diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..09b88ef9c Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index c8fd8424c..3c56599f5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ build/ dist/ .DS_Store docs/.DS_Store +.idea/ diff --git a/docs/index.rst b/docs/index.rst index f6586b60f..ce98e8116 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,9 @@ tools: **pVACfuse** A tool for detecting neoantigens resulting from gene fusions. +**pVACsplice** + A tool for detecting neoantigens resulting from splice site variants. + **pVACvector** A tool designed to aid specifically in the construction of DNA-based cancer vaccines. @@ -35,6 +38,7 @@ Contents pvacseq pvacbind pvacfuse + pvacsplice pvacvector pvacview diff --git a/docs/pvacfuse/output_files.rst b/docs/pvacfuse/output_files.rst index f3f5786e1..caf2e556b 100644 --- a/docs/pvacfuse/output_files.rst +++ b/docs/pvacfuse/output_files.rst @@ -22,15 +22,8 @@ created): * - File Name - Description - * - ``.tsv`` - - An intermediate file with variant and transcript information parsed from the input file(s). - * - ``.tsv_`` (multiple) - - The above file but split into smaller chunks for easier processing with IEDB. * - ``.fasta`` - - A fasta file with mutant peptide subsequences for all - processable fusion combinations. - * - ``.net_chop.fa`` - - A fasta file with mutant peptide subsequences specific for use in running the net_chop tool. + - A fasta file with mutant peptide subsequences for each fusion. * - ``.all_epitopes.tsv`` - A list of all predicted epitopes and their binding affinity scores, with additional variant information from the ``.tsv``. @@ -43,6 +36,10 @@ created): * - ``.all_epitopes.aggregated.tsv.reference_matches`` (optional) - A file outlining details of reference proteome matches +Additionally, each folder will contain subfolders, one for each selected +epitope length, that contains intermediate files that are specific to each +epitope length. + Filters applied to the filtered.tsv file ---------------------------------------- diff --git a/docs/pvacseq/optional_downstream_analysis_tools.rst b/docs/pvacseq/optional_downstream_analysis_tools.rst index 100c3e3c5..9308dd150 100644 --- a/docs/pvacseq/optional_downstream_analysis_tools.rst +++ b/docs/pvacseq/optional_downstream_analysis_tools.rst @@ -35,6 +35,9 @@ section of the documentation on how to create this VCF. The output may be limited to PASS variants only by setting the ``--pass`` only flag and to mutant sequences by setting the ``--mutant-only`` flag. +Additionally, variants can be limited to specific transcript biotypes +using the ``--biotypes`` parameters, which is set to only include ``protein_coding`` +transcripts by default. The output can be further limited to only certain variants by providing a pVACseq report file to the ``--input-tsv`` argument. Only the peptide sequences for the epitopes in the TSV @@ -93,7 +96,8 @@ TSV. In its output, it adds to the TSV 3 columns: Best Cleavage Position, Best Cleavage Sites list. Typically this step is done in the pVACseq run pipeline for the filtered output TSV when specified. This tool provides a way to manually run this on pVACseq's generated filtered/all_epitopes TSV files so that you can add this information when not present if desired. -You can view more about these columns for pVACseq in + +You can view more information about these columns for pVACseq in the :ref:`output file documentation `. NetMHCStab Predict Stability @@ -106,7 +110,8 @@ filtered/all_epitopes TSV. In its output, it adds to the TSV 4 columns: Predict Stability Rank, and NetMHCStab Allele. Typically this step is done in the pVACseq run pipeline for the filtered output TSV when specified. This tool provides a way to manually run this on pVACseq's generated filtered/all_epitopes TSV files so that you can add this information when not present if desired. -You can view more about these columns for pVACseq in + +You can view more information about these columns for pVACseq in the :ref:`output file documentation `. Identify Problematic Amino Acids diff --git a/docs/pvacsplice.rst b/docs/pvacsplice.rst new file mode 100644 index 000000000..5ccd46631 --- /dev/null +++ b/docs/pvacsplice.rst @@ -0,0 +1,16 @@ +pVACsplice +========== + +pVACsplice predicts neoantigens for novel junctions created from tumor-specific alternative splicing patterns. + +.. toctree:: + :glob: + + pvacsplice/features + pvacsplice/input_file_prep + pvacsplice/getting_started + pvacsplice/run + pvacsplice/output_files + pvacsplice/filter_commands + pvacsplice/additional_commands + pvacsplice/optional_downstream_analysis_tools diff --git a/docs/pvacsplice/additional_commands.rst b/docs/pvacsplice/additional_commands.rst new file mode 100644 index 000000000..6bf8528ea --- /dev/null +++ b/docs/pvacsplice/additional_commands.rst @@ -0,0 +1,27 @@ +.. .. image:: ../images/pVACseq_logo_trans-bg_sm_v4b.png + :align: right + :alt: pVACseq logo + +Additional Commands +=================== + +To make using pVACsplice easier, several convenience methods are included in the package. + +.. _pvacsplice_example_data: + +Download Example Data +--------------------- + +.. program-output:: pvacsplice download_example_data -h + +.. _pvacsplice_valid_alleles: + +List Valid Alleles +------------------ + +.. program-output:: pvacsplice valid_alleles -h + +List Allele-Specific Cutoffs +---------------------------- + +.. program-output:: pvacsplice allele_specific_cutoffs -h diff --git a/docs/pvacsplice/features.rst b/docs/pvacsplice/features.rst new file mode 100644 index 000000000..a58b90ba1 --- /dev/null +++ b/docs/pvacsplice/features.rst @@ -0,0 +1,140 @@ +.. .. image:: ../images/pVACseq_logo_trans-bg_sm_v4b.png + :align: right + :alt: pVACsplice logo + +Features +======== + +**Splice Site Analysis** + +pVACsplice offers epitope binding predictions for splice site variants +predicted by RegTools. + +**No local install of epitope prediction software needed** + +pVACsplice utilizes the IEDB RESTful web interface. This means that none of the underlying prediction software, like NetMHC, needs to be installed locally. + +.. warning:: + We only recommend using the RESTful API for small requests. If you use the + RESTful API to process large VCFs or to make predictions for many alleles, + epitope lengths, or prediction algorithms, you might overload their system. + This can result in the blacklisting of your IP address by IEDB, causing + 403 errors when trying to use the RESTful API. In that case please open + a ticket with `IEDB support `_ to have your IP + address removed from the IEDB blacklist. + +**Support for local installation of the IEDB Analysis Resources** + +pVACsplice provides the option of using a local installation of the IEDB MHC +`class I `_ and `class II `_ +binding prediction tools. + +.. warning:: + Using a local IEDB installation is strongly recommended for larger datasets + or when the making predictions for many alleles, epitope lengths, or + prediction algorithms. More information on how to install IEDB locally can + be found on the :ref:`Installation ` page (note: the pvactools + docker image now contains IEDB). + +**MHC Class I and Class II predictions** + +Both MHC Class I and Class II predictions are supported. Simply choose the desired +prediction algorithms and HLA alleles during processing and Class I and Class II +prediction results will be written to their own respective subdirectories in your +output directory. pVACsplice supports binding affinity algorithms as well as elution +algortihms. + +By using the IEDB RESTful web interface, pVACsplice leverages their extensive support of different prediction algorithms. + +In addition to IEDB-supported prediction algorithms, we've also added support +for `MHCflurry `_ and +`MHCnuggets `_. + +================================================= ======= ======================== +MHC Class I Binding Affinity Prediction Algorithm Version Supports Percentile Rank +================================================= ======= ======================== +NetMHCpan 4.1 yes +NetMHC 4.0 yes +NetMHCcons 1.1 yes +PickPocket 1.1 yes +SMM 1.0 yes +SMMPMBEC 1.0 yes +MHCflurry yes +MHCnuggets no +================================================= ======= ======================== + +================================================== ======= ======================== +MHC Class II Binding Affinity Prediction Algorithm Version Supports Percentile Rank +================================================== ======= ======================== +NetMHCIIpan 4.1 yes +SMMalign 1.1 yes +NNalign 2.3 yes +MHCnuggets no +================================================== ======= ======================== + +======================================== ======= ======================== +MHC Class I Elution Prediction Algorithm Version Supports Percentile Rank +======================================== ======= ======================== +NetMHCpanEL 4.1 yes +MHCflurryEL | Processing Score: no; + | Presentation Score: yes +BigMHC_EL no +======================================== ======= ======================== + +========================================= ======= ======================== +MHC Class II Elution Prediction Algorithm Version Supports Percentile Rank +========================================= ======= ======================== +NetMHCIIpanEL 4.1 yes +========================================= ======= ======================== + +=============================================== ======= ======================== +MHC Class I Immunogenicity Prediction Algorithm Version Supports Percentile Rank +=============================================== ======= ======================== +BigMHC_IM no +DeepImmuno no +=============================================== ======= ======================== + +**Comprehensive filtering** + +Automatic filtering on the binding affinity ic50 (nm) value narrows down the results to only include +"good" candidate peptides. The binding filter threshold can be adjusted by the user for each +pVACsplice run. pVACsplice also support the option of filtering on allele-specific binding thresholds +as recommended by `IEDB `_ +as well as percentile ranks. +Additional filtering on the binding affitinity can be manually done by the user by running the +:ref:`standalone binding filter ` on the filtered result file +to narrow down the candidate epitopes even further or on the unfiltered +all_epitopes file to apply different cutoffs. + +Readcount and expression data are extracted from an annotated VCF to automatically filter with +adjustable thresholds on depth, VAF, and/or expression values. The user can also manually run +the :ref:`standalone coverage filter ` to further narrow down their results +from the filtered output file. + +pVACsplice will filter on the transcript support level to only keep high-confidence +transcripts of level 1. This filter can also be run :ref:`standalone +`. + +As a last filtering step, pVACsplice applies the top score filter to only keep the top scoring epitope +for each variant. As with all previous filters, this filter can also be run +:ref:`standalone `. Please also see that section for more +details about how the top scoring epitope is determines. + +**NetChop and NetMHCstab integration** + +Cleavage position predictions are added with optional processing through NetChop. + +Stability predictions can be added if desired by the user. These predictions are obtained via NetMHCstabpan. + +**Reference proteome similarity analysis** + +This optional feature will search for an epitope in the reference proteome +using BLAST or a reference proteome FASTA file to determine if the epitope occurs elsewhere in the proteome and +is, therefore, not tumor-specific. + +**Problematic amino acids** + +This optional feature allows users to specify a list of amino acids that would +be considered problematic to occur either everywhere or at specific positions +in a neoepitope. This can be useful when certain amino acids would be +problematic during peptide manufacturing. diff --git a/docs/pvacsplice/filter_commands.rst b/docs/pvacsplice/filter_commands.rst new file mode 100644 index 000000000..7177a25ff --- /dev/null +++ b/docs/pvacsplice/filter_commands.rst @@ -0,0 +1,110 @@ +.. .. image:: ../images/pVACseq_logo_trans-bg_sm_v4b.png + :align: right + :alt: pVACseq logo + +.. _pvacsplice_filter_commands: + +Filtering Commands +================== + +pVACsplice currently offers four filters: a binding filter, a coverage filter, +a transcript support level filter, and a top score filter. + +These filters are always run automatically as part +of the pVACsplice pipeline using default cutoffs. + +All filters can also be run manually on the filtered.tsv file to narrow the results down further, +or they can be run on the all_epitopes.tsv file to apply different filtering thresholds. + +The binding filter is used to remove neoantigen candidates that do not meet desired peptide:MHC binding criteria. +The coverage filter is used to remove variants that do not meet desired read count and VAF criteria (in normal DNA +and tumor DNA/RNA). The transcript support level filter is used to remove variant annotations based on low quality +transcript annotations. The top score filter is used to select the most promising peptide candidate for each variant. +Multiple candidate peptides from a single somatic variant can be caused by multiple peptide lengths, registers, HLA alleles, +and transcript annotations. + +Further details on each of these filters is provided below. + +.. note:: + + The default values for filtering thresholds are suggestions only. While they are based on review of the literature + and consultation with our clinical and immunology colleagues, your specific use case will determine the appropriate values. + +Binding Filter +-------------- + +.. program-output:: pvacsplice binding_filter -h + +The binding filter removes variants that don't pass the chosen binding threshold. +The user can chose whether to apply this filter to the ``lowest`` or the ``median`` binding +affinity score by setting the ``--top-score-metric`` flag. The ``lowest`` binding +affinity score is recorded in the ``Best MT IC50 Score`` column and represents the lowest +ic50 score of all prediction algorithms that were picked during the previous pVACseq run. +The ``median`` binding affinity score is recorded in the ``Median MT IC50 Score`` column and +corresponds to the median ic50 score of all prediction algorithms used to create the report. +Be default, the binding filter runs on the ``median`` binding affinity. + +When the ``--allele-specific-binding-thresholds`` flag is set, binding cutoffs specific to each +prediction's HLA allele are used instead of the value set via the ``--binding-threshold`` parameters. +For HLA alleles where no allele-specific binding threshold is available, the +binding threshold is used as a fallback. Alleles with allele-specific +threshold as well as the value of those thresholds can be printed by executing +the ``pvacsplice allele_specific_cutoffs`` command. + +In addition to being able to filter on the IC50 score columns, the binding +filter also offers the ability to filter on the percentile score using the +``--percentile-threshold`` parameter. When the ``--top-score-metric`` is set +to ``lowest``, this threshold is applied to the ``Best MT Percentile`` column. When +it is set to ``median``, the threshold is applied to the ``Median MT +Percentile`` column. + +By default, entries with ``NA`` values will be included in the output. This +behavior can be turned off by using the ``--exclude-NAs`` flag. + +Coverage Filter +--------------- + +.. program-output:: pvacsplice coverage_filter -h + +If the pVACsplice input VCF contains readcount and/or expression annotations, then the coverage filter +can be run again on the filtered.tsv report file to narrow down the results even further. +You can also run this filter again on the all_epitopes.tsv report file to apply different cutoffs. + +The general goals of these filters are to limit variants for neoepitope prediction to those +with good read support and/or remove possible sub-clonal variants. In some cases the input +VCF may have already been filtered in this fashion. This filter also allows for removal of +variants that do not have sufficient evidence of RNA expression. + +For more details on how to prepare input VCFs that contain all of these annotations, refer to +the :ref:`pvacsplice_prerequisites_label` section for more information. + +By default, entries with ``NA`` values will be included in the output. This +behavior can be turned off by using the ``--exclude-NAs`` flag. + +Transcript Support Level Filter +------------------------------- + +.. program-output:: pvacsplice transcript_support_level_filter -h + +This filter is used to eliminate variant annotations based on poorly-supported transcripts. By default, +only transcripts with a `transcript support level (TSL) `_ +of <=1 are kept. This threshold can be adjusted using the ``--maximum-transcript-support-level`` +parameter. + +By default, entries with ``Not Supported`` values will be included in the output. These occur if VEP was run +without the ``--tsl`` flag or if data is aligned to GRCh37 or older. + +Top Score Filter +---------------- + +.. program-output:: pvacsplice top_score_filter -h + +This filter picks the top epitope for each splice site variant. The top epitope is +determined by first selecting epitopes with no Problematic Positions +and among those selecting the one with lowest median/best MT IC50 score for +each splice site variant + +By default the ``--top-score-metric`` option is set to ``median`` which will apply this +filter to the ``Median MT IC50 Score`` column. If the ``--top-score-metric`` +option is set to ``lowest``, the ``Best MT IC50 Score`` column is used +instead. diff --git a/docs/pvacsplice/getting_started.rst b/docs/pvacsplice/getting_started.rst new file mode 100644 index 000000000..0777138a0 --- /dev/null +++ b/docs/pvacsplice/getting_started.rst @@ -0,0 +1,23 @@ +Getting Started +=============== + +pVACsplice provides a set of example data to show the expected format of input and output files. You can download the data set by running the ``pvacsplice download_example_data`` command. + +The example data output can be reproduced by running the following command: + +.. code-block:: none + + pvacsplice run \ + /HCC1395.splice_junctions.tsv \ + HCC1395_TUMOR_DNA \ + HLA-A*29:02,HLA-B*45:01,DRB1*04:05 \ + all \ + \ + /annotated.expression.vcf.gz \ + /ref_genome.fa \ + /Homo_sapiens.GRCh38.105.chr.gtf.gz \ + -e1 8,9,10 \ + -e2 15 \ + --normal-sample-name HCC1395_NORMAL_DNA + +A detailed description of all command options can be found on the following page. diff --git a/docs/pvacsplice/input_file_prep.rst b/docs/pvacsplice/input_file_prep.rst new file mode 100644 index 000000000..cca789d32 --- /dev/null +++ b/docs/pvacsplice/input_file_prep.rst @@ -0,0 +1,38 @@ +.. _pvacsplice_prerequisites_label: + +Input File Preparation +====================== + +The main input files to the pVACsplice pipeline are an annotated VCF file and a RegTools output file (tsv). + +Step 1: Annotate VCF file +****************************** + +Please see the `pVACseq Input File Preparation `_ for +instructions on how to prepare an annotated VCF file with the following differences: + +- pVACsplice does not require annotations with the VEP Frameshift and Wildtype plugins so those parameters can be omitted when + running VEP. +- pVACsplice does not use a phased VCF of proximal variants so that step can be skipped. + +Step 2: Run RegTools +******************** + +`RegTools `_ is a set of tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context. To run pVACsplice, you must first run RegTools ``cis-splice-effects identify`` to generate a list of non-canonical splicing junctions created from *cis*-acting regulatory variants. The output tsv file (-o option) is an input to pVACsplice. Here is an example command: + +.. code-block:: none + + regtools cis-splice-effects identify \ + -o \ + -s \ + annotated_variants.vcf \ + rna_alignments.bam \ + ref.fa \ + annotations.gtf + +Please see the `RegTools documentation +`_ +for more information. + + + diff --git a/docs/pvacsplice/optional_downstream_analysis_tools.rst b/docs/pvacsplice/optional_downstream_analysis_tools.rst new file mode 100644 index 000000000..3a3a8030b --- /dev/null +++ b/docs/pvacsplice/optional_downstream_analysis_tools.rst @@ -0,0 +1,131 @@ +.. .. image:: ../images/pVACseq_logo_trans-bg_sm_v4b.png + :align: right + :alt: pVACsplice logo + +.. _pvacsplice_optional_downstream_analysis_tools_label: + +Optional Downstream Analysis Tools +================================== + +Generate Protein Fasta +---------------------- + +.. program-output:: pvacsplice generate_protein_fasta -h + +This tool will extract protein sequences surrounding splice sites predicted by RegTools. +One use case for this tool is to help select long peptides that contain short neoepitope +candidates. For example, if pVACsplice was run to predict nonamers (9-mers) that are good binders and +the user wishes to select long peptide (e.g. 24-mer) sequences that contain the nonamer for synthesis +or encoding in a DNA vector. The splice site junction will be centered in the +protein sequence returned (if possible). + +The output may be limited to PASS variants only by setting the ``--pass`` only +flag. Additionally, variants can be limited to specific transcript biotypes +using the ``--biotypes`` parameters, which is set to only include ``protein_coding`` +transcripts by default. + +The output can be further limited to only certain variants by providing +a pVACsplice report file to the ``--input-tsv`` argument. Only the peptide sequences for the epitopes in the TSV +will be used when creating the FASTA. If this argument is an aggregated TSV +file, use the ``--aggregate-report-evaluation`` parameter to only include +peptide sequences for epitopes matching the chosen Evaluation(s). + +Generate Aggregated Report +-------------------------- + +.. program-output:: pvacsplice generate_aggregated_report -h + +This tool produces an aggregated version of the all_epitopes TSV. It finds the best-scoring +epitope for each splice site variant, and outputs additional binding affinity, expression, and +coverage information for that epitope. It also gives information about the +total number of well-scoring epitopes for each variant, the number of +transcripts covered by those epitopes, as well as the HLA alleles that those +epitopes are well-binding to. Lastly, the report will bin variants into tiers +that offer suggestions as to the suitability of variants for use in vaccines. +For a full definition of these tiers, see the pVACsplice :ref:`output file documentation `. + +Calculate Reference Proteome Similarity +--------------------------------------- + +.. program-output:: pvacsplice calculate_reference_proteome_similarity -h + +This tool will find matches of the epitope candidates in the reference proteome and return the results in an output +TSV & reference_match file pair. It requires the input of a pVACplice run's fasta file in order to look up the larger +peptide sequence the epitope was derived from. Any substring of that peptide +sequence that matches against the reference proteome and is at least as long as the specified match length, will be +considered a hit. This tool also requires the user to provide a filtered.tsv, +all_epitopes.tsv or aggregated.tsv pVACsplice report file as an input and any +candidates in this input file will be searched for. + +This tool may be either run with BLASTp using either the ``refseq_select_prot`` or ``refseq_protein`` database. +By default this option uses the BLAST API but users may :ref:`independently install BLASTp `. Alternatively, users +may provide a reference proteome fasta file and this tool will string match on +the entries of this fasta file directly. This approach is recommended, because +it is significantly faster than BLASTp. Reference proteome fasta files may be +downloaded from Ensembl. For example, the latest reference proteome fasta for human +can be downloaded from `this +link `_. + +For more details on the generated reference_match file, +see the pVACsplice :ref:`output file documentation `. + +NetChop Predict Cleavage Sites +------------------------------ + +.. program-output:: pvacsplice net_chop -h + +This tool uses NetChop to predict cleavage sites for neoepitopes from a pVACsplice run's filtered/all_epitopes +TSV. In its output, it adds to the TSV 3 columns: Best Cleavage Position, Best Cleavage Score, and a +Cleavage Sites list. Typically this step is done in the pVACsplice run pipeline for the filtered output TSV +when specified. This tool provides a way to manually run this on pVACseq's generated filtered/all_epitopes +TSV files so that you can add this information when not present, if desired. + +You can view more information about these columns for pVACsplice in the :ref:`output file documentation `. + +NetMHCStab Predict Stability +---------------------------- + +.. program-output:: pvacsplice netmhc_stab -h + +This tool uses NetMHCstabpan to add stability predictions for neoepitopes from a pVACsplice run's +filtered/all_epitopes TSV. In its output, it adds to the TSV 4 columns: Predicted Stability, Half Life, +Stability Rank, and NetMHCStab Allele. Typically this step is done in the pVACsplice run pipeline for the +filtered output TSV when specified. This tool provides a way to manually run this on pVACseq's generated +filtered/all_epitopes TSV files so that you can add this information when not present if desired. + +You can view more informatnion about these columns for pVACsplice in +the :ref:`output file documentation `. + +Identify Problematic Amino Acids +-------------------------------- + +.. program-output:: pvacsplice identify_problematic_amino_acids -h + +This tool is used to identify positions in an epitope with an amino acid that +is problematic for downstream processing, e.g. vaccine manufacturing. Since +this can differ from case to case, this tool requires the user to specify which +amino acid(s) to consider problematic. This can be specified in one of three +formats: + +.. list-table:: + + * - ``amino_acid(s)`` + - One or more one-letter amino acid codes. Any occurrence of this amino acid string, + regardless of the position in the epitope, is problematic. When specifying more than + one amino acid, they will need to occur together in the specified order. + * - ``amino_acid:position`` + - A one letter amino acid code, followed by a colon separator, followed by a positive + integer position (one-based). The occurrence of this amino acid at the position + specified is problematic., E.g. G:2 would check for a Glycine at the second position + of the epitope. The N-terminus is defined as position 1. + * - ``amino_acid:-position`` + - A one letter amino acid code, followed by a colon separator, followed by a negative + integer position. The occurrence of this amino acid at the specified position from + the end of the epitope is problematic. E.g., G:-3 would check for a Glycine at the + third position from the end of the epitope. The C-terminus is defined as position -1. + +You may specify any number of these problematic amino acid(s), in any +combination, by providing them as a comma-separated list. + +This tool may be used with any filtered.tsv or all_epitopes.tsv pVACsplice report +file. diff --git a/docs/pvacsplice/output_files.rst b/docs/pvacsplice/output_files.rst new file mode 100644 index 000000000..7fee10fc7 --- /dev/null +++ b/docs/pvacsplice/output_files.rst @@ -0,0 +1,488 @@ +.. .. image:: ../images/pVACseq_logo_trans-bg_sm_v4b.png + :align: right + :alt: pVACseq logo + +.. _pvacsplice_output_files: + +Output Files +============ + +The pVACsplice pipeline will write a few files to the main output directory. +These files contain information about the processed splice sites that aren't +specific to either class of prediction algorithm: + +- ``.transcripts.fa`` and matching ``.fai`` index file: A fasta file of wildtype and splice site peptide sequences for splice sites predicted by RegtTools and supported by pVACsplice. +- ``_combined.tsv``: A TSV file combining information for each splice site from the RegTools TSV and the input VCF. + +pVACsplice writes its results in separate folders depending on +which prediction algorithms were chosen: + +- ``MHC_Class_I``: for MHC class I prediction algorithms +- ``MHC_Class_II``: for MHC class II prediction algorithms +- ``combined``: If both MHC class I and MHC class II prediction algorithms were run, this folder combines the neoepitope predictions from both + +Each folder will contain the same list of output files (listed in the order +created): + +.. list-table:: + :header-rows: 1 + + * - File Name + - Description + * - ``.all_epitopes.tsv`` + - A list of all predicted epitopes and their binding affinity scores, with + additional variant information. + * - ``.filtered.tsv`` + - The above file after applying all filters, with (optionally) cleavage site, and stability + predictions added. + * - ``.all_epitopes.aggregated.tsv`` + - An aggregated version of the ``all_epitopes.tsv`` file that gives information about + the best epitope for each mutation in an easy-to-read format. Not + generated when running with elution algorithms only. + * - ``.all_epitopes.aggregated.tsv.reference_matches`` (optional) + - A file outlining details of reference proteome matches + +Additionally, each folder will contain subfolders, one for each selected +epitope length, that contains intermediate files that are specific to each +epitope length. + +Filters applied to the filtered.tsv file +---------------------------------------- + +The filtered.tsv file is the all_epitopes file with the following filters +applied (in order): + +- Binding Filter +- Coverage Filter +- Transcript Support Level Filter +- Top Score Filter + +Please see the :ref:`Standalone Filter Commands` +documentation for more information on each individual filter. The standalone +filter commands may be useful to reproduce the filtering or to chose different +filtering thresholds. + +Prediction Algorithms Supporting Percentile Information +_______________________________________________________ + +pVACseq outputs binding affinity percentile rank information when provided by +a chosen prediction algorithm. The following prediction algorithms calculate a +percentile rank: + +- MHCflurry +- NetMHC +- NetMHCcons +- NetMHCpan +- NetMHCIIpan +- NNalign +- PickPocket +- SMM +- SMMPMBEC +- SMMalign + +The following prediction algorithms do not provide a percentile rank: + +- MHCnuggets + +Prediction Algorithms Supporting Elution Scores +_______________________________________________ + +- MHCflurryEL +- NetMHCpanEL +- NetMHCIIpanEL +- BigMHC_EL + +Prediction Algorithms Supporting Immunogenicity Scores +______________________________________________________ + +- BigMHC_IM +- DeepImmuno + +Please note that when running pVACseq with only elution or immunogenicity algorithms, no +aggregate report and pVACview files are created. + +.. _pvacsplice_all_ep_and_filtered: + +all_epitopes.tsv and filtered.tsv Report Columns +------------------------------------------------ + +.. list-table:: + :header-rows: 1 + + * - Column Name + - Description + * - ``Chromosome`` + - The chromosome of this variant + * - ``Start`` + - The start position of this variant in the zero-based, half-open coordinate system + * - ``Stop`` + - The stop position of this variant in the zero-based, half-open coordinate system + * - ``Reference`` + - The reference allele + * - ``Variant`` + - The alt allele + * - ``Junction`` + - Junction ID in regtools output + * - ``Junction Start`` + - The start position of this junction in the zero-based, half-open coordinate system + * - ``Junction Stop`` + - The stop position of this junction in the zero-based, half-open coordinate system + * - ``Junction Score`` + - The number of reads supporting the junction. (integer) + * - ``Junction Anchor`` + - Field that specifies the donor, acceptor configuration. See `Notes `_ (D/A/DA/NDA/N) + * - ``Transcript`` + - The Ensembl ID of the affected transcript + * - ``Transcript Support Level`` + - The `transcript support level (TSL) `_ + of the affected transcript. ``Not Supported`` if the VCF entry doesn't contain TSL information. + * - ``Biotype`` + - The biotype of the affected transcript + * - ``Ensembl Gene ID`` + - The Ensembl ID of the affected gene + * - ``Variant Type`` + - The type of variant. ``missense`` for missense mutations, ``inframe_ins`` for + inframe insertions, ``inframe_del`` for inframe deletions, and ``FS`` for frameshift variants + * - ``Amino Acid Change`` + - The amnio acid change of this mutation + * - ``Gene Name`` + - The Ensembl gene name of the affected gene + * - ``HGVSc`` + - The HGVS coding sequence variant name + * - ``HGVSp`` + - The HGVS protein sequence variant name + * - ``WT Protein Length`` + - Length of fully-translated wildtype protein + * - ``ALT Protein Length`` + - Length of fully-translated alternate protein + * - ``Frameshift Event`` + - Is the variant a frameshift event? (yes/no) + * - ``Protein Position`` + - Starting position of Epitope (Position of the first amino acid of selected epitope in the fully-translated protein) + * - ``HLA Allele`` + - The HLA allele for this prediction + * - ``Peptide Length`` + - The peptide length of the epitope + * - ``Epitope Seq`` + - The mutant epitope sequence + * - ``Median IC50 Score`` + - Median ic50 binding affinity of the mutant epitope across all prediction algorithms used + * - ``Best IC50 Score`` + - Lowest ic50 binding affinity of all prediction algorithms used + * - ``Best IC50 Score Method`` + - Prediction algorithm with the lowest mutant ic50 binding affinity for this epitope + * - ``Median Percentile`` + - Median binding affinity percentile rank of the mutant epitope across all prediction algorithms (those that provide percentile output) + * - ``Best Percentile`` + - Lowest percentile rank of this epitope's ic50 binding affinity of all prediction algorithms used (those that provide percentile output) + * - ``Best Percentile Method`` + - Prediction algorithm with the lowest binding affinity percentile rank for this epitope + * - ``Tumor DNA Depth`` + - Tumor DNA depth at this position. ``NA`` if VCF entry does not contain tumor DNA readcount annotation. + * - ``Tumor DNA VAF`` + - Tumor DNA variant allele frequency (VAF) at this position. ``NA`` if VCF entry does not contain + tumor DNA readcount annotation. + * - ``Tumor RNA Depth`` + - Tumor RNA depth at this position. ``NA`` if VCF entry does not contain tumor RNA readcount annotation. + * - ``Tumor RNA VAF`` + - Tumor RNA variant allele frequency (VAF) at this position. ``NA`` if VCF entry does not contain + tumor RNA readcount annotation. + * - ``Normal Depth`` + - Normal DNA depth at this position. ``NA`` if VCF entry does not contain normal DNA readcount annotation. + * - ``Normal VAF`` + - Normal DNA variant allele frequency (VAF) at this position. ``NA`` if VCF entry does not contain + normal DNA readcount annotation. + * - ``Gene Expression`` + - Gene expression value for the annotated gene containing the variant. ``NA`` if VCF entry does not contain + gene expression annotation. + * - ``Transcript Expression`` + - Transcript expression value for the annotated transcript containing the variant. ``NA`` if VCF entry does + not contain transcript expression annotation. + * - ``Index`` + - A unique idenitifer for this variant-transcript combination + * - ``Fasta Key`` + - the number identifier for corresponding altered peptide isoform in pvac output fasta + * - ``Individual Prediction Algorithm IC50 Scores and Percentiles`` (multiple) + - ic50 binding affintity and percentile ranks for the ``Epitope Seq`` for the individual prediction algorithms used + * - ``MHCflurryEL WT and MT Processing Score and Presentation Score and Percentile`` (optional) + - MHCflurry elution processing score and presentation score and percentiles + for the ``Epitope Seq`` if the run included + MHCflurryEL as one of the prediction algorithms + * - ``cterm_7mer_gravy_score`` + - Mean hydropathy of last 7 residues on the C-terminus of the peptide + * - ``max_7mer_gravy_score`` + - Max GRAVY score of any kmer in the amino acid sequence. Used to determine if there are any extremely + hydrophobic regions within a longer amino acid sequence. + * - ``difficult_n_terminal_residue`` (T/F) + - Is N-terminal amino acid a Glutamine, Glutamic acid, or Cysteine? + * - ``c_terminal_cysteine`` (T/F) + - Is the C-terminal amino acid a Cysteine? + * - ``c_terminal_proline`` (T/F) + - Is the C-terminal amino acid a Proline? + * - ``cysteine_count`` + - Number of Cysteines in the amino acid sequence. Problematic because they can form disulfide bonds across + distant parts of the peptide + * - ``n_terminal_asparagine`` (T/F) + - Is the N-terminal amino acid a Asparagine? + * - ``asparagine_proline_bond_count`` + - Number of Asparagine-Proline bonds. Problematic because they can spontaneously cleave the peptide + * - ``Best Cleavage Position`` (optional) + - Position of the highest predicted cleavage score + * - ``Best Cleavage Score`` (optional) + - Highest predicted cleavage score + * - ``Cleavage Sites`` (optional) + - List of all cleavage positions and their cleavage score + * - ``Predicted Stability`` (optional) + - Stability of the pMHC-I complex + * - ``Half Life`` (optional) + - Half-life of the pMHC-I complex + * - ``Stability Rank`` (optional) + - The % rank stability of the pMHC-I complex + * - ``NetMHCstab allele`` (optional) + - Nearest neighbor to the ``HLA Allele``. Used for NetMHCstab prediction + +.. _pvacsplice_aggregated: + +all_epitopes.aggregated.tsv Report Columns +-------------------------------------------- + +The ``all_epitopes.aggregated.tsv`` file is an aggregated version of the all_epitopes TSV. +It shows the :ref:`best-scoring epitope ` +for each variant, and outputs additional binding affinity, expression, and +coverage information for that epitope. It also gives information about the +total number of well-scoring epitopes for each variant, the number of +transcripts covered by those epitopes, as well as the HLA alleles that those +epitopes are well-binding to. Lastly, the report will bin variants into tiers +that offer suggestions as to the suitability of variants for use in vaccines. + +Only epitopes meeting the ``--aggregate-inclusion-binding-threshold`` are included in this report (default: 5000). +If the number of unique epitopes for a variant meeting this threshold exceeds the +``--aggregate-inclusion-count-limit``, only the n best-binding epitopes up to this +limit are included (default: 15). + +Whether the median or the lowest binding affinity metrics are used for determining the +included eptiopes, selecting the best-scoring epitope, and which values are output in the ``IC50 MT`` +and ``%ile MT`` columns is controlled by the ``--top-score-metric`` parameter. + +.. list-table:: + :header-rows: 1 + + * - Column Name + - Description + + * - ``ID`` + - A unique identifier for the junction (Gene name . transcript. Junction ID . variant chr . variant start - variant stop . junction type) + * - ``HLA Alleles`` (multiple) + - For each HLA allele in the run, the number of this variant's epitopes that bound well + to the HLA allele (with median/lowest mutant binding affinity < binding_threshold) + * - ``Gene`` + - The Ensembl gene name of the affected gene + * - ``Transcript`` + - The Ensembl ID of the affected transcript + * - ``Junction Name`` + - junction ID from regtools output + * - ``AA Change`` + - The amino acid change for the mutation + * - ``Best Peptide`` + - The best-binding mutant epitope sequence (see Best Peptide Criteria + below for more details on how this is determined) + * - ``TSL`` + - The Transcript Support Level of the Transcript + * - ``Allele`` + - The Allele that the Best Peptide is binding to + * - ``Pos`` + - The one-based position of the start of the mutation within the epitope sequence. ``0`` if the + start of the mutation is before the epitope (as can occur downstream of frameshift mutations) + * - ``Prob Pos`` + - A list of positions in the Best Peptide that are problematic. + ``None`` if the ``--problematic-pos`` parameter was not set during + the pVACseq run + * - ``Num Passing Peptides`` + - The number of unique well-binding peptides for this mutation. + * - ``IC50 MT`` + - Median or lowest ic50 binding affinity of the best-binding mutant epitope across all prediction algorithms used + * - ``%ile MT`` + - Median or lowest binding affinity percentile rank of the best-binding mutant epitope across all prediction algorithms used (those that provide percentile output) + * - ``RNA Expr`` + - Gene expression value for the annotated gene containing the variant. + * - ``RNA VAF`` + - Tumor RNA variant allele frequency (VAF) at this position. + * - ``Allele Expr`` + - RNA Expr * RNA VAF + * - ``RNA Depth`` + - Tumor RNA depth at this position. + * - ``DNA VAF`` + - Tumor DNA variant allele frequency (VAF) at this position. + * - ``Tier`` + - A tier suggesting the suitability of variants for use in vaccines. + * - ``Ref Match`` (T/F) (optional) + - Was there a match of the mutated peptide sequence to the reference proteome? + * - ``Evaluation`` + - Column to store the evaluation of each variant when evaluating the run in pVACview. Either ``Accept``, ``Reject``, or ``Review``. + +.. _pvacsplice_best_peptide: + +Best Peptide Criteria +_____________________ + +To determine the Best Peptide, all peptides meeting the +``--aggregate-inclusion-threshold`` and ``--aggregate-inclusion-count-limit`` +(see above) are evaluated as follows: + +- Pick the entries with no Problematic Positions. +- Of the remaining entries, pick the one with the lowest median/best MT IC50 + score. + +.. _pvacsplice_aggregate_report_tiers_label: + +The pVACsplice Aggregate Report Tiers +_____________________________________ + +Tiering Parameters +****************** + +To tier the Best Peptide, several cutoffs can be adjusted using arguments provided to the pVACsplice run: + +.. list-table:: + :header-rows: 1 + + * - Parameter + - Description + - Default + * - ``--binding-threshold`` + - The threshold used for filtering epitopes on the IC50 MT binding affinity. + - 500 + * - ``--allele-specific-binding-thresholds`` + - Instead of the hard cutoff set by the ``--binding-threshold``, use + allele-specific binding thresholds. For alleles where no + allele-specific binding threshold is available, use the + ``--binding-threshold`` as a fallback. To print a list of alleles that have + specific binding thresholds and the value of those thresholds, run ``pvacseq allele_specific_cutoffs``. + - False + * - ``--percentile-threshold`` + - When set, use this threshold to filter epitopes on the %ile MT score in addition to having to meet the binding threshold. + - None + * - ``--tumor-purity`` + - Value between 0 and 1 indicating the fraction of tumor cells in the tumor sample. Information is used for a simple estimation of + whether variants are subclonal or clonal based on VAF. If not provided, purity is estimated directly from the VAFs. + - None + * - ``--trna-vaf`` + - Tumor RNA VAF Cutoff. Used to calculate the allele expression cutoff for tiering. + - 0.25 + * - ``--trna-cov`` + - Tumor RNA Coverage Cutoff. Used as a cutoff for tiering. + - 10 + * - ``--expn-val`` + - Gene and Expression cutoff. Used to calculate the allele expression cutoff for tiering. + - 1.0 + * - ``--maximum-transcript-support-level`` + - The threshold to use for filtering epitopes on the Ensembl transcript support level (TSL). + Transcript support level needs to be <= this cutoff to be included in most tiers. + - 1 + * - ``--allele-specific-anchors`` + - Use allele-specific anchor positions when tiering epitopes in the aggregate report. This option is available for 8, 9, 10, and + 11mers and only for HLA-A, B, and C alleles. If this option is not enabled or as a fallback for unsupported lengths and alleles, + the default positions of [1, 2, epitope length - 1, and epitope length] are used. Please see https://doi.org/10.1101/2020.12.08.416271 for more details. + - False + * - ``--anchor-contribution-threshold`` + - For determining allele-specific anchors, each position is assigned a score based on how binding is influenced by mutations. From these scores, the relative + contribution of each position to the overall binding is calculated. Starting with the highest relative contribution, positions whose score together account for the + selected contribution threshold are assigned as anchor locations. As a result, a higher threshold leads to the inclusion of more positions to be considered + anchors. + - 0.8 + +Tiers +***** + +Given the thresholds provided above, the Best Peptide is evaluated and binned into a tier as follows: + +.. list-table:: + :header-rows: 1 + + * - Tier + - Citeria + * - ``Pass`` + - Best Peptide passes the binding, expression, tsl, clonal, and anchor criteria + * - ``Subclonal`` + - Best Peptide fails the clonal criteria but passes the binding, tsl, and + anchor criteria + * - ``LowExpr`` + - Best Peptide meets the Low Expression Criteria and passes the binding, tsl, + clonal, and anchor criteria + * - ``NoExpr`` + - Best Peptide is not expressed (RNA Expr == 0 or RNA VAF == 0) + * - ``Poor`` + - Best Peptide doesn't fit in any of the above tiers, usually if it fails + two or more criteria or if it fails the binding criteria + +Criteria Details +**************** + +.. list-table:: + + * - Binding Criteria + - Pass if Best Peptide is a strong binder + - ``IC50 MT < binding_threshold`` and ``%ile MT < percentile_threshold`` + (if ``--percentile-threshold`` parameter is set) + * - Expression Criteria + - Pass if Best Transcript is expressed + - ``Allele Expr > trna_vaf * expn_val`` + * - Low Expression Criteria + - Peptide has low expression or no expression but RNA VAF and coverage + - ``(0 < Allele Expr < trna_vaf * expn_val) OR (RNA Expr == 0 AND RNA + Depth > trna_cov AND RNA VAF > trna_vaf)`` + * - TSL Criteria + - Pass if Best Transcript has good transcript support level + - ``TSL <= maximum_transcript_support_level`` + * - Clonal Criteria + - Best Peptide is likely in the founding clone of the tumor + - ``DNA VAF > tumor_purity / 4`` + +.. _pvacsplice_reference_matches: + +aggregated.tsv.reference_matches Report Columns +----------------------------------------------- + +This file is only generated when the ``--run-reference-proteome-similarity`` +option is chosen. + +.. flat-table:: + :header-rows: 1 + + * - Column Name + - Description (BLAST) + - Description (reference fasta) + * - ``Chromosome`` + - :cspan:`2` The chromosome of this variant + * - ``Start`` + - :cspan:`2` The start position of this variant in the zero-based, half-open coordinate system + * - ``Stop`` + - :cspan:`2` The stop position of this variant in the zero-based, half-open coordinate system + * - ``Reference`` + - :cspan:`2` The reference allele + * - ``Variant`` + - :cspan:`2` The alt allele + * - ``Transcript`` + - :cspan:`2` The Ensembl ID of the affected transcript + * - ``MT Epitope Seq`` + - :cspan:`2` The mutant peptide sequence for the epitope candidate + * - ``Peptide`` + - The peptide sequence submitted to BLAST + - The peptide sequence to search for in the reference proteome + * - ``Hit ID`` + - The BLAST alignment hit ID (reference proteome sequence ID) + - The FASTA header ID of the entry where the match was made + * - ``Hit Definition`` + - The BLAST alignment hit definition (reference proteome sequence name) + - The FASTA header description of the entry where the match was made + * - ``Match Window`` + - :cspan:`2` The substring of the ``Peptide`` that was found in the ``Match + Sequence`` + * - ``Match Sequence`` + - The BLAST match sequence + - The FASTA sequence of the entry where the match was made + * - ``Match Start`` + - :cspan:`2` The match start position of the ``Match Window`` in the ``Match Sequence`` + * - ``Match Stop`` + - :cspan:`2` The match stop position of the ``Match Window`` in the ``Match Sequence`` + diff --git a/docs/pvacsplice/run.rst b/docs/pvacsplice/run.rst new file mode 100644 index 000000000..6fc34af0e --- /dev/null +++ b/docs/pvacsplice/run.rst @@ -0,0 +1,15 @@ +Usage +===== + +.. warning:: + Using a local IEDB installation is strongly recommended for larger datasets + or when the making predictions for many alleles, epitope lengths, or + prediction algorithms. More information on how to install IEDB locally can + be found on the :ref:`Installation ` page. + +.. program-output:: pvacsplice run -h + +.. .. argparse:: + :module: tools.pvacsplice.run + :func: define_parser + :prog: pvacsplice run diff --git a/pvactools/lib/__init__.py b/pvactools/lib/__init__.py index 152cfe8dd..c67e81af3 100644 --- a/pvactools/lib/__init__.py +++ b/pvactools/lib/__init__.py @@ -19,6 +19,12 @@ "run_utils", "post_processor", "vector_visualization", + 'filter_regtools_results', + 'junction_to_fasta', + 'fasta_to_kmers', + 'combine_inputs', + 'load_gtf_data', + 'splice_pipeline', ] from . import * diff --git a/pvactools/lib/aggregate_all_epitopes.py b/pvactools/lib/aggregate_all_epitopes.py index 26bc1fdfa..6a044b837 100644 --- a/pvactools/lib/aggregate_all_epitopes.py +++ b/pvactools/lib/aggregate_all_epitopes.py @@ -2,7 +2,6 @@ import numpy as np from collections import defaultdict, Counter import json -from Bio import SeqIO import os import shutil from abc import ABCMeta, abstractmethod @@ -35,7 +34,7 @@ def calculate_clonal_vaf(self): @abstractmethod def read_input_file(self, used_columns, dtypes): raise Exception("Must implement method in child class") - + @abstractmethod def get_sub_df(self, df, key): raise Exception("Must implement method in child class") @@ -73,7 +72,7 @@ def get_default_annotation_count(self): raise Exception("Must implement method in child class") @abstractmethod - def assemble_result_line(self, best, key, vaf_clonal, hla, anno_count, peptide_count, good_binder_count): + def assemble_result_line(self, best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count): raise Exception("Must implement method in child class") @abstractmethod @@ -115,7 +114,7 @@ def get_best_mut_line(self, df, key, prediction_algorithms, el_algorithms, perce good_binder_count = 0 #assemble the line - out_dict = self.assemble_result_line(best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count); + out_dict = self.assemble_result_line(best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count) metric = self.get_metrics(peptides, best) return (out_dict, metric) @@ -146,6 +145,12 @@ def problematic_positions_exist(self): headers = pd.read_csv(self.input_file, delimiter="\t", nrows=0).columns.tolist() return 'Problematic Positions' in headers + def calculate_allele_expr(self, line): + if line['Gene Expression'] == 'NA' or line['Tumor RNA VAF'] == 'NA': + return 'NA' + else: + return round(float(line['Gene Expression']) * float(line['Tumor RNA VAF']), 3) + def determine_used_el_algorithms(self): headers = pd.read_csv(self.input_file, delimiter="\t", nrows=0).columns.tolist() potential_algorithms = ["MHCflurryEL Processing", "MHCflurryEL Presentation", "NetMHCpanEL", "NetMHCIIpanEL", "BigMHC_EL", 'BigMHC_IM', 'DeepImmuno'] @@ -219,7 +224,7 @@ def execute(self): ##do a crude estimate of clonal vaf/purity vaf_clonal = self.calculate_clonal_vaf() - if vaf_clonal is not None: + if self.__class__.__name__ == 'PvacseqAggregateAllEpitopes': metrics = { 'tumor_purity': self.tumor_purity, 'vaf_clonal': round(vaf_clonal, 3), @@ -741,12 +746,6 @@ def get_best_aa_change(self, best): (wt_aa, mt_aa) = best["Mutation"].split("/") return "".join([wt_aa, best["Protein Position"], mt_aa]) - def calculate_allele_expr(self, line): - if line['Gene Expression'] == 'NA' or line['Tumor RNA VAF'] == 'NA': - return 'NA' - else: - return round(float(line['Gene Expression']) * float(line['Tumor RNA VAF']), 3) - def assemble_result_line(self, best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count): allele_expr = self.calculate_allele_expr(best) tier = self.get_tier(mutation=best, vaf_clonal=vaf_clonal) @@ -804,7 +803,7 @@ def write_metrics_file(self, metrics): #sort the table in our preferred manner def sort_table(self, df): #make sure the tiers sort in the expected order - tier_sorter = ["Pass", "Relaxed", "LowExpr", "Anchor", "Subclonal", "Poor", "NoExpr"] + tier_sorter = ["Pass", "LowExpr", "Anchor", "Subclonal", "Poor", "NoExpr"] sorter_index = dict(zip(tier_sorter,range(len(tier_sorter)))) df["rank_tier"] = df['Tier'].map(sorter_index) @@ -858,13 +857,15 @@ def __init__(self, self.metrics_file = output_file.replace('.tsv', '.metrics.json') super().__init__() - def get_list_unique_mutation_keys(self, df): keys = df["Mutation"].values.tolist() return sorted(list(set(keys))) def calculate_clonal_vaf(self): - return None + if self.__class__.__name__ == 'PvacspliceAggregateAllEpitopes': + return PvacseqAggregateAllEpitopes.calculate_clonal_vaf(self) + else: + return None def read_input_file(self, used_columns, dtypes): df = pd.read_csv(self.input_file, delimiter='\t', float_precision='high', low_memory=False, na_values="NA", keep_default_na=False, dtype={"Mutation": str}) @@ -877,8 +878,16 @@ def get_sub_df(self, all_epitopes_df, key): return (df, key) def get_best_binder(self, df): - df.sort_values(by=["{} IC50 Score".format(self.top_score_metric)], inplace=True, ascending=True) - return df.iloc[0] + #subset dataframe to only include entries with no problematic positions + if self.problematic_positions_exist(): + prob_pos_df = df[df['Problematic Positions'] == "None"] + #if this results in an empty dataframe, reset to previous dataframe + if prob_pos_df.shape[0] == 0: + prob_pos_df = df + else: + prob_pos_df = df + prob_pos_df.sort_values(by=["{} IC50 Score".format(self.top_score_metric)], inplace=True, ascending=True) + return prob_pos_df.iloc[0] def get_included_df(self, df): binding_df = df[df["{} IC50 Score".format(self.top_score_metric)] < self.aggregate_inclusion_binding_threshold] @@ -939,7 +948,7 @@ def write_metrics_file(self, metrics): def sort_table(self, df): df.sort_values(by=["IC50 MT", "ID"], inplace=True, ascending=[True, True]) - tier_sorter = ["Pass", "Relaxed", "Poor"] + tier_sorter = ["Pass", "Poor"] sorter_index = dict(zip(tier_sorter,range(len(tier_sorter)))) df["rank_tier"] = df['Tier'].map(sorter_index) @@ -1049,6 +1058,25 @@ def get_tier(self, mutation, vaf_clonal): return "Poor" + def sort_table(self, df): + df.sort_values(by=["IC50 MT", "ID"], inplace=True, ascending=[True, True]) + + tier_sorter = ["Pass", "LowReadSupport", "LowExpr", "Poor"] + sorter_index = dict(zip(tier_sorter,range(len(tier_sorter)))) + df["rank_tier"] = df['Tier'].map(sorter_index) + + df["rank_ic50"] = df["IC50 MT"].rank(ascending=True, method='dense') + df["rank_expr"] = pd.to_numeric(df["Expr"], errors='coerce').rank(ascending=False, method='dense', na_option="bottom") + df["rank"] = df["rank_ic50"] + df["rank_expr"] + + df.sort_values(by=["rank_tier", "rank", "IC50 MT", "ID"], inplace=True, ascending=True) + + df.drop(labels='rank_tier', axis=1, inplace=True) + df.drop(labels='rank_ic50', axis=1, inplace=True) + df.drop(labels='rank_expr', axis=1, inplace=True) + df.drop(labels='rank', axis=1, inplace=True) + return df + class PvacbindAggregateAllEpitopes(UnmatchedSequenceAggregateAllEpitopes, metaclass=ABCMeta): def assemble_result_line(self, best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count): @@ -1083,3 +1111,181 @@ def get_tier(self, mutation, vaf_clonal): return "Pass" return "Poor" + + +class PvacspliceAggregateAllEpitopes(PvacbindAggregateAllEpitopes, metaclass=ABCMeta): + def __init__( + self, + input_file, + output_file, + tumor_purity=None, + binding_threshold=500, + percentile_threshold=None, + allele_specific_binding_thresholds=False, + aggregate_inclusion_binding_threshold=5000, + top_score_metric="median", + trna_vaf=0.25, + trna_cov=10, + expn_val=1, + maximum_transcript_support_level=1, + ): + PvacbindAggregateAllEpitopes.__init__( + self, + input_file, + output_file, + binding_threshold=binding_threshold, + percentile_threshold=percentile_threshold, + allele_specific_binding_thresholds=allele_specific_binding_thresholds, + aggregate_inclusion_binding_threshold=aggregate_inclusion_binding_threshold, + top_score_metric=top_score_metric, + ) + self.tumor_purity = tumor_purity + self.trna_vaf = trna_vaf + self.trna_cov = trna_cov + self.expn_val = expn_val + self.allele_expr_threshold = trna_vaf * expn_val * 10 + self.maximum_transcript_support_level = maximum_transcript_support_level + + # pvacbind w/ Index instead of Mutation + def get_list_unique_mutation_keys(self, df): + keys = df["Index"].values.tolist() + return sorted(list(set(keys))) + + # pvacbind w/ Index instead of Mutation + def read_input_file(self, used_columns, dtypes): + return pd.read_csv(self.input_file, delimiter='\t', float_precision='high', low_memory=False, + na_values="NA", keep_default_na=False, dtype={"Index": str}) + + # pvacbind w/ Index instead of Mutation + def get_sub_df(self, all_epitopes_df, df_key): + df = (all_epitopes_df[lambda x: (x['Index'] == df_key)]).copy() + return df, df_key + + def get_tier(self, mutation, vaf_clonal): + if self.use_allele_specific_binding_thresholds and mutation['HLA Allele'] in self.allele_specific_binding_thresholds: + binding_threshold = self.allele_specific_binding_thresholds[mutation['HLA Allele']] + else: + binding_threshold = self.binding_threshold + + tsl_pass = True + if mutation["Transcript Support Level"] == "Not Supported": + pass + elif pd.isna(mutation["Transcript Support Level"]): + tsl_pass = False + else: + if mutation["Transcript Support Level"] > self.maximum_transcript_support_level: + tsl_pass = False + + allele_expr_pass = True + if (mutation['Tumor RNA VAF'] != 'NA' and mutation['Gene Expression'] != 'NA' and + mutation['Tumor RNA VAF'] * mutation['Gene Expression'] <= self.allele_expr_threshold): + allele_expr_pass = False + + vaf_clonal_pass = True + if (mutation['Tumor DNA VAF'] != 'NA' and mutation['Tumor DNA VAF'] < (vaf_clonal/2)): + vaf_clonal_pass = False + + #writing these out as explicitly as possible for ease of understanding + if (mutation["{} IC50 Score".format(self.top_score_metric)] < binding_threshold and + allele_expr_pass and + vaf_clonal_pass and + tsl_pass): + if self.percentile_threshold: + if mutation["{} Percentile".format(self.top_score_metric)] < self.percentile_threshold: + return "Pass" + else: + return "Pass" + + #not in founding clone + if (mutation["{} IC50 Score".format(self.top_score_metric)] < binding_threshold and + allele_expr_pass and + not vaf_clonal_pass and + tsl_pass): + if self.percentile_threshold: + if mutation["{} Percentile".format(self.top_score_metric)] < self.percentile_threshold: + return "Subclonal" + else: + return "Subclonal" + + #relax expression. Include sites that have reasonable vaf but zero overall gene expression + lowexpr=False + if mutation['Tumor RNA VAF'] != 'NA' and mutation['Gene Expression'] != 'NA' and ['Tumor RNA Depth'] != 'NA': + if ((mutation["Tumor RNA VAF"] * mutation["Gene Expression"] > 0) or + (mutation["Gene Expression"] == 0 and + mutation["Tumor RNA Depth"] > self.trna_cov and + mutation["Tumor RNA VAF"] > self.trna_vaf)): + lowexpr=True + + #if low expression is the only strike against it, it gets lowexpr label (multiple strikes will pass through to poor) + if (mutation["{} IC50 Score".format(self.top_score_metric)] < binding_threshold and + lowexpr and + vaf_clonal_pass and + tsl_pass): + if self.percentile_threshold: + if mutation["{} Percentile".format(self.top_score_metric)] < self.percentile_threshold: + return "LowExpr" + else: + return "LowExpr" + + #zero expression + if (mutation["Gene Expression"] == 0 or mutation["Tumor RNA VAF"] == 0) and not lowexpr: + return "NoExpr" + + #everything else + return "Poor" + + def sort_table(self, df): + #make sure the tiers sort in the expected order + tier_sorter = ["Pass", "LowExpr", "Subclonal", "Poor", "NoExpr"] + sorter_index = dict(zip(tier_sorter,range(len(tier_sorter)))) + df["rank_tier"] = df['Tier'].map(sorter_index) + + df["rank_ic50"] = df["IC50 MT"].rank(ascending=True, method='dense') + df["rank_expr"] = pd.to_numeric(df["Allele Expr"], errors='coerce').rank(ascending=False, method='dense', na_option="bottom") + df["rank"] = df["rank_ic50"] + df["rank_expr"] + + df.sort_values(by=["rank_tier", "rank", "Gene", "Transcript", "AA Change"], inplace=True, ascending=True) + + df.drop(labels='rank_tier', axis=1, inplace=True) + df.drop(labels='rank_ic50', axis=1, inplace=True) + df.drop(labels='rank_expr', axis=1, inplace=True) + df.drop(labels='rank', axis=1, inplace=True) + + return df + + # pvacbind w/ vaf and expression info included + def assemble_result_line(self, best, key, vaf_clonal, hla, anno_count, included_peptide_count, good_binder_count): + tier = self.get_tier(mutation=best, vaf_clonal=vaf_clonal) + + out_dict = {'ID': key} + out_dict.update({k.replace('HLA-', ''): v for k, v in sorted(hla.items())}) + + gene = best['Gene Name'] if 'Gene Name' in best else 'NA' + transcript = best['Transcript'] if 'Transcript' in best else 'NA' + problematic_positions = best['Problematic Positions'] if 'Problematic Positions' in best else 'None' + tsl = best['Transcript Support Level'] if best['Transcript Support Level'] == "Not Supported" or pd.isna(best['Transcript Support Level']) else str(int(best['Transcript Support Level'])) + allele_expr = self.calculate_allele_expr(best) + + out_dict.update({ + 'Gene': gene, + 'Transcript': transcript, + 'Junction Name': best['Junction'], + 'AA Change': best['Amino Acid Change'], + 'Best Peptide': best["Epitope Seq"], + 'TSL': tsl, + 'Allele': best["HLA Allele"], + 'Pos': best['Protein Position'], + 'Prob Pos': problematic_positions, + 'Num Included Peptides': included_peptide_count, + 'Num Passing Peptides': good_binder_count, + 'IC50 MT': best["{} IC50 Score".format(self.top_score_metric)], + '%ile MT': best["{} Percentile".format(self.top_score_metric)], + 'RNA Expr': best["Gene Expression"], + 'RNA VAF': best["Tumor RNA VAF"], + 'Allele Expr': allele_expr, + 'RNA Depth': best["Tumor RNA Depth"], + 'DNA VAF': best["Tumor DNA VAF"], + 'Tier': tier, + 'Evaluation': 'Pending', + }) + return out_dict diff --git a/pvactools/lib/binding_filter.py b/pvactools/lib/binding_filter.py index ce2c27477..183af2921 100644 --- a/pvactools/lib/binding_filter.py +++ b/pvactools/lib/binding_filter.py @@ -24,7 +24,7 @@ def execute(self): if self.allele_specific_cutoffs: AlleleSpecificBindingFilter(self.input_file, self.output_file, self.binding_threshold, self.minimum_fold_change, self.top_score_metric, self.exclude_nas, self.percentile_threshold, self.file_type).execute() else: - if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse': + if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse' or self.file_type == 'pVACsplice': if self.top_score_metric == 'median': ic50_column = 'Median IC50 Score' percentile_column = 'Median Percentile' @@ -60,7 +60,7 @@ def parser(cls, tool): ) parser.add_argument( 'input_file', - help="The final report .tsv file to filter." + help="The all_epitopes.tsv or filtered.tsv pVACseq report file to filter." ) parser.add_argument( 'output_file', diff --git a/pvactools/lib/calculate_manufacturability.py b/pvactools/lib/calculate_manufacturability.py index 89b5dab13..e6b61c615 100644 --- a/pvactools/lib/calculate_manufacturability.py +++ b/pvactools/lib/calculate_manufacturability.py @@ -53,7 +53,7 @@ def execute(self): writer = csv.DictWriter(output_fh, delimiter = "\t", fieldnames=reader.fieldnames + self.manufacturability_headers(), extrasaction='ignore', restval='NA') writer.writeheader() for line in reader: - if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse': + if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse' or self.file_type == 'pVACsplice': sequence = line['Epitope Seq'] else: sequence = line['MT Epitope Seq'] diff --git a/pvactools/lib/calculate_reference_proteome_similarity.py b/pvactools/lib/calculate_reference_proteome_similarity.py index e09b36869..ac97e211b 100644 --- a/pvactools/lib/calculate_reference_proteome_similarity.py +++ b/pvactools/lib/calculate_reference_proteome_similarity.py @@ -6,7 +6,6 @@ from Bio import SeqIO, SearchIO from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC import shutil import re import os @@ -190,13 +189,15 @@ def get_mt_peptides(self): # Create mt record dictionary if self.file_type == 'pVACseq': records_dict = {re.sub('^%s' % "MT\.", "", x.id): str(x.seq) for x in filter(lambda x: x.id.startswith('MT.'), records)} + elif self.file_type == 'pVACsplice': + records_dict = {re.sub('^%s' % "ALT\.", "", x.id): str(x.seq) for x in filter(lambda x: x.id.startswith('ALT.'), records)} else: records_dict = {x.id: str(x.seq) for x in records} return records_dict def get_wt_peptides(self): - if self.file_type == 'pVACseq': + if self.file_type == 'pVACseq' or self.file_type == 'pVACsplice': # make a list of SeqRecords from the input_fasta records = list(SeqIO.parse(self.input_fasta, "fasta")) @@ -272,6 +273,15 @@ def _get_peptide(self, line, mt_records_dict, wt_records_dict): else: peptide = mt_records_dict[line['Mutation']] full_peptide = peptide + elif self.file_type == 'pVACsplice': + if self._input_tsv_type(line) == 'aggregated': + identifier = line['ID'] + else: + identifier = line['Mutation'] + wt_peptide = wt_records_dict[identifier] + mt_peptide = mt_records_dict[identifier] + peptide = get_mutated_peptide_with_flanking_sequence(wt_peptide, mt_peptide, self.match_length-1) + full_peptide = peptide else: if self._input_tsv_type(line) == 'aggregated': epitope = line['Best Peptide'] @@ -311,7 +321,7 @@ def _call_blast(self, full_peptide, p): if self.blastp_path is not None: # if blastp installed locally, perform BLAST with it # create a SeqRecord of full_peptide and write it to a tmp file - record = SeqRecord(Seq(full_peptide, IUPAC.protein), id="1", description="") + record = SeqRecord(Seq(full_peptide), id="1", description="") tmp_peptide_fh = tempfile.NamedTemporaryFile('w', delete=False) SeqIO.write([record], tmp_peptide_fh.name, "fasta") @@ -603,9 +613,9 @@ def parser(cls, tool): parser.add_argument( 'input_fasta', help="For pVACbind, the original input FASTA file. " - + "For pVACseq and pVACfuse a FASTA file with mutant peptide sequences for each variant isoform. " + + "For pVACseq, pVACfuse, and pVACsplice a FASTA file with mutant peptide sequences for each variant isoform. " + "This file can be found in the same directory as the input filtered.tsv/all_epitopes.tsv file. " - + "Can also be generated by running `pvacseq|pvacfuse generate_protein_fasta`.") + + "Can also be generated by running `pvacseq|pvacfuse|pvacsplice generate_protein_fasta`.") parser.add_argument( 'output_file', help="Output TSV filename of report file with epitopes with reference matches marked." diff --git a/pvactools/lib/combine_inputs.py b/pvactools/lib/combine_inputs.py new file mode 100644 index 000000000..7cfa083ed --- /dev/null +++ b/pvactools/lib/combine_inputs.py @@ -0,0 +1,82 @@ +import sys +import pandas as pd + + +class CombineInputs: + def __init__(self, **kwargs): + self.junctions_df = kwargs['junctions_df'] + self.variants = kwargs['variant_file'] + self.output_file = kwargs['output_file'] + self.output_dir = kwargs['output_dir'] + + def add_junction_coordinates_to_variants(self): + # read in df + var_df = pd.read_csv(self.variants, sep='\t') + + # remove version number in annotated to compare with filtered junctions file + var_df[['transcript_id', 'transcript_version']] = var_df['transcript_name'].str.split('.', expand=True) + var_df = var_df.loc[var_df['transcript_id'].str.startswith('ENST') == True] + var_df['transcript_version'] = var_df['transcript_version'].astype('int64') + + # create new cols + var_df[['variant_start', 'variant_stop']] = 0 + + # set up variant_category + var_df['variant_category'] = 'SNV' + var_df.loc[var_df['reference'].str.len() > var_df['variant'].str.len(), 'variant_category'] = 'DEL' + var_df.loc[var_df['reference'].str.len() < var_df['variant'].str.len(), 'variant_category'] = 'INS' + + # copy values - SNVs + var_df.loc[var_df['variant_category'] == 'SNV', 'variant_start'] = var_df['start'] + var_df.loc[var_df['variant_category'] == 'SNV', 'variant_stop'] = var_df['stop'] + + # deletions - bp size matters + var_df.loc[var_df['variant_category'] == 'DEL', 'variant_start'] = var_df['start'] - 1 + var_df.loc[var_df['variant_category'] == 'DEL', 'variant_stop'] = var_df['start'] + + # insertions + var_df.loc[var_df['variant_category'] == 'INS', 'variant_start'] = var_df['start'] + var_df.loc[var_df['variant_category'] == 'INS', 'variant_stop'] = var_df['start'] + + # MNV support (exploded variants now in SNV notation) + + var_df = var_df.rename(columns={'ensembl_gene_id': 'gene_id'}).drop(columns=['transcript_support_level']) + + # format junction variant info to match vcf + var_df['variant_info'] = var_df['chromosome_name'] + ':' + var_df['variant_start'].astype('string') + '-' + var_df['variant_stop'].astype('string') + + return var_df + + def merge_and_write(self, j_df, var_df): + # if protein change/seq is NA in var_df, go ahead and remove the lines bc if there is no protein change, then can't create alt transcript + j_df['transcript_version'] = j_df['transcript_version'].astype('int64') + + # removed gene_name, gene_id - do these need to be skipped? + merged_df = j_df.merge(var_df, on=['gene_name', 'transcript_id', 'transcript_version', 'variant_info', 'gene_id']) + + # check that everything is merging + left_merge = j_df.merge(var_df, on=['variant_info', 'gene_name', 'transcript_id', 'transcript_version', 'gene_id'], how='left', indicator=True) + not_merged_lines = left_merge.loc[left_merge['_merge'] != 'both'] + if not not_merged_lines.empty: + # warning: if there are any that don't merge, + print(not_merged_lines[['variant_info', 'gene_name', 'transcript_id', 'transcript_version']]) + # make this back into a warning + print( + 'Warning: The above variant/transcript/gene combination is present in the junctions file, but not in the VEP-annotated VCF. Skipping.' + ) + + # create index to match with kmers + merged_df['index'] = merged_df['gene_name'] + '.' + merged_df['transcript_id'] + '.' + merged_df['name'] + '.' + merged_df['variant_info'] + '.' + merged_df['anchor'] + + # cols for frameshift info + merged_df[['wt_protein_length', 'alt_protein_length', 'frameshift_event']] = pd.NA + + return merged_df + + def execute(self): + # create dfs + variant_df = self.add_junction_coordinates_to_variants() + # merge dfs and create associated combined file + combined_df = self.merge_and_write(self.junctions_df, variant_df) + + return combined_df diff --git a/pvactools/lib/combine_parsed_outputs.py b/pvactools/lib/combine_parsed_outputs.py index a130b020f..0113ee432 100644 --- a/pvactools/lib/combine_parsed_outputs.py +++ b/pvactools/lib/combine_parsed_outputs.py @@ -24,7 +24,7 @@ def main(args_input = sys.argv[1:]): ) parser.add_argument( '--file-type', - choices=['pVACseq', 'pVACfuse', 'pVACbind'], + choices=['pVACseq', 'pVACfuse', 'pVACbind', 'pVACsplice'], default='pVACseq', help="Pipeline that created files to be combined." ) diff --git a/pvactools/lib/fasta_to_kmers.py b/pvactools/lib/fasta_to_kmers.py new file mode 100644 index 000000000..9817402bd --- /dev/null +++ b/pvactools/lib/fasta_to_kmers.py @@ -0,0 +1,127 @@ +import os +import re +import pandas as pd +import numpy as np +from pyfaidx import Fasta + + +class FastaToKmers: + def __init__(self, **kwargs): + self.tscript_fasta = Fasta(kwargs['fasta']) + self.fasta_path = kwargs['fasta'] + self.output_dir = kwargs['output_dir'] + self.class_i_epitope_length = kwargs['class_i_epitope_length'] + self.class_ii_epitope_length = kwargs['class_ii_epitope_length'] + self.class_i_hla = kwargs['class_i_hla'] + self.class_ii_hla = kwargs['class_ii_hla'] + self.sample_name = kwargs['sample_name'] + self.final_lengths = self.choose_final_lengths() + + def create_kmers(self, seq_name): + kmer_dict = {} + # using personalized fasta + sequence = str(self.tscript_fasta[seq_name]) + # loop over entire sequence (doing this for WT and ALT) i == position in peptide + for i in range(len(sequence)): + # loop over lengths + for x in self.final_lengths: + final_seq_name = f'{seq_name};{i+1}' + # grab kmer sequence + k = sequence[i:x+i] + # if kmer matches target len + # if k seq does not include X (any aa); continue + match = re.search('X', k) + if not match and len(k) == x: + # add entry to dictionary + kmer_dict[k] = final_seq_name + + return kmer_dict + + def create_unique_kmer_dict(self, wt_name, mt_name): + # wt and mut each get kmer dict + wt_dict = self.create_kmers(wt_name) + mut_dict = self.create_kmers(mt_name) + # all kmers not in wt kmers + final_kmers = {k: v.replace('ALT.', '') for k, v in mut_dict.items() if k not in list(wt_dict.keys())} + if len(final_kmers) == 0: + final_kmers = {} + return final_kmers + + def loop_through_tscripts(self): + unique_kmers = {} + # all fasta headers (WT and ALT) + fasta_keys = list(self.tscript_fasta.keys()) + # take off WT. and ALT. prefixes from fasta_keys to de-duplicate + unique_keys = sorted(set([x.split('.', 1)[1] for x in fasta_keys])) + for key in unique_keys: + # selecting WT and ALT for each seq pair (bc calling fasta_keys not unique_keys) + wt_name, alt_name = [x for x in fasta_keys if key in x] + # get final mutated kmer list from save_kmer_dicts() + final_kmers = self.create_unique_kmer_dict(wt_name, alt_name) + if not final_kmers: + print(f'No unique kmers found for {key}') + continue + # create master dict of unique kmers: index(es) + for k,v in final_kmers.items(): + if k not in unique_kmers.keys(): + unique_kmers[k] = [v] + else: + unique_kmers[k].append(v) + return unique_kmers + + + def create_index_file(self, kmers_dict): + # joined indexes for each unique kmer - to format for df since lists are dif sizes + fasta_info = {k:','.join(sorted(v)) for k,v in kmers_dict.items()} + # add header cols + headers_dict = {'peptide': fasta_info.keys(), 'name': fasta_info.values()} # maybe sort here before turned into df + # convert to df + fasta_df = pd.DataFrame.from_dict(headers_dict) # peptide, name made into a df + # save to sep dictionary + index_df = fasta_df.copy() + # convert string to list and explode so each index is on a sep line + index_df['name'] = index_df['name'].str.split(',') + index_df = index_df.explode('name') + # now split each index into index, pos, len + index_df[['junction_index', 'transcript_position']] = index_df['name'].str.split(';', expand=True) + index_df['name'] = index_df['name'].str.replace(';', '.') + # create a tsv file + + return fasta_df + + def choose_final_lengths(self): + if not self.class_i_hla: + lengths = self.class_ii_epitope_length + elif not self.class_ii_hla: + lengths = self.class_i_epitope_length + else: + lengths = self.class_i_epitope_length + self.class_ii_epitope_length + return lengths + + def create_epitope_fastas(self, fasta_df): + fasta_df['name'] = fasta_df['name'].str.replace(';', '.') + # sort the names + # for only 1 length at a time + for x in self.final_lengths: + len_subset = fasta_df[fasta_df['peptide'].str.len() == x].sort_values(by=['name']) + # 1 file per kmer length + output_file = f'{self.output_dir}/{self.sample_name}.{x}.fa' + # loop over rows in subset df + for row in len_subset.itertuples(): + # fasta entry + write_str = f'>{row.name}\n{row.peptide}\n' + # don't duplicate entries + if os.path.exists(output_file): + with open(output_file, "r+") as f: + dup_content = re.search(row.peptide, f.read()) + if not dup_content: + f.write(write_str) + else: + with open(output_file, "w") as e: + e.write(write_str) + + def execute(self): + unique_kmers = self.loop_through_tscripts() + # key: peptide value: list of ids + fasta_df = self.create_index_file(unique_kmers) + self.create_epitope_fastas(fasta_df) diff --git a/pvactools/lib/filter_regtools_results.py b/pvactools/lib/filter_regtools_results.py new file mode 100644 index 000000000..d56bc98aa --- /dev/null +++ b/pvactools/lib/filter_regtools_results.py @@ -0,0 +1,99 @@ +import os +import sys +import pandas as pd + +class FilterRegtoolsResults: + def __init__(self, **kwargs): + self.input_file = kwargs['input_file'] + self.output_file = kwargs['output_file'] + self.gtf_data = kwargs['gtf_data'] + self.score = kwargs['score'] #10 reads, 100, 500 -j (cohort stats combined junction tsv filters out junctions with <= 5 reads). + self.distance = kwargs['distance'] #50, 100 bp, 150 -v + + def split_string(self, df, col, delimiter): + df[col] = df[col].str.split(delimiter) + + def filter_junction_rows(self): + # open file, rename junction cols for clarity + junctions = pd.read_csv(self.input_file, sep='\t') + junctions['transcripts'] = junctions['transcripts'].astype(str) + junctions = junctions.rename(columns={'chrom':'junction_chrom', 'start':'junction_start', 'end':'junction_stop'}) + + # filter on score, strand, and anchor + filter_junctions = junctions[(junctions['score'] > self.score) & (junctions['strand'] != '?') & (junctions['anchor'].isin(['D', 'A', 'NDA']))].dropna() + + # create variant_start col + filter_junctions['variant_start'] = filter_junctions['variant_info'].str.split(':|-').str[1].astype('int64') + + # filter by distance: variant_start > start-distance and variant_start < end+distance + # does strand matter here - no + final_filter = filter_junctions[ + (filter_junctions['variant_start'] > filter_junctions['junction_start'].astype('int64') - self.distance) & + (filter_junctions['variant_start'] < filter_junctions['junction_stop'].astype('int64') + self.distance) + ].reset_index() + + return final_filter + + def pc_junction_rows(self, filter_junctions): + # example entry: 0: {'gene_ids': 'ENSG00000122483', 'transcripts': 'ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267'} + tscript_dict = {i:{'gene_ids': x, 'transcripts': y} for i,(x,y) in enumerate(zip(filter_junctions['gene_ids'], filter_junctions['transcripts']))} + + # filter transcripts by protein_coding and transcript_id + pc_junctions = pd.DataFrame() + + for k,v in tscript_dict.items(): + + # subset df by transcript_id + gtf_transcripts = self.gtf_data[(self.gtf_data['feature'] == 'transcript') & (self.gtf_data['transcript_id'].isin(v['transcripts'].split(',')))] + + if not gtf_transcripts.empty: + # add to df + pc_junctions = pd.concat([pc_junctions, gtf_transcripts]) + + # subset of self.gtf_df + return pc_junctions + + def explode_junction_rows(self, filter_junctions): + # make transcripts/variants from str to transcript list + self.split_string(filter_junctions, 'transcripts', ',') + self.split_string(filter_junctions, 'variant_info', ',') + + # explode the transcript list and variant list + explode_junctions = filter_junctions.explode('transcripts', ignore_index=True).explode('variant_info', ignore_index=True).drop('index', axis=1) + + explode_junctions = explode_junctions.rename(columns={'transcripts': 'transcript_id'}) + + return explode_junctions + + def merge_and_write(self, pc_junctions, explode_junctions): + if len(pc_junctions) == 0 & len(explode_junctions) == 0: + merged_df = pd.DataFrame(columns=[ + 'junction_chrom', 'junction_start', 'junction_stop', 'name', 'score', 'strand', 'splice_site', + 'acceptors_skipped', 'exons_skipped', 'donors_skipped', 'anchor', 'known_donor', 'known_acceptor', + 'known_junction', 'transcript_id', 'variant_info', 'feature', 'cds_chrom', 'cds_start', 'cds_stop', + 'transcript_biotype', 'transcript_version', 'transcript_support_level', 'gene_name', 'gene_id' + ]) + else: + merged_df = explode_junctions.merge(pc_junctions, on='transcript_id').drop_duplicates() + merged_df = merged_df.drop(columns=['gene_names', 'gene_ids', 'variant_start', 'exon_number']) + # drop repetitive or unneeded cols + # switch strand to numeral + merged_df['strand'] = merged_df['strand'].replace(['+', '-'], [1, -1]) + # create filtered tsv file + merged_df.to_csv(self.output_file, sep='\t', index=False, na_rep="NA") + + return merged_df + + def execute(self): + # filter on score, strand, anchor, and distance; add variant_start column + filter_junctions = self.filter_junction_rows() + + # filter transcripts by protein_coding and transcript_id + pc_junctions = self.pc_junction_rows(filter_junctions) + + # explode the transcript list and variant list + explode_junctions = self.explode_junction_rows(filter_junctions) + + # merge dfs and create associated filtered tsv file + filtered_df = self.merge_and_write(pc_junctions, explode_junctions) + return filtered_df diff --git a/pvactools/lib/identify_problematic_amino_acids.py b/pvactools/lib/identify_problematic_amino_acids.py index 7a947bc02..194e369a7 100644 --- a/pvactools/lib/identify_problematic_amino_acids.py +++ b/pvactools/lib/identify_problematic_amino_acids.py @@ -23,7 +23,7 @@ def execute(self): writer = csv.DictWriter(output_fh, delimiter = "\t", fieldnames=reader.fieldnames, extrasaction='ignore', restval='NA') writer.writeheader() for line in reader: - if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse': + if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse' or self.file_type == 'pVACsplice': sequence = line['Epitope Seq'] else: sequence = line['MT Epitope Seq'] diff --git a/pvactools/lib/input_file_converter.py b/pvactools/lib/input_file_converter.py index 10ba9d409..228416cb5 100644 --- a/pvactools/lib/input_file_converter.py +++ b/pvactools/lib/input_file_converter.py @@ -55,14 +55,16 @@ def output_headers(self): ] class VcfConverter(InputFileConverter): - def __init__(self, **kwargs): + def __init__(self, pipeline_type='pVACseq', **kwargs): InputFileConverter.__init__(self, **kwargs) - self.pass_only = kwargs.pop('pass_only', False) + self.pipeline_type = pipeline_type + self.pass_only = kwargs.pop('pass_only', False) self.sample_name = kwargs.pop('sample_name', None) self.normal_sample_name = kwargs.pop('normal_sample_name', None) self.proximal_variants_vcf = kwargs.pop('proximal_variants_vcf', None) self.proximal_variants_tsv = kwargs.pop('proximal_variants_tsv', None) self.flanking_bases = kwargs.pop('flanking_bases', None) + self.biotypes = kwargs.pop('biotypes', ['protein_coding']) if self.proximal_variants_vcf and not (self.proximal_variants_tsv and self.flanking_bases): sys.exit("A proximal variants TSV output path and number of flanking bases need to be specified if a proximal variants input VCF is provided.") if self.proximal_variants_vcf and not pvactools.lib.run_utils.is_gz_file(self.input_file): @@ -100,9 +102,9 @@ def __init__(self, **kwargs): self.tsv_writer = csv.DictWriter(self.writer, delimiter='\t', fieldnames=self.output_headers(), restval='NA') self.tsv_writer.writeheader() self.csq_parser = self.create_csq_parser() - if 'FrameshiftSequence' not in self.csq_parser.csq_format: + if self.pipeline_type == 'pVACseq' and 'FrameshiftSequence' not in self.csq_parser.csq_format: sys.exit("VCF doesn't contain VEP FrameshiftSequence annotations. Please re-annotate the VCF with VEP and the Wildtype and Frameshift plugins.") - if 'WildtypeProtein' not in self.csq_parser.csq_format: + if self.pipeline_type == 'pVACseq' and 'WildtypeProtein' not in self.csq_parser.csq_format: sys.exit("VCF doesn't contain VEP WildtypeProtein annotations. Please re-annotate the VCF with VEP and the Wildtype and Frameshift plugins.") if 'TSL' not in self.csq_parser.csq_format: sys.exit("VCF {} doesn't contain VEP TSL annotations. Please re-annotate the VCF with VEP and the --tsl option enabled.".format(self.input_file)) @@ -381,6 +383,8 @@ def execute(self): if transcript['BIOTYPE'] is not None and transcript['BIOTYPE'] != '': biotype = transcript['BIOTYPE'] + if biotype not in self.biotypes: + continue else: biotype = 'NA' @@ -459,6 +463,162 @@ def execute(self): self.close_filehandles() +class PvacspliceVcfConverter(VcfConverter): + def __init__(self, **kwargs): + VcfConverter.__init__(self, pipeline_type='pVACsplice', **kwargs) + + def output_headers(self): + return[ + 'chromosome_name', + 'start', + 'stop', + 'reference', + 'variant', + 'gene_name', + 'transcript_name', + 'transcript_support_level', + 'biotype', + 'amino_acid_change', + 'codon_change', + 'ensembl_gene_id', + 'hgvsc', + 'hgvsp', + 'variant_type', + 'protein_position', + 'transcript_expression', + 'gene_expression', + 'normal_depth', + 'normal_vaf', + 'tdna_depth', + 'tdna_vaf', + 'trna_depth', + 'trna_vaf', + ] + + def execute(self): + while True: + try: + entry = next(self.vcf_reader) + except StopIteration: + break + except ValueError as e: + raise Exception("VCF is truncated in the middle of an entry near string '{}'".format(str(e).split("'")[1])) + except IndexError as e: + raise Exception("VCF is truncated at the end of the file") + except Exception as e: + raise Exception("Error while reading VCF entry: {}".format(str(e))) + chromosome = entry.CHROM + start = entry.affected_start + stop = entry.affected_end + reference = entry.REF + alts = entry.ALT + + genotype = entry.call_for_sample[self.sample_name] + if not genotype.called: + #The genotype is uncalled or hom_ref + print('genotype filter 1 - skipped') + continue + + filt = entry.FILTER + if self.pass_only and not (filt is None or len(filt) == 0 or filt == ['PASS']): + print('pass only filter - skipped') + continue + + if 'CSQ' not in entry.INFO: + continue + + alleles_dict = self.csq_parser.resolve_alleles(entry) + for alt in alts: + alt = alt.value + if genotype.gt_bases and alt not in genotype.gt_bases: + print('genotype filter 2 - skipped') + continue + + coverage_for_entry = self.calculate_coverage_for_entry(entry, reference, alt, genotype) + + transcripts = self.csq_parser.parse_csq_entries_for_allele(entry.INFO['CSQ'], alt) + if len(transcripts) == 0: + csq_allele = alleles_dict[alt] + transcripts = self.csq_parser.parse_csq_entries_for_allele(entry.INFO['CSQ'], csq_allele) + if len(transcripts) == 0 and self.is_deletion(reference, alt): + transcripts = self.csq_parser.parse_csq_entries_for_allele(entry.INFO['CSQ'], 'deletion') + + for transcript in transcripts: + if '/' in transcript['Protein_position']: + protein_position = transcript['Protein_position'].split('/')[0] + if protein_position == '-': + protein_position = transcript['Protein_position'].split('/')[1] + else: + protein_position = transcript['Protein_position'] + transcript_name = transcript['Feature'] + consequence = transcript['Consequence'] + gene_name = transcript['SYMBOL'] + + ensembl_gene_id = transcript['Gene'] + hgvsc = re.sub(r'%[0-9|A-F][0-9|A-F]', self.decode_hex, transcript['HGVSc']) if 'HGVSc' in transcript else 'NA' + hgvsp = re.sub(r'%[0-9|A-F][0-9|A-F]', self.decode_hex, transcript['HGVSp']) if 'HGVSp' in transcript else 'NA' + if 'TSL' in transcript and transcript['TSL'] is not None and transcript['TSL'] != '': + tsl = transcript['TSL'] + else: + tsl = 'NA' + + if transcript['BIOTYPE'] is not None and transcript['BIOTYPE'] != '': + biotype = transcript['BIOTYPE'] + if biotype not in self.biotypes: + continue + else: + biotype = 'NA' + + if len(entry.REF) > len(alt): + start = entry.affected_start + 1 + else: + start = entry.affected_start + output_row = { + 'chromosome_name' : entry.CHROM, + 'start' : start, + 'stop' : entry.affected_end, + 'reference' : entry.REF, + 'variant' : alt, + 'gene_name' : gene_name, + 'transcript_name' : transcript_name, + 'transcript_support_level' : tsl, + 'biotype' : biotype, + 'ensembl_gene_id' : ensembl_gene_id, + 'hgvsc' : hgvsc, + 'hgvsp' : hgvsp, + 'variant_type' : consequence, + 'protein_position' : protein_position, + } + if transcript['Amino_acids']: + output_row['amino_acid_change'] = transcript['Amino_acids'] + + if transcript['Codons']: + output_row['codon_change'] = transcript['Codons'] + else: + output_row['codon_change'] = 'NA' + + for (tag, key, comparison_fields) in zip(['TX', 'GX'], ['transcript_expression', 'gene_expression'], [[transcript_name], [ensembl_gene_id, gene_name]]): + if tag in self.vcf_reader.header.format_ids(): + if tag in genotype.data: + expressions = genotype.data[tag] + if isinstance(expressions, list): + for expression in expressions: + (item, value) = expression.split('|') + for comparison_field in comparison_fields: + if item == comparison_field: + output_row[key] = value + elif expressions is not None: + (item, value) = expressions.split('|') + for comparison_field in comparison_fields: + if item == comparison_field: + output_row[key] = value + + output_row.update(coverage_for_entry) + + self.tsv_writer.writerow(output_row) + + self.close_filehandles() + class FusionInputConverter(InputFileConverter): def __init__(self, **kwargs): InputFileConverter.__init__(self, **kwargs) diff --git a/pvactools/lib/junction_to_fasta.py b/pvactools/lib/junction_to_fasta.py new file mode 100644 index 000000000..019b6a151 --- /dev/null +++ b/pvactools/lib/junction_to_fasta.py @@ -0,0 +1,219 @@ +import os +import re +import pandas as pd +import pyfaidx +from Bio.Seq import Seq + +class JunctionToFasta(): + def __init__(self, **kwargs): + self.fasta_path = kwargs['fasta_path'] + self.tscript_id = kwargs['tscript_id'] + self.chrom = kwargs['chrom'] + self.gtf_df = kwargs['gtf_df'] + self.junction_name = kwargs['junction_name'] + self.junction_coors = kwargs['junction_coors'] + self.junction_df = kwargs['junction_df'] + self.fasta_index = kwargs['fasta_index'] + self.variant_info = kwargs['variant_info'] + self.anchor = kwargs['anchor'] + self.strand = kwargs['strand'] + self.gene_name = kwargs['gene_name'] + self.output_file = kwargs['output_file'] + self.output_dir = kwargs['output_dir'] + self.sample_name = kwargs['sample_name'] + self.vcf_file = kwargs['vcf'] + if (self.anchor == 'A' and self.strand == 1) or (self.anchor == 'D' and self.strand == -1) or (self.anchor == 'NDA'): + self.wt_coor = int(self.junction_coors[1]) + self.alt_coor = int(self.junction_coors[0]) + self.wt_row = "cds_start" + self.alt_row = "cds_stop" + self.reverse = True + elif (self.anchor == 'D' and self.strand == 1) or (self.anchor == 'A' and self.strand == -1): + self.wt_coor = int(self.junction_coors[0]) + self.alt_coor = int(self.junction_coors[1]) + self.wt_row = "cds_stop" + self.alt_row = "cds_start" + self.reverse = False + self.personal_fasta = pyfaidx.FastaVariant(self.fasta_path, self.vcf_file, sample=self.sample_name) + + def load_gtf_data(self): + # subset df by transcript_id, get coding coordinates + # sort by cds_start - if on reverse strand, will be reverse comp. in aa sequence + coding_df = self.gtf_df[(self.gtf_df['transcript_id'] == self.tscript_id) & (self.gtf_df['feature'] == 'CDS')][['cds_chrom', 'cds_start', 'cds_stop']].sort_values('cds_start').reset_index(drop=True) + + return coding_df + + def create_wt_df(self): + # load in wt transcript df + self.wt_df = self.load_gtf_data() + # if anchor is D or A, make sure the wt coordinate is inside in the coding region of transcript + # (alt coordinate won't be present because ensembl only lists the wt coordinates) + if self.anchor in ['D', 'A']: + # look for ref coor index + index = [index for index,value in self.wt_df[self.wt_row].items() if value == self.wt_coor] + # value not found in df (Exception) + if not index: + print(f'{self.tscript_id} WT coordinate is not within coding transcript...Skipping') + print(f'Missing coordinate ({self.anchor}): {self.wt_coor}') + self.wt_df = pd.DataFrame() + # else: + # print(f'{self.anchor} WT: {self.wt_coor} {index[0]}') + # if exon skip, check that both coordinates are inside the coding region of transcript + elif self.anchor == 'NDA': + # check for presence of both coordinates + index_wt = [index for index,value in self.wt_df[self.wt_row].items() if value == self.wt_coor] + index_alt = [index for index,value in self.wt_df[self.alt_row].items() if value == self.alt_coor] + if index_wt and index_alt: + # print(f'NDA both coors present: {self.wt_coor}, {index_wt[0]}, {self.alt_coor}, {index_alt[0]}') + pass + else: + if not index_wt and not index_alt: + print(f'{self.fasta_index} Exon skip: both junction coordinates outside of coding transcript...Skipping') + print(f'Missing coordinates: {self.wt_coor} {self.alt_coor}') + elif (not index_wt and index_alt) or (index_wt and not index_alt): + print(f'{self.fasta_index} Exon skip: one junction coordinate outside of coding transcript...Skipping') + if index_wt: + print(f'Missing coordinate: {self.alt_coor}') + elif index_alt: + print(f'Missing coordinate: {self.wt_coor}') + self.wt_df = pd.DataFrame() + return self.wt_df + + + def create_alt_df(self): + # copy wt_df so its not directly affected + self.alt_df = self.wt_df.copy() + # reverse direction + if self.reverse == True and (self.anchor != 'NDA'): + # get rows below the wt coordinate to loop over and find the right index for alt coor insertion + revised_df = self.alt_df[self.alt_df[self.wt_row] <= self.wt_coor] + # loop over indexes in revised_df + # ex: [3,2,1,0] (going to beginning of df) + index_list = list(reversed(revised_df.index.tolist())) + for i in index_list: + # # if i IS in between two wt coordinates and i IS NOT the last index in list (i-1 index exists in df) + if i-1 in index_list and self.alt_coor < revised_df.loc[i, self.wt_row] and self.alt_coor > revised_df.loc[i-1, self.wt_row]: + # create alt_index + alt_index = i-1 + # modify alt_df to include alt coor and return new alt_df + self.alt_df.at[alt_index, self.alt_row] = self.alt_coor + #print(f'{self.anchor} ALT: {self.alt_coor} {alt_index}') + break + # if i IS NOT between two wt coordinates and it IS NOT the last index in list + # go to next index in loop + elif i != index_list[-1]: + continue + # if i IS NOT between two wt coordinates AND it IS the last index in list + # return an empty df that will cause an exception in run.py + else: + # here i can add option to look for next start codon (start lost) + print(f'{self.fasta_index} Alternate junction coordinate outside of coding transcript...Skipping') + print(f'Missing coordinate: {self.alt_coor}') + self.alt_df = pd.DataFrame() + continue + + # forward direction + if self.reverse == False: + # select rows that are possible places to insert altant coordinate + revised_df = self.alt_df[self.alt_df[self.wt_row] >= self.wt_coor] + # loop over indexes in revised_df + # ex: [13,14,15] (going to end of df) + index_list = revised_df.index.tolist() + for i in index_list: + # if i IS in between two wt coordinates and i IS NOT the last index in list (i+1 index exists in df) + if i+1 in index_list and self.alt_coor > revised_df.loc[i, self.wt_row] and self.alt_coor < revised_df.loc[i+1, self.wt_row]: + # create alt_index + alt_index = i+1 + # modify alt_df to include alt coor and return new alt_df + self.alt_df.at[alt_index, self.alt_row] = self.alt_coor + #print(f'{self.anchor} ALT: {self.alt_coor} {alt_index}') + break + # if i IS NOT between two wt coordinates and it IS NOT the last index in list + # go to next index in loop + elif i != index_list[-1]: + continue + # if i IS NOT between two wt coordinates AND it IS the last index in list + # return an empty df that will cause an exception in run.py + else: + # here i can add option to look for next stop codon (stop lost) + print(f'{self.fasta_index} Alternate junction coordinate outside of coding transcript...Skipping') + print(f'Missing coordinate: {self.alt_coor}') + self.alt_df = pd.DataFrame() + continue + + # exon skip + # starting knowing both coors are in coding region + if self.anchor == 'NDA': + start_index = self.alt_df[self.alt_df[self.wt_row] == self.wt_coor].index.item() + stop_index = self.alt_df[self.alt_df[self.alt_row] == self.alt_coor].index.item() + # delete any rows in between + # [1:] to remove 1st index from index_list (because of range function) + index_list = list(range(stop_index, start_index))[1:] + self.alt_df = self.alt_df.drop(index_list) + return self.alt_df + + def get_aa_sequence(self, dataframe): + # create coding_coors column for fasta indexing + dataframe["coding_coors"] = dataframe["cds_start"].astype(str) + "," + dataframe["cds_stop"].astype(str) + coordinates = dataframe["coding_coors"].tolist() + # generate AA sequence from coding exon coordinates (pyfaidx) + # taking a lot longer when using a gzipped personal fasta - why? + final_seq = '' + for x in coordinates: + start = int(x.split(',')[0]); end = int(x.split(',')[1]) + seq = self.personal_fasta.get_seq(self.chrom, start, end) + final_seq += str(seq) + # using Seq from Bio.Seq to translate str_seq + # positive strand + dna_seq = Seq(final_seq) # creating Seq object + # negative strand + if self.strand == -1: + dna_seq = dna_seq.reverse_complement() # still a Seq object + # make biopython happy by making dna_seq a multiple of 3 + # adding Ns to end of sequence if remainder != 0 + remainder = len(dna_seq) % 3 + if remainder == 0: + frameshift = 'no' + else: + frameshift = 'yes' + if remainder == 1: + dna_seq += "NN" + elif remainder == 2: + dna_seq += "N" + aa_seq = str(dna_seq.translate(to_stop=True)) # translating from Seq object + if aa_seq[0] != 'M': + print(f'{self.tscript_id} does not begin with start codon...Skipping') + aa_seq = '' + + return aa_seq, frameshift + + def create_sequence_fasta(self, wt_seq, alt_seq): + write_str = f'>WT.{self.fasta_index}\n{wt_seq}\n>ALT.{self.fasta_index}\n{alt_seq}\n' + if os.path.exists(self.output_file): + with open(self.output_file, 'r+') as f: + dup_content = re.search(write_str, f.read()) + if dup_content == None: + f.write(write_str) + else: + with open(self.output_file, 'w') as e: + e.write(write_str) + +# GBM examples # +# ex 1: KLHL5 A (+, 1) FS # +# 'ENST00000261425', 'chr4', [39081256, 39081963], 'A', 1, 'KLHL5' + +# ex 2: DSG3 D (+, 1) INDEL (1 aa deletion) # +# 'ENST00000257189', 'chr18', [31472788, 31474124], 'D', 1, 'DSG3' + +# ex 3: RAB18 NDA (exon skip) (+, 1) FS # +# 'ENST00000356940', 'chr10', [27509930,27532507], 'NDA', 1, 'RAB18' + +# ex 4: ATP5G3 A (-, -1) FS # +# 'ENST00000284727', 'chr2', [175178402, 175179136], 'A', -1, 'ATP5G3' + +# ex 5: LY6D D (-, -1) FS # +# 'ENST00000301263', 'chr8', [142785451, 142785589], 'D', -1, 'LY6D' + +# ex 6: SHPRH NDA (-, -1) stop codon created immediately so no novel peptides possible # +# start 9; stop 11 -remove line 10 +# 'ENST00000275233', 'chr6', [145921392, 145922663], 'NDA', -1, 'SHPRH' diff --git a/pvactools/lib/load_gtf_data.py b/pvactools/lib/load_gtf_data.py new file mode 100644 index 000000000..1fcaa235e --- /dev/null +++ b/pvactools/lib/load_gtf_data.py @@ -0,0 +1,47 @@ +import gtfparse +import sys + + +class LoadGtfData: + def __init__(self, **kwargs): + self.gtf_file = kwargs['gtf_file'] + self.output_file = kwargs['output_file'] + self.save_gtf = kwargs['save_gtf'] # default false + self.biotypes = kwargs.pop('biotypes', ['protein_coding']) + + def execute(self): + + # make sure running pandas not polars + gtf_df_all = gtfparse.read_gtf(self.gtf_file, usecols=[ + 'feature', 'seqname', 'start', 'end', 'transcript_id', + 'transcript_biotype', 'transcript_version', 'transcript_support_level', 'exon_number', 'gene_name', + 'gene_id'], result_type='pandas') + + if 'transcript_support_level' in gtf_df_all: + gtf_df_all['transcript_support_level'] = gtf_df_all['transcript_support_level'].str.replace(r' (assigned to previous version \d)', '', regex=True) + gtf_df_all['transcript_support_level'] = gtf_df_all['transcript_support_level'].str.replace(r'^$', 'NA', regex=True) + else: + gtf_df_all['transcript_support_level'] = 'Not Supported' + + # transcript and CDS - this is coding coordinates exon by exon (leaving out 5/3' UTRs in exon body) + if 'transcript_biotype' in gtf_df_all: + gtf_df = gtf_df_all.loc[ + (gtf_df_all['feature'].isin(['CDS', 'transcript'])) & + (gtf_df_all['transcript_biotype'].isin(self.biotypes)) + ].replace(["^\s*$"], 'NA', regex=True) + else: + gtf_df = gtf_df_all.loc[ + (gtf_df_all['feature'].isin(['CDS', 'transcript'])) + ].replace(["^\s*$"], 'NA', regex=True) + gtf_df['transcript_biotype'] = 'Not Supported' + + gtf_df = gtf_df.rename(columns={'start': 'cds_start', 'end': 'cds_stop', 'seqname': 'cds_chrom'}) + + if gtf_df.empty: + sys.exit('The GTF dataframe is empty. Please check your input file.') + + if self.save_gtf: + gtf_df.to_csv(self.output_file, sep='\t', index=False) + print(f'GTF TSV output file has been saved as: {self.output_file}') + + return gtf_df diff --git a/pvactools/lib/net_chop.py b/pvactools/lib/net_chop.py index 9d821aa26..6df94a366 100644 --- a/pvactools/lib/net_chop.py +++ b/pvactools/lib/net_chop.py @@ -14,7 +14,7 @@ from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.retry import Retry -import pvactools.lib.run_utils +from pvactools.lib.run_utils import * methods = ['cterm', '20s'] @@ -26,25 +26,32 @@ def __init__(self, input_file, input_fasta, output_file, method='cterm', thresho self.method = method self.threshold = float(threshold) self.file_type = file_type + self.flanking_sequence_length = 9 def get_mt_peptides(self): records = list(SeqIO.parse(self.input_fasta, "fasta")) if self.file_type == 'pVACseq': records_dict = {re.sub('^%s' % "MT\.", "", x.id): str(x.seq) for x in filter(lambda x: x.id.startswith('MT.'), records)} + elif self.file_type == 'pVACsplice': + records_dict = {re.sub('^%s' % "ALT\.", "", x.id): str(x.seq) for x in filter(lambda x: x.id.startswith('ALT.'), records)} else: records_dict = {x.id: str(x.seq) for x in records} return records_dict + def get_wt_peptides(self): + records = list(SeqIO.parse(self.input_fasta, "fasta")) + records_dict = {re.sub('^%s' % "WT\.", "", x.id): str(x.seq) for x in filter(lambda x: x.id.startswith('WT.'), records)} + return records_dict + def extract_flanked_epitope(self, full_peptide, epitope, seq_id): - flanking_sequence_length = 9 if epitope not in full_peptide: raise Exception("FASTA entry {} ({}) does not contain epitope {}. Please check that the FASTA file matches the input TSV.".format(seq_id, full_peptide, epitope)) ep_start = full_peptide.index(epitope) - start = ep_start - flanking_sequence_length + start = ep_start - self.flanking_sequence_length if start < 0: start = 0 start_diff = ep_start - start - end = ep_start + len(epitope) + flanking_sequence_length + end = ep_start + len(epitope) + self.flanking_sequence_length return full_peptide[start:end], start_diff def execute(self): @@ -56,6 +63,8 @@ def execute(self): success_searcher = re.compile(r'NetChop 3.0 predictions') mt_records_dict = self.get_mt_peptides() + if self.file_type == 'pVACsplice': + wt_records_dict = self.get_wt_peptides() with open(self.input_file) as input_fh, open(self.output_file, 'w') as output_fh: reader = csv.DictReader(input_fh, delimiter='\t') cleavage_cols = ['Best Cleavage Position', 'Best Cleavage Score', 'Cleavage Sites'] @@ -69,7 +78,7 @@ def execute(self): x = 0 i=1 http = self.setup_adapter() - for chunk in pvactools.lib.run_utils.split_file(reader, 100): + for chunk in split_file(reader, 100): staging_file = tempfile.NamedTemporaryFile(mode='w+') current_buffer = {} seqs_start_diff = {} @@ -79,13 +88,22 @@ def execute(self): if self.file_type == 'pVACbind' or self.file_type == 'pVACfuse': index = line['Mutation'] epitope = line['Epitope Seq'] + elif self.file_type == 'pVACsplice': + index = line['Index'] + epitope = line['Epitope Seq'] else: index = line['Index'] epitope = line['MT Epitope Seq'] if index not in mt_records_dict: raise Exception("FASTA entry for index {} not found. Please check that the FASTA file matches the input TSV.".format(index)) - full_peptide = mt_records_dict[index] - peptide, start_diff = self.extract_flanked_epitope(full_peptide, epitope, index) + if self.file_type == 'pVACsplice': + mt_peptide = mt_records_dict[index] + wt_peptide = wt_records_dict[index] + peptide = get_mutated_peptide_with_flanking_sequence(wt_peptide, mt_peptide, self.flanking_sequence_length) + start_diff = self.flanking_sequence_length + else: + full_peptide = mt_records_dict[index] + peptide, start_diff = self.extract_flanked_epitope(full_peptide, epitope, index) staging_file.write(peptide+'\n') current_buffer[sequence_id] = {k:line[k] for k in line} seqs_start_diff[sequence_id] = (start_diff, len(epitope)) diff --git a/pvactools/lib/netmhc_stab.py b/pvactools/lib/netmhc_stab.py index 403f14c09..c5e354b4b 100644 --- a/pvactools/lib/netmhc_stab.py +++ b/pvactools/lib/netmhc_stab.py @@ -14,7 +14,6 @@ from Bio import SeqIO from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC import pvactools.lib.run_utils from pvactools.lib.prediction_class import MHCI @@ -76,7 +75,7 @@ def execute(self): records = [] for index, line in chunk.iterrows(): sequence_id = ('%010x'%x)[-10:] - record_new = SeqRecord(Seq(line[self.epitope_seq_column_name], IUPAC.protein), id=sequence_id, description=sequence_id) + record_new = SeqRecord(Seq(line[self.epitope_seq_column_name]), id=sequence_id, description=sequence_id) records.append(record_new) current_buffer[sequence_id] = line.to_dict() x+=1 @@ -143,6 +142,8 @@ def execute(self): if self.file_type == 'pVACseq': sorted_lines = pvactools.lib.sort.default_sort_from_pd_dict(output_lines, self.top_score_metric) + elif self.file_type == 'pVACsplice': + sorted_lines = pvactools.lib.sort.pvacsplice_sort(output_lines, self.top_score_metric) else: sorted_lines = pvactools.lib.sort.pvacbind_sort(output_lines, self.top_score_metric) writer.writerows(sorted_lines) @@ -189,7 +190,7 @@ def valid_alleles(self, alleles): valid_alleles = [] for allele in alleles: staging_file = tempfile.NamedTemporaryFile(mode='w+') - records = [SeqRecord(Seq("ASTPGHTIIYEAVCLHNDRTTIP", IUPAC.protein), id="0", description="0")] + records = [SeqRecord(Seq("ASTPGHTIIYEAVCLHNDRTTIP"), id="0", description="0")] SeqIO.write(records, staging_file.name, "fasta") staging_file.seek(0) response = self.query_netmhcstabpan_server(staging_file, 9, allele.replace("*", "")) diff --git a/pvactools/lib/output_parser.py b/pvactools/lib/output_parser.py index e84fa9cf8..05aa44906 100644 --- a/pvactools/lib/output_parser.py +++ b/pvactools/lib/output_parser.py @@ -4,6 +4,7 @@ import re import operator import os +import pandas as pd from math import ceil, inf from statistics import median import yaml @@ -758,6 +759,7 @@ def execute(self): tmp_output_filehandle.close() os.replace(tmp_output_file, self.output_file) + class DefaultOutputParser(OutputParser): def parse_iedb_file(self, tsv_entries): with open(self.key_file, 'r') as key_file_reader: @@ -1003,3 +1005,212 @@ def execute(self): tmp_output_filehandle.close() os.replace(tmp_output_file, self.output_file) + +class PvacspliceOutputParser(UnmatchedSequencesOutputParser): + def parse_iedb_file(self): + # input key file + with open(self.key_file, 'r') as key_file_reader: + protein_identifiers_from_label = yaml.load(key_file_reader, Loader=yaml.FullLoader) + # final output + iedb_results = {} + for input_iedb_file in self.input_iedb_files: + # input iedb file + with open(input_iedb_file, 'r') as reader: + iedb_tsv_reader = csv.DictReader(reader, delimiter='\t') + # we remove "sample_name." prefix from filename and then first part before a dot is the method name + method = (os.path.basename(input_iedb_file)[len(self.sample_name)+1:]).split('.', 1)[0] + # header: allele, seq_num, start, end, length, peptide, ic50, percentile_rank + for line in iedb_tsv_reader: + if "Warning: Potential DNA sequence(s)" in line['allele']: + continue + allele = line['allele'] + fasta_label = int(line['seq_num']) + epitope = line['peptide'] + peptide_length = len(epitope) + scores = self.get_scores(line, method) + percentiles = self.get_percentiles(line, method) + # get fasta_id/combined_name from fasta key file + if protein_identifiers_from_label[fasta_label] is not None: + # comma-separated string (1 or more ids) as 1 entry in list + protein_label = protein_identifiers_from_label[fasta_label][0] + # one index at a time + for key in protein_label.split(','): + + if key not in iedb_results: + iedb_results[key] = {} + iedb_results[key]['mt_scores'] = {} + iedb_results[key]['mt_percentiles'] = {} + iedb_results[key]['mt_epitope_seq'] = epitope + iedb_results[key]['fasta_id'] = fasta_label + iedb_results[key]['tsv_index'] = key + iedb_results[key]['allele'] = allele + iedb_results[key]['peptide_length'] = peptide_length + iedb_results[key]['mt_scores'][method] = scores + iedb_results[key]['mt_percentiles'][method] = percentiles + + return iedb_results + + def flatten_iedb_results(self, iedb_results): + #transform the iedb_results dictionary into a two-dimensional list + flattened_iedb_results = list(( + value['fasta_id'], + value['mt_scores'], + value['mt_percentiles'], + value['mt_epitope_seq'], + value['tsv_index'], + value['allele'], + value['best_mt_score'], + value['best_mt_score_method'], + value['median_mt_score'], + value['best_mt_percentile'], + value['best_mt_percentile_method'], + value['median_mt_percentile'], + ) for value in iedb_results.values()) + return flattened_iedb_results + + def base_headers(self): + return[ + 'Chromosome', + 'Start', + 'Stop', + 'Reference', + 'Variant', + 'Junction', + 'Junction Start', + 'Junction Stop', + 'Junction Score', + 'Junction Anchor', + 'Transcript', + 'Transcript Support Level', + 'Biotype', + 'Ensembl Gene ID', + 'Variant Type', + 'Amino Acid Change', + 'Gene Name', + 'HGVSc', + 'HGVSp', + 'WT Protein Length', + 'ALT Protein Length', + 'Frameshift Event', + 'Protein Position', # start position of peptide in alt protein + 'HLA Allele', + 'Peptide Length', + 'Epitope Seq', + 'Median IC50 Score', + 'Best IC50 Score', + 'Best IC50 Score Method', + 'Median Percentile', + 'Best Percentile', + 'Best Percentile Method', + 'Tumor DNA Depth', + 'Tumor DNA VAF', + 'Tumor RNA Depth', + 'Tumor RNA VAF', + 'Normal Depth', + 'Normal VAF', + 'Gene Expression', + 'Transcript Expression', + 'Index', # this is junction index + 'Fasta Key', # unique num for traceback to correct sequence - key to combined fasta header + ] + + def execute(self): + tmp_output_file = self.output_file + '.tmp' + tmp_output_filehandle = open(tmp_output_file, 'w') + tsv_writer = csv.DictWriter(tmp_output_filehandle, delimiter='\t', fieldnames=self.output_headers()) + tsv_writer.writeheader() + + # added for pvacsplice - variant info + tsv_entries = self.parse_input_tsv_file() + + # get binding info from iedb files + iedb_results = self.process_input_iedb_file() + + # from input iedb files + for ( + fasta_id, + mt_scores, + mt_percentiles, + mt_epitope_seq, + tsv_index, + allele, + best_mt_score, + best_mt_score_method, + median_mt_score, + best_mt_percentile, + best_mt_percentile_method, + median_mt_percentile, + ) in iedb_results: + # get unique index + (final_index, protein_position) = tsv_index.rsplit('.', 1) + tsv_entry = tsv_entries[final_index] + row = { + 'Chromosome' : tsv_entry['chromosome_name'], + 'Start' : tsv_entry['start'], + 'Stop' : tsv_entry['stop'], + 'Reference' : tsv_entry['reference'], + 'Variant' : tsv_entry['variant'], + 'Transcript' : tsv_entry['transcript_name'], + 'Transcript Support Level': tsv_entry['transcript_support_level'], + 'Biotype' : tsv_entry['biotype'], + ### junction info from RegTools + 'Junction' : tsv_entry['name'], + 'Junction Start' : tsv_entry['junction_start'], + 'Junction Stop' : tsv_entry['junction_stop'], + 'Junction Score' : tsv_entry['score'], + 'Junction Anchor' : tsv_entry['anchor'], + ### + 'Ensembl Gene ID' : tsv_entry['gene_name'], + 'Variant Type' : tsv_entry['variant_type'], + 'Amino Acid Change' : tsv_entry['amino_acid_change'], + 'Protein Position' : protein_position, + 'Gene Name' : tsv_entry['gene_name'], + 'HGVSc' : tsv_entry['hgvsc'], + 'HGVSp' : tsv_entry['hgvsp'], + 'Index' : final_index, + 'Fasta Key' : fasta_id, + 'WT Protein Length' : tsv_entry['wt_protein_length'], + 'ALT Protein Length': tsv_entry['alt_protein_length'], + 'Frameshift Event' : tsv_entry['frameshift_event'], + ### pvacbind info + 'HLA Allele' : allele, + 'Peptide Length' : len(mt_epitope_seq), + 'Epitope Seq' : mt_epitope_seq, + 'Median IC50 Score' : round(median_mt_score, 3), + 'Best IC50 Score' : best_mt_score, + 'Best IC50 Score Method' : PredictionClass.prediction_class_name_for_iedb_prediction_method(best_mt_score_method), + 'Best Percentile' : best_mt_percentile, + ### + } + row['Best Percentile Method'] = 'NA' if best_mt_percentile_method == 'NA' else PredictionClass.prediction_class_name_for_iedb_prediction_method(best_mt_percentile_method) + row['Median Percentile'] = 'NA' if median_mt_percentile == 'NA' else round(median_mt_percentile, 3) + + for method in self.prediction_methods(): + pretty_method = PredictionClass.prediction_class_name_for_iedb_prediction_method(method) + self.add_pretty_row(row, mt_scores, method, pretty_method, 'IC50 Score') + if pretty_method not in ['BigMHC_EL', 'BigMHC_IM', 'DeepImmuno']: + self.add_pretty_row(row, mt_percentiles, method, pretty_method, 'Percentile') + + for (tsv_key, row_key) in zip(['gene_expression', 'transcript_expression', 'normal_vaf', 'tdna_vaf', 'trna_vaf'], ['Gene Expression', 'Transcript Expression', 'Normal VAF', 'Tumor DNA VAF', 'Tumor RNA VAF']): + if tsv_key in tsv_entry: + if tsv_entry[tsv_key] == 'NA': + row[row_key] = 'NA' + else: + # no --normal-sample-name parameter causes ValueError here bc tries to convert empty string to float + if 'normal' in tsv_key and tsv_entry[tsv_key] == '': + row[row_key] = 'NA' + else: + row[row_key] = round(float(tsv_entry[tsv_key]), 3) + + for (tsv_key, row_key) in zip(['normal_depth', 'tdna_depth', 'trna_depth'], ['Normal Depth', 'Tumor DNA Depth', 'Tumor RNA Depth']): + if tsv_key in tsv_entry: + row[row_key] = tsv_entry[tsv_key] + elif 'normal' in tsv_key and tsv_entry[tsv_key] == '': + row[row_key] = 'NA' + + if self.add_sample_name: + row['Sample Name'] = self.sample_name + tsv_writer.writerow(row) + + tmp_output_filehandle.close() + os.replace(tmp_output_file, self.output_file) diff --git a/pvactools/lib/pipeline.py b/pvactools/lib/pipeline.py index fef39fc07..c765a9d62 100644 --- a/pvactools/lib/pipeline.py +++ b/pvactools/lib/pipeline.py @@ -1,31 +1,25 @@ -import sys -from abc import ABCMeta, abstractmethod -import os -import csv -import datetime -import time -import shutil import copy -import yaml +import logging +import shutil +import sys +from collections import OrderedDict + import pkg_resources import pymp -from threading import Lock -from Bio import SeqIO +import yaml from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC -from collections import OrderedDict -import logging from pvactools.lib.prediction_class import * from pvactools.lib.input_file_converter import VcfConverter from pvactools.lib.fasta_generator import FastaGenerator, VectorFastaGenerator -from pvactools.lib.output_parser import DefaultOutputParser, UnmatchedSequencesOutputParser +from pvactools.lib.output_parser import DefaultOutputParser, UnmatchedSequencesOutputParser, PvacspliceOutputParser from pvactools.lib.post_processor import PostProcessor from pvactools.lib.run_utils import * import pvactools.lib.call_iedb import pvactools.lib.combine_parsed_outputs + def status_message(msg): print(msg) sys.stdout.flush() @@ -37,13 +31,12 @@ def __init__(self, **kwargs): self.flurry_state = self.get_flurry_state() self.starfusion_file = kwargs.pop('starfusion_file', None) self.proximal_variants_file = None - tmp_dir = os.path.join(self.output_dir, 'tmp') - os.makedirs(tmp_dir, exist_ok=True) - self.tmp_dir = tmp_dir + self.tmp_dir = os.path.join(self.output_dir, 'tmp') + os.makedirs(self.tmp_dir, exist_ok=True) def log_dir(self): dir = os.path.join(self.output_dir, 'log') - os.makedirs(dir, exist_ok=True) + os.makedirs(dir, exist_ok=True), return dir def print_log(self): @@ -97,6 +90,8 @@ def get_flurry_state(self): def tsv_file_path(self): if self.input_file_type == 'pvacvector_input_fasta': return self.input_file + elif self.input_file_type == 'junctions': + return os.path.join(self.junctions_dir, f'{self.sample_name}_combined.tsv') else: tsv_file = self.sample_name + '.tsv' return os.path.join(self.output_dir, tsv_file) @@ -112,6 +107,7 @@ def net_chop_fasta_file_path(self): def converter(self, params): converter_types = { 'vcf' : 'VcfConverter', + 'junctions' : 'PvacspliceVcfConverter', } converter_type = converter_types[self.input_file_type] converter = getattr(sys.modules[__name__], converter_type) @@ -128,9 +124,10 @@ def fasta_generator(self, params): def output_parser(self, params): parser_types = { - 'vcf' : 'DefaultOutputParser', + 'vcf': 'DefaultOutputParser', 'pvacvector_input_fasta': 'UnmatchedSequencesOutputParser', 'fasta': 'UnmatchedSequencesOutputParser', + 'junctions': 'PvacspliceOutputParser', } parser_type = parser_types[self.input_file_type] parser = getattr(sys.modules[__name__], parser_type) @@ -141,9 +138,10 @@ def generate_combined_fasta(self, fasta_path, epitope_flank_length=0): self.input_file, str(epitope_flank_length + max(self.epitope_lengths) - 1), fasta_path, + "--sample-name", self.sample_name, + "--biotypes" , ",".join(self.biotypes), ] import pvactools.tools.pvacseq.generate_protein_fasta as generate_combined_fasta - params.extend(["--sample-name", self.sample_name]) if self.phased_proximal_variants_vcf is not None: params.extend(["--phased-proximal-variants-vcf", self.phased_proximal_variants_vcf]) if self.downstream_sequence_length is not None: @@ -166,6 +164,7 @@ def convert_vcf(self): 'output_file': self.tsv_file_path(), 'sample_name': self.sample_name, 'pass_only': self.pass_only, + 'biotypes': self.biotypes, } if self.normal_sample_name is not None: convert_params['normal_sample_name'] = self.normal_sample_name @@ -361,7 +360,7 @@ def parse_outputs(self, chunks): split_parsed_output_files = [] for (split_start, split_end) in chunks: tsv_chunk = "%d-%d" % (split_start, split_end) - if self.input_file_type == 'fasta': + if self.input_file_type in ['fasta', 'junctions']: fasta_chunk = tsv_chunk else: fasta_chunk = "%d-%d" % (split_start*2-1, split_end*2) @@ -429,6 +428,8 @@ def combined_parsed_outputs(self, split_parsed_output_files): ] if self.input_file_type == 'fasta': params.extend(['--file-type', 'pVACbind']) + elif self.input_file_type == 'junctions': + params.extend(['--file-type', 'pVACsplice']) pvactools.lib.combine_parsed_outputs.main(params) status_message("Completed") @@ -513,7 +514,7 @@ def uniquify_records(self, records): uniq_records = [] keys = {} for sequence, ids in fasta_sequences.items(): - record = SeqRecord(Seq(sequence, IUPAC.protein), id=str(count), description=str(count)) + record = SeqRecord(Seq(sequence), id=str(count), description=str(count)) uniq_records.append(record) keys[count] = ids count += 1 @@ -532,7 +533,7 @@ def create_per_length_fasta_and_process_stops(self, length): logging.warning("Record {} contains unsupported amino acids. Skipping.".format(record.id)) continue if len(sequence) >= length: - record.seq = Seq(sequence, IUPAC.protein) + record.seq = Seq(sequence) records.append(record) SeqIO.write(records, self.fasta_basename(length), "fasta") @@ -600,7 +601,7 @@ def call_iedb(self, chunks, length): warning_messages = [] for (split_start, split_end) in chunks: tsv_chunk = "%d-%d" % (split_start, split_end) - if self.input_file_type == 'fasta': + if self.input_file_type == 'fasta' or self.input_file_type == 'junctions': fasta_chunk = tsv_chunk else: fasta_chunk = "%d-%d" % (split_start*2-1, split_end*2) @@ -669,7 +670,7 @@ def parse_outputs(self, chunks, length): split_parsed_output_files = [] for (split_start, split_end) in chunks: tsv_chunk = "%d-%d" % (split_start, split_end) - if self.input_file_type == 'fasta': + if self.input_file_type == 'fasta' or self.input_file_type == 'junctions': fasta_chunk = tsv_chunk else: fasta_chunk = "%d-%d" % (split_start*2-1, split_end*2) @@ -709,12 +710,14 @@ def parse_outputs(self, chunks, length): 'key_file' : split_fasta_key_file_path, 'output_file' : split_parsed_file_path, } + if self.input_file_type == 'junctions': + params['input_tsv_file'] = self.tsv_file_path() params['sample_name'] = self.sample_name params['flurry_state'] = self.flurry_state if self.additional_report_columns and 'sample_name' in self.additional_report_columns: params['add_sample_name_column'] = True parser = self.output_parser(params) - parser.execute() + parser.execute() status_message("Parsing prediction file for Allele %s and Epitope Length %s - Entries %s - Completed" % (a, length, fasta_chunk)) split_parsed_output_files.append(split_parsed_file_path) @@ -761,3 +764,27 @@ def execute(self): if self.keep_tmp_files is False: shutil.rmtree(self.tmp_dir, ignore_errors=True) + + +class PvacsplicePipeline(PvacbindPipeline): + def execute(self): + self.print_log() + + # mv fasta file to temp dir + shutil.copy(self.input_file, os.path.join(self.tmp_dir, os.path.basename(self.input_file))) + + split_parsed_output_files = [] + chunks = self.split_fasta_file(self.epitope_lengths) + self.call_iedb(chunks, self.epitope_lengths) + # parse iedb output files + split_parsed_output_files.extend(self.parse_outputs(chunks, self.epitope_lengths)) # chunks - list of lists + + if len(split_parsed_output_files) == 0: + status_message("No output files were created. Aborting.") + return + + # creates all_epitopes.tsv + self.combined_parsed_outputs(split_parsed_output_files) + + if self.keep_tmp_files is False: + shutil.rmtree(self.tmp_dir, ignore_errors=True) diff --git a/pvactools/lib/post_processor.py b/pvactools/lib/post_processor.py index fa5c9ecd5..53b4bec3b 100644 --- a/pvactools/lib/post_processor.py +++ b/pvactools/lib/post_processor.py @@ -2,10 +2,10 @@ import shutil from pvactools.lib.identify_problematic_amino_acids import IdentifyProblematicAminoAcids -from pvactools.lib.aggregate_all_epitopes import PvacseqAggregateAllEpitopes, PvacfuseAggregateAllEpitopes, PvacbindAggregateAllEpitopes +from pvactools.lib.aggregate_all_epitopes import PvacseqAggregateAllEpitopes, PvacfuseAggregateAllEpitopes, PvacbindAggregateAllEpitopes, PvacspliceAggregateAllEpitopes from pvactools.lib.binding_filter import BindingFilter from pvactools.lib.filter import Filter, FilterCriterion -from pvactools.lib.top_score_filter import PvacseqTopScoreFilter, PvacfuseTopScoreFilter, PvacbindTopScoreFilter +from pvactools.lib.top_score_filter import PvacseqTopScoreFilter, PvacfuseTopScoreFilter, PvacbindTopScoreFilter, PvacspliceTopScoreFilter from pvactools.lib.calculate_manufacturability import CalculateManufacturability from pvactools.lib.calculate_reference_proteome_similarity import CalculateReferenceProteomeSimilarity from pvactools.lib.net_chop import NetChop @@ -14,7 +14,7 @@ class PostProcessor: def __init__(self, **kwargs): for (k,v) in kwargs.items(): - setattr(self, k, v) + setattr(self, k, v) self.aggregate_report = self.input_file.replace('.tsv', '.aggregated.tsv') self.identify_problematic_amino_acids_fh = tempfile.NamedTemporaryFile() self.binding_filter_fh = tempfile.NamedTemporaryFile() @@ -122,6 +122,21 @@ def aggregate_all_epitopes(self): aggregate_inclusion_binding_threshold=self.aggregate_inclusion_binding_threshold, aggregate_inclusion_count_limit=self.aggregate_inclusion_count_limit, ).execute() + elif self.file_type == 'pVACsplice': + PvacspliceAggregateAllEpitopes( + self.input_file, + self.aggregate_report, + tumor_purity=self.tumor_purity, + binding_threshold=self.binding_threshold, + percentile_threshold=self.percentile_threshold, + allele_specific_binding_thresholds=self.allele_specific_binding_thresholds, + aggregate_inclusion_binding_threshold=self.aggregate_inclusion_binding_threshold, + top_score_metric=self.top_score_metric, + trna_vaf=self.trna_vaf, + trna_cov=self.trna_cov, + expn_val=self.expn_val, + maximum_transcript_support_level=self.maximum_transcript_support_level, + ).execute() print("Completed") def calculate_manufacturability(self): @@ -162,6 +177,15 @@ def execute_coverage_filter(self): filter_criteria.append(FilterCriterion("Tumor RNA VAF", '>=', self.trna_vaf, exclude_nas=self.exclude_NAs)) filter_criteria.append(FilterCriterion("Gene Expression", '>=', self.expn_val, exclude_nas=self.exclude_NAs)) filter_criteria.append(FilterCriterion("Transcript Expression", '>=', self.expn_val, exclude_nas=self.exclude_NAs)) + # excluding transcript expression filter for pvacsplice + elif self.file_type == 'pVACsplice': + filter_criteria.append(FilterCriterion("Normal Depth", '>=', self.normal_cov, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Normal VAF", '<=', self.normal_vaf, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor DNA Depth", '>=', self.tdna_cov, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor DNA VAF", '>=', self.tdna_vaf, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor RNA Depth", '>=', self.trna_cov, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor RNA VAF", '>=', self.trna_vaf, exclude_nas=self.exclude_NAs)) + filter_criteria.append(FilterCriterion("Gene Expression", '>=', self.expn_val, exclude_nas=self.exclude_NAs)) elif self.file_type == 'pVACfuse': filter_criteria.append(FilterCriterion("Read Support", '>=', self.read_support, exclude_nas=self.exclude_NAs)) filter_criteria.append(FilterCriterion("Expression", '>=', self.expn_val, exclude_nas=self.exclude_NAs)) @@ -212,6 +236,13 @@ def execute_top_score_filter(self): self.top_score_filter_fh.name, top_score_metric = self.top_score_metric, ).execute() + elif self.file_type == 'pVACsplice': + PvacspliceTopScoreFilter( + self.transcript_support_level_filter_fh.name, + self.top_score_filter_fh.name, + top_score_metric = self.top_score_metric, + maximum_transcript_support_level=self.maximum_transcript_support_level, + ).execute() print("Completed") def call_net_chop(self): diff --git a/pvactools/lib/prediction_class.py b/pvactools/lib/prediction_class.py index 67ca3c19b..2199fe490 100644 --- a/pvactools/lib/prediction_class.py +++ b/pvactools/lib/prediction_class.py @@ -16,6 +16,8 @@ import io from datetime import datetime +import pvactools.lib.run_utils + class IEDB(metaclass=ABCMeta): @classmethod def iedb_prediction_methods(cls): @@ -334,12 +336,6 @@ def check_allele_valid(self, allele): if allele not in valid_alleles: sys.exit("Allele %s not valid for method %s. Run `pvacseq valid_alleles %s` for a list of valid allele names." % (allele, self.__class__.__name__, self.__class__.__name__)) - def determine_neoepitopes(self, sequence, length): - epitopes = {} - for i in range(0, len(sequence)-length+1): - epitopes[i+1] = sequence[i:i+length] - return epitopes - class MHCI(PredictionClass, metaclass=ABCMeta): @property @@ -370,7 +366,7 @@ def predict(self, input_file, allele, epitope_length, iedb_executable_path, iedb for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) all_epitopes.extend(epitopes.values()) all_epitopes = list(set(all_epitopes)) @@ -402,7 +398,7 @@ def predict(self, input_file, allele, epitope_length, iedb_executable_path, iedb for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) for start, epitope in epitopes.items(): epitope_df = df[df['peptide'] == epitope] epitope_df['seq_num'] = seq_num @@ -431,7 +427,7 @@ def predict_bigmhc(self, bigmhc_type, input_file, allele, epitope_length, iedb_e for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) all_epitopes.extend(epitopes.values()) all_epitopes = list(set(all_epitopes)) @@ -464,7 +460,7 @@ def predict_bigmhc(self, bigmhc_type, input_file, allele, epitope_length, iedb_e for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) for start, epitope in epitopes.items(): epitope_df = df[df['peptide'] == epitope] epitope_df['seq_num'] = seq_num @@ -500,7 +496,7 @@ def predict(self, input_file, allele, epitope_length, iedb_executable_path, iedb for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) all_epitopes.extend(epitopes.values()) all_epitopes = list(set(all_epitopes)) @@ -531,7 +527,7 @@ def predict(self, input_file, allele, epitope_length, iedb_executable_path, iedb for record in SeqIO.parse(input_file, "fasta"): seq_num = record.id peptide = str(record.seq) - epitopes = self.determine_neoepitopes(peptide, epitope_length) + epitopes = pvactools.lib.run_utils.determine_neoepitopes(peptide, epitope_length) for start, epitope in epitopes.items(): epitope_df = df[df['peptide'] == epitope] epitope_df['seq_num'] = seq_num diff --git a/pvactools/lib/prediction_class_utils.py b/pvactools/lib/prediction_class_utils.py new file mode 100644 index 000000000..fc06ea757 --- /dev/null +++ b/pvactools/lib/prediction_class_utils.py @@ -0,0 +1,63 @@ +from itertools import product + +from pvactools.lib.prediction_class import * + +def split_algorithms(prediction_algorithms): + if 'all' in prediction_algorithms: + return (sorted(MHCI.prediction_methods()), sorted(MHCII.prediction_methods())) + class_i_prediction_algorithms = set() + class_ii_prediction_algorithms = set() + if 'all_class_i' in prediction_algorithms: + class_i_prediction_algorithms = set(MHCI.prediction_methods()) + prediction_algorithms.remove('all_class_i') + if 'all_class_ii' in prediction_algorithms: + class_ii_prediction_algorithms = set(MHCII.prediction_methods()) + prediction_algorithms.remove('all_class_ii') + for prediction_algorithm in prediction_algorithms: + prediction_class = globals()[prediction_algorithm] + prediction_class_object = prediction_class() + if isinstance(prediction_class_object, MHCI): + class_i_prediction_algorithms.add(prediction_algorithm) + elif isinstance(prediction_class_object, MHCII): + class_ii_prediction_algorithms.add(prediction_algorithm) + return (sorted(list(class_i_prediction_algorithms)), sorted(list(class_ii_prediction_algorithms))) + +def combine_class_ii_alleles(class_ii_alleles): + valid_combinations = [] + + alpha_types = ["DMA", "DOA", "DPA1", "DQA1", "DQA2", "DRA", "DRA", "DRA", "DRA", "DRA"] + beta_types = ["DMB", "DOB", "DPB1", "DQB1", "DQB2", "DRB1", "DRB2", "DRB3", "DRB4", "DRB5"] + for (alpha, beta) in zip(alpha_types, beta_types): + alpha_alleles = [] + beta_alleles = [] + for allele in class_ii_alleles: + if allele.startswith(alpha): + alpha_alleles.append(allele) + elif allele.startswith(beta): + beta_alleles.append(allele) + combinations = ["{}-{}".format(alpha_allele, beta_allele) for (alpha_allele, beta_allele) in list(product(alpha_alleles, beta_alleles))] + valid_combinations.extend([combination for combination in combinations if combination in MHCII.all_valid_allele_names()]) + + return sorted(list(set(class_ii_alleles + valid_combinations))) + +def split_alleles(alleles): + class_i_alleles = [] + class_ii_alleles = [] + species = None + for allele in sorted(set(alleles)): + valid = 0 + if allele in MHCI.all_valid_allele_names(): + class_i_alleles.append(allele) + valid = 1 + if allele in MHCII.all_valid_allele_names(): + class_ii_alleles.append(allele) + valid = 1 + if not valid: + print("Allele %s not valid. Skipping." % allele) + else: + allele_species = PredictionClass.species_for_allele(allele) + if species is None: + species = allele_species + elif species != allele_species: + raise Exception("Requested alleles are not from the same species.") + return (class_i_alleles, class_ii_alleles, species) diff --git a/pvactools/lib/print_log.py b/pvactools/lib/print_log.py new file mode 100644 index 000000000..d4e613299 --- /dev/null +++ b/pvactools/lib/print_log.py @@ -0,0 +1,43 @@ +import os +import sys +import yaml +import pkg_resources +from pvactools.lib.run_argument_parser import * + + +def print_log(log_dir, args_dict, output_file_prefix): + os.makedirs(log_dir, exist_ok=True) + log_file = os.path.join(log_dir, f'{output_file_prefix}.yml') + if os.path.exists(log_file): + with open(log_file, 'r') as log_fh: + past_inputs = yaml.load(log_fh, Loader=yaml.FullLoader) + current_inputs = args_dict + current_inputs['pvactools_version'] = pkg_resources.get_distribution("pvactools").version + if past_inputs['pvactools_version'] != current_inputs['pvactools_version']: + print('dif inputs!') + sys.exit( + "Restart to be executed with a different pVACtools version:\n" + + "Past version: %s\n" % past_inputs['pvactools_version'] + + "Current version: %s" % current_inputs['pvactools_version'] + ) + for key in current_inputs.keys(): + if key == 'pvactools_version' or key == 'pvacseq_version': + continue + if key not in past_inputs.keys() and current_inputs[key] is not None: + sys.exit( + "Restart inputs are different from past inputs: \n" + + "Additional input: %s - %s\n" % (key, current_inputs[key]) + + "Aborting." + ) + elif current_inputs[key] != past_inputs[key]: + sys.exit( + "Restart inputs are different from past inputs: \n" + + "Past input: %s - %s\n" % (key, past_inputs[key]) + + "Current input: %s - %s\n" % (key, current_inputs[key]) + + "Aborting." + ) + else: + with open(log_file, 'w') as log_fh: + inputs = args_dict + inputs['pvactools_version'] = pkg_resources.get_distribution("pvactools").version + yaml.dump(inputs, log_fh, default_flow_style=False) diff --git a/pvactools/lib/run_argument_parser.py b/pvactools/lib/run_argument_parser.py index 1808cc566..e53a350ba 100644 --- a/pvactools/lib/run_argument_parser.py +++ b/pvactools/lib/run_argument_parser.py @@ -13,7 +13,6 @@ def __init__(self, tool_name, input_file_help): description="Run the {} pipeline".format(tool_name.replace('vac', 'VAC')), formatter_class=argparse.ArgumentDefaultsHelpFormatter ) - parser.add_argument( "input_file", help=input_file_help @@ -114,9 +113,7 @@ def __init__(self, tool_name, input_file_help): ) self.parser = parser -class PredictionRunArgumentParser(RunArgumentParser): - def __init__(self, tool_name, input_file_help): - RunArgumentParser.__init__(self, tool_name, input_file_help) + def prediction_args(self): self.parser.add_argument( '--net-chop-method', choices=pvactools.lib.net_chop.methods, @@ -187,48 +184,27 @@ def __init__(self, tool_name, input_file_help): action='store_true' ) -class PvacbindRunArgumentParser(PredictionRunArgumentParser): - def __init__(self): - tool_name = "pvacbind" - input_file_help = "A FASTA file" - PredictionRunArgumentParser.__init__(self, tool_name, input_file_help) + def pass_only_args(self): + self.parser.add_argument( + '--pass-only', + help="Only process VCF entries with a PASS status.", + default=False, + action='store_true' + ) -class PredictionRunWithFastaGenerationArgumentParser(PredictionRunArgumentParser): - def __init__(self, tool_name, input_file_help): - PredictionRunArgumentParser.__init__(self, tool_name, input_file_help) + def fasta_generation(self): self.parser.add_argument( "-d", "--downstream-sequence-length", default='1000', help="Cap to limit the downstream sequence length for frameshifts when creating the FASTA file. " - + "Use 'full' to include the full downstream sequence." - ) - -class PvacseqRunArgumentParser(PredictionRunWithFastaGenerationArgumentParser): - def __init__(self): - tool_name = "pvacseq" - input_file_help = ( - "A VEP-annotated single- or multi-sample VCF containing genotype, transcript, " - "Wildtype protein sequence, and Frameshift protein sequence information." - "The VCF may be gzipped (requires tabix index)." + + "Use 'full' to include the full downstream sequence." ) - PredictionRunWithFastaGenerationArgumentParser.__init__(self, tool_name, input_file_help) + def expression_coverage_args(self): self.parser.add_argument( '--normal-sample-name', help="In a multi-sample VCF, the name of the matched normal sample." ) - self.parser.add_argument( - "-p", "--phased-proximal-variants-vcf", - help="A VCF with phased proximal variant information. Must be gzipped and tabix indexed." - ) - self.parser.add_argument( - "-c", "--minimum-fold-change", type=float, - default=0.0, - help="Minimum fold change between mutant (MT) binding score and wild-type (WT) score (fold change = WT/MT). " - + "The default is 0, which filters no results, but 1 is often a sensible choice " - + "(requiring that binding is better to the MT than WT peptide). " - + "This fold change is sometimes referred to as a differential agretopicity index.", - ) self.parser.add_argument( '--normal-cov', type=int, help="Normal Coverage Cutoff. Only sites above this read depth cutoff will be considered.", @@ -245,31 +221,65 @@ def __init__(self): default=10 ) self.parser.add_argument( - '--normal-vaf', type=float_range(0.0,1.0), + '--normal-vaf', type=float_range(0.0, 1.0), help="Normal VAF Cutoff in decimal format. Only sites BELOW this cutoff in normal will be considered.", default=0.02 ) self.parser.add_argument( - '--tdna-vaf', type=float_range(0.0,1.0), + '--tdna-vaf', type=float_range(0.0, 1.0), help="Tumor DNA VAF Cutoff in decimal format. Only sites above this cutoff will be considered.", default=0.25 ) self.parser.add_argument( - '--trna-vaf', type=float_range(0.0,1.0), + '--trna-vaf', type=float_range(0.0, 1.0), help="Tumor RNA VAF Cutoff in decimal format. Only sites above this cutoff will be considered.", default=0.25 ) self.parser.add_argument( - '--expn-val', type=float, - default=1.0, - help="Gene and Transcript Expression cutoff. Only sites above this cutoff will be considered.", + "--tumor-purity", type=float_range(0.0, 1.0), + help="Value between 0 and 1 indicating the fraction of tumor cells in the tumor sample. Information is used during aggregate report creation for a simple estimation of whether variants are subclonal or clonal based on VAF. If not provided, purity is estimated directly from the VAFs.", ) self.parser.add_argument( "--maximum-transcript-support-level", type=int, help="The threshold to use for filtering epitopes on the Ensembl transcript support level (TSL). " - +"Keep all epitopes with a transcript support level <= to this cutoff.", + + "Keep all epitopes with a transcript support level <= to this cutoff.", default=1, - choices=[1,2,3,4,5] + choices=[1, 2, 3, 4, 5] + ) + self.parser.add_argument( + "--biotypes", type=lambda s:[a for a in s.split(',')], + help="A list of biotypes to use for pre-filtering transcripts for processing in the pipeline.", + default=['protein_coding'] + ) + + def pvacfuse(self): + self.parser.add_argument( + '--starfusion-file', + help="Path to a star-fusion.fusion_predictions.tsv or star-fusion.fusion_predictions.abridged.tsv to extract read support and expression information from. Only used when running with AGFusion data." + ) + self.parser.add_argument( + '--read-support', type=int, + help="Read Support Cutoff. Sites above this cutoff will be considered.", + default=5 + ) + self.parser.add_argument( + '--expn-val', type=float, + help="Expression Cutoff. Expression is meassured as FFPM (fusion fragments per million total reads). Sites above this cutoff will be considered.", + default=0.1 + ) + + def pvacseq(self): + self.parser.add_argument( + "-p", "--phased-proximal-variants-vcf", + help="A VCF with phased proximal variant information. Must be gzipped and tabix indexed." + ) + self.parser.add_argument( + "-c", "--minimum-fold-change", type=float, + default=0.0, + help="Minimum fold change between mutant (MT) binding score and wild-type (WT) score (fold change = WT/MT). " + + "The default is 0, which filters no results, but 1 is often a sensible choice " + + "(requiring that binding is better to the MT than WT peptide). " + + "This fold change is sometimes referred to as a differential agretopicity index.", ) self.parser.add_argument( "--allele-specific-anchors", @@ -291,46 +301,60 @@ def __init__(self): default=0.8 ) self.parser.add_argument( - '--pass-only', - help="Only process VCF entries with a PASS status.", - default=False, - action='store_true' + '--expn-val', type=float, + default=1.0, + help="Gene and Transcript Expression cutoff. Only sites above this cutoff will be considered.", ) + + def pvacsplice(self): self.parser.add_argument( - "--tumor-purity", - help="Value between 0 and 1 indicating the fraction of tumor cells in the tumor sample. Information is used during aggregate report creation for a simple estimation of whether variants are subclonal or clonal based on VAF. If not provided, purity is estimated directly from the VAFs.", - type=float, + "annotated_vcf", + help="A VEP-annotated single- or multi-sample VCF containing genotype and transcript information." + + "The VCF may be gzipped (requires tabix index)." ) - - -class PvacfuseRunArgumentParser(PredictionRunWithFastaGenerationArgumentParser): - def __init__(self): - tool_name = "pvacfuse" - input_file_help="An AGFusion output directory or Arriba fusion.tsv output file." - PredictionRunWithFastaGenerationArgumentParser.__init__(self, tool_name, input_file_help) self.parser.add_argument( - '--starfusion-file', - help="Path to a star-fusion.fusion_predictions.tsv or star-fusion.fusion_predictions.abridged.tsv to extract read support and expression information from. When used with Arriba data, only expression information will be incorporated (read support information will be incorporated from Arriba output)." + "ref_fasta", + help="A reference FASTA file. Note: this input should be the same as the RegTools vcf input." ) self.parser.add_argument( - '--read-support', type=int, - help="Read Support Cutoff. Sites above this cutoff will be considered.", - default=5 + "gtf_file", + help="A reference GTF file. Note: this input should be the same as the RegTools gtf input." ) + self.parser.add_argument( + "-j", "--junction-score", type=int, + help="Junction Coverage Cutoff. Only sites above this read depth cutoff will be considered.", + default=10 + ) + self.parser.add_argument( + "-v", "--variant-distance", type=int, + help="Regulatory variants can lie inside or outside of splicing junction." + + "Maximum distance window (upstream and downstream) for a variant outside the junction.", + default=100 + ) + self.parser.add_argument( + "-g", "--save-gtf", + help="Save a tsv file from the uploaded filtered GTF data." + + "Use this option to bypass GTF data upload time for multiple pVACsplice runs.", + default=False, + action='store_true' + ) + self.parser.add_argument( + "--anchor-types", nargs="*", + help="The anchor types of junctions to use. Multiple anchors can be specified using a comma-separated list." + + "Choices: A, D, NDA, DA, N", + default=['A', 'D', 'NDA'], + choices=['A', 'D', 'NDA', 'DA', 'N'] + ) + # pvacsplice - filter on gene expression only (but keep txpn value in output) self.parser.add_argument( '--expn-val', type=float, - help="Expression Cutoff. Expression is meassured as FFPM (fusion fragments per million total reads). Sites above this cutoff will be considered.", - default=0.1 + default=1.0, + help="Gene Expression cutoff. Only sites above this cutoff will be considered.", ) - -class PvacvectorRunArgumentParser(RunArgumentParser): - def __init__(self): - tool_name = 'pvacvector' - input_file_help = "A .fa file with peptides or a pVACseq .tsv file with epitopes to use for vector design." - RunArgumentParser.__init__(self, tool_name, input_file_help) + def pvacvector(self): self.parser.add_argument( - '-v', "--input_vcf", + '-v', "--input-vcf", help="Path to original pVACseq input VCF file. Required if input file is a pVACseq TSV." ) self.parser.add_argument( @@ -347,3 +371,52 @@ def __init__(self): help="Number of amino acids to permit clipping from the start and/or end of peptides in order to test novel junction epitopes when the first pass on the full peptide fails.", default=3, ) + +class PvacbindRunArgumentParser(RunArgumentParser): + def __init__(self): + tool_name = "pvacbind" + input_file_help = "A FASTA file" + RunArgumentParser.__init__(self, tool_name, input_file_help) + self.prediction_args() + +class PvacfuseRunArgumentParser(RunArgumentParser): + def __init__(self): + tool_name = "pvacfuse" + input_file_help="An AGFusion output directory or Arriba fusion.tsv output file." + RunArgumentParser.__init__(self, tool_name, input_file_help) + self.prediction_args() + self.fasta_generation() + self.pvacfuse() + +class PvacspliceRunArgumentParser(RunArgumentParser): + def __init__(self): + tool_name = "pvacsplice" + input_file_help = "RegTools junctions output TSV file" + RunArgumentParser.__init__(self, tool_name, input_file_help) + self.pass_only_args() + self.expression_coverage_args() + self.prediction_args() + self.pvacsplice() + + +class PvacseqRunArgumentParser(RunArgumentParser): + def __init__(self): + tool_name = "pvacseq" + input_file_help = ( + "A VEP-annotated single- or multi-sample VCF containing genotype, transcript, " + "Wildtype protein sequence, and Frameshift protein sequence information." + "The VCF may be gzipped (requires tabix index)." + ) + RunArgumentParser.__init__(self, tool_name, input_file_help) + self.pass_only_args() + self.expression_coverage_args() + self.prediction_args() + self.fasta_generation() + self.pvacseq() + +class PvacvectorRunArgumentParser(RunArgumentParser): + def __init__(self): + tool_name = 'pvacvector' + input_file_help = "A .fa file with peptides or a pVACseq .tsv file with epitopes to use for vector design." + RunArgumentParser.__init__(self, tool_name, input_file_help) + self.pvacvector() diff --git a/pvactools/lib/run_utils.py b/pvactools/lib/run_utils.py index dd4bd1814..81c23b2ce 100644 --- a/pvactools/lib/run_utils.py +++ b/pvactools/lib/run_utils.py @@ -3,71 +3,9 @@ import csv import binascii import re -from itertools import islice, product - -from pvactools.lib.prediction_class import * +from itertools import islice import argparse -def split_algorithms(prediction_algorithms): - if 'all' in prediction_algorithms: - return (sorted(MHCI.prediction_methods()), sorted(MHCII.prediction_methods())) - class_i_prediction_algorithms = set() - class_ii_prediction_algorithms = set() - if 'all_class_i' in prediction_algorithms: - class_i_prediction_algorithms = set(MHCI.prediction_methods()) - prediction_algorithms.remove('all_class_i') - if 'all_class_ii' in prediction_algorithms: - class_ii_prediction_algorithms = set(MHCII.prediction_methods()) - prediction_algorithms.remove('all_class_ii') - for prediction_algorithm in prediction_algorithms: - prediction_class = globals()[prediction_algorithm] - prediction_class_object = prediction_class() - if isinstance(prediction_class_object, MHCI): - class_i_prediction_algorithms.add(prediction_algorithm) - elif isinstance(prediction_class_object, MHCII): - class_ii_prediction_algorithms.add(prediction_algorithm) - return (sorted(list(class_i_prediction_algorithms)), sorted(list(class_ii_prediction_algorithms))) - -def split_alleles(alleles): - class_i_alleles = [] - class_ii_alleles = [] - species = None - for allele in sorted(set(alleles)): - valid = 0 - if allele in MHCI.all_valid_allele_names(): - class_i_alleles.append(allele) - valid = 1 - if allele in MHCII.all_valid_allele_names(): - class_ii_alleles.append(allele) - valid = 1 - if not valid: - print("Allele %s not valid. Skipping." % allele) - else: - allele_species = PredictionClass.species_for_allele(allele) - if species is None: - species = allele_species - elif species != allele_species: - raise Exception("Requested alleles are not from the same species.") - return (class_i_alleles, class_ii_alleles, species) - -def combine_class_ii_alleles(class_ii_alleles): - valid_combinations = [] - - alpha_types = ["DMA", "DOA", "DPA1", "DQA1", "DQA2", "DRA", "DRA", "DRA", "DRA", "DRA"] - beta_types = ["DMB", "DOB", "DPB1", "DQB1", "DQB2", "DRB1", "DRB2", "DRB3", "DRB4", "DRB5"] - for (alpha, beta) in zip(alpha_types, beta_types): - alpha_alleles = [] - beta_alleles = [] - for allele in class_ii_alleles: - if allele.startswith(alpha): - alpha_alleles.append(allele) - elif allele.startswith(beta): - beta_alleles.append(allele) - combinations = ["{}-{}".format(alpha_allele, beta_allele) for (alpha_allele, beta_allele) in list(product(alpha_alleles, beta_alleles))] - valid_combinations.extend([combination for combination in combinations if combination in MHCII.all_valid_allele_names()]) - - return sorted(list(set(class_ii_alleles + valid_combinations))) - def combine_reports(input_files, output_file): fieldnames = [] for input_file in input_files: @@ -147,6 +85,27 @@ def float_range_checker(arg): def supported_amino_acids(): return ["A", "R", "N", "D", "C", "E", "Q", "G", "H", "I", "L", "K", "M", "F", "P", "S", "T", "W", "Y", "V"] +def determine_neoepitopes(sequence, length): + epitopes = {} + for i in range(0, len(sequence)-length+1): + epitopes[i+1] = sequence[i:i+length] + return epitopes + +def get_mutated_peptide_with_flanking_sequence(wt_peptide, mt_peptide, flanking_length): + wt_epitopes = determine_neoepitopes(wt_peptide, flanking_length+1) + mt_epitopes = determine_neoepitopes(mt_peptide, flanking_length+1) + for i in range(1, len(wt_epitopes)): + wt_epitope = wt_epitopes[i] + mt_epitope = mt_epitopes[i] + if wt_epitope != mt_epitope: + start = i - 1 + break + for i, (wt_epitope, mt_epitope) in enumerate(zip(reversed(list(wt_epitopes.values())), reversed(list(mt_epitopes.values())))): + if wt_epitope != mt_epitope: + stop = len(mt_epitopes) - i + flanking_length + break + return mt_peptide[start:stop] + def get_anchor_positions(hla_allele, epitope_length, allele_specific_anchors, anchor_probabilities, anchor_contribution_threshold, mouse_anchor_positions): if allele_specific_anchors and epitope_length in anchor_probabilities and hla_allele in anchor_probabilities[epitope_length]: probs = anchor_probabilities[epitope_length][hla_allele] diff --git a/pvactools/lib/sort.py b/pvactools/lib/sort.py index 4364a9dce..23df455ed 100644 --- a/pvactools/lib/sort.py +++ b/pvactools/lib/sort.py @@ -26,3 +26,10 @@ def pvacbind_sort(rows, top_score_metric): elif top_score_metric == 'lowest': sorted_rows = sorted(rows, key=lambda row: ( float(row['Best IC50 Score']), int(row['Sub-peptide Position']), float(row['Median IC50 Score']), row['Mutation'] ) ) return sorted_rows + +def pvacsplice_sort(rows, top_score_metric): + if top_score_metric == 'median': + sorted_rows = sorted(rows, key=lambda row: ( float(row['Median IC50 Score']), float(row['Best IC50 Score']), row['Index'] ) ) + elif top_score_metric == 'lowest': + sorted_rows = sorted(rows, key=lambda row: ( float(row['Best IC50 Score']), float(row['Median IC50 Score']), row['Index'] ) ) + return sorted_rows diff --git a/pvactools/lib/splice_pipeline.py b/pvactools/lib/splice_pipeline.py new file mode 100644 index 000000000..6fd866444 --- /dev/null +++ b/pvactools/lib/splice_pipeline.py @@ -0,0 +1,219 @@ +import shutil +import os +import pandas as pd +from pvactools.lib.filter_regtools_results import FilterRegtoolsResults +from pvactools.lib.junction_to_fasta import JunctionToFasta +from pvactools.lib.fasta_to_kmers import FastaToKmers +from pvactools.lib.combine_inputs import CombineInputs +from pvactools.lib.input_file_converter import PvacspliceVcfConverter +from pvactools.lib.load_gtf_data import LoadGtfData + +class JunctionPipeline: + def __init__(self, **kwargs): + self.input_file = kwargs['input_file'] + self.sample_name = kwargs['sample_name'] + # default pvacsplice output dir (where splice files are currently) + self.output_dir = kwargs['junctions_dir'] + self.fasta_path = kwargs['ref_fasta'] + self.annotated_vcf = kwargs['annotated_vcf'] + self.pass_only = kwargs['pass_only'] + self.gtf_file = kwargs['gtf_file'] + self.class_i_epitope_length = kwargs['class_i_epitope_length'] + self.class_ii_epitope_length = kwargs['class_ii_epitope_length'] + self.class_i_hla = kwargs['class_i_hla'] + self.class_ii_hla = kwargs['class_ii_hla'] + self.junction_score = kwargs['junction_score'] + self.variant_distance = kwargs['variant_distance'] + self.normal_sample_name = kwargs.pop('normal_sample_name', None) + self.save_gtf = kwargs['save_gtf'] + self.keep_tmp_files = kwargs['keep_tmp_files'] + self.biotypes = kwargs['biotypes'] + self.gtf_data = self.load_gtf_data() + self.tmp_dir = os.path.join(self.output_dir, 'tmp') + os.makedirs(self.tmp_dir, exist_ok=True) + + @staticmethod + def file_exists(file_path: str, file_type: str): + if os.path.exists(file_path) and os.path.getsize(file_path) > 0: + print(f"{file_type} file already exists. Skipping.") + exists = True + else: + exists = False + return exists + + def execute(self): + self.vcf_to_tsv() + self.junction_to_fasta() + self.fasta_to_kmers() + +# if self.save_gtf --> should not have a gtf tsv file present +# if self.save_gtf == True: + # save gtf file in output dir +# elif False: + # write gtf_file to tmp_dir + + def load_gtf_data(self): + # option 1: load from preexisting gtf tsv + # option 2: create gtf_df and DON'T save automatically + # option 3: create gtf_df and DO save automatically + if self.file_exists(self.create_file_path('gtf'), 'GTF TSV'): + # load from tsv file + gtf_df = pd.read_csv(self.create_file_path('gtf'), sep='\t') + else: + print('Converting GTF file to TSV') + gtf_params = { + 'gtf_file': self.gtf_file, + 'output_file': self.create_file_path('gtf'), + 'save_gtf': self.save_gtf, + # default no but option to save for running cohorts processed with the same reference data + 'biotypes': self.biotypes, + } + gtf_data = LoadGtfData(**gtf_params) + gtf_df = gtf_data.execute() + print('Completed') + return gtf_df + + def create_file_path(self, key, temp=False): + inputs = { + 'gtf': '_gtf.tsv', + 'annotated': '_annotated.tsv', + 'filtered': '_filtered.tsv', + 'combined': '_combined.tsv', + 'fasta': '.transcripts.fa', + } + if temp: + file_name = os.path.join(self.tmp_dir, self.sample_name + inputs[key]) + else: + file_name = os.path.join(self.output_dir, self.sample_name + inputs[key]) + + return file_name + + def filter_regtools_results(self): + if self.file_exists(self.create_file_path('filtered', temp=True), 'Filtered'): + filter_df = pd.read_csv(self.create_file_path('filtered', temp=True), sep='\t') + else: + print('Filtering regtools results') + filter_params = { + 'input_file': self.input_file, + 'output_file': self.create_file_path('filtered', temp=True), + 'gtf_data': self.gtf_data, + 'score': self.junction_score, + 'distance': self.variant_distance, + } + filter_object = FilterRegtoolsResults(**filter_params) + filter_df = filter_object.execute() + print('Completed') + return filter_df + + def vcf_to_tsv(self): + if self.file_exists(self.create_file_path('annotated', temp=True), 'VCF TSV'): + pass + else: + print('Converting VCF to TSV') + convert_params = { + 'input_file': self.annotated_vcf, + 'pass_only': self.pass_only, + 'output_file': self.create_file_path('annotated', temp=True), + 'sample_name': self.sample_name, + } + if self.normal_sample_name: + convert_params['normal_sample_name'] = self.normal_sample_name + converter = PvacspliceVcfConverter(**convert_params) + converter.execute() + print('Completed') + + def combine_inputs(self): + if self.file_exists(self.create_file_path('combined'), 'Combined junction'): + combined_df = pd.read_csv(self.create_file_path('combined'), sep='\t') + else: + print('Merging junction and variant info') + junctions_df = self.filter_regtools_results() + if len(junctions_df) == 0: + sys.exit("The RegTools junctions TSV file doesn't contain any splice sites supported by pVACsplice. Aborting.") + + combine_params = { + 'junctions_df': junctions_df, + 'variant_file': self.create_file_path('annotated', temp=True), + 'output_dir': self.output_dir, + 'output_file': self.create_file_path('combined'), + } + combined = CombineInputs(**combine_params) + combined_df = combined.execute() + if len(combined_df) == 0: + sys.exit("Combined dataset is empty. Aborting.") + print('Completed') + return combined_df + + # creates transcripts.fa + def junction_to_fasta(self): + combined_df = self.combine_inputs() + if self.file_exists(self.create_file_path('fasta'), 'Junction fasta'): + pass + else: + print('Assembling tumor-specific splicing junctions') + for i in combined_df.index.to_list(): + junction = combined_df.loc[[i], :] + for row in junction.itertuples(): + junction_params = { + 'fasta_path': self.fasta_path, + 'junction_df': combined_df, + 'gtf_df': self.gtf_data, + 'tscript_id': row.transcript_id, + 'chrom': row.junction_chrom, + 'junction_name': row.name, + 'junction_coors': [row.junction_start, row.junction_stop], + 'fasta_index': row.index, + 'variant_info': row.variant_info, + 'anchor': row.anchor, + 'strand': row.strand, + 'gene_name': row.gene_name, + 'output_file': self.create_file_path('fasta'), + 'output_dir': self.output_dir, + 'sample_name': self.sample_name, + 'vcf': self.annotated_vcf, + } + junctions = JunctionToFasta(**junction_params) + wt = junctions.create_wt_df() + if wt.empty: + continue + alt = junctions.create_alt_df() + if alt.empty: + continue + wt_aa, wt_fs = junctions.get_aa_sequence(wt) + alt_aa, alt_fs = junctions.get_aa_sequence(alt) + if wt_aa == '' or alt_aa == '': + print('No amino acid sequence was produced. Skipping.') + continue + # creates output transcript fasta + junctions.create_sequence_fasta(wt_aa, alt_aa) + # df[row, col] + combined_df.loc[i, 'wt_protein_length'] = len(wt_aa) + combined_df.loc[i, 'alt_protein_length'] = len(alt_aa) + combined_df.loc[i, 'frameshift_event'] = alt_fs + combined_df = combined_df.dropna(subset=['wt_protein_length', 'alt_protein_length', 'frameshift_event']) + if len(combined_df) == 0: + sys.exit("Unable to determine junction peptide sequence for any of the candidates. Aborting.") + # update file + combined_df.to_csv(self.create_file_path('combined'), sep='\t', index=False, na_rep="NA") + print('Completed') + + def fasta_to_kmers(self): + for el in self.class_i_epitope_length + self.class_ii_epitope_length: + fasta_file = f'{self.output_dir}.{self.sample_name}.{el}.fa' + if os.path.exists(fasta_file): + print(f'{el}mer fasta already exists. Skipping.') + continue + else: + print(f'Generating {el}mer peptides from novel junction sequences') + kmer_params = { + 'fasta': self.create_file_path('fasta'), + 'output_dir': self.tmp_dir, + 'class_i_epitope_length': self.class_i_epitope_length, + 'class_ii_epitope_length': self.class_ii_epitope_length, + 'class_i_hla': self.class_i_hla, + 'class_ii_hla': self.class_ii_hla, + 'sample_name': self.sample_name, + } + fasta = FastaToKmers(**kmer_params) + fasta.execute() + print('Completed') diff --git a/pvactools/lib/top_score_filter.py b/pvactools/lib/top_score_filter.py index e7af31db5..9a1bba9e9 100644 --- a/pvactools/lib/top_score_filter.py +++ b/pvactools/lib/top_score_filter.py @@ -38,7 +38,7 @@ def parser(cls, tool): + "lowest: Use the best MT Score (i.e. the lowest MT ic50 binding score of all chosen prediction methods). " + "median: Use the median MT Score (i.e. the median MT ic50 binding score of all chosen prediction methods)." ) - if tool == 'pvacseq': + if tool == 'pvacseq' or tool == 'pvacsplice': parser.add_argument( "--maximum-transcript-support-level", type=int, help="When determining the top peptide, only consider those entries that meet this threshold for the Ensembl transcript support level (TSL). " @@ -46,6 +46,7 @@ def parser(cls, tool): default=1, choices=[1,2,3,4,5] ) + if tool == 'pvacseq': parser.add_argument( '-b', '--binding-threshold', type=int, help="When determining the top peptide, only peptides passing the anchor criteria are considered. This criteria is failed if " @@ -308,12 +309,22 @@ def execute(self): writer.writerows(sorted_rows) def find_best_line(self, lines): - for line in lines: + #subset dataset to only include entries with no problematic positions + if 'Problematic Positions' in lines[0]: + prob_pos_lines = [x for x in lines if x['Problematic Positions'] == "None"] + #if this results in an empty dataset, reset to previous dataset + if len(prob_pos_lines) == 0: + prob_pos_lines = lines + else: + prob_pos_lines = lines + + for line in prob_pos_lines: if line['Expression'] == 'NA': line['Expression Sort'] = 0 else: line['Expression Sort'] = float(line['Expression']) - sorted_lines = sorted(lines, key=lambda d: (float(d["{} IC50 Score".format(self.formatted_top_score_metric)]), -d['Expression Sort'])) + + sorted_lines = sorted(prob_pos_lines, key=lambda d: (float(d["{} IC50 Score".format(self.formatted_top_score_metric)]), -d['Expression Sort'])) return sorted_lines[0] class PvacbindTopScoreFilter(TopScoreFilter, metaclass=ABCMeta): @@ -346,5 +357,69 @@ def execute(self): writer.writerows(sorted_rows) def find_best_line(self, lines): - sorted_lines = sorted(lines, key=lambda d: (float(d["{} IC50 Score".format(self.formatted_top_score_metric)]))) + #subset tsl dataset to only include entries with no problematic positions + if 'Problematic Positions' in lines[0]: + prob_pos_lines = [x for x in lines if x['Problematic Positions'] == "None"] + #if this results in an empty dataset, reset to previous dataset + if len(prob_pos_lines) == 0: + prob_pos_lines = lines + else: + prob_pos_lines = lines + + sorted_lines = sorted(prob_pos_lines, key=lambda d: (float(d["{} IC50 Score".format(self.formatted_top_score_metric)]))) + return sorted_lines[0] + +class PvacspliceTopScoreFilter(TopScoreFilter, metaclass=ABCMeta): + def __init__(self, input_file, output_file, top_score_metric="median", maximum_transcript_support_level=1): + self.input_file = input_file + self.output_file = output_file + self.top_score_metric = top_score_metric + if self.top_score_metric == 'median': + self.formatted_top_score_metric = "Median" + else: + self.formatted_top_score_metric = "Best" + self.maximum_transcript_support_level = maximum_transcript_support_level + + def execute(self): + with open(self.input_file) as input_fh, open(self.output_file, 'w') as output_fh: + reader = csv.DictReader(input_fh, delimiter = "\t") + writer = csv.DictWriter(output_fh, delimiter = "\t", fieldnames = reader.fieldnames) + writer.writeheader() + lines_per_variant = defaultdict(list) + for line in reader: + if line["{} IC50 Score".format(self.formatted_top_score_metric)] == 'NA': + continue + lines_per_variant[line['Index']].append(line) + + filtered_lines = [] + for index, lines in lines_per_variant.items(): + best_line = self.find_best_line(lines) + filtered_lines.append(best_line) + + sorted_rows = pvactools.lib.sort.pvacsplice_sort(filtered_lines, self.top_score_metric) + writer.writerows(sorted_rows) + + def find_best_line(self, lines): + #get all entries with Biotype 'protein_coding' + biotype_lines = [x for x in lines if x['Biotype'] == 'protein_coding'] + #if there are none, reset to previous dataset + if len(biotype_lines) == 0: + biotype_lines = lines + + #subset protein_coding dataset to only include entries with a TSL < maximum_transcript_support_level + tsl_lines = [x for x in biotype_lines if x['Transcript Support Level'] != 'NA' and x['Transcript Support Level'] != 'Not Supported' and int(x['Transcript Support Level']) < self.maximum_transcript_support_level] + #if this results in an empty dataset, reset to previous dataset + if len(tsl_lines) == 0: + tsl_lines = biotype_lines + + #subset tsl dataset to only include entries with no problematic positions + if 'Problematic Positions' in tsl_lines[0]: + prob_pos_lines = [x for x in tsl_lines if x['Problematic Positions'] == "None"] + #if this results in an empty dataset, reset to previous dataset + if len(prob_pos_lines) == 0: + prob_pos_lines = tsl_lines + else: + prob_pos_lines = tsl_lines + + sorted_lines = sorted(prob_pos_lines, key=lambda d: (float(d["{} IC50 Score".format(self.formatted_top_score_metric)]))) return sorted_lines[0] diff --git a/pvactools/tools/main.py b/pvactools/tools/main.py index 4814144b1..688677d02 100644 --- a/pvactools/tools/main.py +++ b/pvactools/tools/main.py @@ -1,6 +1,9 @@ import argparse import sys -import pkg_resources +try: + from importlib.metadata import version +except: + from importlib_metadata import version from pvactools.tools import * def define_parser(): @@ -33,7 +36,7 @@ def main(): parser = define_parser() args = parser.parse_known_args() if args[0].version is True: - print(pkg_resources.get_distribution("pvactools").version) + print(version('pvactools')) else: try: args[0].func.main(args[1]) diff --git a/pvactools/tools/pvacbind/generate_aggregated_report.py b/pvactools/tools/pvacbind/generate_aggregated_report.py index 758b54d33..a7e45687d 100644 --- a/pvactools/tools/pvacbind/generate_aggregated_report.py +++ b/pvactools/tools/pvacbind/generate_aggregated_report.py @@ -65,7 +65,7 @@ def main(args_input = sys.argv[1:]): tmp_fh = tempfile.NamedTemporaryFile() - print("Creating Aggreggated Report") + print("Creating Aggregated Report") PvacbindAggregateAllEpitopes( args.input_file, args.output_file, diff --git a/pvactools/tools/pvacbind/main.py b/pvactools/tools/pvacbind/main.py index d6463a507..7cf728cb6 100644 --- a/pvactools/tools/pvacbind/main.py +++ b/pvactools/tools/pvacbind/main.py @@ -2,7 +2,6 @@ import sys from subprocess import call import os -import pkg_resources from pvactools.tools.pvacbind import * def main(): diff --git a/pvactools/tools/pvacbind/run.py b/pvactools/tools/pvacbind/run.py index d5a675133..ad21b0f5a 100644 --- a/pvactools/tools/pvacbind/run.py +++ b/pvactools/tools/pvacbind/run.py @@ -9,7 +9,8 @@ from pvactools.lib.pipeline import PvacbindPipeline from pvactools.lib.run_argument_parser import PvacbindRunArgumentParser from pvactools.lib.post_processor import PostProcessor -import pvactools.lib.run_utils +from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * def define_parser(): return PvacbindRunArgumentParser().parser @@ -27,7 +28,7 @@ def create_combined_reports(base_output_dir, args): print("File {} doesn't exist. Aborting.".format(file2)) return combined_output_file = os.path.join(output_dir, "{}.all_epitopes.tsv".format(args.sample_name)) - pvactools.lib.run_utils.combine_reports([file1, file2], combined_output_file) + combine_reports([file1, file2], combined_output_file) filtered_report_file = os.path.join(output_dir, "{}.filtered.tsv".format(args.sample_name)) post_processing_params = vars(args) @@ -57,9 +58,9 @@ def main(args_input = sys.argv[1:]): input_file_type = 'fasta' base_output_dir = os.path.abspath(args.output_dir) - (class_i_prediction_algorithms, class_ii_prediction_algorithms) = pvactools.lib.run_utils.split_algorithms(args.prediction_algorithms) - alleles = pvactools.lib.run_utils.combine_class_ii_alleles(args.allele) - (class_i_alleles, class_ii_alleles, species) = pvactools.lib.run_utils.split_alleles(alleles) + (class_i_prediction_algorithms, class_ii_prediction_algorithms) = split_algorithms(args.prediction_algorithms) + alleles = combine_class_ii_alleles(args.allele) + (class_i_alleles, class_ii_alleles, species) = split_alleles(alleles) shared_arguments = { 'input_file' : args.input_file, @@ -147,7 +148,7 @@ def main(args_input = sys.argv[1:]): print("Creating combined reports") create_combined_reports(base_output_dir, args) - pvactools.lib.run_utils.change_permissions_recursive(base_output_dir, 0o755, 0o644) + change_permissions_recursive(base_output_dir, 0o755, 0o644) if __name__ == '__main__': main() diff --git a/pvactools/tools/pvacfuse/coverage_filter.py b/pvactools/tools/pvacfuse/coverage_filter.py index 6f4d4bc74..b6bc1fb6a 100644 --- a/pvactools/tools/pvacfuse/coverage_filter.py +++ b/pvactools/tools/pvacfuse/coverage_filter.py @@ -15,7 +15,7 @@ def define_parser(): ) parser.add_argument( 'input_file', - help="The final report .tsv file to filter" + help="The all_epitopes.tsv or filtered.tsv pVACseq report file to filter." ) parser.add_argument( 'output_file', diff --git a/pvactools/tools/pvacfuse/generate_aggregated_report.py b/pvactools/tools/pvacfuse/generate_aggregated_report.py index e0e0e0ce3..dc4a103df 100644 --- a/pvactools/tools/pvacfuse/generate_aggregated_report.py +++ b/pvactools/tools/pvacfuse/generate_aggregated_report.py @@ -75,7 +75,7 @@ def main(args_input = sys.argv[1:]): tmp_fh = tempfile.NamedTemporaryFile() - print("Creating Aggreggated Report") + print("Creating Aggregated Report") PvacfuseAggregateAllEpitopes( args.input_file, args.output_file, diff --git a/pvactools/tools/pvacfuse/generate_protein_fasta.py b/pvactools/tools/pvacfuse/generate_protein_fasta.py index b893ea349..ec0a8d1db 100644 --- a/pvactools/tools/pvacfuse/generate_protein_fasta.py +++ b/pvactools/tools/pvacfuse/generate_protein_fasta.py @@ -9,7 +9,6 @@ from Bio import SeqIO from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC from pvactools.lib.fasta_generator import FusionFastaGenerator from pvactools.lib.input_file_converter import FusionInputConverter diff --git a/pvactools/tools/pvacfuse/main.py b/pvactools/tools/pvacfuse/main.py index 6d5719172..1dcf68569 100644 --- a/pvactools/tools/pvacfuse/main.py +++ b/pvactools/tools/pvacfuse/main.py @@ -1,7 +1,6 @@ import argparse import sys import os -import pkg_resources from pvactools.tools.pvacfuse import * def define_parser(): diff --git a/pvactools/tools/pvacfuse/run.py b/pvactools/tools/pvacfuse/run.py index a32033702..dcde19337 100644 --- a/pvactools/tools/pvacfuse/run.py +++ b/pvactools/tools/pvacfuse/run.py @@ -9,7 +9,8 @@ from pvactools.lib.run_argument_parser import PvacfuseRunArgumentParser from pvactools.lib.post_processor import PostProcessor import pvactools.tools.pvacfuse.generate_protein_fasta -import pvactools.lib.run_utils +from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * def define_parser(): return PvacfuseRunArgumentParser().parser @@ -20,7 +21,7 @@ def create_net_class_report(files, all_epitopes_output_file, filtered_report_fil print("File {} doesn't exist. Aborting.".format(file_name)) return - pvactools.lib.run_utils.combine_reports(files, all_epitopes_output_file) + combine_reports(files, all_epitopes_output_file) post_processing_params = vars(args).copy() post_processing_params['input_file'] = all_epitopes_output_file @@ -47,7 +48,7 @@ def create_combined_reports(files, all_epitopes_output_file, filtered_report_fil print("File {} doesn't exist. Aborting.".format(file_name)) return - pvactools.lib.run_utils.combine_reports(files, all_epitopes_output_file) + combine_reports(files, all_epitopes_output_file) post_processing_params = vars(args).copy() post_processing_params['input_file'] = all_epitopes_output_file @@ -130,9 +131,9 @@ def main(args_input = sys.argv[1:]): base_output_dir = os.path.abspath(args.output_dir) - (class_i_prediction_algorithms, class_ii_prediction_algorithms) = pvactools.lib.run_utils.split_algorithms(args.prediction_algorithms) - alleles = pvactools.lib.run_utils.combine_class_ii_alleles(args.allele) - (class_i_alleles, class_ii_alleles, species) = pvactools.lib.run_utils.split_alleles(alleles) + (class_i_prediction_algorithms, class_ii_prediction_algorithms) = split_algorithms(args.prediction_algorithms) + alleles = combine_class_ii_alleles(args.allele) + (class_i_alleles, class_ii_alleles, species) = split_alleles(alleles) shared_arguments = { 'input_file_type' : 'fasta', @@ -261,7 +262,7 @@ def main(args_input = sys.argv[1:]): filtered_report_file = os.path.join(output_dir, "{}.filtered.tsv".format(args.sample_name)) create_combined_reports([file1, file2], combined_output_file, filtered_report_file, False, args) - pvactools.lib.run_utils.change_permissions_recursive(base_output_dir, 0o755, 0o644) + change_permissions_recursive(base_output_dir, 0o755, 0o644) if __name__ == '__main__': main() diff --git a/pvactools/tools/pvacseq/coverage_filter.py b/pvactools/tools/pvacseq/coverage_filter.py index bbc26d056..968d68983 100644 --- a/pvactools/tools/pvacseq/coverage_filter.py +++ b/pvactools/tools/pvacseq/coverage_filter.py @@ -15,7 +15,7 @@ def define_parser(): ) parser.add_argument( 'input_file', - help="The final report .tsv file to filter" + help="The all_epitopes.tsv or filtered.tsv pVACseq report file to filter." ) parser.add_argument( 'output_file', diff --git a/pvactools/tools/pvacseq/generate_aggregated_report.py b/pvactools/tools/pvacseq/generate_aggregated_report.py index 9d2cc35ca..5b8703954 100644 --- a/pvactools/tools/pvacseq/generate_aggregated_report.py +++ b/pvactools/tools/pvacseq/generate_aggregated_report.py @@ -21,9 +21,8 @@ def define_parser(): help="The file path to write the aggregated report tsv to" ) parser.add_argument( - "--tumor-purity", + "--tumor-purity", type=float_range(0.0, 1.0), help="Value between 0 and 1 indicating the fraction of tumor cells in the tumor sample. Information is used during aggregate report creation for a simple estimation of whether variants are subclonal or clonal based on VAF. If not provided, purity is estimated directly from the VAFs.", - type=float, ) parser.add_argument( '-b', '--binding-threshold', type=int, @@ -63,7 +62,7 @@ def define_parser(): + "median: Use the median MT Score and Median Fold Change (i.e. the median MT ic50 binding score and fold change of all chosen prediction methods)." ) parser.add_argument( - '--trna-vaf', type=float, + '--trna-vaf', type=float_range(0.0, 1.0), help="Tumor RNA VAF Cutoff. Used to calculate the allele expression cutoff for tiering.", default=0.25 ) @@ -110,15 +109,9 @@ def main(args_input = sys.argv[1:]): parser = define_parser() args = parser.parse_args(args_input) - if args.tumor_purity is not None: - if args.tumor_purity > 1: - raise Exception("--tumor-purity must be a float between 0 and 1. Value too large: {}".format(args.tumor_purity)) - elif args.tumor_purity < 0: - raise Exception("--tumor-purity must be a float between 0 and 1. Value too small: {}".format(args.tumor_purity)) - tmp_fh = tempfile.NamedTemporaryFile() - print("Creating Aggreggated Report") + print("Creating Aggregated Report") PvacseqAggregateAllEpitopes( args.input_file, args.output_file, diff --git a/pvactools/tools/pvacseq/generate_protein_fasta.py b/pvactools/tools/pvacseq/generate_protein_fasta.py index dfa534b2c..e5fed3618 100644 --- a/pvactools/tools/pvacseq/generate_protein_fasta.py +++ b/pvactools/tools/pvacseq/generate_protein_fasta.py @@ -10,7 +10,6 @@ from Bio import SeqIO from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC from pvactools.lib.fasta_generator import FastaGenerator from pvactools.lib.input_file_converter import VcfConverter @@ -52,6 +51,11 @@ def define_parser(): default=False, action='store_true', ) + parser.add_argument( + "--biotypes", type=lambda s:[a for a in s.split(',')], + help="A list of biotypes to use for pre-filtering transcripts for processing in the pipeline.", + default=['protein_coding'] + ) parser.add_argument( "--mutant-only", help="Only output mutant peptide sequences", @@ -76,12 +80,13 @@ def define_parser(): ) return parser -def convert_vcf(input_vcf, temp_dir, sample_name, phased_proximal_variants_vcf, flanking_sequence_length, pass_only): +def convert_vcf(input_vcf, temp_dir, sample_name, phased_proximal_variants_vcf, flanking_sequence_length, pass_only, biotypes): print("Converting VCF to TSV") tsv_file = os.path.join(temp_dir, 'tmp.tsv') convert_params = { 'input_file' : input_vcf, 'output_file': tsv_file, + 'biotypes' : biotypes, } if sample_name is not None: convert_params['sample_name'] = sample_name @@ -207,10 +212,12 @@ def main(args_input = sys.argv[1:]): sys.exit("Aggregate report evaluation ({}) contains invalid values.".format(args.aggregate_report_evaluation)) temp_dir = tempfile.mkdtemp() - proximal_variants_tsv = convert_vcf(args.input_vcf, temp_dir, args.sample_name, args.phased_proximal_variants_vcf, args.flanking_sequence_length, args.pass_only) + + proximal_variants_tsv = convert_vcf(args.input_vcf, temp_dir, args.sample_name, args.phased_proximal_variants_vcf, args.flanking_sequence_length, args.pass_only, args.biotypes) proximal_variants_file = "{}.proximal_variants.tsv".format(args.output_file) if proximal_variants_tsv is not None: shutil.copy(proximal_variants_tsv, proximal_variants_file) + generate_fasta(args.flanking_sequence_length, downstream_sequence_length, temp_dir, proximal_variants_tsv) parse_files(args.output_file, temp_dir, args.mutant_only, args.input_tsv, args.aggregate_report_evaluation) shutil.rmtree(temp_dir, ignore_errors=True) diff --git a/pvactools/tools/pvacseq/main.py b/pvactools/tools/pvacseq/main.py index 0ebf3e5bb..ae39dc549 100644 --- a/pvactools/tools/pvacseq/main.py +++ b/pvactools/tools/pvacseq/main.py @@ -2,7 +2,6 @@ import sys from subprocess import call import os -import pkg_resources from pvactools.tools.pvacseq import * def define_parser(): diff --git a/pvactools/tools/pvacseq/run.py b/pvactools/tools/pvacseq/run.py index 067c90627..518c4adfc 100644 --- a/pvactools/tools/pvacseq/run.py +++ b/pvactools/tools/pvacseq/run.py @@ -9,7 +9,8 @@ from pvactools.lib.pipeline import Pipeline from pvactools.lib.run_argument_parser import PvacseqRunArgumentParser from pvactools.lib.post_processor import PostProcessor -import pvactools.lib.run_utils +from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * def define_parser(): return PvacseqRunArgumentParser().parser @@ -28,7 +29,7 @@ def create_combined_reports(base_output_dir, args): return combined_output_file = os.path.join(output_dir, "{}.all_epitopes.tsv".format(args.sample_name)) - pvactools.lib.run_utils.combine_reports([file1, file2], combined_output_file) + combine_reports([file1, file2], combined_output_file) filtered_report_file = os.path.join(output_dir, "{}.filtered.tsv".format(args.sample_name)) post_processing_params = vars(args) @@ -73,9 +74,9 @@ def main(args_input = sys.argv[1:]): input_file_type = 'vcf' base_output_dir = os.path.abspath(args.output_dir) - (class_i_prediction_algorithms, class_ii_prediction_algorithms) = pvactools.lib.run_utils.split_algorithms(args.prediction_algorithms) - alleles = pvactools.lib.run_utils.combine_class_ii_alleles(args.allele) - (class_i_alleles, class_ii_alleles, species) = pvactools.lib.run_utils.split_alleles(alleles) + (class_i_prediction_algorithms, class_ii_prediction_algorithms) = split_algorithms(args.prediction_algorithms) + alleles = combine_class_ii_alleles(args.allele) + (class_i_alleles, class_ii_alleles, species) = split_alleles(alleles) shared_arguments = { 'input_file' : args.input_file, @@ -105,6 +106,7 @@ def main(args_input = sys.argv[1:]): 'phased_proximal_variants_vcf' : args.phased_proximal_variants_vcf, 'n_threads' : args.n_threads, 'maximum_transcript_support_level': args.maximum_transcript_support_level, + 'biotypes' : args.biotypes, 'species' : species, 'run_reference_proteome_similarity': args.run_reference_proteome_similarity, 'blastp_path' : args.blastp_path, @@ -177,7 +179,7 @@ def main(args_input = sys.argv[1:]): print("Creating combined reports") create_combined_reports(base_output_dir, args) - pvactools.lib.run_utils.change_permissions_recursive(base_output_dir, 0o755, 0o644) + change_permissions_recursive(base_output_dir, 0o755, 0o644) if __name__ == '__main__': main() diff --git a/pvactools/tools/pvacseq/top_score_filter.py b/pvactools/tools/pvacseq/top_score_filter.py index 2d8b9b178..5a1c05939 100644 --- a/pvactools/tools/pvacseq/top_score_filter.py +++ b/pvactools/tools/pvacseq/top_score_filter.py @@ -17,6 +17,7 @@ def main(args_input = sys.argv[1:]): allele_specific_binding_thresholds=args.allele_specific_binding_thresholds, allele_specific_anchors=args.allele_specific_anchors, anchor_contribution_threshold=args.anchor_contribution_threshold, + maximum_transcript_support_level=args.maximum_transcript_support_level, ).execute() if __name__ == "__main__": diff --git a/pvactools/tools/pvacsplice/__init__.py b/pvactools/tools/pvacsplice/__init__.py new file mode 100644 index 000000000..e761bc645 --- /dev/null +++ b/pvactools/tools/pvacsplice/__init__.py @@ -0,0 +1,18 @@ +__all__ = [ + 'allele_specific_cutoffs', + 'binding_filter', + 'calculate_reference_proteome_similarity', + 'coverage_filter', + 'download_example_data', + 'generate_aggregated_report', + 'generate_protein_fasta', + 'identify_problematic_amino_acids', + 'net_chop', + 'netmhc_stab', + 'run', + 'top_score_filter', + 'transcript_support_level_filter', + 'valid_alleles', +] + +from . import * diff --git a/pvactools/tools/pvacsplice/allele_specific_cutoffs.py b/pvactools/tools/pvacsplice/allele_specific_cutoffs.py new file mode 100644 index 000000000..39f51b98b --- /dev/null +++ b/pvactools/tools/pvacsplice/allele_specific_cutoffs.py @@ -0,0 +1,15 @@ +import sys + +from pvactools.lib.allele_specific_cutoffs import AlleleSpecificCutoffs + +def define_parser(): + return AlleleSpecificCutoffs.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + AlleleSpecificCutoffs(args.allele).print_allele_specific_cutoffs() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/binding_filter.py b/pvactools/tools/pvacsplice/binding_filter.py new file mode 100644 index 000000000..baa2fa234 --- /dev/null +++ b/pvactools/tools/pvacsplice/binding_filter.py @@ -0,0 +1,15 @@ +import sys + +from pvactools.lib.binding_filter import BindingFilter + +def define_parser(): + return BindingFilter.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + BindingFilter(args.input_file, args.output_file, args.binding_threshold, None, args.top_score_metric, args.exclude_NAs, args.allele_specific_binding_thresholds, args.percentile_threshold, file_type='pVACsplice').execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/calculate_reference_proteome_similarity.py b/pvactools/tools/pvacsplice/calculate_reference_proteome_similarity.py new file mode 100644 index 000000000..b570cf035 --- /dev/null +++ b/pvactools/tools/pvacsplice/calculate_reference_proteome_similarity.py @@ -0,0 +1,26 @@ +import sys + +from pvactools.lib.calculate_reference_proteome_similarity import CalculateReferenceProteomeSimilarity + +def define_parser(): + return CalculateReferenceProteomeSimilarity.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + CalculateReferenceProteomeSimilarity( + args.input_file, + args.input_fasta, + args.output_file, + match_length=args.match_length, + species=args.species, + file_type='pVACsplice', + blastp_path=args.blastp_path, + blastp_db=args.blastp_db, + peptide_fasta=args.peptide_fasta, + n_threads=args.n_threads, + ).execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/coverage_filter.py b/pvactools/tools/pvacsplice/coverage_filter.py new file mode 100644 index 000000000..947a8583a --- /dev/null +++ b/pvactools/tools/pvacsplice/coverage_filter.py @@ -0,0 +1,93 @@ +import argparse +import sys +import re +import os +import csv + +from pvactools.lib.filter import Filter, FilterCriterion +from pvactools.lib.run_utils import * + +def define_parser(): + parser = argparse.ArgumentParser( + 'pvacsplice coverage_filter', + description="Filter variants processed by IEDB by coverage, vaf, and gene expression", + formatter_class=argparse.ArgumentDefaultsHelpFormatter + ) + parser.add_argument( + 'input_file', + help="The all_epitopes.tsv or filtered.tsv pVACsplice report file to filter." + ) + parser.add_argument( + 'output_file', + help="Output .tsv file containing list of filtered epitopes based on coverage and expression values" + ) + parser.add_argument( + '--normal-cov', type=int, + help="Normal Coverage Cutoff. Sites above this cutoff will be considered.", + default=5 + ) + parser.add_argument( + '--tdna-cov', type=int, + help="Tumor DNA Coverage Cutoff. Sites above this cutoff will be considered.", + default=10 + ) + parser.add_argument( + '--trna-cov', type=int, + help="Tumor RNA Coverage Cutoff. Sites above this cutoff will be considered.", + default=10 + ) + parser.add_argument( + '--normal-vaf', type=float_range(0.0,1.0), + help="Normal VAF Cutoff in decimal format. Sites BELOW this cutoff in normal will be considered.", + default=0.02 + ) + parser.add_argument( + '--tdna-vaf', type=float_range(0.0,1.0), + help="Tumor DNA VAF Cutoff in decimal format. Sites above this cutoff will be considered.", + default=0.25 + ) + parser.add_argument( + '--trna-vaf', type=float_range(0.0,1.0), + help="Tumor RNA VAF Cutoff in decimal format. Sites above this cutoff will be considered.", + default=0.25 + ) + parser.add_argument( + '--expn-val', type=float, + help="Gene and Transcript Expression cutoff. Sites above this cutoff will be considered.", + default=1.0 + ) + parser.add_argument( + '--exclude-NAs', + help="Exclude NA values from the filtered output.", + default=False, + action='store_true' + ) + return parser + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + +#### COVERAGE COLUMNS ## +#Normal Depth +#Normal VAF +#Tumor DNA Depth +#Tumor DNA VAF +#Tumor RNA Depth +#Tumor RNA VAF +#Gene Expression +#Transcript Expression + filter_criteria = [] + filter_criteria.append(FilterCriterion("Normal Depth", '>=', args.normal_cov, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Normal VAF", '<=', args.normal_vaf, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor DNA Depth", '>=', args.tdna_cov, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor DNA VAF", '>=', args.tdna_vaf, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor RNA Depth", '>=', args.trna_cov, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Tumor RNA VAF", '>=', args.trna_vaf, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Gene Expression", '>=', args.expn_val, exclude_nas=args.exclude_NAs)) + filter_criteria.append(FilterCriterion("Transcript Expression", '>=', args.expn_val, exclude_nas=args.exclude_NAs)) + + Filter(args.input_file, args.output_file, filter_criteria).execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/download_example_data.py b/pvactools/tools/pvacsplice/download_example_data.py new file mode 100644 index 000000000..1e79d3d8c --- /dev/null +++ b/pvactools/tools/pvacsplice/download_example_data.py @@ -0,0 +1,43 @@ +import sys +import os +from urllib.request import urlretrieve +import tarfile +import gzip +import shutil + +from pvactools.lib.download_example_data import DownloadExampleData + +def define_parser(): + return DownloadExampleData.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + print("Downloading regtools results") + DownloadExampleData(args.destination_directory , 'pvacsplice').execute() + + print("Downloading reference fasta - this step may take a few minutes") + ref_fasta_url = "http://genomedata.org/pmbio-workshop/references/genome/all/ref_genome.tar" + ref_fasta_dest = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome.tar') + urlretrieve(ref_fasta_url, ref_fasta_dest) + tar = tarfile.open(ref_fasta_dest) + tar.extractall(os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome')) + tar.close() + os.unlink(ref_fasta_dest) + zipped_fasta_file = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome', 'ref_genome.fa.gz') + unzipped_fasta_file = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome.fa') + with gzip.open(zipped_fasta_file, 'rb') as f_in, open(unzipped_fasta_file, 'wb') as f_out: + shutil.copyfileobj(f_in, f_out) + source_fai_file = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome', 'ref_genome.fa.fai') + dest_fai_file = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome.fa.fai') + shutil.copy(source_fai_file, dest_fai_file) + shutil.rmtree(os.path.join(args.destination_directory, 'pvacsplice_example_data', 'ref_genome')) + + print("Downloading reference gtf - this step may take a few minutes") + gtf_url = "https://ftp.ensembl.org/pub/release-105/gtf/homo_sapiens/Homo_sapiens.GRCh38.105.chr.gtf.gz" + gtf_dest = os.path.join(args.destination_directory, 'pvacsplice_example_data', 'Homo_sapiens.GRCh38.105.chr.gtf.gz') + urlretrieve(gtf_url, gtf_dest) + +if __name__ == '__main__': + main() diff --git a/pvactools/tools/pvacsplice/example_data/HCC1395.splice_junctions.tsv b/pvactools/tools/pvacsplice/example_data/HCC1395.splice_junctions.tsv new file mode 100755 index 000000000..f659b5f4a --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/HCC1395.splice_junctions.tsv @@ -0,0 +1,220 @@ +chrom start end name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction gene_names gene_ids transcripts variant_info +chr1 93221463 93225652 JUNC00000001 2 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93221662 93221880 JUNC00000002 15 + AT-TG 1 0 1 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93221743 93221991 JUNC00000003 8 + GT-AG 1 2 2 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93222015 JUNC00000004 41 + GC-AG 0 0 1 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93226333 JUNC00000005 97 + GC-AG 0 0 1 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93232426 JUNC00000006 181 + GC-AG 2 2 2 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93236248 JUNC00000007 8 + GC-AG 3 3 3 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000688770,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221940 93232426 JUNC00000008 16 + GT-AG 2 2 1 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221940 93246142 JUNC00000009 12 + GT-AG 8 7 6 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93226449 93232426 JUNC00000010 87 + GT-AG 0 0 0 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93226449 93232441 JUNC00000011 14 + GT-AG 1 0 0 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93230908 93232426 JUNC00000012 21 + GT-AG 0 0 0 A 0 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93232592 93234807 JUNC00000013 9 + GG-CC 0 0 1 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93232593 93236248 JUNC00000014 550 + GT-AG 0 0 0 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000688770,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 154555581 154596869 JUNC00000015 1 - GC-CC 19 16 34 N 0 0 0 NA NA NA chr1:154590262-154590263 +chr1 154589805 154596969 JUNC00000016 12 - GA-TT 3 4 4 N 0 0 0 NA NA NA chr1:154590262-154590263 +chr1 154589928 154590184 JUNC00000017 5919 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154589928 154590262 JUNC00000018 466 - GT-AG 0 0 1 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154590409 154596805 JUNC00000019 5658 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154596938 154597123 JUNC00000020 36 - GT-AG 1 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154596995 154597123 JUNC00000021 4687 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 156414753 156421555 JUNC00000022 6 - GT-AG 7 2 4 DA 1 1 1 MIR9-1HG ENSG00000125462 ENST00000310027,ENST00000357975,ENST00000368242,ENST00000368243,ENST00000400991,ENST00000462458,ENST00000463309,ENST00000464203,ENST00000465270,ENST00000471156,ENST00000476966,ENST00000482932,ENST00000484428,ENST00000486517,ENST00000489877,ENST00000489918,ENST00000492750,ENST00000497822,ENST00000497824,ENST00000608007,ENST00000673141 chr1:156414753-156414754 +chr1 156426872 156429376 JUNC00000023 24 - GT-AG 0 0 0 DA 1 1 1 MIR9-1HG ENSG00000125462 ENST00000310027,ENST00000357975,ENST00000368243,ENST00000400991,ENST00000469813,ENST00000471156,ENST00000476966,ENST00000484428,ENST00000489877,ENST00000495000,ENST00000497824,ENST00000673141 chr1:156414753-156414754 +chr1 168179181 168179561 JUNC00000024 4 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183411 JUNC00000025 29 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183902 JUNC00000026 3015 + GT-AG 0 0 0 DA 1 1 1 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183907 JUNC00000027 73 + GT-AG 1 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183952 JUNC00000028 12 + GT-AG 1 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168191369 JUNC00000029 8 + GT-AG 2 2 2 NDA 1 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179695 168183902 JUNC00000030 10 + GT-AG 0 0 0 A 0 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168183483 168183902 JUNC00000031 34 + GT-AG 0 0 0 A 0 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168184003 168201111 JUNC00000032 10 + TA-TT 6 4 5 N 0 0 0 NA NA NA chr1:168179177-168179178 +chr1 168184081 168184726 JUNC00000033 19 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168184081 168184779 JUNC00000034 3872 + GT-AG 0 0 0 DA 1 1 1 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr12 21615789 21654592 JUNC00000035 1 - GG-GG 10 6 14 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21644077 21646937 JUNC00000036 1 - CT-GT 1 0 1 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21644109 21646901 JUNC00000037 4 - AG-AA 0 0 1 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21647016 21650562 JUNC00000038 77 - GC-AG 0 0 0 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654114 JUNC00000039 6 - GT-AG 0 0 0 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654510 JUNC00000040 4 - GT-AG 0 0 1 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654543 JUNC00000041 5534 - GT-AG 0 0 1 DA 1 1 1 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654570 JUNC00000042 10 - GC-AG 0 0 2 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654575 JUNC00000043 2017 - GT-AG 1 0 2 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654579 JUNC00000044 393 - GT-AG 1 0 2 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654594 JUNC00000045 254 - GT-AG 1 0 2 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21654624 JUNC00000046 22 - GC-AG 1 0 2 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647016 21657751 JUNC00000047 234 - GT-AG 4 2 6 NDA 1 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000535112,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21647018 21657754 JUNC00000048 2 - CT-AC 4 2 7 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21650638 21654575 JUNC00000049 35 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21650668 21654575 JUNC00000050 23 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21652660 21652730 JUNC00000051 9 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21653996 21654114 JUNC00000052 2 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21653996 21654543 JUNC00000053 76 - GT-AG 0 0 1 D 1 0 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000470280,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21653996 21654575 JUNC00000054 828 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21653996 21654579 JUNC00000055 14 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21653996 21654594 JUNC00000056 10 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21654174 21654575 JUNC00000057 7 - GT-AG 1 0 2 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21654602 21657775 JUNC00000058 2 - GT-AG 3 1 5 N 0 0 0 NA NA NA chr12:21654541-21654542 +chr12 21654677 21657713 JUNC00000059 30 - GC-AG 2 1 3 A 0 1 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000535112,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21654677 21657751 JUNC00000060 6778 - GT-AG 2 1 3 DA 1 1 1 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000535112,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21656775 21657468 JUNC00000061 10 - GT-AG 2 1 2 D 1 0 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000396076,ENST00000535112,ENST00000539782,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 21656775 21657751 JUNC00000062 55 - GT-AG 2 1 3 D 1 0 0 LDHB,NA ENSG00000111716,ENSG00000285854 ENST00000350669,ENST00000396075,ENST00000396076,ENST00000450584,ENST00000535112,ENST00000539782,ENST00000544151,ENST00000647960,ENST00000673047 chr12:21654541-21654542 +chr12 88142487 88148419 JUNC00000063 15 + GT-AG 1 0 0 D 1 0 0 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000549011,ENST00000551088 chr12:88153290-88153291 +chr12 88142487 88154288 JUNC00000064 20 + GT-AG 2 2 2 NDA 1 1 0 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000549011,ENST00000551088 chr12:88153290-88153291 +chr12 88148504 88154288 JUNC00000065 468 + GT-AG 1 1 1 DA 1 1 1 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000549011,ENST00000551088 chr12:88153290-88153291 +chr12 88148504 88160114 JUNC00000066 7 + GT-AG 2 2 2 NDA 1 1 0 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000549011,ENST00000551088 chr12:88153290-88153291 +chr12 88153509 88154288 JUNC00000067 1 + GT-AG 0 0 0 DA 1 1 1 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000549011,ENST00000551088 chr12:88153290-88153291 +chr12 88154387 88160114 JUNC00000068 382 + GT-AG 0 0 0 DA 1 1 1 TMTC3 ENSG00000139324 ENST00000266712,ENST00000547034,ENST00000551088 chr12:88153290-88153291 +chr12 107744661 107746258 JUNC00000069 17 - GT-AG 1 0 0 A 0 1 0 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376 chr12:107746273-107746274 +chr12 107744661 107746302 JUNC00000070 8 - GT-AG 1 0 1 A 0 1 0 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376 chr12:107746273-107746274 +chr12 107744661 107751415 JUNC00000071 244 - GT-AG 2 1 1 NDA 1 1 0 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376,ENST00000550659 chr12:107746273-107746274 +chr12 107744661 107753924 JUNC00000072 4 - GT-AG 4 3 3 NDA 1 1 0 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376 chr12:107746273-107746274 +chr12 107744667 107746260 JUNC00000073 15 - CT-AC 1 0 0 N 0 0 0 NA NA NA chr12:107746273-107746274 +chr12 107744682 107746258 JUNC00000074 5 - GT-AG 0 0 0 A 0 1 0 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376,ENST00000550659 chr12:107746273-107746274 +chr12 107746424 107751415 JUNC00000075 210 - GT-AG 0 0 0 DA 1 1 1 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376,ENST00000550659 chr12:107746273-107746274 +chr12 107752209 107753924 JUNC00000076 631 - GT-AG 0 0 0 DA 1 1 1 PRDM4 ENSG00000110851 ENST00000228437,ENST00000550376 chr12:107746273-107746274 +chr13 98384843 98425220 JUNC00000077 1 + TG-AT 11 10 12 N 0 0 0 NA NA NA chr13:98431277-98431278 +chr13 98424650 98425440 JUNC00000078 6 + GT-AG 0 0 0 DA 1 1 1 FARP1 ENSG00000152767 ENST00000319562,ENST00000457029,ENST00000595437,ENST00000627049 chr13:98431277-98431278 +chr13 98424650 98431043 JUNC00000079 351 + GT-AG 1 0 0 DA 1 1 1 FARP1 ENSG00000152767 ENST00000319562,ENST00000423063,ENST00000457029,ENST00000595437,ENST00000627049 chr13:98431277-98431278 +chr13 98424650 98438804 JUNC00000080 3 + GT-AG 4 3 3 NDA 1 1 0 FARP1 ENSG00000152767 ENST00000319562,ENST00000423063,ENST00000457029,ENST00000595437,ENST00000596256,ENST00000627049 chr13:98431277-98431278 +chr13 98431280 98435576 JUNC00000081 534 + GT-AG 0 0 0 DA 1 1 1 FARP1 ENSG00000152767 ENST00000319562,ENST00000423063,ENST00000595437,ENST00000596256,ENST00000627049 chr13:98431277-98431278 +chr13 98435706 98438804 JUNC00000082 827 + GT-AG 1 1 1 DA 1 1 1 FARP1 ENSG00000152767 ENST00000319562,ENST00000423063,ENST00000595437,ENST00000596256,ENST00000627049 chr13:98431277-98431278 +chr14 32599506 32600626 JUNC00000083 2 + GT-AG 0 0 0 D 1 0 0 AKAP6 ENSG00000151320 ENST00000280979,ENST00000557272,ENST00000557354 chr14:32600790-32600791 +chr14 32599506 32600629 JUNC00000084 49 + GT-AG 0 0 0 DA 1 1 1 AKAP6 ENSG00000151320 ENST00000280979,ENST00000557272,ENST00000557354 chr14:32600790-32600791 +chr14 32600792 32678311 JUNC00000085 24 + GT-AG 1 1 2 DA 1 1 1 AKAP6 ENSG00000151320 ENST00000280979,ENST00000555207,ENST00000555950,ENST00000557272,ENST00000557354 chr14:32600790-32600791 +chr14 32678459 32695990 JUNC00000086 50 + GT-AG 1 1 2 DA 1 1 1 AKAP6 ENSG00000151320 ENST00000280979,ENST00000555207,ENST00000555950,ENST00000557272,ENST00000557354,ENST00000557396,ENST00000557708 chr14:32600790-32600791 +chr14 73617210 73633661 JUNC00000087 2 - GT-AG 0 0 1 DA 1 1 1 NA ENSG00000258603 ENST00000555011,ENST00000617980,ENST00000664243 chr14:73617207-73617208 +chr14 73617498 73713018 JUNC00000088 1 - GC-AG 4 0 4 N 0 0 0 NA NA NA chr14:73617207-73617208 +chr15 100896046 100898083 JUNC00000089 584 + GT-AG 0 0 0 DA 1 1 1 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623 chr15:100900576-100900577 +chr15 100898185 100899112 JUNC00000090 8 + GT-AG 0 0 0 D 1 0 0 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623,ENST00000558869 chr15:100900576-100900577 +chr15 100898185 100900575 JUNC00000091 450 + GT-AG 0 0 0 DA 1 1 1 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623,ENST00000558869 chr15:100900576-100900577 +chr15 100899210 100900575 JUNC00000092 4 + GT-AG 0 0 0 A 0 1 0 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623,ENST00000558869 chr15:100900576-100900577 +chr15 100900759 100905523 JUNC00000093 684 + GT-AG 0 0 0 DA 1 1 1 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623,ENST00000558869 chr15:100900576-100900577 +chr15 100905687 100907121 JUNC00000094 1030 + GT-AG 0 0 0 DA 1 1 1 ALDH1A3 ENSG00000184254 ENST00000329841,ENST00000346623,ENST00000558869 chr15:100900576-100900577 +chr16 1309773 1320174 JUNC00000095 8 + GT-AG 7 8 10 NDA 1 1 0 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000473256,ENST00000562470,ENST00000562482,ENST00000564143,ENST00000566587,ENST00000566775,ENST00000567074,ENST00000567383,ENST00000568209,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000678584,ENST00000679082,ENST00000679137 chr16:1320436-1320437 +chr16 1315726 1319702 JUNC00000096 5 + GT-AG 1 0 1 DA 1 1 1 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000473256,ENST00000562470,ENST00000564143,ENST00000566587,ENST00000566775,ENST00000567074,ENST00000567383,ENST00000568209,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679082,ENST00000679137 chr16:1320436-1320437 +chr16 1315726 1320174 JUNC00000097 5653 + GT-AG 2 1 2 DA 1 1 1 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000473256,ENST00000562470,ENST00000564143,ENST00000566587,ENST00000566775,ENST00000567074,ENST00000567383,ENST00000568209,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679082,ENST00000679137 chr16:1320436-1320437 +chr16 1318944 1360554 JUNC00000098 8 + GT-AG 47 46 44 N 0 0 0 NA NA NA chr16:1320436-1320437 +chr16 1320283 1320438 JUNC00000099 2307 + GT-AG 0 0 0 DA 1 1 1 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000562470,ENST00000566587,ENST00000567074,ENST00000567383,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679137 chr16:1320436-1320437 +chr16 1320283 1320448 JUNC00000100 99 + GT-AG 1 0 0 D 1 0 0 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000562470,ENST00000566587,ENST00000567074,ENST00000567383,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679137 chr16:1320436-1320437 +chr16 1320283 1320456 JUNC00000101 10 + GT-AG 1 0 0 D 1 0 0 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000562470,ENST00000566587,ENST00000567074,ENST00000567383,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679137 chr16:1320436-1320437 +chr16 1320283 1324730 JUNC00000102 2810 + GT-AG 1 1 1 NDA 1 1 0 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000402301,ENST00000403747,ENST00000406620,ENST00000562470,ENST00000566587,ENST00000567074,ENST00000567383,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679137 chr16:1320436-1320437 +chr16 1320517 1324730 JUNC00000103 1648 + GT-AG 0 0 0 DA 1 1 1 UBE2I ENSG00000103275 ENST00000325437,ENST00000355803,ENST00000397514,ENST00000397515,ENST00000403747,ENST00000406620,ENST00000562470,ENST00000566587,ENST00000567074,ENST00000567383,ENST00000568288,ENST00000568989,ENST00000677314,ENST00000677987,ENST00000679137 chr16:1320436-1320437 +chr16 1323812 1326387 JUNC00000104 20 + CT-GC 1 0 0 N 0 0 0 NA NA NA chr16:1320436-1320437 +chr16 1324794 1325139 JUNC00000105 6 + CA-TT 0 0 0 N 0 0 0 NA NA NA chr16:1320436-1320437 +chr19 16355851 16361779 JUNC00000106 163 - GT-AG 0 0 3 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000602022 chr19:16361781-16361782 +chr19 16355851 16361886 JUNC00000107 46 - GT-AG 0 0 4 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000602022 chr19:16361781-16361782 +chr19 16355851 16361971 JUNC00000108 14 - GT-AG 1 0 6 A 0 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000594975,ENST00000602022 chr19:16361781-16361782 +chr19 16355851 16377122 JUNC00000109 20 - GT-AG 2 1 6 NDA 1 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000594975,ENST00000602022 chr19:16361781-16361782 +chr19 16355851 16385129 JUNC00000110 116 - GT-AG 3 2 8 NDA 1 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16355851 16392304 JUNC00000111 4 - GT-AG 5 4 10 NDA 1 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594851,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16355975 16418062 JUNC00000112 1 - CA-GC 14 13 22 N 0 0 0 NA NA NA chr19:16361781-16361782 +chr19 16361984 16377122 JUNC00000113 292 - GT-AG 0 0 0 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000602022 chr19:16361781-16361782 +chr19 16361984 16385129 JUNC00000114 89 - GT-AG 1 1 2 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16361984 16386171 JUNC00000115 2 - GT-AG 2 2 3 NDA 1 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16377254 16385129 JUNC00000116 401 - GT-AG 0 0 1 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16377254 16392304 JUNC00000117 16 - GT-AG 2 2 3 NDA 1 1 0 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16379801 16379911 JUNC00000118 3 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr19:16361781-16361782 +chr19 16384275 16385129 JUNC00000119 8 - GT-AG 0 0 0 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr19 16385211 16386171 JUNC00000120 464 - GT-AG 0 0 0 DA 1 1 1 EPS15L1 ENSG00000127527 ENST00000248070,ENST00000455140,ENST00000535753,ENST00000592031,ENST00000594975,ENST00000599790,ENST00000602022 chr19:16361781-16361782 +chr2 169479612 169482251 JUNC00000121 188 + GT-AG 0 0 0 DA 1 1 1 BBS5,NA ENSG00000163093,ENSG00000251569 ENST00000295240,ENST00000392663,ENST00000443151,ENST00000469980,ENST00000513963 chr2:169479612-169479613 +chr2 169479717 169482251 JUNC00000122 6 + GT-AG 0 0 0 A 0 1 0 BBS5,NA ENSG00000163093,ENSG00000251569 ENST00000295240,ENST00000392663,ENST00000443151,ENST00000469980,ENST00000513963 chr2:169479612-169479613 +chr2 169480158 169482251 JUNC00000123 12 + GT-AG 0 0 0 A 0 1 0 BBS5,NA ENSG00000163093,ENSG00000251569 ENST00000295240,ENST00000392663,ENST00000443151,ENST00000469980,ENST00000513963 chr2:169479612-169479613 +chr2 169482333 169487069 JUNC00000124 207 + GT-AG 0 0 0 DA 1 1 1 BBS5,NA ENSG00000163093,ENSG00000251569 ENST00000295240,ENST00000392663,ENST00000443151,ENST00000513963 chr2:169479612-169479613 +chr2 169482333 169487987 JUNC00000125 4 + GT-AG 2 2 2 DA 1 1 1 BBS5,NA ENSG00000163093,ENSG00000251569 ENST00000295240,ENST00000392663,ENST00000443151,ENST00000475571,ENST00000513963 chr2:169479612-169479613 +chr2 177420358 177521329 JUNC00000126 12 + GT-AG 20 22 21 DA 1 1 1 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000460342,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679639,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680677,ENST00000680705,ENST00000680770,ENST00000680893,ENST00000680910,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 177508030 177513819 JUNC00000127 8 + GG-AG 0 0 1 A 0 1 0 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680705,ENST00000680770,ENST00000680893,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 177508031 177513819 JUNC00000128 1427 + GT-AG 0 0 0 DA 1 1 1 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680705,ENST00000680770,ENST00000680893,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 177508031 177513827 JUNC00000129 51 + GT-AG 1 0 0 D 1 0 0 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680705,ENST00000680770,ENST00000680893,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 177513908 177521269 JUNC00000130 1828 + GT-AG 0 0 0 DA 1 1 1 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680770,ENST00000680893,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 177521368 177523748 JUNC00000131 1705 + GT-AG 0 0 0 DA 1 1 1 AGPS ENSG00000018510 ENST00000264167,ENST00000409888,ENST00000637633,ENST00000642466,ENST00000679421,ENST00000679459,ENST00000679478,ENST00000679994,ENST00000680028,ENST00000680155,ENST00000680390,ENST00000680770,ENST00000680893,ENST00000681028,ENST00000681032,ENST00000681300,ENST00000681449,ENST00000681565,ENST00000681752,ENST00000681891 chr2:177513816-177513817 +chr2 201285317 201330453 JUNC00000132 6 + GT-AG 1 0 0 D 1 0 0 CASP8 ENSG00000064012 ENST00000264274,ENST00000264275,ENST00000323492,ENST00000339403,ENST00000358485,ENST00000392263,ENST00000432109,ENST00000444430,ENST00000673742 chr2:201330522-201330523 +chr2 201309250 201330470 JUNC00000133 8 - GT-AG 0 0 0 DA 1 1 1 FLACC1 ENSG00000155749 ENST00000286190,ENST00000392257,ENST00000405148,ENST00000425488,ENST00000439709,ENST00000448967,ENST00000494171 chr2:201330522-201330523 +chr2 201330522 201344170 JUNC00000134 4 - GT-AG 2 2 2 NDA 1 1 0 FLACC1 ENSG00000155749 ENST00000286190,ENST00000392257,ENST00000405148,ENST00000425488,ENST00000439709,ENST00000448967,ENST00000494171 chr2:201330522-201330523 +chr20 35284408 35381980 JUNC00000135 1 - GT-AG 26 9 34 N 0 0 0 NA NA NA chr20:35384131-35384132 +chr20 35286558 35384116 JUNC00000136 1 - TC-AG 17 12 32 N 0 0 0 NA NA NA chr20:35384131-35384132 +chr20 35314707 35381984 JUNC00000137 3 - GT-AG 8 4 12 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35343069 35394092 JUNC00000138 2 - GT-TG 11 11 16 D 1 0 0 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35366614 35394092 JUNC00000139 42 - GT-AG 6 8 8 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35374256 35381984 JUNC00000140 6 - GT-AG 0 0 2 NDA 1 1 0 UQCC1 ENSG00000101019 ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35374256 35394092 JUNC00000141 20 - GT-AG 5 7 7 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35382025 35384038 JUNC00000142 2291 - GT-AG 0 0 0 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35382025 35394092 JUNC00000143 131 - GT-AG 4 4 4 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35384133 35392236 JUNC00000144 46 - GT-AG 2 2 2 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35384133 35394092 JUNC00000145 2 + CT-AC 0 0 0 N 0 0 0 NA NA NA chr20:35384131-35384132 +chr20 35392277 35394092 JUNC00000146 36 - GT-AG 0 0 0 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35396508 JUNC00000147 2 - GT-AG 1 0 0 A 0 1 0 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35409001 JUNC00000148 16 - GT-AG 1 0 0 A 0 1 0 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35409345 JUNC00000149 26 - GC-AG 1 0 0 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35410055 JUNC00000150 1 - GT-AG 2 1 1 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35411915 JUNC00000151 24 - GT-AG 3 1 2 A 0 1 0 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr20 35394196 35411940 JUNC00000152 638 - GT-AG 3 1 2 DA 1 1 1 UQCC1 ENSG00000101019 ENST00000349714,ENST00000359226,ENST00000374380,ENST00000374384,ENST00000374385,ENST00000374394,ENST00000397553,ENST00000397554,ENST00000397556,ENST00000424405,ENST00000438533,ENST00000443429,ENST00000453855,ENST00000457259,ENST00000491040,ENST00000491125,ENST00000495752 chr20:35384131-35384132 +chr4 118738379 118740941 JUNC00000153 12 - GT-AG 3 2 2 NDA 1 1 0 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000502526,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118739287 118740422 JUNC00000154 20 - GT-AG 0 0 0 A 0 1 0 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118739287 118740651 JUNC00000155 55 - GT-AG 0 0 0 A 0 1 0 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118739287 118740663 JUNC00000156 2313 - GT-AG 0 0 0 DA 1 1 1 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118740259 118740651 JUNC00000157 6 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr4:118740662-118740663 +chr4 118740808 118740941 JUNC00000158 2261 - GT-AG 0 0 0 DA 1 1 1 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118741037 118743988 JUNC00000159 2448 - GT-AG 0 0 0 DA 1 1 1 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr4 118741037 118751996 JUNC00000160 20 - GT-AG 2 2 3 NDA 1 1 0 SEC24D ENSG00000150961 ENST00000280551,ENST00000419654,ENST00000505134,ENST00000511033,ENST00000511481,ENST00000514561 chr4:118740662-118740663 +chr5 428006 430187 JUNC00000161 4 + GT-AG 0 0 0 D 1 0 0 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 428006 430207 JUNC00000162 10 + GT-AG 0 0 0 D 1 0 0 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 428006 432353 JUNC00000163 16 + GT-AG 0 0 0 D 1 0 0 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 428006 432463 JUNC00000164 39 + GT-AG 0 0 0 DA 1 1 1 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 428006 433853 JUNC00000165 2 + GT-AG 2 2 2 DA 1 1 1 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000507048,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 428006 446150 JUNC00000166 11 + GT-AG 4 3 4 NDA 1 1 0 AHRR,EXOC3,PDCD6-AHRR ENSG00000063438,ENSG00000180104,ENSG00000288622 ENST00000315013,ENST00000316418,ENST00000505113,ENST00000506456,ENST00000508022,ENST00000510441,ENST00000511487,ENST00000512529,ENST00000512944,ENST00000515601,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 429188 429318 JUNC00000167 2 - CT-AC 0 0 0 N 0 0 0 NA NA NA chr5:432461-432462 +chr5 432524 432806 JUNC00000168 21 + GT-AG 0 0 0 DA 1 1 1 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 432524 433853 JUNC00000169 8 + GT-AG 1 1 1 NDA 1 1 0 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000507048,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 432947 433853 JUNC00000170 84 + GT-AG 0 0 0 DA 1 1 1 AHRR,PDCD6-AHRR ENSG00000063438,ENSG00000288622 ENST00000316418,ENST00000505113,ENST00000506456,ENST00000507048,ENST00000511487,ENST00000512529,ENST00000675395,ENST00000684583 chr5:432461-432462 +chr5 177393617 177460650 JUNC00000171 1 - GT-AG 30 21 39 N 0 0 0 NA NA NA chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177434194 177459225 JUNC00000172 1 - CC-CT 9 5 17 N 0 0 0 NA NA NA chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177459259 177460434 JUNC00000173 4 - AG-CC 2 1 2 N 0 0 0 NA NA NA chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177459268 177459603 JUNC00000174 85 - GT-AG 0 0 0 DA 1 1 1 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000467054,ENST00000472831,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177459268 177460432 JUNC00000175 5882 - GT-AG 1 1 1 DA 1 1 1 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000467054,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177459740 177460432 JUNC00000176 137 - GT-AG 0 0 0 DA 1 1 1 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000467054,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177460548 177460644 JUNC00000177 25 - GT-AG 2 0 0 D 1 0 0 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177460552 177460644 JUNC00000178 1254 - GT-AG 2 0 0 D 1 0 0 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177460555 177460644 JUNC00000179 3906 - GT-AG 1 0 0 DA 1 1 1 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177460703 177466772 JUNC00000180 5304 - GT-AG 1 0 1 DA 1 1 1 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr5 177460703 177466773 JUNC00000181 2 - TG-AG 1 0 2 A 0 1 0 DBN1 ENSG00000113758 ENST00000292385,ENST00000309007,ENST00000393565,ENST00000472831,ENST00000477391,ENST00000512501 chr5:177460554-177460555,chr5:177460555-177460556 +chr6 43186455 43186960 JUNC00000182 250 + GT-AG 0 0 0 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43186455 43187246 JUNC00000183 20 + GT-AG 1 1 1 NDA 1 1 0 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43186455 43187713 JUNC00000184 39 + GT-AG 2 2 2 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187095 43187246 JUNC00000185 383 + GT-AG 0 0 0 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187095 43187713 JUNC00000186 19 + GT-AG 1 1 1 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187095 43187909 JUNC00000187 4 + GT-AG 2 1 1 D 1 0 0 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187439 43187713 JUNC00000188 351 + GT-AG 0 0 0 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187448 43187713 JUNC00000189 14 + GT-AG 0 0 0 A 0 1 0 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43187734 43187909 JUNC00000190 25 + GT-AG 0 0 0 N 0 0 0 NA NA NA chr6:43187095-43187096 +chr6 43188118 43188523 JUNC00000191 229 + GT-AG 0 0 0 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43188118 43193001 JUNC00000192 70 + GT-AG 1 1 1 NDA 1 1 0 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 43188715 43193001 JUNC00000193 339 + GT-AG 0 0 0 DA 1 1 1 CUL9 ENSG00000112659 ENST00000252050,ENST00000372647,ENST00000451399,ENST00000510282,ENST00000515773 chr6:43187095-43187096 +chr6 44181320 44182941 JUNC00000194 9 + GT-AG 0 0 0 DA 1 1 1 CAPN11 ENSG00000137225 ENST00000398776,ENST00000533604 chr6:44181250-44181251 +chr6 44181535 44182071 JUNC00000195 14 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr6:44181250-44181251 +chr6 44181613 44181862 JUNC00000196 1 + CT-AC 0 0 0 N 0 0 0 NA NA NA chr6:44181250-44181251 +chr6 44181660 44181862 JUNC00000197 1 + CT-AC 0 0 0 N 0 0 0 NA NA NA chr6:44181250-44181251 +chr6 44181998 44182071 JUNC00000198 3 + CT-AC 0 0 0 N 0 0 0 NA NA NA chr6:44181250-44181251 +chr7 131463625 131504458 JUNC00000199 1 - CC-TG 0 0 4 N 0 0 0 NA NA NA chr7:131504507-131504508 +chr7 131504505 131505868 JUNC00000200 15 - GT-AG 0 0 0 D 1 0 0 PODXL ENSG00000128567 ENST00000322985,ENST00000378555,ENST00000446198,ENST00000484346 chr7:131504507-131504508 +chr7 131504508 131505868 JUNC00000201 38 - GT-AG 0 0 0 DA 1 1 1 PODXL ENSG00000128567 ENST00000322985,ENST00000378555,ENST00000446198,ENST00000484346 chr7:131504507-131504508 +chr7 131506035 131506260 JUNC00000202 33 - GT-AG 1 0 0 DA 1 1 1 PODXL ENSG00000128567 ENST00000322985,ENST00000378555,ENST00000446198,ENST00000487965,ENST00000490761 chr7:131504507-131504508 +chr8 125061195 125063524 JUNC00000203 1 - TG-TA 0 0 1 N 0 0 0 NA NA NA chr8:125067719-125067720 +chr8 125063651 125067592 JUNC00000204 2695 - GT-AG 0 0 0 DA 1 1 1 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125063651 125073153 JUNC00000205 47 - GT-AG 1 1 1 NDA 1 1 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125063651 125076348 JUNC00000206 6 - GC-AG 3 3 4 NDA 1 1 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845,ENST00000523297 chr8:125067719-125067720 +chr8 125067719 125067746 JUNC00000207 28 - GC-AG 0 0 0 A 0 1 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125067719 125068999 JUNC00000208 8 - GT-AG 0 0 0 A 0 1 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125067719 125073153 JUNC00000209 3407 - GT-AG 0 0 0 DA 1 1 1 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125067767 125073153 JUNC00000210 30 - GT-AG 0 0 0 D 1 0 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125069030 125073153 JUNC00000211 8 - GT-AG 0 0 0 D 1 0 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125073324 125074998 JUNC00000212 2552 - GT-AG 0 0 0 DA 1 1 1 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 125073324 125076439 JUNC00000213 10 - GT-AG 1 1 3 A 0 1 0 WASHC5 ENSG00000164961 ENST00000318410,ENST00000517845 chr8:125067719-125067720 +chr8 138737577 138751458 JUNC00000214 8 - GT-AG 0 0 0 DA 1 1 1 COL22A1 ENSG00000169436 ENST00000303045,ENST00000435777 chr8:138737576-138737577 +chrX 40649672 40654364 JUNC00000215 7 - GT-AG 0 0 1 DA 1 1 1 MED14 ENSG00000180182 ENST00000324817,ENST00000416199,ENST00000433003 chrX:40655057-40655058 +chrX 40651879 40654364 JUNC00000216 525 - GT-AG 0 0 1 DA 1 1 1 MED14 ENSG00000180182 ENST00000324817,ENST00000416199,ENST00000433003 chrX:40655057-40655058 +chrX 40654556 40654935 JUNC00000217 389 - GT-AG 0 0 0 DA 1 1 1 MED14 ENSG00000180182 ENST00000324817,ENST00000416199,ENST00000433003 chrX:40655057-40655058 +chrX 40655060 40659227 JUNC00000218 562 - GT-AG 0 0 0 DA 1 1 1 MED14 ENSG00000180182 ENST00000324817,ENST00000416199,ENST00000433003,ENST00000472736 chrX:40655057-40655058 +chrX 40659334 40659428 JUNC00000219 487 - GT-AG 0 0 0 DA 1 1 1 MED14 ENSG00000180182 ENST00000324817,ENST00000416199,ENST00000433003,ENST00000472736 chrX:40655057-40655058 diff --git a/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz b/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz new file mode 100644 index 000000000..e3cdd6232 Binary files /dev/null and b/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz differ diff --git a/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz.tbi b/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz.tbi new file mode 100644 index 000000000..9a359c4cb Binary files /dev/null and b/pvactools/tools/pvacsplice/example_data/annotated.expression.vcf.gz.tbi differ diff --git a/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa new file mode 100644 index 000000000..0b2cd0840 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa @@ -0,0 +1,460 @@ +>WT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>ALT.LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>ALT.LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>WT.LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>ALT.LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>WT.LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>ALT.LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>WT.LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHX +>ALT.LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>ALT.LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>ALT.LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>WT.LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>ALT.LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>WT.LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>ALT.LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>WT.LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVV +>ALT.LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>ALT.LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>ALT.LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>WT.LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>ALT.LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>WT.LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>ALT.LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>WT.LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQ +>ALT.LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVVSG +>WT.LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A +MATLKEKLIAPVAEEESLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>WT.LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKSLADELALVDVLEDKLKGEMMDLQHGSLFLQTPKIVADKDYSVTANSKIVVVTAGVRQQEGESRLNLVQRNVNVFKFIIPQIVKYSPDCIIIVVSNPVDILTYVTWKLSGLPKHRVIGSGCNLDSARFRYLMAEKLGIHPSSCHGWILGEHGDSSVAVWSGVNVAGVSLQELNPEMGTDNDSENWKEVHKMVVESAYEVIKLKGYTNWAIGLSVADLIESMLKNLSRIHPVSTMVKGMYGIENEVFLSLPCILNARGLTSVINQKLKDDEVAQLKKSADTLWDIQKDLKDL +>ALT.LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D +MATLKEKLIAPVAEEEATVPNNKITVVGVGQVGMACAISILGKTIRRHMMFNLSHYC +>WT.PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A +MHHRMNEMNLSPVGMEQLTSSSVSNALPVSGSHLGLAASPTHSAIPAPGLPVAIPNLGPSLSSLPSALSLMLPMGIGDRGVMCGLPERNYTLPPPPYPHLESSYFRTILPGILSYLADRPPPQYIHPNSINVDGNTALSITNNPSALDPYQSNGNVGLEPGIVSIDSRSVNTHGAQSLHPSDGHEVALDTAITMENVSRVTSPISTDGMAEELTMDGVAGEHSQIPNGSRSHEPLSVDSVSNNLAADAVGHGGVIPMHGNGLELPVVMETDHIASRVNGMSDSALSDSIHTVAMSTNSVSVALSTSHNLASLESVSLHEVGLSLEPVAVSSITQEVAMGTGHVDVSSDSLSFVSPSLQMEDSNSNKENMATLFTIWCTLCDRAYPSDCPEHGPVTFVPDTPIESRARLSLPKQLVLRQSIVGAEVGVWTGETIPVRTCFGPLIGQQSHSMEVAEWTDKAVNHIWKIYHNGVLEFCIITTDENECNWMMFVRKARNREEQNLVAYPHDGKIFFCTSQDIPPENELLFYYSRDYAQQIGVPEHPDVHLCNCGKECNSYTEFKAHLTSHIHNHLPTQGHSGSHGPSHSKERKWKCSMCPQAFISPSKLHVHFMGHMGMKPHKCDFCSKAFSDPSNLRTHLKIHTGQKNYRCTLCDKSFTQKAHLESHMVIHTGEKNLKCDYCDKLFMRRQDLKQHVLIHTQERQIKCPKCDKLFLRTNHLKKHLNSHEGKRDYVCEKCTKAYLTKYHLTRHLKTCKGPTSSSSAPEEEEEDDSEEEDLADSVGTEDCRINSAVYSADESLSAHK +>ALT.PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A +MHHRMNEMNLSPVGMEQLTSSSVSNALPVSGSHLGLAASPTHSAIPAPGLPVAIPNLGPSLSSLPSALSLMLPMGIGDRGVMCGLPERNYTLPPPPYPHLESSYFRTILPGILSYLADRPPPQYIHPNSINVDGNTALSITNNPSALDPYQSNGNVGLEPGIVSIDSRSVNTHGAQSLHPSDGHEVALDTAITMENVSRVTSPISTDGMAEELTMDGVAGEHSQIPNGSRSHEPLSVDSVSNNLAADAVGHGGVIPMHGNGLELPVVMETDHIASRVNGMSDSALSDSIHTVAMSTNSVSVALSTSHNLASLESVSLHEVGLSLEPVAVSSITQEVAMGTGHVDVSSDSLSFVSPSLQMEDSNSNKENMATLFTIWCTLCDRAYPSDCPEHGPVTFVPDTPIESRARLSLPKQLVLRQSIVGAEVDKNLGTVYGLEKPFLCGLALDL +>WT.PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA +MHHRMNEMNLSPVGMEQLTSSSVSNALPVSGSHLGLAASPTHSAIPAPGLPVAIPNLGPSLSSLPSALSLMLPMGIGDRGVMCGLPERNYTLPPPPYPHLESSYFRTILPGILSYLADRPPPQYIHPNSINVDGNTALSITNNPSALDPYQSNGNVGLEPGIVSIDSRSVNTHGAQSLHPSDGHEVALDTAITMENVSRVTSPISTDGMAEELTMDGVAGEHSQIPNGSRSHEPLSVDSVSNNLAADAVGHGGVIPMHGNGLELPVVMETDHIASRVNGMSDSALSDSIHTVAMSTNSVSVALSTSHNLASLESVSLHEVGLSLEPVAVSSITQEVAMGTGHVDVSSDSLSFVSPSLQMEDSNSNKENMATLFTIWCTLCDRAYPSDCPEHGPVTFVPDTPIESRARLSLPKQLVLRQSIVGAEVGVWTGETIPVRTCFGPLIGQQSHSMEVAEWTDKAVNHIWKIYHNGVLEFCIITTDENECNWMMFVRKARNREEQNLVAYPHDGKIFFCTSQDIPPENELLFYYSRDYAQQIGVPEHPDVHLCNCGKECNSYTEFKAHLTSHIHNHLPTQGHSGSHGPSHSKERKWKCSMCPQAFISPSKLHVHFMGHMGMKPHKCDFCSKAFSDPSNLRTHLKIHTGQKNYRCTLCDKSFTQKAHLESHMVIHTGEKNLKCDYCDKLFMRRQDLKQHVLIHTQERQIKCPKCDKLFLRTNHLKKHLNSHEGKRDYVCEKCTKAYLTKYHLTRHLKTCKGPTSSSSAPEEEEEDDSEEEDLADSVGTEDCRINSAVYSADESLSAHK +>ALT.PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA +MHHRMNEMNLSPVGMEQLTSSSVSNALPVSGSHLGLAASPTHSAIPAPGLPVAIPNLGPSLSSLPSALSLMLPMGIGDRGVMCGLPERNYTLPPPPYPHLESSYFRTILPGILSYLADRPPPQYIHPNSINVDGNTALSITNNPSALDPYQSNGNVGLEPGIVSIDSRSVNTHGAQSLHPSDGHEVALDTAITMENVSRVTSPISTDGMAEELTMDGVAGEHSQIPNGSRSHEPLSVDSVSNNLAADAVGHGGVIPMHGNGLELPVVMETDHIASRVNGMSDSALSDSIHTVAMSTNSVSVALSTSHNLASLESVSLHEVGLSLEPVAVSSITQEVAMGTGHVDVSSDSLSFVSPSLQMEDSNSNKENMATLFTICVWTGETIPVRTCFGPLIGQQSHSMEVAEWTDKAVNHIWKIYHNGVLEFCIITTDENECNWMMFVRKARNREEQNLVAYPHDGKIFFCTSQDIPPENELLFYYSRDYAQQIGVPEHPDVHLCNCGKECNSYTEFKAHLTSHIHNHLPTQGHSGSHGPSHSKERKWKCSMCPQAFISPSKLHVHFMGHMGMKPHKCDFCSKAFSDPSNLRTHLKIHTGQKNYRCTLCDKSFTQKAHLESHMVIHTGEKNLKCDYCDKLFMRRQDLKQHVLIHTQERQIKCPKCDKLFLRTNHLKKHLNSHEGKRDYVCEKCTKAYLTKYHLTRHLKTCKGPTSSSSAPEEEEEDDSEEEDLADSVGTEDCRINSAVYSADESLSAHK +>WT.UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYWLVAALAPLVAAPPRPSQGRLAGREWRTQAHPTDSQGPRLCGEGRGA +>ALT.UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQEYRNF +>WT.UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQILLGIQELLNEPNIQDPAQAEAYTIYCQNRVEYEKRVRAQAKKFAPS +>ALT.UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA +MSGIALSRLAQERKAWRKDHPFGFVAVPTKNPDGTMNLMNWECAIPGKKGTPWEGGLFKLRMLFKDDYPSSPPKCKFEPPLFHPNVYPSGTVCLSILEEDKDWRPAITIKQPKQSGVREKGPSTSQEVCALX +>WT.EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKPPPSGPFTSSLGGAGFSDDPFKSKQDTPALPPKKPAPPRPKPPSGKSTPVSQLGSADFPEAPDPFQPLGADSGDPFQSKKGFGDPFSGKDPFVPSSAAKPSKASASGFADFTSFGNEEQQLAWAKRESEKAEQERLARLRRQEQEDLELAIALSKADMPAA +>ALT.EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKPPPSGPFTSSLGGAGFSDDPFKSKQDTPALPPKKPAPPRPKPPSGKSTPFGNEEQQLAWAKRESEKAEQERLARLRRQEQEDLELAIALSKADMPAA +>WT.EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKPPPSGPFTSSLGGAGFSDDPFKSKQDTPALPPKKPAPPRPKPPSGKSTPVSQLGSADFPEAPDPFQPLGADSGDPFQSKKGFGDPFSGKDPFVPSSAAKPSKASASGFADFTSFGNEEQQLAWAKRESEKAEQERLARLRRQEQEDLELAIALSKADMPAA +>ALT.EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKPPPSGPFTSSLGGAGFSDDPFKSKQDTPALPPKKPAPPRPKPPSVWQ +>WT.EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKPPPSGPFTSSLGGAGFSDDPFKSKQDTPALPPKKPAPPRPKPPSGKSTPVSQLGSADFPEAPDPFQPLGADSGDPFQSKKGFGDPFSGKDPFVPSSAAKPSKASASGFADFTSFGNEEQQLAWAKRESEKAEQERLARLRRQEQEDLELAIALSKADMPAA +>ALT.EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA +MAAPLIPLSQQIPTGNSLYESYYKQVDPAYTGRVGASEAALFLKKSGLSDIILGKIWDLADPEGKGFLDKQGFYVALRLVACAQSGHEVTLSNLNLSMPPPKFHDTSSPLMVTPPSAEAHWAVRVEEKAKFDGIFESLLPINGLLSGDKVKPVLMNSKLPLDVLGRVWDLSDIDKDGHLDRDEFAVAMHLVYRALEKEPVPSALPPSLIPPSKRKKTVFPGAVPVLPASPPPKDSLRSTPSHGSVSSLNSTGSLSPKHSLKQTQPTVNWVVPVADKMRFDEIFLKTDLDLDGYVSGQEVKEIFMHSGLTQNLLAHIWALADTRQTGKLSKDQFALAMYFIQQKVSKGIDPPQVLSPDMVPPSERGTPGPDSSGSLGSGEFTGVKELDDISQEIAQLQREKYSLEQDIREKEEAIRQKTSEVQELQNDLDRETSSLQELEAQKQDAQDRLDEMDQQKAKLRDMLSDVRQKCQDETQMISSLKTQIQSQESDLKSQEDDLNRAKSELNRLQQEETQLEQSIQAGRVQLETIIKSLKSTQDEINQARSKLSQLHESRQEAHRSLEQYDQVLDGAHGASLTDLANLSEGVSLAERGSFGAMDDPFKNKALLFSNNTQELHPDPFQTEDPFKSDPFKGADPFKGDPFQNDPFAEQQTTSTDPFGGDPFKESDPFRGSATDDFFKKQTKNDPFTSDPFTKNPSLPSKLDPFESSDPFSSSSVSSKGSDPFGTLDPFGSGSFNSAEGFADFSQMSKFGNEEQQLAWAKRESEKAEQERLARLRRQEQEDLELAIALSKADMPAA +>WT.AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGVGKLRKQWLKESISDVGFGMLKSVKEYVDPNNIFGNRNLL +>ALT.AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGGLQLEGTCYES +>ALT.AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGEHEPHSTSTHHGRYRIPQICGRSFPPLDNFQDSSRFLPEPSTQECISPWFHHIHSLPF +>ALT.AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGESRPVARLECSGMVSAHCNL +>ALT.AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGVGKLRKQWLKESISDVGFGMLKSVKEYVDPNNIFGNRNLL +>ALT.AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGVGKLRKQWLKESISDVGFGMLKSVKEYVDPNNIFGNRNLL +>ALT.AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGVGKLRKQWLKESISDVGFGMLKSVKEYVDPNNIFGNRNLL +>ALT.AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGGILFWE +>ALT.AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D +MAEAAAAAGGTGLGAGASYGSAADRDRDPDPDRAGRRLRVLSGHLLGRPREALSTNECKARRAASAATAAPTATPAAQESGTIPKKRQEVMKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRVVDLCRNVKERITRECKEKGVQFAPFSTCRVTQTYDAGACIYFYFAFNYRGISDPLTVFEQTEAAAREEILANGGSLSHHHGVGKLRKQWLKESISDVGFGMLKSVKEYVDPNNIFGNRNLL +>ALT.AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D +MKWNGWGYNDSKFIFNKKGQIELTGKRYPLSGMGLPTFKEWIQNTLGVNVEHKTTSKASLNPSDTPPSVVNEDFLHDLKETNISYSQEADDRVFRAHGHCLHEIFLLREGMFERIPDIVLWPTCHDDVVKIVNLACKYNLCIIPIGGGTSVSYGLMCPADETRTIISLDTSQMNRILWVDENNLTAHVEAGITGQELERQLKESGYCTGHEPDSLEFSTVGGWVSTRASGMKKNIYGNIEDLVVHIKMVTPRGIIEKSCQGPRMSTGPDIHHFIMGSEGTLGVITEATIKIRPVPEYQKYGSVAFPNFEQGVACLREIAKQRCAPASIRLMDNKQFQFGHALKPQVSSIFTSFLDGLKKFYITKFKGFDPNQLSVATLLFEGDREKVLQHEKQVYDIAAKFGGLAAGEDNGQRGYLLTYVIAYIRDLALEYYVLGESFETSAPWDRSL +>WT.SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA +MSQQGYVATPPYSQPQPGIGLSPPHYGHYGDPSHTASPTGMMKPAGPLGATATRGMLPPGPPPPGPHQFGQNGAHATGHPPQRFPGPPPVNNVASSHAPYQPSAQSSYPGPISTSSVTQLGSQLSAMQINSYGSGMAPPSQGPPGPLSATSLQTPPRPPQPSILQPGSQVLPPPPTTLNGPGASPLPLPMYRPDGLSGPPPPNAQYQPPPLPGQTLGAGYPPQQANSGPQMAGAQLSYPGGFPGGPAQMAGPPQPQKKLDPDSIPSPIQVIENDRASRGGQVYATNTRGQIPPLVTTDCMIQDQGNASPRFIRCTTYCFPCTSDMAKQAQIPLAAVIKPFATIPSNESPLYLVNHGESGPVRCNRCKAYMCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>ALT.SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA +MSQQGYVATPPYSQPQPGIGLSPPHYGHYGDPSHTASPTGMMKPAGPLGATATRGMLPPGPPPPGPHQFGQNGAHATGHPPQRFPGPPPVNNVASSHAPYQPSAQSSYPGPISTSSVTQLGSQLSAMQINSYGSGMAPPSQGPPGPLSATSLQTPPRPPQPSILQPGSQVLPPPPTTLNGPGASPLPLPMYRPDGLSGPPPPNAQYQPPPLPGQTLGAGYPPQQANSGPQMAGAQLSYPGGFPGGPAQMAGPPQPQKKLDPDSIPSPIQVIENDRASRGGQVYATNTRGQIPPLVTTDCMIQDQGNASPRFIRCTTYCFPCTSDMAKQAQIPLAAVIKPFATIPSNESPLYLVNHGESGPVRCNRCKAYMCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>WT.SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A +MSQQGYVATPPYSQPQPGIGLSPPHYGHYGDPSHTASPTGMMKPAGPLGATATRGMLPPGPPPPGPHQFGQNGAHATGHPPQRFPGPPPVNNVASSHAPYQPSAQSSYPGPISTSSVTQLGSQLSAMQINSYGSGMAPPSQGPPGPLSATSLQTPPRPPQPSILQPGSQVLPPPPTTLNGPGASPLPLPMYRPDGLSGPPPPNAQYQPPPLPGQTLGAGYPPQQANSGPQMAGAQLSYPGGFPGGPAQMAGPPQPQKKLDPDSIPSPIQVIENDRASRGGQVYATNTRGQIPPLVTTDCMIQDQGNASPRFIRCTTYCFPCTSDMAKQAQIPLAAVIKPFATIPSNESPLYLVNHGESGPVRCNRCKAYMCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>ALT.SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A +MSQQGYVATPPYSQPQPGIGLSPPHYGHYGDPSHTASPTGMMKPAGPLGATATRGMLPPGPPPPGPHQFGQNGAHATGHPPQRFPGPPPVNNVASSHAPYQPSAQSSYPGPISTSSVTQLGSQLSAMQINSYGSGMAPPSQGPPGPLSATSLQTPPRPPQPSILQPGSQVLPPPPTTLNGPGASPLPLPMYRPDGLSGPPPPNAQYQPPPLPGQTLGAGYPPQQANSGPQMAGAQLSYPGGFPGGPAQMAGPPQPQKKLDPDSIPSPIQVIENDRASRGGQVYATNTRGQIPPLVTTDCMIQDQGNASPRFIRCTTYCFPCTSDMAKQAQIPLAAVIKPFATIPSNESPLYLVNHGESGPVRCNRCKAYMCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQVIESCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>WT.SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA +MIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQFTCEK +>ALT.SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA +MIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQFTCEK +>WT.SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A +MIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQFTCEK +>ALT.SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A +MIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQVIESCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQFTCEK +>WT.SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA +MCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>ALT.SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA +MCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>WT.SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A +MCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>ALT.SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A +MCPFMQFIEGGRRYQCGFCNCVNDVPPFYFQHLDHIGRRLDHYEKPELSLGSYEYVATLDYCRKSKPPNPPAFIFMIDVSYSNIKNGLVKLICEELKTMLEKIPKEEQEETSAIRVGFITYNKVLHFFNVKSNLAQPQMMVVTDVGEVFVPLLDGFLVNYQESQSVIHNLLDQIPDMFADSNENETVFAPVIQAGMEALKAADCPGKLFIFHSSLPTAEAPGKLKNRDDKKLVNTDKEKILFQPQTNVYDSLAKDCVAHGCSVTLFLFPSQYVDVASLGLVPQLTGGTLYKYNNFQMHLDRQQFLNDLRNDIEKKIGFDAIMRVRTSTGFRATDFFGGILMNNTTDVEMAAIDCDKAVTVEFKHDDKLSEDSGALIQVIESCAVLYTTISGQRRLRIHNLGLNCSSQLADLYKSCETDALINFFAKSAFKAVLHQPLKVIREILVNQTAHMLACYRKNCASPSAASQLILPDSMKVLPVYMNCLLKNCVLLSRPEISTDERAYQRQLVMTMGVADSQLFFYPQLLPIHTLDVKSTMLPAAVRCSESRLSEEGIFLLANGLHMFLWLGVSSPPELIQGIFNVPSFAHINTDMTLLPEVGNPYSQQLRMIMGIIQQKRPYSMKLTIVKQREQPEMVFRQFLVEDKGLYGGSSYVDFLCCVHKEICQLLN +>WT.DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D +MAGHPWHGTAALASSQAWRDGRERQALVSCRALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQVVRTALS +>WT.DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQVVRTALS +>WT.DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>ALT.DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGEGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGRPYCPFIKASDSGPSSSSSSSSSPPRTPFPYITCHRTPNLSSSLPCSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQASEGYFSQSQEEEFAQSEELCAKAPPPVFYNKPPEIDITCWDADPVPEEEEGFEGGD +>WT.DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>ALT.DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQ +>WT.DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>ALT.DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>WT.DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>ALT.DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQ +>WT.DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>ALT.DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D +MAGVSFSGHRLELLAAYEEVIREESAADWALYTYEDGSDDLKLAASGGGLQELSGHFENQKVMYGFCSVKDSQAALPKYVLINWVGEDVPDARKCACASHVAKVAEFFQGVDVIVNASSVEDIDAGAIGQRLSNGLARLSSPVLHRLRLREDENAEPVGTTYQKTDAAVEMKRINREQFWEQAKKEEELRKEEERKKALDERLRFEQERMEQERQEQEERERRYREREQQIEEHRRKQQTLEAEEAKRRLKEQSIFGDHRDEEEETHMKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPX +>WT.DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D +MKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>ALT.DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D +MKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D +MKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>ALT.DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D +MKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>WT.DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D +MKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>ALT.DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D +MKKSESEVEQLLLPSGLTTQGSSSSSRKESHRPLRAAVMYPRPSTIDQAATWTATGGWRPLPSPRGARLTPAPPPPLSLSR +>WT.DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D +MKKSESEVEKAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>ALT.DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D +MKKSESEVEAAAIIAQRPDNPREFFKQQERVASASAGSCDVPSPFNHRPGSHLDSHRRMAPTPIPTRSPSDSSTASTPVAEQIERALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETRAAAPQAWAGPMEEPPQAQAPPRGPGSPAEDLMFMESAEQAVLAAPVEPATADATEIHDAADTIETDTATADTTVANNVPPAATSLIDLWPGNGEGASTLQGEPRAPTPPSGTEVTLAEVPLLDEVAPEPLLPAGEGCATLLNFDELPEPPATFCDPEEVEGESLAAPQTPTLPSALEELEQEQEPEPHLLTNGETTQKEGTQVRQGLPGGRDGREWGLSRVLALHSSCLHQYPLLCDPHYLRGSPSHPPSLGRLCFCSQGRHPCFPGNH +>WT.CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA +MVGERHAGDLMVPLGPRLQAYPEELIRQRPGHDGHPEYLIRWSVLKCGEVGKVGVEEGKAEHILMWLSAPEVYANCPGLLGERALSKGLQHEPAGVSGSFPRDPGGLDEVAMGEMEADVQALVRRAARQLAESGTPSLTAAVLHTIHVLSAYASIGPLTGVFRETGALDLLMHMLCNPEPQIRRSAGKMLQALAAHDAGSRAHVLLSLSQQDGIEQHMDFDSRYTLLELFAETTSSEEHCMAFEGIHLPQIPGKLLFSLVKRYLCVTSLLDQLNSSPELGAGDQSSPCATREKSRGQRELEFSMAVGNLISELVRSMGWARNLSEQGMSPPRPTRSIFQPYISGPSLLLPTIVTTPRRQGWVFRQRSEFSSRSGYGEYVQQTLQPGMRVRMLDDYEEISAGDEGEFRQSNNGIPPVQVFWQSTGRTYWVHWHMLEILGPEEATEDKASAAVEKGAGATVLGTAFPSWDWNPMDGLYPLPYLQPEPQKNERVGYLTQAEWWELLFFIKKLDLCEQQPIFQNLWKNLDETLGEKALGEISVSVEMAESLLQVLSSRFEGSTLNDLLNSQIYTKYGLLSNEPSSSSTSRNHSCTPDPEEESKSEASFSEEETESLKAKAEAPKTEAEPTKTRTETPMAQSDSQLFNQLLVTEGMTLPTEMKEAASEMARALRGPGPRSSLDQHVAAVVATVQISSLDTNLQLSGLSALSQAVEEVTERDHPLVRPDRSLREKLVKMLVELLTNQVGEKMVVVQALRLLYLLMTKHEWRPLFAREGGIYAVLVCMQEYKTSVLVQQAGLAALKMLAVASSSEIPTFVTGRDSIHSLFDAQMTREIFASIDSATRPGSESLLLTVPAAVILMLNTEGCSSAARNGLLLLNLLLCNHHTLGDQIITQELRDTLFRHSGIAPRTEPMPTTRTILMMLLNRYSEPPGSPERAALETPIIQGQDGSPELLIRSLVGGPSAELLLDLERVLCREGSPGGAVRPLLKRLQQETQPFLLLLRTLDAPGPNKTLLLSVLRVITRLLDFPEAMVLPWHEVLEPCLNCLSGPSSDSEIVQELTCFLHRLASMHKDYAVVLCCLGAKEILSKVLDKHSAQLLLGCELRDLVTECEKYAQLYSNLTSSILAGCIQMVLGQIEDHRRTHQPINIPFFDVFLRHLCQGSSVEVKEDKCWEKVEVSSNPHRASKLTDHNPKTYWESNGSTGSHYITLHMHRGVLVRQLTLLVASEDSSYMPARVVVFGGDSTSCIGTELNTVNVMPSASRVILLENLNRFWPIIQIRIKRCQQGGIDTRVRGVEVLGPKPTFWPLFREQLCRRTCLFYTIRAQAWSRDIAEDHRRLLQLCPRLNRVLRHEQNFADRFLPDDEAAQALGKTCWEALVSPLVQNITSPDAEGVSALGWLLDQYLEQRETSRNPLSRAASFASRVRRLCHLLVHVEPPPGPSPEPSTRPFSKNSKGRDRSPAPSPVLPSSSLRNITQCWLSVVQEQVSRFLAAAWRAPDFVPRYCKLYEHLQRAGSELFGPRAAFMLALRSGFSGALLQQSFLTAAHMSEQFARYIDQQIQGGLIGGAPGVEMLGQLQRHLEPIMVLSGLELATTFEHFYQHYMADRLLSFGSSWLEGAVLEQIGLCFPNRLPQLMLQSLSTSEELQRQFHLFQLQRLDKLFLEQEDEEEKRLEEEEEEEEEEEAEKELFIEDPSPAISILVLSPRCWPVSPLCYLYHPRKCLPTEFCDALDRFSSFYSQSQNHPVLDMGPHRRLQWTWLGRAELQFGKQILHVSTVQMWLLLKFNQTEEVSVETLLKDSDLSPELLLQALVPLTSGNGPLTLHEGQDFPHGGVLRLHEPGPQRSGEALWLIPPQAYLNVEKDEGRTLEQKRNLLSCLLVRILKAHGEKGLHIDQLVCLVLEAWQKGPNPPGTLGHTVAGGVACTSTDVLSCILHLLGQGYVKRRDDRPQILMYAAPEPMGPCRGQADVPFCGSQSETSKPSPEAVATLASLQLPAGRTMSPQEVEGLMKQTVRQVQETLNLEPDVAQHLLAHSHWGAEQLLQSYSEDPEPLLLAAGLCVHQAQAVPVRPDHCPVCVSPLGCDDDLPSLCCMHYCCKSCWNEYLTTRIEQNLVLNCTCPIADCPAQPTGAFIRAIVSSPEVISKYEKALLRGYVESCSNLTWCTNPQGCDRILCRQGLGCGTTCSKCGWASCFNCSFPEAHYPASCGHMSQWVDDGGYYDGMSVEAQSKHLAKLISKRCPSCQAPIEKNEGCLHMTCAKCNHGFCWRCLKSWKPNHKDYYNCSAMVSKAARQEKRFQDYNERCTFHHQAREFAVNLRNRVSAIHEVPPPRSFTFLNDACQGLEQARKVLAYACVYSFYSQDAEYMDVVEQQTENLELHTNALQILLEETLLRCRDLASSLRLLRADCLSTGMELLRRIQERLLAILQHSAQDFRVGLQSPSVEAWEAKGPNMPGSQPQASSGPEAEEEEEDDEDDVPEWQQDEFDEELDNDSFSYDESENLDQETFFFGDEEEDEDEAYD +>ALT.CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA +MVGERHAGDLMVPLGPRLQAYPEELIRQRPGHDGHPEYLIRWSVLKCGEVGKVGVEEGKAEHILMWLSAPEVYANCPGLLGERALSKGLQHEPAGVSGSFPRDPGGLDEVAMGEMEADVQALVRRAARQLAESGTPSLTAAVLHTIHVLSAYASIGPLTGVFRETGALDLLMHMLCNPEPQIRRSAGKMLQALAAHDAGSRAHVLLSLSQQDGIEQHMDFDSRYTLLELFAETTSSEEHCMAFEGIHLPQIPGKLLFSLVKRYLCVTSLLDQLNSSPELGAGDQSSPCATREKSRGQRELEFSMAVGNLISELVRSMGWARNLSEQGMSPPRPTRSIFQPYISGPSLLLPTIVTTPRRQGWVFRQRSEFSSRSGYGEYVQQTLQPGMRVRMLDDYEEISAGDEGEFRQSNNGIPPVQHFPPGTGILWMGCTLCRTSSPNLRRMREWDI +>WT.CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA +MVGERHAGDLMVPLGPRLQAYPEELIRQRPGHDGHPEYLIRWSVLKCGEVGKVGVEEGKAEHILMWLSAPEVYANCPGLLGERALSKGLQHEPAGVSGSFPRDPGGLDEVAMGEMEADVQALVRRAARQLAESGTPSLTAAVLHTIHVLSAYASIGPLTGVFRETGALDLLMHMLCNPEPQIRRSAGKMLQALAAHDAGSRAHVLLSLSQQDGIEQHMDFDSRYTLLELFAETTSSEEHCMAFEGIHLPQIPGKLLFSLVKRYLCVTSLLDQLNSSPELGAGDQSSPCATREKSRGQRELEFSMAVGNLISELVRSMGWARNLSEQGMSPPRPTRSIFQPYISGPSLLLPTIVTTPRRQGWVFRQRSEFSSRSGYGEYVQQTLQPGMRVRMLDDYEEISAGDEGEFRQSNNGIPPVQVFWQSTGRTYWVHWHMLEILGPEEATEDKASAAVEKGAGATVLGTAFPSWDWNPMDGLYPLPYLQPEPQKNERVGYLTQAEWWELLFFIKKLDLCEQQPIFQNLWKNLDETLGEKALGEISVSVEMAESLLQVLSSRFEGSTLNDLLNSQIYTKYGLLSNEPSSSSTSRNHSCTPDPEEESKSEASFSEEETESLKAKAEAPKTEAEPTKTRTETPMAQSDSQLFNQLLVTEGMTLPTEMKEAASEMARALRGPGPRSSLDQHVAAVVATVQISSLDTNLQLSGLSALSQAVEEVTERDHPLVRPDRSLREKLVKMLVELLTNQVGEKMVVVQALRLLYLLMTKHEWRPLFAREGGIYAVLVCMQEYKTSVLVQQAGLAALKMLAVASSSEIPTFVTGRDSIHSLFDAQMTREIFASIDSATRPGSESLLLTVPAAVILMLNTEGCSSAARNGLLLLNLLLCNHHTLGDQIITQELRDTLFRHSGIAPRTEPMPTTRTILMMLLNRYSEPPGSPERAALETPIIQGQDGSPELLIRSLVGGPSAELLLDLERVLCREGSPGGAVRPLLKRLQQETQPFLLLLRTLDAPGPNKTLLLSVLRVITRLLDFPEAMVLPWHEVLEPCLNCLSGPSSDSEIVQELTCFLHRLASMHKDYAVVLCCLGAKEILSKVLDKHSAQLLLGCELRDLVTECEKYAQLYSNLTSSILAGCIQMVLGQIEDHRRTHQPINIPFFDVFLRHLCQGSSVEVKEDKCWEKVEVSSNPHRASKLTDHNPKTYWESNGSTGSHYITLHMHRGVLVRQLTLLVASEDSSYMPARVVVFGGDSTSCIGTELNTVNVMPSASRVILLENLNRFWPIIQIRIKRCQQGGIDTRVRGVEVLGPKPTFWPLFREQLCRRTCLFYTIRAQAWSRDIAEDHRRLLQLCPRLNRVLRHEQNFADRFLPDDEAAQALGKTCWEALVSPLVQNITSPDAEGVSALGWLLDQYLEQRETSRNPLSRAASFASRVRRLCHLLVHVEPPPGPSPEPSTRPFSKNSKGRDRSPAPSPVLPSSSLRNITQCWLSVVQEQVSRFLAAAWRAPDFVPRYCKLYEHLQRAGSELFGPRAAFMLALRSGFSGALLQQSFLTAAHMSEQFARYIDQQIQGGLIGGAPGVEMLGQLQRHLEPIMVLSGLELATTFEHFYQHYMADRLLSFGSSWLEGAVLEQIGLCFPNRLPQLMLQSLSTSEELQRQFHLFQLQRLDKLFLEQEDEEEKRLEEEEEEEEEEEAEKELFIEDPSPAISILVLSPRCWPVSPLCYLYHPRKCLPTEFCDALDRFSSFYSQSQNHPVLDMGPHRRLQWTWLGRAELQFGKQILHVSTVQMWLLLKFNQTEEVSVETLLKDSDLSPELLLQALVPLTSGNGPLTLHEGQDFPHGEKDEGRTLEQKRNLLSCLLVRILKAHGEKGLHIDQLVCLVLEAWQKGPNPPGTLGHTVAGGVACTSTDVLSCILHLLGQGYVKRRDDRPQILMYAAPEPMGPCRGQADVPFCGSQSETSKPSPEAVATLASLQLPAGRTMSPQEVEGLMKQTVRQVQETLNLEPDVAQHLLAHSHWGAEQLLQSYSEDPEPLLLAAGLCVHQAQAVPVRPDHCPVCVSPLGCDDDLPSLCCMHYCCKSCWNEYLTTRIEQNLVLNCTCPIADCPAQPTGAFIRAIVSSPEVISKYEKALLRGYVESCSNLTWCTNPQGCDRILCRQGLGCGTTCSKCGWASCFNCSFPEAHYPASCGHMSQWVDDGGYYDGMSVEAQSKHLAKLISKRCPSCQAPIEKNEGCLHMTCAKCNHGFCWRCLKSWKPNHKDYYNCSAMVSKAARQEKRFQDYNERCTFHHQAREFAVNLRNRVSAIHEVPPPRSFTFLNDACQGLEQARKVLAYACVYSFYSQDAEYMDVVEQQTENLELHTNALQILLEETLLRCRDLASSLRLLRADCLSTGMELLRRIQERLLAILQHSAQDFRVGLQSPSVEAWEAKGPNMPGSQPQASSGPEAEEEEEDDEDDVPEWQQDEFDEELDNDSFSYDESENLDQETFFFGDEEEDEDEAYD +>ALT.CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA +MVGERHAGDLMVPLGPRLQAYPEELIRQRPGHDGHPEYLIRWSVLKCGEVGKVGVEEGKAEHILMWLSAPEVYANCPGLLGERALSKGLQHEPAGVSGSFPRDPGGLDEVAMGEMEADVQALVRRAARQLAESGTPSLTAAVLHTIHVLSAYASIGPLTGVFRETGALDLLMHMLCNPEPQIRRSAGKMLQALAAHDAGSRAHVLLSLSQQDGIEQHMDFDSRYTLLELFAETTSSEEHCMAFEGIHLPQIPGKLLFSLVKRYLCVTSLLDQLNSSPELGAGDQSSPCATREKSRGQRELEFSMAVGNLISELVRSMGWARNLSEQGMSPPRPTRSIFQPYISGPSLLLPTIVTTPRRQGWVFRQRSEFSSRSGYGEYVQQTLQPGMRVRMLDDYEEISAGDEGEFRQSNNGIPPVQHFPPGTGILWMGCTLCRTSSPNLRRMREWDI +>WT.PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D +MRCALALSALLLLLSTPPLLPSSPSPSPSPSQNATQTTTDSSNKTAPTPASSVTIMATDTAQQSTVPTSKANEILASVKATTLGVSSDSPGTTTLAQQVSGPVNTTVARGGGSGNPTTTIESPKSTKSADTTTVATSTATAKPNTTSSQNGAEDTTNSGGKSSHSVTTDLTSTKAEHLTTPHPTSPLSPRQPTSTHPVATPTSSGHDHLMKISSSSSTVAIPGYTFTSPGMTTTLPSSVISQRTQQTSSQMPASSTAPSSQETVQPTSPATALRTPTLPETMSSSPTAASTTHRYPKTPSPTVAHESNWAKCEDLETQTQSEKQLVLNLTGNTLCAGGASDEKLISLICRAVKATFNPAQDKCGIRLASVPGSQTVVVKEITIHTKLPAKDVYERLKDKWDELKEAGVSDMKLGDQGPPEEAEDRFSMPLIITIVCMASFLLLVAALYGCCHQRLSQRKDQ +>ALT.PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D +MRCALALSALLLLLSTPPLLPSSPSPSPSPSQNATQTTTDSSNKTAPTPASSVTIMATDTAQQSTVPTSKANEILASVKATTLGVSSDSPGTTTLAQQVSGPVNTTVARGGGSGNPTTTIESPKSTKSADTTTVATSTATAKPNTTSSQNGAEDTTNSGGKSSHSVTTDLTSTKAEHLTTPHPTSPLSPRQPTSTHPVATPTSSGHDHLMKISSSSSTVAIPGYTFTSPGMTTTLPSSVISQRTQQTSSQMPASSTAPSSQETVQPTSPATALRTPTLPETMSSSPTAASTTHRYPKTPSPTVAHESNWAKCEDLETQTQSEKQLVLNLTGNTLCAGGASDEKLISLICRAVKATFNPAQDKCGIRLASVPGSQTVVVKEITIHTKLPAKDVYERLKDKWDELKEAGVSDMKLGDQGPPEEAEDRFSMPLIITIVCMASFLLLVAALYGCCHQRLSQRKDQRLTEELQTVENGYHDNPTLEVMETSSEMQEKKVVSLNGELGDSWIVPLDNLTKDDLDEEEDTHL +>WT.PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D +MRCALALSALLLLLSTPPLLPSSPSPSPSPSQNATQTTTDSSNKTAPTPASSVTIMATDTAQQSTVPTSKANEILASVKATTLGVSSDSPGTTTLAQQVSGPVNTTVARGGGSGNPTTTIESPKSTKSADTTTVATSTATAKPNTTSSQNGAEDTTNSGGKSSHSVTTDLTSTKAEHLTTPHPTSPLSPRQPTSTHPVATPTSSGHDHLMKISSSSSTVAIPGYTFTSPGMTTTLLETVFHHVSQAGLELLTSGDLPTLASQSAGITASSVISQRTQQTSSQMPASSTAPSSQETVQPTSPATALRTPTLPETMSSSPTAASTTHRYPKTPSPTVAHESNWAKCEDLETQTQSEKQLVLNLTGNTLCAGGASDEKLISLICRAVKATFNPAQDKCGIRLASVPGSQTVVVKEITIHTKLPAKDVYERLKDKWDELKEAGVSDMKLGDQGPPEEAEDRFSMPLIITIVCMASFLLLVAALYGCCHQRLSQRKDQ +>ALT.PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D +MRCALALSALLLLLSTPPLLPSSPSPSPSPSQNATQTTTDSSNKTAPTPASSVTIMATDTAQQSTVPTSKANEILASVKATTLGVSSDSPGTTTLAQQVSGPVNTTVARGGGSGNPTTTIESPKSTKSADTTTVATSTATAKPNTTSSQNGAEDTTNSGGKSSHSVTTDLTSTKAEHLTTPHPTSPLSPRQPTSTHPVATPTSSGHDHLMKISSSSSTVAIPGYTFTSPGMTTTLLETVFHHVSQAGLELLTSGDLPTLASQSAGITASSVISQRTQQTSSQMPASSTAPSSQETVQPTSPATALRTPTLPETMSSSPTAASTTHRYPKTPSPTVAHESNWAKCEDLETQTQSEKQLVLNLTGNTLCAGGASDEKLISLICRAVKATFNPAQDKCGIRLASVPGSQTVVVKEITIHTKLPAKDVYERLKDKWDELKEAGVSDMKLGDQGPPEEAEDRFSMPLIITIVCMASFLLLVAALYGCCHQRLSQRKDQRLTEELQTVENGYHDNPTLEVMETSSEMQEKKVVSLNGELGDSWIVPLDNLTKDDLDEEEDTHL +>WT.WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSDVQANAFRKANQMGALQERGFGADD +>WT.WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSGNAQKGWPFILLHIKTLRIRTYFTMQSGLAGREALDENQVAF +>WT.WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D +MLDFLAENNLCGQAILRIVSCGNAIIAELLRLSEFIPAVFRLKDRADQQKYGDIIFDFSYFKGPELWESKLDAKPELQDLDEEFRENNIEIVTRFYLAFQSVHKYIVDLNRYLDDLNEGVYIQQTLETVLLNEDGKQLLCEALYLYGVMLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSDIFYTFSKQVTLFLFLACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>WT.WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSDVQANAFRKANQMGALQERGFGADD +>WT.WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSGNAQKGWPFILLHIKTLRIRTYFTMQSGLAGREALDENQVAF +>WT.WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL +>ALT.WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D +MLLVIDQKIEGEVRERMLVSYYRYSAARSSADSNMDDICKLLRSTGYSSQPGAKRPSNYPESYFQRVPINESFISMVIGRLRSDDIYNQVSAYPLPEHRSTALANQAAMLYVILYFEPSILHTHQAKMREIVDKYFPDNWVISIYMGITVNLVDAWEPYKAAKTALNNTLDLSNVREQASRYATVSERVHAQVQQFLKEGYLREEMVLDNIPKLLNCLRDCNVAIRWLMLHTADSDIFYTFSKQVTLFLFLACDPNNKRLRQIKDQILTDSRYNPRILFQLLLDTAQFEFILKEMFKQMLSEKQTKWEHYKKEGSERMTELADVFSGVKPLTRVEKNENLQAWFREISKQILSLNYDDSTAAGRKTVQLIQALEEVQEFHQLESNLQVCQFLADTRKFLHQMIRTINIKEEVLITMQIVGDLSFAWQLIDSFTSIMQESIRVNPSMVTKLRATFLKLASALDLPLLRINQANSPDLLSVSQYYSGELVSYVRKVLQIIPESMFTSLLKIIKLQTHDIIEVPTRLDKDKLRDYAQLGPRYEVAKLTHAISIFTEGILMMKTTLVGIIKVDPKQLLEDGIRKELVKRVAFALHRGLIFNPRAKPSELMPKLKELGATMDGFHRSFEYIQDYVNIYGLKIWQEEVSRIINYNVEQECNNFLRTKIQDWQSMYQSTHIPIPKFTPVDESVTFIGRLCREILRITDPKMTCHIDQLNTWYDMKTHQEVTSSRLFSEIQTTLGTFGLNGLDRLLCFMIVKELQNFLSMFQKIILRDRTVQDTLKTLMNAVSPLKSIVANSNKIYFSAIAKTQKIWTAYLEAIMKVGQMQILRQQIANELNYSCRFDSKHLAAALENLNKALLADIEAHYQDPSLPYPKEDNTLLYEITAYLEAAGIHNPLNKIYITTKRLPYFPIVNFLFLIAQLPKLQYNKNLGMVCRKPTDPVDWPPLVLGLLTLLKQFHSRYTEQFLALIGQFICSTVEQCTSQKIPEIPADVVGALLFLEDYVRCTKLPRRVAEAHVPNFIFDEFRTVL diff --git a/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa.fai b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa.fai new file mode 100644 index 000000000..0463369ad --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA.transcripts.fa.fai @@ -0,0 +1,230 @@ +WT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1454 67 1454 1455 +ALT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1415 1590 1415 1416 +WT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1454 3071 1454 1455 +ALT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1449 4592 1449 1450 +WT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1454 6109 1454 1455 +ALT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1415 7632 1415 1416 +WT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1454 9113 1454 1455 +ALT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1449 10634 1449 1450 +WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1299 12151 1299 1300 +ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1260 13519 1260 1261 +WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1299 14845 1299 1300 +ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1294 16211 1294 1295 +WT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1455 17573 1455 1456 +ALT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1416 19097 1416 1417 +WT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1455 20579 1455 1456 +ALT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1450 22101 1450 1451 +WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 23618 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 44 23864 44 45 +WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 178 23975 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 36 24221 36 37 +WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 178 24324 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 48 24570 48 49 +WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 272 24685 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 44 25025 44 45 +WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 272 25136 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 36 25476 36 37 +WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 272 25579 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 48 25919 48 49 +WT.LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 334 26032 334 335 +ALT.LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 35 26432 35 36 +WT.LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 334 26532 334 335 +ALT.LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 322 26932 322 323 +WT.LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 334 27319 334 335 +ALT.LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 317 27719 317 318 +WT.LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 334 28101 334 335 +ALT.LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 307 28501 307 308 +WT.LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 334 28873 334 335 +ALT.LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 57 29273 57 58 +WT.LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 233 29395 233 234 +ALT.LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 35 29694 35 36 +WT.LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 233 29794 233 234 +ALT.LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 221 30093 221 222 +WT.LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 233 30379 233 234 +ALT.LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 216 30678 216 217 +WT.LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 233 30959 233 234 +ALT.LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 206 31258 206 207 +WT.LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 233 31529 233 234 +ALT.LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 57 31828 57 58 +WT.LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 334 31950 334 335 +ALT.LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 35 32350 35 36 +WT.LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 334 32450 334 335 +ALT.LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 322 32850 322 323 +WT.LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 334 33237 334 335 +ALT.LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 317 33637 317 318 +WT.LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 334 34019 334 335 +ALT.LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 307 34419 307 308 +WT.LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 334 34791 334 335 +ALT.LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 57 35191 57 58 +WT.LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 137 35313 137 138 +ALT.LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 35 35516 35 36 +WT.LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 137 35616 137 138 +ALT.LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 125 35819 125 126 +WT.LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 137 36009 137 138 +ALT.LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 120 36212 120 121 +WT.LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 137 36397 137 138 +ALT.LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 110 36600 110 111 +WT.LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 137 36775 137 138 +ALT.LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 57 36978 57 58 +WT.LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 102 37100 102 103 +ALT.LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 35 37268 35 36 +WT.LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 102 37368 102 103 +ALT.LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 90 37536 90 91 +WT.LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 102 37691 102 103 +ALT.LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 85 37859 85 86 +WT.LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 102 38009 102 103 +ALT.LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 75 38177 75 76 +WT.LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 102 38317 102 103 +ALT.LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 57 38485 57 58 +WT.LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 334 38607 334 335 +ALT.LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 35 39007 35 36 +WT.LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 334 39107 334 335 +ALT.LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 322 39507 322 323 +WT.LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 334 39894 334 335 +ALT.LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 317 40294 317 318 +WT.LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 334 40676 334 335 +ALT.LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 307 41076 307 308 +WT.LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 334 41448 334 335 +ALT.LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 57 41848 57 58 +WT.PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 801 41973 801 802 +ALT.PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 447 42843 447 448 +WT.PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 801 43360 801 802 +ALT.PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 751 44232 751 752 +WT.UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 158 45047 158 159 +ALT.UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 116 45270 116 117 +WT.UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 45452 158 159 +ALT.UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 45677 132 133 +WT.UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 158 45873 158 159 +ALT.UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 116 46096 116 117 +WT.UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 46278 158 159 +ALT.UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 46503 132 133 +WT.UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 158 46699 158 159 +ALT.UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 116 46922 116 117 +WT.UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 47104 158 159 +ALT.UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 47329 132 133 +WT.UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 158 47525 158 159 +ALT.UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 116 47748 116 117 +WT.UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 47930 158 159 +ALT.UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 48155 132 133 +WT.UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 184 48351 184 185 +ALT.UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 116 48600 116 117 +WT.UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 158 48780 158 159 +ALT.UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 116 49003 116 117 +WT.UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 49185 158 159 +ALT.UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 49410 132 133 +WT.UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 158 49606 158 159 +ALT.UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 116 49829 116 117 +WT.UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 50011 158 159 +ALT.UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 50236 132 133 +WT.UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 158 50432 158 159 +ALT.UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 116 50655 116 117 +WT.UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 50837 158 159 +ALT.UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 51062 132 133 +WT.UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 158 51258 158 159 +ALT.UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 116 51481 116 117 +WT.UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 51663 158 159 +ALT.UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 51888 132 133 +WT.UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 158 52084 158 159 +ALT.UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 116 52307 116 117 +WT.UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 52489 158 159 +ALT.UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 52714 132 133 +WT.UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 158 52910 158 159 +ALT.UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 116 53133 116 117 +WT.UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 53315 158 159 +ALT.UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 53540 132 133 +WT.EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 910 53740 910 911 +ALT.EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 846 54719 846 847 +WT.EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 910 55635 910 911 +ALT.EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 796 56616 796 797 +WT.EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 910 57482 910 911 +ALT.EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 797 58463 797 798 +WT.AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 658 59326 658 659 +ALT.AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 538 60051 538 539 +WT.AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 629 60655 629 630 +ALT.AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 538 61351 538 539 +WT.AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 676 61955 676 677 +ALT.AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 538 62698 538 539 +WT.AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 638 63302 638 639 +ALT.AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 538 64007 538 539 +WT.AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 568 64611 568 569 +ALT.AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 448 65246 448 449 +WT.AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 568 65760 568 569 +ALT.AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 448 66395 448 449 +WT.AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 568 66909 568 569 +ALT.AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 448 67544 448 449 +WT.AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 624 68058 624 625 +ALT.AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 538 68749 538 539 +WT.AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 568 69353 568 569 +ALT.AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 448 69988 448 449 +WT.SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 1032 70506 1032 1033 +ALT.SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 937 71609 937 938 +WT.SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 1032 72614 1032 1033 +ALT.SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 1036 73715 1036 1037 +WT.SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 393 74821 393 394 +ALT.SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 298 75285 298 299 +WT.SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 393 75651 393 394 +ALT.SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 397 76113 397 398 +WT.SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 663 76580 663 664 +ALT.SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 568 77314 568 569 +WT.SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 663 77950 663 664 +ALT.SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 667 78682 667 668 +WT.DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 651 79415 651 652 +ALT.DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 351 80133 351 352 +WT.DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 651 80550 651 652 +ALT.DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 650 81268 650 651 +WT.DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 651 81984 651 652 +ALT.DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 351 82702 351 352 +WT.DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 651 83119 651 652 +ALT.DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 650 83837 650 651 +WT.DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 649 84553 649 650 +ALT.DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 349 85269 349 350 +WT.DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 649 85684 649 650 +ALT.DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 648 86400 648 649 +WT.DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 649 87114 649 650 +ALT.DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 349 87830 349 350 +WT.DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 649 88245 649 650 +ALT.DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 648 88961 648 649 +WT.DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 695 89675 695 696 +ALT.DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 323 90437 323 324 +WT.DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 695 90826 695 696 +ALT.DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 694 91588 694 695 +WT.DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 695 92348 695 696 +ALT.DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 323 93110 323 324 +WT.DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 695 93499 695 696 +ALT.DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 694 94261 694 695 +WT.DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 318 95021 318 319 +ALT.DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 315 95406 315 316 +WT.DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 318 95787 318 319 +ALT.DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 317 96172 317 318 +WT.DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 318 96555 318 319 +ALT.DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 315 96940 315 316 +WT.DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 318 97321 318 319 +ALT.DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 317 97706 317 318 +WT.DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 391 98089 391 392 +ALT.DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 98547 81 82 +WT.DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 391 98694 391 392 +ALT.DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 390 99152 390 391 +WT.DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 391 99608 391 392 +ALT.DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 100066 81 82 +WT.DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 391 100213 391 392 +ALT.DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 390 100671 390 391 +WT.CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 2517 101127 2517 2518 +ALT.CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 448 103711 448 449 +WT.CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 2489 104225 2489 2490 +ALT.CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 448 106781 448 449 +WT.PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 461 107296 461 462 +ALT.PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 525 107825 525 526 +WT.PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 493 108417 493 494 +ALT.PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 557 108978 557 558 +WT.WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 1159 109605 1159 1160 +ALT.WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 408 110835 408 409 +WT.WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1159 111311 1159 1160 +ALT.WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 425 112539 425 426 +WT.WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 1159 113032 1159 1160 +ALT.WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 1175 114260 1175 1176 +WT.WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 1011 115505 1011 1012 +ALT.WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 260 116587 260 261 +WT.WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1011 116915 1011 1012 +ALT.WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 277 117995 277 278 +WT.WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 1011 118340 1011 1012 +ALT.WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 1027 119420 1027 1028 diff --git a/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA_combined.tsv b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA_combined.tsv new file mode 100644 index 000000000..b874f5d42 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/HCC1395_TUMOR_DNA_combined.tsv @@ -0,0 +1,116 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id chromosome_name start stop reference variant transcript_name biotype amino_acid_change codon_change hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf variant_start variant_stop variant_category index wt_protein_length alt_protein_length frameshift_event +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript 1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03264 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1454 1415 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript 1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03264 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1454 1449 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript 1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1454 1415 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript 1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1454 1449 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript 1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22531 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1299 1260 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript 1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22531 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1299 1294 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript 1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64624 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1455 1416 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript 1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64624 18.7501185934482 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1455 1450 no +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript 1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2887 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 44 yes +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript 1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2887 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 178 36 yes +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript 1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2887 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 178 48 yes +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript 1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 272 44 yes +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript 1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 272 36 yes +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript 1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7462504096449 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 272 48 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000350669 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 5 1 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000350669.5 protein_coding NA NA ENST00000350669.5:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 334 35 yes +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000350669 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 5 1 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000350669.5 protein_coding NA NA ENST00000350669.5:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 334 322 no +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000350669 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 5 1 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000350669.5 protein_coding NA NA ENST00000350669.5:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 334 317 no +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000350669 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 5 1 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000350669.5 protein_coding NA NA ENST00000350669.5:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 334 307 no +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000350669 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 5 1 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000350669.5 protein_coding NA NA ENST00000350669.5:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 334 57 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396075 chr12:21654541-21654542 transcript 12 21638368 21657362 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396075.5 protein_coding NA NA ENST00000396075.5:c.129+1G>T NA splice_donor_variant NA 2.82219 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 233 35 no +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396075 chr12:21654541-21654542 transcript 12 21638368 21657362 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396075.5 protein_coding NA NA ENST00000396075.5:c.129+1G>T NA splice_donor_variant NA 2.82219 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 233 221 yes +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396075 chr12:21654541-21654542 transcript 12 21638368 21657362 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396075.5 protein_coding NA NA ENST00000396075.5:c.129+1G>T NA splice_donor_variant NA 2.82219 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 233 216 yes +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000396075 chr12:21654541-21654542 transcript 12 21638368 21657362 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396075.5 protein_coding NA NA ENST00000396075.5:c.129+1G>T NA splice_donor_variant NA 2.82219 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 233 206 yes +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000396075 chr12:21654541-21654542 transcript 12 21638368 21657362 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396075.5 protein_coding NA NA ENST00000396075.5:c.129+1G>T NA splice_donor_variant NA 2.82219 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 233 57 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396076 chr12:21654541-21654542 transcript 12 21635342 21657794 protein_coding 5 5 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396076.5 protein_coding NA NA ENST00000396076.5:c.129+1G>T NA splice_donor_variant NA 1.83797 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 334 35 yes +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396076 chr12:21654541-21654542 transcript 12 21635342 21657794 protein_coding 5 5 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396076.5 protein_coding NA NA ENST00000396076.5:c.129+1G>T NA splice_donor_variant NA 1.83797 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 334 322 no +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000396076 chr12:21654541-21654542 transcript 12 21635342 21657794 protein_coding 5 5 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396076.5 protein_coding NA NA ENST00000396076.5:c.129+1G>T NA splice_donor_variant NA 1.83797 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 334 317 no +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000396076 chr12:21654541-21654542 transcript 12 21635342 21657794 protein_coding 5 5 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396076.5 protein_coding NA NA ENST00000396076.5:c.129+1G>T NA splice_donor_variant NA 1.83797 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 334 307 no +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000396076 chr12:21654541-21654542 transcript 12 21635342 21657794 protein_coding 5 5 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000396076.5 protein_coding NA NA ENST00000396076.5:c.129+1G>T NA splice_donor_variant NA 1.83797 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 334 57 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000450584 chr12:21654541-21654542 transcript 12 21643946 21657839 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000450584.5 protein_coding NA NA ENST00000450584.5:c.129+1G>T NA splice_donor_variant NA 2.38917 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 137 35 no +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000450584 chr12:21654541-21654542 transcript 12 21643946 21657839 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000450584.5 protein_coding NA NA ENST00000450584.5:c.129+1G>T NA splice_donor_variant NA 2.38917 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 137 125 yes +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000450584 chr12:21654541-21654542 transcript 12 21643946 21657839 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000450584.5 protein_coding NA NA ENST00000450584.5:c.129+1G>T NA splice_donor_variant NA 2.38917 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 137 120 yes +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000450584 chr12:21654541-21654542 transcript 12 21643946 21657839 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000450584.5 protein_coding NA NA ENST00000450584.5:c.129+1G>T NA splice_donor_variant NA 2.38917 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 137 110 yes +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000450584 chr12:21654541-21654542 transcript 12 21643946 21657839 protein_coding 5 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000450584.5 protein_coding NA NA ENST00000450584.5:c.129+1G>T NA splice_donor_variant NA 2.38917 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 137 57 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000539782 chr12:21654541-21654542 transcript 12 21644050 21757857 protein_coding 1 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000539782.1 protein_coding NA NA ENST00000539782.1:c.129+1G>T NA splice_donor_variant NA 1.7876599999999998 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 102 35 yes +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000539782 chr12:21654541-21654542 transcript 12 21644050 21757857 protein_coding 1 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000539782.1 protein_coding NA NA ENST00000539782.1:c.129+1G>T NA splice_donor_variant NA 1.7876599999999998 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 102 90 no +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000539782 chr12:21654541-21654542 transcript 12 21644050 21757857 protein_coding 1 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000539782.1 protein_coding NA NA ENST00000539782.1:c.129+1G>T NA splice_donor_variant NA 1.7876599999999998 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 102 85 no +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000539782 chr12:21654541-21654542 transcript 12 21644050 21757857 protein_coding 1 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000539782.1 protein_coding NA NA ENST00000539782.1:c.129+1G>T NA splice_donor_variant NA 1.7876599999999998 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 102 75 no +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000539782 chr12:21654541-21654542 transcript 12 21644050 21757857 protein_coding 1 3 LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000539782.1 protein_coding NA NA ENST00000539782.1:c.129+1G>T NA splice_donor_variant NA 1.7876599999999998 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 102 57 yes +chr12 21647016 21654575 JUNC00000043 2017 -1 GT-AG 1 0 2 A 0 1 0 ENST00000673047 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 2 NA LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000673047.2 protein_coding NA NA ENST00000673047.2:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 334 35 yes +chr12 21647016 21654579 JUNC00000044 393 -1 GT-AG 1 0 2 A 0 1 0 ENST00000673047 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 2 NA LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000673047.2 protein_coding NA NA ENST00000673047.2:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 334 322 no +chr12 21647016 21654594 JUNC00000045 254 -1 GT-AG 1 0 2 A 0 1 0 ENST00000673047 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 2 NA LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000673047.2 protein_coding NA NA ENST00000673047.2:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 334 317 no +chr12 21647016 21654624 JUNC00000046 22 -1 GC-AG 1 0 2 A 0 1 0 ENST00000673047 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 2 NA LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000673047.2 protein_coding NA NA ENST00000673047.2:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 334 307 no +chr12 21653996 21654543 JUNC00000053 76 -1 GT-AG 0 0 1 D 1 0 0 ENST00000673047 chr12:21654541-21654542 transcript 12 21635342 21657842 protein_coding 2 NA LDHB ENSG00000111716 chr12 21654541 21654542 C A ENST00000673047.2 protein_coding NA NA ENST00000673047.2:c.129+1G>T NA splice_donor_variant NA 95.3746 203.702453434818 120 0.00833 254 0.77953 118.0 0.88136 21654541 21654542 SNV LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 334 57 yes +chr12 107744661 107746258 JUNC00000069 17 -1 GT-AG 1 0 0 A 0 1 0 ENST00000228437 chr12:107746273-107746274 transcript 12 107732871 107761137 protein_coding 10 2 PRDM4 ENSG00000110851 chr12 107746273 107746274 C T ENST00000228437.10 protein_coding NA NA ENST00000228437.10:c.1276+1G>A NA splice_donor_variant NA 8.676060000000001 13.5773201718439 72 0.01389 49 0.97959 71.0 1.0 107746273 107746274 SNV PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 801 447 yes +chr12 107744661 107751415 JUNC00000071 244 -1 GT-AG 2 1 1 NDA 1 1 0 ENST00000228437 chr12:107746273-107746274 transcript 12 107732871 107761137 protein_coding 10 2 PRDM4 ENSG00000110851 chr12 107746273 107746274 C T ENST00000228437.10 protein_coding NA NA ENST00000228437.10:c.1276+1G>A NA splice_donor_variant NA 8.676060000000001 13.5773201718439 72 0.01389 49 0.97959 71.0 1.0 107746273 107746274 SNV PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 801 751 no +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000325437 chr16:1320436-1320437 transcript 16 1309153 1327018 protein_coding 9 3 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000325437.9 protein_coding NA NA ENST00000325437.9:c.334-1G>C NA splice_acceptor_variant NA 0.36921 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000325437 chr16:1320436-1320437 transcript 16 1309153 1327018 protein_coding 9 3 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000325437.9 protein_coding NA NA ENST00000325437.9:c.334-1G>C NA splice_acceptor_variant NA 0.36921 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000355803 chr16:1320436-1320437 transcript 16 1308880 1327018 protein_coding 8 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000355803.8 protein_coding NA NA ENST00000355803.8:c.334-1G>C NA splice_acceptor_variant NA 0.249323 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000355803 chr16:1320436-1320437 transcript 16 1308880 1327018 protein_coding 8 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000355803.8 protein_coding NA NA ENST00000355803.8:c.334-1G>C NA splice_acceptor_variant NA 0.249323 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000397514 chr16:1320436-1320437 transcript 16 1309636 1327017 protein_coding 8 1 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000397514.8 protein_coding NA NA ENST00000397514.8:c.334-1G>C NA splice_acceptor_variant NA 16.3187 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000397514 chr16:1320436-1320437 transcript 16 1309636 1327017 protein_coding 8 1 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000397514.8 protein_coding NA NA ENST00000397514.8:c.334-1G>C NA splice_acceptor_variant NA 16.3187 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000397515 chr16:1320436-1320437 transcript 16 1309635 1327018 protein_coding 6 3 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000397515.6 protein_coding NA NA ENST00000397515.6:c.334-1G>C NA splice_acceptor_variant NA 0.426142 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000397515 chr16:1320436-1320437 transcript 16 1309635 1327018 protein_coding 6 3 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000397515.6 protein_coding NA NA ENST00000397515.6:c.334-1G>C NA splice_acceptor_variant NA 0.426142 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000402301 chr16:1320436-1320437 transcript 16 1313995 1321776 protein_coding 5 1 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000402301.5 protein_coding NA NA ENST00000402301.5:c.334-1G>C NA splice_acceptor_variant NA 0.408732 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 184 116 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000403747 chr16:1320436-1320437 transcript 16 1309678 1325214 protein_coding 6 5 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000403747.6 protein_coding NA NA ENST00000403747.6:c.334-1G>C NA splice_acceptor_variant NA 29.9552 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000403747 chr16:1320436-1320437 transcript 16 1309678 1325214 protein_coding 6 5 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000403747.6 protein_coding NA NA ENST00000403747.6:c.334-1G>C NA splice_acceptor_variant NA 29.9552 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000406620 chr16:1320436-1320437 transcript 16 1311871 1327017 protein_coding 6 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000406620.6 protein_coding NA NA ENST00000406620.6:c.334-1G>C NA splice_acceptor_variant NA 0.579381 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000406620 chr16:1320436-1320437 transcript 16 1311871 1327017 protein_coding 6 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000406620.6 protein_coding NA NA ENST00000406620.6:c.334-1G>C NA splice_acceptor_variant NA 0.579381 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000562470 chr16:1320436-1320437 transcript 16 1312185 1327017 protein_coding 3 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000562470.3 protein_coding NA NA ENST00000562470.3:c.334-1G>C NA splice_acceptor_variant NA 0.54094 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000562470 chr16:1320436-1320437 transcript 16 1312185 1327017 protein_coding 3 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000562470.3 protein_coding NA NA ENST00000562470.3:c.334-1G>C NA splice_acceptor_variant NA 0.54094 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000566587 chr16:1320436-1320437 transcript 16 1309803 1324952 protein_coding 5 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000566587.5 protein_coding NA NA ENST00000566587.5:c.334-1G>C NA splice_acceptor_variant NA 1.8871 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000566587 chr16:1320436-1320437 transcript 16 1309803 1324952 protein_coding 5 2 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000566587.5 protein_coding NA NA ENST00000566587.5:c.334-1G>C NA splice_acceptor_variant NA 1.8871 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000567074 chr16:1320436-1320437 transcript 16 1313560 1326968 protein_coding 6 1 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000567074.6 protein_coding NA NA ENST00000567074.6:c.334-1G>C NA splice_acceptor_variant NA 0.0 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000567074 chr16:1320436-1320437 transcript 16 1313560 1326968 protein_coding 6 1 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000567074.6 protein_coding NA NA ENST00000567074.6:c.334-1G>C NA splice_acceptor_variant NA 0.0 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr16 1320283 1320448 JUNC00000100 99 1 GT-AG 1 0 0 D 1 0 0 ENST00000567383 chr16:1320436-1320437 transcript 16 1309656 1327017 protein_coding 6 4 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000567383.6 protein_coding NA NA ENST00000567383.6:c.334-1G>C NA splice_acceptor_variant NA 0.0 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 158 116 yes +chr16 1320283 1324730 JUNC00000102 2810 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000567383 chr16:1320436-1320437 transcript 16 1309656 1327017 protein_coding 6 4 UBE2I ENSG00000103275 chr16 1320436 1320437 G C ENST00000567383.6 protein_coding NA NA ENST00000567383.6:c.334-1G>C NA splice_acceptor_variant NA 0.0 58.7991190211104 88 0.0 113 0.60177 26.0 0.38462 1320436 1320437 SNV UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 132 yes +chr19 16355851 16361971 JUNC00000108 14 -1 GT-AG 1 0 6 A 0 1 0 ENST00000455140 chr19:16361781-16361782 transcript 19 16355247 16471970 protein_coding 7 2 EPS15L1 ENSG00000127527 chr19 16361781 16361782 G A ENST00000455140.7 protein_coding T acC/acT ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= synonymous_variant 861 6.18532 21.2062123385582 175 0.00571 302 0.19868 90.0 0.31111 16361781 16361782 SNV EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 910 846 no +chr19 16355851 16377122 JUNC00000109 20 -1 GT-AG 2 1 6 NDA 1 1 0 ENST00000455140 chr19:16361781-16361782 transcript 19 16355247 16471970 protein_coding 7 2 EPS15L1 ENSG00000127527 chr19 16361781 16361782 G A ENST00000455140.7 protein_coding T acC/acT ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= synonymous_variant 861 6.18532 21.2062123385582 175 0.00571 302 0.19868 90.0 0.31111 16361781 16361782 SNV EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 910 796 yes +chr19 16355851 16385129 JUNC00000110 116 -1 GT-AG 3 2 8 NDA 1 1 0 ENST00000455140 chr19:16361781-16361782 transcript 19 16355247 16471970 protein_coding 7 2 EPS15L1 ENSG00000127527 chr19 16361781 16361782 G A ENST00000455140.7 protein_coding T acC/acT ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= synonymous_variant 861 6.18532 21.2062123385582 175 0.00571 302 0.19868 90.0 0.31111 16361781 16361782 SNV EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 910 797 no +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000264167 chr2:177513816-177513817 transcript 2 177392773 177543834 protein_coding 11 1 AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000264167.11 protein_coding NA NA ENST00000264167.11:c.1608-2A>T NA splice_acceptor_variant NA 3.16197 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 658 538 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000637633 chr2:177513816-177513817 transcript 2 177392746 177559299 protein_coding 2 5 AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000637633.2 protein_coding NA NA ENST00000637633.2:c.1608-2A>T NA splice_acceptor_variant NA 1.7183099999999998 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 629 538 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000642466 chr2:177513816-177513817 transcript 2 177392773 177559299 protein_coding 2 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000642466.2 protein_coding NA NA ENST00000642466.2:c.1608-2A>T NA splice_acceptor_variant NA 0.127629 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 676 538 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000679459 chr2:177513816-177513817 transcript 2 177392746 177567024 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000679459.1 protein_coding NA NA ENST00000679459.1:c.1608-2A>T NA splice_acceptor_variant NA 0.740352 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 638 538 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000679478 chr2:177513816-177513817 transcript 2 177393036 177543765 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000679478.1 protein_coding NA NA ENST00000679478.1:c.1338-2A>T NA splice_acceptor_variant NA 0.0 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 568 448 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000679994 chr2:177513816-177513817 transcript 2 177393276 177543834 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000679994.1 protein_coding NA NA ENST00000679994.1:c.1338-2A>T NA splice_acceptor_variant NA 0.348628 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 568 448 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000680155 chr2:177513816-177513817 transcript 2 177393029 177543765 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000680155.1 protein_coding NA NA ENST00000680155.1:c.1338-2A>T NA splice_acceptor_variant NA 0.0 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 568 448 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000680770 chr2:177513816-177513817 transcript 2 177392746 177524950 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000680770.1 protein_coding NA NA ENST00000680770.1:c.1608-2A>T NA splice_acceptor_variant NA 0.922528 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 624 538 yes +chr2 177508031 177513827 JUNC00000129 51 1 GT-AG 1 0 0 D 1 0 0 ENST00000681449 chr2:177513816-177513817 transcript 2 177393041 177538243 protein_coding 1 NA AGPS ENSG00000018510 chr2 177513816 177513817 A T ENST00000681449.1 protein_coding NA NA ENST00000681449.1:c.1338-2A>T NA splice_acceptor_variant NA 19.9329 38.437105362595 143 0.0 219 0.23744 9.0 0.0 177513816 177513817 SNV AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 568 448 yes +chr4 118738379 118740941 JUNC00000153 12 -1 GT-AG 3 2 2 NDA 1 1 0 ENST00000280551 chr4:118740662-118740663 transcript 4 118722823 118836126 protein_coding 11 1 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000280551.11 protein_coding Q caG/caA ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= splice_region_variant&synonymous_variant 746 40.516 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 1032 937 no +chr4 118739287 118740651 JUNC00000155 55 -1 GT-AG 0 0 0 A 0 1 0 ENST00000280551 chr4:118740662-118740663 transcript 4 118722823 118836126 protein_coding 11 1 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000280551.11 protein_coding Q caG/caA ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= splice_region_variant&synonymous_variant 746 40.516 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 1032 1036 no +chr4 118738379 118740941 JUNC00000153 12 -1 GT-AG 3 2 2 NDA 1 1 0 ENST00000419654 chr4:118740662-118740663 transcript 4 118736552 118836171 protein_coding 6 5 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000419654.6 protein_coding Q caG/caA ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= splice_region_variant&synonymous_variant 302 9.57246 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 393 298 no +chr4 118739287 118740651 JUNC00000155 55 -1 GT-AG 0 0 0 A 0 1 0 ENST00000419654 chr4:118740662-118740663 transcript 4 118736552 118836171 protein_coding 6 5 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000419654.6 protein_coding Q caG/caA ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= splice_region_variant&synonymous_variant 302 9.57246 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 393 397 no +chr4 118738379 118740941 JUNC00000153 12 -1 GT-AG 3 2 2 NDA 1 1 0 ENST00000511481 chr4:118740662-118740663 transcript 4 118723024 118769840 protein_coding 5 1 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000511481.5 protein_coding Q caG/caA ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= splice_region_variant&synonymous_variant 377 6.408 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 663 568 no +chr4 118739287 118740651 JUNC00000155 55 -1 GT-AG 0 0 0 A 0 1 0 ENST00000511481 chr4:118740662-118740663 transcript 4 118723024 118769840 protein_coding 5 1 SEC24D ENSG00000150961 chr4 118740662 118740663 C T ENST00000511481.5 protein_coding Q caG/caA ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= splice_region_variant&synonymous_variant 377 6.408 67.2861784046885 117 0.0 171 0.20468 575.0 0.12 118740662 118740663 SNV SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 663 667 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000292385 chr5:177460554-177460555 transcript 5 177456927 177473198 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000292385.9 protein_coding E/K Gag/Aag ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys missense_variant&splice_region_variant 280 2.22574 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 651 351 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000292385 chr5:177460554-177460555 transcript 5 177456927 177473198 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000292385.9 protein_coding E/K Gag/Aag ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys missense_variant&splice_region_variant 280 2.22574 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 651 650 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000292385 chr5:177460555-177460556 transcript 5 177456927 177473198 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000292385.9 protein_coding NA NA ENST00000292385.9:c.838-1G>T NA splice_acceptor_variant NA 2.22574 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 651 351 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000292385 chr5:177460555-177460556 transcript 5 177456927 177473198 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000292385.9 protein_coding NA NA ENST00000292385.9:c.838-1G>T NA splice_acceptor_variant NA 2.22574 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 651 650 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000309007 chr5:177460554-177460555 transcript 5 177456608 177473741 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000309007.9 protein_coding E/K Gag/Aag ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys missense_variant&splice_region_variant 278 56.19 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 649 349 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000309007 chr5:177460554-177460555 transcript 5 177456608 177473741 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000309007.9 protein_coding E/K Gag/Aag ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys missense_variant&splice_region_variant 278 56.19 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 649 648 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000309007 chr5:177460555-177460556 transcript 5 177456608 177473741 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000309007.9 protein_coding NA NA ENST00000309007.9:c.832-1G>T NA splice_acceptor_variant NA 56.19 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 649 349 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000309007 chr5:177460555-177460556 transcript 5 177456608 177473741 protein_coding 9 1 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000309007.9 protein_coding NA NA ENST00000309007.9:c.832-1G>T NA splice_acceptor_variant NA 56.19 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 649 648 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000393565 chr5:177460554-177460555 transcript 5 177456610 177473634 protein_coding 6 5 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000393565.6 protein_coding E/K Gag/Aag ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys missense_variant&splice_region_variant 278 3.00596 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 695 323 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000393565 chr5:177460554-177460555 transcript 5 177456610 177473634 protein_coding 6 5 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000393565.6 protein_coding E/K Gag/Aag ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys missense_variant&splice_region_variant 278 3.00596 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 695 694 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000393565 chr5:177460555-177460556 transcript 5 177456610 177473634 protein_coding 6 5 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000393565.6 protein_coding NA NA ENST00000393565.6:c.832-1G>T NA splice_acceptor_variant NA 3.00596 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 695 323 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000393565 chr5:177460555-177460556 transcript 5 177456610 177473634 protein_coding 6 5 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000393565.6 protein_coding NA NA ENST00000393565.6:c.832-1G>T NA splice_acceptor_variant NA 3.00596 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 695 694 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000477391 chr5:177460554-177460555 transcript 5 177460432 177473613 protein_coding 6 3 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000477391.6 protein_coding E/K Gag/Aag ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys missense_variant&splice_region_variant 277 3.86447 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 318 315 no +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000477391 chr5:177460554-177460555 transcript 5 177460432 177473613 protein_coding 6 3 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000477391.6 protein_coding E/K Gag/Aag ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys missense_variant&splice_region_variant 277 3.86447 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 318 317 yes +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000477391 chr5:177460555-177460556 transcript 5 177460432 177473613 protein_coding 6 3 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000477391.6 protein_coding NA NA ENST00000477391.6:c.829-1G>T NA splice_acceptor_variant NA 3.86447 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 318 315 no +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000477391 chr5:177460555-177460556 transcript 5 177460432 177473613 protein_coding 6 3 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000477391.6 protein_coding NA NA ENST00000477391.6:c.829-1G>T NA splice_acceptor_variant NA 3.86447 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 318 317 yes +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000512501 chr5:177460554-177460555 transcript 5 177457367 177462413 protein_coding 1 3 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000512501.1 protein_coding E/K Gag/Aag ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys missense_variant&splice_region_variant 10 0.364878 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 391 81 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000512501 chr5:177460554-177460555 transcript 5 177457367 177462413 protein_coding 1 3 DBN1 ENSG00000113758 chr5 177460554 177460555 C T ENST00000512501.1 protein_coding E/K Gag/Aag ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys missense_variant&splice_region_variant 10 0.364878 109.086528368428 93 0.01075 137 0.28467 1076.0 0.00929 177460554 177460555 SNV DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 391 390 no +chr5 177460548 177460644 JUNC00000177 25 -1 GT-AG 2 0 0 D 1 0 0 ENST00000512501 chr5:177460555-177460556 transcript 5 177457367 177462413 protein_coding 1 3 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000512501.1 protein_coding NA NA ENST00000512501.1:c.28-1G>T NA splice_acceptor_variant NA 0.364878 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 391 81 yes +chr5 177460552 177460644 JUNC00000178 1254 -1 GT-AG 2 0 0 D 1 0 0 ENST00000512501 chr5:177460555-177460556 transcript 5 177457367 177462413 protein_coding 1 3 DBN1 ENSG00000113758 chr5 177460555 177460556 C A ENST00000512501.1 protein_coding NA NA ENST00000512501.1:c.28-1G>T NA splice_acceptor_variant NA 0.364878 109.086528368428 94 0.0 138 0.28986 129.0 0.06977 177460555 177460556 SNV DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 391 390 no +chr6 43186455 43187246 JUNC00000183 20 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000252050 chr6:43187095-43187096 transcript 6 43182196 43224587 protein_coding 9 5 CUL9 ENSG00000112659 chr6 43187095 43187096 G T ENST00000252050.9 protein_coding NA NA ENST00000252050.9:c.1387+1G>T NA splice_donor_variant NA 5.72275 16.6833246361284 40 0.0 123 0.25203 6.0 0.0 43187095 43187096 SNV CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 2517 448 yes +chr6 43186455 43187246 JUNC00000183 20 1 GT-AG 1 1 1 NDA 1 1 0 ENST00000372647 chr6:43187095-43187096 transcript 6 43182185 43224585 protein_coding 6 1 CUL9 ENSG00000112659 chr6 43187095 43187096 G T ENST00000372647.6 protein_coding NA NA ENST00000372647.6:c.1387+1G>T NA splice_donor_variant NA 3.26095e-08 16.6833246361284 40 0.0 123 0.25203 6.0 0.0 43187095 43187096 SNV CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 2489 448 yes +chr7 131504505 131505868 JUNC00000200 15 -1 GT-AG 0 0 0 D 1 0 0 ENST00000322985 chr7:131504507-131504508 transcript 7 131504131 131556609 protein_coding 9 1 PODXL ENSG00000128567 chr7 131504507 131504508 G A ENST00000322985.9 protein_coding Q/* Cag/Tag ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter stop_gained&splice_region_variant 462 0.112159 0.629873137776177 80 0.0 178 0.1236 11.0 0.45455 131504507 131504508 SNV PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 461 525 no +chr7 131504505 131505868 JUNC00000200 15 -1 GT-AG 0 0 0 D 1 0 0 ENST00000378555 chr7:131504507-131504508 transcript 7 131500271 131556628 protein_coding 8 1 PODXL ENSG00000128567 chr7 131504507 131504508 G A ENST00000378555.8 protein_coding Q/* Cag/Tag ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter stop_gained&splice_region_variant 494 0.495292 0.629873137776177 80 0.0 178 0.1236 11.0 0.45455 131504507 131504508 SNV PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 493 557 no +chr8 125063651 125073153 JUNC00000205 47 -1 GT-AG 1 1 1 NDA 1 1 0 ENST00000318410 chr8:125067719-125067720 transcript 8 125024260 125091792 protein_coding 12 1 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000318410.12 protein_coding NA NA ENST00000318410.12:c.1151-27_1151-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 44.7861 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 1159 408 yes +chr8 125067719 125067746 JUNC00000207 28 -1 GC-AG 0 0 0 A 0 1 0 ENST00000318410 chr8:125067719-125067720 transcript 8 125024260 125091792 protein_coding 12 1 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000318410.12 protein_coding NA NA ENST00000318410.12:c.1151-27_1151-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 44.7861 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1159 425 yes +chr8 125067767 125073153 JUNC00000210 30 -1 GT-AG 0 0 0 D 1 0 0 ENST00000318410 chr8:125067719-125067720 transcript 8 125024260 125091792 protein_coding 12 1 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000318410.12 protein_coding NA NA ENST00000318410.12:c.1151-27_1151-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 44.7861 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 1159 1175 no +chr8 125063651 125073153 JUNC00000205 47 -1 GT-AG 1 1 1 NDA 1 1 0 ENST00000517845 chr8:125067719-125067720 transcript 8 125024267 125091783 protein_coding 5 2 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000517845.5 protein_coding NA NA ENST00000517845.5:c.707-27_707-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 6.54209 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 1011 260 yes +chr8 125067719 125067746 JUNC00000207 28 -1 GC-AG 0 0 0 A 0 1 0 ENST00000517845 chr8:125067719-125067720 transcript 8 125024267 125091783 protein_coding 5 2 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000517845.5 protein_coding NA NA ENST00000517845.5:c.707-27_707-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 6.54209 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1011 277 yes +chr8 125067767 125073153 JUNC00000210 30 -1 GT-AG 0 0 0 D 1 0 0 ENST00000517845 chr8:125067719-125067720 transcript 8 125024267 125091783 protein_coding 5 2 WASHC5 ENSG00000164961 chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C ENST00000517845.5 protein_coding NA NA ENST00000517845.5:c.707-27_707-2del NA splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA 6.54209 65.0883238858158 255 0.0 709 0.06206 25.0 0.0 125067719 125067720 DEL WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 1011 1027 no diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..dcee30cd9 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,116 @@ +ID A*29:02 B*45:01 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Evaluation +LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000350669.5 JUNC00000053 NA HMMFNLSHY 1 HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Pass Pending +LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000350669.5 JUNC00000046 NA EEESLADELA 1 HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Pass Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000292385.9 JUNC00000178 NA SESEVEAAA 1 HLA-B*45:01 274 None 11 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Pass Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000309007.9 JUNC00000178 NA SESEVEAAA 1 HLA-B*45:01 272 None 11 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Pass Pending +SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 3 3 SEC24D ENST00000280551.11 JUNC00000155 Q VIESCAVLY 1 HLA-A*29:02 747 None 6 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 3 3 SEC24D ENST00000511481.5 JUNC00000155 Q VIESCAVLY 1 HLA-A*29:02 378 None 6 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Pass Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 2 12 DBN1 ENST00000292385.9 JUNC00000177 NA KESHRPLRAA 1 HLA-B*45:01 298 None 14 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Pass Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 2 12 DBN1 ENST00000309007.9 JUNC00000177 NA KESHRPLRAA 1 HLA-B*45:01 296 None 14 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Pass Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000292385.9 JUNC00000178 E/K SESEVEAAA 1 HLA-B*45:01 274 None 11 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000309007.9 JUNC00000178 E/K SESEVEAAA 1 HLA-B*45:01 272 None 11 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 2 12 DBN1 ENST00000292385.9 JUNC00000177 E/K KESHRPLRAA 1 HLA-B*45:01 298 None 14 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 2 12 DBN1 ENST00000309007.9 JUNC00000177 E/K KESHRPLRAA 1 HLA-B*45:01 296 None 14 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000396075.5 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000396076.5 JUNC00000053 NA HMMFNLSHY 5 HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000450584.5 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000539782.1 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 6 LDHB ENST00000673047.2 JUNC00000053 NA HMMFNLSHY NA HLA-A*29:02 48 None 6 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000396075.5 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000396076.5 JUNC00000046 NA EEESLADELA 5 HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000450584.5 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000539782.1 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 8 LDHB ENST00000673047.2 JUNC00000046 NA EEESLADELA NA HLA-B*45:01 14 None 8 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000393565.6 JUNC00000178 NA SESEVEAAA 5 HLA-B*45:01 272 None 11 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000477391.6 JUNC00000178 NA SESEVEAAA 3 HLA-B*45:01 271 None 11 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000512501.1 JUNC00000178 NA SESEVEAAA 3 HLA-B*45:01 4 None 11 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 3 3 SEC24D ENST00000419654.6 JUNC00000155 Q VIESCAVLY 5 HLA-A*29:02 303 None 6 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000393565.6 JUNC00000178 E/K SESEVEAAA 5 HLA-B*45:01 272 None 11 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000477391.6 JUNC00000178 E/K SESEVEAAA 3 HLA-B*45:01 271 None 11 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000512501.1 JUNC00000178 E/K SESEVEAAA 3 HLA-B*45:01 4 None 11 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 3 5 PRDM4 ENST00000228437.10 JUNC00000069 NA LEKPFLCGLA 2 HLA-B*45:01 435 None 8 477.255 0.900 13.577 1.000 13.577 71.000 0.980 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 2 11 DBN1 ENST00000393565.6 JUNC00000177 NA KESHRPLRAA 5 HLA-B*45:01 296 None 13 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 2 11 DBN1 ENST00000477391.6 JUNC00000177 NA KESHRPLRAA 3 HLA-B*45:01 295 None 13 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 2 12 DBN1 ENST00000512501.1 JUNC00000177 NA KESHRPLRAA 3 HLA-B*45:01 28 None 14 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000325437.9 JUNC00000100 NA PAITIKQEY 3 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000355803.8 JUNC00000100 NA PAITIKQEY 2 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000397514.8 JUNC00000100 NA PAITIKQEY 1 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000397515.6 JUNC00000100 NA PAITIKQEY 3 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000402301.5 JUNC00000100 NA PAITIKQEY 1 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000403747.6 JUNC00000100 NA PAITIKQEY 5 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000406620.6 JUNC00000100 NA PAITIKQEY 2 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000562470.3 JUNC00000100 NA PAITIKQEY 2 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000566587.5 JUNC00000100 NA PAITIKQEY 2 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000567074.6 JUNC00000100 NA PAITIKQEY 1 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 2 UBE2I ENST00000567383.6 JUNC00000100 NA PAITIKQEY 4 HLA-A*29:02 105 None 2 2590.400 2.500 58.799 0.385 22.638 26.000 0.602 Poor Pending +SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 2 SEC24D ENST00000280551.11 JUNC00000153 Q STAFKAVLH 1 HLA-A*29:02 696 None 2 2297.120 2.600 67.286 0.120 8.074 575.000 0.205 Poor Pending +SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 2 SEC24D ENST00000419654.6 JUNC00000153 Q STAFKAVLH 5 HLA-A*29:02 252 None 2 2297.120 2.600 67.286 0.120 8.074 575.000 0.205 Poor Pending +SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 2 SEC24D ENST00000511481.5 JUNC00000153 Q STAFKAVLH 1 HLA-A*29:02 327 None 2 2297.120 2.600 67.286 0.120 8.074 575.000 0.205 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 2 11 DBN1 ENST00000393565.6 JUNC00000177 E/K KESHRPLRAA 5 HLA-B*45:01 296 None 13 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 2 11 DBN1 ENST00000477391.6 JUNC00000177 E/K KESHRPLRAA 3 HLA-B*45:01 295 None 13 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 2 12 DBN1 ENST00000512501.1 JUNC00000177 E/K KESHRPLRAA 3 HLA-B*45:01 28 None 14 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 15 PODXL ENST00000322985.9 JUNC00000200 Q/* SEMQEKKVV 1 HLA-B*45:01 487 None 16 256.275 0.410 0.630 0.455 0.287 11.000 0.124 Poor Pending +PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 15 PODXL ENST00000378555.8 JUNC00000200 Q/* SEMQEKKVV 1 HLA-B*45:01 519 None 16 256.275 0.410 0.630 0.455 0.287 11.000 0.124 Poor Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 3 CCDC18 ENST00000343253.11 JUNC00000006 E EETIKVYCL 5 HLA-B*45:01 720 None 4 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 3 CCDC18 ENST00000370276.6 JUNC00000006 E EETIKVYCL 5 HLA-B*45:01 720 None 4 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 3 CCDC18 ENST00000401026.7 JUNC00000006 E EETIKVYCL 1 HLA-B*45:01 721 None 4 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 3 CCDC18 ENST00000690025.1 JUNC00000006 E EETIKVYCL NA HLA-B*45:01 721 None 4 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000325437.9 JUNC00000102 NA REKGPSTSQ 3 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000355803.8 JUNC00000102 NA REKGPSTSQ 2 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000397514.8 JUNC00000102 NA REKGPSTSQ 1 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000397515.6 JUNC00000102 NA REKGPSTSQ 3 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000403747.6 JUNC00000102 NA REKGPSTSQ 5 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000406620.6 JUNC00000102 NA REKGPSTSQ 2 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000562470.3 JUNC00000102 NA REKGPSTSQ 2 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000566587.5 JUNC00000102 NA REKGPSTSQ 2 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000567074.6 JUNC00000102 NA REKGPSTSQ 1 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 1 UBE2I ENST00000567383.6 JUNC00000102 NA REKGPSTSQ 4 HLA-B*45:01 118 None 1 4951.980 5.400 58.799 0.385 22.638 26.000 0.602 Poor Pending +EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 1 EPS15L1 ENST00000455140.7 JUNC00000110 T FADFSQMSKF 2 HLA-A*29:02 741 None 1 4361.370 5.500 21.206 0.311 6.595 90.000 0.199 Poor Pending +LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000350669.5 JUNC00000044 NA GQSLADELA 1 HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000396075.5 JUNC00000044 NA GQSLADELA 3 HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000396076.5 JUNC00000044 NA GQSLADELA 5 HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000450584.5 JUNC00000044 NA GQSLADELA 3 HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000539782.1 JUNC00000044 NA GQSLADELA 3 HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A LDHB ENST00000673047.2 JUNC00000044 NA GQSLADELA NA HLA-B*45:01 30 None 0 7496.556 6.100 203.702 0.881 179.461 118.000 0.780 Poor Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KSADVVKQRF 1 HLA-A*29:02 29 None 0 7201.105 9.300 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KSADVVKQRF 1 HLA-A*29:02 29 None 0 7201.105 9.300 55.746 0.332 18.508 927.000 0.273 Poor Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1 CCDC18 ENST00000343253.11 JUNC00000011 E EEKELKIKN 5 HLA-B*45:01 762 None 1 4893.975 6.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1 CCDC18 ENST00000370276.6 JUNC00000011 E EEKELKIKN 5 HLA-B*45:01 762 None 1 4893.975 6.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1 CCDC18 ENST00000401026.7 JUNC00000011 E EEKELKIKN 1 HLA-B*45:01 763 None 1 4893.975 6.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1 CCDC18 ENST00000690025.1 JUNC00000011 E EEKELKIKN NA HLA-B*45:01 763 None 1 4893.975 6.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000350669.5 JUNC00000045 NA NNKITVSLA 1 HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000396075.5 JUNC00000045 NA NNKITVSLA 3 HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000396076.5 JUNC00000045 NA NNKITVSLA 5 HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000450584.5 JUNC00000045 NA NNKITVSLA 3 HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000539782.1 JUNC00000045 NA NNKITVSLA 3 HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A LDHB ENST00000673047.2 JUNC00000045 NA NNKITVSLA NA HLA-B*45:01 21 None 0 10849.410 9.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V IMKSADVVNR 1 HLA-A*29:02 27 None 0 9431.964 13.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V IMKSADVVNR 1 HLA-A*29:02 27 None 0 9431.964 13.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000350669.5 JUNC00000043 NA TVVGVGQVV 1 HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000396075.5 JUNC00000043 NA TVVGVGQVV 3 HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000396076.5 JUNC00000043 NA TVVGVGQVV 5 HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000450584.5 JUNC00000043 NA TVVGVGQVV 3 HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000539782.1 JUNC00000043 NA TVVGVGQVV 3 HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A LDHB ENST00000673047.2 JUNC00000043 NA TVVGVGQVV NA HLA-A*29:02 25 None 0 19305.740 22.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA PRDM4 ENST00000228437.10 JUNC00000071 NA MATLFTICV 2 HLA-B*45:01 369 None 0 10084.895 9.900 13.577 1.000 13.577 71.000 0.980 Poor Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V KVKCKLTQSF 1 HLA-A*29:02 35 None 0 13897.785 15.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V KVKCKLTQSF 1 HLA-A*29:02 35 None 0 13897.785 15.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A EPS15L1 ENST00000455140.7 JUNC00000108 T PPSGKSTPF 2 HLA-A*29:02 791 None 0 21948.110 31.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA EPS15L1 ENST00000455140.7 JUNC00000109 T APPRPKPPSV 2 HLA-B*45:01 785 None 0 29042.080 23.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 10 1 WASHC5 ENST00000318410.12 JUNC00000210 NA HTADSDIFY 1 HLA-A*29:02 379 None 11 75.509 0.160 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 10 1 WASHC5 ENST00000517845.5 JUNC00000210 NA HTADSDIFY 2 HLA-A*29:02 231 None 11 75.509 0.160 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 2 WASHC5 ENST00000318410.12 JUNC00000207 NA REALDENQVA 1 HLA-B*45:01 415 None 8 213.655 0.350 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 2 WASHC5 ENST00000517845.5 JUNC00000207 NA REALDENQVA 2 HLA-B*45:01 267 None 8 213.655 0.350 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 2 WASHC5 ENST00000318410.12 JUNC00000205 NA ADSDVQANA 1 HLA-B*45:01 381 None 2 2549.435 2.000 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 2 WASHC5 ENST00000517845.5 JUNC00000205 NA ADSDVQANA 2 HLA-B*45:01 233 None 2 2549.435 2.000 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 1 CUL9 ENST00000252050.9 JUNC00000183 NA HFPPGTGILW 5 HLA-A*29:02 418 None 1 4667.000 6.400 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 1 CUL9 ENST00000372647.6 JUNC00000183 NA HFPPGTGILW 1 HLA-A*29:02 418 None 1 4667.000 6.400 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000264167.11 JUNC00000129 NA FETSAPWDRS 1 HLA-B*45:01 528 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000637633.2 JUNC00000129 NA FETSAPWDRS 5 HLA-B*45:01 528 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000642466.2 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 528 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000679459.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 528 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000679478.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 438 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000679994.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 438 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000680155.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 438 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000680770.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 528 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D AGPS ENST00000681449.1 JUNC00000129 NA FETSAPWDRS NA HLA-B*45:01 438 None 0 7486.430 6.800 38.437 0.000 0.000 9.000 0.237 NoExpr Pending diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..abd6abb66 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,10747 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile MHCflurryEL Processing Score MHCflurryEL Presentation Score MHCflurryEL Presentation Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 NA NA NA -1.5 -1.5 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 NA NA NA -1.5 -1.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 9 PPSGKSTPF 21948.11 5946.57 MHCnuggetsI 31.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.0012627061 0.0037200751 20886.048046439584 12.320249999999994 5946.57 70.34 20953.54 19.0 22942.68 35.0 30441.81 31.0 0.000782 11.0 48403.09 70.0 18020.22 27.0 27037.72 35.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 9 PSGKSTPFG 40343.775 5976.79 MHCnuggetsI 82.0 34.4285 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.0002768173 0.0077044354 29408.328575958087 34.4285 5976.79 87.4 35431.74 55.0 36931.66 86.0 43755.89 88.0 5e-06 71.0 50000.0 71.0 224781.21 82.0 217755.93 82.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 9 SGKSTPFGN 37255.595 5919.22 MHCnuggetsI 64.0 25.544875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00046920538 0.011960164 27423.20281107184 25.544875 5919.22 53.73 32787.99 45.0 35946.07 82.0 39378.05 64.0 2.2e-05 47.0 38565.12 64.0 126403.76 71.0 96821.1 64.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 9 GKSTPFGNE 41432.195 5885.23 MHCnuggetsI 79.0 38.52 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00034273305 0.0118982885 31744.6072735565 59.0625 5885.23 38.52 36875.76 62.0 37944.28 90.0 44920.11 93.0 3e-06 79.0 50000.0 71.0 262276.87 85.0 285082.13 87.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 9 KSTPFGNEE 31807.11 5935.75 MHCnuggetsI 54.0 29.365875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.0003135746 0.019338423 28430.82155402405 29.365875 5935.75 63.5 31354.42 41.0 32259.8 67.0 37292.25 54.0 6.6e-05 32.0 22451.54 49.0 131147.5 71.0 73446.31 58.0 NA NA NA -1.4857142857142858 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 9 STPFGNEEQ 28060.13 5867.07 MHCnuggetsI 35.0 11.606874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0005252923 0.012076603 20136.51867154123 11.606874999999995 5867.07 32.77 29485.82 35.0 29425.27 55.0 37237.41 54.0 8.1e-05 29.0 26694.99 53.0 24932.17 34.0 38901.83 43.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 9 TPFGNEEQQ 35905.93 5912.45 MHCnuggetsI 50.14 15.483874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00047241474 0.0054289773 23333.96087519467 15.483874999999996 5912.45 50.13999999999999 32520.18 44.0 30396.07 59.0 39291.68 64.0 0.000141 24.0 39408.75 65.0 43128.07 46.0 70464.44 57.0 NA NA NA -2.157142857142857 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 9 PFGNEEQQL 32188.77 5802.13 MHCnuggetsI 45.0 9.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0011241251 0.0072648795 19955.852132303637 11.393374999999995 5802.13 19.88 25758.38 27.0 28951.56 54.0 35425.98 46.0 0.000946 9.8 50000.0 71.0 41856.22 45.0 45811.02 47.0 NA NA NA -2.014285714285714 -1.8857142857142857 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 9 PPRPKPPSV 41454.32 5943.23 MHCnuggetsI 76.0 14.730749999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0020981377 0.0016921953 22778.886658639636 14.730749999999995 5943.23 68.22 39625.52 76.0 36534.22 85.0 43283.12 85.0 0.000125 25.0 50000.0 71.0 204531.4 80.0 419729.99 92.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 9 PRPKPPSVW 42574.7 6011.71 MHCnuggetsI 96.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.0005535584 0.0039957277 25128.77350285609 18.942875 6011.71 97.34 43708.08 98.0 39622.53 96.0 41441.32 75.0 0.000708 12.0 50000.0 71.0 934888.89 99.0 1509975.85 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 9 RPKPPSVWQ 38372.435 5920.98 MHCnuggetsI 69.0 13.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00035038314 0.0012017454 25173.038607150665 18.942875 5920.98 54.71 38331.33 69.0 33686.63 72.0 38413.54 59.0 0.000587 13.0 47366.92 70.0 423408.92 92.0 691783.18 97.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 9 ADFSQMSKF 11961.36 869.86892547321 MHCflurry 15.0 1.596625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.008194881 0.19709194 869.86892547321 1.596625 5885.96 38.77 13536.12 10.0 11793.9 15.0 12128.82 6.6 0.0259 2.0 17695.75 42.0 11060.12 20.0 12472.97 21.0 NA NA NA -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 9 DFSQMSKFG 22234.745 5966.1 MHCnuggetsI 33.0 19.0 NetMHC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00069232937 0.022678824 27441.847975543325 25.544875 5966.1 82.04 20823.36 19.0 25564.3 43.0 33068.38 38.0 6e-05 33.0 15208.39 37.0 23646.13 33.0 15594.45 25.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 9 FSQMSKFGN 26337.148 5858.06 MHCnuggetsI 43.0 21.751124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.0017907235 0.10375644 26156.06677327711 21.751124999999995 5858.06 30.320000000000004 23470.45 23.0 29745.37 57.0 26518.23 23.0 1.8e-05 50.0 19088.05 44.0 38261.32 43.0 47530.24 48.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 9 SQMSKFGNE 29958.345 5863.81 MHCnuggetsI 50.0 24.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0014132799 0.086243294 27708.951371009283 26.708874999999995 5863.81 31.85 34111.72 50.0 28331.79 52.0 29520.62 29.0 0.000129 24.0 30396.07 57.0 95887.06 64.0 91405.01 63.0 NA NA NA -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 9 QMSKFGNEE 17359.44 5885.92 MHCnuggetsI 24.0 21.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0010426834 0.07740792 28242.821778794063 29.365875 5885.92 38.76 22899.53 22.0 21384.59 32.0 28779.17 27.0 0.000133 24.0 9047.59 24.0 12381.12 21.0 13334.29 23.0 NA NA NA -1.8285714285714287 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 9 MSKFGNEEQ 28199.52 5892.08 MHCnuggetsI 38.0 16.804874999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0010344648 0.021766093 24144.303066549 16.804874999999992 5892.08 41.08 20974.63 19.0 25982.58 44.0 30416.46 31.0 0.000117 25.0 34237.82 61.0 30673.26 38.0 43648.57 46.0 NA NA NA -2.2142857142857144 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 9 SKFGNEEQQ 39703.16 5903.7 MHCnuggetsI 63.0 24.47925 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.00035326328 0.007160866 27073.0959789106 24.47925 5903.7 45.98 35929.36 58.0 34237.82 75.0 43476.96 86.0 5e-05 35.0 50000.0 71.0 92631.78 63.0 136448.89 72.0 NA NA NA -2.157142857142857 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 9 KFGNEEQQL 25556.525 5549.41 MHCnuggetsI 25.0 5.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0022419405 0.05700145 12048.913747945982 6.079124999999998 5549.41 6.72 23834.1 23.0 27278.95 48.0 27413.29 25.0 0.00382 5.0 17505.31 41.0 39152.55 43.0 34116.93 40.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 NA NA NA -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 NA NA NA -2.2 -2.2 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 NA NA NA -1.5 -1.5 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 NA NA NA -1.5 -1.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 9 PPSGKSTPF 45691.745 27645.58084935741 MHCflurry 92.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00069310056 0.00030326223 27645.58084935741 19.38525 38905.57 89.59 46996.8 92.0 46352.93 97.0 45030.56 94.0 6.1e-05 33.0 38150.11 72.0 201006.45 94.0 178903.98 93.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 9 PSGKSTPFG 46501.835 30079.258075815957 MHCflurry 80.0 35.63949999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00021925305 0.00053853955 30079.258075815957 35.63949999999999 33436.46 57.48 46900.82 91.0 46102.85 95.0 46090.87 98.0 1e-06 95.0 50000.0 80.0 75894.45 72.0 69762.17 70.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 9 SGKSTPFGN 42882.615 16053.81 PickPocket 61.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00020836189 0.0004158895 29295.07851454591 27.7165 24549.87 30.520000000000003 44092.84 64.0 43675.0 75.0 42090.23 74.0 1e-05 61.0 16053.81 41.0 53729.15 61.0 79729.68 74.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 9 GKSTPFGNE 43678.7 29270.27 MHCnuggetsI 66.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00023609253 0.00068090257 29823.474167081906 32.66799999999999 29270.27 42.120000000000005 44617.36 68.0 42740.04 66.0 42222.95 75.0 1.6e-05 53.0 50000.0 80.0 52627.17 60.0 108048.81 82.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 9 KSTPFGNEE 34240.735 10780.03 SMMPMBEC 39.0 23.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00061800826 0.007928861 29264.280666589784 27.7165 37420.48 79.86 38119.57 37.0 42280.1 63.0 41630.05 70.0 4e-05 39.0 31060.99 65.0 19240.22 33.0 10780.03 23.0 NA NA NA -1.4857142857142858 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 9 STPFGNEEQ 45562.025 27577.073805143555 MHCflurry 80.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00045366646 0.0016625933 27577.073805143555 19.38525 37911.59 83.07 45269.94 74.0 45854.11 94.0 45052.49 94.0 2.6e-05 45.0 50000.0 80.0 76773.26 73.0 107305.01 82.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 9 TPFGNEEQQ 46384.815 23860.523985424512 MHCflurry 80.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 9.056221e-05 0.0003525905 23860.523985424512 9.643999999999998 36184.8 72.00999999999999 46915.52 91.0 45854.11 94.0 45617.57 96.0 0.000349 16.0 50000.0 80.0 80022.11 74.0 106076.7 82.0 NA NA NA -2.157142857142857 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 9 PFGNEEQQL 47247.225 29160.61301488985 MHCflurry 86.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.00031843272 0.0038879376 29160.61301488985 27.7165 35942.06 70.53 47637.27 98.0 46857.18 99.0 47758.04 100.0 1.1e-05 60.0 45854.11 78.0 128590.83 86.0 128712.28 86.0 NA NA NA -2.014285714285714 -1.8857142857142857 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 9 PPRPKPPSV 45785.245 18160.505366366328 MHCflurry 78.0 5.20425 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0010785712 0.0024270264 18160.505366366328 5.20425 22871.52 27.29 45716.38 78.0 45854.11 94.0 43752.56 86.0 0.000875 11.0 50000.0 80.0 78200.58 73.0 111075.94 83.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 9 PRPKPPSVW 47984.595 28844.99598891044 MHCflurry 98.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.00025001864 1.8743754e-05 28844.99598891044 25.64975 38626.27 87.79 48331.4 100.0 46604.38 98.0 47637.79 100.0 1.4e-05 55.0 50000.0 80.0 1038030.23 100.0 3308415.14 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 9 RPKPPSVWQ 44129.16 26946.34777713713 MHCflurry 67.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00030171536 0.0016049371 26946.34777713713 16.158749999999998 35700.62 69.12 43868.71 62.0 44389.61 82.0 40279.1 60.0 0.000749 11.0 50000.0 80.0 64299.86 67.0 78635.74 73.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 9 ADFSQMSKF 23353.8 4288.48 PickPocket 14.0 2.7658749999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.0019112548 0.0012444298 8247.016128628786 2.7658749999999994 23091.4 27.69 31145.47 25.0 25982.58 14.0 22260.7 9.8 0.0145 3.0 4288.48 14.0 23616.2 37.0 44322.07 55.0 NA NA NA -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 9 DFSQMSKFG 45868.97 26790.22 MHCnuggetsI 80.0 35.480000000000004 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00011370048 0.00072727184 31324.76681541468 47.08112499999999 26790.22 35.480000000000004 46622.02 88.0 45115.92 88.0 39775.45 57.0 2.9e-05 44.0 50000.0 80.0 412296.83 100.0 114714.94 84.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 9 FSQMSKFGN 40285.265 27302.98 SMM 58.9 41.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00017791681 0.00538269 30940.10429995324 42.77524999999999 33747.68 58.9 44916.23 71.0 40708.92 51.0 39861.61 57.0 2e-06 87.0 41599.44 75.0 27302.98 41.0 111845.88 83.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 9 SQMSKFGNE 19711.145 3416.85 PickPocket 11.0 6.7 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0002241926 0.0024872539 23493.14963568434 9.295125 37717.97 81.81 28503.05 22.0 22330.41 10.0 17091.88 6.7 0.0011 9.2 3416.85 11.0 8264.37 20.0 6848.89 18.0 NA NA NA -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 9 QMSKFGNEE 31666.187 12039.82 SMMPMBEC 32.0 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0002841048 0.0077961674 29474.364351950364 30.050999999999995 35738.25 69.34 35597.72 32.0 40489.28 50.0 33858.01 29.0 0.000142 23.0 13947.35 37.0 27555.61 41.0 12039.82 24.0 NA NA NA -1.8285714285714287 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 9 MSKFGNEEQ 30520.15 18501.63 SMM 51.0 29.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0017971973 0.010467817 29445.17911661601 30.050999999999995 23961.48 29.33 42741.88 55.0 42509.45 65.0 41696.32 71.0 1.8e-05 51.0 26407.71 59.0 18501.63 32.0 31595.12 45.0 NA NA NA -2.2142857142857144 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 9 SKFGNEEQQ 41976.215 25289.39007867198 MHCflurry 54.0 12.471374999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.0001523178 0.00014015833 25289.39007867198 12.471374999999998 26810.86 35.53 43299.98 58.0 41151.77 54.0 42800.66 79.0 0.000185 21.0 50000.0 80.0 31930.81 45.0 77556.82 73.0 NA NA NA -2.157142857142857 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 9 KFGNEEQQL 45007.385 21970.92 PickPocket 73.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.00024353738 0.011814965 27648.80048774026 19.38525 36912.16 76.53999999999999 45701.05 78.0 44872.5 86.0 45142.27 94.0 9e-05 28.0 21970.92 52.0 77841.29 73.0 77735.61 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 NA NA NA -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 NA NA NA -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 NA NA NA -2.7 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 NA NA NA -2.7 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 9 QSIVGAEVD 39637.02 5977.32 MHCnuggetsI 66.0 34.4285 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0010153053 0.017604118 29395.43247824782 34.4285 5977.32 87.62 37636.81 66.0 38565.12 93.0 42216.09 79.0 3e-06 79.0 40708.92 66.0 73241.97 58.0 81277.44 60.0 NA NA NA 1.042857142857143 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 9 SIVGAEVDK 26309.53 4625.9 PickPocket 29.0 5.019749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0053140037 0.026515113 9622.882013266608 5.019749999999998 5678.02 10.54 27736.99 31.0 24882.07 41.0 29462.23 29.0 0.000446 14.0 4625.9 12.0 45160.63 47.0 37667.78 42.0 NA NA NA -0.15714285714285703 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 9 IVGAEVDKN 37027.42 5593.12 MHCnuggetsI 54.0 7.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.001068876 0.051789194 26108.579641882698 21.751124999999995 5593.12 7.71 37780.41 66.0 36732.4 85.0 42066.54 79.0 6e-06 68.0 27278.95 54.0 56203.06 52.0 37322.44 42.0 NA NA NA -1.2571428571428573 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 9 VGAEVDKNL 38230.47 5693.04 MHCnuggetsI 68.0 11.185624999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00076860824 0.025304837 19720.09465633237 11.185624999999996 5693.04 11.22 30719.08 39.0 36337.11 84.0 40123.83 68.0 0.000119 25.0 50000.0 71.0 162839.59 76.0 154870.96 75.0 NA NA NA -0.6571428571428573 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 9 GAEVDKNLG 42467.55 5942.74 MHCnuggetsI 83.0 41.302125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.00039536314 0.01653664 30156.82330410549 41.302125 5942.74 67.9 39085.6 73.0 39408.75 95.0 45526.35 96.0 2e-06 85.0 50000.0 71.0 294279.49 87.0 233329.69 83.0 NA NA NA -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 9 AEVDKNLGT 39687.58 5909.48 MHCnuggetsI 71.0 24.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0016538297 0.13607778 27100.510532741664 24.47925 5909.48 48.67 38829.31 72.0 35559.24 80.0 40545.85 70.0 0.00013 24.0 50000.0 71.0 164725.18 76.0 179874.67 78.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 9 EVDKNLGTV 30063.525 5895.36 MHCnuggetsI 42.0 13.409249999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.0008873061 0.03660127 21932.69253711387 13.409249999999997 5895.36 42.4 31865.37 42.0 25152.75 41.0 28261.68 26.0 0.000481 14.0 48403.09 70.0 123242.36 70.0 184914.09 79.0 NA NA NA -0.5714285714285715 -0.5714285714285713 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 9 VDKNLGTVY 6920.53 392.3994390192679 MHCflurry 6.7 1.1113749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.109390736 0.56608444 392.3994390192679 1.1113749999999998 5407.92 4.58 8876.64 6.7 8433.14 9.6 9015.15 4.8 0.0786 1.2 20589.91 46.0 3117.17 7.3 2811.71 6.8 NA NA NA -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 9 DKNLGTVYG 39456.645 5939.98 MHCnuggetsI 71.0 50.764875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00019023217 0.018350836 31238.471931212272 50.764875 5939.98 66.14 34732.95 53.0 36337.11 84.0 42576.18 81.0 1e-05 60.0 50000.0 71.0 270869.43 86.0 155585.82 75.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 9 KNLGTVYGL 14664.85 5044.15 PickPocket 12.0 5.684999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.003899534 0.28158468 11213.548418139431 5.684999999999998 5683.68 10.79 14167.58 12.0 16316.49 21.0 16600.33 9.6 0.00233 6.4 5044.15 13.0 15162.12 25.0 17020.41 27.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 9 NLGTVYGLE 21733.525 5601.51 MHCnuggetsI 25.0 7.93 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.0044800444 0.17165016 26389.145682662773 21.751124999999995 5601.51 7.93 22690.88 21.0 21500.59 32.0 27775.44 25.0 4.5e-05 37.0 14722.66 37.0 21966.46 31.0 14420.16 24.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 9 LGTVYGLEK 20148.38 5831.04 MHCnuggetsI 24.38 10.596374999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0087910555 0.09075357 19180.26142336488 10.596374999999997 5831.04 24.38 20596.81 19.0 20368.33 29.0 19928.43 14.0 0.000395 15.0 11857.88 31.0 29158.15 37.0 20463.03 30.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 9 GTVYGLEKP 35386.02 5987.03 MHCnuggetsI 62.0 36.485875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0013935461 0.07554333 29645.26599426177 36.485875 5987.03 91.49 32599.45 45.0 34237.82 75.0 42597.38 81.0 2.9e-05 43.0 36534.22 62.0 50671.06 49.0 119665.79 69.0 NA NA NA -0.3857142857142856 0.24285714285714274 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 9 TVYGLEKPF 2160.74 1034.7328355589243 MHCflurry 2.7 1.71775 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.015748907 0.04498275 1034.7328355589243 1.71775 5079.85 2.48 1509.98 2.1 3000.81 4.8 4430.78 2.7 0.0337 1.8 2751.98 5.1 1569.5 4.7 1386.66 4.4 NA NA NA -0.5857142857142857 -0.2571428571428572 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 9 VYGLEKPFL 19567.065 5819.03 MHCnuggetsI 22.31 4.6 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.00417998 0.08550794 13637.385438817151 6.9172499999999975 5819.03 22.31 13223.01 9.8 21852.38 33.0 17281.75 12.0 0.00461 4.6 23957.42 50.0 22529.94 32.0 28573.93 36.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 9 YGLEKPFLC 13805.51 5308.48 SMMPMBEC 14.0 4.17 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.09913308 0.52203566 18436.958789392746 9.915499999999994 5367.18 4.17 17529.58 15.0 20701.6 30.0 21833.94 16.0 0.000964 9.7 10081.44 27.0 6618.51 14.0 5308.48 12.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 9 GLEKPFLCG 33770.545 5929.25 MHCnuggetsI 56.0 29.365875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0008968801 0.102054045 28285.018000554373 29.365875 5929.25 59.49 36480.1 60.0 31060.99 62.0 38115.44 58.0 2.1e-05 48.0 23444.56 50.0 67415.54 56.0 48525.5 48.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 9 LEKPFLCGL 28346.935 5941.01 MHCnuggetsI 54.0 9.185374999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.003012883 0.16191806 17345.04042027227 9.185374999999995 5941.01 66.8 22211.86 21.0 29108.61 54.0 27585.26 25.0 0.000763 11.0 50000.0 71.0 315326.16 88.0 182797.39 78.0 NA NA NA 1.0 1.0 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 9 EKPFLCGLA 35973.37 5933.41 MHCnuggetsI 62.04 46.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0002962743 0.008232323 31048.43503080493 50.764875 5933.41 62.03999999999999 32894.95 46.0 32787.64 69.0 39051.79 62.0 1.4e-05 54.0 50000.0 71.0 145130.94 74.0 121610.2 70.0 NA NA NA 1.8142857142857143 1.8142857142857143 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 9 KPFLCGLAL 11770.84 5849.25 MHCnuggetsI 16.0 6.7 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.0012779132 0.024097754 13467.917368647097 6.758499999999998 5849.25 28.19 17504.93 15.0 13212.86 16.0 12476.21 6.7 0.0021 6.7 5997.52 16.0 10933.52 20.0 11065.47 20.0 NA NA NA 2.585714285714286 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 9 PFLCGLALD 12606.97 4997.58 SMM 26.709 7.76 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0028575116 0.059151206 27628.31039080445 26.708874999999995 5595.24 7.76 10491.28 7.8 24747.82 40.0 36057.08 49.0 1e-06 94.0 14722.66 37.0 4997.58 10.0 7481.18 15.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 9 FLCGLALDL 3528.841 1020.87 SMMPMBEC 4.2 1.7500000000000002 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.14837496 0.671717 2861.001591534951 2.6319999999999992 4814.29 1.7500000000000002 4913.9 4.3 2403.86 4.2 6160.9 3.4 0.00236 6.3 4196.68 9.5 1491.97 4.6 1020.87 3.5 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 9 NMATLFTIC 12092.9 3567.97 PickPocket 16.0 7.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.020963548 0.46590838 25600.89562613565 20.251124999999995 5679.37 10.59 18506.43 16.0 19088.05 27.0 24635.08 20.0 0.000315 17.0 3567.97 7.6 3808.55 8.2 3971.64 8.4 NA NA NA 2.0 2.0 False True False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 9 MATLFTICV 14566.85 5715.44 MHCnuggetsI 19.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0012997303 0.08019928 14331.170389059173 7.249749999999999 5715.44 12.39 15397.14 13.0 14802.53 19.0 11263.48 6.0 0.000239 19.0 13797.25 35.0 19758.77 29.0 22801.85 32.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 9 ATLFTICVW 12803.26 5500.22 PickPocket 20.0 4.2 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.01219163 0.56897455 8819.630673035825 4.718624999999999 5846.4 27.54 21730.25 20.0 18478.42 25.0 10645.2 5.7 0.00565 4.2 5500.22 14.0 22067.85 31.0 14961.32 24.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 9 TLFTICVWT 16742.495 4576.12 PickPocket 20.0 9.21 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 0.0013725202 0.3699074 19752.15960091878 11.185624999999996 5643.32 9.21 23380.98 23.0 20149.14 29.0 24997.02 20.0 5.2e-05 35.0 4576.12 12.0 13732.83 23.0 10567.45 19.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 9 LFTICVWTG 15705.55 5408.97 MHCnuggetsI 18.0 4.590000000000001 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 0.0028726081 0.27830175 20109.426711502747 11.393374999999995 5408.97 4.590000000000001 16656.64 14.0 18780.76 26.0 16283.85 9.4 2.7e-05 44.0 7860.43 21.0 15127.25 25.0 9659.84 18.0 NA NA NA 1.2142857142857142 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 9 FTICVWTGE 11242.295 4429.97 PickPocket 14.29 7.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 0.0022043823 0.39645115 21788.67022372132 13.409249999999997 5744.9 14.29 12672.53 9.4 17038.15 23.0 13114.87 7.1 8.1e-05 29.0 4429.97 10.0 9812.06 18.0 7446.81 15.0 NA NA NA 0.8142857142857142 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 9 TICVWTGET 20124.59 5822.02 MHCnuggetsI 24.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00093872455 0.21680786 25881.729283561403 20.969124999999995 5822.02 22.8 19796.04 18.0 23828.16 38.0 27027.47 24.0 0.000102 27.0 15881.05 38.0 20453.14 30.0 13488.7 23.0 NA NA NA 0.07142857142857133 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 9 ICVWTGETI 33812.685 5950.58 MHCnuggetsI 59.0 16.343624999999992 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.0004774832 0.10494711 23728.846720574667 16.343624999999992 5950.58 72.83 31325.6 41.0 30560.95 60.0 36299.77 50.0 3e-05 42.0 50000.0 71.0 116616.5 69.0 76907.73 59.0 NA NA NA 0.35714285714285726 0.8142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 9 CVWTGETIP 29083.698 5999.55 MHCnuggetsI 39.0 27.987124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0018382927 0.09372963 28098.43548926368 27.987124999999995 5999.55 95.13 30485.33 38.0 30068.96 58.0 33132.12 39.0 6.5e-05 32.0 17888.25 42.0 24085.74 33.0 75330.35 59.0 NA NA NA -0.4714285714285715 0.35714285714285726 True False True 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 NA NA NA -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 NA NA NA -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 NA NA NA -2.7 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 NA NA NA -2.7 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 9 QSIVGAEVD 32744.43 21019.38 SMMPMBEC 58.0 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0053697294 0.0035122703 25858.390580420382 13.754874999999998 26226.51 34.160000000000004 39262.35 40.0 42971.89 68.0 40814.34 64.0 4e-06 76.0 26123.53 58.0 51785.72 60.0 21019.38 34.0 NA NA NA 1.042857142857143 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 9 SIVGAEVDK 37954.455 20008.012663945072 MHCflurry 70.0 6.133875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0012373509 0.008883585 20008.012663945072 6.133875 39767.85 94.5 45160.85 73.0 44389.61 82.0 44154.9 89.0 1.8e-05 51.0 36141.06 70.0 23889.66 37.0 31960.97 45.0 NA NA NA -0.15714285714285703 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 9 IVGAEVDKN 47282.225 29197.378283077174 MHCflurry 95.0 27.7165 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00015361395 0.0027498936 29197.378283077174 27.7165 37136.34 77.99000000000001 47453.09 97.0 47111.36 100.0 47039.55 100.0 1e-06 95.0 50000.0 80.0 84568.77 76.0 209710.42 95.0 NA NA NA -1.2571428571428573 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 9 VGAEVDKNL 43963.355 21269.21 PickPocket 64.8 9.295125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00071569544 0.0023468442 23619.839226166023 9.295125 34937.11 64.8 46910.95 91.0 45606.71 92.0 44513.69 91.0 7.6e-05 30.0 21269.21 51.0 86339.59 76.0 43413.02 54.0 NA NA NA -0.6571428571428573 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 9 GAEVDKNLG 45214.795 17993.91 MHCnuggetsI 69.0 10.452499999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0007486447 0.0014508201 24211.04278349986 10.452499999999995 17993.91 19.55 44326.74 66.0 46102.85 95.0 44016.1 88.0 9e-06 63.0 50000.0 80.0 68266.87 69.0 95856.15 79.0 NA NA NA -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 9 AEVDKNLGT 495.815 57.55430194752971 MHCflurry 0.75 0.071375 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.13809715 0.00415521 57.55430194752971 0.071375 903.2 1.86 1110.89 1.5 316.12 0.75 564.44 0.42 0.605 0.12 598.54 1.8 179.97 0.7 427.19 1.5 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 9 EVDKNLGTV 38419.155 11202.033844461012 MHCflurry 43.0 3.2898749999999986 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.004275832 0.025815709 11202.033844461012 3.2898749999999986 18254.57 19.91 43543.83 60.0 41825.1 59.0 37000.85 41.0 0.00036 16.0 39837.46 73.0 29390.7 43.0 59104.43 64.0 NA NA NA -0.5714285714285715 -0.5714285714285713 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 9 VDKNLGTVY 33616.855 9550.53 PickPocket 27.0 3.610124999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.0041221636 0.002014811 12642.103329481914 3.610124999999999 35664.5 68.89999999999999 38430.16 38.0 31569.21 20.0 30480.04 21.0 0.00426 5.2 9550.53 27.0 104042.31 81.0 37378.34 50.0 NA NA NA -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 9 DKNLGTVYG 41145.86 26815.12328248063 MHCflurry 51.0 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00029428033 0.00039265273 26815.12328248063 16.158749999999998 35577.64 68.4 41582.8 49.0 40708.92 51.0 33518.3 28.0 0.000274 17.0 50000.0 80.0 84374.26 76.0 76492.7 73.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 9 KNLGTVYGL 23300.518 5743.49 PickPocket 25.0 8.962874999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00022319032 0.004800978 23313.006151545476 8.962874999999997 23288.03 28.04 41553.1 49.0 34423.54 25.0 34593.79 31.0 0.000235 19.0 5743.49 17.0 21837.86 35.0 12930.64 25.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 9 NLGTVYGLE 42454.295 31382.53454479771 MHCflurry 67.0 47.08112499999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00013672806 0.0017572008 31382.53454479771 47.08112499999999 32321.91 52.7 44429.49 67.0 43911.91 77.0 40996.68 65.0 3e-06 81.0 50000.0 80.0 71979.69 71.0 39684.42 52.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 9 LGTVYGLEK 39461.445 28277.99188249533 MHCflurry 71.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0027152603 0.03724563 28277.99188249533 22.16875 36660.63 74.92999999999999 45657.57 78.0 43204.99 71.0 42262.26 75.0 1.1e-05 60.0 31740.46 65.0 125663.75 86.0 31018.44 44.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 9 GTVYGLEKP 45756.58 26697.92814774022 MHCflurry 71.32 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.003966219 0.027328594 26697.92814774022 16.158749999999998 36072.76 71.32 45659.05 78.0 45854.11 94.0 38773.91 50.0 0.000203 20.0 50000.0 80.0 106711.2 82.0 73387.15 71.0 NA NA NA -0.3857142857142856 0.24285714285714274 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 9 TVYGLEKPF 39699.885 24481.5 PickPocket 56.0 18.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0013492646 0.0009940426 28799.764528710253 25.64975 36625.42 74.71 42689.21 55.0 42971.89 68.0 36710.56 40.0 0.000243 18.0 24481.5 56.0 100048.37 80.0 51954.12 60.0 NA NA NA -0.5857142857142857 -0.2571428571428572 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 9 VYGLEKPFL 45132.285 29558.6548755113 MHCflurry 74.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0003560714 0.009892107 29558.6548755113 30.050999999999995 35315.68 66.88 45148.65 73.0 45115.92 88.0 44655.53 92.0 7.2e-05 31.0 50000.0 80.0 79288.46 74.0 135089.0 87.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 9 YGLEKPFLC 39429.75 18279.56 PickPocket 54.0 10.029999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0005980994 0.047034174 24010.34472469991 10.029999999999998 34634.7 63.21 46420.2 86.0 41151.77 54.0 37707.73 44.0 0.000187 21.0 18279.56 46.0 64151.97 67.0 61605.57 66.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 9 GLEKPFLCG 38321.075 27121.36260156817 MHCflurry 51.0 17.127999999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00015658115 0.0076337988 27121.36260156817 17.127999999999997 27716.98 37.8 42842.83 56.0 40708.92 51.0 35933.23 36.0 1.8e-05 51.0 45360.65 77.0 78200.58 73.0 35287.43 48.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 9 LEKPFLCGL 4208.79 409.1560747012337 MHCflurry 3.9 0.7552499999999994 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.04772445 0.0015406022 409.1560747012337 0.7552499999999994 16885.38 18.07 4523.94 3.9 5869.13 4.4 3893.64 1.7 0.055 1.5 846.17 2.7 9754.61 22.0 3569.6 13.0 NA NA NA 1.0 1.0 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 9 EKPFLCGLA 22462.51 794.74 MHCnuggetsI 15.0 1.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0013537053 0.0012015889 25662.960221060133 13.067624999999998 794.74 1.71 20833.73 15.0 33324.12 23.0 24091.29 13.0 0.000222 19.0 31398.89 65.0 3607.53 13.0 6132.25 17.0 NA NA NA 1.8142857142857143 1.8142857142857143 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 9 KPFLCGLAL 28515.755 15044.73 PickPocket 27.0 4.3225 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.00032769982 0.00085592846 15597.950823622425 4.3225 18592.56 20.4 39999.87 43.0 34986.78 27.0 25144.04 14.0 0.00064 12.0 15044.73 40.0 71484.19 71.0 31887.47 45.0 NA NA NA 2.585714285714286 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 9 PFLCGLALD 46204.945 31407.357856803683 MHCflurry 82.0 49.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00017730446 0.0011785204 31407.357856803683 51.90287499999999 31453.42 49.35 46056.96 82.0 46352.93 97.0 45762.4 97.0 0.0 100.0 50000.0 80.0 280033.51 98.0 75617.1 72.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 9 FLCGLALDL 38883.62 18279.56 PickPocket 53.0 13.067624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.0005173498 0.025321905 25629.42481384994 13.067624999999998 34483.18 62.45 45022.29 72.0 40929.75 53.0 36837.49 40.0 1.6e-05 53.0 18279.56 46.0 131283.46 87.0 59377.24 64.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 9 NMATLFTIC 25267.2 9972.95 PickPocket 20.0 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.00042572728 0.015371175 26514.09605819209 15.284124999999998 25695.9 32.97 27085.14 20.0 31569.21 20.0 24838.5 13.0 0.000231 19.0 9972.95 28.0 21047.96 34.0 17006.7 30.0 NA NA NA 2.0 2.0 False True False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 9 MATLFTICV 10084.895 1921.06 MHCnuggetsI 9.9 3.0 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0014912047 0.02850825 24200.298789811288 10.029999999999998 1921.06 3.0 14041.07 9.5 22090.1 9.9 18721.73 7.5 0.000171 21.0 6128.72 18.0 5397.72 16.0 2658.4 9.7 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 9 ATLFTICVW 30829.912 11820.07 SMMPMBEC 35.0 22.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.0005043369 0.003030117 30506.283254086906 38.99449999999999 34259.92 61.33 37079.41 35.0 34610.27 26.0 31153.54 22.0 5.7e-05 34.0 18882.64 47.0 28655.63 42.0 11820.07 24.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 9 TLFTICVWT 27927.1 4535.45 SMMPMBEC 32.668 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 2.2153294e-05 0.0020649687 30021.831910212502 32.66799999999999 26774.54 35.44 29079.66 22.0 37739.56 35.0 30667.95 21.0 1.7e-05 52.0 21970.92 52.0 6905.74 18.0 4535.45 15.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 9 LFTICVWTG 33655.572 15044.73 PickPocket 45.0 21.57 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 7.744062e-05 0.005532349 31366.624115308445 47.08112499999999 19401.92 21.57 40523.91 45.0 40270.83 48.0 35944.52 36.0 2e-06 87.0 15044.73 40.0 63417.63 67.0 22010.0 35.0 NA NA NA 1.2142857142857142 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 9 FTICVWTGE 39184.725 30869.69611297877 MHCflurry 63.0 41.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 4.0165676e-05 0.0026898284 30869.69611297877 42.77524999999999 36411.3 73.39 44034.67 63.0 41375.0 56.0 36994.45 41.0 3e-06 81.0 50000.0 80.0 103564.28 81.0 31377.62 44.0 NA NA NA 0.8142857142857142 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 9 TICVWTGET 31443.156 4189.96 SMM 52.0 14.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00033667963 0.033811875 29768.81123117534 32.66799999999999 33117.5 56.08 42190.54 52.0 42971.89 68.0 39874.54 58.0 6e-06 70.0 17505.31 44.0 4189.96 14.0 6377.05 18.0 NA NA NA 0.07142857142857133 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 9 ICVWTGETI 35323.665 8297.38 PickPocket 43.67 20.700875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.000423359 0.009114989 27968.335401081757 20.700875 29787.06 43.67 45100.78 72.0 42509.45 65.0 40860.27 64.0 5.5e-05 34.0 8297.38 24.0 55617.31 62.0 25919.1 39.0 NA NA NA 0.35714285714285726 0.8142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 9 CVWTGETIP 34918.995 20305.8 SMMPMBEC 36.0 9.643999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0015070206 0.0062867077 23937.40447333055 9.643999999999998 35728.85 69.28 41093.05 47.0 43439.36 73.0 34109.14 30.0 4.8e-05 36.0 45360.65 77.0 20427.25 34.0 20305.8 34.0 NA NA NA -0.4714285714285715 0.35714285714285726 True False True 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 NA NA NA -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 NA NA NA -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 NA NA NA -0.2 -0.2 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 NA NA NA -0.2 -0.2 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 NA NA NA -0.2 -0.2 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 NA NA NA -0.2 -0.2 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 0.0872127300244756 0.0058111447242301 46.22467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 0.0872127300244756 0.0058111447242301 46.22467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 0.0222849147394299 0.0071090704226164 31.64317934782608 0.2285714285714285 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 0.0222849147394299 0.0071090704226164 31.64317934782608 0.2285714285714285 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 0.0946776429191231 0.0044809189996683 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 0.0946776429191231 0.0044809189996683 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 0.0040024819318205 0.0031798592027179 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 0.0040024819318205 0.0031798592027179 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 0.0103900935791898 0.0032567154343736 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 0.0103900935791898 0.0032567154343736 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 0.046627898234874 0.003677949174199 99.28660326086955 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 0.046627898234874 0.003677949174199 99.28660326086955 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 0.0202453809397411 0.0033125527705094 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 0.0202453809397411 0.0033125527705094 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 0.1709998100996017 0.0128926233832846 18.61798913043478 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 0.1709998100996017 0.0128926233832846 18.61798913043478 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 0.0295686743920668 0.0041281081246951 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 0.0295686743920668 0.0041281081246951 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 0.0894692810252308 0.0052804718216105 46.22467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 0.0894692810252308 0.0052804718216105 46.22467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 0.0072024430555757 0.0031926070598373 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 0.0072024430555757 0.0031926070598373 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 0.0273661692626774 0.0035362324873948 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 0.0273661692626774 0.0035362324873948 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 0.0011957309543504 0.0031700199730727 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 0.0011957309543504 0.0031700199730727 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 0.0008219242281484 0.0030631754828487 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 0.0008219242281484 0.0030631754828487 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 0.048594435385894 0.0055160809870959 46.22467391304348 1.4285714285714286 1.5285714285714287 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 0.048594435385894 0.0055160809870959 46.22467391304348 1.4285714285714286 1.5285714285714287 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 0.0005707504051315 0.0034248620774202 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 0.0005707504051315 0.0034248620774202 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 0.0023358661710517 0.003697357719581 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 0.0023358661710517 0.003697357719581 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 0.0010567500212346 0.0031549666491438 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 0.0010567500212346 0.0031549666491438 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 0.0003418628784856 0.0030538350481988 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 0.0003418628784856 0.0030538350481988 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 0.0009819178440011 0.0031202341087736 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 0.0009819178440011 0.0031202341087736 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 0.0015553361608908 0.0031071889170774 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 0.0015553361608908 0.0031071889170774 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 0.000203575767955 0.0031382724302872 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 0.000203575767955 0.0031382724302872 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 0.0305618505808524 0.0033544895675898 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 0.0305618505808524 0.0033544895675898 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 0.086169209505897 0.0047293548506086 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 0.086169209505897 0.0047293548506086 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 0.0509818138089031 0.0045844828547903 62.74467391304348 -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 0.0509818138089031 0.0045844828547903 62.74467391304348 -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 0.0164694593404419 0.0038506036067281 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 0.0164694593404419 0.0038506036067281 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 0.3530697021633386 0.0115315524260082 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 0.3530697021633386 0.0115315524260082 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 0.0015907307679299 0.0031209069249999 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 0.0015907307679299 0.0031209069249999 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 0.026201345724985 0.0044101000143752 62.74467391304348 -1.742857142857143 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 0.026201345724985 0.0044101000143752 62.74467391304348 -1.742857142857143 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 0.0069472620307351 0.0030567462227673 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 0.0069472620307351 0.0030567462227673 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 0.077289804816246 0.0039413565203945 99.28660326086955 -1.5 -1.5 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 0.077289804816246 0.0039413565203945 99.28660326086955 -1.5 -1.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00022406843 0.0033195547 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 0.0787372712802607 0.0040083550929448 62.74467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00022406843 0.0033195547 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 0.0787372712802607 0.0040083550929448 62.74467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.00084111065 0.004448755 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 0.0319217261276207 0.0034462429899064 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.00084111065 0.004448755 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 0.0319217261276207 0.0034462429899064 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0043892884 0.01626665 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 0.1028309247922152 0.0061779519999841 37.35904891304347 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0043892884 0.01626665 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 0.1028309247922152 0.0061779519999841 37.35904891304347 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0038526317 0.034265246 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 0.3015790544450283 0.0103028380207808 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0038526317 0.034265246 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 0.3015790544450283 0.0103028380207808 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0004576615 0.006750255 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 0.4901249296963215 0.0182454433984149 12.805461956521723 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0004576615 0.006750255 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 0.4901249296963215 0.0182454433984149 12.805461956521723 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.001760317 0.005196794 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 0.9484859481453896 0.0954457106066818 3.0137228260868767 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.001760317 0.005196794 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 0.9484859481453896 0.0954457106066818 3.0137228260868767 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00094735995 0.10137336 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 0.0043998265900881 0.0031386838750083 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00094735995 0.10137336 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 0.0043998265900881 0.0031386838750083 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 8 PSGKSTPF 25185.327 5937.78 MHCnuggetsI 40.5 9.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.0013492842 0.0077364733 28160.723677094924 27.987124999999995 5937.78 64.77000000000001 33463.23 48.0 22209.93 33.0 40571.71 70.0 5.8e-05 33.0 50000.0 48.0 9832.18 9.2 15415.23 15.0 0.0386440908187069 0.0041045919974122 62.74467391304348 -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 8 SGKSTPFG 42737.755 5956.47 MHCnuggetsI 80.846 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 0.00020359832 0.011033907 33345.35417799042 79.69287499999999 5956.47 76.42999999999999 40662.69 82.0 35946.07 83.0 44812.82 93.0 8e-06 63.0 50000.0 48.0 177684.69 98.0 74293.36 76.0 0.0022938787114981 0.003066042592479 99.28660326086955 -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 8 GKSTPFGN 37172.3 5911.61 MHCnuggetsI 84.846 35.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00061327656 0.009773075 33311.299903198065 79.69287499999999 5911.61 49.7 42152.21 91.0 37535.94 90.0 47007.5 100.0 1e-06 94.0 50000.0 48.0 34407.25 35.0 36808.66 38.0 0.02154275902285 0.0032846690150681 99.28660326086955 -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 8 KSTPFGNE 32319.064 3059.5 SMM 60.437 1.4 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00038313397 0.041013855 32378.32882117836 63.8735 5846.11 27.48 41496.06 87.0 32259.8 66.0 42661.02 82.0 1.2e-05 57.0 50000.0 48.0 3059.5 1.4 18194.91 17.0 0.0567542455682996 0.003822491780952 99.28660326086955 -1.1 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 8 STPFGNEE 30792.47 5934.12 MHCnuggetsI 61.235 9.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00015070828 0.0121732885 29672.29956431559 36.485875 5934.12 62.470000000000006 40840.38 83.0 31912.64 65.0 43395.67 86.0 1e-05 60.0 50000.0 48.0 9652.73 9.0 22539.8 21.0 0.0409599929698742 0.0039341057163196 99.28660326086955 -1.4857142857142858 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 8 TPFGNEEQ 36222.869 5958.48 MHCnuggetsI 66.82 30.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00042133985 0.0054857205 30632.398717030672 44.13500000000001 5958.48 77.64 41813.34 89.0 28795.36 53.0 44674.86 92.0 1.3e-05 56.0 50000.0 48.0 77205.81 78.0 30265.65 30.0 0.0189832808828214 0.0035303617278057 99.28660326086955 -1.8857142857142857 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 8 PFGNEEQQ 40759.265 5898.13 MHCnuggetsI 61.0 38.768 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003963388 0.0022384147 29778.67688817517 38.768 5898.13 43.53 41895.29 89.0 30232.07 58.0 47116.46 100.0 2e-06 85.0 50000.0 48.0 60764.51 64.0 39623.24 42.0 0.0005452497171063 0.0033999169695405 99.28660326086955 -2.157142857142857 -1.8857142857142857 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 8 PRPKPPSV 45360.21 5944.89 MHCnuggetsI 72.14 46.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0012644731 0.0027137196 31908.348100828596 59.0625 5944.89 69.28 44540.2 100.0 38565.12 94.0 46180.22 98.0 2.4e-05 46.0 50000.0 48.0 72552.1 75.0 79241.01 80.0 0.0716366569977253 0.004085715795247 62.74467391304348 -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 8 RPKPPSVW 37642.91 6003.54 MHCnuggetsI 51.0 5.9 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.0032951836 0.011630888 23609.847104822005 15.902624999999992 6003.54 95.99 44034.67 99.0 31912.64 65.0 37271.26 54.0 0.00276 5.9 50000.0 48.0 73561.4 76.0 38014.56 40.0 0.6332112308591604 0.0385433667657322 6.479157608695644 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-A*29:02 8 PKPPSVWQ 45187.11 5928.88 MHCnuggetsI 78.544 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0005605341 0.0023538098 32430.751394811054 69.087125 5928.88 59.29 43389.09 97.0 38357.05 93.0 46985.13 100.0 7e-06 66.0 50000.0 48.0 98548.5 88.0 58607.07 62.0 0.0064755417552078 0.0031965327269259 99.28660326086955 -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 8 DFSQMSKF 17726.74 2621.2 NetMHCcons 14.08 3.8 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0047065886 0.017640475 10012.504769601854 5.197124999999999 5672.27 10.31 15085.15 13.0 2621.2 3.8 23656.81 18.0 0.00251 6.2 20368.33 24.0 47934.7 53.0 43546.17 48.0 0.1313753803260624 0.0153832901083914 15.160951086956516 -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 8 FSQMSKFG 33244.08 5984.61 MHCnuggetsI 65.5 9.9 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.0056428113 0.17836298 32477.372255655835 69.087125 5984.61 90.59 33877.42 49.0 32610.74 68.0 39233.46 63.0 5e-06 71.0 50000.0 48.0 10657.37 9.9 38989.71 41.0 0.0052259503936511 0.0031780527151615 99.28660326086955 -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 8 SQMSKFGN 32608.228 5865.22 MHCnuggetsI 55.0 32.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00082687096 0.047184158 32786.22609793348 74.450375 5865.22 32.24 41531.54 87.0 28951.56 53.0 38500.91 60.0 1.2e-05 57.0 31740.46 35.0 33935.17 34.0 32430.23 33.0 0.0037619356371578 0.0031328414112168 99.28660326086955 -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 8 QMSKFGNE 27285.73 5798.61 MHCnuggetsI 45.0 19.39 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.0005505116 0.051584903 32620.000362316536 69.087125 5798.61 19.39 37438.18 65.0 21734.48 32.0 40085.65 68.0 1.1e-05 58.0 24747.82 28.0 27967.27 28.0 26604.19 26.0 0.0012717642512143 0.0031207683229672 99.28660326086955 -1.0571428571428572 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 8 MSKFGNEE 29759.853 1957.27 SMM 54.532 0.6 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00064160174 0.028105745 31492.806846944502 54.695 5920.37 54.37 38362.44 70.0 28026.9 50.0 41473.61 75.0 1e-05 60.0 50000.0 48.0 1957.27 0.6 15203.72 15.0 0.0118966300433385 0.003352137816312 99.28660326086955 -1.8285714285714287 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 8 SKFGNEEQ 37461.935 5965.39 MHCnuggetsI 72.0 25.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00045863222 0.010995837 32333.687170256617 63.8735 5965.39 81.65 42136.23 91.0 32787.64 69.0 46614.47 99.0 4e-06 75.0 50000.0 48.0 52077.48 57.0 25701.0 25.0 0.0218238005545572 0.0033841210329927 99.28660326086955 -2.2142857142857144 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 8 KFGNEEQQ 42500.12 5813.84 MHCnuggetsI 58.0 21.48 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00033255754 0.013392146 30548.31988650043 44.13500000000001 5813.84 21.48 41152.22 85.0 28640.0 52.0 45817.92 97.0 5e-06 71.0 50000.0 48.0 60764.51 64.0 43848.02 48.0 0.0003753536802832 0.0033149714733684 99.28660326086955 -2.157142857142857 -2.157142857142857 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 0.0018736473066383 0.0033846027438583 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 0.0018736473066383 0.0033846027438583 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 0.0311547952005639 0.0035862692284173 99.28660326086955 -2.8 -2.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 0.0311547952005639 0.0035862692284173 99.28660326086955 -2.8 -2.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 0.0017624966167204 0.0029953614838899 100.0 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 0.0017624966167204 0.0029953614838899 100.0 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 0.0033864972938317 0.0031493545560649 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 0.0033864972938317 0.0031493545560649 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 0.0010997383287758 0.0032185578895239 99.28660326086955 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 0.0010997383287758 0.0032185578895239 99.28660326086955 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 0.5913177691400051 0.0275731101425046 8.839293478260856 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 0.5913177691400051 0.0275731101425046 8.839293478260856 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 0.0036590948147932 0.0031358710781664 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 0.0036590948147932 0.0031358710781664 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 0.0461039767833426 0.0036353077339375 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 0.0461039767833426 0.0036353077339375 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 0.1761640410404652 0.0062970067899722 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 0.1761640410404652 0.0062970067899722 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 0.0350733959785429 0.0038840234506314 99.28660326086955 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 0.0350733959785429 0.0038840234506314 99.28660326086955 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 0.0045890158799011 0.0033459408573136 99.28660326086955 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 0.0045890158799011 0.0033459408573136 99.28660326086955 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 0.0085090471984585 0.003209977005349 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 0.0085090471984585 0.003209977005349 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 0.1664597438648343 0.0172529407810692 13.500896739130424 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 0.1664597438648343 0.0172529407810692 13.500896739130424 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 0.0872127300244756 0.0044338549160161 62.74467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 0.0872127300244756 0.0044338549160161 62.74467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 0.0222849147394299 0.0035213903415877 99.28660326086955 0.2285714285714285 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 0.0222849147394299 0.0035213903415877 99.28660326086955 0.2285714285714285 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 0.0946776429191231 0.0049585291397872 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 0.0946776429191231 0.0049585291397872 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 0.0040024819318205 0.0034994827064875 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 0.0040024819318205 0.0034994827064875 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 0.0103900935791898 0.0032745985950624 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 0.0103900935791898 0.0032745985950624 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 0.046627898234874 0.0041953288226656 62.74467391304348 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 0.046627898234874 0.0041953288226656 62.74467391304348 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 0.0202453809397411 0.0037456519015503 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 0.0202453809397411 0.0037456519015503 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 0.1709998100996017 0.0068373862845408 37.35904891304347 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 0.1709998100996017 0.0068373862845408 37.35904891304347 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 0.0295686743920668 0.0043892799352473 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 0.0295686743920668 0.0043892799352473 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 0.0894692810252308 0.0044406695411499 62.74467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 0.0894692810252308 0.0044406695411499 62.74467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 0.0072024430555757 0.0032013113348947 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 0.0072024430555757 0.0032013113348947 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 0.0273661692626774 0.0034010983346139 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 0.0273661692626774 0.0034010983346139 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 0.0011957309543504 0.0031812101527025 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 0.0011957309543504 0.0031812101527025 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 0.0008219242281484 0.0030391089697969 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 0.0008219242281484 0.0030391089697969 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 0.048594435385894 0.0039093883247058 99.28660326086955 1.4285714285714286 1.5285714285714287 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 0.048594435385894 0.0039093883247058 99.28660326086955 1.4285714285714286 1.5285714285714287 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 0.0005707504051315 0.0030946862123173 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 0.0005707504051315 0.0030946862123173 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 0.0023358661710517 0.003114524018575 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 0.0023358661710517 0.003114524018575 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 0.0010567500212346 0.0031541941512686 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 0.0010567500212346 0.0031541941512686 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 0.0003418628784856 0.0031079477182964 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 0.0003418628784856 0.0031079477182964 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 0.0009819178440011 0.0031181289869009 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 0.0009819178440011 0.0031181289869009 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 0.0015553361608908 0.0031895712126335 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 0.0015553361608908 0.0031895712126335 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 0.000203575767955 0.0030914914273557 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 0.000203575767955 0.0030914914273557 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 0.0305618505808524 0.0036858410941709 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 0.0305618505808524 0.0036858410941709 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 0.086169209505897 0.004365937875221 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 0.086169209505897 0.004365937875221 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 0.0509818138089031 0.0039673104942643 99.28660326086955 -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 0.0509818138089031 0.0039673104942643 99.28660326086955 -1.7 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 0.0164694593404419 0.0035949170536444 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 0.0164694593404419 0.0035949170536444 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 0.3530697021633386 0.0116847517376188 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 0.3530697021633386 0.0116847517376188 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 0.0015907307679299 0.0031177594196105 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 0.0015907307679299 0.0031177594196105 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 0.026201345724985 0.0033881769304954 99.28660326086955 -1.742857142857143 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 0.026201345724985 0.0033881769304954 99.28660326086955 -1.742857142857143 -1.742857142857143 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 0.0069472620307351 0.0031000655740606 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 0.0069472620307351 0.0031000655740606 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 0.077289804816246 0.0044880641833156 62.74467391304348 -1.5 -1.5 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 0.077289804816246 0.0044880641833156 62.74467391304348 -1.5 -1.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00014226725 0.016127821 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 0.0787372712802607 0.0050733057724948 46.22467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00014226725 0.016127821 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 0.0787372712802607 0.0050733057724948 46.22467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.0012215098 0.010148925 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 0.0319217261276207 0.0038021495129701 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.0012215098 0.010148925 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 0.0319217261276207 0.0038021495129701 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0011769776 0.013998112 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 0.1028309247922152 0.0050450737089006 46.22467391304348 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0011769776 0.013998112 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 0.1028309247922152 0.0050450737089006 46.22467391304348 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.00044160426 0.03171239 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 0.3015790544450283 0.0101443476999379 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.00044160426 0.03171239 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 0.3015790544450283 0.0101443476999379 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.059487484 0.29915717 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 0.4901249296963215 0.1853088381135974 1.933858695652077 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.059487484 0.29915717 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 0.4901249296963215 0.1853088381135974 1.933858695652077 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019394296 0.0027860967 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 0.9484859481453896 0.1792333063827299 1.975027173912963 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019394296 0.0027860967 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 0.9484859481453896 0.1792333063827299 1.975027173912963 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 4.1739055e-05 0.001880594 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 0.0043998265900881 0.0031451260712858 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 4.1739055e-05 0.001880594 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 0.0043998265900881 0.0031451260712858 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 8 PSGKSTPF 45919.41 31578.14923577353 MHCflurry 76.71 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.00036426683 0.0018175647 31578.14923577353 51.90287499999999 36577.37 74.42 47567.74 98.0 44872.5 87.0 46966.32 100.0 5e-06 73.0 41151.77 48.0 77348.16 79.0 50727.1 62.0 0.0386440908187069 0.0036740057836727 99.28660326086955 -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 8 SGKSTPFG 33860.971 19839.36 MHCnuggetsI 66.539 22.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 8.051029e-05 0.0010541856 32203.82114438347 63.07837499999999 19839.36 22.24 45413.19 75.0 43439.36 73.0 43200.79 82.0 6e-06 70.0 29745.37 37.0 35518.12 47.0 28657.61 39.0 0.0022938787114981 0.0031712240288408 99.28660326086955 -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 8 GKSTPFGN 45915.2 22924.55 MHCnuggetsI 71.821 27.38 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00020891296 0.0015760101 33033.25059406946 75.6415 22924.55 27.38 46502.62 87.0 39837.46 44.0 45327.78 95.0 2e-06 87.0 50000.0 55.0 47255.24 59.0 57575.8 68.0 0.02154275902285 0.0033114327412771 99.28660326086955 -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 8 KSTPFGNE 45182.95 32595.234046728583 MHCflurry 74.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00014747922 0.00919151 32595.234046728583 69.298375 35867.5 70.08 45078.82 72.0 43911.91 77.0 45287.08 95.0 7e-06 67.0 50000.0 55.0 95598.26 86.0 128896.17 94.0 0.0567542455682996 0.00379787514998 99.28660326086955 -1.1 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 8 STPFGNEE 44194.18 30491.159467510384 MHCflurry 65.5 38.99449999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00014036534 0.0063443566 30491.159467510384 38.99449999999999 38136.65 84.59 43027.71 57.0 45360.65 91.0 45394.54 96.0 7e-06 67.0 50000.0 55.0 32022.11 43.0 52388.99 64.0 0.0409599929698742 0.0038318329204289 99.28660326086955 -1.4857142857142858 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 8 TPFGNEEQ 47151.55 29061.050166290228 MHCflurry 82.5 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.0001137182 0.0008043858 29061.050166290228 25.64975 33773.94 59.02 47764.23 99.0 45115.92 89.0 46538.87 99.0 4.7e-05 36.0 50000.0 55.0 70704.98 76.0 144623.88 96.0 0.0189832808828214 0.0037149528589563 99.28660326086955 -1.8857142857142857 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 8 PFGNEEQQ 48616.82 31950.78919437485 MHCflurry 91.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.000117650015 0.0025469323 31950.78919437485 57.24249999999999 34367.86 61.870000000000005 48428.25 100.0 47366.92 100.0 48805.39 100.0 1e-06 95.0 50000.0 55.0 54506.71 65.0 102621.89 88.0 0.0005452497171063 0.003175891388485 99.28660326086955 -2.157142857142857 -1.8857142857142857 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 8 PRPKPPSV 45665.625 21990.03 MHCnuggetsI 60.372 14.480874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0014492904 0.001963988 26276.1283363988 14.480874999999996 21990.03 25.74 46674.0 89.0 45360.65 91.0 45680.28 97.0 0.000139 23.0 50000.0 55.0 45650.97 58.0 97777.74 87.0 0.0716366569977253 0.0049297707076322 62.74467391304348 -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 8 RPKPPSVW 44874.785 28009.080495703303 MHCflurry 69.62 7.558260869565203 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.00068484904 0.00083310023 28009.080495703303 20.700875 36386.79 73.24000000000001 47009.53 92.0 42740.04 66.0 42496.11 77.0 0.000516 13.0 50000.0 55.0 221538.9 100.0 144623.88 96.0 0.6332112308591604 0.0328425744739048 7.558260869565203 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-B*45:01 8 PKPPSVWQ 47587.155 33004.28675704155 MHCflurry 86.321 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0003908474 0.0005455695 33004.28675704155 75.6415 36153.16 71.82 47691.93 99.0 46352.93 97.0 47482.38 100.0 1.1e-05 60.0 50000.0 55.0 61581.46 70.0 214901.77 100.0 0.0064755417552078 0.003142732028895 99.28660326086955 -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 8 DFSQMSKF 44849.555 31523.47640956367 MHCflurry 64.69 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0005633044 0.0022913516 31523.47640956367 51.90287499999999 33188.45 56.38 46259.75 84.0 43439.36 73.0 43082.69 81.0 0.000142 23.0 50000.0 55.0 66903.68 74.0 81327.98 81.0 0.1313753803260624 0.0051019703962016 46.22467391304348 -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 8 FSQMSKFG 42455.105 8039.7 SMMPMBEC 71.821 8.4 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.00035958597 0.006238465 32805.54166549832 75.6415 30516.11 46.04 46811.07 90.0 42280.1 62.0 42630.11 78.0 3e-06 81.0 50000.0 55.0 58674.58 68.0 8039.7 8.4 0.0052259503936511 0.0031472646345858 99.28660326086955 -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 8 SQMSKFGN 24685.095 6330.92 PickPocket 32.0 7.1 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00014606379 0.006270627 31363.66569280446 47.08112499999999 36329.42 72.88 36374.88 33.0 15290.89 7.1 25957.57 14.0 0.000184 21.0 6330.92 8.5 23412.62 32.0 23293.78 32.0 0.0037619356371578 0.0032703275597698 99.28660326086955 -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 8 QMSKFGNE 40657.125 32892.366249201186 MHCflurry 56.95 44.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.00011802112 0.006182052 32892.366249201186 75.6415 33079.15 55.900000000000006 43179.29 58.0 41151.77 53.0 40162.48 60.0 2.9e-05 44.0 43439.36 50.0 39577.65 51.0 194643.54 99.0 0.0012717642512143 0.0030957417478259 99.28660326086955 -1.0571428571428572 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 8 MSKFGNEE 36703.604 21328.62 MHCnuggetsI 60.621 24.64 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00045888507 0.024048371 31807.76834427965 57.24249999999999 21328.62 24.64 44981.89 71.0 41599.44 57.0 42850.7 79.0 6e-06 70.0 31398.89 39.0 52293.78 64.0 24223.67 33.0 0.0118966300433385 0.0033199981864439 99.28660326086955 -1.8285714285714287 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 8 SKFGNEEQ 45091.585 24731.04 MHCnuggetsI 59.5 30.89 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00023388214 0.00050799944 31071.241313866685 47.08112499999999 24731.04 30.89 45314.54 74.0 38984.65 40.0 44868.63 93.0 5.5e-05 34.0 50000.0 55.0 52293.78 64.0 139072.1 95.0 0.0218238005545572 0.0035171351405756 99.28660326086955 -2.2142857142857144 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 8 KFGNEEQQ 47922.225 32462.374029604267 MHCflurry 85.57 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 5.3071275e-05 0.0018450491 32462.374029604267 69.298375 37159.27 78.14 47816.96 99.0 45606.71 93.0 48027.49 100.0 4e-06 76.0 50000.0 55.0 55137.87 66.0 151788.9 97.0 0.0003753536802832 0.0031255428253109 99.28660326086955 -2.157142857142857 -2.157142857142857 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 0.0018736473066383 0.0032199054471235 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 0.0018736473066383 0.0032199054471235 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 0.0311547952005639 0.0047147424479773 62.74467391304348 -2.8 -2.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 0.0311547952005639 0.0047147424479773 62.74467391304348 -2.8 -2.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 0.0017624966167204 0.0032352053425902 99.28660326086955 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 0.0017624966167204 0.0032352053425902 99.28660326086955 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 0.0033864972938317 0.0032581544471749 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 0.0033864972938317 0.0032581544471749 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 0.0010997383287758 0.0039969849966515 99.28660326086955 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 0.0010997383287758 0.0039969849966515 99.28660326086955 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 0.5913177691400051 0.0532042705536016 4.807092391304323 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 0.5913177691400051 0.0532042705536016 4.807092391304323 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 0.0036590948147932 0.0032565520339142 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 0.0036590948147932 0.0032565520339142 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 0.0461039767833426 0.0037227641649629 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 0.0461039767833426 0.0037227641649629 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 0.1761640410404652 0.0068448184187743 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 0.1761640410404652 0.0068448184187743 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 0.0350733959785429 0.0083975962381667 27.61739130434782 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 0.0350733959785429 0.0083975962381667 27.61739130434782 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 0.0045890158799011 0.0124197987961801 18.61798913043478 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 0.0045890158799011 0.0124197987961801 18.61798913043478 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 0.0085090471984585 0.0033207822768154 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 0.0085090471984585 0.0033207822768154 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 0.1664597438648343 0.0058189722319719 46.22467391304348 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 0.1664597438648343 0.0058189722319719 46.22467391304348 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 0.0062867999222362 0.0039774214596857 99.28660326086955 -1.2 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 0.0062867999222362 0.0039774214596857 99.28660326086955 -1.2 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 0.0070898516860324 0.0033020662132618 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 0.0070898516860324 0.0033020662132618 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 0.0038244157331064 0.0032513700343705 99.28660326086955 -2.7 -1.5999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 0.0038244157331064 0.0032513700343705 99.28660326086955 -2.7 -1.5999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 0.0037241896789055 0.0030597942097314 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 0.0037241896789055 0.0030597942097314 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 0.0007650029237993 0.0030434300824382 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 0.0007650029237993 0.0030434300824382 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 0.0500222312984988 0.0043962075144149 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 0.0500222312984988 0.0043962075144149 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 0.2311225077137351 0.008628321238902 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 0.2311225077137351 0.008628321238902 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 0.3066025041043758 0.0100987083437631 22.19230978260869 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 0.3066025041043758 0.0100987083437631 22.19230978260869 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 0.019497752393363 0.0034654304326549 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 0.019497752393363 0.0034654304326549 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 0.0094075527376844 0.0032548492707305 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 0.0094075527376844 0.0032548492707305 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 0.004675911652157 0.0032157633363856 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 0.004675911652157 0.0032157633363856 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 0.001508618115622 0.0031781304854895 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 0.001508618115622 0.0031781304854895 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 0.0020084800635231 0.0030786918852973 99.28660326086955 -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 0.0020084800635231 0.0030786918852973 99.28660326086955 -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 0.0383647088310681 0.0037002526539133 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 0.0383647088310681 0.0037002526539133 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 0.1402981438441202 0.0058710976084762 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 0.1402981438441202 0.0058710976084762 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 0.0026477519713807 0.0032270873958116 99.28660326086955 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 0.0026477519713807 0.0032270873958116 99.28660326086955 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 0.0019676369483931 0.0033220561953655 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 0.0019676369483931 0.0033220561953655 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 0.0021236439934 0.0043719476896898 62.74467391304348 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 0.0021236439934 0.0043719476896898 62.74467391304348 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 0.000662686450596 0.0037716616973215 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 0.000662686450596 0.0037716616973215 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 0.0259957275120541 0.003586295930121 99.28660326086955 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 0.0259957275120541 0.003586295930121 99.28660326086955 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 0.0156567872327286 0.0032828585641379 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 0.0156567872327286 0.0032828585641379 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 0.0067872856452595 0.003190388284762 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 0.0067872856452595 0.003190388284762 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 0.2079691709950566 0.0083447815504928 27.61739130434782 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 0.2079691709950566 0.0083447815504928 27.61739130434782 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 0.012556962268718 0.0032036270328412 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 0.012556962268718 0.0032036270328412 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 0.0831658424285706 0.0040171426488825 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 0.0831658424285706 0.0040171426488825 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 0.0057994129892904 0.003177774209356 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 0.0057994129892904 0.003177774209356 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 0.0189790416625328 0.0036671254885133 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 0.0189790416625328 0.0036671254885133 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 0.0118436832271981 0.0033130601171542 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 0.0118436832271981 0.0033130601171542 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 0.0032275155826937 0.0032240273225731 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 0.0032275155826937 0.0032240273225731 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 0.0005542314429476 0.003083810472306 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 0.0005542314429476 0.003083810472306 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 0.1140294428914785 0.0052074566830528 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 0.1140294428914785 0.0052074566830528 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 0.0115950963227078 0.0031696481668039 99.28660326086955 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 0.0115950963227078 0.0031696481668039 99.28660326086955 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 0.0098116803128505 0.0033425976041565 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 0.0098116803128505 0.0033425976041565 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 0.1261298798490315 0.0050623231668083 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 0.1261298798490315 0.0050623231668083 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 0.0284554223180748 0.0035428814294163 99.28660326086955 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 0.0284554223180748 0.0035428814294163 99.28660326086955 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 0.1154814383480697 0.0047999482616929 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 0.1154814383480697 0.0047999482616929 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 0.0147491840980364 0.0034930803978512 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 0.0147491840980364 0.0034930803978512 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 0.0095608648553024 0.0033396957250728 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 0.0095608648553024 0.0033396957250728 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 0.0038305261259665 0.0032381731013456 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 0.0038305261259665 0.0032381731013456 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 0.0300353302736766 0.0040451022603497 62.74467391304348 -0.8 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 0.0300353302736766 0.0040451022603497 62.74467391304348 -0.8 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 0.0009846129651123 0.0032651507527431 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 0.0009846129651123 0.0032651507527431 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 0.0041609295512898 0.0031766610120404 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 0.0041609295512898 0.0031766610120404 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 0.2207692484371364 0.006889539179468 37.35904891304347 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 0.2207692484371364 0.006889539179468 37.35904891304347 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 0.0007556998225481 0.0031510305809154 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 0.0007556998225481 0.0031510305809154 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 0.0049577074532862 0.0033997731642124 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 0.0049577074532862 0.0033997731642124 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 0.0007143416878534 0.0034778835747105 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 0.0007143416878534 0.0034778835747105 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 0.00034081663307 0.003624061145686 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 0.00034081663307 0.003624061145686 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 0.0002469767196089 0.0034362701135882 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 0.0002469767196089 0.0034362701135882 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 0.0002943422960015 0.0034255892911462 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 0.0002943422960015 0.0034255892911462 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 0.0008005818008314 0.0039335008424213 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 0.0008005818008314 0.0039335008424213 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 0.0190536930604139 0.0038886059882336 99.28660326086955 -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 0.0190536930604139 0.0038886059882336 99.28660326086955 -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 8 SIVGAEVD 34715.751 5876.2 MHCnuggetsI 72.937 24.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.00087765825 0.018138114 32098.08207838268 63.8735 5876.2 35.5 40523.91 82.0 37333.42 89.0 45638.29 96.0 1e-06 94.0 49461.93 48.0 25098.63 24.0 30970.63 31.0 0.0046949276293162 0.0032083930244584 99.28660326086955 1.042857142857143 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 8 IVGAEVDK 25246.84 5696.15 MHCnuggetsI 38.0 9.7 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.00741277 0.021445248 20767.18320055217 12.080249999999996 5696.15 11.37 41947.47 90.0 23828.16 37.0 41171.81 74.0 1.9e-05 49.0 10081.44 9.7 37380.92 39.0 26665.52 26.0 0.0055468286009272 0.0049038997307804 62.74467391304348 -0.15714285714285703 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 8 VGAEVDKN 46042.78 5891.12 MHCnuggetsI 94.5 40.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 0.0003555611 0.039048214 31160.302541156107 50.764875 5891.12 40.71 44462.2 100.0 40489.28 99.0 47623.36 100.0 1e-06 94.0 50000.0 48.0 133244.72 95.0 49767.98 55.0 0.0016116697224788 0.0032661281872118 99.28660326086955 -1.2571428571428573 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 8 GAEVDKNL 44263.705 5836.06 MHCnuggetsI 75.5 25.34 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.00028069023 0.0059187026 32180.07472313268 63.8735 5836.06 25.34 41825.1 89.0 36337.11 85.0 46702.31 99.0 7e-06 66.0 50000.0 48.0 106084.03 90.0 49653.52 54.0 0.005575479066465 0.0032104321530063 99.28660326086955 -0.6571428571428573 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 8 AEVDKNLG 40587.99 5963.77 MHCnuggetsI 73.37 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00076069776 0.07153028 32393.56188641262 63.8735 5963.77 80.74 43640.04 98.0 37535.94 90.0 46264.76 98.0 7e-06 66.0 50000.0 48.0 47824.45 53.0 27286.64 27.0 0.0331957287271507 0.0035162669222078 99.28660326086955 -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 8 EVDKNLGT 39830.87 5885.24 MHCnuggetsI 63.0 37.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0013696764 0.036975052 31813.972115888613 59.0625 5885.24 38.52 43466.62 97.0 32965.5 69.0 44202.71 90.0 8e-06 63.0 50000.0 48.0 36195.12 37.0 59149.35 63.0 0.035463952604914 0.0036069807336863 99.28660326086955 -0.5714285714285713 -0.5714285714285713 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 8 VDKNLGTV 41496.185 5871.16 MHCnuggetsI 61.937 33.96 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.0005927099 0.028547982 32072.9317044806 63.8735 5871.16 33.96 41096.16 85.0 33144.32 70.0 41896.21 78.0 1.2e-05 57.0 50000.0 48.0 47604.72 52.0 55456.19 60.0 0.0177636721346061 0.003362269264338 99.28660326086955 -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 8 DKNLGTVY 14706.825 2082.81 SMM 11.32 0.7 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.032558747 0.16400412 14487.419658408093 7.337249999999999 5655.31 9.64 28834.65 33.0 11666.98 13.0 31737.38 35.0 0.00146 8.0 50000.0 48.0 2082.81 0.7 14926.23 14.0 0.6733561921864748 0.0691233131270434 3.8525271739129607 -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 8 KNLGTVYG 34523.152 5888.84 MHCnuggetsI 64.044 26.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0005330625 0.056637287 32758.70482168309 69.087125 5888.84 39.84 36287.6 59.0 29584.89 56.0 42496.11 81.0 5e-06 71.0 22451.54 26.0 122645.04 94.0 42948.7 47.0 0.0049073928166762 0.0031480826658787 99.28660326086955 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 8 NLGTVYGL 27565.577 5745.71 MHCnuggetsI 29.0 14.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.009665745 0.16665547 27773.573162282853 26.708874999999995 5745.71 14.35 27357.58 30.0 17600.27 23.0 32261.56 36.0 8.8e-05 28.0 18882.64 22.0 178094.29 98.0 61936.98 65.0 0.0532716939924284 0.0043799219245997 62.74467391304348 1.2857142857142858 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 8 LGTVYGLE 34408.981 5840.97 MHCnuggetsI 62.0 26.36 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.0013350835 0.07088678 31582.161402322577 54.695 5840.97 26.36 37235.8 63.0 31060.99 61.0 41340.1 75.0 2e-06 85.0 50000.0 48.0 72886.99 75.0 26850.35 27.0 0.0093549376178998 0.0033131270856727 99.28660326086955 0.24285714285714274 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 8 GTVYGLEK 15932.445 5743.91 MHCnuggetsI 17.653 4.4 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.008207066 0.09786242 26208.219767221908 21.751124999999995 5743.91 14.22 35671.38 56.0 12051.9 14.0 31844.68 35.0 0.000159 22.0 5869.13 4.4 8987.73 8.4 19812.99 18.0 0.3604947938583791 0.0136134542051391 17.305597826086952 -0.2571428571428572 0.24285714285714274 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 8 TVYGLEKP 34466.373 5897.45 MHCnuggetsI 58.531 30.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0032185328 0.05167436 31848.935171935216 59.0625 5897.45 43.26 37083.81 63.0 28331.79 51.0 42780.29 82.0 1.1e-05 58.0 25842.4 30.0 37380.92 39.0 59422.37 63.0 0.1225308377761393 0.0048967064242948 62.74467391304348 -0.3857142857142856 -0.2571428571428572 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 8 VYGLEKPF 17241.555 5665.56 MHCnuggetsI 15.242 10.04 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0064698765 0.01867809 23415.92180653852 15.483874999999996 5665.56 10.04 17619.52 15.0 13356.59 15.0 29308.66 29.0 0.000577 13.0 42509.45 44.0 15547.12 15.0 16863.59 16.0 0.0214947995409602 0.0046188224826609 62.74467391304348 -0.5857142857142857 -0.3857142857142856 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 8 YGLEKPFL 30501.963 5828.4 MHCnuggetsI 29.494 5.788070652173886 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.012605486 0.19895615 28012.016275989536 27.987124999999995 5828.4 23.9 27698.01 31.0 15457.23 19.0 32991.91 38.0 0.000107 26.0 42051.98 43.0 73055.01 75.0 51280.23 56.0 0.7147903703153133 0.0433512871926239 5.788070652173886 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 8 GLEKPFLC 32807.738 5706.3 MHCnuggetsI 48.128 11.9 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.011235843 0.24116448 30785.756880209155 47.25637500000001 5706.3 11.9 40186.84 80.0 27575.71 49.0 41345.46 75.0 1.9e-05 49.0 29425.27 33.0 42232.81 46.0 34829.72 36.0 0.0085023574356455 0.0033858724423931 99.28660326086955 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 8 LEKPFLCG 35918.9 5984.46 MHCnuggetsI 75.0 35.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0012356469 0.08281534 32260.074678553745 63.8735 5984.46 90.54 40105.59 79.0 35559.24 81.0 43527.35 86.0 5e-06 71.0 50000.0 48.0 36278.56 37.0 34036.9 35.0 0.0215936500462703 0.0033888448725558 99.28660326086955 -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 8 EKPFLCGL 39389.035 5950.21 MHCnuggetsI 66.5 48.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00035751864 0.011747217 32559.68099175848 69.087125 5950.21 72.59 36549.64 60.0 32965.5 69.0 42228.43 79.0 1.6e-05 52.0 50000.0 48.0 59930.79 64.0 50460.32 55.0 0.0406609411002136 0.0035922115638723 99.28660326086955 1.0 1.0 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 8 KPFLCGLA 29787.361 5908.68 MHCnuggetsI 49.145 23.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00030248376 0.006643993 32162.13260061937 63.8735 5908.68 48.29 37395.27 64.0 19611.42 27.0 33963.31 41.0 1.8e-05 50.0 19295.7 23.0 52077.48 57.0 27412.59 27.0 0.0104316831202595 0.0032676522489244 99.28660326086955 1.8142857142857143 1.8142857142857143 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 8 PFLCGLAL 20986.11 5831.72 MHCnuggetsI 23.749 13.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0036268425 0.014459906 26794.871814502283 23.49875 5831.72 24.51 22884.17 22.0 11172.82 13.0 27596.31 25.0 4.5e-05 37.0 19088.05 22.0 17850.48 17.0 25058.21 24.0 0.0590044681448489 0.0046270186402013 62.74467391304348 2.585714285714286 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 8 FLCGLALD 27839.698 5712.7 MHCnuggetsI 43.5 12.24 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.01200679 0.4961289 31905.30694860863 59.0625 5712.7 12.24 23774.09 23.0 17038.15 22.0 34813.46 44.0 5e-06 71.0 16228.45 19.0 71064.06 74.0 40174.46 43.0 0.0042311199940741 0.003221886328263 99.28660326086955 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-A*29:02 8 LCGLALDL 28775.529 5794.9 MHCnuggetsI 48.5 18.94 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0022779773 0.19997989 28442.448163217152 29.365875 5794.9 18.94 33773.85 49.0 29108.61 54.0 39095.33 63.0 5e-06 71.0 50000.0 48.0 24358.47 23.0 23064.82 22.0 0.0107084313203813 0.0036840741243514 99.28660326086955 1.6857142857142857 1.6857142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 8 MATLFTIC 31330.283 5915.88 MHCnuggetsI 51.465 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.002216291 0.15237583 31568.46587431046 54.695 5915.88 51.93 34325.36 51.0 27278.95 47.0 37125.98 53.0 9e-06 62.0 34986.78 38.0 31092.1 31.0 30475.44 31.0 0.0191701344738248 0.0034312434573147 99.28660326086955 2.0 2.0 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 8 ATLFTICV 29581.928 5706.0 MHCnuggetsI 32.5 11.88 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.0003390301 0.048631154 31688.07647671115 54.695 5706.0 11.88 33958.53 50.0 15967.2 20.0 32784.8 38.0 3.2e-05 42.0 13947.35 16.0 82537.25 82.0 27475.78 27.0 0.3158751241862774 0.0097057061487907 24.57923913043477 2.3428571428571425 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 8 TLFTICVW 19703.208 5767.81 MHCnuggetsI 15.065 5.2 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.0038402132 0.3074205 19410.605079968274 10.787374999999995 5767.81 16.13 32898.15 46.0 11730.27 14.0 19995.81 14.0 0.000949 9.8 6682.85 5.2 89877.3 85.0 31546.41 32.0 0.0483756963221821 0.0060860264336101 37.35904891304347 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 8 LFTICVWT 26595.97 5782.8 MHCnuggetsI 32.0 17.59 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 0.0007546013 0.16593562 31281.865998186506 50.764875 5782.8 17.59 24175.37 24.0 18578.65 25.0 31498.93 34.0 6e-06 68.0 25842.4 30.0 33546.72 34.0 27349.54 27.0 0.0007842374161555 0.003244357791434 99.28660326086955 1.6714285714285715 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 8 FTICVWTG 23892.53 5488.75 MHCnuggetsI 28.0 5.65 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 0.00072388275 0.19317104 31085.11216880269 50.764875 5488.75 5.65 28550.9 33.0 16316.49 21.0 26358.62 23.0 1.2e-05 57.0 7527.49 6.3 38516.78 40.0 21426.44 20.0 0.0302315789667773 0.00362138455838 99.28660326086955 1.2142857142857142 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 8 TICVWTGE 36457.33 5874.37 MHCnuggetsI 51.5 34.92 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.0002950341 0.09068644 30480.285357991925 44.13500000000001 5874.37 34.92 34738.95 53.0 27131.77 47.0 38175.71 58.0 7e-06 66.0 40708.92 42.0 46843.57 52.0 46660.57 51.0 0.0047410601910087 0.0033736737317199 99.28660326086955 0.8142857142857142 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 8 ICVWTGET 35681.809 5891.61 MHCnuggetsI 70.544 25.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 0.00025901332 0.0682438 32535.55768109891 69.087125 5891.61 40.9 38828.06 72.0 31740.46 64.0 43422.91 86.0 2e-06 85.0 50000.0 48.0 86626.35 84.0 25701.0 25.0 0.0019037375786865 0.0031355924728219 99.28660326086955 0.07142857142857133 0.8142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 8 CVWTGETI 26121.83 5916.04 MHCnuggetsI 43.0 15.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.0001977013 0.028365776 30383.66955106496 44.13500000000001 5916.04 52.0 35482.37 56.0 14802.53 18.0 32494.52 37.0 3.1e-05 42.0 13501.89 15.0 21859.99 20.0 40639.65 44.0 0.1660270763095468 0.0059722644102855 46.22467391304348 0.35714285714285726 0.35714285714285726 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 0.4674855694174766 0.0173402359335649 13.500896739130424 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 0.4674855694174766 0.0173402359335649 13.500896739130424 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 0.3274797494523227 0.0150126470435385 16.15755434782608 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 0.3274797494523227 0.0150126470435385 16.15755434782608 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 0.1242939892690628 0.004901868183866 62.74467391304348 0.542857142857143 0.542857142857143 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 0.1242939892690628 0.004901868183866 62.74467391304348 0.542857142857143 0.542857142857143 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 0.2387733999639749 0.0090985010472503 24.57923913043477 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 0.2387733999639749 0.0090985010472503 24.57923913043477 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 0.1378619754686951 0.0061646356046721 37.35904891304347 0.42857142857142855 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 0.1378619754686951 0.0061646356046721 37.35904891304347 0.42857142857142855 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 0.0093417864118237 0.0031192682244649 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 0.0093417864118237 0.0031192682244649 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 0.0027757746574934 0.0032140232183845 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 0.0027757746574934 0.0032140232183845 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 0.0124473420437425 0.0031326428209821 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 0.0124473420437425 0.0031326428209821 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 0.0201140713907079 0.0037705476069757 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 0.0201140713907079 0.0037705476069757 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 0.0044809866813011 0.0031011308290525 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 0.0044809866813011 0.0031011308290525 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 0.3048895578831434 0.0110912675979256 20.2322554347826 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 0.3048895578831434 0.0110912675979256 20.2322554347826 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 0.0368031488033011 0.0039587610722673 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 0.0368031488033011 0.0039587610722673 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 0.2450200887396931 0.0110927340388115 20.2322554347826 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 0.2450200887396931 0.0110927340388115 20.2322554347826 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 0.8330904394388199 0.0884033464856913 3.1845108695651163 -0.6 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 0.8330904394388199 0.0884033464856913 3.1845108695651163 -0.6 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 0.1441711205407045 0.006928826917397 37.35904891304347 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 0.1441711205407045 0.006928826917397 37.35904891304347 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 0.0070719097275286 0.0032784675290511 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 0.0070719097275286 0.0032784675290511 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 0.1683112541213631 0.0054132495595895 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 0.1683112541213631 0.0054132495595895 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 0.0830610416014678 0.0040567723564687 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 0.0830610416014678 0.0040567723564687 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 0.346786874346435 0.0116117101442223 20.2322554347826 -1.4 -1.4 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 0.346786874346435 0.0116117101442223 20.2322554347826 -1.4 -1.4 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 0.1805821997113526 0.0060547157300277 37.35904891304347 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 0.1805821997113526 0.0060547157300277 37.35904891304347 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 0.5363824861124158 0.027551289004402 8.839293478260856 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 0.5363824861124158 0.027551289004402 8.839293478260856 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 0.0227351056528277 0.003574701851949 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 0.0227351056528277 0.003574701851949 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 0.2909262522589415 0.0113250530833222 20.2322554347826 0.7857142857142857 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 0.2909262522589415 0.0113250530833222 20.2322554347826 0.7857142857142857 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 0.0011183899187017 0.003191551065742 99.28660326086955 0.5142857142857142 0.7857142857142857 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 0.0011183899187017 0.003191551065742 99.28660326086955 0.5142857142857142 0.7857142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 0.0043603562808129 0.0030268782208011 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 0.0043603562808129 0.0030268782208011 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 0.002032893946307 0.0034000039006778 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 0.002032893946307 0.0034000039006778 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 0.0374615435721352 0.0037828511926655 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 0.0374615435721352 0.0037828511926655 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 0.0041677670560602 0.0033171359325544 99.28660326086955 -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 0.0041677670560602 0.0033171359325544 99.28660326086955 -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 0.0279773661750368 0.0035931165328016 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 0.0279773661750368 0.0035931165328016 99.28660326086955 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 0.6583787547424436 0.0424509704394184 5.913749999999965 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 0.6583787547424436 0.0424509704394184 5.913749999999965 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 0.0561022245092317 0.0048140873080639 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 0.0561022245092317 0.0048140873080639 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 0.2202230177354067 0.0080909883003608 27.61739130434782 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 0.2202230177354067 0.0080909883003608 27.61739130434782 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 0.0495437644422054 0.0037237801373432 99.28660326086955 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 0.0495437644422054 0.0037237801373432 99.28660326086955 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 0.0040044072629825 0.0030585330268408 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 0.0040044072629825 0.0030585330268408 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 0.0035442470034467 0.0031674356222157 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 0.0035442470034467 0.0031674356222157 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 0.0118194394817692 0.0036556031335002 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 0.0118194394817692 0.0036556031335002 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 0.0047776942192285 0.0030476784139892 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 0.0047776942192285 0.0030476784139892 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 0.0303798446548171 0.0032951673588844 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 0.0303798446548171 0.0032951673588844 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 0.0090984770504292 0.0032329787359595 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 0.0090984770504292 0.0032329787359595 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 0.0050092091114493 0.0032447612012912 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 0.0050092091114493 0.0032447612012912 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 0.0238923500292003 0.0034946827582693 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 0.0238923500292003 0.0034946827582693 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 0.0823499232647009 0.0048927160052394 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 0.0823499232647009 0.0048927160052394 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 0.0018230648274766 0.0030693494104674 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 0.0018230648274766 0.0030693494104674 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 0.0056708235206315 0.0032497680667738 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 0.0056708235206315 0.0032497680667738 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 0.0130983156414004 0.0032710275033002 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 0.0130983156414004 0.0032710275033002 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 0.0984442661283537 0.0044143544653737 62.74467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 0.0984442661283537 0.0044143544653737 62.74467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 0.0068411637839744 0.0031272639636128 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 0.0068411637839744 0.0031272639636128 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 0.0004734533649752 0.0030045684666224 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 0.0004734533649752 0.0030045684666224 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 0.0099535246263258 0.0032280266374722 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 0.0099535246263258 0.0032280266374722 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 0.0021147284478502 0.0030485695199089 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 0.0021147284478502 0.0030485695199089 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 0.0018704133108258 0.0031264524478193 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 0.0018704133108258 0.0031264524478193 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 0.033537721610628 0.0043627710407993 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 0.033537721610628 0.0043627710407993 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 0.0021816635053255 0.0039133655235979 99.28660326086955 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 0.0021816635053255 0.0039133655235979 99.28660326086955 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 0.0003583573343348 0.003118474483721 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 0.0003583573343348 0.003118474483721 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 0.0163724718731828 0.0034423472876529 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 0.0163724718731828 0.0034423472876529 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 0.0023160916753113 0.0030416082075484 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 0.0023160916753113 0.0030416082075484 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 0.1462080946657806 0.0073406803911658 31.64317934782608 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 0.1462080946657806 0.0073406803911658 31.64317934782608 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 0.2261545732617378 0.0070367467605651 31.64317934782608 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 0.2261545732617378 0.0070367467605651 31.64317934782608 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 0.0716155528789386 0.0040537205534262 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 0.0716155528789386 0.0040537205534262 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 0.160762483254075 0.0073444936954881 31.64317934782608 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 0.160762483254075 0.0073444936954881 31.64317934782608 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 0.0816646665334701 0.0052295381094576 46.22467391304348 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 0.0816646665334701 0.0052295381094576 46.22467391304348 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 0.4331587506458163 0.0147832896830783 16.15755434782608 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 0.4331587506458163 0.0147832896830783 16.15755434782608 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 0.016460372833535 0.0039184325654972 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 0.016460372833535 0.0039184325654972 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 0.0914064992684871 0.0045298958098063 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 0.0914064992684871 0.0045298958098063 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 0.223140072543174 0.00787309810582 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 0.223140072543174 0.00787309810582 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 0.1877732006832957 0.0068701780818647 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 0.1877732006832957 0.0068701780818647 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 0.1155366559978574 0.0048291001396906 62.74467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 0.1155366559978574 0.0048291001396906 62.74467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 0.0275862782291369 0.0038511915696984 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 0.0275862782291369 0.0038511915696984 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 0.0192390638985671 0.0032106245902299 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 0.0192390638985671 0.0032106245902299 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 0.5185150876641273 0.1274763581657606 2.4772826086955604 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 0.5185150876641273 0.1274763581657606 2.4772826086955604 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 0.350784495472908 0.0209263486399401 11.6303260869565 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 0.350784495472908 0.0209263486399401 11.6303260869565 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 0.0113324767444282 0.0031679708030242 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 0.0113324767444282 0.0031679708030242 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 0.1044547737110406 0.0052782880219969 46.22467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 0.1044547737110406 0.0052782880219969 46.22467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 0.1794518320821225 0.0057540159915087 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 0.1794518320821225 0.0057540159915087 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 0.1274430354824289 0.0049068543737754 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 0.1274430354824289 0.0049068543737754 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 0.0062867999222362 0.0031577428228076 99.28660326086955 -1.2 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 0.0062867999222362 0.0031577428228076 99.28660326086955 -1.2 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 0.0070898516860324 0.0032205548137552 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 0.0070898516860324 0.0032205548137552 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 0.0038244157331064 0.0041425033428232 62.74467391304348 -2.7 -1.5999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 0.0038244157331064 0.0041425033428232 62.74467391304348 -2.7 -1.5999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 0.0037241896789055 0.0032439830769103 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 0.0037241896789055 0.0032439830769103 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 0.0007650029237993 0.0031855627358742 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 0.0007650029237993 0.0031855627358742 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 0.0500222312984988 0.0040439571619938 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 0.0500222312984988 0.0040439571619938 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 0.2311225077137351 0.0080375574705653 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 0.2311225077137351 0.0080375574705653 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 0.3066025041043758 0.0670648211687422 3.996902173913 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 0.3066025041043758 0.0670648211687422 3.996902173913 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 0.019497752393363 0.0039694029206233 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 0.019497752393363 0.0039694029206233 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 0.0094075527376844 0.0033977778256651 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 0.0094075527376844 0.0033977778256651 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 0.004675911652157 0.003245965527132 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 0.004675911652157 0.003245965527132 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 0.001508618115622 0.0032373568084408 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 0.001508618115622 0.0032373568084408 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 0.0020084800635231 0.0060490760870393 37.35904891304347 -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 0.0020084800635231 0.0060490760870393 37.35904891304347 -0.4571428571428572 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 0.0383647088310681 0.0037497332753264 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 0.0383647088310681 0.0037497332753264 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 0.1402981438441202 0.0053097896640101 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 0.1402981438441202 0.0053097896640101 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 0.0026477519713807 0.0046151065220157 62.74467391304348 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 0.0026477519713807 0.0046151065220157 62.74467391304348 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 0.0019676369483931 0.0032676993593144 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 0.0019676369483931 0.0032676993593144 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 0.0021236439934 0.0037428312035759 99.28660326086955 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 0.0021236439934 0.0037428312035759 99.28660326086955 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 0.000662686450596 0.0035700454712471 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 0.000662686450596 0.0035700454712471 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 0.0259957275120541 0.1853055113183915 1.933858695652077 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 0.0259957275120541 0.1853055113183915 1.933858695652077 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 0.0156567872327286 0.0038112255682604 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 0.0156567872327286 0.0038112255682604 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 0.0067872856452595 0.0036972481968121 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 0.0067872856452595 0.0036972481968121 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 0.2079691709950566 0.5111537785303326 0.7985869565216035 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 0.2079691709950566 0.5111537785303326 0.7985869565216035 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 0.012556962268718 0.0032975954622225 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 0.012556962268718 0.0032975954622225 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 0.0831658424285706 0.0041373500545977 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 0.0831658424285706 0.0041373500545977 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 0.0057994129892904 0.0031685042817628 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 0.0057994129892904 0.0031685042817628 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 0.0189790416625328 0.003551761398565 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 0.0189790416625328 0.003551761398565 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 0.0118436832271981 0.003331680991237 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 0.0118436832271981 0.003331680991237 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 0.0032275155826937 0.0032726814472987 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 0.0032275155826937 0.0032726814472987 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 0.0005542314429476 0.0031326959874269 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 0.0005542314429476 0.0031326959874269 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 0.1140294428914785 0.004875670999093 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 0.1140294428914785 0.004875670999093 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 0.0115950963227078 0.0079850435755201 31.64317934782608 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 0.0115950963227078 0.0079850435755201 31.64317934782608 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 0.0098116803128505 0.0035083298827528 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 0.0098116803128505 0.0035083298827528 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 0.1261298798490315 0.0052637038170536 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 0.1261298798490315 0.0052637038170536 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 0.0284554223180748 0.0069372903437275 37.35904891304347 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 0.0284554223180748 0.0069372903437275 37.35904891304347 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 0.1154814383480697 0.0049493010911287 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 0.1154814383480697 0.0049493010911287 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 0.0147491840980364 0.0032186134448297 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 0.0147491840980364 0.0032186134448297 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 0.0095608648553024 0.003272644455211 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 0.0095608648553024 0.003272644455211 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 0.0038305261259665 0.0032050938849093 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 0.0038305261259665 0.0032050938849093 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 0.0300353302736766 0.0039149501753339 99.28660326086955 -0.8 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 0.0300353302736766 0.0039149501753339 99.28660326086955 -0.8 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 0.0009846129651123 0.0032782156662952 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 0.0009846129651123 0.0032782156662952 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 0.0041609295512898 0.0034190094807717 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 0.0041609295512898 0.0034190094807717 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 0.2207692484371364 0.0073175688845805 31.64317934782608 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 0.2207692484371364 0.0073175688845805 31.64317934782608 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 0.0007556998225481 0.0031842162129291 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 0.0007556998225481 0.0031842162129291 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 0.0049577074532862 0.003281170488364 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 0.0049577074532862 0.003281170488364 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 0.0007143416878534 0.0035557316006044 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 0.0007143416878534 0.0035557316006044 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 0.00034081663307 0.0044258762656402 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 0.00034081663307 0.0044258762656402 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 0.0002469767196089 0.0044155055614299 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 0.0002469767196089 0.0044155055614299 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 0.0002943422960015 0.0037080609001452 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 0.0002943422960015 0.0037080609001452 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 0.0008005818008314 0.0036747495776575 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 0.0008005818008314 0.0036747495776575 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 0.0190536930604139 0.0288533613238928 8.545326086956507 -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 0.0190536930604139 0.0288533613238928 8.545326086956507 -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 8 SIVGAEVD 43855.195 31026.57140484993 MHCflurry 77.5 42.77524999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.0006424771 0.0022900898 31026.57140484993 42.77524999999999 34888.16 64.53 45200.94 73.0 45606.71 93.0 46474.47 99.0 1e-06 95.0 42509.45 49.0 83071.11 82.0 32752.16 44.0 0.0046949276293162 0.0033156122697443 99.28660326086955 1.042857142857143 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 8 IVGAEVDK 47906.55 28574.2889477496 MHCflurry 92.395 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.0015761378 0.028345348 28574.2889477496 23.814625 39635.39 93.79 48178.41 100.0 45360.65 91.0 47634.69 100.0 1e-06 95.0 50000.0 55.0 49254.96 61.0 73322.96 77.0 0.0055468286009272 0.0036014896265911 99.28660326086955 -0.15714285714285703 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 8 VGAEVDKN 47307.36 22669.92 SMM 78.5 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 7.654825e-05 0.0066692466 30985.2884098508 42.77524999999999 31058.03 47.93 48169.03 100.0 46604.38 99.0 48010.34 100.0 1e-06 95.0 50000.0 55.0 22669.92 31.0 50494.03 62.0 0.0016116697224788 0.0032839874841516 99.28660326086955 -1.2571428571428573 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 8 GAEVDKNL 47088.035 23695.89 MHCnuggetsI 77.0 28.82 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.0011140887 0.006496071 29419.33808970321 30.050999999999995 23695.89 28.82 47415.12 96.0 45606.71 93.0 46760.95 100.0 1.1e-05 60.0 50000.0 55.0 297474.68 100.0 49572.41 61.0 0.005575479066465 0.0035016668876539 99.28660326086955 -0.6571428571428573 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 8 AEVDKNLG 2991.336 1731.61 SMM 3.5 0.9 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00130218 0.00012880783 2688.3427020525523 1.7027499999999984 3294.33 4.35 12733.14 8.7 1874.27 2.4 16044.09 6.2 0.0136 3.1 2443.19 3.8 1731.61 0.9 3919.58 3.2 0.0331957287271507 0.0380851709207992 6.479157608695644 -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 8 EVDKNLGT 39249.355 28731.25 NetMHC 49.73 15.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0015083682 0.034324225 29468.09679915391 30.050999999999995 30036.44 44.46 28731.25 22.0 42509.45 64.0 35989.26 36.0 0.000381 15.0 50000.0 55.0 57869.54 68.0 83992.4 82.0 0.035463952604914 0.0038845050712672 99.28660326086955 -0.5714285714285713 -0.5714285714285713 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 8 VDKNLGTV 29210.15 15710.15 PickPocket 33.5 5.2856250000000005 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.006373119 0.027174791 18400.637843215754 5.2856250000000005 30844.59 47.17 40949.25 46.0 27575.71 14.0 34072.25 30.0 0.00075 11.0 15710.15 20.0 50518.45 62.0 26930.23 37.0 0.0177636721346061 0.0057541622044096 46.22467391304348 -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 8 DKNLGTVY 40020.93 29116.302418792427 MHCflurry 45.975 6.792608695652163 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.0010688774 0.001143489 29116.302418792427 27.7165 31341.59 48.95 44804.58 70.0 38565.12 38.0 41476.74 69.0 0.000469 14.0 50000.0 55.0 140426.8 95.0 32228.49 43.0 0.6733561921864748 0.0363247024417849 6.792608695652163 -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 8 KNLGTVYG 37799.975 25998.84 MHCnuggetsI 55.0 33.64 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 7.621564e-05 0.0019752108 32466.41164914057 69.298375 25998.84 33.64 43691.54 61.0 39837.46 44.0 42937.04 80.0 6e-06 70.0 38150.11 45.0 37449.84 49.0 34216.85 46.0 0.0049073928166762 0.0031755218099476 99.28660326086955 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 8 NLGTVYGL 40975.56 27707.29 MHCnuggetsI 56.5 37.77 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.00058670586 0.018973008 31307.05550399611 47.08112499999999 27707.29 37.77 46269.74 84.0 40053.56 46.0 41897.56 72.0 1.8e-05 51.0 30726.73 38.0 133798.12 95.0 50377.89 62.0 0.0532716939924284 0.0039008097978898 99.28660326086955 1.2857142857142858 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 8 LGTVYGLE 39019.185 19735.13 SMMPMBEC 80.149 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00032190906 0.0087629035 32677.72070331225 69.298375 30961.1 47.59 47317.74 95.0 45360.65 91.0 45604.75 96.0 1e-06 95.0 50000.0 55.0 25612.38 35.0 19735.13 27.0 0.0093549376178998 0.0032055261662204 99.28660326086955 0.24285714285714274 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 8 GTVYGLEK 40286.83 15081.69 SMM 56.5 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.0015447316 0.048587885 31487.53202119029 51.90287499999999 38748.56 88.59 47094.55 93.0 41825.1 58.0 44458.84 91.0 6e-06 70.0 50000.0 55.0 15081.69 20.0 31134.36 42.0 0.3604947938583791 0.0114160751018667 20.2322554347826 -0.2571428571428572 0.24285714285714274 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 8 TVYGLEKP 46075.705 31179.54445300332 MHCflurry 73.372 36.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.004869736 0.008230231 31179.54445300332 47.08112499999999 32987.93 55.49 47035.49 92.0 45115.92 89.0 43465.7 84.0 4.9e-05 36.0 50000.0 55.0 136285.61 95.0 136533.74 95.0 0.1225308377761393 0.0049982803915881 62.74467391304348 -0.3857142857142856 -0.2571428571428572 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 8 VYGLEKPF 44609.22 32546.7003651262 MHCflurry 75.649 45.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0003408918 0.0021565794 32546.7003651262 69.298375 32823.56 54.77 46416.16 86.0 44389.61 82.0 44828.83 93.0 1.8e-05 51.0 50000.0 55.0 105305.24 89.0 33669.76 45.0 0.0214947995409602 0.0033587783898639 99.28660326086955 -0.5857142857142857 -0.3857142857142856 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 8 YGLEKPFL 43157.13 29389.29092873348 MHCflurry 61.5 6.047907608695624 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.00061147014 0.017694268 29389.29092873348 27.7165 35497.2 67.93 47402.8 96.0 41825.1 58.0 44489.16 91.0 2.3e-05 47.0 31398.89 39.0 53882.78 65.0 55749.37 66.0 0.7147903703153133 0.0414584302101044 6.047907608695624 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 8 GLEKPFLC 41761.105 30669.707214686863 MHCflurry 54.5 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.00013452982 0.011778889 30669.707214686863 38.99449999999999 32439.46 53.18000000000001 46523.77 87.0 41599.44 57.0 42934.24 80.0 2.2e-05 48.0 50000.0 55.0 41922.77 54.0 38215.54 50.0 0.0085023574356455 0.0033982741125188 99.28660326086955 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 8 LEKPFLCG 10705.98 2145.11 SMM 6.7 1.2 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.002309238 0.0017178865 12952.258419920769 3.668624999999999 11611.98 12.04 9799.98 6.9 4576.12 4.2 16739.22 6.5 0.00119 8.9 3272.12 4.9 2145.11 1.2 12683.53 17.0 0.0215936500462703 0.0081832154522517 27.61739130434782 -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 8 EKPFLCGL 36201.839 15959.5 MHCnuggetsI 48.888 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.001026327 0.00085953175 31028.67883261169 42.77524999999999 15959.5 16.900000000000002 18746.65 14.0 41375.0 55.0 28349.89 17.0 0.00045 14.0 50000.0 55.0 347896.45 100.0 198262.24 100.0 0.0406609411002136 0.00376361204949 99.28660326086955 1.0 1.0 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 8 KPFLCGLA 29312.265 3771.19 MHCnuggetsI 22.0 4.78 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00010390656 0.0026096164 27196.39936543934 17.127999999999997 3771.19 4.78 37648.19 36.0 32965.5 21.0 31428.13 23.0 7.6e-05 30.0 32434.8 39.0 9941.46 13.0 8438.01 8.9 0.0104316831202595 0.0038435436637473 99.28660326086955 1.8142857142857143 1.8142857142857143 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 8 PFLCGLAL 31778.348 11647.7 SMMPMBEC 58.951 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00021394272 0.008186548 31470.946157440507 51.90287499999999 29623.37 43.16 46132.8 83.0 42740.04 66.0 42236.65 75.0 7e-06 67.0 32085.75 39.0 12118.53 16.0 11647.7 15.0 0.0590044681448489 0.0039603640954342 99.28660326086955 2.585714285714286 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 8 FLCGLALD 43087.4 16160.32 SMM 83.348 22.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.000106139014 0.004427602 33241.61903905417 81.696 34871.32 64.42999999999999 47228.23 94.0 44872.5 87.0 43591.43 85.0 1e-06 95.0 50000.0 55.0 16160.32 22.0 42583.37 55.0 0.0042311199940741 0.0030963932377148 99.28660326086955 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-B*45:01 8 LCGLALDL 33029.144 20055.8 SMMPMBEC 72.121 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0005977316 0.011819814 31745.97856906089 57.24249999999999 25599.32 32.75 46983.59 92.0 45360.65 91.0 44802.65 93.0 2e-06 87.0 23957.42 30.0 34312.31 46.0 20055.8 27.0 0.0107084313203813 0.0033123459996462 99.28660326086955 1.6857142857142857 1.6857142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 8 MATLFTIC 35200.22 16796.82 MHCnuggetsI 42.388 17.95 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.0005266753 0.018659335 30920.74107349577 42.77524999999999 16796.82 17.95 36531.07 33.0 33869.37 23.0 37306.37 42.0 5e-06 73.0 25017.04 32.0 132571.45 94.0 47450.41 59.0 0.0191701344738248 0.0035007966248623 99.28660326086955 2.0 2.0 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 8 ATLFTICV 19142.52 3883.65 SMMPMBEC 20.0 3.1 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.00032837896 0.032849733 31927.314030709436 57.24249999999999 11129.73 11.56 24853.01 18.0 21154.46 9.2 33135.01 27.0 2.8e-05 44.0 17130.58 22.0 9235.28 10.0 3883.65 3.1 0.3158751241862774 0.0096357359687972 24.57923913043477 2.3428571428571425 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 8 TLFTICVW 41229.065 31396.09 MHCnuggetsI 64.5 27.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.00015229757 0.0008878053 33046.78950827527 75.6415 31396.09 49.15 45280.71 74.0 35559.24 27.0 37177.42 42.0 2.2e-05 48.0 50000.0 55.0 283432.73 100.0 99366.5 88.0 0.0483756963221821 0.0036385783145685 99.28660326086955 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 8 LFTICVWT 41967.685 18388.58 MHCnuggetsI 70.0 20.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 6.6112756e-05 0.01368383 33836.60596943112 87.210125 18388.58 20.09 42167.71 52.0 38565.12 38.0 41767.66 71.0 1e-06 95.0 46857.18 52.0 72853.43 77.0 60289.27 69.0 0.0007842374161555 0.0030068706743227 99.28660326086955 1.6714285714285715 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 8 FTICVWTG 34654.547 12631.36 SMM 49.5 17.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 2.0664476e-05 0.0047991835 32448.48395875318 69.298375 23652.14 28.73 44587.93 68.0 39837.46 44.0 36860.61 40.0 2e-06 87.0 50000.0 55.0 12631.36 17.0 17792.62 24.0 0.0302315789667773 0.0034740089895745 99.28660326086955 1.2142857142857142 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 8 TICVWTGE 45165.425 23836.36 SMMPMBEC 84.0 32.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.00014390703 0.019482434 33213.80653315609 81.696 34414.19 62.09 46299.8 85.0 45360.65 91.0 44970.2 93.0 1e-06 95.0 50000.0 55.0 87186.65 83.0 23836.36 32.0 0.0047410601910087 0.0031044827999452 99.28660326086955 0.8142857142857142 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 8 ICVWTGET 39170.345 12452.03 SMMPMBEC 84.348 16.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 5.4637985e-05 0.0048345523 33224.77090533036 81.696 26462.38 34.71 46513.7 87.0 45115.92 89.0 45932.06 98.0 1e-06 95.0 31398.89 39.0 45650.97 58.0 12452.03 16.0 0.0019037375786865 0.0030725864743639 99.28660326086955 0.07142857142857133 0.8142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 8 CVWTGETI 38048.305 30331.277511369524 MHCflurry 48.612 35.63949999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.00024378426 0.0048500607 30331.277511369524 35.63949999999999 33250.14 56.65 43425.74 59.0 38357.05 37.0 38840.23 51.0 8e-06 65.0 37739.56 45.0 82120.2 82.0 34295.73 46.0 0.1660270763095468 0.0059822247519324 46.22467391304348 0.35714285714285726 0.35714285714285726 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 0.4674855694174766 0.0190334133470473 12.187228260869546 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 0.4674855694174766 0.0190334133470473 12.187228260869546 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 0.3274797494523227 0.0138112374308446 17.305597826086952 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 0.3274797494523227 0.0138112374308446 17.305597826086952 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 0.1242939892690628 0.0117815762397039 20.2322554347826 0.542857142857143 0.542857142857143 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 0.1242939892690628 0.0117815762397039 20.2322554347826 0.542857142857143 0.542857142857143 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 0.2387733999639749 0.0081794452096815 27.61739130434782 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 0.2387733999639749 0.0081794452096815 27.61739130434782 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 0.1378619754686951 0.0054218986742885 46.22467391304348 0.42857142857142855 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 0.1378619754686951 0.0054218986742885 46.22467391304348 0.42857142857142855 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 0.0093417864118237 0.0032098395401611 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 0.0093417864118237 0.0032098395401611 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 0.0027757746574934 0.003136195701151 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 0.0027757746574934 0.003136195701151 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 0.0124473420437425 0.0032370876761539 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 0.0124473420437425 0.0032370876761539 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 0.0201140713907079 0.0033498775141574 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 0.0201140713907079 0.0033498775141574 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 0.0044809866813011 0.0031243048936932 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 0.0044809866813011 0.0031243048936932 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 0.3048895578831434 0.0100174840121869 22.19230978260869 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 0.3048895578831434 0.0100174840121869 22.19230978260869 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 0.0368031488033011 0.0037305102132659 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 0.0368031488033011 0.0037305102132659 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 0.2450200887396931 0.0097832097316319 24.57923913043477 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 0.2450200887396931 0.0097832097316319 24.57923913043477 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 0.8330904394388199 0.1101518870412301 2.7245652173912447 -0.6 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 0.8330904394388199 0.1101518870412301 2.7245652173912447 -0.6 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 0.1441711205407045 0.0057001019063606 46.22467391304348 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 0.1441711205407045 0.0057001019063606 46.22467391304348 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 0.0070719097275286 0.0031475691492721 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 0.0070719097275286 0.0031475691492721 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 0.1683112541213631 0.0056699144891315 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 0.1683112541213631 0.0056699144891315 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 0.0830610416014678 0.0049243772111814 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 0.0830610416014678 0.0049243772111814 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 0.346786874346435 0.0113835357906479 20.2322554347826 -1.4 -1.4 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 0.346786874346435 0.0113835357906479 20.2322554347826 -1.4 -1.4 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 0.1805821997113526 0.0058503307917776 46.22467391304348 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 0.1805821997113526 0.0058503307917776 46.22467391304348 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 0.5363824861124158 0.0211550188466805 11.115788043478249 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 0.5363824861124158 0.0211550188466805 11.115788043478249 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 0.0227351056528277 0.0034080248920543 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 0.0227351056528277 0.0034080248920543 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 0.2909262522589415 0.0089815471973313 27.61739130434782 0.7857142857142857 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 0.2909262522589415 0.0089815471973313 27.61739130434782 0.7857142857142857 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 0.0011183899187017 0.0029841784293045 100.0 0.5142857142857142 0.7857142857142857 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 0.0011183899187017 0.0029841784293045 100.0 0.5142857142857142 0.7857142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 0.0043603562808129 0.0032369299837636 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 0.0043603562808129 0.0032369299837636 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 0.002032893946307 0.0032891007373426 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 0.002032893946307 0.0032891007373426 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 0.0374615435721352 0.0046470185271769 62.74467391304348 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 0.0374615435721352 0.0046470185271769 62.74467391304348 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 0.0041677670560602 0.0042239154263476 62.74467391304348 -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 0.0041677670560602 0.0042239154263476 62.74467391304348 -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 0.0279773661750368 0.0047412889780528 62.74467391304348 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 0.0279773661750368 0.0047412889780528 62.74467391304348 -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 0.6583787547424436 0.078811343601101 3.487608695652085 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 0.6583787547424436 0.078811343601101 3.487608695652085 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 0.0561022245092317 0.004074687335248 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 0.0561022245092317 0.004074687335248 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 0.2202230177354067 0.0074028277603039 31.64317934782608 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 0.2202230177354067 0.0074028277603039 31.64317934782608 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 0.0495437644422054 0.0043720244148319 62.74467391304348 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 0.0495437644422054 0.0043720244148319 62.74467391304348 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 0.0040044072629825 0.0031095359740729 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 0.0040044072629825 0.0031095359740729 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 0.0035442470034467 0.0031642996059379 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 0.0035442470034467 0.0031642996059379 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 0.0118194394817692 0.0033120785753388 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 0.0118194394817692 0.0033120785753388 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 0.0047776942192285 0.0032299523064232 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 0.0047776942192285 0.0032299523064232 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 0.0303798446548171 0.0035137040394118 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 0.0303798446548171 0.0035137040394118 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 0.0090984770504292 0.0034921287260652 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 0.0090984770504292 0.0034921287260652 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 0.0050092091114493 0.0032065592605129 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 0.0050092091114493 0.0032065592605129 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 0.0238923500292003 0.0037352602216834 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 0.0238923500292003 0.0037352602216834 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 0.0823499232647009 0.0042929760194193 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 0.0823499232647009 0.0042929760194193 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 0.0018230648274766 0.0031556904119908 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 0.0018230648274766 0.0031556904119908 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 0.0056708235206315 0.0032186855388542 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 0.0056708235206315 0.0032186855388542 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 0.0130983156414004 0.0032581038059072 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 0.0130983156414004 0.0032581038059072 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 0.0984442661283537 0.0056380007645553 46.22467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 0.0984442661283537 0.0056380007645553 46.22467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 0.0068411637839744 0.004389078574581 62.74467391304348 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 0.0068411637839744 0.004389078574581 62.74467391304348 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 0.0004734533649752 0.003125383845753 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 0.0004734533649752 0.003125383845753 99.28660326086955 -1.1 -1.1 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 0.0099535246263258 0.0032420512257128 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 0.0099535246263258 0.0032420512257128 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 0.0021147284478502 0.0031200909349279 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 0.0021147284478502 0.0031200909349279 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 0.0018704133108258 0.0033033674557339 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 0.0018704133108258 0.0033033674557339 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 0.033537721610628 0.004208779420441 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 0.033537721610628 0.004208779420441 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 0.0021816635053255 0.0046570030768443 62.74467391304348 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 0.0021816635053255 0.0046570030768443 62.74467391304348 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 0.0003583573343348 0.0033341217420368 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 0.0003583573343348 0.0033341217420368 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 0.0163724718731828 0.0033431315735894 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 0.0163724718731828 0.0033431315735894 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 0.0023160916753113 0.0031264362521391 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 0.0023160916753113 0.0031264362521391 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 0.1462080946657806 0.0055047030205184 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 0.1462080946657806 0.0055047030205184 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 0.2261545732617378 0.0084020295617059 27.61739130434782 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 0.2261545732617378 0.0084020295617059 27.61739130434782 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 0.0716155528789386 0.0042259346492585 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 0.0716155528789386 0.0042259346492585 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 0.160762483254075 0.0061185906981767 37.35904891304347 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 0.160762483254075 0.0061185906981767 37.35904891304347 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 0.0816646665334701 0.0039788909974063 99.28660326086955 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 0.0816646665334701 0.0039788909974063 99.28660326086955 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 0.4331587506458163 0.0157686964999109 15.160951086956516 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 0.4331587506458163 0.0157686964999109 15.160951086956516 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 0.016460372833535 0.0033141767526426 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 0.016460372833535 0.0033141767526426 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 0.0914064992684871 0.004283804195648 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 0.0914064992684871 0.004283804195648 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 0.223140072543174 0.0072244277376312 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 0.223140072543174 0.0072244277376312 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 0.1877732006832957 0.0060263691052399 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 0.1877732006832957 0.0060263691052399 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 0.1155366559978574 0.0051120621388016 46.22467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 0.1155366559978574 0.0051120621388016 46.22467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 0.0275862782291369 0.0035316620581936 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 0.0275862782291369 0.0035316620581936 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 0.0192390638985671 0.003288156733418 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 0.0192390638985671 0.003288156733418 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 0.5185150876641273 0.0194331267923097 12.187228260869546 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 0.5185150876641273 0.0194331267923097 12.187228260869546 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 0.350784495472908 0.0107420718181746 22.19230978260869 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 0.350784495472908 0.0107420718181746 22.19230978260869 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 0.0113324767444282 0.003266337149801 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 0.0113324767444282 0.003266337149801 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 0.1044547737110406 0.0045712578839674 62.74467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 0.1044547737110406 0.0045712578839674 62.74467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 0.1794518320821225 0.0057452295881661 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 0.1794518320821225 0.0057452295881661 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 0.1274430354824289 0.0048178270076604 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 0.1274430354824289 0.0048178270076604 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 0.2276021169091109 0.007134709505523 31.64317934782608 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 0.2276021169091109 0.007134709505523 31.64317934782608 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 0.0709412555443123 0.0047047657017421 62.74467391304348 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 0.0709412555443123 0.0047047657017421 62.74467391304348 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 0.0478779774857685 0.0038495958115348 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 0.0478779774857685 0.0038495958115348 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 0.0072837447660276 0.0032713618175555 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 0.0072837447660276 0.0032713618175555 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 0.3146926136687398 0.0104095231412549 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 0.3146926136687398 0.0104095231412549 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 0.0029628053089254 0.0031890486695484 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 0.0029628053089254 0.0031890486695484 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 0.0691329020773992 0.0039931614619809 99.28660326086955 -0.2 -0.2 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 0.0691329020773992 0.0039931614619809 99.28660326086955 -0.2 -0.2 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 0.1633750693872571 0.005621106593306 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 0.1633750693872571 0.005621106593306 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 0.0018035465855064 0.0031251237516605 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 0.0018035465855064 0.0031251237516605 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 0.0013416842703009 0.003153154639793 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 0.0013416842703009 0.003153154639793 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 0.0010399107286502 0.003066367266588 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 0.0010399107286502 0.003066367266588 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 0.0168368986342102 0.0033826395286127 99.28660326086955 -1.7 -1.7 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 0.0168368986342102 0.0033826395286127 99.28660326086955 -1.7 -1.7 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 0.0095957405283115 0.0032052631267367 99.28660326086955 -0.6 -0.6 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 0.0095957405283115 0.0032052631267367 99.28660326086955 -0.6 -0.6 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 0.0798075014608912 0.0044604517765588 62.74467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 0.0798075014608912 0.0044604517765588 62.74467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 0.0612185254576616 0.005252565206909 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 0.0612185254576616 0.005252565206909 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 0.0044449623965192 0.0030305621698477 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 0.0044449623965192 0.0030305621698477 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 0.121738483197987 0.0072559598972001 31.64317934782608 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 0.121738483197987 0.0072559598972001 31.64317934782608 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 0.3335407469421625 0.1103997229989949 2.7245652173912447 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 0.3335407469421625 0.1103997229989949 2.7245652173912447 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 0.0187650976877193 0.0034521461040219 99.28660326086955 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 0.0187650976877193 0.0034521461040219 99.28660326086955 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 0.572644367814064 0.0815012577757421 3.3897826086955547 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 0.572644367814064 0.0815012577757421 3.3897826086955547 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 0.002285109287186 0.0031695255417331 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 0.002285109287186 0.0031695255417331 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 0.1473195166327059 0.0068211632388799 37.35904891304347 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 0.1473195166327059 0.0068211632388799 37.35904891304347 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 0.4074227288365364 0.0166079553095542 14.277038043478257 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 0.4074227288365364 0.0166079553095542 14.277038043478257 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 0.2472679184284061 0.0081600091350963 27.61739130434782 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 0.2472679184284061 0.0081600091350963 27.61739130434782 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 0.0519933707546442 0.0038662141586475 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 0.0519933707546442 0.0038662141586475 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 0.0857390877790749 0.0060385808806286 37.35904891304347 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 0.0857390877790749 0.0060385808806286 37.35904891304347 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 0.2589348498731851 0.0321630819738075 7.558260869565203 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 0.2589348498731851 0.0321630819738075 7.558260869565203 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 0.0744880111888051 0.0040300242499371 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 0.0744880111888051 0.0040300242499371 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 0.1352119592484086 0.011205054096868 20.2322554347826 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 0.1352119592484086 0.011205054096868 20.2322554347826 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 0.0131209596875123 0.0037838858183826 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 0.0131209596875123 0.0037838858183826 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 0.020977507228963 0.0035776791003392 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 0.020977507228963 0.0035776791003392 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 0.0036960371216991 0.0033751286800901 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 0.0036960371216991 0.0033751286800901 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 0.0021834995568497 0.003078534836027 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 0.0021834995568497 0.003078534836027 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 0.009228750695911 0.0033067836825303 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 0.009228750695911 0.0033067836825303 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 0.0027971752133453 0.0032661111832482 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 0.0027971752133453 0.0032661111832482 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 0.0043867133499588 0.0032492004778695 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 0.0043867133499588 0.0032492004778695 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 0.0175711034680716 0.0040760932650983 62.74467391304348 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 0.0175711034680716 0.0040760932650983 62.74467391304348 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 0.2276021169091109 0.0069358605286637 37.35904891304347 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 0.2276021169091109 0.0069358605286637 37.35904891304347 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 0.0709412555443123 0.0039901808088236 99.28660326086955 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 0.0709412555443123 0.0039901808088236 99.28660326086955 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 0.0478779774857685 0.0038391240688104 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 0.0478779774857685 0.0038391240688104 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 0.0072837447660276 0.0032425479958598 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 0.0072837447660276 0.0032425479958598 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 0.3146926136687398 0.0102252048772135 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 0.3146926136687398 0.0102252048772135 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 0.0029628053089254 0.0031999234028494 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 0.0029628053089254 0.0031999234028494 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 0.0691329020773992 0.0051414693484699 46.22467391304348 -0.2 -0.2 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 0.0691329020773992 0.0051414693484699 46.22467391304348 -0.2 -0.2 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 0.1633750693872571 0.005916813942273 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 0.1633750693872571 0.005916813942273 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 0.0018035465855064 0.0031535259932043 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 0.0018035465855064 0.0031535259932043 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 0.0013416842703009 0.0032877186878136 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 0.0013416842703009 0.0032877186878136 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 0.0010399107286502 0.003207578316075 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 0.0010399107286502 0.003207578316075 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 0.0168368986342102 0.0063129504447432 37.35904891304347 -1.7 -1.7 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 0.0168368986342102 0.0063129504447432 37.35904891304347 -1.7 -1.7 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 0.0095957405283115 0.0038565054470116 99.28660326086955 -0.6 -0.6 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 0.0095957405283115 0.0038565054470116 99.28660326086955 -0.6 -0.6 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 0.0798075014608912 0.0055356373578818 46.22467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 0.0798075014608912 0.0055356373578818 46.22467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 0.0612185254576616 0.0056608462076093 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 0.0612185254576616 0.0056608462076093 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 0.0044449623965192 0.0032335191274103 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 0.0044449623965192 0.0032335191274103 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 0.121738483197987 0.0049218995956032 62.74467391304348 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 0.121738483197987 0.0049218995956032 62.74467391304348 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 0.3335407469421625 0.0110511034175909 20.2322554347826 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 0.3335407469421625 0.0110511034175909 20.2322554347826 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 0.0187650976877193 0.0052811599253536 46.22467391304348 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 0.0187650976877193 0.0052811599253536 46.22467391304348 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 0.572644367814064 0.0326253275198758 7.558260869565203 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 0.572644367814064 0.0326253275198758 7.558260869565203 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 0.002285109287186 0.0035460511755655 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 0.002285109287186 0.0035460511755655 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 0.1473195166327059 0.005339670915617 46.22467391304348 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 0.1473195166327059 0.005339670915617 46.22467391304348 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 0.4074227288365364 0.0128046257403611 18.61798913043478 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 0.4074227288365364 0.0128046257403611 18.61798913043478 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 0.2472679184284061 0.0074864003455413 31.64317934782608 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 0.2472679184284061 0.0074864003455413 31.64317934782608 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 0.0519933707546442 0.0038125699127825 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 0.0519933707546442 0.0038125699127825 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 0.0857390877790749 0.0045229258364512 62.74467391304348 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 0.0857390877790749 0.0045229258364512 62.74467391304348 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 0.2589348498731851 0.0082316489525033 27.61739130434782 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 0.2589348498731851 0.0082316489525033 27.61739130434782 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 0.0744880111888051 0.0041873647433186 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 0.0744880111888051 0.0041873647433186 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 0.1352119592484086 0.0060055501614121 46.22467391304348 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 0.1352119592484086 0.0060055501614121 46.22467391304348 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 0.0131209596875123 0.0032998103886821 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 0.0131209596875123 0.0032998103886821 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 0.020977507228963 0.0034310933318164 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 0.020977507228963 0.0034310933318164 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 0.0036960371216991 0.0032072006293365 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 0.0036960371216991 0.0032072006293365 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 0.0021834995568497 0.0030032319141762 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 0.0021834995568497 0.0030032319141762 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 0.009228750695911 0.0032105317881755 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 0.009228750695911 0.0032105317881755 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 0.0027971752133453 0.0030637786832883 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 0.0027971752133453 0.0030637786832883 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 0.0043867133499588 0.003131419310339 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 0.0043867133499588 0.003131419310339 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 0.0175711034680716 0.003570713945032 99.28660326086955 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 0.0175711034680716 0.003570713945032 99.28660326086955 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 NA NA NA -1.5 -1.5 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 NA NA NA -1.5 -1.5 False False False 0 True 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-A*29:02 10 KPPSGKSTPF 25870.795 5948.65 MHCnuggetsI 34.0 8.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0014679049 0.004128697 17912.5505434997 9.611249999999997 5948.65 71.64 27913.43 31.0 23828.16 34.0 29854.04 30.0 0.00118 8.8 50000.0 47.0 20762.52 35.0 37198.89 49.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 10 PPSGKSTPFG 38223.83 5975.65 MHCnuggetsI 71.0 34.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00018915643 0.0024334588 31474.622086030053 54.695 5975.65 86.88 36610.2 61.0 39837.46 92.0 43599.44 87.0 5e-06 71.0 50000.0 47.0 19919.57 34.0 98294.68 74.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 10 PSGKSTPFGN 32577.555 5964.88 MHCnuggetsI 59.0 19.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00039574545 0.007353446 28824.67967755404 32.57675 5964.88 81.36 36330.43 59.0 36337.11 78.0 44262.53 90.0 1e-06 94.0 50000.0 47.0 8380.69 19.0 25265.62 39.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 10 SGKSTPFGNE 39981.405 5869.78 MHCnuggetsI 54.0 33.56 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00040766317 0.011881917 29958.74072315123 38.768 5869.78 33.56 39027.29 73.0 38357.05 87.0 40935.52 72.0 2.7e-05 44.0 50000.0 47.0 44287.38 54.0 93224.49 73.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 10 GKSTPFGNEE 41089.46 5939.04 MHCnuggetsI 65.56 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0003219323 0.0071034306 31793.65473365888 59.0625 5939.04 65.56 37801.27 66.0 39622.53 91.0 42556.39 81.0 1.3e-05 56.0 50000.0 47.0 61415.78 62.0 131078.06 80.0 NA NA NA -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 10 KSTPFGNEEQ 38452.08 5880.17 MHCnuggetsI 59.0 26.708874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.00023014886 0.008643815 27830.840889444276 26.708874999999995 5880.17 36.8 36294.67 59.0 34610.27 70.0 40609.49 70.0 2.5e-05 45.0 50000.0 47.0 1307013.28 100.0 499493.68 96.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 10 STPFGNEEQQ 36393.13 5854.87 MHCnuggetsI 47.0 12.320249999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00025666607 0.0060457163 21018.83812238152 12.320249999999994 5854.87 29.54 33215.75 47.0 34237.82 68.0 38548.44 60.0 9.2e-05 28.0 50000.0 47.0 439825.09 95.0 455543.65 95.0 NA NA NA -2.157142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 10 TPFGNEEQQL 30645.22 5918.98 MHCnuggetsI 37.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.0010750057 0.015266837 24716.635839747723 17.799749999999992 5918.98 53.6 30229.45 37.0 31060.99 56.0 32081.94 36.0 0.000654 12.0 50000.0 47.0 13717.66 26.0 31807.53 45.0 NA NA NA -2.014285714285714 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 10 PFGNEEQQLA 35355.48 5900.63 MHCnuggetsI 47.0 26.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.0011812978 0.022150895 29640.71625990156 36.485875 5900.63 44.61 33079.47 46.0 30396.07 53.0 37631.49 56.0 0.000109 26.0 50000.0 47.0 57053.2 60.0 104599.59 75.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-A*29:02 10 APPRPKPPSV 42010.46 5928.74 MHCnuggetsI 77.0 17.799749999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0012917382 0.0015709026 24638.97408242646 17.799749999999992 5928.74 59.2 42225.24 91.0 38150.11 86.0 41795.68 77.0 0.000195 21.0 50000.0 47.0 416178.84 95.0 866024.14 99.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 10 PPRPKPPSVW 41053.6 6009.81 MHCnuggetsI 87.0 9.4 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00069369527 0.0031808557 24693.490472524714 17.799749999999992 6009.81 97.08 43313.58 96.0 38565.12 87.0 38793.62 61.0 0.00102 9.4 50000.0 47.0 593307.72 97.0 1212076.41 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 10 PRPKPPSVWQ 43764.345 5930.92 MHCnuggetsI 92.0 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.0001479981 0.0009897172 31800.5713621383 59.0625 5930.92 60.51 42903.13 94.0 41599.44 98.0 44625.56 92.0 2.1e-05 48.0 50000.0 47.0 1069744.35 100.0 969460.23 99.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-A*29:02 10 FADFSQMSKF 4361.37 3089.783086945302 MHCflurry 5.5 2.6 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.008129832 0.1294279 3089.783086945302 2.718499999999999 5489.35 5.66 6547.72 5.2 4219.45 5.5 4206.95 2.6 0.0145 2.7 50000.0 47.0 3135.31 8.4 4503.29 12.0 NA NA NA -0.2142857142857144 0.21428571428571422 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 10 ADFSQMSKFG 29010.818 5601.19 SMM 40.0 14.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0004356062 0.040451236 30806.95548018762 47.25637500000001 5959.37 78.17 27214.68 30.0 34423.54 69.0 33533.53 40.0 0.000111 26.0 50000.0 47.0 5601.19 14.0 15868.29 29.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 10 DFSQMSKFGN 21462.785 1156.86 SMM 19.08 4.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.001019787 0.046447523 24596.578317031825 17.799749999999992 5796.1 19.08 19353.83 17.0 23571.74 34.0 29356.89 29.0 7e-06 66.0 29108.61 32.0 1156.86 4.2 3195.44 8.5 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 10 FSQMSKFGNE 31424.1 5895.77 MHCnuggetsI 47.0 31.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0013649818 0.07839341 29161.61409592517 34.4285 5895.77 42.57 31787.21 42.0 31060.99 56.0 30310.68 31.0 9e-06 62.0 50000.0 47.0 83230.02 70.0 181355.19 85.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 10 SQMSKFGNEE 31078.615 5954.96 MHCnuggetsI 47.0 29.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0009384654 0.058380723 28939.583486443946 32.57675 5954.96 75.53999999999999 31430.5 41.0 30726.73 54.0 29423.99 29.0 8e-05 30.0 50000.0 47.0 50382.53 57.0 90475.29 72.0 NA NA NA -1.8285714285714287 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 10 QMSKFGNEEQ 25529.629 5844.96 MHCnuggetsI 31.0 23.49875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.0006987326 0.045419198 26772.20862951082 23.49875 5844.96 27.22 24287.05 24.0 22573.33 31.0 32148.65 36.0 4.6e-05 37.0 23444.56 26.0 122823.08 78.0 96946.02 73.0 NA NA NA -2.2142857142857144 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 10 MSKFGNEEQQ 31736.24 5920.2 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0005604751 0.007868102 26033.811728636734 20.969124999999995 5920.2 54.27 27500.32 30.0 30068.96 52.0 33403.52 39.0 8.6e-05 29.0 50000.0 47.0 425872.9 95.0 366885.04 94.0 NA NA NA -2.157142857142857 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 10 SKFGNEEQQL 27389.091 5826.38 MHCnuggetsI 36.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.00081451086 0.019775603 24923.50246390003 18.35125 5826.38 23.55 29854.68 36.0 31912.64 59.0 32207.13 36.0 0.000664 12.0 50000.0 47.0 10997.15 23.0 22936.65 37.0 NA NA NA -2.014285714285714 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 10 KFGNEEQQLA 30462.615 5749.14 MHCnuggetsI 33.0 14.62 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.0016827452 0.037797254 25680.855753462685 20.251124999999995 5749.14 14.62 31251.46 40.0 26985.39 42.0 31179.86 33.0 0.000333 16.0 29745.37 32.0 62991.22 63.0 68632.53 65.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 NA NA NA -1.5 -1.5 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 NA NA NA -1.5 -1.5 False False False 0 True 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-B*45:01 10 KPPSGKSTPF 45093.84 23855.8891290326 MHCflurry 76.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003048547 0.00026032748 23855.8891290326 9.643999999999998 38649.06 87.94 46275.77 84.0 43911.91 89.0 41618.35 70.0 0.000166 22.0 50000.0 54.0 62616.67 76.0 94390.87 85.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 10 PPSGKSTPFG 47029.395 29164.346351071377 MHCflurry 96.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00014271082 0.00023354313 29164.346351071377 27.7165 37779.0 82.19999999999999 47705.86 99.0 46352.93 100.0 45789.15 97.0 1e-06 95.0 50000.0 54.0 209261.82 96.0 314000.25 99.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 10 PSGKSTPFGN 46590.93 31172.34725886944 MHCflurry 97.0 47.08112499999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0003313301 0.00063834625 31172.34725886944 47.08112499999999 36391.89 73.28 46838.95 90.0 45854.11 99.0 46342.91 99.0 0.0 100.0 50000.0 54.0 223197.85 97.0 568761.25 100.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 10 SGKSTPFGNE 34546.229 14917.29 SMM 46.0 30.050999999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00014455558 0.0007903265 29683.7080893669 30.050999999999995 28572.6 40.1 43681.14 61.0 43204.99 83.0 42207.87 75.0 4e-06 76.0 39408.75 46.0 14917.29 39.0 15485.67 40.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 10 GKSTPFGNEE 37982.45 28978.191244816582 MHCflurry 54.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0004798917 0.0018846112 28978.191244816582 25.64975 29001.46 41.34 41828.26 50.0 40489.28 62.0 41724.75 71.0 2e-05 49.0 50000.0 54.0 30247.54 57.0 35475.62 62.0 NA NA NA -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 10 KSTPFGNEEQ 39647.02 28228.64 SMM 60.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.000597703 0.00366767 29967.416715252497 32.66799999999999 36784.59 75.72 43502.85 60.0 42509.45 78.0 44403.05 90.0 1.3e-05 57.0 50000.0 54.0 28228.64 55.0 34429.44 61.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 10 STPFGNEEQQ 45747.645 28269.37725061446 MHCflurry 84.0 22.16875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00015553606 0.00087537366 28269.37725061446 22.16875 36926.44 76.64 46615.98 88.0 44872.5 95.0 44879.31 93.0 4.7e-05 36.0 50000.0 54.0 87839.53 84.0 88090.69 84.0 NA NA NA -2.157142857142857 -1.1 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 10 TPFGNEEQQL 42002.3 19693.394677457272 MHCflurry 65.0 5.891375 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.00031118613 0.0004449 19693.394677457272 5.891375 37399.04 79.71000000000001 46955.63 92.0 43675.0 87.0 43668.86 85.0 0.00043 14.0 50000.0 54.0 40335.74 65.0 37491.26 63.0 NA NA NA -2.014285714285714 -1.4857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 10 PFGNEEQQLA 33471.969 18100.48 SMM 47.0 26.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.00038888978 0.017283188 30012.278966797432 32.66799999999999 22330.71 26.33 44019.9 63.0 43675.0 87.0 41728.81 71.0 2.3e-05 47.0 36931.66 44.0 18100.48 43.0 22904.98 49.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-B*45:01 10 APPRPKPPSV 29042.08 3987.4 SMM 23.0 4.052874999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0015053663 0.0021930283 14647.569295650514 4.052874999999999 19940.66 22.4 38933.65 39.0 40053.56 59.0 38143.5 47.0 0.0013 8.6 50000.0 54.0 3987.4 16.0 7013.42 23.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 10 PPRPKPPSVW 47022.43 28737.405196053525 MHCflurry 98.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00022414653 8.097155e-05 28737.405196053525 23.814625 39111.5 90.85 47691.93 99.0 46352.93 100.0 46062.46 98.0 0.000132 24.0 50000.0 54.0 720592.94 100.0 1174708.2 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 10 PRPKPPSVWQ 46579.98 31764.681672776416 MHCflurry 90.0 54.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.00021246585 9.218707e-05 31764.681672776416 57.24249999999999 37919.38 83.12 46807.03 90.0 46352.93 100.0 45708.48 97.0 1.1e-05 60.0 50000.0 54.0 1036788.09 100.0 2162369.96 100.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-B*45:01 10 FADFSQMSKF 41678.515 28694.21152314705 MHCflurry 54.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.00017659736 0.0048526605 28694.21152314705 23.814625 34644.24 63.260000000000005 40385.14 44.0 42971.89 82.0 34722.42 32.0 0.000122 25.0 50000.0 54.0 119864.34 89.0 113482.79 88.0 NA NA NA -0.2142857142857144 0.21428571428571422 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 10 ADFSQMSKFG 20199.38 1472.08 SMMPMBEC 9.9 5.8 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0002971659 0.000706029 22427.78216208481 7.8825 19129.55 21.17 34611.02 30.0 17223.5 8.2 22369.58 9.9 0.000142 23.0 21269.21 28.0 2026.24 7.7 1472.08 5.8 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 10 DFSQMSKFGN 44797.415 29946.59 MHCnuggetsI 76.0 44.18 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 9.356194e-05 0.0030193606 31787.99356648184 57.24249999999999 29946.59 44.18 47085.38 93.0 42509.45 78.0 41730.64 71.0 2e-06 87.0 50000.0 54.0 63341.74 76.0 99753.93 86.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 10 FSQMSKFGNE 33734.904 8988.56 SMM 48.0 22.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0002176523 0.01295191 31682.16861782961 51.90287499999999 35787.64 69.62 39097.45 40.0 40708.92 63.0 31267.69 22.0 2.2e-05 48.0 50000.0 54.0 8988.56 28.0 8993.53 28.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 10 SQMSKFGNEE 18807.195 4778.52 PickPocket 12.0 5.8 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0001559347 0.0038127713 23944.412846440035 10.029999999999998 39111.54 90.85 21918.21 16.0 20368.33 9.8 15179.79 5.8 0.000718 12.0 4778.52 6.5 17246.06 42.0 6485.3 22.0 NA NA NA -1.8285714285714287 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 10 QMSKFGNEEQ 36628.51 4919.6 SMMPMBEC 47.0 18.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.00025644014 0.004179588 30383.43698732144 38.99449999999999 35106.91 65.72 42193.72 52.0 38150.11 47.0 39210.12 53.0 2.9e-05 44.0 50000.0 54.0 5280.68 19.0 4919.6 18.0 NA NA NA -2.2142857142857144 -1.0571428571428572 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 10 MSKFGNEEQQ 37853.87 24305.17 MHCnuggetsI 60.0 30.01 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0008813566 0.0095941415 30167.438897642805 35.63949999999999 24305.17 30.01 45180.4 73.0 43204.99 83.0 42752.08 79.0 9e-06 63.0 50000.0 54.0 25508.8 52.0 32955.66 60.0 NA NA NA -2.157142857142857 -1.0571428571428572 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 10 SKFGNEEQQL 30713.765 15874.13 SMM 40.0 4.9075000000000015 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.0003016283 0.00046369695 17423.10124570434 4.9075000000000015 28283.21 39.3 42858.14 56.0 33324.12 28.0 39198.26 53.0 0.000593 13.0 33144.32 40.0 15874.13 40.0 26849.12 54.0 NA NA NA -2.014285714285714 -1.8285714285714287 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 10 KFGNEEQQLA 28978.931 5381.83 SMMPMBEC 27.716 19.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.00030328028 0.028747046 29147.61172203878 27.7165 28810.25 40.78 38390.68 38.0 38150.11 47.0 34767.91 32.0 0.000239 19.0 17695.75 23.0 5391.26 20.0 5381.83 20.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 NA NA NA -2.2 -2.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 NA NA NA -2.2 -2.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 NA NA NA -2.7 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 NA NA NA -2.7 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-A*29:02 10 RQSIVGAEVD 38184.245 5992.2 MHCnuggetsI 57.0 44.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00053867575 0.011999707 31342.03373521133 50.764875 5992.2 93.2 38375.73 70.0 39408.75 90.0 37992.76 57.0 3e-06 79.0 50000.0 47.0 30218.99 44.0 50064.51 57.0 NA NA NA 1.042857142857143 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 10 QSIVGAEVDK 32278.125 5901.37 MHCnuggetsI 46.0 10.239624999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0026840405 0.019588204 18775.827305808423 10.239624999999997 5901.37 44.940000000000005 34487.29 52.0 30068.96 52.0 35370.05 46.0 8.2e-05 29.0 18882.64 21.0 241701.86 89.0 119269.67 78.0 NA NA NA -0.15714285714285703 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 10 SIVGAEVDKN 40005.94 5866.81 MHCnuggetsI 53.0 18.35125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00055220403 0.030649522 24849.78299783785 18.35125 5866.81 32.690000000000005 39655.56 77.0 37739.56 84.0 40356.32 69.0 1e-05 60.0 50000.0 47.0 40390.57 51.0 42907.18 53.0 NA NA NA -1.2571428571428573 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 10 IVGAEVDKNL 27857.332 5668.9 MHCnuggetsI 39.0 10.18 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0010415616 0.027975738 25807.933791501957 20.251124999999995 5668.9 10.18 32459.02 44.0 29906.73 52.0 36556.36 51.0 6.8e-05 32.0 39837.46 40.0 24733.18 39.0 23202.24 37.0 NA NA NA -0.6571428571428573 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 10 VGAEVDKNLG 40198.845 5926.45 MHCnuggetsI 57.85 32.57675 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.001651618 0.035901506 28880.066419574065 32.57675 5926.45 57.85 40126.86 79.0 40270.83 94.0 43625.4 87.0 1e-06 94.0 50000.0 47.0 31425.34 45.0 44826.0 54.0 NA NA NA -0.9714285714285714 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 10 GAEVDKNLGT 41821.995 5912.85 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00036182613 0.022582242 30615.041610240125 44.13500000000001 5912.85 50.34 41447.14 87.0 39408.75 90.0 44435.73 91.0 8e-06 63.0 50000.0 47.0 42196.85 52.0 295481.3 92.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 10 AEVDKNLGTV 35846.645 5929.14 MHCnuggetsI 59.44 15.483874999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0010511216 0.079067566 23348.44727273037 15.483874999999996 5929.14 59.440000000000005 37083.02 63.0 34610.27 70.0 32666.9 37.0 0.000232 19.0 50000.0 47.0 1611684.39 100.0 1257563.72 100.0 NA NA NA -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 10 EVDKNLGTVY 2902.43 241.57038645983116 MHCflurry 3.82 0.76 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.2721098 0.51493686 241.57038645983116 0.850375 5326.77 3.82 12233.07 9.0 1691.19 3.5 3337.23 2.2 0.136 0.76 16228.45 18.0 2467.63 7.1 2002.3 6.1 NA NA NA -0.2571428571428573 -0.2571428571428573 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 10 VDKNLGTVYG 29811.344 5946.38 MHCnuggetsI 39.0 13.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00022869614 0.028254092 30528.56800829804 44.13500000000001 5946.38 70.23 29094.12 34.0 36732.4 79.0 33205.34 39.0 0.000515 13.0 50000.0 47.0 9317.08 20.0 13568.44 26.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 10 DKNLGTVYGL 30424.149 5883.33 MHCnuggetsI 42.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00018201827 0.020468544 30452.228312290976 44.13500000000001 5883.33 37.86 19910.54 18.0 30396.07 53.0 31453.64 34.0 5.9e-05 33.0 50000.0 47.0 28137.14 42.0 44929.34 54.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 10 KNLGTVYGLE 29239.428 5880.89 MHCnuggetsI 37.03 27.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.00092634466 0.15220346 30147.065064348808 41.302125 5880.89 37.03 25720.78 27.0 28331.79 46.0 31693.44 35.0 5.7e-05 34.0 24747.82 28.0 51913.46 58.0 43604.37 54.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 10 NLGTVYGLEK 15744.625 5755.8 MHCnuggetsI 15.11 7.5 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.009991213 0.1069634 18584.250785527824 10.076249999999996 5755.8 15.11 25511.8 26.0 15290.89 18.0 15474.14 8.8 0.000567 13.0 8297.38 7.5 22505.05 37.0 16015.11 29.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 10 LGTVYGLEKP 37414.475 5966.07 MHCnuggetsI 60.0 32.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00059132976 0.01662376 31423.473994921747 54.695 5966.07 82.01 36371.34 59.0 40053.56 93.0 38457.61 60.0 4e-06 75.0 50000.0 47.0 18462.05 32.0 159048.65 83.0 NA NA NA -0.3857142857142856 1.2857142857142858 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 10 GTVYGLEKPF 9800.535 5847.99 MHCnuggetsI 9.474 5.1 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00079962943 0.058318462 17740.371480295325 9.474499999999995 5847.99 27.9 6341.89 5.1 7446.48 8.0 12517.72 6.8 0.00126 8.6 18882.64 21.0 11098.9 23.0 8502.17 19.0 NA NA NA -0.5857142857142857 0.24285714285714274 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 10 TVYGLEKPFL 8528.025 4960.55 SMMPMBEC 9.6 6.9 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0026353863 0.05638778 21199.97586418553 12.580124999999995 5765.04 15.89 11270.07 8.3 9195.62 9.6 15033.34 8.5 0.00106 9.2 7860.43 6.9 5601.19 14.0 4960.55 13.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 10 VYGLEKPFLC 19165.52 2989.03 SMMPMBEC 15.0 8.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 0.007850685 0.15129305 23449.685185502265 15.902624999999992 5673.7 10.37 17290.72 15.0 21040.32 28.0 21586.84 16.0 0.000807 11.0 32085.75 34.0 3752.15 9.6 2989.03 8.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 10 YGLEKPFLCG 30522.805 4723.67 SMM 41.0 13.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 0.0011851093 0.085974775 30661.379212850312 44.13500000000001 5820.99 22.63 31324.24 41.0 30726.73 54.0 30384.23 31.0 1.1e-05 58.0 46352.93 45.0 4723.67 13.0 10364.06 22.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 10 GLEKPFLCGL 23598.785 5889.46 MHCnuggetsI 27.0 20.251124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.0009709409 0.06860384 25806.82617238825 20.251124999999995 5889.46 40.07 24378.67 24.0 22818.9 32.0 27331.54 24.0 0.000147 23.0 44389.61 43.0 14232.46 27.0 18515.27 32.0 NA NA NA 1.0 1.0 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 10 LEKPFLCGLA 31768.56 5938.63 MHCnuggetsI 47.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.00040273168 0.05021145 30407.714045412864 44.13500000000001 5938.63 65.31 32138.23 43.0 31398.89 57.0 28735.92 27.0 3.1e-05 42.0 50000.0 47.0 1664485.44 100.0 1176332.24 100.0 NA NA NA 1.8142857142857143 1.8142857142857143 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 10 EKPFLCGLAL 25466.28 5879.69 MHCnuggetsI 36.65 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.000674864 0.01680596 30465.21571941275 44.13500000000001 5879.69 36.65 24231.41 24.0 28951.56 49.0 23802.13 19.0 6.7e-05 32.0 50000.0 47.0 21841.38 36.0 26701.15 41.0 NA NA NA 2.585714285714286 2.585714285714286 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 10 KPFLCGLALD 23956.12 5949.52 MHCnuggetsI 36.0 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 0.0005634236 0.04608647 30782.770361093382 47.25637500000001 5949.52 72.16 16779.47 14.0 30726.73 54.0 28788.51 27.0 8e-06 63.0 26407.71 29.0 8877.28 20.0 21504.53 36.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 10 PFLCGLALDL 15721.03 5282.37 MHCnuggetsI 20.251 3.49 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0078090364 0.0783573 25552.70582956702 20.251124999999995 5282.37 3.49 6749.12 5.4 10815.98 13.0 13637.55 7.5 0.000146 23.0 21269.21 24.0 18979.29 33.0 17804.51 32.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-A*29:02 10 ENMATLFTIC 32506.29 5904.66 MHCnuggetsI 52.0 25.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.002372067 0.16608565 31688.46067446812 54.695 5904.66 46.42 24886.1 25.0 33324.12 64.0 29274.43 29.0 1.5e-05 53.0 41599.44 41.0 78936.89 69.0 41165.18 52.0 NA NA NA 2.0 2.0 True True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 10 NMATLFTICV 10201.475 5678.19 MHCnuggetsI 12.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.0007252245 0.09751017 24061.960471499795 16.804874999999992 5678.19 10.55 14477.97 12.0 7989.04 8.5 11208.41 6.0 7.2e-05 31.0 7860.43 6.9 14069.54 27.0 9194.54 20.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 10 MATLFTICVW 15577.91 5857.33 MHCnuggetsI 21.0 4.8 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0017613665 0.25194937 19753.563018463778 11.185624999999996 5857.33 30.14 22272.26 21.0 16583.46 20.0 8929.52 4.8 0.000199 20.0 28795.36 31.0 12225.88 25.0 14572.36 28.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 10 ATLFTICVWT 25365.0 5823.93 MHCnuggetsI 24.0 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 0.0003690143 0.26287016 26091.198337167025 20.969124999999995 5823.93 23.12 32015.02 43.0 25982.58 39.0 26952.99 24.0 2.1e-05 48.0 20813.9 23.0 8980.08 20.0 24747.42 39.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 10 TLFTICVWTG 12495.76 2724.46 SMM 20.0 7.3 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 0.0013551452 0.29742748 27390.815424991357 25.544875 5877.66 35.980000000000004 21920.59 20.0 19400.38 25.0 16871.76 9.8 2.2e-05 47.0 8119.76 7.3 2724.46 7.6 4164.18 12.0 NA NA NA 1.2142857142857142 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 10 LFTICVWTGE 18735.205 5835.9 MHCnuggetsI 22.585 14.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.003383812 0.27491972 26533.85200610572 22.585249999999995 5835.9 25.31 17469.18 15.0 21154.46 28.0 20001.23 14.0 1.5e-05 53.0 25289.19 28.0 5919.43 15.0 8045.07 18.0 NA NA NA 0.8142857142857142 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 10 FTICVWTGET 14123.525 5665.18 MHCnuggetsI 16.0 9.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 0.0058292737 0.53752786 25284.397564036164 19.574124999999995 5665.18 10.03 14374.95 12.0 13872.1 16.0 17093.73 10.0 3.4e-05 41.0 9972.95 9.6 12626.41 25.0 22569.92 37.0 NA NA NA 0.07142857142857133 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 10 TICVWTGETI 24948.545 5911.48 MHCnuggetsI 33.0 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.00028341316 0.13024892 25924.120376910312 20.969124999999995 5911.48 49.63 22235.66 21.0 21734.48 29.0 23983.36 19.0 3.9e-05 39.0 30396.07 33.0 51319.21 58.0 25913.73 40.0 NA NA NA 0.35714285714285726 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 10 ICVWTGETIP 37853.99 5945.43 MHCnuggetsI 62.0 38.768 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0004934606 0.050599124 29982.869383855268 38.768 5945.43 69.62 36933.66 62.0 38774.32 88.0 40169.45 68.0 1.2e-05 57.0 50000.0 47.0 30851.76 44.0 154714.14 83.0 NA NA NA -0.4714285714285715 0.8142857142857142 False False True 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 10 CVWTGETIPV 14258.835 5665.03 MHCnuggetsI 14.0 6.9 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00047550158 0.027507776 25591.89375757537 20.251124999999995 5665.03 10.02 15823.59 13.0 10527.33 12.0 12694.08 6.9 9.6e-05 27.0 12382.34 14.0 371774.84 94.0 186865.88 86.0 NA NA NA 0.2571428571428572 0.35714285714285726 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 NA NA NA -2.2 -2.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 NA NA NA -2.2 -2.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 NA NA NA -2.7 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 NA NA NA -2.7 -1.2 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-B*45:01 10 RQSIVGAEVD 26464.655 10874.65 PickPocket 23.0 7.440875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0006104032 0.005842568 21874.04574720858 7.440875 36846.39 76.12 29276.33 23.0 30726.73 22.0 23652.98 12.0 3.3e-05 42.0 10874.65 15.0 37127.01 63.0 11374.44 33.0 NA NA NA 1.042857142857143 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 10 QSIVGAEVDK 38072.14 11322.18 SMMPMBEC 55.0 11.364124999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0019111143 0.012799591 24986.04985390205 11.364124999999998 35873.45 70.12 44201.25 65.0 40270.83 60.0 41963.81 73.0 1.4e-05 55.0 50000.0 54.0 19938.39 46.0 11322.18 33.0 NA NA NA -0.15714285714285703 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 10 SIVGAEVDKN 45193.435 25863.66 SMM 75.14 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 7.1495226e-05 0.001101884 28600.091703143808 23.814625 36690.78 75.14 46458.86 86.0 44630.4 94.0 45756.47 97.0 1e-06 95.0 50000.0 54.0 25863.66 53.0 53694.52 73.0 NA NA NA -1.2571428571428573 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 10 IVGAEVDKNL 45328.105 27648.35950929255 MHCflurry 72.0 19.38525 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00040975967 0.0014789213 27648.35950929255 19.38525 38565.39 87.4 47581.64 98.0 45606.71 98.0 44180.22 89.0 6e-05 33.0 50000.0 54.0 45049.5 68.0 52714.49 72.0 NA NA NA -0.6571428571428573 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 10 VGAEVDKNLG 38874.22 20650.47 SMMPMBEC 59.83 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0011629207 0.0024459625 25930.691867604164 13.754874999999998 33945.21 59.830000000000005 46262.25 84.0 44872.5 95.0 43803.23 86.0 3e-06 81.0 50000.0 54.0 24026.47 50.0 20650.47 47.0 NA NA NA -0.9714285714285714 -0.15714285714285703 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 10 GAEVDKNLGT 25011.305 6897.06 NetMHC 20.54 1.9 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00045597152 0.0040344275 25366.19019760872 12.471374999999998 18690.11 20.54 6897.06 5.2 41825.1 72.0 9779.96 3.7 0.0369 1.9 50000.0 54.0 50314.13 71.0 24656.42 51.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 10 AEVDKNLGTV 721.03 58.23783900244676 MHCflurry 0.8 0.075 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.011476434 0.001328945 58.23783900244676 0.075 1238.43 2.25 722.65 0.97 396.76 0.55 604.24 0.44 0.45 0.22 719.41 0.8 810.38 3.1 992.96 4.0 NA NA NA -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 10 EVDKNLGTVY 35816.7 24983.555170286 MHCflurry 45.75 9.1 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0025490262 0.0079924185 24983.555170286 11.364124999999998 30424.58 45.75 39978.23 43.0 40489.28 62.0 35911.87 36.0 0.00114 9.1 50000.0 54.0 30952.09 58.0 35721.53 62.0 NA NA NA -0.2571428571428573 -0.2571428571428573 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 10 VDKNLGTVYG 29857.945 16584.03 SMM 41.0 11.891624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0009534853 0.0031694525 25124.58800152954 11.891624999999998 38744.68 88.56 40606.43 45.0 30560.95 22.0 29154.94 19.0 0.000113 26.0 39408.75 46.0 16584.03 41.0 16593.19 41.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 10 DKNLGTVYGL 37130.79 28474.24664660923 MHCflurry 45.0 20.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00043709617 0.0007666665 28474.24664660923 23.814625 33869.8 59.47 44426.59 67.0 35559.24 35.0 35696.46 35.0 0.000197 20.0 38565.12 45.0 159474.04 93.0 231169.22 97.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 10 KNLGTVYGLE 40301.135 28996.53 MHCnuggetsI 62.0 41.33 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 4.64261e-05 0.0010241609 31758.15008466307 57.24249999999999 28996.53 41.33 44369.45 66.0 40489.28 62.0 40112.99 59.0 3e-06 81.0 43911.91 50.0 63634.11 77.0 37664.31 63.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 10 NLGTVYGLEK 41978.455 29422.04895298116 MHCflurry 54.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.000918698 0.008409601 29422.04895298116 30.050999999999995 35918.82 70.39 46066.95 82.0 38150.11 47.0 36518.42 39.0 3.7e-05 40.0 50000.0 54.0 113159.23 88.0 45806.8 69.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 10 LGTVYGLEKP 43591.82 24262.19 SMMPMBEC 70.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0019896945 0.006093039 30661.03045442447 38.99449999999999 33490.75 57.71 46638.17 88.0 45606.71 98.0 41576.93 70.0 6e-06 70.0 50000.0 54.0 93044.35 85.0 24262.19 51.0 NA NA NA -0.3857142857142856 1.2857142857142858 False False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 10 GTVYGLEKPF 40944.635 31480.65810109751 MHCflurry 63.0 42.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00022646904 0.0006572786 31480.65810109751 51.90287499999999 37051.08 77.42999999999999 44573.47 68.0 40708.92 63.0 37890.53 45.0 3.2e-05 42.0 50000.0 54.0 41180.35 66.0 57800.29 74.0 NA NA NA -0.5857142857142857 0.24285714285714274 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 10 TVYGLEKPFL 39467.72 21562.05 SMM 59.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0014873854 0.0034484265 28824.374466157464 25.64975 38808.58 88.97 44218.96 65.0 40489.28 62.0 40126.86 59.0 4.9e-05 36.0 50000.0 54.0 21562.05 48.0 35639.37 62.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 10 VYGLEKPFLC 41596.85 30550.57264293665 MHCflurry 59.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 6.205852e-05 0.00690342 30550.57264293665 38.99449999999999 33551.01 57.99999999999999 45530.29 76.0 42509.45 78.0 40684.25 63.0 1.7e-05 52.0 50000.0 54.0 56194.01 74.0 31763.62 59.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 10 YGLEKPFLCG 43762.34 30909.54606769049 MHCflurry 72.0 40.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 9.0664464e-05 0.007301928 30909.54606769049 42.77524999999999 33002.33 55.56 45699.58 78.0 41825.1 72.0 36877.75 40.0 5e-06 73.0 49461.93 54.0 215620.48 96.0 140906.17 92.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 10 GLEKPFLCGL 31229.059 8066.95 NetMHCpan 51.0 3.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.00044766974 0.011697189 28314.75890497097 22.16875 34143.36 60.77 9829.61 7.0 39622.53 56.0 8066.95 3.1 0.0105 3.5 49461.93 54.0 44329.21 68.0 24827.33 51.0 NA NA NA 1.0 1.0 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 10 LEKPFLCGLA 477.255 194.27 NetMHC 0.9 0.28 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.002780166 0.0017782578 999.2353873351392 1.132124999999999 1708.59 2.79 194.27 0.28 454.22 0.66 500.29 0.39 0.0518 1.6 810.33 0.9 226.82 0.7 406.38 1.4 NA NA NA 1.8142857142857143 1.8142857142857143 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 10 EKPFLCGLAL 30532.649 8508.49 MHCnuggetsI 27.0 9.01 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.0023302673 0.0018426835 28413.247108303447 22.16875 8508.49 9.01 32652.05 27.0 33869.37 30.0 24755.85 13.0 0.000104 26.0 50000.0 54.0 20734.33 47.0 63376.76 76.0 NA NA NA 2.585714285714286 2.585714285714286 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 10 KPFLCGLALD 31856.837 22538.76 SMMPMBEC 51.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 4.475886e-05 0.00015142366 29014.913988390686 25.64975 22856.98 27.26 43663.65 61.0 41599.44 71.0 34698.76 32.0 1.2e-05 58.0 50000.0 54.0 24699.6 51.0 22538.76 49.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 10 PFLCGLALDL 45206.85 30821.94 MHCnuggetsI 87.0 47.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0003591488 0.00467369 31517.13364972703 51.90287499999999 30821.94 47.09 46738.7 89.0 43675.0 87.0 40799.31 64.0 2e-06 87.0 50000.0 54.0 277134.12 98.0 233308.2 97.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-B*45:01 10 ENMATLFTIC 15357.67 2046.11 SMMPMBEC 13.755 7.8 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0011315393 0.015284593 25994.937129823847 13.754874999999998 8931.45 9.41 22517.23 17.0 18985.07 9.1 22974.73 12.0 5.7e-05 34.0 11730.27 16.0 4282.43 16.0 2046.11 7.8 NA NA NA 2.0 2.0 True True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 10 NMATLFTICV 14745.085 3331.88 SMM 15.0 5.44 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.00017609869 0.009721658 29656.48697267335 30.050999999999995 4499.86 5.44 24087.12 18.0 20589.91 9.8 18497.22 7.4 2.5e-05 46.0 10992.95 15.0 3331.88 14.0 5456.7 20.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 10 MATLFTICVW 29884.062 10445.52 SMMPMBEC 31.0 15.81 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0004706913 0.0016844895 31336.833928529555 47.08112499999999 15042.73 15.81 31714.38 26.0 33686.63 29.0 28431.29 18.0 7e-06 67.0 32434.8 39.0 13418.07 36.0 10445.52 31.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 10 ATLFTICVWT 27205.925 9614.57 SMMPMBEC 30.0 15.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 5.097826e-05 0.0027852112 31758.278731946903 57.24249999999999 29361.64 42.39 22771.05 17.0 25702.97 15.0 28708.88 18.0 5e-06 73.0 29745.37 37.0 10038.99 30.0 9614.57 29.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 10 TLFTICVWTG 28333.652 5307.99 SMMPMBEC 30.39 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 3.08995e-05 0.0016190798 31684.354674360704 51.90287499999999 24489.44 30.39 38727.35 39.0 32085.75 25.0 24982.95 13.0 7e-06 67.0 35752.13 43.0 7615.35 25.0 5307.99 19.0 NA NA NA 1.2142857142857142 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 10 LFTICVWTGE 40476.6 22590.72 SMMPMBEC 65.88 49.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.00019162513 0.015080087 32212.23349978324 63.07837499999999 35136.72 65.88000000000001 44367.53 66.0 42051.98 74.0 38901.22 51.0 0.0 100.0 50000.0 54.0 51367.69 71.0 22590.72 49.0 NA NA NA 0.8142857142857142 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 10 FTICVWTGET 33825.585 15584.4 SMM 42.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 7.969076e-05 0.012748924 30642.794879311496 38.99449999999999 34410.6 62.08 39426.23 41.0 37333.42 42.0 33240.57 27.0 2e-06 87.0 50000.0 54.0 15584.4 40.0 18068.83 43.0 NA NA NA 0.07142857142857133 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 10 TICVWTGETI 31311.894 16669.79 SMMPMBEC 47.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.0009116424 0.026235808 28414.168360324653 22.16875 34209.62 61.09 44912.35 71.0 40929.75 65.0 38166.63 47.0 1.1e-05 60.0 21269.21 28.0 19305.9 45.0 16669.79 41.0 NA NA NA 0.35714285714285726 1.2142857142857142 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 10 ICVWTGETIP 36252.145 11348.28 SMMPMBEC 53.32 32.66799999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0005733804 0.011378393 30053.29109412563 32.66799999999999 32475.86 53.32 45419.11 75.0 46352.93 100.0 40028.43 59.0 1.2e-05 58.0 44872.5 50.0 24586.12 51.0 11348.28 33.0 NA NA NA -0.4714285714285715 0.8142857142857142 False False True 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 10 CVWTGETIPV 25185.894 2752.26 SMM 22.37 11.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00057473883 0.01227771 26414.36812337581 15.284124999999998 19921.95 22.37 32048.63 26.0 33686.63 29.0 29391.22 19.0 1e-05 61.0 23957.42 30.0 2752.26 11.0 5022.62 19.0 NA NA NA 0.2571428571428572 0.35714285714285726 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 NA NA NA -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 NA NA NA -0.5 -0.5 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 NA NA NA -0.6 -0.6 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..06e049265 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,3 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile MHCflurryEL Processing Score MHCflurryEL Presentation Score MHCflurryEL Presentation Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..f06673339 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,3677 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-A*29:02 10 KPPSGKSTPF 25870.795 5948.65 MHCnuggetsI 34.0 8.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0014679049 0.004128697 17912.5505434997 9.611249999999997 5948.65 71.64 27913.43 31.0 23828.16 34.0 29854.04 30.0 0.00118 8.8 50000.0 47.0 20762.52 35.0 37198.89 49.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 10 PPSGKSTPFG 38223.83 5975.65 MHCnuggetsI 71.0 34.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00018915643 0.0024334588 31474.622086030053 54.695 5975.65 86.88 36610.2 61.0 39837.46 92.0 43599.44 87.0 5e-06 71.0 50000.0 47.0 19919.57 34.0 98294.68 74.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 10 PSGKSTPFGN 32577.555 5964.88 MHCnuggetsI 59.0 19.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00039574545 0.007353446 28824.67967755404 32.57675 5964.88 81.36 36330.43 59.0 36337.11 78.0 44262.53 90.0 1e-06 94.0 50000.0 47.0 8380.69 19.0 25265.62 39.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 10 SGKSTPFGNE 39981.405 5869.78 MHCnuggetsI 54.0 33.56 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00040766317 0.011881917 29958.74072315123 38.768 5869.78 33.56 39027.29 73.0 38357.05 87.0 40935.52 72.0 2.7e-05 44.0 50000.0 47.0 44287.38 54.0 93224.49 73.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 10 GKSTPFGNEE 41089.46 5939.04 MHCnuggetsI 65.56 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0003219323 0.0071034306 31793.65473365888 59.0625 5939.04 65.56 37801.27 66.0 39622.53 91.0 42556.39 81.0 1.3e-05 56.0 50000.0 47.0 61415.78 62.0 131078.06 80.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 10 KSTPFGNEEQ 38452.08 5880.17 MHCnuggetsI 59.0 26.708874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.00023014886 0.008643815 27830.840889444276 26.708874999999995 5880.17 36.8 36294.67 59.0 34610.27 70.0 40609.49 70.0 2.5e-05 45.0 50000.0 47.0 1307013.28 100.0 499493.68 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 10 STPFGNEEQQ 36393.13 5854.87 MHCnuggetsI 47.0 12.320249999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00025666607 0.0060457163 21018.83812238152 12.320249999999994 5854.87 29.54 33215.75 47.0 34237.82 68.0 38548.44 60.0 9.2e-05 28.0 50000.0 47.0 439825.09 95.0 455543.65 95.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 10 TPFGNEEQQL 30645.22 5918.98 MHCnuggetsI 37.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.0010750057 0.015266837 24716.635839747723 17.799749999999992 5918.98 53.6 30229.45 37.0 31060.99 56.0 32081.94 36.0 0.000654 12.0 50000.0 47.0 13717.66 26.0 31807.53 45.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 10 PFGNEEQQLA 35355.48 5900.63 MHCnuggetsI 47.0 26.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.0011812978 0.022150895 29640.71625990156 36.485875 5900.63 44.61 33079.47 46.0 30396.07 53.0 37631.49 56.0 0.000109 26.0 50000.0 47.0 57053.2 60.0 104599.59 75.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-A*29:02 10 APPRPKPPSV 42010.46 5928.74 MHCnuggetsI 77.0 17.799749999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0012917382 0.0015709026 24638.97408242646 17.799749999999992 5928.74 59.2 42225.24 91.0 38150.11 86.0 41795.68 77.0 0.000195 21.0 50000.0 47.0 416178.84 95.0 866024.14 99.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 10 PPRPKPPSVW 41053.6 6009.81 MHCnuggetsI 87.0 9.4 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00069369527 0.0031808557 24693.490472524714 17.799749999999992 6009.81 97.08 43313.58 96.0 38565.12 87.0 38793.62 61.0 0.00102 9.4 50000.0 47.0 593307.72 97.0 1212076.41 100.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 10 PRPKPPSVWQ 43764.345 5930.92 MHCnuggetsI 92.0 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.0001479981 0.0009897172 31800.5713621383 59.0625 5930.92 60.51 42903.13 94.0 41599.44 98.0 44625.56 92.0 2.1e-05 48.0 50000.0 47.0 1069744.35 100.0 969460.23 99.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-A*29:02 10 FADFSQMSKF 4361.37 3089.783086945302 MHCflurry 5.5 2.6 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.008129832 0.1294279 3089.783086945302 2.718499999999999 5489.35 5.66 6547.72 5.2 4219.45 5.5 4206.95 2.6 0.0145 2.7 50000.0 47.0 3135.31 8.4 4503.29 12.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 10 ADFSQMSKFG 29010.818 5601.19 SMM 40.0 14.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0004356062 0.040451236 30806.95548018762 47.25637500000001 5959.37 78.17 27214.68 30.0 34423.54 69.0 33533.53 40.0 0.000111 26.0 50000.0 47.0 5601.19 14.0 15868.29 29.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 10 DFSQMSKFGN 21462.785 1156.86 SMM 19.08 4.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.001019787 0.046447523 24596.578317031825 17.799749999999992 5796.1 19.08 19353.83 17.0 23571.74 34.0 29356.89 29.0 7e-06 66.0 29108.61 32.0 1156.86 4.2 3195.44 8.5 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 10 FSQMSKFGNE 31424.1 5895.77 MHCnuggetsI 47.0 31.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0013649818 0.07839341 29161.61409592517 34.4285 5895.77 42.57 31787.21 42.0 31060.99 56.0 30310.68 31.0 9e-06 62.0 50000.0 47.0 83230.02 70.0 181355.19 85.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 10 SQMSKFGNEE 31078.615 5954.96 MHCnuggetsI 47.0 29.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0009384654 0.058380723 28939.583486443946 32.57675 5954.96 75.53999999999999 31430.5 41.0 30726.73 54.0 29423.99 29.0 8e-05 30.0 50000.0 47.0 50382.53 57.0 90475.29 72.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 10 QMSKFGNEEQ 25529.629 5844.96 MHCnuggetsI 31.0 23.49875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.0006987326 0.045419198 26772.20862951082 23.49875 5844.96 27.22 24287.05 24.0 22573.33 31.0 32148.65 36.0 4.6e-05 37.0 23444.56 26.0 122823.08 78.0 96946.02 73.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 10 MSKFGNEEQQ 31736.24 5920.2 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0005604751 0.007868102 26033.811728636734 20.969124999999995 5920.2 54.27 27500.32 30.0 30068.96 52.0 33403.52 39.0 8.6e-05 29.0 50000.0 47.0 425872.9 95.0 366885.04 94.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 10 SKFGNEEQQL 27389.091 5826.38 MHCnuggetsI 36.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.00081451086 0.019775603 24923.50246390003 18.35125 5826.38 23.55 29854.68 36.0 31912.64 59.0 32207.13 36.0 0.000664 12.0 50000.0 47.0 10997.15 23.0 22936.65 37.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 10 KFGNEEQQLA 30462.615 5749.14 MHCnuggetsI 33.0 14.62 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.0016827452 0.037797254 25680.855753462685 20.251124999999995 5749.14 14.62 31251.46 40.0 26985.39 42.0 31179.86 33.0 0.000333 16.0 29745.37 32.0 62991.22 63.0 68632.53 65.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-B*45:01 10 KPPSGKSTPF 45093.84 23855.8891290326 MHCflurry 76.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003048547 0.00026032748 23855.8891290326 9.643999999999998 38649.06 87.94 46275.77 84.0 43911.91 89.0 41618.35 70.0 0.000166 22.0 50000.0 54.0 62616.67 76.0 94390.87 85.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 10 PPSGKSTPFG 47029.395 29164.346351071377 MHCflurry 96.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00014271082 0.00023354313 29164.346351071377 27.7165 37779.0 82.19999999999999 47705.86 99.0 46352.93 100.0 45789.15 97.0 1e-06 95.0 50000.0 54.0 209261.82 96.0 314000.25 99.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 10 PSGKSTPFGN 46590.93 31172.34725886944 MHCflurry 97.0 47.08112499999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0003313301 0.00063834625 31172.34725886944 47.08112499999999 36391.89 73.28 46838.95 90.0 45854.11 99.0 46342.91 99.0 0.0 100.0 50000.0 54.0 223197.85 97.0 568761.25 100.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 10 SGKSTPFGNE 34546.229 14917.29 SMM 46.0 30.050999999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00014455558 0.0007903265 29683.7080893669 30.050999999999995 28572.6 40.1 43681.14 61.0 43204.99 83.0 42207.87 75.0 4e-06 76.0 39408.75 46.0 14917.29 39.0 15485.67 40.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 10 GKSTPFGNEE 37982.45 28978.191244816582 MHCflurry 54.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0004798917 0.0018846112 28978.191244816582 25.64975 29001.46 41.34 41828.26 50.0 40489.28 62.0 41724.75 71.0 2e-05 49.0 50000.0 54.0 30247.54 57.0 35475.62 62.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 10 KSTPFGNEEQ 39647.02 28228.64 SMM 60.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.000597703 0.00366767 29967.416715252497 32.66799999999999 36784.59 75.72 43502.85 60.0 42509.45 78.0 44403.05 90.0 1.3e-05 57.0 50000.0 54.0 28228.64 55.0 34429.44 61.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 10 STPFGNEEQQ 45747.645 28269.37725061446 MHCflurry 84.0 22.16875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00015553606 0.00087537366 28269.37725061446 22.16875 36926.44 76.64 46615.98 88.0 44872.5 95.0 44879.31 93.0 4.7e-05 36.0 50000.0 54.0 87839.53 84.0 88090.69 84.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 10 TPFGNEEQQL 42002.3 19693.394677457272 MHCflurry 65.0 5.891375 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.00031118613 0.0004449 19693.394677457272 5.891375 37399.04 79.71000000000001 46955.63 92.0 43675.0 87.0 43668.86 85.0 0.00043 14.0 50000.0 54.0 40335.74 65.0 37491.26 63.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 10 PFGNEEQQLA 33471.969 18100.48 SMM 47.0 26.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.00038888978 0.017283188 30012.278966797432 32.66799999999999 22330.71 26.33 44019.9 63.0 43675.0 87.0 41728.81 71.0 2.3e-05 47.0 36931.66 44.0 18100.48 43.0 22904.98 49.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-B*45:01 10 APPRPKPPSV 29042.08 3987.4 SMM 23.0 4.052874999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0015053663 0.0021930283 14647.569295650514 4.052874999999999 19940.66 22.4 38933.65 39.0 40053.56 59.0 38143.5 47.0 0.0013 8.6 50000.0 54.0 3987.4 16.0 7013.42 23.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 10 PPRPKPPSVW 47022.43 28737.405196053525 MHCflurry 98.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00022414653 8.097155e-05 28737.405196053525 23.814625 39111.5 90.85 47691.93 99.0 46352.93 100.0 46062.46 98.0 0.000132 24.0 50000.0 54.0 720592.94 100.0 1174708.2 100.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 10 PRPKPPSVWQ 46579.98 31764.681672776416 MHCflurry 90.0 54.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.00021246585 9.218707e-05 31764.681672776416 57.24249999999999 37919.38 83.12 46807.03 90.0 46352.93 100.0 45708.48 97.0 1.1e-05 60.0 50000.0 54.0 1036788.09 100.0 2162369.96 100.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-B*45:01 10 FADFSQMSKF 41678.515 28694.21152314705 MHCflurry 54.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.00017659736 0.0048526605 28694.21152314705 23.814625 34644.24 63.260000000000005 40385.14 44.0 42971.89 82.0 34722.42 32.0 0.000122 25.0 50000.0 54.0 119864.34 89.0 113482.79 88.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 10 ADFSQMSKFG 20199.38 1472.08 SMMPMBEC 9.9 5.8 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0002971659 0.000706029 22427.78216208481 7.8825 19129.55 21.17 34611.02 30.0 17223.5 8.2 22369.58 9.9 0.000142 23.0 21269.21 28.0 2026.24 7.7 1472.08 5.8 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 10 DFSQMSKFGN 44797.415 29946.59 MHCnuggetsI 76.0 44.18 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 9.356194e-05 0.0030193606 31787.99356648184 57.24249999999999 29946.59 44.18 47085.38 93.0 42509.45 78.0 41730.64 71.0 2e-06 87.0 50000.0 54.0 63341.74 76.0 99753.93 86.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 10 FSQMSKFGNE 33734.904 8988.56 SMM 48.0 22.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0002176523 0.01295191 31682.16861782961 51.90287499999999 35787.64 69.62 39097.45 40.0 40708.92 63.0 31267.69 22.0 2.2e-05 48.0 50000.0 54.0 8988.56 28.0 8993.53 28.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 10 SQMSKFGNEE 18807.195 4778.52 PickPocket 12.0 5.8 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0001559347 0.0038127713 23944.412846440035 10.029999999999998 39111.54 90.85 21918.21 16.0 20368.33 9.8 15179.79 5.8 0.000718 12.0 4778.52 6.5 17246.06 42.0 6485.3 22.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 10 QMSKFGNEEQ 36628.51 4919.6 SMMPMBEC 47.0 18.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.00025644014 0.004179588 30383.43698732144 38.99449999999999 35106.91 65.72 42193.72 52.0 38150.11 47.0 39210.12 53.0 2.9e-05 44.0 50000.0 54.0 5280.68 19.0 4919.6 18.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 10 MSKFGNEEQQ 37853.87 24305.17 MHCnuggetsI 60.0 30.01 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0008813566 0.0095941415 30167.438897642805 35.63949999999999 24305.17 30.01 45180.4 73.0 43204.99 83.0 42752.08 79.0 9e-06 63.0 50000.0 54.0 25508.8 52.0 32955.66 60.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 10 SKFGNEEQQL 30713.765 15874.13 SMM 40.0 4.9075000000000015 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.0003016283 0.00046369695 17423.10124570434 4.9075000000000015 28283.21 39.3 42858.14 56.0 33324.12 28.0 39198.26 53.0 0.000593 13.0 33144.32 40.0 15874.13 40.0 26849.12 54.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 10 KFGNEEQQLA 28978.931 5381.83 SMMPMBEC 27.716 19.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.00030328028 0.028747046 29147.61172203878 27.7165 28810.25 40.78 38390.68 38.0 38150.11 47.0 34767.91 32.0 0.000239 19.0 17695.75 23.0 5391.26 20.0 5381.83 20.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-A*29:02 10 RQSIVGAEVD 38184.245 5992.2 MHCnuggetsI 57.0 44.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00053867575 0.011999707 31342.03373521133 50.764875 5992.2 93.2 38375.73 70.0 39408.75 90.0 37992.76 57.0 3e-06 79.0 50000.0 47.0 30218.99 44.0 50064.51 57.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 10 QSIVGAEVDK 32278.125 5901.37 MHCnuggetsI 46.0 10.239624999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0026840405 0.019588204 18775.827305808423 10.239624999999997 5901.37 44.940000000000005 34487.29 52.0 30068.96 52.0 35370.05 46.0 8.2e-05 29.0 18882.64 21.0 241701.86 89.0 119269.67 78.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 10 SIVGAEVDKN 40005.94 5866.81 MHCnuggetsI 53.0 18.35125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00055220403 0.030649522 24849.78299783785 18.35125 5866.81 32.690000000000005 39655.56 77.0 37739.56 84.0 40356.32 69.0 1e-05 60.0 50000.0 47.0 40390.57 51.0 42907.18 53.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 10 IVGAEVDKNL 27857.332 5668.9 MHCnuggetsI 39.0 10.18 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0010415616 0.027975738 25807.933791501957 20.251124999999995 5668.9 10.18 32459.02 44.0 29906.73 52.0 36556.36 51.0 6.8e-05 32.0 39837.46 40.0 24733.18 39.0 23202.24 37.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 10 VGAEVDKNLG 40198.845 5926.45 MHCnuggetsI 57.85 32.57675 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.001651618 0.035901506 28880.066419574065 32.57675 5926.45 57.85 40126.86 79.0 40270.83 94.0 43625.4 87.0 1e-06 94.0 50000.0 47.0 31425.34 45.0 44826.0 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 10 GAEVDKNLGT 41821.995 5912.85 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00036182613 0.022582242 30615.041610240125 44.13500000000001 5912.85 50.34 41447.14 87.0 39408.75 90.0 44435.73 91.0 8e-06 63.0 50000.0 47.0 42196.85 52.0 295481.3 92.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 10 AEVDKNLGTV 35846.645 5929.14 MHCnuggetsI 59.44 15.483874999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0010511216 0.079067566 23348.44727273037 15.483874999999996 5929.14 59.440000000000005 37083.02 63.0 34610.27 70.0 32666.9 37.0 0.000232 19.0 50000.0 47.0 1611684.39 100.0 1257563.72 100.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 10 EVDKNLGTVY 2902.43 241.57038645983116 MHCflurry 3.82 0.76 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.2721098 0.51493686 241.57038645983116 0.850375 5326.77 3.82 12233.07 9.0 1691.19 3.5 3337.23 2.2 0.136 0.76 16228.45 18.0 2467.63 7.1 2002.3 6.1 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 10 VDKNLGTVYG 29811.344 5946.38 MHCnuggetsI 39.0 13.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00022869614 0.028254092 30528.56800829804 44.13500000000001 5946.38 70.23 29094.12 34.0 36732.4 79.0 33205.34 39.0 0.000515 13.0 50000.0 47.0 9317.08 20.0 13568.44 26.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 10 DKNLGTVYGL 30424.149 5883.33 MHCnuggetsI 42.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00018201827 0.020468544 30452.228312290976 44.13500000000001 5883.33 37.86 19910.54 18.0 30396.07 53.0 31453.64 34.0 5.9e-05 33.0 50000.0 47.0 28137.14 42.0 44929.34 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 10 KNLGTVYGLE 29239.428 5880.89 MHCnuggetsI 37.03 27.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.00092634466 0.15220346 30147.065064348808 41.302125 5880.89 37.03 25720.78 27.0 28331.79 46.0 31693.44 35.0 5.7e-05 34.0 24747.82 28.0 51913.46 58.0 43604.37 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 10 NLGTVYGLEK 15744.625 5755.8 MHCnuggetsI 15.11 7.5 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.009991213 0.1069634 18584.250785527824 10.076249999999996 5755.8 15.11 25511.8 26.0 15290.89 18.0 15474.14 8.8 0.000567 13.0 8297.38 7.5 22505.05 37.0 16015.11 29.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 10 LGTVYGLEKP 37414.475 5966.07 MHCnuggetsI 60.0 32.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00059132976 0.01662376 31423.473994921747 54.695 5966.07 82.01 36371.34 59.0 40053.56 93.0 38457.61 60.0 4e-06 75.0 50000.0 47.0 18462.05 32.0 159048.65 83.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 10 GTVYGLEKPF 9800.535 5847.99 MHCnuggetsI 9.474 5.1 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00079962943 0.058318462 17740.371480295325 9.474499999999995 5847.99 27.9 6341.89 5.1 7446.48 8.0 12517.72 6.8 0.00126 8.6 18882.64 21.0 11098.9 23.0 8502.17 19.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 10 TVYGLEKPFL 8528.025 4960.55 SMMPMBEC 9.6 6.9 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0026353863 0.05638778 21199.97586418553 12.580124999999995 5765.04 15.89 11270.07 8.3 9195.62 9.6 15033.34 8.5 0.00106 9.2 7860.43 6.9 5601.19 14.0 4960.55 13.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 10 VYGLEKPFLC 19165.52 2989.03 SMMPMBEC 15.0 8.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 0.007850685 0.15129305 23449.685185502265 15.902624999999992 5673.7 10.37 17290.72 15.0 21040.32 28.0 21586.84 16.0 0.000807 11.0 32085.75 34.0 3752.15 9.6 2989.03 8.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 10 YGLEKPFLCG 30522.805 4723.67 SMM 41.0 13.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 0.0011851093 0.085974775 30661.379212850312 44.13500000000001 5820.99 22.63 31324.24 41.0 30726.73 54.0 30384.23 31.0 1.1e-05 58.0 46352.93 45.0 4723.67 13.0 10364.06 22.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 10 GLEKPFLCGL 23598.785 5889.46 MHCnuggetsI 27.0 20.251124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.0009709409 0.06860384 25806.82617238825 20.251124999999995 5889.46 40.07 24378.67 24.0 22818.9 32.0 27331.54 24.0 0.000147 23.0 44389.61 43.0 14232.46 27.0 18515.27 32.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 10 LEKPFLCGLA 31768.56 5938.63 MHCnuggetsI 47.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.00040273168 0.05021145 30407.714045412864 44.13500000000001 5938.63 65.31 32138.23 43.0 31398.89 57.0 28735.92 27.0 3.1e-05 42.0 50000.0 47.0 1664485.44 100.0 1176332.24 100.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 10 EKPFLCGLAL 25466.28 5879.69 MHCnuggetsI 36.65 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.000674864 0.01680596 30465.21571941275 44.13500000000001 5879.69 36.65 24231.41 24.0 28951.56 49.0 23802.13 19.0 6.7e-05 32.0 50000.0 47.0 21841.38 36.0 26701.15 41.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 10 KPFLCGLALD 23956.12 5949.52 MHCnuggetsI 36.0 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 0.0005634236 0.04608647 30782.770361093382 47.25637500000001 5949.52 72.16 16779.47 14.0 30726.73 54.0 28788.51 27.0 8e-06 63.0 26407.71 29.0 8877.28 20.0 21504.53 36.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 10 PFLCGLALDL 15721.03 5282.37 MHCnuggetsI 20.251 3.49 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0078090364 0.0783573 25552.70582956702 20.251124999999995 5282.37 3.49 6749.12 5.4 10815.98 13.0 13637.55 7.5 0.000146 23.0 21269.21 24.0 18979.29 33.0 17804.51 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-A*29:02 10 ENMATLFTIC 32506.29 5904.66 MHCnuggetsI 52.0 25.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.002372067 0.16608565 31688.46067446812 54.695 5904.66 46.42 24886.1 25.0 33324.12 64.0 29274.43 29.0 1.5e-05 53.0 41599.44 41.0 78936.89 69.0 41165.18 52.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 10 NMATLFTICV 10201.475 5678.19 MHCnuggetsI 12.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.0007252245 0.09751017 24061.960471499795 16.804874999999992 5678.19 10.55 14477.97 12.0 7989.04 8.5 11208.41 6.0 7.2e-05 31.0 7860.43 6.9 14069.54 27.0 9194.54 20.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 10 MATLFTICVW 15577.91 5857.33 MHCnuggetsI 21.0 4.8 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0017613665 0.25194937 19753.563018463778 11.185624999999996 5857.33 30.14 22272.26 21.0 16583.46 20.0 8929.52 4.8 0.000199 20.0 28795.36 31.0 12225.88 25.0 14572.36 28.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 10 ATLFTICVWT 25365.0 5823.93 MHCnuggetsI 24.0 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 0.0003690143 0.26287016 26091.198337167025 20.969124999999995 5823.93 23.12 32015.02 43.0 25982.58 39.0 26952.99 24.0 2.1e-05 48.0 20813.9 23.0 8980.08 20.0 24747.42 39.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 10 TLFTICVWTG 12495.76 2724.46 SMM 20.0 7.3 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 0.0013551452 0.29742748 27390.815424991357 25.544875 5877.66 35.980000000000004 21920.59 20.0 19400.38 25.0 16871.76 9.8 2.2e-05 47.0 8119.76 7.3 2724.46 7.6 4164.18 12.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 10 LFTICVWTGE 18735.205 5835.9 MHCnuggetsI 22.585 14.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.003383812 0.27491972 26533.85200610572 22.585249999999995 5835.9 25.31 17469.18 15.0 21154.46 28.0 20001.23 14.0 1.5e-05 53.0 25289.19 28.0 5919.43 15.0 8045.07 18.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 10 FTICVWTGET 14123.525 5665.18 MHCnuggetsI 16.0 9.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 0.0058292737 0.53752786 25284.397564036164 19.574124999999995 5665.18 10.03 14374.95 12.0 13872.1 16.0 17093.73 10.0 3.4e-05 41.0 9972.95 9.6 12626.41 25.0 22569.92 37.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 10 TICVWTGETI 24948.545 5911.48 MHCnuggetsI 33.0 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.00028341316 0.13024892 25924.120376910312 20.969124999999995 5911.48 49.63 22235.66 21.0 21734.48 29.0 23983.36 19.0 3.9e-05 39.0 30396.07 33.0 51319.21 58.0 25913.73 40.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 10 ICVWTGETIP 37853.99 5945.43 MHCnuggetsI 62.0 38.768 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0004934606 0.050599124 29982.869383855268 38.768 5945.43 69.62 36933.66 62.0 38774.32 88.0 40169.45 68.0 1.2e-05 57.0 50000.0 47.0 30851.76 44.0 154714.14 83.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 10 CVWTGETIPV 14258.835 5665.03 MHCnuggetsI 14.0 6.9 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00047550158 0.027507776 25591.89375757537 20.251124999999995 5665.03 10.02 15823.59 13.0 10527.33 12.0 12694.08 6.9 9.6e-05 27.0 12382.34 14.0 371774.84 94.0 186865.88 86.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-B*45:01 10 RQSIVGAEVD 26464.655 10874.65 PickPocket 23.0 7.440875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0006104032 0.005842568 21874.04574720858 7.440875 36846.39 76.12 29276.33 23.0 30726.73 22.0 23652.98 12.0 3.3e-05 42.0 10874.65 15.0 37127.01 63.0 11374.44 33.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 10 QSIVGAEVDK 38072.14 11322.18 SMMPMBEC 55.0 11.364124999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0019111143 0.012799591 24986.04985390205 11.364124999999998 35873.45 70.12 44201.25 65.0 40270.83 60.0 41963.81 73.0 1.4e-05 55.0 50000.0 54.0 19938.39 46.0 11322.18 33.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 10 SIVGAEVDKN 45193.435 25863.66 SMM 75.14 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 7.1495226e-05 0.001101884 28600.091703143808 23.814625 36690.78 75.14 46458.86 86.0 44630.4 94.0 45756.47 97.0 1e-06 95.0 50000.0 54.0 25863.66 53.0 53694.52 73.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 10 IVGAEVDKNL 45328.105 27648.35950929255 MHCflurry 72.0 19.38525 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00040975967 0.0014789213 27648.35950929255 19.38525 38565.39 87.4 47581.64 98.0 45606.71 98.0 44180.22 89.0 6e-05 33.0 50000.0 54.0 45049.5 68.0 52714.49 72.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 10 VGAEVDKNLG 38874.22 20650.47 SMMPMBEC 59.83 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0011629207 0.0024459625 25930.691867604164 13.754874999999998 33945.21 59.830000000000005 46262.25 84.0 44872.5 95.0 43803.23 86.0 3e-06 81.0 50000.0 54.0 24026.47 50.0 20650.47 47.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 10 GAEVDKNLGT 25011.305 6897.06 NetMHC 20.54 1.9 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00045597152 0.0040344275 25366.19019760872 12.471374999999998 18690.11 20.54 6897.06 5.2 41825.1 72.0 9779.96 3.7 0.0369 1.9 50000.0 54.0 50314.13 71.0 24656.42 51.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 10 AEVDKNLGTV 721.03 58.23783900244676 MHCflurry 0.8 0.075 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.011476434 0.001328945 58.23783900244676 0.075 1238.43 2.25 722.65 0.97 396.76 0.55 604.24 0.44 0.45 0.22 719.41 0.8 810.38 3.1 992.96 4.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 10 EVDKNLGTVY 35816.7 24983.555170286 MHCflurry 45.75 9.1 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0025490262 0.0079924185 24983.555170286 11.364124999999998 30424.58 45.75 39978.23 43.0 40489.28 62.0 35911.87 36.0 0.00114 9.1 50000.0 54.0 30952.09 58.0 35721.53 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 10 VDKNLGTVYG 29857.945 16584.03 SMM 41.0 11.891624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0009534853 0.0031694525 25124.58800152954 11.891624999999998 38744.68 88.56 40606.43 45.0 30560.95 22.0 29154.94 19.0 0.000113 26.0 39408.75 46.0 16584.03 41.0 16593.19 41.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 10 DKNLGTVYGL 37130.79 28474.24664660923 MHCflurry 45.0 20.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00043709617 0.0007666665 28474.24664660923 23.814625 33869.8 59.47 44426.59 67.0 35559.24 35.0 35696.46 35.0 0.000197 20.0 38565.12 45.0 159474.04 93.0 231169.22 97.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 10 KNLGTVYGLE 40301.135 28996.53 MHCnuggetsI 62.0 41.33 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 4.64261e-05 0.0010241609 31758.15008466307 57.24249999999999 28996.53 41.33 44369.45 66.0 40489.28 62.0 40112.99 59.0 3e-06 81.0 43911.91 50.0 63634.11 77.0 37664.31 63.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 10 NLGTVYGLEK 41978.455 29422.04895298116 MHCflurry 54.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.000918698 0.008409601 29422.04895298116 30.050999999999995 35918.82 70.39 46066.95 82.0 38150.11 47.0 36518.42 39.0 3.7e-05 40.0 50000.0 54.0 113159.23 88.0 45806.8 69.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 10 LGTVYGLEKP 43591.82 24262.19 SMMPMBEC 70.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0019896945 0.006093039 30661.03045442447 38.99449999999999 33490.75 57.71 46638.17 88.0 45606.71 98.0 41576.93 70.0 6e-06 70.0 50000.0 54.0 93044.35 85.0 24262.19 51.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 10 GTVYGLEKPF 40944.635 31480.65810109751 MHCflurry 63.0 42.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00022646904 0.0006572786 31480.65810109751 51.90287499999999 37051.08 77.42999999999999 44573.47 68.0 40708.92 63.0 37890.53 45.0 3.2e-05 42.0 50000.0 54.0 41180.35 66.0 57800.29 74.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 10 TVYGLEKPFL 39467.72 21562.05 SMM 59.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0014873854 0.0034484265 28824.374466157464 25.64975 38808.58 88.97 44218.96 65.0 40489.28 62.0 40126.86 59.0 4.9e-05 36.0 50000.0 54.0 21562.05 48.0 35639.37 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 10 VYGLEKPFLC 41596.85 30550.57264293665 MHCflurry 59.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 6.205852e-05 0.00690342 30550.57264293665 38.99449999999999 33551.01 57.99999999999999 45530.29 76.0 42509.45 78.0 40684.25 63.0 1.7e-05 52.0 50000.0 54.0 56194.01 74.0 31763.62 59.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 10 YGLEKPFLCG 43762.34 30909.54606769049 MHCflurry 72.0 40.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 9.0664464e-05 0.007301928 30909.54606769049 42.77524999999999 33002.33 55.56 45699.58 78.0 41825.1 72.0 36877.75 40.0 5e-06 73.0 49461.93 54.0 215620.48 96.0 140906.17 92.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 10 GLEKPFLCGL 31229.059 8066.95 NetMHCpan 51.0 3.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.00044766974 0.011697189 28314.75890497097 22.16875 34143.36 60.77 9829.61 7.0 39622.53 56.0 8066.95 3.1 0.0105 3.5 49461.93 54.0 44329.21 68.0 24827.33 51.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 10 LEKPFLCGLA 477.255 194.27 NetMHC 0.9 0.28 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.002780166 0.0017782578 999.2353873351392 1.132124999999999 1708.59 2.79 194.27 0.28 454.22 0.66 500.29 0.39 0.0518 1.6 810.33 0.9 226.82 0.7 406.38 1.4 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 10 EKPFLCGLAL 30532.649 8508.49 MHCnuggetsI 27.0 9.01 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.0023302673 0.0018426835 28413.247108303447 22.16875 8508.49 9.01 32652.05 27.0 33869.37 30.0 24755.85 13.0 0.000104 26.0 50000.0 54.0 20734.33 47.0 63376.76 76.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 10 KPFLCGLALD 31856.837 22538.76 SMMPMBEC 51.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 4.475886e-05 0.00015142366 29014.913988390686 25.64975 22856.98 27.26 43663.65 61.0 41599.44 71.0 34698.76 32.0 1.2e-05 58.0 50000.0 54.0 24699.6 51.0 22538.76 49.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 10 PFLCGLALDL 45206.85 30821.94 MHCnuggetsI 87.0 47.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0003591488 0.00467369 31517.13364972703 51.90287499999999 30821.94 47.09 46738.7 89.0 43675.0 87.0 40799.31 64.0 2e-06 87.0 50000.0 54.0 277134.12 98.0 233308.2 97.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-B*45:01 10 ENMATLFTIC 15357.67 2046.11 SMMPMBEC 13.755 7.8 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0011315393 0.015284593 25994.937129823847 13.754874999999998 8931.45 9.41 22517.23 17.0 18985.07 9.1 22974.73 12.0 5.7e-05 34.0 11730.27 16.0 4282.43 16.0 2046.11 7.8 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 10 NMATLFTICV 14745.085 3331.88 SMM 15.0 5.44 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.00017609869 0.009721658 29656.48697267335 30.050999999999995 4499.86 5.44 24087.12 18.0 20589.91 9.8 18497.22 7.4 2.5e-05 46.0 10992.95 15.0 3331.88 14.0 5456.7 20.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 10 MATLFTICVW 29884.062 10445.52 SMMPMBEC 31.0 15.81 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0004706913 0.0016844895 31336.833928529555 47.08112499999999 15042.73 15.81 31714.38 26.0 33686.63 29.0 28431.29 18.0 7e-06 67.0 32434.8 39.0 13418.07 36.0 10445.52 31.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 10 ATLFTICVWT 27205.925 9614.57 SMMPMBEC 30.0 15.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 5.097826e-05 0.0027852112 31758.278731946903 57.24249999999999 29361.64 42.39 22771.05 17.0 25702.97 15.0 28708.88 18.0 5e-06 73.0 29745.37 37.0 10038.99 30.0 9614.57 29.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 10 TLFTICVWTG 28333.652 5307.99 SMMPMBEC 30.39 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 3.08995e-05 0.0016190798 31684.354674360704 51.90287499999999 24489.44 30.39 38727.35 39.0 32085.75 25.0 24982.95 13.0 7e-06 67.0 35752.13 43.0 7615.35 25.0 5307.99 19.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 10 LFTICVWTGE 40476.6 22590.72 SMMPMBEC 65.88 49.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.00019162513 0.015080087 32212.23349978324 63.07837499999999 35136.72 65.88000000000001 44367.53 66.0 42051.98 74.0 38901.22 51.0 0.0 100.0 50000.0 54.0 51367.69 71.0 22590.72 49.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 10 FTICVWTGET 33825.585 15584.4 SMM 42.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 7.969076e-05 0.012748924 30642.794879311496 38.99449999999999 34410.6 62.08 39426.23 41.0 37333.42 42.0 33240.57 27.0 2e-06 87.0 50000.0 54.0 15584.4 40.0 18068.83 43.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 10 TICVWTGETI 31311.894 16669.79 SMMPMBEC 47.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.0009116424 0.026235808 28414.168360324653 22.16875 34209.62 61.09 44912.35 71.0 40929.75 65.0 38166.63 47.0 1.1e-05 60.0 21269.21 28.0 19305.9 45.0 16669.79 41.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 10 ICVWTGETIP 36252.145 11348.28 SMMPMBEC 53.32 32.66799999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0005733804 0.011378393 30053.29109412563 32.66799999999999 32475.86 53.32 45419.11 75.0 46352.93 100.0 40028.43 59.0 1.2e-05 58.0 44872.5 50.0 24586.12 51.0 11348.28 33.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 10 CVWTGETIPV 25185.894 2752.26 SMM 22.37 11.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00057473883 0.01227771 26414.36812337581 15.284124999999998 19921.95 22.37 32048.63 26.0 33686.63 29.0 29391.22 19.0 1e-05 61.0 23957.42 30.0 2752.26 11.0 5022.62 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_8/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_8/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..14e7bcf9e --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_8/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,3489 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurryEL Processing Score MHCflurryEL Presentation Score MHCflurryEL Presentation Percentile MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 0.0116712987946812 0.0032740065248257 99.28660326086955 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 0.0582350809127092 0.0043907317702015 62.74467391304348 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 0.4805723614990711 0.0988021440212458 2.9511413043477432 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 0.4805723614990711 0.0988021440212458 2.9511413043477432 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 0.4805723614990711 0.0988021440212458 2.9511413043477432 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 0.4805723614990711 0.0988021440212458 2.9511413043477432 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 0.0558029438834637 0.0037849664146763 99.28660326086955 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 0.0558029438834637 0.0037849664146763 99.28660326086955 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 0.0558029438834637 0.0037849664146763 99.28660326086955 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 0.0558029438834637 0.0037849664146763 99.28660326086955 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 0.8883257508277893 0.0769115199476672 3.5626902173912214 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 0.8883257508277893 0.0769115199476672 3.5626902173912214 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 0.8883257508277893 0.0769115199476672 3.5626902173912214 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 0.8883257508277893 0.0769115199476672 3.5626902173912214 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 0.008132373826811 0.0034435808812688 99.28660326086955 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 0.008132373826811 0.0034435808812688 99.28660326086955 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 0.008132373826811 0.0034435808812688 99.28660326086955 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 0.008132373826811 0.0034435808812688 99.28660326086955 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 0.0731140925126965 0.0042307865928346 62.74467391304348 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 0.0731140925126965 0.0042307865928346 62.74467391304348 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 0.0731140925126965 0.0042307865928346 62.74467391304348 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 0.0731140925126965 0.0042307865928346 62.74467391304348 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 0.0142784989766369 0.0033523035748446 99.28660326086955 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 0.0142784989766369 0.0033523035748446 99.28660326086955 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 0.0142784989766369 0.0033523035748446 99.28660326086955 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 0.0142784989766369 0.0033523035748446 99.28660326086955 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 0.0040799652833811 0.003246961058522 99.28660326086955 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 0.0040799652833811 0.003246961058522 99.28660326086955 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 0.0040799652833811 0.003246961058522 99.28660326086955 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 0.0040799652833811 0.003246961058522 99.28660326086955 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 0.0047774218655831 0.0030840471540882 99.28660326086955 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 0.0047774218655831 0.0030840471540882 99.28660326086955 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 0.0047774218655831 0.0030840471540882 99.28660326086955 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 0.0047774218655831 0.0030840471540882 99.28660326086955 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 0.0075844871334993 0.0030887098446186 99.28660326086955 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 0.0075844871334993 0.0030887098446186 99.28660326086955 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 0.0075844871334993 0.0030887098446186 99.28660326086955 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 0.0075844871334993 0.0030887098446186 99.28660326086955 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 0.0106880749808624 0.0038807950974384 99.28660326086955 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 0.0106880749808624 0.0038807950974384 99.28660326086955 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 0.0106880749808624 0.0038807950974384 99.28660326086955 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 0.0106880749808624 0.0038807950974384 99.28660326086955 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 0.0465413834899663 0.0040419825679067 62.74467391304348 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 0.0465413834899663 0.0040419825679067 62.74467391304348 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 0.0465413834899663 0.0040419825679067 62.74467391304348 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 0.0465413834899663 0.0040419825679067 62.74467391304348 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 0.0142144606143119 0.0044222390002705 62.74467391304348 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 0.0142144606143119 0.0044222390002705 62.74467391304348 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 0.0142144606143119 0.0044222390002705 62.74467391304348 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 0.0142144606143119 0.0044222390002705 62.74467391304348 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 0.0013563806860474 0.0031383510275463 99.28660326086955 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 0.0013563806860474 0.0031383510275463 99.28660326086955 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 0.0013563806860474 0.0031383510275463 99.28660326086955 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 0.0013563806860474 0.0031383510275463 99.28660326086955 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 0.0872127300244756 0.0058111447242301 46.22467391304348 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 0.0872127300244756 0.0058111447242301 46.22467391304348 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 0.0222849147394299 0.0071090704226164 31.64317934782608 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 0.0222849147394299 0.0071090704226164 31.64317934782608 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 0.0946776429191231 0.0044809189996683 62.74467391304348 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 0.0946776429191231 0.0044809189996683 62.74467391304348 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 0.0040024819318205 0.0031798592027179 99.28660326086955 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 0.0040024819318205 0.0031798592027179 99.28660326086955 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 0.0103900935791898 0.0032567154343736 99.28660326086955 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 0.0103900935791898 0.0032567154343736 99.28660326086955 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 0.046627898234874 0.003677949174199 99.28660326086955 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 0.046627898234874 0.003677949174199 99.28660326086955 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 0.0202453809397411 0.0033125527705094 99.28660326086955 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 0.0202453809397411 0.0033125527705094 99.28660326086955 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 0.1709998100996017 0.0128926233832846 18.61798913043478 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 0.1709998100996017 0.0128926233832846 18.61798913043478 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 0.0295686743920668 0.0041281081246951 62.74467391304348 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 0.0295686743920668 0.0041281081246951 62.74467391304348 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 0.0894692810252308 0.0052804718216105 46.22467391304348 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 0.0894692810252308 0.0052804718216105 46.22467391304348 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 0.0072024430555757 0.0031926070598373 99.28660326086955 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 0.0072024430555757 0.0031926070598373 99.28660326086955 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 0.0273661692626774 0.0035362324873948 99.28660326086955 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 0.0273661692626774 0.0035362324873948 99.28660326086955 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 0.0011957309543504 0.0031700199730727 99.28660326086955 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 0.0011957309543504 0.0031700199730727 99.28660326086955 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 0.0008219242281484 0.0030631754828487 99.28660326086955 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 0.0008219242281484 0.0030631754828487 99.28660326086955 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 0.048594435385894 0.0055160809870959 46.22467391304348 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 0.048594435385894 0.0055160809870959 46.22467391304348 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 0.0005707504051315 0.0034248620774202 99.28660326086955 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 0.0005707504051315 0.0034248620774202 99.28660326086955 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 0.0023358661710517 0.003697357719581 99.28660326086955 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 0.0023358661710517 0.003697357719581 99.28660326086955 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 0.0010567500212346 0.0031549666491438 99.28660326086955 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 0.0010567500212346 0.0031549666491438 99.28660326086955 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 0.0003418628784856 0.0030538350481988 99.28660326086955 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 0.0003418628784856 0.0030538350481988 99.28660326086955 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 0.0009819178440011 0.0031202341087736 99.28660326086955 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 0.0009819178440011 0.0031202341087736 99.28660326086955 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 0.0015553361608908 0.0031071889170774 99.28660326086955 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 0.0015553361608908 0.0031071889170774 99.28660326086955 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 0.000203575767955 0.0031382724302872 99.28660326086955 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 0.000203575767955 0.0031382724302872 99.28660326086955 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 0.0305618505808524 0.0033544895675898 99.28660326086955 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 0.0305618505808524 0.0033544895675898 99.28660326086955 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 0.086169209505897 0.0047293548506086 62.74467391304348 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 0.086169209505897 0.0047293548506086 62.74467391304348 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 0.0509818138089031 0.0045844828547903 62.74467391304348 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 0.0509818138089031 0.0045844828547903 62.74467391304348 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 0.0164694593404419 0.0038506036067281 99.28660326086955 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 0.0164694593404419 0.0038506036067281 99.28660326086955 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 0.3530697021633386 0.0115315524260082 20.2322554347826 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 0.3530697021633386 0.0115315524260082 20.2322554347826 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 0.0015907307679299 0.0031209069249999 99.28660326086955 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 0.0015907307679299 0.0031209069249999 99.28660326086955 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 0.026201345724985 0.0044101000143752 62.74467391304348 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 0.026201345724985 0.0044101000143752 62.74467391304348 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 0.0069472620307351 0.0030567462227673 99.28660326086955 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 0.0069472620307351 0.0030567462227673 99.28660326086955 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 0.077289804816246 0.0039413565203945 99.28660326086955 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 0.077289804816246 0.0039413565203945 99.28660326086955 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 0.001934531108418 0.0033352242819064 99.28660326086955 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 0.0450192324351519 0.0052453049789225 46.22467391304348 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 0.0605139287072233 0.0043683755809964 62.74467391304348 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 0.0985069960588589 0.0061453249888278 37.35904891304347 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 0.1892900599632412 0.0061958969926404 37.35904891304347 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 0.0080275192449335 0.0032257717170773 99.28660326086955 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 0.1931319891009479 0.0061308863239532 37.35904891304347 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 0.0460197393549606 0.0039004711843638 99.28660326086955 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 0.0087914737596292 0.0032845887642707 99.28660326086955 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 0.0197175635839812 0.0036458507669426 99.28660326086955 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 0.0152855548076331 0.0033634782368022 99.28660326086955 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 0.0007384008949884 0.0031140406507359 99.28660326086955 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 0.001209479803947 0.0030677160773548 99.28660326086955 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 0.0004724710452137 0.0030183925705761 99.28660326086955 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 0.0006131280169938 0.0031170098248195 99.28660326086955 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 0.0006851258185633 0.0030845772419244 99.28660326086955 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 0.0002086026324832 0.0030306977513503 99.28660326086955 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 0.0006844995423307 0.0033216432134407 99.28660326086955 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 0.0002973819009639 0.0032992506064203 99.28660326086955 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 0.0004219659185764 0.0030981154036943 99.28660326086955 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 0.0003181216466145 0.0030225281596491 99.28660326086955 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 0.0013591173255917 0.0033265111201829 99.28660326086955 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 0.0017001731721393 0.0033236263688082 99.28660326086955 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 0.0016155596495082 0.0030119531536521 99.28660326086955 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 0.0462467583711259 0.0035316546256113 99.28660326086955 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 0.072055072610965 0.0042599082347799 62.74467391304348 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 0.0988323359051719 0.0045113923303759 62.74467391304348 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 0.0082687397152767 0.003139506874348 99.28660326086955 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 0.1529140146449208 0.0053778840027027 46.22467391304348 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 0.1610583746805787 0.0057093702025157 46.22467391304348 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 0.0809990806737914 0.0156793214699324 15.160951086956516 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 0.0464392499416135 0.0035718585638444 99.28660326086955 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 0.3005512491799891 0.0098537463067854 24.57923913043477 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 0.0572463377320673 0.0037980780982641 99.28660326086955 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 0.0573836527473758 0.0037976979768648 99.28660326086955 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 0.3873564824461937 0.0132653375966069 17.305597826086952 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 0.1409541817847639 0.0083549783224742 27.61739130434782 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 0.0648029199801385 0.0039440839737537 99.28660326086955 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 0.0031176281845546 0.0031066853264961 99.28660326086955 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 0.1032452373183332 0.0043842309282064 62.74467391304348 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 0.0111880301774363 0.0031872779377615 99.28660326086955 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 0.0049603629377088 0.0031703925028545 99.28660326086955 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 0.5151802264153957 0.0325747422883404 7.558260869565203 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 0.0011573206138564 0.0031311305437949 99.28660326086955 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 0.4377364194951951 0.0145982569219328 16.15755434782608 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 0.0097142671147594 0.0032050206905039 99.28660326086955 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 0.0017766904802556 0.0030852536343052 99.28660326086955 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 0.0234562916157301 0.0034405603329921 99.28660326086955 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 0.0043452680547488 0.003954359912059 99.28660326086955 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 0.0208239823405165 0.0039255655670993 99.28660326086955 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 0.0491898303152993 0.0038043256330754 99.28660326086955 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 0.2904683188535273 0.0096867500280695 24.57923913043477 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 0.1717341542243957 0.0058116730615678 46.22467391304348 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 0.0263568657974246 0.0034520561609481 99.28660326086955 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 0.0593815626343712 0.0038246441576976 99.28660326086955 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 0.1533274488756433 0.0058283736084475 46.22467391304348 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 0.022866845538374 0.003365736318132 99.28660326086955 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 0.0264594370964914 0.0035630890271212 99.28660326086955 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 0.067197393218521 0.0044405379123918 62.74467391304348 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 0.0145728463394334 0.0038076600813757 99.28660326086955 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 0.0427569086896255 0.0036140749393763 99.28660326086955 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 0.0041059595532715 0.0030786448582638 99.28660326086955 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 0.0173221030272543 0.0032244038077899 99.28660326086955 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 0.0045712876599282 0.0031572268793501 99.28660326086955 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 0.0173667758790543 0.0032510813726554 99.28660326086955 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 0.0633952437783591 0.003908107090674 99.28660326086955 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 0.0083789969794452 0.003652006629851 99.28660326086955 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 0.0131271909049246 0.0046633536648064 62.74467391304348 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 0.0009346904880658 0.003553573463113 99.28660326086955 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 0.0741219418123364 0.0070155182132358 31.64317934782608 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 0.0006468199935625 0.0031596492713279 99.28660326086955 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 0.0043393732485128 0.0035725189900352 99.28660326086955 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 0.0052021560259163 0.0031319863909191 99.28660326086955 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 0.0189363922108896 0.0034601318121421 99.28660326086955 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 0.005373078471166 0.00312617171847 99.28660326086955 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 0.1481330739334225 0.0055321950450294 46.22467391304348 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 0.027414679469075 0.0034256125145134 99.28660326086955 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 0.1440836144611239 0.0052625865548658 46.22467391304348 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 0.5578830055892467 0.0235867678436621 10.23198369565216 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00022406843 0.0033195547 0.0787372712802607 0.0040083550929448 62.74467391304348 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00022406843 0.0033195547 0.0787372712802607 0.0040083550929448 62.74467391304348 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.00084111065 0.004448755 0.0319217261276207 0.0034462429899064 99.28660326086955 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.00084111065 0.004448755 0.0319217261276207 0.0034462429899064 99.28660326086955 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0043892884 0.01626665 0.1028309247922152 0.0061779519999841 37.35904891304347 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0043892884 0.01626665 0.1028309247922152 0.0061779519999841 37.35904891304347 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0038526317 0.034265246 0.3015790544450283 0.0103028380207808 22.19230978260869 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0038526317 0.034265246 0.3015790544450283 0.0103028380207808 22.19230978260869 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0004576615 0.006750255 0.4901249296963215 0.0182454433984149 12.805461956521723 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0004576615 0.006750255 0.4901249296963215 0.0182454433984149 12.805461956521723 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.001760317 0.005196794 0.9484859481453896 0.0954457106066818 3.0137228260868767 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.001760317 0.005196794 0.9484859481453896 0.0954457106066818 3.0137228260868767 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00094735995 0.10137336 0.0043998265900881 0.0031386838750083 99.28660326086955 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00094735995 0.10137336 0.0043998265900881 0.0031386838750083 99.28660326086955 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 8 PSGKSTPF 25185.327 5937.78 MHCnuggetsI 40.5 9.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.0013492842 0.0077364733 0.0386440908187069 0.0041045919974122 62.74467391304348 28160.723677094924 27.987124999999995 5937.78 64.77000000000001 33463.23 48.0 22209.93 33.0 40571.71 70.0 5.8e-05 33.0 50000.0 48.0 9832.18 9.2 15415.23 15.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 8 SGKSTPFG 42737.755 5956.47 MHCnuggetsI 80.846 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 0.00020359832 0.011033907 0.0022938787114981 0.003066042592479 99.28660326086955 33345.35417799042 79.69287499999999 5956.47 76.42999999999999 40662.69 82.0 35946.07 83.0 44812.82 93.0 8e-06 63.0 50000.0 48.0 177684.69 98.0 74293.36 76.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 8 GKSTPFGN 37172.3 5911.61 MHCnuggetsI 84.846 35.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00061327656 0.009773075 0.02154275902285 0.0032846690150681 99.28660326086955 33311.299903198065 79.69287499999999 5911.61 49.7 42152.21 91.0 37535.94 90.0 47007.5 100.0 1e-06 94.0 50000.0 48.0 34407.25 35.0 36808.66 38.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 8 KSTPFGNE 32319.064 3059.5 SMM 60.437 1.4 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00038313397 0.041013855 0.0567542455682996 0.003822491780952 99.28660326086955 32378.32882117836 63.8735 5846.11 27.48 41496.06 87.0 32259.8 66.0 42661.02 82.0 1.2e-05 57.0 50000.0 48.0 3059.5 1.4 18194.91 17.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 8 STPFGNEE 30792.47 5934.12 MHCnuggetsI 61.235 9.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00015070828 0.0121732885 0.0409599929698742 0.0039341057163196 99.28660326086955 29672.29956431559 36.485875 5934.12 62.470000000000006 40840.38 83.0 31912.64 65.0 43395.67 86.0 1e-05 60.0 50000.0 48.0 9652.73 9.0 22539.8 21.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 8 TPFGNEEQ 36222.869 5958.48 MHCnuggetsI 66.82 30.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00042133985 0.0054857205 0.0189832808828214 0.0035303617278057 99.28660326086955 30632.398717030672 44.13500000000001 5958.48 77.64 41813.34 89.0 28795.36 53.0 44674.86 92.0 1.3e-05 56.0 50000.0 48.0 77205.81 78.0 30265.65 30.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 8 PFGNEEQQ 40759.265 5898.13 MHCnuggetsI 61.0 38.768 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003963388 0.0022384147 0.0005452497171063 0.0033999169695405 99.28660326086955 29778.67688817517 38.768 5898.13 43.53 41895.29 89.0 30232.07 58.0 47116.46 100.0 2e-06 85.0 50000.0 48.0 60764.51 64.0 39623.24 42.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 8 PRPKPPSV 45360.21 5944.89 MHCnuggetsI 72.14 46.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0012644731 0.0027137196 0.0716366569977253 0.004085715795247 62.74467391304348 31908.348100828596 59.0625 5944.89 69.28 44540.2 100.0 38565.12 94.0 46180.22 98.0 2.4e-05 46.0 50000.0 48.0 72552.1 75.0 79241.01 80.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 8 RPKPPSVW 37642.91 6003.54 MHCnuggetsI 51.0 5.9 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.0032951836 0.011630888 0.6332112308591604 0.0385433667657322 6.479157608695644 23609.847104822005 15.902624999999992 6003.54 95.99 44034.67 99.0 31912.64 65.0 37271.26 54.0 0.00276 5.9 50000.0 48.0 73561.4 76.0 38014.56 40.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-A*29:02 8 PKPPSVWQ 45187.11 5928.88 MHCnuggetsI 78.544 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0005605341 0.0023538098 0.0064755417552078 0.0031965327269259 99.28660326086955 32430.751394811054 69.087125 5928.88 59.29 43389.09 97.0 38357.05 93.0 46985.13 100.0 7e-06 66.0 50000.0 48.0 98548.5 88.0 58607.07 62.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 8 DFSQMSKF 17726.74 2621.2 NetMHCcons 14.08 3.8 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0047065886 0.017640475 0.1313753803260624 0.0153832901083914 15.160951086956516 10012.504769601854 5.197124999999999 5672.27 10.31 15085.15 13.0 2621.2 3.8 23656.81 18.0 0.00251 6.2 20368.33 24.0 47934.7 53.0 43546.17 48.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 8 FSQMSKFG 33244.08 5984.61 MHCnuggetsI 65.5 9.9 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.0056428113 0.17836298 0.0052259503936511 0.0031780527151615 99.28660326086955 32477.372255655835 69.087125 5984.61 90.59 33877.42 49.0 32610.74 68.0 39233.46 63.0 5e-06 71.0 50000.0 48.0 10657.37 9.9 38989.71 41.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 8 SQMSKFGN 32608.228 5865.22 MHCnuggetsI 55.0 32.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00082687096 0.047184158 0.0037619356371578 0.0031328414112168 99.28660326086955 32786.22609793348 74.450375 5865.22 32.24 41531.54 87.0 28951.56 53.0 38500.91 60.0 1.2e-05 57.0 31740.46 35.0 33935.17 34.0 32430.23 33.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 8 QMSKFGNE 27285.73 5798.61 MHCnuggetsI 45.0 19.39 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.0005505116 0.051584903 0.0012717642512143 0.0031207683229672 99.28660326086955 32620.000362316536 69.087125 5798.61 19.39 37438.18 65.0 21734.48 32.0 40085.65 68.0 1.1e-05 58.0 24747.82 28.0 27967.27 28.0 26604.19 26.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 8 MSKFGNEE 29759.853 1957.27 SMM 54.532 0.6 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00064160174 0.028105745 0.0118966300433385 0.003352137816312 99.28660326086955 31492.806846944502 54.695 5920.37 54.37 38362.44 70.0 28026.9 50.0 41473.61 75.0 1e-05 60.0 50000.0 48.0 1957.27 0.6 15203.72 15.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 8 SKFGNEEQ 37461.935 5965.39 MHCnuggetsI 72.0 25.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00045863222 0.010995837 0.0218238005545572 0.0033841210329927 99.28660326086955 32333.687170256617 63.8735 5965.39 81.65 42136.23 91.0 32787.64 69.0 46614.47 99.0 4e-06 75.0 50000.0 48.0 52077.48 57.0 25701.0 25.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 8 KFGNEEQQ 42500.12 5813.84 MHCnuggetsI 58.0 21.48 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00033255754 0.013392146 0.0003753536802832 0.0033149714733684 99.28660326086955 30548.31988650043 44.13500000000001 5813.84 21.48 41152.22 85.0 28640.0 52.0 45817.92 97.0 5e-06 71.0 50000.0 48.0 60764.51 64.0 43848.02 48.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 0.0784924231702461 0.0047989300926252 62.74467391304348 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 0.0089628502901177 0.0032383005324084 99.28660326086955 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 0.0091073020012117 0.0032675314152684 99.28660326086955 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 0.0243044033995829 0.0034618327787386 99.28660326086955 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 0.2107924460433423 0.0097721365972633 24.57923913043477 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 0.0071823883627075 0.0032114630442687 99.28660326086955 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 0.0005475705274875 0.0031399520749185 99.28660326086955 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 0.0009648251543694 0.0031771133403585 99.28660326086955 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 0.0364379178499802 0.003601474771367 99.28660326086955 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 0.0015199467270576 0.0030999329225001 99.28660326086955 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 0.0059608013980323 0.0031256093292494 99.28660326086955 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 0.3727009026333689 0.0122913332717226 18.61798913043478 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 0.2742793126963079 0.0079617653243828 31.64317934782608 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 0.0029171062778914 0.0031059956037408 99.28660326086955 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 0.0052451645897235 0.0032706258983801 99.28660326086955 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 0.0543436001753434 0.0040741295999553 62.74467391304348 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 0.0025342609151266 0.0031692143648876 99.28660326086955 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 0.004109286579478 0.0030803476930516 99.28660326086955 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 0.0129112730573979 0.0032915639053303 99.28660326086955 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 0.0046329331380547 0.0032308539784499 99.28660326086955 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 0.0029632723817485 0.0032011271020433 99.28660326086955 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 0.0004452608500287 0.0032328384127077 99.28660326086955 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 0.0098850430513266 0.003594787941602 99.28660326086955 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 0.0030883870313118 0.0031186780499057 99.28660326086955 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 0.0044886805262649 0.0031635941984565 99.28660326086955 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 0.3370111971162259 0.011430463932299 20.2322554347826 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 0.2116294628940522 0.0075293740805492 31.64317934782608 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 0.293315777555108 0.0110772711869195 20.2322554347826 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 0.010089522031194 0.003476941364067 99.28660326086955 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 0.0232882600248558 0.0032446206978058 99.28660326086955 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 0.0120600532245589 0.0040262566018784 62.74467391304348 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 0.0338716256665065 0.0059075297468008 46.22467391304348 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 0.0042393159965286 0.0030743411821882 99.28660326086955 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 0.1057471359818009 0.0046948030633608 62.74467391304348 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 0.0067731203725998 0.0030770637132895 99.28660326086955 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 0.016156934259925 0.0047209653723668 62.74467391304348 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 0.1828378494828939 0.5580142626380159 0.6995923913042361 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 0.0097815287008415 0.0040875095970147 62.74467391304348 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 0.0018736473066383 0.0033846027438583 99.28660326086955 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 0.0018736473066383 0.0033846027438583 99.28660326086955 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 0.0311547952005639 0.0035862692284173 99.28660326086955 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 0.0311547952005639 0.0035862692284173 99.28660326086955 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 0.0017624966167204 0.0029953614838899 100.0 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 0.0017624966167204 0.0029953614838899 100.0 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 0.0033864972938317 0.0031493545560649 99.28660326086955 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 0.0033864972938317 0.0031493545560649 99.28660326086955 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 0.0010997383287758 0.0032185578895239 99.28660326086955 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 0.0010997383287758 0.0032185578895239 99.28660326086955 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 0.5913177691400051 0.0275731101425046 8.839293478260856 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 0.5913177691400051 0.0275731101425046 8.839293478260856 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 0.0036590948147932 0.0031358710781664 99.28660326086955 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 0.0036590948147932 0.0031358710781664 99.28660326086955 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 0.0461039767833426 0.0036353077339375 99.28660326086955 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 0.0461039767833426 0.0036353077339375 99.28660326086955 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 0.1761640410404652 0.0062970067899722 37.35904891304347 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 0.1761640410404652 0.0062970067899722 37.35904891304347 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 0.0350733959785429 0.0038840234506314 99.28660326086955 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 0.0350733959785429 0.0038840234506314 99.28660326086955 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 0.0045890158799011 0.0033459408573136 99.28660326086955 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 0.0045890158799011 0.0033459408573136 99.28660326086955 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 0.0085090471984585 0.003209977005349 99.28660326086955 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 0.0085090471984585 0.003209977005349 99.28660326086955 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 0.1664597438648343 0.0172529407810692 13.500896739130424 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 0.1664597438648343 0.0172529407810692 13.500896739130424 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 0.0116712987946812 0.0032212606939598 99.28660326086955 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 0.0582350809127092 0.0044879915092449 62.74467391304348 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 0.4805723614990711 0.2692354678952904 1.486277173912967 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 0.4805723614990711 0.2692354678952904 1.486277173912967 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 0.4805723614990711 0.2692354678952904 1.486277173912967 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 0.4805723614990711 0.2692354678952904 1.486277173912967 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 0.0558029438834637 0.0388154704346326 6.479157608695644 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 0.0558029438834637 0.0388154704346326 6.479157608695644 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 0.0558029438834637 0.0388154704346326 6.479157608695644 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 0.0558029438834637 0.0388154704346326 6.479157608695644 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 0.8883257508277893 0.0756315748809839 3.599483695652097 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 0.8883257508277893 0.0756315748809839 3.599483695652097 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 0.8883257508277893 0.0756315748809839 3.599483695652097 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 0.8883257508277893 0.0756315748809839 3.599483695652097 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 0.008132373826811 0.0031263371719628 99.28660326086955 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 0.008132373826811 0.0031263371719628 99.28660326086955 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 0.008132373826811 0.0031263371719628 99.28660326086955 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 0.008132373826811 0.0031263371719628 99.28660326086955 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 0.0731140925126965 0.0039989330601487 99.28660326086955 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 0.0731140925126965 0.0039989330601487 99.28660326086955 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 0.0731140925126965 0.0039989330601487 99.28660326086955 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 0.0731140925126965 0.0039989330601487 99.28660326086955 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 0.0142784989766369 0.003242709308618 99.28660326086955 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 0.0142784989766369 0.003242709308618 99.28660326086955 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 0.0142784989766369 0.003242709308618 99.28660326086955 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 0.0142784989766369 0.003242709308618 99.28660326086955 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 0.0040799652833811 0.0033331665564468 99.28660326086955 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 0.0040799652833811 0.0033331665564468 99.28660326086955 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 0.0040799652833811 0.0033331665564468 99.28660326086955 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 0.0040799652833811 0.0033331665564468 99.28660326086955 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 0.0047774218655831 0.0032308701753559 99.28660326086955 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 0.0047774218655831 0.0032308701753559 99.28660326086955 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 0.0047774218655831 0.0032308701753559 99.28660326086955 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 0.0047774218655831 0.0032308701753559 99.28660326086955 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 0.0075844871334993 0.0034759634792304 99.28660326086955 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 0.0075844871334993 0.0034759634792304 99.28660326086955 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 0.0075844871334993 0.0034759634792304 99.28660326086955 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 0.0075844871334993 0.0034759634792304 99.28660326086955 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 0.0106880749808624 0.0037425007381401 99.28660326086955 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 0.0106880749808624 0.0037425007381401 99.28660326086955 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 0.0106880749808624 0.0037425007381401 99.28660326086955 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 0.0106880749808624 0.0037425007381401 99.28660326086955 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 0.0465413834899663 0.1408691175442485 2.32364130434776 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 0.0465413834899663 0.1408691175442485 2.32364130434776 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 0.0465413834899663 0.1408691175442485 2.32364130434776 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 0.0465413834899663 0.1408691175442485 2.32364130434776 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 0.0142144606143119 0.0379339175355713 6.63130434782606 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 0.0142144606143119 0.0379339175355713 6.63130434782606 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 0.0142144606143119 0.0379339175355713 6.63130434782606 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 0.0142144606143119 0.0379339175355713 6.63130434782606 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 0.0013563806860474 0.0032152976422183 99.28660326086955 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 0.0013563806860474 0.0032152976422183 99.28660326086955 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 0.0013563806860474 0.0032152976422183 99.28660326086955 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 0.0013563806860474 0.0032152976422183 99.28660326086955 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 0.0872127300244756 0.0044338549160161 62.74467391304348 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 0.0872127300244756 0.0044338549160161 62.74467391304348 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 0.0222849147394299 0.0035213903415877 99.28660326086955 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 0.0222849147394299 0.0035213903415877 99.28660326086955 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 0.0946776429191231 0.0049585291397872 62.74467391304348 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 0.0946776429191231 0.0049585291397872 62.74467391304348 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 0.0040024819318205 0.0034994827064875 99.28660326086955 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 0.0040024819318205 0.0034994827064875 99.28660326086955 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 0.0103900935791898 0.0032745985950624 99.28660326086955 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 0.0103900935791898 0.0032745985950624 99.28660326086955 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 0.046627898234874 0.0041953288226656 62.74467391304348 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 0.046627898234874 0.0041953288226656 62.74467391304348 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 0.0202453809397411 0.0037456519015503 99.28660326086955 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 0.0202453809397411 0.0037456519015503 99.28660326086955 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 0.1709998100996017 0.0068373862845408 37.35904891304347 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 0.1709998100996017 0.0068373862845408 37.35904891304347 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 0.0295686743920668 0.0043892799352473 62.74467391304348 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 0.0295686743920668 0.0043892799352473 62.74467391304348 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 0.0894692810252308 0.0044406695411499 62.74467391304348 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 0.0894692810252308 0.0044406695411499 62.74467391304348 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 0.0072024430555757 0.0032013113348947 99.28660326086955 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 0.0072024430555757 0.0032013113348947 99.28660326086955 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 0.0273661692626774 0.0034010983346139 99.28660326086955 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 0.0273661692626774 0.0034010983346139 99.28660326086955 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 0.0011957309543504 0.0031812101527025 99.28660326086955 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 0.0011957309543504 0.0031812101527025 99.28660326086955 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 0.0008219242281484 0.0030391089697969 99.28660326086955 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 0.0008219242281484 0.0030391089697969 99.28660326086955 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 0.048594435385894 0.0039093883247058 99.28660326086955 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 0.048594435385894 0.0039093883247058 99.28660326086955 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 0.0005707504051315 0.0030946862123173 99.28660326086955 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 0.0005707504051315 0.0030946862123173 99.28660326086955 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 0.0023358661710517 0.003114524018575 99.28660326086955 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 0.0023358661710517 0.003114524018575 99.28660326086955 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 0.0010567500212346 0.0031541941512686 99.28660326086955 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 0.0010567500212346 0.0031541941512686 99.28660326086955 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 0.0003418628784856 0.0031079477182964 99.28660326086955 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 0.0003418628784856 0.0031079477182964 99.28660326086955 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 0.0009819178440011 0.0031181289869009 99.28660326086955 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 0.0009819178440011 0.0031181289869009 99.28660326086955 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 0.0015553361608908 0.0031895712126335 99.28660326086955 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 0.0015553361608908 0.0031895712126335 99.28660326086955 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 0.000203575767955 0.0030914914273557 99.28660326086955 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 0.000203575767955 0.0030914914273557 99.28660326086955 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 0.0305618505808524 0.0036858410941709 99.28660326086955 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 0.0305618505808524 0.0036858410941709 99.28660326086955 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 0.086169209505897 0.004365937875221 62.74467391304348 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 0.086169209505897 0.004365937875221 62.74467391304348 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 0.0509818138089031 0.0039673104942643 99.28660326086955 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 0.0509818138089031 0.0039673104942643 99.28660326086955 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 0.0164694593404419 0.0035949170536444 99.28660326086955 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 0.0164694593404419 0.0035949170536444 99.28660326086955 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 0.3530697021633386 0.0116847517376188 20.2322554347826 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 0.3530697021633386 0.0116847517376188 20.2322554347826 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 0.0015907307679299 0.0031177594196105 99.28660326086955 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 0.0015907307679299 0.0031177594196105 99.28660326086955 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 0.026201345724985 0.0033881769304954 99.28660326086955 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 0.026201345724985 0.0033881769304954 99.28660326086955 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 0.0069472620307351 0.0031000655740606 99.28660326086955 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 0.0069472620307351 0.0031000655740606 99.28660326086955 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 0.077289804816246 0.0044880641833156 62.74467391304348 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 0.077289804816246 0.0044880641833156 62.74467391304348 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 0.001934531108418 0.0033151852753439 99.28660326086955 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 0.0450192324351519 0.5027395256977841 0.8149184782607364 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 0.0605139287072233 0.0050237441294563 46.22467391304348 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 0.0985069960588589 0.2357711539443647 1.6371739130433838 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 0.1892900599632412 0.0066575948884196 37.35904891304347 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 0.0080275192449335 0.0108895543285339 22.19230978260869 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 0.1931319891009479 0.0088943136371229 27.61739130434782 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 0.0460197393549606 0.003811135510487 99.28660326086955 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 0.0087914737596292 0.0032212756226181 99.28660326086955 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 0.0197175635839812 0.0034335616210023 99.28660326086955 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 0.0152855548076331 0.0034885495478905 99.28660326086955 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 0.0007384008949884 0.0031926400542522 99.28660326086955 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 0.001209479803947 0.0032338820243812 99.28660326086955 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 0.0004724710452137 0.0031239067749402 99.28660326086955 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 0.0006131280169938 0.0031245096194407 99.28660326086955 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 0.0006851258185633 0.0031413087114186 99.28660326086955 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 0.0002086026324832 0.0032956892725328 99.28660326086955 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 0.0006844995423307 0.0032552166588764 99.28660326086955 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 0.0002973819009639 0.0032029035630413 99.28660326086955 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 0.0004219659185764 0.003195045878151 99.28660326086955 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 0.0003181216466145 0.0031604355660536 99.28660326086955 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 0.0013591173255917 0.003145377690881 99.28660326086955 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 0.0017001731721393 0.0032347307465086 99.28660326086955 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 0.0016155596495082 0.0033839347608607 99.28660326086955 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 0.0462467583711259 0.0039191084244665 99.28660326086955 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 0.072055072610965 0.0072019156385141 31.64317934782608 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 0.0988323359051719 0.005157841197643 46.22467391304348 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 0.0082687397152767 0.0045019783094703 62.74467391304348 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 0.1529140146449208 0.0066085292023727 37.35904891304347 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 0.1610583746805787 0.0066941311018586 37.35904891304347 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 0.0809990806737914 0.0040511723258521 62.74467391304348 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 0.0464392499416135 0.003701378390828 99.28660326086955 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 0.3005512491799891 0.0091447302507249 24.57923913043477 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 0.0572463377320673 0.0039552991843113 99.28660326086955 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 0.0573836527473758 0.0037939399107576 99.28660326086955 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 0.3873564824461937 0.012678875344082 18.61798913043478 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 0.1409541817847639 0.0056113175305554 46.22467391304348 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 0.0648029199801385 0.004111734896867 62.74467391304348 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 0.0031176281845546 0.0031615652625565 99.28660326086955 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 0.1032452373183332 0.0056477433115219 46.22467391304348 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 0.0111880301774363 0.0035271399750398 99.28660326086955 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 0.0049603629377088 0.003278540116751 99.28660326086955 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 0.5151802264153957 0.0197302800835279 12.187228260869546 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 0.0011573206138564 0.0034337111541772 99.28660326086955 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 0.4377364194951951 0.030980208618987 8.01565217391304 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 0.0097142671147594 0.0033302335278207 99.28660326086955 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 0.0017766904802556 0.003173821446627 99.28660326086955 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 0.0234562916157301 0.003395986406025 99.28660326086955 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 0.0043452680547488 0.0031252288109536 99.28660326086955 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 0.0208239823405165 0.003378890307014 99.28660326086955 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 0.0491898303152993 0.0039241579082811 99.28660326086955 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 0.2904683188535273 0.0089635339213819 27.61739130434782 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 0.1717341542243957 0.0060778024284314 37.35904891304347 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 0.0263568657974246 0.0035763492672777 99.28660326086955 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 0.0593815626343712 0.0039578980149551 99.28660326086955 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 0.1533274488756433 0.0055811966485798 46.22467391304348 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 0.022866845538374 0.0038322211600073 99.28660326086955 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 0.0264594370964914 0.0037199024953893 99.28660326086955 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 0.067197393218521 0.0045516781272162 62.74467391304348 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 0.0145728463394334 0.0036929159359265 99.28660326086955 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 0.0427569086896255 0.0039229719216432 99.28660326086955 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 0.0041059595532715 0.0033168262482109 99.28660326086955 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 0.0173221030272543 0.0038276472890443 99.28660326086955 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 0.0045712876599282 0.0036484480047214 99.28660326086955 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 0.0173667758790543 0.0036333863692414 99.28660326086955 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 0.0633952437783591 0.0042287100582284 62.74467391304348 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 0.0083789969794452 0.0037224267908938 99.28660326086955 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 0.0131271909049246 0.0059334813958521 46.22467391304348 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 0.0009346904880658 0.0037635832512386 99.28660326086955 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 0.0741219418123364 0.0078407981083249 31.64317934782608 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 0.0006468199935625 0.0034011238817988 99.28660326086955 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 0.0043393732485128 0.0034296126501487 99.28660326086955 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 0.0052021560259163 0.0034801811737376 99.28660326086955 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 0.0189363922108896 0.6402959679577018 0.5419293478260414 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 0.005373078471166 0.0040462995945175 62.74467391304348 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 0.1481330739334225 0.4485654728904769 0.9356793478259532 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 0.027414679469075 0.0038377843917588 99.28660326086955 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 0.1440836144611239 0.4491926077692373 0.9356793478259532 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 0.5578830055892467 0.0245541078084511 9.849456521739114 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00014226725 0.016127821 0.0787372712802607 0.0050733057724948 46.22467391304348 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00014226725 0.016127821 0.0787372712802607 0.0050733057724948 46.22467391304348 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.0012215098 0.010148925 0.0319217261276207 0.0038021495129701 99.28660326086955 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.0012215098 0.010148925 0.0319217261276207 0.0038021495129701 99.28660326086955 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0011769776 0.013998112 0.1028309247922152 0.0050450737089006 46.22467391304348 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0011769776 0.013998112 0.1028309247922152 0.0050450737089006 46.22467391304348 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.00044160426 0.03171239 0.3015790544450283 0.0101443476999379 22.19230978260869 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.00044160426 0.03171239 0.3015790544450283 0.0101443476999379 22.19230978260869 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.059487484 0.29915717 0.4901249296963215 0.1853088381135974 1.933858695652077 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.059487484 0.29915717 0.4901249296963215 0.1853088381135974 1.933858695652077 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019394296 0.0027860967 0.9484859481453896 0.1792333063827299 1.975027173912963 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019394296 0.0027860967 0.9484859481453896 0.1792333063827299 1.975027173912963 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 4.1739055e-05 0.001880594 0.0043998265900881 0.0031451260712858 99.28660326086955 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 4.1739055e-05 0.001880594 0.0043998265900881 0.0031451260712858 99.28660326086955 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 8 PSGKSTPF 45919.41 31578.14923577353 MHCflurry 76.71 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.00036426683 0.0018175647 0.0386440908187069 0.0036740057836727 99.28660326086955 31578.14923577353 51.90287499999999 36577.37 74.42 47567.74 98.0 44872.5 87.0 46966.32 100.0 5e-06 73.0 41151.77 48.0 77348.16 79.0 50727.1 62.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 8 SGKSTPFG 33860.971 19839.36 MHCnuggetsI 66.539 22.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 8.051029e-05 0.0010541856 0.0022938787114981 0.0031712240288408 99.28660326086955 32203.82114438347 63.07837499999999 19839.36 22.24 45413.19 75.0 43439.36 73.0 43200.79 82.0 6e-06 70.0 29745.37 37.0 35518.12 47.0 28657.61 39.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 8 GKSTPFGN 45915.2 22924.55 MHCnuggetsI 71.821 27.38 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00020891296 0.0015760101 0.02154275902285 0.0033114327412771 99.28660326086955 33033.25059406946 75.6415 22924.55 27.38 46502.62 87.0 39837.46 44.0 45327.78 95.0 2e-06 87.0 50000.0 55.0 47255.24 59.0 57575.8 68.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 8 KSTPFGNE 45182.95 32595.234046728583 MHCflurry 74.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00014747922 0.00919151 0.0567542455682996 0.00379787514998 99.28660326086955 32595.234046728583 69.298375 35867.5 70.08 45078.82 72.0 43911.91 77.0 45287.08 95.0 7e-06 67.0 50000.0 55.0 95598.26 86.0 128896.17 94.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 8 STPFGNEE 44194.18 30491.159467510384 MHCflurry 65.5 38.99449999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00014036534 0.0063443566 0.0409599929698742 0.0038318329204289 99.28660326086955 30491.159467510384 38.99449999999999 38136.65 84.59 43027.71 57.0 45360.65 91.0 45394.54 96.0 7e-06 67.0 50000.0 55.0 32022.11 43.0 52388.99 64.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 8 TPFGNEEQ 47151.55 29061.050166290228 MHCflurry 82.5 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.0001137182 0.0008043858 0.0189832808828214 0.0037149528589563 99.28660326086955 29061.050166290228 25.64975 33773.94 59.02 47764.23 99.0 45115.92 89.0 46538.87 99.0 4.7e-05 36.0 50000.0 55.0 70704.98 76.0 144623.88 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 8 PFGNEEQQ 48616.82 31950.78919437485 MHCflurry 91.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.000117650015 0.0025469323 0.0005452497171063 0.003175891388485 99.28660326086955 31950.78919437485 57.24249999999999 34367.86 61.870000000000005 48428.25 100.0 47366.92 100.0 48805.39 100.0 1e-06 95.0 50000.0 55.0 54506.71 65.0 102621.89 88.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 8 PRPKPPSV 45665.625 21990.03 MHCnuggetsI 60.372 14.480874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0014492904 0.001963988 0.0716366569977253 0.0049297707076322 62.74467391304348 26276.1283363988 14.480874999999996 21990.03 25.74 46674.0 89.0 45360.65 91.0 45680.28 97.0 0.000139 23.0 50000.0 55.0 45650.97 58.0 97777.74 87.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 8 RPKPPSVW 44874.785 28009.080495703303 MHCflurry 69.62 7.558260869565203 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.00068484904 0.00083310023 0.6332112308591604 0.0328425744739048 7.558260869565203 28009.080495703303 20.700875 36386.79 73.24000000000001 47009.53 92.0 42740.04 66.0 42496.11 77.0 0.000516 13.0 50000.0 55.0 221538.9 100.0 144623.88 96.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-B*45:01 8 PKPPSVWQ 47587.155 33004.28675704155 MHCflurry 86.321 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0003908474 0.0005455695 0.0064755417552078 0.003142732028895 99.28660326086955 33004.28675704155 75.6415 36153.16 71.82 47691.93 99.0 46352.93 97.0 47482.38 100.0 1.1e-05 60.0 50000.0 55.0 61581.46 70.0 214901.77 100.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 8 DFSQMSKF 44849.555 31523.47640956367 MHCflurry 64.69 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0005633044 0.0022913516 0.1313753803260624 0.0051019703962016 46.22467391304348 31523.47640956367 51.90287499999999 33188.45 56.38 46259.75 84.0 43439.36 73.0 43082.69 81.0 0.000142 23.0 50000.0 55.0 66903.68 74.0 81327.98 81.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 8 FSQMSKFG 42455.105 8039.7 SMMPMBEC 71.821 8.4 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.00035958597 0.006238465 0.0052259503936511 0.0031472646345858 99.28660326086955 32805.54166549832 75.6415 30516.11 46.04 46811.07 90.0 42280.1 62.0 42630.11 78.0 3e-06 81.0 50000.0 55.0 58674.58 68.0 8039.7 8.4 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 8 SQMSKFGN 24685.095 6330.92 PickPocket 32.0 7.1 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00014606379 0.006270627 0.0037619356371578 0.0032703275597698 99.28660326086955 31363.66569280446 47.08112499999999 36329.42 72.88 36374.88 33.0 15290.89 7.1 25957.57 14.0 0.000184 21.0 6330.92 8.5 23412.62 32.0 23293.78 32.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 8 QMSKFGNE 40657.125 32892.366249201186 MHCflurry 56.95 44.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.00011802112 0.006182052 0.0012717642512143 0.0030957417478259 99.28660326086955 32892.366249201186 75.6415 33079.15 55.900000000000006 43179.29 58.0 41151.77 53.0 40162.48 60.0 2.9e-05 44.0 43439.36 50.0 39577.65 51.0 194643.54 99.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 8 MSKFGNEE 36703.604 21328.62 MHCnuggetsI 60.621 24.64 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00045888507 0.024048371 0.0118966300433385 0.0033199981864439 99.28660326086955 31807.76834427965 57.24249999999999 21328.62 24.64 44981.89 71.0 41599.44 57.0 42850.7 79.0 6e-06 70.0 31398.89 39.0 52293.78 64.0 24223.67 33.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 8 SKFGNEEQ 45091.585 24731.04 MHCnuggetsI 59.5 30.89 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00023388214 0.00050799944 0.0218238005545572 0.0035171351405756 99.28660326086955 31071.241313866685 47.08112499999999 24731.04 30.89 45314.54 74.0 38984.65 40.0 44868.63 93.0 5.5e-05 34.0 50000.0 55.0 52293.78 64.0 139072.1 95.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 8 KFGNEEQQ 47922.225 32462.374029604267 MHCflurry 85.57 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 5.3071275e-05 0.0018450491 0.0003753536802832 0.0031255428253109 99.28660326086955 32462.374029604267 69.298375 37159.27 78.14 47816.96 99.0 45606.71 93.0 48027.49 100.0 4e-06 76.0 50000.0 55.0 55137.87 66.0 151788.9 97.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 0.0784924231702461 0.0046019031608002 62.74467391304348 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 0.0089628502901177 0.0033518978310784 99.28660326086955 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 0.0091073020012117 0.0033433353782269 99.28660326086955 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 0.0243044033995829 0.0034863684114468 99.28660326086955 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 0.2107924460433423 0.0073575263602765 31.64317934782608 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 0.0071823883627075 0.0033959659199649 99.28660326086955 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 0.0005475705274875 0.0031755147732227 99.28660326086955 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 0.0009648251543694 0.0032166440759486 99.28660326086955 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 0.0364379178499802 0.0051964637485317 46.22467391304348 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 0.0015199467270576 0.0034320435553771 99.28660326086955 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 0.0059608013980323 0.0032744339213833 99.28660326086955 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 0.3727009026333689 0.0128596656030346 18.61798913043478 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 0.2742793126963079 0.0088322403824197 27.61739130434782 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 0.0029171062778914 0.0030922517094194 99.28660326086955 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 0.0052451645897235 0.0031434934118336 99.28660326086955 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 0.0543436001753434 0.0041385383971754 62.74467391304348 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 0.0025342609151266 0.0033610823834767 99.28660326086955 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 0.004109286579478 0.0036353508217988 99.28660326086955 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 0.0129112730573979 0.0035420443043059 99.28660326086955 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 0.0046329331380547 0.0037127868677796 99.28660326086955 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 0.0029632723817485 0.0077157205202829 31.64317934782608 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 0.0004452608500287 0.0055107139543675 46.22467391304348 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 0.0098850430513266 0.25042197433191 1.5659510869564457 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 0.0030883870313118 0.0036725620532622 99.28660326086955 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 0.0044886805262649 0.0031610022336036 99.28660326086955 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 0.3370111971162259 0.0117516641227836 20.2322554347826 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 0.2116294628940522 0.0068310524096412 37.35904891304347 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 0.293315777555108 0.0088651969030226 27.61739130434782 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 0.010089522031194 0.0031954363402906 99.28660326086955 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 0.0232882600248558 0.0034378216372391 99.28660326086955 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 0.0120600532245589 0.0033979666654024 99.28660326086955 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 0.0338716256665065 0.0035067661412587 99.28660326086955 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 0.0042393159965286 0.0030870326611553 99.28660326086955 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 0.1057471359818009 0.0053558208612576 46.22467391304348 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 0.0067731203725998 0.0033413933659449 99.28660326086955 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 0.016156934259925 0.0032306071507933 99.28660326086955 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 0.1828378494828939 0.0059509961844957 46.22467391304348 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 0.0097815287008415 0.0032708065852322 99.28660326086955 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 0.0018736473066383 0.0032199054471235 99.28660326086955 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 0.0018736473066383 0.0032199054471235 99.28660326086955 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 0.0311547952005639 0.0047147424479773 62.74467391304348 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 0.0311547952005639 0.0047147424479773 62.74467391304348 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 0.0017624966167204 0.0032352053425902 99.28660326086955 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 0.0017624966167204 0.0032352053425902 99.28660326086955 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 0.0033864972938317 0.0032581544471749 99.28660326086955 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 0.0033864972938317 0.0032581544471749 99.28660326086955 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 0.0010997383287758 0.0039969849966515 99.28660326086955 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 0.0010997383287758 0.0039969849966515 99.28660326086955 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 0.5913177691400051 0.0532042705536016 4.807092391304323 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 0.5913177691400051 0.0532042705536016 4.807092391304323 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 0.0036590948147932 0.0032565520339142 99.28660326086955 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 0.0036590948147932 0.0032565520339142 99.28660326086955 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 0.0461039767833426 0.0037227641649629 99.28660326086955 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 0.0461039767833426 0.0037227641649629 99.28660326086955 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 0.1761640410404652 0.0068448184187743 37.35904891304347 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 0.1761640410404652 0.0068448184187743 37.35904891304347 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 0.0350733959785429 0.0083975962381667 27.61739130434782 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 0.0350733959785429 0.0083975962381667 27.61739130434782 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 0.0045890158799011 0.0124197987961801 18.61798913043478 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 0.0045890158799011 0.0124197987961801 18.61798913043478 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 0.0085090471984585 0.0033207822768154 99.28660326086955 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 0.0085090471984585 0.0033207822768154 99.28660326086955 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 0.1664597438648343 0.0058189722319719 46.22467391304348 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 0.1664597438648343 0.0058189722319719 46.22467391304348 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 0.0062867999222362 0.0039774214596857 99.28660326086955 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 0.0062867999222362 0.0039774214596857 99.28660326086955 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 0.0070898516860324 0.0033020662132618 99.28660326086955 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 0.0070898516860324 0.0033020662132618 99.28660326086955 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 0.0038244157331064 0.0032513700343705 99.28660326086955 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 0.0038244157331064 0.0032513700343705 99.28660326086955 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 0.0037241896789055 0.0030597942097314 99.28660326086955 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 0.0037241896789055 0.0030597942097314 99.28660326086955 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 0.0007650029237993 0.0030434300824382 99.28660326086955 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 0.0007650029237993 0.0030434300824382 99.28660326086955 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 0.0500222312984988 0.0043962075144149 62.74467391304348 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 0.0500222312984988 0.0043962075144149 62.74467391304348 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 0.2311225077137351 0.008628321238902 27.61739130434782 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 0.2311225077137351 0.008628321238902 27.61739130434782 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 0.3066025041043758 0.0100987083437631 22.19230978260869 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 0.3066025041043758 0.0100987083437631 22.19230978260869 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 0.019497752393363 0.0034654304326549 99.28660326086955 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 0.019497752393363 0.0034654304326549 99.28660326086955 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 0.0094075527376844 0.0032548492707305 99.28660326086955 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 0.0094075527376844 0.0032548492707305 99.28660326086955 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 0.004675911652157 0.0032157633363856 99.28660326086955 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 0.004675911652157 0.0032157633363856 99.28660326086955 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 0.001508618115622 0.0031781304854895 99.28660326086955 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 0.001508618115622 0.0031781304854895 99.28660326086955 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 0.0020084800635231 0.0030786918852973 99.28660326086955 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 0.0020084800635231 0.0030786918852973 99.28660326086955 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 0.0383647088310681 0.0037002526539133 99.28660326086955 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 0.0383647088310681 0.0037002526539133 99.28660326086955 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 0.1402981438441202 0.0058710976084762 46.22467391304348 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 0.1402981438441202 0.0058710976084762 46.22467391304348 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 0.0026477519713807 0.0032270873958116 99.28660326086955 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 0.0026477519713807 0.0032270873958116 99.28660326086955 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 0.0019676369483931 0.0033220561953655 99.28660326086955 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 0.0019676369483931 0.0033220561953655 99.28660326086955 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 0.0021236439934 0.0043719476896898 62.74467391304348 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 0.0021236439934 0.0043719476896898 62.74467391304348 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 0.000662686450596 0.0037716616973215 99.28660326086955 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 0.000662686450596 0.0037716616973215 99.28660326086955 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 0.0259957275120541 0.003586295930121 99.28660326086955 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 0.0259957275120541 0.003586295930121 99.28660326086955 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 0.0156567872327286 0.0032828585641379 99.28660326086955 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 0.0156567872327286 0.0032828585641379 99.28660326086955 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 0.0067872856452595 0.003190388284762 99.28660326086955 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 0.0067872856452595 0.003190388284762 99.28660326086955 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 0.2079691709950566 0.0083447815504928 27.61739130434782 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 0.2079691709950566 0.0083447815504928 27.61739130434782 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 0.012556962268718 0.0032036270328412 99.28660326086955 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 0.012556962268718 0.0032036270328412 99.28660326086955 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 0.0831658424285706 0.0040171426488825 62.74467391304348 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 0.0831658424285706 0.0040171426488825 62.74467391304348 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 0.0057994129892904 0.003177774209356 99.28660326086955 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 0.0057994129892904 0.003177774209356 99.28660326086955 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 0.0189790416625328 0.0036671254885133 99.28660326086955 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 0.0189790416625328 0.0036671254885133 99.28660326086955 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 0.0118436832271981 0.0033130601171542 99.28660326086955 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 0.0118436832271981 0.0033130601171542 99.28660326086955 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 0.0032275155826937 0.0032240273225731 99.28660326086955 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 0.0032275155826937 0.0032240273225731 99.28660326086955 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 0.0005542314429476 0.003083810472306 99.28660326086955 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 0.0005542314429476 0.003083810472306 99.28660326086955 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 0.1140294428914785 0.0052074566830528 46.22467391304348 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 0.1140294428914785 0.0052074566830528 46.22467391304348 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 0.0115950963227078 0.0031696481668039 99.28660326086955 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 0.0115950963227078 0.0031696481668039 99.28660326086955 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 0.0098116803128505 0.0033425976041565 99.28660326086955 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 0.0098116803128505 0.0033425976041565 99.28660326086955 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 0.1261298798490315 0.0050623231668083 46.22467391304348 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 0.1261298798490315 0.0050623231668083 46.22467391304348 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 0.0284554223180748 0.0035428814294163 99.28660326086955 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 0.0284554223180748 0.0035428814294163 99.28660326086955 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 0.1154814383480697 0.0047999482616929 62.74467391304348 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 0.1154814383480697 0.0047999482616929 62.74467391304348 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 0.0147491840980364 0.0034930803978512 99.28660326086955 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 0.0147491840980364 0.0034930803978512 99.28660326086955 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 0.0095608648553024 0.0033396957250728 99.28660326086955 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 0.0095608648553024 0.0033396957250728 99.28660326086955 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 0.0038305261259665 0.0032381731013456 99.28660326086955 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 0.0038305261259665 0.0032381731013456 99.28660326086955 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 0.0300353302736766 0.0040451022603497 62.74467391304348 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 0.0300353302736766 0.0040451022603497 62.74467391304348 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 0.0009846129651123 0.0032651507527431 99.28660326086955 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 0.0009846129651123 0.0032651507527431 99.28660326086955 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 0.0041609295512898 0.0031766610120404 99.28660326086955 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 0.0041609295512898 0.0031766610120404 99.28660326086955 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 0.2207692484371364 0.006889539179468 37.35904891304347 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 0.2207692484371364 0.006889539179468 37.35904891304347 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 0.0007556998225481 0.0031510305809154 99.28660326086955 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 0.0007556998225481 0.0031510305809154 99.28660326086955 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 0.0049577074532862 0.0033997731642124 99.28660326086955 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 0.0049577074532862 0.0033997731642124 99.28660326086955 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 0.0007143416878534 0.0034778835747105 99.28660326086955 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 0.0007143416878534 0.0034778835747105 99.28660326086955 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 0.00034081663307 0.003624061145686 99.28660326086955 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 0.00034081663307 0.003624061145686 99.28660326086955 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 0.0002469767196089 0.0034362701135882 99.28660326086955 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 0.0002469767196089 0.0034362701135882 99.28660326086955 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 0.0002943422960015 0.0034255892911462 99.28660326086955 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 0.0002943422960015 0.0034255892911462 99.28660326086955 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 0.0008005818008314 0.0039335008424213 99.28660326086955 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 0.0008005818008314 0.0039335008424213 99.28660326086955 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 0.0190536930604139 0.0038886059882336 99.28660326086955 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 0.0190536930604139 0.0038886059882336 99.28660326086955 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 8 SIVGAEVD 34715.751 5876.2 MHCnuggetsI 72.937 24.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.00087765825 0.018138114 0.0046949276293162 0.0032083930244584 99.28660326086955 32098.08207838268 63.8735 5876.2 35.5 40523.91 82.0 37333.42 89.0 45638.29 96.0 1e-06 94.0 49461.93 48.0 25098.63 24.0 30970.63 31.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 8 IVGAEVDK 25246.84 5696.15 MHCnuggetsI 38.0 9.7 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.00741277 0.021445248 0.0055468286009272 0.0049038997307804 62.74467391304348 20767.18320055217 12.080249999999996 5696.15 11.37 41947.47 90.0 23828.16 37.0 41171.81 74.0 1.9e-05 49.0 10081.44 9.7 37380.92 39.0 26665.52 26.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 8 VGAEVDKN 46042.78 5891.12 MHCnuggetsI 94.5 40.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 0.0003555611 0.039048214 0.0016116697224788 0.0032661281872118 99.28660326086955 31160.302541156107 50.764875 5891.12 40.71 44462.2 100.0 40489.28 99.0 47623.36 100.0 1e-06 94.0 50000.0 48.0 133244.72 95.0 49767.98 55.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 8 GAEVDKNL 44263.705 5836.06 MHCnuggetsI 75.5 25.34 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.00028069023 0.0059187026 0.005575479066465 0.0032104321530063 99.28660326086955 32180.07472313268 63.8735 5836.06 25.34 41825.1 89.0 36337.11 85.0 46702.31 99.0 7e-06 66.0 50000.0 48.0 106084.03 90.0 49653.52 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 8 AEVDKNLG 40587.99 5963.77 MHCnuggetsI 73.37 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00076069776 0.07153028 0.0331957287271507 0.0035162669222078 99.28660326086955 32393.56188641262 63.8735 5963.77 80.74 43640.04 98.0 37535.94 90.0 46264.76 98.0 7e-06 66.0 50000.0 48.0 47824.45 53.0 27286.64 27.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 8 EVDKNLGT 39830.87 5885.24 MHCnuggetsI 63.0 37.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0013696764 0.036975052 0.035463952604914 0.0036069807336863 99.28660326086955 31813.972115888613 59.0625 5885.24 38.52 43466.62 97.0 32965.5 69.0 44202.71 90.0 8e-06 63.0 50000.0 48.0 36195.12 37.0 59149.35 63.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 8 VDKNLGTV 41496.185 5871.16 MHCnuggetsI 61.937 33.96 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.0005927099 0.028547982 0.0177636721346061 0.003362269264338 99.28660326086955 32072.9317044806 63.8735 5871.16 33.96 41096.16 85.0 33144.32 70.0 41896.21 78.0 1.2e-05 57.0 50000.0 48.0 47604.72 52.0 55456.19 60.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 8 DKNLGTVY 14706.825 2082.81 SMM 11.32 0.7 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.032558747 0.16400412 0.6733561921864748 0.0691233131270434 3.8525271739129607 14487.419658408093 7.337249999999999 5655.31 9.64 28834.65 33.0 11666.98 13.0 31737.38 35.0 0.00146 8.0 50000.0 48.0 2082.81 0.7 14926.23 14.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 8 KNLGTVYG 34523.152 5888.84 MHCnuggetsI 64.044 26.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0005330625 0.056637287 0.0049073928166762 0.0031480826658787 99.28660326086955 32758.70482168309 69.087125 5888.84 39.84 36287.6 59.0 29584.89 56.0 42496.11 81.0 5e-06 71.0 22451.54 26.0 122645.04 94.0 42948.7 47.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 8 NLGTVYGL 27565.577 5745.71 MHCnuggetsI 29.0 14.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.009665745 0.16665547 0.0532716939924284 0.0043799219245997 62.74467391304348 27773.573162282853 26.708874999999995 5745.71 14.35 27357.58 30.0 17600.27 23.0 32261.56 36.0 8.8e-05 28.0 18882.64 22.0 178094.29 98.0 61936.98 65.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 8 LGTVYGLE 34408.981 5840.97 MHCnuggetsI 62.0 26.36 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.0013350835 0.07088678 0.0093549376178998 0.0033131270856727 99.28660326086955 31582.161402322577 54.695 5840.97 26.36 37235.8 63.0 31060.99 61.0 41340.1 75.0 2e-06 85.0 50000.0 48.0 72886.99 75.0 26850.35 27.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 8 GTVYGLEK 15932.445 5743.91 MHCnuggetsI 17.653 4.4 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.008207066 0.09786242 0.3604947938583791 0.0136134542051391 17.305597826086952 26208.219767221908 21.751124999999995 5743.91 14.22 35671.38 56.0 12051.9 14.0 31844.68 35.0 0.000159 22.0 5869.13 4.4 8987.73 8.4 19812.99 18.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 8 TVYGLEKP 34466.373 5897.45 MHCnuggetsI 58.531 30.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0032185328 0.05167436 0.1225308377761393 0.0048967064242948 62.74467391304348 31848.935171935216 59.0625 5897.45 43.26 37083.81 63.0 28331.79 51.0 42780.29 82.0 1.1e-05 58.0 25842.4 30.0 37380.92 39.0 59422.37 63.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 8 VYGLEKPF 17241.555 5665.56 MHCnuggetsI 15.242 10.04 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0064698765 0.01867809 0.0214947995409602 0.0046188224826609 62.74467391304348 23415.92180653852 15.483874999999996 5665.56 10.04 17619.52 15.0 13356.59 15.0 29308.66 29.0 0.000577 13.0 42509.45 44.0 15547.12 15.0 16863.59 16.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 8 YGLEKPFL 30501.963 5828.4 MHCnuggetsI 29.494 5.788070652173886 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.012605486 0.19895615 0.7147903703153133 0.0433512871926239 5.788070652173886 28012.016275989536 27.987124999999995 5828.4 23.9 27698.01 31.0 15457.23 19.0 32991.91 38.0 0.000107 26.0 42051.98 43.0 73055.01 75.0 51280.23 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 8 GLEKPFLC 32807.738 5706.3 MHCnuggetsI 48.128 11.9 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.011235843 0.24116448 0.0085023574356455 0.0033858724423931 99.28660326086955 30785.756880209155 47.25637500000001 5706.3 11.9 40186.84 80.0 27575.71 49.0 41345.46 75.0 1.9e-05 49.0 29425.27 33.0 42232.81 46.0 34829.72 36.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 8 LEKPFLCG 35918.9 5984.46 MHCnuggetsI 75.0 35.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0012356469 0.08281534 0.0215936500462703 0.0033888448725558 99.28660326086955 32260.074678553745 63.8735 5984.46 90.54 40105.59 79.0 35559.24 81.0 43527.35 86.0 5e-06 71.0 50000.0 48.0 36278.56 37.0 34036.9 35.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 8 EKPFLCGL 39389.035 5950.21 MHCnuggetsI 66.5 48.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00035751864 0.011747217 0.0406609411002136 0.0035922115638723 99.28660326086955 32559.68099175848 69.087125 5950.21 72.59 36549.64 60.0 32965.5 69.0 42228.43 79.0 1.6e-05 52.0 50000.0 48.0 59930.79 64.0 50460.32 55.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 8 KPFLCGLA 29787.361 5908.68 MHCnuggetsI 49.145 23.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00030248376 0.006643993 0.0104316831202595 0.0032676522489244 99.28660326086955 32162.13260061937 63.8735 5908.68 48.29 37395.27 64.0 19611.42 27.0 33963.31 41.0 1.8e-05 50.0 19295.7 23.0 52077.48 57.0 27412.59 27.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 8 PFLCGLAL 20986.11 5831.72 MHCnuggetsI 23.749 13.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0036268425 0.014459906 0.0590044681448489 0.0046270186402013 62.74467391304348 26794.871814502283 23.49875 5831.72 24.51 22884.17 22.0 11172.82 13.0 27596.31 25.0 4.5e-05 37.0 19088.05 22.0 17850.48 17.0 25058.21 24.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 8 FLCGLALD 27839.698 5712.7 MHCnuggetsI 43.5 12.24 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.01200679 0.4961289 0.0042311199940741 0.003221886328263 99.28660326086955 31905.30694860863 59.0625 5712.7 12.24 23774.09 23.0 17038.15 22.0 34813.46 44.0 5e-06 71.0 16228.45 19.0 71064.06 74.0 40174.46 43.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-A*29:02 8 LCGLALDL 28775.529 5794.9 MHCnuggetsI 48.5 18.94 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0022779773 0.19997989 0.0107084313203813 0.0036840741243514 99.28660326086955 28442.448163217152 29.365875 5794.9 18.94 33773.85 49.0 29108.61 54.0 39095.33 63.0 5e-06 71.0 50000.0 48.0 24358.47 23.0 23064.82 22.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 8 MATLFTIC 31330.283 5915.88 MHCnuggetsI 51.465 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.002216291 0.15237583 0.0191701344738248 0.0034312434573147 99.28660326086955 31568.46587431046 54.695 5915.88 51.93 34325.36 51.0 27278.95 47.0 37125.98 53.0 9e-06 62.0 34986.78 38.0 31092.1 31.0 30475.44 31.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 8 ATLFTICV 29581.928 5706.0 MHCnuggetsI 32.5 11.88 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.0003390301 0.048631154 0.3158751241862774 0.0097057061487907 24.57923913043477 31688.07647671115 54.695 5706.0 11.88 33958.53 50.0 15967.2 20.0 32784.8 38.0 3.2e-05 42.0 13947.35 16.0 82537.25 82.0 27475.78 27.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 8 TLFTICVW 19703.208 5767.81 MHCnuggetsI 15.065 5.2 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.0038402132 0.3074205 0.0483756963221821 0.0060860264336101 37.35904891304347 19410.605079968274 10.787374999999995 5767.81 16.13 32898.15 46.0 11730.27 14.0 19995.81 14.0 0.000949 9.8 6682.85 5.2 89877.3 85.0 31546.41 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 8 LFTICVWT 26595.97 5782.8 MHCnuggetsI 32.0 17.59 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 0.0007546013 0.16593562 0.0007842374161555 0.003244357791434 99.28660326086955 31281.865998186506 50.764875 5782.8 17.59 24175.37 24.0 18578.65 25.0 31498.93 34.0 6e-06 68.0 25842.4 30.0 33546.72 34.0 27349.54 27.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 8 FTICVWTG 23892.53 5488.75 MHCnuggetsI 28.0 5.65 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 0.00072388275 0.19317104 0.0302315789667773 0.00362138455838 99.28660326086955 31085.11216880269 50.764875 5488.75 5.65 28550.9 33.0 16316.49 21.0 26358.62 23.0 1.2e-05 57.0 7527.49 6.3 38516.78 40.0 21426.44 20.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 8 TICVWTGE 36457.33 5874.37 MHCnuggetsI 51.5 34.92 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.0002950341 0.09068644 0.0047410601910087 0.0033736737317199 99.28660326086955 30480.285357991925 44.13500000000001 5874.37 34.92 34738.95 53.0 27131.77 47.0 38175.71 58.0 7e-06 66.0 40708.92 42.0 46843.57 52.0 46660.57 51.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 8 ICVWTGET 35681.809 5891.61 MHCnuggetsI 70.544 25.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 0.00025901332 0.0682438 0.0019037375786865 0.0031355924728219 99.28660326086955 32535.55768109891 69.087125 5891.61 40.9 38828.06 72.0 31740.46 64.0 43422.91 86.0 2e-06 85.0 50000.0 48.0 86626.35 84.0 25701.0 25.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 8 CVWTGETI 26121.83 5916.04 MHCnuggetsI 43.0 15.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.0001977013 0.028365776 0.1660270763095468 0.0059722644102855 46.22467391304348 30383.66955106496 44.13500000000001 5916.04 52.0 35482.37 56.0 14802.53 18.0 32494.52 37.0 3.1e-05 42.0 13501.89 15.0 21859.99 20.0 40639.65 44.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 0.1105397393403109 0.0044438504980988 62.74467391304348 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 0.1105397393403109 0.0044438504980988 62.74467391304348 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 0.1105397393403109 0.0044438504980988 62.74467391304348 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 0.3446018751710653 0.0139810429630701 17.305597826086952 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 0.3446018751710653 0.0139810429630701 17.305597826086952 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 0.3446018751710653 0.0139810429630701 17.305597826086952 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 0.0534361246973276 0.0038088168994731 99.28660326086955 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 0.0534361246973276 0.0038088168994731 99.28660326086955 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 0.0534361246973276 0.0038088168994731 99.28660326086955 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 0.2923218049108982 0.0090223354682677 24.57923913043477 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 0.2923218049108982 0.0090223354682677 24.57923913043477 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 0.2923218049108982 0.0090223354682677 24.57923913043477 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 0.1992606385610997 0.0063635952496668 37.35904891304347 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 0.1992606385610997 0.0063635952496668 37.35904891304347 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 0.1992606385610997 0.0063635952496668 37.35904891304347 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 0.2981649301946163 0.0095508660278508 24.57923913043477 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 0.2981649301946163 0.0095508660278508 24.57923913043477 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 0.2981649301946163 0.0095508660278508 24.57923913043477 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 0.4095176914706826 0.0195051966422993 12.187228260869546 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 0.4095176914706826 0.0195051966422993 12.187228260869546 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 0.4095176914706826 0.0195051966422993 12.187228260869546 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 0.2263224590569734 0.0071939668696668 31.64317934782608 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 0.2263224590569734 0.0071939668696668 31.64317934782608 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 0.2263224590569734 0.0071939668696668 31.64317934782608 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 0.236667513847351 0.007252094014408 31.64317934782608 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 0.236667513847351 0.007252094014408 31.64317934782608 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 0.236667513847351 0.007252094014408 31.64317934782608 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 0.028018203767715 0.0034919121318518 99.28660326086955 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 0.028018203767715 0.0034919121318518 99.28660326086955 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 0.028018203767715 0.0034919121318518 99.28660326086955 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 0.1713440311141312 0.0058622718648236 46.22467391304348 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 0.1713440311141312 0.0058622718648236 46.22467391304348 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 0.1713440311141312 0.0058622718648236 46.22467391304348 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 0.0056591976026538 0.0032269798615662 99.28660326086955 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 0.0056591976026538 0.0032269798615662 99.28660326086955 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 0.0056591976026538 0.0032269798615662 99.28660326086955 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 0.0765674707945436 0.0040346458933055 62.74467391304348 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 0.0765674707945436 0.0040346458933055 62.74467391304348 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 0.0765674707945436 0.0040346458933055 62.74467391304348 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 0.0690222977427765 0.0040638002081473 62.74467391304348 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 0.0690222977427765 0.0040638002081473 62.74467391304348 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 0.0690222977427765 0.0040638002081473 62.74467391304348 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 0.0447037847479805 0.0041132068695009 62.74467391304348 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 0.0447037847479805 0.0041132068695009 62.74467391304348 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 0.0447037847479805 0.0041132068695009 62.74467391304348 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 0.240767958573997 0.110610615981962 2.7245652173912447 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 0.240767958573997 0.110610615981962 2.7245652173912447 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 0.240767958573997 0.110610615981962 2.7245652173912447 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 0.0309788787417346 0.0035341532113614 99.28660326086955 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 0.0309788787417346 0.0035341532113614 99.28660326086955 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 0.0309788787417346 0.0035341532113614 99.28660326086955 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 0.0014309727594081 0.0031434932324356 99.28660326086955 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 0.0014309727594081 0.0031434932324356 99.28660326086955 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 0.0014309727594081 0.0031434932324356 99.28660326086955 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 0.4674855694174766 0.0173402359335649 13.500896739130424 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 0.4674855694174766 0.0173402359335649 13.500896739130424 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 0.3274797494523227 0.0150126470435385 16.15755434782608 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 0.3274797494523227 0.0150126470435385 16.15755434782608 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 0.1242939892690628 0.004901868183866 62.74467391304348 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 0.1242939892690628 0.004901868183866 62.74467391304348 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 0.2387733999639749 0.0090985010472503 24.57923913043477 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 0.2387733999639749 0.0090985010472503 24.57923913043477 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 0.1378619754686951 0.0061646356046721 37.35904891304347 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 0.1378619754686951 0.0061646356046721 37.35904891304347 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 0.0093417864118237 0.0031192682244649 99.28660326086955 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 0.0093417864118237 0.0031192682244649 99.28660326086955 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 0.0027757746574934 0.0032140232183845 99.28660326086955 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 0.0027757746574934 0.0032140232183845 99.28660326086955 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 0.0124473420437425 0.0031326428209821 99.28660326086955 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 0.0124473420437425 0.0031326428209821 99.28660326086955 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 0.0201140713907079 0.0037705476069757 99.28660326086955 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 0.0201140713907079 0.0037705476069757 99.28660326086955 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 0.0044809866813011 0.0031011308290525 99.28660326086955 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 0.0044809866813011 0.0031011308290525 99.28660326086955 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 0.3048895578831434 0.0110912675979256 20.2322554347826 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 0.3048895578831434 0.0110912675979256 20.2322554347826 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 0.0368031488033011 0.0039587610722673 99.28660326086955 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 0.0368031488033011 0.0039587610722673 99.28660326086955 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 0.2450200887396931 0.0110927340388115 20.2322554347826 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 0.2450200887396931 0.0110927340388115 20.2322554347826 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 0.8330904394388199 0.0884033464856913 3.1845108695651163 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 0.8330904394388199 0.0884033464856913 3.1845108695651163 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 0.1441711205407045 0.006928826917397 37.35904891304347 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 0.1441711205407045 0.006928826917397 37.35904891304347 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 0.0070719097275286 0.0032784675290511 99.28660326086955 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 0.0070719097275286 0.0032784675290511 99.28660326086955 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 0.1683112541213631 0.0054132495595895 46.22467391304348 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 0.1683112541213631 0.0054132495595895 46.22467391304348 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 0.0830610416014678 0.0040567723564687 62.74467391304348 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 0.0830610416014678 0.0040567723564687 62.74467391304348 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 0.346786874346435 0.0116117101442223 20.2322554347826 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 0.346786874346435 0.0116117101442223 20.2322554347826 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 0.1805821997113526 0.0060547157300277 37.35904891304347 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 0.1805821997113526 0.0060547157300277 37.35904891304347 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 0.5363824861124158 0.027551289004402 8.839293478260856 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 0.5363824861124158 0.027551289004402 8.839293478260856 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 0.0227351056528277 0.003574701851949 99.28660326086955 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 0.0227351056528277 0.003574701851949 99.28660326086955 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 0.2909262522589415 0.0113250530833222 20.2322554347826 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 0.2909262522589415 0.0113250530833222 20.2322554347826 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 0.0011183899187017 0.003191551065742 99.28660326086955 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 0.0011183899187017 0.003191551065742 99.28660326086955 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 0.0171347434879862 0.0033496449996767 99.28660326086955 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 0.3337186723947525 0.1304193775765234 2.437581521739034 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 0.1797229587100446 0.0073429914710416 31.64317934782608 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 0.012934911501361 0.0033597803004612 99.28660326086955 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 0.083257824415341 0.0046580260187545 62.74467391304348 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 0.0366052546305581 0.0035149387006224 99.28660326086955 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 0.1026889777276665 0.0050329037222455 46.22467391304348 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 0.0936394222080707 0.0047203152737834 62.74467391304348 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 0.0190986353263724 0.0033266646726754 99.28660326086955 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 0.0071789825815358 0.0030925953171596 99.28660326086955 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 0.0180469971528509 0.0032259016122446 99.28660326086955 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 0.0473228330956772 0.0038455272337508 99.28660326086955 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 0.0008354903020517 0.0030783873494101 99.28660326086955 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 0.1156552137981634 0.0053438544877053 46.22467391304348 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 0.0006387865150827 0.0030649723676352 99.28660326086955 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 0.0011941286466026 0.0030571910107198 99.28660326086955 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 0.001737986352964 0.0030909918075611 99.28660326086955 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 0.0010024703842645 0.003033231304096 99.28660326086955 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 0.0155873052426613 0.0032177036436378 99.28660326086955 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 0.0064899969456746 0.0031795521261341 99.28660326086955 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 0.0009219345247402 0.0030966334714877 99.28660326086955 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 0.0035944536975875 0.0030694414697138 99.28660326086955 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 0.0003898666755048 0.0030231643913282 99.28660326086955 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 0.0149122164002619 0.0032695243298831 99.28660326086955 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 0.0292125584383029 0.0038599669324769 99.28660326086955 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 0.0083962840581079 0.0031916246851355 99.28660326086955 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 0.0083962840581079 0.0031916246851355 99.28660326086955 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 0.0083962840581079 0.0031916246851355 99.28660326086955 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 0.0083962840581079 0.0031916246851355 99.28660326086955 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 0.0043603562808129 0.0030268782208011 99.28660326086955 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 0.0043603562808129 0.0030268782208011 99.28660326086955 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 0.002032893946307 0.0034000039006778 99.28660326086955 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 0.002032893946307 0.0034000039006778 99.28660326086955 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 0.0374615435721352 0.0037828511926655 99.28660326086955 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 0.0374615435721352 0.0037828511926655 99.28660326086955 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 0.0041677670560602 0.0033171359325544 99.28660326086955 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 0.0041677670560602 0.0033171359325544 99.28660326086955 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 0.0279773661750368 0.0035931165328016 99.28660326086955 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 0.0279773661750368 0.0035931165328016 99.28660326086955 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 0.6583787547424436 0.0424509704394184 5.913749999999965 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 0.6583787547424436 0.0424509704394184 5.913749999999965 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 0.0561022245092317 0.0048140873080639 62.74467391304348 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 0.0561022245092317 0.0048140873080639 62.74467391304348 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 0.2202230177354067 0.0080909883003608 27.61739130434782 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 0.2202230177354067 0.0080909883003608 27.61739130434782 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 0.0495437644422054 0.0037237801373432 99.28660326086955 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 0.0495437644422054 0.0037237801373432 99.28660326086955 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 0.0040044072629825 0.0030585330268408 99.28660326086955 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 0.0040044072629825 0.0030585330268408 99.28660326086955 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 0.0035442470034467 0.0031674356222157 99.28660326086955 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 0.0035442470034467 0.0031674356222157 99.28660326086955 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 0.0118194394817692 0.0036556031335002 99.28660326086955 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 0.0118194394817692 0.0036556031335002 99.28660326086955 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 0.0047776942192285 0.0030476784139892 99.28660326086955 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 0.0047776942192285 0.0030476784139892 99.28660326086955 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 0.0303798446548171 0.0032951673588844 99.28660326086955 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 0.0303798446548171 0.0032951673588844 99.28660326086955 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 0.0090984770504292 0.0032329787359595 99.28660326086955 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 0.0090984770504292 0.0032329787359595 99.28660326086955 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 0.0050092091114493 0.0032447612012912 99.28660326086955 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 0.0050092091114493 0.0032447612012912 99.28660326086955 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 0.0238923500292003 0.0034946827582693 99.28660326086955 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 0.0238923500292003 0.0034946827582693 99.28660326086955 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 0.0823499232647009 0.0048927160052394 62.74467391304348 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 0.0823499232647009 0.0048927160052394 62.74467391304348 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 0.0018230648274766 0.0030693494104674 99.28660326086955 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 0.0018230648274766 0.0030693494104674 99.28660326086955 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 0.0056708235206315 0.0032497680667738 99.28660326086955 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 0.0056708235206315 0.0032497680667738 99.28660326086955 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 0.0130983156414004 0.0032710275033002 99.28660326086955 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 0.0130983156414004 0.0032710275033002 99.28660326086955 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 0.0984442661283537 0.0044143544653737 62.74467391304348 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 0.0984442661283537 0.0044143544653737 62.74467391304348 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 0.0068411637839744 0.0031272639636128 99.28660326086955 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 0.0068411637839744 0.0031272639636128 99.28660326086955 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 0.0004734533649752 0.0030045684666224 99.28660326086955 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 0.0004734533649752 0.0030045684666224 99.28660326086955 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 0.0099535246263258 0.0032280266374722 99.28660326086955 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 0.0099535246263258 0.0032280266374722 99.28660326086955 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 0.0021147284478502 0.0030485695199089 99.28660326086955 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 0.0021147284478502 0.0030485695199089 99.28660326086955 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 0.0018704133108258 0.0031264524478193 99.28660326086955 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 0.0018704133108258 0.0031264524478193 99.28660326086955 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 0.033537721610628 0.0043627710407993 62.74467391304348 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 0.033537721610628 0.0043627710407993 62.74467391304348 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 0.0021816635053255 0.0039133655235979 99.28660326086955 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 0.0021816635053255 0.0039133655235979 99.28660326086955 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 0.0003583573343348 0.003118474483721 99.28660326086955 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 0.0003583573343348 0.003118474483721 99.28660326086955 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 0.0163724718731828 0.0034423472876529 99.28660326086955 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 0.0163724718731828 0.0034423472876529 99.28660326086955 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 0.0023160916753113 0.0030416082075484 99.28660326086955 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 0.0023160916753113 0.0030416082075484 99.28660326086955 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 0.1462080946657806 0.0073406803911658 31.64317934782608 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 0.1462080946657806 0.0073406803911658 31.64317934782608 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 0.2261545732617378 0.0070367467605651 31.64317934782608 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 0.2261545732617378 0.0070367467605651 31.64317934782608 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 0.0716155528789386 0.0040537205534262 62.74467391304348 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 0.0716155528789386 0.0040537205534262 62.74467391304348 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 0.160762483254075 0.0073444936954881 31.64317934782608 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 0.160762483254075 0.0073444936954881 31.64317934782608 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 0.0816646665334701 0.0052295381094576 46.22467391304348 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 0.0816646665334701 0.0052295381094576 46.22467391304348 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 0.4331587506458163 0.0147832896830783 16.15755434782608 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 0.4331587506458163 0.0147832896830783 16.15755434782608 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 0.016460372833535 0.0039184325654972 99.28660326086955 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 0.016460372833535 0.0039184325654972 99.28660326086955 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 0.0914064992684871 0.0045298958098063 62.74467391304348 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 0.0914064992684871 0.0045298958098063 62.74467391304348 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 0.223140072543174 0.00787309810582 31.64317934782608 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 0.223140072543174 0.00787309810582 31.64317934782608 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 0.1877732006832957 0.0068701780818647 37.35904891304347 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 0.1877732006832957 0.0068701780818647 37.35904891304347 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 0.1155366559978574 0.0048291001396906 62.74467391304348 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 0.1155366559978574 0.0048291001396906 62.74467391304348 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 0.0275862782291369 0.0038511915696984 99.28660326086955 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 0.0275862782291369 0.0038511915696984 99.28660326086955 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 0.0192390638985671 0.0032106245902299 99.28660326086955 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 0.0192390638985671 0.0032106245902299 99.28660326086955 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 0.5185150876641273 0.1274763581657606 2.4772826086955604 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 0.5185150876641273 0.1274763581657606 2.4772826086955604 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 0.350784495472908 0.0209263486399401 11.6303260869565 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 0.350784495472908 0.0209263486399401 11.6303260869565 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 0.0113324767444282 0.0031679708030242 99.28660326086955 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 0.0113324767444282 0.0031679708030242 99.28660326086955 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 0.1044547737110406 0.0052782880219969 46.22467391304348 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 0.1044547737110406 0.0052782880219969 46.22467391304348 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 0.1794518320821225 0.0057540159915087 46.22467391304348 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 0.1794518320821225 0.0057540159915087 46.22467391304348 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 0.1274430354824289 0.0049068543737754 62.74467391304348 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 0.1274430354824289 0.0049068543737754 62.74467391304348 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 0.0062867999222362 0.0031577428228076 99.28660326086955 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 0.0062867999222362 0.0031577428228076 99.28660326086955 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 0.0070898516860324 0.0032205548137552 99.28660326086955 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 0.0070898516860324 0.0032205548137552 99.28660326086955 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 0.0038244157331064 0.0041425033428232 62.74467391304348 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 0.0038244157331064 0.0041425033428232 62.74467391304348 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 0.0037241896789055 0.0032439830769103 99.28660326086955 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 0.0037241896789055 0.0032439830769103 99.28660326086955 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 0.0007650029237993 0.0031855627358742 99.28660326086955 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 0.0007650029237993 0.0031855627358742 99.28660326086955 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 0.0500222312984988 0.0040439571619938 62.74467391304348 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 0.0500222312984988 0.0040439571619938 62.74467391304348 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 0.2311225077137351 0.0080375574705653 27.61739130434782 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 0.2311225077137351 0.0080375574705653 27.61739130434782 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 0.3066025041043758 0.0670648211687422 3.996902173913 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 0.3066025041043758 0.0670648211687422 3.996902173913 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 0.019497752393363 0.0039694029206233 99.28660326086955 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 0.019497752393363 0.0039694029206233 99.28660326086955 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 0.0094075527376844 0.0033977778256651 99.28660326086955 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 0.0094075527376844 0.0033977778256651 99.28660326086955 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 0.004675911652157 0.003245965527132 99.28660326086955 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 0.004675911652157 0.003245965527132 99.28660326086955 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 0.001508618115622 0.0032373568084408 99.28660326086955 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 0.001508618115622 0.0032373568084408 99.28660326086955 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 0.0020084800635231 0.0060490760870393 37.35904891304347 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 0.0020084800635231 0.0060490760870393 37.35904891304347 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 0.0383647088310681 0.0037497332753264 99.28660326086955 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 0.0383647088310681 0.0037497332753264 99.28660326086955 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 0.1402981438441202 0.0053097896640101 46.22467391304348 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 0.1402981438441202 0.0053097896640101 46.22467391304348 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 0.0026477519713807 0.0046151065220157 62.74467391304348 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 0.0026477519713807 0.0046151065220157 62.74467391304348 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 0.0019676369483931 0.0032676993593144 99.28660326086955 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 0.0019676369483931 0.0032676993593144 99.28660326086955 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 0.0021236439934 0.0037428312035759 99.28660326086955 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 0.0021236439934 0.0037428312035759 99.28660326086955 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 0.000662686450596 0.0035700454712471 99.28660326086955 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 0.000662686450596 0.0035700454712471 99.28660326086955 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 0.0259957275120541 0.1853055113183915 1.933858695652077 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 0.0259957275120541 0.1853055113183915 1.933858695652077 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 0.0156567872327286 0.0038112255682604 99.28660326086955 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 0.0156567872327286 0.0038112255682604 99.28660326086955 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 0.0067872856452595 0.0036972481968121 99.28660326086955 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 0.0067872856452595 0.0036972481968121 99.28660326086955 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 0.2079691709950566 0.5111537785303326 0.7985869565216035 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 0.2079691709950566 0.5111537785303326 0.7985869565216035 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 0.012556962268718 0.0032975954622225 99.28660326086955 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 0.012556962268718 0.0032975954622225 99.28660326086955 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 0.0831658424285706 0.0041373500545977 62.74467391304348 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 0.0831658424285706 0.0041373500545977 62.74467391304348 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 0.0057994129892904 0.0031685042817628 99.28660326086955 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 0.0057994129892904 0.0031685042817628 99.28660326086955 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 0.0189790416625328 0.003551761398565 99.28660326086955 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 0.0189790416625328 0.003551761398565 99.28660326086955 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 0.0118436832271981 0.003331680991237 99.28660326086955 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 0.0118436832271981 0.003331680991237 99.28660326086955 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 0.0032275155826937 0.0032726814472987 99.28660326086955 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 0.0032275155826937 0.0032726814472987 99.28660326086955 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 0.0005542314429476 0.0031326959874269 99.28660326086955 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 0.0005542314429476 0.0031326959874269 99.28660326086955 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 0.1140294428914785 0.004875670999093 62.74467391304348 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 0.1140294428914785 0.004875670999093 62.74467391304348 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 0.0115950963227078 0.0079850435755201 31.64317934782608 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 0.0115950963227078 0.0079850435755201 31.64317934782608 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 0.0098116803128505 0.0035083298827528 99.28660326086955 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 0.0098116803128505 0.0035083298827528 99.28660326086955 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 0.1261298798490315 0.0052637038170536 46.22467391304348 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 0.1261298798490315 0.0052637038170536 46.22467391304348 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 0.0284554223180748 0.0069372903437275 37.35904891304347 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 0.0284554223180748 0.0069372903437275 37.35904891304347 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 0.1154814383480697 0.0049493010911287 62.74467391304348 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 0.1154814383480697 0.0049493010911287 62.74467391304348 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 0.0147491840980364 0.0032186134448297 99.28660326086955 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 0.0147491840980364 0.0032186134448297 99.28660326086955 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 0.0095608648553024 0.003272644455211 99.28660326086955 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 0.0095608648553024 0.003272644455211 99.28660326086955 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 0.0038305261259665 0.0032050938849093 99.28660326086955 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 0.0038305261259665 0.0032050938849093 99.28660326086955 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 0.0300353302736766 0.0039149501753339 99.28660326086955 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 0.0300353302736766 0.0039149501753339 99.28660326086955 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 0.0009846129651123 0.0032782156662952 99.28660326086955 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 0.0009846129651123 0.0032782156662952 99.28660326086955 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 0.0041609295512898 0.0034190094807717 99.28660326086955 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 0.0041609295512898 0.0034190094807717 99.28660326086955 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 0.2207692484371364 0.0073175688845805 31.64317934782608 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 0.2207692484371364 0.0073175688845805 31.64317934782608 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 0.0007556998225481 0.0031842162129291 99.28660326086955 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 0.0007556998225481 0.0031842162129291 99.28660326086955 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 0.0049577074532862 0.003281170488364 99.28660326086955 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 0.0049577074532862 0.003281170488364 99.28660326086955 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 0.0007143416878534 0.0035557316006044 99.28660326086955 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 0.0007143416878534 0.0035557316006044 99.28660326086955 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 0.00034081663307 0.0044258762656402 62.74467391304348 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 0.00034081663307 0.0044258762656402 62.74467391304348 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 0.0002469767196089 0.0044155055614299 62.74467391304348 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 0.0002469767196089 0.0044155055614299 62.74467391304348 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 0.0002943422960015 0.0037080609001452 99.28660326086955 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 0.0002943422960015 0.0037080609001452 99.28660326086955 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 0.0008005818008314 0.0036747495776575 99.28660326086955 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 0.0008005818008314 0.0036747495776575 99.28660326086955 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 0.0190536930604139 0.0288533613238928 8.545326086956507 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 0.0190536930604139 0.0288533613238928 8.545326086956507 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 8 SIVGAEVD 43855.195 31026.57140484993 MHCflurry 77.5 42.77524999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.0006424771 0.0022900898 0.0046949276293162 0.0033156122697443 99.28660326086955 31026.57140484993 42.77524999999999 34888.16 64.53 45200.94 73.0 45606.71 93.0 46474.47 99.0 1e-06 95.0 42509.45 49.0 83071.11 82.0 32752.16 44.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 8 IVGAEVDK 47906.55 28574.2889477496 MHCflurry 92.395 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.0015761378 0.028345348 0.0055468286009272 0.0036014896265911 99.28660326086955 28574.2889477496 23.814625 39635.39 93.79 48178.41 100.0 45360.65 91.0 47634.69 100.0 1e-06 95.0 50000.0 55.0 49254.96 61.0 73322.96 77.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 8 VGAEVDKN 47307.36 22669.92 SMM 78.5 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 7.654825e-05 0.0066692466 0.0016116697224788 0.0032839874841516 99.28660326086955 30985.2884098508 42.77524999999999 31058.03 47.93 48169.03 100.0 46604.38 99.0 48010.34 100.0 1e-06 95.0 50000.0 55.0 22669.92 31.0 50494.03 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 8 GAEVDKNL 47088.035 23695.89 MHCnuggetsI 77.0 28.82 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.0011140887 0.006496071 0.005575479066465 0.0035016668876539 99.28660326086955 29419.33808970321 30.050999999999995 23695.89 28.82 47415.12 96.0 45606.71 93.0 46760.95 100.0 1.1e-05 60.0 50000.0 55.0 297474.68 100.0 49572.41 61.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 8 AEVDKNLG 2991.336 1731.61 SMM 3.5 0.9 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00130218 0.00012880783 0.0331957287271507 0.0380851709207992 6.479157608695644 2688.3427020525523 1.7027499999999984 3294.33 4.35 12733.14 8.7 1874.27 2.4 16044.09 6.2 0.0136 3.1 2443.19 3.8 1731.61 0.9 3919.58 3.2 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 8 EVDKNLGT 39249.355 28731.25 NetMHC 49.73 15.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0015083682 0.034324225 0.035463952604914 0.0038845050712672 99.28660326086955 29468.09679915391 30.050999999999995 30036.44 44.46 28731.25 22.0 42509.45 64.0 35989.26 36.0 0.000381 15.0 50000.0 55.0 57869.54 68.0 83992.4 82.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 8 VDKNLGTV 29210.15 15710.15 PickPocket 33.5 5.2856250000000005 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.006373119 0.027174791 0.0177636721346061 0.0057541622044096 46.22467391304348 18400.637843215754 5.2856250000000005 30844.59 47.17 40949.25 46.0 27575.71 14.0 34072.25 30.0 0.00075 11.0 15710.15 20.0 50518.45 62.0 26930.23 37.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 8 DKNLGTVY 40020.93 29116.302418792427 MHCflurry 45.975 6.792608695652163 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.0010688774 0.001143489 0.6733561921864748 0.0363247024417849 6.792608695652163 29116.302418792427 27.7165 31341.59 48.95 44804.58 70.0 38565.12 38.0 41476.74 69.0 0.000469 14.0 50000.0 55.0 140426.8 95.0 32228.49 43.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 8 KNLGTVYG 37799.975 25998.84 MHCnuggetsI 55.0 33.64 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 7.621564e-05 0.0019752108 0.0049073928166762 0.0031755218099476 99.28660326086955 32466.41164914057 69.298375 25998.84 33.64 43691.54 61.0 39837.46 44.0 42937.04 80.0 6e-06 70.0 38150.11 45.0 37449.84 49.0 34216.85 46.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 8 NLGTVYGL 40975.56 27707.29 MHCnuggetsI 56.5 37.77 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.00058670586 0.018973008 0.0532716939924284 0.0039008097978898 99.28660326086955 31307.05550399611 47.08112499999999 27707.29 37.77 46269.74 84.0 40053.56 46.0 41897.56 72.0 1.8e-05 51.0 30726.73 38.0 133798.12 95.0 50377.89 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 8 LGTVYGLE 39019.185 19735.13 SMMPMBEC 80.149 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00032190906 0.0087629035 0.0093549376178998 0.0032055261662204 99.28660326086955 32677.72070331225 69.298375 30961.1 47.59 47317.74 95.0 45360.65 91.0 45604.75 96.0 1e-06 95.0 50000.0 55.0 25612.38 35.0 19735.13 27.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 8 GTVYGLEK 40286.83 15081.69 SMM 56.5 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.0015447316 0.048587885 0.3604947938583791 0.0114160751018667 20.2322554347826 31487.53202119029 51.90287499999999 38748.56 88.59 47094.55 93.0 41825.1 58.0 44458.84 91.0 6e-06 70.0 50000.0 55.0 15081.69 20.0 31134.36 42.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 8 TVYGLEKP 46075.705 31179.54445300332 MHCflurry 73.372 36.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.004869736 0.008230231 0.1225308377761393 0.0049982803915881 62.74467391304348 31179.54445300332 47.08112499999999 32987.93 55.49 47035.49 92.0 45115.92 89.0 43465.7 84.0 4.9e-05 36.0 50000.0 55.0 136285.61 95.0 136533.74 95.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 8 VYGLEKPF 44609.22 32546.7003651262 MHCflurry 75.649 45.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0003408918 0.0021565794 0.0214947995409602 0.0033587783898639 99.28660326086955 32546.7003651262 69.298375 32823.56 54.77 46416.16 86.0 44389.61 82.0 44828.83 93.0 1.8e-05 51.0 50000.0 55.0 105305.24 89.0 33669.76 45.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 8 YGLEKPFL 43157.13 29389.29092873348 MHCflurry 61.5 6.047907608695624 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.00061147014 0.017694268 0.7147903703153133 0.0414584302101044 6.047907608695624 29389.29092873348 27.7165 35497.2 67.93 47402.8 96.0 41825.1 58.0 44489.16 91.0 2.3e-05 47.0 31398.89 39.0 53882.78 65.0 55749.37 66.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 8 GLEKPFLC 41761.105 30669.707214686863 MHCflurry 54.5 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.00013452982 0.011778889 0.0085023574356455 0.0033982741125188 99.28660326086955 30669.707214686863 38.99449999999999 32439.46 53.18000000000001 46523.77 87.0 41599.44 57.0 42934.24 80.0 2.2e-05 48.0 50000.0 55.0 41922.77 54.0 38215.54 50.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 8 LEKPFLCG 10705.98 2145.11 SMM 6.7 1.2 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.002309238 0.0017178865 0.0215936500462703 0.0081832154522517 27.61739130434782 12952.258419920769 3.668624999999999 11611.98 12.04 9799.98 6.9 4576.12 4.2 16739.22 6.5 0.00119 8.9 3272.12 4.9 2145.11 1.2 12683.53 17.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 8 EKPFLCGL 36201.839 15959.5 MHCnuggetsI 48.888 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.001026327 0.00085953175 0.0406609411002136 0.00376361204949 99.28660326086955 31028.67883261169 42.77524999999999 15959.5 16.900000000000002 18746.65 14.0 41375.0 55.0 28349.89 17.0 0.00045 14.0 50000.0 55.0 347896.45 100.0 198262.24 100.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 8 KPFLCGLA 29312.265 3771.19 MHCnuggetsI 22.0 4.78 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00010390656 0.0026096164 0.0104316831202595 0.0038435436637473 99.28660326086955 27196.39936543934 17.127999999999997 3771.19 4.78 37648.19 36.0 32965.5 21.0 31428.13 23.0 7.6e-05 30.0 32434.8 39.0 9941.46 13.0 8438.01 8.9 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 8 PFLCGLAL 31778.348 11647.7 SMMPMBEC 58.951 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00021394272 0.008186548 0.0590044681448489 0.0039603640954342 99.28660326086955 31470.946157440507 51.90287499999999 29623.37 43.16 46132.8 83.0 42740.04 66.0 42236.65 75.0 7e-06 67.0 32085.75 39.0 12118.53 16.0 11647.7 15.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 8 FLCGLALD 43087.4 16160.32 SMM 83.348 22.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.000106139014 0.004427602 0.0042311199940741 0.0030963932377148 99.28660326086955 33241.61903905417 81.696 34871.32 64.42999999999999 47228.23 94.0 44872.5 87.0 43591.43 85.0 1e-06 95.0 50000.0 55.0 16160.32 22.0 42583.37 55.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-B*45:01 8 LCGLALDL 33029.144 20055.8 SMMPMBEC 72.121 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0005977316 0.011819814 0.0107084313203813 0.0033123459996462 99.28660326086955 31745.97856906089 57.24249999999999 25599.32 32.75 46983.59 92.0 45360.65 91.0 44802.65 93.0 2e-06 87.0 23957.42 30.0 34312.31 46.0 20055.8 27.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 8 MATLFTIC 35200.22 16796.82 MHCnuggetsI 42.388 17.95 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.0005266753 0.018659335 0.0191701344738248 0.0035007966248623 99.28660326086955 30920.74107349577 42.77524999999999 16796.82 17.95 36531.07 33.0 33869.37 23.0 37306.37 42.0 5e-06 73.0 25017.04 32.0 132571.45 94.0 47450.41 59.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 8 ATLFTICV 19142.52 3883.65 SMMPMBEC 20.0 3.1 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.00032837896 0.032849733 0.3158751241862774 0.0096357359687972 24.57923913043477 31927.314030709436 57.24249999999999 11129.73 11.56 24853.01 18.0 21154.46 9.2 33135.01 27.0 2.8e-05 44.0 17130.58 22.0 9235.28 10.0 3883.65 3.1 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 8 TLFTICVW 41229.065 31396.09 MHCnuggetsI 64.5 27.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.00015229757 0.0008878053 0.0483756963221821 0.0036385783145685 99.28660326086955 33046.78950827527 75.6415 31396.09 49.15 45280.71 74.0 35559.24 27.0 37177.42 42.0 2.2e-05 48.0 50000.0 55.0 283432.73 100.0 99366.5 88.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 8 LFTICVWT 41967.685 18388.58 MHCnuggetsI 70.0 20.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 6.6112756e-05 0.01368383 0.0007842374161555 0.0030068706743227 99.28660326086955 33836.60596943112 87.210125 18388.58 20.09 42167.71 52.0 38565.12 38.0 41767.66 71.0 1e-06 95.0 46857.18 52.0 72853.43 77.0 60289.27 69.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 8 FTICVWTG 34654.547 12631.36 SMM 49.5 17.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 2.0664476e-05 0.0047991835 0.0302315789667773 0.0034740089895745 99.28660326086955 32448.48395875318 69.298375 23652.14 28.73 44587.93 68.0 39837.46 44.0 36860.61 40.0 2e-06 87.0 50000.0 55.0 12631.36 17.0 17792.62 24.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 8 TICVWTGE 45165.425 23836.36 SMMPMBEC 84.0 32.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.00014390703 0.019482434 0.0047410601910087 0.0031044827999452 99.28660326086955 33213.80653315609 81.696 34414.19 62.09 46299.8 85.0 45360.65 91.0 44970.2 93.0 1e-06 95.0 50000.0 55.0 87186.65 83.0 23836.36 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 8 ICVWTGET 39170.345 12452.03 SMMPMBEC 84.348 16.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 5.4637985e-05 0.0048345523 0.0019037375786865 0.0030725864743639 99.28660326086955 33224.77090533036 81.696 26462.38 34.71 46513.7 87.0 45115.92 89.0 45932.06 98.0 1e-06 95.0 31398.89 39.0 45650.97 58.0 12452.03 16.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 8 CVWTGETI 38048.305 30331.277511369524 MHCflurry 48.612 35.63949999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.00024378426 0.0048500607 0.1660270763095468 0.0059822247519324 46.22467391304348 30331.277511369524 35.63949999999999 33250.14 56.65 43425.74 59.0 38357.05 37.0 38840.23 51.0 8e-06 65.0 37739.56 45.0 82120.2 82.0 34295.73 46.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 0.1105397393403109 0.0051755439646152 46.22467391304348 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 0.1105397393403109 0.0051755439646152 46.22467391304348 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 0.1105397393403109 0.0051755439646152 46.22467391304348 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 0.3446018751710653 0.0107220896922717 22.19230978260869 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 0.3446018751710653 0.0107220896922717 22.19230978260869 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 0.3446018751710653 0.0107220896922717 22.19230978260869 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 0.0534361246973276 0.0037849376085767 99.28660326086955 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 0.0534361246973276 0.0037849376085767 99.28660326086955 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 0.0534361246973276 0.0037849376085767 99.28660326086955 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 0.2923218049108982 0.0093002610723936 24.57923913043477 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 0.2923218049108982 0.0093002610723936 24.57923913043477 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 0.2923218049108982 0.0093002610723936 24.57923913043477 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 0.1992606385610997 0.0068944406736851 37.35904891304347 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 0.1992606385610997 0.0068944406736851 37.35904891304347 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 0.1992606385610997 0.0068944406736851 37.35904891304347 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 0.2981649301946163 0.0093938442156646 24.57923913043477 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 0.2981649301946163 0.0093938442156646 24.57923913043477 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 0.2981649301946163 0.0093938442156646 24.57923913043477 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 0.4095176914706826 0.0132320309779584 17.305597826086952 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 0.4095176914706826 0.0132320309779584 17.305597826086952 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 0.4095176914706826 0.0132320309779584 17.305597826086952 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 0.2263224590569734 0.0085216742009312 27.61739130434782 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 0.2263224590569734 0.0085216742009312 27.61739130434782 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 0.2263224590569734 0.0085216742009312 27.61739130434782 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 0.236667513847351 0.0087626428483412 27.61739130434782 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 0.236667513847351 0.0087626428483412 27.61739130434782 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 0.236667513847351 0.0087626428483412 27.61739130434782 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 0.028018203767715 0.003529285787485 99.28660326086955 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 0.028018203767715 0.003529285787485 99.28660326086955 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 0.028018203767715 0.003529285787485 99.28660326086955 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 0.1713440311141312 0.0059379101484665 46.22467391304348 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 0.1713440311141312 0.0059379101484665 46.22467391304348 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 0.1713440311141312 0.0059379101484665 46.22467391304348 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 0.0056591976026538 0.0033674278819654 99.28660326086955 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 0.0056591976026538 0.0033674278819654 99.28660326086955 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 0.0056591976026538 0.0033674278819654 99.28660326086955 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 0.0765674707945436 0.0048261933023142 62.74467391304348 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 0.0765674707945436 0.0048261933023142 62.74467391304348 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 0.0765674707945436 0.0048261933023142 62.74467391304348 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 0.0690222977427765 0.0043524267807428 62.74467391304348 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 0.0690222977427765 0.0043524267807428 62.74467391304348 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 0.0690222977427765 0.0043524267807428 62.74467391304348 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 0.0447037847479805 0.0038863435036654 99.28660326086955 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 0.0447037847479805 0.0038863435036654 99.28660326086955 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 0.0447037847479805 0.0038863435036654 99.28660326086955 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 0.240767958573997 0.0218777340908825 11.115788043478249 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 0.240767958573997 0.0218777340908825 11.115788043478249 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 0.240767958573997 0.0218777340908825 11.115788043478249 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 0.0309788787417346 0.0035996750475424 99.28660326086955 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 0.0309788787417346 0.0035996750475424 99.28660326086955 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 0.0309788787417346 0.0035996750475424 99.28660326086955 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 0.0014309727594081 0.0031268077583437 99.28660326086955 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 0.0014309727594081 0.0031268077583437 99.28660326086955 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 0.0014309727594081 0.0031268077583437 99.28660326086955 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 0.4674855694174766 0.0190334133470473 12.187228260869546 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 0.4674855694174766 0.0190334133470473 12.187228260869546 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 0.3274797494523227 0.0138112374308446 17.305597826086952 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 0.3274797494523227 0.0138112374308446 17.305597826086952 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 0.1242939892690628 0.0117815762397039 20.2322554347826 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 0.1242939892690628 0.0117815762397039 20.2322554347826 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 0.2387733999639749 0.0081794452096815 27.61739130434782 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 0.2387733999639749 0.0081794452096815 27.61739130434782 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 0.1378619754686951 0.0054218986742885 46.22467391304348 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 0.1378619754686951 0.0054218986742885 46.22467391304348 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 0.0093417864118237 0.0032098395401611 99.28660326086955 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 0.0093417864118237 0.0032098395401611 99.28660326086955 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 0.0027757746574934 0.003136195701151 99.28660326086955 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 0.0027757746574934 0.003136195701151 99.28660326086955 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 0.0124473420437425 0.0032370876761539 99.28660326086955 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 0.0124473420437425 0.0032370876761539 99.28660326086955 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 0.0201140713907079 0.0033498775141574 99.28660326086955 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 0.0201140713907079 0.0033498775141574 99.28660326086955 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 0.0044809866813011 0.0031243048936932 99.28660326086955 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 0.0044809866813011 0.0031243048936932 99.28660326086955 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 0.3048895578831434 0.0100174840121869 22.19230978260869 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 0.3048895578831434 0.0100174840121869 22.19230978260869 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 0.0368031488033011 0.0037305102132659 99.28660326086955 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 0.0368031488033011 0.0037305102132659 99.28660326086955 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 0.2450200887396931 0.0097832097316319 24.57923913043477 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 0.2450200887396931 0.0097832097316319 24.57923913043477 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 0.8330904394388199 0.1101518870412301 2.7245652173912447 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 0.8330904394388199 0.1101518870412301 2.7245652173912447 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 0.1441711205407045 0.0057001019063606 46.22467391304348 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 0.1441711205407045 0.0057001019063606 46.22467391304348 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 0.0070719097275286 0.0031475691492721 99.28660326086955 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 0.0070719097275286 0.0031475691492721 99.28660326086955 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 0.1683112541213631 0.0056699144891315 46.22467391304348 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 0.1683112541213631 0.0056699144891315 46.22467391304348 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 0.0830610416014678 0.0049243772111814 62.74467391304348 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 0.0830610416014678 0.0049243772111814 62.74467391304348 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 0.346786874346435 0.0113835357906479 20.2322554347826 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 0.346786874346435 0.0113835357906479 20.2322554347826 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 0.1805821997113526 0.0058503307917776 46.22467391304348 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 0.1805821997113526 0.0058503307917776 46.22467391304348 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 0.5363824861124158 0.0211550188466805 11.115788043478249 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 0.5363824861124158 0.0211550188466805 11.115788043478249 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 0.0227351056528277 0.0034080248920543 99.28660326086955 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 0.0227351056528277 0.0034080248920543 99.28660326086955 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 0.2909262522589415 0.0089815471973313 27.61739130434782 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 0.2909262522589415 0.0089815471973313 27.61739130434782 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 0.0011183899187017 0.0029841784293045 100.0 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 0.0011183899187017 0.0029841784293045 100.0 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 0.0171347434879862 0.0033958162963814 99.28660326086955 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 0.3337186723947525 0.0101490592118044 22.19230978260869 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 0.1797229587100446 0.0059441749896167 46.22467391304348 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 0.012934911501361 0.0032140560819754 99.28660326086955 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 0.083257824415341 0.0042992614051137 62.74467391304348 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 0.0366052546305581 0.003768588840676 99.28660326086955 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 0.1026889777276665 0.0047042710021195 62.74467391304348 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 0.0936394222080707 0.0043854860673128 62.74467391304348 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 0.0190986353263724 0.0034036124066673 99.28660326086955 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 0.0071789825815358 0.0032490156018337 99.28660326086955 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 0.0180469971528509 0.003992660353263 99.28660326086955 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 0.0473228330956772 0.004107478852318 62.74467391304348 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 0.0008354903020517 0.0031376266105989 99.28660326086955 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 0.1156552137981634 0.0062562580386728 37.35904891304347 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 0.0006387865150827 0.0031872067247303 99.28660326086955 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 0.0011941286466026 0.0033571612843844 99.28660326086955 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 0.001737986352964 0.003228324972461 99.28660326086955 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 0.0010024703842645 0.0034348799524198 99.28660326086955 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 0.0155873052426613 0.0114300919685667 20.2322554347826 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 0.0064899969456746 0.0032891969525121 99.28660326086955 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 0.0009219345247402 0.0032058573708341 99.28660326086955 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 0.0035944536975875 0.0038313038366738 99.28660326086955 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 0.0003898666755048 0.0032567298316556 99.28660326086955 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 0.0149122164002619 0.0035002462995119 99.28660326086955 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 0.0292125584383029 0.0040759361374071 62.74467391304348 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 0.0083962840581079 0.0031762781271921 99.28660326086955 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 0.0083962840581079 0.0031762781271921 99.28660326086955 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 0.0083962840581079 0.0031762781271921 99.28660326086955 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 0.0083962840581079 0.0031762781271921 99.28660326086955 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 0.0043603562808129 0.0032369299837636 99.28660326086955 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 0.0043603562808129 0.0032369299837636 99.28660326086955 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 0.002032893946307 0.0032891007373426 99.28660326086955 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 0.002032893946307 0.0032891007373426 99.28660326086955 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 0.0374615435721352 0.0046470185271769 62.74467391304348 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 0.0374615435721352 0.0046470185271769 62.74467391304348 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 0.0041677670560602 0.0042239154263476 62.74467391304348 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 0.0041677670560602 0.0042239154263476 62.74467391304348 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 0.0279773661750368 0.0047412889780528 62.74467391304348 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 0.0279773661750368 0.0047412889780528 62.74467391304348 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 0.6583787547424436 0.078811343601101 3.487608695652085 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 0.6583787547424436 0.078811343601101 3.487608695652085 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 0.0561022245092317 0.004074687335248 62.74467391304348 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 0.0561022245092317 0.004074687335248 62.74467391304348 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 0.2202230177354067 0.0074028277603039 31.64317934782608 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 0.2202230177354067 0.0074028277603039 31.64317934782608 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 0.0495437644422054 0.0043720244148319 62.74467391304348 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 0.0495437644422054 0.0043720244148319 62.74467391304348 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 0.0040044072629825 0.0031095359740729 99.28660326086955 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 0.0040044072629825 0.0031095359740729 99.28660326086955 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 0.0035442470034467 0.0031642996059379 99.28660326086955 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 0.0035442470034467 0.0031642996059379 99.28660326086955 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 0.0118194394817692 0.0033120785753388 99.28660326086955 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 0.0118194394817692 0.0033120785753388 99.28660326086955 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 0.0047776942192285 0.0032299523064232 99.28660326086955 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 0.0047776942192285 0.0032299523064232 99.28660326086955 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 0.0303798446548171 0.0035137040394118 99.28660326086955 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 0.0303798446548171 0.0035137040394118 99.28660326086955 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 0.0090984770504292 0.0034921287260652 99.28660326086955 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 0.0090984770504292 0.0034921287260652 99.28660326086955 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 0.0050092091114493 0.0032065592605129 99.28660326086955 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 0.0050092091114493 0.0032065592605129 99.28660326086955 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 0.0238923500292003 0.0037352602216834 99.28660326086955 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 0.0238923500292003 0.0037352602216834 99.28660326086955 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 0.0823499232647009 0.0042929760194193 62.74467391304348 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 0.0823499232647009 0.0042929760194193 62.74467391304348 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 0.0018230648274766 0.0031556904119908 99.28660326086955 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 0.0018230648274766 0.0031556904119908 99.28660326086955 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 0.0056708235206315 0.0032186855388542 99.28660326086955 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 0.0056708235206315 0.0032186855388542 99.28660326086955 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 0.0130983156414004 0.0032581038059072 99.28660326086955 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 0.0130983156414004 0.0032581038059072 99.28660326086955 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 0.0984442661283537 0.0056380007645553 46.22467391304348 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 0.0984442661283537 0.0056380007645553 46.22467391304348 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 0.0068411637839744 0.004389078574581 62.74467391304348 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 0.0068411637839744 0.004389078574581 62.74467391304348 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 0.0004734533649752 0.003125383845753 99.28660326086955 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 0.0004734533649752 0.003125383845753 99.28660326086955 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 0.0099535246263258 0.0032420512257128 99.28660326086955 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 0.0099535246263258 0.0032420512257128 99.28660326086955 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 0.0021147284478502 0.0031200909349279 99.28660326086955 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 0.0021147284478502 0.0031200909349279 99.28660326086955 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 0.0018704133108258 0.0033033674557339 99.28660326086955 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 0.0018704133108258 0.0033033674557339 99.28660326086955 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 0.033537721610628 0.004208779420441 62.74467391304348 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 0.033537721610628 0.004208779420441 62.74467391304348 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 0.0021816635053255 0.0046570030768443 62.74467391304348 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 0.0021816635053255 0.0046570030768443 62.74467391304348 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 0.0003583573343348 0.0033341217420368 99.28660326086955 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 0.0003583573343348 0.0033341217420368 99.28660326086955 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 0.0163724718731828 0.0033431315735894 99.28660326086955 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 0.0163724718731828 0.0033431315735894 99.28660326086955 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 0.0023160916753113 0.0031264362521391 99.28660326086955 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 0.0023160916753113 0.0031264362521391 99.28660326086955 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 0.1462080946657806 0.0055047030205184 46.22467391304348 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 0.1462080946657806 0.0055047030205184 46.22467391304348 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 0.2261545732617378 0.0084020295617059 27.61739130434782 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 0.2261545732617378 0.0084020295617059 27.61739130434782 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 0.0716155528789386 0.0042259346492585 62.74467391304348 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 0.0716155528789386 0.0042259346492585 62.74467391304348 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 0.160762483254075 0.0061185906981767 37.35904891304347 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 0.160762483254075 0.0061185906981767 37.35904891304347 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 0.0816646665334701 0.0039788909974063 99.28660326086955 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 0.0816646665334701 0.0039788909974063 99.28660326086955 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 0.4331587506458163 0.0157686964999109 15.160951086956516 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 0.4331587506458163 0.0157686964999109 15.160951086956516 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 0.016460372833535 0.0033141767526426 99.28660326086955 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 0.016460372833535 0.0033141767526426 99.28660326086955 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 0.0914064992684871 0.004283804195648 62.74467391304348 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 0.0914064992684871 0.004283804195648 62.74467391304348 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 0.223140072543174 0.0072244277376312 31.64317934782608 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 0.223140072543174 0.0072244277376312 31.64317934782608 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 0.1877732006832957 0.0060263691052399 37.35904891304347 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 0.1877732006832957 0.0060263691052399 37.35904891304347 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 0.1155366559978574 0.0051120621388016 46.22467391304348 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 0.1155366559978574 0.0051120621388016 46.22467391304348 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 0.0275862782291369 0.0035316620581936 99.28660326086955 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 0.0275862782291369 0.0035316620581936 99.28660326086955 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 0.0192390638985671 0.003288156733418 99.28660326086955 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 0.0192390638985671 0.003288156733418 99.28660326086955 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 0.5185150876641273 0.0194331267923097 12.187228260869546 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 0.5185150876641273 0.0194331267923097 12.187228260869546 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 0.350784495472908 0.0107420718181746 22.19230978260869 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 0.350784495472908 0.0107420718181746 22.19230978260869 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 0.0113324767444282 0.003266337149801 99.28660326086955 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 0.0113324767444282 0.003266337149801 99.28660326086955 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 0.1044547737110406 0.0045712578839674 62.74467391304348 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 0.1044547737110406 0.0045712578839674 62.74467391304348 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 0.1794518320821225 0.0057452295881661 46.22467391304348 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 0.1794518320821225 0.0057452295881661 46.22467391304348 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 0.1274430354824289 0.0048178270076604 62.74467391304348 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 0.1274430354824289 0.0048178270076604 62.74467391304348 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 0.2276021169091109 0.007134709505523 31.64317934782608 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 0.2276021169091109 0.007134709505523 31.64317934782608 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 0.0709412555443123 0.0047047657017421 62.74467391304348 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 0.0709412555443123 0.0047047657017421 62.74467391304348 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 0.0478779774857685 0.0038495958115348 99.28660326086955 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 0.0478779774857685 0.0038495958115348 99.28660326086955 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 0.0072837447660276 0.0032713618175555 99.28660326086955 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 0.0072837447660276 0.0032713618175555 99.28660326086955 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 0.3146926136687398 0.0104095231412549 22.19230978260869 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 0.3146926136687398 0.0104095231412549 22.19230978260869 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 0.0029628053089254 0.0031890486695484 99.28660326086955 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 0.0029628053089254 0.0031890486695484 99.28660326086955 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 0.0691329020773992 0.0039931614619809 99.28660326086955 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 0.0691329020773992 0.0039931614619809 99.28660326086955 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 0.1633750693872571 0.005621106593306 46.22467391304348 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 0.1633750693872571 0.005621106593306 46.22467391304348 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 0.0018035465855064 0.0031251237516605 99.28660326086955 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 0.0018035465855064 0.0031251237516605 99.28660326086955 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 0.0013416842703009 0.003153154639793 99.28660326086955 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 0.0013416842703009 0.003153154639793 99.28660326086955 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 0.0010399107286502 0.003066367266588 99.28660326086955 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 0.0010399107286502 0.003066367266588 99.28660326086955 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 0.0168368986342102 0.0033826395286127 99.28660326086955 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 0.0168368986342102 0.0033826395286127 99.28660326086955 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 0.0095957405283115 0.0032052631267367 99.28660326086955 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 0.0095957405283115 0.0032052631267367 99.28660326086955 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 0.0798075014608912 0.0044604517765588 62.74467391304348 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 0.0798075014608912 0.0044604517765588 62.74467391304348 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 0.0612185254576616 0.005252565206909 46.22467391304348 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 0.0612185254576616 0.005252565206909 46.22467391304348 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 0.0044449623965192 0.0030305621698477 99.28660326086955 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 0.0044449623965192 0.0030305621698477 99.28660326086955 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 0.121738483197987 0.0072559598972001 31.64317934782608 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 0.121738483197987 0.0072559598972001 31.64317934782608 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 0.3335407469421625 0.1103997229989949 2.7245652173912447 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 0.3335407469421625 0.1103997229989949 2.7245652173912447 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 0.0187650976877193 0.0034521461040219 99.28660326086955 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 0.0187650976877193 0.0034521461040219 99.28660326086955 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 0.572644367814064 0.0815012577757421 3.3897826086955547 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 0.572644367814064 0.0815012577757421 3.3897826086955547 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 0.002285109287186 0.0031695255417331 99.28660326086955 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 0.002285109287186 0.0031695255417331 99.28660326086955 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 0.1473195166327059 0.0068211632388799 37.35904891304347 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 0.1473195166327059 0.0068211632388799 37.35904891304347 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 0.4074227288365364 0.0166079553095542 14.277038043478257 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 0.4074227288365364 0.0166079553095542 14.277038043478257 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 0.2472679184284061 0.0081600091350963 27.61739130434782 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 0.2472679184284061 0.0081600091350963 27.61739130434782 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 0.0519933707546442 0.0038662141586475 99.28660326086955 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 0.0519933707546442 0.0038662141586475 99.28660326086955 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 0.0857390877790749 0.0060385808806286 37.35904891304347 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 0.0857390877790749 0.0060385808806286 37.35904891304347 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 0.2589348498731851 0.0321630819738075 7.558260869565203 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 0.2589348498731851 0.0321630819738075 7.558260869565203 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 0.0744880111888051 0.0040300242499371 62.74467391304348 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 0.0744880111888051 0.0040300242499371 62.74467391304348 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 0.1352119592484086 0.011205054096868 20.2322554347826 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 0.1352119592484086 0.011205054096868 20.2322554347826 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 0.0131209596875123 0.0037838858183826 99.28660326086955 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 0.0131209596875123 0.0037838858183826 99.28660326086955 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 0.020977507228963 0.0035776791003392 99.28660326086955 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 0.020977507228963 0.0035776791003392 99.28660326086955 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 0.0036960371216991 0.0033751286800901 99.28660326086955 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 0.0036960371216991 0.0033751286800901 99.28660326086955 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 0.0021834995568497 0.003078534836027 99.28660326086955 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 0.0021834995568497 0.003078534836027 99.28660326086955 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 0.009228750695911 0.0033067836825303 99.28660326086955 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 0.009228750695911 0.0033067836825303 99.28660326086955 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 0.0027971752133453 0.0032661111832482 99.28660326086955 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 0.0027971752133453 0.0032661111832482 99.28660326086955 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 0.0043867133499588 0.0032492004778695 99.28660326086955 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 0.0043867133499588 0.0032492004778695 99.28660326086955 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 0.0175711034680716 0.0040760932650983 62.74467391304348 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 0.0175711034680716 0.0040760932650983 62.74467391304348 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 0.2276021169091109 0.0069358605286637 37.35904891304347 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 0.2276021169091109 0.0069358605286637 37.35904891304347 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 0.0709412555443123 0.0039901808088236 99.28660326086955 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 0.0709412555443123 0.0039901808088236 99.28660326086955 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 0.0478779774857685 0.0038391240688104 99.28660326086955 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 0.0478779774857685 0.0038391240688104 99.28660326086955 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 0.0072837447660276 0.0032425479958598 99.28660326086955 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 0.0072837447660276 0.0032425479958598 99.28660326086955 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 0.3146926136687398 0.0102252048772135 22.19230978260869 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 0.3146926136687398 0.0102252048772135 22.19230978260869 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 0.0029628053089254 0.0031999234028494 99.28660326086955 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 0.0029628053089254 0.0031999234028494 99.28660326086955 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 0.0691329020773992 0.0051414693484699 46.22467391304348 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 0.0691329020773992 0.0051414693484699 46.22467391304348 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 0.1633750693872571 0.005916813942273 46.22467391304348 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 0.1633750693872571 0.005916813942273 46.22467391304348 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 0.0018035465855064 0.0031535259932043 99.28660326086955 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 0.0018035465855064 0.0031535259932043 99.28660326086955 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 0.0013416842703009 0.0032877186878136 99.28660326086955 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 0.0013416842703009 0.0032877186878136 99.28660326086955 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 0.0010399107286502 0.003207578316075 99.28660326086955 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 0.0010399107286502 0.003207578316075 99.28660326086955 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 0.0168368986342102 0.0063129504447432 37.35904891304347 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 0.0168368986342102 0.0063129504447432 37.35904891304347 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 0.0095957405283115 0.0038565054470116 99.28660326086955 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 0.0095957405283115 0.0038565054470116 99.28660326086955 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 0.0798075014608912 0.0055356373578818 46.22467391304348 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 0.0798075014608912 0.0055356373578818 46.22467391304348 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 0.0612185254576616 0.0056608462076093 46.22467391304348 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 0.0612185254576616 0.0056608462076093 46.22467391304348 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 0.0044449623965192 0.0032335191274103 99.28660326086955 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 0.0044449623965192 0.0032335191274103 99.28660326086955 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 0.121738483197987 0.0049218995956032 62.74467391304348 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 0.121738483197987 0.0049218995956032 62.74467391304348 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 0.3335407469421625 0.0110511034175909 20.2322554347826 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 0.3335407469421625 0.0110511034175909 20.2322554347826 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 0.0187650976877193 0.0052811599253536 46.22467391304348 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 0.0187650976877193 0.0052811599253536 46.22467391304348 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 0.572644367814064 0.0326253275198758 7.558260869565203 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 0.572644367814064 0.0326253275198758 7.558260869565203 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 0.002285109287186 0.0035460511755655 99.28660326086955 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 0.002285109287186 0.0035460511755655 99.28660326086955 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 0.1473195166327059 0.005339670915617 46.22467391304348 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 0.1473195166327059 0.005339670915617 46.22467391304348 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 0.4074227288365364 0.0128046257403611 18.61798913043478 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 0.4074227288365364 0.0128046257403611 18.61798913043478 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 0.2472679184284061 0.0074864003455413 31.64317934782608 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 0.2472679184284061 0.0074864003455413 31.64317934782608 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 0.0519933707546442 0.0038125699127825 99.28660326086955 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 0.0519933707546442 0.0038125699127825 99.28660326086955 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 0.0857390877790749 0.0045229258364512 62.74467391304348 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 0.0857390877790749 0.0045229258364512 62.74467391304348 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 0.2589348498731851 0.0082316489525033 27.61739130434782 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 0.2589348498731851 0.0082316489525033 27.61739130434782 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 0.0744880111888051 0.0041873647433186 62.74467391304348 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 0.0744880111888051 0.0041873647433186 62.74467391304348 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 0.1352119592484086 0.0060055501614121 46.22467391304348 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 0.1352119592484086 0.0060055501614121 46.22467391304348 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 0.0131209596875123 0.0032998103886821 99.28660326086955 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 0.0131209596875123 0.0032998103886821 99.28660326086955 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 0.020977507228963 0.0034310933318164 99.28660326086955 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 0.020977507228963 0.0034310933318164 99.28660326086955 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 0.0036960371216991 0.0032072006293365 99.28660326086955 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 0.0036960371216991 0.0032072006293365 99.28660326086955 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 0.0021834995568497 0.0030032319141762 99.28660326086955 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 0.0021834995568497 0.0030032319141762 99.28660326086955 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 0.009228750695911 0.0032105317881755 99.28660326086955 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 0.009228750695911 0.0032105317881755 99.28660326086955 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 0.0027971752133453 0.0030637786832883 99.28660326086955 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 0.0027971752133453 0.0030637786832883 99.28660326086955 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 0.0043867133499588 0.003131419310339 99.28660326086955 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 0.0043867133499588 0.003131419310339 99.28660326086955 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 0.0175711034680716 0.003570713945032 99.28660326086955 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 0.0175711034680716 0.003570713945032 99.28660326086955 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..97f27b95c --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,3583 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 9 PPSGKSTPF 21948.11 5946.57 MHCnuggetsI 31.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.0012627061 0.0037200751 20886.048046439584 12.320249999999994 5946.57 70.34 20953.54 19.0 22942.68 35.0 30441.81 31.0 0.000782 11.0 48403.09 70.0 18020.22 27.0 27037.72 35.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 9 PSGKSTPFG 40343.775 5976.79 MHCnuggetsI 82.0 34.4285 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.0002768173 0.0077044354 29408.328575958087 34.4285 5976.79 87.4 35431.74 55.0 36931.66 86.0 43755.89 88.0 5e-06 71.0 50000.0 71.0 224781.21 82.0 217755.93 82.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 9 SGKSTPFGN 37255.595 5919.22 MHCnuggetsI 64.0 25.544875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00046920538 0.011960164 27423.20281107184 25.544875 5919.22 53.73 32787.99 45.0 35946.07 82.0 39378.05 64.0 2.2e-05 47.0 38565.12 64.0 126403.76 71.0 96821.1 64.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 9 GKSTPFGNE 41432.195 5885.23 MHCnuggetsI 79.0 38.52 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00034273305 0.0118982885 31744.6072735565 59.0625 5885.23 38.52 36875.76 62.0 37944.28 90.0 44920.11 93.0 3e-06 79.0 50000.0 71.0 262276.87 85.0 285082.13 87.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 9 KSTPFGNEE 31807.11 5935.75 MHCnuggetsI 54.0 29.365875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.0003135746 0.019338423 28430.82155402405 29.365875 5935.75 63.5 31354.42 41.0 32259.8 67.0 37292.25 54.0 6.6e-05 32.0 22451.54 49.0 131147.5 71.0 73446.31 58.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 9 STPFGNEEQ 28060.13 5867.07 MHCnuggetsI 35.0 11.606874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0005252923 0.012076603 20136.51867154123 11.606874999999995 5867.07 32.77 29485.82 35.0 29425.27 55.0 37237.41 54.0 8.1e-05 29.0 26694.99 53.0 24932.17 34.0 38901.83 43.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 9 TPFGNEEQQ 35905.93 5912.45 MHCnuggetsI 50.14 15.483874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00047241474 0.0054289773 23333.96087519467 15.483874999999996 5912.45 50.13999999999999 32520.18 44.0 30396.07 59.0 39291.68 64.0 0.000141 24.0 39408.75 65.0 43128.07 46.0 70464.44 57.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 9 PFGNEEQQL 32188.77 5802.13 MHCnuggetsI 45.0 9.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0011241251 0.0072648795 19955.852132303637 11.393374999999995 5802.13 19.88 25758.38 27.0 28951.56 54.0 35425.98 46.0 0.000946 9.8 50000.0 71.0 41856.22 45.0 45811.02 47.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 9 PPRPKPPSV 41454.32 5943.23 MHCnuggetsI 76.0 14.730749999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0020981377 0.0016921953 22778.886658639636 14.730749999999995 5943.23 68.22 39625.52 76.0 36534.22 85.0 43283.12 85.0 0.000125 25.0 50000.0 71.0 204531.4 80.0 419729.99 92.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 9 PRPKPPSVW 42574.7 6011.71 MHCnuggetsI 96.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.0005535584 0.0039957277 25128.77350285609 18.942875 6011.71 97.34 43708.08 98.0 39622.53 96.0 41441.32 75.0 0.000708 12.0 50000.0 71.0 934888.89 99.0 1509975.85 100.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 9 RPKPPSVWQ 38372.435 5920.98 MHCnuggetsI 69.0 13.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00035038314 0.0012017454 25173.038607150665 18.942875 5920.98 54.71 38331.33 69.0 33686.63 72.0 38413.54 59.0 0.000587 13.0 47366.92 70.0 423408.92 92.0 691783.18 97.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 9 ADFSQMSKF 11961.36 869.86892547321 MHCflurry 15.0 1.596625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.008194881 0.19709194 869.86892547321 1.596625 5885.96 38.77 13536.12 10.0 11793.9 15.0 12128.82 6.6 0.0259 2.0 17695.75 42.0 11060.12 20.0 12472.97 21.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 9 DFSQMSKFG 22234.745 5966.1 MHCnuggetsI 33.0 19.0 NetMHC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00069232937 0.022678824 27441.847975543325 25.544875 5966.1 82.04 20823.36 19.0 25564.3 43.0 33068.38 38.0 6e-05 33.0 15208.39 37.0 23646.13 33.0 15594.45 25.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 9 FSQMSKFGN 26337.148 5858.06 MHCnuggetsI 43.0 21.751124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.0017907235 0.10375644 26156.06677327711 21.751124999999995 5858.06 30.320000000000004 23470.45 23.0 29745.37 57.0 26518.23 23.0 1.8e-05 50.0 19088.05 44.0 38261.32 43.0 47530.24 48.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 9 SQMSKFGNE 29958.345 5863.81 MHCnuggetsI 50.0 24.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0014132799 0.086243294 27708.951371009283 26.708874999999995 5863.81 31.85 34111.72 50.0 28331.79 52.0 29520.62 29.0 0.000129 24.0 30396.07 57.0 95887.06 64.0 91405.01 63.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 9 QMSKFGNEE 17359.44 5885.92 MHCnuggetsI 24.0 21.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0010426834 0.07740792 28242.821778794063 29.365875 5885.92 38.76 22899.53 22.0 21384.59 32.0 28779.17 27.0 0.000133 24.0 9047.59 24.0 12381.12 21.0 13334.29 23.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 9 MSKFGNEEQ 28199.52 5892.08 MHCnuggetsI 38.0 16.804874999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0010344648 0.021766093 24144.303066549 16.804874999999992 5892.08 41.08 20974.63 19.0 25982.58 44.0 30416.46 31.0 0.000117 25.0 34237.82 61.0 30673.26 38.0 43648.57 46.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 9 SKFGNEEQQ 39703.16 5903.7 MHCnuggetsI 63.0 24.47925 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.00035326328 0.007160866 27073.0959789106 24.47925 5903.7 45.98 35929.36 58.0 34237.82 75.0 43476.96 86.0 5e-05 35.0 50000.0 71.0 92631.78 63.0 136448.89 72.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 9 KFGNEEQQL 25556.525 5549.41 MHCnuggetsI 25.0 5.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0022419405 0.05700145 12048.913747945982 6.079124999999998 5549.41 6.72 23834.1 23.0 27278.95 48.0 27413.29 25.0 0.00382 5.0 17505.31 41.0 39152.55 43.0 34116.93 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 9 PPSGKSTPF 45691.745 27645.58084935741 MHCflurry 92.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00069310056 0.00030326223 27645.58084935741 19.38525 38905.57 89.59 46996.8 92.0 46352.93 97.0 45030.56 94.0 6.1e-05 33.0 38150.11 72.0 201006.45 94.0 178903.98 93.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 9 PSGKSTPFG 46501.835 30079.258075815957 MHCflurry 80.0 35.63949999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00021925305 0.00053853955 30079.258075815957 35.63949999999999 33436.46 57.48 46900.82 91.0 46102.85 95.0 46090.87 98.0 1e-06 95.0 50000.0 80.0 75894.45 72.0 69762.17 70.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 9 SGKSTPFGN 42882.615 16053.81 PickPocket 61.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00020836189 0.0004158895 29295.07851454591 27.7165 24549.87 30.520000000000003 44092.84 64.0 43675.0 75.0 42090.23 74.0 1e-05 61.0 16053.81 41.0 53729.15 61.0 79729.68 74.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 9 GKSTPFGNE 43678.7 29270.27 MHCnuggetsI 66.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00023609253 0.00068090257 29823.474167081906 32.66799999999999 29270.27 42.120000000000005 44617.36 68.0 42740.04 66.0 42222.95 75.0 1.6e-05 53.0 50000.0 80.0 52627.17 60.0 108048.81 82.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 9 KSTPFGNEE 34240.735 10780.03 SMMPMBEC 39.0 23.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00061800826 0.007928861 29264.280666589784 27.7165 37420.48 79.86 38119.57 37.0 42280.1 63.0 41630.05 70.0 4e-05 39.0 31060.99 65.0 19240.22 33.0 10780.03 23.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 9 STPFGNEEQ 45562.025 27577.073805143555 MHCflurry 80.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00045366646 0.0016625933 27577.073805143555 19.38525 37911.59 83.07 45269.94 74.0 45854.11 94.0 45052.49 94.0 2.6e-05 45.0 50000.0 80.0 76773.26 73.0 107305.01 82.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 9 TPFGNEEQQ 46384.815 23860.523985424512 MHCflurry 80.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 9.056221e-05 0.0003525905 23860.523985424512 9.643999999999998 36184.8 72.00999999999999 46915.52 91.0 45854.11 94.0 45617.57 96.0 0.000349 16.0 50000.0 80.0 80022.11 74.0 106076.7 82.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 9 PFGNEEQQL 47247.225 29160.61301488985 MHCflurry 86.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.00031843272 0.0038879376 29160.61301488985 27.7165 35942.06 70.53 47637.27 98.0 46857.18 99.0 47758.04 100.0 1.1e-05 60.0 45854.11 78.0 128590.83 86.0 128712.28 86.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 9 PPRPKPPSV 45785.245 18160.505366366328 MHCflurry 78.0 5.20425 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0010785712 0.0024270264 18160.505366366328 5.20425 22871.52 27.29 45716.38 78.0 45854.11 94.0 43752.56 86.0 0.000875 11.0 50000.0 80.0 78200.58 73.0 111075.94 83.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 9 PRPKPPSVW 47984.595 28844.99598891044 MHCflurry 98.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.00025001864 1.8743754e-05 28844.99598891044 25.64975 38626.27 87.79 48331.4 100.0 46604.38 98.0 47637.79 100.0 1.4e-05 55.0 50000.0 80.0 1038030.23 100.0 3308415.14 100.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 9 RPKPPSVWQ 44129.16 26946.34777713713 MHCflurry 67.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00030171536 0.0016049371 26946.34777713713 16.158749999999998 35700.62 69.12 43868.71 62.0 44389.61 82.0 40279.1 60.0 0.000749 11.0 50000.0 80.0 64299.86 67.0 78635.74 73.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 9 ADFSQMSKF 23353.8 4288.48 PickPocket 14.0 2.7658749999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.0019112548 0.0012444298 8247.016128628786 2.7658749999999994 23091.4 27.69 31145.47 25.0 25982.58 14.0 22260.7 9.8 0.0145 3.0 4288.48 14.0 23616.2 37.0 44322.07 55.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 9 DFSQMSKFG 45868.97 26790.22 MHCnuggetsI 80.0 35.480000000000004 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00011370048 0.00072727184 31324.76681541468 47.08112499999999 26790.22 35.480000000000004 46622.02 88.0 45115.92 88.0 39775.45 57.0 2.9e-05 44.0 50000.0 80.0 412296.83 100.0 114714.94 84.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 9 FSQMSKFGN 40285.265 27302.98 SMM 58.9 41.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00017791681 0.00538269 30940.10429995324 42.77524999999999 33747.68 58.9 44916.23 71.0 40708.92 51.0 39861.61 57.0 2e-06 87.0 41599.44 75.0 27302.98 41.0 111845.88 83.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 9 SQMSKFGNE 19711.145 3416.85 PickPocket 11.0 6.7 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0002241926 0.0024872539 23493.14963568434 9.295125 37717.97 81.81 28503.05 22.0 22330.41 10.0 17091.88 6.7 0.0011 9.2 3416.85 11.0 8264.37 20.0 6848.89 18.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 9 QMSKFGNEE 31666.187 12039.82 SMMPMBEC 32.0 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0002841048 0.0077961674 29474.364351950364 30.050999999999995 35738.25 69.34 35597.72 32.0 40489.28 50.0 33858.01 29.0 0.000142 23.0 13947.35 37.0 27555.61 41.0 12039.82 24.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 9 MSKFGNEEQ 30520.15 18501.63 SMM 51.0 29.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0017971973 0.010467817 29445.17911661601 30.050999999999995 23961.48 29.33 42741.88 55.0 42509.45 65.0 41696.32 71.0 1.8e-05 51.0 26407.71 59.0 18501.63 32.0 31595.12 45.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 9 SKFGNEEQQ 41976.215 25289.39007867198 MHCflurry 54.0 12.471374999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.0001523178 0.00014015833 25289.39007867198 12.471374999999998 26810.86 35.53 43299.98 58.0 41151.77 54.0 42800.66 79.0 0.000185 21.0 50000.0 80.0 31930.81 45.0 77556.82 73.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 9 KFGNEEQQL 45007.385 21970.92 PickPocket 73.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.00024353738 0.011814965 27648.80048774026 19.38525 36912.16 76.53999999999999 45701.05 78.0 44872.5 86.0 45142.27 94.0 9e-05 28.0 21970.92 52.0 77841.29 73.0 77735.61 73.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 9 QSIVGAEVD 39637.02 5977.32 MHCnuggetsI 66.0 34.4285 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0010153053 0.017604118 29395.43247824782 34.4285 5977.32 87.62 37636.81 66.0 38565.12 93.0 42216.09 79.0 3e-06 79.0 40708.92 66.0 73241.97 58.0 81277.44 60.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 9 SIVGAEVDK 26309.53 4625.9 PickPocket 29.0 5.019749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0053140037 0.026515113 9622.882013266608 5.019749999999998 5678.02 10.54 27736.99 31.0 24882.07 41.0 29462.23 29.0 0.000446 14.0 4625.9 12.0 45160.63 47.0 37667.78 42.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 9 IVGAEVDKN 37027.42 5593.12 MHCnuggetsI 54.0 7.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.001068876 0.051789194 26108.579641882698 21.751124999999995 5593.12 7.71 37780.41 66.0 36732.4 85.0 42066.54 79.0 6e-06 68.0 27278.95 54.0 56203.06 52.0 37322.44 42.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 9 VGAEVDKNL 38230.47 5693.04 MHCnuggetsI 68.0 11.185624999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00076860824 0.025304837 19720.09465633237 11.185624999999996 5693.04 11.22 30719.08 39.0 36337.11 84.0 40123.83 68.0 0.000119 25.0 50000.0 71.0 162839.59 76.0 154870.96 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 9 GAEVDKNLG 42467.55 5942.74 MHCnuggetsI 83.0 41.302125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.00039536314 0.01653664 30156.82330410549 41.302125 5942.74 67.9 39085.6 73.0 39408.75 95.0 45526.35 96.0 2e-06 85.0 50000.0 71.0 294279.49 87.0 233329.69 83.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 9 AEVDKNLGT 39687.58 5909.48 MHCnuggetsI 71.0 24.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0016538297 0.13607778 27100.510532741664 24.47925 5909.48 48.67 38829.31 72.0 35559.24 80.0 40545.85 70.0 0.00013 24.0 50000.0 71.0 164725.18 76.0 179874.67 78.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 9 EVDKNLGTV 30063.525 5895.36 MHCnuggetsI 42.0 13.409249999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.0008873061 0.03660127 21932.69253711387 13.409249999999997 5895.36 42.4 31865.37 42.0 25152.75 41.0 28261.68 26.0 0.000481 14.0 48403.09 70.0 123242.36 70.0 184914.09 79.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 9 VDKNLGTVY 6920.53 392.3994390192679 MHCflurry 6.7 1.1113749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.109390736 0.56608444 392.3994390192679 1.1113749999999998 5407.92 4.58 8876.64 6.7 8433.14 9.6 9015.15 4.8 0.0786 1.2 20589.91 46.0 3117.17 7.3 2811.71 6.8 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 9 DKNLGTVYG 39456.645 5939.98 MHCnuggetsI 71.0 50.764875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00019023217 0.018350836 31238.471931212272 50.764875 5939.98 66.14 34732.95 53.0 36337.11 84.0 42576.18 81.0 1e-05 60.0 50000.0 71.0 270869.43 86.0 155585.82 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 9 KNLGTVYGL 14664.85 5044.15 PickPocket 12.0 5.684999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.003899534 0.28158468 11213.548418139431 5.684999999999998 5683.68 10.79 14167.58 12.0 16316.49 21.0 16600.33 9.6 0.00233 6.4 5044.15 13.0 15162.12 25.0 17020.41 27.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 9 NLGTVYGLE 21733.525 5601.51 MHCnuggetsI 25.0 7.93 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.0044800444 0.17165016 26389.145682662773 21.751124999999995 5601.51 7.93 22690.88 21.0 21500.59 32.0 27775.44 25.0 4.5e-05 37.0 14722.66 37.0 21966.46 31.0 14420.16 24.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 9 LGTVYGLEK 20148.38 5831.04 MHCnuggetsI 24.38 10.596374999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0087910555 0.09075357 19180.26142336488 10.596374999999997 5831.04 24.38 20596.81 19.0 20368.33 29.0 19928.43 14.0 0.000395 15.0 11857.88 31.0 29158.15 37.0 20463.03 30.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 9 GTVYGLEKP 35386.02 5987.03 MHCnuggetsI 62.0 36.485875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0013935461 0.07554333 29645.26599426177 36.485875 5987.03 91.49 32599.45 45.0 34237.82 75.0 42597.38 81.0 2.9e-05 43.0 36534.22 62.0 50671.06 49.0 119665.79 69.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 9 TVYGLEKPF 2160.74 1034.7328355589243 MHCflurry 2.7 1.71775 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.015748907 0.04498275 1034.7328355589243 1.71775 5079.85 2.48 1509.98 2.1 3000.81 4.8 4430.78 2.7 0.0337 1.8 2751.98 5.1 1569.5 4.7 1386.66 4.4 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 9 VYGLEKPFL 19567.065 5819.03 MHCnuggetsI 22.31 4.6 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.00417998 0.08550794 13637.385438817151 6.9172499999999975 5819.03 22.31 13223.01 9.8 21852.38 33.0 17281.75 12.0 0.00461 4.6 23957.42 50.0 22529.94 32.0 28573.93 36.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 9 YGLEKPFLC 13805.51 5308.48 SMMPMBEC 14.0 4.17 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.09913308 0.52203566 18436.958789392746 9.915499999999994 5367.18 4.17 17529.58 15.0 20701.6 30.0 21833.94 16.0 0.000964 9.7 10081.44 27.0 6618.51 14.0 5308.48 12.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 9 GLEKPFLCG 33770.545 5929.25 MHCnuggetsI 56.0 29.365875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0008968801 0.102054045 28285.018000554373 29.365875 5929.25 59.49 36480.1 60.0 31060.99 62.0 38115.44 58.0 2.1e-05 48.0 23444.56 50.0 67415.54 56.0 48525.5 48.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 9 LEKPFLCGL 28346.935 5941.01 MHCnuggetsI 54.0 9.185374999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.003012883 0.16191806 17345.04042027227 9.185374999999995 5941.01 66.8 22211.86 21.0 29108.61 54.0 27585.26 25.0 0.000763 11.0 50000.0 71.0 315326.16 88.0 182797.39 78.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 9 EKPFLCGLA 35973.37 5933.41 MHCnuggetsI 62.04 46.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0002962743 0.008232323 31048.43503080493 50.764875 5933.41 62.03999999999999 32894.95 46.0 32787.64 69.0 39051.79 62.0 1.4e-05 54.0 50000.0 71.0 145130.94 74.0 121610.2 70.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 9 KPFLCGLAL 11770.84 5849.25 MHCnuggetsI 16.0 6.7 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.0012779132 0.024097754 13467.917368647097 6.758499999999998 5849.25 28.19 17504.93 15.0 13212.86 16.0 12476.21 6.7 0.0021 6.7 5997.52 16.0 10933.52 20.0 11065.47 20.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 9 PFLCGLALD 12606.97 4997.58 SMM 26.709 7.76 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0028575116 0.059151206 27628.31039080445 26.708874999999995 5595.24 7.76 10491.28 7.8 24747.82 40.0 36057.08 49.0 1e-06 94.0 14722.66 37.0 4997.58 10.0 7481.18 15.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 9 FLCGLALDL 3528.841 1020.87 SMMPMBEC 4.2 1.7500000000000002 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.14837496 0.671717 2861.001591534951 2.6319999999999992 4814.29 1.7500000000000002 4913.9 4.3 2403.86 4.2 6160.9 3.4 0.00236 6.3 4196.68 9.5 1491.97 4.6 1020.87 3.5 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 9 NMATLFTIC 12092.9 3567.97 PickPocket 16.0 7.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.020963548 0.46590838 25600.89562613565 20.251124999999995 5679.37 10.59 18506.43 16.0 19088.05 27.0 24635.08 20.0 0.000315 17.0 3567.97 7.6 3808.55 8.2 3971.64 8.4 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 9 MATLFTICV 14566.85 5715.44 MHCnuggetsI 19.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0012997303 0.08019928 14331.170389059173 7.249749999999999 5715.44 12.39 15397.14 13.0 14802.53 19.0 11263.48 6.0 0.000239 19.0 13797.25 35.0 19758.77 29.0 22801.85 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 9 ATLFTICVW 12803.26 5500.22 PickPocket 20.0 4.2 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.01219163 0.56897455 8819.630673035825 4.718624999999999 5846.4 27.54 21730.25 20.0 18478.42 25.0 10645.2 5.7 0.00565 4.2 5500.22 14.0 22067.85 31.0 14961.32 24.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 9 TLFTICVWT 16742.495 4576.12 PickPocket 20.0 9.21 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 0.0013725202 0.3699074 19752.15960091878 11.185624999999996 5643.32 9.21 23380.98 23.0 20149.14 29.0 24997.02 20.0 5.2e-05 35.0 4576.12 12.0 13732.83 23.0 10567.45 19.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 9 LFTICVWTG 15705.55 5408.97 MHCnuggetsI 18.0 4.590000000000001 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 0.0028726081 0.27830175 20109.426711502747 11.393374999999995 5408.97 4.590000000000001 16656.64 14.0 18780.76 26.0 16283.85 9.4 2.7e-05 44.0 7860.43 21.0 15127.25 25.0 9659.84 18.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 9 FTICVWTGE 11242.295 4429.97 PickPocket 14.29 7.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 0.0022043823 0.39645115 21788.67022372132 13.409249999999997 5744.9 14.29 12672.53 9.4 17038.15 23.0 13114.87 7.1 8.1e-05 29.0 4429.97 10.0 9812.06 18.0 7446.81 15.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 9 TICVWTGET 20124.59 5822.02 MHCnuggetsI 24.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00093872455 0.21680786 25881.729283561403 20.969124999999995 5822.02 22.8 19796.04 18.0 23828.16 38.0 27027.47 24.0 0.000102 27.0 15881.05 38.0 20453.14 30.0 13488.7 23.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 9 ICVWTGETI 33812.685 5950.58 MHCnuggetsI 59.0 16.343624999999992 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.0004774832 0.10494711 23728.846720574667 16.343624999999992 5950.58 72.83 31325.6 41.0 30560.95 60.0 36299.77 50.0 3e-05 42.0 50000.0 71.0 116616.5 69.0 76907.73 59.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 9 CVWTGETIP 29083.698 5999.55 MHCnuggetsI 39.0 27.987124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0018382927 0.09372963 28098.43548926368 27.987124999999995 5999.55 95.13 30485.33 38.0 30068.96 58.0 33132.12 39.0 6.5e-05 32.0 17888.25 42.0 24085.74 33.0 75330.35 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 9 QSIVGAEVD 32744.43 21019.38 SMMPMBEC 58.0 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0053697294 0.0035122703 25858.390580420382 13.754874999999998 26226.51 34.160000000000004 39262.35 40.0 42971.89 68.0 40814.34 64.0 4e-06 76.0 26123.53 58.0 51785.72 60.0 21019.38 34.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 9 SIVGAEVDK 37954.455 20008.012663945072 MHCflurry 70.0 6.133875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0012373509 0.008883585 20008.012663945072 6.133875 39767.85 94.5 45160.85 73.0 44389.61 82.0 44154.9 89.0 1.8e-05 51.0 36141.06 70.0 23889.66 37.0 31960.97 45.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 9 IVGAEVDKN 47282.225 29197.378283077174 MHCflurry 95.0 27.7165 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00015361395 0.0027498936 29197.378283077174 27.7165 37136.34 77.99000000000001 47453.09 97.0 47111.36 100.0 47039.55 100.0 1e-06 95.0 50000.0 80.0 84568.77 76.0 209710.42 95.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 9 VGAEVDKNL 43963.355 21269.21 PickPocket 64.8 9.295125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00071569544 0.0023468442 23619.839226166023 9.295125 34937.11 64.8 46910.95 91.0 45606.71 92.0 44513.69 91.0 7.6e-05 30.0 21269.21 51.0 86339.59 76.0 43413.02 54.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 9 GAEVDKNLG 45214.795 17993.91 MHCnuggetsI 69.0 10.452499999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0007486447 0.0014508201 24211.04278349986 10.452499999999995 17993.91 19.55 44326.74 66.0 46102.85 95.0 44016.1 88.0 9e-06 63.0 50000.0 80.0 68266.87 69.0 95856.15 79.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 9 AEVDKNLGT 495.815 57.55430194752971 MHCflurry 0.75 0.071375 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.13809715 0.00415521 57.55430194752971 0.071375 903.2 1.86 1110.89 1.5 316.12 0.75 564.44 0.42 0.605 0.12 598.54 1.8 179.97 0.7 427.19 1.5 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 9 EVDKNLGTV 38419.155 11202.033844461012 MHCflurry 43.0 3.2898749999999986 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.004275832 0.025815709 11202.033844461012 3.2898749999999986 18254.57 19.91 43543.83 60.0 41825.1 59.0 37000.85 41.0 0.00036 16.0 39837.46 73.0 29390.7 43.0 59104.43 64.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 9 VDKNLGTVY 33616.855 9550.53 PickPocket 27.0 3.610124999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.0041221636 0.002014811 12642.103329481914 3.610124999999999 35664.5 68.89999999999999 38430.16 38.0 31569.21 20.0 30480.04 21.0 0.00426 5.2 9550.53 27.0 104042.31 81.0 37378.34 50.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 9 DKNLGTVYG 41145.86 26815.12328248063 MHCflurry 51.0 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00029428033 0.00039265273 26815.12328248063 16.158749999999998 35577.64 68.4 41582.8 49.0 40708.92 51.0 33518.3 28.0 0.000274 17.0 50000.0 80.0 84374.26 76.0 76492.7 73.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 9 KNLGTVYGL 23300.518 5743.49 PickPocket 25.0 8.962874999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00022319032 0.004800978 23313.006151545476 8.962874999999997 23288.03 28.04 41553.1 49.0 34423.54 25.0 34593.79 31.0 0.000235 19.0 5743.49 17.0 21837.86 35.0 12930.64 25.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 9 NLGTVYGLE 42454.295 31382.53454479771 MHCflurry 67.0 47.08112499999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00013672806 0.0017572008 31382.53454479771 47.08112499999999 32321.91 52.7 44429.49 67.0 43911.91 77.0 40996.68 65.0 3e-06 81.0 50000.0 80.0 71979.69 71.0 39684.42 52.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 9 LGTVYGLEK 39461.445 28277.99188249533 MHCflurry 71.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0027152603 0.03724563 28277.99188249533 22.16875 36660.63 74.92999999999999 45657.57 78.0 43204.99 71.0 42262.26 75.0 1.1e-05 60.0 31740.46 65.0 125663.75 86.0 31018.44 44.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 9 GTVYGLEKP 45756.58 26697.92814774022 MHCflurry 71.32 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.003966219 0.027328594 26697.92814774022 16.158749999999998 36072.76 71.32 45659.05 78.0 45854.11 94.0 38773.91 50.0 0.000203 20.0 50000.0 80.0 106711.2 82.0 73387.15 71.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 9 TVYGLEKPF 39699.885 24481.5 PickPocket 56.0 18.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0013492646 0.0009940426 28799.764528710253 25.64975 36625.42 74.71 42689.21 55.0 42971.89 68.0 36710.56 40.0 0.000243 18.0 24481.5 56.0 100048.37 80.0 51954.12 60.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 9 VYGLEKPFL 45132.285 29558.6548755113 MHCflurry 74.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0003560714 0.009892107 29558.6548755113 30.050999999999995 35315.68 66.88 45148.65 73.0 45115.92 88.0 44655.53 92.0 7.2e-05 31.0 50000.0 80.0 79288.46 74.0 135089.0 87.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 9 YGLEKPFLC 39429.75 18279.56 PickPocket 54.0 10.029999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0005980994 0.047034174 24010.34472469991 10.029999999999998 34634.7 63.21 46420.2 86.0 41151.77 54.0 37707.73 44.0 0.000187 21.0 18279.56 46.0 64151.97 67.0 61605.57 66.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 9 GLEKPFLCG 38321.075 27121.36260156817 MHCflurry 51.0 17.127999999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00015658115 0.0076337988 27121.36260156817 17.127999999999997 27716.98 37.8 42842.83 56.0 40708.92 51.0 35933.23 36.0 1.8e-05 51.0 45360.65 77.0 78200.58 73.0 35287.43 48.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 9 LEKPFLCGL 4208.79 409.1560747012337 MHCflurry 3.9 0.7552499999999994 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.04772445 0.0015406022 409.1560747012337 0.7552499999999994 16885.38 18.07 4523.94 3.9 5869.13 4.4 3893.64 1.7 0.055 1.5 846.17 2.7 9754.61 22.0 3569.6 13.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 9 EKPFLCGLA 22462.51 794.74 MHCnuggetsI 15.0 1.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0013537053 0.0012015889 25662.960221060133 13.067624999999998 794.74 1.71 20833.73 15.0 33324.12 23.0 24091.29 13.0 0.000222 19.0 31398.89 65.0 3607.53 13.0 6132.25 17.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 9 KPFLCGLAL 28515.755 15044.73 PickPocket 27.0 4.3225 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.00032769982 0.00085592846 15597.950823622425 4.3225 18592.56 20.4 39999.87 43.0 34986.78 27.0 25144.04 14.0 0.00064 12.0 15044.73 40.0 71484.19 71.0 31887.47 45.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 9 PFLCGLALD 46204.945 31407.357856803683 MHCflurry 82.0 49.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00017730446 0.0011785204 31407.357856803683 51.90287499999999 31453.42 49.35 46056.96 82.0 46352.93 97.0 45762.4 97.0 0.0 100.0 50000.0 80.0 280033.51 98.0 75617.1 72.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 9 FLCGLALDL 38883.62 18279.56 PickPocket 53.0 13.067624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.0005173498 0.025321905 25629.42481384994 13.067624999999998 34483.18 62.45 45022.29 72.0 40929.75 53.0 36837.49 40.0 1.6e-05 53.0 18279.56 46.0 131283.46 87.0 59377.24 64.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 9 NMATLFTIC 25267.2 9972.95 PickPocket 20.0 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.00042572728 0.015371175 26514.09605819209 15.284124999999998 25695.9 32.97 27085.14 20.0 31569.21 20.0 24838.5 13.0 0.000231 19.0 9972.95 28.0 21047.96 34.0 17006.7 30.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 9 MATLFTICV 10084.895 1921.06 MHCnuggetsI 9.9 3.0 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0014912047 0.02850825 24200.298789811288 10.029999999999998 1921.06 3.0 14041.07 9.5 22090.1 9.9 18721.73 7.5 0.000171 21.0 6128.72 18.0 5397.72 16.0 2658.4 9.7 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 9 ATLFTICVW 30829.912 11820.07 SMMPMBEC 35.0 22.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.0005043369 0.003030117 30506.283254086906 38.99449999999999 34259.92 61.33 37079.41 35.0 34610.27 26.0 31153.54 22.0 5.7e-05 34.0 18882.64 47.0 28655.63 42.0 11820.07 24.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 9 TLFTICVWT 27927.1 4535.45 SMMPMBEC 32.668 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 2.2153294e-05 0.0020649687 30021.831910212502 32.66799999999999 26774.54 35.44 29079.66 22.0 37739.56 35.0 30667.95 21.0 1.7e-05 52.0 21970.92 52.0 6905.74 18.0 4535.45 15.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 9 LFTICVWTG 33655.572 15044.73 PickPocket 45.0 21.57 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 7.744062e-05 0.005532349 31366.624115308445 47.08112499999999 19401.92 21.57 40523.91 45.0 40270.83 48.0 35944.52 36.0 2e-06 87.0 15044.73 40.0 63417.63 67.0 22010.0 35.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 9 FTICVWTGE 39184.725 30869.69611297877 MHCflurry 63.0 41.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 4.0165676e-05 0.0026898284 30869.69611297877 42.77524999999999 36411.3 73.39 44034.67 63.0 41375.0 56.0 36994.45 41.0 3e-06 81.0 50000.0 80.0 103564.28 81.0 31377.62 44.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 9 TICVWTGET 31443.156 4189.96 SMM 52.0 14.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00033667963 0.033811875 29768.81123117534 32.66799999999999 33117.5 56.08 42190.54 52.0 42971.89 68.0 39874.54 58.0 6e-06 70.0 17505.31 44.0 4189.96 14.0 6377.05 18.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 9 ICVWTGETI 35323.665 8297.38 PickPocket 43.67 20.700875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.000423359 0.009114989 27968.335401081757 20.700875 29787.06 43.67 45100.78 72.0 42509.45 65.0 40860.27 64.0 5.5e-05 34.0 8297.38 24.0 55617.31 62.0 25919.1 39.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 9 CVWTGETIP 34918.995 20305.8 SMMPMBEC 36.0 9.643999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0015070206 0.0062867077 23937.40447333055 9.643999999999998 35728.85 69.28 41093.05 47.0 43439.36 73.0 34109.14 30.0 4.8e-05 36.0 45360.65 77.0 20427.25 34.0 20305.8 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..4558c240f --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,116 @@ +ID DRB1*04:05 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Evaluation +LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000350669.5 JUNC00000053 NA GKTIRRHMMFNLSHY 1 DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Pass Pending +SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 14 SEC24D ENST00000280551.11 JUNC00000153 Q TSTAFKAVLHQPLKV 1 DRB1*04:05 695 None 14 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 14 SEC24D ENST00000511481.5 JUNC00000153 Q TSTAFKAVLHQPLKV 1 DRB1*04:05 326 None 14 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Pass Pending +UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000397514.8 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000402301.5 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000567074.6 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 18 SEC24D ENST00000280551.11 JUNC00000155 Q SCAVLYTTISGQRRL 1 DRB1*04:05 750 None 18 322.830 14.000 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 18 SEC24D ENST00000511481.5 JUNC00000155 Q SCAVLYTTISGQRRL 1 DRB1*04:05 381 None 18 322.830 14.000 67.286 0.120 8.074 575.000 0.205 Pass Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 12 TIPRL ENST00000367830.3 JUNC00000028 E/V SKTHIMKSADVVKQR 1 DRB1*04:05 23 None 12 442.135 20.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 12 TIPRL ENST00000367833.7 JUNC00000028 E/V SKTHIMKSADVVKQR 1 DRB1*04:05 23 None 12 442.135 20.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367830.3 JUNC00000027 E/V ASKTHIMKSADVVNR 1 DRB1*04:05 22 None 2 485.250 21.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367833.7 JUNC00000027 E/V ASKTHIMKSADVVNR 1 DRB1*04:05 22 None 2 485.250 21.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000396075.5 JUNC00000053 NA GKTIRRHMMFNLSHY 3 DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000396076.5 JUNC00000053 NA GKTIRRHMMFNLSHY 5 DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000450584.5 JUNC00000053 NA GKTIRRHMMFNLSHY 3 DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000539782.1 JUNC00000053 NA GKTIRRHMMFNLSHY 3 DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 14 LDHB ENST00000673047.2 JUNC00000053 NA GKTIRRHMMFNLSHY NA DRB1*04:05 42 None 14 198.980 13.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 14 SEC24D ENST00000419654.6 JUNC00000153 Q TSTAFKAVLHQPLKV 5 DRB1*04:05 251 None 14 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Poor Pending +PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 19 PRDM4 ENST00000228437.10 JUNC00000069 NA KQLVLRQSIVGAEVD 2 DRB1*04:05 412 None 19 298.575 15.000 13.577 1.000 13.577 71.000 0.980 Poor Pending +UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000325437.9 JUNC00000100 NA DKDWRPAITIKQEYR 3 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000355803.8 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000397515.6 JUNC00000100 NA DKDWRPAITIKQEYR 3 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000403747.6 JUNC00000100 NA DKDWRPAITIKQEYR 5 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000406620.6 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000562470.3 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000566587.5 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 5 UBE2I ENST00000567383.6 JUNC00000100 NA DKDWRPAITIKQEYR 4 DRB1*04:05 100 None 5 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 18 SEC24D ENST00000419654.6 JUNC00000155 Q SCAVLYTTISGQRRL 5 DRB1*04:05 306 None 18 322.830 14.000 67.286 0.120 8.074 575.000 0.205 Poor Pending +LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000350669.5 JUNC00000045 NA VSLADELALVDVLED 1 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000396075.5 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000396076.5 JUNC00000045 NA VSLADELALVDVLED 5 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000450584.5 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000539782.1 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000673047.2 JUNC00000045 NA VSLADELALVDVLED NA DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 7 TIPRL ENST00000367830.3 JUNC00000025 E/V SKTHIMKSADVVKVK 1 DRB1*04:05 23 None 7 512.505 23.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 7 TIPRL ENST00000367833.7 JUNC00000025 E/V SKTHIMKSADVVKVK 1 DRB1*04:05 23 None 7 512.505 23.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000325437.9 JUNC00000102 NA KDWRPAITIKQPKQS 3 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000355803.8 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000397514.8 JUNC00000102 NA KDWRPAITIKQPKQS 1 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000397515.6 JUNC00000102 NA KDWRPAITIKQPKQS 3 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000403747.6 JUNC00000102 NA KDWRPAITIKQPKQS 5 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000406620.6 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000562470.3 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000566587.5 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000567074.6 JUNC00000102 NA KDWRPAITIKQPKQS 1 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 6 UBE2I ENST00000567383.6 JUNC00000102 NA KDWRPAITIKQPKQS 4 DRB1*04:05 101 None 6 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000350669.5 JUNC00000044 NA QSLADELALVDVLED 1 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000396075.5 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000396076.5 JUNC00000044 NA QSLADELALVDVLED 5 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000450584.5 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000539782.1 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000673047.2 JUNC00000044 NA QSLADELALVDVLED NA DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 PODXL ENST00000322985.9 JUNC00000200 Q/* DNPTLEVMETSSEMQ 1 DRB1*04:05 476 None 40 294.275 12.000 0.630 0.455 0.287 11.000 0.124 Poor Pending +PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 PODXL ENST00000378555.8 JUNC00000200 Q/* DNPTLEVMETSSEMQ 1 DRB1*04:05 508 None 40 294.275 12.000 0.630 0.455 0.287 11.000 0.124 Poor Pending +LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000350669.5 JUNC00000046 NA ESLADELALVDVLED 1 DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000396075.5 JUNC00000046 NA ESLADELALVDVLED 3 DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000396076.5 JUNC00000046 NA ESLADELALVDVLED 5 DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000450584.5 JUNC00000046 NA ESLADELALVDVLED 3 DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000539782.1 JUNC00000046 NA ESLADELALVDVLED 3 DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 12 LDHB ENST00000673047.2 JUNC00000046 NA ESLADELALVDVLED NA DRB1*04:05 16 None 12 692.480 26.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 15 PRDM4 ENST00000228437.10 JUNC00000071 NA LFTICVWTGETIPVR 2 DRB1*04:05 372 None 15 715.145 32.000 13.577 1.000 13.577 71.000 0.980 Poor Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 DBN1 ENST00000292385.9 JUNC00000177 NA TGGWRPLPSPRGARL 1 DRB1*04:05 325 None 52 791.680 9.900 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 DBN1 ENST00000309007.9 JUNC00000177 NA TGGWRPLPSPRGARL 1 DRB1*04:05 323 None 52 791.680 9.900 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 DBN1 ENST00000512501.1 JUNC00000177 NA TGGWRPLPSPRGARL 3 DRB1*04:05 55 None 47 791.680 9.900 109.087 0.070 7.636 129.000 0.290 Poor Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 CCDC18 ENST00000343253.11 JUNC00000006 E EETIKVYCLQKELKI 5 DRB1*04:05 720 None 12 806.315 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 CCDC18 ENST00000370276.6 JUNC00000006 E EETIKVYCLQKELKI 5 DRB1*04:05 720 None 12 806.315 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 CCDC18 ENST00000401026.7 JUNC00000006 E EETIKVYCLQKELKI 1 DRB1*04:05 721 None 12 806.315 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 CCDC18 ENST00000690025.1 JUNC00000006 E EETIKVYCLQKELKI NA DRB1*04:05 721 None 12 806.315 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 DBN1 ENST00000292385.9 JUNC00000177 E/K TGGWRPLPSPRGARL 1 DRB1*04:05 325 None 52 791.680 9.900 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 DBN1 ENST00000309007.9 JUNC00000177 E/K TGGWRPLPSPRGARL 1 DRB1*04:05 323 None 52 791.680 9.900 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 38 DBN1 ENST00000393565.6 JUNC00000177 NA SEVEQLLLPSGLTTQ 5 DRB1*04:05 274 None 38 989.330 43.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 31 DBN1 ENST00000477391.6 JUNC00000177 NA SEVEQLLLPSGLTTQ 3 DRB1*04:05 273 None 31 989.330 43.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 DBN1 ENST00000512501.1 JUNC00000177 E/K TGGWRPLPSPRGARL 3 DRB1*04:05 55 None 47 791.680 9.900 109.087 0.009 0.982 1076.000 0.285 Poor Pending +LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000350669.5 JUNC00000043 NA NNKITVVGVGQVVSG 1 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000396075.5 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000396076.5 JUNC00000043 NA NNKITVVGVGQVVSG 5 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000450584.5 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000539782.1 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000673047.2 JUNC00000043 NA NNKITVVGVGQVVSG NA DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 12 EPS15L1 ENST00000455140.7 JUNC00000110 T DFSQMSKFGNEEQQL 2 DRB1*04:05 743 None 12 1108.365 37.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000292385.9 JUNC00000178 NA ESEVEAAAIIAQRPD 1 DRB1*04:05 275 None 11 1881.890 46.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000309007.9 JUNC00000178 NA ESEVEAAAIIAQRPD 1 DRB1*04:05 273 None 11 1881.890 46.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 38 DBN1 ENST00000393565.6 JUNC00000177 E/K SEVEQLLLPSGLTTQ 5 DRB1*04:05 274 None 38 989.330 43.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000393565.6 JUNC00000178 NA ESEVEAAAIIAQRPD 5 DRB1*04:05 273 None 11 1881.890 46.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 31 DBN1 ENST00000477391.6 JUNC00000177 E/K SEVEQLLLPSGLTTQ 3 DRB1*04:05 273 None 31 989.330 43.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 11 DBN1 ENST00000477391.6 JUNC00000178 NA ESEVEAAAIIAQRPD 3 DRB1*04:05 272 None 11 1881.890 46.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 7 DBN1 ENST00000512501.1 JUNC00000178 NA ESEVEAAAIIAQRPD 3 DRB1*04:05 5 None 7 1881.890 46.000 109.087 0.070 7.636 129.000 0.290 Poor Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 4 CCDC18 ENST00000343253.11 JUNC00000011 E EKELKIKNHSLQETS 5 DRB1*04:05 763 None 4 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 4 CCDC18 ENST00000370276.6 JUNC00000011 E EKELKIKNHSLQETS 5 DRB1*04:05 763 None 4 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 4 CCDC18 ENST00000401026.7 JUNC00000011 E EKELKIKNHSLQETS 1 DRB1*04:05 764 None 4 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 4 CCDC18 ENST00000690025.1 JUNC00000011 E EKELKIKNHSLQETS NA DRB1*04:05 764 None 4 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000292385.9 JUNC00000178 E/K ESEVEAAAIIAQRPD 1 DRB1*04:05 275 None 11 1881.890 46.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000309007.9 JUNC00000178 E/K ESEVEAAAIIAQRPD 1 DRB1*04:05 273 None 11 1881.890 46.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000393565.6 JUNC00000178 E/K ESEVEAAAIIAQRPD 5 DRB1*04:05 273 None 11 1881.890 46.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 11 DBN1 ENST00000477391.6 JUNC00000178 E/K ESEVEAAAIIAQRPD 3 DRB1*04:05 272 None 11 1881.890 46.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 7 DBN1 ENST00000512501.1 JUNC00000178 E/K ESEVEAAAIIAQRPD 3 DRB1*04:05 5 None 7 1881.890 46.000 109.087 0.009 0.982 1076.000 0.285 Poor Pending +EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A EPS15L1 ENST00000455140.7 JUNC00000108 T KSTPFGNEEQQLAWA 2 DRB1*04:05 795 None 0 5252.645 75.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA EPS15L1 ENST00000455140.7 JUNC00000109 T PKKPAPPRPKPPSVW 2 DRB1*04:05 781 None 0 27220.365 100.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 WASHC5 ENST00000318410.12 JUNC00000207 NA TLRIRTYFTMQSGLA 1 DRB1*04:05 399 None 32 42.905 2.100 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 WASHC5 ENST00000517845.5 JUNC00000207 NA TLRIRTYFTMQSGLA 2 DRB1*04:05 251 None 32 42.905 2.100 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 19 WASHC5 ENST00000318410.12 JUNC00000205 NA AIRWLMLHTADSDVQ 1 DRB1*04:05 372 None 19 47.320 1.800 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 19 WASHC5 ENST00000517845.5 JUNC00000205 NA AIRWLMLHTADSDVQ 2 DRB1*04:05 224 None 19 47.320 1.800 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 WASHC5 ENST00000318410.12 JUNC00000210 NA AIRWLMLHTADSDIF 1 DRB1*04:05 372 None 28 47.575 1.900 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 WASHC5 ENST00000517845.5 JUNC00000210 NA AIRWLMLHTADSDIF 2 DRB1*04:05 224 None 28 47.575 1.900 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 CUL9 ENST00000252050.9 JUNC00000183 NA GCTLCRTSSPNLRRM 5 DRB1*04:05 429 None 16 928.575 37.000 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 CUL9 ENST00000372647.6 JUNC00000183 NA GCTLCRTSSPNLRRM 1 DRB1*04:05 429 None 16 928.575 37.000 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000264167.11 JUNC00000129 NA LGESFETSAPWDRSL 1 DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000637633.2 JUNC00000129 NA LGESFETSAPWDRSL 5 DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000642466.2 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679459.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679478.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679994.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000680155.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000680770.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000681449.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..300f4fed7 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,2054 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key MHCnuggetsII IC50 Score MHCnuggetsII Percentile NetMHCIIpan IC50 Score NetMHCIIpan Percentile NetMHCIIpanEL Score NetMHCIIpanEL Percentile NNalign IC50 Score NNalign Percentile SMMalign IC50 Score SMMalign Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 -1.4714285714285715 0.3714285714285714 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 0.2285714285714285 0.2285714285714285 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 0.2285714285714285 0.2285714285714285 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 -0.4714285714285715 0.2285714285714285 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 -0.4714285714285715 0.2285714285714285 True False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 -1.1714285714285713 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 -1.1714285714285713 0.2285714285714285 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 -0.7285714285714288 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 -0.7285714285714288 0.2285714285714285 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 0.3714285714285714 0.3714285714285714 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 0.3714285714285714 0.3714285714285714 False False False 0 True 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 0.5142857142857142 0.5142857142857142 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 1.114285714285714 1.114285714285714 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 1.5714285714285712 1.5714285714285712 False True False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 1.5285714285714287 1.5714285714285712 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 1.5285714285714287 1.5714285714285712 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 1.4285714285714286 1.5714285714285712 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 1.2428571428571427 1.5714285714285712 False True False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 0.7285714285714285 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 0.7285714285714285 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 0.35714285714285715 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 0.35714285714285715 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 0.29999999999999993 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 0.29999999999999993 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 -0.17142857142857149 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 -0.17142857142857149 1.5714285714285712 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 -0.3000000000000001 1.5714285714285712 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 -0.3000000000000001 1.5714285714285712 False False True 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 51 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 -1.342857142857143 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 51 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 -1.342857142857143 1.5285714285714287 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 52 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 -1.1571428571428573 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 52 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 -1.1571428571428573 1.4285714285714286 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 53 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 -1.1571428571428573 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 53 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 -1.1571428571428573 1.2428571428571427 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 54 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 -1.7 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 54 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 -1.7 0.7285714285714285 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 55 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 -1.3142857142857145 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 55 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 -1.3142857142857145 0.35714285714285715 False False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 56 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 -1.842857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 56 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 -1.842857142857143 0.29999999999999993 True False False 2 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 57 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 -2.1142857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 57 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 -2.1142857142857143 -0.17142857142857149 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 58 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 -1.742857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 58 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 -1.742857142857143 -0.3000000000000001 False False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 59 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 -2.7857142857142856 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 59 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 -2.7857142857142856 -1.1571428571428573 True False False 1 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 60 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 -1.5 -1.1571428571428573 False False False 0 False 0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 60 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 -1.5 -1.1571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 0.07142857142857142 0.07142857142857142 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 0.7285714285714285 0.7285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 1.0 1.0 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 0.28571428571428564 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 0.7285714285714284 1.0 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 1.7714285714285711 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 1.1285714285714286 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 0.48571428571428565 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 -0.5571428571428572 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 -0.38571428571428573 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 -0.38571428571428573 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 -0.44285714285714295 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 -1.1 1.7714285714285711 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 -1.1142857142857143 1.7714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 -1.1285714285714286 1.1285714285714286 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 -1.2714285714285711 0.48571428571428565 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 -2.157142857142857 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 -2.5 -0.44285714285714295 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 -3.0285714285714285 -1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 -2.042857142857143 -1.2714285714285711 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 0.14285714285714285 0.14285714285714285 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 1.0571428571428572 1.0571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 1.1 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 0.32857142857142846 1.1 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 0.3285714285714287 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 -0.15714285714285717 1.1 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 -0.5285714285714286 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 -1.2285714285714284 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 -0.8571428571428571 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 -1.1714285714285713 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 -1.4428571428571428 1.1 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 -0.5428571428571429 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 -0.05714285714285716 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 0.3428571428571429 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 0.028571428571428612 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 -0.28571428571428564 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 -0.31428571428571433 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 -0.8285714285714285 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 -0.9571428571428571 0.3428571428571429 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 -0.6714285714285715 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 -0.8000000000000002 0.3428571428571429 True False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 -0.8571428571428573 0.3428571428571429 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 -1.0285714285714287 0.028571428571428612 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 -1.542857142857143 -0.28571428571428564 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 0.028571428571428532 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 -0.6285714285714287 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 -0.21428571428571436 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 -0.9857142857142858 0.028571428571428532 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 -0.3428571428571428 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 -0.22857142857142856 0.028571428571428532 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 0.057142857142857065 0.057142857142857065 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 0.17142857142857126 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 -0.5 -0.5 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 0.25714285714285723 0.25714285714285723 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 1.0142857142857145 1.0142857142857145 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 2.157142857142857 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 1.8142857142857145 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 1.8142857142857143 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 0.9142857142857144 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 0.42857142857142877 2.157142857142857 False False True 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 -0.32857142857142846 2.157142857142857 True False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 -1.4714285714285715 2.157142857142857 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 -2.342857142857143 2.157142857142857 True False True 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 -3.2428571428571433 2.157142857142857 False False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 -3.242857142857143 1.8142857142857145 True False False 0 False 1 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 147 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 -0.20000000000000004 0.3285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 147 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 -0.20000000000000004 0.3285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 148 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 148 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 0.6285714285714287 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 149 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 149 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 0.10000000000000002 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 150 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 150 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 0.10000000000000006 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 151 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 151 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 -0.2857142857142857 0.6285714285714287 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 152 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 152 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 0.7571428571428572 0.7571428571428572 False False False 0 False 0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 153 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 153 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 785 DRB1*04:05 15 APPRPKPPSGKSTPF 32582.035 28557.76 MHCnuggetsII 100.0 88.94 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 154 28557.76 88.94 30834.97 100.0 0.0001 100.0 34329.1 100.0 36603.0 98.0 -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 786 DRB1*04:05 15 PPRPKPPSGKSTPFG 30772.005 25376.98 MHCnuggetsII 100.0 85.66 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 155 25376.98 85.66 30121.71 100.0 0.0001 100.0 31422.3 100.0 34266.0 98.0 -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 787 DRB1*04:05 15 PRPKPPSGKSTPFGN 23734.92 20802.36 MHCnuggetsII 96.0 80.28999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 156 20802.36 80.28999999999999 25666.84 100.0 0.0007 93.0 27160.0 100.0 21803.0 96.0 -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 788 DRB1*04:05 15 RPKPPSGKSTPFGNE 20793.55 19184.0 SMMalign 95.0 79.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 157 20855.24 80.36 20731.86 100.0 0.0021 79.0 20906.9 99.0 19184.0 95.0 -1.1 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 789 DRB1*04:05 15 PKPPSGKSTPFGNEE 17605.945 16865.9 NNalign 94.0 70.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 158 17235.89 75.35 19617.15 99.0 0.0036 70.0 16865.9 97.0 17976.0 94.0 -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 DRB1*04:05 15 KPPSGKSTPFGNEEQ 16906.57 14344.65 NetMHCIIpan 96.0 77.22 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 159 18524.44 77.22 14344.65 97.0 0.0017 83.0 15288.7 96.0 22036.0 96.0 -1.8857142857142857 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 DRB1*04:05 15 PPSGKSTPFGNEEQQ 17489.94 12516.1 NetMHCIIpan 96.0 66.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 160 19758.98 78.92 12516.1 96.0 0.0043 66.0 15220.9 96.0 22709.0 96.0 -2.157142857142857 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 DRB1*04:05 15 PSGKSTPFGNEEQQL 12303.725 5247.19 MHCnuggetsII 94.0 48.31 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 161 5247.19 48.31 10242.95 94.0 0.0053 62.0 14364.5 95.0 28877.0 98.0 -2.014285714285714 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 DRB1*04:05 15 SGKSTPFGNEEQQLA 6186.01 5402.72 NetMHCIIpan 81.0 47.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 162 5778.02 50.23 5402.72 83.0 0.0114 47.0 10144.7 89.0 6594.0 81.0 -1.6999999999999997 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 DRB1*04:05 15 GKSTPFGNEEQQLAW 6440.965 4467.95 NetMHCIIpan 79.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 163 6117.93 51.39 4467.95 79.0 0.0202 38.0 8484.4 86.0 6764.0 81.0 -1.3285714285714285 -0.7142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 DRB1*04:05 15 KSTPFGNEEQQLAWA 5252.645 2732.16 MHCnuggetsII 75.0 25.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 164 2732.16 36.43 3729.29 75.0 0.0467 25.0 8854.2 87.0 6776.0 81.0 -0.5714285714285715 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 DRB1*04:05 15 STPFGNEEQQLAWAK 5645.92 3140.62 NetMHCIIpan 70.0 18.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 165 4649.84 45.95 3140.62 70.0 0.0824 18.0 8765.0 87.0 6642.0 81.0 -0.6285714285714287 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 DRB1*04:05 15 TPFGNEEQQLAWAKR 5853.685 3612.53 NetMHCIIpan 74.0 39.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 166 5578.37 49.53 3612.53 74.0 0.0188 39.0 9218.3 88.0 6129.0 79.0 -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 DRB1*04:05 15 PFGNEEQQLAWAKRE 8248.125 4341.33 NetMHCIIpan 78.0 56.88999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 167 7934.55 56.88999999999999 4341.33 78.0 0.003 73.0 8561.7 86.0 11447.0 90.0 -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 780 DRB1*04:05 15 PPKKPAPPRPKPPSV 30049.35 26539.2 NNalign 99.0 93.41 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 168 33403.42 93.41 26695.28 100.0 0.0002 98.0 26539.2 100.0 50000.0 99.0 -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 781 DRB1*04:05 15 PKKPAPPRPKPPSVW 27220.365 13725.81 MHCnuggetsII 100.0 69.64 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 169 13725.81 69.64 24449.73 100.0 0.0001 100.0 29991.0 100.0 50000.0 99.0 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 782 DRB1*04:05 15 KKPAPPRPKPPSVWQ 27325.42 24473.82 NetMHCIIpan 100.0 85.13 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 170 24893.24 85.13 24473.82 100.0 0.0001 100.0 29757.6 100.0 50000.0 99.0 -1.157142857142857 -0.8857142857142858 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 736 DRB1*04:05 15 NSAEGFADFSQMSKF 2654.0 1075.12 MHCnuggetsII 62.0 22.92 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 171 1075.12 22.92 2471.0 64.0 0.0038 69.0 3137.1 62.0 2837.0 61.0 -0.2142857142857144 0.2571428571428571 False False False 0 True 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 737 DRB1*04:05 15 SAEGFADFSQMSKFG 2786.425 1100.65 MHCnuggetsII 67.0 23.21 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 172 1100.65 23.21 2744.85 67.0 0.004 68.0 3913.5 68.0 2828.0 60.0 -0.6714285714285715 0.2571428571428571 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 738 DRB1*04:05 15 AEGFADFSQMSKFGN 1452.48 800.0 SMMalign 51.0 25.86 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 173 1349.92 25.86 1555.04 51.0 0.0047 65.0 3434.1 64.0 800.0 28.0 -1.0571428571428572 0.2571428571428571 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 739 DRB1*04:05 15 EGFADFSQMSKFGNE 1697.645 801.0 SMMalign 50.0 28.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 174 1762.54 29.61 1632.75 53.0 0.01 50.0 2364.1 55.0 801.0 28.0 -1.0571428571428572 0.21428571428571422 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 740 DRB1*04:05 15 GFADFSQMSKFGNEE 1665.93 879.0 SMMalign 32.0 30.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 175 2042.0 31.8 1835.76 56.0 0.0282 32.0 1496.1 44.0 879.0 30.0 -1.8285714285714287 0.21428571428571422 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 DRB1*04:05 15 FADFSQMSKFGNEEQ 1221.905 867.0 SMMalign 37.0 26.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 176 3872.56 42.49 1359.71 48.0 0.0419 26.0 1084.1 37.0 867.0 29.0 -2.2142857142857144 0.21428571428571422 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 DRB1*04:05 15 ADFSQMSKFGNEEQQ 1182.635 877.0 SMMalign 34.0 23.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 177 2385.65 34.23 1452.07 50.0 0.0529 23.0 913.2 34.0 877.0 30.0 -2.157142857142857 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 DRB1*04:05 15 DFSQMSKFGNEEQQL 1108.365 502.23 MHCnuggetsII 37.0 14.67 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 178 502.23 14.67 1129.43 43.0 0.0544 23.0 1087.3 37.0 2081.0 52.0 -2.014285714285714 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 DRB1*04:05 15 FSQMSKFGNEEQQLA 1120.835 802.99 MHCnuggetsII 38.0 19.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 179 802.99 19.47 939.57 38.0 0.0747 19.0 1302.1 41.0 1844.0 49.0 -1.6999999999999997 -0.2142857142857144 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 DRB1*04:05 15 SQMSKFGNEEQQLAW 2446.2 1345.65 NetMHCIIpan 46.0 27.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 180 4306.36 44.46 1345.65 47.0 0.0386 27.0 1590.4 46.0 3302.0 65.0 -1.3285714285714285 -0.6714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 DRB1*04:05 15 QMSKFGNEEQQLAWA 4531.25 1486.09 NetMHCIIpan 50.0 29.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 181 5626.15 49.71 1486.09 50.0 0.035 29.0 3939.5 68.0 5123.0 75.0 -0.5714285714285715 -0.5714285714285715 True False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 DRB1*04:05 15 MSKFGNEEQQLAWAK 4616.005 1838.72 NetMHCIIpan 56.0 20.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 182 4146.01 43.75 1838.72 56.0 0.0649 20.0 7950.6 85.0 5086.0 75.0 -0.6285714285714287 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 DRB1*04:05 15 SKFGNEEQQLAWAKR 5439.435 2632.8 NetMHCIIpan 66.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 183 4881.87 46.88 2632.8 66.0 0.0203 38.0 8321.1 86.0 5997.0 79.0 -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 DRB1*04:05 15 KFGNEEQQLAWAKRE 8204.72 3279.74 NetMHCIIpan 73.0 56.3 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 184 7715.24 56.3 3279.74 72.0 0.003 73.0 8694.2 87.0 11348.0 90.0 -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 1.7857142857142858 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 1.0714285714285716 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 1.0714285714285714 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 1.0142857142857142 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 0.6714285714285715 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 0.2285714285714285 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 -0.8714285714285716 2.2285714285714286 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 -0.27142857142857146 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 0.48571428571428565 2.2285714285714286 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 0.5142857142857142 0.5142857142857142 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 1.2714285714285716 1.2714285714285716 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 1.3285714285714287 1.3285714285714287 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 0.1857142857142858 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 0.8285714285714285 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 0.48571428571428565 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 1.1428571428571428 1.3285714285714287 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 1.1999999999999997 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 0.4428571428571428 1.3285714285714287 False False False 0 True 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 2.5857142857142854 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 1.542857142857143 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 0.7857142857142857 2.5857142857142854 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 1.1428571428571428 1.1428571428571428 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 1.1999999999999997 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 0.4428571428571428 1.1999999999999997 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 1.542857142857143 1.542857142857143 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 2.5857142857142854 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 1.542857142857143 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 0.7857142857142857 2.5857142857142854 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 -0.9857142857142857 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 -0.21428571428571427 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 -0.5571428571428572 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 -1.3142857142857145 1.5714285714285718 True False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 -1.3142857142857143 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 -0.27142857142857146 1.5714285714285718 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 0.48571428571428565 0.5285714285714285 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 0.9999999999999999 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 1.0 2.5857142857142854 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 0.4714285714285714 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 -0.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 -1.8142857142857143 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 -1.4857142857142858 2.5857142857142854 False False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 -0.6571428571428571 2.2714285714285714 True False False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 -0.15714285714285728 1.3571428571428572 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 -1.2999999999999996 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 -0.11428571428571452 1.0 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 0.4142857142857142 0.4714285714285714 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 0.4142857142857142 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 0.04285714285714283 0.4142857142857142 False True False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 448 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 -3.4571428571428577 -0.4000000000000001 False False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 480 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 -3.4571428571428577 -0.4000000000000001 False False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 449 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 -2.8 -0.4000000000000001 False False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 481 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 -2.8 -0.4000000000000001 False False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 450 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 -2.3999999999999995 -0.4571428571428572 True False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 482 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 -2.3999999999999995 -0.4571428571428572 True False False 2 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 451 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 -2.257142857142857 -1.3142857142857143 True False False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 483 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 -2.257142857142857 -1.3142857142857143 True False False 1 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 452 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 484 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 -2.2 -2.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 -0.557142857142857 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 -0.9571428571428572 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 -0.9571428571428572 -0.557142857142857 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 -1.2 -0.5142857142857143 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 -2.7 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 -2.7 -0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 -2.4285714285714284 -0.5142857142857143 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 -2.4285714285714284 -0.5142857142857143 False False True 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 -2.0285714285714285 -0.5142857142857143 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 -2.0285714285714285 -0.5142857142857143 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 -1.4285714285714286 -0.5142857142857143 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 -1.4285714285714286 -0.5142857142857143 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 -1.7428571428571427 -0.5142857142857143 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 -1.7428571428571427 -0.5142857142857143 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 -0.6857142857142857 -0.6857142857142857 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 -0.6857142857142857 -0.6857142857142857 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 0.08571428571428573 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 0.08571428571428566 0.08571428571428573 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 0.2142857142857142 0.2142857142857142 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 0.2142857142857142 0.2142857142857142 True False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 68 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 68 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 0.2 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 69 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 -0.4571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 69 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 -0.4571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 70 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 -0.4571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 70 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 -0.4571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 71 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 -0.7857142857142857 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 71 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 -0.7857142857142857 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 72 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 -1.5571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 72 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 -1.5571428571428572 0.2142857142857142 False False False 0 False 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 73 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 -1.5571428571428572 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 73 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 -1.5571428571428572 0.2142857142857142 False False False 0 True 1 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 74 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 -2.0142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 74 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 -2.0142857142857142 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 75 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 -2.457142857142857 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 75 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 -2.457142857142857 0.2142857142857142 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 76 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 -1.7428571428571427 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 76 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 -1.7428571428571427 0.2 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 77 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 -0.6428571428571427 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 77 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 -0.6428571428571427 -0.4571428571428572 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 78 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 -1.0285714285714287 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 78 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 -1.0285714285714287 -0.4571428571428572 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 79 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 79 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 0.014285714285714235 0.014285714285714235 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 80 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 80 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 0.014285714285714362 0.014285714285714362 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 81 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 81 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 0.5142857142857143 0.5142857142857143 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 82 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 82 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 0.5714285714285714 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 83 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 83 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 0.5142857142857143 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 84 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 -0.14285714285714293 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 84 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 -0.14285714285714293 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 85 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 85 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 -0.5285714285714286 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 86 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 -1.1857142857142857 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 86 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 -1.1857142857142857 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 87 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 -0.8142857142857143 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 87 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 -0.8142857142857143 0.5714285714285714 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 88 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 -0.1142857142857144 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 88 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 -0.1142857142857144 0.5714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 89 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 89 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 0.9857142857142858 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 90 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 90 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 0.21428571428571422 0.9857142857142858 False False True 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 91 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 91 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 92 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 92 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 0.8142857142857142 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 93 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 0.42857142857142855 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 93 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 0.42857142857142855 0.9857142857142858 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 94 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 1.0999999999999999 1.0999999999999999 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 94 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 1.0999999999999999 1.0999999999999999 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 95 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 95 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 0.35714285714285715 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 96 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 -0.8 1.0999999999999999 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 96 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 -0.8 1.0999999999999999 True False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 97 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 97 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 -1.0714285714285714 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 98 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 -2.1142857142857143 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 98 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 -2.1142857142857143 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 99 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 -1.0714285714285716 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 99 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 -1.0714285714285716 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 100 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 -1.0714285714285716 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 100 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 -1.0714285714285716 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 101 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 -2.1142857142857143 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 101 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 -2.1142857142857143 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 102 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 -2.5142857142857147 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 102 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 -2.5142857142857147 1.0999999999999999 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 103 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 -2.457142857142857 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 103 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 -2.457142857142857 0.35714285714285715 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 104 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 -2.457142857142857 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 104 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 -2.457142857142857 -0.8 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 105 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 -2.057142857142857 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 105 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 -2.057142857142857 -1.0714285714285714 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 106 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 -3.057142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 106 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 -3.057142857142857 -1.0714285714285716 False False False 0 False 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 107 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 -2.014285714285714 -1.0714285714285716 False False False 0 True 0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 107 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 -2.014285714285714 -1.0714285714285716 False False False 0 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 412 DRB1*04:05 15 KQLVLRQSIVGAEVD 298.575 120.63 MHCnuggetsII 15.0 4.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 108 120.63 4.84 315.25 15.0 0.1142 14.0 281.9 15.0 850.0 29.0 1.042857142857143 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 413 DRB1*04:05 15 QLVLRQSIVGAEVDK 406.185 84.67 MHCnuggetsII 17.0 3.43 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 109 84.67 3.43 343.97 17.0 0.1831 9.4 468.4 22.0 878.0 30.0 -0.15714285714285703 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 414 DRB1*04:05 15 LVLRQSIVGAEVDKN 565.505 255.68 MHCnuggetsII 24.0 9.17 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 110 255.68 9.17 516.61 24.0 0.0663 20.0 614.4 27.0 826.0 28.0 -1.2571428571428573 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 415 DRB1*04:05 15 VLRQSIVGAEVDKNL 743.39 617.1 NNalign 27.0 15.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 111 629.07 16.88 857.71 36.0 0.1016 15.0 617.1 27.0 1224.0 38.0 -0.6571428571428573 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 416 DRB1*04:05 15 LRQSIVGAEVDKNLG 1805.32 944.8 NNalign 34.0 9.5 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 112 2217.82 33.08 1537.64 51.0 0.1787 9.5 944.8 34.0 2073.0 52.0 -0.9714285714285714 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 DRB1*04:05 15 RQSIVGAEVDKNLGT 1709.62 1471.6 NNalign 44.0 8.6 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 113 1588.08 28.1 1831.16 56.0 0.2045 8.6 1471.6 44.0 2561.0 58.0 -0.5714285714285713 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 DRB1*04:05 15 QSIVGAEVDKNLGTV 3280.29 2449.1 NNalign 63.15 21.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 114 10478.54 63.14999999999999 2880.58 68.0 0.0644 21.0 2449.1 56.0 3680.0 67.0 -0.5714285714285715 1.4285714285714286 True False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 DRB1*04:05 15 SIVGAEVDKNLGTVY 4909.3 3509.16 NetMHCIIpan 73.0 52.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 115 14019.73 70.17 3509.16 73.0 0.0091 52.0 4826.6 73.0 4992.0 75.0 -0.2571428571428573 1.4285714285714286 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 DRB1*04:05 15 IVGAEVDKNLGTVYG 6829.25 4958.0 SMMalign 75.0 58.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 116 13147.35 68.58 4960.1 81.0 0.0066 58.0 8698.4 87.0 4958.0 75.0 0.24285714285714283 1.042857142857143 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 DRB1*04:05 15 VGAEVDKNLGTVYGL 6872.33 4897.07 NetMHCIIpan 80.0 55.48 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 117 7424.66 55.48 4897.07 81.0 0.003 73.0 10035.7 89.0 6320.0 80.0 1.2857142857142858 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 DRB1*04:05 15 GAEVDKNLGTVYGLE 6798.8 4544.4 NetMHCIIpan 79.0 54.7 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 118 7160.76 54.7 4544.4 79.0 0.0038 69.0 7159.6 82.0 6438.0 80.0 0.24285714285714274 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 DRB1*04:05 15 AEVDKNLGTVYGLEK 4488.1 2387.0 SMMalign 59.0 48.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 119 5388.51 48.84 3599.5 74.0 0.0061 59.0 5376.7 76.0 2387.0 56.0 -0.2571428571428572 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 DRB1*04:05 15 EVDKNLGTVYGLEKP 4485.755 3016.0 SMMalign 66.97 62.0 SMMalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 120 12298.36 66.97 4234.81 78.0 0.0048 64.0 4736.7 73.0 3016.0 62.0 -0.3857142857142856 1.2857142857142858 True False True 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 DRB1*04:05 15 VDKNLGTVYGLEKPF 3139.5 2386.0 SMMalign 63.0 34.5 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 121 2428.05 34.5 3850.95 75.0 0.0051 63.0 4461.3 71.0 2386.0 56.0 -0.5857142857142857 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 DRB1*04:05 15 DKNLGTVYGLEKPFL 1669.46 1101.0 SMMalign 49.0 26.88 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 122 1454.82 26.88 2285.73 62.0 0.0042 67.0 1884.1 49.0 1101.0 35.0 0.14285714285714285 1.2857142857142858 False False False 0 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 DRB1*04:05 15 KNLGTVYGLEKPFLC 1054.8 437.35 MHCnuggetsII 36.0 13.41 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 123 437.35 13.41 1135.99 43.0 0.0074 56.0 1045.6 36.0 1064.0 34.0 0.557142857142857 1.2857142857142858 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 DRB1*04:05 15 NLGTVYGLEKPFLCG 1260.9 1217.48 NetMHCIIpan 40.0 25.27 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 124 1291.5 25.27 1217.48 45.0 0.0211 37.0 1230.3 40.0 1334.0 40.0 -0.04285714285714291 1.2857142857142858 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 DRB1*04:05 15 LGTVYGLEKPFLCGL 1268.65 880.12 NetMHCIIpan 37.0 31.52 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 125 2004.72 31.52 880.12 37.0 0.022 36.0 1260.3 40.0 1277.0 39.0 1.0 1.2857142857142858 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 DRB1*04:05 15 GTVYGLEKPFLCGLA 1229.315 872.42 NetMHCIIpan 36.0 23.21 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 126 1100.63 23.21 872.42 36.0 0.0287 32.0 1410.6 43.0 1358.0 40.0 1.8142857142857143 1.8142857142857143 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 DRB1*04:05 15 TVYGLEKPFLCGLAL 1938.145 941.24 NetMHCIIpan 50.0 30.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 127 1865.99 30.45 941.24 38.0 0.0101 50.0 2010.3 51.0 2884.0 61.0 2.585714285714286 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 DRB1*04:05 15 VYGLEKPFLCGLALD 2425.905 188.53 MHCnuggetsII 67.0 7.199999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 128 188.53 7.199999999999999 1178.81 44.0 0.003 73.0 3827.8 67.0 3673.0 67.0 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 DRB1*04:05 15 YGLEKPFLCGLALDL 680.81 225.21 MHCnuggetsII 28.0 8.309999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 129 225.21 8.309999999999999 621.62 28.0 0.0015 84.0 2613.0 57.0 740.0 26.0 1.6857142857142857 2.585714285714286 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 362 DRB1*04:05 15 SNSNKENMATLFTIC 2941.595 991.13 MHCnuggetsII 67.0 21.93 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 130 991.13 21.93 2752.79 67.0 0.0005 95.0 3130.4 62.0 3931.0 69.0 2.0 2.0 False True False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 363 DRB1*04:05 15 NSNKENMATLFTICV 1283.57 711.68 NetMHCIIpan 42.0 23.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 131 1122.14 23.45 711.68 32.0 0.0014 85.0 1917.7 50.0 1445.0 42.0 2.3428571428571425 2.3428571428571425 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 364 DRB1*04:05 15 SNKENMATLFTICVW 1401.615 612.01 NetMHCIIpan 42.0 25.72 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 132 1335.23 25.72 612.01 28.0 0.0022 79.0 1710.1 47.0 1468.0 42.0 2.314285714285714 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 365 DRB1*04:05 15 NKENMATLFTICVWT 1191.99 542.83 NetMHCIIpan 46.0 18.32 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 133 721.98 18.32 542.83 25.0 0.0034 71.0 1992.6 51.0 1662.0 46.0 1.6714285714285715 2.3428571428571425 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 366 DRB1*04:05 15 KENMATLFTICVWTG 826.47 505.99 NetMHCIIpan 32.0 17.380000000000003 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 134 660.94 17.380000000000003 505.99 24.0 0.0047 65.0 2474.2 56.0 992.0 32.0 1.2142857142857142 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 DRB1*04:05 15 ENMATLFTICVWTGE 1153.2 677.39 NetMHCIIpan 39.66 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 135 3311.03 39.66 677.39 30.0 0.0019 81.0 1403.4 43.0 903.0 30.0 0.8142857142857142 2.3428571428571425 True False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 DRB1*04:05 15 NMATLFTICVWTGET 1165.65 740.8 NetMHCIIpan 39.0 33.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 136 3511.36 40.71 740.8 33.0 0.0027 75.0 1193.3 39.0 1138.0 36.0 0.07142857142857133 2.3428571428571425 False False False 1 True 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 DRB1*04:05 15 MATLFTICVWTGETI 1164.85 701.3 NetMHCIIpan 39.35 31.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 137 3249.88 39.35 701.3 31.0 0.0022 79.0 1251.7 40.0 1078.0 34.0 0.35714285714285726 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 DRB1*04:05 15 ATLFTICVWTGETIP 1165.5 665.08 NetMHCIIpan 38.0 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 138 9106.08 59.92 665.08 30.0 0.0035 70.0 1137.0 38.0 1194.0 37.0 -0.4714285714285715 2.3428571428571425 False False True 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 DRB1*04:05 15 TLFTICVWTGETIPV 1350.58 737.85 NetMHCIIpan 34.0 29.57 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 139 1759.06 29.57 737.85 33.0 0.0028 74.0 942.1 34.0 2051.0 52.0 0.2571428571428572 2.3428571428571425 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 DRB1*04:05 15 LFTICVWTGETIPVR 715.145 636.52 MHCnuggetsII 32.0 17.0 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 140 636.52 17.0 720.59 32.0 0.0052 63.0 709.7 29.0 2665.0 59.0 -0.28571428571428564 2.314285714285714 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 DRB1*04:05 15 FTICVWTGETIPVRT 1932.3 838.3 NNalign 37.76 32.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 141 2961.16 37.76 903.44 37.0 0.0068 57.0 838.3 32.0 3867.0 69.0 -0.32857142857142857 1.6714285714285715 False False False 1 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 DRB1*04:05 15 TICVWTGETIPVRTC 1472.875 1343.51 MHCnuggetsII 49.0 25.8 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 142 1343.51 25.8 1432.95 49.0 0.0025 76.0 1512.8 45.0 4898.0 74.0 0.5285714285714286 1.2142857142857142 False True False 2 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 DRB1*04:05 15 ICVWTGETIPVRTCF 3503.705 1616.1 NNalign 57.0 46.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 143 5154.93 47.96 1900.41 57.0 0.0015 84.0 1616.1 46.0 5107.0 75.0 1.0285714285714285 1.0285714285714285 False False False 2 False 0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 DRB1*04:05 15 CVWTGETIPVRTCFG 4568.22 2067.6 NNalign 69.0 51.38 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 144 6116.42 51.38 3020.02 69.0 0.001 89.0 2067.6 52.0 8297.0 85.0 0.3285714285714286 1.0285714285714285 True False False 2 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 684 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 -0.7428571428571429 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 240 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 -0.7428571428571429 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 315 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 -0.7428571428571429 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 685 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 0.29999999999999993 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 241 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 0.29999999999999993 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 316 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 0.29999999999999993 1.657142857142857 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 686 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 -0.8571428571428571 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 242 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 -0.8571428571428571 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 317 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 -0.8571428571428571 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 687 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 0.0428571428571428 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 243 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 0.0428571428571428 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 318 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 0.0428571428571428 1.0285714285714287 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 688 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 244 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 319 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 0.7428571428571429 0.7428571428571429 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 1.4000000000000001 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 1.042857142857143 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 0.2857142857142856 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 -0.34285714285714286 1.4000000000000001 False False True 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 0.7571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 0.7571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 0.7571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 -0.0571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 -0.0571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 -0.0571428571428572 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 -0.057142857142857065 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 -0.057142857142857065 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 -0.057142857142857065 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 0.04285714285714283 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 0.04285714285714283 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 0.04285714285714283 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 -0.14285714285714274 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 -0.14285714285714274 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 -0.14285714285714274 1.4000000000000001 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 733 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 289 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 364 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 1.3714285714285712 1.3714285714285712 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 734 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 290 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 365 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 2.1285714285714286 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 735 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 291 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 366 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 1.6857142857142857 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 736 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 292 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 367 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 1.3142857142857143 2.1285714285714286 False False False 0 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 737 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 293 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 368 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 1.1285714285714286 2.1285714285714286 False True False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 0.7428571428571429 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 0.7428571428571429 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 0.7428571428571429 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 1.8428571428571427 2.1285714285714286 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 1.8428571428571427 2.1285714285714286 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 1.8428571428571427 2.1285714285714286 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 1.7857142857142858 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 1.7857142857142858 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 1.7857142857142858 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 0.9571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 0.9571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 0.9571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 1.3571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 1.3571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 1.3571428571428572 2.1285714285714286 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 1.3714285714285717 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 1.3714285714285717 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 1.3714285714285717 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 1.657142857142857 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 1.657142857142857 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 1.657142857142857 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 1.2857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 1.2857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 1.2857142857142858 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 0.6285714285714284 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 0.6285714285714284 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 0.6285714285714284 1.8428571428571427 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 -0.4142857142857143 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 -0.4142857142857143 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 -0.4142857142857143 1.8428571428571427 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 -0.8714285714285713 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 -0.8714285714285713 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 -0.8714285714285713 1.7857142857142858 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 -1.4142857142857144 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 -1.4142857142857144 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 -1.4142857142857144 1.657142857142857 True False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 -0.7714285714285714 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 -0.7714285714285714 1.657142857142857 False False False 1 False 0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 -0.7714285714285714 1.657142857142857 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 177 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 177 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 178 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 179 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 179 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 180 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 180 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 181 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 0.42857142857142855 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 181 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 0.42857142857142855 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 182 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 -0.27142857142857146 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 182 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 -0.27142857142857146 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 183 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 -0.21428571428571427 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 183 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 -0.21428571428571427 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 184 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 -0.9285714285714286 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 184 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 -0.9285714285714286 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 185 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 185 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 186 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 186 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 188 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 188 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 190 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 -0.6 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 190 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 -0.6 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 191 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 -0.6571428571428571 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 191 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 -0.6571428571428571 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 192 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 192 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 193 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 -2.585714285714286 0.6000000000000002 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 193 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 -2.585714285714286 0.6000000000000002 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 194 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 -1.7714285714285711 0.5571428571428572 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 194 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 -1.7714285714285711 0.5571428571428572 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 195 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 -1.4 -0.21428571428571422 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 195 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 -1.4 -0.21428571428571422 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 196 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 196 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 197 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 197 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 198 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 198 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 199 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 199 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 200 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 200 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 -2.242857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 -2.485714285714286 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 -0.1142857142857144 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 -0.557142857142857 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 -1.8 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 -1.8142857142857145 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 -2.514285714285714 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 -1.3571428571428572 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 -1.5 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 -1.7714285714285718 0.15714285714285708 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 -1.7714285714285716 0.15714285714285703 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 -1.5 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 -2.2 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 0.6428571428571429 0.6428571428571429 False False False 1 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 0.15714285714285703 0.4428571428571428 True False True 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 -0.6571428571428571 0.4428571428571428 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 -0.8714285714285716 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 -0.8714285714285716 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 -0.8714285714285716 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 -0.8714285714285716 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 371 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 27 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 -0.8142857142857143 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 223 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 27 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 -0.8142857142857143 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 372 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 28 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 -0.8571428571428571 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 224 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 28 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 -0.8571428571428571 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 373 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 29 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 -0.5 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 225 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 29 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 -0.5 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 374 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 30 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 -1.2571428571428573 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 226 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 30 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 -1.2571428571428573 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 31 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 -0.5 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 31 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 -0.5 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 32 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 0.014285714285714235 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 32 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 0.014285714285714235 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 33 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 33 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 34 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 34 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 35 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 35 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 -0.5285714285714286 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 36 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 36 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 37 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 37 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 -1.2857142857142858 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 38 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 -1.2714285714285716 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 38 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 -1.2714285714285716 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 39 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 -1.7285714285714289 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 39 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 -1.7285714285714289 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 40 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 -0.8285714285714285 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 40 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 -0.8285714285714285 0.014285714285714235 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 41 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 41 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 0.2714285714285714 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 42 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 -0.48571428571428577 0.2714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 42 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 -0.48571428571428577 0.2714285714285714 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 43 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 43 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 44 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 -0.6285714285714287 0.2714285714285714 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 44 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 -0.6285714285714287 0.2714285714285714 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 45 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 -0.9571428571428573 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 45 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 -0.9571428571428573 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 46 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 -0.5000000000000001 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 46 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 -0.5000000000000001 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 47 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 -0.8142857142857143 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 47 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 -0.8142857142857143 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 48 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 -1.1000000000000003 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 48 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 -1.1000000000000003 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 49 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 -1.1 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 49 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 -1.1 0.2714285714285714 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 50 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 -1.1 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 50 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 -1.1 -0.48571428571428577 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 51 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 -0.42857142857142866 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 51 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 -0.42857142857142866 1.5428571428571427 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 371 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 52 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 -1.4714285714285715 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 223 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 52 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 -1.4714285714285715 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 372 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 53 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 -0.7571428571428571 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 224 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 53 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 -0.7571428571428571 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 373 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 54 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 -1.1571428571428573 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 225 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 54 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 -1.1571428571428573 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 374 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 55 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 -1.9714285714285713 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 226 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 55 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 -1.9714285714285713 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 56 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 -1.5285714285714287 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 56 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 -1.5285714285714287 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 57 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 -1.542857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 57 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 -1.542857142857143 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 58 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 -1.7142857142857142 -0.10000000000000012 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 58 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 -1.7142857142857142 -0.10000000000000012 False False True 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 59 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 -0.8142857142857143 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 59 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 -0.8142857142857143 -0.42857142857142866 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 60 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 60 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 61 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 61 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 0.6142857142857141 0.6142857142857141 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 62 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 62 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 1.7142857142857142 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 63 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 63 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 1.3142857142857143 1.7142857142857142 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 64 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 64 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 2.085714285714286 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 65 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 65 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 1.757142857142857 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 66 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 1.2571428571428576 2.085714285714286 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 66 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 1.2571428571428576 2.085714285714286 False False False 0 True 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 67 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 67 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 1.1571428571428568 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 68 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 -0.0285714285714286 2.085714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 68 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 -0.0285714285714286 2.085714285714286 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 69 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 0.07142857142857142 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 69 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 0.07142857142857142 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 70 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 -0.11428571428571425 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 70 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 -0.11428571428571425 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 71 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 -0.8571428571428571 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 71 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 -0.8571428571428571 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 72 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 -0.48571428571428577 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 72 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 -0.48571428571428577 2.085714285714286 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 73 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 0.014285714285714235 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 73 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 0.014285714285714235 1.757142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 74 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 -0.6285714285714287 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 74 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 -0.6285714285714287 1.2571428571428576 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 75 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 0.2857142857142857 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 75 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 0.2857142857142857 1.1571428571428568 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 76 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 76 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 77 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 77 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 -0.3285714285714286 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 78 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 78 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 -0.28571428571428575 0.2857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 79 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 79 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 0.4428571428571427 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 80 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 80 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 0.3000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 81 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 81 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 0.34285714285714286 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 82 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 82 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 83 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 83 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 -0.5714285714285714 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 84 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 -0.2 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 84 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 -0.2 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 85 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 0.39999999999999986 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 85 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 0.39999999999999986 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 86 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 -0.6428571428571429 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 86 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 -0.6428571428571429 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 87 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 -1.4000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 87 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 -1.4000000000000001 0.4428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 88 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 88 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 -1.842857142857143 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 89 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 -1.7 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 89 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 -1.7 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 90 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 -0.6 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 90 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 -0.6 0.39999999999999986 True False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 91 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 -0.5999999999999999 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 91 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 -0.5999999999999999 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 92 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 -0.7428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 92 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 -0.7428571428571429 0.39999999999999986 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 371 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 93 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 -0.7714285714285715 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 223 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 93 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 -0.7714285714285715 1.5428571428571427 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 372 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 94 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 0.08571428571428566 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 224 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 94 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 0.08571428571428566 1.4857142857142855 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 373 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 95 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 -3.172065784643304e-17 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 225 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 95 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 -3.172065784643304e-17 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 374 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 96 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 -0.35714285714285715 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 226 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 96 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 -0.35714285714285715 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 97 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 0.5428571428571428 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 97 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 0.5428571428571428 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 98 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 0.5428571428571428 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 98 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 0.5428571428571428 0.557142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 99 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 99 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 0.4857142857142857 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 100 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 100 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 -0.6571428571428571 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 101 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 101 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 -0.4571428571428572 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 102 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 -0.3714285714285715 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 102 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 -0.3714285714285715 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 103 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 0.2714285714285714 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 103 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 0.2714285714285714 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 104 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 0.27142857142857146 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 104 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 0.27142857142857146 0.5428571428571428 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 105 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 105 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 0.9285714285714285 0.9285714285714285 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 106 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 106 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 1.8857142857142857 1.8857142857142857 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 107 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 107 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 2.9285714285714284 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 108 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 108 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 2.585714285714286 2.9285714285714284 False False False 0 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 109 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 109 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 3.042857142857143 3.042857142857143 False True False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 110 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 110 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 2.0 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 111 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 111 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 1.3714285714285714 3.042857142857143 False False True 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 112 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 112 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 0.3285714285714287 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 113 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 -0.5714285714285714 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 113 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 -0.5714285714285714 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 114 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 -1.6714285714285715 3.042857142857143 True False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 114 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 -1.6714285714285715 3.042857142857143 True False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 115 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 -2.5714285714285716 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 115 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 -2.5714285714285716 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 116 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 -2.3857142857142857 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 116 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 -2.3857142857142857 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 117 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 -2.5285714285714285 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 117 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 -2.5285714285714285 3.042857142857143 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 118 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 -2.8000000000000003 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 118 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 -2.8000000000000003 2.0 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 119 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 -1.6571428571428573 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 119 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 -1.6571428571428573 1.3714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 120 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 -1.7142857142857146 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 120 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 -1.7142857142857146 0.3285714285714287 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 121 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 -1.657142857142857 -0.5714285714285714 False False False 1 False 0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 121 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 -1.657142857142857 -0.5714285714285714 False False False 1 False 0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..197633dad --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,9 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key MHCnuggetsII IC50 Score MHCnuggetsII Percentile NetMHCIIpan IC50 Score NetMHCIIpan Percentile NetMHCIIpanEL Score NetMHCIIpanEL Percentile NNalign IC50 Score NNalign Percentile SMMalign IC50 Score SMMalign Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 -1.842857142857143 0.4428571428571428 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..dfde5e834 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,2054 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key MHCnuggetsII IC50 Score MHCnuggetsII Percentile NetMHCIIpan IC50 Score NetMHCIIpan Percentile NetMHCIIpanEL Score NetMHCIIpanEL Percentile NNalign IC50 Score NNalign Percentile SMMalign IC50 Score SMMalign Percentile +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 14 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 15 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 28 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 29 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 51 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 51 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 52 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 52 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 53 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 53 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 54 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 54 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 55 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 55 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 56 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 56 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 57 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 57 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 58 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 58 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 59 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 59 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 60 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 60 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 123 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 124 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 125 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 126 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 127 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 128 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 129 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 130 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 131 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 132 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 133 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 134 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 135 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 136 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 137 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 138 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 139 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 140 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 141 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 142 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 143 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 144 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 145 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 146 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 147 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 147 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 148 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 148 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 149 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 149 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 150 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 150 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 151 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 151 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 152 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 152 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 153 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 153 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 785 DRB1*04:05 15 APPRPKPPSGKSTPF 32582.035 28557.76 MHCnuggetsII 100.0 88.94 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 154 28557.76 88.94 30834.97 100.0 0.0001 100.0 34329.1 100.0 36603.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 786 DRB1*04:05 15 PPRPKPPSGKSTPFG 30772.005 25376.98 MHCnuggetsII 100.0 85.66 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 155 25376.98 85.66 30121.71 100.0 0.0001 100.0 31422.3 100.0 34266.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 787 DRB1*04:05 15 PRPKPPSGKSTPFGN 23734.92 20802.36 MHCnuggetsII 96.0 80.28999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 156 20802.36 80.28999999999999 25666.84 100.0 0.0007 93.0 27160.0 100.0 21803.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 788 DRB1*04:05 15 RPKPPSGKSTPFGNE 20793.55 19184.0 SMMalign 95.0 79.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 157 20855.24 80.36 20731.86 100.0 0.0021 79.0 20906.9 99.0 19184.0 95.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 789 DRB1*04:05 15 PKPPSGKSTPFGNEE 17605.945 16865.9 NNalign 94.0 70.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 158 17235.89 75.35 19617.15 99.0 0.0036 70.0 16865.9 97.0 17976.0 94.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 DRB1*04:05 15 KPPSGKSTPFGNEEQ 16906.57 14344.65 NetMHCIIpan 96.0 77.22 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 159 18524.44 77.22 14344.65 97.0 0.0017 83.0 15288.7 96.0 22036.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 DRB1*04:05 15 PPSGKSTPFGNEEQQ 17489.94 12516.1 NetMHCIIpan 96.0 66.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 160 19758.98 78.92 12516.1 96.0 0.0043 66.0 15220.9 96.0 22709.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 DRB1*04:05 15 PSGKSTPFGNEEQQL 12303.725 5247.19 MHCnuggetsII 94.0 48.31 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 161 5247.19 48.31 10242.95 94.0 0.0053 62.0 14364.5 95.0 28877.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 DRB1*04:05 15 SGKSTPFGNEEQQLA 6186.01 5402.72 NetMHCIIpan 81.0 47.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 162 5778.02 50.23 5402.72 83.0 0.0114 47.0 10144.7 89.0 6594.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 DRB1*04:05 15 GKSTPFGNEEQQLAW 6440.965 4467.95 NetMHCIIpan 79.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 163 6117.93 51.39 4467.95 79.0 0.0202 38.0 8484.4 86.0 6764.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 DRB1*04:05 15 KSTPFGNEEQQLAWA 5252.645 2732.16 MHCnuggetsII 75.0 25.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 164 2732.16 36.43 3729.29 75.0 0.0467 25.0 8854.2 87.0 6776.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 DRB1*04:05 15 STPFGNEEQQLAWAK 5645.92 3140.62 NetMHCIIpan 70.0 18.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 165 4649.84 45.95 3140.62 70.0 0.0824 18.0 8765.0 87.0 6642.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 DRB1*04:05 15 TPFGNEEQQLAWAKR 5853.685 3612.53 NetMHCIIpan 74.0 39.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 166 5578.37 49.53 3612.53 74.0 0.0188 39.0 9218.3 88.0 6129.0 79.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 DRB1*04:05 15 PFGNEEQQLAWAKRE 8248.125 4341.33 NetMHCIIpan 78.0 56.88999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 167 7934.55 56.88999999999999 4341.33 78.0 0.003 73.0 8561.7 86.0 11447.0 90.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 780 DRB1*04:05 15 PPKKPAPPRPKPPSV 30049.35 26539.2 NNalign 99.0 93.41 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 168 33403.42 93.41 26695.28 100.0 0.0002 98.0 26539.2 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 781 DRB1*04:05 15 PKKPAPPRPKPPSVW 27220.365 13725.81 MHCnuggetsII 100.0 69.64 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 169 13725.81 69.64 24449.73 100.0 0.0001 100.0 29991.0 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 782 DRB1*04:05 15 KKPAPPRPKPPSVWQ 27325.42 24473.82 NetMHCIIpan 100.0 85.13 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 170 24893.24 85.13 24473.82 100.0 0.0001 100.0 29757.6 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 736 DRB1*04:05 15 NSAEGFADFSQMSKF 2654.0 1075.12 MHCnuggetsII 62.0 22.92 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 171 1075.12 22.92 2471.0 64.0 0.0038 69.0 3137.1 62.0 2837.0 61.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 737 DRB1*04:05 15 SAEGFADFSQMSKFG 2786.425 1100.65 MHCnuggetsII 67.0 23.21 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 172 1100.65 23.21 2744.85 67.0 0.004 68.0 3913.5 68.0 2828.0 60.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 738 DRB1*04:05 15 AEGFADFSQMSKFGN 1452.48 800.0 SMMalign 51.0 25.86 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 173 1349.92 25.86 1555.04 51.0 0.0047 65.0 3434.1 64.0 800.0 28.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 739 DRB1*04:05 15 EGFADFSQMSKFGNE 1697.645 801.0 SMMalign 50.0 28.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 174 1762.54 29.61 1632.75 53.0 0.01 50.0 2364.1 55.0 801.0 28.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 740 DRB1*04:05 15 GFADFSQMSKFGNEE 1665.93 879.0 SMMalign 32.0 30.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 175 2042.0 31.8 1835.76 56.0 0.0282 32.0 1496.1 44.0 879.0 30.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 DRB1*04:05 15 FADFSQMSKFGNEEQ 1221.905 867.0 SMMalign 37.0 26.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 176 3872.56 42.49 1359.71 48.0 0.0419 26.0 1084.1 37.0 867.0 29.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 DRB1*04:05 15 ADFSQMSKFGNEEQQ 1182.635 877.0 SMMalign 34.0 23.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 177 2385.65 34.23 1452.07 50.0 0.0529 23.0 913.2 34.0 877.0 30.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 DRB1*04:05 15 DFSQMSKFGNEEQQL 1108.365 502.23 MHCnuggetsII 37.0 14.67 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 178 502.23 14.67 1129.43 43.0 0.0544 23.0 1087.3 37.0 2081.0 52.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 DRB1*04:05 15 FSQMSKFGNEEQQLA 1120.835 802.99 MHCnuggetsII 38.0 19.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 179 802.99 19.47 939.57 38.0 0.0747 19.0 1302.1 41.0 1844.0 49.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 DRB1*04:05 15 SQMSKFGNEEQQLAW 2446.2 1345.65 NetMHCIIpan 46.0 27.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 180 4306.36 44.46 1345.65 47.0 0.0386 27.0 1590.4 46.0 3302.0 65.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 DRB1*04:05 15 QMSKFGNEEQQLAWA 4531.25 1486.09 NetMHCIIpan 50.0 29.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 181 5626.15 49.71 1486.09 50.0 0.035 29.0 3939.5 68.0 5123.0 75.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 DRB1*04:05 15 MSKFGNEEQQLAWAK 4616.005 1838.72 NetMHCIIpan 56.0 20.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 182 4146.01 43.75 1838.72 56.0 0.0649 20.0 7950.6 85.0 5086.0 75.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 DRB1*04:05 15 SKFGNEEQQLAWAKR 5439.435 2632.8 NetMHCIIpan 66.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 183 4881.87 46.88 2632.8 66.0 0.0203 38.0 8321.1 86.0 5997.0 79.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 DRB1*04:05 15 KFGNEEQQLAWAKRE 8204.72 3279.74 NetMHCIIpan 73.0 56.3 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 184 7715.24 56.3 3279.74 72.0 0.003 73.0 8694.2 87.0 11348.0 90.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 185 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 186 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 187 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 188 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 189 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 190 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 191 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 192 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 193 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 194 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 195 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 196 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 197 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 198 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 199 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 200 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 1 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 2 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 3 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 4 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 5 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 6 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 7 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 8 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 9 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 10 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 11 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 12 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 13 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 14 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 15 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 16 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 17 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 18 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 19 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 20 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 21 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 22 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 23 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 24 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 25 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 26 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 27 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 28 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 29 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 30 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 31 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 32 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 33 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 34 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 35 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 36 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 37 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 38 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 39 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 40 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 41 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 42 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 43 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 448 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 480 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 449 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 481 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 450 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 482 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 451 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 483 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 452 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 484 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 68 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 68 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 69 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 69 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 70 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 70 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 71 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 71 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 72 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 72 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 73 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 73 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 74 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 74 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 75 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 75 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 76 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 76 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 77 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 77 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 78 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 78 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 79 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 79 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 80 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 80 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 81 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 81 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 82 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 82 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 83 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 83 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 84 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 84 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 85 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 85 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 86 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 86 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 87 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 87 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 88 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 88 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 89 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 89 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 90 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 90 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 91 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 91 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 92 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 92 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 93 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 93 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 94 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 94 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 95 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 95 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 96 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 96 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 97 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 97 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 98 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 98 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 99 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 99 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 100 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 100 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 101 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 101 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 102 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 102 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 103 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 103 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 104 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 104 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 105 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 105 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 106 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 106 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 107 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 107 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 412 DRB1*04:05 15 KQLVLRQSIVGAEVD 298.575 120.63 MHCnuggetsII 15.0 4.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 108 120.63 4.84 315.25 15.0 0.1142 14.0 281.9 15.0 850.0 29.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 413 DRB1*04:05 15 QLVLRQSIVGAEVDK 406.185 84.67 MHCnuggetsII 17.0 3.43 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 109 84.67 3.43 343.97 17.0 0.1831 9.4 468.4 22.0 878.0 30.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 414 DRB1*04:05 15 LVLRQSIVGAEVDKN 565.505 255.68 MHCnuggetsII 24.0 9.17 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 110 255.68 9.17 516.61 24.0 0.0663 20.0 614.4 27.0 826.0 28.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 415 DRB1*04:05 15 VLRQSIVGAEVDKNL 743.39 617.1 NNalign 27.0 15.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 111 629.07 16.88 857.71 36.0 0.1016 15.0 617.1 27.0 1224.0 38.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 416 DRB1*04:05 15 LRQSIVGAEVDKNLG 1805.32 944.8 NNalign 34.0 9.5 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 112 2217.82 33.08 1537.64 51.0 0.1787 9.5 944.8 34.0 2073.0 52.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 DRB1*04:05 15 RQSIVGAEVDKNLGT 1709.62 1471.6 NNalign 44.0 8.6 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 113 1588.08 28.1 1831.16 56.0 0.2045 8.6 1471.6 44.0 2561.0 58.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 DRB1*04:05 15 QSIVGAEVDKNLGTV 3280.29 2449.1 NNalign 63.15 21.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 114 10478.54 63.14999999999999 2880.58 68.0 0.0644 21.0 2449.1 56.0 3680.0 67.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 DRB1*04:05 15 SIVGAEVDKNLGTVY 4909.3 3509.16 NetMHCIIpan 73.0 52.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 115 14019.73 70.17 3509.16 73.0 0.0091 52.0 4826.6 73.0 4992.0 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 DRB1*04:05 15 IVGAEVDKNLGTVYG 6829.25 4958.0 SMMalign 75.0 58.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 116 13147.35 68.58 4960.1 81.0 0.0066 58.0 8698.4 87.0 4958.0 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 DRB1*04:05 15 VGAEVDKNLGTVYGL 6872.33 4897.07 NetMHCIIpan 80.0 55.48 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 117 7424.66 55.48 4897.07 81.0 0.003 73.0 10035.7 89.0 6320.0 80.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 DRB1*04:05 15 GAEVDKNLGTVYGLE 6798.8 4544.4 NetMHCIIpan 79.0 54.7 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 118 7160.76 54.7 4544.4 79.0 0.0038 69.0 7159.6 82.0 6438.0 80.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 DRB1*04:05 15 AEVDKNLGTVYGLEK 4488.1 2387.0 SMMalign 59.0 48.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 119 5388.51 48.84 3599.5 74.0 0.0061 59.0 5376.7 76.0 2387.0 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 DRB1*04:05 15 EVDKNLGTVYGLEKP 4485.755 3016.0 SMMalign 66.97 62.0 SMMalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 120 12298.36 66.97 4234.81 78.0 0.0048 64.0 4736.7 73.0 3016.0 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 DRB1*04:05 15 VDKNLGTVYGLEKPF 3139.5 2386.0 SMMalign 63.0 34.5 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 121 2428.05 34.5 3850.95 75.0 0.0051 63.0 4461.3 71.0 2386.0 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 DRB1*04:05 15 DKNLGTVYGLEKPFL 1669.46 1101.0 SMMalign 49.0 26.88 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 122 1454.82 26.88 2285.73 62.0 0.0042 67.0 1884.1 49.0 1101.0 35.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 DRB1*04:05 15 KNLGTVYGLEKPFLC 1054.8 437.35 MHCnuggetsII 36.0 13.41 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 123 437.35 13.41 1135.99 43.0 0.0074 56.0 1045.6 36.0 1064.0 34.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 DRB1*04:05 15 NLGTVYGLEKPFLCG 1260.9 1217.48 NetMHCIIpan 40.0 25.27 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 124 1291.5 25.27 1217.48 45.0 0.0211 37.0 1230.3 40.0 1334.0 40.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 DRB1*04:05 15 LGTVYGLEKPFLCGL 1268.65 880.12 NetMHCIIpan 37.0 31.52 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 125 2004.72 31.52 880.12 37.0 0.022 36.0 1260.3 40.0 1277.0 39.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 DRB1*04:05 15 GTVYGLEKPFLCGLA 1229.315 872.42 NetMHCIIpan 36.0 23.21 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 126 1100.63 23.21 872.42 36.0 0.0287 32.0 1410.6 43.0 1358.0 40.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 DRB1*04:05 15 TVYGLEKPFLCGLAL 1938.145 941.24 NetMHCIIpan 50.0 30.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 127 1865.99 30.45 941.24 38.0 0.0101 50.0 2010.3 51.0 2884.0 61.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 DRB1*04:05 15 VYGLEKPFLCGLALD 2425.905 188.53 MHCnuggetsII 67.0 7.199999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 128 188.53 7.199999999999999 1178.81 44.0 0.003 73.0 3827.8 67.0 3673.0 67.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 DRB1*04:05 15 YGLEKPFLCGLALDL 680.81 225.21 MHCnuggetsII 28.0 8.309999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 129 225.21 8.309999999999999 621.62 28.0 0.0015 84.0 2613.0 57.0 740.0 26.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 362 DRB1*04:05 15 SNSNKENMATLFTIC 2941.595 991.13 MHCnuggetsII 67.0 21.93 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 130 991.13 21.93 2752.79 67.0 0.0005 95.0 3130.4 62.0 3931.0 69.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 363 DRB1*04:05 15 NSNKENMATLFTICV 1283.57 711.68 NetMHCIIpan 42.0 23.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 131 1122.14 23.45 711.68 32.0 0.0014 85.0 1917.7 50.0 1445.0 42.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 364 DRB1*04:05 15 SNKENMATLFTICVW 1401.615 612.01 NetMHCIIpan 42.0 25.72 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 132 1335.23 25.72 612.01 28.0 0.0022 79.0 1710.1 47.0 1468.0 42.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 365 DRB1*04:05 15 NKENMATLFTICVWT 1191.99 542.83 NetMHCIIpan 46.0 18.32 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 133 721.98 18.32 542.83 25.0 0.0034 71.0 1992.6 51.0 1662.0 46.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 366 DRB1*04:05 15 KENMATLFTICVWTG 826.47 505.99 NetMHCIIpan 32.0 17.380000000000003 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 134 660.94 17.380000000000003 505.99 24.0 0.0047 65.0 2474.2 56.0 992.0 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 DRB1*04:05 15 ENMATLFTICVWTGE 1153.2 677.39 NetMHCIIpan 39.66 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 135 3311.03 39.66 677.39 30.0 0.0019 81.0 1403.4 43.0 903.0 30.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 DRB1*04:05 15 NMATLFTICVWTGET 1165.65 740.8 NetMHCIIpan 39.0 33.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 136 3511.36 40.71 740.8 33.0 0.0027 75.0 1193.3 39.0 1138.0 36.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 DRB1*04:05 15 MATLFTICVWTGETI 1164.85 701.3 NetMHCIIpan 39.35 31.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 137 3249.88 39.35 701.3 31.0 0.0022 79.0 1251.7 40.0 1078.0 34.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 DRB1*04:05 15 ATLFTICVWTGETIP 1165.5 665.08 NetMHCIIpan 38.0 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 138 9106.08 59.92 665.08 30.0 0.0035 70.0 1137.0 38.0 1194.0 37.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 DRB1*04:05 15 TLFTICVWTGETIPV 1350.58 737.85 NetMHCIIpan 34.0 29.57 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 139 1759.06 29.57 737.85 33.0 0.0028 74.0 942.1 34.0 2051.0 52.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 DRB1*04:05 15 LFTICVWTGETIPVR 715.145 636.52 MHCnuggetsII 32.0 17.0 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 140 636.52 17.0 720.59 32.0 0.0052 63.0 709.7 29.0 2665.0 59.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 DRB1*04:05 15 FTICVWTGETIPVRT 1932.3 838.3 NNalign 37.76 32.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 141 2961.16 37.76 903.44 37.0 0.0068 57.0 838.3 32.0 3867.0 69.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 DRB1*04:05 15 TICVWTGETIPVRTC 1472.875 1343.51 MHCnuggetsII 49.0 25.8 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 142 1343.51 25.8 1432.95 49.0 0.0025 76.0 1512.8 45.0 4898.0 74.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 DRB1*04:05 15 ICVWTGETIPVRTCF 3503.705 1616.1 NNalign 57.0 46.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 143 5154.93 47.96 1900.41 57.0 0.0015 84.0 1616.1 46.0 5107.0 75.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 DRB1*04:05 15 CVWTGETIPVRTCFG 4568.22 2067.6 NNalign 69.0 51.38 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 144 6116.42 51.38 3020.02 69.0 0.001 89.0 2067.6 52.0 8297.0 85.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 684 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 240 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 315 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 145 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 685 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 241 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 316 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 146 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 686 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 242 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 317 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 147 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 687 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 243 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 318 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 148 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 688 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 244 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 319 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 149 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 150 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 151 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 152 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 153 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 154 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 155 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 156 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 157 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 158 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 733 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 289 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 364 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 159 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 734 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 290 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 365 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 160 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 735 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 291 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 366 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 161 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 736 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 292 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 367 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 162 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 737 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 293 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 368 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 163 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 164 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 165 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 166 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 167 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 168 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 169 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 170 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 171 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 172 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 173 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 174 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 175 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 176 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 177 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 177 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 178 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 179 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 179 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 180 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 180 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 181 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 181 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 182 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 182 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 183 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 183 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 184 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 184 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 185 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 185 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 186 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 186 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 187 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 188 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 188 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 189 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 190 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 190 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 191 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 191 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 192 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 192 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 193 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 193 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 194 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 194 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 195 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 195 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 196 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 196 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 197 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 197 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 198 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 198 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 199 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 199 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 200 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 200 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 1 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 2 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 3 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 4 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 5 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 6 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 7 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 8 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 9 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 10 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 11 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 12 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 13 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 14 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 15 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 16 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 17 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 18 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 19 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 20 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 21 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 22 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 23 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 24 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 25 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 371 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 27 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 223 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 27 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 372 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 28 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 224 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 28 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 373 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 29 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 225 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 29 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 374 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 30 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 226 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 30 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 31 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 31 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 32 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 32 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 33 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 33 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 34 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 34 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 35 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 35 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 36 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 36 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 37 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 37 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 38 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 38 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 39 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 39 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 40 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 40 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 41 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 41 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 42 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 42 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 43 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 43 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 44 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 44 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 45 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 45 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 46 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 46 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 47 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 47 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 48 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 48 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 49 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 49 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 50 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 50 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 51 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 51 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 371 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 52 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 223 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 52 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 372 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 53 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 224 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 53 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 373 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 54 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 225 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 54 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 374 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 55 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 226 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 55 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 56 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 56 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 57 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 57 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 58 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 58 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 59 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 59 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 60 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 60 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 61 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 61 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 62 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 62 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 63 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 63 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 64 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 64 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 65 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 65 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 66 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 66 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 67 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 67 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 68 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 68 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 69 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 69 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 70 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 70 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 71 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 71 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 72 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 72 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 73 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 73 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 74 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 74 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 75 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 75 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 76 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 76 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 77 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 77 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 78 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 78 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 79 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 79 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 80 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 80 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 81 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 81 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 82 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 82 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 83 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 83 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 84 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 84 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 85 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 85 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 86 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 86 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 87 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 87 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 88 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 88 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 89 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 89 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 90 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 90 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 91 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 91 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 92 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 92 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 371 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 93 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 223 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 93 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 372 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 94 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 224 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 94 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 373 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 95 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 225 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 95 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 374 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 96 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 226 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 96 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 97 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 97 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 98 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 98 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 99 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 99 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 100 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 100 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 101 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 101 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 102 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 102 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 103 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 103 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 104 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 104 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 105 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 105 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 106 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 106 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 107 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 107 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 108 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 108 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 109 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 109 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 110 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 110 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 111 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 111 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 112 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 112 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 113 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 113 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 114 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 114 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 115 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 115 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 116 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 116 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 117 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 117 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 118 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 118 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 119 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 119 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 120 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 120 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 121 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 121 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 diff --git a/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/log/inputs.yml b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/log/inputs.yml new file mode 100644 index 000000000..3b4bfa2af --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/MHC_Class_II/MHC_Class_II_15/log/inputs.yml @@ -0,0 +1,74 @@ +additional_report_columns: null +aggregate_inclusion_binding_threshold: 5000 +allele_specific_binding_thresholds: false +alleles: &id001 +- DRB1*04:05 +anchor_types: +- A +- D +- NDA +annotated_vcf: pvacsplice_example_data/annotated.expression.vcf.gz +binding_threshold: 500 +biotypes: +- protein_coding +blastp_db: refseq_select_prot +blastp_path: null +class_i_epitope_length: +- 8 +- 9 +- 10 +class_i_hla: +- HLA-A*29:02 +- HLA-B*45:01 +class_ii_epitope_length: +- 15 +class_ii_hla: *id001 +epitope_lengths: 15 +exclude_NAs: false +expn_val: 1.0 +fasta_size: 200 +flurry_state: null +gtf_file: pvacsplice_example_data/Homo_sapiens.GRCh38.105.chr.gtf.gz +iedb_executable: null +iedb_retries: 5 +input_file: /Users/ssiebert/Documents/Work/pVACtools/pvacsplice_example_data/results/tmp/HCC1395_TUMOR_DNA.15.fa +input_file_type: junctions +junction_score: 10 +junctions_dir: /Users/ssiebert/Documents/Work/pVACtools/pvacsplice_example_data/results +keep_tmp_files: false +maximum_transcript_support_level: 1 +n_threads: 1 +net_chop_method: null +net_chop_threshold: 0.5 +netmhc_stab: false +normal_cov: 5 +normal_sample_name: HCC1395_NORMAL_DNA +normal_vaf: 0.02 +output_dir: /Users/ssiebert/Documents/Work/pVACtools/pvacsplice_example_data/results/MHC_Class_II/MHC_Class_II_15 +pass_only: false +peptide_fasta: null +percentile_threshold: null +prediction_algorithms: +- MHCnuggetsII +- NNalign +- NetMHCIIpan +- NetMHCIIpanEL +- SMMalign +problematic_amino_acids: null +proximal_variants_file: null +pvactools_version: 4.1.1 +ref_fasta: pvacsplice_example_data/ref_genome.fa +run_post_processor: true +run_reference_proteome_similarity: false +sample_name: HCC1395_TUMOR_DNA +save_gtf: false +species: human +starfusion_file: null +tdna_cov: 10 +tdna_vaf: 0.25 +tmp_dir: /Users/ssiebert/Documents/Work/pVACtools/pvacsplice_example_data/results/MHC_Class_II/MHC_Class_II_15/tmp +top_score_metric: median +trna_cov: 10 +trna_vaf: 0.25 +tumor_purity: null +variant_distance: 100 diff --git a/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..0ce6ca935 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,116 @@ +ID DRB1*04:05 A*29:02 B*45:01 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Evaluation +LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000350669.5 JUNC00000053 NA HMMFNLSHY 1 HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Pass Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 11 11 DBN1 ENST00000292385.9 JUNC00000178 NA SESEVEAAA 1 HLA-B*45:01 274 None 22 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Pass Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 11 11 DBN1 ENST00000309007.9 JUNC00000178 NA SESEVEAAA 1 HLA-B*45:01 272 None 22 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Pass Pending +LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000350669.5 JUNC00000046 NA EEESLADELA 1 HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Pass Pending +SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 14 2 SEC24D ENST00000280551.11 JUNC00000153 Q TSTAFKAVLHQPLKV 1 DRB1*04:05 695 None 16 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 14 2 SEC24D ENST00000511481.5 JUNC00000153 Q TSTAFKAVLHQPLKV 1 DRB1*04:05 326 None 16 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 18 3 3 SEC24D ENST00000280551.11 JUNC00000155 Q VIESCAVLY 1 HLA-A*29:02 747 None 24 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Pass Pending +SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 18 3 3 SEC24D ENST00000511481.5 JUNC00000155 Q VIESCAVLY 1 HLA-A*29:02 378 None 24 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Pass Pending +UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000397514.8 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000402301.5 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000567074.6 JUNC00000100 NA DKDWRPAITIKQEYR 1 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Pass Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 12 TIPRL ENST00000367830.3 JUNC00000028 E/V SKTHIMKSADVVKQR 1 DRB1*04:05 23 None 12 442.135 20.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 12 TIPRL ENST00000367833.7 JUNC00000028 E/V SKTHIMKSADVVKQR 1 DRB1*04:05 23 None 12 442.135 20.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 2 12 DBN1 ENST00000292385.9 JUNC00000177 NA KESHRPLRAA 1 HLA-B*45:01 298 None 66 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Pass Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 2 12 DBN1 ENST00000309007.9 JUNC00000177 NA KESHRPLRAA 1 HLA-B*45:01 296 None 66 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Pass Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367830.3 JUNC00000027 E/V ASKTHIMKSADVVNR 1 DRB1*04:05 22 None 2 485.250 21.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367833.7 JUNC00000027 E/V ASKTHIMKSADVVNR 1 DRB1*04:05 22 None 2 485.250 21.000 55.746 0.332 18.508 927.000 0.273 Pass Pending +DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 11 11 DBN1 ENST00000292385.9 JUNC00000178 E/K SESEVEAAA 1 HLA-B*45:01 274 None 22 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 11 11 DBN1 ENST00000309007.9 JUNC00000178 E/K SESEVEAAA 1 HLA-B*45:01 272 None 22 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 2 12 DBN1 ENST00000292385.9 JUNC00000177 E/K KESHRPLRAA 1 HLA-B*45:01 298 None 66 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 2 12 DBN1 ENST00000309007.9 JUNC00000177 E/K KESHRPLRAA 1 HLA-B*45:01 296 None 66 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 LowExpr Pending +LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000396075.5 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000396076.5 JUNC00000053 NA HMMFNLSHY 5 HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000450584.5 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000539782.1 JUNC00000053 NA HMMFNLSHY 3 HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 14 6 LDHB ENST00000673047.2 JUNC00000053 NA HMMFNLSHY NA HLA-A*29:02 48 None 20 31.540 0.190 203.702 0.881 179.461 118.000 0.780 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 11 11 DBN1 ENST00000393565.6 JUNC00000178 NA SESEVEAAA 5 HLA-B*45:01 272 None 22 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 11 11 DBN1 ENST00000477391.6 JUNC00000178 NA SESEVEAAA 3 HLA-B*45:01 271 None 22 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 7 11 DBN1 ENST00000512501.1 JUNC00000178 NA SESEVEAAA 3 HLA-B*45:01 4 None 18 29.935 0.040 109.087 0.070 7.636 129.000 0.290 Poor Pending +LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000396075.5 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000396076.5 JUNC00000046 NA EEESLADELA 5 HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000450584.5 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000539782.1 JUNC00000046 NA EEESLADELA 3 HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 12 8 LDHB ENST00000673047.2 JUNC00000046 NA EEESLADELA NA HLA-B*45:01 14 None 20 136.611 0.320 203.702 0.881 179.461 118.000 0.780 Poor Pending +DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 11 11 DBN1 ENST00000393565.6 JUNC00000178 E/K SESEVEAAA 5 HLA-B*45:01 272 None 22 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 11 11 DBN1 ENST00000477391.6 JUNC00000178 E/K SESEVEAAA 3 HLA-B*45:01 271 None 22 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 7 11 DBN1 ENST00000512501.1 JUNC00000178 E/K SESEVEAAA 3 HLA-B*45:01 4 None 18 29.935 0.040 109.087 0.009 0.982 1076.000 0.285 Poor Pending +SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 14 2 SEC24D ENST00000419654.6 JUNC00000153 Q TSTAFKAVLHQPLKV 5 DRB1*04:05 251 None 16 71.040 3.720 67.286 0.120 8.074 575.000 0.205 Poor Pending +SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 18 3 3 SEC24D ENST00000419654.6 JUNC00000155 Q VIESCAVLY 5 HLA-A*29:02 303 None 24 92.091 0.310 67.286 0.120 8.074 575.000 0.205 Poor Pending +PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 19 3 5 PRDM4 ENST00000228437.10 JUNC00000069 NA KQLVLRQSIVGAEVD 2 DRB1*04:05 412 None 27 298.575 15.000 13.577 1.000 13.577 71.000 0.980 Poor Pending +UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000325437.9 JUNC00000100 NA DKDWRPAITIKQEYR 3 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000355803.8 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000397515.6 JUNC00000100 NA DKDWRPAITIKQEYR 3 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000403747.6 JUNC00000100 NA DKDWRPAITIKQEYR 5 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000406620.6 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000562470.3 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000566587.5 JUNC00000100 NA DKDWRPAITIKQEYR 2 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 5 2 UBE2I ENST00000567383.6 JUNC00000100 NA DKDWRPAITIKQEYR 4 DRB1*04:05 100 None 7 332.835 8.200 58.799 0.385 22.638 26.000 0.602 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 38 2 11 DBN1 ENST00000393565.6 JUNC00000177 NA KESHRPLRAA 5 HLA-B*45:01 296 None 51 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 31 2 11 DBN1 ENST00000477391.6 JUNC00000177 NA KESHRPLRAA 3 HLA-B*45:01 295 None 44 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 2 12 DBN1 ENST00000512501.1 JUNC00000177 NA KESHRPLRAA 3 HLA-B*45:01 28 None 61 311.785 0.570 109.087 0.070 7.636 129.000 0.290 Poor Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 7 TIPRL ENST00000367830.3 JUNC00000025 E/V SKTHIMKSADVVKVK 1 DRB1*04:05 23 None 7 512.505 23.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 7 TIPRL ENST00000367833.7 JUNC00000025 E/V SKTHIMKSADVVKVK 1 DRB1*04:05 23 None 7 512.505 23.000 55.746 0.332 18.508 927.000 0.273 Poor Pending +LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000350669.5 JUNC00000045 NA VSLADELALVDVLED 1 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000396075.5 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000396076.5 JUNC00000045 NA VSLADELALVDVLED 5 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000450584.5 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000539782.1 JUNC00000045 NA VSLADELALVDVLED 3 DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 12 LDHB ENST00000673047.2 JUNC00000045 NA VSLADELALVDVLED NA DRB1*04:05 26 None 12 670.720 23.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 1 15 PODXL ENST00000322985.9 JUNC00000200 Q/* SEMQEKKVV 1 HLA-B*45:01 487 None 56 256.275 0.410 0.630 0.455 0.287 11.000 0.124 Poor Pending +PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 1 15 PODXL ENST00000378555.8 JUNC00000200 Q/* SEMQEKKVV 1 HLA-B*45:01 519 None 56 256.275 0.410 0.630 0.455 0.287 11.000 0.124 Poor Pending +UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000325437.9 JUNC00000102 NA KDWRPAITIKQPKQS 3 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000355803.8 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000397514.8 JUNC00000102 NA KDWRPAITIKQPKQS 1 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000397515.6 JUNC00000102 NA KDWRPAITIKQPKQS 3 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000403747.6 JUNC00000102 NA KDWRPAITIKQPKQS 5 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000406620.6 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000562470.3 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000566587.5 JUNC00000102 NA KDWRPAITIKQPKQS 2 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000567074.6 JUNC00000102 NA KDWRPAITIKQPKQS 1 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 6 1 UBE2I ENST00000567383.6 JUNC00000102 NA KDWRPAITIKQPKQS 4 DRB1*04:05 101 None 7 544.490 13.000 58.799 0.385 22.638 26.000 0.602 Poor Pending +DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 38 2 11 DBN1 ENST00000393565.6 JUNC00000177 E/K KESHRPLRAA 5 HLA-B*45:01 296 None 51 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 31 2 11 DBN1 ENST00000477391.6 JUNC00000177 E/K KESHRPLRAA 3 HLA-B*45:01 295 None 44 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 2 12 DBN1 ENST00000512501.1 JUNC00000177 E/K KESHRPLRAA 3 HLA-B*45:01 28 None 61 311.785 0.570 109.087 0.009 0.982 1076.000 0.285 Poor Pending +LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000350669.5 JUNC00000044 NA QSLADELALVDVLED 1 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000396075.5 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000396076.5 JUNC00000044 NA QSLADELALVDVLED 5 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000450584.5 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000539782.1 JUNC00000044 NA QSLADELALVDVLED 3 DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 14 LDHB ENST00000673047.2 JUNC00000044 NA QSLADELALVDVLED NA DRB1*04:05 31 None 14 678.730 23.020 203.702 0.881 179.461 118.000 0.780 Poor Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 1 3 CCDC18 ENST00000343253.11 JUNC00000006 E EETIKVYCL 5 HLA-B*45:01 720 None 16 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 1 3 CCDC18 ENST00000370276.6 JUNC00000006 E EETIKVYCL 5 HLA-B*45:01 720 None 16 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 1 3 CCDC18 ENST00000401026.7 JUNC00000006 E EETIKVYCL 1 HLA-B*45:01 721 None 16 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 1 3 CCDC18 ENST00000690025.1 JUNC00000006 E EETIKVYCL NA HLA-B*45:01 721 None 16 520.055 1.400 18.750 0.300 5.625 20.000 0.628 Poor Pending +PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 15 PRDM4 ENST00000228437.10 JUNC00000071 NA LFTICVWTGETIPVR 2 DRB1*04:05 372 None 15 715.145 32.000 13.577 1.000 13.577 71.000 0.980 Poor Pending +LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000350669.5 JUNC00000043 NA NNKITVVGVGQVVSG 1 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000396075.5 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000396076.5 JUNC00000043 NA NNKITVVGVGQVVSG 5 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000450584.5 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000539782.1 JUNC00000043 NA NNKITVVGVGQVVSG 3 DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 3 LDHB ENST00000673047.2 JUNC00000043 NA NNKITVVGVGQVVSG NA DRB1*04:05 21 None 3 2464.130 45.000 203.702 0.881 179.461 118.000 0.780 Poor Pending +EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 12 1 EPS15L1 ENST00000455140.7 JUNC00000110 T DFSQMSKFGNEEQQL 2 DRB1*04:05 743 None 13 1108.365 37.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 4 1 CCDC18 ENST00000343253.11 JUNC00000011 E EKELKIKNHSLQETS 5 DRB1*04:05 763 None 5 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 4 1 CCDC18 ENST00000370276.6 JUNC00000011 E EKELKIKNHSLQETS 5 DRB1*04:05 763 None 5 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 4 1 CCDC18 ENST00000401026.7 JUNC00000011 E EKELKIKNHSLQETS 1 DRB1*04:05 764 None 5 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 4 1 CCDC18 ENST00000690025.1 JUNC00000011 E EKELKIKNHSLQETS NA DRB1*04:05 764 None 5 1786.600 36.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A EPS15L1 ENST00000455140.7 JUNC00000108 T KSTPFGNEEQQLAWA 2 DRB1*04:05 795 None 0 5252.645 75.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA EPS15L1 ENST00000455140.7 JUNC00000109 T PKKPAPPRPKPPSVW 2 DRB1*04:05 781 None 0 27220.365 100.000 21.206 0.311 6.595 90.000 0.199 Poor Pending +WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 6 2 WASHC5 ENST00000318410.12 JUNC00000207 NA TLRIRTYFTMQSGLA 1 DRB1*04:05 399 None 40 42.905 2.100 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 6 2 WASHC5 ENST00000517845.5 JUNC00000207 NA TLRIRTYFTMQSGLA 2 DRB1*04:05 251 None 40 42.905 2.100 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 19 2 WASHC5 ENST00000318410.12 JUNC00000205 NA AIRWLMLHTADSDVQ 1 DRB1*04:05 372 None 21 47.320 1.800 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 19 2 WASHC5 ENST00000517845.5 JUNC00000205 NA AIRWLMLHTADSDVQ 2 DRB1*04:05 224 None 21 47.320 1.800 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 10 1 WASHC5 ENST00000318410.12 JUNC00000210 NA AIRWLMLHTADSDIF 1 DRB1*04:05 372 None 39 47.575 1.900 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 10 1 WASHC5 ENST00000517845.5 JUNC00000210 NA AIRWLMLHTADSDIF 2 DRB1*04:05 224 None 39 47.575 1.900 65.088 0.000 0.000 25.000 0.062 NoExpr Pending +CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 1 CUL9 ENST00000252050.9 JUNC00000183 NA GCTLCRTSSPNLRRM 5 DRB1*04:05 429 None 17 928.575 37.000 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 1 CUL9 ENST00000372647.6 JUNC00000183 NA GCTLCRTSSPNLRRM 1 DRB1*04:05 429 None 17 928.575 37.000 16.683 0.000 0.000 6.000 0.252 NoExpr Pending +AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000264167.11 JUNC00000129 NA LGESFETSAPWDRSL 1 DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000637633.2 JUNC00000129 NA LGESFETSAPWDRSL 5 DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000642466.2 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679459.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679478.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000679994.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000680155.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000680770.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 524 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending +AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 AGPS ENST00000681449.1 JUNC00000129 NA LGESFETSAPWDRSL NA DRB1*04:05 434 None 2 2217.885 46.000 38.437 0.000 0.000 9.000 0.237 NoExpr Pending diff --git a/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.tsv b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..49c0c57a8 --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,12800 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile MHCflurryEL Processing Score MHCflurryEL Presentation Score MHCflurryEL Presentation Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count MHCnuggetsII IC50 Score MHCnuggetsII Percentile NetMHCIIpan IC50 Score NetMHCIIpan Percentile NetMHCIIpanEL Score NetMHCIIpanEL Percentile NNalign IC50 Score NNalign Percentile SMMalign IC50 Score SMMalign Percentile +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 9 ETSAPWDRS 34516.05 5806.69 MHCnuggetsI 46.0 20.47 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0007435031 0.038404074 28212.650506852977 29.365875 5806.69 20.47 37108.69 63.0 36141.06 83.0 32891.04 38.0 5.8e-05 33.0 20368.33 46.0 130244.68 71.0 132730.28 72.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 9 TSAPWDRSL 20602.585 5782.82 MHCnuggetsI 23.0 6.9 NetMHCpanEL 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.004387093 0.045165803 16469.10408499191 8.541499999999997 5782.82 17.59 19704.58 17.0 21500.59 32.0 26448.88 23.0 0.00199 6.9 18882.64 44.0 25162.86 34.0 25999.8 34.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 9 VSEETIKVY 6063.07 181.3402716662091 MHCflurry 6.2 0.66 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.06003428 0.5783976 181.3402716662091 0.7097499999999999 5071.21 2.45 8088.19 6.2 6792.19 8.0 6117.72 3.4 0.168 0.66 16053.81 39.0 6008.42 13.0 5469.78 12.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 9 SEETIKVYC 37996.0 5914.95 MHCnuggetsI 61.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.004255142 0.3429255 25669.242853751868 20.251124999999995 5914.95 51.42 34885.49 53.0 37132.0 87.0 38860.0 61.0 0.000138 24.0 50000.0 71.0 313155.47 88.0 219770.81 82.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 9 EETIKVYCL 34162.855 5929.56 MHCnuggetsI 59.68 12.845624999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.002985711 0.30721164 21311.65789713479 12.845624999999997 5929.56 59.68 26237.68 28.0 31912.64 65.0 36413.07 50.0 0.000145 23.0 50000.0 71.0 272747.01 86.0 278592.87 86.0 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 9 ETIKVYCLQ 20976.865 5680.87 MHCnuggetsI 22.0 10.66 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.007357 0.33249384 19901.85492290933 11.185624999999996 5680.87 10.66 27533.96 30.0 21500.59 32.0 23401.48 18.0 0.00028 17.0 8119.76 22.0 20453.14 30.0 30972.05 38.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 9 TIKVYCLQK 12702.685 5743.49 PickPocket 15.0 5.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00066875154 0.050882705 18602.202720237427 10.076249999999996 5835.2 25.17 18062.51 16.0 11417.23 14.0 16498.8 9.5 0.00305 5.6 5743.49 15.0 13988.14 23.0 10665.22 19.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 9 IKVYCLQKE 39827.315 5964.38 MHCnuggetsI 80.0 47.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00024420288 0.02723002 31350.59867309693 50.764875 5964.38 81.08 33235.89 47.0 35946.07 82.0 43708.56 87.0 3e-06 79.0 50000.0 71.0 327159.85 89.0 203221.66 80.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 9 KVYCLQKEL 12590.701 2751.98 PickPocket 10.0 5.1 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.0009601636 0.13966085 11669.721511827833 5.903624999999997 5654.12 9.6 13511.68 10.0 21040.32 31.0 18659.04 13.0 0.00124 8.6 2751.98 5.1 14748.91 24.0 11454.34 20.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 9 QLKKKSEEK 34267.765 5903.41 MHCnuggetsI 45.86 10.076249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00020785382 0.0037201059 18542.903731993614 10.076249999999996 5903.41 45.86 38792.79 72.0 34053.09 74.0 34482.44 43.0 0.000815 11.0 14882.82 37.0 115813.72 68.0 163670.35 76.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 9 LKKKSEEKE 45674.18 5961.37 MHCnuggetsI 97.0 47.25637500000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00011782495 0.0028472915 30828.783017487476 47.25637500000001 5961.37 79.36 43581.54 97.0 43204.99 100.0 47766.82 100.0 1e-06 94.0 50000.0 71.0 3279140.31 100.0 3740847.47 100.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 9 KKKSEEKEL 44341.335 5978.85 MHCnuggetsI 88.28 27.987124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00013336778 0.0030062564 28125.33359418136 27.987124999999995 5978.85 88.28 38954.72 73.0 42509.45 100.0 46173.22 98.0 4.2e-05 38.0 50000.0 71.0 1984997.66 100.0 1883518.98 100.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 9 KKSEEKELK 40419.46 5995.49 MHCnuggetsI 86.0 15.483874999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0005749403 0.007174581 23325.9077661068 15.483874999999996 5995.49 94.12 41216.39 86.0 39622.53 96.0 43367.5 86.0 7.3e-05 31.0 38150.11 64.0 316781.64 88.0 463414.91 93.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 9 KSEEKELKI 37038.055 5954.82 MHCnuggetsI 71.0 11.185624999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0020799807 0.04777994 19764.862063344757 11.185624999999996 5954.82 75.47 34948.56 53.0 35176.57 79.0 38899.54 62.0 0.00029 17.0 50000.0 71.0 174485.76 77.0 169812.63 77.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 9 SEEKELKIK 40683.635 5957.03 MHCnuggetsI 76.77 7.078749999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.002089024 0.051971357 13988.683706588496 7.078749999999999 5957.03 76.77000000000001 42113.0 91.0 37535.94 89.0 39254.27 63.0 0.000226 19.0 50000.0 71.0 2696249.02 100.0 3243172.14 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 9 EEKELKIKN 43759.1 5933.02 MHCnuggetsI 87.0 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00093517307 0.04158697 23703.49898032765 16.343624999999992 5933.02 61.79 41454.76 87.0 41375.0 100.0 46063.44 97.0 1.4e-05 54.0 50000.0 71.0 2050028.98 100.0 1422230.54 100.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 9 EKELKIKNH 43289.08 5938.61 MHCnuggetsI 75.0 21.751124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00021395281 0.008453089 26321.03955667972 21.751124999999995 5938.61 65.3 39427.1 75.0 40489.28 98.0 46088.88 98.0 6.5e-05 32.0 50000.0 71.0 1756952.42 100.0 1990535.83 100.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 9 NNGIPPVQH 23355.715 5603.5 MHCnuggetsI 31.0 5.6 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.007154835 0.02358951 13464.448902598218 6.758499999999998 5603.5 7.979999999999999 25284.0 26.0 26265.23 45.0 31424.04 34.0 0.00309 5.6 19932.31 45.0 27086.94 35.0 21427.43 31.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 9 NGIPPVQHF 14929.9 1027.5171306067482 MHCflurry 13.0 1.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.003502224 0.054538466 1027.5171306067482 1.71775 4821.84 1.77 15137.14 13.0 14722.66 19.0 18404.39 13.0 0.0537 1.4 22695.78 49.0 17090.71 27.0 13550.96 23.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 9 GIPPVQHFP 28640.42 5985.16 MHCnuggetsI 45.0 14.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0019175868 0.015114583 25811.73030657322 20.251124999999995 5985.16 90.81 28430.98 33.0 28795.36 53.0 34906.62 45.0 0.000477 14.0 28485.48 55.0 33710.1 40.0 69178.32 57.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 9 IPPVQHFPP 34967.8 6000.49 MHCnuggetsI 62.0 26.708874999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0027931505 0.0052183545 27744.16183643797 26.708874999999995 6000.49 95.35 32155.6 43.0 32085.75 66.0 37780.0 56.0 8.5e-05 29.0 50000.0 71.0 86250.18 62.0 188786.09 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 9 PPVQHFPPG 40371.805 6026.68 MHCnuggetsI 72.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0007513259 0.0025047648 29358.430482483327 34.4285 6026.68 98.8 38248.88 69.0 34610.27 76.0 42494.73 81.0 2e-06 85.0 50000.0 71.0 133585.71 72.0 108135.93 67.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 9 PVQHFPPGT 32490.075 5879.04 MHCnuggetsI 50.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0014238708 0.01035733 29312.90384757411 34.4285 5879.04 36.43 31110.78 40.0 28951.56 54.0 40156.39 68.0 1.8e-05 50.0 33869.37 60.0 41856.22 45.0 66064.78 56.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 9 VQHFPPGTG 35422.0 5976.07 MHCnuggetsI 59.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00059333944 0.01109907 28099.435103126045 27.987124999999995 5976.07 87.07000000000001 34897.93 53.0 35946.07 82.0 38874.29 62.0 3.7e-05 39.0 32434.8 59.0 95446.5 64.0 60113.22 53.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 9 QHFPPGTGI 13273.315 5931.75 MHCnuggetsI 17.283 3.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0006188233 0.017761786 24347.309652027543 17.283249999999992 5931.75 61.02 16774.93 14.0 25842.4 44.0 22623.96 17.0 0.00868 3.4 9146.01 24.0 8067.89 16.0 9771.7 18.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 9 HFPPGTGIL 10619.01 793.2322331486589 MHCflurry 9.8 1.5385 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.041124936 0.026143393 793.2322331486589 1.5385 5552.78 6.79 13187.29 9.8 10757.62 13.0 10480.4 5.6 0.0264 2.0 8571.13 23.0 14413.19 24.0 13212.04 22.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 9 FPPGTGILW 14283.48 5904.91 MHCnuggetsI 20.0 2.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.016091447 0.07553772 7741.032166753892 4.331749999999998 5904.91 46.53 22208.98 21.0 15208.39 20.0 15614.06 8.9 0.0179 2.4 19932.31 45.0 13358.57 23.0 9098.5 17.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 9 PPGTGILWM 27405.67 5975.75 MHCnuggetsI 42.0 26.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.0020041137 0.0143670235 27830.899670388302 26.708874999999995 5975.75 86.92 26980.44 29.0 25289.19 42.0 35555.78 47.0 0.000106 26.0 50000.0 71.0 19442.85 29.0 41017.58 45.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 9 PGTGILWMG 37530.79 5923.92 MHCnuggetsI 70.0 34.4285 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0009442056 0.06465999 29125.991156556134 34.4285 5923.92 56.35 31504.04 41.0 35367.39 80.0 39694.19 66.0 3e-06 79.0 50000.0 71.0 226339.32 83.0 121890.54 70.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 9 GTGILWMGC 22893.675 5818.16 MHCnuggetsI 28.0 22.17 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0013269719 0.2625915 26874.36906307981 23.49875 5818.16 22.17 26917.45 29.0 28795.36 53.0 34926.64 45.0 2.8e-05 43.0 9865.62 26.0 18912.98 28.0 14255.09 24.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 9 TGILWMGCT 31639.71 5835.67 MHCnuggetsI 50.0 25.27 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00022082728 0.081806056 28646.12653853252 30.891874999999995 5835.67 25.27 28834.65 33.0 27875.69 50.0 34444.77 43.0 3e-06 79.0 50000.0 71.0 91360.82 63.0 96598.41 64.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 9 GILWMGCTL 14211.676 5894.68 MHCnuggetsI 20.0 8.091874999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.002422195 0.31303254 15747.71136430323 8.091874999999998 5894.68 42.11 12148.12 9.0 15795.37 20.0 18328.28 12.0 0.000206 20.0 7446.48 20.0 20079.83 29.0 12675.64 22.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 9 ILWMGCTLC 8378.58 1396.27 SMMPMBEC 10.596 4.4 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.004756251 0.48831013 19126.632856887063 10.596374999999997 5764.21 15.82 12633.38 9.3 10992.95 14.0 23030.97 18.0 0.000236 19.0 3890.57 8.5 1491.97 4.6 1396.27 4.4 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 9 LWMGCTLCR 5214.507 995.27 PickPocket 5.9 0.8 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0014973634 0.090457454 5274.514737096176 3.499499999999999 5691.23 11.14 5636.74 4.7 5154.5 6.5 8466.79 4.5 0.00132 8.4 995.27 0.8 4263.44 9.0 2285.44 5.9 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 9 WMGCTLCRT 10804.83 5842.95 MHCnuggetsI 19.0 8.2 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0010968848 0.25079536 24932.247521211502 18.35125 5842.95 26.790000000000003 11047.32 8.2 22695.78 35.0 23883.92 19.0 3e-06 79.0 7945.94 21.0 10562.34 19.0 7463.97 15.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 9 MGCTLCRTS 34243.9 5922.26 MHCnuggetsI 58.0 27.987124999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.000115286304 0.057731815 28090.30478298432 27.987124999999995 5922.26 55.42 34142.38 50.0 32610.74 68.0 34345.42 43.0 5e-06 71.0 42971.89 67.0 71905.15 58.0 83170.63 61.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 9 GCTLCRTSS 41291.335 5913.23 MHCnuggetsI 71.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00019214084 0.05591945 30822.585625791256 47.25637500000001 5913.23 50.54 38541.33 70.0 36732.4 85.0 44041.34 89.0 1.3e-05 56.0 50000.0 71.0 299061.15 88.0 363052.98 90.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 9 CTLCRTSSP 31094.045 6022.15 MHCnuggetsI 56.0 23.49875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0002911371 0.03763349 26950.87565480377 23.49875 6022.15 98.46 30618.88 38.0 31569.21 64.0 35204.75 46.0 7e-06 66.0 19295.7 44.0 67726.71 56.0 223856.65 82.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 9 TLCRTSSPN 25431.959 5906.47 MHCnuggetsI 36.0 22.585249999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00028682133 0.026254224 26499.277562545103 22.585249999999995 5906.47 47.24 34461.19 51.0 28795.36 53.0 27665.66 25.0 1.8e-05 50.0 14252.45 36.0 24364.64 33.0 22801.85 32.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 9 LCRTSSPNL 36189.275 5941.03 MHCnuggetsI 66.81 14.383874999999994 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00085109513 0.1327587 22522.007959742252 14.383874999999994 5941.03 66.81 33711.07 49.0 32787.64 69.0 38667.48 61.0 0.000101 27.0 50000.0 71.0 279100.11 86.0 225927.97 83.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 9 CRTSSPNLR 30524.93 5883.8 MHCnuggetsI 38.03 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00086022343 0.012937518 25102.815547173646 18.942875 5883.8 38.03 34413.86 51.0 29425.27 55.0 31624.59 34.0 0.000202 20.0 13947.35 35.0 125533.6 70.0 107391.52 67.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 9 RTSSPNLRR 14137.74 1145.59 PickPocket 8.3 1.1 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0017444736 0.023176564 9800.378143384823 5.104374999999999 5397.8 4.48 26171.91 28.0 18882.64 26.0 14824.16 8.3 0.0165 2.5 1145.59 1.1 14020.39 23.0 14255.09 24.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 9 TSSPNLRRM 15608.62 5928.06 MHCnuggetsI 22.0 3.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0025627485 0.07172284 14314.000746092684 7.249749999999999 5928.06 58.8 14080.77 12.0 17410.87 23.0 18186.45 12.0 0.00966 3.2 17888.25 42.0 13205.66 22.0 16903.24 26.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 9 SSPNLRRMR 32317.175 5791.93 MHCnuggetsI 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00020105348 0.0017796265 21007.46903072081 12.320249999999994 5791.93 18.58 36169.61 59.0 31740.46 64.0 32893.89 38.0 0.000767 11.0 12930.01 33.0 185677.81 79.0 163293.91 76.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 9 SPNLRRMRE 38506.325 5959.5 MHCnuggetsI 71.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.00012476847 0.0029972945 29826.926045928834 38.768 5959.5 78.24 37409.84 64.0 34986.78 78.0 39602.81 65.0 3.4e-05 41.0 50000.0 71.0 186534.86 79.0 220785.22 82.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 9 PNLRRMREW 37058.32 6008.94 MHCnuggetsI 61.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015940769 0.01631767 24954.047752420825 18.35125 6008.94 96.94 35586.96 56.0 33504.88 72.0 38529.68 60.0 8.2e-05 29.0 50000.0 71.0 82558.16 61.0 124442.86 70.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 9 NLRRMREWD 41146.41 5974.26 MHCnuggetsI 81.0 47.25637500000001 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 0.00024024163 0.017062766 30980.2368223056 47.25637500000001 5974.26 86.22 39708.35 77.0 37739.56 90.0 42584.47 81.0 1e-06 94.0 47366.92 70.0 165104.91 76.0 248296.16 84.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 NA NA NA -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 9 LRRMREWDI 35717.895 6000.4 MHCnuggetsI 71.0 34.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 7.635432e-05 0.016113948 29679.140372854738 36.485875 6000.4 95.33 28841.82 34.0 34610.27 76.0 36825.52 52.0 1.8e-05 50.0 50000.0 71.0 226339.32 83.0 349116.2 90.0 NA NA NA -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 9 KKSESEVEQ 42845.95 5939.35 MHCnuggetsI 71.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00022371953 0.004946995 29276.039484777968 34.4285 5939.35 65.75999999999999 38520.09 70.0 40270.83 98.0 45421.07 95.0 2.8e-05 43.0 50000.0 71.0 675709.46 97.0 1093880.8 100.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 9 KSESEVEQL 37495.0 5915.53 MHCnuggetsI 70.0 10.418749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00051781145 0.04098359 18977.259873570976 10.418749999999996 5915.53 51.74 32845.51 46.0 34423.54 76.0 40566.46 70.0 0.000251 18.0 50000.0 71.0 462125.57 93.0 353972.89 90.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 9 SESEVEQLL 27120.39 4822.58724848623 MHCflurry 27.0 3.351124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.010453298 0.35864925 4822.58724848623 3.351124999999999 5842.63 26.700000000000003 25755.3 27.0 28485.48 52.0 22696.03 17.0 0.0069 3.8 29425.27 56.0 97445.1 64.0 88709.47 63.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 9 ESEVEQLLL 27318.445 5682.56 MHCnuggetsI 29.0 9.323624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.006153941 0.19653518 17600.01619420153 9.323624999999996 5682.56 10.74 23939.02 24.0 25289.19 42.0 29347.7 29.0 0.000592 13.0 46352.93 69.0 65276.97 55.0 45286.63 47.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 9 SEVEQLLLP 32756.995 5953.04 MHCnuggetsI 45.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.018044133 0.39775392 24910.149455198945 18.35125 5953.04 74.35000000000001 32802.18 45.0 27875.69 50.0 32711.81 37.0 0.000732 11.0 50000.0 71.0 39333.27 43.0 96821.1 64.0 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 9 EVEQLLLPS 28029.61 5920.59 MHCnuggetsI 38.0 27.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0072673773 0.17008318 29073.830855829525 32.57675 5920.59 54.50000000000001 25968.8 27.0 26985.39 47.0 30466.52 31.0 7e-05 31.0 24218.04 50.0 33943.76 40.0 30547.1 38.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 9 VEQLLLPSG 36408.95 5992.26 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0014454024 0.1038832 28572.502541880986 30.891874999999995 5992.26 93.22 34272.29 51.0 34986.78 78.0 37831.12 57.0 3.7e-05 39.0 50000.0 71.0 308858.81 88.0 296462.66 87.0 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 9 EQLLLPSGL 28693.14 5914.5 MHCnuggetsI 50.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0014618373 0.053288106 20330.769113760394 11.606874999999995 5914.5 51.190000000000005 28813.12 33.0 27725.29 50.0 28573.16 27.0 0.000895 11.0 42051.98 67.0 153376.92 75.0 162918.35 76.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 9 QLLLPSGLT 14943.46 5808.38 MHCnuggetsI 24.479 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0034329004 0.14190495 27123.29201606999 24.47925 5808.38 20.71 18485.21 16.0 19611.42 28.0 27602.87 25.0 0.000109 26.0 10191.11 27.0 9435.39 18.0 11401.71 20.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 9 LLLPSGLTT 11447.475 5624.62 MHCnuggetsI 14.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.013780361 0.19117665 17697.382315595467 9.474499999999995 5624.62 8.58 16684.06 14.0 14485.65 19.0 18251.89 12.0 0.00145 8.0 7775.84 21.0 8409.3 16.0 7227.2 15.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 9 LLPSGLTTQ 26523.645 5546.88 MHCnuggetsI 26.0 6.67 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0034988124 0.0498813 19133.2078922068 10.596374999999997 5546.88 6.67 24869.69 25.0 25017.04 41.0 28030.25 26.0 0.000793 11.0 43439.36 68.0 30462.11 38.0 58880.3 53.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 9 LPSGLTTQG 33400.26 6009.76 MHCnuggetsI 43.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0008332737 0.014179642 28285.619284604567 29.365875 6009.76 97.07 29910.62 36.0 33504.88 72.0 33295.64 39.0 0.000108 26.0 34610.27 61.0 67415.54 56.0 38812.36 43.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 9 PSGLTTQGS 40857.215 5924.21 MHCnuggetsI 71.0 41.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0003036663 0.013816202 30851.11309923617 47.25637500000001 5924.21 56.52 31362.57 41.0 36931.66 86.0 44782.77 93.0 6e-06 68.0 50000.0 71.0 211232.14 81.0 332636.57 89.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 9 SGLTTQGSS 37496.355 5882.45 MHCnuggetsI 67.0 37.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00040414374 0.035705604 30022.60976255885 38.768 5882.45 37.56 33165.84 47.0 34986.78 78.0 40005.93 67.0 1.2e-05 57.0 50000.0 71.0 147489.13 74.0 206048.76 81.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 9 GLTTQGSSS 32583.14 5871.89 MHCnuggetsI 51.0 34.17 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.0006406046 0.050143905 30037.505988711047 38.768 5871.89 34.17 34439.55 51.0 30726.73 60.0 40682.49 71.0 1.8e-05 50.0 30726.73 58.0 47726.55 48.0 57407.68 52.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 9 LTTQGSSSS 28669.947 5792.27 MHCnuggetsI 42.0 18.61 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00040490416 0.03687309 28225.613834195625 29.365875 5792.27 18.61 29114.28 34.0 27131.77 48.0 35138.54 45.0 6.6e-05 32.0 18679.43 43.0 36287.75 42.0 47530.24 48.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 9 TTQGSSSSS 31353.75 5889.69 MHCnuggetsI 40.16 20.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00018933493 0.028337376 28073.22009010679 27.987124999999995 5889.69 40.16 30967.04 39.0 31740.46 64.0 33390.52 39.0 0.0002 20.0 17888.25 42.0 56984.93 52.0 105674.45 66.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 9 TQGSSSSSR 26625.99 5822.04 MHCnuggetsI 31.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021275766 0.003099028 17627.567161036535 9.323624999999996 5822.04 22.8 36578.93 60.0 26694.99 46.0 26556.99 23.0 0.00269 6.0 11857.88 31.0 217150.08 82.0 216256.91 82.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 9 QGSSSSSRK 32879.065 5953.43 MHCnuggetsI 61.0 14.383874999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 6.855324e-05 0.0021514785 22565.386778518587 14.383874999999994 5953.43 74.59 36628.03 61.0 32787.64 69.0 32970.49 38.0 0.000338 16.0 23444.56 50.0 158766.91 76.0 215263.3 82.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 9 GSSSSSRKE 40163.9 6002.76 MHCnuggetsI 78.0 43.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00022510796 0.013368174 31002.919282936084 47.25637500000001 6002.76 95.83 36862.99 62.0 37535.94 89.0 42791.86 82.0 2.9e-05 43.0 50000.0 71.0 178550.06 78.0 181957.52 78.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 9 SSSSSRKES 36483.66 5946.35 MHCnuggetsI 70.21 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0002637999 0.0062182224 31468.56008457488 54.695 5946.35 70.21 33678.61 48.0 38357.05 92.0 41163.79 73.0 4e-05 38.0 34610.27 61.0 139559.69 73.0 197683.31 80.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 9 SSSSRKESH 29978.18 5846.68 MHCnuggetsI 39.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00047636527 0.008266271 16476.96117228655 8.541499999999997 5846.68 27.6 30689.85 39.0 29266.51 55.0 30779.3 32.0 0.00154 7.8 20368.33 46.0 39242.8 43.0 71774.47 58.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 9 SSSRKESHR 33548.215 5835.0 MHCnuggetsI 42.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 9.936238e-05 0.002954263 22222.54198065374 14.036749999999996 5835.0 25.130000000000003 39222.44 74.0 32965.5 70.0 34130.93 42.0 0.000468 14.0 15541.08 38.0 232680.51 83.0 308297.5 88.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 9 SSRKESHRP 42341.015 5955.35 MHCnuggetsI 82.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00013730324 0.0071438476 31332.52595791419 50.764875 5955.35 75.78 40722.58 83.0 40270.83 98.0 43959.45 89.0 3.3e-05 41.0 50000.0 71.0 215655.23 82.0 756780.62 98.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 9 SRKESHRPL 34667.85 5966.92 MHCnuggetsI 71.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 8.164037e-05 0.0040545436 27824.78767786797 26.708874999999995 5966.92 82.49 34015.89 50.0 34237.82 75.0 35097.88 45.0 0.000376 15.0 50000.0 71.0 517320.87 94.0 552039.3 95.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 9 RKESHRPLR 34891.025 5910.71 MHCnuggetsI 57.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00026568453 0.0038781438 27041.244150173385 24.47925 5910.71 49.24 37696.3 66.0 32085.75 66.0 37812.73 57.0 0.000135 24.0 23444.56 50.0 287580.87 87.0 258803.41 85.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 9 KESHRPLRA 36818.335 5939.54 MHCnuggetsI 65.87 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0010498014 0.05314114 28194.85078144855 29.365875 5939.54 65.86999999999999 37344.74 64.0 32085.75 66.0 36291.93 50.0 0.000288 17.0 42509.45 67.0 117424.85 69.0 172969.69 77.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 9 ESHRPLRAA 37367.365 5939.02 MHCnuggetsI 65.55 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00030011797 0.0032311364 28534.252643755903 30.891874999999995 5939.02 65.55 36524.73 60.0 34423.54 76.0 38210.0 58.0 6.8e-05 32.0 50000.0 71.0 343368.14 90.0 533298.06 95.0 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 9 SHRPLRAAV 26429.01 5934.68 MHCnuggetsI 37.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00011218271 0.002777144 28508.02035537576 30.891874999999995 5934.68 62.84 20668.48 19.0 25289.19 42.0 27293.72 24.0 0.000552 13.0 25564.3 52.0 29975.06 37.0 45495.66 47.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 9 HRPLRAAVM 33096.77 6047.44 MHCnuggetsI 61.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00041207328 0.0075181862 22120.00009178087 13.718749999999996 6047.44 99.7 34215.23 50.0 30893.41 61.0 31978.31 35.0 0.000431 14.0 50000.0 71.0 135132.56 72.0 198139.02 80.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 9 RPLRAAVMY 2095.675 426.5500687390494 MHCflurry 3.2 0.62 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.062580906 0.23811892 426.5500687390494 1.1565 5705.35 11.84 3707.8 3.5 3766.31 5.4 2136.53 1.7 0.176 0.62 2054.82 3.2 797.55 3.1 928.9 3.3 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 9 PLRAAVMYP 34096.85 5946.04 MHCnuggetsI 60.0 34.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.001896615 0.043586012 30481.77416726767 44.13500000000001 5946.04 70.0 29181.78 34.0 30726.73 60.0 37466.97 55.0 2.4e-05 46.0 39837.46 65.0 80493.35 60.0 232793.04 83.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 9 LRAAVMYPR 17594.965 3766.31 PickPocket 17.0 8.2 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017825569 0.048781987 22346.314879355206 14.036749999999996 5813.12 21.38 20131.05 18.0 12790.86 16.0 17161.0 11.0 0.000307 17.0 3766.31 8.2 22843.36 32.0 18028.93 27.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 9 RAAVMYPRP 33786.24 5951.68 MHCnuggetsI 61.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00036504795 0.01734625 30703.32858782027 44.13500000000001 5951.68 73.52 33519.39 48.0 34053.09 74.0 39021.38 62.0 7.8e-05 30.0 26123.53 53.0 82178.84 61.0 242644.25 84.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 9 AAVMYPRPS 33923.55 5882.88 MHCnuggetsI 51.0 37.71 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0008034743 0.013695945 30699.304327955164 44.13500000000001 5882.88 37.71 34247.46 51.0 32610.74 68.0 33599.64 40.0 2.8e-05 43.0 45854.11 69.0 153376.92 75.0 161796.83 76.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 9 AVMYPRPST 26886.128 5827.74 MHCnuggetsI 26.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0016867144 0.017245835 26358.96557769937 21.751124999999995 5827.74 23.78 27413.29 30.0 25017.04 41.0 28003.87 26.0 0.000487 14.0 6610.93 18.0 33478.04 40.0 40176.31 44.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 9 VMYPRPSTI 3622.85 2390.89 PickPocket 4.49 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.055404425 0.035817076 2645.3307468480225 2.548749999999999 5399.21 4.49 7393.98 5.8 6195.39 7.4 4407.98 2.7 0.0537 1.4 2390.89 4.2 2551.29 6.3 2837.72 6.9 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 9 MYPRPSTID 29030.26 5895.39 MHCnuggetsI 37.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0014593916 0.0056203906 25366.26258577987 19.574124999999995 5895.39 42.41 28969.43 34.0 31229.48 62.0 31973.13 35.0 0.000129 24.0 19088.05 44.0 29091.09 37.0 52236.01 50.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 9 YPRPSTIDQ 28655.188 5845.22 MHCnuggetsI 38.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0010547269 0.0035174186 26281.935850198803 21.751124999999995 5845.22 27.28 21650.46 20.0 25426.37 42.0 34750.6 44.0 0.000345 16.0 32787.64 59.0 31028.44 38.0 49313.97 49.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 9 PRPSTIDQA 43858.92 5964.3 MHCnuggetsI 91.0 59.0625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0002436002 0.0023878303 31973.084491916008 59.0625 5964.3 81.03 42154.04 91.0 38984.65 94.0 45563.8 96.0 6e-06 68.0 50000.0 71.0 1193328.46 100.0 2666674.45 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 9 RPSTIDQAA 33445.525 5942.08 MHCnuggetsI 55.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00038227864 0.0038771618 29846.73211835908 38.768 5942.08 67.46 33566.93 48.0 33324.12 71.0 34291.57 42.0 0.000176 21.0 28485.48 55.0 121271.85 70.0 143539.03 73.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 9 PSTIDQAAT 40492.915 5892.35 MHCnuggetsI 79.0 41.18 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00042094264 0.007802595 31478.69938416127 54.695 5892.35 41.18 34120.59 50.0 36534.22 85.0 44451.61 91.0 2e-06 85.0 50000.0 71.0 186964.86 79.0 266054.13 86.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 9 STIDQAATW 5126.735 3138.481410188869 MHCflurry 8.3 1.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0074165007 0.20230314 3138.481410188869 2.7459999999999987 5317.3 3.75 16086.15 14.0 7169.76 8.3 9339.71 5.0 0.0704 1.3 4936.17 13.0 4526.47 9.4 4064.15 8.6 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 9 TIDQAATWT 35808.935 5850.73 MHCnuggetsI 53.0 19.574124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0004862577 0.06637142 25315.53065871686 19.574124999999995 5850.73 28.54 34806.29 53.0 31740.46 64.0 36811.58 52.0 3.6e-05 40.0 47882.2 70.0 122112.47 70.0 189221.29 79.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 9 IDQAATWTA 27624.743 5901.57 MHCnuggetsI 34.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000434647 0.03736216 26888.556709025343 23.49875 5901.57 45.03 26526.56 28.0 22451.54 34.0 28360.93 27.0 0.00018 21.0 32787.64 59.0 122676.11 70.0 173768.08 77.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 9 DQAATWTAT 31632.395 5865.97 MHCnuggetsI 43.0 24.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031495682 0.03081148 29775.822750507068 38.768 5865.97 32.45 32217.25 43.0 30893.41 61.0 31047.54 33.0 0.000129 24.0 35752.13 62.0 88056.21 62.0 112452.73 68.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 9 QAATWTATG 27497.783 5989.45 MHCnuggetsI 35.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0009831677 0.08861478 26361.445230686222 21.751124999999995 5989.45 92.33 28634.12 33.0 29745.37 57.0 31384.28 34.0 5.2e-05 35.0 23957.42 50.0 32942.76 39.0 23440.67 32.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 9 AATWTATGG 35655.685 5933.06 MHCnuggetsI 62.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.000458075 0.024298768 28832.05267062582 32.57675 5933.06 61.82 34898.7 53.0 35559.24 80.0 37163.75 54.0 6e-06 68.0 35752.13 62.0 151970.75 75.0 114543.38 68.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 9 ATWTATGGW 7488.035 3167.62 PickPocket 11.0 2.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0015149496 0.22043777 3846.5941943603048 3.0063749999999985 5788.26 18.16 13603.52 11.0 10414.04 13.0 8652.09 4.6 0.0152 2.6 3167.62 6.3 7460.36 15.0 7515.71 15.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 9 TWTATGGWR 20273.365 4196.68 PickPocket 18.0 8.317124999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0012811208 0.015767576 16042.870533702771 8.317124999999997 5682.52 10.74 23891.67 23.0 17038.15 23.0 23508.58 18.0 0.000353 16.0 4196.68 9.5 27274.7 35.0 26544.22 35.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 9 WTATGGWRP 17370.705 5906.26 MHCnuggetsI 22.0 12.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0027750533 0.083312966 26146.75703231665 21.751124999999995 5906.26 47.14 14373.08 12.0 20368.33 29.0 26245.35 22.0 0.000299 17.0 9654.43 26.0 10883.28 20.0 22385.66 31.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 9 TATGGWRPL 23159.965 5789.86 MHCnuggetsI 23.0 9.474499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0009512216 0.010963206 17753.02178697061 9.474499999999995 5789.86 18.35 23812.44 23.0 19505.61 27.0 22507.49 17.0 0.000633 12.0 24747.82 51.0 52937.08 50.0 47530.24 48.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 9 ATGGWRPLP 24169.915 5968.3 MHCnuggetsI 39.0 20.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0117744 0.03594627 26536.809431715727 22.585249999999995 5968.3 83.21 21803.02 20.0 27278.95 48.0 35831.9 48.0 8.2e-05 29.0 16228.45 39.0 15023.12 24.0 36641.23 42.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 9 TGGWRPLPS 32001.255 5956.85 MHCnuggetsI 53.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0015892325 0.032981295 27580.727247685198 26.708874999999995 5956.85 76.66 30449.73 38.0 26985.39 47.0 33552.78 40.0 1.5e-05 53.0 48403.09 70.0 62626.77 54.0 68702.1 57.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 9 GGWRPLPSP 39754.48 6018.48 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00060033833 0.006724523 27605.72071392282 26.708874999999995 6018.48 98.13 37357.67 64.0 35752.13 81.0 42151.29 79.0 2.7e-05 44.0 50000.0 71.0 117424.85 69.0 530847.77 95.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 9 GWRPLPSPR 15206.44 3529.57 PickPocket 21.0 5.903624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0012224343 0.0018530997 11670.643566168308 5.903624999999997 5796.71 19.16 22018.05 21.0 16673.41 22.0 25062.56 21.0 0.00198 6.9 3529.57 7.5 19398.14 29.0 13739.47 23.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 9 WRPLPSPRG 41134.215 6003.94 MHCnuggetsI 80.0 50.764875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00019446458 0.0014878594 31338.658385902327 50.764875 6003.94 96.07 39871.53 78.0 38984.65 94.0 42396.9 80.0 9e-06 62.0 50000.0 71.0 286919.46 87.0 213289.76 81.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 9 RPLPSPRGA 36974.745 5977.89 MHCnuggetsI 70.0 17.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0005564849 0.0015178947 27831.72497243815 26.708874999999995 5977.89 87.87 38530.92 70.0 36337.11 84.0 37612.38 56.0 0.000286 17.0 25017.04 51.0 200336.46 80.0 256430.69 85.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 9 PLPSPRGAR 29663.895 5846.83 MHCnuggetsI 42.0 9.050999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00038871923 0.00048532517 17177.952317539904 9.050999999999997 5846.83 27.64 36337.5 59.0 28485.48 52.0 30842.31 32.0 0.000407 15.0 17888.25 42.0 107587.05 67.0 135509.58 72.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 9 LPSPRGARL 27866.185 5863.48 MHCnuggetsI 32.0 6.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007722552 0.0051772245 20771.838942347837 12.080249999999996 5863.48 31.75 28305.44 32.0 27426.93 49.0 25691.85 22.0 0.00264 6.0 33869.37 60.0 52572.67 50.0 54071.7 51.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 9 PSPRGARLT 42468.78 5927.84 MHCnuggetsI 77.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003316904 0.0023642236 29474.1791405645 36.485875 5927.84 58.66 39925.49 78.0 37739.56 90.0 45012.07 94.0 1.4e-05 54.0 50000.0 71.0 167787.65 77.0 275403.85 86.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 9 SPRGARLTP 38999.925 5952.9 MHCnuggetsI 68.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00029526718 0.0016583158 27708.255687910907 26.708874999999995 5952.9 74.26 37814.75 67.0 36931.66 86.0 40185.1 68.0 0.000155 23.0 50000.0 71.0 98346.75 64.0 453910.26 93.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 9 PRGARLTPA 40989.945 5953.11 MHCnuggetsI 86.0 54.695 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00014866694 0.0020657682 31652.45969984561 54.695 5953.11 74.39 37080.2 63.0 36931.66 86.0 44899.69 93.0 1e-06 94.0 50000.0 71.0 368773.75 91.0 714446.97 97.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 9 RGARLTPAP 37197.765 6028.88 MHCnuggetsI 70.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00010887831 0.003293175 30135.76657436784 41.302125 6028.88 98.93 34433.22 51.0 34986.78 78.0 41251.62 74.0 1.5e-05 53.0 39408.75 65.0 125822.99 70.0 441539.95 93.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 9 GARLTPAPP 39632.915 5997.14 MHCnuggetsI 72.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00050203165 0.004573307 28345.727623341983 29.365875 5997.14 94.54 36814.76 61.0 35752.13 81.0 42451.07 81.0 2e-05 49.0 50000.0 71.0 137328.29 72.0 477496.29 94.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 9 ARLTPAPPP 40584.16 5976.83 MHCnuggetsI 80.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0006280682 0.0061074155 30376.732715918883 41.302125 5976.83 87.42 38785.64 72.0 37535.94 89.0 42382.68 80.0 2.8e-05 43.0 50000.0 71.0 209778.03 81.0 693377.91 97.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 9 RLTPAPPPP 31144.205 5902.02 MHCnuggetsI 46.0 20.969124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007914218 0.0057063447 25921.885078654243 20.969124999999995 5902.02 45.24 33021.9 46.0 29266.51 55.0 35972.53 49.0 0.000166 22.0 13070.67 34.0 46319.09 47.0 103507.07 66.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 9 LTPAPPPPL 20949.95 1561.0359424506005 MHCflurry 27.0 2.044625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.005689631 0.004882796 1561.0359424506005 2.044625 5859.9 30.81 23608.24 23.0 19505.61 27.0 22394.29 17.0 0.00232 6.4 10414.04 28.0 23321.69 32.0 22644.88 32.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 9 TPAPPPPLS 19498.719 5923.17 MHCnuggetsI 29.0 8.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00686143 0.012773745 19812.07761329422 11.185624999999996 5923.17 55.95 26622.88 28.0 25702.97 43.0 29478.16 29.0 0.00143 8.0 13501.89 34.0 12495.68 21.0 19185.36 29.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 9 PAPPPPLSL 34206.615 3173.005161885551 MHCflurry 48.0 2.757749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.007263754 0.007179337 3173.005161885551 2.757749999999999 5608.24 8.110000000000001 33596.0 48.0 31060.99 62.0 34817.23 44.0 0.0041 4.9 50000.0 71.0 60361.5 53.0 93534.11 64.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 9 APPPPLSLS 35224.395 5832.3 MHCnuggetsI 51.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0021462932 0.00685141 24789.71240955715 18.35125 5832.3 24.610000000000003 34445.9 51.0 33686.63 72.0 36002.89 49.0 0.000382 15.0 50000.0 71.0 98573.46 65.0 146207.62 74.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 9 PPPPLSLSR 30903.89 5837.83 MHCnuggetsI 46.0 7.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.01409359 0.006068536 17616.46721627531 9.323624999999996 5837.83 25.7 36868.98 62.0 26694.99 46.0 33322.3 39.0 0.00174 7.3 28485.48 55.0 91782.52 63.0 100454.64 65.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 9 KKSESEVEA 42450.78 5975.02 MHCnuggetsI 86.58 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0002011042 0.004466263 31881.46658004004 59.0625 5975.02 86.58 39226.69 74.0 40929.75 99.0 43971.81 89.0 2.5e-05 45.0 50000.0 71.0 821788.39 98.0 874923.34 99.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 9 KSESEVEAA 39761.835 5953.98 MHCnuggetsI 74.0 34.4285 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00029001993 0.013613148 29304.058273439205 34.4285 5953.98 74.92999999999999 38243.92 69.0 37944.28 90.0 41279.75 74.0 3.6e-05 40.0 50000.0 71.0 633519.52 96.0 639690.65 96.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 9 SESEVEAAA 36619.68 5955.88 MHCnuggetsI 71.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0005333745 0.040848706 25626.04451509776 20.251124999999995 5955.88 76.08 36506.96 60.0 36732.4 85.0 31733.59 35.0 0.000344 16.0 50000.0 71.0 244771.02 84.0 296462.66 87.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 9 ESEVEAAAI 36435.225 5954.12 MHCnuggetsI 71.0 29.365875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00027478763 0.010429801 28258.033012565444 29.365875 5954.12 75.02 33990.52 50.0 35367.39 80.0 37503.06 55.0 2.8e-05 43.0 50000.0 71.0 379105.43 91.0 270377.16 86.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 9 SEVEAAAII 31924.365 5983.8 MHCnuggetsI 57.0 12.320249999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0032355718 0.11657648 20941.63187232325 12.320249999999994 5983.8 90.28 33942.0 49.0 29906.73 57.0 25531.12 21.0 0.000386 15.0 37739.56 63.0 165867.0 77.0 163293.91 76.0 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 9 EVEAAAIIA 34673.655 5892.14 MHCnuggetsI 53.0 27.987124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0023915947 0.050265696 28023.60140143519 27.987124999999995 5892.14 41.1 37312.84 64.0 34798.02 77.0 34549.29 43.0 7.4e-05 30.0 26694.99 53.0 262276.87 85.0 213781.44 81.0 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 9 VEAAAIIAQ 31429.71 5887.87 MHCnuggetsI 39.48 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.0033065919 0.14144899 22941.925663577727 15.096749999999997 5887.87 39.48 30532.53 38.0 28485.48 52.0 32326.89 36.0 0.000275 18.0 48403.09 70.0 132360.99 72.0 277312.85 86.0 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 9 EAAAIIAQR 17852.83 5802.15 MHCnuggetsI 21.0 3.854999999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.018854316 0.008799674 6380.557831370195 3.854999999999999 5802.15 19.88 32979.42 46.0 16946.23 22.0 18759.43 13.0 0.00526 4.3 7945.94 21.0 96774.29 64.0 74639.72 59.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 9 PRPSTIDQV 41487.895 5963.2 MHCnuggetsI 80.43 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0003045369 0.0029794904 30912.45006707461 47.25637500000001 5963.2 80.43 39748.35 77.0 36337.11 84.0 43227.44 85.0 4e-05 38.0 50000.0 71.0 801235.16 98.0 1794609.66 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 9 RPSTIDQVV 32202.18 5885.56 MHCnuggetsI 46.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.00077543635 0.005422622 28023.747451611853 27.987124999999995 5885.56 38.63 32968.34 46.0 32787.64 69.0 31616.72 34.0 0.000512 13.0 28795.36 56.0 135756.3 72.0 144533.99 74.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 9 PSTIDQVVR 34470.555 5793.95 MHCnuggetsI 56.0 13.718749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019065294 0.0054353955 21983.126840712903 13.718749999999996 5793.95 18.82 35616.99 56.0 33324.12 71.0 38687.99 61.0 6.6e-05 32.0 27875.69 55.0 355434.84 90.0 286398.01 87.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 9 STIDQVVRT 20388.782 5478.85 MHCnuggetsI 23.0 5.5 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0011619963 0.05434398 21468.5541807418 12.845624999999997 5478.85 5.5 29152.74 34.0 23318.07 36.0 26187.76 22.0 0.00141 8.1 8571.13 23.0 19309.01 29.0 18705.53 28.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 9 TIDQVVRTA 32228.51 5873.4 MHCnuggetsI 44.0 9.764249999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0008264411 0.035009887 18098.87374775621 9.764249999999995 5873.4 34.62 32312.2 44.0 29745.37 57.0 32144.82 36.0 0.0007 12.0 45854.11 69.0 130845.86 71.0 194522.57 80.0 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 9 IDQVVRTAL 33229.065 5844.11 MHCnuggetsI 41.0 11.185624999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.002167225 0.03552944 19847.98262071394 11.185624999999996 5844.11 27.04 26989.19 29.0 32610.74 68.0 33847.39 41.0 0.000284 17.0 50000.0 71.0 144464.12 74.0 201822.69 80.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 9 DQVVRTALS 32827.815 5938.53 MHCnuggetsI 57.0 33.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.00062303554 0.0695314 29716.38667328639 36.485875 5938.53 65.25 30250.73 37.0 30232.07 58.0 35404.9 46.0 6.1e-05 33.0 49461.93 71.0 68985.85 57.0 92890.22 63.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 9 PPSGKSTPF 21948.11 5946.57 MHCnuggetsI 31.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.0012627061 0.0037200751 20886.048046439584 12.320249999999994 5946.57 70.34 20953.54 19.0 22942.68 35.0 30441.81 31.0 0.000782 11.0 48403.09 70.0 18020.22 27.0 27037.72 35.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 9 PSGKSTPFG 40343.775 5976.79 MHCnuggetsI 82.0 34.4285 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.0002768173 0.0077044354 29408.328575958087 34.4285 5976.79 87.4 35431.74 55.0 36931.66 86.0 43755.89 88.0 5e-06 71.0 50000.0 71.0 224781.21 82.0 217755.93 82.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 9 SGKSTPFGN 37255.595 5919.22 MHCnuggetsI 64.0 25.544875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00046920538 0.011960164 27423.20281107184 25.544875 5919.22 53.73 32787.99 45.0 35946.07 82.0 39378.05 64.0 2.2e-05 47.0 38565.12 64.0 126403.76 71.0 96821.1 64.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 9 GKSTPFGNE 41432.195 5885.23 MHCnuggetsI 79.0 38.52 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00034273305 0.0118982885 31744.6072735565 59.0625 5885.23 38.52 36875.76 62.0 37944.28 90.0 44920.11 93.0 3e-06 79.0 50000.0 71.0 262276.87 85.0 285082.13 87.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 9 KSTPFGNEE 31807.11 5935.75 MHCnuggetsI 54.0 29.365875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.0003135746 0.019338423 28430.82155402405 29.365875 5935.75 63.5 31354.42 41.0 32259.8 67.0 37292.25 54.0 6.6e-05 32.0 22451.54 49.0 131147.5 71.0 73446.31 58.0 NA NA NA -1.4857142857142858 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 9 STPFGNEEQ 28060.13 5867.07 MHCnuggetsI 35.0 11.606874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0005252923 0.012076603 20136.51867154123 11.606874999999995 5867.07 32.77 29485.82 35.0 29425.27 55.0 37237.41 54.0 8.1e-05 29.0 26694.99 53.0 24932.17 34.0 38901.83 43.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 9 TPFGNEEQQ 35905.93 5912.45 MHCnuggetsI 50.14 15.483874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00047241474 0.0054289773 23333.96087519467 15.483874999999996 5912.45 50.13999999999999 32520.18 44.0 30396.07 59.0 39291.68 64.0 0.000141 24.0 39408.75 65.0 43128.07 46.0 70464.44 57.0 NA NA NA -2.157142857142857 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 9 PFGNEEQQL 32188.77 5802.13 MHCnuggetsI 45.0 9.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0011241251 0.0072648795 19955.852132303637 11.393374999999995 5802.13 19.88 25758.38 27.0 28951.56 54.0 35425.98 46.0 0.000946 9.8 50000.0 71.0 41856.22 45.0 45811.02 47.0 NA NA NA -2.014285714285714 -1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 9 PPRPKPPSV 41454.32 5943.23 MHCnuggetsI 76.0 14.730749999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0020981377 0.0016921953 22778.886658639636 14.730749999999995 5943.23 68.22 39625.52 76.0 36534.22 85.0 43283.12 85.0 0.000125 25.0 50000.0 71.0 204531.4 80.0 419729.99 92.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 9 PRPKPPSVW 42574.7 6011.71 MHCnuggetsI 96.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.0005535584 0.0039957277 25128.77350285609 18.942875 6011.71 97.34 43708.08 98.0 39622.53 96.0 41441.32 75.0 0.000708 12.0 50000.0 71.0 934888.89 99.0 1509975.85 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 9 RPKPPSVWQ 38372.435 5920.98 MHCnuggetsI 69.0 13.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00035038314 0.0012017454 25173.038607150665 18.942875 5920.98 54.71 38331.33 69.0 33686.63 72.0 38413.54 59.0 0.000587 13.0 47366.92 70.0 423408.92 92.0 691783.18 97.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 9 ADFSQMSKF 11961.36 869.86892547321 MHCflurry 15.0 1.596625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.008194881 0.19709194 869.86892547321 1.596625 5885.96 38.77 13536.12 10.0 11793.9 15.0 12128.82 6.6 0.0259 2.0 17695.75 42.0 11060.12 20.0 12472.97 21.0 NA NA NA -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 9 DFSQMSKFG 22234.745 5966.1 MHCnuggetsI 33.0 19.0 NetMHC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00069232937 0.022678824 27441.847975543325 25.544875 5966.1 82.04 20823.36 19.0 25564.3 43.0 33068.38 38.0 6e-05 33.0 15208.39 37.0 23646.13 33.0 15594.45 25.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 9 FSQMSKFGN 26337.148 5858.06 MHCnuggetsI 43.0 21.751124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.0017907235 0.10375644 26156.06677327711 21.751124999999995 5858.06 30.320000000000004 23470.45 23.0 29745.37 57.0 26518.23 23.0 1.8e-05 50.0 19088.05 44.0 38261.32 43.0 47530.24 48.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 9 SQMSKFGNE 29958.345 5863.81 MHCnuggetsI 50.0 24.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0014132799 0.086243294 27708.951371009283 26.708874999999995 5863.81 31.85 34111.72 50.0 28331.79 52.0 29520.62 29.0 0.000129 24.0 30396.07 57.0 95887.06 64.0 91405.01 63.0 NA NA NA -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 9 QMSKFGNEE 17359.44 5885.92 MHCnuggetsI 24.0 21.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0010426834 0.07740792 28242.821778794063 29.365875 5885.92 38.76 22899.53 22.0 21384.59 32.0 28779.17 27.0 0.000133 24.0 9047.59 24.0 12381.12 21.0 13334.29 23.0 NA NA NA -1.8285714285714287 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 9 MSKFGNEEQ 28199.52 5892.08 MHCnuggetsI 38.0 16.804874999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0010344648 0.021766093 24144.303066549 16.804874999999992 5892.08 41.08 20974.63 19.0 25982.58 44.0 30416.46 31.0 0.000117 25.0 34237.82 61.0 30673.26 38.0 43648.57 46.0 NA NA NA -2.2142857142857144 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 9 SKFGNEEQQ 39703.16 5903.7 MHCnuggetsI 63.0 24.47925 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.00035326328 0.007160866 27073.0959789106 24.47925 5903.7 45.98 35929.36 58.0 34237.82 75.0 43476.96 86.0 5e-05 35.0 50000.0 71.0 92631.78 63.0 136448.89 72.0 NA NA NA -2.157142857142857 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 9 KFGNEEQQL 25556.525 5549.41 MHCnuggetsI 25.0 5.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0022419405 0.05700145 12048.913747945982 6.079124999999998 5549.41 6.72 23834.1 23.0 27278.95 48.0 27413.29 25.0 0.00382 5.0 17505.31 41.0 39152.55 43.0 34116.93 40.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 9 TVVGVGQVV 19305.74 5689.4 MHCnuggetsI 22.0 7.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.002181589 0.07762692 14422.733362256302 7.337249999999999 5689.4 11.05 24567.73 25.0 21154.46 31.0 21539.47 16.0 0.00194 7.0 8208.09 22.0 22323.38 31.0 17457.02 27.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 9 VVGVGQVVS 30913.16 5761.17 MHCnuggetsI 39.0 15.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.0011815766 0.043634415 27110.123258261905 24.47925 5761.17 15.56 29215.58 34.0 32610.74 68.0 36254.64 50.0 5.3e-05 35.0 16228.45 39.0 46855.44 48.0 38723.09 43.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 9 VGVGQVVSG 40392.38 5938.24 MHCnuggetsI 71.0 22.585249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.00043082322 0.026744341 26477.46747258252 22.585249999999995 5938.24 65.08 38400.24 70.0 36931.66 86.0 42384.52 80.0 1e-05 60.0 50000.0 71.0 396972.11 92.0 184064.48 79.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 9 ITVVGVGQS 24428.96 5759.18 MHCnuggetsI 33.0 15.4 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0013854343 0.07095236 26661.676305537887 22.585249999999995 5759.18 15.4 23217.62 22.0 26407.71 45.0 32333.9 36.0 6.3e-05 32.0 15881.05 38.0 24760.53 33.0 24097.39 33.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 9 TVVGVGQSL 17342.92 4985.0879523997455 MHCflurry 18.0 3.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0038310145 0.09027145 4985.0879523997455 3.4102499999999987 5719.04 12.590000000000002 19975.92 18.0 19191.6 27.0 18947.1 13.0 0.00897 3.4 6755.55 18.0 19398.14 29.0 15738.74 25.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 9 VVGVGQSLA 14726.605 5711.59 MHCnuggetsI 19.0 12.18 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.0013652714 0.052062392 23920.94927686609 16.343624999999992 5711.59 12.18 17466.34 15.0 20040.43 29.0 27025.71 24.0 0.000177 21.0 11986.87 31.0 9478.94 18.0 10446.48 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 9 VGVGQSLAD 38037.01 5918.96 MHCnuggetsI 53.59 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.0007896741 0.060919303 27938.565014088483 27.987124999999995 5918.96 53.59 34034.68 50.0 34610.27 76.0 41463.75 75.0 8e-06 63.0 50000.0 71.0 57512.2 52.0 49770.27 49.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 9 GVGQSLADE 29618.06 5884.93 MHCnuggetsI 38.42 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 0.00046386122 0.038494725 28414.61788809767 29.365875 5884.93 38.42 29651.23 36.0 29584.89 56.0 42032.42 78.0 7e-06 66.0 25017.04 51.0 31099.97 38.0 31258.63 38.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 9 VGQSLADEL 33084.9 5884.17 MHCnuggetsI 42.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0014274225 0.115441285 23189.91597179473 15.483874999999996 5884.17 38.15 27738.5 31.0 32085.75 66.0 34084.05 42.0 0.000103 27.0 50000.0 71.0 136382.92 72.0 138985.66 73.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 9 GQSLADELA 33192.835 5941.31 MHCnuggetsI 52.0 36.485875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0009132066 0.029228343 29412.964868937783 36.485875 5941.31 66.97 31119.53 40.0 31398.89 63.0 36896.52 52.0 2.5e-05 45.0 34986.78 61.0 42438.5 45.0 70140.68 57.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 9 QSLADELAL 18000.2 5741.55 MHCnuggetsI 17.0 7.249749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0046725566 0.14589253 14250.979247452013 7.249749999999999 5741.55 14.05 19074.02 17.0 21040.32 31.0 22710.53 17.0 0.00112 9.0 17888.25 42.0 14313.97 24.0 18112.15 28.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 9 VPNNKITVS 39470.84 5942.6 MHCnuggetsI 71.0 29.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0038967286 0.010858367 30165.91899420602 41.302125 5942.6 67.80000000000001 39859.45 78.0 37132.0 87.0 39082.23 63.0 8.2e-05 29.0 50000.0 71.0 321188.51 89.0 530847.77 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 9 PNNKITVSL 30537.4 5915.83 MHCnuggetsI 51.9 16.804874999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.00055206055 0.0024188682 24170.42741340681 16.804874999999992 5915.83 51.9 26984.23 29.0 28640.0 53.0 34248.19 42.0 0.000208 20.0 32434.8 59.0 104655.0 66.0 142223.05 73.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 9 NNKITVSLA 32148.046 5938.8 MHCnuggetsI 56.0 26.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0011045375 0.027938126 29619.48169712991 36.485875 5938.8 65.41 29328.96 35.0 29584.89 56.0 34676.61 44.0 0.000108 26.0 50000.0 71.0 88666.59 62.0 123018.38 70.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 9 NKITVSLAD 37816.48 5923.81 MHCnuggetsI 58.0 53.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.00040337135 0.028056813 31520.42404164299 54.695 5923.81 56.28999999999999 35966.69 58.0 35946.07 82.0 39666.27 65.0 4e-06 75.0 50000.0 71.0 59670.54 53.0 60113.22 53.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 9 KITVSLADE 32427.476 5900.73 MHCnuggetsI 62.0 35.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.00037138484 0.033322833 30617.13256246508 44.13500000000001 5900.73 44.65 29505.3 35.0 34237.82 75.0 40863.38 72.0 9e-06 62.0 27575.71 54.0 120992.93 70.0 111421.76 68.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 9 ITVSLADEL 14529.924 5478.39 MHCnuggetsI 15.0 5.489999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.003031505 0.25443318 12625.21730655412 6.337874999999999 5478.39 5.489999999999999 17876.64 15.0 17316.93 23.0 16674.49 9.7 0.00137 8.2 8119.76 22.0 16434.63 26.0 12559.43 22.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 9 TVSLADELA 18740.575 5833.35 MHCnuggetsI 24.0 17.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0029558267 0.07354463 26193.161844884224 21.751124999999995 5833.35 24.82 22136.04 21.0 22209.93 33.0 26744.71 23.0 0.000136 24.0 8853.9 24.0 8887.1 17.0 15345.11 25.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 9 VSLADELAL 16732.32 5509.13 MHCnuggetsI 15.0 5.903624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.008240623 0.17396128 11688.314955526266 5.903624999999997 5509.13 5.96 17479.01 15.0 20368.33 29.0 20146.96 14.0 0.001 9.5 16404.99 39.0 15986.74 25.0 17059.65 27.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 9 APVAEEESL 39946.315 5918.03 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.0004497997 0.004287186 26283.27489149505 21.751124999999995 5918.03 53.06999999999999 36123.48 58.0 38357.05 92.0 41535.58 76.0 0.000145 23.0 50000.0 71.0 292253.69 87.0 306881.0 88.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 9 PVAEEESLA 29671.818 5929.51 MHCnuggetsI 52.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0011462568 0.014806305 29274.676588886945 34.4285 5929.51 59.650000000000006 34496.25 52.0 30068.96 58.0 39501.82 65.0 3.9e-05 39.0 28795.36 56.0 21171.91 30.0 34751.22 41.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 9 VAEEESLAD 41363.62 5931.75 MHCnuggetsI 74.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.0011199547 0.043304306 27105.370877363115 24.47925 5931.75 61.02 39129.18 74.0 39196.13 95.0 43531.11 86.0 4e-06 75.0 50000.0 71.0 160605.35 76.0 149613.23 74.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 9 AEEESLADE 42006.305 5923.39 MHCnuggetsI 71.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.0008143181 0.06401438 27113.166334011574 24.47925 5923.39 56.07 37852.43 67.0 39622.53 96.0 44390.08 91.0 1.1e-05 58.0 50000.0 71.0 1481699.04 100.0 1180239.1 100.0 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 9 EEESLADEL 36921.705 5930.1 MHCnuggetsI 60.01 9.764249999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.0010811005 0.108046666 18162.75279446132 9.764249999999995 5930.1 60.01 33604.36 48.0 36337.11 84.0 37506.3 55.0 0.000293 17.0 50000.0 71.0 1144880.08 100.0 734463.13 97.0 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 9 EESLADELA 38177.57 5943.19 MHCnuggetsI 68.2 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0009770019 0.05864611 27843.21825056312 26.708874999999995 5943.19 68.2 36371.73 59.0 35176.57 79.0 39983.41 67.0 1.3e-05 56.0 50000.0 71.0 247035.86 84.0 326565.27 89.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 9 ESLADELAL 25018.505 5782.21 MHCnuggetsI 25.0 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.00285292 0.047374714 17902.31626058836 9.611249999999997 5782.21 17.52 24522.06 25.0 24747.82 40.0 27547.98 25.0 0.00057 13.0 25289.19 52.0 41281.93 45.0 39443.01 44.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 9 IAPVAEEES 41336.9 5879.3 MHCnuggetsI 72.0 24.47925 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00048157558 0.009671007 27195.24695454377 24.47925 5879.3 36.52 38877.25 72.0 39837.46 96.0 42836.34 83.0 1.2e-05 57.0 50000.0 71.0 291581.52 87.0 420697.57 92.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 9 CAISILGKT 27948.26 5774.18 MHCnuggetsI 32.0 16.74 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00048594238 0.058903277 25942.84685623634 20.969124999999995 5774.18 16.74 28020.83 32.0 25564.3 43.0 28257.09 26.0 7.3e-05 31.0 27875.69 55.0 40715.52 44.0 45286.63 47.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 9 AISILGKTI 27018.71 5792.98 MHCnuggetsI 36.0 16.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0008498522 0.03498929 25085.85911641353 18.942875 5792.98 18.7 23570.47 23.0 28951.56 54.0 32058.7 36.0 0.000352 16.0 23192.26 49.0 44746.6 46.0 49427.65 49.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 9 ISILGKTIR 24767.025 5765.23 MHCnuggetsI 23.0 8.788374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0030456525 0.01318925 16815.21406250408 8.788374999999998 5765.23 15.909999999999998 29343.87 35.0 23067.13 35.0 26466.92 23.0 0.000689 12.0 7054.34 19.0 56723.11 52.0 59562.1 53.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 9 SILGKTIRR 15902.74 2635.42 PickPocket 8.5 2.56 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.0028065278 0.025538845 9370.346225155936 4.937249999999999 5102.36 2.56 24708.22 25.0 16673.41 22.0 15132.07 8.5 0.0133 2.8 2635.42 4.8 29975.06 37.0 19951.24 29.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 9 ILGKTIRRH 19220.915 5617.12 MHCnuggetsI 26.0 3.3 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0005367069 0.032980323 17597.726539899064 9.323624999999996 5617.12 8.36 25158.74 26.0 20040.43 29.0 18401.4 13.0 0.00947 3.3 16404.99 39.0 22067.85 31.0 32431.72 39.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 9 LGKTIRRHM 33590.12 6042.12 MHCnuggetsI 61.0 10.787374999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00012901967 0.010323842 19485.4696263642 10.787374999999995 6042.12 99.54 27310.55 30.0 30893.41 61.0 36286.83 50.0 0.000202 20.0 50000.0 71.0 123526.46 70.0 129708.97 71.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 9 GKTIRRHMM 30352.973 6036.79 MHCnuggetsI 47.256 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 0.00012783112 0.011915324 30799.8251727781 47.25637500000001 6036.79 99.33 24747.28 25.0 29584.89 56.0 39063.6 62.0 5.4e-05 34.0 50000.0 71.0 29906.12 37.0 44562.55 46.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 9 KTIRRHMMF 2116.995 698.7137031918844 MHCflurry 2.6 1.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.004095125 0.3554302 698.7137031918844 1.4518749999999996 4913.59 1.97 3089.03 3.1 1407.05 3.3 1704.45 1.5 0.0767 1.2 1824.25 2.6 2459.01 6.1 2409.74 6.1 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 9 TIRRHMMFN 25264.315 5907.7 MHCnuggetsI 33.0 23.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00044131838 0.06618124 28001.760506043465 27.987124999999995 5907.7 47.83 23428.59 23.0 22090.1 33.0 27891.08 26.0 4.3e-05 37.0 10874.65 29.0 28625.96 36.0 27100.04 35.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 9 IRRHMMFNL 22400.704 5866.37 MHCnuggetsI 32.57 12.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00035818297 0.10764988 21982.50713220996 13.718749999999996 5866.37 32.57 17406.54 15.0 22818.9 35.0 21555.79 16.0 0.000663 12.0 30396.07 57.0 58987.5 53.0 62512.95 54.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 9 RRHMMFNLS 31480.76 5954.86 MHCnuggetsI 55.0 38.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.00015618319 0.04135067 31721.220691411658 54.695 5954.86 75.49 31240.3 40.0 31060.99 62.0 33031.55 38.0 1.6e-05 52.0 28178.94 55.0 101802.86 65.0 135821.96 72.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 9 RHMMFNLSH 6776.94 4018.93 PickPocket 9.7 3.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00080371555 0.22636068 11484.890788637143 5.845749999999998 5881.84 37.34 13109.33 9.7 10301.97 13.0 5511.18 3.1 0.0092 3.3 4018.93 9.0 6588.1 14.0 6965.78 14.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 9 MMFNLSHYC 653.705 151.35 SMMPMBEC 1.3 0.3 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.041940726 0.5282218 4012.30035640133 3.0689999999999986 5330.56 3.85 518.7 1.2 788.71 2.5 1421.4 1.3 0.00967 3.2 476.88 0.3 166.25 1.1 151.35 1.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 9 RLSQRKDQR 31394.735 5803.94 MHCnuggetsI 34.0 10.983999999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.000286968 0.0045541497 19505.441667602103 10.983999999999996 5803.94 20.11 38382.79 70.0 31229.48 62.0 31559.99 34.0 0.000798 11.0 6610.93 18.0 130845.86 71.0 138028.89 73.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 9 LSQRKDQRL 36237.4 5896.35 MHCnuggetsI 61.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00079783663 0.017819675 23545.460745271 15.902624999999992 5896.35 42.8 32022.64 43.0 33686.63 72.0 38788.17 61.0 0.000145 23.0 50000.0 71.0 108832.85 67.0 161053.44 76.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 9 SQRKDQRLT 40153.25 5957.51 MHCnuggetsI 77.0 44.13500000000001 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0004636776 0.013190108 30419.877503954587 44.13500000000001 5957.51 77.05 37931.14 67.0 35176.57 79.0 42375.36 80.0 2.3e-05 46.0 50000.0 71.0 167016.74 77.0 279235.09 86.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 9 QRKDQRLTE 42928.095 5927.31 MHCnuggetsI 79.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00015090883 0.010416411 29320.67306758428 34.4285 5927.31 58.34 40466.07 81.0 37535.94 89.0 45390.12 95.0 2.5e-05 45.0 50000.0 71.0 185677.81 79.0 302670.43 88.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 NA NA NA -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 9 RKDQRLTEE 42011.51 5947.94 MHCnuggetsI 71.21 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.00016336652 0.015784085 30087.530199680918 41.302125 5947.94 71.21 37973.43 67.0 39196.13 95.0 44826.89 93.0 1.6e-05 52.0 50000.0 71.0 823682.81 98.0 1039848.33 99.0 NA NA NA -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 9 ETSAPWDRS 39071.955 27743.17 MHCnuggetsI 46.0 23.814625 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00037457963 0.01170064 28561.641396558607 23.814625 27743.17 37.87 40604.67 45.0 39837.46 46.0 38306.45 48.0 5.6e-05 34.0 50000.0 80.0 33358.77 46.0 40422.2 52.0 NA NA NA -1.4714285714285715 -1.3142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 9 TSAPWDRSL 31663.865 9550.53 PickPocket 40.0 11.364124999999998 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0019046852 0.001998542 24996.403155993004 11.364124999999998 36187.1 72.02 39338.89 41.0 42971.89 68.0 39045.87 52.0 0.000378 15.0 9550.53 27.0 21737.52 35.0 27140.63 40.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 9 VSEETIKVY 41797.73 26456.650522872045 MHCflurry 64.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.001137976 0.0016921962 26456.650522872045 15.284124999999998 26972.12 35.9 46537.88 87.0 42740.04 66.0 40855.42 64.0 0.000434 14.0 26985.39 60.0 90408.65 77.0 73895.84 71.0 NA NA NA -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 9 SEETIKVYC 1170.215 72.26613736429891 MHCflurry 2.4 0.13775 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.03351685 0.0045631267 72.26613736429891 0.13775 1436.05 2.47 653.56 0.9 1728.19 2.4 1007.16 0.61 0.509 0.18 1290.38 4.2 1050.05 4.0 1748.32 6.7 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 9 EETIKVYCL 520.055 304.60799219212004 MHCflurry 1.4 0.6461249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.030254068 0.0017341843 304.60799219212004 0.6461249999999996 4045.87 5.0200000000000005 1319.87 1.7 367.82 0.83 4677.34 2.0 0.117 0.9 471.75 1.4 343.72 1.2 568.36 2.1 NA NA NA 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 9 ETIKVYCLQ 39843.915 23997.07 MHCnuggetsI 47.0 29.41 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00032742438 0.001657924 30344.57597980512 35.63949999999999 23997.07 29.41 41079.7 47.0 41151.77 54.0 38608.13 49.0 6.7e-05 32.0 50000.0 80.0 46581.13 56.0 31740.96 45.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 9 TIKVYCLQK 36256.575 29770.01366118905 MHCflurry 59.22 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00011997216 0.0118297385 29770.01366118905 32.66799999999999 33816.35 59.21999999999999 44594.2 68.0 42051.98 61.0 38696.8 50.0 1.9e-05 50.0 31740.46 65.0 88147.5 77.0 31814.13 45.0 NA NA NA -0.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 9 IKVYCLQKE 44494.155 29659.79 MHCnuggetsI 66.0 43.27 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 3.3510256e-05 7.288408e-05 32187.923899934915 63.07837499999999 29659.79 43.27 44357.91 66.0 44630.4 84.0 43687.76 86.0 1e-05 61.0 50000.0 80.0 57044.0 63.0 117117.02 84.0 NA NA NA -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 9 KVYCLQKEL 38535.405 25664.21838312373 MHCflurry 53.66 13.067624999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00025215978 0.0019085457 25664.21838312373 13.067624999999998 32558.45 53.66 43263.47 58.0 40929.75 53.0 32422.87 25.0 0.00017 21.0 36141.06 70.0 83793.44 75.0 65406.36 68.0 NA NA NA -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 9 QLKKKSEEK 44405.56 24661.600655265614 MHCflurry 77.95 10.885249999999996 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 0.00019142775 0.004668679 24661.600655265614 10.885249999999996 37130.38 77.95 45839.23 80.0 42971.89 68.0 39679.58 56.0 0.000539 13.0 50000.0 80.0 130379.71 87.0 124342.62 86.0 NA NA NA -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 9 LKKKSEEKE 46470.34 27986.92 MHCnuggetsI 90.0 27.7165 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 7.741036e-05 0.000111585905 29386.97349074565 27.7165 27986.92 38.5 46762.46 90.0 45854.11 94.0 46178.22 98.0 1.8e-05 51.0 50000.0 80.0 160771.85 91.0 243007.68 97.0 NA NA NA -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 9 KKKSEEKEL 44513.7 24582.72647475184 MHCflurry 80.0 9.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00023525371 0.00026156745 24582.72647475184 10.885249999999996 27881.88 38.23 44154.9 64.0 44872.5 86.0 42872.96 80.0 0.00102 9.5 50000.0 80.0 130981.51 87.0 242448.78 97.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 9 KKSEEKELK 45212.415 23636.80677585156 MHCflurry 75.0 9.295125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0003297902 0.00044597112 23636.80677585156 9.295125 33333.81 57.010000000000005 46749.83 89.0 43675.0 75.0 41658.9 70.0 0.000494 14.0 50000.0 80.0 221926.93 96.0 747515.15 100.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 9 KSEEKELKI 38051.465 18527.76120677353 MHCflurry 63.0 5.373500000000001 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0019882738 0.028578136 18527.76120677353 5.373500000000001 25997.95 33.629999999999995 45647.18 78.0 42280.1 63.0 42643.97 78.0 0.000471 14.0 31398.89 65.0 33822.83 46.0 56704.82 63.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 9 SEEKELKIK 9302.49 1230.2226941558413 MHCflurry 9.2 1.2303749999999982 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0049077338 0.0008321491 1230.2226941558413 1.2303749999999982 19572.05 21.82 13596.88 9.2 10081.44 6.0 12287.99 4.6 0.0738 1.3 3380.08 10.0 4367.27 15.0 8523.54 20.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 9 EEKELKIKN 4893.975 982.0338188231044 MHCflurry 6.0 1.127249999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0058331653 0.00063240604 982.0338188231044 1.127249999999999 17832.01 19.33 11872.25 8.2 4335.14 3.7 14441.05 5.4 0.0557 1.5 3343.7 9.9 1574.74 6.0 5452.81 16.0 NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 9 EKELKIKNH 43322.295 25552.21 MHCnuggetsI 68.0 12.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00016976579 0.00081789296 29280.93840986825 27.7165 25552.21 32.65 45359.19 75.0 42971.89 68.0 42004.7 73.0 0.000715 12.0 50000.0 80.0 43672.7 54.0 248668.06 97.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 9 NNGIPPVQH 42169.925 22896.93 MHCnuggetsI 71.0 18.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.00058394985 0.0031427557 29160.30542180724 27.7165 22896.93 27.33 46552.46 87.0 43204.99 71.0 44270.66 89.0 0.000265 18.0 37739.56 71.0 41134.86 52.0 160553.58 91.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 9 NGIPPVQHF 39863.79 11730.27 PickPocket 50.5 8.4 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.00047059704 0.0015521724 26309.15158739024 14.480874999999996 31755.77 50.5 43010.95 57.0 38565.12 39.0 41162.46 67.0 0.00136 8.4 11730.27 32.0 58372.73 64.0 56574.41 63.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 9 GIPPVQHFP 43527.665 25138.75337865733 MHCflurry 62.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00068837364 0.004631717 25138.75337865733 11.891624999999998 32488.95 53.37 47257.39 95.0 46352.93 97.0 40529.61 62.0 0.00014 23.0 50000.0 80.0 96207.74 79.0 40702.4 52.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 9 IPPVQHFPP 46250.545 20177.240108298603 MHCflurry 80.0 6.27625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0052117324 0.012382918 20177.240108298603 6.27625 31190.35 48.41 47140.44 93.0 45360.65 90.0 34255.61 30.0 0.000208 20.0 50000.0 80.0 151429.33 90.0 111332.0 83.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 9 PPVQHFPPG 45620.035 25474.1144865639 MHCflurry 68.0 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.001620348 0.0020483832 25474.1144865639 12.471374999999998 34029.33 60.24 45879.42 80.0 45360.65 90.0 41364.26 68.0 7e-06 67.0 50000.0 80.0 149351.64 90.0 52555.72 60.0 NA NA NA -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 9 PVQHFPPGT 42282.0 24502.48 SMM 65.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0010932632 0.0035753127 28374.055391185968 22.16875 34666.05 63.370000000000005 44234.76 65.0 45115.92 88.0 44721.27 92.0 6e-06 70.0 50000.0 80.0 24502.48 38.0 40329.24 52.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 9 VQHFPPGTG 28804.93 7131.08 PickPocket 30.0 4.42175 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00052739686 0.0045103556 15924.976065290652 4.42175 31838.39 50.81 38459.7 38.0 36141.06 30.0 25771.47 14.0 0.0024 6.6 7131.08 21.0 36325.37 49.0 25329.11 39.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 9 QHFPPGTGI 30945.0 11730.27 PickPocket 30.0 3.9 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008137485 0.0012876631 17925.630914933543 5.12 32090.43 51.77 34854.93 30.0 34053.09 24.0 27504.2 16.0 0.00817 3.9 11730.27 32.0 29799.57 43.0 35287.43 48.0 NA NA NA 0.3714285714285714 0.3714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 9 HFPPGTGIL 45854.11 21589.683040143915 MHCflurry 94.0 7.239375 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0014316296 0.020728264 21589.683040143915 7.239375 40361.83 97.09 47174.62 94.0 45854.11 94.0 42721.54 78.0 0.000158 22.0 45854.11 78.0 434720.38 100.0 458796.4 100.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 9 FPPGTGILW 45980.18 25582.74202984949 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00018874464 6.408418e-05 25582.74202984949 13.067624999999998 40897.04 98.66 47810.24 99.0 44150.12 80.0 41203.45 67.0 0.000194 20.0 50000.0 80.0 647455.61 100.0 643605.88 100.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 9 PPGTGILWM 46996.165 29158.83367436115 MHCflurry 96.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00027149642 0.00041894647 29158.83367436115 27.7165 38759.74 88.67 47387.95 96.0 46604.38 98.0 46010.65 98.0 8e-06 65.0 50000.0 80.0 344516.48 99.0 409845.34 100.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 9 PGTGILWMG 45548.8 30492.351253580917 MHCflurry 80.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00012746835 0.000872406 30492.351253580917 38.99449999999999 31618.6 49.97 46168.25 83.0 46352.93 97.0 44929.35 93.0 1e-06 95.0 50000.0 80.0 89993.26 77.0 37985.69 50.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 9 GTGILWMGC 34335.85 27965.33 SMMPMBEC 41.0 22.16875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00023844253 0.057309594 28256.92308733139 22.16875 28372.24 39.54 32725.63 27.0 35946.07 29.0 37492.11 43.0 7e-06 67.0 50000.0 80.0 72981.03 71.0 27965.33 41.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 9 TGILWMGCT 28110.985 7666.9 SMMPMBEC 39.0 19.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.00021723444 0.030935423 29526.979499360223 30.050999999999995 23956.39 29.32 38894.5 39.0 41825.1 59.0 36659.74 39.0 4e-06 76.0 26694.99 59.0 13496.15 26.0 7666.9 19.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 9 GILWMGCTL 39281.555 6262.79 PickPocket 51.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00014097316 0.003934534 27290.572168393563 18.189125 30371.94 45.55 45847.65 80.0 40708.92 51.0 38695.52 50.0 7e-06 67.0 6262.79 19.0 47120.51 57.0 39867.59 52.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 9 ILWMGCTLC 33679.77 27044.582753166345 MHCflurry 55.01 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.021216e-05 0.0021618155 27044.582753166345 17.127999999999997 32877.48 55.010000000000005 38448.04 38.0 42051.98 61.0 34482.06 31.0 1.1e-05 60.0 32085.75 66.0 45416.12 56.0 27140.63 40.0 NA NA NA 1.2428571428571427 1.5285714285714287 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 9 LWMGCTLCR 35943.09 23192.26 PickPocket 53.0 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 4.13924e-05 0.010579144 29059.17675609229 25.64975 29322.13 42.28 42277.8 53.0 40270.83 48.0 39255.96 53.0 1.2e-05 58.0 23192.26 54.0 76244.76 72.0 32630.22 45.0 NA NA NA 0.7285714285714285 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 9 WMGCTLCRT 33135.515 20589.91 PickPocket 48.0 22.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 1.3206818e-05 0.0042751883 30059.27104579815 35.63949999999999 35001.3 65.16 41254.31 48.0 36732.4 31.0 31269.73 22.0 7e-06 67.0 20589.91 50.0 27177.53 40.0 46948.31 57.0 NA NA NA 0.35714285714285715 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 9 MGCTLCRTS 26001.756 9972.95 PickPocket 31.0 17.7 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 9.869856e-05 0.0009273645 28603.831561444 23.814625 16590.53 17.7 40972.73 46.0 42971.89 68.0 34549.29 31.0 1e-05 61.0 9972.95 28.0 23399.68 37.0 14048.18 26.0 NA NA NA 0.29999999999999993 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 9 GCTLCRTSS 32823.102 16763.86 PickPocket 44.34 37.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 3.7006703e-05 0.0008310684 30554.05387541389 38.99449999999999 29999.47 44.34 40086.95 43.0 45360.65 90.0 39902.6 58.0 5e-06 73.0 16763.86 43.0 35092.15 48.0 23100.43 37.0 NA NA NA -0.17142857142857149 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 9 CTLCRTSSP 34666.455 18478.42 PickPocket 46.0 11.891624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00043110567 0.013578606 25173.397692581475 11.891624999999998 37298.26 79.05 43757.78 61.0 42280.1 63.0 29079.34 18.0 3.7e-05 40.0 18478.42 46.0 39283.48 51.0 32034.65 45.0 NA NA NA -0.3000000000000001 0.29999999999999993 True False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 9 TLCRTSSPN 40636.925 27278.95 PickPocket 61.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 9.487372e-05 0.0011584014 30437.22063688285 38.99449999999999 37195.26 78.36999999999999 45257.21 74.0 43204.99 71.0 38068.86 46.0 2e-06 87.0 27278.95 60.0 45942.01 56.0 54028.14 61.0 NA NA NA -1.342857142857143 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 9 LCRTSSPNL 42525.95 6829.04 PickPocket 64.0 17.127999999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00022178433 0.00258189 27178.510987946323 17.127999999999997 35479.01 67.81 44253.91 65.0 44389.61 82.0 40797.99 64.0 7.3e-05 31.0 6829.04 20.0 71155.75 70.0 46304.16 56.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 9 CRTSSPNLR 43466.1 26864.82163151428 MHCflurry 65.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00027942288 0.00059121277 26864.82163151428 16.158749999999998 30142.96 44.8 44192.16 65.0 42740.04 66.0 39120.71 53.0 7.9e-05 30.0 50000.0 80.0 109196.82 82.0 340894.5 99.0 NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 9 RTSSPNLRR 44661.615 27368.351867341906 MHCflurry 80.0 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 9.53165e-05 0.001836703 27368.351867341906 18.189125 40096.3 96.03 46583.19 88.0 42740.04 66.0 38889.03 51.0 0.000232 19.0 50000.0 80.0 166805.36 91.0 222648.62 96.0 NA NA NA -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 9 TSSPNLRRM 41943.63 27526.025988960035 MHCflurry 76.0 16.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00021190639 0.00094398047 27526.025988960035 18.189125 39555.19 93.35 45444.16 76.0 44150.12 80.0 39737.14 57.0 0.000346 16.0 31740.46 65.0 94234.52 79.0 126072.39 86.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 9 SSPNLRRMR 45724.825 28717.359818536774 MHCflurry 81.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00025750257 0.0012834456 28717.359818536774 23.814625 35262.41 66.58 46577.15 88.0 44872.5 86.0 43113.46 81.0 7.6e-05 30.0 50000.0 80.0 119181.82 85.0 403292.36 100.0 NA NA NA -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 9 SPNLRRMRE 42180.835 29053.288493888274 MHCflurry 62.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 2.752746e-05 0.00032631305 29053.288493888274 25.64975 38077.79 84.19 43697.68 61.0 44872.5 86.0 40483.14 62.0 0.000131 24.0 50000.0 80.0 40663.99 52.0 170459.02 92.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 9 PNLRRMREW 46985.025 32050.081952033157 MHCflurry 92.02 51.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 4.203122e-05 0.00015685815 32050.081952033157 57.24249999999999 39313.8 92.02 47867.2 100.0 46102.85 95.0 45374.9 95.0 1.8e-05 51.0 50000.0 80.0 106711.2 82.0 211164.06 95.0 NA NA NA -1.742857142857143 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 9 NLRRMREWD 45731.63 32327.865344878384 MHCflurry 86.0 58.73 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 4.337792e-05 0.00055430486 32327.865344878384 63.07837499999999 33710.35 58.73 46590.76 88.0 44872.5 86.0 41749.59 71.0 1e-06 95.0 50000.0 80.0 207591.71 95.0 129306.39 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 NA NA NA -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 9 LRRMREWDI 38186.99 19295.7 PickPocket 48.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.00010968427 0.002242782 27641.59771768695 19.38525 34108.31 60.61 41830.98 50.0 40270.83 48.0 36103.15 37.0 2.5e-05 46.0 19295.7 48.0 58912.85 64.0 72547.09 71.0 NA NA NA -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 9 KKSESEVEQ 42527.335 27605.22790407635 MHCflurry 54.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.00017410312 0.00014962666 27605.22790407635 19.38525 28949.38 41.18 43902.9 62.0 41151.77 54.0 44081.86 88.0 0.000153 22.0 50000.0 80.0 28655.63 42.0 46517.89 56.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 9 KSESEVEQL 43769.135 18387.6879297152 MHCflurry 64.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.00077908067 0.0027212915 18387.6879297152 5.2856250000000005 19256.07 21.35 44466.04 67.0 43911.91 77.0 43626.36 85.0 0.000212 19.0 18478.42 46.0 58238.48 64.0 87825.37 77.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 9 SESEVEQLL 1059.665 54.302539104403024 MHCflurry 2.3 0.054 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.024744706 0.00023728814 54.302539104403024 0.054 5561.37 6.35 2289.97 2.4 1637.18 2.3 897.87 0.58 0.724 0.08 423.37 1.1 1167.37 4.4 951.96 3.6 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 9 ESEVEQLLL 32819.785 11474.9 MHCnuggetsI 38.0 5.20425 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.004680924 0.005760576 18065.01077560596 5.20425 11474.9 11.91 42811.79 55.0 41375.0 56.0 40796.23 64.0 0.000218 19.0 14099.07 38.0 24843.34 38.0 43213.56 54.0 NA NA NA 0.7285714285714285 0.7285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 9 SEVEQLLLP 1268.96 46.560171007918186 MHCflurry 2.6 0.02175 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.65520805 0.01040587 46.560171007918186 0.02175 603.3 1.44 6576.76 5.0 1957.17 2.6 116.12 0.12 0.854 0.04 1097.07 3.5 1746.67 6.7 1440.85 5.5 NA NA NA 1.0 1.0 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 9 EVEQLLLPS 28463.671 12127.02 MHCnuggetsI 29.0 12.590000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.006533747 0.016245019 25866.35276366024 13.754874999999998 12127.02 12.590000000000002 35539.62 31.0 39622.53 44.0 31145.47 22.0 9.4e-05 28.0 31060.99 65.0 25015.55 39.0 16241.27 29.0 NA NA NA 0.28571428571428564 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 9 VEQLLLPSG 1282.395 213.89724411326517 MHCflurry 2.4 0.5116249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.004846035 0.0003649296 213.89724411326517 0.5116249999999999 3005.25 4.09 416.81 0.6 1746.99 2.4 1061.95 0.63 0.0485 1.6 1262.76 4.0 2356.19 8.7 1302.03 4.9 NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 9 EQLLLPSGL 18929.67 3343.7 PickPocket 9.9 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0049648606 0.0016869046 7970.090030947291 2.7193749999999994 12524.63 13.02 33689.55 28.0 20813.9 9.4 18333.04 7.3 0.00766 4.0 3343.7 9.9 19597.92 33.0 19526.3 33.0 NA NA NA 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 9 QLLLPSGLT 31300.137 9777.1 SMM 36.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00034088313 0.005788089 29113.513057234053 27.7165 38725.59 88.44 38874.71 39.0 40489.28 50.0 33486.76 28.0 4.9e-05 36.0 25842.4 58.0 9777.1 22.0 13508.9 26.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 9 LLLPSGLTT 29875.706 11233.42 PickPocket 31.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0005267739 0.014193562 25976.82241780405 13.754874999999998 40185.65 96.41 41098.83 47.0 40270.83 48.0 33774.59 29.0 0.000194 20.0 11233.42 31.0 21888.2 35.0 13262.34 26.0 NA NA NA 0.48571428571428565 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 9 LLPSGLTTQ 46442.25 29142.106437177958 MHCflurry 92.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0007052946 0.0014291881 29142.106437177958 27.7165 39771.19 94.51 47030.39 92.0 45854.11 94.0 44575.4 91.0 2e-05 49.0 50000.0 80.0 318573.76 99.0 547797.44 100.0 NA NA NA -0.5571428571428572 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 9 LPSGLTTQG 45293.265 25070.521712772395 MHCflurry 74.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00026789613 0.0006120185 25070.521712772395 11.891624999999998 36784.64 75.72 45225.88 74.0 45360.65 90.0 40018.03 59.0 8.5e-05 29.0 50000.0 80.0 168736.87 92.0 73895.84 71.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 9 PSGLTTQGS 39704.735 29854.879525556174 MHCflurry 80.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00032229655 0.0014258894 29854.879525556174 32.66799999999999 33890.99 59.57 47088.42 93.0 45606.71 92.0 45518.48 96.0 2e-06 87.0 50000.0 80.0 32674.58 45.0 33621.73 46.0 NA NA NA -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 9 SGLTTQGSS 31971.268 9245.51 PickPocket 49.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00017672953 0.0011466042 27617.165633857538 19.38525 26422.55 34.61 42460.71 54.0 44150.12 80.0 40077.41 59.0 2.1e-05 49.0 9245.51 26.0 36325.37 49.0 21213.87 34.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 9 GLTTQGSSS 41648.54 23444.56 PickPocket 60.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00016784982 0.008647084 28182.81476586593 22.16875 37002.58 77.12 44062.31 64.0 43439.36 73.0 39857.72 57.0 3e-05 43.0 23444.56 54.0 52024.75 60.0 77022.92 73.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 9 LTTQGSSSS 40778.45 28782.79905272808 MHCflurry 61.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00024993415 0.0020347969 28782.79905272808 25.64975 37610.27 81.11 42690.58 55.0 43675.0 75.0 38866.32 51.0 3.3e-05 42.0 33504.88 67.0 54728.05 61.0 62462.59 66.0 NA NA NA -1.1142857142857143 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 9 TTQGSSSSS 33052.45 24747.82 PickPocket 40.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 6.3039515e-05 0.00036736103 26804.714186990816 16.158749999999998 37609.16 81.10000000000001 37345.94 35.0 41375.0 56.0 36578.53 39.0 0.000158 22.0 24747.82 56.0 29526.37 43.0 26829.96 40.0 NA NA NA -1.1285714285714286 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 9 TQGSSSSSR 36876.055 5267.25 PickPocket 35.0 6.71025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00011527538 0.00028384797 20959.90832442763 6.71025 38089.61 84.27 40148.57 43.0 35559.24 28.0 35662.5 35.0 0.000748 11.0 5267.25 16.0 51310.94 59.0 52555.72 60.0 NA NA NA -1.2714285714285711 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 9 QGSSSSSRK 44270.115 27936.94649649521 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 4.0539304e-05 0.00010326654 27936.94649649521 20.700875 40239.7 96.64 45192.14 73.0 45115.92 88.0 43424.31 84.0 7e-05 31.0 29108.61 62.0 138105.19 88.0 103185.82 81.0 NA NA NA -1.7714285714285716 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 9 GSSSSSRKE 40262.125 24481.5 PickPocket 56.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 4.7201982e-05 6.0688257e-05 30043.344871793022 32.66799999999999 32182.43 52.14 45818.39 79.0 44150.12 80.0 43947.09 87.0 2.3e-05 47.0 24481.5 56.0 36577.16 49.0 45668.84 56.0 NA NA NA -2.157142857142857 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 9 SSSSSRKES 31871.775 23616.2 SMM 41.08 18.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.00010606189 0.0002553544 28551.966036680307 23.814625 28915.03 41.08 42538.44 54.0 42740.04 66.0 34828.52 32.0 0.000272 18.0 27278.95 60.0 23616.2 37.0 45879.64 56.0 NA NA NA -2.1571428571428575 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 9 SSSSRKESH 42731.91 25289.19 PickPocket 57.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 5.230048e-05 0.00032171435 29141.0124115278 27.7165 34418.46 62.11 43005.85 57.0 44150.12 80.0 42457.97 77.0 0.000334 16.0 25289.19 57.0 43874.28 55.0 368654.89 100.0 NA NA NA -2.5 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 9 SSSRKESHR 43457.995 28506.072407789758 MHCflurry 75.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 3.7778573e-05 0.00022866148 28506.072407789758 23.814625 32422.07 53.11 45778.75 79.0 43675.0 75.0 43240.99 82.0 0.000173 21.0 50000.0 80.0 37601.92 50.0 83679.68 75.0 NA NA NA -3.0285714285714285 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 9 SSRKESHRP 25445.952 15732.71 MHCnuggetsI 37.0 8.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00022932222 0.0010210453 25910.31367748468 13.754874999999998 15732.71 16.63 44181.19 65.0 42051.98 61.0 34678.87 32.0 0.00146 8.2 22209.93 52.0 23131.83 37.0 24981.59 39.0 NA NA NA -3.1428571428571432 -2.5 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 9 SRKESHRPL 32263.515 7945.94 PickPocket 28.63 5.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00022997854 0.00038798558 23280.323761887867 8.962874999999997 23596.98 28.63 40281.28 44.0 36337.11 30.0 28189.92 17.0 0.00355 5.6 7945.94 23.0 83600.72 75.0 68646.75 69.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 9 RKESHRPLR 41832.44 16352.09 MHCnuggetsI 49.0 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00016710344 0.00043058794 27376.852922771857 18.189125 16352.09 17.4 43827.42 62.0 39837.46 46.0 38603.12 49.0 0.000363 15.0 50000.0 80.0 159297.88 91.0 507715.01 100.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 9 KESHRPLRA 720.685 81.23594551232338 MHCflurry 1.4 0.12 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.0012872567 0.001132543 81.23594551232338 0.177 894.79 1.85 1043.45 1.4 979.25 1.7 565.14 0.42 0.613 0.12 482.07 1.4 207.59 0.9 876.23 3.2 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 9 ESHRPLRAA 8063.521 375.15 SMM 3.8 1.16 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.02662766 0.1822895 12746.962684808736 3.610124999999999 425.64 1.16 15567.0 12.0 20258.44 9.2 19021.05 7.7 0.00983 3.6 3380.08 10.0 375.15 1.3 999.13 3.8 NA NA NA -0.9142857142857143 -0.9142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 9 SHRPLRAAV 10606.79 2686.63 MHCnuggetsI 9.4 3.78 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00013626066 0.0019523079 19078.41824922074 5.6720000000000015 2686.63 3.78 11962.13 8.2 31398.89 20.0 21789.35 9.4 0.00404 5.3 4778.52 15.0 9251.45 21.0 8802.78 21.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 9 HRPLRAAVM 42051.98 23470.271776779296 MHCflurry 61.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00024282561 0.00097256486 23470.271776779296 9.295125 32208.14 52.25 45981.79 81.0 42051.98 61.0 39695.91 56.0 0.000306 17.0 42051.98 75.0 346904.55 99.0 616055.73 100.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 9 RPLRAAVMY 39532.67 27037.513738875656 MHCflurry 62.55 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00015479318 0.0004720892 27037.513738875656 17.127999999999997 34503.55 62.55 45072.98 72.0 41825.1 59.0 37240.24 42.0 0.000446 14.0 33504.88 67.0 89579.78 77.0 86620.36 76.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 9 PLRAAVMYP 40815.23 29554.25 SMMPMBEC 44.1 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014986175 0.00369688 30532.570625363915 38.99449999999999 29920.51 44.1 46013.65 81.0 44630.4 84.0 37000.06 41.0 6.8e-05 31.0 50000.0 80.0 128590.83 86.0 29554.25 43.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 9 LRAAVMYPR 30527.82 15881.05 PickPocket 36.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0001353041 0.00039730882 28695.49916395397 23.814625 26274.25 34.27 41719.34 50.0 37132.0 33.0 32360.14 25.0 4.7e-05 36.0 15881.05 41.0 46047.92 56.0 24077.98 38.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 9 RAAVMYPRP 27792.369 9854.17 SMMPMBEC 22.0 17.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00060375704 0.035542034 27709.047086040475 19.38525 17997.52 19.55 36833.5 34.0 38565.12 39.0 28245.79 17.0 0.000261 18.0 27875.69 61.0 24389.9 38.0 9854.17 22.0 NA NA NA -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 9 AAVMYPRPS 18579.38 5328.68 SMMPMBEC 20.0 9.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00082050974 0.009508823 28264.274462940743 22.16875 15612.52 16.49 30060.82 23.0 28951.56 17.0 21546.24 9.3 0.000192 20.0 11355.63 31.0 11700.65 24.0 5328.68 16.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 9 AVMYPRPST 21187.13 3113.22 SMM 16.159 9.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.001025844 0.023809733 26956.80089922469 16.158749999999998 36395.85 73.3 17837.61 13.0 32259.8 21.0 24536.65 13.0 0.00099 9.7 11479.16 32.0 3113.22 12.0 11847.32 24.0 NA NA NA -1.2285714285714284 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 9 VMYPRPSTI 38657.265 7131.08 PickPocket 36.0 6.27625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.0054756426 0.022039581 20206.93479413987 6.27625 39370.25 92.33 41125.05 47.0 37944.28 36.0 27839.21 17.0 0.00213 6.9 7131.08 21.0 58372.73 64.0 123486.65 85.0 NA NA NA -0.8571428571428571 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 9 MYPRPSTID 46320.6 30016.962320406477 MHCflurry 84.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0012403032 0.001695431 30016.962320406477 32.66799999999999 39397.35 92.48 46288.27 84.0 46352.93 97.0 41744.64 71.0 4.5e-05 37.0 50000.0 80.0 176689.2 92.0 181810.93 93.0 NA NA NA -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 9 YPRPSTIDQ 46292.935 27961.09796384797 MHCflurry 81.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00023216997 0.004480743 27961.09796384797 20.700875 40513.55 97.62 46483.02 87.0 46102.85 95.0 42829.84 79.0 9.2e-05 28.0 50000.0 80.0 104522.55 81.0 115244.44 84.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 9 PRPSTIDQA 43759.34 24484.52772285481 MHCflurry 67.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00046515494 0.00063074654 24484.52772285481 10.885249999999996 32883.19 55.04 45560.36 77.0 44630.4 84.0 42888.28 80.0 0.000252 18.0 50000.0 80.0 36915.61 49.0 64212.56 67.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 9 RPSTIDQAA 18205.262 2495.8 SMM 12.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0007609875 0.027281294 13684.763737749749 3.826874999999999 23142.08 27.78 22765.38 17.0 33686.63 23.0 22725.76 12.0 0.00931 3.6 5441.03 17.0 2495.8 9.2 2538.75 9.3 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 9 PSTIDQAAT 33810.686 6014.65 SMM 72.0 17.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0007060451 0.017099833 28841.89257817505 25.64975 38779.48 88.79 45030.56 72.0 43675.0 75.0 45410.26 96.0 2e-06 87.0 26123.53 58.0 6014.65 17.0 15157.24 28.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 9 STIDQAATW 40848.435 21269.21 PickPocket 53.0 7.7 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00021361744 0.0006832382 27432.34175341992 18.189125 40321.87 96.94 42435.91 53.0 41375.0 56.0 32350.33 25.0 0.00165 7.7 21269.21 51.0 52627.17 60.0 82912.5 75.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 9 TIDQAATWT 32522.585 9598.65 SMM 60.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00014935891 0.013609528 26532.74274901035 15.284124999999998 36249.81 72.39999999999999 43575.41 60.0 43911.91 77.0 41542.33 70.0 2.5e-05 46.0 28795.36 62.0 9598.65 22.0 14342.34 27.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 9 IDQAATWTA 2295.211 1085.26 PickPocket 4.3 1.297624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.05633973 0.29898003 1389.8726730900855 1.297624999999998 18509.24 20.27 8528.67 6.2 9759.45 5.9 3200.55 1.5 0.0462 1.7 1085.26 3.4 1117.4 4.3 1168.48 4.4 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 9 DQAATWTAT 8787.146 1691.19 PickPocket 6.2 2.915125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00015123143 0.003081698 9053.102291324736 2.915125 27247.06 36.6 8521.19 6.2 15881.05 7.6 10522.32 3.9 0.00661 4.3 1691.19 5.5 5639.1 17.0 1813.93 6.9 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 9 QAATWTATG 21948.41 8950.22 PickPocket 26.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00016988743 0.0010051864 26187.17065323792 14.480874999999996 17185.62 18.47 32125.71 26.0 40270.83 48.0 30320.85 21.0 4.7e-05 36.0 8950.22 26.0 17709.65 31.0 13050.29 25.0 NA NA NA 0.028571428571428612 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 9 AATWTATGG 28906.422 10014.29 SMMPMBEC 36.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00059679715 0.006085064 26938.704738461733 16.158749999999998 30874.14 47.28 37101.49 35.0 38984.65 41.0 36571.4 39.0 1.2e-05 58.0 13356.59 36.0 15247.9 28.0 10014.29 22.0 NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 9 ATWTATGGW 36869.525 25598.23 SMM 44.0 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00014347151 0.0007591052 29512.58673597075 30.050999999999995 40415.94 97.27 42522.34 54.0 39622.53 44.0 34116.52 30.0 0.000121 25.0 28485.48 62.0 25598.23 39.0 55798.18 62.0 NA NA NA -0.31428571428571433 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 9 TWTATGGWR 45169.075 29841.50434245762 MHCflurry 71.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0003770466 0.027114796 29841.50434245762 32.66799999999999 32819.93 54.76 44977.5 71.0 45360.65 90.0 44533.94 91.0 5e-06 73.0 50000.0 80.0 66406.41 68.0 51005.85 59.0 NA NA NA -0.8285714285714285 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 9 WTATGGWRP 33960.675 27508.230034187494 MHCflurry 42.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00041262945 0.019152647 27508.230034187494 18.189125 36722.93 75.33999999999999 43892.9 62.0 43204.99 71.0 31198.42 22.0 0.000223 19.0 40270.83 74.0 28327.61 42.0 28550.91 42.0 NA NA NA -0.9571428571428571 -0.31428571428571433 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 9 TATGGWRPL 36489.185 11355.63 PickPocket 40.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0015963694 0.0076573268 23546.670046319312 9.295125 38116.71 84.46000000000001 36653.0 34.0 42740.04 66.0 36805.6 40.0 0.000115 25.0 11355.63 31.0 36325.37 49.0 34325.75 47.0 NA NA NA -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 9 ATGGWRPLP 34514.45 14080.56 SMMPMBEC 30.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0073904726 0.07657413 25177.06280796249 11.891624999999998 37925.66 83.16 39187.21 40.0 36141.06 30.0 32887.84 26.0 0.000257 18.0 40708.92 74.0 21989.23 35.0 14080.56 26.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 9 TGGWRPLPS 40810.77 16404.99 PickPocket 60.02 17.127999999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011925253 0.006114114 27141.085412595618 17.127999999999997 33984.76 60.02 46132.29 83.0 44150.12 80.0 37471.42 43.0 1.1e-05 60.0 16404.99 42.0 67330.21 69.0 62032.6 66.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 9 GGWRPLPSP 34999.84 16404.99 PickPocket 42.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0015013184 0.008874072 19298.319449205326 5.774625 35139.86 65.9 43346.39 59.0 43439.36 73.0 34859.82 32.0 0.000682 12.0 16404.99 42.0 43272.3 54.0 17767.24 31.0 NA NA NA -1.0285714285714287 -0.8000000000000002 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 9 GWRPLPSPR 43921.965 23444.56 PickPocket 66.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.00047530746 0.006282287 27333.09381793723 18.189125 26538.14 34.88 44338.72 66.0 45606.71 92.0 43505.21 84.0 3.6e-05 40.0 23444.56 54.0 126243.78 86.0 80097.69 74.0 NA NA NA -1.542857142857143 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 9 WRPLPSPRG 45699.72 28191.141556518905 MHCflurry 80.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.00027961752 0.00020769869 28191.141556518905 22.16875 31616.63 49.96 46769.04 90.0 44630.4 84.0 40001.16 58.0 9.1e-05 28.0 50000.0 80.0 411348.58 100.0 631858.74 100.0 NA NA NA -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 9 RPLPSPRGA 18439.753 5299.2 SMM 20.0 3.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.0014887862 0.020394297 15663.286243311411 4.3225 21216.22 24.45 38063.93 37.0 39622.53 44.0 29659.57 19.0 0.00967 3.6 15044.73 40.0 5299.2 16.0 7918.08 20.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 9 PLPSPRGAR 47684.66 26911.903592040355 MHCflurry 97.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.00023307106 0.0027032353 26911.903592040355 16.158749999999998 31898.79 51.04 48512.14 100.0 46857.18 99.0 45852.62 97.0 1.2e-05 58.0 50000.0 80.0 682668.71 100.0 1716405.91 100.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 9 LPSPRGARL 42680.675 21293.42472895376 MHCflurry 75.49 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00018511257 0.00079823885 21293.42472895376 7.055125 36747.94 75.49 46219.22 84.0 44630.4 84.0 40730.95 64.0 0.000574 13.0 35367.39 69.0 128000.01 86.0 235298.96 96.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 9 PSPRGARLT 46540.805 28437.481598112023 MHCflurry 84.0 22.16875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0001450464 0.00043550212 28437.481598112023 22.16875 39179.3 91.26 47018.17 92.0 47366.92 100.0 46063.44 98.0 5e-06 73.0 50000.0 80.0 42093.01 53.0 113925.25 84.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 9 SPRGARLTP 38926.315 16777.405203154234 MHCflurry 58.69 4.707375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00044710323 0.0007510149 16777.405203154234 4.707375 33702.51 58.69 45429.91 76.0 44150.12 80.0 31049.91 22.0 0.0032 5.9 29108.61 62.0 62260.13 66.0 49730.18 58.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 9 PRGARLTPA 23129.604 7416.69 SMM 26.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00079267984 0.0019555702 25369.217283227583 12.471374999999998 20889.99 23.91 31857.79 26.0 39408.75 43.0 36320.21 38.0 5.8e-05 33.0 10757.62 30.0 7416.69 19.0 13887.37 26.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 9 RGARLTPAP 27754.065 4859.82 SMMPMBEC 26.0 7.440875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0019278508 0.008390637 21823.37868983464 7.440875 25571.01 32.690000000000005 40490.16 45.0 41375.0 56.0 30931.87 22.0 0.000357 16.0 8950.22 26.0 29937.12 43.0 4859.82 15.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 9 GARLTPAPP 21810.513 8602.41 SMMPMBEC 21.0 4.181874999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0039980775 0.023340052 15174.65533592604 4.181874999999999 8868.92 9.36 44050.86 64.0 42740.04 66.0 28446.37 18.0 0.000239 19.0 11604.04 32.0 32825.4 46.0 8602.41 21.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 9 ARLTPAPPP 19559.394 7945.94 PickPocket 17.0 5.2 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.019612325 0.0085931085 18448.29701656467 5.2856250000000005 11825.59 12.26 34110.62 29.0 29266.51 17.0 20670.49 8.6 0.00428 5.2 7945.94 23.0 20854.99 34.0 11288.08 24.0 NA NA NA -0.21428571428571436 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 9 RLTPAPPPP 32178.76 19446.80068692855 MHCflurry 47.0 5.774625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.01144202 0.042511117 19446.80068692855 5.774625 27000.41 35.980000000000004 44381.43 66.0 43675.0 75.0 30268.07 20.0 0.000632 12.0 20589.91 50.0 70665.92 70.0 34089.45 47.0 NA NA NA -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 9 LTPAPPPPL 44759.31 14712.402732447032 MHCflurry 76.0 4.095875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0058952686 0.004883031 14712.402732447032 4.095875 34988.83 65.09 46970.89 92.0 45606.71 92.0 42015.16 73.0 0.000164 22.0 43911.91 76.0 297995.7 98.0 387810.89 100.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 9 TPAPPPPLS 41146.975 11921.605025132663 MHCflurry 51.0 3.4429999999999987 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0015151417 0.0016365957 11921.605025132663 3.4429999999999987 25920.77 33.47 43190.96 58.0 44150.12 80.0 35046.27 33.0 0.00406 5.3 50000.0 80.0 39102.99 51.0 70895.72 70.0 NA NA NA -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 9 PAPPPPLSL 47596.09 10944.485112597657 MHCflurry 98.0 3.2448749999999986 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.003682039 0.0038658923 10944.485112597657 3.2448749999999986 36190.5 72.04 47825.26 99.0 47366.92 100.0 46015.13 98.0 0.000137 24.0 50000.0 80.0 481071.91 100.0 788170.18 100.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 9 APPPPLSLS 44349.13 16374.20325363056 MHCflurry 57.0 4.531125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.00021641217 0.0013400078 16374.20325363056 4.531125 31954.11 51.24999999999999 43091.55 57.0 45606.71 92.0 35527.7 35.0 0.00201 7.1 50000.0 80.0 70503.39 70.0 119845.02 85.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 9 PPPPLSLSR 47452.41 25382.704344564467 MHCflurry 97.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0009098184 0.0010281345 25382.704344564467 12.471374999999998 36339.84 72.95 47537.9 97.0 47366.92 100.0 46273.77 99.0 4e-05 39.0 50000.0 80.0 863395.94 100.0 804674.06 100.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 9 KKSESEVEA 12638.378 1459.52 SMM 8.2 3.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.0004823625 0.0024529754 16979.37637056933 4.77275 3585.29 4.62 18769.79 14.0 25702.97 14.0 24666.02 13.0 0.0141 3.0 8297.38 24.0 1459.52 5.5 2206.07 8.2 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 9 KSESEVEAA 8366.935 190.96 MHCnuggetsI 12.0 0.69 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0017977337 0.030444045 12582.349741633803 3.583124999999999 190.96 0.69 22982.44 17.0 30893.41 19.0 31477.8 23.0 0.000695 12.0 4151.52 13.0 1503.87 5.6 2049.37 7.7 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 9 SESEVEAAA 29.935 10.66 MHCnuggetsI 0.04 0.00025 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.2529065 0.029411519 36.79706321884285 0.00025 10.66 0.02 30.31 0.04 29.56 0.08 18.82 0.03 0.958 0.01 80.0 0.2 32.15 0.2 20.73 0.2 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 9 ESEVEAAAI 11868.522 857.07 MHCnuggetsI 19.0 1.7999999999999998 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0073165735 0.012291026 16614.744713432057 4.647 857.07 1.7999999999999998 33265.04 28.0 35946.07 29.0 37455.2 43.0 7.8e-05 30.0 5997.52 18.0 5131.09 16.0 7122.3 19.0 NA NA NA 1.0142857142857145 1.0142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 9 SEVEAAAII 311.61 67.615472228283 MHCflurry 0.74 0.116625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.038457017 0.0005850801 67.615472228283 0.116625 310.5 0.95 620.9 0.85 312.72 0.74 166.07 0.16 0.526 0.16 286.79 0.7 586.42 2.1 773.78 2.8 NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 9 EVEAAAIIA 8090.523 246.07 MHCnuggetsI 11.0 0.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.02734759 0.074483104 8734.56674589023 2.8459999999999988 246.07 0.83 18797.84 14.0 30726.73 19.0 25057.13 14.0 0.000742 11.0 7446.48 22.0 1127.74 4.3 1338.51 5.1 NA NA NA 1.8142857142857145 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 9 VEAAAIIAQ 1004.465 581.59 SMMPMBEC 2.2 1.2152499999999984 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.006757107 0.00079711026 1184.3867013528993 1.2152499999999984 1096.18 2.09 3927.83 3.6 912.75 1.6 6978.73 2.7 0.0279 2.2 767.66 2.4 676.41 2.4 581.59 2.1 NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 9 EAAAIIAQR 20576.565 10774.73 MHCnuggetsI 25.0 5.2856250000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.027564498 0.09275048 18457.350909762023 5.2856250000000005 10774.73 11.2 38743.29 39.0 37739.56 35.0 36778.55 40.0 0.00044 14.0 22695.78 53.0 12770.56 25.0 11874.63 24.0 NA NA NA 0.9142857142857144 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 9 PRPSTIDQV 46318.225 25455.17784043413 MHCflurry 90.0 12.471374999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0002872042 0.00039462824 25455.17784043413 12.471374999999998 34343.36 61.75000000000001 47275.8 95.0 45360.65 90.0 44803.14 93.0 7.1e-05 31.0 50000.0 80.0 297995.7 98.0 410790.13 100.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 9 RPSTIDQVV 26488.3 15208.39 PickPocket 33.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0010891284 0.0056326366 17068.87130125521 4.77275 30783.91 46.96 34854.16 30.0 38774.32 40.0 32959.8 26.0 0.00199 7.1 15208.39 40.0 22192.69 36.0 20166.01 33.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 9 PSTIDQVVR 46637.95 27269.92986337918 MHCflurry 80.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0050279656 0.013379662 27269.92986337918 18.189125 34350.9 61.79 47482.9 97.0 45854.11 94.0 47421.79 100.0 2e-06 87.0 50000.0 80.0 45103.47 55.0 87623.38 77.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 9 STIDQVVRT 27805.221 4968.33 SMM 26.0 9.643999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00023579634 0.006564853 23771.612668529026 9.643999999999998 38497.17 86.94 31838.83 26.0 38357.05 38.0 34483.55 31.0 0.000949 9.8 18882.64 47.0 4968.33 16.0 11366.32 24.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 9 TIDQVVRTA 19444.33 1756.39 SMMPMBEC 17.0 3.119749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0011392134 0.06505465 10236.959065120427 3.119749999999999 28651.7 40.32 37020.87 35.0 39408.75 43.0 29545.54 19.0 0.0051 4.8 5805.97 17.0 2193.87 8.2 1756.39 6.7 NA NA NA -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 9 IDQVVRTAL 27867.925 3085.973687263632 MHCflurry 21.0 1.7916249999999985 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.060758322 0.09822501 3085.973687263632 1.7916249999999985 37090.74 77.69 35620.85 32.0 28026.9 16.0 25431.88 14.0 0.00514 4.8 7054.34 21.0 38833.81 51.0 27708.95 41.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 9 DQVVRTALS 34312.97 8664.37 PickPocket 28.0 5.373500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.000209901 0.0032008253 18649.92428141933 5.373500000000001 33258.55 56.68 39881.46 42.0 35367.39 28.0 23766.1 12.0 0.0011 9.2 8664.37 25.0 59321.21 64.0 43513.1 54.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 9 PPSGKSTPF 45691.745 27645.58084935741 MHCflurry 92.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00069310056 0.00030326223 27645.58084935741 19.38525 38905.57 89.59 46996.8 92.0 46352.93 97.0 45030.56 94.0 6.1e-05 33.0 38150.11 72.0 201006.45 94.0 178903.98 93.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 9 PSGKSTPFG 46501.835 30079.258075815957 MHCflurry 80.0 35.63949999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00021925305 0.00053853955 30079.258075815957 35.63949999999999 33436.46 57.48 46900.82 91.0 46102.85 95.0 46090.87 98.0 1e-06 95.0 50000.0 80.0 75894.45 72.0 69762.17 70.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 9 SGKSTPFGN 42882.615 16053.81 PickPocket 61.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00020836189 0.0004158895 29295.07851454591 27.7165 24549.87 30.520000000000003 44092.84 64.0 43675.0 75.0 42090.23 74.0 1e-05 61.0 16053.81 41.0 53729.15 61.0 79729.68 74.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 9 GKSTPFGNE 43678.7 29270.27 MHCnuggetsI 66.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.00023609253 0.00068090257 29823.474167081906 32.66799999999999 29270.27 42.120000000000005 44617.36 68.0 42740.04 66.0 42222.95 75.0 1.6e-05 53.0 50000.0 80.0 52627.17 60.0 108048.81 82.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 9 KSTPFGNEE 34240.735 10780.03 SMMPMBEC 39.0 23.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00061800826 0.007928861 29264.280666589784 27.7165 37420.48 79.86 38119.57 37.0 42280.1 63.0 41630.05 70.0 4e-05 39.0 31060.99 65.0 19240.22 33.0 10780.03 23.0 NA NA NA -1.4857142857142858 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 9 STPFGNEEQ 45562.025 27577.073805143555 MHCflurry 80.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00045366646 0.0016625933 27577.073805143555 19.38525 37911.59 83.07 45269.94 74.0 45854.11 94.0 45052.49 94.0 2.6e-05 45.0 50000.0 80.0 76773.26 73.0 107305.01 82.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 9 TPFGNEEQQ 46384.815 23860.523985424512 MHCflurry 80.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 9.056221e-05 0.0003525905 23860.523985424512 9.643999999999998 36184.8 72.00999999999999 46915.52 91.0 45854.11 94.0 45617.57 96.0 0.000349 16.0 50000.0 80.0 80022.11 74.0 106076.7 82.0 NA NA NA -2.157142857142857 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 9 PFGNEEQQL 47247.225 29160.61301488985 MHCflurry 86.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.00031843272 0.0038879376 29160.61301488985 27.7165 35942.06 70.53 47637.27 98.0 46857.18 99.0 47758.04 100.0 1.1e-05 60.0 45854.11 78.0 128590.83 86.0 128712.28 86.0 NA NA NA -2.014285714285714 -1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 9 PPRPKPPSV 45785.245 18160.505366366328 MHCflurry 78.0 5.20425 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 144 0.0010785712 0.0024270264 18160.505366366328 5.20425 22871.52 27.29 45716.38 78.0 45854.11 94.0 43752.56 86.0 0.000875 11.0 50000.0 80.0 78200.58 73.0 111075.94 83.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 9 PRPKPPSVW 47984.595 28844.99598891044 MHCflurry 98.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 145 0.00025001864 1.8743754e-05 28844.99598891044 25.64975 38626.27 87.79 48331.4 100.0 46604.38 98.0 47637.79 100.0 1.4e-05 55.0 50000.0 80.0 1038030.23 100.0 3308415.14 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 9 RPKPPSVWQ 44129.16 26946.34777713713 MHCflurry 67.0 11.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 146 0.00030171536 0.0016049371 26946.34777713713 16.158749999999998 35700.62 69.12 43868.71 62.0 44389.61 82.0 40279.1 60.0 0.000749 11.0 50000.0 80.0 64299.86 67.0 78635.74 73.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 9 ADFSQMSKF 23353.8 4288.48 PickPocket 14.0 2.7658749999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.0019112548 0.0012444298 8247.016128628786 2.7658749999999994 23091.4 27.69 31145.47 25.0 25982.58 14.0 22260.7 9.8 0.0145 3.0 4288.48 14.0 23616.2 37.0 44322.07 55.0 NA NA NA -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 9 DFSQMSKFG 45868.97 26790.22 MHCnuggetsI 80.0 35.480000000000004 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00011370048 0.00072727184 31324.76681541468 47.08112499999999 26790.22 35.480000000000004 46622.02 88.0 45115.92 88.0 39775.45 57.0 2.9e-05 44.0 50000.0 80.0 412296.83 100.0 114714.94 84.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 9 FSQMSKFGN 40285.265 27302.98 SMM 58.9 41.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00017791681 0.00538269 30940.10429995324 42.77524999999999 33747.68 58.9 44916.23 71.0 40708.92 51.0 39861.61 57.0 2e-06 87.0 41599.44 75.0 27302.98 41.0 111845.88 83.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 9 SQMSKFGNE 19711.145 3416.85 PickPocket 11.0 6.7 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 150 0.0002241926 0.0024872539 23493.14963568434 9.295125 37717.97 81.81 28503.05 22.0 22330.41 10.0 17091.88 6.7 0.0011 9.2 3416.85 11.0 8264.37 20.0 6848.89 18.0 NA NA NA -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 9 QMSKFGNEE 31666.187 12039.82 SMMPMBEC 32.0 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.0002841048 0.0077961674 29474.364351950364 30.050999999999995 35738.25 69.34 35597.72 32.0 40489.28 50.0 33858.01 29.0 0.000142 23.0 13947.35 37.0 27555.61 41.0 12039.82 24.0 NA NA NA -1.8285714285714287 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 9 MSKFGNEEQ 30520.15 18501.63 SMM 51.0 29.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0017971973 0.010467817 29445.17911661601 30.050999999999995 23961.48 29.33 42741.88 55.0 42509.45 65.0 41696.32 71.0 1.8e-05 51.0 26407.71 59.0 18501.63 32.0 31595.12 45.0 NA NA NA -2.2142857142857144 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 9 SKFGNEEQQ 41976.215 25289.39007867198 MHCflurry 54.0 12.471374999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.0001523178 0.00014015833 25289.39007867198 12.471374999999998 26810.86 35.53 43299.98 58.0 41151.77 54.0 42800.66 79.0 0.000185 21.0 50000.0 80.0 31930.81 45.0 77556.82 73.0 NA NA NA -2.157142857142857 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 9 KFGNEEQQL 45007.385 21970.92 PickPocket 73.0 19.38525 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.00024353738 0.011814965 27648.80048774026 19.38525 36912.16 76.53999999999999 45701.05 78.0 44872.5 86.0 45142.27 94.0 9e-05 28.0 21970.92 52.0 77841.29 73.0 77735.61 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 9 TVVGVGQVV 25344.18 5896.85 SMMPMBEC 30.0 4.273874999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 155 0.0011773681 0.00958886 15405.33732994296 4.273874999999999 32605.51 53.85 35229.14 31.0 36931.66 32.0 34081.11 30.0 0.00112 9.1 18082.85 45.0 10237.88 22.0 5896.85 17.0 NA NA NA 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 9 VVGVGQVVS 37085.785 26340.26 SMMPMBEC 50.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 156 0.00046414294 0.0047508962 27794.152506189235 19.38525 33848.86 59.38 41563.9 49.0 44150.12 80.0 40322.71 61.0 1.9e-05 50.0 44872.5 77.0 28392.92 42.0 26340.26 40.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 9 VGVGQVVSG 39845.895 17130.58 PickPocket 64.0 8.1255 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 157 0.0003695595 0.0013655206 22469.02464558682 8.1255 36768.7 75.62 44096.65 64.0 45854.11 94.0 42923.09 80.0 1.7e-05 52.0 17130.58 43.0 61831.53 66.0 24582.16 38.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 9 ITVVGVGQS 44017.075 29395.46316552297 MHCflurry 65.08 27.7165 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0009758864 0.011001754 29395.46316552297 27.7165 34987.43 65.08 44820.59 70.0 45606.71 92.0 41195.0 67.0 9e-06 63.0 50000.0 80.0 55107.41 62.0 43213.56 54.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 9 TVVGVGQSL 38053.81 16847.698137540756 MHCflurry 49.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0012814807 0.0033815014 16847.698137540756 4.707375 38404.39 86.33999999999999 42986.77 57.0 42740.04 66.0 37703.23 44.0 0.00107 9.3 19932.31 49.0 44896.24 55.0 31233.45 44.0 NA NA NA 1.0142857142857142 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 9 VVGVGQSLA 27405.792 4438.23 SMM 31.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 160 0.00043657285 0.010211323 23658.49405731051 9.295125 31153.09 48.27 32759.27 27.0 41825.1 59.0 36107.83 37.0 7.2e-05 31.0 17695.75 44.0 4438.23 15.0 7702.29 19.0 NA NA NA 0.6714285714285715 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 9 VGVGQSLAD 41275.17 19505.61 PickPocket 83.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 161 0.000456094 0.0008007538 25164.42493332625 11.891624999999998 37585.02 80.95 46174.23 83.0 46604.38 98.0 44965.32 93.0 2e-06 87.0 19505.61 48.0 155671.82 90.0 31740.96 45.0 NA NA NA 0.2285714285714285 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 9 GVGQSLADE 45073.71 28609.96845555404 MHCflurry 80.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 162 9.2119546e-05 0.0012082435 28609.96845555404 23.814625 38754.33 88.63 45098.33 72.0 45115.92 88.0 45049.09 94.0 2e-06 87.0 50000.0 80.0 46796.14 57.0 31449.95 44.0 NA NA NA -0.8714285714285716 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 9 VGQSLADEL 42080.835 13648.77 PickPocket 55.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.0013119358 0.0076126284 23164.71255921768 8.669125 36476.64 73.8 42696.59 55.0 43675.0 75.0 41465.08 69.0 6.9e-05 31.0 13648.77 37.0 80576.8 74.0 44938.65 55.0 NA NA NA -0.27142857142857146 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 9 GQSLADELA 7496.556 1485.27 PickPocket 6.1 2.087125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0008201353 0.0032933566 4407.412440316373 2.087125 15700.98 16.59 18028.93 13.0 17600.27 8.1 10585.7 4.0 0.00875 3.7 1485.27 4.9 2139.0 8.0 1587.16 6.1 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 9 QSLADELAL 25470.518 6195.39 PickPocket 31.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.0014608259 0.0034397673 21587.79580823203 7.239375 29353.24 42.370000000000005 40086.5 43.0 39408.75 43.0 39147.81 53.0 0.000217 19.0 6195.39 18.0 17587.74 31.0 12434.26 25.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 9 VPNNKITVS 36601.89 23551.15758761524 MHCflurry 49.0 9.295125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0013234447 0.020483335 23551.15758761524 9.295125 35997.18 70.86 43640.04 61.0 42740.04 66.0 34290.46 30.0 0.00101 9.6 49461.93 80.0 35909.55 48.0 37206.6 49.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 9 PNNKITVSL 42903.235 9972.95 PickPocket 58.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 167 0.0018685617 0.0078123375 25780.24769829465 13.067624999999998 33829.04 59.28 44571.06 68.0 43439.36 73.0 42367.11 76.0 8.8e-05 28.0 9972.95 28.0 48888.87 58.0 48710.21 58.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 9 NNKITVSLA 10849.41 140.87 MHCnuggetsI 9.0 0.5700000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 168 0.0013145952 0.011946862 21481.83096088852 7.055125 140.87 0.5700000000000001 25407.39 19.0 28331.79 16.0 17723.14 7.0 0.00285 6.1 3975.68 13.0 2813.26 10.0 2413.35 9.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 9 NKITVSLAD 34100.355 13527.78 MHCnuggetsI 44.0 14.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 169 0.000522575 0.0004334261 29662.37374135727 30.050999999999995 13527.78 14.08 40249.91 44.0 37132.0 33.0 31068.71 22.0 2.9e-05 44.0 22942.68 54.0 92514.54 78.0 38602.91 51.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 9 KITVSLADE 34656.005 23616.2 SMM 63.0 37.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 170 0.000108136075 0.0134328 31235.881014713366 47.08112499999999 32777.79 54.59 43920.46 63.0 46102.85 95.0 45505.66 96.0 1e-06 95.0 36534.22 70.0 23616.2 37.0 29759.11 43.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 9 ITVSLADEL 42829.365 26237.202393285068 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 171 0.0006794393 0.005375337 26237.202393285068 14.480874999999996 37030.42 77.3 44710.14 69.0 44150.12 80.0 41508.61 69.0 4.9e-05 36.0 34610.27 68.0 100048.37 80.0 76492.7 73.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 9 TVSLADELA 22384.59 4458.72 SMM 19.0 5.0440000000000005 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0012803499 0.008388603 17768.174959456483 5.0440000000000005 26686.33 35.23 35274.13 31.0 41599.44 57.0 29201.04 19.0 0.000293 17.0 18082.85 45.0 4458.72 15.0 5440.26 16.0 NA NA NA 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 9 VSLADELAL 33541.915 8478.89 PickPocket 44.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0014615662 0.0071415417 23365.675501713173 8.962874999999997 35663.55 68.89999999999999 43744.04 61.0 41825.1 59.0 41156.68 67.0 0.00012 25.0 8478.89 25.0 31420.28 44.0 19571.31 33.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 9 APVAEEESL 39019.335 16767.487774654044 MHCflurry 46.0 4.707375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 174 0.00095795427 0.0016191814 16767.487774654044 4.707375 28897.33 41.03 40436.75 44.0 44389.61 82.0 41479.9 69.0 0.0011 9.2 18279.56 46.0 37601.92 50.0 44526.65 55.0 NA NA NA -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 9 PVAEEESLA 30071.925 3328.2 SMM 33.0 8.962874999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 175 0.0002837062 0.0019657447 23423.633906946103 8.962874999999997 24002.79 29.42 43642.88 61.0 45360.65 90.0 43061.71 81.0 6e-05 33.0 36141.06 70.0 3328.2 13.0 5802.56 17.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 9 VAEEESLAD 35884.655 22933.986039481908 MHCflurry 60.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 176 0.00078563165 0.0025954673 22933.986039481908 8.669125 25707.86 32.99 45596.84 77.0 45606.71 92.0 44440.55 90.0 1.1e-05 60.0 23444.56 54.0 109700.85 83.0 27328.76 41.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 9 AEEESLADE 2045.05 527.98 SMMPMBEC 2.4 1.7179999999999984 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 177 0.00038374393 0.00062503846 2744.5921971217435 1.7179999999999984 4140.52 5.11 2246.0 2.4 1844.1 2.5 9665.82 3.6 0.0312 2.0 767.66 2.4 539.77 2.0 527.98 1.9 NA NA NA -1.3142857142857143 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 9 EEESLADEL 1890.97 100.86432278580556 MHCflurry 2.3 0.2418749999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 178 0.003597287 0.0010883918 100.86432278580556 0.2418749999999999 4437.3 5.38 1779.22 2.0 2812.19 3.0 4487.23 1.9 0.234 0.49 719.41 2.3 1324.98 5.1 2002.72 7.5 NA NA NA -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 9 EESLADELA 157.67 53.73845282657667 MHCflurry 0.33 0.051625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 179 0.0087539945 0.00068652845 53.73845282657667 0.051625 71.34 0.33 215.99 0.31 238.6 0.59 173.56 0.17 0.599 0.12 337.32 0.8 77.48 0.4 141.78 0.6 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 9 ESLADELAL 15644.985 5997.52 PickPocket 24.0 5.5695000000000014 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 180 0.0047192583 0.003774219 19020.83098903641 5.5695000000000014 12269.14 12.75 40445.07 44.0 37132.0 33.0 40083.89 59.0 0.000231 19.0 5997.52 18.0 11836.14 24.0 11657.89 24.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 9 IAPVAEEES 47251.63 23140.510464391027 MHCflurry 80.0 8.669125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00028668714 0.00331886 23140.510464391027 8.669125 26265.86 34.25 47136.34 93.0 47366.92 100.0 44386.24 90.0 1.3e-05 57.0 50000.0 80.0 112774.26 83.0 92176.45 78.0 NA NA NA -0.9857142857142857 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 9 CAISILGKT 28335.845 9532.57 SMM 30.0 17.127999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.00014471875 0.0025003718 27177.450256120937 17.127999999999997 29494.24 42.76 30477.07 24.0 40270.83 48.0 33418.35 28.0 2.6e-05 45.0 26123.53 58.0 9532.57 22.0 17362.81 30.0 NA NA NA 0.9999999999999999 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 9 AISILGKTI 27634.099 5932.98 PickPocket 24.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.0017485329 0.005946957 22866.37813765345 8.390625 34719.86 63.66 38545.51 38.0 36337.11 30.0 32401.82 25.0 0.000371 15.0 5932.98 18.0 10646.58 23.0 11418.79 24.0 NA NA NA 1.0 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 9 ISILGKTIR 45425.805 27657.4597782104 MHCflurry 80.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.0010794256 0.010639364 27657.4597782104 19.38525 28654.09 40.33 46221.21 84.0 44630.4 84.0 43615.98 85.0 4.9e-05 36.0 50000.0 80.0 72645.71 71.0 125782.44 86.0 NA NA NA 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 9 SILGKTIRR 40614.695 26194.49 SMM 72.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.00018124831 0.0061106756 26864.37529047132 16.158749999999998 36837.19 76.06 46155.74 83.0 43439.36 73.0 42664.27 78.0 0.000312 17.0 38565.12 72.0 26194.49 40.0 43513.1 54.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 9 ILGKTIRRH 46023.525 32452.6655032176 MHCflurry 84.0 36.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 1.1272224e-05 0.00055373495 32452.6655032176 69.298375 37443.42 80.02 47416.65 96.0 44630.4 84.0 43774.82 86.0 4.9e-05 36.0 50000.0 80.0 132498.21 87.0 235298.96 96.0 NA NA NA -1.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 9 LGKTIRRHM 43465.72 29687.07343151631 MHCflurry 82.0 30.050999999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 2.4233614e-05 0.00017021422 29687.07343151631 30.050999999999995 38118.66 84.47 47561.54 98.0 43675.0 75.0 43256.44 82.0 4.7e-05 36.0 38150.11 72.0 486642.46 100.0 439157.19 100.0 NA NA NA -1.4857142857142858 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 9 GKTIRRHMM 42497.33 28882.860772769272 MHCflurry 71.0 19.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 188 3.2849806e-05 0.00029706597 28882.860772769272 25.64975 37994.76 83.63000000000001 44929.84 71.0 40053.56 47.0 40064.82 59.0 0.000238 19.0 50000.0 80.0 154600.18 90.0 1206757.48 100.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 9 KTIRRHMMF 41521.215 29520.346293517105 MHCflurry 58.0 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 189 0.0001023786 0.0026552856 29520.346293517105 30.050999999999995 39881.82 95.05 43160.61 58.0 35176.57 27.0 31347.62 23.0 0.000303 17.0 47882.2 79.0 137470.65 88.0 203995.22 95.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 9 TIRRHMMFN 41621.61 29036.48 MHCnuggetsI 65.0 41.44 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 6.623694e-06 0.002011088 32175.834081830828 63.07837499999999 29036.48 41.44 45503.69 76.0 43439.36 73.0 39803.86 57.0 1e-06 95.0 44389.61 77.0 31132.21 44.0 59926.65 65.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 9 IRRHMMFNL 38261.87 16883.55 MHCnuggetsI 45.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 3.4229197e-05 0.00042773245 26448.136608993307 15.284124999999998 16883.55 18.07 43422.43 59.0 40489.28 50.0 36034.46 37.0 4.9e-05 36.0 17888.25 45.0 91035.34 78.0 134778.31 87.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 9 RRHMMFNLS 28204.323 12108.35 MHCnuggetsI 19.0 7.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 5.2051095e-05 0.0029192385 27923.166151586574 20.700875 12108.35 12.57 22417.56 16.0 29108.61 17.0 18469.22 7.4 0.000226 19.0 28485.48 62.0 47666.14 57.0 32108.5 45.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 9 RHMMFNLSH 25971.805 11233.42 PickPocket 31.0 8.4 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 1.4814155e-05 0.0016664921 29930.020929102284 32.66799999999999 29742.43 43.53 26101.21 19.0 25842.4 14.0 20265.02 8.4 0.000938 9.9 11233.42 31.0 55489.4 62.0 23967.35 38.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 9 HMMFNLSHY 34358.874 11857.88 PickPocket 32.668 9.4 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00015674376 0.008451146 29862.67720178174 32.66799999999999 38855.07 89.27000000000001 41806.55 50.0 23192.26 12.0 21949.77 9.6 0.00104 9.4 11857.88 32.0 71319.78 71.0 90078.26 77.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 9 MMFNLSHYC 27779.77 6469.41 PickPocket 19.0 6.1 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.00016827755 0.014890492 25221.46085700913 11.891624999999998 35703.48 69.14 33285.55 28.0 27426.93 15.0 15941.48 6.1 0.000359 16.0 6469.41 19.0 28132.61 41.0 32034.65 45.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 9 RLSQRKDQR 45859.435 28707.50361633108 MHCflurry 80.0 22.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 6.831364e-05 0.0012357922 28707.50361633108 23.814625 38860.35 89.3 47568.75 98.0 44150.12 80.0 42779.82 79.0 0.000163 22.0 50000.0 80.0 221926.93 96.0 611814.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 9 LSQRKDQRL 41370.405 26755.79619744323 MHCflurry 73.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.0008002134 0.009335362 26755.79619744323 16.158749999999998 38642.26 87.9 45942.01 81.0 44150.12 80.0 44098.55 88.0 5.4e-05 34.0 28485.48 62.0 30989.17 44.0 77200.48 73.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 9 SQRKDQRLT 18668.028 3606.79 PickPocket 14.0 3.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 7.6463344e-05 0.0005145754 19014.516983723428 5.5695000000000014 39053.18 90.5 31335.09 25.0 26550.96 14.0 18321.54 7.3 0.00965 3.6 3606.79 12.0 4397.54 15.0 9324.38 21.0 NA NA NA -2.3999999999999995 -2.3999999999999995 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 9 QRKDQRLTE 43425.87 25763.62433960487 MHCflurry 73.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 4.9658334e-05 2.9257408e-05 25763.62433960487 13.067624999999998 31883.58 50.970000000000006 45519.45 76.0 44872.5 86.0 41979.24 73.0 0.000204 20.0 34237.82 68.0 142629.71 89.0 255634.81 97.0 NA NA NA -2.257142857142857 -2.257142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 NA NA NA -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 9 RKDQRLTEE 43570.17 27378.33625236734 MHCflurry 69.61 18.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 5.2919775e-05 0.0012574164 27378.33625236734 18.189125 35787.3 69.61 44630.89 68.0 42509.45 65.0 42205.58 75.0 0.00026 18.0 50000.0 80.0 79471.24 74.0 176449.32 92.0 NA NA NA -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 9 KDQRLTEEL 35364.93 5889.02 MHCnuggetsI 57.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.00037636427 0.034357615 19036.86872105383 10.418749999999996 5889.02 39.900000000000006 28675.04 33.0 32787.64 69.0 37942.22 57.0 0.000341 16.0 50000.0 71.0 199416.0 80.0 275403.85 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 9 DQRLTEELQ 37496.4 5920.83 MHCnuggetsI 63.0 16.804874999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0014470126 0.054376755 24106.532385142706 16.804874999999992 5920.83 54.620000000000005 35888.16 57.0 32965.5 70.0 39104.64 63.0 9e-05 28.0 50000.0 71.0 142154.3 73.0 386340.29 91.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 9 QRLTEELQT 40961.44 5908.68 MHCnuggetsI 71.0 34.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0009021968 0.10246948 30792.682118286164 47.25637500000001 5908.68 48.29 39395.96 75.0 36732.4 85.0 42526.92 81.0 5.4e-05 34.0 50000.0 71.0 100175.15 65.0 130007.98 71.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 9 RLTEELQTV 27849.59 5700.91 MHCnuggetsI 37.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00205132 0.073353365 12719.797514751828 6.406624999999997 5700.91 11.61 30074.16 37.0 27725.29 50.0 27973.89 26.0 0.00119 8.7 17888.25 42.0 69624.17 57.0 69178.32 57.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 9 LTEELQTVE 34692.31 5928.29 MHCnuggetsI 58.93 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0019180551 0.123602785 24578.082297512272 17.799749999999992 5928.29 58.93000000000001 34397.84 51.0 34053.09 74.0 37276.11 54.0 7.8e-05 30.0 34986.78 61.0 161718.61 76.0 110400.24 67.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 9 TEELQTVEN 38800.075 5974.79 MHCnuggetsI 73.0 19.574124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0010763025 0.11443355 25301.952115510303 19.574124999999995 5974.79 86.47 34544.05 52.0 36534.22 85.0 41065.93 73.0 1.9e-05 49.0 50000.0 71.0 425363.28 92.0 263008.63 85.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 9 EELQTVENG 42509.55 5976.28 MHCnuggetsI 87.16 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00066915725 0.05915246 28099.350384868438 27.987124999999995 5976.28 87.16000000000001 40530.92 82.0 38357.05 92.0 44488.18 91.0 1.1e-05 58.0 50000.0 71.0 793889.39 98.0 519960.08 94.0 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 9 ELQTVENGY 2475.02 211.86525813666228 MHCflurry 4.1 0.56 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.018783543 0.28244644 211.86525813666228 0.7853749999999999 5465.6 5.3 4895.01 4.3 2936.57 4.7 2013.47 1.6 0.197 0.56 6330.92 17.0 1252.45 4.1 1267.56 4.1 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 9 LQTVENGYH 22222.49 5946.95 MHCnuggetsI 30.0 10.418749999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.003975611 0.10937004 18970.645371359107 10.418749999999996 5946.95 70.58 23359.23 23.0 20701.6 30.0 22518.45 17.0 0.00056 13.0 26694.99 53.0 24030.34 33.0 21926.53 31.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 9 QTVENGYHD 19327.475 5917.36 MHCnuggetsI 28.0 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002200993 0.15073545 27758.524140589387 26.708874999999995 5917.36 52.7 24340.98 24.0 28795.36 53.0 38237.71 58.0 2.6e-05 44.0 10527.33 28.0 14313.97 24.0 13426.72 23.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 NA NA NA -2.7 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 9 TVENGYHDN 24950.739 5918.27 MHCnuggetsI 42.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0020241844 0.13382863 27475.05893503272 25.544875 5918.27 53.2 28222.57 32.0 27725.29 50.0 38244.34 58.0 2e-05 49.0 17695.75 42.0 22426.42 31.0 16179.68 26.0 NA NA NA -2.7 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 9 VENGYHDNP 41044.385 5921.0 MHCnuggetsI 71.0 41.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0011412706 0.09865491 30426.79046543909 44.13500000000001 5921.0 54.72 36753.48 61.0 39622.53 96.0 42466.24 81.0 3.3e-05 41.0 50000.0 71.0 422435.1 92.0 769077.31 98.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 9 ENGYHDNPT 39548.625 5960.89 MHCnuggetsI 79.06 56.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0002343243 0.008366471 31732.889380682776 59.0625 5960.89 79.06 35472.78 56.0 35367.39 80.0 43624.47 87.0 2e-06 85.0 50000.0 71.0 223748.43 82.0 177815.66 78.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 9 NGYHDNPTL 29416.305 5884.92 MHCnuggetsI 38.41 9.611249999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.011849871 0.05673474 17879.709278824797 9.611249999999997 5884.92 38.41 26449.74 28.0 28178.94 51.0 30653.67 32.0 0.000384 15.0 31398.89 58.0 75990.62 59.0 88505.45 62.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 9 GYHDNPTLE 12699.105 5746.36 MHCnuggetsI 15.0 9.8 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.004945625 0.075757146 20353.858367296223 11.842624999999996 5746.36 14.4 13280.94 9.8 16053.81 21.0 30776.64 32.0 0.000391 15.0 12117.27 31.0 7075.55 15.0 6500.85 14.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 9 YHDNPTLEV 8477.452 4986.09 SMM 8.22 2.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.016235823 0.16095509 8570.524596111034 4.649749999999998 5612.47 8.219999999999999 8384.38 6.4 10699.58 13.0 11239.26 6.0 0.0227 2.2 16583.46 40.0 4986.09 10.0 6323.68 13.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 9 HDNPTLEVM 25161.95 6028.48 MHCnuggetsI 40.0 4.8 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.0010772707 0.030168414 10303.932381451206 5.330624999999999 6028.48 98.91 27396.37 30.0 24481.5 40.0 23575.82 18.0 0.00423 4.8 25842.4 52.0 67570.95 56.0 68386.44 56.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 9 DNPTLEVME 41407.595 5870.97 MHCnuggetsI 75.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00045303794 0.011413248 27310.14921653948 25.544875 5870.97 33.910000000000004 37181.45 63.0 37535.94 89.0 45279.25 95.0 4e-06 75.0 50000.0 71.0 338656.96 89.0 272878.93 86.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 9 NPTLEVMET 36447.59 5925.74 MHCnuggetsI 59.0 37.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00087287667 0.018988464 30606.33405373281 44.13500000000001 5925.74 57.42 33319.79 47.0 34610.27 76.0 38284.91 59.0 4.3e-05 37.0 50000.0 71.0 224781.21 82.0 182376.97 78.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 9 PTLEVMETS 35500.445 5859.28 MHCnuggetsI 60.0 30.65 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.000563873 0.056528352 29508.718188833856 36.485875 5859.28 30.65 36390.62 60.0 34610.27 76.0 38651.18 60.0 3e-05 42.0 23192.26 49.0 78299.68 60.0 137394.71 72.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 9 TLEVMETSS 34190.09 5902.22 MHCnuggetsI 45.32 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.000915798 0.11761718 28955.52606899212 32.57675 5902.22 45.32 30376.66 38.0 33504.88 72.0 34875.3 44.0 4e-05 38.0 50000.0 71.0 148511.47 74.0 167097.52 77.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 9 LEVMETSSE 39729.73 5907.01 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0002894539 0.04364246 28608.323380960424 30.891874999999995 5907.01 47.510000000000005 38930.29 73.0 37132.0 87.0 40529.17 70.0 2.3e-05 46.0 50000.0 71.0 545456.35 95.0 476398.08 94.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 9 EVMETSSEM 7003.946 4196.68 PickPocket 9.5 2.1 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0011160064 0.037672795 6941.401589420528 4.054124999999998 5922.99 55.85 10474.16 7.8 9195.62 12.0 7066.49 3.8 0.024 2.1 4196.68 9.5 7157.48 15.0 6039.07 13.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 9 VMETSSEMQ 22558.864 5853.0 MHCnuggetsI 29.08 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00224621 0.1679591 22666.187970836247 14.383874999999994 5853.0 29.08 20049.1 18.0 22451.54 34.0 27993.27 26.0 0.000243 19.0 17316.93 41.0 29975.06 37.0 36472.88 42.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 9 METSSEMQE 33015.34 5925.23 MHCnuggetsI 57.12 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00089626154 0.0848192 26784.122088679607 23.49875 5925.23 57.120000000000005 31707.18 42.0 32085.75 66.0 33944.93 41.0 8.5e-05 29.0 50000.0 71.0 140527.07 73.0 104224.54 66.0 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 9 ETSSEMQEK 29072.91 5839.53 MHCnuggetsI 28.0 5.903624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0027864557 0.040102057 11657.573402308337 5.903624999999997 5839.53 26.06 33644.02 48.0 29108.61 54.0 29037.21 28.0 0.00102 9.4 7692.16 21.0 72570.48 58.0 68229.16 56.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 9 TSSEMQEKK 27642.695 5943.9 MHCnuggetsI 32.0 6.2701249999999975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00064772845 0.009769534 12461.392387755352 6.2701249999999975 5943.9 68.65 28383.95 32.0 28485.48 52.0 26901.44 24.0 0.00107 9.2 9447.76 25.0 67882.84 56.0 66983.83 56.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 9 SSEMQEKKV 40289.34 5976.69 MHCnuggetsI 81.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00031029846 0.018722484 28189.653503691705 29.365875 5976.69 87.36 37426.04 64.0 38150.11 91.0 42428.57 81.0 3.6e-05 40.0 50000.0 71.0 488382.39 94.0 546978.18 95.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 9 SEMQEKKVV 39148.99 5984.44 MHCnuggetsI 81.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0010215115 0.034218885 21185.000342303512 12.580124999999995 5984.44 90.53 40353.7 81.0 37944.28 90.0 36897.71 52.0 0.000291 17.0 50000.0 71.0 477265.45 94.0 534527.43 95.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 9 EMQEKKVVS 36133.305 5974.11 MHCnuggetsI 67.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0009358814 0.017901266 28638.971702673363 30.891874999999995 5974.11 86.15 37468.59 65.0 34798.02 77.0 40031.45 67.0 5.6e-05 34.0 26123.53 53.0 115547.35 68.0 161053.44 76.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 9 MQEKKVVSL 29304.935 5932.22 MHCnuggetsI 45.0 5.060499999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014873908 0.03971787 9694.38079341825 5.060499999999998 5932.22 61.3 28338.85 32.0 26265.23 45.0 30271.02 31.0 0.00116 8.8 44872.5 68.0 255129.1 85.0 339601.81 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 9 QEKKVVSLN 40222.185 6029.55 MHCnuggetsI 75.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00082687073 0.06764073 26480.00278073273 22.585249999999995 6029.55 98.97 38977.49 73.0 38150.11 91.0 41466.88 75.0 3.2e-05 42.0 50000.0 71.0 330187.02 89.0 387230.9 91.0 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 9 EKKVVSLNG 43549.065 5978.73 MHCnuggetsI 88.23 54.695 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.00016520059 0.0068109473 31525.936154170635 54.695 5978.73 88.23 41713.93 88.0 41599.44 100.0 45384.2 95.0 1.1e-05 58.0 50000.0 71.0 866482.91 98.0 465553.93 93.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 9 KKVVSLNGE 42635.64 5946.53 MHCnuggetsI 94.0 63.8735 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 8.829111e-05 0.0043101916 32153.72257235329 63.8735 5946.53 70.32000000000001 38415.2 70.0 39408.75 95.0 45862.53 97.0 1e-06 94.0 50000.0 71.0 1314498.21 100.0 1309091.49 100.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 9 KVVSLNGEL 16314.66 5687.25 MHCnuggetsI 16.0 5.330624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0016468641 0.12005756 10342.6826975261 5.330624999999999 5687.25 10.95 18788.29 16.0 19295.7 27.0 21560.46 16.0 0.00104 9.3 5743.49 15.0 17248.84 27.0 15380.48 25.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 9 VVSLNGELG 19515.41 5763.2 MHCnuggetsI 28.0 15.740000000000002 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.002669539 0.12172053 26417.41849850735 22.585249999999995 5763.2 15.740000000000002 27307.01 30.0 25702.97 43.0 33751.57 41.0 4.4e-05 37.0 10757.62 28.0 13327.85 23.0 8127.74 16.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 9 VSLNGELGD 31863.64 5936.38 MHCnuggetsI 57.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0018865159 0.053153574 27301.91141271712 25.544875 5936.38 63.89 31829.53 42.0 34798.02 77.0 39488.14 65.0 4e-06 75.0 30396.07 57.0 31897.75 39.0 38016.31 43.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 9 SLNGELGDS 29230.77 5649.39 MHCnuggetsI 39.0 9.42 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0012469225 0.044645462 28695.80058179788 30.891874999999995 5649.39 9.42 29195.03 34.0 29266.51 55.0 35272.99 46.0 2e-05 49.0 21734.48 48.0 29906.12 37.0 32958.69 39.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 9 LNGELGDSW 32905.325 5985.8 MHCnuggetsI 48.0 8.541499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0015578328 0.13874176 16505.86183198265 8.541499999999997 5985.8 91.04 32845.15 46.0 32965.5 70.0 30195.78 31.0 0.000814 11.0 33869.37 60.0 72070.91 58.0 48637.36 48.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 9 NGELGDSWI 38296.93 5985.44 MHCnuggetsI 71.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00010510165 0.011576923 29573.965904275123 36.485875 5985.44 90.9 35922.36 57.0 35176.57 79.0 40671.5 71.0 6e-06 68.0 50000.0 71.0 537972.41 95.0 582063.01 96.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 9 GELGDSWIV 25107.235 5853.8 MHCnuggetsI 29.27 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.009038696 0.34929022 22855.21132020429 14.730749999999995 5853.8 29.270000000000003 26769.91 29.0 23444.56 37.0 20755.42 15.0 0.000671 12.0 32085.75 59.0 91994.11 63.0 98168.01 64.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 9 ELGDSWIVP 38729.135 5993.34 MHCnuggetsI 74.0 26.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0006900677 0.03340782 29027.620216254916 32.57675 5993.34 93.53 39160.94 74.0 36337.11 84.0 38297.33 59.0 0.000107 26.0 44872.5 68.0 276541.3 86.0 378416.44 91.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 9 LGDSWIVPL 23871.345 5872.73 MHCnuggetsI 34.42 6.538374999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0011908065 0.06871062 12917.255346288925 6.538374999999999 5872.73 34.42 21832.06 20.0 23318.07 36.0 24424.62 20.0 0.000114 26.0 50000.0 71.0 162465.07 76.0 104224.54 66.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 9 GDSWIVPLD 35225.19 5949.79 MHCnuggetsI 57.0 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0007289 0.04927915 29308.7014003543 34.4285 5949.79 72.33000000000001 27553.64 30.0 29906.73 57.0 40543.65 70.0 3e-06 79.0 42509.45 67.0 48613.85 48.0 53823.26 51.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 9 DSWIVPLDN 21656.807 5740.2 MHCnuggetsI 30.0 13.95 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0011834021 0.043369304 24634.18473709274 17.799749999999992 5740.2 13.95 27324.45 30.0 26550.96 46.0 30294.62 31.0 4.1e-05 38.0 18679.43 43.0 12757.34 22.0 12911.3 22.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 9 SWIVPLDNL 13584.265 5429.4 MHCnuggetsI 15.0 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011504749 0.051997177 8385.253986719808 4.583499999999998 5429.4 4.83 17961.37 15.0 18378.72 25.0 10847.03 5.8 0.00657 3.9 8478.89 23.0 16321.5 26.0 19768.33 29.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 9 WIVPLDNLT 11873.185 4830.25 SMMPMBEC 16.0 7.16 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.004170722 0.087332845 24401.075858600245 17.283249999999992 5570.29 7.16 11759.5 8.6 12449.51 15.0 23170.44 18.0 0.000146 23.0 11986.87 31.0 8428.69 16.0 4830.25 9.9 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 9 IVPLDNLTK 13420.275 5556.05 MHCnuggetsI 16.0 5.3 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0043591936 0.015128868 10892.557398654086 5.578874999999997 5556.05 6.8500000000000005 27273.34 30.0 16763.86 22.0 20943.57 15.0 0.00346 5.3 5997.52 16.0 11317.75 20.0 15522.8 25.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 9 VPLDNLTKD 40322.945 5983.97 MHCnuggetsI 69.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0023164654 0.037555236 29456.287791960815 36.485875 5983.97 90.34 33982.06 50.0 36931.66 86.0 43714.23 87.0 6e-06 68.0 50000.0 71.0 97445.1 64.0 119390.56 69.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 9 PLDNLTKDD 42122.195 5958.56 MHCnuggetsI 77.69 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0006030196 0.02213891 28798.583875990396 32.57675 5958.56 77.69 35746.34 57.0 37132.0 87.0 47112.39 100.0 0.0 100.0 50000.0 71.0 156588.55 75.0 195870.94 80.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 9 LDNLTKDDL 39139.86 5881.34 MHCnuggetsI 71.0 20.969124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0007510014 0.03405092 26091.701873533253 20.969124999999995 5881.34 37.18 32133.0 43.0 35946.07 82.0 42333.65 80.0 1.6e-05 52.0 50000.0 71.0 327159.85 89.0 463414.91 93.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 9 DNLTKDDLD 43197.23 5947.94 MHCnuggetsI 71.2 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0025242476 0.055838544 28759.85338313434 30.891874999999995 5947.94 71.2 38658.28 71.0 39837.46 96.0 46557.0 99.0 0.0 100.0 50000.0 71.0 93920.41 64.0 139949.06 73.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 9 NLTKDDLDE 26629.98 5790.29 MHCnuggetsI 41.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0019616436 0.038854413 24654.7722131122 17.799749999999992 5790.29 18.4 31470.32 41.0 28026.9 51.0 42630.58 82.0 5e-06 71.0 45854.11 69.0 22478.12 31.0 25233.06 34.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 9 LTKDDLDEE 37322.965 5911.05 MHCnuggetsI 64.0 18.35125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0020466105 0.06176838 24762.51617890309 18.35125 5911.05 49.41 34154.2 50.0 35176.57 79.0 39469.36 64.0 5.2e-05 35.0 50000.0 71.0 144797.15 74.0 124729.74 70.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 9 TKDDLDEEE 42212.935 5922.13 MHCnuggetsI 72.0 12.580124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0006672636 0.023424257 21247.31369882432 12.580124999999995 5922.13 55.36 38747.06 72.0 36732.4 85.0 45678.81 96.0 1.8e-05 50.0 50000.0 71.0 378233.51 91.0 398079.67 92.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 9 KDDLDEEED 45234.085 5929.23 MHCnuggetsI 100.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00054322864 0.008264395 23579.12568961383 15.902624999999992 5929.23 59.49 41794.8 89.0 42051.98 100.0 48416.19 100.0 0.0 100.0 50000.0 71.0 1509245.88 100.0 2008954.03 100.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 9 DDLDEEEDT 45789.7 5948.45 MHCnuggetsI 96.0 23.49875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00016833062 0.0046886136 26883.940259471943 23.49875 5948.45 71.53 43279.38 96.0 41151.77 99.0 48300.02 100.0 1e-06 94.0 50000.0 71.0 639381.4 96.0 731088.58 97.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 9 DLDEEEDTH 37096.515 5854.14 MHCnuggetsI 68.0 4.858249999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00085871766 0.021648267 9131.164123967868 4.858249999999998 5854.14 29.360000000000003 38003.44 68.0 35176.57 79.0 36189.59 49.0 0.000791 11.0 50000.0 71.0 122676.11 70.0 146207.62 74.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 9 LDEEEDTHL 40979.49 5888.57 MHCnuggetsI 71.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00067512464 0.039624743 20210.61901026326 11.606874999999995 5888.57 39.74 34941.75 53.0 37333.42 88.0 44625.56 92.0 4e-05 38.0 50000.0 71.0 686688.86 97.0 561009.22 95.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 9 QSIVGAEVD 39637.02 5977.32 MHCnuggetsI 66.0 34.4285 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0010153053 0.017604118 29395.43247824782 34.4285 5977.32 87.62 37636.81 66.0 38565.12 93.0 42216.09 79.0 3e-06 79.0 40708.92 66.0 73241.97 58.0 81277.44 60.0 NA NA NA 1.042857142857143 1.4285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 9 SIVGAEVDK 26309.53 4625.9 PickPocket 29.0 5.019749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0053140037 0.026515113 9622.882013266608 5.019749999999998 5678.02 10.54 27736.99 31.0 24882.07 41.0 29462.23 29.0 0.000446 14.0 4625.9 12.0 45160.63 47.0 37667.78 42.0 NA NA NA -0.15714285714285703 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 9 IVGAEVDKN 37027.42 5593.12 MHCnuggetsI 54.0 7.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.001068876 0.051789194 26108.579641882698 21.751124999999995 5593.12 7.71 37780.41 66.0 36732.4 85.0 42066.54 79.0 6e-06 68.0 27278.95 54.0 56203.06 52.0 37322.44 42.0 NA NA NA -1.2571428571428573 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 9 VGAEVDKNL 38230.47 5693.04 MHCnuggetsI 68.0 11.185624999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00076860824 0.025304837 19720.09465633237 11.185624999999996 5693.04 11.22 30719.08 39.0 36337.11 84.0 40123.83 68.0 0.000119 25.0 50000.0 71.0 162839.59 76.0 154870.96 75.0 NA NA NA -0.6571428571428573 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 9 GAEVDKNLG 42467.55 5942.74 MHCnuggetsI 83.0 41.302125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.00039536314 0.01653664 30156.82330410549 41.302125 5942.74 67.9 39085.6 73.0 39408.75 95.0 45526.35 96.0 2e-06 85.0 50000.0 71.0 294279.49 87.0 233329.69 83.0 NA NA NA -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 9 AEVDKNLGT 39687.58 5909.48 MHCnuggetsI 71.0 24.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0016538297 0.13607778 27100.510532741664 24.47925 5909.48 48.67 38829.31 72.0 35559.24 80.0 40545.85 70.0 0.00013 24.0 50000.0 71.0 164725.18 76.0 179874.67 78.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 9 EVDKNLGTV 30063.525 5895.36 MHCnuggetsI 42.0 13.409249999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.0008873061 0.03660127 21932.69253711387 13.409249999999997 5895.36 42.4 31865.37 42.0 25152.75 41.0 28261.68 26.0 0.000481 14.0 48403.09 70.0 123242.36 70.0 184914.09 79.0 NA NA NA -0.5714285714285715 -0.5714285714285713 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 9 VDKNLGTVY 6920.53 392.3994390192679 MHCflurry 6.7 1.1113749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.109390736 0.56608444 392.3994390192679 1.1113749999999998 5407.92 4.58 8876.64 6.7 8433.14 9.6 9015.15 4.8 0.0786 1.2 20589.91 46.0 3117.17 7.3 2811.71 6.8 NA NA NA -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 9 DKNLGTVYG 39456.645 5939.98 MHCnuggetsI 71.0 50.764875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00019023217 0.018350836 31238.471931212272 50.764875 5939.98 66.14 34732.95 53.0 36337.11 84.0 42576.18 81.0 1e-05 60.0 50000.0 71.0 270869.43 86.0 155585.82 75.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 9 KNLGTVYGL 14664.85 5044.15 PickPocket 12.0 5.684999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.003899534 0.28158468 11213.548418139431 5.684999999999998 5683.68 10.79 14167.58 12.0 16316.49 21.0 16600.33 9.6 0.00233 6.4 5044.15 13.0 15162.12 25.0 17020.41 27.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 9 NLGTVYGLE 21733.525 5601.51 MHCnuggetsI 25.0 7.93 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.0044800444 0.17165016 26389.145682662773 21.751124999999995 5601.51 7.93 22690.88 21.0 21500.59 32.0 27775.44 25.0 4.5e-05 37.0 14722.66 37.0 21966.46 31.0 14420.16 24.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 9 LGTVYGLEK 20148.38 5831.04 MHCnuggetsI 24.38 10.596374999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0087910555 0.09075357 19180.26142336488 10.596374999999997 5831.04 24.38 20596.81 19.0 20368.33 29.0 19928.43 14.0 0.000395 15.0 11857.88 31.0 29158.15 37.0 20463.03 30.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 9 GTVYGLEKP 35386.02 5987.03 MHCnuggetsI 62.0 36.485875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0013935461 0.07554333 29645.26599426177 36.485875 5987.03 91.49 32599.45 45.0 34237.82 75.0 42597.38 81.0 2.9e-05 43.0 36534.22 62.0 50671.06 49.0 119665.79 69.0 NA NA NA -0.3857142857142856 0.24285714285714274 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 9 TVYGLEKPF 2160.74 1034.7328355589243 MHCflurry 2.7 1.71775 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.015748907 0.04498275 1034.7328355589243 1.71775 5079.85 2.48 1509.98 2.1 3000.81 4.8 4430.78 2.7 0.0337 1.8 2751.98 5.1 1569.5 4.7 1386.66 4.4 NA NA NA -0.5857142857142857 -0.2571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 9 VYGLEKPFL 19567.065 5819.03 MHCnuggetsI 22.31 4.6 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.00417998 0.08550794 13637.385438817151 6.9172499999999975 5819.03 22.31 13223.01 9.8 21852.38 33.0 17281.75 12.0 0.00461 4.6 23957.42 50.0 22529.94 32.0 28573.93 36.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 9 YGLEKPFLC 13805.51 5308.48 SMMPMBEC 14.0 4.17 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.09913308 0.52203566 18436.958789392746 9.915499999999994 5367.18 4.17 17529.58 15.0 20701.6 30.0 21833.94 16.0 0.000964 9.7 10081.44 27.0 6618.51 14.0 5308.48 12.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 9 GLEKPFLCG 33770.545 5929.25 MHCnuggetsI 56.0 29.365875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0008968801 0.102054045 28285.018000554373 29.365875 5929.25 59.49 36480.1 60.0 31060.99 62.0 38115.44 58.0 2.1e-05 48.0 23444.56 50.0 67415.54 56.0 48525.5 48.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 9 LEKPFLCGL 28346.935 5941.01 MHCnuggetsI 54.0 9.185374999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.003012883 0.16191806 17345.04042027227 9.185374999999995 5941.01 66.8 22211.86 21.0 29108.61 54.0 27585.26 25.0 0.000763 11.0 50000.0 71.0 315326.16 88.0 182797.39 78.0 NA NA NA 1.0 1.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 9 EKPFLCGLA 35973.37 5933.41 MHCnuggetsI 62.04 46.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0002962743 0.008232323 31048.43503080493 50.764875 5933.41 62.03999999999999 32894.95 46.0 32787.64 69.0 39051.79 62.0 1.4e-05 54.0 50000.0 71.0 145130.94 74.0 121610.2 70.0 NA NA NA 1.8142857142857143 1.8142857142857143 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 9 KPFLCGLAL 11770.84 5849.25 MHCnuggetsI 16.0 6.7 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.0012779132 0.024097754 13467.917368647097 6.758499999999998 5849.25 28.19 17504.93 15.0 13212.86 16.0 12476.21 6.7 0.0021 6.7 5997.52 16.0 10933.52 20.0 11065.47 20.0 NA NA NA 2.585714285714286 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 9 PFLCGLALD 12606.97 4997.58 SMM 26.709 7.76 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0028575116 0.059151206 27628.31039080445 26.708874999999995 5595.24 7.76 10491.28 7.8 24747.82 40.0 36057.08 49.0 1e-06 94.0 14722.66 37.0 4997.58 10.0 7481.18 15.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 9 FLCGLALDL 3528.841 1020.87 SMMPMBEC 4.2 1.7500000000000002 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.14837496 0.671717 2861.001591534951 2.6319999999999992 4814.29 1.7500000000000002 4913.9 4.3 2403.86 4.2 6160.9 3.4 0.00236 6.3 4196.68 9.5 1491.97 4.6 1020.87 3.5 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 9 NMATLFTIC 12092.9 3567.97 PickPocket 16.0 7.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.020963548 0.46590838 25600.89562613565 20.251124999999995 5679.37 10.59 18506.43 16.0 19088.05 27.0 24635.08 20.0 0.000315 17.0 3567.97 7.6 3808.55 8.2 3971.64 8.4 NA NA NA 2.0 2.0 False True False 1 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 9 MATLFTICV 14566.85 5715.44 MHCnuggetsI 19.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0012997303 0.08019928 14331.170389059173 7.249749999999999 5715.44 12.39 15397.14 13.0 14802.53 19.0 11263.48 6.0 0.000239 19.0 13797.25 35.0 19758.77 29.0 22801.85 32.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 9 ATLFTICVW 12803.26 5500.22 PickPocket 20.0 4.2 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.01219163 0.56897455 8819.630673035825 4.718624999999999 5846.4 27.54 21730.25 20.0 18478.42 25.0 10645.2 5.7 0.00565 4.2 5500.22 14.0 22067.85 31.0 14961.32 24.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 9 TLFTICVWT 16742.495 4576.12 PickPocket 20.0 9.21 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 0.0013725202 0.3699074 19752.15960091878 11.185624999999996 5643.32 9.21 23380.98 23.0 20149.14 29.0 24997.02 20.0 5.2e-05 35.0 4576.12 12.0 13732.83 23.0 10567.45 19.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 9 LFTICVWTG 15705.55 5408.97 MHCnuggetsI 18.0 4.590000000000001 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 0.0028726081 0.27830175 20109.426711502747 11.393374999999995 5408.97 4.590000000000001 16656.64 14.0 18780.76 26.0 16283.85 9.4 2.7e-05 44.0 7860.43 21.0 15127.25 25.0 9659.84 18.0 NA NA NA 1.2142857142857142 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 9 FTICVWTGE 11242.295 4429.97 PickPocket 14.29 7.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 0.0022043823 0.39645115 21788.67022372132 13.409249999999997 5744.9 14.29 12672.53 9.4 17038.15 23.0 13114.87 7.1 8.1e-05 29.0 4429.97 10.0 9812.06 18.0 7446.81 15.0 NA NA NA 0.8142857142857142 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 9 TICVWTGET 20124.59 5822.02 MHCnuggetsI 24.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00093872455 0.21680786 25881.729283561403 20.969124999999995 5822.02 22.8 19796.04 18.0 23828.16 38.0 27027.47 24.0 0.000102 27.0 15881.05 38.0 20453.14 30.0 13488.7 23.0 NA NA NA 0.07142857142857133 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 9 ICVWTGETI 33812.685 5950.58 MHCnuggetsI 59.0 16.343624999999992 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.0004774832 0.10494711 23728.846720574667 16.343624999999992 5950.58 72.83 31325.6 41.0 30560.95 60.0 36299.77 50.0 3e-05 42.0 50000.0 71.0 116616.5 69.0 76907.73 59.0 NA NA NA 0.35714285714285726 0.8142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 9 CVWTGETIP 29083.698 5999.55 MHCnuggetsI 39.0 27.987124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0018382927 0.09372963 28098.43548926368 27.987124999999995 5999.55 95.13 30485.33 38.0 30068.96 58.0 33132.12 39.0 6.5e-05 32.0 17888.25 42.0 24085.74 33.0 75330.35 59.0 NA NA NA -0.4714285714285715 0.35714285714285726 True False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 9 IMRVRTSTA 21151.78 5918.41 MHCnuggetsI 21.0 13.409249999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.00047304228 0.01186989 21937.822407911244 13.409249999999997 5918.41 53.28000000000001 21824.74 20.0 20478.82 30.0 25175.89 21.0 0.000178 21.0 7775.84 21.0 14546.55 24.0 22749.4 32.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 9 MRVRTSTAF 10223.61 5885.16 MHCnuggetsI 13.0 3.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.0008198118 0.08525235 13375.680457095315 6.758499999999998 5885.16 38.5 9964.96 7.4 12449.51 15.0 10355.39 5.5 0.00944 3.3 18882.64 44.0 5967.05 13.0 10091.83 19.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 9 RVRTSTAFK 16036.076 1262.76 PickPocket 19.0 1.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 0.000236253 0.011364387 14848.651037428086 7.512124999999998 5818.11 22.16 21279.8 19.0 17223.5 23.0 12580.18 6.8 0.0031 5.6 1262.76 1.4 24085.74 33.0 25999.8 34.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 9 VRTSTAFKA 32387.089 5925.81 MHCnuggetsI 55.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.0006649266 0.06554313 31253.347606958392 50.764875 5925.81 57.47 29395.35 35.0 31229.48 62.0 33520.83 40.0 0.000218 20.0 50000.0 71.0 63206.25 55.0 76730.85 59.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 9 RTSTAFKAV 26336.635 5805.97 PickPocket 26.0 11.842624999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.0006116338 0.07412172 20382.42369146182 11.842624999999996 5854.61 29.47 25097.56 26.0 27575.71 49.0 27631.26 25.0 0.000327 16.0 5805.97 15.0 47726.55 48.0 64412.48 55.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 9 TSTAFKAVL 25902.675 5723.59 MHCnuggetsI 24.0 12.87 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0020013403 0.075371005 21892.837948790224 13.409249999999997 5723.59 12.87 24310.72 24.0 28178.94 51.0 27323.85 24.0 0.000313 17.0 24481.5 51.0 78661.1 60.0 76907.73 59.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 9 STAFKAVLH 2297.12 959.33 SMMPMBEC 2.6 1.3 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.011169983 0.13910598 4306.921670836293 3.1664999999999988 4850.73 1.83 2365.72 2.6 2228.52 4.1 2802.65 2.0 0.0682 1.3 1654.99 2.1 1041.74 3.6 959.33 3.4 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 9 TAFKAVLHQ 20545.07 5344.47 MHCnuggetsI 21.0 3.98 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 0.0025017976 0.06933444 22860.16120688194 14.730749999999995 5344.47 3.98 22611.72 21.0 18478.42 25.0 24995.12 20.0 0.00145 8.0 12790.86 33.0 16510.49 26.0 52115.87 50.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 9 EDSGALIQV 33188.585 5897.79 MHCnuggetsI 45.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.0009007863 0.04441813 23513.57289055969 15.902624999999992 5897.79 43.39 32564.55 45.0 31229.48 62.0 33812.62 41.0 0.000551 13.0 50000.0 71.0 332475.77 89.0 322084.63 89.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 9 DSGALIQVI 34843.155 5945.24 MHCnuggetsI 66.0 21.751124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0023293805 0.039955676 26376.220564165276 21.751124999999995 5945.24 69.5 30802.62 39.0 32085.75 66.0 37600.56 56.0 0.000106 26.0 50000.0 71.0 172091.73 77.0 170989.72 77.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 9 SGALIQVIE 35446.265 5846.78 MHCnuggetsI 51.0 20.969124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0025459758 0.065843 25846.5136268221 20.969124999999995 5846.78 27.63 34404.92 51.0 33144.32 70.0 36487.61 51.0 4.7e-05 36.0 38565.12 64.0 151621.22 75.0 125017.27 70.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 9 GALIQVIES 34797.83 5875.77 MHCnuggetsI 57.0 34.4285 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.001423463 0.11687851 29274.44708582077 34.4285 5875.77 35.36 32262.24 44.0 31229.48 62.0 38489.25 60.0 4.2e-05 38.0 37333.42 63.0 71245.92 57.0 96598.41 64.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 9 ALIQVIESC 28038.005 5615.11 MHCnuggetsI 36.0 8.3 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.0020335955 0.17215097 23142.734642772142 15.096749999999997 5615.11 8.3 35171.61 54.0 28485.48 52.0 35093.31 45.0 0.000351 16.0 12249.09 32.0 27590.53 36.0 32656.53 39.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 9 LIQVIESCA 30749.53 5865.63 MHCnuggetsI 40.0 23.49875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0006359466 0.038807623 26741.17750413434 23.49875 5865.63 32.36 31142.1 40.0 29108.61 54.0 30356.96 31.0 7.4e-05 30.0 36534.22 62.0 82939.23 61.0 113232.21 68.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 9 IQVIESCAV 29231.295 5945.43 MHCnuggetsI 52.0 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00056775694 0.06307714 25546.202946332443 19.574124999999995 5945.43 69.62 29743.45 36.0 28485.48 52.0 28719.14 27.0 8.4e-05 29.0 39837.46 65.0 98346.75 64.0 79062.4 60.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 9 QVIESCAVL 12493.094 5267.25 PickPocket 14.0 6.758499999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0024614742 0.24724506 13431.448414403529 6.758499999999998 5560.1 6.93 24318.61 24.0 18279.56 25.0 18765.93 13.0 0.000933 9.9 5267.25 14.0 11554.74 20.0 10964.02 20.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 9 VIESCAVLY 92.091 62.5 NetMHCpan 0.31 0.15 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.5936342 0.98542154 72.76266016731144 0.3057499999999999 1672.92 0.2299999999999999 65.0 0.31 65.84 0.64 62.5 0.15 0.513 0.2 2693.07 5.1 196.23 1.3 111.42 0.8 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 9 IESCAVLYT 24651.265 5719.54 MHCnuggetsI 37.0 12.62 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.015040346 0.6520852 27060.06829721937 24.47925 5719.54 12.62 22768.83 22.0 24218.04 39.0 24821.03 20.0 4.6e-05 37.0 24481.5 51.0 45473.67 47.0 44768.24 46.0 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 9 ESCAVLYTT 28440.245 5797.62 MHCnuggetsI 32.0 17.283249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.004001717 0.27175 24282.409008932096 17.283249999999992 5797.62 19.27 28395.01 32.0 28485.48 52.0 29505.3 29.0 9e-05 28.0 16946.23 40.0 73241.97 58.0 54572.02 51.0 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 9 SCAVLYTTI 28594.49 5891.63 MHCnuggetsI 40.91 19.574124999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0016260232 0.27796036 25350.216176906077 19.574124999999995 5891.63 40.91 27763.71 31.0 26839.8 47.0 32326.89 36.0 8.8e-05 28.0 29425.27 56.0 49631.8 49.0 51400.81 49.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 9 MKSADVVKV 31048.03 5948.99 MHCnuggetsI 54.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00026338114 0.005758161 28225.473102961794 29.365875 5948.99 71.85000000000001 25728.29 27.0 29745.37 57.0 32350.69 36.0 0.000335 16.0 50000.0 71.0 62195.65 54.0 77977.62 59.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 9 KSADVVKVK 31733.77 5154.5 PickPocket 44.34 6.406624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.00057842786 0.0067217653 12771.112675228826 6.406624999999997 5900.01 44.34 36352.06 59.0 32787.64 69.0 30679.9 32.0 0.00181 7.2 5154.5 13.0 171301.04 77.0 174972.58 78.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 9 SADVVKVKC 39832.47 5847.69 MHCnuggetsI 71.0 11.842624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.0008609943 0.04264527 20470.014152305856 11.842624999999996 5847.69 27.83 38838.15 72.0 38984.65 94.0 40680.29 71.0 0.000146 23.0 50000.0 71.0 243646.4 84.0 291722.55 87.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 9 ADVVKVKCK 41053.945 5922.23 MHCnuggetsI 76.0 11.606874999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 9.903365e-05 0.0035965655 20240.35123486699 11.606874999999995 5922.23 55.41 40567.35 82.0 38357.05 92.0 41540.54 76.0 0.000168 22.0 50000.0 71.0 932738.71 99.0 1177524.63 100.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 9 DVVKVKCKL 31580.66 5904.34 MHCnuggetsI 47.0 8.916624999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.0005362552 0.023420291 17045.157574715937 8.916624999999996 5904.34 46.27 33254.59 47.0 29906.73 57.0 33701.59 40.0 0.000776 11.0 25017.04 51.0 90941.06 63.0 114017.1 68.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 9 VVKVKCKLT 34243.11 5923.64 MHCnuggetsI 53.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.0006136348 0.040355146 28349.87632457448 29.365875 5923.64 56.21000000000001 33499.44 48.0 34986.78 78.0 43203.58 85.0 1.8e-05 50.0 30068.96 57.0 58312.28 53.0 55458.74 51.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 9 VKVKCKLTQ 40173.495 5842.68 MHCnuggetsI 71.0 26.72 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 0.00016917418 0.0089655835 29990.313303611016 38.768 5842.68 26.72 37701.18 66.0 33869.37 73.0 42645.81 82.0 1.9e-05 49.0 50000.0 71.0 126987.22 71.0 340384.68 89.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 9 KVKCKLTQS 34036.71 5889.87 MHCnuggetsI 49.0 29.365875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 0.0002059926 0.02697385 28191.9911771898 29.365875 5889.87 40.22 33086.64 46.0 34986.78 78.0 39528.76 65.0 3.9e-05 39.0 23192.26 49.0 130244.68 71.0 159576.89 76.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 9 VKCKLTQSF 23426.155 5958.7 MHCnuggetsI 33.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.0023750986 0.13342865 10132.763519908302 5.240749999999999 5958.7 77.78 22101.81 21.0 21970.92 33.0 24750.5 20.0 0.0054 4.3 50000.0 71.0 40342.24 44.0 43951.13 46.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 9 IMKSADVVN 26042.738 5915.35 MHCnuggetsI 28.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 0.0008191816 0.03160549 25797.32577701882 20.251124999999995 5915.35 51.63 28347.12 32.0 28026.9 51.0 27853.69 26.0 9.4e-05 28.0 8208.09 22.0 26288.15 35.0 18195.75 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 9 MKSADVVNR 27941.64 5812.95 MHCnuggetsI 37.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0006193229 0.0029837375 21268.960157088542 12.845624999999997 5812.95 21.36 29043.48 34.0 26839.8 47.0 32634.39 37.0 0.000299 17.0 15881.05 38.0 105380.44 66.0 93104.36 63.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 9 MKSADVVKQ 36479.295 5923.16 MHCnuggetsI 59.0 32.57675 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.0003428842 0.0060066646 28849.17869269429 32.57675 5923.16 55.94 29163.46 34.0 32259.8 67.0 40698.79 71.0 2.9e-05 43.0 50000.0 71.0 76165.8 59.0 144867.18 74.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 9 KSADVVKQR 28979.41 4478.16 PickPocket 28.0 4.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.0006087538 0.008465108 9404.296540420364 4.937249999999999 5844.7 27.16 33783.37 49.0 28795.36 53.0 29163.46 28.0 0.00537 4.3 4478.16 11.0 144131.86 74.0 102794.53 66.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 9 SADVVKQRF 20151.43 1564.0113348865686 MHCflurry 18.0 2.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.014731667 0.078242324 1564.0113348865686 2.05275 5295.45 3.5900000000000003 20153.72 18.0 20149.14 29.0 19166.49 13.0 0.0265 2.0 42971.89 67.0 37476.58 42.0 51996.01 50.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 9 ADVVKQRFK 35086.74 5986.45 MHCnuggetsI 60.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.0003521121 0.007718753 20993.140995894544 12.320249999999994 5986.45 91.28 36304.11 59.0 33869.37 73.0 37152.49 54.0 0.0003 17.0 33504.88 60.0 328669.95 89.0 383680.74 91.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 9 DVVKQRFKN 28489.34 5728.25 MHCnuggetsI 45.0 13.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 0.00031314205 0.016876021 25047.4947226231 18.942875 5728.25 13.15 35736.27 57.0 31912.64 65.0 39106.76 63.0 1.4e-05 54.0 19505.61 45.0 27400.6 35.0 29578.08 37.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 9 VVKQRFKNP 41287.585 5951.03 MHCnuggetsI 73.1 44.13500000000001 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0005519671 0.01602066 30443.795915164315 44.13500000000001 5951.03 73.1 37132.8 63.0 37944.28 90.0 44630.89 92.0 2.2e-05 47.0 50000.0 71.0 183130.21 78.0 496558.02 94.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 9 VKQRFKNPA 40249.53 5962.67 MHCnuggetsI 80.12 68.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 8.697723e-05 0.0020142864 32682.16765310472 69.087125 5962.67 80.12 38023.18 68.0 37333.42 88.0 42475.88 81.0 5e-06 71.0 50000.0 71.0 413770.95 92.0 701406.85 97.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 9 KQRFKNPAW 26589.125 5993.68 MHCnuggetsI 48.0 6.337874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00039922885 0.035601508 12566.374181208952 6.337874999999999 5993.68 93.63 32784.46 45.0 27131.77 48.0 26046.48 22.0 0.00214 6.6 24747.82 51.0 103695.52 66.0 97044.29 64.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 9 QRFKNPAWV 34018.65 5899.83 MHCnuggetsI 59.0 15.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 0.00017814079 0.016985102 28385.994706377107 29.365875 5899.83 44.25 36795.65 61.0 30893.41 61.0 31241.65 33.0 0.000377 15.0 50000.0 71.0 76341.38 59.0 160313.46 76.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 9 RFKNPAWVW 11850.625 2349.2340925954663 MHCflurry 16.0 1.3 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.005719851 0.11196794 2349.2340925954663 2.426375 5870.26 33.7 18423.32 16.0 16316.49 21.0 8911.19 4.8 0.0616 1.3 3529.57 7.5 21074.63 30.0 14790.06 24.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 9 FKNPAWVWL 26071.45 5859.25 MHCnuggetsI 30.64 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.0014131517 0.03833767 22603.2777472426 14.383874999999994 5859.25 30.64 26300.5 28.0 25842.4 44.0 21160.18 15.0 0.000791 11.0 26694.99 53.0 115813.72 68.0 94617.18 64.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 9 KNPAWVWLW 9978.725 5372.591838929492 MHCflurry 14.0 2.4 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00963912 0.2933444 5372.591838929492 3.532124999999999 5650.87 9.47 16890.76 14.0 11986.87 15.0 6772.16 3.7 0.0186 2.4 9865.62 26.0 16586.7 26.0 10091.83 19.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 9 NPAWVWLWN 24147.885 5883.58 MHCnuggetsI 37.95 15.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.0015543754 0.032682467 27132.51320874102 24.47925 5883.58 37.95 30589.73 38.0 25702.97 43.0 20572.32 15.0 1.4e-05 54.0 15710.15 38.0 27337.58 35.0 22592.8 32.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 9 RPAITIKQE 40566.84 5914.07 MHCnuggetsI 71.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.0005886945 0.005883864 30674.54174881396 44.13500000000001 5914.07 50.96000000000001 37531.88 65.0 37333.42 88.0 43601.8 87.0 3.1e-05 42.0 50000.0 71.0 287580.87 87.0 388123.55 91.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 9 PAITIKQEY 2590.4 299.2544825297249 MHCflurry 2.5 0.6 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.22785302 0.42956033 299.2544825297249 0.96225 3351.74 0.6 1829.06 2.3 3725.78 5.4 5081.51 2.9 0.151 0.71 10992.95 29.0 564.62 2.5 833.62 3.2 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 9 AITIKQEYR 24867.44 5626.23 MHCnuggetsI 21.0 8.63 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.003777746 0.04000922 21532.986506059144 13.122999999999996 5626.23 8.63 28163.39 32.0 24481.5 40.0 25253.38 21.0 0.0011 9.1 6610.93 18.0 61625.44 54.0 46878.1 48.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 9 ITIKQEYRN 15403.295 4727.6 MHCnuggetsI 19.574 1.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 0.0043999734 0.18874526 25364.800548360297 19.574124999999995 4727.6 1.58 26397.42 28.0 23828.16 38.0 32244.11 36.0 7.7e-05 30.0 6978.43 19.0 6679.75 14.0 6791.57 14.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 9 TIKQEYRNF 18250.09 3773.848220370112 MHCflurry 16.79 2.974499999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.015397751 0.11826165 3773.848220370112 2.974499999999998 5774.85 16.79 18011.97 16.0 17410.87 23.0 18488.21 13.0 0.0113 3.0 28795.36 56.0 20079.83 29.0 20182.27 29.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 9 RPAITIKQP 41823.6 5978.56 MHCnuggetsI 88.16 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0006655686 0.0033701493 31223.873416270635 50.764875 5978.56 88.16000000000001 38650.33 71.0 39622.53 96.0 44024.67 89.0 6.5e-05 32.0 50000.0 71.0 348144.87 90.0 1351979.17 100.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 9 PAITIKQPK 31334.47 5876.56 MHCnuggetsI 46.0 15.902624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0007220051 0.0020760424 23497.51957448245 15.902624999999992 5876.56 35.620000000000005 35079.28 54.0 27725.29 50.0 34943.65 45.0 0.000264 18.0 20368.33 46.0 78661.1 60.0 117752.46 69.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 9 AITIKQPKQ 36353.515 5491.89 MHCnuggetsI 52.0 5.69 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.0009767903 0.019779911 29143.536696277224 34.4285 5491.89 5.69 31318.14 40.0 31060.99 62.0 41388.89 75.0 8.8e-05 28.0 50000.0 71.0 57910.86 52.0 114279.94 68.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 9 ITIKQPKQS 31841.555 5734.71 MHCnuggetsI 40.0 13.58 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0019888522 0.036125366 28663.482134562822 30.891874999999995 5734.71 13.58 35094.08 54.0 29425.27 55.0 40179.42 68.0 0.000123 25.0 16228.45 39.0 34257.84 40.0 43648.57 46.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 9 TIKQPKQSG 41594.865 5983.75 MHCnuggetsI 85.0 24.47925 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0015793778 0.00949996 27193.56945252306 24.47925 5983.75 90.26 39292.52 75.0 39408.75 95.0 43780.98 88.0 6.4e-05 32.0 50000.0 71.0 306027.18 88.0 264831.72 85.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 9 IKQPKQSGV 38918.42 5940.07 MHCnuggetsI 71.0 34.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00022239632 0.002131594 30982.637444405693 47.25637500000001 5940.07 66.19 35812.14 57.0 34798.02 77.0 42024.7 78.0 5.7e-05 34.0 50000.0 71.0 185250.76 79.0 281170.66 87.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 9 KQPKQSGVR 34143.77 5851.36 MHCnuggetsI 47.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00014470708 0.0015260176 23017.954918156087 15.096749999999997 5851.36 28.69 42728.02 94.0 33686.63 72.0 34600.91 43.0 0.000821 11.0 21500.59 47.0 846759.35 98.0 866901.99 98.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 9 QPKQSGVRE 41531.945 5921.69 MHCnuggetsI 71.0 38.768 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.00019783175 0.0012525992 29822.28340123536 38.768 5921.69 55.11000000000001 38560.95 71.0 38565.12 93.0 44498.77 91.0 3e-05 42.0 50000.0 71.0 453690.83 93.0 424590.23 92.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 9 PKQSGVREK 42055.82 5971.4 MHCnuggetsI 84.8 34.4285 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00028945765 0.0018435682 29272.231441299104 34.4285 5971.4 84.8 39599.38 76.0 37944.28 90.0 44512.26 91.0 2.1e-05 48.0 50000.0 71.0 436274.67 93.0 833623.6 98.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 9 KQSGVREKG 40027.805 6030.72 MHCnuggetsI 82.0 30.891874999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 8.5403546e-05 0.004267105 28760.26293780231 30.891874999999995 6030.72 99.04 40646.86 82.0 39408.75 95.0 41166.48 74.0 2.2e-05 47.0 38565.12 64.0 357898.6 90.0 256430.69 85.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 9 QSGVREKGP 45511.155 5968.35 MHCnuggetsI 94.0 54.695 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.00021817467 0.004117403 31651.001737939783 54.695 5968.35 83.24000000000001 40379.02 81.0 42740.04 100.0 48282.27 100.0 1e-06 94.0 50000.0 71.0 651268.39 97.0 2259279.7 100.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 9 SGVREKGPS 42316.79 5932.43 MHCnuggetsI 84.0 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 9.539497e-05 0.002831414 30775.687331120876 47.25637500000001 5932.43 61.42999999999999 41031.3 84.0 37739.56 90.0 43602.28 87.0 5e-06 71.0 50000.0 71.0 316781.64 88.0 465553.93 93.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 9 GVREKGPST 35697.91 5943.19 MHCnuggetsI 61.0 25.544875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00025238324 0.009168393 27462.514815071547 25.544875 5943.19 68.2 37890.94 67.0 33504.88 72.0 43198.9 85.0 3.8e-05 39.0 22451.54 49.0 61342.29 54.0 82408.12 61.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 9 VREKGPSTS 43633.43 5919.85 MHCnuggetsI 90.0 52.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00011087533 0.00668392 31648.38374986424 54.695 5919.85 54.08 41929.75 90.0 40270.83 98.0 45337.11 95.0 1.6e-05 52.0 50000.0 71.0 1001751.5 99.0 1733684.23 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 9 REKGPSTSQ 40212.28 5897.14 MHCnuggetsI 71.0 13.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0003302899 0.023533016 22825.303298676157 14.730749999999995 5897.14 43.13 38350.84 69.0 39196.13 95.0 41228.43 74.0 0.000551 13.0 50000.0 71.0 616254.35 96.0 1119360.56 100.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 9 EKGPSTSQE 43385.22 5936.37 MHCnuggetsI 79.0 50.764875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 5.604841e-05 0.0019686574 31279.39945078156 50.764875 5936.37 63.89 40041.86 79.0 39837.46 96.0 46728.58 99.0 7e-06 66.0 50000.0 71.0 974450.99 99.0 653085.44 97.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 9 KGPSTSQEV 37071.435 5931.4 MHCnuggetsI 60.79 16.343624999999992 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00017459746 0.006075118 23901.53949317212 16.343624999999992 5931.4 60.79 35597.36 56.0 34986.78 78.0 38545.51 60.0 0.000137 24.0 50000.0 71.0 317511.9 88.0 337264.01 89.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 9 GPSTSQEVC 42127.325 5958.37 MHCnuggetsI 77.57 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00030978164 0.0076509085 30949.064991990024 47.25637500000001 5958.37 77.57 39749.63 77.0 39196.13 95.0 44505.02 91.0 1e-05 60.0 50000.0 71.0 177729.7 78.0 180289.32 78.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 9 PSTSQEVCA 41453.785 5955.61 MHCnuggetsI 75.92 47.25637500000001 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0002169244 0.006725961 30981.55099750392 47.25637500000001 5955.61 75.92 38841.94 72.0 37535.94 89.0 44065.63 89.0 8e-06 63.0 50000.0 71.0 307439.74 88.0 428518.92 92.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 9 STSQEVCAL 23699.315 5918.21 MHCnuggetsI 25.0 7.785874999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0019260386 0.13257352 15349.77830312165 7.785874999999999 5918.21 53.17 24277.86 24.0 23828.16 38.0 23570.47 18.0 0.00103 9.4 9245.51 25.0 28233.19 36.0 29306.91 37.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 9 LMLHTADSD 23028.505 5872.6 MHCnuggetsI 30.892 24.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.0015804697 0.10470652 28710.395722125453 30.891874999999995 5872.6 34.39 25069.06 25.0 29425.27 55.0 32812.12 38.0 4e-06 75.0 8950.22 24.0 15337.69 25.0 20987.95 30.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 9 MLHTADSDV 12956.585 5879.1 MHCnuggetsI 20.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0007058138 0.027641103 25401.028772998878 19.574124999999995 5879.1 36.45 14641.97 12.0 15881.05 21.0 22767.85 17.0 0.000136 24.0 9654.43 26.0 7240.36 15.0 11271.2 20.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 9 LHTADSDVQ 38298.965 5961.4 MHCnuggetsI 71.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0010241683 0.01836881 28569.720596372983 30.891874999999995 5961.4 79.36999999999999 34842.86 53.0 36337.11 84.0 40260.82 69.0 1.9e-05 49.0 50000.0 71.0 140203.87 73.0 213781.44 81.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 9 HTADSDVQA 23465.315 5680.24 MHCnuggetsI 20.0 7.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.00031907347 0.027272465 20556.176764696294 11.842624999999996 5680.24 10.64 26487.84 28.0 21970.92 33.0 24959.71 20.0 0.00156 7.7 6978.43 19.0 27781.78 36.0 26789.83 35.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 9 TADSDVQAN 38426.095 5832.8 MHCnuggetsI 71.0 14.383874999999994 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0003068093 0.014873281 22652.01229986456 14.383874999999994 5832.8 24.71 35991.61 58.0 36141.06 83.0 40711.13 71.0 3.8e-05 39.0 50000.0 71.0 172886.07 77.0 190972.13 79.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 9 ADSDVQANA 36731.84 5916.21 MHCnuggetsI 57.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0003103212 0.026365373 27353.26199636738 25.544875 5916.21 52.09 35523.1 56.0 34237.82 75.0 37940.58 57.0 0.000196 20.0 50000.0 71.0 178139.41 78.0 213781.44 81.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 9 DSDVQANAF 21139.585 4298.925457657928 MHCflurry 31.0 3.1664999999999988 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00044475278 0.030424254 4298.925457657928 3.1664999999999988 5914.9 51.39 21238.85 19.0 21040.32 31.0 19672.84 14.0 0.00533 4.3 50000.0 71.0 36792.56 42.0 42655.01 45.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 9 SDVQANAFR 22351.92 5804.79 MHCnuggetsI 27.0 8.198874999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.016457185 0.0921106 16019.021164954149 8.198874999999997 5804.79 20.22 33497.62 48.0 19088.05 27.0 25615.79 21.0 0.000562 13.0 10191.11 27.0 139881.41 73.0 120495.27 70.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 9 DVQANAFRK 14517.64 3807.28 PickPocket 21.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0016874972 0.014218845 15232.389763011675 7.785874999999999 5854.27 29.38 22354.34 21.0 15967.2 21.0 19065.97 13.0 0.00126 8.5 3807.28 8.3 11851.14 21.0 13802.89 23.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 9 VQANAFRKA 30337.275 5966.5 MHCnuggetsI 56.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007858565 0.028413663 27852.851025601634 26.708874999999995 5966.5 82.25 35153.36 54.0 30232.07 58.0 30442.48 31.0 0.000346 16.0 29108.61 56.0 102981.69 66.0 149269.13 74.0 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 9 QANAFRKAN 38501.615 5955.42 MHCnuggetsI 67.0 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00011838889 0.0041275946 30887.427416695387 47.25637500000001 5955.42 75.81 36450.52 60.0 36732.4 85.0 40860.71 72.0 4e-06 75.0 40270.83 65.0 108832.85 67.0 105674.45 66.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 9 ANAFRKANQ 34351.105 5760.68 MHCnuggetsI 47.256 15.52 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00046929033 0.013308276 30931.97067980657 47.25637500000001 5760.68 15.52 30964.68 39.0 31569.21 64.0 41186.98 74.0 2.4e-05 46.0 47882.2 70.0 37133.0 42.0 93749.72 64.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 9 NAFRKANQM 13600.727 5450.81 MHCnuggetsI 19.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00105356 0.016783964 13897.823048846614 6.997124999999999 5450.81 5.1 23386.54 23.0 18780.76 26.0 17120.75 10.0 0.00532 4.3 11233.42 29.0 10203.75 19.0 13303.63 23.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 9 AFRKANQMG 32185.985 5869.35 MHCnuggetsI 41.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00032339856 0.020946395 29127.90926160196 34.4285 5869.35 33.43 31937.17 42.0 32434.8 67.0 33803.11 41.0 0.000218 20.0 13070.67 34.0 76165.8 59.0 69979.37 57.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 9 FRKANQMGA 34840.265 5955.98 MHCnuggetsI 70.0 38.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.00038262288 0.0155852195 30533.66532655592 44.13500000000001 5955.98 76.14 30575.17 38.0 33144.32 70.0 36536.21 51.0 3.9e-05 39.0 50000.0 71.0 178139.41 78.0 169422.08 77.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 9 RKANQMGAL 34386.485 5908.37 MHCnuggetsI 48.15 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.00010928982 0.006784148 29381.910209555717 34.4285 5908.37 48.15 32367.84 44.0 33869.37 73.0 34903.6 45.0 0.000105 27.0 36534.22 62.0 118511.36 69.0 156664.28 75.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 9 KANQMGALQ 25549.995 5680.53 MHCnuggetsI 31.0 10.65 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0006741541 0.03327597 26336.40622881628 21.751124999999995 5680.53 10.65 25469.32 26.0 21154.46 31.0 30596.02 32.0 0.000158 22.0 17695.75 42.0 25630.67 34.0 43850.04 46.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 9 ANQMGALQE 30260.86 5951.22 MHCnuggetsI 41.0 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00087258953 0.069674686 28922.809837022043 32.57675 5951.22 73.22999999999999 30753.01 39.0 27725.29 50.0 37906.93 57.0 5.2e-05 35.0 45360.65 69.0 29768.71 37.0 34671.29 41.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 9 NQMGALQER 19550.585 5382.48 PickPocket 29.0 4.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.007455559 0.055002593 10293.332010424036 5.330624999999999 5864.87 32.15 28125.02 32.0 20149.14 29.0 18952.03 13.0 0.00409 4.9 5382.48 14.0 122112.47 70.0 73446.31 58.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 9 QMGALQERG 19519.725 5958.67 MHCnuggetsI 32.577 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0011720221 0.06526432 29081.63013411484 32.57675 5958.67 77.75999999999999 27215.57 30.0 28951.56 54.0 35913.42 48.0 9e-06 62.0 11730.27 31.0 11823.88 21.0 7744.08 15.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 9 MGALQERGF 14806.885 5897.07 MHCnuggetsI 18.0 5.961624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006399756 0.02744342 11767.288576808054 5.961624999999998 5897.07 43.1 14857.72 12.0 18478.42 25.0 20076.45 14.0 0.00113 8.9 27575.71 54.0 9677.43 18.0 14756.05 24.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 9 GALQERGFG 40158.355 5929.01 MHCnuggetsI 67.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00059133134 0.020698326 29883.11539749569 38.768 5929.01 59.36 37899.16 67.0 35367.39 80.0 42417.55 81.0 3e-06 79.0 42509.45 67.0 76517.36 59.0 63675.15 55.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 9 ALQERGFGA 24575.235 5795.88 MHCnuggetsI 28.0 15.483874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0027709093 0.08181741 23393.452942583488 15.483874999999996 5795.88 19.06 26167.65 28.0 23828.16 38.0 25322.31 21.0 0.000363 16.0 10757.62 28.0 27781.78 36.0 34911.62 41.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 9 LQERGFGAD 39386.865 5972.13 MHCnuggetsI 79.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.0014761732 0.03644621 30699.607614032106 44.13500000000001 5972.13 85.18 37157.33 63.0 37535.94 89.0 41237.79 74.0 3e-06 79.0 50000.0 71.0 284288.96 87.0 306175.19 88.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 NA NA NA -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 9 QERGFGADD 41415.63 5973.0 MHCnuggetsI 80.0 50.764875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0009082658 0.0856213 31290.72929517645 50.764875 5973.0 85.61 37013.66 62.0 38357.05 92.0 44474.21 91.0 1e-06 94.0 50000.0 71.0 199416.0 80.0 199053.58 80.0 NA NA NA -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 9 LMLHTADSG 21768.905 5776.72 MHCnuggetsI 25.0 16.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0012004249 0.106390245 26623.372576017413 22.585249999999995 5776.72 16.97 26501.03 28.0 26407.71 45.0 27735.79 25.0 1e-05 60.0 7131.08 19.0 17130.1 27.0 13181.66 22.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 9 MLHTADSGN 20124.59 5907.58 MHCnuggetsI 26.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.0005363157 0.022720383 27035.14190177673 24.47925 5907.58 47.77 25459.12 26.0 25842.4 44.0 27506.58 25.0 2.9e-05 43.0 9972.95 26.0 12611.3 22.0 14790.06 24.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 9 LHTADSGNA 35867.165 5930.79 MHCnuggetsI 58.0 35.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.0006371675 0.015606022 31720.74186630013 54.695 5930.79 60.42999999999999 29355.0 35.0 33504.88 72.0 38229.45 58.0 1e-05 60.0 50000.0 71.0 58851.83 53.0 67293.02 56.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 9 HTADSGNAQ 23568.42 5371.66 MHCnuggetsI 23.0 4.21 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 9.684769e-05 0.011205554 18072.537993032824 9.764249999999995 5371.66 4.21 23565.1 23.0 23571.74 37.0 28210.66 26.0 0.000939 9.8 7692.16 21.0 26167.37 35.0 44974.88 46.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 9 TADSGNAQK 25624.375 5920.65 MHCnuggetsI 47.0 4.331749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.0003940932 0.00866242 7742.559013322706 4.331749999999998 5920.65 54.53 33399.2 47.0 25702.97 43.0 25545.78 21.0 0.00151 7.8 23699.6 50.0 82939.23 61.0 108885.49 67.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 9 ADSGNAQKG 43358.365 6022.42 MHCnuggetsI 82.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.00022750038 0.010200732 29807.30804547196 38.768 6022.42 98.48 40639.83 82.0 39837.46 96.0 46076.9 98.0 1.3e-05 56.0 50000.0 71.0 395148.19 91.0 210363.31 81.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 9 DSGNAQKGW 38007.995 6007.12 MHCnuggetsI 71.0 13.409249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000284842 0.013690025 21814.812678596714 13.409249999999997 6007.12 96.65 35002.67 54.0 35752.13 81.0 40263.86 69.0 0.000181 21.0 50000.0 71.0 206423.91 81.0 186195.85 79.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 9 SGNAQKGWP 43912.585 5996.41 MHCnuggetsI 94.36 47.25637500000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00019307846 0.00374477 30801.75306972685 47.25637500000001 5996.41 94.36 42242.15 91.0 40929.75 99.0 45583.02 96.0 2e-06 85.0 50000.0 71.0 524517.52 95.0 2093967.8 100.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 9 GNAQKGWPF 6072.035 2294.88 SMM 5.2 2.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.012136261 0.09437092 7904.562424489857 4.390749999999998 5168.82 2.85 6493.04 5.2 5651.03 6.9 7612.68 4.1 0.00816 3.5 7287.08 19.0 2294.88 5.9 2546.65 6.3 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 9 NAQKGWPFI 24272.305 5946.16 MHCnuggetsI 29.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00082235126 0.014615877 23959.54168067243 16.804874999999992 5946.16 70.08 23965.98 24.0 20368.33 29.0 24578.63 20.0 0.000399 15.0 28485.48 55.0 40249.45 44.0 58206.3 53.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 9 AQKGWPFIL 19170.645 5772.51 MHCnuggetsI 19.0 3.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.04562864 0.20898245 7920.36285082592 4.390749999999998 5772.51 16.56 20627.15 19.0 20258.44 29.0 13792.03 7.6 0.00959 3.3 18082.85 42.0 78480.18 60.0 50812.43 49.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 9 QKGWPFILL 27675.291 5683.46 MHCnuggetsI 28.0 10.78 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.002021347 0.09396739 26536.21270062373 22.585249999999995 5683.46 10.78 20894.68 19.0 25982.58 44.0 28814.37 28.0 0.000681 12.0 36534.22 62.0 57379.93 52.0 53207.15 50.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 9 KGWPFILLH 2807.315 1419.755227421802 MHCflurry 4.0 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.054694824 0.4440577 1419.755227421802 1.9695 4611.25 1.41 4480.68 4.0 3017.08 4.8 2597.55 1.9 0.0856 1.1 3848.7 8.4 2097.78 5.6 2032.22 5.4 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 9 GWPFILLHI 10171.738 3019.74 SMMPMBEC 7.8 5.429374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0066139624 0.14014657 10531.08585298171 5.429374999999998 5651.66 9.5 10953.89 8.1 9812.39 12.0 13608.22 7.5 0.00318 5.5 12117.27 31.0 3481.45 7.8 3019.74 7.1 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 9 WPFILLHIK 14843.9 3307.72 PickPocket 15.0 6.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.005999998 0.012377322 21951.93425802751 13.409249999999997 5936.67 64.08 17119.27 15.0 14175.55 18.0 17453.12 12.0 0.000751 11.0 3307.72 6.9 14413.19 24.0 15274.61 25.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 9 PFILLHIKT 17341.54 5720.78 MHCnuggetsI 24.0 12.7 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0019475269 0.043074757 27580.717131296467 26.708874999999995 5720.78 12.7 16697.79 14.0 17985.29 24.0 27901.64 26.0 0.000131 24.0 21040.32 47.0 9812.06 18.0 12189.05 21.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 9 KDQRLTEEL 32165.515 3086.0801135642023 MHCflurry 31.0 1.7916249999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.008650222 0.01652956 3086.0801135642023 1.7916249999999985 35531.49 68.13 35121.43 31.0 31398.89 20.0 27721.99 17.0 0.00455 5.0 11730.27 32.0 43272.3 54.0 32932.14 46.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 9 DQRLTEELQ 40717.585 18279.56 PickPocket 53.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0012560545 0.0020281207 21375.83576952408 7.055125 35692.55 69.07 46151.25 83.0 40929.75 53.0 40638.94 63.0 0.000146 23.0 18279.56 46.0 106220.91 82.0 40796.23 52.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 9 QRLTEELQT 24749.085 15164.55 MHCnuggetsI 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.00022510975 0.0005371358 25028.95975250344 11.891624999999998 15164.55 15.95 37786.55 36.0 40929.75 53.0 36870.98 40.0 0.000712 12.0 22695.78 53.0 15966.51 29.0 24469.21 38.0 NA NA NA -0.6142857142857144 -0.6142857142857144 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 9 RLTEELQTV 27470.24 11233.42 PickPocket 31.0 4.9075000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0014836814 0.0450229 17365.33266061812 4.9075000000000015 31192.86 48.42 40197.7 43.0 37333.42 34.0 33749.38 29.0 0.000726 12.0 11233.42 31.0 17547.29 30.0 23747.62 37.0 NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 9 LTEELQTVE 39521.195 27443.65340072819 MHCflurry 65.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0018133569 0.006445423 27443.65340072819 18.189125 34329.5 61.68 44296.54 65.0 43675.0 75.0 43857.31 87.0 1.7e-05 52.0 35367.39 69.0 68109.86 69.0 34168.03 47.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 9 TEELQTVEN 3289.665 902.01 SMM 4.05 1.9192499999999988 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.001972737 0.0005454648 3616.2299946792223 1.9192499999999988 2963.1 4.05 11142.15 7.7 6719.1 4.8 10817.38 4.0 0.0177 2.8 1864.16 6.0 902.01 3.3 2326.06 8.6 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 9 EELQTVENG 1236.18 213.31719011995187 MHCflurry 2.7 0.5116249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00051669026 0.00012016147 213.31719011995187 0.5116249999999999 2789.98 3.88 3506.62 3.3 1139.41 1.9 5354.83 2.2 0.0741 1.3 1332.95 4.4 989.03 3.8 750.97 2.7 NA NA NA -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 9 ELQTVENGY 39807.41 28151.0426347413 MHCflurry 54.0 16.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0006981996 0.0022535264 28151.0426347413 20.700875 32414.92 53.09 43610.77 61.0 40270.83 48.0 39343.99 54.0 0.000357 16.0 28178.94 61.0 46047.92 56.0 58697.55 64.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 9 LQTVENGYH 40358.185 21040.32 PickPocket 54.0 28.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000178584 0.0037802665 30693.05020014469 38.99449999999999 39564.6 93.4 45653.13 78.0 41151.77 54.0 39291.25 54.0 9.4e-05 28.0 21040.32 51.0 48107.19 57.0 76845.78 73.0 NA NA NA -1.2 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 9 QTVENGYHD 42165.3 21558.57 SMMPMBEC 65.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00015981894 0.00086703344 29402.323819669196 27.7165 38486.5 86.88 45516.02 76.0 43439.36 73.0 40891.24 65.0 1.1e-05 60.0 44872.5 77.0 50606.93 59.0 21558.57 35.0 NA NA NA -1.5999999999999999 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 NA NA NA -2.7 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 9 TVENGYHDN 45472.82 29651.06699518924 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0005815239 0.016483767 29651.06699518924 30.050999999999995 35732.0 69.3 45091.53 72.0 45854.11 94.0 44710.14 92.0 2e-06 87.0 50000.0 80.0 72645.71 71.0 168120.24 92.0 NA NA NA -2.7 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 9 VENGYHDNP 1894.315 113.42220516122778 MHCflurry 3.0 0.2834999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.058558762 0.03523351 113.42220516122778 0.2834999999999998 4176.0 5.15 10865.24 7.6 2021.74 2.6 1022.84 0.62 0.351 0.31 2240.61 7.0 1766.89 6.7 804.67 3.0 NA NA NA -2.4285714285714284 -1.5999999999999999 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 9 ENGYHDNPT 18338.377 4499.97 SMM 22.169 5.98 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0018654049 0.0054371106 28250.78494597404 22.16875 5123.34 5.98 29717.71 23.0 38357.05 38.0 37074.2 41.0 3.7e-05 40.0 7287.08 22.0 4499.97 15.0 8425.97 20.0 NA NA NA -2.0285714285714285 -2.0285714285714285 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 9 NGYHDNPTL 41243.265 8758.62 PickPocket 61.0 9.295125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.007920952 0.0080866115 23637.197586631137 9.295125 32894.63 55.09 45235.68 74.0 42051.98 61.0 40434.55 61.0 0.000177 21.0 8758.62 25.0 69857.01 70.0 67238.81 69.0 NA NA NA -1.4285714285714286 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 9 GYHDNPTLE 44557.695 28680.739231921558 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 8.699945e-05 0.0019050089 28680.739231921558 23.814625 32904.39 55.13 45080.3 72.0 44872.5 86.0 44242.89 89.0 6.8e-05 31.0 30726.73 64.0 49797.78 58.0 66316.26 68.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 9 YHDNPTLEV 29960.635 12201.728588560449 MHCflurry 36.28 2.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.003935362 0.10485192 12201.728588560449 3.4948749999999986 27124.34 36.28 43592.86 60.0 32259.8 21.0 27661.47 16.0 0.0164 2.9 14564.23 39.0 51905.1 60.0 78094.42 73.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 9 HDNPTLEVM 31619.98 1276.4799102548543 MHCflurry 24.0 1.251374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.01621634 0.011164827 1276.4799102548543 1.251374999999998 38371.0 86.11999999999999 36415.84 33.0 24349.41 13.0 26824.12 15.0 0.0154 2.9 8208.09 24.0 77841.29 73.0 63331.53 67.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 9 DNPTLEVME 47202.53 26309.18965714585 MHCflurry 89.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00019654378 0.00068445184 26309.18965714585 14.480874999999996 37864.34 82.76 47293.7 95.0 47111.36 100.0 46747.3 100.0 6e-05 33.0 50000.0 80.0 249580.13 97.0 144750.48 89.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 9 NPTLEVMET 33359.91 8057.68 SMM 38.0 10.452499999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00019658882 0.0030242836 24214.802126666957 10.452499999999995 29037.79 41.45 38244.34 38.0 42740.04 66.0 37682.03 44.0 0.00023 19.0 46352.93 78.0 8057.68 20.0 15227.2 28.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 9 PTLEVMETS 46772.19 29462.352614261166 MHCflurry 80.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.00023446458 0.000834063 29462.352614261166 30.050999999999995 33900.23 59.61 47191.45 94.0 46352.93 97.0 43854.93 87.0 8e-06 65.0 50000.0 80.0 107946.86 82.0 51596.47 60.0 NA NA NA 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 9 TLEVMETSS 35313.65 21761.64 MHCnuggetsI 42.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00048404295 0.024595717 28326.604535471943 22.16875 21761.64 25.36 39753.5 42.0 43204.99 71.0 36928.07 41.0 0.000106 26.0 33144.32 67.0 52506.13 60.0 33699.23 46.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 9 LEVMETSSE 10182.024 1222.43 PickPocket 7.9 2.7075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00014848013 4.273617e-05 7914.538077394907 2.7075 17095.47 18.35 18062.71 13.0 12449.51 6.7 19489.16 7.9 0.00406 5.3 1222.43 3.9 3725.72 13.0 3240.56 12.0 NA NA NA -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 9 EVMETSSEM 26831.645 12930.01 PickPocket 35.0 5.5695000000000014 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0005912531 0.0043480815 18870.395454809877 5.5695000000000014 14890.57 15.64 41669.27 50.0 37944.28 36.0 28929.03 18.0 0.00353 5.6 12930.01 35.0 25954.34 39.0 27708.95 41.0 NA NA NA -0.7857142857142857 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 9 VMETSSEMQ 43658.015 30365.213886425663 MHCflurry 77.0 35.63949999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0004542547 0.0064446656 30365.213886425663 35.63949999999999 36745.07 75.48 45686.73 78.0 43911.91 77.0 43404.12 83.0 1.7e-05 52.0 40270.83 74.0 93370.57 78.0 159081.62 91.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 9 METSSEMQE 4128.303 674.19 PickPocket 4.2 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00023771523 4.744606e-05 3850.535134617071 1.9731249999999991 8243.24 8.780000000000001 5018.62 4.2 4406.07 3.8 13077.59 4.9 0.0117 3.3 674.19 2.1 1107.16 4.2 1939.19 7.3 NA NA NA -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 9 ETSSEMQEK 41098.285 20933.062056249364 MHCflurry 63.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0012081041 0.0026028717 20933.062056249364 6.71025 36365.6 73.11999999999999 44589.37 68.0 40929.75 53.0 41266.82 68.0 0.000298 17.0 50000.0 80.0 32749.9 46.0 56704.82 63.0 NA NA NA -2.0142857142857142 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 9 TSSEMQEKK 45023.035 22291.01118328958 MHCflurry 80.0 7.8825 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00026841584 0.00085225236 22291.01118328958 7.8825 38112.8 84.43 47074.18 93.0 42971.89 68.0 41676.47 71.0 0.000139 23.0 50000.0 80.0 98222.28 80.0 165051.7 91.0 NA NA NA -2.457142857142857 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 9 SSEMQEKKV 25525.075 5342.46 MHCnuggetsI 42.0 6.17 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0017871232 0.007941382 22102.59826324333 7.653875 5342.46 6.17 41043.71 47.0 42280.1 63.0 40890.79 65.0 0.000134 24.0 22695.78 53.0 12682.65 25.0 28354.37 42.0 NA NA NA -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 9 SEMQEKKVV 256.275 52.81330531504034 MHCflurry 0.41 0.04 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.14887118 0.0025889222 52.81330531504034 0.048625 1396.53 2.43 184.3 0.26 141.95 0.41 141.76 0.15 0.847 0.04 367.82 0.9 328.25 1.2 617.48 2.2 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 9 EMQEKKVVS 20184.087 7820.06 SMM 21.0 6.8740000000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00504925 0.07771808 21065.38337370273 6.8740000000000006 12982.36 13.48 37574.14 36.0 35559.24 28.0 30333.97 21.0 0.00112 9.1 13356.59 36.0 7820.06 19.0 19302.79 33.0 NA NA NA -1.0285714285714287 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 9 MQEKKVVSL 18994.675 1039.29 PickPocket 11.0 1.9731249999999991 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.011778475 0.0071668937 3846.582969193917 1.9731249999999991 24837.41 31.11 27994.79 21.0 21970.92 9.8 22641.82 11.0 0.0157 2.9 1039.29 3.3 11071.59 23.0 16018.43 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 9 QEKKVVSLN 3980.384 1691.19 PickPocket 4.2 1.8668749999999985 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.0008268178 8.364224e-05 3400.6589265722105 1.8668749999999985 7353.68 7.979999999999999 4560.11 4.0 5324.55 4.2 7666.07 2.9 0.0202 2.6 1691.19 5.5 2214.17 8.2 2498.16 9.2 NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 9 EKKVVSLNG 35628.78 9295.78 MHCnuggetsI 34.0 9.75 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0003635678 0.00033210992 28102.316808581 20.700875 9295.78 9.75 36693.88 34.0 37944.28 36.0 32301.01 25.0 0.000285 17.0 39837.46 73.0 41803.25 53.0 34563.68 47.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 9 KKVVSLNGE 42937.485 27712.62 MHCnuggetsI 66.0 37.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 5.3064225e-05 0.00016852286 30856.27123727986 42.77524999999999 27712.62 37.78 43134.93 57.0 42740.04 66.0 42233.93 75.0 1.6e-05 53.0 50000.0 80.0 64745.56 67.0 124342.62 86.0 NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 9 KVVSLNGEL 43926.41 24700.422327929533 MHCflurry 71.0 10.885249999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00018808256 0.0012922933 24700.422327929533 10.885249999999996 37542.5 80.67 43940.91 63.0 43911.91 77.0 39357.62 54.0 8.6e-05 29.0 47366.92 79.0 75371.99 72.0 71881.97 71.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 9 VVSLNGELG 45845.06 26579.15101924671 MHCflurry 68.68 15.284124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00018451168 0.0021684929 26579.15101924671 15.284124999999998 35626.68 68.67999999999999 46083.41 82.0 45606.71 92.0 40196.84 60.0 9e-06 63.0 50000.0 80.0 137154.48 88.0 66011.56 68.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 9 VSLNGELGD 44485.545 27597.59108814421 MHCflurry 81.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0010188471 0.0012711835 27597.59108814421 19.38525 36996.07 77.08 46845.53 90.0 45606.71 92.0 44954.13 93.0 1e-06 95.0 43911.91 76.0 104763.5 81.0 44016.96 55.0 NA NA NA -0.5285714285714286 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 9 SLNGELGDS 36815.915 22657.4 SMM 50.0 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00024735346 0.004396018 27636.46243304465 19.38525 34880.57 64.49000000000001 41223.96 48.0 43204.99 71.0 38751.26 50.0 1.2e-05 58.0 40270.83 74.0 22657.4 36.0 24582.16 38.0 NA NA NA -1.1857142857142857 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 9 LNGELGDSW 41366.525 28700.801156294816 MHCflurry 64.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0003889326 0.0012290269 28700.801156294816 23.814625 36501.66 73.96000000000001 45867.0 80.0 42280.1 63.0 40452.95 62.0 9.2e-05 28.0 30726.73 64.0 163384.18 91.0 140481.78 88.0 NA NA NA -0.8142857142857143 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 9 NGELGDSWI 40105.71 15478.75 MHCnuggetsI 54.0 16.34 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00054425426 0.002905147 27070.69221446098 17.127999999999997 15478.75 16.34 43021.66 57.0 43911.91 77.0 41962.43 73.0 2e-05 49.0 25842.4 58.0 42776.97 54.0 38248.99 50.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 9 GELGDSWIV 351.15 67.28 NetMHCcons 0.75 0.22 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.100385204 0.0035112284 108.74455079991554 0.2686249999999998 943.15 1.91 533.38 0.75 67.28 0.22 489.15 0.38 0.267 0.44 319.56 0.8 344.52 1.2 357.78 1.3 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 9 ELGDSWIVP 25526.93 6362.39 SMMPMBEC 34.0 5.4677500000000006 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0054276153 0.062480174 18837.45009590082 5.4677500000000006 28396.46 39.61 36756.66 34.0 38565.12 39.0 29348.64 19.0 0.000625 12.0 18679.43 47.0 22657.4 36.0 6362.39 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 9 LGDSWIVPL 39522.995 6682.85 PickPocket 54.0 6.407 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0015618841 0.0116205225 20564.206606766333 6.407 32739.93 54.43 45755.5 79.0 41151.77 54.0 37894.22 45.0 2.8e-05 44.0 6682.85 20.0 157837.43 91.0 58968.49 64.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 9 GDSWIVPLD 29069.23 14508.42 SMMPMBEC 31.0 5.774625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.00085582305 0.00065400783 19441.271021633493 5.774625 29857.2 43.89 41239.57 48.0 33324.12 23.0 28281.26 17.0 7.1e-05 31.0 14882.82 39.0 100510.17 80.0 14508.42 27.0 NA NA NA 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 9 DSWIVPLDN 45708.47 25774.98 MHCnuggetsI 77.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00025720973 0.0020756118 29189.3654823611 27.7165 25774.98 33.14 47027.33 92.0 44389.61 82.0 41519.86 69.0 3e-06 81.0 50000.0 80.0 78020.73 73.0 89458.17 77.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 9 SWIVPLDNL 39021.705 20813.9 PickPocket 48.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00047784974 0.082039244 27970.574337335864 20.700875 25773.12 33.14 39776.3 42.0 42051.98 61.0 38267.11 48.0 0.000161 22.0 20813.9 50.0 59321.21 64.0 108547.54 82.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 9 WIVPLDNLT 34605.32 11781.76 SMM 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00015635407 0.006432046 28433.110463809702 22.16875 37811.75 82.42 38881.86 39.0 44872.5 86.0 39291.25 54.0 1.3e-05 57.0 31398.89 65.0 11781.76 24.0 25800.02 39.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 9 IVPLDNLTK 47209.285 24910.73080623064 MHCflurry 95.0 11.364124999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.0013884556 0.0036501172 24910.73080623064 11.364124999999998 41081.65 99.04 48315.72 100.0 46102.85 95.0 44015.62 88.0 3e-05 43.0 50000.0 80.0 453116.63 100.0 477111.63 100.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 9 VPLDNLTKD 46744.98 25296.942642054648 MHCflurry 88.0 12.471374999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00042156782 0.00033773063 25296.942642054648 12.471374999999998 35197.02 66.22 46885.58 91.0 46604.38 98.0 44947.35 93.0 4.2e-05 38.0 50000.0 80.0 274290.02 98.0 137600.5 88.0 NA NA NA -1.0714285714285714 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 9 PLDNLTKDD 48202.29 29100.68771103344 MHCflurry 100.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00069616147 0.0033069227 29100.68771103344 27.7165 37763.55 82.1 48397.87 100.0 47623.87 100.0 48006.71 100.0 0.0 100.0 50000.0 80.0 1230863.8 100.0 345636.82 99.0 NA NA NA -2.1142857142857143 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 9 LDNLTKDDL 37160.38 13564.061645622827 MHCflurry 50.0 3.795749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.030128466 0.1714155 13564.061645622827 3.795749999999999 37983.65 83.56 43743.59 61.0 36337.11 30.0 35437.11 34.0 0.000422 15.0 20589.91 50.0 70992.1 70.0 93674.2 78.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 9 DNLTKDDLD 47449.165 25974.69030698873 MHCflurry 93.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.0003638547 0.0011602463 25974.69030698873 13.754874999999998 35796.91 69.67 47786.97 99.0 47111.36 100.0 45903.75 98.0 4e-06 76.0 50000.0 80.0 492277.52 100.0 180975.59 93.0 NA NA NA -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 9 NLTKDDLDE 46594.925 26696.839578622454 MHCflurry 82.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00048668866 0.0028876394 26696.839578622454 16.158749999999998 35414.24 67.44 46836.92 90.0 46352.93 97.0 45870.48 97.0 2e-06 87.0 50000.0 80.0 70992.1 70.0 106321.23 82.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 9 LTKDDLDEE 46679.44 26106.779968628394 MHCflurry 85.0 14.480874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003768401 0.019293126 26106.779968628394 14.480874999999996 37926.01 83.17 47005.95 92.0 46352.93 97.0 45270.93 95.0 2.4e-05 47.0 50000.0 80.0 134651.13 87.0 120675.75 85.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 9 TKDDLDEEE 45322.37 17913.567000928837 MHCflurry 80.0 5.12 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.0001139245 0.00040471906 17913.567000928837 5.12 33036.51 55.720000000000006 45528.82 76.0 45115.92 88.0 43809.88 86.0 0.000151 23.0 50000.0 80.0 100048.37 80.0 131710.38 87.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 9 KDDLDEEED 45600.93 13750.63834453463 MHCflurry 80.0 3.826874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00014026779 0.0004742591 13750.63834453463 3.826874999999999 30664.49 46.55 46543.91 87.0 44150.12 80.0 44657.95 92.0 1.9e-05 50.0 50000.0 80.0 190638.23 94.0 58968.49 64.0 NA NA NA -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 9 DDLDEEEDT 36217.08 12896.901146825649 MHCflurry 65.0 3.639874999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 8.21658e-05 0.00054242386 12896.901146825649 3.639874999999999 35262.67 66.59 44959.5 71.0 44630.4 84.0 44649.25 92.0 0.000106 26.0 31740.46 65.0 37171.49 49.0 29148.75 42.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 9 DLDEEEDTH 47700.155 20977.6501026457 MHCflurry 98.0 6.71025 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 4.918581e-05 0.00231648 20977.6501026457 6.71025 35007.18 65.19 48543.13 100.0 46857.18 99.0 45967.86 98.0 0.000176 21.0 50000.0 80.0 746809.79 100.0 834872.2 100.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 9 LDEEEDTHL 39630.78 7797.130754994582 MHCflurry 65.0 2.6924999999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.0047797645 0.017034194 7797.130754994582 2.6924999999999994 36271.2 72.53 45194.59 73.0 38357.05 38.0 40904.51 65.0 0.00127 8.7 16404.99 42.0 85942.9 76.0 101535.99 81.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 9 QSIVGAEVD 32744.43 21019.38 SMMPMBEC 58.0 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0053697294 0.0035122703 25858.390580420382 13.754874999999998 26226.51 34.160000000000004 39262.35 40.0 42971.89 68.0 40814.34 64.0 4e-06 76.0 26123.53 58.0 51785.72 60.0 21019.38 34.0 NA NA NA 1.042857142857143 1.4285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 9 SIVGAEVDK 37954.455 20008.012663945072 MHCflurry 70.0 6.133875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.0012373509 0.008883585 20008.012663945072 6.133875 39767.85 94.5 45160.85 73.0 44389.61 82.0 44154.9 89.0 1.8e-05 51.0 36141.06 70.0 23889.66 37.0 31960.97 45.0 NA NA NA -0.15714285714285703 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 9 IVGAEVDKN 47282.225 29197.378283077174 MHCflurry 95.0 27.7165 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00015361395 0.0027498936 29197.378283077174 27.7165 37136.34 77.99000000000001 47453.09 97.0 47111.36 100.0 47039.55 100.0 1e-06 95.0 50000.0 80.0 84568.77 76.0 209710.42 95.0 NA NA NA -1.2571428571428573 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 9 VGAEVDKNL 43963.355 21269.21 PickPocket 64.8 9.295125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.00071569544 0.0023468442 23619.839226166023 9.295125 34937.11 64.8 46910.95 91.0 45606.71 92.0 44513.69 91.0 7.6e-05 30.0 21269.21 51.0 86339.59 76.0 43413.02 54.0 NA NA NA -0.6571428571428573 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 9 GAEVDKNLG 45214.795 17993.91 MHCnuggetsI 69.0 10.452499999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0007486447 0.0014508201 24211.04278349986 10.452499999999995 17993.91 19.55 44326.74 66.0 46102.85 95.0 44016.1 88.0 9e-06 63.0 50000.0 80.0 68266.87 69.0 95856.15 79.0 NA NA NA -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 9 AEVDKNLGT 495.815 57.55430194752971 MHCflurry 0.75 0.071375 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.13809715 0.00415521 57.55430194752971 0.071375 903.2 1.86 1110.89 1.5 316.12 0.75 564.44 0.42 0.605 0.12 598.54 1.8 179.97 0.7 427.19 1.5 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 9 EVDKNLGTV 38419.155 11202.033844461012 MHCflurry 43.0 3.2898749999999986 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.004275832 0.025815709 11202.033844461012 3.2898749999999986 18254.57 19.91 43543.83 60.0 41825.1 59.0 37000.85 41.0 0.00036 16.0 39837.46 73.0 29390.7 43.0 59104.43 64.0 NA NA NA -0.5714285714285715 -0.5714285714285713 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 9 VDKNLGTVY 33616.855 9550.53 PickPocket 27.0 3.610124999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.0041221636 0.002014811 12642.103329481914 3.610124999999999 35664.5 68.89999999999999 38430.16 38.0 31569.21 20.0 30480.04 21.0 0.00426 5.2 9550.53 27.0 104042.31 81.0 37378.34 50.0 NA NA NA -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 9 DKNLGTVYG 41145.86 26815.12328248063 MHCflurry 51.0 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00029428033 0.00039265273 26815.12328248063 16.158749999999998 35577.64 68.4 41582.8 49.0 40708.92 51.0 33518.3 28.0 0.000274 17.0 50000.0 80.0 84374.26 76.0 76492.7 73.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 9 KNLGTVYGL 23300.518 5743.49 PickPocket 25.0 8.962874999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00022319032 0.004800978 23313.006151545476 8.962874999999997 23288.03 28.04 41553.1 49.0 34423.54 25.0 34593.79 31.0 0.000235 19.0 5743.49 17.0 21837.86 35.0 12930.64 25.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 9 NLGTVYGLE 42454.295 31382.53454479771 MHCflurry 67.0 47.08112499999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00013672806 0.0017572008 31382.53454479771 47.08112499999999 32321.91 52.7 44429.49 67.0 43911.91 77.0 40996.68 65.0 3e-06 81.0 50000.0 80.0 71979.69 71.0 39684.42 52.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 9 LGTVYGLEK 39461.445 28277.99188249533 MHCflurry 71.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0027152603 0.03724563 28277.99188249533 22.16875 36660.63 74.92999999999999 45657.57 78.0 43204.99 71.0 42262.26 75.0 1.1e-05 60.0 31740.46 65.0 125663.75 86.0 31018.44 44.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 9 GTVYGLEKP 45756.58 26697.92814774022 MHCflurry 71.32 16.158749999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.003966219 0.027328594 26697.92814774022 16.158749999999998 36072.76 71.32 45659.05 78.0 45854.11 94.0 38773.91 50.0 0.000203 20.0 50000.0 80.0 106711.2 82.0 73387.15 71.0 NA NA NA -0.3857142857142856 0.24285714285714274 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 9 TVYGLEKPF 39699.885 24481.5 PickPocket 56.0 18.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0013492646 0.0009940426 28799.764528710253 25.64975 36625.42 74.71 42689.21 55.0 42971.89 68.0 36710.56 40.0 0.000243 18.0 24481.5 56.0 100048.37 80.0 51954.12 60.0 NA NA NA -0.5857142857142857 -0.2571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 9 VYGLEKPFL 45132.285 29558.6548755113 MHCflurry 74.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0003560714 0.009892107 29558.6548755113 30.050999999999995 35315.68 66.88 45148.65 73.0 45115.92 88.0 44655.53 92.0 7.2e-05 31.0 50000.0 80.0 79288.46 74.0 135089.0 87.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 9 YGLEKPFLC 39429.75 18279.56 PickPocket 54.0 10.029999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0005980994 0.047034174 24010.34472469991 10.029999999999998 34634.7 63.21 46420.2 86.0 41151.77 54.0 37707.73 44.0 0.000187 21.0 18279.56 46.0 64151.97 67.0 61605.57 66.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 9 GLEKPFLCG 38321.075 27121.36260156817 MHCflurry 51.0 17.127999999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00015658115 0.0076337988 27121.36260156817 17.127999999999997 27716.98 37.8 42842.83 56.0 40708.92 51.0 35933.23 36.0 1.8e-05 51.0 45360.65 77.0 78200.58 73.0 35287.43 48.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 9 LEKPFLCGL 4208.79 409.1560747012337 MHCflurry 3.9 0.7552499999999994 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.04772445 0.0015406022 409.1560747012337 0.7552499999999994 16885.38 18.07 4523.94 3.9 5869.13 4.4 3893.64 1.7 0.055 1.5 846.17 2.7 9754.61 22.0 3569.6 13.0 NA NA NA 1.0 1.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 9 EKPFLCGLA 22462.51 794.74 MHCnuggetsI 15.0 1.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.0013537053 0.0012015889 25662.960221060133 13.067624999999998 794.74 1.71 20833.73 15.0 33324.12 23.0 24091.29 13.0 0.000222 19.0 31398.89 65.0 3607.53 13.0 6132.25 17.0 NA NA NA 1.8142857142857143 1.8142857142857143 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 9 KPFLCGLAL 28515.755 15044.73 PickPocket 27.0 4.3225 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.00032769982 0.00085592846 15597.950823622425 4.3225 18592.56 20.4 39999.87 43.0 34986.78 27.0 25144.04 14.0 0.00064 12.0 15044.73 40.0 71484.19 71.0 31887.47 45.0 NA NA NA 2.585714285714286 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 9 PFLCGLALD 46204.945 31407.357856803683 MHCflurry 82.0 49.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00017730446 0.0011785204 31407.357856803683 51.90287499999999 31453.42 49.35 46056.96 82.0 46352.93 97.0 45762.4 97.0 0.0 100.0 50000.0 80.0 280033.51 98.0 75617.1 72.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 9 FLCGLALDL 38883.62 18279.56 PickPocket 53.0 13.067624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.0005173498 0.025321905 25629.42481384994 13.067624999999998 34483.18 62.45 45022.29 72.0 40929.75 53.0 36837.49 40.0 1.6e-05 53.0 18279.56 46.0 131283.46 87.0 59377.24 64.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 9 NMATLFTIC 25267.2 9972.95 PickPocket 20.0 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 82 0.00042572728 0.015371175 26514.09605819209 15.284124999999998 25695.9 32.97 27085.14 20.0 31569.21 20.0 24838.5 13.0 0.000231 19.0 9972.95 28.0 21047.96 34.0 17006.7 30.0 NA NA NA 2.0 2.0 False True False 1 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 9 MATLFTICV 10084.895 1921.06 MHCnuggetsI 9.9 3.0 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 83 0.0014912047 0.02850825 24200.298789811288 10.029999999999998 1921.06 3.0 14041.07 9.5 22090.1 9.9 18721.73 7.5 0.000171 21.0 6128.72 18.0 5397.72 16.0 2658.4 9.7 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 9 ATLFTICVW 30829.912 11820.07 SMMPMBEC 35.0 22.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 84 0.0005043369 0.003030117 30506.283254086906 38.99449999999999 34259.92 61.33 37079.41 35.0 34610.27 26.0 31153.54 22.0 5.7e-05 34.0 18882.64 47.0 28655.63 42.0 11820.07 24.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 9 TLFTICVWT 27927.1 4535.45 SMMPMBEC 32.668 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 85 2.2153294e-05 0.0020649687 30021.831910212502 32.66799999999999 26774.54 35.44 29079.66 22.0 37739.56 35.0 30667.95 21.0 1.7e-05 52.0 21970.92 52.0 6905.74 18.0 4535.45 15.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 9 LFTICVWTG 33655.572 15044.73 PickPocket 45.0 21.57 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 86 7.744062e-05 0.005532349 31366.624115308445 47.08112499999999 19401.92 21.57 40523.91 45.0 40270.83 48.0 35944.52 36.0 2e-06 87.0 15044.73 40.0 63417.63 67.0 22010.0 35.0 NA NA NA 1.2142857142857142 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 9 FTICVWTGE 39184.725 30869.69611297877 MHCflurry 63.0 41.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 87 4.0165676e-05 0.0026898284 30869.69611297877 42.77524999999999 36411.3 73.39 44034.67 63.0 41375.0 56.0 36994.45 41.0 3e-06 81.0 50000.0 80.0 103564.28 81.0 31377.62 44.0 NA NA NA 0.8142857142857142 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 9 TICVWTGET 31443.156 4189.96 SMM 52.0 14.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 88 0.00033667963 0.033811875 29768.81123117534 32.66799999999999 33117.5 56.08 42190.54 52.0 42971.89 68.0 39874.54 58.0 6e-06 70.0 17505.31 44.0 4189.96 14.0 6377.05 18.0 NA NA NA 0.07142857142857133 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 9 ICVWTGETI 35323.665 8297.38 PickPocket 43.67 20.700875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 89 0.000423359 0.009114989 27968.335401081757 20.700875 29787.06 43.67 45100.78 72.0 42509.45 65.0 40860.27 64.0 5.5e-05 34.0 8297.38 24.0 55617.31 62.0 25919.1 39.0 NA NA NA 0.35714285714285726 0.8142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 9 CVWTGETIP 34918.995 20305.8 SMMPMBEC 36.0 9.643999999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0015070206 0.0062867077 23937.40447333055 9.643999999999998 35728.85 69.28 41093.05 47.0 43439.36 73.0 34109.14 30.0 4.8e-05 36.0 45360.65 77.0 20427.25 34.0 20305.8 34.0 NA NA NA -0.4714285714285715 0.35714285714285726 True False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 9 IMRVRTSTA 22982.732 2240.61 PickPocket 14.0 7.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 91 0.0013369968 0.11959355 24593.144214325355 10.885249999999996 34994.57 65.13 37089.43 35.0 35946.07 29.0 21372.32 9.1 0.00121 8.9 2240.61 7.0 3865.54 14.0 7702.29 19.0 NA NA NA -0.7428571428571429 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 9 MRVRTSTAF 29209.37 5324.55 PickPocket 19.0 12.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 92 0.00014499914 0.00018383544 26233.364233888136 14.480874999999996 20830.22 23.81 35870.3 32.0 30893.41 19.0 27525.33 16.0 0.000638 12.0 5324.55 16.0 49227.75 58.0 49274.25 58.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 9 RVRTSTAFK 43902.705 29133.95849461159 MHCflurry 80.0 27.7165 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 93 2.7779593e-05 0.0016659107 29133.95849461159 27.7165 38120.83 84.48 45980.31 81.0 41825.1 59.0 34832.68 32.0 8.1e-05 29.0 50000.0 80.0 104282.16 81.0 103185.82 81.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 9 VRTSTAFKA 20294.895 3413.58 SMM 16.0 8.2 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 94 0.00037793224 0.0010532482 25078.398483094028 11.891624999999998 19425.72 21.61 21164.07 16.0 28640.0 16.0 26810.2 15.0 0.00144 8.2 6330.92 19.0 3413.58 13.0 5696.66 17.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 9 RTSTAFKAV 28765.78 11479.16 PickPocket 29.0 10.452499999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 95 0.002269191 0.067476146 24236.59721841074 10.452499999999995 34555.95 62.81 34224.47 29.0 33504.88 23.0 27108.0 16.0 0.000277 17.0 11479.16 32.0 30423.56 44.0 20166.01 33.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 9 TSTAFKAVL 27370.425 9972.95 PickPocket 30.0 13.754874999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 96 0.0031791045 0.011487371 26093.109366009263 13.754874999999998 28647.74 40.31 33337.09 28.0 37739.56 35.0 37497.79 43.0 0.0001 27.0 9972.95 28.0 17914.72 31.0 17164.06 30.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 9 STAFKAVLH 30775.589 13558.45 SMM 38.0 19.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 97 0.0001323454 0.0017931852 30490.188571762767 38.99449999999999 29242.56 42.04 37390.43 35.0 40489.28 50.0 36352.84 38.0 0.000234 19.0 31060.99 65.0 13558.45 26.0 20540.93 34.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 9 TAFKAVLHQ 38873.36 30226.127967940767 MHCflurry 59.0 20.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 98 6.258376e-05 0.00035880713 30226.127967940767 35.63949999999999 34584.74 62.95 43639.58 61.0 41825.1 59.0 40831.11 64.0 0.000194 20.0 32085.75 66.0 36915.61 49.0 50421.99 59.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 9 EDSGALIQV 7627.62 499.2660505156295 MHCflurry 9.3 0.8371249999999992 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.019442482 0.013522953 499.2660505156295 0.8371249999999992 6873.97 7.55 22820.14 17.0 20589.91 9.3 16115.07 6.2 0.0461 1.7 5324.55 16.0 7983.81 20.0 7271.43 19.0 NA NA NA 1.3714285714285712 1.3714285714285712 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 9 DSGALIQVI 27284.61 11730.27 PickPocket 32.71 5.4677500000000006 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 100 0.0069523244 0.0051285224 18724.291636790767 5.4677500000000006 25581.77 32.71 39149.93 40.0 39408.75 43.0 36316.68 38.0 0.000301 17.0 11730.27 32.0 28987.45 42.0 15689.89 29.0 NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 9 SGALIQVIE 24039.122 4126.86 SMMPMBEC 26.78 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 101 0.0017091159 0.0024542026 25485.11367880911 12.471374999999998 22593.13 26.78 38027.3 37.0 41825.1 59.0 40137.73 59.0 1.9e-05 50.0 8664.37 25.0 11122.69 23.0 4126.86 14.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 9 GALIQVIES 23910.134 9007.83 SMMPMBEC 29.0 13.067624999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 102 0.0002807485 0.011493049 25610.33720481344 13.067624999999998 21022.23 24.13 40717.3 45.0 39408.75 43.0 35085.73 33.0 0.000104 26.0 22209.93 52.0 16188.63 29.0 9007.83 21.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 9 ALIQVIESC 26755.18 8662.04 SMMPMBEC 26.0 5.5695000000000014 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 103 0.00032933796 0.065853015 18894.093221032268 5.5695000000000014 27675.27 37.69 32275.52 26.0 36337.11 30.0 29329.29 19.0 0.001 9.6 12930.01 35.0 25835.09 39.0 8662.04 21.0 NA NA NA 1.1285714285714286 1.6857142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 9 LIQVIESCA 17908.667 1205.62 SMM 19.0 4.6 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 104 0.0024010309 0.15170239 23741.783627843688 9.643999999999998 12075.55 12.54 25837.09 19.0 37739.56 35.0 32074.29 24.0 3.1e-05 43.0 7609.38 22.0 1205.62 4.6 1317.1 5.0 NA NA NA 0.7428571428571429 1.3142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 9 IQVIESCAV 13924.324 2122.61 PickPocket 12.1 3.826874999999999 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 105 0.00052738615 0.01155602 13748.947448729636 3.826874999999999 11669.9 12.1 31562.73 25.0 21040.32 9.5 23461.05 12.0 0.000526 13.0 2122.61 6.7 14099.7 27.0 7475.15 19.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 9 QVIESCAVL 31530.925 13797.25 PickPocket 37.0 8.390625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 106 0.0007757774 0.0037647493 22682.100366849496 8.390625 34248.54 61.28 38196.38 37.0 39837.46 46.0 33399.2 28.0 0.000412 15.0 13797.25 37.0 29662.65 43.0 17243.28 30.0 NA NA NA 1.7857142857142858 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 9 VIESCAVLY 40920.84 16583.46 PickPocket 61.0 30.050999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 107 0.0007814236 0.0009312042 29517.220429568937 30.050999999999995 34859.95 64.37 44438.14 67.0 43439.36 73.0 38402.32 48.0 6.8e-05 31.0 16583.46 42.0 55361.77 62.0 53656.21 61.0 NA NA NA 0.9571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 9 IESCAVLYT 691.4 479.2711416631695 MHCflurry 2.3 0.42 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 108 0.00067029864 0.00022212442 479.2711416631695 0.8184999999999993 1498.2 2.54 2733.59 2.8 927.68 1.6 562.35 0.42 0.0345 1.9 727.23 2.3 632.72 2.3 655.57 2.4 NA NA NA 1.3571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 9 ESCAVLYTT 13766.383 1193.76 MHCnuggetsI 15.0 2.2 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0012932994 0.011695877 22433.73691805553 8.1255 1193.76 2.2 28325.36 21.0 27725.29 15.0 27635.74 16.0 0.000106 26.0 5099.03 16.0 1340.32 5.1 1605.54 6.2 NA NA NA 1.3714285714285717 1.3714285714285717 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 9 SCAVLYTTI 10356.825 1460.35 MHCnuggetsI 18.0 2.5 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.000333048 0.003898145 27921.399744792827 20.700875 1460.35 2.5 12803.04 8.8 35946.07 29.0 28644.04 18.0 0.000272 18.0 2496.64 7.6 7910.61 20.0 3472.32 13.0 NA NA NA 1.657142857142857 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 9 MKSADVVKV 20069.305 6183.15 SMM 16.77 8.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 111 0.00036862804 0.0006719893 23453.244822493227 9.295125 15851.73 16.77 23314.53 17.0 22330.41 10.0 25234.52 14.0 0.00143 8.2 8387.64 24.0 6183.15 17.0 17808.2 31.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 9 KSADVVKVK 35830.72 22291.85154716116 MHCflurry 47.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 112 0.0005369448 0.0020364637 22291.85154716116 7.8825 35168.4 66.06 43556.55 60.0 40053.56 47.0 38060.64 46.0 0.00095 9.8 30068.96 64.0 36493.04 49.0 27203.2 41.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 9 SADVVKVKC 40132.35 11462.220422582544 MHCflurry 51.0 3.3382499999999986 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 113 0.00040431306 0.024332806 11462.220422582544 3.3382499999999986 22605.6 26.8 42057.45 51.0 42971.89 68.0 38396.08 48.0 0.000595 13.0 40708.92 74.0 39555.78 51.0 41173.71 52.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 9 ADVVKVKCK 28985.89 14090.54917935646 MHCflurry 33.0 3.934624999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 114 0.00413066 0.016540391 14090.54917935646 3.934624999999999 33369.44 57.18 37583.91 36.0 30396.07 18.0 33988.68 29.0 0.00172 7.6 27575.71 60.0 24110.71 38.0 19302.79 33.0 NA NA NA 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 9 DVVKVKCKL 47172.42 23106.73838636315 MHCflurry 80.0 8.669125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 115 0.00032361815 0.0012933211 23106.73838636315 8.669125 32418.34 53.1 47740.46 99.0 46604.38 98.0 42684.58 78.0 0.00026 18.0 50000.0 80.0 464739.94 100.0 465178.89 100.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 9 VVKVKCKLT 42144.09 29380.84780110909 MHCflurry 54.0 27.7165 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 116 0.00011675247 0.0011698607 29380.84780110909 27.7165 30401.53 45.66 44678.72 69.0 44630.4 84.0 41569.29 70.0 3.3e-05 42.0 50000.0 80.0 38655.38 51.0 42718.89 54.0 NA NA NA -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 9 VKVKCKLTQ 44033.765 29714.11 MHCnuggetsI 69.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 117 4.5416902e-05 4.7353857e-05 30483.536063904197 38.99449999999999 29714.11 43.44 44685.49 69.0 42280.1 63.0 43382.04 83.0 2.2e-05 48.0 50000.0 80.0 92301.76 78.0 297591.14 98.0 NA NA NA -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 9 KVKCKLTQS 44334.51 23019.62 MHCnuggetsI 69.0 25.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 118 2.2074677e-05 0.0028678062 29075.93854675633 25.64975 23019.62 27.55 44757.11 69.0 43911.91 77.0 36340.25 38.0 0.00012 25.0 50000.0 80.0 88350.7 77.0 74066.19 72.0 NA NA NA -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 9 VKCKLTQSF 38447.115 13212.86 PickPocket 38.0 13.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 119 0.00014567915 0.0003423124 27944.996318860805 20.700875 27522.23 37.3 40702.75 45.0 38357.05 38.0 38537.18 49.0 0.000538 13.0 13212.86 36.0 67641.0 69.0 98541.69 80.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 9 IMKSADVVN 40624.375 13648.77 PickPocket 62.0 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 120 9.065542e-05 0.0017264837 29653.38243045572 30.050999999999995 32074.26 51.71 44924.48 71.0 43204.99 71.0 38043.76 46.0 9e-06 63.0 13648.77 37.0 56261.33 62.0 83679.68 75.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 9 MKSADVVNR 34385.955 18807.95 MHCnuggetsI 35.0 13.754874999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 121 0.0013578425 0.0011244265 26040.93027021029 13.754874999999998 18807.95 20.71 40497.16 45.0 36337.11 30.0 37572.52 44.0 0.000122 25.0 32434.8 66.0 21888.2 35.0 66775.94 68.0 NA NA NA -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 9 MKSADVVKQ 32823.64 15038.69 SMM 40.46 28.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00059457164 0.00018001863 29701.209138336668 30.050999999999995 28701.45 40.46 40584.46 45.0 35946.07 29.0 40394.34 61.0 5.8e-05 33.0 28178.94 61.0 15038.69 28.0 58697.55 64.0 NA NA NA -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 9 KSADVVKQR 42408.575 22311.417354074005 MHCflurry 54.0 7.8825 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00025585343 0.0016702674 22311.417354074005 7.8825 32079.56 51.73 45594.87 77.0 43204.99 71.0 41106.84 66.0 0.00119 8.9 43439.36 76.0 42974.42 54.0 41842.73 53.0 NA NA NA -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 9 SADVVKQRF 40239.94 20677.70256636937 MHCflurry 57.0 5.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 124 0.0005808748 0.01083675 20677.70256636937 6.55775 31007.85 47.75 43568.32 60.0 43204.99 71.0 37274.89 42.0 0.00418 5.2 25017.04 57.0 64299.86 67.0 82721.8 75.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 9 ADVVKQRFK 30859.675 19608.75246931354 MHCflurry 35.0 5.891375 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 125 0.00030239896 0.0031273644 19608.75246931354 5.891375 36569.52 74.37 41116.62 47.0 32610.74 22.0 35331.82 34.0 0.00119 8.9 29108.61 62.0 21938.66 35.0 27265.91 41.0 NA NA NA -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 9 DVVKQRFKN 47518.295 30527.10115334892 MHCflurry 92.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 126 1.825874e-05 0.00044972697 30527.10115334892 38.99449999999999 34328.62 61.68 47925.23 100.0 47111.36 100.0 44621.21 92.0 2.2e-05 48.0 50000.0 80.0 177913.95 93.0 1017700.53 100.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 9 VVKQRFKNP 46251.935 27747.434001325957 MHCflurry 74.0 17.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 127 0.0010713309 0.028076794 27747.434001325957 19.38525 34062.23 60.39 47387.95 96.0 45115.92 88.0 38630.27 50.0 0.000296 17.0 50000.0 80.0 139062.49 88.0 80838.83 74.0 NA NA NA -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 9 VKQRFKNPA 13262.285 2198.92 SMM 13.0 5.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 128 0.0013054495 0.0043606893 26560.10461836929 15.284124999999998 17279.06 18.59 7066.11 5.3 24614.3 13.0 18123.98 7.2 0.00389 5.4 9245.51 26.0 2198.92 8.2 4155.47 14.0 NA NA NA -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 9 KQRFKNPAW 26065.395 5681.68 PickPocket 17.0 7.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 129 0.00020838276 0.00067408616 23175.06927987413 8.962874999999997 38892.68 89.51 37897.91 37.0 26985.39 15.0 25145.4 14.0 0.00205 7.0 5681.68 17.0 38212.9 50.0 18950.47 32.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 9 QRFKNPAWV 24440.214 10599.14 MHCnuggetsI 21.0 8.962874999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 130 6.5696535e-05 0.000522088 23316.94794326445 8.962874999999997 10599.14 11.03 31424.72 25.0 32434.8 21.0 30154.64 20.0 0.000727 12.0 19717.81 49.0 18038.9 31.0 25563.48 39.0 NA NA NA -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 9 RFKNPAWVW 35433.2 15541.08 PickPocket 41.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 131 0.00015517494 0.008552103 30509.847244160203 38.99449999999999 31747.05 50.470000000000006 41884.43 51.0 34986.78 27.0 35879.62 36.0 0.00048 14.0 15541.08 41.0 115933.78 84.0 74751.52 72.0 NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 9 FKNPAWVWL 29849.61 19295.7 PickPocket 24.0 14.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 132 0.00020471608 0.0032287478 28179.687188523996 22.16875 29190.13 41.88 30509.09 24.0 32965.5 22.0 29119.01 19.0 0.000482 14.0 19295.7 48.0 35826.96 48.0 53409.68 61.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 9 KNPAWVWLW 41397.085 26701.11 MHCnuggetsI 42.0 27.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010478202 0.00014200082 30243.86519332803 35.63949999999999 26701.11 35.27 43598.04 60.0 39196.13 42.0 34472.75 31.0 9.7e-05 27.0 44389.61 77.0 139704.37 88.0 109299.96 82.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 9 NPAWVWLWN 34019.995 20260.35 MHCnuggetsI 46.0 22.88 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 6.2520354e-05 0.0007191912 31197.491832463988 47.08112499999999 20260.35 22.88 42295.66 53.0 39837.46 46.0 36619.71 39.0 2e-06 87.0 50000.0 80.0 31420.28 44.0 30875.93 44.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 9 RPAITIKQE 45651.11 27581.026071918077 MHCflurry 69.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 135 0.00018890221 0.0012606429 27581.026071918077 19.38525 34845.7 64.3 46429.72 86.0 44872.5 86.0 42244.44 75.0 0.000182 21.0 50000.0 80.0 68424.24 69.0 58968.49 64.0 NA NA NA -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 9 PAITIKQEY 46108.32 30531.550785605643 MHCflurry 87.0 21.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 136 0.00034254088 0.0020945692 30531.550785605643 38.99449999999999 38822.9 89.05999999999999 46609.93 88.0 45606.71 92.0 43972.29 87.0 0.00017 21.0 50000.0 80.0 94234.52 79.0 130803.69 87.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 9 AITIKQEYR 43537.315 19107.77 SMM 71.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 137 0.0005554276 0.046453185 29524.78484651304 30.050999999999995 36938.28 76.71 45507.62 76.0 43204.99 71.0 43869.64 87.0 7.7e-05 30.0 47366.92 79.0 19107.77 32.0 49730.18 58.0 NA NA NA -1.842857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 9 ITIKQEYRN 45348.265 31878.73187440264 MHCflurry 85.0 55.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 138 3.79578e-05 0.0026945753 31878.73187440264 57.24249999999999 34729.24 63.71 47071.11 93.0 45854.11 94.0 44842.42 93.0 2e-06 87.0 50000.0 80.0 44076.79 55.0 120953.93 85.0 NA NA NA -2.242857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 9 TIKQEYRNF 41633.285 23192.26 PickPocket 60.0 9.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 139 0.0003934402 0.0045990194 29283.18268680608 27.7165 31494.64 49.49 45538.18 77.0 42740.04 66.0 40526.53 62.0 0.00109 9.2 23192.26 54.0 54476.6 61.0 51715.41 60.0 NA NA NA -2.485714285714286 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 9 RPAITIKQP 38928.43 21362.486472013527 MHCflurry 46.0 5.1 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.0017563155 0.009747026 21362.486472013527 7.055125 29448.71 42.64 46272.25 84.0 44389.61 82.0 33341.78 27.0 0.00437 5.1 50000.0 80.0 72145.62 71.0 33467.25 46.0 NA NA NA 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 9 PAITIKQPK 45753.06 27929.423360569752 MHCflurry 87.0 20.700875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0006703591 0.006130647 27929.423360569752 20.700875 38623.2 87.77000000000001 46633.62 88.0 44872.5 86.0 44189.31 89.0 1.2e-05 58.0 50000.0 80.0 132193.47 87.0 161666.49 91.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 9 AITIKQPKQ 34731.9 8169.77 SMM 66.0 20.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00029261803 0.010612102 30654.66649526773 38.99449999999999 37378.05 79.57 44862.32 70.0 43204.99 71.0 45729.74 97.0 5.4e-05 34.0 32085.75 66.0 8169.77 20.0 31595.12 45.0 NA NA NA -1.8 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 9 ITIKQPKQS 46644.11 29544.960109689488 MHCflurry 80.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0004035542 0.004986319 29544.960109689488 30.050999999999995 37319.86 79.17999999999999 47434.11 96.0 45854.11 94.0 42728.48 79.0 0.000151 23.0 50000.0 80.0 132193.47 87.0 238572.29 96.0 NA NA NA -1.8142857142857145 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 9 TIKQPKQSG 40350.135 26032.29747007237 MHCflurry 69.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 0.0003424021 0.0025695204 26032.29747007237 13.754874999999998 38007.4 83.71 45183.34 73.0 44872.5 86.0 42222.49 75.0 0.000239 19.0 27278.95 60.0 38477.78 50.0 67549.17 69.0 NA NA NA -2.514285714285714 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 9 IKQPKQSGV 35039.69 23507.69 SMM 42.0 11.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00043447272 0.003112685 26144.112317461364 14.480874999999996 30883.25 47.32 39255.96 40.0 39196.13 42.0 39217.35 53.0 0.000879 11.0 27875.69 61.0 23507.69 37.0 67238.81 69.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 9 KQPKQSGVR 41406.89 22944.083774700943 MHCflurry 64.0 8.669125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 7.075151e-05 0.00019747348 22944.083774700943 8.669125 34366.39 61.86000000000001 46477.98 86.0 42051.98 61.0 40761.8 64.0 0.000206 20.0 34610.27 68.0 130981.51 87.0 239673.49 96.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 9 QPKQSGVRE 43440.555 26399.98971473927 MHCflurry 60.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.171938e-05 0.00049065135 26399.98971473927 15.284124999999998 32852.56 54.900000000000006 44859.89 70.0 44389.61 82.0 42491.5 77.0 0.000235 19.0 50000.0 80.0 51785.72 60.0 32480.3 45.0 NA NA NA -1.7714285714285718 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 9 PKQSGVREK 45124.92 28790.008155624964 MHCflurry 80.0 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00020258597 0.00016398201 28790.008155624964 25.64975 37541.6 80.66 45263.57 74.0 44389.61 82.0 44986.27 93.0 3.7e-05 40.0 50000.0 80.0 87540.7 77.0 238572.29 96.0 NA NA NA -1.7714285714285716 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 9 KQSGVREKG 38044.46 17463.405824958867 MHCflurry 46.0 4.9075000000000015 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 149 2.5770161e-05 5.178106e-05 17463.405824958867 4.9075000000000015 40336.79 97.0 40801.07 46.0 35752.13 29.0 27291.06 16.0 0.00249 6.5 18882.64 47.0 77483.64 73.0 49047.85 58.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 9 QSGVREKGP 43539.46 26017.459439098853 MHCflurry 54.16 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 150 0.0014732032 0.0027347573 26017.459439098853 13.754874999999998 32676.75 54.16 46613.96 88.0 45854.11 94.0 44261.55 89.0 3.4e-05 41.0 50000.0 80.0 35826.96 48.0 42817.37 54.0 NA NA NA -1.4428571428571428 -1.3285714285714287 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 9 SGVREKGPS 37288.52 26909.508607883632 MHCflurry 60.0 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00020152281 0.00031063549 26909.508607883632 16.158749999999998 29928.9 44.13 45175.5 73.0 45854.11 94.0 41147.76 67.0 7e-06 67.0 27575.71 60.0 38300.99 50.0 36276.05 49.0 NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 9 GVREKGPST 28732.095 13098.15 SMM 37.0 6.27625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00012444591 0.0027583472 20313.036422751484 6.27625 35254.26 66.53 42784.93 55.0 41599.44 57.0 36118.38 37.0 0.000757 11.0 22209.93 52.0 13098.15 26.0 17890.4 31.0 NA NA NA -2.2 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 9 VREKGPSTS 43331.01 18158.61 MHCnuggetsI 63.0 13.754874999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00033006913 0.00019499446 25973.64588364505 13.754874999999998 18158.61 19.77 43690.13 61.0 42971.89 68.0 40664.03 63.0 0.000362 15.0 50000.0 80.0 134961.53 87.0 250968.95 97.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 9 REKGPSTSQ 4951.98 1109.0 PickPocket 5.4 1.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0006336178 9.9389894e-05 1525.7129060135612 1.342124999999998 21941.16 25.66 7317.73 5.5 5441.03 4.2 14313.95 5.4 0.0797 1.2 1109.0 3.5 2892.08 12.0 4462.93 15.0 NA NA NA -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 9 EKGPSTSQE 37644.41 28579.56 MHCnuggetsI 54.0 23.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00012588759 0.00010676326 29085.763796796644 25.64975 28579.56 40.12 42501.18 54.0 42740.04 66.0 43713.3 86.0 0.000138 23.0 32787.64 67.0 31203.98 44.0 60900.38 65.0 NA NA NA -1.6142857142857143 -1.6142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 9 KGPSTSQEV 37481.62 19088.05 PickPocket 47.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0005934977 0.008074429 20642.967393481355 6.55775 23782.73 28.98 42651.81 55.0 44630.4 84.0 41955.18 73.0 0.000119 25.0 19088.05 47.0 42482.49 53.0 33008.06 46.0 NA NA NA -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 9 GPSTSQEVC 42238.305 20753.291162788 MHCflurry 65.0 6.55775 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00011460143 0.0013972151 20753.291162788 6.55775 35657.23 68.86 44289.82 65.0 43911.91 77.0 40564.7 62.0 0.000229 19.0 31398.89 65.0 92727.81 78.0 78635.74 73.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 9 PSTSQEVCA 28083.001 1328.04 SMM 38.0 5.1 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 0.0008995744 0.016605753 24676.66233089765 10.885249999999996 31489.34 49.47 37180.65 35.0 42051.98 61.0 43722.74 86.0 1.2e-05 58.0 14252.45 38.0 1328.04 5.1 3408.95 13.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 9 STSQEVCAL 36175.11 7446.48 PickPocket 38.0 8.390625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0006083309 0.0044385092 22789.42121975762 8.390625 36631.76 74.75 39028.55 40.0 39408.75 43.0 36440.67 38.0 0.000245 18.0 7446.48 22.0 35909.55 48.0 19347.28 33.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 9 LMLHTADSD 41957.67 16053.81 PickPocket 75.0 41.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 160 0.00031633364 0.0036770653 30714.734265232182 42.77524999999999 36983.85 77.01 45568.24 77.0 43675.0 75.0 40240.34 60.0 1e-06 95.0 16053.81 41.0 234536.26 96.0 75617.1 72.0 NA NA NA -0.8714285714285716 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 9 MLHTADSDV 26837.434 7775.84 PickPocket 32.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.0002799688 0.034171548 26197.028122899446 14.480874999999996 27477.84 37.19 35942.57 32.0 38984.65 41.0 34303.82 30.0 3.2e-05 42.0 7775.84 23.0 12948.22 25.0 25446.03 39.0 NA NA NA -0.8142857142857143 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 9 LHTADSDVQ 44590.17 28744.84345641897 MHCflurry 72.0 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.0011050646 0.0026054252 28744.84345641897 23.814625 36445.57 73.59 45036.43 72.0 42509.45 65.0 44143.91 89.0 1.8e-05 51.0 47882.2 79.0 61547.44 66.0 118473.17 85.0 NA NA NA -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 9 HTADSDVQA 22136.326 1334.17 SMM 17.0 3.934624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 0.0005806237 0.019971048 14132.362449241098 3.934624999999999 33172.39 56.31 30140.29 24.0 35752.13 29.0 30266.77 20.0 0.00338 5.7 5805.97 17.0 1334.17 5.1 2068.33 7.8 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 9 TADSDVQAN 38934.955 21400.102741407078 MHCflurry 66.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00017256605 0.002581203 21400.102741407078 7.055125 35453.73 67.66 44641.02 68.0 42971.89 68.0 42416.18 76.0 3.6e-05 40.0 26694.99 59.0 32749.9 46.0 62750.91 66.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 9 ADSDVQANA 2549.435 298.061484540215 MHCflurry 2.0 0.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.02908576 0.20858632 298.061484540215 0.6357499999999996 5277.66 6.12 3889.6 3.5 6646.79 4.7 4803.19 2.0 0.192 0.6 1209.27 3.8 463.67 1.6 397.76 1.4 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 9 DSDVQANAF 42423.8 16583.46 PickPocket 63.0 5.373500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.0011284149 0.00686931 18546.02358978776 5.373500000000001 32986.19 55.48 46704.84 89.0 44150.12 80.0 40697.48 63.0 0.000606 12.0 16583.46 42.0 178735.16 93.0 144417.56 89.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 9 SDVQANAFR 26923.575 16463.58125609964 MHCflurry 39.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0029544064 0.005959526 16463.58125609964 4.58875 28425.13 39.69 41065.48 47.0 33504.88 23.0 33142.17 27.0 0.000626 12.0 20368.33 50.0 25422.02 39.0 25329.11 39.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 9 DVQANAFRK 44689.945 26342.365839024613 MHCflurry 80.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.0004614056 0.008579449 26342.365839024613 14.480874999999996 40259.14 96.71 45940.53 81.0 43439.36 73.0 39723.39 57.0 7.2e-05 31.0 50000.0 80.0 159297.88 91.0 130202.7 87.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 9 VQANAFRKA 7789.527 871.38 SMM 3.9 2.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00043320187 0.014464009 7684.194533158092 2.6804999999999994 28780.93 40.69 16395.94 12.0 11052.58 6.3 7894.86 3.0 0.0314 2.0 1619.56 5.4 871.38 3.2 1031.86 3.9 NA NA NA -0.5285714285714286 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 9 QANAFRKAN 30662.532 21004.41 MHCnuggetsI 38.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.00018213477 0.0018523487 30591.00333148828 38.99449999999999 21004.41 24.09 36718.89 34.0 38774.32 40.0 31922.65 24.0 4.6e-05 37.0 26985.39 60.0 24333.8 38.0 30734.06 44.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 9 ANAFRKANQ 24667.723 3910.3 SMM 38.0 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00035192622 0.0030336485 31252.595183526195 47.08112499999999 15763.76 16.66 37340.28 35.0 38357.05 38.0 41939.3 73.0 3.9e-05 39.0 18082.85 45.0 3910.3 14.0 17483.16 30.0 NA NA NA -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 9 NAFRKANQM 40432.49 18679.43 PickPocket 65.0 10.452499999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.00011393305 0.0019122773 24368.089444510733 10.452499999999995 38355.53 86.03 45067.14 72.0 42509.45 65.0 36336.34 38.0 0.000706 12.0 18679.43 47.0 79654.44 74.0 101069.47 80.0 NA NA NA -1.2714285714285716 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 9 AFRKANQMG 33516.094 13212.86 PickPocket 36.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 4.238499e-05 0.0014592459 30954.408940672805 42.77524999999999 36304.34 72.72 39362.72 41.0 36931.66 32.0 36077.78 37.0 6.2e-05 33.0 13212.86 36.0 20146.98 33.0 14508.42 27.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 9 FRKANQMGA 19714.725 7945.94 PickPocket 20.0 9.295125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0001653077 0.0032628584 23623.959350290992 9.295125 15805.49 16.72 30906.78 25.0 31740.46 20.0 26928.22 16.0 0.00061 12.0 7945.94 23.0 13527.27 26.0 14676.42 27.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 9 RKANQMGAL 31555.98 13648.77 PickPocket 32.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.8344845e-05 0.0010389789 26512.37166193937 15.284124999999998 18040.25 19.61 38761.73 39.0 36337.11 30.0 34719.04 32.0 0.000439 14.0 13648.77 37.0 28392.92 42.0 87623.38 77.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 9 KANQMGALQ 30248.83 22709.63 SMM 42.0 29.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.00021887012 0.0015342416 29770.93090520169 32.66799999999999 24248.11 29.91 40500.66 45.0 40708.92 51.0 37899.55 45.0 4e-05 39.0 30726.73 64.0 22709.63 36.0 28682.7 42.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 9 ANQMGALQE 20271.564 6755.55 PickPocket 22.169 12.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00047783233 0.002252845 28228.69792431348 22.16875 12314.43 12.8 31469.62 25.0 37944.28 36.0 37127.99 41.0 6.2e-05 33.0 6755.55 20.0 9166.64 21.0 7188.2 19.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 9 NQMGALQER 18336.921 4883.05 PickPocket 15.0 3.826874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0005027204 0.0037856244 13731.161148621555 3.826874999999999 32701.16 54.26 36666.48 34.0 22942.68 12.0 24381.84 13.0 0.00375 5.5 4883.05 15.0 10622.09 23.0 11631.08 24.0 NA NA NA -0.6285714285714287 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 9 QMGALQERG 38500.305 25289.19 PickPocket 54.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00020502282 0.0013107564 30443.363858977827 38.99449999999999 37465.86 80.16 39534.75 41.0 41599.44 57.0 36516.45 39.0 1.7e-05 52.0 25289.19 57.0 65344.64 68.0 42718.89 54.0 NA NA NA -0.9571428571428573 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 9 MGALQERGF 33857.25 9346.08 PickPocket 41.0 27.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.00044748772 0.00044657622 29553.480892883083 30.050999999999995 24020.07 29.45 45259.16 74.0 43204.99 71.0 41606.65 70.0 4.9e-05 36.0 9346.08 27.0 28003.35 41.0 38161.02 50.0 NA NA NA -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 9 GALQERGFG 45546.11 29195.67260168888 MHCflurry 65.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00013321674 0.0007720079 29195.67260168888 27.7165 33898.34 59.6 45976.3 81.0 45115.92 88.0 41770.84 71.0 8e-06 65.0 50000.0 80.0 58238.48 64.0 51477.8 59.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 9 ALQERGFGA 14272.02 451.03 SMM 5.6 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.0068031107 0.30931452 18079.100301308765 5.20425 32753.86 54.49 13651.87 9.3 21500.59 9.6 14892.17 5.6 0.00463 5.0 2390.89 7.3 451.03 1.6 1171.17 4.4 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 9 LQERGFGAD 34810.915 7860.43 PickPocket 34.0 12.471374999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.002032444 0.012536271 25454.880810203307 12.471374999999998 37262.73 78.82000000000001 42175.93 52.0 37535.94 34.0 32359.1 25.0 2.7e-05 45.0 7860.43 23.0 71979.69 71.0 15122.37 28.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 NA NA NA -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 9 QERGFGADD 2815.775 398.68 SMMPMBEC 3.8 1.4 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.0010565933 0.00035807022 8915.465108043249 2.8807499999999995 4541.94 5.47 2909.18 2.9 2722.37 3.0 10248.16 3.9 0.00268 6.3 1209.27 3.8 2553.94 9.3 398.68 1.4 NA NA NA -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 9 LMLHTADSG 38186.185 13501.89 PickPocket 66.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 9.542058e-05 0.0036071215 30001.52618215632 32.66799999999999 35663.45 68.89999999999999 44305.16 66.0 40708.92 51.0 33936.48 29.0 7e-06 67.0 13501.89 36.0 122520.85 85.0 67393.81 69.0 NA NA NA -0.42857142857142866 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 9 MLHTADSGN 37303.025 23444.56 PickPocket 70.49 42.77524999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00012302725 0.0051325015 30715.30920390333 42.77524999999999 35935.62 70.49 45301.3 74.0 43204.99 71.0 38670.43 50.0 3e-06 81.0 23444.56 54.0 30989.17 44.0 136653.26 88.0 NA NA NA -1.4714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 9 LHTADSGNA 29008.365 2959.44 SMM 26.0 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.000933506 0.0044519915 27543.740199510463 18.189125 30472.99 45.9 31948.56 26.0 37944.28 36.0 34265.97 30.0 0.000114 25.0 10527.33 29.0 2959.44 12.0 6450.9 18.0 NA NA NA -0.7571428571428571 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 9 HTADSGNAQ 35971.395 22449.67 SMM 54.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 8.9815e-05 0.0018711463 25608.46370125093 13.067624999999998 40274.84 96.77 43815.58 62.0 41151.77 54.0 42659.18 78.0 9e-05 28.0 25564.3 58.0 22449.67 36.0 31667.95 45.0 NA NA NA -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 9 TADSGNAQK 45012.125 16872.738271989358 MHCflurry 80.0 4.707375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00013355548 0.0013260588 16872.738271989358 4.707375 41424.69 99.55 46112.34 83.0 43911.91 77.0 39269.99 54.0 0.00067 12.0 50000.0 80.0 140349.22 88.0 176856.08 92.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 9 ADSGNAQKG 19636.595 7440.81 SMMPMBEC 19.0 2.7075 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0003419694 0.00016251802 7855.7394848795 2.7075 30620.77 46.400000000000006 30953.98 25.0 28951.56 17.0 28820.93 18.0 0.0018 7.5 8571.13 25.0 10452.26 23.0 7440.81 19.0 NA NA NA -1.5285714285714287 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 9 DSGNAQKGW 47145.855 29387.15069177762 MHCflurry 95.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.00017697716 7.8706435e-05 29387.15069177762 27.7165 38416.97 86.42 48188.86 100.0 46102.85 95.0 45667.44 97.0 3.7e-05 40.0 50000.0 80.0 324496.49 99.0 472737.44 100.0 NA NA NA -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 9 SGNAQKGWP 29408.15 18647.47 SMMPMBEC 38.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0021563463 0.002535535 27543.95169350672 18.189125 27755.31 37.9 43329.98 59.0 44630.4 84.0 39646.96 56.0 0.000187 21.0 31060.99 65.0 24277.84 38.0 18647.47 32.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 9 GNAQKGWPF 27786.301 2968.51 PickPocket 21.0 8.9 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0008896132 0.008739206 27840.801095015355 19.38525 27731.8 37.84 38952.61 40.0 32085.75 21.0 29638.07 19.0 0.000315 16.0 2968.51 8.9 15567.18 28.0 10534.65 23.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 9 NAQKGWPFI 24716.544 17505.31 PickPocket 24.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.0012359371 0.01468943 24169.877660006336 10.029999999999998 19874.82 22.3 25263.21 19.0 37739.56 35.0 32081.94 24.0 0.00013 24.0 17505.31 44.0 17587.74 31.0 30242.66 43.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 9 AQKGWPFIL 10623.218 1085.26 PickPocket 5.4 3.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.0060441224 0.007410158 11055.595850688836 3.2674999999999987 19508.64 21.73 13646.26 9.3 8478.89 5.4 13889.21 5.2 0.0138 3.1 1085.26 3.4 10190.84 22.0 6928.19 18.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 9 QKGWPFILL 30958.605 15171.48 MHCnuggetsI 21.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0005686688 0.002066528 26511.90456820373 15.284124999999998 15171.48 15.96 34545.92 30.0 31398.89 20.0 30518.32 21.0 0.000404 15.0 26123.53 58.0 42678.58 54.0 70732.66 70.0 NA NA NA 1.7142857142857142 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 9 KGWPFILLH 32530.43 29745.37 PickPocket 44.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 3.0274638e-05 0.00047592336 30872.33019751223 42.77524999999999 30817.32 47.07 39569.39 41.0 42051.98 61.0 33610.91 28.0 0.000695 12.0 29745.37 63.0 75371.99 72.0 31449.95 44.0 NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 9 GWPFILLHI 40758.695 14290.39 MHCnuggetsI 62.0 14.94 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 7.282822e-05 0.015091413 29046.99609383943 25.64975 14290.39 14.94 43872.02 62.0 42280.1 63.0 39237.29 53.0 5.3e-05 35.0 38150.11 72.0 134651.13 87.0 85826.22 76.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 9 WPFILLHIK 43352.865 26351.271935925262 MHCflurry 64.18 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00040588988 0.0016290856 26351.271935925262 14.480874999999996 34821.91 64.18 45330.73 75.0 41375.0 56.0 35294.38 34.0 8.5e-05 29.0 50000.0 80.0 254220.17 97.0 240225.99 97.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 9 PFILLHIKT 36530.307 20971.04 SMMPMBEC 55.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00012253602 0.0037960752 32199.003204603167 63.07837499999999 30812.48 47.06 42656.87 55.0 41375.0 56.0 40861.61 64.0 3.9e-05 39.0 50000.0 80.0 31492.71 44.0 20971.04 34.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 9 FILLHIKTL 16626.59 5525.12 MHCnuggetsI 14.0 4.718624999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0061642304 0.21503365 8782.753605649292 4.718624999999999 5525.12 6.25 16029.68 14.0 17223.5 23.0 19683.06 14.0 0.00308 5.6 14099.07 35.0 24252.69 33.0 29306.91 37.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 9 ILLHIKTLR 7759.015 1567.83 PickPocket 5.287 2.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.017781805 0.15136 10271.501947395289 5.286999999999998 5339.47 3.93 11714.92 8.6 8758.62 9.9 8714.1 4.6 0.0113 3.0 1567.83 2.0 6803.93 14.0 5969.94 13.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 9 LLHIKTLRI 11848.354 5197.09 SMM 12.0 4.3 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.0032055315 0.09984442 13282.66797020228 6.680249999999997 5613.34 8.25 15083.35 13.0 14963.56 19.0 16278.93 9.4 0.00539 4.3 10414.04 28.0 5197.09 12.0 5675.05 12.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 9 LHIKTLRIR 26705.985 5789.03 MHCnuggetsI 25.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0015971123 0.024107277 25887.58558849749 20.969124999999995 5789.03 18.25 31551.81 41.0 26985.39 47.0 26426.58 23.0 0.000461 14.0 9550.53 25.0 111367.89 68.0 146882.48 74.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 9 HIKTLRIRT 34602.07 5839.81 MHCnuggetsI 58.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002781669 0.01831151 28274.706042152688 29.365875 5839.81 26.11 33452.01 48.0 32610.74 68.0 38175.71 58.0 0.000443 14.0 35752.13 62.0 214664.39 81.0 171383.89 77.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 9 IKTLRIRTY 9921.26 3843.79 SMM 11.0 2.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0026667733 0.20704147 6413.470316819858 3.880624999999999 5708.83 12.04 13600.57 11.0 13429.05 17.0 16494.69 9.5 0.0167 2.5 36534.22 62.0 3843.79 8.3 6265.71 13.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 9 KTLRIRTYF 2493.115 435.9193108195914 MHCflurry 3.1 0.94 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.12553 0.5851301 435.9193108195914 1.1698749999999998 4300.52 1.08 4163.75 3.8 3236.91 4.9 1866.62 1.5 0.103 0.94 2010.83 3.1 2069.0 5.5 2917.23 7.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 9 TLRIRTYFT 13507.945 5865.66 MHCnuggetsI 21.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0022590354 0.19307144 24846.05706681081 18.35125 5865.66 32.36 13985.12 12.0 18578.65 26.0 25169.9 21.0 7.5e-05 30.0 7054.34 19.0 11111.18 20.0 13030.77 22.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 9 LRIRTYFTM 10237.91 5885.06 MHCnuggetsI 13.0 4.9 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0019320574 0.25435936 20614.60916478276 12.080249999999996 5885.06 38.46 12030.53 8.9 10815.98 13.0 9288.92 4.9 0.00267 6.0 11857.88 31.0 5912.35 13.0 9659.84 18.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 9 RIRTYFTMQ 24068.626 5810.01 MHCnuggetsI 23.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0011667057 0.17752013 26047.15131247414 20.969124999999995 5810.01 20.94 16947.87 14.0 22090.1 33.0 26296.22 23.0 0.000262 18.0 11355.63 30.0 36287.75 42.0 45286.63 47.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 9 IRTYFTMQS 31591.275 5948.72 MHCnuggetsI 59.0 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00030230012 0.097675905 31784.3399708816 59.0625 5948.72 71.69 23457.25 23.0 30396.07 59.0 31398.21 34.0 5.4e-05 34.0 45360.65 69.0 89693.3 63.0 61797.37 54.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 9 RTYFTMQSG 23618.15 2968.51 PickPocket 24.0 5.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006322315 0.115564525 24337.36194471769 17.283249999999992 5854.46 29.44 24218.03 24.0 25017.04 41.0 23018.27 18.0 0.00018 21.0 2968.51 5.7 26900.48 35.0 16291.83 26.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 9 TYFTMQSGL 4984.91 3380.19 NetMHCpan 9.0 1.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.009317669 0.05617295 4199.985445973651 3.1326249999999987 5751.12 14.760000000000002 4372.63 3.9 8433.14 9.6 3380.19 2.2 0.0359 1.8 4018.93 9.0 5925.98 13.0 5597.19 12.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 9 YFTMQSGLA 4120.96 1284.58 SMM 4.8 2.3 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.010616177 0.33192745 19591.867322243877 10.983999999999996 5185.4 2.93 1874.11 2.3 3665.8 5.3 5141.91 3.0 0.00177 7.3 4576.12 12.0 1284.58 4.1 1659.47 4.8 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 9 FTMQSGLAG 7893.54 2594.0 SMMPMBEC 9.7 6.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.008351075 0.3757303 20353.856562418023 11.842624999999996 5595.97 7.779999999999999 13687.22 12.0 10191.11 13.0 11436.51 6.2 0.000331 16.0 3167.62 6.3 4728.9 9.7 2594.0 6.5 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 9 TMQSGLAGR 9173.185 1989.19 PickPocket 8.8 3.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.004383481 0.032379556 12454.557441529065 6.2701249999999975 5672.69 10.33 11997.64 8.8 10584.44 13.0 11224.19 6.0 0.00412 4.9 1989.19 3.1 6306.09 13.0 7761.93 15.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 9 MQSGLAGRE 25877.545 5899.1 MHCnuggetsI 34.0 25.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00059719506 0.018676976 27765.05803144468 26.708874999999995 5899.1 43.94 24586.88 25.0 24614.3 40.0 30739.71 32.0 6.1e-05 33.0 27278.95 54.0 25454.23 34.0 26300.86 35.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 NA NA NA -0.2 -0.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 9 QSGLAGREA 38640.0 5943.57 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.00052483624 0.015832078 29979.903233039466 38.768 5943.57 68.44 34004.86 50.0 36732.4 85.0 40547.6 70.0 3e-05 42.0 50000.0 71.0 134202.31 72.0 191412.37 79.0 NA NA NA -0.2 -0.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 9 SGLAGREAL 30242.03 5906.49 MHCnuggetsI 47.25 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0017918631 0.008105585 20191.608076658107 11.606874999999995 5906.49 47.25 29273.48 35.0 28331.79 52.0 31210.58 33.0 0.000303 17.0 31398.89 58.0 81989.83 61.0 90358.71 63.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 9 GLAGREALD 21091.91 5817.29 MHCnuggetsI 36.0 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.004754804 0.07009945 29606.76854914052 36.485875 5817.29 22.02 27619.59 31.0 32259.8 67.0 41651.24 76.0 4e-06 75.0 14564.23 36.0 9677.43 18.0 11911.6 21.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 9 LAGREALDE 40591.725 5924.36 MHCnuggetsI 66.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0013341287 0.032103784 29187.41768369356 34.4285 5924.36 56.61000000000001 37709.77 66.0 33324.12 71.0 43473.68 86.0 3e-06 79.0 50000.0 71.0 51375.97 49.0 54697.82 51.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 9 AGREALDEN 42586.28 5986.61 MHCnuggetsI 88.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00022962353 0.022332666 29333.705797539093 34.4285 5986.61 91.34 39275.09 74.0 41375.0 100.0 43797.56 88.0 1.1e-05 58.0 50000.0 71.0 749479.92 98.0 699793.65 97.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 9 GREALDENQ 42049.855 5910.11 MHCnuggetsI 71.0 29.365875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0004525052 0.029362367 28195.59561710152 29.365875 5910.11 48.97 38487.58 70.0 37333.42 88.0 45612.13 96.0 7e-06 66.0 50000.0 71.0 368773.75 91.0 696578.39 97.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 9 REALDENQV 37240.98 5977.21 MHCnuggetsI 71.0 15.902624999999992 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00045966636 0.028367106 23666.225190031797 15.902624999999992 5977.21 87.58 35752.91 57.0 35752.13 81.0 38729.05 61.0 0.000123 25.0 50000.0 71.0 217650.67 82.0 276675.05 86.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 9 EALDENQVA 41586.275 5941.91 MHCnuggetsI 72.0 24.47925 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0006288534 0.015665287 27075.40293799297 24.47925 5941.91 67.35 42302.98 92.0 39408.75 95.0 40869.57 72.0 5.5e-05 34.0 50000.0 71.0 450567.64 93.0 413971.08 92.0 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 9 ALDENQVAF 7574.28 357.79077222968937 MHCflurry 6.4 0.98 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.015661797 0.1290064 357.79077222968937 1.0543749999999998 4774.7 1.67 8402.72 6.4 5382.48 6.7 7058.16 3.8 0.0979 0.98 11112.54 29.0 10958.72 20.0 8090.4 16.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 9 MLHTADSDI 11336.22 5977.59 MHCnuggetsI 19.574 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.0005194787 0.020284818 25433.007267485424 19.574124999999995 5977.59 87.74 13722.22 12.0 16228.45 21.0 22778.2 17.0 0.00014 24.0 8950.22 24.0 6148.37 13.0 8432.77 16.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 9 LHTADSDIF 18692.66 5929.71 MHCnuggetsI 27.0 9.9 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0032541822 0.11204274 19717.23990563788 11.185624999999996 5929.71 59.78 15896.01 13.0 23067.13 35.0 19281.93 13.0 0.000934 9.9 27278.95 54.0 18103.39 28.0 17822.56 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 9 HTADSDIFY 75.509 24.07 NetMHCcons 0.16 0.06 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.6863484 0.9118684 45.14719897668996 0.143375 850.95 0.0699999999999999 28.22 0.16 24.07 0.33 34.81 0.1 0.805 0.06 688.93 0.5 105.87 0.8 106.9 0.8 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 9 TADSDIFYT 26720.805 5662.15 MHCnuggetsI 26.0 9.92 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0069459467 0.33044928 21016.418482108256 12.320249999999994 5662.15 9.92 23342.56 23.0 25289.19 42.0 28152.42 26.0 0.000378 15.0 44872.5 68.0 51375.97 49.0 68386.44 56.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 9 ADSDIFYTF 3872.185 473.9408451596226 MHCflurry 5.2 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.10461199 0.33077183 473.9408451596226 1.21175 5602.72 7.960000000000001 2662.39 2.8 3567.97 5.2 5819.93 3.2 0.089 1.1 7945.94 21.0 3951.48 8.4 3792.89 8.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 9 DSDIFYTFS 29734.715 5847.19 MHCnuggetsI 30.0 20.251124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0029051676 0.20615152 25595.58173491344 20.251124999999995 5847.19 27.73 25959.26 27.0 30396.07 59.0 29073.36 28.0 7.4e-05 30.0 50000.0 71.0 148169.9 74.0 180289.32 78.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 9 SDIFYTFSK 10019.782 3646.02 PickPocket 7.9 5.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0025264255 0.07801207 10534.173254032385 5.429374999999998 5893.67 41.72 10674.03 7.9 7609.38 8.7 11446.54 6.2 0.00373 5.1 3646.02 7.9 13084.59 22.0 9505.39 18.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 9 DIFYTFSKQ 18944.045 5716.47 MHCnuggetsI 24.0 12.44 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0012200053 0.06509272 25455.22360083996 19.574124999999995 5716.47 12.44 15559.42 13.0 19191.6 27.0 27056.72 24.0 0.000393 15.0 14564.23 36.0 18696.49 28.0 32506.48 39.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 9 IFYTFSKQV 4140.75 2722.51 SMMPMBEC 4.135 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.0075384337 0.11760805 7154.312737821652 4.135374999999998 5240.43 3.2300000000000004 2734.18 2.9 6978.43 8.1 4507.86 2.7 0.0248 2.1 3000.81 5.8 3773.64 8.2 2722.51 6.7 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 9 FYTFSKQVT 24357.677 5778.64 MHCnuggetsI 19.0 14.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.007992329 0.13135232 24586.493881383703 17.799749999999992 5778.64 17.16 17880.32 15.0 25702.97 43.0 24128.86 19.0 0.000462 14.0 20368.33 46.0 37047.59 42.0 30758.84 38.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 9 YTFSKQVTL 3194.385 888.3426018218174 MHCflurry 3.5 0.88 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.03702242 0.14095457 888.3426018218174 1.613375 5140.25 2.73 5323.92 4.5 6399.79 7.5 2865.94 2.0 0.114 0.88 2145.7 3.5 3226.71 7.4 3162.06 7.3 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 9 TFSKQVTLF 869.85 105.9753877636114 MHCflurry 1.8 0.18 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.22316316 0.39652404 105.9753877636114 0.4591249999999997 2577.94 0.3899999999999999 1091.23 1.8 751.22 2.5 280.8 0.43 0.547 0.18 3133.53 6.2 526.94 2.4 988.48 3.5 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 9 FSKQVTLFL 7235.42 1797.2043522476442 MHCflurry 7.36 2.167 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.07227248 0.45495912 1797.2043522476442 2.167 5579.38 7.359999999999999 7378.23 5.8 7092.61 8.2 10262.59 5.5 0.0108 3.1 6978.43 19.0 9094.11 17.0 7429.68 15.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 9 SKQVTLFLF 5771.42 3933.33 SMM 6.18 2.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.029592386 0.45254868 10060.250988016063 5.197124999999999 5521.33 6.18 4446.25 4.0 6575.26 7.7 6021.51 3.3 0.0219 2.2 15208.39 37.0 3933.33 8.4 5432.13 12.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 9 KQVTLFLFL 8698.7 3342.9978632287007 MHCflurry 11.97 2.8178749999999986 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.081896074 0.7083598 3342.9978632287007 2.8178749999999986 5707.71 11.97 13382.19 9.9 10641.85 13.0 5680.09 3.2 0.00959 3.3 6755.55 18.0 17288.61 27.0 14553.59 24.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 9 QVTLFLFLA 6192.14 2574.9 SMM 6.89 5.4 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.014379465 0.5092295 21961.690067923777 13.718749999999996 5558.05 6.890000000000001 6826.23 5.4 8711.37 9.9 10733.79 5.8 0.000532 13.0 3685.69 8.0 2574.9 6.4 2654.42 6.6 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 9 VTLFLFLAC 7252.51 1548.71 SMMPMBEC 8.09 4.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.03391951 0.6669483 19793.835845922647 11.185624999999996 5607.32 8.09 8897.7 6.7 8998.77 12.0 24950.82 20.0 0.000148 23.0 3066.45 6.0 1878.28 5.1 1548.71 4.6 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 9 TLFLFLACD 16196.39 5741.73 MHCnuggetsI 23.0 14.06 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0016282161 0.17150775 29742.09109067952 38.768 5741.73 14.06 18203.18 16.0 24614.3 40.0 30325.44 31.0 7e-06 66.0 8208.09 22.0 12994.51 22.0 14189.6 23.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 9 LFLFLACDP 10906.73 5905.37 MHCnuggetsI 24.0 7.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0047363527 0.24994381 28746.63669783087 30.891874999999995 5905.37 46.75 10343.18 7.7 17985.29 24.0 22504.08 17.0 1.8e-05 50.0 10874.65 29.0 6162.54 13.0 10938.81 20.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 9 FLFLACDPN 9043.625 4382.3 PickPocket 14.0 6.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.0018304514 0.16957995 23182.478635860483 15.483874999999996 5622.1 8.5 17609.8 15.0 14175.55 18.0 11188.67 6.0 1.7e-05 51.0 4382.3 9.9 6898.58 14.0 4742.09 9.7 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 9 LFLACDPNN 10255.7 3681.04 SMMPMBEC 14.731 3.58 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0023875108 0.12080608 22816.63913557273 14.730749999999995 5293.52 3.58 12214.02 9.0 17600.27 24.0 21589.16 16.0 3.8e-05 39.0 8297.38 22.0 4302.89 9.0 3681.04 8.1 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 9 FLACDPNNK 9071.215 2904.96 PickPocket 9.8 2.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.003864819 0.04017103 8879.249571300505 4.749499999999999 4936.92 2.03 15004.9 13.0 14485.65 19.0 16156.8 9.3 0.000944 9.8 2904.96 5.5 9263.18 18.0 8809.88 17.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 9 LACDPNNKR 28575.54 5788.06 MHCnuggetsI 29.0 5.787749999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.0003385292 0.0050871125 11402.812133942614 5.787749999999997 5788.06 18.14 38310.6 69.0 27875.69 50.0 29275.39 29.0 0.0016 7.6 8478.89 23.0 132666.11 72.0 94182.45 64.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 9 FILLHIKTL 40585.75 12117.27 PickPocket 64.8 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0011699375 0.0070633553 26122.455980652907 14.480874999999996 34937.63 64.8 46729.09 89.0 42509.45 65.0 38662.05 50.0 0.000252 18.0 12117.27 33.0 78742.65 73.0 73218.36 71.0 NA NA NA 1.1571428571428568 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 9 ILLHIKTLR 45214.775 29918.995888262685 MHCflurry 73.0 32.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00020144423 0.00413685 29918.995888262685 32.66799999999999 31068.35 47.97 46990.19 92.0 43439.36 73.0 41772.64 71.0 6.3e-05 32.0 50000.0 80.0 174264.93 92.0 174028.35 92.0 NA NA NA -0.0285714285714286 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 9 LLHIKTLRI 36840.05 19932.31 PickPocket 49.0 18.189125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00018487142 0.019461049 27283.73940846373 18.189125 33486.99 57.69 45330.73 75.0 38565.12 39.0 35114.98 33.0 0.000228 19.0 19932.31 49.0 65646.26 68.0 66775.94 68.0 NA NA NA 0.07142857142857142 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 9 LHIKTLRIR 43680.8 21581.95 MHCnuggetsI 71.0 25.05 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 9.445147e-05 0.00033221746 29183.183587701315 27.7165 21581.95 25.05 45610.66 77.0 41599.44 57.0 41750.94 71.0 6e-05 33.0 50000.0 80.0 177913.95 93.0 172036.26 92.0 NA NA NA -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 9 HIKTLRIRT 40591.61 16603.9 SMM 57.51 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 2.552396e-05 0.0023006496 29829.09362225448 32.66799999999999 33443.17 57.50999999999999 43667.91 61.0 42740.04 66.0 38673.77 50.0 0.000206 20.0 42509.45 75.0 16603.9 30.0 56966.56 63.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 9 IKTLRIRTY 43256.21 29753.85349215349 MHCflurry 54.0 13.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 7.4068725e-05 0.000104399274 29753.85349215349 32.66799999999999 32549.67 53.620000000000005 45747.05 79.0 41151.77 54.0 38540.94 49.0 0.000516 13.0 45360.65 77.0 91245.19 78.0 324055.95 99.0 NA NA NA -0.48571428571428577 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 9 KTLRIRTYF 42185.63 29311.078589922203 MHCflurry 62.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00011283009 0.0017717117 29311.078589922203 27.7165 40123.27 96.15 43881.98 62.0 40489.28 50.0 34426.52 31.0 0.000372 15.0 50000.0 80.0 134961.53 87.0 112880.78 83.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 9 TLRIRTYFT 30024.248 7181.41 SMM 38.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 8.476727e-05 0.013891778 30576.705915788505 38.99449999999999 34131.68 60.72 42243.52 52.0 40053.56 47.0 29471.79 19.0 0.000185 21.0 14407.49 38.0 7181.41 19.0 13633.9 26.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 9 LRIRTYFTM 29918.83 13947.35 PickPocket 37.0 15.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 2.082171e-05 0.00037928874 26703.807144969163 16.158749999999998 30912.09 47.42 39652.54 42.0 28026.9 16.0 28925.57 18.0 0.00037 15.0 13947.35 37.0 190638.23 94.0 97638.25 80.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 9 RIRTYFTMQ 32099.376 26123.53 PickPocket 57.0 40.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 3.9330287e-05 0.013254206 31749.102047792945 57.24249999999999 30168.15 44.88 42890.13 56.0 41599.44 57.0 40080.87 59.0 5e-06 73.0 26123.53 58.0 32449.65 45.0 27078.21 40.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 9 IRTYFTMQS 36181.795 22307.94 MHCnuggetsI 42.775 26.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 4.4943743e-05 0.0011180209 30939.41927712028 42.77524999999999 22307.94 26.290000000000003 38125.77 37.0 39837.46 46.0 32767.78 26.0 4.8e-05 36.0 34237.82 68.0 112514.89 83.0 53532.8 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 9 RTYFTMQSG 32851.786 19081.83 SMMPMBEC 34.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0002960431 0.013022022 29822.391585145117 32.66799999999999 37138.23 78.0 35881.18 32.0 40053.56 47.0 26875.82 15.0 5.6e-05 34.0 22209.93 52.0 47447.14 57.0 19081.83 32.0 NA NA NA -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 9 TYFTMQSGL 38284.96 16583.46 PickPocket 51.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00011336934 0.0037282666 28902.332707622834 25.64975 35123.81 65.81 43407.4 59.0 40708.92 51.0 35861.0 36.0 0.000197 20.0 16583.46 42.0 79654.44 74.0 136968.28 88.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 9 YFTMQSGLA 29324.58 4448.46 SMM 21.0 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.00026871107 0.03257316 30547.18008828137 38.99449999999999 29747.99 43.55 33146.83 28.0 39408.75 43.0 28901.17 18.0 0.000184 21.0 7208.66 21.0 4448.46 15.0 8367.97 20.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 9 FTMQSGLAG 31110.162 11730.27 PickPocket 32.0 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00013335685 0.008901079 26468.194187285742 15.284124999999998 37176.4 78.25 39440.32 41.0 35752.13 29.0 24975.66 13.0 4.8e-05 36.0 11730.27 32.0 49341.23 58.0 12990.32 25.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 9 TMQSGLAGR 39677.475 24747.82 PickPocket 53.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 0.00086651876 0.006086235 26383.424543691886 14.480874999999996 38425.2 86.48 41825.1 50.0 40929.75 53.0 34645.12 31.0 0.000147 23.0 24747.82 56.0 57175.5 63.0 129903.25 87.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 9 MQSGLAGRE 29010.304 4676.23 PickPocket 25.0 15.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.00016704378 0.00038276118 27085.388094800517 17.127999999999997 37754.08 82.04 38932.8 39.0 31060.99 19.0 30935.22 22.0 0.000104 26.0 4676.23 15.0 16188.63 29.0 12320.26 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 NA NA NA -0.2 -0.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 9 QSGLAGREA 12134.29 671.75 SMM 11.0 2.4 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0024594646 0.0146095175 18073.189017347904 5.20425 4498.41 5.44 24408.49 18.0 29906.73 18.0 28000.83 17.0 0.000879 11.0 6195.39 18.0 671.75 2.4 888.42 3.3 NA NA NA -0.2 -0.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 9 SGLAGREAL 39591.785 6128.72 PickPocket 48.04 5.774625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0031521998 0.019528996 19322.42415602728 5.774625 31088.5 48.04 40596.32 45.0 41375.0 56.0 38587.25 49.0 0.000281 17.0 6128.72 18.0 48440.65 58.0 44016.96 55.0 NA NA NA 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 9 GLAGREALD 41061.13 28056.09388209744 MHCflurry 74.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.00027354367 0.00061003526 28056.09388209744 20.700875 39023.26 90.31 45311.59 74.0 45360.65 90.0 43099.0 81.0 2e-06 87.0 35752.13 70.0 58104.53 63.0 31305.45 44.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 9 LAGREALDE 46343.03 29257.63253469776 MHCflurry 86.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.00036083473 0.0016200518 29257.63253469776 27.7165 38746.61 88.57000000000001 46450.83 86.0 46604.38 98.0 46235.23 99.0 1e-06 95.0 48929.64 80.0 77305.43 73.0 45459.01 56.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 9 AGREALDEN 27650.87 14626.0 MHCnuggetsI 47.0 15.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00020775349 0.008324729 27656.520142640376 19.38525 14626.0 15.32 43741.21 61.0 44630.4 84.0 42952.36 80.0 6e-06 70.0 18882.64 47.0 21047.96 34.0 27645.22 41.0 NA NA NA -1.842857142857143 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 9 GREALDENQ 44656.76 13641.79 MHCnuggetsI 77.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.0005486015 0.0013685065 26076.633432823128 13.754874999999998 13641.79 14.2 44031.32 63.0 43911.91 77.0 45282.2 95.0 1.5e-05 54.0 50000.0 80.0 106220.91 82.0 117928.83 85.0 NA NA NA -1.7 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 9 REALDENQV 744.51 91.52306322610391 MHCflurry 1.4 0.21225 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.019227782 0.0031494494 91.52306322610391 0.21225 1461.15 2.5 800.09 1.2 1407.05 2.2 1242.4 0.71 0.418 0.25 688.93 2.2 387.44 1.4 600.65 2.2 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 9 EALDENQVA 12100.328 479.97 SMM 8.7 1.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.0072804647 0.019065294 4881.975865181634 2.183875 20413.47 23.12 19318.68 14.0 25017.04 13.0 28853.38 18.0 0.00697 4.2 2904.96 8.7 479.97 1.7 797.3 2.9 NA NA NA -0.5999999999999999 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 9 ALDENQVAF 28242.205 4778.52 PickPocket 24.0 4.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.007861493 0.054887924 17189.54729799523 4.8370000000000015 37999.98 83.67 41901.18 51.0 34053.09 24.0 27696.51 17.0 0.00635 4.4 4778.52 15.0 28787.9 42.0 18476.51 32.0 NA NA NA -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 9 MLHTADSDI 36066.51 8853.9 PickPocket 43.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.00027165757 0.020786097 26838.63400999933 16.158749999999998 36122.33 71.64 40183.78 43.0 40708.92 51.0 36010.69 37.0 1.9e-05 50.0 8853.9 26.0 22919.76 36.0 50074.89 59.0 NA NA NA -0.7714285714285715 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 9 LHTADSDIF 39437.98 21269.21 PickPocket 53.0 20.700875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0007833132 0.0010138347 27925.23781249457 20.700875 33855.94 59.41 44648.77 68.0 39622.53 44.0 39253.43 53.0 0.000117 25.0 21269.21 51.0 127705.62 86.0 172036.26 92.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 9 HTADSDIFY 40672.005 27954.735404400468 MHCflurry 63.0 6.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.00023582268 0.0023880566 27954.735404400468 20.700875 40854.73 98.57 45107.61 72.0 40489.28 50.0 34813.07 32.0 0.00256 6.4 36931.66 71.0 57439.41 63.0 63623.86 67.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 9 TADSDIFYT 31569.4 14132.21 SMM 39.0 7.653875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.0001245085 0.0064039268 22011.357592735618 7.653875 33713.53 58.74 40411.82 44.0 40708.92 51.0 34683.37 32.0 0.000216 19.0 29425.27 63.0 14132.21 27.0 25978.85 39.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 9 ADSDIFYTF 7439.655 1276.5 PickPocket 5.1 1.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.017498802 0.039716452 1303.204810721416 1.2624999999999982 14745.4 15.46 13099.26 9.0 7818.02 5.1 7061.29 2.7 0.0872 1.1 1276.5 4.1 9890.31 22.0 3995.95 14.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 9 DSDIFYTFS 37298.66 13918.59 MHCnuggetsI 41.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.00047475426 0.017643996 25707.572671301125 13.067624999999998 13918.59 14.52 43999.41 63.0 40489.28 50.0 34108.04 30.0 7.8e-05 30.0 50000.0 80.0 129482.18 86.0 27328.76 41.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 9 SDIFYTFSK 17163.325 5869.13 PickPocket 18.0 4.58875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0031686083 0.02530996 16438.40000031492 4.58875 29787.88 43.67 25292.75 19.0 17888.25 8.2 14051.25 5.2 0.00371 5.5 5869.13 18.0 34135.79 47.0 10980.45 23.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 9 DIFYTFSKQ 46274.31 31756.170262290023 MHCflurry 79.0 44.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.00019437431 0.007304498 31756.170262290023 57.24249999999999 34826.75 64.2 46941.91 91.0 45606.71 92.0 43122.33 81.0 2.8e-05 44.0 50000.0 80.0 96207.74 79.0 90285.91 77.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 9 IFYTFSKQV 30231.127 11112.54 PickPocket 34.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00024507745 0.017735112 29726.2145874264 30.050999999999995 29011.49 41.370000000000005 36994.05 34.0 38565.12 39.0 30736.04 21.0 0.000695 12.0 11112.54 31.0 58642.17 64.0 20971.04 34.0 NA NA NA -0.4571428571428572 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 9 FYTFSKQVT 33053.114 8896.31 SMM 42.775 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.00014794576 0.015617414 30780.89724960817 42.77524999999999 35325.33 66.93 38984.23 40.0 41151.77 54.0 39749.19 57.0 9.8e-05 27.0 25564.3 58.0 8896.31 21.0 23912.23 37.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 9 YTFSKQVTL 39351.65 9447.76 PickPocket 41.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0010078216 0.0060800607 22952.42636621143 8.669125 39718.65 94.23 44046.11 64.0 38984.65 41.0 35981.49 36.0 0.000883 11.0 9447.76 27.0 58238.48 64.0 94106.58 79.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 9 TFSKQVTLF 38702.425 12517.05 PickPocket 50.66 11.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00016787651 0.0023335826 28703.81256328219 23.814625 31798.33 50.66 42764.1 55.0 41151.77 54.0 36253.08 38.0 0.00076 11.0 12517.05 34.0 129780.67 87.0 102711.72 81.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 9 FSKQVTLFL 38610.28 12653.21 PickPocket 42.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0002268801 0.00342228 25785.73743240448 13.067624999999998 25640.81 32.84 45533.25 77.0 39196.13 42.0 38024.43 46.0 0.000148 23.0 12653.21 34.0 102614.8 81.0 48822.5 58.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 9 SKQVTLFLF 22113.205 6714.54 MHCnuggetsI 14.0 7.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.0004852304 0.0005568503 28116.74450226173 20.700875 6714.54 7.39 17212.33 13.0 22818.9 12.0 21407.51 9.2 0.000471 14.0 10081.44 29.0 23944.73 38.0 46304.16 56.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 9 KQVTLFLFL 16880.116 4242.33 PickPocket 13.0 4.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.0006500642 0.004878008 17181.481923013493 4.8370000000000015 16578.75 17.68 19052.77 14.0 11922.2 6.5 11435.28 4.2 0.0039 5.4 4242.33 13.0 42287.3 53.0 21360.92 35.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 9 QVTLFLFLA 7325.415 306.85 MHCnuggetsI 5.6 0.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.0008780588 0.025324523 27240.601264192843 17.127999999999997 306.85 0.95 5603.24 4.5 30396.07 18.0 14859.49 5.6 0.000332 16.0 9047.59 26.0 1230.86 4.6 864.21 3.2 NA NA NA 2.585714285714286 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 9 VTLFLFLAC 32828.74 6817.42 SMMPMBEC 32.0 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.00015535795 0.016282858 28124.045125493747 20.700875 32736.53 54.42 32920.95 27.0 34053.09 24.0 34726.18 32.0 3.8e-05 39.0 20368.33 50.0 42093.01 53.0 6817.42 18.0 NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 9 TLFLFLACD 33705.055 8121.2 SMMPMBEC 57.242 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 4.3127726e-05 0.00090579723 31903.82962451065 57.24249999999999 31088.84 48.04 35381.94 31.0 41825.1 59.0 32028.17 24.0 3e-06 81.0 37333.42 71.0 80391.48 74.0 8121.2 20.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 9 LFLFLACDP 32680.552 14210.85 SMMPMBEC 61.0 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0005491853 0.013542692 31739.66472914417 57.24249999999999 30321.78 45.39 44685.49 69.0 42971.89 68.0 33621.44 28.0 1e-05 61.0 28795.36 62.0 144613.89 89.0 14210.85 27.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 9 FLFLACDPN 38930.705 31018.235893179808 MHCflurry 71.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 2.6336216e-05 0.00745672 31018.235893179808 42.77524999999999 32866.71 54.96 45851.14 80.0 40929.75 53.0 33594.91 28.0 2e-06 87.0 36931.66 71.0 102143.33 81.0 106076.7 82.0 NA NA NA 0.3285714285714287 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 9 LFLACDPNN 44246.245 31182.474447583936 MHCflurry 73.0 47.08112499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.00010684651 0.0037019071 31182.474447583936 47.08112499999999 31913.72 51.1 44944.42 71.0 43439.36 73.0 43548.07 85.0 1e-06 95.0 46352.93 78.0 86738.12 76.0 73895.84 71.0 NA NA NA -0.5714285714285714 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 9 FLACDPNNK 44457.775 25550.508220628235 MHCflurry 80.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0003819303 0.01239243 25550.508220628235 13.067624999999998 38947.35 89.85 47090.45 93.0 41825.1 59.0 38743.29 50.0 2.4e-05 47.0 50000.0 80.0 111740.34 83.0 265839.8 97.0 NA NA NA -1.6714285714285715 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 9 LACDPNNKR 46981.545 25067.295655873622 MHCflurry 80.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00025719652 0.003941937 25067.295655873622 11.891624999999998 36956.65 76.83 47358.71 96.0 46604.38 98.0 45382.74 95.0 9e-05 28.0 50000.0 80.0 100048.37 80.0 199811.28 94.0 NA NA NA -2.5714285714285716 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-A*29:02 8 TSAPWDRS 34525.79 5644.82 SMM 60.0 4.7 SMM 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.0009166055 0.08008159 32242.91904124668 63.8735 5753.8 14.96 40298.72 80.0 30232.07 58.0 42705.37 82.0 9e-06 62.0 50000.0 48.0 5644.82 4.7 36808.66 38.0 0.0116712987946812 0.0032740065248257 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-A*29:02 8 SAPWDRSL 39778.29 5910.2 MHCnuggetsI 63.872 29.365875 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0008832551 0.00740993 28208.26708757133 29.365875 5910.2 49.01 38087.01 68.0 31912.64 65.0 41469.57 75.0 4.9e-05 36.0 50000.0 48.0 92608.32 86.0 82594.29 82.0 0.0582350809127092 0.0043907317702015 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 8 SEETIKVY 17426.475 4806.410003573538 MHCflurry 11.9 2.9511413043477432 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.22052729 0.8548339 4806.410003573538 3.334499999999999 5748.92 14.6 26934.63 29.0 9047.59 9.0 24998.1 20.0 0.00841 3.5 50000.0 48.0 9854.85 9.2 26788.6 26.0 0.4805723614990711 0.0988021440212458 2.9511413043477432 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 8 EETIKVYC 37761.965 5879.68 MHCnuggetsI 74.044 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.002424774 0.2675733 32596.97416892439 69.087125 5879.68 36.64 41461.5 87.0 36534.22 86.0 46378.0 98.0 3e-06 79.0 50000.0 48.0 25565.25 25.0 38989.71 41.0 0.0558029438834637 0.0037849664146763 99.28660326086955 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 8 ETIKVYCL 28663.168 5893.33 MHCnuggetsI 28.494 3.5626902173912214 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0013177764 0.036288884 28155.42510562537 27.987124999999995 5893.33 41.58 35614.3 56.0 17888.25 23.0 35497.73 47.0 0.000111 26.0 13797.25 16.0 62899.91 66.0 29170.91 29.0 0.8883257508277893 0.0769115199476672 3.5626902173912214 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 8 TIKVYCLQ 35899.35 5924.77 MHCnuggetsI 53.0 26.0 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.004270578 0.15708964 30212.21114774025 41.302125 5924.77 56.85 34782.22 53.0 19505.61 26.0 37016.48 53.0 1.7e-05 51.0 47366.92 47.0 67398.46 70.0 54821.38 59.0 0.008132373826811 0.0034435808812688 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 8 IKVYCLQK 33527.937 5959.47 MHCnuggetsI 47.128 24.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.0010457115 0.06870272 30944.003594606773 47.25637500000001 5959.47 78.23 38226.54 69.0 23318.07 36.0 38079.18 58.0 2.2e-05 47.0 45360.65 46.0 36111.87 37.0 25058.21 24.0 0.0731140925126965 0.0042307865928346 62.74467391304348 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 8 KVYCLQKE 31428.851 5841.87 MHCnuggetsI 50.0 14.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.000546135 0.10967839 31765.60134939136 59.0625 5841.87 26.55 37877.02 67.0 25842.4 43.0 41014.42 73.0 1.7e-05 51.0 12517.05 14.0 31092.1 31.0 44869.37 49.0 0.0142784989766369 0.0033523035748446 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 8 LKKKSEEK 42229.12 5952.98 MHCnuggetsI 69.66 37.0 SMMPMBEC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.00018928354 0.0042102756 31633.43888231412 54.695 5952.98 74.32 45328.28 100.0 39196.13 96.0 45262.11 95.0 8e-06 63.0 50000.0 48.0 61326.76 65.0 35888.06 37.0 0.0040799652833811 0.003246961058522 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 8 KKKSEEKE 44761.875 5968.62 MHCnuggetsI 91.328 31.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 8.7105924e-05 0.0046033305 33445.53714097299 79.69287499999999 5968.62 83.37 46084.39 100.0 43439.36 100.0 49022.9 100.0 0.0 100.0 50000.0 48.0 30736.19 31.0 65456.08 68.0 0.0047774218655831 0.0030840471540882 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 8 KKSEEKEL 43705.355 5986.06 MHCnuggetsI 87.87 48.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00024819974 0.0074095964 33736.58717977639 84.60012499999998 5986.06 91.14 43964.69 99.0 40929.75 100.0 47545.11 100.0 5e-06 71.0 50000.0 48.0 56448.19 60.0 43446.02 48.0 0.0075844871334993 0.0030887098446186 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 8 KSEEKELK 31517.285 3798.83 SMM 58.72 2.1 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.0007315949 0.01484613 26951.8044606948 23.49875 5951.56 73.44000000000001 44327.69 100.0 35176.57 79.0 44287.43 90.0 2.7e-05 44.0 35367.39 38.0 3798.83 2.1 27858.0 28.0 0.0106880749808624 0.0038807950974384 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 8 SEEKELKI 43882.86 5987.78 MHCnuggetsI 78.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0067207874 0.17769215 29446.73368250332 36.485875 5987.78 91.76 42796.02 94.0 35559.24 81.0 44969.7 93.0 2.9e-05 43.0 50000.0 48.0 91759.28 85.0 72102.45 75.0 0.0465413834899663 0.0040419825679067 62.74467391304348 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 8 EEKELKIK 45849.04 5940.5 MHCnuggetsI 66.235 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.0015443874 0.022244701 23852.22319416683 16.343624999999992 5940.5 66.47 45382.24 100.0 38357.05 93.0 46315.84 98.0 9e-06 62.0 50000.0 48.0 68809.75 71.0 62510.07 66.0 0.0142144606143119 0.0044222390002705 62.74467391304348 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 8 EKELKIKN 43983.935 5931.58 MHCnuggetsI 84.187 25.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00050419103 0.009958297 32441.280087904885 69.087125 5931.58 60.9 45227.83 100.0 42740.04 100.0 48572.03 100.0 0.0 100.0 50000.0 48.0 25447.79 25.0 47967.82 53.0 0.0013563806860474 0.0031383510275463 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 0.0872127300244756 0.0058111447242301 46.22467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 8 NGIPPVQH 31699.3 5660.75 MHCnuggetsI 38.5 9.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.0022398718 0.011653982 23456.508691688407 15.902624999999992 5660.75 9.86 39796.54 77.0 22818.9 34.0 42718.79 82.0 0.000152 23.0 42051.98 43.0 60207.42 64.0 23602.06 23.0 0.0872127300244756 0.0058111447242301 46.22467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 0.0222849147394299 0.0071090704226164 31.64317934782608 0.2285714285714285 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 8 GIPPVQHF 30072.235 5202.66 MHCnuggetsI 29.822 3.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.013781984 0.11910342 15025.758547290834 7.596999999999999 5202.66 3.01 26639.59 28.0 9972.95 10.0 34042.4 42.0 0.00234 6.4 33504.88 37.0 98321.84 88.0 66214.03 69.0 0.0222849147394299 0.0071090704226164 31.64317934782608 0.2285714285714285 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 0.0946776429191231 0.0044809189996683 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 8 IPPVQHFP 40003.56 6004.7 MHCnuggetsI 66.872 43.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.002027662 0.0068806643 31542.34885009276 54.695 6004.7 96.22 39395.53 75.0 34798.02 78.0 40988.69 73.0 1.4e-05 54.0 50000.0 48.0 40611.59 43.0 67756.35 71.0 0.0946776429191231 0.0044809189996683 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 0.0040024819318205 0.0031798592027179 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 8 PPVQHFPP 38534.305 5952.67 MHCnuggetsI 74.565 29.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0017548644 0.0028942798 32313.990106718204 63.8735 5952.67 74.13 42830.79 94.0 34237.82 75.0 45490.4 96.0 1e-06 94.0 50000.0 48.0 63774.93 67.0 29103.82 29.0 0.0040024819318205 0.0031798592027179 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 0.0103900935791898 0.0032567154343736 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 8 PVQHFPPG 31332.439 5970.73 MHCnuggetsI 74.167 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0014385765 0.0056828866 32268.807250537047 63.8735 5970.73 84.46000000000001 41078.38 85.0 30396.07 59.0 44879.8 93.0 1e-06 94.0 50000.0 48.0 20307.2 19.0 24544.26 24.0 0.0103900935791898 0.0032567154343736 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 0.046627898234874 0.003677949174199 99.28660326086955 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 8 VQHFPPGT 39692.61 5829.0 MHCnuggetsI 62.5 24.01 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0004913901 0.008446426 32473.93471660128 69.087125 5829.0 24.01 40215.54 80.0 31229.48 62.0 43088.75 84.0 1.4e-05 54.0 50000.0 48.0 59381.34 63.0 39169.68 41.0 0.046627898234874 0.003677949174199 99.28660326086955 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 0.0202453809397411 0.0033125527705094 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 8 QHFPPGTG 32303.246 5798.18 MHCnuggetsI 55.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00047105973 0.009333762 32866.03249000927 74.450375 5798.18 19.34 38688.41 71.0 34053.09 75.0 41691.82 76.0 3.5e-05 40.0 31740.46 35.0 17605.57 17.0 19586.19 18.0 0.0202453809397411 0.0033125527705094 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 0.1709998100996017 0.0128926233832846 18.61798913043478 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 8 HFPPGTGI 24490.015 5863.65 MHCnuggetsI 26.0 6.997124999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0018632449 0.0082862675 13909.919281935436 6.997124999999999 5863.65 31.81 29432.59 35.0 14175.55 17.0 29402.35 29.0 0.000819 11.0 22209.93 26.0 26770.1 26.0 52716.92 57.0 0.1709998100996017 0.0128926233832846 18.61798913043478 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 0.0295686743920668 0.0041281081246951 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 8 FPPGTGIL 32828.745 5853.44 MHCnuggetsI 46.0 24.47925 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.004504535 0.017688269 27084.60784966037 24.47925 5853.44 29.18 30180.11 37.0 26407.71 45.0 35477.38 47.0 0.000127 25.0 50000.0 48.0 283563.29 100.0 67912.54 71.0 0.0295686743920668 0.0041281081246951 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 0.0894692810252308 0.0052804718216105 46.22467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 8 PPGTGILW 30085.05 5949.22 MHCnuggetsI 47.112 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.013996122 0.07501258 26114.82379242274 21.751124999999995 5949.22 71.99 41023.31 84.0 28331.79 51.0 37342.71 54.0 0.000241 19.0 50000.0 48.0 27205.08 27.0 31838.31 32.0 0.0894692810252308 0.0052804718216105 46.22467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 0.0072024430555757 0.0031926070598373 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 8 PGTGILWM 37024.77 5980.66 MHCnuggetsI 63.544 34.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00075499195 0.017329203 32558.02756990789 69.087125 5980.66 89.02 33325.2 47.0 22818.9 34.0 40724.34 71.0 1.1e-05 58.0 50000.0 48.0 88033.91 84.0 45284.54 50.0 0.0072024430555757 0.0031926070598373 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 0.0273661692626774 0.0035362324873948 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 8 GTGILWMG 26822.155 5810.59 MHCnuggetsI 52.0 19.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00084512273 0.13494298 31528.00087151534 54.695 5810.59 21.02 34945.16 53.0 28178.94 51.0 40044.46 67.0 3e-06 79.0 22451.54 26.0 20447.96 19.0 25465.37 25.0 0.0273661692626774 0.0035362324873948 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 0.0011957309543504 0.0031700199730727 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 8 TGILWMGC 35635.838 5780.89 MHCnuggetsI 58.937 17.39 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00015362563 0.084704705 32087.84622662562 63.8735 5780.89 17.39 39183.83 74.0 28331.79 51.0 41297.62 74.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 30828.33 31.0 0.0011957309543504 0.0031700199730727 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 0.0008219242281484 0.0030631754828487 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 8 GILWMGCT 33567.139 5857.38 MHCnuggetsI 47.5 29.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.0002085242 0.027032778 33199.107981271576 79.69287499999999 5857.38 30.15 35792.38 57.0 20589.91 29.0 40355.88 69.0 2e-06 85.0 34986.78 38.0 33935.17 34.0 31985.27 32.0 0.0008219242281484 0.0030631754828487 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 0.048594435385894 0.0055160809870959 46.22467391304348 1.4285714285714286 1.5285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 8 ILWMGCTL 21251.293 5919.22 MHCnuggetsI 24.5 10.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.0012003641 0.1899436 21508.196500284645 13.122999999999996 5919.22 53.73 24000.75 24.0 9919.14 10.0 20994.39 15.0 0.000122 25.0 10641.85 12.0 38783.77 41.0 29373.11 30.0 0.048594435385894 0.0055160809870959 46.22467391304348 1.4285714285714286 1.5285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 0.0005707504051315 0.0034248620774202 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 8 LWMGCTLC 20873.08 5962.89 MHCnuggetsI 26.5 7.6 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0018643899 0.32315245 29557.39402765915 36.485875 5962.89 80.24 24289.95 24.0 13070.67 15.0 26140.5 22.0 3.7e-05 39.0 8571.13 7.6 29285.32 29.0 17456.21 17.0 0.0005707504051315 0.0034248620774202 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 0.0023358661710517 0.003697357719581 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 8 WMGCTLCR 20269.59 2416.9 PickPocket 23.272 0.9 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0009780099 0.040462427 27485.72446850217 25.544875 5620.83 8.469999999999999 22258.04 21.0 6539.79 6.6 18281.14 12.0 4.6e-05 37.0 2416.9 0.9 182662.75 98.0 41586.27 45.0 0.0023358661710517 0.003697357719581 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 0.0010567500212346 0.0031549666491438 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 8 MGCTLCRT 39507.305 5900.41 MHCnuggetsI 66.5 44.51 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.0001283399 0.075711824 32229.65496789314 63.8735 5900.41 44.51 38091.95 68.0 31912.64 65.0 40922.66 72.0 1e-06 94.0 50000.0 48.0 78822.46 79.0 52960.25 57.0 0.0010567500212346 0.0031549666491438 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 0.0003418628784856 0.0030538350481988 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 8 GCTLCRTS 38779.82 5917.15 MHCnuggetsI 83.346 29.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.539648e-05 0.033693608 33245.78627663034 79.69287499999999 5917.15 52.580000000000005 43889.11 98.0 36732.4 87.0 46887.6 100.0 0.0 100.0 50000.0 48.0 28356.33 29.0 40827.24 44.0 0.0003418628784856 0.0030538350481988 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 0.0009819178440011 0.0031202341087736 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 8 CTLCRTSS 27089.95 5883.2 MHCnuggetsI 57.0 25.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.00026787672 0.06828757 32591.341197206133 69.087125 5883.2 37.81 39514.2 76.0 27575.71 49.0 39586.54 65.0 2e-06 85.0 23699.6 27.0 25506.45 25.0 26604.19 26.0 0.0009819178440011 0.0031202341087736 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 0.0015553361608908 0.0031071889170774 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 8 TLCRTSSP 41308.945 6001.99 MHCnuggetsI 74.725 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00013810843 0.011481004 32801.096305921776 74.450375 6001.99 95.68 41730.18 88.0 32610.74 68.0 40887.71 72.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 55969.32 60.0 0.0015553361608908 0.0031071889170774 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 0.000203575767955 0.0031382724302872 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 8 LCRTSSPN 41024.28 6004.15 MHCnuggetsI 92.0 24.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.00010188842 0.012364134 32306.17829092968 63.8735 6004.15 96.11 44309.0 99.0 37739.56 91.0 44821.05 93.0 1e-06 94.0 50000.0 48.0 50193.79 55.0 25058.21 24.0 0.000203575767955 0.0031382724302872 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 0.0305618505808524 0.0033544895675898 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 8 CRTSSPNL 39916.485 5950.43 MHCnuggetsI 69.865 48.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 8.569219e-05 0.041103315 33683.97894744602 84.60012499999998 5950.43 72.72999999999999 39846.52 78.0 31740.46 64.0 39986.45 67.0 1.5e-05 53.0 50000.0 48.0 152633.55 97.0 46768.13 52.0 0.0305618505808524 0.0033544895675898 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 0.086169209505897 0.0047293548506086 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 8 RTSSPNLR 25569.925 2169.05 PickPocket 26.5 0.7 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0021802087 0.01503632 28919.911254523453 32.57675 5743.58 14.2 40336.24 81.0 18279.56 24.0 34160.86 42.0 0.00035 16.0 2169.05 0.7 22369.18 21.0 28770.67 29.0 0.086169209505897 0.0047293548506086 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 0.0509818138089031 0.0045844828547903 62.74467391304348 -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 8 TSSPNLRR 22995.381 5679.43 MHCnuggetsI 24.376 5.8 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.0021452073 0.030048305 26272.952689925973 21.751124999999995 5679.43 10.6 39974.77 78.0 19717.81 27.0 36112.14 49.0 0.000274 18.0 11857.88 13.0 6261.09 5.8 35970.79 37.0 0.0509818138089031 0.0045844828547903 62.74467391304348 -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 0.0164694593404419 0.0038506036067281 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 8 SSPNLRRM 31389.027 6002.98 MHCnuggetsI 51.0 7.2 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00054360647 0.018981012 27748.46351746569 26.708874999999995 6002.98 95.88 35029.59 54.0 23828.16 37.0 37259.58 54.0 0.000226 19.0 50000.0 48.0 7390.09 7.2 69815.2 73.0 0.0164694593404419 0.0038506036067281 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 0.3530697021633386 0.0115315524260082 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 8 SPNLRRMR 35755.374 5826.36 MHCnuggetsI 47.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005773082 0.0020421478 30327.78718916299 41.302125 5826.36 23.55 43056.58 95.0 28951.56 53.0 41182.96 74.0 3.1e-05 42.0 23192.26 27.0 80472.96 80.0 54947.76 59.0 0.3530697021633386 0.0115315524260082 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 0.0015907307679299 0.0031209069249999 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 8 PNLRRMRE 41084.75 5949.27 MHCnuggetsI 79.01 39.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00016697861 0.0027411398 32656.423385482016 69.087125 5949.27 72.02 44329.6 100.0 36534.22 86.0 46969.86 100.0 1e-06 94.0 50000.0 48.0 45882.81 50.0 37839.9 39.0 0.0015907307679299 0.0031209069249999 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 0.026201345724985 0.0044101000143752 62.74467391304348 -1.742857142857143 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 8 NLRRMREW 38435.16 5994.95 MHCnuggetsI 54.0 18.35125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.0007753387 0.065114915 24987.650703493426 18.35125 5994.95 93.98 41125.95 85.0 24481.5 39.0 36161.4 49.0 0.000144 23.0 40708.92 42.0 79735.18 80.0 54318.78 59.0 0.026201345724985 0.0044101000143752 62.74467391304348 -1.742857142857143 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 0.0069472620307351 0.0030567462227673 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-A*29:02 8 LRRMREWD 41964.97 5962.33 MHCnuggetsI 89.052 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 8.11739e-05 0.0074312543 34021.888309550704 89.10487499999998 5962.33 79.92 41195.42 85.0 41375.0 100.0 45930.58 97.0 0.0 100.0 50000.0 48.0 104387.86 89.0 42554.94 46.0 0.0069472620307351 0.0030567462227673 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 0.077289804816246 0.0039413565203945 99.28660326086955 -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-A*29:02 8 RRMREWDI 35393.274 6006.32 MHCnuggetsI 62.5 32.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 9.901965e-05 0.022609768 33806.09747585749 84.60012499999998 6006.32 96.51 38148.44 68.0 29906.73 57.0 36980.45 53.0 1.3e-05 56.0 50000.0 48.0 131114.28 95.0 31473.86 32.0 0.077289804816246 0.0039413565203945 99.28660326086955 -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 8 KSESEVEQ 33631.012 5644.82 SMM 76.84 4.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00027578798 0.019268226 30529.624049682923 44.13500000000001 5960.2 78.68 43353.91 96.0 36732.4 87.0 46834.9 99.0 4e-06 75.0 50000.0 48.0 5644.82 4.7 30475.44 31.0 0.001934531108418 0.0033352242819064 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 8 SESEVEQL 42065.875 5927.34 MHCnuggetsI 55.68 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0015090096 0.09325044 22365.29600634625 14.036749999999996 5927.34 58.36 41345.91 86.0 32610.74 68.0 42785.84 82.0 0.000119 25.0 50000.0 48.0 171652.45 98.0 47637.61 53.0 0.0450192324351519 0.0052453049789225 46.22467391304348 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 8 ESEVEQLL 30081.565 5837.41 MHCnuggetsI 42.5 7.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0025463926 0.0351802 28593.91935511965 30.891874999999995 5837.41 25.61 39430.94 75.0 31569.21 63.0 42188.25 79.0 4.4e-05 37.0 50000.0 48.0 7562.23 7.3 23331.89 22.0 0.0605139287072233 0.0043683755809964 62.74467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 8 SEVEQLLL 34931.51 5821.38 MHCnuggetsI 39.68 15.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.020405177 0.60664284 23066.421352602825 15.096749999999997 5821.38 22.69 35717.32 57.0 17985.29 23.0 34145.7 42.0 0.00037 15.0 49461.93 48.0 63190.24 67.0 48523.26 53.0 0.0985069960588589 0.0061453249888278 37.35904891304347 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 8 EVEQLLLP 40102.065 5947.13 MHCnuggetsI 59.0 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.007512706 0.12406402 31834.90017363284 59.0625 5947.13 70.69 38646.57 71.0 30396.07 59.0 42512.2 81.0 1.3e-05 56.0 50000.0 48.0 41557.56 45.0 54695.3 59.0 0.1892900599632412 0.0061958969926404 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 8 VEQLLLPS 35556.165 5964.02 MHCnuggetsI 63.937 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0044385805 0.16823962 32309.324721089743 63.8735 5964.02 80.88 38079.18 68.0 29108.61 54.0 39381.89 64.0 2.1e-05 48.0 50000.0 48.0 64960.6 68.0 33033.15 33.0 0.0080275192449335 0.0032257717170773 99.28660326086955 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 8 EQLLLPSG 41170.875 5980.56 MHCnuggetsI 66.044 37.35904891304347 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0005160197 0.02101468 32638.210279244373 69.087125 5980.56 88.98 43441.71 97.0 34237.82 75.0 43980.86 89.0 1.8e-05 50.0 50000.0 48.0 59244.77 63.0 38900.04 41.0 0.1931319891009479 0.0061308863239532 37.35904891304347 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 8 QLLLPSGL 32222.045 5784.41 MHCnuggetsI 39.568 17.76 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.002652162 0.091413185 30493.64030800909 44.13500000000001 5784.41 17.76 33950.45 50.0 17888.25 23.0 36282.9 50.0 0.000103 27.0 23699.6 27.0 83300.96 82.0 34669.69 35.0 0.0460197393549606 0.0039004711843638 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 8 LLLPSGLT 29080.289 5803.1 MHCnuggetsI 33.0 17.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.005401147 0.1665349 31800.298600577436 59.0625 5803.1 20.0 32342.99 44.0 14407.49 17.0 33126.4 39.0 0.0001 27.0 16053.81 19.0 120406.52 93.0 26360.28 26.0 0.0087914737596292 0.0032845887642707 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 8 LLPSGLTT 34269.738 5773.04 MHCnuggetsI 47.0 16.619999999999997 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00364677 0.07609136 29709.735585903745 36.485875 5773.04 16.619999999999997 38829.74 72.0 26265.23 44.0 40210.74 68.0 2.4e-05 46.0 50000.0 48.0 21313.27 20.0 52838.44 57.0 0.0197175635839812 0.0036458507669426 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 8 LPSGLTTQ 38933.49 5857.7 MHCnuggetsI 56.031 30.23 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0010290523 0.012945133 31772.92744816925 59.0625 5857.7 30.23 39234.73 74.0 28951.56 53.0 42212.91 79.0 2.8e-05 43.0 50000.0 48.0 82347.42 82.0 38632.25 41.0 0.0152855548076331 0.0033634782368022 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 8 PSGLTTQG 35286.804 6004.28 MHCnuggetsI 82.0 16.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.00012541104 0.0028671904 32629.3288146647 69.087125 6004.28 96.13 41064.6 85.0 37944.28 91.0 46692.19 99.0 3e-06 79.0 50000.0 48.0 16544.36 16.0 26058.54 26.0 0.0007384008949884 0.0031140406507359 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 8 SGLTTQGS 42047.27 5889.07 MHCnuggetsI 82.346 39.93 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00022419832 0.019211205 33195.19305195387 79.69287499999999 5889.07 39.93 41046.84 85.0 34798.02 78.0 45586.49 96.0 2e-06 85.0 50000.0 48.0 213132.66 100.0 43047.7 47.0 0.001209479803947 0.0030677160773548 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 8 GLTTQGSS 42970.835 5877.47 MHCnuggetsI 74.8 35.91 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00053266855 0.039699133 33664.989485493155 84.60012499999998 5877.47 35.91 42123.93 91.0 30726.73 60.0 46263.74 98.0 1e-06 94.0 50000.0 48.0 43817.74 48.0 60946.67 65.0 0.0004724710452137 0.0030183925705761 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 8 LTTQGSSS 30153.825 5853.07 MHCnuggetsI 59.044 11.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00039463956 0.05166564 32582.36006865873 69.087125 5853.07 29.1 40463.88 81.0 27725.29 49.0 44060.4 89.0 5e-06 71.0 41599.44 43.0 10905.61 11.0 25406.8 25.0 0.0006131280169938 0.0031170098248195 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 8 TTQGSSSS 39992.705 5905.9 MHCnuggetsI 55.5 42.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.00016792084 0.027944235 32944.84478160415 74.450375 5905.9 46.98 41248.96 86.0 30726.73 60.0 43484.51 86.0 2.5e-05 45.0 40270.83 42.0 46735.83 51.0 39714.58 42.0 0.0006851258185633 0.0030845772419244 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 8 TQGSSSSS 43284.685 5936.97 MHCnuggetsI 79.5 47.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 6.637015e-05 0.009039357 33491.64948028595 84.60012499999998 5936.97 64.25999999999999 43422.43 97.0 35176.57 79.0 45177.95 94.0 4e-06 75.0 50000.0 48.0 80287.88 80.0 43146.94 47.0 0.0002086026324832 0.0030306977513503 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 8 QGSSSSSR 39057.765 5814.93 MHCnuggetsI 55.568 21.65 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.000100956764 0.0035330986 30519.29088549855 44.13500000000001 5814.93 21.65 43567.4 97.0 32434.8 67.0 42672.11 82.0 2.6e-05 44.0 39837.46 42.0 105353.75 90.0 38278.07 40.0 0.0006844995423307 0.0033216432134407 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 8 GSSSSSRK 29820.763 5926.58 MHCnuggetsI 48.568 6.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 7.727403e-05 0.005530018 30689.96641472708 44.13500000000001 5926.58 57.93000000000001 43121.86 95.0 28951.56 53.0 41819.68 77.0 2.7e-05 44.0 20589.91 24.0 6647.37 6.4 32579.92 33.0 0.0002973819009639 0.0032992506064203 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 8 SSSSSRKE 39783.9 5987.3 MHCnuggetsI 78.044 6.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00021738732 0.011959048 32764.76574989568 69.087125 5987.3 91.59 42835.4 94.0 36732.4 87.0 45970.34 97.0 7e-06 66.0 50000.0 48.0 6849.36 6.7 44972.81 49.0 0.0004219659185764 0.0030981154036943 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 8 SSSSRKES 35771.075 4837.82 SMM 79.54 3.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00023512433 0.008501735 33598.5312747666 84.60012499999998 5953.26 74.48 43698.64 98.0 37739.56 91.0 46499.6 99.0 5e-06 71.0 50000.0 48.0 4837.82 3.2 33802.59 34.0 0.0003181216466145 0.0030225281596491 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 8 SSSRKESH 30390.102 3755.35 SMM 45.568 2.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00015858044 0.007407371 30548.133713679134 44.13500000000001 5893.19 41.510000000000005 42541.65 93.0 30232.07 58.0 44396.81 91.0 3.5e-05 40.0 48403.09 47.0 3755.35 2.0 29988.17 30.0 0.0013591173255917 0.0033265111201829 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 8 SSRKESHR 31299.399 5838.49 MHCnuggetsI 43.068 5.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.0001090377 0.0046109622 30613.528646576207 44.13500000000001 5838.49 25.83 44410.75 100.0 32259.8 66.0 43378.77 86.0 3.1e-05 42.0 30396.07 34.0 5965.54 5.3 31985.27 32.0 0.0017001731721393 0.0033236263688082 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 8 SRKESHRP 45891.56 5925.82 MHCnuggetsI 93.052 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00013740444 0.0071451603 33880.08525818073 89.10487499999998 5925.82 57.47 44857.95 100.0 42280.1 100.0 46925.17 100.0 5e-06 71.0 50000.0 48.0 145428.66 97.0 76727.31 78.0 0.0016155596495082 0.0030119531536521 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 8 RKESHRPL 38414.965 5975.23 MHCnuggetsI 81.5 33.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00011153347 0.004143414 33817.77200155384 84.60012499999998 5975.23 86.69 42298.86 92.0 35176.57 79.0 43121.38 84.0 1e-05 60.0 50000.0 48.0 41653.36 45.0 32957.18 33.0 0.0462467583711259 0.0035316546256113 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 8 KESHRPLR 36189.609 5888.77 MHCnuggetsI 46.068 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.0012460907 0.054440618 30607.0288498335 44.13500000000001 5888.77 39.81 43220.41 96.0 25842.4 43.0 41772.19 77.0 7.2e-05 31.0 18279.56 22.0 82918.23 82.0 43848.02 48.0 0.072055072610965 0.0042599082347799 62.74467391304348 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 8 ESHRPLRA 38284.555 5030.95 SMM 57.531 3.5 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.0008782419 0.009648937 31799.65208298946 59.0625 5893.03 41.45 43424.79 97.0 33144.32 70.0 44437.66 91.0 1.9e-05 49.0 50000.0 48.0 5030.95 3.5 51280.23 56.0 0.0988323359051719 0.0045113923303759 62.74467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 8 SHRPLRAA 36609.66 5977.11 MHCnuggetsI 69.0 19.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00024806475 0.0046637133 33255.81028704583 79.69287499999999 5977.11 87.53 39963.51 78.0 31398.89 62.0 41653.04 76.0 2.7e-05 44.0 50000.0 48.0 20542.34 19.0 52474.7 57.0 0.0082687397152767 0.003139506874348 99.28660326086955 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 8 HRPLRAAV 39805.01 5942.0 MHCnuggetsI 68.71 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00010905469 0.004208606 32287.47844923277 63.8735 5942.0 67.42 38683.82 71.0 33144.32 70.0 40926.2 72.0 3.7e-05 39.0 50000.0 48.0 95642.3 87.0 71441.41 74.0 0.1529140146449208 0.0053778840027027 46.22467391304348 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 8 RPLRAAVM 30729.347 6039.68 MHCnuggetsI 44.612 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.001257574 0.012980433 31262.653809468127 50.764875 6039.68 99.45 40370.3 81.0 21734.48 32.0 36981.64 53.0 7.8e-05 30.0 21970.92 25.0 39962.26 43.0 30196.04 30.0 0.1610583746805787 0.0057093702025157 46.22467391304348 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 8 PLRAAVMY 8707.505 801.61 NetMHCcons 8.3 2.3 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.052942876 0.2551842 8169.500892006115 4.486249999999998 5675.01 10.42 13406.11 9.9 801.61 2.3 14189.52 7.9 0.0056 4.2 9245.51 8.7 6481.12 6.1 27922.22 28.0 0.0809990806737914 0.0156793214699324 15.160951086956516 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 8 LRAAVMYP 35791.135 5946.05 MHCnuggetsI 67.505 44.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0009107202 0.072479255 33448.02249187535 79.69287499999999 5946.05 70.00999999999999 34396.0 51.0 31912.64 65.0 37186.27 54.0 5e-06 71.0 50000.0 48.0 158726.7 97.0 41205.01 44.0 0.0464392499416135 0.0035718585638444 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 8 RAAVMYPR 27698.86 3685.69 PickPocket 23.79 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0005578375 0.007848571 29499.86120569745 36.485875 5738.98 13.86 34535.83 52.0 13501.89 16.0 26560.73 23.0 0.000251 18.0 3685.69 1.9 84849.64 83.0 28836.99 29.0 0.3005512491799891 0.0098537463067854 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 8 AAVMYPRP 42767.91 5874.65 MHCnuggetsI 77.5 35.010000000000005 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00051092735 0.0119199855 32651.90807978872 69.087125 5874.65 35.010000000000005 41798.41 89.0 36931.66 87.0 43737.41 87.0 5e-06 71.0 50000.0 48.0 87831.44 84.0 53573.5 58.0 0.0572463377320673 0.0037980780982641 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 8 AVMYPRPS 27321.271 5788.41 MHCnuggetsI 35.0 16.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0017298401 0.019633163 32671.62267460186 69.087125 5788.41 18.18 39562.12 76.0 21970.92 32.0 37886.42 57.0 4.6e-05 37.0 13797.25 16.0 32707.7 33.0 20509.26 19.0 0.0573836527473758 0.0037976979768648 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 8 VMYPRPST 30437.637 5802.43 MHCnuggetsI 27.0 5.8 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.0030818149 0.045927815 29694.073358938043 36.485875 5802.43 19.92 33856.17 49.0 12117.27 14.0 31181.2 33.0 0.000181 21.0 7054.34 5.8 72385.24 75.0 47967.82 53.0 0.3873564824461937 0.0132653375966069 17.305597826086952 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 8 MYPRPSTI 25308.515 5865.38 MHCnuggetsI 25.809 10.983999999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0032800175 0.0042616394 19579.33246623751 10.983999999999996 5865.38 32.28 31380.21 41.0 13070.67 15.0 26922.4 24.0 0.000824 11.0 30396.07 34.0 23694.63 23.0 43747.17 48.0 0.1409541817847639 0.0083549783224742 27.61739130434782 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 8 YPRPSTID 40344.75 5931.94 MHCnuggetsI 65.937 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0044259713 0.02638698 32279.84478700663 63.8735 5931.94 61.13 38021.54 68.0 36534.22 86.0 42667.96 82.0 1.5e-05 53.0 50000.0 48.0 98095.71 88.0 57802.95 62.0 0.0648029199801385 0.0039440839737537 99.28660326086955 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 8 PRPSTIDQ 44731.695 5886.18 MHCnuggetsI 79.5 38.85 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00051622326 0.0028089383 32993.80886757695 74.450375 5886.18 38.85 42472.68 92.0 36141.06 84.0 46990.71 100.0 4e-06 75.0 50000.0 48.0 295562.96 100.0 55074.43 59.0 0.0031176281845546 0.0031066853264961 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 8 RPSTIDQA 43662.35 5977.13 MHCnuggetsI 69.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00017567923 0.002622135 33284.62376775108 79.69287499999999 5977.13 87.53999999999999 43156.41 96.0 34423.54 76.0 44168.29 90.0 1.4e-05 54.0 50000.0 48.0 59244.77 63.0 50810.09 56.0 0.1032452373183332 0.0043842309282064 62.74467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 8 PSTIDQAA 34325.209 3950.48 SMM 77.725 2.2 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.0003641012 0.0033079076 33091.17845113482 74.450375 5939.14 65.62 42727.11 94.0 35559.24 81.0 46267.26 98.0 2e-06 85.0 50000.0 48.0 3950.48 2.2 21976.07 21.0 0.0111880301774363 0.0031872779377615 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 8 STIDQAAT 26069.178 5863.41 MHCnuggetsI 35.0 18.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0006782118 0.036937587 32526.93620649914 69.087125 5863.41 31.74 38487.58 70.0 19611.42 27.0 40558.11 70.0 4.7e-05 36.0 18679.43 22.0 19393.22 18.0 33569.9 34.0 0.0049603629377088 0.0031703925028545 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 8 TIDQAATW 35896.7 5919.37 MHCnuggetsI 40.5 7.558260869565203 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0018120194 0.07120447 18381.024279721973 9.915499999999994 5919.37 53.81 39160.94 74.0 17888.25 23.0 33892.46 41.0 0.000765 11.0 50000.0 48.0 37900.94 40.0 42067.82 46.0 0.5151802264153957 0.0325747422883404 7.558260869565203 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 8 IDQAATWT 32909.546 5893.16 MHCnuggetsI 65.544 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00028191574 0.03601706 32494.97235255769 69.087125 5893.16 41.510000000000005 39326.97 75.0 33324.12 71.0 42484.16 81.0 9e-06 62.0 50000.0 48.0 29829.78 30.0 26850.35 27.0 0.0011573206138564 0.0031311305437949 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 8 DQAATWTA 38907.58 5901.95 MHCnuggetsI 47.0 16.15755434782608 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00013537689 0.005717438 32281.426960625016 63.8735 5901.95 45.2 40316.16 80.0 23067.13 35.0 37499.0 55.0 9.5e-05 28.0 50000.0 48.0 213623.98 100.0 42359.42 46.0 0.4377364194951951 0.0145982569219328 16.15755434782608 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 8 QAATWTAT 39473.405 5881.39 MHCnuggetsI 65.5 37.19 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.0005194196 0.05345583 32725.848654737067 69.087125 5881.39 37.19 38750.41 72.0 28485.48 52.0 40196.4 68.0 1.7e-05 51.0 50000.0 48.0 84849.64 83.0 59149.35 63.0 0.0097142671147594 0.0032050206905039 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 8 AATWTATG 39867.825 5908.04 MHCnuggetsI 77.5 42.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00015160975 0.011388431 33068.60578623837 74.450375 5908.04 47.99 40021.07 79.0 34423.54 76.0 43817.95 88.0 1e-06 94.0 50000.0 48.0 202604.93 99.0 39714.58 42.0 0.0017766904802556 0.0030852536343052 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 8 ATWTATGG 25238.45 5876.57 MHCnuggetsI 56.031 15.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.00031238544 0.042351935 31975.491033990784 59.0625 5876.57 35.620000000000005 36813.98 61.0 28951.56 53.0 40615.64 70.0 6e-06 68.0 13212.86 15.0 15228.25 15.0 21525.34 20.0 0.0234562916157301 0.0034405603329921 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 8 TWTATGGW 26632.046 5920.8 MHCnuggetsI 28.5 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.00055701134 0.06227358 25830.04118804529 20.969124999999995 5920.8 54.61 31876.06 42.0 12517.05 14.0 27434.05 25.0 0.000521 13.0 20149.14 23.0 180988.09 98.0 31692.03 32.0 0.0043452680547488 0.003954359912059 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 8 WTATGGWR 18307.35 4018.93 PickPocket 21.5 2.3 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.0012551945 0.042411596 27635.88486234079 26.708874999999995 5653.29 9.57 25978.37 27.0 9654.43 9.7 26588.63 23.0 0.000208 20.0 4018.93 2.3 11498.73 12.0 25115.97 24.0 0.0208239823405165 0.0039255655670993 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 8 TATGGWRP 38118.885 5885.46 MHCnuggetsI 63.5 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0005453456 0.018952582 31653.830714791144 54.695 5885.46 38.6 40678.53 82.0 35559.24 81.0 42920.32 83.0 5e-06 71.0 50000.0 48.0 27583.54 28.0 51754.72 56.0 0.0491898303152993 0.0038043256330754 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 8 ATGGWRPL 25340.199 5838.13 MHCnuggetsI 30.288 20.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0011563703 0.042054374 28945.91807068004 32.57675 5838.13 25.77 33636.73 48.0 20149.14 28.0 37118.34 53.0 4.9e-05 36.0 21734.48 25.0 39778.65 42.0 21181.17 20.0 0.2904683188535273 0.0096867500280695 24.57923913043477 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 8 TGGWRPLP 41114.905 5984.02 MHCnuggetsI 73.0 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0007934634 0.00921564 31910.049945337538 59.0625 5984.02 90.37 39674.87 77.0 35367.39 80.0 44010.85 89.0 2e-06 85.0 50000.0 48.0 66473.72 69.0 42554.94 46.0 0.1717341542243957 0.0058116730615678 46.22467391304348 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 8 GGWRPLPS 36982.199 5861.56 MHCnuggetsI 65.437 30.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0011559295 0.011013011 32203.947053875578 63.8735 5861.56 31.24 41760.45 89.0 25982.58 43.0 42461.64 81.0 6e-06 68.0 50000.0 48.0 63481.91 67.0 29373.11 30.0 0.0263568657974246 0.0034520561609481 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 8 GWRPLPSP 39252.53 5995.29 MHCnuggetsI 65.0 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0005266368 0.009436637 32670.663071641276 69.087125 5995.29 94.07 37611.96 65.0 29906.73 57.0 42119.39 79.0 3.2e-05 42.0 50000.0 48.0 40893.1 44.0 61936.98 65.0 0.0593815626343712 0.0038246441576976 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 8 WRPLPSPR 33629.668 5847.76 MHCnuggetsI 47.112 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0030547997 0.0025830737 29752.21639587324 38.768 5847.76 27.84 39071.64 73.0 28331.79 51.0 37507.12 55.0 0.000106 26.0 50000.0 48.0 88440.26 84.0 26604.19 26.0 0.1533274488756433 0.0058283736084475 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 8 RPLPSPRG 44823.335 5974.74 MHCnuggetsI 86.725 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.00017266352 0.0018497976 32639.917240021576 69.087125 5974.74 86.45 44596.13 100.0 37535.94 90.0 45050.54 94.0 1.6e-05 52.0 50000.0 48.0 96083.76 87.0 52716.92 57.0 0.022866845538374 0.003365736318132 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 8 PLPSPRGA 44862.43 5970.39 MHCnuggetsI 80.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0021875415 0.002128143 31179.36373314559 50.764875 5970.39 84.28999999999999 43996.09 99.0 34610.27 77.0 45728.77 96.0 6e-06 68.0 50000.0 48.0 50078.35 55.0 86686.21 84.0 0.0264594370964914 0.0035630890271212 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 8 LPSPRGAR 30103.917 5854.48 MHCnuggetsI 37.0 25.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0007752016 0.0011001999 28806.363424032625 32.57675 5854.48 29.44 43009.57 95.0 23828.16 37.0 38603.52 60.0 4.6e-05 37.0 21269.21 25.0 81592.45 81.0 31401.47 32.0 0.067197393218521 0.0044405379123918 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 8 PSPRGARL 37722.995 3010.58 SMM 47.5 1.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00050454296 0.003256608 27878.681811834133 27.987124999999995 5875.78 35.36 41941.11 90.0 33504.88 72.0 43988.0 89.0 2.2e-05 47.0 50000.0 48.0 3010.58 1.3 42849.92 47.0 0.0145728463394334 0.0038076600813757 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 8 SPRGARLT 40033.855 5930.52 MHCnuggetsI 64.679 38.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0005522449 0.0054548685 32604.15814062658 69.087125 5930.52 60.27 43453.47 97.0 34237.82 75.0 44231.39 90.0 1.6e-05 52.0 50000.0 48.0 36614.24 38.0 48635.12 54.0 0.0427569086896255 0.0036140749393763 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 8 PRGARLTP 44118.005 5937.2 MHCnuggetsI 87.0 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.00030703316 0.0019114696 33424.296818367155 79.69287499999999 5937.2 64.41 43982.27 99.0 40053.56 98.0 47166.44 100.0 2e-06 85.0 50000.0 48.0 101777.08 89.0 44253.74 49.0 0.0041059595532715 0.0030786448582638 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 8 RGARLTPA 37738.124 5952.28 MHCnuggetsI 76.5 31.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 8.744168e-05 0.005370771 33436.537268754655 79.69287499999999 5952.28 73.87 42039.71 90.0 28331.79 51.0 42305.73 80.0 3e-06 79.0 50000.0 48.0 71721.61 74.0 30970.63 31.0 0.0173221030272543 0.0032244038077899 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 8 GARLTPAP 43707.23 5984.49 MHCnuggetsI 87.5 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00031707223 0.003475756 32620.763485993022 69.087125 5984.49 90.55 41783.05 89.0 35752.13 82.0 45631.41 96.0 5e-06 71.0 50000.0 48.0 232621.58 100.0 94612.82 86.0 0.0045712876599282 0.0031572268793501 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 8 ARLTPAPP 40637.695 5965.13 MHCnuggetsI 80.596 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00045273112 0.0047096023 33158.58958292404 79.69287499999999 5965.13 81.5 43535.83 97.0 37739.56 91.0 44796.35 93.0 5e-06 71.0 50000.0 48.0 70737.55 74.0 18661.65 18.0 0.0173667758790543 0.0032510813726554 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 8 RLTPAPPP 32604.0 5951.19 MHCnuggetsI 59.937 28.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0003333918 0.0054755234 32420.360453565427 63.8735 5951.19 73.21 40394.34 81.0 29745.37 56.0 41679.64 76.0 1.8e-05 50.0 32787.64 36.0 39504.81 42.0 27666.23 28.0 0.0633952437783591 0.003908107090674 99.28660326086955 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 8 LTPAPPPP 31957.915 5948.29 MHCnuggetsI 61.71 28.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.0018440431 0.007167826 28458.05367521703 29.365875 5948.29 71.41999999999999 41257.88 86.0 34610.27 77.0 43038.42 84.0 1.6e-05 52.0 50000.0 48.0 27647.13 28.0 29305.56 29.0 0.0083789969794452 0.003652006629851 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 8 TPAPPPPL 31523.13 5919.65 MHCnuggetsI 45.985 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.00063208054 0.0039053485 22488.70797909424 14.383874999999994 5919.65 53.97 39331.66 75.0 24349.41 38.0 37910.62 57.0 0.000545 13.0 31060.99 34.0 78460.31 79.0 31985.27 32.0 0.0131271909049246 0.0046633536648064 62.74467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 8 PAPPPPLS 43337.995 5896.15 MHCnuggetsI 71.5 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.003011257 0.0075601363 28489.798638405635 30.891874999999995 5896.15 42.72 42241.69 91.0 34986.78 79.0 44434.3 91.0 1.7e-05 51.0 50000.0 48.0 74071.31 76.0 63672.22 67.0 0.0009346904880658 0.003553573463113 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 8 APPPPLSL 40425.625 5674.67 MHCnuggetsI 54.0 9.915499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0046962486 0.02163078 18399.354722773514 9.915499999999994 5674.67 10.4 40369.86 81.0 30726.73 60.0 40481.39 70.0 0.000878 11.0 50000.0 48.0 82158.03 82.0 66214.03 69.0 0.0741219418123364 0.0070155182132358 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-A*29:02 8 PPPPLSLS 43999.185 5876.57 MHCnuggetsI 65.437 35.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.0020176028 0.0069728037 32132.31268089113 63.8735 5876.57 35.63 43335.15 96.0 33869.37 74.0 44791.5 93.0 9e-06 62.0 50000.0 48.0 63481.91 67.0 44663.22 49.0 0.0006468199935625 0.0031596492713279 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-A*29:02 8 PPPLSLSR 42402.375 5817.29 MHCnuggetsI 65.0 22.02 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.012067402 0.005013866 28687.282988280836 30.891874999999995 5817.29 22.02 43007.23 95.0 29108.61 54.0 41797.52 77.0 8e-05 30.0 50000.0 48.0 117936.98 93.0 74122.49 76.0 0.0043393732485128 0.0035725189900352 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 8 KSESEVEA 35251.953 3968.72 SMM 79.225 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00023843149 0.018216604 32967.965552318936 74.450375 5968.75 83.45 43891.49 98.0 37535.94 90.0 46232.21 98.0 4e-06 75.0 50000.0 48.0 3968.72 2.3 31546.41 32.0 0.0052021560259163 0.0031319863909191 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 8 SESEVEAA 43859.71 5968.77 MHCnuggetsI 84.73 48.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0006102642 0.026501328 31269.59570393573 50.764875 5968.77 83.46000000000001 43424.31 97.0 36534.22 86.0 44295.11 90.0 1.9e-05 49.0 50000.0 48.0 117665.73 93.0 55712.16 60.0 0.0189363922108896 0.0034601318121421 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 8 ESEVEAAA 35808.493 5183.82 SMM 74.725 3.7 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00013034271 0.0061067888 33051.86545874614 74.450375 5940.85 66.7 44269.69 99.0 38565.12 94.0 45226.37 94.0 4e-06 75.0 50000.0 48.0 5183.82 3.7 28115.77 28.0 0.005373078471166 0.00312617171847 99.28660326086955 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 8 SEVEAAAI 40650.94 5996.32 MHCnuggetsI 51.5 42.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.00082177046 0.039520938 30814.37533935102 47.25637500000001 5996.32 94.34 41425.18 87.0 29425.27 55.0 39876.7 67.0 3.1e-05 42.0 50000.0 48.0 64513.41 68.0 42554.94 46.0 0.1481330739334225 0.0055321950450294 46.22467391304348 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 8 EVEAAAII 36350.06 5975.7 MHCnuggetsI 63.044 36.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.00090680283 0.013384049 32586.10382018022 69.087125 5975.7 86.9 42328.16 92.0 29906.73 57.0 41350.84 75.0 1.4e-05 54.0 50000.0 48.0 37467.09 39.0 35233.03 36.0 0.027414679469075 0.0034256125145134 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 8 VEAAAIIA 36414.805 5921.16 MHCnuggetsI 51.405 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.0016417804 0.072284676 31974.72702457343 59.0625 5921.16 54.81 41779.41 89.0 30726.73 60.0 41104.16 73.0 2.1e-05 48.0 50000.0 48.0 39413.95 42.0 33415.66 34.0 0.1440836144611239 0.0052625865548658 46.22467391304348 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 8 EAAAIIAQ 42527.42 5921.99 MHCnuggetsI 56.14 10.23198369565216 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0006577862 0.0062226173 30227.612404199845 41.302125 5921.99 55.28 41948.36 90.0 29906.73 57.0 43106.48 84.0 1.6e-05 52.0 50000.0 48.0 125501.81 94.0 55969.32 60.0 0.5578830055892467 0.0235867678436621 10.23198369565216 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00022406843 0.0033195547 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 0.0787372712802607 0.0040083550929448 62.74467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 8 RPSTIDQV 41891.045 5943.62 MHCnuggetsI 64.5 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00022406843 0.0033195547 33397.83866473161 79.69287499999999 5943.62 68.47999999999999 42136.7 91.0 31912.64 65.0 41645.39 76.0 5.1e-05 35.0 50000.0 48.0 60624.76 64.0 54947.76 59.0 0.0787372712802607 0.0040083550929448 62.74467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.00084111065 0.004448755 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 0.0319217261276207 0.0034462429899064 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 8 PSTIDQVV 33122.383 4042.5 SMM 69.5 2.3 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.00084111065 0.004448755 32920.64569230403 74.450375 5874.18 34.86 41566.15 88.0 33324.12 71.0 44950.25 93.0 6e-06 68.0 50000.0 48.0 4042.5 2.3 21624.7 20.0 0.0319217261276207 0.0034462429899064 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0043892884 0.01626665 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 0.1028309247922152 0.0061779519999841 37.35904891304347 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 8 STIDQVVR 22506.96 3491.59 PickPocket 18.5 1.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0043892884 0.01626665 23304.40925898754 15.483874999999996 5669.51 10.2 40300.9 80.0 14564.23 17.0 34783.72 44.0 0.000458 14.0 3491.59 1.7 21709.51 20.0 29305.56 29.0 0.1028309247922152 0.0061779519999841 37.35904891304347 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.0038526317 0.034265246 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 0.3015790544450283 0.0103028380207808 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 8 TIDQVVRT 42348.515 5853.97 MHCnuggetsI 55.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.0038526317 0.034265246 28269.407787852386 29.365875 5853.97 29.32 41469.12 87.0 31569.21 63.0 43227.91 85.0 4.7e-05 36.0 50000.0 48.0 99460.35 88.0 107882.25 90.0 0.3015790544450283 0.0103028380207808 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.0004576615 0.006750255 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 0.4901249296963215 0.0182454433984149 12.805461956521723 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 8 IDQVVRTA 43216.135 5947.51 MHCnuggetsI 62.965 12.805461956521723 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.0004576615 0.006750255 30935.61669723081 47.25637500000001 5947.51 70.93 42481.86 92.0 35559.24 81.0 43950.41 89.0 2.7e-05 44.0 50000.0 48.0 81780.54 81.0 50344.26 55.0 0.4901249296963215 0.0182454433984149 12.805461956521723 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.001760317 0.005196794 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 0.9484859481453896 0.0954457106066818 3.0137228260868767 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-A*29:02 8 DQVVRTAL 38350.265 5897.63 MHCnuggetsI 45.665 3.0137228260868767 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.001760317 0.005196794 27487.239289974623 25.544875 5897.63 43.33 38510.5 70.0 28331.79 51.0 41319.97 74.0 0.000105 27.0 50000.0 48.0 108056.28 90.0 38190.03 40.0 0.9484859481453896 0.0954457106066818 3.0137228260868767 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00094735995 0.10137336 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 0.0043998265900881 0.0031386838750083 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-A*29:02 8 QVVRTALS 35194.051 5901.65 MHCnuggetsI 57.5 22.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00094735995 0.10137336 32799.32182093601 74.450375 5901.65 45.07 37588.78 65.0 19717.81 27.0 40406.14 69.0 1.8e-05 50.0 18679.43 22.0 118754.48 93.0 44458.01 49.0 0.0043998265900881 0.0031386838750083 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 8 PSGKSTPF 25185.327 5937.78 MHCnuggetsI 40.5 9.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.0013492842 0.0077364733 28160.723677094924 27.987124999999995 5937.78 64.77000000000001 33463.23 48.0 22209.93 33.0 40571.71 70.0 5.8e-05 33.0 50000.0 48.0 9832.18 9.2 15415.23 15.0 0.0386440908187069 0.0041045919974122 62.74467391304348 -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 8 SGKSTPFG 42737.755 5956.47 MHCnuggetsI 80.846 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 0.00020359832 0.011033907 33345.35417799042 79.69287499999999 5956.47 76.42999999999999 40662.69 82.0 35946.07 83.0 44812.82 93.0 8e-06 63.0 50000.0 48.0 177684.69 98.0 74293.36 76.0 0.0022938787114981 0.003066042592479 99.28660326086955 -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 8 GKSTPFGN 37172.3 5911.61 MHCnuggetsI 84.846 35.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00061327656 0.009773075 33311.299903198065 79.69287499999999 5911.61 49.7 42152.21 91.0 37535.94 90.0 47007.5 100.0 1e-06 94.0 50000.0 48.0 34407.25 35.0 36808.66 38.0 0.02154275902285 0.0032846690150681 99.28660326086955 -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 8 KSTPFGNE 32319.064 3059.5 SMM 60.437 1.4 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00038313397 0.041013855 32378.32882117836 63.8735 5846.11 27.48 41496.06 87.0 32259.8 66.0 42661.02 82.0 1.2e-05 57.0 50000.0 48.0 3059.5 1.4 18194.91 17.0 0.0567542455682996 0.003822491780952 99.28660326086955 -1.1 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 8 STPFGNEE 30792.47 5934.12 MHCnuggetsI 61.235 9.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00015070828 0.0121732885 29672.29956431559 36.485875 5934.12 62.470000000000006 40840.38 83.0 31912.64 65.0 43395.67 86.0 1e-05 60.0 50000.0 48.0 9652.73 9.0 22539.8 21.0 0.0409599929698742 0.0039341057163196 99.28660326086955 -1.4857142857142858 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 8 TPFGNEEQ 36222.869 5958.48 MHCnuggetsI 66.82 30.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.00042133985 0.0054857205 30632.398717030672 44.13500000000001 5958.48 77.64 41813.34 89.0 28795.36 53.0 44674.86 92.0 1.3e-05 56.0 50000.0 48.0 77205.81 78.0 30265.65 30.0 0.0189832808828214 0.0035303617278057 99.28660326086955 -1.8857142857142857 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 8 PFGNEEQQ 40759.265 5898.13 MHCnuggetsI 61.0 38.768 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003963388 0.0022384147 29778.67688817517 38.768 5898.13 43.53 41895.29 89.0 30232.07 58.0 47116.46 100.0 2e-06 85.0 50000.0 48.0 60764.51 64.0 39623.24 42.0 0.0005452497171063 0.0033999169695405 99.28660326086955 -2.157142857142857 -1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 8 PRPKPPSV 45360.21 5944.89 MHCnuggetsI 72.14 46.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0012644731 0.0027137196 31908.348100828596 59.0625 5944.89 69.28 44540.2 100.0 38565.12 94.0 46180.22 98.0 2.4e-05 46.0 50000.0 48.0 72552.1 75.0 79241.01 80.0 0.0716366569977253 0.004085715795247 62.74467391304348 -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-A*29:02 8 RPKPPSVW 37642.91 6003.54 MHCnuggetsI 51.0 5.9 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.0032951836 0.011630888 23609.847104822005 15.902624999999992 6003.54 95.99 44034.67 99.0 31912.64 65.0 37271.26 54.0 0.00276 5.9 50000.0 48.0 73561.4 76.0 38014.56 40.0 0.6332112308591604 0.0385433667657322 6.479157608695644 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-A*29:02 8 PKPPSVWQ 45187.11 5928.88 MHCnuggetsI 78.544 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0005605341 0.0023538098 32430.751394811054 69.087125 5928.88 59.29 43389.09 97.0 38357.05 93.0 46985.13 100.0 7e-06 66.0 50000.0 48.0 98548.5 88.0 58607.07 62.0 0.0064755417552078 0.0031965327269259 99.28660326086955 -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 8 DFSQMSKF 17726.74 2621.2 NetMHCcons 14.08 3.8 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0047065886 0.017640475 10012.504769601854 5.197124999999999 5672.27 10.31 15085.15 13.0 2621.2 3.8 23656.81 18.0 0.00251 6.2 20368.33 24.0 47934.7 53.0 43546.17 48.0 0.1313753803260624 0.0153832901083914 15.160951086956516 -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 8 FSQMSKFG 33244.08 5984.61 MHCnuggetsI 65.5 9.9 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.0056428113 0.17836298 32477.372255655835 69.087125 5984.61 90.59 33877.42 49.0 32610.74 68.0 39233.46 63.0 5e-06 71.0 50000.0 48.0 10657.37 9.9 38989.71 41.0 0.0052259503936511 0.0031780527151615 99.28660326086955 -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 8 SQMSKFGN 32608.228 5865.22 MHCnuggetsI 55.0 32.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00082687096 0.047184158 32786.22609793348 74.450375 5865.22 32.24 41531.54 87.0 28951.56 53.0 38500.91 60.0 1.2e-05 57.0 31740.46 35.0 33935.17 34.0 32430.23 33.0 0.0037619356371578 0.0031328414112168 99.28660326086955 -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 8 QMSKFGNE 27285.73 5798.61 MHCnuggetsI 45.0 19.39 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.0005505116 0.051584903 32620.000362316536 69.087125 5798.61 19.39 37438.18 65.0 21734.48 32.0 40085.65 68.0 1.1e-05 58.0 24747.82 28.0 27967.27 28.0 26604.19 26.0 0.0012717642512143 0.0031207683229672 99.28660326086955 -1.0571428571428572 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 8 MSKFGNEE 29759.853 1957.27 SMM 54.532 0.6 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00064160174 0.028105745 31492.806846944502 54.695 5920.37 54.37 38362.44 70.0 28026.9 50.0 41473.61 75.0 1e-05 60.0 50000.0 48.0 1957.27 0.6 15203.72 15.0 0.0118966300433385 0.003352137816312 99.28660326086955 -1.8285714285714287 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 8 SKFGNEEQ 37461.935 5965.39 MHCnuggetsI 72.0 25.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00045863222 0.010995837 32333.687170256617 63.8735 5965.39 81.65 42136.23 91.0 32787.64 69.0 46614.47 99.0 4e-06 75.0 50000.0 48.0 52077.48 57.0 25701.0 25.0 0.0218238005545572 0.0033841210329927 99.28660326086955 -2.2142857142857144 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 8 KFGNEEQQ 42500.12 5813.84 MHCnuggetsI 58.0 21.48 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 0.00033255754 0.013392146 30548.31988650043 44.13500000000001 5813.84 21.48 41152.22 85.0 28640.0 52.0 45817.92 97.0 5e-06 71.0 50000.0 48.0 60764.51 64.0 43848.02 48.0 0.0003753536802832 0.0033149714733684 99.28660326086955 -2.157142857142857 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 8 VVGVGQVV 28879.045 5863.07 MHCnuggetsI 39.0 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.003198815 0.02629395 27700.790786505146 26.708874999999995 5863.07 31.65 39072.9 73.0 26550.96 45.0 40595.88 70.0 2.9e-05 43.0 31740.46 35.0 13697.77 13.0 30057.3 30.0 0.0784924231702461 0.0047989300926252 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-A*29:02 8 VGVGQVVS 40938.3 5919.4 MHCnuggetsI 71.437 41.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00046825083 0.036002137 32290.048436797933 63.8735 5919.4 53.83 42886.89 94.0 35559.24 81.0 45629.9 96.0 3e-06 79.0 50000.0 48.0 44838.39 49.0 38989.71 41.0 0.0089628502901177 0.0032383005324084 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-A*29:02 8 GVGQVVSG 37590.45 5910.29 MHCnuggetsI 75.5 36.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 0.00063189754 0.021346984 32008.57784812777 59.0625 5910.29 49.05 41856.78 89.0 33324.12 71.0 46122.8 98.0 3e-06 79.0 32787.64 36.0 76674.33 78.0 70299.14 73.0 0.0091073020012117 0.0032675314152684 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 8 TVVGVGQS 33838.178 5787.1 MHCnuggetsI 49.031 18.04 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.0011963819 0.06208734 31870.836185629043 59.0625 5787.1 18.04 39797.82 77.0 24747.82 39.0 41595.84 76.0 4.2e-05 38.0 25564.3 29.0 67398.46 70.0 35805.52 37.0 0.0243044033995829 0.0034618327787386 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 8 VVGVGQSL 26719.995 5919.16 MHCnuggetsI 32.5 12.845624999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0051121735 0.05264091 21457.79772112163 12.845624999999997 5919.16 53.7 35821.82 57.0 25564.3 42.0 38571.79 60.0 0.000176 21.0 27875.69 31.0 19527.65 18.0 33569.9 34.0 0.2107924460433423 0.0097721365972633 24.57923913043477 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 8 VGVGQSLA 36107.77 5966.62 MHCnuggetsI 65.937 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.0003014082 0.027721496 32358.249672256246 63.8735 5966.62 82.32000000000001 39857.29 78.0 26839.8 46.0 43588.14 87.0 6e-06 68.0 50000.0 48.0 44838.39 49.0 27730.01 28.0 0.0071823883627075 0.0032114630442687 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 8 GVGQSLAD 36433.17 5864.9 MHCnuggetsI 68.0 32.15 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.0012526745 0.053076334 32328.81370641705 63.8735 5864.9 32.15 40078.7 79.0 30893.41 61.0 46387.04 98.0 1e-06 94.0 32787.64 36.0 69606.53 72.0 60387.91 64.0 0.0005475705274875 0.0031399520749185 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 8 VGQSLADE 39097.925 5934.67 MHCnuggetsI 71.42 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.0005610897 0.03045593 31986.94601717437 59.0625 5934.67 62.84 42828.46 94.0 35367.39 80.0 45944.0 97.0 1e-06 94.0 50000.0 48.0 58297.51 62.0 34036.9 35.0 0.0009648251543694 0.0031771133403585 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 8 GQSLADEL 35312.02 5944.86 MHCnuggetsI 61.031 25.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0002586579 0.022505434 31977.470029566022 59.0625 5944.86 69.26 38646.57 71.0 31569.21 63.0 42839.12 83.0 1.4e-05 54.0 50000.0 48.0 47824.45 53.0 25348.37 25.0 0.0364379178499802 0.003601474771367 99.28660326086955 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 8 QSLADELA 29641.929 5580.2 SMM 59.5 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0008377767 0.039369017 32876.14885260982 74.450375 5897.36 43.22 40049.22 79.0 26407.71 45.0 43354.83 85.0 5e-06 71.0 48929.64 48.0 5580.2 4.5 20842.51 19.0 0.0015199467270576 0.0030999329225001 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 8 PNNKITVS 37883.54 5919.11 MHCnuggetsI 79.725 35.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.00094476 0.0047784396 33128.852321177954 74.450375 5919.11 53.68000000000001 43534.4 97.0 36534.22 86.0 46563.55 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 34510.4 35.0 0.0059608013980323 0.0031256093292494 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 8 NNKITVSL 37893.935 5851.93 MHCnuggetsI 50.5 18.61798913043478 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.003433884 0.014689231 30480.57738886959 44.13500000000001 5851.93 28.82 36595.14 60.0 28795.36 53.0 39192.73 63.0 0.000157 23.0 50000.0 48.0 141465.32 96.0 50112.95 55.0 0.3727009026333689 0.0122913332717226 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 8 NKITVSLA 37104.812 5970.56 MHCnuggetsI 71.0 28.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00017830676 0.0070790607 33453.104450235456 79.69287499999999 5970.56 84.37 40756.52 83.0 30560.95 59.0 43636.26 87.0 5e-06 71.0 50000.0 48.0 67865.65 71.0 28115.77 28.0 0.2742793126963079 0.0079617653243828 31.64317934782608 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 8 KITVSLAD 36767.93 5895.36 MHCnuggetsI 75.0 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.001691539 0.07424227 32977.27986587918 74.450375 5895.36 42.4 39298.04 75.0 34237.82 75.0 43778.61 88.0 2e-06 85.0 33504.88 37.0 74584.74 76.0 63672.22 67.0 0.0029171062778914 0.0031059956037408 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 8 ITVSLADE 27298.865 5723.45 MHCnuggetsI 46.347 12.87 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.0010795881 0.10837462 31530.599369654145 54.695 5723.45 12.87 39175.36 74.0 23067.13 35.0 41311.05 74.0 6e-06 68.0 35367.39 38.0 21411.64 20.0 22958.84 22.0 0.0052451645897235 0.0032706258983801 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 8 TVSLADEL 28662.105 5931.12 MHCnuggetsI 37.884 24.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0006277672 0.042232454 30048.52843372439 38.768 5931.12 60.63 35950.73 58.0 23828.16 37.0 37548.95 55.0 6.9e-05 31.0 20813.9 24.0 28487.22 29.0 28836.99 29.0 0.0543436001753434 0.0040741295999553 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 8 VSLADELA 28771.165 5580.2 SMM 54.437 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0019183081 0.06126102 32253.13961927689 63.8735 5892.68 41.32 38876.39 72.0 25289.19 41.0 42230.25 79.0 5e-06 71.0 44872.5 45.0 5580.2 4.5 18747.79 18.0 0.0025342609151266 0.0031692143648876 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 8 APVAEEES 42081.465 5947.93 MHCnuggetsI 82.346 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00020574674 0.0040079453 33405.62098480616 79.69287499999999 5947.93 71.2 44966.8 100.0 39196.13 96.0 47375.63 100.0 2e-06 85.0 50000.0 48.0 61044.99 65.0 25058.21 24.0 0.004109286579478 0.0030803476930516 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 8 PVAEEESL 44306.355 5947.62 MHCnuggetsI 64.937 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0006269024 0.0026688762 32210.44672905209 63.8735 5947.62 71.0 42778.45 94.0 32259.8 66.0 45834.26 97.0 1e-05 60.0 50000.0 48.0 54657.53 59.0 53327.35 58.0 0.0129112730573979 0.0032915639053303 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 8 VAEEESLA 38826.67 5942.56 MHCnuggetsI 71.5 36.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0008243794 0.020216493 31860.443700125667 59.0625 5942.56 67.78 42582.19 93.0 33504.88 72.0 44801.66 93.0 5e-06 71.0 50000.0 48.0 75448.39 77.0 35071.15 36.0 0.0046329331380547 0.0032308539784499 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 8 AEEESLAD 42892.685 5942.97 MHCnuggetsI 87.5 46.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.002374652 0.11153764 31971.03598724124 59.0625 5942.97 68.07 43717.55 98.0 40270.83 99.0 47253.79 100.0 2e-06 85.0 50000.0 48.0 106819.37 90.0 42067.82 46.0 0.0029632723817485 0.0032011271020433 99.28660326086955 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 8 EEESLADE 41837.725 5910.24 MHCnuggetsI 69.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.000919404 0.055722494 31358.25526134611 50.764875 5910.24 49.03 44690.8 100.0 38984.65 95.0 47486.48 100.0 2e-06 85.0 50000.0 48.0 48825.87 54.0 31911.7 32.0 0.0004452608500287 0.0032328384127077 99.28660326086955 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 8 EESLADEL 38079.295 5945.48 MHCnuggetsI 61.825 27.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.0007275731 0.0791383 29085.31936060028 32.57675 5945.48 69.65 41171.81 85.0 34986.78 79.0 43890.53 88.0 2e-05 49.0 50000.0 48.0 48713.57 54.0 26974.29 27.0 0.0098850430513266 0.003594787941602 99.28660326086955 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 8 ESLADELA 31464.126 5580.2 SMM 68.2 4.5 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.00063212326 0.017553698 32859.29139048456 74.450375 5933.27 61.95 42115.72 91.0 30068.96 58.0 44268.75 90.0 4e-06 75.0 50000.0 48.0 5580.2 4.5 19858.66 18.0 0.0030883870313118 0.0031186780499057 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 8 AISILGKT 35059.105 5851.13 MHCnuggetsI 66.0 28.64 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.0019776071 0.046730403 32543.166291601992 69.087125 5851.13 28.64 40613.0 82.0 32085.75 66.0 44032.77 89.0 7e-06 66.0 50000.0 48.0 35127.72 36.0 34990.49 36.0 0.0044886805262649 0.0031635941984565 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 8 ISILGKTI 26808.023 2955.63 SMM 35.788 1.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.0011451012 0.028226227 28868.225200129324 32.57675 6000.7 95.39 37416.72 64.0 24747.82 39.0 40519.52 70.0 8.5e-05 29.0 49461.93 48.0 2955.63 1.3 21035.36 19.0 0.3370111971162259 0.011430463932299 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 8 SILGKTIR 31048.102 5759.57 MHCnuggetsI 30.505 5.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.0026943644 0.019822925 28215.69371671605 29.365875 5759.57 15.43 39538.17 76.0 20258.44 28.0 36335.54 50.0 0.000205 20.0 6903.33 5.5 36530.03 38.0 33880.51 34.0 0.2116294628940522 0.0075293740805492 31.64317934782608 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 8 ILGKTIRR 29413.594 5578.95 MHCnuggetsI 24.116 7.359999999999999 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0011724833 0.018023437 25438.45874095049 19.574124999999995 5578.95 7.359999999999999 40769.75 83.0 20258.44 28.0 33388.73 39.0 0.000317 17.0 11355.63 13.0 242465.53 100.0 64855.98 68.0 0.293315777555108 0.0110772711869195 20.2322554347826 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 8 LGKTIRRH 42784.28 5892.09 MHCnuggetsI 62.5 41.08 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 0.00017107907 0.017138576 30126.80019286836 41.302125 5892.09 41.08 41523.9 87.0 31569.21 63.0 44044.66 89.0 1.6e-05 52.0 50000.0 48.0 75101.74 77.0 58337.79 62.0 0.010089522031194 0.003476941364067 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 8 GKTIRRHM 39248.39 6049.31 MHCnuggetsI 74.0 42.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 0.0001076549 0.00963156 33951.23413294888 89.10487499999998 6049.31 99.75 39055.59 73.0 34053.09 75.0 45531.78 96.0 1.2e-05 57.0 50000.0 48.0 41653.36 45.0 39441.19 42.0 0.0232882600248558 0.0032446206978058 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 8 KTIRRHMM 28713.337 4830.5 NetMHCcons 34.0 3.5 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 0.0010206376 0.08870072 26075.993236355916 20.969124999999995 5891.14 40.71 34433.6 51.0 4830.5 5.4 31350.68 34.0 0.000298 17.0 5210.57 3.5 36028.82 37.0 33262.13 34.0 0.0120600532245589 0.0040262566018784 62.74467391304348 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 8 TIRRHMMF 19842.674 4018.93 NetMHCcons 18.0 4.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.013371351 0.3621499 18988.22891034165 10.418749999999996 5926.59 57.940000000000005 20697.12 19.0 4018.93 4.8 22621.26 17.0 0.000691 12.0 13797.25 16.0 49391.25 54.0 65758.21 69.0 0.0338716256665065 0.0059075297468008 46.22467391304348 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 8 IRRHMMFN 39626.01 5973.35 MHCnuggetsI 73.5 48.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 0.0001346354 0.046603512 33488.8793119505 79.69287499999999 5973.35 85.79 37496.56 65.0 32434.8 67.0 41755.46 77.0 2e-06 85.0 50000.0 48.0 67553.83 70.0 45808.91 50.0 0.0042393159965286 0.0030743411821882 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 8 RRHMMFNL 31315.06 5901.99 MHCnuggetsI 43.115 31.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00035036937 0.065264925 31294.020773146472 50.764875 5901.99 45.23 31336.1 41.0 25017.04 40.0 30293.64 31.0 5.3e-05 35.0 50000.0 48.0 114987.33 92.0 38102.2 40.0 0.1057471359818009 0.0046948030633608 62.74467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 8 RHMMFNLS 21928.71 5961.89 MHCnuggetsI 46.0 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 0.00040754754 0.07862027 33768.50793635573 84.60012499999998 5961.89 79.67 35600.04 56.0 25152.75 41.0 31728.1 35.0 1.7e-05 51.0 17505.31 21.0 12096.23 12.0 18704.67 18.0 0.0067731203725998 0.0030770637132895 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 8 HMMFNLSH 11557.485 449.33 NetMHCcons 13.192 0.7 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 0.006232724 0.3102467 22451.309236065663 14.383874999999994 5759.71 15.44 14216.41 12.0 449.33 1.9 8898.56 4.7 0.0032 5.5 2240.61 0.7 52923.68 57.0 33033.15 33.0 0.016156934259925 0.0047209653723668 62.74467391304348 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-A*29:02 8 MMFNLSHY 264.027 3.22 NetMHCcons 0.384 0.01 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.11748537 0.5754439 131.2933223926326 0.5577499999999996 3615.43 0.7000000000000001 14.52 0.09 3.22 0.01 27.7 0.09 0.486 0.21 396.76 0.1 9112.76 8.5 15920.25 15.0 0.1828378494828939 0.5580142626380159 0.6995923913042361 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-A*29:02 8 MFNLSHYC 14823.01 4778.52 PickPocket 17.787 3.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.013530013 0.27817148 25459.989905222326 19.574124999999995 5940.48 66.45 12609.34 9.3 5900.97 6.1 17036.68 10.0 0.000353 16.0 4778.52 3.0 51838.21 56.0 46339.36 51.0 0.0097815287008415 0.0040875095970147 62.74467391304348 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 0.0018736473066383 0.0033846027438583 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 8 LSQRKDQR 30730.937 4996.32 SMM 47.5 3.4 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0004884832 0.005585021 30062.984930381757 41.302125 5841.33 26.44 44501.67 100.0 31398.89 62.0 43414.93 86.0 1.7e-05 51.0 43439.36 44.0 4996.32 3.4 23331.89 22.0 0.0018736473066383 0.0033846027438583 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 0.0311547952005639 0.0035862692284173 99.28660326086955 -2.8 -2.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 8 SQRKDQRL 43550.495 5866.38 MHCnuggetsI 70.5 32.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 0.00031300253 0.018249596 31505.41426099952 54.695 5866.38 32.57 42904.98 94.0 32434.8 67.0 44196.01 90.0 4.4e-05 37.0 50000.0 48.0 80658.47 81.0 71441.41 74.0 0.0311547952005639 0.0035862692284173 99.28660326086955 -2.8 -2.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 0.0017624966167204 0.0029953614838899 100.0 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 8 QRKDQRLT 45919.11 5971.7 MHCnuggetsI 87.032 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 0.00045627105 0.020843038 34092.12694131745 89.10487499999998 5971.7 84.96000000000001 44480.0 100.0 37944.28 91.0 47358.22 100.0 3e-06 79.0 50000.0 48.0 63481.91 67.0 59149.35 63.0 0.0017624966167204 0.0029953614838899 100.0 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 0.0033864972938317 0.0031493545560649 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 8 RKDQRLTE 45310.65 5905.61 MHCnuggetsI 72.044 46.85 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 0.0001754764 0.0097278925 32564.1416731356 69.087125 5905.61 46.85 44164.44 99.0 37535.94 90.0 46456.86 99.0 4e-06 75.0 50000.0 48.0 52923.68 57.0 62510.07 66.0 0.0033864972938317 0.0031493545560649 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 0.0010997383287758 0.0032185578895239 99.28660326086955 -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 8 KDQRLTEE 42255.025 5909.59 MHCnuggetsI 69.847 44.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.0002171923 0.023378577 31577.154674090503 54.695 5909.59 48.73 43776.71 98.0 37739.56 91.0 46851.6 100.0 2e-06 85.0 50000.0 48.0 45566.95 50.0 40733.34 44.0 0.0010997383287758 0.0032185578895239 99.28660326086955 -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 0.5913177691400051 0.0275731101425046 8.839293478260856 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 8 DQRLTEEL 40918.005 5890.74 MHCnuggetsI 52.5 8.839293478260856 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.0008859551 0.0066873184 28949.96604764922 32.57675 5890.74 40.57 39911.23 78.0 30726.73 60.0 41924.78 78.0 7.9e-05 30.0 50000.0 48.0 273306.52 100.0 52474.7 57.0 0.5913177691400051 0.0275731101425046 8.839293478260856 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 0.0036590948147932 0.0031358710781664 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 8 QRLTEELQ 38270.4 5917.39 MHCnuggetsI 73.0 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0015193511 0.09513258 32741.24706555372 69.087125 5917.39 52.72 42302.98 92.0 34237.82 75.0 45812.95 97.0 5e-06 71.0 50000.0 48.0 106328.58 90.0 30405.35 31.0 0.0036590948147932 0.0031358710781664 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 0.0461039767833426 0.0036353077339375 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 8 RLTEELQT 42734.865 5823.39 MHCnuggetsI 67.725 23.03 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 0.0021781705 0.14207032 32804.93322082313 74.450375 5823.39 23.03 42960.28 95.0 30396.07 59.0 44146.79 90.0 1.5e-05 53.0 42509.45 44.0 75101.74 77.0 57405.04 61.0 0.0461039767833426 0.0036353077339375 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 0.1761640410404652 0.0062970067899722 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 8 LTEELQTV 32619.814 5812.74 MHCnuggetsI 41.384 21.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.005400092 0.13528413 29843.968172170506 38.768 5812.74 21.33 39857.72 78.0 27131.77 47.0 41696.77 76.0 2.7e-05 44.0 50000.0 48.0 28618.71 29.0 35395.66 36.0 0.1761640410404652 0.0062970067899722 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 0.0350733959785429 0.0038840234506314 99.28660326086955 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 8 TEELQTVE 37733.18 5858.94 MHCnuggetsI 57.0 30.56 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.002917675 0.13668233 29429.976637167405 36.485875 5858.94 30.56 42416.64 92.0 37739.56 91.0 45598.31 96.0 7e-06 66.0 50000.0 48.0 37726.8 39.0 37579.41 39.0 0.0350733959785429 0.0038840234506314 99.28660326086955 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 0.0045890158799011 0.0033459408573136 99.28660326086955 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 8 EELQTVEN 41546.31 5970.54 MHCnuggetsI 84.68 42.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0009996492 0.0789625 30724.264235109156 47.25637500000001 5970.54 84.36 43832.65 98.0 36337.11 85.0 46393.08 98.0 4e-06 75.0 50000.0 48.0 223177.29 100.0 39259.97 42.0 0.0045890158799011 0.0033459408573136 99.28660326086955 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 0.0085090471984585 0.003209977005349 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 8 ELQTVENG 44581.69 5879.98 MHCnuggetsI 86.0 36.74 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00057155377 0.015288197 32530.540109068857 69.087125 5879.98 36.74 43269.08 96.0 36931.66 87.0 45894.3 97.0 2e-06 85.0 50000.0 48.0 128721.18 95.0 54069.21 58.0 0.0085090471984585 0.003209977005349 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 0.1664597438648343 0.0172529407810692 13.500896739130424 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 8 LQTVENGY 13209.54 3202.08 NetMHCcons 11.74 4.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.017891942 0.51836914 10090.440737527006 5.240749999999999 5698.32 11.48 17745.98 15.0 3202.08 4.1 17418.22 12.0 0.00406 4.9 22209.93 26.0 9454.75 8.8 16328.64 16.0 0.1664597438648343 0.0172529407810692 13.500896739130424 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 530 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 440 HLA-B*45:01 8 TSAPWDRS 40397.64 30160.06 MHCnuggetsI 63.5 44.86 MHCnuggetsI 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000101380065 0.019942017 32788.36066770745 75.6415 30160.06 44.86 45197.5 73.0 41599.44 57.0 44749.34 92.0 6e-06 70.0 50000.0 55.0 33997.74 45.0 39195.84 51.0 0.0116712987946812 0.0032212606939598 99.28660326086955 -1.4714285714285715 -1.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 531 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 441 HLA-B*45:01 8 SAPWDRSL 44950.825 27576.36331536228 MHCflurry 62.422 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0012341773 0.002615768 27576.36331536228 19.38525 34414.82 62.1 43438.43 59.0 45854.11 94.0 44047.54 88.0 5e-05 36.0 50000.0 55.0 80807.19 81.0 101447.18 88.0 0.0582350809127092 0.0044879915092449 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 8 SEETIKVY 12095.49 1380.027025639646 MHCflurry 4.0 1.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.0150962 0.00064445613 1380.027025639646 1.291874999999998 11337.97 11.78 13033.38 8.9 3099.81 3.2 12853.01 4.8 0.0869 1.1 1672.99 2.4 26451.48 36.0 16952.74 23.0 0.4805723614990711 0.2692354678952904 1.486277173912967 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 8 EETIKVYC 6796.615 1103.02 NetMHCcons 5.35 1.7394999999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0038122286 0.003320714 2860.324709641494 1.7394999999999985 3385.24 4.43 10207.99 7.2 1103.02 1.8 16137.06 6.2 0.0253 2.3 2936.57 4.5 21254.46 29.0 19599.27 26.0 0.0558029438834637 0.0388154704346326 6.479157608695644 0.2571428571428572 0.2571428571428572 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 8 ETIKVYCL 32802.94 18449.85 NetMHC 22.407 3.599483695652097 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017939929 0.011846692 28686.977959806347 23.814625 18511.48 20.28 18449.85 14.0 35176.57 26.0 30429.31 21.0 0.000287 17.0 35367.39 43.0 64930.69 73.0 56006.7 67.0 0.8883257508277893 0.0756315748809839 3.599483695652097 1.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 8 TIKVYCLQ 44328.06 22744.57 MHCnuggetsI 81.348 27.05 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00014550328 0.0028062814 33383.90894384412 81.696 22744.57 27.05 46663.41 89.0 44150.12 80.0 44506.0 91.0 1e-06 95.0 50000.0 55.0 80807.19 81.0 28460.33 39.0 0.008132373826811 0.0031263371719628 99.28660326086955 0.9000000000000001 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 8 IKVYCLQK 42579.4 24516.02 SMM 66.821 33.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 6.7528206e-05 0.0012543425 32800.42296336969 75.6415 32707.53 54.290000000000006 46346.91 85.0 41599.44 57.0 43559.36 85.0 1.2e-05 58.0 50000.0 55.0 24516.02 33.0 83222.35 82.0 0.0731140925126965 0.0039989330601487 99.28660326086955 -0.3 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 8 KVYCLQKE 45159.275 32875.11539774184 MHCflurry 83.5 55.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 4.423979e-05 0.0020374542 32875.11539774184 75.6415 35979.12 70.74000000000001 46406.64 86.0 43911.91 77.0 43709.52 86.0 3e-06 81.0 50000.0 55.0 98730.2 87.0 236178.3 100.0 0.0142784989766369 0.003242709308618 99.28660326086955 -0.24285714285714294 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 8 LKKKSEEK 46922.41 30788.759325630577 MHCflurry 67.5 42.77524999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 0.0001545016 0.0011586495 30788.759325630577 42.77524999999999 34863.83 64.39 47754.93 99.0 43675.0 75.0 46089.89 98.0 2.3e-05 47.0 50000.0 55.0 53635.21 65.0 61410.13 70.0 0.0040799652833811 0.0033331665564468 99.28660326086955 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 8 KKKSEEKE 47626.185 22344.27 MHCnuggetsI 85.5 26.36 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 7.72573e-05 0.00012112029 31877.051101582845 57.24249999999999 22344.27 26.36 47243.58 95.0 45606.71 93.0 48008.79 100.0 1e-05 61.0 50000.0 55.0 74207.88 78.0 142968.38 96.0 0.0047774218655831 0.0032308701753559 99.28660326086955 -3.2857142857142856 -3.2857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 8 KKSEEKEL 46501.325 27068.74 MHCnuggetsI 78.5 24.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00013754399 0.00063790113 29861.834163628624 32.66799999999999 27068.74 36.15 46871.37 91.0 42740.04 66.0 46131.28 98.0 0.000129 24.0 50000.0 55.0 123722.87 93.0 115941.79 92.0 0.0075844871334993 0.0034759634792304 99.28660326086955 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 8 KSEEKELK 43613.29 27981.660726561116 MHCflurry 55.0 20.700875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00026218235 0.0034381184 27981.660726561116 20.700875 31270.64 48.7 48105.48 100.0 44150.12 80.0 46669.97 100.0 2.5e-05 46.0 50000.0 55.0 39124.61 51.0 43076.46 55.0 0.0106880749808624 0.0037425007381401 99.28660326086955 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 8 SEEKELKI 6256.455 653.5196830125515 MHCflurry 4.7 0.9476249999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.0073584975 0.0022012568 653.5196830125515 0.9476249999999992 5822.54 6.6000000000000005 14936.55 11.0 3099.81 3.2 15982.23 6.2 0.0578 1.5 1844.1 2.8 6690.37 6.5 39015.75 51.0 0.0465413834899663 0.1408691175442485 2.32364130434776 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 8 EEKELKIK 17616.03 2519.4602810434358 MHCflurry 11.5 1.6573749999999985 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.001619046 0.00022796022 2519.4602810434358 1.6573749999999985 25513.52 32.56 26436.59 20.0 4962.95 4.3 26444.03 15.0 0.0174 2.8 5932.98 8.0 17316.1 23.0 17915.96 24.0 0.0142144606143119 0.0379339175355713 6.63130434782606 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 8 EKELKIKN 41809.765 20167.24 MHCnuggetsI 53.451 22.73 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.0024245724 0.005990014 31639.787959332847 51.90287499999999 20167.24 22.73 37264.82 35.0 40489.28 48.0 43130.25 81.0 4.2e-05 38.0 50000.0 55.0 104339.8 89.0 97552.86 87.0 0.0013563806860474 0.0032152976422183 99.28660326086955 -1.4857142857142858 -1.4857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 0.0872127300244756 0.0044338549160161 62.74467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 8 NGIPPVQH 46801.91 24774.99 MHCnuggetsI 69.372 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 16 0.00023220517 0.0028440952 31033.247481074977 42.77524999999999 24774.99 30.98 47309.04 95.0 44150.12 80.0 46294.78 99.0 0.000137 24.0 50000.0 55.0 71195.08 76.0 146973.83 96.0 0.0872127300244756 0.0044338549160161 62.74467391304348 -0.22857142857142865 -0.22857142857142865 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 0.0222849147394299 0.0035213903415877 99.28660326086955 0.2285714285714285 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 8 GIPPVQHF 45205.86 31084.618012457828 MHCflurry 69.63 29.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 17 0.00023586482 0.0012597358 31084.618012457828 47.08112499999999 33388.28 57.26 46593.29 88.0 44389.61 82.0 46022.11 98.0 8.1e-05 29.0 50000.0 55.0 42998.17 55.0 150743.99 97.0 0.0222849147394299 0.0035213903415877 99.28660326086955 0.2285714285714285 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 0.0946776429191231 0.0049585291397872 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 8 IPPVQHFP 44130.055 17874.75 SMMPMBEC 58.872 21.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 18 0.0012995919 0.019509051 28405.11094638553 22.16875 28631.95 40.27 48111.75 100.0 46604.38 99.0 41655.73 70.0 0.000178 21.0 50000.0 55.0 69254.82 75.0 17874.75 24.0 0.0946776429191231 0.0049585291397872 62.74467391304348 -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 0.0040024819318205 0.0034994827064875 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 8 PPVQHFPP 44634.0 28974.07 MHCnuggetsI 73.0 27.7165 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 19 0.0010935812 0.0041205934 29270.120611241426 27.7165 28974.07 41.260000000000005 48000.46 100.0 45606.71 93.0 43661.29 85.0 9e-06 63.0 50000.0 55.0 85398.45 83.0 34138.15 45.0 0.0040024819318205 0.0034994827064875 99.28660326086955 -0.6428571428571429 -0.6428571428571429 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 0.0103900935791898 0.0032745985950624 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 8 PVQHFPPG 46110.795 31274.69 MHCnuggetsI 83.0 48.71 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0005248488 0.004642089 32086.8063829319 63.07837499999999 31274.69 48.71 46367.48 85.0 45854.11 94.0 44162.05 89.0 1e-06 95.0 50000.0 55.0 69254.82 75.0 80397.03 81.0 0.0103900935791898 0.0032745985950624 99.28660326086955 -0.4714285714285715 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 0.046627898234874 0.0041953288226656 62.74467391304348 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 8 VQHFPPGT 28855.073 10527.33 PickPocket 31.0 9.7 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.0005562618 0.009361056 28343.70679538856 22.16875 29366.44 42.4 36643.08 34.0 22330.41 9.7 35534.23 35.0 0.000437 14.0 10527.33 14.0 73527.53 77.0 20808.46 28.0 0.046627898234874 0.0041953288226656 62.74467391304348 -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 0.0202453809397411 0.0037456519015503 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 8 QHFPPGTG 40890.695 26279.24 MHCnuggetsI 53.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0002125328 0.00035622274 28947.73167358997 25.64975 26279.24 34.28 43641.47 61.0 41375.0 55.0 38575.55 49.0 0.000226 19.0 48403.09 54.0 40406.39 52.0 51314.49 63.0 0.0202453809397411 0.0037456519015503 99.28660326086955 -0.7285714285714288 -0.7285714285714288 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 0.1709998100996017 0.0068373862845408 37.35904891304347 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 8 HFPPGTGI 44907.79 26892.6487690005 MHCflurry 79.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0012891131 0.06476943 26892.6487690005 16.158749999999998 37952.84 83.35000000000001 45665.46 78.0 44150.12 80.0 42957.48 80.0 0.000109 26.0 50000.0 55.0 118154.43 92.0 95113.03 86.0 0.1709998100996017 0.0068373862845408 37.35904891304347 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 0.0295686743920668 0.0043892799352473 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 8 FPPGTGIL 47153.86 25420.10526114409 MHCflurry 90.285 12.471374999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00043549415 0.0013467186 25420.10526114409 12.471374999999998 39412.43 92.57 47954.79 100.0 46352.93 97.0 44006.08 88.0 7.4e-05 30.0 50000.0 55.0 155042.23 97.0 140036.1 95.0 0.0295686743920668 0.0043892799352473 62.74467391304348 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 0.0894692810252308 0.0044406695411499 62.74467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 8 PPGTGILW 47516.995 31239.722643434496 MHCflurry 79.5 47.08112499999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.00025097522 0.00014304696 31239.722643434496 47.08112499999999 40163.03 96.32 48325.63 100.0 46352.93 97.0 46708.36 100.0 1.1e-05 60.0 50000.0 55.0 65833.96 73.0 95113.03 86.0 0.0894692810252308 0.0044406695411499 62.74467391304348 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 0.0072024430555757 0.0032013113348947 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 8 PGTGILWM 46219.16 24857.07 SMM 90.5 34.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00010654751 0.0014858881 32466.60427823021 69.298375 35137.33 65.89 47531.21 97.0 45854.11 94.0 46584.21 100.0 2e-06 87.0 50000.0 55.0 24857.07 34.0 143628.29 96.0 0.0072024430555757 0.0032013113348947 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 0.0273661692626774 0.0034010983346139 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 8 GTGILWMG 36222.744 7611.15 SMM 59.0 7.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 3.266891e-05 0.0041364306 32822.95895479027 75.6415 28570.66 40.1 43903.83 63.0 39622.53 43.0 42701.21 78.0 1e-06 95.0 50000.0 55.0 7611.15 7.9 14296.84 19.0 0.0273661692626774 0.0034010983346139 99.28660326086955 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 0.0011957309543504 0.0031812101527025 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 8 TGILWMGC 40948.415 25211.48 MHCnuggetsI 56.121 31.91 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00013452975 0.04346573 31971.282249326145 57.24249999999999 25211.48 31.91 40745.06 46.0 41151.77 53.0 42629.2 78.0 1e-06 95.0 50000.0 55.0 181739.78 99.0 34059.64 45.0 0.0011957309543504 0.0031812101527025 99.28660326086955 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 0.0008219242281484 0.0030391089697969 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 8 GILWMGCT 33129.133 12889.62 SMMPMBEC 54.5 17.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 2.6250736e-05 0.0023557167 33470.62635165636 81.696 27884.47 38.24 43398.02 59.0 40708.92 50.0 43518.4 84.0 1e-06 95.0 32787.64 40.0 17597.46 24.0 12889.62 17.0 0.0008219242281484 0.0030391089697969 99.28660326086955 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 0.048594435385894 0.0039093883247058 99.28660326086955 1.4285714285714286 1.5285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 8 ILWMGCTL 38628.77 26985.39 PickPocket 55.0 34.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.000107343534 0.00831533 30708.401738231238 38.99449999999999 30629.68 46.43 46016.14 81.0 38984.65 40.0 38272.89 48.0 9e-06 63.0 26985.39 34.0 268194.58 100.0 50610.43 62.0 0.048594435385894 0.0039093883247058 99.28660326086955 1.4285714285714286 1.5285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 0.0005707504051315 0.0030946862123173 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 8 LWMGCTLC 30049.496 12955.38 SMM 49.5 17.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 3.6443515e-05 0.010775507 32820.04136466719 75.6415 25825.28 33.26 41581.89 49.0 40708.92 50.0 41510.86 69.0 2e-06 87.0 27278.95 34.0 12955.38 17.0 17109.61 23.0 0.0005707504051315 0.0030946862123173 99.28660326086955 1.2428571428571427 1.4285714285714286 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 0.0023358661710517 0.003114524018575 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 8 WMGCTLCR 36606.66 11519.93 SMM 58.7 15.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 3.993515e-05 0.0044560577 32814.48326227982 75.6415 34473.38 62.4 46263.74 84.0 39622.53 43.0 38739.94 50.0 1e-06 95.0 50000.0 55.0 11519.93 15.0 29733.09 40.0 0.0023358661710517 0.003114524018575 99.28660326086955 0.7285714285714285 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 0.0010567500212346 0.0031541941512686 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 8 MGCTLCRT 42187.21 15629.55 MHCnuggetsI 68.539 16.509999999999998 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 5.362787e-05 0.0033612389 32237.80691323318 63.07837499999999 15629.55 16.509999999999998 43819.85 62.0 42280.1 62.0 42094.32 74.0 3e-06 81.0 21734.48 27.0 107263.01 90.0 69701.16 75.0 0.0010567500212346 0.0031541941512686 99.28660326086955 0.35714285714285715 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 0.0003418628784856 0.0031079477182964 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 8 GCTLCRTS 34373.635 11946.48 SMMPMBEC 70.649 16.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 7.302485e-05 0.0016508952 32648.200194304067 69.298375 22065.74 25.87 45023.27 72.0 45360.65 91.0 45125.19 94.0 1e-06 95.0 35752.13 43.0 32995.14 44.0 11946.48 16.0 0.0003418628784856 0.0031079477182964 99.28660326086955 0.29999999999999993 0.35714285714285715 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 0.0009819178440011 0.0031181289869009 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 8 CTLCRTSS 36664.49 13590.64 SMMPMBEC 56.0 18.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 4.8888884e-05 0.010666361 32614.064411416548 69.298375 34132.85 60.72 41968.79 51.0 39196.13 40.0 39838.76 57.0 3e-06 81.0 50000.0 55.0 18007.36 24.0 13590.64 18.0 0.0009819178440011 0.0031181289869009 99.28660326086955 -0.17142857142857149 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 0.0015553361608908 0.0031895712126335 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 8 TLCRTSSP 41868.4 31926.521574702994 MHCflurry 66.5 46.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.00040730363 0.0123251155 31926.521574702994 57.24249999999999 36976.67 76.96 47156.25 94.0 43204.99 71.0 40531.81 62.0 2.2e-05 48.0 50000.0 55.0 64335.4 72.0 34692.85 46.0 0.0015553361608908 0.0031895712126335 99.28660326086955 -0.3000000000000001 -0.17142857142857149 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 0.000203575767955 0.0030914914273557 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 8 LCRTSSPN 45909.13 21734.48 PickPocket 92.0 27.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 7.946104e-05 0.0028347927 32811.15538588132 75.6415 30319.05 45.38 47529.65 97.0 46102.85 96.0 45715.41 97.0 1e-06 95.0 21734.48 27.0 103145.43 89.0 56524.93 67.0 0.000203575767955 0.0030914914273557 99.28660326086955 -1.342857142857143 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 0.0305618505808524 0.0036858410941709 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 8 CRTSSPNL 40086.135 30560.33055369427 MHCflurry 62.695 35.0 NetMHCcons 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.0001930069 0.002227007 30560.33055369427 38.99449999999999 34061.64 60.39 44288.85 65.0 37944.28 35.0 42227.99 75.0 2e-05 49.0 34610.27 42.0 207706.46 100.0 155324.51 97.0 0.0305618505808524 0.0036858410941709 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 0.086169209505897 0.004365937875221 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 8 RTSSPNLR 43284.02 24742.87 SMM 65.872 33.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.0002794025 0.004806505 31412.941739878865 51.90287499999999 39423.32 92.62 47552.28 97.0 42971.89 69.0 43596.15 85.0 2e-05 49.0 50000.0 55.0 24742.87 33.0 65198.86 73.0 0.086169209505897 0.004365937875221 62.74467391304348 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 0.0509818138089031 0.0039673104942643 99.28660326086955 -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 8 TSSPNLRR 44792.465 30509.28783384354 MHCflurry 77.085 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00046098782 0.0048799296 30509.28783384354 38.99449999999999 36536.45 74.17 47627.47 98.0 44150.12 80.0 45434.81 96.0 3.3e-05 42.0 50000.0 55.0 42998.17 55.0 92308.14 85.0 0.0509818138089031 0.0039673104942643 99.28660326086955 -1.7 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 0.0164694593404419 0.0035949170536444 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 8 SSPNLRRM 45615.03 29790.216009402688 MHCflurry 79.67 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00020389292 0.000638883 29790.216009402688 32.66799999999999 37036.59 77.34 46840.45 90.0 44389.61 82.0 44086.16 88.0 5.7e-05 34.0 50000.0 55.0 50868.63 62.0 256000.02 100.0 0.0164694593404419 0.0035949170536444 99.28660326086955 -1.3142857142857145 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 0.3530697021633386 0.0116847517376188 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 8 SPNLRRMR 42438.54 26683.33 SMMPMBEC 54.5 20.2322554347826 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.00014915361 0.000660817 29913.737248579106 32.66799999999999 35968.51 70.67999999999999 46976.98 92.0 44389.61 82.0 42857.67 80.0 0.000116 25.0 50000.0 55.0 42019.41 54.0 26683.33 36.0 0.3530697021633386 0.0116847517376188 20.2322554347826 -1.842857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 0.0015907307679299 0.0031177594196105 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 8 PNLRRMRE 47223.52 32690.470420949296 MHCflurry 81.665 55.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 3.2898246e-05 0.0009452989 32690.470420949296 69.298375 38554.34 87.33 48127.89 100.0 47111.36 100.0 47335.68 100.0 4e-06 76.0 50000.0 55.0 60041.29 69.0 46477.2 58.0 0.0015907307679299 0.0031177594196105 99.28660326086955 -2.1142857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 0.026201345724985 0.0033881769304954 99.28660326086955 -1.742857142857143 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 8 NLRRMREW 40195.505 32812.758707772344 MHCflurry 60.94 33.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 7.7396246e-05 0.00026820326 32812.758707772344 75.6415 34761.39 63.88 47869.76 100.0 40489.28 48.0 39901.73 58.0 5.9e-05 33.0 50000.0 55.0 39668.89 51.0 115675.13 92.0 0.026201345724985 0.0033881769304954 99.28660326086955 -1.742857142857143 -1.742857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 0.0069472620307351 0.0031000655740606 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 440 HLA-B*45:01 8 LRRMREWD 46051.14 31047.74 MHCnuggetsI 87.105 47.89 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.7828318e-05 0.000356145 33531.05766930155 87.210125 31047.74 47.89 47229.78 94.0 44872.5 87.0 44825.42 93.0 1e-06 95.0 50000.0 55.0 57075.54 67.0 63276.14 71.0 0.0069472620307351 0.0031000655740606 99.28660326086955 -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 0.077289804816246 0.0044880641833156 62.74467391304348 -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 441 HLA-B*45:01 8 RRMREWDI 28792.364 6215.13 SMM 32.525 5.9 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 6.295509e-05 0.0036619098 29557.827687487494 30.050999999999995 27852.53 38.15 40357.62 44.0 28026.9 15.0 34000.08 29.0 8.7e-05 29.0 27875.69 35.0 6215.13 5.9 40666.8 52.0 0.077289804816246 0.0044880641833156 62.74467391304348 -1.5 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 8 KSESEVEQ 47234.83 20678.21 MHCnuggetsI 76.5 23.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 47 0.00017073273 0.004661151 30720.258900344837 42.77524999999999 20678.21 23.56 46932.8 91.0 44150.12 80.0 47536.86 100.0 5e-06 73.0 50000.0 55.0 58270.67 68.0 89792.49 84.0 0.001934531108418 0.0033151852753439 99.28660326086955 -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 8 SESEVEQL 7601.87 99.8963688405032 MHCflurry 3.3 0.2418749999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 48 0.0016897209 0.00024134431 99.8963688405032 0.2418749999999999 5090.29 5.949999999999999 16299.72 12.0 2430.01 2.8 10113.45 3.8 0.198 0.58 893.21 1.2 15432.99 21.0 30008.2 41.0 0.0450192324351519 0.5027395256977841 0.8149184782607364 -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 8 ESEVEQLL 30200.475 16084.82 MHCnuggetsI 29.5 5.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 49 0.0033731158 0.004614226 24744.65397243337 11.364124999999998 16084.82 17.05 29228.85 22.0 42051.98 60.0 31172.1 22.0 0.00316 5.9 31398.89 39.0 73358.43 77.0 27054.53 37.0 0.0605139287072233 0.0050237441294563 46.22467391304348 0.07142857142857142 0.07142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 8 SEVEQLLL 3722.93 411.9617324543144 MHCflurry 2.8 0.7552499999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 50 0.0024842205 0.00026538444 411.9617324543144 0.7552499999999994 2010.74 3.1 16281.4 12.0 2032.71 2.6 7957.04 3.0 0.0913 1.1 1085.26 1.5 5413.15 4.9 25541.12 35.0 0.0985069960588589 0.2357711539443647 1.6371739130433838 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 8 EVEQLLLP 29103.96 19430.83 NetMHCpan 31.965 4.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.008335976 0.016709108 29550.309117925983 30.050999999999995 25221.4 31.93 35687.21 32.0 43204.99 71.0 19430.83 7.9 0.00624 4.4 50000.0 55.0 23144.62 31.0 28657.61 39.0 0.1892900599632412 0.0066575948884196 37.35904891304347 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 8 VEQLLLPS 4184.1 743.14 NetMHCcons 3.53 1.5 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.0011961927 0.00093789573 9160.472358404026 2.9321249999999988 2262.69 3.36 4184.12 3.7 743.14 1.5 4184.08 1.8 0.0063 4.4 2077.17 3.2 5450.67 4.9 6718.0 6.5 0.0080275192449335 0.0108895543285339 22.19230978260869 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 8 EQLLLPSG 13141.335 3449.09 MHCnuggetsI 8.9 4.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0011987934 0.0040380163 22188.438918319363 7.653875 3449.09 4.49 4925.56 4.2 17985.29 7.9 21997.33 9.6 0.000432 14.0 8297.38 12.0 18769.38 25.0 7929.39 8.2 0.1931319891009479 0.0088943136371229 27.61739130434782 0.7285714285714284 0.7285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 8 QLLLPSGL 39971.595 31232.648776886406 MHCflurry 59.5 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0012042954 0.008136048 31232.648776886406 47.08112499999999 36457.17 73.67 44043.25 64.0 41375.0 55.0 40958.54 65.0 2.9e-05 44.0 38984.65 46.0 136599.78 95.0 34772.83 46.0 0.0460197393549606 0.003811135510487 99.28660326086955 1.7714285714285711 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 8 LLLPSGLT 40069.665 15930.89 SMMPMBEC 63.149 21.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.00022666539 0.007765666 32446.063266116904 69.298375 38764.33 88.7 46158.75 83.0 41375.0 55.0 42295.66 75.0 1.3e-05 57.0 47882.2 53.0 25377.57 34.0 15930.89 21.0 0.0087914737596292 0.0032212756226181 99.28660326086955 1.1285714285714286 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 8 LLPSGLTT 44632.84 31609.41484823952 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.00010019955 0.0032896954 31609.41484823952 51.90287499999999 39600.5 93.6 45353.77 75.0 43911.91 77.0 43379.7 83.0 1.2e-05 58.0 50000.0 55.0 52414.33 64.0 89379.93 84.0 0.0197175635839812 0.0034335616210023 99.28660326086955 0.48571428571428565 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 8 LPSGLTTQ 47075.865 30596.885307211167 MHCflurry 87.035 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.00033899717 0.0013466887 30596.885307211167 38.99449999999999 37911.27 83.07 47648.09 98.0 45360.65 91.0 46503.64 99.0 1.5e-05 54.0 50000.0 55.0 63598.96 72.0 145626.36 96.0 0.0152855548076331 0.0034885495478905 99.28660326086955 -0.5571428571428572 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 8 PSGLTTQG 46826.12 9822.91 SMMPMBEC 75.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 8.349629e-05 0.0012337967 31800.06006430673 57.24249999999999 33994.45 60.07 47441.3 97.0 46352.93 97.0 47299.31 100.0 2e-06 87.0 50000.0 55.0 51695.17 63.0 9822.91 12.0 0.0007384008949884 0.0031926400542522 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 8 SGLTTQGS 27826.613 12800.89 SMMPMBEC 61.451 17.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.00016596749 0.0047593336 31435.18621724932 51.90287499999999 22178.67 26.06 45589.43 77.0 43204.99 71.0 45105.17 94.0 3e-06 81.0 24218.04 31.0 21303.45 29.0 12800.89 17.0 0.001209479803947 0.0032338820243812 99.28660326086955 -0.38571428571428573 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 8 GLTTQGSS 44218.715 28264.41 SMMPMBEC 72.8 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 9.772577e-05 0.009839291 32491.423334772604 69.298375 36607.39 74.6 46400.59 86.0 43204.99 71.0 45778.75 97.0 2e-06 87.0 50000.0 55.0 45232.44 57.0 28264.41 38.0 0.0004724710452137 0.0031239067749402 99.28660326086955 -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 8 LTTQGSSS 40767.305 28723.67 SMMPMBEC 75.67 39.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0001107372 0.018550018 32501.596921684904 69.298375 36563.79 74.33999999999999 46780.68 90.0 43911.91 77.0 45459.4 96.0 3e-06 81.0 50000.0 55.0 37622.7 49.0 28723.67 39.0 0.0006131280169938 0.0031245096194407 99.28660326086955 -1.1 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 8 TTQGSSSS 39399.705 25190.69 SMMPMBEC 60.539 34.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 9.477887e-05 0.0021286297 32330.589841681285 63.07837499999999 36974.31 76.95 44721.76 69.0 41825.1 58.0 44507.43 91.0 1.2e-05 58.0 50000.0 55.0 31365.34 42.0 25190.69 34.0 0.0006851258185633 0.0031413087114186 99.28660326086955 -1.1142857142857143 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 8 TQGSSSSS 33128.259 7446.48 PickPocket 39.888 9.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 3.3499142e-05 0.00061949686 30714.28784094748 42.77524999999999 35542.23 68.19 37879.88 37.0 29584.89 16.0 38305.21 48.0 0.000102 27.0 7446.48 9.7 50286.34 62.0 25190.69 34.0 0.0002086026324832 0.0032956892725328 99.28660326086955 -1.1285714285714286 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 8 QGSSSSSR 43617.175 31162.76974570913 MHCflurry 60.86 35.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00016503726 0.0015063388 31162.76974570913 47.08112499999999 33267.37 56.720000000000006 45893.8 80.0 45606.71 93.0 45504.19 96.0 5.1e-05 35.0 35752.13 43.0 41730.16 54.0 53732.87 65.0 0.0006844995423307 0.0032552166588764 99.28660326086955 -1.2714285714285711 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 8 GSSSSSRK 46803.245 31643.94876861977 MHCflurry 76.0 51.90287499999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 5.7286776e-05 0.00069673714 31643.94876861977 51.90287499999999 37794.71 82.31 47790.08 99.0 41825.1 58.0 45816.41 97.0 8e-06 65.0 50000.0 55.0 74207.88 78.0 67180.0 74.0 0.0002973819009639 0.0032029035630413 99.28660326086955 -1.7714285714285716 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 8 SSSSSRKE 41913.105 31455.97 MHCnuggetsI 55.121 45.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 9.478598e-05 0.00040065264 31738.72686999205 57.24249999999999 31455.97 49.36 46829.82 90.0 43439.36 73.0 45640.29 97.0 2.7e-05 45.0 47366.92 53.0 35600.0 47.0 40386.85 52.0 0.0004219659185764 0.003195045878151 99.28660326086955 -2.157142857142857 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 8 SSSSRKES 43542.86 28005.29 SMMPMBEC 66.039 38.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00012676996 0.00085448386 32085.61823462906 63.07837499999999 28774.53 40.68 46004.18 81.0 42971.89 69.0 44113.83 88.0 1.9e-05 50.0 50000.0 55.0 68147.51 75.0 28005.29 38.0 0.0003181216466145 0.0031604355660536 99.28660326086955 -2.1571428571428575 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 8 SSSRKESH 44987.905 32366.760292060917 MHCflurry 69.039 39.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 5.1605264e-05 0.00116611 32366.760292060917 63.07837499999999 32750.0 54.48 46957.69 92.0 43675.0 75.0 46300.81 99.0 3.9e-05 39.0 50000.0 55.0 37449.84 49.0 82649.46 82.0 0.0013591173255917 0.003145377690881 99.28660326086955 -2.5 -2.1571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 8 SSRKESHR 46358.76 20516.71 MHCnuggetsI 84.5 23.29 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 5.1280807e-05 0.0005119517 31482.88786489576 51.90287499999999 20516.71 23.29 47350.0 96.0 43675.0 75.0 45367.52 95.0 1.9e-05 50.0 50000.0 55.0 126896.6 94.0 154255.27 97.0 0.0017001731721393 0.0032347307465086 99.28660326086955 -3.0285714285714285 -2.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 8 SRKESHRP 39140.47 8987.8 MHCnuggetsI 47.5 9.46 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00039614734 0.0013351822 30040.86107066036 32.66799999999999 8987.8 9.46 46133.78 83.0 40053.56 46.0 38227.38 47.0 0.000511 13.0 50000.0 55.0 62438.15 71.0 36918.16 48.0 0.0016155596495082 0.0033839347608607 99.28660326086955 -3.1428571428571432 -3.0285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 8 RKESHRPL 37371.64 22594.05 MHCnuggetsI 49.5 25.0 NetMHCcons 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00037382328 0.0044483775 30368.87976324864 35.63949999999999 22594.05 26.78 45020.34 72.0 34986.78 25.0 39756.5 57.0 0.000124 25.0 34986.78 42.0 102671.52 88.0 150743.99 97.0 0.0462467583711259 0.0039191084244665 99.28660326086955 -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 8 KESHRPLR 14782.717 6087.65 SMM 9.36 5.0440000000000005 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.000113482536 9.828977e-05 17771.534584107594 5.0440000000000005 8518.64 9.02 33268.28 28.0 11793.9 6.2 29912.88 20.0 0.0033 5.8 7527.49 9.7 6087.65 5.8 35664.82 47.0 0.072055072610965 0.0072019156385141 31.64317934782608 -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 8 ESHRPLRA 15635.135 2056.0 MHCnuggetsI 13.0 3.14 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.005335678 0.113697834 27685.948814250864 19.38525 2056.0 3.14 14081.69 9.6 26407.71 13.0 23886.25 12.0 0.00547 4.6 12653.21 17.0 10056.57 13.0 17188.58 23.0 0.0988323359051719 0.005157841197643 46.22467391304348 -1.2857142857142858 -1.2857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 8 SHRPLRAA 14188.86 163.47 MHCnuggetsI 8.445 0.63 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00029780297 0.0023494852 22913.814889819627 8.390625 163.47 0.63 22634.23 17.0 26839.8 14.0 28575.92 18.0 0.00133 8.5 5743.49 7.8 2801.88 1.9 2313.34 1.4 0.0082687397152767 0.0045019783094703 62.74467391304348 -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 8 HRPLRAAV 32559.501 9087.62 SMM 35.68 9.8 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.00039097905 0.0037983716 26082.42103440686 13.754874999999998 15253.03 16.06 39036.58 40.0 39837.46 44.0 39674.43 56.0 5.7e-05 34.0 50000.0 55.0 9087.62 9.8 11701.46 15.0 0.1529140146449208 0.0066085292023727 37.35904891304347 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 8 RPLRAAVM 38315.275 26511.77152653837 MHCflurry 47.13 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00023389864 0.0035154864 26511.77152653837 15.284124999999998 31425.84 49.26 46855.17 91.0 40929.75 52.0 40599.83 63.0 0.000104 26.0 38150.11 45.0 28539.74 39.0 38480.44 50.0 0.1610583746805787 0.0066941311018586 37.35904891304347 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 8 PLRAAVMY 44100.01 33306.30795273964 MHCflurry 72.685 46.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 6.4582084e-05 0.00075550337 33306.30795273964 81.696 36568.74 74.37 47646.55 98.0 43204.99 71.0 44995.03 94.0 1.1e-05 60.0 50000.0 55.0 101496.25 88.0 35094.58 46.0 0.0809990806737914 0.0040511723258521 62.74467391304348 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 8 LRAAVMYP 40454.6 12336.53 MHCnuggetsI 56.5 12.82 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0001781986 0.0015180802 32239.394953144845 63.07837499999999 12336.53 12.82 43777.2 62.0 37132.0 32.0 34848.5 32.0 6.8e-05 31.0 50000.0 55.0 152563.27 97.0 45628.9 58.0 0.0464392499416135 0.003701378390828 99.28660326086955 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 8 RAAVMYPR 36587.695 26980.68 MHCnuggetsI 50.5 24.57923913043477 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.00019903315 0.015891561 31880.63182873902 57.24249999999999 26980.68 35.92 43878.19 62.0 38565.12 38.0 39764.68 57.0 6e-06 70.0 34610.27 42.0 121185.32 93.0 32601.68 44.0 0.3005512491799891 0.0091447302507249 24.57923913043477 0.3285714285714287 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 8 AAVMYPRP 36779.495 10616.37 MHCnuggetsI 48.041 11.05 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.0028464545 0.018241223 31311.43998741081 47.08112499999999 10616.37 11.05 41546.38 49.0 34986.78 25.0 38572.21 49.0 5.6e-05 34.0 43911.91 50.0 47146.56 59.0 26683.33 36.0 0.0572463377320673 0.0039552991843113 99.28660326086955 -0.15714285714285717 0.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 8 AVMYPRPS 31387.014 6460.11 SMMPMBEC 34.0 6.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.00050069374 0.007943174 32705.067297547877 69.298375 23231.39 27.94 40148.13 43.0 33144.32 21.0 34518.64 31.0 2.7e-05 45.0 30068.96 37.0 11361.87 15.0 6460.11 6.2 0.0573836527473758 0.0037939399107576 99.28660326086955 -0.5285714285714286 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 8 VMYPRPST 38851.175 21734.48 PickPocket 47.041 18.61798913043478 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00030326395 0.019533323 31128.06685639249 47.08112499999999 38293.6 85.63 42816.42 56.0 39408.75 42.0 38117.09 47.0 0.000173 21.0 21734.48 27.0 46286.04 58.0 40948.69 53.0 0.3873564824461937 0.012678875344082 18.61798913043478 -1.2285714285714284 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 8 MYPRPSTI 43382.875 29580.95633134437 MHCflurry 60.5 25.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.0014487709 0.0074983723 29580.95633134437 30.050999999999995 36626.36 74.72 44256.3 65.0 42509.45 64.0 39799.11 57.0 0.000118 25.0 50000.0 55.0 151513.04 97.0 176295.0 99.0 0.1409541817847639 0.0056113175305554 46.22467391304348 -0.8571428571428571 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 307 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 8 YPRPSTID 45289.77 30920.324806555866 MHCflurry 72.872 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.0007095129 0.0033221843 30920.324806555866 42.77524999999999 39910.55 95.19 47716.69 99.0 46604.38 99.0 43975.16 87.0 2.5e-05 46.0 50000.0 55.0 86387.32 83.0 31713.2 43.0 0.0648029199801385 0.004111734896867 62.74467391304348 -1.1714285714285713 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 308 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 8 PRPSTIDQ 48053.06 32402.511609351943 MHCflurry 96.805 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 0.00029263776 0.0005050512 32402.511609351943 63.07837499999999 40000.28 95.61 48152.88 100.0 47366.92 100.0 47953.24 100.0 5e-06 73.0 50000.0 55.0 72518.7 77.0 166050.43 98.0 0.0031176281845546 0.0031615652625565 99.28660326086955 -1.4428571428571428 -1.1714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 8 RPSTIDQA 26010.071 8718.67 SMM 32.575 9.4 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00021420652 0.028130462 25612.432387989003 13.067624999999998 25325.19 32.15 42715.54 55.0 38774.32 38.0 38620.66 50.0 0.000471 14.0 26407.71 33.0 8718.67 9.4 10525.43 14.0 0.1032452373183332 0.0056477433115219 46.22467391304348 -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 8 PSTIDQAA 31219.692 1154.09 SMMPMBEC 42.5 0.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00090086384 0.033943217 29802.953032011977 32.66799999999999 32636.43 53.98 41988.34 51.0 40053.56 46.0 43497.69 84.0 4e-05 39.0 20368.33 26.0 5181.43 4.6 1154.09 0.5 0.0111880301774363 0.0035271399750398 99.28660326086955 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 8 STIDQAAT 33878.243 9850.31 SMM 43.5 12.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 8.629176e-05 0.01619783 31419.376368676127 51.90287499999999 37099.75 77.74 41353.51 48.0 36337.11 29.0 42086.59 74.0 3.8e-05 39.0 20813.9 27.0 9850.31 12.0 11567.51 15.0 0.0049603629377088 0.003278540116751 99.28660326086955 -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 8 TIDQAATW 41623.245 26512.46 SMM 51.041 12.187228260869546 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00016847822 0.0010998754 31220.242691288884 47.08112499999999 39096.37 90.76 47318.77 95.0 44150.12 80.0 44365.61 90.0 0.000121 25.0 50000.0 55.0 26512.46 36.0 34295.73 46.0 0.5151802264153957 0.0197302800835279 12.187228260869546 -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 8 IDQAATWT 31707.549 9599.31 SMMPMBEC 33.0 12.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0009223943 0.028386833 29541.75876639888 30.050999999999995 33873.34 59.49 39864.61 42.0 28178.94 15.0 35739.38 35.0 7.2e-05 31.0 20368.33 26.0 57869.54 68.0 9599.31 12.0 0.0011573206138564 0.0034337111541772 99.28660326086955 -0.8142857142857144 -0.07142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 8 DQAATWTA 8841.63 1262.76 PickPocket 5.15 0.9 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0006469754 0.01084833 14623.004964107016 4.052874999999999 8635.67 9.14 14102.73 9.6 9047.59 5.6 14883.95 5.6 0.00539 4.7 1262.76 1.8 4221.34 3.5 1775.17 0.9 0.4377364194951951 0.030980208618987 8.01565217391304 -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 8 QAATWTAT 24810.47 10980.06 MHCnuggetsI 26.0 8.2 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00011182908 0.013603961 31455.750102758146 51.90287499999999 10980.06 11.41 11878.17 8.2 31912.64 19.0 33498.36 28.0 2.4e-05 47.0 12517.05 17.0 33147.44 44.0 18165.19 24.0 0.0097142671147594 0.0033302335278207 99.28660326086955 0.3428571428571429 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 8 AATWTATG 28067.257 5652.49 SMMPMBEC 38.5 5.3 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00022462236 0.007390997 32116.044003169136 63.07837499999999 24018.47 29.45 39207.59 40.0 38357.05 37.0 42462.11 77.0 3e-06 81.0 17888.25 23.0 15539.96 21.0 5652.49 5.3 0.0017766904802556 0.003173821446627 99.28660326086955 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 8 ATWTATGG 36523.175 4833.26 SMMPMBEC 60.0 4.1 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 8.512243e-05 0.007263294 32409.13744617613 63.07837499999999 35102.07 65.7 43301.85 58.0 37944.28 35.0 40579.62 62.0 4e-06 76.0 38150.11 45.0 17801.23 24.0 4833.26 4.1 0.0234562916157301 0.003395986406025 99.28660326086955 -0.28571428571428564 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 8 TWTATGGW 45314.87 32938.61797561509 MHCflurry 73.821 55.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 6.516934e-05 0.0011460193 32938.61797561509 75.6415 38506.59 87.01 46770.06 90.0 43204.99 71.0 43859.68 87.0 7e-06 67.0 50000.0 55.0 63892.52 72.0 46907.25 59.0 0.0043452680547488 0.0031252288109536 99.28660326086955 -0.31428571428571433 -0.28571428571428564 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 8 WTATGGWR 44198.35 31365.34 SMM 73.5 42.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00014476145 0.010447694 32267.66698833325 63.07837499999999 35200.81 66.25 46923.66 91.0 44630.4 84.0 43766.3 86.0 4e-06 76.0 50000.0 55.0 31365.34 42.0 62407.96 71.0 0.0208239823405165 0.003378890307014 99.28660326086955 -0.8285714285714285 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 8 TATGGWRP 42957.95 29339.32 SMM 63.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.0013810188 0.016707996 30655.364365558 38.99449999999999 32055.63 51.63 45450.55 76.0 43204.99 71.0 42710.91 78.0 3.8e-05 39.0 50000.0 55.0 29339.32 40.0 69221.34 75.0 0.0491898303152993 0.0039241579082811 99.28660326086955 -0.9571428571428571 -0.8285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 8 ATGGWRPL 36488.615 21970.92 PickPocket 46.0 27.61739130434782 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0010828237 0.0094055 31376.6362245205 47.08112499999999 37031.16 77.31 40592.37 45.0 35946.07 28.0 41635.48 70.0 2.3e-05 47.0 21970.92 28.0 32392.91 43.0 40016.58 52.0 0.2904683188535273 0.0089635339213819 27.61739130434782 -0.6714285714285715 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 8 TGGWRPLP 39452.43 19330.36 SMMPMBEC 53.5 26.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.0012338365 0.0057064095 30464.138821195706 38.99449999999999 35152.78 65.97 47143.48 94.0 45606.71 93.0 43752.08 86.0 1.7e-05 52.0 50000.0 55.0 27192.55 37.0 19330.36 26.0 0.1717341542243957 0.0060778024284314 37.35904891304347 -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 8 GGWRPLPS 36711.805 25908.96 SMM 61.5 35.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00017225058 0.0030833038 31048.327530273917 47.08112499999999 32271.84 52.5 46406.64 86.0 41151.77 53.0 41663.84 70.0 4e-06 76.0 28795.36 36.0 25908.96 35.0 72316.93 77.0 0.0263568657974246 0.0035763492672777 99.28660326086955 -0.8571428571428573 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 8 GWRPLPSP 32843.375 19871.93 SMMPMBEC 47.951 27.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0003553648 0.016656427 31534.49847171831 51.90287499999999 28692.1 40.44 45756.47 79.0 45115.92 89.0 41719.34 71.0 5e-05 36.0 33144.32 40.0 32542.43 44.0 19871.93 27.0 0.0593815626343712 0.0039578980149551 99.28660326086955 -1.0285714285714287 -0.8571428571428573 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 8 WRPLPSPR 46016.6 21738.29 MHCnuggetsI 69.5 25.31 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0011956936 0.003183258 31117.56199567628 47.08112499999999 21738.29 25.31 47402.8 96.0 44630.4 84.0 43596.15 85.0 1.7e-05 52.0 50000.0 55.0 146706.72 96.0 107706.03 90.0 0.1533274488756433 0.0055811966485798 46.22467391304348 -1.542857142857143 -1.0285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 8 RPLPSPRG 43605.505 28543.47192336713 MHCflurry 55.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 6.4120424e-05 0.0017102847 28543.47192336713 23.814625 31289.03 48.76 47250.22 95.0 45115.92 89.0 43835.96 87.0 6.2e-05 33.0 50000.0 55.0 41252.47 53.0 43375.05 55.0 0.022866845538374 0.0038322211600073 99.28660326086955 -0.9571428571428573 -0.9571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 8 PLPSPRGA 37675.533 12224.75 SMMPMBEC 46.5 16.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0011447957 0.011121132 29822.24685920332 32.66799999999999 24444.15 30.3 46266.75 84.0 45606.71 93.0 45528.82 96.0 4.1e-05 38.0 50000.0 55.0 15047.0 20.0 12224.75 16.0 0.0264594370964914 0.0037199024953893 99.28660326086955 -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 8 LPSPRGAR 37354.75 21451.12 SMM 49.495 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.000369467 0.0037699856 28079.278114774614 20.700875 29886.48 43.99 48106.54 100.0 45606.71 93.0 44823.02 93.0 5.6e-05 34.0 50000.0 55.0 21451.12 29.0 22921.34 31.0 0.067197393218521 0.0045516781272162 62.74467391304348 -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 8 PSPRGARL 47629.225 28774.27477268681 MHCflurry 89.0 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00035734946 0.0026988813 28774.27477268681 23.814625 35687.12 69.04 47891.53 100.0 47366.92 100.0 46962.26 100.0 1.7e-05 52.0 50000.0 55.0 77526.47 79.0 193749.24 99.0 0.0145728463394334 0.0036929159359265 99.28660326086955 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 8 SPRGARLT 38368.215 20617.69 SMMPMBEC 60.43 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 5.386264e-05 0.00032969896 29954.762500585075 32.66799999999999 35133.83 65.86 45137.41 73.0 43439.36 73.0 41602.6 70.0 0.000178 21.0 50000.0 55.0 22774.56 31.0 20617.69 28.0 0.0427569086896255 0.0039229719216432 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 8 PRGARLTP 38992.44 23293.78 SMMPMBEC 55.55 32.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0004999074 0.00077175867 30948.37690167453 42.77524999999999 33121.11 56.10000000000001 47672.83 98.0 45854.11 94.0 44863.77 93.0 2.1e-05 49.0 50000.0 55.0 27067.62 37.0 23293.78 32.0 0.0041059595532715 0.0033168262482109 99.28660326086955 -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 8 RGARLTPA 24455.914 4676.23 PickPocket 25.5 6.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.0003100521 0.016041148 28007.31881397765 20.700875 8092.14 8.64 29759.54 23.0 32787.64 21.0 33947.89 29.0 3.5e-05 41.0 4676.23 6.7 20485.66 28.0 20904.51 28.0 0.0173221030272543 0.0038276472890443 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 8 GARLTPAP 27612.188 4583.95 SMMPMBEC 35.0 3.8 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.0038562382 0.034652848 28094.3658219882 20.700875 7090.7 7.739999999999999 45874.45 80.0 41599.44 57.0 39766.83 57.0 6.6e-05 32.0 26407.71 33.0 27130.01 37.0 4583.95 3.8 0.0045712876599282 0.0036484480047214 99.28660326086955 -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 8 ARLTPAPP 24120.137 5119.65 SMMPMBEC 21.5 4.5 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.004537578 0.005256077 29560.843467178343 30.050999999999995 7589.32 8.19 41596.75 49.0 31740.46 19.0 32432.34 25.0 0.000254 18.0 18679.43 24.0 10010.37 13.0 5119.65 4.5 0.0173667758790543 0.0036333863692414 99.28660326086955 -0.6285714285714287 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 8 RLTPAPPP 40699.855 29119.31 MHCnuggetsI 48.5 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0012901515 0.024927014 29882.891844392798 32.66799999999999 29119.31 41.68 46142.26 83.0 43204.99 71.0 38194.72 47.0 4.3e-05 38.0 43439.36 50.0 134106.55 95.0 31350.18 42.0 0.0633952437783591 0.0042287100582284 62.74467391304348 -0.21428571428571436 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 8 LTPAPPPP 47023.46 27901.9376185098 MHCflurry 76.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.004641521 0.0052117137 27901.9376185098 20.700875 28039.04 38.65 47693.99 99.0 46352.93 97.0 43546.64 85.0 1.6e-05 53.0 50000.0 55.0 66443.12 74.0 74686.14 78.0 0.0083789969794452 0.0037224267908938 99.28660326086955 -0.9857142857142858 -0.21428571428571436 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 8 TPAPPPPL 43578.915 17526.58156942122 MHCflurry 67.485 4.971500000000002 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0011364348 0.00043573446 17526.58156942122 4.971500000000002 32868.94 54.97 46549.95 87.0 44150.12 80.0 43007.71 81.0 0.000548 13.0 39408.75 46.0 187693.83 99.0 134660.43 95.0 0.0131271909049246 0.0059334813958521 46.22467391304348 -0.3428571428571428 -0.3428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 8 PAPPPPLS 47554.71 23748.77 MHCnuggetsI 77.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0007087239 0.0016030235 26848.714737469774 16.158749999999998 23748.77 28.92 47227.22 94.0 47882.2 100.0 46461.89 99.0 3.9e-05 39.0 50000.0 55.0 62726.35 71.0 84964.99 83.0 0.0009346904880658 0.0037635832512386 99.28660326086955 -0.22857142857142856 -0.22857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 8 APPPPLSL 44251.515 16394.79051102095 MHCflurry 54.725 4.58875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0012510336 0.0011545377 16394.79051102095 4.58875 32743.58 54.45 46093.37 82.0 45360.65 91.0 43142.38 82.0 0.00103 9.5 50000.0 55.0 36178.45 48.0 61127.97 70.0 0.0741219418123364 0.0078407981083249 31.64317934782608 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 343 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 341 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 73 HLA-B*45:01 8 PPPPLSLS 47731.005 29778.776151796166 MHCflurry 77.0 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00012671859 0.00044438898 29778.776151796166 32.66799999999999 34045.13 60.31 48095.09 100.0 47366.92 100.0 46373.49 99.0 3.5e-05 41.0 50000.0 55.0 62726.35 71.0 87345.39 83.0 0.0006468199935625 0.0034011238817988 99.28660326086955 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 344 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 342 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 74 HLA-B*45:01 8 PPPLSLSR 46349.045 29923.05149624287 MHCflurry 67.105 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0006871444 0.0010804663 29923.05149624287 32.66799999999999 36054.21 71.21 48154.96 100.0 47366.92 100.0 47278.84 100.0 9e-06 63.0 50000.0 55.0 37536.17 49.0 45419.25 58.0 0.0043393732485128 0.0034296126501487 99.28660326086955 -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 8 KSESEVEA 22359.032 451.0 MHCnuggetsI 26.0 1.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 119 0.00038204744 0.06259634 29566.76309150211 30.050999999999995 451.0 1.21 35954.63 32.0 34237.82 23.0 41293.6 68.0 8.4e-05 29.0 13070.67 17.0 15151.3 20.0 10598.39 14.0 0.0052021560259163 0.0034801811737376 99.28660326086955 -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 8 SESEVEAA 263.575 11.3 MHCnuggetsI 0.23 0.03 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 120 0.0050061936 0.0056984937 50.74197024346674 0.038375 11.3 0.03 328.15 0.48 36.71 0.12 305.95 0.26 0.661 0.11 221.2 0.2 664.43 0.3 760.75 0.3 0.0189363922108896 0.6402959679577018 0.5419293478260414 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 8 ESEVEAAA 4657.92 35.59 MHCnuggetsI 2.4 0.1699999999999999 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 121 0.00180431 0.03364285 25318.23962876688 12.471374999999998 35.59 0.1699999999999999 1681.61 2.0 24882.07 12.0 7258.2 2.8 0.0332 2.0 6682.85 8.8 2632.99 1.7 604.28 0.2 0.005373078471166 0.0040462995945175 62.74467391304348 0.25714285714285723 0.25714285714285723 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 8 SEVEAAAI 865.285 130.43 MHCnuggetsI 0.665 0.4523749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 122 0.0054181553 0.0007303111 181.91905085808983 0.4523749999999998 130.43 0.54 2975.33 2.9 223.61 0.63 1918.76 0.95 0.163 0.7 446.91 0.5 1283.66 0.5 2042.87 1.1 0.1481330739334225 0.4485654728904769 0.9356793478259532 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 8 EVEAAAII 24457.775 7259.68 MHCnuggetsI 20.325 7.9 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0025211906 0.0062289513 28976.76921706857 25.64975 7259.68 7.9 16702.12 12.0 40489.28 48.0 19938.78 8.2 0.0014 8.3 36141.06 43.0 34950.23 46.0 11461.46 15.0 0.027414679469075 0.0038377843917588 99.28660326086955 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 8 VEAAAIIA 513.445 23.27 MHCnuggetsI 0.517 0.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.009803007 0.0060429997 178.7882165469307 0.4439999999999998 23.27 0.1 634.4 0.87 57.2 0.24 920.64 0.59 0.175 0.66 392.49 0.4 3072.2 2.3 1082.03 0.4 0.1440836144611239 0.4491926077692373 0.9356793478259532 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 8 EAAAIIAQ 30342.99 8295.7 MHCnuggetsI 24.325 8.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0073289243 0.027691524 28972.779035319916 25.64975 8295.7 8.83 19454.39 14.0 33869.37 23.0 33826.51 29.0 0.00015 23.0 28795.36 36.0 42116.28 54.0 31713.2 43.0 0.5578830055892467 0.0245541078084511 9.849456521739114 1.8142857142857143 1.8142857142857145 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 126 0.00014226725 0.016127821 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 0.0787372712802607 0.0050733057724948 46.22467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 8 RPSTIDQV 41436.2 26175.64995500505 MHCflurry 50.612 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 126 0.00014226725 0.016127821 26175.64995500505 14.480874999999996 29061.01 41.510000000000005 45821.88 79.0 41375.0 55.0 41497.4 69.0 0.000195 20.0 50000.0 55.0 30300.51 41.0 42779.92 55.0 0.0787372712802607 0.0050733057724948 46.22467391304348 -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 127 0.0012215098 0.010148925 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 0.0319217261276207 0.0038021495129701 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 8 PSTIDQVV 44418.66 13811.47 SMMPMBEC 66.015 18.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 127 0.0012215098 0.010148925 29741.751829677192 32.66799999999999 33776.7 59.03 45397.96 75.0 43439.36 73.0 45841.21 97.0 1.4e-05 55.0 50000.0 55.0 82880.05 82.0 13811.47 18.0 0.0319217261276207 0.0038021495129701 99.28660326086955 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 128 0.0011769776 0.013998112 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 0.1028309247922152 0.0050450737089006 46.22467391304348 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 8 STIDQVVR 45224.335 28742.13775875871 MHCflurry 59.45 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 128 0.0011769776 0.013998112 28742.13775875871 23.814625 34765.13 63.9 46125.3 83.0 40929.75 52.0 44323.37 90.0 6.7e-05 32.0 50000.0 55.0 124293.95 93.0 86744.11 83.0 0.1028309247922152 0.0050450737089006 46.22467391304348 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 129 0.00044160426 0.03171239 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 0.3015790544450283 0.0101443476999379 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 8 TIDQVVRT 45319.715 28728.94044705588 MHCflurry 72.5 22.19230978260869 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 129 0.00044160426 0.03171239 28728.94044705588 23.814625 36865.97 76.25 45266.02 74.0 43204.99 71.0 45373.41 95.0 2.9e-05 44.0 50000.0 55.0 80807.19 81.0 76074.66 79.0 0.3015790544450283 0.0101443476999379 22.19230978260869 0.10000000000000006 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 130 0.059487484 0.29915717 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 0.4901249296963215 0.1853088381135974 1.933858695652077 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 8 IDQVVRTA 13189.405 647.5 SMMPMBEC 7.55 0.2 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 130 0.059487484 0.29915717 2347.6189690660385 1.601624999999998 24479.1 30.37 34636.88 30.0 19400.38 8.4 21309.99 9.1 0.0118 3.3 6978.43 9.1 6830.46 6.7 647.5 0.2 0.4901249296963215 0.1853088381135974 1.933858695652077 -0.2857142857142857 0.10000000000000006 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 131 0.0019394296 0.0027860967 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 0.9484859481453896 0.1792333063827299 1.975027173912963 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 315 HLA-B*45:01 8 DQVVRTAL 33626.655 7165.39 SMMPMBEC 14.0 1.975027173912963 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 131 0.0019394296 0.0027860967 12999.845329845664 3.668624999999999 36572.1 74.39 41680.53 50.0 31060.99 18.0 36192.32 37.0 0.000915 10.0 7287.08 9.6 60457.47 70.0 7165.39 7.2 0.9484859481453896 0.1792333063827299 1.975027173912963 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 4.1739055e-05 0.001880594 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 0.0043998265900881 0.0031451260712858 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 316 HLA-B*45:01 8 QVVRTALS 39743.22 15975.34 SMM 59.0 22.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 4.1739055e-05 0.001880594 32729.9416038282 69.298375 25554.6 32.66 41208.82 48.0 43675.0 75.0 40649.95 63.0 6e-06 70.0 50000.0 55.0 15975.34 22.0 38836.49 50.0 0.0043998265900881 0.0031451260712858 99.28660326086955 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 8 PSGKSTPF 45919.41 31578.14923577353 MHCflurry 76.71 48.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 133 0.00036426683 0.0018175647 31578.14923577353 51.90287499999999 36577.37 74.42 47567.74 98.0 44872.5 87.0 46966.32 100.0 5e-06 73.0 41151.77 48.0 77348.16 79.0 50727.1 62.0 0.0386440908187069 0.0036740057836727 99.28660326086955 -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 8 SGKSTPFG 33860.971 19839.36 MHCnuggetsI 66.539 22.24 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 134 8.051029e-05 0.0010541856 32203.82114438347 63.07837499999999 19839.36 22.24 45413.19 75.0 43439.36 73.0 43200.79 82.0 6e-06 70.0 29745.37 37.0 35518.12 47.0 28657.61 39.0 0.0022938787114981 0.0031712240288408 99.28660326086955 -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 8 GKSTPFGN 45915.2 22924.55 MHCnuggetsI 71.821 27.38 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 135 0.00020891296 0.0015760101 33033.25059406946 75.6415 22924.55 27.38 46502.62 87.0 39837.46 44.0 45327.78 95.0 2e-06 87.0 50000.0 55.0 47255.24 59.0 57575.8 68.0 0.02154275902285 0.0033114327412771 99.28660326086955 -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 8 KSTPFGNE 45182.95 32595.234046728583 MHCflurry 74.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 136 0.00014747922 0.00919151 32595.234046728583 69.298375 35867.5 70.08 45078.82 72.0 43911.91 77.0 45287.08 95.0 7e-06 67.0 50000.0 55.0 95598.26 86.0 128896.17 94.0 0.0567542455682996 0.00379787514998 99.28660326086955 -1.1 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 8 STPFGNEE 44194.18 30491.159467510384 MHCflurry 65.5 38.99449999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 137 0.00014036534 0.0063443566 30491.159467510384 38.99449999999999 38136.65 84.59 43027.71 57.0 45360.65 91.0 45394.54 96.0 7e-06 67.0 50000.0 55.0 32022.11 43.0 52388.99 64.0 0.0409599929698742 0.0038318329204289 99.28660326086955 -1.4857142857142858 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 8 TPFGNEEQ 47151.55 29061.050166290228 MHCflurry 82.5 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 138 0.0001137182 0.0008043858 29061.050166290228 25.64975 33773.94 59.02 47764.23 99.0 45115.92 89.0 46538.87 99.0 4.7e-05 36.0 50000.0 55.0 70704.98 76.0 144623.88 96.0 0.0189832808828214 0.0037149528589563 99.28660326086955 -1.8857142857142857 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 8 PFGNEEQQ 48616.82 31950.78919437485 MHCflurry 91.5 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.000117650015 0.0025469323 31950.78919437485 57.24249999999999 34367.86 61.870000000000005 48428.25 100.0 47366.92 100.0 48805.39 100.0 1e-06 95.0 50000.0 55.0 54506.71 65.0 102621.89 88.0 0.0005452497171063 0.003175891388485 99.28660326086955 -2.157142857142857 -1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 8 PRPKPPSV 45665.625 21990.03 MHCnuggetsI 60.372 14.480874999999996 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 140 0.0014492904 0.001963988 26276.1283363988 14.480874999999996 21990.03 25.74 46674.0 89.0 45360.65 91.0 45680.28 97.0 0.000139 23.0 50000.0 55.0 45650.97 58.0 97777.74 87.0 0.0716366569977253 0.0049297707076322 62.74467391304348 -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 788 HLA-B*45:01 8 RPKPPSVW 44874.785 28009.080495703303 MHCflurry 69.62 7.558260869565203 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 141 0.00068484904 0.00083310023 28009.080495703303 20.700875 36386.79 73.24000000000001 47009.53 92.0 42740.04 66.0 42496.11 77.0 0.000516 13.0 50000.0 55.0 221538.9 100.0 144623.88 96.0 0.6332112308591604 0.0328425744739048 7.558260869565203 -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 789 HLA-B*45:01 8 PKPPSVWQ 47587.155 33004.28675704155 MHCflurry 86.321 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 142 0.0003908474 0.0005455695 33004.28675704155 75.6415 36153.16 71.82 47691.93 99.0 46352.93 97.0 47482.38 100.0 1.1e-05 60.0 50000.0 55.0 61581.46 70.0 214901.77 100.0 0.0064755417552078 0.003142732028895 99.28660326086955 -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 8 DFSQMSKF 44849.555 31523.47640956367 MHCflurry 64.69 23.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 143 0.0005633044 0.0022913516 31523.47640956367 51.90287499999999 33188.45 56.38 46259.75 84.0 43439.36 73.0 43082.69 81.0 0.000142 23.0 50000.0 55.0 66903.68 74.0 81327.98 81.0 0.1313753803260624 0.0051019703962016 46.22467391304348 -0.2142857142857144 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 8 FSQMSKFG 42455.105 8039.7 SMMPMBEC 71.821 8.4 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 144 0.00035958597 0.006238465 32805.54166549832 75.6415 30516.11 46.04 46811.07 90.0 42280.1 62.0 42630.11 78.0 3e-06 81.0 50000.0 55.0 58674.58 68.0 8039.7 8.4 0.0052259503936511 0.0031472646345858 99.28660326086955 -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 8 SQMSKFGN 24685.095 6330.92 PickPocket 32.0 7.1 NetMHCcons 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 145 0.00014606379 0.006270627 31363.66569280446 47.08112499999999 36329.42 72.88 36374.88 33.0 15290.89 7.1 25957.57 14.0 0.000184 21.0 6330.92 8.5 23412.62 32.0 23293.78 32.0 0.0037619356371578 0.0032703275597698 99.28660326086955 -1.0571428571428572 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 8 QMSKFGNE 40657.125 32892.366249201186 MHCflurry 56.95 44.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 146 0.00011802112 0.006182052 32892.366249201186 75.6415 33079.15 55.900000000000006 43179.29 58.0 41151.77 53.0 40162.48 60.0 2.9e-05 44.0 43439.36 50.0 39577.65 51.0 194643.54 99.0 0.0012717642512143 0.0030957417478259 99.28660326086955 -1.0571428571428572 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 8 MSKFGNEE 36703.604 21328.62 MHCnuggetsI 60.621 24.64 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 147 0.00045888507 0.024048371 31807.76834427965 57.24249999999999 21328.62 24.64 44981.89 71.0 41599.44 57.0 42850.7 79.0 6e-06 70.0 31398.89 39.0 52293.78 64.0 24223.67 33.0 0.0118966300433385 0.0033199981864439 99.28660326086955 -1.8285714285714287 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 8 SKFGNEEQ 45091.585 24731.04 MHCnuggetsI 59.5 30.89 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 148 0.00023388214 0.00050799944 31071.241313866685 47.08112499999999 24731.04 30.89 45314.54 74.0 38984.65 40.0 44868.63 93.0 5.5e-05 34.0 50000.0 55.0 52293.78 64.0 139072.1 95.0 0.0218238005545572 0.0035171351405756 99.28660326086955 -2.2142857142857144 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 8 KFGNEEQQ 47922.225 32462.374029604267 MHCflurry 85.57 55.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 149 5.3071275e-05 0.0018450491 32462.374029604267 69.298375 37159.27 78.14 47816.96 99.0 45606.71 93.0 48027.49 100.0 4e-06 76.0 50000.0 55.0 55137.87 66.0 151788.9 97.0 0.0003753536802832 0.0031255428253109 99.28660326086955 -2.157142857142857 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 8 VVGVGQVV 42301.205 13843.31 SMMPMBEC 53.5 18.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 150 0.0007226816 0.023068447 28928.41070028676 25.64975 30545.5 46.150000000000006 43450.64 59.0 41151.77 53.0 43715.66 86.0 1.5e-05 54.0 46857.18 52.0 75240.21 78.0 13843.31 18.0 0.0784924231702461 0.0046019031608002 62.74467391304348 1.7857142857142858 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 27 HLA-B*45:01 8 VGVGQVVS 43801.145 31160.363958274447 MHCflurry 70.5 47.08112499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 151 0.00022672275 0.011047898 31160.363958274447 47.08112499999999 32089.16 51.77 44980.41 71.0 44630.4 84.0 45457.43 96.0 5e-06 73.0 42971.89 49.0 61439.83 70.0 41709.98 54.0 0.0089628502901177 0.0033518978310784 99.28660326086955 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 28 HLA-B*45:01 8 GVGQVVSG 38799.515 27557.51 SMMPMBEC 66.5 37.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 152 9.6987365e-05 0.0031201784 31259.24328824044 47.08112499999999 34394.04 62.0 46133.27 83.0 43204.99 71.0 45419.11 96.0 3e-06 81.0 50000.0 55.0 32768.0 44.0 27557.51 37.0 0.0091073020012117 0.0033433353782269 99.28660326086955 1.0714285714285714 1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 8 TVVGVGQS 45602.185 31639.149551053008 MHCflurry 75.5 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 153 0.00011936401 0.0023122174 31639.149551053008 51.90287499999999 33563.6 58.05 45926.11 81.0 44630.4 84.0 45278.26 95.0 1.3e-05 57.0 50000.0 55.0 60736.53 70.0 83799.22 82.0 0.0243044033995829 0.0034863684114468 99.28660326086955 1.0714285714285714 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 8 VVGVGQSL 44916.4 28811.563150553186 MHCflurry 67.5 25.64975 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 154 0.0014782333 0.012278856 28811.563150553186 25.64975 38048.71 84.0 46624.04 88.0 44630.4 84.0 45202.4 95.0 4e-05 39.0 50000.0 55.0 79149.83 80.0 31713.2 43.0 0.2107924460433423 0.0073575263602765 31.64317934782608 1.0142857142857142 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 8 VGVGQSLA 29657.182 7265.07 SMMPMBEC 43.83 7.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 155 0.00013927025 0.009907047 30544.033274121422 38.99449999999999 28770.33 40.66 41046.39 47.0 42051.98 60.0 42753.46 79.0 1.4e-05 55.0 14564.23 19.0 7770.52 8.1 7265.07 7.4 0.0071823883627075 0.0033959659199649 99.28660326086955 0.6714285714285715 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 8 GVGQSLAD 40967.7 11467.0 SMM 81.545 15.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 156 0.00030827703 0.0049357926 31954.972870015998 57.24249999999999 37305.0 79.09 47378.2 96.0 44630.4 84.0 46890.66 100.0 1e-06 95.0 50000.0 55.0 11467.0 15.0 11620.91 15.0 0.0005475705274875 0.0031755147732227 99.28660326086955 0.2285714285714285 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 8 VGQSLADE 40455.57 10126.28 SMM 78.055 13.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 157 0.00034857247 0.008246092 31581.035602114065 51.90287499999999 34808.29 64.11 46963.77 92.0 46102.85 96.0 46912.98 100.0 1e-06 95.0 50000.0 55.0 10126.28 13.0 24674.02 33.0 0.0009648251543694 0.0032166440759486 99.28660326086955 -0.8714285714285716 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 8 GQSLADEL 30425.28 6610.93 PickPocket 26.0 7.440875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 158 0.0001497527 0.0023295886 21887.916657250826 7.440875 31741.95 50.45 42495.64 54.0 29108.61 16.0 35509.27 35.0 0.000283 17.0 6610.93 8.7 37622.7 49.0 7892.96 8.2 0.0364379178499802 0.0051964637485317 46.22467391304348 -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 8 QSLADELA 21568.406 2912.33 SMMPMBEC 22.5 2.1 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 159 0.0010142756 0.008662591 29595.65298732925 30.050999999999995 13541.16 14.09 33476.98 28.0 30560.95 17.0 36194.28 37.0 7.7e-05 30.0 11355.63 15.0 5720.71 5.3 2912.33 2.1 0.0015199467270576 0.0034320435553771 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 8 PNNKITVS 44725.215 23891.31 SMMPMBEC 67.5 32.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 160 0.0003850376 0.008228737 31574.92485184013 51.90287499999999 32866.74 54.96 46768.55 90.0 44150.12 80.0 45300.31 95.0 1.5e-05 54.0 50000.0 55.0 79149.83 80.0 23891.31 32.0 0.0059608013980323 0.0032744339213833 99.28660326086955 -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 8 NNKITVSL 33408.502 10850.75 MHCnuggetsI 29.825 11.28 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 161 0.0026676622 0.014207123 29077.44408359396 25.64975 10850.75 11.28 45315.04 74.0 37739.56 34.0 40566.01 62.0 0.00023 19.0 12382.34 16.0 82499.25 82.0 26683.33 36.0 0.3727009026333689 0.0128596656030346 18.61798913043478 0.5142857142857142 0.5142857142857142 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 8 NKITVSLA 18678.68 118.7 MHCnuggetsI 22.5 0.5 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 162 0.00016898582 0.0031815208 30036.78840579128 32.66799999999999 118.7 0.5 31319.5 25.0 20040.43 8.6 31754.2 23.0 0.000288 17.0 17316.93 22.0 17117.88 23.0 11226.39 15.0 0.2742793126963079 0.0088322403824197 27.61739130434782 1.2714285714285716 1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 8 KITVSLAD 38520.282 6890.33 SMMPMBEC 78.321 6.9 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 163 0.0005922297 0.021014808 33128.65416050162 75.6415 29097.48 41.61 45991.75 81.0 45360.65 91.0 45019.38 94.0 1e-06 95.0 43911.91 50.0 12748.23 17.0 6890.33 6.9 0.0029171062778914 0.0030922517094194 99.28660326086955 1.3285714285714287 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 8 ITVSLADE 43439.495 9363.75 SMM 83.321 12.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 164 0.00012176309 0.007184562 32848.4864224263 75.6415 36551.14 74.26 47301.87 95.0 45360.65 91.0 46811.07 100.0 1e-06 95.0 50000.0 55.0 9363.75 12.0 41518.34 53.0 0.0052451645897235 0.0031434934118336 99.28660326086955 0.1857142857142858 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 8 TVSLADEL 44828.06 17792.62 SMMPMBEC 64.872 24.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 165 0.0003224785 0.0045523085 29565.228644254094 30.050999999999995 35794.1 69.65 46303.32 85.0 45115.92 89.0 44540.2 91.0 5.5e-05 34.0 50000.0 55.0 56944.27 67.0 17792.62 24.0 0.0543436001753434 0.0041385383971754 62.74467391304348 0.8285714285714285 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 8 VSLADELA 27623.227 2000.97 SMMPMBEC 33.435 1.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 166 0.0011429328 0.017426452 30353.27390812653 35.63949999999999 24893.18 31.230000000000004 43210.6 58.0 36337.11 29.0 41134.42 67.0 3e-05 43.0 15541.08 20.0 5694.43 5.3 2000.97 1.0 0.0025342609151266 0.0033610823834767 99.28660326086955 0.48571428571428565 0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 8 APVAEEES 38176.215 9432.97 MHCnuggetsI 49.5 9.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 167 0.00010206364 0.0010986092 28151.54030929256 20.700875 9432.97 9.88 45435.31 76.0 43204.99 71.0 45421.07 96.0 4.7e-05 36.0 50000.0 55.0 33147.44 44.0 13497.09 18.0 0.004109286579478 0.0036353508217988 99.28660326086955 -0.9857142857142857 -0.6142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 8 PVAEEESL 47991.265 29860.241676058555 MHCflurry 82.5 32.66799999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 168 0.0002336509 0.00064139307 29860.241676058555 32.66799999999999 35554.84 68.26 47869.76 100.0 47366.92 100.0 48112.77 100.0 4e-06 76.0 50000.0 55.0 102199.79 88.0 71819.11 77.0 0.0129112730573979 0.0035420443043059 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 8 VAEEESLA 23764.981 9861.84 MHCnuggetsI 28.5 10.29 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 169 0.0005650797 0.040019218 27597.651378718245 19.38525 9861.84 10.29 43320.15 59.0 40708.92 50.0 43084.55 81.0 6.6e-05 32.0 19932.31 25.0 15901.94 21.0 10770.6 14.0 0.0046329331380547 0.0037127868677796 99.28660326086955 -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 8 AEEESLAD 1443.03 707.82 NetMHCcons 3.065 0.3 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 170 0.0011325142 0.0009104009 12864.283745885048 3.639874999999999 1456.38 2.49 9925.9 7.0 707.82 1.4 19794.12 8.1 0.00323 5.8 984.56 1.3 867.86 0.3 1429.68 0.6 0.0029632723817485 0.0077157205202829 31.64317934782608 -1.3142857142857145 -0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 8 EEESLADE 11239.21 2561.24 SMM 8.245 1.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 171 0.00026275511 0.00034171552 18066.504986933727 5.20425 7814.84 8.39 15529.31 12.0 4454.0 4.1 31238.61 22.0 0.0015 8.1 2812.19 4.3 2561.24 1.6 14663.58 20.0 0.0004452608500287 0.0055107139543675 46.22467391304348 -1.3142857142857143 -1.3142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 8 EESLADEL 4568.04 274.82536460655035 MHCflurry 3.4 0.6054999999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 172 0.002275642 0.00045228298 274.82536460655035 0.6054999999999997 4808.55 5.7 14308.54 9.7 3049.9 3.2 13399.72 5.0 0.0516 1.6 1501.43 2.2 7352.75 7.4 4327.53 3.6 0.0098850430513266 0.25042197433191 1.5659510869564457 -0.27142857142857146 -0.27142857142857146 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 8 ESLADELA 9030.56 873.57 MHCnuggetsI 5.65 1.2 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 173 0.0025161537 0.011049726 27753.4671407108 19.38525 873.57 1.82 7068.17 5.3 26839.8 14.0 13650.99 5.1 0.00421 5.2 10992.95 15.0 6345.27 6.0 2173.9 1.2 0.0030883870313118 0.0036725620532622 99.28660326086955 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 8 AISILGKT 34821.665 16490.73 SMMPMBEC 53.65 22.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 174 0.00035230184 0.008320755 32570.7255986948 69.298375 34043.33 60.3 40018.03 43.0 39622.53 43.0 43525.92 84.0 1e-05 61.0 27575.71 34.0 35600.0 47.0 16490.73 22.0 0.0044886805262649 0.0031610022336036 99.28660326086955 0.9999999999999999 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 8 ISILGKTI 39429.515 17228.2 SMMPMBEC 48.5 20.2322554347826 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 175 0.002441566 0.009072452 28046.86550095105 20.700875 33537.88 57.93000000000001 46609.42 88.0 40708.92 50.0 42715.54 78.0 2.3e-05 47.0 38150.11 45.0 185973.04 99.0 17228.2 23.0 0.3370111971162259 0.0117516641227836 20.2322554347826 1.0 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 8 SILGKTIR 44868.98 31212.10908695508 MHCflurry 53.97 37.35904891304347 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 176 0.00059405895 0.0031276415 31212.10908695508 47.08112499999999 32380.04 52.94 46609.93 88.0 43675.0 75.0 46062.96 98.0 1.8e-05 51.0 50000.0 55.0 56552.26 67.0 39015.75 51.0 0.2116294628940522 0.0068310524096412 37.35904891304347 0.4714285714285714 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 8 ILGKTIRR 47233.315 32069.14117500624 MHCflurry 82.04 27.61739130434782 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 177 0.0002041904 0.006825869 32069.14117500624 57.24249999999999 36681.79 75.08 48362.8 100.0 45115.92 89.0 46103.83 98.0 1.2e-05 58.0 50000.0 55.0 149090.51 97.0 136848.49 95.0 0.293315777555108 0.0088651969030226 27.61739130434782 -0.8142857142857143 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 8 LGKTIRRH 46338.74 27761.95 SMM 75.821 38.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 178 2.9237652e-05 0.00083876733 32872.131162803315 75.6415 34565.56 62.86000000000001 48298.46 100.0 46102.85 96.0 46574.63 100.0 1.7e-05 52.0 50000.0 55.0 27761.95 38.0 70184.3 76.0 0.010089522031194 0.0031954363402906 99.28660326086955 -1.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 8 GKTIRRHM 42817.74 31982.22523642086 MHCflurry 64.121 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 179 3.878414e-05 0.00033401788 31982.22523642086 57.24249999999999 36102.8 71.52 47225.18 94.0 40489.28 48.0 45146.2 94.0 4.4e-05 37.0 50000.0 55.0 33223.85 44.0 62985.42 71.0 0.0232882600248558 0.0034378216372391 99.28660326086955 -1.4857142857142858 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 8 KTIRRHMM 44426.13 31072.64063265314 MHCflurry 74.0 43.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 180 5.8320824e-05 0.0035460687 31072.64063265314 47.08112499999999 40191.76 96.44 46798.91 90.0 40270.83 47.0 42053.35 73.0 3.1e-05 43.0 50000.0 55.0 68778.07 75.0 153900.49 97.0 0.0120600532245589 0.0033979666654024 99.28660326086955 -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 8 TIRRHMMF 40947.455 30068.96 PickPocket 71.149 37.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 181 0.00011150747 0.003145751 32564.30823702407 69.298375 34606.53 63.06 46609.93 88.0 39837.46 44.0 42057.45 73.0 4.3e-05 38.0 30068.96 37.0 107016.32 90.0 117554.7 92.0 0.0338716256665065 0.0035067661412587 99.28660326086955 -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 8 IRRHMMFN 45293.215 18994.41 MHCnuggetsI 84.848 20.98 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 182 4.8632314e-06 0.00034643145 33346.71021258735 81.696 18994.41 20.98 47147.07 94.0 43439.36 73.0 42556.85 77.0 1e-06 95.0 50000.0 55.0 101730.22 88.0 131292.52 94.0 0.0042393159965286 0.0030870326611553 99.28660326086955 -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 8 RRHMMFNL 31536.955 15892.0 MHCnuggetsI 32.0 16.82 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 183 0.00012679734 0.004755042 27306.654337299016 18.189125 15892.0 16.82 41332.05 48.0 30726.73 18.0 32347.18 25.0 7.4e-05 30.0 27575.71 34.0 202978.48 100.0 130088.83 94.0 0.1057471359818009 0.0053558208612576 46.22467391304348 -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 8 RHMMFNLS 22884.945 12369.12 MHCnuggetsI 24.0 9.8 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 184 5.0615607e-05 0.0026922168 31013.205310054065 42.77524999999999 12369.12 12.86 32544.48 27.0 22451.54 9.8 22795.71 12.0 0.000175 21.0 30396.07 37.0 12372.29 16.0 22974.18 31.0 0.0067731203725998 0.0033413933659449 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 8 HMMFNLSH 32570.771 5277.76 SMM 36.5 4.7 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 185 4.180066e-05 0.018096361 33228.90134157618 81.696 37208.39 78.45 42917.05 56.0 31912.64 19.0 31023.04 22.0 9.5e-05 28.0 21970.92 28.0 5277.76 4.7 33515.06 45.0 0.016156934259925 0.0032306071507933 99.28660326086955 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 49 HLA-B*45:01 8 MMFNLSHY 34620.729 13356.59 PickPocket 57.612 12.0 NetMHCcons 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 186 0.0003455815 0.003694908 32421.85888623582 69.298375 36819.6 75.94999999999999 44671.95 69.0 24481.5 12.0 27316.47 16.0 0.00027 18.0 13356.59 18.0 82880.05 82.0 263172.19 100.0 0.1828378494828939 0.0059509961844957 46.22467391304348 -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 50 HLA-B*45:01 8 MFNLSHYC 31897.279 20589.91 PickPocket 30.5 17.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 187 0.00020303077 0.049293604 32054.097232077725 57.24249999999999 22553.56 26.71 42878.07 56.0 31740.46 19.0 33097.74 27.0 0.000294 17.0 20589.91 26.0 84810.57 83.0 25248.76 34.0 0.0097815287008415 0.0032708065852322 99.28660326086955 0.04285714285714283 0.04285714285714283 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 0.0018736473066383 0.0032199054471235 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 8 LSQRKDQR 46124.605 31652.607056225184 MHCflurry 72.545 48.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 188 0.0003861286 0.008574164 31652.607056225184 51.90287499999999 36683.89 75.09 48101.86 100.0 45115.92 89.0 47133.29 100.0 6e-06 70.0 50000.0 55.0 36513.21 48.0 52873.74 64.0 0.0018736473066383 0.0032199054471235 99.28660326086955 -3.4571428571428577 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 0.0311547952005639 0.0047147424479773 62.74467391304348 -2.8 -2.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 8 SQRKDQRL 36679.24 5620.54 PickPocket 51.372 7.6 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 189 9.77365e-05 0.00065501325 23744.30256451148 9.643999999999998 36645.55 74.83999999999999 44731.45 69.0 30726.73 18.0 36712.93 40.0 0.00104 9.4 5620.54 7.6 104580.33 89.0 142639.56 96.0 0.0311547952005639 0.0047147424479773 62.74467391304348 -2.8 -2.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 0.0017624966167204 0.0032352053425902 99.28660326086955 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 8 QRKDQRLT 38982.005 22102.94 SMM 53.451 30.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 190 8.223496e-05 0.00025476 31485.264490862464 51.90287499999999 28613.57 40.21 44853.09 70.0 42051.98 60.0 42881.78 80.0 7.6e-05 30.0 50000.0 55.0 22102.94 30.0 35912.03 47.0 0.0017624966167204 0.0032352053425902 99.28660326086955 -2.3999999999999995 -2.3999999999999995 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 0.0033864972938317 0.0032581544471749 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 8 RKDQRLTE 43556.585 31441.678249552377 MHCflurry 61.22 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 191 9.38592e-05 0.004780253 31441.678249552377 51.90287499999999 34872.61 64.44 46938.37 91.0 41825.1 58.0 45288.07 95.0 3.6e-05 40.0 50000.0 55.0 34391.41 46.0 71653.93 76.0 0.0033864972938317 0.0032581544471749 99.28660326086955 -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 0.0010997383287758 0.0039969849966515 99.28660326086955 -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 8 KDQRLTEE 40589.38 25245.16387715428 MHCflurry 56.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 192 0.00017968415 0.003693415 25245.16387715428 11.891624999999998 37301.57 79.07 43779.09 62.0 38150.11 36.0 43028.65 81.0 6e-05 33.0 43911.91 50.0 53511.85 65.0 37778.09 49.0 0.0010997383287758 0.0039969849966515 99.28660326086955 -2.2 -2.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 0.5913177691400051 0.0532042705536016 4.807092391304323 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 8 DQRLTEEL 34424.775 9865.62 PickPocket 21.5 3.972624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 193 0.001408984 0.0017957212 14316.1366655397 3.972624999999999 34426.01 62.150000000000006 44800.22 70.0 34423.54 24.0 37291.43 42.0 0.00112 9.1 9865.62 14.0 139781.6 95.0 14329.8 19.0 0.5913177691400051 0.0532042705536016 4.807092391304323 -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 0.0036590948147932 0.0032565520339142 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 8 QRLTEELQ 43861.33 19436.24 MHCnuggetsI 55.5 21.62 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 194 0.0003603489 0.0005738019 31488.90858452604 51.90287499999999 19436.24 21.62 46459.88 86.0 43439.36 73.0 45384.2 95.0 1.5e-05 54.0 50000.0 55.0 20065.5 27.0 44283.3 56.0 0.0036590948147932 0.0032565520339142 99.28660326086955 -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 0.0461039767833426 0.0037227641649629 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 8 RLTEELQT 45085.625 32008.924775061296 MHCflurry 74.5 51.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 195 5.397257e-05 0.017163532 32008.924775061296 57.24249999999999 37714.89 81.78 45636.82 77.0 41599.44 57.0 44534.43 91.0 1.8e-05 51.0 50000.0 55.0 64335.4 72.0 98229.06 87.0 0.0461039767833426 0.0037227641649629 99.28660326086955 -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 0.1761640410404652 0.0068448184187743 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 8 LTEELQTV 38038.155 19896.56 MHCnuggetsI 45.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 196 0.0019953854 0.027439851 27372.46034620975 18.189125 19896.56 22.33 45771.82 79.0 40708.92 50.0 43496.73 84.0 2.4e-05 47.0 35367.39 43.0 24742.87 33.0 45419.25 58.0 0.1761640410404652 0.0068448184187743 37.35904891304347 -0.557142857142857 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 0.0350733959785429 0.0083975962381667 27.61739130434782 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 8 TEELQTVE 10004.15 2523.8 PickPocket 6.625 3.729249999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 197 0.00093005743 0.00037169244 13243.730175248049 3.729249999999999 5881.27 6.65 18751.73 14.0 5353.44 4.5 24433.08 13.0 0.00578 4.5 2523.8 3.9 16574.87 22.0 6764.57 6.6 0.0350733959785429 0.0083975962381667 27.61739130434782 -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 0.0045890158799011 0.0124197987961801 18.61798913043478 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 8 EELQTVEN 6227.105 1067.79 NetMHCcons 4.215 1.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 198 0.0038204477 0.0012352678 7888.558985847591 2.7075 3165.26 4.23 20905.3 15.0 1067.79 1.8 25216.24 14.0 0.00678 4.2 2289.62 3.6 4846.74 4.1 7607.47 7.8 0.0045890158799011 0.0124197987961801 18.61798913043478 -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 0.0085090471984585 0.0033207822768154 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 8 ELQTVENG 34228.078 11321.57 MHCnuggetsI 46.451 11.76 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 199 0.00030925492 0.004006375 31410.03554068053 51.90287499999999 11321.57 11.76 27562.28 21.0 41151.77 53.0 37046.12 41.0 4e-05 39.0 50000.0 55.0 72518.7 77.0 21990.75 30.0 0.0085090471984585 0.0033207822768154 99.28660326086955 -0.5142857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 0.1664597438648343 0.0058189722319719 46.22467391304348 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 8 LQTVENGY 36864.865 16228.45 PickPocket 46.653 21.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 200 0.0005316856 0.0054018325 31262.18946680144 47.08112499999999 39306.19 91.98 46356.45 85.0 34423.54 24.0 42865.55 80.0 4.2e-05 38.0 16228.45 21.0 85595.32 83.0 25482.38 35.0 0.1664597438648343 0.0058189722319719 46.22467391304348 -1.242857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 0.0062867999222362 0.0039774214596857 99.28660326086955 -1.2 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 8 QTVENGYH 25777.579 5909.93 MHCnuggetsI 27.0 6.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 0.0042098924 0.24335195 25857.47850658285 20.969124999999995 5909.93 48.89 25697.68 27.0 6365.26 6.4 35079.64 45.0 0.000142 23.0 11730.27 13.0 27142.51 27.0 30686.69 31.0 0.0062867999222362 0.0039774214596857 99.28660326086955 -1.2 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 0.0070898516860324 0.0033020662132618 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 8 TVENGYHD 34337.85 5887.52 MHCnuggetsI 61.847 13.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0039524683 0.1541646 31431.04386291045 54.695 5887.52 39.34 38675.02 71.0 32787.64 69.0 44966.8 93.0 3e-06 79.0 42971.89 44.0 13324.47 13.0 35888.06 37.0 0.0070898516860324 0.0033020662132618 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 0.0038244157331064 0.0032513700343705 99.28660326086955 -2.7 -1.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 8 VENGYHDN 38030.4 6004.67 MHCnuggetsI 79.5 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0017813683 0.12585732 31559.74422891337 54.695 6004.67 96.21 42191.43 91.0 33869.37 74.0 45624.96 96.0 2e-06 85.0 50000.0 48.0 65410.88 68.0 26421.05 26.0 0.0038244157331064 0.0032513700343705 99.28660326086955 -2.7 -1.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 0.0037241896789055 0.0030597942097314 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 8 ENGYHDNP 38788.48 5924.4 MHCnuggetsI 89.3 33.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.0001337338 0.0066354326 33590.22005313697 84.60012499999998 5924.4 56.63 43254.1 96.0 40708.92 99.0 47244.07 100.0 1e-06 94.0 50000.0 48.0 36868.04 38.0 32504.99 33.0 0.0037241896789055 0.0030597942097314 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 0.0007650029237993 0.0030434300824382 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 8 NGYHDNPT 37991.258 5883.51 MHCnuggetsI 75.346 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00010812902 0.0076429844 33414.62586919572 79.69287499999999 5883.51 37.92 42567.89 93.0 31398.89 62.0 45440.23 95.0 2e-06 85.0 50000.0 48.0 67865.65 71.0 23011.77 22.0 0.0007650029237993 0.0030434300824382 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 0.0500222312984988 0.0043962075144149 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 8 GYHDNPTL 26179.346 5726.13 MHCnuggetsI 27.272 13.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.0014710512 0.014433036 27341.65169793561 25.544875 5726.13 13.02 28130.81 32.0 14882.82 18.0 34451.48 43.0 0.000551 13.0 25017.04 29.0 22062.26 21.0 44972.81 49.0 0.0500222312984988 0.0043962075144149 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 0.2311225077137351 0.008628321238902 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 8 YHDNPTLE 28692.843 5896.04 MHCnuggetsI 33.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.010805038 0.18816464 26297.786252490776 21.751124999999995 5896.04 42.67 31087.9 40.0 21384.59 31.0 36788.89 52.0 0.000168 22.0 50000.0 48.0 19083.15 18.0 35395.66 36.0 0.2311225077137351 0.008628321238902 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 0.3066025041043758 0.0100987083437631 22.19230978260869 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 8 HDNPTLEV 37114.09 5863.35 MHCnuggetsI 41.214 19.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.0018604478 0.0425266 29396.99247506153 34.4285 5863.35 31.72 36556.36 60.0 21500.59 31.0 37671.82 56.0 0.000242 19.0 50000.0 48.0 138245.18 96.0 51162.29 56.0 0.3066025041043758 0.0100987083437631 22.19230978260869 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 0.019497752393363 0.0034654304326549 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 8 DNPTLEVM 40544.64 6019.67 MHCnuggetsI 57.5 42.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00075594115 0.008672984 31284.10740524013 50.764875 6019.67 98.24 38919.74 73.0 29906.73 57.0 42169.54 79.0 3e-05 42.0 50000.0 48.0 50309.5 55.0 53944.85 58.0 0.019497752393363 0.0034654304326549 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 0.0094075527376844 0.0032548492707305 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 8 NPTLEVME 43188.725 5890.15 MHCnuggetsI 64.937 40.33 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.0007666718 0.0069294414 32172.568510082736 63.8735 5890.15 40.33 41623.75 88.0 35752.13 82.0 44753.7 92.0 7e-06 66.0 50000.0 48.0 54031.87 58.0 52595.67 57.0 0.0094075527376844 0.0032548492707305 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 0.004675911652157 0.0032157633363856 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 8 PTLEVMET 37015.478 5902.3 MHCnuggetsI 62.031 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.0011688287 0.01736745 32019.88671218277 59.0625 5902.3 45.36 42011.07 90.0 31912.64 65.0 44663.25 92.0 7e-06 66.0 47882.2 47.0 55036.4 59.0 27349.54 27.0 0.004675911652157 0.0032157633363856 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 0.001508618115622 0.0031781304854895 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 8 TLEVMETS 41533.12 5831.85 MHCnuggetsI 63.0 24.53 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0007971949 0.07589553 32039.77333212929 59.0625 5831.85 24.53 40465.62 81.0 32610.74 68.0 42600.62 81.0 8e-06 63.0 50000.0 48.0 58836.93 63.0 45180.39 50.0 0.001508618115622 0.0031781304854895 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 0.0020084800635231 0.0030786918852973 99.28660326086955 -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 8 LEVMETSS 39971.895 5877.94 MHCnuggetsI 79.346 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.0014757261 0.13402916 33169.384450669255 79.69287499999999 5877.94 36.07 42811.79 94.0 37132.0 88.0 45199.46 94.0 3e-06 79.0 50000.0 48.0 67553.83 70.0 33880.51 34.0 0.0020084800635231 0.0030786918852973 99.28660326086955 -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 0.0383647088310681 0.0037002526539133 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 8 EVMETSSE 37114.63 5937.92 MHCnuggetsI 65.435 37.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00022172253 0.015350637 31314.841688207463 50.764875 5937.92 64.87 41153.1 85.0 32085.75 66.0 42307.09 80.0 2.1e-05 48.0 33869.37 37.0 123779.86 94.0 40359.89 43.0 0.0383647088310681 0.0037002526539133 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 0.1402981438441202 0.0058710976084762 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 8 VMETSSEM 24851.175 5872.81 MHCnuggetsI 25.494 8.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0014688704 0.10795311 28159.40691423949 27.987124999999995 5872.81 34.44 23652.21 23.0 8252.61 8.3 26050.14 22.0 0.000799 11.0 14407.49 17.0 108056.28 90.0 28704.5 29.0 0.1402981438441202 0.0058710976084762 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 0.0026477519713807 0.0032270873958116 99.28660326086955 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 8 METSSEMQ 41575.77 5917.0 MHCnuggetsI 60.347 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.001119255 0.08626807 31669.02417192302 54.695 5917.0 52.51 39925.05 78.0 28485.48 52.0 43226.49 85.0 7e-06 66.0 50000.0 48.0 117395.11 93.0 48859.61 54.0 0.0026477519713807 0.0032270873958116 99.28660326086955 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 0.0019676369483931 0.0033220561953655 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 8 ETSSEMQE 32263.849 5894.42 MHCnuggetsI 59.5 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.000495218 0.025353951 30658.328390782382 44.13500000000001 5894.42 42.01 43105.06 95.0 33869.37 74.0 45701.55 96.0 5e-06 71.0 50000.0 48.0 19393.22 18.0 29850.39 30.0 0.0019676369483931 0.0033220561953655 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 0.0021236439934 0.0043719476896898 62.74467391304348 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 8 TSSEMQEK 23905.25 4804.52 SMM 36.26 3.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00070910284 0.022379352 23096.100059124063 15.096749999999997 5887.98 39.52 40169.01 80.0 27426.93 48.0 40111.67 68.0 6e-05 33.0 16946.23 20.0 4804.52 3.2 24714.4 24.0 0.0021236439934 0.0043719476896898 62.74467391304348 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 0.000662686450596 0.0037716616973215 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 8 SSEMQEKK 33772.89 3712.36 SMM 56.39 2.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00032751838 0.009503706 26762.76145974417 23.49875 5937.79 64.78 42838.66 94.0 34053.09 75.0 41973.34 78.0 3.7e-05 39.0 50000.0 48.0 3712.36 2.0 33492.69 34.0 0.000662686450596 0.0037716616973215 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 0.0259957275120541 0.003586295930121 99.28660326086955 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 8 SEMQEKKV 44478.96 6009.33 MHCnuggetsI 76.5 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0015422114 0.06980609 30918.66191343082 47.25637500000001 6009.33 97.0 43862.99 98.0 35367.39 80.0 45094.93 94.0 2.5e-05 45.0 50000.0 48.0 70574.86 73.0 67135.16 70.0 0.0259957275120541 0.003586295930121 99.28660326086955 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 0.0156567872327286 0.0032828585641379 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 8 EMQEKKVV 43798.02 6004.22 MHCnuggetsI 67.544 46.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0008429683 0.0045251166 32623.296095856065 69.087125 6004.22 96.12 42946.79 95.0 31569.21 63.0 44649.25 92.0 2.3e-05 46.0 50000.0 48.0 45357.59 50.0 62798.61 66.0 0.0156567872327286 0.0032828585641379 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 0.0067872856452595 0.003190388284762 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 8 MQEKKVVS 39201.54 5959.57 MHCnuggetsI 71.544 41.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.00080903666 0.015958114 32532.180530271493 69.087125 5959.57 78.29 43186.28 96.0 33869.37 74.0 44213.23 90.0 1.5e-05 53.0 50000.0 48.0 39052.6 41.0 39350.48 42.0 0.0067872856452595 0.003190388284762 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 0.2079691709950566 0.0083447815504928 27.61739130434782 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 8 QEKKVVSL 43180.905 5948.17 MHCnuggetsI 73.67 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.0021563002 0.08797722 25024.184168944263 18.942875 5948.17 71.34 41935.22 90.0 34423.54 76.0 44426.59 91.0 0.000111 26.0 50000.0 48.0 162423.92 98.0 86886.04 84.0 0.2079691709950566 0.0083447815504928 27.61739130434782 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 0.012556962268718 0.0032036270328412 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 8 EKKVVSLN 42735.41 6002.76 MHCnuggetsI 94.915 35.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00019221641 0.0048569352 33081.32373695013 74.450375 6002.76 95.83 44319.05 100.0 41151.77 100.0 47053.79 100.0 1e-06 94.0 50000.0 48.0 76322.05 78.0 34669.69 35.0 0.012556962268718 0.0032036270328412 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 0.0831658424285706 0.0040171426488825 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 8 KKVVSLNG 41263.68 5929.32 MHCnuggetsI 79.552 40.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00016733441 0.012636072 33864.205365276626 89.10487499999998 5929.32 59.540000000000006 43753.04 98.0 38774.32 94.0 46569.58 99.0 1e-06 94.0 50000.0 48.0 66780.55 70.0 38102.2 40.0 0.0831658424285706 0.0040171426488825 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 0.0057994129892904 0.003177774209356 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 8 KVVSLNGE 31052.264 5875.75 MHCnuggetsI 61.544 30.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.00040516607 0.03755251 32548.228448341757 69.087125 5875.75 35.35 40881.96 84.0 29266.51 54.0 43582.01 87.0 5e-06 71.0 26407.71 30.0 29556.3 30.0 43146.94 47.0 0.0057994129892904 0.003177774209356 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 0.0189790416625328 0.0036671254885133 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 8 VVSLNGEL 31053.672 5888.35 MHCnuggetsI 38.073 25.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0027576701 0.0830156 29452.32346283901 36.485875 5888.35 39.66 34069.68 50.0 19505.61 26.0 35507.34 47.0 8.7e-05 29.0 21269.21 25.0 47604.72 52.0 32655.02 33.0 0.0189790416625328 0.0036671254885133 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 0.0118436832271981 0.0033130601171542 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 8 VSLNGELG 31805.443 2002.86 SMM 61.531 0.6 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.0008359509 0.07143591 31870.426782446026 59.0625 5830.6 24.29 39769.42 77.0 31740.46 64.0 42623.68 82.0 4e-06 75.0 43439.36 44.0 2002.86 0.6 14960.63 14.0 0.0118436832271981 0.0033130601171542 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 0.0032275155826937 0.0032240273225731 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 8 SLNGELGD 38825.395 5799.09 MHCnuggetsI 68.5 19.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.002023103 0.056132425 31767.08392466496 59.0625 5799.09 19.46 39911.23 78.0 32787.64 69.0 44787.62 93.0 1e-06 94.0 37739.56 40.0 65410.88 68.0 55840.59 60.0 0.0032275155826937 0.0032240273225731 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 0.0005542314429476 0.003083810472306 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 8 LNGELGDS 39068.325 5832.77 MHCnuggetsI 78.225 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0017311603 0.038830377 32937.59629779995 74.450375 5832.77 24.7 42384.52 92.0 35752.13 82.0 46487.04 99.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 22958.84 22.0 0.0005542314429476 0.003083810472306 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 0.1140294428914785 0.0052074566830528 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 8 NGELGDSW 31452.745 5997.8 MHCnuggetsI 47.112 27.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00026092088 0.03900075 28973.24907881262 32.57675 5997.8 94.71 43425.74 97.0 33144.32 70.0 41826.45 77.0 5e-05 35.0 50000.0 48.0 29761.17 30.0 27161.27 27.0 0.1140294428914785 0.0052074566830528 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 0.0115950963227078 0.0031696481668039 99.28660326086955 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 8 GELGDSWI 36421.86 5996.67 MHCnuggetsI 76.0 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00027237026 0.048517507 33330.66679983624 79.69287499999999 5996.67 94.42 39273.82 74.0 30396.07 59.0 41874.01 78.0 7e-06 66.0 50000.0 48.0 99689.63 88.0 33569.9 34.0 0.0115950963227078 0.0031696481668039 99.28660326086955 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 0.0098116803128505 0.0033425976041565 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 8 ELGDSWIV 38001.065 5797.27 MHCnuggetsI 53.382 19.23 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.0026201364 0.06893817 31346.69261751446 50.764875 5797.27 19.23 38363.7 70.0 23699.6 37.0 37638.43 56.0 2.7e-05 44.0 39837.46 42.0 123495.18 94.0 57273.01 61.0 0.0098116803128505 0.0033425976041565 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 0.1261298798490315 0.0050623231668083 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 8 LGDSWIVP 41467.22 5965.84 MHCnuggetsI 65.5 46.22467391304348 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.000742298 0.03391316 31177.55244517439 50.764875 5965.84 81.89 40738.44 83.0 38150.11 92.0 42196.0 79.0 5e-06 71.0 50000.0 48.0 55417.89 60.0 48189.23 53.0 0.1261298798490315 0.0050623231668083 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 0.0284554223180748 0.0035428814294163 99.28660326086955 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 8 GDSWIVPL 33081.469 5897.21 MHCnuggetsI 50.0 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00028174798 0.014687592 31591.96789745795 54.695 5897.21 43.16 34570.97 52.0 24882.07 40.0 37010.46 53.0 2.5e-05 45.0 50000.0 48.0 50892.06 56.0 26481.95 26.0 0.0284554223180748 0.0035428814294163 99.28660326086955 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 0.1154814383480697 0.0047999482616929 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 8 DSWIVPLD 30717.239 5905.75 MHCnuggetsI 50.802 7.2 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0018972701 0.03857246 31689.108891017106 54.695 5905.75 46.91 38489.25 70.0 29745.37 56.0 38886.93 62.0 3.1e-05 42.0 45360.65 46.0 7441.32 7.2 20986.98 19.0 0.1154814383480697 0.0047999482616929 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 0.0147491840980364 0.0034930803978512 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 8 SWIVPLDN 25246.283 5475.64 MHCnuggetsI 37.5 5.44 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.0012819384 0.040931065 30496.246360406687 44.13500000000001 5475.64 5.44 36070.36 58.0 16673.41 21.0 35239.43 46.0 3.5e-05 40.0 15208.39 18.0 34725.62 35.0 19996.32 18.0 0.0147491840980364 0.0034930803978512 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 0.0095608648553024 0.0033396957250728 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 8 WIVPLDNL 31036.453 5815.71 MHCnuggetsI 35.0 18.0 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0034555697 0.13192318 31346.17699338698 50.764875 5815.71 21.77 27649.5 31.0 15126.34 18.0 32294.03 36.0 6.5e-05 32.0 30726.73 34.0 66016.12 69.0 45284.54 50.0 0.0095608648553024 0.0033396957250728 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 0.0038305261259665 0.0032381731013456 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 8 IVPLDNLT 38395.53 5876.08 MHCnuggetsI 52.347 35.46 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0023947465 0.043596465 31693.30211863027 54.695 5876.08 35.46 38362.86 70.0 26839.8 46.0 43209.66 85.0 1.1e-05 58.0 47366.92 47.0 38428.2 40.0 45180.39 50.0 0.0038305261259665 0.0032381731013456 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 0.0300353302736766 0.0040451022603497 62.74467391304348 -0.8 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 8 VPLDNLTK 33392.984 5905.95 MHCnuggetsI 44.0 24.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00871048 0.014795572 27706.37724094037 26.708874999999995 5905.95 47.0 41413.96 87.0 21617.22 31.0 39431.34 64.0 6.6e-05 32.0 20813.9 24.0 57763.03 62.0 39079.59 41.0 0.0300353302736766 0.0040451022603497 62.74467391304348 -0.8 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 0.0009846129651123 0.0032651507527431 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 8 PLDNLTKD 44979.6 5975.87 MHCnuggetsI 85.985 48.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0020098174 0.02603769 31098.825007755007 50.764875 5975.87 86.97 42476.82 92.0 36337.11 85.0 47482.38 100.0 1e-06 94.0 50000.0 48.0 73055.01 75.0 62222.86 66.0 0.0009846129651123 0.0032651507527431 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 0.0041609295512898 0.0031766610120404 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 8 LDNLTKDD 41527.425 5901.09 MHCnuggetsI 95.5 34.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.0010897118 0.032301363 32366.26441701121 63.8735 5901.09 44.82 43432.32 97.0 39622.53 97.0 48233.19 100.0 0.0 100.0 50000.0 48.0 127247.72 94.0 33569.9 34.0 0.0041609295512898 0.0031766610120404 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 0.2207692484371364 0.006889539179468 37.35904891304347 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 8 DNLTKDDL 36368.87 5893.73 MHCnuggetsI 53.531 23.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0014621004 0.01355203 31984.776599234512 59.0625 5893.73 41.74 41576.5 88.0 33504.88 72.0 46552.98 99.0 2e-06 85.0 50000.0 48.0 39232.86 42.0 24151.83 23.0 0.2207692484371364 0.006889539179468 37.35904891304347 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 0.0007556998225481 0.0031510305809154 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 8 NLTKDDLD 41563.08 5838.72 MHCnuggetsI 72.0 25.89 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011854813 0.037432782 32235.86527332316 63.8735 5838.72 25.89 41251.62 86.0 35367.39 80.0 46816.14 99.0 0.0 100.0 50000.0 48.0 60624.76 64.0 41874.54 45.0 0.0007556998225481 0.0031510305809154 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 0.0049577074532862 0.0033997731642124 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 8 LTKDDLDE 31534.113 5847.16 MHCnuggetsI 50.5 27.72 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00545755 0.11212356 30262.476787946016 41.302125 5847.16 27.72 41648.07 88.0 28795.36 53.0 45715.41 96.0 3e-06 79.0 50000.0 48.0 28750.8 29.0 32805.75 33.0 0.0049577074532862 0.0033997731642124 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 0.0007143416878534 0.0034778835747105 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 8 TKDDLDEE 41292.635 5924.91 MHCnuggetsI 65.965 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00048454525 0.022850025 29107.22356944924 34.4285 5924.91 56.93 43863.96 98.0 37739.56 91.0 47364.36 100.0 4e-06 75.0 50000.0 48.0 44020.0 48.0 38721.31 41.0 0.0007143416878534 0.0034778835747105 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 0.00034081663307 0.003624061145686 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 8 KDDLDEEE 38097.955 5889.8 MHCnuggetsI 69.5 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00013886474 0.010258509 27857.138905341973 26.708874999999995 5889.8 40.2 44554.65 100.0 37944.28 91.0 48275.48 100.0 1e-06 94.0 50000.0 48.0 38251.63 40.0 36555.27 38.0 0.00034081663307 0.003624061145686 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 0.0002469767196089 0.0034362701135882 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 8 DDLDEEED 42305.135 5935.99 MHCnuggetsI 81.473 26.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00020598636 0.0071930373 29421.31251265534 36.485875 5935.99 63.66 45584.02 100.0 42280.1 100.0 49089.78 100.0 0.0 100.0 50000.0 48.0 42330.17 46.0 26726.99 26.0 0.0002469767196089 0.0034362701135882 99.28660326086955 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 0.0002943422960015 0.0034255892911462 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 8 DLDEEEDT 42426.03 5927.63 MHCnuggetsI 78.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.0002653874 0.010846684 29521.174931408077 36.485875 5927.63 58.53 45319.95 100.0 38984.65 95.0 47592.96 100.0 3e-06 79.0 50000.0 48.0 74929.01 77.0 39532.11 42.0 0.0002943422960015 0.0034255892911462 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 0.0008005818008314 0.0039335008424213 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-A*29:02 8 LDEEEDTH 38765.725 5896.98 MHCnuggetsI 51.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.0003479394 0.020618705 25638.451251286755 20.251124999999995 5896.98 43.06 43727.0 98.0 36732.4 87.0 45489.9 96.0 1.4e-05 54.0 50000.0 48.0 40799.05 44.0 26421.05 26.0 0.0008005818008314 0.0039335008424213 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 0.0190536930604139 0.0038886059882336 99.28660326086955 -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-A*29:02 8 DEEEDTHL 44513.1 5912.96 MHCnuggetsI 69.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.001614988 0.083708845 27728.028200547906 26.708874999999995 5912.96 50.4 42133.52 91.0 36141.06 84.0 46892.68 100.0 1.5e-05 53.0 50000.0 48.0 90084.48 85.0 49085.14 54.0 0.0190536930604139 0.0038886059882336 99.28660326086955 -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 8 SIVGAEVD 34715.751 5876.2 MHCnuggetsI 72.937 24.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.00087765825 0.018138114 32098.08207838268 63.8735 5876.2 35.5 40523.91 82.0 37333.42 89.0 45638.29 96.0 1e-06 94.0 49461.93 48.0 25098.63 24.0 30970.63 31.0 0.0046949276293162 0.0032083930244584 99.28660326086955 1.042857142857143 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 8 IVGAEVDK 25246.84 5696.15 MHCnuggetsI 38.0 9.7 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.00741277 0.021445248 20767.18320055217 12.080249999999996 5696.15 11.37 41947.47 90.0 23828.16 37.0 41171.81 74.0 1.9e-05 49.0 10081.44 9.7 37380.92 39.0 26665.52 26.0 0.0055468286009272 0.0049038997307804 62.74467391304348 -0.15714285714285703 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 8 VGAEVDKN 46042.78 5891.12 MHCnuggetsI 94.5 40.71 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 0.0003555611 0.039048214 31160.302541156107 50.764875 5891.12 40.71 44462.2 100.0 40489.28 99.0 47623.36 100.0 1e-06 94.0 50000.0 48.0 133244.72 95.0 49767.98 55.0 0.0016116697224788 0.0032661281872118 99.28660326086955 -1.2571428571428573 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 8 GAEVDKNL 44263.705 5836.06 MHCnuggetsI 75.5 25.34 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.00028069023 0.0059187026 32180.07472313268 63.8735 5836.06 25.34 41825.1 89.0 36337.11 85.0 46702.31 99.0 7e-06 66.0 50000.0 48.0 106084.03 90.0 49653.52 54.0 0.005575479066465 0.0032104321530063 99.28660326086955 -0.6571428571428573 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 8 AEVDKNLG 40587.99 5963.77 MHCnuggetsI 73.37 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00076069776 0.07153028 32393.56188641262 63.8735 5963.77 80.74 43640.04 98.0 37535.94 90.0 46264.76 98.0 7e-06 66.0 50000.0 48.0 47824.45 53.0 27286.64 27.0 0.0331957287271507 0.0035162669222078 99.28660326086955 -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 8 EVDKNLGT 39830.87 5885.24 MHCnuggetsI 63.0 37.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0013696764 0.036975052 31813.972115888613 59.0625 5885.24 38.52 43466.62 97.0 32965.5 69.0 44202.71 90.0 8e-06 63.0 50000.0 48.0 36195.12 37.0 59149.35 63.0 0.035463952604914 0.0036069807336863 99.28660326086955 -0.5714285714285713 -0.5714285714285713 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 8 VDKNLGTV 41496.185 5871.16 MHCnuggetsI 61.937 33.96 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.0005927099 0.028547982 32072.9317044806 63.8735 5871.16 33.96 41096.16 85.0 33144.32 70.0 41896.21 78.0 1.2e-05 57.0 50000.0 48.0 47604.72 52.0 55456.19 60.0 0.0177636721346061 0.003362269264338 99.28660326086955 -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 8 DKNLGTVY 14706.825 2082.81 SMM 11.32 0.7 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.032558747 0.16400412 14487.419658408093 7.337249999999999 5655.31 9.64 28834.65 33.0 11666.98 13.0 31737.38 35.0 0.00146 8.0 50000.0 48.0 2082.81 0.7 14926.23 14.0 0.6733561921864748 0.0691233131270434 3.8525271739129607 -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 8 KNLGTVYG 34523.152 5888.84 MHCnuggetsI 64.044 26.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 0.0005330625 0.056637287 32758.70482168309 69.087125 5888.84 39.84 36287.6 59.0 29584.89 56.0 42496.11 81.0 5e-06 71.0 22451.54 26.0 122645.04 94.0 42948.7 47.0 0.0049073928166762 0.0031480826658787 99.28660326086955 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 8 NLGTVYGL 27565.577 5745.71 MHCnuggetsI 29.0 14.35 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.009665745 0.16665547 27773.573162282853 26.708874999999995 5745.71 14.35 27357.58 30.0 17600.27 23.0 32261.56 36.0 8.8e-05 28.0 18882.64 22.0 178094.29 98.0 61936.98 65.0 0.0532716939924284 0.0043799219245997 62.74467391304348 1.2857142857142858 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 8 LGTVYGLE 34408.981 5840.97 MHCnuggetsI 62.0 26.36 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.0013350835 0.07088678 31582.161402322577 54.695 5840.97 26.36 37235.8 63.0 31060.99 61.0 41340.1 75.0 2e-06 85.0 50000.0 48.0 72886.99 75.0 26850.35 27.0 0.0093549376178998 0.0033131270856727 99.28660326086955 0.24285714285714274 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 8 GTVYGLEK 15932.445 5743.91 MHCnuggetsI 17.653 4.4 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.008207066 0.09786242 26208.219767221908 21.751124999999995 5743.91 14.22 35671.38 56.0 12051.9 14.0 31844.68 35.0 0.000159 22.0 5869.13 4.4 8987.73 8.4 19812.99 18.0 0.3604947938583791 0.0136134542051391 17.305597826086952 -0.2571428571428572 0.24285714285714274 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 8 TVYGLEKP 34466.373 5897.45 MHCnuggetsI 58.531 30.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.0032185328 0.05167436 31848.935171935216 59.0625 5897.45 43.26 37083.81 63.0 28331.79 51.0 42780.29 82.0 1.1e-05 58.0 25842.4 30.0 37380.92 39.0 59422.37 63.0 0.1225308377761393 0.0048967064242948 62.74467391304348 -0.3857142857142856 -0.2571428571428572 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 8 VYGLEKPF 17241.555 5665.56 MHCnuggetsI 15.242 10.04 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0064698765 0.01867809 23415.92180653852 15.483874999999996 5665.56 10.04 17619.52 15.0 13356.59 15.0 29308.66 29.0 0.000577 13.0 42509.45 44.0 15547.12 15.0 16863.59 16.0 0.0214947995409602 0.0046188224826609 62.74467391304348 -0.5857142857142857 -0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 8 YGLEKPFL 30501.963 5828.4 MHCnuggetsI 29.494 5.788070652173886 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.012605486 0.19895615 28012.016275989536 27.987124999999995 5828.4 23.9 27698.01 31.0 15457.23 19.0 32991.91 38.0 0.000107 26.0 42051.98 43.0 73055.01 75.0 51280.23 56.0 0.7147903703153133 0.0433512871926239 5.788070652173886 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 8 GLEKPFLC 32807.738 5706.3 MHCnuggetsI 48.128 11.9 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.011235843 0.24116448 30785.756880209155 47.25637500000001 5706.3 11.9 40186.84 80.0 27575.71 49.0 41345.46 75.0 1.9e-05 49.0 29425.27 33.0 42232.81 46.0 34829.72 36.0 0.0085023574356455 0.0033858724423931 99.28660326086955 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 8 LEKPFLCG 35918.9 5984.46 MHCnuggetsI 75.0 35.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0012356469 0.08281534 32260.074678553745 63.8735 5984.46 90.54 40105.59 79.0 35559.24 81.0 43527.35 86.0 5e-06 71.0 50000.0 48.0 36278.56 37.0 34036.9 35.0 0.0215936500462703 0.0033888448725558 99.28660326086955 -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 8 EKPFLCGL 39389.035 5950.21 MHCnuggetsI 66.5 48.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.00035751864 0.011747217 32559.68099175848 69.087125 5950.21 72.59 36549.64 60.0 32965.5 69.0 42228.43 79.0 1.6e-05 52.0 50000.0 48.0 59930.79 64.0 50460.32 55.0 0.0406609411002136 0.0035922115638723 99.28660326086955 1.0 1.0 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 8 KPFLCGLA 29787.361 5908.68 MHCnuggetsI 49.145 23.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00030248376 0.006643993 32162.13260061937 63.8735 5908.68 48.29 37395.27 64.0 19611.42 27.0 33963.31 41.0 1.8e-05 50.0 19295.7 23.0 52077.48 57.0 27412.59 27.0 0.0104316831202595 0.0032676522489244 99.28660326086955 1.8142857142857143 1.8142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 8 PFLCGLAL 20986.11 5831.72 MHCnuggetsI 23.749 13.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0036268425 0.014459906 26794.871814502283 23.49875 5831.72 24.51 22884.17 22.0 11172.82 13.0 27596.31 25.0 4.5e-05 37.0 19088.05 22.0 17850.48 17.0 25058.21 24.0 0.0590044681448489 0.0046270186402013 62.74467391304348 2.585714285714286 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-A*29:02 8 FLCGLALD 27839.698 5712.7 MHCnuggetsI 43.5 12.24 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.01200679 0.4961289 31905.30694860863 59.0625 5712.7 12.24 23774.09 23.0 17038.15 22.0 34813.46 44.0 5e-06 71.0 16228.45 19.0 71064.06 74.0 40174.46 43.0 0.0042311199940741 0.003221886328263 99.28660326086955 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-A*29:02 8 LCGLALDL 28775.529 5794.9 MHCnuggetsI 48.5 18.94 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0022779773 0.19997989 28442.448163217152 29.365875 5794.9 18.94 33773.85 49.0 29108.61 54.0 39095.33 63.0 5e-06 71.0 50000.0 48.0 24358.47 23.0 23064.82 22.0 0.0107084313203813 0.0036840741243514 99.28660326086955 1.6857142857142857 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 8 MATLFTIC 31330.283 5915.88 MHCnuggetsI 51.465 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.002216291 0.15237583 31568.46587431046 54.695 5915.88 51.93 34325.36 51.0 27278.95 47.0 37125.98 53.0 9e-06 62.0 34986.78 38.0 31092.1 31.0 30475.44 31.0 0.0191701344738248 0.0034312434573147 99.28660326086955 2.0 2.0 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 8 ATLFTICV 29581.928 5706.0 MHCnuggetsI 32.5 11.88 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.0003390301 0.048631154 31688.07647671115 54.695 5706.0 11.88 33958.53 50.0 15967.2 20.0 32784.8 38.0 3.2e-05 42.0 13947.35 16.0 82537.25 82.0 27475.78 27.0 0.3158751241862774 0.0097057061487907 24.57923913043477 2.3428571428571425 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 8 TLFTICVW 19703.208 5767.81 MHCnuggetsI 15.065 5.2 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.0038402132 0.3074205 19410.605079968274 10.787374999999995 5767.81 16.13 32898.15 46.0 11730.27 14.0 19995.81 14.0 0.000949 9.8 6682.85 5.2 89877.3 85.0 31546.41 32.0 0.0483756963221821 0.0060860264336101 37.35904891304347 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 8 LFTICVWT 26595.97 5782.8 MHCnuggetsI 32.0 17.59 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 0.0007546013 0.16593562 31281.865998186506 50.764875 5782.8 17.59 24175.37 24.0 18578.65 25.0 31498.93 34.0 6e-06 68.0 25842.4 30.0 33546.72 34.0 27349.54 27.0 0.0007842374161555 0.003244357791434 99.28660326086955 1.6714285714285715 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 8 FTICVWTG 23892.53 5488.75 MHCnuggetsI 28.0 5.65 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 0.00072388275 0.19317104 31085.11216880269 50.764875 5488.75 5.65 28550.9 33.0 16316.49 21.0 26358.62 23.0 1.2e-05 57.0 7527.49 6.3 38516.78 40.0 21426.44 20.0 0.0302315789667773 0.00362138455838 99.28660326086955 1.2142857142857142 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 8 TICVWTGE 36457.33 5874.37 MHCnuggetsI 51.5 34.92 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.0002950341 0.09068644 30480.285357991925 44.13500000000001 5874.37 34.92 34738.95 53.0 27131.77 47.0 38175.71 58.0 7e-06 66.0 40708.92 42.0 46843.57 52.0 46660.57 51.0 0.0047410601910087 0.0033736737317199 99.28660326086955 0.8142857142857142 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 8 ICVWTGET 35681.809 5891.61 MHCnuggetsI 70.544 25.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 0.00025901332 0.0682438 32535.55768109891 69.087125 5891.61 40.9 38828.06 72.0 31740.46 64.0 43422.91 86.0 2e-06 85.0 50000.0 48.0 86626.35 84.0 25701.0 25.0 0.0019037375786865 0.0031355924728219 99.28660326086955 0.07142857142857133 0.8142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 8 CVWTGETI 26121.83 5916.04 MHCnuggetsI 43.0 15.0 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.0001977013 0.028365776 30383.66955106496 44.13500000000001 5916.04 52.0 35482.37 56.0 14802.53 18.0 32494.52 37.0 3.1e-05 42.0 13501.89 15.0 21859.99 20.0 40639.65 44.0 0.1660270763095468 0.0059722644102855 46.22467391304348 0.35714285714285726 0.35714285714285726 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 8 MRVRTSTA 37419.253 5943.01 MHCnuggetsI 69.545 32.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 5.6215096e-05 0.0028871144 33706.76570044114 84.60012499999998 5943.01 68.08999999999999 41131.74 85.0 31740.46 64.0 41930.68 78.0 5e-06 71.0 50000.0 48.0 257424.57 100.0 31838.31 32.0 0.1105397393403109 0.0044438504980988 62.74467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 8 RVRTSTAF 25271.46 5880.3 MHCnuggetsI 20.153 4.8 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.017576952 0.20420735 24055.65962482191 16.804874999999992 5880.3 36.84 28976.96 34.0 7486.88 7.4 26487.26 23.0 0.00119 8.8 6330.92 4.8 70737.55 74.0 60666.65 64.0 0.3446018751710653 0.0139810429630701 17.305597826086952 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 8 VRTSTAFK 36886.43 5976.53 MHCnuggetsI 56.437 36.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.0016560621 0.05755875 32108.05342973475 63.8735 5976.53 87.27000000000001 37822.95 67.0 23318.07 36.0 36033.3 49.0 3.6e-05 40.0 37739.56 40.0 194379.29 99.0 44766.18 49.0 0.0534361246973276 0.0038088168994731 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 8 RTSTAFKA 27928.42 5835.23 MHCnuggetsI 38.5 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00071127573 0.10057266 31375.34019464553 50.764875 5835.23 25.180000000000003 39784.92 77.0 24481.5 39.0 39058.11 62.0 2.2e-05 47.0 10992.95 12.0 14745.18 14.0 37149.25 38.0 0.2923218049108982 0.0090223354682677 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 8 TSTAFKAV 30946.604 3362.4 SMM 47.5 1.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0005729766 0.026227439 32111.46725230901 63.8735 5822.1 22.82 38265.85 69.0 26985.39 47.0 41085.05 73.0 1.4e-05 54.0 50000.0 48.0 3362.4 1.7 29781.74 30.0 0.1992606385610997 0.0063635952496668 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 8 STAFKAVL 28366.971 5926.61 MHCnuggetsI 29.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.0071093724 0.100965835 30209.272962324263 41.302125 5926.61 57.95 33479.53 48.0 16946.23 22.0 34475.73 43.0 0.000124 25.0 11730.27 13.0 26524.67 26.0 31473.86 32.0 0.2981649301946163 0.0095508660278508 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 8 TAFKAVLH 23223.572 5737.41 MHCnuggetsI 13.441 6.5 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.010137436 0.051567078 21504.063563351938 13.122999999999996 5737.41 13.76 27244.14 30.0 8163.8 8.2 26993.56 24.0 0.000921 9.9 7692.16 6.5 39778.65 42.0 24943.08 24.0 0.4095176914706826 0.0195051966422993 12.187228260869546 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 8 DSGALIQV 32311.575 5832.61 MHCnuggetsI 48.0 5.7 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.00073673564 0.007431279 31207.490458817505 50.764875 5832.61 24.67 39962.22 78.0 28331.79 51.0 42678.58 82.0 2.1e-05 48.0 50000.0 48.0 6232.32 5.7 33415.66 34.0 0.2263224590569734 0.0071939668696668 31.64317934782608 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 8 SGALIQVI 39508.49 5959.11 MHCnuggetsI 58.937 31.64317934782608 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.000579842 0.020247007 32136.569412434103 63.8735 5959.11 78.01 38274.57 69.0 28178.94 51.0 40742.41 71.0 1.9e-05 49.0 50000.0 48.0 116855.73 93.0 49085.14 54.0 0.236667513847351 0.007252094014408 31.64317934782608 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 8 GALIQVIE 34705.705 5854.99 MHCnuggetsI 63.531 29.56 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.0025756846 0.045471463 32017.455922338835 59.0625 5854.99 29.56 41484.37 87.0 32610.74 68.0 45220.01 94.0 4e-06 75.0 50000.0 48.0 36530.03 38.0 32881.38 33.0 0.028018203767715 0.0034919121318518 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 8 ALIQVIES 34151.987 5727.97 MHCnuggetsI 42.612 13.14 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.001783366 0.1270374 31579.974886557116 54.695 5727.97 13.14 40676.77 82.0 23192.26 35.0 39792.23 66.0 3.7e-05 39.0 23957.42 28.0 132632.51 95.0 36724.0 38.0 0.1713440311141312 0.0058622718648236 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 8 LIQVIESC 39497.5 5852.64 MHCnuggetsI 59.531 29.0 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0027213453 0.08960295 32019.41951127709 59.0625 5852.64 29.0 40919.12 84.0 32085.75 66.0 43151.73 84.0 1e-05 60.0 50000.0 48.0 38075.88 40.0 50228.48 55.0 0.0056591976026538 0.0032269798615662 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 8 IQVIESCA 37696.577 5949.47 MHCnuggetsI 70.0 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 6.406074e-05 0.0075316024 32911.76464431011 74.450375 5949.47 72.14 42481.39 92.0 32787.64 69.0 43390.97 86.0 5e-06 71.0 50000.0 48.0 44427.31 49.0 17904.0 17.0 0.0765674707945436 0.0040346458933055 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 8 QVIESCAV 33667.612 5785.82 MHCnuggetsI 48.0 16.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00045335633 0.074439816 31782.143172771317 59.0625 5785.82 17.9 39710.94 77.0 16316.49 21.0 35553.08 47.0 2.9e-05 43.0 13648.77 16.0 62755.24 66.0 44458.01 49.0 0.0690222977427765 0.0040638002081473 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 8 VIESCAVL 36575.95 5808.06 MHCnuggetsI 48.5 20.67 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0016123613 0.06817495 28726.8760885863 30.891874999999995 5808.06 20.67 36554.38 60.0 22818.9 34.0 36597.52 51.0 2e-05 49.0 50000.0 48.0 46521.1 51.0 41490.63 45.0 0.0447037847479805 0.0041132068695009 62.74467391304348 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 8 IESCAVLY 4777.75 356.07 NetMHCcons 2.95 1.7 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.11826967 0.919361 1762.3780654271268 2.157 5330.56 3.85 4115.34 3.8 356.07 1.7 5061.32 2.9 0.0116 3.0 7945.94 6.8 4494.18 2.9 13303.01 13.0 0.240767958573997 0.110610615981962 2.7245652173912447 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 8 ESCAVLYT 34685.897 5769.79 MHCnuggetsI 52.0 12.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.001285834 0.19298594 31965.0439367809 59.0625 5769.79 16.31 37741.59 66.0 27278.95 47.0 39216.06 63.0 1.2e-05 57.0 44872.5 45.0 12180.08 12.0 37406.75 39.0 0.0309788787417346 0.0035341532113614 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 8 SCAVLYTT 36464.3 5778.85 MHCnuggetsI 59.5 17.18 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 0.00048718633 0.14765409 32395.27668306108 63.8735 5778.85 17.18 38202.98 69.0 29906.73 57.0 41395.59 75.0 9e-06 62.0 50000.0 48.0 34725.62 35.0 42751.37 47.0 0.0014309727594081 0.0031434932324356 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 0.4674855694174766 0.0173402359335649 13.500896739130424 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 8 KSADVVKV 29896.445 5867.98 MHCnuggetsI 35.899 12.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0010767797 0.045029975 30047.52076510233 38.768 5867.98 33.03 40214.65 80.0 25982.58 43.0 42172.71 79.0 9.1e-05 28.0 29745.37 33.0 11057.32 12.0 61794.53 65.0 0.4674855694174766 0.0173402359335649 13.500896739130424 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 0.3274797494523227 0.0150126470435385 16.15755434782608 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 8 SADVVKVK 42038.585 5858.57 MHCnuggetsI 55.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0004492204 0.0025982352 20981.38401133224 12.320249999999994 5858.57 30.45 43462.39 97.0 32434.8 67.0 40614.78 70.0 0.000141 24.0 50000.0 48.0 140168.36 96.0 57670.01 62.0 0.3274797494523227 0.0150126470435385 16.15755434782608 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 0.1242939892690628 0.004901868183866 62.74467391304348 0.542857142857143 0.542857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 8 ADVVKVKC 38882.015 5895.83 MHCnuggetsI 60.904 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.00023119405 0.015956536 32019.21520981888 59.0625 5895.83 42.59 44370.88 100.0 38774.32 94.0 47069.08 100.0 6e-06 68.0 50000.0 48.0 22837.58 22.0 38989.71 41.0 0.1242939892690628 0.004901868183866 62.74467391304348 0.542857142857143 0.542857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 0.2387733999639749 0.0090985010472503 24.57923913043477 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 8 DVVKVKCK 37258.005 5869.39 MHCnuggetsI 46.0 20.251124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 6.872143e-05 0.0015630451 25590.98221275549 20.251124999999995 5869.39 33.45 44668.09 100.0 31912.64 65.0 42603.37 81.0 3.1e-05 42.0 23192.26 27.0 60904.59 65.0 45284.54 50.0 0.2387733999639749 0.0090985010472503 24.57923913043477 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 0.1378619754686951 0.0061646356046721 37.35904891304347 0.42857142857142855 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 8 VVKVKCKL 39951.435 5976.74 MHCnuggetsI 53.5 22.585249999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0017021401 0.068177395 26535.3423893354 22.585249999999995 5976.74 87.37 39940.61 78.0 30560.95 59.0 41731.07 77.0 8.5e-05 29.0 50000.0 48.0 39962.26 43.0 64855.98 68.0 0.1378619754686951 0.0061646356046721 37.35904891304347 0.42857142857142855 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 0.0093417864118237 0.0031192682244649 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 8 VKVKCKLT 37913.285 5946.95 MHCnuggetsI 86.3 31.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 0.00011265404 0.01151216 33609.77627328095 84.60012499999998 5946.95 70.58 42848.85 94.0 37132.0 88.0 47018.69 100.0 1e-06 94.0 50000.0 48.0 38694.57 41.0 31113.58 31.0 0.0093417864118237 0.0031192682244649 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 0.0027757746574934 0.0032140232183845 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 8 KVKCKLTQ 37119.249 5893.4 MHCnuggetsI 58.531 32.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 0.00033770571 0.032322418 31816.81732625034 59.0625 5893.4 41.6 42421.68 92.0 30068.96 58.0 44474.7 91.0 1.1e-05 58.0 46857.18 46.0 31743.15 32.0 57936.2 62.0 0.0027757746574934 0.0032140232183845 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 0.0124473420437425 0.0031326428209821 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-A*29:02 8 VKCKLTQS 37957.885 5972.92 MHCnuggetsI 86.79 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 0.0001362595 0.023411002 33842.2604010638 84.60012499999998 5972.92 85.58 43020.27 95.0 37132.0 88.0 46522.75 99.0 1e-06 94.0 50000.0 48.0 38783.77 41.0 31911.7 32.0 0.0124473420437425 0.0031326428209821 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 0.0201140713907079 0.0037705476069757 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-A*29:02 8 KCKLTQSF 37619.615 5959.07 MHCnuggetsI 60.5 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.0025214623 0.16174933 28736.49419710123 30.891874999999995 5959.07 77.99000000000001 36330.43 59.0 26839.8 46.0 38908.8 62.0 0.00018 21.0 50000.0 48.0 111339.69 91.0 58877.59 63.0 0.0201140713907079 0.0037705476069757 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 0.0044809866813011 0.0031011308290525 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-A*29:02 8 MKSADVVN 38309.41 5962.76 MHCnuggetsI 83.085 32.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.00036471497 0.007344827 33219.39732565316 79.69287499999999 5962.76 80.17 41303.0 86.0 36931.66 87.0 45014.5 94.0 1e-06 94.0 50000.0 48.0 39687.16 42.0 31401.47 32.0 0.0044809866813011 0.0031011308290525 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 0.3048895578831434 0.0110912675979256 20.2322554347826 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-A*29:02 8 KSADVVNR 25623.381 5806.72 MHCnuggetsI 21.793 5.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.0010162822 0.014440623 26498.942180802685 22.585249999999995 5806.72 20.48 41583.23 88.0 24747.82 39.0 39527.05 65.0 0.000175 21.0 7131.08 5.8 13171.95 13.0 34510.4 35.0 0.3048895578831434 0.0110912675979256 20.2322554347826 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 0.0368031488033011 0.0039587610722673 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 8 KSADVVKQ 35653.26 5883.2 MHCnuggetsI 50.5 15.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.0007173204 0.030570196 29038.295135240955 32.57675 5883.2 37.81 41881.25 89.0 29425.27 55.0 45116.89 94.0 2.7e-05 44.0 45854.11 46.0 15369.16 15.0 55201.39 59.0 0.0368031488033011 0.0039587610722673 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 0.2450200887396931 0.0110927340388115 20.2322554347826 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 8 SADVVKQR 41690.665 5763.07 MHCnuggetsI 51.0 12.845624999999997 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.0003413342 0.0030292445 21303.985442806978 12.845624999999997 5763.07 15.73 42598.78 93.0 31740.46 64.0 40782.55 71.0 0.000243 19.0 45854.11 46.0 176055.66 98.0 51280.23 56.0 0.2450200887396931 0.0110927340388115 20.2322554347826 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 0.8330904394388199 0.0884033464856913 3.1845108695651163 -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 8 ADVVKQRF 33132.445 5809.0 MHCnuggetsI 33.5 3.1845108695651163 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.00846963 0.052191395 19693.50604482803 10.983999999999996 5809.0 20.8 35395.34 55.0 31060.99 61.0 41054.38 73.0 0.00025 18.0 50000.0 48.0 34645.75 35.0 31619.14 32.0 0.8330904394388199 0.0884033464856913 3.1845108695651163 -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 0.1441711205407045 0.006928826917397 37.35904891304347 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 8 DVVKQRFK 23813.559 5985.0 MHCnuggetsI 38.18 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 0.00033374602 0.0060892627 24055.377761711392 16.804874999999992 5985.0 90.74 42807.61 94.0 23571.74 36.0 39829.28 66.0 3.8e-05 39.0 14252.45 16.0 21659.58 20.0 47528.05 52.0 0.1441711205407045 0.006928826917397 37.35904891304347 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 0.0070719097275286 0.0032784675290511 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 8 VVKQRFKN 42145.48 5750.13 MHCnuggetsI 64.5 14.69 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 0.0008359758 0.040492352 31662.68658476197 54.695 5750.13 14.69 42691.52 93.0 30893.41 61.0 45429.91 95.0 4e-06 75.0 41599.44 43.0 51009.37 56.0 65005.48 68.0 0.0070719097275286 0.0032784675290511 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 0.1683112541213631 0.0054132495595895 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 8 VKQRFKNP 38839.315 5960.88 MHCnuggetsI 84.082 22.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.00018796534 0.0054315226 33919.126224950975 89.10487499999998 5960.88 79.06 44377.6 100.0 41375.0 100.0 47515.28 100.0 1e-06 94.0 50000.0 48.0 23102.02 22.0 36303.63 37.0 0.1683112541213631 0.0054132495595895 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 0.0830610416014678 0.0040567723564687 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 8 KQRFKNPA 37822.6 5957.25 MHCnuggetsI 68.872 29.0 SMMPMBEC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 4.847641e-05 0.0014692813 33509.51910456367 84.60012499999998 5957.25 76.89 43541.0 97.0 31060.99 61.0 44047.54 89.0 4e-06 75.0 50000.0 48.0 42135.68 46.0 28638.48 29.0 0.0830610416014678 0.0040567723564687 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 0.346786874346435 0.0116117101442223 20.2322554347826 -1.4 -1.4 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 8 QRFKNPAW 34597.835 6000.46 MHCnuggetsI 44.0 16.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.0013310285 0.09492677 29428.524491910863 36.485875 6000.46 95.34 41918.43 89.0 25017.04 40.0 38720.23 61.0 0.000329 16.0 50000.0 48.0 91127.61 85.0 30475.44 31.0 0.346786874346435 0.0116117101442223 20.2322554347826 -1.4 -1.4 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 0.1805821997113526 0.0060547157300277 37.35904891304347 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 8 RFKNPAWV 31072.424 5919.44 MHCnuggetsI 42.18 22.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.002616132 0.046705835 31586.21863850217 54.695 5919.44 53.85 33278.0 47.0 17791.74 23.0 30558.63 32.0 0.000161 22.0 18679.43 22.0 42919.04 47.0 73274.02 75.0 0.1805821997113526 0.0060547157300277 37.35904891304347 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 0.5363824861124158 0.027551289004402 8.839293478260856 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 8 FKNPAWVW 26391.196 5976.72 MHCnuggetsI 29.5 8.839293478260856 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.010088584 0.16185792 23719.72112821148 16.343624999999992 5976.72 87.36 34378.88 51.0 21384.59 31.0 29062.67 28.0 0.000897 11.0 50000.0 48.0 30594.97 31.0 22539.8 21.0 0.5363824861124158 0.027551289004402 8.839293478260856 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 0.0227351056528277 0.003574701851949 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 8 KNPAWVWL 33502.43 5898.04 MHCnuggetsI 46.068 37.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00046085476 0.01766786 30656.012578716967 44.13500000000001 5898.04 43.5 34373.29 51.0 25982.58 43.0 32631.57 37.0 3.6e-05 40.0 50000.0 48.0 66780.55 70.0 58337.79 62.0 0.0227351056528277 0.003574701851949 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 0.2909262522589415 0.0113250530833222 20.2322554347826 0.7857142857142857 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-A*29:02 8 NPAWVWLW 22026.503 5815.79 MHCnuggetsI 19.616 9.5 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.014203569 0.16557167 24643.815713164226 17.799749999999992 5815.79 21.78 29934.24 36.0 9499.0 9.5 19409.19 13.0 0.000686 12.0 16583.46 19.0 115784.39 92.0 33185.62 34.0 0.2909262522589415 0.0113250530833222 20.2322554347826 0.7857142857142857 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 0.0011183899187017 0.003191551065742 99.28660326086955 0.5142857142857142 0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-A*29:02 8 PAWVWLWN 37297.77 5837.76 MHCnuggetsI 56.531 25.68 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 0.00059646845 0.014055746 31855.326858740573 59.0625 5837.76 25.68 35110.4 54.0 28331.79 51.0 39485.14 65.0 1e-06 94.0 50000.0 48.0 79918.99 80.0 46020.36 51.0 0.0011183899187017 0.003191551065742 99.28660326086955 0.5142857142857142 0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 8 PAITIKQE 42016.05 5852.25 MHCnuggetsI 76.5 28.9 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.0006983412 0.0036475805 32124.12487186001 63.8735 5852.25 28.9 43579.17 97.0 35946.07 83.0 47267.6 100.0 4e-06 75.0 50000.0 48.0 76497.99 78.0 40452.93 43.0 0.0171347434879862 0.0033496449996767 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 8 AITIKQEY 7812.895 1437.83 NetMHCcons 2.725 1.8 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.43856114 0.7962142 2038.978048907059 2.2862499999999994 5098.46 2.55 11346.66 8.3 1437.83 2.9 15733.45 9.0 0.0325 1.8 10527.33 12.0 3553.45 1.9 13707.24 13.0 0.3337186723947525 0.1304193775765234 2.437581521739034 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 8 ITIKQEYR 22236.634 4018.93 PickPocket 19.126 2.3 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.002495719 0.07418994 25781.5172220607 20.251124999999995 5752.31 14.85 38245.15 69.0 11479.16 13.0 32435.15 37.0 0.000265 18.0 4018.93 2.3 18691.75 18.0 26360.28 26.0 0.1797229587100446 0.0073429914710416 31.64317934782608 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-A*29:02 8 TIKQEYRN 44394.28 5759.33 MHCnuggetsI 77.5 15.42 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 0.0033747293 0.06883134 31537.86021057798 54.695 5759.33 15.42 42609.83 93.0 33504.88 72.0 46178.73 98.0 2e-06 85.0 50000.0 48.0 49505.11 54.0 84908.27 83.0 0.012934911501361 0.0033597803004612 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-A*29:02 8 IKQEYRNF 35645.16 5922.39 MHCnuggetsI 51.75 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.00366306 0.07395549 29068.19691668377 32.57675 5922.39 55.50000000000001 36138.32 58.0 26550.96 45.0 41027.73 73.0 7.6e-05 30.0 50000.0 48.0 52438.47 57.0 35152.0 36.0 0.083257824415341 0.0046580260187545 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 8 PAITIKQP 44387.785 5960.23 MHCnuggetsI 81.845 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.00087742513 0.0032612525 32811.17403332239 74.450375 5960.23 78.69 43699.09 98.0 38565.12 94.0 47088.94 100.0 2e-06 85.0 50000.0 48.0 76497.99 78.0 45076.48 50.0 0.0366052546305581 0.0035149387006224 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 8 AITIKQPK 24677.285 5797.15 MHCnuggetsI 32.788 17.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.000925268 0.004406652 28799.15962822623 32.57675 5797.15 19.21 41823.75 89.0 26985.39 47.0 40067.43 68.0 6.2e-05 33.0 19088.05 22.0 22369.18 21.0 17416.06 17.0 0.1026889777276665 0.0050329037222455 46.22467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 8 ITIKQPKQ 31460.408 5761.18 MHCnuggetsI 38.384 15.56 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.0016696842 0.06619743 29776.49629273263 38.768 5761.18 15.56 41446.69 87.0 21269.21 30.0 44331.06 91.0 2.9e-05 43.0 33144.32 36.0 21809.72 20.0 37149.25 38.0 0.0936394222080707 0.0047203152737834 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 8 TIKQPKQS 45221.28 5929.07 MHCnuggetsI 74.544 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0016393475 0.01985922 32585.6386023232 69.087125 5929.07 59.4 43598.99 97.0 36337.11 85.0 47099.63 100.0 1e-05 60.0 50000.0 48.0 46843.57 52.0 79423.68 80.0 0.0190986353263724 0.0033266646726754 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 8 IKQPKQSG 40276.495 5989.21 MHCnuggetsI 93.125 30.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00060027104 0.005751085 33643.087916613964 84.60012499999998 5989.21 92.25 44569.13 100.0 40929.75 100.0 47929.38 100.0 1e-06 94.0 50000.0 48.0 29488.32 30.0 39623.24 42.0 0.0071789825815358 0.0030925953171596 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 8 KQPKQSGV 41841.97 5932.87 MHCnuggetsI 69.0 43.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 7.276676e-05 0.0020154025 33508.86343211545 84.60012499999998 5932.87 61.7 43537.23 97.0 33324.12 71.0 45071.03 94.0 1.2e-05 57.0 50000.0 48.0 40146.71 43.0 63233.9 67.0 0.0180469971528509 0.0032259016122446 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 8 QPKQSGVR 44519.25 5845.59 MHCnuggetsI 66.5 27.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.0009182858 0.0015460284 31091.250686445084 50.764875 5845.59 27.36 44483.85 100.0 33869.37 74.0 44554.65 92.0 2.2e-05 47.0 50000.0 48.0 139524.35 96.0 54821.38 59.0 0.0473228330956772 0.0038455272337508 99.28660326086955 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 8 PKQSGVRE 42361.295 5906.86 MHCnuggetsI 79.725 12.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00032001952 0.001261809 33031.3418608167 74.450375 5906.86 47.43 44885.13 100.0 39837.46 98.0 48120.07 100.0 2e-06 85.0 50000.0 48.0 11551.81 12.0 48411.66 53.0 0.0008354903020517 0.0030783873494101 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 8 KQSGVREK 35234.625 5953.57 MHCnuggetsI 54.612 22.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 0.00015561144 0.0107350275 28375.76591231 29.365875 5953.57 74.67 43571.64 97.0 31569.21 63.0 40236.0 68.0 0.00012 25.0 18882.64 22.0 106084.03 90.0 38900.04 41.0 0.1156552137981634 0.0053438544877053 46.22467391304348 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 8 QSGVREKG 39193.325 6012.0 MHCnuggetsI 95.69 6.2 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00014053503 0.0043638414 33156.883629508455 79.69287499999999 6012.0 97.38 44404.51 100.0 41151.77 100.0 47302.39 100.0 1e-06 94.0 50000.0 48.0 6541.09 6.2 37234.88 39.0 0.0006387865150827 0.0030649723676352 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 8 SGVREKGP 46354.235 5957.15 MHCnuggetsI 89.49 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 5.6729034e-05 0.0017826973 33311.35065625361 79.69287499999999 5957.15 76.84 45104.7 100.0 42280.1 100.0 47603.77 100.0 0.0 100.0 50000.0 48.0 67243.45 70.0 48300.32 53.0 0.0011941286466026 0.0030571910107198 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 8 GVREKGPS 35333.3 5861.52 MHCnuggetsI 70.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00039787087 0.009142252 33000.55960643167 74.450375 5861.52 31.24 43825.53 98.0 32965.5 69.0 46730.11 99.0 5e-06 71.0 47882.2 47.0 27330.65 27.0 37666.04 39.0 0.001737986352964 0.0030909918075611 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 8 VREKGPST 36484.208 5925.02 MHCnuggetsI 79.8 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.00020025426 0.010605231 33559.665270310885 84.60012499999998 5925.02 56.99 44839.01 100.0 39408.75 96.0 47175.11 100.0 4e-06 75.0 50000.0 48.0 27838.77 28.0 33338.8 34.0 0.0010024703842645 0.003033231304096 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 8 REKGPSTS 45622.285 5926.9 MHCnuggetsI 71.346 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00014581248 0.011925429 33297.37809193838 79.69287499999999 5926.9 58.120000000000005 44745.96 100.0 39837.46 98.0 46498.61 99.0 8e-06 63.0 50000.0 48.0 59518.23 63.0 47747.43 53.0 0.0155873052426613 0.0032177036436378 99.28660326086955 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 8 EKGPSTSQ 42424.755 5897.76 MHCnuggetsI 80.5 43.39 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.00030446457 0.0071267807 32611.36071784135 69.087125 5897.76 43.39 44209.86 99.0 39408.75 96.0 47656.85 100.0 4e-06 75.0 50000.0 48.0 94113.08 86.0 40639.65 44.0 0.0064899969456746 0.0031795521261341 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 8 KGPSTSQE 45453.41 5939.41 MHCnuggetsI 84.0 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.2931616e-05 0.002790771 32840.710988675135 74.450375 5939.41 65.81 44170.65 99.0 38357.05 93.0 46736.17 99.0 4e-06 75.0 50000.0 48.0 179328.78 98.0 53573.5 58.0 0.0009219345247402 0.0030966334714877 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 8 GPSTSQEV 42884.6 5939.27 MHCnuggetsI 74.846 48.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 0.00048048524 0.010047772 33465.38573279756 79.69287499999999 5939.27 65.71000000000001 41294.5 86.0 33144.32 70.0 44474.7 91.0 1.4e-05 54.0 50000.0 48.0 95202.86 87.0 49311.7 54.0 0.0035944536975875 0.0030694414697138 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 8 PSTSQEVC 36504.38 2151.05 SMM 89.3 0.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00016123553 0.003857225 33600.0093354943 84.60012499999998 5906.39 47.21 44761.46 100.0 39408.75 96.0 47729.1 100.0 1e-06 94.0 50000.0 48.0 2151.05 0.7 29373.11 30.0 0.0003898666755048 0.0030231643913282 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-A*29:02 8 STSQEVCA 32729.819 5939.35 MHCnuggetsI 64.38 28.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 8.523633e-05 0.009535757 32671.99891197068 69.087125 5939.35 65.75999999999999 42619.97 93.0 31229.48 62.0 43144.72 84.0 8e-06 63.0 32787.64 36.0 28226.04 28.0 46339.36 51.0 0.0149122164002619 0.0032695243298831 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-A*29:02 8 TSQEVCAL 33170.556 5936.88 MHCnuggetsI 46.5 16.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00029083976 0.043968607 28993.941114835263 32.57675 5936.88 64.2 37556.26 65.0 27278.95 47.0 37347.17 54.0 2.8e-05 43.0 45854.11 46.0 16242.39 16.0 42359.42 46.0 0.0292125584383029 0.0038599669324769 99.28660326086955 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 8 MLHTADSD 35202.49 5926.15 MHCnuggetsI 63.0 33.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0005920874 0.038066156 32710.310610402124 69.087125 5926.15 57.66 37694.67 66.0 30726.73 60.0 42913.81 83.0 1e-06 94.0 30068.96 33.0 38339.81 40.0 41682.14 45.0 0.0083962840581079 0.0031916246851355 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 0.0043603562808129 0.0030268782208011 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 8 LHTADSDV 31577.449 5866.67 MHCnuggetsI 60.5 17.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00045710083 0.02043842 34046.287861904086 89.10487499999998 5866.67 32.65 37906.93 67.0 29108.61 54.0 43519.8 86.0 2e-06 85.0 50000.0 48.0 21313.27 20.0 18028.1 17.0 0.0043603562808129 0.0030268782208011 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 0.002032893946307 0.0034000039006778 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 8 HTADSDVQ 34735.898 5932.02 MHCnuggetsI 54.585 29.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.00035578336 0.04498573 29939.6859855986 38.768 5932.02 61.17 39756.93 77.0 27426.93 48.0 43588.62 87.0 5.3e-05 35.0 25564.3 29.0 68178.9 71.0 39532.11 42.0 0.002032893946307 0.0034000039006778 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 0.0374615435721352 0.0037828511926655 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 8 TADSDVQA 42964.52 5932.01 MHCnuggetsI 63.5 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00020900207 0.010102772 30508.00352854261 44.13500000000001 5932.01 61.16 41447.6 87.0 31912.64 65.0 44481.44 91.0 1.5e-05 53.0 50000.0 48.0 58029.66 62.0 63233.9 67.0 0.0374615435721352 0.0037828511926655 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 0.0041677670560602 0.0033171359325544 99.28660326086955 -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 8 ADSDVQAN 40820.125 5938.5 MHCnuggetsI 72.62 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00015704871 0.011053925 30952.360078836 47.25637500000001 5938.5 65.24 43490.14 97.0 38150.11 92.0 46610.41 99.0 8e-06 63.0 50000.0 48.0 79368.83 80.0 35314.25 36.0 0.0041677670560602 0.0033171359325544 99.28660326086955 -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 0.0279773661750368 0.0035931165328016 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 8 DSDVQANA 33449.24 3653.0 SMM 53.382 2.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0001339928 0.008075713 31081.56529274345 50.764875 5908.91 48.41 43594.27 97.0 34986.78 79.0 43804.68 88.0 1.3e-05 56.0 50000.0 48.0 3653.0 2.0 31911.7 32.0 0.0279773661750368 0.0035931165328016 99.28660326086955 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 0.6583787547424436 0.0424509704394184 5.913749999999965 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 8 SDVQANAF 28774.645 5903.05 MHCnuggetsI 28.5 5.913749999999965 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.0017544124 0.019383593 23329.75685792074 15.483874999999996 5903.05 45.7 34248.56 51.0 18578.65 25.0 35563.07 47.0 0.000213 20.0 50000.0 48.0 31670.14 32.0 25879.15 25.0 0.6583787547424436 0.0424509704394184 5.913749999999965 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 0.0561022245092317 0.0048140873080639 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 8 DVQANAFR 30620.46 5836.1 MHCnuggetsI 37.5 7.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.011898148 0.020597965 25448.15059314674 19.574124999999995 5836.1 25.35 39347.39 75.0 18478.42 24.0 35792.77 48.0 8.8e-05 28.0 8119.76 7.1 49505.11 54.0 43346.1 47.0 0.0561022245092317 0.0048140873080639 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 0.2202230177354067 0.0080909883003608 27.61739130434782 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 8 VQANAFRK 27524.268 5871.18 MHCnuggetsI 26.809 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 0.0011345068 0.034245055 27018.906101095945 24.47925 5871.18 33.97 37842.18 67.0 16228.45 20.0 28029.63 26.0 0.000257 18.0 10414.04 12.0 36362.19 37.0 32655.02 33.0 0.2202230177354067 0.0080909883003608 27.61739130434782 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 0.0495437644422054 0.0037237801373432 99.28660326086955 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 8 QANAFRKA 43697.355 6005.9 MHCnuggetsI 63.937 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.00060559437 0.009524584 32403.36041719334 63.8735 6005.9 96.44 43188.18 96.0 31740.46 64.0 44206.53 90.0 1.7e-05 51.0 50000.0 48.0 46307.36 51.0 56487.19 61.0 0.0495437644422054 0.0037237801373432 99.28660326086955 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 0.0040044072629825 0.0030585330268408 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 8 ANAFRKAN 39310.54 5942.21 MHCnuggetsI 84.3 28.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00011977671 0.0043328567 33638.84043933531 84.60012499999998 5942.21 67.55 42480.02 92.0 36141.06 84.0 46294.3 98.0 1e-06 94.0 50000.0 48.0 44838.39 49.0 28245.55 28.0 0.0040044072629825 0.0030585330268408 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 0.0035442470034467 0.0031674356222157 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 8 NAFRKANQ 40213.34 5910.69 MHCnuggetsI 63.437 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00048625658 0.0060827755 32390.78756300932 63.8735 5910.69 49.23 42586.78 93.0 30232.07 58.0 44468.45 91.0 8e-06 63.0 50000.0 48.0 75101.74 77.0 37839.9 39.0 0.0035442470034467 0.0031674356222157 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 0.0118194394817692 0.0036556031335002 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 8 AFRKANQM 27933.856 5894.27 MHCnuggetsI 31.288 9.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 0.00072182494 0.016807353 28787.632382036736 32.57675 5894.27 41.95 33475.9 48.0 11857.88 14.0 31723.64 35.0 0.001 9.5 14252.45 16.0 27080.08 27.0 29644.9 30.0 0.0118194394817692 0.0036556031335002 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 0.0047776942192285 0.0030476784139892 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 8 FRKANQMG 42362.51 5981.68 MHCnuggetsI 86.552 48.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 0.00052363845 0.030229364 33857.79913020408 89.10487499999998 5981.68 89.44 40775.92 83.0 38150.11 92.0 44308.02 90.0 4e-06 75.0 50000.0 48.0 86626.35 84.0 43949.1 48.0 0.0047776942192285 0.0030476784139892 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 0.0303798446548171 0.0032951673588844 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 8 RKANQMGA 39420.185 5955.06 MHCnuggetsI 84.0 27.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 8.593127e-05 0.006017433 34287.79684833946 92.988625 5955.06 75.61 42894.3 94.0 35946.07 83.0 46089.89 98.0 2e-06 85.0 50000.0 48.0 26955.66 27.0 54695.3 59.0 0.0303798446548171 0.0032951673588844 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 0.0090984770504292 0.0032329787359595 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 8 KANQMGAL 37546.68 5888.06 MHCnuggetsI 65.937 38.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.00027660132 0.018681377 32360.93055516957 63.8735 5888.06 39.55 39725.97 77.0 25017.04 40.0 40223.81 68.0 2.5e-05 45.0 35367.39 38.0 114459.01 92.0 67912.54 71.0 0.0090984770504292 0.0032329787359595 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 0.0050092091114493 0.0032447612012912 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 8 ANQMGALQ 27990.479 5909.01 MHCnuggetsI 53.756 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.00061622297 0.019619603 31762.91780677033 59.0625 5909.01 48.45 38895.75 72.0 24218.04 38.0 42665.65 82.0 8e-06 63.0 50000.0 48.0 23423.4 22.0 21426.44 20.0 0.0050092091114493 0.0032447612012912 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 0.0238923500292003 0.0034946827582693 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 8 NQMGALQE 33565.226 5885.13 MHCnuggetsI 45.0 24.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 0.00053287245 0.0739624 31514.05242659077 54.695 5885.13 38.49 40336.24 81.0 23444.56 36.0 39427.5 64.0 3.1e-05 42.0 50000.0 48.0 35616.4 37.0 24714.4 24.0 0.0238923500292003 0.0034946827582693 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 0.0823499232647009 0.0048927160052394 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 8 QMGALQER 28252.984 4429.97 PickPocket 27.272 2.6 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.0054629208 0.029758934 27535.86711728313 25.544875 5819.72 22.42 35003.05 54.0 14099.07 17.0 33654.2 40.0 0.000208 20.0 4429.97 2.6 77028.24 78.0 28970.1 29.0 0.0823499232647009 0.0048927160052394 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 0.0018230648274766 0.0030693494104674 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 8 MGALQERG 42185.415 5946.15 MHCnuggetsI 80.346 46.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 0.00014382294 0.012088633 33251.18402768864 79.69287499999999 5946.15 70.08 41648.99 88.0 35559.24 81.0 44601.45 92.0 1e-06 94.0 50000.0 48.0 42721.84 46.0 48972.24 54.0 0.0018230648274766 0.0030693494104674 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 0.0056708235206315 0.0032497680667738 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 8 GALQERGF 38526.805 5721.96 MHCnuggetsI 51.5 12.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.0007854705 0.024231678 31788.89136699581 59.0625 5721.96 12.77 35177.33 54.0 21040.32 30.0 41876.28 78.0 5.2e-05 35.0 50000.0 48.0 95862.78 87.0 44253.74 49.0 0.0056708235206315 0.0032497680667738 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 0.0130983156414004 0.0032710275033002 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 8 ALQERGFG 39740.69 5922.59 MHCnuggetsI 68.544 42.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0023900173 0.033323966 32441.43830845667 69.087125 5922.59 55.620000000000005 39210.55 74.0 31060.99 61.0 42769.64 82.0 6e-06 68.0 40270.83 42.0 87831.44 84.0 46875.94 52.0 0.0130983156414004 0.0032710275033002 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 0.0984442661283537 0.0044143544653737 62.74467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 8 LQERGFGA 31768.922 5959.92 MHCnuggetsI 65.916 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.0011653235 0.032708265 32476.854003159544 69.087125 5959.92 78.5 40516.89 82.0 31060.99 61.0 41906.18 78.0 5e-06 71.0 50000.0 48.0 21560.06 20.0 24319.24 23.0 0.0984442661283537 0.0044143544653737 62.74467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 0.0068411637839744 0.0031272639636128 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-A*29:02 8 QERGFGAD 39081.59 5966.26 MHCnuggetsI 87.56 35.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012974096 0.07143913 33217.09705809331 79.69287499999999 5966.26 82.12 42917.99 94.0 38357.05 93.0 46152.77 98.0 1e-06 94.0 50000.0 48.0 34566.07 35.0 39806.13 42.0 0.0068411637839744 0.0031272639636128 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 0.0004734533649752 0.0030045684666224 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-A*29:02 8 ERGFGADD 37377.408 5951.22 MHCnuggetsI 91.8 15.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0003186286 0.009417645 33825.06577882801 84.60012499999998 5951.22 73.22999999999999 44182.61 99.0 40929.75 100.0 47522.97 100.0 0.0 100.0 50000.0 48.0 27583.54 28.0 16030.61 15.0 0.0004734533649752 0.0030045684666224 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 0.0099535246263258 0.0032280266374722 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 8 MLHTADSG 35215.046 5917.87 MHCnuggetsI 59.99 28.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 0.00024100303 0.020722644 32513.311145767915 69.087125 5917.87 52.98 37916.78 67.0 27278.95 47.0 41508.18 75.0 2e-06 85.0 23957.42 28.0 38339.81 40.0 41874.54 45.0 0.0099535246263258 0.0032280266374722 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 0.0021147284478502 0.0030485695199089 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 8 LHTADSGN 34830.956 5936.63 MHCnuggetsI 83.5 19.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00047859363 0.015845945 33520.85233186253 84.60012499999998 5936.63 64.03999999999999 40824.05 83.0 36141.06 84.0 46128.3 98.0 0.0 100.0 50000.0 48.0 20828.12 19.0 20556.54 19.0 0.0021147284478502 0.0030485695199089 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 0.0018704133108258 0.0031264524478193 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 8 HTADSGNA 34719.245 5899.26 MHCnuggetsI 48.51 20.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.0002655612 0.039871223 32629.830166780084 69.087125 5899.26 44.02 40162.92 79.0 23318.07 36.0 41243.14 74.0 3.4e-05 41.0 16946.23 20.0 47934.7 53.0 36808.66 38.0 0.0018704133108258 0.0031264524478193 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 0.033537721610628 0.0043627710407993 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 8 TADSGNAQ 35471.065 5890.14 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00010689744 0.0075334786 25952.330129267342 20.969124999999995 5890.14 40.33 40347.16 81.0 30560.95 59.0 43404.6 86.0 2.3e-05 46.0 50000.0 48.0 30594.97 31.0 41490.63 45.0 0.033537721610628 0.0043627710407993 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 0.0021816635053255 0.0039133655235979 99.28660326086955 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 8 ADSGNAQK 34180.25 5971.02 MHCnuggetsI 54.5 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00025281552 0.010779681 25904.79334918576 20.969124999999995 5971.02 84.6 43816.99 98.0 30893.41 61.0 42553.61 81.0 6.1e-05 33.0 50000.0 48.0 37467.09 39.0 27602.6 28.0 0.0021816635053255 0.0039133655235979 99.28660326086955 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 0.0003583573343348 0.003118474483721 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 8 DSGNAQKG 36622.634 3308.64 SMM 93.705 1.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000108512504 0.0047301715 32536.3489923218 69.087125 5992.93 93.41 44704.34 100.0 40708.92 99.0 47977.62 100.0 1e-06 94.0 50000.0 48.0 3308.64 1.6 28115.77 28.0 0.0003583573343348 0.003118474483721 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 0.0163724718731828 0.0034423472876529 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 8 SGNAQKGW 43116.97 6006.6 MHCnuggetsI 65.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00031096296 0.010941961 31144.28208386832 50.764875 6006.6 96.56 43086.88 95.0 31569.21 63.0 43147.06 84.0 3.7e-05 39.0 50000.0 48.0 64960.6 68.0 44766.18 49.0 0.0163724718731828 0.0034423472876529 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 0.0023160916753113 0.0030416082075484 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 8 GNAQKGWP 38996.955 6020.91 MHCnuggetsI 83.3 32.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.0001286119 0.008946165 33624.73145698173 84.60012499999998 6020.91 98.36 40660.49 82.0 37333.42 89.0 43321.07 85.0 6e-06 68.0 50000.0 48.0 31452.13 32.0 41490.63 45.0 0.0023160916753113 0.0030416082075484 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 0.1462080946657806 0.0073406803911658 31.64317934782608 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 8 NAQKGWPF 24762.015 5684.97 MHCnuggetsI 22.5 7.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.007008205 0.06654508 22826.160585012018 14.730749999999995 5684.97 10.84 26697.87 29.0 7775.84 7.8 27517.88 25.0 0.000271 18.0 39837.46 42.0 31235.61 31.0 21624.7 20.0 0.1462080946657806 0.0073406803911658 31.64317934782608 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 0.2261545732617378 0.0070367467605651 31.64317934782608 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 8 AQKGWPFI 36779.765 5968.18 MHCnuggetsI 55.531 29.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.00085175986 0.036795463 31911.23352160916 59.0625 5968.18 83.15 36829.91 62.0 20701.6 29.0 36729.62 52.0 7.9e-05 30.0 50000.0 48.0 110318.92 91.0 61794.53 65.0 0.2261545732617378 0.0070367467605651 31.64317934782608 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 0.0716155528789386 0.0040537205534262 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 8 QKGWPFIL 33574.76 5741.35 MHCnuggetsI 50.5 14.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.005169102 0.07856518 32166.243210156317 63.8735 5741.35 14.03 34793.88 53.0 30396.07 59.0 37554.64 55.0 4.6e-05 37.0 50000.0 48.0 43017.98 47.0 32355.64 33.0 0.0716155528789386 0.0040537205534262 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 0.160762483254075 0.0073444936954881 31.64317934782608 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 8 KGWPFILL 25844.803 5544.24 MHCnuggetsI 22.5 6.61 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.006157022 0.27312368 24055.956811210508 16.804874999999992 5544.24 6.61 31406.37 41.0 14722.66 18.0 27633.65 25.0 0.000262 18.0 17130.58 20.0 55673.69 60.0 31401.47 32.0 0.160762483254075 0.0073444936954881 31.64317934782608 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 0.0816646665334701 0.0052295381094576 46.22467391304348 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 8 GWPFILLH 14555.46 3587.33 NetMHCcons 11.25 1.02 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 0.00787722 0.15719168 25638.78028933149 20.251124999999995 4219.48 1.02 12599.8 9.3 3587.33 4.4 16511.12 9.5 0.00427 4.8 11355.63 13.0 42330.17 46.0 34910.01 36.0 0.0816646665334701 0.0052295381094576 46.22467391304348 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 0.4331587506458163 0.0147832896830783 16.15755434782608 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 8 WPFILLHI 25569.585 5915.11 MHCnuggetsI 26.0 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.01180016 0.08156488 31332.56226672223 50.764875 5915.11 51.5 24588.21 25.0 13000.15 15.0 26550.96 23.0 0.000103 27.0 20589.91 24.0 72719.35 75.0 46446.18 51.0 0.4331587506458163 0.0147832896830783 16.15755434782608 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 0.016460372833535 0.0039184325654972 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 8 PFILLHIK 28379.985 5822.49 MHCnuggetsI 27.5 7.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.0067050094 0.011460994 27251.280022749823 24.47925 5822.49 22.88 31119.85 40.0 11233.42 13.0 30896.42 32.0 0.000119 25.0 8664.37 7.8 37988.31 40.0 29508.69 30.0 0.016460372833535 0.0039184325654972 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 0.0914064992684871 0.0045298958098063 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 8 FILLHIKT 33258.005 5481.25 MHCnuggetsI 44.5 5.53 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.010954645 0.26139912 30820.312438818124 47.25637500000001 5481.25 5.53 31905.74 42.0 16946.23 22.0 37698.34 56.0 2.8e-05 43.0 34610.27 38.0 42525.56 46.0 59149.35 63.0 0.0914064992684871 0.0045298958098063 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 0.223140072543174 0.00787309810582 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 8 ILLHIKTL 30010.544 5845.52 MHCnuggetsI 29.815 17.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.008114318 0.24669793 28092.21820484368 27.987124999999995 5845.52 27.35 31928.87 42.0 18082.85 24.0 33533.18 40.0 0.000313 17.0 21500.59 25.0 96749.78 87.0 42067.82 46.0 0.223140072543174 0.00787309810582 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 0.1877732006832957 0.0068701780818647 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 8 LLHIKTLR 26177.45 5638.24 MHCnuggetsI 24.5 4.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.0037038855 0.058662362 28445.50159947265 29.365875 5638.24 9.04 34514.55 52.0 13501.89 16.0 28258.62 26.0 0.000374 15.0 6128.72 4.7 42820.33 47.0 24096.28 23.0 0.1877732006832957 0.0068701780818647 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 0.1155366559978574 0.0048291001396906 62.74467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 8 LHIKTLRI 34457.92 5852.93 MHCnuggetsI 47.0 29.07 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.0038187099 0.1240456 31497.57155156437 54.695 5852.93 29.07 33832.01 49.0 20926.8 30.0 35083.83 45.0 7.8e-05 30.0 43439.36 44.0 93465.21 86.0 47200.87 52.0 0.1155366559978574 0.0048291001396906 62.74467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 0.0275862782291369 0.0038511915696984 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 8 HIKTLRIR 32923.912 5750.77 MHCnuggetsI 48.5 14.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.0006518197 0.0117527405 28890.5747023732 32.57675 5750.77 14.74 41682.79 88.0 26265.23 44.0 36957.25 53.0 9.8e-05 27.0 16763.86 20.0 56188.83 60.0 72602.24 75.0 0.0275862782291369 0.0038511915696984 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 0.0192390638985671 0.0032106245902299 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 8 IKTLRIRT 44529.68 5856.67 MHCnuggetsI 84.8 29.97 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 0.00010595106 0.0057285437 33820.083671109336 84.60012499999998 5856.67 29.97 42269.57 91.0 38150.11 92.0 46789.79 99.0 2e-06 85.0 50000.0 48.0 48378.23 53.0 59422.37 63.0 0.0192390638985671 0.0032106245902299 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 0.5185150876641273 0.1274763581657606 2.4772826086955604 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 8 KTLRIRTY 4552.19 508.87 NetMHCcons 2.589 1.3 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.034405638 0.70670956 4106.375423844361 3.1003749999999988 4782.73 1.69 17861.75 15.0 508.87 2.0 11508.38 6.2 0.0295 1.9 3033.45 1.3 4321.65 2.7 18964.88 18.0 0.5185150876641273 0.1274763581657606 2.4772826086955604 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 0.350784495472908 0.0209263486399401 11.6303260869565 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 8 TLRIRTYF 17068.524 4196.68 NetMHCcons 13.0 5.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.04716879 0.45785323 16125.667670984038 8.317124999999997 5817.39 22.040000000000003 18390.45 16.0 4196.68 5.0 18011.38 12.0 0.0026 6.1 12653.21 14.0 68493.6 71.0 46020.36 51.0 0.350784495472908 0.0209263486399401 11.6303260869565 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 0.0113324767444282 0.0031679708030242 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 8 LRIRTYFT 32949.414 5763.26 MHCnuggetsI 55.0 15.740000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.0004360463 0.09561557 33317.00715257924 79.69287499999999 5763.26 15.740000000000002 32581.82 45.0 25426.37 42.0 39007.87 62.0 5e-06 71.0 50000.0 48.0 265858.16 100.0 32132.91 33.0 0.0113324767444282 0.0031679708030242 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 0.1044547737110406 0.0052782880219969 46.22467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 8 RIRTYFTM 24010.085 5762.01 MHCnuggetsI 21.169 6.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.0038394555 0.31556687 27591.71361202004 26.708874999999995 5762.01 15.63 27090.42 29.0 7568.32 7.5 20929.75 15.0 0.000456 14.0 7366.35 6.1 53167.96 57.0 68226.01 71.0 0.1044547737110406 0.0052782880219969 46.22467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 0.1794518320821225 0.0057540159915087 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 8 IRTYFTMQ 33693.929 5926.83 MHCnuggetsI 55.54 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060338003 0.1548383 33160.408365325304 79.69287499999999 5926.83 58.08 34227.45 51.0 28951.56 53.0 40604.67 70.0 6e-06 68.0 50000.0 48.0 61326.76 65.0 26604.19 26.0 0.1794518320821225 0.0057540159915087 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 0.1274430354824289 0.0049068543737754 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 8 RTYFTMQS 30956.185 4830.5 PickPocket 32.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.00099721 0.14971684 32354.55100801027 63.8735 5836.25 25.380000000000003 32964.43 46.0 14407.49 17.0 30583.12 32.0 0.000144 23.0 4830.5 3.0 81404.8 81.0 31329.25 32.0 0.1274430354824289 0.0049068543737754 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 0.0062867999222362 0.0031577428228076 99.28660326086955 -1.2 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 8 QTVENGYH 45928.525 32819.70039635096 MHCflurry 85.68 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 1 4.9797527e-05 0.0043092566 32819.70039635096 75.6415 38870.0 89.36 47076.21 93.0 44389.61 82.0 44780.84 92.0 1.3e-05 57.0 50000.0 55.0 56552.26 67.0 242236.73 100.0 0.0062867999222362 0.0031577428228076 99.28660326086955 -1.2 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 0.0070898516860324 0.0032205548137552 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 8 TVENGYHD 47047.02 32253.03470772581 MHCflurry 77.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 2 0.0003850851 0.01596762 32253.03470772581 63.07837499999999 35773.08 69.53 47370.01 96.0 46102.85 96.0 46724.03 100.0 3e-06 81.0 50000.0 55.0 59627.97 69.0 65048.91 73.0 0.0070898516860324 0.0032205548137552 99.28660326086955 -1.5999999999999999 -1.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 0.0038244157331064 0.0041425033428232 62.74467391304348 -2.7 -1.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 8 VENGYHDN 15840.845 3361.84 NetMHCcons 11.443 3.4 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 3 0.0012163791 0.0030691212 24571.670762576246 10.885249999999996 10339.45 10.77 25770.07 19.0 3361.84 3.4 28618.93 18.0 0.000629 12.0 4676.23 6.7 4481.77 3.7 21342.24 29.0 0.0038244157331064 0.0041425033428232 62.74467391304348 -2.7 -1.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 0.0037241896789055 0.0032439830769103 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 8 ENGYHDNP 30677.948 6280.61 MHCnuggetsI 41.5 7.01 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00097043527 0.015056844 31622.426466682 51.90287499999999 6280.61 7.01 29733.47 23.0 41151.77 53.0 24770.59 13.0 0.00144 8.2 50000.0 55.0 38676.75 50.0 24447.81 33.0 0.0037241896789055 0.0032439830769103 99.28660326086955 -2.4285714285714284 -2.4285714285714284 True False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 0.0007650029237993 0.0031855627358742 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 8 NGYHDNPT 42439.685 19830.79 MHCnuggetsI 64.0 22.22 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.000399394 0.01069125 31876.11727726604 57.24249999999999 19830.79 22.22 44266.35 65.0 41825.1 58.0 43054.27 81.0 9e-06 63.0 19932.31 25.0 76111.45 79.0 108203.17 90.0 0.0007650029237993 0.0031855627358742 99.28660326086955 -2.0285714285714285 -2.0285714285714285 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 0.0500222312984988 0.0040439571619938 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 8 GYHDNPTL 43244.59 21970.92 PickPocket 61.372 28.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00043116353 0.010570466 29807.41076856833 32.66799999999999 32194.8 52.2 46377.02 85.0 42051.98 60.0 44437.2 90.0 7.5e-05 30.0 21970.92 28.0 151513.04 97.0 107954.31 90.0 0.0500222312984988 0.0040439571619938 62.74467391304348 -1.4285714285714286 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 0.2311225077137351 0.0080375574705653 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 8 YHDNPTLE 42081.6 28307.151142562867 MHCflurry 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00024062073 0.009399262 28307.151142562867 22.16875 34664.04 63.36000000000001 47650.67 98.0 41151.77 53.0 43011.43 81.0 9.6e-05 27.0 50000.0 55.0 39124.61 51.0 54605.95 66.0 0.2311225077137351 0.0080375574705653 27.61739130434782 -1.7428571428571427 -1.4285714285714286 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 0.3066025041043758 0.0670648211687422 3.996902173913 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 8 HDNPTLEV 19132.98 3938.452076669172 MHCflurry 15.0 1.9926249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.008553616 0.15539874 3938.452076669172 1.9926249999999992 29148.94 41.760000000000005 37899.55 37.0 19191.6 8.3 28009.63 17.0 0.00856 3.8 11730.27 16.0 19074.36 26.0 11097.88 14.0 0.3066025041043758 0.0670648211687422 3.996902173913 -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 0.019497752393363 0.0039694029206233 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 8 DNPTLEVM 44650.78 27188.831265607703 MHCflurry 82.345 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.0004884761 0.0013232154 27188.831265607703 17.127999999999997 37091.71 77.69 43695.32 61.0 45360.65 91.0 43940.91 87.0 0.000105 26.0 50000.0 55.0 138500.07 95.0 109204.37 90.0 0.019497752393363 0.0039694029206233 99.28660326086955 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 0.0094075527376844 0.0033977778256651 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 8 NPTLEVME 46659.72 30775.639573065277 MHCflurry 78.5 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00013647122 0.0016643825 30775.639573065277 42.77524999999999 35085.94 65.61 47128.71 93.0 44872.5 87.0 46190.73 98.0 1.3e-05 57.0 50000.0 55.0 85595.32 83.0 67025.49 74.0 0.0094075527376844 0.0033977778256651 99.28660326086955 0.08571428571428566 0.08571428571428573 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 0.004675911652157 0.003245965527132 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 8 PTLEVMET 42408.18 13939.27 SMMPMBEC 72.37 19.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 9.023971e-05 0.0041336985 31712.22318410888 51.90287499999999 35637.51 68.74 45788.17 79.0 44872.5 87.0 46332.39 99.0 4e-06 76.0 50000.0 55.0 39943.86 52.0 13939.27 19.0 0.004675911652157 0.003245965527132 99.28660326086955 0.2142857142857142 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 0.001508618115622 0.0032373568084408 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 8 TLEVMETS 43334.33 14663.58 SMMPMBEC 64.0 20.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00032432022 0.01671442 31434.57094270416 51.90287499999999 18799.61 20.7 45679.81 78.0 43439.36 73.0 43229.3 82.0 1.6e-05 53.0 50000.0 55.0 71359.2 76.0 14663.58 20.0 0.001508618115622 0.0032373568084408 99.28660326086955 0.2 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 0.0020084800635231 0.0060490760870393 37.35904891304347 -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 8 LEVMETSS 9079.505 2873.7 PickPocket 8.5 4.3 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.00035237664 0.00046285096 16497.94594413945 4.58875 3292.15 4.35 15561.78 12.0 4856.71 4.3 22297.34 9.8 0.00104 9.4 2873.7 4.4 7437.89 7.6 10721.12 14.0 0.0020084800635231 0.0060490760870393 37.35904891304347 -0.4571428571428572 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 0.0383647088310681 0.0037497332753264 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 8 EVMETSSE 32807.428 16528.75 SMMPMBEC 40.888 22.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00018490638 0.0036997644 30887.93537019268 42.77524999999999 21189.53 24.4 34726.92 30.0 41151.77 53.0 41098.83 66.0 3.9e-05 39.0 35752.13 43.0 25377.57 34.0 16528.75 22.0 0.0383647088310681 0.0037497332753264 99.28660326086955 -0.4571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 0.1402981438441202 0.0053097896640101 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 8 VMETSSEM 37629.075 25289.19 PickPocket 48.541 24.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.0002143874 0.01612962 31246.75566840248 47.08112499999999 34549.23 62.78 46475.97 86.0 40708.92 50.0 42118.46 74.0 0.000126 24.0 25289.19 32.0 44202.82 56.0 33437.98 45.0 0.1402981438441202 0.0053097896640101 46.22467391304348 -0.7857142857142857 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 0.0026477519713807 0.0046151065220157 62.74467391304348 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 8 METSSEMQ 15048.385 2483.17 NetMHCcons 11.58 2.8 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.00026044744 0.00015569913 21880.563869509944 7.440875 9713.69 10.16 17809.65 13.0 2483.17 2.8 25907.06 14.0 0.00134 8.5 2523.8 3.9 12287.12 16.0 27684.71 38.0 0.0026477519713807 0.0046151065220157 62.74467391304348 -1.5571428571428572 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 0.0019676369483931 0.0032676993593144 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 8 ETSSEMQE 43943.785 31185.236407752072 MHCflurry 63.0 26.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 8.5890024e-05 0.0014765348 31185.236407752072 47.08112499999999 31844.74 50.83 31809.91 26.0 43204.99 71.0 44682.58 92.0 2e-05 49.0 50000.0 55.0 63598.96 72.0 72986.07 77.0 0.0019676369483931 0.0032676993593144 99.28660326086955 -1.5571428571428572 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 0.0021236439934 0.0037428312035759 99.28660326086955 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 8 TSSEMQEK 43810.36 27119.753057360263 MHCflurry 62.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.00030128952 0.005612706 27119.753057360263 17.127999999999997 37508.2 80.44 47618.72 98.0 42051.98 60.0 45568.74 96.0 2.8e-05 44.0 50000.0 55.0 39486.62 51.0 52388.99 64.0 0.0021236439934 0.0037428312035759 99.28660326086955 -2.0142857142857142 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 0.000662686450596 0.0035700454712471 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 8 SSEMQEKK 44833.045 28325.91983314745 MHCflurry 64.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.00020200892 0.0017932209 28325.91983314745 22.16875 28958.9 41.21 47538.91 97.0 43439.36 73.0 46226.73 99.0 1.5e-05 54.0 50000.0 55.0 74894.51 78.0 41999.1 54.0 0.000662686450596 0.0035700454712471 99.28660326086955 -2.457142857142857 -2.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 0.0259957275120541 0.1853055113183915 1.933858695652077 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 8 SEMQEKKV 3136.845 286.79 NetMHCcons 1.967 0.51 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0053553944 0.0004044599 432.9407040934549 0.7767499999999994 1604.09 2.66 4669.6 4.0 286.79 0.74 4831.08 2.0 0.226 0.51 1039.29 1.5 5351.19 4.8 7572.51 7.8 0.0259957275120541 0.1853055113183915 1.933858695652077 -1.7428571428571427 -1.7428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 0.0156567872327286 0.0038112255682604 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 8 EMQEKKVV 19420.035 9982.12 NetMHC 20.35 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.015701817 0.04093427 27961.91157344773 20.700875 11827.07 12.27 9982.12 7.0 32610.74 20.0 21492.45 9.2 0.00812 3.9 16763.86 22.0 75761.75 79.0 17347.62 23.0 0.0156567872327286 0.0038112255682604 99.28660326086955 -0.6428571428571427 -0.6428571428571427 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 0.0067872856452595 0.0036972481968121 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 8 MQEKKVVS 30557.675 6539.79 PickPocket 27.125 8.1 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0026596042 0.02701299 27935.87068967377 20.700875 22847.99 27.250000000000004 38100.6 37.0 18679.43 8.1 33179.48 27.0 0.000407 15.0 6539.79 8.7 85595.32 83.0 40854.51 53.0 0.0067872856452595 0.0036972481968121 99.28660326086955 -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 0.2079691709950566 0.5111537785303326 0.7985869565216035 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 8 QEKKVVSL 6523.13 174.6907415736879 MHCflurry 3.635 0.4367499999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.04699884 0.0010438999 174.6907415736879 0.4367499999999997 3869.42 4.87 9176.84 6.6 1874.27 2.4 13768.32 5.1 0.107 0.94 751.22 1.0 14738.39 20.0 44899.34 57.0 0.2079691709950566 0.5111537785303326 0.7985869565216035 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 0.012556962268718 0.0032975954622225 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 8 EKKVVSLN 35691.825 12185.14 MHCnuggetsI 49.0 12.659999999999998 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.00027088606 0.0005577147 32108.13069197795 63.07837499999999 12185.14 12.659999999999998 30833.64 24.0 39622.53 43.0 39275.52 54.0 2.8e-05 44.0 50000.0 55.0 47364.18 59.0 26438.69 36.0 0.012556962268718 0.0032975954622225 99.28660326086955 0.014285714285714362 0.014285714285714362 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 0.0831658424285706 0.0041373500545977 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 8 KKVVSLNG 36450.604 20167.76 MHCnuggetsI 58.872 22.73 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 5.50279e-05 0.0006900455 32847.647403018935 75.6415 20167.76 22.73 44598.55 68.0 40053.56 46.0 43610.3 85.0 5e-06 73.0 50000.0 55.0 26512.46 36.0 25956.13 35.0 0.0831658424285706 0.0041373500545977 62.74467391304348 0.5142857142857143 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 0.0057994129892904 0.0031685042817628 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 8 KVVSLNGE 46611.05 32646.578200829223 MHCflurry 88.87 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 6.865175e-05 0.0025196949 32646.578200829223 69.298375 38618.39 87.74 47000.89 92.0 45360.65 91.0 46221.21 99.0 2e-06 87.0 50000.0 55.0 64187.43 72.0 108452.61 90.0 0.0057994129892904 0.0031685042817628 99.28660326086955 0.5714285714285714 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 0.0189790416625328 0.003551761398565 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 8 VVSLNGEL 45530.55 30441.26661456693 MHCflurry 84.24 38.99449999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005367534 0.007166897 30441.26661456693 38.99449999999999 37364.62 79.47999999999999 46988.16 92.0 45115.92 89.0 44631.38 92.0 1.7e-05 52.0 50000.0 55.0 106524.62 89.0 45945.18 58.0 0.0189790416625328 0.003551761398565 99.28660326086955 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 0.0118436832271981 0.003331680991237 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 8 VSLNGELG 37918.287 10215.04 SMMPMBEC 67.5 13.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00017891485 0.0056014224 31686.454416520835 51.90287499999999 30014.13 44.39 47398.18 96.0 44150.12 80.0 44684.51 92.0 2e-06 87.0 50000.0 55.0 16651.37 22.0 10215.04 13.0 0.0118436832271981 0.003331680991237 99.28660326086955 -0.14285714285714293 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 0.0032275155826937 0.0032726814472987 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 8 SLNGELGD 45082.375 31279.41785807232 MHCflurry 80.46 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0003166064 0.0034497525 31279.41785807232 47.08112499999999 37581.2 80.92 46802.47 90.0 44150.12 80.0 46014.63 98.0 1e-06 95.0 50000.0 55.0 36936.01 48.0 69540.85 75.0 0.0032275155826937 0.0032726814472987 99.28660326086955 -0.5285714285714286 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 0.0005542314429476 0.0031326959874269 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 8 LNGELGDS 44524.73 26183.97 MHCnuggetsI 71.539 34.07 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00053401745 0.016366553 32406.935214473204 63.07837499999999 26183.97 34.07 47059.91 93.0 44150.12 80.0 46179.74 98.0 2e-06 87.0 50000.0 55.0 28671.47 39.0 44899.34 57.0 0.0005542314429476 0.0031326959874269 99.28660326086955 -1.1857142857142857 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 0.1140294428914785 0.004875670999093 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 8 NGELGDSW 37110.316 16272.34 SMM 49.485 22.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.000100231606 0.002075775 31015.641615581702 42.77524999999999 29880.89 43.97 47285.0 95.0 43204.99 71.0 45069.58 94.0 3.6e-05 40.0 50000.0 55.0 16272.34 22.0 27430.9 37.0 0.1140294428914785 0.004875670999093 62.74467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 0.0115950963227078 0.0079850435755201 31.64317934782608 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 8 GELGDSWI 10110.672 864.68 NetMHCcons 6.0 1.6 NetMHCcons 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00037712607 0.00012692716 12810.873159473556 3.639874999999999 7410.47 8.03 14795.8 10.0 864.68 1.6 13217.43 4.9 0.00803 3.9 1567.83 2.3 7038.01 7.1 17792.62 24.0 0.0115950963227078 0.0079850435755201 31.64317934782608 -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 0.0098116803128505 0.0035083298827528 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 8 ELGDSWIV 18926.99 6898.47 NetMHC 23.0 5.2 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001955931 0.014360524 29818.18748652695 32.66799999999999 16732.56 17.87 6898.47 5.2 33686.63 22.0 18765.93 7.5 0.00159 7.9 19088.05 24.0 20344.64 28.0 17588.95 24.0 0.0098116803128505 0.0035083298827528 99.28660326086955 0.9857142857142858 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 0.1261298798490315 0.0052637038170536 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 8 LGDSWIVP 45052.32 29944.03358167636 MHCflurry 60.145 32.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.001728667 0.063131325 29944.03358167636 32.66799999999999 32706.49 54.290000000000006 46192.73 83.0 43911.91 77.0 41665.21 70.0 6.3e-05 32.0 47366.92 53.0 111802.11 91.0 55493.23 66.0 0.1261298798490315 0.0052637038170536 46.22467391304348 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 0.0284554223180748 0.0069372903437275 37.35904891304347 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 8 GDSWIVPL 27988.305 6829.04 PickPocket 26.42 4.37275 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0012412432 0.006693416 15761.993776478032 4.37275 24705.19 30.84 40085.21 43.0 20813.9 9.0 31271.42 22.0 0.000269 18.0 6829.04 9.0 127189.13 94.0 45002.85 57.0 0.0284554223180748 0.0069372903437275 37.35904891304347 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 0.1154814383480697 0.0049493010911287 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 8 DSWIVPLD 43773.835 20617.69 SMMPMBEC 60.372 28.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.0010310675 0.0023747408 30700.337566979844 38.99449999999999 26786.4 35.47 46490.54 87.0 44150.12 80.0 43397.55 83.0 2e-06 87.0 50000.0 55.0 45441.22 58.0 20617.69 28.0 0.1154814383480697 0.0049493010911287 62.74467391304348 0.8142857142857142 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 0.0147491840980364 0.0032186134448297 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 8 SWIVPLDN 38908.295 11343.39 MHCnuggetsI 80.348 11.78 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 8.621799e-05 0.010662792 33186.19038617229 81.696 11343.39 11.78 45741.63 79.0 44630.4 84.0 44911.85 93.0 2e-06 87.0 50000.0 55.0 27255.24 37.0 28856.26 39.0 0.0147491840980364 0.0032186134448297 99.28660326086955 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 0.0095608648553024 0.003272644455211 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 8 WIVPLDNL 45905.05 32009.76598204786 MHCflurry 83.0 55.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.00023392189 0.020330194 32009.76598204786 57.24249999999999 34573.06 62.89 47179.7 94.0 44630.4 84.0 44343.04 90.0 5e-06 73.0 50000.0 55.0 82880.05 82.0 134350.72 95.0 0.0095608648553024 0.003272644455211 99.28660326086955 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 0.0038305261259665 0.0032050938849093 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 8 IVPLDNLT 45673.705 32031.195311192445 MHCflurry 77.5 45.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0002585094 0.009662203 32031.195311192445 57.24249999999999 38165.23 84.78 45240.58 74.0 46857.18 100.0 46106.83 98.0 3e-06 81.0 50000.0 55.0 48467.43 60.0 34138.15 45.0 0.0038305261259665 0.0032050938849093 99.28660326086955 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 0.0300353302736766 0.0039149501753339 99.28660326086955 -0.8 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 8 VPLDNLTK 44318.91 20158.12 SMM 68.5 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00066814746 0.0043732645 28658.95231366639 23.814625 38873.97 89.38000000000001 48036.85 100.0 44150.12 80.0 45220.51 95.0 4.6e-05 37.0 50000.0 55.0 20158.12 27.0 44487.7 57.0 0.0300353302736766 0.0039149501753339 99.28660326086955 -0.8 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 0.0009846129651123 0.0032782156662952 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 8 PLDNLTKD 48251.455 30970.818949546094 MHCflurry 92.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.0005473089 0.006299609 30970.818949546094 42.77524999999999 36598.33 74.53999999999999 48266.61 100.0 47366.92 100.0 48236.3 100.0 1e-06 95.0 50000.0 55.0 103860.4 89.0 103810.19 89.0 0.0009846129651123 0.0032782156662952 99.28660326086955 -1.0714285714285714 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 0.0041609295512898 0.0034190094807717 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 8 LDNLTKDD 42688.695 7984.36 SMMPMBEC 68.85 8.4 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.009856075 0.017837474 29999.41475715154 32.66799999999999 36781.16 75.7 47081.8 93.0 42280.1 62.0 46008.66 98.0 3e-06 81.0 50000.0 55.0 43097.29 55.0 7984.36 8.4 0.0041609295512898 0.0034190094807717 99.28660326086955 -2.1142857142857143 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 0.2207692484371364 0.0073175688845805 31.64317934782608 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 8 DNLTKDDL 41068.145 22451.22 SMMPMBEC 57.5 31.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.0009177156 0.014413923 30047.05715199547 32.66799999999999 36529.58 74.13 46644.73 88.0 45606.71 93.0 45968.86 98.0 1.1e-05 60.0 50000.0 55.0 27825.95 38.0 22451.22 31.0 0.2207692484371364 0.0073175688845805 31.64317934782608 -1.0714285714285716 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 0.0007556998225481 0.0031842162129291 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 8 NLTKDDLD 46784.395 25087.07 SMM 81.0 34.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0003453275 0.0033874703 31888.958217479925 57.24249999999999 34509.6 62.580000000000005 48095.09 100.0 46102.85 96.0 47465.94 100.0 1e-06 95.0 50000.0 55.0 25087.07 34.0 56265.22 67.0 0.0007556998225481 0.0031842162129291 99.28660326086955 -1.0714285714285716 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 0.0049577074532862 0.003281170488364 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 8 LTKDDLDE 46886.855 13628.56 SMM 86.055 18.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.00023615353 0.008577538 31393.057364008862 51.90287499999999 37000.79 77.11 48216.49 100.0 46352.93 97.0 47420.78 100.0 1e-06 95.0 50000.0 55.0 13628.56 18.0 49117.92 61.0 0.0049577074532862 0.003281170488364 99.28660326086955 -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 0.0007143416878534 0.0035557316006044 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 8 TKDDLDEE 45590.255 25319.2 SMM 68.48 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.00019510742 0.0028045422 28449.090749098425 22.16875 34586.15 62.96000000000001 47330.04 95.0 44150.12 80.0 47030.39 100.0 2.6e-05 45.0 50000.0 55.0 25319.2 34.0 67645.67 74.0 0.0007143416878534 0.0035557316006044 99.28660326086955 -2.5142857142857147 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 0.00034081663307 0.0044258762656402 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 8 KDDLDEEE 44360.975 13907.21 SMMPMBEC 59.04 8.1255 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 9.793688e-05 0.00225952 22657.54411380495 8.1255 33569.48 58.08 46669.97 89.0 42051.98 60.0 46680.09 100.0 2.3e-05 47.0 50000.0 55.0 51221.23 63.0 13907.21 19.0 0.00034081663307 0.0044258762656402 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 0.0002469767196089 0.0044155055614299 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 8 DDLDEEED 42489.36 16720.14 SMMPMBEC 58.872 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00014424788 0.0006431104 22704.81275559657 8.390625 30416.69 45.72 48018.14 100.0 45854.11 94.0 48165.89 100.0 4e-06 76.0 50000.0 55.0 39124.61 51.0 16720.14 23.0 0.0002469767196089 0.0044155055614299 62.74467391304348 -2.457142857142857 -2.457142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 0.0002943422960015 0.0037080609001452 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 8 DLDEEEDT 46899.97 27200.72465777485 MHCflurry 73.585 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00010598672 0.008303215 27200.72465777485 17.127999999999997 35539.44 68.17 46395.09 86.0 46352.93 97.0 47404.85 100.0 2.2e-05 48.0 50000.0 55.0 76286.91 79.0 55238.26 66.0 0.0002943422960015 0.0037080609001452 99.28660326086955 -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 517 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 0.0008005818008314 0.0036747495776575 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 549 HLA-B*45:01 8 LDEEEDTH 41424.435 27506.221572214163 MHCflurry 60.5 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00011348926 0.0034488782 27506.221572214163 18.189125 36830.53 76.02 47719.28 99.0 42740.04 66.0 47013.08 100.0 2.6e-05 45.0 50000.0 55.0 29610.79 40.0 40108.83 52.0 0.0008005818008314 0.0036747495776575 99.28660326086955 -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 518 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 0.0190536930604139 0.0288533613238928 8.545326086956507 -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 550 HLA-B*45:01 8 DEEEDTHL 25561.81 3272.12 PickPocket 17.253 1.8748749999999983 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00076922245 0.00043515422 3431.616649848193 1.8748749999999983 22120.15 25.96 40472.2 44.0 16493.98 7.4 33781.54 29.0 0.0117 3.3 3272.12 4.9 29003.47 39.0 44385.39 56.0 0.0190536930604139 0.0288533613238928 8.545326086956507 -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 8 SIVGAEVD 43855.195 31026.57140484993 MHCflurry 77.5 42.77524999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 52 0.0006424771 0.0022900898 31026.57140484993 42.77524999999999 34888.16 64.53 45200.94 73.0 45606.71 93.0 46474.47 99.0 1e-06 95.0 42509.45 49.0 83071.11 82.0 32752.16 44.0 0.0046949276293162 0.0033156122697443 99.28660326086955 1.042857142857143 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 8 IVGAEVDK 47906.55 28574.2889477496 MHCflurry 92.395 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 53 0.0015761378 0.028345348 28574.2889477496 23.814625 39635.39 93.79 48178.41 100.0 45360.65 91.0 47634.69 100.0 1e-06 95.0 50000.0 55.0 49254.96 61.0 73322.96 77.0 0.0055468286009272 0.0036014896265911 99.28660326086955 -0.15714285714285703 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 8 VGAEVDKN 47307.36 22669.92 SMM 78.5 31.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 54 7.654825e-05 0.0066692466 30985.2884098508 42.77524999999999 31058.03 47.93 48169.03 100.0 46604.38 99.0 48010.34 100.0 1e-06 95.0 50000.0 55.0 22669.92 31.0 50494.03 62.0 0.0016116697224788 0.0032839874841516 99.28660326086955 -1.2571428571428573 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 8 GAEVDKNL 47088.035 23695.89 MHCnuggetsI 77.0 28.82 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 55 0.0011140887 0.006496071 29419.33808970321 30.050999999999995 23695.89 28.82 47415.12 96.0 45606.71 93.0 46760.95 100.0 1.1e-05 60.0 50000.0 55.0 297474.68 100.0 49572.41 61.0 0.005575479066465 0.0035016668876539 99.28660326086955 -0.6571428571428573 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 8 AEVDKNLG 2991.336 1731.61 SMM 3.5 0.9 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 56 0.00130218 0.00012880783 2688.3427020525523 1.7027499999999984 3294.33 4.35 12733.14 8.7 1874.27 2.4 16044.09 6.2 0.0136 3.1 2443.19 3.8 1731.61 0.9 3919.58 3.2 0.0331957287271507 0.0380851709207992 6.479157608695644 -0.9714285714285714 -0.6571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 8 EVDKNLGT 39249.355 28731.25 NetMHC 49.73 15.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 57 0.0015083682 0.034324225 29468.09679915391 30.050999999999995 30036.44 44.46 28731.25 22.0 42509.45 64.0 35989.26 36.0 0.000381 15.0 50000.0 55.0 57869.54 68.0 83992.4 82.0 0.035463952604914 0.0038845050712672 99.28660326086955 -0.5714285714285713 -0.5714285714285713 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 8 VDKNLGTV 29210.15 15710.15 PickPocket 33.5 5.2856250000000005 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 58 0.006373119 0.027174791 18400.637843215754 5.2856250000000005 30844.59 47.17 40949.25 46.0 27575.71 14.0 34072.25 30.0 0.00075 11.0 15710.15 20.0 50518.45 62.0 26930.23 37.0 0.0177636721346061 0.0057541622044096 46.22467391304348 -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 8 DKNLGTVY 40020.93 29116.302418792427 MHCflurry 45.975 6.792608695652163 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 59 0.0010688774 0.001143489 29116.302418792427 27.7165 31341.59 48.95 44804.58 70.0 38565.12 38.0 41476.74 69.0 0.000469 14.0 50000.0 55.0 140426.8 95.0 32228.49 43.0 0.6733561921864748 0.0363247024417849 6.792608695652163 -0.2571428571428573 -0.2571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 8 KNLGTVYG 37799.975 25998.84 MHCnuggetsI 55.0 33.64 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 60 7.621564e-05 0.0019752108 32466.41164914057 69.298375 25998.84 33.64 43691.54 61.0 39837.46 44.0 42937.04 80.0 6e-06 70.0 38150.11 45.0 37449.84 49.0 34216.85 46.0 0.0049073928166762 0.0031755218099476 99.28660326086955 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 8 NLGTVYGL 40975.56 27707.29 MHCnuggetsI 56.5 37.77 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 61 0.00058670586 0.018973008 31307.05550399611 47.08112499999999 27707.29 37.77 46269.74 84.0 40053.56 46.0 41897.56 72.0 1.8e-05 51.0 30726.73 38.0 133798.12 95.0 50377.89 62.0 0.0532716939924284 0.0039008097978898 99.28660326086955 1.2857142857142858 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 8 LGTVYGLE 39019.185 19735.13 SMMPMBEC 80.149 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 62 0.00032190906 0.0087629035 32677.72070331225 69.298375 30961.1 47.59 47317.74 95.0 45360.65 91.0 45604.75 96.0 1e-06 95.0 50000.0 55.0 25612.38 35.0 19735.13 27.0 0.0093549376178998 0.0032055261662204 99.28660326086955 0.24285714285714274 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 8 GTVYGLEK 40286.83 15081.69 SMM 56.5 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 63 0.0015447316 0.048587885 31487.53202119029 51.90287499999999 38748.56 88.59 47094.55 93.0 41825.1 58.0 44458.84 91.0 6e-06 70.0 50000.0 55.0 15081.69 20.0 31134.36 42.0 0.3604947938583791 0.0114160751018667 20.2322554347826 -0.2571428571428572 0.24285714285714274 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 8 TVYGLEKP 46075.705 31179.54445300332 MHCflurry 73.372 36.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 64 0.004869736 0.008230231 31179.54445300332 47.08112499999999 32987.93 55.49 47035.49 92.0 45115.92 89.0 43465.7 84.0 4.9e-05 36.0 50000.0 55.0 136285.61 95.0 136533.74 95.0 0.1225308377761393 0.0049982803915881 62.74467391304348 -0.3857142857142856 -0.2571428571428572 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 8 VYGLEKPF 44609.22 32546.7003651262 MHCflurry 75.649 45.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 65 0.0003408918 0.0021565794 32546.7003651262 69.298375 32823.56 54.77 46416.16 86.0 44389.61 82.0 44828.83 93.0 1.8e-05 51.0 50000.0 55.0 105305.24 89.0 33669.76 45.0 0.0214947995409602 0.0033587783898639 99.28660326086955 -0.5857142857142857 -0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 8 YGLEKPFL 43157.13 29389.29092873348 MHCflurry 61.5 6.047907608695624 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 66 0.00061147014 0.017694268 29389.29092873348 27.7165 35497.2 67.93 47402.8 96.0 41825.1 58.0 44489.16 91.0 2.3e-05 47.0 31398.89 39.0 53882.78 65.0 55749.37 66.0 0.7147903703153133 0.0414584302101044 6.047907608695624 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 8 GLEKPFLC 41761.105 30669.707214686863 MHCflurry 54.5 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 67 0.00013452982 0.011778889 30669.707214686863 38.99449999999999 32439.46 53.18000000000001 46523.77 87.0 41599.44 57.0 42934.24 80.0 2.2e-05 48.0 50000.0 55.0 41922.77 54.0 38215.54 50.0 0.0085023574356455 0.0033982741125188 99.28660326086955 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 8 LEKPFLCG 10705.98 2145.11 SMM 6.7 1.2 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.002309238 0.0017178865 12952.258419920769 3.668624999999999 11611.98 12.04 9799.98 6.9 4576.12 4.2 16739.22 6.5 0.00119 8.9 3272.12 4.9 2145.11 1.2 12683.53 17.0 0.0215936500462703 0.0081832154522517 27.61739130434782 -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 8 EKPFLCGL 36201.839 15959.5 MHCnuggetsI 48.888 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.001026327 0.00085953175 31028.67883261169 42.77524999999999 15959.5 16.900000000000002 18746.65 14.0 41375.0 55.0 28349.89 17.0 0.00045 14.0 50000.0 55.0 347896.45 100.0 198262.24 100.0 0.0406609411002136 0.00376361204949 99.28660326086955 1.0 1.0 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 8 KPFLCGLA 29312.265 3771.19 MHCnuggetsI 22.0 4.78 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00010390656 0.0026096164 27196.39936543934 17.127999999999997 3771.19 4.78 37648.19 36.0 32965.5 21.0 31428.13 23.0 7.6e-05 30.0 32434.8 39.0 9941.46 13.0 8438.01 8.9 0.0104316831202595 0.0038435436637473 99.28660326086955 1.8142857142857143 1.8142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 8 PFLCGLAL 31778.348 11647.7 SMMPMBEC 58.951 15.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00021394272 0.008186548 31470.946157440507 51.90287499999999 29623.37 43.16 46132.8 83.0 42740.04 66.0 42236.65 75.0 7e-06 67.0 32085.75 39.0 12118.53 16.0 11647.7 15.0 0.0590044681448489 0.0039603640954342 99.28660326086955 2.585714285714286 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 439 HLA-B*45:01 8 FLCGLALD 43087.4 16160.32 SMM 83.348 22.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.000106139014 0.004427602 33241.61903905417 81.696 34871.32 64.42999999999999 47228.23 94.0 44872.5 87.0 43591.43 85.0 1e-06 95.0 50000.0 55.0 16160.32 22.0 42583.37 55.0 0.0042311199940741 0.0030963932377148 99.28660326086955 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 440 HLA-B*45:01 8 LCGLALDL 33029.144 20055.8 SMMPMBEC 72.121 27.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.0005977316 0.011819814 31745.97856906089 57.24249999999999 25599.32 32.75 46983.59 92.0 45360.65 91.0 44802.65 93.0 2e-06 87.0 23957.42 30.0 34312.31 46.0 20055.8 27.0 0.0107084313203813 0.0033123459996462 99.28660326086955 1.6857142857142857 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 8 MATLFTIC 35200.22 16796.82 MHCnuggetsI 42.388 17.95 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 74 0.0005266753 0.018659335 30920.74107349577 42.77524999999999 16796.82 17.95 36531.07 33.0 33869.37 23.0 37306.37 42.0 5e-06 73.0 25017.04 32.0 132571.45 94.0 47450.41 59.0 0.0191701344738248 0.0035007966248623 99.28660326086955 2.0 2.0 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 8 ATLFTICV 19142.52 3883.65 SMMPMBEC 20.0 3.1 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 75 0.00032837896 0.032849733 31927.314030709436 57.24249999999999 11129.73 11.56 24853.01 18.0 21154.46 9.2 33135.01 27.0 2.8e-05 44.0 17130.58 22.0 9235.28 10.0 3883.65 3.1 0.3158751241862774 0.0096357359687972 24.57923913043477 2.3428571428571425 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 8 TLFTICVW 41229.065 31396.09 MHCnuggetsI 64.5 27.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 76 0.00015229757 0.0008878053 33046.78950827527 75.6415 31396.09 49.15 45280.71 74.0 35559.24 27.0 37177.42 42.0 2.2e-05 48.0 50000.0 55.0 283432.73 100.0 99366.5 88.0 0.0483756963221821 0.0036385783145685 99.28660326086955 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 8 LFTICVWT 41967.685 18388.58 MHCnuggetsI 70.0 20.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 77 6.6112756e-05 0.01368383 33836.60596943112 87.210125 18388.58 20.09 42167.71 52.0 38565.12 38.0 41767.66 71.0 1e-06 95.0 46857.18 52.0 72853.43 77.0 60289.27 69.0 0.0007842374161555 0.0030068706743227 99.28660326086955 1.6714285714285715 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 8 FTICVWTG 34654.547 12631.36 SMM 49.5 17.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 78 2.0664476e-05 0.0047991835 32448.48395875318 69.298375 23652.14 28.73 44587.93 68.0 39837.46 44.0 36860.61 40.0 2e-06 87.0 50000.0 55.0 12631.36 17.0 17792.62 24.0 0.0302315789667773 0.0034740089895745 99.28660326086955 1.2142857142857142 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 8 TICVWTGE 45165.425 23836.36 SMMPMBEC 84.0 32.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 79 0.00014390703 0.019482434 33213.80653315609 81.696 34414.19 62.09 46299.8 85.0 45360.65 91.0 44970.2 93.0 1e-06 95.0 50000.0 55.0 87186.65 83.0 23836.36 32.0 0.0047410601910087 0.0031044827999452 99.28660326086955 0.8142857142857142 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 8 ICVWTGET 39170.345 12452.03 SMMPMBEC 84.348 16.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 80 5.4637985e-05 0.0048345523 33224.77090533036 81.696 26462.38 34.71 46513.7 87.0 45115.92 89.0 45932.06 98.0 1e-06 95.0 31398.89 39.0 45650.97 58.0 12452.03 16.0 0.0019037375786865 0.0030725864743639 99.28660326086955 0.07142857142857133 0.8142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 8 CVWTGETI 38048.305 30331.277511369524 MHCflurry 48.612 35.63949999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 81 0.00024378426 0.0048500607 30331.277511369524 35.63949999999999 33250.14 56.65 43425.74 59.0 38357.05 37.0 38840.23 51.0 8e-06 65.0 37739.56 45.0 82120.2 82.0 34295.73 46.0 0.1660270763095468 0.0059822247519324 46.22467391304348 0.35714285714285726 0.35714285714285726 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 8 MRVRTSTA 22289.195 820.82 MHCnuggetsI 19.5 1.7399999999999998 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 82 0.00027911886 0.0027670972 28789.860084686745 25.64975 820.82 1.7399999999999998 34149.75 29.0 26694.99 14.0 30816.29 21.0 0.000266 18.0 7287.08 9.6 17883.4 24.0 12224.75 16.0 0.1105397393403109 0.0051755439646152 46.22467391304348 -0.7428571428571429 -0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 8 RVRTSTAF 31615.744 15857.69 SMMPMBEC 42.465 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 83 0.00020002753 0.0118696885 31721.36887933928 51.90287499999999 29547.79 42.93 45137.41 73.0 39837.46 44.0 40564.26 62.0 5e-05 36.0 20368.33 26.0 31510.12 42.0 15857.69 21.0 0.3446018751710653 0.0107220896922717 22.19230978260869 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 8 VRTSTAFK 37399.005 25260.97 SMM 62.145 34.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 84 0.00019721536 0.0024964076 32317.41514366411 63.07837499999999 34251.87 61.29 46429.24 86.0 39622.53 43.0 43115.79 81.0 9e-06 63.0 50000.0 55.0 25260.97 34.0 35175.48 47.0 0.0534361246973276 0.0037849376085767 99.28660326086955 -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 8 RTSTAFKA 30985.469 5613.58 SMMPMBEC 27.29 5.2 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 85 0.00023451944 0.094654776 30401.728618059344 38.99449999999999 34011.38 60.150000000000006 34398.22 30.0 31569.21 19.0 34527.99 31.0 7.9e-05 30.0 15881.05 21.0 11180.21 15.0 5613.58 5.2 0.2923218049108982 0.0093002610723936 24.57923913043477 0.0428571428571428 0.0428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 8 TSTAFKAV 30732.716 12830.39 SMMPMBEC 33.705 17.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 86 0.0016929946 0.016380323 29552.792859908663 30.050999999999995 22355.18 26.38 40023.24 43.0 31912.64 19.0 40312.68 61.0 2.4e-05 47.0 18082.85 23.0 36513.21 48.0 12830.39 17.0 0.1992606385610997 0.0068944406736851 37.35904891304347 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 8 STAFKAVL 37052.04 19505.61 PickPocket 41.388 24.57923913043477 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 87 0.00060080056 0.006949903 30734.267778570716 42.77524999999999 30040.15 44.47 39260.22 40.0 38357.05 37.0 40809.02 64.0 5.4e-05 34.0 19505.61 25.0 44921.06 57.0 35747.03 47.0 0.2981649301946163 0.0093938442156646 24.57923913043477 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 8 TAFKAVLH 44557.275 31094.11 MHCnuggetsI 61.539 17.305597826086952 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 88 0.00014577665 0.0040346216 32274.96857598165 63.07837499999999 31094.11 48.06 46326.86 85.0 42509.45 64.0 42787.69 79.0 5.9e-05 33.0 50000.0 55.0 48579.16 60.0 107211.16 90.0 0.4095176914706826 0.0132320309779584 17.305597826086952 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 8 DSGALIQV 41168.47 16550.34 MHCnuggetsI 44.5 14.480874999999996 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 89 0.0013785245 0.0038105922 26177.89563482476 14.480874999999996 16550.34 17.65 41309.69 48.0 41151.77 53.0 41185.17 67.0 6.1e-05 33.0 33504.88 41.0 110268.13 90.0 61127.97 70.0 0.2263224590569734 0.0085216742009312 27.61739130434782 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 8 SGALIQVI 29509.009 7945.94 PickPocket 26.809 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 90 0.0009670172 0.002576973 26407.277673907447 15.284124999999998 11615.82 12.04 36183.7 33.0 32610.74 20.0 39563.42 55.0 4.5e-05 37.0 7945.94 12.0 54758.31 66.0 19419.59 26.0 0.236667513847351 0.0087626428483412 27.61739130434782 2.1285714285714286 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 8 GALIQVIE 40504.095 15532.45 SMMPMBEC 56.0 21.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 91 0.000558554 0.0067105913 31667.23728148312 51.90287499999999 27494.35 37.23 46367.99 85.0 41599.44 57.0 45700.55 97.0 3e-06 81.0 39408.75 46.0 42505.98 55.0 15532.45 21.0 0.028018203767715 0.003529285787485 99.28660326086955 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 8 ALIQVIES 35282.3 17347.62 SMMPMBEC 43.0 23.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 92 0.000100470636 0.03271902 31163.47616860722 47.08112499999999 24584.95 30.59 40749.03 46.0 34423.54 24.0 37466.97 43.0 8.9e-05 28.0 36141.06 43.0 98050.54 87.0 17347.62 23.0 0.1713440311141312 0.0059379101484665 46.22467391304348 1.3142857142857143 1.6857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 8 LIQVIESC 41670.76 9777.77 SMMPMBEC 58.0 12.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 93 0.0009958476 0.057319462 30640.986850049783 38.99449999999999 27769.66 37.940000000000005 46222.23 84.0 44389.61 82.0 44126.72 88.0 8e-06 65.0 44389.61 50.0 39214.8 51.0 9777.77 12.0 0.0056591976026538 0.0033674278819654 99.28660326086955 1.1285714285714286 1.3142857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 8 IQVIESCA 14607.145 2625.67 SMMPMBEC 15.595 1.7 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 94 0.00023542413 0.02954675 27346.514286286983 18.189125 5781.15 6.550000000000001 28502.13 22.0 19295.7 8.4 31330.35 23.0 0.000188 20.0 4676.23 6.7 9918.59 13.0 2625.67 1.7 0.0765674707945436 0.0048261933023142 62.74467391304348 0.7428571428571429 1.1285714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 8 QVIESCAV 33069.97 17629.5 SMMPMBEC 35.25 24.0 SMMPMBEC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 95 0.00019332673 0.016953772 29605.72080238975 30.050999999999995 27211.0 36.5 36713.73 34.0 36534.22 30.0 37362.52 43.0 4e-05 39.0 25289.19 32.0 75587.5 78.0 17629.5 24.0 0.0690222977427765 0.0043524267807428 62.74467391304348 1.8428571428571427 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 8 VIESCAVL 43560.01 19505.61 PickPocket 70.5 25.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 96 0.0005350596 0.008509994 30461.849096187485 38.99449999999999 31260.66 48.65 45671.89 78.0 43439.36 73.0 43680.66 86.0 1e-05 61.0 19505.61 25.0 82689.43 82.0 58781.41 68.0 0.0447037847479805 0.0038863435036654 99.28660326086955 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 8 IESCAVLY 8559.144 1584.89 PickPocket 5.2 2.4 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 97 0.00040665283 0.00014780286 10307.867280485554 3.1402499999999987 6810.42 7.489999999999999 24095.72 18.0 4454.0 4.1 11951.78 4.4 0.00351 5.6 1584.89 2.4 5363.52 4.8 10721.12 14.0 0.240767958573997 0.0218777340908825 11.115788043478249 0.9571428571428572 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 8 ESCAVLYT 27278.175 2896.97 MHCnuggetsI 26.5 3.99 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 98 0.00030309084 0.006697261 31364.090583042416 47.08112499999999 2896.97 3.99 10890.43 7.6 31740.46 19.0 17101.68 6.7 0.000127 24.0 23192.26 29.0 71031.34 76.0 47123.77 59.0 0.0309788787417346 0.0035996750475424 99.28660326086955 1.3571428571428572 1.3571428571428572 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 8 SCAVLYTT 31588.73 486.82 MHCnuggetsI 42.5 1.26 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 99 7.09814e-05 0.0056439294 32573.819936347205 69.298375 486.82 1.26 30603.64 24.0 38774.32 38.0 38827.64 51.0 2.4e-05 47.0 6062.77 8.1 44202.82 56.0 8835.68 9.5 0.0014309727594081 0.0031268077583437 99.28660326086955 1.3714285714285717 1.3714285714285717 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 0.4674855694174766 0.0190334133470473 12.187228260869546 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 8 KSADVVKV 37774.79 15227.48 MHCnuggetsI 31.5 12.187228260869546 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 100 0.0004803251 0.0094053205 27251.01234098589 17.127999999999997 15227.48 16.03 41496.49 49.0 34053.09 23.0 42550.87 77.0 5e-05 36.0 20813.9 27.0 60457.47 70.0 53485.99 65.0 0.4674855694174766 0.0190334133470473 12.187228260869546 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 0.3274797494523227 0.0138112374308446 17.305597826086952 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 8 SADVVKVK 42689.09 22891.38908698525 MHCflurry 56.57 8.390625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 101 0.0014263225 0.014786124 22891.38908698525 8.390625 33582.7 58.14 45915.18 80.0 42280.1 62.0 43098.08 81.0 7.4e-05 30.0 50000.0 55.0 183421.4 99.0 26317.22 36.0 0.3274797494523227 0.0138112374308446 17.305597826086952 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 0.1242939892690628 0.0117815762397039 20.2322554347826 0.542857142857143 0.542857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 8 ADVVKVKC 26622.975 7067.08 SMMPMBEC 20.501 3.639874999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 102 0.0019028386 0.03236658 12889.481833786762 3.639874999999999 18852.27 20.77 37616.45 36.0 26550.96 14.0 38739.94 50.0 0.000864 11.0 26694.99 33.0 38944.85 51.0 7067.08 7.1 0.1242939892690628 0.0117815762397039 20.2322554347826 0.542857142857143 0.542857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 0.2387733999639749 0.0081794452096815 27.61739130434782 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 8 DVVKVKCK 46831.75 28583.23094768543 MHCflurry 67.335 23.814625 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 103 8.627232e-05 0.00073701853 28583.23094768543 23.814625 35097.25 65.67 47310.57 95.0 46352.93 97.0 45499.26 96.0 2.4e-05 47.0 50000.0 55.0 68304.61 75.0 60428.25 69.0 0.2387733999639749 0.0081794452096815 27.61739130434782 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 0.1378619754686951 0.0054218986742885 46.22467391304348 0.42857142857142855 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 8 VVKVKCKL 46686.595 29681.02 MHCnuggetsI 59.0 35.63949999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 104 0.0005906201 0.011015551 30308.12415109714 35.63949999999999 29681.02 43.34 47864.07 100.0 44872.5 87.0 45509.12 96.0 1.7e-05 52.0 50000.0 55.0 404063.85 100.0 51551.34 63.0 0.1378619754686951 0.0054218986742885 46.22467391304348 0.42857142857142855 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 0.0093417864118237 0.0032098395401611 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 8 VKVKCKLT 44128.775 26592.76 MHCnuggetsI 61.5 35.010000000000005 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 105 2.3236678e-05 0.00015271724 32630.8058000862 69.298375 26592.76 35.010000000000005 43502.38 60.0 40053.56 46.0 44755.17 92.0 9e-06 63.0 50000.0 55.0 48244.74 60.0 54230.05 65.0 0.0093417864118237 0.0032098395401611 99.28660326086955 -0.27142857142857146 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 0.0027757746574934 0.003136195701151 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 8 KVKCKLTQ 45147.91 29600.26 MHCnuggetsI 78.649 43.09 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 106 7.908796e-05 0.0014883941 32632.583663636127 69.298375 29600.26 43.09 46928.71 91.0 45115.92 89.0 45179.9 94.0 7e-06 67.0 50000.0 55.0 41252.47 53.0 102621.89 88.0 0.0027757746574934 0.003136195701151 99.28660326086955 -0.21428571428571427 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 0.0124473420437425 0.0032370876761539 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-B*45:01 8 VKCKLTQS 44925.95 20434.93 MHCnuggetsI 68.149 23.15 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 107 3.931042e-05 0.0013703356 32715.14637747424 69.298375 20434.93 23.15 45258.67 74.0 41375.0 55.0 44593.23 91.0 3.1e-05 43.0 50000.0 55.0 56292.43 67.0 95993.1 87.0 0.0124473420437425 0.0032370876761539 99.28660326086955 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 0.0201140713907079 0.0033498775141574 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 37 HLA-B*45:01 8 KCKLTQSF 29970.205 11479.16 PickPocket 50.58 15.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 108 0.000253354 0.003298467 32472.31005919909 69.298375 27468.1 37.16 45463.82 76.0 42509.45 64.0 44304.2 90.0 5.5e-05 34.0 11479.16 15.0 24403.38 33.0 17588.95 24.0 0.0201140713907079 0.0033498775141574 99.28660326086955 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 0.0044809866813011 0.0031243048936932 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-B*45:01 8 MKSADVVN 40089.255 17671.34 MHCnuggetsI 71.5 19.1 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 109 0.0005370214 0.0017818644 32964.96956713543 75.6415 17671.34 19.1 44121.45 64.0 33504.88 22.0 41613.39 70.0 5e-06 73.0 38565.12 46.0 68304.61 75.0 83222.35 82.0 0.0044809866813011 0.0031243048936932 99.28660326086955 -0.21428571428571427 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 0.3048895578831434 0.0100174840121869 22.19230978260869 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 29 HLA-B*45:01 8 KSADVVNR 45939.89 25189.72 MHCnuggetsI 53.5 22.19230978260869 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 110 0.00044414122 0.0063800616 29460.5241067695 30.050999999999995 25189.72 31.87 46495.58 87.0 40929.75 52.0 45384.2 95.0 2.4e-05 47.0 50000.0 55.0 99873.44 88.0 94241.02 86.0 0.3048895578831434 0.0100174840121869 22.19230978260869 -0.29999999999999993 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 0.0368031488033011 0.0037305102132659 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 8 KSADVVKQ 46694.54 30876.2989824216 MHCflurry 65.5 42.77524999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 111 0.00017917769 0.0026719298 30876.2989824216 42.77524999999999 32540.8 53.580000000000005 46778.15 90.0 41599.44 57.0 46610.93 100.0 2.3e-05 47.0 50000.0 55.0 66903.68 74.0 111491.05 91.0 0.0368031488033011 0.0037305102132659 99.28660326086955 -0.21428571428571422 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 0.2450200887396931 0.0097832097316319 24.57923913043477 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 8 SADVVKQR 44893.625 24278.32611940967 MHCflurry 52.0 10.452499999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 112 0.00082072115 0.00931561 24278.32611940967 10.452499999999995 30653.24 46.52 47004.95 92.0 44872.5 87.0 44914.75 93.0 0.00019 20.0 50000.0 55.0 137546.64 95.0 37088.56 49.0 0.2450200887396931 0.0097832097316319 24.57923913043477 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 0.8330904394388199 0.1101518870412301 2.7245652173912447 -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 8 ADVVKQRF 24908.03 8835.68 SMMPMBEC 19.0 2.7245652173912447 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 113 0.0039303703 0.010221432 15317.453105175357 4.228999999999999 30207.31 45.01 42507.62 54.0 30232.07 17.0 40057.02 59.0 0.000937 9.9 15881.05 21.0 19608.75 26.0 8835.68 9.5 0.8330904394388199 0.1101518870412301 2.7245652173912447 -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 0.1441711205407045 0.0057001019063606 46.22467391304348 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 8 DVVKQRFK 46391.98 29447.087263342364 MHCflurry 66.5 30.050999999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 114 5.4579352e-05 0.00052729587 29447.087263342364 30.050999999999995 38626.98 87.8 47805.59 99.0 46604.38 99.0 45782.71 97.0 1.4e-05 55.0 50000.0 55.0 46179.58 58.0 68428.97 75.0 0.1441711205407045 0.0057001019063606 46.22467391304348 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 0.0070719097275286 0.0031475691492721 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 8 VVKQRFKN 47157.12 31671.49 MHCnuggetsI 86.0 50.18 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 115 6.0140654e-05 0.001595516 33023.564939806376 75.6415 31671.49 50.18 48155.49 100.0 45360.65 91.0 46158.75 98.0 6e-06 70.0 50000.0 55.0 99414.56 88.0 89792.49 84.0 0.0070719097275286 0.0031475691492721 99.28660326086955 -1.757142857142857 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 0.1683112541213631 0.0056699144891315 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 8 VKQRFKNP 42720.55 30973.2 MHCnuggetsI 59.0 30.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 116 0.0012690608 0.004962764 32330.876273804784 63.07837499999999 30973.2 47.63 43700.53 61.0 41599.44 57.0 41740.57 71.0 7.4e-05 30.0 50000.0 55.0 89012.3 84.0 73661.41 78.0 0.1683112541213631 0.0056699144891315 46.22467391304348 -2.585714285714286 -1.757142857142857 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 0.0830610416014678 0.0049243772111814 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 8 KQRFKNPA 15914.115 2122.61 PickPocket 9.95 3.3 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 117 0.00039061595 0.014327237 27423.667500770774 18.189125 20017.38 22.51 15555.89 12.0 12249.09 6.3 19334.99 7.9 0.00172 7.6 2122.61 3.3 16272.34 22.0 6811.46 6.6 0.0830610416014678 0.0049243772111814 62.74467391304348 -1.7714285714285711 -1.7714285714285711 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 0.346786874346435 0.0113835357906479 20.2322554347826 -1.4 -1.4 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 8 QRFKNPAW 36512.735 19997.91 MHCnuggetsI 33.334 19.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 118 0.00053262344 0.0011382626 30043.110069205744 32.66799999999999 19997.91 22.48 45153.51 73.0 34610.27 24.0 38415.2 48.0 0.000217 19.0 50000.0 55.0 25377.57 34.0 107954.31 90.0 0.346786874346435 0.0113835357906479 20.2322554347826 -1.4 -1.4 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 0.1805821997113526 0.0058503307917776 46.22467391304348 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 8 RFKNPAWV 33670.011 19570.17 MHCnuggetsI 43.112 21.82 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 119 0.00014839436 0.0728732 32729.752293478126 69.298375 19570.17 21.82 43716.59 61.0 34610.27 24.0 38382.79 48.0 3.7e-05 40.0 26407.71 33.0 28671.47 39.0 65198.86 73.0 0.1805821997113526 0.0058503307917776 46.22467391304348 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 0.5363824861124158 0.0211550188466805 11.115788043478249 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 8 FKNPAWVW 31192.816 18173.98 SMM 41.041 11.115788043478249 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 120 0.00016196347 0.0021520928 31343.882752056048 47.08112499999999 31041.75 47.870000000000005 42623.68 54.0 27725.29 14.0 39296.34 54.0 5.3e-05 35.0 50000.0 55.0 18173.98 24.0 24056.92 33.0 0.5363824861124158 0.0211550188466805 11.115788043478249 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 0.0227351056528277 0.0034080248920543 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 8 KNPAWVWL 40524.395 21423.56 MHCnuggetsI 57.0 24.79 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 121 0.00049111777 0.0069540176 32206.170281218227 63.07837499999999 21423.56 24.79 39459.94 41.0 40929.75 52.0 40119.04 59.0 1.6e-05 53.0 50000.0 55.0 134725.56 95.0 288562.57 100.0 0.0227351056528277 0.0034080248920543 99.28660326086955 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 0.2909262522589415 0.0089815471973313 27.61739130434782 0.7857142857142857 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-B*45:01 8 NPAWVWLW 37451.115 10243.54 SMM 41.5 13.0 SMM 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 122 0.00010927111 0.00014623297 31363.5388968626 47.08112499999999 25836.9 33.29 45740.15 79.0 36931.66 31.0 37970.57 46.0 4.5e-05 37.0 50000.0 55.0 10243.54 13.0 42485.43 54.0 0.2909262522589415 0.0089815471973313 27.61739130434782 0.7857142857142857 0.7857142857142857 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 0.0011183899187017 0.0029841784293045 100.0 0.5142857142857142 0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 41 HLA-B*45:01 8 PAWVWLWN 44465.375 23773.99 MHCnuggetsI 83.0 28.97 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 123 4.2346164e-05 0.0017497899 34143.85529902591 91.784 23773.99 28.97 46550.45 87.0 43675.0 75.0 45255.75 95.0 0.0 100.0 50000.0 55.0 35273.62 47.0 77310.77 79.0 0.0011183899187017 0.0029841784293045 100.0 0.5142857142857142 0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 8 PAITIKQE 47967.51 31673.047118617076 MHCflurry 87.5 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 124 0.00018768793 0.0013904326 31673.047118617076 51.90287499999999 35782.93 69.59 47990.09 100.0 46857.18 100.0 47944.93 100.0 4e-06 76.0 50000.0 55.0 180904.76 99.0 70997.0 76.0 0.0171347434879862 0.0033958162963814 99.28660326086955 -0.1142857142857144 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 8 AITIKQEY 38029.24 15748.53 SMMPMBEC 48.5 21.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 125 0.00077312795 0.013691996 32281.35435589461 63.07837499999999 37736.32 81.93 44853.59 70.0 40270.83 47.0 43871.54 87.0 0.000148 23.0 28178.94 35.0 38322.16 50.0 15748.53 21.0 0.3337186723947525 0.0101490592118044 22.19230978260869 -0.557142857142857 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 8 ITIKQEYR 47282.185 32094.18030082895 MHCflurry 89.78 46.22467391304348 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 126 0.00013374274 0.006088438 32094.18030082895 63.07837499999999 38283.9 85.56 48175.8 100.0 45854.11 94.0 46388.57 99.0 8e-06 65.0 50000.0 55.0 137546.64 95.0 142639.56 96.0 0.1797229587100446 0.0059441749896167 46.22467391304348 -1.842857142857143 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 108 HLA-B*45:01 8 TIKQEYRN 47467.725 30746.13 MHCnuggetsI 86.0 46.83 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 127 3.8787326e-05 0.0018809016 33015.88579783118 75.6415 30746.13 46.83 47736.85 99.0 45360.65 91.0 47198.6 100.0 2e-06 87.0 50000.0 55.0 65833.96 73.0 91672.7 85.0 0.012934911501361 0.0032140560819754 99.28660326086955 -2.242857142857143 -1.842857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 109 HLA-B*45:01 8 IKQEYRNF 41686.48 24685.96 SMM 53.451 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 128 0.0006945984 0.0036361574 31580.12343296037 51.90287499999999 29238.28 42.03 46369.99 85.0 39408.75 42.0 43964.21 87.0 3.1e-05 43.0 50000.0 55.0 24685.96 33.0 49686.68 61.0 0.083257824415341 0.0042992614051137 62.74467391304348 -2.485714285714286 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 8 PAITIKQP 46463.06 30531.947050899205 MHCflurry 76.5 38.99449999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 129 0.001841638 0.008501469 30531.947050899205 38.99449999999999 32506.51 53.44 47811.29 99.0 46857.18 100.0 46068.94 98.0 3.2e-05 42.0 50000.0 55.0 180904.76 99.0 43175.76 55.0 0.0366052546305581 0.003768588840676 99.28660326086955 0.15714285714285703 0.15714285714285708 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 8 AITIKQPK 39027.475 18717.16 SMMPMBEC 57.0 25.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 130 0.00085105974 0.013912433 30882.93986107532 42.77524999999999 38001.39 83.67999999999999 45362.61 75.0 40053.56 46.0 44404.51 90.0 1.2e-05 58.0 35752.13 43.0 43696.84 56.0 18717.16 25.0 0.1026889777276665 0.0047042710021195 62.74467391304348 -0.6571428571428571 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 8 ITIKQPKQ 48102.79 32130.65700227353 MHCflurry 85.23 55.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 131 0.00020122006 0.009112879 32130.65700227353 63.07837499999999 39392.64 92.46 48304.2 100.0 45606.71 93.0 47901.38 100.0 5e-06 73.0 50000.0 55.0 74207.88 78.0 173876.14 98.0 0.0936394222080707 0.0043854860673128 62.74467391304348 -1.8 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 8 TIKQPKQS 45885.375 31824.952335581493 MHCflurry 76.225 45.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 132 0.0002795932 0.001604245 31824.952335581493 57.24249999999999 34873.61 64.45 47539.43 97.0 45115.92 89.0 46654.83 100.0 2.6e-05 45.0 50000.0 55.0 99643.74 88.0 42779.92 55.0 0.0190986353263724 0.0034036124066673 99.28660326086955 -1.8142857142857145 -1.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 8 IKQPKQSG 39803.05 17883.4 SMM 63.121 24.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 133 0.00034106878 0.0022272745 31971.64797328516 57.24249999999999 36634.21 74.77000000000001 46029.08 82.0 42971.89 69.0 46033.57 98.0 9.6e-05 27.0 50000.0 55.0 17883.4 24.0 21440.75 29.0 0.0071789825815358 0.0032490156018337 99.28660326086955 -2.514285714285714 -1.8142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 8 KQPKQSGV 38565.985 22942.68 PickPocket 42.34 16.158749999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 134 0.00015795011 0.003620796 26882.715270789 16.158749999999998 29116.24 41.68 40200.31 43.0 36931.66 31.0 40337.56 61.0 0.000265 18.0 22942.68 29.0 89835.92 84.0 76425.8 79.0 0.0180469971528509 0.003992660353263 99.28660326086955 -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 8 QPKQSGVR 46347.345 24981.4 MHCnuggetsI 66.872 25.64975 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 135 0.00036337337 0.0010767254 29044.0467846252 25.64975 24981.4 31.42 47389.47 96.0 45115.92 89.0 45305.22 95.0 6.5e-05 32.0 50000.0 55.0 133183.37 95.0 63276.14 71.0 0.0473228330956772 0.004107478852318 62.74467391304348 -1.5 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 8 PKQSGVRE 47420.855 31905.43 MHCnuggetsI 75.0 51.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 136 0.00013291727 0.0003673848 32387.507224683188 63.07837499999999 31905.43 51.06 47258.91 95.0 45360.65 91.0 47945.45 100.0 4e-06 76.0 50000.0 55.0 47582.8 59.0 67645.67 74.0 0.0008354903020517 0.0031376266105989 99.28660326086955 -1.7714285714285718 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 8 KQSGVREK 30915.56 22358.88 SMM 37.18 10.029999999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 137 6.456719e-05 0.00042533595 24102.2868099149 10.029999999999998 40421.44 97.29 44981.39 71.0 32085.75 19.0 38670.43 50.0 0.000202 20.0 29745.37 37.0 22358.88 30.0 29664.7 40.0 0.1156552137981634 0.0062562580386728 37.35904891304347 -1.7714285714285716 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 8 QSGVREKG 45381.27 19689.74 SMMPMBEC 69.0 26.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 138 0.00013511734 0.0012710055 31844.492880333757 57.24249999999999 33176.75 56.330000000000005 46015.13 81.0 45360.65 91.0 45401.89 96.0 6e-06 70.0 50000.0 55.0 58136.65 68.0 19689.74 26.0 0.0006387865150827 0.0031872067247303 99.28660326086955 -1.3285714285714287 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 8 SGVREKGP 46343.895 29528.44 MHCnuggetsI 71.5 35.63949999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 139 0.00037073815 0.00076122076 30241.91151083054 35.63949999999999 29528.44 42.870000000000005 47725.5 99.0 46604.38 99.0 46083.41 98.0 7e-06 67.0 50000.0 55.0 70704.98 76.0 45734.09 58.0 0.0011941286466026 0.0033571612843844 99.28660326086955 -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 8 GVREKGPS 46189.0 26459.83 MHCnuggetsI 73.0 34.7 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 140 0.00023378165 0.0018620956 31551.755859820703 51.90287499999999 26459.83 34.7 47346.95 96.0 43911.91 77.0 45031.05 94.0 1.4e-05 55.0 50000.0 55.0 85398.45 83.0 60150.61 69.0 0.001737986352964 0.003228324972461 99.28660326086955 -1.5 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 8 VREKGPST 43505.83 14651.59 MHCnuggetsI 55.0 15.36 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 141 0.0003307757 0.0053185755 29514.72230843001 30.050999999999995 14651.59 15.36 44810.39 70.0 39837.46 44.0 44309.48 90.0 9.2e-05 28.0 50000.0 55.0 42702.18 55.0 46051.1 58.0 0.0010024703842645 0.0034348799524198 99.28660326086955 -2.2 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 8 REKGPSTS 11250.168 2289.62 PickPocket 5.595 1.7 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 142 0.00030780185 8.724799e-05 8953.075147051832 2.900625 5363.37 6.19 14787.48 10.0 3954.23 3.8 13547.26 5.0 0.0432 1.7 2289.62 3.6 17196.89 23.0 24674.02 33.0 0.0155873052426613 0.0114300919685667 20.2322554347826 -1.6714285714285715 -1.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 8 EKGPSTSQ 41943.87 26890.7 MHCnuggetsI 53.451 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 143 0.0018617316 0.004176439 31489.196317474 51.90287499999999 26890.7 35.72 32225.96 26.0 40270.83 47.0 43616.91 85.0 0.000244 18.0 50000.0 55.0 44817.74 57.0 50961.24 62.0 0.0064899969456746 0.0032891969525121 99.28660326086955 -1.6714285714285715 -1.6714285714285715 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 8 KGPSTSQE 47348.825 31685.837544557275 MHCflurry 86.085 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 144 2.954342e-05 0.00023007065 31685.837544557275 51.90287499999999 37619.89 81.17 47257.39 95.0 47111.36 100.0 47440.26 100.0 6e-06 70.0 50000.0 55.0 65380.77 73.0 111234.63 91.0 0.0009219345247402 0.0032058573708341 99.28660326086955 -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 8 GPSTSQEV 32581.285 23080.22 SMMPMBEC 41.5 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 145 9.3126706e-05 0.0010598704 26615.039944994223 15.284124999999998 23726.91 28.88 45306.71 74.0 41375.0 55.0 43236.78 82.0 0.000202 20.0 33869.37 41.0 31293.2 42.0 23080.22 31.0 0.0035944536975875 0.0038313038366738 99.28660326086955 -0.9571428571428572 -0.9571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 8 PSTSQEVC 46773.465 30355.68 SMMPMBEC 85.415 41.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 146 0.00011699536 0.0015513126 31114.40533443361 47.08112499999999 37112.44 77.83 47313.65 95.0 46352.93 97.0 47194.0 100.0 4e-06 76.0 50000.0 55.0 124580.48 93.0 30355.68 41.0 0.0003898666755048 0.0032567298316556 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 123 HLA-B*45:01 8 STSQEVCA 29700.693 4512.84 SMM 29.5 3.7 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 147 0.0001184211 0.015854968 30449.82509461175 38.99449999999999 30839.66 47.16 31905.04 26.0 28951.56 15.0 38516.76 49.0 6e-05 33.0 12517.05 17.0 4512.84 3.7 6970.12 7.0 0.0149122164002619 0.0035002462995119 99.28660326086955 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 124 HLA-B*45:01 8 TSQEVCAL 33408.119 13621.97 SMMPMBEC 40.0 18.0 SMMPMBEC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 148 0.00040306617 0.008970833 27407.487694890624 18.189125 19845.49 22.25 45072.98 72.0 39408.75 42.0 41988.34 73.0 4.2e-05 38.0 14099.07 19.0 87186.65 83.0 13621.97 18.0 0.0292125584383029 0.0040759361374071 62.74467391304348 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 8 MLHTADSD 34074.079 14429.13 SMMPMBEC 74.321 19.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 149 0.0003083633 0.024595505 32873.54785222889 75.6415 35274.61 66.64999999999999 46481.49 87.0 43439.36 73.0 43587.18 85.0 2e-06 87.0 30068.96 37.0 22617.78 31.0 14429.13 19.0 0.0083962840581079 0.0031762781271921 99.28660326086955 -0.8714285714285716 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 0.0043603562808129 0.0032369299837636 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 8 LHTADSDV 40489.875 28977.09 MHCnuggetsI 58.621 41.27 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 150 0.00050423836 0.005320134 31767.12144128537 57.24249999999999 28977.09 41.27 45136.91 73.0 40270.83 47.0 43823.64 86.0 1.1e-05 60.0 40708.92 47.0 47802.43 60.0 35747.03 47.0 0.0043603562808129 0.0032369299837636 99.28660326086955 -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 0.002032893946307 0.0032891007373426 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 8 HTADSDVQ 44469.54 27507.43 SMM 70.5 37.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 151 0.000100500845 0.0056745554 30983.03644222927 42.77524999999999 38871.38 89.36 47243.58 95.0 43204.99 71.0 47170.52 100.0 6e-06 70.0 50000.0 55.0 27507.43 37.0 45734.09 58.0 0.002032893946307 0.0032891007373426 99.28660326086955 -0.8571428571428571 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 0.0374615435721352 0.0046470185271769 62.74467391304348 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 8 TADSDVQA 27103.067 14882.82 PickPocket 34.5 10.885249999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 152 0.00048790453 0.022651387 24662.404043863447 10.885249999999996 29543.73 42.92 39437.75 41.0 38565.12 38.0 41881.7 72.0 0.000171 21.0 14882.82 20.0 20675.21 28.0 23027.14 31.0 0.0374615435721352 0.0046470185271769 62.74467391304348 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 0.0041677670560602 0.0042239154263476 62.74467391304348 -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 8 ADSDVQAN 22576.339 5460.6 SMMPMBEC 17.5 5.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 153 0.00025456262 0.007323448 24112.3570096836 10.029999999999998 27374.13 36.92 40498.05 45.0 21040.32 9.1 41029.5 66.0 0.000176 21.0 9865.62 14.0 7005.68 7.0 5460.6 5.0 0.0041677670560602 0.0042239154263476 62.74467391304348 -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 0.0279773661750368 0.0047412889780528 62.74467391304348 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 8 DSDVQANA 25757.049 3000.82 SMMPMBEC 26.08 2.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 154 0.0006289027 0.07295049 23335.15715025257 8.962874999999997 16950.94 18.16 36761.83 34.0 40270.83 47.0 38568.04 49.0 0.000248 18.0 28178.94 35.0 11519.93 15.0 3000.82 2.1 0.0279773661750368 0.0047412889780528 62.74467391304348 -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 0.6583787547424436 0.078811343601101 3.487608695652085 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 8 SDVQANAF 19567.997 4438.54 SMMPMBEC 10.85 3.4429999999999987 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 155 0.003697448 0.013600431 11857.043504058263 3.4429999999999987 27629.64 37.57 40512.94 45.0 27278.95 14.0 34646.23 31.0 0.00133 8.5 6610.93 8.7 9987.34 13.0 4438.54 3.7 0.6583787547424436 0.078811343601101 3.487608695652085 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 0.0561022245092317 0.004074687335248 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 8 DVQANAFR 43906.65 30237.350524687303 MHCflurry 58.872 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 156 0.0016981605 0.011770119 30237.350524687303 35.63949999999999 31973.37 51.32 47262.99 95.0 45360.65 91.0 44517.08 91.0 9e-06 63.0 50000.0 55.0 43296.22 55.0 34059.64 45.0 0.0561022245092317 0.004074687335248 62.74467391304348 -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 0.2202230177354067 0.0074028277603039 31.64317934782608 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 8 VQANAFRK 33144.091 18082.85 PickPocket 32.322 15.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 157 9.363361e-05 0.0034879837 29629.22298478056 30.050999999999995 40141.27 96.23 45121.78 73.0 28951.56 15.0 36658.96 39.0 9.3e-05 28.0 18082.85 23.0 48023.08 60.0 24112.38 33.0 0.2202230177354067 0.0074028277603039 31.64317934782608 -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 0.0495437644422054 0.0043720244148319 62.74467391304348 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 8 QANAFRKA 21016.435 7890.78 MHCnuggetsI 17.5 8.459999999999999 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 158 0.002816869 0.026005294 27450.16584225253 18.189125 7890.78 8.459999999999999 24786.14 18.0 23699.6 12.0 29830.14 20.0 0.00041 15.0 12517.05 17.0 11519.93 15.0 18333.27 25.0 0.0495437644422054 0.0043720244148319 62.74467391304348 -0.5285714285714286 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 0.0040044072629825 0.0031095359740729 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 8 ANAFRKAN 28775.358 3632.79 SMMPMBEC 43.0 2.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 159 0.00017468209 0.0030565257 33069.216922032145 75.6415 8815.52 9.31 42673.49 55.0 35559.24 27.0 42455.21 77.0 8e-06 65.0 24481.5 31.0 12486.77 16.0 3632.79 2.9 0.0040044072629825 0.0031095359740729 99.28660326086955 -1.2857142857142858 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 0.0035442470034467 0.0031642996059379 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 8 NAFRKANQ 46164.655 32423.94104703723 MHCflurry 73.149 37.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 160 0.00028966056 0.0055757053 32423.94104703723 69.298375 34883.64 64.5 47234.38 94.0 43911.91 77.0 45094.93 94.0 4.6e-05 37.0 50000.0 55.0 48133.78 60.0 273678.07 100.0 0.0035442470034467 0.0031642996059379 99.28660326086955 -1.2857142857142858 -1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 0.0118194394817692 0.0033120785753388 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 8 AFRKANQM 34776.289 13501.89 PickPocket 46.121 18.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 161 8.854736e-05 0.021578906 31877.367436276287 57.24249999999999 37675.21 81.52000000000001 45614.11 77.0 37944.28 35.0 41969.71 73.0 0.000109 26.0 13501.89 18.0 23520.69 32.0 24560.66 33.0 0.0118194394817692 0.0033120785753388 99.28660326086955 -1.2714285714285716 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 0.0047776942192285 0.0032299523064232 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 8 FRKANQMG 40410.33 31886.43878895213 MHCflurry 54.0 48.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 162 7.095388e-05 0.0005584001 31886.43878895213 57.24249999999999 32192.09 52.18000000000001 46998.34 92.0 41151.77 53.0 43135.4 82.0 2.2e-05 48.0 50000.0 55.0 39668.89 51.0 38747.17 50.0 0.0047776942192285 0.0032299523064232 99.28660326086955 -1.7285714285714289 -1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 0.0303798446548171 0.0035137040394118 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 8 RKANQMGA 27606.625 2328.39 MHCnuggetsI 25.0 3.42 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 163 9.636715e-05 0.0057462454 32087.167737728367 63.07837499999999 2328.39 3.42 33457.06 28.0 24349.41 12.0 36590.8 39.0 0.000278 17.0 16946.23 22.0 30863.84 42.0 12889.62 17.0 0.0303798446548171 0.0035137040394118 99.28660326086955 -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 0.0090984770504292 0.0034921287260652 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 8 KANQMGAL 38895.035 17130.19 MHCnuggetsI 47.5 18.39 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 164 0.0002899344 0.013105859 29883.3823143822 32.66799999999999 17130.19 18.39 44420.35 66.0 38774.32 38.0 41378.59 68.0 2.8e-05 44.0 19505.61 25.0 43496.07 55.0 39015.75 51.0 0.0090984770504292 0.0034921287260652 99.28660326086955 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 0.0050092091114493 0.0032065592605129 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 8 ANQMGALQ 27424.804 3856.34 MHCnuggetsI 37.5 3.6 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 165 0.0004713342 0.004708844 32153.828068078197 63.07837499999999 3856.34 4.859999999999999 40743.72 46.0 34986.78 25.0 42217.02 75.0 1.7e-05 52.0 22695.78 29.0 6004.13 5.6 4287.85 3.6 0.0050092091114493 0.0032065592605129 99.28660326086955 -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 0.0238923500292003 0.0037352602216834 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 8 NQMGALQE 26623.668 5500.22 PickPocket 22.5 7.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 166 4.891115e-05 0.0021295648 29419.175754155724 30.050999999999995 33445.97 57.52 40117.31 43.0 23828.16 12.0 32445.67 25.0 0.000306 17.0 5500.22 7.5 8579.26 9.2 15213.88 20.0 0.0238923500292003 0.0037352602216834 99.28660326086955 -0.48571428571428577 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 0.0823499232647009 0.0042929760194193 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 8 QMGALQER 41341.905 31523.50931840402 MHCflurry 58.872 40.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 167 0.00094026665 0.0055109733 31523.50931840402 51.90287499999999 36382.81 73.22 43922.84 63.0 41375.0 55.0 41308.81 68.0 3.6e-05 40.0 50000.0 55.0 32768.0 44.0 72650.73 77.0 0.0823499232647009 0.0042929760194193 62.74467391304348 -0.6285714285714287 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 0.0018230648274766 0.0031556904119908 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 8 MGALQERG 35860.419 18803.56 SMMPMBEC 73.039 21.66 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 168 7.0070266e-05 0.0020075582 32312.087378438035 63.07837499999999 19459.28 21.66 46113.32 83.0 44872.5 87.0 44893.38 93.0 2e-06 87.0 39408.75 46.0 31221.23 42.0 18803.56 25.0 0.0018230648274766 0.0031556904119908 99.28660326086955 -0.9571428571428573 -0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 0.0056708235206315 0.0032186855388542 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 8 GALQERGF 39173.195 21451.12 SMM 65.144 29.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 169 0.00029585342 0.0010224214 32106.00248928069 63.07837499999999 35374.5 67.21000000000001 47668.19 98.0 43911.91 77.0 46003.18 98.0 1.7e-05 52.0 42971.89 49.0 21451.12 29.0 25074.95 34.0 0.0056708235206315 0.0032186855388542 99.28660326086955 -0.5000000000000001 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 0.0130983156414004 0.0032581038059072 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 8 ALQERGFG 38509.545 9467.6 SMMPMBEC 58.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 170 0.0002561248 0.007925308 32574.35916811728 69.298375 36748.26 75.49 44673.88 69.0 40270.83 47.0 40376.42 61.0 2.3e-05 47.0 50000.0 55.0 23793.04 32.0 9467.6 12.0 0.0130983156414004 0.0032581038059072 99.28660326086955 -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 0.0984442661283537 0.0056380007645553 46.22467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 8 LQERGFGA 21359.385 3343.7 PickPocket 18.0 5.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.004459756 0.16209503 25213.46018818392 11.891624999999998 28787.55 40.71 34037.62 29.0 17505.31 7.7 27788.06 17.0 0.000224 19.0 3343.7 5.1 15647.68 21.0 6356.82 6.0 0.0984442661283537 0.0056380007645553 46.22467391304348 -1.1000000000000003 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 400 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 0.0068411637839744 0.004389078574581 62.74467391304348 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 252 HLA-B*45:01 8 QERGFGAD 6473.03 1746.99 PickPocket 7.731 2.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0032707523 0.00038777912 23401.57823111936 8.962874999999997 3972.27 4.96 8973.79 6.5 2111.16 2.6 21376.48 9.1 0.000866 11.0 1746.99 2.6 2974.75 2.1 14231.15 19.0 0.0068411637839744 0.004389078574581 62.74467391304348 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 401 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 0.0004734533649752 0.003125383845753 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 253 HLA-B*45:01 8 ERGFGADD 29792.286 8493.24 MHCnuggetsI 60.5 9.0 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0022692953 0.0037775708 32475.68164939592 69.298375 8493.24 9.0 27108.89 20.0 42740.04 66.0 43524.99 84.0 1e-06 95.0 50000.0 55.0 15362.08 21.0 26256.69 36.0 0.0004734533649752 0.003125383845753 99.28660326086955 -1.1 -1.1 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 0.0099535246263258 0.0032420512257128 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 8 MLHTADSG 32466.833 9845.55 SMMPMBEC 57.5 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 174 6.821549e-05 0.0141522335 32368.056308662417 63.07837499999999 32565.61 53.690000000000005 45841.71 80.0 41375.0 55.0 40259.93 60.0 7e-06 67.0 25289.19 32.0 17157.34 23.0 9845.55 12.0 0.0099535246263258 0.0032420512257128 99.28660326086955 -0.42857142857142866 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 0.0021147284478502 0.0031200909349279 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 8 LHTADSGN 46921.705 32727.649373190703 MHCflurry 83.5 55.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 175 0.00051524065 0.0029650095 32727.649373190703 69.298375 34621.75 63.13999999999999 47651.19 98.0 44389.61 82.0 46192.22 98.0 2e-06 87.0 50000.0 55.0 91928.46 85.0 75899.69 79.0 0.0021147284478502 0.0031200909349279 99.28660326086955 -1.4714285714285715 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 0.0018704133108258 0.0033033674557339 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 8 HTADSGNA 32228.142 10579.13 SMM 41.888 14.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 176 0.000120278804 0.012355243 30826.584048899414 42.77524999999999 33629.7 58.35 41146.43 47.0 35367.39 26.0 41531.99 69.0 3.5e-05 41.0 20813.9 27.0 10579.13 14.0 12742.07 17.0 0.0018704133108258 0.0033033674557339 99.28660326086955 -0.7571428571428571 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 0.033537721610628 0.004208779420441 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 8 TADSGNAQ 41317.795 23091.39 SMM 58.872 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 177 0.00018906353 0.017732667 26934.691979650408 16.158749999999998 38485.47 86.87 46625.05 88.0 44150.12 80.0 46156.75 98.0 1.9e-05 50.0 50000.0 55.0 23091.39 31.0 38127.65 50.0 0.033537721610628 0.004208779420441 62.74467391304348 -1.1571428571428573 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 0.0021816635053255 0.0046570030768443 62.74467391304348 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 8 ADSGNAQK 24757.959 11103.25 SMM 23.5 7.239375 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 178 0.00020011289 0.0017614637 21640.22829800889 7.239375 36988.65 77.03999999999999 42786.31 55.0 27875.69 14.0 41703.09 71.0 0.000237 19.0 20813.9 27.0 11103.25 15.0 15213.88 20.0 0.0021816635053255 0.0046570030768443 62.74467391304348 -1.9714285714285713 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 0.0003583573343348 0.0033341217420368 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 8 DSGNAQKG 46253.23 30365.21890451879 MHCflurry 68.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 179 0.000134542 0.0012109356 30365.21890451879 35.63949999999999 32315.28 52.68000000000001 46403.61 86.0 46102.85 96.0 46649.27 100.0 4e-06 76.0 50000.0 55.0 49368.51 61.0 30777.97 41.0 0.0003583573343348 0.0033341217420368 99.28660326086955 -1.5285714285714287 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 0.0163724718731828 0.0033431315735894 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 8 SGNAQKGW 46306.18 32099.526606719668 MHCflurry 68.5 39.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 180 0.00026777302 0.00042216462 32099.526606719668 63.07837499999999 37367.32 79.5 47027.84 92.0 42740.04 66.0 45584.52 96.0 3.8e-05 39.0 50000.0 55.0 63161.15 71.0 48221.42 60.0 0.0163724718731828 0.0033431315735894 99.28660326086955 -1.542857142857143 -1.5285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 0.0023160916753113 0.0031264362521391 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 8 GNAQKGWP 37709.275 22878.68 MHCnuggetsI 52.5 27.3 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 181 0.00030220213 0.0018771812 32683.018385614865 69.298375 22878.68 27.3 45873.95 80.0 40708.92 50.0 41442.65 69.0 3.8e-05 39.0 50000.0 55.0 34709.63 46.0 23946.39 33.0 0.0023160916753113 0.0031264362521391 99.28660326086955 -1.7142857142857142 -1.542857142857143 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 0.1462080946657806 0.0055047030205184 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 8 NAQKGWPF 33944.642 14564.23 PickPocket 41.768 19.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 182 0.0006833795 0.018183276 30757.28438568864 42.77524999999999 28804.46 40.760000000000005 42566.98 54.0 37132.0 32.0 38143.5 47.0 5.2e-05 35.0 14564.23 19.0 19744.68 27.0 64156.4 72.0 0.1462080946657806 0.0055047030205184 46.22467391304348 -0.8142857142857143 -0.8142857142857143 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 0.2261545732617378 0.0084020295617059 27.61739130434782 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 8 AQKGWPFI 21494.07 3236.91 PickPocket 12.642 4.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 183 0.0012510224 0.009647826 26548.8016608793 15.284124999999998 25389.28 32.28 14846.64 10.0 6504.5 4.9 22322.92 9.9 0.00149 8.1 3236.91 4.9 42310.68 54.0 20665.22 28.0 0.2261545732617378 0.0084020295617059 27.61739130434782 -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 0.0716155528789386 0.0042259346492585 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 8 QKGWPFIL 39448.3 14337.17 MHCnuggetsI 46.5 14.99 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 184 0.00054236926 0.0017969151 30812.09095948596 42.77524999999999 14337.17 14.99 40728.3 46.0 32434.8 20.0 38187.68 47.0 4.6e-05 37.0 40708.92 47.0 116801.92 92.0 68903.3 75.0 0.0716155528789386 0.0042259346492585 62.74467391304348 0.6142857142857141 0.6142857142857141 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 0.160762483254075 0.0061185906981767 37.35904891304347 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 8 KGWPFILL 38042.09 23599.18 MHCnuggetsI 40.68 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 185 0.0017063491 0.015204529 29068.586023070035 25.64975 23599.18 28.63 43831.21 62.0 37132.0 32.0 38952.18 52.0 2.9e-05 44.0 24481.5 31.0 86188.63 83.0 179572.57 99.0 0.160762483254075 0.0061185906981767 37.35904891304347 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 0.0816646665334701 0.0039788909974063 99.28660326086955 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 8 GWPFILLH 43915.375 16049.07 SMM 73.0 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 186 2.6657903e-05 0.0016415362 34014.26541226809 91.784 21051.21 24.18 45187.25 73.0 46102.85 96.0 42643.5 78.0 2.2e-05 48.0 50000.0 55.0 16049.07 22.0 64750.03 73.0 0.0816646665334701 0.0039788909974063 99.28660326086955 1.3142857142857143 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 0.4331587506458163 0.0157686964999109 15.160951086956516 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 8 WPFILLHI 39401.25 25278.35 MHCnuggetsI 41.5 15.160951086956516 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 187 0.00027274914 0.0020380614 29288.5113352333 27.7165 25278.35 32.05 46393.56 86.0 37739.56 34.0 37666.53 44.0 3.8e-05 39.0 50000.0 55.0 41062.94 53.0 92520.93 85.0 0.4331587506458163 0.0157686964999109 15.160951086956516 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 0.016460372833535 0.0033141767526426 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 8 PFILLHIK 44098.925 26499.64 SMMPMBEC 74.0 36.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 188 0.00019796667 0.0036298041 32399.617549434355 63.07837499999999 31488.35 49.47 47597.07 98.0 43675.0 75.0 44522.85 91.0 5e-06 73.0 50000.0 55.0 97825.03 87.0 26499.64 36.0 0.016460372833535 0.0033141767526426 99.28660326086955 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 0.0914064992684871 0.004283804195648 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 8 FILLHIKT 41465.625 25836.88 SMMPMBEC 62.617 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 189 0.00021920633 0.018298713 32652.886479039444 69.298375 34489.84 62.49 44335.86 66.0 40929.75 52.0 42001.5 73.0 1.4e-05 55.0 47366.92 53.0 76462.77 79.0 25836.88 35.0 0.0914064992684871 0.004283804195648 62.74467391304348 1.2571428571428576 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 0.223140072543174 0.0072244277376312 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 8 ILLHIKTL 42640.88 30712.965690617177 MHCflurry 58.035 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 190 0.0006329185 0.006316487 30712.965690617177 42.77524999999999 32657.45 54.06999999999999 47420.26 96.0 42280.1 62.0 43001.66 81.0 7.1e-05 31.0 41151.77 48.0 122871.17 93.0 55749.37 66.0 0.223140072543174 0.0072244277376312 31.64317934782608 1.1571428571428568 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 0.1877732006832957 0.0060263691052399 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 8 LLHIKTLR 42859.67 26136.05 SMMPMBEC 62.0 35.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 191 0.000290685 0.009816535 32582.47077929177 69.298375 26807.88 35.52 47887.91 100.0 42971.89 69.0 42747.45 79.0 2.4e-05 47.0 50000.0 55.0 62294.54 71.0 26136.05 35.0 0.1877732006832957 0.0060263691052399 37.35904891304347 -0.0285714285714286 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 0.1155366559978574 0.0051120621388016 46.22467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 8 LHIKTLRI 43451.795 29695.1 MHCnuggetsI 49.112 26.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 192 0.00027249858 0.0024782883 29695.503178472427 30.050999999999995 29695.1 43.38 46206.22 84.0 35367.39 26.0 41049.48 66.0 0.000105 26.0 45854.11 52.0 59903.2 69.0 114088.01 91.0 0.1155366559978574 0.0051120621388016 46.22467391304348 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 0.0275862782291369 0.0035316620581936 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 8 HIKTLRIR 46486.22 22343.94 MHCnuggetsI 62.5 26.36 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 193 0.00015689971 0.0016467496 31595.47661307989 51.90287499999999 22343.94 26.36 47637.79 98.0 45115.92 89.0 45334.65 95.0 1.2e-05 58.0 50000.0 55.0 52173.5 63.0 50262.03 62.0 0.0275862782291369 0.0035316620581936 99.28660326086955 -0.11428571428571425 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 0.0192390638985671 0.003288156733418 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 8 IKTLRIRT 45089.785 30734.75 MHCnuggetsI 74.0 46.79 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 194 3.9019822e-05 0.0011478672 32996.75985995852 75.6415 30734.75 46.79 45341.52 75.0 40708.92 50.0 44838.05 93.0 1.7e-05 52.0 50000.0 55.0 121744.68 93.0 65048.91 73.0 0.0192390638985671 0.003288156733418 99.28660326086955 -0.8571428571428571 -0.11428571428571425 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 0.5185150876641273 0.0194331267923097 12.187228260869546 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 8 KTLRIRTY 41596.025 15938.59 SMM 59.5 12.187228260869546 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 195 0.00011086555 0.0020368083 32109.39758633358 63.07837499999999 36634.14 74.77000000000001 46854.66 91.0 41825.1 58.0 41366.95 68.0 0.000112 26.0 50000.0 55.0 15938.59 21.0 49344.64 61.0 0.5185150876641273 0.0194331267923097 12.187228260869546 -0.48571428571428577 -0.48571428571428577 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 0.350784495472908 0.0107420718181746 22.19230978260869 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 8 TLRIRTYF 39857.3 32381.03707961666 MHCflurry 60.539 22.19230978260869 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.00028380638 0.005424152 32381.03707961666 63.07837499999999 37159.46 78.14 46809.56 90.0 39196.13 40.0 39877.14 58.0 5.8e-05 33.0 39837.46 47.0 128958.51 94.0 53980.88 65.0 0.350784495472908 0.0107420718181746 22.19230978260869 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 0.0113324767444282 0.003266337149801 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 8 LRIRTYFT 40809.445 22151.23 MHCnuggetsI 57.5 20.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 1.2925081e-05 0.0007550045 32281.25247533849 63.07837499999999 22151.23 26.01 42856.73 56.0 32610.74 20.0 38762.16 50.0 1.1e-05 60.0 48929.64 54.0 82880.05 82.0 47232.4 59.0 0.0113324767444282 0.003266337149801 99.28660326086955 -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 0.1044547737110406 0.0045712578839674 62.74467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 8 RIRTYFTM 37886.885 12653.21 PickPocket 55.121 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 6.2872205e-05 0.021856273 32018.109320129915 57.24249999999999 30086.58 44.62 43841.19 62.0 38357.05 37.0 37416.72 43.0 1.6e-05 53.0 12653.21 17.0 86986.13 83.0 83799.22 82.0 0.1044547737110406 0.0045712578839674 62.74467391304348 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 0.1794518320821225 0.0057452295881661 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 8 IRTYFTMQ 45195.72 24933.34 MHCnuggetsI 78.848 31.31 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00011845321 0.0070937434 33212.920832757016 81.696 24933.34 31.31 46045.03 82.0 41825.1 58.0 44346.41 90.0 4e-06 76.0 50000.0 55.0 84033.03 82.0 124233.87 93.0 0.1794518320821225 0.0057452295881661 46.22467391304348 -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 0.1274430354824289 0.0048178270076604 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 8 RTYFTMQS 39836.725 31434.67 MHCnuggetsI 52.145 37.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.000110268535 0.035672802 32973.25792435828 75.6415 31434.67 49.29 41316.4 48.0 38357.05 37.0 36675.61 39.0 2.3e-05 47.0 50000.0 55.0 118973.43 92.0 49231.15 61.0 0.1274430354824289 0.0048178270076604 62.74467391304348 -0.3285714285714286 -0.3285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 0.2276021169091109 0.007134709505523 31.64317934782608 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 8 TYFTMQSG 22058.67 5857.82 MHCnuggetsI 28.5 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0009962736 0.034809023 31623.352349164776 54.695 5857.82 30.26 23303.44 22.0 20813.9 29.0 28851.5 28.0 0.000141 24.0 13501.89 15.0 12406.52 12.0 28770.67 29.0 0.2276021169091109 0.007134709505523 31.64317934782608 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 0.0709412555443123 0.0047047657017421 62.74467391304348 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 8 YFTMQSGL 14940.91 5816.68 MHCnuggetsI 17.96 6.3 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.011364873 0.14822792 27507.39525456775 25.544875 5816.68 21.92 13563.39 11.0 6195.39 6.3 16318.43 9.4 0.00134 8.3 12249.09 14.0 45045.35 49.0 46339.36 51.0 0.0709412555443123 0.0047047657017421 62.74467391304348 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 0.0478779774857685 0.0038495958115348 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 8 FTMQSGLA 24025.225 4778.52 NetMHCcons 28.5 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.008419846 0.3168328 31120.156143273485 50.764875 5872.93 34.48 24909.82 25.0 4778.52 5.4 23140.63 18.0 0.000172 22.0 6903.33 5.5 50425.48 55.0 31546.41 32.0 0.0478779774857685 0.0038495958115348 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 0.0072837447660276 0.0032713618175555 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 8 TMQSGLAG 24049.095 5845.03 MHCnuggetsI 43.5 16.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0004963206 0.038835425 31758.219720541085 59.0625 5845.03 27.24 31477.46 41.0 14722.66 18.0 36803.61 52.0 1.1e-05 58.0 13947.35 16.0 16620.73 16.0 42653.04 46.0 0.0072837447660276 0.0032713618175555 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 0.3146926136687398 0.0104095231412549 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 8 MQSGLAGR 29928.852 5786.43 MHCnuggetsI 28.0 8.7 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0025031443 0.010671807 29336.41432772542 34.4285 5786.43 17.96 35490.45 56.0 13648.77 16.0 30521.29 32.0 0.000132 24.0 9245.51 8.7 74756.68 76.0 33492.69 34.0 0.3146926136687398 0.0104095231412549 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 0.0029628053089254 0.0031890486695484 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 8 QSGLAGRE 34216.58 2996.75 SMM 71.437 1.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.00024291886 0.014861174 32096.04923966447 63.8735 5895.29 42.36 42667.96 93.0 36337.11 85.0 45549.99 96.0 3e-06 79.0 50000.0 48.0 2996.75 1.3 26058.54 26.0 0.0029628053089254 0.0031890486695484 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 0.0691329020773992 0.0039931614619809 99.28660326086955 -0.2 -0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 8 SGLAGREA 32671.001 5966.83 MHCnuggetsI 74.0 21.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.000120491204 0.005306171 32376.50203949009 63.8735 5966.83 82.43 43305.62 96.0 32965.5 69.0 44706.77 92.0 3e-06 79.0 50000.0 48.0 26100.57 26.0 22281.79 21.0 0.0691329020773992 0.0039931614619809 99.28660326086955 -0.2 -0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 0.1633750693872571 0.005621106593306 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 8 GLAGREAL 34661.618 5939.74 MHCnuggetsI 59.531 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00088212226 0.02153388 32040.276732075014 59.0625 5939.74 65.99000000000001 37282.96 64.0 23957.42 37.0 42571.59 81.0 1.5e-05 53.0 22209.93 26.0 114987.33 92.0 56227.66 60.0 0.1633750693872571 0.005621106593306 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 0.0018035465855064 0.0031251237516605 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 8 LAGREALD 39928.1 5958.84 MHCnuggetsI 84.425 39.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0024821933 0.026735606 32636.207427538706 69.087125 5958.84 77.85 42116.64 91.0 37739.56 91.0 46427.71 99.0 0.0 100.0 50000.0 48.0 74929.01 77.0 37234.88 39.0 0.0018035465855064 0.0031251237516605 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 0.0013416842703009 0.003153154639793 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 8 AGREALDE 39739.01 5918.5 MHCnuggetsI 76.937 30.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00019041628 0.02433174 32282.270254412157 63.8735 5918.5 53.33 44096.65 99.0 37535.94 90.0 47004.44 100.0 1e-06 94.0 50000.0 48.0 41942.08 45.0 29440.83 30.0 0.0013416842703009 0.003153154639793 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 0.0010399107286502 0.003066367266588 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 8 GREALDEN 42225.97 6004.39 MHCnuggetsI 97.08 26.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00071443676 0.028941732 33189.76566148348 79.69287499999999 6004.39 96.16 44614.48 100.0 39837.46 98.0 47750.8 100.0 0.0 100.0 50000.0 48.0 86030.02 83.0 26118.61 26.0 0.0010399107286502 0.003066367266588 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 0.0168368986342102 0.0033826395286127 99.28660326086955 -1.7 -1.7 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 8 REALDENQ 43518.89 5940.63 MHCnuggetsI 76.0 47.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00067337684 0.047195904 31766.02400241258 59.0625 5940.63 66.56 44187.86 99.0 36931.66 87.0 46677.55 99.0 5e-06 71.0 50000.0 48.0 81969.07 81.0 42849.92 47.0 0.0168368986342102 0.0033826395286127 99.28660326086955 -1.7 -1.7 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 0.0095957405283115 0.0032052631267367 99.28660326086955 -0.6 -0.6 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 8 EALDENQV 40255.345 5885.42 MHCnuggetsI 72.544 38.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.00033928285 0.00382672 32709.16760149718 69.087125 5885.42 38.58 43446.89 97.0 34423.54 76.0 45675.83 96.0 1.1e-05 58.0 50000.0 48.0 80103.22 80.0 37063.8 38.0 0.0095957405283115 0.0032052631267367 99.28660326086955 -0.6 -0.6 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 0.0798075014608912 0.0044604517765588 62.74467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-A*29:02 8 ALDENQVA 42275.54 5899.16 MHCnuggetsI 52.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0017644475 0.03858187 30021.12268810713 38.768 5899.16 43.98 41812.43 89.0 29425.27 55.0 42738.65 82.0 3.4e-05 41.0 50000.0 48.0 68809.75 71.0 44560.49 49.0 0.0798075014608912 0.0044604517765588 62.74467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 0.0612185254576616 0.005252565206909 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-A*29:02 8 LDENQVAF 31070.495 5868.13 MHCnuggetsI 35.035 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.0023204505 0.042698104 23690.74574401431 16.343624999999992 5868.13 33.07 30177.81 37.0 19611.42 27.0 33953.39 41.0 0.000333 16.0 50000.0 48.0 31963.18 32.0 37927.13 40.0 0.0612185254576616 0.005252565206909 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 0.0044449623965192 0.0030305621698477 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 8 LHTADSDI 34530.481 5991.16 MHCnuggetsI 73.5 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00050484505 0.017371105 34014.032753225736 89.10487499999998 5991.16 92.88 37153.71 63.0 29425.27 55.0 43140.99 84.0 2e-06 85.0 50000.0 48.0 35046.93 36.0 19858.66 18.0 0.0044449623965192 0.0030305621698477 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 0.121738483197987 0.0072559598972001 31.64317934782608 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 8 HTADSDIF 24714.265 4804.44 NetMHCcons 25.487 5.4 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 0.004747641 0.1870525 21132.579324340797 12.580124999999995 5798.07 19.33 28295.95 32.0 4804.44 5.4 31456.7 34.0 0.000384 15.0 8119.76 7.1 55802.03 60.0 34036.9 35.0 0.121738483197987 0.0072559598972001 31.64317934782608 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 0.3335407469421625 0.1103997229989949 2.7245652173912447 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 8 TADSDIFY 6823.365 674.19 NetMHCcons 2.612 1.7000000000000002 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 0.054871526 0.68086183 2476.3740232490454 2.479124999999999 4787.17 1.7000000000000002 1838.16 2.3 674.19 2.2 8859.56 4.7 0.017 2.5 18279.56 22.0 8946.43 8.4 38454.75 40.0 0.3335407469421625 0.1103997229989949 2.7245652173912447 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 0.0187650976877193 0.0034521461040219 99.28660326086955 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 8 ADSDIFYT 37264.34 5509.41 MHCnuggetsI 49.382 5.970000000000001 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0022126937 0.16391264 31324.774012244638 50.764875 5509.41 5.970000000000001 36426.48 60.0 26985.39 47.0 40885.49 72.0 2.8e-05 43.0 50000.0 48.0 49963.17 55.0 38102.2 40.0 0.0187650976877193 0.0034521461040219 99.28660326086955 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 0.572644367814064 0.0815012577757421 3.3897826086955547 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 8 DSDIFYTF 11256.552 2622.1 SMM 8.165 1.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0150382165 0.058989108 8356.794347512376 4.552499999999998 5622.85 8.53 15801.51 13.0 7775.84 7.8 22699.47 17.0 0.00221 6.5 48929.64 48.0 2622.1 1.0 14156.31 14.0 0.572644367814064 0.0815012577757421 3.3897826086955547 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 0.002285109287186 0.0031695255417331 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 8 SDIFYTFS 31177.032 5879.77 MHCnuggetsI 43.0 25.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.001010941 0.13477798 32220.61493554643 63.8735 5879.77 36.67 30133.45 37.0 19295.7 26.0 34714.16 44.0 1e-05 60.0 43439.36 44.0 39232.86 42.0 25524.07 25.0 0.002285109287186 0.0031695255417331 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 0.1473195166327059 0.0068211632388799 37.35904891304347 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 8 DIFYTFSK 24735.162 3567.97 PickPocket 19.5 1.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.0030538414 0.009230956 24731.073608889757 18.35125 5651.07 9.48 29133.19 34.0 10246.39 12.0 24739.25 20.0 0.000231 19.0 3567.97 1.8 126663.07 94.0 38989.71 41.0 0.1473195166327059 0.0068211632388799 37.35904891304347 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 0.4074227288365364 0.0166079553095542 14.277038043478257 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 8 IFYTFSKQ 22746.984 5573.69 MHCnuggetsI 18.0 6.1 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.0045905174 0.08774913 25259.18719711558 18.942875 5573.69 7.24 20234.78 18.0 5837.47 6.1 27260.07 24.0 0.000254 18.0 9146.01 8.6 32333.3 33.0 32805.75 33.0 0.4074227288365364 0.0166079553095542 14.277038043478257 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 0.2472679184284061 0.0081600091350963 27.61739130434782 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 8 FYTFSKQV 26015.045 5632.24 MHCnuggetsI 24.0 8.83 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.009665556 0.08853904 29554.341552247926 36.485875 5632.24 8.83 23184.73 22.0 11730.27 14.0 27783.54 25.0 0.000684 12.0 27875.69 31.0 24246.55 23.0 33338.8 34.0 0.2472679184284061 0.0081600091350963 27.61739130434782 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 0.0519933707546442 0.0038662141586475 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 8 YTFSKQVT 25149.665 5856.77 MHCnuggetsI 30.5 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.011699615 0.14699699 31449.84651488797 54.695 5856.77 30.0 30258.9 37.0 20040.43 28.0 31533.38 34.0 0.000212 20.0 10757.62 12.0 15404.58 15.0 30475.44 31.0 0.0519933707546442 0.0038662141586475 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 0.0857390877790749 0.0060385808806286 37.35904891304347 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 8 TFSKQVTL 24517.304 5861.06 MHCnuggetsI 27.055 8.4 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0063115754 0.028396597 22421.517284654245 14.036749999999996 5861.06 31.11 29505.3 35.0 14963.56 18.0 26613.09 23.0 0.0013 8.4 17505.31 21.0 36028.82 37.0 57273.01 61.0 0.0857390877790749 0.0060385808806286 37.35904891304347 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 0.2589348498731851 0.0321630819738075 7.558260869565203 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 8 FSKQVTLF 13690.61 2551.25 NetMHCcons 10.3 3.7 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.15565541 0.68557256 7326.387632318695 4.187624999999998 5739.98 13.93 13651.87 11.0 2551.25 3.7 16585.61 9.6 0.00512 4.4 16946.23 20.0 13729.35 13.0 34115.36 35.0 0.2589348498731851 0.0321630819738075 7.558260869565203 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 0.0744880111888051 0.0040300242499371 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 8 SKQVTLFL 33897.545 5816.58 MHCnuggetsI 46.5 21.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0033260311 0.09608173 32702.14028305594 69.087125 5816.58 21.91 29241.82 34.0 24614.3 39.0 35092.95 45.0 0.000153 23.0 50000.0 48.0 196630.1 99.0 63379.67 67.0 0.0744880111888051 0.0040300242499371 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 0.1352119592484086 0.011205054096868 20.2322554347826 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 8 KQVTLFLF 12444.102 2469.77 NetMHCcons 8.231 2.93 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.031717766 0.6011052 14131.86482878015 7.162624999999999 5184.77 2.93 15511.69 13.0 2469.77 3.7 10756.34 5.8 0.00359 5.2 9759.45 9.3 73392.22 75.0 29781.74 30.0 0.1352119592484086 0.011205054096868 20.2322554347826 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 0.0131209596875123 0.0037838858183826 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 8 QVTLFLFL 20941.43 5815.95 MHCnuggetsI 20.405 7.9 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.034999527 0.7002257 27911.715249188805 27.987124999999995 5815.95 21.81 20771.16 19.0 7860.43 7.9 21111.7 15.0 0.000631 12.0 9146.01 8.6 28356.33 29.0 44766.18 49.0 0.0131209596875123 0.0037838858183826 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 0.020977507228963 0.0035776791003392 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 8 VTLFLFLA 20198.765 4454.0 NetMHCcons 18.5 4.1 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.0142237125 0.5453459 30434.1902786438 44.13500000000001 5585.6 7.52 21035.54 19.0 4454.0 5.1 23087.61 18.0 7.7e-05 30.0 5743.49 4.1 26040.54 26.0 19361.99 18.0 0.020977507228963 0.0035776791003392 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 0.0036960371216991 0.0033751286800901 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 8 TLFLFLAC 26481.905 5802.77 MHCnuggetsI 29.5 5.8 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 0.0051331627 0.35554188 30350.962543766564 41.302125 5802.77 19.96 26923.27 29.0 13000.15 15.0 33127.83 39.0 3.1e-05 42.0 7131.08 5.8 26040.54 26.0 29781.74 30.0 0.0036960371216991 0.0033751286800901 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 0.0021834995568497 0.003078534836027 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 8 LFLFLACD 23029.12 5737.11 MHCnuggetsI 34.0 13.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.0013050424 0.118829444 33192.285320195646 79.69287499999999 5737.11 13.74 22072.67 21.0 19932.31 27.0 33913.73 41.0 1e-06 94.0 17505.31 21.0 41176.55 44.0 23985.57 23.0 0.0021834995568497 0.003078534836027 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 0.009228750695911 0.0033067836825303 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 8 FLFLACDP 25976.43 5878.84 MHCnuggetsI 36.18 18.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.0015508333 0.1287082 31630.199673489376 54.695 5878.84 36.36 29927.12 36.0 22090.1 33.0 29862.76 30.0 5e-06 71.0 18882.64 22.0 35616.4 37.0 19950.33 18.0 0.009228750695911 0.0033067836825303 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 0.0027971752133453 0.0032661111832482 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 8 LFLACDPN 23222.76 5661.42 MHCnuggetsI 37.0 9.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 0.00061837974 0.03801254 31295.31735432247 50.764875 5661.42 9.88 28845.25 34.0 17600.27 23.0 33721.27 40.0 5e-06 71.0 15373.84 18.0 43516.1 48.0 13211.44 13.0 0.0027971752133453 0.0032661111832482 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 0.0043867133499588 0.0032492004778695 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 8 FLACDPNN 33596.975 5556.13 MHCnuggetsI 55.347 6.8500000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 0.0015916394 0.13483584 31646.259871289883 54.695 5556.13 6.8500000000000005 35547.69 56.0 21384.59 31.0 39691.61 66.0 4e-06 75.0 21500.59 25.0 53659.92 58.0 35641.01 37.0 0.0043867133499588 0.0032492004778695 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 0.0175711034680716 0.0040760932650983 62.74467391304348 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 8 LACDPNNK 30835.815 5891.88 MHCnuggetsI 50.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.00085584214 0.0077715097 26268.557659148544 21.751124999999995 5891.88 41.0 42521.41 93.0 28178.94 51.0 41036.62 73.0 1.9e-05 49.0 21734.48 25.0 75622.32 78.0 33492.69 34.0 0.0175711034680716 0.0040760932650983 62.74467391304348 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 0.2276021169091109 0.0069358605286637 37.35904891304347 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 8 TYFTMQSG 41239.73 30872.23 MHCnuggetsI 56.5 37.35904891304347 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 3.831117e-05 0.0056831646 32563.82587349204 69.298375 30872.23 47.28 44271.15 65.0 42509.45 64.0 41056.61 66.0 1.1e-05 60.0 45854.11 52.0 32995.14 44.0 41422.85 53.0 0.2276021169091109 0.0069358605286637 37.35904891304347 -0.28571428571428575 -0.28571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 0.0709412555443123 0.0039901808088236 99.28660326086955 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 8 YFTMQSGL 43038.71 32085.75 PickPocket 78.4 39.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.00015766922 0.03569856 32615.62983782461 69.298375 37412.91 79.80000000000001 47107.28 93.0 42971.89 69.0 43105.53 81.0 1.1e-05 60.0 32085.75 39.0 202045.88 100.0 72150.61 77.0 0.0709412555443123 0.0039901808088236 99.28660326086955 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 0.0478779774857685 0.0038391240688104 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 8 FTMQSGLA 30001.623 1660.5 SMMPMBEC 31.0 0.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00020541319 0.05994493 31207.88530813564 47.08112499999999 32133.14 51.94 39665.84 42.0 28795.36 15.0 33072.33 27.0 5.2e-05 35.0 12249.09 16.0 1804.89 0.9 1660.5 0.8 0.0478779774857685 0.0038391240688104 99.28660326086955 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 0.0072837447660276 0.0032425479958598 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 8 TMQSGLAG 32503.062 4725.52 SMM 45.5 3.9 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 8.483466e-05 0.0046497076 32049.743105051064 57.24249999999999 32956.38 55.35 42575.74 54.0 37944.28 35.0 36435.15 38.0 1.6e-05 53.0 16763.86 22.0 4725.52 3.9 6842.9 6.7 0.0072837447660276 0.0032425479958598 99.28660326086955 0.34285714285714286 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 0.3146926136687398 0.0102252048772135 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 8 MQSGLAGR 32473.459 10641.85 PickPocket 37.0 14.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0015479677 0.0068843993 29886.69801592832 32.66799999999999 35060.22 65.47 42823.36 56.0 26550.96 14.0 35630.87 35.0 3.8e-05 39.0 10641.85 15.0 28737.57 39.0 48221.42 60.0 0.3146926136687398 0.0102252048772135 22.19230978260869 -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 0.0029628053089254 0.0031999234028494 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 8 QSGLAGRE 45079.725 25365.3 SMMPMBEC 70.0 34.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000114300565 0.0016389237 31983.40246570272 57.24249999999999 28432.71 39.71 46049.0 82.0 44389.61 82.0 45769.84 97.0 4e-06 76.0 50000.0 55.0 52777.64 64.0 25365.3 34.0 0.0029628053089254 0.0031999234028494 99.28660326086955 -0.5714285714285714 -0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 0.0691329020773992 0.0051414693484699 46.22467391304348 -0.2 -0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 8 SGLAGREA 15805.971 1799.87 SMMPMBEC 19.682 0.9 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.00050444953 0.016542349 24929.092813777148 11.364124999999998 5298.16 6.140000000000001 35007.23 31.0 36337.11 29.0 37842.59 45.0 9.1e-05 28.0 6682.85 8.8 3023.08 2.2 1799.87 0.9 0.0691329020773992 0.0051414693484699 46.22467391304348 -0.2 -0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 0.1633750693872571 0.005916813942273 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 8 GLAGREAL 40386.16 23444.56 PickPocket 53.0 30.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.00013472361 0.0023931637 30383.690615378186 38.99449999999999 39397.32 92.48 46523.77 87.0 41375.0 55.0 44309.96 90.0 1.8e-05 51.0 23444.56 30.0 45336.71 58.0 25659.02 35.0 0.1633750693872571 0.005916813942273 46.22467391304348 0.39999999999999986 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 0.0018035465855064 0.0031535259932043 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 8 LAGREALD 46915.81 19162.4 SMM 89.5 26.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.0005322482 0.0030504602 32332.692531456305 63.07837499999999 35556.98 68.27 47639.85 98.0 46857.18 100.0 46974.44 100.0 0.0 100.0 50000.0 55.0 19162.4 26.0 81140.93 81.0 0.0018035465855064 0.0031535259932043 99.28660326086955 -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 0.0013416842703009 0.0032877186878136 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 8 AGREALDE 26685.044 7695.56 SMMPMBEC 61.888 8.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00018743971 0.010022991 30918.547010981238 42.77524999999999 17255.85 18.56 46577.66 88.0 44630.4 84.0 46055.48 98.0 3e-06 81.0 22451.54 28.0 7734.82 8.0 7695.56 8.0 0.0013416842703009 0.0032877186878136 99.28660326086955 -1.4000000000000001 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 0.0010399107286502 0.003207578316075 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 8 GREALDEN 44577.305 10888.11 MHCnuggetsI 64.0 11.32 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00082345674 0.008046388 31681.891380755314 51.90287499999999 10888.11 11.32 46687.64 89.0 42971.89 69.0 46182.72 98.0 3e-06 81.0 50000.0 55.0 22617.78 31.0 47123.77 59.0 0.0010399107286502 0.003207578316075 99.28660326086955 -1.842857142857143 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 0.0168368986342102 0.0063129504447432 37.35904891304347 -1.7 -1.7 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 8 REALDENQ 15319.14 5743.49 PickPocket 11.9 4.647 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.00026529914 0.00058310514 16660.12022614591 4.647 6698.08 7.380000000000001 22319.06 16.0 6434.51 4.9 31569.21 23.0 0.00189 7.3 5743.49 7.8 13978.16 19.0 18375.54 25.0 0.0168368986342102 0.0063129504447432 37.35904891304347 -1.7 -1.7 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 0.0095957405283115 0.0038565054470116 99.28660326086955 -0.6 -0.6 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 8 EALDENQV 28799.505 13806.06 NetMHC 28.645 7.5 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0017214038 0.008636174 27019.540477868177 17.127999999999997 24436.48 30.29 13806.06 9.4 39837.46 44.0 30579.47 21.0 0.00178 7.5 21269.21 27.0 36261.85 48.0 42485.43 54.0 0.0095957405283115 0.0038565054470116 99.28660326086955 -0.6 -0.6 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 417 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 0.0798075014608912 0.0055356373578818 46.22467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 269 HLA-B*45:01 8 ALDENQVA 25280.394 4647.72 SMMPMBEC 16.5 3.8 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0013867159 0.15633547 24009.827064477628 10.029999999999998 29539.11 42.9 31532.34 25.0 26550.96 14.0 36428.43 38.0 0.000366 15.0 7366.35 9.6 13754.66 18.0 4647.72 3.8 0.0798075014608912 0.0055356373578818 46.22467391304348 -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 418 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 0.0612185254576616 0.0056608462076093 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 270 HLA-B*45:01 8 LDENQVAF 26160.205 9654.43 PickPocket 18.0 7.440875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.006926884 0.027661836 21924.33927151537 7.440875 33896.78 59.59 45506.16 76.0 30396.07 17.0 40318.34 61.0 0.000251 18.0 9654.43 13.0 13472.56 18.0 11567.51 15.0 0.0612185254576616 0.0056608462076093 46.22467391304348 -0.7428571428571429 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 0.0044449623965192 0.0032335191274103 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 8 LHTADSDI 45262.84 31811.533621610444 MHCflurry 69.5 48.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 16 0.00081788277 0.005877588 31811.533621610444 57.24249999999999 37004.69 77.14 46315.33 85.0 40489.28 48.0 44210.35 89.0 7e-06 67.0 46352.93 52.0 64039.8 72.0 48444.0 60.0 0.0044449623965192 0.0032335191274103 99.28660326086955 -0.7714285714285715 -0.7714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 0.121738483197987 0.0049218995956032 62.74467391304348 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 8 HTADSDIF 39020.13 13881.93 SMM 57.324 18.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 17 9.2625865e-05 0.0022548342 31588.99114956368 51.90287499999999 35300.22 66.8 46920.61 91.0 42740.04 66.0 45084.7 94.0 2.2e-05 48.0 45360.65 51.0 13881.93 18.0 28199.41 38.0 0.121738483197987 0.0049218995956032 62.74467391304348 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 0.3335407469421625 0.0110511034175909 20.2322554347826 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 8 TADSDIFY 44992.255 29525.156382474062 MHCflurry 72.5 20.2322554347826 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 18 8.8174886e-05 0.0016190773 29525.156382474062 30.050999999999995 39523.12 93.18 46878.98 91.0 42509.45 64.0 43105.53 81.0 7.4e-05 30.0 50000.0 55.0 186401.76 99.0 215893.72 100.0 0.3335407469421625 0.0110511034175909 20.2322554347826 -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 0.0187650976877193 0.0052811599253536 46.22467391304348 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 8 ADSDIFYT 18038.518 8664.37 PickPocket 15.12 5.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 19 0.0005389011 0.0546551 20182.78614066652 6.27625 14553.34 15.24 24925.73 18.0 9919.14 5.8 26328.11 15.0 0.00124 8.8 8664.37 12.0 54131.49 65.0 15894.25 21.0 0.0187650976877193 0.0052811599253536 46.22467391304348 -0.35714285714285715 -3.172065784643304e-17 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 0.572644367814064 0.0326253275198758 7.558260869565203 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 8 DSDIFYTF 35297.515 19310.1 MHCnuggetsI 36.5 7.558260869565203 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 20 0.0019236499 0.007067443 22623.274649738734 8.1255 19310.1 21.42 41522.99 49.0 39622.53 43.0 37807.39 45.0 0.000568 13.0 32787.64 40.0 51339.31 63.0 23946.39 33.0 0.572644367814064 0.0326253275198758 7.558260869565203 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 0.002285109287186 0.0035460511755655 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 8 SDIFYTFS 23327.895 3565.94 MHCnuggetsI 20.907 4.6 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 21 0.00023427945 0.011648579 28693.031265411784 23.814625 3565.94 4.6 23732.96 17.0 14099.07 6.8 22922.83 12.0 0.000262 18.0 19932.31 25.0 111032.47 91.0 30355.68 41.0 0.002285109287186 0.0035460511755655 99.28660326086955 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 0.1473195166327059 0.005339670915617 46.22467391304348 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 8 DIFYTFSK 41002.425 31870.553443804005 MHCflurry 56.121 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 22 0.00086427137 0.03321937 31870.553443804005 57.24249999999999 34202.56 61.06 44426.59 67.0 42509.45 64.0 39495.4 55.0 3e-05 43.0 50000.0 55.0 59627.97 69.0 35582.79 47.0 0.1473195166327059 0.005339670915617 46.22467391304348 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 0.4074227288365364 0.0128046257403611 18.61798913043478 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 8 IFYTFSKQ 45852.13 33145.57566334894 MHCflurry 76.348 18.61798913043478 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 23 0.00016792607 0.019878281 33145.57566334894 81.696 34765.18 63.9 46970.38 92.0 43204.99 71.0 44733.88 92.0 1.4e-05 55.0 50000.0 55.0 126313.57 93.0 210010.01 100.0 0.4074227288365364 0.0128046257403611 18.61798913043478 -0.6571428571428571 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 0.2472679184284061 0.0074864003455413 31.64317934782608 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 8 FYTFSKQV 41580.6 22921.34 SMMPMBEC 54.5 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 24 0.00026648102 0.03934321 32318.108661774528 63.07837499999999 27991.64 38.52 42890.6 56.0 41375.0 55.0 41786.2 71.0 2.6e-05 45.0 49461.93 54.0 99414.56 88.0 22921.34 31.0 0.2472679184284061 0.0074864003455413 31.64317934782608 -0.4571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 0.0519933707546442 0.0038125699127825 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 8 YTFSKQVT 40331.39 31907.27060442985 MHCflurry 68.5 35.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 25 0.0001732617 0.012157081 31907.27060442985 57.24249999999999 39072.79 90.62 44686.45 69.0 37944.28 35.0 41589.99 70.0 4.6e-05 37.0 36141.06 43.0 57603.65 68.0 60428.25 69.0 0.0519933707546442 0.0038125699127825 99.28660326086955 -0.3714285714285715 -0.3714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 0.0857390877790749 0.0045229258364512 62.74467391304348 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 8 TFSKQVTL 42388.15 18882.64 PickPocket 58.872 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 0.0007161712 0.011983984 30238.71423864135 35.63949999999999 32036.84 51.56 46117.8 83.0 41375.0 55.0 43401.3 83.0 0.000129 24.0 18882.64 24.0 102435.38 88.0 134660.43 95.0 0.0857390877790749 0.0045229258364512 62.74467391304348 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 0.2589348498731851 0.0082316489525033 27.61739130434782 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 8 FSKQVTLF 33662.574 20009.67 SMMPMBEC 39.497 27.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 27 0.000388024 0.0066180513 30558.838030692867 38.99449999999999 28723.61 40.52 47102.7 93.0 39196.13 40.0 43027.71 81.0 6e-05 33.0 24481.5 31.0 36766.31 48.0 20009.67 27.0 0.2589348498731851 0.0082316489525033 27.61739130434782 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 0.0744880111888051 0.0041873647433186 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 8 SKQVTLFL 29805.827 7548.0 MHCnuggetsI 32.5 8.15 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 28 0.0003805049 0.0017086195 31432.71315527184 51.90287499999999 7548.0 8.15 35877.29 32.0 28178.94 15.0 36159.05 37.0 8.8e-05 28.0 26694.99 33.0 47255.24 59.0 20381.68 28.0 0.0744880111888051 0.0041873647433186 62.74467391304348 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 0.1352119592484086 0.0060055501614121 46.22467391304348 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 8 KQVTLFLF 25074.15 6682.85 PickPocket 23.009 6.8 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 29 0.0005721469 0.002790513 27001.85854492416 17.127999999999997 23732.41 28.89 33940.91 29.0 13947.35 6.8 25801.05 14.0 0.000303 17.0 6682.85 8.8 24347.25 33.0 34933.33 46.0 0.1352119592484086 0.0060055501614121 46.22467391304348 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 0.0131209596875123 0.0032998103886821 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 8 QVTLFLFL 38540.135 15437.88 MHCnuggetsI 56.0 16.29 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 30 0.00047521037 0.0041963602 32151.853255884005 63.07837499999999 15437.88 16.29 35480.83 31.0 41599.44 57.0 35410.66 34.0 2.2e-05 48.0 50000.0 55.0 93637.54 86.0 124520.25 93.0 0.0131209596875123 0.0032998103886821 99.28660326086955 2.9285714285714284 2.9285714285714284 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 0.020977507228963 0.0034310933318164 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 8 VTLFLFLA 22318.54 2865.76 SMMPMBEC 21.5 2.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 31 0.00036003703 0.032192923 31778.41275585968 57.24249999999999 5008.56 5.88 27697.12 21.0 27131.77 14.0 31479.86 23.0 2.8e-05 44.0 17505.31 22.0 3314.74 2.5 2865.76 2.0 0.020977507228963 0.0034310933318164 99.28660326086955 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 0.0036960371216991 0.0032072006293365 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 8 TLFLFLAC 31995.504 16012.16 SMM 38.5 22.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 32 8.274439e-05 0.017353524 31993.78798959002 57.24249999999999 31997.22 51.41 38928.18 39.0 35367.39 26.0 35413.71 34.0 2.1e-05 49.0 30726.73 38.0 16012.16 22.0 16227.07 22.0 0.0036960371216991 0.0032072006293365 99.28660326086955 3.042857142857143 3.042857142857143 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 0.0021834995568497 0.0030032319141762 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 8 LFLFLACD 38052.017 7021.82 SMM 66.5 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 33 0.00021042765 0.015740635 34052.05419504047 91.784 25889.87 33.4 45193.6 73.0 42051.98 60.0 43181.63 82.0 0.0 100.0 50000.0 55.0 7021.82 7.1 16874.85 23.0 0.0021834995568497 0.0030032319141762 99.28660326086955 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 0.009228750695911 0.0032105317881755 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 8 FLFLACDP 39458.4 7766.76 SMMPMBEC 66.745 8.1 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 34 0.000119907556 0.02116921 32610.109901612053 69.298375 34881.58 64.49000000000001 47297.79 95.0 42971.89 69.0 35944.91 36.0 1.1e-05 60.0 50000.0 55.0 85398.45 83.0 7766.76 8.1 0.009228750695911 0.0032105317881755 99.28660326086955 1.3714285714285714 2.0 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 0.0027971752133453 0.0030637786832883 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 8 LFLACDPN 43190.27 22879.68 SMM 72.848 31.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 35 7.392744e-05 0.006217589 33432.03187373232 81.696 29446.36 42.63 47081.29 93.0 42509.45 64.0 43871.09 87.0 1e-06 95.0 50000.0 55.0 22879.68 31.0 43877.31 56.0 0.0027971752133453 0.0030637786832883 99.28660326086955 0.3285714285714287 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 0.0043867133499588 0.003131419310339 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 8 FLACDPNN 46021.095 30690.29 MHCnuggetsI 83.0 46.64 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 36 1.8394405e-05 0.005455806 32876.33582938688 75.6415 30690.29 46.64 47456.18 97.0 43439.36 73.0 44586.01 91.0 2e-06 87.0 50000.0 55.0 83646.93 82.0 89585.97 84.0 0.0043867133499588 0.003131419310339 99.28660326086955 -0.5714285714285714 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 0.0175711034680716 0.003570713945032 99.28660326086955 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 8 LACDPNNK 47231.4 30119.485438108062 MHCflurry 86.5 35.63949999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 37 0.0012478182 0.034625895 30119.485438108062 35.63949999999999 37109.0 77.8 48141.95 100.0 45115.92 89.0 46320.85 99.0 5e-06 73.0 50000.0 55.0 89629.3 84.0 156761.71 97.0 0.0175711034680716 0.003570713945032 99.28660326086955 -1.6714285714285715 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-A*29:02 10 FETSAPWDRS 34992.205 5930.95 MHCnuggetsI 54.695 27.0 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.00073212513 0.109927975 31691.04608376914 54.695 5930.95 60.52 34617.02 52.0 35367.39 73.0 28755.2 27.0 2.9e-05 43.0 50000.0 47.0 105506.69 75.0 242957.33 90.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-A*29:02 10 ETSAPWDRSL 30153.865 5889.76 MHCnuggetsI 34.0 19.574124999999995 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.0009740476 0.01119062 25523.46082277572 19.574124999999995 5889.76 40.19 28627.31 33.0 21617.22 29.0 31680.42 34.0 0.000128 25.0 36534.22 38.0 65204.86 64.0 77898.66 68.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-A*29:02 10 QVSEETIKVY 1923.165 231.50542469843495 MHCflurry 2.6 0.4 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.1496469 0.489497 231.50542469843495 0.829625 3666.58 0.72 4024.02 3.7 837.07 2.6 2110.41 1.6 0.289 0.4 6755.55 5.5 736.68 3.0 1735.92 5.5 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-A*29:02 10 VSEETIKVYC 26711.359 5950.37 MHCnuggetsI 28.0 14.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.0009803321 0.13285229 26850.208845281 23.49875 5950.37 72.7 26572.51 28.0 34798.02 71.0 32919.88 38.0 0.00046 14.0 50000.0 47.0 12367.45 25.0 6302.75 16.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-A*29:02 10 SEETIKVYCL 30629.815 5922.59 MHCnuggetsI 47.0 21.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0017531669 0.24159598 26628.687436198557 22.585249999999995 5922.59 55.620000000000005 27945.14 31.0 29425.27 50.0 31834.36 35.0 0.000192 21.0 50000.0 47.0 71331.28 66.0 50995.28 58.0 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-A*29:02 10 EETIKVYCLQ 35661.78 5907.34 MHCnuggetsI 51.0 34.4285 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.00097265525 0.18810757 29266.56271289433 34.4285 5907.34 47.67 34391.9 51.0 36931.66 80.0 33976.54 41.0 1e-05 60.0 50000.0 47.0 5300050.41 100.0 1590486.55 100.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-A*29:02 10 ETIKVYCLQK 16167.695 5620.54 PickPocket 16.0 4.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 0.00059142895 0.050392486 18854.939361962985 10.239624999999997 5768.27 16.17 28576.55 33.0 13797.25 16.0 21125.41 15.0 0.000494 14.0 5620.54 4.0 17389.22 31.0 14946.17 28.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-A*29:02 10 TIKVYCLQKE 30823.755 5947.51 MHCnuggetsI 45.0 38.0 SMM 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 0.00025019443 0.03218192 30360.59245232625 41.302125 5947.51 70.93 32644.98 45.0 31060.99 56.0 34756.25 44.0 1.3e-05 56.0 50000.0 47.0 23349.63 38.0 30586.52 44.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-A*29:02 10 IKVYCLQKEL 32896.09 5920.93 MHCnuggetsI 54.0 14.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00021320848 0.027826514 32287.29976676258 63.8735 5920.93 54.690000000000005 16235.13 14.0 33504.88 65.0 25542.17 21.0 8.6e-05 29.0 50000.0 47.0 45006.99 54.0 52423.98 58.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-A*29:02 10 KVYCLQKELK 20806.516 2077.17 PickPocket 15.0 0.8 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 0.0008120252 0.03475673 20799.132680388208 12.320249999999994 5557.61 6.88 23955.08 24.0 20813.9 27.0 17586.95 12.0 0.000372 15.0 2077.17 0.8 77140.06 68.0 56044.11 60.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-A*29:02 10 KQLKKKSEEK 37327.92 5943.1 MHCnuggetsI 68.15 16.343624999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 0.00016443341 0.0032377474 23771.04305042519 16.343624999999992 5943.1 68.15 42801.13 94.0 35946.07 76.0 38709.77 61.0 0.000126 25.0 32085.75 34.0 451107.45 95.0 694272.56 98.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-A*29:02 10 QLKKKSEEKE 44646.925 5948.0 MHCnuggetsI 71.24 41.302125 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 0.00019276557 0.0046528247 30125.68255773856 41.302125 5948.0 71.24000000000001 43983.72 99.0 40708.92 95.0 45310.13 95.0 7e-06 66.0 50000.0 47.0 73329.72 67.0 142406.56 81.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-A*29:02 10 LKKKSEEKEL 44248.17 5956.29 MHCnuggetsI 76.32 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00012796714 0.0015837215 32025.609056615293 59.0625 5956.29 76.32 42290.62 91.0 40929.75 96.0 46205.72 98.0 8e-06 63.0 50000.0 47.0 89800.76 72.0 198394.67 87.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-A*29:02 10 KKKSEEKELK 44967.06 6005.87 MHCnuggetsI 96.0 24.47925 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00048012476 0.0028036875 27223.434348957693 24.47925 6005.87 96.43 44129.11 99.0 42509.45 100.0 45805.01 97.0 1.6e-05 52.0 50000.0 47.0 309228.85 92.0 468306.3 96.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-A*29:02 10 KKSEEKELKI 42063.785 5996.1 MHCnuggetsI 62.0 36.485875 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00024944596 0.010967114 29691.6123299013 36.485875 5996.1 94.28 40487.53 81.0 37944.28 85.0 43640.04 87.0 2.7e-05 44.0 50000.0 47.0 46374.58 55.0 60887.76 62.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-A*29:02 10 KSEEKELKIK 41992.995 5938.96 MHCnuggetsI 76.0 17.799749999999992 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.00017371152 0.005021423 24553.01711596066 17.799749999999992 5938.96 65.52 42316.26 92.0 39196.13 90.0 41669.73 76.0 8.9e-05 28.0 50000.0 47.0 516749.42 96.0 608877.6 97.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-A*29:02 10 SEEKELKIKN 44618.72 5938.33 MHCnuggetsI 90.0 20.251124999999995 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00085237465 0.039972015 25699.678320218914 20.251124999999995 5938.33 65.12 43833.59 98.0 42051.98 99.0 45403.85 95.0 5e-06 71.0 50000.0 47.0 356681.02 94.0 251495.37 90.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-A*29:02 10 EEKELKIKNH 42397.165 5945.87 MHCnuggetsI 83.0 10.596374999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0003473858 0.021072388 19110.459497455227 10.596374999999997 5945.87 69.89999999999999 40706.27 83.0 39622.53 91.0 44088.06 89.0 0.00016 22.0 50000.0 47.0 759066.81 99.0 721988.03 98.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-A*29:02 10 EKELKIKNHS 45222.63 5930.23 MHCnuggetsI 94.0 47.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00013074487 0.0074157594 33051.673353839535 74.450375 5930.23 60.1 43431.84 97.0 43911.91 100.0 46533.35 99.0 4e-06 75.0 50000.0 47.0 360811.19 94.0 1568664.25 100.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-A*29:02 10 SNNGIPPVQH 16058.427 5543.46 MHCnuggetsI 19.0 5.8 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.0025272819 0.012184517 15711.86300897014 8.091874999999998 5543.46 6.59 28207.0 32.0 20368.33 26.0 30359.59 31.0 0.00287 5.8 16404.99 19.0 12831.58 25.0 7682.99 18.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-A*29:02 10 NNGIPPVQHF 16954.416 5483.21 MHCnuggetsI 17.0 3.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.008684348 0.033412658 16020.582355789846 8.198874999999997 5483.21 5.57 19224.22 17.0 17888.25 22.0 23824.03 19.0 0.00847 3.5 50000.0 47.0 7067.73 17.0 6005.23 15.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-A*29:02 10 NGIPPVQHFP 33135.585 6053.35 MHCnuggetsI 47.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.00024814482 0.0043160436 28837.371059795994 32.57675 6053.35 99.84 31660.9 42.0 34610.27 70.0 37053.74 53.0 9.9e-05 27.0 50000.0 47.0 29873.08 44.0 177227.05 85.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-A*29:02 10 GIPPVQHFPP 33661.26 6005.51 MHCnuggetsI 55.0 29.365875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0021255212 0.008262563 28249.808300582543 29.365875 6005.51 96.36 35409.88 55.0 31912.64 59.0 37709.36 56.0 4.8e-05 36.0 50000.0 47.0 16760.23 30.0 138844.92 81.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-A*29:02 10 IPPVQHFPPG 39181.13 6043.83 MHCnuggetsI 76.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00044250095 0.0026332007 29554.48009394507 36.485875 6043.83 99.6 39613.95 76.0 36534.22 78.0 38748.31 61.0 3e-06 79.0 50000.0 47.0 58382.14 61.0 312269.81 92.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-A*29:02 10 PPVQHFPPGT 39503.16 5920.28 MHCnuggetsI 68.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0004295768 0.003131674 31288.353859321003 50.764875 5920.28 54.32 38148.05 68.0 37535.94 83.0 43881.98 88.0 1e-06 94.0 50000.0 47.0 40858.27 51.0 356886.4 94.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-A*29:02 10 PVQHFPPGTG 40840.185 5989.01 MHCnuggetsI 78.0 38.768 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.00085815456 0.00846804 29861.32009536236 38.768 5989.01 92.18 38721.51 71.0 36534.22 78.0 42958.86 83.0 3e-06 79.0 50000.0 47.0 115419.72 77.0 336922.49 93.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-A*29:02 10 VQHFPPGTGI 28019.544 5956.01 MHCnuggetsI 44.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.00048980815 0.0094522415 28313.798193658837 29.365875 5956.01 76.16000000000001 24654.01 25.0 27725.29 44.0 26476.38 23.0 0.000829 11.0 50000.0 47.0 32755.18 46.0 42416.03 53.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-A*29:02 10 QHFPPGTGIL 18703.465 5822.66 MHCnuggetsI 22.0 4.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00040373462 0.0076889372 24781.42357998192 18.35125 5822.66 22.91 17092.62 15.0 22330.41 31.0 18111.23 12.0 0.00476 4.5 19295.7 22.0 20667.12 35.0 15154.09 28.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-A*29:02 10 HFPPGTGILW 4667.0 161.12409950587042 MHCflurry 6.4 0.6557499999999997 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.19068496 0.07191898 161.12409950587042 0.6557499999999997 4082.51 0.93 13695.81 12.0 5441.03 6.4 5251.49 3.0 0.0892 1.1 11730.27 13.0 3375.05 8.8 3239.89 8.6 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-A*29:02 10 FPPGTGILWM 18111.465 5907.17 MHCnuggetsI 21.0 8.2 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.008837787 0.036188167 20900.262721366074 12.320249999999994 5907.17 47.58 22712.99 22.0 16316.49 19.0 19906.44 14.0 0.00139 8.2 50000.0 47.0 9512.18 21.0 13259.59 26.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-A*29:02 10 PPGTGILWMG 39489.655 5938.04 MHCnuggetsI 64.94 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 0.0006560194 0.008317826 31222.191303846004 50.764875 5938.04 64.94 36476.15 60.0 38774.32 88.0 41745.53 77.0 1e-06 94.0 50000.0 47.0 40204.99 51.0 124603.43 79.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-A*29:02 10 PGTGILWMGC 39132.58 5877.34 MHCnuggetsI 51.0 35.86 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.0003287726 0.04704966 30988.520778972998 47.25637500000001 5877.34 35.86 34464.55 51.0 37944.28 85.0 42251.28 80.0 1e-06 94.0 50000.0 47.0 45843.74 55.0 40320.88 51.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-A*29:02 10 GTGILWMGCT 33105.52 5859.29 MHCnuggetsI 45.0 30.65 MHCnuggetsI 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00022007765 0.067600444 29371.842143525184 34.4285 5859.29 30.65 32081.59 43.0 31569.21 58.0 34129.45 42.0 9e-06 62.0 46857.18 45.0 46055.34 55.0 131078.06 80.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-A*29:02 10 TGILWMGCTL 19162.455 5254.48 SMMPMBEC 19.574 14.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.0005598678 0.25965944 25292.440621940656 19.574124999999995 5896.59 42.9 18486.41 16.0 22695.78 31.0 19838.5 14.0 4e-05 38.0 50000.0 47.0 5692.2 14.0 5254.48 14.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-A*29:02 10 GILWMGCTLC 22086.995 5827.54 MHCnuggetsI 29.366 19.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 0.0035232338 0.5119924 28404.94894073063 29.365875 5827.54 23.75 22083.89 21.0 22090.1 30.0 32138.56 36.0 9e-06 62.0 16404.99 19.0 27244.57 41.0 15224.04 28.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-A*29:02 10 ILWMGCTLCR 9838.9 2551.25 PickPocket 8.317 1.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 0.0005043411 0.039717175 16050.043729376695 8.317124999999997 5634.08 8.89 12790.03 9.4 5238.84 6.2 7014.99 3.8 0.00136 8.3 2551.25 1.0 20524.85 35.0 12662.81 25.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-A*29:02 10 LWMGCTLCRT 15175.015 2229.87 SMM 17.0 6.7 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 0.0011846336 0.3001232 17166.776925751077 9.050999999999997 5922.69 55.67 16144.04 14.0 14564.23 17.0 15785.8 9.0 3.2e-05 42.0 18082.85 20.0 2229.87 6.7 12346.11 25.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-A*29:02 10 WMGCTLCRTS 21771.41 5875.55 MHCnuggetsI 35.29 17.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 0.00037822188 0.1364475 29530.556558270026 36.485875 5875.55 35.29 19543.64 17.0 25152.75 37.0 23999.18 19.0 2e-06 85.0 19295.7 22.0 10599.37 22.0 49264.04 57.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-A*29:02 10 MGCTLCRTSS 35715.08 5892.02 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 0.00023339027 0.046855338 29490.06664330409 36.485875 5892.02 41.05 37377.07 64.0 34053.09 68.0 32848.71 38.0 2e-06 85.0 50000.0 47.0 79118.86 69.0 190778.75 86.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-A*29:02 10 GCTLCRTSSP 41486.71 5977.29 MHCnuggetsI 82.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00016309062 0.024746751 30886.93901732522 47.25637500000001 5977.29 87.61 38642.41 71.0 40270.83 94.0 42702.59 82.0 1e-06 94.0 50000.0 47.0 96890.23 73.0 1097817.12 100.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-A*29:02 10 CTLCRTSSPN 28736.91 5915.96 MHCnuggetsI 48.0 23.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 0.00019153766 0.02781266 26731.565118405368 23.49875 5915.96 51.970000000000006 34362.14 51.0 28795.36 48.0 28678.46 27.0 1e-06 94.0 20813.9 23.0 32305.76 46.0 83277.95 70.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-A*29:02 10 TLCRTSSPNL 21758.131 5841.94 MHCnuggetsI 26.56 17.799749999999992 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0007659915 0.07989277 24531.191296315337 17.799749999999992 5841.94 26.56 31188.62 40.0 18985.07 24.0 25931.47 22.0 9.4e-05 28.0 24747.82 28.0 17269.51 31.0 12037.33 24.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-A*29:02 10 LCRTSSPNLR 33164.23 5886.8 MHCnuggetsI 44.0 18.942875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.0005436929 0.012717935 25225.498695881 18.942875 5886.8 39.08 40022.8 79.0 31569.21 58.0 34759.25 44.0 5e-05 35.0 31060.99 33.0 237290.31 89.0 244641.43 90.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-A*29:02 10 CRTSSPNLRR 32246.435 5849.6 MHCnuggetsI 41.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 0.00039582033 0.011330799 26637.28760114248 22.585249999999995 5849.6 28.28 34260.8 51.0 30232.07 53.0 25312.47 21.0 0.000412 15.0 41599.44 41.0 69547.26 65.0 71536.88 66.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-A*29:02 10 RTSSPNLRRM 17587.51 6046.6 MHCnuggetsI 18.0 5.5 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 0.0024233481 0.062185515 13500.743424665068 6.836124999999997 6046.6 99.68 22606.34 21.0 15373.84 18.0 19801.18 14.0 0.00315 5.5 8853.9 8.0 24114.6 38.0 33769.92 47.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-A*29:02 10 TSSPNLRRMR 30824.35 5760.6 MHCnuggetsI 39.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.00015627002 0.0017559546 25330.54726912254 19.574124999999995 5760.6 15.52 33439.69 48.0 28331.79 46.0 33316.91 39.0 0.000396 15.0 17695.75 20.0 50266.66 57.0 74908.31 67.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-A*29:02 10 SSPNLRRMRE 39946.98 5970.08 MHCnuggetsI 64.0 36.485875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 8.629727e-05 0.0035907042 29706.732874571346 36.485875 5970.08 84.13000000000001 41236.46 86.0 37535.94 83.0 39873.69 67.0 1.7e-05 51.0 50000.0 47.0 40020.27 51.0 65392.81 64.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-A*29:02 10 SPNLRRMREW 34235.415 6015.95 MHCnuggetsI 56.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 0.0001961553 0.023015738 25759.814549582432 20.251124999999995 6015.95 97.86 37409.84 64.0 31060.99 56.0 26453.75 23.0 0.000767 11.0 50000.0 47.0 151105.41 82.0 445174.21 95.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-A*29:02 10 PNLRRMREWD 44294.75 5971.85 MHCnuggetsI 86.0 47.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.435821e-05 0.0028293778 33006.16346133792 74.450375 5971.85 85.03 42970.95 95.0 42740.04 100.0 45618.55 96.0 0.0 100.0 50000.0 47.0 59194.32 61.0 184301.98 86.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 NA NA NA -1.5 -1.5 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-A*29:02 10 NLRRMREWDI 31127.046 5962.55 MHCnuggetsI 50.765 28.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 0.00030757318 0.01526663 31177.96212158209 50.764875 5962.55 80.05 26384.86 28.0 26123.53 40.0 31076.13 33.0 6e-06 68.0 49461.93 47.0 230823.49 89.0 178455.53 85.0 NA NA NA -1.5 -1.5 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-A*29:02 10 MKKSESEVEQ 42225.315 5948.79 MHCnuggetsI 77.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.00038531778 0.0031045564 30334.17902287297 41.302125 5948.79 71.72 39778.89 77.0 40489.28 94.0 43961.35 89.0 9e-06 62.0 50000.0 47.0 496912.59 96.0 310835.06 92.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-A*29:02 10 KKSESEVEQL 40822.645 5952.48 MHCnuggetsI 72.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00016614408 0.0067749345 27533.733449686017 25.544875 5952.48 73.99 38740.77 72.0 38357.05 87.0 42904.52 83.0 5.6e-05 34.0 50000.0 47.0 86952.08 71.0 189902.2 86.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-A*29:02 10 KSESEVEQLL 33232.82 5803.17 MHCnuggetsI 44.0 15.096749999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.002685631 0.11754397 22956.833134717464 15.096749999999997 5803.17 20.01 31821.28 42.0 29425.27 50.0 34644.36 44.0 0.000285 17.0 50000.0 47.0 75384.14 67.0 49949.37 57.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-A*29:02 10 SESEVEQLLL 20815.59 5719.04 MHCnuggetsI 26.0 6.406624999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.014434343 0.45322394 12725.215901390782 6.406624999999997 5719.04 12.590000000000002 25261.57 26.0 20813.9 27.0 20817.28 15.0 0.00172 7.4 50000.0 47.0 25309.29 39.0 19657.58 34.0 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-A*29:02 10 ESEVEQLLLP 39186.675 5979.67 MHCnuggetsI 60.0 36.485875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.0023609402 0.07786126 29691.531069035696 36.485875 5979.67 88.62 36571.0 60.0 38357.05 87.0 40016.3 67.0 2.2e-05 47.0 50000.0 47.0 50498.68 57.0 530310.22 96.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-A*29:02 10 SEVEQLLLPS 30528.699 5962.94 MHCnuggetsI 47.0 22.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0025672545 0.16461346 29514.8071302015 36.485875 5962.94 80.28 31542.59 41.0 28951.56 49.0 25925.58 22.0 6.4e-05 32.0 50000.0 47.0 217911.42 88.0 784386.3 99.0 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-A*29:02 10 EVEQLLLPSG 38738.31 5991.67 MHCnuggetsI 76.0 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.0009468239 0.051167537 30631.827799646417 44.13500000000001 5991.67 93.04 37825.8 67.0 35946.07 76.0 39650.82 65.0 3e-06 79.0 50000.0 47.0 202432.39 87.0 256761.56 90.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-A*29:02 10 VEQLLLPSGL 30393.28 5916.77 MHCnuggetsI 47.0 25.544875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.0018835744 0.10110917 27553.880749236105 25.544875 5916.77 52.38 28217.39 32.0 30893.41 55.0 29893.15 30.0 0.000114 26.0 50000.0 47.0 396533.61 94.0 253822.43 90.0 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-A*29:02 10 EQLLLPSGLT 33863.32 5917.35 MHCnuggetsI 51.0 39.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0012944251 0.07304059 30891.09408222886 47.25637500000001 5917.35 52.7 30965.36 39.0 32085.75 59.0 35640.89 47.0 1.7e-05 51.0 50000.0 47.0 92316.64 72.0 374567.42 94.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-A*29:02 10 QLLLPSGLTT 27711.117 5811.94 MHCnuggetsI 30.0 21.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.0033037185 0.14405477 27546.543154158 25.544875 5811.94 21.21 29404.91 35.0 22818.9 32.0 29832.41 30.0 0.000106 26.0 27875.69 31.0 15786.29 29.0 82704.66 70.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-A*29:02 10 LLLPSGLTTQ 24340.73 5640.35 MHCnuggetsI 22.0 9.1 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.0036808045 0.063834354 23764.909861273485 16.343624999999992 5640.35 9.1 23063.64 22.0 18180.94 22.0 24916.55 20.0 0.000531 13.0 28178.94 31.0 272445.73 91.0 183455.19 85.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-A*29:02 10 LLPSGLTTQG 33543.71 5954.11 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0012982028 0.02903333 27613.454496511047 26.708874999999995 5954.11 75.02 31961.71 43.0 33144.32 64.0 33943.1 41.0 3.3e-05 41.0 50000.0 47.0 59330.77 61.0 118995.35 78.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-A*29:02 10 LPSGLTTQGS 34136.53 5914.25 MHCnuggetsI 49.0 39.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00056635187 0.020352501 30226.45289535132 41.302125 5914.25 51.05 33286.28 47.0 34986.78 72.0 37199.14 54.0 1.9e-05 49.0 50000.0 47.0 25251.08 39.0 215541.05 88.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-A*29:02 10 PSGLTTQGSS 40729.89 5910.15 MHCnuggetsI 67.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.00033870636 0.017426595 31222.43393724393 50.764875 5910.15 48.99 37973.43 67.0 38774.32 88.0 44611.58 92.0 2e-06 85.0 50000.0 47.0 42685.46 53.0 323243.65 93.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-A*29:02 10 SGLTTQGSSS 39836.24 5893.84 MHCnuggetsI 62.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.00063620176 0.035362884 30116.85622720701 41.302125 5893.84 41.78 39562.55 76.0 37132.0 81.0 40109.93 68.0 9e-06 62.0 50000.0 47.0 40297.68 51.0 225180.1 88.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-A*29:02 10 GLTTQGSSSS 40378.9 5878.99 MHCnuggetsI 66.0 36.41 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.0005720674 0.034957264 31264.603241860576 50.764875 5878.99 36.41 38359.97 69.0 33324.12 64.0 42397.83 80.0 7e-06 66.0 50000.0 47.0 92316.64 72.0 405069.93 95.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-A*29:02 10 LTTQGSSSSS 38332.2 5811.91 MHCnuggetsI 54.0 21.2 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00033321694 0.024629418 29748.33730142741 38.768 5811.91 21.2 37638.82 66.0 30560.95 54.0 39025.58 62.0 2.3e-05 46.0 41599.44 41.0 84193.78 70.0 333833.56 93.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-A*29:02 10 TTQGSSSSSR 27706.445 5788.99 MHCnuggetsI 29.0 6.997124999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00028097164 0.0053284476 13924.398124778483 6.997124999999999 5788.99 18.25 38255.52 69.0 25842.4 39.0 29570.49 29.0 0.000614 12.0 9047.59 8.3 78936.89 69.0 108775.23 76.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-A*29:02 10 TQGSSSSSRK 33180.035 5917.85 MHCnuggetsI 51.0 10.076249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 0.000102458 0.0020700023 18545.632261362894 10.076249999999996 5917.85 52.98 40771.95 83.0 29745.37 51.0 30607.94 32.0 0.000407 15.0 35752.13 37.0 81710.9 69.0 100584.25 74.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-A*29:02 10 QGSSSSSRKE 41203.475 5994.01 MHCnuggetsI 69.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 0.00019906119 0.008087637 31479.70683233743 54.695 5994.01 93.72 41477.2 87.0 40929.75 96.0 44027.06 89.0 1e-05 60.0 50000.0 47.0 39380.39 50.0 79164.41 69.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-A*29:02 10 GSSSSSRKES 39006.13 5944.92 MHCnuggetsI 69.29 45.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 0.00019888308 0.005288485 32646.910330527317 69.087125 5944.92 69.28999999999999 39447.14 75.0 38565.12 87.0 44754.19 92.0 6e-06 68.0 50000.0 47.0 32083.37 45.0 238522.86 89.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-A*29:02 10 SSSSSRKESH 34920.75 5885.24 MHCnuggetsI 47.0 15.483874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 0.00033602255 0.0040209666 23378.22698435781 15.483874999999996 5885.24 38.53 34243.0 51.0 28951.56 49.0 35598.5 47.0 0.000223 19.0 39408.75 40.0 52514.59 58.0 57086.05 60.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-A*29:02 10 SSSSRKESHR 35181.6 5855.17 MHCnuggetsI 59.0 16.804874999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 0.00015182038 0.0021130585 23951.104207033288 16.804874999999992 5855.17 29.6 41217.72 86.0 32085.75 59.0 38277.45 59.0 0.00012 25.0 28485.48 31.0 102395.29 75.0 194773.56 86.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-A*29:02 10 SSSRKESHRP 43618.4 5975.05 MHCnuggetsI 86.59 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.0001654106 0.0060277223 31886.899165527117 59.0625 5975.05 86.59 42972.36 95.0 40489.28 94.0 44264.44 90.0 1.2e-05 57.0 50000.0 47.0 67341.07 65.0 752540.71 98.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-A*29:02 10 SSRKESHRPL 35410.175 5946.77 MHCnuggetsI 51.0 30.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 4.8111007e-05 0.0020854145 31307.12049128 50.764875 5946.77 70.47 35729.3 57.0 29745.37 51.0 35091.05 45.0 7.8e-05 30.0 50000.0 47.0 78393.49 68.0 144387.63 81.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-A*29:02 10 SRKESHRPLR 39254.195 5902.62 MHCnuggetsI 57.0 26.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 0.00022998275 0.0032346738 27580.04334369352 26.708874999999995 5902.62 45.51 40653.91 82.0 34610.27 70.0 37854.48 57.0 0.000106 26.0 50000.0 47.0 59467.54 62.0 112080.48 77.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-A*29:02 10 RKESHRPLRA 41447.74 5948.16 MHCnuggetsI 74.45 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.00015835589 0.0057139914 33001.97823918201 74.450375 5948.16 71.34 41742.38 89.0 38565.12 87.0 41153.1 73.0 1.8e-05 50.0 50000.0 47.0 288589.15 91.0 527873.67 96.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-A*29:02 10 KESHRPLRAA 39250.62 5965.88 MHCnuggetsI 80.0 41.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.00035491245 0.0095509235 32055.36651660241 59.0625 5965.88 81.92 40313.56 80.0 37535.94 83.0 38187.68 58.0 3.4e-05 41.0 50000.0 47.0 682778.76 98.0 1203732.54 100.0 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-A*29:02 10 ESHRPLRAAV 32105.639 5937.95 MHCnuggetsI 47.256 37.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 5.7008416e-05 0.0008862344 30957.028791868663 47.25637500000001 5937.95 64.89 30288.38 37.0 30396.07 53.0 33254.25 39.0 3.7e-05 39.0 50000.0 47.0 199654.91 87.0 168085.4 84.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-A*29:02 10 SHRPLRAAVM 28094.45 6052.44 MHCnuggetsI 38.0 13.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 0.00014303548 0.004249759 31036.150717807523 47.25637500000001 6052.44 99.82 22063.11 21.0 25152.75 37.0 22885.16 17.0 0.000559 13.0 37333.42 38.0 135918.95 80.0 92157.35 72.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-A*29:02 10 HRPLRAAVMY 6366.965 1453.05 SMM 5.9 1.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 0.0036789011 0.1284769 9737.67690328904 5.060499999999998 5717.65 12.509999999999998 9215.94 6.9 7016.28 7.6 4825.12 2.8 0.0326 1.8 50000.0 47.0 1453.05 5.0 1903.4 5.9 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-A*29:02 10 RPLRAAVMYP 27346.174 5939.72 MHCnuggetsI 47.0 11.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 0.00019268443 0.0070324754 31643.918029885037 54.695 5939.72 65.98 23048.43 22.0 34423.54 69.0 21772.14 16.0 0.000777 11.0 50000.0 47.0 6505.49 16.0 71536.88 66.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-A*29:02 10 PLRAAVMYPR 22225.695 5896.36 MHCnuggetsI 27.987 7.7 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 0.00062587095 0.0092386175 28001.20103398705 27.987124999999995 5896.36 42.8 24114.77 24.0 20258.44 26.0 20336.62 14.0 8.1e-05 29.0 8571.13 7.7 59330.77 61.0 67846.9 65.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-A*29:02 10 LRAAVMYPRP 33259.667 5950.13 MHCnuggetsI 66.0 36.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 0.00014210062 0.010178119 33146.854767333454 79.69287499999999 5950.13 72.54 32828.82 46.0 34798.02 71.0 33372.48 39.0 7e-06 66.0 50000.0 47.0 21891.73 36.0 193878.66 86.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-A*29:02 10 RAAVMYPRPS 33932.778 5879.82 MHCnuggetsI 59.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 9.6992604e-05 0.0054488783 32882.946559222626 74.450375 5879.82 36.68 36816.35 61.0 32085.75 59.0 34982.61 45.0 5e-06 71.0 38565.12 39.0 18762.04 33.0 179279.24 85.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-A*29:02 10 AAVMYPRPST 35076.78 5844.69 MHCnuggetsI 53.0 21.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.00027298334 0.0054014577 31475.08374815664 54.695 5844.69 27.16 35915.74 57.0 34237.82 68.0 36990.04 53.0 3.3e-05 41.0 50000.0 47.0 9556.08 21.0 51348.76 58.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-A*29:02 10 AVMYPRPSTI 18839.19 5728.31 MHCnuggetsI 18.0 7.8 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.001076389 0.006188598 25292.57733159132 19.574124999999995 5728.31 13.16 19886.64 18.0 17791.74 22.0 17534.12 12.0 0.0015 7.8 11730.27 13.0 51083.42 58.0 60052.35 62.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-A*29:02 10 VMYPRPSTID 19311.8 5788.76 MHCnuggetsI 27.0 7.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.0020133294 0.028254615 30392.691801836627 44.13500000000001 5788.76 18.22 26566.48 28.0 24218.04 35.0 26377.45 23.0 9.2e-05 28.0 7945.94 7.0 6796.42 16.0 14405.56 27.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-A*29:02 10 MYPRPSTIDQ 22960.31 5684.77 MHCnuggetsI 19.0 10.83 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.00052613247 0.002247144 21848.880619629665 13.409249999999997 5684.77 10.83 16176.21 14.0 20149.14 26.0 24071.74 19.0 0.000569 13.0 42509.45 42.0 107468.21 76.0 43704.89 54.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-A*29:02 10 YPRPSTIDQA 33946.195 5923.19 MHCnuggetsI 47.256 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.0004419745 0.003290979 30990.589147535684 47.25637500000001 5923.19 55.96 32277.27 44.0 34237.82 68.0 33654.57 40.0 0.000348 16.0 50000.0 47.0 319359.62 93.0 1335149.82 100.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-A*29:02 10 PRPSTIDQAA 42028.565 5948.37 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.0002032118 0.0026671125 32810.52514828186 74.450375 5948.37 71.47 40387.78 81.0 40489.28 94.0 43567.85 87.0 3e-06 79.0 50000.0 47.0 141997.27 81.0 371988.92 94.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-A*29:02 10 RPSTIDQAAT 37839.54 5925.31 MHCnuggetsI 57.18 25.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 0.00021112294 0.005431497 31636.14361951312 54.695 5925.31 57.18 39144.86 74.0 36534.22 78.0 40082.16 68.0 1.3e-05 56.0 50000.0 47.0 12655.52 25.0 97843.05 74.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-A*29:02 10 PSTIDQAATW 30485.335 5949.55 MHCnuggetsI 47.0 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.000545876 0.0482173 26288.784217412216 21.751124999999995 5949.55 72.19 30025.73 37.0 28795.36 48.0 30944.94 33.0 0.000351 16.0 50000.0 47.0 58516.72 61.0 80081.09 69.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-A*29:02 10 STIDQAATWT 26371.517 5758.98 MHCnuggetsI 36.0 15.39 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 0.0004109898 0.05093475 27316.663118731845 25.544875 5758.98 15.39 36231.11 59.0 25426.37 38.0 32208.53 36.0 0.000166 22.0 22209.93 25.0 23674.46 38.0 83086.41 70.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-A*29:02 10 TIDQAATWTA 26374.043 5827.92 MHCnuggetsI 28.0 18.942875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0004058086 0.051046554 25075.846468432967 18.942875 5827.92 23.82 27672.24 31.0 21154.46 28.0 23946.54 19.0 0.000102 27.0 50000.0 47.0 68593.03 65.0 63464.37 63.0 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-A*29:02 10 IDQAATWTAT 32733.175 5179.41 SMM 47.0 13.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.00035179275 0.03757089 30665.226199912573 44.13500000000001 5885.73 38.690000000000005 34078.16 50.0 32434.8 61.0 33031.55 38.0 9e-06 62.0 50000.0 47.0 5179.41 13.0 60747.72 62.0 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-A*29:02 10 DQAATWTATG 33998.755 5987.69 MHCnuggetsI 56.0 40.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00029921142 0.021603674 30070.904109003623 41.302125 5987.69 91.72 35562.71 56.0 32434.8 61.0 35934.41 48.0 5e-06 71.0 50000.0 47.0 26319.64 40.0 80636.19 69.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-A*29:02 10 QAATWTATGG 35273.145 6010.4 MHCnuggetsI 56.0 20.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.0008094358 0.05827507 29000.01185303409 32.57675 6010.4 97.16 36774.16 61.0 34610.27 70.0 37653.48 56.0 3e-06 79.0 50000.0 47.0 9231.66 20.0 35936.02 48.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-A*29:02 10 AATWTATGGW 21922.619 5931.61 MHCnuggetsI 25.0 8.6 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00032546069 0.048225254 20732.87783312332 12.080249999999996 5931.61 60.92 23112.36 22.0 19717.81 25.0 18849.77 13.0 0.00123 8.6 47366.92 45.0 24114.6 38.0 26093.36 40.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-A*29:02 10 ATWTATGGWR 17368.04 3454.02 PickPocket 15.0 1.9 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.00049134856 0.018286671 14528.972283633157 7.337249999999999 5674.1 10.38 29090.35 34.0 16316.49 19.0 18996.16 13.0 0.000418 15.0 3454.02 1.9 18419.59 32.0 19034.0 33.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-A*29:02 10 TWTATGGWRP 26233.617 5798.02 SMM 33.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.0014594995 0.040896483 26935.013008756105 23.49875 5955.94 76.12 25532.22 26.0 23444.56 33.0 31546.68 34.0 7e-05 31.0 50000.0 47.0 5798.02 15.0 35037.25 48.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-A*29:02 10 WTATGGWRPL 10245.645 5902.95 MHCnuggetsI 15.484 5.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0010763037 0.026200708 23330.03510861108 15.483874999999996 5902.95 45.65 10518.34 7.8 7486.88 8.0 9539.48 5.1 0.000261 18.0 9972.95 9.6 26502.08 41.0 24128.48 38.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-A*29:02 10 TATGGWRPLP 32669.755 6003.34 MHCnuggetsI 52.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.0012137847 0.011951272 28858.176008261784 32.57675 6003.34 95.95 31101.69 40.0 34237.82 68.0 38980.0 62.0 1.6e-05 52.0 50000.0 47.0 27560.05 42.0 278952.33 91.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-A*29:02 10 ATGGWRPLPS 25127.425 5760.73 MHCnuggetsI 29.366 15.53 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0028833675 0.059094388 28296.676570212407 29.365875 5760.73 15.53 27062.59 29.0 23192.26 33.0 30741.37 32.0 1.4e-05 54.0 22209.93 25.0 8040.44 18.0 53275.8 59.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-A*29:02 10 TGGWRPLPSP 40395.6 5977.46 MHCnuggetsI 82.0 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0005123271 0.0061963117 28835.82599919338 32.57675 5977.46 87.68 40586.21 82.0 40053.56 93.0 42907.78 83.0 5e-06 71.0 50000.0 47.0 40204.99 51.0 514671.36 96.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-A*29:02 10 GGWRPLPSPR 24061.46 5806.94 MHCnuggetsI 21.0 12.080249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00023612478 0.00080160296 20609.52728563815 12.080249999999996 5806.94 20.51 32144.82 43.0 22942.68 32.0 25180.24 21.0 0.000397 15.0 18679.43 21.0 169933.89 84.0 190339.97 86.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-A*29:02 10 GWRPLPSPRG 35594.285 5986.4 MHCnuggetsI 54.0 23.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 0.0001258441 0.004093517 28740.04140631744 30.891874999999995 5986.4 91.26 35306.61 55.0 31398.89 57.0 35881.96 48.0 0.000142 23.0 42051.98 42.0 44697.17 54.0 57086.05 60.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-A*29:02 10 WRPLPSPRGA 39132.23 5970.67 MHCnuggetsI 77.0 46.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0003797207 0.0012214327 31129.693708218936 50.764875 5970.67 84.42 39699.34 77.0 38565.12 87.0 38093.18 58.0 2.4e-05 46.0 50000.0 47.0 327551.81 93.0 596389.52 97.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-A*29:02 10 RPLPSPRGAR 28912.905 5882.88 MHCnuggetsI 37.71 8.9 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00031302005 0.00047412844 23409.5732987346 15.483874999999996 5882.88 37.71 40255.16 80.0 29425.27 50.0 28400.54 27.0 0.00113 8.9 11604.04 13.0 67651.9 65.0 104840.72 75.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-A*29:02 10 PLPSPRGARL 34465.605 5865.61 MHCnuggetsI 43.0 14.730749999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00040066047 0.0024761423 22678.620932610746 14.730749999999995 5865.61 32.35 34654.48 52.0 27426.93 43.0 34276.73 42.0 8.3e-05 29.0 50000.0 47.0 42294.12 53.0 82514.45 70.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-A*29:02 10 LPSPRGARLT 38598.26 5919.17 MHCnuggetsI 59.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 0.00047723463 0.0030500088 30942.67217935969 47.25637500000001 5919.17 53.71 38873.89 72.0 34986.78 72.0 38322.63 59.0 1.3e-05 56.0 50000.0 47.0 61133.6 62.0 590921.78 97.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-A*29:02 10 PSPRGARLTP 41946.465 5967.0 MHCnuggetsI 82.52 44.13500000000001 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.00024647376 0.0015707874 30579.345936862315 44.13500000000001 5967.0 82.52000000000001 42179.11 91.0 40929.75 96.0 45018.89 94.0 1.1e-05 58.0 50000.0 47.0 41713.82 52.0 641992.57 98.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-A*29:02 10 SPRGARLTPA 36720.45 5931.08 MHCnuggetsI 60.6 32.57675 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00040540358 0.0023672993 28824.257703611453 32.57675 5931.08 60.6 38768.04 72.0 34053.09 68.0 34672.86 44.0 5.1e-05 35.0 50000.0 47.0 457382.98 96.0 1688612.5 100.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-A*29:02 10 PRGARLTPAP 44081.4 5963.8 MHCnuggetsI 80.76 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 9.66405e-05 0.0011443513 32912.18251601247 74.450375 5963.8 80.76 39710.5 77.0 42051.98 99.0 46110.82 98.0 0.0 100.0 50000.0 47.0 74178.83 67.0 1269199.81 100.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-A*29:02 10 RGARLTPAPP 38179.59 6015.92 MHCnuggetsI 71.0 30.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.00014098725 0.0024725378 30837.215279700114 47.25637500000001 6015.92 97.86 39824.96 78.0 36534.22 78.0 40790.91 71.0 1.1e-05 58.0 50000.0 47.0 16265.97 30.0 189902.2 86.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-A*29:02 10 GARLTPAPPP 42230.65 5975.01 MHCnuggetsI 84.0 41.302125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0002545507 0.002272216 30296.103190502952 41.302125 5975.01 86.58 41389.34 87.0 37944.28 85.0 43071.96 84.0 2.2e-05 47.0 50000.0 47.0 52153.08 58.0 813823.08 99.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-A*29:02 10 ARLTPAPPPP 40453.305 5972.24 MHCnuggetsI 75.0 44.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.00052367186 0.004243322 30893.488668415557 47.25637500000001 5972.24 85.24000000000001 39368.68 75.0 39408.75 90.0 41497.86 75.0 2.6e-05 44.0 50000.0 47.0 49462.95 57.0 710444.24 98.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-A*29:02 10 RLTPAPPPPL 13253.324 5855.54 MHCnuggetsI 21.0 7.337249999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0007166245 0.0061574383 14441.577584594055 7.337249999999999 5855.54 29.7 30198.72 37.0 15967.2 19.0 25045.21 21.0 0.000861 11.0 11112.54 12.0 9960.47 21.0 12065.07 24.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-A*29:02 10 LTPAPPPPLS 25878.005 5807.58 MHCnuggetsI 31.0 14.036749999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.020512594 0.022321615 22269.43888896545 14.036749999999996 5807.58 20.6 25773.43 27.0 25982.58 39.0 32753.96 38.0 0.000237 19.0 27875.69 31.0 17671.77 31.0 133822.77 80.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-A*29:02 10 TPAPPPPLSL 27317.935 5789.4 MHCnuggetsI 29.0 4.3 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.017003944 0.021567663 9675.500207228988 5.060499999999998 5789.4 18.29 29994.55 37.0 23571.74 34.0 29618.83 29.0 0.00545 4.3 25017.04 28.0 31789.23 45.0 54894.65 59.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-A*29:02 10 PAPPPPLSLS 40437.01 5841.94 MHCnuggetsI 62.0 26.56 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.0014779343 0.0057244534 27757.272726461797 26.708874999999995 5841.94 26.56 39742.73 77.0 36534.22 78.0 41131.29 73.0 3.9e-05 39.0 50000.0 47.0 60573.13 62.0 1055674.42 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-A*29:02 10 APPPPLSLSR 31077.41 5863.17 MHCnuggetsI 38.0 5.1 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0037142027 0.0023516582 13476.448876657116 6.758499999999998 5863.17 31.67 39819.8 78.0 25982.58 39.0 33046.21 38.0 0.00375 5.1 29108.61 32.0 114361.54 77.0 167313.12 84.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-A*29:02 10 MKKSESEVEA 41564.79 5960.49 MHCnuggetsI 81.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.0003035904 0.0026275495 32490.81593600777 69.087125 5960.49 78.84 40638.52 82.0 40270.83 94.0 42491.06 81.0 1e-05 60.0 50000.0 47.0 221452.2 88.0 278952.33 91.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-A*29:02 10 KKSESEVEAA 43639.815 5960.79 MHCnuggetsI 91.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.00014712555 0.004324074 32674.891422582503 69.087125 5960.79 79.01 42790.47 94.0 41375.0 97.0 44489.16 91.0 8e-06 63.0 50000.0 47.0 304284.62 92.0 639042.88 98.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-A*29:02 10 KSESEVEAAA 39836.23 5949.93 MHCnuggetsI 72.43 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.00021772225 0.015006838 31095.824662500847 50.764875 5949.93 72.43 40545.4 82.0 36931.66 80.0 39127.06 63.0 3.5e-05 40.0 50000.0 47.0 223501.27 88.0 193432.75 86.0 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-A*29:02 10 SESEVEAAAI 32310.28 5972.71 MHCnuggetsI 47.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0006779336 0.047359757 26109.783457022306 21.751124999999995 5972.71 85.47 36527.11 60.0 31912.64 59.0 32707.92 37.0 4.9e-05 36.0 50000.0 47.0 48225.86 56.0 31443.44 45.0 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-A*29:02 10 ESEVEAAAII 37405.075 5966.92 MHCnuggetsI 68.0 47.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.00036051584 0.014344679 31067.658328103527 50.764875 5966.92 82.49 39346.98 75.0 34237.82 68.0 35463.17 47.0 1.6e-05 52.0 50000.0 47.0 134672.83 80.0 82324.67 70.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-A*29:02 10 SEVEAAAIIA 37684.5 5951.6 MHCnuggetsI 70.0 30.891874999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.0020588655 0.090244256 28652.64842345215 30.891874999999995 5951.6 73.47 40758.73 83.0 34610.27 70.0 33151.49 39.0 5.8e-05 33.0 50000.0 47.0 508487.17 96.0 189902.2 86.0 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-A*29:02 10 EVEAAAIIAQ 37575.35 5874.76 MHCnuggetsI 57.0 21.751124999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.0022281357 0.03533793 26385.916707501896 21.751124999999995 5874.76 35.04 37328.58 64.0 35176.57 72.0 37822.12 57.0 3.7e-05 39.0 50000.0 47.0 357503.25 94.0 169250.52 84.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-A*29:02 10 VEAAAIIAQR 24349.77 5860.44 MHCnuggetsI 30.95 8.091874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.011929098 0.14082822 15764.208515766772 8.091874999999998 5860.44 30.95 36383.54 60.0 24481.5 36.0 23594.19 18.0 0.000751 11.0 24218.04 27.0 44389.47 54.0 45870.13 55.0 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-A*29:02 10 EAAAIIAQRP 38749.725 6006.44 MHCnuggetsI 67.0 37.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.0008672167 0.00722577 30135.978050335616 41.302125 6006.44 96.53 40986.92 84.0 37535.94 83.0 39963.51 67.0 2.8e-05 43.0 50000.0 47.0 22556.93 37.0 177227.05 85.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-A*29:02 10 YPRPSTIDQV 30660.226 5919.72 MHCnuggetsI 47.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.00069271267 0.003772175 29921.5628404608 38.768 5919.72 54.0 28078.19 32.0 31398.89 57.0 29166.62 28.0 0.000466 14.0 50000.0 47.0 236744.56 89.0 730348.26 98.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-A*29:02 10 PRPSTIDQVV 40705.11 5927.43 MHCnuggetsI 75.0 47.0 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0003239852 0.004624979 32855.3274081851 74.450375 5927.43 58.41 40025.82 79.0 38774.32 88.0 41384.4 75.0 1.4e-05 54.0 50000.0 47.0 236200.06 89.0 340039.99 93.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-A*29:02 10 RPSTIDQVVR 31204.135 5850.26 MHCnuggetsI 40.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00077546283 0.005331929 23308.51785956448 15.483874999999996 5850.26 28.43 40094.75 79.0 28951.56 49.0 33456.71 40.0 0.000473 14.0 16946.23 19.0 45110.75 54.0 42710.04 53.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-A*29:02 10 PSTIDQVVRT 41247.825 5857.28 MHCnuggetsI 69.0 30.130000000000003 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0003543203 0.011814214 31232.107711253426 50.764875 5857.28 30.130000000000003 38267.51 69.0 38774.32 88.0 43721.33 87.0 9e-06 62.0 50000.0 47.0 108213.14 76.0 470467.9 96.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-A*29:02 10 STIDQVVRTA 26969.773 5725.42 MHCnuggetsI 30.0 12.97 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00030931146 0.014366974 24126.17515337265 16.804874999999992 5725.42 12.97 36688.31 61.0 21970.92 30.0 29813.37 30.0 0.000481 14.0 19295.7 22.0 189792.92 86.0 256761.56 90.0 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-A*29:02 10 TIDQVVRTAL 18101.745 5822.15 MHCnuggetsI 25.0 8.198874999999997 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.000999595 0.031920917 15868.470631858576 8.198874999999997 5822.15 22.82 25708.26 27.0 19824.77 25.0 28101.29 26.0 0.000353 16.0 50000.0 47.0 16378.72 30.0 10340.23 22.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-A*29:02 10 IDQVVRTALS 32061.9 5937.29 MHCnuggetsI 47.0 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.00036661772 0.05163349 30635.53660669353 44.13500000000001 5937.29 64.47 32724.91 45.0 31398.89 57.0 35257.73 46.0 4e-06 75.0 50000.0 47.0 19287.68 33.0 153295.71 83.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-A*29:02 10 KPPSGKSTPF 25870.795 5948.65 MHCnuggetsI 34.0 8.8 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0014679049 0.004128697 17912.5505434997 9.611249999999997 5948.65 71.64 27913.43 31.0 23828.16 34.0 29854.04 30.0 0.00118 8.8 50000.0 47.0 20762.52 35.0 37198.89 49.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-A*29:02 10 PPSGKSTPFG 38223.83 5975.65 MHCnuggetsI 71.0 34.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00018915643 0.0024334588 31474.622086030053 54.695 5975.65 86.88 36610.2 61.0 39837.46 92.0 43599.44 87.0 5e-06 71.0 50000.0 47.0 19919.57 34.0 98294.68 74.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-A*29:02 10 PSGKSTPFGN 32577.555 5964.88 MHCnuggetsI 59.0 19.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.00039574545 0.007353446 28824.67967755404 32.57675 5964.88 81.36 36330.43 59.0 36337.11 78.0 44262.53 90.0 1e-06 94.0 50000.0 47.0 8380.69 19.0 25265.62 39.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-A*29:02 10 SGKSTPFGNE 39981.405 5869.78 MHCnuggetsI 54.0 33.56 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00040766317 0.011881917 29958.74072315123 38.768 5869.78 33.56 39027.29 73.0 38357.05 87.0 40935.52 72.0 2.7e-05 44.0 50000.0 47.0 44287.38 54.0 93224.49 73.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-A*29:02 10 GKSTPFGNEE 41089.46 5939.04 MHCnuggetsI 65.56 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0003219323 0.0071034306 31793.65473365888 59.0625 5939.04 65.56 37801.27 66.0 39622.53 91.0 42556.39 81.0 1.3e-05 56.0 50000.0 47.0 61415.78 62.0 131078.06 80.0 NA NA NA -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-A*29:02 10 KSTPFGNEEQ 38452.08 5880.17 MHCnuggetsI 59.0 26.708874999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.00023014886 0.008643815 27830.840889444276 26.708874999999995 5880.17 36.8 36294.67 59.0 34610.27 70.0 40609.49 70.0 2.5e-05 45.0 50000.0 47.0 1307013.28 100.0 499493.68 96.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-A*29:02 10 STPFGNEEQQ 36393.13 5854.87 MHCnuggetsI 47.0 12.320249999999994 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00025666607 0.0060457163 21018.83812238152 12.320249999999994 5854.87 29.54 33215.75 47.0 34237.82 68.0 38548.44 60.0 9.2e-05 28.0 50000.0 47.0 439825.09 95.0 455543.65 95.0 NA NA NA -2.157142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-A*29:02 10 TPFGNEEQQL 30645.22 5918.98 MHCnuggetsI 37.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.0010750057 0.015266837 24716.635839747723 17.799749999999992 5918.98 53.6 30229.45 37.0 31060.99 56.0 32081.94 36.0 0.000654 12.0 50000.0 47.0 13717.66 26.0 31807.53 45.0 NA NA NA -2.014285714285714 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-A*29:02 10 PFGNEEQQLA 35355.48 5900.63 MHCnuggetsI 47.0 26.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.0011812978 0.022150895 29640.71625990156 36.485875 5900.63 44.61 33079.47 46.0 30396.07 53.0 37631.49 56.0 0.000109 26.0 50000.0 47.0 57053.2 60.0 104599.59 75.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-A*29:02 10 APPRPKPPSV 42010.46 5928.74 MHCnuggetsI 77.0 17.799749999999992 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0012917382 0.0015709026 24638.97408242646 17.799749999999992 5928.74 59.2 42225.24 91.0 38150.11 86.0 41795.68 77.0 0.000195 21.0 50000.0 47.0 416178.84 95.0 866024.14 99.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-A*29:02 10 PPRPKPPSVW 41053.6 6009.81 MHCnuggetsI 87.0 9.4 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00069369527 0.0031808557 24693.490472524714 17.799749999999992 6009.81 97.08 43313.58 96.0 38565.12 87.0 38793.62 61.0 0.00102 9.4 50000.0 47.0 593307.72 97.0 1212076.41 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-A*29:02 10 PRPKPPSVWQ 43764.345 5930.92 MHCnuggetsI 92.0 47.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.0001479981 0.0009897172 31800.5713621383 59.0625 5930.92 60.51 42903.13 94.0 41599.44 98.0 44625.56 92.0 2.1e-05 48.0 50000.0 47.0 1069744.35 100.0 969460.23 99.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-A*29:02 10 FADFSQMSKF 4361.37 3089.783086945302 MHCflurry 5.5 2.6 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.008129832 0.1294279 3089.783086945302 2.718499999999999 5489.35 5.66 6547.72 5.2 4219.45 5.5 4206.95 2.6 0.0145 2.7 50000.0 47.0 3135.31 8.4 4503.29 12.0 NA NA NA -0.2142857142857144 0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-A*29:02 10 ADFSQMSKFG 29010.818 5601.19 SMM 40.0 14.0 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0004356062 0.040451236 30806.95548018762 47.25637500000001 5959.37 78.17 27214.68 30.0 34423.54 69.0 33533.53 40.0 0.000111 26.0 50000.0 47.0 5601.19 14.0 15868.29 29.0 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-A*29:02 10 DFSQMSKFGN 21462.785 1156.86 SMM 19.08 4.2 SMM 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 0.001019787 0.046447523 24596.578317031825 17.799749999999992 5796.1 19.08 19353.83 17.0 23571.74 34.0 29356.89 29.0 7e-06 66.0 29108.61 32.0 1156.86 4.2 3195.44 8.5 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-A*29:02 10 FSQMSKFGNE 31424.1 5895.77 MHCnuggetsI 47.0 31.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0013649818 0.07839341 29161.61409592517 34.4285 5895.77 42.57 31787.21 42.0 31060.99 56.0 30310.68 31.0 9e-06 62.0 50000.0 47.0 83230.02 70.0 181355.19 85.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-A*29:02 10 SQMSKFGNEE 31078.615 5954.96 MHCnuggetsI 47.0 29.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0009384654 0.058380723 28939.583486443946 32.57675 5954.96 75.53999999999999 31430.5 41.0 30726.73 54.0 29423.99 29.0 8e-05 30.0 50000.0 47.0 50382.53 57.0 90475.29 72.0 NA NA NA -1.8285714285714287 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-A*29:02 10 QMSKFGNEEQ 25529.629 5844.96 MHCnuggetsI 31.0 23.49875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.0006987326 0.045419198 26772.20862951082 23.49875 5844.96 27.22 24287.05 24.0 22573.33 31.0 32148.65 36.0 4.6e-05 37.0 23444.56 26.0 122823.08 78.0 96946.02 73.0 NA NA NA -2.2142857142857144 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-A*29:02 10 MSKFGNEEQQ 31736.24 5920.2 MHCnuggetsI 47.0 20.969124999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0005604751 0.007868102 26033.811728636734 20.969124999999995 5920.2 54.27 27500.32 30.0 30068.96 52.0 33403.52 39.0 8.6e-05 29.0 50000.0 47.0 425872.9 95.0 366885.04 94.0 NA NA NA -2.157142857142857 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-A*29:02 10 SKFGNEEQQL 27389.091 5826.38 MHCnuggetsI 36.0 12.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.00081451086 0.019775603 24923.50246390003 18.35125 5826.38 23.55 29854.68 36.0 31912.64 59.0 32207.13 36.0 0.000664 12.0 50000.0 47.0 10997.15 23.0 22936.65 37.0 NA NA NA -2.014285714285714 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-A*29:02 10 KFGNEEQQLA 30462.615 5749.14 MHCnuggetsI 33.0 14.62 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.0016827452 0.037797254 25680.855753462685 20.251124999999995 5749.14 14.62 31251.46 40.0 26985.39 42.0 31179.86 33.0 0.000333 16.0 29745.37 32.0 62991.22 63.0 68632.53 65.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-A*29:02 10 ITVVGVGQVV 27652.75 5801.9 MHCnuggetsI 30.0 15.483874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.0011697622 0.055908736 23373.841640113984 15.483874999999996 5801.9 19.85 29741.2 36.0 24087.38 35.0 29881.51 30.0 0.000124 25.0 25564.3 28.0 218413.76 88.0 76829.85 68.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-A*29:02 10 TVVGVGQVVS 28859.832 5766.54 MHCnuggetsI 40.0 16.02 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.0006930214 0.057856116 27650.70423129579 26.708874999999995 5766.54 16.02 35185.7 54.0 30068.96 52.0 34348.76 43.0 7.4e-05 30.0 22942.68 26.0 25958.52 40.0 38773.05 50.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-A*29:02 10 VVGVGQVVSG 38661.245 5861.64 MHCnuggetsI 70.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00081683655 0.02967189 27609.27334430564 26.708874999999995 5861.64 31.27 39172.38 74.0 36732.4 79.0 41205.68 74.0 2e-05 49.0 38150.11 39.0 85561.82 71.0 84048.51 70.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-A*29:02 10 KITVVGVGQS 36735.12 5887.99 MHCnuggetsI 60.0 39.52 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00036289208 0.021497978 31213.53865407609 50.764875 5887.99 39.52 33040.48 46.0 34423.54 69.0 39046.7 62.0 1e-05 60.0 42051.98 42.0 81148.41 69.0 269482.15 91.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-A*29:02 10 ITVVGVGQSL 23668.705 5847.94 MHCnuggetsI 27.0 6.836124999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.002252518 0.08483032 13562.980815093286 6.836124999999997 5847.94 27.89 26297.09 28.0 20478.82 27.0 28064.23 26.0 0.000523 13.0 21040.32 24.0 55883.04 60.0 27010.34 41.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-A*29:02 10 TVVGVGQSLA 25113.576 5733.15 MHCnuggetsI 22.0 13.47 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00094720925 0.060105946 24510.27271574844 17.799749999999992 5733.15 13.47 25888.29 27.0 18082.85 22.0 25716.88 22.0 0.000424 15.0 16583.46 19.0 102395.29 75.0 74564.14 67.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-A*29:02 10 VVGVGQSLAD 30165.779 5909.59 MHCnuggetsI 45.0 27.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.0021423856 0.074582376 27896.757116053508 27.987124999999995 5909.59 48.73 32544.48 45.0 32434.8 61.0 40441.99 70.0 3e-06 79.0 34610.27 36.0 14364.15 27.0 17969.25 32.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-A*29:02 10 VGVGQSLADE 39394.46 5913.49 MHCnuggetsI 71.0 26.708874999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00037969445 0.03616529 27803.53699853655 26.708874999999995 5913.49 50.67 36276.23 59.0 36732.4 79.0 42056.52 79.0 5e-06 71.0 50000.0 47.0 168764.07 84.0 193878.66 86.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-A*29:02 10 GVGQSLADEL 29030.085 5810.88 MHCnuggetsI 35.0 21.07 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.0011496122 0.07371848 27978.682905593927 27.987124999999995 5810.88 21.07 27976.0 31.0 28951.56 49.0 34764.14 44.0 5e-05 35.0 29108.61 32.0 75557.92 67.0 56823.76 60.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-A*29:02 10 VGQSLADELA 37461.32 5934.28 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0015094598 0.036290407 30402.34169028655 44.13500000000001 5934.28 62.580000000000005 37109.1 63.0 33686.63 66.0 37813.54 57.0 6e-06 68.0 50000.0 47.0 337504.84 93.0 336147.59 93.0 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-A*29:02 10 GQSLADELAL 24956.202 3566.81 SMM 30.0 9.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.0015245633 0.041064776 25562.99306538033 20.251124999999995 5880.04 36.75 26582.87 28.0 24349.41 35.0 32807.51 38.0 7.8e-05 30.0 50000.0 47.0 3566.81 9.2 6910.83 17.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-A*29:02 10 QSLADELALV 25238.593 5758.59 MHCnuggetsI 22.585 15.35 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.002158163 0.09657899 26572.07545795876 22.585249999999995 5758.59 15.35 20449.59 18.0 19717.81 25.0 23905.11 19.0 0.000239 19.0 42971.89 42.0 158957.13 83.0 210150.29 87.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-A*29:02 10 TVPNNKITVS 40925.315 5891.17 MHCnuggetsI 53.0 29.365875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.0014675613 0.01765334 28408.75534460389 29.365875 5891.17 40.72 41571.09 88.0 37535.94 83.0 40279.54 69.0 3.6e-05 40.0 50000.0 47.0 42783.86 53.0 410705.01 95.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-A*29:02 10 VPNNKITVSL 29704.085 5929.37 MHCnuggetsI 47.0 13.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.0005605757 0.0049115717 27153.088268194184 24.47925 5929.37 59.56 28914.31 34.0 30232.07 53.0 29176.1 28.0 0.00053 13.0 50000.0 47.0 64607.06 64.0 57086.05 60.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-A*29:02 10 PNNKITVSLA 38341.19 5933.67 MHCnuggetsI 68.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.00030144976 0.0076257954 32424.52785304944 69.087125 5933.67 62.19 35268.42 55.0 32085.75 59.0 41413.96 75.0 4e-06 75.0 50000.0 47.0 77853.83 68.0 190339.97 86.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-A*29:02 10 NNKITVSLAD 33903.074 5937.81 MHCnuggetsI 58.0 19.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.0005673572 0.013000774 31316.96781264318 50.764875 5937.81 64.79 36489.18 60.0 37333.42 82.0 38169.93 58.0 3e-06 79.0 50000.0 47.0 8516.87 19.0 14438.76 27.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-A*29:02 10 NKITVSLADE 39881.925 5916.79 MHCnuggetsI 64.0 47.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 9.924331e-05 0.017265888 32041.533975050283 59.0625 5916.79 52.400000000000006 36118.38 58.0 38357.05 87.0 41406.8 75.0 2e-06 85.0 50000.0 47.0 67031.66 64.0 80081.09 69.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-A*29:02 10 KITVSLADEL 30308.03 5875.29 MHCnuggetsI 35.21 25.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.0004453524 0.04019143 29335.19866843272 34.4285 5875.29 35.21 25030.85 25.0 29745.37 51.0 30870.69 32.0 4.2e-05 38.0 32085.75 34.0 194213.76 86.0 111822.71 77.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-A*29:02 10 ITVSLADELA 26728.596 5802.15 MHCnuggetsI 25.0 19.88 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.00261639 0.10778348 26973.372399991174 24.47925 5802.15 19.88 29269.69 35.0 19717.81 25.0 26483.82 23.0 6.9e-05 31.0 18882.64 21.0 123390.01 79.0 90683.86 72.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-A*29:02 10 TVSLADELAL 16500.02 2705.7 SMM 19.0 7.6 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0038001386 0.09625103 23092.885129151466 15.096749999999997 5622.29 8.51 20940.63 19.0 16053.81 19.0 24286.27 19.0 0.000202 20.0 16946.23 19.0 2705.7 7.6 3330.66 8.7 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-A*29:02 10 VSLADELALV 23665.047 5525.68 MHCnuggetsI 22.0 6.260000000000001 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.004044418 0.13096704 24693.413534721345 17.799749999999992 5525.68 6.260000000000001 19118.23 17.0 18679.43 23.0 22636.68 17.0 0.00016 22.0 39408.75 40.0 115419.72 77.0 110797.51 76.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-A*29:02 10 APVAEEESLA 39834.51 5944.66 MHCnuggetsI 69.13 44.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00083286257 0.009040751 31348.19203143022 50.764875 5944.66 69.13 39413.45 75.0 38984.65 89.0 40255.57 69.0 2.6e-05 44.0 50000.0 47.0 526356.51 96.0 872027.14 99.0 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-A*29:02 10 PVAEEESLAD 38686.775 5928.39 MHCnuggetsI 59.0 30.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.0019118724 0.04540386 30052.33704808225 38.768 5928.39 59.0 40040.13 79.0 37333.42 82.0 46175.72 98.0 0.0 100.0 50000.0 47.0 16191.24 30.0 42513.81 53.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-A*29:02 10 VAEEESLADE 42376.755 5999.57 MHCnuggetsI 83.0 27.987124999999995 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.0010091269 0.036088735 28040.724841647305 27.987124999999995 5999.57 95.14 40591.92 82.0 40053.56 93.0 44161.59 90.0 5e-06 71.0 50000.0 47.0 154269.47 83.0 257353.45 90.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-A*29:02 10 AEEESLADEL 37895.74 5932.44 MHCnuggetsI 61.44 9.611249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0013682853 0.099471025 17956.375042303793 9.611249999999997 5932.44 61.44 35936.73 58.0 36534.22 78.0 39257.26 63.0 8.4e-05 29.0 50000.0 47.0 591943.15 97.0 333833.56 93.0 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-A*29:02 10 EEESLADELA 42342.595 5946.71 MHCnuggetsI 84.0 32.57675 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0009891302 0.07541861 29085.597674638077 32.57675 5946.71 70.43 41542.33 87.0 39622.53 91.0 43142.86 84.0 7e-06 66.0 50000.0 47.0 3120901.05 100.0 1646379.69 100.0 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-A*29:02 10 EESLADELAL 29643.635 5889.11 MHCnuggetsI 39.95 17.799749999999992 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0015762895 0.07659964 24531.245876711426 17.799749999999992 5889.11 39.95 30786.29 39.0 30560.95 54.0 34824.75 44.0 6.4e-05 32.0 50000.0 47.0 28726.32 43.0 23579.25 38.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-A*29:02 10 ESLADELALV 26409.952 5807.91 MHCnuggetsI 25.0 20.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0016199312 0.04058813 26303.384814762776 21.751124999999995 5807.91 20.65 21406.35 20.0 23192.26 33.0 26516.52 23.0 0.000117 25.0 50000.0 47.0 246195.44 90.0 242957.33 90.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-A*29:02 10 LIAPVAEEES 33400.235 5693.68 MHCnuggetsI 53.0 11.25 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0025892698 0.032724548 29470.02151662177 36.485875 5693.68 11.25 36404.4 60.0 30396.07 53.0 37085.82 53.0 1.8e-05 50.0 28795.36 31.0 51913.46 58.0 137255.58 81.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-A*29:02 10 IAPVAEEESL 34568.655 5855.5 MHCnuggetsI 47.0 18.942875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.00019805481 0.0032645257 25143.37306682551 18.942875 5855.5 29.69 39372.95 75.0 35367.39 73.0 40514.27 70.0 3.5e-05 40.0 50000.0 47.0 19691.55 34.0 33769.92 47.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-A*29:02 10 ACAISILGKT 37231.715 5938.27 MHCnuggetsI 60.0 41.302125 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00048647987 0.083358705 30273.574710015877 41.302125 5938.27 65.09 36594.76 60.0 35559.24 74.0 38859.57 61.0 1.2e-05 57.0 50000.0 47.0 37868.67 50.0 139807.35 81.0 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-A*29:02 10 CAISILGKTI 27489.689 5677.81 MHCnuggetsI 35.0 10.53 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 8.752588e-05 0.014607589 27292.11803661754 25.544875 5677.81 10.53 27719.59 31.0 24481.5 36.0 27961.48 26.0 2.1e-05 48.0 50000.0 47.0 27687.26 42.0 20679.02 35.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-A*29:02 10 AISILGKTIR 25687.385 5681.19 MHCnuggetsI 30.0 10.68 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0012817815 0.008351161 23947.839953983053 16.804874999999992 5681.19 10.68 35280.25 55.0 27426.93 43.0 30024.74 30.0 0.000414 15.0 15710.15 18.0 35750.33 48.0 23633.61 38.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-A*29:02 10 ISILGKTIRR 19854.502 5707.2 MHCnuggetsI 18.0 9.2 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00016341079 0.0059016203 20203.393757643447 11.606874999999995 5707.2 11.94 31227.79 40.0 19505.61 25.0 23342.05 18.0 0.00106 9.2 13070.67 15.0 39019.35 50.0 19298.79 33.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-A*29:02 10 SILGKTIRRH 20628.407 5593.12 MHCnuggetsI 21.0 6.7 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 0.00044759442 0.022775773 18741.77419865665 10.239624999999997 5593.12 7.71 25053.33 25.0 16946.23 21.0 22515.04 17.0 0.00208 6.7 18279.56 21.0 32830.69 46.0 33229.97 46.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-A*29:02 10 ILGKTIRRHM 22098.76 5975.99 MHCnuggetsI 23.0 17.0 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 0.0002781723 0.021939678 26482.62191129573 22.585249999999995 5975.99 87.03999999999999 24797.14 25.0 19400.38 25.0 26526.56 23.0 0.000169 22.0 33144.32 35.0 10310.51 22.0 6974.77 17.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-A*29:02 10 LGKTIRRHMM 30061.994 6047.36 MHCnuggetsI 44.0 30.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 0.00019865946 0.01449547 29272.22778370098 34.4285 6047.36 99.7 27296.08 30.0 26694.99 41.0 35048.55 45.0 3.7e-05 39.0 50000.0 47.0 30851.76 44.0 34004.0 47.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-A*29:02 10 GKTIRRHMMF 12874.11 5948.22 MHCnuggetsI 26.0 6.5 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 0.00021828465 0.03319491 31362.656522550173 50.764875 5948.22 71.38 8438.34 6.5 22451.54 31.0 12210.98 6.6 0.00143 8.1 50000.0 47.0 8419.38 19.0 13537.24 26.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-A*29:02 10 KTIRRHMMFN 19765.22 5740.94 MHCnuggetsI 26.0 7.6 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 0.00011513912 0.060331304 29982.057394312997 38.768 5740.94 14.000000000000002 23183.73 22.0 21269.21 28.0 23270.69 18.0 7.5e-05 30.0 8478.89 7.6 13780.98 26.0 18261.23 32.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-A*29:02 10 TIRRHMMFNL 19719.255 5792.77 MHCnuggetsI 22.0 12.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 0.0003073258 0.06361286 27354.37931586626 25.544875 5792.77 18.68 14611.73 12.0 16053.81 19.0 20142.81 14.0 7.2e-05 31.0 19295.7 22.0 35259.81 48.0 42318.47 53.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-A*29:02 10 IRRHMMFNLS 33345.456 5972.74 MHCnuggetsI 69.0 32.0 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 0.00012805921 0.040763464 33170.45142256902 79.69287499999999 5972.74 85.48 28217.99 32.0 32610.74 62.0 33520.46 40.0 4e-06 75.0 50000.0 47.0 81899.26 69.0 543913.7 97.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 528 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 438 HLA-B*45:01 10 FETSAPWDRS 7486.43 4026.52 SMMPMBEC 6.8 3.5 NetMHCpan 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 0.000115763454 0.00040033166 12478.814350144432 3.550999999999999 11821.07 12.26 13949.91 9.5 5774.65 4.3 9198.21 3.5 0.00229 6.8 4883.05 6.7 4223.67 16.0 4026.52 16.0 NA NA NA -1.4714285714285715 -0.41428571428571426 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 529 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 439 HLA-B*45:01 10 ETSAPWDRSL 35983.68 9325.88 SMM 44.0 19.38525 MHCflurry 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 0.001785707 0.0023768358 27777.243232541885 19.38525 34227.8 61.18 40765.77 46.0 37739.56 44.0 38073.82 46.0 0.000156 22.0 38150.11 45.0 9325.88 29.0 11192.57 33.0 NA NA NA -0.8142857142857143 -0.8142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-B*45:01 10 QVSEETIKVY 44689.265 27010.020293360813 MHCflurry 70.0 13.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 0.00089072954 0.0020691121 27010.020293360813 17.127999999999997 37812.63 82.42 46406.64 86.0 42971.89 82.0 39022.64 52.0 0.000574 13.0 50000.0 54.0 69612.94 79.0 47855.3 70.0 NA NA NA -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-B*45:01 10 VSEETIKVYC 13416.585 4819.49 NetMHC 13.46 2.8 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 0.00041375845 0.014620034 25330.695109439483 12.471374999999998 12967.85 13.46 4819.49 4.1 38150.11 47.0 12403.93 4.6 0.017 2.8 50000.0 54.0 10178.65 31.0 13865.32 37.0 NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-B*45:01 10 SEETIKVYCL 958.08 152.97147590914858 MHCflurry 1.3 0.3907499999999997 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 0.0060621635 0.0005187831 152.97147590914858 0.3907499999999997 1503.05 2.55 963.04 1.3 888.39 1.3 1934.22 0.95 0.0884 1.1 953.12 1.1 1056.06 4.3 603.85 2.3 NA NA NA 1.3 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-B*45:01 10 EETIKVYCLQ 5110.425 2437.42 SMMPMBEC 8.36 3.5 NetMHCcons 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 0.0006886813 0.00033172072 23727.074418480363 9.643999999999998 7786.93 8.36 5653.23 4.6 3997.24 3.5 15750.99 6.1 0.001 9.6 3932.89 5.5 4567.62 17.0 2437.42 9.0 NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-B*45:01 10 ETIKVYCLQK 33092.31 10114.16 SMMPMBEC 35.639 17.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 9.958098e-05 0.0015223109 30234.54187481 35.63949999999999 33924.82 59.73 44417.94 66.0 32259.8 26.0 35711.15 35.0 0.0003 17.0 50000.0 54.0 26772.57 53.0 10114.16 31.0 NA NA NA -0.3 1.3 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-B*45:01 10 TIKVYCLQKE 40241.29 29901.3 SMM 63.078 48.64 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 2.2719165e-05 0.00041676586 32332.3289329282 63.07837499999999 31258.24 48.64 44309.96 66.0 43439.36 85.0 43077.55 81.0 1e-06 95.0 50000.0 54.0 29901.3 57.0 37405.03 63.0 NA NA NA -0.24285714285714294 1.3 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-B*45:01 10 IKVYCLQKEL 36340.26 20122.87 SMM 46.0 34.44 MHCnuggetsI 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 0.00023403435 0.00041642753 31390.34456191344 51.90287499999999 26356.3 34.44 43501.45 60.0 36337.11 38.0 36343.41 38.0 3.7e-05 40.0 50000.0 54.0 20122.87 46.0 50807.75 71.0 NA NA NA -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-B*45:01 10 KVYCLQKELK 43758.63 29912.768221102768 MHCflurry 69.0 32.66799999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 8.919767e-05 0.0039792964 29912.768221102768 32.66799999999999 36935.93 76.69 46142.26 83.0 41375.0 69.0 36437.12 38.0 1.8e-05 51.0 50000.0 54.0 144108.63 92.0 95924.6 86.0 NA NA NA -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-B*45:01 10 KQLKKKSEEK 40155.865 22536.30674618619 MHCflurry 56.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 6.289002e-05 0.00014093581 22536.30674618619 8.1255 38226.27 85.18 46046.01 82.0 35176.57 34.0 39602.81 56.0 0.000307 17.0 40708.92 47.0 765050.32 100.0 162154.87 93.0 NA NA NA -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-B*45:01 10 QLKKKSEEKE 44971.245 30288.663457362774 MHCflurry 63.0 35.63949999999999 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 9.695896e-05 0.0006111668 30288.663457362774 35.63949999999999 32612.78 53.89000000000001 46396.58 86.0 44630.4 94.0 45312.09 95.0 1.6e-05 53.0 50000.0 54.0 37904.43 63.0 49537.03 71.0 NA NA NA -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-B*45:01 10 LKKKSEEKEL 45569.985 29719.587055251035 MHCflurry 80.0 29.0 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 0.00022411988 0.00017875315 29719.587055251035 30.050999999999995 30204.53 45.0 46273.77 84.0 42740.04 80.0 44866.2 93.0 8.6e-05 29.0 50000.0 54.0 93473.82 85.0 221273.8 96.0 NA NA NA -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-B*45:01 10 KKKSEEKELK 45531.81 26775.925208429053 MHCflurry 88.0 16.158749999999998 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 0.00018798656 0.00043444525 26775.925208429053 16.158749999999998 32986.91 55.48 46581.69 88.0 44150.12 90.0 44481.93 91.0 8.3e-05 29.0 50000.0 54.0 262839.12 98.0 295753.57 99.0 NA NA NA -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-B*45:01 10 KKSEEKELKI 39515.02 22506.531277490583 MHCflurry 54.0 8.1255 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 0.00022948047 0.00032833152 22506.531277490583 8.1255 32354.65 52.84 45265.53 74.0 37739.56 44.0 41290.48 68.0 0.000185 21.0 50000.0 54.0 34489.75 61.0 49082.88 70.0 NA NA NA -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-B*45:01 10 KSEEKELKIK 38137.02 26209.95956050114 MHCflurry 51.91 7.6 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 0.0001696781 0.0060493024 26209.95956050114 14.480874999999996 32123.92 51.91 28924.94 22.0 44150.12 90.0 31714.38 23.0 0.00171 7.6 50000.0 54.0 161692.55 93.0 86482.85 84.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-B*45:01 10 SEEKELKIKN 6580.57 691.34 SMM 5.0 1.9009999999999987 MHCflurry 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 0.00779707 0.0028118324 3556.583658426518 1.9009999999999987 10610.89 11.04 13051.31 8.9 6030.06 4.4 15802.89 6.1 0.00741 4.1 7131.08 9.4 691.34 2.6 1252.94 5.0 NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-B*45:01 10 EEKELKIKNH 10643.029 1882.31 SMM 12.0 2.5 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 0.0005024013 0.00014597493 12238.468403355291 3.522499999999998 23660.89 28.75 18121.04 13.0 9047.59 5.5 24992.43 13.0 0.0209 2.5 8032.38 12.0 1882.31 7.2 3916.79 15.0 NA NA NA -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-B*45:01 10 EKELKIKNHS 18451.7 11531.82 NetMHC 37.0 2.1 NetMHCpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 0.00043115977 0.002591559 31509.256780014613 51.90287499999999 14877.69 15.62 11531.82 8.0 38357.05 48.0 13597.62 5.1 0.0284 2.1 50000.0 54.0 14278.74 37.0 22025.71 48.0 NA NA NA -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 HLA-B*45:01 10 SNNGIPPVQH 30222.246 15984.17 SMM 40.0 19.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 20 0.00047396164 0.0017236475 28358.741238818715 22.16875 18791.97 20.69 42033.77 51.0 37333.42 42.0 42322.65 75.0 0.000215 19.0 32085.75 39.0 15984.17 40.0 18152.23 43.0 NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 HLA-B*45:01 10 NNGIPPVQHF 39988.895 28380.43 MHCnuggetsI 53.0 15.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 21 0.00041166603 0.0010767352 30272.334248212235 35.63949999999999 28380.43 39.56 44907.48 71.0 39196.13 53.0 40781.66 64.0 0.000419 15.0 28795.36 36.0 71563.24 79.0 74461.19 80.0 NA NA NA 0.2285714285714285 0.2285714285714285 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 HLA-B*45:01 10 NGIPPVQHFP 32702.757 9181.85 SMMPMBEC 38.0 11.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 22 0.0006678015 0.0029799358 27413.17399858953 18.189125 25208.06 31.9 46005.19 81.0 41599.44 71.0 37992.34 46.0 0.000813 11.0 50000.0 54.0 14477.38 38.0 9181.85 28.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 HLA-B*45:01 10 GIPPVQHFPP 45652.065 27830.611151372712 MHCflurry 63.53 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 23 0.0016246068 0.00329737 27830.611151372712 19.38525 34694.61 63.53 46914.52 91.0 44389.61 92.0 38485.92 49.0 2.3e-05 47.0 50000.0 54.0 151946.25 93.0 71933.3 79.0 NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 HLA-B*45:01 10 IPPVQHFPPG 45306.41 26715.983063758747 MHCflurry 67.0 16.158749999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 24 0.00049833284 0.0018863593 26715.983063758747 16.158749999999998 33660.56 58.49 46223.21 84.0 44389.61 92.0 37854.06 45.0 7e-06 67.0 50000.0 54.0 53418.29 72.0 54566.99 73.0 NA NA NA -0.4714285714285715 0.2285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 HLA-B*45:01 10 PPVQHFPPGT 45344.705 27646.687042374248 MHCflurry 81.0 19.38525 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 25 0.0008828896 0.0014478471 27646.687042374248 19.38525 36740.81 75.44999999999999 45816.91 79.0 44872.5 95.0 43916.66 87.0 3e-06 81.0 50000.0 54.0 294910.34 99.0 359691.36 99.0 NA NA NA -1.1714285714285713 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 HLA-B*45:01 10 PVQHFPPGTG 41686.765 19173.0 SMM 59.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 26 0.0010706136 0.0021320109 29632.50200597308 30.050999999999995 35477.69 67.81 43390.97 59.0 44872.5 95.0 39982.56 58.0 1e-05 61.0 50000.0 54.0 19173.0 45.0 55326.09 73.0 NA NA NA -0.7285714285714288 -0.4714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 HLA-B*45:01 10 VQHFPPGTGI 30338.51 7287.08 PickPocket 14.0 4.3225 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 27 0.0018320363 0.0144644445 15690.79348631051 4.3225 35448.5 67.63 37187.08 35.0 23571.74 13.0 25228.52 14.0 0.00181 7.4 7287.08 9.6 55295.53 73.0 38808.78 64.0 NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 HLA-B*45:01 10 QHFPPGTGIL 29464.05 17246.06 SMM 33.0 7.055125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 28 0.00032834217 0.00043482447 21284.614177805503 7.055125 35216.55 66.33 41002.89 47.0 34986.78 33.0 33363.8 28.0 0.0018 7.5 25564.3 32.0 17246.06 42.0 20841.55 47.0 NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 HLA-B*45:01 10 HFPPGTGILW 45255.495 25625.872227250165 MHCflurry 80.0 13.067624999999998 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 29 0.00010151639 0.0007743149 25625.872227250165 13.067624999999998 41507.61 99.65 47770.95 99.0 42740.04 80.0 40582.71 62.0 0.000112 26.0 50000.0 54.0 205442.36 96.0 215243.48 96.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 HLA-B*45:01 10 FPPGTGILWM 46002.755 27508.16084708012 MHCflurry 93.98 18.189125 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 0.00010946591 0.00042800093 27508.16084708012 18.189125 39670.99 93.98 47375.11 96.0 44630.4 94.0 41012.2 66.0 8.5e-05 29.0 50000.0 54.0 259232.83 98.0 308269.1 99.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 HLA-B*45:01 10 PPGTGILWMG 46429.53 29620.22787338578 MHCflurry 92.0 30.050999999999995 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 8.280356e-05 0.00032991052 29620.22787338578 30.050999999999995 36581.33 74.44 47004.95 92.0 45854.11 99.0 45224.91 95.0 0.0 100.0 50000.0 54.0 172858.21 94.0 135497.1 91.0 NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 HLA-B*45:01 10 PGTGILWMGC 44205.45 29460.48 MHCnuggetsI 84.0 32.66799999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 0.00021406818 0.006677008 29843.88529142095 32.66799999999999 29460.48 42.67 41249.84 48.0 44630.4 94.0 43780.5 86.0 0.0 100.0 50000.0 54.0 187365.66 95.0 87484.28 84.0 NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 HLA-B*45:01 10 GTGILWMGCT 36132.89 28452.5 MHCnuggetsI 42.775 23.0 NetMHC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 0.00010400855 0.03110606 30792.77520504764 42.77524999999999 28452.5 39.76 30075.46 23.0 36931.66 41.0 35334.12 34.0 2e-06 87.0 50000.0 54.0 61050.61 76.0 49537.03 71.0 NA NA NA 1.5285714285714287 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 HLA-B*45:01 10 TGILWMGCTL 27153.177 13029.57 SMMPMBEC 40.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 0.00039899978 0.006687463 28659.40386578529 23.814625 25646.95 32.85 44976.03 71.0 40489.28 62.0 36735.59 40.0 4e-06 76.0 23192.26 29.0 18522.09 44.0 13029.57 35.0 NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 HLA-B*45:01 10 GILWMGCTLC 38986.675 28830.90764843238 MHCflurry 53.67 25.64975 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 2.2393016e-05 0.0035227612 28830.90764843238 25.64975 32561.48 53.67 40130.35 43.0 40929.75 65.0 37843.0 45.0 3e-06 81.0 33504.88 40.0 65718.86 77.0 53324.89 72.0 NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 HLA-B*45:01 10 ILWMGCTLCR 33848.405 11632.95 SMM 53.0 25.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 1.6794927e-05 0.00084659096 30447.499996340288 38.99449999999999 35420.6 67.47 43777.65 62.0 39196.13 53.0 32276.21 25.0 1e-05 61.0 50000.0 54.0 11632.95 33.0 18320.19 44.0 NA NA NA 0.7285714285714285 1.5285714285714287 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 HLA-B*45:01 10 LWMGCTLCRT 34765.925 26985.39 PickPocket 51.903 31.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 1.9975663e-05 0.005358733 31460.312396574824 51.90287499999999 29280.31 42.15 36440.27 33.0 39196.13 53.0 34381.47 31.0 2e-06 87.0 26985.39 34.0 72059.29 79.0 35150.38 61.0 NA NA NA 0.35714285714285715 1.4285714285714286 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 HLA-B*45:01 10 WMGCTLCRTS 32648.683 18997.22 SMM 51.903 19.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 1.5741942e-05 0.00085348065 31463.186343532307 51.90287499999999 33834.18 59.31 43552.79 60.0 36534.22 39.0 29306.45 19.0 2e-06 87.0 43439.36 49.0 18997.22 45.0 28769.35 56.0 NA NA NA 0.29999999999999993 1.2428571428571427 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 HLA-B*45:01 10 MGCTLCRTSS 25664.517 3080.99 SMM 32.668 13.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 3.318931e-05 0.00092374074 29758.833811941782 32.66799999999999 21570.2 25.03 39199.53 40.0 40053.56 59.0 35633.95 35.0 2e-06 87.0 21269.21 28.0 3080.99 13.0 3257.84 13.0 NA NA NA -0.17142857142857149 0.7285714285714285 False False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 HLA-B*45:01 10 GCTLCRTSSP 31748.833 8033.97 SMMPMBEC 52.0 26.0 SMMPMBEC 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 0.00028526777 0.0018524578 29713.245560097123 30.050999999999995 33784.42 59.07 44794.88 70.0 44872.5 95.0 36454.07 38.0 7e-06 67.0 26407.71 33.0 25508.8 52.0 8033.97 26.0 NA NA NA -0.3000000000000001 0.35714285714285715 False False True 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 HLA-B*45:01 10 CTLCRTSSPN 43129.82 30957.816524921636 MHCflurry 70.0 34.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 3.2908745e-05 0.00088664086 30957.816524921636 42.77524999999999 38167.83 84.8 44884.64 70.0 41375.0 69.0 35242.09 34.0 0.0 100.0 50000.0 54.0 55168.35 73.0 119930.6 89.0 NA NA NA -1.342857142857143 0.29999999999999993 True False False 2 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 HLA-B*45:01 10 TLCRTSSPNL 37535.895 21912.4 SMM 48.0 23.814625 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 0.0005146782 0.0021401672 28504.387005667824 23.814625 38320.22 85.79 45453.01 76.0 39196.13 53.0 36921.68 41.0 2.5e-05 46.0 38150.11 45.0 21912.4 48.0 28114.48 55.0 NA NA NA -1.1571428571428573 -0.17142857142857149 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 HLA-B*45:01 10 LCRTSSPNLR 46514.79 30532.252744782592 MHCflurry 73.0 38.99449999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 0.00011979666 0.0018668405 30532.252744782592 38.99449999999999 33429.39 57.440000000000005 46425.2 86.0 46604.38 100.0 42024.23 73.0 1.4e-05 55.0 50000.0 54.0 56064.76 74.0 75845.53 80.0 NA NA NA -1.1571428571428573 -0.3000000000000001 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 HLA-B*45:01 10 CRTSSPNLRR 40304.24 18479.49 SMM 56.0 20.700875 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 9.500991e-05 0.00034771115 27999.593333556317 20.700875 34245.66 61.260000000000005 46270.25 84.0 40929.75 65.0 39678.73 56.0 2.3e-05 47.0 50000.0 54.0 18479.49 44.0 62076.9 76.0 NA NA NA -1.7 -1.1571428571428573 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 HLA-B*45:01 10 RTSSPNLRRM 44017.445 29245.6888467168 MHCflurry 69.0 27.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 5.2997133e-05 0.00093285606 29245.6888467168 27.7165 40738.11 98.28 46659.89 88.0 41375.0 69.0 39125.38 53.0 9.8e-05 27.0 50000.0 54.0 82925.86 82.0 81457.3 82.0 NA NA NA -1.3142857142857145 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 435 HLA-B*45:01 10 TSSPNLRRMR 40562.8 16931.29 SMM 57.0 35.63949999999999 MHCflurry 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 0.000104090745 0.00059240573 30067.601784001767 35.63949999999999 38449.33 86.64 46884.58 91.0 43439.36 85.0 42676.27 78.0 3.2e-05 42.0 50000.0 54.0 16931.29 42.0 29711.87 57.0 NA NA NA -1.842857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 436 HLA-B*45:01 10 SSPNLRRMRE 39521.725 17166.83 SMM 62.0 42.0 SMM 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 3.0803345e-05 0.00037001137 31575.638326919525 51.90287499999999 37319.59 79.17999999999999 45281.7 74.0 43204.99 83.0 41723.86 71.0 1.5e-05 54.0 50000.0 54.0 17166.83 42.0 35394.03 62.0 NA NA NA -2.1142857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 437 HLA-B*45:01 10 SPNLRRMREW 38460.675 12932.72 SMM 48.0 24.0 NetMHCpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 6.448761e-05 7.06074e-05 30534.08291094362 38.99449999999999 39064.78 90.57 45620.05 77.0 38565.12 49.0 38356.23 48.0 0.000137 24.0 50000.0 54.0 12932.72 35.0 18660.79 44.0 NA NA NA -1.742857142857143 -1.3142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 438 HLA-B*45:01 10 PNLRRMREWD 47369.95 33236.53772605695 MHCflurry 100.0 54.0 PickPocket 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 7.186998e-05 0.00039377582 33236.53772605695 81.696 37629.88 81.24 47882.72 100.0 46857.18 100.0 46450.32 99.0 0.0 100.0 50000.0 54.0 705813.56 100.0 592829.76 100.0 NA NA NA -2.7857142857142856 -1.742857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 NA NA NA -1.5 -1.5 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 439 HLA-B*45:01 10 NLRRMREWDI 34935.25 18320.19 SMMPMBEC 51.903 29.0 NetMHCpan 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 3.550955e-05 0.003615393 31405.1312904606 51.90287499999999 36076.17 71.34 43875.36 62.0 38150.11 47.0 33794.33 29.0 1.2e-05 58.0 50000.0 54.0 20926.18 47.0 18320.19 44.0 NA NA NA -1.5 -1.5 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 HLA-B*45:01 10 MKKSESEVEQ 41669.99 23157.41 SMM 54.0 28.42 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 51 0.0005517742 0.00041856765 29878.332015156346 32.66799999999999 23491.31 28.42 43935.67 63.0 40489.28 62.0 42850.7 79.0 2.2e-05 48.0 50000.0 54.0 23157.41 50.0 49651.23 71.0 NA NA NA -1.6285714285714283 -1.6285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 HLA-B*45:01 10 KKSESEVEQL 40501.82 19978.31758502361 MHCflurry 54.0 6.133875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 52 0.00026296527 0.00033594048 19978.31758502361 6.133875 28889.26 41.010000000000005 44100.94 64.0 38150.11 47.0 41404.11 69.0 0.000294 17.0 50000.0 54.0 39599.53 65.0 71438.12 79.0 NA NA NA -0.9714285714285714 -0.9714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 HLA-B*45:01 10 KSESEVEQLL 22366.619 9532.05 NetMHCpan 21.55 1.4 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 53 0.0009790356 0.0031454503 23515.948090144764 9.295125 19389.53 21.55 11892.57 8.2 41375.0 69.0 9532.05 3.6 0.0601 1.4 38984.65 46.0 21217.29 47.0 29236.81 56.0 NA NA NA 0.07142857142857142 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 HLA-B*45:01 10 SESEVEQLLL 1147.905 95.87872105338964 MHCflurry 1.3 0.2252499999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 54 0.0071232235 0.00026001153 95.87872105338964 0.2252499999999999 3614.11 4.64 6981.07 5.3 963.49 1.3 1512.94 0.8 0.233 0.49 855.38 0.9 1229.39 4.9 1066.42 4.3 NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 HLA-B*45:01 10 ESEVEQLLLP 14738.635 2070.53 NetMHCpan 14.0 0.5 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 55 0.008349042 0.015858402 25241.98147989156 11.891624999999998 9613.69 10.06 19576.02 14.0 39622.53 56.0 2070.53 1.0 0.228 0.5 50000.0 54.0 9901.25 30.0 3998.8 16.0 NA NA NA 1.0 1.0 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 HLA-B*45:01 10 SEVEQLLLPS 688.46 159.18867204803695 MHCflurry 1.3 0.2 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 56 0.0007837984 8.343725e-05 159.18867204803695 0.4068749999999997 754.18 1.65 622.74 0.85 503.39 0.69 226.08 0.2 0.0746 1.3 1332.95 1.7 1639.42 6.3 1345.64 5.4 NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 HLA-B*45:01 10 EVEQLLLPSG 9461.935 658.21 NetMHC 14.4 0.91 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 57 0.005565542 0.007494885 27200.08931612668 17.127999999999997 13819.64 14.4 658.21 0.91 35559.24 35.0 4926.46 2.1 0.0048 4.9 50000.0 54.0 3339.57 14.0 5104.23 19.0 NA NA NA 0.7285714285714284 1.0 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 HLA-B*45:01 10 VEQLLLPSGL 2129.95 644.4086112411878 MHCflurry 3.1 0.9427499999999992 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 58 0.002166318 0.0001915946 644.4086112411878 0.9427499999999992 10148.6 10.58 2114.2 2.3 2766.91 2.7 5017.54 2.1 0.0135 3.1 2145.7 3.2 1376.23 5.4 1861.79 7.1 NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 HLA-B*45:01 10 EQLLLPSGLT 17914.84 6051.8 MHCnuggetsI 13.0 6.79 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 59 0.0006124027 0.002390874 24808.234396972686 11.364124999999998 6051.8 6.79 27393.42 21.0 17038.15 8.1 18791.53 7.5 0.000355 16.0 9146.01 13.0 24928.15 51.0 13059.6 35.0 NA NA NA 1.1285714285714286 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 HLA-B*45:01 10 QLLLPSGLTT 30709.121 17255.6 SMMPMBEC 38.0 25.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 60 0.00039855967 0.012319679 28989.772243487158 25.64975 40088.53 96.01 40702.31 45.0 36337.11 38.0 32428.47 25.0 7.4e-05 30.0 28485.48 35.0 17607.19 43.0 17255.6 42.0 NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 HLA-B*45:01 10 LLLPSGLTTQ 44243.705 30333.699860660203 MHCflurry 76.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 61 0.00035498402 0.0027574024 30333.699860660203 35.63949999999999 40315.19 96.91 45515.52 76.0 42971.89 82.0 41931.59 72.0 1.1e-05 60.0 50000.0 54.0 202623.59 96.0 95703.98 86.0 NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 HLA-B*45:01 10 LLPSGLTTQG 45153.05 30351.571289147058 MHCflurry 74.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 62 0.0002200904 0.00057087286 30351.571289147058 35.63949999999999 37690.01 81.62 46631.1 88.0 43675.0 87.0 39724.26 57.0 1.1e-05 60.0 50000.0 54.0 58035.0 74.0 63963.17 77.0 NA NA NA -0.38571428571428573 1.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 HLA-B*45:01 10 LPSGLTTQGS 45349.285 26920.89774918541 MHCflurry 72.0 16.158749999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 63 0.00038030557 0.001489787 26920.89774918541 16.158749999999998 36920.23 76.6 46548.45 87.0 44150.12 90.0 39495.4 55.0 4.4e-05 37.0 50000.0 54.0 112380.25 88.0 52714.49 72.0 NA NA NA -0.38571428571428573 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 HLA-B*45:01 10 PSGLTTQGSS 45872.745 30386.61477769352 MHCflurry 89.0 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 64 0.0001840858 0.00091743626 30386.61477769352 38.99449999999999 34898.02 64.59 46138.78 83.0 45606.71 98.0 45094.44 94.0 1e-06 95.0 50000.0 54.0 120140.66 89.0 221783.89 96.0 NA NA NA -0.44285714285714295 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 HLA-B*45:01 10 SGLTTQGSSS 26398.08 18279.56 PickPocket 52.0 19.38525 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 65 0.000400966 0.003763316 27810.54947930252 19.38525 24869.9 31.180000000000003 43611.73 61.0 42509.45 78.0 38993.5 52.0 1.2e-05 58.0 18279.56 24.0 24985.61 52.0 20602.98 47.0 NA NA NA -1.1 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 HLA-B*45:01 10 GLTTQGSSSS 41793.46 30083.480188230365 MHCflurry 66.0 35.63949999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 0.00015794775 0.0023123568 30083.480188230365 35.63949999999999 38043.65 83.97 44696.62 69.0 42509.45 78.0 41077.47 66.0 1.1e-05 60.0 46857.18 52.0 46418.38 69.0 36301.95 62.0 NA NA NA -1.1142857142857143 -0.38571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 HLA-B*45:01 10 LTTQGSSSSS 41868.715 29111.71593882303 MHCflurry 67.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 0.00014220986 0.00083296176 29111.71593882303 27.7165 38082.73 84.22 43683.51 61.0 42509.45 78.0 41227.98 67.0 5e-06 73.0 50000.0 54.0 40802.8 65.0 56095.76 74.0 NA NA NA -1.1285714285714286 -0.44285714285714295 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 HLA-B*45:01 10 TTQGSSSSSR 39372.185 8703.42 SMM 54.0 13.754874999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 0.00027234116 0.00056498375 25972.477657534564 13.754874999999998 38626.18 87.79 43615.5 61.0 40929.75 65.0 40118.19 59.0 0.000104 26.0 50000.0 54.0 8703.42 27.0 22904.98 49.0 NA NA NA -1.2714285714285711 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 HLA-B*45:01 10 TQGSSSSSRK 38811.965 19717.81 PickPocket 38.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 3.1009116e-05 4.1163952e-05 23459.744174661137 9.295125 41340.26 99.46 43636.74 61.0 35752.13 36.0 36283.67 38.0 0.000161 22.0 19717.81 26.0 244731.57 97.0 99983.88 86.0 NA NA NA -1.7714285714285716 -1.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 HLA-B*45:01 10 QGSSSSSRKE 39650.99 11394.36 SMM 72.88 33.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 7.26965e-05 3.638978e-05 30109.11438984076 35.63949999999999 36330.09 72.88 46234.72 84.0 44630.4 94.0 45501.22 96.0 4e-06 76.0 42971.89 49.0 11394.36 33.0 12969.7 35.0 NA NA NA -2.157142857142857 -1.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 HLA-B*45:01 10 GSSSSSRKES 39014.285 23479.56 SMM 62.0 33.35 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 4.8605314e-05 0.00011565305 30430.375096365668 38.99449999999999 25862.49 33.35 45444.16 76.0 42740.04 80.0 42142.16 74.0 9e-06 63.0 50000.0 54.0 23479.56 50.0 35886.41 62.0 NA NA NA -2.1571428571428575 -1.2714285714285711 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 HLA-B*45:01 10 SSSSSRKESH 35909.22 3712.7 SMM 50.0 15.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 6.3174135e-05 0.00020500507 30446.21276967758 38.99449999999999 33044.12 55.75 44085.67 64.0 38774.32 50.0 42805.3 79.0 4e-05 39.0 50000.0 54.0 3712.7 15.0 11296.14 33.0 NA NA NA -2.5 -1.7714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 HLA-B*45:01 10 SSSSRKESHR 37348.06 9675.87 SMM 54.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 4.7265483e-05 0.00031716676 29207.195949226538 27.7165 33766.37 58.98 46362.96 85.0 40929.75 65.0 43810.36 86.0 5.2e-05 35.0 50000.0 54.0 9675.87 29.0 19675.69 45.0 NA NA NA -3.0285714285714285 -2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 HLA-B*45:01 10 SSSRKESHRP 34679.853 8809.07 SMMPMBEC 41.0 21.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 0.00027605394 0.0010300352 29959.906023286283 32.66799999999999 27899.79 38.27 46178.22 83.0 41599.44 71.0 39399.8 54.0 0.00017 21.0 50000.0 54.0 16814.73 41.0 8809.07 27.0 NA NA NA -3.1428571428571432 -2.1571428571428575 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 HLA-B*45:01 10 SSRKESHRPL 27680.85 13070.67 PickPocket 35.639 16.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 0.000106100786 0.00013971807 30209.780235231912 35.63949999999999 25151.92 31.790000000000003 43017.95 57.0 37739.56 44.0 33993.83 29.0 0.000315 16.0 13070.67 18.0 15984.17 40.0 22957.79 49.0 NA NA NA -1.9571428571428575 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 HLA-B*45:01 10 SRKESHRPLR 37636.755 15063.59 MHCnuggetsI 53.0 15.840000000000002 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 7.376508e-05 4.765086e-05 27754.83047766401 19.38525 15063.59 15.840000000000002 44268.75 65.0 39196.13 53.0 36077.38 37.0 0.000188 20.0 50000.0 54.0 33704.66 60.0 98839.38 86.0 NA NA NA -2.042857142857143 -1.9571428571428575 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 HLA-B*45:01 10 RKESHRPLRA 4235.73 833.09 SMM 5.49 0.98 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 0.0003494688 0.00076220586 25856.30737632728 13.754874999999998 4553.82 5.489999999999999 3917.64 3.6 26265.23 16.0 3182.7 1.5 0.102 0.98 28178.94 35.0 833.09 3.2 3863.05 15.0 NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 HLA-B*45:01 10 KESHRPLRAA 311.785 125.04714906040368 MHCflurry 0.57 0.21 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 0.0033104804 0.0013487283 125.04714906040368 0.3158749999999998 218.33 0.76 313.34 0.45 409.85 0.57 239.92 0.21 0.458 0.21 585.72 0.6 310.23 1.0 495.37 1.7 NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 HLA-B*45:01 10 ESHRPLRAAV 18547.85 2310.42 SMM 17.0 4.21 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 0.0011252504 0.03297424 27714.37771779057 19.38525 3135.87 4.21 24165.69 18.0 26265.23 16.0 28791.31 18.0 0.000309 17.0 12930.01 18.0 2310.42 8.6 3889.82 15.0 NA NA NA 0.14285714285714285 0.14285714285714285 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 HLA-B*45:01 10 SHRPLRAAVM 27911.359 13947.35 PickPocket 22.0 14.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 5.009729e-05 0.00029876077 26639.05866915733 15.284124999999998 21212.91 24.44 29249.42 22.0 31398.89 24.0 29183.66 19.0 0.000439 14.0 13947.35 19.0 39690.81 65.0 22904.98 49.0 NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 HLA-B*45:01 10 HRPLRAAVMY 43801.045 30627.430832995156 MHCflurry 67.0 29.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 2.646234e-05 4.7735793e-05 30627.430832995156 38.99449999999999 35742.46 69.36 46450.32 86.0 41151.77 67.0 38591.85 49.0 8e-05 29.0 50000.0 54.0 526853.66 100.0 954838.67 100.0 NA NA NA 1.1 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 HLA-B*45:01 10 RPLRAAVMYP 35108.938 14452.07 SMMPMBEC 38.0 14.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 9.772497e-05 0.0021048982 28618.43506297176 23.814625 24434.88 30.28 44511.28 67.0 41599.44 71.0 25516.21 14.0 0.000213 19.0 50000.0 54.0 47281.36 69.0 14452.07 38.0 NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 HLA-B*45:01 10 PLRAAVMYPR 44784.74 32368.795011767383 MHCflurry 78.0 50.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 5.0407467e-05 0.0007257686 32368.795011767383 63.07837499999999 34677.2 63.44 45657.57 78.0 43911.91 89.0 38781.04 50.0 2e-06 87.0 50000.0 54.0 95871.61 86.0 128804.19 91.0 NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 HLA-B*45:01 10 LRAAVMYPRP 33366.942 20581.65 MHCnuggetsI 50.0 15.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 9.7330114e-05 0.00028351537 31557.314790634136 51.90287499999999 20581.65 23.4 42177.75 52.0 35176.57 34.0 26759.19 15.0 9.3e-05 28.0 50000.0 54.0 59386.81 75.0 23223.62 50.0 NA NA NA -0.15714285714285717 1.1 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 302 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 HLA-B*45:01 10 RAAVMYPRPS 30169.376 9283.04 SMM 28.0 18.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 6.612695e-05 0.0034515967 31381.861356263333 47.08112499999999 22842.95 27.24 32710.03 27.0 33324.12 28.0 28956.89 18.0 5e-06 73.0 33869.37 41.0 9283.04 28.0 11244.24 33.0 NA NA NA -0.5285714285714286 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 303 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 HLA-B*45:01 10 AAVMYPRPST 23933.22 8972.84 SMMPMBEC 26.0 16.0 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 0.0006918384 0.012273747 28815.567018575468 25.64975 26550.24 34.910000000000004 21316.2 16.0 31060.99 23.0 27626.47 16.0 7.9e-05 30.0 19717.81 26.0 9787.91 30.0 8972.84 28.0 NA NA NA -1.2285714285714284 0.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 304 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 HLA-B*45:01 10 AVMYPRPSTI 26793.896 1835.23 SMM 16.0 7.1 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 0.00201249 0.013486761 26571.73294293932 15.284124999999998 38839.75 89.17 31390.74 25.0 29906.73 21.0 27016.06 16.0 0.000409 15.0 16583.46 22.0 1835.23 7.1 3191.02 13.0 NA NA NA -0.8571428571428571 -0.15714285714285717 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 305 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 HLA-B*45:01 10 VMYPRPSTID 38828.52 20496.99 SMM 51.903 42.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 0.00021714323 0.001867756 31565.929143878133 51.90287499999999 40456.29 97.42 44427.08 67.0 41825.1 72.0 37200.75 42.0 2.3e-05 47.0 43439.36 49.0 20496.99 46.0 33723.29 60.0 NA NA NA -1.1714285714285713 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 306 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 HLA-B*45:01 10 MYPRPSTIDQ 45722.03 31791.63784327032 MHCflurry 74.0 40.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 0.0002979557 0.0022049146 31791.63784327032 57.24249999999999 40308.72 96.89 46083.41 82.0 45360.65 97.0 41268.15 68.0 3.7e-05 40.0 50000.0 54.0 56064.76 74.0 59010.6 75.0 NA NA NA -1.4428571428571428 -0.8571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 HLA-B*45:01 10 YPRPSTIDQA 25800.071 13082.48 SMM 36.0 7.8825 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 0.00037507908 0.055583756 22333.301086504853 7.8825 35516.08 68.05 40989.14 47.0 40270.83 60.0 29266.84 19.0 0.00117 9.0 21734.48 28.0 13082.48 36.0 17739.04 43.0 NA NA NA -0.5428571428571429 -0.5428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 HLA-B*45:01 10 PRPSTIDQAA 36295.09 24586.12 SMM 51.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 0.00030714835 0.00045508565 26438.94712744625 15.284124999999998 34160.1 60.85 36255.81 33.0 41825.1 72.0 36334.37 38.0 9.8e-05 27.0 50000.0 54.0 24586.12 51.0 88701.3 84.0 NA NA NA -0.05714285714285716 -0.05714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 HLA-B*45:01 10 RPSTIDQAAT 33660.415 12674.48 SMMPMBEC 37.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 7.9907e-05 0.005424865 24588.730578379003 10.885249999999996 32034.1 51.55 38223.23 37.0 38774.32 50.0 35286.73 34.0 0.000141 23.0 35752.13 43.0 21661.57 48.0 12674.48 35.0 NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 HLA-B*45:01 10 PSTIDQAATW 44984.69 30821.72580024908 MHCflurry 82.0 42.77524999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 0.00050968945 0.0003181374 30821.72580024908 42.77524999999999 40919.89 98.72 46057.47 82.0 43911.91 89.0 42897.1 80.0 1.5e-05 54.0 50000.0 54.0 516047.88 100.0 603851.29 100.0 NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 HLA-B*45:01 10 STIDQAATWT 33693.765 9224.23 SMMPMBEC 33.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 3.950303e-05 0.002417968 29025.80979781634 25.64975 38848.81 89.23 36641.5 34.0 32434.8 26.0 34952.73 33.0 4.6e-05 37.0 41599.44 48.0 10463.81 31.0 9224.23 28.0 NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 HLA-B*45:01 10 TIDQAATWTA 9573.405 1748.6 SMM 6.7 3.7 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 0.0008390221 0.07726925 20106.33284867645 6.133875 25455.39 32.43 9241.4 6.6 33686.63 29.0 9905.41 3.7 0.00679 4.2 7945.94 12.0 1748.6 6.7 2295.78 8.5 NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 HLA-B*45:01 10 IDQAATWTAT 14188.245 1694.06 SMMPMBEC 9.1 6.1 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 0.005190753 0.09027196 20002.87150159132 6.133875 29420.44 42.55 13331.76 9.1 15044.73 7.4 15851.18 6.1 0.000233 19.0 8119.76 12.0 3644.94 15.0 1694.06 6.6 NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 HLA-B*45:01 10 DQAATWTATG 24235.819 6469.41 PickPocket 17.0 8.6 PickPocket 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 0.00013458816 0.0006672218 23857.33756316562 9.643999999999998 28698.14 40.45 23499.92 17.0 24614.3 14.0 21063.09 8.9 0.00016 22.0 6469.41 8.6 33395.66 60.0 34035.33 60.0 NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 HLA-B*45:01 10 QAATWTATGG 29946.177 9395.72 SMMPMBEC 38.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 0.00019502822 0.0013035956 28151.89320287145 20.700875 24580.89 30.58 39351.65 41.0 39196.13 53.0 36433.95 38.0 4e-06 76.0 31740.46 39.0 14311.66 37.0 9395.72 29.0 NA NA NA -0.28571428571428564 0.3428571428571429 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 HLA-B*45:01 10 AATWTATGGW 36779.755 12181.2 SMM 40.0 34.0 SMM 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 0.00020429309 0.0006196025 30550.07257699923 38.99449999999999 38053.83 84.04 43614.09 61.0 36732.4 40.0 36827.11 40.0 1.7e-05 52.0 43911.91 50.0 12181.2 34.0 14552.25 38.0 NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 HLA-B*45:01 10 ATWTATGGWR 36523.355 12265.63 SMM 39.0 25.64975 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 0.0001650384 0.012337411 28808.016635346765 25.64975 38368.68 86.11 42944.93 56.0 36534.22 39.0 36512.49 39.0 2e-05 49.0 50000.0 54.0 12265.63 34.0 14485.38 38.0 NA NA NA -0.8285714285714285 0.028571428571428612 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 HLA-B*45:01 10 TWTATGGWRP 35338.085 11426.94 SMMPMBEC 47.081 31.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 0.000929315 0.06941508 31157.68193903212 47.08112499999999 34198.42 61.040000000000006 44672.44 69.0 44150.12 90.0 36477.75 39.0 6.8e-05 31.0 50000.0 54.0 16737.48 41.0 11426.94 33.0 NA NA NA -0.9571428571428571 -0.28571428571428564 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 HLA-B*45:01 10 WTATGGWRPL 35402.955 29173.35165121227 MHCflurry 52.0 26.0 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 0.0003439707 0.008233619 29173.35165121227 27.7165 39359.01 92.27 42109.8 52.0 38774.32 50.0 32846.93 26.0 1.5e-05 54.0 30068.96 37.0 34252.32 61.0 36553.59 62.0 NA NA NA -0.6714285714285715 -0.31428571428571433 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 HLA-B*45:01 10 TATGGWRPLP 37957.84 11910.5 SMMPMBEC 53.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 0.005194531 0.053317547 26429.65590702023 15.284124999999998 38245.89 85.3 42820.59 56.0 43439.36 85.0 37669.79 44.0 4.6e-05 37.0 50000.0 54.0 26344.5 53.0 11910.5 34.0 NA NA NA -0.8000000000000002 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 HLA-B*45:01 10 ATGGWRPLPS 32041.005 5163.33 SMMPMBEC 31.0 19.0 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 0.0020172505 0.021179795 28157.37962162697 20.700875 37000.15 77.11 38293.21 38.0 29425.27 20.0 34656.74 31.0 8e-06 65.0 41599.44 48.0 5816.88 21.0 5163.33 19.0 NA NA NA -0.8571428571428573 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 HLA-B*45:01 10 TGGWRPLPSP 41634.98 21327.01 SMMPMBEC 54.0 10.029999999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 0.0022157903 0.0052558696 24052.414956798268 10.029999999999998 36888.08 76.39 45576.11 77.0 44389.61 92.0 39358.05 54.0 2.7e-05 45.0 43911.91 50.0 45887.04 69.0 21327.01 47.0 NA NA NA -1.0285714285714287 -0.6714285714285715 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 HLA-B*45:01 10 GGWRPLPSPR 39570.26 26270.517256905176 MHCflurry 60.0 14.480874999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 0.00025277503 0.0008856615 26270.517256905176 14.480874999999996 32739.28 54.43 45853.62 80.0 42280.1 76.0 40421.0 61.0 3.1e-05 43.0 50000.0 54.0 33472.64 60.0 38719.52 64.0 NA NA NA -1.542857142857143 -0.8000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 HLA-B*45:01 10 GWRPLPSPRG 43821.585 31341.1101519752 MHCflurry 57.27 38.0 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 2.0527455e-05 0.0005054973 31341.1101519752 47.08112499999999 33389.93 57.27 43731.26 61.0 43911.91 89.0 39625.52 56.0 4.1e-05 38.0 50000.0 54.0 65718.86 77.0 94826.56 85.0 NA NA NA -0.9571428571428573 -0.8571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 HLA-B*45:01 10 WRPLPSPRGA 34689.265 17166.83 SMM 42.0 11.891624999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 0.0007807649 0.001357449 25017.73511772469 11.891624999999998 20635.2 23.49 42446.47 53.0 37739.56 44.0 31638.97 23.0 0.000271 18.0 50000.0 54.0 17166.83 42.0 69331.4 79.0 NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 HLA-B*45:01 10 RPLPSPRGAR 44589.83 22183.00035567424 MHCflurry 58.0 7.653875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 0.00012603238 0.0032229212 22183.00035567424 7.653875 29206.35 41.93 44790.05 70.0 44389.61 92.0 39886.19 58.0 0.000194 20.0 50000.0 54.0 50546.37 71.0 93957.19 85.0 NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 HLA-B*45:01 10 PLPSPRGARL 46897.65 29326.788575372277 MHCflurry 89.0 27.7165 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 0.00014439247 0.0014145972 29326.788575372277 27.7165 37428.65 79.91 47692.45 99.0 46102.85 100.0 44206.53 89.0 3.1e-05 43.0 50000.0 54.0 399659.37 100.0 893161.51 100.0 NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 HLA-B*45:01 10 LPSPRGARLT 43274.545 27395.544090371342 MHCflurry 67.0 18.189125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 7.545944e-05 0.0005598267 27395.544090371342 18.189125 40025.34 95.73 45153.51 73.0 43204.99 83.0 39157.13 53.0 6.3e-05 32.0 50000.0 54.0 48160.39 70.0 43344.1 67.0 NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 HLA-B*45:01 10 PSPRGARLTP 47096.935 28765.307905515067 MHCflurry 84.9 23.814625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 0.0007549321 0.0014928269 28765.307905515067 23.814625 38182.87 84.89999999999999 47336.69 95.0 46857.18 100.0 40947.03 65.0 2.8e-05 44.0 50000.0 54.0 163188.67 93.0 121879.31 90.0 NA NA NA -0.8714285714285717 -0.8714285714285713 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 HLA-B*45:01 10 SPRGARLTPA 15978.708 1187.65 SMM 11.0 4.77275 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 0.00065271364 0.0026276575 16998.236568326938 4.77275 21625.39 25.130000000000003 14959.18 11.0 30396.07 22.0 20709.44 8.7 0.000781 11.0 9047.59 13.0 1187.65 4.8 1383.34 5.5 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 HLA-B*45:01 10 PRGARLTPAP 42599.245 29751.989984549236 MHCflurry 56.79 32.66799999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 0.0013929597 0.001398708 29751.989984549236 32.66799999999999 33282.3 56.79 42226.6 52.0 42971.89 82.0 39839.2 57.0 1.6e-05 53.0 50000.0 54.0 202157.57 96.0 183201.91 95.0 NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 HLA-B*45:01 10 RGARLTPAPP 23961.025 7887.33 SMMPMBEC 27.34 10.452499999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 0.0018644797 0.003130013 24388.35938102414 10.452499999999995 22899.41 27.34 43584.82 60.0 40929.75 65.0 30108.02 20.0 2.8e-05 44.0 19505.61 25.0 23533.69 50.0 7887.33 25.0 NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 HLA-B*45:01 10 GARLTPAPPP 29567.965 12363.91 MHCnuggetsI 31.0 9.295125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 0.0020015722 0.0052661775 23478.11278151025 9.295125 12363.91 12.85 41981.05 51.0 42280.1 76.0 29560.57 19.0 0.000203 20.0 24747.82 31.0 53912.57 73.0 29575.36 57.0 NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 HLA-B*45:01 10 ARLTPAPPPP 20287.522 8972.84 SMMPMBEC 20.0 7.239375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 0.012072471 0.0034936313 21692.40385496092 7.239375 13568.44 14.12 40154.66 43.0 29745.37 20.0 25978.09 14.0 0.000739 11.0 18882.64 25.0 17770.11 43.0 8972.84 28.0 NA NA NA -0.9857142857142858 -0.14285714285714293 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 338 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 336 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 68 HLA-B*45:01 10 RLTPAPPPPL 35884.255 20468.45010586683 MHCflurry 53.0 6.407 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 0.0009638437 0.0034139468 20468.45010586683 6.407 34471.1 62.38 45382.24 75.0 39196.13 53.0 36637.55 39.0 8.4e-05 29.0 23192.26 29.0 35130.96 61.0 42065.88 66.0 NA NA NA -0.3428571428571428 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 339 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 337 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 69 HLA-B*45:01 10 LTPAPPPPLS 44941.125 24467.137833840326 MHCflurry 54.0 10.885249999999996 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 0.0009571029 0.0045416555 24467.137833840326 10.885249999999996 28863.25 40.93 45970.34 81.0 43911.91 89.0 38846.97 51.0 0.000127 24.0 50000.0 54.0 85053.07 83.0 138016.18 92.0 NA NA NA -0.22857142857142856 -0.21428571428571436 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 340 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 338 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 70 HLA-B*45:01 10 TPAPPPPLSL 39318.81 8005.043487369496 MHCflurry 62.0 2.7193749999999994 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 0.0012150053 0.0002966618 8005.043487369496 2.7193749999999994 37768.5 82.13000000000001 45466.29 76.0 42280.1 76.0 40869.12 65.0 0.00176 7.5 44872.5 50.0 22734.74 49.0 35969.14 62.0 NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 341 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 339 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 71 HLA-B*45:01 10 PAPPPPLSLS 46739.42 26611.628548459616 MHCflurry 84.0 15.284124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 0.00021737067 0.00070722896 26611.628548459616 15.284124999999998 33804.8 59.16 46367.48 85.0 47111.36 100.0 43494.86 84.0 4.5e-05 37.0 50000.0 54.0 346489.44 99.0 525932.49 100.0 NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 342 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 340 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 72 HLA-B*45:01 10 APPPPLSLSR 37052.02 10320.24 SMM 54.0 5.891375 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 0.0007417252 0.0010176662 19594.078330253356 5.891375 34481.51 62.44 44434.79 67.0 39622.53 56.0 41863.12 72.0 0.000415 15.0 50000.0 54.0 10320.24 31.0 25405.63 52.0 NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 HLA-B*45:01 10 MKKSESEVEA 14534.83 872.35 SMM 12.0 2.28 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 123 0.003245291 0.008506979 24404.596755338825 10.452499999999995 1263.71 2.28 20772.28 15.0 24349.41 14.0 23402.24 12.0 0.00134 8.5 8297.38 12.0 872.35 3.4 3792.54 15.0 NA NA NA -0.8714285714285713 -0.8714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 HLA-B*45:01 10 KKSESEVEAA 14868.636 2063.91 SMM 13.0 3.8 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 124 0.000823669 0.0021453977 16807.2619325314 4.707375 2704.79 3.8 22910.43 17.0 23828.16 13.0 26830.21 15.0 0.00196 7.2 12930.01 18.0 2063.91 7.8 5469.28 20.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 HLA-B*45:01 10 KSESEVEAAA 1774.2 109.98 MHCnuggetsI 4.9 0.16 NetMHCpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 125 0.0016483234 0.039194863 19008.448101929134 5.5695000000000014 109.98 0.47 159.35 0.22 29108.61 19.0 185.63 0.18 0.527 0.16 7692.16 10.0 1215.32 4.9 2333.08 8.6 NA NA NA 0.25714285714285723 0.25714285714285723 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 HLA-B*45:01 10 SESEVEAAAI 243.32 62.15597347843517 MHCflurry 0.38 0.091625 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 126 0.0017424606 0.00034334624 62.15597347843517 0.091625 183.67 0.6799999999999999 224.15 0.33 220.01 0.38 262.49 0.23 0.254 0.46 375.87 0.3 829.26 3.2 596.94 2.2 NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 HLA-B*45:01 10 ESEVEAAAII 5460.345 1485.95 MHCnuggetsI 11.892 1.3 NetMHCpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 127 0.002825367 0.0073948554 25210.873293100423 11.891624999999998 1485.95 2.53 3958.93 3.6 35559.24 35.0 2649.17 1.3 0.0567 1.5 18478.42 24.0 5697.57 20.0 5223.12 19.0 NA NA NA 2.157142857142857 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 HLA-B*45:01 10 SEVEAAAIIA 62.435 18.44 MHCnuggetsI 0.09 0.006 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 128 0.38640356 0.02979635 41.454741225804725 0.006 18.44 0.06 60.09 0.09 64.78 0.08 33.06 0.06 0.639 0.11 286.79 0.2 173.66 0.5 187.9 0.6 NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 HLA-B*45:01 10 EVEAAAIIAQ 15726.21 5204.2 NetMHC 20.701 4.3 NetMHC 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 129 0.00432986 0.02981233 28160.71788824322 20.700875 6670.09 7.359999999999999 5204.2 4.3 39408.75 54.0 15095.93 5.7 0.00413 5.2 50000.0 54.0 16356.49 41.0 9793.32 30.0 NA NA NA 1.8142857142857143 2.157142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 HLA-B*45:01 10 VEAAAIIAQR 3873.64 1709.74 SMMPMBEC 5.4 2.1939999999999995 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 130 0.0042648884 0.001154319 4931.014739560428 2.1939999999999995 3096.28 4.17 14355.83 9.7 4651.0 3.8 18588.51 7.4 0.00386 5.4 2968.51 4.4 1732.57 6.6 1709.74 6.6 NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 HLA-B*45:01 10 EAAAIIAQRP 30251.304 3341.41 SMMPMBEC 31.0 11.94 MHCnuggetsI 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 131 0.008025042 0.04412057 26016.06703782541 13.754874999999998 11505.99 11.94 41187.4 47.0 35946.07 36.0 34486.54 31.0 0.000205 20.0 37739.56 44.0 12843.7 35.0 3341.41 14.0 NA NA NA 0.42857142857142877 1.8142857142857145 True False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 HLA-B*45:01 10 YPRPSTIDQV 43659.485 24853.53503264928 MHCflurry 71.74 11.364124999999998 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 132 0.0001706455 0.022114327 24853.53503264928 11.364124999999998 36139.39 71.74000000000001 45038.87 72.0 42280.1 76.0 36122.29 37.0 0.000355 16.0 45854.11 51.0 57635.49 74.0 68537.77 78.0 NA NA NA -0.20000000000000004 -0.20000000000000004 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 HLA-B*45:01 10 PRPSTIDQVV 43436.99 28008.039729740507 MHCflurry 63.0 20.700875 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 133 0.0002171021 0.00022882948 28008.039729740507 20.700875 36147.6 71.78 42723.86 55.0 44150.12 90.0 40621.36 63.0 2.3e-05 47.0 50000.0 54.0 112121.78 88.0 317636.21 99.0 NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 310 HLA-B*45:01 10 RPSTIDQVVR 36951.965 22622.79200095948 MHCflurry 54.53 8.1255 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 134 0.00052959047 0.007954551 22622.79200095948 8.1255 32762.86 54.53 43590.95 60.0 43204.99 83.0 41141.07 67.0 3.9e-05 39.0 50000.0 54.0 27969.84 55.0 23984.46 50.0 NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 311 HLA-B*45:01 10 PSTIDQVVRT 44840.83 30678.80859079278 MHCflurry 89.49 38.99449999999999 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 135 0.0006458852 0.0030547492 30678.80859079278 38.99449999999999 38890.18 89.49000000000001 41328.02 48.0 45115.92 96.0 44565.74 91.0 9e-06 63.0 50000.0 54.0 383433.45 100.0 462306.5 100.0 NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 312 HLA-B*45:01 10 STIDQVVRTA 19396.423 513.68 SMM 12.0 1.9 SMM 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 136 0.00031412527 0.011271334 16702.74665506154 4.647 32900.11 55.11000000000001 23307.98 17.0 22090.1 12.0 23177.21 12.0 0.00184 7.4 9146.01 13.0 513.68 1.9 895.22 3.5 NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 313 HLA-B*45:01 10 TIDQVVRTAL 33519.8 21361.741845672357 MHCflurry 35.0 7.055125 MHCflurry 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 137 0.0006919523 0.016692976 21361.741845672357 7.055125 36940.81 76.73 36411.49 33.0 41375.0 69.0 31808.19 24.0 0.000453 14.0 28485.48 35.0 29019.5 56.0 35231.41 61.0 NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 314 HLA-B*45:01 10 IDQVVRTALS 25033.662 1348.75 SMMPMBEC 14.0 5.4 SMMPMBEC 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 138 0.0017049301 0.01961499 24724.723116865676 10.885249999999996 37115.91 77.85 39359.32 41.0 23067.13 13.0 25342.6 14.0 6.6e-05 32.0 37333.42 44.0 1666.06 6.4 1348.75 5.4 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 HLA-B*45:01 10 KPPSGKSTPF 45093.84 23855.8891290326 MHCflurry 76.0 9.643999999999998 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 139 0.0003048547 0.00026032748 23855.8891290326 9.643999999999998 38649.06 87.94 46275.77 84.0 43911.91 89.0 41618.35 70.0 0.000166 22.0 50000.0 54.0 62616.67 76.0 94390.87 85.0 NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 HLA-B*45:01 10 PPSGKSTPFG 47029.395 29164.346351071377 MHCflurry 96.0 27.7165 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 140 0.00014271082 0.00023354313 29164.346351071377 27.7165 37779.0 82.19999999999999 47705.86 99.0 46352.93 100.0 45789.15 97.0 1e-06 95.0 50000.0 54.0 209261.82 96.0 314000.25 99.0 NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 HLA-B*45:01 10 PSGKSTPFGN 46590.93 31172.34725886944 MHCflurry 97.0 47.08112499999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 141 0.0003313301 0.00063834625 31172.34725886944 47.08112499999999 36391.89 73.28 46838.95 90.0 45854.11 99.0 46342.91 99.0 0.0 100.0 50000.0 54.0 223197.85 97.0 568761.25 100.0 NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 HLA-B*45:01 10 SGKSTPFGNE 34546.229 14917.29 SMM 46.0 30.050999999999995 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 142 0.00014455558 0.0007903265 29683.7080893669 30.050999999999995 28572.6 40.1 43681.14 61.0 43204.99 83.0 42207.87 75.0 4e-06 76.0 39408.75 46.0 14917.29 39.0 15485.67 40.0 NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 HLA-B*45:01 10 GKSTPFGNEE 37982.45 28978.191244816582 MHCflurry 54.0 25.64975 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 143 0.0004798917 0.0018846112 28978.191244816582 25.64975 29001.46 41.34 41828.26 50.0 40489.28 62.0 41724.75 71.0 2e-05 49.0 50000.0 54.0 30247.54 57.0 35475.62 62.0 NA NA NA -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 HLA-B*45:01 10 KSTPFGNEEQ 39647.02 28228.64 SMM 60.0 32.66799999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 144 0.000597703 0.00366767 29967.416715252497 32.66799999999999 36784.59 75.72 43502.85 60.0 42509.45 78.0 44403.05 90.0 1.3e-05 57.0 50000.0 54.0 28228.64 55.0 34429.44 61.0 NA NA NA -1.8857142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 HLA-B*45:01 10 STPFGNEEQQ 45747.645 28269.37725061446 MHCflurry 84.0 22.16875 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 145 0.00015553606 0.00087537366 28269.37725061446 22.16875 36926.44 76.64 46615.98 88.0 44872.5 95.0 44879.31 93.0 4.7e-05 36.0 50000.0 54.0 87839.53 84.0 88090.69 84.0 NA NA NA -2.157142857142857 -1.1 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 HLA-B*45:01 10 TPFGNEEQQL 42002.3 19693.394677457272 MHCflurry 65.0 5.891375 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 146 0.00031118613 0.0004449 19693.394677457272 5.891375 37399.04 79.71000000000001 46955.63 92.0 43675.0 87.0 43668.86 85.0 0.00043 14.0 50000.0 54.0 40335.74 65.0 37491.26 63.0 NA NA NA -2.014285714285714 -1.4857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 HLA-B*45:01 10 PFGNEEQQLA 33471.969 18100.48 SMM 47.0 26.33 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 147 0.00038888978 0.017283188 30012.278966797432 32.66799999999999 22330.71 26.33 44019.9 63.0 43675.0 87.0 41728.81 71.0 2.3e-05 47.0 36931.66 44.0 18100.48 43.0 22904.98 49.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 785 HLA-B*45:01 10 APPRPKPPSV 29042.08 3987.4 SMM 23.0 4.052874999999999 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 148 0.0015053663 0.0021930283 14647.569295650514 4.052874999999999 19940.66 22.4 38933.65 39.0 40053.56 59.0 38143.5 47.0 0.0013 8.6 50000.0 54.0 3987.4 16.0 7013.42 23.0 NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 786 HLA-B*45:01 10 PPRPKPPSVW 47022.43 28737.405196053525 MHCflurry 98.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 149 0.00022414653 8.097155e-05 28737.405196053525 23.814625 39111.5 90.85 47691.93 99.0 46352.93 100.0 46062.46 98.0 0.000132 24.0 50000.0 54.0 720592.94 100.0 1174708.2 100.0 NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 787 HLA-B*45:01 10 PRPKPPSVWQ 46579.98 31764.681672776416 MHCflurry 90.0 54.0 PickPocket 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 150 0.00021246585 9.218707e-05 31764.681672776416 57.24249999999999 37919.38 83.12 46807.03 90.0 46352.93 100.0 45708.48 97.0 1.1e-05 60.0 50000.0 54.0 1036788.09 100.0 2162369.96 100.0 NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 HLA-B*45:01 10 FADFSQMSKF 41678.515 28694.21152314705 MHCflurry 54.0 23.814625 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 151 0.00017659736 0.0048526605 28694.21152314705 23.814625 34644.24 63.260000000000005 40385.14 44.0 42971.89 82.0 34722.42 32.0 0.000122 25.0 50000.0 54.0 119864.34 89.0 113482.79 88.0 NA NA NA -0.2142857142857144 0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 HLA-B*45:01 10 ADFSQMSKFG 20199.38 1472.08 SMMPMBEC 9.9 5.8 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 152 0.0002971659 0.000706029 22427.78216208481 7.8825 19129.55 21.17 34611.02 30.0 17223.5 8.2 22369.58 9.9 0.000142 23.0 21269.21 28.0 2026.24 7.7 1472.08 5.8 NA NA NA -0.6714285714285715 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 HLA-B*45:01 10 DFSQMSKFGN 44797.415 29946.59 MHCnuggetsI 76.0 44.18 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 153 9.356194e-05 0.0030193606 31787.99356648184 57.24249999999999 29946.59 44.18 47085.38 93.0 42509.45 78.0 41730.64 71.0 2e-06 87.0 50000.0 54.0 63341.74 76.0 99753.93 86.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 HLA-B*45:01 10 FSQMSKFGNE 33734.904 8988.56 SMM 48.0 22.0 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 154 0.0002176523 0.01295191 31682.16861782961 51.90287499999999 35787.64 69.62 39097.45 40.0 40708.92 63.0 31267.69 22.0 2.2e-05 48.0 50000.0 54.0 8988.56 28.0 8993.53 28.0 NA NA NA -1.0571428571428572 -0.2142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 HLA-B*45:01 10 SQMSKFGNEE 18807.195 4778.52 PickPocket 12.0 5.8 NetMHCpan 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 155 0.0001559347 0.0038127713 23944.412846440035 10.029999999999998 39111.54 90.85 21918.21 16.0 20368.33 9.8 15179.79 5.8 0.000718 12.0 4778.52 6.5 17246.06 42.0 6485.3 22.0 NA NA NA -1.8285714285714287 -0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 HLA-B*45:01 10 QMSKFGNEEQ 36628.51 4919.6 SMMPMBEC 47.0 18.0 SMMPMBEC 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 156 0.00025644014 0.004179588 30383.43698732144 38.99449999999999 35106.91 65.72 42193.72 52.0 38150.11 47.0 39210.12 53.0 2.9e-05 44.0 50000.0 54.0 5280.68 19.0 4919.6 18.0 NA NA NA -2.2142857142857144 -1.0571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 HLA-B*45:01 10 MSKFGNEEQQ 37853.87 24305.17 MHCnuggetsI 60.0 30.01 MHCnuggetsI 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 157 0.0008813566 0.0095941415 30167.438897642805 35.63949999999999 24305.17 30.01 45180.4 73.0 43204.99 83.0 42752.08 79.0 9e-06 63.0 50000.0 54.0 25508.8 52.0 32955.66 60.0 NA NA NA -2.157142857142857 -1.0571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 HLA-B*45:01 10 SKFGNEEQQL 30713.765 15874.13 SMM 40.0 4.9075000000000015 MHCflurry 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 158 0.0003016283 0.00046369695 17423.10124570434 4.9075000000000015 28283.21 39.3 42858.14 56.0 33324.12 28.0 39198.26 53.0 0.000593 13.0 33144.32 40.0 15874.13 40.0 26849.12 54.0 NA NA NA -2.014285714285714 -1.8285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 HLA-B*45:01 10 KFGNEEQQLA 28978.931 5381.83 SMMPMBEC 27.716 19.0 NetMHCpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 159 0.00030328028 0.028747046 29147.61172203878 27.7165 28810.25 40.78 38390.68 38.0 38150.11 47.0 34767.91 32.0 0.000239 19.0 17695.75 23.0 5391.26 20.0 5381.83 20.0 NA NA NA -1.6999999999999997 -1.6999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 24 HLA-B*45:01 10 ITVVGVGQVV 36003.145 8663.43 SMM 47.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 160 0.00065620494 0.018193388 25853.23279955551 13.754874999999998 33252.93 56.66 40708.48 45.0 38774.32 50.0 38753.36 50.0 2.4e-05 47.0 40708.92 47.0 8663.43 27.0 13961.43 37.0 NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 25 HLA-B*45:01 10 TVVGVGQVVS 42607.405 26454.840719005027 MHCflurry 56.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 161 0.00019855406 0.003323724 26454.840719005027 15.284124999999998 35878.15 70.15 42934.71 56.0 42280.1 76.0 38280.34 48.0 1.8e-05 51.0 50000.0 54.0 52202.34 72.0 44455.96 68.0 NA NA NA 1.0714285714285716 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 26 HLA-B*45:01 10 VVGVGQVVSG 43283.935 26384.095365008183 MHCflurry 69.0 14.480874999999996 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 162 0.00045239995 0.0018588176 26384.095365008183 14.480874999999996 37627.34 81.22 44230.45 65.0 43911.91 89.0 42655.96 78.0 3e-06 81.0 50000.0 54.0 42529.47 67.0 47307.5 69.0 NA NA NA 1.0714285714285714 1.7857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 HLA-B*45:01 10 KITVVGVGQS 37980.475 24928.15 SMM 63.35 42.77524999999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 163 0.00014119389 0.0030080094 30945.503953092924 42.77524999999999 34662.42 63.35 44704.83 69.0 43204.99 83.0 41298.53 68.0 5e-06 73.0 50000.0 54.0 24928.15 51.0 25997.41 53.0 NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 HLA-B*45:01 10 ITVVGVGQSL 41739.02 26683.22685204445 MHCflurry 68.0 16.158749999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 164 0.0016194787 0.006077281 26683.22685204445 16.158749999999998 38238.92 85.26 45214.62 73.0 42051.98 74.0 41426.06 69.0 5e-05 36.0 45360.65 51.0 27649.67 54.0 44048.39 68.0 NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 HLA-B*45:01 10 TVVGVGQSLA 29995.535 3843.17 SMM 22.0 7.239375 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 165 0.00012897528 0.005729818 21482.626358456677 7.239375 33508.95 57.79 33589.09 28.0 37333.42 42.0 31195.71 22.0 0.000359 16.0 28795.36 36.0 3843.17 15.0 6515.23 22.0 NA NA NA 0.6714285714285715 1.0857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 HLA-B*45:01 10 VVGVGQSLAD 44631.355 28049.5604682174 MHCflurry 79.0 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 166 0.00060252094 0.0013308674 28049.5604682174 20.700875 38645.67 87.92 42795.11 55.0 45115.92 96.0 44146.79 89.0 1e-06 95.0 50000.0 54.0 72059.29 79.0 68695.77 78.0 NA NA NA 0.2285714285714285 1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 HLA-B*45:01 10 VGVGQSLADE 46557.455 28013.35369744269 MHCflurry 90.35 20.700875 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 167 0.00011326261 0.00036762276 28013.35369744269 20.700875 39029.28 90.35 46761.98 90.0 46352.93 100.0 45796.59 97.0 1e-06 95.0 50000.0 54.0 142131.39 92.0 86085.5 83.0 NA NA NA -0.8714285714285716 1.0142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 HLA-B*45:01 10 GVGQSLADEL 43744.24 25255.76991366251 MHCflurry 69.0 11.891624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 168 0.00044112554 0.0018397246 25255.76991366251 11.891624999999998 38451.47 86.65 44516.59 67.0 42971.89 82.0 41478.54 69.0 1.7e-05 52.0 50000.0 54.0 78829.72 81.0 114269.41 89.0 NA NA NA -0.27142857142857146 0.6714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 HLA-B*45:01 10 VGQSLADELA 23176.234 723.92 SMM 15.0 2.8 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 169 0.0017921826 0.019271549 23632.608397052834 9.295125 25557.18 32.66 24885.57 18.0 36732.4 40.0 22719.86 12.0 0.000364 15.0 13070.67 18.0 723.92 2.8 950.45 3.8 NA NA NA 0.48571428571428565 0.48571428571428565 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 HLA-B*45:01 10 GQSLADELAL 27499.595 3807.28 PickPocket 16.0 3.8958749999999993 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 170 0.00028891469 0.00088468223 14028.994614604728 3.8958749999999993 29572.82 43.01 33704.85 28.0 25426.37 15.0 25103.81 14.0 0.000353 16.0 3807.28 5.4 138576.63 92.0 53571.03 73.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 HLA-B*45:01 10 QSLADELALV 21412.283 6587.04 SMM 24.0 11.23 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 171 0.00037228505 0.0036996328 24936.31564713638 11.364124999999998 10801.71 11.23 35546.54 32.0 32787.64 27.0 31396.85 23.0 7.6e-05 30.0 17888.25 24.0 6587.04 22.0 7997.05 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 HLA-B*45:01 10 TVPNNKITVS 45184.645 26551.66379128167 MHCflurry 72.0 15.284124999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 172 0.00019533616 0.003485033 26551.66379128167 15.284124999999998 38878.77 89.42 45008.64 72.0 45360.65 97.0 38912.16 51.0 7.7e-05 30.0 50000.0 54.0 85642.63 83.0 86482.85 84.0 NA NA NA -0.5285714285714286 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 HLA-B*45:01 10 VPNNKITVSL 39968.415 22837.95867184827 MHCflurry 64.0 8.390625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 173 0.000973282 0.0057463245 22837.95867184827 8.390625 37496.96 80.36999999999999 44137.7 64.0 41825.1 72.0 38111.73 47.0 0.000311 17.0 36931.66 44.0 61191.35 76.0 51396.08 71.0 NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 HLA-B*45:01 10 PNNKITVSLA 23726.654 12076.19 SMMPMBEC 32.0 20.0 PickPocket 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 174 0.000689264 0.005667494 28652.867161779137 23.814625 18800.44 20.7 35397.25 31.0 36732.4 40.0 34722.04 32.0 2.2e-05 48.0 14722.66 20.0 14577.73 38.0 12076.19 34.0 NA NA NA 1.2714285714285716 1.2714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 HLA-B*45:01 10 NNKITVSLAD 36294.855 12537.16 MHCnuggetsI 47.081 13.03 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 175 0.00092137547 0.0020162247 31261.81686357597 47.08112499999999 12537.16 13.03 38833.95 39.0 40708.92 63.0 33802.37 29.0 7e-06 67.0 27278.95 34.0 38787.34 64.0 51871.64 72.0 NA NA NA 1.3285714285714287 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 HLA-B*45:01 10 NKITVSLADE 35277.387 13480.0 SMM 51.903 16.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 176 0.00010659685 0.00062006636 31669.953205874903 51.90287499999999 15700.53 16.59 43310.76 59.0 39408.75 54.0 38884.82 51.0 6e-06 70.0 50000.0 54.0 13480.0 36.0 23984.46 50.0 NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 HLA-B*45:01 10 KITVSLADEL 40736.02 26527.11 SMM 61.0 23.814625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 177 0.00041029928 0.017390983 28778.719931117783 23.814625 33457.83 57.56 44210.83 65.0 42509.45 78.0 40763.12 64.0 1e-05 61.0 40708.92 47.0 26527.11 53.0 45178.31 68.0 NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 HLA-B*45:01 10 ITVSLADELA 32785.135 1818.4 SMM 37.0 6.9 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 178 0.0005614398 0.012004669 26596.047476034903 15.284124999999998 32539.08 53.580000000000005 38200.49 37.0 36337.11 38.0 33031.19 27.0 1.8e-05 51.0 33144.32 40.0 1818.4 6.9 3140.0 13.0 NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 HLA-B*45:01 10 TVSLADELAL 43493.69 25723.08632264076 MHCflurry 62.0 13.067624999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 179 0.0005468195 0.00183341 25723.08632264076 13.067624999999998 36595.16 74.52 43782.39 62.0 43204.99 83.0 38840.66 51.0 2.3e-05 47.0 46352.93 52.0 51367.69 71.0 45386.85 68.0 NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 HLA-B*45:01 10 VSLADELALV 25170.093 17647.78 SMM 38.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 180 0.00037376364 0.0067012655 25858.68606547433 13.754874999999998 22510.23 26.640000000000004 38285.33 38.0 36732.4 40.0 33752.31 29.0 3e-05 43.0 24481.5 31.0 17647.78 43.0 19227.82 45.0 NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 HLA-B*45:01 10 APVAEEESLA 18817.801 781.07 SMM 12.0 3.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 181 0.00041734293 0.0096665975 17045.69113523542 4.77275 7657.01 8.25 28535.46 22.0 31740.46 24.0 33163.7 27.0 0.00067 12.0 20589.91 27.0 781.07 3.0 1137.44 4.6 NA NA NA -0.5571428571428572 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 HLA-B*45:01 10 PVAEEESLAD 46937.36 27765.681500786966 MHCflurry 93.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 182 0.00081815646 0.00035909604 27765.681500786966 19.38525 35241.9 66.47 46958.17 92.0 46604.38 100.0 46916.55 100.0 0.0 100.0 50000.0 54.0 156203.23 93.0 249994.24 97.0 NA NA NA -1.3142857142857145 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 HLA-B*45:01 10 VAEEESLADE 30662.57 10590.16 NetMHC 45.98 7.4 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 183 0.00012024624 0.00093898654 26358.447109174296 14.480874999999996 30496.85 45.98 10590.16 7.4 45360.65 97.0 30828.29 22.0 0.000349 16.0 50000.0 54.0 41753.22 66.0 29102.48 56.0 NA NA NA -1.3142857142857143 -0.21428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 HLA-B*45:01 10 AEEESLADEL 881.365 66.86751781739632 MHCflurry 1.3 0.112625 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 184 0.0039978595 0.0016919018 66.86751781739632 0.112625 2296.86 3.39 1627.15 1.9 898.05 1.3 2632.43 1.3 0.194 0.59 864.68 0.9 333.96 1.1 419.69 1.4 NA NA NA -0.27142857142857146 -0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 HLA-B*45:01 10 EESLADELAL 2191.475 248.23183227375304 MHCflurry 2.3 0.5686249999999997 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 186 0.0049565723 0.0001700131 248.23183227375304 0.5686249999999997 4556.45 5.489999999999999 2431.06 2.5 2088.44 2.3 3825.0 1.7 0.0592 1.4 864.68 0.9 2294.51 8.5 1559.3 6.0 NA NA NA 1.1428571428571428 1.1428571428571428 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 HLA-B*45:01 10 ESLADELALV 20462.014 1545.86 MHCnuggetsI 25.0 2.59 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 187 0.0010617793 0.004760613 23607.097222231896 9.295125 1545.86 2.59 35546.15 32.0 31060.99 23.0 32399.38 25.0 0.000102 27.0 17316.93 23.0 7545.53 25.0 8164.51 26.0 NA NA NA 1.1999999999999997 1.1999999999999997 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 HLA-B*45:01 10 LIAPVAEEES 37628.045 25230.74 SMMPMBEC 57.0 19.38525 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 188 0.0005193149 0.0049540247 27821.939028973324 19.38525 33307.27 56.89999999999999 45719.86 78.0 43911.91 89.0 41948.82 73.0 6e-06 70.0 50000.0 54.0 30247.54 57.0 25230.74 52.0 NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 HLA-B*45:01 10 IAPVAEEESL 45378.89 25280.25054023238 MHCflurry 75.6 12.471374999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 189 0.0013653444 0.008294049 25280.25054023238 12.471374999999998 36764.91 75.6 45151.07 73.0 45606.71 98.0 44905.54 93.0 4.7e-05 36.0 50000.0 54.0 61757.54 76.0 82780.87 82.0 NA NA NA -0.21428571428571427 0.5285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 HLA-B*45:01 10 ACAISILGKT 21853.03 2238.36 SMMPMBEC 26.0 8.4 SMMPMBEC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 190 0.00020056886 0.0064225993 30915.20057100161 42.77524999999999 12015.15 12.47 31780.67 26.0 38774.32 50.0 34949.33 33.0 2.2e-05 48.0 12790.86 17.0 4262.75 16.0 2238.36 8.4 NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 HLA-B*45:01 10 CAISILGKTI 28253.217 3646.95 SMMPMBEC 30.0 13.754874999999998 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 191 0.00028659505 0.0047386563 26045.09447327687 13.754874999999998 30461.34 45.87 37462.09 36.0 33869.37 30.0 31545.66 23.0 3.9e-05 39.0 25017.04 31.0 3978.23 16.0 3646.95 15.0 NA NA NA 1.0 2.2714285714285714 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 HLA-B*45:01 10 AISILGKTIR 35627.26 4005.81 SMM 49.0 16.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 192 0.0007462636 0.023986964 27562.01216330158 19.38525 31294.03 48.77 42988.63 57.0 40053.56 59.0 39960.49 58.0 2.1e-05 49.0 50000.0 54.0 4005.81 16.0 6759.74 23.0 NA NA NA 0.4714285714285714 1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 HLA-B*45:01 10 ISILGKTIRR 38370.845 9720.53 SMM 54.0 29.0 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 193 0.00010174211 0.004540208 30022.23075668901 32.66799999999999 33536.7 57.93000000000001 47330.04 95.0 43204.99 83.0 44151.08 89.0 2e-05 49.0 50000.0 54.0 9720.53 29.0 21131.48 47.0 NA NA NA -0.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 HLA-B*45:01 10 SILGKTIRRH 45206.695 32445.36719837893 MHCflurry 82.0 41.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 194 1.9451805e-05 0.0008421311 32445.36719837893 69.298375 37242.19 78.67 46621.03 88.0 42971.89 82.0 43792.36 86.0 3.4e-05 41.0 50000.0 54.0 101085.76 87.0 188334.55 95.0 NA NA NA -1.8142857142857143 1.0 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 HLA-B*45:01 10 ILGKTIRRHM 43328.73 32189.13581726708 MHCflurry 68.0 45.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 195 1.1288903e-05 0.00012838561 32189.13581726708 63.07837499999999 39790.92 94.61 47958.93 100.0 41375.0 69.0 41360.68 68.0 2.7e-05 45.0 50000.0 54.0 51367.69 71.0 45282.46 68.0 NA NA NA -1.4857142857142858 0.4714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 HLA-B*45:01 10 LGKTIRRHMM 44853.02 31427.230009514704 MHCflurry 82.0 51.90287499999999 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 196 3.3614568e-05 0.0002987506 31427.230009514704 51.90287499999999 39019.98 90.29 46734.15 89.0 42971.89 82.0 42943.55 80.0 8e-06 65.0 50000.0 54.0 366176.1 100.0 172159.11 94.0 NA NA NA -0.6571428571428571 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 HLA-B*45:01 10 GKTIRRHMMF 40831.86 31121.460197407338 MHCflurry 54.0 37.0 NetMHCpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 197 3.6376197e-05 0.00019470557 31121.460197407338 47.08112499999999 35374.72 67.21000000000001 43719.44 61.0 37944.28 46.0 37295.06 42.0 4.4e-05 37.0 50000.0 54.0 60351.77 75.0 146531.16 92.0 NA NA NA -0.15714285714285728 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 HLA-B*45:01 10 KTIRRHMMFN 38389.755 32758.218126206008 MHCflurry 69.298 41.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 198 3.4858265e-06 0.0009815389 32758.218126206008 69.298375 36854.1 76.17 45897.29 80.0 39837.46 57.0 36942.05 41.0 3e-06 81.0 50000.0 54.0 34331.28 61.0 72933.99 80.0 NA NA NA -1.2999999999999996 -0.15714285714285728 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 44 HLA-B*45:01 10 TIRRHMMFNL 35661.175 22886.76 MHCnuggetsI 60.0 27.31 MHCnuggetsI 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 199 2.4709152e-05 0.00059812714 31677.176678759377 51.90287499999999 22886.76 27.31 43893.87 62.0 40929.75 65.0 35600.82 35.0 1.1e-05 60.0 26985.39 34.0 40615.33 65.0 35721.53 62.0 NA NA NA -0.11428571428571452 -0.11428571428571452 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 45 HLA-B*45:01 10 IRRHMMFNLS 32259.007 20213.59 MHCnuggetsI 54.0 21.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 200 2.6681731e-05 0.0005319439 32032.483055747125 57.24249999999999 20213.59 22.8 35377.33 31.0 37739.56 44.0 30596.69 21.0 7e-06 67.0 50000.0 54.0 32485.53 59.0 27160.01 54.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-A*29:02 10 RRHMMFNLSH 17522.175 5904.76 MHCnuggetsI 25.0 6.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 8.0653364e-05 0.02764624 27676.364279398807 26.708874999999995 5904.76 46.47 23744.52 23.0 22330.41 31.0 11218.6 6.0 0.00084 11.0 37739.56 39.0 12713.94 25.0 11208.05 23.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-A*29:02 10 RHMMFNLSHY 446.87 54.76 NetMHCpan 1.9 0.14 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 0.015470436 0.78482205 371.15104365651285 1.0799999999999998 5023.17 2.28 74.37 0.34 456.69 1.9 54.76 0.14 0.171 0.65 5044.15 3.4 461.62 2.0 437.05 1.9 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 10 HMMFNLSHYC 3662.46 284.6 NetMHC 8.4 0.77 NetMHC 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 0.0057017603 0.42384788 18261.190294479507 9.915499999999994 5745.14 14.31 284.6 0.77 7903.07 8.4 943.57 0.94 0.00809 3.5 3766.31 2.2 3558.61 9.2 3122.7 8.4 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-A*29:02 10 QRLSQRKDQR 41218.505 5888.61 MHCnuggetsI 68.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 0.00031560095 0.008468456 27679.09348592701 26.708874999999995 5888.61 39.75 42219.3 91.0 38565.12 87.0 40217.71 68.0 6e-05 33.0 50000.0 47.0 403905.72 95.0 1105426.83 100.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-A*29:02 10 RLSQRKDQRL 36045.515 5874.28 MHCnuggetsI 46.0 15.483874999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.0003457144 0.015638724 23334.901223684366 15.483874999999996 5874.28 34.89 36422.93 60.0 28331.79 46.0 38416.04 59.0 7.2e-05 31.0 40708.92 41.0 35668.1 48.0 56562.68 60.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-A*29:02 10 LSQRKDQRLT 41862.365 5955.61 MHCnuggetsI 77.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00060854 0.01242052 31115.815000147875 50.764875 5955.61 75.92 40721.68 83.0 37535.94 83.0 43003.05 84.0 4e-06 75.0 50000.0 47.0 115154.26 77.0 797131.55 99.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-A*29:02 10 SQRKDQRLTE 41783.49 5935.8 MHCnuggetsI 77.0 40.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 0.00028294875 0.006280396 31127.07166549186 50.764875 5935.8 63.53 41776.71 89.0 37535.94 83.0 41790.27 77.0 3.5e-05 40.0 50000.0 47.0 133438.15 80.0 343977.47 93.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 NA NA NA -2.2 -2.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-A*29:02 10 QRKDQRLTEE 44090.87 5917.99 MHCnuggetsI 89.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 0.00010991841 0.012694725 31555.724862123232 54.695 5917.99 53.05 41912.99 89.0 41825.1 98.0 46268.75 98.0 5e-06 71.0 50000.0 47.0 394711.7 94.0 1712103.44 100.0 NA NA NA -2.2 -2.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-A*29:02 10 RKDQRLTEEL 37847.615 5925.79 MHCnuggetsI 57.45 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.000107220774 0.0073059923 29389.763938813667 34.4285 5925.79 57.45 33700.85 49.0 35559.24 74.0 40135.99 68.0 4.9e-05 36.0 50000.0 47.0 219421.91 88.0 310120.16 92.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-A*29:02 10 KDQRLTEELQ 40684.795 5910.89 MHCnuggetsI 73.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.00032325272 0.0314618 27356.38143194026 25.544875 5910.89 49.33 39038.7 73.0 38150.11 86.0 42330.89 80.0 1.1e-05 58.0 50000.0 47.0 731610.62 98.0 631727.82 98.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-A*29:02 10 DQRLTEELQT 42633.97 5930.92 MHCnuggetsI 70.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00031334892 0.025130464 30800.54199022534 47.25637500000001 5930.92 60.5 41996.52 90.0 37739.56 84.0 43271.42 85.0 9e-06 62.0 50000.0 47.0 84193.78 70.0 888239.33 99.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-A*29:02 10 QRLTEELQTV 36910.715 5897.47 MHCnuggetsI 47.0 23.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.00028863558 0.0406982 30300.34865704917 41.302125 5897.47 43.26 37089.03 63.0 36732.4 79.0 35439.01 46.0 0.000155 23.0 50000.0 47.0 564001.16 97.0 1060547.2 100.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-A*29:02 10 RLTEELQTVE 38630.705 5927.73 MHCnuggetsI 59.0 30.891874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000640548 0.042161193 28758.382257080768 30.891874999999995 5927.73 58.59 38943.77 73.0 36337.11 78.0 38317.64 59.0 3.9e-05 39.0 50000.0 47.0 93600.89 73.0 87807.17 71.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-A*29:02 10 LTEELQTVEN 37975.645 5941.13 MHCnuggetsI 65.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.0008052524 0.08187133 26485.146397160534 22.585249999999995 5941.13 66.86 35383.08 55.0 34237.82 68.0 40568.21 70.0 4e-06 75.0 47366.92 45.0 69868.27 65.0 63610.67 63.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-A*29:02 10 TEELQTVENG 43357.7 5989.62 MHCnuggetsI 93.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00057617517 0.0709791 29374.854931233425 34.4285 5989.62 92.39 41781.67 89.0 41151.77 96.0 44933.73 93.0 1e-06 94.0 50000.0 47.0 342200.0 93.0 754275.5 99.0 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-A*29:02 10 EELQTVENGY 7300.075 490.2595847206928 MHCflurry 8.4 1.23125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.062599875 0.58549845 490.2595847206928 1.23125 5788.92 18.24 11006.4 8.1 9602.34 10.0 7988.95 4.3 0.0347 1.8 37739.56 39.0 6611.2 16.0 3144.34 8.4 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-A*29:02 10 ELQTVENGYH 22239.245 5866.09 MHCnuggetsI 22.0 8.916624999999996 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.004987552 0.10874729 17000.5438814335 8.916624999999996 5866.09 32.49 21409.36 20.0 18180.94 22.0 23069.13 18.0 0.000747 11.0 39408.75 40.0 46481.49 55.0 26213.8 40.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-A*29:02 10 LQTVENGYHD 38240.095 5975.63 MHCnuggetsI 60.0 42.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0029766767 0.075743675 31412.81740364168 54.695 5975.63 86.87 31729.82 42.0 37944.28 85.0 38535.91 60.0 5e-06 71.0 50000.0 47.0 41617.88 52.0 87002.15 71.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 NA NA NA -2.7 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-A*29:02 10 QTVENGYHDN 29745.7 5932.24 MHCnuggetsI 61.3 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 0.0007442027 0.060907688 27872.227234742284 27.987124999999995 5932.24 61.3 31005.92 40.0 28485.48 47.0 40244.25 68.0 6e-06 68.0 24481.5 27.0 145304.81 82.0 213073.77 88.0 NA NA NA -2.7 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-A*29:02 10 TVENGYHDNP 40171.85 5935.82 MHCnuggetsI 69.0 41.302125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.001279211 0.051255602 30114.37071833376 41.302125 5935.82 63.55 38294.44 69.0 37944.28 85.0 42049.26 78.0 1.3e-05 56.0 50000.0 47.0 122258.76 78.0 836623.39 99.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-A*29:02 10 VENGYHDNPT 39328.43 5967.46 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.00071526604 0.045992903 31772.361655184108 59.0625 5967.46 82.77 38247.23 69.0 36732.4 79.0 40409.63 69.0 5e-06 71.0 50000.0 47.0 114625.17 77.0 401356.22 94.0 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-A*29:02 10 ENGYHDNPTL 35757.25 5923.54 MHCnuggetsI 56.16 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.0005333371 0.013929863 30270.10213069472 41.302125 5923.54 56.16 32041.35 43.0 33504.88 65.0 38009.62 57.0 6.9e-05 31.0 50000.0 47.0 49576.97 57.0 51823.89 58.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-A*29:02 10 NGYHDNPTLE 30611.608 5893.0 MHCnuggetsI 41.44 23.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.002106099 0.070765175 28257.71591916362 29.365875 5893.0 41.44 23883.14 23.0 32965.5 63.0 34865.47 44.0 8.5e-05 29.0 50000.0 47.0 26319.64 40.0 43006.09 53.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-A*29:02 10 GYHDNPTLEV 10736.655 5412.14 MHCnuggetsI 7.7 3.9 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0041612 0.029392703 14653.075072463618 7.425749999999999 5412.14 4.63 10360.77 7.7 11112.54 13.0 13584.83 7.5 0.00642 3.9 16228.45 18.0 6520.49 16.0 7630.1 18.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-A*29:02 10 YHDNPTLEVM 12981.393 5954.82 MHCnuggetsI 18.0 3.4 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.004816745 0.0745605 13645.07685463618 6.9172499999999975 5954.82 75.46000000000001 7806.44 6.0 15457.23 18.0 9852.61 5.2 0.00886 3.4 38150.11 39.0 13876.5 27.0 12317.71 25.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-A*29:02 10 HDNPTLEVME 39551.33 5864.6 MHCnuggetsI 62.0 20.251124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0002932377 0.015860083 25636.015426356447 20.251124999999995 5864.6 32.08 38117.09 68.0 36732.4 79.0 40985.57 73.0 3.2e-05 42.0 50000.0 47.0 59742.03 62.0 68003.3 65.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-A*29:02 10 DNPTLEVMET 41122.945 5939.81 MHCnuggetsI 71.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.0005355732 0.018479342 31094.66568948138 50.764875 5939.81 66.03999999999999 39404.91 75.0 38774.32 88.0 42840.98 83.0 5e-06 71.0 50000.0 47.0 47454.78 56.0 315885.72 92.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-A*29:02 10 NPTLEVMETS 39380.195 5921.52 MHCnuggetsI 63.873 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00034449578 0.021242986 32205.076237396395 63.8735 5921.52 55.02 39564.26 76.0 39196.13 90.0 36859.8 52.0 1.8e-05 50.0 50000.0 47.0 210998.81 88.0 1329015.36 100.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-A*29:02 10 PTLEVMETSS 36127.825 5933.1 MHCnuggetsI 62.0 36.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.001038037 0.08507937 31434.01446917902 54.695 5933.1 61.85000000000001 38202.56 69.0 34053.09 68.0 41379.04 75.0 9e-06 62.0 50000.0 47.0 21741.02 36.0 139485.8 81.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-A*29:02 10 TLEVMETSSE 37508.745 5965.93 MHCnuggetsI 64.0 27.987124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.00025525532 0.041025158 28066.475777960804 27.987124999999995 5965.93 81.94 37333.83 64.0 34423.54 69.0 37683.66 56.0 1.8e-05 50.0 50000.0 47.0 108963.24 76.0 132595.87 80.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-A*29:02 10 LEVMETSSEM 26355.743 6029.59 MHCnuggetsI 41.0 5.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.0014866658 0.12614681 26016.496872683027 20.969124999999995 6029.59 98.97 11991.8 8.8 26694.99 41.0 9319.33 5.0 0.00202 6.8 50000.0 47.0 195110.21 86.0 104840.72 75.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-A*29:02 10 EVMETSSEMQ 30671.94 5922.9 MHCnuggetsI 40.0 17.799749999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00071101583 0.060947347 24685.80932123001 17.799749999999992 5922.9 55.8 29774.67 36.0 31569.21 58.0 33728.57 40.0 7.7e-05 30.0 27278.95 30.0 414266.68 95.0 151192.41 82.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-A*29:02 10 VMETSSEMQE 26252.465 5976.67 MHCnuggetsI 37.0 18.942875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 0.001193649 0.107123666 25225.980847848998 18.942875 5976.67 87.35000000000001 31048.56 40.0 27278.95 43.0 31983.86 35.0 4.5e-05 37.0 48929.64 46.0 8246.7 19.0 14877.5 28.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-A*29:02 10 METSSEMQEK 27997.13 5944.02 MHCnuggetsI 38.0 11.606874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.0066566775 0.14696418 20144.87395473849 11.606874999999995 5944.02 68.73 30429.96 38.0 25564.3 38.0 22449.36 17.0 0.00064 12.0 31060.99 33.0 728249.17 98.0 519433.55 96.0 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-A*29:02 10 ETSSEMQEKK 33246.885 5948.71 MHCnuggetsI 53.0 7.249749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.00041695096 0.004391486 14351.9063848031 7.249749999999999 5948.71 71.67 36261.7 59.0 30232.07 53.0 36295.07 50.0 0.00016 22.0 20368.33 23.0 84000.14 70.0 97169.51 73.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-A*29:02 10 TSSEMQEKKV 37384.775 5998.96 MHCnuggetsI 60.0 32.57675 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.000779716 0.014990881 28891.71196281129 32.57675 5998.96 94.99 34554.9 52.0 32259.8 60.0 40214.65 68.0 2.1e-05 48.0 50000.0 47.0 65959.9 64.0 91522.95 72.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-A*29:02 10 SSEMQEKKVV 41449.17 5934.59 MHCnuggetsI 72.0 45.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00019563714 0.0052460497 31118.79758170103 50.764875 5934.59 62.78 41995.6 90.0 38357.05 87.0 40902.74 72.0 2.5e-05 45.0 50000.0 47.0 475641.78 96.0 560441.13 97.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-A*29:02 10 SEMQEKKVVS 40466.15 5987.29 MHCnuggetsI 84.0 34.4285 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.0005047437 0.02566981 29398.79002201137 34.4285 5987.29 91.58 40850.99 84.0 39837.46 92.0 40081.31 68.0 2.3e-05 46.0 50000.0 47.0 186328.81 86.0 478112.39 96.0 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-A*29:02 10 EMQEKKVVSL 32967.735 5966.79 MHCnuggetsI 44.0 11.393374999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0005484748 0.009190768 20055.55952025557 11.393374999999995 5966.79 82.41000000000001 32430.59 44.0 26123.53 40.0 35749.82 48.0 0.000164 22.0 33504.88 36.0 71660.53 66.0 106789.86 76.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-A*29:02 10 MQEKKVVSLN 35733.72 5963.6 MHCnuggetsI 63.0 38.768 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.0004621106 0.021335049 29780.357812800063 38.768 5963.6 80.65 38113.38 68.0 32965.5 63.0 33354.06 39.0 1.5e-05 53.0 50000.0 47.0 85365.03 71.0 182612.29 85.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-A*29:02 10 QEKKVVSLNG 43828.13 5997.62 MHCnuggetsI 85.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00044852818 0.036317404 30715.66625564404 47.25637500000001 5997.62 94.67 43065.91 95.0 39837.46 92.0 44590.35 92.0 2e-06 85.0 50000.0 47.0 71991.3 66.0 99204.19 74.0 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-A*29:02 10 EKKVVSLNGE 45122.935 5944.22 MHCnuggetsI 87.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 5.7717865e-05 0.0015712698 31893.825152015543 59.0625 5944.22 68.87 42357.03 92.0 43439.36 100.0 46806.51 99.0 1e-06 94.0 50000.0 47.0 123390.01 79.0 209666.96 87.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-A*29:02 10 KKVVSLNGEL 35142.675 5942.48 MHCnuggetsI 63.873 30.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 0.000109769266 0.006136755 32128.738780447977 63.8735 5942.48 67.73 27528.32 30.0 36337.11 78.0 33948.24 41.0 4.9e-05 36.0 50000.0 47.0 265020.82 91.0 210634.74 88.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-A*29:02 10 KVVSLNGELG 32515.195 5829.9 MHCnuggetsI 49.0 18.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 0.0011217481 0.09645816 28071.985039082912 27.987124999999995 5829.9 24.17 33800.91 49.0 31229.48 56.0 35855.18 48.0 1e-05 60.0 16228.45 18.0 72490.32 66.0 73034.83 67.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-A*29:02 10 VVSLNGELGD 29445.497 5990.62 MHCnuggetsI 56.0 16.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0037891944 0.06959828 26805.243702464508 23.49875 5990.62 92.72 35648.22 56.0 32085.75 59.0 40120.8 68.0 1e-06 94.0 38984.65 40.0 6342.79 16.0 12604.63 25.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-A*29:02 10 VSLNGELGDS 36442.83 5840.23 MHCnuggetsI 60.0 26.200000000000003 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0011269336 0.040450204 29168.50364549694 34.4285 5840.23 26.200000000000003 34073.73 50.0 34237.82 68.0 38647.84 60.0 4e-06 75.0 50000.0 47.0 302886.56 92.0 1060547.2 100.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-A*29:02 10 SLNGELGDSW 23904.0 5422.019882429791 MHCflurry 31.0 3.532124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.0016784847 0.12169827 5422.019882429791 3.532124999999999 5884.25 38.190000000000005 33686.99 49.0 19932.31 25.0 18915.76 13.0 0.00321 5.5 27875.69 31.0 80035.01 69.0 57481.75 61.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-A*29:02 10 LNGELGDSWI 35146.2 5965.08 MHCnuggetsI 57.0 36.0 SMMPMBEC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00017326244 0.012782684 29996.88622469705 38.768 5965.08 81.47 37148.08 63.0 33144.32 64.0 37933.61 57.0 1.2e-05 57.0 50000.0 47.0 41522.17 52.0 22005.44 36.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-A*29:02 10 NGELGDSWIV 33469.255 5846.15 MHCnuggetsI 47.0 27.49 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00071552664 0.051117502 29896.762409496907 38.768 5846.15 27.49 34503.71 52.0 32434.8 61.0 29455.22 29.0 3.9e-05 39.0 50000.0 47.0 312809.55 92.0 162753.37 84.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-A*29:02 10 GELGDSWIVP 38386.215 5912.9 MHCnuggetsI 60.0 36.485875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.00074138463 0.089580216 29707.689599623944 36.485875 5912.9 50.36000000000001 38001.8 68.0 38150.11 86.0 38622.32 60.0 2.7e-05 44.0 50000.0 47.0 188052.88 86.0 699085.03 98.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-A*29:02 10 ELGDSWIVPL 25579.663 5903.87 MHCnuggetsI 31.0 15.902624999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.00042184468 0.038175166 23460.42500759077 15.902624999999992 5903.87 46.06 27698.9 31.0 20368.33 26.0 22997.6 18.0 0.000106 26.0 36141.06 38.0 42685.46 53.0 32101.85 45.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-A*29:02 10 LGDSWIVPLD 29600.657 5978.23 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00091810664 0.080949225 27854.01412535105 26.708874999999995 5978.23 88.01 31347.3 41.0 37132.0 81.0 36066.84 49.0 1e-06 94.0 50000.0 47.0 14037.18 27.0 26213.8 40.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-A*29:02 10 GDSWIVPLDN 32224.515 5926.74 MHCnuggetsI 47.0 26.708874999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.0003335399 0.024525668 27794.35505604007 26.708874999999995 5926.74 58.03 32959.8 46.0 32787.64 62.0 36943.64 53.0 3e-06 79.0 50000.0 47.0 21051.35 35.0 31661.39 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-A*29:02 10 DSWIVPLDNL 25626.829 5795.64 MHCnuggetsI 25.545 16.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.0003522078 0.013011709 27529.67744005228 25.544875 5795.64 19.02 23723.98 23.0 20589.91 27.0 21582.4 16.0 0.000186 21.0 50000.0 47.0 37781.57 50.0 46294.56 55.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-A*29:02 10 SWIVPLDNLT 19507.545 5653.47 MHCnuggetsI 20.0 9.57 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00058706384 0.0328238 23185.835847045 15.483874999999996 5653.47 9.57 20932.24 19.0 18082.85 22.0 22653.1 17.0 0.000189 21.0 18082.85 20.0 14868.94 28.0 37198.89 49.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-A*29:02 10 WIVPLDNLTK 14023.763 5381.85 MHCnuggetsI 11.0 4.31 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.0020344572 0.012231548 13461.855328779253 6.758499999999998 5381.85 4.31 20071.03 18.0 10933.64 13.0 14585.67 8.1 0.000834 11.0 8297.38 7.5 83614.19 70.0 39222.02 50.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-A*29:02 10 IVPLDNLTKD 36584.6 5956.32 MHCnuggetsI 57.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.0007996798 0.022283044 28440.08376097034 29.365875 5956.32 76.34 35835.78 57.0 37333.42 82.0 38894.9 62.0 2.8e-05 43.0 50000.0 47.0 22870.73 37.0 61028.12 62.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-A*29:02 10 VPLDNLTKDD 42873.22 5957.74 MHCnuggetsI 91.0 47.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.0002713317 0.009074384 31188.42439147262 50.764875 5957.74 77.19 38601.04 71.0 40929.75 96.0 44816.69 93.0 1e-06 94.0 50000.0 47.0 273073.78 91.0 580136.25 97.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-A*29:02 10 PLDNLTKDDL 36528.01 5895.5 MHCnuggetsI 54.0 25.544875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00020261128 0.014737929 27331.936606294767 25.544875 5895.5 42.45 32644.64 45.0 30560.95 54.0 40411.38 69.0 7e-06 66.0 50000.0 47.0 163410.52 84.0 220054.37 88.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-A*29:02 10 LDNLTKDDLD 43764.015 5935.97 MHCnuggetsI 78.0 29.365875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0017316082 0.04104546 28372.35926816329 29.365875 5935.97 63.63999999999999 39873.69 78.0 41599.44 98.0 45928.59 97.0 0.0 100.0 50000.0 47.0 56140.98 60.0 175602.22 85.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-A*29:02 10 DNLTKDDLDE 42449.175 5882.5 MHCnuggetsI 76.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.0018990338 0.028718667 26505.38353396847 22.585249999999995 5882.5 37.57 38557.2 71.0 38984.65 89.0 45913.7 97.0 1e-06 94.0 50000.0 47.0 110479.07 76.0 164637.97 84.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-A*29:02 10 NLTKDDLDEE 40470.005 5921.09 MHCnuggetsI 71.0 21.751124999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.0011561482 0.024229122 26161.949827108045 21.751124999999995 5921.09 54.77 38602.7 71.0 37132.0 81.0 42337.31 80.0 1e-05 60.0 50000.0 47.0 262591.1 91.0 394938.98 94.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-A*29:02 10 LTKDDLDEEE 40826.65 5956.3 MHCnuggetsI 76.33 17.283249999999992 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.0013686452 0.049550314 24263.144156322167 17.283249999999992 5956.3 76.33 38910.48 72.0 37535.94 83.0 42742.82 82.0 1.3e-05 56.0 50000.0 47.0 183772.28 86.0 221070.1 88.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-A*29:02 10 TKDDLDEEED 45781.285 5954.86 MHCnuggetsI 94.0 14.383874999999994 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00037526447 0.012390338 22578.114815621462 14.383874999999994 5954.86 75.48 43527.8 97.0 43439.36 100.0 48034.77 100.0 1e-06 94.0 50000.0 47.0 251350.64 90.0 563028.01 97.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-A*29:02 10 KDDLDEEEDT 46381.1 5953.93 MHCnuggetsI 100.0 22.585249999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 6.45369e-05 0.004035257 26480.572524720217 22.585249999999995 5953.93 74.9 44444.39 100.0 42509.45 100.0 48317.81 100.0 0.0 100.0 50000.0 47.0 693873.02 98.0 2783107.62 100.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-A*29:02 10 DDLDEEEDTH 42017.155 5918.89 MHCnuggetsI 77.0 7.425749999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 0.00047288596 0.012858288 14552.741503827623 7.425749999999999 5918.89 53.55 42249.46 91.0 40270.83 94.0 41784.85 77.0 9.7e-05 27.0 50000.0 47.0 115952.47 77.0 134440.46 80.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-A*29:02 10 DLDEEEDTHL 39372.445 5869.86 MHCnuggetsI 56.0 6.406624999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0010429246 0.04575291 12747.764427106536 6.406624999999997 5869.86 33.58 38950.07 73.0 31060.99 56.0 39794.82 66.0 0.00029 17.0 50000.0 47.0 86752.1 71.0 94087.08 73.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-A*29:02 10 RQSIVGAEVD 38184.245 5992.2 MHCnuggetsI 57.0 44.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.00053867575 0.011999707 31342.03373521133 50.764875 5992.2 93.2 38375.73 70.0 39408.75 90.0 37992.76 57.0 3e-06 79.0 50000.0 47.0 30218.99 44.0 50064.51 57.0 NA NA NA 1.042857142857143 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-A*29:02 10 QSIVGAEVDK 32278.125 5901.37 MHCnuggetsI 46.0 10.239624999999997 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0026840405 0.019588204 18775.827305808423 10.239624999999997 5901.37 44.940000000000005 34487.29 52.0 30068.96 52.0 35370.05 46.0 8.2e-05 29.0 18882.64 21.0 241701.86 89.0 119269.67 78.0 NA NA NA -0.15714285714285703 1.4285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-A*29:02 10 SIVGAEVDKN 40005.94 5866.81 MHCnuggetsI 53.0 18.35125 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 0.00055220403 0.030649522 24849.78299783785 18.35125 5866.81 32.690000000000005 39655.56 77.0 37739.56 84.0 40356.32 69.0 1e-05 60.0 50000.0 47.0 40390.57 51.0 42907.18 53.0 NA NA NA -1.2571428571428573 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-A*29:02 10 IVGAEVDKNL 27857.332 5668.9 MHCnuggetsI 39.0 10.18 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.0010415616 0.027975738 25807.933791501957 20.251124999999995 5668.9 10.18 32459.02 44.0 29906.73 52.0 36556.36 51.0 6.8e-05 32.0 39837.46 40.0 24733.18 39.0 23202.24 37.0 NA NA NA -0.6571428571428573 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-A*29:02 10 VGAEVDKNLG 40198.845 5926.45 MHCnuggetsI 57.85 32.57675 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.001651618 0.035901506 28880.066419574065 32.57675 5926.45 57.85 40126.86 79.0 40270.83 94.0 43625.4 87.0 1e-06 94.0 50000.0 47.0 31425.34 45.0 44826.0 54.0 NA NA NA -0.9714285714285714 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-A*29:02 10 GAEVDKNLGT 41821.995 5912.85 MHCnuggetsI 63.0 44.13500000000001 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00036182613 0.022582242 30615.041610240125 44.13500000000001 5912.85 50.34 41447.14 87.0 39408.75 90.0 44435.73 91.0 8e-06 63.0 50000.0 47.0 42196.85 52.0 295481.3 92.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-A*29:02 10 AEVDKNLGTV 35846.645 5929.14 MHCnuggetsI 59.44 15.483874999999996 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.0010511216 0.079067566 23348.44727273037 15.483874999999996 5929.14 59.440000000000005 37083.02 63.0 34610.27 70.0 32666.9 37.0 0.000232 19.0 50000.0 47.0 1611684.39 100.0 1257563.72 100.0 NA NA NA -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-A*29:02 10 EVDKNLGTVY 2902.43 241.57038645983116 MHCflurry 3.82 0.76 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.2721098 0.51493686 241.57038645983116 0.850375 5326.77 3.82 12233.07 9.0 1691.19 3.5 3337.23 2.2 0.136 0.76 16228.45 18.0 2467.63 7.1 2002.3 6.1 NA NA NA -0.2571428571428573 -0.2571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-A*29:02 10 VDKNLGTVYG 29811.344 5946.38 MHCnuggetsI 39.0 13.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.00022869614 0.028254092 30528.56800829804 44.13500000000001 5946.38 70.23 29094.12 34.0 36732.4 79.0 33205.34 39.0 0.000515 13.0 50000.0 47.0 9317.08 20.0 13568.44 26.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-A*29:02 10 DKNLGTVYGL 30424.149 5883.33 MHCnuggetsI 42.0 18.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00018201827 0.020468544 30452.228312290976 44.13500000000001 5883.33 37.86 19910.54 18.0 30396.07 53.0 31453.64 34.0 5.9e-05 33.0 50000.0 47.0 28137.14 42.0 44929.34 54.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-A*29:02 10 KNLGTVYGLE 29239.428 5880.89 MHCnuggetsI 37.03 27.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 0.00092634466 0.15220346 30147.065064348808 41.302125 5880.89 37.03 25720.78 27.0 28331.79 46.0 31693.44 35.0 5.7e-05 34.0 24747.82 28.0 51913.46 58.0 43604.37 54.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-A*29:02 10 NLGTVYGLEK 15744.625 5755.8 MHCnuggetsI 15.11 7.5 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.009991213 0.1069634 18584.250785527824 10.076249999999996 5755.8 15.11 25511.8 26.0 15290.89 18.0 15474.14 8.8 0.000567 13.0 8297.38 7.5 22505.05 37.0 16015.11 29.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-A*29:02 10 LGTVYGLEKP 37414.475 5966.07 MHCnuggetsI 60.0 32.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.00059132976 0.01662376 31423.473994921747 54.695 5966.07 82.01 36371.34 59.0 40053.56 93.0 38457.61 60.0 4e-06 75.0 50000.0 47.0 18462.05 32.0 159048.65 83.0 NA NA NA -0.3857142857142856 1.2857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-A*29:02 10 GTVYGLEKPF 9800.535 5847.99 MHCnuggetsI 9.474 5.1 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00079962943 0.058318462 17740.371480295325 9.474499999999995 5847.99 27.9 6341.89 5.1 7446.48 8.0 12517.72 6.8 0.00126 8.6 18882.64 21.0 11098.9 23.0 8502.17 19.0 NA NA NA -0.5857142857142857 0.24285714285714274 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-A*29:02 10 TVYGLEKPFL 8528.025 4960.55 SMMPMBEC 9.6 6.9 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0026353863 0.05638778 21199.97586418553 12.580124999999995 5765.04 15.89 11270.07 8.3 9195.62 9.6 15033.34 8.5 0.00106 9.2 7860.43 6.9 5601.19 14.0 4960.55 13.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-A*29:02 10 VYGLEKPFLC 19165.52 2989.03 SMMPMBEC 15.0 8.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 0.007850685 0.15129305 23449.685185502265 15.902624999999992 5673.7 10.37 17290.72 15.0 21040.32 28.0 21586.84 16.0 0.000807 11.0 32085.75 34.0 3752.15 9.6 2989.03 8.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-A*29:02 10 YGLEKPFLCG 30522.805 4723.67 SMM 41.0 13.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 0.0011851093 0.085974775 30661.379212850312 44.13500000000001 5820.99 22.63 31324.24 41.0 30726.73 54.0 30384.23 31.0 1.1e-05 58.0 46352.93 45.0 4723.67 13.0 10364.06 22.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-A*29:02 10 GLEKPFLCGL 23598.785 5889.46 MHCnuggetsI 27.0 20.251124999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.0009709409 0.06860384 25806.82617238825 20.251124999999995 5889.46 40.07 24378.67 24.0 22818.9 32.0 27331.54 24.0 0.000147 23.0 44389.61 43.0 14232.46 27.0 18515.27 32.0 NA NA NA 1.0 1.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-A*29:02 10 LEKPFLCGLA 31768.56 5938.63 MHCnuggetsI 47.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.00040273168 0.05021145 30407.714045412864 44.13500000000001 5938.63 65.31 32138.23 43.0 31398.89 57.0 28735.92 27.0 3.1e-05 42.0 50000.0 47.0 1664485.44 100.0 1176332.24 100.0 NA NA NA 1.8142857142857143 1.8142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-A*29:02 10 EKPFLCGLAL 25466.28 5879.69 MHCnuggetsI 36.65 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.000674864 0.01680596 30465.21571941275 44.13500000000001 5879.69 36.65 24231.41 24.0 28951.56 49.0 23802.13 19.0 6.7e-05 32.0 50000.0 47.0 21841.38 36.0 26701.15 41.0 NA NA NA 2.585714285714286 2.585714285714286 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-A*29:02 10 KPFLCGLALD 23956.12 5949.52 MHCnuggetsI 36.0 14.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 0.0005634236 0.04608647 30782.770361093382 47.25637500000001 5949.52 72.16 16779.47 14.0 30726.73 54.0 28788.51 27.0 8e-06 63.0 26407.71 29.0 8877.28 20.0 21504.53 36.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-A*29:02 10 PFLCGLALDL 15721.03 5282.37 MHCnuggetsI 20.251 3.49 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0078090364 0.0783573 25552.70582956702 20.251124999999995 5282.37 3.49 6749.12 5.4 10815.98 13.0 13637.55 7.5 0.000146 23.0 21269.21 24.0 18979.29 33.0 17804.51 32.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-A*29:02 10 ENMATLFTIC 32506.29 5904.66 MHCnuggetsI 52.0 25.0 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.002372067 0.16608565 31688.46067446812 54.695 5904.66 46.42 24886.1 25.0 33324.12 64.0 29274.43 29.0 1.5e-05 53.0 41599.44 41.0 78936.89 69.0 41165.18 52.0 NA NA NA 2.0 2.0 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-A*29:02 10 NMATLFTICV 10201.475 5678.19 MHCnuggetsI 12.0 6.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.0007252245 0.09751017 24061.960471499795 16.804874999999992 5678.19 10.55 14477.97 12.0 7989.04 8.5 11208.41 6.0 7.2e-05 31.0 7860.43 6.9 14069.54 27.0 9194.54 20.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-A*29:02 10 MATLFTICVW 15577.91 5857.33 MHCnuggetsI 21.0 4.8 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0017613665 0.25194937 19753.563018463778 11.185624999999996 5857.33 30.14 22272.26 21.0 16583.46 20.0 8929.52 4.8 0.000199 20.0 28795.36 31.0 12225.88 25.0 14572.36 28.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-A*29:02 10 ATLFTICVWT 25365.0 5823.93 MHCnuggetsI 24.0 20.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 0.0003690143 0.26287016 26091.198337167025 20.969124999999995 5823.93 23.12 32015.02 43.0 25982.58 39.0 26952.99 24.0 2.1e-05 48.0 20813.9 23.0 8980.08 20.0 24747.42 39.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-A*29:02 10 TLFTICVWTG 12495.76 2724.46 SMM 20.0 7.3 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 0.0013551452 0.29742748 27390.815424991357 25.544875 5877.66 35.980000000000004 21920.59 20.0 19400.38 25.0 16871.76 9.8 2.2e-05 47.0 8119.76 7.3 2724.46 7.6 4164.18 12.0 NA NA NA 1.2142857142857142 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-A*29:02 10 LFTICVWTGE 18735.205 5835.9 MHCnuggetsI 22.585 14.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.003383812 0.27491972 26533.85200610572 22.585249999999995 5835.9 25.31 17469.18 15.0 21154.46 28.0 20001.23 14.0 1.5e-05 53.0 25289.19 28.0 5919.43 15.0 8045.07 18.0 NA NA NA 0.8142857142857142 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-A*29:02 10 FTICVWTGET 14123.525 5665.18 MHCnuggetsI 16.0 9.6 PickPocket 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 0.0058292737 0.53752786 25284.397564036164 19.574124999999995 5665.18 10.03 14374.95 12.0 13872.1 16.0 17093.73 10.0 3.4e-05 41.0 9972.95 9.6 12626.41 25.0 22569.92 37.0 NA NA NA 0.07142857142857133 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-A*29:02 10 TICVWTGETI 24948.545 5911.48 MHCnuggetsI 33.0 19.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.00028341316 0.13024892 25924.120376910312 20.969124999999995 5911.48 49.63 22235.66 21.0 21734.48 29.0 23983.36 19.0 3.9e-05 39.0 30396.07 33.0 51319.21 58.0 25913.73 40.0 NA NA NA 0.35714285714285726 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-A*29:02 10 ICVWTGETIP 37853.99 5945.43 MHCnuggetsI 62.0 38.768 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0004934606 0.050599124 29982.869383855268 38.768 5945.43 69.62 36933.66 62.0 38774.32 88.0 40169.45 68.0 1.2e-05 57.0 50000.0 47.0 30851.76 44.0 154714.14 83.0 NA NA NA -0.4714285714285715 0.8142857142857142 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-A*29:02 10 CVWTGETIPV 14258.835 5665.03 MHCnuggetsI 14.0 6.9 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00047550158 0.027507776 25591.89375757537 20.251124999999995 5665.03 10.02 15823.59 13.0 10527.33 12.0 12694.08 6.9 9.6e-05 27.0 12382.34 14.0 371774.84 94.0 186865.88 86.0 NA NA NA 0.2571428571428572 0.35714285714285726 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-A*29:02 10 AIMRVRTSTA 29047.843 5858.34 MHCnuggetsI 34.0 26.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.00034148231 0.008131103 30185.28512861885 41.302125 5858.34 30.39 30834.63 39.0 23957.42 34.0 27910.4 26.0 6.1e-05 33.0 26985.39 30.0 137176.59 81.0 129876.33 80.0 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-A*29:02 10 IMRVRTSTAF 4039.58 748.65 SMM 4.7 2.7 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.0015140657 0.07944517 10710.915205546598 5.479374999999997 5864.62 32.08 2485.42 2.7 3066.45 4.5 5012.71 2.9 0.00193 7.0 6128.72 4.7 748.65 3.0 1550.71 5.2 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-A*29:02 10 MRVRTSTAFK 21501.845 5954.69 MHCnuggetsI 24.479 7.5 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 0.00020594739 0.011616535 27217.62262461609 24.47925 5954.69 75.38 19169.18 17.0 21269.21 28.0 13645.23 7.5 0.000358 16.0 21734.48 24.0 31716.12 45.0 22209.05 36.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-A*29:02 10 RVRTSTAFKA 27974.2 5867.11 MHCnuggetsI 34.0 13.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.0005306435 0.0423974 29674.07949878487 36.485875 5867.11 32.78 30196.44 37.0 23957.42 34.0 26274.32 23.0 0.000252 18.0 11355.63 13.0 108712.63 76.0 137571.98 81.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-A*29:02 10 VRTSTAFKAV 33469.694 5926.32 MHCnuggetsI 57.77 28.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 0.00012940908 0.015117313 33434.50806783894 79.69287499999999 5926.32 57.77 30397.38 38.0 33504.88 65.0 29199.46 28.0 5.5e-05 34.0 50000.0 47.0 164543.22 84.0 192987.86 86.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-A*29:02 10 RTSTAFKAVL 15431.205 2953.11 SMM 18.943 8.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.0002484231 0.041876487 25006.62820397485 18.942875 5779.98 17.29 30223.89 37.0 17791.74 22.0 26822.09 24.0 8.2e-05 29.0 13070.67 15.0 2953.11 8.0 3610.19 9.3 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-A*29:02 10 TSTAFKAVLH 15544.055 5716.44 MHCnuggetsI 14.384 5.9 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.0025328272 0.084879346 22506.87772707939 14.383874999999994 5716.44 12.44 11994.66 8.8 13648.77 16.0 11073.65 5.9 0.00189 7.0 19932.31 22.0 35832.74 48.0 17439.34 31.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-A*29:02 10 STAFKAVLHQ 23620.95 5424.3 MHCnuggetsI 20.0 4.77 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 0.00086250575 0.0429878 26575.71615779802 22.585249999999995 5424.3 4.77 21614.18 20.0 16140.9 19.0 25627.72 21.0 0.00028 17.0 15208.39 17.0 185472.7 86.0 125178.57 79.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-A*29:02 10 TAFKAVLHQP 31459.982 5999.36 MHCnuggetsI 43.0 16.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00082198065 0.016810039 30660.164013294496 44.13500000000001 5999.36 95.08 27029.81 29.0 32259.8 60.0 34438.44 43.0 0.000151 23.0 44389.61 43.0 6255.76 16.0 96500.6 73.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-A*29:02 10 SEDSGALIQV 31924.075 5894.27 MHCnuggetsI 42.0 10.596374999999997 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.0028785935 0.13288224 19193.862205574074 10.596374999999997 5894.27 41.95 35159.46 54.0 26985.39 42.0 28688.69 27.0 0.000653 12.0 50000.0 47.0 1384458.68 100.0 815699.13 99.0 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-A*29:02 10 EDSGALIQVI 38053.53 5962.91 MHCnuggetsI 61.0 38.768 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.0005686887 0.019995106 29801.77137389442 38.768 5962.91 80.25 36811.58 61.0 34986.78 72.0 39295.48 64.0 1.9e-05 49.0 50000.0 47.0 53614.22 59.0 65997.88 64.0 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-A*29:02 10 DSGALIQVIE 37458.52 5849.59 MHCnuggetsI 49.0 26.708874999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.001525011 0.037330568 27822.835501568843 26.708874999999995 5849.59 28.27 38815.87 72.0 37739.56 84.0 40880.16 72.0 8e-06 63.0 50000.0 47.0 37177.48 49.0 29959.19 44.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-A*29:02 10 SGALIQVIES 35306.935 5928.27 MHCnuggetsI 58.92 38.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00064823235 0.055660795 30295.0367882086 41.302125 5928.27 58.92 36376.05 60.0 34237.82 68.0 38052.81 58.0 8e-06 63.0 50000.0 47.0 23838.56 38.0 89233.93 71.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-A*29:02 10 GALIQVIESC 41168.31 5933.24 MHCnuggetsI 78.0 47.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00033584726 0.03904156 31426.201693667637 54.695 5933.24 61.92999999999999 40423.63 81.0 37535.94 83.0 41912.99 78.0 1.5e-05 53.0 50000.0 47.0 208583.52 87.0 216535.95 88.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-A*29:02 10 ALIQVIESCA 30801.343 5682.41 MHCnuggetsI 37.0 10.73 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00034553875 0.029759288 28901.486958326102 32.57675 5682.41 10.73 37901.18 67.0 24349.41 35.0 32701.2 37.0 6.1e-05 33.0 35367.39 37.0 34141.3 47.0 24747.42 39.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-A*29:02 10 LIQVIESCAV 28843.17 5896.64 MHCnuggetsI 42.92 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.0005421221 0.06773221 28214.22051651317 29.365875 5896.64 42.92 29472.12 35.0 24882.07 37.0 24599.66 20.0 1.3e-05 56.0 50000.0 47.0 83806.94 70.0 59364.94 62.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-A*29:02 10 IQVIESCAVL 26052.878 5926.17 MHCnuggetsI 39.0 19.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00042026347 0.041250225 27372.576854588937 25.544875 5926.17 57.68 31215.63 40.0 28795.36 48.0 24193.17 19.0 6.4e-05 32.0 50000.0 47.0 24733.18 39.0 24520.54 39.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-A*29:02 10 QVIESCAVLY 154.768 32.59 NetMHCcons 0.25 0.1399999999999999 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.41064516 0.94370955 80.16592089349794 0.3434999999999998 1171.03 0.1399999999999999 38.92 0.21 32.59 0.25 60.64 0.15 0.542 0.18 1453.47 0.4 395.62 1.8 229.37 1.1 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-A*29:02 10 VIESCAVLYT 12580.655 3043.18 NetMHC 13.0 3.1 NetMHC 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.009735257 0.61968553 27269.18255200184 25.544875 5546.95 6.67 3043.18 3.1 21269.21 28.0 7150.63 3.8 0.00107 9.2 50000.0 47.0 5251.46 13.0 18010.68 32.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-A*29:02 10 IESCAVLYTT 29144.183 5780.6 MHCnuggetsI 37.0 17.36 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.0030895248 0.3937648 29361.546039714813 34.4285 5780.6 17.36 28926.82 34.0 30726.73 54.0 27978.43 26.0 7e-06 66.0 50000.0 47.0 22608.93 37.0 66150.02 64.0 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-A*29:02 10 ESCAVLYTTI 29116.685 5906.74 MHCnuggetsI 44.0 25.544875 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.0035339494 0.16301475 27494.38787427684 25.544875 5906.74 47.370000000000005 28719.14 33.0 25702.97 39.0 29514.23 29.0 1.6e-05 52.0 44872.5 44.0 146312.02 82.0 69427.26 65.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-A*29:02 10 SCAVLYTTIS 35558.965 5873.14 MHCnuggetsI 52.0 34.54 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00068656245 0.13954684 31294.92430001097 50.764875 5873.14 34.54 33171.95 47.0 33686.63 66.0 37431.3 55.0 4e-06 75.0 50000.0 47.0 42196.85 52.0 128094.36 79.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-A*29:02 10 IMKSADVVKV 20247.696 5843.34 MHCnuggetsI 22.0 12.320249999999994 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.0010418682 0.028195953 20989.781306219837 12.320249999999994 5843.34 26.87 22344.19 21.0 21154.46 28.0 25482.56 21.0 0.0001 27.0 19505.61 22.0 10871.26 23.0 10556.74 22.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-A*29:02 10 MKSADVVKVK 35016.845 5937.73 MHCnuggetsI 57.0 18.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00024267948 0.0011315652 28874.24750322856 32.57675 5937.73 64.75 35795.87 57.0 34237.82 68.0 29400.78 29.0 0.000247 18.0 50000.0 47.0 164543.22 84.0 188594.92 86.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-A*29:02 10 KSADVVKVKC 37368.39 5926.5 MHCnuggetsI 57.88 20.969124999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 0.00021749458 0.035876714 26086.38851924892 20.969124999999995 5926.5 57.88 40710.23 83.0 35752.13 75.0 40945.26 72.0 5.6e-05 34.0 38984.65 40.0 55754.51 60.0 16237.91 30.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-A*29:02 10 SADVVKVKCK 38673.755 5846.97 MHCnuggetsI 47.0 11.393374999999995 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 7.5712574e-05 0.0028684824 20020.889347251665 11.393374999999995 5846.97 27.67 41595.38 88.0 35752.13 75.0 34976.95 45.0 0.000268 18.0 50000.0 47.0 122823.08 78.0 248044.73 90.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-A*29:02 10 ADVVKVKCKL 37197.595 5919.85 MHCnuggetsI 49.0 25.544875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.00020110584 0.023189828 27309.775942851447 25.544875 5919.85 54.08 37703.64 66.0 37132.0 81.0 37462.5 55.0 3.9e-05 39.0 50000.0 47.0 37263.19 49.0 36942.82 49.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-A*29:02 10 DVVKVKCKLT 40455.51 5896.45 MHCnuggetsI 74.0 42.85 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 0.00017266908 0.023382524 30503.647696510685 44.13500000000001 5896.45 42.85 39489.42 76.0 35559.24 74.0 41421.6 75.0 4e-06 75.0 50000.0 47.0 53490.91 59.0 251495.37 90.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-A*29:02 10 VVKVKCKLTQ 36039.31 5701.23 MHCnuggetsI 51.0 11.63 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 0.00039100432 0.016741287 29157.431810558664 34.4285 5701.23 11.63 35460.11 55.0 31740.46 58.0 36618.51 51.0 2.1e-05 48.0 50000.0 47.0 304284.62 92.0 221070.1 88.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-A*29:02 10 VKVKCKLTQS 40662.08 5937.19 MHCnuggetsI 79.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 0.00016372847 0.017395133 33170.80278678197 79.69287499999999 5937.19 64.4 37479.95 65.0 39196.13 90.0 42128.03 79.0 2e-06 85.0 50000.0 47.0 42981.34 53.0 444150.34 95.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-A*29:02 10 KVKCKLTQSF 13897.785 5812.32 MHCnuggetsI 15.0 4.2 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.0013081087 0.08979677 9868.536199294344 5.151374999999999 5812.32 21.26 13532.17 10.0 13141.57 15.0 14263.4 7.9 0.00563 4.2 18082.85 20.0 19556.0 33.0 15364.91 29.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-A*29:02 10 HIMKSADVVN 26826.208 5872.44 MHCnuggetsI 34.34 28.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 0.0002946242 0.018434735 28635.375333490523 30.891874999999995 5872.44 34.34 35673.31 56.0 32965.5 63.0 31268.36 33.0 1.4e-05 54.0 25017.04 28.0 21791.14 36.0 14741.1 28.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-A*29:02 10 IMKSADVVNR 9431.964 4563.31 SMM 13.0 3.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.0010670862 0.00973356 12488.19837670158 6.2701249999999975 5725.77 13.0 26329.25 28.0 16053.81 19.0 22285.28 17.0 0.000511 13.0 5044.15 3.4 4563.31 12.0 6375.73 16.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-A*29:02 10 IMKSADVVKQ 25285.46 5806.27 MHCnuggetsI 32.0 15.902624999999992 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.0010962241 0.022828804 23521.783986625105 15.902624999999992 5806.27 20.42 26221.51 28.0 24349.41 35.0 30729.06 32.0 0.000113 26.0 30068.96 33.0 32906.37 46.0 21504.53 36.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-A*29:02 10 MKSADVVKQR 32637.785 5853.7 MHCnuggetsI 44.0 11.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00029232693 0.0015401142 28219.038896901617 29.365875 5853.7 29.25 34046.09 50.0 31229.48 56.0 29887.33 30.0 0.000743 11.0 45854.11 44.0 87353.44 71.0 161261.24 83.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-A*29:02 10 KSADVVKQRF 7201.105 974.9924766031054 MHCflurry 9.3 1.68175 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.013769796 0.1743026 974.9924766031054 1.68175 5548.31 6.69 21234.5 19.0 8853.9 9.3 19437.99 14.0 0.0101 3.2 20589.91 23.0 4844.85 13.0 2379.74 7.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-A*29:02 10 SADVVKQRFK 32587.38 5937.6 MHCnuggetsI 52.0 10.076249999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 0.00023221377 0.006248499 18653.630474194368 10.076249999999996 5937.6 64.67 35268.03 55.0 29906.73 52.0 29015.85 28.0 0.000363 16.0 48403.09 46.0 50615.09 57.0 84242.26 70.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-A*29:02 10 ADVVKQRFKN 40180.83 5899.35 MHCnuggetsI 52.0 34.4285 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00016407212 0.0077002756 29320.185451490917 34.4285 5899.35 44.05 39872.38 78.0 40489.28 94.0 41667.02 76.0 5e-06 71.0 50000.0 47.0 24847.35 39.0 41450.52 52.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-A*29:02 10 DVVKQRFKNP 42985.165 5943.5 MHCnuggetsI 80.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00023757388 0.007254868 31217.15834456382 50.764875 5943.5 68.39 41360.68 86.0 39196.13 90.0 44609.65 92.0 5e-06 71.0 50000.0 47.0 130701.33 80.0 2063146.18 100.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-A*29:02 10 VVKQRFKNPA 36931.73 5940.38 MHCnuggetsI 59.062 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.00017108487 0.0037178344 31963.649522011216 59.0625 5940.38 66.39 38148.44 68.0 31740.46 58.0 35715.02 48.0 2e-05 49.0 50000.0 47.0 170325.63 84.0 327740.42 93.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-A*29:02 10 VKQRFKNPAW 35610.61 5989.24 MHCnuggetsI 51.0 24.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00014757729 0.011053922 28901.653892831546 32.57675 5989.24 92.26 37438.59 65.0 31740.46 58.0 33782.63 41.0 0.00014 24.0 50000.0 47.0 40297.68 51.0 50179.92 57.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-A*29:02 10 KQRFKNPAWV 35220.305 5890.34 MHCnuggetsI 54.695 36.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 3.8285267e-05 0.00350341 31661.10666127973 54.695 5890.34 40.41 38052.81 68.0 31740.46 58.0 32387.8 36.0 3.8e-05 39.0 50000.0 47.0 764328.41 99.0 1115655.22 100.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-A*29:02 10 QRFKNPAWVW 15347.61 5972.2 MHCnuggetsI 19.0 3.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.0008016281 0.06582721 21042.58174765145 12.580124999999995 5972.2 85.22 24735.23 25.0 17316.93 21.0 13378.29 7.3 0.0116 3.0 50000.0 47.0 7985.09 18.0 8443.65 19.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-A*29:02 10 RFKNPAWVWL 10512.83 5682.38 SMMPMBEC 14.0 5.5 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.0012678618 0.022664258 14080.086631441418 7.078749999999999 5850.66 28.53 21659.59 20.0 14175.55 17.0 10268.04 5.5 0.00233 6.4 10757.62 12.0 5771.38 14.0 5682.38 14.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-A*29:02 10 FKNPAWVWLW 9074.705 5669.31 SMMPMBEC 13.0 4.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 0.0014033177 0.18141434 16061.039804705497 8.317124999999997 5960.73 78.97999999999999 15543.94 13.0 10584.44 13.0 7564.97 4.0 0.00426 4.8 31060.99 33.0 7051.48 17.0 5669.31 14.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-A*29:02 10 KNPAWVWLWN 25625.767 5835.77 MHCnuggetsI 34.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 0.00041811148 0.024949994 28487.63319424835 30.891874999999995 5835.77 25.290000000000003 30772.32 39.0 32787.64 62.0 22763.9 17.0 4.6e-05 37.0 50000.0 47.0 18208.74 32.0 20069.2 34.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-A*29:02 10 WRPAITIKQE 39606.215 5875.54 MHCnuggetsI 63.873 35.29 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 0.00011156289 0.0035361112 32272.24505912351 63.8735 5875.54 35.29 37741.2 66.0 37944.28 85.0 41268.15 74.0 2e-05 49.0 50000.0 47.0 43379.05 53.0 147411.04 82.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-A*29:02 10 RPAITIKQEY 4718.3 716.61 SMM 4.0 0.93 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.054219984 0.26236793 3132.499087202164 2.7459999999999987 5520.44 6.16 6463.25 5.2 4551.43 5.8 4885.17 2.9 0.105 0.93 11112.54 12.0 716.61 2.9 1082.75 4.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-A*29:02 10 PAITIKQEYR 22271.795 5810.53 MHCnuggetsI 25.545 16.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0010242196 0.010274055 27368.315794978844 25.544875 5810.53 21.01 18674.59 16.0 25289.19 38.0 30212.79 31.0 0.000219 19.0 35752.13 37.0 11436.15 24.0 19254.4 33.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-A*29:02 10 AITIKQEYRN 37469.0 5559.81 MHCnuggetsI 53.0 6.93 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 0.0012814959 0.03378675 30350.85966015258 41.302125 5559.81 6.93 34790.11 53.0 34986.78 72.0 40120.8 68.0 1.3e-05 56.0 50000.0 47.0 42981.34 53.0 39951.22 51.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-A*29:02 10 ITIKQEYRNF 7297.825 2245.33 SMM 5.6 2.5 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 0.0026871532 0.14412554 10047.725862386196 5.197124999999999 5086.57 2.5 9509.08 7.2 4040.73 5.4 10494.24 5.6 0.00363 5.2 12117.27 14.0 2245.33 6.7 3044.6 8.2 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-A*29:02 10 WRPAITIKQP 39345.925 5931.68 MHCnuggetsI 70.0 45.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00015743627 0.0027560827 32895.90907415586 74.450375 5931.68 60.97 38421.02 70.0 40270.83 94.0 42596.47 81.0 7e-06 66.0 50000.0 47.0 31137.23 45.0 712081.99 98.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-A*29:02 10 RPAITIKQPK 31283.85 5975.35 MHCnuggetsI 53.0 18.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.0005539119 0.0020524124 25909.036871692348 20.969124999999995 5975.35 86.74 38874.29 72.0 30232.07 53.0 32335.63 36.0 0.000259 18.0 20813.9 23.0 58113.9 61.0 95615.87 73.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-A*29:02 10 PAITIKQPKQ 41617.225 5834.61 MHCnuggetsI 73.0 25.06 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.0003541368 0.00864404 30669.203962521613 44.13500000000001 5834.61 25.06 38736.17 72.0 35367.39 73.0 44498.28 91.0 4e-06 75.0 50000.0 47.0 123674.45 79.0 122611.16 78.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-A*29:02 10 AITIKQPKQS 42138.9 5833.69 MHCnuggetsI 74.0 24.89 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.0011343617 0.010274438 32381.02428888973 63.8735 5833.69 24.89 39190.2 74.0 38357.05 87.0 45087.6 94.0 9e-06 62.0 50000.0 47.0 98691.56 74.0 652424.11 98.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-A*29:02 10 ITIKQPKQSG 34612.3 5926.28 MHCnuggetsI 55.0 37.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.0011843866 0.014718883 30723.41099126091 47.25637500000001 5926.28 57.74 41386.64 87.0 34237.82 68.0 43563.16 87.0 2.8e-05 43.0 34986.78 37.0 23783.73 38.0 46722.92 55.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-A*29:02 10 TIKQPKQSGV 37152.04 5936.06 MHCnuggetsI 59.0 30.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.00025707303 0.0015478516 28702.022108967616 30.891874999999995 5936.06 63.71 36343.79 59.0 33144.32 64.0 37960.29 57.0 7.9e-05 30.0 50000.0 47.0 254261.15 90.0 342397.04 93.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-A*29:02 10 IKQPKQSGVR 40614.965 5852.74 MHCnuggetsI 60.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.0008661269 0.0014604327 30030.29098682355 38.768 5852.74 29.020000000000003 42742.35 94.0 37132.0 81.0 38487.58 60.0 0.000135 24.0 50000.0 47.0 305689.13 92.0 407877.74 95.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-A*29:02 10 KQPKQSGVRE 42959.575 5948.28 MHCnuggetsI 77.0 42.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 5.4798496e-05 0.0010824228 30430.564231194938 44.13500000000001 5948.28 71.41 42920.76 95.0 39622.53 91.0 42998.39 84.0 3.2e-05 42.0 50000.0 47.0 111758.35 77.0 170423.7 84.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-A*29:02 10 QPKQSGVREK 40476.71 5963.84 MHCnuggetsI 78.0 24.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.00025274276 0.0014242971 27320.55460853029 25.544875 5963.84 80.78 39902.16 78.0 37739.56 84.0 41051.26 73.0 0.000135 24.0 50000.0 47.0 268707.63 91.0 804507.32 99.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-A*29:02 10 PKQSGVREKG 45349.8 6027.4 MHCnuggetsI 99.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 9.1318565e-05 0.00079004426 32878.87078816137 74.450375 6027.4 98.84 44121.94 99.0 43911.91 100.0 46577.66 99.0 0.0 100.0 50000.0 47.0 332108.51 93.0 768298.53 99.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-A*29:02 10 KQSGVREKGP 42493.83 5996.26 MHCnuggetsI 94.33 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 7.9153324e-05 0.0020027875 32295.090876381662 63.8735 5996.26 94.33 43612.66 97.0 41375.0 97.0 45717.39 96.0 4e-06 75.0 50000.0 47.0 40112.52 51.0 710444.24 98.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-A*29:02 10 QSGVREKGPS 43386.01 5958.28 MHCnuggetsI 88.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.0001957442 0.0033792725 32097.02107394564 63.8735 5958.28 77.52 41622.41 88.0 40929.75 96.0 45149.61 94.0 1e-06 94.0 50000.0 47.0 123674.45 79.0 1165547.56 100.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-A*29:02 10 SGVREKGPST 43100.535 5940.55 MHCnuggetsI 68.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.00010301494 0.0032155 30844.74201136957 47.25637500000001 5940.55 66.5 42175.46 91.0 40053.56 93.0 44025.61 89.0 1.3e-05 56.0 50000.0 47.0 78033.3 68.0 309406.9 92.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-A*29:02 10 GVREKGPSTS 42354.495 5876.67 MHCnuggetsI 78.0 35.66 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 0.00031859786 0.020470401 31654.182472753924 54.695 5876.67 35.66 40298.72 80.0 36534.22 78.0 44410.27 91.0 2e-05 49.0 50000.0 47.0 236200.06 89.0 1375719.84 100.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-A*29:02 10 VREKGPSTSQ 42566.605 5880.9 MHCnuggetsI 86.0 32.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.00018814807 0.008098761 31386.47542869693 54.695 5880.9 37.03 41698.57 88.0 40270.83 94.0 43434.64 86.0 6.3e-05 32.0 50000.0 47.0 1973694.81 100.0 1019835.21 100.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-A*29:02 10 REKGPSTSQE 43084.73 5931.94 MHCnuggetsI 88.0 36.485875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00013744399 0.0068428186 29501.883127869336 36.485875 5931.94 61.12 42351.51 92.0 41375.0 97.0 43817.95 88.0 4.2e-05 38.0 50000.0 47.0 236200.06 89.0 408817.99 95.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-A*29:02 10 EKGPSTSQEV 41309.8 5953.1 MHCnuggetsI 79.0 47.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.00017101872 0.0029837915 32145.44081266267 63.8735 5953.1 74.39 40076.11 79.0 38984.65 89.0 42543.49 81.0 2.2e-05 47.0 50000.0 47.0 400202.69 94.0 447229.04 95.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-A*29:02 10 KGPSTSQEVC 43390.79 5982.79 MHCnuggetsI 75.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 9.0856556e-05 0.003533114 31531.649784378853 54.695 5982.79 89.88000000000001 42186.89 91.0 42051.98 99.0 44594.69 92.0 8e-06 63.0 50000.0 47.0 105749.91 75.0 71536.88 66.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-A*29:02 10 GPSTSQEVCA 42120.91 5918.62 MHCnuggetsI 82.0 47.0 PickPocket 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00019672643 0.006674429 31648.01751414554 54.695 5918.62 53.400000000000006 41537.83 87.0 38774.32 88.0 42703.99 82.0 7e-06 66.0 50000.0 47.0 192876.8 86.0 337699.18 93.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-A*29:02 10 PSTSQEVCAL 36044.95 5932.96 MHCnuggetsI 61.75 46.0 NetMHC 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00026583785 0.022833815 31273.50753113803 50.764875 5932.96 61.75000000000001 33060.52 46.0 32965.5 63.0 39029.38 62.0 7e-06 66.0 50000.0 47.0 46374.58 55.0 107036.03 76.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-A*29:02 10 WLMLHTADSD 29931.945 5935.69 MHCnuggetsI 44.135 23.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.002168154 0.084369086 30653.86818968841 44.13500000000001 5935.69 63.46000000000001 23618.46 23.0 28331.79 46.0 30059.52 30.0 1e-06 94.0 33504.88 36.0 29804.37 43.0 40043.31 51.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-A*29:02 10 LMLHTADSDV 21037.88 5818.02 MHCnuggetsI 22.15 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.0012131025 0.07141437 28214.366309182107 29.365875 5818.02 22.15 18741.79 16.0 14175.55 17.0 23333.97 18.0 1.2e-05 57.0 13947.35 16.0 73329.72 67.0 62593.61 63.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-A*29:02 10 MLHTADSDVQ 31063.075 5913.68 MHCnuggetsI 40.0 20.969124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.0010469805 0.016838368 26003.76412595709 20.969124999999995 5913.68 50.760000000000005 31277.49 40.0 26694.99 41.0 30848.66 32.0 4e-05 38.0 34986.78 37.0 254847.28 90.0 99891.84 74.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-A*29:02 10 LHTADSDVQA 36034.79 5933.79 MHCnuggetsI 59.062 33.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0009534519 0.017602291 31960.72084351872 59.0625 5933.79 62.27 33798.34 49.0 36732.4 79.0 35337.18 46.0 6e-05 33.0 50000.0 47.0 183349.61 85.0 182192.29 85.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-A*29:02 10 HTADSDVQAN 26907.355 5705.49 MHCnuggetsI 37.0 11.85 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 0.0007167255 0.03749821 21554.90914702784 13.122999999999996 5705.49 11.85 37582.26 65.0 32259.8 60.0 37272.89 54.0 4.5e-05 37.0 18082.85 20.0 19110.85 33.0 39951.22 51.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-A*29:02 10 TADSDVQANA 37430.02 5941.26 MHCnuggetsI 66.95 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0004397078 0.024283644 26225.270367223937 21.751124999999995 5941.26 66.95 38658.71 71.0 34986.78 72.0 36201.33 49.0 6.9e-05 31.0 50000.0 47.0 266244.1 91.0 398593.31 94.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-A*29:02 10 ADSDVQANAF 11159.803 1423.25 SMM 19.0 3.833124999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.00307449 0.08178826 6265.796958268262 3.833124999999999 5955.98 76.14999999999999 22525.28 21.0 16053.81 19.0 24413.79 20.0 0.00137 8.2 50000.0 47.0 1423.25 4.9 1890.3 5.9 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-A*29:02 10 DSDVQANAFR 33220.345 5785.21 MHCnuggetsI 46.0 7.596999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0062668202 0.045573052 14975.107669759544 7.596999999999999 5785.21 17.84 36371.73 59.0 30068.96 52.0 29883.13 30.0 0.000145 23.0 48929.64 46.0 55243.35 60.0 71867.08 66.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-A*29:02 10 SDVQANAFRK 19063.087 5914.38 MHCnuggetsI 29.0 8.426999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.0010820627 0.027312825 16218.63304616141 8.426999999999998 5914.38 51.11 28277.29 32.0 23444.56 33.0 21907.54 16.0 0.00064 12.0 27575.71 30.0 14631.2 28.0 15542.83 29.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-A*29:02 10 DVQANAFRKA 35015.005 5959.3 MHCnuggetsI 52.0 34.4285 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0006912717 0.013584551 29167.0229021802 34.4285 5959.3 78.13 35603.12 56.0 29906.73 52.0 34426.89 43.0 3.5e-05 40.0 50000.0 47.0 306393.82 92.0 647932.85 98.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-A*29:02 10 VQANAFRKAN 34002.097 5811.39 SMM 59.062 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 0.00014550038 0.0039881985 32058.123481663457 59.0625 5983.57 90.18 40172.48 80.0 35946.07 76.0 38049.11 58.0 6e-06 68.0 50000.0 47.0 5811.39 15.0 13662.49 26.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-A*29:02 10 QANAFRKANQ 39134.01 5833.23 MHCnuggetsI 71.0 24.8 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00023829615 0.008285658 31026.11832219961 47.25637500000001 5833.23 24.8 36940.45 62.0 34798.02 71.0 41327.57 74.0 5e-06 71.0 50000.0 47.0 474547.84 96.0 694272.56 98.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-A*29:02 10 ANAFRKANQM 29714.89 6021.82 MHCnuggetsI 35.0 20.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00038471984 0.012776665 31186.140187711448 50.764875 6021.82 98.43 26288.27 28.0 23318.07 33.0 28243.64 26.0 0.000206 20.0 33144.32 35.0 47673.83 56.0 63172.78 63.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-A*29:02 10 NAFRKANQMG 36124.465 5937.34 MHCnuggetsI 58.0 38.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 0.00041173134 0.010147451 32049.94695537958 59.0625 5937.34 64.51 36162.57 59.0 37333.42 82.0 36086.36 49.0 3e-05 42.0 50000.0 47.0 23729.03 38.0 51585.78 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-A*29:02 10 AFRKANQMGA 25826.655 5952.29 MHCnuggetsI 34.428 27.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.000568152 0.01181876 29245.495877699763 34.4285 5952.29 73.88 25670.73 27.0 25982.58 39.0 30791.63 32.0 0.000104 27.0 24481.5 27.0 20858.35 35.0 32101.85 45.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-A*29:02 10 FRKANQMGAL 30720.33 5932.69 MHCnuggetsI 47.0 27.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 0.0001699722 0.007911521 31359.9005900408 50.764875 5932.69 61.59 29083.75 34.0 30560.95 54.0 30879.71 32.0 9.8e-05 27.0 50000.0 47.0 24393.83 39.0 49949.37 57.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-A*29:02 10 RKANQMGALQ 35489.58 5856.59 MHCnuggetsI 53.0 29.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 0.00011601709 0.009373369 31700.119485069925 54.695 5856.59 29.95 34824.01 53.0 34610.27 70.0 36155.15 49.0 2.5e-05 45.0 50000.0 47.0 270570.22 91.0 254407.55 90.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-A*29:02 10 KANQMGALQE 33683.658 5994.52 MHCnuggetsI 49.0 36.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.0004136176 0.039141648 30055.70614339311 41.302125 5994.52 93.87 37311.61 64.0 28951.56 49.0 38944.6 62.0 2.6e-05 44.0 50000.0 47.0 21393.41 36.0 42611.81 53.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-A*29:02 10 ANQMGALQER 27571.952 5881.61 MHCnuggetsI 37.26 8.8 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.008846175 0.033142705 25559.01359871293 20.251124999999995 5881.61 37.26 33703.39 49.0 29584.89 51.0 25514.28 21.0 0.00119 8.8 21734.48 24.0 151802.88 82.0 179692.52 85.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-A*29:02 10 NQMGALQERG 34666.515 6011.9 MHCnuggetsI 47.0 31.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 0.00048196845 0.04566353 29617.31526596949 36.485875 6011.9 97.36 34716.78 52.0 35752.13 75.0 33372.11 39.0 7.3e-05 31.0 50000.0 47.0 34616.25 47.0 63904.29 63.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-A*29:02 10 QMGALQERGF 6168.795 1316.07 SMM 7.2 4.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.002820978 0.088623844 13072.060783973266 6.612249999999999 5903.08 45.72 5819.31 4.8 6434.51 7.2 13463.82 7.4 0.00101 9.5 14407.49 16.0 1316.07 4.6 2044.23 6.3 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-A*29:02 10 MGALQERGFG 34243.155 5973.04 MHCnuggetsI 48.0 43.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 0.00039520612 0.011223462 30416.603549542204 44.13500000000001 5973.04 85.64 31963.09 43.0 34423.54 69.0 35720.04 48.0 2e-06 85.0 50000.0 47.0 34062.77 47.0 57086.05 60.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-A*29:02 10 GALQERGFGA 35548.565 5865.93 MHCnuggetsI 49.0 32.440000000000005 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0011338808 0.03970625 29505.350112271783 36.485875 5865.93 32.440000000000005 35134.34 54.0 29906.73 52.0 35962.79 49.0 2.5e-05 45.0 50000.0 47.0 66570.22 64.0 135061.01 80.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-A*29:02 10 ALQERGFGAD 38402.275 5989.98 MHCnuggetsI 70.0 44.13500000000001 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0013836644 0.03653524 30698.804920936083 44.13500000000001 5989.98 92.51 36238.96 59.0 35559.24 74.0 40565.59 70.0 3e-06 79.0 48929.64 46.0 48448.46 56.0 131683.09 80.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-A*29:02 10 LQERGFGADD 41374.73 5968.34 MHCnuggetsI 81.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.000822046 0.026983798 31505.907233400623 54.695 5968.34 83.22 40340.61 81.0 39408.75 90.0 42408.85 80.0 1e-06 94.0 50000.0 47.0 144970.62 81.0 244641.43 90.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-A*29:02 10 WLMLHTADSG 26234.07 5910.09 MHCnuggetsI 36.486 22.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 0.0011585156 0.06504284 29692.745696819915 36.485875 5910.09 48.96 24938.4 25.0 23957.42 34.0 25773.15 22.0 3e-06 79.0 26694.99 29.0 29804.37 43.0 39222.02 50.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-A*29:02 10 LMLHTADSGN 19470.35 5834.89 MHCnuggetsI 25.11 15.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 0.00090922083 0.059501152 26984.99881851217 24.47925 5834.89 25.11 29677.23 36.0 24218.04 35.0 30271.02 31.0 2e-06 85.0 14722.66 16.0 6099.3 15.0 10927.73 23.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-A*29:02 10 MLHTADSGNA 29212.921 5862.69 MHCnuggetsI 32.577 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.001303305 0.015917365 28888.61225899876 32.57675 5862.69 31.540000000000003 29537.23 35.0 22818.9 32.0 30169.33 31.0 1.4e-05 54.0 23444.56 26.0 81335.47 69.0 93010.08 72.0 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-A*29:02 10 LHTADSGNAQ 35980.515 5841.71 MHCnuggetsI 47.0 26.51 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.00060559675 0.014001493 30240.1367642319 41.302125 5841.71 26.51 31911.25 42.0 35946.07 76.0 36014.96 49.0 6.6e-05 32.0 50000.0 47.0 377815.7 94.0 190778.75 86.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-A*29:02 10 HTADSGNAQK 21095.165 4676.23 PickPocket 19.0 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 0.0005268465 0.009892852 5153.265383830832 3.464249999999999 5759.08 15.4 32474.12 44.0 18478.42 23.0 23711.91 19.0 0.00214 6.6 4676.23 3.0 29395.44 43.0 38329.22 50.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 46 HLA-B*45:01 10 RRHMMFNLSH 30495.652 20591.6 SMM 35.639 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 1 5.224571e-06 0.0004491875 30163.674784017523 35.63949999999999 28017.63 38.59 30827.63 24.0 31912.64 25.0 23020.51 12.0 7.6e-05 30.0 50000.0 54.0 20591.6 47.0 48409.43 70.0 NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 47 HLA-B*45:01 10 RHMMFNLSHY 25031.545 17694.6 NetMHCpan 33.0 7.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 2 3.7031252e-05 0.0017338415 30109.840011522523 35.63949999999999 33289.42 56.82000000000001 32605.8 27.0 22330.41 12.0 17694.6 7.0 0.000281 17.0 26407.71 33.0 22166.14 48.0 23655.38 50.0 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 48 HLA-B*45:01 10 HMMFNLSHYC 26330.22 17893.28 SMM 31.0 12.0 NetMHCpan 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 3 4.011981e-05 0.025073161 28947.752909191546 25.64975 35507.39 68.0 38863.79 39.0 28178.94 18.0 22848.06 12.0 7.6e-05 30.0 24481.5 31.0 17893.28 43.0 20367.14 46.0 NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 HLA-B*45:01 10 QRLSQRKDQR 42954.405 27850.21391051299 MHCflurry 66.33 19.38525 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 4 4.4012177e-05 7.891125e-05 27850.21391051299 19.38525 35215.42 66.33 47510.13 97.0 42051.98 74.0 43856.83 87.0 6.2e-05 33.0 50000.0 54.0 36702.02 62.0 67132.06 78.0 NA NA NA -3.4571428571428577 -2.2714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 HLA-B*45:01 10 RLSQRKDQRL 41976.87 26876.185901450397 MHCflurry 67.0 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 5 0.00012955068 0.003211445 26876.185901450397 16.158749999999998 39979.87 95.52 46436.75 86.0 41151.77 67.0 41326.23 68.0 5.9e-05 33.0 50000.0 54.0 42627.51 67.0 50341.95 71.0 NA NA NA -2.8 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 HLA-B*45:01 10 LSQRKDQRLT 37872.765 25158.8 SMM 52.0 31.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 6 0.00020322653 0.0029054773 30725.714184806195 42.77524999999999 40093.06 96.02 40579.62 45.0 41375.0 69.0 35652.47 35.0 7.3e-05 31.0 50000.0 54.0 25158.8 52.0 27097.55 54.0 NA NA NA -2.3999999999999995 -2.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 HLA-B*45:01 10 SQRKDQRLTE 33404.76 8032.38 PickPocket 30.0 12.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 7 8.167282e-05 0.00010168033 26446.939686195827 15.284124999999998 39592.44 93.56 41479.45 49.0 34053.09 30.0 32756.43 26.0 0.000315 16.0 8032.38 12.0 54036.85 73.0 19675.69 45.0 NA NA NA -2.257142857142857 -2.257142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 NA NA NA -2.2 -2.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 HLA-B*45:01 10 QRKDQRLTEE 42304.96 28711.21007263336 MHCflurry 59.0 23.814625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 8 1.7618662e-05 1.8324878e-05 28711.21007263336 23.814625 32667.57 54.120000000000005 44959.5 71.0 41599.44 71.0 43010.48 81.0 3.7e-05 40.0 50000.0 54.0 32336.28 59.0 46444.04 69.0 NA NA NA -2.2 -2.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 HLA-B*45:01 10 RKDQRLTEEL 35587.595 20062.2800267392 MHCflurry 46.0 6.133875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 9 0.00052651373 0.00924656 20062.2800267392 6.133875 34442.79 62.23 40871.78 46.0 36732.4 40.0 33317.98 27.0 0.000454 14.0 50000.0 54.0 32560.42 59.0 95924.6 86.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 HLA-B*45:01 10 KDQRLTEELQ 35695.4 7343.95 SMMPMBEC 42.0 10.029999999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 10 0.002850072 0.0047674244 24128.27087258879 10.029999999999998 36592.78 74.51 42318.99 53.0 34798.02 32.0 39086.03 52.0 3.3e-05 42.0 50000.0 54.0 16094.96 40.0 7343.95 24.0 NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 HLA-B*45:01 10 DQRLTEELQT 34277.38 13501.89 PickPocket 30.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 11 0.00022241777 0.0022076855 26093.8875527392 13.754874999999998 34501.67 62.55 43219.94 58.0 34053.09 30.0 33767.64 29.0 0.000232 19.0 13501.89 18.0 120695.2 90.0 100214.37 86.0 NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 HLA-B*45:01 10 QRLTEELQTV 22559.56 5042.59 MHCnuggetsI 29.0 5.91 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 12 0.0002064813 0.0009806234 22423.33965994667 7.8825 5042.59 5.91 36897.71 34.0 33144.32 28.0 33849.95 29.0 0.000402 15.0 22695.78 29.0 15159.68 39.0 17136.81 42.0 NA NA NA -0.557142857142857 -0.557142857142857 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 HLA-B*45:01 10 RLTEELQTVE 39770.46 16140.98 SMMPMBEC 54.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 13 0.000103340186 0.008915964 28302.158351073955 22.16875 39521.16 93.17 44412.67 66.0 41825.1 72.0 40019.76 59.0 1.9e-05 50.0 50000.0 54.0 22319.78 49.0 16140.98 41.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 HLA-B*45:01 10 LTEELQTVEN 36288.57 26402.85 NetMHC 44.56 18.0 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 14 0.00072295737 0.0038505362 29415.794896065065 30.050999999999995 30067.69 44.56 26402.85 20.0 42509.45 78.0 28557.7 18.0 0.000119 25.0 50000.0 54.0 45781.5 68.0 77612.2 81.0 NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 HLA-B*45:01 10 TEELQTVENG 3776.45 2046.11 SMMPMBEC 4.9 1.601624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 15 0.00014817133 8.952519e-05 2333.0213171673663 1.601624999999998 2927.0 4.01 12121.73 8.3 7486.88 4.9 10405.6 3.9 0.00468 4.9 4625.9 6.3 2727.03 11.0 2046.11 7.8 NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 HLA-B*45:01 10 EELQTVENGY 4040.695 1112.3383749977784 MHCflurry 4.9 1.1848749999999986 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 16 0.0011863252 0.00013967098 1112.3383749977784 1.1848749999999986 21206.95 24.43 12735.07 8.7 3646.02 3.3 13284.82 4.9 0.035 1.9 1989.19 2.8 3570.18 14.0 4435.37 17.0 NA NA NA -1.242857142857143 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 HLA-B*45:01 10 ELQTVENGYH 35590.995 5317.29 SMM 53.05 19.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 17 0.00021110008 0.0052935546 31945.78338729955 57.24249999999999 32407.67 53.05 44140.55 64.0 38774.32 50.0 40947.03 65.0 3e-05 43.0 50000.0 54.0 5317.29 19.0 10021.44 30.0 NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 HLA-B*45:01 10 LQTVENGYHD 38971.305 21040.32 PickPocket 76.0 27.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 18 0.0007809932 0.005584024 30841.27875073499 42.77524999999999 38957.96 89.92 46062.46 82.0 38984.65 51.0 36292.33 38.0 4e-06 76.0 21040.32 27.0 175666.93 94.0 88293.76 84.0 NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 NA NA NA -2.7 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 HLA-B*45:01 10 QTVENGYHDN 42495.97 30801.45659604281 MHCflurry 75.0 42.77524999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 19 9.603554e-05 0.0023400467 30801.45659604281 42.77524999999999 38128.82 84.54 45424.99 75.0 42280.1 76.0 42711.84 78.0 2e-06 87.0 50000.0 54.0 31166.64 58.0 49309.43 71.0 NA NA NA -2.7 -1.2 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 HLA-B*45:01 10 TVENGYHDNP 22928.328 3989.03 NetMHCpan 31.0 1.6 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 20 0.0013713049 0.053844597 26771.755841946564 16.158749999999998 37487.01 80.30000000000001 17484.87 13.0 44630.4 94.0 3989.03 1.8 0.047 1.6 50000.0 54.0 19084.9 45.0 10231.28 31.0 NA NA NA -2.4285714285714284 -1.2 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 HLA-B*45:01 10 VENGYHDNPT 1441.165 869.82946097981 MHCflurry 1.6 1.068624999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 21 0.0035838543 0.0014073361 869.82946097981 1.068624999999999 2336.48 3.43 1186.75 1.5 1215.83 1.6 2357.98 1.2 0.0197 2.6 1290.38 1.6 2664.96 9.8 1591.95 6.1 NA NA NA -2.0285714285714285 -1.5999999999999999 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 HLA-B*45:01 10 ENGYHDNPTL 33164.87 15208.39 PickPocket 47.0 20.0 PickPocket 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 22 0.004426296 0.0030749582 28162.57038153211 20.700875 20545.62 23.34 41129.06 47.0 39408.75 54.0 40351.95 61.0 7.8e-05 30.0 15208.39 20.0 38167.17 64.0 25877.96 53.0 NA NA NA -1.4285714285714286 -1.4285714285714286 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 HLA-B*45:01 10 NGYHDNPTLE 37634.935 29423.061855366694 MHCflurry 56.0 30.050999999999995 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 23 0.00031722334 0.0015687532 29423.061855366694 30.050999999999995 31004.61 47.74 46403.11 86.0 43439.36 85.0 42859.05 80.0 2.4e-05 47.0 50000.0 54.0 32410.82 59.0 29439.47 56.0 NA NA NA -1.7428571428571427 -1.4285714285714286 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 HLA-B*45:01 10 GYHDNPTLEV 29744.889 20326.61 MHCnuggetsI 28.0 9.2 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 24 0.0003495235 0.057347167 25786.38889954143 13.067624999999998 20326.61 22.99 41562.11 49.0 38357.05 48.0 33703.39 28.0 0.0011 9.2 20813.9 27.0 21611.75 48.0 34113.79 61.0 NA NA NA -0.6857142857142857 -0.6857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 HLA-B*45:01 10 YHDNPTLEVM 39716.955 18222.62559660606 MHCflurry 50.0 5.20425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 25 0.00557556 0.030652134 18222.62559660606 5.20425 37692.91 81.65 41741.0 50.0 35367.39 34.0 30512.71 21.0 0.000975 9.7 46857.18 52.0 707440.63 100.0 277926.53 98.0 NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 HLA-B*45:01 10 HDNPTLEVME 35060.53 7743.37 SMMPMBEC 27.0 7.055125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 26 0.0019429786 0.007528977 21332.553811661062 7.055125 39037.71 90.41 41497.4 49.0 32787.64 27.0 39720.82 56.0 0.000137 24.0 37333.42 44.0 8544.57 27.0 7743.37 25.0 NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 HLA-B*45:01 10 DNPTLEVMET 43329.78 28075.81902311975 MHCflurry 67.12 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 27 0.00020025487 0.0013318714 28075.81902311975 20.700875 35358.85 67.12 43919.52 63.0 42740.04 80.0 41278.88 68.0 2.1e-05 49.0 50000.0 54.0 148829.83 92.0 159562.19 93.0 NA NA NA 0.2142857142857142 0.2142857142857142 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 HLA-B*45:01 10 NPTLEVMETS 33294.787 21723.51 SMMPMBEC 48.0 22.16875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 28 0.00013595531 0.0015516442 28367.57416551193 22.16875 26904.07 35.75 44276.89 65.0 43675.0 87.0 38222.0 47.0 3.8e-05 39.0 50000.0 54.0 23479.56 50.0 21723.51 48.0 NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 HLA-B*45:01 10 PTLEVMETSS 44766.755 31162.855158721977 MHCflurry 86.0 47.08112499999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 29 0.0001376009 0.0009254006 31162.855158721977 47.08112499999999 34376.69 61.92 44903.11 71.0 44630.4 94.0 43744.52 86.0 2e-06 87.0 50000.0 54.0 209744.22 96.0 230637.54 97.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 HLA-B*45:01 10 TLEVMETSSE 27742.566 7143.81 SMMPMBEC 26.0 12.0 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 30 0.0001582624 0.0077724317 29487.08126055504 30.050999999999995 31541.19 49.68 23870.74 18.0 42280.1 76.0 25998.05 14.0 0.000685 12.0 50000.0 54.0 8178.81 26.0 7143.81 24.0 NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 HLA-B*45:01 10 LEVMETSSEM 9836.385 1366.5781921713592 MHCflurry 4.7 1.2857499999999982 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 31 0.00061759324 0.00017820255 1366.5781921713592 1.2857499999999982 12618.43 13.12 14286.73 9.7 7054.34 4.7 4286.26 1.9 0.024 2.3 2010.83 2.9 66022.2 77.0 36385.64 62.0 NA NA NA -0.7857142857142857 0.2 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 HLA-B*45:01 10 EVMETSSEMQ 34930.273 20449.84 SMM 54.0 26.96 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 32 0.00018617185 0.0010890703 29326.986927295755 27.7165 22695.32 26.96 44277.37 65.0 40708.92 63.0 40533.56 62.0 3.4e-05 41.0 50000.0 54.0 20449.84 46.0 28440.03 55.0 NA NA NA -1.5571428571428572 -0.4571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 HLA-B*45:01 10 VMETSSEMQE 31594.456 12014.07 SMM 35.639 13.0 NetMHC 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 33 9.0800575e-05 0.004511468 30360.451600318866 35.63949999999999 37825.67 82.50999999999999 17554.63 13.0 42509.45 78.0 32828.46 26.0 0.000276 17.0 48403.09 53.0 12014.07 34.0 15273.2 39.0 NA NA NA -1.5571428571428572 -0.4571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 HLA-B*45:01 10 METSSEMQEK 4348.911 1472.08 SMMPMBEC 5.6 2.11425 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 34 0.00075667875 0.0001687558 4546.301900669305 2.11425 18336.1 20.02 13004.65 8.9 4151.52 3.6 14716.61 5.6 0.00539 4.7 2240.61 3.3 2671.1 9.8 1472.08 5.8 NA NA NA -2.0142857142857142 -0.7857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 HLA-B*45:01 10 ETSSEMQEKK 42544.09 25632.40034977313 MHCflurry 71.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 35 0.0005387412 0.00054556894 25632.40034977313 13.067624999999998 36493.83 73.91 46586.73 88.0 41599.44 71.0 43488.74 84.0 4.6e-05 37.0 50000.0 54.0 79559.13 81.0 31112.15 58.0 NA NA NA -2.457142857142857 -1.5571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 HLA-B*45:01 10 TSSEMQEKKV 33268.842 9477.42 SMM 42.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 36 0.00033487636 0.0013883198 25828.76375718117 13.754874999999998 23815.65 29.05 45209.25 73.0 40708.92 63.0 41892.59 72.0 3.3e-05 42.0 45360.65 51.0 9477.42 29.0 12850.8 35.0 NA NA NA -1.7428571428571427 -1.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 HLA-B*45:01 10 SSEMQEKKVV 5166.09 976.03 NetMHC 12.0 0.38 NetMHCpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 37 0.00066373573 0.007094218 26328.12966675779 14.480874999999996 5957.66 6.710000000000001 976.03 1.3 37739.56 44.0 1255.96 0.72 0.307 0.38 31740.46 39.0 2976.39 12.0 4374.52 17.0 NA NA NA -0.6428571428571427 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 HLA-B*45:01 10 SEMQEKKVVS 621.145 68.72306873593209 MHCflurry 1.2 0.12075 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 38 0.03580149 0.004667088 68.72306873593209 0.12075 833.4 1.76 770.3 1.2 461.65 0.66 411.79 0.34 0.387 0.29 1249.17 1.6 821.66 3.2 471.99 1.7 NA NA NA -1.0285714285714287 -0.6428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 HLA-B*45:01 10 EMQEKKVVSL 17217.826 8330.86 SMM 25.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 39 0.0067061926 0.0123987375 19255.80118568327 5.6720000000000015 15179.85 15.97 36018.87 32.0 31912.64 25.0 33622.92 28.0 0.00073 12.0 10081.44 14.0 8330.86 26.0 9636.74 29.0 NA NA NA 0.014285714285714235 0.014285714285714235 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 HLA-B*45:01 10 MQEKKVVSLN 14071.51 7289.37 SMM 18.0 5.9 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 40 0.00011024235 0.0013506913 28031.412934852146 20.700875 28349.59 39.48 12670.06 8.7 27131.77 17.0 15472.96 5.9 0.000271 18.0 10414.04 15.0 7289.37 24.0 7707.79 25.0 NA NA NA 0.014285714285714362 0.014285714285714362 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 HLA-B*45:01 10 QEKKVVSLNG 3208.459 890.61 SMM 4.1 1.8571249999999984 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 41 0.00022146305 5.3901596e-05 3367.018503053427 1.8571249999999984 3642.0 4.67 5685.37 4.6 3049.9 2.9 9868.5 3.7 0.00224 6.8 2781.92 4.1 890.61 3.5 1327.18 5.3 NA NA NA 0.5142857142857143 0.5142857142857143 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 HLA-B*45:01 10 EKKVVSLNGE 38563.565 18021.83 MHCnuggetsI 56.0 19.59 MHCnuggetsI 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 42 0.00029529893 0.0003720165 31131.100427679343 47.08112499999999 18021.83 19.59 42868.78 56.0 40489.28 62.0 42462.11 77.0 7e-06 67.0 50000.0 54.0 21962.92 48.0 36637.85 62.0 NA NA NA 0.5714285714285714 0.5714285714285714 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 HLA-B*45:01 10 KKVVSLNGEL 40312.28 28120.60466149969 MHCflurry 50.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 43 6.549528e-05 0.0003739161 28120.60466149969 20.700875 28476.26 39.83 41925.67 51.0 35946.07 36.0 38698.89 50.0 5.4e-05 34.0 50000.0 54.0 42042.64 66.0 114532.83 89.0 NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 HLA-B*45:01 10 KVVSLNGELG 44939.885 28097.7394274662 MHCflurry 74.0 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 6.506315e-05 0.0015145976 28097.7394274662 20.700875 36017.34 70.99 45967.86 81.0 43911.91 89.0 38700.14 50.0 3e-06 81.0 50000.0 54.0 56713.96 74.0 99983.88 86.0 NA NA NA -0.14285714285714293 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 HLA-B*45:01 10 VVSLNGELGD 45041.795 26972.1655143572 MHCflurry 89.0 17.127999999999997 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 0.0007308707 0.0012886479 26972.1655143572 17.127999999999997 38939.02 89.79 47475.7 97.0 45854.11 99.0 44229.48 89.0 0.0 100.0 50000.0 54.0 49738.19 71.0 41680.22 66.0 NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 HLA-B*45:01 10 VSLNGELGDS 44662.8 29346.921397146503 MHCflurry 75.0 27.7165 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 0.0003349614 0.0022729582 29346.921397146503 27.7165 34373.59 61.9 45413.69 75.0 43911.91 89.0 42237.11 75.0 2e-06 87.0 50000.0 54.0 62616.67 76.0 55581.47 73.0 NA NA NA -1.1857142857142857 0.5142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 HLA-B*45:01 10 SLNGELGDSW 36809.79 10445.52 SMMPMBEC 36.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 0.00026727494 0.0009295582 27379.2406130365 18.189125 40644.1 98.02 43354.38 59.0 37739.56 44.0 35880.02 36.0 9.5e-05 28.0 50000.0 54.0 12014.07 34.0 10445.52 31.0 NA NA NA -0.8142857142857143 -0.14285714285714293 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 HLA-B*45:01 10 LNGELGDSWI 40273.19 29085.143745109417 MHCflurry 63.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 0.00061243755 0.0039410926 29085.143745109417 25.64975 32059.61 51.65 44627.03 68.0 40708.92 63.0 39587.38 56.0 5e-06 73.0 39837.46 46.0 92403.84 85.0 62220.0 76.0 NA NA NA -0.1142857142857144 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 HLA-B*45:01 10 NGELGDSWIV 8151.505 2463.87 NetMHC 13.068 1.4 NetMHCpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 0.00213535 0.015857842 25744.66320692861 13.067624999999998 2507.04 3.6 2463.87 2.5 39408.75 54.0 2726.14 1.4 0.0276 2.2 23699.6 30.0 6993.43 23.0 9309.58 29.0 NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 HLA-B*45:01 10 GELGDSWIVP 1719.17 103.7845562613143 MHCflurry 2.0 0.2538749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 0.35648632 0.050451018 103.7845562613143 0.2538749999999998 1936.91 3.02 3206.96 3.1 1229.06 1.6 496.58 0.39 0.278 0.41 1501.43 2.0 21364.37 48.0 4785.53 18.0 NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 HLA-B*45:01 10 ELGDSWIVPL 25415.416 14099.07 PickPocket 36.0 11.891624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 0.0014165824 0.001727627 25182.52184475349 11.891624999999998 25648.31 32.85 38958.52 40.0 35752.13 36.0 34628.63 31.0 4e-05 39.0 14099.07 19.0 24756.54 51.0 21573.97 48.0 NA NA NA 0.8142857142857142 0.9857142857142858 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 HLA-B*45:01 10 LGDSWIVPLD 41142.885 27896.17657917924 MHCflurry 68.36 20.700875 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 0.00048059245 0.0018017066 27896.17657917924 20.700875 35571.44 68.36 45238.62 74.0 44150.12 90.0 38135.65 47.0 1e-06 95.0 50000.0 54.0 69452.84 79.0 30194.65 57.0 NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 HLA-B*45:01 10 GDSWIVPLDN 30179.93 19405.73 SMMPMBEC 45.0 13.067624999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 0.00014156065 0.0006158229 25695.49011236049 13.067624999999998 29130.38 41.72 44003.7 63.0 31229.48 23.0 35881.57 36.0 4e-06 76.0 45854.11 51.0 21217.29 47.0 19405.73 45.0 NA NA NA 0.42857142857142855 0.8142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 HLA-B*45:01 10 DSWIVPLDNL 43032.535 27516.65619589158 MHCflurry 54.81 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 0.000710295 0.004034826 27516.65619589158 18.189125 32834.28 54.81 44913.3 71.0 41151.77 67.0 39184.69 53.0 1.9e-05 50.0 50000.0 54.0 96092.61 86.0 114006.6 89.0 NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 HLA-B*45:01 10 SWIVPLDNLT 30281.065 3393.83 SMM 36.0 14.0 SMM 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 0.00016266337 0.054295216 30900.630321672637 42.77524999999999 20804.14 23.77 29661.5 23.0 37739.56 44.0 35984.6 36.0 3.7e-05 40.0 39837.46 46.0 3393.83 14.0 3801.28 15.0 NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 HLA-B*45:01 10 WIVPLDNLTK 43898.03 29051.650013190814 MHCflurry 74.0 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 0.00034228206 0.002547084 29051.650013190814 25.64975 41037.99 98.97 45286.61 74.0 42509.45 78.0 40555.5 62.0 1.2e-05 58.0 50000.0 54.0 264052.33 98.0 163655.27 94.0 NA NA NA -0.8 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 HLA-B*45:01 10 IVPLDNLTKD 47522.175 29750.37337622225 MHCflurry 95.0 32.66799999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 0.00047824523 0.00041749535 29750.37337622225 32.66799999999999 38799.72 88.91 47932.99 100.0 47111.36 100.0 45821.88 97.0 2e-06 87.0 50000.0 54.0 184794.91 95.0 254056.32 98.0 NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 HLA-B*45:01 10 VPLDNLTKDD 46880.88 28866.58319396311 MHCflurry 81.29 25.64975 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 0.00018225324 0.00042744796 28866.58319396311 25.64975 37638.86 81.28999999999999 47658.91 98.0 46102.85 100.0 45999.2 98.0 3e-06 81.0 50000.0 54.0 102492.01 87.0 76020.37 80.0 NA NA NA -2.1142857142857143 0.35714285714285715 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 HLA-B*45:01 10 PLDNLTKDDL 46291.675 26941.33362094422 MHCflurry 87.25 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 0.00042314277 0.021415116 26941.33362094422 16.158749999999998 38543.95 87.25 46480.5 87.0 46102.85 100.0 44174.5 89.0 9e-06 63.0 50000.0 54.0 689747.29 100.0 579335.31 100.0 NA NA NA -1.0714285714285716 -0.8 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 HLA-B*45:01 10 LDNLTKDDLD 38850.665 6308.56 SMMPMBEC 56.0 8.390625 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 0.0020804114 0.013207026 22748.49186203153 8.390625 38078.8 84.19 45971.83 81.0 39622.53 56.0 40700.1 63.0 4e-06 76.0 50000.0 54.0 9176.77 28.0 6308.56 22.0 NA NA NA -1.0714285714285716 -1.0714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 HLA-B*45:01 10 DNLTKDDLDE 47369.285 27490.14674466191 MHCflurry 100.0 18.189125 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 0.00033325836 0.0015536651 27490.14674466191 18.189125 36257.62 72.45 47891.53 100.0 46352.93 100.0 46847.04 100.0 5e-06 73.0 50000.0 54.0 874359.43 100.0 443537.15 100.0 NA NA NA -2.1142857142857143 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 HLA-B*45:01 10 NLTKDDLDEE 43904.685 26927.10510330611 MHCflurry 71.5 16.158749999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 0.00011589287 0.0011718579 26927.10510330611 16.158749999999998 36099.72 71.5 47386.39 96.0 45360.65 97.0 45181.86 94.0 4e-06 76.0 50000.0 54.0 42627.51 67.0 30264.26 57.0 NA NA NA -2.5142857142857147 -1.0714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 512 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 544 HLA-B*45:01 10 LTKDDLDEEE 46207.22 25878.226525494996 MHCflurry 91.0 13.754874999999998 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 0.00042418414 0.0050842375 25878.226525494996 13.754874999999998 37711.11 81.76 47053.79 93.0 45360.65 97.0 45125.68 94.0 1e-05 61.0 50000.0 54.0 140504.42 92.0 137066.08 91.0 NA NA NA -2.457142857142857 -1.0714285714285716 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 513 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 545 HLA-B*45:01 10 TKDDLDEEED 45166.55 16104.35993884588 MHCflurry 70.0 4.472 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 0.00011110101 0.00028033994 16104.35993884588 4.472 30018.73 44.4 47129.22 93.0 44389.61 92.0 45943.49 98.0 5e-06 73.0 50000.0 54.0 30809.88 58.0 48187.01 70.0 NA NA NA -2.457142857142857 -2.1142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 514 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 546 HLA-B*45:01 10 KDDLDEEEDT 41335.37 15691.611892662542 MHCflurry 54.0 4.3225 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 5.3847725e-05 0.0005984973 15691.611892662542 4.3225 33516.93 57.830000000000005 44392.97 66.0 39196.13 53.0 43474.61 84.0 8e-05 29.0 50000.0 54.0 44739.38 68.0 20793.62 47.0 NA NA NA -2.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 515 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 547 HLA-B*45:01 10 DDLDEEEDTH 46519.655 19140.43137675457 MHCflurry 78.0 5.6720000000000015 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 4.4312303e-05 0.00052684115 19140.43137675457 5.6720000000000015 33786.14 59.08 47231.82 94.0 42509.45 78.0 45807.49 97.0 0.000127 24.0 50000.0 54.0 100621.32 86.0 136750.84 91.0 NA NA NA -3.057142857142857 -2.057142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 516 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 548 HLA-B*45:01 10 DLDEEEDTHL 46122.315 13899.125409316066 MHCflurry 90.0 3.860124999999999 MHCflurry 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 0.0005527016 0.013957285 13899.125409316066 3.860124999999999 34368.79 61.88 47128.71 93.0 45115.92 96.0 44356.97 90.0 0.000222 19.0 50000.0 54.0 308809.04 99.0 328798.63 99.0 NA NA NA -2.014285714285714 -2.014285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 HLA-B*45:01 10 RQSIVGAEVD 26464.655 10874.65 PickPocket 23.0 7.440875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 68 0.0006104032 0.005842568 21874.04574720858 7.440875 36846.39 76.12 29276.33 23.0 30726.73 22.0 23652.98 12.0 3.3e-05 42.0 10874.65 15.0 37127.01 63.0 11374.44 33.0 NA NA NA 1.042857142857143 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 HLA-B*45:01 10 QSIVGAEVDK 38072.14 11322.18 SMMPMBEC 55.0 11.364124999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 69 0.0019111143 0.012799591 24986.04985390205 11.364124999999998 35873.45 70.12 44201.25 65.0 40270.83 60.0 41963.81 73.0 1.4e-05 55.0 50000.0 54.0 19938.39 46.0 11322.18 33.0 NA NA NA -0.15714285714285703 1.4285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 HLA-B*45:01 10 SIVGAEVDKN 45193.435 25863.66 SMM 75.14 23.814625 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 70 7.1495226e-05 0.001101884 28600.091703143808 23.814625 36690.78 75.14 46458.86 86.0 44630.4 94.0 45756.47 97.0 1e-06 95.0 50000.0 54.0 25863.66 53.0 53694.52 73.0 NA NA NA -1.2571428571428573 1.4285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 HLA-B*45:01 10 IVGAEVDKNL 45328.105 27648.35950929255 MHCflurry 72.0 19.38525 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 71 0.00040975967 0.0014789213 27648.35950929255 19.38525 38565.39 87.4 47581.64 98.0 45606.71 98.0 44180.22 89.0 6e-05 33.0 50000.0 54.0 45049.5 68.0 52714.49 72.0 NA NA NA -0.6571428571428573 1.042857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 HLA-B*45:01 10 VGAEVDKNLG 38874.22 20650.47 SMMPMBEC 59.83 13.754874999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 72 0.0011629207 0.0024459625 25930.691867604164 13.754874999999998 33945.21 59.830000000000005 46262.25 84.0 44872.5 95.0 43803.23 86.0 3e-06 81.0 50000.0 54.0 24026.47 50.0 20650.47 47.0 NA NA NA -0.9714285714285714 -0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 HLA-B*45:01 10 GAEVDKNLGT 25011.305 6897.06 NetMHC 20.54 1.9 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 73 0.00045597152 0.0040344275 25366.19019760872 12.471374999999998 18690.11 20.54 6897.06 5.2 41825.1 72.0 9779.96 3.7 0.0369 1.9 50000.0 54.0 50314.13 71.0 24656.42 51.0 NA NA NA -0.5714285714285713 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 HLA-B*45:01 10 AEVDKNLGTV 721.03 58.23783900244676 MHCflurry 0.8 0.075 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 74 0.011476434 0.001328945 58.23783900244676 0.075 1238.43 2.25 722.65 0.97 396.76 0.55 604.24 0.44 0.45 0.22 719.41 0.8 810.38 3.1 992.96 4.0 NA NA NA -0.5714285714285715 -0.5714285714285713 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 HLA-B*45:01 10 EVDKNLGTVY 35816.7 24983.555170286 MHCflurry 45.75 9.1 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 75 0.0025490262 0.0079924185 24983.555170286 11.364124999999998 30424.58 45.75 39978.23 43.0 40489.28 62.0 35911.87 36.0 0.00114 9.1 50000.0 54.0 30952.09 58.0 35721.53 62.0 NA NA NA -0.2571428571428573 -0.2571428571428573 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 HLA-B*45:01 10 VDKNLGTVYG 29857.945 16584.03 SMM 41.0 11.891624999999998 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 76 0.0009534853 0.0031694525 25124.58800152954 11.891624999999998 38744.68 88.56 40606.43 45.0 30560.95 22.0 29154.94 19.0 0.000113 26.0 39408.75 46.0 16584.03 41.0 16593.19 41.0 NA NA NA 0.24285714285714283 0.24285714285714283 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 HLA-B*45:01 10 DKNLGTVYGL 37130.79 28474.24664660923 MHCflurry 45.0 20.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 77 0.00043709617 0.0007666665 28474.24664660923 23.814625 33869.8 59.47 44426.59 67.0 35559.24 35.0 35696.46 35.0 0.000197 20.0 38565.12 45.0 159474.04 93.0 231169.22 97.0 NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 HLA-B*45:01 10 KNLGTVYGLE 40301.135 28996.53 MHCnuggetsI 62.0 41.33 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 78 4.64261e-05 0.0010241609 31758.15008466307 57.24249999999999 28996.53 41.33 44369.45 66.0 40489.28 62.0 40112.99 59.0 3e-06 81.0 43911.91 50.0 63634.11 77.0 37664.31 63.0 NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 HLA-B*45:01 10 NLGTVYGLEK 41978.455 29422.04895298116 MHCflurry 54.0 30.050999999999995 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 79 0.000918698 0.008409601 29422.04895298116 30.050999999999995 35918.82 70.39 46066.95 82.0 38150.11 47.0 36518.42 39.0 3.7e-05 40.0 50000.0 54.0 113159.23 88.0 45806.8 69.0 NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 HLA-B*45:01 10 LGTVYGLEKP 43591.82 24262.19 SMMPMBEC 70.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 80 0.0019896945 0.006093039 30661.03045442447 38.99449999999999 33490.75 57.71 46638.17 88.0 45606.71 98.0 41576.93 70.0 6e-06 70.0 50000.0 54.0 93044.35 85.0 24262.19 51.0 NA NA NA -0.3857142857142856 1.2857142857142858 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 HLA-B*45:01 10 GTVYGLEKPF 40944.635 31480.65810109751 MHCflurry 63.0 42.0 NetMHCpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 81 0.00022646904 0.0006572786 31480.65810109751 51.90287499999999 37051.08 77.42999999999999 44573.47 68.0 40708.92 63.0 37890.53 45.0 3.2e-05 42.0 50000.0 54.0 41180.35 66.0 57800.29 74.0 NA NA NA -0.5857142857142857 0.24285714285714274 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 HLA-B*45:01 10 TVYGLEKPFL 39467.72 21562.05 SMM 59.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 82 0.0014873854 0.0034484265 28824.374466157464 25.64975 38808.58 88.97 44218.96 65.0 40489.28 62.0 40126.86 59.0 4.9e-05 36.0 50000.0 54.0 21562.05 48.0 35639.37 62.0 NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 HLA-B*45:01 10 VYGLEKPFLC 41596.85 30550.57264293665 MHCflurry 59.0 38.99449999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 83 6.205852e-05 0.00690342 30550.57264293665 38.99449999999999 33551.01 57.99999999999999 45530.29 76.0 42509.45 78.0 40684.25 63.0 1.7e-05 52.0 50000.0 54.0 56194.01 74.0 31763.62 59.0 NA NA NA 0.557142857142857 0.557142857142857 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 HLA-B*45:01 10 YGLEKPFLCG 43762.34 30909.54606769049 MHCflurry 72.0 40.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 84 9.0664464e-05 0.007301928 30909.54606769049 42.77524999999999 33002.33 55.56 45699.58 78.0 41825.1 72.0 36877.75 40.0 5e-06 73.0 49461.93 54.0 215620.48 96.0 140906.17 92.0 NA NA NA -0.04285714285714291 0.557142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 434 HLA-B*45:01 10 GLEKPFLCGL 31229.059 8066.95 NetMHCpan 51.0 3.1 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 85 0.00044766974 0.011697189 28314.75890497097 22.16875 34143.36 60.77 9829.61 7.0 39622.53 56.0 8066.95 3.1 0.0105 3.5 49461.93 54.0 44329.21 68.0 24827.33 51.0 NA NA NA 1.0 1.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 435 HLA-B*45:01 10 LEKPFLCGLA 477.255 194.27 NetMHC 0.9 0.28 NetMHC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 86 0.002780166 0.0017782578 999.2353873351392 1.132124999999999 1708.59 2.79 194.27 0.28 454.22 0.66 500.29 0.39 0.0518 1.6 810.33 0.9 226.82 0.7 406.38 1.4 NA NA NA 1.8142857142857143 1.8142857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 436 HLA-B*45:01 10 EKPFLCGLAL 30532.649 8508.49 MHCnuggetsI 27.0 9.01 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 87 0.0023302673 0.0018426835 28413.247108303447 22.16875 8508.49 9.01 32652.05 27.0 33869.37 30.0 24755.85 13.0 0.000104 26.0 50000.0 54.0 20734.33 47.0 63376.76 76.0 NA NA NA 2.585714285714286 2.585714285714286 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 437 HLA-B*45:01 10 KPFLCGLALD 31856.837 22538.76 SMMPMBEC 51.0 25.64975 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 88 4.475886e-05 0.00015142366 29014.913988390686 25.64975 22856.98 27.26 43663.65 61.0 41599.44 71.0 34698.76 32.0 1.2e-05 58.0 50000.0 54.0 24699.6 51.0 22538.76 49.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 438 HLA-B*45:01 10 PFLCGLALDL 45206.85 30821.94 MHCnuggetsI 87.0 47.09 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 89 0.0003591488 0.00467369 31517.13364972703 51.90287499999999 30821.94 47.09 46738.7 89.0 43675.0 87.0 40799.31 64.0 2e-06 87.0 50000.0 54.0 277134.12 98.0 233308.2 97.0 NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 HLA-B*45:01 10 ENMATLFTIC 15357.67 2046.11 SMMPMBEC 13.755 7.8 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 90 0.0011315393 0.015284593 25994.937129823847 13.754874999999998 8931.45 9.41 22517.23 17.0 18985.07 9.1 22974.73 12.0 5.7e-05 34.0 11730.27 16.0 4282.43 16.0 2046.11 7.8 NA NA NA 2.0 2.0 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 HLA-B*45:01 10 NMATLFTICV 14745.085 3331.88 SMM 15.0 5.44 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 91 0.00017609869 0.009721658 29656.48697267335 30.050999999999995 4499.86 5.44 24087.12 18.0 20589.91 9.8 18497.22 7.4 2.5e-05 46.0 10992.95 15.0 3331.88 14.0 5456.7 20.0 NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 True 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 HLA-B*45:01 10 MATLFTICVW 29884.062 10445.52 SMMPMBEC 31.0 15.81 MHCnuggetsI 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 92 0.0004706913 0.0016844895 31336.833928529555 47.08112499999999 15042.73 15.81 31714.38 26.0 33686.63 29.0 28431.29 18.0 7e-06 67.0 32434.8 39.0 13418.07 36.0 10445.52 31.0 NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 HLA-B*45:01 10 ATLFTICVWT 27205.925 9614.57 SMMPMBEC 30.0 15.0 NetMHCcons 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 93 5.097826e-05 0.0027852112 31758.278731946903 57.24249999999999 29361.64 42.39 22771.05 17.0 25702.97 15.0 28708.88 18.0 5e-06 73.0 29745.37 37.0 10038.99 30.0 9614.57 29.0 NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 HLA-B*45:01 10 TLFTICVWTG 28333.652 5307.99 SMMPMBEC 30.39 13.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 94 3.08995e-05 0.0016190798 31684.354674360704 51.90287499999999 24489.44 30.39 38727.35 39.0 32085.75 25.0 24982.95 13.0 7e-06 67.0 35752.13 43.0 7615.35 25.0 5307.99 19.0 NA NA NA 1.2142857142857142 2.3428571428571425 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 HLA-B*45:01 10 LFTICVWTGE 40476.6 22590.72 SMMPMBEC 65.88 49.0 SMMPMBEC 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 95 0.00019162513 0.015080087 32212.23349978324 63.07837499999999 35136.72 65.88000000000001 44367.53 66.0 42051.98 74.0 38901.22 51.0 0.0 100.0 50000.0 54.0 51367.69 71.0 22590.72 49.0 NA NA NA 0.8142857142857142 2.314285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 HLA-B*45:01 10 FTICVWTGET 33825.585 15584.4 SMM 42.0 27.0 NetMHCpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 96 7.969076e-05 0.012748924 30642.794879311496 38.99449999999999 34410.6 62.08 39426.23 41.0 37333.42 42.0 33240.57 27.0 2e-06 87.0 50000.0 54.0 15584.4 40.0 18068.83 43.0 NA NA NA 0.07142857142857133 1.6714285714285715 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 HLA-B*45:01 10 TICVWTGETI 31311.894 16669.79 SMMPMBEC 47.0 22.16875 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 97 0.0009116424 0.026235808 28414.168360324653 22.16875 34209.62 61.09 44912.35 71.0 40929.75 65.0 38166.63 47.0 1.1e-05 60.0 21269.21 28.0 19305.9 45.0 16669.79 41.0 NA NA NA 0.35714285714285726 1.2142857142857142 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 HLA-B*45:01 10 ICVWTGETIP 36252.145 11348.28 SMMPMBEC 53.32 32.66799999999999 MHCflurry 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 98 0.0005733804 0.011378393 30053.29109412563 32.66799999999999 32475.86 53.32 45419.11 75.0 46352.93 100.0 40028.43 59.0 1.2e-05 58.0 44872.5 50.0 24586.12 51.0 11348.28 33.0 NA NA NA -0.4714285714285715 0.8142857142857142 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 HLA-B*45:01 10 CVWTGETIPV 25185.894 2752.26 SMM 22.37 11.0 SMM 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 99 0.00057473883 0.01227771 26414.36812337581 15.284124999999998 19921.95 22.37 32048.63 26.0 33686.63 29.0 29391.22 19.0 1e-05 61.0 23957.42 30.0 2752.26 11.0 5022.62 19.0 NA NA NA 0.2571428571428572 0.35714285714285726 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 HLA-B*45:01 10 AIMRVRTSTA 15487.49 143.78 SMM 8.7 0.4 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 100 0.0003070354 0.034050222 25864.291123511277 13.754874999999998 35324.85 66.93 12651.85 8.7 20149.14 9.6 18323.13 7.3 0.000312 17.0 2579.01 3.8 143.78 0.4 184.05 0.6 NA NA NA -0.7428571428571429 0.3857142857142856 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 HLA-B*45:01 10 IMRVRTSTAF 35828.225 8387.64 PickPocket 47.081 12.0 PickPocket 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 101 0.000104128056 0.0034386844 31181.245759364083 47.08112499999999 39570.7 93.44 42511.76 54.0 32085.75 25.0 29472.42 19.0 6.1e-05 33.0 8387.64 12.0 42627.51 67.0 73439.55 80.0 NA NA NA 0.29999999999999993 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 HLA-B*45:01 10 MRVRTSTAFK 39212.695 29937.81 NetMHCpan 54.0 20.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 102 3.180106e-05 0.00012187097 30019.25623499553 32.66799999999999 32798.03 54.67 43058.0 57.0 35367.39 34.0 29937.81 20.0 4.1e-05 38.0 50000.0 54.0 59660.93 75.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 HLA-B*45:01 10 RVRTSTAFKA 24751.395 5043.01 SMM 20.0 12.0 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 103 0.000107066306 0.0038764866 28865.8015517892 25.64975 26538.0 34.88 26727.35 20.0 35367.39 34.0 22964.79 12.0 0.000222 19.0 14407.49 19.0 5043.01 19.0 9998.39 30.0 NA NA NA 0.0428571428571428 0.29999999999999993 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 HLA-B*45:01 10 VRTSTAFKAV 27691.907 12181.2 SMM 29.0 22.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 104 9.845686e-05 0.0009719698 29029.87304269656 25.64975 26353.94 34.44 33616.71 28.0 30893.41 22.0 32105.21 24.0 5.1e-05 35.0 23192.26 29.0 12181.2 34.0 15846.38 40.0 NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 HLA-B*45:01 10 RTSTAFKAVL 31900.04 18110.48 SMMPMBEC 38.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 105 0.001253039 0.017655551 28506.09757065968 23.814625 38087.96 84.26 38306.05 38.0 36141.06 37.0 33731.12 29.0 3.7e-05 40.0 30068.96 37.0 27145.01 54.0 18110.48 43.0 NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 HLA-B*45:01 10 TSTAFKAVLH 34320.694 4760.91 SMM 42.0 18.0 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 106 0.00011644514 0.0020401415 31509.387467173776 51.90287499999999 28427.75 39.69 39821.93 42.0 37132.0 41.0 39682.6 56.0 8e-06 65.0 50000.0 54.0 4760.91 18.0 10664.24 32.0 NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 HLA-B*45:01 10 STAFKAVLHQ 38851.405 30264.26 SMMPMBEC 54.0 47.0 NetMHCcons 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 107 4.077668e-05 0.00029846095 31755.88124184458 57.24249999999999 31657.39 50.13 42252.67 52.0 38150.11 47.0 39552.7 55.0 1.5e-05 54.0 50000.0 54.0 41370.43 66.0 30264.26 57.0 NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 HLA-B*45:01 10 TAFKAVLHQP 32075.365 4741.66 SMMPMBEC 37.0 13.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 108 0.00039483144 0.0042052455 28761.29363175317 23.814625 33199.77 56.43 43254.1 58.0 39622.53 56.0 30950.96 22.0 0.000565 13.0 44389.61 50.0 13825.79 37.0 4741.66 18.0 NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 HLA-B*45:01 10 SEDSGALIQV 556.635 55.87896717616764 MHCflurry 1.1 0.063 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 109 0.10151168 0.015447045 55.87896717616764 0.063 1181.35 2.19 810.97 1.2 614.95 0.82 498.32 0.39 0.471 0.2 922.68 1.1 473.9 1.7 370.62 1.2 NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 HLA-B*45:01 10 EDSGALIQVI 11601.335 1509.84 SMMPMBEC 12.0 2.3694999999999995 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 110 0.029570367 0.008067401 5959.713984332675 2.3694999999999995 14777.9 15.509999999999998 24545.96 18.0 14252.45 7.2 22979.46 12.0 0.00137 8.4 8950.22 13.0 3721.26 15.0 1509.84 5.9 NA NA NA 2.1285714285714286 2.1285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 HLA-B*45:01 10 DSGALIQVIE 43045.815 28577.445576848448 MHCflurry 73.0 23.814625 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 111 0.0022745419 0.0024848206 28577.445576848448 23.814625 31429.68 49.27 43486.86 60.0 42051.98 74.0 42604.77 78.0 4e-06 76.0 50000.0 54.0 55935.82 74.0 54191.35 73.0 NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 HLA-B*45:01 10 SGALIQVIES 24960.33 6945.4 MHCnuggetsI 31.0 7.61 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 112 0.00038086917 0.0035517465 27710.72958020013 19.38525 6945.4 7.61 36448.14 33.0 38357.05 48.0 34556.39 31.0 1.1e-05 60.0 22209.93 28.0 17485.98 43.0 8240.05 26.0 NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 HLA-B*45:01 10 GALIQVIESC 39620.1 21487.04 MHCnuggetsI 47.0 12.471374999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 113 0.00016117163 0.012825685 25423.96533797012 12.471374999999998 21487.04 24.89 41149.09 47.0 41151.77 67.0 38091.11 47.0 2.7e-05 45.0 36141.06 43.0 135110.78 91.0 72766.25 79.0 NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 HLA-B*45:01 10 ALIQVIESCA 12946.09 289.53 SMM 8.5 0.9 SMM 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 114 0.00032191683 0.15666465 22857.85611382381 8.390625 13578.64 14.13 12313.54 8.5 18180.94 8.6 19973.98 8.2 0.000487 14.0 9447.76 14.0 289.53 0.9 314.72 1.0 NA NA NA 0.7428571428571429 1.6857142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 HLA-B*45:01 10 LIQVIESCAV 21862.991 5911.4 SMM 22.0 16.158749999999998 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 115 0.00048456714 0.032392126 26846.181350933915 16.158749999999998 16879.8 18.06 33462.13 28.0 37132.0 41.0 28545.64 18.0 3e-05 43.0 16404.99 22.0 5911.4 21.0 8145.73 26.0 NA NA NA 1.8428571428571427 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 HLA-B*45:01 10 IQVIESCAVL 28386.38 5620.54 PickPocket 27.0 7.239375 MHCflurry 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 116 0.00019590119 0.0018418302 21584.360874409875 7.239375 26004.26 33.650000000000006 38503.84 38.0 28026.9 18.0 28745.86 18.0 9.7e-05 27.0 5620.54 7.6 147465.35 92.0 72933.99 80.0 NA NA NA 1.7857142857142858 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 HLA-B*45:01 10 QVIESCAVLY 33797.175 8584.01 SMM 35.0 23.0 NetMHCpanEL 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 117 0.00030866166 0.0014872643 29590.379975309792 30.050999999999995 36906.91 76.51 43381.6 59.0 35559.24 35.0 32035.11 24.0 0.000144 23.0 50000.0 54.0 8584.01 27.0 18152.23 43.0 NA NA NA 0.9571428571428572 1.8428571428571427 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 HLA-B*45:01 10 VIESCAVLYT 19898.514 2502.1 NetMHCpan 29.0 1.3 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 118 0.00018142382 0.0043184916 30253.91852964121 35.63949999999999 32813.32 54.73 6232.91 4.8 38565.12 49.0 2502.1 1.3 0.00205 7.0 36141.06 43.0 9543.11 29.0 9374.11 29.0 NA NA NA 1.3571428571428572 1.8428571428571427 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 HLA-B*45:01 10 IESCAVLYTT 884.04 633.77 SMMPMBEC 1.61 0.64 NetMHCpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 119 0.00061736035 0.0001836926 1381.3388961095677 1.291874999999998 722.55 1.61 2934.22 2.9 784.45 1.2 1071.32 0.64 0.00998 3.5 846.17 0.9 921.91 3.7 633.77 2.4 NA NA NA 1.3714285714285717 1.7857142857142858 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 HLA-B*45:01 10 ESCAVLYTTI 18160.96 1986.82 MHCnuggetsI 15.0 3.0700000000000003 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 120 0.002329157 0.011412303 28261.160286242382 22.16875 1986.82 3.0700000000000003 27528.01 21.0 25564.3 15.0 30801.28 21.0 2.4e-05 47.0 10757.62 15.0 3496.95 14.0 2785.67 12.0 NA NA NA 1.657142857142857 1.657142857142857 True False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 HLA-B*45:01 10 SCAVLYTTIS 19539.605 2804.74 MHCnuggetsI 20.0 3.9 MHCnuggetsI 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 121 0.00011813365 0.007350892 32063.724066748997 57.24249999999999 2804.74 3.9 26426.0 20.0 37944.28 46.0 32491.34 25.0 5e-06 73.0 12653.21 17.0 4392.28 17.0 2984.9 12.0 NA NA NA 1.2857142857142858 1.657142857142857 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-B*45:01 10 IMKSADVVKV 29342.025 13797.25 PickPocket 36.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 122 0.00030954374 0.004797998 27831.00758534544 19.38525 30178.46 44.91 36199.37 33.0 35752.13 36.0 34414.59 31.0 4.6e-05 37.0 13797.25 19.0 14510.75 38.0 28505.59 56.0 NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-B*45:01 10 MKSADVVKVK 32453.8 11639.38 SMMPMBEC 33.0 18.189125 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 123 0.00037647973 0.00051685097 27271.255707249933 18.189125 32225.86 52.32 37233.78 35.0 34237.82 30.0 32681.74 26.0 0.000203 20.0 50000.0 54.0 25216.8 52.0 11639.38 33.0 NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-B*45:01 10 KSADVVKVKC 32749.195 19892.53 SMM 47.0 6.8740000000000006 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 124 6.2314735e-05 0.0016547188 21225.122996889284 6.8740000000000006 24690.54 30.8 43111.12 57.0 38150.11 47.0 40018.91 59.0 5.6e-05 34.0 50000.0 54.0 19892.53 46.0 27348.28 54.0 NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-B*45:01 10 SADVVKVKCK 39318.08 21912.885355356 MHCflurry 54.0 7.440875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 125 8.52552e-05 0.0028773772 21912.885355356 7.440875 34932.9 64.78 43367.02 59.0 41151.77 67.0 37484.39 43.0 7.3e-05 31.0 50000.0 54.0 92403.84 85.0 22332.12 49.0 NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-B*45:01 10 ADVVKVKCKL 24194.805 8824.5 SMM 27.0 3.522499999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 126 0.0032734466 0.015451659 12289.257352391209 3.522499999999998 28318.8 39.39 37568.04 36.0 27575.71 17.0 33546.96 28.0 0.000383 15.0 20813.9 27.0 8824.5 27.0 9076.74 28.0 NA NA NA 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-B*45:01 10 DVVKVKCKLT 45499.85 30480.484263027138 MHCflurry 75.0 38.99449999999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 127 2.142126e-05 0.00026410053 30480.484263027138 38.99449999999999 34515.11 62.61 46849.58 91.0 44150.12 90.0 42307.56 75.0 2.2e-05 48.0 50000.0 54.0 122374.24 90.0 113744.39 88.0 NA NA NA -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-B*45:01 10 VVKVKCKLTQ 45491.915 31520.35403783726 MHCflurry 87.0 51.90287499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 128 7.509376e-05 0.00059096236 31520.35403783726 51.90287499999999 32238.78 52.35999999999999 46353.43 85.0 44630.4 94.0 44114.77 88.0 2e-06 87.0 50000.0 54.0 125802.71 90.0 184471.81 95.0 NA NA NA -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-B*45:01 10 VKVKCKLTQS 35514.985 23975.86 MHCnuggetsI 50.0 29.360000000000003 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 129 1.9348434e-05 5.3663556e-05 32040.2321773739 57.24249999999999 23975.86 29.360000000000003 40933.72 46.0 38150.11 47.0 38649.51 50.0 2.4e-05 47.0 50000.0 54.0 25923.28 53.0 32879.86 60.0 NA NA NA -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-B*45:01 10 KVKCKLTQSF 41391.57 26848.22 MHCnuggetsI 53.0 21.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 130 0.00017020093 0.0008333167 30700.714243843788 38.99449999999999 26848.22 35.620000000000005 43160.61 58.0 39622.53 56.0 34870.01 32.0 0.000173 21.0 48403.09 53.0 92616.85 85.0 208895.94 96.0 NA NA NA 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-B*45:01 10 HIMKSADVVN 32146.78 15335.22 SMM 55.0 38.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 131 4.3096774e-05 0.0030700255 30422.653340015528 38.99449999999999 33232.57 56.57 43676.89 61.0 42051.98 74.0 38838.98 51.0 3e-06 81.0 31060.99 38.0 15335.22 39.0 27985.3 55.0 NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-B*45:01 10 IMKSADVVNR 40855.265 28258.2081899721 MHCflurry 56.0 22.16875 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 132 0.00023308645 0.005886079 28258.2081899721 22.16875 32065.96 51.67 45292.98 74.0 42051.98 74.0 39658.55 56.0 1.8e-05 51.0 50000.0 54.0 34728.82 61.0 71767.86 79.0 NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-B*45:01 10 IMKSADVVKQ 43893.37 31066.525448715696 MHCflurry 74.0 47.08112499999999 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 133 0.00010666546 0.001201097 31066.525448715696 47.08112499999999 37002.69 77.12 45277.29 74.0 42509.45 78.0 41855.43 72.0 7e-06 67.0 46352.93 52.0 87435.94 84.0 96589.52 86.0 NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-B*45:01 10 MKSADVVKQR 32967.334 5857.2 SMM 32.23 20.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 134 0.00039411566 0.00026389107 28398.728050175698 22.16875 25364.69 32.23 44662.3 69.0 37535.94 43.0 39116.89 53.0 0.000189 20.0 50000.0 54.0 5857.2 21.0 9975.39 30.0 NA NA NA -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-B*45:01 10 KSADVVKQRF 36035.0 21266.21 SMM 49.0 14.480874999999996 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 135 0.0002978351 0.0022828758 26281.108305938324 14.480874999999996 31515.85 49.58 44609.65 68.0 38565.12 49.0 40894.32 65.0 0.000217 19.0 33504.88 40.0 21266.21 47.0 47416.56 70.0 NA NA NA -0.6 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-B*45:01 10 SADVVKQRFK 38955.03 22642.79 SMMPMBEC 54.0 11.891624999999998 MHCflurry 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 136 4.5042885e-05 0.002319455 25103.66538459429 11.891624999999998 36633.72 74.76 45137.88 73.0 40270.83 60.0 37639.23 44.0 0.000149 23.0 50000.0 54.0 71563.24 79.0 22642.79 49.0 NA NA NA -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-B*45:01 10 ADVVKQRFKN 30178.286 12379.13 SMM 42.0 23.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 137 0.00011152588 0.00091745943 29295.582716775123 27.7165 28862.69 40.93 42298.39 53.0 31060.99 23.0 39456.53 55.0 1.3e-05 57.0 50000.0 54.0 12379.13 34.0 17058.07 42.0 NA NA NA -1.757142857142857 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-B*45:01 10 DVVKQRFKNP 46859.23 30618.897099607988 MHCflurry 72.0 26.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 138 0.00024540382 0.003333768 30618.897099607988 38.99449999999999 36182.71 72.0 48111.75 100.0 45606.71 98.0 41623.32 70.0 0.000107 26.0 50000.0 54.0 185220.9 95.0 96367.37 86.0 NA NA NA -2.585714285714286 -0.6 False False True 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-B*45:01 10 VVKQRFKNPA 24168.125 6021.3 SMM 27.49 14.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 139 0.0007642239 0.030046824 30628.30301555936 38.99449999999999 22982.96 27.49 18235.31 14.0 35559.24 35.0 25353.29 14.0 0.000193 20.0 28178.94 35.0 6021.3 21.0 16403.25 41.0 NA NA NA -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-B*45:01 10 VKQRFKNPAW 30978.682 6897.47 SMM 26.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 140 0.00013844647 0.00020434998 31063.954052218636 47.08112499999999 38124.54 84.50999999999999 23810.38 18.0 30893.41 22.0 32402.89 25.0 0.000109 26.0 50000.0 54.0 6897.47 23.0 12104.03 34.0 NA NA NA -1.4 -1.4 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-B*45:01 10 KQRFKNPAWV 26801.86 7860.43 PickPocket 19.385 8.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 141 1.9433908e-05 0.00069676124 27644.619777729105 19.38525 25959.1 33.550000000000004 30381.6 24.0 24087.38 13.0 19582.8 8.0 0.000649 12.0 7860.43 12.0 103440.35 87.0 106642.42 87.0 NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-B*45:01 10 QRFKNPAWVW 27407.254 19846.78 SMM 34.35 12.0 NetMHCpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 142 0.00014079419 0.00062779087 27716.957730201764 19.38525 26313.73 34.35 39700.21 42.0 26123.53 15.0 31495.86 23.0 0.000644 12.0 50000.0 54.0 19846.78 46.0 27097.55 54.0 NA NA NA -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-B*45:01 10 RFKNPAWVWL 31775.334 23957.42 PickPocket 32.0 17.0 NetMHCpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 143 0.00030075642 0.046469785 31631.468364469627 51.90287499999999 29981.64 44.28 31919.2 26.0 34610.27 32.0 28077.29 17.0 0.000271 18.0 23957.42 30.0 66786.7 78.0 54191.35 73.0 NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-B*45:01 10 FKNPAWVWLW 33100.77 25702.97 NetMHCcons 47.081 15.0 NetMHCcons 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 144 4.0238538e-05 0.000102484526 31092.184702453404 47.08112499999999 34502.95 62.55 38019.06 37.0 25702.97 15.0 31698.59 23.0 6.1e-05 33.0 50000.0 54.0 31455.02 58.0 58067.08 74.0 NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-B*45:01 10 KNPAWVWLWN 41451.565 17878.48 MHCnuggetsI 60.0 19.39 MHCnuggetsI 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 145 4.270236e-05 0.0012108615 33128.23474211697 75.6415 17878.48 19.39 43494.38 60.0 39408.75 54.0 35837.72 36.0 1e-06 95.0 50000.0 54.0 84467.57 83.0 108875.46 88.0 NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 103 HLA-B*45:01 10 WRPAITIKQE 45586.69 31546.279413203127 MHCflurry 73.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 146 7.9780875e-05 9.612584e-05 31546.279413203127 51.90287499999999 35623.72 68.66 47261.47 95.0 43911.91 89.0 42064.28 73.0 1.3e-05 57.0 50000.0 54.0 308098.8 99.0 225387.59 97.0 NA NA NA -0.1142857142857144 0.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 104 HLA-B*45:01 10 RPAITIKQEY 38502.74 26102.97 SMM 54.0 15.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 147 0.00044815012 0.0021152322 27793.40785689888 19.38525 37902.53 83.00999999999999 45220.01 73.0 41375.0 69.0 38463.86 49.0 0.000409 15.0 50000.0 54.0 26102.97 53.0 38541.62 64.0 NA NA NA -0.557142857142857 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 105 HLA-B*45:01 10 PAITIKQEYR 46644.79 31166.191473672166 MHCflurry 86.0 47.08112499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 148 0.0002625592 0.011594244 31166.191473672166 47.08112499999999 38208.57 85.06 47368.45 96.0 45606.71 98.0 45921.13 98.0 3e-06 81.0 50000.0 54.0 98104.74 86.0 125582.75 90.0 NA NA NA -1.842857142857143 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 106 HLA-B*45:01 10 AITIKQEYRN 43739.66 25863.66 SMM 71.0 53.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 149 8.2826824e-05 0.0028186135 32448.158556098297 69.298375 33346.0 57.07 45214.62 73.0 42971.89 82.0 44507.43 91.0 3e-06 81.0 50000.0 54.0 25863.66 53.0 50226.16 71.0 NA NA NA -2.242857142857143 -0.1142857142857144 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 107 HLA-B*45:01 10 ITIKQEYRNF 37422.265 11315.92 SMM 60.73 33.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 150 6.895495e-05 0.0013885241 32099.003386260178 63.07837499999999 34135.61 60.73 46932.29 91.0 40708.92 63.0 42590.02 78.0 3.8e-05 39.0 50000.0 54.0 11315.92 33.0 14788.7 38.0 NA NA NA -2.485714285714286 -0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 HLA-B*45:01 10 WRPAITIKQP 45144.67 28897.26685282892 MHCflurry 54.0 19.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 151 0.00047422736 0.00047223337 28897.26685282892 25.64975 31529.07 49.63 47084.35 93.0 43204.99 83.0 35007.98 33.0 0.000212 19.0 50000.0 54.0 308098.8 99.0 116931.09 89.0 NA NA NA 0.15714285714285703 0.4428571428571428 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 HLA-B*45:01 10 RPAITIKQPK 39524.3 25620.097019743807 MHCflurry 60.0 13.067624999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 152 0.00019103441 0.006868975 25620.097019743807 13.067624999999998 37673.6 81.51 45457.43 76.0 41375.0 69.0 37579.84 44.0 9.9e-05 27.0 50000.0 54.0 59523.71 75.0 33801.04 60.0 NA NA NA -0.6571428571428571 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 HLA-B*45:01 10 PAITIKQPKQ 47233.515 31642.85609508525 MHCflurry 93.0 51.90287499999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 153 0.00016410778 0.00091377326 31642.85609508525 51.90287499999999 37199.65 78.39 47035.49 92.0 46102.85 100.0 47431.54 100.0 1e-06 95.0 50000.0 54.0 212172.94 96.0 152731.99 93.0 NA NA NA -1.8 0.15714285714285708 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 HLA-B*45:01 10 AITIKQPKQS 38988.555 21229.02 SMMPMBEC 54.0 33.0 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 154 0.00032305744 0.004279087 31169.45012692017 47.08112499999999 35697.01 69.1 45217.56 73.0 42280.1 76.0 42525.55 77.0 6.2e-05 33.0 50000.0 54.0 22526.31 49.0 21229.02 47.0 NA NA NA -1.8142857142857145 0.15714285714285703 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 HLA-B*45:01 10 ITIKQPKQSG 40355.79 8783.95 SMM 54.0 27.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 155 0.00014539265 0.0038901041 30317.18592389894 35.63949999999999 39112.14 90.86 46876.96 91.0 41599.44 71.0 43576.81 85.0 2e-05 49.0 50000.0 54.0 8783.95 27.0 13271.81 36.0 NA NA NA -2.514285714285714 -0.6571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 HLA-B*45:01 10 TIKQPKQSGV 33629.055 13953.72 SMM 42.0 19.38525 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 156 0.0004998579 0.011256019 27705.36827042553 19.38525 34113.79 60.63 39709.22 42.0 39622.53 56.0 39340.16 54.0 0.000206 20.0 33144.32 40.0 13953.72 37.0 25057.05 52.0 NA NA NA -1.3571428571428572 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 HLA-B*45:01 10 IKQPKQSGVR 43100.36 24985.61 SMM 55.52 30.050999999999995 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 157 0.00047361891 0.0006555753 29652.077981412924 30.050999999999995 32994.63 55.52 44547.9 68.0 42971.89 82.0 43228.83 82.0 3.5e-05 41.0 50000.0 54.0 24985.61 52.0 64110.62 77.0 NA NA NA -1.5 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 HLA-B*45:01 10 KQPKQSGVRE 43461.965 27262.768870848056 MHCflurry 72.0 18.189125 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 158 1.774967e-05 8.7140754e-05 27262.768870848056 18.189125 39094.72 90.75 45098.83 72.0 41825.1 72.0 37580.63 44.0 0.000154 22.0 50000.0 54.0 210227.73 96.0 209860.16 96.0 NA NA NA -1.7714285714285718 -1.3571428571428572 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 HLA-B*45:01 10 QPKQSGVREK 43000.885 25460.83849332644 MHCflurry 62.0 12.471374999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 159 0.0001280302 0.00041435487 25460.83849332644 12.471374999999998 37496.2 80.36999999999999 42326.77 53.0 43675.0 87.0 40577.0 62.0 0.000284 17.0 50000.0 54.0 74420.06 80.0 57402.39 74.0 NA NA NA -1.7714285714285716 -1.3571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 HLA-B*45:01 10 PKQSGVREKG 43474.73 25450.13 SMM 67.0 42.77524999999999 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 160 0.00025815496 7.419621e-05 30992.706498511867 42.77524999999999 35942.27 70.53 43978.96 63.0 45115.92 96.0 42970.5 80.0 7e-06 67.0 50000.0 54.0 25450.13 52.0 107134.66 87.0 NA NA NA -1.3285714285714287 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 HLA-B*45:01 10 KQSGVREKGP 34484.51 10493.73 SMMPMBEC 39.0 6.133875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 161 0.00024566008 0.00035756346 20013.05487928643 6.133875 39552.42 93.34 45175.5 73.0 36534.22 39.0 28242.11 17.0 0.00125 8.8 32434.8 39.0 70095.48 79.0 10493.73 31.0 NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 HLA-B*45:01 10 QSGVREKGPS 37714.58 10536.35 SMM 57.21 31.0 SMM 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 162 0.00024604975 0.001177838 30432.50360562423 38.99449999999999 33377.18 57.21000000000001 45259.66 74.0 42051.98 74.0 42783.99 79.0 1e-06 95.0 50000.0 54.0 10536.35 31.0 19995.4 46.0 NA NA NA -1.5 -1.3285714285714287 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 HLA-B*45:01 10 SGVREKGPST 31940.52 11013.62 SMMPMBEC 46.0 11.364124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 163 0.0002148033 0.00057483057 24833.244518294905 11.364124999999998 34772.43 63.93 41131.29 47.0 41825.1 72.0 38716.04 50.0 0.000119 25.0 29108.61 36.0 19801.13 46.0 11013.62 32.0 NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 HLA-B*45:01 10 GVREKGPSTS 44627.41 28266.33930216313 MHCflurry 56.0 22.16875 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 164 8.730373e-05 0.0004388135 28266.33930216313 22.16875 32907.49 55.14 45104.7 72.0 44150.12 90.0 39702.77 56.0 0.000101 27.0 50000.0 54.0 121252.3 90.0 167082.13 94.0 NA NA NA -1.6714285714285715 -1.4428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 HLA-B*45:01 10 VREKGPSTSQ 32308.765 21216.11 NetMHC 44.7 5.2 NetMHCpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 165 0.0002968995 0.00016826628 27893.288129635937 20.700875 30110.5 44.7 21216.11 16.0 41151.77 67.0 31680.08 23.0 0.00413 5.2 50000.0 54.0 32937.45 60.0 39530.29 65.0 NA NA NA -1.6714285714285715 -1.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 118 HLA-B*45:01 10 REKGPSTSQE 8171.905 2264.98 PickPocket 8.4 1.7982499999999986 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 166 0.00019509149 5.12745e-05 3109.074221614912 1.7982499999999986 25163.22 31.81 15299.66 12.0 10136.12 5.8 20184.92 8.4 0.0149 3.0 2264.98 3.3 4473.94 17.0 6207.69 21.0 NA NA NA -1.6142857142857143 -1.6142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 119 HLA-B*45:01 10 EKGPSTSQEV 25291.94 5370.27 MHCnuggetsI 25.0 6.2 MHCnuggetsI 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 167 0.0013072237 0.0010455286 23888.89076824644 9.643999999999998 5370.27 6.2 30939.23 25.0 32085.75 25.0 36462.34 38.0 0.000624 12.0 26694.99 33.0 10320.24 31.0 21524.35 48.0 NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 120 HLA-B*45:01 10 KGPSTSQEVC 45341.51 26393.76801973298 MHCflurry 74.0 15.284124999999998 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 168 0.00011572515 0.0013412874 26393.76801973298 15.284124999999998 34470.76 62.38 45322.37 74.0 45360.65 97.0 42256.79 75.0 5.4e-05 34.0 50000.0 54.0 74763.56 80.0 93310.39 85.0 NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 121 HLA-B*45:01 10 GPSTSQEVCA 22771.767 5816.88 SMM 25.0 5.774625 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 169 0.00056610245 0.012214445 19396.49326640697 5.774625 26147.04 33.98 34488.4 30.0 37535.94 43.0 35571.56 35.0 0.000148 23.0 19295.7 25.0 5816.88 21.0 6822.29 23.0 NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 122 HLA-B*45:01 10 PSTSQEVCAL 43750.82 29201.401986460685 MHCflurry 81.0 27.7165 MHCflurry 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 170 0.00045192614 0.001444324 29201.401986460685 27.7165 35847.86 69.97 43932.84 63.0 45360.65 97.0 43568.8 85.0 3e-06 81.0 42509.45 48.0 174457.64 94.0 286371.64 98.0 NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 HLA-B*45:01 10 WLMLHTADSD 39377.37 31183.87 SMMPMBEC 62.0 29.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 171 0.00017224428 0.020355185 32179.125017864622 63.07837499999999 38265.46 85.44 43389.09 59.0 40489.28 62.0 33896.85 29.0 1e-06 95.0 44872.5 50.0 52082.28 72.0 31183.87 58.0 NA NA NA -0.8714285714285716 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 HLA-B*45:01 10 LMLHTADSDV 32823.54 17695.75 PickPocket 43.62 23.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 172 0.000134942 0.010295142 29759.33687970432 32.66799999999999 29770.13 43.62 42474.52 54.0 36732.4 40.0 35399.54 34.0 4e-06 76.0 17695.75 23.0 30247.54 57.0 38719.52 64.0 NA NA NA -0.8142857142857143 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 HLA-B*45:01 10 MLHTADSDVQ 37797.86 10373.61 SMMPMBEC 53.0 31.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 173 0.00017178615 0.022868734 30262.926159728457 35.63949999999999 36385.6 73.22999999999999 42901.75 56.0 41825.1 72.0 39210.12 53.0 7e-06 67.0 40708.92 47.0 19892.53 46.0 10373.61 31.0 NA NA NA -0.8571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 HLA-B*45:01 10 LHTADSDVQA 27400.454 7172.82 SMM 24.0 12.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 174 0.0024037068 0.007845588 25725.21810401611 13.067624999999998 29075.69 41.55 33571.29 28.0 34986.78 33.0 30262.51 20.0 0.000626 12.0 12517.05 17.0 7172.82 24.0 8297.17 26.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 HLA-B*45:01 10 HTADSDVQAN 41759.6 25689.56243011335 MHCflurry 68.0 13.067624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 175 5.7862413e-05 0.0011877717 25689.56243011335 13.067624999999998 38513.32 87.05000000000001 41552.22 49.0 41375.0 69.0 41966.98 73.0 1.4e-05 55.0 50000.0 54.0 45781.5 68.0 99524.5 86.0 NA NA NA -1.2571428571428573 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 HLA-B*45:01 10 TADSDVQANA 15725.762 3570.18 SMM 14.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 176 0.0008914932 0.030820992 15494.17444165128 4.273874999999999 23497.84 28.43 15957.35 12.0 35559.24 35.0 20615.1 8.6 0.00682 4.2 15373.84 21.0 3570.18 14.0 4158.44 16.0 NA NA NA -0.5 -0.5 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 HLA-B*45:01 10 ADSDVQANAF 9763.535 1777.99 SMMPMBEC 7.7 1.4851249999999985 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 177 0.009146797 0.019450614 1951.6814689260789 1.4851249999999985 25543.6 32.629999999999995 18700.46 14.0 15881.05 7.7 23404.0 12.0 0.00452 5.0 3646.02 5.1 3529.31 14.0 1777.99 6.8 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 HLA-B*45:01 10 DSDVQANAFR 45025.235 25133.42590197153 MHCflurry 68.0 11.891624999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 178 0.0012978555 0.013817745 25133.42590197153 11.891624999999998 34583.77 62.95 45420.07 75.0 44630.4 94.0 41349.93 68.0 3.9e-05 39.0 50000.0 54.0 119039.2 89.0 209377.5 96.0 NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 HLA-B*45:01 10 SDVQANAFRK 35814.78 21340.58130834855 MHCflurry 39.0 7.055125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 179 0.00058681244 0.0015643066 21340.58130834855 7.055125 38720.81 88.41 38741.19 39.0 27725.29 17.0 33064.44 27.0 0.000143 23.0 38565.12 45.0 61191.35 76.0 22332.12 49.0 NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 HLA-B*45:01 10 DVQANAFRKA 26667.2 3339.57 SMM 22.0 4.2 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 180 0.0008976111 0.01877764 24757.22991708889 11.364124999999998 30835.54 47.14 28577.17 22.0 36534.22 39.0 19180.8 7.8 0.00682 4.2 39837.46 46.0 3339.57 14.0 6605.87 22.0 NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 HLA-B*45:01 10 VQANAFRKAN 31357.054 15710.15 PickPocket 26.0 15.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 181 1.6753718e-05 0.00040694088 30737.85790805706 42.77524999999999 35673.02 68.95 31976.25 26.0 30726.73 22.0 26246.21 15.0 0.000122 25.0 15710.15 21.0 52322.68 72.0 33878.95 60.0 NA NA NA -1.2857142857142858 -0.12857142857142861 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 HLA-B*45:01 10 QANAFRKANQ 34341.125 4304.57 SMMPMBEC 43.0 16.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 182 0.00036811916 0.004073237 31146.309879290056 47.08112499999999 25629.27 32.81 39112.25 40.0 37535.94 43.0 40751.66 64.0 7e-06 67.0 50000.0 54.0 4578.15 17.0 4304.57 16.0 NA NA NA -1.2857142857142858 -0.5285714285714286 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 HLA-B*45:01 10 ANAFRKANQM 27208.301 12517.05 PickPocket 35.0 17.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 183 0.00020161983 0.0034173583 30536.902031882382 38.99449999999999 23879.7 29.17 41102.38 47.0 34798.02 32.0 35590.43 35.0 0.000143 23.0 12517.05 17.0 23425.56 50.0 12939.87 35.0 NA NA NA -1.2714285714285716 -0.5285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 HLA-B*45:01 10 NAFRKANQMG 39313.655 30897.97 SMMPMBEC 58.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 184 4.395109e-05 0.000991762 31063.63865258772 47.08112499999999 37027.87 77.28 44738.7 69.0 41599.44 71.0 36416.61 38.0 1.6e-05 53.0 50000.0 54.0 41753.22 66.0 30897.97 58.0 NA NA NA -1.7285714285714289 -1.2714285714285716 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 HLA-B*45:01 10 AFRKANQMGA 20312.735 700.95 SMM 13.0 2.7 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 185 0.00012426422 0.02410276 30612.77607957871 38.99449999999999 25854.13 33.33 18415.54 14.0 22209.93 12.0 24232.72 13.0 0.000312 17.0 5099.03 6.9 700.95 2.7 761.96 3.0 NA NA NA -0.8285714285714285 -0.8285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 HLA-B*45:01 10 FRKANQMGAL 37685.13 28747.61024176297 MHCflurry 46.34 23.814625 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 186 6.0633727e-05 0.00040296253 28747.61024176297 23.814625 30602.92 46.34 41626.0 49.0 38774.32 50.0 36595.94 39.0 4.7e-05 36.0 30726.73 38.0 195294.49 95.0 211314.84 96.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 HLA-B*45:01 10 RKANQMGALQ 37953.365 23195.29 MHCnuggetsI 49.0 27.88 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 187 9.406432e-05 0.00030904837 30171.520886096077 35.63949999999999 23195.29 27.88 41813.34 50.0 37739.56 44.0 36817.56 40.0 2.1e-05 49.0 50000.0 54.0 38167.17 64.0 55071.89 73.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 HLA-B*45:01 10 KANQMGALQE 34524.394 19405.73 SMMPMBEC 49.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 188 0.00010962748 0.0012346065 29640.037187201877 30.050999999999995 26905.82 35.76 41174.49 47.0 39408.75 54.0 40571.71 62.0 9e-06 63.0 43439.36 49.0 25923.28 53.0 19405.73 45.0 NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 HLA-B*45:01 10 ANQMGALQER 26712.81 3132.78 SMMPMBEC 14.481 7.95 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 189 0.0030678809 0.012551912 26183.82929663647 14.480874999999996 7319.01 7.95 31852.28 26.0 35176.57 34.0 27241.79 16.0 0.00123 8.8 27875.69 35.0 3248.55 13.0 3132.78 13.0 NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 HLA-B*45:01 10 NQMGALQERG 21641.445 10191.11 PickPocket 16.0 7.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 190 6.122087e-05 0.00094465323 25086.10371021523 11.891624999999998 30499.45 45.99 34298.62 29.0 23067.13 13.0 18783.61 7.5 0.000342 16.0 10191.11 14.0 20215.76 46.0 14552.25 38.0 NA NA NA -0.9571428571428573 -0.48571428571428577 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 395 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 247 HLA-B*45:01 10 QMGALQERGF 33334.736 14344.65 SMM 40.0 31.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 191 0.0004816346 0.0007100816 30825.92104659828 42.77524999999999 37403.38 79.74 43883.9 62.0 36732.4 40.0 35843.55 36.0 4.4e-05 37.0 24747.82 31.0 14344.65 38.0 16029.87 40.0 NA NA NA -0.5000000000000001 -0.48571428571428577 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 396 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 248 HLA-B*45:01 10 MGALQERGFG 35092.458 6787.19 SMM 54.0 23.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 192 9.413298e-05 0.0009842279 30489.87604822801 38.99449999999999 21682.76 25.22 45562.8 77.0 43439.36 85.0 39695.04 56.0 1e-06 95.0 50000.0 54.0 6787.19 23.0 7761.22 25.0 NA NA NA -0.8142857142857143 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 397 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 249 HLA-B*45:01 10 GALQERGFGA 24437.809 11315.92 SMM 24.0 8.1255 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 193 0.0023721321 0.09352315 22492.118023777388 8.1255 26383.5 34.510000000000005 29015.53 22.0 32085.75 25.0 27502.71 16.0 0.000126 24.0 13070.67 18.0 11315.92 33.0 11639.38 33.0 NA NA NA -1.1000000000000003 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 398 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 250 HLA-B*45:01 10 ALQERGFGAD 29717.92 2766.5 SMMPMBEC 27.716 12.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 194 0.0020311456 0.042007685 29399.729719502306 27.7165 39044.41 90.45 31364.25 25.0 36337.11 38.0 30036.11 20.0 2e-05 49.0 27278.95 34.0 3031.73 12.0 2766.5 12.0 NA NA NA -1.1 -0.5000000000000001 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 399 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 251 HLA-B*45:01 10 LQERGFGADD 29025.835 12650.34 NetMHC 44.0 8.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 195 0.0011279677 0.0038066318 28055.159361744318 20.700875 37418.59 79.84 12650.34 8.7 38984.65 51.0 29996.51 20.0 7e-06 67.0 23444.56 30.0 62761.02 76.0 18876.87 44.0 NA NA NA -1.1 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 HLA-B*45:01 10 WLMLHTADSG 37008.46 26849.12 SMMPMBEC 54.0 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 196 9.352223e-05 0.032063566 31085.648181954995 47.08112499999999 37085.26 77.64999999999999 42787.69 55.0 36931.66 41.0 27052.34 16.0 3e-06 81.0 37739.56 44.0 39236.48 64.0 26849.12 54.0 NA NA NA -0.42857142857142866 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 HLA-B*45:01 10 LMLHTADSGN 44635.715 31922.04581583926 MHCflurry 81.09 54.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 197 6.993571e-05 0.0023784654 31922.04581583926 57.24249999999999 37607.06 81.08999999999999 46761.98 90.0 42509.45 78.0 39660.26 56.0 0.0 100.0 50000.0 54.0 88652.3 84.0 138972.86 92.0 NA NA NA -1.4714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 HLA-B*45:01 10 MLHTADSGNA 26469.141 666.33 SMM 18.189 2.5 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 198 0.00041875988 0.03417799 27448.8316322384 18.189125 30282.84 45.26 29850.81 23.0 31740.46 24.0 25489.45 14.0 6.3e-05 32.0 8387.64 12.0 666.33 2.5 911.86 3.6 NA NA NA -0.7571428571428571 -0.10000000000000012 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 HLA-B*45:01 10 LHTADSGNAQ 42359.125 29561.26395173681 MHCflurry 69.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 199 0.0011369763 0.0052720415 29561.26395173681 30.050999999999995 38840.68 89.17 42208.8 52.0 42509.45 78.0 41422.93 69.0 2.6e-05 45.0 50000.0 54.0 190849.05 95.0 112183.76 88.0 NA NA NA -1.1571428571428573 -0.42857142857142866 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 HLA-B*45:01 10 HTADSGNAQK 44072.52 20582.18444562874 MHCflurry 62.0 6.55775 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 200 8.002329e-05 0.00029882923 20582.18444562874 6.55775 41779.06 99.85 46365.98 85.0 40489.28 62.0 39781.45 57.0 0.000157 22.0 50000.0 54.0 135734.42 91.0 87082.32 84.0 NA NA NA -1.9714285714285713 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-A*29:02 10 TADSGNAQKG 41326.95 6042.06 MHCnuggetsI 69.0 21.751124999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.00074919354 0.018628646 26195.98616298113 21.751124999999995 6042.06 99.54 42240.33 91.0 38774.32 88.0 40413.57 69.0 4.3e-05 37.0 50000.0 47.0 69227.72 65.0 163128.56 84.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-A*29:02 10 ADSGNAQKGW 29410.24 5999.56 MHCnuggetsI 47.0 9.611249999999997 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.0014948962 0.021548241 17923.42843251366 9.611249999999997 5999.56 95.13 39115.64 74.0 33144.32 64.0 39934.14 67.0 0.000263 18.0 50000.0 47.0 11409.85 24.0 25676.16 40.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-A*29:02 10 DSGNAQKGWP 42647.165 5982.47 MHCnuggetsI 89.76 41.302125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.00019926694 0.0033903944 30311.672932110057 41.302125 5982.47 89.75999999999999 43014.23 95.0 42280.1 99.0 45531.28 96.0 5e-06 71.0 50000.0 47.0 33672.86 47.0 341609.55 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-A*29:02 10 SGNAQKGWPF 10135.85 4563.31 SMM 9.915 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.001312358 0.018217206 18304.683703184368 9.915499999999994 5918.04 53.080000000000005 12983.56 9.6 9447.76 9.9 10823.94 5.8 0.00137 8.2 42051.98 42.0 4563.31 12.0 7371.06 17.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-A*29:02 10 GNAQKGWPFI 21322.995 5803.14 MHCnuggetsI 25.0 20.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0002380073 0.017499562 31255.60347417012 50.764875 5803.14 20.01 23140.38 22.0 19505.61 25.0 28835.58 28.0 2.9e-05 43.0 29425.27 32.0 11409.85 24.0 9215.74 20.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-A*29:02 10 NAQKGWPFIL 26057.413 5826.73 MHCnuggetsI 23.61 13.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.0025017972 0.036320332 25917.135931774552 20.969124999999995 5826.73 23.61 26197.69 28.0 18478.42 23.0 19368.29 13.0 0.000316 17.0 50000.0 47.0 36667.39 49.0 41930.5 52.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-A*29:02 10 AQKGWPFILL 16606.4 5773.5 MHCnuggetsI 18.0 8.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.002773643 0.12349664 19430.17709254837 10.787374999999995 5773.5 16.66 20550.96 18.0 15373.84 18.0 17838.96 12.0 0.00146 8.0 37333.42 38.0 11702.54 24.0 15119.24 28.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-A*29:02 10 QKGWPFILLH 15884.23 5671.77 MHCnuggetsI 23.499 4.7 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 0.0035409362 0.11452593 26915.575555668587 23.49875 5671.77 10.28 11196.66 8.2 18985.07 24.0 8861.76 4.7 0.00407 4.9 50000.0 47.0 14004.9 27.0 17763.56 31.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-A*29:02 10 KGWPFILLHI 17748.145 5761.94 MHCnuggetsI 15.62 6.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 0.00034966957 0.05722797 23167.159438245573 15.096749999999997 5761.94 15.62 16938.34 14.0 13501.89 16.0 11904.67 6.4 0.000564 13.0 24747.82 28.0 35750.33 48.0 18557.95 32.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-A*29:02 10 GWPFILLHIK 16747.919 5831.3 MHCnuggetsI 17.0 8.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.0008477176 0.015487775 17976.437842224594 9.611249999999997 5831.3 24.43 19163.38 17.0 14407.49 17.0 15519.4 8.8 0.00094 9.8 11479.16 13.0 33518.15 46.0 31515.92 45.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-A*29:02 10 WPFILLHIKT 27175.58 5830.91 MHCnuggetsI 41.0 12.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.0004666332 0.013394469 31981.570379493063 59.0625 5830.91 24.36 13736.78 12.0 26407.71 40.0 23316.8 18.0 3.3e-05 41.0 41599.44 41.0 27943.45 42.0 46938.59 55.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-A*29:02 10 PFILLHIKTL 16880.665 5760.83 MHCnuggetsI 21.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.0006206088 0.02015792 28812.57187543055 32.57675 5760.83 15.53 15465.26 13.0 17410.87 21.0 20324.74 14.0 0.000191 21.0 41151.77 41.0 7590.67 18.0 16350.46 30.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-A*29:02 10 FILLHIKTLR 10488.605 5151.89 MHCnuggetsI 12.0 2.77 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 0.0018407153 0.061156992 21474.75567805719 12.845624999999997 5151.89 2.77 14520.17 12.0 9972.95 12.0 11004.26 5.9 0.00127 8.5 5324.55 3.7 14069.54 27.0 9943.29 21.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-A*29:02 10 ILLHIKTLRI 10780.72 4164.18 SMMPMBEC 12.0 4.74 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 0.0020163218 0.14289473 22617.61746406104 14.383874999999994 5421.39 4.74 12813.72 9.5 8853.9 9.3 12707.54 6.9 0.000296 17.0 14564.23 16.0 6550.58 16.0 4164.18 12.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-A*29:02 10 LLHIKTLRIR 25848.291 5714.57 MHCnuggetsI 28.0 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 0.00031225805 0.006103494 28849.76289862916 32.57675 5714.57 12.35 30318.87 37.0 21040.32 28.0 22846.82 17.0 0.00019 21.0 11112.54 12.0 50266.66 57.0 74221.55 67.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-A*29:02 10 LHIKTLRIRT 34302.12 5812.3 MHCnuggetsI 51.0 21.26 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 7.836766e-05 0.008389394 32653.50454134805 69.087125 5812.3 21.26 36201.33 59.0 33324.12 64.0 36505.38 51.0 1e-05 60.0 50000.0 47.0 19873.76 34.0 35280.12 48.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-A*29:02 10 HIKTLRIRTY 3590.665 1081.1638268690765 MHCflurry 3.9 1.7 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 0.0075824657 0.34855077 1081.1638268690765 1.760625 5293.97 3.58 5991.04 4.9 2122.61 3.9 4589.96 2.7 0.0391 1.7 13648.77 15.0 1089.63 4.0 2591.37 7.4 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-A*29:02 10 IKTLRIRTYF 5873.795 996.05 SMM 5.9 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 0.0004912373 0.07382451 29833.1763647985 38.768 5854.4 29.42 5752.32 4.8 16404.99 20.0 5893.19 3.3 0.00279 5.9 50000.0 47.0 996.05 3.8 1590.49 5.2 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-A*29:02 10 KTLRIRTYFT 17628.21 5774.53 MHCnuggetsI 18.0 6.2 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 0.0006006885 0.15284666 27792.97499035644 26.708874999999995 5774.53 16.76 20193.23 18.0 17410.87 21.0 22375.89 17.0 8.7e-05 29.0 7208.66 6.2 7182.57 17.0 17845.55 32.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-A*29:02 10 TLRIRTYFTM 8550.505 5333.6 NetMHC 12.0 3.1 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 0.0008932253 0.108780384 26506.833107619 22.585249999999995 5931.04 60.58 5333.6 4.5 8342.39 8.8 5580.19 3.1 0.000681 12.0 8758.62 7.9 33058.26 46.0 39584.94 51.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-A*29:02 10 LRIRTYFTMQ 31311.535 5896.95 MHCnuggetsI 52.0 21.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 0.0001920933 0.064308785 32716.339903345783 69.087125 5896.95 43.05 22534.05 21.0 29906.73 52.0 28386.4 27.0 1.4e-05 54.0 50000.0 47.0 280078.65 91.0 138206.99 81.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-A*29:02 10 RIRTYFTMQS 24349.795 5921.4 MHCnuggetsI 31.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 0.00017360861 0.0474346 32249.89440929052 63.8735 5921.4 54.94 25081.27 25.0 23699.6 34.0 24999.99 20.0 7.1e-05 31.0 21500.59 24.0 11702.54 24.0 59092.18 61.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-A*29:02 10 IRTYFTMQSG 35523.498 6003.03 MHCnuggetsI 60.0 33.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.00013436496 0.03398261 32896.886165985314 74.450375 6003.03 95.89 30762.31 39.0 38150.11 86.0 31054.61 33.0 1e-05 60.0 50000.0 47.0 54360.07 59.0 124603.43 79.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-A*29:02 10 RTYFTMQSGL 7229.69 4676.23 PickPocket 10.787 3.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.00021408952 0.04904612 19467.697599477942 10.787374999999995 5875.99 35.43 7596.13 5.9 10470.53 12.0 9753.96 5.2 0.00161 7.6 4676.23 3.0 5143.75 13.0 6863.25 17.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-A*29:02 10 TYFTMQSGLA 5937.115 4584.37 SMM 9.7 3.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 0.005018435 0.14965798 19963.707015812848 11.393374999999995 5712.26 12.22 4933.29 4.3 6161.97 7.0 6574.05 3.6 0.00097 9.7 8387.64 7.6 4584.37 12.0 5476.84 14.0 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-A*29:02 10 YFTMQSGLAG 7654.265 552.43 SMM 6.4 2.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.0077117747 0.22349207 27463.419078221526 25.544875 5278.33 3.46 8393.54 6.4 10414.04 12.0 6914.99 3.7 0.000275 18.0 11730.27 13.0 552.43 2.3 1494.62 5.1 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-A*29:02 10 FTMQSGLAGR 8048.195 2416.9 PickPocket 7.5 1.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.005471847 0.047743022 8604.223810069117 4.649749999999998 5605.57 8.03 15116.84 13.0 6866.08 7.5 8088.28 4.3 0.00287 5.8 2416.9 1.0 8836.49 20.0 8008.11 18.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-A*29:02 10 TMQSGLAGRE 27939.945 5937.4 MHCnuggetsI 33.0 22.585249999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 0.0009062238 0.038048245 26542.66675098477 22.585249999999995 5937.4 64.55 26978.09 29.0 21970.92 30.0 28901.8 28.0 5.5e-05 34.0 30068.96 33.0 81148.41 69.0 93439.39 73.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-A*29:02 10 MQSGLAGREA 30873.305 5930.58 MHCnuggetsI 42.0 32.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.00076761283 0.010889235 30071.76880673117 41.302125 5930.58 60.31 31155.23 40.0 26839.8 42.0 30591.38 32.0 5.6e-05 34.0 46352.93 45.0 160058.96 83.0 307985.31 92.0 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-A*29:02 10 QSGLAGREAL 29306.518 5879.74 MHCnuggetsI 42.0 21.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.00041952977 0.007979819 29028.146491937456 32.57675 5879.74 36.66 31927.14 42.0 29584.89 51.0 37742.83 56.0 3e-05 42.0 50000.0 47.0 9711.36 21.0 9920.42 21.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-A*29:02 10 SGLAGREALD 37406.39 5965.98 MHCnuggetsI 70.0 38.768 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.003687327 0.029025631 29924.89230711302 38.768 5965.98 81.97 35809.42 57.0 38565.12 87.0 40730.95 71.0 3e-06 79.0 50000.0 47.0 36247.66 49.0 84048.51 70.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-A*29:02 10 GLAGREALDE 37822.7 5932.96 MHCnuggetsI 61.76 32.57675 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00091405044 0.039171528 29055.38075915961 32.57675 5932.96 61.760000000000005 34493.63 52.0 28331.79 46.0 41293.15 74.0 6e-06 68.0 41151.77 41.0 72657.42 66.0 104599.59 75.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-A*29:02 10 LAGREALDEN 42335.28 5953.88 MHCnuggetsI 85.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.0006982837 0.023278492 30918.287671989467 47.25637500000001 5953.88 74.86 41442.2 87.0 40489.28 94.0 43228.36 85.0 1e-06 94.0 50000.0 47.0 85168.7 70.0 180521.94 85.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-A*29:02 10 AGREALDENQ 43558.97 5906.46 MHCnuggetsI 90.0 30.891874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.00027595198 0.01777406 28492.24136234008 30.891874999999995 5906.46 47.23 42041.53 90.0 40708.92 95.0 45076.41 94.0 5e-06 71.0 50000.0 47.0 1130524.56 100.0 637573.12 98.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-A*29:02 10 GREALDENQV 41607.65 5968.99 MHCnuggetsI 82.0 47.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.00042563656 0.012692198 31019.03818660483 47.25637500000001 5968.99 83.57 40426.68 81.0 39196.13 90.0 42788.62 82.0 1.7e-05 51.0 50000.0 47.0 889774.59 99.0 1024542.55 100.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-A*29:02 10 REALDENQVA 42365.02 5951.47 MHCnuggetsI 76.0 30.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.0015056711 0.0433712 28704.81531739212 30.891874999999995 5951.47 73.39 43114.4 95.0 40489.28 94.0 41615.64 76.0 7.4e-05 30.0 50000.0 47.0 1763112.4 100.0 1077779.7 100.0 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-A*29:02 10 EALDENQVAF 10973.227 3238.02 SMM 11.2 3.854999999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0009976517 0.024788927 6330.203046397482 3.854999999999999 5692.48 11.2 15616.25 13.0 17791.74 22.0 19141.41 13.0 0.00391 5.0 50000.0 47.0 3238.02 8.6 3503.72 9.1 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-A*29:02 10 LMLHTADSDI 18555.975 5927.16 MHCnuggetsI 30.892 14.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.0007227641 0.043964487 28519.889015618985 30.891874999999995 5927.16 58.26 17363.64 15.0 14099.07 17.0 22942.93 17.0 9e-06 62.0 12930.01 14.0 24562.92 39.0 19748.31 34.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-A*29:02 10 MLHTADSDIF 5989.28 1525.91 SMMPMBEC 6.0 3.3 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0031935547 0.083871715 7644.364293226326 4.3009999999999975 5950.59 72.83 7628.59 6.0 4502.45 5.7 6027.97 3.3 0.0018 7.2 10874.65 12.0 2255.69 6.7 1525.91 5.1 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-A*29:02 10 LHTADSDIFY 786.605 150.71 NetMHC 1.1 0.44 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.05089117 0.7197049 2060.95084748992 2.29725 3396.92 0.62 150.71 0.51 1196.26 3.0 289.6 0.44 0.2 0.55 12382.34 14.0 376.95 1.7 234.17 1.1 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-A*29:02 10 HTADSDIFYT 8317.52 1597.11 NetMHC 9.764 2.2 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 0.009493326 0.29580346 18149.34467283038 9.764249999999995 5144.63 2.74 1597.11 2.2 14802.53 18.0 6553.6 3.6 0.0106 3.1 10081.44 9.8 3938.04 9.8 22831.27 37.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-A*29:02 10 TADSDIFYTF 3340.465 2028.99 SMM 4.12 2.380875 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.03472737 0.3627444 2246.818598472352 2.380875 5362.58 4.12 2705.25 2.9 3975.68 5.3 4641.29 2.8 0.0169 2.5 30726.73 33.0 2028.99 6.2 2474.74 7.2 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-A*29:02 10 ADSDIFYTFS 22076.695 2536.76 SMM 30.0 7.3 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.002008051 0.15797247 30520.237366362104 44.13500000000001 5884.55 38.29 17458.4 15.0 26694.99 41.0 28600.05 27.0 0.000121 25.0 50000.0 47.0 2536.76 7.3 16275.34 30.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-A*29:02 10 DSDIFYTFSK 17856.685 5886.43 MHCnuggetsI 24.0 7.785874999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0017743349 0.041766595 15318.202891352968 7.785874999999999 5886.43 38.940000000000005 16625.32 14.0 19088.05 24.0 15845.87 9.0 0.000614 12.0 32085.75 34.0 69068.5 65.0 52063.1 58.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-A*29:02 10 SDIFYTFSKQ 25876.048 5879.44 MHCnuggetsI 33.0 13.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0006056381 0.05733029 27585.095428571367 26.708874999999995 5879.44 36.56 15781.36 13.0 23192.26 33.0 24167.0 19.0 8.4e-05 29.0 50000.0 47.0 34457.2 47.0 33001.22 46.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-A*29:02 10 DIFYTFSKQV 19966.745 5813.23 MHCnuggetsI 23.0 6.7 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00036420193 0.034288622 28795.43241684522 32.57675 5813.23 21.4 8751.33 6.7 18478.42 23.0 17418.22 12.0 0.000433 14.0 24747.82 28.0 21691.02 36.0 21455.07 36.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-A*29:02 10 IFYTFSKQVT 13507.775 2199.28 SMM 15.0 6.6 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 0.0074745943 0.07361461 25902.59135212064 20.969124999999995 5595.09 7.76 17201.9 15.0 16140.9 19.0 17932.44 12.0 0.00013 24.0 10874.65 12.0 2199.28 6.6 7577.57 18.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-A*29:02 10 FYTFSKQVTL 6299.08 2815.33 SMMPMBEC 7.8 2.1 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.004003781 0.051307153 15664.105740410849 7.9907499999999985 5524.1 6.23 7074.06 5.6 7650.66 8.1 4386.61 2.7 0.0248 2.1 20813.9 23.0 3014.95 8.1 2815.33 7.8 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-A*29:02 10 YTFSKQVTLF 236.865 102.6 NetMHCcons 0.78 0.28 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.237204 0.49782586 234.23961439354733 0.8344999999999999 3466.41 0.64 127.82 0.46 102.6 0.78 137.74 0.28 0.293 0.4 2099.77 0.8 239.49 1.1 310.84 1.4 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-A*29:02 10 TFSKQVTLFL 3184.565 1067.28 SMM 4.0 1.6 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.08989549 0.19590613 7891.703563903879 4.390749999999998 5521.17 6.18 3912.69 3.6 2456.44 4.0 1998.32 1.6 0.0135 2.8 7692.16 6.7 1067.28 4.0 1206.51 4.2 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-A*29:02 10 FSKQVTLFLF 1033.21 253.09 SMM 2.0 1.2 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 0.03012019 0.6055787 1546.4462632134482 2.044625 5104.33 2.5700000000000003 895.25 1.6 466.68 2.0 1171.17 1.2 0.0197 2.3 8758.62 7.9 253.09 1.2 308.7 1.4 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-A*29:02 10 SKQVTLFLFL 17538.97 5748.72 MHCnuggetsI 27.0 5.8 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.0004598947 0.05506103 31039.08237557973 47.25637500000001 5748.72 14.59 15510.68 13.0 20589.91 27.0 10869.59 5.8 0.000276 17.0 50000.0 47.0 14331.12 27.0 19567.26 33.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-A*29:02 10 KQVTLFLFLA 17468.225 5891.85 MHCnuggetsI 25.545 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.000779203 0.16616614 27303.083200317687 25.544875 5891.85 40.99 14351.8 12.0 16053.81 19.0 14968.9 8.4 0.000108 26.0 18882.64 21.0 65204.86 64.0 79346.91 69.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-A*29:02 10 QVTLFLFLAC 20829.35 5820.47 MHCnuggetsI 24.0 14.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.004719883 0.37965295 30884.564607565648 47.25637500000001 5820.47 22.54 16642.23 14.0 19295.7 24.0 27163.2 24.0 1.4e-05 54.0 12382.34 14.0 36164.29 48.0 22363.0 37.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-A*29:02 10 VTLFLFLACD 21242.92 5923.24 MHCnuggetsI 32.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 0.0012495428 0.17971127 30917.773736079933 47.25637500000001 5923.24 55.99 22336.7 21.0 23192.26 33.0 30814.62 32.0 1e-06 94.0 20149.14 23.0 9189.25 20.0 15650.56 29.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-A*29:02 10 TLFLFLACDP 26479.335 5960.45 MHCnuggetsI 41.0 17.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0013148605 0.15101002 30741.444491826045 47.25637500000001 5960.45 78.81 19418.23 17.0 26550.96 41.0 26283.15 23.0 1e-05 60.0 26407.71 29.0 27181.91 41.0 109529.22 76.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-A*29:02 10 LFLFLACDPN 15342.045 5803.19 MHCnuggetsI 21.0 8.4 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 0.0017412656 0.117746934 27701.656892871397 26.708874999999995 5803.19 20.01 16233.72 14.0 18378.72 23.0 14961.29 8.4 5e-06 71.0 13648.77 15.0 10006.45 21.0 15722.8 29.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-A*29:02 10 FLFLACDPNN 13719.695 1784.56 SMMPMBEC 13.0 4.04 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 0.0024393802 0.23054591 26202.968973039457 21.751124999999995 5353.18 4.04 15709.12 13.0 16673.41 20.0 16834.39 9.8 1.2e-05 57.0 11730.27 13.0 1902.3 5.9 1784.56 5.7 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-A*29:02 10 LFLACDPNNK 12346.825 4862.87 MHCnuggetsI 13.0 1.86 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0034843902 0.021593213 10331.027618347136 5.330624999999999 4862.87 1.86 17056.23 15.0 12183.0 14.0 14066.61 7.8 0.000583 13.0 5620.54 4.0 12510.65 25.0 18135.52 32.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-A*29:02 10 FLACDPNNKR 18934.976 4890.49 MHCnuggetsI 14.0 1.91 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.0020515893 0.025900627 17938.501754481145 9.611249999999997 4890.49 1.91 29016.49 34.0 16854.8 20.0 19931.45 14.0 0.00168 7.4 5560.06 4.0 33287.41 46.0 20254.9 34.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-A*29:02 10 LACDPNNKRL 38783.96 5913.45 MHCnuggetsI 60.0 11.606874999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00090338575 0.016294418 20318.99323866388 11.606874999999995 5913.45 50.64999999999999 39036.15 73.0 33504.88 65.0 38531.77 60.0 9.4e-05 28.0 50000.0 47.0 80035.01 69.0 97393.51 73.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 HLA-B*45:01 10 TADSGNAQKG 40654.805 20570.68489154458 MHCflurry 63.0 6.407 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 1 0.0003317117 0.0009166024 20570.68489154458 6.407 39458.2 92.82 40710.23 45.0 44630.4 94.0 40599.38 63.0 3.4e-05 41.0 50000.0 54.0 44024.05 67.0 39077.79 64.0 NA NA NA -1.5285714285714287 -0.7571428571428571 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 HLA-B*45:01 10 ADSGNAQKGW 26112.55 2772.87 SMMPMBEC 22.0 4.971500000000002 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 2 0.000655609 0.00020178477 17528.959751378836 4.971500000000002 35912.96 70.36 41067.25 47.0 24349.41 14.0 36153.2 37.0 0.00104 9.4 27875.69 35.0 6407.52 22.0 2772.87 12.0 NA NA NA -1.542857142857143 -1.1571428571428573 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 HLA-B*45:01 10 DSGNAQKGWP 46240.59 29574.390270845237 MHCflurry 84.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 3 0.001722347 0.004328997 29574.390270845237 30.050999999999995 35185.04 66.16 46627.07 88.0 45854.11 99.0 43521.2 84.0 9e-06 63.0 50000.0 54.0 272703.05 98.0 152380.71 93.0 NA NA NA -1.7142857142857142 -1.5285714285714287 False False True 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 HLA-B*45:01 10 SGNAQKGWPF 30310.855 5394.24 SMMPMBEC 27.716 12.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 4 0.0007762386 0.009320155 29173.82095064649 27.7165 31447.89 49.33 38195.54 37.0 34798.02 32.0 31497.91 23.0 6.4e-05 32.0 7775.84 12.0 7580.36 25.0 5394.24 20.0 NA NA NA -0.8142857142857143 -0.8142857142857143 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 HLA-B*45:01 10 GNAQKGWPFI 31292.12 15541.08 PickPocket 30.0 19.03 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 5 0.0001848963 0.008068403 29478.177660387813 30.050999999999995 17617.82 19.03 34512.3 30.0 31229.48 23.0 31354.76 23.0 4.2e-05 38.0 15541.08 21.0 73907.75 80.0 51752.34 72.0 NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 HLA-B*45:01 10 NAQKGWPFIL 26317.435 10391.78 SMM 27.716 16.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 6 0.000773978 0.0065210676 29094.215590253512 27.7165 19319.37 21.44 25939.88 19.0 39196.13 53.0 27154.98 16.0 0.000276 17.0 26694.99 33.0 10391.78 31.0 17903.17 43.0 NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 True 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 HLA-B*45:01 10 AQKGWPFILL 16415.325 3099.81 PickPocket 5.9 4.5 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 7 0.024075093 0.033603624 19014.627807600373 5.5695000000000014 18383.35 20.08 18826.33 14.0 10699.58 5.9 14447.3 5.4 0.00532 4.7 3099.81 4.5 22166.14 48.0 10302.2 31.0 NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 HLA-B*45:01 10 QKGWPFILLH 34289.448 13082.48 SMM 36.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 8 4.0089762e-05 0.0002331878 32241.786971394176 63.07837499999999 20995.52 24.08 36407.95 33.0 36337.11 38.0 29763.07 20.0 0.000337 16.0 50000.0 54.0 13082.48 36.0 42065.88 66.0 NA NA NA 1.3142857142857143 1.7142857142857142 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 HLA-B*45:01 10 KGWPFILLHI 27507.101 12969.7 SMMPMBEC 32.0 19.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 9 3.177599e-05 0.0012049775 29171.80269916858 27.7165 22754.34 27.07 38984.23 40.0 29906.73 21.0 29227.27 19.0 4.8e-05 36.0 25842.4 32.0 18779.76 44.0 12969.7 35.0 NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 HLA-B*45:01 10 GWPFILLHIK 44943.145 28028.94 MHCnuggetsI 54.0 38.62 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 10 0.00021671818 0.008964221 31101.50070705453 47.08112499999999 28028.94 38.62 45736.17 79.0 44150.12 90.0 37852.43 45.0 2.8e-05 44.0 50000.0 54.0 480496.25 100.0 175359.78 94.0 NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 HLA-B*45:01 10 WPFILLHIKT 32177.58 26283.91 SMM 49.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 11 0.00012423555 0.001704056 30202.788996925643 35.63949999999999 32576.21 53.73 41514.02 49.0 37739.56 44.0 31778.95 24.0 2.3e-05 47.0 50000.0 54.0 26283.91 53.0 29169.57 56.0 NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 HLA-B*45:01 10 PFILLHIKTL 44276.68 31839.158764618474 MHCflurry 69.0 45.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 12 0.000424451 0.0040727165 31839.158764618474 57.24249999999999 32861.54 54.94 46273.26 84.0 42280.1 76.0 41406.8 69.0 2.7e-05 45.0 50000.0 54.0 81599.97 82.0 74804.89 80.0 NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 HLA-B*45:01 10 FILLHIKTLR 44826.84 31510.94788070588 MHCflurry 67.0 51.90287499999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 13 3.616974e-05 0.002667323 31510.94788070588 51.90287499999999 32417.17 53.09 47373.58 96.0 42280.1 76.0 41160.23 67.0 9e-06 63.0 50000.0 54.0 66940.66 78.0 99067.23 86.0 NA NA NA -0.0285714285714286 1.757142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 HLA-B*45:01 10 ILLHIKTLRI 38004.525 29236.81 SMMPMBEC 54.0 38.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 14 1.9132189e-05 0.0012884242 30606.93126654557 38.99449999999999 35397.54 67.35 46429.24 86.0 37944.28 46.0 38064.77 46.0 4.3e-05 38.0 50000.0 54.0 50430.12 71.0 29236.81 56.0 NA NA NA 0.07142857142857142 1.2571428571428576 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 HLA-B*45:01 10 LLHIKTLRIR 44980.185 25934.9 MHCnuggetsI 55.0 33.5 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 15 7.109741e-05 0.0041117705 31488.13437129865 51.90287499999999 25934.9 33.5 46755.38 90.0 43204.99 83.0 39343.15 54.0 1.4e-05 55.0 50000.0 54.0 232107.94 97.0 167853.34 94.0 NA NA NA -0.11428571428571425 1.1571428571428568 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 HLA-B*45:01 10 LHIKTLRIRT 34822.96 15947.4 SMM 49.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 16 1.0007687e-05 0.00013430078 31819.065769985635 57.24249999999999 33294.26 56.85 42115.29 52.0 37535.94 43.0 36351.66 38.0 4.1e-05 38.0 50000.0 54.0 15947.4 40.0 22747.31 49.0 NA NA NA -0.8571428571428571 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 HLA-B*45:01 10 HIKTLRIRTY 43697.055 32059.53597381039 MHCflurry 64.94 26.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 17 3.6296184e-05 0.0002882546 32059.53597381039 57.24249999999999 34961.02 64.94 46019.11 82.0 41375.0 69.0 38790.27 51.0 0.000111 26.0 50000.0 54.0 47064.13 69.0 88497.3 84.0 NA NA NA -0.48571428571428577 0.07142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 HLA-B*45:01 10 IKTLRIRTYF 38063.925 24473.16 SMM 54.0 43.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 18 5.0380513e-05 0.00024140491 32247.05336370673 63.07837499999999 34940.47 64.82 45377.82 75.0 37944.28 46.0 38183.57 47.0 3.1e-05 43.0 50000.0 54.0 24473.16 51.0 74977.34 80.0 NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 HLA-B*45:01 10 KTLRIRTYFT 38205.5 31635.081308059336 MHCflurry 55.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 19 1.0727931e-05 0.00094035483 31635.081308059336 51.90287499999999 39678.6 94.01 42676.74 55.0 36732.4 40.0 32183.11 24.0 1.3e-05 57.0 50000.0 54.0 57370.68 74.0 36637.85 62.0 NA NA NA -0.6285714285714287 0.014285714285714235 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 HLA-B*45:01 10 TLRIRTYFTM 36699.125 20813.9 PickPocket 49.0 18.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 20 6.2372616e-05 0.0026313383 32016.485851891648 57.24249999999999 36064.83 71.28 41640.88 49.0 37333.42 42.0 28562.03 18.0 0.000101 27.0 20813.9 27.0 217615.59 96.0 96812.18 86.0 NA NA NA 0.2857142857142857 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 HLA-B*45:01 10 LRIRTYFTMQ 40679.285 30415.31 MHCnuggetsI 60.0 44.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 21 1.1215813e-05 0.00031954222 32794.721193241465 75.6415 30415.31 45.71 43540.52 60.0 37739.56 44.0 37818.05 45.0 8e-06 65.0 50000.0 54.0 87234.85 84.0 61366.31 76.0 NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 HLA-B*45:01 10 RIRTYFTMQS 30554.28 16441.07 SMMPMBEC 41.0 20.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 22 8.822531e-06 0.0045316117 32465.67006398769 69.298375 24678.92 30.78 38210.84 37.0 38150.11 47.0 29709.67 20.0 2e-05 49.0 31398.89 38.0 20496.99 46.0 16441.07 41.0 NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 HLA-B*45:01 10 IRTYFTMQSG 32734.494 13295.05 SMM 42.0 28.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 23 0.000101656035 0.0011192738 31835.897463874586 57.24249999999999 26162.65 34.01 41748.25 50.0 36337.11 38.0 33633.09 28.0 5e-06 73.0 50000.0 54.0 13295.05 36.0 17335.25 42.0 NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 HLA-B*45:01 10 RTYFTMQSGL 33465.26 17325.67 SMM 42.0 24.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 24 0.0001610158 0.0070331986 29353.282555529524 27.7165 39293.22 91.91 41955.18 51.0 34986.78 33.0 31943.74 24.0 5.3e-05 35.0 36141.06 43.0 17325.67 42.0 27920.94 55.0 NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 HLA-B*45:01 10 TYFTMQSGLA 26039.16 1831.01 SMM 22.0 7.1 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 25 8.3219966e-05 0.01393355 30253.002988618755 35.63949999999999 24659.39 30.74 30844.98 24.0 30560.95 22.0 27418.93 16.0 9.2e-05 28.0 16053.81 21.0 1831.01 7.1 2528.89 9.3 NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 HLA-B*45:01 10 YFTMQSGLAG 39113.37 25874.57 NetMHCpan 60.0 14.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 26 0.00011928589 0.01183102 31974.408563825265 57.24249999999999 36482.56 73.83999999999999 41744.18 50.0 42051.98 74.0 25874.57 14.0 1.1e-05 60.0 34237.82 41.0 48718.06 70.0 48632.88 70.0 NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 HLA-B*45:01 10 FTMQSGLAGR 37601.485 27333.17 SMM 54.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 27 0.00042856572 0.020103693 28811.99643571713 25.64975 40080.15 95.97 44542.12 68.0 38565.12 49.0 33047.28 27.0 0.000101 27.0 50000.0 54.0 27333.17 54.0 36637.85 62.0 NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 HLA-B*45:01 10 TMQSGLAGRE 38312.115 5366.49 SMM 51.0 20.0 SMM 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 28 9.306132e-05 0.0006841537 30553.522718295524 38.99449999999999 38593.23 87.57000000000001 42118.46 52.0 39622.53 56.0 38031.0 46.0 9e-06 63.0 45854.11 51.0 5366.49 20.0 7637.13 25.0 NA NA NA -0.5714285714285714 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 HLA-B*45:01 10 MQSGLAGREA 5531.79 441.5 SMMPMBEC 2.6 1.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 29 0.0066828947 0.012900113 4239.489179271378 2.060125 30234.13 45.1 10502.07 7.4 7486.88 4.9 6824.09 2.6 0.00809 3.9 1453.47 1.9 583.03 2.2 441.5 1.5 NA NA NA -0.2 0.34285714285714286 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 HLA-B*45:01 10 QSGLAGREAL 26398.364 18779.76 SMM 40.0 16.158749999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 30 0.001978766 0.0073895133 26954.327932622567 16.158749999999998 25252.71 32.0 39012.5 40.0 41151.77 67.0 38778.94 50.0 5.7e-05 34.0 25842.4 32.0 18779.76 44.0 23223.62 50.0 NA NA NA 0.39999999999999986 0.39999999999999986 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 HLA-B*45:01 10 SGLAGREALD 34914.485 8549.29 SMMPMBEC 47.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 31 0.0019014027 0.0016633404 27638.90317849424 19.38525 29558.14 42.96 43427.62 59.0 42740.04 80.0 41705.81 71.0 2e-06 87.0 40270.83 47.0 13699.04 36.0 8549.29 27.0 NA NA NA -0.6428571428571429 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 HLA-B*45:01 10 GLAGREALDE 45542.535 29630.386813628964 MHCflurry 85.0 30.050999999999995 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 32 0.00014282411 0.0003899897 29630.386813628964 30.050999999999995 40777.67 98.38 46766.02 90.0 43439.36 85.0 44319.05 90.0 1e-06 95.0 50000.0 54.0 68974.73 78.0 54818.86 73.0 NA NA NA -1.4000000000000001 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 412 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 264 HLA-B*45:01 10 LAGREALDEN 46210.345 30670.13828003449 MHCflurry 87.0 38.99449999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 33 0.00014066661 0.0015971826 30670.13828003449 38.99449999999999 36626.32 74.72 46566.58 87.0 45854.11 99.0 44891.44 93.0 0.0 100.0 50000.0 54.0 118219.74 89.0 82590.48 82.0 NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 413 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 265 HLA-B*45:01 10 AGREALDENQ 34668.112 11166.83 SMMPMBEC 49.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 34 0.0005287014 0.0031162663 27689.494023730556 19.38525 19070.05 21.09 41646.73 49.0 43439.36 85.0 45032.04 94.0 5e-06 73.0 46352.93 52.0 16545.88 41.0 11166.83 33.0 NA NA NA -1.7 -0.6428571428571429 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 414 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 266 HLA-B*45:01 10 GREALDENQV 15147.55 4399.88 MHCnuggetsI 6.71 1.6 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 35 0.0016168976 0.007163979 20840.442108061296 6.71025 4399.88 5.35 5202.46 4.3 35752.13 36.0 8338.06 3.2 0.0487 1.6 44872.5 50.0 12350.66 34.0 17944.44 43.0 NA NA NA -0.6 -0.6 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 415 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 267 HLA-B*45:01 10 REALDENQVA 213.655 48.88672503921621 MHCflurry 0.35 0.0321249999999999 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 36 0.67866576 0.09367151 48.88672503921621 0.0321249999999999 322.67 0.98 173.86 0.25 210.69 0.35 190.21 0.18 0.682 0.1 418.82 0.4 216.62 0.6 261.78 0.8 NA NA NA -0.5999999999999999 -0.5999999999999999 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 416 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 268 HLA-B*45:01 10 EALDENQVAF 35536.115 9759.45 PickPocket 33.0 8.669125 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 37 0.0013728378 0.002128701 23026.23165082793 8.669125 32438.66 53.18000000000001 36498.27 33.0 38357.05 48.0 34573.96 31.0 0.000847 11.0 9759.45 14.0 63927.84 77.0 51871.64 72.0 NA NA NA -0.7428571428571429 -0.5999999999999999 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 HLA-B*45:01 10 LMLHTADSDI 37230.64 20149.14 PickPocket 68.0 26.0 PickPocket 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 38 0.00013232182 0.0068661114 30158.269084791184 35.63949999999999 37529.62 80.58999999999999 44603.84 68.0 36931.66 41.0 36033.69 37.0 2e-06 87.0 20149.14 26.0 74078.13 80.0 72933.99 80.0 NA NA NA -0.7714285714285715 0.557142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 HLA-B*45:01 10 MLHTADSDIF 30778.747 8688.2 SMMPMBEC 32.668 23.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 39 0.0004795029 0.011549513 30007.053520438152 32.66799999999999 34950.02 64.87 43946.12 63.0 38150.11 47.0 31550.44 23.0 4.2e-05 38.0 17316.93 23.0 9050.86 28.0 8688.2 27.0 NA NA NA 0.08571428571428566 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 HLA-B*45:01 10 LHTADSDIFY 42598.515 30892.89420699753 MHCflurry 54.0 16.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 40 0.00046934778 0.0006557345 30892.89420699753 42.77524999999999 39551.82 93.33 45645.21 78.0 36732.4 40.0 35637.81 35.0 0.000342 16.0 50000.0 54.0 181840.24 95.0 158463.78 93.0 NA NA NA -3.172065784643304e-17 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 HLA-B*45:01 10 HTADSDIFYT 37300.61 26086.135539382904 MHCflurry 48.0 13.754874999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 41 4.5361383e-05 0.0040168064 26086.135539382904 13.754874999999998 36451.11 73.63 41217.27 48.0 38150.11 47.0 34250.79 30.0 5.6e-05 34.0 50000.0 54.0 32861.7 60.0 46444.04 69.0 NA NA NA -0.35714285714285715 0.08571428571428566 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 HLA-B*45:01 10 TADSDIFYTF 25868.405 19857.75 SMMPMBEC 29.0 10.029999999999998 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 42 0.001365736 0.015836451 24175.419508795312 10.029999999999998 29246.35 42.05 27561.39 21.0 37739.56 44.0 22760.21 12.0 0.000783 11.0 22451.54 29.0 44945.89 68.0 19857.75 46.0 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 HLA-B*45:01 10 ADSDIFYTFS 9740.23 642.58 SMMPMBEC 7.5 2.5 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 43 0.0013854782 0.16899858 16046.144790997158 4.472 7095.57 7.75 12384.89 8.5 6365.26 4.4 13034.51 4.8 0.00175 7.5 12653.21 17.0 2161.18 8.1 642.58 2.5 NA NA NA 0.5428571428571428 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 HLA-B*45:01 10 DSDIFYTFSK 38091.48 27783.7623796888 MHCflurry 50.0 19.38525 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 44 0.0012750443 0.042288452 27783.7623796888 19.38525 34922.42 64.72 37408.64 35.0 38774.32 50.0 30699.15 21.0 8.5e-05 29.0 50000.0 54.0 163188.67 93.0 108375.22 88.0 NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 HLA-B*45:01 10 SDIFYTFSKQ 28337.357 5011.06 SMMPMBEC 28.0 13.0 NetMHCcons 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 45 0.0012082456 0.017960628 28189.23491776996 22.16875 28806.52 40.77 33753.77 28.0 23957.42 13.0 31220.02 22.0 4e-05 39.0 28485.48 35.0 15656.33 40.0 5011.06 19.0 NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 HLA-B*45:01 10 DIFYTFSKQV 31112.985 10609.38 SMM 41.0 23.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 46 0.00011864724 0.0036295992 31164.980259607204 47.08112499999999 29592.49 43.07 42974.21 56.0 37132.0 41.0 33371.38 28.0 0.000138 23.0 31060.99 38.0 10609.38 32.0 24770.23 51.0 NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 HLA-B*45:01 10 IFYTFSKQVT 32803.346 2930.42 SMMPMBEC 30.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 47 7.569379e-05 0.02246205 32290.15138632484 63.07837499999999 36055.28 71.22 34939.5 30.0 33504.88 29.0 33316.54 27.0 3e-05 43.0 26985.39 34.0 3354.98 14.0 2930.42 12.0 NA NA NA -0.3714285714285715 0.4857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 HLA-B*45:01 10 FYTFSKQVTL 39044.205 30503.577614812595 MHCflurry 57.0 25.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 48 0.0002573334 0.020269407 30503.577614812595 38.99449999999999 36654.23 74.89 44894.36 71.0 39837.46 57.0 38250.95 47.0 0.000119 25.0 32434.8 39.0 51249.54 71.0 50924.88 71.0 NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 HLA-B*45:01 10 YTFSKQVTLF 38057.885 29108.61 PickPocket 42.775 24.0 NetMHCpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 49 0.00010744409 0.0014707692 30776.777475409606 42.77524999999999 39184.11 91.29 45162.3 73.0 36931.66 41.0 35005.34 33.0 0.000132 24.0 29108.61 36.0 94992.65 85.0 121040.3 90.0 NA NA NA 0.27142857142857146 0.27142857142857146 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 HLA-B*45:01 10 TFSKQVTLFL 30455.179 13769.88 SMMPMBEC 42.6 30.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 50 0.00011709484 0.0032048745 31473.3283517406 51.90287499999999 29437.03 42.6 45207.3 73.0 39408.75 54.0 34291.57 30.0 7.3e-05 31.0 28795.36 36.0 19395.01 45.0 13769.88 37.0 NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 HLA-B*45:01 10 FSKQVTLFLF 31564.654 20366.32 MHCnuggetsI 34.0 21.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 51 7.989983e-05 0.0010301279 31281.177695522536 47.08112499999999 20366.32 23.05 31848.13 26.0 35176.57 34.0 30659.64 21.0 5.7e-05 34.0 22451.54 29.0 59660.93 75.0 75323.41 80.0 NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 HLA-B*45:01 10 SKQVTLFLFL 16334.47 2515.88 SMM 15.0 5.5 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 52 0.00016933591 0.0012779961 30253.919505192574 35.63949999999999 4771.74 5.67 21043.52 15.0 18180.94 8.6 14488.0 5.5 0.000311 17.0 28485.48 35.0 2515.88 9.2 6545.31 22.0 NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 HLA-B*45:01 10 KQVTLFLFLA 3210.39 472.54 MHCnuggetsI 4.3 1.24 MHCnuggetsI 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 53 0.00017106511 0.0066203694 24378.775963064152 10.452499999999995 472.54 1.24 2609.66 2.6 4151.52 3.6 3422.1 1.6 0.00169 7.7 2904.96 4.3 4620.51 17.0 2998.68 12.0 NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 HLA-B*45:01 10 QVTLFLFLAC 25479.61 4644.4 SMMPMBEC 21.41 16.0 NetMHC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 54 0.00019262439 0.014512459 30485.4385105754 38.99449999999999 19301.54 21.41 21689.85 16.0 31740.46 24.0 29269.37 19.0 1.1e-05 60.0 50000.0 54.0 5305.06 19.0 4644.4 17.0 NA NA NA 3.042857142857143 3.042857142857143 True True False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 HLA-B*45:01 10 VTLFLFLACD 39835.315 31857.35 MHCnuggetsI 60.0 37.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 55 5.6786816e-05 0.00091090926 32899.87238304273 75.6415 31857.35 50.88 39399.8 41.0 40270.83 60.0 36056.7 37.0 0.0 100.0 50000.0 54.0 62185.62 76.0 41013.8 66.0 NA NA NA 2.0 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 HLA-B*45:01 10 TLFLFLACDP 33419.846 2950.73 SMMPMBEC 48.0 12.0 SMMPMBEC 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 56 0.0001350556 0.006690446 31435.89121301978 51.90287499999999 35403.8 67.38 40932.85 46.0 38357.05 48.0 24785.07 13.0 1e-05 61.0 50000.0 54.0 7974.25 26.0 2950.73 12.0 NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 HLA-B*45:01 10 LFLFLACDPN 43653.21 30872.79 MHCnuggetsI 71.0 38.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 57 5.9953727e-05 0.008186549 32668.89353603088 69.298375 30872.79 47.28 45706.98 78.0 41599.44 71.0 36329.26 38.0 0.0 100.0 50000.0 54.0 71728.21 79.0 55198.85 73.0 NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 HLA-B*45:01 10 FLFLACDPNN 37787.755 19801.13 SMM 57.84 43.0 NetMHCpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 58 2.1471178e-05 0.004640671 31646.9998322645 51.90287499999999 33518.83 57.84 46608.4 88.0 40708.92 63.0 37475.07 43.0 0.0 100.0 50000.0 54.0 19801.13 46.0 38100.44 63.0 NA NA NA -0.5714285714285714 2.0 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 HLA-B*45:01 10 LFLACDPNNK 44948.015 29271.27340219638 MHCflurry 82.0 27.7165 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 59 0.0017611888 0.030651119 29271.27340219638 27.7165 38024.19 83.83 46924.14 91.0 42971.89 82.0 40434.55 61.0 6e-06 70.0 50000.0 54.0 326354.8 99.0 98385.25 86.0 NA NA NA -1.6714285714285715 1.3714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 HLA-B*45:01 10 FLACDPNNKR 45658.71 28826.933369308532 MHCflurry 73.0 25.64975 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 60 0.00024699062 0.004995839 28826.933369308532 25.64975 37077.55 77.59 47878.06 100.0 43439.36 85.0 40985.57 65.0 7.7e-05 30.0 50000.0 54.0 54788.57 73.0 73778.53 80.0 NA NA NA -2.5714285714285716 0.3285714285714287 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 HLA-B*45:01 10 LACDPNNKRL 46320.84 26260.072838439726 MHCflurry 83.0 14.480874999999996 MHCflurry 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 61 0.00055388786 0.0047831694 26260.072838439726 14.480874999999996 37477.02 80.24 47034.97 92.0 45606.71 98.0 43406.48 83.0 0.000275 17.0 50000.0 54.0 231574.11 97.0 208415.49 96.0 NA NA NA -2.3857142857142857 -0.5714285714285714 False False False 1 False 0 NA NA NA NA NA NA NA NA NA NA +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 523 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 433 DRB1*04:05 15 VLGESFETSAPWDRS 2404.4 946.74 MHCnuggetsII 45.0 21.37 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 0.3714285714285714 False False False 0 False 0 946.74 21.37 3255.6 71.0 0.0187 39.0 1553.2 45.0 3321.0 65.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000264167.11 1 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000264167.11:c.1608-2A>T NA 658 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 3.162 AGPS.ENST00000264167.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000637633.2 5 protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000637633.2:c.1608-2A>T NA 629 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 1.718 AGPS.ENST00000637633.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000642466.2 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000642466.2:c.1608-2A>T NA 676 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.128 AGPS.ENST00000642466.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679459.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679459.1:c.1608-2A>T NA 638 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.74 AGPS.ENST00000679459.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679478.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679478.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000679478.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000679994.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000679994.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.349 AGPS.ENST00000679994.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680155.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680155.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.0 AGPS.ENST00000680155.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000680770.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000680770.1:c.1608-2A>T NA 624 538 yes 524 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 0.923 AGPS.ENST00000680770.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr2 177513816 177513817 A T JUNC00000129 177508031 177513827 51 D ENST00000681449.1 NA protein_coding AGPS splice_acceptor_variant NA AGPS ENST00000681449.1:c.1338-2A>T NA 568 448 yes 434 DRB1*04:05 15 LGESFETSAPWDRSL 2217.885 695.0 MHCnuggetsII 46.0 17.91 MHCnuggetsII 219 0.237 9.0 0.0 143 0.0 38.437 19.933 AGPS.ENST00000681449.JUNC00000129.chr2:177513816-177513817.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.3285714285714286 False False False 0 False 0 695.0 17.91 2847.27 68.0 0.0218 36.0 1588.5 46.0 3550.0 66.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 DRB1*04:05 15 KALQNQVSEETIKVY 2264.2 1228.79 NetMHCIIpan 45.0 35.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 2916.24 37.51 1228.79 45.0 0.0238 35.0 2521.4 57.0 2007.0 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 DRB1*04:05 15 ALQNQVSEETIKVYC 2876.0 2033.19 MHCnuggetsII 64.0 31.74 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 2033.19 31.74 2093.6 60.0 0.0049 64.0 3658.4 66.0 4551.0 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3 1.3 False False False 1 False 0 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3 1.3 False False False 1 False 0 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3 1.3 False False False 1 False 0 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 DRB1*04:05 15 LQNQVSEETIKVYCL 3017.86 1141.73 MHCnuggetsII 65.0 23.66 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3 1.3 False False False 1 False 0 1141.73 23.66 2463.92 64.0 0.0035 70.0 3571.8 65.0 5403.0 77.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 DRB1*04:05 15 QNQVSEETIKVYCLQ 5678.745 3409.1 NNalign 73.0 56.56 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 7807.58 56.56 3549.91 73.0 0.002 80.0 3409.1 64.0 14710.0 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3 1.3 False False False 1 True 0 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3 1.3 False False False 1 True 0 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3 1.3 False False False 1 True 0 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 DRB1*04:05 15 NQVSEETIKVYCLQK 3238.905 2428.91 MHCnuggetsII 73.0 34.510000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3 1.3 False False False 1 True 0 2428.91 34.510000000000005 3501.31 73.0 0.0013 86.0 2976.5 60.0 11329.0 90.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 DRB1*04:05 15 QVSEETIKVYCLQKE 1674.44 1427.0 NNalign 46.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4041.09 43.27 1667.88 54.0 0.0027 75.0 1427.0 43.0 1681.0 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 DRB1*04:05 15 VSEETIKVYCLQKEL 1210.445 1039.73 NetMHCIIpan 41.0 24.18 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 1187.89 24.18 1039.73 41.0 0.0033 71.0 1233.0 40.0 1554.0 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 DRB1*04:05 15 SEETIKVYCLQKELK 1040.375 541.83 MHCnuggetsII 40.0 15.39 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 541.83 15.39 837.55 36.0 0.0103 49.0 1243.2 40.0 1362.0 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 DRB1*04:05 15 EETIKVYCLQKELKI 806.315 351.7 NetMHCIIpan 31.0 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 676.63 17.630000000000003 351.7 17.0 0.0101 50.0 1100.6 37.0 936.0 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 DRB1*04:05 15 ETIKVYCLQKELKIK 1038.85 314.93 NetMHCIIpan 32.0 15.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 1392.47 26.28 314.93 15.0 0.0139 44.0 1122.7 38.0 955.0 32.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 DRB1*04:05 15 TIKVYCLQKELKIKN 1397.9 354.74 NetMHCIIpan 31.68 17.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 2025.42 31.680000000000003 354.74 17.0 0.0306 31.0 1399.8 43.0 1396.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 DRB1*04:05 15 IKVYCLQKELKIKNH 1601.22 458.93 NetMHCIIpan 29.91 22.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 1799.44 29.91 458.93 22.0 0.0399 27.0 1966.6 50.0 1403.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 DRB1*04:05 15 KVYCLQKELKIKNHS 2353.15 727.22 NetMHCIIpan 46.0 32.0 NetMHCIIpan 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 2475.3 34.82 727.22 32.0 0.0124 46.0 2756.6 59.0 2231.0 54.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 DRB1*04:05 15 KEKFEKQLKKKSEEK 8137.965 4304.0 SMMalign 71.0 39.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 6646.12 53.12 9629.81 93.0 0.0185 39.0 9697.9 88.0 4304.0 71.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 DRB1*04:05 15 EKFEKQLKKKSEEKE 8026.35 4364.0 SMMalign 72.0 51.96 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 6288.92 51.96 9763.78 93.0 0.0058 61.0 10535.7 90.0 4364.0 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 DRB1*04:05 15 KFEKQLKKKSEEKEL 10049.23 6494.0 SMMalign 80.0 61.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 13154.09 68.58999999999999 8850.46 92.0 0.0055 61.0 11248.0 91.0 6494.0 80.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 DRB1*04:05 15 FEKQLKKKSEEKELK 9491.175 6531.86 MHCnuggetsII 88.0 47.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 6531.86 52.76 8837.35 92.0 0.0119 47.0 13697.7 94.0 10145.0 88.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 DRB1*04:05 15 EKQLKKKSEEKELKI 11420.33 8146.6 NetMHCIIpan 91.0 48.0 NetMHCIIpanEL 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 9323.66 60.46 8146.6 91.0 0.0113 48.0 14561.9 95.0 13517.0 92.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 DRB1*04:05 15 KQLKKKSEEKELKIK 14351.135 8979.13 NetMHCIIpan 92.0 68.45 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 13075.87 68.45 8979.13 92.0 0.0026 75.0 15626.4 96.0 16679.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 DRB1*04:05 15 QLKKKSEEKELKIKN 14561.12 11438.74 NetMHCIIpan 95.0 65.41 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 11520.64 65.41 11438.74 95.0 0.0006 94.0 17601.6 97.0 26337.0 97.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 DRB1*04:05 15 LKKKSEEKELKIKNH 17163.3 13407.27 NetMHCIIpan 94.0 78.42 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 19383.15 78.42 13407.27 97.0 0.0006 94.0 17765.6 97.0 16561.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 DRB1*04:05 15 KKKSEEKELKIKNHS 15981.055 14238.67 MHCnuggetsII 95.0 70.55 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 14238.67 70.55 15881.91 98.0 0.0005 95.0 16080.2 96.0 16919.0 94.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 DRB1*04:05 15 KKSEEKELKIKNHSL 6476.82 3136.0 SMMalign 85.0 54.54 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 7105.49 54.54 5848.15 85.0 0.0013 86.0 9439.2 88.0 3136.0 63.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 DRB1*04:05 15 KSEEKELKIKNHSLQ 4559.765 2826.0 SMMalign 64.0 46.46 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 4776.79 46.46 4342.74 78.0 0.0048 64.0 5853.0 78.0 2826.0 60.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 DRB1*04:05 15 SEEKELKIKNHSLQE 2918.85 565.44 MHCnuggetsII 59.0 15.81 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 565.44 15.81 3591.71 74.0 0.0152 42.0 3224.7 63.0 2613.0 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 DRB1*04:05 15 EEKELKIKNHSLQET 2582.35 359.87 MHCnuggetsII 57.0 11.75 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 359.87 11.75 2836.02 68.0 0.0208 37.0 2602.7 57.0 2562.0 58.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 DRB1*04:05 15 EKELKIKNHSLQETS 1786.6 177.88 MHCnuggetsII 36.0 6.8500000000000005 MHCnuggetsII 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 177.88 6.8500000000000005 2705.28 67.0 0.0225 36.0 2406.2 56.0 1167.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 404 DRB1*04:05 15 GEFRQSNNGIPPVQH 1135.57 534.13 MHCnuggetsII 28.0 15.260000000000002 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142865 -0.22857142857142865 False False False 0 False 0 534.13 15.260000000000002 1591.04 52.0 0.092 16.0 680.1 28.0 2501.0 57.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 0.2285714285714285 True False False 0 False 0 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 405 DRB1*04:05 15 EFRQSNNGIPPVQHF 3034.605 1441.9 NNalign 65.0 40.79 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 0.2285714285714285 True False False 0 False 0 3527.99 40.79 2541.22 65.0 0.0046 65.0 1441.9 44.0 5215.0 76.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 406 DRB1*04:05 15 FRQSNNGIPPVQHFP 5642.945 4815.6 NNalign 76.0 60.28 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 9252.09 60.28 5723.89 84.0 0.0025 76.0 4815.6 73.0 5562.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 407 DRB1*04:05 15 RQSNNGIPPVQHFPP 10762.75 6954.5 NNalign 82.0 66.46 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.2285714285714285 False False True 0 False 0 12040.11 66.46 10072.5 94.0 0.0041 67.0 6954.5 82.0 11453.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4714285714285715 0.2285714285714285 True False False 0 False 0 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 408 DRB1*04:05 15 QSNNGIPPVQHFPPG 11196.385 8705.4 NNalign 88.0 61.0 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4714285714285715 0.2285714285714285 True False False 0 False 0 9545.77 61.0 13118.7 97.0 0.0011 88.0 8705.4 87.0 12847.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 0.2285714285714285 False False False 0 False 0 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 409 DRB1*04:05 15 SNNGIPPVQHFPPGT 13800.31 9745.8 NNalign 97.0 68.5 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 0.2285714285714285 False False False 0 False 0 13103.53 68.5 14497.09 97.0 0.0004 97.0 9745.8 89.0 23963.0 97.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7285714285714288 0.2285714285714285 False False False 0 True 0 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 410 DRB1*04:05 15 NNGIPPVQHFPPGTG 9550.13 6564.0 SMMalign 81.0 65.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7285714285714288 0.2285714285714285 False False False 0 True 0 18634.67 77.38000000000001 9428.66 93.0 0.0047 65.0 9671.6 88.0 6564.0 81.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 True 0 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 411 DRB1*04:05 15 NGIPPVQHFPPGTGI 8032.365 6448.0 SMMalign 80.0 39.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3714285714285714 0.3714285714285714 False False False 0 True 0 12238.1 66.85 6554.03 87.0 0.0181 39.0 9510.7 88.0 6448.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 412 DRB1*04:05 15 GIPPVQHFPPGTGIL 7847.95 4747.14 NetMHCIIpan 80.0 36.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 False False False 0 False 0 17048.74 75.07000000000001 4747.14 80.0 0.0227 36.0 9337.9 88.0 6358.0 80.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 413 DRB1*04:05 15 IPPVQHFPPGTGILW 6941.75 3782.16 NetMHCIIpan 75.0 40.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 8382.74 58.09 3782.16 75.0 0.0178 40.0 8311.5 86.0 5572.0 77.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 414 DRB1*04:05 15 PPVQHFPPGTGILWM 7087.3 4464.37 NetMHCIIpan 78.0 56.0 NetMHCIIpanEL 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 18311.11 76.92999999999999 4464.37 79.0 0.0075 56.0 8533.6 86.0 5641.0 78.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 415 DRB1*04:05 15 PVQHFPPGTGILWMG 10171.3 5168.23 NetMHCIIpan 91.0 57.2 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.114285714285714 1.114285714285714 False False False 0 False 0 8045.6 57.2 5168.23 82.0 0.0009 91.0 12750.9 93.0 12297.0 91.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 416 DRB1*04:05 15 VQHFPPGTGILWMGC 11552.41 6827.12 NetMHCIIpan 88.0 70.02000000000001 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.5714285714285712 1.5714285714285712 False True False 1 False 0 13934.82 70.02000000000001 6827.12 88.0 0.0003 97.0 17226.5 97.0 9170.0 87.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.5285714285714287 1.5714285714285712 True False False 1 False 0 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 417 DRB1*04:05 15 QHFPPGTGILWMGCT 12643.1 8679.94 NetMHCIIpan 92.0 73.9 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.5285714285714287 1.5714285714285712 True False False 1 False 0 16281.06 73.9 8679.94 92.0 0.0003 98.0 13438.2 94.0 11848.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 418 DRB1*04:05 15 HFPPGTGILWMGCTL 10775.05 5287.81 NetMHCIIpan 83.0 74.92 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.4285714285714286 1.5714285714285712 False False False 1 False 0 16947.24 74.92 5287.81 83.0 0.0001 100.0 7264.1 82.0 14286.0 92.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 419 DRB1*04:05 15 FPPGTGILWMGCTLC 5324.65 4120.5 NNalign 78.0 52.44 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2428571428571427 1.5714285714285712 False True False 2 False 0 6432.23 52.44 4217.07 78.0 0.0003 97.0 4120.5 69.0 8023.0 84.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 1.5714285714285712 False False False 2 False 0 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 420 DRB1*04:05 15 PPGTGILWMGCTLCR 1984.75 1590.09 MHCnuggetsII 54.0 28.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 1.5714285714285712 False False False 2 False 0 1590.09 28.12 1725.1 54.0 0.0013 86.0 2244.4 54.0 4991.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.35714285714285715 1.5714285714285712 False False False 2 False 0 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 421 DRB1*04:05 15 PGTGILWMGCTLCRT 1310.615 1006.76 MHCnuggetsII 46.0 22.12 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.35714285714285715 1.5714285714285712 False False False 2 False 0 1006.76 22.12 1263.03 46.0 0.0021 79.0 1358.2 42.0 5101.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.29999999999999993 1.5714285714285712 False False False 2 False 0 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 422 DRB1*04:05 15 GTGILWMGCTLCRTS 1159.225 575.17 MHCnuggetsII 43.0 15.98 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.29999999999999993 1.5714285714285712 False False False 2 False 0 575.17 15.98 1114.05 43.0 0.0031 73.0 1204.4 39.0 4801.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.17142857142857149 1.5714285714285712 False False False 2 False 0 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 423 DRB1*04:05 15 TGILWMGCTLCRTSS 1123.43 816.98 MHCnuggetsII 42.0 19.67 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.17142857142857149 1.5714285714285712 False False False 2 False 0 816.98 19.67 1097.96 42.0 0.0014 85.0 1148.9 38.0 3760.0 68.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.5714285714285712 False False True 2 False 0 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 424 DRB1*04:05 15 GILWMGCTLCRTSSP 1491.905 1119.15 MHCnuggetsII 48.0 23.42 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3000000000000001 1.5714285714285712 False False True 2 False 0 1119.15 23.42 1367.01 48.0 0.0008 91.0 1616.8 46.0 4766.0 74.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.342857142857143 1.5285714285714287 False False False 2 False 0 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 425 DRB1*04:05 15 ILWMGCTLCRTSSPN 2241.78 2029.81 NetMHCIIpan 59.0 33.47 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.342857142857143 1.5285714285714287 False False False 2 False 0 2272.96 33.47 2029.81 59.0 0.0004 96.0 2210.6 53.0 5010.0 75.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 1.4285714285714286 False False False 2 False 0 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 426 DRB1*04:05 15 LWMGCTLCRTSSPNL 1249.35 224.18 MHCnuggetsII 42.0 8.27 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 1.4285714285714286 False False False 2 False 0 224.18 8.27 2024.72 59.0 0.0004 96.0 1359.7 42.0 1139.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 1.2428571428571427 False False False 2 False 0 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 427 DRB1*04:05 15 WMGCTLCRTSSPNLR 1005.05 629.04 MHCnuggetsII 36.0 16.88 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 1.2428571428571427 False False False 2 False 0 629.04 16.88 1527.92 51.0 0.0017 82.0 872.1 33.0 1138.0 36.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7 0.7285714285714285 False False False 2 False 0 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 428 DRB1*04:05 15 MGCTLCRTSSPNLRR 1054.195 555.4 NNalign 32.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7 0.7285714285714285 False False False 2 False 0 1450.51 26.840000000000003 1118.39 43.0 0.0029 73.0 555.4 25.0 990.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 0.35714285714285715 False False False 2 False 0 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 429 DRB1*04:05 15 GCTLCRTSSPNLRRM 928.575 572.9 NNalign 37.0 25.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 0.35714285714285715 False False False 2 False 0 9080.07 59.86 895.15 37.0 0.0028 74.0 572.9 25.0 962.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.29999999999999993 True False False 2 False 0 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 430 DRB1*04:05 15 CTLCRTSSPNLRRMR 977.75 642.8 NNalign 39.0 27.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.29999999999999993 True False False 2 False 0 7518.2 55.74 962.5 39.0 0.0013 86.0 642.8 27.0 993.0 32.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 -0.17142857142857149 False False False 1 False 0 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 431 DRB1*04:05 15 TLCRTSSPNLRRMRE 1533.69 901.6 NNalign 51.0 34.0 NNalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 -0.17142857142857149 False False False 1 False 0 8441.68 58.26 1084.38 42.0 0.0011 88.0 901.6 34.0 1983.0 51.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.742857142857143 -0.3000000000000001 False False False 1 False 0 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 432 DRB1*04:05 15 LCRTSSPNLRRMREW 2034.05 702.76 MHCnuggetsII 54.0 18.03 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.742857142857143 -0.3000000000000001 False False False 1 False 0 702.76 18.03 2326.86 62.0 0.0003 97.0 1866.1 49.0 2202.0 54.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.7857142857142856 -1.1571428571428573 True False False 1 False 0 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 433 DRB1*04:05 15 CRTSSPNLRRMREWD 5972.75 3709.6 NNalign 83.0 53.24 MHCnuggetsII 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.7857142857142856 -1.1571428571428573 True False False 1 False 0 6685.02 53.24 5260.48 83.0 0.0002 99.0 3709.6 66.0 11170.0 90.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000252050.9 5 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000252050.9:c.1387+1G>T NA 2517 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 5.723 CUL9.ENST00000252050.JUNC00000183.chr6:43187095-43187096.NDA 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.1571428571428573 False False False 0 False 0 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 +chr6 43187095 43187096 G T JUNC00000183 43186455 43187246 20 NDA ENST00000372647.6 1 protein_coding CUL9 splice_donor_variant NA CUL9 ENST00000372647.6:c.1387+1G>T NA 2489 448 yes 434 DRB1*04:05 15 RTSSPNLRRMREWDI 3257.4 747.0 SMMalign 61.0 26.0 SMMalign 123 0.252 6.0 0.0 40 0.0 16.683 0.0 CUL9.ENST00000372647.JUNC00000183.chr6:43187095-43187096.NDA 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.1571428571428573 False False False 0 False 0 4368.35 44.74 2146.45 61.0 0.002 80.0 5056.5 74.0 747.0 26.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 266 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 264 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 263 DRB1*04:05 15 EEETHMKKSESEVEQ 3617.06 1048.0 SMMalign 67.46 10.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6285714285714283 -1.6285714285714283 True False False 0 False 0 12551.18 67.46 3095.12 70.0 0.1697 10.0 4139.0 69.0 1048.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 267 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 265 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 264 DRB1*04:05 15 EETHMKKSESEVEQL 2666.88 1074.0 SMMalign 40.16 7.6 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 -0.9714285714285714 True False False 0 False 0 3405.53 40.16 1928.23 57.0 0.2288 7.6 3555.0 65.0 1074.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 268 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 266 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 265 DRB1*04:05 15 ETHMKKSESEVEQLL 1700.745 1017.0 SMMalign 33.0 8.8 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 0.07142857142857142 True False False 0 False 0 2055.84 31.91 1345.65 47.0 0.1998 8.8 3484.4 65.0 1017.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 269 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 267 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 266 DRB1*04:05 15 THMKKSESEVEQLLL 1878.39 1029.0 SMMalign 33.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714285 0.7285714285714285 False False False 0 False 0 2158.25 32.65 1598.53 52.0 0.0351 29.0 3983.1 68.0 1029.0 33.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 270 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 268 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 267 DRB1*04:05 15 HMKKSESEVEQLLLP 3237.625 2823.0 SMMalign 68.0 41.39 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.0 False False True 0 False 0 3650.07 41.39 2825.18 68.0 0.0029 74.0 6320.4 80.0 2823.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 271 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 269 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 268 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 1 DRB1*04:05 15 MKKSESEVEQLLLPS 3639.13 2214.0 SMMalign 80.0 35.730000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.28571428571428564 1.0 False False False 0 False 0 2617.74 35.730000000000004 4660.52 80.0 0.002 80.0 7915.3 85.0 2214.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 272 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 270 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 269 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 2 DRB1*04:05 15 KKSESEVEQLLLPSG 3508.96 1224.5 MHCnuggetsII 75.0 24.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7285714285714284 1.0 False False False 0 False 0 1224.5 24.58 5262.92 83.0 0.0028 75.0 6832.0 81.0 1755.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 273 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 271 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 270 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 3 DRB1*04:05 15 KSESEVEQLLLPSGL 2566.975 912.0 SMMalign 68.0 30.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7714285714285711 1.7714285714285711 False False False 0 False 0 2149.98 32.58 2983.97 69.0 0.004 68.0 4164.1 69.0 912.0 30.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 274 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 272 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 271 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 4 DRB1*04:05 15 SESEVEQLLLPSGLT 1201.345 331.66 MHCnuggetsII 51.0 11.11 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 1.7714285714285711 False False False 0 False 0 331.66 11.11 1533.69 51.0 0.0063 59.0 2414.3 56.0 869.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 275 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 273 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 272 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 5 DRB1*04:05 15 ESEVEQLLLPSGLTT 1038.315 236.62 MHCnuggetsII 45.0 8.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.7714285714285711 True False False 0 False 0 236.62 8.63 1232.63 45.0 0.0082 54.0 1904.6 50.0 844.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 276 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 274 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 273 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 6 DRB1*04:05 15 SEVEQLLLPSGLTTQ 989.33 491.53 MHCnuggetsII 43.0 14.46 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.7714285714285711 False False False 0 False 0 491.53 14.46 1121.66 43.0 0.0043 66.0 1527.9 45.0 857.0 29.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 277 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 275 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 274 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 7 DRB1*04:05 15 EVEQLLLPSGLTTQG 1215.725 199.95 MHCnuggetsII 48.0 7.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 True False False 0 False 0 199.95 7.55 1385.45 48.0 0.0055 61.0 1781.4 48.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 278 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 276 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 275 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 8 DRB1*04:05 15 VEQLLLPSGLTTQGS 1537.155 351.01 MHCnuggetsII 48.0 11.55 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.38571428571428573 1.7714285714285711 False False False 0 False 0 351.01 11.55 1563.31 51.0 0.0036 70.0 1805.7 48.0 1511.0 43.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 279 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 277 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 276 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 9 DRB1*04:05 15 EQLLLPSGLTTQGSS 1998.755 952.02 MHCnuggetsII 55.0 21.43 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.44285714285714295 1.7714285714285711 True False False 0 False 0 952.02 21.43 2237.51 62.0 0.0043 66.0 2318.9 55.0 1760.0 48.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 280 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 278 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 277 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 10 DRB1*04:05 15 QLLLPSGLTTQGSSS 2654.855 1099.11 MHCnuggetsII 66.0 23.19 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 1.7714285714285711 True False False 0 False 0 1099.11 23.19 3027.71 69.0 0.0015 85.0 3652.0 66.0 2282.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 281 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 279 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 278 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 11 DRB1*04:05 15 LLLPSGLTTQGSSSS 2672.85 1526.46 MHCnuggetsII 60.0 27.56 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1142857142857143 1.7714285714285711 False False False 0 False 0 1526.46 27.56 3607.18 74.0 0.0061 60.0 3106.7 62.0 2239.0 54.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 282 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 280 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 279 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 12 DRB1*04:05 15 LLPSGLTTQGSSSSS 2656.01 2312.5 NNalign 55.0 27.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1285714285714286 1.1285714285714286 False False False 0 False 0 2644.02 35.9 3791.29 75.0 0.039 27.0 2312.5 55.0 2668.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 283 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 281 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 280 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 13 DRB1*04:05 15 LPSGLTTQGSSSSSR 2549.625 540.45 MHCnuggetsII 53.0 15.37 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285711 0.48571428571428565 False False False 0 False 0 540.45 15.37 2916.05 69.0 0.0909 17.0 2183.2 53.0 3072.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 284 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 282 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 281 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 14 DRB1*04:05 15 PSGLTTQGSSSSSRK 2272.99 984.53 MHCnuggetsII 54.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 -0.38571428571428573 False False False 0 False 0 984.53 21.85 2323.28 62.0 0.1415 12.0 2222.7 54.0 3144.0 63.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 285 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 283 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 282 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 15 DRB1*04:05 15 SGLTTQGSSSSSRKE 2564.445 740.32 MHCnuggetsII 57.0 18.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.38571428571428573 False False False 0 False 0 740.32 18.59 2519.89 65.0 0.0379 28.0 2609.0 57.0 3493.0 66.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 286 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 284 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 283 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 16 DRB1*04:05 15 GLTTQGSSSSSRKES 3866.74 1084.56 MHCnuggetsII 69.0 23.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1571428571428575 -0.38571428571428573 False False False 0 False 0 1084.56 23.03 3870.58 76.0 0.0038 69.0 3862.9 67.0 4879.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 287 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 285 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 284 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 17 DRB1*04:05 15 LTTQGSSSSSRKESH 5133.85 1882.75 MHCnuggetsII 76.0 30.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5 -0.44285714285714295 False False False 0 False 0 1882.75 30.59 8186.71 91.0 0.0013 86.0 5327.7 76.0 4940.0 74.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 288 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 286 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 285 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 18 DRB1*04:05 15 TTQGSSSSSRKESHR 7544.35 5697.57 MHCnuggetsII 80.0 49.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.0285714285714285 -1.1 False False False 0 False 0 5697.57 49.96 12751.89 96.0 0.0023 78.0 6449.7 80.0 8639.0 86.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 289 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 287 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 286 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 19 DRB1*04:05 15 TQGSSSSSRKESHRP 12763.505 7676.5 NNalign 89.0 74.76 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.1428571428571432 -1.1142857142857143 False False True 0 False 0 16838.78 74.76 14971.01 98.0 0.0005 95.0 7676.5 84.0 10556.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 290 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 288 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 287 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 20 DRB1*04:05 15 QGSSSSSRKESHRPL 12149.545 4444.65 MHCnuggetsII 93.0 45.07 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9571428571428575 -1.1285714285714286 True False False 0 False 0 4444.65 45.07 14645.29 98.0 0.0002 99.0 9653.8 88.0 14739.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 291 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 289 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 288 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 21 DRB1*04:05 15 GSSSSSRKESHRPLR 12290.84 7074.6 MHCnuggetsII 92.0 54.44 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.042857142857143 -1.2714285714285711 False False False 0 False 0 7074.6 54.44 14007.08 97.0 0.0002 99.0 10574.6 90.0 14545.0 92.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 292 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 290 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 289 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 22 DRB1*04:05 15 SSSSSRKESHRPLRA 9886.87 7969.96 NetMHCIIpan 90.0 63.66 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 -1.2857142857142858 False False False 0 False 0 10708.94 63.66 7969.96 90.0 0.0003 97.0 9064.8 87.0 22973.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 293 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 291 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 290 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 23 DRB1*04:05 15 SSSSRKESHRPLRAA 11010.63 6943.85 NetMHCIIpan 88.0 68.95 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9142857142857143 -0.9142857142857143 False False False 0 False 0 13343.76 68.95 6943.85 88.0 0.0006 94.0 8677.5 86.0 23914.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 294 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 292 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 291 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 24 DRB1*04:05 15 SSSRKESHRPLRAAV 7686.66 5680.76 NetMHCIIpan 85.0 55.58 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 0.14285714285714285 False False False 0 False 0 7461.32 55.58 5680.76 84.0 0.0009 90.0 7912.0 85.0 22035.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 295 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 293 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 292 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 25 DRB1*04:05 15 SSRKESHRPLRAAVM 4472.34 1789.67 NetMHCIIpan 75.0 41.63 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0571428571428572 1.0571428571428572 False False False 0 False 0 3697.88 41.63 1789.67 55.0 0.002 80.0 5246.8 75.0 5480.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 296 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 294 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 293 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 26 DRB1*04:05 15 SRKESHRPLRAAVMY 4953.05 1337.1 NetMHCIIpan 61.0 47.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1 1.1 False False False 0 False 0 7322.79 55.17999999999999 1337.1 47.0 0.0055 61.0 4340.1 70.0 5566.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 297 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 295 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 294 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 27 DRB1*04:05 15 RKESHRPLRAAVMYP 2864.24 1434.06 NetMHCIIpan 49.0 33.12 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.32857142857142846 1.1 False False True 0 False 0 2224.88 33.12 1434.06 49.0 0.0135 44.0 3503.6 65.0 5460.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 298 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 296 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 295 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 28 DRB1*04:05 15 KESHRPLRAAVMYPR 1427.405 603.0 SMMalign 37.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 1.1 False False False 0 False 0 2324.14 33.81 892.51 37.0 0.0189 39.0 1962.3 50.0 603.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 299 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 297 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 296 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 29 DRB1*04:05 15 ESHRPLRAAVMYPRP 1203.945 629.0 SMMalign 44.0 22.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285717 1.1 True False True 0 False 0 1191.04 24.22 1216.85 45.0 0.0067 58.0 1473.7 44.0 629.0 22.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 300 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 298 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 297 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 30 DRB1*04:05 15 SHRPLRAAVMYPRPS 1104.715 568.0 SMMalign 41.0 21.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 1.1 False False False 0 False 0 997.18 22.0 1212.25 45.0 0.007 57.0 1272.0 41.0 568.0 21.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 301 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 299 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 298 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 31 DRB1*04:05 15 HRPLRAAVMYPRPST 1400.005 560.0 SMMalign 43.91 20.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2285714285714284 1.1 False False False 0 False 0 4181.62 43.91 1413.81 49.0 0.0087 52.0 1386.2 43.0 560.0 20.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 302 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 300 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 299 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 32 DRB1*04:05 15 RPLRAAVMYPRPSTI 1155.05 529.0 SMMalign 46.0 19.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.1 False False False 0 False 0 804.9 19.49 1505.2 51.0 0.0037 69.0 1652.7 46.0 529.0 19.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 303 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 301 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 300 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 33 DRB1*04:05 15 PLRAAVMYPRPSTID 2029.71 1037.0 SMMalign 52.0 34.0 SMMalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1714285714285713 1.1 False False False 0 False 0 2368.11 34.11 1933.72 58.0 0.0054 62.0 2125.7 52.0 1037.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 304 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 302 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460554-177460555.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 315 no 301 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000177.chr5:177460555-177460556.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 34 DRB1*04:05 15 LRAAVMYPRPSTIDQ 2191.47 1038.0 SMMalign 45.0 32.78 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 1.1 False False False 0 False 0 2176.28 32.78 2206.66 61.0 0.0134 45.0 2867.6 60.0 1038.0 34.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 305 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 35 DRB1*04:05 15 RAAVMYPRPSTIDQA 2854.865 1623.72 MHCnuggetsII 59.0 28.410000000000004 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5428571428571429 0.3285714285714287 False False False 0 False 0 1623.72 28.410000000000004 3028.73 69.0 0.0266 33.0 3533.0 65.0 2681.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 306 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 36 DRB1*04:05 15 AAVMYPRPSTIDQAA 3648.42 2777.0 SMMalign 60.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 0.3285714285714287 False False False 0 False 0 3812.98 42.2 3483.86 73.0 0.035 29.0 4316.6 70.0 2777.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 307 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 305 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 37 DRB1*04:05 15 AVMYPRPSTIDQAAT 4868.255 4254.24 NetMHCIIpan 76.0 44.74 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.042857142857142864 -0.042857142857142864 False False False 0 False 0 4368.41 44.74 4254.24 78.0 0.0106 49.0 5368.1 76.0 5395.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 308 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 306 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 38 DRB1*04:05 15 VMYPRPSTIDQAATW 5955.485 1300.73 MHCnuggetsII 81.0 25.36 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.07142857142857141 -0.042857142857142864 False False False 0 False 0 1300.73 25.36 4995.87 82.0 0.003 73.0 6915.1 81.0 7228.0 83.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 309 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 307 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 39 DRB1*04:05 15 MYPRPSTIDQAATWT 7695.485 2868.94 MHCnuggetsII 86.0 37.24 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857144 -0.042857142857142864 False False False 0 False 0 2868.94 37.24 7047.47 88.0 0.0022 79.0 8343.5 86.0 13237.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 310 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 308 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 40 DRB1*04:05 15 YPRPSTIDQAATWTA 4502.215 1295.02 MHCnuggetsII 73.0 25.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.05714285714285716 -0.042857142857142864 False False False 0 False 0 1295.02 25.31 3478.43 73.0 0.0105 49.0 6716.8 81.0 5526.0 77.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 311 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 309 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 41 DRB1*04:05 15 PRPSTIDQAATWTAT 3875.49 995.04 MHCnuggetsII 65.0 21.97 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3428571428571429 0.3428571428571429 False False False 0 False 0 995.04 21.97 2566.98 65.0 0.0527 23.0 5603.6 77.0 5184.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 312 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 310 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 42 DRB1*04:05 15 RPSTIDQAATWTATG 3760.49 1148.23 MHCnuggetsII 65.0 15.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428612 0.3428571428571429 False False False 0 False 0 1148.23 23.74 2540.98 65.0 0.1048 15.0 6269.5 80.0 4980.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 313 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 311 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 43 DRB1*04:05 15 PSTIDQAATWTATGG 3971.705 2244.78 MHCnuggetsII 68.0 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 0.3428571428571429 False False False 0 False 0 2244.78 33.27 2906.41 68.0 0.1332 13.0 7249.7 82.0 5037.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 314 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 312 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 44 DRB1*04:05 15 STIDQAATWTATGGW 7089.35 3302.18 NetMHCIIpan 72.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.31428571428571433 0.3428571428571429 False False False 0 False 0 10272.42 62.68 3302.18 72.0 0.0332 29.0 9046.7 87.0 5132.0 75.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 315 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 313 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 45 DRB1*04:05 15 TIDQAATWTATGGWR 9523.3 4037.54 NetMHCIIpan 77.0 54.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.3428571428571429 False False False 0 False 0 12384.45 67.14 4037.54 77.0 0.0081 54.0 9348.6 88.0 9698.0 88.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 316 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 314 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 46 DRB1*04:05 15 IDQAATWTATGGWRP 8072.4 4022.14 NetMHCIIpan 77.0 63.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428571 0.3428571428571429 False False True 0 False 0 23566.4 83.65 4022.14 77.0 0.0052 63.0 5544.8 77.0 10600.0 89.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 317 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 315 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 47 DRB1*04:05 15 DQAATWTATGGWRPL 9964.42 3186.87 NetMHCIIpan 71.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.3428571428571429 False False False 0 False 0 15835.04 73.19 3186.87 71.0 0.0063 59.0 4093.8 69.0 21826.0 96.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 318 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 316 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 48 DRB1*04:05 15 QAATWTATGGWRPLP 12030.405 3288.27 NetMHCIIpan 72.0 44.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8000000000000002 0.3428571428571429 True False True 0 False 0 20307.41 79.66 3288.27 72.0 0.0139 44.0 3753.4 67.0 24640.0 97.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 319 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 317 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 49 DRB1*04:05 15 AATWTATGGWRPLPS 9590.7 3033.88 NetMHCIIpan 69.0 40.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428573 0.3428571428571429 False False False 0 False 0 18398.46 77.06 3033.88 69.0 0.0178 40.0 3717.4 66.0 15464.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 320 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 318 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 50 DRB1*04:05 15 ATWTATGGWRPLPSP 9896.87 3375.1 NNalign 76.0 58.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 0.028571428571428612 False False True 0 False 0 25234.04 85.5 3868.74 76.0 0.0065 58.0 3375.1 64.0 15925.0 93.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 321 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 319 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 51 DRB1*04:05 15 TWTATGGWRPLPSPR 8575.385 1311.1 NNalign 85.0 41.0 NNalign 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 -0.28571428571428564 False False False 0 False 0 25463.72 85.75 5103.77 82.0 0.0014 85.0 1311.1 41.0 12047.0 90.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 322 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 320 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 52 DRB1*04:05 15 WTATGGWRPLPSPRG 1369.265 124.2 NNalign 29.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 -0.31428571428571433 False False False 0 False 0 18262.98 76.86 633.53 29.0 0.3248 5.4 124.2 6.6 2105.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 323 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 321 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 53 DRB1*04:05 15 TATGGWRPLPSPRGA 1219.405 85.8 NNalign 19.0 2.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.47142857142857153 -0.47142857142857153 False False False 0 False 0 2034.38 31.75 404.43 19.0 0.5965 2.1 85.8 4.2 2080.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 324 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 322 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 54 DRB1*04:05 15 ATGGWRPLPSPRGAR 1203.01 76.9 NNalign 15.0 1.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 -0.47142857142857153 False False False 0 False 0 2334.42 33.879999999999995 305.02 15.0 0.7025 1.4 76.9 3.5 2101.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 325 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 323 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 55 DRB1*04:05 15 TGGWRPLPSPRGARL 791.68 80.9 NNalign 9.9 1.5 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.47142857142857153 False False False 0 False 0 1369.85 26.06 213.51 9.9 0.6717 1.5 80.9 3.7 1956.0 51.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 326 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 324 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 56 DRB1*04:05 15 GGWRPLPSPRGARLT 1214.025 115.6 NNalign 15.0 4.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.47142857142857153 False False False 0 False 0 8690.78 58.88 301.05 15.0 0.4244 4.0 115.6 6.1 2127.0 53.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 327 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 325 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 57 DRB1*04:05 15 GWRPLPSPRGARLTP 2726.935 461.73 NetMHCIIpan 22.0 18.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285717 -0.47142857142857153 False False True 0 False 0 4968.57 47.22 461.73 22.0 0.08 18.0 485.3 22.0 5353.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 328 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 326 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 58 DRB1*04:05 15 WRPLPSPRGARLTPA 4935.8 2170.9 NetMHCIIpan 73.31 61.0 NetMHCIIpan 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.028571428571428532 False False False 0 False 0 15909.49 73.31 2170.9 61.0 0.0005 96.0 6013.6 79.0 3858.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 329 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 327 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 59 DRB1*04:05 15 RPLPSPRGARLTPAP 13226.695 7871.0 SMMalign 92.0 83.03 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.028571428571428532 False False True 0 False 0 23036.47 83.03 11387.99 95.0 0.0008 92.0 15065.4 96.0 7871.0 84.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 330 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 328 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 60 DRB1*04:05 15 PLPSPRGARLTPAPP 6876.495 2802.0 SMMalign 81.0 53.71 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.028571428571428532 False False True 0 False 0 6837.29 53.71 10806.62 95.0 0.0016 83.0 6915.7 81.0 2802.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 331 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 329 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 61 DRB1*04:05 15 LPSPRGARLTPAPPP 3463.21 2603.0 SMMalign 62.0 42.18 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571436 0.028571428571428532 False False True 0 False 0 3810.32 42.18 9551.67 93.0 0.0036 70.0 3116.1 62.0 2603.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 332 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 330 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 62 DRB1*04:05 15 PSPRGARLTPAPPPP 2424.65 1805.13 MHCnuggetsII 59.0 29.96 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142858 0.028571428571428532 False False True 0 False 0 1805.13 29.96 9564.29 93.0 0.0062 59.0 2136.3 53.0 2713.0 60.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 333 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 331 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 63 DRB1*04:05 15 SPRGARLTPAPPPPL 1752.58 1533.7 NNalign 49.0 28.67 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3428571428571428 0.028571428571428532 False False False 0 False 0 1653.16 28.67 4789.55 81.0 0.0087 53.0 1533.7 45.0 1852.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 334 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 332 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 64 DRB1*04:05 15 PRGARLTPAPPPPLS 1811.515 1536.7 NNalign 45.0 29.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.22857142857142856 0.028571428571428532 False False False 0 False 0 1761.03 29.59 4123.85 77.0 0.022 36.0 1536.7 45.0 1862.0 49.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 335 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 333 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 65 DRB1*04:05 15 RGARLTPAPPPPLSL 2322.09 2186.6 NNalign 53.0 33.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.057142857142857065 0.057142857142857065 False False False 0 False 0 2333.18 33.87 2973.33 69.0 0.0262 33.0 2186.6 53.0 2311.0 55.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 336 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 334 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 66 DRB1*04:05 15 GARLTPAPPPPLSLS 2890.785 2453.0 SMMalign 57.0 29.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.17142857142857126 0.17142857142857126 False False False 0 False 0 2766.44 36.64 3015.13 69.0 0.0344 29.0 3755.0 67.0 2453.0 57.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460554-177460555.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 351 yes 337 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000177.chr5:177460555-177460556.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460554-177460555.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 349 yes 335 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000177.chr5:177460555-177460556.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460554-177460555.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 81 yes 67 DRB1*04:05 15 ARLTPAPPPPLSLSR 4748.59 2974.0 SMMalign 62.0 54.28 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000177.chr5:177460555-177460556.D 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.24285714285714288 0.17142857142857126 False False False 0 False 0 7020.44 54.28 3576.28 74.0 0.0078 55.0 5920.9 78.0 2974.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 266 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 264 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 263 DRB1*04:05 15 EEETHMKKSESEVEA 3732.215 1046.0 SMMalign 67.0 11.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 -0.8714285714285713 True False False 0 False 0 14522.26 71.02000000000001 2780.93 67.0 0.164 11.0 4683.5 73.0 1046.0 34.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 267 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 265 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 264 DRB1*04:05 15 EETHMKKSESEVEAA 3086.005 1119.0 SMMalign 57.0 5.4 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 -0.5 True False False 0 False 0 11675.19 65.73 1907.41 57.0 0.3262 5.4 4264.6 70.0 1119.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 268 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 266 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 265 DRB1*04:05 15 ETHMKKSESEVEAAA 2971.205 1109.0 SMMalign 51.0 4.1 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.25714285714285723 0.25714285714285723 True False False 0 False 0 11168.41 64.67 1524.31 51.0 0.4035 4.1 4418.1 71.0 1109.0 35.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 269 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 267 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 266 DRB1*04:05 15 THMKKSESEVEAAAI 3403.68 1136.0 SMMalign 46.64 13.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857145 1.0142857142857145 False False False 0 False 0 4821.93 46.64 1985.43 58.0 0.127 13.0 5289.8 75.0 1136.0 36.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 270 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 268 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 267 DRB1*04:05 15 HMKKSESEVEAAAII 5002.86 3183.0 SMMalign 64.0 53.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.157142857142857 2.157142857142857 False False False 0 False 0 6799.28 53.59 3206.44 71.0 0.0073 56.0 8367.9 86.0 3183.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 271 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 269 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 268 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 1 DRB1*04:05 15 MKKSESEVEAAAIIA 7027.295 3141.0 SMMalign 63.0 59.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857145 2.157142857142857 False False False 0 False 0 8945.07 59.52 5152.99 82.0 0.0061 59.0 8901.6 87.0 3141.0 63.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 272 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 270 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 269 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 2 DRB1*04:05 15 KKSESEVEAAAIIAQ 5546.4 4040.68 NetMHCIIpan 73.0 51.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 2.157142857142857 False False False 0 False 0 9220.18 60.2 4040.68 77.0 0.0097 51.0 4775.8 73.0 6317.0 80.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 273 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 271 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 270 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 3 DRB1*04:05 15 KSESEVEAAAIIAQR 4142.7 2326.76 NetMHCIIpan 61.0 22.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9142857142857144 2.157142857142857 False False False 0 False 0 5731.55 50.080000000000005 2326.76 62.0 0.0552 22.0 2996.4 61.0 5289.0 76.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 274 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 272 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 271 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 4 DRB1*04:05 15 SESEVEAAAIIAQRP 2715.85 2111.87 NetMHCIIpan 53.0 12.0 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142877 2.157142857142857 False False True 0 False 0 5751.06 50.13999999999999 2111.87 60.0 0.1372 12.0 2177.7 53.0 3254.0 64.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 275 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 273 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 272 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 5 DRB1*04:05 15 ESEVEAAAIIAQRPD 1881.89 1539.94 MHCnuggetsII 46.0 8.7 NetMHCIIpanEL 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142846 2.157142857142857 True False False 0 False 0 1539.94 27.68 2131.08 60.0 0.2018 8.7 1632.7 46.0 3036.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 276 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 274 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 273 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 6 DRB1*04:05 15 SEVEAAAIIAQRPDN 2010.865 523.96 MHCnuggetsII 44.0 15.079999999999998 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 2.157142857142857 False False False 0 False 0 523.96 15.079999999999998 2554.73 65.0 0.0635 21.0 1467.0 44.0 2999.0 62.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 277 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 275 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 274 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 7 DRB1*04:05 15 EVEAAAIIAQRPDNP 2368.95 1727.55 MHCnuggetsII 49.0 29.31 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.342857142857143 2.157142857142857 True False True 0 False 1 1727.55 29.31 2960.88 69.0 0.0328 30.0 1882.9 49.0 2855.0 61.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 278 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 276 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 275 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 8 DRB1*04:05 15 VEAAAIIAQRPDNPR 2441.0 1249.47 MHCnuggetsII 53.0 24.85 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.2428571428571433 2.157142857142857 False False False 0 False 1 1249.47 24.85 3025.52 69.0 0.0417 26.0 2162.0 53.0 2720.0 60.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000292385.9:c.838G>A ENSP00000292385.5:p.Glu280Lys 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460554-177460555.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000292385.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000292385.9:c.838-1G>T NA 651 650 no 279 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 2.226 DBN1.ENST00000292385.JUNC00000178.chr5:177460555-177460556.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000309007.9:c.832G>A ENSP00000308532.5:p.Glu278Lys 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460554-177460555.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000309007.9 1 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000309007.9:c.832-1G>T NA 649 648 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 56.19 DBN1.ENST00000309007.JUNC00000178.chr5:177460555-177460556.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460554-177460555.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 694 no 277 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000178.chr5:177460555-177460556.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000477391.6:c.829G>A ENSP00000422854.1:p.Glu277Lys 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460554-177460555.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000477391.6 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000477391.6:c.829-1G>T NA 318 317 yes 276 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.864 DBN1.ENST00000477391.JUNC00000178.chr5:177460555-177460556.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000512501.1:c.28G>A ENSP00000423208.1:p.Glu10Lys 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460554-177460555.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460555 177460556 C A JUNC00000178 177460552 177460644 1254 D ENST00000512501.1 3 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000512501.1:c.28-1G>T NA 391 390 no 9 DRB1*04:05 15 EAAAIIAQRPDNPRE 3170.3 352.58 MHCnuggetsII 58.0 11.59 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 0.365 DBN1.ENST00000512501.JUNC00000178.chr5:177460555-177460556.D 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.242857142857143 1.8142857142857145 True False False 0 False 1 352.58 11.59 3797.33 75.0 0.0304 31.0 2637.6 58.0 3703.0 68.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 147 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.20000000000000004 0.3285714285714287 False False False 0 False 0 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 303 DRB1*04:05 15 RAAVMYPRPSTIDQV 2715.295 519.96 MHCnuggetsII 59.0 15.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 147 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.20000000000000004 0.3285714285714287 False False False 0 False 0 519.96 15.0 2796.59 68.0 0.023 35.0 3582.4 65.0 2634.0 59.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 148 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 304 DRB1*04:05 15 AAVMYPRPSTIDQVV 2738.44 665.02 MHCnuggetsII 58.0 17.45 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 148 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6285714285714287 0.6285714285714287 False False False 0 False 0 665.02 17.45 2876.88 68.0 0.0264 33.0 4311.3 70.0 2600.0 58.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 149 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 305 DRB1*04:05 15 AVMYPRPSTIDQVVR 3991.06 334.15 MHCnuggetsII 72.0 11.16 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 149 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.10000000000000002 0.6285714285714287 False False False 0 False 0 334.15 11.16 3312.52 72.0 0.0078 55.0 4669.6 73.0 5213.0 76.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 150 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 306 DRB1*04:05 15 VMYPRPSTIDQVVRT 4123.89 1754.98 MHCnuggetsII 74.0 29.54 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 150 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.10000000000000006 0.6285714285714287 False False False 0 False 0 1754.98 29.54 4055.88 77.0 0.0028 74.0 4191.9 70.0 7164.0 82.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 151 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 307 DRB1*04:05 15 MYPRPSTIDQVVRTA 4758.965 3706.41 MHCnuggetsII 70.0 41.68 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 151 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2857142857142857 0.6285714285714287 False False False 0 False 0 3706.41 41.68 5242.63 83.0 0.0035 70.0 4275.3 70.0 13296.0 91.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 152 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 308 DRB1*04:05 15 YPRPSTIDQVVRTAL 2676.95 954.48 MHCnuggetsII 63.0 21.47 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 152 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7571428571428572 0.7571428571428572 False False False 0 False 0 954.48 21.47 4084.46 77.0 0.004 68.0 3335.9 63.0 2018.0 52.0 +chr5 177460554 177460555 C T JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 missense_variant&splice_region_variant E/K DBN1 ENST00000393565.6:c.832G>A ENSP00000377195.1:p.Glu278Lys 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 137 0.285 1076.0 0.009 93 0.011 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460554-177460555.D 153 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 +chr5 177460555 177460556 C A JUNC00000177 177460548 177460644 25 D ENST00000393565.6 5 protein_coding DBN1 splice_acceptor_variant NA DBN1 ENST00000393565.6:c.832-1G>T NA 695 323 yes 309 DRB1*04:05 15 PRPSTIDQVVRTALS 1654.11 997.14 MHCnuggetsII 54.0 22.0 MHCnuggetsII 138 0.29 129.0 0.07 94 0.0 109.087 3.006 DBN1.ENST00000393565.JUNC00000177.chr5:177460555-177460556.D 153 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 997.14 22.0 1695.22 54.0 0.0063 59.0 2317.9 55.0 1613.0 45.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 785 DRB1*04:05 15 APPRPKPPSGKSTPF 32582.035 28557.76 MHCnuggetsII 100.0 88.94 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 154 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285714 -0.7714285714285714 False False False 0 False 0 28557.76 88.94 30834.97 100.0 0.0001 100.0 34329.1 100.0 36603.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 786 DRB1*04:05 15 PPRPKPPSGKSTPFG 30772.005 25376.98 MHCnuggetsII 100.0 85.66 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 155 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7142857142857144 -0.7142857142857144 False False False 0 False 0 25376.98 85.66 30121.71 100.0 0.0001 100.0 31422.3 100.0 34266.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 787 DRB1*04:05 15 PRPKPPSGKSTPFGN 23734.92 20802.36 MHCnuggetsII 96.0 80.28999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 156 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 -0.7142857142857144 False False False 0 False 0 20802.36 80.28999999999999 25666.84 100.0 0.0007 93.0 27160.0 100.0 21803.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 788 DRB1*04:05 15 RPKPPSGKSTPFGNE 20793.55 19184.0 SMMalign 95.0 79.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 157 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 -0.7142857142857144 False False False 0 False 0 20855.24 80.36 20731.86 100.0 0.0021 79.0 20906.9 99.0 19184.0 95.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 789 DRB1*04:05 15 PKPPSGKSTPFGNEE 17605.945 16865.9 NNalign 94.0 70.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 158 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 -0.7142857142857144 False False False 0 False 0 17235.89 75.35 19617.15 99.0 0.0036 70.0 16865.9 97.0 17976.0 94.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 790 DRB1*04:05 15 KPPSGKSTPFGNEEQ 16906.57 14344.65 NetMHCIIpan 96.0 77.22 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 159 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8857142857142857 -0.7142857142857144 False False False 0 False 0 18524.44 77.22 14344.65 97.0 0.0017 83.0 15288.7 96.0 22036.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 791 DRB1*04:05 15 PPSGKSTPFGNEEQQ 17489.94 12516.1 NetMHCIIpan 96.0 66.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 160 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.7142857142857144 False False False 0 False 0 19758.98 78.92 12516.1 96.0 0.0043 66.0 15220.9 96.0 22709.0 96.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 792 DRB1*04:05 15 PSGKSTPFGNEEQQL 12303.725 5247.19 MHCnuggetsII 94.0 48.31 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 161 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.014285714285714 -0.7142857142857144 False False False 0 False 0 5247.19 48.31 10242.95 94.0 0.0053 62.0 14364.5 95.0 28877.0 98.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 793 DRB1*04:05 15 SGKSTPFGNEEQQLA 6186.01 5402.72 NetMHCIIpan 81.0 47.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 162 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6999999999999997 -0.7142857142857144 False False False 0 False 0 5778.02 50.23 5402.72 83.0 0.0114 47.0 10144.7 89.0 6594.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 794 DRB1*04:05 15 GKSTPFGNEEQQLAW 6440.965 4467.95 NetMHCIIpan 79.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 163 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714285 -0.7142857142857144 False False False 0 False 0 6117.93 51.39 4467.95 79.0 0.0202 38.0 8484.4 86.0 6764.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 795 DRB1*04:05 15 KSTPFGNEEQQLAWA 5252.645 2732.16 MHCnuggetsII 75.0 25.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 164 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285715 -0.5714285714285715 False False False 0 False 0 2732.16 36.43 3729.29 75.0 0.0467 25.0 8854.2 87.0 6776.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 796 DRB1*04:05 15 STPFGNEEQQLAWAK 5645.92 3140.62 NetMHCIIpan 70.0 18.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 165 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 -0.5714285714285715 False False False 0 False 0 4649.84 45.95 3140.62 70.0 0.0824 18.0 8765.0 87.0 6642.0 81.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 797 DRB1*04:05 15 TPFGNEEQQLAWAKR 5853.685 3612.53 NetMHCIIpan 74.0 39.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 166 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 5578.37 49.53 3612.53 74.0 0.0188 39.0 9218.3 88.0 6129.0 79.0 +chr19 16361781 16361782 G A JUNC00000108 16355851 16361971 14 A ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 846 no 798 DRB1*04:05 15 PFGNEEQQLAWAKRE 8248.125 4341.33 NetMHCIIpan 78.0 56.88999999999999 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000108.chr19:16361781-16361782.A 167 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 7934.55 56.88999999999999 4341.33 78.0 0.003 73.0 8561.7 86.0 11447.0 90.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 780 DRB1*04:05 15 PPKKPAPPRPKPPSV 30049.35 26539.2 NNalign 99.0 93.41 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 168 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4000000000000001 -1.4000000000000001 False False False 0 False 0 33403.42 93.41 26695.28 100.0 0.0002 98.0 26539.2 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 781 DRB1*04:05 15 PKKPAPPRPKPPSVW 27220.365 13725.81 MHCnuggetsII 100.0 69.64 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 169 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8857142857142858 -0.8857142857142858 False False False 0 False 0 13725.81 69.64 24449.73 100.0 0.0001 100.0 29991.0 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000109 16355851 16377122 20 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 796 yes 782 DRB1*04:05 15 KKPAPPRPKPPSVWQ 27325.42 24473.82 NetMHCIIpan 100.0 85.13 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000109.chr19:16361781-16361782.NDA 170 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.157142857142857 -0.8857142857142858 False False False 0 False 0 24893.24 85.13 24473.82 100.0 0.0001 100.0 29757.6 100.0 50000.0 99.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 736 DRB1*04:05 15 NSAEGFADFSQMSKF 2654.0 1075.12 MHCnuggetsII 62.0 22.92 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 171 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2142857142857144 0.2571428571428571 False False False 0 True 0 1075.12 22.92 2471.0 64.0 0.0038 69.0 3137.1 62.0 2837.0 61.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 737 DRB1*04:05 15 SAEGFADFSQMSKFG 2786.425 1100.65 MHCnuggetsII 67.0 23.21 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 172 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6714285714285715 0.2571428571428571 False False False 0 False 0 1100.65 23.21 2744.85 67.0 0.004 68.0 3913.5 68.0 2828.0 60.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 738 DRB1*04:05 15 AEGFADFSQMSKFGN 1452.48 800.0 SMMalign 51.0 25.86 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 173 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0571428571428572 0.2571428571428571 False False False 0 False 0 1349.92 25.86 1555.04 51.0 0.0047 65.0 3434.1 64.0 800.0 28.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 739 DRB1*04:05 15 EGFADFSQMSKFGNE 1697.645 801.0 SMMalign 50.0 28.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 174 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0571428571428572 0.21428571428571422 True False False 0 False 0 1762.54 29.61 1632.75 53.0 0.01 50.0 2364.1 55.0 801.0 28.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 740 DRB1*04:05 15 GFADFSQMSKFGNEE 1665.93 879.0 SMMalign 32.0 30.0 SMMalign 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 175 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8285714285714287 0.21428571428571422 False False False 0 False 0 2042.0 31.8 1835.76 56.0 0.0282 32.0 1496.1 44.0 879.0 30.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 741 DRB1*04:05 15 FADFSQMSKFGNEEQ 1221.905 867.0 SMMalign 37.0 26.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 176 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2142857142857144 0.21428571428571422 False False False 0 False 0 3872.56 42.49 1359.71 48.0 0.0419 26.0 1084.1 37.0 867.0 29.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 742 DRB1*04:05 15 ADFSQMSKFGNEEQQ 1182.635 877.0 SMMalign 34.0 23.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 177 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.157142857142857 -0.2142857142857144 False False False 0 False 0 2385.65 34.23 1452.07 50.0 0.0529 23.0 913.2 34.0 877.0 30.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 743 DRB1*04:05 15 DFSQMSKFGNEEQQL 1108.365 502.23 MHCnuggetsII 37.0 14.67 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 178 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.014285714285714 -0.2142857142857144 False False False 0 False 0 502.23 14.67 1129.43 43.0 0.0544 23.0 1087.3 37.0 2081.0 52.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 744 DRB1*04:05 15 FSQMSKFGNEEQQLA 1120.835 802.99 MHCnuggetsII 38.0 19.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 179 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6999999999999997 -0.2142857142857144 False False False 0 False 0 802.99 19.47 939.57 38.0 0.0747 19.0 1302.1 41.0 1844.0 49.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 745 DRB1*04:05 15 SQMSKFGNEEQQLAW 2446.2 1345.65 NetMHCIIpan 46.0 27.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 180 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714285 -0.6714285714285715 False False False 0 False 0 4306.36 44.46 1345.65 47.0 0.0386 27.0 1590.4 46.0 3302.0 65.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 746 DRB1*04:05 15 QMSKFGNEEQQLAWA 4531.25 1486.09 NetMHCIIpan 50.0 29.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 181 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285715 -0.5714285714285715 True False False 0 False 0 5626.15 49.71 1486.09 50.0 0.035 29.0 3939.5 68.0 5123.0 75.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 747 DRB1*04:05 15 MSKFGNEEQQLAWAK 4616.005 1838.72 NetMHCIIpan 56.0 20.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 182 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 -0.5714285714285715 False False False 0 False 0 4146.01 43.75 1838.72 56.0 0.0649 20.0 7950.6 85.0 5086.0 75.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 748 DRB1*04:05 15 SKFGNEEQQLAWAKR 5439.435 2632.8 NetMHCIIpan 66.0 38.0 NetMHCIIpanEL 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 183 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 4881.87 46.88 2632.8 66.0 0.0203 38.0 8321.1 86.0 5997.0 79.0 +chr19 16361781 16361782 G A JUNC00000110 16355851 16385129 116 NDA ENST00000455140.7 2 protein_coding EPS15L1 synonymous_variant T EPS15L1 ENST00000455140.7:c.2583C>T ENSP00000393313.1:p.Thr861= 910 797 no 749 DRB1*04:05 15 KFGNEEQQLAWAKRE 8204.72 3279.74 NetMHCIIpan 73.0 56.3 MHCnuggetsII 302 0.199 90.0 0.311 175 0.006 21.206 6.185 EPS15L1.ENST00000455140.JUNC00000110.chr19:16361781-16361782.NDA 184 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 -0.5714285714285715 False False False 0 False 0 7715.24 56.3 3279.74 72.0 0.003 73.0 8694.2 87.0 11348.0 90.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 19 DRB1*04:05 15 VPNNKITVVGVGQVV 3830.73 1280.95 NetMHCIIpan 46.49 21.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.2285714285714286 False False False 0 False 0 4783.26 46.49 1280.95 46.0 0.0596 21.0 2878.2 60.0 6064.0 79.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 20 DRB1*04:05 15 PNNKITVVGVGQVVS 2987.375 1094.86 NetMHCIIpan 42.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285716 2.2285714285714286 False False False 0 False 0 3641.85 41.36 1094.86 42.0 0.1118 14.0 2332.9 55.0 6516.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 35 no 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000043 21647016 21654575 2017 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 35 yes 21 DRB1*04:05 15 NNKITVVGVGQVVSG 2464.13 1242.71 NetMHCIIpan 45.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000043.chr12:21654541-21654542.A 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 True 0 1904.36 30.75 1242.71 45.0 0.1495 11.0 3023.9 61.0 6592.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 18 DRB1*04:05 15 TVPNNKITVVGVGQS 4582.125 1912.13 NetMHCIIpan 57.0 29.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0714285714285714 2.2285714285714286 False False False 0 False 0 5724.05 50.05 1912.13 57.0 0.0346 29.0 3440.2 64.0 6547.0 81.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 19 DRB1*04:05 15 VPNNKITVVGVGQSL 1528.545 872.47 MHCnuggetsII 39.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0142857142857142 2.2285714285714286 False False False 0 False 0 872.47 20.41 946.39 39.0 0.1021 15.0 2110.7 52.0 5336.0 76.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 20 DRB1*04:05 15 PNNKITVVGVGQSLA 1236.3 667.62 NetMHCIIpan 30.0 9.2 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6714285714285715 2.2285714285714286 False False False 0 False 0 1024.2 22.33 667.62 30.0 0.1896 9.2 1448.4 44.0 3214.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 21 DRB1*04:05 15 NNKITVVGVGQSLAD 1732.965 771.56 NetMHCIIpan 34.0 6.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2285714285714285 2.2285714285714286 False False False 0 True 0 2297.93 33.629999999999995 771.56 34.0 0.2977 6.0 1168.0 39.0 2753.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 22 DRB1*04:05 15 NKITVVGVGQSLADE 933.68 286.48 MHCnuggetsII 35.0 9.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 2.2285714285714286 False False False 0 True 0 286.48 9.98 912.36 38.0 0.1102 14.0 955.0 35.0 2773.0 60.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 23 DRB1*04:05 15 KITVVGVGQSLADEL 997.485 125.95 MHCnuggetsII 37.0 5.050000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 2.2285714285714286 False False False 0 False 0 125.95 5.050000000000001 899.37 37.0 0.0724 19.0 1095.6 37.0 2139.0 53.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 24 DRB1*04:05 15 ITVVGVGQSLADELA 1545.585 481.24 MHCnuggetsII 47.0 14.26 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 2.2285714285714286 False False False 0 False 0 481.24 14.26 1418.67 49.0 0.0788 18.0 1672.5 47.0 2047.0 52.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 25 DRB1*04:05 15 TVVGVGQSLADELAL 2245.28 522.83 MHCnuggetsII 57.0 15.06 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 522.83 15.06 1997.56 58.0 0.0208 37.0 3134.5 62.0 2493.0 57.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 26 DRB1*04:05 15 VVGVGQSLADELALV 2355.51 910.5 MHCnuggetsII 59.0 20.92 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 910.5 20.92 2159.02 61.0 0.0062 59.0 7068.6 82.0 2552.0 58.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 27 DRB1*04:05 15 VGVGQSLADELALVD 2192.275 1246.18 MHCnuggetsII 56.0 24.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 1246.18 24.81 2009.55 59.0 0.0157 42.0 4759.0 73.0 2375.0 56.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 28 DRB1*04:05 15 GVGQSLADELALVDV 2245.125 813.29 MHCnuggetsII 46.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 813.29 19.62 1268.25 46.0 0.0884 17.0 3450.1 64.0 3222.0 64.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 29 DRB1*04:05 15 VGQSLADELALVDVL 1750.445 779.8 MHCnuggetsII 37.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 779.8 19.16 905.69 37.0 0.1039 15.0 2595.2 57.0 3486.0 66.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 30 DRB1*04:05 15 GQSLADELALVDVLE 1209.535 873.41 NetMHCIIpan 36.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 1281.67 25.17 873.41 36.0 0.1665 11.0 1137.4 38.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 221 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 125 yes 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 90 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000044 21647016 21654579 393 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 322 no 31 DRB1*04:05 15 QSLADELALVDVLED 678.73 517.3 NNalign 23.02 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000044.chr12:21654541-21654542.A 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1083.55 23.02 541.46 25.0 0.1087 14.0 517.3 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 13 DRB1*04:05 15 AEEEATVPNNKITVS 10393.82 6362.85 NetMHCIIpan 84.0 36.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 -0.48571428571428565 False False False 0 False 0 12831.64 67.99 6362.85 86.0 0.0227 36.0 16290.7 96.0 7956.0 84.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 14 DRB1*04:05 15 EEEATVPNNKITVSL 8139.4 7093.52 MHCnuggetsII 86.0 54.50000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.5142857142857142 True False False 0 False 0 7093.52 54.50000000000001 7602.8 90.0 0.0066 58.0 13222.7 94.0 8676.0 86.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 15 DRB1*04:05 15 EEATVPNNKITVSLA 3413.635 2291.0 SMMalign 73.0 38.38 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2714285714285716 1.2714285714285716 True False False 0 False 0 3073.21 38.38 3754.06 75.0 0.0016 84.0 4809.3 73.0 2291.0 55.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 16 DRB1*04:05 15 EATVPNNKITVSLAD 1838.23 1313.0 SMMalign 50.0 34.11 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3285714285714287 1.3285714285714287 True False False 0 False 0 2368.29 34.11 1728.86 54.0 0.0061 60.0 1947.6 50.0 1313.0 39.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 17 DRB1*04:05 15 ATVPNNKITVSLADE 1123.9 375.88 MHCnuggetsII 35.0 12.12 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.1857142857142858 1.3285714285714287 False False False 0 False 0 375.88 12.12 1533.34 51.0 0.031 31.0 999.8 35.0 1248.0 38.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 18 DRB1*04:05 15 TVPNNKITVSLADEL 807.255 160.41 MHCnuggetsII 30.0 6.2700000000000005 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8285714285714285 1.3285714285714287 False False False 0 False 0 160.41 6.2700000000000005 876.01 37.0 0.0389 27.0 738.5 30.0 1019.0 33.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 19 DRB1*04:05 15 VPNNKITVSLADELA 730.97 96.79 MHCnuggetsII 30.0 3.91 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 1.3285714285714287 False False False 0 False 0 96.79 3.91 726.74 32.0 0.0709 19.0 735.2 30.0 981.0 32.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 20 DRB1*04:05 15 PNNKITVSLADELAL 764.485 169.54 MHCnuggetsII 29.0 6.59 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.3285714285714287 False False False 0 False 0 169.54 6.59 645.17 29.0 0.0401 27.0 883.8 33.0 1112.0 35.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 21 DRB1*04:05 15 NNKITVSLADELALV 987.805 439.08 MHCnuggetsII 27.0 13.43 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.3285714285714287 False False False 0 True 0 439.08 13.43 541.61 25.0 0.0405 27.0 1641.6 46.0 1434.0 42.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 22 DRB1*04:05 15 NKITVSLADELALVD 1102.795 648.58 NetMHCIIpan 30.0 18.32 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.3285714285714287 False False False 0 True 0 721.59 18.32 648.58 30.0 0.0479 24.0 1895.8 50.0 1484.0 43.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 23 DRB1*04:05 15 KITVSLADELALVDV 1337.645 306.06 MHCnuggetsII 28.0 10.48 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 306.06 10.48 610.29 28.0 0.0552 22.0 2114.5 52.0 2065.0 52.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 24 DRB1*04:05 15 ITVSLADELALVDVL 1483.46 635.29 MHCnuggetsII 33.0 16.98 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 False False False 0 False 0 635.29 16.98 740.72 33.0 0.0525 23.0 2226.2 54.0 2868.0 61.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 25 DRB1*04:05 15 TVSLADELALVDVLE 1051.74 779.3 NetMHCIIpan 34.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 False False False 0 False 0 993.08 21.95 779.3 34.0 0.1008 15.0 1110.4 38.0 1410.0 41.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 216 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 120 yes 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 85 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000045 21647016 21654594 254 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 317 no 26 DRB1*04:05 15 VSLADELALVDVLED 670.72 507.0 NNalign 23.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000045.chr12:21654541-21654542.A 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 False False False 0 False 0 893.87 20.71 525.44 25.0 0.1032 15.0 507.0 23.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 10 DRB1*04:05 15 APVAEEESLADELAL 5327.35 2125.99 NetMHCIIpan 69.92 5.4 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1428571428571428 1.1428571428571428 False False False 0 False 0 13885.87 69.92 2125.99 60.0 0.3239 5.4 4969.7 74.0 5685.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 11 DRB1*04:05 15 PVAEEESLADELALV 7298.65 3486.19 NetMHCIIpan 73.0 37.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1999999999999997 1.1999999999999997 False False False 0 False 0 9361.86 60.55 3486.19 73.0 0.0206 37.0 8087.3 85.0 6510.0 81.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 12 DRB1*04:05 15 VAEEESLADELALVD 3465.94 2970.46 MHCnuggetsII 68.0 37.81 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571428 1.1999999999999997 False False False 0 False 0 2970.46 37.81 3132.88 70.0 0.0164 41.0 6544.2 80.0 3799.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 13 DRB1*04:05 15 AEEESLADELALVDV 2867.995 1680.26 NetMHCIIpan 54.0 17.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 1.542857142857143 False False False 0 False 0 1997.99 31.47 1680.26 54.0 0.0869 17.0 4595.7 72.0 3738.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 14 DRB1*04:05 15 EEESLADELALVDVL 2925.605 1155.97 NetMHCIIpan 43.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.5857142857142854 2.5857142857142854 True False False 0 False 0 2666.41 36.04 1155.97 43.0 0.1036 15.0 3184.8 62.0 3697.0 68.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 15 DRB1*04:05 15 EESLADELALVDVLE 1329.0 1002.41 NetMHCIIpan 40.0 11.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.542857142857143 2.5857142857142854 True False False 0 False 0 2273.39 33.47 1002.41 40.0 0.1626 11.0 1235.0 40.0 1423.0 42.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 16 DRB1*04:05 15 ESLADELALVDVLED 692.48 535.9 NNalign 26.0 14.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 2.5857142857142854 True False False 0 False 0 1442.33 26.76 568.96 26.0 0.1088 14.0 535.9 24.0 816.0 28.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 3 DRB1*04:05 15 TLKEKLIAPVAEEES 1215.625 997.6 NNalign 34.0 20.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9857142857142857 1.5714285714285718 False False False 0 False 0 1353.25 25.9 1469.92 50.0 0.0668 20.0 997.6 35.0 1078.0 34.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 4 DRB1*04:05 15 LKEKLIAPVAEEESL 1124.6 196.12 MHCnuggetsII 35.0 7.439999999999999 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 1.5714285714285718 False False False 0 False 0 196.12 7.439999999999999 1274.3 46.0 0.0706 19.0 1166.2 39.0 1083.0 35.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 5 DRB1*04:05 15 KEKLIAPVAEEESLA 1669.48 655.1 MHCnuggetsII 47.0 15.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5571428571428572 1.5714285714285718 False False False 0 False 0 655.1 17.29 1667.46 54.0 0.1008 15.0 1671.5 47.0 2540.0 58.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 6 DRB1*04:05 15 EKLIAPVAEEESLAD 2695.85 2180.27 NetMHCIIpan 57.0 13.0 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857145 1.5714285714285718 True False False 0 False 0 3364.54 39.95 2180.27 61.0 0.1291 13.0 2940.7 60.0 2451.0 57.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 7 DRB1*04:05 15 KLIAPVAEEESLADE 2515.915 1170.52 MHCnuggetsII 57.0 3.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3142857142857143 1.5714285714285718 False False False 0 False 0 1170.52 23.99 1899.73 57.0 0.4345 3.9 3132.1 62.0 4760.0 74.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 8 DRB1*04:05 15 LIAPVAEEESLADEL 4521.305 1574.58 NetMHCIIpan 52.0 2.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 1.5714285714285718 False False False 0 False 0 5040.21 47.49 1574.58 52.0 0.5172 2.9 4002.4 68.0 5475.0 77.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 206 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 110 yes 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 75 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 307 no 9 DRB1*04:05 15 IAPVAEEESLADELA 4934.45 1241.23 NetMHCIIpan 62.31 1.9 NetMHCIIpanEL 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000046.chr12:21654541-21654542.A 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.48571428571428565 0.5285714285714285 False False False 0 False 0 10103.33 62.31 1241.23 45.0 0.6148 1.9 4281.9 70.0 5587.0 78.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 30 DRB1*04:05 15 GQVGMACAISILGKT 1468.395 684.83 NetMHCIIpan 36.0 25.629999999999995 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9999999999999999 2.5857142857142854 False False False 1 False 0 1326.59 25.629999999999995 684.83 31.0 0.0223 36.0 1610.2 46.0 1715.0 47.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 31 DRB1*04:05 15 QVGMACAISILGKTI 944.82 363.74 MHCnuggetsII 37.0 11.84 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 2.5857142857142854 True False False 1 False 0 363.74 11.84 689.64 31.0 0.0166 41.0 2046.8 51.0 1200.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 32 DRB1*04:05 15 VGMACAISILGKTIR 1147.735 943.28 NetMHCIIpan 38.0 23.29 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4714285714285714 2.5857142857142854 False False False 1 False 0 1107.47 23.29 943.28 38.0 0.0034 71.0 2543.9 57.0 1188.0 37.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 33 DRB1*04:05 15 GMACAISILGKTIRR 1838.79 1060.32 NetMHCIIpan 41.0 33.57 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 2.5857142857142854 False False False 1 False 0 2287.58 33.57 1060.32 41.0 0.0011 88.0 2864.4 60.0 1390.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 34 DRB1*04:05 15 MACAISILGKTIRRH 1376.58 1205.43 NetMHCIIpan 45.0 26.18 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857143 2.5857142857142854 False False False 1 False 0 1381.16 26.18 1205.43 45.0 0.0011 88.0 2901.0 60.0 1372.0 41.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 35 DRB1*04:05 15 ACAISILGKTIRRHM 1315.455 978.06 MHCnuggetsII 45.0 21.76 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4857142857142858 2.5857142857142854 False False False 1 False 0 978.06 21.76 1209.91 45.0 0.0012 87.0 2888.6 60.0 1421.0 42.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 36 DRB1*04:05 15 CAISILGKTIRRHMM 1978.635 587.74 MHCnuggetsII 60.0 16.189999999999998 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 2.2714285714285714 True False False 1 False 0 587.74 16.189999999999998 1150.27 43.0 0.0011 88.0 2921.8 60.0 2807.0 60.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 37 DRB1*04:05 15 AISILGKTIRRHMMF 2050.99 986.67 MHCnuggetsII 62.0 21.87 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285728 1.3571428571428572 False False False 0 False 0 986.67 21.87 1060.98 41.0 0.001 89.0 4263.5 70.0 3041.0 62.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 38 DRB1*04:05 15 ISILGKTIRRHMMFN 3009.13 987.6 MHCnuggetsII 73.0 21.89 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2999999999999996 1.0 False False False 0 False 0 987.6 21.89 1391.26 48.0 0.0005 96.0 5457.8 76.0 4627.0 73.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 39 DRB1*04:05 15 SILGKTIRRHMMFNL 2414.5 596.59 MHCnuggetsII 68.0 16.34 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571452 1.0 False False False 0 False 0 596.59 16.34 923.0 38.0 0.0003 97.0 3906.0 68.0 4244.0 71.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 40 DRB1*04:05 15 ILGKTIRRHMMFNLS 589.2 141.77 MHCnuggetsII 27.0 5.64 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4714285714285714 False False False 0 False 0 141.77 5.64 551.6 26.0 0.0008 91.0 626.8 27.0 998.0 33.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 41 DRB1*04:05 15 LGKTIRRHMMFNLSH 271.92 52.86 MHCnuggetsII 18.0 2.03 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4142857142857142 0.4142857142857142 False False False 0 False 0 52.86 2.03 364.54 18.0 0.0015 84.0 179.3 9.4 513.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 42 DRB1*04:05 15 GKTIRRHMMFNLSHY 198.98 113.93 MHCnuggetsII 13.0 4.590000000000001 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 113.93 4.590000000000001 268.36 13.0 0.0022 79.0 129.6 6.9 507.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396075.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396075.5:c.129+1G>T NA 233 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.822 LDHB.ENST00000396075.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000396076.5 5 protein_coding LDHB splice_donor_variant NA LDHB ENST00000396076.5:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.838 LDHB.ENST00000396076.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000450584.5 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000450584.5:c.129+1G>T NA 137 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 2.389 LDHB.ENST00000450584.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000539782.1 3 protein_coding LDHB splice_donor_variant NA LDHB ENST00000539782.1:c.129+1G>T NA 102 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 1.788 LDHB.ENST00000539782.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000673047.2 NA protein_coding LDHB splice_donor_variant NA LDHB ENST00000673047.2:c.129+1G>T NA 334 57 yes 43 DRB1*04:05 15 KTIRRHMMFNLSHYC 221.98 50.72 MHCnuggetsII 16.0 1.93 MHCnuggetsII 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000673047.JUNC00000053.chr12:21654541-21654542.D 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 0.4142857142857142 False True False 1 False 0 50.72 1.93 321.16 16.0 0.0018 81.0 122.8 6.5 522.0 19.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 448 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.4571428571428577 -0.4000000000000001 False False False 2 False 0 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 480 DRB1*04:05 15 YGCCHQRLSQRKDQR 7508.855 386.88 MHCnuggetsII 84.0 12.35 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.4571428571428577 -0.4000000000000001 False False False 2 False 0 386.88 12.35 7307.21 89.0 0.0003 98.0 7710.5 84.0 8019.0 84.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 449 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.8 -0.4000000000000001 False False False 2 False 0 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 481 DRB1*04:05 15 GCCHQRLSQRKDQRL 5253.85 729.8 MHCnuggetsII 76.0 18.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.8 -0.4000000000000001 False False False 2 False 0 729.8 18.44 6626.83 87.0 0.0007 93.0 5440.7 76.0 5067.0 75.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 450 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.3999999999999995 -0.4571428571428572 True False False 2 False 0 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 482 DRB1*04:05 15 CCHQRLSQRKDQRLT 5040.6 2453.33 MHCnuggetsII 75.0 34.68 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.3999999999999995 -0.4571428571428572 True False False 2 False 0 2453.33 34.68 6917.83 88.0 0.0026 75.0 4783.2 73.0 5298.0 76.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 451 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.257142857142857 -1.3142857142857143 True False False 1 False 0 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 483 DRB1*04:05 15 CHQRLSQRKDQRLTE 6126.425 3677.7 NNalign 66.0 49.81 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.257142857142857 -1.3142857142857143 True False False 1 False 0 5655.85 49.81 7003.92 88.0 0.0062 59.0 3677.7 66.0 6597.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 452 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -2.2 False False False 0 False 0 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 484 DRB1*04:05 15 HQRLSQRKDQRLTEE 7337.32 3307.5 NNalign 63.0 51.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -2.2 False False False 0 False 0 10155.31 62.43 8139.64 91.0 0.0092 51.0 3307.5 63.0 6535.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 453 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 485 DRB1*04:05 15 QRLSQRKDQRLTEEL 7519.815 3719.1 NNalign 77.0 57.220000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 -1.1571428571428573 True False False 0 False 0 8054.63 57.220000000000006 8259.58 91.0 0.0024 77.0 3719.1 66.0 6985.0 82.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 454 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 486 DRB1*04:05 15 RLSQRKDQRLTEELQ 6525.475 4907.5 NNalign 77.0 72.92999999999999 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 -1.1571428571428573 False False False 0 False 0 15676.47 72.92999999999999 7617.95 90.0 0.0014 85.0 4907.5 74.0 5433.0 77.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 455 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 487 DRB1*04:05 15 LSQRKDQRLTEELQT 6142.85 3105.06 MHCnuggetsII 79.0 38.56 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6142857142857144 -0.6142857142857144 False False False 0 False 0 3105.06 38.56 7848.36 90.0 0.0021 79.0 7810.7 84.0 4475.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 456 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 488 DRB1*04:05 15 SQRKDQRLTEELQTV 7520.53 4434.0 SMMalign 72.0 67.01 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 -0.557142857142857 False False False 0 False 0 12318.23 67.01 5842.96 85.0 0.004 68.0 9198.1 88.0 4434.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 457 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.557142857142857 True False False 0 False 0 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 489 DRB1*04:05 15 QRKDQRLTEELQTVE 6218.41 3042.0 SMMalign 63.13 56.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.557142857142857 True False False 0 False 0 10472.17 63.13 5939.92 85.0 0.0071 56.0 6496.9 80.0 3042.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 458 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 490 DRB1*04:05 15 RKDQRLTEELQTVEN 4841.87 2972.0 SMMalign 64.32 48.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.557142857142857 False False False 0 False 0 11008.87 64.32 5442.74 83.0 0.011 48.0 4241.0 70.0 2972.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 459 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 491 DRB1*04:05 15 KDQRLTEELQTVENG 4914.315 4217.0 SMMalign 70.0 42.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5142857142857143 -0.5142857142857143 False False False 0 False 0 11677.73 65.74 5574.93 84.0 0.0158 42.0 4253.7 70.0 4217.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 460 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.5142857142857143 False False False 0 False 0 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 492 DRB1*04:05 15 DQRLTEELQTVENGY 4788.44 3049.4 NNalign 61.0 39.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.242857142857143 -0.5142857142857143 False False False 0 False 0 8882.93 59.37 5060.88 82.0 0.018 39.0 3049.4 61.0 4516.0 72.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 461 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 493 DRB1*04:05 15 QRLTEELQTVENGYH 2120.58 1118.3 NNalign 52.0 38.0 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2 -0.5142857142857143 True False False 0 False 0 11420.92 65.2 2226.16 61.0 0.0168 41.0 1118.3 38.0 2015.0 52.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 462 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 494 DRB1*04:05 15 RLTEELQTVENGYHD 2173.865 625.4 NNalign 56.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5999999999999999 -0.5142857142857143 False False False 0 False 0 10610.36 63.44 2013.73 59.0 0.1251 13.0 625.4 27.0 2334.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 463 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.7 -0.5142857142857143 False False False 0 False 0 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 495 DRB1*04:05 15 LTEELQTVENGYHDN 2077.87 583.4 NNalign 55.0 7.8 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.7 -0.5142857142857143 False False False 0 False 0 13751.56 69.69 1795.74 55.0 0.2249 7.8 583.4 26.0 2360.0 56.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 464 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.4285714285714284 -0.5142857142857143 False False True 0 False 1 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 496 DRB1*04:05 15 TEELQTVENGYHDNP 2164.485 665.1 NNalign 55.0 5.6 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.4285714285714284 -0.5142857142857143 False False True 0 False 1 12575.31 67.5 1787.97 55.0 0.3115 5.6 665.1 28.0 2541.0 58.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 465 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.0285714285714285 -0.5142857142857143 True False False 0 False 1 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 497 DRB1*04:05 15 EELQTVENGYHDNPT 2315.125 939.6 NNalign 51.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.0285714285714285 -0.5142857142857143 True False False 0 False 1 9716.17 61.41 2638.25 66.0 0.1034 15.0 939.6 34.0 1992.0 51.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 466 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714286 -0.5142857142857143 True False False 0 False 1 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 498 DRB1*04:05 15 ELQTVENGYHDNPTL 3758.865 2312.7 NNalign 55.0 45.540000000000006 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4285714285714286 -0.5142857142857143 True False False 0 False 1 4556.1 45.540000000000006 3960.73 76.0 0.0075 55.0 2312.7 55.0 3557.0 66.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 467 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7428571428571427 -0.5142857142857143 False False False 0 False 1 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 499 DRB1*04:05 15 LQTVENGYHDNPTLE 6172.74 2938.0 SMMalign 79.0 52.09 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7428571428571427 -0.5142857142857143 False False False 0 False 1 6326.18 52.09 8063.38 91.0 0.0018 82.0 6019.3 79.0 2938.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 468 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6857142857142857 -0.6857142857142857 True False False 0 False 1 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 500 DRB1*04:05 15 QTVENGYHDNPTLEV 4468.55 2497.0 SMMalign 57.0 21.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6857142857142857 -0.6857142857142857 True False False 0 False 1 4121.0 43.64 4816.1 81.0 0.0598 21.0 4962.9 74.0 2497.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 469 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 501 DRB1*04:05 15 TVENGYHDNPTLEVM 3423.89 2469.0 SMMalign 57.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428573 0.08571428571428573 False False False 0 False 1 5452.77 49.07 3436.68 73.0 0.1592 11.0 3411.1 64.0 2469.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 470 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 502 DRB1*04:05 15 VENGYHDNPTLEVME 3067.435 2330.2 NNalign 55.0 6.7 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428566 0.08571428571428573 False False False 0 False 1 6488.58 52.62 3165.87 71.0 0.2657 6.7 2330.2 55.0 2969.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 471 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2142857142857142 0.2142857142857142 True False False 0 False 1 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 503 DRB1*04:05 15 ENGYHDNPTLEVMET 2676.15 802.71 MHCnuggetsII 55.0 6.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2142857142857142 0.2142857142857142 True False False 0 False 1 802.71 19.47 3157.93 71.0 0.286 6.3 2345.3 55.0 3007.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 472 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 504 DRB1*04:05 15 NGYHDNPTLEVMETS 3011.05 1084.52 MHCnuggetsII 54.0 15.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2 0.2142857142857142 False False False 0 True 1 1084.52 23.03 3951.79 76.0 0.1028 15.0 2275.1 54.0 3747.0 68.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 473 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 1 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 505 DRB1*04:05 15 GYHDNPTLEVMETSS 3114.565 1358.7 NNalign 46.0 31.21 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 1 1964.13 31.21 5338.63 83.0 0.0121 46.0 1358.7 42.0 4265.0 71.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 474 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 1 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 506 DRB1*04:05 15 YHDNPTLEVMETSSE 525.56 71.0 NNalign 13.0 3.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.2142857142857142 False False False 0 False 1 1722.89 29.28 703.12 31.0 0.3144 5.6 71.0 3.2 348.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 475 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7857142857142857 0.2142857142857142 False False False 0 False 1 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 507 DRB1*04:05 15 HDNPTLEVMETSSEM 322.95 42.6 NNalign 13.0 1.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7857142857142857 0.2142857142857142 False False False 0 False 1 2364.91 34.09 308.9 15.0 0.7267 1.3 42.6 1.4 337.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 476 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5571428571428572 0.2142857142857142 False False False 0 False 1 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 508 DRB1*04:05 15 DNPTLEVMETSSEMQ 294.275 32.9 NNalign 12.0 0.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5571428571428572 0.2142857142857142 False False False 0 False 1 7766.34 56.44 256.55 12.0 0.8626 0.5 32.9 0.72 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 477 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5571428571428572 0.2142857142857142 False False False 0 True 1 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 509 DRB1*04:05 15 NPTLEVMETSSEMQE 296.385 29.7 NNalign 13.0 0.3 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5571428571428572 0.2142857142857142 False False False 0 True 1 3025.34 38.11 265.77 13.0 0.901 0.3 29.7 0.63 327.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 478 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.0142857142857142 0.2142857142857142 False False False 0 False 0 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 510 DRB1*04:05 15 PTLEVMETSSEMQEK 319.965 38.8 NNalign 13.0 1.2 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.0142857142857142 0.2142857142857142 False False False 0 False 0 544.28 15.44 307.93 15.0 0.6615 1.6 38.8 1.2 332.0 13.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 479 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 0.2142857142857142 False False False 0 False 0 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 511 DRB1*04:05 15 TLEVMETSSEMQEKK 327.12 115.7 NNalign 12.0 6.1 NNalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 0.2142857142857142 False False False 0 False 0 215.68 8.02 438.56 21.0 0.1463 12.0 115.7 6.1 949.0 31.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 480 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7428571428571427 0.2 False False False 0 False 0 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 512 DRB1*04:05 15 LEVMETSSEMQEKKV 1126.915 618.4 NNalign 29.57 27.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7428571428571427 0.2 False False False 0 False 0 1759.26 29.57 1279.83 46.0 0.0396 27.0 618.4 27.0 974.0 32.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 481 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571427 -0.4571428571428572 True False False 0 False 0 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 513 DRB1*04:05 15 EVMETSSEMQEKKVV 6813.24 3531.29 NetMHCIIpan 73.0 49.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571427 -0.4571428571428572 True False False 0 False 0 6035.68 51.11 3531.29 73.0 0.0106 49.0 7590.8 84.0 8350.0 85.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 482 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 -0.4571428571428572 False False False 0 False 0 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 514 DRB1*04:05 15 VMETSSEMQEKKVVS 10145.995 1138.25 MHCnuggetsII 90.0 23.630000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0285714285714287 -0.4571428571428572 False False False 0 False 0 1138.25 23.630000000000003 6835.99 88.0 0.0009 90.0 15039.0 96.0 13456.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 483 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 515 DRB1*04:05 15 METSSEMQEKKVVSL 12366.96 1763.55 MHCnuggetsII 93.0 29.61 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 0.014285714285714235 False False False 0 False 0 1763.55 29.61 9392.92 93.0 0.0007 93.0 20656.0 99.0 15341.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 484 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 516 DRB1*04:05 15 ETSSEMQEKKVVSLN 11881.235 5698.14 MHCnuggetsII 92.0 49.96 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714362 0.014285714285714362 True False False 0 False 0 5698.14 49.96 10143.47 94.0 0.0011 88.0 14437.5 95.0 13619.0 92.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 485 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857143 0.5142857142857143 False False False 0 False 0 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 517 DRB1*04:05 15 TSSEMQEKKVVSLNG 6047.02 2631.0 SMMalign 78.0 50.85 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857143 0.5142857142857143 False False False 0 False 0 5958.88 50.85 6135.16 86.0 0.0023 78.0 10268.7 90.0 2631.0 59.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 486 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 518 DRB1*04:05 15 SSEMQEKKVVSLNGE 3555.855 1627.84 MHCnuggetsII 57.0 28.45 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5714285714285714 0.5714285714285714 False False False 0 False 0 1627.84 28.45 4612.71 80.0 0.0079 55.0 6450.0 80.0 2499.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 487 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 519 DRB1*04:05 15 SEMQEKKVVSLNGEL 2834.4 2168.0 SMMalign 55.0 38.79 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857143 0.5714285714285714 False False False 0 False 0 3147.35 38.79 2521.45 65.0 0.0078 55.0 4227.5 70.0 2168.0 53.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 488 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.5714285714285714 True False False 0 False 0 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 520 DRB1*04:05 15 EMQEKKVVSLNGELG 2209.75 1259.76 NetMHCIIpan 42.33 33.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714293 0.5714285714285714 True False False 0 False 0 3840.57 42.33 1259.76 46.0 0.0261 33.0 3044.5 61.0 1375.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 489 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 521 DRB1*04:05 15 MQEKKVVSLNGELGD 1811.05 1159.71 NetMHCIIpan 41.0 13.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 0.5714285714285714 False False False 0 False 0 3278.57 39.49 1159.71 44.0 0.1259 13.0 2236.1 54.0 1386.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 490 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1857142857142857 0.5714285714285714 True False False 0 False 0 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 522 DRB1*04:05 15 QEKKVVSLNGELGDS 1584.82 1050.85 NetMHCIIpan 41.0 8.5 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1857142857142857 0.5714285714285714 True False False 0 False 0 1425.64 26.61 1050.85 41.0 0.208 8.5 2512.2 56.0 1744.0 48.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 491 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 0.5714285714285714 True False False 0 False 0 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 523 DRB1*04:05 15 EKKVVSLNGELGDSW 1544.225 958.27 NetMHCIIpan 39.0 11.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 0.5714285714285714 True False False 0 False 0 1599.45 28.2 958.27 39.0 0.1579 11.0 3093.1 62.0 1489.0 43.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 492 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.5714285714285714 False False False 0 False 0 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 524 DRB1*04:05 15 KKVVSLNGELGDSWI 2248.57 1059.37 NetMHCIIpan 41.0 23.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.5714285714285714 False False False 0 False 0 2891.14 37.37 1059.37 41.0 0.0511 23.0 4034.6 69.0 1606.0 45.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 493 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 525 DRB1*04:05 15 KVVSLNGELGDSWIV 5756.05 1833.28 NetMHCIIpan 61.0 56.0 NetMHCIIpan 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9857142857142858 0.9857142857142858 False False False 0 False 0 9448.02 60.760000000000005 1833.28 56.0 0.0054 62.0 8617.1 86.0 2895.0 61.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 494 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 526 DRB1*04:05 15 VVSLNGELGDSWIVP 9088.005 3165.0 SMMalign 77.0 63.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.21428571428571422 0.9857142857142858 False False True 0 False 0 17231.98 75.35 4178.01 77.0 0.0011 88.0 13998.0 95.0 3165.0 63.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 495 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 527 DRB1*04:05 15 VSLNGELGDSWIVPL 5584.87 3034.0 SMMalign 79.0 52.99 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 6607.02 52.99 4562.72 79.0 0.0007 93.0 11978.2 92.0 3034.0 62.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 496 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 528 DRB1*04:05 15 SLNGELGDSWIVPLD 4718.57 3332.0 SMMalign 79.0 46.49 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8142857142857142 0.9857142857142858 False False False 0 False 0 4782.57 46.49 4654.57 80.0 0.0021 79.0 7110.5 82.0 3332.0 65.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 497 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142855 0.9857142857142858 False False False 0 False 0 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 529 DRB1*04:05 15 LNGELGDSWIVPLDN 4496.625 1379.0 SMMalign 65.0 41.0 SMMalign 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142855 0.9857142857142858 False False False 0 False 0 5525.39 49.34 3771.45 75.0 0.0047 65.0 5221.8 75.0 1379.0 41.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 498 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 True 0 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 530 DRB1*04:05 15 NGELGDSWIVPLDNL 1799.445 1329.0 SMMalign 60.0 26.92 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0999999999999999 1.0999999999999999 False False False 0 True 0 1458.8 26.92 2140.09 61.0 0.0038 69.0 2968.2 60.0 1329.0 40.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 499 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 531 DRB1*04:05 15 GELGDSWIVPLDNLT 707.3 406.56 MHCnuggetsII 30.0 12.78 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.35714285714285715 1.0999999999999999 False False False 0 False 0 406.56 12.78 1932.7 57.0 0.0027 75.0 742.6 30.0 672.0 24.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 500 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8 1.0999999999999999 True False False 0 False 0 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 532 DRB1*04:05 15 ELGDSWIVPLDNLTK 395.7 62.57 MHCnuggetsII 21.0 2.47 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8 1.0999999999999999 True False False 0 False 0 62.57 2.47 874.42 36.0 0.0201 38.0 220.4 12.0 571.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 501 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 533 DRB1*04:05 15 LGDSWIVPLDNLTKD 344.1 80.82 MHCnuggetsII 17.0 3.27 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285714 1.0999999999999999 False False False 0 False 0 80.82 3.27 911.25 38.0 0.0852 17.0 115.2 6.0 573.0 21.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 502 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 1.0999999999999999 False False False 0 False 0 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 534 DRB1*04:05 15 GDSWIVPLDNLTKDD 420.4 32.71 MHCnuggetsII 9.4 1.06 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 1.0999999999999999 False False False 0 False 0 32.71 1.06 1129.72 43.0 0.1852 9.4 89.8 4.5 751.0 26.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 503 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285716 1.0999999999999999 False False False 0 False 0 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 535 DRB1*04:05 15 DSWIVPLDNLTKDDL 373.55 35.58 MHCnuggetsII 13.0 1.2 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285716 1.0999999999999999 False False False 0 False 0 35.58 1.2 945.97 39.0 0.133 13.0 92.1 4.7 655.0 23.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 504 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285716 1.0999999999999999 False False False 0 False 0 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 536 DRB1*04:05 15 SWIVPLDNLTKDDLD 526.36 84.9 MHCnuggetsII 33.0 3.44 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.0714285714285716 1.0999999999999999 False False False 0 False 0 84.9 3.44 946.32 39.0 0.0248 34.0 106.4 5.5 1034.0 33.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 505 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 1.0999999999999999 False False False 0 False 0 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 537 DRB1*04:05 15 WIVPLDNLTKDDLDE 911.25 53.28 MHCnuggetsII 42.0 2.0500000000000003 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.1142857142857143 1.0999999999999999 False False False 0 False 0 53.28 2.0500000000000003 1565.73 52.0 0.0085 53.0 384.5 19.0 1438.0 42.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 506 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5142857142857147 1.0999999999999999 False False False 0 False 0 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 538 DRB1*04:05 15 IVPLDNLTKDDLDEE 3879.0 1848.0 SMMalign 49.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5142857142857147 1.0999999999999999 False False False 0 False 0 4378.63 44.78 4239.4 78.0 0.0162 41.0 3518.6 65.0 1848.0 49.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 507 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 0.35714285714285715 False False False 0 False 0 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 539 DRB1*04:05 15 VPLDNLTKDDLDEEE 7218.14 2434.0 SMMalign 58.88 36.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 0.35714285714285715 False False False 0 False 0 8684.78 58.88 9864.45 93.0 0.0216 36.0 5751.5 78.0 2434.0 57.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 508 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 -0.8 False False False 0 False 0 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 540 DRB1*04:05 15 PLDNLTKDDLDEEED 7130.165 3879.0 SMMalign 69.0 41.0 NetMHCIIpanEL 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.457142857142857 -0.8 False False False 0 False 0 8156.83 57.49 11408.71 95.0 0.0163 41.0 6103.5 79.0 3879.0 69.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 509 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.057142857142857 -1.0714285714285714 False False False 0 False 0 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 541 DRB1*04:05 15 LDNLTKDDLDEEEDT 7672.0 3521.78 MHCnuggetsII 81.0 40.760000000000005 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.057142857142857 -1.0714285714285714 False False False 0 False 0 3521.78 40.760000000000005 12605.52 96.0 0.0145 43.0 8620.0 86.0 6724.0 81.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 510 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.057142857142857 -1.0714285714285716 False False False 0 False 0 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 542 DRB1*04:05 15 DNLTKDDLDEEEDTH 11292.25 6309.84 MHCnuggetsII 90.0 52.04 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.057142857142857 -1.0714285714285716 False False False 0 False 0 6309.84 52.04 16345.99 98.0 0.0078 55.0 10650.5 90.0 11934.0 90.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000322985.9 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000322985.9:c.1384C>T ENSP00000319782.9:p.Gln462Ter 461 525 no 511 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.112 PODXL.ENST00000322985.JUNC00000200.chr7:131504507-131504508.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.014285714285714 -1.0714285714285716 False False False 0 True 0 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 +chr7 131504507 131504508 G A JUNC00000200 131504505 131505868 15 D ENST00000378555.8 1 protein_coding PODXL stop_gained&splice_region_variant Q/* PODXL ENST00000378555.8:c.1480C>T ENSP00000367817.3:p.Gln494Ter 493 557 no 543 DRB1*04:05 15 NLTKDDLDEEEDTHL 14912.285 12891.0 NNalign 93.0 70.86 MHCnuggetsII 178 0.124 11.0 0.455 80 0.0 0.63 0.495 PODXL.ENST00000378555.JUNC00000200.chr7:131504507-131504508.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.014285714285714 -1.0714285714285716 False False False 0 True 0 14418.57 70.86 15553.7 98.0 0.0028 74.0 12891.0 93.0 15406.0 93.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 412 DRB1*04:05 15 KQLVLRQSIVGAEVD 298.575 120.63 MHCnuggetsII 15.0 4.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.042857142857143 1.4285714285714286 False False False 0 False 0 120.63 4.84 315.25 15.0 0.1142 14.0 281.9 15.0 850.0 29.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 413 DRB1*04:05 15 QLVLRQSIVGAEVDK 406.185 84.67 MHCnuggetsII 17.0 3.43 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285703 1.4285714285714286 True False False 0 False 0 84.67 3.43 343.97 17.0 0.1831 9.4 468.4 22.0 878.0 30.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 414 DRB1*04:05 15 LVLRQSIVGAEVDKN 565.505 255.68 MHCnuggetsII 24.0 9.17 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2571428571428573 1.4285714285714286 False False False 0 False 0 255.68 9.17 516.61 24.0 0.0663 20.0 614.4 27.0 826.0 28.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 415 DRB1*04:05 15 VLRQSIVGAEVDKNL 743.39 617.1 NNalign 27.0 15.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428573 1.4285714285714286 False False False 0 False 0 629.07 16.88 857.71 36.0 0.1016 15.0 617.1 27.0 1224.0 38.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 416 DRB1*04:05 15 LRQSIVGAEVDKNLG 1805.32 944.8 NNalign 34.0 9.5 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9714285714285714 1.4285714285714286 False False False 0 False 0 2217.82 33.08 1537.64 51.0 0.1787 9.5 944.8 34.0 2073.0 52.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 417 DRB1*04:05 15 RQSIVGAEVDKNLGT 1709.62 1471.6 NNalign 44.0 8.6 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285713 1.4285714285714286 False False False 0 False 0 1588.08 28.1 1831.16 56.0 0.2045 8.6 1471.6 44.0 2561.0 58.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 418 DRB1*04:05 15 QSIVGAEVDKNLGTV 3280.29 2449.1 NNalign 63.15 21.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285715 1.4285714285714286 True False False 0 False 0 10478.54 63.14999999999999 2880.58 68.0 0.0644 21.0 2449.1 56.0 3680.0 67.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 419 DRB1*04:05 15 SIVGAEVDKNLGTVY 4909.3 3509.16 NetMHCIIpan 73.0 52.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2571428571428573 1.4285714285714286 False False False 0 False 0 14019.73 70.17 3509.16 73.0 0.0091 52.0 4826.6 73.0 4992.0 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 420 DRB1*04:05 15 IVGAEVDKNLGTVYG 6829.25 4958.0 SMMalign 75.0 58.0 NetMHCIIpanEL 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.24285714285714283 1.042857142857143 False False False 0 False 0 13147.35 68.58 4960.1 81.0 0.0066 58.0 8698.4 87.0 4958.0 75.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 421 DRB1*04:05 15 VGAEVDKNLGTVYGL 6872.33 4897.07 NetMHCIIpan 80.0 55.48 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2857142857142858 1.2857142857142858 False False False 0 False 0 7424.66 55.48 4897.07 81.0 0.003 73.0 10035.7 89.0 6320.0 80.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 422 DRB1*04:05 15 GAEVDKNLGTVYGLE 6798.8 4544.4 NetMHCIIpan 79.0 54.7 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.24285714285714274 1.2857142857142858 False False False 0 False 0 7160.76 54.7 4544.4 79.0 0.0038 69.0 7159.6 82.0 6438.0 80.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 423 DRB1*04:05 15 AEVDKNLGTVYGLEK 4488.1 2387.0 SMMalign 59.0 48.84 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2571428571428572 1.2857142857142858 False False False 0 False 0 5388.51 48.84 3599.5 74.0 0.0061 59.0 5376.7 76.0 2387.0 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 424 DRB1*04:05 15 EVDKNLGTVYGLEKP 4485.755 3016.0 SMMalign 66.97 62.0 SMMalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3857142857142856 1.2857142857142858 True False True 0 False 0 12298.36 66.97 4234.81 78.0 0.0048 64.0 4736.7 73.0 3016.0 62.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 425 DRB1*04:05 15 VDKNLGTVYGLEKPF 3139.5 2386.0 SMMalign 63.0 34.5 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5857142857142857 1.2857142857142858 False False False 0 False 0 2428.05 34.5 3850.95 75.0 0.0051 63.0 4461.3 71.0 2386.0 56.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 426 DRB1*04:05 15 DKNLGTVYGLEKPFL 1669.46 1101.0 SMMalign 49.0 26.88 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 122 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.14285714285714285 1.2857142857142858 False False False 0 False 0 1454.82 26.88 2285.73 62.0 0.0042 67.0 1884.1 49.0 1101.0 35.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 427 DRB1*04:05 15 KNLGTVYGLEKPFLC 1054.8 437.35 MHCnuggetsII 36.0 13.41 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 123 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.557142857142857 1.2857142857142858 False True False 1 False 0 437.35 13.41 1135.99 43.0 0.0074 56.0 1045.6 36.0 1064.0 34.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 428 DRB1*04:05 15 NLGTVYGLEKPFLCG 1260.9 1217.48 NetMHCIIpan 40.0 25.27 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 124 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.04285714285714291 1.2857142857142858 False False False 1 True 0 1291.5 25.27 1217.48 45.0 0.0211 37.0 1230.3 40.0 1334.0 40.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 429 DRB1*04:05 15 LGTVYGLEKPFLCGL 1268.65 880.12 NetMHCIIpan 37.0 31.52 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 125 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0 1.2857142857142858 False False False 1 False 0 2004.72 31.52 880.12 37.0 0.022 36.0 1260.3 40.0 1277.0 39.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 430 DRB1*04:05 15 GTVYGLEKPFLCGLA 1229.315 872.42 NetMHCIIpan 36.0 23.21 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 126 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8142857142857143 1.8142857142857143 False False False 1 False 0 1100.63 23.21 872.42 36.0 0.0287 32.0 1410.6 43.0 1358.0 40.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 431 DRB1*04:05 15 TVYGLEKPFLCGLAL 1938.145 941.24 NetMHCIIpan 50.0 30.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 127 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.585714285714286 2.585714285714286 False False False 1 False 0 1865.99 30.45 941.24 38.0 0.0101 50.0 2010.3 51.0 2884.0 61.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 432 DRB1*04:05 15 VYGLEKPFLCGLALD 2425.905 188.53 MHCnuggetsII 67.0 7.199999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 128 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 188.53 7.199999999999999 1178.81 44.0 0.003 73.0 3827.8 67.0 3673.0 67.0 +chr12 107746273 107746274 C T JUNC00000069 107744661 107746258 17 A ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 447 yes 433 DRB1*04:05 15 YGLEKPFLCGLALDL 680.81 225.21 MHCnuggetsII 28.0 8.309999999999999 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000069.chr12:107746273-107746274.A 129 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6857142857142857 2.585714285714286 False False False 1 False 0 225.21 8.309999999999999 621.62 28.0 0.0015 84.0 2613.0 57.0 740.0 26.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 362 DRB1*04:05 15 SNSNKENMATLFTIC 2941.595 991.13 MHCnuggetsII 67.0 21.93 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 130 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.0 2.0 False True False 1 False 0 991.13 21.93 2752.79 67.0 0.0005 95.0 3130.4 62.0 3931.0 69.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 363 DRB1*04:05 15 NSNKENMATLFTICV 1283.57 711.68 NetMHCIIpan 42.0 23.45 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 131 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.3428571428571425 2.3428571428571425 False False False 1 True 0 1122.14 23.45 711.68 32.0 0.0014 85.0 1917.7 50.0 1445.0 42.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 364 DRB1*04:05 15 SNKENMATLFTICVW 1401.615 612.01 NetMHCIIpan 42.0 25.72 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 132 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.314285714285714 2.3428571428571425 False False False 1 False 0 1335.23 25.72 612.01 28.0 0.0022 79.0 1710.1 47.0 1468.0 42.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 365 DRB1*04:05 15 NKENMATLFTICVWT 1191.99 542.83 NetMHCIIpan 46.0 18.32 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 133 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6714285714285715 2.3428571428571425 False False False 1 True 0 721.98 18.32 542.83 25.0 0.0034 71.0 1992.6 51.0 1662.0 46.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 366 DRB1*04:05 15 KENMATLFTICVWTG 826.47 505.99 NetMHCIIpan 32.0 17.380000000000003 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 134 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2142857142857142 2.3428571428571425 False False False 1 False 0 660.94 17.380000000000003 505.99 24.0 0.0047 65.0 2474.2 56.0 992.0 32.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 367 DRB1*04:05 15 ENMATLFTICVWTGE 1153.2 677.39 NetMHCIIpan 39.66 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 135 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8142857142857142 2.3428571428571425 True False False 1 False 0 3311.03 39.66 677.39 30.0 0.0019 81.0 1403.4 43.0 903.0 30.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 368 DRB1*04:05 15 NMATLFTICVWTGET 1165.65 740.8 NetMHCIIpan 39.0 33.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 136 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857133 2.3428571428571425 False False False 1 True 0 3511.36 40.71 740.8 33.0 0.0027 75.0 1193.3 39.0 1138.0 36.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 369 DRB1*04:05 15 MATLFTICVWTGETI 1164.85 701.3 NetMHCIIpan 39.35 31.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 137 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.35714285714285726 2.3428571428571425 False False False 1 False 0 3249.88 39.35 701.3 31.0 0.0022 79.0 1251.7 40.0 1078.0 34.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 370 DRB1*04:05 15 ATLFTICVWTGETIP 1165.5 665.08 NetMHCIIpan 38.0 30.0 NetMHCIIpan 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 138 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4714285714285715 2.3428571428571425 False False True 1 False 0 9106.08 59.92 665.08 30.0 0.0035 70.0 1137.0 38.0 1194.0 37.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 371 DRB1*04:05 15 TLFTICVWTGETIPV 1350.58 737.85 NetMHCIIpan 34.0 29.57 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 139 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2571428571428572 2.3428571428571425 False False False 1 False 0 1759.06 29.57 737.85 33.0 0.0028 74.0 942.1 34.0 2051.0 52.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 372 DRB1*04:05 15 LFTICVWTGETIPVR 715.145 636.52 MHCnuggetsII 32.0 17.0 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 140 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428564 2.314285714285714 False False False 1 False 0 636.52 17.0 720.59 32.0 0.0052 63.0 709.7 29.0 2665.0 59.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 373 DRB1*04:05 15 FTICVWTGETIPVRT 1932.3 838.3 NNalign 37.76 32.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 141 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.32857142857142857 1.6714285714285715 False False False 1 False 0 2961.16 37.76 903.44 37.0 0.0068 57.0 838.3 32.0 3867.0 69.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 374 DRB1*04:05 15 TICVWTGETIPVRTC 1472.875 1343.51 MHCnuggetsII 49.0 25.8 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 142 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5285714285714286 1.2142857142857142 False True False 2 False 0 1343.51 25.8 1432.95 49.0 0.0025 76.0 1512.8 45.0 4898.0 74.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 375 DRB1*04:05 15 ICVWTGETIPVRTCF 3503.705 1616.1 NNalign 57.0 46.0 NNalign 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 143 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.0285714285714285 1.0285714285714285 False False False 2 False 0 5154.93 47.96 1900.41 57.0 0.0015 84.0 1616.1 46.0 5107.0 75.0 +chr12 107746273 107746274 C T JUNC00000071 107744661 107751415 244 NDA ENST00000228437.10 2 protein_coding PRDM4 splice_donor_variant NA PRDM4 ENST00000228437.10:c.1276+1G>A NA 801 751 no 376 DRB1*04:05 15 CVWTGETIPVRTCFG 4568.22 2067.6 NNalign 69.0 51.38 MHCnuggetsII 49 0.98 71.0 1.0 72 0.014 13.577 8.676 PRDM4.ENST00000228437.JUNC00000071.chr12:107746273-107746274.NDA 144 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714286 1.0285714285714285 True False False 2 False 0 6116.42 51.38 3020.02 69.0 0.001 89.0 2067.6 52.0 8297.0 85.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 684 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571429 1.657142857142857 False False False 0 False 0 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 240 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571429 1.657142857142857 False False False 0 False 0 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 315 DRB1*04:05 15 KIGFDAIMRVRTSTA 231.6 139.26 NetMHCIIpan 13.0 5.9 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 145 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571429 1.657142857142857 False False False 0 False 0 605.64 16.49 139.26 5.9 0.0276 32.0 238.2 13.0 225.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 685 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.29999999999999993 1.657142857142857 False False False 0 False 0 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 241 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.29999999999999993 1.657142857142857 False False False 0 False 0 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 316 DRB1*04:05 15 IGFDAIMRVRTSTAF 209.85 83.01 NetMHCIIpan 11.0 2.6 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 146 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.29999999999999993 1.657142857142857 False False False 0 False 0 645.61 17.14 83.01 2.6 0.0771 18.0 192.7 11.0 227.0 8.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 686 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 147 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.0285714285714287 False False False 0 False 0 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 242 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 147 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.0285714285714287 False False False 0 False 0 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 317 DRB1*04:05 15 GFDAIMRVRTSTAFK 220.5 67.02 NetMHCIIpan 11.0 1.7 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 147 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.0285714285714287 False False False 0 False 0 399.28 12.62 67.02 1.7 0.1671 11.0 150.0 7.9 291.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 687 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 148 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.0428571428571428 1.0285714285714287 False False False 0 False 0 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 243 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 148 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.0428571428571428 1.0285714285714287 False False False 0 False 0 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 318 DRB1*04:05 15 FDAIMRVRTSTAFKA 212.2 59.31 NetMHCIIpan 8.7 1.3 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 148 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.0428571428571428 1.0285714285714287 False False False 0 False 0 315.19 10.71 59.31 1.3 0.2018 8.7 136.4 7.2 288.0 11.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 688 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 149 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 244 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 149 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 319 DRB1*04:05 15 DAIMRVRTSTAFKAV 214.725 90.93 NetMHCIIpan 9.75 3.1 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 149 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 0.7428571428571429 False False False 0 False 0 277.65 9.75 90.93 3.1 0.1036 15.0 151.8 8.0 314.0 12.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 689 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 150 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 245 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 150 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 320 DRB1*04:05 15 AIMRVRTSTAFKAVL 248.885 113.59 NetMHCIIpan 14.0 4.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 150 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.4000000000000001 1.4000000000000001 False False False 0 False 0 236.77 8.64 113.59 4.4 0.028 32.0 261.0 14.0 870.0 30.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 690 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 151 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 246 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 151 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 321 DRB1*04:05 15 IMRVRTSTAFKAVLH 357.965 167.55 NetMHCIIpan 19.0 7.4 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 151 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.042857142857143 1.4000000000000001 False False False 0 False 0 341.33 11.33 167.55 7.4 0.0326 30.0 374.6 19.0 869.0 29.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 691 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 152 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 247 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 152 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 322 DRB1*04:05 15 MRVRTSTAFKAVLHQ 511.09 285.14 NetMHCIIpan 19.0 14.0 NetMHCIIpan 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 152 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2857142857142856 1.4000000000000001 False False False 0 False 0 630.58 16.91 285.14 14.0 0.0111 48.0 391.6 19.0 3206.0 64.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 692 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 153 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 248 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 153 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 323 DRB1*04:05 15 RVRTSTAFKAVLHQP 712.98 302.8 NNalign 23.0 16.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 153 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.34285714285714286 1.4000000000000001 False False True 0 False 0 942.9 21.33 483.06 23.0 0.0049 64.0 302.8 16.0 3483.0 66.0 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 693 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 154 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7571428571428572 1.4000000000000001 False False False 0 False 0 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 249 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 154 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7571428571428572 1.4000000000000001 False False False 0 False 0 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 324 DRB1*04:05 15 VRTSTAFKAVLHQPL 81.325 28.0 SMMalign 3.61 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 154 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7571428571428572 1.4000000000000001 False False False 0 False 0 89.25 3.61 210.06 9.8 0.0114 47.0 73.4 3.3 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 694 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 155 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.0571428571428572 1.4000000000000001 False False False 0 False 0 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 250 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 155 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.0571428571428572 1.4000000000000001 False False False 0 False 0 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 325 DRB1*04:05 15 RTSTAFKAVLHQPLK 103.995 28.0 SMMalign 7.0 0.25 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 155 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.0571428571428572 1.4000000000000001 False False False 0 False 0 194.8 7.399999999999999 158.69 7.0 0.0558 22.0 49.3 1.8 28.0 0.25 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 695 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 156 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.057142857142857065 1.4000000000000001 False False False 0 False 0 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 251 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 156 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.057142857142857065 1.4000000000000001 False False False 0 False 0 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 326 DRB1*04:05 15 TSTAFKAVLHQPLKV 71.04 27.0 SMMalign 3.72 0.23 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 156 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.057142857142857065 1.4000000000000001 False False False 0 False 0 91.98 3.72 127.59 5.2 0.078 18.0 50.1 1.8 27.0 0.23 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 696 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 157 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 1.4000000000000001 False False False 0 False 0 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 252 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 157 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 1.4000000000000001 False False False 0 False 0 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 327 DRB1*04:05 15 STAFKAVLHQPLKVI 72.21 25.0 SMMalign 3.66 0.17 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 157 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.04285714285714283 1.4000000000000001 False False False 0 False 0 90.52 3.66 115.1 4.5 0.0668 20.0 53.9 2.1 25.0 0.17 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 937 no 697 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000153.chr4:118740662-118740663.NDA 158 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714274 1.4000000000000001 False False False 0 False 0 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 298 no 253 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000153.chr4:118740662-118740663.NDA 158 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714274 1.4000000000000001 False False False 0 False 0 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000153 118738379 118740941 12 NDA ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 568 no 328 DRB1*04:05 15 TAFKAVLHQPLKVIR 109.355 26.0 SMMalign 6.1 0.21 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000153.chr4:118740662-118740663.NDA 158 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.14285714285714274 1.4000000000000001 False False False 0 False 0 428.88 13.23 143.51 6.1 0.0169 40.0 75.2 3.5 26.0 0.21 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 733 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 159 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 289 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 159 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 364 DRB1*04:05 15 HDDKLSEDSGALIQV 4766.48 3610.67 MHCnuggetsII 71.0 41.21 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 159 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285712 1.3714285714285712 False False False 0 False 0 3610.67 41.21 5187.96 82.0 0.0136 44.0 10614.9 90.0 4345.0 71.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 734 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 160 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 290 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 160 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 365 DRB1*04:05 15 DDKLSEDSGALIQVI 3259.24 2017.54 MHCnuggetsII 60.0 31.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 160 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.1285714285714286 2.1285714285714286 False False False 0 False 0 2017.54 31.62 3732.48 75.0 0.013 45.0 9623.2 88.0 2786.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 735 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 161 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 291 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 161 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 366 DRB1*04:05 15 DKLSEDSGALIQVIE 2899.705 1325.44 MHCnuggetsII 72.0 25.62 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 161 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.6857142857142857 2.1285714285714286 False False False 0 False 0 1325.44 25.62 3627.41 74.0 0.0032 72.0 6296.9 80.0 2172.0 54.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 736 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 162 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 292 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 162 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 367 DRB1*04:05 15 KLSEDSGALIQVIES 2894.18 1624.49 MHCnuggetsII 64.0 28.410000000000004 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 162 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3142857142857143 2.1285714285714286 False False False 0 False 0 1624.49 28.410000000000004 3133.36 70.0 0.0015 84.0 3416.9 64.0 2655.0 59.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 737 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 163 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 293 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 163 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 368 DRB1*04:05 15 LSEDSGALIQVIESC 3290.325 2116.4 NNalign 60.0 52.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 163 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1285714285714286 2.1285714285714286 False True False 1 False 0 7006.47 54.23 3835.65 75.0 0.0012 87.0 2116.4 52.0 2745.0 60.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 738 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 164 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 2.1285714285714286 False False False 1 False 0 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 294 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 164 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 2.1285714285714286 False False False 1 False 0 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 369 DRB1*04:05 15 SEDSGALIQVIESCA 1506.625 847.0 NNalign 42.13 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 164 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7428571428571429 2.1285714285714286 False False False 1 False 0 3798.62 42.13 2059.25 59.0 0.0024 77.0 847.0 32.0 954.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 739 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 165 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8428571428571427 2.1285714285714286 True False False 1 False 0 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 295 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 165 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8428571428571427 2.1285714285714286 True False False 1 False 0 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 370 DRB1*04:05 15 EDSGALIQVIESCAV 785.77 451.9 NNalign 30.0 17.54 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 165 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8428571428571427 2.1285714285714286 True False False 1 False 0 671.34 17.54 900.2 37.0 0.0036 70.0 451.9 21.0 913.0 30.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 740 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 166 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.1285714285714286 False False False 1 False 0 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 296 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 166 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.1285714285714286 False False False 1 False 0 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 371 DRB1*04:05 15 DSGALIQVIESCAVL 597.945 147.45 MHCnuggetsII 31.0 5.83 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 166 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7857142857142858 2.1285714285714286 False False False 1 False 0 147.45 5.83 892.89 37.0 0.0027 75.0 303.0 16.0 915.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 741 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 167 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9571428571428572 2.1285714285714286 False False False 1 False 0 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 297 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 167 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9571428571428572 2.1285714285714286 False False False 1 False 0 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 372 DRB1*04:05 15 SGALIQVIESCAVLY 657.645 202.7 NNalign 24.0 11.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 167 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9571428571428572 2.1285714285714286 False False False 1 False 0 1012.96 22.2 627.29 29.0 0.003 73.0 202.7 11.0 688.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 742 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 168 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3571428571428572 2.1285714285714286 False False False 1 False 0 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 298 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 168 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3571428571428572 2.1285714285714286 False False False 1 False 0 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 373 DRB1*04:05 15 GALIQVIESCAVLYT 400.44 103.17 MHCnuggetsII 24.0 4.17 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 168 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3571428571428572 2.1285714285714286 False False False 1 False 0 103.17 4.17 588.88 27.0 0.0032 72.0 212.0 12.0 676.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 743 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 169 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285717 1.8428571428571427 False False False 1 False 0 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 299 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 169 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285717 1.8428571428571427 False False False 1 False 0 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 374 DRB1*04:05 15 ALIQVIESCAVLYTT 453.34 162.68 MHCnuggetsII 29.0 6.35 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 169 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285717 1.8428571428571427 False False False 1 False 0 162.68 6.35 642.88 29.0 0.0037 69.0 263.8 14.0 1110.0 35.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 744 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 170 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.657142857142857 1.8428571428571427 False False False 1 False 0 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 300 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 170 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.657142857142857 1.8428571428571427 False False False 1 False 0 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 375 DRB1*04:05 15 LIQVIESCAVLYTTI 596.39 434.3 NNalign 33.0 13.44 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 170 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.657142857142857 1.8428571428571427 False False False 1 False 0 439.34 13.44 753.44 33.0 0.0039 68.0 434.3 21.0 1037.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 745 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 171 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2857142857142858 1.8428571428571427 False False False 1 False 0 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 301 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 171 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2857142857142858 1.8428571428571427 False False False 1 False 0 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 376 DRB1*04:05 15 IQVIESCAVLYTTIS 642.205 536.75 MHCnuggetsII 29.0 15.3 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 171 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2857142857142858 1.8428571428571427 False False False 1 False 0 536.75 15.3 635.81 29.0 0.0046 65.0 648.6 27.0 1062.0 34.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 746 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 172 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6285714285714284 1.8428571428571427 True False False 1 False 0 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 302 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 172 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6285714285714284 1.8428571428571427 True False False 1 False 0 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 377 DRB1*04:05 15 QVIESCAVLYTTISG 831.855 635.89 MHCnuggetsII 35.0 17.0 MHCnuggetsII 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 172 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6285714285714284 1.8428571428571427 True False False 1 False 0 635.89 17.0 705.11 31.0 0.0034 71.0 958.6 35.0 1429.0 42.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 747 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 173 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4142857142857143 1.8428571428571427 False False False 1 False 0 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 303 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 173 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4142857142857143 1.8428571428571427 False False False 1 False 0 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 378 DRB1*04:05 15 VIESCAVLYTTISGQ 1192.6 765.97 NetMHCIIpan 40.84 31.0 SMMalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 173 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4142857142857143 1.8428571428571427 False False False 1 False 0 3537.38 40.84 765.97 33.0 0.0052 63.0 1438.2 44.0 947.0 31.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 748 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 174 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 1.7857142857142858 False False False 1 False 0 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 304 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 174 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 1.7857142857142858 False False False 1 False 0 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 379 DRB1*04:05 15 IESCAVLYTTISGQR 702.725 485.6 NNalign 29.0 22.0 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 174 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285713 1.7857142857142858 False False False 1 False 0 1924.95 30.92 549.45 26.0 0.0136 44.0 485.6 22.0 856.0 29.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 749 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 175 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4142857142857144 1.657142857142857 True False False 1 False 0 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 305 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 175 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4142857142857144 1.657142857142857 True False False 1 False 0 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 380 DRB1*04:05 15 ESCAVLYTTISGQRR 501.16 179.3 NNalign 22.37 9.4 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 175 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4142857142857144 1.657142857142857 True False False 1 False 0 1027.69 22.37 345.32 17.0 0.0383 27.0 179.3 9.4 657.0 23.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000280551.11 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000280551.11:c.2238G>A ENSP00000280551.6:p.Gln746= 1032 1036 no 750 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 40.516 SEC24D.ENST00000280551.JUNC00000155.chr4:118740662-118740663.A 176 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285714 1.657142857142857 False False False 1 False 0 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000419654.6 5 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000419654.6:c.906G>A ENSP00000388324.2:p.Gln302= 393 397 no 306 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 9.572 SEC24D.ENST00000419654.JUNC00000155.chr4:118740662-118740663.A 176 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285714 1.657142857142857 False False False 1 False 0 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr4 118740662 118740663 C T JUNC00000155 118739287 118740651 55 A ENST00000511481.5 1 protein_coding SEC24D splice_region_variant&synonymous_variant Q SEC24D ENST00000511481.5:c.1131G>A ENSP00000425491.1:p.Gln377= 663 667 no 381 DRB1*04:05 15 SCAVLYTTISGQRRL 322.83 126.7 NNalign 14.0 6.7 NNalign 171 0.205 575.0 0.12 117 0.0 67.286 6.408 SEC24D.ENST00000511481.JUNC00000155.chr4:118740662-118740663.A 176 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285714 1.657142857142857 False False False 1 False 0 360.75 11.78 284.91 14.0 0.0392 27.0 126.7 6.7 692.0 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 177 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKV 653.505 471.28 NetMHCIIpan 23.0 18.83 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 177 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 756.31 18.83 471.28 22.0 0.0523 23.0 550.7 25.0 766.0 27.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 DRB1*04:05 15 SKTHIMKSADVVKVK 512.505 158.68 MHCnuggetsII 23.0 6.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 178 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 158.68 6.21 392.11 19.0 0.0528 23.0 632.9 27.0 1084.0 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 179 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 DRB1*04:05 15 KTHIMKSADVVKVKC 888.2 495.09 NetMHCIIpan 35.0 16.25 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 179 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 591.1 16.25 495.09 23.0 0.0237 35.0 1185.3 39.0 1993.0 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 180 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 DRB1*04:05 15 THIMKSADVVKVKCK 1591.64 597.99 NetMHCIIpan 27.0 24.2 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 180 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 1189.08 24.2 597.99 27.0 0.0438 26.0 1994.2 51.0 2504.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 181 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142855 0.8857142857142859 False False False 1 False 0 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 DRB1*04:05 15 HIMKSADVVKVKCKL 2251.07 886.87 NetMHCIIpan 51.0 27.18 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 181 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.42857142857142855 0.8857142857142859 False False False 1 False 0 1486.34 27.18 886.87 37.0 0.0097 51.0 3015.8 61.0 7358.0 83.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 182 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 0.8857142857142859 False False False 1 False 0 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 DRB1*04:05 15 IMKSADVVKVKCKLT 4735.17 1574.85 NetMHCIIpan 76.0 43.21 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 182 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.27142857142857146 0.8857142857142859 False False False 1 False 0 4027.94 43.21 1574.85 52.0 0.0016 84.0 5442.4 76.0 6683.0 81.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 183 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 0.8857142857142859 False False False 1 False 0 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 DRB1*04:05 15 MKSADVVKVKCKLTQ 6628.7 4363.51 NetMHCIIpan 78.0 71.72 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 183 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 0.8857142857142859 False False False 1 False 0 14937.68 71.72 4363.51 78.0 0.0023 78.0 7424.4 83.0 5833.0 78.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 184 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9285714285714286 0.8857142857142859 False False False 1 False 0 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 DRB1*04:05 15 KSADVVKVKCKLTQS 6323.55 5994.08 NetMHCIIpan 80.0 61.17 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 184 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9285714285714286 0.8857142857142859 False False False 1 False 0 9615.72 61.17 5994.08 85.0 0.0049 64.0 6365.1 80.0 6282.0 80.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 DRB1*04:05 15 SADVVKVKCKLTQSF 3643.67 894.58 MHCnuggetsII 66.0 20.71 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 185 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 894.58 20.71 3841.34 75.0 0.0043 66.0 4070.7 69.0 3446.0 66.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 DRB1*04:05 15 TASKTHIMKSADVVN 645.4 170.71 MHCnuggetsII 24.0 6.619999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 186 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 170.71 6.619999999999999 817.84 35.0 0.0477 24.0 531.8 24.0 759.0 27.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 DRB1*04:05 15 ASKTHIMKSADVVKQ 553.675 461.8 NNalign 21.0 15.37 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 188 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 540.4 15.37 566.95 26.0 0.0746 19.0 461.8 21.0 778.0 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6 0.6000000000000002 False False False 0 False 0 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 DRB1*04:05 15 KTHIMKSADVVKQRF 543.98 213.8 MHCnuggetsII 15.0 7.969999999999999 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 190 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6 0.6000000000000002 False False False 0 False 0 213.8 7.969999999999999 305.96 15.0 0.1491 11.0 782.0 31.0 2094.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.6000000000000002 False False False 0 False 0 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 DRB1*04:05 15 THIMKSADVVKQRFK 844.15 332.03 NetMHCIIpan 16.0 7.8 NetMHCIIpanEL 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 191 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.6000000000000002 False False False 0 False 0 445.9 13.57 332.03 16.0 0.2244 7.8 1242.4 40.0 2707.0 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 DRB1*04:05 15 HIMKSADVVKQRFKN 1852.335 466.9 NetMHCIIpan 28.65 22.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 192 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 1650.27 28.65 466.9 22.0 0.0586 22.0 2054.4 51.0 7741.0 84.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.585714285714286 0.6000000000000002 False False True 0 False 1 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 DRB1*04:05 15 IMKSADVVKQRFKNP 5008.62 882.9 NetMHCIIpan 64.0 37.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 193 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.585714285714286 0.6000000000000002 False False True 0 False 1 5221.84 48.21 882.9 37.0 0.0048 64.0 4795.4 73.0 12568.0 91.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285711 0.5571428571428572 False False False 0 False 1 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 DRB1*04:05 15 MKSADVVKQRFKNPA 4849.45 1164.02 MHCnuggetsII 78.0 23.92 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 194 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285711 0.5571428571428572 False False False 0 False 1 1164.02 23.92 4328.9 78.0 0.0012 87.0 6927.2 82.0 5370.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4 -0.21428571428571422 False False False 0 False 1 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 DRB1*04:05 15 KSADVVKQRFKNPAW 2979.35 905.54 MHCnuggetsII 67.0 20.86 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 195 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4 -0.21428571428571422 False False False 0 False 1 905.54 20.86 3878.04 76.0 0.0014 85.0 3847.7 67.0 2111.0 53.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 DRB1*04:05 15 SADVVKQRFKNPAWV 2329.555 302.65 MHCnuggetsII 59.0 10.39 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 196 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 302.65 10.39 2636.11 66.0 0.0016 83.0 2828.9 59.0 2023.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 DRB1*04:05 15 ADVVKQRFKNPAWVW 1961.57 1659.81 MHCnuggetsII 53.0 28.74 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 197 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 1659.81 28.74 1851.14 56.0 0.0016 84.0 2179.0 53.0 2072.0 52.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 DRB1*04:05 15 DVVKQRFKNPAWVWL 1342.51 305.63 MHCnuggetsII 46.0 10.47 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 198 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 305.63 10.47 1058.92 41.0 0.0014 85.0 1626.1 46.0 1971.0 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 DRB1*04:05 15 VVKQRFKNPAWVWLW 1834.35 944.87 NetMHCIIpan 55.0 39.0 NetMHCIIpan 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 199 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8495.22 58.39 944.87 39.0 0.0009 90.0 1389.7 43.0 2279.0 55.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 DRB1*04:05 15 VKQRFKNPAWVWLWN 1352.005 508.09 MHCnuggetsII 46.0 14.78 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 200 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 508.09 14.78 1112.61 43.0 0.0009 90.0 1591.4 46.0 5246.0 76.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 101 DRB1*04:05 15 KDWRPAITIKQEYRN 473.555 179.08 NetMHCIIpan 10.0 3.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 2 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.242857142857143 0.4428571428571428 False False False 0 False 0 759.41 18.88 179.08 8.1 0.501 3.1 187.7 10.0 2384.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 102 DRB1*04:05 15 DWRPAITIKQEYRNF 870.48 359.92 NetMHCIIpan 24.08 17.0 NetMHCIIpan 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 3 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.485714285714286 0.4428571428571428 False False False 0 False 0 1178.16 24.08 359.92 17.0 0.08 18.0 562.8 25.0 4295.0 71.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQE 402.365 195.9 NNalign 14.0 1.5 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 4 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.1142857142857144 0.4428571428571428 True False False 0 False 0 523.7 15.07 281.03 14.0 0.6867 1.5 195.9 11.0 3218.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 116 yes 99 DRB1*04:05 15 EDKDWRPAITIKQEY 474.5 165.2 NNalign 9.5 1.1 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000100.chr16:1320436-1320437.D 5 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.557142857142857 0.4428571428571428 True False False 0 False 0 744.5 18.65 204.5 9.5 0.7544 1.1 165.2 8.8 3203.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 100 DRB1*04:05 15 DKDWRPAITIKQPKQ 1560.295 197.2 NNalign 11.0 0.54 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 6 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8 0.4428571428571428 False False False 0 False 0 2888.28 37.35 232.31 11.0 0.8541 0.54 197.2 11.0 2986.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 101 DRB1*04:05 15 KDWRPAITIKQPKQS 544.49 241.8 NNalign 13.0 1.9 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 7 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.8142857142857145 0.4428571428571428 False False False 0 False 0 843.62 20.04 245.36 12.0 0.6217 1.9 241.8 13.0 2980.0 62.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 102 DRB1*04:05 15 DWRPAITIKQPKQSG 1952.65 517.55 NetMHCIIpan 31.0 13.0 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 8 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.514285714285714 0.4428571428571428 False False False 0 False 0 3090.4 38.48 517.55 24.0 0.1313 13.0 814.9 31.0 5748.0 78.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 103 DRB1*04:05 15 WRPAITIKQPKQSGV 3066.275 1964.3 NetMHCIIpan 58.0 33.76 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 9 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3571428571428572 0.4428571428571428 False False False 0 False 0 2315.85 33.76 1964.3 58.0 0.0128 45.0 3816.7 67.0 4584.0 73.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 104 DRB1*04:05 15 RPAITIKQPKQSGVR 7181.08 918.96 MHCnuggetsII 82.0 21.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 0.15714285714285708 False False False 0 False 0 918.96 21.02 7425.16 89.0 0.0158 42.0 10146.3 89.0 6937.0 82.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 105 DRB1*04:05 15 PAITIKQPKQSGVRE 9809.755 3303.55 MHCnuggetsII 88.0 39.63 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 11 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285718 0.15714285714285708 False False False 0 False 0 3303.55 39.63 9976.51 94.0 0.0055 62.0 12624.5 93.0 9643.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 106 DRB1*04:05 15 AITIKQPKQSGVREK 10402.11 1579.13 MHCnuggetsII 88.0 28.02 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 12 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7714285714285716 0.15714285714285703 False False False 0 False 0 1579.13 28.02 11033.22 95.0 0.0023 78.0 16618.5 97.0 9771.0 88.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 107 DRB1*04:05 15 ITIKQPKQSGVREKG 13308.715 10569.45 MHCnuggetsII 94.0 63.35 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 13 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.3285714285714287 -0.6571428571428571 False False False 0 False 0 10569.45 63.35 14731.43 98.0 0.0006 94.0 20462.0 99.0 11886.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 108 DRB1*04:05 15 TIKQPKQSGVREKGP 20381.28 18721.72 NetMHCIIpan 98.0 77.96 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 14 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4428571428571428 -1.3285714285714287 False False True 0 False 0 19046.66 77.96 18721.72 99.0 0.0006 94.0 21715.9 99.0 29143.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 109 DRB1*04:05 15 IKQPKQSGVREKGPS 21329.04 15292.37 MHCnuggetsII 98.0 72.3 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 15 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5 -1.3285714285714287 False False False 0 False 0 15292.37 72.3 19641.58 99.0 0.0007 93.0 23016.5 99.0 31387.0 98.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 110 DRB1*04:05 15 KQPKQSGVREKGPST 20623.17 11569.2 MHCnuggetsII 96.0 65.51 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 16 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.2 -1.3285714285714287 False False False 0 False 0 11569.2 65.51 19822.84 99.0 0.0006 94.0 21423.5 99.0 23185.0 96.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 111 DRB1*04:05 15 QPKQSGVREKGPSTS 18839.575 10796.5 MHCnuggetsII 95.0 63.85 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 17 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 True False False 0 False 0 10796.5 63.85 18878.15 99.0 0.0008 92.0 20617.6 99.0 18801.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 112 DRB1*04:05 15 PKQSGVREKGPSTSQ 16937.4 7374.51 MHCnuggetsII 94.0 55.33 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 18 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 -1.3285714285714287 False False False 0 False 0 7374.51 55.33 17678.91 99.0 0.0016 84.0 17522.8 97.0 16352.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 113 DRB1*04:05 15 KQSGVREKGPSTSQE 13679.75 913.04 MHCnuggetsII 92.0 20.95 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 19 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6142857142857143 -1.3285714285714287 False False False 0 False 0 913.04 20.95 17207.48 99.0 0.0027 75.0 12749.5 93.0 14610.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 114 DRB1*04:05 15 QSGVREKGPSTSQEV 11320.95 533.05 MHCnuggetsII 90.0 15.24 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 20 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428572 -0.9571428571428572 True False False 0 False 0 533.05 15.24 15468.44 98.0 0.0028 74.0 10603.9 90.0 12038.0 90.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 115 DRB1*04:05 15 SGVREKGPSTSQEVC 12308.4 873.31 MHCnuggetsII 90.0 20.42 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 21 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 -0.3714285714285715 False True False 1 False 0 873.31 20.42 17102.24 99.0 0.001 90.0 10084.8 89.0 14532.0 92.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 116 DRB1*04:05 15 GVREKGPSTSQEVCA 15241.625 10956.7 NNalign 94.0 70.87 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 22 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.172065784643304e-17 3.172065784643304e-17 False False False 1 False 0 14424.05 70.87 16059.2 98.0 0.0006 94.0 10956.7 91.0 16331.0 94.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 117 DRB1*04:05 15 VREKGPSTSQEVCAL 11167.14 6652.23 MHCnuggetsII 92.0 53.14 MHCnuggetsII 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 23 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6428571428571429 0.6428571428571429 False False False 1 False 0 6652.23 53.14 10450.28 94.0 0.0008 91.0 11884.0 92.0 19475.0 95.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 98 DRB1*04:05 15 EEDKDWRPAITIKQP 1246.95 260.9 NNalign 14.0 1.3 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 24 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.15714285714285703 0.4428571428571428 True False True 0 False 0 2216.19 33.06 277.71 14.0 0.7074 1.3 260.9 14.0 3577.0 67.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000325437.9 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000325437.9:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.369 UBE2I.ENST00000325437.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000355803.8 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000355803.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.249 UBE2I.ENST00000355803.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000397515.6 3 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397515.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.426 UBE2I.ENST00000397515.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000403747.6 5 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000403747.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 29.955 UBE2I.ENST00000403747.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000406620.6 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000406620.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.579 UBE2I.ENST00000406620.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000562470.3 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000562470.3:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.541 UBE2I.ENST00000562470.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000566587.5 2 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000566587.5:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 1.887 UBE2I.ENST00000566587.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr16 1320436 1320437 G C JUNC00000102 1320283 1324730 2810 NDA ENST00000567383.6 4 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567383.6:c.334-1G>C NA 158 132 yes 99 DRB1*04:05 15 EDKDWRPAITIKQPK 596.825 216.9 NNalign 12.0 0.7 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567383.JUNC00000102.chr16:1320436-1320437.NDA 25 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.4428571428571428 True False False 0 False 0 964.5 21.6 229.15 11.0 0.8217 0.7 216.9 12.0 3268.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 1.5428571428571427 False False False 0 True 0 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 370 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 1.5428571428571427 False False False 0 True 0 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 1.5428571428571427 False False False 0 True 0 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 222 DRB1*04:05 15 NVAIRWLMLHTADSD 65.815 13.38 MHCnuggetsII 3.6 0.2 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 26 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8714285714285716 1.5428571428571427 False False False 0 True 0 13.38 0.2 52.63 1.1 0.3016 5.9 79.0 3.6 411.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 371 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 1.5428571428571427 False False False 0 False 0 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 223 DRB1*04:05 15 VAIRWLMLHTADSDV 51.17 5.65 MHCnuggetsII 2.2 0.01 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 27 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 1.5428571428571427 False False False 0 False 0 5.65 0.01 45.54 0.77 0.3678 4.5 56.8 2.2 379.0 14.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 372 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.4857142857142855 False False False 0 False 0 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 224 DRB1*04:05 15 AIRWLMLHTADSDVQ 47.32 24.36 MHCnuggetsII 1.8 0.66 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 28 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 1.4857142857142855 False False False 0 False 0 24.36 0.66 45.24 0.77 0.4587 3.6 49.4 1.8 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 373 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 0.9285714285714285 False False False 0 False 0 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 225 DRB1*04:05 15 IRWLMLHTADSDVQA 56.53 15.25 MHCnuggetsII 2.3 0.27 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 29 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 0.9285714285714285 False False False 0 False 0 15.25 0.27 53.66 1.1 0.2137 8.3 59.4 2.3 484.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 374 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2571428571428573 0.9285714285714285 False False False 0 False 0 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 226 DRB1*04:05 15 RWLMLHTADSDVQAN 233.995 89.3 NetMHCIIpan 11.9 3.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 30 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2571428571428573 0.9285714285714285 False False False 0 False 0 366.09 11.9 89.3 3.0 0.0887 17.0 101.9 5.3 897.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 375 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 0.9285714285714285 False False False 0 False 0 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 227 DRB1*04:05 15 WLMLHTADSDVQANA 717.25 322.3 NNalign 19.0 17.0 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 31 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5 0.9285714285714285 False False False 0 False 0 2600.03 35.620000000000005 382.5 18.0 0.0724 19.0 322.3 17.0 1052.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 376 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 0.557142857142857 False False False 0 False 0 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 228 DRB1*04:05 15 LMLHTADSDVQANAF 2297.685 956.1 NNalign 47.0 27.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 32 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 0.557142857142857 False False False 0 False 0 5698.08 49.96 1345.37 47.0 0.0399 27.0 956.1 35.0 3250.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 377 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 229 DRB1*04:05 15 MLHTADSDVQANAFR 4518.5 3640.38 NetMHCIIpan 69.0 54.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 33 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.12857142857142861 0.014285714285714235 False False False 0 False 0 8453.15 58.28 3640.38 74.0 0.0082 54.0 5044.0 74.0 3993.0 69.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 378 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 230 DRB1*04:05 15 LHTADSDVQANAFRK 6761.08 5617.0 NNalign 77.0 52.93 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 34 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 6587.84 52.93 6934.32 88.0 0.0046 65.0 5617.0 77.0 11961.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 379 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 231 DRB1*04:05 15 HTADSDVQANAFRKA 6086.72 2431.25 MHCnuggetsII 77.0 34.52 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 35 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5285714285714286 0.014285714285714235 False False False 0 False 0 2431.25 34.52 6626.54 87.0 0.0052 62.0 5546.9 77.0 14203.0 92.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 380 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 232 DRB1*04:05 15 TADSDVQANAFRKAN 5748.74 914.82 MHCnuggetsII 75.0 20.97 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 36 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 914.82 20.97 6909.98 88.0 0.0028 75.0 4587.5 72.0 17797.0 94.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 381 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 233 DRB1*04:05 15 ADSDVQANAFRKANQ 4905.34 4260.9 NNalign 72.0 48.57 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 37 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2857142857142858 0.014285714285714235 False False False 0 False 0 5316.68 48.57 6321.34 86.0 0.003 73.0 4260.9 70.0 4494.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 382 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285716 0.014285714285714235 False False False 0 False 0 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 234 DRB1*04:05 15 DSDVQANAFRKANQM 4542.55 819.58 MHCnuggetsII 72.0 19.7 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 38 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.2714285714285716 0.014285714285714235 False False False 0 False 0 819.58 19.7 5512.85 84.0 0.002 80.0 4655.1 72.0 4430.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 383 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7285714285714289 0.014285714285714235 False False False 0 False 0 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 235 DRB1*04:05 15 SDVQANAFRKANQMG 4751.7 953.04 MHCnuggetsII 74.0 21.45 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 39 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7285714285714289 0.014285714285714235 False False False 0 False 0 953.04 21.45 5367.24 83.0 0.0013 86.0 5013.4 74.0 4490.0 72.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 384 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.014285714285714235 False False False 0 False 0 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 236 DRB1*04:05 15 DVQANAFRKANQMGA 1839.83 275.05 MHCnuggetsII 51.0 9.69 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 40 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8285714285714285 0.014285714285714235 False False False 0 False 0 275.05 9.69 1976.66 58.0 0.0094 51.0 2363.3 55.0 1703.0 47.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 385 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 237 DRB1*04:05 15 VQANAFRKANQMGAL 1536.15 1059.05 NetMHCIIpan 41.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 41 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2714285714285714 0.2714285714285714 False False False 0 False 0 2433.58 34.54 1059.05 41.0 0.0282 32.0 1429.3 44.0 1643.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 386 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 0.2714285714285714 True False False 0 False 0 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 238 DRB1*04:05 15 QANAFRKANQMGALQ 999.785 942.41 MHCnuggetsII 36.0 20.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 42 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 0.2714285714285714 True False False 0 False 0 942.41 21.32 951.57 39.0 0.068 20.0 1048.0 36.0 2054.0 52.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 387 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 239 DRB1*04:05 15 ANAFRKANQMGALQE 796.35 565.98 MHCnuggetsII 28.0 14.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 43 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 0.2714285714285714 False False False 0 False 0 565.98 15.82 920.6 38.0 0.1091 14.0 672.1 28.0 1752.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 388 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 True 0 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 240 DRB1*04:05 15 NAFRKANQMGALQER 785.565 250.45 MHCnuggetsII 28.0 9.02 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 44 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 0.2714285714285714 False False False 0 True 0 250.45 9.02 932.03 38.0 0.0364 28.0 639.1 27.0 1855.0 49.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 389 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 0.2714285714285714 False False False 0 False 0 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 241 DRB1*04:05 15 AFRKANQMGALQERG 1133.695 291.54 MHCnuggetsII 36.0 10.12 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 45 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.9571428571428573 0.2714285714285714 False False False 0 False 0 291.54 10.12 1244.99 45.0 0.031 31.0 1022.4 36.0 3310.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 390 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5000000000000001 0.2714285714285714 False False False 0 False 0 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 242 DRB1*04:05 15 FRKANQMGALQERGF 1703.47 676.29 MHCnuggetsII 50.0 17.62 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 46 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5000000000000001 0.2714285714285714 False False False 0 False 0 676.29 17.62 1449.14 50.0 0.0289 32.0 1957.8 50.0 3029.0 62.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 391 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 0.2714285714285714 False False False 0 False 0 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 243 DRB1*04:05 15 RKANQMGALQERGFG 3871.45 3221.64 NetMHCIIpan 64.0 45.6 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 47 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 0.2714285714285714 False False False 0 False 0 4569.07 45.6 3221.64 71.0 0.0111 48.0 3407.9 64.0 4335.0 71.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 392 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1000000000000003 0.2714285714285714 False False False 0 False 0 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 244 DRB1*04:05 15 KANQMGALQERGFGA 6000.96 4023.22 MHCnuggetsII 82.0 43.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 48 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1000000000000003 0.2714285714285714 False False False 0 False 0 4023.22 43.19 5007.02 82.0 0.0046 65.0 6994.9 82.0 7163.0 82.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 393 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 0.2714285714285714 False False False 0 False 0 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 245 DRB1*04:05 15 ANQMGALQERGFGAD 9987.205 7405.0 SMMalign 83.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 49 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 0.2714285714285714 False False False 0 False 0 17050.76 75.07000000000001 7804.41 90.0 0.0074 56.0 12170.0 93.0 7405.0 83.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 408 yes 394 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000205.chr8:125067719-125067720.NDA 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 -0.48571428571428577 False False False 0 True 0 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000205 125063651 125073153 47 NDA ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 260 yes 246 DRB1*04:05 15 NQMGALQERGFGADD 11054.35 9026.17 NetMHCIIpan 88.0 67.72 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000205.chr8:125067719-125067720.NDA 50 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1 -0.48571428571428577 False False False 0 True 0 12687.31 67.72 9026.17 92.0 0.0036 69.0 11856.7 92.0 10252.0 88.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 370 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.42857142857142866 1.5428571428571427 False False False 0 True 0 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 222 DRB1*04:05 15 NVAIRWLMLHTADSG 94.55 21.57 MHCnuggetsII 7.1 0.53 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 51 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.42857142857142866 1.5428571428571427 False False False 0 True 0 21.57 0.53 56.7 1.2 0.2456 7.2 132.4 7.1 427.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 371 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 1.5428571428571427 False False False 0 False 0 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 223 DRB1*04:05 15 VAIRWLMLHTADSGN 75.66 27.01 MHCnuggetsII 4.1 0.79 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 52 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4714285714285715 1.5428571428571427 False False False 0 False 0 27.01 0.79 55.02 1.2 0.4014 4.1 96.3 5.0 420.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 372 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7571428571428571 1.4857142857142855 False False False 0 False 0 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 224 DRB1*04:05 15 AIRWLMLHTADSGNA 102.975 53.35 NetMHCIIpan 4.41 1.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 53 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7571428571428571 1.4857142857142855 False False False 0 False 0 109.05 4.41 53.35 1.1 0.4523 3.6 96.9 5.0 464.0 17.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 373 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 0.9285714285714285 False False False 0 False 0 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 225 DRB1*04:05 15 IRWLMLHTADSGNAQ 302.61 66.41 NetMHCIIpan 9.3 1.7 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 54 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.1571428571428573 0.9285714285714285 False False False 0 False 0 489.62 14.42 66.41 1.7 0.1862 9.3 115.6 6.1 561.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 374 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9714285714285713 0.9285714285714285 False False False 0 False 0 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 226 DRB1*04:05 15 RWLMLHTADSGNAQK 242.22 114.09 NetMHCIIpan 12.0 4.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 55 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.9714285714285713 0.9285714285714285 False False False 0 False 0 267.64 9.49 114.09 4.5 0.0807 18.0 216.8 12.0 1176.0 37.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 375 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5285714285714287 0.9285714285714285 False False False 0 False 0 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 227 DRB1*04:05 15 WLMLHTADSGNAQKG 1096.05 542.88 NetMHCIIpan 32.0 23.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 56 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.5285714285714287 0.9285714285714285 False False False 0 False 0 15329.61 72.36 542.88 25.0 0.0548 23.0 823.1 32.0 1369.0 41.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 376 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 0.557142857142857 False False False 0 False 0 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 228 DRB1*04:05 15 LMLHTADSGNAQKGW 3666.45 2084.51 NetMHCIIpan 60.0 32.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 57 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.542857142857143 0.557142857142857 False False False 0 False 0 15557.52 72.75 2084.51 60.0 0.0277 32.0 2261.9 54.0 5071.0 75.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 377 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7142857142857142 -0.10000000000000012 False False True 0 False 0 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 229 DRB1*04:05 15 MLHTADSGNAQKGWP 8641.25 5908.19 NetMHCIIpan 85.0 72.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 58 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7142857142857142 -0.10000000000000012 False False True 0 False 0 30039.33 90.39 5908.19 85.0 0.0032 72.0 10476.5 90.0 6806.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 378 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.42857142857142866 False False False 0 False 0 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 230 DRB1*04:05 15 LHTADSGNAQKGWPF 15491.3 13112.88 NetMHCIIpan 96.0 91.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 59 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8142857142857143 -0.42857142857142866 False False False 0 False 0 33631.18 93.6 13112.88 97.0 0.0005 96.0 17837.6 97.0 13145.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 379 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 231 DRB1*04:05 15 HTADSGNAQKGWPFI 17756.65 15308.44 NetMHCIIpan 97.0 90.33 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 60 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4285714285714287 -0.4285714285714287 False False False 0 False 0 29979.28 90.33 15308.44 98.0 0.0003 97.0 19964.3 98.0 15549.0 93.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 380 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 232 DRB1*04:05 15 TADSGNAQKGWPFIL 11852.23 7283.69 NetMHCIIpan 91.0 63.74999999999999 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 61 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.6142857142857141 0.6142857142857141 False False False 0 False 0 10749.46 63.74999999999999 7283.69 89.0 0.0003 98.0 14109.8 95.0 12955.0 91.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 381 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 233 DRB1*04:05 15 ADSGNAQKGWPFILL 6588.06 3034.29 MHCnuggetsII 88.0 38.17 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 62 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.7142857142857142 1.7142857142857142 False False False 0 False 0 3034.29 38.17 3785.92 75.0 0.0003 97.0 9390.2 88.0 11688.0 90.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 382 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 234 DRB1*04:05 15 DSGNAQKGWPFILLH 5311.55 1149.22 MHCnuggetsII 82.0 23.75 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 63 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3142857142857143 1.7142857142857142 False False False 0 False 0 1149.22 23.75 3515.7 73.0 0.0005 96.0 7107.4 82.0 8545.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 383 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 235 DRB1*04:05 15 SGNAQKGWPFILLHI 4121.385 190.61 MHCnuggetsII 81.0 7.26 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 64 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.085714285714286 2.085714285714286 False False False 0 False 0 190.61 7.26 1585.97 52.0 0.0005 95.0 6656.8 81.0 8776.0 86.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 384 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 236 DRB1*04:05 15 GNAQKGWPFILLHIK 3547.5 878.94 MHCnuggetsII 78.0 20.51 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 65 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.757142857142857 2.085714285714286 False False False 0 False 0 878.94 20.51 1332.3 47.0 0.0008 91.0 5762.7 78.0 6450.0 80.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 385 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 True 0 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 237 DRB1*04:05 15 NAQKGWPFILLHIKT 2064.65 894.59 MHCnuggetsII 59.0 20.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 66 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.2571428571428576 2.085714285714286 False False False 0 True 0 894.59 20.71 1315.1 47.0 0.0008 92.0 2814.2 59.0 6537.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 386 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 238 DRB1*04:05 15 AQKGWPFILLHIKTL 277.815 262.58 NetMHCIIpan 13.0 9.46 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 67 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.1571428571428568 2.085714285714286 False False False 0 False 0 266.63 9.46 262.58 13.0 0.0038 69.0 756.2 30.0 289.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 387 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.0285714285714286 2.085714285714286 True False False 0 False 0 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 239 DRB1*04:05 15 QKGWPFILLHIKTLR 251.77 158.76 NetMHCIIpan 11.0 7.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 68 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.0285714285714286 2.085714285714286 True False False 0 False 0 237.64 8.66 158.76 7.0 0.0175 40.0 265.9 14.0 282.0 11.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 388 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 2.085714285714286 False False False 0 False 0 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 240 DRB1*04:05 15 KGWPFILLHIKTLRI 57.505 45.5 NNalign 1.6 0.92 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 69 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.07142857142857142 2.085714285714286 False False False 0 False 0 123.4 4.95 57.01 1.2 0.0233 35.0 45.5 1.6 58.0 0.92 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 389 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571425 2.085714285714286 False False False 0 False 0 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 241 DRB1*04:05 15 GWPFILLHIKTLRIR 47.07 29.3 NNalign 0.88 0.43 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 70 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.11428571428571425 2.085714285714286 False False False 0 False 0 284.14 9.92 37.14 0.43 0.0674 20.0 29.3 0.6 57.0 0.88 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 390 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 2.085714285714286 False False False 0 False 0 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 242 DRB1*04:05 15 WPFILLHIKTLRIRT 47.0 25.9 NNalign 0.84 0.45 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 71 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 2.085714285714286 False False False 0 False 0 196.21 7.439999999999999 38.0 0.46 0.0809 18.0 25.9 0.45 56.0 0.84 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 391 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 2.085714285714286 False False False 0 False 0 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 243 DRB1*04:05 15 PFILLHIKTLRIRTY 51.89 24.9 NNalign 1.2 0.43 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 72 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.48571428571428577 2.085714285714286 False False False 0 False 0 183.94 7.049999999999999 37.78 0.46 0.078 18.0 24.9 0.43 66.0 1.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 392 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 1.757142857142857 False False False 0 False 0 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 244 DRB1*04:05 15 FILLHIKTLRIRTYF 48.695 33.2 NNalign 1.3 0.72 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 73 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.014285714285714235 1.757142857142857 False False False 0 False 0 38.63 1.34 58.76 1.3 0.017 40.0 33.2 0.72 67.0 1.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 393 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 1.2571428571428576 False False False 0 False 0 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 245 DRB1*04:05 15 ILLHIKTLRIRTYFT 141.305 53.9 NNalign 6.3 2.1 NNalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 74 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6285714285714287 1.2571428571428576 False False False 0 False 0 231.78 8.49 97.61 3.4 0.0044 66.0 53.9 2.1 185.0 6.3 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 394 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2857142857142857 1.1571428571428568 False False False 0 False 0 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 246 DRB1*04:05 15 LLHIKTLRIRTYFTM 173.3 81.58 MHCnuggetsII 8.4 3.3000000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 75 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2857142857142857 1.1571428571428568 False False False 0 False 0 81.58 3.3000000000000003 213.88 10.0 0.0024 77.0 158.6 8.4 188.0 6.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 395 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 247 DRB1*04:05 15 LHIKTLRIRTYFTMQ 533.48 322.5 NNalign 19.06 17.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 76 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.8571428571428571 0.2857142857142857 False False False 0 False 0 772.61 19.06 347.96 17.0 0.0024 77.0 322.5 17.0 719.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 396 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 248 DRB1*04:05 15 HIKTLRIRTYFTMQS 337.59 155.47 NetMHCIIpan 13.94 6.8 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 77 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3285714285714286 0.2857142857142857 False False False 0 False 0 464.68 13.94 155.47 6.8 0.009 52.0 210.5 12.0 495.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 397 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 249 DRB1*04:05 15 IKTLRIRTYFTMQSG 186.405 121.77 NetMHCIIpan 13.0 4.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 78 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.28571428571428575 0.2857142857142857 False False False 0 False 0 140.31 5.58 121.77 4.9 0.0487 24.0 232.5 13.0 489.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 398 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 250 DRB1*04:05 15 KTLRIRTYFTMQSGL 201.835 108.04 NetMHCIIpan 9.7 4.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 79 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4428571428571427 0.4428571428571427 False False False 0 False 0 219.57 8.14 108.04 4.1 0.0503 24.0 184.1 9.7 546.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 399 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 251 DRB1*04:05 15 TLRIRTYFTMQSGLA 42.905 29.52 MHCnuggetsII 2.1 0.31 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 80 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3000000000000001 0.4428571428571427 False False False 0 False 0 29.52 0.91 31.81 0.31 0.1425 12.0 54.0 2.1 399.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 400 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 252 DRB1*04:05 15 LRIRTYFTMQSGLAG 85.645 30.59 NetMHCIIpan 4.8 0.28 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 81 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.34285714285714286 0.4428571428571427 False False False 0 False 0 125.39 5.029999999999999 30.59 0.28 0.3552 4.8 45.9 1.6 414.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 401 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 253 DRB1*04:05 15 RIRTYFTMQSGLAGR 178.015 27.14 NetMHCIIpan 2.6 0.22 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 82 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 307.73 10.52 27.14 0.22 0.5486 2.6 48.3 1.7 713.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 402 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 254 DRB1*04:05 15 IRTYFTMQSGLAGRE 109.92 33.46 NetMHCIIpan 2.2 0.35 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 83 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 0.4428571428571427 False False False 0 False 0 163.34 6.370000000000001 33.46 0.35 0.6575 1.6 56.5 2.2 705.0 25.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 403 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2 0.4428571428571427 False False False 0 False 0 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 255 DRB1*04:05 15 RTYFTMQSGLAGREA 112.21 41.21 NetMHCIIpan 3.1 0.59 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 84 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.2 0.4428571428571427 False False False 0 False 0 157.82 6.18 41.21 0.59 0.4964 3.1 66.6 2.9 985.0 32.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 404 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.39999999999999986 0.4428571428571427 False False False 0 False 0 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 256 DRB1*04:05 15 TYFTMQSGLAGREAL 300.795 70.18 NetMHCIIpan 13.0 1.9 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 85 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.39999999999999986 0.4428571428571427 False False False 0 False 0 453.69 13.73 70.18 1.9 0.1333 13.0 147.9 7.8 1966.0 51.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 405 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.4428571428571427 False False False 0 False 0 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 257 DRB1*04:05 15 YFTMQSGLAGREALD 1222.405 198.49 NetMHCIIpan 32.0 9.1 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 86 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6428571428571429 0.4428571428571427 False False False 0 False 0 1604.21 28.24 198.49 9.1 0.0187 39.0 840.6 32.0 2207.0 54.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 406 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4000000000000001 0.4428571428571427 False False False 0 False 0 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 258 DRB1*04:05 15 FTMQSGLAGREALDE 2089.95 329.65 MHCnuggetsII 59.0 11.05 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 87 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.4000000000000001 0.4428571428571427 False False False 0 False 0 329.65 11.05 1558.9 51.0 0.0022 78.0 6010.6 79.0 2621.0 59.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 407 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 259 DRB1*04:05 15 TMQSGLAGREALDEN 4661.395 2029.56 MHCnuggetsII 66.0 31.71 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 88 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.39999999999999986 False False False 0 False 0 2029.56 31.71 5824.79 85.0 0.0061 59.0 6359.5 80.0 3498.0 66.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 408 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7 0.39999999999999986 False False False 0 False 0 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 260 DRB1*04:05 15 MQSGLAGREALDENQ 5324.355 3285.0 SMMalign 64.0 41.010000000000005 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 89 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7 0.39999999999999986 False False False 0 False 0 3571.21 41.010000000000005 7117.98 88.0 0.0154 42.0 7077.5 82.0 3285.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 409 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6 0.39999999999999986 True False False 0 False 0 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 261 DRB1*04:05 15 QSGLAGREALDENQV 5116.89 2729.1 MHCnuggetsII 64.0 36.41 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 90 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6 0.39999999999999986 True False False 0 False 0 2729.1 36.41 6953.78 88.0 0.0171 40.0 7619.6 84.0 3280.0 64.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 410 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 0.39999999999999986 False False False 0 False 0 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 262 DRB1*04:05 15 SGLAGREALDENQVA 5754.695 3850.0 SMMalign 68.0 43.81 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 91 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5999999999999999 0.39999999999999986 False False False 0 False 0 4158.57 43.81 7350.82 89.0 0.0049 64.0 7931.8 85.0 3850.0 68.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 425 yes 411 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000207.chr8:125067719-125067720.A 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571429 0.39999999999999986 False False False 0 False 0 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000207 125067719 125067746 28 A ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 277 yes 263 DRB1*04:05 15 GLAGREALDENQVAF 8491.2 6231.63 NetMHCIIpan 81.0 56.0 NetMHCIIpanEL 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000207.chr8:125067719-125067720.A 92 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571429 0.39999999999999986 False False False 0 False 0 10329.4 62.82 6231.63 86.0 0.0071 56.0 10857.0 91.0 6653.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 371 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 1.5428571428571427 False False False 0 False 0 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 223 DRB1*04:05 15 VAIRWLMLHTADSDI 51.02 9.88 MHCnuggetsII 2.2 0.09 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 93 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7714285714285715 1.5428571428571427 False False False 0 False 0 9.88 0.09 46.14 0.8 0.3329 5.3 55.9 2.2 384.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 372 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428566 1.4857142857142855 False False False 0 False 0 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 224 DRB1*04:05 15 AIRWLMLHTADSDIF 47.575 22.77 MHCnuggetsII 1.9 0.59 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 94 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.08571428571428566 1.4857142857142855 False False False 0 False 0 22.77 0.59 42.95 0.68 0.2711 6.6 52.2 1.9 413.0 16.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 373 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.172065784643304e-17 0.9285714285714285 False False False 0 False 0 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 225 DRB1*04:05 15 IRWLMLHTADSDIFY 143.61 51.19 NetMHCIIpan 8.32 1.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 95 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -3.172065784643304e-17 0.9285714285714285 False False False 0 False 0 225.82 8.32 51.19 1.0 0.1127 14.0 61.4 2.5 486.0 18.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 374 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.35714285714285715 0.9285714285714285 False False False 0 False 0 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 226 DRB1*04:05 15 RWLMLHTADSDIFYT 280.44 78.72 NetMHCIIpan 13.65 2.4 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 96 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.35714285714285715 0.9285714285714285 False False False 0 False 0 449.88 13.65 78.72 2.4 0.033 30.0 111.0 5.8 894.0 30.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 375 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5428571428571428 0.9285714285714285 False False False 0 False 0 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 227 DRB1*04:05 15 WLMLHTADSDIFYTF 528.805 322.5 NetMHCIIpan 18.0 16.0 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 97 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5428571428571428 0.9285714285714285 False False False 0 False 0 699.21 17.98 322.5 16.0 0.0056 61.0 358.4 18.0 1046.0 34.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 376 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5428571428571428 0.557142857142857 False False False 0 False 0 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 228 DRB1*04:05 15 LMLHTADSDIFYTFS 988.48 826.77 MHCnuggetsII 38.0 19.8 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 98 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.5428571428571428 0.557142857142857 False False False 0 False 0 826.77 19.8 941.36 38.0 0.0032 72.0 1035.6 36.0 2717.0 60.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 377 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 229 DRB1*04:05 15 MLHTADSDIFYTFSK 2793.675 1373.46 MHCnuggetsII 65.0 26.1 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 99 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.4857142857142857 0.5428571428571428 False False False 0 False 0 1373.46 26.1 2265.35 62.0 0.001 89.0 4450.0 71.0 3322.0 65.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 378 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 230 DRB1*04:05 15 LHTADSDIFYTFSKQ 4337.085 3861.17 NetMHCIIpan 75.0 42.96 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 100 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.6571428571428571 0.5428571428571428 False False False 0 False 0 3973.57 42.96 3861.17 75.0 0.0003 97.0 4700.6 73.0 6751.0 81.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 379 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 231 DRB1*04:05 15 HTADSDIFYTFSKQV 1526.245 848.17 NetMHCIIpan 46.0 26.090000000000003 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 101 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.4571428571428572 0.5428571428571428 False False False 0 False 0 1372.49 26.090000000000003 848.17 36.0 0.0086 53.0 2315.2 55.0 1680.0 46.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 380 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 0.5428571428571428 False False False 0 False 0 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 232 DRB1*04:05 15 TADSDIFYTFSKQVT 564.395 163.67 MHCnuggetsII 23.0 6.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 102 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.3714285714285715 0.5428571428571428 False False False 0 False 0 163.67 6.39 485.79 23.0 0.0361 28.0 1024.6 36.0 643.0 23.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 381 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2714285714285714 0.5428571428571428 False False False 0 False 0 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 233 DRB1*04:05 15 ADSDIFYTFSKQVTL 404.07 25.35 MHCnuggetsII 20.0 0.7100000000000001 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 103 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.2714285714285714 0.5428571428571428 False False False 0 False 0 25.35 0.7100000000000001 267.14 13.0 0.0362 28.0 618.1 27.0 541.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 382 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.27142857142857146 0.5428571428571428 False False False 0 False 0 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 234 DRB1*04:05 15 DSDIFYTFSKQVTLF 360.475 166.25 MHCnuggetsII 20.0 6.47 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 104 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.27142857142857146 0.5428571428571428 False False False 0 False 0 166.25 6.47 224.35 11.0 0.0318 30.0 496.6 23.0 544.0 20.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 383 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 235 DRB1*04:05 15 SDIFYTFSKQVTLFL 195.985 139.0 SMMalign 12.0 4.2 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 105 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.9285714285714285 0.9285714285714285 False False False 0 False 0 458.59 13.82 170.17 7.6 0.0144 43.0 221.8 12.0 139.0 4.2 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 384 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 236 DRB1*04:05 15 DIFYTFSKQVTLFLF 214.16 143.0 SMMalign 12.0 4.4 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 106 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.8857142857142857 1.8857142857142857 False False False 0 False 0 1073.02 22.9 214.12 10.0 0.01 50.0 214.2 12.0 143.0 4.4 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 385 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 237 DRB1*04:05 15 IFYTFSKQVTLFLFL 295.12 147.0 SMMalign 16.0 4.6 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 107 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.9285714285714284 2.9285714285714284 False False False 0 False 0 1362.04 25.98 336.94 16.0 0.005 64.0 253.3 14.0 147.0 4.6 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 386 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 238 DRB1*04:05 15 FYTFSKQVTLFLFLA 308.87 150.0 SMMalign 17.0 4.7 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 108 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.585714285714286 2.9285714285714284 False False False 0 False 0 259.87 9.28 357.87 17.0 0.0058 61.0 376.9 19.0 150.0 4.7 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 387 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 239 DRB1*04:05 15 YTFSKQVTLFLFLAC 504.585 154.0 SMMalign 23.0 4.9 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 109 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3.042857142857143 3.042857142857143 False True False 1 False 0 998.13 22.01 491.37 23.0 0.0039 68.0 517.8 23.0 154.0 4.9 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 388 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.0 3.042857142857143 False False False 1 False 0 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 240 DRB1*04:05 15 TFSKQVTLFLFLACD 548.8 400.0 SMMalign 28.0 14.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 110 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 2.0 3.042857142857143 False False False 1 False 0 477.75 14.19 619.85 28.0 0.0014 85.0 992.6 35.0 400.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 389 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 241 DRB1*04:05 15 FSKQVTLFLFLACDP 1004.605 391.0 SMMalign 38.0 15.0 SMMalign 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 111 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 1.3714285714285714 3.042857142857143 False False True 1 False 0 5150.77 47.94 922.91 38.0 0.0004 96.0 1086.3 37.0 391.0 15.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 390 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 242 DRB1*04:05 15 SKQVTLFLFLACDPN 425.59 164.28 MHCnuggetsII 22.0 6.4 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 112 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 0.3285714285714287 3.042857142857143 False False False 1 False 0 164.28 6.4 366.08 18.0 0.0056 61.0 485.1 22.0 806.0 28.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 391 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 3.042857142857143 False False False 1 False 0 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 243 DRB1*04:05 15 KQVTLFLFLACDPNN 193.1 60.07 MHCnuggetsII 10.0 2.36 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 113 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.5714285714285714 3.042857142857143 False False False 1 False 0 60.07 2.36 198.6 9.1 0.022 36.0 187.6 10.0 592.0 21.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 392 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 3.042857142857143 True False False 1 False 0 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 244 DRB1*04:05 15 QVTLFLFLACDPNNK 111.185 39.72 MHCnuggetsII 5.8 1.39 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 114 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6714285714285715 3.042857142857143 True False False 1 False 0 39.72 1.39 111.87 4.3 0.059 22.0 110.5 5.8 605.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 393 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5714285714285716 3.042857142857143 False False False 1 False 0 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 245 DRB1*04:05 15 VTLFLFLACDPNNKR 84.05 71.3 MHCnuggetsII 4.1 2.6 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 115 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5714285714285716 3.042857142857143 False False False 1 False 0 71.3 2.86 83.1 2.6 0.097 16.0 85.0 4.1 613.0 22.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 394 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.3857142857142857 3.042857142857143 False False False 1 False 0 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 246 DRB1*04:05 15 TLFLFLACDPNNKRL 84.645 47.29 MHCnuggetsII 4.0 1.76 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 116 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.3857142857142857 3.042857142857143 False False False 1 False 0 47.29 1.76 85.79 2.8 0.0443 25.0 83.5 4.0 683.0 24.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 395 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5285714285714285 3.042857142857143 False False False 1 False 0 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 247 DRB1*04:05 15 LFLFLACDPNNKRLR 156.405 110.3 NNalign 6.9 5.5 NetMHCIIpan 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 117 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.5285714285714285 3.042857142857143 False False False 1 False 0 179.15 6.9 133.66 5.5 0.0184 39.0 110.3 5.7 954.0 31.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 396 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.8000000000000003 2.0 False False False 1 False 0 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 248 DRB1*04:05 15 FLFLACDPNNKRLRQ 283.6 210.5 NNalign 16.0 8.55 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 118 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -2.8000000000000003 2.0 False False False 1 False 0 233.64 8.55 333.56 16.0 0.0134 45.0 210.5 12.0 1734.0 48.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 397 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 1.3714285714285714 False False False 1 False 0 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 249 DRB1*04:05 15 LFLACDPNNKRLRQI 999.26 588.79 MHCnuggetsII 46.0 16.21 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 119 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.6571428571428573 1.3714285714285714 False False False 1 False 0 588.79 16.21 1297.52 46.0 0.0058 60.0 701.0 29.0 2861.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 398 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7142857142857146 0.3285714285714287 False False False 1 False 0 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 250 DRB1*04:05 15 FLACDPNNKRLRQIK 6824.345 4309.7 NetMHCIIpan 78.0 58.73 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 120 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.7142857142857146 0.3285714285714287 False False False 1 False 0 8630.29 58.73 4309.7 78.0 0.0022 78.0 5018.4 74.0 11099.0 89.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000318410.12 1 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000318410.12:c.1151-27_1151-2del NA 1159 1175 no 399 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 44.786 WASHC5.ENST00000318410.JUNC00000210.chr8:125067719-125067720.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.657142857142857 -0.5714285714285714 False False False 1 False 0 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 +chr8 125067720 125067746 CTAGAAACAGGAAAAGTGTTACCTGCT C JUNC00000210 125067767 125073153 30 D ENST00000517845.5 2 protein_coding WASHC5 splice_acceptor_variant&splice_polypyrimidine_tract_variant&intron_variant NA WASHC5 ENST00000517845.5:c.707-27_707-2del NA 1011 1027 no 251 DRB1*04:05 15 LACDPNNKRLRQIKD 7489.5 2901.0 SMMalign 89.0 47.19 MHCnuggetsII 709 0.062 25.0 0.0 255 0.0 65.088 6.542 WASHC5.ENST00000517845.JUNC00000210.chr8:125067719-125067720.D 121 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.657142857142857 -0.5714285714285714 False False False 1 False 0 4962.8 47.19 10016.2 94.0 0.0003 98.0 10154.9 89.0 2901.0 61.0 diff --git a/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.filtered.tsv b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..2906a9f8e --- /dev/null +++ b/pvactools/tools/pvacsplice/example_data/results/combined/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,10 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key BigMHC_EL Score BigMHC_IM Score MHCflurry IC50 Score MHCflurry Percentile MHCnuggetsI IC50 Score MHCnuggetsI Percentile NetMHC IC50 Score NetMHC Percentile NetMHCcons IC50 Score NetMHCcons Percentile NetMHCpan IC50 Score NetMHCpan Percentile NetMHCpanEL Score NetMHCpanEL Percentile PickPocket IC50 Score PickPocket Percentile SMM IC50 Score SMM Percentile SMMPMBEC IC50 Score SMMPMBEC Percentile MHCflurryEL Processing Score MHCflurryEL Presentation Score MHCflurryEL Presentation Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count MHCnuggetsII IC50 Score MHCnuggetsII Percentile NetMHCIIpan IC50 Score NetMHCIIpan Percentile NetMHCIIpanEL Score NetMHCIIpanEL Percentile NNalign IC50 Score NNalign Percentile SMMalign IC50 Score SMMalign Percentile +chr12 21654541 21654542 C A JUNC00000053 21653996 21654543 76 D ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 57 yes 48 HLA-A*29:02 9 HMMFNLSHY 31.54 9.81 NetMHCcons 0.19 0.011 MHCflurry 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000053.chr12:21654541-21654542.D 194 0.5003182 0.83131915 24.52951089950432 0.011 3140.61 0.54 14.14 0.09 9.81 0.19 12.02 0.04 0.806 0.06 537.16 0.3 50.44 0.4 38.55 0.3 NA NA NA -0.04285714285714299 0.4142857142857142 False False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr12 21654541 21654542 C A JUNC00000046 21647016 21654624 22 A ENST00000350669.5 1 protein_coding LDHB splice_donor_variant NA LDHB ENST00000350669.5:c.129+1G>T NA 334 307 no 14 HLA-B*45:01 10 EEESLADELA 136.611 37.21 SMM 0.32 0.2 SMM 254 0.78 118.0 0.881 120 0.008 203.702 95.375 LDHB.ENST00000350669.JUNC00000046.chr12:21654541-21654542.A 185 0.0039837714 0.00095250027 103.83151270393978 0.2538749999999998 69.24 0.32 169.39 0.24 299.47 0.47 440.18 0.36 0.345 0.32 688.93 0.7 37.21 0.2 51.63 0.2 NA NA NA 0.48571428571428565 0.48571428571428565 True False False 0 False 0 NA NA NA NA NA NA NA NA NA NA +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000397514.8 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000397514.8:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 16.319 UBE2I.ENST00000397514.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000402301.5 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000402301.5:c.334-1G>C NA 184 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.409 UBE2I.ENST00000402301.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr16 1320436 1320437 G C JUNC00000100 1320283 1320448 99 D ENST00000567074.6 1 protein_coding UBE2I splice_acceptor_variant NA UBE2I ENST00000567074.6:c.334-1G>C NA 158 116 yes 100 DRB1*04:05 15 DKDWRPAITIKQEYR 332.835 154.2 NNalign 8.2 0.79 NetMHCIIpanEL 113 0.602 26.0 0.385 88 0.0 58.799 0.0 UBE2I.ENST00000567074.JUNC00000100.chr16:1320436-1320437.D 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -1.842857142857143 0.4428571428571428 False False False 0 False 0 485.46 14.34 180.21 8.1 0.7986 0.79 154.2 8.2 2392.0 56.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 DRB1*04:05 15 SKTHIMKSADVVKQR 442.135 97.83 MHCnuggetsII 20.0 3.95 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 97.83 3.95 417.47 20.0 0.1198 14.0 466.8 22.0 1123.0 35.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 DRB1*04:05 15 ASKTHIMKSADVVNR 485.25 231.99 MHCnuggetsII 21.0 8.5 MHCnuggetsII 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 187 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 231.99 8.5 534.1 25.0 0.1144 14.0 436.4 21.0 749.0 26.0 diff --git a/pvactools/tools/pvacsplice/generate_aggregated_report.py b/pvactools/tools/pvacsplice/generate_aggregated_report.py new file mode 100644 index 000000000..0a788e361 --- /dev/null +++ b/pvactools/tools/pvacsplice/generate_aggregated_report.py @@ -0,0 +1,108 @@ +import sys +import argparse +import tempfile + +from pvactools.lib.aggregate_all_epitopes import PvacspliceAggregateAllEpitopes +from pvactools.lib.run_utils import * + +def define_parser(): + parser = argparse.ArgumentParser( + "pvacsplice generate_aggregated_report", + description="Generate an aggregated report from a pVACsplice .all_epitopes.tsv report file.", + formatter_class=argparse.ArgumentDefaultsHelpFormatter + ) + + parser.add_argument( + "input_file", + help="A pVACsplice .all_epitopes.tsv report file" + ) + parser.add_argument( + "output_file", + help="The file path to write the aggregated report tsv to" + ) + parser.add_argument( + "--tumor-purity", type=float_range(0.0, 1.0), + help="Value between 0 and 1 indicating the fraction of tumor cells in the tumor sample. Information is used during aggregate report creation for a simple estimation of whether variants are subclonal or clonal based on VAF. If not provided, purity is estimated directly from the VAFs.", + ) + parser.add_argument( + '-b', '--binding-threshold', type=int, + help="Tier epitopes in the \"Pass\" tier when the mutant allele " + + "has ic50 binding scores below this value.", + default=500 + ) + parser.add_argument( + '--allele-specific-binding-thresholds', + help="Use allele-specific binding thresholds. To print the allele-specific binding thresholds run `pvacseq allele_specific_cutoffs`. " + + "If an allele does not have a special threshold value, the `--binding-threshold` value will be used.", + default=False, + action='store_true', + ) + parser.add_argument( + '--percentile-threshold', type=float_range(0.0,100.0), + help="When set, tier epitopes in the \"Pass\" tier when the mutant allele " + + "has percentile scores below this value and in the \"Relaxed\" tier " + + "when the mutant allele has percentile scores below double this value.", + ) + parser.add_argument( + '--aggregate-inclusion-binding-threshold', type=int, + help="Threshold for including epitopes when creating the aggregate report", + default=5000, + ) + parser.add_argument( + '-m', '--top-score-metric', + choices=['lowest', 'median'], + default='median', + help="The ic50 scoring metric to use when filtering epitopes by binding-threshold or minimum fold change. " + + "lowest: Use the best MT Score and Corresponding Fold Change (i.e. the lowest MT ic50 binding score and corresponding fold change of all chosen prediction methods). " + + "median: Use the median MT Score and Median Fold Change (i.e. the median MT ic50 binding score and fold change of all chosen prediction methods)." + ) + parser.add_argument( + '--trna-vaf', type=float_range(0.0, 1.0), + help="Tumor RNA VAF Cutoff. Used to calculate the allele expression cutoff for tiering.", + default=0.25 + ) + parser.add_argument( + '--trna-cov', type=int, + help="Tumor RNA Coverage Cutoff. Used as a cutoff for tiering.", + default=10 + ) + parser.add_argument( + '--expn-val', type=float, + default=1.0, + help="Gene and Expression cutoff. Used to calculate the allele expression cutoff for tiering.", + ) + parser.add_argument( + "--maximum-transcript-support-level", type=int, + help="The threshold to use for filtering epitopes on the Ensembl transcript support level (TSL). " + +"Transcript support level needs to be <= this cutoff to be included in most tiers.", + default=1, + choices=[1,2,3,4,5] + ) + + return parser + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + tmp_fh = tempfile.NamedTemporaryFile() + + print("Creating Aggregated Report") + PvacspliceAggregateAllEpitopes( + args.input_file, + args.output_file, + tumor_purity=args.tumor_purity, + binding_threshold=args.binding_threshold, + allele_specific_binding_thresholds=args.allele_specific_binding_thresholds, + percentile_threshold=args.percentile_threshold, + trna_vaf=args.trna_vaf, + trna_cov=args.trna_cov, + expn_val=args.expn_val, + maximum_transcript_support_level=args.maximum_transcript_support_level, + top_score_metric=args.top_score_metric, + aggregate_inclusion_binding_threshold=args.aggregate_inclusion_binding_threshold, + ).execute() + print("Completed") + +if __name__ == '__main__': + main() diff --git a/pvactools/tools/pvacsplice/generate_protein_fasta.py b/pvactools/tools/pvacsplice/generate_protein_fasta.py new file mode 100644 index 000000000..aba3685e9 --- /dev/null +++ b/pvactools/tools/pvacsplice/generate_protein_fasta.py @@ -0,0 +1,192 @@ +import sys +import argparse +import tempfile +import os +import shutil +import yaml +import csv +import re +from collections import OrderedDict +from Bio import SeqIO +from Bio.Seq import Seq +from Bio.SeqRecord import SeqRecord + +from pvactools.lib.splice_pipeline import JunctionPipeline +from pvactools.lib.calculate_manufacturability import CalculateManufacturability +from pvactools.lib.run_utils import * + +def define_parser(): + parser = argparse.ArgumentParser( + "pvacsplice generate_protein_fasta", + description="Generate an annotated fasta file from a RegTools junctions output TSV file with protein sequences of mutations", + formatter_class=argparse.ArgumentDefaultsHelpFormatter + ) + parser.add_argument( + "input_file", + help="RegTools junctions output TSV file" + ) + parser.add_argument( + "flanking_sequence_length", type=int, + help="Number of amino acids to add on each side of the splice site when creating the FASTA.", + ) + parser.add_argument( + "output_file", + help="The output fasta file." + ) + parser.add_argument( + "annotated_vcf", + help="A VEP-annotated single- or multi-sample VCF containing genotype and transcript information." + + "The VCF ma be gzipped (requires tabix index)." + ) + parser.add_argument( + "ref_fasta", + help="A reference FASTA file. Note: this input should be the same as the RegTools vcf input." + ) + parser.add_argument( + "gtf_file", + help="A reference GTF file. Note: this input should be the same as the RegTools gtf input." + ) + parser.add_argument( + "--input-tsv", + help = "A pVACsplice all_epitopes, filtered, or aggregated TSV file with epitopes to use for subsetting the inputs to peptides of interest. Only the peptide sequences for the epitopes in the TSV will be used when creating the FASTA." + ) + parser.add_argument( + '--pass-only', + help="Only process VCF entries with a PASS status.", + default=False, + action='store_true', + ) + parser.add_argument( + "--biotypes", type=lambda s:[a for a in s.split(',')], + help="A list of biotypes to use for pre-filtering transcripts for processing in the pipeline.", + default=['protein_coding'] + ) + parser.add_argument( + "-j", "--junction-score", type=int, + help="Junction Coverage Cutoff. Only sites above this read depth cutoff will be considered.", + default=10 + ) + parser.add_argument( + "-v", "--variant-distance", type=int, + help="Regulatory variants can lie inside or outside of splicing junction." + + "Maximum distance window (upstream and downstream) for a variant outside the junction.", + default=100 + ) + parser.add_argument( + "--anchor-types", nargs="*", + help="The anchor types of junctions to use. Multiple anchors can be specified using a comma-separated list." + + "Choices: A, D, NDA, DA, N", + default=['A', 'D', 'NDA'], + choices=['A', 'D', 'NDA', 'DA', 'N'] + ) + parser.add_argument( + "--aggregate-report-evaluation", + help="When running with an aggregate report input TSV, only include variants with this evaluation. Valid values for this field are Accept, Reject, Pending, and Review. Specifiy multiple values as a comma-separated list to include multiple evaluation states.", + default='Accept', + type=lambda s:[e for e in s.split(',')], + ) + parser.add_argument( + "-s", "--sample-name", + help="The name of the sample being processed. Required when processing a multi-sample VCF and must be a sample ID in the input VCF #CHROM header line." + ) + return parser + +def parse_input_tsv(input_tsv): + if input_tsv is None: + return (None, None) + with open(input_tsv, 'r') as fh: + reader = csv.DictReader(fh, delimiter = "\t") + if 'Index' in reader.fieldnames: + indexes = parse_full_input_tsv(reader) + file_type = 'full' + else: + indexes = parse_aggregated_input_tsv(reader) + file_type = 'aggregated' + return (indexes, file_type) + +def parse_full_input_tsv(reader): + indexes = [] + for line in reader: + indexes.append(line['Index']) + return indexes + +def parse_aggregated_input_tsv(reader): + indexes = [] + for line in reader: + indexes.append(line) + return indexes + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + if not (set(args.aggregate_report_evaluation)).issubset(set(['Accept', 'Reject', 'Review', 'Pending'])): + sys.exit("Aggregate report evaluation ({}) contains invalid values.".format(args.aggregate_report_evaluation)) + + temp_dir = tempfile.mkdtemp() + + junction_arguments = { + 'input_file_type' : 'junctions', + 'junctions_dir' : temp_dir, + 'input_file' : args.input_file, + 'gtf_file' : args.gtf_file, + 'save_gtf' : False, + 'sample_name' : args.sample_name, + 'ref_fasta' : args.ref_fasta, + 'annotated_vcf' : args.annotated_vcf, + 'pass_only' : args.pass_only, + 'biotypes' : args.biotypes, + 'junction_score' : args.junction_score, + 'variant_distance' : args.variant_distance, + 'anchor_types' : args.anchor_types, + 'normal_sample_name' : None, + 'keep_tmp_files' : False, + 'class_i_epitope_length' : [], + 'class_ii_epitope_length' : [], + 'class_i_hla' : [], + 'class_ii_hla' : [], + } + + pipeline = JunctionPipeline(**junction_arguments) + pipeline.vcf_to_tsv() + pipeline.junction_to_fasta() + + transcript_fasta = pipeline.create_file_path('fasta') + mt_sequences = {} + wt_sequences = {} + for record in SeqIO.parse(transcript_fasta, "fasta"): + if record.id.startswith('WT.'): + wt_sequences[record.id.split('.', 1)[1]] = record.seq + if record.id.startswith('ALT.'): + mt_sequences[record.id.split('.', 1)[1]] = record.seq + + final_sequences = {} + for (index, mt_sequence) in mt_sequences.items(): + wt_sequence = wt_sequences[index] + final_sequences[index] = get_mutated_peptide_with_flanking_sequence(wt_sequence, mt_sequence, args.flanking_sequence_length) + + (tsv_indexes, tsv_file_type) = parse_input_tsv(args.input_tsv) + output_records = [] + for (index, sequence) in final_sequences.items(): + if tsv_indexes is not None: + if tsv_file_type == 'full': + if index not in tsv_indexes: + continue + else: + matches = [i for i in tsv_indexes if i['ID'] == index and i['Evaluation'] in args.aggregate_report_evaluation] + if len(matches) == 0: + continue + new_record = SeqRecord(sequence, id=index, description=index) + output_records.append(new_record) + + SeqIO.write(output_records, args.output_file, "fasta") + print("Completed") + + shutil.rmtree(temp_dir, ignore_errors=True) + manufacturability_file = "{}.manufacturability.tsv".format(args.output_file) + print("Calculating Manufacturability Metrics") + CalculateManufacturability(args.output_file, manufacturability_file, 'fasta').execute() + print("Completed") + +if __name__ == '__main__': + main() diff --git a/pvactools/tools/pvacsplice/identify_problematic_amino_acids.py b/pvactools/tools/pvacsplice/identify_problematic_amino_acids.py new file mode 100644 index 000000000..b4eff18df --- /dev/null +++ b/pvactools/tools/pvacsplice/identify_problematic_amino_acids.py @@ -0,0 +1,17 @@ +import sys +import argparse +import tempfile + +from pvactools.lib.identify_problematic_amino_acids import IdentifyProblematicAminoAcids + +def define_parser(): + return IdentifyProblematicAminoAcids.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + IdentifyProblematicAminoAcids(args.input_file, args.output_file, args.problematic_amino_acids, 'pVACsplice').execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/main.py b/pvactools/tools/pvacsplice/main.py new file mode 100644 index 000000000..307a844d2 --- /dev/null +++ b/pvactools/tools/pvacsplice/main.py @@ -0,0 +1,125 @@ +import argparse +import sys +from subprocess import call +import os +from pvactools.tools.pvacsplice import * + +def define_parser(): + parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) + subparsers = parser.add_subparsers() + + #add subcommands + run_main_program_parser = subparsers.add_parser( + "run", + help="Run the pVACsplice pipeline.", + add_help=False + ) + run_main_program_parser.set_defaults(func=run) + + binding_filter_parser = subparsers.add_parser( + "binding_filter", + help="Filter variants processed by IEDB by binding score.", + add_help=False + ) + binding_filter_parser.set_defaults(func=binding_filter) + + coverage_filter_parser = subparsers.add_parser( + "coverage_filter", + help="Filter variants processed by IEDB by coverage, vaf, and gene expression.", + add_help=False + ) + coverage_filter_parser.set_defaults(func=coverage_filter) + + transcript_support_level_filter_parser = subparsers.add_parser( + "transcript_support_level_filter", + help="Filter variants processed by IEDB by transcript support level.", + add_help=False + ) + transcript_support_level_filter_parser.set_defaults(func=transcript_support_level_filter) + + top_score_filter_parser = subparsers.add_parser( + "top_score_filter", + help="Pick the best neoepitope for each variant.", + add_help=False, + ) + top_score_filter_parser.set_defaults(func=top_score_filter) + + net_chop_parser = subparsers.add_parser( + "net_chop", + help="Run NetChop on existing pVACsplice output .tsv to predict cleavage sites on the neoepitopes.", + add_help=False, + ) + net_chop_parser.set_defaults(func=net_chop) + + netmhc_stab_parser = subparsers.add_parser( + "netmhc_stab", + help="Run NetMHCStabPan on existing pVACsplice output .tsv to add stability predictions to the neoepitopes.", + add_help=False, + ) + netmhc_stab_parser.set_defaults(func=netmhc_stab) + + calculate_reference_proteome_similarity_parser = subparsers.add_parser( + "calculate_reference_proteome_similarity", + help="Blast peptides against the reference proteome on existing pVACsplice output .tsv.", + add_help=False + ) + calculate_reference_proteome_similarity_parser.set_defaults(func=calculate_reference_proteome_similarity) + + generate_protein_fasta_parser = subparsers.add_parser( + "generate_protein_fasta", + help="Generate an annotated fasta file from a RegTools junctions output TSV file with protein sequences of mutations", + add_help=False + ) + generate_protein_fasta_parser.set_defaults(func=generate_protein_fasta) + + generate_aggregated_report_parser = subparsers.add_parser( + "generate_aggregated_report", + help="Generate an aggregated report from a pVACsplice .all_epitopes.tsv report file.", + add_help=False + ) + generate_aggregated_report_parser.set_defaults(func=generate_aggregated_report) + + identify_problematic_amino_acids_parser = subparsers.add_parser( + "identify_problematic_amino_acids", + help="Mark problematic amino acid positions in each epitope or filter entries that have problematic amino acids.", + add_help = False + ) + identify_problematic_amino_acids_parser.set_defaults(func=identify_problematic_amino_acids) + + download_example_data_parser = subparsers.add_parser( + "download_example_data", + help="Download example input and output files.", + add_help=False + ) + download_example_data_parser.set_defaults(func=download_example_data) + + valid_alleles_parser = subparsers.add_parser( + "valid_alleles", + help="Show a list of valid allele names.", + add_help=False + ) + valid_alleles_parser.set_defaults(func=valid_alleles) + + allele_specific_cutoffs_parser = subparsers.add_parser( + "allele_specific_cutoffs", + help="Show the allele specific cutoffs.", + add_help=False, + ) + allele_specific_cutoffs_parser.set_defaults(func=allele_specific_cutoffs) + + return parser + + +def main(): + parser = define_parser() + args = parser.parse_known_args() + try: + args[0].func.main(args[1]) + except AttributeError as e: + parser.print_help() + print("Error: No command specified") + sys.exit(-1) + + +if __name__ == '__main__': + main() diff --git a/pvactools/tools/pvacsplice/net_chop.py b/pvactools/tools/pvacsplice/net_chop.py new file mode 100644 index 000000000..d579ac0b9 --- /dev/null +++ b/pvactools/tools/pvacsplice/net_chop.py @@ -0,0 +1,15 @@ +import sys + +from pvactools.lib.net_chop import NetChop + +def define_parser(): + return NetChop.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + NetChop(args.input_file, args.input_fasta, args.output_file, args.method, args.threshold, 'pVACsplice').execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/netmhc_stab.py b/pvactools/tools/pvacsplice/netmhc_stab.py new file mode 100644 index 000000000..d4d1e3615 --- /dev/null +++ b/pvactools/tools/pvacsplice/netmhc_stab.py @@ -0,0 +1,15 @@ +import sys + +from pvactools.lib.netmhc_stab import NetMHCStab + +def define_parser(): + return NetMHCStab.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + NetMHCStab(args.input_file, args.output_file, file_type='pVACsplice', top_score_metric=args.top_score_metric).execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/run.py b/pvactools/tools/pvacsplice/run.py new file mode 100644 index 000000000..dead2562e --- /dev/null +++ b/pvactools/tools/pvacsplice/run.py @@ -0,0 +1,269 @@ +import sys +import os +import pandas as pd +import shutil +from pathlib import Path +from pvactools.lib.splice_pipeline import * +from pvactools.lib.prediction_class import * +from pvactools.lib.pipeline import * +from pvactools.lib.run_argument_parser import * +from pvactools.lib.post_processor import * +from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * +from pvactools.lib.print_log import * + + +def define_parser(): + return PvacspliceRunArgumentParser().parser + +def combine_epitope_len_reports(file_list, file_final_name): + if len(file_list) > 1: + combine_reports(file_list, file_final_name) + elif len(file_list) == 1: + shutil.copy(file_list[0], file_final_name) + +def create_full_combined_reports(base_output_dir, args): + output_dir = os.path.join(base_output_dir, 'combined') + os.makedirs(output_dir, exist_ok=True) + + file1 = os.path.join(base_output_dir, 'MHC_Class_I', "{}.all_epitopes.tsv".format(args.sample_name)) + file2 = os.path.join(base_output_dir, 'MHC_Class_II', "{}.all_epitopes.tsv".format(args.sample_name)) + if not os.path.exists(file1): + print("File {} doesn't exist. Aborting.".format(file1)) + return + if not os.path.exists(file2): + print("File {} doesn't exist. Aborting.".format(file2)) + return + + combined_output_file = os.path.join(output_dir, "{}.all_epitopes.tsv".format(args.sample_name)) + combine_reports([file1, file2], combined_output_file) + filtered_report_file = os.path.join(output_dir, "{}.filtered.tsv".format(args.sample_name)) + + post_processing_params = vars(args) + post_processing_params['input_file'] = combined_output_file + post_processing_params['filtered_report_file'] = filtered_report_file + post_processing_params['minimum_fold_change'] = None + post_processing_params['run_coverage_filter'] = True + post_processing_params['run_transcript_support_level_filter'] = True + post_processing_params['run_net_chop'] = False + post_processing_params['run_netmhc_stab'] = False + post_processing_params['run_manufacturability_metrics'] = False + post_processing_params['run_reference_proteome_similarity'] = False + post_processing_params['file_type'] = 'pVACsplice' + + PostProcessor(**post_processing_params).execute() + +def combine_reports_per_class(class_output_dir:str, params:dict, mhc_class:str): + output_dir = os.path.join(class_output_dir, f'MHC_Class_{mhc_class}') + + for x in ['all_epitopes', 'filtered']: + mhc_dirs = [os.path.join(output_dir, f) for f in os.listdir(output_dir) if f.startswith(f'MHC_Class_{mhc_class}')] + if not mhc_dirs: + print(f'MHC_Class_{mhc_class} subfolder(s) are missing') + combined_files = [os.path.join(m, f'{params["sample_name"]}.all_epitopes.tsv') for m in mhc_dirs] + combined_fn = os.path.join(output_dir, f'{params["sample_name"]}.all_epitopes.tsv') + combine_epitope_len_reports(combined_files, combined_fn) + filtered_fn = os.path.join(output_dir, f'{params["sample_name"]}.filtered.tsv') + + post_processing_params = params.copy() + post_processing_params['file_type'] = 'pVACsplice' + post_processing_params['input_file'] = combined_fn + post_processing_params['filtered_report_file'] = filtered_fn + post_processing_params['minimum_fold_change'] = None + # methods in pp class + post_processing_params['run_manufacturability_metrics'] = True + post_processing_params['run_coverage_filter'] = True + post_processing_params['run_transcript_support_level_filter'] = True + # add custom params for netchop / netmhc_stab + if params['net_chop_method']: + post_processing_params['net_chop_fasta'] = params['net_chop_fasta'] + post_processing_params['run_net_chop'] = True + else: + post_processing_params['run_net_chop'] = False + if params['netmhc_stab']: + post_processing_params['run_netmhc_stab'] = True + else: + post_processing_params['run_netmhc_stab'] = False + + print('Begin post processor') + PostProcessor(**post_processing_params).execute() + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + # fasta + if Path(args.ref_fasta).suffix not in ['.fa', '.fasta']: + sys.exit('The fasta input path does not point to a fasta file.') + if is_gz_file(Path(args.ref_fasta)): + sys.exit('pVACsplice does not currently support gzipped fasta files.') + # supplied fasta size length should be even + if args.fasta_size%2 != 0: + sys.exit("The fasta size needs to be an even number") + # gtf + if Path(args.gtf_file).suffix not in ['.gtf', '.tsv'] and not is_gz_file(args.gtf_file): + sys.exit('The gtf input path does not point to a gtf file.') + # vcf + if Path(args.annotated_vcf).suffix != '.vcf' and not is_gz_file(args.annotated_vcf): + sys.exit('The vcf input path does not point to a vcf file.') + # vcf gz.tbi index file + if is_gz_file(args.annotated_vcf) and not Path(f'{args.annotated_vcf}.tbi'): + sys.exit('Gzipped VCF files must be indexed. (tabix -p vcf )') + # iedb retries - default 5 + if args.iedb_retries > 100: + sys.exit("The number of IEDB retries must be less than or equal to 100.") + + # pvacsplice output dir (from args) + junctions_dir = os.path.abspath(args.output_dir) + os.makedirs(junctions_dir, exist_ok=True) + + (class_i_prediction_algorithms, class_ii_prediction_algorithms) = split_algorithms(args.prediction_algorithms) + (class_i_alleles, class_ii_alleles, species) = split_alleles(args.allele) + + # all input file check + print_log(os.path.join(junctions_dir, 'log'), vars(args), 'inputs') + + junction_arguments = { + 'input_file_type' : 'junctions', + 'junctions_dir' : junctions_dir, + 'input_file' : args.input_file, + 'gtf_file' : args.gtf_file, + 'save_gtf' : args.save_gtf, + 'sample_name' : args.sample_name, + 'ref_fasta' : args.ref_fasta, + 'annotated_vcf' : args.annotated_vcf, + 'pass_only' : args.pass_only, + 'class_i_epitope_length' : args.class_i_epitope_length, + 'class_ii_epitope_length' : args.class_ii_epitope_length, + 'biotypes' : args.biotypes, + 'junction_score' : args.junction_score, + 'variant_distance' : args.variant_distance, + 'anchor_types' : args.anchor_types, + 'normal_sample_name' : args.normal_sample_name, + 'class_i_hla' : class_i_alleles, + 'class_ii_hla' : class_ii_alleles, + 'keep_tmp_files' : args.keep_tmp_files, + } + + pipeline = JunctionPipeline(**junction_arguments) + pipeline.execute() + + + additional_args = { + 'top_score_metric' : args.top_score_metric, + 'binding_threshold' : args.binding_threshold, + 'percentile_threshold' : args.percentile_threshold, + 'allele_specific_binding_thresholds': args.allele_specific_binding_thresholds, + 'aggregate_inclusion_binding_threshold' : args.aggregate_inclusion_binding_threshold, + 'aggregate_inclusion_count_limit': args.aggregate_inclusion_count_limit, + 'net_chop_method' : args.net_chop_method, + 'net_chop_threshold' : args.net_chop_threshold, + 'additional_report_columns' : args.additional_report_columns, + 'fasta_size' : args.fasta_size, + 'iedb_retries' : args.iedb_retries, + 'n_threads' : args.n_threads, + 'species' : species, + 'run_reference_proteome_similarity': args.run_reference_proteome_similarity, + 'blastp_db' : args.blastp_db, + 'blastp_path' : args.blastp_path, + 'peptide_fasta' : args.peptide_fasta, + 'problematic_amino_acids' : args.problematic_amino_acids, + 'normal_cov' : args.normal_cov, + 'normal_vaf' : args.normal_vaf, + 'tdna_cov' : args.tdna_cov, + 'tdna_vaf' : args.tdna_vaf, + 'trna_cov' : args.trna_cov, + 'trna_vaf' : args.trna_vaf, + 'expn_val' : args.expn_val, + 'tumor_purity' : args.tumor_purity, + 'maximum_transcript_support_level' : args.maximum_transcript_support_level, + 'run_post_processor' : True, + 'exclude_NAs' : args.exclude_NAs, + } + junction_arguments.update(additional_args) + + if len(class_i_prediction_algorithms) > 0 and len(class_i_alleles) > 0: + if args.iedb_install_directory: + iedb_mhc_i_executable = os.path.join(args.iedb_install_directory, 'mhc_i', 'src', 'predict_binding.py') + if not os.path.exists(iedb_mhc_i_executable): + sys.exit("IEDB MHC I executable path doesn't exist %s" % iedb_mhc_i_executable) + else: + iedb_mhc_i_executable = None + + for x in args.class_i_epitope_length: + + print(f'Executing MHC Class I predictions for {x}mers') + output_len_dir = os.path.join(junctions_dir, 'MHC_Class_I', f'MHC_Class_I_{x}') + os.makedirs(output_len_dir, exist_ok=True) + + class_i_arguments = junction_arguments.copy() + class_i_arguments['input_file'] = os.path.join(junctions_dir, 'tmp', f'{args.sample_name}.{x}.fa') + class_i_arguments['alleles'] = class_i_alleles + class_i_arguments['iedb_executable'] = iedb_mhc_i_executable + class_i_arguments['epitope_lengths'] = x + class_i_arguments['prediction_algorithms'] = class_i_prediction_algorithms + class_i_arguments['output_dir'] = output_len_dir + class_i_arguments['netmhc_stab'] = args.netmhc_stab + + pipeline = PvacsplicePipeline(**class_i_arguments) + pipeline.execute() + + fasta_file = os.path.join(junctions_dir, "{}.transcripts.fa".format(args.sample_name)) + class_i_arguments['fasta'] = fasta_file + class_i_arguments['net_chop_fasta'] = fasta_file + + combine_reports_per_class(junctions_dir, class_i_arguments, 'I') + + elif len(class_i_prediction_algorithms) == 0: + print("No MHC class I prediction algorithms chosen. Skipping MHC class I predictions.") + elif len(class_i_alleles) == 0: + print("No MHC class I alleles chosen. Skipping MHC class I predictions.") + + if len(class_ii_prediction_algorithms) > 0 and len(class_ii_alleles) > 0: + if args.iedb_install_directory: + iedb_mhc_ii_executable = os.path.join(args.iedb_install_directory, 'mhc_ii', 'mhc_II_binding.py') + if not os.path.exists(iedb_mhc_ii_executable): + sys.exit("IEDB MHC II executable path doesn't exist %s" % iedb_mhc_ii_executable) + else: + iedb_mhc_ii_executable = None + + for y in args.class_ii_epitope_length: + + print(f'Executing MHC Class II predictions for {y}mers') + output_len_dir = os.path.join(junctions_dir, 'MHC_Class_II', f'MHC_Class_II_{y}') + os.makedirs(output_len_dir, exist_ok=True) + + class_ii_arguments = junction_arguments.copy() + class_ii_arguments['input_file'] = os.path.join(junctions_dir, 'tmp', f'{args.sample_name}.{y}.fa') + class_ii_arguments['alleles'] = class_ii_alleles + class_ii_arguments['prediction_algorithms'] = class_ii_prediction_algorithms + class_ii_arguments['iedb_executable'] = iedb_mhc_ii_executable + class_ii_arguments['epitope_lengths'] = y + class_ii_arguments['output_dir'] = output_len_dir + class_ii_arguments['netmhc_stab'] = False + + pipeline = PvacsplicePipeline(**class_ii_arguments) + pipeline.execute() + + fasta_file = os.path.join(junctions_dir, "{}.transcripts.fa".format(args.sample_name)) + class_ii_arguments['fasta'] = fasta_file + class_ii_arguments['net_chop_fasta'] = fasta_file + + combine_reports_per_class(junctions_dir, class_ii_arguments, 'II') + + elif len(class_ii_prediction_algorithms) == 0: + print("No MHC class II prediction algorithms chosen. Skipping MHC class II predictions.") + elif len(class_ii_alleles) == 0: + print("No MHC class II alleles chosen. Skipping MHC class II predictions.") + + if len(class_i_prediction_algorithms) > 0 and len(class_i_alleles) > 0 and len(class_ii_prediction_algorithms) > 0 and len(class_ii_alleles) > 0: + print("Creating combined reports") + create_full_combined_reports(junctions_dir, args) + + if args.save_gtf is False: + shutil.rmtree(os.path.join(junctions_dir, 'tmp'), ignore_errors=True) + + change_permissions_recursive(junctions_dir, 0o755, 0o644) + +if __name__ == '__main__': + main() diff --git a/pvactools/tools/pvacsplice/top_score_filter.py b/pvactools/tools/pvacsplice/top_score_filter.py new file mode 100644 index 000000000..7ce4b5a0a --- /dev/null +++ b/pvactools/tools/pvacsplice/top_score_filter.py @@ -0,0 +1,20 @@ +import sys + +from pvactools.lib.top_score_filter import PvacspliceTopScoreFilter, TopScoreFilter + +def define_parser(): + return TopScoreFilter.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + PvacspliceTopScoreFilter( + args.input_file, + args.output_file, + top_score_metric=args.top_score_metric, + maximum_transcript_support_level=args.maximum_transcript_support_level, + ).execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/transcript_support_level_filter.py b/pvactools/tools/pvacsplice/transcript_support_level_filter.py new file mode 100644 index 000000000..7688d1a3e --- /dev/null +++ b/pvactools/tools/pvacsplice/transcript_support_level_filter.py @@ -0,0 +1,42 @@ +import argparse +import sys + +from pvactools.lib.filter import Filter, FilterCriterion + +def define_parser(): + parser = argparse.ArgumentParser( + 'pvacsplice transcript_support_level_filter', + description="Filter variants processed by IEDB by transcript support level", + formatter_class=argparse.ArgumentDefaultsHelpFormatter + ) + parser.add_argument( + 'input_file', + help="The all_epitopes.tsv or filtered.tsv pVACsplice report file to filter." + ) + parser.add_argument( + 'output_file', + help="Output .tsv file containting list of of filtered epitopes based on transcript support level." + ) + parser.add_argument( + "--maximum-transcript-support-level", type=int, + help="The threshold to use for filtering epitopes on the transcript support level. " + +"Keep all epitopes with a transcript support level <= to this cutoff.", + default=1, + choices=[1,2,3,4,5] + ) + return parser + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + filter_criteria = [FilterCriterion('Transcript Support Level', '<=', args.maximum_transcript_support_level, exclude_nas=True, skip_value='Not Supported')] + Filter( + args.input_file, + args.output_file, + filter_criteria, + ['Transcript Support Level'], + ).execute() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacsplice/valid_alleles.py b/pvactools/tools/pvacsplice/valid_alleles.py new file mode 100644 index 000000000..6725835a2 --- /dev/null +++ b/pvactools/tools/pvacsplice/valid_alleles.py @@ -0,0 +1,15 @@ +import sys + +from pvactools.lib.valid_alleles import ValidAlleles + +def define_parser(): + return ValidAlleles.parser('pvacsplice') + +def main(args_input = sys.argv[1:]): + parser = define_parser() + args = parser.parse_args(args_input) + + ValidAlleles(args.prediction_algorithm, args.species).print_valid_alleles() + +if __name__ == "__main__": + main() diff --git a/pvactools/tools/pvacvector/run.py b/pvactools/tools/pvacvector/run.py index f7d160717..1bdcf135d 100644 --- a/pvactools/tools/pvacvector/run.py +++ b/pvactools/tools/pvacvector/run.py @@ -12,7 +12,6 @@ from Bio import SeqIO from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord -from Bio.Alphabet import IUPAC import itertools import json import platform @@ -22,7 +21,8 @@ from pvactools.lib.run_argument_parser import PvacvectorRunArgumentParser from pvactools.lib.pvacvector_input_fasta_generator import PvacvectorInputFastaGenerator from pvactools.lib.pipeline import * -import pvactools.lib.run_utils +from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * def define_parser(): return PvacvectorRunArgumentParser().parser @@ -332,13 +332,13 @@ def shorten_problematic_peptides(input_file, problematic_start, problematic_end, records = [] for record in SeqIO.parse(input_file, "fasta"): if record.id in problematic_start and record.id in problematic_end: - record_new = SeqRecord(Seq(str(record.seq)[1:-1], IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': True})) + record_new = SeqRecord(Seq(str(record.seq)[1:-1]), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': True})) elif record.id in problematic_start: - record_new = SeqRecord(Seq(str(record.seq)[1:], IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': False})) + record_new = SeqRecord(Seq(str(record.seq)[1:]), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': False})) elif record.id in problematic_end: - record_new = SeqRecord(Seq(str(record.seq)[:-1], IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': True})) + record_new = SeqRecord(Seq(str(record.seq)[:-1]), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': True})) else: - record_new = SeqRecord(Seq(str(record.seq), IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': False})) + record_new = SeqRecord(Seq(str(record.seq)), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': False})) records.append(record_new) os.makedirs(output_dir, exist_ok=True) new_input_file = os.path.join(output_dir, "vector_input.fa") @@ -350,13 +350,13 @@ def mark_problematic_peptides_in_fasta(input_file, problematic_start, problemati records = [] for record in SeqIO.parse(input_file, "fasta"): if record.id in problematic_start and record.id in problematic_end: - record_new = SeqRecord(Seq(str(record.seq), IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': True})) + record_new = SeqRecord(Seq(str(record.seq)), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': True})) elif record.id in problematic_start: - record_new = SeqRecord(Seq(str(record.seq), IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': False})) + record_new = SeqRecord(Seq(str(record.seq)), id=record.id, description=json.dumps({'problematic_start': True, 'problematic_end': False})) elif record.id in problematic_end: - record_new = SeqRecord(Seq(str(record.seq), IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': True})) + record_new = SeqRecord(Seq(str(record.seq)), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': True})) else: - record_new = SeqRecord(Seq(str(record.seq), IUPAC.protein), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': False})) + record_new = SeqRecord(Seq(str(record.seq)), id=record.id, description=json.dumps({'problematic_start': False, 'problematic_end': False})) records.append(record_new) os.makedirs(output_dir, exist_ok=True) new_input_file = os.path.join(output_dir, "vector_input.fa") @@ -408,7 +408,7 @@ def create_dna_backtranslation(results_file, dna_results_file): dna_sequence = "" for amino_acid in peptide: dna_sequence += get_codon_for_amino_acid(amino_acid) - output_record = SeqRecord(Seq(dna_sequence, IUPAC.unambiguous_dna), id=str(seq_num), description=str(seq_num)) + output_record = SeqRecord(Seq(dna_sequence), id=str(seq_num), description=str(seq_num)) SeqIO.write([output_record], dna_results_file, 'fasta') def main(args_input=sys.argv[1:]): @@ -436,14 +436,14 @@ def main(args_input=sys.argv[1:]): if args.n_threads > 1 and platform.system() == "Darwin": raise Exception("Multithreading is not supported on MacOS") - (class_i_prediction_algorithms, class_ii_prediction_algorithms) = pvactools.lib.run_utils.split_algorithms(args.prediction_algorithms) + (class_i_prediction_algorithms, class_ii_prediction_algorithms) = split_algorithms(args.prediction_algorithms) if len(class_i_prediction_algorithms) == 0: print("No MHC class I prediction algorithms chosen. Skipping MHC class I predictions.") elif len(class_ii_prediction_algorithms) == 0: print("No MHC class II prediction algorithms chosen. Skipping MHC class II predictions.") - alleles = pvactools.lib.run_utils.combine_class_ii_alleles(args.allele) - (class_i_alleles, class_ii_alleles, species) = pvactools.lib.run_utils.split_alleles(alleles) + alleles = combine_class_ii_alleles(args.allele) + (class_i_alleles, class_ii_alleles, species) = split_alleles(alleles) if len(class_i_alleles) == 0: print("No MHC class I alleles chosen. Skipping MHC class I predictions.") elif len(class_ii_alleles) == 0: @@ -521,7 +521,7 @@ def main(args_input=sys.argv[1:]): shutil.rmtree(os.path.join(base_output_dir, str(subdirectory), spacer, 'MHC_Class_I'), ignore_errors=True) shutil.rmtree(os.path.join(base_output_dir, str(subdirectory), spacer, 'MHC_Class_II'), ignore_errors=True) - pvactools.lib.run_utils.change_permissions_recursive(base_output_dir, 0o755, 0o644) + change_permissions_recursive(base_output_dir, 0o755, 0o644) if __name__ == "__main__": main() diff --git a/setup.py b/setup.py index 1d8cd1efe..1879300e3 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,11 @@ for filename in filenames: if not (filename.endswith(".py") or filename.endswith(".pyc")): pvacbind_data_files.append(os.path.join(os.path.relpath(dirpath, 'pvactools/tools/pvacseq'), filename)) +pvacsplice_data_files = [] +for dirpath, dirnames, filenames in os.walk("pvactools/tools/pvacsplice/example_data"): + for filename in filenames: + if not (filename.endswith(".py") or filename.endswith(".pyc")): + pvacbind_data_files.append(os.path.join(os.path.relpath(dirpath, 'pvactools/tools/pvacseq'), filename)) pvacview_data_files = [] for dirpath, dirnames, filenames in os.walk("pvactools/tools/pvacview"): for filename in filenames: @@ -59,6 +64,7 @@ "pvactools.tools.pvacvector", "pvactools.tools.pvacseq", "pvactools.tools.pvacview", + "pvactools.tools.pvacsplice", "pvactools.lib", ], entry_points={ @@ -69,6 +75,7 @@ "pvacfuse = pvactools.tools.pvacfuse.main:main", "pvacvector = pvactools.tools.pvacvector.main:main", "pvacview = pvactools.tools.pvacview.main:main", + "pvacsplice = pvactools.tools.pvacsplice.main:main", ] }, install_requires=[ @@ -78,7 +85,7 @@ 'biopython==1.77', 'networkx', 'simanneal', - 'pandas', + 'pandas<2.1.0', 'wget', 'pysam', 'Pillow', @@ -89,6 +96,10 @@ 'mhcnuggets==2.4.1', 'mhcflurry==2.0.6', 'testfixtures', + 'gtfparse==2.0.1', + 'pyfaidx==0.7.1', + 'packaging', + 'pyarrow', 'polars==0.16.18', ], package_data={ @@ -97,6 +108,7 @@ 'pvactools.tools.pvacvector': pvacvector_data_files, 'pvactools.tools.pvacbind': pvacbind_data_files, 'pvactools.tools.pvacview': pvacview_data_files, + 'pvactools.tools.pvacsplice': pvacsplice_data_files, }, classifiers=[ 'Development Status :: 4 - Beta', diff --git a/tests/test_aggregate_all_epitopes.py b/tests/test_aggregate_all_epitopes.py index cde8faddf..51f9dfdea 100644 --- a/tests/test_aggregate_all_epitopes.py +++ b/tests/test_aggregate_all_epitopes.py @@ -5,7 +5,7 @@ import sys import py_compile -from pvactools.lib.aggregate_all_epitopes import PvacseqAggregateAllEpitopes, PvacfuseAggregateAllEpitopes, PvacbindAggregateAllEpitopes +from pvactools.lib.aggregate_all_epitopes import PvacseqAggregateAllEpitopes, PvacfuseAggregateAllEpitopes, PvacbindAggregateAllEpitopes, PvacspliceAggregateAllEpitopes from tests.utils import * class AggregateAllEptiopesTests(unittest.TestCase): @@ -138,6 +138,32 @@ def test_aggregate_all_epitopes_pvacbind_runs_and_produces_expected_output(self) pvacview_file = os.path.join(os.path.dirname(output_file.name), "www", i) self.assertFalse(os.path.isfile(pvacview_file)) + def test_aggregate_all_epitopes_pvacsplice_runs_and_produces_expected_output(self): + self.assertTrue(py_compile.compile(self.executable)) + output_file = tempfile.NamedTemporaryFile(suffix='.tsv') + self.assertFalse(PvacspliceAggregateAllEpitopes( + os.path.join(self.test_data_dir, 'Test.all_epitopes.pvacsplice.tsv'), + output_file.name, + aggregate_inclusion_binding_threshold=30000, + binding_threshold=15000, + expn_val=2.4, + ).execute()) + self.assertTrue(cmp( + output_file.name, + os.path.join(self.test_data_dir, "output.pvacsplice.tsv"), + )) + + metrics_file = output_file.name.replace('.tsv', '.metrics.json') + self.assertFalse(os.path.isfile(metrics_file)) + + for i in ["ui.R", "app.R", "server.R", "styling.R", "anchor_and_helper_functions.R"]: + pvacview_file = os.path.join(os.path.dirname(output_file.name), i) + self.assertFalse(os.path.isfile(pvacview_file)) + + for i in ["anchor.jpg", "pVACview_logo.png", "pVACview_logo_mini.png"]: + pvacview_file = os.path.join(os.path.dirname(output_file.name), "www", i) + self.assertFalse(os.path.isfile(pvacview_file)) + def test_aggregate_all_epitopes_allele_specific_binding_thresholds_runs_and_produces_expected_output(self): self.assertTrue(py_compile.compile(self.executable)) output_file = tempfile.NamedTemporaryFile(suffix='.tsv') diff --git a/tests/test_calculate_reference_proteome_similarity.py b/tests/test_calculate_reference_proteome_similarity.py index 6fc3fcd7b..7528d1ce2 100644 --- a/tests/test_calculate_reference_proteome_similarity.py +++ b/tests/test_calculate_reference_proteome_similarity.py @@ -90,6 +90,29 @@ def test_calculate_self_similarity_with_aggregated_tsv_and_peptide_fasta(self): )) os.remove(metric_file) + def test_calculate_self_similarity_with_aggregated_tsv_and_peptide_fasta_pvasplice(self): + input_file = os.path.join(self.test_data_dir, 'Test.pvacsplice.all_epitopes.aggregated.tsv') + input_fasta = os.path.join(self.test_data_dir, 'Test.pvacsplice.fasta') + output_file = tempfile.NamedTemporaryFile(suffix='.tsv') + metric_file = "{}.reference_matches".format(output_file.name) + output_aggregated_metrics_file = output_file.name.replace(".tsv", ".metrics.json") + self.assertFalse(CalculateReferenceProteomeSimilarity( + input_file, + input_fasta, + output_file.name, + file_type="pVACsplice", + peptide_fasta=self.peptide_fasta, + ).execute()) + self.assertTrue(cmp( + output_file.name, + os.path.join(self.test_data_dir, "output.pvacsplice.aggregated.peptide_fasta.tsv"), + )) + self.assertTrue(cmp( + metric_file, + os.path.join(self.test_data_dir, "output.pvacsplice.aggregated.peptide_fasta.tsv.reference_matches"), + )) + os.remove(metric_file) + def test_calculate_self_similarity_with_aggregated_tsv_and_peptide_fasta_mouse(self): input_file = os.path.join(self.test_data_dir, 'Test.all_epitopes.aggregated.mouse.tsv') input_aggregated_metrics_file = os.path.join(self.test_data_dir, 'Test.all_epitopes.aggregated.mouse.tsv.metrics.json') diff --git a/tests/test_data/aggregate_all_epitopes/Test.all_epitopes.pvacsplice.tsv b/tests/test_data/aggregate_all_epitopes/Test.all_epitopes.pvacsplice.tsv new file mode 100644 index 000000000..fd0a55d3d --- /dev/null +++ b/tests/test_data/aggregate_all_epitopes/Test.all_epitopes.pvacsplice.tsv @@ -0,0 +1,449 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None diff --git a/tests/test_data/aggregate_all_epitopes/output.pvacfuse.tsv b/tests/test_data/aggregate_all_epitopes/output.pvacfuse.tsv index 44a7cda10..40829a44f 100644 --- a/tests/test_data/aggregate_all_epitopes/output.pvacfuse.tsv +++ b/tests/test_data/aggregate_all_epitopes/output.pvacfuse.tsv @@ -1,13 +1,5 @@ ID A*29:02 Gene Best Peptide Best Transcript Allele Prob Pos Num Included Peptides Num Passing Peptides IC50 MT %ile MT Expr Read Support Tier Evaluation 7.EIF3K_CYP39A1.ENST00000588934_ENST00000275016.frameshift_fusion.118 4 EIF3K_CYP39A1 HFQAFWHQF ENST00000588934_ENST00000275016 HLA-A*29:02 None 4 2 257.230 0.730 0.573 2103 Pass Pending -23.TMEM104_RAB37.ENST00000417024_ENST00000340415.inframe_fusion.225 TMEM104_RAB37 YRIYLTILV ENST00000417024_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -24.TMEM104_RAB37.ENST00000417024_ENST00000402449.inframe_fusion.225 TMEM104_RAB37 YRIYLTILV ENST00000417024_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -25.TMEM104_RAB37.ENST00000582773_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582773_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -26.TMEM104_RAB37.ENST00000582773_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582773_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -27.TMEM104_RAB37.ENST00000582330_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582330_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -28.TMEM104_RAB37.ENST00000582330_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582330_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -29.TMEM104_RAB37.ENST00000335464_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000335464_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending -30.TMEM104_RAB37.ENST00000335464_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000335464_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending 1.EIF3K_CYP39A1.ENST00000593149_ENST00000275016.inframe_fusion.79 EIF3K_CYP39A1 MLGDLSASI ENST00000593149_ENST00000275016 HLA-A*29:02 None 0 0 6540.210 5.200 0.573 2103 Poor Pending 11.EIF3K_CYP39A1.ENST00000614624_ENST00000275016.inframe_fusion.133 EIF3K_CYP39A1 MLGDLSASI ENST00000614624_ENST00000275016 HLA-A*29:02 None 0 0 6540.210 5.200 0.573 2103 Poor Pending 3.EIF3K_CYP39A1.ENST00000248342_ENST00000275016.inframe_fusion.166 EIF3K_CYP39A1 MLGDLSASI ENST00000248342_ENST00000275016 HLA-A*29:02 None 0 0 6540.210 5.200 0.573 2103 Poor Pending @@ -18,6 +10,14 @@ ID A*29:02 Gene Best Peptide Best Transcript Allele Prob Pos Num Included Peptid 4.EIF3K_CYP39A1.ENST00000248342_ENST00000619708.frameshift_fusion.166 EIF3K_CYP39A1 MLGDLSDAL ENST00000248342_ENST00000619708 HLA-A*29:02 None 0 0 12112.160 8.900 0.573 2103 Poor Pending 6.EIF3K_CYP39A1.ENST00000538434_ENST00000619708.frameshift_fusion.79 EIF3K_CYP39A1 MLGDLSDAL ENST00000538434_ENST00000619708 HLA-A*29:02 None 0 0 12112.160 8.900 0.573 2103 Poor Pending 9.EIF3K_CYP39A1.ENST00000545173_ENST00000619708.frameshift_fusion.166 EIF3K_CYP39A1 MLGDLSDAL ENST00000545173_ENST00000619708 HLA-A*29:02 None 0 0 12112.160 8.900 0.573 2103 Poor Pending +23.TMEM104_RAB37.ENST00000417024_ENST00000340415.inframe_fusion.225 TMEM104_RAB37 YRIYLTILV ENST00000417024_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +24.TMEM104_RAB37.ENST00000417024_ENST00000402449.inframe_fusion.225 TMEM104_RAB37 YRIYLTILV ENST00000417024_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +25.TMEM104_RAB37.ENST00000582773_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582773_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +26.TMEM104_RAB37.ENST00000582773_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582773_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +27.TMEM104_RAB37.ENST00000582330_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582330_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +28.TMEM104_RAB37.ENST00000582330_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000582330_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +29.TMEM104_RAB37.ENST00000335464_ENST00000340415.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000335464_ENST00000340415 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending +30.TMEM104_RAB37.ENST00000335464_ENST00000402449.inframe_fusion.212 TMEM104_RAB37 YRIYLTILV ENST00000335464_ENST00000402449 HLA-A*29:02 None 0 0 6204.380 5.000 0.110 401 Poor Pending 10.EIF3K_CYP39A1.ENST00000592558_ENST00000275016.inframe_fusion.140 EIF3K_CYP39A1 KSSIPKNVF ENST00000592558_ENST00000275016 HLA-A*29:02 None 0 0 22972.240 22.000 0.573 2103 Poor Pending 15.PLA2R1_RBMS1.ENST00000283243_ENST00000348849.inframe_fusion.865 PLA2R1_RBMS1 FIHSKIKAQ ENST00000283243_ENST00000348849 HLA-A*29:02 None 0 0 26500.160 28.000 0.331 1230 Poor Pending 16.PLA2R1_RBMS1.ENST00000283243_ENST00000409075.inframe_fusion.865 PLA2R1_RBMS1 FIHSKIKAQ ENST00000283243_ENST00000409075 HLA-A*29:02 None 0 0 26500.160 28.000 0.331 1230 Poor Pending diff --git a/tests/test_data/aggregate_all_epitopes/output.pvacsplice.tsv b/tests/test_data/aggregate_all_epitopes/output.pvacsplice.tsv new file mode 100644 index 000000000..9ab75714a --- /dev/null +++ b/tests/test_data/aggregate_all_epitopes/output.pvacsplice.tsv @@ -0,0 +1,15 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Included Peptides Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Evaluation +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 12 9 TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 14 7 5099.030 7.500 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 12 9 TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 14 7 5099.030 7.500 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 3 2 TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 4 2 11857.880 6.800 55.746 0.332 18.508 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 3 2 TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 4 2 11857.880 6.800 55.746 0.332 18.508 927.000 0.273 Pass Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 4 2 CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 1 HLA-G*01:09 761 None 4 1 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 LowExpr Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 5 CCDC18 ENST00000401026.7 JUNC00000006 E VSEETIKVY 1 HLA-G*01:09 719 None 8 3 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 LowExpr Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 4 2 CCDC18 ENST00000343253.11 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 4 1 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 4 2 CCDC18 ENST00000370276.6 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 4 1 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 4 2 CCDC18 ENST00000690025.1 JUNC00000011 E KSEEKELKI NA HLA-G*01:09 761 None 4 1 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 5 CCDC18 ENST00000343253.11 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 8 3 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 5 CCDC18 ENST00000370276.6 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 8 3 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 5 CCDC18 ENST00000690025.1 JUNC00000006 E VSEETIKVY NA HLA-G*01:09 719 None 8 3 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 6 3 TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 8 0 19498.205 7.200 55.746 0.332 18.508 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 6 3 TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 8 0 19498.205 7.200 55.746 0.332 18.508 927.000 0.273 Poor Pending diff --git a/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.all_epitopes.aggregated.tsv b/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..24c3ad8f4 --- /dev/null +++ b/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.all_epitopes.aggregated.tsv @@ -0,0 +1,9 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide Pos Num Passing Peptides IC50 MT %ile MT Gene Expr RNA VAF RNA Depth DNA VAF Tier Evaluation +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000401026.7 JUNC00000006 E KVYCLQKEL 725 1 645.630 0.200 18.750 0.300 20.000 0.628 Pass Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 39 0 5099.030 7.500 55.746 0.332 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 39 0 5099.030 7.500 55.746 0.332 927.000 0.273 Poor Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 761 0 9759.450 20.000 18.750 0.300 20.000 0.628 Poor Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 26 0 11857.880 6.800 55.746 0.332 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 26 0 11857.880 6.800 55.746 0.332 927.000 0.273 Poor Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 27 0 19498.205 7.200 55.746 0.332 927.000 0.273 Poor Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 27 0 19498.205 7.200 55.746 0.332 927.000 0.273 Poor Pending diff --git a/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.fasta b/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.fasta new file mode 100644 index 000000000..852557b0a --- /dev/null +++ b/tests/test_data/calculate_reference_proteome_similarity/Test.pvacsplice.fasta @@ -0,0 +1,32 @@ +>WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN diff --git a/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv b/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv new file mode 100644 index 000000000..f72d605f6 --- /dev/null +++ b/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv @@ -0,0 +1,9 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide Pos Num Passing Peptides IC50 MT %ile MT Gene Expr RNA VAF RNA Depth DNA VAF Tier Ref Match Evaluation +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000401026.7 JUNC00000006 E KVYCLQKEL 725 1 645.630 0.200 18.750 0.300 20.000 0.628 Pass False Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 39 0 5099.030 7.500 55.746 0.332 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 39 0 5099.030 7.500 55.746 0.332 927.000 0.273 Poor False Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 761 0 9759.450 20.000 18.750 0.300 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 26 0 11857.880 6.800 55.746 0.332 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 26 0 11857.880 6.800 55.746 0.332 927.000 0.273 Poor False Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 27 0 19498.205 7.200 55.746 0.332 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 27 0 19498.205 7.200 55.746 0.332 927.000 0.273 Poor False Pending diff --git a/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv.reference_matches b/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv.reference_matches new file mode 100644 index 000000000..9e8ad0af9 --- /dev/null +++ b/tests/test_data/calculate_reference_proteome_similarity/output.pvacsplice.aggregated.peptide_fasta.tsv.reference_matches @@ -0,0 +1 @@ +ID Epitope Seq Peptide Hit ID Hit Definition Match Window Match Sequence Match Start Match Stop diff --git a/tests/test_data/input_file_converter/output_pvacsplice.pass_only.tsv b/tests/test_data/input_file_converter/output_pvacsplice.pass_only.tsv new file mode 100644 index 000000000..d31b35366 --- /dev/null +++ b/tests/test_data/input_file_converter/output_pvacsplice.pass_only.tsv @@ -0,0 +1,805 @@ +chromosome_name start stop reference variant gene_name transcript_name transcript_support_level biotype amino_acid_change codon_change ensembl_gene_id hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf +chr1 1212739 1212740 A C SDF4 ENST00000263741.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 0.0 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000360001.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 77.3837 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000379236.4 1 protein_coding NA NA ENSG00000186827 ENST00000379236.4:c.371-36T>G intron_variant 0.0547509 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000453580.1 3 processed_transcript NA NA ENSG00000186827 ENST00000453580.1:n.207-36T>G intron_variant&non_coding_transcript_variant 0.0 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000465727.5 2 nonsense_mediated_decay NA NA ENSG00000078808 downstream_gene_variant 0.12130099999999999 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000478938.1 2 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.142948 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000494748.1 2 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.657779 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000497869.5 2 retained_intron NA NA ENSG00000186827 ENST00000497869.5:n.951-36T>G intron_variant&non_coding_transcript_variant 0.0520039 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000660930.1 NA protein_coding NA NA ENSG00000078808 downstream_gene_variant 5.68899 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C ENSR00000344538 NA promoter NA NA regulatory_region_variant NA NA 21 0.0 24 1.0 2 1.0 +chr1 2489142 2489143 G C PLCH2 ENST00000278878.6 5 protein_coding NA NA ENSG00000149527 ENST00000278878.6:c.811-64G>C intron_variant 0.07958889999999999 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000343889.8 5 retained_intron NA NA ENSG00000149527 ENST00000343889.8:n.1609-64G>C intron_variant&non_coding_transcript_variant 0.00744033 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000378486.8 1 protein_coding NA NA ENSG00000149527 ENST00000378486.8:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000419816.6 5 protein_coding NA NA ENSG00000149527 ENST00000419816.6:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000424657.1 3 lncRNA NA NA ENSG00000224387 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000442305.1 3 lncRNA NA NA ENSG00000229393 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000449969.5 5 protein_coding NA NA ENSG00000149527 ENST00000449969.5:c.1155-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2591127 2591128 C G MMEL1 ENST00000378412.8 2 protein_coding NA NA ENSG00000142606 ENST00000378412.8:c.2241-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378424.9 5 protein_coding NA NA ENSG00000157870 ENST00000378424.9:c.*1714C>G 3_prime_UTR_variant 0.14973399999999998 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378425.9 2 protein_coding NA NA ENSG00000157870 ENST00000378425.9:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378427.6 2 protein_coding NA NA ENSG00000157870 ENST00000378427.6:c.*1714C>G 3_prime_UTR_variant 0.795349 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000419916.8 1 protein_coding NA NA ENSG00000157870 ENST00000419916.8:c.*1701C>G 3_prime_UTR_variant 2.80022 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000444521.6 2 protein_coding NA NA ENSG00000157870 ENST00000444521.6:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000464043.5 3 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000464195.1 2 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000465233.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000469962.1 3 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000471840.5 5 protein_coding NA NA ENSG00000142606 ENST00000471840.5:c.102-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000474659.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000476686.1 1 retained_intron NA NA ENSG00000157870 ENST00000476686.1:n.2166C>G non_coding_transcript_exon_variant 0.0324132 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000477045.1 2 retained_intron NA NA ENSG00000157870 downstream_gene_variant 0.204006 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000481683.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.174978 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000484099.5 2 processed_transcript NA NA ENSG00000157870 ENST00000484099.5:n.2236C>G non_coding_transcript_exon_variant 0.5334909999999999 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000491941.5 3 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000493183.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000498083.2 3 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000502556.5 1 protein_coding NA NA ENSG00000142606 ENST00000502556.5:c.1770-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000504800.5 2 nonsense_mediated_decay NA NA ENSG00000142606 ENST00000504800.5:c.*434-39G>C intron_variant&NMD_transcript_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000537325.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000489961.1 5 processed_transcript NA NA ENSG00000048707 downstream_gene_variant 0.844454 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000613099.4 1 protein_coding NA NA ENSG00000048707 ENST00000613099.4:c.1110+26C>G intron_variant 13.7009 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000620676.6 1 protein_coding NA NA ENSG00000048707 ENST00000620676.6:c.1110+26C>G intron_variant 3.4669300000000005 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 15943395 15943396 G T ZBTB17 ENST00000375733.6 1 protein_coding NA NA ENSG00000116809 ENST00000375733.6:c.1697+3C>A splice_donor_region_variant&intron_variant 0.915608 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000375743.9 1 protein_coding NA NA ENSG00000116809 ENST00000375743.9:c.1697+3C>A splice_donor_region_variant&intron_variant 12.8387 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000375759.8 1 protein_coding NA NA ENSG00000065526 downstream_gene_variant 18.0954 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000440560.5 3 protein_coding NA NA ENSG00000116809 upstream_gene_variant 0.719126 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000444358.1 5 protein_coding NA NA ENSG00000116809 ENST00000444358.1:c.367+3C>A splice_donor_region_variant&intron_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000462525.1 2 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 0.630318 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000464719.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.23817 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000471805.5 2 processed_transcript NA NA ENSG00000116809 ENST00000471805.5:n.388C>A non_coding_transcript_exon_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000472658.1 3 processed_transcript NA NA ENSG00000116809 ENST00000472658.1:n.452C>A non_coding_transcript_exon_variant 1.08338 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000474511.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.451614 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000479282.5 2 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.3444399999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000487496.1 1 processed_transcript NA NA ENSG00000065526 downstream_gene_variant 1.09994 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000487785.1 2 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.23981999999999998 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000488008.1 3 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 1.46458 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000490899.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000492834.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.45398599999999995 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000494020.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.44644799999999996 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000537142.5 2 protein_coding NA NA ENSG00000116809 ENST00000537142.5:c.1451+3C>A splice_donor_region_variant&intron_variant 0.7726609999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 16006133 16006134 G T SRARP ENST00000329454.2 1 protein_coding G/W Ggg/Tgg ENSG00000183888 ENST00000329454.2:c.298G>T ENSP00000332162.2:p.Gly100Trp missense_variant 100 0.08198960000000001 0.0819896086020875 140 0.00714 177 1.0 0 0.0 +chr1 16006133 16006134 G T ENST00000437156.1 2 lncRNA NA NA ENSG00000233078 downstream_gene_variant NA NA 140 0.00714 177 1.0 0 0.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375534.7 2 protein_coding NA NA ENSG00000117122 downstream_gene_variant 0.42352700000000004 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375535.4 1 protein_coding NA NA ENSG00000117122 downstream_gene_variant 4.07866 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000375541.10 5 protein_coding S/C tCc/tGc ENSG00000058453 ENST00000375541.10:c.6026C>G ENSP00000364691.4:p.Ser2009Cys missense_variant 2009 2.14688 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465021.5 3 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 2.8704 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465291.1 2 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 1.9251099999999999 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000476788.5 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.567811 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000478684.5 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.16603199999999999 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000490075.5 2 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.116997 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000492598.1 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.0 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENST00000654887.1 NA lncRNA NA NA ENSG00000286898 upstream_gene_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENSR00000348777 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000326735.13 1 protein_coding NA NA ENSG00000159363 ENST00000326735.13:c.3236-43C>A intron_variant 18.9057 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000341676.9 1 protein_coding NA NA ENSG00000159363 ENST00000341676.9:c.3103+130C>A intron_variant 1.74836 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENST00000446261.1 3 lncRNA NA NA ENSG00000226526 ENST00000446261.1:n.187+7563G>T intron_variant&non_coding_transcript_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000452699.5 1 protein_coding NA NA ENSG00000159363 ENST00000452699.5:c.3221-43C>A intron_variant 18.673 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000466561.1 5 retained_intron NA NA ENSG00000159363 ENST00000466561.1:n.1239C>A non_coding_transcript_exon_variant 0.681856 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000502418.1 3 protein_coding NA NA ENSG00000159363 ENST00000502418.1:c.823+130C>A intron_variant 2.75042 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000503552.1 5 protein_coding NA NA ENSG00000159363 downstream_gene_variant 1.60607 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENSR00000250484 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 18849577 18849578 G A TAS1R2 ENST00000375371.3 2 protein_coding NA NA ENSG00000179002 ENST00000375371.3:c.1258-28C>T intron_variant 0.011410600000000002 0.0114105534536231 55 0.0 79 0.70886 0 0.0 +chr1 18849577 18849578 G A ENSR00001166110 NA enhancer NA NA regulatory_region_variant NA NA 55 0.0 79 0.70886 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000166244.8 2 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000166244.8:c.369C>A ENSP00000166244.3:p.Asn123Lys missense_variant 123 0.00111836 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000374644.8 1 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000374644.8:c.369C>A ENSP00000363775.4:p.Asn123Lys missense_variant 123 0.0 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000432749.6 2 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000432749.6:c.361G>A ENSP00000404606.2:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000509305.6 1 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000509305.6:c.361G>A ENSP00000423689.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000510260.5 5 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000510260.5:c.361G>A ENSP00000426317.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000361729.3 1 protein_coding NA NA ENSG00000007968 ENST00000361729.3:c.359-62G>A intron_variant 3.27884 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000487237.1 3 processed_transcript NA NA ENSG00000007968 upstream_gene_variant 0.16423800000000002 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374276.4 1 protein_coding NA NA ENSG00000158014 ENST00000374276.4:c.973+61C>A intron_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374278.7 1 protein_coding NA NA ENSG00000158014 ENST00000374278.7:c.826+61C>A intron_variant 0.12042 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000374280.4 1 protein_coding NA NA ENSG00000158008 downstream_gene_variant 11.2111 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000470037.1 5 processed_transcript NA NA ENSG00000158008 downstream_gene_variant 4.06806 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000498060.1 5 processed_transcript NA NA ENSG00000158014 downstream_gene_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 27359862 27359863 T G MAP3K6 ENST00000357582.3 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000357582.3:c.2314A>C ENSP00000350195.2:p.Ile772Leu missense_variant 772 8.07955 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000374040.7 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000374040.7:c.2290A>C ENSP00000363152.2:p.Ile764Leu missense_variant 764 4.72837 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000470890.1 2 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.04596 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000476509.1 5 retained_intron NA NA ENSG00000142733 upstream_gene_variant 0.19509 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000486046.5 3 protein_coding NA NA ENSG00000142733 upstream_gene_variant 10.6609 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000493901.6 5 retained_intron NA NA ENSG00000142733 ENST00000493901.6:n.1918A>C non_coding_transcript_exon_variant 4.8590599999999995 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000495230.2 2 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.08712 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000659880.1 NA nonsense_mediated_decay NA NA ENSG00000142733 upstream_gene_variant 1.01223 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000671291.1 NA retained_intron NA NA ENSG00000142733 ENST00000671291.1:n.1148A>C non_coding_transcript_exon_variant 0.9218649999999999 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351781 NA promoter NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351782 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27793606 27793607 C G STX12 ENST00000373943.9 1 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000373943.9:c.263C>G ENSP00000363054.4:p.Pro88Arg missense_variant 88 19.340999999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000440806.2 3 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000440806.2:c.263C>G ENSP00000392577.2:p.Pro88Arg missense_variant 88 3.7486099999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000468761.1 2 processed_transcript NA NA ENSG00000117758 ENST00000468761.1:n.316C>G non_coding_transcript_exon_variant 1.9092900000000002 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373381.9 1 protein_coding NA NA ENSG00000121904 ENST00000373381.9:c.8132-46G>C intron_variant 0.0210136 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373388.7 1 protein_coding NA NA ENSG00000121904 ENST00000373388.7:c.8138-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000465819.1 5 protein_coding NA NA ENSG00000121904 ENST00000465819.1:c.455-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000619121.4 5 protein_coding NA NA ENSG00000121904 ENST00000619121.4:c.8012-46G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 36179726 36179727 G A MAP7D1 ENST00000316156.8 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000316156.8:c.2178G>A ENSP00000320228.4:p.Glu726= synonymous_variant 726 13.6821 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373150.8 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000373150.8:c.2193G>A ENSP00000362243.4:p.Glu731= synonymous_variant 731 28.8583 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373151.6 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000373151.6:c.2292G>A ENSP00000362244.2:p.Glu764= synonymous_variant 764 6.41844 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000474796.2 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000474796.2:c.2289G>A ENSP00000507044.1:p.Glu763= synonymous_variant 763 24.1707 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179728 GG AA MAP7D1 ENST00000316156.8 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000316156.8:c.2178_2179delinsAA ENSP00000320228.4:p.Glu727Lys missense_variant 726-727 13.6821 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989_990delinsAA non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373150.8 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373150.8:c.2193_2194delinsAA ENSP00000362243.4:p.Glu732Lys missense_variant 731-732 28.8583 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373151.6 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373151.6:c.2292_2293delinsAA ENSP00000362244.2:p.Glu765Lys missense_variant 764-765 6.41844 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000474796.2 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000474796.2:c.2289_2290delinsAA ENSP00000507044.1:p.Glu764Lys missense_variant 763-764 24.1707 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599_600delinsAA non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179727 36179728 G A MAP7D1 ENST00000316156.8 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000316156.8:c.2179G>A ENSP00000320228.4:p.Glu727Lys missense_variant 727 13.6821 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.990G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373150.8 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373150.8:c.2194G>A ENSP00000362243.4:p.Glu732Lys missense_variant 732 28.8583 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373151.6 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373151.6:c.2293G>A ENSP00000362244.2:p.Glu765Lys missense_variant 765 6.41844 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000474796.2 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000474796.2:c.2290G>A ENSP00000507044.1:p.Glu764Lys missense_variant 764 24.1707 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.600G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 37721680 37721681 G T EPHA10 ENST00000373048.9 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000373048.9:c.2125C>A ENSP00000362139.4:p.Leu709Met missense_variant 709 0.0020440000000000002 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000427468.6 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000427468.6:c.2125C>A ENSP00000397746.2:p.Leu709Met missense_variant 709 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000432874.7 5 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000432874.7:c.*20C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000437645.5 1 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000437645.5:c.*433C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0301566 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000446149.6 5 processed_transcript NA NA ENSG00000183317 ENST00000446149.6:n.924C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000453577.1 3 retained_intron NA NA ENSG00000183317 ENST00000453577.1:n.177C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000534097.5 1 nonsense_mediated_decay L/M Ctg/Atg ENSG00000183317 ENST00000534097.5:c.625C>A ENSP00000431389.1:p.Leu209Met missense_variant&NMD_transcript_variant 209 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000540011.2 5 protein_coding NA NA ENSG00000183317 downstream_gene_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T ENSR00000354218 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 184 0.0 157 0.38217 0 0.0 +chr1 39429921 39429922 G C MACF1 ENST00000289893.8 5 retained_intron NA NA ENSG00000127603 ENST00000289893.8:n.12435G>C non_coding_transcript_exon_variant 19.3676 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000361689.7 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000361689.7:c.10798G>C ENSP00000354573.2:p.Glu3600Gln missense_variant 3600 7.2838e-10 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372915.8 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372915.8:c.16672G>C ENSP00000362006.4:p.Glu5558Gln missense_variant 5558 6.520340000000001e-07 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372925.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372925.6:c.7810G>C ENSP00000362016.2:p.Glu2604Gln missense_variant 2604 2.24966 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000473843.1 2 processed_transcript NA NA ENSG00000127603 upstream_gene_variant 1.33142 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000530275.3 NA protein_coding NA NA ENSG00000127603 downstream_gene_variant 9.86041 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000564288.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000564288.6:c.16984G>C ENSP00000455274.1:p.Glu5662Gln missense_variant 5662 4.87478 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000567887.5 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000567887.5:c.17095G>C ENSP00000455823.1:p.Glu5699Gln missense_variant 5699 0.0 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000671089.2 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000671089.2:c.10645G>C ENSP00000499399.1:p.Glu3549Gln missense_variant 3549 28.9608 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000683517.1 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000683517.1:c.1336G>C ENSP00000508231.1:p.Glu446Gln missense_variant 446 1.41898 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000686067.1 NA retained_intron NA NA ENSG00000127603 ENST00000686067.1:n.2657G>C non_coding_transcript_exon_variant 0.646605 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000687997.1 NA retained_intron NA NA ENSG00000127603 ENST00000687997.1:n.2657G>C non_coding_transcript_exon_variant 7.0879e-05 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 42794425 42794426 A T TMEM269 ENST00000421630.6 5 nonsense_mediated_decay T acA/acT ENSG00000274386 ENST00000421630.6:c.297A>T ENSP00000490287.1:p.Thr99= synonymous_variant&NMD_transcript_variant 99 0.1538 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000464081.1 5 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000464081.1:c.*609A>T 3_prime_UTR_variant&NMD_transcript_variant 0.44962700000000005 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000536543.6 5 protein_coding T acA/acT ENSG00000274386 ENST00000536543.6:c.297A>T ENSP00000490716.2:p.Thr99= synonymous_variant 99 0.603846 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000603943.6 5 nonsense_mediated_decay NA NA ENSG00000283580 downstream_gene_variant 0.24832100000000001 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000605272.1 5 processed_transcript NA NA ENSG00000274386 ENST00000605272.1:n.94A>T non_coding_transcript_exon_variant 0.653221 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000637012.2 5 protein_coding T acA/acT ENSG00000274386 ENST00000637012.2:c.297A>T ENSP00000490213.1:p.Thr99= synonymous_variant 99 0.141244 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 43338031 43338032 G C MPL ENST00000372470.9 1 protein_coding NA NA ENSG00000117400 ENST00000372470.9:c.80-67G>C intron_variant 0.11829200000000001 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000413998.7 1 protein_coding NA NA ENSG00000117400 ENST00000413998.7:c.80-88G>C intron_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000638732.1 1 retained_intron NA NA ENSG00000117400 ENST00000638732.1:n.80-67G>C intron_variant&non_coding_transcript_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C ENSR00000355580 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 69 0.0 74 0.67568 0 0.0 +chr1 43432295 43432296 G C SZT2 ENST00000470139.1 2 nonsense_mediated_decay NA NA ENSG00000198198 downstream_gene_variant 1.6636900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000478140.1 2 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.8146900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000562955.2 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000562955.2:c.5128G>C ENSP00000457168.1:p.Gly1710Arg missense_variant 1710 0.575702 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000634258.3 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000634258.3:c.5299G>C ENSP00000489255.1:p.Gly1767Arg missense_variant 1767 4.9455800000000005 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638642.1 3 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.15442 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638769.1 3 retained_intron NA NA ENSG00000198198 upstream_gene_variant 3.3238 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000639197.1 NA retained_intron NA NA ENSG00000198198 upstream_gene_variant 0.952032 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000648058.1 NA retained_intron NA NA ENSG00000198198 ENST00000648058.1:n.558G>C non_coding_transcript_exon_variant 2.27336 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000649403.1 NA processed_transcript NA NA ENSG00000198198 ENST00000649403.1:n.49G>C non_coding_transcript_exon_variant 1.87497 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43960389 43960390 G T IPO13 ENST00000372343.8 1 protein_coding NA NA ENSG00000117408 ENST00000372343.8:c.2109+61G>T intron_variant 10.8193 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000480902.1 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 2.0055400000000003 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000489773.5 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.0 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000492152.5 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.359555 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43977963 43977964 C T ATP6V0B ENST00000236067.8 2 protein_coding NA NA ENSG00000117410 ENST00000236067.8:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 15.2655 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000255108.8 1 protein_coding NA NA ENSG00000132768 downstream_gene_variant 19.1748 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000309519.8 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 28.6133 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000356836.10 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.25993 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000372324.6 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 5.28257 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000396758.6 3 protein_coding NA NA ENSG00000132768 downstream_gene_variant 0.449304 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000434555.7 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.0185899999999999 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000461670.5 5 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.42011800000000005 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000468183.5 1 retained_intron NA NA ENSG00000117410 ENST00000468183.5:n.2101C>T non_coding_transcript_exon_variant 0.0 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000471859.6 5 protein_coding NA NA ENSG00000117410 ENST00000471859.6:c.733-17C>T splice_polypyrimidine_tract_variant&intron_variant 0.101035 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472174.7 1 protein_coding NA NA ENSG00000117410 ENST00000472174.7:c.592-17C>T splice_polypyrimidine_tract_variant&intron_variant 109.086 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472277.5 3 processed_transcript NA NA ENSG00000117410 downstream_gene_variant 0.705461 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472505.6 5 protein_coding NA NA ENSG00000117410 downstream_gene_variant 0.343954 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000473485.5 2 retained_intron NA NA ENSG00000117410 ENST00000473485.5:n.1353-17C>T splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 1.23197 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000481924.2 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 2.77088 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000485678.6 3 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.718284 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000495421.1 2 nonsense_mediated_decay NA NA ENSG00000132768 downstream_gene_variant 3.5738199999999996 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000496131.1 3 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.628174 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000497866.6 2 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.528991 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498208.1 5 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.23335300000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000498543.1 3 protein_coding NA NA ENSG00000117411 upstream_gene_variant 0.5229050000000001 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498664.1 2 protein_coding NA NA ENSG00000117410 ENST00000498664.1:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 2.0811900000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532072.1 4 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.575309 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532642.5 2 protein_coding NA NA ENSG00000117410 ENST00000532642.5:c.*553C>T 3_prime_UTR_variant 2.76753 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ENST00000647729.1 NA lncRNA NA NA ENSG00000285649 upstream_gene_variant NA NA 457 0.0 608 0.30592 17 0.35294 +chr1 45051304 45051305 GT G ZSWIM5 ENST00000359600.6 1 protein_coding NA NA ENSG00000162415 ENST00000359600.6:c.1253-52del intron_variant 0.28113499999999997 0.606276373136779 46 0.0 54 0.40741 0 0.0 +chr1 45058674 45058675 G A ZSWIM5 ENST00000359600.6 1 protein_coding L/F Ctc/Ttc ENSG00000162415 ENST00000359600.6:c.1186C>T ENSP00000352614.5:p.Leu396Phe missense_variant 396 0.28113499999999997 0.606276373136779 191 0.0 223 0.35426 0 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000329231.8 2 protein_coding NA NA ENSG00000123472 ENST00000329231.8:c.495+98G>A intron_variant 0.0240993 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000371937.8 1 protein_coding NA NA ENSG00000123472 ENST00000371937.8:c.495+98G>A intron_variant 0.0 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000474020.5 2 retained_intron NA NA ENSG00000123472 ENST00000474020.5:n.213+98G>A intron_variant&non_coding_transcript_variant 2.3845400000000003 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000487193.1 5 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000487193.1:c.*115+98G>A intron_variant&NMD_transcript_variant 0.09608960000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000525633.1 4 processed_transcript NA NA ENSG00000123472 downstream_gene_variant 0.0881248 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000526821.5 3 protein_coding NA NA ENSG00000123472 ENST00000526821.5:c.168+98G>A intron_variant 5.662319999999999 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000529214.5 2 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000529214.5:c.*115+98G>A intron_variant&NMD_transcript_variant 9.660219999999999e-08 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000532925.5 2 protein_coding NA NA ENSG00000123472 ENST00000532925.5:c.162+98G>A intron_variant 2.46382e-10 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000534216.5 5 protein_coding NA NA ENSG00000123472 ENST00000534216.5:c.41+98G>A intron_variant 0.8684370000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000542495.5 2 protein_coding NA NA ENSG00000123472 ENST00000542495.5:c.-28+98G>A intron_variant 1.2482799999999998 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000574428.5 1 protein_coding NA NA ENSG00000123472 ENST00000574428.5:c.426+98G>A intron_variant 24.6774 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000576409.5 1 protein_coding NA NA ENSG00000123472 ENST00000576409.5:c.495+98G>A intron_variant 3.0986 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 52961569 52961570 C A SCP2 ENST00000371509.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371509.8:c.332C>A ENSP00000360564.4:p.Ala111Asp missense_variant 111 1.36043 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371513.9 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371513.9:c.332C>A ENSP00000360568.5:p.Ala111Asp missense_variant 111 0.575063 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371514.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371514.8:c.464C>A ENSP00000360569.3:p.Ala155Asp missense_variant 155 5.4565 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000407246.6 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000407246.6:c.392C>A ENSP00000384569.2:p.Ala131Asp missense_variant 131 6.622560000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000473584.1 2 processed_transcript NA NA ENSG00000116171 upstream_gene_variant 0.0933097 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000478631.6 2 nonsense_mediated_decay A/D gCt/gAt ENSG00000116171 ENST00000478631.6:c.464C>A ENSP00000435194.1:p.Ala155Asp missense_variant&NMD_transcript_variant 155 0.188924 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528311.5 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000528311.5:c.221C>A ENSP00000434132.1:p.Ala74Asp missense_variant 74 0.728558 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528809.1 5 processed_transcript NA NA ENSG00000116171 ENST00000528809.1:n.481C>A non_coding_transcript_exon_variant 1.9948700000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000529363.2 5 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000529363.2:c.389C>A ENSP00000431279.2:p.Ala130Asp missense_variant 130 0.0 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 54610759 54610760 A T FAM151A ENST00000302250.7 1 protein_coding NA NA ENSG00000162391 ENST00000302250.7:c.941-205T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000343744.7 1 protein_coding NA NA ENSG00000162390 downstream_gene_variant 0.0 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T FAM151A ENST00000371304.2 5 protein_coding NA NA ENSG00000162391 ENST00000371304.2:c.917+869T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000371316.3 1 protein_coding NA NA ENSG00000162390 ENST00000371316.3:c.1629+2692A>T intron_variant 0.8318469999999999 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000481208.5 2 processed_transcript NA NA ENSG00000162390 downstream_gene_variant 0.0240245 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ENSR00000358157 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 13 0.0 11 0.54545 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000343433.7 1 protein_coding NA NA ENSG00000187889 ENST00000343433.7:c.1794-62G>C intron_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000371240.3 3 retained_intron NA NA ENSG00000187889 ENST00000371240.3:n.562-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000484327.1 2 processed_transcript NA NA ENSG00000187889 ENST00000484327.1:n.2112-62G>C intron_variant&non_coding_transcript_variant 0.0409596 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000493000.5 5 processed_transcript NA NA ENSG00000187889 ENST00000493000.5:n.711-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56867775 56867776 C A C8A ENST00000361249.4 1 protein_coding NA NA ENSG00000157131 ENST00000361249.4:c.171+74C>A intron_variant 0.0 0.0 76 0.0 91 0.49451 0 0.0 +chr1 56867775 56867776 C A ENSR00001168425 NA open_chromatin_region NA NA regulatory_region_variant NA NA 76 0.0 91 0.49451 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000371208.5 1 protein_coding S/L tCa/tTa ENSG00000134709 ENST00000371208.5:c.1298C>T ENSP00000360252.3:p.Ser433Leu missense_variant 433 0.077125 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000465876.6 2 processed_transcript NA NA ENSG00000134709 ENST00000465876.6:n.1322C>T non_coding_transcript_exon_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000474695.1 3 processed_transcript NA NA ENSG00000134709 upstream_gene_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000685567.1 NA nonsense_mediated_decay S/L tCa/tTa ENSG00000134709 ENST00000685567.1:c.1172C>T ENSP00000509959.1:p.Ser391Leu missense_variant&NMD_transcript_variant 391 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686522.1 NA nonsense_mediated_decay NA NA ENSG00000134709 ENST00000686522.1:c.*1292C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686716.1 NA retained_intron NA NA ENSG00000134709 ENST00000686716.1:n.1401C>T non_coding_transcript_exon_variant 0.08362510000000001 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000687049.1 NA protein_coding S/L tCa/tTa ENSG00000134709 ENST00000687049.1:c.1043C>T ENSP00000509189.1:p.Ser348Leu missense_variant 348 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000371204.4 1 protein_coding NA NA ENSG00000134716 ENST00000371204.4:c.1331-15_1331-11del splice_polypyrimidine_tract_variant&intron_variant 0.134751 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000466095.5 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000466095.5:c.*75-15_*75-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000468257.2 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000468257.2:c.*273-15_*273-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000469406.6 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000469406.6:c.*1243-15_*1243-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.012866800000000001 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000492633.5 2 retained_intron NA NA ENSG00000134716 ENST00000492633.5:n.2036-15_2036-11del splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A ENSR00000925150 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 112 0.0 86 0.46512 0 0.0 +chr1 63437078 63437079 G T ALG6 ENST00000263440.6 5 protein_coding NA NA ENSG00000088035 ENST00000263440.6:c.*59G>T 3_prime_UTR_variant 0.461366 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000271002.15 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 11.9066 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000371092.7 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 0.43472299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000461681.5 3 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.393504 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000489099.5 1 nonsense_mediated_decay NA NA ENSG00000142856 downstream_gene_variant 2.0667299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000492655.1 2 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.0 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000494765.2 2 retained_intron NA NA ENSG00000088035 ENST00000494765.2:n.931G>T non_coding_transcript_exon_variant 0.0528774 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000603108.6 5 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000603108.6:c.*732G>T 3_prime_UTR_variant&NMD_transcript_variant 2.06825 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000647818.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000647818.1:c.*889G>T 3_prime_UTR_variant&NMD_transcript_variant 1.27288 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000648964.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000648964.1:c.*1312G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000649570.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000649570.1:c.*1005G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0925341 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 66834005 66834006 C G DNAI4 ENST00000371023.7 1 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.622272 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371026.8 1 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000371026.8:c.1876G>C ENSP00000360065.3:p.Gly626Arg missense_variant 626 0.13334000000000001 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000464352.6 2 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000464352.6:c.1174G>C ENSP00000433682.1:p.Gly392Arg missense_variant 392 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000491297.6 2 nonsense_mediated_decay NA NA ENSG00000152763 ENST00000491297.6:c.*1818G>C 3_prime_UTR_variant&NMD_transcript_variant 0.217015 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000531552.1 3 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 67052898 67052899 G A SLC35D1 ENST00000235345.6 1 protein_coding NA NA ENSG00000116704 ENST00000235345.6:c.238-42C>T intron_variant 3.57705 3.57704627082475 41 0.0 43 0.4186 0 0.0 +chr1 67052898 67052899 G A ENSR00000008162 NA promoter NA NA regulatory_region_variant NA NA 41 0.0 43 0.4186 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000260505.13 2 protein_coding NA NA ENSG00000137941 ENST00000260505.13:c.2208+45T>C intron_variant 0.010310099999999999 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000464289.1 2 processed_transcript NA NA ENSG00000137941 ENST00000464289.1:n.296+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000472688.5 2 processed_transcript NA NA ENSG00000137941 ENST00000472688.5:n.2579+45T>C intron_variant&non_coding_transcript_variant 0.0279175 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000474957.5 1 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000474957.5:c.1263+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000477524.5 1 processed_transcript NA NA ENSG00000137941 ENST00000477524.5:n.2714+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000480174.5 1 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000480174.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000485638.5 2 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000485638.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.190179 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000488014.5 1 processed_transcript NA NA ENSG00000137941 ENST00000488014.5:n.2451+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000370571.7 1 protein_coding NA NA ENSG00000171502 ENST00000370571.7:c.1708-97C>G intron_variant 9.68685 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000426639.5 5 nonsense_mediated_decay NA NA ENSG00000171502 ENST00000426639.5:c.1708-97C>G intron_variant&NMD_transcript_variant 1.06227 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000370565.5 1 protein_coding NA NA ENSG00000137975 ENST00000370565.5:c.1985-63G>T intron_variant 0.38111799999999996 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000490884.1 3 processed_transcript NA NA ENSG00000137975 downstream_gene_variant 0.127414 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000498802.1 2 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.336-63G>T intron_variant&non_coding_transcript_variant 0.0 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86453473 86453474 G A CLCA2 ENST00000370565.5 1 protein_coding G/E gGa/gAa ENSG00000137975 ENST00000370565.5:c.2261G>A ENSP00000359596.4:p.Gly754Glu missense_variant 754 0.38111799999999996 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 86453473 86453474 G A CLCA2 ENST00000498802.1 2 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.612G>A non_coding_transcript_exon_variant 0.0 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 90714574 90714575 G C BARHL2 ENST00000370445.5 1 protein_coding L ctC/ctG ENSG00000143032 ENST00000370445.5:c.807C>G ENSP00000359474.3:p.Leu269= synonymous_variant 269 0.025972700000000005 0.025972723155391002 137 0.0 185 0.28649 0 0.0 +chr1 90714574 90714575 G C ENSR00000927492 NA open_chromatin_region NA NA regulatory_region_variant NA NA 137 0.0 185 0.28649 0 0.0 +chr1 92300282 92300283 C G GLMN ENST00000370360.8 1 protein_coding NA NA ENSG00000174842 upstream_gene_variant 9.34865 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000484158.1 2 processed_transcript NA NA ENSG00000122484 ENST00000484158.1:n.108+44C>G intron_variant&non_coding_transcript_variant 26.7542 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000487911.1 4 retained_intron NA NA ENSG00000174842 upstream_gene_variant 0.107524 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000495106.5 1 nonsense_mediated_decay NA NA ENSG00000174842 upstream_gene_variant 0.0 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000610020.2 1 protein_coding NA NA ENSG00000122484 ENST00000610020.2:c.119+44C>G intron_variant 5.5221 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G ENSR00000009821 NA promoter NA NA regulatory_region_variant NA NA 85 0.0 122 0.08197 4 0.25 +chr1 92847139 92847140 G T DIPK1A ENST00000370310.5 2 protein_coding NA NA ENSG00000154511 ENST00000370310.5:c.474+43C>A intron_variant 2.49175 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T ENST00000384295.1 NA snoRNA NA NA ENSG00000207022 downstream_gene_variant NA NA 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613047.4 4 protein_coding NA NA ENSG00000154511 ENST00000613047.4:c.399+43C>A intron_variant 0.41787799999999997 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613902.4 4 protein_coding NA NA ENSG00000154511 ENST00000613902.4:c.339+43C>A intron_variant 0.134627 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000615519.4 1 protein_coding NA NA ENSG00000154511 ENST00000615519.4:c.474+43C>A intron_variant 0.313306 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000616709.4 3 protein_coding NA NA ENSG00000154511 ENST00000616709.4:c.298-2945C>A intron_variant 0.024107299999999998 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 93226448 93226449 G A CCDC18 ENST00000343253.11 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000370276.6 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000401026.7 1 protein_coding E gaG/gaA ENSG00000122483 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000421014.2 5 processed_transcript NA NA ENSG00000122483 ENST00000421014.2:n.274G>A splice_region_variant&non_coding_transcript_exon_variant 0.0181887 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000455267.1 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690025.1 NA protein_coding E gaG/gaA ENSG00000122483 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690592.1 NA nonsense_mediated_decay NA NA ENSG00000122483 ENST00000690592.1:c.*1757G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 1.1892399999999999 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000692873.1 NA nonsense_mediated_decay NA NA ENSG00000122483 ENST00000692873.1:c.*1211G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.514264 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 102898077 102898078 G C COL11A1 ENST00000353414.8 5 protein_coding NA NA ENSG00000060718 ENST00000353414.8:c.4185+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000358392.6 5 protein_coding NA NA ENSG00000060718 ENST00000358392.6:c.4338+47C>G intron_variant 0.011527500000000001 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000370096.9 1 protein_coding NA NA ENSG00000060718 ENST00000370096.9:c.4302+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000512756.5 1 protein_coding NA NA ENSG00000060718 ENST00000512756.5:c.3954+47C>G intron_variant 0.00904797 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000635193.1 1 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1552+47C>G intron_variant&NMD_transcript_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C ENSR00000367234 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 236 0.0 168 0.38095 0 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000353414.8 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000353414.8:c.4146C>T ENSP00000302551.6:p.Leu1382= synonymous_variant 1382 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000358392.6 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000358392.6:c.4299C>T ENSP00000351163.2:p.Leu1433= synonymous_variant 1433 0.011527500000000001 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000370096.9 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000370096.9:c.4263C>T ENSP00000359114.3:p.Leu1421= synonymous_variant 1421 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000512756.5 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000512756.5:c.3915C>T ENSP00000426533.1:p.Leu1305= synonymous_variant 1305 0.00904797 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000635193.1 1 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1513C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A ENSR00000367234 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 203 0.0 161 0.42236 2 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000271332.4 1 protein_coding NA NA ENSG00000143126 ENST00000271332.4:c.5727+22C>G intron_variant 1.8022799999999999 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000459940.1 3 processed_transcript NA NA ENSG00000143126 ENST00000459940.1:n.43+22C>G intron_variant&non_coding_transcript_variant 0.0 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000489018.1 5 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G ENSR00000368163 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 63 0.0 73 0.52055 0 0.0 +chr1 109267888 109267889 A C CELSR2 ENST00000271332.4 1 protein_coding S tcA/tcC ENSG00000143126 ENST00000271332.4:c.6147A>C ENSP00000271332.3:p.Ser2049= synonymous_variant 2049 1.8022799999999999 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000459940.1 3 processed_transcript NA NA ENSG00000143126 downstream_gene_variant 0.0 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000489018.1 5 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000498157.1 2 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.096808 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109621022 109621023 C A AMPD2 ENST00000256578.8 5 protein_coding NA NA ENSG00000116337 ENST00000256578.8:c.-153C>A 5_prime_UTR_variant 0.487662 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000342115.8 1 protein_coding NA NA ENSG00000116337 ENST00000342115.8:c.10+745C>A intron_variant 5.25801 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000358729.9 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.24292600000000003 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000369840.7 5 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000459643.2 4 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.285412 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000469039.2 4 processed_transcript NA NA ENSG00000116337 ENST00000469039.2:n.434-9C>A splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000474459.6 4 retained_intron NA NA ENSG00000116337 ENST00000474459.6:n.448+745C>A intron_variant&non_coding_transcript_variant 0.611291 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000476688.3 3 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000486282.7 4 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.0847433 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000524975.2 3 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.338561 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000525415.2 4 retained_intron NA NA ENSG00000116337 ENST00000525415.2:n.106C>A non_coding_transcript_exon_variant 0.0155868 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000526301.6 1 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.24094400000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000527846.7 4 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528270.6 4 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528454.5 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.674824 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528667.7 1 protein_coding NA NA ENSG00000116337 ENST00000528667.7:c.-153C>A 5_prime_UTR_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531203.6 4 protein_coding NA NA ENSG00000116337 ENST00000531203.6:c.-271+372C>A intron_variant 0.6948439999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531734.6 4 protein_coding NA NA ENSG00000116337 ENST00000531734.6:c.10+745C>A intron_variant 0.141494 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000622865.1 3 protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.012628799999999999 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000652975.2 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000654851.1 NA retained_intron NA NA ENSG00000116337 upstream_gene_variant 1.02668 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000655992.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000655992.1:c.-102+745C>A intron_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000659122.2 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.37634 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000663749.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000667949.2 NA protein_coding NA NA ENSG00000116337 ENST00000667949.2:c.-379+745C>A intron_variant 8.99878 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000668421.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.15126099999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000673915.1 NA processed_transcript NA NA ENSG00000116337 downstream_gene_variant 0.11065599999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679379.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679593.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679593.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679880.1 NA retained_intron NA NA ENSG00000116337 ENST00000679880.1:n.106C>A non_coding_transcript_exon_variant 0.119684 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679892.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679892.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000679935.1 NA protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.32629400000000003 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679981.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679981.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680132.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23109200000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680148.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680148.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680170.1 NA retained_intron NA NA ENSG00000116337 ENST00000680170.1:n.106C>A non_coding_transcript_exon_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680192.1 NA retained_intron NA NA ENSG00000116337 ENST00000680192.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680519.1 NA processed_transcript NA NA ENSG00000116337 ENST00000680519.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0885564 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680531.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680531.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680820.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680820.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680832.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680832.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 8.962649999999999e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680929.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680929.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.10794000000000001 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681108.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681108.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 4.933359999999999e-10 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681121.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681132.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.16808 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681181.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681181.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23430399999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681218.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681218.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681246.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681246.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.321945 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681496.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681496.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 1.3595e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681834.1 NA retained_intron NA NA ENSG00000116337 ENST00000681834.1:n.56C>A non_coding_transcript_exon_variant 0.22366 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681862.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681862.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSR00000011115 NA promoter NA NA regulatory_region_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSM00205895518 NA NA NA NA TF_binding_site_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 111488998 111488999 G C RNU6-792P ENST00000363490.1 NA snRNA NA NA ENSG00000200360 downstream_gene_variant NA NA 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369716.9 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369716.9:c.483C>G ENSP00000358730.4:p.Val161= synonymous_variant 161 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369717.8 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369717.8:c.240C>G ENSP00000358731.4:p.Val80= synonymous_variant 80 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000442484.2 1 processed_transcript NA NA ENSG00000121933 ENST00000442484.2:n.62C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000443498.5 3 protein_coding NA NA ENSG00000121933 ENST00000443498.5:c.90-132C>G intron_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000463993.1 5 processed_transcript NA NA ENSG00000121933 ENST00000463993.1:n.250C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000472933.2 2 protein_coding NA NA ENSG00000121933 upstream_gene_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000318837.6 2 protein_coding -/* -/TAG ENSG00000143061 ENST00000318837.6:c.3108_3109insTAG ENSP00000321184.6:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.635854 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369483.5 5 protein_coding -/* -/TAG ENSG00000143061 ENST00000369483.5:c.3108_3109insTAG ENSP00000358495.1:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.9006069999999999 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369486.8 1 protein_coding -/* -/TAG ENSG00000143061 ENST00000369486.8:c.3048_3049insTAG ENSP00000358498.4:p.Glu1016_Glu1017insTer stop_gained&inframe_insertion 1016-1017 1.0531 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 119895935 119895936 C T ADAM30 ENST00000369400.2 NA protein_coding R/Q cGa/cAa ENSG00000134249 ENST00000369400.2:c.401G>A ENSP00000358407.1:p.Arg134Gln missense_variant 134 0.019254 0.0192540387205893 122 0.0 300 0.20333 0 0.0 +chr1 119966548 119966549 G A NOTCH2 ENST00000256646.7 1 protein_coding NA NA ENSG00000134250 ENST00000256646.7:c.1454-60C>T intron_variant 121.588 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000479412.2 1 retained_intron NA NA ENSG00000134250 ENST00000479412.2:n.1592-60C>T intron_variant&non_coding_transcript_variant 6.10431 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000640021.1 5 nonsense_mediated_decay NA NA ENSG00000134250 ENST00000640021.1:c.*578-60C>T intron_variant&NMD_transcript_variant 3.12426 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A ENSR00000370717 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 64 0.0 141 0.21277 9 0.22222 +chr1 149933801 149933802 C A MTMR11 ENST00000369140.7 2 protein_coding NA NA ENSG00000014914 ENST00000369140.7:c.555+53G>T intron_variant 1.2236200000000002 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000439741.4 2 protein_coding NA NA ENSG00000014914 ENST00000439741.4:c.771+53G>T intron_variant 9.90645 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000466496.5 1 processed_transcript NA NA ENSG00000014914 ENST00000466496.5:n.610+389G>T intron_variant&non_coding_transcript_variant 0.0170388 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000479272.1 3 retained_intron NA NA ENSG00000014914 downstream_gene_variant 1.54488 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482025.5 2 retained_intron NA NA ENSG00000014914 ENST00000482025.5:n.1061G>T non_coding_transcript_exon_variant 0.696892 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482343.5 1 retained_intron NA NA ENSG00000014914 ENST00000482343.5:n.870+389G>T intron_variant&non_coding_transcript_variant 0.612967 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000490310.1 3 retained_intron NA NA ENSG00000014914 upstream_gene_variant 0.828275 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000492824.5 1 retained_intron NA NA ENSG00000014914 ENST00000492824.5:n.1011G>T non_coding_transcript_exon_variant 0.101904 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000493562.1 3 retained_intron NA NA ENSG00000014914 ENST00000493562.1:n.106G>T non_coding_transcript_exon_variant 0.0 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000495054.1 2 retained_intron NA NA ENSG00000014914 upstream_gene_variant 2.26442 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A OTUD7B ENST00000581312.6 1 protein_coding NA NA ENSG00000264522 downstream_gene_variant 8.85591 20.006293871392398 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A ENSR00001171541 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 101 0.0099 123 0.34959 6 0.5 +chr1 150261628 150261629 G A APH1A ENST00000360244.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 61.0868 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000369109.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 39.5496 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000369111.9 1 protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000369111.9:c.247G>A ENSP00000358107.3:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000414276.6 2 protein_coding NA NA ENSG00000117362 downstream_gene_variant 0.40876 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000461320.5 3 processed_transcript NA NA ENSG00000117362 downstream_gene_variant 2.0295099999999997 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000483993.3 5 nonsense_mediated_decay NA NA ENSG00000118298 ENST00000483993.3:c.*223G>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000582010.3 1 retained_intron NA NA ENSG00000118298 downstream_gene_variant 0.0994683 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607082.1 3 protein_coding NA NA ENSG00000118298 upstream_gene_variant 0.03768130000000001 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607652.5 2 retained_intron NA NA ENSG00000118298 ENST00000607652.5:n.459G>A non_coding_transcript_exon_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A ENST00000611044.1 3 lncRNA NA NA ENSG00000276110 upstream_gene_variant NA NA 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000647854.1 NA protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000647854.1:c.247G>A ENSP00000498013.1:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 152111830 152111831 C T TCHH ENST00000614923.2 5 protein_coding E gaG/gaA ENSG00000159450 ENST00000614923.2:c.1386G>A ENSP00000480484.1:p.Glu462= synonymous_variant 462 0.000796132 0.000796132247094808 464 0.0 674 0.29822 0 0.0 +chr1 154590262 154590263 T A ADAR ENST00000368471.8 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368471.8:c.1532A>T ENSP00000357456.3:p.Glu511Val missense_variant 511 36.8285 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000368474.9 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368474.9:c.2417A>T ENSP00000357459.4:p.Glu806Val missense_variant 806 29.2663 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000492630.2 2 retained_intron NA NA ENSG00000160710 upstream_gene_variant 1.4169 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000529168.2 5 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000529168.2:c.2417A>T ENSP00000431794.2:p.Glu806Val missense_variant&splice_region_variant 806 7.565460000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000534279.1 2 retained_intron NA NA ENSG00000160710 upstream_gene_variant 2.24248 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000647682.2 NA retained_intron NA NA ENSG00000160710 ENST00000647682.2:n.2147A>T non_coding_transcript_exon_variant 0.42783000000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648231.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648231.2:c.1532A>T ENSP00000497555.1:p.Glu511Val missense_variant 511 0.5170600000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648311.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648311.1:c.1532A>T ENSP00000498137.1:p.Glu511Val missense_variant 511 0.92195 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648714.2 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000648714.2:c.2338+79A>T intron_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649021.1 NA retained_intron NA NA ENSG00000160710 ENST00000649021.1:n.2453A>T non_coding_transcript_exon_variant 1.47208e-06 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649022.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649022.2:c.1532A>T ENSP00000496896.2:p.Glu511Val missense_variant 511 1.1435 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649042.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649042.1:c.1532A>T ENSP00000497790.1:p.Glu511Val missense_variant 511 10.4239 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649408.2 NA nonsense_mediated_decay E/V gAg/gTg ENSG00000160710 ENST00000649408.2:c.2417A>T ENSP00000497386.2:p.Glu806Val missense_variant&NMD_transcript_variant 806 0.0326503 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649724.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649724.1:c.1532A>T ENSP00000497932.1:p.Glu511Val missense_variant 511 4.00643 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649749.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649749.1:c.1532A>T ENSP00000497210.1:p.Glu511Val missense_variant 511 0.000157585 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679375.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000679375.1:c.*727A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0414036 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679465.1 NA retained_intron NA NA ENSG00000160710 ENST00000679465.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679805.1 NA retained_intron NA NA ENSG00000160710 ENST00000679805.1:n.2453A>T non_coding_transcript_exon_variant 0.824666 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679899.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000679899.1:c.1475A>T ENSP00000505996.1:p.Glu492Val missense_variant 492 0.852491 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680270.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680270.1:c.1532A>T ENSP00000505532.1:p.Glu511Val missense_variant 511 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680305.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680305.1:c.2417A>T ENSP00000506312.1:p.Glu806Val missense_variant 806 0.938449 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681056.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681056.1:c.1532A>T ENSP00000506234.1:p.Glu511Val missense_variant 511 0.0411392 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681235.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681235.1:c.*2017A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681429.1 NA retained_intron NA NA ENSG00000160710 ENST00000681429.1:n.1677A>T non_coding_transcript_exon_variant 4.224530000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681683.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681683.1:c.1532A>T ENSP00000506666.1:p.Glu511Val missense_variant 511 0.032709300000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681786.1 NA retained_intron NA NA ENSG00000160710 ENST00000681786.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681901.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681901.1:c.*2017A>T 3_prime_UTR_variant&NMD_transcript_variant 0.35152 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 155868562 155868563 G A SYT11 ENST00000368324.5 1 protein_coding K aaG/aaA ENSG00000132718 ENST00000368324.5:c.633G>A ENSP00000357307.4:p.Lys211= synonymous_variant 211 0.334491 0.334490996271578 46 0.0 51 0.29412 7 0.57143 +chr1 156042052 156042053 G A UBQLN4 ENST00000368309.4 1 protein_coding NA NA ENSG00000160803 ENST00000368309.4:c.1351-66C>T intron_variant 25.3718 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156042052 156042053 G A UBQLN4 ENST00000459954.1 2 retained_intron NA NA ENSG00000160803 ENST00000459954.1:n.387-66C>T intron_variant&non_coding_transcript_variant 2.76092 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000310027.9 1 lncRNA NA NA ENSG00000125462 ENST00000310027.9:n.114-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000357975.4 3 lncRNA NA NA ENSG00000125462 ENST00000357975.4:n.111-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368242.7 3 lncRNA NA NA ENSG00000125462 ENST00000368242.7:n.167-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368243.6 1 lncRNA NA NA ENSG00000125462 ENST00000368243.6:n.223-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000400991.6 1 lncRNA NA NA ENSG00000125462 ENST00000400991.6:n.124-10153G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000462458.5 1 lncRNA NA NA ENSG00000125462 ENST00000462458.5:n.1544-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000463309.5 3 lncRNA NA NA ENSG00000125462 ENST00000463309.5:n.203-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464203.1 5 lncRNA NA NA ENSG00000125462 ENST00000464203.1:n.475-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464238.5 2 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465270.5 2 lncRNA NA NA ENSG00000125462 ENST00000465270.5:n.198+6801G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465570.1 2 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000471156.5 5 lncRNA NA NA ENSG00000125462 ENST00000471156.5:n.76-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000476966.5 2 lncRNA NA NA ENSG00000125462 ENST00000476966.5:n.130-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000482932.5 5 lncRNA NA NA ENSG00000125462 ENST00000482932.5:n.326-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000484428.5 3 lncRNA NA NA ENSG00000125462 ENST00000484428.5:n.102-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000486517.5 3 lncRNA NA NA ENSG00000125462 ENST00000486517.5:n.199-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489877.5 5 lncRNA NA NA ENSG00000125462 ENST00000489877.5:n.100-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489918.1 3 lncRNA NA NA ENSG00000125462 ENST00000489918.1:n.148+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000492750.5 5 lncRNA NA NA ENSG00000125462 ENST00000492750.5:n.119+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497822.5 2 lncRNA NA NA ENSG00000125462 ENST00000497822.5:n.205-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497824.5 1 lncRNA NA NA ENSG00000125462 ENST00000497824.5:n.280-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000608007.1 1 lncRNA NA NA ENSG00000125462 ENST00000608007.1:n.2686G>A non_coding_transcript_exon_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000673141.1 NA lncRNA NA NA ENSG00000125462 ENST00000673141.1:n.912+2015G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T ENSR00000373947 NA promoter NA NA regulatory_region_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000361835.8 1 protein_coding NA NA ENSG00000143297 ENST00000361835.8:c.2632+40C>T intron_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000368190.7 1 protein_coding NA NA ENSG00000143297 downstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000461387.5 2 processed_transcript NA NA ENSG00000143297 ENST00000461387.5:n.1909+40C>T intron_variant&non_coding_transcript_variant 0.00141105 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000462218.1 2 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000483875.1 3 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000497286.5 2 processed_transcript NA NA ENSG00000143297 ENST00000497286.5:n.1725+40C>T intron_variant&non_coding_transcript_variant 0.6003069999999999 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000461624.1 2 retained_intron NA NA ENSG00000163554 upstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000465741.1 3 retained_intron NA NA ENSG00000163554 downstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000643759.2 NA protein_coding NA NA ENSG00000163554 ENST00000643759.2:c.5189+20A>G intron_variant 0.0221569 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000326245.4 1 protein_coding G/R Gga/Aga ENSG00000179914 ENST00000326245.4:c.805G>A ENSP00000323587.3:p.Gly269Arg missense_variant 269 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000464077.1 2 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000487531.1 5 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ENSR00000374931 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 62 0.0 100 0.25 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000326245.4 1 protein_coding NA NA ENSG00000179914 ENST00000326245.4:c.685+38A>T intron_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000464077.1 2 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000487531.1 5 processed_transcript NA NA ENSG00000179914 ENST00000487531.1:n.489+38A>T intron_variant&non_coding_transcript_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ENSR00000374932 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 120 0.0 108 0.64815 0 0.0 +chr1 161752392 161752393 C G DUSP12 ENST00000367943.5 1 protein_coding L ctC/ctG ENSG00000081721 ENST00000367943.5:c.603C>G ENSP00000356920.4:p.Leu201= synonymous_variant 201 15.6064 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000463365.1 2 retained_intron NA NA ENSG00000081721 upstream_gene_variant 1.4619799999999998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000464004.2 2 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000464004.2:c.*202C>G 3_prime_UTR_variant&NMD_transcript_variant 7.74511 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000484291.5 5 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000484291.5:c.*83C>G 3_prime_UTR_variant&NMD_transcript_variant 0.214998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000490591.1 5 nonsense_mediated_decay NA NA ENSG00000081721 downstream_gene_variant 0.64468 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 162497736 162497737 T A UHMK1 ENST00000282169.8 2 processed_transcript NA NA ENSG00000152332 upstream_gene_variant 2.53408 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000489294.2 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 35.9051 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000538489.5 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 0.317796 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000545294.5 2 protein_coding NA NA ENSG00000152332 ENST00000545294.5:c.46+441T>A intron_variant 0.11696500000000001 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A ENSR00000014850 NA promoter NA NA regulatory_region_variant NA NA 11 0.0 19 0.63158 0 0.0 +chr1 167383890 167383891 A G POU2F1 ENST00000271411.8 1 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000271411.8:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.041869199999999995 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367862.9 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367862.9:c.720A>G ENSP00000356836.5:p.Leu240= synonymous_variant 240 0.028029900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367865.5 2 processed_transcript NA NA ENSG00000143190 ENST00000367865.5:n.1249A>G non_coding_transcript_exon_variant 0.652615 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367866.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367866.7:c.753A>G ENSP00000356840.2:p.Leu251= synonymous_variant 251 2.10393 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000420254.7 5 protein_coding L ctA/ctG ENSG00000143190 ENST00000420254.7:c.720A>G ENSP00000414660.4:p.Leu240= synonymous_variant 240 0.031297900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000429375.6 2 protein_coding L ctA/ctG ENSG00000143190 ENST00000429375.6:c.564A>G ENSP00000401217.2:p.Leu188= synonymous_variant 188 3.51461e-05 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000443275.2 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000443275.2:c.408A>G ENSP00000415993.1:p.Leu136= synonymous_variant 136 0.062209900000000005 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000470928.3 5 processed_transcript NA NA ENSG00000143190 ENST00000470928.3:n.723A>G non_coding_transcript_exon_variant 0.44643900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000490100.1 2 retained_intron NA NA ENSG00000143190 ENST00000490100.1:n.418A>G non_coding_transcript_exon_variant 0.23723200000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000492850.5 5 processed_transcript NA NA ENSG00000143190 downstream_gene_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000541643.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000541643.7:c.684A>G ENSP00000441285.2:p.Leu228= synonymous_variant 228 0.12086600000000002 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000560232.6 2 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000560232.6:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G ENST00000607611.1 NA lncRNA NA NA ENSG00000272033 downstream_gene_variant NA NA 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000648671.1 NA processed_transcript NA NA ENSG00000143190 ENST00000648671.1:n.1017A>G non_coding_transcript_exon_variant 2.1215599999999997 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 168179177 168179178 A T TIPRL ENST00000367830.3 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T TIPRL ENST00000367833.7 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSR00000015339 NA promoter NA NA regulatory_region_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00021221949 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022355728 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022188011 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022361129 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 169324380 169324381 A G NME7 ENST00000367811.8 1 protein_coding NA NA ENSG00000143156 ENST00000367811.8:c.111+12T>C intron_variant 10.5268 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENST00000432081.1 3 lncRNA NA NA ENSG00000235575 downstream_gene_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000469474.5 5 processed_transcript NA NA ENSG00000143156 ENST00000469474.5:n.58+12T>C intron_variant&non_coding_transcript_variant 0.621278 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000472647.5 2 protein_coding NA NA ENSG00000143156 ENST00000472647.5:c.3+12T>C intron_variant 0.0837938 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000480478.5 5 processed_transcript NA NA ENSG00000143156 ENST00000480478.5:n.91-14301T>C intron_variant&non_coding_transcript_variant 0.0 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000485609.5 5 processed_transcript NA NA ENSG00000143156 ENST00000485609.5:n.349+12T>C intron_variant&non_coding_transcript_variant 1.61335 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000491225.5 3 processed_transcript NA NA ENSG00000143156 ENST00000491225.5:n.198+12T>C intron_variant&non_coding_transcript_variant 1.50156 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000524967.5 1 retained_intron NA NA ENSG00000143156 ENST00000524967.5:n.173+12T>C intron_variant&non_coding_transcript_variant 0.593182 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000525440.5 2 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000525440.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.31877 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000527460.1 2 retained_intron NA NA ENSG00000143156 ENST00000527460.1:n.183+12T>C intron_variant&non_coding_transcript_variant 0.0813573 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000528517.5 5 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000528517.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.0845967 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENSR00000376786 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 179109009 179109010 T C ABL2 ENST00000344730.7 1 protein_coding NA NA ENSG00000143322 ENST00000344730.7:c.2015-112A>G intron_variant 4.084969999999999 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000367623.8 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000367623.8:c.2194A>G ENSP00000356595.4:p.Thr732Ala missense_variant 732 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000392043.4 1 protein_coding NA NA ENSG00000143322 downstream_gene_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000502732.6 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000502732.6:c.2257A>G ENSP00000427562.1:p.Thr753Ala missense_variant 753 17.0804 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000504405.5 1 protein_coding NA NA ENSG00000143322 ENST00000504405.5:c.1952-112A>G intron_variant 11.1308 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000507173.5 1 protein_coding NA NA ENSG00000143322 ENST00000507173.5:c.1997-112A>G intron_variant 0.379305 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000511413.5 1 protein_coding NA NA ENSG00000143322 ENST00000511413.5:c.2060-112A>G intron_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000512653.5 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000512653.5:c.2212A>G ENSP00000423578.1:p.Thr738Ala missense_variant 738 3.5672599999999997 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000668691.1 NA processed_transcript NA NA ENSG00000143322 downstream_gene_variant 0.595182 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 183880710 183880711 A C RGL1 ENST00000304685.8 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000304685.8:c.626A>C ENSP00000303192.3:p.Tyr209Ser missense_variant 209 0.448895 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C RGL1 ENST00000360851.4 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000360851.4:c.521A>C ENSP00000354097.3:p.Tyr174Ser missense_variant 174 0.0118092 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C ENST00000685856.1 NA lncRNA NA NA ENSG00000289581 downstream_gene_variant NA NA 139 0.0 200 0.3 7 0.28571 +chr1 196468960 196468961 A G KCNT2 ENST00000294725.14 1 protein_coding NA NA ENSG00000162687 ENST00000294725.14:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000367433.9 1 protein_coding NA NA ENSG00000162687 ENST00000367433.9:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000451324.6 1 protein_coding NA NA ENSG00000162687 ENST00000451324.6:c.-162+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000498426.5 5 processed_transcript NA NA ENSG00000162687 upstream_gene_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000609185.5 1 protein_coding NA NA ENSG00000162687 ENST00000609185.5:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000610076.1 2 processed_transcript NA NA ENSG00000162687 ENST00000610076.1:n.636-1175T>C intron_variant&non_coding_transcript_variant 0.012937700000000002 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000647658.1 NA nonsense_mediated_decay NA NA ENSG00000162687 ENST00000647658.1:c.459+33T>C intron_variant&NMD_transcript_variant 0.016511599999999998 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000367429.9 1 protein_coding NA NA ENSG00000000971 ENST00000367429.9:c.1696+60T>A intron_variant 3.97994 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000466229.5 1 retained_intron NA NA ENSG00000000971 ENST00000466229.5:n.3712+60T>A intron_variant&non_coding_transcript_variant 0.0568207 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196995755 196995756 A G CFHR5 ENST00000256785.5 1 protein_coding N/S aAt/aGt ENSG00000134389 ENST00000256785.5:c.647A>G ENSP00000256785.4:p.Asn216Ser missense_variant 216 0.0 0.0 88 0.0 108 0.28704 0 0.0 +chr1 202746101 202746102 A G KDM5B ENST00000235790.9 2 protein_coding NA NA ENSG00000117139 ENST00000235790.9:c.1724+40T>C intron_variant 1.9144299999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367264.7 1 protein_coding NA NA ENSG00000117139 ENST00000367264.7:c.2306+40T>C intron_variant 2.34768 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367265.9 1 protein_coding NA NA ENSG00000117139 ENST00000367265.9:c.2198+40T>C intron_variant 0.10369 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000498276.2 4 retained_intron NA NA ENSG00000117139 ENST00000498276.2:n.463+40T>C intron_variant&non_coding_transcript_variant 0.16672599999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647754.1 NA retained_intron NA NA ENSG00000117139 downstream_gene_variant 0.49307 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647757.1 NA processed_transcript NA NA ENSG00000117139 ENST00000647757.1:n.2084+40T>C intron_variant&non_coding_transcript_variant 0.43281899999999995 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648056.1 NA protein_coding NA NA ENSG00000117139 ENST00000648056.1:c.2183+40T>C intron_variant 0.262306 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648338.1 NA protein_coding NA NA ENSG00000117139 ENST00000648338.1:c.2198+40T>C intron_variant 0.274895 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648469.1 NA protein_coding NA NA ENSG00000117139 ENST00000648469.1:c.2075+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648473.1 NA protein_coding NA NA ENSG00000117139 ENST00000648473.1:c.2198+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649089.1 NA nonsense_mediated_decay NA NA ENSG00000117139 ENST00000649089.1:c.421+40T>C intron_variant&NMD_transcript_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649230.1 NA retained_intron NA NA ENSG00000117139 ENST00000649230.1:n.1424+40T>C intron_variant&non_coding_transcript_variant 0.305965 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649400.1 NA retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.252271 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649542.1 NA processed_transcript NA NA ENSG00000117139 ENST00000649542.1:n.2081+40T>C intron_variant&non_coding_transcript_variant 3.6055599999999997 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649770.1 NA protein_coding NA NA ENSG00000117139 ENST00000649770.1:c.2075+40T>C intron_variant 0.158523 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649929.1 NA protein_coding NA NA ENSG00000117139 ENST00000649929.1:c.760+40T>C intron_variant 0.561082 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650417.1 NA nonsense_mediated_decay NA NA ENSG00000117139 ENST00000650417.1:c.*1624+40T>C intron_variant&NMD_transcript_variant 3.08819 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650422.1 NA retained_intron NA NA ENSG00000117139 ENST00000650422.1:n.2481+40T>C intron_variant&non_coding_transcript_variant 0.199897 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650506.1 NA retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.312813 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650569.1 NA protein_coding NA NA ENSG00000117139 ENST00000650569.1:c.2063+40T>C intron_variant 0.46212600000000004 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 203347717 203347718 G C FMOD ENST00000354955.5 1 protein_coding H/D Cac/Gac ENSG00000122176 ENST00000354955.5:c.553C>G ENSP00000347041.4:p.His185Asp missense_variant 185 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000461936.1 3 processed_transcript NA NA ENSG00000122176 ENST00000461936.1:n.54+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000493296.1 3 processed_transcript NA NA ENSG00000122176 ENST00000493296.1:n.56+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000647586.1 NA protein_coding H/D Cac/Gac ENSG00000122176 ENST00000647586.1:c.286C>G ENSP00000496856.1:p.His96Asp missense_variant 96 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 204125889 204125890 C T SOX13 ENST00000272193.10 2 processed_transcript NA NA ENSG00000143842 ENST00000272193.10:n.1492C>T non_coding_transcript_exon_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000367204.6 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000367204.6:c.1625C>T ENSP00000356172.1:p.Ser542Leu missense_variant 542 0.441542 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000480326.1 5 nonsense_mediated_decay NA NA ENSG00000143842 downstream_gene_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000525258.1 3 retained_intron NA NA ENSG00000143842 downstream_gene_variant 0.10181699999999999 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000618875.4 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000618875.4:c.1625C>T ENSP00000478239.1:p.Ser542Leu missense_variant 542 1.23705 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204469484 204469485 A G PIK3C2B ENST00000367184.2 5 protein_coding NA NA ENSG00000133056 upstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000367187.7 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000367187.7:c.318T>C ENSP00000356155.3:p.Ser106= synonymous_variant 106 0.506316 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000415899.2 2 nonsense_mediated_decay S tcT/tcC ENSG00000133056 ENST00000415899.2:c.318T>C ENSP00000401795.2:p.Ser106= synonymous_variant&NMD_transcript_variant 106 0.111205 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000424712.6 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000424712.6:c.318T>C ENSP00000400561.2:p.Ser106= synonymous_variant 106 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000429009.1 2 protein_coding NA NA ENSG00000133056 downstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000683234.1 NA retained_intron NA NA ENSG00000133056 upstream_gene_variant 0.232438 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000684373.1 NA protein_coding S tcT/tcC ENSG00000133056 ENST00000684373.1:c.318T>C ENSP00000507222.1:p.Ser106= synonymous_variant 106 2.4085799999999997 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G ENSR00001174067 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 144 0.0 217 0.29954 42 0.21429 +chr1 204944128 204944129 C T NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.-90-97C>T intron_variant 1.7028299999999998e-06 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.-90-97C>T intron_variant 0.184806 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000403080.5 2 protein_coding NA NA ENSG00000163531 ENST00000403080.5:c.-90-97C>T intron_variant 0.186359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404076.5 5 protein_coding NA NA ENSG00000163531 ENST00000404076.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404977.6 1 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.242-97C>T intron_variant&non_coding_transcript_variant 0.109359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000430393.7 5 protein_coding NA NA ENSG00000163531 ENST00000430393.7:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T ENST00000452580.2 NA processed_pseudogene NA NA ENSG00000229657 upstream_gene_variant 0.0406897 NA 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000493914.5 2 processed_transcript NA NA ENSG00000163531 ENST00000493914.5:n.207-97C>T intron_variant&non_coding_transcript_variant 0.25380199999999997 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000504476.5 2 nonsense_mediated_decay NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000505079.5 4 protein_coding NA NA ENSG00000163531 ENST00000505079.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000513543.6 1 protein_coding NA NA ENSG00000163531 ENST00000513543.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000514644.5 1 retained_intron NA NA ENSG00000163531 ENST00000514644.5:n.319-97C>T intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000539706.6 5 protein_coding NA NA ENSG00000163531 ENST00000539706.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000680427.1 NA protein_coding NA NA ENSG00000163531 ENST00000680427.1:c.-90-97C>T intron_variant 0.021824 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.2471-1315C>G intron_variant 1.7028299999999998e-06 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000367173.7 5 protein_coding NA NA ENSG00000163531 ENST00000367173.7:c.2380-1315C>G intron_variant 0.0935108 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.2471-1315C>G intron_variant 0.184806 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404076.5 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000404076.5:c.2717C>G ENSP00000385676.1:p.Thr906Ser missense_variant 906 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404977.6 1 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.3241C>G non_coding_transcript_exon_variant 0.109359 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000413225.5 5 protein_coding NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000425360.5 2 protein_coding NA NA ENSG00000163531 ENST00000425360.5:c.166-1315C>G intron_variant 0.0576149 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000430393.7 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000430393.7:c.2768C>G ENSP00000415031.3:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000468328.5 2 processed_transcript NA NA ENSG00000163531 ENST00000468328.5:n.138-1322C>G intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000471392.1 2 processed_transcript NA NA ENSG00000163531 downstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000492085.1 1 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0240115 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000495396.5 2 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000504476.5 2 nonsense_mediated_decay NA NA ENSG00000163531 ENST00000504476.5:c.*1459C>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000512826.5 1 retained_intron NA NA ENSG00000163531 ENST00000512826.5:n.2161C>G non_coding_transcript_exon_variant 0.0108415 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000513543.6 1 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000513543.6:c.2768C>G ENSP00000425908.1:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000539706.6 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000539706.6:c.2813C>G ENSP00000438614.2:p.Thr938Ser missense_variant 938 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.2256+60A>C intron_variant 0.0112434 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000461505.1 5 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000491127.5 2 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.1640+60A>C intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G ENSR00000256334 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 106 0.00943 150 0.55333 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.1389+41C>G intron_variant 0.0112434 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000461505.1 5 retained_intron NA NA ENSG00000174502 upstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000469392.1 5 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000491127.5 2 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.773+41C>G intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C ENSR00000936056 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 79 0.0 141 0.29078 0 0.0 +chr1 206474452 206474453 C G IKBKE ENST00000578328.6 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000578328.6:c.210C>G ENSP00000473833.1:p.Leu70= synonymous_variant 70 0.13688699999999998 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000579827.6 2 protein_coding L ctC/ctG ENSG00000263528 ENST00000579827.6:c.210C>G ENSP00000474422.1:p.Leu70= synonymous_variant 70 1.51375 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000581977.7 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000581977.7:c.210C>G ENSP00000464030.1:p.Leu70= synonymous_variant 70 5.1287400000000005 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000584998.5 1 protein_coding NA NA ENSG00000263528 ENST00000584998.5:c.-46C>G 5_prime_UTR_variant 0.8766889999999999 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605726.1 3 protein_coding L ctC/ctG ENSG00000263528 ENST00000605726.1:c.210C>G ENSP00000474229.1:p.Leu70= synonymous_variant 70 0.183974 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605818.5 1 retained_intron NA NA ENSG00000263528 ENST00000605818.5:n.555C>G non_coding_transcript_exon_variant 0.23315100000000002 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G MIR6769B ENST00000622159.1 NA miRNA NA NA ENSG00000278465 upstream_gene_variant NA NA 44 0.0 52 0.28846 95 0.32632 +chr1 207623001 207623002 C G CR1 ENST00000367049.9 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367049.9:c.7286C>G ENSP00000356016.4:p.Ser2429Cys missense_variant 2429 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367051.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367051.6:c.5936C>G ENSP00000356018.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367052.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367052.6:c.5936C>G ENSP00000356019.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367053.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367053.6:c.5936C>G ENSP00000356020.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000400960.7 1 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000400960.7:c.5936C>G ENSP00000383744.2:p.Ser1979Cys missense_variant 1979 0.0982718 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000529814.1 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000529814.1:c.1805C>G ENSP00000434718.1:p.Ser602Cys missense_variant 602 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367024.5 2 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367024.5:c.44G>A ENSP00000355991.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367025.8 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367025.8:c.44G>A ENSP00000355992.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367026.7 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367026.7:c.44G>A ENSP00000355993.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000400959.7 5 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000400959.7:c.44G>A ENSP00000383743.3:p.Trp15Ter stop_gained 15 0.00480735 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000468672.5 4 processed_transcript NA NA ENSG00000009790 ENST00000468672.5:n.276-89G>A intron_variant&non_coding_transcript_variant 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000478359.5 1 nonsense_mediated_decay W/* tGg/tAg ENSG00000009790 ENST00000478359.5:c.44G>A ENSP00000417665.1:p.Trp15Ter stop_gained&NMD_transcript_variant 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000479796.5 4 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000479796.5:c.44G>A ENSP00000419180.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366973.8 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 3.33348 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366974.9 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.5667989999999999 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366976.3 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 12.9258 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366977.8 1 protein_coding NA NA ENSG00000117697 upstream_gene_variant 1.47698 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366978.5 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 0.0 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000473995.5 2 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.43912299999999993 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000487995.1 2 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.21835 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000488246.6 2 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.07695 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000497768.7 5 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.716569 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525569.5 2 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 2.9931799999999997 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525574.5 5 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.43575 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526641.5 2 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 8.23576 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526997.5 3 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.92165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530392.1 4 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530399.2 4 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.177763 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530441.5 3 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000531963.5 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532324.5 2 protein_coding NA NA ENSG00000203705 ENST00000532324.5:c.-79_-44del 5_prime_UTR_variant 6.46323 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532433.5 2 retained_intron NA NA ENSG00000203705 upstream_gene_variant 0.25156 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000533650.5 3 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.504165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000626725.1 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 4.96756 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSR00000019764 NA promoter NA NA regulatory_region_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525592856 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525306551 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000511849 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00211097862 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525224933 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00187784285 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00196866901 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054046776 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205903615 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00051779715 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205929361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209747052 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00167740129 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055886724 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210003100 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00057333266 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00102832070 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053987466 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00522314372 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000427229 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053346675 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209660251 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055099597 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053240171 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054920221 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210254649 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210135528 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210032186 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205271842 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053291543 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209956967 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00206463692 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055585099 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210732361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000366933.5 1 protein_coding NA NA ENSG00000162814 ENST00000366933.5:c.241-66G>T intron_variant 0.547496 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000470448.5 3 nonsense_mediated_decay NA NA ENSG00000162814 ENST00000470448.5:c.*184-66G>T intron_variant&NMD_transcript_variant 0.30478 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 220690312 220690313 C T C1orf115 ENST00000294889.6 1 protein_coding NA NA ENSG00000162817 upstream_gene_variant 1.27379 1.27379434314286 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000020401 NA promoter NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000387367 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523285884 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523659367 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00208200208 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000350027.8 2 protein_coding NA NA ENSG00000143498 ENST00000350027.8:c.291+64C>T intron_variant 3.6788300000000005 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000352967.9 1 protein_coding NA NA ENSG00000143498 ENST00000352967.9:c.291+64C>T intron_variant 2.18947 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000366890.5 2 protein_coding NA NA ENSG00000143498 ENST00000366890.5:c.-51-4192C>T intron_variant 0.32014699999999996 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000391883.2 5 protein_coding NA NA ENSG00000143498 ENST00000391883.2:c.291+64C>T intron_variant 2.8709 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000465263.1 5 processed_transcript NA NA ENSG00000143498 ENST00000465263.1:n.453+64C>T intron_variant&non_coding_transcript_variant 3.2307900000000003 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000487009.5 5 processed_transcript NA NA ENSG00000143498 ENST00000487009.5:n.355+64C>T intron_variant&non_coding_transcript_variant 0.11896 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 223264671 223264672 G C SUSD4 ENST00000343846.7 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000343846.7:c.682C>G ENSP00000344219.3:p.Leu228Val missense_variant 228 0.306471 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000344029.6 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000344029.6:c.682C>G ENSP00000339926.6:p.Leu228Val missense_variant 228 8.64472 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000366878.9 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000366878.9:c.682C>G ENSP00000355843.4:p.Leu228Val missense_variant 228 4.3111399999999997e-08 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000484758.6 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000484758.6:c.469C>G ENSP00000477374.1:p.Leu157Val missense_variant 157 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000494793.6 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000494793.6:c.682C>G ENSP00000476954.1:p.Leu228Val missense_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000497669.1 3 processed_transcript NA NA ENSG00000143502 ENST00000497669.1:n.452C>G non_coding_transcript_exon_variant 1.1433200000000001 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000608996.5 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000608996.5:c.595C>G ENSP00000477432.1:p.Leu199Val missense_variant 199 4.3358099999999995 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679807.1 NA nonsense_mediated_decay NA NA ENSG00000143502 ENST00000679807.1:c.*658C>G 3_prime_UTR_variant&NMD_transcript_variant 0.524624 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679975.1 NA nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000679975.1:c.682C>G ENSP00000505281.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.640035 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000680429.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000680429.1:c.799C>G ENSP00000504955.1:p.Leu267Val missense_variant 267 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681285.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681285.1:c.898C>G ENSP00000505301.1:p.Leu300Val missense_variant 300 1.8624900000000002 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681305.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681305.1:c.682C>G ENSP00000505262.1:p.Leu228Val missense_variant 228 0.368197 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681404.1 NA nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000681404.1:c.682C>G ENSP00000505515.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681669.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681669.1:c.682C>G ENSP00000505495.1:p.Leu228Val missense_variant 228 2.39819 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSR00000387980 NA TF_binding_site NA NA regulatory_region_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSM00308420767 NA NA NA NA TF_binding_site_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 225002994 225002995 G C DNAH14 ENST00000366849.5 1 protein_coding NA NA ENSG00000185842 ENST00000366849.5:c.906+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000400952.7 1 protein_coding NA NA ENSG00000185842 ENST00000400952.7:c.975+68G>C intron_variant 0.316517 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000430092.5 5 protein_coding NA NA ENSG00000185842 ENST00000430092.5:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000439375.6 5 protein_coding NA NA ENSG00000185842 ENST00000439375.6:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000445597.6 5 protein_coding NA NA ENSG00000185842 ENST00000445597.6:c.1033-4418G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000682510.1 NA protein_coding NA NA ENSG00000185842 ENST00000682510.1:c.975+68G>C intron_variant 0.0158972 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 226146892 226146893 C A ACBD3 ENST00000366812.6 1 protein_coding NA NA ENSG00000182827 ENST00000366812.6:c.1376-72G>T intron_variant 30.5661 31.746037768708895 45 0.0 52 0.30769 6 0.33333 +chr1 226146892 226146893 C A ACBD3-AS1 ENST00000440540.1 5 lncRNA NA NA ENSG00000234478 upstream_gene_variant NA NA 45 0.0 52 0.30769 6 0.33333 +chr1 227091906 227091907 GC G CDC42BPA ENST00000334218.9 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000334218.9:c.2334del ENSP00000335341.6:p.Lys778AsnfsTer2 frameshift_variant 778 0.350189 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366764.8 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366764.8:c.2334del ENSP00000355726.5:p.Lys778AsnfsTer2 frameshift_variant 778 15.6832 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366766.8 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366766.8:c.2334del ENSP00000355728.5:p.Lys778AsnfsTer2 frameshift_variant 778 2.67608 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366767.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366767.7:c.2091del ENSP00000355729.3:p.Lys697AsnfsTer2 frameshift_variant 697 3.85669 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366769.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366769.7:c.2334del ENSP00000355731.3:p.Lys778AsnfsTer2 frameshift_variant 778 8.8276 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000442054.5 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000442054.5:c.214del ENSP00000401051.1:p.Lys72AsnfsTer2 frameshift_variant 72 2.01191 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091907 227091908 T G CDC42BPA ENST00000334218.9 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000334218.9:c.2333A>C ENSP00000335341.6:p.Lys778Thr missense_variant 778 0.350189 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366764.8 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366764.8:c.2333A>C ENSP00000355726.5:p.Lys778Thr missense_variant 778 15.6832 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366766.8 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366766.8:c.2333A>C ENSP00000355728.5:p.Lys778Thr missense_variant 778 2.67608 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366767.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366767.7:c.2090A>C ENSP00000355729.3:p.Lys697Thr missense_variant 697 3.85669 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366769.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366769.7:c.2333A>C ENSP00000355731.3:p.Lys778Thr missense_variant 778 8.8276 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000442054.5 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000442054.5:c.215A>C ENSP00000401051.1:p.Lys72Thr missense_variant 72 2.01191 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227646448 227646449 G A ZNF678 ENST00000343776.10 1 protein_coding NA NA ENSG00000181450 ENST00000343776.10:c.-163-95G>A intron_variant 1.68282 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000397097.4 1 protein_coding NA NA ENSG00000181450 upstream_gene_variant 0.17394400000000002 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000440339.1 2 protein_coding NA NA ENSG00000181450 ENST00000440339.1:c.124-95G>A intron_variant 3.2554 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000465266.1 4 processed_transcript NA NA ENSG00000181450 ENST00000465266.1:n.268-95G>A intron_variant&non_coding_transcript_variant 0.395198 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000608949.5 1 protein_coding NA NA ENSG00000181450 ENST00000608949.5:c.-163-95G>A intron_variant 1.1199700000000001 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000284548.16 2 protein_coding NA NA ENSG00000154358 ENST00000284548.16:c.12466+23G>A intron_variant 1.5978299999999999 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000422127.5 5 protein_coding NA NA ENSG00000154358 ENST00000422127.5:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000483539.3 5 protein_coding NA NA ENSG00000154358 downstream_gene_variant 2.19414 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000570156.7 5 protein_coding NA NA ENSG00000154358 ENST00000570156.7:c.15337+23G>A intron_variant 0.000558846 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A ENST00000602778.2 2 lncRNA NA NA ENSG00000270110 upstream_gene_variant NA NA 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000602832.1 2 retained_intron NA NA ENSG00000154358 downstream_gene_variant 1.82919 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000636476.2 1 protein_coding NA NA ENSG00000154358 ENST00000636476.2:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000660857.1 NA protein_coding NA NA ENSG00000154358 upstream_gene_variant 0.218219 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000662438.1 NA protein_coding NA NA ENSG00000154358 ENST00000662438.1:c.14011+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000680850.1 NA protein_coding NA NA ENSG00000154358 ENST00000680850.1:c.15337+23G>A intron_variant 3.32372 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 231273930 231273931 G T GNPAT ENST00000366647.9 1 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000366647.9:c.1612G>T ENSP00000355607.4:p.Glu538Ter stop_gained 538 7.8585899999999995 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000416000.1 5 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000416000.1:c.1582G>T ENSP00000411640.1:p.Glu528Ter stop_gained 528 0.23724800000000001 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000469332.1 2 processed_transcript NA NA ENSG00000116906 upstream_gene_variant 0.08938439999999999 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000492459.1 2 processed_transcript NA NA ENSG00000116906 downstream_gene_variant 0.886034 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000644483.1 NA nonsense_mediated_decay NA NA ENSG00000116906 ENST00000644483.1:c.*1298G>T 3_prime_UTR_variant&NMD_transcript_variant 1.06936 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T ENSR00000938644 NA enhancer NA NA regulatory_region_variant NA NA 168 0.0 164 0.64634 132 0.22727 +chr1 245083508 245083509 A G EFCAB2 ENST00000366521.7 2 processed_transcript NA NA ENSG00000203666 ENST00000366521.7:n.481+25A>G intron_variant&non_coding_transcript_variant 1.16115 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366522.6 2 processed_transcript NA NA ENSG00000203666 ENST00000366522.6:n.855+25A>G intron_variant&non_coding_transcript_variant 0.47964399999999996 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366523.6 3 protein_coding NA NA ENSG00000203666 ENST00000366523.6:c.306+25A>G intron_variant 0.291108 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000391837.7 5 processed_transcript NA NA ENSG00000203666 ENST00000391837.7:n.375+25A>G intron_variant&non_coding_transcript_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000425550.5 3 protein_coding NA NA ENSG00000203666 ENST00000425550.5:c.281+25A>G intron_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000427529.1 3 protein_coding NA NA ENSG00000203666 ENST00000427529.1:c.29+25A>G intron_variant 1.09215 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000447569.6 2 protein_coding NA NA ENSG00000203666 ENST00000447569.6:c.306+25A>G intron_variant 1.83827 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000473686.5 5 processed_transcript NA NA ENSG00000203666 ENST00000473686.5:n.289+25A>G intron_variant&non_coding_transcript_variant 0.310087 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000487845.5 2 processed_transcript NA NA ENSG00000203666 ENST00000487845.5:n.250+25A>G intron_variant&non_coding_transcript_variant 1.16024 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000495271.5 5 processed_transcript NA NA ENSG00000203666 ENST00000495271.5:n.340+25A>G intron_variant&non_coding_transcript_variant 0.305221 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000497591.5 5 processed_transcript NA NA ENSG00000203666 ENST00000497591.5:n.354+25A>G intron_variant&non_coding_transcript_variant 0.935399 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000549220.5 4 processed_transcript NA NA ENSG00000203666 ENST00000549220.5:n.347+25A>G intron_variant&non_coding_transcript_variant 0.14043 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000551317.5 3 protein_coding NA NA ENSG00000203666 ENST00000551317.5:c.281+25A>G intron_variant 0.050096499999999995 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 248239029 248239030 C T OR2M4 ENST00000641868.1 NA protein_coding I atC/atT ENSG00000171180 ENST00000641868.1:c.102C>T ENSP00000492992.1:p.Ile34= synonymous_variant 34 0.160439 0.160439370268546 188 0.0 251 0.35857 0 0.0 diff --git a/tests/test_data/input_file_converter/output_pvacsplice.protein_coding.tsv b/tests/test_data/input_file_converter/output_pvacsplice.protein_coding.tsv new file mode 100644 index 000000000..82f51d96a --- /dev/null +++ b/tests/test_data/input_file_converter/output_pvacsplice.protein_coding.tsv @@ -0,0 +1,477 @@ +chromosome_name start stop reference variant gene_name transcript_name transcript_support_level biotype amino_acid_change codon_change ensembl_gene_id hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf +chr1 686084 686085 G A OR4F16 ENST00000332831.5 NA protein_coding T acC/acT ENSG00000284662 ENST00000332831.5:c.570C>T ENSP00000329982.2:p.Thr190= synonymous_variant 190 0.0 0.0 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSM00205588369 NA NA NA NA TF_binding_site_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686482 686483 G C OR4F16 ENST00000332831.5 NA protein_coding P/A Ccc/Gcc ENSG00000284662 ENST00000332831.5:c.172C>G ENSP00000329982.2:p.Pro58Ala missense_variant 58 0.0 0.0 1171 0.04697 1017 0.12783 1 0.0 +chr1 1212739 1212740 A C SDF4 ENST00000263741.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 0.0 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000360001.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 77.3837 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000379236.4 1 protein_coding NA NA ENSG00000186827 ENST00000379236.4:c.371-36T>G intron_variant 0.0547509 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000660930.1 NA protein_coding NA NA ENSG00000078808 downstream_gene_variant 5.68899 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 2489142 2489143 G C PLCH2 ENST00000278878.6 5 protein_coding NA NA ENSG00000149527 ENST00000278878.6:c.811-64G>C intron_variant 0.07958889999999999 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000378486.8 1 protein_coding NA NA ENSG00000149527 ENST00000378486.8:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000419816.6 5 protein_coding NA NA ENSG00000149527 ENST00000419816.6:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000449969.5 5 protein_coding NA NA ENSG00000149527 ENST00000449969.5:c.1155-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2591127 2591128 C G MMEL1 ENST00000378412.8 2 protein_coding NA NA ENSG00000142606 ENST00000378412.8:c.2241-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378424.9 5 protein_coding NA NA ENSG00000157870 ENST00000378424.9:c.*1714C>G 3_prime_UTR_variant 0.14973399999999998 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378425.9 2 protein_coding NA NA ENSG00000157870 ENST00000378425.9:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378427.6 2 protein_coding NA NA ENSG00000157870 ENST00000378427.6:c.*1714C>G 3_prime_UTR_variant 0.795349 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000419916.8 1 protein_coding NA NA ENSG00000157870 ENST00000419916.8:c.*1701C>G 3_prime_UTR_variant 2.80022 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000444521.6 2 protein_coding NA NA ENSG00000157870 ENST00000444521.6:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000465233.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000471840.5 5 protein_coding NA NA ENSG00000142606 ENST00000471840.5:c.102-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000498083.2 3 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000502556.5 1 protein_coding NA NA ENSG00000142606 ENST00000502556.5:c.1770-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000537325.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000613099.4 1 protein_coding NA NA ENSG00000048707 ENST00000613099.4:c.1110+26C>G intron_variant 13.7009 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000620676.6 1 protein_coding NA NA ENSG00000048707 ENST00000620676.6:c.1110+26C>G intron_variant 3.4669300000000005 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000376189.5 1 protein_coding NA NA ENSG00000232423 ENST00000376189.5:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000415464.6 1 protein_coding NA NA ENSG00000232423 ENST00000415464.6:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 13318693 13318694 G A PRAMEF15 ENST00000376152.2 1 protein_coding R/H cGt/cAt ENSG00000204501 ENST00000376152.2:c.287G>A ENSP00000365322.1:p.Arg96His missense_variant 96 0.0 0.0 513 0.04094 570 0.09825 0 0.0 +chr1 15943395 15943396 G T ZBTB17 ENST00000375733.6 1 protein_coding NA NA ENSG00000116809 ENST00000375733.6:c.1697+3C>A splice_donor_region_variant&intron_variant 0.915608 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000375743.9 1 protein_coding NA NA ENSG00000116809 ENST00000375743.9:c.1697+3C>A splice_donor_region_variant&intron_variant 12.8387 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000375759.8 1 protein_coding NA NA ENSG00000065526 downstream_gene_variant 18.0954 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000440560.5 3 protein_coding NA NA ENSG00000116809 upstream_gene_variant 0.719126 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000444358.1 5 protein_coding NA NA ENSG00000116809 ENST00000444358.1:c.367+3C>A splice_donor_region_variant&intron_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000537142.5 2 protein_coding NA NA ENSG00000116809 ENST00000537142.5:c.1451+3C>A splice_donor_region_variant&intron_variant 0.7726609999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 16006133 16006134 G T SRARP ENST00000329454.2 1 protein_coding G/W Ggg/Tgg ENSG00000183888 ENST00000329454.2:c.298G>T ENSP00000332162.2:p.Gly100Trp missense_variant 100 0.08198960000000001 0.0819896086020875 140 0.00714 177 1.0 0 0.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375534.7 2 protein_coding NA NA ENSG00000117122 downstream_gene_variant 0.42352700000000004 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375535.4 1 protein_coding NA NA ENSG00000117122 downstream_gene_variant 4.07866 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000375541.10 5 protein_coding S/C tCc/tGc ENSG00000058453 ENST00000375541.10:c.6026C>G ENSP00000364691.4:p.Ser2009Cys missense_variant 2009 2.14688 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000326735.13 1 protein_coding NA NA ENSG00000159363 ENST00000326735.13:c.3236-43C>A intron_variant 18.9057 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000341676.9 1 protein_coding NA NA ENSG00000159363 ENST00000341676.9:c.3103+130C>A intron_variant 1.74836 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000452699.5 1 protein_coding NA NA ENSG00000159363 ENST00000452699.5:c.3221-43C>A intron_variant 18.673 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000502418.1 3 protein_coding NA NA ENSG00000159363 ENST00000502418.1:c.823+130C>A intron_variant 2.75042 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000503552.1 5 protein_coding NA NA ENSG00000159363 downstream_gene_variant 1.60607 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 18849577 18849578 G A TAS1R2 ENST00000375371.3 2 protein_coding NA NA ENSG00000179002 ENST00000375371.3:c.1258-28C>T intron_variant 0.011410600000000002 0.0114105534536231 55 0.0 79 0.70886 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000166244.8 2 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000166244.8:c.369C>A ENSP00000166244.3:p.Asn123Lys missense_variant 123 0.00111836 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000374644.8 1 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000374644.8:c.369C>A ENSP00000363775.4:p.Asn123Lys missense_variant 123 0.0 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000432749.6 2 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000432749.6:c.361G>A ENSP00000404606.2:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000509305.6 1 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000509305.6:c.361G>A ENSP00000423689.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000510260.5 5 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000510260.5:c.361G>A ENSP00000426317.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000361729.3 1 protein_coding NA NA ENSG00000007968 ENST00000361729.3:c.359-62G>A intron_variant 3.27884 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374276.4 1 protein_coding NA NA ENSG00000158014 ENST00000374276.4:c.973+61C>A intron_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374278.7 1 protein_coding NA NA ENSG00000158014 ENST00000374278.7:c.826+61C>A intron_variant 0.12042 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000374280.4 1 protein_coding NA NA ENSG00000158008 downstream_gene_variant 11.2111 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 27359862 27359863 T G MAP3K6 ENST00000357582.3 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000357582.3:c.2314A>C ENSP00000350195.2:p.Ile772Leu missense_variant 772 8.07955 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000374040.7 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000374040.7:c.2290A>C ENSP00000363152.2:p.Ile764Leu missense_variant 764 4.72837 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000486046.5 3 protein_coding NA NA ENSG00000142733 upstream_gene_variant 10.6609 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27793606 27793607 C G STX12 ENST00000373943.9 1 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000373943.9:c.263C>G ENSP00000363054.4:p.Pro88Arg missense_variant 88 19.340999999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000440806.2 3 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000440806.2:c.263C>G ENSP00000392577.2:p.Pro88Arg missense_variant 88 3.7486099999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373381.9 1 protein_coding NA NA ENSG00000121904 ENST00000373381.9:c.8132-46G>C intron_variant 0.0210136 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373388.7 1 protein_coding NA NA ENSG00000121904 ENST00000373388.7:c.8138-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000465819.1 5 protein_coding NA NA ENSG00000121904 ENST00000465819.1:c.455-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000619121.4 5 protein_coding NA NA ENSG00000121904 ENST00000619121.4:c.8012-46G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 36179726 36179727 G A MAP7D1 ENST00000316156.8 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000316156.8:c.2178G>A ENSP00000320228.4:p.Glu726= synonymous_variant 726 13.6821 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373150.8 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000373150.8:c.2193G>A ENSP00000362243.4:p.Glu731= synonymous_variant 731 28.8583 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373151.6 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000373151.6:c.2292G>A ENSP00000362244.2:p.Glu764= synonymous_variant 764 6.41844 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000474796.2 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000474796.2:c.2289G>A ENSP00000507044.1:p.Glu763= synonymous_variant 763 24.1707 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179728 GG AA MAP7D1 ENST00000316156.8 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000316156.8:c.2178_2179delinsAA ENSP00000320228.4:p.Glu727Lys missense_variant 726-727 13.6821 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373150.8 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373150.8:c.2193_2194delinsAA ENSP00000362243.4:p.Glu732Lys missense_variant 731-732 28.8583 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373151.6 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373151.6:c.2292_2293delinsAA ENSP00000362244.2:p.Glu765Lys missense_variant 764-765 6.41844 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000474796.2 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000474796.2:c.2289_2290delinsAA ENSP00000507044.1:p.Glu764Lys missense_variant 763-764 24.1707 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179727 36179728 G A MAP7D1 ENST00000316156.8 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000316156.8:c.2179G>A ENSP00000320228.4:p.Glu727Lys missense_variant 727 13.6821 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373150.8 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373150.8:c.2194G>A ENSP00000362243.4:p.Glu732Lys missense_variant 732 28.8583 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373151.6 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373151.6:c.2293G>A ENSP00000362244.2:p.Glu765Lys missense_variant 765 6.41844 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000474796.2 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000474796.2:c.2290G>A ENSP00000507044.1:p.Glu764Lys missense_variant 764 24.1707 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 37721680 37721681 G T EPHA10 ENST00000373048.9 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000373048.9:c.2125C>A ENSP00000362139.4:p.Leu709Met missense_variant 709 0.0020440000000000002 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000427468.6 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000427468.6:c.2125C>A ENSP00000397746.2:p.Leu709Met missense_variant 709 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000540011.2 5 protein_coding NA NA ENSG00000183317 downstream_gene_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 39429921 39429922 G C MACF1 ENST00000361689.7 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000361689.7:c.10798G>C ENSP00000354573.2:p.Glu3600Gln missense_variant 3600 7.2838e-10 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372915.8 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372915.8:c.16672G>C ENSP00000362006.4:p.Glu5558Gln missense_variant 5558 6.520340000000001e-07 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372925.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372925.6:c.7810G>C ENSP00000362016.2:p.Glu2604Gln missense_variant 2604 2.24966 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000530275.3 NA protein_coding NA NA ENSG00000127603 downstream_gene_variant 9.86041 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000564288.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000564288.6:c.16984G>C ENSP00000455274.1:p.Glu5662Gln missense_variant 5662 4.87478 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000567887.5 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000567887.5:c.17095G>C ENSP00000455823.1:p.Glu5699Gln missense_variant 5699 0.0 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000671089.2 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000671089.2:c.10645G>C ENSP00000499399.1:p.Glu3549Gln missense_variant 3549 28.9608 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000683517.1 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000683517.1:c.1336G>C ENSP00000508231.1:p.Glu446Gln missense_variant 446 1.41898 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 40315503 40315504 G C COL9A2 ENST00000372736.3 3 protein_coding NA NA ENSG00000049089 ENST00000372736.3:c.150+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000372748.8 1 protein_coding NA NA ENSG00000049089 ENST00000372748.8:c.150+86C>G intron_variant 0.704575 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000417105.6 5 protein_coding NA NA ENSG00000049089 ENST00000417105.6:c.-133+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000642679.1 NA protein_coding NA NA ENSG00000049089 ENST00000642679.1:c.-133+86C>G intron_variant 0.10741500000000001 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 42775287 42775288 A G C1orf50 ENST00000372525.7 1 protein_coding D/G gAc/gGc ENSG00000164008 ENST00000372525.7:c.494A>G ENSP00000361603.4:p.Asp165Gly missense_variant 165 2.92541 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42794425 42794426 A T TMEM269 ENST00000536543.6 5 protein_coding T acA/acT ENSG00000274386 ENST00000536543.6:c.297A>T ENSP00000490716.2:p.Thr99= synonymous_variant 99 0.603846 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000637012.2 5 protein_coding T acA/acT ENSG00000274386 ENST00000637012.2:c.297A>T ENSP00000490213.1:p.Thr99= synonymous_variant 99 0.141244 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 43338031 43338032 G C MPL ENST00000372470.9 1 protein_coding NA NA ENSG00000117400 ENST00000372470.9:c.80-67G>C intron_variant 0.11829200000000001 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000413998.7 1 protein_coding NA NA ENSG00000117400 ENST00000413998.7:c.80-88G>C intron_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43432295 43432296 G C SZT2 ENST00000562955.2 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000562955.2:c.5128G>C ENSP00000457168.1:p.Gly1710Arg missense_variant 1710 0.575702 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000634258.3 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000634258.3:c.5299G>C ENSP00000489255.1:p.Gly1767Arg missense_variant 1767 4.9455800000000005 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43960389 43960390 G T IPO13 ENST00000372343.8 1 protein_coding NA NA ENSG00000117408 ENST00000372343.8:c.2109+61G>T intron_variant 10.8193 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43977963 43977964 C T ATP6V0B ENST00000236067.8 2 protein_coding NA NA ENSG00000117410 ENST00000236067.8:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 15.2655 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000255108.8 1 protein_coding NA NA ENSG00000132768 downstream_gene_variant 19.1748 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000309519.8 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 28.6133 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000356836.10 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.25993 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000372324.6 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 5.28257 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000396758.6 3 protein_coding NA NA ENSG00000132768 downstream_gene_variant 0.449304 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000434555.7 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.0185899999999999 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000471859.6 5 protein_coding NA NA ENSG00000117410 ENST00000471859.6:c.733-17C>T splice_polypyrimidine_tract_variant&intron_variant 0.101035 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472174.7 1 protein_coding NA NA ENSG00000117410 ENST00000472174.7:c.592-17C>T splice_polypyrimidine_tract_variant&intron_variant 109.086 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472505.6 5 protein_coding NA NA ENSG00000117410 downstream_gene_variant 0.343954 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000481924.2 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 2.77088 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000498543.1 3 protein_coding NA NA ENSG00000117411 upstream_gene_variant 0.5229050000000001 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498664.1 2 protein_coding NA NA ENSG00000117410 ENST00000498664.1:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 2.0811900000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532642.5 2 protein_coding NA NA ENSG00000117410 ENST00000532642.5:c.*553C>T 3_prime_UTR_variant 2.76753 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 45051304 45051305 GT G ZSWIM5 ENST00000359600.6 1 protein_coding NA NA ENSG00000162415 ENST00000359600.6:c.1253-52del intron_variant 0.28113499999999997 0.606276373136779 46 0.0 54 0.40741 0 0.0 +chr1 45058674 45058675 G A ZSWIM5 ENST00000359600.6 1 protein_coding L/F Ctc/Ttc ENSG00000162415 ENST00000359600.6:c.1186C>T ENSP00000352614.5:p.Leu396Phe missense_variant 396 0.28113499999999997 0.606276373136779 191 0.0 223 0.35426 0 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000329231.8 2 protein_coding NA NA ENSG00000123472 ENST00000329231.8:c.495+98G>A intron_variant 0.0240993 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000371937.8 1 protein_coding NA NA ENSG00000123472 ENST00000371937.8:c.495+98G>A intron_variant 0.0 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000526821.5 3 protein_coding NA NA ENSG00000123472 ENST00000526821.5:c.168+98G>A intron_variant 5.662319999999999 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000532925.5 2 protein_coding NA NA ENSG00000123472 ENST00000532925.5:c.162+98G>A intron_variant 2.46382e-10 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000534216.5 5 protein_coding NA NA ENSG00000123472 ENST00000534216.5:c.41+98G>A intron_variant 0.8684370000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000542495.5 2 protein_coding NA NA ENSG00000123472 ENST00000542495.5:c.-28+98G>A intron_variant 1.2482799999999998 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000574428.5 1 protein_coding NA NA ENSG00000123472 ENST00000574428.5:c.426+98G>A intron_variant 24.6774 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000576409.5 1 protein_coding NA NA ENSG00000123472 ENST00000576409.5:c.495+98G>A intron_variant 3.0986 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 52961569 52961570 C A SCP2 ENST00000371509.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371509.8:c.332C>A ENSP00000360564.4:p.Ala111Asp missense_variant 111 1.36043 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371513.9 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371513.9:c.332C>A ENSP00000360568.5:p.Ala111Asp missense_variant 111 0.575063 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371514.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371514.8:c.464C>A ENSP00000360569.3:p.Ala155Asp missense_variant 155 5.4565 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000407246.6 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000407246.6:c.392C>A ENSP00000384569.2:p.Ala131Asp missense_variant 131 6.622560000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528311.5 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000528311.5:c.221C>A ENSP00000434132.1:p.Ala74Asp missense_variant 74 0.728558 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000529363.2 5 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000529363.2:c.389C>A ENSP00000431279.2:p.Ala130Asp missense_variant 130 0.0 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 54610759 54610760 A T FAM151A ENST00000302250.7 1 protein_coding NA NA ENSG00000162391 ENST00000302250.7:c.941-205T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000343744.7 1 protein_coding NA NA ENSG00000162390 downstream_gene_variant 0.0 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T FAM151A ENST00000371304.2 5 protein_coding NA NA ENSG00000162391 ENST00000371304.2:c.917+869T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000371316.3 1 protein_coding NA NA ENSG00000162390 ENST00000371316.3:c.1629+2692A>T intron_variant 0.8318469999999999 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000343433.7 1 protein_coding NA NA ENSG00000187889 ENST00000343433.7:c.1794-62G>C intron_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56867775 56867776 C A C8A ENST00000361249.4 1 protein_coding NA NA ENSG00000157131 ENST00000361249.4:c.171+74C>A intron_variant 0.0 0.0 76 0.0 91 0.49451 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000371208.5 1 protein_coding S/L tCa/tTa ENSG00000134709 ENST00000371208.5:c.1298C>T ENSP00000360252.3:p.Ser433Leu missense_variant 433 0.077125 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000687049.1 NA protein_coding S/L tCa/tTa ENSG00000134709 ENST00000687049.1:c.1043C>T ENSP00000509189.1:p.Ser348Leu missense_variant 348 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000371204.4 1 protein_coding NA NA ENSG00000134716 ENST00000371204.4:c.1331-15_1331-11del splice_polypyrimidine_tract_variant&intron_variant 0.134751 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 63437078 63437079 G T ALG6 ENST00000263440.6 5 protein_coding NA NA ENSG00000088035 ENST00000263440.6:c.*59G>T 3_prime_UTR_variant 0.461366 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000271002.15 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 11.9066 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000371092.7 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 0.43472299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 64676037 64676037 A AC CACHD1 ENST00000290039.6 5 protein_coding NA NA ENSG00000158966 ENST00000290039.6:c.2822+54_2822+55insC intron_variant 0.159611 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000650260.1 NA protein_coding NA NA ENSG00000158966 ENST00000650260.1:c.2573+54_2573+55insC intron_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000651257.2 NA protein_coding NA NA ENSG00000158966 ENST00000651257.2:c.2975+54_2975+55insC intron_variant 0.0412164 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371023.7 1 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.622272 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371026.8 1 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000371026.8:c.1876G>C ENSP00000360065.3:p.Gly626Arg missense_variant 626 0.13334000000000001 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000464352.6 2 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000464352.6:c.1174G>C ENSP00000433682.1:p.Gly392Arg missense_variant 392 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000531552.1 3 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 67052898 67052899 G A SLC35D1 ENST00000235345.6 1 protein_coding NA NA ENSG00000116704 ENST00000235345.6:c.238-42C>T intron_variant 3.57705 3.57704627082475 41 0.0 43 0.4186 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000260505.13 2 protein_coding NA NA ENSG00000137941 ENST00000260505.13:c.2208+45T>C intron_variant 0.010310099999999999 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000370571.7 1 protein_coding NA NA ENSG00000171502 ENST00000370571.7:c.1708-97C>G intron_variant 9.68685 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000370565.5 1 protein_coding NA NA ENSG00000137975 ENST00000370565.5:c.1985-63G>T intron_variant 0.38111799999999996 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86453473 86453474 G A CLCA2 ENST00000370565.5 1 protein_coding G/E gGa/gAa ENSG00000137975 ENST00000370565.5:c.2261G>A ENSP00000359596.4:p.Gly754Glu missense_variant 754 0.38111799999999996 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 90714574 90714575 G C BARHL2 ENST00000370445.5 1 protein_coding L ctC/ctG ENSG00000143032 ENST00000370445.5:c.807C>G ENSP00000359474.3:p.Leu269= synonymous_variant 269 0.025972700000000005 0.025972723155391002 137 0.0 185 0.28649 0 0.0 +chr1 92300282 92300283 C G GLMN ENST00000370360.8 1 protein_coding NA NA ENSG00000174842 upstream_gene_variant 9.34865 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000610020.2 1 protein_coding NA NA ENSG00000122484 ENST00000610020.2:c.119+44C>G intron_variant 5.5221 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92847139 92847140 G T DIPK1A ENST00000370310.5 2 protein_coding NA NA ENSG00000154511 ENST00000370310.5:c.474+43C>A intron_variant 2.49175 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613047.4 4 protein_coding NA NA ENSG00000154511 ENST00000613047.4:c.399+43C>A intron_variant 0.41787799999999997 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613902.4 4 protein_coding NA NA ENSG00000154511 ENST00000613902.4:c.339+43C>A intron_variant 0.134627 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000615519.4 1 protein_coding NA NA ENSG00000154511 ENST00000615519.4:c.474+43C>A intron_variant 0.313306 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000616709.4 3 protein_coding NA NA ENSG00000154511 ENST00000616709.4:c.298-2945C>A intron_variant 0.024107299999999998 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 93226448 93226449 G A CCDC18 ENST00000343253.11 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000370276.6 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000401026.7 1 protein_coding E gaG/gaA ENSG00000122483 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000455267.1 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690025.1 NA protein_coding E gaG/gaA ENSG00000122483 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 102898077 102898078 G C COL11A1 ENST00000353414.8 5 protein_coding NA NA ENSG00000060718 ENST00000353414.8:c.4185+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000358392.6 5 protein_coding NA NA ENSG00000060718 ENST00000358392.6:c.4338+47C>G intron_variant 0.011527500000000001 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000370096.9 1 protein_coding NA NA ENSG00000060718 ENST00000370096.9:c.4302+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000512756.5 1 protein_coding NA NA ENSG00000060718 ENST00000512756.5:c.3954+47C>G intron_variant 0.00904797 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000353414.8 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000353414.8:c.4146C>T ENSP00000302551.6:p.Leu1382= synonymous_variant 1382 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000358392.6 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000358392.6:c.4299C>T ENSP00000351163.2:p.Leu1433= synonymous_variant 1433 0.011527500000000001 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000370096.9 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000370096.9:c.4263C>T ENSP00000359114.3:p.Leu1421= synonymous_variant 1421 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000512756.5 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000512756.5:c.3915C>T ENSP00000426533.1:p.Leu1305= synonymous_variant 1305 0.00904797 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000271332.4 1 protein_coding NA NA ENSG00000143126 ENST00000271332.4:c.5727+22C>G intron_variant 1.8022799999999999 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109267888 109267889 A C CELSR2 ENST00000271332.4 1 protein_coding S tcA/tcC ENSG00000143126 ENST00000271332.4:c.6147A>C ENSP00000271332.3:p.Ser2049= synonymous_variant 2049 1.8022799999999999 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109621022 109621023 C A AMPD2 ENST00000256578.8 5 protein_coding NA NA ENSG00000116337 ENST00000256578.8:c.-153C>A 5_prime_UTR_variant 0.487662 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000342115.8 1 protein_coding NA NA ENSG00000116337 ENST00000342115.8:c.10+745C>A intron_variant 5.25801 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000358729.9 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.24292600000000003 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000369840.7 5 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000476688.3 3 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528454.5 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.674824 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528667.7 1 protein_coding NA NA ENSG00000116337 ENST00000528667.7:c.-153C>A 5_prime_UTR_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531203.6 4 protein_coding NA NA ENSG00000116337 ENST00000531203.6:c.-271+372C>A intron_variant 0.6948439999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531734.6 4 protein_coding NA NA ENSG00000116337 ENST00000531734.6:c.10+745C>A intron_variant 0.141494 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000622865.1 3 protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.012628799999999999 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000667949.2 NA protein_coding NA NA ENSG00000116337 ENST00000667949.2:c.-379+745C>A intron_variant 8.99878 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000679935.1 NA protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.32629400000000003 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSM00205895518 NA NA NA NA TF_binding_site_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 111488998 111488999 G C TMIGD3 ENST00000369716.9 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369716.9:c.483C>G ENSP00000358730.4:p.Val161= synonymous_variant 161 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369717.8 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369717.8:c.240C>G ENSP00000358731.4:p.Val80= synonymous_variant 80 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000443498.5 3 protein_coding NA NA ENSG00000121933 ENST00000443498.5:c.90-132C>G intron_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000472933.2 2 protein_coding NA NA ENSG00000121933 upstream_gene_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000357260.6 1 protein_coding S/R agC/agA ENSG00000197852 ENST00000357260.6:c.756C>A ENSP00000349805.5:p.Ser252Arg missense_variant 252 1.08051 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000527621.1 4 protein_coding NA NA ENSG00000197852 downstream_gene_variant 0.562172 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000534365.1 5 protein_coding NA NA ENSG00000197852 ENST00000534365.1:c.298+458C>A intron_variant 0.0 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000318837.6 2 protein_coding -/* -/TAG ENSG00000143061 ENST00000318837.6:c.3108_3109insTAG ENSP00000321184.6:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.635854 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369483.5 5 protein_coding -/* -/TAG ENSG00000143061 ENST00000369483.5:c.3108_3109insTAG ENSP00000358495.1:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.9006069999999999 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369486.8 1 protein_coding -/* -/TAG ENSG00000143061 ENST00000369486.8:c.3048_3049insTAG ENSP00000358498.4:p.Glu1016_Glu1017insTer stop_gained&inframe_insertion 1016-1017 1.0531 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 119895935 119895936 C T ADAM30 ENST00000369400.2 NA protein_coding R/Q cGa/cAa ENSG00000134249 ENST00000369400.2:c.401G>A ENSP00000358407.1:p.Arg134Gln missense_variant 134 0.019254 0.0192540387205893 122 0.0 300 0.20333 0 0.0 +chr1 119966548 119966549 G A NOTCH2 ENST00000256646.7 1 protein_coding NA NA ENSG00000134250 ENST00000256646.7:c.1454-60C>T intron_variant 121.588 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 148844620 148844621 G C PDE4DIP ENST00000524974.5 5 protein_coding NA NA ENSG00000178104 ENST00000524974.5:c.234-18629G>C intron_variant 0.199228 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000530472.5 1 protein_coding NA NA ENSG00000178104 ENST00000530472.5:c.234-18629G>C intron_variant 0.0709697 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000533259.1 4 protein_coding NA NA ENSG00000178104 ENST00000533259.1:c.-256G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000585156.5 5 protein_coding NA NA ENSG00000178104 ENST00000585156.5:c.234-18629G>C intron_variant 5.21124e-07 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000613995.4 5 protein_coding NA NA ENSG00000178104 upstream_gene_variant 0.708344 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000616206.4 2 protein_coding NA NA ENSG00000178104 ENST00000616206.4:c.-154G>C 5_prime_UTR_variant 1.8491400000000002 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617454.4 3 protein_coding NA NA ENSG00000178104 ENST00000617454.4:c.-154G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618462.4 1 protein_coding NA NA ENSG00000178104 ENST00000618462.4:c.-154G>C 5_prime_UTR_variant 1.08081 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618504.4 2 protein_coding NA NA ENSG00000178104 ENST00000618504.4:c.-154G>C 5_prime_UTR_variant 3.56209 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000620605.4 2 protein_coding NA NA ENSG00000178104 ENST00000620605.4:c.234-18629G>C intron_variant 0.0458623 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 149842772 149842773 C G H3C14 ENST00000369158.2 NA protein_coding NA NA ENSG00000203811 upstream_gene_variant 61.1137 61.113657708003394 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2AC18 ENST00000369159.3 NA protein_coding NA NA ENSG00000288825 upstream_gene_variant 867.9780000000001 867.977926965455 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM00209237285 NA NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM01051756583 NA NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149851038 149851039 G C H3C15 ENST00000403683.2 NA protein_coding NA NA ENSG00000203852 upstream_gene_variant 715.051 715.051492761789 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2AC19 ENST00000607355.3 NA protein_coding NA NA ENSG00000288859 upstream_gene_variant 150.385 150.385382514016 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00208590913 NA NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00206620831 NA NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149933801 149933802 C A MTMR11 ENST00000369140.7 2 protein_coding NA NA ENSG00000014914 ENST00000369140.7:c.555+53G>T intron_variant 1.2236200000000002 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000439741.4 2 protein_coding NA NA ENSG00000014914 ENST00000439741.4:c.771+53G>T intron_variant 9.90645 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A OTUD7B ENST00000581312.6 1 protein_coding NA NA ENSG00000264522 downstream_gene_variant 8.85591 20.006293871392398 101 0.0099 123 0.34959 6 0.5 +chr1 150261628 150261629 G A APH1A ENST00000360244.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 61.0868 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000369109.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 39.5496 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000369111.9 1 protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000369111.9:c.247G>A ENSP00000358107.3:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000414276.6 2 protein_coding NA NA ENSG00000117362 downstream_gene_variant 0.40876 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607082.1 3 protein_coding NA NA ENSG00000118298 upstream_gene_variant 0.03768130000000001 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000647854.1 NA protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000647854.1:c.247G>A ENSP00000498013.1:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 152111830 152111831 C T TCHH ENST00000614923.2 5 protein_coding E gaG/gaA ENSG00000159450 ENST00000614923.2:c.1386G>A ENSP00000480484.1:p.Glu462= synonymous_variant 462 0.000796132 0.000796132247094808 464 0.0 674 0.29822 0 0.0 +chr1 154590262 154590263 T A ADAR ENST00000368471.8 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368471.8:c.1532A>T ENSP00000357456.3:p.Glu511Val missense_variant 511 36.8285 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000368474.9 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368474.9:c.2417A>T ENSP00000357459.4:p.Glu806Val missense_variant 806 29.2663 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000529168.2 5 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000529168.2:c.2417A>T ENSP00000431794.2:p.Glu806Val missense_variant&splice_region_variant 806 7.565460000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648231.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648231.2:c.1532A>T ENSP00000497555.1:p.Glu511Val missense_variant 511 0.5170600000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648311.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648311.1:c.1532A>T ENSP00000498137.1:p.Glu511Val missense_variant 511 0.92195 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649022.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649022.2:c.1532A>T ENSP00000496896.2:p.Glu511Val missense_variant 511 1.1435 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649042.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649042.1:c.1532A>T ENSP00000497790.1:p.Glu511Val missense_variant 511 10.4239 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649724.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649724.1:c.1532A>T ENSP00000497932.1:p.Glu511Val missense_variant 511 4.00643 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649749.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649749.1:c.1532A>T ENSP00000497210.1:p.Glu511Val missense_variant 511 0.000157585 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679899.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000679899.1:c.1475A>T ENSP00000505996.1:p.Glu492Val missense_variant 492 0.852491 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680270.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680270.1:c.1532A>T ENSP00000505532.1:p.Glu511Val missense_variant 511 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680305.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680305.1:c.2417A>T ENSP00000506312.1:p.Glu806Val missense_variant 806 0.938449 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681056.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681056.1:c.1532A>T ENSP00000506234.1:p.Glu511Val missense_variant 511 0.0411392 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681683.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681683.1:c.1532A>T ENSP00000506666.1:p.Glu511Val missense_variant 511 0.032709300000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000368408.4 1 protein_coding NA NA ENSG00000143590 ENST00000368408.4:c.586+1_586+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 194-? 2.4342799999999998 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENST00000505139.1 2 protein_coding NA NA ENSG00000251246 ENST00000505139.1:c.571+1_571+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 189-? 0.11900799999999999 NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522163293 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522980857 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00132109537 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00000093847 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522137067 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522263963 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155868562 155868563 G A SYT11 ENST00000368324.5 1 protein_coding K aaG/aaA ENSG00000132718 ENST00000368324.5:c.633G>A ENSP00000357307.4:p.Lys211= synonymous_variant 211 0.334491 0.334490996271578 46 0.0 51 0.29412 7 0.57143 +chr1 156042052 156042053 G A UBQLN4 ENST00000368309.4 1 protein_coding NA NA ENSG00000160803 ENST00000368309.4:c.1351-66C>T intron_variant 25.3718 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000361835.8 1 protein_coding NA NA ENSG00000143297 ENST00000361835.8:c.2632+40C>T intron_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000368190.7 1 protein_coding NA NA ENSG00000143297 downstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000643759.2 NA protein_coding NA NA ENSG00000163554 ENST00000643759.2:c.5189+20A>G intron_variant 0.0221569 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368124.8 1 protein_coding NA NA ENSG00000162706 ENST00000368124.8:c.1054+35C>T intron_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368125.9 1 protein_coding NA NA ENSG00000162706 ENST00000368125.9:c.952+35C>T intron_variant 0.028851799999999997 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000416746.1 1 protein_coding NA NA ENSG00000162706 downstream_gene_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000326245.4 1 protein_coding G/R Gga/Aga ENSG00000179914 ENST00000326245.4:c.805G>A ENSP00000323587.3:p.Gly269Arg missense_variant 269 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000326245.4 1 protein_coding NA NA ENSG00000179914 ENST00000326245.4:c.685+38A>T intron_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 161752392 161752393 C G DUSP12 ENST00000367943.5 1 protein_coding L ctC/ctG ENSG00000081721 ENST00000367943.5:c.603C>G ENSP00000356920.4:p.Leu201= synonymous_variant 201 15.6064 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 162497736 162497737 T A UHMK1 ENST00000489294.2 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 35.9051 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000538489.5 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 0.317796 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000545294.5 2 protein_coding NA NA ENSG00000152332 ENST00000545294.5:c.46+441T>A intron_variant 0.11696500000000001 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 167383890 167383891 A G POU2F1 ENST00000367862.9 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367862.9:c.720A>G ENSP00000356836.5:p.Leu240= synonymous_variant 240 0.028029900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367866.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367866.7:c.753A>G ENSP00000356840.2:p.Leu251= synonymous_variant 251 2.10393 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000420254.7 5 protein_coding L ctA/ctG ENSG00000143190 ENST00000420254.7:c.720A>G ENSP00000414660.4:p.Leu240= synonymous_variant 240 0.031297900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000429375.6 2 protein_coding L ctA/ctG ENSG00000143190 ENST00000429375.6:c.564A>G ENSP00000401217.2:p.Leu188= synonymous_variant 188 3.51461e-05 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000443275.2 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000443275.2:c.408A>G ENSP00000415993.1:p.Leu136= synonymous_variant 136 0.062209900000000005 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000541643.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000541643.7:c.684A>G ENSP00000441285.2:p.Leu228= synonymous_variant 228 0.12086600000000002 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 168179177 168179178 A T TIPRL ENST00000367830.3 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T TIPRL ENST00000367833.7 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00021221949 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022355728 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022188011 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022361129 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 169324380 169324381 A G NME7 ENST00000367811.8 1 protein_coding NA NA ENSG00000143156 ENST00000367811.8:c.111+12T>C intron_variant 10.5268 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000472647.5 2 protein_coding NA NA ENSG00000143156 ENST00000472647.5:c.3+12T>C intron_variant 0.0837938 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 179109009 179109010 T C ABL2 ENST00000344730.7 1 protein_coding NA NA ENSG00000143322 ENST00000344730.7:c.2015-112A>G intron_variant 4.084969999999999 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000367623.8 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000367623.8:c.2194A>G ENSP00000356595.4:p.Thr732Ala missense_variant 732 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000392043.4 1 protein_coding NA NA ENSG00000143322 downstream_gene_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000502732.6 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000502732.6:c.2257A>G ENSP00000427562.1:p.Thr753Ala missense_variant 753 17.0804 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000504405.5 1 protein_coding NA NA ENSG00000143322 ENST00000504405.5:c.1952-112A>G intron_variant 11.1308 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000507173.5 1 protein_coding NA NA ENSG00000143322 ENST00000507173.5:c.1997-112A>G intron_variant 0.379305 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000511413.5 1 protein_coding NA NA ENSG00000143322 ENST00000511413.5:c.2060-112A>G intron_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000512653.5 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000512653.5:c.2212A>G ENSP00000423578.1:p.Thr738Ala missense_variant 738 3.5672599999999997 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 183880710 183880711 A C RGL1 ENST00000304685.8 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000304685.8:c.626A>C ENSP00000303192.3:p.Tyr209Ser missense_variant 209 0.448895 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C RGL1 ENST00000360851.4 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000360851.4:c.521A>C ENSP00000354097.3:p.Tyr174Ser missense_variant 174 0.0118092 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 196468960 196468961 A G KCNT2 ENST00000294725.14 1 protein_coding NA NA ENSG00000162687 ENST00000294725.14:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000367433.9 1 protein_coding NA NA ENSG00000162687 ENST00000367433.9:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000451324.6 1 protein_coding NA NA ENSG00000162687 ENST00000451324.6:c.-162+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000609185.5 1 protein_coding NA NA ENSG00000162687 ENST00000609185.5:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000367429.9 1 protein_coding NA NA ENSG00000000971 ENST00000367429.9:c.1696+60T>A intron_variant 3.97994 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196995755 196995756 A G CFHR5 ENST00000256785.5 1 protein_coding N/S aAt/aGt ENSG00000134389 ENST00000256785.5:c.647A>G ENSP00000256785.4:p.Asn216Ser missense_variant 216 0.0 0.0 88 0.0 108 0.28704 0 0.0 +chr1 202746101 202746102 A G KDM5B ENST00000235790.9 2 protein_coding NA NA ENSG00000117139 ENST00000235790.9:c.1724+40T>C intron_variant 1.9144299999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367264.7 1 protein_coding NA NA ENSG00000117139 ENST00000367264.7:c.2306+40T>C intron_variant 2.34768 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367265.9 1 protein_coding NA NA ENSG00000117139 ENST00000367265.9:c.2198+40T>C intron_variant 0.10369 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648056.1 NA protein_coding NA NA ENSG00000117139 ENST00000648056.1:c.2183+40T>C intron_variant 0.262306 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648338.1 NA protein_coding NA NA ENSG00000117139 ENST00000648338.1:c.2198+40T>C intron_variant 0.274895 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648469.1 NA protein_coding NA NA ENSG00000117139 ENST00000648469.1:c.2075+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648473.1 NA protein_coding NA NA ENSG00000117139 ENST00000648473.1:c.2198+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649770.1 NA protein_coding NA NA ENSG00000117139 ENST00000649770.1:c.2075+40T>C intron_variant 0.158523 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649929.1 NA protein_coding NA NA ENSG00000117139 ENST00000649929.1:c.760+40T>C intron_variant 0.561082 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650569.1 NA protein_coding NA NA ENSG00000117139 ENST00000650569.1:c.2063+40T>C intron_variant 0.46212600000000004 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 203347717 203347718 G C FMOD ENST00000354955.5 1 protein_coding H/D Cac/Gac ENSG00000122176 ENST00000354955.5:c.553C>G ENSP00000347041.4:p.His185Asp missense_variant 185 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000647586.1 NA protein_coding H/D Cac/Gac ENSG00000122176 ENST00000647586.1:c.286C>G ENSP00000496856.1:p.His96Asp missense_variant 96 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 204125889 204125890 C T SOX13 ENST00000367204.6 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000367204.6:c.1625C>T ENSP00000356172.1:p.Ser542Leu missense_variant 542 0.441542 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000618875.4 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000618875.4:c.1625C>T ENSP00000478239.1:p.Ser542Leu missense_variant 542 1.23705 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204469484 204469485 A G PIK3C2B ENST00000367184.2 5 protein_coding NA NA ENSG00000133056 upstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000367187.7 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000367187.7:c.318T>C ENSP00000356155.3:p.Ser106= synonymous_variant 106 0.506316 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000424712.6 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000424712.6:c.318T>C ENSP00000400561.2:p.Ser106= synonymous_variant 106 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000429009.1 2 protein_coding NA NA ENSG00000133056 downstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000684373.1 NA protein_coding S tcT/tcC ENSG00000133056 ENST00000684373.1:c.318T>C ENSP00000507222.1:p.Ser106= synonymous_variant 106 2.4085799999999997 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204944128 204944129 C T NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.-90-97C>T intron_variant 1.7028299999999998e-06 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.-90-97C>T intron_variant 0.184806 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000403080.5 2 protein_coding NA NA ENSG00000163531 ENST00000403080.5:c.-90-97C>T intron_variant 0.186359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404076.5 5 protein_coding NA NA ENSG00000163531 ENST00000404076.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000430393.7 5 protein_coding NA NA ENSG00000163531 ENST00000430393.7:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000505079.5 4 protein_coding NA NA ENSG00000163531 ENST00000505079.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000513543.6 1 protein_coding NA NA ENSG00000163531 ENST00000513543.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000539706.6 5 protein_coding NA NA ENSG00000163531 ENST00000539706.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000680427.1 NA protein_coding NA NA ENSG00000163531 ENST00000680427.1:c.-90-97C>T intron_variant 0.021824 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.2471-1315C>G intron_variant 1.7028299999999998e-06 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000367173.7 5 protein_coding NA NA ENSG00000163531 ENST00000367173.7:c.2380-1315C>G intron_variant 0.0935108 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.2471-1315C>G intron_variant 0.184806 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404076.5 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000404076.5:c.2717C>G ENSP00000385676.1:p.Thr906Ser missense_variant 906 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000413225.5 5 protein_coding NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000425360.5 2 protein_coding NA NA ENSG00000163531 ENST00000425360.5:c.166-1315C>G intron_variant 0.0576149 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000430393.7 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000430393.7:c.2768C>G ENSP00000415031.3:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000513543.6 1 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000513543.6:c.2768C>G ENSP00000425908.1:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000539706.6 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000539706.6:c.2813C>G ENSP00000438614.2:p.Thr938Ser missense_variant 938 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.2256+60A>C intron_variant 0.0112434 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.1389+41C>G intron_variant 0.0112434 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 206474452 206474453 C G IKBKE ENST00000578328.6 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000578328.6:c.210C>G ENSP00000473833.1:p.Leu70= synonymous_variant 70 0.13688699999999998 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000579827.6 2 protein_coding L ctC/ctG ENSG00000263528 ENST00000579827.6:c.210C>G ENSP00000474422.1:p.Leu70= synonymous_variant 70 1.51375 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000581977.7 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000581977.7:c.210C>G ENSP00000464030.1:p.Leu70= synonymous_variant 70 5.1287400000000005 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000584998.5 1 protein_coding NA NA ENSG00000263528 ENST00000584998.5:c.-46C>G 5_prime_UTR_variant 0.8766889999999999 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605726.1 3 protein_coding L ctC/ctG ENSG00000263528 ENST00000605726.1:c.210C>G ENSP00000474229.1:p.Leu70= synonymous_variant 70 0.183974 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 207623001 207623002 C G CR1 ENST00000367049.9 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367049.9:c.7286C>G ENSP00000356016.4:p.Ser2429Cys missense_variant 2429 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367051.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367051.6:c.5936C>G ENSP00000356018.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367052.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367052.6:c.5936C>G ENSP00000356019.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367053.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367053.6:c.5936C>G ENSP00000356020.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000400960.7 1 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000400960.7:c.5936C>G ENSP00000383744.2:p.Ser1979Cys missense_variant 1979 0.0982718 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000529814.1 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000529814.1:c.1805C>G ENSP00000434718.1:p.Ser602Cys missense_variant 602 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367024.5 2 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367024.5:c.44G>A ENSP00000355991.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367025.8 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367025.8:c.44G>A ENSP00000355992.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367026.7 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367026.7:c.44G>A ENSP00000355993.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000400959.7 5 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000400959.7:c.44G>A ENSP00000383743.3:p.Trp15Ter stop_gained 15 0.00480735 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000479796.5 4 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000479796.5:c.44G>A ENSP00000419180.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366973.8 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 3.33348 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366974.9 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.5667989999999999 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366976.3 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 12.9258 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366977.8 1 protein_coding NA NA ENSG00000117697 upstream_gene_variant 1.47698 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366978.5 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 0.0 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000488246.6 2 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.07695 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526641.5 2 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 8.23576 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526997.5 3 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.92165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530399.2 4 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.177763 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530441.5 3 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000531963.5 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532324.5 2 protein_coding NA NA ENSG00000203705 ENST00000532324.5:c.-79_-44del 5_prime_UTR_variant 6.46323 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000626725.1 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 4.96756 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525592856 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525306551 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000511849 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00211097862 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525224933 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00187784285 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00196866901 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054046776 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205903615 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00051779715 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205929361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209747052 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00167740129 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055886724 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210003100 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00057333266 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00102832070 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053987466 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00522314372 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000427229 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053346675 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209660251 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055099597 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053240171 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054920221 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210254649 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210135528 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210032186 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205271842 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053291543 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209956967 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00206463692 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055585099 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210732361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000366933.5 1 protein_coding NA NA ENSG00000162814 ENST00000366933.5:c.241-66G>T intron_variant 0.547496 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 220690312 220690313 C T C1orf115 ENST00000294889.6 1 protein_coding NA NA ENSG00000162817 upstream_gene_variant 1.27379 1.27379434314286 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523285884 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523659367 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00208200208 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000350027.8 2 protein_coding NA NA ENSG00000143498 ENST00000350027.8:c.291+64C>T intron_variant 3.6788300000000005 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000352967.9 1 protein_coding NA NA ENSG00000143498 ENST00000352967.9:c.291+64C>T intron_variant 2.18947 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000366890.5 2 protein_coding NA NA ENSG00000143498 ENST00000366890.5:c.-51-4192C>T intron_variant 0.32014699999999996 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000391883.2 5 protein_coding NA NA ENSG00000143498 ENST00000391883.2:c.291+64C>T intron_variant 2.8709 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 223264671 223264672 G C SUSD4 ENST00000343846.7 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000343846.7:c.682C>G ENSP00000344219.3:p.Leu228Val missense_variant 228 0.306471 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000344029.6 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000344029.6:c.682C>G ENSP00000339926.6:p.Leu228Val missense_variant 228 8.64472 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000366878.9 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000366878.9:c.682C>G ENSP00000355843.4:p.Leu228Val missense_variant 228 4.3111399999999997e-08 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000484758.6 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000484758.6:c.469C>G ENSP00000477374.1:p.Leu157Val missense_variant 157 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000494793.6 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000494793.6:c.682C>G ENSP00000476954.1:p.Leu228Val missense_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000608996.5 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000608996.5:c.595C>G ENSP00000477432.1:p.Leu199Val missense_variant 199 4.3358099999999995 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000680429.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000680429.1:c.799C>G ENSP00000504955.1:p.Leu267Val missense_variant 267 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681285.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681285.1:c.898C>G ENSP00000505301.1:p.Leu300Val missense_variant 300 1.8624900000000002 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681305.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681305.1:c.682C>G ENSP00000505262.1:p.Leu228Val missense_variant 228 0.368197 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681669.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681669.1:c.682C>G ENSP00000505495.1:p.Leu228Val missense_variant 228 2.39819 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSM00308420767 NA NA NA NA TF_binding_site_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 225002994 225002995 G C DNAH14 ENST00000366849.5 1 protein_coding NA NA ENSG00000185842 ENST00000366849.5:c.906+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000400952.7 1 protein_coding NA NA ENSG00000185842 ENST00000400952.7:c.975+68G>C intron_variant 0.316517 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000430092.5 5 protein_coding NA NA ENSG00000185842 ENST00000430092.5:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000439375.6 5 protein_coding NA NA ENSG00000185842 ENST00000439375.6:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000445597.6 5 protein_coding NA NA ENSG00000185842 ENST00000445597.6:c.1033-4418G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000682510.1 NA protein_coding NA NA ENSG00000185842 ENST00000682510.1:c.975+68G>C intron_variant 0.0158972 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 226146892 226146893 C A ACBD3 ENST00000366812.6 1 protein_coding NA NA ENSG00000182827 ENST00000366812.6:c.1376-72G>T intron_variant 30.5661 31.746037768708895 45 0.0 52 0.30769 6 0.33333 +chr1 226737200 226737201 G A ITPKB ENST00000272117.8 1 protein_coding S agC/agT ENSG00000143772 ENST00000272117.8:c.258C>T ENSP00000272117.3:p.Ser86= synonymous_variant 86 1.20161 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000366784.1 1 protein_coding S agC/agT ENSG00000143772 ENST00000366784.1:c.258C>T ENSP00000355748.1:p.Ser86= synonymous_variant 86 2.30551 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000429204.6 5 protein_coding S agC/agT ENSG00000143772 ENST00000429204.6:c.258C>T ENSP00000411152.1:p.Ser86= synonymous_variant 86 7.44533 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 227091906 227091907 GC G CDC42BPA ENST00000334218.9 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000334218.9:c.2334del ENSP00000335341.6:p.Lys778AsnfsTer2 frameshift_variant 778 0.350189 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366764.8 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366764.8:c.2334del ENSP00000355726.5:p.Lys778AsnfsTer2 frameshift_variant 778 15.6832 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366766.8 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366766.8:c.2334del ENSP00000355728.5:p.Lys778AsnfsTer2 frameshift_variant 778 2.67608 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366767.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366767.7:c.2091del ENSP00000355729.3:p.Lys697AsnfsTer2 frameshift_variant 697 3.85669 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366769.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366769.7:c.2334del ENSP00000355731.3:p.Lys778AsnfsTer2 frameshift_variant 778 8.8276 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000442054.5 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000442054.5:c.214del ENSP00000401051.1:p.Lys72AsnfsTer2 frameshift_variant 72 2.01191 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091907 227091908 T G CDC42BPA ENST00000334218.9 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000334218.9:c.2333A>C ENSP00000335341.6:p.Lys778Thr missense_variant 778 0.350189 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366764.8 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366764.8:c.2333A>C ENSP00000355726.5:p.Lys778Thr missense_variant 778 15.6832 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366766.8 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366766.8:c.2333A>C ENSP00000355728.5:p.Lys778Thr missense_variant 778 2.67608 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366767.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366767.7:c.2090A>C ENSP00000355729.3:p.Lys697Thr missense_variant 697 3.85669 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366769.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366769.7:c.2333A>C ENSP00000355731.3:p.Lys778Thr missense_variant 778 8.8276 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000442054.5 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000442054.5:c.215A>C ENSP00000401051.1:p.Lys72Thr missense_variant 72 2.01191 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227646448 227646449 G A ZNF678 ENST00000343776.10 1 protein_coding NA NA ENSG00000181450 ENST00000343776.10:c.-163-95G>A intron_variant 1.68282 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000397097.4 1 protein_coding NA NA ENSG00000181450 upstream_gene_variant 0.17394400000000002 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000440339.1 2 protein_coding NA NA ENSG00000181450 ENST00000440339.1:c.124-95G>A intron_variant 3.2554 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000608949.5 1 protein_coding NA NA ENSG00000181450 ENST00000608949.5:c.-163-95G>A intron_variant 1.1199700000000001 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000284548.16 2 protein_coding NA NA ENSG00000154358 ENST00000284548.16:c.12466+23G>A intron_variant 1.5978299999999999 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000422127.5 5 protein_coding NA NA ENSG00000154358 ENST00000422127.5:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000483539.3 5 protein_coding NA NA ENSG00000154358 downstream_gene_variant 2.19414 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000570156.7 5 protein_coding NA NA ENSG00000154358 ENST00000570156.7:c.15337+23G>A intron_variant 0.000558846 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000636476.2 1 protein_coding NA NA ENSG00000154358 ENST00000636476.2:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000660857.1 NA protein_coding NA NA ENSG00000154358 upstream_gene_variant 0.218219 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000662438.1 NA protein_coding NA NA ENSG00000154358 ENST00000662438.1:c.14011+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000680850.1 NA protein_coding NA NA ENSG00000154358 ENST00000680850.1:c.15337+23G>A intron_variant 3.32372 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 231273930 231273931 G T GNPAT ENST00000366647.9 1 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000366647.9:c.1612G>T ENSP00000355607.4:p.Glu538Ter stop_gained 538 7.8585899999999995 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000416000.1 5 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000416000.1:c.1582G>T ENSP00000411640.1:p.Glu528Ter stop_gained 528 0.23724800000000001 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 232805681 232805682 C T MAP10 ENST00000418460.4 NA protein_coding P/L cCc/cTc ENSG00000212916 ENST00000418460.4:c.233C>T ENSP00000403208.2:p.Pro78Leu missense_variant 78 1.99575 1.9957488661928897 19 0.0 30 0.23333 32 0.46875 +chr1 243164805 243164806 G C CEP170 ENST00000336415.8 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000336415.8:c.3046C>G ENSP00000338161.4:p.His1016Asp missense_variant 1016 13.8988 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366542.6 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366542.6:c.3154C>G ENSP00000355500.1:p.His1052Asp missense_variant 1052 13.2332 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366543.5 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366543.5:c.2860C>G ENSP00000355501.1:p.His954Asp missense_variant 954 0.0715751 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366544.5 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366544.5:c.2860C>G ENSP00000355502.1:p.His954Asp missense_variant 954 3.6955400000000003 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000413359.6 3 protein_coding NA NA ENSG00000143702 upstream_gene_variant 7.813680000000001 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000464936.5 5 protein_coding NA NA ENSG00000143702 upstream_gene_variant 0.0490294 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000490813.5 1 protein_coding NA NA ENSG00000143702 upstream_gene_variant 2.92152e-06 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000492145.1 5 protein_coding NA NA ENSG00000143702 upstream_gene_variant 1.23333 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000522895.1 3 protein_coding NA NA ENSG00000143702 downstream_gene_variant 0.512864 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366523.6 3 protein_coding NA NA ENSG00000203666 ENST00000366523.6:c.306+25A>G intron_variant 0.291108 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000425550.5 3 protein_coding NA NA ENSG00000203666 ENST00000425550.5:c.281+25A>G intron_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000427529.1 3 protein_coding NA NA ENSG00000203666 ENST00000427529.1:c.29+25A>G intron_variant 1.09215 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000447569.6 2 protein_coding NA NA ENSG00000203666 ENST00000447569.6:c.306+25A>G intron_variant 1.83827 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000551317.5 3 protein_coding NA NA ENSG00000203666 ENST00000551317.5:c.281+25A>G intron_variant 0.050096499999999995 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 248239029 248239030 C T OR2M4 ENST00000641868.1 NA protein_coding I atC/atT ENSG00000171180 ENST00000641868.1:c.102C>T ENSP00000492992.1:p.Ile34= synonymous_variant 34 0.160439 0.160439370268546 188 0.0 251 0.35857 0 0.0 diff --git a/tests/test_data/input_file_converter/output_pvacsplice.tsv b/tests/test_data/input_file_converter/output_pvacsplice.tsv new file mode 100644 index 000000000..006db19c4 --- /dev/null +++ b/tests/test_data/input_file_converter/output_pvacsplice.tsv @@ -0,0 +1,935 @@ +chromosome_name start stop reference variant gene_name transcript_name transcript_support_level biotype amino_acid_change codon_change ensembl_gene_id hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf +chr1 686084 686085 G A OR4F16 ENST00000332831.5 NA protein_coding T acC/acT ENSG00000284662 ENST00000332831.5:c.570C>T ENSP00000329982.2:p.Thr190= synonymous_variant 190 0.0 0.0 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000419394.2 5 processed_transcript NA NA ENSG00000230021 ENST00000419394.2:n.480+17600C>T intron_variant&non_coding_transcript_variant 0.08176239999999999 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000440200.5 5 processed_transcript NA NA ENSG00000230021 ENST00000440200.5:n.169+33947C>T intron_variant&non_coding_transcript_variant 0.0 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000634337.2 5 processed_transcript NA NA ENSG00000230021 ENST00000634337.2:n.160+12842C>T intron_variant&non_coding_transcript_variant 0.0 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000635509.2 5 processed_transcript NA NA ENSG00000230021 ENST00000635509.2:n.312+25626C>T intron_variant&non_coding_transcript_variant 0.0468289 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000648019.1 NA processed_transcript NA NA ENSG00000230021 ENST00000648019.1:n.635+12842C>T intron_variant&non_coding_transcript_variant 0.705205 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSR00000918327 NA TF_binding_site NA NA regulatory_region_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSR00001164778 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSM00205588369 NA NA NA NA TF_binding_site_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686482 686483 G C OR4F16 ENST00000332831.5 NA protein_coding P/A Ccc/Gcc ENSG00000284662 ENST00000332831.5:c.172C>G ENSP00000329982.2:p.Pro58Ala missense_variant 58 0.0 0.0 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000419394.2 5 processed_transcript NA NA ENSG00000230021 ENST00000419394.2:n.480+17202C>G intron_variant&non_coding_transcript_variant 0.08176239999999999 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000440200.5 5 processed_transcript NA NA ENSG00000230021 ENST00000440200.5:n.169+33549C>G intron_variant&non_coding_transcript_variant 0.0 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000634337.2 5 processed_transcript NA NA ENSG00000230021 ENST00000634337.2:n.160+12444C>G intron_variant&non_coding_transcript_variant 0.0 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000635509.2 5 processed_transcript NA NA ENSG00000230021 ENST00000635509.2:n.312+25228C>G intron_variant&non_coding_transcript_variant 0.0468289 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000648019.1 NA processed_transcript NA NA ENSG00000230021 ENST00000648019.1:n.635+12444C>G intron_variant&non_coding_transcript_variant 0.705205 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENSR00000918327 NA TF_binding_site NA NA regulatory_region_variant NA NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 1212739 1212740 A C SDF4 ENST00000263741.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 0.0 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000360001.12 1 protein_coding NA NA ENSG00000078808 downstream_gene_variant 77.3837 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000379236.4 1 protein_coding NA NA ENSG00000186827 ENST00000379236.4:c.371-36T>G intron_variant 0.0547509 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000453580.1 3 processed_transcript NA NA ENSG00000186827 ENST00000453580.1:n.207-36T>G intron_variant&non_coding_transcript_variant 0.0 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000465727.5 2 nonsense_mediated_decay NA NA ENSG00000078808 downstream_gene_variant 0.12130099999999999 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000478938.1 2 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.142948 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000494748.1 2 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.657779 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000497869.5 2 retained_intron NA NA ENSG00000186827 ENST00000497869.5:n.951-36T>G intron_variant&non_coding_transcript_variant 0.0520039 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000660930.1 NA protein_coding NA NA ENSG00000078808 downstream_gene_variant 5.68899 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C ENSR00000344538 NA promoter NA NA regulatory_region_variant NA NA 21 0.0 24 1.0 2 1.0 +chr1 2489142 2489143 G C PLCH2 ENST00000278878.6 5 protein_coding NA NA ENSG00000149527 ENST00000278878.6:c.811-64G>C intron_variant 0.07958889999999999 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000343889.8 5 retained_intron NA NA ENSG00000149527 ENST00000343889.8:n.1609-64G>C intron_variant&non_coding_transcript_variant 0.00744033 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000378486.8 1 protein_coding NA NA ENSG00000149527 ENST00000378486.8:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000419816.6 5 protein_coding NA NA ENSG00000149527 ENST00000419816.6:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000424657.1 3 lncRNA NA NA ENSG00000224387 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000442305.1 3 lncRNA NA NA ENSG00000229393 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000449969.5 5 protein_coding NA NA ENSG00000149527 ENST00000449969.5:c.1155-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2591127 2591128 C G MMEL1 ENST00000378412.8 2 protein_coding NA NA ENSG00000142606 ENST00000378412.8:c.2241-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378424.9 5 protein_coding NA NA ENSG00000157870 ENST00000378424.9:c.*1714C>G 3_prime_UTR_variant 0.14973399999999998 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378425.9 2 protein_coding NA NA ENSG00000157870 ENST00000378425.9:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378427.6 2 protein_coding NA NA ENSG00000157870 ENST00000378427.6:c.*1714C>G 3_prime_UTR_variant 0.795349 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000419916.8 1 protein_coding NA NA ENSG00000157870 ENST00000419916.8:c.*1701C>G 3_prime_UTR_variant 2.80022 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000444521.6 2 protein_coding NA NA ENSG00000157870 ENST00000444521.6:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000464043.5 3 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000464195.1 2 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000465233.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000469962.1 3 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000471840.5 5 protein_coding NA NA ENSG00000142606 ENST00000471840.5:c.102-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000474659.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000476686.1 1 retained_intron NA NA ENSG00000157870 ENST00000476686.1:n.2166C>G non_coding_transcript_exon_variant 0.0324132 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000477045.1 2 retained_intron NA NA ENSG00000157870 downstream_gene_variant 0.204006 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000481683.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.174978 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000484099.5 2 processed_transcript NA NA ENSG00000157870 ENST00000484099.5:n.2236C>G non_coding_transcript_exon_variant 0.5334909999999999 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000491941.5 3 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000493183.5 2 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000498083.2 3 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000502556.5 1 protein_coding NA NA ENSG00000142606 ENST00000502556.5:c.1770-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000504800.5 2 nonsense_mediated_decay NA NA ENSG00000142606 ENST00000504800.5:c.*434-39G>C intron_variant&NMD_transcript_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000537325.6 2 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000489961.1 5 processed_transcript NA NA ENSG00000048707 downstream_gene_variant 0.844454 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000613099.4 1 protein_coding NA NA ENSG00000048707 ENST00000613099.4:c.1110+26C>G intron_variant 13.7009 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000620676.6 1 protein_coding NA NA ENSG00000048707 ENST00000620676.6:c.1110+26C>G intron_variant 3.4669300000000005 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000376189.5 1 protein_coding NA NA ENSG00000232423 ENST00000376189.5:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000415464.6 1 protein_coding NA NA ENSG00000232423 ENST00000415464.6:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 13318693 13318694 G A PRAMEF15 ENST00000376152.2 1 protein_coding R/H cGt/cAt ENSG00000204501 ENST00000376152.2:c.287G>A ENSP00000365322.1:p.Arg96His missense_variant 96 0.0 0.0 513 0.04094 570 0.09825 0 0.0 +chr1 15943395 15943396 G T ZBTB17 ENST00000375733.6 1 protein_coding NA NA ENSG00000116809 ENST00000375733.6:c.1697+3C>A splice_donor_region_variant&intron_variant 0.915608 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000375743.9 1 protein_coding NA NA ENSG00000116809 ENST00000375743.9:c.1697+3C>A splice_donor_region_variant&intron_variant 12.8387 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000375759.8 1 protein_coding NA NA ENSG00000065526 downstream_gene_variant 18.0954 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000440560.5 3 protein_coding NA NA ENSG00000116809 upstream_gene_variant 0.719126 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000444358.1 5 protein_coding NA NA ENSG00000116809 ENST00000444358.1:c.367+3C>A splice_donor_region_variant&intron_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000462525.1 2 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 0.630318 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000464719.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.23817 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000471805.5 2 processed_transcript NA NA ENSG00000116809 ENST00000471805.5:n.388C>A non_coding_transcript_exon_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000472658.1 3 processed_transcript NA NA ENSG00000116809 ENST00000472658.1:n.452C>A non_coding_transcript_exon_variant 1.08338 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000474511.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.451614 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000479282.5 2 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.3444399999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000487496.1 1 processed_transcript NA NA ENSG00000065526 downstream_gene_variant 1.09994 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000487785.1 2 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.23981999999999998 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000488008.1 3 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 1.46458 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000490899.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000492834.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.45398599999999995 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000494020.1 3 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.44644799999999996 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000537142.5 2 protein_coding NA NA ENSG00000116809 ENST00000537142.5:c.1451+3C>A splice_donor_region_variant&intron_variant 0.7726609999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 16006133 16006134 G T SRARP ENST00000329454.2 1 protein_coding G/W Ggg/Tgg ENSG00000183888 ENST00000329454.2:c.298G>T ENSP00000332162.2:p.Gly100Trp missense_variant 100 0.08198960000000001 0.0819896086020875 140 0.00714 177 1.0 0 0.0 +chr1 16006133 16006134 G T ENST00000437156.1 2 lncRNA NA NA ENSG00000233078 downstream_gene_variant NA NA 140 0.00714 177 1.0 0 0.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375534.7 2 protein_coding NA NA ENSG00000117122 downstream_gene_variant 0.42352700000000004 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375535.4 1 protein_coding NA NA ENSG00000117122 downstream_gene_variant 4.07866 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000375541.10 5 protein_coding S/C tCc/tGc ENSG00000058453 ENST00000375541.10:c.6026C>G ENSP00000364691.4:p.Ser2009Cys missense_variant 2009 2.14688 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465021.5 3 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 2.8704 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465291.1 2 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 1.9251099999999999 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000476788.5 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.567811 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000478684.5 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.16603199999999999 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000490075.5 2 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.116997 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000492598.1 3 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.0 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENST00000654887.1 NA lncRNA NA NA ENSG00000286898 upstream_gene_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENSR00000348777 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000326735.13 1 protein_coding NA NA ENSG00000159363 ENST00000326735.13:c.3236-43C>A intron_variant 18.9057 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000341676.9 1 protein_coding NA NA ENSG00000159363 ENST00000341676.9:c.3103+130C>A intron_variant 1.74836 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENST00000446261.1 3 lncRNA NA NA ENSG00000226526 ENST00000446261.1:n.187+7563G>T intron_variant&non_coding_transcript_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000452699.5 1 protein_coding NA NA ENSG00000159363 ENST00000452699.5:c.3221-43C>A intron_variant 18.673 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000466561.1 5 retained_intron NA NA ENSG00000159363 ENST00000466561.1:n.1239C>A non_coding_transcript_exon_variant 0.681856 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000502418.1 3 protein_coding NA NA ENSG00000159363 ENST00000502418.1:c.823+130C>A intron_variant 2.75042 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000503552.1 5 protein_coding NA NA ENSG00000159363 downstream_gene_variant 1.60607 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENSR00000250484 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 18849577 18849578 G A TAS1R2 ENST00000375371.3 2 protein_coding NA NA ENSG00000179002 ENST00000375371.3:c.1258-28C>T intron_variant 0.011410600000000002 0.0114105534536231 55 0.0 79 0.70886 0 0.0 +chr1 18849577 18849578 G A ENSR00001166110 NA enhancer NA NA regulatory_region_variant NA NA 55 0.0 79 0.70886 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000166244.8 2 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000166244.8:c.369C>A ENSP00000166244.3:p.Asn123Lys missense_variant 123 0.00111836 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000374644.8 1 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000374644.8:c.369C>A ENSP00000363775.4:p.Asn123Lys missense_variant 123 0.0 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000432749.6 2 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000432749.6:c.361G>A ENSP00000404606.2:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000509305.6 1 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000509305.6:c.361G>A ENSP00000423689.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000510260.5 5 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000510260.5:c.361G>A ENSP00000426317.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000361729.3 1 protein_coding NA NA ENSG00000007968 ENST00000361729.3:c.359-62G>A intron_variant 3.27884 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000487237.1 3 processed_transcript NA NA ENSG00000007968 upstream_gene_variant 0.16423800000000002 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374276.4 1 protein_coding NA NA ENSG00000158014 ENST00000374276.4:c.973+61C>A intron_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374278.7 1 protein_coding NA NA ENSG00000158014 ENST00000374278.7:c.826+61C>A intron_variant 0.12042 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000374280.4 1 protein_coding NA NA ENSG00000158008 downstream_gene_variant 11.2111 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000470037.1 5 processed_transcript NA NA ENSG00000158008 downstream_gene_variant 4.06806 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000498060.1 5 processed_transcript NA NA ENSG00000158014 downstream_gene_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 27359862 27359863 T G MAP3K6 ENST00000357582.3 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000357582.3:c.2314A>C ENSP00000350195.2:p.Ile772Leu missense_variant 772 8.07955 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000374040.7 1 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000374040.7:c.2290A>C ENSP00000363152.2:p.Ile764Leu missense_variant 764 4.72837 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000470890.1 2 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.04596 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000476509.1 5 retained_intron NA NA ENSG00000142733 upstream_gene_variant 0.19509 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000486046.5 3 protein_coding NA NA ENSG00000142733 upstream_gene_variant 10.6609 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000493901.6 5 retained_intron NA NA ENSG00000142733 ENST00000493901.6:n.1918A>C non_coding_transcript_exon_variant 4.8590599999999995 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000495230.2 2 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.08712 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000659880.1 NA nonsense_mediated_decay NA NA ENSG00000142733 upstream_gene_variant 1.01223 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000671291.1 NA retained_intron NA NA ENSG00000142733 ENST00000671291.1:n.1148A>C non_coding_transcript_exon_variant 0.9218649999999999 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351781 NA promoter NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351782 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27793606 27793607 C G STX12 ENST00000373943.9 1 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000373943.9:c.263C>G ENSP00000363054.4:p.Pro88Arg missense_variant 88 19.340999999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000440806.2 3 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000440806.2:c.263C>G ENSP00000392577.2:p.Pro88Arg missense_variant 88 3.7486099999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000468761.1 2 processed_transcript NA NA ENSG00000117758 ENST00000468761.1:n.316C>G non_coding_transcript_exon_variant 1.9092900000000002 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373381.9 1 protein_coding NA NA ENSG00000121904 ENST00000373381.9:c.8132-46G>C intron_variant 0.0210136 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373388.7 1 protein_coding NA NA ENSG00000121904 ENST00000373388.7:c.8138-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000465819.1 5 protein_coding NA NA ENSG00000121904 ENST00000465819.1:c.455-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000619121.4 5 protein_coding NA NA ENSG00000121904 ENST00000619121.4:c.8012-46G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 36179726 36179727 G A MAP7D1 ENST00000316156.8 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000316156.8:c.2178G>A ENSP00000320228.4:p.Glu726= synonymous_variant 726 13.6821 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373150.8 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000373150.8:c.2193G>A ENSP00000362243.4:p.Glu731= synonymous_variant 731 28.8583 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373151.6 1 protein_coding E gaG/gaA ENSG00000116871 ENST00000373151.6:c.2292G>A ENSP00000362244.2:p.Glu764= synonymous_variant 764 6.41844 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000474796.2 2 protein_coding E gaG/gaA ENSG00000116871 ENST00000474796.2:c.2289G>A ENSP00000507044.1:p.Glu763= synonymous_variant 763 24.1707 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179728 GG AA MAP7D1 ENST00000316156.8 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000316156.8:c.2178_2179delinsAA ENSP00000320228.4:p.Glu727Lys missense_variant 726-727 13.6821 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989_990delinsAA non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373150.8 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373150.8:c.2193_2194delinsAA ENSP00000362243.4:p.Glu732Lys missense_variant 731-732 28.8583 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373151.6 1 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373151.6:c.2292_2293delinsAA ENSP00000362244.2:p.Glu765Lys missense_variant 764-765 6.41844 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000474796.2 2 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000474796.2:c.2289_2290delinsAA ENSP00000507044.1:p.Glu764Lys missense_variant 763-764 24.1707 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599_600delinsAA non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179727 36179728 G A MAP7D1 ENST00000316156.8 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000316156.8:c.2179G>A ENSP00000320228.4:p.Glu727Lys missense_variant 727 13.6821 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373148.5 2 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.990G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373150.8 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373150.8:c.2194G>A ENSP00000362243.4:p.Glu732Lys missense_variant 732 28.8583 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373151.6 1 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373151.6:c.2293G>A ENSP00000362244.2:p.Glu765Lys missense_variant 765 6.41844 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000429533.6 3 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000474796.2 2 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000474796.2:c.2290G>A ENSP00000507044.1:p.Glu764Lys missense_variant 764 24.1707 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487114.1 2 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.600G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487131.3 5 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000530975.4 5 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000532131.1 5 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 37721680 37721681 G T EPHA10 ENST00000373048.9 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000373048.9:c.2125C>A ENSP00000362139.4:p.Leu709Met missense_variant 709 0.0020440000000000002 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000427468.6 5 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000427468.6:c.2125C>A ENSP00000397746.2:p.Leu709Met missense_variant 709 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000432874.7 5 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000432874.7:c.*20C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000437645.5 1 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000437645.5:c.*433C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0301566 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000446149.6 5 processed_transcript NA NA ENSG00000183317 ENST00000446149.6:n.924C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000453577.1 3 retained_intron NA NA ENSG00000183317 ENST00000453577.1:n.177C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000534097.5 1 nonsense_mediated_decay L/M Ctg/Atg ENSG00000183317 ENST00000534097.5:c.625C>A ENSP00000431389.1:p.Leu209Met missense_variant&NMD_transcript_variant 209 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000540011.2 5 protein_coding NA NA ENSG00000183317 downstream_gene_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T ENSR00000354218 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 184 0.0 157 0.38217 0 0.0 +chr1 39429921 39429922 G C MACF1 ENST00000289893.8 5 retained_intron NA NA ENSG00000127603 ENST00000289893.8:n.12435G>C non_coding_transcript_exon_variant 19.3676 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000361689.7 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000361689.7:c.10798G>C ENSP00000354573.2:p.Glu3600Gln missense_variant 3600 7.2838e-10 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372915.8 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372915.8:c.16672G>C ENSP00000362006.4:p.Glu5558Gln missense_variant 5558 6.520340000000001e-07 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372925.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372925.6:c.7810G>C ENSP00000362016.2:p.Glu2604Gln missense_variant 2604 2.24966 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000473843.1 2 processed_transcript NA NA ENSG00000127603 upstream_gene_variant 1.33142 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000530275.3 NA protein_coding NA NA ENSG00000127603 downstream_gene_variant 9.86041 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000564288.6 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000564288.6:c.16984G>C ENSP00000455274.1:p.Glu5662Gln missense_variant 5662 4.87478 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000567887.5 5 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000567887.5:c.17095G>C ENSP00000455823.1:p.Glu5699Gln missense_variant 5699 0.0 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000671089.2 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000671089.2:c.10645G>C ENSP00000499399.1:p.Glu3549Gln missense_variant 3549 28.9608 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000683517.1 NA protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000683517.1:c.1336G>C ENSP00000508231.1:p.Glu446Gln missense_variant 446 1.41898 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000686067.1 NA retained_intron NA NA ENSG00000127603 ENST00000686067.1:n.2657G>C non_coding_transcript_exon_variant 0.646605 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000687997.1 NA retained_intron NA NA ENSG00000127603 ENST00000687997.1:n.2657G>C non_coding_transcript_exon_variant 7.0879e-05 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 40315503 40315504 G C COL9A2 ENST00000372736.3 3 protein_coding NA NA ENSG00000049089 ENST00000372736.3:c.150+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000372748.8 1 protein_coding NA NA ENSG00000049089 ENST00000372748.8:c.150+86C>G intron_variant 0.704575 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000417105.6 5 protein_coding NA NA ENSG00000049089 ENST00000417105.6:c.-133+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000461118.6 1 retained_intron NA NA ENSG00000049089 ENST00000461118.6:n.489-39C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000482722.5 1 retained_intron NA NA ENSG00000049089 ENST00000482722.5:n.110+86C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000488463.6 5 processed_transcript NA NA ENSG00000049089 upstream_gene_variant 0.034793199999999996 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000490132.1 3 processed_transcript NA NA ENSG00000049089 ENST00000490132.1:n.267-39C>G intron_variant&non_coding_transcript_variant 0.25378 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000495948.1 2 retained_intron NA NA ENSG00000049089 ENST00000495948.1:n.312C>G non_coding_transcript_exon_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000496215.5 5 retained_intron NA NA ENSG00000049089 ENST00000496215.5:n.127+86C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000642679.1 NA protein_coding NA NA ENSG00000049089 ENST00000642679.1:c.-133+86C>G intron_variant 0.10741500000000001 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C ENSR00000005197 NA promoter NA NA regulatory_region_variant NA NA 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C ENSR00000354822 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 213 0.01408 257 0.01946 0 0.0 +chr1 42775287 42775288 A G C1orf50 ENST00000372525.7 1 protein_coding D/G gAc/gGc ENSG00000164008 ENST00000372525.7:c.494A>G ENSP00000361603.4:p.Asp165Gly missense_variant 165 2.92541 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000447572.1 3 lncRNA NA NA ENSG00000228452 downstream_gene_variant NA NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000464081.1 5 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000464081.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 0.44962700000000005 NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000468913.2 5 processed_transcript NA NA ENSG00000164008 ENST00000468913.2:n.449A>G non_coding_transcript_exon_variant 0.42915200000000003 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000494155.1 3 retained_intron NA NA ENSG00000164008 downstream_gene_variant 0.53733 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000603943.6 5 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000603943.6:c.*299A>G 3_prime_UTR_variant&NMD_transcript_variant 0.24832100000000001 NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000650521.1 NA nonsense_mediated_decay NA NA ENSG00000164008 ENST00000650521.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 1.20729 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000685942.1 NA processed_transcript NA NA ENSG00000164008 ENST00000685942.1:n.412A>G non_coding_transcript_exon_variant 0.0 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000687946.1 NA nonsense_mediated_decay NA NA ENSG00000164008 ENST00000687946.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 0.576908 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000691126.1 NA processed_transcript NA NA ENSG00000164008 ENST00000691126.1:n.404A>G non_coding_transcript_exon_variant 8.870230000000001 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000691927.1 NA processed_transcript NA NA ENSG00000164008 downstream_gene_variant 0.0 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000692016.1 NA processed_transcript NA NA ENSG00000164008 ENST00000692016.1:n.393A>G non_coding_transcript_exon_variant 3.5154099999999997 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000692952.1 NA processed_transcript NA NA ENSG00000164008 ENST00000692952.1:n.413A>G non_coding_transcript_exon_variant 0.6901729999999999 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000693399.1 NA retained_intron NA NA ENSG00000164008 downstream_gene_variant 2.03036 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42794425 42794426 A T TMEM269 ENST00000421630.6 5 nonsense_mediated_decay T acA/acT ENSG00000274386 ENST00000421630.6:c.297A>T ENSP00000490287.1:p.Thr99= synonymous_variant&NMD_transcript_variant 99 0.1538 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000464081.1 5 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000464081.1:c.*609A>T 3_prime_UTR_variant&NMD_transcript_variant 0.44962700000000005 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000536543.6 5 protein_coding T acA/acT ENSG00000274386 ENST00000536543.6:c.297A>T ENSP00000490716.2:p.Thr99= synonymous_variant 99 0.603846 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000603943.6 5 nonsense_mediated_decay NA NA ENSG00000283580 downstream_gene_variant 0.24832100000000001 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000605272.1 5 processed_transcript NA NA ENSG00000274386 ENST00000605272.1:n.94A>T non_coding_transcript_exon_variant 0.653221 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000637012.2 5 protein_coding T acA/acT ENSG00000274386 ENST00000637012.2:c.297A>T ENSP00000490213.1:p.Thr99= synonymous_variant 99 0.141244 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 43338031 43338032 G C MPL ENST00000372470.9 1 protein_coding NA NA ENSG00000117400 ENST00000372470.9:c.80-67G>C intron_variant 0.11829200000000001 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000413998.7 1 protein_coding NA NA ENSG00000117400 ENST00000413998.7:c.80-88G>C intron_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000638732.1 1 retained_intron NA NA ENSG00000117400 ENST00000638732.1:n.80-67G>C intron_variant&non_coding_transcript_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C ENSR00000355580 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 69 0.0 74 0.67568 0 0.0 +chr1 43432295 43432296 G C SZT2 ENST00000470139.1 2 nonsense_mediated_decay NA NA ENSG00000198198 downstream_gene_variant 1.6636900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000478140.1 2 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.8146900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000562955.2 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000562955.2:c.5128G>C ENSP00000457168.1:p.Gly1710Arg missense_variant 1710 0.575702 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000634258.3 5 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000634258.3:c.5299G>C ENSP00000489255.1:p.Gly1767Arg missense_variant 1767 4.9455800000000005 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638642.1 3 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.15442 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638769.1 3 retained_intron NA NA ENSG00000198198 upstream_gene_variant 3.3238 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000639197.1 NA retained_intron NA NA ENSG00000198198 upstream_gene_variant 0.952032 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000648058.1 NA retained_intron NA NA ENSG00000198198 ENST00000648058.1:n.558G>C non_coding_transcript_exon_variant 2.27336 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000649403.1 NA processed_transcript NA NA ENSG00000198198 ENST00000649403.1:n.49G>C non_coding_transcript_exon_variant 1.87497 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43960389 43960390 G T IPO13 ENST00000372343.8 1 protein_coding NA NA ENSG00000117408 ENST00000372343.8:c.2109+61G>T intron_variant 10.8193 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000480902.1 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 2.0055400000000003 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000489773.5 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.0 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000492152.5 3 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.359555 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43977963 43977964 C T ATP6V0B ENST00000236067.8 2 protein_coding NA NA ENSG00000117410 ENST00000236067.8:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 15.2655 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000255108.8 1 protein_coding NA NA ENSG00000132768 downstream_gene_variant 19.1748 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000309519.8 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 28.6133 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000356836.10 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.25993 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000372324.6 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 5.28257 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000396758.6 3 protein_coding NA NA ENSG00000132768 downstream_gene_variant 0.449304 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000434555.7 1 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.0185899999999999 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000461670.5 5 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.42011800000000005 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000468183.5 1 retained_intron NA NA ENSG00000117410 ENST00000468183.5:n.2101C>T non_coding_transcript_exon_variant 0.0 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000471859.6 5 protein_coding NA NA ENSG00000117410 ENST00000471859.6:c.733-17C>T splice_polypyrimidine_tract_variant&intron_variant 0.101035 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472174.7 1 protein_coding NA NA ENSG00000117410 ENST00000472174.7:c.592-17C>T splice_polypyrimidine_tract_variant&intron_variant 109.086 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472277.5 3 processed_transcript NA NA ENSG00000117410 downstream_gene_variant 0.705461 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472505.6 5 protein_coding NA NA ENSG00000117410 downstream_gene_variant 0.343954 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000473485.5 2 retained_intron NA NA ENSG00000117410 ENST00000473485.5:n.1353-17C>T splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 1.23197 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000481924.2 2 protein_coding NA NA ENSG00000117411 upstream_gene_variant 2.77088 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000485678.6 3 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.718284 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000495421.1 2 nonsense_mediated_decay NA NA ENSG00000132768 downstream_gene_variant 3.5738199999999996 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000496131.1 3 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.628174 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000497866.6 2 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.528991 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498208.1 5 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.23335300000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000498543.1 3 protein_coding NA NA ENSG00000117411 upstream_gene_variant 0.5229050000000001 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498664.1 2 protein_coding NA NA ENSG00000117410 ENST00000498664.1:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 2.0811900000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532072.1 4 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.575309 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532642.5 2 protein_coding NA NA ENSG00000117410 ENST00000532642.5:c.*553C>T 3_prime_UTR_variant 2.76753 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ENST00000647729.1 NA lncRNA NA NA ENSG00000285649 upstream_gene_variant NA NA 457 0.0 608 0.30592 17 0.35294 +chr1 45051304 45051305 GT G ZSWIM5 ENST00000359600.6 1 protein_coding NA NA ENSG00000162415 ENST00000359600.6:c.1253-52del intron_variant 0.28113499999999997 0.606276373136779 46 0.0 54 0.40741 0 0.0 +chr1 45058674 45058675 G A ZSWIM5 ENST00000359600.6 1 protein_coding L/F Ctc/Ttc ENSG00000162415 ENST00000359600.6:c.1186C>T ENSP00000352614.5:p.Leu396Phe missense_variant 396 0.28113499999999997 0.606276373136779 191 0.0 223 0.35426 0 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000329231.8 2 protein_coding NA NA ENSG00000123472 ENST00000329231.8:c.495+98G>A intron_variant 0.0240993 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000371937.8 1 protein_coding NA NA ENSG00000123472 ENST00000371937.8:c.495+98G>A intron_variant 0.0 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000474020.5 2 retained_intron NA NA ENSG00000123472 ENST00000474020.5:n.213+98G>A intron_variant&non_coding_transcript_variant 2.3845400000000003 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000487193.1 5 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000487193.1:c.*115+98G>A intron_variant&NMD_transcript_variant 0.09608960000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000525633.1 4 processed_transcript NA NA ENSG00000123472 downstream_gene_variant 0.0881248 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000526821.5 3 protein_coding NA NA ENSG00000123472 ENST00000526821.5:c.168+98G>A intron_variant 5.662319999999999 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000529214.5 2 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000529214.5:c.*115+98G>A intron_variant&NMD_transcript_variant 9.660219999999999e-08 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000532925.5 2 protein_coding NA NA ENSG00000123472 ENST00000532925.5:c.162+98G>A intron_variant 2.46382e-10 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000534216.5 5 protein_coding NA NA ENSG00000123472 ENST00000534216.5:c.41+98G>A intron_variant 0.8684370000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000542495.5 2 protein_coding NA NA ENSG00000123472 ENST00000542495.5:c.-28+98G>A intron_variant 1.2482799999999998 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000574428.5 1 protein_coding NA NA ENSG00000123472 ENST00000574428.5:c.426+98G>A intron_variant 24.6774 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000576409.5 1 protein_coding NA NA ENSG00000123472 ENST00000576409.5:c.495+98G>A intron_variant 3.0986 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 52961569 52961570 C A SCP2 ENST00000371509.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371509.8:c.332C>A ENSP00000360564.4:p.Ala111Asp missense_variant 111 1.36043 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371513.9 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371513.9:c.332C>A ENSP00000360568.5:p.Ala111Asp missense_variant 111 0.575063 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371514.8 1 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371514.8:c.464C>A ENSP00000360569.3:p.Ala155Asp missense_variant 155 5.4565 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000407246.6 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000407246.6:c.392C>A ENSP00000384569.2:p.Ala131Asp missense_variant 131 6.622560000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000473584.1 2 processed_transcript NA NA ENSG00000116171 upstream_gene_variant 0.0933097 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000478631.6 2 nonsense_mediated_decay A/D gCt/gAt ENSG00000116171 ENST00000478631.6:c.464C>A ENSP00000435194.1:p.Ala155Asp missense_variant&NMD_transcript_variant 155 0.188924 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528311.5 2 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000528311.5:c.221C>A ENSP00000434132.1:p.Ala74Asp missense_variant 74 0.728558 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528809.1 5 processed_transcript NA NA ENSG00000116171 ENST00000528809.1:n.481C>A non_coding_transcript_exon_variant 1.9948700000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000529363.2 5 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000529363.2:c.389C>A ENSP00000431279.2:p.Ala130Asp missense_variant 130 0.0 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 54610759 54610760 A T FAM151A ENST00000302250.7 1 protein_coding NA NA ENSG00000162391 ENST00000302250.7:c.941-205T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000343744.7 1 protein_coding NA NA ENSG00000162390 downstream_gene_variant 0.0 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T FAM151A ENST00000371304.2 5 protein_coding NA NA ENSG00000162391 ENST00000371304.2:c.917+869T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000371316.3 1 protein_coding NA NA ENSG00000162390 ENST00000371316.3:c.1629+2692A>T intron_variant 0.8318469999999999 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000481208.5 2 processed_transcript NA NA ENSG00000162390 downstream_gene_variant 0.0240245 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ENSR00000358157 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 13 0.0 11 0.54545 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000343433.7 1 protein_coding NA NA ENSG00000187889 ENST00000343433.7:c.1794-62G>C intron_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000371240.3 3 retained_intron NA NA ENSG00000187889 ENST00000371240.3:n.562-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000484327.1 2 processed_transcript NA NA ENSG00000187889 ENST00000484327.1:n.2112-62G>C intron_variant&non_coding_transcript_variant 0.0409596 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000493000.5 5 processed_transcript NA NA ENSG00000187889 ENST00000493000.5:n.711-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56867775 56867776 C A C8A ENST00000361249.4 1 protein_coding NA NA ENSG00000157131 ENST00000361249.4:c.171+74C>A intron_variant 0.0 0.0 76 0.0 91 0.49451 0 0.0 +chr1 56867775 56867776 C A ENSR00001168425 NA open_chromatin_region NA NA regulatory_region_variant NA NA 76 0.0 91 0.49451 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000371208.5 1 protein_coding S/L tCa/tTa ENSG00000134709 ENST00000371208.5:c.1298C>T ENSP00000360252.3:p.Ser433Leu missense_variant 433 0.077125 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000465876.6 2 processed_transcript NA NA ENSG00000134709 ENST00000465876.6:n.1322C>T non_coding_transcript_exon_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000474695.1 3 processed_transcript NA NA ENSG00000134709 upstream_gene_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000685567.1 NA nonsense_mediated_decay S/L tCa/tTa ENSG00000134709 ENST00000685567.1:c.1172C>T ENSP00000509959.1:p.Ser391Leu missense_variant&NMD_transcript_variant 391 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686522.1 NA nonsense_mediated_decay NA NA ENSG00000134709 ENST00000686522.1:c.*1292C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686716.1 NA retained_intron NA NA ENSG00000134709 ENST00000686716.1:n.1401C>T non_coding_transcript_exon_variant 0.08362510000000001 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000687049.1 NA protein_coding S/L tCa/tTa ENSG00000134709 ENST00000687049.1:c.1043C>T ENSP00000509189.1:p.Ser348Leu missense_variant 348 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000371204.4 1 protein_coding NA NA ENSG00000134716 ENST00000371204.4:c.1331-15_1331-11del splice_polypyrimidine_tract_variant&intron_variant 0.134751 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000466095.5 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000466095.5:c.*75-15_*75-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000468257.2 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000468257.2:c.*273-15_*273-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000469406.6 3 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000469406.6:c.*1243-15_*1243-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.012866800000000001 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000492633.5 2 retained_intron NA NA ENSG00000134716 ENST00000492633.5:n.2036-15_2036-11del splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A ENSR00000925150 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 112 0.0 86 0.46512 0 0.0 +chr1 63437078 63437079 G T ALG6 ENST00000263440.6 5 protein_coding NA NA ENSG00000088035 ENST00000263440.6:c.*59G>T 3_prime_UTR_variant 0.461366 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000271002.15 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 11.9066 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000371092.7 1 protein_coding NA NA ENSG00000142856 downstream_gene_variant 0.43472299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000461681.5 3 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.393504 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000489099.5 1 nonsense_mediated_decay NA NA ENSG00000142856 downstream_gene_variant 2.0667299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000492655.1 2 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.0 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000494765.2 2 retained_intron NA NA ENSG00000088035 ENST00000494765.2:n.931G>T non_coding_transcript_exon_variant 0.0528774 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000603108.6 5 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000603108.6:c.*732G>T 3_prime_UTR_variant&NMD_transcript_variant 2.06825 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000647818.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000647818.1:c.*889G>T 3_prime_UTR_variant&NMD_transcript_variant 1.27288 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000648964.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000648964.1:c.*1312G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000649570.1 NA nonsense_mediated_decay NA NA ENSG00000088035 ENST00000649570.1:c.*1005G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0925341 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 64676037 64676037 A AC CACHD1 ENST00000290039.6 5 protein_coding NA NA ENSG00000158966 ENST00000290039.6:c.2822+54_2822+55insC intron_variant 0.159611 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000470527.1 1 processed_transcript NA NA ENSG00000158966 ENST00000470527.1:n.2913+54_2913+55insC intron_variant&non_coding_transcript_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000495994.5 1 processed_transcript NA NA ENSG00000158966 ENST00000495994.5:n.3205+54_3205+55insC intron_variant&non_coding_transcript_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000650260.1 NA protein_coding NA NA ENSG00000158966 ENST00000650260.1:c.2573+54_2573+55insC intron_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000651257.2 NA protein_coding NA NA ENSG00000158966 ENST00000651257.2:c.2975+54_2975+55insC intron_variant 0.0412164 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC ENSR00000252267 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC ENSR00000925670 NA open_chromatin_region NA NA regulatory_region_variant NA NA 31 0.0 28 0.14286 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371023.7 1 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.622272 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371026.8 1 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000371026.8:c.1876G>C ENSP00000360065.3:p.Gly626Arg missense_variant 626 0.13334000000000001 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000464352.6 2 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000464352.6:c.1174G>C ENSP00000433682.1:p.Gly392Arg missense_variant 392 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000491297.6 2 nonsense_mediated_decay NA NA ENSG00000152763 ENST00000491297.6:c.*1818G>C 3_prime_UTR_variant&NMD_transcript_variant 0.217015 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000531552.1 3 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 67052898 67052899 G A SLC35D1 ENST00000235345.6 1 protein_coding NA NA ENSG00000116704 ENST00000235345.6:c.238-42C>T intron_variant 3.57705 3.57704627082475 41 0.0 43 0.4186 0 0.0 +chr1 67052898 67052899 G A ENSR00000008162 NA promoter NA NA regulatory_region_variant NA NA 41 0.0 43 0.4186 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000260505.13 2 protein_coding NA NA ENSG00000137941 ENST00000260505.13:c.2208+45T>C intron_variant 0.010310099999999999 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000464289.1 2 processed_transcript NA NA ENSG00000137941 ENST00000464289.1:n.296+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000472688.5 2 processed_transcript NA NA ENSG00000137941 ENST00000472688.5:n.2579+45T>C intron_variant&non_coding_transcript_variant 0.0279175 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000474957.5 1 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000474957.5:c.1263+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000477524.5 1 processed_transcript NA NA ENSG00000137941 ENST00000477524.5:n.2714+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000480174.5 1 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000480174.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000485638.5 2 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000485638.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.190179 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000488014.5 1 processed_transcript NA NA ENSG00000137941 ENST00000488014.5:n.2451+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000370571.7 1 protein_coding NA NA ENSG00000171502 ENST00000370571.7:c.1708-97C>G intron_variant 9.68685 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000426639.5 5 nonsense_mediated_decay NA NA ENSG00000171502 ENST00000426639.5:c.1708-97C>G intron_variant&NMD_transcript_variant 1.06227 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000370565.5 1 protein_coding NA NA ENSG00000137975 ENST00000370565.5:c.1985-63G>T intron_variant 0.38111799999999996 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000490884.1 3 processed_transcript NA NA ENSG00000137975 downstream_gene_variant 0.127414 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000498802.1 2 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.336-63G>T intron_variant&non_coding_transcript_variant 0.0 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86453473 86453474 G A CLCA2 ENST00000370565.5 1 protein_coding G/E gGa/gAa ENSG00000137975 ENST00000370565.5:c.2261G>A ENSP00000359596.4:p.Gly754Glu missense_variant 754 0.38111799999999996 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 86453473 86453474 G A CLCA2 ENST00000498802.1 2 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.612G>A non_coding_transcript_exon_variant 0.0 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 90714574 90714575 G C BARHL2 ENST00000370445.5 1 protein_coding L ctC/ctG ENSG00000143032 ENST00000370445.5:c.807C>G ENSP00000359474.3:p.Leu269= synonymous_variant 269 0.025972700000000005 0.025972723155391002 137 0.0 185 0.28649 0 0.0 +chr1 90714574 90714575 G C ENSR00000927492 NA open_chromatin_region NA NA regulatory_region_variant NA NA 137 0.0 185 0.28649 0 0.0 +chr1 92300282 92300283 C G GLMN ENST00000370360.8 1 protein_coding NA NA ENSG00000174842 upstream_gene_variant 9.34865 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000484158.1 2 processed_transcript NA NA ENSG00000122484 ENST00000484158.1:n.108+44C>G intron_variant&non_coding_transcript_variant 26.7542 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000487911.1 4 retained_intron NA NA ENSG00000174842 upstream_gene_variant 0.107524 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000495106.5 1 nonsense_mediated_decay NA NA ENSG00000174842 upstream_gene_variant 0.0 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000610020.2 1 protein_coding NA NA ENSG00000122484 ENST00000610020.2:c.119+44C>G intron_variant 5.5221 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G ENSR00000009821 NA promoter NA NA regulatory_region_variant NA NA 85 0.0 122 0.08197 4 0.25 +chr1 92847139 92847140 G T DIPK1A ENST00000370310.5 2 protein_coding NA NA ENSG00000154511 ENST00000370310.5:c.474+43C>A intron_variant 2.49175 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T ENST00000384295.1 NA snoRNA NA NA ENSG00000207022 downstream_gene_variant NA NA 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613047.4 4 protein_coding NA NA ENSG00000154511 ENST00000613047.4:c.399+43C>A intron_variant 0.41787799999999997 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613902.4 4 protein_coding NA NA ENSG00000154511 ENST00000613902.4:c.339+43C>A intron_variant 0.134627 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000615519.4 1 protein_coding NA NA ENSG00000154511 ENST00000615519.4:c.474+43C>A intron_variant 0.313306 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000616709.4 3 protein_coding NA NA ENSG00000154511 ENST00000616709.4:c.298-2945C>A intron_variant 0.024107299999999998 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 93226448 93226449 G A CCDC18 ENST00000343253.11 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000370276.6 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000401026.7 1 protein_coding E gaG/gaA ENSG00000122483 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000421014.2 5 processed_transcript NA NA ENSG00000122483 ENST00000421014.2:n.274G>A splice_region_variant&non_coding_transcript_exon_variant 0.0181887 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000455267.1 5 protein_coding E gaG/gaA ENSG00000122483 ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690025.1 NA protein_coding E gaG/gaA ENSG00000122483 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690592.1 NA nonsense_mediated_decay NA NA ENSG00000122483 ENST00000690592.1:c.*1757G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 1.1892399999999999 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000692873.1 NA nonsense_mediated_decay NA NA ENSG00000122483 ENST00000692873.1:c.*1211G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.514264 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 102898077 102898078 G C COL11A1 ENST00000353414.8 5 protein_coding NA NA ENSG00000060718 ENST00000353414.8:c.4185+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000358392.6 5 protein_coding NA NA ENSG00000060718 ENST00000358392.6:c.4338+47C>G intron_variant 0.011527500000000001 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000370096.9 1 protein_coding NA NA ENSG00000060718 ENST00000370096.9:c.4302+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000512756.5 1 protein_coding NA NA ENSG00000060718 ENST00000512756.5:c.3954+47C>G intron_variant 0.00904797 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000635193.1 1 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1552+47C>G intron_variant&NMD_transcript_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C ENSR00000367234 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 236 0.0 168 0.38095 0 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000353414.8 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000353414.8:c.4146C>T ENSP00000302551.6:p.Leu1382= synonymous_variant 1382 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000358392.6 5 protein_coding L ctC/ctT ENSG00000060718 ENST00000358392.6:c.4299C>T ENSP00000351163.2:p.Leu1433= synonymous_variant 1433 0.011527500000000001 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000370096.9 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000370096.9:c.4263C>T ENSP00000359114.3:p.Leu1421= synonymous_variant 1421 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000512756.5 1 protein_coding L ctC/ctT ENSG00000060718 ENST00000512756.5:c.3915C>T ENSP00000426533.1:p.Leu1305= synonymous_variant 1305 0.00904797 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000635193.1 1 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1513C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A ENSR00000367234 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 203 0.0 161 0.42236 2 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000271332.4 1 protein_coding NA NA ENSG00000143126 ENST00000271332.4:c.5727+22C>G intron_variant 1.8022799999999999 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000459940.1 3 processed_transcript NA NA ENSG00000143126 ENST00000459940.1:n.43+22C>G intron_variant&non_coding_transcript_variant 0.0 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000489018.1 5 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G ENSR00000368163 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 63 0.0 73 0.52055 0 0.0 +chr1 109267888 109267889 A C CELSR2 ENST00000271332.4 1 protein_coding S tcA/tcC ENSG00000143126 ENST00000271332.4:c.6147A>C ENSP00000271332.3:p.Ser2049= synonymous_variant 2049 1.8022799999999999 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000459940.1 3 processed_transcript NA NA ENSG00000143126 downstream_gene_variant 0.0 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000489018.1 5 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000498157.1 2 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.096808 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109621022 109621023 C A AMPD2 ENST00000256578.8 5 protein_coding NA NA ENSG00000116337 ENST00000256578.8:c.-153C>A 5_prime_UTR_variant 0.487662 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000342115.8 1 protein_coding NA NA ENSG00000116337 ENST00000342115.8:c.10+745C>A intron_variant 5.25801 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000358729.9 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.24292600000000003 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000369840.7 5 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000459643.2 4 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.285412 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000469039.2 4 processed_transcript NA NA ENSG00000116337 ENST00000469039.2:n.434-9C>A splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000474459.6 4 retained_intron NA NA ENSG00000116337 ENST00000474459.6:n.448+745C>A intron_variant&non_coding_transcript_variant 0.611291 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000476688.3 3 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000486282.7 4 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.0847433 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000524975.2 3 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.338561 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000525415.2 4 retained_intron NA NA ENSG00000116337 ENST00000525415.2:n.106C>A non_coding_transcript_exon_variant 0.0155868 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000526301.6 1 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.24094400000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000527846.7 4 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528270.6 4 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528454.5 2 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.674824 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528667.7 1 protein_coding NA NA ENSG00000116337 ENST00000528667.7:c.-153C>A 5_prime_UTR_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531203.6 4 protein_coding NA NA ENSG00000116337 ENST00000531203.6:c.-271+372C>A intron_variant 0.6948439999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531734.6 4 protein_coding NA NA ENSG00000116337 ENST00000531734.6:c.10+745C>A intron_variant 0.141494 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000622865.1 3 protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.012628799999999999 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000652975.2 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000654851.1 NA retained_intron NA NA ENSG00000116337 upstream_gene_variant 1.02668 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000655992.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000655992.1:c.-102+745C>A intron_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000659122.2 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.37634 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000663749.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000667949.2 NA protein_coding NA NA ENSG00000116337 ENST00000667949.2:c.-379+745C>A intron_variant 8.99878 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000668421.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.15126099999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000673915.1 NA processed_transcript NA NA ENSG00000116337 downstream_gene_variant 0.11065599999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679379.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679593.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679593.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679880.1 NA retained_intron NA NA ENSG00000116337 ENST00000679880.1:n.106C>A non_coding_transcript_exon_variant 0.119684 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679892.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679892.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000679935.1 NA protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.32629400000000003 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679981.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679981.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680132.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23109200000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680148.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680148.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680170.1 NA retained_intron NA NA ENSG00000116337 ENST00000680170.1:n.106C>A non_coding_transcript_exon_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680192.1 NA retained_intron NA NA ENSG00000116337 ENST00000680192.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680519.1 NA processed_transcript NA NA ENSG00000116337 ENST00000680519.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0885564 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680531.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680531.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680820.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680820.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680832.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680832.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 8.962649999999999e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680929.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680929.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.10794000000000001 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681108.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681108.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 4.933359999999999e-10 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681121.1 NA nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681132.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.16808 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681181.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681181.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23430399999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681218.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681218.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681246.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681246.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.321945 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681496.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681496.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 1.3595e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681834.1 NA retained_intron NA NA ENSG00000116337 ENST00000681834.1:n.56C>A non_coding_transcript_exon_variant 0.22366 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681862.1 NA nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681862.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSR00000011115 NA promoter NA NA regulatory_region_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSM00205895518 NA NA NA NA TF_binding_site_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 111488998 111488999 G C RNU6-792P ENST00000363490.1 NA snRNA NA NA ENSG00000200360 downstream_gene_variant NA NA 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369716.9 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369716.9:c.483C>G ENSP00000358730.4:p.Val161= synonymous_variant 161 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369717.8 1 protein_coding V gtC/gtG ENSG00000121933 ENST00000369717.8:c.240C>G ENSP00000358731.4:p.Val80= synonymous_variant 80 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000442484.2 1 processed_transcript NA NA ENSG00000121933 ENST00000442484.2:n.62C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000443498.5 3 protein_coding NA NA ENSG00000121933 ENST00000443498.5:c.90-132C>G intron_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000463993.1 5 processed_transcript NA NA ENSG00000121933 ENST00000463993.1:n.250C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000472933.2 2 protein_coding NA NA ENSG00000121933 upstream_gene_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000357260.6 1 protein_coding S/R agC/agA ENSG00000197852 ENST00000357260.6:c.756C>A ENSP00000349805.5:p.Ser252Arg missense_variant 252 1.08051 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000444059.2 1 processed_transcript NA NA ENSG00000197852 ENST00000444059.2:n.823C>A non_coding_transcript_exon_variant 0.0 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000527570.1 2 processed_transcript NA NA ENSG00000197852 ENST00000527570.1:n.218+12080C>A intron_variant&non_coding_transcript_variant 0.500167 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000527621.1 4 protein_coding NA NA ENSG00000197852 downstream_gene_variant 0.562172 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000534365.1 5 protein_coding NA NA ENSG00000197852 ENST00000534365.1:c.298+458C>A intron_variant 0.0 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000318837.6 2 protein_coding -/* -/TAG ENSG00000143061 ENST00000318837.6:c.3108_3109insTAG ENSP00000321184.6:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.635854 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369483.5 5 protein_coding -/* -/TAG ENSG00000143061 ENST00000369483.5:c.3108_3109insTAG ENSP00000358495.1:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.9006069999999999 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369486.8 1 protein_coding -/* -/TAG ENSG00000143061 ENST00000369486.8:c.3048_3049insTAG ENSP00000358498.4:p.Glu1016_Glu1017insTer stop_gained&inframe_insertion 1016-1017 1.0531 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 119895935 119895936 C T ADAM30 ENST00000369400.2 NA protein_coding R/Q cGa/cAa ENSG00000134249 ENST00000369400.2:c.401G>A ENSP00000358407.1:p.Arg134Gln missense_variant 134 0.019254 0.0192540387205893 122 0.0 300 0.20333 0 0.0 +chr1 119966548 119966549 G A NOTCH2 ENST00000256646.7 1 protein_coding NA NA ENSG00000134250 ENST00000256646.7:c.1454-60C>T intron_variant 121.588 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000479412.2 1 retained_intron NA NA ENSG00000134250 ENST00000479412.2:n.1592-60C>T intron_variant&non_coding_transcript_variant 6.10431 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000640021.1 5 nonsense_mediated_decay NA NA ENSG00000134250 ENST00000640021.1:c.*578-60C>T intron_variant&NMD_transcript_variant 3.12426 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A ENSR00000370717 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 64 0.0 141 0.21277 9 0.22222 +chr1 148844620 148844621 G C RN7SKP88 ENST00000516847.1 NA misc_RNA NA NA ENSG00000252656 upstream_gene_variant NA NA 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000524974.5 5 protein_coding NA NA ENSG00000178104 ENST00000524974.5:c.234-18629G>C intron_variant 0.199228 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000530472.5 1 protein_coding NA NA ENSG00000178104 ENST00000530472.5:c.234-18629G>C intron_variant 0.0709697 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000533259.1 4 protein_coding NA NA ENSG00000178104 ENST00000533259.1:c.-256G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000585156.5 5 protein_coding NA NA ENSG00000178104 ENST00000585156.5:c.234-18629G>C intron_variant 5.21124e-07 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000610852.1 5 processed_transcript NA NA ENSG00000178104 ENST00000610852.1:n.89G>C non_coding_transcript_exon_variant 1.6928599999999998 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000613995.4 5 protein_coding NA NA ENSG00000178104 upstream_gene_variant 0.708344 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000616206.4 2 protein_coding NA NA ENSG00000178104 ENST00000616206.4:c.-154G>C 5_prime_UTR_variant 1.8491400000000002 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617031.4 5 retained_intron NA NA ENSG00000178104 ENST00000617031.4:n.193G>C non_coding_transcript_exon_variant 1.63038 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617248.4 4 processed_transcript NA NA ENSG00000178104 ENST00000617248.4:n.103G>C non_coding_transcript_exon_variant 0.20767199999999997 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617454.4 3 protein_coding NA NA ENSG00000178104 ENST00000617454.4:c.-154G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617527.4 5 processed_transcript NA NA ENSG00000178104 ENST00000617527.4:n.181G>C non_coding_transcript_exon_variant 0.521529 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618462.4 1 protein_coding NA NA ENSG00000178104 ENST00000618462.4:c.-154G>C 5_prime_UTR_variant 1.08081 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618504.4 2 protein_coding NA NA ENSG00000178104 ENST00000618504.4:c.-154G>C 5_prime_UTR_variant 3.56209 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000619981.4 5 nonsense_mediated_decay NA NA ENSG00000178104 ENST00000619981.4:c.-154G>C 5_prime_UTR_variant&NMD_transcript_variant 3.49482 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000620605.4 2 protein_coding NA NA ENSG00000178104 ENST00000620605.4:c.234-18629G>C intron_variant 0.0458623 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C ENSR00000013272 NA promoter NA NA regulatory_region_variant NA NA 28 0.0 39 0.17949 11 0.09091 +chr1 149842772 149842773 C G H3C14 ENST00000369158.2 NA protein_coding NA NA ENSG00000203811 upstream_gene_variant 61.1137 61.113657708003394 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2AC18 ENST00000369159.3 NA protein_coding NA NA ENSG00000288825 upstream_gene_variant 867.9780000000001 867.977926965455 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC19P ENST00000369385.5 NA transcribed_unprocessed_pseudogene NA NA ENSG00000220323 upstream_gene_variant 0.0 1.37318906657224 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC20P ENST00000564237.2 NA processed_transcript NA NA ENSG00000261716 downstream_gene_variant 1.6249200000000001 1.62491893067516 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC19P ENST00000608318.2 NA processed_transcript NA NA ENSG00000220323 upstream_gene_variant 1.37319 1.37318906657224 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H4C14 ENST00000613412.1 2 nonsense_mediated_decay NA NA ENSG00000270882 downstream_gene_variant 1.3313 301.140241841069 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSR00000013436 NA promoter NA NA regulatory_region_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM00209237285 NA NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM01051756583 NA NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149851038 149851039 G C H3C15 ENST00000403683.2 NA protein_coding NA NA ENSG00000203852 upstream_gene_variant 715.051 715.051492761789 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC20P ENST00000498492.2 NA transcribed_unprocessed_pseudogene NA NA ENSG00000261716 upstream_gene_variant 0.0 1.62491893067516 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC20P ENST00000564237.2 NA processed_transcript NA NA ENSG00000261716 upstream_gene_variant 1.6249200000000001 1.62491893067516 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2AC19 ENST00000607355.3 NA protein_coding NA NA ENSG00000288859 upstream_gene_variant 150.385 150.385382514016 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC19P ENST00000608318.2 NA processed_transcript NA NA ENSG00000220323 downstream_gene_variant 1.37319 1.37318906657224 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H4C15 ENST00000621520.1 2 nonsense_mediated_decay NA NA ENSG00000270276 downstream_gene_variant 1.3313 296.84115599629297 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSR00000013438 NA promoter NA NA regulatory_region_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00208590913 NA NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00206620831 NA NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149933801 149933802 C A MTMR11 ENST00000369140.7 2 protein_coding NA NA ENSG00000014914 ENST00000369140.7:c.555+53G>T intron_variant 1.2236200000000002 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000439741.4 2 protein_coding NA NA ENSG00000014914 ENST00000439741.4:c.771+53G>T intron_variant 9.90645 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000466496.5 1 processed_transcript NA NA ENSG00000014914 ENST00000466496.5:n.610+389G>T intron_variant&non_coding_transcript_variant 0.0170388 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000479272.1 3 retained_intron NA NA ENSG00000014914 downstream_gene_variant 1.54488 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482025.5 2 retained_intron NA NA ENSG00000014914 ENST00000482025.5:n.1061G>T non_coding_transcript_exon_variant 0.696892 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482343.5 1 retained_intron NA NA ENSG00000014914 ENST00000482343.5:n.870+389G>T intron_variant&non_coding_transcript_variant 0.612967 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000490310.1 3 retained_intron NA NA ENSG00000014914 upstream_gene_variant 0.828275 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000492824.5 1 retained_intron NA NA ENSG00000014914 ENST00000492824.5:n.1011G>T non_coding_transcript_exon_variant 0.101904 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000493562.1 3 retained_intron NA NA ENSG00000014914 ENST00000493562.1:n.106G>T non_coding_transcript_exon_variant 0.0 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000495054.1 2 retained_intron NA NA ENSG00000014914 upstream_gene_variant 2.26442 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A OTUD7B ENST00000581312.6 1 protein_coding NA NA ENSG00000264522 downstream_gene_variant 8.85591 20.006293871392398 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A ENSR00001171541 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 101 0.0099 123 0.34959 6 0.5 +chr1 150261628 150261629 G A APH1A ENST00000360244.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 61.0868 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000369109.8 1 protein_coding NA NA ENSG00000117362 downstream_gene_variant 39.5496 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000369111.9 1 protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000369111.9:c.247G>A ENSP00000358107.3:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000414276.6 2 protein_coding NA NA ENSG00000117362 downstream_gene_variant 0.40876 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000461320.5 3 processed_transcript NA NA ENSG00000117362 downstream_gene_variant 2.0295099999999997 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000483993.3 5 nonsense_mediated_decay NA NA ENSG00000118298 ENST00000483993.3:c.*223G>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000582010.3 1 retained_intron NA NA ENSG00000118298 downstream_gene_variant 0.0994683 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607082.1 3 protein_coding NA NA ENSG00000118298 upstream_gene_variant 0.03768130000000001 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607652.5 2 retained_intron NA NA ENSG00000118298 ENST00000607652.5:n.459G>A non_coding_transcript_exon_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A ENST00000611044.1 3 lncRNA NA NA ENSG00000276110 upstream_gene_variant NA NA 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000647854.1 NA protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000647854.1:c.247G>A ENSP00000498013.1:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 152111830 152111831 C T TCHH ENST00000614923.2 5 protein_coding E gaG/gaA ENSG00000159450 ENST00000614923.2:c.1386G>A ENSP00000480484.1:p.Glu462= synonymous_variant 462 0.000796132 0.000796132247094808 464 0.0 674 0.29822 0 0.0 +chr1 154590262 154590263 T A ADAR ENST00000368471.8 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368471.8:c.1532A>T ENSP00000357456.3:p.Glu511Val missense_variant 511 36.8285 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000368474.9 1 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368474.9:c.2417A>T ENSP00000357459.4:p.Glu806Val missense_variant 806 29.2663 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000492630.2 2 retained_intron NA NA ENSG00000160710 upstream_gene_variant 1.4169 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000529168.2 5 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000529168.2:c.2417A>T ENSP00000431794.2:p.Glu806Val missense_variant&splice_region_variant 806 7.565460000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000534279.1 2 retained_intron NA NA ENSG00000160710 upstream_gene_variant 2.24248 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000647682.2 NA retained_intron NA NA ENSG00000160710 ENST00000647682.2:n.2147A>T non_coding_transcript_exon_variant 0.42783000000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648231.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648231.2:c.1532A>T ENSP00000497555.1:p.Glu511Val missense_variant 511 0.5170600000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648311.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648311.1:c.1532A>T ENSP00000498137.1:p.Glu511Val missense_variant 511 0.92195 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648714.2 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000648714.2:c.2338+79A>T intron_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649021.1 NA retained_intron NA NA ENSG00000160710 ENST00000649021.1:n.2453A>T non_coding_transcript_exon_variant 1.47208e-06 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649022.2 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649022.2:c.1532A>T ENSP00000496896.2:p.Glu511Val missense_variant 511 1.1435 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649042.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649042.1:c.1532A>T ENSP00000497790.1:p.Glu511Val missense_variant 511 10.4239 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649408.2 NA nonsense_mediated_decay E/V gAg/gTg ENSG00000160710 ENST00000649408.2:c.2417A>T ENSP00000497386.2:p.Glu806Val missense_variant&NMD_transcript_variant 806 0.0326503 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649724.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649724.1:c.1532A>T ENSP00000497932.1:p.Glu511Val missense_variant 511 4.00643 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649749.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649749.1:c.1532A>T ENSP00000497210.1:p.Glu511Val missense_variant 511 0.000157585 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679375.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000679375.1:c.*727A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0414036 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679465.1 NA retained_intron NA NA ENSG00000160710 ENST00000679465.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679805.1 NA retained_intron NA NA ENSG00000160710 ENST00000679805.1:n.2453A>T non_coding_transcript_exon_variant 0.824666 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679899.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000679899.1:c.1475A>T ENSP00000505996.1:p.Glu492Val missense_variant 492 0.852491 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680270.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680270.1:c.1532A>T ENSP00000505532.1:p.Glu511Val missense_variant 511 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680305.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680305.1:c.2417A>T ENSP00000506312.1:p.Glu806Val missense_variant 806 0.938449 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681056.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681056.1:c.1532A>T ENSP00000506234.1:p.Glu511Val missense_variant 511 0.0411392 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681235.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681235.1:c.*2017A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681429.1 NA retained_intron NA NA ENSG00000160710 ENST00000681429.1:n.1677A>T non_coding_transcript_exon_variant 4.224530000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681683.1 NA protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681683.1:c.1532A>T ENSP00000506666.1:p.Glu511Val missense_variant 511 0.032709300000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681786.1 NA retained_intron NA NA ENSG00000160710 ENST00000681786.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681901.1 NA nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681901.1:c.*2017A>T 3_prime_UTR_variant&NMD_transcript_variant 0.35152 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000368408.4 1 protein_coding NA NA ENSG00000143590 ENST00000368408.4:c.586+1_586+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 194-? 2.4342799999999998 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000470294.5 3 processed_transcript NA NA ENSG00000143590 ENST00000470294.5:n.194-207_194-171del intron_variant&non_coding_transcript_variant 2.4959700000000002 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000498667.1 2 processed_transcript NA NA ENSG00000143590 ENST00000498667.1:n.265+1_265+37del splice_donor_variant&splice_donor_5th_base_variant&non_coding_transcript_exon_variant&intron_variant 0.145501 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENST00000505139.1 2 protein_coding NA NA ENSG00000251246 ENST00000505139.1:c.571+1_571+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 189-? 0.11900799999999999 NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSR00000014024 NA promoter NA NA regulatory_region_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSR00000254606 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522163293 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522980857 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00132109537 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00000093847 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522137067 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522263963 NA NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155868562 155868563 G A SYT11 ENST00000368324.5 1 protein_coding K aaG/aaA ENSG00000132718 ENST00000368324.5:c.633G>A ENSP00000357307.4:p.Lys211= synonymous_variant 211 0.334491 0.334490996271578 46 0.0 51 0.29412 7 0.57143 +chr1 156042052 156042053 G A UBQLN4 ENST00000368309.4 1 protein_coding NA NA ENSG00000160803 ENST00000368309.4:c.1351-66C>T intron_variant 25.3718 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156042052 156042053 G A UBQLN4 ENST00000459954.1 2 retained_intron NA NA ENSG00000160803 ENST00000459954.1:n.387-66C>T intron_variant&non_coding_transcript_variant 2.76092 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000310027.9 1 lncRNA NA NA ENSG00000125462 ENST00000310027.9:n.114-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000357975.4 3 lncRNA NA NA ENSG00000125462 ENST00000357975.4:n.111-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368242.7 3 lncRNA NA NA ENSG00000125462 ENST00000368242.7:n.167-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368243.6 1 lncRNA NA NA ENSG00000125462 ENST00000368243.6:n.223-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000400991.6 1 lncRNA NA NA ENSG00000125462 ENST00000400991.6:n.124-10153G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000462458.5 1 lncRNA NA NA ENSG00000125462 ENST00000462458.5:n.1544-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000463309.5 3 lncRNA NA NA ENSG00000125462 ENST00000463309.5:n.203-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464203.1 5 lncRNA NA NA ENSG00000125462 ENST00000464203.1:n.475-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464238.5 2 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465270.5 2 lncRNA NA NA ENSG00000125462 ENST00000465270.5:n.198+6801G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465570.1 2 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000471156.5 5 lncRNA NA NA ENSG00000125462 ENST00000471156.5:n.76-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000476966.5 2 lncRNA NA NA ENSG00000125462 ENST00000476966.5:n.130-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000482932.5 5 lncRNA NA NA ENSG00000125462 ENST00000482932.5:n.326-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000484428.5 3 lncRNA NA NA ENSG00000125462 ENST00000484428.5:n.102-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000486517.5 3 lncRNA NA NA ENSG00000125462 ENST00000486517.5:n.199-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489877.5 5 lncRNA NA NA ENSG00000125462 ENST00000489877.5:n.100-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489918.1 3 lncRNA NA NA ENSG00000125462 ENST00000489918.1:n.148+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000492750.5 5 lncRNA NA NA ENSG00000125462 ENST00000492750.5:n.119+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497822.5 2 lncRNA NA NA ENSG00000125462 ENST00000497822.5:n.205-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497824.5 1 lncRNA NA NA ENSG00000125462 ENST00000497824.5:n.280-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000608007.1 1 lncRNA NA NA ENSG00000125462 ENST00000608007.1:n.2686G>A non_coding_transcript_exon_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000673141.1 NA lncRNA NA NA ENSG00000125462 ENST00000673141.1:n.912+2015G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T ENSR00000373947 NA promoter NA NA regulatory_region_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000361835.8 1 protein_coding NA NA ENSG00000143297 ENST00000361835.8:c.2632+40C>T intron_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000368190.7 1 protein_coding NA NA ENSG00000143297 downstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000461387.5 2 processed_transcript NA NA ENSG00000143297 ENST00000461387.5:n.1909+40C>T intron_variant&non_coding_transcript_variant 0.00141105 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000462218.1 2 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000483875.1 3 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000497286.5 2 processed_transcript NA NA ENSG00000143297 ENST00000497286.5:n.1725+40C>T intron_variant&non_coding_transcript_variant 0.6003069999999999 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000461624.1 2 retained_intron NA NA ENSG00000163554 upstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000465741.1 3 retained_intron NA NA ENSG00000163554 downstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000643759.2 NA protein_coding NA NA ENSG00000163554 ENST00000643759.2:c.5189+20A>G intron_variant 0.0221569 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368124.8 1 protein_coding NA NA ENSG00000162706 ENST00000368124.8:c.1054+35C>T intron_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368125.9 1 protein_coding NA NA ENSG00000162706 ENST00000368125.9:c.952+35C>T intron_variant 0.028851799999999997 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3-AS1 ENST00000415675.3 2 lncRNA NA NA ENSG00000225670 ENST00000415675.3:n.2274G>A non_coding_transcript_exon_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000416746.1 1 protein_coding NA NA ENSG00000162706 downstream_gene_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3-AS1 ENST00000609696.1 5 lncRNA NA NA ENSG00000225670 downstream_gene_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T ENSR00000254805 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000326245.4 1 protein_coding G/R Gga/Aga ENSG00000179914 ENST00000326245.4:c.805G>A ENSP00000323587.3:p.Gly269Arg missense_variant 269 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000464077.1 2 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000487531.1 5 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ENSR00000374931 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 62 0.0 100 0.25 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000326245.4 1 protein_coding NA NA ENSG00000179914 ENST00000326245.4:c.685+38A>T intron_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000464077.1 2 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000487531.1 5 processed_transcript NA NA ENSG00000179914 ENST00000487531.1:n.489+38A>T intron_variant&non_coding_transcript_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ENSR00000374932 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 120 0.0 108 0.64815 0 0.0 +chr1 161752392 161752393 C G DUSP12 ENST00000367943.5 1 protein_coding L ctC/ctG ENSG00000081721 ENST00000367943.5:c.603C>G ENSP00000356920.4:p.Leu201= synonymous_variant 201 15.6064 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000463365.1 2 retained_intron NA NA ENSG00000081721 upstream_gene_variant 1.4619799999999998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000464004.2 2 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000464004.2:c.*202C>G 3_prime_UTR_variant&NMD_transcript_variant 7.74511 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000484291.5 5 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000484291.5:c.*83C>G 3_prime_UTR_variant&NMD_transcript_variant 0.214998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000490591.1 5 nonsense_mediated_decay NA NA ENSG00000081721 downstream_gene_variant 0.64468 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 162497736 162497737 T A UHMK1 ENST00000282169.8 2 processed_transcript NA NA ENSG00000152332 upstream_gene_variant 2.53408 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000489294.2 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 35.9051 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000538489.5 1 protein_coding NA NA ENSG00000152332 upstream_gene_variant 0.317796 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000545294.5 2 protein_coding NA NA ENSG00000152332 ENST00000545294.5:c.46+441T>A intron_variant 0.11696500000000001 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A ENSR00000014850 NA promoter NA NA regulatory_region_variant NA NA 11 0.0 19 0.63158 0 0.0 +chr1 167383890 167383891 A G POU2F1 ENST00000271411.8 1 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000271411.8:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.041869199999999995 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367862.9 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367862.9:c.720A>G ENSP00000356836.5:p.Leu240= synonymous_variant 240 0.028029900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367865.5 2 processed_transcript NA NA ENSG00000143190 ENST00000367865.5:n.1249A>G non_coding_transcript_exon_variant 0.652615 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367866.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000367866.7:c.753A>G ENSP00000356840.2:p.Leu251= synonymous_variant 251 2.10393 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000420254.7 5 protein_coding L ctA/ctG ENSG00000143190 ENST00000420254.7:c.720A>G ENSP00000414660.4:p.Leu240= synonymous_variant 240 0.031297900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000429375.6 2 protein_coding L ctA/ctG ENSG00000143190 ENST00000429375.6:c.564A>G ENSP00000401217.2:p.Leu188= synonymous_variant 188 3.51461e-05 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000443275.2 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000443275.2:c.408A>G ENSP00000415993.1:p.Leu136= synonymous_variant 136 0.062209900000000005 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000470928.3 5 processed_transcript NA NA ENSG00000143190 ENST00000470928.3:n.723A>G non_coding_transcript_exon_variant 0.44643900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000490100.1 2 retained_intron NA NA ENSG00000143190 ENST00000490100.1:n.418A>G non_coding_transcript_exon_variant 0.23723200000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000492850.5 5 processed_transcript NA NA ENSG00000143190 downstream_gene_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000541643.7 1 protein_coding L ctA/ctG ENSG00000143190 ENST00000541643.7:c.684A>G ENSP00000441285.2:p.Leu228= synonymous_variant 228 0.12086600000000002 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000560232.6 2 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000560232.6:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G ENST00000607611.1 NA lncRNA NA NA ENSG00000272033 downstream_gene_variant NA NA 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000648671.1 NA processed_transcript NA NA ENSG00000143190 ENST00000648671.1:n.1017A>G non_coding_transcript_exon_variant 2.1215599999999997 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 168179177 168179178 A T TIPRL ENST00000367830.3 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T TIPRL ENST00000367833.7 1 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSR00000015339 NA promoter NA NA regulatory_region_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00021221949 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022355728 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022188011 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022361129 NA NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 169324380 169324381 A G NME7 ENST00000367811.8 1 protein_coding NA NA ENSG00000143156 ENST00000367811.8:c.111+12T>C intron_variant 10.5268 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENST00000432081.1 3 lncRNA NA NA ENSG00000235575 downstream_gene_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000469474.5 5 processed_transcript NA NA ENSG00000143156 ENST00000469474.5:n.58+12T>C intron_variant&non_coding_transcript_variant 0.621278 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000472647.5 2 protein_coding NA NA ENSG00000143156 ENST00000472647.5:c.3+12T>C intron_variant 0.0837938 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000480478.5 5 processed_transcript NA NA ENSG00000143156 ENST00000480478.5:n.91-14301T>C intron_variant&non_coding_transcript_variant 0.0 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000485609.5 5 processed_transcript NA NA ENSG00000143156 ENST00000485609.5:n.349+12T>C intron_variant&non_coding_transcript_variant 1.61335 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000491225.5 3 processed_transcript NA NA ENSG00000143156 ENST00000491225.5:n.198+12T>C intron_variant&non_coding_transcript_variant 1.50156 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000524967.5 1 retained_intron NA NA ENSG00000143156 ENST00000524967.5:n.173+12T>C intron_variant&non_coding_transcript_variant 0.593182 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000525440.5 2 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000525440.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.31877 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000527460.1 2 retained_intron NA NA ENSG00000143156 ENST00000527460.1:n.183+12T>C intron_variant&non_coding_transcript_variant 0.0813573 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000528517.5 5 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000528517.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.0845967 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENSR00000376786 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 179109009 179109010 T C ABL2 ENST00000344730.7 1 protein_coding NA NA ENSG00000143322 ENST00000344730.7:c.2015-112A>G intron_variant 4.084969999999999 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000367623.8 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000367623.8:c.2194A>G ENSP00000356595.4:p.Thr732Ala missense_variant 732 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000392043.4 1 protein_coding NA NA ENSG00000143322 downstream_gene_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000502732.6 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000502732.6:c.2257A>G ENSP00000427562.1:p.Thr753Ala missense_variant 753 17.0804 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000504405.5 1 protein_coding NA NA ENSG00000143322 ENST00000504405.5:c.1952-112A>G intron_variant 11.1308 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000507173.5 1 protein_coding NA NA ENSG00000143322 ENST00000507173.5:c.1997-112A>G intron_variant 0.379305 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000511413.5 1 protein_coding NA NA ENSG00000143322 ENST00000511413.5:c.2060-112A>G intron_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000512653.5 1 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000512653.5:c.2212A>G ENSP00000423578.1:p.Thr738Ala missense_variant 738 3.5672599999999997 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000668691.1 NA processed_transcript NA NA ENSG00000143322 downstream_gene_variant 0.595182 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 183880710 183880711 A C RGL1 ENST00000304685.8 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000304685.8:c.626A>C ENSP00000303192.3:p.Tyr209Ser missense_variant 209 0.448895 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C RGL1 ENST00000360851.4 1 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000360851.4:c.521A>C ENSP00000354097.3:p.Tyr174Ser missense_variant 174 0.0118092 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C ENST00000685856.1 NA lncRNA NA NA ENSG00000289581 downstream_gene_variant NA NA 139 0.0 200 0.3 7 0.28571 +chr1 196468960 196468961 A G KCNT2 ENST00000294725.14 1 protein_coding NA NA ENSG00000162687 ENST00000294725.14:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000367433.9 1 protein_coding NA NA ENSG00000162687 ENST00000367433.9:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000451324.6 1 protein_coding NA NA ENSG00000162687 ENST00000451324.6:c.-162+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000498426.5 5 processed_transcript NA NA ENSG00000162687 upstream_gene_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000609185.5 1 protein_coding NA NA ENSG00000162687 ENST00000609185.5:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000610076.1 2 processed_transcript NA NA ENSG00000162687 ENST00000610076.1:n.636-1175T>C intron_variant&non_coding_transcript_variant 0.012937700000000002 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000647658.1 NA nonsense_mediated_decay NA NA ENSG00000162687 ENST00000647658.1:c.459+33T>C intron_variant&NMD_transcript_variant 0.016511599999999998 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000367429.9 1 protein_coding NA NA ENSG00000000971 ENST00000367429.9:c.1696+60T>A intron_variant 3.97994 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000466229.5 1 retained_intron NA NA ENSG00000000971 ENST00000466229.5:n.3712+60T>A intron_variant&non_coding_transcript_variant 0.0568207 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196995755 196995756 A G CFHR5 ENST00000256785.5 1 protein_coding N/S aAt/aGt ENSG00000134389 ENST00000256785.5:c.647A>G ENSP00000256785.4:p.Asn216Ser missense_variant 216 0.0 0.0 88 0.0 108 0.28704 0 0.0 +chr1 202746101 202746102 A G KDM5B ENST00000235790.9 2 protein_coding NA NA ENSG00000117139 ENST00000235790.9:c.1724+40T>C intron_variant 1.9144299999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367264.7 1 protein_coding NA NA ENSG00000117139 ENST00000367264.7:c.2306+40T>C intron_variant 2.34768 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367265.9 1 protein_coding NA NA ENSG00000117139 ENST00000367265.9:c.2198+40T>C intron_variant 0.10369 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000498276.2 4 retained_intron NA NA ENSG00000117139 ENST00000498276.2:n.463+40T>C intron_variant&non_coding_transcript_variant 0.16672599999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647754.1 NA retained_intron NA NA ENSG00000117139 downstream_gene_variant 0.49307 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647757.1 NA processed_transcript NA NA ENSG00000117139 ENST00000647757.1:n.2084+40T>C intron_variant&non_coding_transcript_variant 0.43281899999999995 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648056.1 NA protein_coding NA NA ENSG00000117139 ENST00000648056.1:c.2183+40T>C intron_variant 0.262306 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648338.1 NA protein_coding NA NA ENSG00000117139 ENST00000648338.1:c.2198+40T>C intron_variant 0.274895 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648469.1 NA protein_coding NA NA ENSG00000117139 ENST00000648469.1:c.2075+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648473.1 NA protein_coding NA NA ENSG00000117139 ENST00000648473.1:c.2198+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649089.1 NA nonsense_mediated_decay NA NA ENSG00000117139 ENST00000649089.1:c.421+40T>C intron_variant&NMD_transcript_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649230.1 NA retained_intron NA NA ENSG00000117139 ENST00000649230.1:n.1424+40T>C intron_variant&non_coding_transcript_variant 0.305965 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649400.1 NA retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.252271 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649542.1 NA processed_transcript NA NA ENSG00000117139 ENST00000649542.1:n.2081+40T>C intron_variant&non_coding_transcript_variant 3.6055599999999997 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649770.1 NA protein_coding NA NA ENSG00000117139 ENST00000649770.1:c.2075+40T>C intron_variant 0.158523 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649929.1 NA protein_coding NA NA ENSG00000117139 ENST00000649929.1:c.760+40T>C intron_variant 0.561082 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650417.1 NA nonsense_mediated_decay NA NA ENSG00000117139 ENST00000650417.1:c.*1624+40T>C intron_variant&NMD_transcript_variant 3.08819 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650422.1 NA retained_intron NA NA ENSG00000117139 ENST00000650422.1:n.2481+40T>C intron_variant&non_coding_transcript_variant 0.199897 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650506.1 NA retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.312813 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650569.1 NA protein_coding NA NA ENSG00000117139 ENST00000650569.1:c.2063+40T>C intron_variant 0.46212600000000004 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 203347717 203347718 G C FMOD ENST00000354955.5 1 protein_coding H/D Cac/Gac ENSG00000122176 ENST00000354955.5:c.553C>G ENSP00000347041.4:p.His185Asp missense_variant 185 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000461936.1 3 processed_transcript NA NA ENSG00000122176 ENST00000461936.1:n.54+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000493296.1 3 processed_transcript NA NA ENSG00000122176 ENST00000493296.1:n.56+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000647586.1 NA protein_coding H/D Cac/Gac ENSG00000122176 ENST00000647586.1:c.286C>G ENSP00000496856.1:p.His96Asp missense_variant 96 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 204125889 204125890 C T SOX13 ENST00000272193.10 2 processed_transcript NA NA ENSG00000143842 ENST00000272193.10:n.1492C>T non_coding_transcript_exon_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000367204.6 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000367204.6:c.1625C>T ENSP00000356172.1:p.Ser542Leu missense_variant 542 0.441542 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000480326.1 5 nonsense_mediated_decay NA NA ENSG00000143842 downstream_gene_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000525258.1 3 retained_intron NA NA ENSG00000143842 downstream_gene_variant 0.10181699999999999 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000618875.4 1 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000618875.4:c.1625C>T ENSP00000478239.1:p.Ser542Leu missense_variant 542 1.23705 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204469484 204469485 A G PIK3C2B ENST00000367184.2 5 protein_coding NA NA ENSG00000133056 upstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000367187.7 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000367187.7:c.318T>C ENSP00000356155.3:p.Ser106= synonymous_variant 106 0.506316 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000415899.2 2 nonsense_mediated_decay S tcT/tcC ENSG00000133056 ENST00000415899.2:c.318T>C ENSP00000401795.2:p.Ser106= synonymous_variant&NMD_transcript_variant 106 0.111205 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000424712.6 1 protein_coding S tcT/tcC ENSG00000133056 ENST00000424712.6:c.318T>C ENSP00000400561.2:p.Ser106= synonymous_variant 106 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000429009.1 2 protein_coding NA NA ENSG00000133056 downstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000683234.1 NA retained_intron NA NA ENSG00000133056 upstream_gene_variant 0.232438 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000684373.1 NA protein_coding S tcT/tcC ENSG00000133056 ENST00000684373.1:c.318T>C ENSP00000507222.1:p.Ser106= synonymous_variant 106 2.4085799999999997 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G ENSR00001174067 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 144 0.0 217 0.29954 42 0.21429 +chr1 204944128 204944129 C T NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.-90-97C>T intron_variant 1.7028299999999998e-06 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.-90-97C>T intron_variant 0.184806 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000403080.5 2 protein_coding NA NA ENSG00000163531 ENST00000403080.5:c.-90-97C>T intron_variant 0.186359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404076.5 5 protein_coding NA NA ENSG00000163531 ENST00000404076.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404977.6 1 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.242-97C>T intron_variant&non_coding_transcript_variant 0.109359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000430393.7 5 protein_coding NA NA ENSG00000163531 ENST00000430393.7:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T ENST00000452580.2 NA processed_pseudogene NA NA ENSG00000229657 upstream_gene_variant 0.0406897 NA 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000493914.5 2 processed_transcript NA NA ENSG00000163531 ENST00000493914.5:n.207-97C>T intron_variant&non_coding_transcript_variant 0.25380199999999997 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000504476.5 2 nonsense_mediated_decay NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000505079.5 4 protein_coding NA NA ENSG00000163531 ENST00000505079.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000513543.6 1 protein_coding NA NA ENSG00000163531 ENST00000513543.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000514644.5 1 retained_intron NA NA ENSG00000163531 ENST00000514644.5:n.319-97C>T intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000539706.6 5 protein_coding NA NA ENSG00000163531 ENST00000539706.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000680427.1 NA protein_coding NA NA ENSG00000163531 ENST00000680427.1:c.-90-97C>T intron_variant 0.021824 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000339876.11 5 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.2471-1315C>G intron_variant 1.7028299999999998e-06 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000367173.7 5 protein_coding NA NA ENSG00000163531 ENST00000367173.7:c.2380-1315C>G intron_variant 0.0935108 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000401399.5 1 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.2471-1315C>G intron_variant 0.184806 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404076.5 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000404076.5:c.2717C>G ENSP00000385676.1:p.Thr906Ser missense_variant 906 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404977.6 1 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.3241C>G non_coding_transcript_exon_variant 0.109359 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000413225.5 5 protein_coding NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000425360.5 2 protein_coding NA NA ENSG00000163531 ENST00000425360.5:c.166-1315C>G intron_variant 0.0576149 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000430393.7 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000430393.7:c.2768C>G ENSP00000415031.3:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000468328.5 2 processed_transcript NA NA ENSG00000163531 ENST00000468328.5:n.138-1322C>G intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000471392.1 2 processed_transcript NA NA ENSG00000163531 downstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000492085.1 1 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0240115 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000495396.5 2 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000504476.5 2 nonsense_mediated_decay NA NA ENSG00000163531 ENST00000504476.5:c.*1459C>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000512826.5 1 retained_intron NA NA ENSG00000163531 ENST00000512826.5:n.2161C>G non_coding_transcript_exon_variant 0.0108415 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000513543.6 1 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000513543.6:c.2768C>G ENSP00000425908.1:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000539706.6 5 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000539706.6:c.2813C>G ENSP00000438614.2:p.Thr938Ser missense_variant 938 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.2256+60A>C intron_variant 0.0112434 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000461505.1 5 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000491127.5 2 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.1640+60A>C intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G ENSR00000256334 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 106 0.00943 150 0.55333 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000340781.8 1 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.1389+41C>G intron_variant 0.0112434 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367134.2 5 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367135.8 1 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000461505.1 5 retained_intron NA NA ENSG00000174502 upstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000469392.1 5 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000491127.5 2 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.773+41C>G intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C ENSR00000936056 NA promoter_flanking_region NA NA regulatory_region_variant NA NA 79 0.0 141 0.29078 0 0.0 +chr1 206474452 206474453 C G IKBKE ENST00000578328.6 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000578328.6:c.210C>G ENSP00000473833.1:p.Leu70= synonymous_variant 70 0.13688699999999998 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000579827.6 2 protein_coding L ctC/ctG ENSG00000263528 ENST00000579827.6:c.210C>G ENSP00000474422.1:p.Leu70= synonymous_variant 70 1.51375 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000581977.7 1 protein_coding L ctC/ctG ENSG00000263528 ENST00000581977.7:c.210C>G ENSP00000464030.1:p.Leu70= synonymous_variant 70 5.1287400000000005 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000584998.5 1 protein_coding NA NA ENSG00000263528 ENST00000584998.5:c.-46C>G 5_prime_UTR_variant 0.8766889999999999 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605726.1 3 protein_coding L ctC/ctG ENSG00000263528 ENST00000605726.1:c.210C>G ENSP00000474229.1:p.Leu70= synonymous_variant 70 0.183974 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605818.5 1 retained_intron NA NA ENSG00000263528 ENST00000605818.5:n.555C>G non_coding_transcript_exon_variant 0.23315100000000002 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G MIR6769B ENST00000622159.1 NA miRNA NA NA ENSG00000278465 upstream_gene_variant NA NA 44 0.0 52 0.28846 95 0.32632 +chr1 207623001 207623002 C G CR1 ENST00000367049.9 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367049.9:c.7286C>G ENSP00000356016.4:p.Ser2429Cys missense_variant 2429 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367051.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367051.6:c.5936C>G ENSP00000356018.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367052.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367052.6:c.5936C>G ENSP00000356019.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367053.6 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367053.6:c.5936C>G ENSP00000356020.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000400960.7 1 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000400960.7:c.5936C>G ENSP00000383744.2:p.Ser1979Cys missense_variant 1979 0.0982718 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000529814.1 5 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000529814.1:c.1805C>G ENSP00000434718.1:p.Ser602Cys missense_variant 602 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367024.5 2 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367024.5:c.44G>A ENSP00000355991.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367025.8 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367025.8:c.44G>A ENSP00000355992.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367026.7 1 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367026.7:c.44G>A ENSP00000355993.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000400959.7 5 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000400959.7:c.44G>A ENSP00000383743.3:p.Trp15Ter stop_gained 15 0.00480735 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000468672.5 4 processed_transcript NA NA ENSG00000009790 ENST00000468672.5:n.276-89G>A intron_variant&non_coding_transcript_variant 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000478359.5 1 nonsense_mediated_decay W/* tGg/tAg ENSG00000009790 ENST00000478359.5:c.44G>A ENSP00000417665.1:p.Trp15Ter stop_gained&NMD_transcript_variant 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000479796.5 4 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000479796.5:c.44G>A ENSP00000419180.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366973.8 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 3.33348 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366974.9 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.5667989999999999 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366976.3 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 12.9258 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366977.8 1 protein_coding NA NA ENSG00000117697 upstream_gene_variant 1.47698 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366978.5 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 0.0 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000473995.5 2 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.43912299999999993 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000487995.1 2 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.21835 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000488246.6 2 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.07695 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000497768.7 5 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.716569 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525569.5 2 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 2.9931799999999997 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525574.5 5 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.43575 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526641.5 2 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 8.23576 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526997.5 3 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.92165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530392.1 4 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530399.2 4 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.177763 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530441.5 3 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000531963.5 1 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532324.5 2 protein_coding NA NA ENSG00000203705 ENST00000532324.5:c.-79_-44del 5_prime_UTR_variant 6.46323 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532433.5 2 retained_intron NA NA ENSG00000203705 upstream_gene_variant 0.25156 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000533650.5 3 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.504165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000626725.1 2 protein_coding NA NA ENSG00000117697 upstream_gene_variant 4.96756 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSR00000019764 NA promoter NA NA regulatory_region_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525592856 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525306551 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000511849 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00211097862 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525224933 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00187784285 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00196866901 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054046776 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205903615 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00051779715 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205929361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209747052 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00167740129 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055886724 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210003100 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00057333266 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00102832070 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053987466 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00522314372 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000427229 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053346675 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209660251 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055099597 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053240171 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054920221 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210254649 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210135528 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210032186 NA NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205271842 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053291543 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209956967 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00206463692 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055585099 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210732361 NA NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000366933.5 1 protein_coding NA NA ENSG00000162814 ENST00000366933.5:c.241-66G>T intron_variant 0.547496 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000470448.5 3 nonsense_mediated_decay NA NA ENSG00000162814 ENST00000470448.5:c.*184-66G>T intron_variant&NMD_transcript_variant 0.30478 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 220690312 220690313 C T C1orf115 ENST00000294889.6 1 protein_coding NA NA ENSG00000162817 upstream_gene_variant 1.27379 1.27379434314286 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000020401 NA promoter NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000387367 NA CTCF_binding_site NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523285884 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523659367 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00208200208 NA NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000350027.8 2 protein_coding NA NA ENSG00000143498 ENST00000350027.8:c.291+64C>T intron_variant 3.6788300000000005 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000352967.9 1 protein_coding NA NA ENSG00000143498 ENST00000352967.9:c.291+64C>T intron_variant 2.18947 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000366890.5 2 protein_coding NA NA ENSG00000143498 ENST00000366890.5:c.-51-4192C>T intron_variant 0.32014699999999996 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000391883.2 5 protein_coding NA NA ENSG00000143498 ENST00000391883.2:c.291+64C>T intron_variant 2.8709 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000465263.1 5 processed_transcript NA NA ENSG00000143498 ENST00000465263.1:n.453+64C>T intron_variant&non_coding_transcript_variant 3.2307900000000003 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000487009.5 5 processed_transcript NA NA ENSG00000143498 ENST00000487009.5:n.355+64C>T intron_variant&non_coding_transcript_variant 0.11896 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 223264671 223264672 G C SUSD4 ENST00000343846.7 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000343846.7:c.682C>G ENSP00000344219.3:p.Leu228Val missense_variant 228 0.306471 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000344029.6 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000344029.6:c.682C>G ENSP00000339926.6:p.Leu228Val missense_variant 228 8.64472 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000366878.9 1 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000366878.9:c.682C>G ENSP00000355843.4:p.Leu228Val missense_variant 228 4.3111399999999997e-08 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000484758.6 2 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000484758.6:c.469C>G ENSP00000477374.1:p.Leu157Val missense_variant 157 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000494793.6 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000494793.6:c.682C>G ENSP00000476954.1:p.Leu228Val missense_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000497669.1 3 processed_transcript NA NA ENSG00000143502 ENST00000497669.1:n.452C>G non_coding_transcript_exon_variant 1.1433200000000001 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000608996.5 5 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000608996.5:c.595C>G ENSP00000477432.1:p.Leu199Val missense_variant 199 4.3358099999999995 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679807.1 NA nonsense_mediated_decay NA NA ENSG00000143502 ENST00000679807.1:c.*658C>G 3_prime_UTR_variant&NMD_transcript_variant 0.524624 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679975.1 NA nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000679975.1:c.682C>G ENSP00000505281.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.640035 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000680429.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000680429.1:c.799C>G ENSP00000504955.1:p.Leu267Val missense_variant 267 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681285.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681285.1:c.898C>G ENSP00000505301.1:p.Leu300Val missense_variant 300 1.8624900000000002 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681305.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681305.1:c.682C>G ENSP00000505262.1:p.Leu228Val missense_variant 228 0.368197 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681404.1 NA nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000681404.1:c.682C>G ENSP00000505515.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681669.1 NA protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681669.1:c.682C>G ENSP00000505495.1:p.Leu228Val missense_variant 228 2.39819 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSR00000387980 NA TF_binding_site NA NA regulatory_region_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSM00308420767 NA NA NA NA TF_binding_site_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 225002994 225002995 G C DNAH14 ENST00000366849.5 1 protein_coding NA NA ENSG00000185842 ENST00000366849.5:c.906+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000400952.7 1 protein_coding NA NA ENSG00000185842 ENST00000400952.7:c.975+68G>C intron_variant 0.316517 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000430092.5 5 protein_coding NA NA ENSG00000185842 ENST00000430092.5:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000439375.6 5 protein_coding NA NA ENSG00000185842 ENST00000439375.6:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000445597.6 5 protein_coding NA NA ENSG00000185842 ENST00000445597.6:c.1033-4418G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000682510.1 NA protein_coding NA NA ENSG00000185842 ENST00000682510.1:c.975+68G>C intron_variant 0.0158972 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 226146892 226146893 C A ACBD3 ENST00000366812.6 1 protein_coding NA NA ENSG00000182827 ENST00000366812.6:c.1376-72G>T intron_variant 30.5661 31.746037768708895 45 0.0 52 0.30769 6 0.33333 +chr1 226146892 226146893 C A ACBD3-AS1 ENST00000440540.1 5 lncRNA NA NA ENSG00000234478 upstream_gene_variant NA NA 45 0.0 52 0.30769 6 0.33333 +chr1 226737200 226737201 G A ITPKB ENST00000272117.8 1 protein_coding S agC/agT ENSG00000143772 ENST00000272117.8:c.258C>T ENSP00000272117.3:p.Ser86= synonymous_variant 86 1.20161 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000366784.1 1 protein_coding S agC/agT ENSG00000143772 ENST00000366784.1:c.258C>T ENSP00000355748.1:p.Ser86= synonymous_variant 86 2.30551 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000429204.6 5 protein_coding S agC/agT ENSG00000143772 ENST00000429204.6:c.258C>T ENSP00000411152.1:p.Ser86= synonymous_variant 86 7.44533 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ENSR00000388818 NA promoter NA NA regulatory_region_variant NA NA 16 0.0 21 0.28571 130 0.26154 +chr1 227091906 227091907 GC G CDC42BPA ENST00000334218.9 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000334218.9:c.2334del ENSP00000335341.6:p.Lys778AsnfsTer2 frameshift_variant 778 0.350189 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366764.8 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366764.8:c.2334del ENSP00000355726.5:p.Lys778AsnfsTer2 frameshift_variant 778 15.6832 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366766.8 5 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366766.8:c.2334del ENSP00000355728.5:p.Lys778AsnfsTer2 frameshift_variant 778 2.67608 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366767.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366767.7:c.2091del ENSP00000355729.3:p.Lys697AsnfsTer2 frameshift_variant 697 3.85669 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366769.7 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366769.7:c.2334del ENSP00000355731.3:p.Lys778AsnfsTer2 frameshift_variant 778 8.8276 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091906 227091907 GC G CDC42BPA ENST00000442054.5 1 protein_coding K/X aaG/aa ENSG00000143776 ENST00000442054.5:c.214del ENSP00000401051.1:p.Lys72AsnfsTer2 frameshift_variant 72 2.01191 40.0501157633296 112 0.0 140 0.23571 312 0.0609 +chr1 227091907 227091908 T G CDC42BPA ENST00000334218.9 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000334218.9:c.2333A>C ENSP00000335341.6:p.Lys778Thr missense_variant 778 0.350189 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366764.8 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366764.8:c.2333A>C ENSP00000355726.5:p.Lys778Thr missense_variant 778 15.6832 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366766.8 5 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366766.8:c.2333A>C ENSP00000355728.5:p.Lys778Thr missense_variant 778 2.67608 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366767.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366767.7:c.2090A>C ENSP00000355729.3:p.Lys697Thr missense_variant 697 3.85669 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366769.7 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366769.7:c.2333A>C ENSP00000355731.3:p.Lys778Thr missense_variant 778 8.8276 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000442054.5 1 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000442054.5:c.215A>C ENSP00000401051.1:p.Lys72Thr missense_variant 72 2.01191 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227646448 227646449 G A ZNF678 ENST00000343776.10 1 protein_coding NA NA ENSG00000181450 ENST00000343776.10:c.-163-95G>A intron_variant 1.68282 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000397097.4 1 protein_coding NA NA ENSG00000181450 upstream_gene_variant 0.17394400000000002 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000440339.1 2 protein_coding NA NA ENSG00000181450 ENST00000440339.1:c.124-95G>A intron_variant 3.2554 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000465266.1 4 processed_transcript NA NA ENSG00000181450 ENST00000465266.1:n.268-95G>A intron_variant&non_coding_transcript_variant 0.395198 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000608949.5 1 protein_coding NA NA ENSG00000181450 ENST00000608949.5:c.-163-95G>A intron_variant 1.1199700000000001 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000284548.16 2 protein_coding NA NA ENSG00000154358 ENST00000284548.16:c.12466+23G>A intron_variant 1.5978299999999999 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000422127.5 5 protein_coding NA NA ENSG00000154358 ENST00000422127.5:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000483539.3 5 protein_coding NA NA ENSG00000154358 downstream_gene_variant 2.19414 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000570156.7 5 protein_coding NA NA ENSG00000154358 ENST00000570156.7:c.15337+23G>A intron_variant 0.000558846 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A ENST00000602778.2 2 lncRNA NA NA ENSG00000270110 upstream_gene_variant NA NA 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000602832.1 2 retained_intron NA NA ENSG00000154358 downstream_gene_variant 1.82919 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000636476.2 1 protein_coding NA NA ENSG00000154358 ENST00000636476.2:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000660857.1 NA protein_coding NA NA ENSG00000154358 upstream_gene_variant 0.218219 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000662438.1 NA protein_coding NA NA ENSG00000154358 ENST00000662438.1:c.14011+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000680850.1 NA protein_coding NA NA ENSG00000154358 ENST00000680850.1:c.15337+23G>A intron_variant 3.32372 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 231273930 231273931 G T GNPAT ENST00000366647.9 1 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000366647.9:c.1612G>T ENSP00000355607.4:p.Glu538Ter stop_gained 538 7.8585899999999995 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000416000.1 5 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000416000.1:c.1582G>T ENSP00000411640.1:p.Glu528Ter stop_gained 528 0.23724800000000001 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000469332.1 2 processed_transcript NA NA ENSG00000116906 upstream_gene_variant 0.08938439999999999 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000492459.1 2 processed_transcript NA NA ENSG00000116906 downstream_gene_variant 0.886034 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000644483.1 NA nonsense_mediated_decay NA NA ENSG00000116906 ENST00000644483.1:c.*1298G>T 3_prime_UTR_variant&NMD_transcript_variant 1.06936 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T ENSR00000938644 NA enhancer NA NA regulatory_region_variant NA NA 168 0.0 164 0.64634 132 0.22727 +chr1 232805681 232805682 C T MAP10 ENST00000418460.4 NA protein_coding P/L cCc/cTc ENSG00000212916 ENST00000418460.4:c.233C>T ENSP00000403208.2:p.Pro78Leu missense_variant 78 1.99575 1.9957488661928897 19 0.0 30 0.23333 32 0.46875 +chr1 232805681 232805682 C T ENSR00000021918 NA promoter NA NA regulatory_region_variant NA NA 19 0.0 30 0.23333 32 0.46875 +chr1 243164805 243164806 G C CEP170 ENST00000336415.8 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000336415.8:c.3046C>G ENSP00000338161.4:p.His1016Asp missense_variant 1016 13.8988 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366542.6 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366542.6:c.3154C>G ENSP00000355500.1:p.His1052Asp missense_variant 1052 13.2332 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366543.5 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366543.5:c.2860C>G ENSP00000355501.1:p.His954Asp missense_variant 954 0.0715751 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366544.5 5 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366544.5:c.2860C>G ENSP00000355502.1:p.His954Asp missense_variant 954 3.6955400000000003 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000413359.6 3 protein_coding NA NA ENSG00000143702 upstream_gene_variant 7.813680000000001 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C ENST00000422938.1 5 lncRNA NA NA ENSG00000232085 ENST00000422938.1:n.115+20G>C intron_variant&non_coding_transcript_variant NA NA 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C ENST00000437499.1 5 lncRNA NA NA ENSG00000232085 ENST00000437499.1:n.29+140G>C intron_variant&non_coding_transcript_variant NA NA 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000451408.2 1 processed_transcript NA NA ENSG00000143702 downstream_gene_variant 10.8215 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000461671.1 5 nonsense_mediated_decay NA NA ENSG00000143702 downstream_gene_variant 0.48168900000000003 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000464936.5 5 protein_coding NA NA ENSG00000143702 upstream_gene_variant 0.0490294 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000490813.5 1 protein_coding NA NA ENSG00000143702 upstream_gene_variant 2.92152e-06 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000492145.1 5 protein_coding NA NA ENSG00000143702 upstream_gene_variant 1.23333 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000518289.5 4 processed_transcript NA NA ENSG00000143702 downstream_gene_variant 0.362761 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000522895.1 3 protein_coding NA NA ENSG00000143702 downstream_gene_variant 0.512864 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366521.7 2 processed_transcript NA NA ENSG00000203666 ENST00000366521.7:n.481+25A>G intron_variant&non_coding_transcript_variant 1.16115 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366522.6 2 processed_transcript NA NA ENSG00000203666 ENST00000366522.6:n.855+25A>G intron_variant&non_coding_transcript_variant 0.47964399999999996 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366523.6 3 protein_coding NA NA ENSG00000203666 ENST00000366523.6:c.306+25A>G intron_variant 0.291108 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000391837.7 5 processed_transcript NA NA ENSG00000203666 ENST00000391837.7:n.375+25A>G intron_variant&non_coding_transcript_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000425550.5 3 protein_coding NA NA ENSG00000203666 ENST00000425550.5:c.281+25A>G intron_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000427529.1 3 protein_coding NA NA ENSG00000203666 ENST00000427529.1:c.29+25A>G intron_variant 1.09215 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000447569.6 2 protein_coding NA NA ENSG00000203666 ENST00000447569.6:c.306+25A>G intron_variant 1.83827 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000473686.5 5 processed_transcript NA NA ENSG00000203666 ENST00000473686.5:n.289+25A>G intron_variant&non_coding_transcript_variant 0.310087 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000487845.5 2 processed_transcript NA NA ENSG00000203666 ENST00000487845.5:n.250+25A>G intron_variant&non_coding_transcript_variant 1.16024 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000495271.5 5 processed_transcript NA NA ENSG00000203666 ENST00000495271.5:n.340+25A>G intron_variant&non_coding_transcript_variant 0.305221 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000497591.5 5 processed_transcript NA NA ENSG00000203666 ENST00000497591.5:n.354+25A>G intron_variant&non_coding_transcript_variant 0.935399 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000549220.5 4 processed_transcript NA NA ENSG00000203666 ENST00000549220.5:n.347+25A>G intron_variant&non_coding_transcript_variant 0.14043 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000551317.5 3 protein_coding NA NA ENSG00000203666 ENST00000551317.5:c.281+25A>G intron_variant 0.050096499999999995 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 248239029 248239030 C T OR2M4 ENST00000641868.1 NA protein_coding I atC/atT ENSG00000171180 ENST00000641868.1:c.102C>T ENSP00000492992.1:p.Ile34= synonymous_variant 34 0.160439 0.160439370268546 188 0.0 251 0.35857 0 0.0 diff --git a/tests/test_data/net_chop/Test.pvacsplice.fasta b/tests/test_data/net_chop/Test.pvacsplice.fasta new file mode 100644 index 000000000..852557b0a --- /dev/null +++ b/tests/test_data/net_chop/Test.pvacsplice.fasta @@ -0,0 +1,32 @@ +>WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN diff --git a/tests/test_data/net_chop/Test.pvacsplice.tsv b/tests/test_data/net_chop/Test.pvacsplice.tsv new file mode 100644 index 000000000..bab452535 --- /dev/null +++ b/tests/test_data/net_chop/Test.pvacsplice.tsv @@ -0,0 +1,101 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 diff --git a/tests/test_data/net_chop/net_chop.pvacsplice.html b/tests/test_data/net_chop/net_chop.pvacsplice.html new file mode 100644 index 000000000..a67050631 --- /dev/null +++ b/tests/test_data/net_chop/net_chop.pvacsplice.html @@ -0,0 +1,2522 @@ + + + +
+
+NetChop 3.0 predictions using version C-term. Threshold 0.500000
+
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000000
+   2   S  .   0.024182 0000000000
+   3   A  .   0.120503 0000000000
+   4   D  .   0.025203 0000000000
+   5   V  S   0.657095 0000000000
+   6   V  .   0.226486 0000000000
+   7   K  S   0.669608 0000000000
+   8   Q  .   0.085307 0000000000
+   9   R  .   0.251902 0000000000
+  10   F  S   0.650647 0000000000
+  11   K  .   0.064887 0000000000
+  12   N  .   0.025149 0000000000
+  13   P  .   0.024621 0000000000
+  14   A  .   0.053319 0000000000
+  15   W  .   0.169941 0000000000
+  16   V  S   0.788472 0000000000
+  17   W  S   0.904698 0000000000
+  18   L  S   0.698001 0000000000
+  19   W  S   0.894910 0000000000
+  20   N  .   0.145054 0000000000
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000000
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000001
+   2   S  .   0.024182 0000000001
+   3   A  .   0.120503 0000000001
+   4   D  .   0.025203 0000000001
+   5   V  S   0.657095 0000000001
+   6   V  .   0.226486 0000000001
+   7   K  S   0.669608 0000000001
+   8   Q  .   0.085307 0000000001
+   9   R  .   0.251902 0000000001
+  10   F  S   0.650647 0000000001
+  11   K  .   0.064887 0000000001
+  12   N  .   0.025149 0000000001
+  13   P  .   0.024621 0000000001
+  14   A  .   0.053319 0000000001
+  15   W  .   0.169941 0000000001
+  16   V  S   0.788472 0000000001
+  17   W  S   0.904698 0000000001
+  18   L  S   0.698001 0000000001
+  19   W  S   0.894910 0000000001
+  20   N  .   0.145054 0000000001
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000001
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000002
+   2   S  .   0.024182 0000000002
+   3   A  .   0.120503 0000000002
+   4   D  .   0.025203 0000000002
+   5   V  S   0.657095 0000000002
+   6   V  .   0.226486 0000000002
+   7   K  S   0.669608 0000000002
+   8   Q  .   0.085307 0000000002
+   9   R  .   0.251902 0000000002
+  10   F  S   0.650647 0000000002
+  11   K  .   0.064887 0000000002
+  12   N  .   0.025149 0000000002
+  13   P  .   0.024621 0000000002
+  14   A  .   0.053319 0000000002
+  15   W  .   0.169941 0000000002
+  16   V  S   0.788472 0000000002
+  17   W  S   0.904698 0000000002
+  18   L  S   0.698001 0000000002
+  19   W  S   0.894910 0000000002
+  20   N  .   0.145054 0000000002
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000002
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000003
+   2   S  .   0.024182 0000000003
+   3   A  .   0.120503 0000000003
+   4   D  .   0.025203 0000000003
+   5   V  S   0.657095 0000000003
+   6   V  .   0.226486 0000000003
+   7   K  S   0.669608 0000000003
+   8   Q  .   0.085307 0000000003
+   9   R  .   0.251902 0000000003
+  10   F  S   0.650647 0000000003
+  11   K  .   0.064887 0000000003
+  12   N  .   0.025149 0000000003
+  13   P  .   0.024621 0000000003
+  14   A  .   0.053319 0000000003
+  15   W  .   0.169941 0000000003
+  16   V  S   0.788472 0000000003
+  17   W  S   0.904698 0000000003
+  18   L  S   0.698001 0000000003
+  19   W  S   0.894910 0000000003
+  20   N  .   0.145054 0000000003
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000003
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000004
+   2   K  .   0.376041 0000000004
+   3   S  .   0.033034 0000000004
+   4   A  .   0.084900 0000000004
+   5   D  .   0.025662 0000000004
+   6   V  .   0.393257 0000000004
+   7   V  .   0.341685 0000000004
+   8   N  .   0.120594 0000000004
+   9   R  .   0.408937 0000000004
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000004
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000005
+   2   K  .   0.376041 0000000005
+   3   S  .   0.033034 0000000005
+   4   A  .   0.084900 0000000005
+   5   D  .   0.025662 0000000005
+   6   V  .   0.393257 0000000005
+   7   V  .   0.341685 0000000005
+   8   N  .   0.120594 0000000005
+   9   R  .   0.408937 0000000005
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000005
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000006
+   2   S  .   0.024182 0000000006
+   3   A  .   0.120503 0000000006
+   4   D  .   0.025203 0000000006
+   5   V  S   0.657095 0000000006
+   6   V  .   0.226486 0000000006
+   7   K  S   0.669608 0000000006
+   8   Q  .   0.085307 0000000006
+   9   R  .   0.251902 0000000006
+  10   F  S   0.650647 0000000006
+  11   K  .   0.064887 0000000006
+  12   N  .   0.025149 0000000006
+  13   P  .   0.024621 0000000006
+  14   A  .   0.053319 0000000006
+  15   W  .   0.169941 0000000006
+  16   V  S   0.788472 0000000006
+  17   W  S   0.904698 0000000006
+  18   L  S   0.698001 0000000006
+  19   W  S   0.894910 0000000006
+  20   N  .   0.145054 0000000006
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000006
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000007
+   2   S  .   0.024182 0000000007
+   3   A  .   0.120503 0000000007
+   4   D  .   0.025203 0000000007
+   5   V  S   0.657095 0000000007
+   6   V  .   0.226486 0000000007
+   7   K  S   0.669608 0000000007
+   8   Q  .   0.085307 0000000007
+   9   R  .   0.251902 0000000007
+  10   F  S   0.650647 0000000007
+  11   K  .   0.064887 0000000007
+  12   N  .   0.025149 0000000007
+  13   P  .   0.024621 0000000007
+  14   A  .   0.053319 0000000007
+  15   W  .   0.169941 0000000007
+  16   V  S   0.788472 0000000007
+  17   W  S   0.904698 0000000007
+  18   L  S   0.698001 0000000007
+  19   W  S   0.894910 0000000007
+  20   N  .   0.145054 0000000007
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000007
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000008
+   2   E  .   0.024110 0000000008
+   3   E  .   0.022720 0000000008
+   4   T  .   0.029500 0000000008
+   5   I  .   0.210164 0000000008
+   6   K  .   0.323106 0000000008
+   7   V  S   0.943707 0000000008
+   8   Y  S   0.969140 0000000008
+   9   C  .   0.029896 0000000008
+  10   L  S   0.968307 0000000008
+  11   Q  .   0.193751 0000000008
+  12   K  S   0.958658 0000000008
+  13   E  .   0.035992 0000000008
+  14   L  S   0.929147 0000000008
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000008
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000009
+   2   S  .   0.024182 0000000009
+   3   A  .   0.120503 0000000009
+   4   D  .   0.025203 0000000009
+   5   V  S   0.657095 0000000009
+   6   V  .   0.226486 0000000009
+   7   K  S   0.669608 0000000009
+   8   Q  .   0.085307 0000000009
+   9   R  .   0.251902 0000000009
+  10   F  S   0.650647 0000000009
+  11   K  .   0.064887 0000000009
+  12   N  .   0.025149 0000000009
+  13   P  .   0.024621 0000000009
+  14   A  .   0.053319 0000000009
+  15   W  .   0.169941 0000000009
+  16   V  S   0.788472 0000000009
+  17   W  S   0.904698 0000000009
+  18   L  S   0.698001 0000000009
+  19   W  S   0.894910 0000000009
+  20   N  .   0.145054 0000000009
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000009
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000000a
+   2   S  .   0.024182 000000000a
+   3   A  .   0.120503 000000000a
+   4   D  .   0.025203 000000000a
+   5   V  S   0.657095 000000000a
+   6   V  .   0.226486 000000000a
+   7   K  S   0.669608 000000000a
+   8   Q  .   0.085307 000000000a
+   9   R  .   0.251902 000000000a
+  10   F  S   0.650647 000000000a
+  11   K  .   0.064887 000000000a
+  12   N  .   0.025149 000000000a
+  13   P  .   0.024621 000000000a
+  14   A  .   0.053319 000000000a
+  15   W  .   0.169941 000000000a
+  16   V  S   0.788472 000000000a
+  17   W  S   0.904698 000000000a
+  18   L  S   0.698001 000000000a
+  19   W  S   0.894910 000000000a
+  20   N  .   0.145054 000000000a
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000000a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 000000000b
+   2   K  S   0.817397 000000000b
+   3   K  S   0.920969 000000000b
+   4   K  S   0.858755 000000000b
+   5   S  .   0.027918 000000000b
+   6   E  .   0.025010 000000000b
+   7   E  .   0.026136 000000000b
+   8   K  S   0.882900 000000000b
+   9   E  .   0.024394 000000000b
+  10   L  .   0.464671 000000000b
+  11   K  .   0.284129 000000000b
+  12   I  S   0.815917 000000000b
+  13   K  S   0.503273 000000000b
+  14   N  .   0.163677 000000000b
+  15   H  .   0.207043 000000000b
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 000000000b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000000c
+   2   S  .   0.024726 000000000c
+   3   A  .   0.061187 000000000c
+   4   D  .   0.022780 000000000c
+   5   V  .   0.371769 000000000c
+   6   V  .   0.174105 000000000c
+   7   K  S   0.631759 000000000c
+   8   V  S   0.779962 000000000c
+   9   K  S   0.881971 000000000c
+  10   C  .   0.127521 000000000c
+  11   K  .   0.312541 000000000c
+  12   L  S   0.919971 000000000c
+  13   T  .   0.107357 000000000c
+  14   Q  .   0.118735 000000000c
+  15   S  .   0.256329 000000000c
+  16   F  S   0.670578 000000000c
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000000c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000000d
+   2   S  .   0.024726 000000000d
+   3   A  .   0.061187 000000000d
+   4   D  .   0.022780 000000000d
+   5   V  .   0.371769 000000000d
+   6   V  .   0.174105 000000000d
+   7   K  S   0.631759 000000000d
+   8   V  S   0.779962 000000000d
+   9   K  S   0.881971 000000000d
+  10   C  .   0.127521 000000000d
+  11   K  .   0.312541 000000000d
+  12   L  S   0.919971 000000000d
+  13   T  .   0.107357 000000000d
+  14   Q  .   0.118735 000000000d
+  15   S  .   0.256329 000000000d
+  16   F  S   0.670578 000000000d
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000000d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000000e
+   2   S  .   0.024726 000000000e
+   3   A  .   0.061187 000000000e
+   4   D  .   0.022780 000000000e
+   5   V  .   0.371769 000000000e
+   6   V  .   0.174105 000000000e
+   7   K  S   0.631759 000000000e
+   8   V  S   0.779962 000000000e
+   9   K  S   0.881971 000000000e
+  10   C  .   0.127521 000000000e
+  11   K  .   0.312541 000000000e
+  12   L  S   0.919971 000000000e
+  13   T  .   0.107357 000000000e
+  14   Q  .   0.118735 000000000e
+  15   S  .   0.256329 000000000e
+  16   F  S   0.670578 000000000e
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000000e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000000f
+   2   S  .   0.024726 000000000f
+   3   A  .   0.061187 000000000f
+   4   D  .   0.022780 000000000f
+   5   V  .   0.371769 000000000f
+   6   V  .   0.174105 000000000f
+   7   K  S   0.631759 000000000f
+   8   V  S   0.779962 000000000f
+   9   K  S   0.881971 000000000f
+  10   C  .   0.127521 000000000f
+  11   K  .   0.312541 000000000f
+  12   L  S   0.919971 000000000f
+  13   T  .   0.107357 000000000f
+  14   Q  .   0.118735 000000000f
+  15   S  .   0.256329 000000000f
+  16   F  S   0.670578 000000000f
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000000f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000010
+   2   S  .   0.024726 0000000010
+   3   A  .   0.061187 0000000010
+   4   D  .   0.022780 0000000010
+   5   V  .   0.371769 0000000010
+   6   V  .   0.174105 0000000010
+   7   K  S   0.631759 0000000010
+   8   V  S   0.779962 0000000010
+   9   K  S   0.881971 0000000010
+  10   C  .   0.127521 0000000010
+  11   K  .   0.312541 0000000010
+  12   L  S   0.919971 0000000010
+  13   T  .   0.107357 0000000010
+  14   Q  .   0.118735 0000000010
+  15   S  .   0.256329 0000000010
+  16   F  S   0.670578 0000000010
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000010
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000011
+   2   S  .   0.024726 0000000011
+   3   A  .   0.061187 0000000011
+   4   D  .   0.022780 0000000011
+   5   V  .   0.371769 0000000011
+   6   V  .   0.174105 0000000011
+   7   K  S   0.631759 0000000011
+   8   V  S   0.779962 0000000011
+   9   K  S   0.881971 0000000011
+  10   C  .   0.127521 0000000011
+  11   K  .   0.312541 0000000011
+  12   L  S   0.919971 0000000011
+  13   T  .   0.107357 0000000011
+  14   Q  .   0.118735 0000000011
+  15   S  .   0.256329 0000000011
+  16   F  S   0.670578 0000000011
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000011
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000012
+   2   E  .   0.024110 0000000012
+   3   E  .   0.022720 0000000012
+   4   T  .   0.029500 0000000012
+   5   I  .   0.210164 0000000012
+   6   K  .   0.323106 0000000012
+   7   V  S   0.943707 0000000012
+   8   Y  S   0.969140 0000000012
+   9   C  .   0.029896 0000000012
+  10   L  S   0.968307 0000000012
+  11   Q  .   0.193751 0000000012
+  12   K  S   0.958658 0000000012
+  13   E  .   0.035992 0000000012
+  14   L  S   0.929147 0000000012
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000012
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000013
+   2   S  .   0.024726 0000000013
+   3   A  .   0.061187 0000000013
+   4   D  .   0.022780 0000000013
+   5   V  .   0.371769 0000000013
+   6   V  .   0.174105 0000000013
+   7   K  S   0.631759 0000000013
+   8   V  S   0.779962 0000000013
+   9   K  S   0.881971 0000000013
+  10   C  .   0.127521 0000000013
+  11   K  .   0.312541 0000000013
+  12   L  S   0.919971 0000000013
+  13   T  .   0.107357 0000000013
+  14   Q  .   0.118735 0000000013
+  15   S  .   0.256329 0000000013
+  16   F  S   0.670578 0000000013
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000013
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000014
+   2   S  .   0.024726 0000000014
+   3   A  .   0.061187 0000000014
+   4   D  .   0.022780 0000000014
+   5   V  .   0.371769 0000000014
+   6   V  .   0.174105 0000000014
+   7   K  S   0.631759 0000000014
+   8   V  S   0.779962 0000000014
+   9   K  S   0.881971 0000000014
+  10   C  .   0.127521 0000000014
+  11   K  .   0.312541 0000000014
+  12   L  S   0.919971 0000000014
+  13   T  .   0.107357 0000000014
+  14   Q  .   0.118735 0000000014
+  15   S  .   0.256329 0000000014
+  16   F  S   0.670578 0000000014
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000014
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000015
+   2   S  .   0.024182 0000000015
+   3   A  .   0.120503 0000000015
+   4   D  .   0.025203 0000000015
+   5   V  S   0.657095 0000000015
+   6   V  .   0.226486 0000000015
+   7   K  S   0.669608 0000000015
+   8   Q  .   0.085307 0000000015
+   9   R  .   0.251902 0000000015
+  10   F  S   0.650647 0000000015
+  11   K  .   0.064887 0000000015
+  12   N  .   0.025149 0000000015
+  13   P  .   0.024621 0000000015
+  14   A  .   0.053319 0000000015
+  15   W  .   0.169941 0000000015
+  16   V  S   0.788472 0000000015
+  17   W  S   0.904698 0000000015
+  18   L  S   0.698001 0000000015
+  19   W  S   0.894910 0000000015
+  20   N  .   0.145054 0000000015
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000015
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000016
+   2   S  .   0.024182 0000000016
+   3   A  .   0.120503 0000000016
+   4   D  .   0.025203 0000000016
+   5   V  S   0.657095 0000000016
+   6   V  .   0.226486 0000000016
+   7   K  S   0.669608 0000000016
+   8   Q  .   0.085307 0000000016
+   9   R  .   0.251902 0000000016
+  10   F  S   0.650647 0000000016
+  11   K  .   0.064887 0000000016
+  12   N  .   0.025149 0000000016
+  13   P  .   0.024621 0000000016
+  14   A  .   0.053319 0000000016
+  15   W  .   0.169941 0000000016
+  16   V  S   0.788472 0000000016
+  17   W  S   0.904698 0000000016
+  18   L  S   0.698001 0000000016
+  19   W  S   0.894910 0000000016
+  20   N  .   0.145054 0000000016
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000016
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000017
+   2   S  .   0.024726 0000000017
+   3   A  .   0.061187 0000000017
+   4   D  .   0.022780 0000000017
+   5   V  .   0.371769 0000000017
+   6   V  .   0.174105 0000000017
+   7   K  S   0.631759 0000000017
+   8   V  S   0.779962 0000000017
+   9   K  S   0.881971 0000000017
+  10   C  .   0.127521 0000000017
+  11   K  .   0.312541 0000000017
+  12   L  S   0.919971 0000000017
+  13   T  .   0.107357 0000000017
+  14   Q  .   0.118735 0000000017
+  15   S  .   0.256329 0000000017
+  16   F  S   0.670578 0000000017
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000017
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000018
+   2   S  .   0.024726 0000000018
+   3   A  .   0.061187 0000000018
+   4   D  .   0.022780 0000000018
+   5   V  .   0.371769 0000000018
+   6   V  .   0.174105 0000000018
+   7   K  S   0.631759 0000000018
+   8   V  S   0.779962 0000000018
+   9   K  S   0.881971 0000000018
+  10   C  .   0.127521 0000000018
+  11   K  .   0.312541 0000000018
+  12   L  S   0.919971 0000000018
+  13   T  .   0.107357 0000000018
+  14   Q  .   0.118735 0000000018
+  15   S  .   0.256329 0000000018
+  16   F  S   0.670578 0000000018
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000018
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000019
+   2   E  .   0.024110 0000000019
+   3   E  .   0.022720 0000000019
+   4   T  .   0.029500 0000000019
+   5   I  .   0.210164 0000000019
+   6   K  .   0.323106 0000000019
+   7   V  S   0.943707 0000000019
+   8   Y  S   0.969140 0000000019
+   9   C  .   0.029896 0000000019
+  10   L  S   0.968307 0000000019
+  11   Q  .   0.193751 0000000019
+  12   K  S   0.958658 0000000019
+  13   E  .   0.035992 0000000019
+  14   L  S   0.929147 0000000019
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000019
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000001a
+   2   S  .   0.024182 000000001a
+   3   A  .   0.120503 000000001a
+   4   D  .   0.025203 000000001a
+   5   V  S   0.657095 000000001a
+   6   V  .   0.226486 000000001a
+   7   K  S   0.669608 000000001a
+   8   Q  .   0.085307 000000001a
+   9   R  .   0.251902 000000001a
+  10   F  S   0.650647 000000001a
+  11   K  .   0.064887 000000001a
+  12   N  .   0.025149 000000001a
+  13   P  .   0.024621 000000001a
+  14   A  .   0.053319 000000001a
+  15   W  .   0.169941 000000001a
+  16   V  S   0.788472 000000001a
+  17   W  S   0.904698 000000001a
+  18   L  S   0.698001 000000001a
+  19   W  S   0.894910 000000001a
+  20   N  .   0.145054 000000001a
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000001a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000001b
+   2   S  .   0.024182 000000001b
+   3   A  .   0.120503 000000001b
+   4   D  .   0.025203 000000001b
+   5   V  S   0.657095 000000001b
+   6   V  .   0.226486 000000001b
+   7   K  S   0.669608 000000001b
+   8   Q  .   0.085307 000000001b
+   9   R  .   0.251902 000000001b
+  10   F  S   0.650647 000000001b
+  11   K  .   0.064887 000000001b
+  12   N  .   0.025149 000000001b
+  13   P  .   0.024621 000000001b
+  14   A  .   0.053319 000000001b
+  15   W  .   0.169941 000000001b
+  16   V  S   0.788472 000000001b
+  17   W  S   0.904698 000000001b
+  18   L  S   0.698001 000000001b
+  19   W  S   0.894910 000000001b
+  20   N  .   0.145054 000000001b
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000001b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000001c
+   2   S  .   0.024182 000000001c
+   3   A  .   0.120503 000000001c
+   4   D  .   0.025203 000000001c
+   5   V  S   0.657095 000000001c
+   6   V  .   0.226486 000000001c
+   7   K  S   0.669608 000000001c
+   8   Q  .   0.085307 000000001c
+   9   R  .   0.251902 000000001c
+  10   F  S   0.650647 000000001c
+  11   K  .   0.064887 000000001c
+  12   N  .   0.025149 000000001c
+  13   P  .   0.024621 000000001c
+  14   A  .   0.053319 000000001c
+  15   W  .   0.169941 000000001c
+  16   V  S   0.788472 000000001c
+  17   W  S   0.904698 000000001c
+  18   L  S   0.698001 000000001c
+  19   W  S   0.894910 000000001c
+  20   N  .   0.145054 000000001c
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000001c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000001d
+   2   S  .   0.024182 000000001d
+   3   A  .   0.120503 000000001d
+   4   D  .   0.025203 000000001d
+   5   V  S   0.657095 000000001d
+   6   V  .   0.226486 000000001d
+   7   K  S   0.669608 000000001d
+   8   Q  .   0.085307 000000001d
+   9   R  .   0.251902 000000001d
+  10   F  S   0.650647 000000001d
+  11   K  .   0.064887 000000001d
+  12   N  .   0.025149 000000001d
+  13   P  .   0.024621 000000001d
+  14   A  .   0.053319 000000001d
+  15   W  .   0.169941 000000001d
+  16   V  S   0.788472 000000001d
+  17   W  S   0.904698 000000001d
+  18   L  S   0.698001 000000001d
+  19   W  S   0.894910 000000001d
+  20   N  .   0.145054 000000001d
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000001d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 000000001e
+   2   K  S   0.817397 000000001e
+   3   K  S   0.920969 000000001e
+   4   K  S   0.858755 000000001e
+   5   S  .   0.027918 000000001e
+   6   E  .   0.025010 000000001e
+   7   E  .   0.026136 000000001e
+   8   K  S   0.882900 000000001e
+   9   E  .   0.024394 000000001e
+  10   L  .   0.464671 000000001e
+  11   K  .   0.284129 000000001e
+  12   I  S   0.815917 000000001e
+  13   K  S   0.503273 000000001e
+  14   N  .   0.163677 000000001e
+  15   H  .   0.207043 000000001e
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 000000001e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 000000001f
+   2   K  S   0.817397 000000001f
+   3   K  S   0.920969 000000001f
+   4   K  S   0.858755 000000001f
+   5   S  .   0.027918 000000001f
+   6   E  .   0.025010 000000001f
+   7   E  .   0.026136 000000001f
+   8   K  S   0.882900 000000001f
+   9   E  .   0.024394 000000001f
+  10   L  .   0.464671 000000001f
+  11   K  .   0.284129 000000001f
+  12   I  S   0.815917 000000001f
+  13   K  S   0.503273 000000001f
+  14   N  .   0.163677 000000001f
+  15   H  .   0.207043 000000001f
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 000000001f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000020
+   2   K  .   0.376041 0000000020
+   3   S  .   0.033034 0000000020
+   4   A  .   0.084900 0000000020
+   5   D  .   0.025662 0000000020
+   6   V  .   0.393257 0000000020
+   7   V  .   0.341685 0000000020
+   8   N  .   0.120594 0000000020
+   9   R  .   0.408937 0000000020
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000020
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000021
+   2   K  .   0.376041 0000000021
+   3   S  .   0.033034 0000000021
+   4   A  .   0.084900 0000000021
+   5   D  .   0.025662 0000000021
+   6   V  .   0.393257 0000000021
+   7   V  .   0.341685 0000000021
+   8   N  .   0.120594 0000000021
+   9   R  .   0.408937 0000000021
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000021
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000022
+   2   E  .   0.024110 0000000022
+   3   E  .   0.022720 0000000022
+   4   T  .   0.029500 0000000022
+   5   I  .   0.210164 0000000022
+   6   K  .   0.323106 0000000022
+   7   V  S   0.943707 0000000022
+   8   Y  S   0.969140 0000000022
+   9   C  .   0.029896 0000000022
+  10   L  S   0.968307 0000000022
+  11   Q  .   0.193751 0000000022
+  12   K  S   0.958658 0000000022
+  13   E  .   0.035992 0000000022
+  14   L  S   0.929147 0000000022
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000022
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000023
+   2   E  .   0.024110 0000000023
+   3   E  .   0.022720 0000000023
+   4   T  .   0.029500 0000000023
+   5   I  .   0.210164 0000000023
+   6   K  .   0.323106 0000000023
+   7   V  S   0.943707 0000000023
+   8   Y  S   0.969140 0000000023
+   9   C  .   0.029896 0000000023
+  10   L  S   0.968307 0000000023
+  11   Q  .   0.193751 0000000023
+  12   K  S   0.958658 0000000023
+  13   E  .   0.035992 0000000023
+  14   L  S   0.929147 0000000023
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000023
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000024
+   2   S  .   0.024182 0000000024
+   3   A  .   0.120503 0000000024
+   4   D  .   0.025203 0000000024
+   5   V  S   0.657095 0000000024
+   6   V  .   0.226486 0000000024
+   7   K  S   0.669608 0000000024
+   8   Q  .   0.085307 0000000024
+   9   R  .   0.251902 0000000024
+  10   F  S   0.650647 0000000024
+  11   K  .   0.064887 0000000024
+  12   N  .   0.025149 0000000024
+  13   P  .   0.024621 0000000024
+  14   A  .   0.053319 0000000024
+  15   W  .   0.169941 0000000024
+  16   V  S   0.788472 0000000024
+  17   W  S   0.904698 0000000024
+  18   L  S   0.698001 0000000024
+  19   W  S   0.894910 0000000024
+  20   N  .   0.145054 0000000024
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000024
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000025
+   2   S  .   0.024182 0000000025
+   3   A  .   0.120503 0000000025
+   4   D  .   0.025203 0000000025
+   5   V  S   0.657095 0000000025
+   6   V  .   0.226486 0000000025
+   7   K  S   0.669608 0000000025
+   8   Q  .   0.085307 0000000025
+   9   R  .   0.251902 0000000025
+  10   F  S   0.650647 0000000025
+  11   K  .   0.064887 0000000025
+  12   N  .   0.025149 0000000025
+  13   P  .   0.024621 0000000025
+  14   A  .   0.053319 0000000025
+  15   W  .   0.169941 0000000025
+  16   V  S   0.788472 0000000025
+  17   W  S   0.904698 0000000025
+  18   L  S   0.698001 0000000025
+  19   W  S   0.894910 0000000025
+  20   N  .   0.145054 0000000025
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000025
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000026
+   2   S  .   0.024182 0000000026
+   3   A  .   0.120503 0000000026
+   4   D  .   0.025203 0000000026
+   5   V  S   0.657095 0000000026
+   6   V  .   0.226486 0000000026
+   7   K  S   0.669608 0000000026
+   8   Q  .   0.085307 0000000026
+   9   R  .   0.251902 0000000026
+  10   F  S   0.650647 0000000026
+  11   K  .   0.064887 0000000026
+  12   N  .   0.025149 0000000026
+  13   P  .   0.024621 0000000026
+  14   A  .   0.053319 0000000026
+  15   W  .   0.169941 0000000026
+  16   V  S   0.788472 0000000026
+  17   W  S   0.904698 0000000026
+  18   L  S   0.698001 0000000026
+  19   W  S   0.894910 0000000026
+  20   N  .   0.145054 0000000026
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000026
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000027
+   2   S  .   0.024182 0000000027
+   3   A  .   0.120503 0000000027
+   4   D  .   0.025203 0000000027
+   5   V  S   0.657095 0000000027
+   6   V  .   0.226486 0000000027
+   7   K  S   0.669608 0000000027
+   8   Q  .   0.085307 0000000027
+   9   R  .   0.251902 0000000027
+  10   F  S   0.650647 0000000027
+  11   K  .   0.064887 0000000027
+  12   N  .   0.025149 0000000027
+  13   P  .   0.024621 0000000027
+  14   A  .   0.053319 0000000027
+  15   W  .   0.169941 0000000027
+  16   V  S   0.788472 0000000027
+  17   W  S   0.904698 0000000027
+  18   L  S   0.698001 0000000027
+  19   W  S   0.894910 0000000027
+  20   N  .   0.145054 0000000027
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000027
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 0000000028
+   2   K  S   0.817397 0000000028
+   3   K  S   0.920969 0000000028
+   4   K  S   0.858755 0000000028
+   5   S  .   0.027918 0000000028
+   6   E  .   0.025010 0000000028
+   7   E  .   0.026136 0000000028
+   8   K  S   0.882900 0000000028
+   9   E  .   0.024394 0000000028
+  10   L  .   0.464671 0000000028
+  11   K  .   0.284129 0000000028
+  12   I  S   0.815917 0000000028
+  13   K  S   0.503273 0000000028
+  14   N  .   0.163677 0000000028
+  15   H  .   0.207043 0000000028
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 0000000028
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000029
+   2   E  .   0.024110 0000000029
+   3   E  .   0.022720 0000000029
+   4   T  .   0.029500 0000000029
+   5   I  .   0.210164 0000000029
+   6   K  .   0.323106 0000000029
+   7   V  S   0.943707 0000000029
+   8   Y  S   0.969140 0000000029
+   9   C  .   0.029896 0000000029
+  10   L  S   0.968307 0000000029
+  11   Q  .   0.193751 0000000029
+  12   K  S   0.958658 0000000029
+  13   E  .   0.035992 0000000029
+  14   L  S   0.929147 0000000029
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000029
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000002a
+   2   S  .   0.024182 000000002a
+   3   A  .   0.120503 000000002a
+   4   D  .   0.025203 000000002a
+   5   V  S   0.657095 000000002a
+   6   V  .   0.226486 000000002a
+   7   K  S   0.669608 000000002a
+   8   Q  .   0.085307 000000002a
+   9   R  .   0.251902 000000002a
+  10   F  S   0.650647 000000002a
+  11   K  .   0.064887 000000002a
+  12   N  .   0.025149 000000002a
+  13   P  .   0.024621 000000002a
+  14   A  .   0.053319 000000002a
+  15   W  .   0.169941 000000002a
+  16   V  S   0.788472 000000002a
+  17   W  S   0.904698 000000002a
+  18   L  S   0.698001 000000002a
+  19   W  S   0.894910 000000002a
+  20   N  .   0.145054 000000002a
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000002a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000002b
+   2   S  .   0.024182 000000002b
+   3   A  .   0.120503 000000002b
+   4   D  .   0.025203 000000002b
+   5   V  S   0.657095 000000002b
+   6   V  .   0.226486 000000002b
+   7   K  S   0.669608 000000002b
+   8   Q  .   0.085307 000000002b
+   9   R  .   0.251902 000000002b
+  10   F  S   0.650647 000000002b
+  11   K  .   0.064887 000000002b
+  12   N  .   0.025149 000000002b
+  13   P  .   0.024621 000000002b
+  14   A  .   0.053319 000000002b
+  15   W  .   0.169941 000000002b
+  16   V  S   0.788472 000000002b
+  17   W  S   0.904698 000000002b
+  18   L  S   0.698001 000000002b
+  19   W  S   0.894910 000000002b
+  20   N  .   0.145054 000000002b
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000002b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000002c
+   2   S  .   0.024182 000000002c
+   3   A  .   0.120503 000000002c
+   4   D  .   0.025203 000000002c
+   5   V  S   0.657095 000000002c
+   6   V  .   0.226486 000000002c
+   7   K  S   0.669608 000000002c
+   8   Q  .   0.085307 000000002c
+   9   R  .   0.251902 000000002c
+  10   F  S   0.650647 000000002c
+  11   K  .   0.064887 000000002c
+  12   N  .   0.025149 000000002c
+  13   P  .   0.024621 000000002c
+  14   A  .   0.053319 000000002c
+  15   W  .   0.169941 000000002c
+  16   V  S   0.788472 000000002c
+  17   W  S   0.904698 000000002c
+  18   L  S   0.698001 000000002c
+  19   W  S   0.894910 000000002c
+  20   N  .   0.145054 000000002c
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000002c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000002d
+   2   S  .   0.024182 000000002d
+   3   A  .   0.120503 000000002d
+   4   D  .   0.025203 000000002d
+   5   V  S   0.657095 000000002d
+   6   V  .   0.226486 000000002d
+   7   K  S   0.669608 000000002d
+   8   Q  .   0.085307 000000002d
+   9   R  .   0.251902 000000002d
+  10   F  S   0.650647 000000002d
+  11   K  .   0.064887 000000002d
+  12   N  .   0.025149 000000002d
+  13   P  .   0.024621 000000002d
+  14   A  .   0.053319 000000002d
+  15   W  .   0.169941 000000002d
+  16   V  S   0.788472 000000002d
+  17   W  S   0.904698 000000002d
+  18   L  S   0.698001 000000002d
+  19   W  S   0.894910 000000002d
+  20   N  .   0.145054 000000002d
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000002d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000002e
+   2   S  .   0.024726 000000002e
+   3   A  .   0.061187 000000002e
+   4   D  .   0.022780 000000002e
+   5   V  .   0.371769 000000002e
+   6   V  .   0.174105 000000002e
+   7   K  S   0.631759 000000002e
+   8   V  S   0.779962 000000002e
+   9   K  S   0.881971 000000002e
+  10   C  .   0.127521 000000002e
+  11   K  .   0.312541 000000002e
+  12   L  S   0.919971 000000002e
+  13   T  .   0.107357 000000002e
+  14   Q  .   0.118735 000000002e
+  15   S  .   0.256329 000000002e
+  16   F  S   0.670578 000000002e
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000002e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000002f
+   2   S  .   0.024726 000000002f
+   3   A  .   0.061187 000000002f
+   4   D  .   0.022780 000000002f
+   5   V  .   0.371769 000000002f
+   6   V  .   0.174105 000000002f
+   7   K  S   0.631759 000000002f
+   8   V  S   0.779962 000000002f
+   9   K  S   0.881971 000000002f
+  10   C  .   0.127521 000000002f
+  11   K  .   0.312541 000000002f
+  12   L  S   0.919971 000000002f
+  13   T  .   0.107357 000000002f
+  14   Q  .   0.118735 000000002f
+  15   S  .   0.256329 000000002f
+  16   F  S   0.670578 000000002f
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000002f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 0000000030
+   2   K  S   0.817397 0000000030
+   3   K  S   0.920969 0000000030
+   4   K  S   0.858755 0000000030
+   5   S  .   0.027918 0000000030
+   6   E  .   0.025010 0000000030
+   7   E  .   0.026136 0000000030
+   8   K  S   0.882900 0000000030
+   9   E  .   0.024394 0000000030
+  10   L  .   0.464671 0000000030
+  11   K  .   0.284129 0000000030
+  12   I  S   0.815917 0000000030
+  13   K  S   0.503273 0000000030
+  14   N  .   0.163677 0000000030
+  15   H  .   0.207043 0000000030
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 0000000030
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 0000000031
+   2   K  S   0.817397 0000000031
+   3   K  S   0.920969 0000000031
+   4   K  S   0.858755 0000000031
+   5   S  .   0.027918 0000000031
+   6   E  .   0.025010 0000000031
+   7   E  .   0.026136 0000000031
+   8   K  S   0.882900 0000000031
+   9   E  .   0.024394 0000000031
+  10   L  .   0.464671 0000000031
+  11   K  .   0.284129 0000000031
+  12   I  S   0.815917 0000000031
+  13   K  S   0.503273 0000000031
+  14   N  .   0.163677 0000000031
+  15   H  .   0.207043 0000000031
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 0000000031
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000032
+   2   S  .   0.024182 0000000032
+   3   A  .   0.120503 0000000032
+   4   D  .   0.025203 0000000032
+   5   V  S   0.657095 0000000032
+   6   V  .   0.226486 0000000032
+   7   K  S   0.669608 0000000032
+   8   Q  .   0.085307 0000000032
+   9   R  .   0.251902 0000000032
+  10   F  S   0.650647 0000000032
+  11   K  .   0.064887 0000000032
+  12   N  .   0.025149 0000000032
+  13   P  .   0.024621 0000000032
+  14   A  .   0.053319 0000000032
+  15   W  .   0.169941 0000000032
+  16   V  S   0.788472 0000000032
+  17   W  S   0.904698 0000000032
+  18   L  S   0.698001 0000000032
+  19   W  S   0.894910 0000000032
+  20   N  .   0.145054 0000000032
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000032
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000033
+   2   S  .   0.024182 0000000033
+   3   A  .   0.120503 0000000033
+   4   D  .   0.025203 0000000033
+   5   V  S   0.657095 0000000033
+   6   V  .   0.226486 0000000033
+   7   K  S   0.669608 0000000033
+   8   Q  .   0.085307 0000000033
+   9   R  .   0.251902 0000000033
+  10   F  S   0.650647 0000000033
+  11   K  .   0.064887 0000000033
+  12   N  .   0.025149 0000000033
+  13   P  .   0.024621 0000000033
+  14   A  .   0.053319 0000000033
+  15   W  .   0.169941 0000000033
+  16   V  S   0.788472 0000000033
+  17   W  S   0.904698 0000000033
+  18   L  S   0.698001 0000000033
+  19   W  S   0.894910 0000000033
+  20   N  .   0.145054 0000000033
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000033
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000034
+   2   S  .   0.024726 0000000034
+   3   A  .   0.061187 0000000034
+   4   D  .   0.022780 0000000034
+   5   V  .   0.371769 0000000034
+   6   V  .   0.174105 0000000034
+   7   K  S   0.631759 0000000034
+   8   V  S   0.779962 0000000034
+   9   K  S   0.881971 0000000034
+  10   C  .   0.127521 0000000034
+  11   K  .   0.312541 0000000034
+  12   L  S   0.919971 0000000034
+  13   T  .   0.107357 0000000034
+  14   Q  .   0.118735 0000000034
+  15   S  .   0.256329 0000000034
+  16   F  S   0.670578 0000000034
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000034
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000035
+   2   S  .   0.024726 0000000035
+   3   A  .   0.061187 0000000035
+   4   D  .   0.022780 0000000035
+   5   V  .   0.371769 0000000035
+   6   V  .   0.174105 0000000035
+   7   K  S   0.631759 0000000035
+   8   V  S   0.779962 0000000035
+   9   K  S   0.881971 0000000035
+  10   C  .   0.127521 0000000035
+  11   K  .   0.312541 0000000035
+  12   L  S   0.919971 0000000035
+  13   T  .   0.107357 0000000035
+  14   Q  .   0.118735 0000000035
+  15   S  .   0.256329 0000000035
+  16   F  S   0.670578 0000000035
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000035
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000036
+   2   E  .   0.024110 0000000036
+   3   E  .   0.022720 0000000036
+   4   T  .   0.029500 0000000036
+   5   I  .   0.210164 0000000036
+   6   K  .   0.323106 0000000036
+   7   V  S   0.943707 0000000036
+   8   Y  S   0.969140 0000000036
+   9   C  .   0.029896 0000000036
+  10   L  S   0.968307 0000000036
+  11   Q  .   0.193751 0000000036
+  12   K  S   0.958658 0000000036
+  13   E  .   0.035992 0000000036
+  14   L  S   0.929147 0000000036
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000036
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000037
+   2   S  .   0.024182 0000000037
+   3   A  .   0.120503 0000000037
+   4   D  .   0.025203 0000000037
+   5   V  S   0.657095 0000000037
+   6   V  .   0.226486 0000000037
+   7   K  S   0.669608 0000000037
+   8   Q  .   0.085307 0000000037
+   9   R  .   0.251902 0000000037
+  10   F  S   0.650647 0000000037
+  11   K  .   0.064887 0000000037
+  12   N  .   0.025149 0000000037
+  13   P  .   0.024621 0000000037
+  14   A  .   0.053319 0000000037
+  15   W  .   0.169941 0000000037
+  16   V  S   0.788472 0000000037
+  17   W  S   0.904698 0000000037
+  18   L  S   0.698001 0000000037
+  19   W  S   0.894910 0000000037
+  20   N  .   0.145054 0000000037
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000037
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000038
+   2   S  .   0.024182 0000000038
+   3   A  .   0.120503 0000000038
+   4   D  .   0.025203 0000000038
+   5   V  S   0.657095 0000000038
+   6   V  .   0.226486 0000000038
+   7   K  S   0.669608 0000000038
+   8   Q  .   0.085307 0000000038
+   9   R  .   0.251902 0000000038
+  10   F  S   0.650647 0000000038
+  11   K  .   0.064887 0000000038
+  12   N  .   0.025149 0000000038
+  13   P  .   0.024621 0000000038
+  14   A  .   0.053319 0000000038
+  15   W  .   0.169941 0000000038
+  16   V  S   0.788472 0000000038
+  17   W  S   0.904698 0000000038
+  18   L  S   0.698001 0000000038
+  19   W  S   0.894910 0000000038
+  20   N  .   0.145054 0000000038
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000038
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000039
+   2   S  .   0.024726 0000000039
+   3   A  .   0.061187 0000000039
+   4   D  .   0.022780 0000000039
+   5   V  .   0.371769 0000000039
+   6   V  .   0.174105 0000000039
+   7   K  S   0.631759 0000000039
+   8   V  S   0.779962 0000000039
+   9   K  S   0.881971 0000000039
+  10   C  .   0.127521 0000000039
+  11   K  .   0.312541 0000000039
+  12   L  S   0.919971 0000000039
+  13   T  .   0.107357 0000000039
+  14   Q  .   0.118735 0000000039
+  15   S  .   0.256329 0000000039
+  16   F  S   0.670578 0000000039
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000039
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000003a
+   2   S  .   0.024726 000000003a
+   3   A  .   0.061187 000000003a
+   4   D  .   0.022780 000000003a
+   5   V  .   0.371769 000000003a
+   6   V  .   0.174105 000000003a
+   7   K  S   0.631759 000000003a
+   8   V  S   0.779962 000000003a
+   9   K  S   0.881971 000000003a
+  10   C  .   0.127521 000000003a
+  11   K  .   0.312541 000000003a
+  12   L  S   0.919971 000000003a
+  13   T  .   0.107357 000000003a
+  14   Q  .   0.118735 000000003a
+  15   S  .   0.256329 000000003a
+  16   F  S   0.670578 000000003a
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000003a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 000000003b
+   2   K  S   0.817397 000000003b
+   3   K  S   0.920969 000000003b
+   4   K  S   0.858755 000000003b
+   5   S  .   0.027918 000000003b
+   6   E  .   0.025010 000000003b
+   7   E  .   0.026136 000000003b
+   8   K  S   0.882900 000000003b
+   9   E  .   0.024394 000000003b
+  10   L  .   0.464671 000000003b
+  11   K  .   0.284129 000000003b
+  12   I  S   0.815917 000000003b
+  13   K  S   0.503273 000000003b
+  14   N  .   0.163677 000000003b
+  15   H  .   0.207043 000000003b
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 000000003b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000003c
+   2   S  .   0.024726 000000003c
+   3   A  .   0.061187 000000003c
+   4   D  .   0.022780 000000003c
+   5   V  .   0.371769 000000003c
+   6   V  .   0.174105 000000003c
+   7   K  S   0.631759 000000003c
+   8   V  S   0.779962 000000003c
+   9   K  S   0.881971 000000003c
+  10   C  .   0.127521 000000003c
+  11   K  .   0.312541 000000003c
+  12   L  S   0.919971 000000003c
+  13   T  .   0.107357 000000003c
+  14   Q  .   0.118735 000000003c
+  15   S  .   0.256329 000000003c
+  16   F  S   0.670578 000000003c
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000003c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000003d
+   2   S  .   0.024726 000000003d
+   3   A  .   0.061187 000000003d
+   4   D  .   0.022780 000000003d
+   5   V  .   0.371769 000000003d
+   6   V  .   0.174105 000000003d
+   7   K  S   0.631759 000000003d
+   8   V  S   0.779962 000000003d
+   9   K  S   0.881971 000000003d
+  10   C  .   0.127521 000000003d
+  11   K  .   0.312541 000000003d
+  12   L  S   0.919971 000000003d
+  13   T  .   0.107357 000000003d
+  14   Q  .   0.118735 000000003d
+  15   S  .   0.256329 000000003d
+  16   F  S   0.670578 000000003d
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000003d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 000000003e
+   2   K  S   0.817397 000000003e
+   3   K  S   0.920969 000000003e
+   4   K  S   0.858755 000000003e
+   5   S  .   0.027918 000000003e
+   6   E  .   0.025010 000000003e
+   7   E  .   0.026136 000000003e
+   8   K  S   0.882900 000000003e
+   9   E  .   0.024394 000000003e
+  10   L  .   0.464671 000000003e
+  11   K  .   0.284129 000000003e
+  12   I  S   0.815917 000000003e
+  13   K  S   0.503273 000000003e
+  14   N  .   0.163677 000000003e
+  15   H  .   0.207043 000000003e
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 000000003e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 000000003f
+   2   E  .   0.024110 000000003f
+   3   E  .   0.022720 000000003f
+   4   T  .   0.029500 000000003f
+   5   I  .   0.210164 000000003f
+   6   K  .   0.323106 000000003f
+   7   V  S   0.943707 000000003f
+   8   Y  S   0.969140 000000003f
+   9   C  .   0.029896 000000003f
+  10   L  S   0.968307 000000003f
+  11   Q  .   0.193751 000000003f
+  12   K  S   0.958658 000000003f
+  13   E  .   0.035992 000000003f
+  14   L  S   0.929147 000000003f
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 000000003f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000040
+   2   S  .   0.024182 0000000040
+   3   A  .   0.120503 0000000040
+   4   D  .   0.025203 0000000040
+   5   V  S   0.657095 0000000040
+   6   V  .   0.226486 0000000040
+   7   K  S   0.669608 0000000040
+   8   Q  .   0.085307 0000000040
+   9   R  .   0.251902 0000000040
+  10   F  S   0.650647 0000000040
+  11   K  .   0.064887 0000000040
+  12   N  .   0.025149 0000000040
+  13   P  .   0.024621 0000000040
+  14   A  .   0.053319 0000000040
+  15   W  .   0.169941 0000000040
+  16   V  S   0.788472 0000000040
+  17   W  S   0.904698 0000000040
+  18   L  S   0.698001 0000000040
+  19   W  S   0.894910 0000000040
+  20   N  .   0.145054 0000000040
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000040
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000041
+   2   S  .   0.024182 0000000041
+   3   A  .   0.120503 0000000041
+   4   D  .   0.025203 0000000041
+   5   V  S   0.657095 0000000041
+   6   V  .   0.226486 0000000041
+   7   K  S   0.669608 0000000041
+   8   Q  .   0.085307 0000000041
+   9   R  .   0.251902 0000000041
+  10   F  S   0.650647 0000000041
+  11   K  .   0.064887 0000000041
+  12   N  .   0.025149 0000000041
+  13   P  .   0.024621 0000000041
+  14   A  .   0.053319 0000000041
+  15   W  .   0.169941 0000000041
+  16   V  S   0.788472 0000000041
+  17   W  S   0.904698 0000000041
+  18   L  S   0.698001 0000000041
+  19   W  S   0.894910 0000000041
+  20   N  .   0.145054 0000000041
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000041
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000042
+   2   S  .   0.024182 0000000042
+   3   A  .   0.120503 0000000042
+   4   D  .   0.025203 0000000042
+   5   V  S   0.657095 0000000042
+   6   V  .   0.226486 0000000042
+   7   K  S   0.669608 0000000042
+   8   Q  .   0.085307 0000000042
+   9   R  .   0.251902 0000000042
+  10   F  S   0.650647 0000000042
+  11   K  .   0.064887 0000000042
+  12   N  .   0.025149 0000000042
+  13   P  .   0.024621 0000000042
+  14   A  .   0.053319 0000000042
+  15   W  .   0.169941 0000000042
+  16   V  S   0.788472 0000000042
+  17   W  S   0.904698 0000000042
+  18   L  S   0.698001 0000000042
+  19   W  S   0.894910 0000000042
+  20   N  .   0.145054 0000000042
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000042
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000043
+   2   S  .   0.024182 0000000043
+   3   A  .   0.120503 0000000043
+   4   D  .   0.025203 0000000043
+   5   V  S   0.657095 0000000043
+   6   V  .   0.226486 0000000043
+   7   K  S   0.669608 0000000043
+   8   Q  .   0.085307 0000000043
+   9   R  .   0.251902 0000000043
+  10   F  S   0.650647 0000000043
+  11   K  .   0.064887 0000000043
+  12   N  .   0.025149 0000000043
+  13   P  .   0.024621 0000000043
+  14   A  .   0.053319 0000000043
+  15   W  .   0.169941 0000000043
+  16   V  S   0.788472 0000000043
+  17   W  S   0.904698 0000000043
+  18   L  S   0.698001 0000000043
+  19   W  S   0.894910 0000000043
+  20   N  .   0.145054 0000000043
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000043
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 0000000044
+   2   K  S   0.817397 0000000044
+   3   K  S   0.920969 0000000044
+   4   K  S   0.858755 0000000044
+   5   S  .   0.027918 0000000044
+   6   E  .   0.025010 0000000044
+   7   E  .   0.026136 0000000044
+   8   K  S   0.882900 0000000044
+   9   E  .   0.024394 0000000044
+  10   L  .   0.464671 0000000044
+  11   K  .   0.284129 0000000044
+  12   I  S   0.815917 0000000044
+  13   K  S   0.503273 0000000044
+  14   N  .   0.163677 0000000044
+  15   H  .   0.207043 0000000044
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 0000000044
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000045
+   2   S  .   0.024182 0000000045
+   3   A  .   0.120503 0000000045
+   4   D  .   0.025203 0000000045
+   5   V  S   0.657095 0000000045
+   6   V  .   0.226486 0000000045
+   7   K  S   0.669608 0000000045
+   8   Q  .   0.085307 0000000045
+   9   R  .   0.251902 0000000045
+  10   F  S   0.650647 0000000045
+  11   K  .   0.064887 0000000045
+  12   N  .   0.025149 0000000045
+  13   P  .   0.024621 0000000045
+  14   A  .   0.053319 0000000045
+  15   W  .   0.169941 0000000045
+  16   V  S   0.788472 0000000045
+  17   W  S   0.904698 0000000045
+  18   L  S   0.698001 0000000045
+  19   W  S   0.894910 0000000045
+  20   N  .   0.145054 0000000045
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000045
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000046
+   2   S  .   0.024182 0000000046
+   3   A  .   0.120503 0000000046
+   4   D  .   0.025203 0000000046
+   5   V  S   0.657095 0000000046
+   6   V  .   0.226486 0000000046
+   7   K  S   0.669608 0000000046
+   8   Q  .   0.085307 0000000046
+   9   R  .   0.251902 0000000046
+  10   F  S   0.650647 0000000046
+  11   K  .   0.064887 0000000046
+  12   N  .   0.025149 0000000046
+  13   P  .   0.024621 0000000046
+  14   A  .   0.053319 0000000046
+  15   W  .   0.169941 0000000046
+  16   V  S   0.788472 0000000046
+  17   W  S   0.904698 0000000046
+  18   L  S   0.698001 0000000046
+  19   W  S   0.894910 0000000046
+  20   N  .   0.145054 0000000046
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000046
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000047
+   2   E  .   0.024110 0000000047
+   3   E  .   0.022720 0000000047
+   4   T  .   0.029500 0000000047
+   5   I  .   0.210164 0000000047
+   6   K  .   0.323106 0000000047
+   7   V  S   0.943707 0000000047
+   8   Y  S   0.969140 0000000047
+   9   C  .   0.029896 0000000047
+  10   L  S   0.968307 0000000047
+  11   Q  .   0.193751 0000000047
+  12   K  S   0.958658 0000000047
+  13   E  .   0.035992 0000000047
+  14   L  S   0.929147 0000000047
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000047
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000048
+   2   K  .   0.376041 0000000048
+   3   S  .   0.033034 0000000048
+   4   A  .   0.084900 0000000048
+   5   D  .   0.025662 0000000048
+   6   V  .   0.393257 0000000048
+   7   V  .   0.341685 0000000048
+   8   N  .   0.120594 0000000048
+   9   R  .   0.408937 0000000048
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000048
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   M  S   0.504094 0000000049
+   2   K  .   0.376041 0000000049
+   3   S  .   0.033034 0000000049
+   4   A  .   0.084900 0000000049
+   5   D  .   0.025662 0000000049
+   6   V  .   0.393257 0000000049
+   7   V  .   0.341685 0000000049
+   8   N  .   0.120594 0000000049
+   9   R  .   0.408937 0000000049
+--------------------------------------
+
+Number of cleavage sites 1. Number of amino acids 9. Protein name 0000000049
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000004a
+   2   S  .   0.024182 000000004a
+   3   A  .   0.120503 000000004a
+   4   D  .   0.025203 000000004a
+   5   V  S   0.657095 000000004a
+   6   V  .   0.226486 000000004a
+   7   K  S   0.669608 000000004a
+   8   Q  .   0.085307 000000004a
+   9   R  .   0.251902 000000004a
+  10   F  S   0.650647 000000004a
+  11   K  .   0.064887 000000004a
+  12   N  .   0.025149 000000004a
+  13   P  .   0.024621 000000004a
+  14   A  .   0.053319 000000004a
+  15   W  .   0.169941 000000004a
+  16   V  S   0.788472 000000004a
+  17   W  S   0.904698 000000004a
+  18   L  S   0.698001 000000004a
+  19   W  S   0.894910 000000004a
+  20   N  .   0.145054 000000004a
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000004a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000004b
+   2   S  .   0.024182 000000004b
+   3   A  .   0.120503 000000004b
+   4   D  .   0.025203 000000004b
+   5   V  S   0.657095 000000004b
+   6   V  .   0.226486 000000004b
+   7   K  S   0.669608 000000004b
+   8   Q  .   0.085307 000000004b
+   9   R  .   0.251902 000000004b
+  10   F  S   0.650647 000000004b
+  11   K  .   0.064887 000000004b
+  12   N  .   0.025149 000000004b
+  13   P  .   0.024621 000000004b
+  14   A  .   0.053319 000000004b
+  15   W  .   0.169941 000000004b
+  16   V  S   0.788472 000000004b
+  17   W  S   0.904698 000000004b
+  18   L  S   0.698001 000000004b
+  19   W  S   0.894910 000000004b
+  20   N  .   0.145054 000000004b
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000004b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000004c
+   2   S  .   0.024726 000000004c
+   3   A  .   0.061187 000000004c
+   4   D  .   0.022780 000000004c
+   5   V  .   0.371769 000000004c
+   6   V  .   0.174105 000000004c
+   7   K  S   0.631759 000000004c
+   8   V  S   0.779962 000000004c
+   9   K  S   0.881971 000000004c
+  10   C  .   0.127521 000000004c
+  11   K  .   0.312541 000000004c
+  12   L  S   0.919971 000000004c
+  13   T  .   0.107357 000000004c
+  14   Q  .   0.118735 000000004c
+  15   S  .   0.256329 000000004c
+  16   F  S   0.670578 000000004c
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000004c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000004d
+   2   S  .   0.024726 000000004d
+   3   A  .   0.061187 000000004d
+   4   D  .   0.022780 000000004d
+   5   V  .   0.371769 000000004d
+   6   V  .   0.174105 000000004d
+   7   K  S   0.631759 000000004d
+   8   V  S   0.779962 000000004d
+   9   K  S   0.881971 000000004d
+  10   C  .   0.127521 000000004d
+  11   K  .   0.312541 000000004d
+  12   L  S   0.919971 000000004d
+  13   T  .   0.107357 000000004d
+  14   Q  .   0.118735 000000004d
+  15   S  .   0.256329 000000004d
+  16   F  S   0.670578 000000004d
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000004d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000004e
+   2   S  .   0.024182 000000004e
+   3   A  .   0.120503 000000004e
+   4   D  .   0.025203 000000004e
+   5   V  S   0.657095 000000004e
+   6   V  .   0.226486 000000004e
+   7   K  S   0.669608 000000004e
+   8   Q  .   0.085307 000000004e
+   9   R  .   0.251902 000000004e
+  10   F  S   0.650647 000000004e
+  11   K  .   0.064887 000000004e
+  12   N  .   0.025149 000000004e
+  13   P  .   0.024621 000000004e
+  14   A  .   0.053319 000000004e
+  15   W  .   0.169941 000000004e
+  16   V  S   0.788472 000000004e
+  17   W  S   0.904698 000000004e
+  18   L  S   0.698001 000000004e
+  19   W  S   0.894910 000000004e
+  20   N  .   0.145054 000000004e
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000004e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000004f
+   2   S  .   0.024182 000000004f
+   3   A  .   0.120503 000000004f
+   4   D  .   0.025203 000000004f
+   5   V  S   0.657095 000000004f
+   6   V  .   0.226486 000000004f
+   7   K  S   0.669608 000000004f
+   8   Q  .   0.085307 000000004f
+   9   R  .   0.251902 000000004f
+  10   F  S   0.650647 000000004f
+  11   K  .   0.064887 000000004f
+  12   N  .   0.025149 000000004f
+  13   P  .   0.024621 000000004f
+  14   A  .   0.053319 000000004f
+  15   W  .   0.169941 000000004f
+  16   V  S   0.788472 000000004f
+  17   W  S   0.904698 000000004f
+  18   L  S   0.698001 000000004f
+  19   W  S   0.894910 000000004f
+  20   N  .   0.145054 000000004f
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000004f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000050
+   2   E  .   0.024110 0000000050
+   3   E  .   0.022720 0000000050
+   4   T  .   0.029500 0000000050
+   5   I  .   0.210164 0000000050
+   6   K  .   0.323106 0000000050
+   7   V  S   0.943707 0000000050
+   8   Y  S   0.969140 0000000050
+   9   C  .   0.029896 0000000050
+  10   L  S   0.968307 0000000050
+  11   Q  .   0.193751 0000000050
+  12   K  S   0.958658 0000000050
+  13   E  .   0.035992 0000000050
+  14   L  S   0.929147 0000000050
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000050
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000051
+   2   S  .   0.024182 0000000051
+   3   A  .   0.120503 0000000051
+   4   D  .   0.025203 0000000051
+   5   V  S   0.657095 0000000051
+   6   V  .   0.226486 0000000051
+   7   K  S   0.669608 0000000051
+   8   Q  .   0.085307 0000000051
+   9   R  .   0.251902 0000000051
+  10   F  S   0.650647 0000000051
+  11   K  .   0.064887 0000000051
+  12   N  .   0.025149 0000000051
+  13   P  .   0.024621 0000000051
+  14   A  .   0.053319 0000000051
+  15   W  .   0.169941 0000000051
+  16   V  S   0.788472 0000000051
+  17   W  S   0.904698 0000000051
+  18   L  S   0.698001 0000000051
+  19   W  S   0.894910 0000000051
+  20   N  .   0.145054 0000000051
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000051
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000052
+   2   S  .   0.024182 0000000052
+   3   A  .   0.120503 0000000052
+   4   D  .   0.025203 0000000052
+   5   V  S   0.657095 0000000052
+   6   V  .   0.226486 0000000052
+   7   K  S   0.669608 0000000052
+   8   Q  .   0.085307 0000000052
+   9   R  .   0.251902 0000000052
+  10   F  S   0.650647 0000000052
+  11   K  .   0.064887 0000000052
+  12   N  .   0.025149 0000000052
+  13   P  .   0.024621 0000000052
+  14   A  .   0.053319 0000000052
+  15   W  .   0.169941 0000000052
+  16   V  S   0.788472 0000000052
+  17   W  S   0.904698 0000000052
+  18   L  S   0.698001 0000000052
+  19   W  S   0.894910 0000000052
+  20   N  .   0.145054 0000000052
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000052
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000053
+   2   S  .   0.024726 0000000053
+   3   A  .   0.061187 0000000053
+   4   D  .   0.022780 0000000053
+   5   V  .   0.371769 0000000053
+   6   V  .   0.174105 0000000053
+   7   K  S   0.631759 0000000053
+   8   V  S   0.779962 0000000053
+   9   K  S   0.881971 0000000053
+  10   C  .   0.127521 0000000053
+  11   K  .   0.312541 0000000053
+  12   L  S   0.919971 0000000053
+  13   T  .   0.107357 0000000053
+  14   Q  .   0.118735 0000000053
+  15   S  .   0.256329 0000000053
+  16   F  S   0.670578 0000000053
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000053
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000054
+   2   S  .   0.024726 0000000054
+   3   A  .   0.061187 0000000054
+   4   D  .   0.022780 0000000054
+   5   V  .   0.371769 0000000054
+   6   V  .   0.174105 0000000054
+   7   K  S   0.631759 0000000054
+   8   V  S   0.779962 0000000054
+   9   K  S   0.881971 0000000054
+  10   C  .   0.127521 0000000054
+  11   K  .   0.312541 0000000054
+  12   L  S   0.919971 0000000054
+  13   T  .   0.107357 0000000054
+  14   Q  .   0.118735 0000000054
+  15   S  .   0.256329 0000000054
+  16   F  S   0.670578 0000000054
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000054
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   L  S   0.836828 0000000055
+   2   K  S   0.817397 0000000055
+   3   K  S   0.920969 0000000055
+   4   K  S   0.858755 0000000055
+   5   S  .   0.027918 0000000055
+   6   E  .   0.025010 0000000055
+   7   E  .   0.026136 0000000055
+   8   K  S   0.882900 0000000055
+   9   E  .   0.024394 0000000055
+  10   L  .   0.464671 0000000055
+  11   K  .   0.284129 0000000055
+  12   I  S   0.815917 0000000055
+  13   K  S   0.503273 0000000055
+  14   N  .   0.163677 0000000055
+  15   H  .   0.207043 0000000055
+--------------------------------------
+
+Number of cleavage sites 7. Number of amino acids 15. Protein name 0000000055
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000056
+   2   S  .   0.024182 0000000056
+   3   A  .   0.120503 0000000056
+   4   D  .   0.025203 0000000056
+   5   V  S   0.657095 0000000056
+   6   V  .   0.226486 0000000056
+   7   K  S   0.669608 0000000056
+   8   Q  .   0.085307 0000000056
+   9   R  .   0.251902 0000000056
+  10   F  S   0.650647 0000000056
+  11   K  .   0.064887 0000000056
+  12   N  .   0.025149 0000000056
+  13   P  .   0.024621 0000000056
+  14   A  .   0.053319 0000000056
+  15   W  .   0.169941 0000000056
+  16   V  S   0.788472 0000000056
+  17   W  S   0.904698 0000000056
+  18   L  S   0.698001 0000000056
+  19   W  S   0.894910 0000000056
+  20   N  .   0.145054 0000000056
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000056
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000057
+   2   S  .   0.024182 0000000057
+   3   A  .   0.120503 0000000057
+   4   D  .   0.025203 0000000057
+   5   V  S   0.657095 0000000057
+   6   V  .   0.226486 0000000057
+   7   K  S   0.669608 0000000057
+   8   Q  .   0.085307 0000000057
+   9   R  .   0.251902 0000000057
+  10   F  S   0.650647 0000000057
+  11   K  .   0.064887 0000000057
+  12   N  .   0.025149 0000000057
+  13   P  .   0.024621 0000000057
+  14   A  .   0.053319 0000000057
+  15   W  .   0.169941 0000000057
+  16   V  S   0.788472 0000000057
+  17   W  S   0.904698 0000000057
+  18   L  S   0.698001 0000000057
+  19   W  S   0.894910 0000000057
+  20   N  .   0.145054 0000000057
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000057
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000058
+   2   E  .   0.024110 0000000058
+   3   E  .   0.022720 0000000058
+   4   T  .   0.029500 0000000058
+   5   I  .   0.210164 0000000058
+   6   K  .   0.323106 0000000058
+   7   V  S   0.943707 0000000058
+   8   Y  S   0.969140 0000000058
+   9   C  .   0.029896 0000000058
+  10   L  S   0.968307 0000000058
+  11   Q  .   0.193751 0000000058
+  12   K  S   0.958658 0000000058
+  13   E  .   0.035992 0000000058
+  14   L  S   0.929147 0000000058
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000058
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 0000000059
+   2   S  .   0.024182 0000000059
+   3   A  .   0.120503 0000000059
+   4   D  .   0.025203 0000000059
+   5   V  S   0.657095 0000000059
+   6   V  .   0.226486 0000000059
+   7   K  S   0.669608 0000000059
+   8   Q  .   0.085307 0000000059
+   9   R  .   0.251902 0000000059
+  10   F  S   0.650647 0000000059
+  11   K  .   0.064887 0000000059
+  12   N  .   0.025149 0000000059
+  13   P  .   0.024621 0000000059
+  14   A  .   0.053319 0000000059
+  15   W  .   0.169941 0000000059
+  16   V  S   0.788472 0000000059
+  17   W  S   0.904698 0000000059
+  18   L  S   0.698001 0000000059
+  19   W  S   0.894910 0000000059
+  20   N  .   0.145054 0000000059
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 0000000059
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000005a
+   2   S  .   0.024182 000000005a
+   3   A  .   0.120503 000000005a
+   4   D  .   0.025203 000000005a
+   5   V  S   0.657095 000000005a
+   6   V  .   0.226486 000000005a
+   7   K  S   0.669608 000000005a
+   8   Q  .   0.085307 000000005a
+   9   R  .   0.251902 000000005a
+  10   F  S   0.650647 000000005a
+  11   K  .   0.064887 000000005a
+  12   N  .   0.025149 000000005a
+  13   P  .   0.024621 000000005a
+  14   A  .   0.053319 000000005a
+  15   W  .   0.169941 000000005a
+  16   V  S   0.788472 000000005a
+  17   W  S   0.904698 000000005a
+  18   L  S   0.698001 000000005a
+  19   W  S   0.894910 000000005a
+  20   N  .   0.145054 000000005a
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000005a
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000005b
+   2   S  .   0.024726 000000005b
+   3   A  .   0.061187 000000005b
+   4   D  .   0.022780 000000005b
+   5   V  .   0.371769 000000005b
+   6   V  .   0.174105 000000005b
+   7   K  S   0.631759 000000005b
+   8   V  S   0.779962 000000005b
+   9   K  S   0.881971 000000005b
+  10   C  .   0.127521 000000005b
+  11   K  .   0.312541 000000005b
+  12   L  S   0.919971 000000005b
+  13   T  .   0.107357 000000005b
+  14   Q  .   0.118735 000000005b
+  15   S  .   0.256329 000000005b
+  16   F  S   0.670578 000000005b
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000005b
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000005c
+   2   S  .   0.024726 000000005c
+   3   A  .   0.061187 000000005c
+   4   D  .   0.022780 000000005c
+   5   V  .   0.371769 000000005c
+   6   V  .   0.174105 000000005c
+   7   K  S   0.631759 000000005c
+   8   V  S   0.779962 000000005c
+   9   K  S   0.881971 000000005c
+  10   C  .   0.127521 000000005c
+  11   K  .   0.312541 000000005c
+  12   L  S   0.919971 000000005c
+  13   T  .   0.107357 000000005c
+  14   Q  .   0.118735 000000005c
+  15   S  .   0.256329 000000005c
+  16   F  S   0.670578 000000005c
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000005c
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000005d
+   2   S  .   0.024182 000000005d
+   3   A  .   0.120503 000000005d
+   4   D  .   0.025203 000000005d
+   5   V  S   0.657095 000000005d
+   6   V  .   0.226486 000000005d
+   7   K  S   0.669608 000000005d
+   8   Q  .   0.085307 000000005d
+   9   R  .   0.251902 000000005d
+  10   F  S   0.650647 000000005d
+  11   K  .   0.064887 000000005d
+  12   N  .   0.025149 000000005d
+  13   P  .   0.024621 000000005d
+  14   A  .   0.053319 000000005d
+  15   W  .   0.169941 000000005d
+  16   V  S   0.788472 000000005d
+  17   W  S   0.904698 000000005d
+  18   L  S   0.698001 000000005d
+  19   W  S   0.894910 000000005d
+  20   N  .   0.145054 000000005d
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000005d
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  S   0.577066 000000005e
+   2   S  .   0.024182 000000005e
+   3   A  .   0.120503 000000005e
+   4   D  .   0.025203 000000005e
+   5   V  S   0.657095 000000005e
+   6   V  .   0.226486 000000005e
+   7   K  S   0.669608 000000005e
+   8   Q  .   0.085307 000000005e
+   9   R  .   0.251902 000000005e
+  10   F  S   0.650647 000000005e
+  11   K  .   0.064887 000000005e
+  12   N  .   0.025149 000000005e
+  13   P  .   0.024621 000000005e
+  14   A  .   0.053319 000000005e
+  15   W  .   0.169941 000000005e
+  16   V  S   0.788472 000000005e
+  17   W  S   0.904698 000000005e
+  18   L  S   0.698001 000000005e
+  19   W  S   0.894910 000000005e
+  20   N  .   0.145054 000000005e
+--------------------------------------
+
+Number of cleavage sites 8. Number of amino acids 20. Protein name 000000005e
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 000000005f
+   2   S  .   0.024726 000000005f
+   3   A  .   0.061187 000000005f
+   4   D  .   0.022780 000000005f
+   5   V  .   0.371769 000000005f
+   6   V  .   0.174105 000000005f
+   7   K  S   0.631759 000000005f
+   8   V  S   0.779962 000000005f
+   9   K  S   0.881971 000000005f
+  10   C  .   0.127521 000000005f
+  11   K  .   0.312541 000000005f
+  12   L  S   0.919971 000000005f
+  13   T  .   0.107357 000000005f
+  14   Q  .   0.118735 000000005f
+  15   S  .   0.256329 000000005f
+  16   F  S   0.670578 000000005f
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 000000005f
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000060
+   2   S  .   0.024726 0000000060
+   3   A  .   0.061187 0000000060
+   4   D  .   0.022780 0000000060
+   5   V  .   0.371769 0000000060
+   6   V  .   0.174105 0000000060
+   7   K  S   0.631759 0000000060
+   8   V  S   0.779962 0000000060
+   9   K  S   0.881971 0000000060
+  10   C  .   0.127521 0000000060
+  11   K  .   0.312541 0000000060
+  12   L  S   0.919971 0000000060
+  13   T  .   0.107357 0000000060
+  14   Q  .   0.118735 0000000060
+  15   S  .   0.256329 0000000060
+  16   F  S   0.670578 0000000060
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000060
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   S  .   0.028002 0000000061
+   2   E  .   0.024110 0000000061
+   3   E  .   0.022720 0000000061
+   4   T  .   0.029500 0000000061
+   5   I  .   0.210164 0000000061
+   6   K  .   0.323106 0000000061
+   7   V  S   0.943707 0000000061
+   8   Y  S   0.969140 0000000061
+   9   C  .   0.029896 0000000061
+  10   L  S   0.968307 0000000061
+  11   Q  .   0.193751 0000000061
+  12   K  S   0.958658 0000000061
+  13   E  .   0.035992 0000000061
+  14   L  S   0.929147 0000000061
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 14. Protein name 0000000061
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000062
+   2   S  .   0.024726 0000000062
+   3   A  .   0.061187 0000000062
+   4   D  .   0.022780 0000000062
+   5   V  .   0.371769 0000000062
+   6   V  .   0.174105 0000000062
+   7   K  S   0.631759 0000000062
+   8   V  S   0.779962 0000000062
+   9   K  S   0.881971 0000000062
+  10   C  .   0.127521 0000000062
+  11   K  .   0.312541 0000000062
+  12   L  S   0.919971 0000000062
+  13   T  .   0.107357 0000000062
+  14   Q  .   0.118735 0000000062
+  15   S  .   0.256329 0000000062
+  16   F  S   0.670578 0000000062
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000062
+
+--------------------------------------
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   K  .   0.434051 0000000063
+   2   S  .   0.024726 0000000063
+   3   A  .   0.061187 0000000063
+   4   D  .   0.022780 0000000063
+   5   V  .   0.371769 0000000063
+   6   V  .   0.174105 0000000063
+   7   K  S   0.631759 0000000063
+   8   V  S   0.779962 0000000063
+   9   K  S   0.881971 0000000063
+  10   C  .   0.127521 0000000063
+  11   K  .   0.312541 0000000063
+  12   L  S   0.919971 0000000063
+  13   T  .   0.107357 0000000063
+  14   Q  .   0.118735 0000000063
+  15   S  .   0.256329 0000000063
+  16   F  S   0.670578 0000000063
+--------------------------------------
+
+Number of cleavage sites 5. Number of amino acids 16. Protein name 0000000063
+
+--------------------------------------
+
+
+Go back. + + + + diff --git a/tests/test_data/net_chop/output.pvacsplice.tsv b/tests/test_data/net_chop/output.pvacsplice.tsv new file mode 100644 index 000000000..0a352c8ae --- /dev/null +++ b/tests/test_data/net_chop/output.pvacsplice.tsv @@ -0,0 +1,101 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count Best Cleavage Position Best Cleavage Score Cleavage Sites +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 3 0.815917 3:0.815917,4:0.503273 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 8 0.904698 1:0.650647,7:0.788472,8:0.904698,9:0.698001 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 3 0.919971 0:0.881971,3:0.919971,7:0.670578 diff --git a/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh37.75_chr1.sorted.gtf.gz b/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh37.75_chr1.sorted.gtf.gz new file mode 100644 index 000000000..c1b3769ff Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh37.75_chr1.sorted.gtf.gz differ diff --git a/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz b/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz new file mode 100644 index 000000000..254692af0 Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz differ diff --git a/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz new file mode 100644 index 000000000..b73338de3 Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz differ diff --git a/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.fai b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.fai new file mode 100644 index 000000000..97eaca5fa --- /dev/null +++ b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.fai @@ -0,0 +1 @@ +chr1 248956422 6 60 61 diff --git a/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.gzi b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.gzi new file mode 100644 index 000000000..37c62c0e7 Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/all_sequences_chr1.fa.gz.gzi differ diff --git a/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz b/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz new file mode 100644 index 000000000..51f69e44c Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz differ diff --git a/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz.tbi b/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz.tbi new file mode 100644 index 000000000..6d932bfa6 Binary files /dev/null and b/tests/test_data/pvacsplice/inputs/annotated.expression_chr1.vcf.gz.tbi differ diff --git a/tests/test_data/pvacsplice/inputs/splice_junctions_chr1.tsv b/tests/test_data/pvacsplice/inputs/splice_junctions_chr1.tsv new file mode 100644 index 000000000..cfdb670e9 --- /dev/null +++ b/tests/test_data/pvacsplice/inputs/splice_junctions_chr1.tsv @@ -0,0 +1,35 @@ +chrom start end name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction gene_names gene_ids transcripts variant_info +chr1 93221463 93225652 JUNC00000001 2 - GT-AG 0 0 0 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93221662 93221880 JUNC00000002 15 + AT-TG 1 0 1 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93221743 93221991 JUNC00000003 8 + GT-AG 1 2 2 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93222015 JUNC00000004 41 + GC-AG 0 0 1 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93226333 JUNC00000005 97 + GC-AG 0 0 1 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93232426 JUNC00000006 181 + GC-AG 2 2 2 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221936 93236248 JUNC00000007 8 + GC-AG 3 3 3 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000688770,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221940 93232426 JUNC00000008 16 + GT-AG 2 2 1 NDA 1 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93221940 93246142 JUNC00000009 12 + GT-AG 8 7 6 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93226449 93232426 JUNC00000010 87 + GT-AG 0 0 0 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93226449 93232441 JUNC00000011 14 + GT-AG 1 0 0 D 1 0 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93230908 93232426 JUNC00000012 21 + GT-AG 0 0 0 A 0 1 0 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 93232592 93234807 JUNC00000013 9 + GG-CC 0 0 1 N 0 0 0 NA NA NA chr1:93226448-93226449 +chr1 93232593 93236248 JUNC00000014 550 + GT-AG 0 0 0 DA 1 1 1 CCDC18 ENSG00000122483 ENST00000343253,ENST00000370276,ENST00000401026,ENST00000421014,ENST00000455267,ENST00000688770,ENST00000690025,ENST00000690592,ENST00000692873 chr1:93226448-93226449 +chr1 154555581 154596869 JUNC00000015 1 - GC-CC 19 16 34 N 0 0 0 NA NA NA chr1:154590262-154590263 +chr1 154589805 154596969 JUNC00000016 12 - GA-TT 3 4 4 N 0 0 0 NA NA NA chr1:154590262-154590263 +chr1 154589928 154590184 JUNC00000017 5919 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154589928 154590262 JUNC00000018 466 - GT-AG 0 0 1 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154590409 154596805 JUNC00000019 5658 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154596938 154597123 JUNC00000020 36 - GT-AG 1 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 154596995 154597123 JUNC00000021 4687 - GT-AG 0 0 0 DA 1 1 1 ADAR ENSG00000160710 ENST00000368471,ENST00000368474,ENST00000529168,ENST00000647682,ENST00000648231,ENST00000648311,ENST00000648714,ENST00000649021,ENST00000649022,ENST00000649042,ENST00000649408,ENST00000649724,ENST00000649749,ENST00000679375,ENST00000679465,ENST00000679805,ENST00000679899,ENST00000680270,ENST00000680305,ENST00000681056,ENST00000681235,ENST00000681429,ENST00000681683,ENST00000681786,ENST00000681901 chr1:154590262-154590263 +chr1 156414753 156421555 JUNC00000022 6 - GT-AG 7 2 4 DA 1 1 1 MIR9-1HG ENSG00000125462 ENST00000310027,ENST00000357975,ENST00000368242,ENST00000368243,ENST00000400991,ENST00000462458,ENST00000463309,ENST00000464203,ENST00000465270,ENST00000471156,ENST00000476966,ENST00000482932,ENST00000484428,ENST00000486517,ENST00000489877,ENST00000489918,ENST00000492750,ENST00000497822,ENST00000497824,ENST00000608007,ENST00000673141 chr1:156414753-156414754 +chr1 156426872 156429376 JUNC00000023 24 - GT-AG 0 0 0 DA 1 1 1 MIR9-1HG ENSG00000125462 ENST00000310027,ENST00000357975,ENST00000368243,ENST00000400991,ENST00000469813,ENST00000471156,ENST00000476966,ENST00000484428,ENST00000489877,ENST00000495000,ENST00000497824,ENST00000673141 chr1:156414753-156414754 +chr1 168179181 168179561 JUNC00000024 4 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183411 JUNC00000025 29 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183902 JUNC00000026 3015 + GT-AG 0 0 0 DA 1 1 1 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183907 JUNC00000027 73 + GT-AG 1 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168183952 JUNC00000028 12 + GT-AG 1 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179181 168191369 JUNC00000029 8 + GT-AG 2 2 2 NDA 1 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168179695 168183902 JUNC00000030 10 + GT-AG 0 0 0 A 0 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168183483 168183902 JUNC00000031 34 + GT-AG 0 0 0 A 0 1 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168184003 168201111 JUNC00000032 10 + TA-TT 6 4 5 N 0 0 0 NA NA NA chr1:168179177-168179178 +chr1 168184081 168184726 JUNC00000033 19 + GT-AG 0 0 0 D 1 0 0 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 +chr1 168184081 168184779 JUNC00000034 3872 + GT-AG 0 0 0 DA 1 1 1 TIPRL ENSG00000143155 ENST00000367830,ENST00000367833 chr1:168179177-168179178 diff --git a/tests/test_data/pvacsplice/mock_files/Netmhcstab.html b/tests/test_data/pvacsplice/mock_files/Netmhcstab.html new file mode 100644 index 000000000..faecfd91a --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/Netmhcstab.html @@ -0,0 +1,41 @@ + + + +
+
+
+# NetMHCstabpan version 1.0
+
+# Input is in FSA format
+
+# Peptide length 9
+
+HLA-G01:09 : Distance to traning data  0.372 (using nearest neighbor HLA-A24:03)
+
+# Rank Threshold for Strong binding peptides   0.500
+# Rank Threshold for Weak binding peptides   2.000
+-----------------------------------------------------------------------------------------------------
+ pos      HLA         peptide         Identity       Pred     Thalf(h) %Rank_Stab BindLevel
+-----------------------------------------------------------------------------------------------------
+    0  HLA-G*01:09    KVYCLQKEL      0000000000      0.008       0.14       5.50
+-----------------------------------------------------------------------------------------------------
+
+Protein 0000000000. Allele HLA-G*01:09. Number of high binders 0. Number of weak binders 0. Number of peptides 1
+
+Link to Allele Frequencies in Worldwide Populations HLA-G*01:09
+-----------------------------------------------------------------------------------------------------
+
+
+Go back. + + + + diff --git a/tests/test_data/pvacsplice/mock_files/net_chop.html b/tests/test_data/pvacsplice/mock_files/net_chop.html new file mode 100644 index 000000000..067017370 --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/net_chop.html @@ -0,0 +1,47 @@ + + + +
+
+NetChop 3.0 predictions using version C-term. Threshold 0.500000
+
+--------------------------------------
+ pos  AA  C      score      Ident
+--------------------------------------
+   1   Q  .   0.030908 0000000000
+   2   V  S   0.596502 0000000000
+   3   S  .   0.032148 0000000000
+   4   E  .   0.026136 0000000000
+   5   E  .   0.023295 0000000000
+   6   T  .   0.031866 0000000000
+   7   I  .   0.108056 0000000000
+   8   K  .   0.244313 0000000000
+   9   V  S   0.962786 0000000000
+  10   Y  S   0.975373 0000000000
+  11   C  .   0.028444 0000000000
+  12   L  S   0.960379 0000000000
+  13   Q  .   0.169144 0000000000
+  14   K  S   0.960541 0000000000
+  15   E  .   0.032194 0000000000
+  16   L  S   0.959280 0000000000
+  17   K  .   0.424314 0000000000
+--------------------------------------
+
+Number of cleavage sites 6. Number of amino acids 17. Protein name 0000000000
+
+--------------------------------------
+
+
+Go back. + + + + diff --git a/tests/test_data/pvacsplice/mock_files/response_DRB1*11:01_15_nn_align.tsv b/tests/test_data/pvacsplice/mock_files/response_DRB1*11:01_15_nn_align.tsv new file mode 100644 index 000000000..de8cee054 --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_DRB1*11:01_15_nn_align.tsv @@ -0,0 +1,52 @@ +allele seq_num start end length core_peptide peptide ic50 rank adjusted_rank +HLA-DRB1*11:01 14 1 15 15 FEKQLKKKS KEKFEKQLKKKSEEK 31.70 3.2 3.20 +HLA-DRB1*11:01 15 1 15 15 FEKQLKKKS EKFEKQLKKKSEEKE 39.10 4.0 4.00 +HLA-DRB1*11:01 16 1 15 15 FEKQLKKKS KFEKQLKKKSEEKEL 56.10 5.4 5.40 +HLA-DRB1*11:01 17 1 15 15 FEKQLKKKS FEKQLKKKSEEKELK 140.60 12.0 12.00 +HLA-DRB1*11:01 13 1 15 15 LQKELKIKN KVYCLQKELKIKNHS 142.90 12.0 12.00 +HLA-DRB1*11:01 12 1 15 15 LQKELKIKN IKVYCLQKELKIKNH 171.90 14.0 14.00 +HLA-DRB1*11:01 11 1 15 15 LQKELKIKN TIKVYCLQKELKIKN 191.00 15.0 15.00 +HLA-DRB1*11:01 36 1 15 15 VKVKCKLTQ SADVVKVKCKLTQSF 278.20 18.0 18.00 +HLA-DRB1*11:01 10 1 15 15 VYCLQKELK ETIKVYCLQKELKIK 302.50 19.0 19.00 +HLA-DRB1*11:01 35 1 15 15 VKVKCKLTQ KSADVVKVKCKLTQS 314.80 19.0 19.00 +HLA-DRB1*11:01 34 1 15 15 VKVKCKLTQ MKSADVVKVKCKLTQ 474.30 24.0 24.00 +HLA-DRB1*11:01 27 1 15 15 LKIKNHSLQ EKELKIKNHSLQETS 489.20 25.0 25.00 +HLA-DRB1*11:01 26 1 15 15 LKIKNHSLQ EEKELKIKNHSLQET 514.20 25.0 25.00 +HLA-DRB1*11:01 25 1 15 15 LKIKNHSLQ SEEKELKIKNHSLQE 589.10 27.0 27.00 +HLA-DRB1*11:01 24 1 15 15 KELKIKNHS KSEEKELKIKNHSLQ 726.30 30.0 30.00 +HLA-DRB1*11:01 43 1 15 15 MKSADVVKQ HIMKSADVVKQRFKN 742.40 30.0 30.00 +HLA-DRB1*11:01 9 1 15 15 VYCLQKELK EETIKVYCLQKELKI 747.80 30.0 30.00 +HLA-DRB1*11:01 33 1 15 15 DVVKVKCKL IMKSADVVKVKCKLT 754.90 30.0 30.00 +HLA-DRB1*11:01 41 1 15 15 MKSADVVKQ KTHIMKSADVVKQRF 822.50 32.0 32.00 +HLA-DRB1*11:01 32 1 15 15 MKSADVVKV HIMKSADVVKVKCKL 827.90 32.0 32.00 +HLA-DRB1*11:01 42 1 15 15 MKSADVVKQ THIMKSADVVKQRFK 831.60 32.0 32.00 +HLA-DRB1*11:01 49 1 15 15 VKQRFKNPA DVVKQRFKNPAWVWL 855.80 32.0 32.00 +HLA-DRB1*11:01 40 1 15 15 MKSADVVKQ SKTHIMKSADVVKQR 889.80 33.0 33.00 +HLA-DRB1*11:01 45 1 15 15 DVVKQRFKN MKSADVVKQRFKNPA 916.90 34.0 34.00 +HLA-DRB1*11:01 46 1 15 15 DVVKQRFKN KSADVVKQRFKNPAW 918.40 34.0 34.00 +HLA-DRB1*11:01 48 1 15 15 VKQRFKNPA ADVVKQRFKNPAWVW 918.40 34.0 34.00 +HLA-DRB1*11:01 50 1 15 15 RFKNPAWVW VVKQRFKNPAWVWLW 938.60 34.0 34.00 +HLA-DRB1*11:01 47 1 15 15 DVVKQRFKN SADVVKQRFKNPAWV 963.60 34.0 34.00 +HLA-DRB1*11:01 44 1 15 15 DVVKQRFKN IMKSADVVKQRFKNP 988.30 35.0 35.00 +HLA-DRB1*11:01 29 1 15 15 MKSADVVKV SKTHIMKSADVVKVK 1076.40 36.0 36.00 +HLA-DRB1*11:01 51 1 15 15 RFKNPAWVW VKQRFKNPAWVWLWN 1113.40 37.0 37.00 +HLA-DRB1*11:01 31 1 15 15 MKSADVVKV THIMKSADVVKVKCK 1115.30 37.0 37.00 +HLA-DRB1*11:01 30 1 15 15 MKSADVVKV KTHIMKSADVVKVKC 1184.30 38.0 38.00 +HLA-DRB1*11:01 39 1 15 15 KTHIMKSAD ASKTHIMKSADVVKQ 1244.00 39.0 39.00 +HLA-DRB1*11:01 23 1 15 15 KELKIKNHS KKSEEKELKIKNHSL 1296.00 39.0 39.00 +HLA-DRB1*11:01 38 1 15 15 KTHIMKSAD ASKTHIMKSADVVNR 1345.20 40.0 40.00 +HLA-DRB1*11:01 28 1 15 15 KTHIMKSAD ASKTHIMKSADVVKV 1372.00 41.0 41.00 +HLA-DRB1*11:01 8 1 15 15 VYCLQKELK SEETIKVYCLQKELK 1550.20 43.0 43.00 +HLA-DRB1*11:01 37 1 15 15 KTHIMKSAD TASKTHIMKSADVVN 2075.10 48.0 48.00 +HLA-DRB1*11:01 22 1 15 15 KELKIKNHS KKKSEEKELKIKNHS 2591.40 53.0 53.00 +HLA-DRB1*11:01 7 1 15 15 TIKVYCLQK VSEETIKVYCLQKEL 3255.70 58.0 58.00 +HLA-DRB1*11:01 6 1 15 15 TIKVYCLQK QVSEETIKVYCLQKE 4843.60 67.0 67.00 +HLA-DRB1*11:01 5 1 15 15 EETIKVYCL NQVSEETIKVYCLQK 6064.80 72.0 72.00 +HLA-DRB1*11:01 21 1 15 15 EEKELKIKN LKKKSEEKELKIKNH 6442.50 73.0 73.00 +HLA-DRB1*11:01 18 1 15 15 LKKKSEEKE EKQLKKKSEEKELKI 7314.10 76.0 76.00 +HLA-DRB1*11:01 19 1 15 15 LKKKSEEKE KQLKKKSEEKELKIK 7702.70 77.0 77.00 +HLA-DRB1*11:01 20 1 15 15 EEKELKIKN QLKKKSEEKELKIKN 8201.00 78.0 78.00 +HLA-DRB1*11:01 4 1 15 15 EETIKVYCL QNQVSEETIKVYCLQ 11060.20 84.0 84.00 +HLA-DRB1*11:01 3 1 15 15 EETIKVYCL LQNQVSEETIKVYCL 13819.50 88.0 88.00 +HLA-DRB1*11:01 1 1 15 15 LQNQVSEET KALQNQVSEETIKVY 16019.10 91.0 91.00 +HLA-DRB1*11:01 2 1 15 15 VSEETIKVY ALQNQVSEETIKVYC 17978.50 93.0 93.00 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_ann.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_ann.tsv new file mode 100644 index 000000000..5ceebbb50 --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_ann.tsv @@ -0,0 +1,42 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-E*01:01 39 1 10 10 RFKNPAWVWL 27407.65 6.9 +HLA-E*01:01 18 1 10 10 IMKSADVVKV 31304.25 13 +HLA-E*01:01 40 1 10 10 FKNPAWVWLW 34340.59 19 +HLA-E*01:01 41 1 10 10 KNPAWVWLWN 35374.27 22 +HLA-E*01:01 29 1 10 10 IMKSADVVKQ 37366.97 28 +HLA-E*01:01 37 1 10 10 KQRFKNPAWV 37672.24 29 +HLA-E*01:01 36 1 10 10 VKQRFKNPAW 37918.00 30 +HLA-E*01:01 38 1 10 10 QRFKNPAWVW 38792.79 34 +HLA-E*01:01 28 1 10 10 IMKSADVVNR 39292.52 36 +HLA-E*01:01 3 1 10 10 SEETIKVYCL 39791.79 39 +HLA-E*01:01 7 1 10 10 IKVYCLQKEL 40024.09 40 +HLA-E*01:01 27 1 10 10 HIMKSADVVN 40391.27 42 +HLA-E*01:01 4 1 10 10 EETIKVYCLQ 40649.05 44 +HLA-E*01:01 11 1 10 10 LKKKSEEKEL 41627.80 51 +HLA-E*01:01 1 1 10 10 QVSEETIKVY 42095.68 54 +HLA-E*01:01 26 1 10 10 KVKCKLTQSF 42390.48 57 +HLA-E*01:01 19 1 10 10 MKSADVVKVK 42648.12 59 +HLA-E*01:01 12 1 10 10 KKKSEEKELK 42802.07 60 +HLA-E*01:01 24 1 10 10 VVKVKCKLTQ 42945.40 62 +HLA-E*01:01 23 1 10 10 DVVKVKCKLT 43580.13 68 +HLA-E*01:01 25 1 10 10 VKVKCKLTQS 43652.34 68 +HLA-E*01:01 22 1 10 10 ADVVKVKCKL 43691.06 69 +HLA-E*01:01 13 1 10 10 KKSEEKELKI 43698.16 69 +HLA-E*01:01 14 1 10 10 KSEEKELKIK 43923.80 71 +HLA-E*01:01 8 1 10 10 KVYCLQKELK 44303.25 75 +HLA-E*01:01 10 1 10 10 QLKKKSEEKE 44311.88 75 +HLA-E*01:01 35 1 10 10 VVKQRFKNPA 44558.50 78 +HLA-E*01:01 9 1 10 10 KQLKKKSEEK 44632.82 79 +HLA-E*01:01 2 1 10 10 VSEETIKVYC 44714.49 80 +HLA-E*01:01 30 1 10 10 MKSADVVKQR 44905.05 82 +HLA-E*01:01 34 1 10 10 DVVKQRFKNP 45051.04 84 +HLA-E*01:01 6 1 10 10 TIKVYCLQKE 45670.91 90 +HLA-E*01:01 31 1 10 10 KSADVVKQRF 45881.91 92 +HLA-E*01:01 33 1 10 10 ADVVKQRFKN 46019.61 94 +HLA-E*01:01 5 1 10 10 ETIKVYCLQK 46049.51 94 +HLA-E*01:01 20 1 10 10 KSADVVKVKC 46385.54 97 +HLA-E*01:01 32 1 10 10 SADVVKQRFK 46426.21 97 +HLA-E*01:01 15 1 10 10 SEEKELKIKN 46685.62 99 +HLA-E*01:01 21 1 10 10 SADVVKVKCK 46887.60 100 +HLA-E*01:01 16 1 10 10 EEKELKIKNH 47121.56 100 +HLA-E*01:01 17 1 10 10 EKELKIKNHS 47194.52 100 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_pickpocket.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_pickpocket.tsv new file mode 100644 index 000000000..d5f97d295 --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_10_pickpocket.tsv @@ -0,0 +1,42 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-E*01:01 41 1 10 10 KNPAWVWLWN 5382.48 0.5 +HLA-E*01:01 29 1 10 10 IMKSADVVKQ 6978.43 1 +HLA-E*01:01 18 1 10 10 IMKSADVVKV 7692.16 1.4 +HLA-E*01:01 28 1 10 10 IMKSADVVNR 8297.38 1.6 +HLA-E*01:01 37 1 10 10 KQRFKNPAWV 11355.63 3.6 +HLA-E*01:01 39 1 10 10 RFKNPAWVWL 12790.86 4.9 +HLA-E*01:01 13 1 10 10 KKSEEKELKI 17505.31 12 +HLA-E*01:01 14 1 10 10 KSEEKELKIK 19932.31 15 +HLA-E*01:01 36 1 10 10 VKQRFKNPAW 24747.82 22 +HLA-E*01:01 24 1 10 10 VVKVKCKLTQ 25017.04 22 +HLA-E*01:01 31 1 10 10 KSADVVKQRF 25564.30 23 +HLA-E*01:01 33 1 10 10 ADVVKQRFKN 26407.71 25 +HLA-E*01:01 19 1 10 10 MKSADVVKVK 26694.99 25 +HLA-E*01:01 27 1 10 10 HIMKSADVVN 26985.39 25 +HLA-E*01:01 40 1 10 10 FKNPAWVWLW 26985.39 25 +HLA-E*01:01 9 1 10 10 KQLKKKSEEK 27575.71 26 +HLA-E*01:01 11 1 10 10 LKKKSEEKEL 27575.71 26 +HLA-E*01:01 20 1 10 10 KSADVVKVKC 27575.71 26 +HLA-E*01:01 22 1 10 10 ADVVKVKCKL 27875.69 27 +HLA-E*01:01 30 1 10 10 MKSADVVKQR 27875.69 27 +HLA-E*01:01 10 1 10 10 QLKKKSEEKE 30068.96 30 +HLA-E*01:01 6 1 10 10 TIKVYCLQKE 33869.37 35 +HLA-E*01:01 7 1 10 10 IKVYCLQKEL 34237.82 36 +HLA-E*01:01 26 1 10 10 KVKCKLTQSF 34986.78 37 +HLA-E*01:01 3 1 10 10 SEETIKVYCL 36931.66 40 +HLA-E*01:01 2 1 10 10 VSEETIKVYC 38565.12 42 +HLA-E*01:01 12 1 10 10 KKKSEEKELK 38984.65 43 +HLA-E*01:01 1 1 10 10 QVSEETIKVY 50000.00 57 +HLA-E*01:01 4 1 10 10 EETIKVYCLQ 50000.00 57 +HLA-E*01:01 5 1 10 10 ETIKVYCLQK 50000.00 57 +HLA-E*01:01 8 1 10 10 KVYCLQKELK 50000.00 57 +HLA-E*01:01 15 1 10 10 SEEKELKIKN 50000.00 57 +HLA-E*01:01 16 1 10 10 EEKELKIKNH 50000.00 57 +HLA-E*01:01 17 1 10 10 EKELKIKNHS 50000.00 57 +HLA-E*01:01 21 1 10 10 SADVVKVKCK 50000.00 57 +HLA-E*01:01 23 1 10 10 DVVKVKCKLT 50000.00 57 +HLA-E*01:01 25 1 10 10 VKVKCKLTQS 50000.00 57 +HLA-E*01:01 32 1 10 10 SADVVKQRFK 50000.00 57 +HLA-E*01:01 34 1 10 10 DVVKQRFKNP 50000.00 57 +HLA-E*01:01 35 1 10 10 VVKQRFKNPA 50000.00 57 +HLA-E*01:01 38 1 10 10 QRFKNPAWVW 50000.00 57 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_ann.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_ann.tsv new file mode 100644 index 000000000..14e4b32af --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_ann.tsv @@ -0,0 +1,40 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-E*01:01 37 1 9 9 FKNPAWVWL 17848.81 1.9 +HLA-E*01:01 38 1 9 9 KNPAWVWLW 18750.11 2.3 +HLA-E*01:01 25 1 9 9 IMKSADVVN 27022.49 6.6 +HLA-E*01:01 34 1 9 9 KQRFKNPAW 27619.01 7.1 +HLA-E*01:01 3 1 9 9 EETIKVYCL 28675.35 8.2 +HLA-E*01:01 36 1 9 9 RFKNPAWVW 29539.48 9.2 +HLA-E*01:01 10 1 9 9 KKKSEEKEL 32579.72 15 +HLA-E*01:01 16 1 9 9 MKSADVVKV 34008.55 18 +HLA-E*01:01 22 1 9 9 VKVKCKLTQ 34351.36 19 +HLA-E*01:01 24 1 9 9 VKCKLTQSF 34899.08 20 +HLA-E*01:01 7 1 9 9 KVYCLQKEL 35871.48 23 +HLA-E*01:01 21 1 9 9 VVKVKCKLT 36171.97 24 +HLA-E*01:01 39 1 9 9 NPAWVWLWN 37261.19 28 +HLA-E*01:01 20 1 9 9 DVVKVKCKL 37418.75 28 +HLA-E*01:01 1 1 9 9 VSEETIKVY 37421.59 28 +HLA-E*01:01 32 1 9 9 VVKQRFKNP 37441.44 28 +HLA-E*01:01 27 1 9 9 MKSADVVKQ 37573.32 29 +HLA-E*01:01 12 1 9 9 KSEEKELKI 37753.86 30 +HLA-E*01:01 8 1 9 9 QLKKKSEEK 38041.28 31 +HLA-E*01:01 26 1 9 9 MKSADVVNR 39334.20 37 +HLA-E*01:01 6 1 9 9 IKVYCLQKE 40584.46 44 +HLA-E*01:01 5 1 9 9 TIKVYCLQK 40715.54 44 +HLA-E*01:01 35 1 9 9 QRFKNPAWV 40797.10 45 +HLA-E*01:01 33 1 9 9 VKQRFKNPA 41104.16 47 +HLA-E*01:01 11 1 9 9 KKSEEKELK 42163.14 55 +HLA-E*01:01 4 1 9 9 ETIKVYCLQ 42241.69 56 +HLA-E*01:01 29 1 9 9 SADVVKQRF 42293.81 56 +HLA-E*01:01 31 1 9 9 DVVKQRFKN 42347.39 57 +HLA-E*01:01 17 1 9 9 KSADVVKVK 42356.10 57 +HLA-E*01:01 9 1 9 9 LKKKSEEKE 42565.14 58 +HLA-E*01:01 13 1 9 9 SEEKELKIK 42866.93 61 +HLA-E*01:01 30 1 9 9 ADVVKQRFK 43372.20 66 +HLA-E*01:01 19 1 9 9 ADVVKVKCK 43497.69 67 +HLA-E*01:01 2 1 9 9 SEETIKVYC 43694.84 69 +HLA-E*01:01 28 1 9 9 KSADVVKQR 43696.75 69 +HLA-E*01:01 23 1 9 9 KVKCKLTQS 43896.25 71 +HLA-E*01:01 15 1 9 9 EKELKIKNH 44185.49 74 +HLA-E*01:01 18 1 9 9 SADVVKVKC 44465.09 77 +HLA-E*01:01 14 1 9 9 EEKELKIKN 44907.97 82 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_pickpocket.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_pickpocket.tsv new file mode 100644 index 000000000..de8ec306e --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-E*01:01_9_pickpocket.tsv @@ -0,0 +1,40 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-E*01:01 34 1 9 9 KQRFKNPAW 1765.99 0.5 +HLA-E*01:01 12 1 9 9 KSEEKELKI 2812.19 1.7 +HLA-E*01:01 25 1 9 9 IMKSADVVN 2842.78 1.8 +HLA-E*01:01 38 1 9 9 KNPAWVWLW 3975.68 4.2 +HLA-E*01:01 37 1 9 9 FKNPAWVWL 6262.79 12 +HLA-E*01:01 27 1 9 9 MKSADVVKQ 7366.35 16 +HLA-E*01:01 16 1 9 9 MKSADVVKV 8119.76 18 +HLA-E*01:01 5 1 9 9 TIKVYCLQK 8297.38 19 +HLA-E*01:01 26 1 9 9 MKSADVVNR 8758.62 21 +HLA-E*01:01 36 1 9 9 RFKNPAWVW 8950.22 21 +HLA-E*01:01 22 1 9 9 VKVKCKLTQ 9654.43 24 +HLA-E*01:01 10 1 9 9 KKKSEEKEL 11112.54 29 +HLA-E*01:01 9 1 9 9 LKKKSEEKE 12653.21 34 +HLA-E*01:01 8 1 9 9 QLKKKSEEK 13648.77 37 +HLA-E*01:01 17 1 9 9 KSADVVKVK 13947.35 37 +HLA-E*01:01 3 1 9 9 EETIKVYCL 14407.49 39 +HLA-E*01:01 19 1 9 9 ADVVKVKCK 14407.49 39 +HLA-E*01:01 32 1 9 9 VVKQRFKNP 14407.49 39 +HLA-E*01:01 28 1 9 9 KSADVVKQR 14564.23 39 +HLA-E*01:01 21 1 9 9 VVKVKCKLT 14882.82 40 +HLA-E*01:01 1 1 9 9 VSEETIKVY 16404.99 44 +HLA-E*01:01 30 1 9 9 ADVVKQRFK 17316.93 47 +HLA-E*01:01 6 1 9 9 IKVYCLQKE 18279.56 49 +HLA-E*01:01 11 1 9 9 KKSEEKELK 19088.05 51 +HLA-E*01:01 39 1 9 9 NPAWVWLWN 19295.70 51 +HLA-E*01:01 23 1 9 9 KVKCKLTQS 21734.48 57 +HLA-E*01:01 15 1 9 9 EKELKIKNH 22942.68 59 +HLA-E*01:01 24 1 9 9 VKCKLTQSF 25842.40 64 +HLA-E*01:01 7 1 9 9 KVYCLQKEL 26694.99 66 +HLA-E*01:01 31 1 9 9 DVVKQRFKN 28485.48 69 +HLA-E*01:01 14 1 9 9 EEKELKIKN 30726.73 72 +HLA-E*01:01 2 1 9 9 SEETIKVYC 31740.46 73 +HLA-E*01:01 33 1 9 9 VKQRFKNPA 32085.75 74 +HLA-E*01:01 18 1 9 9 SADVVKVKC 33504.88 75 +HLA-E*01:01 29 1 9 9 SADVVKQRF 33504.88 75 +HLA-E*01:01 13 1 9 9 SEEKELKIK 41151.77 83 +HLA-E*01:01 35 1 9 9 QRFKNPAWV 45360.65 86 +HLA-E*01:01 20 1 9 9 DVVKVKCKL 47882.20 87 +HLA-E*01:01 4 1 9 9 ETIKVYCLQ 50000.00 88 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_10_pickpocket.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_10_pickpocket.tsv new file mode 100644 index 000000000..7c7f421dc --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_10_pickpocket.tsv @@ -0,0 +1,42 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-G*01:09 39 1 10 10 RFKNPAWVWL 5620.54 1.8 +HLA-G*01:09 41 1 10 10 KNPAWVWLWN 7208.66 3 +HLA-G*01:09 8 1 10 10 KVYCLQKELK 7860.43 3.5 +HLA-G*01:09 37 1 10 10 KQRFKNPAWV 11730.27 6.7 +HLA-G*01:09 27 1 10 10 HIMKSADVVN 11857.88 6.8 +HLA-G*01:09 26 1 10 10 KVKCKLTQSF 19717.81 16 +HLA-G*01:09 3 1 10 10 SEETIKVYCL 29108.61 25 +HLA-G*01:09 2 1 10 10 VSEETIKVYC 32787.64 29 +HLA-G*01:09 9 1 10 10 KQLKKKSEEK 33504.88 29 +HLA-G*01:09 18 1 10 10 IMKSADVVKV 39408.75 35 +HLA-G*01:09 14 1 10 10 KSEEKELKIK 41599.44 36 +HLA-G*01:09 31 1 10 10 KSADVVKQRF 44872.50 39 +HLA-G*01:09 1 1 10 10 QVSEETIKVY 50000.00 43 +HLA-G*01:09 4 1 10 10 EETIKVYCLQ 50000.00 43 +HLA-G*01:09 5 1 10 10 ETIKVYCLQK 50000.00 43 +HLA-G*01:09 6 1 10 10 TIKVYCLQKE 50000.00 43 +HLA-G*01:09 7 1 10 10 IKVYCLQKEL 50000.00 43 +HLA-G*01:09 10 1 10 10 QLKKKSEEKE 50000.00 43 +HLA-G*01:09 11 1 10 10 LKKKSEEKEL 50000.00 43 +HLA-G*01:09 12 1 10 10 KKKSEEKELK 50000.00 43 +HLA-G*01:09 13 1 10 10 KKSEEKELKI 50000.00 43 +HLA-G*01:09 15 1 10 10 SEEKELKIKN 50000.00 43 +HLA-G*01:09 16 1 10 10 EEKELKIKNH 50000.00 43 +HLA-G*01:09 17 1 10 10 EKELKIKNHS 50000.00 43 +HLA-G*01:09 19 1 10 10 MKSADVVKVK 50000.00 43 +HLA-G*01:09 20 1 10 10 KSADVVKVKC 50000.00 43 +HLA-G*01:09 21 1 10 10 SADVVKVKCK 50000.00 43 +HLA-G*01:09 22 1 10 10 ADVVKVKCKL 50000.00 43 +HLA-G*01:09 23 1 10 10 DVVKVKCKLT 50000.00 43 +HLA-G*01:09 24 1 10 10 VVKVKCKLTQ 50000.00 43 +HLA-G*01:09 25 1 10 10 VKVKCKLTQS 50000.00 43 +HLA-G*01:09 28 1 10 10 IMKSADVVNR 50000.00 43 +HLA-G*01:09 29 1 10 10 IMKSADVVKQ 50000.00 43 +HLA-G*01:09 30 1 10 10 MKSADVVKQR 50000.00 43 +HLA-G*01:09 32 1 10 10 SADVVKQRFK 50000.00 43 +HLA-G*01:09 33 1 10 10 ADVVKQRFKN 50000.00 43 +HLA-G*01:09 34 1 10 10 DVVKQRFKNP 50000.00 43 +HLA-G*01:09 35 1 10 10 VVKQRFKNPA 50000.00 43 +HLA-G*01:09 36 1 10 10 VKQRFKNPAW 50000.00 43 +HLA-G*01:09 38 1 10 10 QRFKNPAWVW 50000.00 43 +HLA-G*01:09 40 1 10 10 FKNPAWVWLW 50000.00 43 diff --git a/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_9_pickpocket.tsv b/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_9_pickpocket.tsv new file mode 100644 index 000000000..51b977d56 --- /dev/null +++ b/tests/test_data/pvacsplice/mock_files/response_HLA-G*01:09_9_pickpocket.tsv @@ -0,0 +1,40 @@ +allele seq_num start end length peptide ic50 percentile_rank +HLA-G*01:09 7 1 9 9 KVYCLQKEL 645.63 0.2 +HLA-G*01:09 38 1 9 9 KNPAWVWLW 5099.03 7.5 +HLA-G*01:09 36 1 9 9 RFKNPAWVW 9447.76 19 +HLA-G*01:09 12 1 9 9 KSEEKELKI 9759.45 20 +HLA-G*01:09 34 1 9 9 KQRFKNPAW 12653.21 26 +HLA-G*01:09 1 1 9 9 VSEETIKVY 14882.82 31 +HLA-G*01:09 25 1 9 9 IMKSADVVN 16053.81 33 +HLA-G*01:09 37 1 9 9 FKNPAWVWL 16583.46 34 +HLA-G*01:09 23 1 9 9 KVKCKLTQS 21734.48 44 +HLA-G*01:09 35 1 9 9 QRFKNPAWV 22209.93 44 +HLA-G*01:09 2 1 9 9 SEETIKVYC 23192.26 46 +HLA-G*01:09 29 1 9 9 SADVVKQRF 23699.60 47 +HLA-G*01:09 17 1 9 9 KSADVVKVK 23957.42 47 +HLA-G*01:09 10 1 9 9 KKKSEEKEL 26694.99 51 +HLA-G*01:09 33 1 9 9 VKQRFKNPA 33144.32 59 +HLA-G*01:09 5 1 9 9 TIKVYCLQK 37333.42 64 +HLA-G*01:09 32 1 9 9 VVKQRFKNP 37333.42 64 +HLA-G*01:09 24 1 9 9 VKCKLTQSF 38984.65 65 +HLA-G*01:09 28 1 9 9 KSADVVKQR 41151.77 67 +HLA-G*01:09 21 1 9 9 VVKVKCKLT 43911.91 69 +HLA-G*01:09 4 1 9 9 ETIKVYCLQ 45854.11 70 +HLA-G*01:09 18 1 9 9 SADVVKVKC 48929.64 73 +HLA-G*01:09 3 1 9 9 EETIKVYCL 50000.00 73 +HLA-G*01:09 6 1 9 9 IKVYCLQKE 50000.00 73 +HLA-G*01:09 8 1 9 9 QLKKKSEEK 50000.00 73 +HLA-G*01:09 9 1 9 9 LKKKSEEKE 50000.00 73 +HLA-G*01:09 11 1 9 9 KKSEEKELK 50000.00 73 +HLA-G*01:09 13 1 9 9 SEEKELKIK 50000.00 73 +HLA-G*01:09 14 1 9 9 EEKELKIKN 50000.00 73 +HLA-G*01:09 15 1 9 9 EKELKIKNH 50000.00 73 +HLA-G*01:09 16 1 9 9 MKSADVVKV 50000.00 73 +HLA-G*01:09 19 1 9 9 ADVVKVKCK 50000.00 73 +HLA-G*01:09 20 1 9 9 DVVKVKCKL 50000.00 73 +HLA-G*01:09 22 1 9 9 VKVKCKLTQ 50000.00 73 +HLA-G*01:09 26 1 9 9 MKSADVVNR 50000.00 73 +HLA-G*01:09 27 1 9 9 MKSADVVKQ 50000.00 73 +HLA-G*01:09 30 1 9 9 ADVVKQRFK 50000.00 73 +HLA-G*01:09 31 1 9 9 DVVKQRFKN 50000.00 73 +HLA-G*01:09 39 1 9 9 NPAWVWLWN 50000.00 73 diff --git a/tests/test_data/pvacsplice/results/Test.10_100_filtered.tsv b/tests/test_data/pvacsplice/results/Test.10_100_filtered.tsv new file mode 100644 index 000000000..a3c0ef8e0 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.10_100_filtered.tsv @@ -0,0 +1,26 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.10_25_filtered.tsv b/tests/test_data/pvacsplice/results/Test.10_25_filtered.tsv new file mode 100644 index 000000000..a3c0ef8e0 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.10_25_filtered.tsv @@ -0,0 +1,26 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.10_50_filtered.tsv b/tests/test_data/pvacsplice/results/Test.10_50_filtered.tsv new file mode 100644 index 000000000..a3c0ef8e0 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.10_50_filtered.tsv @@ -0,0 +1,26 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.10_kmers.fa b/tests/test_data/pvacsplice/results/Test.10_kmers.fa new file mode 100644 index 000000000..0dcef2948 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.10_kmers.fa @@ -0,0 +1,82 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 +KVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.26 +HIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 +IMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 +KNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.11_kmers.fa b/tests/test_data/pvacsplice/results/Test.11_kmers.fa new file mode 100644 index 000000000..134411592 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.11_kmers.fa @@ -0,0 +1,86 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.25 +THIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.26 +HIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.12_kmers.fa b/tests/test_data/pvacsplice/results/Test.12_kmers.fa new file mode 100644 index 000000000..a971ead6b --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.12_kmers.fa @@ -0,0 +1,90 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.24 +KTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.25 +THIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.13_kmers.fa b/tests/test_data/pvacsplice/results/Test.13_kmers.fa new file mode 100644 index 000000000..6e0acc1a9 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.13_kmers.fa @@ -0,0 +1,94 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.715 +LQNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.753 +KFEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSLQ +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQE +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.24 +KTHIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.23 +SKTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.24 +KTHIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.24 +KTHIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.14_kmers.fa b/tests/test_data/pvacsplice/results/Test.14_kmers.fa new file mode 100644 index 000000000..876656498 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.14_kmers.fa @@ -0,0 +1,98 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.714 +ALQNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.715 +LQNQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKIKN +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.752 +EKFEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.753 +KFEKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHSLQ +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSLQE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQET +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.24 +KTHIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.23 +SKTHIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.24 +KTHIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.15_kmers.fa b/tests/test_data/pvacsplice/results/Test.15_kmers.fa new file mode 100644 index 000000000..d65476ad3 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.15_kmers.fa @@ -0,0 +1,102 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.713 +KALQNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.714 +ALQNQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.715 +LQNQVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELKIKN +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKIKNH +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.751 +KEKFEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.752 +EKFEKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.753 +KFEKQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNHSLQ +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHSLQE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSLQET +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQETS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.24 +KTHIMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.21,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.21 +TASKTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.24 +KTHIMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.16_kmers.fa b/tests/test_data/pvacsplice/results/Test.16_kmers.fa new file mode 100644 index 000000000..b4a50b166 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.16_kmers.fa @@ -0,0 +1,106 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.711,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.711,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.712 +LKALQNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.713 +KALQNQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.714 +ALQNQVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.715 +LQNQVSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKELKIKN +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELKIKNH +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.749,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.749,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.750 +NKEKFEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.751 +KEKFEKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.752 +EKFEKQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.753 +KFEKQLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKNHSLQ +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNHSLQE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHSLQET +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSLQETS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQETSE +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.21,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.21 +TASKTHIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.24 +KTHIMKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.20,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.20 +LTASKTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.21,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.21 +TASKTHIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.21,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.21 +TASKTHIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.24 +KTHIMKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.50_100_filtered.tsv b/tests/test_data/pvacsplice/results/Test.50_100_filtered.tsv new file mode 100644 index 000000000..9bc335a27 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.50_100_filtered.tsv @@ -0,0 +1,8 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.50_25_filtered.tsv b/tests/test_data/pvacsplice/results/Test.50_25_filtered.tsv new file mode 100644 index 000000000..9bc335a27 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.50_25_filtered.tsv @@ -0,0 +1,8 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.50_50_filtered.tsv b/tests/test_data/pvacsplice/results/Test.50_50_filtered.tsv new file mode 100644 index 000000000..9bc335a27 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.50_50_filtered.tsv @@ -0,0 +1,8 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.5_100_filtered.tsv b/tests/test_data/pvacsplice/results/Test.5_100_filtered.tsv new file mode 100644 index 000000000..ec99756b8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.5_100_filtered.tsv @@ -0,0 +1,33 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.5_25_filtered.tsv b/tests/test_data/pvacsplice/results/Test.5_25_filtered.tsv new file mode 100644 index 000000000..ec99756b8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.5_25_filtered.tsv @@ -0,0 +1,33 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.5_50_filtered.tsv b/tests/test_data/pvacsplice/results/Test.5_50_filtered.tsv new file mode 100644 index 000000000..ec99756b8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.5_50_filtered.tsv @@ -0,0 +1,33 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221936 93236248 JUNC00000007 8 1 GC-AG 3 3 3 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 +chr1 168179181 168191369 JUNC00000029 8 1 GT-AG 2 2 2 NDA 1 1 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 diff --git a/tests/test_data/pvacsplice/results/Test.8_kmers.fa b/tests/test_data/pvacsplice/results/Test.8_kmers.fa new file mode 100644 index 000000000..4aa15dfac --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.8_kmers.fa @@ -0,0 +1,74 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKN +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 +KVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.36 +VKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.37 +KCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.28 +MKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.29 +KSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 +KNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.40,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.40 +NPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.41,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.41 +PAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.9_kmers.fa b/tests/test_data/pvacsplice/results/Test.9_kmers.fa new file mode 100644 index 000000000..4fe808164 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.9_kmers.fa @@ -0,0 +1,78 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNH +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 +KVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.36 +VKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 +IMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.28 +MKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 +KNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.40,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.40 +NPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.all_epitopes.aggregated.tsv b/tests/test_data/pvacsplice/results/Test.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..109850350 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.all_epitopes.aggregated.tsv @@ -0,0 +1,15 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Ref Match Evaluation +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 5099.030 7.500 55.746 0.332 18.508 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 5099.030 7.500 55.746 0.332 18.508 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000343253.11 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000370276.6 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 1 HLA-G*01:09 761 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000690025.1 JUNC00000011 E KSEEKELKI NA HLA-G*01:09 761 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 11857.880 6.800 55.746 0.332 18.508 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 11857.880 6.800 55.746 0.332 18.508 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000343253.11 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000370276.6 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000401026.7 JUNC00000006 E VSEETIKVY 1 HLA-G*01:09 719 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000690025.1 JUNC00000006 E VSEETIKVY NA HLA-G*01:09 719 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 19498.205 7.200 55.746 0.332 18.508 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 19498.205 7.200 55.746 0.332 18.508 927.000 0.273 Poor False Pending diff --git a/tests/test_data/pvacsplice/results/Test.all_epitopes.tsv b/tests/test_data/pvacsplice/results/Test.all_epitopes.tsv new file mode 100644 index 000000000..a56ecf576 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.all_epitopes.tsv @@ -0,0 +1,449 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 diff --git a/tests/test_data/pvacsplice/results/Test.annotated.tsv b/tests/test_data/pvacsplice/results/Test.annotated.tsv new file mode 100644 index 000000000..29b261871 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.annotated.tsv @@ -0,0 +1,935 @@ +chromosome_name start stop reference variant gene_name transcript_name transcript_support_level transcript_length biotype amino_acid_change codon_change ensembl_gene_id hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf protein_length_change +chr1 686084 686085 G A OR4F16 ENST00000332831.5 NA 312 protein_coding T acC/acT ENSG00000284662 ENST00000332831.5:c.570C>T ENSP00000329982.2:p.Thr190= synonymous_variant 190 0.0 0.0 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000419394.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000419394.2:n.480+17600C>T intron_variant&non_coding_transcript_variant 0.08176239999999999 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000440200.5 5 0 processed_transcript NA NA ENSG00000230021 ENST00000440200.5:n.169+33947C>T intron_variant&non_coding_transcript_variant 0.0 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000634337.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000634337.2:n.160+12842C>T intron_variant&non_coding_transcript_variant 0.0 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000635509.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000635509.2:n.312+25626C>T intron_variant&non_coding_transcript_variant 0.0468289 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENST00000648019.1 NA 0 processed_transcript NA NA ENSG00000230021 ENST00000648019.1:n.635+12842C>T intron_variant&non_coding_transcript_variant 0.705205 NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSR00000918327 NA 0 TF_binding_site NA NA regulatory_region_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSR00001164778 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686084 686085 G A ENSM00205588369 NA 0 NA NA NA TF_binding_site_variant NA NA 502 0.03785 269 0.171 0 0.0 +chr1 686482 686483 G C OR4F16 ENST00000332831.5 NA 312 protein_coding P/A Ccc/Gcc ENSG00000284662 ENST00000332831.5:c.172C>G ENSP00000329982.2:p.Pro58Ala missense_variant 58 0.0 0.0 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000419394.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000419394.2:n.480+17202C>G intron_variant&non_coding_transcript_variant 0.08176239999999999 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000440200.5 5 0 processed_transcript NA NA ENSG00000230021 ENST00000440200.5:n.169+33549C>G intron_variant&non_coding_transcript_variant 0.0 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000634337.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000634337.2:n.160+12444C>G intron_variant&non_coding_transcript_variant 0.0 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000635509.2 5 0 processed_transcript NA NA ENSG00000230021 ENST00000635509.2:n.312+25228C>G intron_variant&non_coding_transcript_variant 0.0468289 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENST00000648019.1 NA 0 processed_transcript NA NA ENSG00000230021 ENST00000648019.1:n.635+12444C>G intron_variant&non_coding_transcript_variant 0.705205 NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 686482 686483 G C ENSR00000918327 NA 0 TF_binding_site NA NA regulatory_region_variant NA NA 1171 0.04697 1017 0.12783 1 0.0 +chr1 1212739 1212740 A C SDF4 ENST00000263741.12 1 341 protein_coding NA NA ENSG00000078808 downstream_gene_variant 0.0 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000360001.12 1 355 protein_coding NA NA ENSG00000078808 downstream_gene_variant 77.3837 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000379236.4 1 277 protein_coding NA NA ENSG00000186827 ENST00000379236.4:c.371-36T>G intron_variant 0.0547509 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000453580.1 3 0 processed_transcript NA NA ENSG00000186827 ENST00000453580.1:n.207-36T>G intron_variant&non_coding_transcript_variant 0.0 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000465727.5 2 254 nonsense_mediated_decay NA NA ENSG00000078808 downstream_gene_variant 0.12130099999999999 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000478938.1 2 0 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.142948 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000494748.1 2 0 retained_intron NA NA ENSG00000078808 downstream_gene_variant 0.657779 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C TNFRSF4 ENST00000497869.5 2 0 retained_intron NA NA ENSG00000186827 ENST00000497869.5:n.951-36T>G intron_variant&non_coding_transcript_variant 0.0520039 0.10675480558719501 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C SDF4 ENST00000660930.1 NA 348 protein_coding NA NA ENSG00000078808 downstream_gene_variant 5.68899 85.9838484191432 21 0.0 24 1.0 2 1.0 +chr1 1212739 1212740 A C ENSR00000344538 NA 0 promoter NA NA regulatory_region_variant NA NA 21 0.0 24 1.0 2 1.0 +chr1 2489142 2489143 G C PLCH2 ENST00000278878.6 5 1239 protein_coding NA NA ENSG00000149527 ENST00000278878.6:c.811-64G>C intron_variant 0.07958889999999999 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000343889.8 5 0 retained_intron NA NA ENSG00000149527 ENST00000343889.8:n.1609-64G>C intron_variant&non_coding_transcript_variant 0.00744033 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000378486.8 1 1416 protein_coding NA NA ENSG00000149527 ENST00000378486.8:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000419816.6 5 1416 protein_coding NA NA ENSG00000149527 ENST00000419816.6:c.1236-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000424657.1 3 0 lncRNA NA NA ENSG00000224387 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C ENST00000442305.1 3 0 lncRNA NA NA ENSG00000229393 downstream_gene_variant NA NA 39 0.0 37 0.97297 0 0.0 +chr1 2489142 2489143 G C PLCH2 ENST00000449969.5 5 1129 protein_coding NA NA ENSG00000149527 ENST00000449969.5:c.1155-64G>C intron_variant 0.0 0.09585337668150132 39 0.0 37 0.97297 0 0.0 +chr1 2591127 2591128 C G MMEL1 ENST00000378412.8 2 779 protein_coding NA NA ENSG00000142606 ENST00000378412.8:c.2241-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378424.9 5 201 protein_coding NA NA ENSG00000157870 ENST00000378424.9:c.*1714C>G 3_prime_UTR_variant 0.14973399999999998 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378425.9 2 192 protein_coding NA NA ENSG00000157870 ENST00000378425.9:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000378427.6 2 183 protein_coding NA NA ENSG00000157870 ENST00000378427.6:c.*1714C>G 3_prime_UTR_variant 0.795349 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000419916.8 1 198 protein_coding NA NA ENSG00000157870 ENST00000419916.8:c.*1701C>G 3_prime_UTR_variant 2.80022 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000444521.6 2 246 protein_coding NA NA ENSG00000157870 ENST00000444521.6:c.*1701C>G 3_prime_UTR_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000464043.5 3 0 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000464195.1 2 0 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000465233.6 2 178 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000469962.1 3 0 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000471840.5 5 66 protein_coding NA NA ENSG00000142606 ENST00000471840.5:c.102-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000474659.5 2 0 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000476686.1 1 0 retained_intron NA NA ENSG00000157870 ENST00000476686.1:n.2166C>G non_coding_transcript_exon_variant 0.0324132 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000477045.1 2 0 retained_intron NA NA ENSG00000157870 downstream_gene_variant 0.204006 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000481683.5 2 0 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.174978 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000484099.5 2 0 processed_transcript NA NA ENSG00000157870 ENST00000484099.5:n.2236C>G non_coding_transcript_exon_variant 0.5334909999999999 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000491941.5 3 0 retained_intron NA NA ENSG00000142606 downstream_gene_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000493183.5 2 0 processed_transcript NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000498083.2 3 151 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000502556.5 1 622 protein_coding NA NA ENSG00000142606 ENST00000502556.5:c.1770-39G>C intron_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G MMEL1 ENST00000504800.5 2 611 nonsense_mediated_decay NA NA ENSG00000142606 ENST00000504800.5:c.*434-39G>C intron_variant&NMD_transcript_variant 0.0 0.0 94 0.01064 108 0.98148 68 1.0 +chr1 2591127 2591128 C G PRXL2B ENST00000537325.6 2 161 protein_coding NA NA ENSG00000157870 downstream_gene_variant 0.0 7.262453923879221 94 0.01064 108 0.98148 68 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000489961.1 5 0 processed_transcript NA NA ENSG00000048707 downstream_gene_variant 0.844454 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000613099.4 1 4363 protein_coding NA NA ENSG00000048707 ENST00000613099.4:c.1110+26C>G intron_variant 13.7009 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12258128 12258129 C G VPS13D ENST00000620676.6 1 4388 protein_coding NA NA ENSG00000048707 ENST00000620676.6:c.1110+26C>G intron_variant 3.4669300000000005 31.2178404195868 109 0.00917 134 0.99254 4 1.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000376189.5 1 476 protein_coding NA NA ENSG00000232423 ENST00000376189.5:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 12941634 12941635 T G PRAMEF6 ENST00000415464.6 1 476 protein_coding NA NA ENSG00000232423 ENST00000415464.6:c.288-70A>C intron_variant 0.0 0.0 301 0.04983 57 0.49123 0 0.0 +chr1 13318693 13318694 G A PRAMEF15 ENST00000376152.2 1 478 protein_coding R/H cGt/cAt ENSG00000204501 ENST00000376152.2:c.287G>A ENSP00000365322.1:p.Arg96His missense_variant 96 0.0 0.0 513 0.04094 570 0.09825 0 0.0 +chr1 15943395 15943396 G T ZBTB17 ENST00000375733.6 1 810 protein_coding NA NA ENSG00000116809 ENST00000375733.6:c.1697+3C>A splice_donor_region_variant&intron_variant 0.915608 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000375743.9 1 803 protein_coding NA NA ENSG00000116809 ENST00000375743.9:c.1697+3C>A splice_donor_region_variant&intron_variant 12.8387 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000375759.8 1 3664 protein_coding NA NA ENSG00000065526 downstream_gene_variant 18.0954 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000440560.5 3 210 protein_coding NA NA ENSG00000116809 upstream_gene_variant 0.719126 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000444358.1 5 241 protein_coding NA NA ENSG00000116809 ENST00000444358.1:c.367+3C>A splice_donor_region_variant&intron_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000462525.1 2 0 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 0.630318 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000464719.1 3 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.23817 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000471805.5 2 0 processed_transcript NA NA ENSG00000116809 ENST00000471805.5:n.388C>A non_coding_transcript_exon_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000472658.1 3 0 processed_transcript NA NA ENSG00000116809 ENST00000472658.1:n.452C>A non_coding_transcript_exon_variant 1.08338 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000474511.1 3 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.451614 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000479282.5 2 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 1.3444399999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T SPEN ENST00000487496.1 1 0 processed_transcript NA NA ENSG00000065526 downstream_gene_variant 1.09994 34.8650493406828 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000487785.1 2 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.23981999999999998 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000488008.1 3 0 processed_transcript NA NA ENSG00000116809 upstream_gene_variant 1.46458 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000490899.1 3 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.0 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000492834.1 3 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.45398599999999995 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000494020.1 3 0 processed_transcript NA NA ENSG00000116809 downstream_gene_variant 0.44644799999999996 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 15943395 15943396 G T ZBTB17 ENST00000537142.5 2 721 protein_coding NA NA ENSG00000116809 ENST00000537142.5:c.1451+3C>A splice_donor_region_variant&intron_variant 0.7726609999999999 22.598848973646497 71 0.01408 100 0.38 20 0.2 +chr1 16006133 16006134 G T SRARP ENST00000329454.2 1 169 protein_coding G/W Ggg/Tgg ENSG00000183888 ENST00000329454.2:c.298G>T ENSP00000332162.2:p.Gly100Trp missense_variant 100 0.08198960000000001 0.0819896086020875 140 0.00714 177 1.0 0 0.0 +chr1 16006133 16006134 G T ENST00000437156.1 2 0 lncRNA NA NA ENSG00000233078 downstream_gene_variant NA NA 140 0.00714 177 1.0 0 0.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375534.7 2 182 protein_coding NA NA ENSG00000117122 downstream_gene_variant 0.42352700000000004 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000375535.4 1 183 protein_coding NA NA ENSG00000117122 downstream_gene_variant 4.07866 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000375541.10 5 2017 protein_coding S/C tCc/tGc ENSG00000058453 ENST00000375541.10:c.6026C>G ENSP00000364691.4:p.Ser2009Cys missense_variant 2009 2.14688 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465021.5 3 0 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 2.8704 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G CROCC ENST00000465291.1 2 0 processed_transcript NA NA ENSG00000058453 downstream_gene_variant 1.9251099999999999 11.753463649618302 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000476788.5 3 0 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.567811 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000478684.5 3 0 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.16603199999999999 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000490075.5 2 0 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.116997 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G MFAP2 ENST00000492598.1 3 0 processed_transcript NA NA ENSG00000117122 downstream_gene_variant 0.0 5.35302461208913 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENST00000654887.1 NA 0 lncRNA NA NA ENSG00000286898 upstream_gene_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16972417 16972418 C G ENSR00000348777 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 80 0.0 85 0.98824 56 1.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000326735.13 1 1180 protein_coding NA NA ENSG00000159363 ENST00000326735.13:c.3236-43C>A intron_variant 18.9057 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000341676.9 1 1158 protein_coding NA NA ENSG00000159363 ENST00000341676.9:c.3103+130C>A intron_variant 1.74836 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENST00000446261.1 3 0 lncRNA NA NA ENSG00000226526 ENST00000446261.1:n.187+7563G>T intron_variant&non_coding_transcript_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000452699.5 1 1175 protein_coding NA NA ENSG00000159363 ENST00000452699.5:c.3221-43C>A intron_variant 18.673 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000466561.1 5 0 retained_intron NA NA ENSG00000159363 ENST00000466561.1:n.1239C>A non_coding_transcript_exon_variant 0.681856 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000502418.1 3 398 protein_coding NA NA ENSG00000159363 ENST00000502418.1:c.823+130C>A intron_variant 2.75042 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ATP13A2 ENST00000503552.1 5 258 protein_coding NA NA ENSG00000159363 downstream_gene_variant 1.60607 62.426237496287406 95 0.0 104 0.25962 4 0.0 +chr1 16986674 16986675 G T ENSR00000250484 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 95 0.0 104 0.25962 4 0.0 +chr1 18849577 18849578 G A TAS1R2 ENST00000375371.3 2 839 protein_coding NA NA ENSG00000179002 ENST00000375371.3:c.1258-28C>T intron_variant 0.011410600000000002 0.0114105534536231 55 0.0 79 0.70886 0 0.0 +chr1 18849577 18849578 G A ENSR00001166110 NA 0 enhancer NA NA regulatory_region_variant NA NA 55 0.0 79 0.70886 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000166244.8 2 1005 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000166244.8:c.369C>A ENSP00000166244.3:p.Asn123Lys missense_variant 123 0.00111836 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22576425 22576426 C A EPHA8 ENST00000374644.8 1 495 protein_coding N/K aaC/aaA ENSG00000070886 ENST00000374644.8:c.369C>A ENSP00000363775.4:p.Asn123Lys missense_variant 123 0.0 0.0011183617581580802 82 0.0 114 0.27193 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000432749.6 2 228 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000432749.6:c.361G>A ENSP00000404606.2:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000509305.6 1 251 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000509305.6:c.361G>A ENSP00000423689.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 22660990 22660991 G A C1QB ENST00000510260.5 5 153 protein_coding A/T Gcc/Acc ENSG00000173369 ENST00000510260.5:c.361G>A ENSP00000426317.1:p.Ala121Thr missense_variant 121 0.0 0.0 53 0.0 63 0.98413 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000361729.3 1 437 protein_coding NA NA ENSG00000007968 ENST00000361729.3:c.359-62G>A intron_variant 3.27884 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 23522117 23522118 C T E2F2 ENST00000487237.1 3 0 processed_transcript NA NA ENSG00000007968 upstream_gene_variant 0.16423800000000002 6.886156352145081 21 0.0 19 0.94737 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374276.4 1 372 protein_coding NA NA ENSG00000158014 ENST00000374276.4:c.973+61C>A intron_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000374278.7 1 323 protein_coding NA NA ENSG00000158014 ENST00000374278.7:c.826+61C>A intron_variant 0.12042 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000374280.4 1 676 protein_coding NA NA ENSG00000158008 downstream_gene_variant 11.2111 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T EXTL1 ENST00000470037.1 5 0 processed_transcript NA NA ENSG00000158008 downstream_gene_variant 4.06806 17.964279639496 86 0.0 88 1.0 0 0.0 +chr1 26039715 26039716 G T SLC30A2 ENST00000498060.1 5 0 processed_transcript NA NA ENSG00000158014 downstream_gene_variant 0.0 0.12042037875341499 86 0.0 88 1.0 0 0.0 +chr1 27359862 27359863 T G MAP3K6 ENST00000357582.3 1 1288 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000357582.3:c.2314A>C ENSP00000350195.2:p.Ile772Leu missense_variant 772 8.07955 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000374040.7 1 1280 protein_coding I/L Ata/Cta ENSG00000142733 ENST00000374040.7:c.2290A>C ENSP00000363152.2:p.Ile764Leu missense_variant 764 4.72837 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000470890.1 2 0 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.04596 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000476509.1 5 0 retained_intron NA NA ENSG00000142733 upstream_gene_variant 0.19509 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000486046.5 3 82 protein_coding NA NA ENSG00000142733 upstream_gene_variant 10.6609 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000493901.6 5 0 retained_intron NA NA ENSG00000142733 ENST00000493901.6:n.1918A>C non_coding_transcript_exon_variant 4.8590599999999995 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000495230.2 2 0 retained_intron NA NA ENSG00000142733 upstream_gene_variant 1.08712 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000659880.1 NA 25 nonsense_mediated_decay NA NA ENSG00000142733 upstream_gene_variant 1.01223 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G MAP3K6 ENST00000671291.1 NA 0 retained_intron NA NA ENSG00000142733 ENST00000671291.1:n.1148A>C non_coding_transcript_exon_variant 0.9218649999999999 32.5901593853158 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351781 NA 0 promoter NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27359862 27359863 T G ENSR00000351782 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 76 0.0 127 0.25984 295 0.31525 +chr1 27793606 27793607 C G STX12 ENST00000373943.9 1 276 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000373943.9:c.263C>G ENSP00000363054.4:p.Pro88Arg missense_variant 88 19.340999999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000440806.2 3 215 protein_coding P/R cCc/cGc ENSG00000117758 ENST00000440806.2:c.263C>G ENSP00000392577.2:p.Pro88Arg missense_variant 88 3.7486099999999998 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 27793606 27793607 C G STX12 ENST00000468761.1 2 0 processed_transcript NA NA ENSG00000117758 ENST00000468761.1:n.316C>G non_coding_transcript_exon_variant 1.9092900000000002 26.913166912658 94 0.0 123 1.0 431 1.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373381.9 1 3631 protein_coding NA NA ENSG00000121904 ENST00000373381.9:c.8132-46G>C intron_variant 0.0210136 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000373388.7 1 3487 protein_coding NA NA ENSG00000121904 ENST00000373388.7:c.8138-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000465819.1 5 249 protein_coding NA NA ENSG00000121904 ENST00000465819.1:c.455-121G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 33567886 33567887 C G CSMD2 ENST00000619121.4 5 3591 protein_coding NA NA ENSG00000121904 ENST00000619121.4:c.8012-46G>C intron_variant 0.0 0.12372209233652001 57 0.0 92 0.98913 0 0.0 +chr1 36179726 36179727 G A MAP7D1 ENST00000316156.8 1 803 protein_coding E gaG/gaA ENSG00000116871 ENST00000316156.8:c.2178G>A ENSP00000320228.4:p.Glu726= synonymous_variant 726 13.6821 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373148.5 2 0 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373150.8 2 808 protein_coding E gaG/gaA ENSG00000116871 ENST00000373150.8:c.2193G>A ENSP00000362243.4:p.Glu731= synonymous_variant 731 28.8583 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000373151.6 1 841 protein_coding E gaG/gaA ENSG00000116871 ENST00000373151.6:c.2292G>A ENSP00000362244.2:p.Glu764= synonymous_variant 764 6.41844 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000429533.6 3 244 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000474796.2 2 840 protein_coding E gaG/gaA ENSG00000116871 ENST00000474796.2:c.2289G>A ENSP00000507044.1:p.Glu763= synonymous_variant 763 24.1707 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487114.1 2 0 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000487131.3 5 0 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000530975.4 5 248 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179727 G A MAP7D1 ENST00000532131.1 5 0 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 83 0.33735 1633 0.32945 +chr1 36179726 36179728 GG AA MAP7D1 ENST00000316156.8 1 803 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000316156.8:c.2178_2179delinsAA ENSP00000320228.4:p.Glu727Lys missense_variant 726-727 13.6821 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373148.5 2 0 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.989_990delinsAA non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373150.8 2 808 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373150.8:c.2193_2194delinsAA ENSP00000362243.4:p.Glu732Lys missense_variant 731-732 28.8583 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000373151.6 1 841 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000373151.6:c.2292_2293delinsAA ENSP00000362244.2:p.Glu765Lys missense_variant 764-765 6.41844 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000429533.6 3 244 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000474796.2 2 840 protein_coding EE/EK gaGGag/gaAAag ENSG00000116871 ENST00000474796.2:c.2289_2290delinsAA ENSP00000507044.1:p.Glu764Lys missense_variant 763-764 24.1707 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487114.1 2 0 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.599_600delinsAA non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000487131.3 5 0 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000530975.4 5 248 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179726 36179728 GG AA MAP7D1 ENST00000532131.1 5 0 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.016 84 0.361 NA NA +chr1 36179727 36179728 G A MAP7D1 ENST00000316156.8 1 803 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000316156.8:c.2179G>A ENSP00000320228.4:p.Glu727Lys missense_variant 727 13.6821 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373148.5 2 0 processed_transcript NA NA ENSG00000116871 ENST00000373148.5:n.990G>A non_coding_transcript_exon_variant 7.02562 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373150.8 2 808 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373150.8:c.2194G>A ENSP00000362243.4:p.Glu732Lys missense_variant 732 28.8583 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000373151.6 1 841 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000373151.6:c.2293G>A ENSP00000362244.2:p.Glu765Lys missense_variant 765 6.41844 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000429533.6 3 244 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.16762 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000474796.2 2 840 protein_coding E/K Gag/Aag ENSG00000116871 ENST00000474796.2:c.2290G>A ENSP00000507044.1:p.Glu764Lys missense_variant 764 24.1707 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487114.1 2 0 retained_intron NA NA ENSG00000116871 ENST00000487114.1:n.600G>A non_coding_transcript_exon_variant 0.748568 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000487131.3 5 0 processed_transcript NA NA ENSG00000116871 downstream_gene_variant 0.0357906 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000530975.4 5 248 protein_coding NA NA ENSG00000116871 downstream_gene_variant 0.0 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 36179727 36179728 G A MAP7D1 ENST00000532131.1 5 0 retained_intron NA NA ENSG00000116871 downstream_gene_variant 0.588097 93.1919335797381 61 0.0 81 0.30864 1635 0.32477 +chr1 37721680 37721681 G T EPHA10 ENST00000373048.9 5 1008 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000373048.9:c.2125C>A ENSP00000362139.4:p.Leu709Met missense_variant 709 0.0020440000000000002 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000427468.6 5 1014 protein_coding L/M Ctg/Atg ENSG00000183317 ENST00000427468.6:c.2125C>A ENSP00000397746.2:p.Leu709Met missense_variant 709 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000432874.7 5 217 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000432874.7:c.*20C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000437645.5 1 218 nonsense_mediated_decay NA NA ENSG00000183317 ENST00000437645.5:c.*433C>A 3_prime_UTR_variant&NMD_transcript_variant 0.0301566 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000446149.6 5 0 processed_transcript NA NA ENSG00000183317 ENST00000446149.6:n.924C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000453577.1 3 0 retained_intron NA NA ENSG00000183317 ENST00000453577.1:n.177C>A non_coding_transcript_exon_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000534097.5 1 392 nonsense_mediated_decay L/M Ctg/Atg ENSG00000183317 ENST00000534097.5:c.625C>A ENSP00000431389.1:p.Leu209Met missense_variant&NMD_transcript_variant 209 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T EPHA10 ENST00000540011.2 5 155 protein_coding NA NA ENSG00000183317 downstream_gene_variant 0.0 0.0591572602883304 184 0.0 157 0.38217 0 0.0 +chr1 37721680 37721681 G T ENSR00000354218 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 184 0.0 157 0.38217 0 0.0 +chr1 39429921 39429922 G C MACF1 ENST00000289893.8 5 0 retained_intron NA NA ENSG00000127603 ENST00000289893.8:n.12435G>C non_coding_transcript_exon_variant 19.3676 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000361689.7 5 5430 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000361689.7:c.10798G>C ENSP00000354573.2:p.Glu3600Gln missense_variant 3600 7.2838e-10 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372915.8 5 7385 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372915.8:c.16672G>C ENSP00000362006.4:p.Glu5558Gln missense_variant 5558 6.520340000000001e-07 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000372925.6 5 4434 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000372925.6:c.7810G>C ENSP00000362016.2:p.Glu2604Gln missense_variant 2604 2.24966 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000473843.1 2 0 processed_transcript NA NA ENSG00000127603 upstream_gene_variant 1.33142 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000530275.3 NA 1668 protein_coding NA NA ENSG00000127603 downstream_gene_variant 9.86041 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000564288.6 5 7555 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000564288.6:c.16984G>C ENSP00000455274.1:p.Glu5662Gln missense_variant 5662 4.87478 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000567887.5 5 7592 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000567887.5:c.17095G>C ENSP00000455823.1:p.Glu5699Gln missense_variant 5699 0.0 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000671089.2 NA 5379 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000671089.2:c.10645G>C ENSP00000499399.1:p.Glu3549Gln missense_variant 3549 28.9608 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000683517.1 NA 2276 protein_coding E/Q Gag/Cag ENSG00000127603 ENST00000683517.1:c.1336G>C ENSP00000508231.1:p.Glu446Gln missense_variant 446 1.41898 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000686067.1 NA 0 retained_intron NA NA ENSG00000127603 ENST00000686067.1:n.2657G>C non_coding_transcript_exon_variant 0.646605 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 39429921 39429922 G C MACF1 ENST00000687997.1 NA 0 retained_intron NA NA ENSG00000127603 ENST00000687997.1:n.2657G>C non_coding_transcript_exon_variant 7.0879e-05 126.835759484802 107 0.0 156 0.33333 819 0.37241 +chr1 40315503 40315504 G C COL9A2 ENST00000372736.3 3 83 protein_coding NA NA ENSG00000049089 ENST00000372736.3:c.150+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000372748.8 1 689 protein_coding NA NA ENSG00000049089 ENST00000372748.8:c.150+86C>G intron_variant 0.704575 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000417105.6 5 143 protein_coding NA NA ENSG00000049089 ENST00000417105.6:c.-133+86C>G intron_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000461118.6 1 0 retained_intron NA NA ENSG00000049089 ENST00000461118.6:n.489-39C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000482722.5 1 0 retained_intron NA NA ENSG00000049089 ENST00000482722.5:n.110+86C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000488463.6 5 0 processed_transcript NA NA ENSG00000049089 upstream_gene_variant 0.034793199999999996 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000490132.1 3 0 processed_transcript NA NA ENSG00000049089 ENST00000490132.1:n.267-39C>G intron_variant&non_coding_transcript_variant 0.25378 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000495948.1 2 0 retained_intron NA NA ENSG00000049089 ENST00000495948.1:n.312C>G non_coding_transcript_exon_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000496215.5 5 0 retained_intron NA NA ENSG00000049089 ENST00000496215.5:n.127+86C>G intron_variant&non_coding_transcript_variant 0.0 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C COL9A2 ENST00000642679.1 NA 10 protein_coding NA NA ENSG00000049089 ENST00000642679.1:c.-133+86C>G intron_variant 0.10741500000000001 1.1623084149873 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C ENSR00000005197 NA 0 promoter NA NA regulatory_region_variant NA NA 213 0.01408 257 0.01946 0 0.0 +chr1 40315503 40315504 G C ENSR00000354822 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 213 0.01408 257 0.01946 0 0.0 +chr1 42775287 42775288 A G C1orf50 ENST00000372525.7 1 199 protein_coding D/G gAc/gGc ENSG00000164008 ENST00000372525.7:c.494A>G ENSP00000361603.4:p.Asp165Gly missense_variant 165 2.92541 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000447572.1 3 0 lncRNA NA NA ENSG00000228452 downstream_gene_variant NA NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000464081.1 5 42 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000464081.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 0.44962700000000005 NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000468913.2 5 0 processed_transcript NA NA ENSG00000164008 ENST00000468913.2:n.449A>G non_coding_transcript_exon_variant 0.42915200000000003 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000494155.1 3 0 retained_intron NA NA ENSG00000164008 downstream_gene_variant 0.53733 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G ENST00000603943.6 5 109 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000603943.6:c.*299A>G 3_prime_UTR_variant&NMD_transcript_variant 0.24832100000000001 NA 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000650521.1 NA 42 nonsense_mediated_decay NA NA ENSG00000164008 ENST00000650521.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 1.20729 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000685942.1 NA 0 processed_transcript NA NA ENSG00000164008 ENST00000685942.1:n.412A>G non_coding_transcript_exon_variant 0.0 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000687946.1 NA 120 nonsense_mediated_decay NA NA ENSG00000164008 ENST00000687946.1:c.*162A>G 3_prime_UTR_variant&NMD_transcript_variant 0.576908 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000691126.1 NA 0 processed_transcript NA NA ENSG00000164008 ENST00000691126.1:n.404A>G non_coding_transcript_exon_variant 8.870230000000001 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000691927.1 NA 0 processed_transcript NA NA ENSG00000164008 downstream_gene_variant 0.0 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000692016.1 NA 0 processed_transcript NA NA ENSG00000164008 ENST00000692016.1:n.393A>G non_coding_transcript_exon_variant 3.5154099999999997 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000692952.1 NA 0 processed_transcript NA NA ENSG00000164008 ENST00000692952.1:n.413A>G non_coding_transcript_exon_variant 0.6901729999999999 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42775287 42775288 A G C1orf50 ENST00000693399.1 NA 0 retained_intron NA NA ENSG00000164008 downstream_gene_variant 2.03036 20.7822624121577 40 0.0 69 0.10145 226 0.06195 +chr1 42794425 42794426 A T TMEM269 ENST00000421630.6 5 203 nonsense_mediated_decay T acA/acT ENSG00000274386 ENST00000421630.6:c.297A>T ENSP00000490287.1:p.Thr99= synonymous_variant&NMD_transcript_variant 99 0.1538 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000464081.1 5 42 nonsense_mediated_decay NA NA ENSG00000283580 ENST00000464081.1:c.*609A>T 3_prime_UTR_variant&NMD_transcript_variant 0.44962700000000005 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000536543.6 5 203 protein_coding T acA/acT ENSG00000274386 ENST00000536543.6:c.297A>T ENSP00000490716.2:p.Thr99= synonymous_variant 99 0.603846 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T ENST00000603943.6 5 109 nonsense_mediated_decay NA NA ENSG00000283580 downstream_gene_variant 0.24832100000000001 NA 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000605272.1 5 0 processed_transcript NA NA ENSG00000274386 ENST00000605272.1:n.94A>T non_coding_transcript_exon_variant 0.653221 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 42794425 42794426 A T TMEM269 ENST00000637012.2 5 203 protein_coding T acA/acT ENSG00000274386 ENST00000637012.2:c.297A>T ENSP00000490213.1:p.Thr99= synonymous_variant 99 0.141244 1.5521114716816202 121 0.00826 191 0.28796 14 0.0 +chr1 43338031 43338032 G C MPL ENST00000372470.9 1 635 protein_coding NA NA ENSG00000117400 ENST00000372470.9:c.80-67G>C intron_variant 0.11829200000000001 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000413998.7 1 628 protein_coding NA NA ENSG00000117400 ENST00000413998.7:c.80-88G>C intron_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C MPL ENST00000638732.1 1 0 retained_intron NA NA ENSG00000117400 ENST00000638732.1:n.80-67G>C intron_variant&non_coding_transcript_variant 0.0 0.118292162946575 69 0.0 74 0.67568 0 0.0 +chr1 43338031 43338032 G C ENSR00000355580 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 69 0.0 74 0.67568 0 0.0 +chr1 43432295 43432296 G C SZT2 ENST00000470139.1 2 597 nonsense_mediated_decay NA NA ENSG00000198198 downstream_gene_variant 1.6636900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000478140.1 2 0 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.8146900000000001 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000562955.2 5 3375 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000562955.2:c.5128G>C ENSP00000457168.1:p.Gly1710Arg missense_variant 1710 0.575702 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000634258.3 5 3432 protein_coding G/R Ggc/Cgc ENSG00000198198 ENST00000634258.3:c.5299G>C ENSP00000489255.1:p.Gly1767Arg missense_variant 1767 4.9455800000000005 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638642.1 3 0 retained_intron NA NA ENSG00000198198 downstream_gene_variant 1.15442 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000638769.1 3 0 retained_intron NA NA ENSG00000198198 upstream_gene_variant 3.3238 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000639197.1 NA 0 retained_intron NA NA ENSG00000198198 upstream_gene_variant 0.952032 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000648058.1 NA 0 retained_intron NA NA ENSG00000198198 ENST00000648058.1:n.558G>C non_coding_transcript_exon_variant 2.27336 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43432295 43432296 G C SZT2 ENST00000649403.1 NA 0 processed_transcript NA NA ENSG00000198198 ENST00000649403.1:n.49G>C non_coding_transcript_exon_variant 1.87497 34.711134321508496 99 0.0 133 0.33835 96 0.34375 +chr1 43960389 43960390 G T IPO13 ENST00000372343.8 1 963 protein_coding NA NA ENSG00000117408 ENST00000372343.8:c.2109+61G>T intron_variant 10.8193 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000480902.1 3 0 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 2.0055400000000003 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000489773.5 3 0 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.0 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43960389 43960390 G T IPO13 ENST00000492152.5 3 0 processed_transcript NA NA ENSG00000117408 downstream_gene_variant 0.359555 14.2371948446883 98 0.0 147 0.33333 0 0.0 +chr1 43977963 43977964 C T ATP6V0B ENST00000236067.8 2 158 protein_coding NA NA ENSG00000117410 ENST00000236067.8:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 15.2655 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000255108.8 1 489 protein_coding NA NA ENSG00000132768 downstream_gene_variant 19.1748 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000309519.8 2 401 protein_coding NA NA ENSG00000117411 upstream_gene_variant 28.6133 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000356836.10 2 372 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.25993 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000372324.6 1 372 protein_coding NA NA ENSG00000117411 upstream_gene_variant 5.28257 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000396758.6 3 261 protein_coding NA NA ENSG00000132768 downstream_gene_variant 0.449304 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000434555.7 1 372 protein_coding NA NA ENSG00000117411 upstream_gene_variant 1.0185899999999999 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000461670.5 5 46 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.42011800000000005 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000468183.5 1 0 retained_intron NA NA ENSG00000117410 ENST00000468183.5:n.2101C>T non_coding_transcript_exon_variant 0.0 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000471859.6 5 252 protein_coding NA NA ENSG00000117410 ENST00000471859.6:c.733-17C>T splice_polypyrimidine_tract_variant&intron_variant 0.101035 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472174.7 1 205 protein_coding NA NA ENSG00000117410 ENST00000472174.7:c.592-17C>T splice_polypyrimidine_tract_variant&intron_variant 109.086 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472277.5 3 0 processed_transcript NA NA ENSG00000117410 downstream_gene_variant 0.705461 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000472505.6 5 86 protein_coding NA NA ENSG00000117410 downstream_gene_variant 0.343954 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000473485.5 2 0 retained_intron NA NA ENSG00000117410 ENST00000473485.5:n.1353-17C>T splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 1.23197 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000481924.2 2 323 protein_coding NA NA ENSG00000117411 upstream_gene_variant 2.77088 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000485678.6 3 216 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.718284 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T DPH2 ENST00000495421.1 2 93 nonsense_mediated_decay NA NA ENSG00000132768 downstream_gene_variant 3.5738199999999996 30.9644621685403 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000496131.1 3 0 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.628174 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000497866.6 2 136 nonsense_mediated_decay NA NA ENSG00000117411 upstream_gene_variant 0.528991 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498208.1 5 88 nonsense_mediated_decay NA NA ENSG00000117410 downstream_gene_variant 0.23335300000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T B4GALT2 ENST00000498543.1 3 55 protein_coding NA NA ENSG00000117411 upstream_gene_variant 0.5229050000000001 40.7154879399519 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000498664.1 2 158 protein_coding NA NA ENSG00000117410 ENST00000498664.1:c.451-17C>T splice_polypyrimidine_tract_variant&intron_variant 2.0811900000000003 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532072.1 4 0 retained_intron NA NA ENSG00000117410 downstream_gene_variant 0.575309 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ATP6V0B ENST00000532642.5 2 261 protein_coding NA NA ENSG00000117410 ENST00000532642.5:c.*553C>T 3_prime_UTR_variant 2.76753 133.439097805193 457 0.0 608 0.30592 17 0.35294 +chr1 43977963 43977964 C T ENST00000647729.1 NA 0 lncRNA NA NA ENSG00000285649 upstream_gene_variant NA NA 457 0.0 608 0.30592 17 0.35294 +chr1 45051304 45051305 GT G ZSWIM5 ENST00000359600.6 1 1185 protein_coding NA NA ENSG00000162415 ENST00000359600.6:c.1253-52del intron_variant 0.28113499999999997 0.606276373136779 46 0.0 54 0.40741 0 0.0 +chr1 45058674 45058675 G A ZSWIM5 ENST00000359600.6 1 1185 protein_coding L/F Ctc/Ttc ENSG00000162415 ENST00000359600.6:c.1186C>T ENSP00000352614.5:p.Leu396Phe missense_variant 396 0.28113499999999997 0.606276373136779 191 0.0 223 0.35426 0 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000329231.8 2 283 protein_coding NA NA ENSG00000123472 ENST00000329231.8:c.495+98G>A intron_variant 0.0240993 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000371937.8 1 351 protein_coding NA NA ENSG00000123472 ENST00000371937.8:c.495+98G>A intron_variant 0.0 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000474020.5 2 0 retained_intron NA NA ENSG00000123472 ENST00000474020.5:n.213+98G>A intron_variant&non_coding_transcript_variant 2.3845400000000003 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000487193.1 5 86 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000487193.1:c.*115+98G>A intron_variant&NMD_transcript_variant 0.09608960000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000525633.1 4 0 processed_transcript NA NA ENSG00000123472 downstream_gene_variant 0.0881248 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000526821.5 3 174 protein_coding NA NA ENSG00000123472 ENST00000526821.5:c.168+98G>A intron_variant 5.662319999999999 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000529214.5 2 45 nonsense_mediated_decay NA NA ENSG00000123472 ENST00000529214.5:c.*115+98G>A intron_variant&NMD_transcript_variant 9.660219999999999e-08 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000532925.5 2 240 protein_coding NA NA ENSG00000123472 ENST00000532925.5:c.162+98G>A intron_variant 2.46382e-10 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000534216.5 5 183 protein_coding NA NA ENSG00000123472 ENST00000534216.5:c.41+98G>A intron_variant 0.8684370000000001 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000542495.5 2 177 protein_coding NA NA ENSG00000123472 ENST00000542495.5:c.-28+98G>A intron_variant 1.2482799999999998 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000574428.5 1 328 protein_coding NA NA ENSG00000123472 ENST00000574428.5:c.426+98G>A intron_variant 24.6774 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 46658588 46658589 C T ATPAF1 ENST00000576409.5 1 351 protein_coding NA NA ENSG00000123472 ENST00000576409.5:c.495+98G>A intron_variant 3.0986 39.6138892480996 173 0.0 206 0.27184 5 0.0 +chr1 52961569 52961570 C A SCP2 ENST00000371509.8 1 503 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371509.8:c.332C>A ENSP00000360564.4:p.Ala111Asp missense_variant 111 1.36043 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371513.9 1 322 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371513.9:c.332C>A ENSP00000360568.5:p.Ala111Asp missense_variant 111 0.575063 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000371514.8 1 547 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000371514.8:c.464C>A ENSP00000360569.3:p.Ala155Asp missense_variant 155 5.4565 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000407246.6 2 523 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000407246.6:c.392C>A ENSP00000384569.2:p.Ala131Asp missense_variant 131 6.622560000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000473584.1 2 0 processed_transcript NA NA ENSG00000116171 upstream_gene_variant 0.0933097 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000478631.6 2 366 nonsense_mediated_decay A/D gCt/gAt ENSG00000116171 ENST00000478631.6:c.464C>A ENSP00000435194.1:p.Ala155Asp missense_variant&NMD_transcript_variant 155 0.188924 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528311.5 2 466 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000528311.5:c.221C>A ENSP00000434132.1:p.Ala74Asp missense_variant 74 0.728558 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000528809.1 5 0 processed_transcript NA NA ENSG00000116171 ENST00000528809.1:n.481C>A non_coding_transcript_exon_variant 1.9948700000000001 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 52961569 52961570 C A SCP2 ENST00000529363.2 5 240 protein_coding A/D gCt/gAt ENSG00000116171 ENST00000529363.2:c.389C>A ENSP00000431279.2:p.Ala130Asp missense_variant 130 0.0 51.667882757948796 204 0.0 166 0.48193 217 0.52535 +chr1 54610759 54610760 A T FAM151A ENST00000302250.7 1 585 protein_coding NA NA ENSG00000162391 ENST00000302250.7:c.941-205T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000343744.7 1 594 protein_coding NA NA ENSG00000162390 downstream_gene_variant 0.0 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T FAM151A ENST00000371304.2 5 398 protein_coding NA NA ENSG00000162391 ENST00000371304.2:c.917+869T>A intron_variant 0.0 0.0 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000371316.3 1 607 protein_coding NA NA ENSG00000162390 ENST00000371316.3:c.1629+2692A>T intron_variant 0.8318469999999999 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ACOT11 ENST00000481208.5 2 0 processed_transcript NA NA ENSG00000162390 downstream_gene_variant 0.0240245 0.969368313453228 13 0.0 11 0.54545 0 0.0 +chr1 54610759 54610760 A T ENSR00000358157 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 13 0.0 11 0.54545 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000343433.7 1 728 protein_coding NA NA ENSG00000187889 ENST00000343433.7:c.1794-62G>C intron_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000371240.3 3 0 retained_intron NA NA ENSG00000187889 ENST00000371240.3:n.562-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000484327.1 2 0 processed_transcript NA NA ENSG00000187889 ENST00000484327.1:n.2112-62G>C intron_variant&non_coding_transcript_variant 0.0409596 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56726644 56726645 C G FYB2 ENST00000493000.5 5 0 processed_transcript NA NA ENSG00000187889 ENST00000493000.5:n.711-62G>C intron_variant&non_coding_transcript_variant 0.0 0.291746374146333 77 0.0 51 0.54902 0 0.0 +chr1 56867775 56867776 C A C8A ENST00000361249.4 1 584 protein_coding NA NA ENSG00000157131 ENST00000361249.4:c.171+74C>A intron_variant 0.0 0.0 76 0.0 91 0.49451 0 0.0 +chr1 56867775 56867776 C A ENSR00001168425 NA 0 open_chromatin_region NA NA regulatory_region_variant NA NA 76 0.0 91 0.49451 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000371208.5 1 728 protein_coding S/L tCa/tTa ENSG00000134709 ENST00000371208.5:c.1298C>T ENSP00000360252.3:p.Ser433Leu missense_variant 433 0.077125 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000465876.6 2 0 processed_transcript NA NA ENSG00000134709 ENST00000465876.6:n.1322C>T non_coding_transcript_exon_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000474695.1 3 0 processed_transcript NA NA ENSG00000134709 upstream_gene_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000685567.1 NA 517 nonsense_mediated_decay S/L tCa/tTa ENSG00000134709 ENST00000685567.1:c.1172C>T ENSP00000509959.1:p.Ser391Leu missense_variant&NMD_transcript_variant 391 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686522.1 NA 50 nonsense_mediated_decay NA NA ENSG00000134709 ENST00000686522.1:c.*1292C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000686716.1 NA 0 retained_intron NA NA ENSG00000134709 ENST00000686716.1:n.1401C>T non_coding_transcript_exon_variant 0.08362510000000001 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59858482 59858483 C T HOOK1 ENST00000687049.1 NA 643 protein_coding S/L tCa/tTa ENSG00000134709 ENST00000687049.1:c.1043C>T ENSP00000509189.1:p.Ser348Leu missense_variant 348 0.0 0.229552202356922 65 0.0 66 0.39394 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000371204.4 1 502 protein_coding NA NA ENSG00000134716 ENST00000371204.4:c.1331-15_1331-11del splice_polypyrimidine_tract_variant&intron_variant 0.134751 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000466095.5 3 355 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000466095.5:c.*75-15_*75-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000468257.2 3 402 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000468257.2:c.*273-15_*273-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000469406.6 3 84 nonsense_mediated_decay NA NA ENSG00000134716 ENST00000469406.6:c.*1243-15_*1243-11del splice_polypyrimidine_tract_variant&intron_variant&NMD_transcript_variant 0.012866800000000001 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A CYP2J2 ENST00000492633.5 2 0 retained_intron NA NA ENSG00000134716 ENST00000492633.5:n.2036-15_2036-11del splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 0.147617710844616 112 0.0 86 0.46512 0 0.0 +chr1 59893839 59893844 AAAATC A ENSR00000925150 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 112 0.0 86 0.46512 0 0.0 +chr1 63437078 63437079 G T ALG6 ENST00000263440.6 5 507 protein_coding NA NA ENSG00000088035 ENST00000263440.6:c.*59G>T 3_prime_UTR_variant 0.461366 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000271002.15 1 177 protein_coding NA NA ENSG00000142856 downstream_gene_variant 11.9066 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000371092.7 1 216 protein_coding NA NA ENSG00000142856 downstream_gene_variant 0.43472299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000461681.5 3 0 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.393504 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000489099.5 1 170 nonsense_mediated_decay NA NA ENSG00000142856 downstream_gene_variant 2.0667299999999997 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ITGB3BP ENST00000492655.1 2 0 processed_transcript NA NA ENSG00000142856 downstream_gene_variant 0.0 26.1769010981115 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000494765.2 2 0 retained_intron NA NA ENSG00000088035 ENST00000494765.2:n.931G>T non_coding_transcript_exon_variant 0.0528774 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000603108.6 5 301 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000603108.6:c.*732G>T 3_prime_UTR_variant&NMD_transcript_variant 2.06825 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000647818.1 NA 194 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000647818.1:c.*889G>T 3_prime_UTR_variant&NMD_transcript_variant 1.27288 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000648964.1 NA 61 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000648964.1:c.*1312G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 63437078 63437079 G T ALG6 ENST00000649570.1 NA 230 nonsense_mediated_decay NA NA ENSG00000088035 ENST00000649570.1:c.*1005G>T 3_prime_UTR_variant&NMD_transcript_variant 0.0925341 5.235453748727751 47 0.0 31 0.45161 47 0.40426 +chr1 64676037 64676037 A AC CACHD1 ENST00000290039.6 5 1223 protein_coding NA NA ENSG00000158966 ENST00000290039.6:c.2822+54_2822+55insC intron_variant 0.159611 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000470527.1 1 0 processed_transcript NA NA ENSG00000158966 ENST00000470527.1:n.2913+54_2913+55insC intron_variant&non_coding_transcript_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000495994.5 1 0 processed_transcript NA NA ENSG00000158966 ENST00000495994.5:n.3205+54_3205+55insC intron_variant&non_coding_transcript_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000650260.1 NA 1140 protein_coding NA NA ENSG00000158966 ENST00000650260.1:c.2573+54_2573+55insC intron_variant 0.0 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC CACHD1 ENST00000651257.2 NA 1274 protein_coding NA NA ENSG00000158966 ENST00000651257.2:c.2975+54_2975+55insC intron_variant 0.0412164 0.20082747693134098 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC ENSR00000252267 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 31 0.0 28 0.14286 0 0.0 +chr1 64676037 64676037 A AC ENSR00000925670 NA 0 open_chromatin_region NA NA regulatory_region_variant NA NA 31 0.0 28 0.14286 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371023.7 1 545 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.622272 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000371026.8 1 848 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000371026.8:c.1876G>C ENSP00000360065.3:p.Gly626Arg missense_variant 626 0.13334000000000001 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000464352.6 2 581 protein_coding G/R Gga/Cga ENSG00000152763 ENST00000464352.6:c.1174G>C ENSP00000433682.1:p.Gly392Arg missense_variant 392 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000491297.6 2 159 nonsense_mediated_decay NA NA ENSG00000152763 ENST00000491297.6:c.*1818G>C 3_prime_UTR_variant&NMD_transcript_variant 0.217015 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 66834005 66834006 C G DNAI4 ENST00000531552.1 3 167 protein_coding NA NA ENSG00000152763 downstream_gene_variant 0.0 7.006444210853389 104 0.0 86 0.60465 0 0.0 +chr1 67052898 67052899 G A SLC35D1 ENST00000235345.6 1 355 protein_coding NA NA ENSG00000116704 ENST00000235345.6:c.238-42C>T intron_variant 3.57705 3.57704627082475 41 0.0 43 0.4186 0 0.0 +chr1 67052898 67052899 G A ENSR00000008162 NA 0 promoter NA NA regulatory_region_variant NA NA 41 0.0 43 0.4186 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000260505.13 2 887 protein_coding NA NA ENSG00000137941 ENST00000260505.13:c.2208+45T>C intron_variant 0.010310099999999999 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000464289.1 2 0 processed_transcript NA NA ENSG00000137941 ENST00000464289.1:n.296+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000472688.5 2 0 processed_transcript NA NA ENSG00000137941 ENST00000472688.5:n.2579+45T>C intron_variant&non_coding_transcript_variant 0.0279175 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000474957.5 1 477 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000474957.5:c.1263+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000477524.5 1 0 processed_transcript NA NA ENSG00000137941 ENST00000477524.5:n.2714+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000480174.5 1 669 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000480174.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000485638.5 2 553 nonsense_mediated_decay NA NA ENSG00000137941 ENST00000485638.5:c.*258+45T>C intron_variant&NMD_transcript_variant 0.190179 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 83904033 83904034 A G TTLL7 ENST00000488014.5 1 0 processed_transcript NA NA ENSG00000137941 ENST00000488014.5:n.2451+45T>C intron_variant&non_coding_transcript_variant 0.0 0.48437735988519603 101 0.0 88 0.43182 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000370571.7 1 1714 protein_coding NA NA ENSG00000171502 ENST00000370571.7:c.1708-97C>G intron_variant 9.68685 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86063855 86063856 G C COL24A1 ENST00000426639.5 5 890 nonsense_mediated_decay NA NA ENSG00000171502 ENST00000426639.5:c.1708-97C>G intron_variant&NMD_transcript_variant 1.06227 11.5708824944927 30 0.0 64 0.6875 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000370565.5 1 943 protein_coding NA NA ENSG00000137975 ENST00000370565.5:c.1985-63G>T intron_variant 0.38111799999999996 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000490884.1 3 0 processed_transcript NA NA ENSG00000137975 downstream_gene_variant 0.127414 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86450499 86450500 G T CLCA2 ENST00000498802.1 2 0 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.336-63G>T intron_variant&non_coding_transcript_variant 0.0 0.508532201703015 176 0.0 294 0.56803 0 0.0 +chr1 86453473 86453474 G A CLCA2 ENST00000370565.5 1 943 protein_coding G/E gGa/gAa ENSG00000137975 ENST00000370565.5:c.2261G>A ENSP00000359596.4:p.Gly754Glu missense_variant 754 0.38111799999999996 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 86453473 86453474 G A CLCA2 ENST00000498802.1 2 0 processed_transcript NA NA ENSG00000137975 ENST00000498802.1:n.612G>A non_coding_transcript_exon_variant 0.0 0.508532201703015 134 0.0 322 0.57453 2 1.0 +chr1 90714574 90714575 G C BARHL2 ENST00000370445.5 1 387 protein_coding L ctC/ctG ENSG00000143032 ENST00000370445.5:c.807C>G ENSP00000359474.3:p.Leu269= synonymous_variant 269 0.025972700000000005 0.025972723155391002 137 0.0 185 0.28649 0 0.0 +chr1 90714574 90714575 G C ENSR00000927492 NA 0 open_chromatin_region NA NA regulatory_region_variant NA NA 137 0.0 185 0.28649 0 0.0 +chr1 92300282 92300283 C G GLMN ENST00000370360.8 1 594 protein_coding NA NA ENSG00000174842 upstream_gene_variant 9.34865 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000484158.1 2 0 processed_transcript NA NA ENSG00000122484 ENST00000484158.1:n.108+44C>G intron_variant&non_coding_transcript_variant 26.7542 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000487911.1 4 0 retained_intron NA NA ENSG00000174842 upstream_gene_variant 0.107524 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G GLMN ENST00000495106.5 1 417 nonsense_mediated_decay NA NA ENSG00000174842 upstream_gene_variant 0.0 11.3138161747137 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G RPAP2 ENST00000610020.2 1 612 protein_coding NA NA ENSG00000122484 ENST00000610020.2:c.119+44C>G intron_variant 5.5221 51.6305417807327 85 0.0 122 0.08197 4 0.25 +chr1 92300282 92300283 C G ENSR00000009821 NA 0 promoter NA NA regulatory_region_variant NA NA 85 0.0 122 0.08197 4 0.25 +chr1 92847139 92847140 G T DIPK1A ENST00000370310.5 2 428 protein_coding NA NA ENSG00000154511 ENST00000370310.5:c.474+43C>A intron_variant 2.49175 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T ENST00000384295.1 NA 0 snoRNA NA NA ENSG00000207022 downstream_gene_variant NA NA 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613047.4 4 403 protein_coding NA NA ENSG00000154511 ENST00000613047.4:c.399+43C>A intron_variant 0.41787799999999997 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000613902.4 4 383 protein_coding NA NA ENSG00000154511 ENST00000613902.4:c.339+43C>A intron_variant 0.134627 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000615519.4 1 162 protein_coding NA NA ENSG00000154511 ENST00000615519.4:c.474+43C>A intron_variant 0.313306 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 92847139 92847140 G T DIPK1A ENST00000616709.4 3 369 protein_coding NA NA ENSG00000154511 ENST00000616709.4:c.298-2945C>A intron_variant 0.024107299999999998 3.38167266598343 108 0.0 141 0.78723 2 1.0 +chr1 93226448 93226449 G A CCDC18 ENST00000343253.11 5 1454 protein_coding E gaG/gaA ENSG00000122483 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000370276.6 5 1454 protein_coding E gaG/gaA ENSG00000122483 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000401026.7 1 1299 protein_coding E gaG/gaA ENSG00000122483 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000421014.2 5 0 processed_transcript NA NA ENSG00000122483 ENST00000421014.2:n.274G>A splice_region_variant&non_coding_transcript_exon_variant 0.0181887 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000455267.1 5 720 protein_coding E gaG/gaA ENSG00000122483 ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690025.1 NA 1455 protein_coding E gaG/gaA ENSG00000122483 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000690592.1 NA 158 nonsense_mediated_decay NA NA ENSG00000122483 ENST00000690592.1:c.*1757G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 1.1892399999999999 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 93226448 93226449 G A CCDC18 ENST00000692873.1 NA 210 nonsense_mediated_decay NA NA ENSG00000122483 ENST00000692873.1:c.*1211G>A splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.514264 18.7496571585841 112 0.0 148 0.62838 20 0.3 +chr1 102898077 102898078 G C COL11A1 ENST00000353414.8 5 1767 protein_coding NA NA ENSG00000060718 ENST00000353414.8:c.4185+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000358392.6 5 1818 protein_coding NA NA ENSG00000060718 ENST00000358392.6:c.4338+47C>G intron_variant 0.011527500000000001 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000370096.9 1 1806 protein_coding NA NA ENSG00000060718 ENST00000370096.9:c.4302+47C>G intron_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000512756.5 1 1690 protein_coding NA NA ENSG00000060718 ENST00000512756.5:c.3954+47C>G intron_variant 0.00904797 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C COL11A1 ENST00000635193.1 1 694 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1552+47C>G intron_variant&NMD_transcript_variant 0.0 0.0205754486444107 236 0.0 168 0.38095 0 0.0 +chr1 102898077 102898078 G C ENSR00000367234 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 236 0.0 168 0.38095 0 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000353414.8 5 1767 protein_coding L ctC/ctT ENSG00000060718 ENST00000353414.8:c.4146C>T ENSP00000302551.6:p.Leu1382= synonymous_variant 1382 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000358392.6 5 1818 protein_coding L ctC/ctT ENSG00000060718 ENST00000358392.6:c.4299C>T ENSP00000351163.2:p.Leu1433= synonymous_variant 1433 0.011527500000000001 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000370096.9 1 1806 protein_coding L ctC/ctT ENSG00000060718 ENST00000370096.9:c.4263C>T ENSP00000359114.3:p.Leu1421= synonymous_variant 1421 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000512756.5 1 1690 protein_coding L ctC/ctT ENSG00000060718 ENST00000512756.5:c.3915C>T ENSP00000426533.1:p.Leu1305= synonymous_variant 1305 0.00904797 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A COL11A1 ENST00000635193.1 1 694 nonsense_mediated_decay NA NA ENSG00000060718 ENST00000635193.1:c.*1513C>T 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.0205754486444107 203 0.0 161 0.42236 2 0.0 +chr1 102898163 102898164 G A ENSR00000367234 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 203 0.0 161 0.42236 2 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000271332.4 1 2923 protein_coding NA NA ENSG00000143126 ENST00000271332.4:c.5727+22C>G intron_variant 1.8022799999999999 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000459940.1 3 0 processed_transcript NA NA ENSG00000143126 ENST00000459940.1:n.43+22C>G intron_variant&non_coding_transcript_variant 0.0 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G CELSR2 ENST00000489018.1 5 0 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 63 0.0 73 0.52055 0 0.0 +chr1 109265332 109265333 C G ENSR00000368163 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 63 0.0 73 0.52055 0 0.0 +chr1 109267888 109267889 A C CELSR2 ENST00000271332.4 1 2923 protein_coding S tcA/tcC ENSG00000143126 ENST00000271332.4:c.6147A>C ENSP00000271332.3:p.Ser2049= synonymous_variant 2049 1.8022799999999999 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000459940.1 3 0 processed_transcript NA NA ENSG00000143126 downstream_gene_variant 0.0 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000489018.1 5 0 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.0514116 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109267888 109267889 A C CELSR2 ENST00000498157.1 2 0 processed_transcript NA NA ENSG00000143126 upstream_gene_variant 0.096808 1.95050384746377 56 0.0 54 0.48148 12 0.75 +chr1 109621022 109621023 C A AMPD2 ENST00000256578.8 5 825 protein_coding NA NA ENSG00000116337 ENST00000256578.8:c.-153C>A 5_prime_UTR_variant 0.487662 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000342115.8 1 798 protein_coding NA NA ENSG00000116337 ENST00000342115.8:c.10+745C>A intron_variant 5.25801 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000358729.9 2 788 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.24292600000000003 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000369840.7 5 836 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000459643.2 4 0 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.285412 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000469039.2 4 0 processed_transcript NA NA ENSG00000116337 ENST00000469039.2:n.434-9C>A splice_polypyrimidine_tract_variant&intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000474459.6 4 0 retained_intron NA NA ENSG00000116337 ENST00000474459.6:n.448+745C>A intron_variant&non_coding_transcript_variant 0.611291 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000476688.3 3 719 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000486282.7 4 0 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.0847433 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000524975.2 3 0 retained_intron NA NA ENSG00000116337 upstream_gene_variant 0.338561 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000525415.2 4 0 retained_intron NA NA ENSG00000116337 ENST00000525415.2:n.106C>A non_coding_transcript_exon_variant 0.0155868 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000526301.6 1 0 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.24094400000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000527846.7 4 0 processed_transcript NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528270.6 4 40 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528454.5 2 761 protein_coding NA NA ENSG00000116337 upstream_gene_variant 0.674824 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000528667.7 1 825 protein_coding NA NA ENSG00000116337 ENST00000528667.7:c.-153C>A 5_prime_UTR_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531203.6 4 761 protein_coding NA NA ENSG00000116337 ENST00000531203.6:c.-271+372C>A intron_variant 0.6948439999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000531734.6 4 798 protein_coding NA NA ENSG00000116337 ENST00000531734.6:c.10+745C>A intron_variant 0.141494 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000622865.1 3 123 protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.012628799999999999 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000652975.2 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000654851.1 NA 0 retained_intron NA NA ENSG00000116337 upstream_gene_variant 1.02668 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000655992.1 NA 564 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000655992.1:c.-102+745C>A intron_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000659122.2 NA 469 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.37634 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000663749.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000667949.2 NA 625 protein_coding NA NA ENSG00000116337 ENST00000667949.2:c.-379+745C>A intron_variant 8.99878 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000668421.1 NA 75 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.15126099999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000673915.1 NA 0 processed_transcript NA NA ENSG00000116337 downstream_gene_variant 0.11065599999999999 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679379.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679593.1 NA 628 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679593.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679880.1 NA 0 retained_intron NA NA ENSG00000116337 ENST00000679880.1:n.106C>A non_coding_transcript_exon_variant 0.119684 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679892.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679892.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A GNAT2 ENST00000679935.1 NA 354 protein_coding NA NA ENSG00000134183 upstream_gene_variant 0.32629400000000003 0.338922855152674 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000679981.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000679981.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680132.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23109200000000002 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680148.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680148.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680170.1 NA 0 retained_intron NA NA ENSG00000116337 ENST00000680170.1:n.106C>A non_coding_transcript_exon_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680192.1 NA 0 retained_intron NA NA ENSG00000116337 ENST00000680192.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680519.1 NA 0 processed_transcript NA NA ENSG00000116337 ENST00000680519.1:n.442+745C>A intron_variant&non_coding_transcript_variant 0.0885564 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680531.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680531.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680820.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680820.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680832.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680832.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 8.962649999999999e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000680929.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000680929.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.10794000000000001 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681108.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681108.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 4.933359999999999e-10 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681121.1 NA 237 nonsense_mediated_decay NA NA ENSG00000116337 upstream_gene_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681132.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681132.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.16808 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681181.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681181.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.23430399999999998 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681218.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681218.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681246.1 NA 118 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681246.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.321945 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681496.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681496.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 1.3595e-05 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681834.1 NA 0 retained_intron NA NA ENSG00000116337 ENST00000681834.1:n.56C>A non_coding_transcript_exon_variant 0.22366 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A AMPD2 ENST00000681862.1 NA 38 nonsense_mediated_decay NA NA ENSG00000116337 ENST00000681862.1:c.-153C>A 5_prime_UTR_variant&NMD_transcript_variant 0.0 26.2611820236374 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSR00000011115 NA 0 promoter NA NA regulatory_region_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 109621022 109621023 C A ENSM00205895518 NA 0 NA NA NA TF_binding_site_variant NA NA 133 0.0 135 0.42222 15 0.13333 +chr1 111488998 111488999 G C RNU6-792P ENST00000363490.1 NA 0 snRNA NA NA ENSG00000200360 downstream_gene_variant NA NA 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369716.9 1 347 protein_coding V gtC/gtG ENSG00000121933 ENST00000369716.9:c.483C>G ENSP00000358730.4:p.Val161= synonymous_variant 161 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000369717.8 1 266 protein_coding V gtC/gtG ENSG00000121933 ENST00000369717.8:c.240C>G ENSP00000358731.4:p.Val80= synonymous_variant 80 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000442484.2 1 0 processed_transcript NA NA ENSG00000121933 ENST00000442484.2:n.62C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000443498.5 3 172 protein_coding NA NA ENSG00000121933 ENST00000443498.5:c.90-132C>G intron_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000463993.1 5 0 processed_transcript NA NA ENSG00000121933 ENST00000463993.1:n.250C>G non_coding_transcript_exon_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111488998 111488999 G C TMIGD3 ENST00000472933.2 2 107 protein_coding NA NA ENSG00000121933 upstream_gene_variant 0.0 0.0 104 0.0 77 0.51948 0 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000357260.6 1 297 protein_coding S/R agC/agA ENSG00000197852 ENST00000357260.6:c.756C>A ENSP00000349805.5:p.Ser252Arg missense_variant 252 1.08051 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000444059.2 1 0 processed_transcript NA NA ENSG00000197852 ENST00000444059.2:n.823C>A non_coding_transcript_exon_variant 0.0 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000527570.1 2 0 processed_transcript NA NA ENSG00000197852 ENST00000527570.1:n.218+12080C>A intron_variant&non_coding_transcript_variant 0.500167 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000527621.1 4 181 protein_coding NA NA ENSG00000197852 downstream_gene_variant 0.562172 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 111727105 111727106 G T INKA2 ENST00000534365.1 5 114 protein_coding NA NA ENSG00000197852 ENST00000534365.1:c.298+458C>A intron_variant 0.0 2.14284707419857 96 0.0 63 0.06349 29 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000318837.6 2 1214 protein_coding -/* -/TAG ENSG00000143061 ENST00000318837.6:c.3108_3109insTAG ENSP00000321184.6:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.635854 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369483.5 5 1214 protein_coding -/* -/TAG ENSG00000143061 ENST00000369483.5:c.3108_3109insTAG ENSP00000358495.1:p.Glu1036_Glu1037insTer stop_gained&inframe_insertion 1036-1037 0.9006069999999999 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 116579677 116579677 C CCTA IGSF3 ENST00000369486.8 1 1194 protein_coding -/* -/TAG ENSG00000143061 ENST00000369486.8:c.3048_3049insTAG ENSP00000358498.4:p.Glu1016_Glu1017insTer stop_gained&inframe_insertion 1016-1017 1.0531 2.58955702944662 55 0.0 49 0.20408 10 0.0 +chr1 119895935 119895936 C T ADAM30 ENST00000369400.2 NA 790 protein_coding R/Q cGa/cAa ENSG00000134249 ENST00000369400.2:c.401G>A ENSP00000358407.1:p.Arg134Gln missense_variant 134 0.019254 0.0192540387205893 122 0.0 300 0.20333 0 0.0 +chr1 119966548 119966549 G A NOTCH2 ENST00000256646.7 1 2471 protein_coding NA NA ENSG00000134250 ENST00000256646.7:c.1454-60C>T intron_variant 121.588 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000479412.2 1 0 retained_intron NA NA ENSG00000134250 ENST00000479412.2:n.1592-60C>T intron_variant&non_coding_transcript_variant 6.10431 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A NOTCH2 ENST00000640021.1 5 31 nonsense_mediated_decay NA NA ENSG00000134250 ENST00000640021.1:c.*578-60C>T intron_variant&NMD_transcript_variant 3.12426 147.30953995157302 64 0.0 141 0.21277 9 0.22222 +chr1 119966548 119966549 G A ENSR00000370717 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 64 0.0 141 0.21277 9 0.22222 +chr1 148844620 148844621 G C RN7SKP88 ENST00000516847.1 NA 0 misc_RNA NA NA ENSG00000252656 upstream_gene_variant NA NA 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000524974.5 5 2431 protein_coding NA NA ENSG00000178104 ENST00000524974.5:c.234-18629G>C intron_variant 0.199228 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000530472.5 1 310 protein_coding NA NA ENSG00000178104 ENST00000530472.5:c.234-18629G>C intron_variant 0.0709697 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000533259.1 4 79 protein_coding NA NA ENSG00000178104 ENST00000533259.1:c.-256G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000585156.5 5 2482 protein_coding NA NA ENSG00000178104 ENST00000585156.5:c.234-18629G>C intron_variant 5.21124e-07 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000610852.1 5 0 processed_transcript NA NA ENSG00000178104 ENST00000610852.1:n.89G>C non_coding_transcript_exon_variant 1.6928599999999998 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000613995.4 5 143 protein_coding NA NA ENSG00000178104 upstream_gene_variant 0.708344 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000616206.4 2 157 protein_coding NA NA ENSG00000178104 ENST00000616206.4:c.-154G>C 5_prime_UTR_variant 1.8491400000000002 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617031.4 5 0 retained_intron NA NA ENSG00000178104 ENST00000617031.4:n.193G>C non_coding_transcript_exon_variant 1.63038 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617248.4 4 0 processed_transcript NA NA ENSG00000178104 ENST00000617248.4:n.103G>C non_coding_transcript_exon_variant 0.20767199999999997 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617454.4 3 137 protein_coding NA NA ENSG00000178104 ENST00000617454.4:c.-154G>C 5_prime_UTR_variant 0.0 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000617527.4 5 0 processed_transcript NA NA ENSG00000178104 ENST00000617527.4:n.181G>C non_coding_transcript_exon_variant 0.521529 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618462.4 1 2240 protein_coding NA NA ENSG00000178104 ENST00000618462.4:c.-154G>C 5_prime_UTR_variant 1.08081 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000618504.4 2 82 protein_coding NA NA ENSG00000178104 ENST00000618504.4:c.-154G>C 5_prime_UTR_variant 3.56209 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000619981.4 5 114 nonsense_mediated_decay NA NA ENSG00000178104 ENST00000619981.4:c.-154G>C 5_prime_UTR_variant&NMD_transcript_variant 3.49482 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C PDE4DIP ENST00000620605.4 2 219 protein_coding NA NA ENSG00000178104 ENST00000620605.4:c.234-18629G>C intron_variant 0.0458623 55.13755220879029 28 0.0 39 0.17949 11 0.09091 +chr1 148844620 148844621 G C ENSR00000013272 NA 0 promoter NA NA regulatory_region_variant NA NA 28 0.0 39 0.17949 11 0.09091 +chr1 149842772 149842773 C G H3C14 ENST00000369158.2 NA 136 protein_coding NA NA ENSG00000203811 upstream_gene_variant 61.1137 61.113657708003394 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2AC18 ENST00000369159.3 NA 130 protein_coding NA NA ENSG00000288825 upstream_gene_variant 867.9780000000001 867.977926965455 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC19P ENST00000369385.5 NA 0 transcribed_unprocessed_pseudogene NA NA ENSG00000220323 upstream_gene_variant 0.0 1.37318906657224 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC20P ENST00000564237.2 NA 0 processed_transcript NA NA ENSG00000261716 downstream_gene_variant 1.6249200000000001 1.62491893067516 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H2BC19P ENST00000608318.2 NA 0 processed_transcript NA NA ENSG00000220323 upstream_gene_variant 1.37319 1.37318906657224 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G H4C14 ENST00000613412.1 2 103 nonsense_mediated_decay NA NA ENSG00000270882 downstream_gene_variant 1.3313 301.140241841069 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSR00000013436 NA 0 promoter NA NA regulatory_region_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM00209237285 NA 0 NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149842772 149842773 C G ENSM01051756583 NA 0 NA NA NA TF_binding_site_variant NA NA 144 0.0 207 0.13527 15 0.0 +chr1 149851038 149851039 G C H3C15 ENST00000403683.2 NA 136 protein_coding NA NA ENSG00000203852 upstream_gene_variant 715.051 715.051492761789 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC20P ENST00000498492.2 NA 0 transcribed_unprocessed_pseudogene NA NA ENSG00000261716 upstream_gene_variant 0.0 1.62491893067516 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC20P ENST00000564237.2 NA 0 processed_transcript NA NA ENSG00000261716 upstream_gene_variant 1.6249200000000001 1.62491893067516 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2AC19 ENST00000607355.3 NA 130 protein_coding NA NA ENSG00000288859 upstream_gene_variant 150.385 150.385382514016 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H2BC19P ENST00000608318.2 NA 0 processed_transcript NA NA ENSG00000220323 downstream_gene_variant 1.37319 1.37318906657224 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C H4C15 ENST00000621520.1 2 103 nonsense_mediated_decay NA NA ENSG00000270276 downstream_gene_variant 1.3313 296.84115599629297 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSR00000013438 NA 0 promoter NA NA regulatory_region_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00208590913 NA 0 NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149851038 149851039 G C ENSM00206620831 NA 0 NA NA NA TF_binding_site_variant NA NA 168 0.0 209 0.13397 12 0.0 +chr1 149933801 149933802 C A MTMR11 ENST00000369140.7 2 640 protein_coding NA NA ENSG00000014914 ENST00000369140.7:c.555+53G>T intron_variant 1.2236200000000002 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000439741.4 2 709 protein_coding NA NA ENSG00000014914 ENST00000439741.4:c.771+53G>T intron_variant 9.90645 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000466496.5 1 0 processed_transcript NA NA ENSG00000014914 ENST00000466496.5:n.610+389G>T intron_variant&non_coding_transcript_variant 0.0170388 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000479272.1 3 0 retained_intron NA NA ENSG00000014914 downstream_gene_variant 1.54488 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482025.5 2 0 retained_intron NA NA ENSG00000014914 ENST00000482025.5:n.1061G>T non_coding_transcript_exon_variant 0.696892 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000482343.5 1 0 retained_intron NA NA ENSG00000014914 ENST00000482343.5:n.870+389G>T intron_variant&non_coding_transcript_variant 0.612967 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000490310.1 3 0 retained_intron NA NA ENSG00000014914 upstream_gene_variant 0.828275 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000492824.5 1 0 retained_intron NA NA ENSG00000014914 ENST00000492824.5:n.1011G>T non_coding_transcript_exon_variant 0.101904 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000493562.1 3 0 retained_intron NA NA ENSG00000014914 ENST00000493562.1:n.106G>T non_coding_transcript_exon_variant 0.0 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A MTMR11 ENST00000495054.1 2 0 retained_intron NA NA ENSG00000014914 upstream_gene_variant 2.26442 17.1964457271873 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A OTUD7B ENST00000581312.6 1 843 protein_coding NA NA ENSG00000264522 downstream_gene_variant 8.85591 20.006293871392398 101 0.0099 123 0.34959 6 0.5 +chr1 149933801 149933802 C A ENSR00001171541 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 101 0.0099 123 0.34959 6 0.5 +chr1 150261628 150261629 G A APH1A ENST00000360244.8 1 247 protein_coding NA NA ENSG00000117362 downstream_gene_variant 61.0868 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000369109.8 1 265 protein_coding NA NA ENSG00000117362 downstream_gene_variant 39.5496 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000369111.9 1 337 protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000369111.9:c.247G>A ENSP00000358107.3:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000414276.6 2 195 protein_coding NA NA ENSG00000117362 downstream_gene_variant 0.40876 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A APH1A ENST00000461320.5 3 0 processed_transcript NA NA ENSG00000117362 downstream_gene_variant 2.0295099999999997 114.243317070623 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000483993.3 5 42 nonsense_mediated_decay NA NA ENSG00000118298 ENST00000483993.3:c.*223G>A 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000582010.3 1 0 retained_intron NA NA ENSG00000118298 downstream_gene_variant 0.0994683 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607082.1 3 130 protein_coding NA NA ENSG00000118298 upstream_gene_variant 0.03768130000000001 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000607652.5 2 0 retained_intron NA NA ENSG00000118298 ENST00000607652.5:n.459G>A non_coding_transcript_exon_variant 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A ENST00000611044.1 3 0 lncRNA NA NA ENSG00000276110 upstream_gene_variant NA NA 58 0.01724 78 0.32051 4 0.5 +chr1 150261628 150261629 G A CA14 ENST00000647854.1 NA 337 protein_coding G/S Ggc/Agc ENSG00000118298 ENST00000647854.1:c.247G>A ENSP00000498013.1:p.Gly83Ser missense_variant 83 0.0 0.137149579025503 58 0.01724 78 0.32051 4 0.5 +chr1 152111830 152111831 C T TCHH ENST00000614923.2 5 1943 protein_coding E gaG/gaA ENSG00000159450 ENST00000614923.2:c.1386G>A ENSP00000480484.1:p.Glu462= synonymous_variant 462 0.000796132 0.000796132247094808 464 0.0 674 0.29822 0 0.0 +chr1 154590262 154590263 T A ADAR ENST00000368471.8 1 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368471.8:c.1532A>T ENSP00000357456.3:p.Glu511Val missense_variant 511 36.8285 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000368474.9 1 1226 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000368474.9:c.2417A>T ENSP00000357459.4:p.Glu806Val missense_variant 806 29.2663 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000492630.2 2 0 retained_intron NA NA ENSG00000160710 upstream_gene_variant 1.4169 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000529168.2 5 1200 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000529168.2:c.2417A>T ENSP00000431794.2:p.Glu806Val missense_variant&splice_region_variant 806 7.565460000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000534279.1 2 0 retained_intron NA NA ENSG00000160710 upstream_gene_variant 2.24248 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000647682.2 NA 0 retained_intron NA NA ENSG00000160710 ENST00000647682.2:n.2147A>T non_coding_transcript_exon_variant 0.42783000000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648231.2 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648231.2:c.1532A>T ENSP00000497555.1:p.Glu511Val missense_variant 511 0.5170600000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648311.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000648311.1:c.1532A>T ENSP00000498137.1:p.Glu511Val missense_variant 511 0.92195 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000648714.2 NA 788 nonsense_mediated_decay NA NA ENSG00000160710 ENST00000648714.2:c.2338+79A>T intron_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649021.1 NA 0 retained_intron NA NA ENSG00000160710 ENST00000649021.1:n.2453A>T non_coding_transcript_exon_variant 1.47208e-06 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649022.2 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649022.2:c.1532A>T ENSP00000496896.2:p.Glu511Val missense_variant 511 1.1435 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649042.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649042.1:c.1532A>T ENSP00000497790.1:p.Glu511Val missense_variant 511 10.4239 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649408.2 NA 1046 nonsense_mediated_decay E/V gAg/gTg ENSG00000160710 ENST00000649408.2:c.2417A>T ENSP00000497386.2:p.Glu806Val missense_variant&NMD_transcript_variant 806 0.0326503 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649724.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649724.1:c.1532A>T ENSP00000497932.1:p.Glu511Val missense_variant 511 4.00643 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000649749.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000649749.1:c.1532A>T ENSP00000497210.1:p.Glu511Val missense_variant 511 0.000157585 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679375.1 NA 263 nonsense_mediated_decay NA NA ENSG00000160710 ENST00000679375.1:c.*727A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0414036 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679465.1 NA 0 retained_intron NA NA ENSG00000160710 ENST00000679465.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679805.1 NA 0 retained_intron NA NA ENSG00000160710 ENST00000679805.1:n.2453A>T non_coding_transcript_exon_variant 0.824666 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000679899.1 NA 912 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000679899.1:c.1475A>T ENSP00000505996.1:p.Glu492Val missense_variant 492 0.852491 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680270.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680270.1:c.1532A>T ENSP00000505532.1:p.Glu511Val missense_variant 511 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000680305.1 NA 1165 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000680305.1:c.2417A>T ENSP00000506312.1:p.Glu806Val missense_variant 806 0.938449 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681056.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681056.1:c.1532A>T ENSP00000506234.1:p.Glu511Val missense_variant 511 0.0411392 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681235.1 NA 87 nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681235.1:c.*2017A>T splice_region_variant&3_prime_UTR_variant&NMD_transcript_variant 0.0 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681429.1 NA 0 retained_intron NA NA ENSG00000160710 ENST00000681429.1:n.1677A>T non_coding_transcript_exon_variant 4.224530000000001 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681683.1 NA 931 protein_coding E/V gAg/gTg ENSG00000160710 ENST00000681683.1:c.1532A>T ENSP00000506666.1:p.Glu511Val missense_variant 511 0.032709300000000004 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681786.1 NA 0 retained_intron NA NA ENSG00000160710 ENST00000681786.1:n.2615A>T non_coding_transcript_exon_variant 0.251893 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 154590262 154590263 T A ADAR ENST00000681901.1 NA 87 nonsense_mediated_decay NA NA ENSG00000160710 ENST00000681901.1:c.*2017A>T 3_prime_UTR_variant&NMD_transcript_variant 0.35152 131.841821939376 139 0.00719 149 0.30201 1233 0.34793 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000368408.4 1 238 protein_coding NA NA ENSG00000143590 ENST00000368408.4:c.586+1_586+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 194-? 2.4342799999999998 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000470294.5 3 0 processed_transcript NA NA ENSG00000143590 ENST00000470294.5:n.194-207_194-171del intron_variant&non_coding_transcript_variant 2.4959700000000002 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G EFNA3 ENST00000498667.1 2 0 processed_transcript NA NA ENSG00000143590 ENST00000498667.1:n.265+1_265+37del splice_donor_variant&splice_donor_5th_base_variant&non_coding_transcript_exon_variant&intron_variant 0.145501 5.07575469339803 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENST00000505139.1 2 233 protein_coding NA NA ENSG00000251246 ENST00000505139.1:c.571+1_571+37del splice_donor_variant&splice_donor_5th_base_variant&coding_sequence_variant&intron_variant 189-? 0.11900799999999999 NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSR00000014024 NA 0 promoter NA NA regulatory_region_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSR00000254606 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522163293 NA 0 NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522980857 NA 0 NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00132109537 NA 0 NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00000093847 NA 0 NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522137067 NA 0 NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155086199 155086236 GTGCTGGGTGAGTCTGCGCAGCGCCCTCTGGTGGCCAC G ENSM00522263963 NA 0 NA NA NA TF_binding_site_variant NA NA 71 0.0 97 0.09278 21 0.0 +chr1 155868562 155868563 G A SYT11 ENST00000368324.5 1 431 protein_coding K aaG/aaA ENSG00000132718 ENST00000368324.5:c.633G>A ENSP00000357307.4:p.Lys211= synonymous_variant 211 0.334491 0.334490996271578 46 0.0 51 0.29412 7 0.57143 +chr1 156042052 156042053 G A UBQLN4 ENST00000368309.4 1 601 protein_coding NA NA ENSG00000160803 ENST00000368309.4:c.1351-66C>T intron_variant 25.3718 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156042052 156042053 G A UBQLN4 ENST00000459954.1 2 0 retained_intron NA NA ENSG00000160803 ENST00000459954.1:n.387-66C>T intron_variant&non_coding_transcript_variant 2.76092 28.305173938311896 117 0.0 139 0.31655 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000310027.9 1 0 lncRNA NA NA ENSG00000125462 ENST00000310027.9:n.114-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000357975.4 3 0 lncRNA NA NA ENSG00000125462 ENST00000357975.4:n.111-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368242.7 3 0 lncRNA NA NA ENSG00000125462 ENST00000368242.7:n.167-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000368243.6 1 0 lncRNA NA NA ENSG00000125462 ENST00000368243.6:n.223-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000400991.6 1 0 lncRNA NA NA ENSG00000125462 ENST00000400991.6:n.124-10153G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000462458.5 1 0 lncRNA NA NA ENSG00000125462 ENST00000462458.5:n.1544-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000463309.5 3 0 lncRNA NA NA ENSG00000125462 ENST00000463309.5:n.203-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464203.1 5 0 lncRNA NA NA ENSG00000125462 ENST00000464203.1:n.475-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000464238.5 2 0 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465270.5 2 0 lncRNA NA NA ENSG00000125462 ENST00000465270.5:n.198+6801G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000465570.1 2 0 lncRNA NA NA ENSG00000125462 upstream_gene_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000471156.5 5 0 lncRNA NA NA ENSG00000125462 ENST00000471156.5:n.76-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000476966.5 2 0 lncRNA NA NA ENSG00000125462 ENST00000476966.5:n.130-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000482932.5 5 0 lncRNA NA NA ENSG00000125462 ENST00000482932.5:n.326-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000484428.5 3 0 lncRNA NA NA ENSG00000125462 ENST00000484428.5:n.102-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000486517.5 3 0 lncRNA NA NA ENSG00000125462 ENST00000486517.5:n.199-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489877.5 5 0 lncRNA NA NA ENSG00000125462 ENST00000489877.5:n.100-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000489918.1 3 0 lncRNA NA NA ENSG00000125462 ENST00000489918.1:n.148+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000492750.5 5 0 lncRNA NA NA ENSG00000125462 ENST00000492750.5:n.119+5417G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497822.5 2 0 lncRNA NA NA ENSG00000125462 ENST00000497822.5:n.205-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000497824.5 1 0 lncRNA NA NA ENSG00000125462 ENST00000497824.5:n.280-1G>A splice_acceptor_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000608007.1 1 0 lncRNA NA NA ENSG00000125462 ENST00000608007.1:n.2686G>A non_coding_transcript_exon_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T MIR9-1HG ENST00000673141.1 NA 0 lncRNA NA NA ENSG00000125462 ENST00000673141.1:n.912+2015G>A intron_variant&non_coding_transcript_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 156414753 156414754 C T ENSR00000373947 NA 0 promoter NA NA regulatory_region_variant NA NA 55 0.0 83 0.31325 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000361835.8 1 977 protein_coding NA NA ENSG00000143297 ENST00000361835.8:c.2632+40C>T intron_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000368190.7 1 759 protein_coding NA NA ENSG00000143297 downstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000461387.5 2 0 processed_transcript NA NA ENSG00000143297 ENST00000461387.5:n.1909+40C>T intron_variant&non_coding_transcript_variant 0.00141105 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000462218.1 2 0 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000483875.1 3 0 processed_transcript NA NA ENSG00000143297 upstream_gene_variant 0.0 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 157520390 157520391 G A FCRL5 ENST00000497286.5 2 0 processed_transcript NA NA ENSG00000143297 ENST00000497286.5:n.1725+40C>T intron_variant&non_coding_transcript_variant 0.6003069999999999 0.610566759045755 30 0.0 28 0.32143 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000461624.1 2 0 retained_intron NA NA ENSG00000163554 upstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000465741.1 3 0 retained_intron NA NA ENSG00000163554 downstream_gene_variant 0.0 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 158638012 158638013 T C SPTA1 ENST00000643759.2 NA 2419 protein_coding NA NA ENSG00000163554 ENST00000643759.2:c.5189+20A>G intron_variant 0.0221569 0.0221569424134461 91 0.01099 116 0.60345 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368124.8 1 432 protein_coding NA NA ENSG00000162706 ENST00000368124.8:c.1054+35C>T intron_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000368125.9 1 398 protein_coding NA NA ENSG00000162706 ENST00000368125.9:c.952+35C>T intron_variant 0.028851799999999997 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3-AS1 ENST00000415675.3 2 0 lncRNA NA NA ENSG00000225670 ENST00000415675.3:n.2274G>A non_coding_transcript_exon_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3 ENST00000416746.1 1 234 protein_coding NA NA ENSG00000162706 downstream_gene_variant 0.0 0.0288517683566466 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T CADM3-AS1 ENST00000609696.1 5 0 lncRNA NA NA ENSG00000225670 downstream_gene_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 159197094 159197095 C T ENSR00000254805 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 98 0.0 121 0.06612 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000326245.4 1 313 protein_coding G/R Gga/Aga ENSG00000179914 ENST00000326245.4:c.805G>A ENSP00000323587.3:p.Gly269Arg missense_variant 269 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000464077.1 2 0 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ITLN1 ENST00000487531.1 5 0 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 62 0.0 100 0.25 0 0.0 +chr1 160876800 160876801 C T ENSR00000374931 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 62 0.0 100 0.25 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000326245.4 1 313 protein_coding NA NA ENSG00000179914 ENST00000326245.4:c.685+38A>T intron_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000464077.1 2 0 processed_transcript NA NA ENSG00000179914 downstream_gene_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ITLN1 ENST00000487531.1 5 0 processed_transcript NA NA ENSG00000179914 ENST00000487531.1:n.489+38A>T intron_variant&non_coding_transcript_variant 0.0 0.0 120 0.0 108 0.64815 0 0.0 +chr1 160880549 160880550 T A ENSR00000374932 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 120 0.0 108 0.64815 0 0.0 +chr1 161752392 161752393 C G DUSP12 ENST00000367943.5 1 340 protein_coding L ctC/ctG ENSG00000081721 ENST00000367943.5:c.603C>G ENSP00000356920.4:p.Leu201= synonymous_variant 201 15.6064 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000463365.1 2 0 retained_intron NA NA ENSG00000081721 upstream_gene_variant 1.4619799999999998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000464004.2 2 137 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000464004.2:c.*202C>G 3_prime_UTR_variant&NMD_transcript_variant 7.74511 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000484291.5 5 137 nonsense_mediated_decay NA NA ENSG00000081721 ENST00000484291.5:c.*83C>G 3_prime_UTR_variant&NMD_transcript_variant 0.214998 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 161752392 161752393 C G DUSP12 ENST00000490591.1 5 82 nonsense_mediated_decay NA NA ENSG00000081721 downstream_gene_variant 0.64468 25.673223023099297 156 0.0 177 0.33898 298 0.30537 +chr1 162497736 162497737 T A UHMK1 ENST00000282169.8 2 0 processed_transcript NA NA ENSG00000152332 upstream_gene_variant 2.53408 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000489294.2 1 419 protein_coding NA NA ENSG00000152332 upstream_gene_variant 35.9051 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000538489.5 1 344 protein_coding NA NA ENSG00000152332 upstream_gene_variant 0.317796 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A UHMK1 ENST00000545294.5 2 345 protein_coding NA NA ENSG00000152332 ENST00000545294.5:c.46+441T>A intron_variant 0.11696500000000001 38.873973123877704 11 0.0 19 0.63158 0 0.0 +chr1 162497736 162497737 T A ENSR00000014850 NA 0 promoter NA NA regulatory_region_variant NA NA 11 0.0 19 0.63158 0 0.0 +chr1 167383890 167383891 A G POU2F1 ENST00000271411.8 1 57 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000271411.8:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.041869199999999995 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367862.9 1 755 protein_coding L ctA/ctG ENSG00000143190 ENST00000367862.9:c.720A>G ENSP00000356836.5:p.Leu240= synonymous_variant 240 0.028029900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367865.5 2 0 processed_transcript NA NA ENSG00000143190 ENST00000367865.5:n.1249A>G non_coding_transcript_exon_variant 0.652615 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000367866.7 1 766 protein_coding L ctA/ctG ENSG00000143190 ENST00000367866.7:c.753A>G ENSP00000356840.2:p.Leu251= synonymous_variant 251 2.10393 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000420254.7 5 594 protein_coding L ctA/ctG ENSG00000143190 ENST00000420254.7:c.720A>G ENSP00000414660.4:p.Leu240= synonymous_variant 240 0.031297900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000429375.6 2 703 protein_coding L ctA/ctG ENSG00000143190 ENST00000429375.6:c.564A>G ENSP00000401217.2:p.Leu188= synonymous_variant 188 3.51461e-05 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000443275.2 1 561 protein_coding L ctA/ctG ENSG00000143190 ENST00000443275.2:c.408A>G ENSP00000415993.1:p.Leu136= synonymous_variant 136 0.062209900000000005 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000470928.3 5 0 processed_transcript NA NA ENSG00000143190 ENST00000470928.3:n.723A>G non_coding_transcript_exon_variant 0.44643900000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000490100.1 2 0 retained_intron NA NA ENSG00000143190 ENST00000490100.1:n.418A>G non_coding_transcript_exon_variant 0.23723200000000003 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000492850.5 5 0 processed_transcript NA NA ENSG00000143190 downstream_gene_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000541643.7 1 743 protein_coding L ctA/ctG ENSG00000143190 ENST00000541643.7:c.684A>G ENSP00000441285.2:p.Leu228= synonymous_variant 228 0.12086600000000002 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000560232.6 2 57 nonsense_mediated_decay NA NA ENSG00000143190 ENST00000560232.6:c.*680A>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G ENST00000607611.1 NA 0 lncRNA NA NA ENSG00000272033 downstream_gene_variant NA NA 119 0.0 131 0.35878 68 0.27941 +chr1 167383890 167383891 A G POU2F1 ENST00000648671.1 NA 0 processed_transcript NA NA ENSG00000143190 ENST00000648671.1:n.1017A>G non_coding_transcript_exon_variant 2.1215599999999997 6.11405409461333 119 0.0 131 0.35878 68 0.27941 +chr1 168179177 168179178 A T TIPRL ENST00000367830.3 1 178 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T TIPRL ENST00000367833.7 1 272 protein_coding E/V gAg/gTg ENSG00000143155 ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSR00000015339 NA 0 promoter NA NA regulatory_region_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00021221949 NA 0 NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022355728 NA 0 NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022188011 NA 0 NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 168179177 168179178 A T ENSM00022361129 NA 0 NA NA NA TF_binding_site_variant NA NA 153 0.0 176 0.27273 927 0.33225 +chr1 169324380 169324381 A G NME7 ENST00000367811.8 1 376 protein_coding NA NA ENSG00000143156 ENST00000367811.8:c.111+12T>C intron_variant 10.5268 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENST00000432081.1 3 0 lncRNA NA NA ENSG00000235575 downstream_gene_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000469474.5 5 0 processed_transcript NA NA ENSG00000143156 ENST00000469474.5:n.58+12T>C intron_variant&non_coding_transcript_variant 0.621278 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000472647.5 2 340 protein_coding NA NA ENSG00000143156 ENST00000472647.5:c.3+12T>C intron_variant 0.0837938 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000480478.5 5 0 processed_transcript NA NA ENSG00000143156 ENST00000480478.5:n.91-14301T>C intron_variant&non_coding_transcript_variant 0.0 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000485609.5 5 0 processed_transcript NA NA ENSG00000143156 ENST00000485609.5:n.349+12T>C intron_variant&non_coding_transcript_variant 1.61335 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000491225.5 3 0 processed_transcript NA NA ENSG00000143156 ENST00000491225.5:n.198+12T>C intron_variant&non_coding_transcript_variant 1.50156 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000524967.5 1 0 retained_intron NA NA ENSG00000143156 ENST00000524967.5:n.173+12T>C intron_variant&non_coding_transcript_variant 0.593182 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000525440.5 2 339 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000525440.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.31877 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000527460.1 2 0 retained_intron NA NA ENSG00000143156 ENST00000527460.1:n.183+12T>C intron_variant&non_coding_transcript_variant 0.0813573 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G NME7 ENST00000528517.5 5 256 nonsense_mediated_decay NA NA ENSG00000143156 ENST00000528517.5:c.111+12T>C intron_variant&NMD_transcript_variant 0.0845967 16.2574749040188 50 0.0 60 0.28333 0 0.0 +chr1 169324380 169324381 A G ENSR00000376786 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 50 0.0 60 0.28333 0 0.0 +chr1 179109009 179109010 T C ABL2 ENST00000344730.7 1 1064 protein_coding NA NA ENSG00000143322 ENST00000344730.7:c.2015-112A>G intron_variant 4.084969999999999 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000367623.8 1 1161 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000367623.8:c.2194A>G ENSP00000356595.4:p.Thr732Ala missense_variant 732 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000392043.4 1 542 protein_coding NA NA ENSG00000143322 downstream_gene_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000502732.6 1 1182 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000502732.6:c.2257A>G ENSP00000427562.1:p.Thr753Ala missense_variant 753 17.0804 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000504405.5 1 1043 protein_coding NA NA ENSG00000143322 ENST00000504405.5:c.1952-112A>G intron_variant 11.1308 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000507173.5 1 1058 protein_coding NA NA ENSG00000143322 ENST00000507173.5:c.1997-112A>G intron_variant 0.379305 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000511413.5 1 1079 protein_coding NA NA ENSG00000143322 ENST00000511413.5:c.2060-112A>G intron_variant 0.0 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000512653.5 1 1167 protein_coding T/A Aca/Gca ENSG00000143322 ENST00000512653.5:c.2212A>G ENSP00000423578.1:p.Thr738Ala missense_variant 738 3.5672599999999997 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 179109009 179109010 T C ABL2 ENST00000668691.1 NA 0 processed_transcript NA NA ENSG00000143322 downstream_gene_variant 0.595182 50.58750944309279 138 0.0 153 0.37255 28 0.42857 +chr1 183880710 183880711 A C RGL1 ENST00000304685.8 1 803 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000304685.8:c.626A>C ENSP00000303192.3:p.Tyr209Ser missense_variant 209 0.448895 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C RGL1 ENST00000360851.4 1 768 protein_coding Y/S tAt/tCt ENSG00000143344 ENST00000360851.4:c.521A>C ENSP00000354097.3:p.Tyr174Ser missense_variant 174 0.0118092 0.460704385409079 139 0.0 200 0.3 7 0.28571 +chr1 183880710 183880711 A C ENST00000685856.1 NA 0 lncRNA NA NA ENSG00000289581 downstream_gene_variant NA NA 139 0.0 200 0.3 7 0.28571 +chr1 196468960 196468961 A G KCNT2 ENST00000294725.14 1 1135 protein_coding NA NA ENSG00000162687 ENST00000294725.14:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000367433.9 1 1111 protein_coding NA NA ENSG00000162687 ENST00000367433.9:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000451324.6 1 370 protein_coding NA NA ENSG00000162687 ENST00000451324.6:c.-162+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000498426.5 5 0 processed_transcript NA NA ENSG00000162687 upstream_gene_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000609185.5 1 1068 protein_coding NA NA ENSG00000162687 ENST00000609185.5:c.459+33T>C intron_variant 0.0 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000610076.1 2 0 processed_transcript NA NA ENSG00000162687 ENST00000610076.1:n.636-1175T>C intron_variant&non_coding_transcript_variant 0.012937700000000002 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196468960 196468961 A G KCNT2 ENST00000647658.1 NA 771 nonsense_mediated_decay NA NA ENSG00000162687 ENST00000647658.1:c.459+33T>C intron_variant&NMD_transcript_variant 0.016511599999999998 0.0305507055035315 201 0.0 247 0.37652 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000367429.9 1 1231 protein_coding NA NA ENSG00000000971 ENST00000367429.9:c.1696+60T>A intron_variant 3.97994 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196715828 196715829 T A CFH ENST00000466229.5 1 0 retained_intron NA NA ENSG00000000971 ENST00000466229.5:n.3712+60T>A intron_variant&non_coding_transcript_variant 0.0568207 11.2204755666446 41 0.0 44 0.27273 0 0.0 +chr1 196995755 196995756 A G CFHR5 ENST00000256785.5 1 569 protein_coding N/S aAt/aGt ENSG00000134389 ENST00000256785.5:c.647A>G ENSP00000256785.4:p.Asn216Ser missense_variant 216 0.0 0.0 88 0.0 108 0.28704 0 0.0 +chr1 202746101 202746102 A G KDM5B ENST00000235790.9 2 1275 protein_coding NA NA ENSG00000117139 ENST00000235790.9:c.1724+40T>C intron_variant 1.9144299999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367264.7 1 1580 protein_coding NA NA ENSG00000117139 ENST00000367264.7:c.2306+40T>C intron_variant 2.34768 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000367265.9 1 1544 protein_coding NA NA ENSG00000117139 ENST00000367265.9:c.2198+40T>C intron_variant 0.10369 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000498276.2 4 0 retained_intron NA NA ENSG00000117139 ENST00000498276.2:n.463+40T>C intron_variant&non_coding_transcript_variant 0.16672599999999999 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647754.1 NA 0 retained_intron NA NA ENSG00000117139 downstream_gene_variant 0.49307 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000647757.1 NA 0 processed_transcript NA NA ENSG00000117139 ENST00000647757.1:n.2084+40T>C intron_variant&non_coding_transcript_variant 0.43281899999999995 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648056.1 NA 1539 protein_coding NA NA ENSG00000117139 ENST00000648056.1:c.2183+40T>C intron_variant 0.262306 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648338.1 NA 1517 protein_coding NA NA ENSG00000117139 ENST00000648338.1:c.2198+40T>C intron_variant 0.274895 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648469.1 NA 1503 protein_coding NA NA ENSG00000117139 ENST00000648469.1:c.2075+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000648473.1 NA 1505 protein_coding NA NA ENSG00000117139 ENST00000648473.1:c.2198+40T>C intron_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649089.1 NA 336 nonsense_mediated_decay NA NA ENSG00000117139 ENST00000649089.1:c.421+40T>C intron_variant&NMD_transcript_variant 0.0 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649230.1 NA 0 retained_intron NA NA ENSG00000117139 ENST00000649230.1:n.1424+40T>C intron_variant&non_coding_transcript_variant 0.305965 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649400.1 NA 0 retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.252271 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649542.1 NA 0 processed_transcript NA NA ENSG00000117139 ENST00000649542.1:n.2081+40T>C intron_variant&non_coding_transcript_variant 3.6055599999999997 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649770.1 NA 1472 protein_coding NA NA ENSG00000117139 ENST00000649770.1:c.2075+40T>C intron_variant 0.158523 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000649929.1 NA 297 protein_coding NA NA ENSG00000117139 ENST00000649929.1:c.760+40T>C intron_variant 0.561082 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650417.1 NA 189 nonsense_mediated_decay NA NA ENSG00000117139 ENST00000650417.1:c.*1624+40T>C intron_variant&NMD_transcript_variant 3.08819 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650422.1 NA 0 retained_intron NA NA ENSG00000117139 ENST00000650422.1:n.2481+40T>C intron_variant&non_coding_transcript_variant 0.199897 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650506.1 NA 0 retained_intron NA NA ENSG00000117139 upstream_gene_variant 0.312813 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 202746101 202746102 A G KDM5B ENST00000650569.1 NA 1499 protein_coding NA NA ENSG00000117139 ENST00000650569.1:c.2063+40T>C intron_variant 0.46212600000000004 22.935410461796604 83 0.0 107 0.64486 3 0.66667 +chr1 203347717 203347718 G C FMOD ENST00000354955.5 1 376 protein_coding H/D Cac/Gac ENSG00000122176 ENST00000354955.5:c.553C>G ENSP00000347041.4:p.His185Asp missense_variant 185 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000461936.1 3 0 processed_transcript NA NA ENSG00000122176 ENST00000461936.1:n.54+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000493296.1 3 0 processed_transcript NA NA ENSG00000122176 ENST00000493296.1:n.56+3315C>G intron_variant&non_coding_transcript_variant 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 203347717 203347718 G C FMOD ENST00000647586.1 NA 287 protein_coding H/D Cac/Gac ENSG00000122176 ENST00000647586.1:c.286C>G ENSP00000496856.1:p.His96Asp missense_variant 96 0.0 0.0 73 0.0 88 0.28409 0 0.0 +chr1 204125889 204125890 C T SOX13 ENST00000272193.10 2 0 processed_transcript NA NA ENSG00000143842 ENST00000272193.10:n.1492C>T non_coding_transcript_exon_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000367204.6 1 622 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000367204.6:c.1625C>T ENSP00000356172.1:p.Ser542Leu missense_variant 542 0.441542 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000480326.1 5 128 nonsense_mediated_decay NA NA ENSG00000143842 downstream_gene_variant 0.0 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000525258.1 3 0 retained_intron NA NA ENSG00000143842 downstream_gene_variant 0.10181699999999999 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204125889 204125890 C T SOX13 ENST00000618875.4 1 622 protein_coding S/L tCa/tTa ENSG00000143842 ENST00000618875.4:c.1625C>T ENSP00000478239.1:p.Ser542Leu missense_variant 542 1.23705 2.66417922454929 53 0.0 62 0.33871 19 0.10526 +chr1 204469484 204469485 A G PIK3C2B ENST00000367184.2 5 173 protein_coding NA NA ENSG00000133056 upstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000367187.7 1 1634 protein_coding S tcT/tcC ENSG00000133056 ENST00000367187.7:c.318T>C ENSP00000356155.3:p.Ser106= synonymous_variant 106 0.506316 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000415899.2 2 593 nonsense_mediated_decay S tcT/tcC ENSG00000133056 ENST00000415899.2:c.318T>C ENSP00000401795.2:p.Ser106= synonymous_variant&NMD_transcript_variant 106 0.111205 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000424712.6 1 1606 protein_coding S tcT/tcC ENSG00000133056 ENST00000424712.6:c.318T>C ENSP00000400561.2:p.Ser106= synonymous_variant 106 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000429009.1 2 60 protein_coding NA NA ENSG00000133056 downstream_gene_variant 0.0 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000683234.1 NA 0 retained_intron NA NA ENSG00000133056 upstream_gene_variant 0.232438 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G PIK3C2B ENST00000684373.1 NA 1634 protein_coding S tcT/tcC ENSG00000133056 ENST00000684373.1:c.318T>C ENSP00000507222.1:p.Ser106= synonymous_variant 106 2.4085799999999997 3.93465293291777 144 0.0 217 0.29954 42 0.21429 +chr1 204469484 204469485 A G ENSR00001174067 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 144 0.0 217 0.29954 42 0.21429 +chr1 204944128 204944129 C T NFASC ENST00000339876.11 5 1240 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.-90-97C>T intron_variant 1.7028299999999998e-06 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000401399.5 1 1240 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.-90-97C>T intron_variant 0.184806 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000403080.5 2 619 protein_coding NA NA ENSG00000163531 ENST00000403080.5:c.-90-97C>T intron_variant 0.186359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404076.5 5 1157 protein_coding NA NA ENSG00000163531 ENST00000404076.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000404977.6 1 0 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.242-97C>T intron_variant&non_coding_transcript_variant 0.109359 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000430393.7 5 1174 protein_coding NA NA ENSG00000163531 ENST00000430393.7:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T ENST00000452580.2 NA 0 processed_pseudogene NA NA ENSG00000229657 upstream_gene_variant 0.0406897 NA 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000493914.5 2 0 processed_transcript NA NA ENSG00000163531 ENST00000493914.5:n.207-97C>T intron_variant&non_coding_transcript_variant 0.25380199999999997 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000504476.5 2 486 nonsense_mediated_decay NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000505079.5 4 129 protein_coding NA NA ENSG00000163531 ENST00000505079.5:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000513543.6 1 1169 protein_coding NA NA ENSG00000163531 ENST00000513543.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000514644.5 1 0 retained_intron NA NA ENSG00000163531 ENST00000514644.5:n.319-97C>T intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000539706.6 5 1189 protein_coding NA NA ENSG00000163531 ENST00000539706.6:c.-90-97C>T intron_variant 0.0 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204944128 204944129 C T NFASC ENST00000680427.1 NA 630 protein_coding NA NA ENSG00000163531 ENST00000680427.1:c.-90-97C>T intron_variant 0.021824 0.974164073216922 37 0.0 40 0.35 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000339876.11 5 1240 protein_coding NA NA ENSG00000163531 ENST00000339876.11:c.2471-1315C>G intron_variant 1.7028299999999998e-06 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000367173.7 5 1041 protein_coding NA NA ENSG00000163531 ENST00000367173.7:c.2380-1315C>G intron_variant 0.0935108 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000401399.5 1 1240 protein_coding NA NA ENSG00000163531 ENST00000401399.5:c.2471-1315C>G intron_variant 0.184806 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404076.5 5 1157 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000404076.5:c.2717C>G ENSP00000385676.1:p.Thr906Ser missense_variant 906 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000404977.6 1 0 processed_transcript NA NA ENSG00000163531 ENST00000404977.6:n.3241C>G non_coding_transcript_exon_variant 0.109359 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000413225.5 5 237 protein_coding NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000425360.5 2 298 protein_coding NA NA ENSG00000163531 ENST00000425360.5:c.166-1315C>G intron_variant 0.0576149 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000430393.7 5 1174 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000430393.7:c.2768C>G ENSP00000415031.3:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000468328.5 2 0 processed_transcript NA NA ENSG00000163531 ENST00000468328.5:n.138-1322C>G intron_variant&non_coding_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000471392.1 2 0 processed_transcript NA NA ENSG00000163531 downstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000492085.1 1 0 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0240115 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000495396.5 2 0 processed_transcript NA NA ENSG00000163531 upstream_gene_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000504476.5 2 486 nonsense_mediated_decay NA NA ENSG00000163531 ENST00000504476.5:c.*1459C>G 3_prime_UTR_variant&NMD_transcript_variant 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000512826.5 1 0 retained_intron NA NA ENSG00000163531 ENST00000512826.5:n.2161C>G non_coding_transcript_exon_variant 0.0108415 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000513543.6 1 1169 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000513543.6:c.2768C>G ENSP00000425908.1:p.Thr923Ser missense_variant 923 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 204986102 204986103 C G NFASC ENST00000539706.6 5 1189 protein_coding T/S aCc/aGc ENSG00000163531 ENST00000539706.6:c.2813C>G ENSP00000438614.2:p.Thr938Ser missense_variant 938 0.0 0.974164073216922 41 0.04878 52 0.59615 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000340781.8 1 887 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.2256+60A>C intron_variant 0.0112434 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367134.2 5 887 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000367135.8 1 791 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.2256+60A>C intron_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000461505.1 5 0 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G SLC26A9 ENST00000491127.5 2 0 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.1640+60A>C intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 106 0.00943 150 0.55333 0 0.0 +chr1 205918779 205918780 T G ENSR00000256334 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 106 0.00943 150 0.55333 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000340781.8 1 887 protein_coding NA NA ENSG00000174502 ENST00000340781.8:c.1389+41C>G intron_variant 0.0112434 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367134.2 5 887 protein_coding NA NA ENSG00000174502 ENST00000367134.2:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000367135.8 1 791 protein_coding NA NA ENSG00000174502 ENST00000367135.8:c.1389+41C>G intron_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000461505.1 5 0 retained_intron NA NA ENSG00000174502 upstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000469392.1 5 0 retained_intron NA NA ENSG00000174502 downstream_gene_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C SLC26A9 ENST00000491127.5 2 0 retained_intron NA NA ENSG00000174502 ENST00000491127.5:n.773+41C>G intron_variant&non_coding_transcript_variant 0.0 0.0112434411723416 79 0.0 141 0.29078 0 0.0 +chr1 205926493 205926494 G C ENSR00000936056 NA 0 promoter_flanking_region NA NA regulatory_region_variant NA NA 79 0.0 141 0.29078 0 0.0 +chr1 206474452 206474453 C G IKBKE ENST00000578328.6 1 657 protein_coding L ctC/ctG ENSG00000263528 ENST00000578328.6:c.210C>G ENSP00000473833.1:p.Leu70= synonymous_variant 70 0.13688699999999998 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000579827.6 2 153 protein_coding L ctC/ctG ENSG00000263528 ENST00000579827.6:c.210C>G ENSP00000474422.1:p.Leu70= synonymous_variant 70 1.51375 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000581977.7 1 716 protein_coding L ctC/ctG ENSG00000263528 ENST00000581977.7:c.210C>G ENSP00000464030.1:p.Leu70= synonymous_variant 70 5.1287400000000005 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000584998.5 1 631 protein_coding NA NA ENSG00000263528 ENST00000584998.5:c.-46C>G 5_prime_UTR_variant 0.8766889999999999 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605726.1 3 146 protein_coding L ctC/ctG ENSG00000263528 ENST00000605726.1:c.210C>G ENSP00000474229.1:p.Leu70= synonymous_variant 70 0.183974 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G IKBKE ENST00000605818.5 1 0 retained_intron NA NA ENSG00000263528 ENST00000605818.5:n.555C>G non_coding_transcript_exon_variant 0.23315100000000002 8.073195661505519 44 0.0 52 0.28846 95 0.32632 +chr1 206474452 206474453 C G MIR6769B ENST00000622159.1 NA 0 miRNA NA NA ENSG00000278465 upstream_gene_variant NA NA 44 0.0 52 0.28846 95 0.32632 +chr1 207623001 207623002 C G CR1 ENST00000367049.9 5 2489 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367049.9:c.7286C>G ENSP00000356016.4:p.Ser2429Cys missense_variant 2429 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367051.6 5 2039 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367051.6:c.5936C>G ENSP00000356018.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367052.6 5 2039 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367052.6:c.5936C>G ENSP00000356019.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000367053.6 5 2039 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000367053.6:c.5936C>G ENSP00000356020.1:p.Ser1979Cys missense_variant 1979 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000400960.7 1 2039 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000400960.7:c.5936C>G ENSP00000383744.2:p.Ser1979Cys missense_variant 1979 0.0982718 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 207623001 207623002 C G CR1 ENST00000529814.1 5 660 protein_coding S/C tCt/tGt ENSG00000203710 ENST00000529814.1:c.1805C>G ENSP00000434718.1:p.Ser602Cys missense_variant 602 0.0 0.13503542519686698 217 0.00922 277 0.2852 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367024.5 2 551 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367024.5:c.44G>A ENSP00000355991.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367025.8 1 551 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367025.8:c.44G>A ENSP00000355992.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000367026.7 1 531 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000367026.7:c.44G>A ENSP00000355993.3:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000400959.7 5 404 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000400959.7:c.44G>A ENSP00000383743.3:p.Trp15Ter stop_gained 15 0.00480735 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000468672.5 4 0 processed_transcript NA NA ENSG00000009790 ENST00000468672.5:n.276-89G>A intron_variant&non_coding_transcript_variant 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000478359.5 1 353 nonsense_mediated_decay W/* tGg/tAg ENSG00000009790 ENST00000478359.5:c.44G>A ENSP00000417665.1:p.Trp15Ter stop_gained&NMD_transcript_variant 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 209760082 209760083 G A TRAF3IP3 ENST00000479796.5 4 26 protein_coding W/* tGg/tAg ENSG00000009790 ENST00000479796.5:c.44G>A ENSP00000419180.1:p.Trp15Ter stop_gained 15 0.0 0.362814672464458 83 0.0 104 0.27885 0 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366973.8 1 273 protein_coding NA NA ENSG00000203705 upstream_gene_variant 3.33348 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000366974.9 1 274 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.5667989999999999 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366976.3 2 172 protein_coding NA NA ENSG00000117697 upstream_gene_variant 12.9258 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366977.8 1 281 protein_coding NA NA ENSG00000117697 upstream_gene_variant 1.47698 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000366978.5 2 75 protein_coding NA NA ENSG00000117697 upstream_gene_variant 0.0 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000473995.5 2 0 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.43912299999999993 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000487995.1 2 0 processed_transcript NA NA ENSG00000117697 upstream_gene_variant 0.21835 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000488246.6 2 144 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.07695 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000497768.7 5 0 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.716569 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525569.5 2 0 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 2.9931799999999997 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000525574.5 5 60 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.43575 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526641.5 2 253 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 8.23576 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000526997.5 3 191 protein_coding NA NA ENSG00000203705 upstream_gene_variant 1.92165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530392.1 4 0 processed_transcript NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530399.2 4 161 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.177763 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000530441.5 3 61 protein_coding NA NA ENSG00000203705 5_prime_UTR_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000531963.5 1 240 protein_coding NA NA ENSG00000203705 upstream_gene_variant 0.0 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532324.5 2 281 protein_coding NA NA ENSG00000203705 ENST00000532324.5:c.-79_-44del 5_prime_UTR_variant 6.46323 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000532433.5 2 0 retained_intron NA NA ENSG00000203705 upstream_gene_variant 0.25156 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A TATDN3 ENST00000533650.5 3 101 nonsense_mediated_decay NA NA ENSG00000203705 upstream_gene_variant 0.504165 27.7347925239815 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A NSL1 ENST00000626725.1 2 213 protein_coding NA NA ENSG00000117697 upstream_gene_variant 4.96756 20.027800360701 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSR00000019764 NA 0 promoter NA NA regulatory_region_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525592856 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525306551 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000511849 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00211097862 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00525224933 NA 0 NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00187784285 NA 0 NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00196866901 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054046776 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205903615 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00051779715 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205929361 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209747052 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00167740129 NA 0 NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055886724 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210003100 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00057333266 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00102832070 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053987466 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00522314372 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00000427229 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053346675 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209660251 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055099597 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053240171 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00054920221 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210254649 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210135528 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210032186 NA 0 NA NA NA TFBS_ablation&TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00205271842 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00053291543 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00209956967 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00206463692 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00055585099 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 212791835 212791871 ATCCGGCTGGAAACTCAGGACGCTGCAGCTGAAACGT A ENSM00210732361 NA 0 NA NA NA TF_binding_site_variant NA NA 115 0.0 131 0.0687 2 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000366933.5 1 361 protein_coding NA NA ENSG00000162814 ENST00000366933.5:c.241-66G>T intron_variant 0.547496 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 217668966 217668967 G T SPATA17 ENST00000470448.5 3 80 nonsense_mediated_decay NA NA ENSG00000162814 ENST00000470448.5:c.*184-66G>T intron_variant&NMD_transcript_variant 0.30478 2.18420315623057 94 0.0 124 0.3871 0 0.0 +chr1 220690312 220690313 C T C1orf115 ENST00000294889.6 1 142 protein_coding NA NA ENSG00000162817 upstream_gene_variant 1.27379 1.27379434314286 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000020401 NA 0 promoter NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSR00000387367 NA 0 CTCF_binding_site NA NA regulatory_region_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523285884 NA 0 NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00523659367 NA 0 NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 220690312 220690313 C T ENSM00208200208 NA 0 NA NA NA TF_binding_site_variant NA NA 39 0.0 57 0.45614 0 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000350027.8 2 450 protein_coding NA NA ENSG00000143498 ENST00000350027.8:c.291+64C>T intron_variant 3.6788300000000005 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000352967.9 1 450 protein_coding NA NA ENSG00000143498 ENST00000352967.9:c.291+64C>T intron_variant 2.18947 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000366890.5 2 336 protein_coding NA NA ENSG00000143498 ENST00000366890.5:c.-51-4192C>T intron_variant 0.32014699999999996 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000391883.2 5 286 protein_coding NA NA ENSG00000143498 ENST00000391883.2:c.291+64C>T intron_variant 2.8709 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000465263.1 5 0 processed_transcript NA NA ENSG00000143498 ENST00000465263.1:n.453+64C>T intron_variant&non_coding_transcript_variant 3.2307900000000003 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 222584063 222584064 G A TAF1A ENST00000487009.5 5 0 processed_transcript NA NA ENSG00000143498 ENST00000487009.5:n.355+64C>T intron_variant&non_coding_transcript_variant 0.11896 14.090903363169199 91 0.01099 114 0.36842 1 0.0 +chr1 223264671 223264672 G C SUSD4 ENST00000343846.7 2 490 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000343846.7:c.682C>G ENSP00000344219.3:p.Leu228Val missense_variant 228 0.306471 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000344029.6 1 290 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000344029.6:c.682C>G ENSP00000339926.6:p.Leu228Val missense_variant 228 8.64472 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000366878.9 1 490 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000366878.9:c.682C>G ENSP00000355843.4:p.Leu228Val missense_variant 228 4.3111399999999997e-08 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000484758.6 2 421 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000484758.6:c.469C>G ENSP00000477374.1:p.Leu157Val missense_variant 157 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000494793.6 5 488 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000494793.6:c.682C>G ENSP00000476954.1:p.Leu228Val missense_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000497669.1 3 0 processed_transcript NA NA ENSG00000143502 ENST00000497669.1:n.452C>G non_coding_transcript_exon_variant 1.1433200000000001 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000608996.5 5 463 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000608996.5:c.595C>G ENSP00000477432.1:p.Leu199Val missense_variant 199 4.3358099999999995 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679807.1 NA 129 nonsense_mediated_decay NA NA ENSG00000143502 ENST00000679807.1:c.*658C>G 3_prime_UTR_variant&NMD_transcript_variant 0.524624 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000679975.1 NA 277 nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000679975.1:c.682C>G ENSP00000505281.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.640035 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000680429.1 NA 529 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000680429.1:c.799C>G ENSP00000504955.1:p.Leu267Val missense_variant 267 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681285.1 NA 562 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681285.1:c.898C>G ENSP00000505301.1:p.Leu300Val missense_variant 300 1.8624900000000002 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681305.1 NA 490 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681305.1:c.682C>G ENSP00000505262.1:p.Leu228Val missense_variant 228 0.368197 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681404.1 NA 277 nonsense_mediated_decay L/V Ctt/Gtt ENSG00000143502 ENST00000681404.1:c.682C>G ENSP00000505515.1:p.Leu228Val missense_variant&NMD_transcript_variant 228 0.0 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C SUSD4 ENST00000681669.1 NA 490 protein_coding L/V Ctt/Gtt ENSG00000143502 ENST00000681669.1:c.682C>G ENSP00000505495.1:p.Leu228Val missense_variant 228 2.39819 24.362095339562 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSR00000387980 NA 0 TF_binding_site NA NA regulatory_region_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 223264671 223264672 G C ENSM00308420767 NA 0 NA NA NA TF_binding_site_variant NA NA 93 0.0 123 0.37398 236 0.20339 +chr1 225002994 225002995 G C DNAH14 ENST00000366849.5 1 430 protein_coding NA NA ENSG00000185842 ENST00000366849.5:c.906+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000400952.7 1 453 protein_coding NA NA ENSG00000185842 ENST00000400952.7:c.975+68G>C intron_variant 0.316517 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000430092.5 5 4515 protein_coding NA NA ENSG00000185842 ENST00000430092.5:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000439375.6 5 4515 protein_coding NA NA ENSG00000185842 ENST00000439375.6:c.975+68G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000445597.6 5 3507 protein_coding NA NA ENSG00000185842 ENST00000445597.6:c.1033-4418G>C intron_variant 0.0 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 225002994 225002995 G C DNAH14 ENST00000682510.1 NA 4617 protein_coding NA NA ENSG00000185842 ENST00000682510.1:c.975+68G>C intron_variant 0.0158972 4.60367347714119 32 0.0 36 0.66667 0 0.0 +chr1 226146892 226146893 C A ACBD3 ENST00000366812.6 1 528 protein_coding NA NA ENSG00000182827 ENST00000366812.6:c.1376-72G>T intron_variant 30.5661 31.746037768708895 45 0.0 52 0.30769 6 0.33333 +chr1 226146892 226146893 C A ACBD3-AS1 ENST00000440540.1 5 0 lncRNA NA NA ENSG00000234478 upstream_gene_variant NA NA 45 0.0 52 0.30769 6 0.33333 +chr1 226737200 226737201 G A ITPKB ENST00000272117.8 1 946 protein_coding S agC/agT ENSG00000143772 ENST00000272117.8:c.258C>T ENSP00000272117.3:p.Ser86= synonymous_variant 86 1.20161 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000366784.1 1 644 protein_coding S agC/agT ENSG00000143772 ENST00000366784.1:c.258C>T ENSP00000355748.1:p.Ser86= synonymous_variant 86 2.30551 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ITPKB ENST00000429204.6 5 946 protein_coding S agC/agT ENSG00000143772 ENST00000429204.6:c.258C>T ENSP00000411152.1:p.Ser86= synonymous_variant 86 7.44533 10.952457212787499 16 0.0 21 0.28571 130 0.26154 +chr1 226737200 226737201 G A ENSR00000388818 NA 0 promoter NA NA regulatory_region_variant NA NA 16 0.0 21 0.28571 130 0.26154 +chr1 227091906 227091907 GC G CDC42BPA ENST00000334218.9 5 1732 protein_coding K/X aaG/aa ENSG00000143776 ENST00000334218.9:c.2334del ENSP00000335341.6:p.Lys778AsnfsTer2 frameshift_variant 778 0.350189 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -954 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366764.8 1 1699 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366764.8:c.2334del ENSP00000355726.5:p.Lys778AsnfsTer2 frameshift_variant 778 15.6832 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -921 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366766.8 5 1754 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366766.8:c.2334del ENSP00000355728.5:p.Lys778AsnfsTer2 frameshift_variant 778 2.67608 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -976 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366767.7 1 1638 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366767.7:c.2091del ENSP00000355729.3:p.Lys697AsnfsTer2 frameshift_variant 697 3.85669 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -941 +chr1 227091906 227091907 GC G CDC42BPA ENST00000366769.7 1 1719 protein_coding K/X aaG/aa ENSG00000143776 ENST00000366769.7:c.2334del ENSP00000355731.3:p.Lys778AsnfsTer2 frameshift_variant 778 8.8276 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -941 +chr1 227091906 227091907 GC G CDC42BPA ENST00000442054.5 1 1048 protein_coding K/X aaG/aa ENSG00000143776 ENST00000442054.5:c.214del ENSP00000401051.1:p.Lys72AsnfsTer2 frameshift_variant 72 2.01191 40.0501157633296 112 0.0 140 0.23571 312 0.0609 -976 +chr1 227091907 227091908 T G CDC42BPA ENST00000334218.9 5 1732 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000334218.9:c.2333A>C ENSP00000335341.6:p.Lys778Thr missense_variant 778 0.350189 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366764.8 1 1699 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366764.8:c.2333A>C ENSP00000355726.5:p.Lys778Thr missense_variant 778 15.6832 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366766.8 5 1754 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366766.8:c.2333A>C ENSP00000355728.5:p.Lys778Thr missense_variant 778 2.67608 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366767.7 1 1638 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366767.7:c.2090A>C ENSP00000355729.3:p.Lys697Thr missense_variant 697 3.85669 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000366769.7 1 1719 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000366769.7:c.2333A>C ENSP00000355731.3:p.Lys778Thr missense_variant 778 8.8276 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227091907 227091908 T G CDC42BPA ENST00000442054.5 1 1048 protein_coding K/T aAg/aCg ENSG00000143776 ENST00000442054.5:c.215A>C ENSP00000401051.1:p.Lys72Thr missense_variant 72 2.01191 40.0501157633296 113 0.0 143 0.23077 317 0.06309 +chr1 227646448 227646449 G A ZNF678 ENST00000343776.10 1 525 protein_coding NA NA ENSG00000181450 ENST00000343776.10:c.-163-95G>A intron_variant 1.68282 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000397097.4 1 525 protein_coding NA NA ENSG00000181450 upstream_gene_variant 0.17394400000000002 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000440339.1 2 227 protein_coding NA NA ENSG00000181450 ENST00000440339.1:c.124-95G>A intron_variant 3.2554 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000465266.1 4 0 processed_transcript NA NA ENSG00000181450 ENST00000465266.1:n.268-95G>A intron_variant&non_coding_transcript_variant 0.395198 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 227646448 227646449 G A ZNF678 ENST00000608949.5 1 76 protein_coding NA NA ENSG00000181450 ENST00000608949.5:c.-163-95G>A intron_variant 1.1199700000000001 6.62732943567919 93 0.0 99 0.23232 0 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000284548.16 2 6620 protein_coding NA NA ENSG00000154358 ENST00000284548.16:c.12466+23G>A intron_variant 1.5978299999999999 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000422127.5 5 7968 protein_coding NA NA ENSG00000154358 ENST00000422127.5:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000483539.3 5 639 protein_coding NA NA ENSG00000154358 downstream_gene_variant 2.19414 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000570156.7 5 8923 protein_coding NA NA ENSG00000154358 ENST00000570156.7:c.15337+23G>A intron_variant 0.000558846 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A ENST00000602778.2 2 0 lncRNA NA NA ENSG00000270110 upstream_gene_variant NA NA 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000602832.1 2 0 retained_intron NA NA ENSG00000154358 downstream_gene_variant 1.82919 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000636476.2 1 7969 protein_coding NA NA ENSG00000154358 ENST00000636476.2:c.12466+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000660857.1 NA 296 protein_coding NA NA ENSG00000154358 upstream_gene_variant 0.218219 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000662438.1 NA 8483 protein_coding NA NA ENSG00000154358 ENST00000662438.1:c.14011+23G>A intron_variant 0.0 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 228307553 228307554 G A OBSCN ENST00000680850.1 NA 8925 protein_coding NA NA ENSG00000154358 ENST00000680850.1:c.15337+23G>A intron_variant 3.32372 36.281498044599 26 0.0 41 0.31707 4 0.0 +chr1 231273930 231273931 G T GNPAT ENST00000366647.9 1 680 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000366647.9:c.1612G>T ENSP00000355607.4:p.Glu538Ter stop_gained 538 7.8585899999999995 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000416000.1 5 587 protein_coding E/* Gaa/Taa ENSG00000116906 ENST00000416000.1:c.1582G>T ENSP00000411640.1:p.Glu528Ter stop_gained 528 0.23724800000000001 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000469332.1 2 0 processed_transcript NA NA ENSG00000116906 upstream_gene_variant 0.08938439999999999 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000492459.1 2 0 processed_transcript NA NA ENSG00000116906 downstream_gene_variant 0.886034 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T GNPAT ENST00000644483.1 NA 133 nonsense_mediated_decay NA NA ENSG00000116906 ENST00000644483.1:c.*1298G>T 3_prime_UTR_variant&NMD_transcript_variant 1.06936 11.1459020699633 168 0.0 164 0.64634 132 0.22727 +chr1 231273930 231273931 G T ENSR00000938644 NA 0 enhancer NA NA regulatory_region_variant NA NA 168 0.0 164 0.64634 132 0.22727 +chr1 232805681 232805682 C T MAP10 ENST00000418460.4 NA 905 protein_coding P/L cCc/cTc ENSG00000212916 ENST00000418460.4:c.233C>T ENSP00000403208.2:p.Pro78Leu missense_variant 78 1.99575 1.9957488661928897 19 0.0 30 0.23333 32 0.46875 +chr1 232805681 232805682 C T ENSR00000021918 NA 0 promoter NA NA regulatory_region_variant NA NA 19 0.0 30 0.23333 32 0.46875 +chr1 243164805 243164806 G C CEP170 ENST00000336415.8 5 1558 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000336415.8:c.3046C>G ENSP00000338161.4:p.His1016Asp missense_variant 1016 13.8988 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366542.6 5 1584 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366542.6:c.3154C>G ENSP00000355500.1:p.His1052Asp missense_variant 1052 13.2332 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366543.5 5 1460 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366543.5:c.2860C>G ENSP00000355501.1:p.His954Asp missense_variant 954 0.0715751 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000366544.5 5 1486 protein_coding H/D Cat/Gat ENSG00000143702 ENST00000366544.5:c.2860C>G ENSP00000355502.1:p.His954Asp missense_variant 954 3.6955400000000003 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000413359.6 3 263 protein_coding NA NA ENSG00000143702 upstream_gene_variant 7.813680000000001 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C ENST00000422938.1 5 0 lncRNA NA NA ENSG00000232085 ENST00000422938.1:n.115+20G>C intron_variant&non_coding_transcript_variant NA NA 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C ENST00000437499.1 5 0 lncRNA NA NA ENSG00000232085 ENST00000437499.1:n.29+140G>C intron_variant&non_coding_transcript_variant NA NA 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000451408.2 1 0 processed_transcript NA NA ENSG00000143702 downstream_gene_variant 10.8215 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000461671.1 5 119 nonsense_mediated_decay NA NA ENSG00000143702 downstream_gene_variant 0.48168900000000003 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000464936.5 5 175 protein_coding NA NA ENSG00000143702 upstream_gene_variant 0.0490294 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000490813.5 1 293 protein_coding NA NA ENSG00000143702 upstream_gene_variant 2.92152e-06 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000492145.1 5 103 protein_coding NA NA ENSG00000143702 upstream_gene_variant 1.23333 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000518289.5 4 0 processed_transcript NA NA ENSG00000143702 downstream_gene_variant 0.362761 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 243164805 243164806 G C CEP170 ENST00000522895.1 3 173 protein_coding NA NA ENSG00000143702 downstream_gene_variant 0.512864 93.14471061140453 257 0.0 366 0.19399 504 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366521.7 2 0 processed_transcript NA NA ENSG00000203666 ENST00000366521.7:n.481+25A>G intron_variant&non_coding_transcript_variant 1.16115 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366522.6 2 0 processed_transcript NA NA ENSG00000203666 ENST00000366522.6:n.855+25A>G intron_variant&non_coding_transcript_variant 0.47964399999999996 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000366523.6 3 162 protein_coding NA NA ENSG00000203666 ENST00000366523.6:c.306+25A>G intron_variant 0.291108 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000391837.7 5 0 processed_transcript NA NA ENSG00000203666 ENST00000391837.7:n.375+25A>G intron_variant&non_coding_transcript_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000425550.5 3 127 protein_coding NA NA ENSG00000203666 ENST00000425550.5:c.281+25A>G intron_variant 0.0 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000427529.1 3 52 protein_coding NA NA ENSG00000203666 ENST00000427529.1:c.29+25A>G intron_variant 1.09215 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000447569.6 2 133 protein_coding NA NA ENSG00000203666 ENST00000447569.6:c.306+25A>G intron_variant 1.83827 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000473686.5 5 0 processed_transcript NA NA ENSG00000203666 ENST00000473686.5:n.289+25A>G intron_variant&non_coding_transcript_variant 0.310087 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000487845.5 2 0 processed_transcript NA NA ENSG00000203666 ENST00000487845.5:n.250+25A>G intron_variant&non_coding_transcript_variant 1.16024 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000495271.5 5 0 processed_transcript NA NA ENSG00000203666 ENST00000495271.5:n.340+25A>G intron_variant&non_coding_transcript_variant 0.305221 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000497591.5 5 0 processed_transcript NA NA ENSG00000203666 ENST00000497591.5:n.354+25A>G intron_variant&non_coding_transcript_variant 0.935399 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000549220.5 4 0 processed_transcript NA NA ENSG00000203666 ENST00000549220.5:n.347+25A>G intron_variant&non_coding_transcript_variant 0.14043 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 245083508 245083509 A G EFCAB2 ENST00000551317.5 3 131 protein_coding NA NA ENSG00000203666 ENST00000551317.5:c.281+25A>G intron_variant 0.050096499999999995 8.795093360581442 64 0.0 112 0.26786 0 0.0 +chr1 248239029 248239030 C T OR2M4 ENST00000641868.1 NA 311 protein_coding I atC/atT ENSG00000171180 ENST00000641868.1:c.102C>T ENSP00000492992.1:p.Ile34= synonymous_variant 34 0.160439 0.160439370268546 188 0.0 251 0.35857 0 0.0 diff --git a/tests/test_data/pvacsplice/results/Test.combined.tsv b/tests/test_data/pvacsplice/results/Test.combined.tsv new file mode 100644 index 000000000..e0953eec8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.combined.tsv @@ -0,0 +1,26 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id chromosome_name start stop reference variant transcript_name transcript_length biotype amino_acid_change codon_change hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf protein_length_change variant_start variant_stop variant_category index wt_protein_length alt_protein_length frameshift_event +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 1454 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 1454 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000008.chr1:93226448-93226449.NDA +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 1454 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000009.chr1:93226448-93226449.D +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 1454 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 1454 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 1454 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000008.chr1:93226448-93226449.NDA +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 1454 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000009.chr1:93226448-93226449.D +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 1454 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 1299 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 1299 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000008.chr1:93226448-93226449.NDA +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 1299 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000009.chr1:93226448-93226449.D +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 1299 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000455267.1 720 protein_coding E gaG/gaA ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000455267.JUNC00000006.chr1:93226448-93226449.NDA +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000455267.1 720 protein_coding E gaG/gaA ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000455267.JUNC00000008.chr1:93226448-93226449.NDA +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000455267 chr1:93226448-93226449 transcript chr1 93205555 93246892 protein_coding 1 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000455267.1 720 protein_coding E gaG/gaA ENST00000455267.1:c.1317G>A ENSP00000391151.1:p.Glu439= splice_region_variant&synonymous_variant 439 3.19313 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000455267.JUNC00000011.chr1:93226448-93226449.D +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 1455 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +chr1 93221940 93232426 JUNC00000008 16 1 GT-AG 2 2 1 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 1455 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000008.chr1:93226448-93226449.NDA +chr1 93221940 93246142 JUNC00000009 12 1 GT-AG 8 7 6 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 1455 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000009.chr1:93226448-93226449.D +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 1455 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 178 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 178 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 178 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 272 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 272 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 272 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D diff --git a/tests/test_data/pvacsplice/results/Test.filtered.tsv b/tests/test_data/pvacsplice/results/Test.filtered.tsv new file mode 100644 index 000000000..93e9e220a --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.filtered.tsv @@ -0,0 +1,2 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count Best Cleavage Position Best Cleavage Score Cleavage Sites Predicted Stability Half Life Stability Rank NetMHCstab allele +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.2428571428571429 False False False 1 False 0 1 0.968307 1:0.968307,3:0.958658,5:0.929147 0.008 0.14 5.50 HLA-A24:03 (distance: 0.372) diff --git a/tests/test_data/pvacsplice/results/Test.gtf.build37.tsv b/tests/test_data/pvacsplice/results/Test.gtf.build37.tsv new file mode 100644 index 000000000..7d58cc7a2 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.gtf.build37.tsv @@ -0,0 +1,86011 @@ +feature cds_chrom cds_start cds_stop transcript_id exon_number gene_name gene_id transcript_support_level transcript_biotype +transcript 1 11869 14409 ENST00000456328 NA DDX11L1 ENSG00000223972 Not Supported Not Supported +transcript 1 11872 14412 ENST00000515242 NA DDX11L1 ENSG00000223972 Not Supported Not Supported +transcript 1 11874 14409 ENST00000518655 NA DDX11L1 ENSG00000223972 Not Supported Not Supported +transcript 1 12010 13670 ENST00000450305 NA DDX11L1 ENSG00000223972 Not Supported Not Supported +transcript 1 14363 29370 ENST00000438504 NA WASH7P ENSG00000227232 Not Supported Not Supported +transcript 1 14363 24886 ENST00000541675 NA WASH7P ENSG00000227232 Not Supported Not Supported +transcript 1 14363 29370 ENST00000423562 NA WASH7P ENSG00000227232 Not Supported Not Supported +transcript 1 14404 29570 ENST00000488147 NA WASH7P ENSG00000227232 Not Supported Not Supported +transcript 1 14411 29806 ENST00000538476 NA WASH7P ENSG00000227232 Not Supported Not Supported +transcript 1 29554 31097 ENST00000473358 NA MIR1302-10 ENSG00000243485 Not Supported Not Supported +transcript 1 30267 31109 ENST00000469289 NA MIR1302-10 ENSG00000243485 Not Supported Not Supported +transcript 1 30366 30503 ENST00000607096 NA MIR1302-10 ENSG00000243485 Not Supported Not Supported +transcript 1 34554 36081 ENST00000417324 NA FAM138A ENSG00000237613 Not Supported Not Supported +transcript 1 35245 36073 ENST00000461467 NA FAM138A ENSG00000237613 Not Supported Not Supported +transcript 1 52473 53312 ENST00000606857 NA OR4G4P ENSG00000268020 Not Supported Not Supported +transcript 1 53049 54936 ENST00000594647 NA OR4G4P ENSG00000268020 Not Supported Not Supported +transcript 1 62948 63887 ENST00000492842 NA OR4G11P ENSG00000240361 Not Supported Not Supported +transcript 1 69091 70008 ENST00000335137 NA OR4F5 ENSG00000186092 Not Supported Not Supported +CDS 1 69091 70005 ENST00000335137 1 OR4F5 ENSG00000186092 Not Supported Not Supported +transcript 1 89295 120932 ENST00000466430 NA RP11-34P13.7 ENSG00000238009 Not Supported Not Supported +transcript 1 92230 129217 ENST00000477740 NA RP11-34P13.7 ENSG00000238009 Not Supported Not Supported +transcript 1 110953 129173 ENST00000471248 NA RP11-34P13.7 ENSG00000238009 Not Supported Not Supported +transcript 1 129081 133566 ENST00000453576 NA RP11-34P13.7 ENSG00000238009 Not Supported Not Supported +transcript 1 89551 91105 ENST00000495576 NA RP11-34P13.8 ENSG00000239945 Not Supported Not Supported +transcript 1 131025 134836 ENST00000442987 NA CICP27 ENSG00000233750 Not Supported Not Supported +transcript 1 134901 139379 ENST00000423372 NA AL627309.1 ENSG00000237683 Not Supported Not Supported +CDS 1 138533 139309 ENST00000423372 1 AL627309.1 ENSG00000237683 Not Supported Not Supported +transcript 1 135141 135895 ENST00000494149 NA RP11-34P13.15 ENSG00000268903 Not Supported Not Supported +transcript 1 137682 137965 ENST00000595919 NA RP11-34P13.16 ENSG00000269981 Not Supported Not Supported +transcript 1 139790 140339 ENST00000493797 NA RP11-34P13.14 ENSG00000239906 Not Supported Not Supported +transcript 1 141474 149707 ENST00000484859 NA RP11-34P13.13 ENSG00000241860 Not Supported Not Supported +transcript 1 142808 146831 ENST00000490997 NA RP11-34P13.13 ENSG00000241860 Not Supported Not Supported +transcript 1 146386 173862 ENST00000466557 NA RP11-34P13.13 ENSG00000241860 Not Supported Not Supported +transcript 1 165889 168767 ENST00000491962 NA RP11-34P13.13 ENSG00000241860 Not Supported Not Supported +transcript 1 157784 157887 ENST00000410691 NA RNU6-1100P ENSG00000222623 Not Supported Not Supported +transcript 1 160446 161525 ENST00000496488 NA RP11-34P13.9 ENSG00000241599 Not Supported Not Supported +transcript 1 227615 234484 ENST00000442116 NA AP006222.2 ENSG00000228463 Not Supported Not Supported +transcript 1 227895 238558 ENST00000448958 NA AP006222.2 ENSG00000228463 Not Supported Not Supported +transcript 1 236112 267253 ENST00000424587 NA AP006222.2 ENSG00000228463 Not Supported Not Supported +transcript 1 257268 259121 ENST00000335577 NA AP006222.2 ENSG00000228463 Not Supported Not Supported +transcript 1 228292 228654 ENST00000424429 NA AP006222.1 ENSG00000241670 Not Supported Not Supported +transcript 1 228319 228775 ENST00000450734 NA AP006222.1 ENSG00000241670 Not Supported Not Supported +transcript 1 317720 324873 ENST00000440038 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 317730 320353 ENST00000608420 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 320162 321056 ENST00000432964 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 320162 324461 ENST00000423728 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 320335 322097 ENST00000601486 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 320881 322203 ENST00000599771 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 322078 342806 ENST00000455464 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 322672 324955 ENST00000419160 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 323861 334505 ENST00000601814 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 324756 328453 ENST00000425496 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 329784 334271 ENST00000431812 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 334129 446155 ENST00000455207 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 439365 453722 ENST00000440163 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 450887 453942 ENST00000453935 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 453217 453948 ENST00000431321 NA RP4-669L17.10 ENSG00000237094 Not Supported Not Supported +transcript 1 326096 328112 ENST00000514436 NA RP4-669L17.8 ENSG00000250575 Not Supported Not Supported +transcript 1 329431 332236 ENST00000432723 NA CICP7 ENSG00000233653 Not Supported Not Supported +transcript 1 334126 334305 ENST00000445840 NA RP4-669L17.4 ENSG00000224813 Not Supported Not Supported +transcript 1 367640 368634 ENST00000426406 NA OR4F29 ENSG00000235249 Not Supported Not Supported +CDS 1 367659 368594 ENST00000426406 1 OR4F29 ENSG00000235249 Not Supported Not Supported +transcript 1 379105 379467 ENST00000437905 NA WBP1LP7 ENSG00000269732 Not Supported Not Supported +transcript 1 450820 450910 ENST00000540477 NA AL732372.1 ENSG00000256186 Not Supported Not Supported +transcript 1 453633 460480 ENST00000450983 NA RP4-669L17.2 ENSG00000236601 Not Supported Not Supported +transcript 1 453827 460465 ENST00000412666 NA RP4-669L17.2 ENSG00000236601 Not Supported Not Supported +transcript 1 459656 461954 ENST00000441866 NA RP5-857K21.15 ENSG00000236743 Not Supported Not Supported +transcript 1 470971 471355 ENST00000458203 NA RP4-669L17.1 ENSG00000236679 Not Supported Not Supported +transcript 1 521369 523833 ENST00000417636 NA RP5-857K21.1 ENSG00000231709 Not Supported Not Supported +transcript 1 523009 530148 ENST00000423796 NA RP5-857K21.2 ENSG00000235146 Not Supported Not Supported +transcript 1 523048 529954 ENST00000450696 NA RP5-857K21.2 ENSG00000235146 Not Supported Not Supported +transcript 1 529833 530597 ENST00000440196 NA RP5-857K21.3 ENSG00000239664 Not Supported Not Supported +transcript 1 529839 532878 ENST00000357876 NA RP5-857K21.3 ENSG00000239664 Not Supported Not Supported +transcript 1 536816 655580 ENST00000440200 NA RP5-857K21.4 ENSG00000230021 Not Supported Not Supported +transcript 1 637316 655530 ENST00000441245 NA RP5-857K21.4 ENSG00000230021 Not Supported Not Supported +transcript 1 639065 655574 ENST00000419394 NA RP5-857K21.4 ENSG00000230021 Not Supported Not Supported +transcript 1 646722 655580 ENST00000414688 NA RP5-857K21.4 ENSG00000230021 Not Supported Not Supported +transcript 1 655438 659930 ENST00000447954 NA RP5-857K21.4 ENSG00000230021 Not Supported Not Supported +transcript 1 562757 564390 ENST00000452176 NA RP5-857K21.5 ENSG00000223659 Not Supported Not Supported +transcript 1 564442 564813 ENST00000416931 NA MTND1P23 ENSG00000225972 Not Supported Not Supported +transcript 1 565020 566063 ENST00000457540 NA MTND2P28 ENSG00000225630 Not Supported Not Supported +transcript 1 566454 567996 ENST00000414273 NA hsa-mir-6723 ENSG00000237973 Not Supported Not Supported +transcript 1 568137 568818 ENST00000427426 NA RP5-857K21.7 ENSG00000229344 Not Supported Not Supported +transcript 1 568915 569121 ENST00000467115 NA MTATP8P1 ENSG00000240409 Not Supported Not Supported +transcript 1 569076 569756 ENST00000514057 NA MTATP6P1 ENSG00000248527 Not Supported Not Supported +transcript 1 569756 570302 ENST00000416718 NA RP5-857K21.11 ENSG00000198744 Not Supported Not Supported +transcript 1 610222 610645 ENST00000438434 NA WBP1LP6 ENSG00000268663 Not Supported Not Supported +transcript 1 621059 622053 ENST00000332831 NA OR4F16 ENSG00000185097 Not Supported Not Supported +CDS 1 621099 622034 ENST00000332831 1 OR4F16 ENSG00000185097 Not Supported Not Supported +transcript 1 657472 660283 ENST00000440782 NA CICP3 ENSG00000229376 Not Supported Not Supported +transcript 1 661611 663527 ENST00000506640 NA RP11-206L10.1 ENSG00000224956 Not Supported Not Supported +transcript 1 677193 685396 ENST00000416385 NA RP11-206L10.3 ENSG00000235373 Not Supported Not Supported +transcript 1 693613 693716 ENST00000411249 NA RNU6-1199P ENSG00000223181 Not Supported Not Supported +transcript 1 694412 700305 ENST00000417659 NA RP11-206L10.5 ENSG00000240618 Not Supported Not Supported +transcript 1 696291 697369 ENST00000422528 NA RP11-206L10.4 ENSG00000229905 Not Supported Not Supported +transcript 1 700237 714006 ENST00000428504 NA RP11-206L10.2 ENSG00000228327 Not Supported Not Supported +transcript 1 714150 720070 ENST00000434264 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 714162 717571 ENST00000457084 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 714310 720035 ENST00000589899 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 714317 719809 ENST00000609830 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 714436 740255 ENST00000429505 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 720139 ENST00000585826 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 720357 ENST00000592547 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 722246 ENST00000586928 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 730893 ENST00000585745 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 737256 ENST00000585768 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 740212 ENST00000590848 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 740507 ENST00000587530 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 740507 ENST00000591440 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 741839 ENST00000593022 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 742694 ENST00000589531 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719750 745109 ENST00000588951 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 719776 742701 ENST00000586288 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 721180 723052 ENST00000591702 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 721320 722513 ENST00000358533 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 740156 740650 ENST00000587126 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 740179 742845 ENST00000443772 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 740312 745440 ENST00000412115 NA RP11-206L10.9 ENSG00000237491 Not Supported Not Supported +transcript 1 736259 745541 ENST00000590817 NA RP11-206L10.8 ENSG00000230092 Not Supported Not Supported +transcript 1 736259 745541 ENST00000447500 NA RP11-206L10.8 ENSG00000230092 Not Supported Not Supported +transcript 1 738532 739137 ENST00000599533 NA AL669831.1 ENSG00000269831 Not Supported Not Supported +CDS 1 739121 739137 ENST00000599533 1 AL669831.1 ENSG00000269831 Not Supported Not Supported +CDS 1 738788 738812 ENST00000599533 2 AL669831.1 ENSG00000269831 Not Supported Not Supported +CDS 1 738532 738618 ENST00000599533 3 AL669831.1 ENSG00000269831 Not Supported Not Supported +transcript 1 745489 753092 ENST00000435300 NA RP11-206L10.10 ENSG00000240453 Not Supported Not Supported +transcript 1 752751 755214 ENST00000326734 NA FAM87B ENSG00000177757 Not Supported Not Supported +transcript 1 761586 762902 ENST00000473798 NA LINC00115 ENSG00000225880 Not Supported Not Supported +transcript 1 761589 762886 ENST00000536430 NA LINC00115 ENSG00000225880 Not Supported Not Supported +transcript 1 762988 794826 ENST00000445118 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763041 787367 ENST00000610067 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763047 777118 ENST00000441765 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763049 787378 ENST00000609139 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763053 789006 ENST00000449005 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763079 788146 ENST00000416570 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 763079 788146 ENST00000448975 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 764443 785731 ENST00000609009 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 764443 785731 ENST00000608189 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 766985 777400 ENST00000415295 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 786728 788132 ENST00000425657 NA LINC01128 ENSG00000228794 Not Supported Not Supported +transcript 1 803451 812283 ENST00000446136 NA FAM41C ENSG00000230368 Not Supported Not Supported +transcript 1 803620 805581 ENST00000432963 NA FAM41C ENSG00000230368 Not Supported Not Supported +transcript 1 803783 812182 ENST00000427857 NA FAM41C ENSG00000230368 Not Supported Not Supported +transcript 1 808672 809729 ENST00000415481 NA TUBB8P11 ENSG00000234711 Not Supported Not Supported +transcript 1 818043 819983 ENST00000594233 NA AL645608.2 ENSG00000269308 Not Supported Not Supported +CDS 1 818043 818058 ENST00000594233 1 AL645608.2 ENSG00000269308 Not Supported Not Supported +CDS 1 819496 819513 ENST00000594233 2 AL645608.2 ENSG00000269308 Not Supported Not Supported +CDS 1 819961 819980 ENST00000594233 3 AL645608.2 ENSG00000269308 Not Supported Not Supported +transcript 1 840214 851356 ENST00000607769 NA RP11-54O7.16 ENSG00000272438 Not Supported Not Supported +transcript 1 846815 850328 ENST00000448179 NA RP11-54O7.1 ENSG00000230699 Not Supported Not Supported +transcript 1 849551 850351 ENST00000398216 NA RP11-54O7.2 ENSG00000241180 Not Supported Not Supported +transcript 1 852245 856396 ENST00000609207 NA RP11-54O7.3 ENSG00000223764 Not Supported Not Supported +transcript 1 852250 855072 ENST00000417705 NA RP11-54O7.3 ENSG00000223764 Not Supported Not Supported +transcript 1 852750 853914 ENST00000432961 NA RP11-54O7.3 ENSG00000223764 Not Supported Not Supported +transcript 1 860260 874671 ENST00000420190 NA SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 861322 861393 ENST00000420190 2 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 865535 865716 ENST00000420190 3 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 866419 866469 ENST00000420190 4 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 871152 871276 ENST00000420190 5 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874420 874509 ENST00000420190 6 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874655 874671 ENST00000420190 7 SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 860530 871173 ENST00000437963 NA SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 861322 861393 ENST00000437963 2 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 865535 865716 ENST00000437963 3 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 866419 866469 ENST00000437963 4 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 871152 871173 ENST00000437963 5 SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 861118 879955 ENST00000342066 NA SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 861322 861393 ENST00000342066 2 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 865535 865716 ENST00000342066 3 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 866419 866469 ENST00000342066 4 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 871152 871276 ENST00000342066 5 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874420 874509 ENST00000342066 6 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874655 874840 ENST00000342066 7 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 876524 876686 ENST00000342066 8 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877516 877631 ENST00000342066 9 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877790 877868 ENST00000342066 10 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877939 878438 ENST00000342066 11 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 878633 878757 ENST00000342066 12 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 879078 879188 ENST00000342066 13 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 879288 879530 ENST00000342066 14 SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 865692 879955 ENST00000341065 NA SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 865692 865716 ENST00000341065 1 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 866419 866469 ENST00000341065 2 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 871152 871276 ENST00000341065 3 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874420 874509 ENST00000341065 4 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874655 874792 ENST00000341065 5 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 876524 876686 ENST00000341065 6 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877516 877631 ENST00000341065 7 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877790 877868 ENST00000341065 8 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877939 878438 ENST00000341065 9 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 878633 878757 ENST00000341065 10 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 879078 879188 ENST00000341065 11 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 879288 879533 ENST00000341065 12 SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 874655 879639 ENST00000455979 NA SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 874655 874840 ENST00000455979 1 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 876524 876686 ENST00000455979 2 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877516 877631 ENST00000455979 3 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877790 877868 ENST00000455979 4 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 877939 878438 ENST00000455979 5 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 878633 878757 ENST00000455979 6 SAMD11 ENSG00000187634 Not Supported Not Supported +CDS 1 879078 879533 ENST00000455979 7 SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 875726 877553 ENST00000478729 NA SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 876456 878374 ENST00000474461 NA SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 877483 878182 ENST00000466827 NA SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 877546 878272 ENST00000464948 NA SAMD11 ENSG00000187634 Not Supported Not Supported +transcript 1 861264 866445 ENST00000598827 NA AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 866426 866445 ENST00000598827 1 AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 865990 865996 ENST00000598827 2 AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 865666 865719 ENST00000598827 3 AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 865556 865660 ENST00000598827 4 AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 863255 863261 ENST00000598827 5 AL645608.1 ENSG00000268179 Not Supported Not Supported +CDS 1 861264 861406 ENST00000598827 6 AL645608.1 ENSG00000268179 Not Supported Not Supported +transcript 1 879584 882440 ENST00000483767 NA NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 879584 894670 ENST00000327044 NA NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 894595 894620 ENST00000327044 1 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 894309 894461 ENST00000327044 2 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 892479 892653 ENST00000327044 3 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 892274 892405 ENST00000327044 4 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 891475 891595 ENST00000327044 5 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 891303 891393 ENST00000327044 6 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 889384 889462 ENST00000327044 7 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 889162 889272 ENST00000327044 8 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 888555 888668 ENST00000327044 9 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 887792 887980 ENST00000327044 10 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 887380 887519 ENST00000327044 11 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 886507 886618 ENST00000327044 12 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 883870 883983 ENST00000327044 13 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 883511 883612 ENST00000327044 14 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 881782 881925 ENST00000327044 15 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 881553 881666 ENST00000327044 16 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 880898 881033 ENST00000327044 17 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 880437 880526 ENST00000327044 18 NOC2L ENSG00000188976 Not Supported Not Supported +CDS 1 880077 880180 ENST00000327044 19 NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 879585 893838 ENST00000477976 NA NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 880699 880942 ENST00000496938 NA NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 889806 894689 ENST00000487214 NA NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 893626 894636 ENST00000469563 NA NOC2L ENSG00000188976 Not Supported Not Supported +transcript 1 895967 901095 ENST00000338591 NA KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 896074 896180 ENST00000338591 1 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 896673 896932 ENST00000338591 2 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 897009 897130 ENST00000338591 3 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 897206 897427 ENST00000338591 4 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 897735 897851 ENST00000338591 5 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898084 898297 ENST00000338591 6 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898489 898633 ENST00000338591 7 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898717 898884 ENST00000338591 8 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 899300 899388 ENST00000338591 9 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 899487 899560 ENST00000338591 10 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 899729 899910 ENST00000338591 11 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 900343 900568 ENST00000338591 12 KLHL17 ENSG00000187961 Not Supported Not Supported +transcript 1 896829 897858 ENST00000463212 NA KLHL17 ENSG00000187961 Not Supported Not Supported +transcript 1 898107 899910 ENST00000466300 NA KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898107 898297 ENST00000466300 1 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898412 898633 ENST00000466300 2 KLHL17 ENSG00000187961 Not Supported Not Supported +CDS 1 898717 898766 ENST00000466300 3 KLHL17 ENSG00000187961 Not Supported Not Supported +transcript 1 898932 899544 ENST00000481067 NA KLHL17 ENSG00000187961 Not Supported Not Supported +transcript 1 901877 910488 ENST00000379410 NA PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 901912 901994 ENST00000379410 1 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 902084 902183 ENST00000379410 2 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905657 905803 ENST00000379410 3 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905901 905981 ENST00000379410 4 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906066 906138 ENST00000379410 5 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906259 906386 ENST00000379410 6 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906493 906588 ENST00000379410 7 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906704 906784 ENST00000379410 8 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907455 907530 ENST00000379410 9 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907668 907804 ENST00000379410 10 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908241 908390 ENST00000379410 11 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908566 908706 ENST00000379410 12 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908880 909020 ENST00000379410 13 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909213 909431 ENST00000379410 14 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909696 909744 ENST00000379410 15 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909822 909952 ENST00000379410 16 PLEKHN1 ENSG00000187583 Not Supported Not Supported +transcript 1 901882 910388 ENST00000379409 NA PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 901912 901994 ENST00000379409 1 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 902084 902183 ENST00000379409 2 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905657 905803 ENST00000379409 3 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905901 905981 ENST00000379409 4 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906066 906386 ENST00000379409 5 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906457 906588 ENST00000379409 6 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906704 906784 ENST00000379409 7 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907455 907530 ENST00000379409 8 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907668 907804 ENST00000379409 9 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908241 908390 ENST00000379409 10 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908566 908706 ENST00000379409 11 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908880 909020 ENST00000379409 12 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909213 909431 ENST00000379409 13 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909696 909744 ENST00000379409 14 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909822 909952 ENST00000379409 15 PLEKHN1 ENSG00000187583 Not Supported Not Supported +transcript 1 901882 910388 ENST00000379407 NA PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 901912 901994 ENST00000379407 1 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 902084 902183 ENST00000379407 2 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905657 905803 ENST00000379407 3 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 905901 905981 ENST00000379407 4 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906066 906138 ENST00000379407 5 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906259 906386 ENST00000379407 6 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906457 906588 ENST00000379407 7 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 906704 906784 ENST00000379407 8 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907455 907530 ENST00000379407 9 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 907668 907804 ENST00000379407 10 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908241 908390 ENST00000379407 11 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908880 909020 ENST00000379407 12 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909213 909431 ENST00000379407 13 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909696 909744 ENST00000379407 14 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909822 909952 ENST00000379407 15 PLEKHN1 ENSG00000187583 Not Supported Not Supported +transcript 1 906255 906903 ENST00000480267 NA PLEKHN1 ENSG00000187583 Not Supported Not Supported +transcript 1 908892 911245 ENST00000491024 NA PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 908892 909020 ENST00000491024 1 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909213 909431 ENST00000491024 2 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909696 909744 ENST00000491024 3 PLEKHN1 ENSG00000187583 Not Supported Not Supported +CDS 1 909822 909955 ENST00000491024 4 PLEKHN1 ENSG00000187583 Not Supported Not Supported +transcript 1 910579 917497 ENST00000433179 NA C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 917445 917497 ENST00000433179 1 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 916517 916553 ENST00000433179 2 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 914261 916037 ENST00000433179 3 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 911879 912004 ENST00000433179 4 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 911555 911649 ENST00000433179 5 C1orf170 ENSG00000187642 Not Supported Not Supported +transcript 1 910584 917473 ENST00000341290 NA C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 916517 916546 ENST00000341290 2 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 914261 916037 ENST00000341290 3 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 911879 912004 ENST00000341290 4 C1orf170 ENSG00000187642 Not Supported Not Supported +CDS 1 911555 911649 ENST00000341290 5 C1orf170 ENSG00000187642 Not Supported Not Supported +transcript 1 910585 912021 ENST00000479361 NA C1orf170 ENSG00000187642 Not Supported Not Supported +transcript 1 931346 933431 ENST00000606034 NA RP11-54O7.17 ENSG00000272512 Not Supported Not Supported +transcript 1 934342 935552 ENST00000428771 NA HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 935072 935353 ENST00000428771 1 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934906 934993 ENST00000428771 2 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934442 934812 ENST00000428771 3 HES4 ENSG00000188290 Not Supported Not Supported +transcript 1 934344 935491 ENST00000304952 NA HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 935246 935353 ENST00000304952 1 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 935072 935167 ENST00000304952 2 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934906 934993 ENST00000304952 3 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934442 934812 ENST00000304952 4 HES4 ENSG00000188290 Not Supported Not Supported +transcript 1 934346 935476 ENST00000481869 NA HES4 ENSG00000188290 Not Supported Not Supported +transcript 1 934350 935361 ENST00000484667 NA HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 935246 935353 ENST00000484667 1 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934906 934993 ENST00000484667 2 HES4 ENSG00000188290 Not Supported Not Supported +CDS 1 934442 934812 ENST00000484667 3 HES4 ENSG00000188290 Not Supported Not Supported +transcript 1 943456 943609 ENST00000423619 NA RP11-54O7.10 ENSG00000231702 Not Supported Not Supported +transcript 1 947377 948573 ENST00000458555 NA RP11-54O7.11 ENSG00000224969 Not Supported Not Supported +transcript 1 948803 949920 ENST00000379389 NA ISG15 ENSG00000187608 Not Supported Not Supported +CDS 1 948954 948956 ENST00000379389 1 ISG15 ENSG00000187608 Not Supported Not Supported +CDS 1 949364 949855 ENST00000379389 2 ISG15 ENSG00000187608 Not Supported Not Supported +transcript 1 955503 991496 ENST00000379370 NA AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 955553 955753 ENST00000379370 1 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 957581 957842 ENST00000379370 2 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 970657 970704 ENST00000379370 3 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 976045 976260 ENST00000379370 4 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 976553 976777 ENST00000379370 5 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 976858 977082 ENST00000379370 6 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 977336 977542 ENST00000379370 7 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 978619 978837 ENST00000379370 8 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 978918 979112 ENST00000379370 9 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 979203 979403 ENST00000379370 10 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 979489 979637 ENST00000379370 11 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 979714 979819 ENST00000379370 12 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 980541 980657 ENST00000379370 13 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 980739 980903 ENST00000379370 14 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 981113 981256 ENST00000379370 15 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 981344 981468 ENST00000379370 16 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 981540 981645 ENST00000379370 17 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 981777 982115 ENST00000379370 18 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 982200 982337 ENST00000379370 19 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 982707 982834 ENST00000379370 20 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 982953 983067 ENST00000379370 21 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 983156 983275 ENST00000379370 22 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 983392 983745 ENST00000379370 23 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 984247 984439 ENST00000379370 24 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 984616 984831 ENST00000379370 25 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 984946 985175 ENST00000379370 26 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 985283 985417 ENST00000379370 27 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 985613 985709 ENST00000379370 28 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 985807 985971 ENST00000379370 29 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986106 986217 ENST00000379370 30 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986633 986749 ENST00000379370 31 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986833 987025 ENST00000379370 32 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 987108 987195 ENST00000379370 33 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 989133 989357 ENST00000379370 34 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 989828 989931 ENST00000379370 35 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 990204 990358 ENST00000379370 36 AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 969486 976105 ENST00000477585 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 970247 976777 ENST00000469403 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 980779 981729 ENST00000479707 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 982581 983245 ENST00000466223 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 982855 983218 ENST00000478677 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 983909 984774 ENST00000492947 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 985936 989330 ENST00000419249 NA AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 985936 985971 ENST00000419249 1 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986106 986217 ENST00000419249 2 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986412 986423 ENST00000419249 3 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986633 986749 ENST00000419249 4 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 986833 987025 ENST00000419249 5 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 987108 987195 ENST00000419249 6 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 987373 987396 ENST00000419249 7 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 988841 988873 ENST00000419249 8 AGRN ENSG00000188157 Not Supported Not Supported +CDS 1 989133 989330 ENST00000419249 9 AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 987366 991492 ENST00000461111 NA AGRN ENSG00000188157 Not Supported Not Supported +transcript 1 990413 991496 ENST00000418300 NA RP11-54O7.14 ENSG00000242590 Not Supported Not Supported +transcript 1 995114 1001836 ENST00000427998 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 996400 1001385 ENST00000394517 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 998459 1001836 ENST00000456409 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 998459 1004735 ENST00000412397 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 999875 1001654 ENST00000433695 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 999898 1001821 ENST00000451054 NA RP11-465B22.3 ENSG00000217801 Not Supported Not Supported +transcript 1 997588 998668 ENST00000442292 NA RP11-54O7.18 ENSG00000273443 Not Supported Not Supported +transcript 1 1006346 1009687 ENST00000453464 NA RNF223 ENSG00000237330 Not Supported Not Supported +CDS 1 1007200 1007946 ENST00000453464 2 RNF223 ENSG00000237330 Not Supported Not Supported +transcript 1 1017198 1051461 ENST00000379339 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000379339 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026256 1026363 ENST00000379339 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000379339 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000379339 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000379339 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000379339 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000379339 10 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019295 1019763 ENST00000379339 11 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000379339 12 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017198 1051736 ENST00000448924 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000448924 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026256 1026363 ENST00000448924 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000448924 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000448924 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000448924 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000448924 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000448924 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019295 1019763 ENST00000448924 10 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000448924 11 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017198 1051736 ENST00000294576 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000294576 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000294576 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000294576 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000294576 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000294576 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000294576 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019295 1019763 ENST00000294576 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000294576 10 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017203 1027457 ENST00000465822 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017203 1051475 ENST00000379325 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000379325 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000379325 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000379325 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000379325 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000379325 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000379325 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019733 1019763 ENST00000379325 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019402 1019466 ENST00000379325 10 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017203 1051478 ENST00000421241 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000421241 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000421241 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000421241 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000421241 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000421241 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000421241 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019733 1019763 ENST00000421241 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000421241 10 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017205 1023016 ENST00000487177 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017205 1051469 ENST00000477196 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000477196 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026533 1026754 ENST00000477196 4 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017205 1051469 ENST00000467751 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000467751 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026658 1026754 ENST00000467751 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000467751 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022890 1022977 ENST00000467751 6 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017526 1019452 ENST00000464905 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1017615 1027554 ENST00000379320 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000379320 1 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000379320 2 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000379320 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000379320 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000379320 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000379320 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019295 1019763 ENST00000379320 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000379320 8 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1018080 1041507 ENST00000379319 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000379319 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000379319 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000379319 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000379319 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000379319 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000379319 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019733 1019763 ENST00000379319 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018276 1018367 ENST00000379319 10 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1018296 1051475 ENST00000434641 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000434641 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000434641 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000434641 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000434641 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000434641 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019861 1019886 ENST00000434641 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019733 1019763 ENST00000434641 9 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019295 1019391 ENST00000434641 10 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1018296 1018367 ENST00000434641 11 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1019306 1051623 ENST00000482816 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1019834 1051736 ENST00000437760 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000437760 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000437760 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000437760 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000437760 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1021258 1021392 ENST00000437760 7 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1020631 1020690 ENST00000437760 8 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1019837 1019886 ENST00000437760 9 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1022519 1051736 ENST00000462097 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000462097 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000462097 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000462097 6 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022519 1022584 ENST00000462097 7 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1022521 1027674 ENST00000473600 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1022570 1051741 ENST00000475119 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000475119 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000475119 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022882 1022977 ENST00000475119 5 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022570 1022584 ENST00000475119 6 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1022955 1028193 ENST00000442117 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000442117 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025733 1025808 ENST00000442117 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1022955 1022977 ENST00000442117 5 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1025786 1028193 ENST00000427787 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026852 1026923 ENST00000427787 3 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026658 1026754 ENST00000427787 4 C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1025786 1025808 ENST00000427787 5 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1026426 1051467 ENST00000472741 NA C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1026880 1051469 ENST00000480643 NA C1orf159 ENSG00000131591 Not Supported Not Supported +CDS 1 1026880 1026923 ENST00000480643 6 C1orf159 ENSG00000131591 Not Supported Not Supported +transcript 1 1072397 1079436 ENST00000416774 NA RP11-465B22.5 ENSG00000223823 Not Supported Not Supported +transcript 1 1102484 1102578 ENST00000384997 NA MIR200B ENSG00000207730 Not Supported Not Supported +transcript 1 1103243 1103332 ENST00000384875 NA MIR200A ENSG00000207607 Not Supported Not Supported +transcript 1 1104385 1104467 ENST00000362106 NA MIR429 ENSG00000198976 Not Supported Not Supported +transcript 1 1104737 1105723 ENST00000606993 NA RP11-465B22.8 ENSG00000272141 Not Supported Not Supported +transcript 1 1108436 1114935 ENST00000379317 NA TTLL10-AS1 ENSG00000205231 Not Supported Not Supported +transcript 1 1109264 1110414 ENST00000506177 NA TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1109283 1133315 ENST00000379290 NA TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1114596 1114713 ENST00000379290 4 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115037 1115117 ENST00000379290 5 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115414 1115720 ENST00000379290 6 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115863 1115981 ENST00000379290 7 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1116111 1116240 ENST00000379290 8 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117121 1117195 ENST00000379290 9 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117741 1117826 ENST00000379290 10 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1118256 1118427 ENST00000379290 11 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1119300 1119471 ENST00000379290 12 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1120349 1120489 ENST00000379290 13 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1131980 1132096 ENST00000379290 14 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1132473 1132566 ENST00000379290 15 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1132818 1133224 ENST00000379290 16 TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1109286 1133313 ENST00000379289 NA TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1114596 1114713 ENST00000379289 4 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115037 1115117 ENST00000379289 5 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115414 1115720 ENST00000379289 6 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115863 1115981 ENST00000379289 7 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1116111 1116240 ENST00000379289 8 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117121 1117195 ENST00000379289 9 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117741 1117826 ENST00000379289 10 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1118256 1118427 ENST00000379289 11 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1119300 1119471 ENST00000379289 12 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1120349 1120489 ENST00000379289 13 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1131980 1132096 ENST00000379289 14 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1132473 1132566 ENST00000379289 15 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1132818 1133224 ENST00000379289 16 TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1115077 1121244 ENST00000379288 NA TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115434 1115720 ENST00000379288 2 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1115863 1115981 ENST00000379288 3 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1116111 1116240 ENST00000379288 4 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117121 1117195 ENST00000379288 5 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1117741 1117826 ENST00000379288 6 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1118256 1118427 ENST00000379288 7 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1119300 1119471 ENST00000379288 8 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1120349 1120519 ENST00000379288 9 TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1115864 1119307 ENST00000460998 NA TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1115917 1116264 ENST00000514695 NA TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1120416 1132855 ENST00000486379 NA TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1120416 1120489 ENST00000486379 1 TTLL10 ENSG00000162571 Not Supported Not Supported +CDS 1 1131766 1131828 ENST00000486379 2 TTLL10 ENSG00000162571 Not Supported Not Supported +transcript 1 1138888 1141951 ENST00000328596 NA TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1141765 1141951 ENST00000328596 1 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1140750 1140872 ENST00000328596 2 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139779 1139866 ENST00000328596 3 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1138974 1139340 ENST00000328596 4 TNFRSF18 ENSG00000186891 Not Supported Not Supported +transcript 1 1138891 1142071 ENST00000379268 NA TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1141765 1141951 ENST00000379268 1 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1140750 1140872 ENST00000379268 2 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139779 1139866 ENST00000379268 3 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139414 1139616 ENST00000379268 4 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139227 1139348 ENST00000379268 5 TNFRSF18 ENSG00000186891 Not Supported Not Supported +transcript 1 1139224 1141060 ENST00000486728 NA TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1140750 1140843 ENST00000486728 1 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139779 1139866 ENST00000486728 2 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139414 1139616 ENST00000486728 3 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139227 1139348 ENST00000486728 4 TNFRSF18 ENSG00000186891 Not Supported Not Supported +transcript 1 1139224 1141951 ENST00000379265 NA TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1141765 1141951 ENST00000379265 1 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1140750 1140872 ENST00000379265 2 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139779 1139866 ENST00000379265 3 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139435 1139616 ENST00000379265 4 TNFRSF18 ENSG00000186891 Not Supported Not Supported +CDS 1 1139227 1139348 ENST00000379265 5 TNFRSF18 ENSG00000186891 Not Supported Not Supported +transcript 1 1146706 1149512 ENST00000379236 NA TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1149363 1149507 ENST00000379236 1 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1149043 1149165 ENST00000379236 2 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1148372 1148473 ENST00000379236 3 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1148018 1148084 ENST00000379236 4 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1147322 1147518 ENST00000379236 5 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1147084 1147212 ENST00000379236 6 TNFRSF4 ENSG00000186827 Not Supported Not Supported +CDS 1 1146938 1147005 ENST00000379236 7 TNFRSF4 ENSG00000186827 Not Supported Not Supported +transcript 1 1146720 1149518 ENST00000497869 NA TNFRSF4 ENSG00000186827 Not Supported Not Supported +transcript 1 1147399 1148878 ENST00000453580 NA TNFRSF4 ENSG00000186827 Not Supported Not Supported +transcript 1 1152288 1167381 ENST00000360001 NA SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1163848 1164173 ENST00000360001 2 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1159212 1159348 ENST00000360001 3 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1158624 1158737 ENST00000360001 4 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1154149 1154307 ENST00000360001 5 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1153838 1154013 ENST00000360001 6 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1152895 1153068 ENST00000360001 7 SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1152311 1167411 ENST00000465727 NA SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1163848 1164173 ENST00000465727 2 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1159212 1159348 ENST00000465727 3 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1158624 1158737 ENST00000465727 4 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1154149 1154323 ENST00000465727 5 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1154004 1154013 ENST00000465727 6 SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1152311 1167411 ENST00000263741 NA SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1163848 1164173 ENST00000263741 2 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1159212 1159348 ENST00000263741 3 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1158624 1158737 ENST00000263741 4 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1154149 1154307 ENST00000263741 5 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1153838 1154013 ENST00000263741 6 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1153053 1153184 ENST00000263741 7 SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1152312 1156731 ENST00000494748 NA SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1152314 1155673 ENST00000478938 NA SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1153903 1163976 ENST00000403997 NA SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1163848 1163976 ENST00000403997 1 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1159212 1159348 ENST00000403997 2 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1158624 1158737 ENST00000403997 3 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1154149 1154385 ENST00000403997 4 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1153903 1154013 ENST00000403997 5 SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1156079 1167370 ENST00000545427 NA SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1163848 1164173 ENST00000545427 2 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1159212 1159348 ENST00000545427 3 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1158624 1158737 ENST00000545427 4 SDF4 ENSG00000078808 Not Supported Not Supported +CDS 1 1156082 1156110 ENST00000545427 5 SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1162652 1167348 ENST00000459994 NA SDF4 ENSG00000078808 Not Supported Not Supported +transcript 1 1167629 1170421 ENST00000379198 NA B3GALT6 ENSG00000176022 Not Supported Not Supported +CDS 1 1167659 1168645 ENST00000379198 1 B3GALT6 ENSG00000176022 Not Supported Not Supported +transcript 1 1177826 1178843 ENST00000462849 NA FAM132A ENSG00000184163 Not Supported Not Supported +transcript 1 1177829 1178538 ENST00000478606 NA FAM132A ENSG00000184163 Not Supported Not Supported +transcript 1 1177833 1182102 ENST00000330388 NA FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1181894 1182070 ENST00000330388 1 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1179761 1179877 ENST00000330388 2 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1179571 1179655 ENST00000330388 3 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1179334 1179485 ENST00000330388 4 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1178824 1178932 ENST00000330388 5 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1178442 1178532 ENST00000330388 6 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1178215 1178293 ENST00000330388 7 FAM132A ENSG00000184163 Not Supported Not Supported +CDS 1 1177931 1178026 ENST00000330388 8 FAM132A ENSG00000184163 Not Supported Not Supported +transcript 1 1178646 1179798 ENST00000468365 NA FAM132A ENSG00000184163 Not Supported Not Supported +transcript 1 1179361 1180104 ENST00000486627 NA FAM132A ENSG00000184163 Not Supported Not Supported +transcript 1 1185157 1186714 ENST00000565563 NA RP5-902P8.12 ENSG00000260179 Not Supported Not Supported +transcript 1 1189289 1209233 ENST00000450390 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203244 1203372 ENST00000450390 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1201670 1201670 ENST00000450390 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1189294 1209234 ENST00000347370 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198741 ENST00000347370 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000347370 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000347370 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000347370 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000347370 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1189850 1209265 ENST00000349431 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000349431 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000349431 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000349431 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000349431 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000349431 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000349431 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190285 1201503 ENST00000339385 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1201478 1201503 ENST00000339385 1 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000339385 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000339385 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000339385 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000339385 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000339385 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190285 1209244 ENST00000348298 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198741 ENST00000348298 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000348298 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000348298 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000348298 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000348298 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190365 1209235 ENST00000400929 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198741 ENST00000400929 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000400929 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000400929 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000400929 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000400929 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190428 1209244 ENST00000464036 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000464036 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000464036 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1197649 1197770 ENST00000464036 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192670 1192690 ENST00000464036 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190544 1209106 ENST00000360466 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000360466 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000360466 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000360466 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000360466 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000360466 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000360466 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190558 1209213 ENST00000400930 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000400930 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1200163 1200210 ENST00000400930 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000400930 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000400930 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000400930 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000400930 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190586 1190867 ENST00000400930 8 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190644 1191715 ENST00000467339 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190648 1209229 ENST00000473215 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203241 1203372 ENST00000473215 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190775 1209224 ENST00000435198 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000435198 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000435198 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192588 1192690 ENST00000435198 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192510 ENST00000435198 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000435198 6 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190775 1190867 ENST00000435198 7 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1190819 1209207 ENST00000509720 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192372 1192422 ENST00000509720 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1191425 1191505 ENST00000509720 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1190819 1190867 ENST00000509720 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1191429 1209170 ENST00000491779 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192372 1209195 ENST00000466752 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203241 1203372 ENST00000466752 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192391 1209213 ENST00000503294 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203241 1203372 ENST00000503294 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192429 1209234 ENST00000477894 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000477894 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000477894 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1197643 1197770 ENST00000477894 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192502 1198949 ENST00000471154 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192607 1209217 ENST00000422076 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000422076 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1200163 1200210 ENST00000422076 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000422076 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192607 1192690 ENST00000422076 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1192650 1209234 ENST00000502382 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000502382 3 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1198726 1198766 ENST00000502382 4 UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1192650 1192690 ENST00000502382 5 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1198233 1209217 ENST00000461142 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1203242 1208851 ENST00000488418 NA UBE2J2 ENSG00000160087 Not Supported Not Supported +CDS 1 1203242 1203372 ENST00000488418 2 UBE2J2 ENSG00000160087 Not Supported Not Supported +transcript 1 1210603 1215800 ENST00000434139 NA RP5-902P8.10 ENSG00000230415 Not Supported Not Supported +transcript 1 1210617 1214773 ENST00000453732 NA RP5-902P8.10 ENSG00000230415 Not Supported Not Supported +transcript 1 1215816 1227399 ENST00000379116 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216042 1216046 ENST00000379116 1 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216606 1216677 ENST00000379116 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216791 1216990 ENST00000379116 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1217622 1217695 ENST00000379116 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219358 1219470 ENST00000379116 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1220951 1221044 ENST00000379116 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221658 ENST00000379116 7 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222148 1222355 ENST00000379116 8 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222489 1222679 ENST00000379116 9 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222888 1222976 ENST00000379116 10 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223053 1223216 ENST00000379116 11 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223319 1223417 ENST00000379116 12 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225651 1225768 ENST00000379116 13 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225857 1225935 ENST00000379116 14 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226017 1226074 ENST00000379116 15 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226275 1226333 ENST00000379116 16 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226445 1226520 ENST00000379116 17 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226634 1226987 ENST00000379116 18 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1215852 1226753 ENST00000379101 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216042 1216046 ENST00000379101 1 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216606 1216677 ENST00000379101 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1216791 1216990 ENST00000379101 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1217622 1217695 ENST00000379101 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219358 1219470 ENST00000379101 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221658 ENST00000379101 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222148 1222314 ENST00000379101 7 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1215968 1227404 ENST00000338555 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219405 1219470 ENST00000338555 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221658 ENST00000338555 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222148 1222355 ENST00000338555 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222489 1222679 ENST00000338555 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222888 1222976 ENST00000338555 7 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223053 1223216 ENST00000338555 8 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223319 1223417 ENST00000338555 9 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225651 1225768 ENST00000338555 10 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225857 1225935 ENST00000338555 11 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226017 1226074 ENST00000338555 12 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226275 1226333 ENST00000338555 13 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226445 1226520 ENST00000338555 14 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226634 1226987 ENST00000338555 15 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1217305 1221548 ENST00000470022 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1217639 1217699 ENST00000470022 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219358 1219470 ENST00000470022 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221548 ENST00000470022 4 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1217489 1227404 ENST00000325425 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1217639 1217695 ENST00000325425 1 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219358 1219470 ENST00000325425 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1220951 1221044 ENST00000325425 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221658 ENST00000325425 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222148 1222355 ENST00000325425 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222489 1222679 ENST00000325425 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222888 1222976 ENST00000325425 7 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223053 1223216 ENST00000325425 8 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223319 1223417 ENST00000325425 9 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225651 1225768 ENST00000325425 10 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225857 1225935 ENST00000325425 11 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226017 1226074 ENST00000325425 12 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226275 1226333 ENST00000325425 13 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226445 1226520 ENST00000325425 14 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226634 1226987 ENST00000325425 15 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1217544 1220977 ENST00000467651 NA SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1217576 1227409 ENST00000400928 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1219405 1219470 ENST00000400928 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1221306 1221658 ENST00000400928 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222148 1222355 ENST00000400928 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222489 1222679 ENST00000400928 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222888 1222976 ENST00000400928 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223053 1223216 ENST00000400928 7 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223319 1223417 ENST00000400928 8 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225651 1225768 ENST00000400928 9 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225857 1225935 ENST00000400928 10 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226017 1226074 ENST00000400928 11 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226275 1226333 ENST00000400928 12 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226445 1226520 ENST00000400928 13 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226634 1226987 ENST00000400928 14 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1222489 1226323 ENST00000379099 NA SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222489 1222679 ENST00000379099 1 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1222888 1223216 ENST00000379099 2 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1223319 1223417 ENST00000379099 3 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225651 1225768 ENST00000379099 4 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1225857 1225935 ENST00000379099 5 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226017 1226074 ENST00000379099 6 SCNN1D ENSG00000162572 Not Supported Not Supported +CDS 1 1226275 1226323 ENST00000379099 7 SCNN1D ENSG00000162572 Not Supported Not Supported +transcript 1 1227756 1243398 ENST00000354700 NA ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1243149 1243195 ENST00000354700 1 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1239466 1239523 ENST00000354700 2 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1238542 1238661 ENST00000354700 3 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1238302 1238355 ENST00000354700 4 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1237368 1237426 ENST00000354700 5 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235889 1236072 ENST00000354700 6 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235538 1235582 ENST00000354700 7 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235353 1235448 ENST00000354700 8 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235211 1235285 ENST00000354700 9 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1234725 1234736 ENST00000354700 10 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233947 1234059 ENST00000354700 11 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233750 1233801 ENST00000354700 12 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233393 1233493 ENST00000354700 13 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233202 1233313 ENST00000354700 14 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231805 1232013 ENST00000354700 15 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231591 1231660 ENST00000354700 16 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231395 1231489 ENST00000354700 17 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231116 1231318 ENST00000354700 18 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1230827 1230934 ENST00000354700 19 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1230098 1230196 ENST00000354700 20 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229782 1230008 ENST00000354700 21 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229470 1229579 ENST00000354700 22 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229203 1229313 ENST00000354700 23 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1228947 1229088 ENST00000354700 24 ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1227764 1243269 ENST00000353662 NA ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1238542 1238640 ENST00000353662 3 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1238302 1238355 ENST00000353662 4 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1237368 1237426 ENST00000353662 5 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235889 1236072 ENST00000353662 6 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235538 1235582 ENST00000353662 7 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235353 1235448 ENST00000353662 8 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1235211 1235285 ENST00000353662 9 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1234725 1234736 ENST00000353662 10 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233947 1234059 ENST00000353662 11 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233750 1233801 ENST00000353662 12 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233393 1233493 ENST00000353662 13 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1233202 1233313 ENST00000353662 14 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231805 1232013 ENST00000353662 15 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231591 1231660 ENST00000353662 16 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231395 1231489 ENST00000353662 17 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1231116 1231318 ENST00000353662 18 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1230827 1230934 ENST00000353662 19 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229782 1230008 ENST00000353662 20 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229470 1229579 ENST00000353662 21 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1229203 1229313 ENST00000353662 22 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1228947 1229088 ENST00000353662 23 ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1227770 1241309 ENST00000492936 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1228250 1234335 ENST00000467278 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1229879 1230388 ENST00000470659 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1231816 1233645 ENST00000379037 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1231846 1234997 ENST00000476572 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1233217 1233621 ENST00000493992 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1234124 1244989 ENST00000472541 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1235576 1243201 ENST00000354980 NA ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1243149 1243195 ENST00000354980 1 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1242717 1242763 ENST00000354980 2 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1239466 1239523 ENST00000354980 3 ACAP3 ENSG00000131584 Not Supported Not Supported +CDS 1 1238658 1238661 ENST00000354980 4 ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1236828 1240281 ENST00000478065 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1237236 1243210 ENST00000479108 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1238590 1243198 ENST00000438966 NA ACAP3 ENSG00000131584 Not Supported Not Supported +transcript 1 1243947 1247057 ENST00000379031 NA PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1244024 1244100 ENST00000379031 1 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1244295 1244352 ENST00000379031 2 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1244466 1244653 ENST00000379031 3 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1244834 1244983 ENST00000379031 4 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1245061 1245231 ENST00000379031 5 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1246014 1246068 ENST00000379031 6 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1246289 1246451 ENST00000379031 7 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1246710 1246756 ENST00000379031 8 PUSL1 ENSG00000169972 Not Supported Not Supported +transcript 1 1243991 1246408 ENST00000470520 NA PUSL1 ENSG00000169972 Not Supported Not Supported +transcript 1 1244168 1245220 ENST00000463758 NA PUSL1 ENSG00000169972 Not Supported Not Supported +transcript 1 1244201 1246449 ENST00000467712 NA PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1245071 1245231 ENST00000467712 4 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1246014 1246068 ENST00000467712 5 PUSL1 ENSG00000169972 Not Supported Not Supported +CDS 1 1246289 1246449 ENST00000467712 6 PUSL1 ENSG00000169972 Not Supported Not Supported +transcript 1 1244615 1247056 ENST00000493657 NA PUSL1 ENSG00000169972 Not Supported Not Supported +transcript 1 1246965 1250813 ENST00000470030 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246977 1260071 ENST00000435064 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000435064 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000435064 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000435064 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000435064 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000435064 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000435064 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000435064 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000435064 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000435064 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000435064 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000435064 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000435064 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000435064 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000435064 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000435064 15 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000435064 16 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000435064 17 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246978 1248080 ENST00000497304 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246980 1260001 ENST00000323275 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246981 1260053 ENST00000411962 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000411962 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258561 1258667 ENST00000411962 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000411962 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000411962 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000411962 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000411962 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000411962 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000411962 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000411962 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000411962 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000411962 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000411962 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000411962 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000411962 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000411962 15 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246982 1252830 ENST00000462432 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246986 1250550 ENST00000478641 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246986 1260017 ENST00000421495 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249294 ENST00000421495 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000421495 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000421495 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000421495 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000421495 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000421495 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000421495 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000421495 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000421495 14 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246986 1260030 ENST00000458452 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000458452 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258510 1258667 ENST00000458452 2 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246986 1260033 ENST00000419704 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000419704 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000419704 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000419704 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000419704 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000419704 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000419704 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000419704 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000419704 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000419704 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000419704 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000419704 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000419704 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000419704 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000419704 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000419704 15 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1246986 1259989 ENST00000540437 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1257288 1257333 ENST00000540437 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000540437 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000540437 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000540437 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000540437 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000540437 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000540437 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000540437 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000540437 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000540437 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000540437 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000540437 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000540437 15 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000540437 16 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000540437 17 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000540437 18 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000540437 19 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247007 1260008 ENST00000532772 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000532772 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000532772 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250331 1250342 ENST00000532772 3 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247199 1260050 ENST00000450926 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000450926 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000450926 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000450926 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000450926 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250932 ENST00000450926 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000450926 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000450926 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000450926 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000450926 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000450926 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000450926 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000450926 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000450926 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000450926 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000450926 15 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000450926 16 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000450926 17 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247203 1260046 ENST00000527098 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000527098 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258561 1258667 ENST00000527098 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000527098 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255867 1255909 ENST00000527098 4 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247203 1260017 ENST00000545578 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256414 ENST00000545578 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000545578 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000545578 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000545578 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000545578 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000545578 8 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000545578 9 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249112 1249301 ENST00000545578 10 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248889 1248972 ENST00000545578 11 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248415 1248504 ENST00000545578 12 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1248167 1248329 ENST00000545578 13 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247973 1248080 ENST00000545578 14 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247820 1247881 ENST00000545578 15 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247606 1247748 ENST00000545578 16 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247398 1247527 ENST00000545578 17 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1247242 1247304 ENST00000545578 18 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247460 1249205 ENST00000485710 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247640 1249160 ENST00000461514 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247645 1249145 ENST00000525164 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247664 1260028 ENST00000528879 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000528879 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000528879 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000528879 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000528879 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000528879 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000528879 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000528879 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249170 1249301 ENST00000528879 8 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1247666 1249130 ENST00000525769 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1248167 1254726 ENST00000531377 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254726 ENST00000531377 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000531377 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250328 1250342 ENST00000531377 3 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1248319 1250988 ENST00000527383 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250988 ENST00000527383 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250328 1250342 ENST00000527383 2 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1248439 1250044 ENST00000531292 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1248926 1250981 ENST00000467408 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1249125 1260010 ENST00000434694 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000434694 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000434694 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000434694 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254452 1254904 ENST00000434694 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250204 1250342 ENST00000434694 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249681 1249745 ENST00000434694 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1249125 1249301 ENST00000434694 7 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1249516 1250521 ENST00000531020 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1249693 1251077 ENST00000533916 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1249793 1260009 ENST00000488042 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250206 1260038 ENST00000526797 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000526797 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000526797 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000526797 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254771 1254813 ENST00000526797 4 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250207 1260040 ENST00000526332 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254732 ENST00000526332 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000526332 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000526332 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250207 1250342 ENST00000526332 5 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250258 1260005 ENST00000430786 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000430786 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258561 1258667 ENST00000430786 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1257288 1257364 ENST00000430786 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256383 1256473 ENST00000430786 4 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250296 1260051 ENST00000527719 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1257288 1257333 ENST00000527719 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000527719 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000527719 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000527719 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000527719 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000527719 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250296 1250342 ENST00000527719 8 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250298 1260039 ENST00000530031 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000530031 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258527 1258667 ENST00000530031 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000530031 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000530031 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254676 1254904 ENST00000530031 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250900 1250998 ENST00000530031 6 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250784 1250818 ENST00000530031 7 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1250298 1250342 ENST00000530031 8 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250384 1260017 ENST00000526113 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250526 1260038 ENST00000526904 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1250940 1256285 ENST00000525603 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254059 1260046 ENST00000429572 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254061 1260067 ENST00000498173 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254077 1259991 ENST00000496353 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254440 1260038 ENST00000493534 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254686 1260051 ENST00000534345 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000534345 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256476 ENST00000534345 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000534345 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254686 1254904 ENST00000534345 4 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254727 1260022 ENST00000532952 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254761 1260029 ENST00000490853 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254761 1260040 ENST00000531019 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000531019 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000531019 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256021 1256062 ENST00000531019 3 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254783 1260040 ENST00000498476 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259988 ENST00000498476 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258561 1258667 ENST00000498476 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1257288 1257360 ENST00000498476 3 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000498476 4 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1255836 1255909 ENST00000498476 5 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1254783 1254904 ENST00000498476 6 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1254850 1259983 ENST00000470679 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259983 ENST00000470679 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256376 1256473 ENST00000470679 2 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1256018 1256062 ENST00000470679 3 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1255858 1259993 ENST00000525285 NA CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1259961 1259993 ENST00000525285 1 CPSF3L ENSG00000127054 Not Supported Not Supported +CDS 1 1258507 1258667 ENST00000525285 2 CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1258151 1260038 ENST00000530233 NA CPSF3L ENSG00000127054 Not Supported Not Supported +transcript 1 1252961 1254069 ENST00000444968 NA RP5-890O3.9 ENSG00000240731 Not Supported Not Supported +transcript 1 1260136 1263374 ENST00000464957 NA GLTPD1 ENSG00000224051 Not Supported Not Supported +transcript 1 1260147 1264277 ENST00000343938 NA GLTPD1 ENSG00000224051 Not Supported Not Supported +CDS 1 1262291 1262412 ENST00000343938 2 GLTPD1 ENSG00000224051 Not Supported Not Supported +CDS 1 1262621 1263140 ENST00000343938 3 GLTPD1 ENSG00000224051 Not Supported Not Supported +transcript 1 1260621 1262851 ENST00000488011 NA GLTPD1 ENSG00000224051 Not Supported Not Supported +CDS 1 1262291 1262412 ENST00000488011 2 GLTPD1 ENSG00000224051 Not Supported Not Supported +CDS 1 1262621 1262851 ENST00000488011 3 GLTPD1 ENSG00000224051 Not Supported Not Supported +transcript 1 1266694 1270686 ENST00000339381 NA TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1266726 1266916 ENST00000339381 1 TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1267018 1267318 ENST00000339381 2 TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1267404 1268186 ENST00000339381 3 TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1268301 1268504 ENST00000339381 4 TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1268639 1268759 ENST00000339381 5 TAS1R3 ENSG00000169962 Not Supported Not Supported +CDS 1 1268886 1269841 ENST00000339381 6 TAS1R3 ENSG00000169962 Not Supported Not Supported +transcript 1 1270656 1284492 ENST00000378891 NA DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1284276 1284445 ENST00000378891 1 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1278069 1278138 ENST00000378891 2 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277743 1277864 ENST00000378891 3 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277433 1277536 ENST00000378891 4 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277047 1277185 ENST00000378891 5 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275790 1275883 ENST00000378891 6 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275627 1275696 ENST00000378891 7 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275418 1275557 ENST00000378891 8 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275116 1275192 ENST00000378891 9 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1274962 1275029 ENST00000378891 10 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1274742 1274819 ENST00000378891 11 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273902 1274033 ENST00000378891 12 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273649 1273816 ENST00000378891 13 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273357 1273563 ENST00000378891 14 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1271525 1271895 ENST00000378891 15 DVL1 ENSG00000107404 Not Supported Not Supported +transcript 1 1270656 1284730 ENST00000378888 NA DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1284276 1284445 ENST00000378888 1 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1278069 1278138 ENST00000378888 2 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277743 1277864 ENST00000378888 3 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277433 1277536 ENST00000378888 4 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1277047 1277185 ENST00000378888 5 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275790 1275883 ENST00000378888 6 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275627 1275696 ENST00000378888 7 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275418 1275557 ENST00000378888 8 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1275116 1275192 ENST00000378888 9 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1274962 1275029 ENST00000378888 10 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1274667 1274819 ENST00000378888 11 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273902 1274033 ENST00000378888 12 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273649 1273816 ENST00000378888 13 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1273357 1273563 ENST00000378888 14 DVL1 ENSG00000107404 Not Supported Not Supported +CDS 1 1271525 1271895 ENST00000378888 15 DVL1 ENSG00000107404 Not Supported Not Supported +transcript 1 1277150 1284335 ENST00000472445 NA DVL1 ENSG00000107404 Not Supported Not Supported +transcript 1 1288069 1289644 ENST00000474033 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288071 1293915 ENST00000309212 NA MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1293836 1293884 ENST00000309212 1 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1292061 1292084 ENST00000309212 2 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290830 1291132 ENST00000309212 3 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290624 1290725 ENST00000309212 4 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290062 1290532 ENST00000309212 5 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289734 1289889 ENST00000309212 6 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289573 1289612 ENST00000309212 7 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289410 1289486 ENST00000309212 8 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289228 1289308 ENST00000309212 9 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1288987 1289009 ENST00000309212 10 MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288072 1293923 ENST00000445648 NA MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1293836 1293884 ENST00000445648 1 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1292061 1292084 ENST00000445648 2 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290830 1291132 ENST00000445648 3 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290624 1290725 ENST00000445648 4 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290062 1290532 ENST00000445648 5 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289734 1289889 ENST00000445648 6 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289573 1289612 ENST00000445648 7 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289410 1289486 ENST00000445648 8 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289228 1289326 ENST00000445648 9 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1288684 1288712 ENST00000445648 10 MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288072 1297157 ENST00000477278 NA MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1296622 1296643 ENST00000477278 1 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1292061 1292084 ENST00000477278 2 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290830 1291132 ENST00000477278 3 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290624 1290725 ENST00000477278 4 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290062 1290532 ENST00000477278 5 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289734 1289889 ENST00000477278 6 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289573 1289612 ENST00000477278 7 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289410 1289486 ENST00000477278 8 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289228 1289308 ENST00000477278 9 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1288987 1289009 ENST00000477278 10 MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288072 1293920 ENST00000342753 NA MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1293836 1293884 ENST00000342753 1 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1292061 1292084 ENST00000342753 2 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290624 1290725 ENST00000342753 3 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1290062 1290532 ENST00000342753 4 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289734 1289889 ENST00000342753 5 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289573 1289612 ENST00000342753 6 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289410 1289486 ENST00000342753 7 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1289228 1289308 ENST00000342753 8 MXRA8 ENSG00000162576 Not Supported Not Supported +CDS 1 1288987 1289009 ENST00000342753 9 MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288572 1289854 ENST00000473097 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288595 1289627 ENST00000478517 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1288819 1290396 ENST00000476718 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1290384 1290892 ENST00000464351 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1290463 1290892 ENST00000460473 NA MXRA8 ENSG00000162576 Not Supported Not Supported +transcript 1 1309110 1310537 ENST00000338370 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1310085 1310136 ENST00000338370 1 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309380 1309825 ENST00000338370 2 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309184 1309282 ENST00000338370 3 AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1309110 1310875 ENST00000338338 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1310085 1310136 ENST00000338338 2 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309380 1309825 ENST00000338338 3 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309184 1309282 ENST00000338338 4 AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1309112 1310549 ENST00000321751 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1310085 1310136 ENST00000321751 2 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309380 1309825 ENST00000321751 3 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309184 1309282 ENST00000321751 4 AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1309117 1310553 ENST00000378853 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1310085 1310136 ENST00000378853 2 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309380 1309825 ENST00000378853 3 AURKAIP1 ENSG00000175756 Not Supported Not Supported +CDS 1 1309184 1309282 ENST00000378853 4 AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1309624 1310524 ENST00000489799 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1309818 1310539 ENST00000496905 NA AURKAIP1 ENSG00000175756 Not Supported Not Supported +transcript 1 1314046 1314412 ENST00000435351 NA RP5-890O3.3 ENSG00000223663 Not Supported Not Supported +transcript 1 1321091 1326476 ENST00000480479 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321862 1333684 ENST00000482621 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333684 ENST00000482621 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330851 1330917 ENST00000482621 2 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321862 1333684 ENST00000408952 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1326146 1326238 ENST00000408952 5 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1325839 1325943 ENST00000408952 6 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1325610 1325751 ENST00000408952 7 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1323334 1323445 ENST00000408952 8 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1323157 1323249 ENST00000408952 9 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1322614 1322962 ENST00000408952 10 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321875 1324093 ENST00000463260 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321875 1334692 ENST00000400809 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1334399 1334686 ENST00000400809 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334051 ENST00000400809 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000400809 3 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330774 1330894 ENST00000400809 4 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328776 1328840 ENST00000400809 5 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1326146 1326245 ENST00000400809 6 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1325839 1325943 ENST00000400809 7 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1325610 1325751 ENST00000400809 8 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1323334 1323445 ENST00000400809 9 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1323157 1323249 ENST00000400809 10 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1322614 1322962 ENST00000400809 11 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321879 1334689 ENST00000496007 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1321882 1327134 ENST00000482365 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1322088 1334691 ENST00000481223 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1334399 1334686 ENST00000481223 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334051 ENST00000481223 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000481223 3 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330774 1330894 ENST00000481223 4 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328776 1328840 ENST00000481223 5 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328170 1328183 ENST00000481223 6 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1326921 1326955 ENST00000481223 7 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1322093 1327905 ENST00000418865 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1322502 1327029 ENST00000505849 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1322612 1334708 ENST00000488340 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1334399 1334686 ENST00000488340 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334051 ENST00000488340 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000488340 3 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330774 1330894 ENST00000488340 4 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328776 1328840 ENST00000488340 5 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328170 1328183 ENST00000488340 6 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1326238 1326245 ENST00000488340 7 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1322923 1326280 ENST00000492998 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1323403 1328096 ENST00000469113 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1324726 1326384 ENST00000480646 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1326533 1333746 ENST00000471930 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1327668 1334697 ENST00000408918 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1334399 1334686 ENST00000408918 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334051 ENST00000408918 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000408918 3 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330774 1330894 ENST00000408918 4 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328776 1328840 ENST00000408918 5 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1328165 1328183 ENST00000408918 6 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1328460 1333667 ENST00000473872 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1328824 1334705 ENST00000425598 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1334368 1334686 ENST00000425598 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334051 ENST00000425598 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000425598 3 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330859 1330894 ENST00000425598 4 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1330565 1333667 ENST00000463895 NA CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1330817 1334336 ENST00000497013 NA CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333977 1334045 ENST00000497013 1 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1333613 1333722 ENST00000497013 2 CCNL2 ENSG00000221978 Not Supported Not Supported +CDS 1 1330817 1330894 ENST00000497013 3 CCNL2 ENSG00000221978 Not Supported Not Supported +transcript 1 1334902 1336467 ENST00000448629 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1334932 1335069 ENST00000448629 1 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335538 1335683 ENST00000448629 2 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335985 1336111 ENST00000448629 3 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1334907 1337426 ENST00000444362 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1334932 1335065 ENST00000444362 1 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335538 1335667 ENST00000444362 2 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1334910 1337406 ENST00000418833 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1334932 1335988 ENST00000576232 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1334932 1335065 ENST00000576232 1 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335538 1335667 ENST00000576232 2 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1334942 1335924 ENST00000570344 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1334942 1335069 ENST00000570344 1 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335538 1335687 ENST00000570344 2 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1334952 1337386 ENST00000447725 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1334952 1335069 ENST00000447725 1 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +CDS 1 1335361 1335509 ENST00000447725 2 RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1335186 1337413 ENST00000572242 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1335799 1337426 ENST00000453521 NA RP4-758J18.2 ENSG00000224870 Not Supported Not Supported +transcript 1 1337288 1342693 ENST00000344843 NA MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1342511 1342597 ENST00000344843 1 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1342289 1342399 ENST00000344843 2 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1341189 1341266 ENST00000344843 3 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1337466 1337636 ENST00000344843 4 MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1337293 1341687 ENST00000493287 NA MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1337293 1342648 ENST00000487659 NA MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1337562 1342378 ENST00000492508 NA MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1342289 1342378 ENST00000492508 1 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1341189 1341266 ENST00000492508 2 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1337949 1337981 ENST00000492508 3 MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1340489 1342670 ENST00000482352 NA MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1342511 1342597 ENST00000482352 1 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1342289 1342399 ENST00000482352 2 MRPL20 ENSG00000242485 Not Supported Not Supported +CDS 1 1341000 1341266 ENST00000482352 3 MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1341629 1342615 ENST00000477686 NA MRPL20 ENSG00000242485 Not Supported Not Supported +transcript 1 1340841 1341132 ENST00000582431 NA RN7SL657P ENSG00000264293 Not Supported Not Supported +transcript 1 1344476 1345998 ENST00000607307 NA RP4-758J18.13 ENSG00000272455 Not Supported Not Supported +transcript 1 1353800 1356824 ENST00000520296 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1356196 1356385 ENST00000520296 2 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1354925 1354929 ENST00000520296 3 ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1353800 1357149 ENST00000427211 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1356177 1356385 ENST00000427211 2 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1354617 1354929 ENST00000427211 3 ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1353804 1356650 ENST00000537107 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1356177 1356385 ENST00000537107 2 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1355432 1355972 ENST00000537107 3 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1354483 1354929 ENST00000537107 4 ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1354260 1355533 ENST00000454272 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1354518 1356640 ENST00000442470 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1356177 1356385 ENST00000442470 1 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1354617 1354929 ENST00000442470 2 ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1355625 1356272 ENST00000436362 NA ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1356177 1356272 ENST00000436362 1 ANKRD65 ENSG00000235098 Not Supported Not Supported +CDS 1 1355625 1355972 ENST00000436362 2 ANKRD65 ENSG00000235098 Not Supported Not Supported +transcript 1 1355625 1358071 ENST00000428932 NA RP4-758J18.7 ENSG00000225905 Not Supported Not Supported +transcript 1 1361508 1363167 ENST00000378821 NA TMEM88B ENSG00000205116 Not Supported Not Supported +CDS 1 1361508 1361765 ENST00000378821 1 TMEM88B ENSG00000205116 Not Supported Not Supported +CDS 1 1362934 1363164 ENST00000378821 2 TMEM88B ENSG00000205116 Not Supported Not Supported +transcript 1 1365919 1369953 ENST00000430109 NA RP4-758J18.10 ENSG00000225285 Not Supported Not Supported +transcript 1 1365930 1367223 ENST00000434150 NA RP4-758J18.10 ENSG00000225285 Not Supported Not Supported +transcript 1 1365930 1369868 ENST00000454562 NA RP4-758J18.10 ENSG00000225285 Not Supported Not Supported +transcript 1 1366044 1369900 ENST00000417917 NA RP4-758J18.10 ENSG00000225285 Not Supported Not Supported +transcript 1 1370241 1372839 ENST00000495558 NA VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1372339 1372839 ENST00000495558 2 VWA1 ENSG00000179403 Not Supported Not Supported +transcript 1 1370903 1376145 ENST00000338660 NA VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1371129 1371201 ENST00000338660 1 VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1372702 1372820 ENST00000338660 2 VWA1 ENSG00000179403 Not Supported Not Supported +transcript 1 1370903 1378262 ENST00000404702 NA VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1374466 1375164 ENST00000404702 3 VWA1 ENSG00000179403 Not Supported Not Supported +transcript 1 1371051 1378262 ENST00000476993 NA VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1371129 1371201 ENST00000476993 1 VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1372307 1372864 ENST00000476993 2 VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1374461 1375164 ENST00000476993 3 VWA1 ENSG00000179403 Not Supported Not Supported +transcript 1 1371115 1372557 ENST00000471398 NA VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1371129 1371201 ENST00000471398 1 VWA1 ENSG00000179403 Not Supported Not Supported +CDS 1 1372187 1372557 ENST00000471398 2 VWA1 ENSG00000179403 Not Supported Not Supported +transcript 1 1385069 1405538 ENST00000378785 NA ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1386064 1386138 ENST00000378785 1 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1387426 1387502 ENST00000378785 2 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1387745 1387814 ENST00000378785 3 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1389725 1389880 ENST00000378785 4 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1390840 1390899 ENST00000378785 5 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1391171 1391296 ENST00000378785 6 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1391605 1391729 ENST00000378785 7 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1392509 1392560 ENST00000378785 8 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1394541 1394611 ENST00000378785 9 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1396130 1396297 ENST00000378785 10 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1397980 1398088 ENST00000378785 11 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1403764 1403907 ENST00000378785 12 ATAD3C ENSG00000215915 Not Supported Not Supported +transcript 1 1385294 1391282 ENST00000475091 NA ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1386064 1386138 ENST00000475091 2 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1387426 1387502 ENST00000475091 3 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1387745 1387814 ENST00000475091 4 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1390840 1390899 ENST00000475091 5 ATAD3C ENSG00000215915 Not Supported Not Supported +CDS 1 1391171 1391282 ENST00000475091 6 ATAD3C ENSG00000215915 Not Supported Not Supported +transcript 1 1397863 1404043 ENST00000484537 NA ATAD3C ENSG00000215915 Not Supported Not Supported +transcript 1 1407143 1418486 ENST00000378741 NA ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1416307 1416316 ENST00000378741 5 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1417518 1417683 ENST00000378741 6 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1417925 1418042 ENST00000378741 7 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1418427 1418483 ENST00000378741 8 ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1407149 1431582 ENST00000308647 NA ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1407265 1407469 ENST00000308647 1 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1412654 1412730 ENST00000308647 2 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1414024 1414125 ENST00000308647 3 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1414429 1414488 ENST00000308647 4 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1416247 1416316 ENST00000308647 5 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1417518 1417683 ENST00000308647 6 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1417925 1417994 ENST00000308647 7 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1420396 1420551 ENST00000308647 8 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1421162 1421218 ENST00000308647 9 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1421490 1421615 ENST00000308647 10 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1421924 1422048 ENST00000308647 11 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1423243 1423294 ENST00000308647 12 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1424584 1424654 ENST00000308647 13 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1425637 1425804 ENST00000308647 14 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1425943 1426051 ENST00000308647 15 ATAD3B ENSG00000160072 Not Supported Not Supported +CDS 1 1430865 1431194 ENST00000308647 16 ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1413406 1433228 ENST00000472194 NA ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1414429 1418042 ENST00000378736 NA ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1418865 1431582 ENST00000485748 NA ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1419949 1431581 ENST00000474481 NA ATAD3B ENSG00000160072 Not Supported Not Supported +transcript 1 1447531 1470065 ENST00000378756 NA ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1447649 1447853 ENST00000378756 1 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1451392 1451468 ENST00000378756 2 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1452691 1452792 ENST00000378756 3 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1453096 1453155 ENST00000378756 4 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1454301 1454370 ENST00000378756 5 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455521 1455686 ENST00000378756 6 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455928 1455997 ENST00000378756 7 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458124 1458279 ENST00000378756 8 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458891 1458947 ENST00000378756 9 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459219 1459344 ENST00000378756 10 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459653 1459777 ENST00000378756 11 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1460620 1460671 ENST00000378756 12 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1461841 1461911 ENST00000378756 13 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1463075 1463242 ENST00000378756 14 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1464603 1464711 ENST00000378756 15 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1469306 1469449 ENST00000378756 16 ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1447555 1470065 ENST00000378755 NA ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1447649 1447853 ENST00000378755 1 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1451392 1451468 ENST00000378755 2 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1452547 1452792 ENST00000378755 3 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1453096 1453155 ENST00000378755 4 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1454301 1454370 ENST00000378755 5 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455521 1455686 ENST00000378755 6 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455928 1455997 ENST00000378755 7 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458124 1458279 ENST00000378755 8 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458891 1458947 ENST00000378755 9 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459219 1459344 ENST00000378755 10 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459653 1459777 ENST00000378755 11 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1460620 1460671 ENST00000378755 12 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1461841 1461911 ENST00000378755 13 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1463075 1463242 ENST00000378755 14 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1464603 1464711 ENST00000378755 15 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1469306 1469449 ENST00000378755 16 ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1447910 1470065 ENST00000339113 NA ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1447910 1448070 ENST00000339113 1 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1451392 1451468 ENST00000339113 2 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1452691 1452792 ENST00000339113 3 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1453096 1453155 ENST00000339113 4 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1454301 1454370 ENST00000339113 5 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455521 1455686 ENST00000339113 6 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455928 1455997 ENST00000339113 7 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458124 1458279 ENST00000339113 8 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458891 1458947 ENST00000339113 9 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459219 1459344 ENST00000339113 10 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459653 1459777 ENST00000339113 11 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1460620 1460671 ENST00000339113 12 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1461841 1461911 ENST00000339113 13 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1463075 1463242 ENST00000339113 14 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1464603 1464711 ENST00000339113 15 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1469306 1469452 ENST00000339113 16 ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1447910 1470067 ENST00000536055 NA ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1451424 1451468 ENST00000536055 2 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1452691 1452792 ENST00000536055 3 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1453096 1453155 ENST00000536055 4 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1454301 1454370 ENST00000536055 5 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455521 1455686 ENST00000536055 6 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1455928 1455997 ENST00000536055 7 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458124 1458279 ENST00000536055 8 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1458891 1458947 ENST00000536055 9 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459219 1459344 ENST00000536055 10 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459653 1459777 ENST00000536055 11 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1460620 1460671 ENST00000536055 12 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1461841 1461911 ENST00000536055 13 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1463075 1463242 ENST00000536055 14 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1464603 1464711 ENST00000536055 15 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1469306 1469449 ENST00000536055 16 ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1452450 1453155 ENST00000439513 NA ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1453001 1458160 ENST00000429957 NA ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1459653 1464711 ENST00000400830 NA ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1459653 1459777 ENST00000400830 1 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1460620 1460671 ENST00000400830 2 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1461841 1461911 ENST00000400830 3 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1462541 1462618 ENST00000400830 4 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1463075 1463242 ENST00000400830 5 ATAD3A ENSG00000197785 Not Supported Not Supported +CDS 1 1464603 1464711 ENST00000400830 6 ATAD3A ENSG00000197785 Not Supported Not Supported +transcript 1 1470554 1475737 ENST00000378733 NA TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1475670 1475726 ENST00000378733 1 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1475064 1475170 ENST00000378733 2 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1470969 1471177 ENST00000378733 3 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1470742 1470887 ENST00000378733 4 TMEM240 ENSG00000205090 Not Supported Not Supported +transcript 1 1470587 1475833 ENST00000425828 NA TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1475670 1475726 ENST00000425828 2 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1475064 1475170 ENST00000425828 3 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1470969 1471177 ENST00000425828 4 TMEM240 ENSG00000205090 Not Supported Not Supported +CDS 1 1470742 1470887 ENST00000425828 5 TMEM240 ENSG00000205090 Not Supported Not Supported +transcript 1 1477053 1510249 ENST00000291386 NA SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1509858 1509937 ENST00000291386 1 SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1500153 1500296 ENST00000291386 2 SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1480243 1480382 ENST00000291386 3 SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1479249 1479367 ENST00000291386 4 SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1477449 1477547 ENST00000291386 5 SSU72 ENSG00000160075 Not Supported Not Supported +transcript 1 1477054 1481867 ENST00000378726 NA SSU72 ENSG00000160075 Not Supported Not Supported +transcript 1 1480018 1509967 ENST00000378725 NA SSU72 ENSG00000160075 Not Supported Not Supported +transcript 1 1497725 1509964 ENST00000359060 NA SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1509858 1509937 ENST00000359060 1 SSU72 ENSG00000160075 Not Supported Not Supported +CDS 1 1499918 1500296 ENST00000359060 2 SSU72 ENSG00000160075 Not Supported Not Supported +transcript 1 1497726 1499904 ENST00000539195 NA AL645728.2 ENSG00000215791 Not Supported Not Supported +transcript 1 1510355 1511373 ENST00000366221 NA AL645728.1 ENSG00000215014 Not Supported Not Supported +CDS 1 1510357 1510656 ENST00000366221 1 AL645728.1 ENSG00000215014 Not Supported Not Supported +transcript 1 1515136 1515379 ENST00000426195 NA AL645728.3 ENSG00000236684 Not Supported Not Supported +transcript 1 1533392 1535476 ENST00000422725 NA C1orf233 ENSG00000228594 Not Supported Not Supported +CDS 1 1534718 1535395 ENST00000422725 1 C1orf233 ENSG00000228594 Not Supported Not Supported +transcript 1 1549138 1551175 ENST00000607222 NA RP11-345P4.9 ENSG00000272106 Not Supported Not Supported +transcript 1 1550795 1565985 ENST00000520777 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1550840 1551013 ENST00000520777 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000520777 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000520777 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000520777 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000520777 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000520777 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000520777 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560938 1561033 ENST00000520777 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000520777 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000520777 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000520777 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000520777 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000520777 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000520777 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000520777 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000520777 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000520777 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000520777 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000520777 19 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000520777 20 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550795 1565990 ENST00000357210 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551011 1551013 ENST00000357210 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000357210 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000357210 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000357210 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000357210 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000357210 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000357210 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000357210 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000357210 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000357210 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000357210 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000357210 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000357210 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000357210 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000357210 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000357210 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000357210 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000357210 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000357210 19 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000357210 20 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550795 1565990 ENST00000360522 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551011 1551013 ENST00000360522 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000360522 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000360522 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000360522 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000360522 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000360522 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000360522 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000360522 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000360522 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000360522 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000360522 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000360522 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000360522 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000360522 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000360522 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000360522 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000360522 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000360522 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000360522 19 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550795 1565990 ENST00000378710 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551011 1551013 ENST00000378710 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000378710 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000378710 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000378710 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000378710 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000378710 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000378710 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000378710 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000378710 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000378710 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000378710 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000378710 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000378710 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000378710 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000378710 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000378710 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000378710 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000378710 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000378710 19 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550801 1565990 ENST00000355826 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1550840 1551013 ENST00000355826 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000355826 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558811 1559079 ENST00000355826 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000355826 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000355826 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000355826 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000355826 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000355826 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000355826 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000355826 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000355826 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000355826 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000355826 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000355826 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000355826 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000355826 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000355826 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000355826 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000355826 19 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000355826 20 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550817 1565985 ENST00000518681 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1550840 1551013 ENST00000518681 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000518681 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000518681 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000518681 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000518681 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000518681 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000518681 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000518681 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000518681 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000518681 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000518681 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000518681 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000518681 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000518681 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000518681 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000518681 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000518681 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000518681 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000518681 19 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550823 1565985 ENST00000505820 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1550840 1551013 ENST00000505820 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000505820 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1559079 ENST00000505820 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000505820 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000505820 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000505820 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000505820 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000505820 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000505820 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000505820 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000505820 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000505820 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000505820 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000505820 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000505820 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000505820 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000505820 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000505820 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000505820 19 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000505820 20 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550834 1565984 ENST00000479659 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550876 1565984 ENST00000489635 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551011 1551013 ENST00000489635 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000489635 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558769 1558862 ENST00000489635 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000489635 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560182 ENST00000489635 5 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550894 1565984 ENST00000511502 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550896 1554590 ENST00000477990 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1550910 1560420 ENST00000514363 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551011 1551013 ENST00000514363 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1551888 1551994 ENST00000514363 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558811 1558862 ENST00000514363 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000514363 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560182 ENST00000514363 5 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551259 1565984 ENST00000487053 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558791 1559079 ENST00000487053 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000487053 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000487053 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000487053 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000487053 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000487053 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000487053 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000487053 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000487053 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000487053 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000487053 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000487053 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000487053 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000487053 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000487053 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564784 ENST00000487053 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564868 1564872 ENST00000487053 19 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551267 1560212 ENST00000502470 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559059 ENST00000502470 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559178 ENST00000502470 4 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551285 1565984 ENST00000378712 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559079 ENST00000378712 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000378712 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000378712 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000378712 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000378712 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000378712 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000378712 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000378712 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000378712 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000378712 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000378712 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000378712 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000378712 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000378712 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000378712 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565678 ENST00000378712 18 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551294 1553278 ENST00000507082 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551348 1552703 ENST00000463492 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551654 1560281 ENST00000510793 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559079 ENST00000510793 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000510793 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000510793 4 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551690 1565984 ENST00000504599 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558791 1559079 ENST00000504599 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000504599 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000504599 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000504599 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000504599 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000504599 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000504599 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000504599 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000504599 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000504599 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000504599 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000504599 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000504599 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000504599 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000504599 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000504599 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000504599 18 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000504599 19 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1551691 1564543 ENST00000507229 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1552788 1560201 ENST00000503789 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559079 ENST00000503789 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000503789 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560201 ENST00000503789 4 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1552940 1565984 ENST00000378708 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559079 ENST00000378708 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000378708 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000378708 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000378708 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000378708 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000378708 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000378708 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000378708 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000378708 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000378708 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000378708 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000378708 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000378708 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000378708 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000378708 16 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000378708 17 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565907 ENST00000378708 18 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1552957 1565912 ENST00000506488 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1558833 1559079 ENST00000506488 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559154 1559325 ENST00000506488 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000506488 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000506488 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000506488 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562030 1562134 ENST00000506488 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562432 ENST00000506488 8 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1558502 1560239 ENST00000512004 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1558961 1559589 ENST00000508455 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1559182 1565984 ENST00000514234 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1559182 1559325 ENST00000514234 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560175 1560281 ENST00000514234 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560371 1560565 ENST00000514234 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560666 1560808 ENST00000514234 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560926 1561033 ENST00000514234 5 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562217 1562379 ENST00000514234 6 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562454 1562587 ENST00000514234 7 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1562676 1562824 ENST00000514234 8 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563053 1563209 ENST00000514234 9 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563399 1563559 ENST00000514234 10 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563653 1563779 ENST00000514234 11 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000514234 12 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564513 1564691 ENST00000514234 13 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000514234 14 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000514234 15 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565910 ENST00000514234 16 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1560124 1561179 ENST00000467597 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1560467 1561143 ENST00000508148 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1560947 1562309 ENST00000486072 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1560947 1561033 ENST00000486072 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1561747 1561833 ENST00000486072 2 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1562240 1563210 ENST00000505370 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1562840 1564932 ENST00000473511 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1562902 1564650 ENST00000464570 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1563869 1565969 ENST00000483015 NA MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1563869 1564102 ENST00000483015 1 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564414 1564691 ENST00000483015 2 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1564765 1564946 ENST00000483015 3 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565019 1565084 ENST00000483015 4 MIB2 ENSG00000197530 Not Supported Not Supported +CDS 1 1565672 1565910 ENST00000483015 5 MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1564486 1565983 ENST00000511910 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1564853 1565985 ENST00000470373 NA MIB2 ENSG00000197530 Not Supported Not Supported +transcript 1 1567474 1570030 ENST00000356026 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1567598 1567753 ENST00000356026 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568162 1568292 ENST00000356026 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568360 1568499 ENST00000356026 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568567 1568734 ENST00000356026 4 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569127 1569291 ENST00000356026 5 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569368 1569478 ENST00000356026 6 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569581 1569707 ENST00000356026 7 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1569998 ENST00000356026 8 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1567542 1568499 ENST00000472264 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1567598 1567753 ENST00000472264 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568089 1568292 ENST00000472264 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568360 1568499 ENST00000472264 3 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1567557 1569850 ENST00000512731 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1567598 1567753 ENST00000512731 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568162 1568292 ENST00000512731 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568360 1568499 ENST00000512731 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568567 1568853 ENST00000512731 4 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1567558 1570030 ENST00000378675 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1567598 1567753 ENST00000378675 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568162 1568292 ENST00000378675 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568360 1568734 ENST00000378675 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569127 1569291 ENST00000378675 4 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569368 1569478 ENST00000378675 5 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569581 1569707 ENST00000378675 6 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1569919 ENST00000378675 7 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1568162 1570027 ENST00000479814 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568162 1568292 ENST00000479814 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568567 1568734 ENST00000479814 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569127 1569291 ENST00000479814 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569368 1569478 ENST00000479814 4 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569581 1569707 ENST00000479814 5 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1569922 ENST00000479814 6 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1568582 1569944 ENST00000435358 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568582 1568734 ENST00000435358 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569127 1569478 ENST00000435358 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569581 1569707 ENST00000435358 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1569922 ENST00000435358 4 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1568582 1569944 ENST00000503792 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1568582 1568859 ENST00000503792 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569127 1569291 ENST00000503792 2 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569368 1569478 ENST00000503792 3 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569581 1569707 ENST00000503792 4 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1569922 ENST00000503792 5 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1569058 1569980 ENST00000489782 NA MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1569381 1569984 ENST00000486400 NA MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1569619 1570639 ENST00000490017 NA MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569619 1569707 ENST00000490017 1 MMP23B ENSG00000189409 Not Supported Not Supported +CDS 1 1569827 1570001 ENST00000490017 2 MMP23B ENSG00000189409 Not Supported Not Supported +transcript 1 1570603 1580623 ENST00000513088 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580487 1580623 ENST00000513088 1 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577747 1577869 ENST00000513088 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577267 1577362 ENST00000513088 3 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577023 1577181 ENST00000513088 4 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1576409 1576474 ENST00000513088 5 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1575638 1575813 ENST00000513088 6 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573862 1573952 ENST00000513088 7 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573124 1573245 ENST00000513088 8 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572770 1572875 ENST00000513088 9 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572443 1572564 ENST00000513088 10 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572259 1572366 ENST00000513088 11 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572044 1572160 ENST00000513088 12 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571695 1571843 ENST00000513088 13 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571299 1571488 ENST00000513088 14 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571126 1571218 ENST00000513088 15 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1571100 1588935 ENST00000407249 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1588825 1588935 ENST00000407249 1 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1586823 1586938 ENST00000407249 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581359 1581409 ENST00000407249 3 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581134 1581245 ENST00000407249 4 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580972 1581004 ENST00000407249 5 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580821 1580858 ENST00000407249 6 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580487 1580665 ENST00000407249 7 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577747 1577869 ENST00000407249 8 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577267 1577362 ENST00000407249 9 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577023 1577181 ENST00000407249 10 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1576409 1576474 ENST00000407249 11 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1575638 1575813 ENST00000407249 12 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573862 1573952 ENST00000407249 13 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573124 1573245 ENST00000407249 14 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572770 1572875 ENST00000407249 15 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572443 1572564 ENST00000407249 16 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572259 1572366 ENST00000407249 17 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572044 1572160 ENST00000407249 18 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571695 1571843 ENST00000407249 19 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571299 1571488 ENST00000407249 20 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571129 1571218 ENST00000407249 21 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1571100 1588935 ENST00000317673 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1588825 1588935 ENST00000317673 1 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1586823 1586938 ENST00000317673 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581472 1581539 ENST00000317673 3 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581314 1581330 ENST00000317673 4 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581134 1581227 ENST00000317673 5 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580821 1580869 ENST00000317673 6 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580487 1580665 ENST00000317673 7 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577747 1577869 ENST00000317673 8 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577267 1577362 ENST00000317673 9 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577023 1577181 ENST00000317673 10 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1576409 1576474 ENST00000317673 11 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1575638 1575813 ENST00000317673 12 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573862 1573952 ENST00000317673 13 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573124 1573245 ENST00000317673 14 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572770 1572875 ENST00000317673 15 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572443 1572564 ENST00000317673 16 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572259 1572366 ENST00000317673 17 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572044 1572160 ENST00000317673 18 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571695 1571843 ENST00000317673 19 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571299 1571488 ENST00000317673 20 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571129 1571218 ENST00000317673 21 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1571100 1588935 ENST00000340677 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1588825 1588935 ENST00000340677 1 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1586823 1586938 ENST00000340677 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581487 1581504 ENST00000340677 3 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581134 1581245 ENST00000340677 4 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580940 1581004 ENST00000340677 5 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580487 1580665 ENST00000340677 6 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577747 1577869 ENST00000340677 7 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577267 1577362 ENST00000340677 8 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577023 1577181 ENST00000340677 9 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1576409 1576474 ENST00000340677 10 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1575638 1575813 ENST00000340677 11 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573862 1573952 ENST00000340677 12 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573124 1573245 ENST00000340677 13 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572770 1572875 ENST00000340677 14 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572443 1572564 ENST00000340677 15 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572259 1572366 ENST00000340677 16 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572044 1572160 ENST00000340677 17 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571695 1571843 ENST00000340677 18 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571299 1571488 ENST00000340677 19 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571129 1571218 ENST00000340677 20 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1571100 1588714 ENST00000341832 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1588706 1588714 ENST00000341832 1 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1586823 1586938 ENST00000341832 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581487 1581504 ENST00000341832 3 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1581134 1581245 ENST00000341832 4 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580940 1581004 ENST00000341832 5 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1580487 1580665 ENST00000341832 6 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577747 1577869 ENST00000341832 7 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577267 1577362 ENST00000341832 8 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1577023 1577181 ENST00000341832 9 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1576409 1576474 ENST00000341832 10 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1575638 1575813 ENST00000341832 11 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573862 1573952 ENST00000341832 12 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1573124 1573245 ENST00000341832 13 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572770 1572875 ENST00000341832 14 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572443 1572564 ENST00000341832 15 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572259 1572366 ENST00000341832 16 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1572044 1572160 ENST00000341832 17 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571695 1571843 ENST00000341832 18 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571299 1571488 ENST00000341832 19 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1571129 1571218 ENST00000341832 20 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1586823 1590473 ENST00000341028 NA CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1588825 1588935 ENST00000341028 2 CDK11B ENSG00000248333 Not Supported Not Supported +CDS 1 1586823 1586938 ENST00000341028 3 CDK11B ENSG00000248333 Not Supported Not Supported +transcript 1 1590786 1594063 ENST00000607013 NA RP11-345P4.10 ENSG00000272004 Not Supported Not Supported +transcript 1 1592939 1624083 ENST00000378662 NA SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1607817 1608138 ENST00000378662 3 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1607503 1607638 ENST00000378662 4 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1606902 1607029 ENST00000378662 5 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1602948 1603068 ENST00000378662 6 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1601537 1601590 ENST00000378662 7 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1601103 1601175 ENST00000378662 8 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1599766 1599911 ENST00000378662 9 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1597224 1597458 ENST00000378662 10 SLC35E2B ENSG00000189339 Not Supported Not Supported +transcript 1 1592940 1624167 ENST00000234800 NA SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1607817 1608138 ENST00000234800 2 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1607503 1607638 ENST00000234800 3 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1606902 1607029 ENST00000234800 4 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1602948 1603068 ENST00000234800 5 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1601537 1601590 ENST00000234800 6 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1601103 1601175 ENST00000234800 7 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1599766 1599911 ENST00000234800 8 SLC35E2B ENSG00000189339 Not Supported Not Supported +CDS 1 1597224 1597458 ENST00000234800 9 SLC35E2B ENSG00000189339 Not Supported Not Supported +transcript 1 1595221 1601578 ENST00000480991 NA SLC35E2B ENSG00000189339 Not Supported Not Supported +transcript 1 1601864 1624148 ENST00000481276 NA SLC35E2B ENSG00000189339 Not Supported Not Supported +transcript 1 1603429 1604850 ENST00000596308 NA RP11-345P4.7 ENSG00000269737 Not Supported Not Supported +transcript 1 1604714 1605836 ENST00000597891 NA RP11-345P4.6 ENSG00000269227 Not Supported Not Supported +transcript 1 1631369 1633249 ENST00000412810 NA MMP23A ENSG00000215914 Not Supported Not Supported +transcript 1 1631381 1633221 ENST00000234610 NA MMP23A ENSG00000215914 Not Supported Not Supported +transcript 1 1634169 1654270 ENST00000356200 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654027 1654035 ENST00000356200 1 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000356200 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650767 1650894 ENST00000356200 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000356200 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000356200 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000356200 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000356200 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000356200 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000356200 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000356200 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000356200 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000356200 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000356200 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000356200 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000356200 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000356200 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000356200 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000356200 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000356200 19 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634205 1635692 ENST00000463652 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1653094 ENST00000356937 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1654270 ENST00000378638 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654027 1654035 ENST00000378638 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000378638 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650767 1650894 ENST00000378638 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000378638 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000378638 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000378638 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000378638 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000378638 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000378638 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000378638 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000378638 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000378638 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000378638 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000378638 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000378638 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000378638 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000378638 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000378638 19 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000378638 20 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1654271 ENST00000509982 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000509982 1 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000509982 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650767 1650894 ENST00000509982 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000509982 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000509982 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640918 1641079 ENST00000509982 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000509982 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000509982 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000509982 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638964 1639023 ENST00000509982 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000509982 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636464 1636464 ENST00000509982 12 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1655763 ENST00000404249 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000404249 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000404249 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650767 1650894 ENST00000404249 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000404249 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000404249 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000404249 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000404249 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000404249 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000404249 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000404249 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000404249 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000404249 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000404249 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000404249 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000404249 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000404249 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000404249 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000404249 19 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000404249 20 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1655763 ENST00000460465 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000460465 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000460465 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650767 1650894 ENST00000460465 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000460465 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000460465 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000460465 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000460465 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000460465 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000460465 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638964 1639023 ENST00000460465 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000460465 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636464 1636464 ENST00000460465 13 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1655763 ENST00000357760 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000357760 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000357760 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650797 1650894 ENST00000357760 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000357760 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643866 ENST00000357760 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000357760 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000357760 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000357760 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000357760 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000357760 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000357760 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000357760 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000357760 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000357760 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000357760 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000357760 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000357760 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000357760 19 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000357760 20 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1655763 ENST00000358779 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000358779 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000358779 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650797 1650894 ENST00000358779 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000358779 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000358779 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000358779 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000358779 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000358779 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000358779 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000358779 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000358779 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000358779 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000358779 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000358779 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000358779 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000358779 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000358779 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000358779 19 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000358779 20 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634320 1655763 ENST00000378633 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000378633 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000378633 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650797 1650894 ENST00000378633 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000378633 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1643703 1643839 ENST00000378633 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640918 1641079 ENST00000378633 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000378633 8 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640233 1640391 ENST00000378633 9 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1639619 1639684 ENST00000378633 10 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1638848 1639023 ENST00000378633 11 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1637081 1637171 ENST00000378633 12 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1636343 1636464 ENST00000378633 13 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635989 1636094 ENST00000378633 14 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635662 1635783 ENST00000378633 15 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635478 1635585 ENST00000378633 16 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1635263 1635379 ENST00000378633 17 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634915 1635063 ENST00000378633 18 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634519 1634708 ENST00000378633 19 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1634349 1634438 ENST00000378633 20 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634527 1635555 ENST00000478901 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634527 1635994 ENST00000468397 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635043 1636041 ENST00000491311 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635307 1636024 ENST00000495016 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635488 1639000 ENST00000468800 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635538 1636199 ENST00000464748 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635682 1636463 ENST00000489300 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1635789 1640315 ENST00000492390 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1636047 1639670 ENST00000474916 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1637078 1655766 ENST00000378635 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000378635 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000378635 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650797 1650894 ENST00000378635 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647785 1647917 ENST00000378635 5 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640957 1641079 ENST00000378635 6 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640477 1640572 ENST00000378635 7 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1640373 1640391 ENST00000378635 8 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1647789 1655471 ENST00000479362 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000479362 2 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1653035 1653150 ENST00000479362 3 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1650797 1650894 ENST00000479362 4 CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1647789 1647917 ENST00000479362 5 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1650605 1653318 ENST00000498810 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1653905 1655458 ENST00000487462 NA CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1654147 1655713 ENST00000401096 NA CDK11A ENSG00000008128 Not Supported Not Supported +CDS 1 1654147 1654257 ENST00000401096 2 CDK11A ENSG00000008128 Not Supported Not Supported +transcript 1 1634175 1669127 ENST00000598846 NA RP1-283E3.8 ENSG00000268575 Not Supported Not Supported +transcript 1 1655951 1667412 ENST00000577672 NA RP1-283E3.4 ENSG00000227775 Not Supported Not Supported +transcript 1 1656054 1663343 ENST00000417099 NA RP1-283E3.4 ENSG00000227775 Not Supported Not Supported +transcript 1 1663993 1667414 ENST00000424604 NA RP1-283E3.4 ENSG00000227775 Not Supported Not Supported +transcript 1 1667256 1668690 ENST00000418950 NA RP1-283E3.4 ENSG00000227775 Not Supported Not Supported +transcript 1 1656277 1677358 ENST00000355439 NA SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670675 1670996 ENST00000355439 3 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670361 1670496 ENST00000355439 4 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1669760 1669887 ENST00000355439 5 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1666129 1666274 ENST00000355439 6 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1656856 1656861 ENST00000355439 7 SLC35E2 ENSG00000215790 Not Supported Not Supported +transcript 1 1656853 1677431 ENST00000400924 NA SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670675 1670996 ENST00000400924 2 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670361 1670496 ENST00000400924 3 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1669760 1669887 ENST00000400924 4 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1666129 1666274 ENST00000400924 5 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1656856 1656861 ENST00000400924 6 SLC35E2 ENSG00000215790 Not Supported Not Supported +transcript 1 1663681 1677431 ENST00000246421 NA SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670675 1670996 ENST00000246421 2 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1670361 1670496 ENST00000246421 3 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1669760 1669887 ENST00000246421 4 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1666129 1666274 ENST00000246421 5 SLC35E2 ENSG00000215790 Not Supported Not Supported +CDS 1 1663897 1663962 ENST00000246421 6 SLC35E2 ENSG00000215790 Not Supported Not Supported +transcript 1 1663697 1666713 ENST00000475229 NA SLC35E2 ENSG00000215790 Not Supported Not Supported +transcript 1 1682671 1709909 ENST00000341426 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1696667 1696845 ENST00000341426 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1693391 1693474 ENST00000341426 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688749 ENST00000341426 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688047 ENST00000341426 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000341426 6 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000341426 7 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685983 1686137 ENST00000341426 8 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000341426 9 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685490 1685647 ENST00000341426 10 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685006 1685088 ENST00000341426 11 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1684346 1684499 ENST00000341426 12 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1682671 1710229 ENST00000341991 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1696667 1696845 ENST00000341991 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1693391 1693474 ENST00000341991 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688749 ENST00000341991 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688047 ENST00000341991 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000341991 6 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000341991 7 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685983 1686137 ENST00000341991 8 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000341991 9 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685490 1685647 ENST00000341991 10 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685006 1685088 ENST00000341991 11 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1684346 1684499 ENST00000341991 12 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1682671 1711508 ENST00000378625 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1696667 1696845 ENST00000378625 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1693391 1693474 ENST00000378625 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1691173 1691341 ENST00000378625 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1690540 1690682 ENST00000378625 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688546 1688749 ENST00000378625 6 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688096 ENST00000378625 7 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000378625 8 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000378625 9 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685983 1686137 ENST00000378625 10 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000378625 11 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685490 1685647 ENST00000378625 12 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685006 1685088 ENST00000378625 13 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1684346 1684499 ENST00000378625 14 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1682678 1709909 ENST00000344463 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1696667 1696845 ENST00000344463 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1693391 1693474 ENST00000344463 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1691173 1691341 ENST00000344463 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1690540 1690682 ENST00000344463 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688546 1688749 ENST00000344463 6 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688096 ENST00000344463 7 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000344463 8 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000344463 9 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685983 1686137 ENST00000344463 10 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000344463 11 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685490 1685647 ENST00000344463 12 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685006 1685088 ENST00000344463 13 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1684346 1684499 ENST00000344463 14 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1683910 1690081 ENST00000342348 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1689804 1689970 ENST00000342348 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688749 ENST00000342348 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688047 ENST00000342348 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000342348 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000342348 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685983 1686137 ENST00000342348 6 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000342348 7 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685490 1685647 ENST00000342348 8 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685006 1685088 ENST00000342348 9 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1684346 1684499 ENST00000342348 10 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1684414 1685822 ENST00000498806 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685723 1685822 ENST00000498806 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1685072 1685088 ENST00000498806 2 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685500 1688707 ENST00000469045 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688707 ENST00000469045 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688277 1688321 ENST00000469045 2 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685602 1687766 ENST00000480499 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685604 1686305 ENST00000497747 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685610 1688463 ENST00000477235 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685620 1688047 ENST00000489538 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688047 ENST00000489538 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000489538 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686105 1686137 ENST00000489538 3 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685642 1686335 ENST00000497615 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1685782 1688667 ENST00000497186 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688667 ENST00000497186 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688277 1688321 ENST00000497186 2 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1686111 1690014 ENST00000400922 NA NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1689804 1689970 ENST00000400922 1 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1688620 1688749 ENST00000400922 2 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687942 1688047 ENST00000400922 3 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1687697 1687782 ENST00000400922 4 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686813 1686915 ENST00000400922 5 NADK ENSG00000008130 Not Supported Not Supported +CDS 1 1686111 1686137 ENST00000400922 6 NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1687443 1711401 ENST00000492845 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1688027 1709858 ENST00000492768 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1688210 1709858 ENST00000460602 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1693104 1709859 ENST00000464373 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1710596 1711896 ENST00000480542 NA NADK ENSG00000008130 Not Supported Not Supported +transcript 1 1716729 1822495 ENST00000378609 NA GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1756836 1756892 ENST00000378609 3 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1749276 1749314 ENST00000378609 4 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1747195 1747301 ENST00000378609 5 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1737914 1737977 ENST00000378609 6 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1735858 1736020 ENST00000378609 7 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1724684 1724750 ENST00000378609 8 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1721834 1722035 ENST00000378609 9 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1720492 1720708 ENST00000378609 10 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1718773 1718876 ENST00000378609 11 GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1719426 1725636 ENST00000461893 NA GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1720500 1749825 ENST00000471354 NA GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1722004 1822275 ENST00000439272 NA GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1756836 1756892 ENST00000439272 3 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1747195 1747301 ENST00000439272 4 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1737914 1737977 ENST00000439272 5 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1735858 1736020 ENST00000439272 6 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1724684 1724750 ENST00000439272 7 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1722004 1722035 ENST00000439272 8 GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1724684 1821840 ENST00000434686 NA GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1756836 1756892 ENST00000434686 4 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1749276 1749314 ENST00000434686 5 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1747195 1747301 ENST00000434686 6 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1737914 1737977 ENST00000434686 7 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1735858 1736020 ENST00000434686 8 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1724684 1724750 ENST00000434686 9 GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1735965 1763724 ENST00000437146 NA GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1756836 1756892 ENST00000437146 2 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1749276 1749314 ENST00000437146 3 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1747195 1747301 ENST00000437146 4 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1737914 1737977 ENST00000437146 5 GNB1 ENSG00000078369 Not Supported Not Supported +CDS 1 1735965 1736020 ENST00000437146 6 GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1756427 1756993 ENST00000607589 NA GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1756427 1822405 ENST00000472614 NA GNB1 ENSG00000078369 Not Supported Not Supported +transcript 1 1822910 1824097 ENST00000412228 NA RP1-140A9.1 ENSG00000231050 Not Supported Not Supported +transcript 1 1846266 1848733 ENST00000307786 NA CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1846720 1846746 ENST00000307786 1 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1847124 1847174 ENST00000307786 2 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1847880 1848054 ENST00000307786 3 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848191 1848335 ENST00000307786 4 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848413 1848513 ENST00000307786 5 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848586 1848629 ENST00000307786 6 CALML6 ENSG00000169885 Not Supported Not Supported +transcript 1 1846547 1848733 ENST00000378604 NA CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1846720 1846746 ENST00000378604 1 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1847880 1848054 ENST00000378604 2 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848191 1848335 ENST00000378604 3 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848413 1848513 ENST00000378604 4 CALML6 ENSG00000169885 Not Supported Not Supported +CDS 1 1848586 1848629 ENST00000378604 5 CALML6 ENSG00000169885 Not Supported Not Supported +transcript 1 1846705 1848735 ENST00000482402 NA CALML6 ENSG00000169885 Not Supported Not Supported +transcript 1 1846848 1848510 ENST00000462293 NA CALML6 ENSG00000169885 Not Supported Not Supported +transcript 1 1849029 1850236 ENST00000378602 NA TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849692 1849995 ENST00000378602 1 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849324 1849601 ENST00000378602 2 TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1849030 1850712 ENST00000310991 NA TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850621 1850704 ENST00000310991 1 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850484 1850527 ENST00000310991 2 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850332 1850373 ENST00000310991 3 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849692 1849870 ENST00000310991 4 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849324 1849601 ENST00000310991 5 TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1849284 1850697 ENST00000378598 NA TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850484 1850697 ENST00000378598 1 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850332 1850373 ENST00000378598 2 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849392 1849510 ENST00000378598 3 TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1849376 1850709 ENST00000470931 NA TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850621 1850704 ENST00000470931 1 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850483 1850527 ENST00000470931 2 TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1849538 1850708 ENST00000602604 NA TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1849825 1850708 ENST00000416272 NA TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850484 1850704 ENST00000416272 1 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1850332 1850373 ENST00000416272 2 TMEM52 ENSG00000178821 Not Supported Not Supported +CDS 1 1849825 1849870 ENST00000416272 3 TMEM52 ENSG00000178821 Not Supported Not Supported +transcript 1 1853396 1859368 ENST00000464311 NA C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1853522 1858842 ENST00000412120 NA C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1853726 1887154 ENST00000493964 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1887130 1887154 ENST00000493964 1 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1878429 1878493 ENST00000493964 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1877756 1877878 ENST00000493964 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1875770 1875891 ENST00000493964 4 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1873467 1873595 ENST00000493964 5 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1871755 1871842 ENST00000493964 6 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1871033 1871206 ENST00000493964 7 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1870294 1870427 ENST00000493964 8 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1861499 1861775 ENST00000493964 9 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1860223 1860321 ENST00000493964 10 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1859046 1859185 ENST00000493964 11 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1858333 1858467 ENST00000493964 12 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1858091 1858200 ENST00000493964 13 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1857896 1857951 ENST00000493964 14 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1857667 1857786 ENST00000493964 15 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1857222 1857377 ENST00000493964 16 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1855830 1855959 ENST00000493964 17 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1855214 1855368 ENST00000493964 18 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1854806 1854938 ENST00000493964 19 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1854424 1854554 ENST00000493964 20 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1853726 1853827 ENST00000493964 21 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1877787 1891545 ENST00000493316 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1891403 1891545 ENST00000493316 1 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1890559 1890648 ENST00000493316 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1887130 1887289 ENST00000493316 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1878429 1878493 ENST00000493316 4 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1877787 1877878 ENST00000493316 5 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1884752 1935276 ENST00000270720 NA C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1886587 1935153 ENST00000468610 NA C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1887150 1891547 ENST00000461752 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1891403 1891547 ENST00000461752 1 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1890559 1890648 ENST00000461752 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1888059 1888223 ENST00000461752 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1887150 1887289 ENST00000461752 4 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1891403 1897965 ENST00000604159 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1897810 1897965 ENST00000604159 1 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1896327 1896500 ENST00000604159 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1895188 1895306 ENST00000604159 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1891403 1891469 ENST00000604159 4 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1915110 1935276 ENST00000378592 NA C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1919401 1922368 ENST00000378590 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1922329 1922368 ENST00000378590 1 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1920328 1920412 ENST00000378590 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1919951 1920094 ENST00000378590 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1919563 1919572 ENST00000378590 4 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1919563 1935153 ENST00000434971 NA C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1922329 1922395 ENST00000434971 2 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1920328 1920412 ENST00000434971 3 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1919951 1920094 ENST00000434971 4 C1orf222 ENSG00000142609 Not Supported Not Supported +CDS 1 1919566 1919572 ENST00000434971 5 C1orf222 ENSG00000142609 Not Supported Not Supported +transcript 1 1944652 1946969 ENST00000443930 NA RP11-547D24.1 ENSG00000233542 Not Supported Not Supported +transcript 1 1950780 1962192 ENST00000378585 NA GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1950863 1950930 ENST00000378585 1 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1956381 1956493 ENST00000378585 2 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1956773 1956840 ENST00000378585 3 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1956957 1957177 ENST00000378585 4 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1959016 1959098 ENST00000378585 5 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1959594 1959731 ENST00000378585 6 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1960550 1960705 ENST00000378585 7 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1960990 1961201 ENST00000378585 8 GABRD ENSG00000187730 Not Supported Not Supported +CDS 1 1961422 1961718 ENST00000378585 9 GABRD ENSG00000187730 Not Supported Not Supported +transcript 1 1980642 1981090 ENST00000445600 NA RP11-547D24.3 ENSG00000226969 Not Supported Not Supported +transcript 1 1980743 1981509 ENST00000449154 NA RP11-547D24.3 ENSG00000226969 Not Supported Not Supported +transcript 1 1981909 2116834 ENST00000378567 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1982070 1982140 ENST00000378567 1 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1986880 1987001 ENST00000378567 2 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1987923 1988012 ENST00000378567 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1990980 1991030 ENST00000378567 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2066701 2066786 ENST00000378567 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075649 2075780 ENST00000378567 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000378567 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000378567 8 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000378567 9 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087531 ENST00000378567 10 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2100957 2101043 ENST00000378567 11 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103494 2103629 ENST00000378567 12 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103740 2103827 ENST00000378567 13 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2105336 2105455 ENST00000378567 14 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106193 2106272 ENST00000378567 15 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106663 2106752 ENST00000378567 16 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116022 2116137 ENST00000378567 17 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116361 2116445 ENST00000378567 18 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 1981924 2077547 ENST00000468310 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1982070 1982140 ENST00000468310 1 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1986880 1987001 ENST00000468310 2 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1990980 1991030 ENST00000468310 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2066701 2066786 ENST00000468310 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075649 2075780 ENST00000468310 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000468310 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 1981942 1987199 ENST00000484419 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 1982247 1991030 ENST00000503297 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1986947 1987001 ENST00000503297 2 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1987923 1988012 ENST00000503297 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 1990980 1991030 ENST00000503297 4 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 1986880 2002975 ENST00000479566 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 1987118 2066786 ENST00000466651 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2004901 2116829 ENST00000400921 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000400921 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000400921 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000400921 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000400921 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087531 ENST00000400921 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2100957 2101043 ENST00000400921 8 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103494 2103629 ENST00000400921 9 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103740 2103827 ENST00000400921 10 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2105336 2105455 ENST00000400921 11 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106193 2106272 ENST00000400921 12 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106663 2106752 ENST00000400921 13 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116022 2116137 ENST00000400921 14 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116361 2116445 ENST00000400921 15 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2005158 2077525 ENST00000495347 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000495347 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077525 ENST00000495347 5 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2005425 2116629 ENST00000461106 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2005693 2005714 ENST00000461106 1 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2066701 2066786 ENST00000461106 2 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075649 2075780 ENST00000461106 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000461106 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000461106 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000461106 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087531 ENST00000461106 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2100957 2101043 ENST00000461106 8 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103494 2103629 ENST00000461106 9 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103740 2103827 ENST00000461106 10 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2105336 2105455 ENST00000461106 11 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106193 2106272 ENST00000461106 12 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106663 2106752 ENST00000461106 13 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116022 2116137 ENST00000461106 14 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116361 2116445 ENST00000461106 15 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2006127 2082275 ENST00000461465 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000461465 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000461465 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000461465 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082275 ENST00000461465 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2006294 2082384 ENST00000470596 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000470596 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000470596 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000470596 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082384 ENST00000470596 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2006683 2082302 ENST00000496325 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000496325 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000496325 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000496325 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082302 ENST00000496325 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2013687 2082375 ENST00000481140 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2013760 2013899 ENST00000481140 1 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2066701 2066779 ENST00000481140 2 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2036155 2082309 ENST00000482686 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000482686 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000482686 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000482686 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082309 ENST00000482686 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2036155 2116832 ENST00000400920 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000400920 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000400920 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000400920 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000400920 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087531 ENST00000400920 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2100957 2101043 ENST00000400920 8 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103494 2103629 ENST00000400920 9 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103740 2103827 ENST00000400920 10 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2105336 2105455 ENST00000400920 11 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106193 2106272 ENST00000400920 12 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106663 2106752 ENST00000400920 13 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116022 2116137 ENST00000400920 14 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2116361 2116445 ENST00000400920 15 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2036178 2087526 ENST00000486681 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077475 2077547 ENST00000486681 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000486681 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000486681 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087526 ENST00000486681 8 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2043093 2082417 ENST00000470986 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000470986 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000470986 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000470986 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000470986 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2047644 2082336 ENST00000470511 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000470511 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000470511 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000470511 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082336 ENST00000470511 6 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2065077 2080363 ENST00000471018 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000471018 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077547 ENST00000471018 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000471018 5 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2066252 2077537 ENST00000466352 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2075778 2075780 ENST00000466352 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077466 2077537 ENST00000466352 4 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2066429 2082418 ENST00000497183 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077475 2077547 ENST00000497183 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000497183 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082418 ENST00000497183 7 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2066701 2082304 ENST00000419838 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2075890 2116834 ENST00000479263 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2076796 2088167 ENST00000503672 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2076826 2116555 ENST00000478770 NA PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2077475 2077547 ENST00000478770 2 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2080311 2080363 ENST00000478770 3 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2082229 2082417 ENST00000478770 4 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2087434 2087531 ENST00000478770 5 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2100957 2101043 ENST00000478770 6 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103494 2103629 ENST00000478770 7 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2103740 2103827 ENST00000478770 8 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2105336 2105455 ENST00000478770 9 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106193 2106272 ENST00000478770 10 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2106663 2106752 ENST00000478770 11 PRKCZ ENSG00000067606 Not Supported Not Supported +CDS 1 2113271 2113297 ENST00000478770 12 PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2100287 2116832 ENST00000505322 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2100414 2105390 ENST00000472017 NA PRKCZ ENSG00000067606 Not Supported Not Supported +transcript 1 2072523 2076718 ENST00000606533 NA RP5-892K4.1 ENSG00000271806 Not Supported Not Supported +transcript 1 2113233 2115314 ENST00000333854 NA RP11-181G12.2 ENSG00000182873 Not Supported Not Supported +transcript 1 2113233 2115492 ENST00000536678 NA RP11-181G12.2 ENSG00000182873 Not Supported Not Supported +transcript 1 2114174 2115828 ENST00000444529 NA RP11-181G12.2 ENSG00000182873 Not Supported Not Supported +transcript 1 2115903 2139172 ENST00000469733 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2115917 2126180 ENST00000428120 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126180 ENST00000428120 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000428120 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000428120 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2124297 2124414 ENST00000428120 4 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2115917 2126214 ENST00000414253 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126188 ENST00000414253 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000414253 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000414253 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2121152 2121220 ENST00000414253 4 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2118600 2118645 ENST00000414253 5 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2115917 2126180 ENST00000400919 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2117443 2117650 ENST00000400919 7 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2116720 2116952 ENST00000400919 8 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2116614 2126190 ENST00000400918 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126188 ENST00000400918 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000400918 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000400918 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2116913 2116952 ENST00000400918 4 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120983 2125547 ENST00000497675 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120987 2126189 ENST00000378543 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126188 ENST00000378543 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000378543 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2121219 2121220 ENST00000378543 3 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120987 2126213 ENST00000378546 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126188 ENST00000378546 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000378546 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000378546 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2121151 2121220 ENST00000378546 4 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120987 2131346 ENST00000401813 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120987 2144159 ENST00000487186 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2120990 2130427 ENST00000378545 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2130193 2130427 ENST00000378545 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2129446 2129581 ENST00000378545 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000378545 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000378545 4 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2121151 2121220 ENST00000378545 5 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2121008 2125652 ENST00000476803 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2121019 2126178 ENST00000440825 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126178 ENST00000440825 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000440825 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2124297 2124414 ENST00000440825 3 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2123340 2126187 ENST00000420515 NA C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2126127 2126187 ENST00000420515 1 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125437 2125572 ENST00000420515 2 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2125078 2125349 ENST00000420515 3 C1orf86 ENSG00000162585 Not Supported Not Supported +CDS 1 2124297 2124414 ENST00000420515 4 C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2129502 2135321 ENST00000514625 NA C1orf86 ENSG00000162585 Not Supported Not Supported +transcript 1 2121237 2123179 ENST00000597060 NA AL590822.2 ENSG00000269554 Not Supported Not Supported +CDS 1 2121490 2122029 ENST00000597060 1 AL590822.2 ENSG00000269554 Not Supported Not Supported +transcript 1 2143360 2145620 ENST00000545087 NA AL590822.1 ENSG00000203301 Not Supported Not Supported +CDS 1 2144369 2145019 ENST00000545087 1 AL590822.1 ENSG00000203301 Not Supported Not Supported +transcript 1 2143610 2144013 ENST00000420964 NA RP11-181G12.5 ENSG00000243558 Not Supported Not Supported +transcript 1 2143962 2152177 ENST00000442483 NA RP11-181G12.4 ENSG00000234396 Not Supported Not Supported +transcript 1 2160134 2241558 ENST00000378536 NA SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2160206 2161174 ENST00000378536 1 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2234417 2234542 ENST00000378536 2 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2234724 2234839 ENST00000378536 3 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2235279 2235541 ENST00000378536 4 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2235732 2236024 ENST00000378536 5 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2237459 2237689 ENST00000378536 6 SKI ENSG00000157933 Not Supported Not Supported +CDS 1 2238016 2238201 ENST00000378536 7 SKI ENSG00000157933 Not Supported Not Supported +transcript 1 2163918 2234477 ENST00000508416 NA SKI ENSG00000157933 Not Supported Not Supported +transcript 1 2179435 2234815 ENST00000478223 NA SKI ENSG00000157933 Not Supported Not Supported +transcript 1 2235085 2235807 ENST00000507179 NA SKI ENSG00000157933 Not Supported Not Supported +transcript 1 2252692 2323146 ENST00000378531 NA MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2322897 2322972 ENST00000378531 1 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2321364 2321435 ENST00000378531 2 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2319678 2319776 ENST00000378531 3 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2318858 2318968 ENST00000378531 4 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2317246 2317336 ENST00000378531 5 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2316417 2316504 ENST00000378531 6 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2305900 2305996 ENST00000378531 7 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2303920 2304030 ENST00000378531 8 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2290031 2290154 ENST00000378531 9 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2288871 2289037 ENST00000378531 10 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2268156 2268289 ENST00000378531 11 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2267908 2267987 ENST00000378531 12 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2255536 2255582 ENST00000378531 13 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2252825 2253018 ENST00000378531 14 MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2263565 2323126 ENST00000606372 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2286616 2323146 ENST00000378529 NA MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2322897 2322972 ENST00000378529 1 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2321364 2321435 ENST00000378529 2 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2319678 2319776 ENST00000378529 3 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2318858 2318968 ENST00000378529 4 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2317246 2317336 ENST00000378529 5 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2316417 2316504 ENST00000378529 6 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2305900 2305996 ENST00000378529 7 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2303920 2304030 ENST00000378529 8 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2290031 2290154 ENST00000378529 9 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2288871 2289037 ENST00000378529 10 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2286890 2286903 ENST00000378529 11 MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2290077 2307317 ENST00000607342 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2302604 2318968 ENST00000469374 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2303115 2316560 ENST00000419785 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2309494 2323110 ENST00000378525 NA MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2322897 2322972 ENST00000378525 1 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2319678 2319776 ENST00000378525 2 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2318858 2318968 ENST00000378525 3 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2317246 2317336 ENST00000378525 4 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2316417 2316504 ENST00000378525 5 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2310664 2310666 ENST00000378525 6 MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2310430 2319776 ENST00000449373 NA MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2319678 2319776 ENST00000449373 1 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2318858 2318968 ENST00000449373 2 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2317246 2317336 ENST00000449373 3 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2316417 2316504 ENST00000449373 4 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2310498 2310666 ENST00000449373 5 MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2316811 2319948 ENST00000607031 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2318495 2319755 ENST00000475812 NA MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2319443 2321435 ENST00000494279 NA MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2321364 2321435 ENST00000494279 1 MORN1 ENSG00000116151 Not Supported Not Supported +CDS 1 2319667 2319776 ENST00000494279 2 MORN1 ENSG00000116151 Not Supported Not Supported +transcript 1 2257640 2258132 ENST00000607720 NA RP4-713A8.1 ENSG00000272161 Not Supported Not Supported +transcript 1 2258581 2259042 ENST00000600779 NA AL589739.1 ENSG00000269753 Not Supported Not Supported +CDS 1 2258581 2259042 ENST00000600779 1 AL589739.1 ENSG00000269753 Not Supported Not Supported +transcript 1 2281853 2284259 ENST00000602865 NA RP4-740C4.6 ENSG00000269896 Not Supported Not Supported +transcript 1 2283083 2283296 ENST00000417061 NA RP4-740C4.5 ENSG00000238240 Not Supported Not Supported +transcript 1 2294500 2295067 ENST00000607858 NA RP4-740C4.7 ENSG00000272420 Not Supported Not Supported +transcript 1 2306292 2306792 ENST00000606642 NA RP4-740C4.9 ENSG00000271921 Not Supported Not Supported +transcript 1 2309056 2309799 ENST00000606280 NA RP4-740C4.8 ENSG00000271847 Not Supported Not Supported +transcript 1 2316811 2319922 ENST00000317490 NA AL513477.1 ENSG00000178642 Not Supported Not Supported +transcript 1 2323267 2333764 ENST00000378518 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000378518 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000378518 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000378518 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333731 ENST00000378518 5 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2323272 2336883 ENST00000605895 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000605895 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000605895 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2330854 2330953 ENST00000605895 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000605895 5 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333781 ENST00000605895 6 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2334474 2334560 ENST00000605895 7 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2323279 2335188 ENST00000378513 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000378513 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000378513 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000378513 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333731 ENST00000378513 5 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2323282 2334503 ENST00000306256 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000306256 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000306256 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2330854 2330953 ENST00000306256 5 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000306256 6 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333781 ENST00000306256 7 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2334474 2334503 ENST00000306256 8 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2323296 2327806 ENST00000493207 NA RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2323329 2335190 ENST00000378512 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000378512 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000378512 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2330854 2330953 ENST00000378512 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000378512 5 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333536 2333731 ENST00000378512 6 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2324613 2333755 ENST00000443438 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000443438 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000443438 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2330854 2330953 ENST00000443438 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000443438 5 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333755 ENST00000443438 6 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2325444 2334655 ENST00000488353 NA RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2327230 2327310 ENST00000488353 1 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2328555 2328659 ENST00000488353 2 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2330854 2330953 ENST00000488353 3 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2332296 2332374 ENST00000488353 4 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2333646 2333781 ENST00000488353 5 RER1 ENSG00000157916 Not Supported Not Supported +CDS 1 2334474 2334560 ENST00000488353 6 RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2333390 2334666 ENST00000462129 NA RER1 ENSG00000157916 Not Supported Not Supported +transcript 1 2336236 2343969 ENST00000288774 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2343830 2343941 ENST00000288774 1 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2341810 2341890 ENST00000288774 2 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2339891 2340297 ENST00000288774 3 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2338159 2338394 ENST00000288774 4 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337923 2338058 ENST00000288774 5 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337208 2337273 ENST00000288774 6 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2336258 2344010 ENST00000447513 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2343830 2343941 ENST00000447513 1 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2341810 2341890 ENST00000447513 2 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2339891 2340297 ENST00000447513 3 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2338159 2338334 ENST00000447513 4 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337923 2338058 ENST00000447513 5 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337208 2337273 ENST00000447513 6 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2336277 2343979 ENST00000507596 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2343830 2343941 ENST00000507596 1 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2341810 2341890 ENST00000507596 2 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2339891 2340297 ENST00000507596 3 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2338159 2338334 ENST00000507596 4 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337923 2338058 ENST00000507596 5 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2337208 2337267 ENST00000507596 6 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2337957 2343974 ENST00000510434 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2343830 2343941 ENST00000510434 1 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2341810 2341890 ENST00000510434 2 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2339895 2340297 ENST00000510434 3 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2338304 2338334 ENST00000510434 4 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2339969 2345236 ENST00000508384 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2339969 2340058 ENST00000508384 3 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2340022 2341443 ENST00000515760 NA PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2340043 2342275 ENST00000502666 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2342198 2342275 ENST00000502666 1 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2340074 2342312 ENST00000504111 NA PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2340194 2343953 ENST00000514502 NA PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2343830 2343941 ENST00000514502 1 PEX10 ENSG00000157911 Not Supported Not Supported +CDS 1 2342201 2342307 ENST00000514502 2 PEX10 ENSG00000157911 Not Supported Not Supported +transcript 1 2357419 2411243 ENST00000609981 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2361954 2362068 ENST00000609981 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409915 2410061 ENST00000609981 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411243 ENST00000609981 4 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2398898 2436965 ENST00000449969 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2399059 2399101 ENST00000449969 1 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409915 2410061 ENST00000449969 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411417 ENST00000449969 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411623 2411751 ENST00000449969 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2415887 2416057 ENST00000449969 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418346 2418439 ENST00000449969 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418612 2418815 ENST00000449969 7 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2419037 2419157 ENST00000449969 8 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2420646 2420817 ENST00000449969 9 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2421199 2421306 ENST00000449969 10 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2422631 2422774 ENST00000449969 11 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426295 2426387 ENST00000449969 12 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426927 2427009 ENST00000449969 13 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428046 2428143 ENST00000449969 14 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428267 2428449 ENST00000449969 15 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428941 2429048 ENST00000449969 16 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2429962 2430086 ENST00000449969 17 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000449969 18 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000449969 19 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000449969 20 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2434349 ENST00000449969 21 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2435056 2435063 ENST00000449969 22 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2407754 2436964 ENST00000419816 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2408028 2408151 ENST00000419816 1 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409915 2410061 ENST00000419816 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411417 ENST00000419816 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411623 2411751 ENST00000419816 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2415887 2416057 ENST00000419816 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418346 2418439 ENST00000419816 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418612 2418815 ENST00000419816 7 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2419037 2419157 ENST00000419816 8 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2420646 2420817 ENST00000419816 9 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2421199 2421306 ENST00000419816 10 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2422631 2422774 ENST00000419816 11 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426295 2426387 ENST00000419816 12 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426927 2427009 ENST00000419816 13 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428046 2428143 ENST00000419816 14 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428267 2428449 ENST00000419816 15 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428941 2429048 ENST00000419816 16 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2429962 2430086 ENST00000419816 17 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000419816 18 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000419816 19 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000419816 20 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2433848 ENST00000419816 21 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2435361 2436649 ENST00000419816 22 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2407754 2436964 ENST00000378486 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2408028 2408151 ENST00000378486 1 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409915 2410061 ENST00000378486 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411416 ENST00000378486 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411622 2411751 ENST00000378486 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2415887 2416057 ENST00000378486 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418346 2418439 ENST00000378486 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418612 2418815 ENST00000378486 7 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2419037 2419157 ENST00000378486 8 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2420646 2420817 ENST00000378486 9 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2421199 2421306 ENST00000378486 10 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2422631 2422774 ENST00000378486 11 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426295 2426387 ENST00000378486 12 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426927 2427009 ENST00000378486 13 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428046 2428143 ENST00000378486 14 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428267 2428449 ENST00000378486 15 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428941 2429048 ENST00000378486 16 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2429962 2430086 ENST00000378486 17 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000378486 18 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000378486 19 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000378486 20 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2433848 ENST00000378486 21 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2435361 2436649 ENST00000378486 22 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2407754 2436964 ENST00000378488 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2408028 2408151 ENST00000378488 1 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409915 2410061 ENST00000378488 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411417 ENST00000378488 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411623 2411751 ENST00000378488 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2415887 2416057 ENST00000378488 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418346 2418439 ENST00000378488 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418612 2418815 ENST00000378488 7 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2419037 2419157 ENST00000378488 8 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2420646 2420817 ENST00000378488 9 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2421199 2421306 ENST00000378488 10 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2422631 2422774 ENST00000378488 11 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426295 2426387 ENST00000378488 12 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426927 2427009 ENST00000378488 13 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428046 2428143 ENST00000378488 14 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428267 2428449 ENST00000378488 15 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2429962 2430086 ENST00000378488 16 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000378488 17 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000378488 18 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000378488 19 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2433848 ENST00000378488 20 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2435361 2436649 ENST00000378488 21 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2407754 2434525 ENST00000288766 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2409926 2410061 ENST00000288766 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411173 2411249 ENST00000288766 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000288766 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000288766 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000288766 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2434522 ENST00000288766 7 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2410529 2436969 ENST00000343889 NA PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2411327 2436715 ENST00000278878 NA PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411327 2411417 ENST00000278878 1 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2411623 2411751 ENST00000278878 2 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2415887 2416057 ENST00000278878 3 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418346 2418439 ENST00000278878 4 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2418612 2418815 ENST00000278878 5 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2419037 2419157 ENST00000278878 6 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2420646 2420817 ENST00000278878 7 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2421199 2421306 ENST00000278878 8 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2422631 2422774 ENST00000278878 9 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426295 2426387 ENST00000278878 10 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2426927 2427009 ENST00000278878 11 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428046 2428143 ENST00000278878 12 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2428267 2428449 ENST00000278878 13 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2429962 2430086 ENST00000278878 14 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430183 2430267 ENST00000278878 15 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2430523 2430669 ENST00000278878 16 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2431080 2431159 ENST00000278878 17 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2433551 2433848 ENST00000278878 18 PLCH2 ENSG00000149527 Not Supported Not Supported +CDS 1 2435361 2436652 ENST00000278878 19 PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2429221 2436967 ENST00000473964 NA PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2430086 2436967 ENST00000462379 NA PLCH2 ENSG00000149527 Not Supported Not Supported +transcript 1 2423739 2424697 ENST00000424657 NA RP3-395M20.2 ENSG00000224387 Not Supported Not Supported +transcript 1 2424876 2425918 ENST00000442305 NA RP3-395M20.3 ENSG00000229393 Not Supported Not Supported +transcript 1 2439972 2458039 ENST00000378466 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2457903 2458026 ENST00000378466 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2453157 2453239 ENST00000378466 2 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452540 2452754 ENST00000378466 3 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452162 2452345 ENST00000378466 4 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451761 2451853 ENST00000378466 5 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451240 2451393 ENST00000378466 6 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2450582 2450763 ENST00000378466 7 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449955 2450036 ENST00000378466 8 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449603 2449703 ENST00000378466 9 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2447001 2447156 ENST00000378466 10 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445793 2445905 ENST00000378466 11 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445441 2445528 ENST00000378466 12 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2444327 2444478 ENST00000378466 13 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2443067 2443122 ENST00000378466 14 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442777 2442826 ENST00000378466 15 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442117 2442221 ENST00000378466 16 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2441496 2441596 ENST00000378466 17 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2441301 2441369 ENST00000378466 18 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2440289 2440499 ENST00000378466 19 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2439976 2458035 ENST00000435556 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2457903 2458026 ENST00000435556 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2453157 2453239 ENST00000435556 2 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452584 2452754 ENST00000435556 3 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452162 2452272 ENST00000435556 4 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451761 2451853 ENST00000435556 5 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451240 2451393 ENST00000435556 6 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2450582 2450763 ENST00000435556 7 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449955 2450036 ENST00000435556 8 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449603 2449703 ENST00000435556 9 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2447001 2447156 ENST00000435556 10 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445793 2445905 ENST00000435556 11 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445441 2445528 ENST00000435556 12 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2444327 2444478 ENST00000435556 13 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2443067 2443122 ENST00000435556 14 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442777 2442826 ENST00000435556 15 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442117 2442221 ENST00000435556 16 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2441496 2441596 ENST00000435556 17 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2441301 2441369 ENST00000435556 18 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2440289 2440499 ENST00000435556 19 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2440234 2452340 ENST00000505228 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452162 2452340 ENST00000505228 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451761 2451853 ENST00000505228 2 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2451240 2451393 ENST00000505228 3 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2450582 2450763 ENST00000505228 4 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449955 2450036 ENST00000505228 5 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449603 2449703 ENST00000505228 6 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2447001 2447156 ENST00000505228 7 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445793 2445905 ENST00000505228 8 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445441 2445528 ENST00000505228 9 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2444327 2444478 ENST00000505228 10 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2443067 2443122 ENST00000505228 11 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442777 2442826 ENST00000505228 12 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442173 2442187 ENST00000505228 13 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2441232 2445842 ENST00000502512 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445793 2445842 ENST00000502512 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2445441 2445528 ENST00000502512 2 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2444327 2444478 ENST00000502512 3 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2443067 2443122 ENST00000502512 4 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442777 2442826 ENST00000502512 5 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2442173 2442187 ENST00000502512 6 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2441732 2444452 ENST00000471361 NA PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2443845 2445524 ENST00000487804 NA PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2445852 2447376 ENST00000515423 NA PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2445872 2450734 ENST00000468002 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2450582 2450734 ENST00000468002 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449955 2450036 ENST00000468002 2 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2449603 2449703 ENST00000468002 3 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2447001 2447156 ENST00000468002 4 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2446760 2446840 ENST00000468002 5 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2450643 2458014 ENST00000486396 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2457903 2458014 ENST00000486396 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2452741 2452754 ENST00000486396 2 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2452279 2458035 ENST00000502770 NA PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2457903 2458026 ENST00000502770 1 PANK4 ENSG00000157881 Not Supported Not Supported +CDS 1 2453052 2453380 ENST00000502770 2 PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2452700 2457626 ENST00000491212 NA PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2452806 2458036 ENST00000514922 NA PANK4 ENSG00000157881 Not Supported Not Supported +transcript 1 2460184 2461684 ENST00000378453 NA HES5 ENSG00000197921 Not Supported Not Supported +CDS 1 2461550 2461603 ENST00000378453 1 HES5 ENSG00000197921 Not Supported Not Supported +CDS 1 2461285 2461450 ENST00000378453 2 HES5 ENSG00000197921 Not Supported Not Supported +CDS 1 2460911 2461188 ENST00000378453 3 HES5 ENSG00000197921 Not Supported Not Supported +transcript 1 2477904 2478899 ENST00000606645 NA RP3-395M20.12 ENSG00000272449 Not Supported Not Supported +transcript 1 2481359 2483545 ENST00000449660 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2481359 2485684 ENST00000443892 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2481359 2488450 ENST00000416860 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2481513 2483037 ENST00000448624 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2481722 2485589 ENST00000432521 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2485680 2488470 ENST00000452793 NA RP3-395M20.8 ENSG00000238164 Not Supported Not Supported +transcript 1 2487078 2492153 ENST00000426449 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000426449 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000426449 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000426449 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000426449 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000426449 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487230 2493254 ENST00000434817 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000434817 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000434817 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000434817 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000434817 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000434817 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2493112 2493254 ENST00000434817 7 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487241 2493254 ENST00000435221 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000435221 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000435221 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000435221 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000435221 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000435221 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2493112 2493254 ENST00000435221 7 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487419 2493254 ENST00000451778 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000451778 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000451778 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000451778 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000451778 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000451778 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2493112 2493254 ENST00000451778 7 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487661 2493157 ENST00000409119 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000409119 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000409119 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000409119 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000409119 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000409119 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492933 2492960 ENST00000409119 7 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487805 2495268 ENST00000355716 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2488104 2488172 ENST00000355716 1 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489165 2489273 ENST00000355716 2 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2489782 2489907 ENST00000355716 3 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2491262 2491417 ENST00000355716 4 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2492063 2492153 ENST00000355716 5 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2493112 2493254 ENST00000355716 6 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2494304 2494335 ENST00000355716 7 TNFRSF14 ENSG00000157873 Not Supported Not Supported +CDS 1 2494587 2494709 ENST00000355716 8 TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487825 2495268 ENST00000475523 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487844 2490595 ENST00000442392 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487845 2490301 ENST00000482074 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2487996 2492974 ENST00000496064 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2488010 2495188 ENST00000463471 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2489252 2495265 ENST00000466750 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2491019 2492981 ENST00000471768 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2491993 2494943 ENST00000463835 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2492121 2496821 ENST00000482602 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2493240 2494891 ENST00000480305 NA TNFRSF14 ENSG00000157873 Not Supported Not Supported +transcript 1 2497849 2501327 ENST00000456687 NA RP3-395M20.7 ENSG00000225931 Not Supported Not Supported +transcript 1 2512999 2515972 ENST00000424215 NA RP3-395M20.9 ENSG00000228037 Not Supported Not Supported +transcript 1 2517930 2521071 ENST00000493183 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2517979 2521097 ENST00000474659 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518214 2522907 ENST00000419916 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518235 2518387 ENST00000419916 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000419916 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000419916 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000419916 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519989 2520064 ENST00000419916 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520361 2520479 ENST00000419916 6 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520863 ENST00000419916 7 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518219 2522906 ENST00000378424 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518235 2518387 ENST00000378424 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000378424 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000378424 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519775 2519892 ENST00000378424 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519989 2520064 ENST00000378424 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520393 2520479 ENST00000378424 6 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520850 ENST00000378424 7 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518235 2521386 ENST00000537325 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518235 2518387 ENST00000537325 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000537325 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000537325 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000537325 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520396 2520479 ENST00000537325 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520863 ENST00000537325 6 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518237 2522902 ENST00000378427 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518237 2518387 ENST00000378427 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000378427 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000378427 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000378427 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519989 2520064 ENST00000378427 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520393 2520479 ENST00000378427 6 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520853 ENST00000378427 7 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518249 2522902 ENST00000378425 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518325 2518387 ENST00000378425 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000378425 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000378425 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000378425 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519989 2520064 ENST00000378425 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520361 2520479 ENST00000378425 6 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520863 ENST00000378425 7 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518256 2521244 ENST00000464043 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518258 2522906 ENST00000444521 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518325 2518387 ENST00000444521 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000444521 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000444521 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519775 2519892 ENST00000444521 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519989 2520064 ENST00000444521 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520361 2520479 ENST00000444521 6 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520849 2520863 ENST00000444521 7 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518272 2520416 ENST00000465233 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518272 2518387 ENST00000465233 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000465233 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000465233 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000465233 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519969 2520064 ENST00000465233 5 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520361 2520416 ENST00000465233 6 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518316 2520431 ENST00000498083 NA FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518316 2518387 ENST00000498083 1 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2518530 2518734 ENST00000498083 2 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519180 2519231 ENST00000498083 3 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2519829 2519892 ENST00000498083 4 FAM213B ENSG00000157870 Not Supported Not Supported +CDS 1 2520361 2520431 ENST00000498083 5 FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518481 2520952 ENST00000481683 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518517 2522908 ENST00000484099 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2518524 2520184 ENST00000477045 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2520033 2522907 ENST00000476686 NA FAM213B ENSG00000157870 Not Supported Not Supported +transcript 1 2522078 2524117 ENST00000471840 NA MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524094 2524117 ENST00000471840 1 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522996 2523072 ENST00000471840 2 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522429 2522528 ENST00000471840 3 MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2522081 2564481 ENST00000288709 NA MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2560770 2560896 ENST00000288709 2 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2543566 2543643 ENST00000288709 3 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2542720 2542779 ENST00000288709 4 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2541109 2541270 ENST00000288709 5 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2540778 2540858 ENST00000288709 6 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2538413 2538508 ENST00000288709 7 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2537687 2537805 ENST00000288709 8 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2536997 2537062 ENST00000288709 9 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535586 2535720 ENST00000288709 10 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535323 2535412 ENST00000288709 11 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2530093 2530229 ENST00000288709 12 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2529646 2529739 ENST00000288709 13 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2528000 2528128 ENST00000288709 14 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2527448 2527546 ENST00000288709 15 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526715 2526798 ENST00000288709 16 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526229 2526332 ENST00000288709 17 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525824 2525882 ENST00000288709 18 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525253 2525372 ENST00000288709 19 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524272 2524405 ENST00000288709 20 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524094 2524159 ENST00000288709 21 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2523371 2523466 ENST00000288709 22 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522996 2523072 ENST00000288709 23 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522432 2522528 ENST00000288709 24 MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2522082 2564429 ENST00000378412 NA MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2560770 2560923 ENST00000378412 2 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2543566 2543643 ENST00000378412 3 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2542720 2542779 ENST00000378412 4 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2541109 2541270 ENST00000378412 5 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2540778 2540858 ENST00000378412 6 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2538413 2538508 ENST00000378412 7 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2537687 2537805 ENST00000378412 8 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2536997 2537062 ENST00000378412 9 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535586 2535720 ENST00000378412 10 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535323 2535412 ENST00000378412 11 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2530093 2530229 ENST00000378412 12 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2529646 2529739 ENST00000378412 13 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2528000 2528128 ENST00000378412 14 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2527448 2527546 ENST00000378412 15 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526715 2526798 ENST00000378412 16 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526229 2526332 ENST00000378412 17 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525824 2525882 ENST00000378412 18 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525253 2525372 ENST00000378412 19 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524272 2524405 ENST00000378412 20 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524094 2524159 ENST00000378412 21 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2523371 2523466 ENST00000378412 22 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522996 2523072 ENST00000378412 23 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522432 2522528 ENST00000378412 24 MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2522365 2560933 ENST00000502556 NA MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2560770 2560923 ENST00000502556 1 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2543566 2543643 ENST00000502556 2 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2542720 2542779 ENST00000502556 3 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2541109 2541270 ENST00000502556 4 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2540833 2540858 ENST00000502556 5 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535323 2535412 ENST00000502556 6 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2530093 2530229 ENST00000502556 7 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2529646 2529739 ENST00000502556 8 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2528000 2528128 ENST00000502556 9 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2527448 2527546 ENST00000502556 10 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526715 2526798 ENST00000502556 11 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526229 2526332 ENST00000502556 12 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525824 2525882 ENST00000502556 13 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525253 2525372 ENST00000502556 14 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524272 2524405 ENST00000502556 15 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2524094 2524159 ENST00000502556 16 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2523371 2523466 ENST00000502556 17 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522996 2523072 ENST00000502556 18 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2522432 2522528 ENST00000502556 19 MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2522365 2560933 ENST00000504800 NA MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2560770 2560923 ENST00000504800 1 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2543566 2543643 ENST00000504800 2 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2542720 2542779 ENST00000504800 3 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2541109 2541270 ENST00000504800 4 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2540778 2540858 ENST00000504800 5 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2538413 2538508 ENST00000504800 6 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2537687 2537805 ENST00000504800 7 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2536997 2537062 ENST00000504800 8 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535586 2535720 ENST00000504800 9 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2535323 2535412 ENST00000504800 10 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2530093 2530229 ENST00000504800 11 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2529646 2529739 ENST00000504800 12 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2528000 2528128 ENST00000504800 13 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2527448 2527546 ENST00000504800 14 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526715 2526798 ENST00000504800 15 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2526229 2526332 ENST00000504800 16 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525824 2525882 ENST00000504800 17 MMEL1 ENSG00000142606 Not Supported Not Supported +CDS 1 2525316 2525401 ENST00000504800 18 MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2523133 2524307 ENST00000491941 NA MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2523133 2524318 ENST00000464195 NA MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2524094 2525512 ENST00000469962 NA MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2537720 2542840 ENST00000509374 NA MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2561197 2564418 ENST00000511099 NA MMEL1 ENSG00000142606 Not Supported Not Supported +transcript 1 2564007 2568059 ENST00000427302 NA RP13-436F16.1 ENSG00000237058 Not Supported Not Supported +transcript 1 2567415 2571151 ENST00000579787 NA TTC34 ENSG00000215912 Not Supported Not Supported +transcript 1 2567415 2718286 ENST00000401094 NA TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2700154 2700249 ENST00000401094 4 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2576732 2577002 ENST00000401094 5 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2575703 2575917 ENST00000401094 6 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2572810 2573334 ENST00000401094 7 TTC34 ENSG00000215912 Not Supported Not Supported +transcript 1 2572807 2706236 ENST00000401095 NA TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2706068 2706156 ENST00000401095 1 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2704046 2704271 ENST00000401095 2 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2702384 2702588 ENST00000401095 3 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2700154 2700320 ENST00000401095 4 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2576732 2577002 ENST00000401095 5 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2575703 2575917 ENST00000401095 6 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2572810 2573334 ENST00000401095 7 TTC34 ENSG00000215912 Not Supported Not Supported +transcript 1 2700271 2706280 ENST00000574621 NA TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2706068 2706156 ENST00000574621 1 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2704046 2704271 ENST00000574621 2 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2702384 2702588 ENST00000574621 3 TTC34 ENSG00000215912 Not Supported Not Supported +CDS 1 2700271 2700320 ENST00000574621 4 TTC34 ENSG00000215912 Not Supported Not Supported +transcript 1 2728415 2729257 ENST00000457440 NA RP11-740P5.2 ENSG00000233234 Not Supported Not Supported +transcript 1 2730997 2731563 ENST00000429389 NA RP11-740P5.3 ENSG00000231630 Not Supported Not Supported +transcript 1 2938046 2939465 ENST00000378404 NA ACTRT2 ENSG00000169717 Not Supported Not Supported +CDS 1 2938251 2939381 ENST00000378404 1 ACTRT2 ENSG00000169717 Not Supported Not Supported +transcript 1 2976179 2979095 ENST00000606861 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2976179 2980350 ENST00000321399 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2976181 2978315 ENST00000413472 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2976181 2978596 ENST00000453118 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2976181 2985001 ENST00000445317 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2977853 2980246 ENST00000415573 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2980636 2984333 ENST00000321336 NA LINC00982 ENSG00000177133 Not Supported Not Supported +transcript 1 2978523 2978959 ENST00000420957 NA AL008733.1 ENSG00000256761 Not Supported Not Supported +transcript 1 2985732 3350906 ENST00000511072 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000511072 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000511072 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000511072 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301713 3301850 ENST00000511072 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000511072 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000511072 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000511072 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000511072 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000511072 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331124 3331211 ENST00000511072 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000511072 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000511072 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000511072 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000511072 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000511072 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350250 ENST00000511072 16 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985742 3355183 ENST00000378398 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000378398 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000378398 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000378398 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000378398 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3311056 3311058 ENST00000378398 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000378398 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000378398 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000378398 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000378398 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000378398 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331127 3331211 ENST00000378398 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000378398 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000378398 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000378398 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000378398 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000378398 16 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000378398 17 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350372 ENST00000378398 18 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985742 3355183 ENST00000441472 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000441472 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000441472 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000441472 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000441472 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000441472 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000441472 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000441472 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000441472 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000441472 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331127 3331211 ENST00000441472 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000441472 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000441472 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000441472 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000441472 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000441472 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000441472 16 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350372 ENST00000441472 17 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985742 3355183 ENST00000442529 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000442529 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000442529 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000442529 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000442529 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000442529 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000442529 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000442529 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000442529 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000442529 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331127 3331211 ENST00000442529 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000442529 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000442529 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000442529 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000442529 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000442529 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000442529 16 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350298 3350372 ENST00000442529 17 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985747 3103155 ENST00000607632 NA PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985761 3351985 ENST00000378391 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000378391 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000378391 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000378391 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000378391 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000378391 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000378391 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000378391 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000378391 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000378391 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331124 3331211 ENST00000378391 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000378391 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000378391 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000378391 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000378391 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000378391 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000378391 16 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350298 3350372 ENST00000378391 17 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985775 3350906 ENST00000514189 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000514189 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000514189 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000514189 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301713 3301850 ENST00000514189 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000514189 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000514189 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000514189 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000514189 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000514189 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331127 3331211 ENST00000514189 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000514189 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000514189 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000514189 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000514189 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000514189 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350250 ENST00000514189 16 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 2985775 3355185 ENST00000270722 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 2985824 2985860 ENST00000270722 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3102689 3103038 ENST00000270722 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160651 3160701 ENST00000270722 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000270722 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000270722 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000270722 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000270722 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000270722 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000270722 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331124 3331211 ENST00000270722 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000270722 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000270722 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000270722 13 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000270722 14 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000270722 15 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000270722 16 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350372 ENST00000270722 17 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3154495 3350489 ENST00000512462 NA PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3160696 3303482 ENST00000463591 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3160696 3160701 ENST00000463591 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3301716 3301850 ENST00000463591 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3303240 3303260 ENST00000463591 3 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3313055 3350857 ENST00000509860 NA PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3313055 3313157 ENST00000509860 1 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3319355 3319562 ENST00000509860 2 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3321303 3321450 ENST00000509860 3 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3322059 3322212 ENST00000509860 4 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3327948 3329364 ENST00000509860 5 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3331127 3331211 ENST00000509860 6 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3334392 3334561 ENST00000509860 7 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3335231 3335308 ENST00000509860 8 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342145 3342314 ENST00000509860 9 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3342615 3342789 ENST00000509860 10 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3347436 3347672 ENST00000509860 11 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3348530 3348704 ENST00000509860 12 PRDM16 ENSG00000142611 Not Supported Not Supported +CDS 1 3350241 3350375 ENST00000509860 13 PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3341483 3350659 ENST00000378389 NA PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3341780 3342636 ENST00000606170 NA PRDM16 ENSG00000142611 Not Supported Not Supported +transcript 1 3049491 3050273 ENST00000440516 NA RP1-163G9.2 ENSG00000226286 Not Supported Not Supported +transcript 1 3223200 3226660 ENST00000607061 NA RP11-22L13.1 ENSG00000272235 Not Supported Not Supported +transcript 1 3370990 3397677 ENST00000378378 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3379649 3380236 ENST00000378378 2 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3382712 3382757 ENST00000378378 3 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3383732 3383901 ENST00000378378 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3385444 3385500 ENST00000378378 5 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3385997 3386157 ENST00000378378 6 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000378378 7 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390086 ENST00000378378 8 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3391272 3391346 ENST00000378378 9 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3392534 3392626 ENST00000378378 10 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394439 3394590 ENST00000378378 11 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394988 3395176 ENST00000378378 12 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396081 3396154 ENST00000378378 13 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396376 3396477 ENST00000378378 14 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3397012 3397148 ENST00000378378 15 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3382569 3397677 ENST00000378373 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3386000 3386157 ENST00000378373 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000378373 5 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390086 ENST00000378373 6 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3391272 3391346 ENST00000378373 7 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3392534 3392626 ENST00000378373 8 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394439 3394590 ENST00000378373 9 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394988 3395176 ENST00000378373 10 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396081 3396154 ENST00000378373 11 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396376 3396477 ENST00000378373 12 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3397012 3397148 ENST00000378373 13 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3383535 3397677 ENST00000378371 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3386000 3386157 ENST00000378371 3 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000378371 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390086 ENST00000378371 5 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3391272 3391346 ENST00000378371 6 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3392534 3392626 ENST00000378371 7 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394439 3394590 ENST00000378371 8 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394988 3395176 ENST00000378371 9 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396081 3396154 ENST00000378371 10 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396376 3396477 ENST00000378371 11 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3397012 3397148 ENST00000378371 12 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3385108 3390085 ENST00000445297 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3386000 3386157 ENST00000445297 2 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000445297 3 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390085 ENST00000445297 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3388171 3391021 ENST00000464620 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3388188 3392583 ENST00000418137 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3388222 3388355 ENST00000418137 1 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000418137 2 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390086 ENST00000418137 3 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3391272 3391346 ENST00000418137 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3392534 3392583 ENST00000418137 5 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3388188 3397379 ENST00000413250 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3388222 3388355 ENST00000413250 1 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389642 3389794 ENST00000413250 2 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3389957 3390086 ENST00000413250 3 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3391272 3391346 ENST00000413250 4 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3392534 3392626 ENST00000413250 5 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394439 3394590 ENST00000413250 6 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3394988 3395176 ENST00000413250 7 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396081 3396154 ENST00000413250 8 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3396376 3396477 ENST00000413250 9 ARHGEF16 ENSG00000130762 Not Supported Not Supported +CDS 1 3397012 3397148 ENST00000413250 10 ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3389333 3397677 ENST00000485984 NA ARHGEF16 ENSG00000130762 Not Supported Not Supported +transcript 1 3403810 3404191 ENST00000606489 NA RP11-168F9.2 ENSG00000272088 Not Supported Not Supported +transcript 1 3406484 3448012 ENST00000294599 NA MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3447644 3447809 ENST00000294599 1 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3440688 3440810 ENST00000294599 2 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431966 3432091 ENST00000294599 3 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431114 3431236 ENST00000294599 4 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428570 3428692 ENST00000294599 5 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428114 3428251 ENST00000294599 6 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3427347 3427466 ENST00000294599 7 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3426434 3426556 ENST00000294599 8 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425639 3425809 ENST00000294599 9 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425122 3425253 ENST00000294599 10 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3424359 3424487 ENST00000294599 11 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3422672 3422800 ENST00000294599 12 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421986 3422120 ENST00000294599 13 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421772 3421906 ENST00000294599 14 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3418360 3418485 ENST00000294599 15 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417741 3417872 ENST00000294599 16 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417530 3417658 ENST00000294599 17 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417197 3417328 ENST00000294599 18 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416360 3416488 ENST00000294599 19 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416152 3416280 ENST00000294599 20 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3414935 3415063 ENST00000294599 21 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413797 3413925 ENST00000294599 22 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413219 3413347 ENST00000294599 23 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3412454 3412582 ENST00000294599 24 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3411177 3411305 ENST00000294599 25 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410935 3411063 ENST00000294599 26 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410335 3410361 ENST00000294599 27 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3409203 3409331 ENST00000294599 28 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3407476 3407523 ENST00000294599 29 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3407095 3407153 ENST00000294599 30 MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3406490 3528059 ENST00000356575 NA MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3527702 3527832 ENST00000356575 1 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3519030 3519164 ENST00000356575 2 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3511902 3512011 ENST00000356575 3 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3496389 3496493 ENST00000356575 4 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3440688 3440810 ENST00000356575 5 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431966 3432091 ENST00000356575 6 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431114 3431236 ENST00000356575 7 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428570 3428692 ENST00000356575 8 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428114 3428251 ENST00000356575 9 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3427347 3427466 ENST00000356575 10 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3426434 3426556 ENST00000356575 11 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425639 3425809 ENST00000356575 12 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425122 3425253 ENST00000356575 13 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3424359 3424487 ENST00000356575 14 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3422672 3422800 ENST00000356575 15 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421986 3422120 ENST00000356575 16 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421772 3421906 ENST00000356575 17 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3418360 3418485 ENST00000356575 18 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417741 3417872 ENST00000356575 19 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417530 3417658 ENST00000356575 20 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417197 3417328 ENST00000356575 21 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416360 3416488 ENST00000356575 22 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416152 3416280 ENST00000356575 23 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3415702 3415830 ENST00000356575 24 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3415262 3415390 ENST00000356575 25 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3414935 3415063 ENST00000356575 26 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413797 3413925 ENST00000356575 27 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413552 3413683 ENST00000356575 28 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413219 3413347 ENST00000356575 29 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3412454 3412582 ENST00000356575 30 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3411177 3411305 ENST00000356575 31 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410935 3411063 ENST00000356575 32 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410560 3410688 ENST00000356575 33 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410335 3410463 ENST00000356575 34 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3409203 3409331 ENST00000356575 35 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3407476 3407523 ENST00000356575 36 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3407095 3407153 ENST00000356575 37 MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3406876 3410050 ENST00000494257 NA MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3407126 3527841 ENST00000485002 NA MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3527702 3527832 ENST00000485002 1 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3519030 3519164 ENST00000485002 2 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3511902 3512011 ENST00000485002 3 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3463562 3463687 ENST00000485002 4 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3440688 3440810 ENST00000485002 5 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431966 3432091 ENST00000485002 6 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3431114 3431236 ENST00000485002 7 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428570 3428692 ENST00000485002 8 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3428114 3428251 ENST00000485002 9 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3427347 3427466 ENST00000485002 10 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3426434 3426556 ENST00000485002 11 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425639 3425809 ENST00000485002 12 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3425122 3425253 ENST00000485002 13 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3424359 3424487 ENST00000485002 14 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3422672 3422800 ENST00000485002 15 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421986 3422120 ENST00000485002 16 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3421772 3421906 ENST00000485002 17 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3418360 3418485 ENST00000485002 18 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417741 3417872 ENST00000485002 19 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417530 3417658 ENST00000485002 20 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3417197 3417328 ENST00000485002 21 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416360 3416488 ENST00000485002 22 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3416152 3416280 ENST00000485002 23 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3415702 3415830 ENST00000485002 24 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3415262 3415390 ENST00000485002 25 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3414935 3415063 ENST00000485002 26 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3414055 3414185 ENST00000485002 27 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413797 3413925 ENST00000485002 28 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413552 3413683 ENST00000485002 29 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413219 3413347 ENST00000485002 30 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3412508 3412582 ENST00000485002 31 MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3407489 3413281 ENST00000491842 NA MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3413219 3413281 ENST00000491842 1 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3412454 3412582 ENST00000491842 2 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3411177 3411305 ENST00000491842 3 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410935 3411063 ENST00000491842 4 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3410560 3410688 ENST00000491842 5 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3409203 3409331 ENST00000491842 6 MEGF6 ENSG00000162591 Not Supported Not Supported +CDS 1 3407489 3407523 ENST00000491842 7 MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3409203 3412578 ENST00000475790 NA MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3409292 3410808 ENST00000461795 NA MEGF6 ENSG00000162591 Not Supported Not Supported +transcript 1 3477259 3477354 ENST00000385042 NA MIR551A ENSG00000207776 Not Supported Not Supported +transcript 1 3539754 3541307 ENST00000435049 NA RP11-46F15.2 ENSG00000238260 Not Supported Not Supported +transcript 1 3541566 3546691 ENST00000378344 NA TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3541637 3541837 ENST00000378344 1 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3541988 3542079 ENST00000378344 2 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3542277 3542453 ENST00000378344 3 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3544064 3544217 ENST00000378344 4 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3544973 3545164 ENST00000378344 5 TPRG1L ENSG00000158109 Not Supported Not Supported +transcript 1 3541614 3546691 ENST00000344579 NA TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3541637 3541837 ENST00000344579 1 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3541988 3542079 ENST00000344579 2 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3544064 3544217 ENST00000344579 3 TPRG1L ENSG00000158109 Not Supported Not Supported +CDS 1 3544973 3545164 ENST00000344579 4 TPRG1L ENSG00000158109 Not Supported Not Supported +transcript 1 3547331 3566622 ENST00000378322 NA WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3566495 3566563 ENST00000378322 1 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563972 3564124 ENST00000378322 2 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563230 3563346 ENST00000378322 3 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3555314 3555386 ENST00000378322 4 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3553559 3553662 ENST00000378322 5 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3552508 3552594 ENST00000378322 6 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551724 3551858 ENST00000378322 7 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551561 3551638 ENST00000378322 8 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3549962 3550067 ENST00000378322 9 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3548777 3548902 ENST00000378322 10 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3547965 3548221 ENST00000378322 11 WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3547331 3566637 ENST00000270708 NA WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3566495 3566563 ENST00000270708 1 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563972 3564124 ENST00000270708 2 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563230 3563346 ENST00000270708 3 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3555314 3555386 ENST00000270708 4 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3553559 3553662 ENST00000270708 5 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3552508 3552594 ENST00000270708 6 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551724 3551858 ENST00000270708 7 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551561 3551638 ENST00000270708 8 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3549962 3550067 ENST00000270708 9 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3548777 3548902 ENST00000270708 10 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3548030 3548221 ENST00000270708 11 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3547542 3547681 ENST00000270708 12 WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3548450 3556189 ENST00000471223 NA WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3548777 3566590 ENST00000424367 NA WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3566495 3566563 ENST00000424367 1 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563972 3564124 ENST00000424367 2 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563230 3563346 ENST00000424367 3 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3555314 3555386 ENST00000424367 4 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3553559 3553662 ENST00000424367 5 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3552508 3552594 ENST00000424367 6 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551561 3551638 ENST00000424367 7 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3549962 3550067 ENST00000424367 8 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3548777 3548902 ENST00000424367 9 WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3549330 3553621 ENST00000497940 NA WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3549874 3552014 ENST00000469643 NA WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3551480 3551997 ENST00000494884 NA WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3551578 3569325 ENST00000465916 NA WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563972 3563995 ENST00000465916 2 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563230 3563346 ENST00000465916 3 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3555314 3555386 ENST00000465916 4 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3553559 3553662 ENST00000465916 5 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3552508 3552594 ENST00000465916 6 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551724 3551858 ENST00000465916 7 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551578 3551638 ENST00000465916 8 WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3551836 3566627 ENST00000419924 NA WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3566495 3566563 ENST00000419924 1 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563972 3564124 ENST00000419924 2 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3563230 3563346 ENST00000419924 3 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3555314 3555386 ENST00000419924 4 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3553559 3553662 ENST00000419924 5 WRAP73 ENSG00000116213 Not Supported Not Supported +CDS 1 3551836 3551858 ENST00000419924 6 WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3563810 3566625 ENST00000479331 NA WRAP73 ENSG00000116213 Not Supported Not Supported +transcript 1 3569084 3652765 ENST00000378295 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000378295 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000378295 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000378295 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000378295 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000378295 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000378295 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000378295 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000378295 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000378295 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3646564 3646712 ENST00000378295 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000378295 12 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648120 ENST00000378295 13 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000378295 14 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3569084 3652765 ENST00000604074 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000604074 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000604074 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000604074 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000604074 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000604074 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000604074 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000604074 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000604074 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000604074 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649323 ENST00000604074 11 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3569129 3649856 ENST00000354437 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000354437 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000354437 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000354437 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000354437 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000354437 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000354437 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000354437 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000354437 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000354437 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3646564 3646712 ENST00000354437 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000354437 12 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649323 ENST00000354437 13 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3569129 3650467 ENST00000357733 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000357733 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000357733 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000357733 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000357733 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000357733 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000357733 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000357733 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000357733 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000357733 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000357733 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000357733 12 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3569129 3650467 ENST00000346387 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000346387 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000346387 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000346387 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000346387 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000346387 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000346387 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000346387 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000346387 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000346387 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648120 ENST00000346387 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000346387 12 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3598930 3649643 ENST00000603362 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000603362 1 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000603362 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000603362 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000603362 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000603362 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000603362 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000603362 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000603362 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000603362 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000603362 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000603362 11 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3598930 3649643 ENST00000604479 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3598930 3598994 ENST00000604479 1 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3599624 3599744 ENST00000604479 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000604479 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000604479 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000604479 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000604479 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000604479 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000604479 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000604479 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648120 ENST00000604479 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000604479 11 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3607236 3649856 ENST00000378285 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3607470 3607508 ENST00000378285 1 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000378285 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000378285 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000378285 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000378285 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000378285 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000378285 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000378285 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3646564 3646712 ENST00000378285 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000378285 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649323 ENST00000378285 11 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3607236 3649856 ENST00000378280 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3607470 3607508 ENST00000378280 1 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000378280 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000378280 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000378280 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000378280 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000378280 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000378280 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000378280 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000378280 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648116 ENST00000378280 10 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3607236 3652765 ENST00000378288 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3607470 3607508 ENST00000378288 1 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624113 3624355 ENST00000378288 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000378288 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000378288 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000378288 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000378288 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000378288 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000378288 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3646564 3646712 ENST00000378288 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000378288 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648120 ENST00000378288 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000378288 12 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3607271 3646315 ENST00000603364 NA TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3614610 3625098 ENST00000604194 NA TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3614622 3649655 ENST00000378290 NA TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3624140 3624355 ENST00000378290 2 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3638585 3638771 ENST00000378290 3 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3639918 3640033 ENST00000378290 4 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3643679 3643788 ENST00000378290 5 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644192 3644334 ENST00000378290 6 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3644693 3644781 ENST00000378290 7 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3645891 3646012 ENST00000378290 8 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3646564 3646712 ENST00000378290 9 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3647491 3647629 ENST00000378290 10 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3648027 3648120 ENST00000378290 11 TP73 ENSG00000078900 Not Supported Not Supported +CDS 1 3649311 3649640 ENST00000378290 12 TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3644042 3649931 ENST00000604566 NA TP73 ENSG00000078900 Not Supported Not Supported +transcript 1 3575502 3585336 ENST00000443034 NA RP5-1092A11.5 ENSG00000227589 Not Supported Not Supported +transcript 1 3628764 3630862 ENST00000416554 NA RP5-1092A11.2 ENSG00000235131 Not Supported Not Supported +transcript 1 3652548 3663340 ENST00000418088 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3652548 3663886 ENST00000452079 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3652739 3654439 ENST00000419973 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3653713 3663900 ENST00000423764 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3654639 3659422 ENST00000587071 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3655011 3659934 ENST00000608600 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3659683 3662802 ENST00000544565 NA TP73-AS1 ENSG00000227372 Not Supported Not Supported +transcript 1 3668962 3688208 ENST00000294600 NA CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3669046 3669363 ENST00000294600 1 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3670682 3670805 ENST00000294600 2 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3672021 3672131 ENST00000294600 3 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3673297 3673454 ENST00000294600 4 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3677845 3677994 ENST00000294600 5 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3679184 3679276 ENST00000294600 6 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3679672 3680038 ENST00000294600 7 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3680270 3680400 ENST00000294600 8 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3683099 3683176 ENST00000294600 9 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3683797 3684009 ENST00000294600 10 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3686347 3686451 ENST00000294600 11 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3687965 3688084 ENST00000294600 12 CCDC27 ENSG00000162592 Not Supported Not Supported +transcript 1 3669009 3688209 ENST00000462521 NA CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3669046 3669363 ENST00000462521 1 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3670682 3670805 ENST00000462521 2 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3672021 3672131 ENST00000462521 3 CCDC27 ENSG00000162592 Not Supported Not Supported +CDS 1 3673316 3673368 ENST00000462521 4 CCDC27 ENSG00000162592 Not Supported Not Supported +transcript 1 3689352 3692546 ENST00000444870 NA SMIM1 ENSG00000235169 Not Supported Not Supported +CDS 1 3691938 3692047 ENST00000444870 3 SMIM1 ENSG00000235169 Not Supported Not Supported +CDS 1 3692359 3692482 ENST00000444870 4 SMIM1 ENSG00000235169 Not Supported Not Supported +transcript 1 3689389 3691952 ENST00000452264 NA SMIM1 ENSG00000235169 Not Supported Not Supported +CDS 1 3691938 3691952 ENST00000452264 2 SMIM1 ENSG00000235169 Not Supported Not Supported +transcript 1 3689627 3692234 ENST00000561886 NA SMIM1 ENSG00000235169 Not Supported Not Supported +CDS 1 3691938 3692048 ENST00000561886 2 SMIM1 ENSG00000235169 Not Supported Not Supported +transcript 1 3696784 3713068 ENST00000378251 NA LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3712426 3713040 ENST00000378251 1 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3703413 3703874 ENST00000378251 2 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3701651 3701767 ENST00000378251 3 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3700560 3700675 ENST00000378251 4 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3699225 3699327 ENST00000378251 5 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3698076 3698165 ENST00000378251 6 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3697655 3697900 ENST00000378251 7 LRRC47 ENSG00000130764 Not Supported Not Supported +transcript 1 3697699 3700739 ENST00000462356 NA LRRC47 ENSG00000130764 Not Supported Not Supported +transcript 1 3697854 3700611 ENST00000479239 NA LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3700560 3700611 ENST00000479239 1 LRRC47 ENSG00000130764 Not Supported Not Supported +CDS 1 3700376 3700475 ENST00000479239 2 LRRC47 ENSG00000130764 Not Supported Not Supported +transcript 1 3699379 3699673 ENST00000581512 NA RN7SL574P ENSG00000266075 Not Supported Not Supported +transcript 1 3701572 3702102 ENST00000607459 NA RP1-286D6.5 ENSG00000272153 Not Supported Not Supported +transcript 1 3728645 3773763 ENST00000378230 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3768859 3768971 ENST00000378230 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3765172 3765345 ENST00000378230 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3764039 3764177 ENST00000378230 4 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761853 3761915 ENST00000378230 5 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761471 3761547 ENST00000378230 6 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3756172 3756340 ENST00000378230 7 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3755528 3755683 ENST00000378230 8 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3753856 3754083 ENST00000378230 9 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3753059 3753256 ENST00000378230 10 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3751489 3751656 ENST00000378230 11 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3750426 3750599 ENST00000378230 12 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3747610 3747786 ENST00000378230 13 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3746355 3746561 ENST00000378230 14 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3745830 3745937 ENST00000378230 15 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3743272 3743308 ENST00000378230 16 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742934 3743000 ENST00000378230 17 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742322 3742430 ENST00000378230 18 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739988 3740126 ENST00000378230 19 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739738 3739805 ENST00000378230 20 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3732844 3732934 ENST00000378230 21 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3731969 3732081 ENST00000378230 22 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3731803 3733022 ENST00000484420 NA CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3732713 3745870 ENST00000438539 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3745830 3745870 ENST00000438539 1 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3743272 3743308 ENST00000438539 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742934 3743000 ENST00000438539 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742322 3742430 ENST00000438539 4 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739988 3740126 ENST00000438539 5 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739738 3739805 ENST00000438539 6 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3732824 3732934 ENST00000438539 7 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3739340 3745937 ENST00000461667 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3745830 3745937 ENST00000461667 1 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3743272 3743308 ENST00000461667 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742934 3743000 ENST00000461667 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3742322 3742430 ENST00000461667 4 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739988 3740126 ENST00000461667 5 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3739708 3739805 ENST00000461667 6 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3746256 3747788 ENST00000495701 NA CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3747655 3753700 ENST00000460038 NA CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3750235 3773762 ENST00000494653 NA CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3751626 3755674 ENST00000443466 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3755528 3755674 ENST00000443466 1 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3753856 3753909 ENST00000443466 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3753059 3753256 ENST00000443466 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3751626 3751656 ENST00000443466 4 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3755647 3773758 ENST00000428079 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3768859 3768971 ENST00000428079 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3764039 3764177 ENST00000428079 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761853 3761915 ENST00000428079 4 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761471 3761547 ENST00000428079 5 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3756172 3756340 ENST00000428079 6 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3755647 3755683 ENST00000428079 7 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3756321 3764268 ENST00000494951 NA CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3759673 3773778 ENST00000378223 NA CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3768859 3768971 ENST00000378223 2 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3765172 3765345 ENST00000378223 3 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3764039 3764177 ENST00000378223 4 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761853 3761915 ENST00000378223 5 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3761471 3761547 ENST00000378223 6 CEP104 ENSG00000116198 Not Supported Not Supported +CDS 1 3759722 3759887 ENST00000378223 7 CEP104 ENSG00000116198 Not Supported Not Supported +transcript 1 3773845 3801993 ENST00000378209 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000378209 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000378209 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782376 3782564 ENST00000378209 3 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3784538 3784617 ENST00000378209 4 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3786169 3786339 ENST00000378209 5 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3789036 3789136 ENST00000378209 6 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3800071 3800302 ENST00000378209 7 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3773845 3801993 ENST00000491998 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000491998 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000491998 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782376 3782564 ENST00000491998 3 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3784538 3784617 ENST00000491998 4 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3786169 3786339 ENST00000491998 5 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3789036 3789136 ENST00000491998 6 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3789578 3789605 ENST00000491998 7 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3773845 3789608 ENST00000338895 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000338895 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000338895 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782376 3782564 ENST00000338895 3 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3784538 3784617 ENST00000338895 4 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3786169 3786339 ENST00000338895 5 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3789036 3789136 ENST00000338895 6 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3789578 3789605 ENST00000338895 7 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3773845 3782316 ENST00000378212 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000378212 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000378212 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782207 3782313 ENST00000378212 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3773845 3777054 ENST00000341385 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000341385 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000341385 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3776984 3777051 ENST00000341385 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3774024 3801993 ENST00000468793 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000468793 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775430 ENST00000468793 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782376 3782457 ENST00000468793 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3774037 3801993 ENST00000477548 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000477548 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000477548 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3776984 3777051 ENST00000477548 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3774037 3801993 ENST00000339350 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000339350 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775408 ENST00000339350 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782207 3782313 ENST00000339350 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3774081 3801993 ENST00000378206 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000378206 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775407 ENST00000378206 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782326 3782327 ENST00000378206 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3774164 3801993 ENST00000475969 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3774168 3774281 ENST00000475969 1 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3775282 3775430 ENST00000475969 2 DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3782376 3782457 ENST00000475969 3 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3784227 3789109 ENST00000481945 NA DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3800071 3801993 ENST00000461150 NA DFFB ENSG00000169598 Not Supported Not Supported +CDS 1 3800071 3800305 ENST00000461150 1 DFFB ENSG00000169598 Not Supported Not Supported +transcript 1 3800628 3800697 ENST00000579705 NA AL691523.1 ENSG00000264428 Not Supported Not Supported +transcript 1 3805689 3816811 ENST00000486765 NA C1orf174 ENSG00000198912 Not Supported Not Supported +transcript 1 3805689 3816849 ENST00000361605 NA C1orf174 ENSG00000198912 Not Supported Not Supported +CDS 1 3816736 3816750 ENST00000361605 1 C1orf174 ENSG00000198912 Not Supported Not Supported +CDS 1 3809447 3809560 ENST00000361605 2 C1orf174 ENSG00000198912 Not Supported Not Supported +CDS 1 3807133 3807621 ENST00000361605 3 C1orf174 ENSG00000198912 Not Supported Not Supported +CDS 1 3806527 3806637 ENST00000361605 4 C1orf174 ENSG00000198912 Not Supported Not Supported +transcript 1 3805689 3816857 ENST00000474140 NA C1orf174 ENSG00000198912 Not Supported Not Supported +transcript 1 3816936 3822096 ENST00000413332 NA LINC01134 ENSG00000236423 Not Supported Not Supported +transcript 1 3816968 3833789 ENST00000442673 NA LINC01134 ENSG00000236423 Not Supported Not Supported +transcript 1 3816980 3832011 ENST00000439488 NA LINC01134 ENSG00000236423 Not Supported Not Supported +transcript 1 4000673 4009411 ENST00000456897 NA RP13-614K11.1 ENSG00000233304 Not Supported Not Supported +transcript 1 4000677 4015322 ENST00000412674 NA RP13-614K11.1 ENSG00000233304 Not Supported Not Supported +transcript 1 4007209 4009040 ENST00000425194 NA RP13-614K11.2 ENSG00000226374 Not Supported Not Supported +transcript 1 4235588 4235959 ENST00000449232 NA RP11-374C13.1 ENSG00000229280 Not Supported Not Supported +transcript 1 4472111 4484747 ENST00000423197 NA RP5-1166F10.1 ENSG00000235054 Not Supported Not Supported +transcript 1 4611795 4612205 ENST00000438791 NA RP1-37J18.1 ENSG00000227169 Not Supported Not Supported +transcript 1 4631608 4643481 ENST00000420522 NA RP1-37J18.2 ENSG00000232596 Not Supported Not Supported +transcript 1 4714792 4837854 ENST00000378190 NA AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4715486 4715514 ENST00000378190 1 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4771960 4772759 ENST00000378190 2 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4829913 4830000 ENST00000378190 3 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4832340 4832585 ENST00000378190 4 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4834487 4834556 ENST00000378190 5 AJAP1 ENSG00000196581 Not Supported Not Supported +transcript 1 4715105 4852594 ENST00000378191 NA AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4715486 4715514 ENST00000378191 1 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4771960 4772759 ENST00000378191 2 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4829913 4830000 ENST00000378191 3 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4832340 4832585 ENST00000378191 4 AJAP1 ENSG00000196581 Not Supported Not Supported +CDS 1 4834487 4834556 ENST00000378191 5 AJAP1 ENSG00000196581 Not Supported Not Supported +transcript 1 4771215 4772225 ENST00000466761 NA AJAP1 ENSG00000196581 Not Supported Not Supported +transcript 1 5146519 5150959 ENST00000443270 NA RP11-542C10.1 ENSG00000231510 Not Supported Not Supported +transcript 1 5553038 5554734 ENST00000564261 NA RP1-58B11.1 ENSG00000260972 Not Supported Not Supported +transcript 1 5624131 5624203 ENST00000579887 NA MIR4417 ENSG00000264341 Not Supported Not Supported +transcript 1 5647428 5728355 ENST00000413887 NA RP11-154H17.1 ENSG00000236948 Not Supported Not Supported +transcript 1 5875931 5876019 ENST00000401226 NA AL356693.1 ENSG00000216045 Not Supported Not Supported +transcript 1 5922732 5922801 ENST00000582517 NA MIR4689 ENSG00000264101 Not Supported Not Supported +transcript 1 5922871 5927712 ENST00000460696 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5922871 5928435 ENST00000378161 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5922871 6052484 ENST00000478423 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5922873 6052533 ENST00000489180 NA NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6046215 6046349 ENST00000489180 2 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6038330 6038473 ENST00000489180 3 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6029147 6029319 ENST00000489180 4 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6027359 6027423 ENST00000489180 5 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6021854 6022009 ENST00000489180 6 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6012760 6012896 ENST00000489180 7 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6008130 6008311 ENST00000489180 8 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6007164 6007290 ENST00000489180 9 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5993207 5993389 ENST00000489180 10 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5987709 5987847 ENST00000489180 11 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5969212 5969273 ENST00000489180 12 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5967175 5967282 ENST00000489180 13 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5965692 5965840 ENST00000489180 14 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5965352 5965543 ENST00000489180 15 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5964677 5964864 ENST00000489180 16 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5950928 5951088 ENST00000489180 17 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5947346 5947526 ENST00000489180 18 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5940174 5940299 ENST00000489180 19 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5939568 5939692 ENST00000489180 20 NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5922878 6052531 ENST00000378156 NA NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6046215 6046349 ENST00000378156 2 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6038330 6038473 ENST00000378156 3 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6029147 6029319 ENST00000378156 4 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6027359 6027423 ENST00000378156 5 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6021854 6022009 ENST00000378156 6 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6012760 6012896 ENST00000378156 7 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6008130 6008311 ENST00000378156 8 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6007164 6007290 ENST00000378156 9 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5993207 5993389 ENST00000378156 10 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5987709 5987847 ENST00000378156 11 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5969212 5969273 ENST00000378156 12 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5967175 5967282 ENST00000378156 13 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5965692 5965843 ENST00000378156 14 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5965352 5965543 ENST00000378156 15 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5964677 5964864 ENST00000378156 16 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5950928 5951088 ENST00000378156 17 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5947346 5947526 ENST00000378156 18 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5940174 5940299 ENST00000378156 19 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5937153 5937358 ENST00000378156 20 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5934934 5935160 ENST00000378156 21 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5934531 5934717 ENST00000378156 22 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5933312 5933395 ENST00000378156 23 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5927800 5927956 ENST00000378156 24 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5927090 5927175 ENST00000378156 25 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5926433 5926518 ENST00000378156 26 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5925162 5925333 ENST00000378156 27 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5924398 5924577 ENST00000378156 28 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5923950 5924093 ENST00000378156 29 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5923328 5923465 ENST00000378156 30 NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5923325 6052507 ENST00000378169 NA NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6046215 6046349 ENST00000378169 2 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6038330 6038473 ENST00000378169 3 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6029147 6029319 ENST00000378169 4 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6027359 6027423 ENST00000378169 5 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6021854 6022009 ENST00000378169 6 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 6008199 6008311 ENST00000378169 7 NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5927142 5933901 ENST00000468253 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5934965 5937526 ENST00000506941 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5936939 5942909 ENST00000470763 NA NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5946555 5965384 ENST00000466897 NA NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5965352 5965384 ENST00000466897 1 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5964677 5964864 ENST00000466897 2 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5950928 5951088 ENST00000466897 3 NPHP4 ENSG00000131697 Not Supported Not Supported +CDS 1 5948638 5948670 ENST00000466897 4 NPHP4 ENSG00000131697 Not Supported Not Supported +transcript 1 5953899 5953984 ENST00000585151 NA AL356261.1 ENSG00000266687 Not Supported Not Supported +transcript 1 6051526 6160235 ENST00000378111 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000378111 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000378111 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000378111 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000378111 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000378111 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000378111 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6159883 6160075 ENST00000378111 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6052423 6161253 ENST00000378097 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000378097 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000378097 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000378097 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000378097 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000378097 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000378097 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000378097 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000378097 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000378097 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000378097 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000378097 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000378097 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000378097 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000378097 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000378097 16 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6052733 6067720 ENST00000493807 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6052761 6158634 ENST00000378092 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000378092 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000378092 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000378092 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000378092 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000378092 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000378092 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000378092 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000378092 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000378092 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000378092 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000378092 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000378092 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000378092 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000378092 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6052766 6133907 ENST00000478098 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6052771 6132850 ENST00000445501 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000445501 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000445501 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132850 ENST00000445501 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086360 6155641 ENST00000389632 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000389632 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000389632 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000389632 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000389632 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000389632 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000389632 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000389632 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000389632 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000389632 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000389632 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000389632 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155641 ENST00000389632 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086360 6155685 ENST00000428161 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000428161 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000428161 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000428161 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000428161 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000428161 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000428161 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000428161 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000428161 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000428161 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000428161 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155685 ENST00000428161 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086380 6158621 ENST00000602612 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000602612 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000602612 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000602612 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000602612 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000602612 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000602612 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000602612 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000602612 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000602612 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000602612 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000602612 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000602612 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000602612 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157588 ENST00000602612 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086380 6160078 ENST00000378087 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000378087 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000378087 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000378087 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000378087 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000378087 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000378087 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156181 6156186 ENST00000378087 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6159889 6160075 ENST00000378087 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086380 6160523 ENST00000341524 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000341524 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000341524 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000341524 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000341524 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000341524 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000341524 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000341524 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000341524 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000341524 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000341524 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000341524 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000341524 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000341524 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000341524 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000341524 16 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6086380 6160523 ENST00000352527 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000352527 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000352527 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000352527 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000352527 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000352527 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000352527 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000352527 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000352527 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000352527 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000352527 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000352527 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000352527 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000352527 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000352527 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6087357 6145309 ENST00000435937 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000435937 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000435937 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000435937 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000435937 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145309 ENST00000435937 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6094343 6161239 ENST00000164247 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100629 6100705 ENST00000164247 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000164247 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000164247 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000164247 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000164247 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000164247 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000164247 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000164247 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000164247 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000164247 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000164247 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000164247 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000164247 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000164247 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000164247 16 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6095977 6101822 ENST00000459822 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6100678 6146422 ENST00000472700 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6100678 6100705 ENST00000472700 1 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6101891 6101932 ENST00000472700 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000472700 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000472700 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000472700 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000472700 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145800 6145853 ENST00000472700 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6146218 6146374 ENST00000472700 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6105981 6161239 ENST00000378083 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6111597 6111814 ENST00000378083 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6132815 6132858 ENST00000378083 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6133793 6133830 ENST00000378083 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000378083 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000378083 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000378083 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000378083 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000378083 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6151323 6151367 ENST00000378083 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000378083 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000378083 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000378083 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000378083 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000378083 15 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000378083 16 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6106174 6158915 ENST00000458166 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142255 6142334 ENST00000458166 4 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000458166 5 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6147527 6147571 ENST00000458166 6 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6149068 6149111 ENST00000458166 7 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6150449 6150535 ENST00000458166 8 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6154460 6154545 ENST00000458166 9 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155383 6155503 ENST00000458166 10 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6155590 6155684 ENST00000458166 11 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6156696 6156816 ENST00000458166 12 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6157329 6157417 ENST00000458166 13 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6158545 6158631 ENST00000458166 14 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6142321 6146423 ENST00000462676 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6142321 6142334 ENST00000462676 1 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145264 6145308 ENST00000462676 2 KCNAB2 ENSG00000069424 Not Supported Not Supported +CDS 1 6145800 6146109 ENST00000462676 3 KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6156316 6158870 ENST00000481789 NA KCNAB2 ENSG00000069424 Not Supported Not Supported +transcript 1 6100630 6101399 ENST00000594544 NA AL035406.1 ENSG00000268332 Not Supported Not Supported +CDS 1 6101389 6101399 ENST00000594544 1 AL035406.1 ENSG00000268332 Not Supported Not Supported +CDS 1 6100630 6100699 ENST00000594544 2 AL035406.1 ENSG00000268332 Not Supported Not Supported +transcript 1 6161853 6240183 ENST00000262450 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6240005 6240083 ENST00000262450 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6228210 6228337 ENST00000262450 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6219396 6219575 ENST00000262450 3 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6215659 6215777 ENST00000262450 4 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6214720 6214958 ENST00000262450 5 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6212472 6212596 ENST00000262450 6 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6211092 6211215 ENST00000262450 7 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6209306 6209472 ENST00000262450 8 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6208914 6209135 ENST00000262450 9 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6206725 6206931 ENST00000262450 10 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6206272 6206483 ENST00000262450 11 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6204084 6204215 ENST00000262450 12 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6203883 6203991 ENST00000262450 13 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202474 6202665 ENST00000262450 14 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202188 6202388 ENST00000262450 15 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196788 6196925 ENST00000262450 16 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196577 6196698 ENST00000262450 17 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6195290 6195463 ENST00000262450 18 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194778 6194919 ENST00000262450 19 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194188 6194319 ENST00000262450 20 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6191691 6191808 ENST00000262450 21 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6190264 6190388 ENST00000262450 22 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188898 6189129 ENST00000262450 23 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188559 6188669 ENST00000262450 24 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188106 6188278 ENST00000262450 25 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6186632 6186806 ENST00000262450 26 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185826 6185918 ENST00000262450 27 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185584 6185672 ENST00000262450 28 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185160 6185293 ENST00000262450 29 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184577 6184721 ENST00000262450 30 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184008 6184167 ENST00000262450 31 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181554 6181633 ENST00000262450 32 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181165 6181297 ENST00000262450 33 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6172969 6173058 ENST00000262450 34 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6172200 6172337 ENST00000262450 35 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6171835 6171943 ENST00000262450 36 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6170454 6170586 ENST00000262450 37 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6169855 6170050 ENST00000262450 38 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166676 6166839 ENST00000262450 39 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166455 6166569 ENST00000262450 40 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166343 6166347 ENST00000262450 41 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6161853 6240183 ENST00000378021 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188898 6189087 ENST00000378021 23 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188559 6188669 ENST00000378021 24 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188106 6188278 ENST00000378021 25 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6186632 6186806 ENST00000378021 26 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185826 6185918 ENST00000378021 27 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185584 6185672 ENST00000378021 28 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185160 6185293 ENST00000378021 29 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184577 6184721 ENST00000378021 30 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184008 6184167 ENST00000378021 31 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181554 6181633 ENST00000378021 32 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181165 6181297 ENST00000378021 33 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6172969 6173058 ENST00000378021 34 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6172200 6172337 ENST00000378021 35 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6171835 6171943 ENST00000378021 36 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6170454 6170586 ENST00000378021 37 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6169855 6170050 ENST00000378021 38 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166676 6166839 ENST00000378021 39 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166294 6166347 ENST00000378021 40 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6165431 6165487 ENST00000378021 41 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6165141 6166832 ENST00000475121 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166676 6166832 ENST00000475121 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6166294 6166347 ENST00000475121 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6165428 6165487 ENST00000475121 3 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6165141 6204164 ENST00000462991 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6204084 6204164 ENST00000462991 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6203883 6203991 ENST00000462991 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202474 6202665 ENST00000462991 3 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202188 6202388 ENST00000462991 4 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196788 6196925 ENST00000462991 5 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196577 6196698 ENST00000462991 6 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6195290 6195463 ENST00000462991 7 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194778 6194919 ENST00000462991 8 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194188 6194319 ENST00000462991 9 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6191691 6191808 ENST00000462991 10 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6190264 6190388 ENST00000462991 11 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188898 6189129 ENST00000462991 12 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188559 6188669 ENST00000462991 13 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188106 6188278 ENST00000462991 14 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6186632 6186806 ENST00000462991 15 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185826 6185918 ENST00000462991 16 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185584 6185672 ENST00000462991 17 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6185160 6185293 ENST00000462991 18 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184577 6184721 ENST00000462991 19 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6184008 6184167 ENST00000462991 20 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181554 6181633 ENST00000462991 21 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181165 6181297 ENST00000462991 22 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6173371 6173476 ENST00000462991 23 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6173043 6173058 ENST00000462991 24 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6165143 6191799 ENST00000377999 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6191691 6191799 ENST00000377999 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6190208 6190388 ENST00000377999 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6189087 6189129 ENST00000377999 3 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6165151 6240083 ENST00000496404 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6240005 6240083 ENST00000496404 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6228210 6228337 ENST00000496404 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6219396 6219575 ENST00000496404 3 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6215659 6215777 ENST00000496404 4 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6214720 6214958 ENST00000496404 5 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6212472 6212596 ENST00000496404 6 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6211092 6211215 ENST00000496404 7 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6209306 6209472 ENST00000496404 8 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6208914 6209135 ENST00000496404 9 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6206725 6206931 ENST00000496404 10 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6206272 6206483 ENST00000496404 11 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6204084 6204215 ENST00000496404 12 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6203883 6203991 ENST00000496404 13 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202474 6202665 ENST00000496404 14 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6202188 6202388 ENST00000496404 15 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196788 6196925 ENST00000496404 16 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6196577 6196698 ENST00000496404 17 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6195290 6195463 ENST00000496404 18 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194778 6194919 ENST00000496404 19 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6194188 6194319 ENST00000496404 20 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6191691 6191808 ENST00000496404 21 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6190264 6190388 ENST00000496404 22 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6189100 6189129 ENST00000496404 23 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181554 6181633 ENST00000496404 24 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6181165 6181297 ENST00000496404 25 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6173014 6173058 ENST00000496404 26 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6185594 6188602 ENST00000491020 NA CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188559 6188602 ENST00000491020 1 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6188106 6188278 ENST00000491020 2 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6187143 6187224 ENST00000491020 3 CHD5 ENSG00000116254 Not Supported Not Supported +CDS 1 6186724 6186806 ENST00000491020 4 CHD5 ENSG00000116254 Not Supported Not Supported +transcript 1 6241329 6257817 ENST00000484532 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000484532 1 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000484532 2 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6241531 6241546 ENST00000484532 3 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6245080 6259672 ENST00000234875 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6259622 6259633 ENST00000234875 1 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257816 ENST00000234875 2 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000234875 3 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6246735 6246876 ENST00000234875 4 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6246635 6259623 ENST00000480661 NA RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6246675 6260902 ENST00000497965 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000497965 2 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000497965 3 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6246735 6246876 ENST00000497965 4 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6246752 6269304 ENST00000471204 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000471204 3 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000471204 4 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6246752 6246876 ENST00000471204 5 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6246783 6259613 ENST00000465387 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000465387 2 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000465387 3 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6246783 6246876 ENST00000465387 4 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6252987 6263554 ENST00000462296 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000462296 3 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252987 6253114 ENST00000462296 4 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6252990 6269449 ENST00000465335 NA RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6257712 6257729 ENST00000465335 4 RPL22 ENSG00000116251 Not Supported Not Supported +CDS 1 6252990 6253114 ENST00000465335 5 RPL22 ENSG00000116251 Not Supported Not Supported +transcript 1 6264900 6265840 ENST00000455744 NA RP1-120G22.11 ENSG00000226944 Not Supported Not Supported +transcript 1 6265535 6268367 ENST00000466994 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6266189 6267624 ENST00000484435 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6266189 6281351 ENST00000377948 NA RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269528 6269599 ENST00000377948 7 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269984 6270030 ENST00000377948 8 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6270283 6270355 ENST00000377948 9 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6270430 6270498 ENST00000377948 10 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6271927 6272097 ENST00000377948 11 RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6266236 6281359 ENST00000377939 NA RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6266596 6266786 ENST00000377939 2 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6267439 6267571 ENST00000377939 3 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6268941 6269085 ENST00000377939 4 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269175 6269256 ENST00000377939 5 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269328 6269403 ENST00000377939 6 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269474 6269599 ENST00000377939 7 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6269984 6270030 ENST00000377939 8 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6270283 6270355 ENST00000377939 9 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6270430 6270498 ENST00000377939 10 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6270930 6270998 ENST00000377939 11 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6271081 6271178 ENST00000377939 12 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6271927 6272113 ENST00000377939 13 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6272291 6272476 ENST00000377939 14 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6272742 6272793 ENST00000377939 15 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6273126 6273243 ENST00000377939 16 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6278349 6278429 ENST00000377939 17 RNF207 ENSG00000158286 Not Supported Not Supported +CDS 1 6279296 6279464 ENST00000377939 18 RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6268678 6270960 ENST00000485539 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6268920 6280865 ENST00000496676 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6270962 6272113 ENST00000463453 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6270998 6271976 ENST00000496329 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6271095 6272896 ENST00000492476 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6272798 6279403 ENST00000483336 NA RNF207 ENSG00000158286 Not Supported Not Supported +transcript 1 6281253 6296000 ENST00000343813 NA ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6295777 6295971 ENST00000343813 1 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294946 6295034 ENST00000343813 2 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6293534 6293703 ENST00000343813 3 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6291962 6292179 ENST00000343813 4 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6285143 6285322 ENST00000343813 5 ICMT ENSG00000116237 Not Supported Not Supported +transcript 1 6281958 6283562 ENST00000495791 NA ICMT ENSG00000116237 Not Supported Not Supported +transcript 1 6283551 6296032 ENST00000489498 NA ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6295777 6295971 ENST00000489498 1 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294946 6295034 ENST00000489498 2 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294508 6294571 ENST00000489498 3 ICMT ENSG00000116237 Not Supported Not Supported +transcript 1 6284659 6296032 ENST00000474756 NA ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6295777 6295971 ENST00000474756 1 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294948 6295034 ENST00000474756 2 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6292179 6292179 ENST00000474756 3 ICMT ENSG00000116237 Not Supported Not Supported +transcript 1 6294505 6296000 ENST00000362035 NA ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6295777 6295971 ENST00000362035 1 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294946 6295034 ENST00000362035 2 ICMT ENSG00000116237 Not Supported Not Supported +CDS 1 6294508 6294571 ENST00000362035 3 ICMT ENSG00000116237 Not Supported Not Supported +transcript 1 6296300 6299000 ENST00000441724 NA LINC00337 ENSG00000225077 Not Supported Not Supported +transcript 1 6297831 6299504 ENST00000429480 NA LINC00337 ENSG00000225077 Not Supported Not Supported +transcript 1 6304252 6305638 ENST00000377898 NA HES3 ENSG00000173673 Not Supported Not Supported +CDS 1 6304426 6304506 ENST00000377898 2 HES3 ENSG00000173673 Not Supported Not Supported +CDS 1 6304608 6304689 ENST00000377898 3 HES3 ENSG00000173673 Not Supported Not Supported +CDS 1 6305170 6305564 ENST00000377898 4 HES3 ENSG00000173673 Not Supported Not Supported +transcript 1 6307406 6321035 ENST00000377893 NA GPR153 ENSG00000158292 Not Supported Not Supported +CDS 1 6314610 6314965 ENST00000377893 2 GPR153 ENSG00000158292 Not Supported Not Supported +CDS 1 6313778 6314207 ENST00000377893 3 GPR153 ENSG00000158292 Not Supported Not Supported +CDS 1 6311398 6311590 ENST00000377893 4 GPR153 ENSG00000158292 Not Supported Not Supported +CDS 1 6310500 6310684 ENST00000377893 5 GPR153 ENSG00000158292 Not Supported Not Supported +CDS 1 6309401 6310063 ENST00000377893 6 GPR153 ENSG00000158292 Not Supported Not Supported +transcript 1 6324329 6453421 ENST00000608083 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6453317 6453363 ENST00000608083 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000608083 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000608083 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000608083 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000608083 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000608083 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000608083 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000608083 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000608083 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6419404 ENST00000377842 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6418886 6418905 ENST00000377842 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000377842 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000377842 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000377842 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000377842 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000377842 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000377842 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000377842 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000377842 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6420767 ENST00000377845 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6420630 6420712 ENST00000377845 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000377845 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000377845 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000377845 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000377845 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000377845 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000377845 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000377845 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000377845 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6445873 ENST00000377855 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6445554 6445726 ENST00000377855 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000377855 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000377855 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000377855 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000377855 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000377855 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000377855 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000377855 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000377855 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6453421 ENST00000377860 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6453317 6453363 ENST00000377860 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000377860 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000377860 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000377860 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000377860 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000377860 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000377860 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6342784 6342856 ENST00000377860 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341304 6341346 ENST00000377860 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6453421 ENST00000418124 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6453317 6453363 ENST00000418124 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000418124 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000418124 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000418124 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000418124 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000418124 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000418124 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6342944 6342948 ENST00000418124 8 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6454451 ENST00000361521 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6453317 6453459 ENST00000361521 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000361521 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000361521 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000361521 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000361521 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000361521 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000361521 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000361521 8 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000361521 9 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6324333 6453438 ENST00000545482 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399595 ENST00000545482 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000545482 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000545482 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000545482 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000545482 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341162 6341346 ENST00000545482 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6324660 6324755 ENST00000545482 8 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6341190 6412309 ENST00000473466 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409922 ENST00000473466 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000473466 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000473466 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000473466 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000473466 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6354924 6355040 ENST00000473466 7 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6341190 6341346 ENST00000473466 8 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6341313 6355564 ENST00000481175 NA ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6366175 6420766 ENST00000541130 NA ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6420630 6420712 ENST00000541130 1 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6409809 6409926 ENST00000541130 2 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6399493 6399649 ENST00000541130 3 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6393537 6393628 ENST00000541130 4 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6387359 6387473 ENST00000541130 5 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6378552 6378638 ENST00000541130 6 ACOT7 ENSG00000097021 Not Supported Not Supported +CDS 1 6366926 6366942 ENST00000541130 7 ACOT7 ENSG00000097021 Not Supported Not Supported +transcript 1 6453615 6454451 ENST00000607670 NA RP1-202O8.3 ENSG00000271746 Not Supported Not Supported +transcript 1 6472478 6484730 ENST00000377837 NA HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479836 6479880 ENST00000377837 2 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479667 6479762 ENST00000377837 3 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6473256 6473342 ENST00000377837 4 HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6473060 6479963 ENST00000377836 NA HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479836 6479880 ENST00000377836 1 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479667 6479762 ENST00000377836 2 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6473256 6473342 ENST00000377836 3 HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6473110 6476691 ENST00000471190 NA HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6475292 6479979 ENST00000377834 NA HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479836 6479880 ENST00000377834 1 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479667 6479762 ENST00000377834 2 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479301 6479400 ENST00000377834 3 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6478936 6479213 ENST00000377834 4 HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6478474 6479967 ENST00000487437 NA HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479836 6479880 ENST00000487437 1 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479667 6479762 ENST00000487437 2 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479124 6479213 ENST00000487437 3 HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6478909 6479977 ENST00000489730 NA HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479836 6479880 ENST00000489730 1 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479667 6479762 ENST00000489730 2 HES2 ENSG00000069812 Not Supported Not Supported +CDS 1 6479296 6479400 ENST00000489730 3 HES2 ENSG00000069812 Not Supported Not Supported +transcript 1 6484848 6521004 ENST00000377828 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6485016 6485309 ENST00000377828 1 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6488286 6488479 ENST00000377828 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500314 6500500 ENST00000377828 3 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500686 6500868 ENST00000377828 4 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500994 6501125 ENST00000377828 5 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6504541 6504742 ENST00000377828 6 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6505724 6505995 ENST00000377828 7 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508701 6509151 ENST00000377828 8 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511663 6511808 ENST00000377828 9 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511893 6512156 ENST00000377828 10 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517244 6517323 ENST00000377828 11 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517421 6517432 ENST00000377828 12 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6520059 6520203 ENST00000377828 13 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6500438 6505817 ENST00000418286 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500438 6500500 ENST00000418286 1 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500719 6500868 ENST00000418286 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6500994 6501125 ENST00000418286 3 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6504541 6504742 ENST00000418286 4 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6505724 6505817 ENST00000418286 5 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6508103 6520989 ENST00000461727 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508845 6508862 ENST00000461727 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508953 6509151 ENST00000461727 3 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511663 6511808 ENST00000461727 4 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511893 6512156 ENST00000461727 5 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517244 6517323 ENST00000461727 6 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517421 6517432 ENST00000461727 7 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6520059 6520203 ENST00000461727 8 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6508527 6520112 ENST00000475228 NA ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6508580 6509018 ENST00000478323 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508845 6508862 ENST00000478323 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508953 6509018 ENST00000478323 3 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6508845 6521004 ENST00000416731 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508845 6508862 ENST00000416731 1 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6508953 6509151 ENST00000416731 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511663 6511808 ENST00000416731 3 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511893 6512156 ENST00000416731 4 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517244 6517323 ENST00000416731 5 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517421 6517432 ENST00000416731 6 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6520059 6520203 ENST00000416731 7 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6510434 6512009 ENST00000475479 NA ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6511718 6521430 ENST00000434576 NA ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511718 6511808 ENST00000434576 1 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6511893 6512156 ENST00000434576 2 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517244 6517323 ENST00000434576 3 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6517421 6517432 ENST00000434576 4 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6520059 6520170 ENST00000434576 5 ESPN ENSG00000187017 Not Supported Not Supported +CDS 1 6521240 6521245 ENST00000434576 6 ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6511777 6520471 ENST00000477679 NA ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6520568 6521430 ENST00000468561 NA ESPN ENSG00000187017 Not Supported Not Supported +transcript 1 6489894 6489956 ENST00000585139 NA MIR4252 ENSG00000265392 Not Supported Not Supported +transcript 1 6503094 6507066 ENST00000419034 NA RP1-202O8.2 ENSG00000231868 Not Supported Not Supported +transcript 1 6521211 6523682 ENST00000473343 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521211 6526159 ENST00000513135 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521211 6526235 ENST00000485036 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000485036 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000485036 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000485036 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000485036 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000485036 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523207 ENST00000485036 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522723 6522726 ENST00000485036 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521211 6526235 ENST00000480393 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000480393 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000480393 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000480393 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000480393 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000480393 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522971 6523187 ENST00000480393 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521211 6526235 ENST00000377782 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000377782 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000377782 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000377782 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000377782 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000377782 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6523125 6523207 ENST00000377782 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523030 ENST00000377782 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522689 6522726 ENST00000377782 8 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522054 6522234 ENST00000377782 9 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6521497 6521822 ENST00000377782 10 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521211 6526255 ENST00000356876 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000356876 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000356876 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000356876 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000356876 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000356876 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6523132 6523187 ENST00000356876 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523030 ENST00000356876 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522689 6522726 ENST00000356876 8 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522054 6522234 ENST00000356876 9 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6521497 6521822 ENST00000356876 10 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521264 6526235 ENST00000351959 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000351959 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000351959 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000351959 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000351959 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000351959 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6523132 6523187 ENST00000351959 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522689 6522723 ENST00000351959 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522054 6522234 ENST00000351959 8 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6521497 6521822 ENST00000351959 9 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000414040 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000414040 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000414040 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000414040 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000414040 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000414040 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523030 ENST00000414040 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522723 6522726 ENST00000414040 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000351748 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000351748 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000351748 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522689 6522723 ENST00000351748 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522054 6522234 ENST00000351748 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6521497 6521822 ENST00000351748 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000348333 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000348333 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000348333 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000348333 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000348333 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6523132 6523187 ENST00000348333 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523030 ENST00000348333 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522689 6522726 ENST00000348333 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522054 6522234 ENST00000348333 8 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6521497 6521822 ENST00000348333 9 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000502588 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000502588 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000502588 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000502588 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000502588 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522723 6522723 ENST00000502588 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000502730 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000502730 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000502730 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000502730 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522185 6522234 ENST00000502730 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521494 6526167 ENST00000510563 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6526129 6526167 ENST00000510563 1 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525500 6525620 ENST00000510563 2 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6525148 6525282 ENST00000510563 3 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524612 6524779 ENST00000510563 4 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6524435 6524513 ENST00000510563 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522723 6522723 ENST00000510563 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521540 6523407 ENST00000453260 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6521816 6522667 ENST00000475730 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6522054 6525332 ENST00000469691 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6522697 6525690 ENST00000481401 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6523132 6523132 ENST00000481401 5 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522923 6523030 ENST00000481401 6 TNFRSF25 ENSG00000215788 Not Supported Not Supported +CDS 1 6522697 6522723 ENST00000481401 7 TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6523596 6526167 ENST00000461703 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6524171 6526159 ENST00000453341 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6524627 6525918 ENST00000515145 NA TNFRSF25 ENSG00000215788 Not Supported Not Supported +transcript 1 6526152 6537648 ENST00000489097 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6526152 6580069 ENST00000377748 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6579505 6579571 ENST00000377748 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6556553 6556629 ENST00000377748 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000377748 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377748 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377748 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377748 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377748 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377748 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377748 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377748 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377748 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377748 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377748 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377748 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377748 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377748 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377748 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377748 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377748 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377748 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000377748 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000377748 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6526152 6550640 ENST00000340850 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000340850 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000340850 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000340850 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000340850 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000340850 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000340850 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000340850 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000340850 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000340850 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000340850 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000340850 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000340850 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000340850 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000340850 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000340850 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000340850 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000340850 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000340850 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000340850 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000340850 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6526152 6546014 ENST00000400913 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000400913 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000400913 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000400913 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000400913 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000400913 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000400913 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000400913 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000400913 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000400913 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000400913 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000400913 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000400913 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000400913 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000400913 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000400913 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000400913 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000400913 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000400913 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000400913 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000400913 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6531643 ENST00000487949 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6550630 ENST00000377725 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000377725 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377725 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377725 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377725 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377725 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377725 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377725 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377725 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377725 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377725 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377725 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377725 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377725 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377725 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377725 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377725 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377725 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377725 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6528159 6528646 ENST00000377725 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527906 6527958 ENST00000377725 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6551760 ENST00000377728 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000377728 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377728 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377728 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377728 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377728 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377728 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377728 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377728 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377728 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377728 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377728 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377728 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377728 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377728 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377728 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377728 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377728 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377728 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000377728 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000377728 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6556756 ENST00000377732 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6556553 6556576 ENST00000377732 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000377732 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377732 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377732 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377732 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377732 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377732 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377732 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377732 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377732 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377732 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377732 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377732 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377732 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377732 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377732 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377732 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377732 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377732 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000377732 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000377732 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6557450 ENST00000400915 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6557380 6557383 ENST00000400915 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6556553 6556629 ENST00000400915 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000400915 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000400915 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000400915 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000400915 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000400915 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000400915 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000400915 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000400915 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000400915 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000400915 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000400915 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000400915 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000400915 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000400915 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000400915 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000400915 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000400915 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000400915 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000400915 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000400915 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527182 6580121 ENST00000377740 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6579505 6579571 ENST00000377740 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6556553 6556629 ENST00000377740 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000377740 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377740 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377740 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377740 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377740 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377740 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377740 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377740 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377740 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377740 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377740 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377740 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377740 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377740 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377740 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377740 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377740 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377740 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6527953 ENST00000377740 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000377740 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527183 6545529 ENST00000535355 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6545384 6545503 ENST00000535355 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000535355 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000535355 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000535355 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000535355 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000535355 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000535355 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000535355 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000535355 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000535355 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000535355 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000535355 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000535355 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000535355 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000535355 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000535355 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000535355 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000535355 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000535355 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000535355 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000535355 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527183 6580069 ENST00000377737 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000377737 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000377737 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000377737 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000377737 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000377737 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000377737 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000377737 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000377737 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000377737 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000377737 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000377737 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000377737 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000377737 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000377737 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000377737 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000377737 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000377737 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000377737 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000377737 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000377737 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527565 6557156 ENST00000537245 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6557019 6557091 ENST00000537245 1 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6556553 6556629 ENST00000537245 2 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537718 ENST00000537245 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000537245 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000537245 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000537245 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000537245 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000537245 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000537245 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000537245 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000537245 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000537245 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000537245 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000537245 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000537245 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000537245 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000537245 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000537245 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000537245 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000537245 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527885 6528646 ENST00000537245 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527626 6527632 ENST00000537245 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6527903 6557484 ENST00000544978 NA PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6537589 6537631 ENST00000544978 3 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535991 6536096 ENST00000544978 4 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535522 6535582 ENST00000544978 5 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6535107 6535198 ENST00000544978 6 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534511 6534647 ENST00000544978 7 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6534073 6534224 ENST00000544978 8 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533311 6533514 ENST00000544978 9 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6533046 6533234 ENST00000544978 10 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6532587 6532682 ENST00000544978 11 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531818 6531868 ENST00000544978 12 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531548 6531697 ENST00000544978 13 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6531050 6531160 ENST00000544978 14 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530795 6530944 ENST00000544978 15 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530566 6530703 ENST00000544978 16 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6530296 6530415 ENST00000544978 17 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529604 6529736 ENST00000544978 18 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529395 6529510 ENST00000544978 19 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6529102 6529301 ENST00000544978 20 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6528159 6528646 ENST00000544978 21 PLEKHG5 ENSG00000171680 Not Supported Not Supported +CDS 1 6527906 6527958 ENST00000544978 22 PLEKHG5 ENSG00000171680 Not Supported Not Supported +transcript 1 6581407 6614595 ENST00000377705 NA NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6614167 6614562 ENST00000377705 1 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6610456 6610675 ENST00000377705 2 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6609631 6609758 ENST00000377705 3 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6605105 6605240 ENST00000377705 4 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6604886 6604982 ENST00000377705 5 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6601890 6601987 ENST00000377705 6 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6593340 6593501 ENST00000377705 7 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6592523 6592820 ENST00000377705 8 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6592028 6592139 ENST00000377705 9 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6589054 6589231 ENST00000377705 10 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6586756 6586889 ENST00000377705 11 NOL9 ENSG00000162408 Not Supported Not Supported +CDS 1 6585917 6586063 ENST00000377705 12 NOL9 ENSG00000162408 Not Supported Not Supported +transcript 1 6592055 6605077 ENST00000464383 NA NOL9 ENSG00000162408 Not Supported Not Supported +transcript 1 6592289 6593445 ENST00000462798 NA NOL9 ENSG00000162408 Not Supported Not Supported +transcript 1 6609316 6610548 ENST00000460777 NA NOL9 ENSG00000162408 Not Supported Not Supported +transcript 1 6609422 6614560 ENST00000464665 NA NOL9 ENSG00000162408 Not Supported Not Supported +transcript 1 6600914 6601024 ENST00000517213 NA RNU6-731P ENSG00000253022 Not Supported Not Supported +transcript 1 6607965 6608679 ENST00000456162 NA RP11-58A11.2 ENSG00000229519 Not Supported Not Supported +transcript 1 6615241 6639817 ENST00000333172 NA TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6615434 6615624 ENST00000333172 1 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6630969 6631275 ENST00000333172 2 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6634691 6635452 ENST00000333172 3 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6636475 6636687 ENST00000333172 4 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6637010 6637130 ENST00000333172 5 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6638713 6639641 ENST00000333172 6 TAS1R1 ENSG00000173662 Not Supported Not Supported +transcript 1 6615338 6639782 ENST00000328191 NA TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6615434 6615624 ENST00000328191 1 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6630969 6631275 ENST00000328191 2 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6634691 6635452 ENST00000328191 3 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6638713 6638892 ENST00000328191 4 TAS1R1 ENSG00000173662 Not Supported Not Supported +transcript 1 6615369 6639686 ENST00000351136 NA TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6615434 6615624 ENST00000351136 1 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6630969 6631275 ENST00000351136 2 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6636475 6636687 ENST00000351136 3 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6637010 6637130 ENST00000351136 4 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6638713 6639641 ENST00000351136 5 TAS1R1 ENSG00000173662 Not Supported Not Supported +transcript 1 6631001 6639486 ENST00000411823 NA TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6631001 6631275 ENST00000411823 1 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6634691 6635452 ENST00000411823 2 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6638713 6638895 ENST00000411823 3 TAS1R1 ENSG00000173662 Not Supported Not Supported +transcript 1 6631001 6639486 ENST00000415267 NA TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6631001 6631275 ENST00000415267 1 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6636475 6636687 ENST00000415267 2 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6637010 6637130 ENST00000415267 3 TAS1R1 ENSG00000173662 Not Supported Not Supported +CDS 1 6639356 6639486 ENST00000415267 4 TAS1R1 ENSG00000173662 Not Supported Not Supported +transcript 1 6640061 6642359 ENST00000319084 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6640670 6641359 ENST00000319084 2 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6642118 6642359 ENST00000319084 3 ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6640077 6642305 ENST00000435905 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6640670 6641359 ENST00000435905 2 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6642118 6642305 ENST00000435905 3 ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6640108 6649340 ENST00000377674 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6640670 6641359 ENST00000377674 2 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6642118 6642359 ENST00000377674 3 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6645979 6646090 ENST00000377674 4 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6646755 6646847 ENST00000377674 5 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647265 6647351 ENST00000377674 6 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647538 6647692 ENST00000377674 7 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648120 6648256 ENST00000377674 8 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648338 6648502 ENST00000377674 9 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648816 6648904 ENST00000377674 10 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648976 6649269 ENST00000377674 11 ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6640148 6648165 ENST00000488936 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6642163 6642359 ENST00000488936 2 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6645979 6646090 ENST00000488936 3 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6646755 6646847 ENST00000488936 4 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647265 6647351 ENST00000488936 5 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647538 6647692 ENST00000488936 6 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648120 6648165 ENST00000488936 7 ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6645362 6649340 ENST00000482360 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6646267 6649340 ENST00000498342 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6647316 6649220 ENST00000466813 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647316 6647351 ENST00000466813 1 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6647575 6647692 ENST00000466813 2 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648120 6648256 ENST00000466813 3 ZBTB48 ENSG00000204859 Not Supported Not Supported +CDS 1 6648338 6648433 ENST00000466813 4 ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6648747 6649340 ENST00000466941 NA ZBTB48 ENSG00000204859 Not Supported Not Supported +transcript 1 6650784 6662929 ENST00000377658 NA KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6661857 6662877 ENST00000377658 1 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6659107 6659512 ENST00000377658 2 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6655545 6655617 ENST00000377658 3 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6653428 6653718 ENST00000377658 4 KLHL21 ENSG00000162413 Not Supported Not Supported +transcript 1 6650784 6663061 ENST00000377663 NA KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6661857 6662877 ENST00000377663 1 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6659107 6659512 ENST00000377663 2 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6655428 6655617 ENST00000377663 3 KLHL21 ENSG00000162413 Not Supported Not Supported +transcript 1 6653253 6674620 ENST00000467612 NA KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6659107 6659432 ENST00000467612 2 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6655545 6655617 ENST00000467612 3 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6653428 6653718 ENST00000467612 4 KLHL21 ENSG00000162413 Not Supported Not Supported +transcript 1 6653441 6659876 ENST00000496707 NA KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6659107 6659432 ENST00000496707 2 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6655545 6655617 ENST00000496707 3 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6653441 6653718 ENST00000496707 4 KLHL21 ENSG00000162413 Not Supported Not Supported +transcript 1 6654141 6674667 ENST00000463043 NA KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6659107 6659432 ENST00000463043 2 KLHL21 ENSG00000162413 Not Supported Not Supported +CDS 1 6655545 6655617 ENST00000463043 3 KLHL21 ENSG00000162413 Not Supported Not Supported +transcript 1 6673745 6684093 ENST00000377648 NA PHF13 ENSG00000116273 Not Supported Not Supported +CDS 1 6674127 6674165 ENST00000377648 1 PHF13 ENSG00000116273 Not Supported Not Supported +CDS 1 6676817 6676918 ENST00000377648 2 PHF13 ENSG00000116273 Not Supported Not Supported +CDS 1 6679863 6680397 ENST00000377648 3 PHF13 ENSG00000116273 Not Supported Not Supported +CDS 1 6681471 6681694 ENST00000377648 4 PHF13 ENSG00000116273 Not Supported Not Supported +transcript 1 6673822 6682705 ENST00000495385 NA PHF13 ENSG00000116273 Not Supported Not Supported +transcript 1 6684926 6693625 ENST00000054650 NA THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6685279 6685352 ENST00000054650 2 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6688559 6688751 ENST00000054650 3 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6690348 6690413 ENST00000054650 4 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692451 6692555 ENST00000054650 5 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692856 6693134 ENST00000054650 6 THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685231 6688579 ENST00000484676 NA THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685241 6693428 ENST00000307896 NA THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6685279 6685352 ENST00000307896 1 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6688559 6688751 ENST00000307896 2 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6690351 6690413 ENST00000307896 3 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692451 6692555 ENST00000307896 4 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692856 6693134 ENST00000307896 5 THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685252 6695646 ENST00000377627 NA THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6685279 6685352 ENST00000377627 1 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6688559 6688751 ENST00000377627 2 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6690348 6690413 ENST00000377627 3 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692430 6692555 ENST00000377627 4 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6694080 6694145 ENST00000377627 5 THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685258 6693333 ENST00000484669 NA THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685285 6693181 ENST00000487819 NA THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6685285 6685352 ENST00000487819 1 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6688559 6688751 ENST00000487819 2 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6689703 6689784 ENST00000487819 3 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6690348 6690379 ENST00000487819 4 THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6685290 6693111 ENST00000472925 NA THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6685290 6685352 ENST00000472925 1 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6688559 6688751 ENST00000472925 2 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6690348 6690413 ENST00000472925 3 THAP3 ENSG00000041988 Not Supported Not Supported +CDS 1 6692451 6692822 ENST00000472925 4 THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6688455 6690386 ENST00000480647 NA THAP3 ENSG00000041988 Not Supported Not Supported +transcript 1 6694228 6705117 ENST00000465508 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6694228 6741097 ENST00000451196 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741097 ENST00000451196 1 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000451196 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000451196 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000451196 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000451196 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000451196 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705931 6706038 ENST00000451196 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6694586 6694844 ENST00000451196 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6694228 6761984 ENST00000377577 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6761789 6761860 ENST00000377577 1 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741097 ENST00000377577 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000377577 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000377577 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000377577 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000377577 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000377577 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705849 6706038 ENST00000377577 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705101 6705186 ENST00000377577 9 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6704618 6704734 ENST00000377577 10 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6699962 6700117 ENST00000377577 11 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6698355 6698424 ENST00000377577 12 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697507 6697564 ENST00000377577 13 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697258 6697400 ENST00000377577 14 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6696177 6696306 ENST00000377577 15 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6695738 6695760 ENST00000377577 16 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6694228 6741097 ENST00000349363 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741055 ENST00000349363 1 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000349363 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000349363 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000349363 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000349363 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000349363 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705931 6706038 ENST00000349363 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6694589 6694844 ENST00000349363 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6695173 6761984 ENST00000294401 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6761789 6761860 ENST00000294401 1 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741097 ENST00000294401 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000294401 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000294401 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000294401 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000294401 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000294401 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705849 6706038 ENST00000294401 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705101 6705186 ENST00000294401 9 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6704618 6704734 ENST00000294401 10 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6698355 6698424 ENST00000294401 11 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697507 6697564 ENST00000294401 12 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697258 6697400 ENST00000294401 13 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6696177 6696306 ENST00000294401 14 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6695738 6695760 ENST00000294401 15 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6695446 6741356 ENST00000542246 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741055 ENST00000542246 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000542246 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000542246 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000542246 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000542246 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000542246 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705849 6706038 ENST00000542246 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705101 6705186 ENST00000542246 9 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6704618 6704734 ENST00000542246 10 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6699962 6700117 ENST00000542246 11 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6698355 6698424 ENST00000542246 12 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697507 6697564 ENST00000542246 13 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697258 6697400 ENST00000542246 14 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6696177 6696306 ENST00000542246 15 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6695738 6695760 ENST00000542246 16 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6695551 6761863 ENST00000377573 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6740973 ENST00000377573 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000377573 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000377573 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000377573 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711589 6711662 ENST00000377573 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705849 6706038 ENST00000377573 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705101 6705186 ENST00000377573 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6704618 6704734 ENST00000377573 9 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6699962 6700117 ENST00000377573 10 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6698355 6698424 ENST00000377573 11 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697507 6697564 ENST00000377573 12 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6697258 6697400 ENST00000377573 13 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6696177 6696306 ENST00000377573 14 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6695738 6695760 ENST00000377573 15 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6697361 6705172 ENST00000472414 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6705860 6761862 ENST00000426784 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6761789 6761860 ENST00000426784 1 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6740968 6741097 ENST00000426784 2 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6738454 6738527 ENST00000426784 3 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6727769 6727870 ENST00000426784 4 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6713971 6714099 ENST00000426784 5 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6712889 6713011 ENST00000426784 6 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6711077 6711240 ENST00000426784 7 DNAJC11 ENSG00000007923 Not Supported Not Supported +CDS 1 6705860 6706038 ENST00000426784 8 DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6705936 6761882 ENST00000473993 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6712974 6728270 ENST00000469318 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6713869 6761864 ENST00000485073 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6714168 6761883 ENST00000460594 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6730521 6761879 ENST00000465911 NA DNAJC11 ENSG00000007923 Not Supported Not Supported +transcript 1 6784697 6787468 ENST00000432429 NA RP11-242F24.1 ENSG00000228750 Not Supported Not Supported +transcript 1 6784697 6790072 ENST00000414210 NA RP11-242F24.1 ENSG00000228750 Not Supported Not Supported +transcript 1 6787587 6790072 ENST00000421469 NA RP11-242F24.1 ENSG00000228750 Not Supported Not Supported +transcript 1 6812779 6812881 ENST00000459253 NA snoU13 ENSG00000239166 Not Supported Not Supported +transcript 1 6843952 6844903 ENST00000442889 NA RP11-312B8.1 ENSG00000237436 Not Supported Not Supported +transcript 1 6845384 7829766 ENST00000303635 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845591 6845635 ENST00000303635 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880310 ENST00000303635 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000303635 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7151364 7151431 ENST00000303635 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7309551 7309686 ENST00000303635 5 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7527890 7527961 ENST00000303635 6 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7700460 7700613 ENST00000303635 7 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7721786 7721926 ENST00000303635 8 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7723413 7725259 ENST00000303635 9 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7730971 7731097 ENST00000303635 10 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7737659 7737793 ENST00000303635 11 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7792508 7792659 ENST00000303635 12 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796404 7796600 ENST00000303635 13 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796991 7797069 ENST00000303635 14 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7797315 7797630 ENST00000303635 15 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7798019 7798542 ENST00000303635 16 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7804895 7805082 ENST00000303635 17 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805905 7806151 ENST00000303635 18 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7807770 7807841 ENST00000303635 19 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7811259 7811452 ENST00000303635 20 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7812519 7812593 ENST00000303635 21 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7815698 7815728 ENST00000303635 22 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7826519 7826548 ENST00000303635 23 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845514 6932113 ENST00000490738 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845524 6948261 ENST00000476163 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845540 6932098 ENST00000473578 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845591 6845635 ENST00000473578 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880310 ENST00000473578 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000473578 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6931817 6931822 ENST00000473578 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845551 6947925 ENST00000557126 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845591 6845635 ENST00000557126 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880310 ENST00000557126 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000557126 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6947714 6947782 ENST00000557126 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845578 6932079 ENST00000467404 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845591 6845635 ENST00000467404 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6867043 6867148 ENST00000467404 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000467404 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6931817 6931822 ENST00000467404 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845591 7826582 ENST00000439411 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845591 6845635 ENST00000439411 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880310 ENST00000439411 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000439411 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7151364 7151431 ENST00000439411 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7309551 7309686 ENST00000439411 5 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7527890 7527961 ENST00000439411 6 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7700460 7700613 ENST00000439411 7 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7721786 7721926 ENST00000439411 8 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7723413 7725259 ENST00000439411 9 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7730971 7731097 ENST00000439411 10 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7737659 7737793 ENST00000439411 11 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7792508 7792659 ENST00000439411 12 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796404 7796600 ENST00000439411 13 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796991 7797069 ENST00000439411 14 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7797315 7797630 ENST00000439411 15 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7798019 7798542 ENST00000439411 16 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7804895 7805082 ENST00000439411 17 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805947 7806151 ENST00000439411 18 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7807770 7807841 ENST00000439411 19 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7811259 7811452 ENST00000439411 20 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7812519 7812593 ENST00000439411 21 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7826519 7826579 ENST00000439411 22 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6845612 6947847 ENST00000461311 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6845612 6845635 ENST00000461311 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880310 ENST00000461311 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885152 6885270 ENST00000461311 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6931817 6931822 ENST00000461311 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6867048 6931918 ENST00000486138 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6867048 6867148 ENST00000486138 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6880241 6880272 ENST00000486138 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6885170 6948248 ENST00000482934 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6885170 6885270 ENST00000482934 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 6946300 6946317 ENST00000482934 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6913108 6948253 ENST00000470648 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6913112 6948210 ENST00000461580 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6913155 6932105 ENST00000472283 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6934116 6947902 ENST00000467267 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 7796468 7827916 ENST00000495233 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796468 7796600 ENST00000495233 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7796991 7797069 ENST00000495233 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7797315 7797630 ENST00000495233 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7798019 7798542 ENST00000495233 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7804895 7805082 ENST00000495233 5 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805905 7806151 ENST00000495233 6 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7807770 7807841 ENST00000495233 7 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7809831 7809851 ENST00000495233 8 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7811259 7811452 ENST00000495233 9 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7812519 7812593 ENST00000495233 10 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7826519 7826582 ENST00000495233 11 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 7804974 7827916 ENST00000490905 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7804974 7805082 ENST00000490905 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805947 7806151 ENST00000490905 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7807770 7807841 ENST00000490905 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7811259 7811452 ENST00000490905 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7812519 7812593 ENST00000490905 5 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7826519 7826582 ENST00000490905 6 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 7805021 7826582 ENST00000476864 NA CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805021 7805082 ENST00000476864 1 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7805905 7806151 ENST00000476864 2 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7807770 7807841 ENST00000476864 3 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7811259 7811452 ENST00000476864 4 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7812519 7812593 ENST00000476864 5 CAMTA1 ENSG00000171735 Not Supported Not Supported +CDS 1 7826519 7826579 ENST00000476864 6 CAMTA1 ENSG00000171735 Not Supported Not Supported +transcript 1 6894393 6894678 ENST00000433407 NA RP11-312B8.2 ENSG00000227950 Not Supported Not Supported +transcript 1 7068436 7074339 ENST00000456701 NA RP11-334N17.1 ENSG00000237365 Not Supported Not Supported +transcript 1 7279420 7279584 ENST00000384328 NA RNU1-8P ENSG00000207056 Not Supported Not Supported +transcript 1 7429003 7430331 ENST00000427317 NA CAMTA1-IT1 ENSG00000237402 Not Supported Not Supported +transcript 1 7442548 7449814 ENST00000457311 NA RP3-453P22.2 ENSG00000237728 Not Supported Not Supported +transcript 1 7448243 7449479 ENST00000411708 NA RP3-453P22.2 ENSG00000237728 Not Supported Not Supported +transcript 1 7501156 7501614 ENST00000440032 NA RP4-549F15.1 ENSG00000225126 Not Supported Not Supported +transcript 1 7753184 7754904 ENST00000602640 NA RP11-338N10.1 ENSG00000270171 Not Supported Not Supported +transcript 1 7758363 7758932 ENST00000602973 NA RP11-338N10.2 ENSG00000270035 Not Supported Not Supported +transcript 1 7760764 7761030 ENST00000602916 NA RP11-338N10.3 ENSG00000269978 Not Supported Not Supported +transcript 1 7831329 7841492 ENST00000054666 NA VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7831444 7831445 ENST00000054666 1 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7833502 7833571 ENST00000054666 2 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7837220 7837378 ENST00000054666 3 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7838178 7838229 ENST00000054666 4 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7839686 7839702 ENST00000054666 5 VAMP3 ENSG00000049245 Not Supported Not Supported +transcript 1 7832767 7839866 ENST00000470357 NA VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7837232 7837378 ENST00000470357 3 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7838178 7838229 ENST00000470357 4 VAMP3 ENSG00000049245 Not Supported Not Supported +CDS 1 7839686 7839702 ENST00000470357 5 VAMP3 ENSG00000049245 Not Supported Not Supported +transcript 1 7837157 7838229 ENST00000487194 NA VAMP3 ENSG00000049245 Not Supported Not Supported +transcript 1 7836443 7836835 ENST00000602406 NA RP3-467L1.6 ENSG00000269925 Not Supported Not Supported +transcript 1 7844380 7864018 ENST00000377541 NA PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7844938 7845065 ENST00000377541 2 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7845501 7845646 ENST00000377541 3 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7846781 7846896 ENST00000377541 4 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7848105 7848306 ENST00000377541 5 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7854020 7854068 ENST00000377541 6 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7858585 7858733 ENST00000377541 7 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7861173 7861251 ENST00000377541 8 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863107 7863213 ENST00000377541 9 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863752 7863909 ENST00000377541 10 PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7844714 7905237 ENST00000377532 NA PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7844938 7845065 ENST00000377532 1 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7845501 7845646 ENST00000377532 2 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7846781 7846896 ENST00000377532 3 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7848105 7848306 ENST00000377532 4 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7854017 7854068 ENST00000377532 5 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7858585 7858733 ENST00000377532 6 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7861173 7861251 ENST00000377532 7 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863107 7863213 ENST00000377532 8 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863752 7863908 ENST00000377532 9 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7868953 7869058 ENST00000377532 10 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7869953 7870081 ENST00000377532 11 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7870498 7870648 ENST00000377532 12 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7879345 7879480 ENST00000377532 13 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7880175 7880299 ENST00000377532 14 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7880527 7880700 ENST00000377532 15 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7886540 7886770 ENST00000377532 16 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7887178 7887875 ENST00000377532 17 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7889894 7890221 ENST00000377532 18 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7895822 7896005 ENST00000377532 19 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7897059 7897209 ENST00000377532 20 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7902732 7902812 ENST00000377532 21 PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7844763 7905237 ENST00000361923 NA PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7844938 7845065 ENST00000361923 1 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7845501 7845646 ENST00000361923 2 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7846781 7846896 ENST00000361923 3 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7848105 7848306 ENST00000361923 4 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7854020 7854068 ENST00000361923 5 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7858585 7858733 ENST00000361923 6 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7861173 7861251 ENST00000361923 7 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863107 7863213 ENST00000361923 8 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7863752 7863908 ENST00000361923 9 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7868953 7869058 ENST00000361923 10 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7869953 7870081 ENST00000361923 11 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7870498 7870627 ENST00000361923 12 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7879345 7879480 ENST00000361923 13 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7880175 7880299 ENST00000361923 14 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7880527 7880700 ENST00000361923 15 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7886540 7886770 ENST00000361923 16 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7887178 7887875 ENST00000361923 17 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7889897 7890221 ENST00000361923 18 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7895822 7896005 ENST00000361923 19 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7897059 7897209 ENST00000361923 20 PER3 ENSG00000049246 Not Supported Not Supported +CDS 1 7902732 7902812 ENST00000361923 21 PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7845583 7848398 ENST00000473653 NA PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7847382 7848630 ENST00000602883 NA PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7863111 7870407 ENST00000463106 NA PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7896868 7902944 ENST00000494684 NA PER3 ENSG00000049246 Not Supported Not Supported +transcript 1 7870302 7887402 ENST00000451646 NA RP3-467L1.4 ENSG00000236266 Not Supported Not Supported +transcript 1 7903143 7913572 ENST00000377516 NA UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7912961 7913063 ENST00000377516 2 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7910872 7910982 ENST00000377516 3 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7909700 7909743 ENST00000377516 4 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7907864 7907942 ENST00000377516 5 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7906752 7906826 ENST00000377516 6 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7904006 7904010 ENST00000377516 7 UTS2 ENSG00000049247 Not Supported Not Supported +transcript 1 7907682 7913095 ENST00000361696 NA UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7912961 7913063 ENST00000361696 1 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7910872 7910982 ENST00000361696 2 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7909700 7909743 ENST00000361696 3 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7907829 7907942 ENST00000361696 4 UTS2 ENSG00000049247 Not Supported Not Supported +transcript 1 7907826 7913491 ENST00000054668 NA UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7913367 7913491 ENST00000054668 1 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7912961 7912983 ENST00000054668 2 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7910872 7910982 ENST00000054668 3 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7909700 7909743 ENST00000054668 4 UTS2 ENSG00000049247 Not Supported Not Supported +CDS 1 7907829 7907942 ENST00000054668 5 UTS2 ENSG00000049247 Not Supported Not Supported +transcript 1 7979907 8000926 ENST00000377507 NA TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7999955 8000054 ENST00000377507 2 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7998781 7998888 ENST00000377507 3 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7998253 7998390 ENST00000377507 4 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7997750 7997816 ENST00000377507 5 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7995073 7995203 ENST00000377507 6 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7993222 7993356 ENST00000377507 7 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7980898 7980983 ENST00000377507 8 TNFRSF9 ENSG00000049249 Not Supported Not Supported +transcript 1 7981860 7995160 ENST00000474475 NA TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7995073 7995160 ENST00000474475 1 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7993222 7993356 ENST00000474475 2 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7982041 7982081 ENST00000474475 3 TNFRSF9 ENSG00000049249 Not Supported Not Supported +transcript 1 7993187 7998364 ENST00000492571 NA TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7998253 7998364 ENST00000492571 1 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7997750 7997816 ENST00000492571 2 TNFRSF9 ENSG00000049249 Not Supported Not Supported +CDS 1 7996575 7996623 ENST00000492571 3 TNFRSF9 ENSG00000049249 Not Supported Not Supported +transcript 1 8002432 8002786 ENST00000603760 NA RP5-892F13.2 ENSG00000270330 Not Supported Not Supported +transcript 1 8014351 8045112 ENST00000493373 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000493373 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000493373 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000493373 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000493373 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000493373 6 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045112 ENST00000493373 7 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021723 8031108 ENST00000460192 NA PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021723 8045339 ENST00000338639 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000338639 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000338639 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000338639 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000338639 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000338639 6 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045111 ENST00000338639 7 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021752 8045565 ENST00000493678 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000493678 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000493678 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000493678 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000493678 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000493678 6 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045111 ENST00000493678 7 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021761 8045341 ENST00000377493 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000377493 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000377493 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000377493 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000377493 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045111 ENST00000377493 6 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021808 8031581 ENST00000465354 NA PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8021954 8045310 ENST00000377491 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000377491 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000377491 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000377491 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000377491 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000377491 6 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045111 ENST00000377491 7 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8022029 8045171 ENST00000377488 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8022846 8022935 ENST00000377488 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025384 8025485 ENST00000377488 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000377488 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000377488 5 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000377488 6 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044954 8045111 ENST00000377488 7 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8022827 8032017 ENST00000497113 NA PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8025411 8045342 ENST00000469225 NA PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8025411 8025485 ENST00000469225 1 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8029405 8029464 ENST00000469225 2 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8030954 8031023 ENST00000469225 3 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8037712 8037798 ENST00000469225 4 PARK7 ENSG00000116288 Not Supported Not Supported +CDS 1 8044924 8045114 ENST00000469225 5 PARK7 ENSG00000116288 Not Supported Not Supported +transcript 1 8042941 8043043 ENST00000363474 NA Y_RNA ENSG00000200344 Not Supported Not Supported +transcript 1 8064464 8086343 ENST00000474874 NA ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075555 8075679 ENST00000474874 2 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8064585 8064618 ENST00000474874 3 ERRFI1 ENSG00000116285 Not Supported Not Supported +transcript 1 8071779 8086368 ENST00000377482 NA ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075555 8075679 ENST00000377482 2 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075368 8075444 ENST00000377482 3 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8073273 8074456 ENST00000377482 4 ERRFI1 ENSG00000116285 Not Supported Not Supported +transcript 1 8073487 8075693 ENST00000467067 NA ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075555 8075679 ENST00000467067 1 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075333 8075444 ENST00000467067 2 ERRFI1 ENSG00000116285 Not Supported Not Supported +transcript 1 8073799 8086356 ENST00000469499 NA ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075555 8075679 ENST00000469499 2 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8074360 8074456 ENST00000469499 3 ERRFI1 ENSG00000116285 Not Supported Not Supported +transcript 1 8074100 8086356 ENST00000487559 NA ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075555 8075679 ENST00000487559 2 ERRFI1 ENSG00000116285 Not Supported Not Supported +CDS 1 8075430 8075460 ENST00000487559 3 ERRFI1 ENSG00000116285 Not Supported Not Supported +transcript 1 8086798 8182762 ENST00000445300 NA RP11-431K24.1 ENSG00000238290 Not Supported Not Supported +transcript 1 8117305 8118523 ENST00000399343 NA CTA-215D11.4 ENSG00000232848 Not Supported Not Supported +transcript 1 8249884 8252830 ENST00000453364 NA RP11-431K24.2 ENSG00000229305 Not Supported Not Supported +transcript 1 8266494 8266657 ENST00000364105 NA RNU1-7P ENSG00000200975 Not Supported Not Supported +transcript 1 8268732 8275270 ENST00000452982 NA RP11-431K24.3 ENSG00000227634 Not Supported Not Supported +transcript 1 8278250 8280589 ENST00000424689 NA RP11-431K24.4 ENSG00000233645 Not Supported Not Supported +transcript 1 8335184 8335438 ENST00000585092 NA RN7SL729P ENSG00000265414 Not Supported Not Supported +transcript 1 8352217 8352323 ENST00000516168 NA RNU6-991P ENSG00000251977 Not Supported Not Supported +transcript 1 8377886 8404225 ENST00000471889 NA SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8384390 8384786 ENST00000471889 2 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385358 8385450 ENST00000471889 3 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385878 8386102 ENST00000471889 4 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8390269 8390996 ENST00000471889 5 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8395497 8395650 ENST00000471889 6 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8397876 8398052 ENST00000471889 7 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8399553 8399758 ENST00000471889 8 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8403807 8404070 ENST00000471889 9 SLC45A1 ENSG00000162426 Not Supported Not Supported +transcript 1 8378169 8404227 ENST00000377479 NA SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8378169 8378246 ENST00000377479 1 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8384366 8384786 ENST00000377479 2 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385358 8385450 ENST00000377479 3 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385878 8386102 ENST00000377479 4 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8390269 8390996 ENST00000377479 5 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8395497 8395650 ENST00000377479 6 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8397876 8398052 ENST00000377479 7 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8399553 8399758 ENST00000377479 8 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8403807 8404070 ENST00000377479 9 SLC45A1 ENSG00000162426 Not Supported Not Supported +transcript 1 8384390 8404227 ENST00000289877 NA SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8384390 8384786 ENST00000289877 1 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385358 8385450 ENST00000289877 2 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8385878 8386102 ENST00000289877 3 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8390269 8390996 ENST00000289877 4 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8395497 8395650 ENST00000289877 5 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8397876 8398052 ENST00000289877 6 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8399553 8399758 ENST00000289877 7 SLC45A1 ENSG00000162426 Not Supported Not Supported +CDS 1 8403807 8404070 ENST00000289877 8 SLC45A1 ENSG00000162426 Not Supported Not Supported +transcript 1 8390198 8404217 ENST00000497660 NA SLC45A1 ENSG00000162426 Not Supported Not Supported +transcript 1 8390488 8396169 ENST00000481265 NA SLC45A1 ENSG00000162426 Not Supported Not Supported +transcript 1 8388127 8388239 ENST00000516445 NA Y_RNA ENSG00000252254 Not Supported Not Supported +transcript 1 8412457 8877524 ENST00000337907 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8716032 8716356 ENST00000337907 3 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8684369 8684439 ENST00000337907 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8674620 8674745 ENST00000337907 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8617477 8617582 ENST00000337907 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8616534 8616630 ENST00000337907 7 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8601273 8601377 ENST00000337907 8 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8568686 8568734 ENST00000337907 9 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8557465 8557589 ENST00000337907 10 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8555123 8555222 ENST00000337907 11 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8525985 8526083 ENST00000337907 12 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8482787 8482867 ENST00000337907 13 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8425872 8426034 ENST00000337907 14 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424806 8424898 ENST00000337907 15 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424116 8424315 ENST00000337907 16 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8422743 8422904 ENST00000337907 17 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421823 8421936 ENST00000337907 18 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8420172 8421550 ENST00000337907 19 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8419824 8420046 ENST00000337907 20 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8418256 8418976 ENST00000337907 21 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8416160 8416306 ENST00000337907 22 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415479 8415659 ENST00000337907 23 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415150 8415180 ENST00000337907 24 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8412466 8585998 ENST00000377464 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8585818 8585843 ENST00000377464 1 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8568686 8568734 ENST00000377464 2 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8557465 8557589 ENST00000377464 3 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8555123 8555222 ENST00000377464 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8525985 8526083 ENST00000377464 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8482787 8482867 ENST00000377464 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8425872 8426034 ENST00000377464 7 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424806 8424898 ENST00000377464 8 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424116 8424315 ENST00000377464 9 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8422743 8422904 ENST00000377464 10 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421823 8421936 ENST00000377464 11 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8420172 8421550 ENST00000377464 12 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8419824 8420046 ENST00000377464 13 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8418256 8418976 ENST00000377464 14 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8416160 8416306 ENST00000377464 15 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415479 8415659 ENST00000377464 16 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415150 8415180 ENST00000377464 17 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8412969 8415142 ENST00000467350 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8414003 8716430 ENST00000400907 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8716032 8716356 ENST00000400907 1 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8684369 8684439 ENST00000400907 2 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8674620 8674745 ENST00000400907 3 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8617477 8617582 ENST00000400907 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8616534 8616630 ENST00000400907 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8601273 8601377 ENST00000400907 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8568686 8568734 ENST00000400907 7 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8557465 8557589 ENST00000400907 8 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8555123 8555222 ENST00000400907 9 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8525985 8526083 ENST00000400907 10 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8482787 8482867 ENST00000400907 11 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8425872 8426034 ENST00000400907 12 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424806 8424898 ENST00000400907 13 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415479 8415659 ENST00000400907 14 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415150 8415180 ENST00000400907 15 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8414153 8483726 ENST00000476556 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424116 8424193 ENST00000476556 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8422743 8422904 ENST00000476556 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421823 8421936 ENST00000476556 7 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8420172 8421550 ENST00000476556 8 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8419824 8420046 ENST00000476556 9 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8418256 8418976 ENST00000476556 10 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8416160 8416306 ENST00000476556 11 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415479 8415659 ENST00000476556 12 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415150 8415180 ENST00000476556 13 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8414686 8877702 ENST00000400908 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8716032 8716356 ENST00000400908 2 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8684369 8684439 ENST00000400908 3 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8674620 8674745 ENST00000400908 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8617477 8617582 ENST00000400908 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8616534 8616630 ENST00000400908 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8601273 8601377 ENST00000400908 7 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8568686 8568734 ENST00000400908 8 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8557465 8557589 ENST00000400908 9 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8555123 8555222 ENST00000400908 10 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8525985 8526083 ENST00000400908 11 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8482787 8482867 ENST00000400908 12 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8425872 8426034 ENST00000400908 13 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424806 8424898 ENST00000400908 14 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424116 8424315 ENST00000400908 15 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8422743 8422904 ENST00000400908 16 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421823 8421936 ENST00000400908 17 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8420172 8421550 ENST00000400908 18 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8419824 8420046 ENST00000400908 19 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8418256 8418976 ENST00000400908 20 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8416160 8416306 ENST00000400908 21 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415479 8415659 ENST00000400908 22 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415150 8415180 ENST00000400908 23 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8415581 8422904 ENST00000505225 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8422743 8422904 ENST00000505225 1 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421823 8421936 ENST00000505225 2 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8421520 8421550 ENST00000505225 3 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8416160 8416306 ENST00000505225 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8415581 8415659 ENST00000505225 5 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8423770 8424898 ENST00000464367 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424806 8424898 ENST00000464367 1 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8423770 8424315 ENST00000464367 2 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8424116 8485272 ENST00000488215 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8424116 8424193 ENST00000488215 5 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8425915 8483479 ENST00000460659 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8425936 8483726 ENST00000492766 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8425940 8484294 ENST00000465125 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8482850 8586086 ENST00000464972 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8557465 8557514 ENST00000464972 4 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8555123 8555222 ENST00000464972 5 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8525985 8526083 ENST00000464972 6 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8482850 8482867 ENST00000464972 7 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8525030 8813897 ENST00000480342 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8555211 8586098 ENST00000507012 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8601283 8650900 ENST00000469251 NA RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8616535 8684439 ENST00000514428 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8684369 8684439 ENST00000514428 1 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8617477 8617582 ENST00000514428 2 RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8616535 8616630 ENST00000514428 3 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8716252 8763278 ENST00000468247 NA RERE ENSG00000142599 Not Supported Not Supported +CDS 1 8716252 8716356 ENST00000468247 2 RERE ENSG00000142599 Not Supported Not Supported +transcript 1 8484705 8494898 ENST00000449895 NA RP5-1115A15.1 ENSG00000232912 Not Supported Not Supported +transcript 1 8485698 8490101 ENST00000444276 NA RP5-1115A15.1 ENSG00000232912 Not Supported Not Supported +transcript 1 8571854 8571978 ENST00000408156 NA SNORA77 ENSG00000221083 Not Supported Not Supported +transcript 1 8572712 8573080 ENST00000605785 NA RP5-1115A15.2 ENSG00000270282 Not Supported Not Supported +transcript 1 8810489 8811146 ENST00000437586 NA RPL7P11 ENSG00000234619 Not Supported Not Supported +transcript 1 8846270 8846972 ENST00000428803 NA RPL7P7 ENSG00000224315 Not Supported Not Supported +transcript 1 8856633 8856731 ENST00000410579 NA Y_RNA ENSG00000222511 Not Supported Not Supported +transcript 1 8858534 8859565 ENST00000445254 NA RP4-633I8.3 ENSG00000226545 Not Supported Not Supported +transcript 1 8865919 8867110 ENST00000433876 NA RP4-633I8.4 ENSG00000228423 Not Supported Not Supported +transcript 1 8891066 8891434 ENST00000436229 NA RP11-185B14.1 ENSG00000229716 Not Supported Not Supported +transcript 1 8921061 8938749 ENST00000234590 NA ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8934883 8934967 ENST00000234590 2 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8931950 8932045 ENST00000234590 3 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8930511 8930569 ENST00000234590 4 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8928047 8928116 ENST00000234590 5 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8927176 8927309 ENST00000234590 6 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8926338 8926560 ENST00000234590 7 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8925344 8925541 ENST00000234590 8 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8923950 8924151 ENST00000234590 9 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8923294 8923402 ENST00000234590 10 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8922946 8923004 ENST00000234590 11 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8921422 8921488 ENST00000234590 12 ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8921064 8931356 ENST00000464920 NA ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8926420 8938326 ENST00000497492 NA ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8934883 8934967 ENST00000497492 2 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8931950 8932045 ENST00000497492 3 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8930511 8930569 ENST00000497492 4 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8928047 8928116 ENST00000497492 5 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8927176 8927309 ENST00000497492 6 ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8926420 8926560 ENST00000497492 7 ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8930231 8938747 ENST00000486051 NA ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8931411 8938735 ENST00000492343 NA ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8934915 8939308 ENST00000489867 NA ENO1 ENSG00000074800 Not Supported Not Supported +CDS 1 8934915 8934967 ENST00000489867 2 ENO1 ENSG00000074800 Not Supported Not Supported +transcript 1 8935847 8938066 ENST00000414948 NA ENO1-IT1 ENSG00000236269 Not Supported Not Supported +transcript 1 8938894 8939953 ENST00000442636 NA ENO1-AS1 ENSG00000230679 Not Supported Not Supported +transcript 1 8943486 8943592 ENST00000364855 NA RNU6-304P ENSG00000201725 Not Supported Not Supported +transcript 1 8953468 8954210 ENST00000425872 NA HMGN2P17 ENSG00000238249 Not Supported Not Supported +transcript 1 8953568 8953840 ENST00000437767 NA HMGN2P17 ENSG00000238249 Not Supported Not Supported +transcript 1 8967452 8967803 ENST00000424862 NA RP3-477M7.5 ENSG00000232208 Not Supported Not Supported +transcript 1 8969801 8969963 ENST00000431968 NA RP3-477M7.6 ENSG00000232663 Not Supported Not Supported +transcript 1 9005926 9027804 ENST00000549778 NA CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9005946 9006024 ENST00000549778 1 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9009322 9009410 ENST00000549778 2 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9017201 9017344 ENST00000549778 3 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9018969 9019061 ENST00000549778 4 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9022646 9022715 ENST00000549778 5 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9027718 9027804 ENST00000549778 6 CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9005927 9034933 ENST00000476083 NA CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9005941 9012710 ENST00000480186 NA CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9005946 9006024 ENST00000480186 1 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9009322 9009501 ENST00000480186 2 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9011482 9011759 ENST00000480186 3 CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9005942 9035151 ENST00000377443 NA CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9005946 9006024 ENST00000377443 1 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9009322 9009501 ENST00000377443 2 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9017196 9017344 ENST00000377443 3 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9018969 9019061 ENST00000377443 4 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9022646 9022715 ENST00000377443 5 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9027718 9027875 ENST00000377443 6 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9030926 9031040 ENST00000377443 7 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9034681 9034760 ENST00000377443 8 CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9005946 9034503 ENST00000377436 NA CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9005946 9006024 ENST00000377436 1 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9009322 9009501 ENST00000377436 2 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9017196 9017344 ENST00000377436 3 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9018969 9019061 ENST00000377436 4 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9022646 9022715 ENST00000377436 5 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9027718 9027875 ENST00000377436 6 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9030926 9031040 ENST00000377436 7 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9034406 9034500 ENST00000377436 8 CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9005946 9034763 ENST00000377442 NA CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9005946 9006024 ENST00000377442 1 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9017196 9017344 ENST00000377442 2 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9018969 9019061 ENST00000377442 3 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9022646 9022715 ENST00000377442 4 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9027718 9027875 ENST00000377442 5 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9030926 9031040 ENST00000377442 6 CA6 ENSG00000131686 Not Supported Not Supported +CDS 1 9034681 9034760 ENST00000377442 7 CA6 ENSG00000131686 Not Supported Not Supported +transcript 1 9039637 9039933 ENST00000583026 NA RN7SL451P ENSG00000265141 Not Supported Not Supported +transcript 1 9063359 9086404 ENST00000400906 NA SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9086354 9086404 ENST00000400906 1 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9085035 9085133 ENST00000400906 2 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9082977 9083137 ENST00000400906 3 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9079268 9079392 ENST00000400906 4 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9078282 9078434 ENST00000400906 5 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9075176 9075301 ENST00000400906 6 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9074740 9074927 ENST00000400906 7 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9073584 9073694 ENST00000400906 8 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9070202 9070303 ENST00000400906 9 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9067369 9067444 ENST00000400906 10 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9064811 9064938 ENST00000400906 11 SLC2A7 ENSG00000197241 Not Supported Not Supported +CDS 1 9063362 9063577 ENST00000400906 12 SLC2A7 ENSG00000197241 Not Supported Not Supported +transcript 1 9095166 9129775 ENST00000377424 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000377424 1 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000377424 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000377424 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000377424 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000377424 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9100123 9100248 ENST00000377424 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099859 9100046 ENST00000377424 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099611 9099721 ENST00000377424 8 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098887 9098988 ENST00000377424 9 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098490 9098565 ENST00000377424 10 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097956 9098083 ENST00000377424 11 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097648 9097848 ENST00000377424 12 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9097173 9109319 ENST00000536305 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9109159 9109274 ENST00000536305 1 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000536305 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000536305 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9100123 9100248 ENST00000536305 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099859 9100046 ENST00000536305 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099611 9099721 ENST00000536305 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098887 9098988 ENST00000536305 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098490 9098565 ENST00000536305 8 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097956 9098083 ENST00000536305 9 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097648 9097848 ENST00000536305 10 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9097457 9129604 ENST00000535586 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107741 ENST00000535586 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000535586 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9100123 9100248 ENST00000535586 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099859 9100046 ENST00000535586 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9099611 9099721 ENST00000535586 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098887 9098988 ENST00000535586 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9098490 9098565 ENST00000535586 8 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097956 9098083 ENST00000535586 9 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9097648 9097848 ENST00000535586 10 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9098490 9099954 ENST00000487492 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9100139 9129663 ENST00000377414 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000377414 1 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000377414 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000377414 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000377414 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101683 9101996 ENST00000377414 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9101844 9131786 ENST00000484798 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000484798 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000484798 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000484798 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000484798 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000484798 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9101844 9132324 ENST00000474145 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000474145 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000474145 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000474145 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000474145 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000474145 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9101844 9133181 ENST00000479813 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000479813 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000479813 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000479813 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000479813 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000479813 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9101844 9148537 ENST00000486632 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000486632 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000486632 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000486632 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000486632 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101844 9101996 ENST00000486632 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9101917 9148516 ENST00000487835 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000487835 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000487835 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000487835 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107669 9107793 ENST00000487835 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9101917 9101996 ENST00000487835 7 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9107670 9148502 ENST00000464985 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000464985 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000464985 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117507 9117667 ENST00000464985 5 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9107670 9107793 ENST00000464985 6 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9117557 9129910 ENST00000473209 NA SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9129563 9129595 ENST00000473209 2 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9118211 9118309 ENST00000473209 3 SLC2A5 ENSG00000142583 Not Supported Not Supported +CDS 1 9117557 9117667 ENST00000473209 4 SLC2A5 ENSG00000142583 Not Supported Not Supported +transcript 1 9142755 9142938 ENST00000516595 NA SCARNA16 ENSG00000252404 Not Supported Not Supported +transcript 1 9160364 9189229 ENST00000377411 NA GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9188704 9189086 ENST00000377411 1 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9171335 9171548 ENST00000377411 2 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9165545 9165739 ENST00000377411 3 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9164481 9164693 ENST00000377411 4 GPR157 ENSG00000180758 Not Supported Not Supported +transcript 1 9164390 9189183 ENST00000414642 NA GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9188704 9189086 ENST00000414642 1 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9171335 9171548 ENST00000414642 2 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9164481 9164693 ENST00000414642 3 GPR157 ENSG00000180758 Not Supported Not Supported +transcript 1 9164591 9171429 ENST00000465853 NA GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9171335 9171429 ENST00000465853 1 GPR157 ENSG00000180758 Not Supported Not Supported +CDS 1 9164591 9164693 ENST00000465853 2 GPR157 ENSG00000180758 Not Supported Not Supported +transcript 1 9171228 9188840 ENST00000466131 NA GPR157 ENSG00000180758 Not Supported Not Supported +transcript 1 9211727 9211836 ENST00000385130 NA MIR34A ENSG00000207865 Not Supported Not Supported +transcript 1 9242066 9262678 ENST00000437157 NA RP3-510D11.1 ENSG00000228526 Not Supported Not Supported +transcript 1 9242263 9252148 ENST00000412639 NA RP3-510D11.2 ENSG00000234546 Not Supported Not Supported +transcript 1 9294834 9331396 ENST00000377403 NA H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9304994 9305620 ENST00000377403 2 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9307025 9307142 ENST00000377403 3 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9322118 9322387 ENST00000377403 4 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9323568 9324925 ENST00000377403 5 H6PD ENSG00000049239 Not Supported Not Supported +transcript 1 9299903 9327957 ENST00000602477 NA H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9300055 9300077 ENST00000602477 1 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9304984 9305620 ENST00000602477 2 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9307025 9307142 ENST00000602477 3 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9322118 9322387 ENST00000602477 4 H6PD ENSG00000049239 Not Supported Not Supported +CDS 1 9323568 9324925 ENST00000602477 5 H6PD ENSG00000049239 Not Supported Not Supported +transcript 1 9325589 9331396 ENST00000495451 NA H6PD ENSG00000049239 Not Supported Not Supported +transcript 1 9338450 9338592 ENST00000517032 NA Z98044.1 ENSG00000252841 Not Supported Not Supported +transcript 1 9352939 9429591 ENST00000328089 NA SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9415951 9416644 ENST00000328089 2 SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9427507 9427631 ENST00000328089 3 SPSB1 ENSG00000171621 Not Supported Not Supported +transcript 1 9354587 9416556 ENST00000450402 NA SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9415951 9416556 ENST00000450402 2 SPSB1 ENSG00000171621 Not Supported Not Supported +transcript 1 9411490 9427922 ENST00000357898 NA SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9415951 9416644 ENST00000357898 2 SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9427507 9427631 ENST00000357898 3 SPSB1 ENSG00000171621 Not Supported Not Supported +transcript 1 9415766 9427634 ENST00000377399 NA SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9415951 9416644 ENST00000377399 1 SPSB1 ENSG00000171621 Not Supported Not Supported +CDS 1 9427507 9427631 ENST00000377399 2 SPSB1 ENSG00000171621 Not Supported Not Supported +transcript 1 9497728 9497837 ENST00000517147 NA RNA5SP40 ENSG00000252956 Not Supported Not Supported +transcript 1 9561151 9563530 ENST00000441033 NA RP13-392I16.1 ENSG00000235263 Not Supported Not Supported +transcript 1 9599541 9645237 ENST00000302692 NA SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9599751 9599806 ENST00000302692 1 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9613684 9613863 ENST00000302692 2 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9627342 9627419 ENST00000302692 3 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9630316 9630416 ENST00000302692 4 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9633404 9633470 ENST00000302692 5 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9640012 9640292 ENST00000302692 6 SLC25A33 ENSG00000171612 Not Supported Not Supported +CDS 1 9642357 9642556 ENST00000302692 7 SLC25A33 ENSG00000171612 Not Supported Not Supported +transcript 1 9636485 9637043 ENST00000435277 NA RP13-15M17.1 ENSG00000231181 Not Supported Not Supported +transcript 1 9648932 9674935 ENST00000377376 NA TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9648989 9649101 ENST00000377376 1 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9655948 9656068 ENST00000377376 2 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9656917 9657111 ENST00000377376 3 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9658507 9658683 ENST00000377376 4 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9661163 9661512 ENST00000377376 5 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9662127 9662330 ENST00000377376 6 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9667615 9667847 ENST00000377376 7 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9670564 9670863 ENST00000377376 8 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9671811 9671948 ENST00000377376 9 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9673044 9673138 ENST00000377376 10 TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9648980 9665012 ENST00000340305 NA TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9648989 9649101 ENST00000340305 1 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9655948 9656068 ENST00000340305 2 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9656917 9657111 ENST00000340305 3 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9658507 9658683 ENST00000340305 4 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9661163 9661512 ENST00000340305 5 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9662127 9662346 ENST00000340305 6 TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9648980 9674907 ENST00000340381 NA TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9648989 9649101 ENST00000340381 1 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9655948 9656068 ENST00000340381 2 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9656917 9657111 ENST00000340381 3 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9658507 9658683 ENST00000340381 4 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9661163 9661512 ENST00000340381 5 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9662127 9662330 ENST00000340381 6 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9667615 9667847 ENST00000340381 7 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9669898 9669969 ENST00000340381 8 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9670564 9670863 ENST00000340381 9 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9671811 9671948 ENST00000340381 10 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9673044 9673138 ENST00000340381 11 TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9656955 9674931 ENST00000416541 NA TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9656955 9657111 ENST00000416541 1 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9658507 9658683 ENST00000416541 2 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9661163 9661512 ENST00000416541 3 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9662127 9662330 ENST00000416541 4 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9667615 9667847 ENST00000416541 5 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9670564 9670863 ENST00000416541 6 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9671811 9671948 ENST00000416541 7 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9673044 9673141 ENST00000416541 8 TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9666272 9667743 ENST00000510900 NA TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9667786 9673305 ENST00000508400 NA TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9667786 9667847 ENST00000508400 1 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9669898 9669969 ENST00000508400 2 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9670564 9670863 ENST00000508400 3 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9671073 9671131 ENST00000508400 4 TMEM201 ENSG00000188807 Not Supported Not Supported +CDS 1 9671811 9671816 ENST00000508400 5 TMEM201 ENSG00000188807 Not Supported Not Supported +transcript 1 9711790 9789172 ENST00000536656 NA PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9770514 9770654 ENST00000536656 3 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775599 9775827 ENST00000536656 4 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775907 9776136 ENST00000536656 5 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9776498 9776677 ENST00000536656 6 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777122 9777166 ENST00000536656 7 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777595 9777684 ENST00000536656 8 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9778752 9778973 ENST00000536656 9 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9779979 9780075 ENST00000536656 10 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780170 9780300 ENST00000536656 11 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780492 9780719 ENST00000536656 12 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780800 9780967 ENST00000536656 13 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781185 9781306 ENST00000536656 14 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781502 9781645 ENST00000536656 15 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781819 9781918 ENST00000536656 16 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782033 9782211 ENST00000536656 17 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782302 9782414 ENST00000536656 18 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782586 9782664 ENST00000536656 19 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9783183 9783350 ENST00000536656 20 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784027 9784150 ENST00000536656 21 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784334 9784479 ENST00000536656 22 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784862 9784994 ENST00000536656 23 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9786967 9787101 ENST00000536656 24 PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9711803 9788977 ENST00000377346 NA PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9770514 9770654 ENST00000377346 3 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775599 9775827 ENST00000377346 4 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775907 9776136 ENST00000377346 5 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9776498 9776677 ENST00000377346 6 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777017 9777166 ENST00000377346 7 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777595 9777684 ENST00000377346 8 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9778752 9778973 ENST00000377346 9 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9779979 9780075 ENST00000377346 10 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780170 9780300 ENST00000377346 11 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780669 9780719 ENST00000377346 12 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780800 9780967 ENST00000377346 13 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781185 9781306 ENST00000377346 14 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781502 9781645 ENST00000377346 15 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781819 9781918 ENST00000377346 16 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782033 9782211 ENST00000377346 17 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782302 9782414 ENST00000377346 18 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782586 9782664 ENST00000377346 19 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9783183 9783350 ENST00000377346 20 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784027 9784150 ENST00000377346 21 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784334 9784479 ENST00000377346 22 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784862 9784994 ENST00000377346 23 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9786967 9787101 ENST00000377346 24 PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9748234 9752004 ENST00000484851 NA PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9770256 9787290 ENST00000361110 NA PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9770514 9770654 ENST00000361110 2 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775599 9775827 ENST00000361110 3 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9775907 9776136 ENST00000361110 4 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9776498 9776677 ENST00000361110 5 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777122 9777166 ENST00000361110 6 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9777595 9777684 ENST00000361110 7 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9778752 9778973 ENST00000361110 8 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9779979 9780075 ENST00000361110 9 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780170 9780300 ENST00000361110 10 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780492 9780719 ENST00000361110 11 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780800 9780967 ENST00000361110 12 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781185 9781306 ENST00000361110 13 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781502 9781645 ENST00000361110 14 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781819 9781918 ENST00000361110 15 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782033 9782211 ENST00000361110 16 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782302 9782414 ENST00000361110 17 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9782586 9782664 ENST00000361110 18 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9783183 9783350 ENST00000361110 19 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784027 9784150 ENST00000361110 20 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784334 9784479 ENST00000361110 21 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9784862 9784994 ENST00000361110 22 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9786967 9787101 ENST00000361110 23 PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9775757 9776221 ENST00000481137 NA PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9776334 9777639 ENST00000479223 NA PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9778127 9782192 ENST00000543390 NA PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9778196 9778216 ENST00000543390 1 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9778752 9778973 ENST00000543390 2 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9779979 9780075 ENST00000543390 3 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780170 9780300 ENST00000543390 4 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780669 9780719 ENST00000543390 5 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9780800 9780967 ENST00000543390 6 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781185 9781306 ENST00000543390 7 PIK3CD ENSG00000171608 Not Supported Not Supported +CDS 1 9781502 9781646 ENST00000543390 8 PIK3CD ENSG00000171608 Not Supported Not Supported +transcript 1 9712668 9714644 ENST00000377320 NA C1orf200 ENSG00000179840 Not Supported Not Supported +CDS 1 9714256 9714494 ENST00000377320 1 C1orf200 ENSG00000179840 Not Supported Not Supported +CDS 1 9713840 9714101 ENST00000377320 2 C1orf200 ENSG00000179840 Not Supported Not Supported +transcript 1 9720886 9722684 ENST00000426570 NA RP11-558F24.2 ENSG00000233268 Not Supported Not Supported +transcript 1 9732484 9747613 ENST00000415330 NA RP11-558F24.4 ENSG00000231789 Not Supported Not Supported +transcript 1 9789084 9884584 ENST00000377298 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9883701 9883791 ENST00000377298 1 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9833330 9833452 ENST00000377298 2 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9816539 9816568 ENST00000377298 3 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9815172 9815367 ENST00000377298 4 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9811531 9811739 ENST00000377298 5 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809822 9809971 ENST00000377298 6 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809519 9809704 ENST00000377298 7 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9804453 9804701 ENST00000377298 8 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9803942 9804063 ENST00000377298 9 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9801152 9801314 ENST00000377298 10 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9797556 9797612 ENST00000377298 11 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795943 9796100 ENST00000377298 12 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795525 9795673 ENST00000377298 13 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795006 9795232 ENST00000377298 14 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9794030 9794200 ENST00000377298 15 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9793459 9793604 ENST00000377298 16 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791819 9791954 ENST00000377298 17 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791264 9791448 ENST00000377298 18 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9790569 9790763 ENST00000377298 19 CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9789086 9793544 ENST00000477264 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9789086 9811639 ENST00000435891 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9811531 9811639 ENST00000435891 1 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809822 9809971 ENST00000435891 2 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809519 9809704 ENST00000435891 3 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9804453 9804701 ENST00000435891 4 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9803942 9804063 ENST00000435891 5 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9801152 9801314 ENST00000435891 6 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795943 9796100 ENST00000435891 7 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795525 9795673 ENST00000435891 8 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795006 9795232 ENST00000435891 9 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9794030 9794200 ENST00000435891 10 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9793459 9793604 ENST00000435891 11 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791819 9791954 ENST00000435891 12 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791264 9791448 ENST00000435891 13 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9790566 9790763 ENST00000435891 14 CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9789086 9884042 ENST00000361311 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9883701 9883791 ENST00000361311 1 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9833330 9833452 ENST00000361311 2 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9815172 9815367 ENST00000361311 3 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9811531 9811739 ENST00000361311 4 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809822 9809971 ENST00000361311 5 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809519 9809704 ENST00000361311 6 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9804453 9804701 ENST00000361311 7 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9803942 9804063 ENST00000361311 8 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9801152 9801314 ENST00000361311 9 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9797556 9797612 ENST00000361311 10 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795943 9796100 ENST00000361311 11 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795525 9795673 ENST00000361311 12 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795006 9795232 ENST00000361311 13 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9794030 9794200 ENST00000361311 14 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9793459 9793604 ENST00000361311 15 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791819 9791954 ENST00000361311 16 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791264 9791448 ENST00000361311 17 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9790569 9790763 ENST00000361311 18 CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9789086 9884584 ENST00000377288 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9883701 9883791 ENST00000377288 1 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9833330 9833452 ENST00000377288 2 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9816539 9816568 ENST00000377288 3 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9815172 9815367 ENST00000377288 4 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9811531 9811739 ENST00000377288 5 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809822 9809971 ENST00000377288 6 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9809519 9809704 ENST00000377288 7 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9804453 9804701 ENST00000377288 8 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9803942 9804063 ENST00000377288 9 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9801152 9801314 ENST00000377288 10 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795943 9796100 ENST00000377288 11 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795525 9795673 ENST00000377288 12 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9795006 9795232 ENST00000377288 13 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9794030 9794200 ENST00000377288 14 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9793459 9793604 ENST00000377288 15 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791819 9791954 ENST00000377288 16 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9791264 9791448 ENST00000377288 17 CLSTN1 ENSG00000171603 Not Supported Not Supported +CDS 1 9790569 9790763 ENST00000377288 18 CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9809546 9810225 ENST00000464286 NA CLSTN1 ENSG00000171603 Not Supported Not Supported +transcript 1 9840880 9841298 ENST00000603781 NA RP11-558F24.6 ENSG00000271264 Not Supported Not Supported +transcript 1 9908334 9970321 ENST00000377263 NA CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9932027 9932122 ENST00000377263 4 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9931245 9931335 ENST00000377263 5 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9910779 9910834 ENST00000377263 6 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +transcript 1 9909597 9932150 ENST00000537447 NA CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9932027 9932122 ENST00000537447 1 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9931245 9931335 ENST00000537447 2 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9910779 9910834 ENST00000537447 3 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +transcript 1 9910167 9970394 ENST00000400904 NA CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9932027 9932122 ENST00000400904 3 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9931245 9931335 ENST00000400904 4 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9910779 9910834 ENST00000400904 5 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +transcript 1 9910508 9953295 ENST00000377258 NA CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9932027 9932122 ENST00000377258 3 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9931245 9931335 ENST00000377258 4 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9910779 9910834 ENST00000377258 5 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +transcript 1 9910717 9938234 ENST00000377256 NA CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9932027 9932122 ENST00000377256 3 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9931245 9931335 ENST00000377256 4 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +CDS 1 9910779 9910834 ENST00000377256 5 CTNNBIP1 ENSG00000178585 Not Supported Not Supported +transcript 1 9908376 9910212 ENST00000454104 NA RP11-84A14.5 ENSG00000223989 Not Supported Not Supported +transcript 1 9982173 9995678 ENST00000488540 NA LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9995550 9995678 ENST00000488540 1 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9994820 9994918 ENST00000488540 2 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9992861 9992956 ENST00000488540 3 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9991949 9992030 ENST00000488540 4 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9982313 9982416 ENST00000488540 5 LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 9988997 10003387 ENST00000377223 NA LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9996577 9996677 ENST00000377223 3 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9995550 9995685 ENST00000377223 4 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9994820 9994918 ENST00000377223 5 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9992861 9992956 ENST00000377223 6 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9991949 9992030 ENST00000377223 7 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9990460 9990515 ENST00000377223 8 LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 9989778 10002826 ENST00000400903 NA LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9996577 9996677 ENST00000400903 2 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9995550 9995685 ENST00000400903 3 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9994820 9994918 ENST00000400903 4 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9992861 9992956 ENST00000400903 5 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9991949 9992030 ENST00000400903 6 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9990460 9990515 ENST00000400903 7 LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 9990195 10003422 ENST00000541052 NA LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 10002739 10002793 ENST00000541052 2 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9996577 9996685 ENST00000541052 3 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9995550 9995685 ENST00000541052 4 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9994820 9994918 ENST00000541052 5 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9992861 9992956 ENST00000541052 6 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9991949 9992030 ENST00000541052 7 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9990460 9990515 ENST00000541052 8 LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 9990311 10003465 ENST00000377213 NA LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9996577 9996677 ENST00000377213 3 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9995550 9995685 ENST00000377213 4 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9994820 9994918 ENST00000377213 5 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9992861 9992956 ENST00000377213 6 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9991949 9992030 ENST00000377213 7 LZIC ENSG00000162441 Not Supported Not Supported +CDS 1 9990460 9990515 ENST00000377213 8 LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 9990319 9992238 ENST00000471853 NA LZIC ENSG00000162441 Not Supported Not Supported +transcript 1 10002981 10010032 ENST00000445884 NA RP11-84A14.4 ENSG00000228150 Not Supported Not Supported +transcript 1 10003486 10041824 ENST00000403197 NA NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10032132 10032246 ENST00000403197 2 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10035650 10035833 ENST00000403197 3 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10041089 10041228 ENST00000403197 4 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10041314 10041354 ENST00000403197 5 NMNAT1 ENSG00000173614 Not Supported Not Supported +transcript 1 10003486 10045556 ENST00000377205 NA NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10032132 10032246 ENST00000377205 2 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10035650 10035833 ENST00000377205 3 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10041089 10041228 ENST00000377205 4 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10042359 10042756 ENST00000377205 5 NMNAT1 ENSG00000173614 Not Supported Not Supported +transcript 1 10003487 10043727 ENST00000462686 NA NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10032132 10032246 ENST00000462686 2 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10035650 10035833 ENST00000462686 3 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10041089 10041228 ENST00000462686 4 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10042359 10042756 ENST00000462686 5 NMNAT1 ENSG00000173614 Not Supported Not Supported +transcript 1 10003546 10032561 ENST00000492735 NA NMNAT1 ENSG00000173614 Not Supported Not Supported +transcript 1 10041110 10045559 ENST00000496751 NA NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10041110 10041228 ENST00000496751 1 NMNAT1 ENSG00000173614 Not Supported Not Supported +CDS 1 10045194 10045201 ENST00000496751 2 NMNAT1 ENSG00000173614 Not Supported Not Supported +transcript 1 10007376 10007694 ENST00000365545 NA RN7SKP269 ENSG00000202415 Not Supported Not Supported +transcript 1 10027439 10027516 ENST00000578045 NA MIR5697 ENSG00000265521 Not Supported Not Supported +transcript 1 10043199 10044626 ENST00000413148 NA RP11-807G9.2 ENSG00000241326 Not Supported Not Supported +transcript 1 10057264 10076078 ENST00000315901 NA RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10057317 10057389 ENST00000315901 1 RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10064151 10064254 ENST00000315901 2 RBP7 ENSG00000162444 Not Supported Not Supported +transcript 1 10057274 10076078 ENST00000294435 NA RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10057317 10057389 ENST00000294435 1 RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10067628 10067806 ENST00000294435 2 RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10068231 10068332 ENST00000294435 3 RBP7 ENSG00000162444 Not Supported Not Supported +CDS 1 10075840 10075887 ENST00000294435 4 RBP7 ENSG00000162444 Not Supported Not Supported +transcript 1 10078085 10078592 ENST00000450492 NA AL590639.1 ENSG00000225786 Not Supported Not Supported +transcript 1 10092890 10240425 ENST00000253251 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10093729 10093752 ENST00000253251 1 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10132086 10132272 ENST00000253251 2 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10155519 10155654 ENST00000253251 3 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10161166 10161253 ENST00000253251 4 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10163006 10163150 ENST00000253251 5 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10165574 10165802 ENST00000253251 6 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10177517 10177658 ENST00000253251 7 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10179571 10179671 ENST00000253251 8 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10182020 10182134 ENST00000253251 9 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10186852 10186935 ENST00000253251 10 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10189450 10189506 ENST00000253251 11 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190558 10190674 ENST00000253251 12 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190773 10190871 ENST00000253251 13 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10192427 10192540 ENST00000253251 14 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10195046 10195244 ENST00000253251 15 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10197125 10197263 ENST00000253251 16 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10204998 10205097 ENST00000253251 17 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10207021 10207148 ENST00000253251 18 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10209242 10209340 ENST00000253251 19 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10211384 10211619 ENST00000253251 20 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10218414 10218540 ENST00000253251 21 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10221200 10221344 ENST00000253251 22 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10228194 10228328 ENST00000253251 23 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10231196 10231387 ENST00000253251 24 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10238702 10238876 ENST00000253251 25 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239474 10239620 ENST00000253251 26 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239953 10240011 ENST00000253251 27 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10093016 10241289 ENST00000377157 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10161167 10161253 ENST00000377157 4 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10163006 10163150 ENST00000377157 5 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10165574 10165802 ENST00000377157 6 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10177517 10177658 ENST00000377157 7 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10179571 10179671 ENST00000377157 8 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10182020 10182134 ENST00000377157 9 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10186852 10186935 ENST00000377157 10 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10189450 10189506 ENST00000377157 11 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190558 10190674 ENST00000377157 12 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190773 10190871 ENST00000377157 13 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10192427 10192540 ENST00000377157 14 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10195046 10195244 ENST00000377157 15 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10197125 10197263 ENST00000377157 16 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10204998 10205097 ENST00000377157 17 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10207021 10207148 ENST00000377157 18 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10209242 10209340 ENST00000377157 19 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10211384 10211619 ENST00000377157 20 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10218414 10218540 ENST00000377157 21 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10221200 10221344 ENST00000377157 22 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10228194 10228328 ENST00000377157 23 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10231196 10231387 ENST00000377157 24 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10238702 10238888 ENST00000377157 25 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239474 10239620 ENST00000377157 26 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239953 10240011 ENST00000377157 27 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10093332 10133176 ENST00000377153 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10093729 10093752 ENST00000377153 1 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10132086 10132272 ENST00000377153 2 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10132512 10132600 ENST00000377153 3 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10093654 10241297 ENST00000343090 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10093729 10093752 ENST00000343090 1 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10132086 10132272 ENST00000343090 2 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10155519 10155654 ENST00000343090 3 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10161166 10161253 ENST00000343090 4 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10163006 10163150 ENST00000343090 5 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10165574 10165802 ENST00000343090 6 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10166255 10166641 ENST00000343090 7 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10177517 10177658 ENST00000343090 8 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10179571 10179671 ENST00000343090 9 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10182020 10182134 ENST00000343090 10 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10186852 10186935 ENST00000343090 11 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10189450 10189506 ENST00000343090 12 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190558 10190674 ENST00000343090 13 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190773 10190871 ENST00000343090 14 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10192427 10192540 ENST00000343090 15 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10195046 10195244 ENST00000343090 16 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10197125 10197263 ENST00000343090 17 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10204998 10205097 ENST00000343090 18 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10207021 10207148 ENST00000343090 19 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10209242 10209340 ENST00000343090 20 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10211384 10211619 ENST00000343090 21 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10218414 10218540 ENST00000343090 22 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10221200 10221344 ENST00000343090 23 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10228194 10228328 ENST00000343090 24 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10231196 10231387 ENST00000343090 25 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10238702 10238876 ENST00000343090 26 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239474 10239620 ENST00000343090 27 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10239953 10240011 ENST00000343090 28 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10160919 10163243 ENST00000462658 NA UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10167389 10192538 ENST00000475795 NA UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10182100 10205097 ENST00000470736 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10182100 10182134 ENST00000470736 1 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10186852 10186935 ENST00000470736 2 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10189450 10189506 ENST00000470736 3 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10190773 10190871 ENST00000470736 4 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10192427 10192540 ENST00000470736 5 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10195046 10195244 ENST00000470736 6 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10197125 10197263 ENST00000470736 7 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10204998 10205097 ENST00000470736 8 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10188397 10205657 ENST00000466379 NA UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10218412 10231247 ENST00000488228 NA UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10218412 10218540 ENST00000488228 1 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10221200 10221344 ENST00000488228 2 UBE4B ENSG00000130939 Not Supported Not Supported +CDS 1 10226302 10226322 ENST00000488228 3 UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10231014 10240074 ENST00000487244 NA UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10239074 10240008 ENST00000465408 NA UBE4B ENSG00000130939 Not Supported Not Supported +transcript 1 10114503 10114839 ENST00000456484 NA RP11-496H15.2 ENSG00000224340 Not Supported Not Supported +transcript 1 10118729 10119706 ENST00000416729 NA PGAM1P11 ENSG00000233623 Not Supported Not Supported +transcript 1 10223326 10223432 ENST00000364876 NA RNU6-828P ENSG00000201746 Not Supported Not Supported +transcript 1 10270863 10368655 ENST00000377093 NA KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10292387 10292492 ENST00000377093 2 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10316305 10316381 ENST00000377093 3 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10318551 10318730 ENST00000377093 4 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10321963 10322028 ENST00000377093 5 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10327438 10327616 ENST00000377093 6 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10328210 10328321 ENST00000377093 7 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10331560 10331637 ENST00000377093 8 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10332299 10332364 ENST00000377093 9 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10335486 10335561 ENST00000377093 10 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10336379 10336457 ENST00000377093 11 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10338044 10338186 ENST00000377093 12 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10342458 10342591 ENST00000377093 13 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10351140 10351219 ENST00000377093 14 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10352105 10352180 ENST00000377093 15 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355144 10355223 ENST00000377093 16 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355718 10355824 ENST00000377093 17 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356640 10356723 ENST00000377093 18 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356955 10357135 ENST00000377093 19 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10357232 10357304 ENST00000377093 20 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10363221 10364702 ENST00000377093 21 KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10270863 10437995 ENST00000263934 NA KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10292387 10292492 ENST00000263934 2 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10316305 10316381 ENST00000263934 3 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10318551 10318730 ENST00000263934 4 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10321963 10322028 ENST00000263934 5 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10327438 10327616 ENST00000263934 6 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10328210 10328321 ENST00000263934 7 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10331560 10331637 ENST00000263934 8 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10332299 10332364 ENST00000263934 9 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10335486 10335561 ENST00000263934 10 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10336379 10336457 ENST00000263934 11 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10338044 10338186 ENST00000263934 12 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10342458 10342591 ENST00000263934 13 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10351140 10351219 ENST00000263934 14 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10352105 10352180 ENST00000263934 15 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355144 10355223 ENST00000263934 16 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355718 10355824 ENST00000263934 17 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356640 10356723 ENST00000263934 18 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356955 10357135 ENST00000263934 19 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10357232 10357304 ENST00000263934 20 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10380101 10380194 ENST00000263934 21 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10381767 10381915 ENST00000263934 22 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10383942 10384120 ENST00000263934 23 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10384816 10384953 ENST00000263934 24 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10386169 10386417 ENST00000263934 25 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10394578 10394696 ENST00000263934 26 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10396715 10396800 ENST00000263934 27 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397132 10397261 ENST00000263934 28 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397429 10397591 ENST00000263934 29 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10399827 10399917 ENST00000263934 30 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10402108 10402226 ENST00000263934 31 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10403290 10403345 ENST00000263934 32 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10405903 10406011 ENST00000263934 33 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10407819 10407885 ENST00000263934 34 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10408707 10408791 ENST00000263934 35 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10412689 10412794 ENST00000263934 36 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10420987 10421101 ENST00000263934 37 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10421750 10421883 ENST00000263934 38 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10423341 10423402 ENST00000263934 39 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425158 10425303 ENST00000263934 40 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425467 10425706 ENST00000263934 41 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10428525 10428596 ENST00000263934 42 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10431199 10431320 ENST00000263934 43 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434374 10434523 ENST00000263934 44 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434912 10435104 ENST00000263934 45 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10435313 10435431 ENST00000263934 46 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10436603 10436642 ENST00000263934 47 KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10271674 10441661 ENST00000377086 NA KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10292387 10292492 ENST00000377086 2 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10316305 10316381 ENST00000377086 3 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10318551 10318730 ENST00000377086 4 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10321963 10322028 ENST00000377086 5 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10327438 10327616 ENST00000377086 6 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10328210 10328321 ENST00000377086 7 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10331560 10331637 ENST00000377086 8 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10332299 10332364 ENST00000377086 9 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10333072 10333089 ENST00000377086 10 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10335486 10335561 ENST00000377086 11 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10336379 10336457 ENST00000377086 12 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10338044 10338186 ENST00000377086 13 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10339155 10339196 ENST00000377086 14 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10342380 10342591 ENST00000377086 15 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10351140 10351219 ENST00000377086 16 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10352105 10352180 ENST00000377086 17 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355144 10355223 ENST00000377086 18 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355718 10355824 ENST00000377086 19 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356640 10356723 ENST00000377086 20 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356955 10357135 ENST00000377086 21 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10357232 10357304 ENST00000377086 22 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10380101 10380194 ENST00000377086 23 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10381767 10381915 ENST00000377086 24 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10383942 10384120 ENST00000377086 25 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10384816 10384953 ENST00000377086 26 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10386169 10386417 ENST00000377086 27 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10394578 10394696 ENST00000377086 28 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10396715 10396800 ENST00000377086 29 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397132 10397261 ENST00000377086 30 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397429 10397591 ENST00000377086 31 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10399827 10399917 ENST00000377086 32 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10402108 10402226 ENST00000377086 33 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10403290 10403345 ENST00000377086 34 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10405903 10406011 ENST00000377086 35 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10407819 10407885 ENST00000377086 36 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10408707 10408791 ENST00000377086 37 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10412689 10412794 ENST00000377086 38 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10420987 10421101 ENST00000377086 39 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10421750 10421883 ENST00000377086 40 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10423341 10423402 ENST00000377086 41 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425158 10425303 ENST00000377086 42 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425467 10425706 ENST00000377086 43 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10428525 10428596 ENST00000377086 44 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10431199 10431320 ENST00000377086 45 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434374 10434523 ENST00000377086 46 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434912 10435104 ENST00000377086 47 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10435313 10435431 ENST00000377086 48 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10436603 10436642 ENST00000377086 49 KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10290822 10366815 ENST00000377083 NA KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10292387 10292492 ENST00000377083 2 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10316305 10316381 ENST00000377083 3 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10318551 10318730 ENST00000377083 4 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10321963 10322028 ENST00000377083 5 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10327438 10327616 ENST00000377083 6 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10328210 10328321 ENST00000377083 7 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10331560 10331637 ENST00000377083 8 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10332299 10332364 ENST00000377083 9 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10335486 10335561 ENST00000377083 10 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10336379 10336457 ENST00000377083 11 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10338044 10338186 ENST00000377083 12 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10342458 10342591 ENST00000377083 13 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10351140 10351219 ENST00000377083 14 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10352105 10352180 ENST00000377083 15 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355144 10355223 ENST00000377083 16 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355718 10355824 ENST00000377083 17 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356640 10356723 ENST00000377083 18 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356955 10357135 ENST00000377083 19 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10357232 10357304 ENST00000377083 20 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10363221 10364702 ENST00000377083 21 KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10292308 10441655 ENST00000377081 NA KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10292387 10292492 ENST00000377081 1 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10316305 10316381 ENST00000377081 2 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10318551 10318730 ENST00000377081 3 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10321963 10322028 ENST00000377081 4 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10327438 10327616 ENST00000377081 5 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10328210 10328321 ENST00000377081 6 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10331560 10331637 ENST00000377081 7 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10332299 10332364 ENST00000377081 8 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10333072 10333089 ENST00000377081 9 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10335486 10335561 ENST00000377081 10 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10336379 10336457 ENST00000377081 11 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10338044 10338186 ENST00000377081 12 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10339155 10339196 ENST00000377081 13 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10342380 10342591 ENST00000377081 14 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10351140 10351219 ENST00000377081 15 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10352105 10352180 ENST00000377081 16 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355144 10355223 ENST00000377081 17 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10355718 10355824 ENST00000377081 18 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356640 10356723 ENST00000377081 19 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10356955 10357135 ENST00000377081 20 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10357232 10357304 ENST00000377081 21 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10380101 10380194 ENST00000377081 22 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10381767 10381915 ENST00000377081 23 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10383942 10384120 ENST00000377081 24 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10384816 10384953 ENST00000377081 25 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10386169 10386417 ENST00000377081 26 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10394578 10394696 ENST00000377081 27 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10396715 10396800 ENST00000377081 28 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397132 10397261 ENST00000377081 29 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10397429 10397591 ENST00000377081 30 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10399827 10399917 ENST00000377081 31 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10402108 10402226 ENST00000377081 32 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10403290 10403345 ENST00000377081 33 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10405903 10406011 ENST00000377081 34 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10407819 10407885 ENST00000377081 35 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10408707 10408791 ENST00000377081 36 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10412689 10412794 ENST00000377081 37 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10420987 10421101 ENST00000377081 38 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10421750 10421883 ENST00000377081 39 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10423341 10423402 ENST00000377081 40 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425158 10425303 ENST00000377081 41 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10425467 10425706 ENST00000377081 42 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10428525 10428596 ENST00000377081 43 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10431199 10431320 ENST00000377081 44 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434374 10434523 ENST00000377081 45 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10434912 10435104 ENST00000377081 46 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10435313 10435431 ENST00000377081 47 KIF1B ENSG00000054523 Not Supported Not Supported +CDS 1 10438397 10438457 ENST00000377081 48 KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10338616 10342441 ENST00000495136 NA KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10342508 10352392 ENST00000497835 NA KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10404833 10421883 ENST00000465635 NA KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10405679 10421882 ENST00000483340 NA KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10425224 10428560 ENST00000470616 NA KIF1B ENSG00000054523 Not Supported Not Supported +transcript 1 10287776 10287861 ENST00000577266 NA MIR1273D ENSG00000264881 Not Supported Not Supported +transcript 1 10359024 10359130 ENST00000362692 NA RNU6-37P ENSG00000199562 Not Supported Not Supported +transcript 1 10366523 10366813 ENST00000584329 NA RN7SL731P ENSG00000264501 Not Supported Not Supported +transcript 1 10450059 10450353 ENST00000579866 NA RN7SL721P ENSG00000265945 Not Supported Not Supported +transcript 1 10458649 10471609 ENST00000491493 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459717 10459761 ENST00000491493 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000491493 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10463128 10463193 ENST00000491493 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000491493 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000491493 6 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000491493 7 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459101 10460065 ENST00000487775 NA PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459126 10479845 ENST00000541529 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459175 10459182 ENST00000541529 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459686 10459761 ENST00000541529 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000541529 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000541529 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000541529 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000541529 6 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10473119 10473308 ENST00000541529 7 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477044 10477174 ENST00000541529 8 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477433 10477566 ENST00000541529 9 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10478883 10478982 ENST00000541529 10 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479474 10479596 ENST00000541529 11 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479687 10479803 ENST00000541529 12 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459130 10464333 ENST00000477958 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459175 10459182 ENST00000477958 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459686 10459761 ENST00000477958 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460433 10460537 ENST00000477958 3 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459137 10480201 ENST00000270776 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459175 10459182 ENST00000270776 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459686 10459761 ENST00000270776 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000270776 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10463128 10463193 ENST00000270776 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000270776 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000270776 6 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000270776 7 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10473119 10473308 ENST00000270776 8 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477044 10477174 ENST00000270776 9 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477433 10477566 ENST00000270776 10 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10478883 10478982 ENST00000270776 11 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479474 10479596 ENST00000270776 12 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479687 10479803 ENST00000270776 13 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459169 10477566 ENST00000483936 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459175 10459182 ENST00000483936 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459686 10459761 ENST00000483936 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000483936 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10473119 10473308 ENST00000483936 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477044 10477174 ENST00000483936 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477433 10477566 ENST00000483936 6 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459175 10480108 ENST00000538557 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459717 10459761 ENST00000538557 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000538557 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10463128 10463193 ENST00000538557 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000538557 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000538557 6 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000538557 7 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10473119 10473308 ENST00000538557 8 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477044 10477174 ENST00000538557 9 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10477433 10477566 ENST00000538557 10 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10478883 10478982 ENST00000538557 11 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479474 10479596 ENST00000538557 12 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10479687 10479803 ENST00000538557 13 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459555 10468197 ENST00000465632 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459717 10459761 ENST00000465632 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000465632 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10463128 10463193 ENST00000465632 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000465632 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000465632 5 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10459689 10473308 ENST00000460189 NA PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10459689 10459761 ENST00000460189 1 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10460450 10460629 ENST00000460189 2 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10464218 10464336 ENST00000460189 3 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10468128 10468197 ENST00000460189 4 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10471475 10471609 ENST00000460189 5 PGD ENSG00000142657 Not Supported Not Supported +CDS 1 10473119 10473308 ENST00000460189 6 PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10472891 10477101 ENST00000493288 NA PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10475349 10479887 ENST00000498356 NA PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10478869 10479865 ENST00000496718 NA PGD ENSG00000142657 Not Supported Not Supported +transcript 1 10489938 10490734 ENST00000607572 NA RP4-736L20.3 ENSG00000271989 Not Supported Not Supported +transcript 1 10490159 10512210 ENST00000602787 NA APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10490575 10490625 ENST00000602787 1 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10493899 10494022 ENST00000602787 2 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000602787 3 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10500404 10500470 ENST00000602787 4 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10511434 10511649 ENST00000602787 5 APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10490159 10512210 ENST00000602296 NA APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10490575 10490625 ENST00000602296 1 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10493899 10494022 ENST00000602296 2 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000602296 3 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10511434 10511455 ENST00000602296 4 APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10490500 10502866 ENST00000309048 NA APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10490575 10490625 ENST00000309048 1 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10493899 10494022 ENST00000309048 2 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000309048 3 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10500404 10500470 ENST00000309048 4 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10502322 10502459 ENST00000309048 5 APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10490569 10491187 ENST00000602486 NA APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10490840 10502391 ENST00000477755 NA APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10493965 10494022 ENST00000477755 2 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000477755 3 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10500404 10500470 ENST00000477755 4 APITD1 ENSG00000175279 Not Supported Not Supported +CDS 1 10502322 10502391 ENST00000477755 5 APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10491180 10502559 ENST00000462462 NA APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10500180 10502714 ENST00000464507 NA APITD1 ENSG00000175279 Not Supported Not Supported +transcript 1 10490159 10512210 ENST00000400900 NA APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10490575 10490625 ENST00000400900 1 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10493899 10494022 ENST00000400900 2 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000400900 3 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10500404 10500470 ENST00000400900 4 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10511434 10511649 ENST00000400900 5 APITD1-CORT ENSG00000251503 Not Supported Not Supported +transcript 1 10490441 10511716 ENST00000470413 NA APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10490575 10490625 ENST00000470413 1 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10493899 10494022 ENST00000470413 2 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10494714 10494747 ENST00000470413 3 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10511434 10511455 ENST00000470413 4 APITD1-CORT ENSG00000251503 Not Supported Not Supported +transcript 1 10491315 10511716 ENST00000465026 NA APITD1-CORT ENSG00000251503 Not Supported Not Supported +transcript 1 10494724 10512014 ENST00000602446 NA APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10494724 10494747 ENST00000602446 1 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10500404 10500470 ENST00000602446 2 APITD1-CORT ENSG00000251503 Not Supported Not Supported +CDS 1 10502322 10502462 ENST00000602446 3 APITD1-CORT ENSG00000251503 Not Supported Not Supported +transcript 1 10509776 10511959 ENST00000377049 NA CORT ENSG00000241563 Not Supported Not Supported +CDS 1 10510281 10510379 ENST00000377049 1 CORT ENSG00000241563 Not Supported Not Supported +CDS 1 10511434 10511649 ENST00000377049 2 CORT ENSG00000241563 Not Supported Not Supported +transcript 1 10509971 10511955 ENST00000320498 NA CORT ENSG00000241563 Not Supported Not Supported +CDS 1 10510131 10510379 ENST00000320498 1 CORT ENSG00000241563 Not Supported Not Supported +CDS 1 10511434 10511649 ENST00000320498 2 CORT ENSG00000241563 Not Supported Not Supported +transcript 1 10516579 10532583 ENST00000377038 NA DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10532380 10532515 ENST00000377038 1 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10529234 10529395 ENST00000377038 2 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10527247 10527389 ENST00000377038 3 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10523488 10523677 ENST00000377038 4 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10523115 10523266 ENST00000377038 5 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10521550 10521759 ENST00000377038 6 DFFA ENSG00000160049 Not Supported Not Supported +transcript 1 10521700 10532536 ENST00000476658 NA DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10532380 10532515 ENST00000476658 1 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10529234 10529395 ENST00000476658 2 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10527247 10527389 ENST00000476658 3 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10523231 10523266 ENST00000476658 4 DFFA ENSG00000160049 Not Supported Not Supported +transcript 1 10522525 10532545 ENST00000377036 NA DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10532380 10532515 ENST00000377036 1 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10529234 10529395 ENST00000377036 2 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10527247 10527389 ENST00000377036 3 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10523488 10523677 ENST00000377036 4 DFFA ENSG00000160049 Not Supported Not Supported +CDS 1 10523094 10523266 ENST00000377036 5 DFFA ENSG00000160049 Not Supported Not Supported +transcript 1 10518612 10519395 ENST00000424487 NA RP5-1113E3.3 ENSG00000203469 Not Supported Not Supported +transcript 1 10532345 10596629 ENST00000472851 NA PEX14 ENSG00000142655 Not Supported Not Supported +transcript 1 10534944 10690815 ENST00000356607 NA PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10535024 10535059 ENST00000356607 1 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10555331 10555378 ENST00000356607 2 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10596270 10596354 ENST00000356607 3 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10659295 10659423 ENST00000356607 4 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10678389 10678474 ENST00000356607 5 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10683076 10683178 ENST00000356607 6 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10684397 10684494 ENST00000356607 7 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10687329 10687420 ENST00000356607 8 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10689588 10690041 ENST00000356607 9 PEX14 ENSG00000142655 Not Supported Not Supported +transcript 1 10535008 10690372 ENST00000538836 NA PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10659318 10659423 ENST00000538836 3 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10678389 10678474 ENST00000538836 4 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10683076 10683178 ENST00000538836 5 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10684397 10684494 ENST00000538836 6 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10687329 10687420 ENST00000538836 7 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10689588 10690041 ENST00000538836 8 PEX14 ENSG00000142655 Not Supported Not Supported +transcript 1 10535039 10683343 ENST00000491661 NA PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10535039 10535059 ENST00000491661 1 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10555331 10555378 ENST00000491661 2 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10596270 10596354 ENST00000491661 3 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10659295 10659423 ENST00000491661 4 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10678389 10678474 ENST00000491661 5 PEX14 ENSG00000142655 Not Supported Not Supported +CDS 1 10683076 10683189 ENST00000491661 6 PEX14 ENSG00000142655 Not Supported Not Supported +transcript 1 10595945 10596346 ENST00000492696 NA PEX14 ENSG00000142655 Not Supported Not Supported +transcript 1 10676893 10677170 ENST00000461850 NA RN7SL614P ENSG00000243267 Not Supported Not Supported +transcript 1 10696661 10856705 ENST00000377022 NA CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10753931 10753946 ENST00000377022 4 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10725140 10725628 ENST00000377022 5 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10719759 10720593 ENST00000377022 6 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10718565 10718633 ENST00000377022 7 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10716703 10716793 ENST00000377022 8 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10715706 10715870 ENST00000377022 9 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10714476 10714648 ENST00000377022 10 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10713434 10714275 ENST00000377022 11 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10710998 10711133 ENST00000377022 12 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10710749 10710812 ENST00000377022 13 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10709340 10709494 ENST00000377022 14 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10709127 10709249 ENST00000377022 15 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10707858 10708196 ENST00000377022 16 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10706185 10706383 ENST00000377022 17 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10704974 10705145 ENST00000377022 18 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10703217 10703368 ENST00000377022 19 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10702916 10703057 ENST00000377022 20 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10699002 10700116 ENST00000377022 21 CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10697178 10698820 ENST00000478524 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10702139 10705133 ENST00000447850 NA CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10704974 10705133 ENST00000447850 1 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10703217 10703368 ENST00000447850 2 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10702916 10703057 ENST00000447850 3 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10702139 10702379 ENST00000447850 4 CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10707270 10856707 ENST00000344008 NA CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10753931 10753946 ENST00000344008 4 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10725140 10725628 ENST00000344008 5 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10719759 10720593 ENST00000344008 6 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10718565 10718633 ENST00000344008 7 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10716703 10716793 ENST00000344008 8 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10715706 10715870 ENST00000344008 9 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10714476 10714648 ENST00000344008 10 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10713434 10714275 ENST00000344008 11 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10710998 10711133 ENST00000344008 12 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10710749 10710812 ENST00000344008 13 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10709340 10709494 ENST00000344008 14 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10709127 10709249 ENST00000344008 15 CASZ1 ENSG00000130940 Not Supported Not Supported +CDS 1 10707857 10708196 ENST00000344008 16 CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10710541 10711157 ENST00000490176 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10713041 10754536 ENST00000496432 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10718064 10721455 ENST00000492173 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10720794 10753969 ENST00000478728 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10764253 10765632 ENST00000472814 NA CASZ1 ENSG00000130940 Not Supported Not Supported +transcript 1 10699298 10714390 ENST00000606802 NA RP4-734G22.3 ENSG00000272078 Not Supported Not Supported +transcript 1 10955818 10956055 ENST00000450782 NA HSPE1P24 ENSG00000225158 Not Supported Not Supported +transcript 1 11006528 11009808 ENST00000476357 NA C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11006530 11024258 ENST00000418570 NA C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11024185 11024258 ENST00000418570 1 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11018771 11018809 ENST00000418570 2 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017642 11017810 ENST00000418570 3 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11015047 11015243 ENST00000418570 4 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11014076 11014199 ENST00000418570 5 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11009681 11009871 ENST00000418570 6 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11007720 11008901 ENST00000418570 7 C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11006530 11042094 ENST00000377004 NA C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11042069 11042094 ENST00000377004 1 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11036213 11036313 ENST00000377004 2 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11030027 11030146 ENST00000377004 3 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11026415 11026539 ENST00000377004 4 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11024185 11024328 ENST00000377004 5 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11018771 11018809 ENST00000377004 6 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017673 11017810 ENST00000377004 7 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017080 11017164 ENST00000377004 8 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11015047 11015243 ENST00000377004 9 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11014076 11014199 ENST00000377004 10 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11009681 11009871 ENST00000377004 11 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11007723 11008901 ENST00000377004 12 C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11006530 11042094 ENST00000377008 NA C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11024185 11024253 ENST00000377008 5 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11018771 11018809 ENST00000377008 6 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017642 11017810 ENST00000377008 7 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11015047 11015243 ENST00000377008 8 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11014076 11014199 ENST00000377008 9 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11009681 11009871 ENST00000377008 10 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11007723 11008901 ENST00000377008 11 C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11006532 11007927 ENST00000468348 NA C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11007720 11007927 ENST00000468348 1 C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11006787 11036272 ENST00000520253 NA C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11036213 11036272 ENST00000520253 1 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11030027 11030146 ENST00000520253 2 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11026415 11026539 ENST00000520253 3 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11024185 11024328 ENST00000520253 4 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11018771 11018809 ENST00000520253 5 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017673 11017810 ENST00000520253 6 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11017080 11017164 ENST00000520253 7 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11015047 11015243 ENST00000520253 8 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11014076 11014199 ENST00000520253 9 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11009759 11009871 ENST00000520253 10 C1orf127 ENSG00000175262 Not Supported Not Supported +CDS 1 11007720 11008901 ENST00000520253 11 C1orf127 ENSG00000175262 Not Supported Not Supported +transcript 1 11051035 11051854 ENST00000400899 NA CFL1P6 ENSG00000215785 Not Supported Not Supported +transcript 1 11058233 11058320 ENST00000582090 NA AL713997.1 ENSG00000264181 Not Supported Not Supported +transcript 1 11059919 11060002 ENST00000384484 NA Y_RNA ENSG00000207213 Not Supported Not Supported +transcript 1 11072414 11080546 ENST00000473118 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000473118 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076901 11077064 ENST00000473118 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000473118 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080486 11080546 ENST00000473118 5 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11072699 11084100 ENST00000240185 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000240185 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076901 11077064 ENST00000240185 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000240185 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080486 11080656 ENST00000240185 5 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11082181 11082708 ENST00000240185 6 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11072712 11078930 ENST00000476201 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000476201 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11075581 11075703 ENST00000476201 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076901 11077064 ENST00000476201 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000476201 5 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11072729 11080655 ENST00000472476 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000472476 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076180 11076181 ENST00000472476 3 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11072741 11082915 ENST00000439080 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073969 11074022 ENST00000439080 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000439080 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080486 11080656 ENST00000439080 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11082181 11082708 ENST00000439080 5 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11073773 11084240 ENST00000315091 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000315091 1 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076901 11077064 ENST00000315091 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000315091 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080486 11080656 ENST00000315091 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11082181 11082298 ENST00000315091 5 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11083250 11083302 ENST00000315091 6 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11073773 11085076 ENST00000473869 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11073785 11074022 ENST00000473869 1 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11076901 11077064 ENST00000473869 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11078790 11078930 ENST00000473869 3 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080486 11080656 ENST00000473869 4 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11082181 11082307 ENST00000473869 5 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11083250 11083302 ENST00000473869 6 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11080644 11084392 ENST00000477447 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11080644 11080656 ENST00000477447 1 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11082181 11082307 ENST00000477447 2 TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11083250 11083305 ENST00000477447 3 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11083255 11085796 ENST00000496840 NA TARDBP ENSG00000120948 Not Supported Not Supported +CDS 1 11083255 11083305 ENST00000496840 1 TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11084284 11085548 ENST00000480464 NA TARDBP ENSG00000120948 Not Supported Not Supported +transcript 1 11086580 11107280 ENST00000400897 NA MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11107260 11107264 ENST00000400897 1 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11106948 11107176 ENST00000400897 2 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11106613 11106790 ENST00000400897 3 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11105465 11105596 ENST00000400897 4 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11103396 11103592 ENST00000400897 5 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11102932 11103079 ENST00000400897 6 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11097750 11097868 ENST00000400897 7 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11094885 11094963 ENST00000400897 8 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11090805 11090939 ENST00000400897 9 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11090233 11090307 ENST00000400897 10 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11086945 11087705 ENST00000400897 11 MASP2 ENSG00000009724 Not Supported Not Supported +transcript 1 11097750 11103255 ENST00000478645 NA MASP2 ENSG00000009724 Not Supported Not Supported +transcript 1 11104855 11107284 ENST00000480221 NA MASP2 ENSG00000009724 Not Supported Not Supported +transcript 1 11104855 11107290 ENST00000400898 NA MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11107260 11107264 ENST00000400898 1 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11106948 11107176 ENST00000400898 2 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11106613 11106790 ENST00000400898 3 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11105465 11105596 ENST00000400898 4 MASP2 ENSG00000009724 Not Supported Not Supported +CDS 1 11105000 11105010 ENST00000400898 5 MASP2 ENSG00000009724 Not Supported Not Supported +transcript 1 11089716 11090585 ENST00000607145 NA RP4-635E18.8 ENSG00000271895 Not Supported Not Supported +transcript 1 11114641 11115261 ENST00000475189 NA SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11114646 11120081 ENST00000376957 NA SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11119834 11120000 ENST00000376957 1 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11119282 11119402 ENST00000376957 2 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11118857 11118949 ENST00000376957 3 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11116661 11116814 ENST00000376957 4 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11116068 11116151 ENST00000376957 5 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11115838 11115983 ENST00000376957 6 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11115019 11115141 ENST00000376957 7 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11114925 11114942 ENST00000376957 8 SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11114721 11115877 ENST00000490101 NA SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11115838 11115877 ENST00000490101 1 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11114932 11115141 ENST00000490101 2 SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11116068 11118930 ENST00000465788 NA SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11118767 11118930 ENST00000465788 1 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11116661 11116814 ENST00000465788 2 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11116068 11116151 ENST00000465788 3 SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11116068 11120077 ENST00000459997 NA SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11119834 11120000 ENST00000459997 1 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11119326 11119437 ENST00000459997 2 SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11116759 11119743 ENST00000487300 NA SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11119282 11119491 ENST00000487300 1 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11118857 11118949 ENST00000487300 2 SRM ENSG00000116649 Not Supported Not Supported +CDS 1 11116759 11116814 ENST00000487300 3 SRM ENSG00000116649 Not Supported Not Supported +transcript 1 11126675 11159926 ENST00000304457 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11159778 11159888 ENST00000304457 1 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11158077 11158213 ENST00000304457 2 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11155815 11155938 ENST00000304457 3 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151550 11151654 ENST00000304457 4 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151071 11151236 ENST00000304457 5 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11150611 11150725 ENST00000304457 6 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11148180 11148255 ENST00000304457 7 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147857 11147967 ENST00000304457 8 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147505 11147648 ENST00000304457 9 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11142745 11142935 ENST00000304457 10 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11141139 11141295 ENST00000304457 11 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140821 11140969 ENST00000304457 12 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140556 11140606 ENST00000304457 13 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11139768 11139879 ENST00000304457 14 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11137658 11137708 ENST00000304457 15 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11137422 11137500 ENST00000304457 16 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11136899 11137005 ENST00000304457 17 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11134288 11134383 ENST00000304457 18 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11132144 11132228 ENST00000304457 19 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11130957 11131030 ENST00000304457 20 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11129616 11129787 ENST00000304457 21 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11128702 11128763 ENST00000304457 22 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11128065 11128141 ENST00000304457 23 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11126778 11126805 ENST00000304457 24 EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11126675 11159938 ENST00000376936 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11159778 11159888 ENST00000376936 1 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11158077 11158213 ENST00000376936 2 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11155815 11155938 ENST00000376936 3 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151550 11151654 ENST00000376936 4 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151071 11151236 ENST00000376936 5 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11150611 11150725 ENST00000376936 6 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11148180 11148255 ENST00000376936 7 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147857 11147967 ENST00000376936 8 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147505 11147648 ENST00000376936 9 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11142745 11142935 ENST00000376936 10 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11141139 11141295 ENST00000376936 11 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140821 11140969 ENST00000376936 12 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140556 11140606 ENST00000376936 13 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11139768 11139879 ENST00000376936 14 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11137658 11137708 ENST00000376936 15 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11137422 11137500 ENST00000376936 16 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11136899 11137005 ENST00000376936 17 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11134288 11134383 ENST00000376936 18 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11133991 11134065 ENST00000376936 19 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11132144 11132228 ENST00000376936 20 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11130957 11131030 ENST00000376936 21 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11129616 11129787 ENST00000376936 22 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11128702 11128763 ENST00000376936 23 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11128065 11128141 ENST00000376936 24 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11126778 11126805 ENST00000376936 25 EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11126678 11141274 ENST00000474216 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11126678 11159894 ENST00000544779 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11159778 11159888 ENST00000544779 1 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11158077 11158213 ENST00000544779 2 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11155815 11155938 ENST00000544779 3 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151550 11151654 ENST00000544779 4 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11151071 11151236 ENST00000544779 5 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11150611 11150725 ENST00000544779 6 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11148180 11148255 ENST00000544779 7 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147857 11147967 ENST00000544779 8 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11147505 11147648 ENST00000544779 9 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11142745 11142935 ENST00000544779 10 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11141139 11141295 ENST00000544779 11 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140821 11140969 ENST00000544779 12 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11140556 11140606 ENST00000544779 13 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11139768 11139879 ENST00000544779 14 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11137421 11137708 ENST00000544779 15 EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11126742 11128981 ENST00000490565 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11128702 11133083 ENST00000469634 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11128711 11132452 ENST00000478271 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11134345 11139857 ENST00000470611 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11137066 11137708 ENST00000498576 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11139827 11140914 ENST00000472078 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11140758 11142680 ENST00000485606 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11151560 11159911 ENST00000460196 NA EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11159778 11159888 ENST00000460196 1 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11158077 11158213 ENST00000460196 2 EXOSC10 ENSG00000171824 Not Supported Not Supported +CDS 1 11155815 11155938 ENST00000460196 3 EXOSC10 ENSG00000171824 Not Supported Not Supported +transcript 1 11128528 11133154 ENST00000452378 NA RP4-635E18.7 ENSG00000226849 Not Supported Not Supported +transcript 1 11159732 11162108 ENST00000447600 NA RP4-635E18.6 ENSG00000230337 Not Supported Not Supported +transcript 1 11159732 11162157 ENST00000435388 NA RP4-635E18.6 ENSG00000230337 Not Supported Not Supported +transcript 1 11166592 11191615 ENST00000376838 NA MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11190586 11190813 ENST00000376838 1 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11189795 11189895 ENST00000376838 2 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188912 11189008 ENST00000376838 3 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188511 11188609 ENST00000376838 4 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188061 11188183 ENST00000376838 5 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11187681 11187863 ENST00000376838 6 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11187067 11187201 ENST00000376838 7 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11186679 11186853 ENST00000376838 8 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11184555 11184690 ENST00000376838 9 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11182036 11182183 ENST00000376838 10 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11181303 11181425 ENST00000376838 11 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11177061 11177143 ENST00000376838 12 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11175453 11175525 ENST00000376838 13 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174870 11174944 ENST00000376838 14 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174375 11174510 ENST00000376838 15 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11172909 11172974 ENST00000376838 16 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169706 11169786 ENST00000376838 17 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169347 11169427 ENST00000376838 18 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11168238 11168343 ENST00000376838 19 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11167545 11167557 ENST00000376838 20 MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11166592 11322564 ENST00000361445 NA MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11319305 11319466 ENST00000361445 2 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11318542 11318650 ENST00000361445 3 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11316990 11317222 ENST00000361445 4 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11316049 11316249 ENST00000361445 5 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11313896 11314030 ENST00000361445 6 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11307876 11308151 ENST00000361445 7 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11307682 11307790 ENST00000361445 8 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11303171 11303357 ENST00000361445 9 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11301610 11301738 ENST00000361445 10 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11300360 11300604 ENST00000361445 11 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11298459 11298674 ENST00000361445 12 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11297900 11298105 ENST00000361445 13 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11294200 11294322 ENST00000361445 14 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11293455 11293544 ENST00000361445 15 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11292493 11292585 ENST00000361445 16 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11291357 11291491 ENST00000361445 17 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11290982 11291111 ENST00000361445 18 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11288725 11288975 ENST00000361445 19 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11276205 11276291 ENST00000361445 20 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11273456 11273623 ENST00000361445 21 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11272853 11272965 ENST00000361445 22 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11272369 11272531 ENST00000361445 23 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11270871 11270963 ENST00000361445 24 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11269369 11269515 ENST00000361445 25 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11264618 11264760 ENST00000361445 26 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11259598 11259760 ENST00000361445 27 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11259315 11259460 ENST00000361445 28 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11227499 11227574 ENST00000361445 29 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11217209 11217348 ENST00000361445 30 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11210183 11210283 ENST00000361445 31 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11206733 11206848 ENST00000361445 32 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11205025 11205102 ENST00000361445 33 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11204705 11204812 ENST00000361445 34 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11199590 11199715 ENST00000361445 35 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11199361 11199492 ENST00000361445 36 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11194408 11194523 ENST00000361445 37 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11193137 11193254 ENST00000361445 38 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11190586 11190834 ENST00000361445 39 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11189795 11189895 ENST00000361445 40 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188912 11189008 ENST00000361445 41 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188511 11188609 ENST00000361445 42 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11188061 11188183 ENST00000361445 43 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11187681 11187863 ENST00000361445 44 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11187067 11187201 ENST00000361445 45 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11186679 11186853 ENST00000361445 46 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11184555 11184690 ENST00000361445 47 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11182036 11182183 ENST00000361445 48 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11181303 11181425 ENST00000361445 49 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11177061 11177143 ENST00000361445 50 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11175453 11175525 ENST00000361445 51 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174870 11174944 ENST00000361445 52 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174375 11174510 ENST00000361445 53 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11172909 11172974 ENST00000361445 54 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169706 11169786 ENST00000361445 55 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169347 11169427 ENST00000361445 56 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11168238 11168343 ENST00000361445 57 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11167545 11167557 ENST00000361445 58 MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11167342 11174686 ENST00000473471 NA MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11167364 11175584 ENST00000490931 NA MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11169360 11175720 ENST00000455339 NA MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11175453 11175509 ENST00000455339 1 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174870 11174944 ENST00000455339 2 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11174375 11174510 ENST00000455339 3 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11172909 11172974 ENST00000455339 4 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169706 11169786 ENST00000455339 5 MTOR ENSG00000198793 Not Supported Not Supported +CDS 1 11169360 11169427 ENST00000455339 6 MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11191651 11205082 ENST00000495435 NA MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11199011 11199717 ENST00000476768 NA MTOR ENSG00000198793 Not Supported Not Supported +transcript 1 11203955 11209594 ENST00000445982 NA MTOR-AS1 ENSG00000225602 Not Supported Not Supported +transcript 1 11204481 11209594 ENST00000420480 NA MTOR-AS1 ENSG00000225602 Not Supported Not Supported +transcript 1 11212407 11212509 ENST00000517277 NA RNU6-537P ENSG00000253086 Not Supported Not Supported +transcript 1 11229564 11229670 ENST00000607349 NA snoU13 ENSG00000271794 Not Supported Not Supported +transcript 1 11249398 11256038 ENST00000376819 NA ANGPTL7 ENSG00000171819 Not Supported Not Supported +CDS 1 11249637 11250012 ENST00000376819 1 ANGPTL7 ENSG00000171819 Not Supported Not Supported +CDS 1 11252327 11252427 ENST00000376819 2 ANGPTL7 ENSG00000171819 Not Supported Not Supported +CDS 1 11253637 11253831 ENST00000376819 3 ANGPTL7 ENSG00000171819 Not Supported Not Supported +CDS 1 11254518 11254716 ENST00000376819 4 ANGPTL7 ENSG00000171819 Not Supported Not Supported +CDS 1 11254911 11255077 ENST00000376819 5 ANGPTL7 ENSG00000171819 Not Supported Not Supported +transcript 1 11253684 11255235 ENST00000476934 NA ANGPTL7 ENSG00000171819 Not Supported Not Supported +transcript 1 11286311 11286417 ENST00000384720 NA RNU6-291P ENSG00000207451 Not Supported Not Supported +transcript 1 11293020 11293169 ENST00000448289 NA RPL39P6 ENSG00000238173 Not Supported Not Supported +transcript 1 11333263 11348491 ENST00000376810 NA UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11333589 11334117 ENST00000376810 1 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11345701 11346185 ENST00000376810 2 UBIAD1 ENSG00000120942 Not Supported Not Supported +transcript 1 11333585 11355221 ENST00000376804 NA UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11333589 11334117 ENST00000376804 1 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11354930 11354937 ENST00000376804 2 UBIAD1 ENSG00000120942 Not Supported Not Supported +transcript 1 11333946 11355240 ENST00000486588 NA UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11333946 11334117 ENST00000486588 1 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11345701 11345789 ENST00000486588 2 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11352106 11352201 ENST00000486588 3 UBIAD1 ENSG00000120942 Not Supported Not Supported +transcript 1 11333991 11356106 ENST00000483738 NA UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11333991 11334117 ENST00000483738 1 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11345701 11345789 ENST00000483738 2 UBIAD1 ENSG00000120942 Not Supported Not Supported +CDS 1 11354930 11354947 ENST00000483738 3 UBIAD1 ENSG00000120942 Not Supported Not Supported +transcript 1 11338673 11339408 ENST00000433562 NA UBE2V2P3 ENSG00000238199 Not Supported Not Supported +transcript 1 11485314 11485878 ENST00000435243 NA RP11-149P14.1 ENSG00000224338 Not Supported Not Supported +transcript 1 11539223 11542017 ENST00000423056 NA PTCHD2 ENSG00000204624 Not Supported Not Supported +transcript 1 11539295 11597641 ENST00000294484 NA PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11561050 11562145 ENST00000294484 2 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11562735 11562954 ENST00000294484 3 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11574447 11574583 ENST00000294484 4 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11575426 11575560 ENST00000294484 5 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11576058 11576218 ENST00000294484 6 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11577520 11577659 ENST00000294484 7 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11579412 11579560 ENST00000294484 8 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11579776 11579937 ENST00000294484 9 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11580744 11580905 ENST00000294484 10 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11583999 11584112 ENST00000294484 11 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11585233 11585369 ENST00000294484 12 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11586708 11586892 ENST00000294484 13 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11589613 11589743 ENST00000294484 14 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11589844 11590016 ENST00000294484 15 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11590964 11591090 ENST00000294484 16 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11591622 11591767 ENST00000294484 17 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11594438 11594597 ENST00000294484 18 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595068 11595181 ENST00000294484 19 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595535 11595701 ENST00000294484 20 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11596381 11596740 ENST00000294484 21 PTCHD2 ENSG00000204624 Not Supported Not Supported +transcript 1 11539295 11597639 ENST00000389575 NA PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11561050 11562145 ENST00000389575 2 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11562735 11562954 ENST00000389575 3 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11574447 11574583 ENST00000389575 4 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11575426 11575560 ENST00000389575 5 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11576058 11576218 ENST00000389575 6 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11577520 11577659 ENST00000389575 7 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11579412 11579560 ENST00000389575 8 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11579776 11579937 ENST00000389575 9 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11580744 11580905 ENST00000389575 10 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11583999 11584112 ENST00000389575 11 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11585233 11585369 ENST00000389575 12 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11586708 11586892 ENST00000389575 13 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11589613 11589743 ENST00000389575 14 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11589844 11590016 ENST00000389575 15 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11590964 11591090 ENST00000389575 16 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11591622 11591767 ENST00000389575 17 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11594438 11594593 ENST00000389575 18 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11594927 11594930 ENST00000389575 19 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595068 11595181 ENST00000389575 20 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595535 11595701 ENST00000389575 21 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11596381 11596740 ENST00000389575 22 PTCHD2 ENSG00000204624 Not Supported Not Supported +transcript 1 11593733 11597282 ENST00000304391 NA PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11593851 11593884 ENST00000304391 1 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11594438 11594597 ENST00000304391 2 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595068 11595181 ENST00000304391 3 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11595535 11595701 ENST00000304391 4 PTCHD2 ENSG00000204624 Not Supported Not Supported +CDS 1 11596381 11596709 ENST00000304391 5 PTCHD2 ENSG00000204624 Not Supported Not Supported +transcript 1 11669588 11673412 ENST00000453135 NA RP1-69M21.2 ENSG00000235643 Not Supported Not Supported +transcript 1 11708424 11714739 ENST00000354287 NA FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11714376 11714397 ENST00000354287 1 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11710523 11710891 ENST00000354287 2 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11710002 11710131 ENST00000354287 3 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11709836 11709931 ENST00000354287 4 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11709144 11709282 ENST00000354287 5 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11708754 11708885 ENST00000354287 6 FBXO2 ENSG00000116661 Not Supported Not Supported +transcript 1 11709585 11710770 ENST00000471501 NA FBXO2 ENSG00000116661 Not Supported Not Supported +transcript 1 11709931 11714254 ENST00000466919 NA FBXO2 ENSG00000116661 Not Supported Not Supported +transcript 1 11710604 11715842 ENST00000465901 NA FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11715697 11715769 ENST00000465901 1 FBXO2 ENSG00000116661 Not Supported Not Supported +CDS 1 11710604 11710891 ENST00000465901 2 FBXO2 ENSG00000116661 Not Supported Not Supported +transcript 1 11710794 11713586 ENST00000475961 NA FBXO2 ENSG00000116661 Not Supported Not Supported +transcript 1 11714432 11722346 ENST00000251546 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000251546 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000251546 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000251546 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721359 ENST00000251546 5 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714914 11718925 ENST00000425796 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000425796 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000425796 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718925 ENST00000425796 5 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714914 11723384 ENST00000376770 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000376770 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718450 ENST00000376770 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718590 11718685 ENST00000376770 5 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000376770 6 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721327 ENST00000376770 7 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714938 11721448 ENST00000376768 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000376768 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000376768 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718590 11718685 ENST00000376768 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000376768 5 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721359 ENST00000376768 6 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714958 11723383 ENST00000251547 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000251547 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718450 ENST00000251547 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718590 11718685 ENST00000251547 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000251547 5 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721327 ENST00000251547 6 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714967 11721406 ENST00000376760 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000376760 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000376760 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000376760 5 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721359 ENST00000376760 6 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11714967 11722348 ENST00000376762 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11715893 11716157 ENST00000376762 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000376762 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000376762 4 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721359 ENST00000376762 5 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11716122 11723174 ENST00000475435 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11716122 11716157 ENST00000475435 1 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718324 11718421 ENST00000475435 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000475435 3 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721362 ENST00000475435 4 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11718599 11723381 ENST00000471895 NA FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718599 11718685 ENST00000471895 1 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11718793 11718928 ENST00000471895 2 FBXO44 ENSG00000132879 Not Supported Not Supported +CDS 1 11721187 11721362 ENST00000471895 3 FBXO44 ENSG00000132879 Not Supported Not Supported +transcript 1 11724181 11734411 ENST00000376753 NA FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11728716 11729001 ENST00000376753 2 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11731323 11731449 ENST00000376753 3 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11731985 11732080 ENST00000376753 4 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11733334 11733469 ENST00000376753 5 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11733672 11733905 ENST00000376753 6 FBXO6 ENSG00000116663 Not Supported Not Supported +transcript 1 11724543 11732121 ENST00000474239 NA FBXO6 ENSG00000116663 Not Supported Not Supported +transcript 1 11728753 11734087 ENST00000449067 NA FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11728753 11729001 ENST00000449067 1 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11731323 11731449 ENST00000449067 2 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11733334 11733469 ENST00000449067 3 FBXO6 ENSG00000116663 Not Supported Not Supported +CDS 1 11733672 11733908 ENST00000449067 4 FBXO6 ENSG00000116663 Not Supported Not Supported +transcript 1 11734537 11751707 ENST00000235310 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000235310 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000235310 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000235310 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736905 11737005 ENST00000235310 7 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000235310 8 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735715 11735788 ENST00000235310 9 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735139 11735231 ENST00000235310 10 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11734835 11734873 ENST00000235310 11 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11734538 11741271 ENST00000376692 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000376692 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000376692 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000376692 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736905 11737005 ENST00000376692 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000376692 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735715 11735788 ENST00000376692 7 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735139 11735231 ENST00000376692 8 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11734835 11734873 ENST00000376692 9 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11734582 11751534 ENST00000376672 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000376672 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000376672 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000376672 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736866 11737005 ENST00000376672 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000376672 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735715 11735788 ENST00000376672 7 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735139 11735231 ENST00000376672 8 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11734835 11734873 ENST00000376672 9 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11734735 11741175 ENST00000376669 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000376669 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000376669 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000376669 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736866 11737005 ENST00000376669 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000376669 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735715 11735788 ENST00000376669 7 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735139 11735231 ENST00000376669 8 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11734835 11734873 ENST00000376669 9 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11734805 11751666 ENST00000376667 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000376667 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000376667 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000376667 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736905 11737005 ENST00000376667 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000376667 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735715 11735788 ENST00000376667 7 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735139 11735231 ENST00000376667 8 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11734835 11734873 ENST00000376667 9 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11735713 11741168 ENST00000445656 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740658 ENST00000445656 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000445656 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736905 11737005 ENST00000445656 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000445656 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735713 11735788 ENST00000445656 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11735714 11741188 ENST00000456915 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740619 11740658 ENST00000456915 1 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11740410 11740528 ENST00000456915 2 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11737600 11737671 ENST00000456915 3 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736905 11737005 ENST00000456915 4 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11736103 11736197 ENST00000456915 5 MAD2L2 ENSG00000116670 Not Supported Not Supported +CDS 1 11735714 11735788 ENST00000456915 6 MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11735757 11741168 ENST00000376664 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11736929 11751650 ENST00000376655 NA MAD2L2 ENSG00000116670 Not Supported Not Supported +transcript 1 11751786 11785914 ENST00000294485 NA DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11766316 11766766 ENST00000294485 2 DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11769332 11769522 ENST00000294485 3 DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11771908 11772022 ENST00000294485 4 DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11772397 11772486 ENST00000294485 5 DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11775176 11775265 ENST00000294485 6 DRAXIN ENSG00000162490 Not Supported Not Supported +CDS 1 11779641 11779750 ENST00000294485 7 DRAXIN ENSG00000162490 Not Supported Not Supported +transcript 1 11796141 11810767 ENST00000376637 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000376637 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000376637 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808646 ENST00000376637 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11810134 11810158 ENST00000376637 4 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796174 11810383 ENST00000476512 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000476512 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000476512 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11806045 11806171 ENST00000476512 3 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796181 11810373 ENST00000400895 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000400895 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000400895 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11806184 11806280 ENST00000400895 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000400895 4 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808647 ENST00000400895 5 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796187 11806729 ENST00000494437 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796199 11810545 ENST00000491346 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796204 11810826 ENST00000376629 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000376629 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000376629 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000376629 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808646 ENST00000376629 4 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11810134 11810246 ENST00000376629 5 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796210 11810635 ENST00000376627 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000376627 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11804590 11804625 ENST00000376627 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000376627 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11806184 11806280 ENST00000376627 4 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000376627 5 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808647 ENST00000376627 6 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796212 11810822 ENST00000314340 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000314340 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000314340 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000314340 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808667 ENST00000314340 4 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11810134 11810246 ENST00000314340 5 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796230 11810466 ENST00000452018 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000452018 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000452018 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11806184 11806280 ENST00000452018 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11807497 11807602 ENST00000452018 4 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808646 ENST00000452018 5 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11810134 11810158 ENST00000452018 6 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11796232 11810690 ENST00000510878 NA AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11796266 11796292 ENST00000510878 1 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11805860 11805894 ENST00000510878 2 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11808472 11808667 ENST00000510878 3 AGTRAP ENSG00000177674 Not Supported Not Supported +CDS 1 11810134 11810340 ENST00000510878 4 AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11805858 11810466 ENST00000476309 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11806055 11810545 ENST00000514733 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11806066 11810182 ENST00000513739 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11807569 11814859 ENST00000471765 NA AGTRAP ENSG00000177674 Not Supported Not Supported +transcript 1 11821844 11849641 ENST00000433342 NA C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11821844 11822331 ENST00000433342 1 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11824388 11824539 ENST00000433342 2 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11825914 11826633 ENST00000433342 3 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11827021 11827142 ENST00000433342 4 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11827278 11827321 ENST00000433342 5 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11828134 11828376 ENST00000433342 6 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11831581 11831693 ENST00000433342 7 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11832139 11832316 ENST00000433342 8 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11835492 11835667 ENST00000433342 9 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11836521 11836695 ENST00000433342 10 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11838717 11838873 ENST00000433342 11 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11838983 11839137 ENST00000433342 12 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11839859 11840067 ENST00000433342 13 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11842246 11842390 ENST00000433342 14 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11844231 11844650 ENST00000433342 15 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11845205 11845346 ENST00000433342 16 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847445 11847550 ENST00000433342 17 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847930 11848104 ENST00000433342 18 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848206 11848435 ENST00000433342 19 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848709 11848803 ENST00000433342 20 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11849327 11849500 ENST00000433342 21 C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11824462 11826801 ENST00000435090 NA C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11824467 11824527 ENST00000435090 1 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11825914 11826572 ENST00000435090 2 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11826793 11826801 ENST00000435090 3 C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11826799 11838367 ENST00000484153 NA C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11832179 11849642 ENST00000312793 NA C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11832179 11832316 ENST00000312793 1 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11835492 11835667 ENST00000312793 2 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11836521 11836695 ENST00000312793 3 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11838717 11838873 ENST00000312793 4 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11838983 11839137 ENST00000312793 5 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11839859 11840067 ENST00000312793 6 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11842246 11842390 ENST00000312793 7 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11844231 11844650 ENST00000312793 8 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11845205 11845346 ENST00000312793 9 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847445 11847550 ENST00000312793 10 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847930 11848104 ENST00000312793 11 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848221 11848435 ENST00000312793 12 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848709 11848803 ENST00000312793 13 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11849327 11849503 ENST00000312793 14 C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11838988 11849535 ENST00000444493 NA C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11838988 11839137 ENST00000444493 1 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11839859 11840067 ENST00000444493 2 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11842246 11842390 ENST00000444493 3 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11844231 11844650 ENST00000444493 4 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11845205 11845346 ENST00000444493 5 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847445 11847550 ENST00000444493 6 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847930 11848104 ENST00000444493 7 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848206 11848435 ENST00000444493 8 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848709 11848803 ENST00000444493 9 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11849327 11849503 ENST00000444493 10 C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11839874 11849535 ENST00000449278 NA C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11839874 11840067 ENST00000449278 1 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11842251 11842390 ENST00000449278 2 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11844231 11844650 ENST00000449278 3 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11845205 11845346 ENST00000449278 4 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847445 11847550 ENST00000449278 5 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11847930 11848104 ENST00000449278 6 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848300 11848435 ENST00000449278 7 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11848709 11848803 ENST00000449278 8 C1orf167 ENSG00000215910 Not Supported Not Supported +CDS 1 11849327 11849516 ENST00000449278 9 C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11845228 11848012 ENST00000475041 NA C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11847869 11849642 ENST00000482358 NA C1orf167 ENSG00000215910 Not Supported Not Supported +transcript 1 11837134 11839676 ENST00000376620 NA RP11-56N19.5 ENSG00000177553 Not Supported Not Supported +transcript 1 11845780 11863302 ENST00000376592 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11862938 11863173 ENST00000376592 1 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11861218 11861456 ENST00000376592 2 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11860269 11860379 ENST00000376592 3 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11856263 11856456 ENST00000376592 4 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11855155 11855405 ENST00000376592 5 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854786 11854920 ENST00000376592 6 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854415 11854595 ENST00000376592 7 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11853964 11854146 ENST00000376592 8 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11852335 11852436 ENST00000376592 9 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11851264 11851383 ENST00000376592 10 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11850740 11850955 ENST00000376592 11 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11845810 11863571 ENST00000376583 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863462 11863571 ENST00000376583 1 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11862938 11863186 ENST00000376583 2 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11861218 11861456 ENST00000376583 3 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11860269 11860379 ENST00000376583 4 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11856263 11856456 ENST00000376583 5 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11855155 11855405 ENST00000376583 6 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854786 11854920 ENST00000376583 7 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854415 11854595 ENST00000376583 8 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11853964 11854146 ENST00000376583 9 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11852335 11852436 ENST00000376583 10 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11851264 11851383 ENST00000376583 11 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11850740 11850955 ENST00000376583 12 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11846660 11866115 ENST00000376590 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11862938 11863173 ENST00000376590 2 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11861218 11861456 ENST00000376590 3 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11860269 11860379 ENST00000376590 4 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11856263 11856456 ENST00000376590 5 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11855155 11855405 ENST00000376590 6 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854786 11854920 ENST00000376590 7 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854415 11854595 ENST00000376590 8 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11853964 11854146 ENST00000376590 9 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11852335 11852436 ENST00000376590 10 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11851264 11851383 ENST00000376590 11 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11850740 11850955 ENST00000376590 12 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11848351 11865470 ENST00000376585 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863462 11863571 ENST00000376585 2 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11862938 11863186 ENST00000376585 3 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11861218 11861456 ENST00000376585 4 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11860269 11860379 ENST00000376585 5 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11856263 11856456 ENST00000376585 6 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11855155 11855405 ENST00000376585 7 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854786 11854920 ENST00000376585 8 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11854415 11854595 ENST00000376585 9 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11853964 11854146 ENST00000376585 10 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11852335 11852436 ENST00000376585 11 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11851264 11851383 ENST00000376585 12 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11850740 11850955 ENST00000376585 13 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11861262 11865993 ENST00000418034 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11862938 11863173 ENST00000418034 2 MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11861262 11861456 ENST00000418034 3 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11863085 11865351 ENST00000413656 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863085 11863173 ENST00000413656 2 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11863085 11865470 ENST00000423400 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863085 11863242 ENST00000423400 2 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11863085 11865470 ENST00000431243 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863085 11863173 ENST00000431243 3 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11863085 11866977 ENST00000376486 NA MTHFR ENSG00000177000 Not Supported Not Supported +CDS 1 11863085 11863173 ENST00000376486 2 MTHFR ENSG00000177000 Not Supported Not Supported +transcript 1 11866207 11903201 ENST00000312413 NA CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11866320 11866406 ENST00000312413 1 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11867188 11867247 ENST00000312413 2 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11875903 11875968 ENST00000312413 3 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11876672 11876737 ENST00000312413 4 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11879545 11879611 ENST00000312413 5 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11882752 11882858 ENST00000312413 6 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11883764 11883890 ENST00000312413 7 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11884543 11884610 ENST00000312413 8 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11886213 11886271 ENST00000312413 9 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11887146 11887278 ENST00000312413 10 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888163 11888276 ENST00000312413 11 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11889253 11889357 ENST00000312413 12 CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866268 11903201 ENST00000346436 NA CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11866320 11866406 ENST00000346436 1 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11867188 11867247 ENST00000346436 2 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11875903 11875968 ENST00000346436 3 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11876672 11876737 ENST00000346436 4 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11879545 11879611 ENST00000346436 5 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11882752 11882858 ENST00000346436 6 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11883764 11883890 ENST00000346436 7 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11884543 11884610 ENST00000346436 8 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11886213 11886271 ENST00000346436 9 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11887146 11887278 ENST00000346436 10 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888163 11888276 ENST00000346436 11 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888515 11888681 ENST00000346436 12 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11889253 11889379 ENST00000346436 13 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893572 11893695 ENST00000346436 14 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893934 11894087 ENST00000346436 15 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894293 11894452 ENST00000346436 16 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894541 11894647 ENST00000346436 17 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11896024 11896210 ENST00000346436 18 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897056 11897213 ENST00000346436 19 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897400 11897556 ENST00000346436 20 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898392 11898499 ENST00000346436 21 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898592 11898717 ENST00000346436 22 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11900200 11900277 ENST00000346436 23 CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866270 11880836 ENST00000376497 NA CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11866320 11866406 ENST00000376497 1 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11867188 11867247 ENST00000376497 2 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11875903 11875968 ENST00000376497 3 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11876672 11876737 ENST00000376497 4 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11879545 11879611 ENST00000376497 5 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11880419 11880438 ENST00000376497 6 CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866298 11900728 ENST00000376487 NA CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11866320 11866406 ENST00000376487 1 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11867188 11867247 ENST00000376487 2 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11876672 11876737 ENST00000376487 3 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11879545 11879611 ENST00000376487 4 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11882752 11882858 ENST00000376487 5 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11883764 11883890 ENST00000376487 6 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11884543 11884610 ENST00000376487 7 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11886213 11886271 ENST00000376487 8 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11887146 11887278 ENST00000376487 9 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888163 11888276 ENST00000376487 10 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888515 11888681 ENST00000376487 11 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11889253 11889379 ENST00000376487 12 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893572 11893695 ENST00000376487 13 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893934 11894087 ENST00000376487 14 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894293 11894452 ENST00000376487 15 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894541 11894647 ENST00000376487 16 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11896024 11896210 ENST00000376487 17 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897056 11897213 ENST00000376487 18 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897400 11897556 ENST00000376487 19 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898392 11898499 ENST00000376487 20 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898592 11898717 ENST00000376487 21 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11900200 11900277 ENST00000376487 22 CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866317 11899107 ENST00000376496 NA CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11866320 11866406 ENST00000376496 1 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11867188 11867247 ENST00000376496 2 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11875903 11875968 ENST00000376496 3 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11876672 11876737 ENST00000376496 4 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11879545 11879611 ENST00000376496 5 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11882752 11882858 ENST00000376496 6 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11883764 11883890 ENST00000376496 7 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11884543 11884610 ENST00000376496 8 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11886213 11886271 ENST00000376496 9 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11887146 11887278 ENST00000376496 10 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888163 11888276 ENST00000376496 11 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11888515 11888681 ENST00000376496 12 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11889253 11889379 ENST00000376496 13 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893572 11893695 ENST00000376496 14 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11893934 11894087 ENST00000376496 15 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894293 11894452 ENST00000376496 16 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11894541 11894647 ENST00000376496 17 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11896024 11896210 ENST00000376496 18 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897056 11897213 ENST00000376496 19 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11897400 11897556 ENST00000376496 20 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898392 11898499 ENST00000376496 21 CLCN6 ENSG00000011021 Not Supported Not Supported +CDS 1 11898592 11899047 ENST00000376496 22 CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866320 11888275 ENST00000376490 NA CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866320 11888275 ENST00000376491 NA CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11866320 11889360 ENST00000376492 NA CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11889906 11894365 ENST00000494028 NA CLCN6 ENSG00000011021 Not Supported Not Supported +transcript 1 11901074 11907741 ENST00000446542 NA NPPA-AS1 ENSG00000242349 Not Supported Not Supported +transcript 1 11903918 11908136 ENST00000400892 NA NPPA-AS1 ENSG00000242349 Not Supported Not Supported +transcript 1 11905766 11907840 ENST00000376480 NA NPPA ENSG00000175206 Not Supported Not Supported +CDS 1 11907619 11907741 ENST00000376480 1 NPPA ENSG00000175206 Not Supported Not Supported +CDS 1 11907170 11907496 ENST00000376480 2 NPPA ENSG00000175206 Not Supported Not Supported +CDS 1 11906069 11906071 ENST00000376480 3 NPPA ENSG00000175206 Not Supported Not Supported +transcript 1 11905936 11908402 ENST00000376476 NA NPPA ENSG00000175206 Not Supported Not Supported +CDS 1 11907170 11907469 ENST00000376476 2 NPPA ENSG00000175206 Not Supported Not Supported +CDS 1 11906069 11906071 ENST00000376476 3 NPPA ENSG00000175206 Not Supported Not Supported +transcript 1 11917521 11918988 ENST00000376468 NA NPPB ENSG00000120937 Not Supported Not Supported +CDS 1 11918759 11918890 ENST00000376468 1 NPPB ENSG00000120937 Not Supported Not Supported +CDS 1 11918271 11918526 ENST00000376468 2 NPPB ENSG00000120937 Not Supported Not Supported +CDS 1 11917715 11917728 ENST00000376468 3 NPPB ENSG00000120937 Not Supported Not Supported +transcript 1 11937827 11940463 ENST00000438808 NA RP5-934G17.6 ENSG00000224904 Not Supported Not Supported +transcript 1 11968209 11968328 ENST00000362477 NA RNU5E-1 ENSG00000199347 Not Supported Not Supported +transcript 1 11969865 11969984 ENST00000364931 NA RNU5E-4P ENSG00000201801 Not Supported Not Supported +transcript 1 11979648 11986480 ENST00000376572 NA KIAA2013 ENSG00000116685 Not Supported Not Supported +CDS 1 11985262 11986294 ENST00000376572 1 KIAA2013 ENSG00000116685 Not Supported Not Supported +CDS 1 11982693 11983546 ENST00000376572 2 KIAA2013 ENSG00000116685 Not Supported Not Supported +CDS 1 11980375 11980389 ENST00000376572 3 KIAA2013 ENSG00000116685 Not Supported Not Supported +transcript 1 11982232 11986485 ENST00000376576 NA KIAA2013 ENSG00000116685 Not Supported Not Supported +CDS 1 11985262 11986294 ENST00000376576 1 KIAA2013 ENSG00000116685 Not Supported Not Supported +CDS 1 11982579 11983546 ENST00000376576 2 KIAA2013 ENSG00000116685 Not Supported Not Supported +transcript 1 11994262 12018677 ENST00000485046 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 11994751 12012748 ENST00000449038 NA PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 11994837 11994912 ENST00000449038 1 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12004579 12004719 ENST00000449038 2 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12008033 12008124 ENST00000449038 3 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12009830 12009963 ENST00000449038 4 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12010414 12010577 ENST00000449038 5 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12012680 12012748 ENST00000449038 6 PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 11994791 12014824 ENST00000358133 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 11994792 12035150 ENST00000376369 NA PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 11994837 11994912 ENST00000376369 1 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12004579 12004719 ENST00000376369 2 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12008033 12008124 ENST00000376369 3 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12009830 12009963 ENST00000376369 4 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12010414 12010577 ENST00000376369 5 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12012680 12012792 ENST00000376369 6 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12014887 12014950 ENST00000376369 7 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12016974 12017071 ENST00000376369 8 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12017899 12018000 ENST00000376369 9 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12018573 12018704 ENST00000376369 10 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12020703 12020824 ENST00000376369 11 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12023589 12023693 ENST00000376369 12 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12024232 12024357 ENST00000376369 13 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12024701 12024842 ENST00000376369 14 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12025537 12025650 ENST00000376369 15 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12026308 12026373 ENST00000376369 16 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12027044 12027148 ENST00000376369 17 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12030727 12030873 ENST00000376369 18 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12032929 12033054 ENST00000376369 19 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12034710 12034862 ENST00000376369 20 PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 11994800 12018000 ENST00000429000 NA PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 11994837 11994912 ENST00000429000 1 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12008033 12008124 ENST00000429000 2 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12009830 12009963 ENST00000429000 3 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12010414 12010577 ENST00000429000 4 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12012680 12012792 ENST00000429000 5 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12014887 12014950 ENST00000429000 6 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12017147 12017250 ENST00000429000 7 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12017899 12018000 ENST00000429000 8 PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 11994810 12035594 ENST00000196061 NA PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 11994837 11994912 ENST00000196061 1 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12008033 12008124 ENST00000196061 2 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12009830 12009963 ENST00000196061 3 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12010414 12010577 ENST00000196061 4 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12012680 12012792 ENST00000196061 5 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12014887 12014950 ENST00000196061 6 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12016974 12017071 ENST00000196061 7 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12017899 12018000 ENST00000196061 8 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12018573 12018704 ENST00000196061 9 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12020703 12020824 ENST00000196061 10 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12023589 12023693 ENST00000196061 11 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12024232 12024357 ENST00000196061 12 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12024701 12024842 ENST00000196061 13 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12025537 12025650 ENST00000196061 14 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12026308 12026373 ENST00000196061 15 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12027044 12027148 ENST00000196061 16 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12030727 12030873 ENST00000196061 17 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12032929 12033054 ENST00000196061 18 PLOD1 ENSG00000083444 Not Supported Not Supported +CDS 1 12034710 12034862 ENST00000196061 19 PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 12014358 12018650 ENST00000465920 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 12024745 12035595 ENST00000491536 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 12024759 12026471 ENST00000470133 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 12031600 12035593 ENST00000481933 NA PLOD1 ENSG00000083444 Not Supported Not Supported +transcript 1 12040238 12073571 ENST00000444836 NA MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12049226 12049400 ENST00000444836 2 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12052612 12052747 ENST00000444836 3 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12056213 12056375 ENST00000444836 4 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12057354 12057478 ENST00000444836 5 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12058827 12058935 ENST00000444836 6 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12059045 12059152 ENST00000444836 7 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12061458 12061611 ENST00000444836 8 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12061826 12061893 ENST00000444836 9 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12062039 12062160 ENST00000444836 10 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064049 12064175 ENST00000444836 11 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064566 12064670 ENST00000444836 12 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064882 12064984 ENST00000444836 13 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12065768 12065988 ENST00000444836 14 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12066595 12066750 ENST00000444836 15 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12067110 12067306 ENST00000444836 16 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12069649 12069783 ENST00000444836 17 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12071553 12071619 ENST00000444836 18 MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12040356 12049291 ENST00000490079 NA MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12040369 12073565 ENST00000235329 NA MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12049226 12049400 ENST00000235329 3 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12052612 12052747 ENST00000235329 4 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12056213 12056375 ENST00000235329 5 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12057354 12057478 ENST00000235329 6 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12058827 12058935 ENST00000235329 7 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12059045 12059152 ENST00000235329 8 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12061458 12061611 ENST00000235329 9 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12061826 12061893 ENST00000235329 10 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12062039 12062160 ENST00000235329 11 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064049 12064175 ENST00000235329 12 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064566 12064670 ENST00000235329 13 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12064882 12064984 ENST00000235329 14 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12065768 12065988 ENST00000235329 15 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12066595 12066750 ENST00000235329 16 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12067110 12067306 ENST00000235329 17 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12069649 12069783 ENST00000235329 18 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12071553 12071619 ENST00000235329 19 MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12040427 12049400 ENST00000484391 NA MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12040492 12052697 ENST00000497302 NA MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12042049 12052730 ENST00000412236 NA MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12049226 12049400 ENST00000412236 3 MFN2 ENSG00000116688 Not Supported Not Supported +CDS 1 12052612 12052730 ENST00000412236 4 MFN2 ENSG00000116688 Not Supported Not Supported +transcript 1 12077273 12077365 ENST00000603287 NA RP5-1077B9.5 ENSG00000270914 Not Supported Not Supported +transcript 1 12079523 12089912 ENST00000478749 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12079523 12092102 ENST00000235332 NA MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12081784 12081897 ENST00000235332 2 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12082152 12082499 ENST00000235332 3 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12082890 12082974 ENST00000235332 4 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089090 12089198 ENST00000235332 5 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089280 12089338 ENST00000235332 6 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089822 12089951 ENST00000235332 7 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12090085 12090181 ENST00000235332 8 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12091323 12091460 ENST00000235332 9 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12091779 12091862 ENST00000235332 10 MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12079590 12092095 ENST00000436478 NA MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12081784 12081897 ENST00000436478 2 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12082152 12082499 ENST00000436478 3 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12082890 12082974 ENST00000436478 4 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089090 12089198 ENST00000436478 5 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089280 12089338 ENST00000436478 6 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12089822 12089951 ENST00000436478 7 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12091323 12091460 ENST00000436478 8 MIIP ENSG00000116691 Not Supported Not Supported +CDS 1 12091779 12091869 ENST00000436478 9 MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12082279 12092032 ENST00000466860 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12082921 12092100 ENST00000498685 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12088778 12089664 ENST00000492256 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12089153 12092082 ENST00000460823 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12091184 12092096 ENST00000478299 NA MIIP ENSG00000116691 Not Supported Not Supported +transcript 1 12084069 12084181 ENST00000365591 NA Y_RNA ENSG00000202461 Not Supported Not Supported +transcript 1 12096799 12097071 ENST00000496974 NA RN7SL649P ENSG00000243539 Not Supported Not Supported +transcript 1 12123434 12204264 ENST00000263932 NA TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12123656 12123718 ENST00000263932 1 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12144521 12144608 ENST00000263932 2 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12157158 12157274 ENST00000263932 3 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12164436 12164588 ENST00000263932 4 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12169623 12169713 ENST00000263932 5 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12170098 12170261 ENST00000263932 6 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12171955 12172071 ENST00000263932 7 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12175634 12175786 ENST00000263932 8 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12183341 12183434 ENST00000263932 9 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12183772 12183884 ENST00000263932 10 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12186008 12186109 ENST00000263932 11 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12186240 12186293 ENST00000263932 12 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12195645 12195670 ENST00000263932 13 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12198286 12198493 ENST00000263932 14 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12202344 12202585 ENST00000263932 15 TNFRSF8 ENSG00000120949 Not Supported Not Supported +transcript 1 12123527 12203174 ENST00000514649 NA TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12123656 12123718 ENST00000514649 1 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12157158 12157259 ENST00000514649 2 TNFRSF8 ENSG00000120949 Not Supported Not Supported +transcript 1 12123527 12203174 ENST00000417814 NA TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12164501 12164588 ENST00000417814 3 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12169623 12169713 ENST00000417814 4 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12170098 12170261 ENST00000417814 5 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12171955 12172071 ENST00000417814 6 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12175634 12175786 ENST00000417814 7 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12183341 12183434 ENST00000417814 8 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12183772 12183884 ENST00000417814 9 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12186008 12186109 ENST00000417814 10 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12186240 12186293 ENST00000417814 11 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12195645 12195670 ENST00000417814 12 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12198289 12198493 ENST00000417814 13 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12202344 12202585 ENST00000417814 14 TNFRSF8 ENSG00000120949 Not Supported Not Supported +transcript 1 12185956 12204264 ENST00000413146 NA TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12198340 12198493 ENST00000413146 4 TNFRSF8 ENSG00000120949 Not Supported Not Supported +CDS 1 12202344 12202585 ENST00000413146 5 TNFRSF8 ENSG00000120949 Not Supported Not Supported +transcript 1 12185991 12204264 ENST00000479933 NA TNFRSF8 ENSG00000120949 Not Supported Not Supported +transcript 1 12137938 12138041 ENST00000364265 NA RNU6-777P ENSG00000201135 Not Supported Not Supported +transcript 1 12140350 12140604 ENST00000439324 NA RP11-426M1.2 ENSG00000227875 Not Supported Not Supported +transcript 1 12227060 12269285 ENST00000376259 NA TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12227149 12227226 ENST00000376259 1 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12248853 12248952 ENST00000376259 2 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12251014 12251142 ENST00000376259 3 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12251831 12251980 ENST00000376259 4 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12252488 12252581 ENST00000376259 5 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12252920 12253155 ENST00000376259 6 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12254012 12254089 ENST00000376259 7 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12254641 12254675 ENST00000376259 8 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12262024 12262228 ENST00000376259 9 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12266797 12267074 ENST00000376259 10 TNFRSF1B ENSG00000028137 Not Supported Not Supported +transcript 1 12227060 12269285 ENST00000492361 NA TNFRSF1B ENSG00000028137 Not Supported Not Supported +transcript 1 12227060 12252415 ENST00000536782 NA TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12227149 12227226 ENST00000536782 1 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12248853 12248952 ENST00000536782 2 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12251014 12251142 ENST00000536782 3 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12251831 12251980 ENST00000536782 4 TNFRSF1B ENSG00000028137 Not Supported Not Supported +CDS 1 12252405 12252412 ENST00000536782 5 TNFRSF1B ENSG00000028137 Not Supported Not Supported +transcript 1 12251895 12253065 ENST00000489921 NA TNFRSF1B ENSG00000028137 Not Supported Not Supported +transcript 1 12251770 12251830 ENST00000584158 NA MIR4632 ENSG00000263676 Not Supported Not Supported +transcript 1 12280851 12281166 ENST00000453852 NA RP5-1118D24.2 ENSG00000225196 Not Supported Not Supported +transcript 1 12281205 12281328 ENST00000517160 NA SNORA70 ENSG00000252969 Not Supported Not Supported +transcript 1 12290124 12572099 ENST00000358136 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12294324 12294420 ENST00000358136 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12302570 12302647 ENST00000358136 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12304303 12304493 ENST00000358136 4 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12304594 12304674 ENST00000358136 5 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12309280 12309396 ENST00000358136 6 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12313779 12313883 ENST00000358136 7 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12316390 12316560 ENST00000358136 8 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12317044 12317144 ENST00000358136 9 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12317992 12318160 ENST00000358136 10 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12320750 12320851 ENST00000358136 11 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12321005 12321206 ENST00000358136 12 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12321958 12322137 ENST00000358136 13 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12326938 12327068 ENST00000358136 14 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12327902 12327977 ENST00000358136 15 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12328763 12328933 ENST00000358136 16 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12331051 12331181 ENST00000358136 17 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12333060 12333192 ENST00000358136 18 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12335882 12338095 ENST00000358136 19 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12339556 12339707 ENST00000358136 20 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12342762 12343793 ENST00000358136 21 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12348280 12348370 ENST00000358136 22 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12351055 12351181 ENST00000358136 23 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12353581 12353761 ENST00000358136 24 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12359259 12359441 ENST00000358136 25 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12364563 12364785 ENST00000358136 26 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12368488 12368698 ENST00000358136 27 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371511 12371682 ENST00000358136 28 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371870 12371982 ENST00000358136 29 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12374172 12374384 ENST00000358136 30 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12378129 12378394 ENST00000358136 31 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12379554 12379687 ENST00000358136 32 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12381866 12382021 ENST00000358136 33 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12382593 12382803 ENST00000358136 34 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12383763 12383837 ENST00000358136 35 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12387705 12387911 ENST00000358136 36 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12389886 12389975 ENST00000358136 37 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12393283 12393423 ENST00000358136 38 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12395762 12395884 ENST00000358136 39 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12398288 12398362 ENST00000358136 40 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12401837 12401942 ENST00000358136 41 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12402956 12403108 ENST00000358136 42 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12405431 12405566 ENST00000358136 43 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12406662 12406709 ENST00000358136 44 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12408880 12409030 ENST00000358136 45 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12409221 12409431 ENST00000358136 46 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12414031 12414278 ENST00000358136 47 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12415956 12416147 ENST00000358136 48 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12416455 12416581 ENST00000358136 49 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12418515 12418657 ENST00000358136 50 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12422776 12422906 ENST00000358136 51 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12423128 12423303 ENST00000358136 52 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12428523 12428646 ENST00000358136 53 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12429522 12429757 ENST00000358136 54 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12433805 12433913 ENST00000358136 55 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12438482 12438645 ENST00000358136 56 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12439542 12439650 ENST00000358136 57 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12443035 12443214 ENST00000358136 58 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12445319 12445432 ENST00000358136 59 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12446244 12446393 ENST00000358136 60 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12460238 12460387 ENST00000358136 61 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12461661 12461757 ENST00000358136 62 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12463878 12464026 ENST00000358136 63 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12475140 12475274 ENST00000358136 64 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12476713 12476880 ENST00000358136 65 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12516054 12516186 ENST00000358136 66 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12520256 12520451 ENST00000358136 67 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12557554 12557685 ENST00000358136 68 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12566907 12567147 ENST00000358136 69 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569075 ENST00000358136 70 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12290124 12572099 ENST00000356315 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12294324 12294420 ENST00000356315 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12302570 12302647 ENST00000356315 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12304303 12304493 ENST00000356315 4 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12304594 12304674 ENST00000356315 5 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12309280 12309396 ENST00000356315 6 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12313779 12313883 ENST00000356315 7 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12316390 12316560 ENST00000356315 8 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12317044 12317144 ENST00000356315 9 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12317992 12318160 ENST00000356315 10 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12320750 12320851 ENST00000356315 11 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12321005 12321206 ENST00000356315 12 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12321958 12322137 ENST00000356315 13 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12326938 12327068 ENST00000356315 14 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12327902 12327977 ENST00000356315 15 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12328763 12328933 ENST00000356315 16 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12331051 12331181 ENST00000356315 17 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12333060 12333192 ENST00000356315 18 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12335882 12338095 ENST00000356315 19 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12339556 12339707 ENST00000356315 20 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12342762 12343793 ENST00000356315 21 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12348280 12348370 ENST00000356315 22 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12351055 12351181 ENST00000356315 23 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12353581 12353761 ENST00000356315 24 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12359259 12359441 ENST00000356315 25 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12364563 12364785 ENST00000356315 26 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12368488 12368698 ENST00000356315 27 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371511 12371682 ENST00000356315 28 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371870 12371982 ENST00000356315 29 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12374172 12374384 ENST00000356315 30 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12378129 12378394 ENST00000356315 31 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12379554 12379687 ENST00000356315 32 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12381866 12382021 ENST00000356315 33 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12382593 12382803 ENST00000356315 34 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12383763 12383837 ENST00000356315 35 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12387705 12387911 ENST00000356315 36 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12389886 12389975 ENST00000356315 37 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12393283 12393423 ENST00000356315 38 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12395762 12395884 ENST00000356315 39 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12401837 12401942 ENST00000356315 40 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12402956 12403108 ENST00000356315 41 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12405431 12405566 ENST00000356315 42 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12406662 12406709 ENST00000356315 43 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12408880 12409030 ENST00000356315 44 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12409221 12409431 ENST00000356315 45 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12414031 12414278 ENST00000356315 46 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12415956 12416147 ENST00000356315 47 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12416455 12416581 ENST00000356315 48 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12418515 12418657 ENST00000356315 49 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12422776 12422906 ENST00000356315 50 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12423128 12423303 ENST00000356315 51 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12428523 12428646 ENST00000356315 52 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12429522 12429757 ENST00000356315 53 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12433805 12433913 ENST00000356315 54 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12438482 12438645 ENST00000356315 55 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12439542 12439650 ENST00000356315 56 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12443035 12443214 ENST00000356315 57 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12445319 12445432 ENST00000356315 58 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12446244 12446393 ENST00000356315 59 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12460238 12460387 ENST00000356315 60 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12461661 12461757 ENST00000356315 61 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12463878 12464026 ENST00000356315 62 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12475140 12475274 ENST00000356315 63 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12476713 12476880 ENST00000356315 64 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12516054 12516186 ENST00000356315 65 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12520256 12520451 ENST00000356315 66 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12557554 12557685 ENST00000356315 67 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12566907 12567147 ENST00000356315 68 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569075 ENST00000356315 69 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12304481 12309660 ENST00000476169 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12313791 12318012 ENST00000489961 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12337178 12570415 ENST00000011700 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12337178 12338095 ENST00000011700 1 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12339556 12339707 ENST00000011700 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12342762 12343793 ENST00000011700 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12348280 12348370 ENST00000011700 4 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12351055 12351181 ENST00000011700 5 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12353581 12353761 ENST00000011700 6 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12359259 12359441 ENST00000011700 7 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12364563 12364785 ENST00000011700 8 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12368488 12368698 ENST00000011700 9 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371511 12371682 ENST00000011700 10 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12371870 12371982 ENST00000011700 11 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12374172 12374384 ENST00000011700 12 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12378129 12378394 ENST00000011700 13 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12379554 12379687 ENST00000011700 14 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12381866 12382021 ENST00000011700 15 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12382593 12382803 ENST00000011700 16 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12383763 12383837 ENST00000011700 17 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12387705 12387911 ENST00000011700 18 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12389886 12389975 ENST00000011700 19 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12393283 12393423 ENST00000011700 20 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12395762 12395884 ENST00000011700 21 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12398288 12398362 ENST00000011700 22 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12401840 12401942 ENST00000011700 23 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12402956 12403108 ENST00000011700 24 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12405431 12405566 ENST00000011700 25 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12406662 12406709 ENST00000011700 26 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12408880 12409030 ENST00000011700 27 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12409221 12409431 ENST00000011700 28 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12414031 12414278 ENST00000011700 29 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12415956 12416147 ENST00000011700 30 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12416455 12416581 ENST00000011700 31 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12418515 12418657 ENST00000011700 32 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12422776 12422906 ENST00000011700 33 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12423128 12423303 ENST00000011700 34 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12428523 12428646 ENST00000011700 35 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12429522 12429757 ENST00000011700 36 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12433805 12433913 ENST00000011700 37 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12438482 12438645 ENST00000011700 38 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12439542 12439650 ENST00000011700 39 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12443035 12443214 ENST00000011700 40 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12445319 12445432 ENST00000011700 41 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12446244 12446393 ENST00000011700 42 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12460238 12460387 ENST00000011700 43 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12461661 12461757 ENST00000011700 44 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12463878 12464026 ENST00000011700 45 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12475140 12475274 ENST00000011700 46 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12476713 12476880 ENST00000011700 47 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12516054 12516186 ENST00000011700 48 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12520256 12520451 ENST00000011700 49 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12557554 12557685 ENST00000011700 50 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12566907 12567147 ENST00000011700 51 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569078 ENST00000011700 52 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12359338 12433903 ENST00000460333 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12371583 12398045 ENST00000487188 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12404922 12409306 ENST00000469054 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12427725 12572099 ENST00000496628 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12460367 12464001 ENST00000466732 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12460367 12460387 ENST00000466732 1 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12461661 12461757 ENST00000466732 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12462621 12462640 ENST00000466732 3 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12467307 12476880 ENST00000476045 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12469891 12476880 ENST00000481484 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12469924 12570415 ENST00000543766 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12469924 12469947 ENST00000543766 1 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12475140 12475274 ENST00000543766 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12476713 12476880 ENST00000543766 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12516054 12516186 ENST00000543766 4 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12520256 12520451 ENST00000543766 5 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12557554 12557685 ENST00000543766 6 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12566907 12567147 ENST00000543766 7 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569075 ENST00000543766 8 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12524995 12572099 ENST00000471923 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12567145 12567147 ENST00000471923 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569075 ENST00000471923 4 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12538604 12569753 ENST00000543710 NA VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12538855 12538928 ENST00000543710 1 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12557554 12557685 ENST00000543710 2 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12566907 12567147 ENST00000543710 3 VPS13D ENSG00000048707 Not Supported Not Supported +CDS 1 12568947 12569075 ENST00000543710 4 VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12557280 12566961 ENST00000473099 NA VPS13D ENSG00000048707 Not Supported Not Supported +transcript 1 12567300 12567451 ENST00000459326 NA SNORA59A ENSG00000239149 Not Supported Not Supported +transcript 1 12587766 12588462 ENST00000416696 NA RP5-888M10.2 ENSG00000229484 Not Supported Not Supported +transcript 1 12627939 12677737 ENST00000376223 NA DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12677159 12677353 ENST00000376223 1 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12640551 12640694 ENST00000376223 2 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12639321 12639440 ENST00000376223 3 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12638746 12638984 ENST00000376223 4 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12632756 12632881 ENST00000376223 5 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12628372 12628453 ENST00000376223 6 DHRS3 ENSG00000162496 Not Supported Not Supported +transcript 1 12628421 12676799 ENST00000464917 NA DHRS3 ENSG00000162496 Not Supported Not Supported +transcript 1 12638746 12656321 ENST00000430996 NA DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12640551 12640634 ENST00000430996 2 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12639321 12639440 ENST00000430996 3 DHRS3 ENSG00000162496 Not Supported Not Supported +CDS 1 12638746 12638984 ENST00000430996 4 DHRS3 ENSG00000162496 Not Supported Not Supported +transcript 1 12639796 12676700 ENST00000482265 NA DHRS3 ENSG00000162496 Not Supported Not Supported +transcript 1 12630000 12630100 ENST00000408413 NA RNU6ATAC18P ENSG00000221340 Not Supported Not Supported +transcript 1 12678906 12679250 ENST00000606790 NA RP11-474O21.5 ENSG00000272482 Not Supported Not Supported +transcript 1 12704566 12727097 ENST00000376221 NA AADACL4 ENSG00000204518 Not Supported Not Supported +CDS 1 12704566 12704733 ENST00000376221 1 AADACL4 ENSG00000204518 Not Supported Not Supported +CDS 1 12711142 12711358 ENST00000376221 2 AADACL4 ENSG00000204518 Not Supported Not Supported +CDS 1 12721802 12721865 ENST00000376221 3 AADACL4 ENSG00000204518 Not Supported Not Supported +CDS 1 12725972 12726743 ENST00000376221 4 AADACL4 ENSG00000204518 Not Supported Not Supported +transcript 1 12752925 12753036 ENST00000436879 NA RP11-474O21.2 ENSG00000226166 Not Supported Not Supported +transcript 1 12776118 12788726 ENST00000332530 NA AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12776344 12776347 ENST00000332530 1 AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12780885 12780948 ENST00000332530 2 AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12785189 12785960 ENST00000332530 3 AADACL3 ENSG00000188984 Not Supported Not Supported +transcript 1 12776146 12785963 ENST00000359318 NA AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12779480 12779693 ENST00000359318 2 AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12780885 12780948 ENST00000359318 3 AADACL3 ENSG00000188984 Not Supported Not Supported +CDS 1 12785189 12785960 ENST00000359318 4 AADACL3 ENSG00000188984 Not Supported Not Supported +transcript 1 12799693 12799796 ENST00000458803 NA snoU13 ENSG00000238771 Not Supported Not Supported +transcript 1 12806163 12823847 ENST00000288048 NA C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12806379 12806489 ENST00000288048 1 C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12815650 12815763 ENST00000288048 2 C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12819243 12819420 ENST00000288048 3 C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12820703 12820881 ENST00000288048 4 C1orf158 ENSG00000157330 Not Supported Not Supported +transcript 1 12806335 12813875 ENST00000474179 NA C1orf158 ENSG00000157330 Not Supported Not Supported +transcript 1 12806373 12821102 ENST00000376210 NA C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12806379 12806489 ENST00000376210 1 C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12819243 12819420 ENST00000376210 2 C1orf158 ENSG00000157330 Not Supported Not Supported +CDS 1 12820703 12820881 ENST00000376210 3 C1orf158 ENSG00000157330 Not Supported Not Supported +transcript 1 12834984 12838049 ENST00000357726 NA PRAMEF12 ENSG00000116726 Not Supported Not Supported +CDS 1 12835011 12835297 ENST00000357726 1 PRAMEF12 ENSG00000116726 Not Supported Not Supported +CDS 1 12835686 12836261 ENST00000357726 2 PRAMEF12 ENSG00000116726 Not Supported Not Supported +CDS 1 12837154 12837739 ENST00000357726 3 PRAMEF12 ENSG00000116726 Not Supported Not Supported +transcript 1 12851546 12856777 ENST00000332296 NA PRAMEF1 ENSG00000116721 Not Supported Not Supported +CDS 1 12853377 12853663 ENST00000332296 2 PRAMEF1 ENSG00000116721 Not Supported Not Supported +CDS 1 12854064 12854642 ENST00000332296 3 PRAMEF1 ENSG00000116721 Not Supported Not Supported +CDS 1 12855587 12856142 ENST00000332296 4 PRAMEF1 ENSG00000116721 Not Supported Not Supported +transcript 1 12854840 12856634 ENST00000400814 NA PRAMEF1 ENSG00000116721 Not Supported Not Supported +CDS 1 12854988 12855118 ENST00000400814 1 PRAMEF1 ENSG00000116721 Not Supported Not Supported +CDS 1 12855587 12856142 ENST00000400814 2 PRAMEF1 ENSG00000116721 Not Supported Not Supported +transcript 1 12882549 12883022 ENST00000438401 NA RP5-845O24.8 ENSG00000228338 Not Supported Not Supported +transcript 1 12884468 12891264 ENST00000535591 NA PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12888357 12888523 ENST00000535591 2 PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12887108 12887689 ENST00000535591 3 PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12884803 12885361 ENST00000535591 4 PRAMEF11 ENSG00000204513 Not Supported Not Supported +transcript 1 12884805 12891264 ENST00000437584 NA PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12888357 12888523 ENST00000437584 2 PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12887108 12887689 ENST00000437584 3 PRAMEF11 ENSG00000204513 Not Supported Not Supported +CDS 1 12884805 12885361 ENST00000437584 4 PRAMEF11 ENSG00000204513 Not Supported Not Supported +transcript 1 12897978 12901210 ENST00000438176 NA RP5-845O24.3 ENSG00000231103 Not Supported Not Supported +transcript 1 12907261 12908578 ENST00000317869 NA HNRNPCL1 ENSG00000179172 Not Supported Not Supported +CDS 1 12907264 12908142 ENST00000317869 2 HNRNPCL1 ENSG00000179172 Not Supported Not Supported +transcript 1 12916941 12921764 ENST00000240189 NA PRAMEF2 ENSG00000120952 Not Supported Not Supported +CDS 1 12918865 12919151 ENST00000240189 2 PRAMEF2 ENSG00000120952 Not Supported Not Supported +CDS 1 12919548 12920126 ENST00000240189 3 PRAMEF2 ENSG00000120952 Not Supported Not Supported +CDS 1 12921076 12921631 ENST00000240189 4 PRAMEF2 ENSG00000120952 Not Supported Not Supported +transcript 1 12939045 12946025 ENST00000235349 NA PRAMEF4 ENSG00000243073 Not Supported Not Supported +CDS 1 12942923 12943215 ENST00000235349 2 PRAMEF4 ENSG00000243073 Not Supported Not Supported +CDS 1 12941675 12942256 ENST00000235349 3 PRAMEF4 ENSG00000243073 Not Supported Not Supported +CDS 1 12939368 12939926 ENST00000235349 4 PRAMEF4 ENSG00000243073 Not Supported Not Supported +transcript 1 12952727 12958101 ENST00000235347 NA PRAMEF10 ENSG00000187545 Not Supported Not Supported +CDS 1 12955392 12955678 ENST00000235347 2 PRAMEF10 ENSG00000187545 Not Supported Not Supported +CDS 1 12954417 12954995 ENST00000235347 3 PRAMEF10 ENSG00000187545 Not Supported Not Supported +CDS 1 12952750 12953305 ENST00000235347 4 PRAMEF10 ENSG00000187545 Not Supported Not Supported +transcript 1 12976450 12980569 ENST00000361079 NA PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12977513 12977799 ENST00000361079 2 PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12978182 12978757 ENST00000361079 3 PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12979672 12980230 ENST00000361079 4 PRAMEF7 ENSG00000204510 Not Supported Not Supported +transcript 1 12977513 12980233 ENST00000330881 NA PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12977513 12977799 ENST00000330881 1 PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12978182 12978757 ENST00000330881 2 PRAMEF7 ENSG00000204510 Not Supported Not Supported +CDS 1 12979672 12980233 ENST00000330881 3 PRAMEF7 ENSG00000204510 Not Supported Not Supported +transcript 1 12982374 12982480 ENST00000384703 NA RNU6-1072P ENSG00000207434 Not Supported Not Supported +transcript 1 12985990 12988081 ENST00000418187 NA RP11-450I1.2 ENSG00000234064 Not Supported Not Supported +transcript 1 12998181 13007420 ENST00000376189 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13002062 13002348 ENST00000376189 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13000814 13001395 ENST00000376189 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 12998508 12999066 ENST00000376189 4 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 12998302 13005246 ENST00000415464 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13002062 13002348 ENST00000415464 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13000814 13001395 ENST00000415464 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 12998508 12999066 ENST00000415464 4 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 12998484 13117736 ENST00000376192 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13112394 13112680 ENST00000376192 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13111146 13111727 ENST00000376192 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 12998508 12999066 ENST00000376192 4 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 12998505 13002348 ENST00000355096 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13002062 13002348 ENST00000355096 1 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13000814 13001395 ENST00000355096 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 12998505 12999066 ENST00000355096 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 13108514 13117751 ENST00000376182 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13112394 13112680 ENST00000376182 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13111146 13111727 ENST00000376182 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13108841 13109399 ENST00000376182 4 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 13108635 13115578 ENST00000414205 NA PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13112394 13112680 ENST00000414205 2 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13111146 13111727 ENST00000414205 3 PRAMEF6 ENSG00000232423 Not Supported Not Supported +CDS 1 13108841 13109399 ENST00000414205 4 PRAMEF6 ENSG00000232423 Not Supported Not Supported +transcript 1 13012966 13015755 ENST00000504262 NA RP11-450I1.4 ENSG00000250894 Not Supported Not Supported +transcript 1 13035543 13038381 ENST00000376187 NA PRAMEF22 ENSG00000204508 Not Supported Not Supported +CDS 1 13035543 13035835 ENST00000376187 1 PRAMEF22 ENSG00000204508 Not Supported Not Supported +CDS 1 13036222 13036800 ENST00000376187 2 PRAMEF22 ENSG00000204508 Not Supported Not Supported +CDS 1 13037808 13038381 ENST00000376187 3 PRAMEF22 ENSG00000204508 Not Supported Not Supported +transcript 1 13052394 13052998 ENST00000436041 NA WI2-3308P17.2 ENSG00000239810 Not Supported Not Supported +CDS 1 13052726 13052998 ENST00000436041 1 WI2-3308P17.2 ENSG00000239810 Not Supported Not Supported +transcript 1 13108842 13112679 ENST00000605221 NA PRAMEF23 ENSG00000270601 Not Supported Not Supported +transcript 1 13123246 13126086 ENST00000512015 NA RP13-221M14.6 ENSG00000250113 Not Supported Not Supported +transcript 1 13140456 13145000 ENST00000415919 NA PRAMEF25 ENSG00000204505 Not Supported Not Supported +transcript 1 13146777 13147256 ENST00000437631 NA RP13-221M14.2 ENSG00000233336 Not Supported Not Supported +transcript 1 13162645 13165443 ENST00000448180 NA RP13-221M14.3 ENSG00000229978 Not Supported Not Supported +transcript 1 13162851 13164468 ENST00000434606 NA RP13-221M14.3 ENSG00000229978 Not Supported Not Supported +transcript 1 13171871 13173157 ENST00000458709 NA RP13-221M14.4 ENSG00000236179 Not Supported Not Supported +transcript 1 13182960 13184326 ENST00000449855 NA HNRNPCP5 ENSG00000179412 Not Supported Not Supported +transcript 1 13182993 13183872 ENST00000323770 NA HNRNPCP5 ENSG00000179412 Not Supported Not Supported +transcript 1 13196270 13199067 ENST00000457244 NA WI2-2994D6.1 ENSG00000224199 Not Supported Not Supported +transcript 1 13216356 13219581 ENST00000423177 NA PRAMEF26 ENSG00000229571 Not Supported Not Supported +CDS 1 13219000 13219581 ENST00000423177 1 PRAMEF26 ENSG00000229571 Not Supported Not Supported +CDS 1 13216688 13217249 ENST00000423177 2 PRAMEF26 ENSG00000229571 Not Supported Not Supported +transcript 1 13328196 13331692 ENST00000353410 NA PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13331379 13331665 ENST00000353410 1 PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13330414 13330992 ENST00000353410 2 PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13328836 13329406 ENST00000353410 3 PRAMEF3 ENSG00000204503 Not Supported Not Supported +transcript 1 13328196 13331692 ENST00000376173 NA PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13331379 13331671 ENST00000376173 1 PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13330414 13330992 ENST00000376173 2 PRAMEF3 ENSG00000204503 Not Supported Not Supported +CDS 1 13328836 13329406 ENST00000376173 3 PRAMEF3 ENSG00000204503 Not Supported Not Supported +transcript 1 13351482 13354323 ENST00000453094 NA RP11-248D7.2 ENSG00000233394 Not Supported Not Supported +transcript 1 13359819 13369057 ENST00000376168 NA PRAMEF5 ENSG00000204502 Not Supported Not Supported +CDS 1 13364891 13365177 ENST00000376168 2 PRAMEF5 ENSG00000204502 Not Supported Not Supported +CDS 1 13365844 13366425 ENST00000376168 3 PRAMEF5 ENSG00000204502 Not Supported Not Supported +CDS 1 13368172 13368730 ENST00000376168 4 PRAMEF5 ENSG00000204502 Not Supported Not Supported +transcript 1 13379149 13381237 ENST00000431596 NA RP11-219C24.8 ENSG00000231219 Not Supported Not Supported +transcript 1 13384735 13384841 ENST00000384780 NA RNU6-771P ENSG00000207511 Not Supported Not Supported +transcript 1 13386646 13390765 ENST00000357367 NA PRAMEF8 ENSG00000182330 Not Supported Not Supported +CDS 1 13389416 13389702 ENST00000357367 2 PRAMEF8 ENSG00000182330 Not Supported Not Supported +CDS 1 13388458 13389033 ENST00000357367 3 PRAMEF8 ENSG00000182330 Not Supported Not Supported +CDS 1 13386985 13387543 ENST00000357367 4 PRAMEF8 ENSG00000182330 Not Supported Not Supported +transcript 1 13411551 13414482 ENST00000437300 NA RP11-219C24.6 ENSG00000237700 Not Supported Not Supported +transcript 1 13421176 13428191 ENST00000376152 NA PRAMEF9 ENSG00000204501 Not Supported Not Supported +CDS 1 13424003 13424295 ENST00000376152 2 PRAMEF9 ENSG00000204501 Not Supported Not Supported +CDS 1 13424967 13425548 ENST00000376152 3 PRAMEF9 ENSG00000204501 Not Supported Not Supported +CDS 1 13427298 13427856 ENST00000376152 4 PRAMEF9 ENSG00000204501 Not Supported Not Supported +transcript 1 13429634 13430113 ENST00000432559 NA RP11-219C24.10 ENSG00000228229 Not Supported Not Supported +transcript 1 13447414 13452656 ENST00000376132 NA PRAMEF13 ENSG00000204495 Not Supported Not Supported +CDS 1 13450550 13450836 ENST00000376132 2 PRAMEF13 ENSG00000204495 Not Supported Not Supported +CDS 1 13449560 13450138 ENST00000376132 3 PRAMEF13 ENSG00000204495 Not Supported Not Supported +CDS 1 13448053 13448608 ENST00000376132 4 PRAMEF13 ENSG00000204495 Not Supported Not Supported +transcript 1 13474689 13477522 ENST00000376126 NA PRAMEF18 ENSG00000204491 Not Supported Not Supported +CDS 1 13477236 13477522 ENST00000376126 1 PRAMEF18 ENSG00000204491 Not Supported Not Supported +CDS 1 13476271 13476849 ENST00000376126 2 PRAMEF18 ENSG00000204491 Not Supported Not Supported +CDS 1 13474692 13475262 ENST00000376126 3 PRAMEF18 ENSG00000204491 Not Supported Not Supported +transcript 1 13495254 13498260 ENST00000376121 NA PRAMEF16 ENSG00000204488 Not Supported Not Supported +CDS 1 13495284 13495570 ENST00000376121 1 PRAMEF16 ENSG00000204488 Not Supported Not Supported +CDS 1 13495967 13496545 ENST00000376121 2 PRAMEF16 ENSG00000204488 Not Supported Not Supported +CDS 1 13497570 13498125 ENST00000376121 3 PRAMEF16 ENSG00000204488 Not Supported Not Supported +transcript 1 13516066 13526943 ENST00000332192 NA PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13521973 13522259 ENST00000332192 2 PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13523737 13524315 ENST00000332192 3 PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13526312 13526870 ENST00000332192 4 PRAMEF21 ENSG00000204486 Not Supported Not Supported +transcript 1 13521973 13526873 ENST00000327795 NA PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13521973 13522259 ENST00000327795 1 PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13523737 13524315 ENST00000327795 2 PRAMEF21 ENSG00000204486 Not Supported Not Supported +CDS 1 13526312 13526870 ENST00000327795 3 PRAMEF21 ENSG00000204486 Not Supported Not Supported +transcript 1 13607431 13611550 ENST00000359310 NA XX-FW84067D5.1 ENSG00000204485 Not Supported Not Supported +transcript 1 13607745 13610487 ENST00000457228 NA XX-FW84067D5.1 ENSG00000204485 Not Supported Not Supported +transcript 1 13632348 13635279 ENST00000447851 NA XX-FW84067D5.2 ENSG00000224581 Not Supported Not Supported +transcript 1 13641973 13648988 ENST00000330087 NA PRAMEF15 ENSG00000157358 Not Supported Not Supported +CDS 1 13644800 13645092 ENST00000330087 2 PRAMEF15 ENSG00000157358 Not Supported Not Supported +CDS 1 13645764 13646345 ENST00000330087 3 PRAMEF15 ENSG00000157358 Not Supported Not Supported +CDS 1 13648095 13648653 ENST00000330087 4 PRAMEF15 ENSG00000157358 Not Supported Not Supported +transcript 1 13668269 13673511 ENST00000344998 NA PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13671405 13671691 ENST00000344998 2 PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13670559 13670993 ENST00000344998 3 PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13668908 13669463 ENST00000344998 4 PRAMEF14 ENSG00000204481 Not Supported Not Supported +transcript 1 13668411 13670217 ENST00000602491 NA PRAMEF14 ENSG00000204481 Not Supported Not Supported +transcript 1 13668743 13673511 ENST00000334600 NA PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13671405 13671691 ENST00000334600 2 PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13670415 13670993 ENST00000334600 3 PRAMEF14 ENSG00000204481 Not Supported Not Supported +CDS 1 13668908 13669463 ENST00000334600 4 PRAMEF14 ENSG00000204481 Not Supported Not Supported +transcript 1 13694889 13698405 ENST00000540591 NA PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13698072 13698358 ENST00000540591 1 PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13697107 13697685 ENST00000540591 2 PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13695528 13696098 ENST00000540591 3 PRAMEF19 ENSG00000204480 Not Supported Not Supported +transcript 1 13695525 13698151 ENST00000376101 NA PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13698072 13698151 ENST00000376101 1 PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13697107 13697685 ENST00000376101 2 PRAMEF19 ENSG00000204480 Not Supported Not Supported +CDS 1 13695528 13696098 ENST00000376101 3 PRAMEF19 ENSG00000204480 Not Supported Not Supported +transcript 1 13716092 13719089 ENST00000376098 NA PRAMEF17 ENSG00000204479 Not Supported Not Supported +CDS 1 13716118 13716404 ENST00000376098 1 PRAMEF17 ENSG00000204479 Not Supported Not Supported +CDS 1 13716801 13717379 ENST00000376098 2 PRAMEF17 ENSG00000204479 Not Supported Not Supported +CDS 1 13718404 13718959 ENST00000376098 3 PRAMEF17 ENSG00000204479 Not Supported Not Supported +transcript 1 13736907 13747803 ENST00000316412 NA PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13742812 13743098 ENST00000316412 2 PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13744597 13745175 ENST00000316412 3 PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13747172 13747730 ENST00000316412 4 PRAMEF20 ENSG00000204478 Not Supported Not Supported +transcript 1 13742808 13747803 ENST00000602960 NA PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13742812 13743098 ENST00000602960 1 PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13744597 13745175 ENST00000602960 2 PRAMEF20 ENSG00000204478 Not Supported Not Supported +CDS 1 13747172 13747730 ENST00000602960 3 PRAMEF20 ENSG00000204478 Not Supported Not Supported +transcript 1 13801445 13840543 ENST00000376085 NA LRRC38 ENSG00000162494 Not Supported Not Supported +CDS 1 13839458 13840088 ENST00000376085 1 LRRC38 ENSG00000162494 Not Supported Not Supported +CDS 1 13802317 13802567 ENST00000376085 2 LRRC38 ENSG00000162494 Not Supported Not Supported +transcript 1 13839715 13842765 ENST00000563570 NA RP4-597A16.2 ENSG00000259961 Not Supported Not Supported +transcript 1 13881496 13882189 ENST00000401091 NA RP4-597A16.3 ENSG00000215909 Not Supported Not Supported +transcript 1 13909960 13944452 ENST00000294489 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13910301 13910595 ENST00000294489 1 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933668 13933801 ENST00000294489 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000294489 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000294489 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940906 ENST00000294489 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000294489 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910257 13944452 ENST00000376057 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13910301 13910595 ENST00000376057 1 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933668 13933801 ENST00000376057 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000376057 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000376057 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940900 ENST00000376057 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000376057 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910327 13933716 ENST00000506205 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13910327 13910595 ENST00000506205 1 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13922322 13922335 ENST00000506205 2 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910328 13941009 ENST00000510906 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13910328 13910595 ENST00000510906 1 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933668 13933801 ENST00000510906 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000510906 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000510906 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940910 ENST00000510906 5 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910588 13942459 ENST00000509009 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13910632 13910683 ENST00000509009 1 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933668 13933801 ENST00000509009 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000509009 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000509009 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940906 ENST00000509009 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000509009 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910762 13943277 ENST00000376061 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933727 13933801 ENST00000376061 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000376061 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000376061 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940906 ENST00000376061 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000376061 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13910765 13943059 ENST00000513143 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933727 13933801 ENST00000513143 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000513143 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000513143 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940906 ENST00000513143 6 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000513143 7 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13911956 13942412 ENST00000487038 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933727 13933801 ENST00000487038 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000487038 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000487038 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940906 ENST00000487038 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000487038 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13911967 13942742 ENST00000475043 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933727 13933801 ENST00000475043 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13936882 13937011 ENST00000475043 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000475043 4 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940900 ENST00000475043 5 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13942400 13942403 ENST00000475043 6 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13911975 13942754 ENST00000488631 NA PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13933727 13933801 ENST00000488631 2 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940182 13940220 ENST00000488631 3 PDPN ENSG00000162493 Not Supported Not Supported +CDS 1 13940795 13940809 ENST00000488631 4 PDPN ENSG00000162493 Not Supported Not Supported +transcript 1 13949679 13949779 ENST00000411020 NA RNA5SP41 ENSG00000222952 Not Supported Not Supported +transcript 1 13950397 13950497 ENST00000577470 NA AL359771.1 ENSG00000266358 Not Supported Not Supported +transcript 1 13983806 13986405 ENST00000441809 NA CTA-520D8.2 ENSG00000237445 Not Supported Not Supported +transcript 1 14022565 14022694 ENST00000517276 NA SCARNA11 ENSG00000253085 Not Supported Not Supported +transcript 1 14026693 14075958 ENST00000484063 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14042101 14042109 ENST00000484063 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14057495 14057612 ENST00000484063 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14059274 14059350 ENST00000484063 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14068500 14068652 ENST00000484063 5 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14075856 14075958 ENST00000484063 6 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14026735 14151560 ENST00000376048 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14042101 14042109 ENST00000376048 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14057495 14057612 ENST00000376048 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14059274 14059377 ENST00000376048 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14068500 14068652 ENST00000376048 5 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14075856 14075982 ENST00000376048 6 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14142922 14143065 ENST00000376048 7 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14149654 14149676 ENST00000376048 8 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14031350 14151574 ENST00000235372 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14042101 14042109 ENST00000235372 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14057495 14057612 ENST00000235372 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14059274 14059377 ENST00000235372 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14068500 14068652 ENST00000235372 5 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14075856 14075982 ENST00000235372 6 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099573 14099683 ENST00000235372 7 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14109326 ENST00000235372 8 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14142922 14143039 ENST00000235372 9 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14031350 14114554 ENST00000311066 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14042101 14042109 ENST00000311066 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14057495 14057612 ENST00000311066 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14059274 14059377 ENST00000311066 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14068500 14068652 ENST00000311066 5 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14075856 14075982 ENST00000311066 6 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099573 14099683 ENST00000311066 7 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14109326 ENST00000311066 8 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14113010 14113019 ENST00000311066 9 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14057513 14113562 ENST00000491134 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14057513 14057612 ENST00000491134 1 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14068500 14068534 ENST00000491134 2 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14065245 14099683 ENST00000502727 NA PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14065280 14099621 ENST00000502724 NA PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075898 14114574 ENST00000413440 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000413440 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14109326 ENST00000413440 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14113010 14113019 ENST00000413440 4 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075910 14114152 ENST00000343137 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000343137 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14109326 ENST00000343137 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14113010 14113019 ENST00000343137 5 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075919 14100166 ENST00000491815 NA PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075930 14149994 ENST00000503842 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000503842 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14142922 14143065 ENST00000503842 4 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14149654 14149676 ENST00000503842 5 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075931 14105127 ENST00000407521 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000407521 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14105127 ENST00000407521 4 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14075931 14149914 ENST00000505823 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000505823 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14142922 14143065 ENST00000505823 3 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14149654 14149676 ENST00000505823 4 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14098221 14104958 ENST00000487453 NA PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14099665 14099683 ENST00000487453 2 PRDM2 ENSG00000116731 Not Supported Not Supported +CDS 1 14104913 14104958 ENST00000487453 3 PRDM2 ENSG00000116731 Not Supported Not Supported +transcript 1 14450728 14450830 ENST00000516342 NA RNU6-1265P ENSG00000252151 Not Supported Not Supported +transcript 1 14548386 14549613 ENST00000449215 NA RP11-344F13.1 ENSG00000231606 Not Supported Not Supported +transcript 1 14675450 14677518 ENST00000447908 NA RP4-704D23.1 ENSG00000234593 Not Supported Not Supported +transcript 1 14925200 15393056 ENST00000491547 NA KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 14925200 15444539 ENST00000376030 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 14925494 14925719 ENST00000376030 1 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287180 15287371 ENST00000376030 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000376030 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000376030 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000376030 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000376030 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000376030 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392249 ENST00000376030 8 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15420676 15420881 ENST00000376030 9 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15421311 15421429 ENST00000376030 10 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15428039 15428270 ENST00000376030 11 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15429855 15429956 ENST00000376030 12 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15430519 15430685 ENST00000376030 13 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15438923 15439037 ENST00000376030 14 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15440967 15441128 ENST00000376030 15 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 14925213 15392293 ENST00000503743 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 14925494 14925719 ENST00000503743 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287180 15287371 ENST00000503743 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000503743 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000503743 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000503743 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000503743 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000503743 8 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392290 ENST00000503743 9 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 14925213 15394651 ENST00000422387 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 14925494 14925719 ENST00000422387 1 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287180 15287371 ENST00000422387 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000422387 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000422387 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000422387 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000422387 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000422387 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392290 ENST00000422387 8 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 15250626 15394648 ENST00000361144 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15250861 15251068 ENST00000361144 1 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287180 15287371 ENST00000361144 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000361144 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000361144 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000361144 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000361144 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000361144 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392290 ENST00000361144 8 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 15256296 15382641 ENST00000376028 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287236 15287371 ENST00000376028 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000376028 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000376028 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382641 ENST00000376028 5 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 15256296 15394651 ENST00000400798 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287236 15287371 ENST00000400798 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000400798 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000400798 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000400798 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000400798 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000400798 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392290 ENST00000400798 8 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 15272415 15392293 ENST00000400797 NA KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15287236 15287371 ENST00000400797 2 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15361245 15361381 ENST00000400797 3 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15370485 15370655 ENST00000400797 4 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15382587 15382776 ENST00000400797 5 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15386668 15386798 ENST00000400797 6 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15390068 15390118 ENST00000400797 7 KAZN ENSG00000189337 Not Supported Not Supported +CDS 1 15392126 15392290 ENST00000400797 8 KAZN ENSG00000189337 Not Supported Not Supported +transcript 1 15018625 15019109 ENST00000416175 NA TBCAP2 ENSG00000235829 Not Supported Not Supported +transcript 1 15442448 15478898 ENST00000404665 NA TMEM51-AS1 ENSG00000175147 Not Supported Not Supported +transcript 1 15442449 15478960 ENST00000310916 NA TMEM51-AS1 ENSG00000175147 Not Supported Not Supported +transcript 1 15479028 15546973 ENST00000428417 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000428417 2 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545822 15546236 ENST00000428417 3 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15479062 15546835 ENST00000376014 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000376014 3 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545822 15546236 ENST00000376014 4 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15479073 15545842 ENST00000451326 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000451326 2 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545822 15545842 ENST00000451326 3 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15480229 15546904 ENST00000400796 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000400796 2 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545822 15546236 ENST00000400796 3 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15480264 15546889 ENST00000434578 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000434578 3 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545826 15545886 ENST00000434578 4 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15480285 15546976 ENST00000376008 NA TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15541584 15541927 ENST00000376008 3 TMEM51 ENSG00000171729 Not Supported Not Supported +CDS 1 15545822 15546236 ENST00000376008 4 TMEM51 ENSG00000171729 Not Supported Not Supported +transcript 1 15490840 15497774 ENST00000424792 NA C1orf195 ENSG00000204464 Not Supported Not Supported +CDS 1 15497677 15497774 ENST00000424792 1 C1orf195 ENSG00000204464 Not Supported Not Supported +CDS 1 15490843 15490957 ENST00000424792 2 C1orf195 ENSG00000204464 Not Supported Not Supported +transcript 1 15494970 15497813 ENST00000376005 NA C1orf195 ENSG00000204464 Not Supported Not Supported +CDS 1 15497677 15497774 ENST00000376005 1 C1orf195 ENSG00000204464 Not Supported Not Supported +CDS 1 15494994 15495273 ENST00000376005 2 C1orf195 ENSG00000204464 Not Supported Not Supported +transcript 1 15518324 15519341 ENST00000400795 NA RP1-21O18.3 ENSG00000215720 Not Supported Not Supported +transcript 1 15573768 15724622 ENST00000358897 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15578281 15578373 ENST00000358897 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15598819 15599025 ENST00000358897 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15615895 15616162 ENST00000358897 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15623180 15623289 ENST00000358897 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15627701 15627937 ENST00000358897 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000358897 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000358897 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000358897 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000358897 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15650948 15651055 ENST00000358897 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000358897 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000358897 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656037 ENST00000358897 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15668232 15668389 ENST00000358897 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671579 15671686 ENST00000358897 16 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000358897 17 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15675538 15675645 ENST00000358897 18 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000358897 19 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000358897 20 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000358897 21 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000358897 22 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000358897 23 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000358897 24 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000358897 25 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000358897 26 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000358897 27 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000358897 28 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000358897 29 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000358897 30 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723906 ENST00000358897 31 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15573768 15724622 ENST00000417793 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15578281 15578373 ENST00000417793 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15598819 15599025 ENST00000417793 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15615895 15616162 ENST00000417793 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15623180 15623289 ENST00000417793 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15627701 15627937 ENST00000417793 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000417793 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000417793 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000417793 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000417793 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15650948 15651055 ENST00000417793 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000417793 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000417793 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656037 ENST00000417793 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15668232 15668389 ENST00000417793 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671579 15671686 ENST00000417793 16 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000417793 17 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000417793 18 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000417793 19 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000417793 20 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000417793 21 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000417793 22 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000417793 23 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000417793 24 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000417793 25 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000417793 26 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000417793 27 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000417793 28 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000417793 29 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723906 ENST00000417793 30 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15573768 15714876 ENST00000375999 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15578281 15578373 ENST00000375999 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15598819 15599025 ENST00000375999 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15615895 15616162 ENST00000375999 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15623180 15623289 ENST00000375999 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15627701 15627937 ENST00000375999 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000375999 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000375999 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000375999 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000375999 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15650948 15651055 ENST00000375999 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000375999 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000375999 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656037 ENST00000375999 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15668232 15668389 ENST00000375999 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671579 15671686 ENST00000375999 16 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000375999 17 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15675538 15675645 ENST00000375999 18 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000375999 19 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000375999 20 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000375999 21 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000375999 22 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000375999 23 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000375999 24 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000375999 25 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000375999 26 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000375999 27 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000375999 28 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000375999 29 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000375999 30 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15710303 15710426 ENST00000375999 31 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15714547 15714627 ENST00000375999 32 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15714842 15714873 ENST00000375999 33 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15573776 15623258 ENST00000433640 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15573776 15573891 ENST00000433640 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15578267 15578373 ENST00000433640 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15615895 15616162 ENST00000433640 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15623180 15623258 ENST00000433640 4 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15578281 15724025 ENST00000375998 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15578281 15578373 ENST00000375998 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15598819 15599025 ENST00000375998 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15615895 15616162 ENST00000375998 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15623180 15623289 ENST00000375998 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15627701 15627937 ENST00000375998 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000375998 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000375998 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000375998 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000375998 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15650948 15651055 ENST00000375998 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000375998 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000375998 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656037 ENST00000375998 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15668232 15668389 ENST00000375998 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671579 15671686 ENST00000375998 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000375998 16 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15675538 15675645 ENST00000375998 17 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000375998 18 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000375998 19 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000375998 20 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000375998 21 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000375998 22 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000375998 23 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000375998 24 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000375998 25 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000375998 26 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000375998 27 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000375998 28 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000375998 29 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723906 ENST00000375998 30 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15613541 15616137 ENST00000462113 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15632257 15656555 ENST00000375996 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15632258 15656555 ENST00000375997 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15632258 15632315 ENST00000375997 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000375997 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000375997 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000375997 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000375997 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000375997 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000375997 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656072 ENST00000375997 8 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15632265 15654925 ENST00000524761 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15632265 15632315 ENST00000524761 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000524761 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000524761 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000524761 4 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15632276 15656094 ENST00000375995 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15632283 15632315 ENST00000375995 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000375995 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000375995 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000375995 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000375995 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656069 ENST00000375995 6 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15632283 15656114 ENST00000401090 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15632283 15632315 ENST00000401090 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15635109 15635232 ENST00000401090 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15639553 15639683 ENST00000401090 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15642874 15642963 ENST00000401090 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15644320 15644424 ENST00000401090 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15653555 15653638 ENST00000401090 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15654773 15654925 ENST00000401090 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15655842 15656069 ENST00000401090 8 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15638601 15641735 ENST00000483694 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15650965 15656504 ENST00000459961 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15653313 15656230 ENST00000472131 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15653616 15724012 ENST00000471347 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15668257 15711054 ENST00000444385 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15668257 15668384 ENST00000444385 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671579 15671686 ENST00000444385 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000444385 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000444385 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000444385 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000444385 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000444385 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000444385 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000444385 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000444385 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000444385 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000444385 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000444385 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000444385 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000444385 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15709652 15709654 ENST00000444385 16 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15671594 15724237 ENST00000529606 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671594 15671686 ENST00000529606 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000529606 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000529606 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000529606 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000529606 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000529606 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000529606 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000529606 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000529606 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000529606 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000529606 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000529606 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000529606 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000529606 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15717706 15717759 ENST00000529606 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723909 ENST00000529606 16 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15671594 15724237 ENST00000314740 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671648 15671686 ENST00000314740 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671912 15672019 ENST00000314740 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000314740 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000314740 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000314740 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000314740 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000314740 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000314740 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000314740 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000314740 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000314740 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000314740 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000314740 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000314740 14 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15717706 15717759 ENST00000314740 15 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723906 ENST00000314740 16 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15671927 15724622 ENST00000314668 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15671927 15672019 ENST00000314668 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15679373 15679480 ENST00000314668 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15684606 15684779 ENST00000314668 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15686974 15687199 ENST00000314668 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689138 15689222 ENST00000314668 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000314668 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000314668 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000314668 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000314668 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000314668 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000314668 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000314668 12 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000314668 13 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15723793 15723909 ENST00000314668 14 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15671956 15687119 ENST00000532408 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15684287 15690813 ENST00000483120 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15689193 15724623 ENST00000481324 NA FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15689193 15689222 ENST00000481324 1 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15692323 15692429 ENST00000481324 2 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15693959 15694118 ENST00000481324 3 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15695866 15695998 ENST00000481324 4 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15700998 15701127 ENST00000481324 5 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15702099 15702226 ENST00000481324 6 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707197 15707292 ENST00000481324 7 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15707727 15707947 ENST00000481324 8 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15708524 15708689 ENST00000481324 9 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15710303 15710426 ENST00000481324 10 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15714547 15714627 ENST00000481324 11 FHAD1 ENSG00000142621 Not Supported Not Supported +CDS 1 15714842 15714876 ENST00000481324 12 FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15702196 15726779 ENST00000477846 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15707776 15724025 ENST00000495195 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15709873 15724025 ENST00000472086 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15717643 15726779 ENST00000472449 NA FHAD1 ENSG00000142621 Not Supported Not Supported +transcript 1 15653176 15670372 ENST00000428747 NA RP3-467K16.2 ENSG00000233485 Not Supported Not Supported +transcript 1 15660662 15661960 ENST00000439788 NA RP3-467K16.7 ENSG00000236045 Not Supported Not Supported +transcript 1 15729475 15735929 ENST00000427824 NA RP3-467K16.4 ENSG00000228140 Not Supported Not Supported +transcript 1 15736391 15756839 ENST00000375980 NA EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15736468 15736775 ENST00000375980 1 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15752367 15752514 ENST00000375980 2 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15753646 15753780 ENST00000375980 3 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15755089 15755217 ENST00000375980 4 EFHD2 ENSG00000142634 Not Supported Not Supported +transcript 1 15736761 15755577 ENST00000445566 NA EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15736761 15736775 ENST00000445566 1 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15752367 15752514 ENST00000445566 2 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15753646 15753780 ENST00000445566 3 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15754394 15754505 ENST00000445566 4 EFHD2 ENSG00000142634 Not Supported Not Supported +CDS 1 15755089 15755216 ENST00000445566 5 EFHD2 ENSG00000142634 Not Supported Not Supported +transcript 1 15764935 15773149 ENST00000375949 NA CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15764961 15765000 ENST00000375949 1 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15766796 15766887 ENST00000375949 2 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15766989 15767086 ENST00000375949 3 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15768943 15769068 ENST00000375949 4 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15769914 15770050 ENST00000375949 5 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15771101 15771246 ENST00000375949 6 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15772092 15772244 ENST00000375949 7 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15773070 15773081 ENST00000375949 8 CTRC ENSG00000162438 Not Supported Not Supported +transcript 1 15764938 15775737 ENST00000375943 NA CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15764961 15765000 ENST00000375943 1 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15768943 15769068 ENST00000375943 2 CTRC ENSG00000162438 Not Supported Not Supported +CDS 1 15769914 15769954 ENST00000375943 3 CTRC ENSG00000162438 Not Supported Not Supported +transcript 1 15764949 15770035 ENST00000476813 NA CTRC ENSG00000162438 Not Supported Not Supported +transcript 1 15766846 15773149 ENST00000483406 NA CTRC ENSG00000162438 Not Supported Not Supported +transcript 1 15783223 15789506 ENST00000459653 NA CELA2A ENSG00000142615 Not Supported Not Supported +transcript 1 15783224 15798586 ENST00000359621 NA CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15783249 15783288 ENST00000359621 1 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15783581 15783669 ENST00000359621 2 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15788056 15788153 ENST00000359621 3 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15789228 15789356 ENST00000359621 4 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15789881 15790017 ENST00000359621 5 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15792494 15792639 ENST00000359621 6 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15793881 15794033 ENST00000359621 7 CELA2A ENSG00000142615 Not Supported Not Supported +CDS 1 15798485 15798499 ENST00000359621 8 CELA2A ENSG00000142615 Not Supported Not Supported +transcript 1 15783242 15784118 ENST00000497590 NA CELA2A ENSG00000142615 Not Supported Not Supported +transcript 1 15792404 15809863 ENST00000494280 NA CELA2B ENSG00000215704 Not Supported Not Supported +transcript 1 15802596 15817895 ENST00000375910 NA CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15802621 15802660 ENST00000375910 1 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15802952 15803040 ENST00000375910 2 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15807593 15807690 ENST00000375910 3 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15808760 15808888 ENST00000375910 4 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15809759 15809895 ENST00000375910 5 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15812396 15812541 ENST00000375910 6 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15813780 15813932 ENST00000375910 7 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15817790 15817804 ENST00000375910 8 CELA2B ENSG00000215704 Not Supported Not Supported +transcript 1 15802960 15808852 ENST00000422901 NA CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15802960 15803040 ENST00000422901 1 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15807593 15807690 ENST00000422901 2 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15808140 15808244 ENST00000422901 3 CELA2B ENSG00000215704 Not Supported Not Supported +CDS 1 15808760 15808852 ENST00000422901 4 CELA2B ENSG00000215704 Not Supported Not Supported +transcript 1 15812356 15817890 ENST00000488764 NA CELA2B ENSG00000215704 Not Supported Not Supported +transcript 1 15817327 15850940 ENST00000546424 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850695 ENST00000546424 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844890 ENST00000546424 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000546424 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833570 ENST00000546424 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15832485 15832574 ENST00000546424 5 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831106 15831253 ENST00000546424 6 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15821768 15821947 ENST00000546424 7 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15820282 15820496 ENST00000546424 8 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15818765 15850790 ENST00000333868 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850695 ENST00000333868 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844890 ENST00000333868 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000333868 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833570 ENST00000333868 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15832485 15832574 ENST00000333868 5 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831106 15831253 ENST00000333868 6 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15821768 15821947 ENST00000333868 7 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15820387 15820496 ENST00000333868 8 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15819441 15819530 ENST00000333868 9 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15818765 15850842 ENST00000348549 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850695 ENST00000348549 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844890 ENST00000348549 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15821768 15821947 ENST00000348549 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15820387 15820496 ENST00000348549 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15819441 15819530 ENST00000348549 5 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15818861 15850687 ENST00000400777 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850687 ENST00000400777 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844890 ENST00000400777 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000400777 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833617 15833628 ENST00000400777 4 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15819293 15833547 ENST00000424908 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833547 ENST00000424908 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15832485 15832574 ENST00000424908 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831106 15831253 ENST00000424908 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15820387 15820496 ENST00000424908 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15819438 15819530 ENST00000424908 5 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15819350 15851221 ENST00000375890 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844773 ENST00000375890 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000375890 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833570 ENST00000375890 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15832485 15832574 ENST00000375890 5 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831106 15831253 ENST00000375890 6 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15821768 15821947 ENST00000375890 7 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15820387 15820496 ENST00000375890 8 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15819441 15819530 ENST00000375890 9 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15819438 15850695 ENST00000474305 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850695 ENST00000474305 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844745 15844890 ENST00000474305 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834396 15834402 ENST00000474305 3 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15821768 15851384 ENST00000447522 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844773 ENST00000447522 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000447522 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833570 ENST00000447522 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15832485 15832574 ENST00000447522 5 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831106 15831253 ENST00000447522 6 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15821768 15821947 ENST00000447522 7 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15831120 15850712 ENST00000440484 NA CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15850564 15850695 ENST00000440484 1 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15844605 15844890 ENST00000440484 2 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15834368 15834402 ENST00000440484 3 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15833394 15833570 ENST00000440484 4 CASP9 ENSG00000132906 Not Supported Not Supported +CDS 1 15831120 15831253 ENST00000440484 5 CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15834267 15850710 ENST00000546969 NA CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15844631 15853029 ENST00000469637 NA CASP9 ENSG00000132906 Not Supported Not Supported +transcript 1 15853308 15893090 ENST00000375838 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15855601 15855767 ENST00000375838 2 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15860732 15860798 ENST00000375838 3 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15862970 15863309 ENST00000375838 4 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15870894 15871078 ENST00000375838 5 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15873262 15873366 ENST00000375838 6 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15874765 15874923 ENST00000375838 7 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15886021 15886151 ENST00000375838 8 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15888637 15888820 ENST00000375838 9 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890424 15890606 ENST00000375838 10 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890778 15890854 ENST00000375838 11 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892414 15892494 ENST00000375838 12 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892577 15892682 ENST00000375838 13 DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15853308 15898228 ENST00000375847 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15855601 15855767 ENST00000375847 2 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15860732 15860798 ENST00000375847 3 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15862970 15863309 ENST00000375847 4 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15870894 15871078 ENST00000375847 5 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15873262 15873366 ENST00000375847 6 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15874765 15874923 ENST00000375847 7 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15886021 15886151 ENST00000375847 8 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15888637 15888820 ENST00000375847 9 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890424 15890606 ENST00000375847 10 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890778 15890854 ENST00000375847 11 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892414 15892494 ENST00000375847 12 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892577 15892675 ENST00000375847 13 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15893594 15893764 ENST00000375847 14 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15894273 15894669 ENST00000375847 15 DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15853308 15898228 ENST00000475133 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15855601 15855767 ENST00000475133 2 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15860732 15860798 ENST00000475133 3 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15862970 15863309 ENST00000475133 4 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15870894 15871078 ENST00000475133 5 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15873262 15873366 ENST00000475133 6 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15874765 15874923 ENST00000475133 7 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15886021 15886151 ENST00000475133 8 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15888637 15888820 ENST00000475133 9 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890424 15890606 ENST00000475133 10 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890778 15890854 ENST00000475133 11 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892414 15892494 ENST00000475133 12 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892577 15892682 ENST00000475133 13 DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15853308 15902587 ENST00000375849 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15855601 15855767 ENST00000375849 2 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15860732 15860798 ENST00000375849 3 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15862970 15863309 ENST00000375849 4 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15870894 15871078 ENST00000375849 5 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15873262 15873366 ENST00000375849 6 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15874765 15874923 ENST00000375849 7 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15886021 15886151 ENST00000375849 8 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15888637 15888820 ENST00000375849 9 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890424 15890606 ENST00000375849 10 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890778 15890854 ENST00000375849 11 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892414 15892494 ENST00000375849 12 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892577 15892675 ENST00000375849 13 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15893594 15893764 ENST00000375849 14 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15901255 15901270 ENST00000375849 15 DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15886103 15918874 ENST00000483270 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15890581 15893636 ENST00000472665 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890581 15890606 ENST00000472665 1 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15890778 15890854 ENST00000472665 2 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892414 15892494 ENST00000472665 3 DNAJC16 ENSG00000116138 Not Supported Not Supported +CDS 1 15892577 15892685 ENST00000472665 4 DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15892313 15892904 ENST00000479655 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15893541 15894556 ENST00000490811 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15894654 15896776 ENST00000495523 NA DNAJC16 ENSG00000116138 Not Supported Not Supported +transcript 1 15868660 15868799 ENST00000516057 NA SCARNA21 ENSG00000251866 Not Supported Not Supported +transcript 1 15892106 15892451 ENST00000606186 NA RP4-680D5.8 ENSG00000272510 Not Supported Not Supported +transcript 1 15898848 15911605 ENST00000375826 NA AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15911191 15911462 ENST00000375826 1 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15909688 15909890 ENST00000375826 2 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15906589 15906637 ENST00000375826 3 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15905354 15905549 ENST00000375826 4 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15904180 15904359 ENST00000375826 5 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15901252 15901336 ENST00000375826 6 AGMAT ENSG00000116771 Not Supported Not Supported +CDS 1 15900149 15900219 ENST00000375826 7 AGMAT ENSG00000116771 Not Supported Not Supported +transcript 1 15912631 15930121 ENST00000428945 NA RP4-680D5.2 ENSG00000237301 Not Supported Not Supported +transcript 1 15931077 15931538 ENST00000420030 NA CHCHD2P6 ENSG00000235084 Not Supported Not Supported +transcript 1 15931092 15931538 ENST00000454346 NA CHCHD2P6 ENSG00000235084 Not Supported Not Supported +transcript 1 15934573 15934640 ENST00000516608 NA RNU7-179P ENSG00000252417 Not Supported Not Supported +transcript 1 15941138 15941362 ENST00000422383 NA RP4-680D5.4 ENSG00000236500 Not Supported Not Supported +transcript 1 15943995 15995539 ENST00000480945 NA DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15944166 15944303 ENST00000480945 1 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15953164 15953293 ENST00000480945 2 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15956820 15957056 ENST00000480945 3 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15959934 15960060 ENST00000480945 4 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15964802 15964929 ENST00000480945 5 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15970017 15970145 ENST00000480945 6 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15976215 15976318 ENST00000480945 7 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15978201 15978390 ENST00000480945 8 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15983112 15983125 ENST00000480945 9 DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15944038 15960801 ENST00000486680 NA DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15944110 15953561 ENST00000546927 NA DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15956897 15987552 ENST00000320153 NA DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15956897 15957056 ENST00000320153 1 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15959934 15960060 ENST00000320153 2 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15960293 15960305 ENST00000320153 3 DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15956920 15976318 ENST00000483899 NA DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15956920 15957056 ENST00000483899 1 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15959934 15960060 ENST00000483899 2 DDI2 ENSG00000197312 Not Supported Not Supported +CDS 1 15970017 15970062 ENST00000483899 3 DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15978331 15983480 ENST00000548451 NA DDI2 ENSG00000197312 Not Supported Not Supported +transcript 1 15986364 15988217 ENST00000345034 NA RSC1A1 ENSG00000215695 Not Supported Not Supported +CDS 1 15986364 15988214 ENST00000345034 1 RSC1A1 ENSG00000215695 Not Supported Not Supported +transcript 1 16009368 16009623 ENST00000606262 NA RP4-680D5.9 ENSG00000271742 Not Supported Not Supported +transcript 1 16010827 16061264 ENST00000375799 NA PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16011054 16011113 ENST00000375799 1 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16042732 16042838 ENST00000375799 2 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16043202 16043311 ENST00000375799 3 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16044388 16044487 ENST00000375799 4 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16045033 16045120 ENST00000375799 5 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16046229 16046415 ENST00000375799 6 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16047824 16047883 ENST00000375799 7 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16051812 16052040 ENST00000375799 8 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16053509 16054327 ENST00000375799 9 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16054574 16054643 ENST00000375799 10 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16054762 16054852 ENST00000375799 11 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16055164 16055228 ENST00000375799 12 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16055597 16055685 ENST00000375799 13 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16056292 16056424 ENST00000375799 14 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16057027 16057217 ENST00000375799 15 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16057687 16057752 ENST00000375799 16 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16058384 16058543 ENST00000375799 17 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16058845 16059024 ENST00000375799 18 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16059107 16059223 ENST00000375799 19 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16060292 16060426 ENST00000375799 20 PLEKHM2 ENSG00000116786 Not Supported Not Supported +transcript 1 16010885 16061264 ENST00000375793 NA PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16011054 16011113 ENST00000375793 1 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16042732 16042838 ENST00000375793 2 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16043202 16043311 ENST00000375793 3 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16044388 16044487 ENST00000375793 4 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16045033 16045120 ENST00000375793 5 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16046229 16046415 ENST00000375793 6 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16051812 16052040 ENST00000375793 7 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16053509 16054327 ENST00000375793 8 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16054574 16054643 ENST00000375793 9 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16054762 16054852 ENST00000375793 10 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16055164 16055228 ENST00000375793 11 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16055597 16055685 ENST00000375793 12 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16056292 16056424 ENST00000375793 13 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16057027 16057217 ENST00000375793 14 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16057687 16057752 ENST00000375793 15 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16058384 16058543 ENST00000375793 16 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16058845 16059024 ENST00000375793 17 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16059107 16059223 ENST00000375793 18 PLEKHM2 ENSG00000116786 Not Supported Not Supported +CDS 1 16060292 16060426 ENST00000375793 19 PLEKHM2 ENSG00000116786 Not Supported Not Supported +transcript 1 16011036 16046364 ENST00000462455 NA PLEKHM2 ENSG00000116786 Not Supported Not Supported +transcript 1 16056340 16060610 ENST00000477849 NA PLEKHM2 ENSG00000116786 Not Supported Not Supported +transcript 1 16010967 16011053 ENST00000584345 NA AL121992.1 ENSG00000264048 Not Supported Not Supported +transcript 1 16049214 16063391 ENST00000453804 NA RP11-288I21.1 ENSG00000237938 Not Supported Not Supported +transcript 1 16062900 16067891 ENST00000294454 NA SLC25A34 ENSG00000162461 Not Supported Not Supported +CDS 1 16062981 16063358 ENST00000294454 1 SLC25A34 ENSG00000162461 Not Supported Not Supported +CDS 1 16064424 16064489 ENST00000294454 2 SLC25A34 ENSG00000162461 Not Supported Not Supported +CDS 1 16064588 16064740 ENST00000294454 3 SLC25A34 ENSG00000162461 Not Supported Not Supported +CDS 1 16065089 16065223 ENST00000294454 4 SLC25A34 ENSG00000162461 Not Supported Not Supported +CDS 1 16065719 16065898 ENST00000294454 5 SLC25A34 ENSG00000162461 Not Supported Not Supported +transcript 1 16064278 16065830 ENST00000489568 NA SLC25A34 ENSG00000162461 Not Supported Not Supported +transcript 1 16065530 16066057 ENST00000465495 NA SLC25A34 ENSG00000162461 Not Supported Not Supported +transcript 1 16066546 16076391 ENST00000418525 NA RP11-169K16.4 ENSG00000224459 Not Supported Not Supported +transcript 1 16068917 16074477 ENST00000375782 NA TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16069055 16069142 ENST00000375782 1 TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16069330 16069402 ENST00000375782 2 TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16069515 16069689 ENST00000375782 3 TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16070655 16071075 ENST00000375782 4 TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16073362 16073549 ENST00000375782 5 TMEM82 ENSG00000162460 Not Supported Not Supported +CDS 1 16074041 16074124 ENST00000375782 6 TMEM82 ENSG00000162460 Not Supported Not Supported +transcript 1 16069042 16071075 ENST00000465575 NA TMEM82 ENSG00000162460 Not Supported Not Supported +transcript 1 16083102 16091568 ENST00000496928 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091568 ENST00000496928 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16083112 16091581 ENST00000508310 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091581 ENST00000508310 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16083136 16091712 ENST00000510393 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091712 ENST00000510393 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16083139 16091530 ENST00000430076 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091530 ENST00000430076 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16083154 16113089 ENST00000375771 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000375771 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16093871 16094058 ENST00000375771 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16095023 16095125 ENST00000375771 6 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000375771 7 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101291 ENST00000375771 8 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16103665 16103782 ENST00000375771 9 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16111043 16111153 ENST00000375771 10 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16084441 16091522 ENST00000510929 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091522 ENST00000510929 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16084442 16091571 ENST00000502638 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091571 ENST00000502638 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16084914 16113089 ENST00000375766 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000375766 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16093871 16094058 ENST00000375766 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16095023 16095125 ENST00000375766 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000375766 6 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101291 ENST00000375766 7 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16103665 16103782 ENST00000375766 8 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16111043 16111153 ENST00000375766 9 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16085255 16113084 ENST00000400773 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000400773 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000400773 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101291 ENST00000400773 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16103665 16103782 ENST00000400773 6 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16111043 16111153 ENST00000400773 7 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16085279 16094054 ENST00000483633 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000483633 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16093871 16094054 ENST00000483633 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16085288 16101126 ENST00000502739 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000502739 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000502739 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101126 ENST00000502739 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16085292 16093932 ENST00000431771 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000431771 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16093871 16093932 ENST00000431771 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16090994 16101737 ENST00000441801 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000441801 2 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16093871 16094058 ENST00000441801 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16095023 16095125 ENST00000441801 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000441801 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101523 ENST00000441801 6 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16091448 16111824 ENST00000332305 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16091479 16091728 ENST00000332305 1 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16096904 16097073 ENST00000332305 2 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16101113 16101291 ENST00000332305 3 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16103665 16103782 ENST00000332305 4 FBLIM1 ENSG00000162458 Not Supported Not Supported +CDS 1 16111043 16111153 ENST00000332305 5 FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16103510 16111180 ENST00000514156 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16103568 16111333 ENST00000509138 NA FBLIM1 ENSG00000162458 Not Supported Not Supported +transcript 1 16119291 16119780 ENST00000431782 NA RP11-169K16.6 ENSG00000224321 Not Supported Not Supported +transcript 1 16133679 16134194 ENST00000538385 NA RP11-169K16.7 ENSG00000233954 Not Supported Not Supported +transcript 1 16133869 16134144 ENST00000483273 NA RP11-169K16.7 ENSG00000233954 Not Supported Not Supported +transcript 1 16154724 16155167 ENST00000395968 NA RP11-169K16.8 ENSG00000178715 Not Supported Not Supported +transcript 1 16154727 16155164 ENST00000321418 NA RP11-169K16.8 ENSG00000178715 Not Supported Not Supported +transcript 1 16160560 16162355 ENST00000535249 NA RP11-169K16.9 ENSG00000179743 Not Supported Not Supported +transcript 1 16160974 16174642 ENST00000317122 NA RP11-169K16.9 ENSG00000179743 Not Supported Not Supported +transcript 1 16174359 16266955 ENST00000375759 NA SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16174563 16174645 ENST00000375759 1 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16199311 16199631 ENST00000375759 2 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16202697 16203173 ENST00000375759 3 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16235816 16235976 ENST00000375759 4 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16237596 16237796 ENST00000375759 5 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16242623 16242774 ENST00000375759 6 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16245421 16245546 ENST00000375759 7 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16245899 16246012 ENST00000375759 8 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16247365 16247478 ENST00000375759 9 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16248744 16248844 ENST00000375759 10 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16254586 16262761 ENST00000375759 11 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16263658 16264140 ENST00000375759 12 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16264307 16264501 ENST00000375759 13 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16265213 16265371 ENST00000375759 14 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16265791 16265919 ENST00000375759 15 SPEN ENSG00000065526 Not Supported Not Supported +transcript 1 16199997 16203206 ENST00000471538 NA SPEN ENSG00000065526 Not Supported Not Supported +transcript 1 16199997 16237796 ENST00000438066 NA SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16200610 16200890 ENST00000438066 1 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16202697 16203173 ENST00000438066 2 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16235816 16235976 ENST00000438066 3 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16237596 16237796 ENST00000438066 4 SPEN ENSG00000065526 Not Supported Not Supported +transcript 1 16203071 16247401 ENST00000442985 NA SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16203071 16203173 ENST00000442985 1 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16235819 16235976 ENST00000442985 2 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16237596 16237796 ENST00000442985 3 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16242623 16242774 ENST00000442985 4 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16245421 16245546 ENST00000442985 5 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16245899 16246012 ENST00000442985 6 SPEN ENSG00000065526 Not Supported Not Supported +CDS 1 16247365 16247401 ENST00000442985 7 SPEN ENSG00000065526 Not Supported Not Supported +transcript 1 16265078 16266039 ENST00000487496 NA SPEN ENSG00000065526 Not Supported Not Supported +transcript 1 16237392 16237492 ENST00000459258 NA snoU13 ENSG00000238818 Not Supported Not Supported +transcript 1 16244193 16244403 ENST00000604816 NA RP1-134O19.3 ENSG00000270620 Not Supported Not Supported +transcript 1 16268364 16269217 ENST00000462525 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16268364 16269584 ENST00000440560 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269559 16269584 ENST00000440560 1 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269024 16269233 ENST00000440560 2 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268826 16268936 ENST00000440560 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268464 16268747 ENST00000440560 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16268364 16302621 ENST00000375743 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16274786 16274990 ENST00000375743 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16273430 16273618 ENST00000375743 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272649 16272789 ENST00000375743 5 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272210 16272335 ENST00000375743 6 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271432 16271697 ENST00000375743 7 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271192 16271334 ENST00000375743 8 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270795 16271095 ENST00000375743 9 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270303 16270390 ENST00000375743 10 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270094 16270210 ENST00000375743 11 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269894 16270014 ENST00000375743 12 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269559 16269689 ENST00000375743 13 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269024 16269233 ENST00000375743 14 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268826 16268915 ENST00000375743 15 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268467 16268747 ENST00000375743 16 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16268366 16302627 ENST00000375733 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16274786 16274990 ENST00000375733 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16273430 16273618 ENST00000375733 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272649 16272789 ENST00000375733 5 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272210 16272335 ENST00000375733 6 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271432 16271697 ENST00000375733 7 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271192 16271334 ENST00000375733 8 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270795 16271095 ENST00000375733 9 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270303 16270390 ENST00000375733 10 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270094 16270210 ENST00000375733 11 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269894 16270014 ENST00000375733 12 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269559 16269689 ENST00000375733 13 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269024 16269233 ENST00000375733 14 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268826 16268936 ENST00000375733 15 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268467 16268747 ENST00000375733 16 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16268366 16302574 ENST00000537142 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16273430 16273555 ENST00000537142 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272649 16272811 ENST00000537142 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272210 16272335 ENST00000537142 5 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271432 16271697 ENST00000537142 6 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271192 16271334 ENST00000537142 7 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270795 16271095 ENST00000537142 8 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270303 16270390 ENST00000537142 9 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270094 16270210 ENST00000537142 10 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269894 16270014 ENST00000537142 11 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269559 16269689 ENST00000537142 12 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269024 16269233 ENST00000537142 13 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268826 16268915 ENST00000537142 14 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268467 16268747 ENST00000537142 15 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16268902 16270923 ENST00000444358 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270795 16270923 ENST00000444358 1 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270094 16270210 ENST00000444358 2 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269894 16270014 ENST00000444358 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269559 16269689 ENST00000444358 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16269024 16269233 ENST00000444358 5 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16268902 16268915 ENST00000444358 6 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16269251 16269879 ENST00000488008 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16269735 16270853 ENST00000471805 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16269752 16270421 ENST00000472658 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16269924 16270888 ENST00000474511 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16270094 16270898 ENST00000487785 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16270322 16302584 ENST00000448462 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16274786 16274990 ENST00000448462 3 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272649 16272789 ENST00000448462 4 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16272210 16272335 ENST00000448462 5 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271432 16271697 ENST00000448462 6 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16271192 16271334 ENST00000448462 7 ZBTB17 ENSG00000116809 Not Supported Not Supported +CDS 1 16270450 16271095 ENST00000448462 8 ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16270912 16272579 ENST00000492834 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16271483 16273600 ENST00000490899 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16272216 16273787 ENST00000464719 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16272341 16302599 ENST00000479282 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16272428 16279468 ENST00000494020 NA ZBTB17 ENSG00000116809 Not Supported Not Supported +transcript 1 16296127 16296689 ENST00000416882 NA RP11-5P18.1 ENSG00000234607 Not Supported Not Supported +transcript 1 16314677 16314936 ENST00000424379 NA RP11-5P18.3 ENSG00000231353 Not Supported Not Supported +transcript 1 16316366 16321246 ENST00000505954 NA TBC1D3P6 ENSG00000224966 Not Supported Not Supported +transcript 1 16330731 16335302 ENST00000329454 NA C1orf64 ENSG00000183888 Not Supported Not Supported +CDS 1 16330799 16330880 ENST00000329454 1 C1orf64 ENSG00000183888 Not Supported Not Supported +CDS 1 16332414 16332838 ENST00000329454 2 C1orf64 ENSG00000183888 Not Supported Not Supported +transcript 1 16332655 16333166 ENST00000437156 NA RP11-5P18.5 ENSG00000233078 Not Supported Not Supported +transcript 1 16340523 16344536 ENST00000411503 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344458 ENST00000411503 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343584 16343702 ENST00000411503 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342078 16342254 ENST00000411503 3 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16340523 16344538 ENST00000442459 NA HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16340523 16345285 ENST00000311890 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344458 ENST00000311890 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343569 16343702 ENST00000311890 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342078 16342254 ENST00000311890 3 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16340523 16346089 ENST00000375718 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16345629 16345964 ENST00000375718 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344347 ENST00000375718 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343569 16343702 ENST00000375718 3 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342078 16342254 ENST00000375718 4 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16341869 16344320 ENST00000463576 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344320 ENST00000463576 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343584 16343717 ENST00000463576 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342075 16342254 ENST00000463576 3 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16341869 16344568 ENST00000487046 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344458 ENST00000487046 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343569 16343717 ENST00000487046 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342078 16342254 ENST00000487046 3 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16341994 16344500 ENST00000406363 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344260 16344458 ENST00000406363 1 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16343569 16343714 ENST00000406363 2 HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16342078 16342254 ENST00000406363 3 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16343831 16344538 ENST00000545268 NA HSPB7 ENSG00000173641 Not Supported Not Supported +CDS 1 16344255 16344458 ENST00000545268 1 HSPB7 ENSG00000173641 Not Supported Not Supported +transcript 1 16345370 16360545 ENST00000464764 NA CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16347525 16348232 ENST00000477360 NA CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16348366 16360545 ENST00000375692 NA CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16349115 16349214 ENST00000375692 3 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16350295 16350423 ENST00000375692 4 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16351258 16351386 ENST00000375692 5 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16352603 16352742 ENST00000375692 6 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353031 16353108 ENST00000375692 7 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353192 16353270 ENST00000375692 8 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353805 16353930 ENST00000375692 9 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354316 16354400 ENST00000375692 10 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354513 16354614 ENST00000375692 11 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355256 16355340 ENST00000375692 12 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355621 16355794 ENST00000375692 13 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356226 16356295 ENST00000375692 14 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356460 16356570 ENST00000375692 15 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356956 16357169 ENST00000375692 16 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358205 16358338 ENST00000375692 17 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358698 16358786 ENST00000375692 18 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358941 16359021 ENST00000375692 19 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16359665 16359751 ENST00000375692 20 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16360106 16360150 ENST00000375692 21 CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16348408 16353091 ENST00000495784 NA CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16348486 16360542 ENST00000420078 NA CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16349115 16349214 ENST00000420078 2 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16350295 16350423 ENST00000420078 3 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16351258 16351386 ENST00000420078 4 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16352603 16352742 ENST00000420078 5 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353031 16353108 ENST00000420078 6 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353192 16353270 ENST00000420078 7 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353805 16353930 ENST00000420078 8 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354316 16354400 ENST00000420078 9 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354513 16354614 ENST00000420078 10 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355256 16355340 ENST00000420078 11 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355621 16355794 ENST00000420078 12 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356226 16356295 ENST00000420078 13 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356460 16356570 ENST00000420078 14 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356956 16357169 ENST00000420078 15 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358205 16358338 ENST00000420078 16 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358698 16358786 ENST00000420078 17 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358941 16359021 ENST00000420078 18 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16359665 16359751 ENST00000420078 19 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16360106 16360150 ENST00000420078 20 CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16348509 16360158 ENST00000439316 NA CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16349115 16349214 ENST00000439316 2 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16350295 16350423 ENST00000439316 3 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16352603 16352742 ENST00000439316 4 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353031 16353108 ENST00000439316 5 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353192 16353270 ENST00000439316 6 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353805 16353930 ENST00000439316 7 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354316 16354400 ENST00000439316 8 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354513 16354614 ENST00000439316 9 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355256 16355340 ENST00000439316 10 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355621 16355794 ENST00000439316 11 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356226 16356295 ENST00000439316 12 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356460 16356570 ENST00000439316 13 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356956 16357169 ENST00000439316 14 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358205 16358338 ENST00000439316 15 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358698 16358786 ENST00000439316 16 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358938 16359021 ENST00000439316 17 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16359665 16359751 ENST00000439316 18 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16360106 16360150 ENST00000439316 19 CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16348547 16360545 ENST00000331433 NA CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16349115 16349214 ENST00000331433 2 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16350295 16350423 ENST00000331433 3 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16351258 16351386 ENST00000331433 4 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16352603 16352742 ENST00000331433 5 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353031 16353108 ENST00000331433 6 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353192 16353270 ENST00000331433 7 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16353805 16353930 ENST00000331433 8 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354316 16354400 ENST00000331433 9 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16354513 16354614 ENST00000331433 10 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355256 16355340 ENST00000331433 11 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16355621 16355794 ENST00000331433 12 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356226 16356295 ENST00000331433 13 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356460 16356570 ENST00000331433 14 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16356956 16357169 ENST00000331433 15 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358205 16358338 ENST00000331433 16 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358698 16358786 ENST00000331433 17 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16358938 16359021 ENST00000331433 18 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16359665 16359751 ENST00000331433 19 CLCNKA ENSG00000186510 Not Supported Not Supported +CDS 1 16360106 16360150 ENST00000331433 20 CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16353334 16356570 ENST00000491433 NA CLCNKA ENSG00000186510 Not Supported Not Supported +transcript 1 16361673 16366524 ENST00000447882 NA RP11-5P18.10 ENSG00000232456 Not Supported Not Supported +transcript 1 16370272 16383803 ENST00000375679 NA CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16370988 16371087 ENST00000375679 2 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16372053 16372181 ENST00000375679 3 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16373030 16373158 ENST00000375679 4 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16374400 16374539 ENST00000375679 5 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16374838 16374915 ENST00000375679 6 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16374999 16375077 ENST00000375679 7 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16375615 16375740 ENST00000375679 8 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16376113 16376197 ENST00000375679 9 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16376310 16376411 ENST00000375679 10 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377011 16377095 ENST00000375679 11 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377370 16377543 ENST00000375679 12 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377973 16378042 ENST00000375679 13 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16378205 16378315 ENST00000375679 14 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16378693 16378906 ENST00000375679 15 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16380134 16380267 ENST00000375679 16 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16381930 16382018 ENST00000375679 17 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16382170 16382253 ENST00000375679 18 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16382917 16383003 ENST00000375679 19 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16383364 16383408 ENST00000375679 20 CLCNKB ENSG00000184908 Not Supported Not Supported +transcript 1 16375284 16383803 ENST00000375667 NA CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16375467 16375740 ENST00000375667 1 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16376113 16376197 ENST00000375667 2 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16376310 16376411 ENST00000375667 3 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377011 16377095 ENST00000375667 4 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377370 16377543 ENST00000375667 5 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16377973 16378042 ENST00000375667 6 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16378205 16378315 ENST00000375667 7 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16378693 16378906 ENST00000375667 8 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16380134 16380267 ENST00000375667 9 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16381930 16382018 ENST00000375667 10 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16382173 16382253 ENST00000375667 11 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16382917 16383003 ENST00000375667 12 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16383364 16383408 ENST00000375667 13 CLCNKB ENSG00000184908 Not Supported Not Supported +transcript 1 16378818 16383803 ENST00000431772 NA CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16378818 16378906 ENST00000431772 1 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16380134 16380267 ENST00000431772 2 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16381930 16382018 ENST00000431772 3 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16382173 16382253 ENST00000431772 4 CLCNKB ENSG00000184908 Not Supported Not Supported +CDS 1 16383733 16383780 ENST00000431772 5 CLCNKB ENSG00000184908 Not Supported Not Supported +transcript 1 16384264 16400121 ENST00000375662 NA FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16399916 16399937 ENST00000375662 1 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16390016 16390131 ENST00000375662 2 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16388994 16389029 ENST00000375662 3 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16388594 16388687 ENST00000375662 4 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16386364 16386546 ENST00000375662 5 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16385989 16386099 ENST00000375662 6 FAM131C ENSG00000185519 Not Supported Not Supported +CDS 1 16384935 16385212 ENST00000375662 7 FAM131C ENSG00000185519 Not Supported Not Supported +transcript 1 16384774 16400127 ENST00000494078 NA FAM131C ENSG00000185519 Not Supported Not Supported +transcript 1 16450832 16482582 ENST00000358432 NA EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16482343 16482427 ENST00000358432 1 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16477391 16477458 ENST00000358432 2 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16474873 16475542 ENST00000358432 3 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16464770 16464925 ENST00000358432 4 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16464348 16464680 ENST00000358432 5 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16462150 16462265 ENST00000358432 6 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16461531 16461684 ENST00000358432 7 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16460963 16461062 ENST00000358432 8 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16460355 16460410 ENST00000358432 9 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16459976 16460101 ENST00000358432 10 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16459675 16459863 ENST00000358432 11 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16458873 16458934 ENST00000358432 12 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16458559 16458768 ENST00000358432 13 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16458216 16458365 ENST00000358432 14 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16456721 16456914 ENST00000358432 15 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16455929 16456084 ENST00000358432 16 EPHA2 ENSG00000142627 Not Supported Not Supported +CDS 1 16451713 16451815 ENST00000358432 17 EPHA2 ENSG00000142627 Not Supported Not Supported +transcript 1 16459508 16460057 ENST00000462805 NA EPHA2 ENSG00000142627 Not Supported Not Supported +transcript 1 16461055 16472945 ENST00000480202 NA EPHA2 ENSG00000142627 Not Supported Not Supported +transcript 1 16474873 16482547 ENST00000461614 NA EPHA2 ENSG00000142627 Not Supported Not Supported +transcript 1 16481706 16483824 ENST00000424774 NA RP11-276H7.2 ENSG00000227959 Not Supported Not Supported +transcript 1 16485761 16488378 ENST00000426353 NA RP11-276H7.3 ENSG00000224621 Not Supported Not Supported +transcript 1 16524349 16524852 ENST00000457809 NA ARHGEF19-AS1 ENSG00000234166 Not Supported Not Supported +transcript 1 16524349 16533506 ENST00000478117 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16524599 16539104 ENST00000270747 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16535138 16535549 ENST00000270747 2 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16534439 16534720 ENST00000270747 3 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16534170 16534272 ENST00000270747 4 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16534017 16534093 ENST00000270747 5 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16533443 16533705 ENST00000270747 6 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532675 16532835 ENST00000270747 7 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532426 16532578 ENST00000270747 8 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532033 16532162 ENST00000270747 9 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531846 16531920 ENST00000270747 10 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531582 16531671 ENST00000270747 11 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531254 16531414 ENST00000270747 12 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16528911 16529069 ENST00000270747 13 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16528277 16528356 ENST00000270747 14 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16525645 16525749 ENST00000270747 15 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16525085 16525239 ENST00000270747 16 ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16531306 16533038 ENST00000449495 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532675 16533038 ENST00000449495 1 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532426 16532578 ENST00000449495 2 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532033 16532162 ENST00000449495 3 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531846 16531920 ENST00000449495 4 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531582 16531671 ENST00000449495 5 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16531306 16531414 ENST00000449495 6 ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16531395 16533021 ENST00000478210 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16532122 16533477 ENST00000471928 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16532344 16533021 ENST00000441785 NA ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532675 16533021 ENST00000441785 1 ARHGEF19 ENSG00000142632 Not Supported Not Supported +CDS 1 16532422 16532578 ENST00000441785 2 ARHGEF19 ENSG00000142632 Not Supported Not Supported +transcript 1 16542404 16543655 ENST00000442385 NA ANO7P1 ENSG00000237276 Not Supported Not Supported +transcript 1 16542952 16543823 ENST00000475369 NA ANO7P1 ENSG00000237276 Not Supported Not Supported +transcript 1 16542964 16554522 ENST00000602586 NA ANO7P1 ENSG00000237276 Not Supported Not Supported +transcript 1 16555368 16556038 ENST00000375605 NA C1orf134 ENSG00000204377 Not Supported Not Supported +CDS 1 16555978 16556038 ENST00000375605 1 C1orf134 ENSG00000204377 Not Supported Not Supported +CDS 1 16555371 16555558 ENST00000375605 2 C1orf134 ENSG00000204377 Not Supported Not Supported +transcript 1 16558195 16563657 ENST00000375599 NA RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16563126 16563237 ENST00000375599 1 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16560107 16560259 ENST00000375599 2 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16559388 16559512 ENST00000375599 3 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16559005 16559141 ENST00000375599 4 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16558546 16558792 ENST00000375599 5 RSG1 ENSG00000132881 Not Supported Not Supported +transcript 1 16558776 16563154 ENST00000434014 NA RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16563126 16563154 ENST00000434014 1 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16560107 16560259 ENST00000434014 2 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16559005 16559141 ENST00000434014 3 RSG1 ENSG00000132881 Not Supported Not Supported +CDS 1 16558776 16558792 ENST00000434014 4 RSG1 ENSG00000132881 Not Supported Not Supported +transcript 1 16567708 16567893 ENST00000421314 NA MT1XP1 ENSG00000233929 Not Supported Not Supported +transcript 1 16573334 16678949 ENST00000375592 NA FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16641664 16641913 ENST00000375592 2 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16632298 16632414 ENST00000375592 3 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16621278 16621412 ENST00000375592 4 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16583101 16583254 ENST00000375592 5 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16582206 16582316 ENST00000375592 6 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16580130 16580226 ENST00000375592 7 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16579591 16579647 ENST00000375592 8 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16578783 16578899 ENST00000375592 9 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16577168 16578280 ENST00000375592 10 FBXO42 ENSG00000037637 Not Supported Not Supported +transcript 1 16577577 16579922 ENST00000456164 NA FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16579591 16579665 ENST00000456164 1 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16578783 16578899 ENST00000456164 2 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16577577 16578280 ENST00000456164 3 FBXO42 ENSG00000037637 Not Supported Not Supported +transcript 1 16577577 16580088 ENST00000444116 NA FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16579591 16579665 ENST00000444116 2 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16578783 16578899 ENST00000444116 3 FBXO42 ENSG00000037637 Not Supported Not Supported +CDS 1 16577577 16578280 ENST00000444116 4 FBXO42 ENSG00000037637 Not Supported Not Supported +transcript 1 16618809 16641862 ENST00000478089 NA FBXO42 ENSG00000037637 Not Supported Not Supported +transcript 1 16679070 16719850 ENST00000475078 NA SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693578 16724637 ENST00000401088 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693753 16693803 ENST00000401088 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16717870 16717919 ENST00000401088 2 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16719723 16719977 ENST00000401088 3 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721533 16721632 ENST00000401088 4 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693583 16721901 ENST00000471507 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693753 16693803 ENST00000471507 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16717870 16717919 ENST00000471507 2 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16719726 16719977 ENST00000471507 3 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721533 16721632 ENST00000471507 4 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693720 16724640 ENST00000401089 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693760 16693803 ENST00000401089 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16719723 16719977 ENST00000401089 2 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721533 16721632 ENST00000401089 3 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693730 16721634 ENST00000486763 NA SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693738 16719880 ENST00000476423 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693760 16693803 ENST00000476423 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16713997 16714204 ENST00000476423 2 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693738 16721667 ENST00000475554 NA SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693738 16722607 ENST00000375590 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693760 16693803 ENST00000375590 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16719726 16719977 ENST00000375590 2 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721533 16721565 ENST00000375590 3 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721616 16721760 ENST00000375590 4 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693742 16721885 ENST00000472351 NA SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16693760 16724637 ENST00000492354 NA SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16693760 16693803 ENST00000492354 1 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16719726 16719977 ENST00000492354 2 SZRD1 ENSG00000055070 Not Supported Not Supported +CDS 1 16721533 16721632 ENST00000492354 3 SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16694206 16721768 ENST00000472461 NA SZRD1 ENSG00000055070 Not Supported Not Supported +transcript 1 16695645 16696025 ENST00000445689 NA RP11-430L17.1 ENSG00000226457 Not Supported Not Supported +transcript 1 16713612 16730469 ENST00000491418 NA SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730463 16730469 ENST00000491418 1 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730222 16730339 ENST00000491418 2 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16727215 16727387 ENST00000491418 3 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16725839 16726016 ENST00000491418 4 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16713790 16713796 ENST00000491418 5 SPATA21 ENSG00000187144 Not Supported Not Supported +transcript 1 16722176 16763888 ENST00000466212 NA SPATA21 ENSG00000187144 Not Supported Not Supported +transcript 1 16725138 16763919 ENST00000335496 NA SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16757833 16757866 ENST00000335496 3 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16748406 16748466 ENST00000335496 4 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16748004 16748052 ENST00000335496 5 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16736096 16736538 ENST00000335496 6 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16735613 16735698 ENST00000335496 7 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16731462 16731599 ENST00000335496 8 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730463 16730534 ENST00000335496 9 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730222 16730339 ENST00000335496 10 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16727215 16727387 ENST00000335496 11 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16725839 16726016 ENST00000335496 12 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16725263 16725317 ENST00000335496 13 SPATA21 ENSG00000187144 Not Supported Not Supported +transcript 1 16725162 16763685 ENST00000540400 NA SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16737273 16737347 ENST00000540400 3 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16736096 16736538 ENST00000540400 4 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16735613 16735698 ENST00000540400 5 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16731462 16731599 ENST00000540400 6 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730463 16730534 ENST00000540400 7 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16730222 16730339 ENST00000540400 8 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16727215 16727387 ENST00000540400 9 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16725839 16726016 ENST00000540400 10 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16725263 16725317 ENST00000540400 11 SPATA21 ENSG00000187144 Not Supported Not Supported +transcript 1 16751399 16763911 ENST00000375577 NA SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16757738 16757866 ENST00000375577 2 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16754359 16754510 ENST00000375577 3 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16752019 16752226 ENST00000375577 4 SPATA21 ENSG00000187144 Not Supported Not Supported +CDS 1 16751595 16751705 ENST00000375577 5 SPATA21 ENSG00000187144 Not Supported Not Supported +transcript 1 16767167 16786573 ENST00000337132 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000337132 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000337132 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000337132 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000337132 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000337132 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000337132 6 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16782313 16782388 ENST00000337132 7 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785382 ENST00000337132 8 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767216 16785503 ENST00000504551 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000504551 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000504551 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000504551 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000504551 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16782313 16782388 ENST00000504551 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785382 ENST00000504551 6 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767219 16785568 ENST00000457722 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767270 ENST00000457722 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000457722 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000457722 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000457722 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000457722 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000457722 6 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16782313 16782388 ENST00000457722 7 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785382 ENST00000457722 8 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767219 16786572 ENST00000406746 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000406746 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000406746 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000406746 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000406746 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000406746 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000406746 6 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16782313 16782388 ENST00000406746 7 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785382 ENST00000406746 8 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767231 16768114 ENST00000486390 NA NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767231 16786572 ENST00000443980 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000443980 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000443980 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000443980 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000443980 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000443980 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000443980 6 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785488 ENST00000443980 7 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767232 16778510 ENST00000504858 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000504858 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000504858 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000504858 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775592 ENST00000504858 4 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767237 16774845 ENST00000508680 NA NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767238 16786572 ENST00000492095 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000492095 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000492095 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000492095 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000492095 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000492095 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16778333 16778510 ENST00000492095 6 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16782313 16782388 ENST00000492095 7 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16785337 16785382 ENST00000492095 8 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767251 16785451 ENST00000459640 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767257 16767348 ENST00000459640 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000459640 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774365 16774469 ENST00000459640 3 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16774555 16774636 ENST00000459640 4 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775696 ENST00000459640 5 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16776620 16776712 ENST00000459640 6 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767253 16786572 ENST00000496239 NA NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16767267 16785503 ENST00000513161 NA NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16767267 16767348 ENST00000513161 1 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16770127 16770227 ENST00000513161 2 NECAP2 ENSG00000157191 Not Supported Not Supported +CDS 1 16775588 16775595 ENST00000513161 3 NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16782016 16785513 ENST00000509727 NA NECAP2 ENSG00000157191 Not Supported Not Supported +transcript 1 16787443 16794976 ENST00000457898 NA RP4-798A10.2 ENSG00000226029 Not Supported Not Supported +transcript 1 16793931 16819196 ENST00000263511 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16795417 16817577 ENST00000591348 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16802411 16817802 ENST00000420820 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16803425 16809836 ENST00000591316 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16817129 16825752 ENST00000590118 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16817141 16825752 ENST00000589964 NA CROCCP3 ENSG00000080947 Not Supported Not Supported +transcript 1 16840617 16840780 ENST00000383925 NA RNU1-1 ENSG00000206652 Not Supported Not Supported +transcript 1 16841140 16842249 ENST00000562878 NA RP4-798A10.7 ENSG00000261135 Not Supported Not Supported +transcript 1 16847189 16848291 ENST00000452795 NA RP4-798A10.4 ENSG00000224174 Not Supported Not Supported +transcript 1 16860381 16862144 ENST00000415386 NA U1 ENSG00000233421 Not Supported Not Supported +transcript 1 16860576 16860719 ENST00000516290 NA U1 ENSG00000233421 Not Supported Not Supported +transcript 1 16865561 16866070 ENST00000601199 NA FAM231B ENSG00000268674 Not Supported Not Supported +CDS 1 16865561 16866067 ENST00000601199 1 FAM231B ENSG00000268674 Not Supported Not Supported +transcript 1 16875146 16879026 ENST00000438396 NA RP5-875O13.6 ENSG00000225710 Not Supported Not Supported +transcript 1 16875409 16875482 ENST00000577341 NA AL355149.1 ENSG00000266584 Not Supported Not Supported +transcript 1 16888814 16939982 ENST00000430580 NA NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16918342 16918516 ENST00000430580 7 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16916394 16916496 ENST00000430580 8 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16915344 16915558 ENST00000430580 9 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16914220 16914292 ENST00000430580 10 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16913545 16913756 ENST00000430580 11 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16911984 16912193 ENST00000430580 12 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16910089 16910191 ENST00000430580 13 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16909039 16909253 ENST00000430580 14 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16907915 16907987 ENST00000430580 15 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16907240 16907451 ENST00000430580 16 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16905688 16905897 ENST00000430580 17 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16903812 16903914 ENST00000430580 18 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16902762 16902976 ENST00000430580 19 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16901652 16901724 ENST00000430580 20 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16900982 16901187 ENST00000430580 21 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16899637 16899688 ENST00000430580 22 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16895568 16895731 ENST00000430580 23 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16894474 16894525 ENST00000430580 24 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16893674 16893846 ENST00000430580 25 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16892903 16892954 ENST00000430580 26 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16892128 16892300 ENST00000430580 27 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16891302 16891413 ENST00000430580 28 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16890441 16890681 ENST00000430580 29 NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16891348 16931429 ENST00000392963 NA NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16918342 16918516 ENST00000392963 4 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16909216 16909253 ENST00000392963 5 NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16892935 16905862 ENST00000432949 NA NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16905688 16905862 ENST00000432949 1 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16903812 16903914 ENST00000432949 2 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16902762 16902976 ENST00000432949 3 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16901652 16901724 ENST00000432949 4 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16900982 16901187 ENST00000432949 5 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16899637 16899688 ENST00000432949 6 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16894474 16894525 ENST00000432949 7 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16893826 16893846 ENST00000432949 8 NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16892935 16901051 ENST00000420031 NA NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16900982 16901033 ENST00000420031 1 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16899639 16899688 ENST00000420031 2 NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16895583 16902975 ENST00000287968 NA NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16902762 16902975 ENST00000287968 1 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16901652 16901724 ENST00000287968 2 NBPF1 ENSG00000219481 Not Supported Not Supported +CDS 1 16900983 16901187 ENST00000287968 3 NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16920057 16935145 ENST00000420513 NA NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16926084 16940057 ENST00000599069 NA NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16926098 16929544 ENST00000599908 NA NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16931901 16940029 ENST00000449853 NA NBPF1 ENSG00000219481 Not Supported Not Supported +transcript 1 16943886 16944224 ENST00000607700 NA RP5-1182A14.5 ENSG00000271732 Not Supported Not Supported +transcript 1 16944751 16957401 ENST00000540383 NA CROCCP2 ENSG00000215908 Not Supported Not Supported +transcript 1 16944757 16961054 ENST00000412962 NA CROCCP2 ENSG00000215908 Not Supported Not Supported +transcript 1 16956165 16971178 ENST00000362058 NA CROCCP2 ENSG00000215908 Not Supported Not Supported +transcript 1 16972069 16976914 ENST00000334429 NA MST1P2 ENSG00000186301 Not Supported Not Supported +transcript 1 16972108 16974871 ENST00000418421 NA MST1P2 ENSG00000186301 Not Supported Not Supported +transcript 1 16972117 16976784 ENST00000457982 NA MST1P2 ENSG00000186301 Not Supported Not Supported +transcript 1 16993280 16993443 ENST00000384782 NA RNU1-3 ENSG00000207513 Not Supported Not Supported +transcript 1 16999498 17000007 ENST00000434336 NA FAM231A ENSG00000237847 Not Supported Not Supported +CDS 1 16999498 17000004 ENST00000434336 1 FAM231A ENSG00000237847 Not Supported Not Supported +transcript 1 17007750 17007823 ENST00000584111 NA AL021920.1 ENSG00000264742 Not Supported Not Supported +transcript 1 17012116 17012550 ENST00000419267 NA EIF1AXP1 ENSG00000236698 Not Supported Not Supported +transcript 1 17013834 17018804 ENST00000414828 NA ESPNP ENSG00000268869 Not Supported Not Supported +transcript 1 17017713 17046652 ENST00000270691 NA ESPNP ENSG00000268869 Not Supported Not Supported +transcript 1 17017713 17046652 ENST00000492551 NA ESPNP ENSG00000268869 Not Supported Not Supported +transcript 1 17033419 17037114 ENST00000535711 NA ESPNP ENSG00000268869 Not Supported Not Supported +transcript 1 17060447 17060956 ENST00000600179 NA FAM231C ENSG00000268991 Not Supported Not Supported +CDS 1 17060450 17060956 ENST00000600179 1 FAM231C ENSG00000268991 Not Supported Not Supported +transcript 1 17066768 17267929 ENST00000466256 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17248445 17299474 ENST00000375541 NA CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17248514 17248573 ENST00000375541 1 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17249158 17249293 ENST00000375541 2 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17250820 17250974 ENST00000375541 3 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256341 17256526 ENST00000375541 4 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256619 17256702 ENST00000375541 5 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256781 17256842 ENST00000375541 6 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256924 17257089 ENST00000375541 7 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17257786 17257892 ENST00000375541 8 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17263132 17263368 ENST00000375541 9 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17264136 17264232 ENST00000375541 10 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17264895 17264978 ENST00000375541 11 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17265404 17265637 ENST00000375541 12 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17266389 17266588 ENST00000375541 13 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17270595 17270777 ENST00000375541 14 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17271957 17272101 ENST00000375541 15 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17272754 17272900 ENST00000375541 16 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17273256 17273486 ENST00000375541 17 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17274826 17275019 ENST00000375541 18 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17275294 17275421 ENST00000375541 19 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17277448 17277617 ENST00000375541 20 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17279797 17279976 ENST00000375541 21 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17280718 17280852 ENST00000375541 22 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17281229 17281372 ENST00000375541 23 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17281807 17282045 ENST00000375541 24 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17282492 17282651 ENST00000375541 25 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17285078 17285245 ENST00000375541 26 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17287253 17287625 ENST00000375541 27 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17292218 17292387 ENST00000375541 28 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17292494 17292614 ENST00000375541 29 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17292903 17293066 ENST00000375541 30 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17294698 17294913 ENST00000375541 31 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17295611 17295835 ENST00000375541 32 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17296280 17296429 ENST00000375541 33 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17296748 17296948 ENST00000375541 34 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17297131 17297262 ENST00000375541 35 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17297960 17298142 ENST00000375541 36 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17298855 17298938 ENST00000375541 37 CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17249250 17287573 ENST00000445545 NA CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17249250 17249293 ENST00000445545 1 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17250820 17250974 ENST00000445545 2 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256781 17256842 ENST00000445545 3 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17256924 17257089 ENST00000445545 4 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17257786 17257892 ENST00000445545 5 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17263132 17263368 ENST00000445545 6 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17264136 17264232 ENST00000445545 7 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17264895 17264978 ENST00000445545 8 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17265404 17265637 ENST00000445545 9 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17266389 17266588 ENST00000445545 10 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17270595 17270777 ENST00000445545 11 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17271957 17272101 ENST00000445545 12 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17272754 17272900 ENST00000445545 13 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17273256 17273486 ENST00000445545 14 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17274826 17275019 ENST00000445545 15 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17275294 17275421 ENST00000445545 16 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17277448 17277617 ENST00000445545 17 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17279797 17279976 ENST00000445545 18 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17280718 17280852 ENST00000445545 19 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17281229 17281372 ENST00000445545 20 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17281807 17282045 ENST00000445545 21 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17282492 17282651 ENST00000445545 22 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17285078 17285245 ENST00000445545 23 CROCC ENSG00000058453 Not Supported Not Supported +CDS 1 17287253 17287573 ENST00000445545 24 CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17249262 17280857 ENST00000467938 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17256630 17272900 ENST00000492631 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17263286 17266588 ENST00000467715 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17265404 17280852 ENST00000494191 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17270620 17278450 ENST00000486318 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17273362 17279710 ENST00000498688 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17274886 17277833 ENST00000477773 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17279652 17281276 ENST00000497654 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17292523 17297237 ENST00000465021 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17296280 17297462 ENST00000465291 NA CROCC ENSG00000058453 Not Supported Not Supported +transcript 1 17067011 17067174 ENST00000384659 NA RNU1-4 ENSG00000207389 Not Supported Not Supported +transcript 1 17076728 17077459 ENST00000457096 NA CROCCP4 ENSG00000227684 Not Supported Not Supported +transcript 1 17081405 17085367 ENST00000455405 NA MST1L ENSG00000186715 Not Supported Not Supported +transcript 1 17081405 17087579 ENST00000389184 NA MST1L ENSG00000186715 Not Supported Not Supported +transcript 1 17083727 17090975 ENST00000442552 NA MST1L ENSG00000186715 Not Supported Not Supported +transcript 1 17084548 17085318 ENST00000544155 NA MST1L ENSG00000186715 Not Supported Not Supported +transcript 1 17087332 17096732 ENST00000545160 NA MST1L ENSG00000186715 Not Supported Not Supported +transcript 1 17177752 17179294 ENST00000414340 NA RP11-108M9.1 ENSG00000223643 Not Supported Not Supported +transcript 1 17177816 17179624 ENST00000422345 NA RP11-108M9.1 ENSG00000223643 Not Supported Not Supported +transcript 1 17181902 17185779 ENST00000414128 NA RP11-108M9.2 ENSG00000230239 Not Supported Not Supported +transcript 1 17185444 17185516 ENST00000583661 NA MIR3675 ENSG00000263811 Not Supported Not Supported +transcript 1 17197440 17200574 ENST00000438002 NA U1 ENSG00000228549 Not Supported Not Supported +transcript 1 17198753 17200536 ENST00000451828 NA U1 ENSG00000228549 Not Supported Not Supported +transcript 1 17198779 17200539 ENST00000453554 NA U1 ENSG00000228549 Not Supported Not Supported +transcript 1 17199534 17200587 ENST00000457856 NA U1 ENSG00000228549 Not Supported Not Supported +transcript 1 17200203 17200346 ENST00000362684 NA U1 ENSG00000228549 Not Supported Not Supported +transcript 1 17215033 17215868 ENST00000422124 NA RP11-108M9.4 ENSG00000238142 Not Supported Not Supported +transcript 1 17215037 17216137 ENST00000416869 NA RP11-108M9.4 ENSG00000238142 Not Supported Not Supported +transcript 1 17215037 17216144 ENST00000457075 NA RP11-108M9.4 ENSG00000238142 Not Supported Not Supported +transcript 1 17215590 17216097 ENST00000453917 NA RP11-108M9.5 ENSG00000235241 Not Supported Not Supported +transcript 1 17222475 17222638 ENST00000384278 NA RNU1-2 ENSG00000207005 Not Supported Not Supported +transcript 1 17230834 17231271 ENST00000606899 NA RP11-108M9.6 ENSG00000272426 Not Supported Not Supported +transcript 1 17300997 17304771 ENST00000375534 NA MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17304732 17304768 ENST00000375534 1 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303604 17303690 ENST00000375534 2 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303392 17303418 ENST00000375534 3 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303203 17303289 ENST00000375534 4 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302996 17303040 ENST00000375534 5 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302138 17302225 ENST00000375534 6 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301764 17301837 ENST00000375534 7 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301418 17301518 ENST00000375534 8 MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17300997 17307116 ENST00000490075 NA MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17300997 17307330 ENST00000375535 NA MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17304732 17304768 ENST00000375535 2 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303604 17303693 ENST00000375535 3 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303392 17303418 ENST00000375535 4 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303203 17303289 ENST00000375535 5 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302996 17303040 ENST00000375535 6 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302138 17302225 ENST00000375535 7 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301764 17301837 ENST00000375535 8 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301418 17301518 ENST00000375535 9 MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17301003 17307173 ENST00000438542 NA MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17304732 17304768 ENST00000438542 2 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303604 17303690 ENST00000438542 3 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303392 17303418 ENST00000438542 4 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17303203 17303289 ENST00000438542 5 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302996 17303040 ENST00000438542 6 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17302138 17302225 ENST00000438542 7 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301764 17301837 ENST00000438542 8 MFAP2 ENSG00000117122 Not Supported Not Supported +CDS 1 17301418 17301518 ENST00000438542 9 MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17302157 17307127 ENST00000476788 NA MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17302666 17304809 ENST00000478684 NA MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17302744 17304809 ENST00000492598 NA MFAP2 ENSG00000117122 Not Supported Not Supported +transcript 1 17305421 17331586 ENST00000446261 NA RP1-37C10.3 ENSG00000226526 Not Supported Not Supported +transcript 1 17312453 17338267 ENST00000326735 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17338224 17338233 ENST00000326735 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17332179 17332273 ENST00000326735 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17332051 ENST00000326735 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000326735 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331187 17331316 ENST00000326735 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330906 ENST00000326735 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000326735 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000326735 8 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327029 ENST00000326735 9 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326741 17326807 ENST00000326735 10 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326506 17326637 ENST00000326735 11 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17323515 17323670 ENST00000326735 12 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322881 17322991 ENST00000326735 13 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322749 17322795 ENST00000326735 14 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322471 17322659 ENST00000326735 15 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17320124 17320330 ENST00000326735 16 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318981 17319076 ENST00000326735 17 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318738 17318897 ENST00000326735 18 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318504 17318624 ENST00000326735 19 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318229 17318353 ENST00000326735 20 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316622 17316782 ENST00000326735 21 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316382 17316498 ENST00000326735 22 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316186 17316265 ENST00000326735 23 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314817 17314969 ENST00000326735 24 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314633 17314729 ENST00000326735 25 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313541 17313764 ENST00000326735 26 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313300 17313451 ENST00000326735 27 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312958 17313127 ENST00000326735 28 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312719 17312853 ENST00000326735 29 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17312453 17338410 ENST00000341676 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17338224 17338233 ENST00000341676 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17332179 17332273 ENST00000341676 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17332051 ENST00000341676 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000341676 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331202 17331316 ENST00000341676 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330906 ENST00000341676 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000341676 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000341676 8 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327029 ENST00000341676 9 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326741 17326807 ENST00000341676 10 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326506 17326637 ENST00000341676 11 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17323515 17323670 ENST00000341676 12 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322881 17322991 ENST00000341676 13 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322749 17322795 ENST00000341676 14 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322471 17322659 ENST00000341676 15 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17320124 17320330 ENST00000341676 16 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318981 17319076 ENST00000341676 17 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318738 17318897 ENST00000341676 18 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318504 17318624 ENST00000341676 19 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318229 17318353 ENST00000341676 20 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316622 17316782 ENST00000341676 21 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316186 17316265 ENST00000341676 22 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314817 17314969 ENST00000341676 23 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314633 17314729 ENST00000341676 24 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313541 17313764 ENST00000341676 25 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313300 17313451 ENST00000341676 26 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312483 17312853 ENST00000341676 27 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17312453 17338423 ENST00000452699 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17338224 17338233 ENST00000452699 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17332179 17332273 ENST00000452699 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17332051 ENST00000452699 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000452699 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331202 17331316 ENST00000452699 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330906 ENST00000452699 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000452699 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000452699 8 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327029 ENST00000452699 9 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326741 17326807 ENST00000452699 10 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326506 17326637 ENST00000452699 11 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17323515 17323670 ENST00000452699 12 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322881 17322991 ENST00000452699 13 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322749 17322795 ENST00000452699 14 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322471 17322659 ENST00000452699 15 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17320124 17320330 ENST00000452699 16 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318981 17319076 ENST00000452699 17 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318738 17318897 ENST00000452699 18 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318504 17318624 ENST00000452699 19 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318229 17318353 ENST00000452699 20 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316622 17316782 ENST00000452699 21 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316382 17316498 ENST00000452699 22 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316186 17316265 ENST00000452699 23 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314817 17314969 ENST00000452699 24 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314633 17314729 ENST00000452699 25 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313541 17313764 ENST00000452699 26 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313300 17313451 ENST00000452699 27 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312958 17313127 ENST00000452699 28 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312719 17312853 ENST00000452699 29 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17312454 17318353 ENST00000466561 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17312476 17316498 ENST00000502418 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316382 17316498 ENST00000502418 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316186 17316265 ENST00000502418 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314817 17314969 ENST00000502418 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17314633 17314729 ENST00000502418 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313541 17313764 ENST00000502418 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17313300 17313451 ENST00000502418 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17312480 17312853 ENST00000502418 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17316670 17322778 ENST00000503552 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322749 17322778 ENST00000503552 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322471 17322659 ENST00000503552 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318981 17319076 ENST00000503552 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318738 17318837 ENST00000503552 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318504 17318624 ENST00000503552 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17318229 17318353 ENST00000503552 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17316670 17316782 ENST00000503552 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17321982 17327342 ENST00000463860 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17322354 17326786 ENST00000502860 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17322529 17323189 ENST00000509392 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17322582 17326807 ENST00000506174 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326741 17326807 ENST00000506174 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326506 17326637 ENST00000506174 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17323515 17323670 ENST00000506174 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322881 17322973 ENST00000506174 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322749 17322795 ENST00000506174 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17322582 17322659 ENST00000506174 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17326506 17332209 ENST00000510069 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17332179 17332209 ENST00000510069 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17332051 ENST00000510069 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000510069 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331187 17331316 ENST00000510069 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330903 ENST00000510069 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000510069 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000510069 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327029 ENST00000510069 8 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326741 17326807 ENST00000510069 9 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326506 17326637 ENST00000510069 10 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17326764 17331567 ENST00000511957 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000511957 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331187 17331316 ENST00000511957 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330906 ENST00000511957 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000511957 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000511957 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327002 ENST00000511957 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326764 17326807 ENST00000511957 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17326778 17331890 ENST00000508222 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17331890 ENST00000508222 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000508222 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331202 17331316 ENST00000508222 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330906 ENST00000508222 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328791 17328868 ENST00000508222 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328529 17328598 ENST00000508222 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326895 17327002 ENST00000508222 7 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17326778 17326807 ENST00000508222 8 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17328815 17332260 ENST00000509619 NA ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17332179 17332260 ENST00000509619 1 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331869 17332051 ENST00000509619 2 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331509 17331567 ENST00000509619 3 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17331202 17331316 ENST00000509619 4 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17330827 17330903 ENST00000509619 5 ATP13A2 ENSG00000159363 Not Supported Not Supported +CDS 1 17328815 17328868 ENST00000509619 6 ATP13A2 ENSG00000159363 Not Supported Not Supported +transcript 1 17345217 17380665 ENST00000375499 NA SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17380443 17380514 ENST00000375499 1 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17371256 17371383 ENST00000375499 2 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17359555 17359640 ENST00000375499 3 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17355095 17355231 ENST00000375499 4 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17354244 17354360 ENST00000375499 5 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17350468 17350569 ENST00000375499 6 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17349103 17349225 ENST00000375499 7 SDHB ENSG00000117118 Not Supported Not Supported +CDS 1 17345379 17345453 ENST00000375499 8 SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17345247 17349531 ENST00000485092 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17345247 17349655 ENST00000475049 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17349103 17380502 ENST00000485515 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17350468 17371714 ENST00000491274 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17354151 17371372 ENST00000475506 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17354244 17378983 ENST00000463045 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17359025 17380526 ENST00000466613 NA SDHB ENSG00000117118 Not Supported Not Supported +transcript 1 17393256 17445930 ENST00000375486 NA PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17445775 17445866 ENST00000375486 1 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17431373 17431556 ENST00000375486 2 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17429482 17429554 ENST00000375486 3 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17422404 17422465 ENST00000375486 4 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17420062 17420179 ENST00000375486 5 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17418903 17419028 ENST00000375486 6 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17413016 17413194 ENST00000375486 7 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17411094 17411197 ENST00000375486 8 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17410221 17410332 ENST00000375486 9 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17409040 17409147 ENST00000375486 10 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17405759 17405910 ENST00000375486 11 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17402174 17402318 ENST00000375486 12 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17401351 17401444 ENST00000375486 13 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17397901 17397986 ENST00000375486 14 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17396583 17396711 ENST00000375486 15 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17395542 17395772 ENST00000375486 16 PADI2 ENSG00000117115 Not Supported Not Supported +transcript 1 17394095 17401846 ENST00000479534 NA PADI2 ENSG00000117115 Not Supported Not Supported +transcript 1 17394281 17409921 ENST00000466151 NA PADI2 ENSG00000117115 Not Supported Not Supported +transcript 1 17394938 17445948 ENST00000444885 NA PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17445775 17445866 ENST00000444885 1 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17431373 17431556 ENST00000444885 2 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17429482 17429554 ENST00000444885 3 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17422404 17422465 ENST00000444885 4 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17413016 17413194 ENST00000444885 5 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17410221 17410332 ENST00000444885 6 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17409040 17409147 ENST00000444885 7 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17405759 17405910 ENST00000444885 8 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17402174 17402318 ENST00000444885 9 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17401351 17401444 ENST00000444885 10 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17397901 17397986 ENST00000444885 11 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17396583 17396711 ENST00000444885 12 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17395542 17395772 ENST00000444885 13 PADI2 ENSG00000117115 Not Supported Not Supported +transcript 1 17405526 17445930 ENST00000375481 NA PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17445775 17445866 ENST00000375481 1 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17431373 17431556 ENST00000375481 2 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17429482 17429554 ENST00000375481 3 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17422404 17422465 ENST00000375481 4 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17420062 17420179 ENST00000375481 5 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17418903 17419028 ENST00000375481 6 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17413016 17413194 ENST00000375481 7 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17411094 17411197 ENST00000375481 8 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17410221 17410332 ENST00000375481 9 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17409040 17409147 ENST00000375481 10 PADI2 ENSG00000117115 Not Supported Not Supported +CDS 1 17405758 17405910 ENST00000375481 11 PADI2 ENSG00000117115 Not Supported Not Supported +transcript 1 17484692 17484779 ENST00000516371 NA Y_RNA ENSG00000252180 Not Supported Not Supported +transcript 1 17516278 17524112 ENST00000412427 NA RP11-380J14.1 ENSG00000204362 Not Supported Not Supported +transcript 1 17531621 17572500 ENST00000375471 NA PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17531713 17531804 ENST00000375471 1 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17548785 17548965 ENST00000375471 2 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17550116 17550188 ENST00000375471 3 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17550862 17550923 ENST00000375471 4 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17552306 17552423 ENST00000375471 5 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17552528 17552653 ENST00000375471 6 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17555120 17555292 ENST00000375471 7 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17555443 17555546 ENST00000375471 8 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17556580 17556703 ENST00000375471 9 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17557067 17557174 ENST00000375471 10 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17559314 17559465 ENST00000375471 11 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17563809 17563953 ENST00000375471 12 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17565111 17565204 ENST00000375471 13 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17566199 17566278 ENST00000375471 14 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17567130 17567255 ENST00000375471 15 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17570505 17570735 ENST00000375471 16 PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17549982 17552653 ENST00000483501 NA PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17559776 17570840 ENST00000537499 NA PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17563825 17563953 ENST00000537499 2 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17565111 17565204 ENST00000537499 3 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17566199 17566278 ENST00000537499 4 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17567130 17567255 ENST00000537499 5 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17570505 17570735 ENST00000537499 6 PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17559778 17571505 ENST00000413717 NA PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17563825 17563953 ENST00000413717 2 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17565111 17565204 ENST00000413717 3 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17566199 17566278 ENST00000413717 4 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17570505 17570735 ENST00000413717 5 PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17559850 17571603 ENST00000536552 NA PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17566234 17566278 ENST00000536552 3 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17567130 17567255 ENST00000536552 4 PADI1 ENSG00000142623 Not Supported Not Supported +CDS 1 17570505 17570735 ENST00000536552 5 PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17566127 17572499 ENST00000460293 NA PADI1 ENSG00000142623 Not Supported Not Supported +transcript 1 17575593 17610728 ENST00000375460 NA PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17575633 17575724 ENST00000375460 1 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17586073 17586253 ENST00000375460 2 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17588628 17588700 ENST00000375460 3 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17592154 17592215 ENST00000375460 4 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17593214 17593331 ENST00000375460 5 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17594332 17594457 ENST00000375460 6 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17596728 17596906 ENST00000375460 7 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17597374 17597477 ENST00000375460 8 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17597562 17597673 ENST00000375460 9 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17599835 17599942 ENST00000375460 10 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17601130 17601281 ENST00000375460 11 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17603014 17603158 ENST00000375460 12 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17603269 17603371 ENST00000375460 13 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17606845 17606924 ENST00000375460 14 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17607166 17607291 ENST00000375460 15 PADI3 ENSG00000142619 Not Supported Not Supported +CDS 1 17609341 17609571 ENST00000375460 16 PADI3 ENSG00000142619 Not Supported Not Supported +transcript 1 17604384 17604470 ENST00000582732 NA MIR3972 ENSG00000266634 Not Supported Not Supported +transcript 1 17634690 17661291 ENST00000375453 NA PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17634718 17634809 ENST00000375453 1 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17657464 17657644 ENST00000375453 2 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17660438 17660504 ENST00000375453 3 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17660819 17660859 ENST00000375453 4 PADI4 ENSG00000159339 Not Supported Not Supported +transcript 1 17634692 17690499 ENST00000375448 NA PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17634718 17634809 ENST00000375448 1 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17657464 17657644 ENST00000375448 2 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17660438 17660504 ENST00000375448 3 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17662654 17662721 ENST00000375448 4 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17664533 17664650 ENST00000375448 5 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17666183 17666308 ENST00000375448 6 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17668438 17668616 ENST00000375448 7 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17668794 17668897 ENST00000375448 8 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17672523 17672634 ENST00000375448 9 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17674436 17674543 ENST00000375448 10 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17681028 17681182 ENST00000375448 11 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17682478 17682622 ENST00000375448 12 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17682852 17682954 ENST00000375448 13 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17685333 17685403 ENST00000375448 14 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17685775 17685903 ENST00000375448 15 PADI4 ENSG00000159339 Not Supported Not Supported +CDS 1 17690017 17690247 ENST00000375448 16 PADI4 ENSG00000159339 Not Supported Not Supported +transcript 1 17672529 17674702 ENST00000468945 NA PADI4 ENSG00000159339 Not Supported Not Supported +transcript 1 17674422 17682942 ENST00000487048 NA PADI4 ENSG00000159339 Not Supported Not Supported +transcript 1 17675225 17685344 ENST00000467001 NA PADI4 ENSG00000159339 Not Supported Not Supported +transcript 1 17655507 17676070 ENST00000602074 NA AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17675982 17676070 ENST00000602074 1 AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17669394 17669415 ENST00000602074 2 AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17669346 17669388 ENST00000602074 3 AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17664217 17664284 ENST00000602074 4 AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17658126 17658219 ENST00000602074 5 AC004824.2 ENSG00000269468 Not Supported Not Supported +CDS 1 17655507 17655529 ENST00000602074 6 AC004824.2 ENSG00000269468 Not Supported Not Supported +transcript 1 17698691 17728195 ENST00000434762 NA PADI6 ENSG00000256049 Not Supported Not Supported +transcript 1 17698691 17728195 ENST00000358481 NA PADI6 ENSG00000256049 Not Supported Not Supported +transcript 1 17733256 17733878 ENST00000439577 NA RP1-20B21.4 ENSG00000227751 Not Supported Not Supported +transcript 1 17733256 17766220 ENST00000375436 NA RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17764726 17765010 ENST00000375436 2 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17755602 17755695 ENST00000375436 3 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17752037 17752180 ENST00000375436 4 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17749201 17749332 ENST00000375436 5 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17748699 17748787 ENST00000375436 6 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17747210 17747324 ENST00000375436 7 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17742976 17743142 ENST00000375436 8 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17740033 17740213 ENST00000375436 9 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17739569 17739674 ENST00000375436 10 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17738618 17738690 ENST00000375436 11 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17736470 17736547 ENST00000375436 12 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17735589 17735690 ENST00000375436 13 RCC2 ENSG00000179051 Not Supported Not Supported +transcript 1 17734335 17735542 ENST00000474892 NA RCC2 ENSG00000179051 Not Supported Not Supported +transcript 1 17735172 17765057 ENST00000375433 NA RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17764726 17765010 ENST00000375433 1 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17755602 17755695 ENST00000375433 2 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17752037 17752180 ENST00000375433 3 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17749201 17749332 ENST00000375433 4 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17748699 17748787 ENST00000375433 5 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17747210 17747324 ENST00000375433 6 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17742976 17743142 ENST00000375433 7 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17740033 17740213 ENST00000375433 8 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17739569 17739674 ENST00000375433 9 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17738618 17738690 ENST00000375433 10 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17736470 17736547 ENST00000375433 11 RCC2 ENSG00000179051 Not Supported Not Supported +CDS 1 17735589 17735690 ENST00000375433 12 RCC2 ENSG00000179051 Not Supported Not Supported +transcript 1 17740127 17740190 ENST00000583469 NA AC004824.1 ENSG00000266727 Not Supported Not Supported +transcript 1 17776259 17776359 ENST00000458798 NA snoU13 ENSG00000239020 Not Supported Not Supported +transcript 1 17866330 18024364 ENST00000361221 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17907091 17907127 ENST00000361221 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17913955 17914140 ENST00000361221 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17914941 17914974 ENST00000361221 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17928622 17928713 ENST00000361221 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17930003 17930086 ENST00000361221 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17934297 17934472 ENST00000361221 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17939553 17939669 ENST00000361221 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17942589 17942697 ENST00000361221 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000361221 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000361221 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000361221 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000361221 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000361221 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000361221 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000361221 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961043 17961057 ENST00000361221 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000361221 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000361221 19 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000361221 20 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000361221 21 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000361221 22 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000361221 23 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000361221 24 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000361221 25 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000361221 26 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000361221 27 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18021653 18021775 ENST00000361221 28 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18023343 18023872 ENST00000361221 29 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17866330 18024369 ENST00000452522 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17907091 17907127 ENST00000452522 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17913955 17914140 ENST00000452522 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17914941 17914974 ENST00000452522 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17928622 17928713 ENST00000452522 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17930003 17930086 ENST00000452522 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17934297 17934472 ENST00000452522 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17942589 17942697 ENST00000452522 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000452522 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000452522 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000452522 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000452522 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000452522 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000452522 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000452522 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961043 17961057 ENST00000452522 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000452522 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000452522 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000452522 19 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000452522 20 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000452522 21 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000452522 22 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000452522 23 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000452522 24 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000452522 25 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000452522 26 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18021653 18021775 ENST00000452522 27 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18023343 18023872 ENST00000452522 28 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17866330 18017649 ENST00000434513 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17907091 17907127 ENST00000434513 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17913955 17914140 ENST00000434513 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17914941 17914974 ENST00000434513 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17928622 17928713 ENST00000434513 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17930003 17930086 ENST00000434513 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17934297 17934472 ENST00000434513 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17939553 17939669 ENST00000434513 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17942589 17942697 ENST00000434513 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000434513 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000434513 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000434513 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000434513 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000434513 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000434513 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000434513 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000434513 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000434513 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000434513 19 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000434513 20 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000434513 21 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000434513 22 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000434513 23 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000434513 24 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000434513 25 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000434513 26 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18017615 18017646 ENST00000434513 27 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17907048 18024144 ENST00000375415 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17907091 17907127 ENST00000375415 1 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17913955 17914140 ENST00000375415 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17914941 17914974 ENST00000375415 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17928622 17928713 ENST00000375415 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17930003 17930086 ENST00000375415 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17934297 17934472 ENST00000375415 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17942589 17942697 ENST00000375415 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000375415 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000375415 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000375415 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000375415 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000375415 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000375415 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000375415 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961043 17961057 ENST00000375415 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000375415 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000375415 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000375415 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000375415 19 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000375415 20 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000375415 21 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000375415 22 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000375415 23 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000375415 24 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000375415 25 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18021653 18021775 ENST00000375415 26 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18023343 18023872 ENST00000375415 27 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17914911 17966472 ENST00000375420 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17942589 17942697 ENST00000375420 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000375420 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000375420 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000375420 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000375420 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000375420 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000375420 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000375420 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961043 17961057 ENST00000375420 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000375420 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000375420 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000375420 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966327 17966345 ENST00000375420 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17928666 17931377 ENST00000482892 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17941583 18024355 ENST00000469726 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17944811 18024363 ENST00000375408 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17944849 17945017 ENST00000375408 1 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000375408 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000375408 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000375408 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17950882 17950998 ENST00000375408 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17952451 17952543 ENST00000375408 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000375408 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000375408 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000375408 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000375408 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000375408 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000375408 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000375408 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000375408 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000375408 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000375408 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000375408 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000375408 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18021653 18021775 ENST00000375408 19 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18023343 18023872 ENST00000375408 20 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17944849 18024369 ENST00000167825 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17944849 17945017 ENST00000167825 1 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17945834 17945940 ENST00000167825 2 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17948359 17948436 ENST00000167825 3 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17949491 17949670 ENST00000167825 4 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17953825 17953998 ENST00000167825 5 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17958816 17958961 ENST00000167825 6 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17961330 17961511 ENST00000167825 7 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17964383 17964498 ENST00000167825 8 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17965057 17965184 ENST00000167825 9 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17966697 17966797 ENST00000167825 10 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17975049 17975170 ENST00000167825 11 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17981131 17981217 ENST00000167825 12 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17982374 17982597 ENST00000167825 13 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17983049 17983203 ENST00000167825 14 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 17990942 17991090 ENST00000167825 15 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18014068 18014242 ENST00000167825 16 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18021653 18021775 ENST00000167825 17 ARHGEF10L ENSG00000074964 Not Supported Not Supported +CDS 1 18023343 18023872 ENST00000167825 18 ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17952502 18024363 ENST00000475356 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17960752 17964498 ENST00000482359 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 17966248 17981160 ENST00000466782 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 18020542 18024369 ENST00000495593 NA ARHGEF10L ENSG00000074964 Not Supported Not Supported +transcript 1 18044182 18076473 ENST00000430540 NA RP11-473A10.2 ENSG00000236648 Not Supported Not Supported +transcript 1 18081808 18153558 ENST00000375406 NA ACTL8 ENSG00000117148 Not Supported Not Supported +CDS 1 18149504 18149851 ENST00000375406 2 ACTL8 ENSG00000117148 Not Supported Not Supported +CDS 1 18152262 18153011 ENST00000375406 3 ACTL8 ENSG00000117148 Not Supported Not Supported +transcript 1 18392151 18400906 ENST00000569711 NA RP11-174G17.2 ENSG00000261781 Not Supported Not Supported +transcript 1 18434240 18704976 ENST00000251296 NA IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18434623 18434692 ENST00000251296 1 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18554392 18554504 ENST00000251296 2 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18618360 18618481 ENST00000251296 3 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18661386 18661504 ENST00000251296 4 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18688609 18688724 ENST00000251296 5 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18691717 18692191 ENST00000251296 6 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18702804 18702889 ENST00000251296 7 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18703294 18703486 ENST00000251296 8 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18703887 18703925 ENST00000251296 9 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18704750 18704817 ENST00000251296 10 IGSF21 ENSG00000117154 Not Supported Not Supported +transcript 1 18605339 18702861 ENST00000412684 NA IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18605339 18605378 ENST00000412684 1 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18618360 18618481 ENST00000412684 2 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18661386 18661504 ENST00000412684 3 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18688609 18688724 ENST00000412684 4 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18691717 18692191 ENST00000412684 5 IGSF21 ENSG00000117154 Not Supported Not Supported +CDS 1 18702804 18702861 ENST00000412684 6 IGSF21 ENSG00000117154 Not Supported Not Supported +transcript 1 18687861 18704977 ENST00000497331 NA IGSF21 ENSG00000117154 Not Supported Not Supported +transcript 1 18702451 18703414 ENST00000473951 NA IGSF21 ENSG00000117154 Not Supported Not Supported +transcript 1 18493423 18505840 ENST00000419667 NA RP11-174G17 ENSG00000230035 Not Supported Not Supported +transcript 1 18712323 18715008 ENST00000420211 NA RP11-422P22.1 ENSG00000225387 Not Supported Not Supported +transcript 1 18807424 18812478 ENST00000400664 NA KLHDC7A ENSG00000179023 Not Supported Not Supported +CDS 1 18807476 18809806 ENST00000400664 1 KLHDC7A ENSG00000179023 Not Supported Not Supported +transcript 1 18839612 18839877 ENST00000596113 NA RP1-8B22.1 ENSG00000235282 Not Supported Not Supported +transcript 1 18839612 18839881 ENST00000441355 NA RP1-8B22.1 ENSG00000235282 Not Supported Not Supported +transcript 1 18921908 18922130 ENST00000450125 NA RP1-8B22.2 ENSG00000225478 Not Supported Not Supported +transcript 1 18957500 19062632 ENST00000375375 NA PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18958098 18958182 ENST00000375375 1 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18960797 18961032 ENST00000375375 2 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18961605 18961734 ENST00000375375 3 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18962731 18962865 ENST00000375375 4 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19018248 19018447 ENST00000375375 5 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19027147 19027312 ENST00000375375 6 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19029588 19029790 ENST00000375375 7 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19062126 19062530 ENST00000375375 8 PAX7 ENSG00000009709 Not Supported Not Supported +transcript 1 18958015 19075360 ENST00000420770 NA PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18958098 18958182 ENST00000420770 1 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18960797 18961032 ENST00000420770 2 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18961605 18961734 ENST00000420770 3 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18962731 18962865 ENST00000420770 4 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19018248 19018447 ENST00000420770 5 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19027147 19027312 ENST00000420770 6 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19029588 19029790 ENST00000420770 7 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19062126 19062372 ENST00000420770 8 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19071308 19071420 ENST00000420770 9 PAX7 ENSG00000009709 Not Supported Not Supported +transcript 1 18958018 19062596 ENST00000400661 NA PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18958098 18958182 ENST00000400661 1 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18960797 18961032 ENST00000400661 2 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18961605 18961734 ENST00000400661 3 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 18962737 18962865 ENST00000400661 4 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19018248 19018447 ENST00000400661 5 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19027147 19027312 ENST00000400661 6 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19029588 19029790 ENST00000400661 7 PAX7 ENSG00000009709 Not Supported Not Supported +CDS 1 19062126 19062530 ENST00000400661 8 PAX7 ENSG00000009709 Not Supported Not Supported +transcript 1 19166093 19186176 ENST00000375371 NA TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19185973 19186154 ENST00000375371 1 TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19183825 19184125 ENST00000375371 2 TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19180707 19181480 ENST00000375371 3 TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19175835 19176044 ENST00000375371 4 TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19168223 19168346 ENST00000375371 5 TAS1R2 ENSG00000179002 Not Supported Not Supported +CDS 1 19166096 19167021 ENST00000375371 6 TAS1R2 ENSG00000179002 Not Supported Not Supported +transcript 1 19175767 19247615 ENST00000494072 NA RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19247555 19247615 ENST00000494072 1 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19246172 19246267 ENST00000494072 2 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19244856 19244996 ENST00000494072 3 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19243397 19243536 ENST00000494072 4 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19238457 19238577 ENST00000494072 5 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19237878 19237970 ENST00000494072 6 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19236836 19236966 ENST00000494072 7 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +CDS 1 19235055 19235160 ENST00000494072 8 RP13-279N23.2 ENSG00000255275 Not Supported Not Supported +transcript 1 19197926 19229047 ENST00000290597 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19228956 19229017 ENST00000290597 1 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19216506 19216599 ENST00000290597 2 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19215856 19215948 ENST00000290597 3 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19212958 19213005 ENST00000290597 4 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19211967 19212122 ENST00000290597 5 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209773 19209922 ENST00000290597 6 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209618 19209692 ENST00000290597 7 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19208194 19208381 ENST00000290597 8 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19205794 19205867 ENST00000290597 9 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203910 19204106 ENST00000290597 10 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203702 19203749 ENST00000290597 11 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19202809 19202961 ENST00000290597 12 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19201876 19201997 ENST00000290597 13 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19200957 19201075 ENST00000290597 14 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19199342 19199451 ENST00000290597 15 ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19197926 19229275 ENST00000375341 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19228956 19229017 ENST00000375341 1 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19216506 19216599 ENST00000375341 2 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19215856 19215948 ENST00000375341 3 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19212958 19213005 ENST00000375341 4 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19211967 19212122 ENST00000375341 5 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209773 19209922 ENST00000375341 6 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209618 19209692 ENST00000375341 7 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19208194 19208381 ENST00000375341 8 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19205794 19205867 ENST00000375341 9 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203910 19204106 ENST00000375341 10 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203702 19203749 ENST00000375341 11 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19202809 19202961 ENST00000375341 12 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19201876 19201997 ENST00000375341 13 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19200957 19201075 ENST00000375341 14 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19199342 19199451 ENST00000375341 15 ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19197926 19229022 ENST00000538839 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19228956 19229017 ENST00000538839 1 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19216506 19216599 ENST00000538839 2 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19215856 19215948 ENST00000538839 3 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19212958 19213005 ENST00000538839 4 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19211967 19212122 ENST00000538839 5 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209773 19209922 ENST00000538839 6 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209618 19209692 ENST00000538839 7 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19208194 19208381 ENST00000538839 8 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19205794 19205867 ENST00000538839 9 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203910 19204106 ENST00000538839 10 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203702 19203749 ENST00000538839 11 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19201876 19201997 ENST00000538839 12 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19200957 19201075 ENST00000538839 13 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19199342 19199451 ENST00000538839 14 ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19197926 19217385 ENST00000538309 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19215856 19215924 ENST00000538309 3 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19212958 19213005 ENST00000538309 4 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19211967 19212122 ENST00000538309 5 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209773 19209922 ENST00000538309 6 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209618 19209692 ENST00000538309 7 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19208194 19208381 ENST00000538309 8 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19205794 19205867 ENST00000538309 9 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203910 19204106 ENST00000538309 10 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19203702 19203749 ENST00000538309 11 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19202809 19202961 ENST00000538309 12 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19201876 19201997 ENST00000538309 13 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19200957 19201075 ENST00000538309 14 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19199342 19199451 ENST00000538309 15 ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19209054 19212113 ENST00000454547 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19209605 19229218 ENST00000432718 NA ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19228956 19229017 ENST00000432718 1 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19216506 19216599 ENST00000432718 2 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19215856 19215948 ENST00000432718 3 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19211967 19212122 ENST00000432718 4 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209773 19209922 ENST00000432718 5 ALDH4A1 ENSG00000159423 Not Supported Not Supported +CDS 1 19209605 19209692 ENST00000432718 6 ALDH4A1 ENSG00000159423 Not Supported Not Supported +transcript 1 19209696 19209769 ENST00000577305 NA MIR4695 ENSG00000265606 Not Supported Not Supported +transcript 1 19223565 19223642 ENST00000408735 NA MIR1290 ENSG00000221662 Not Supported Not Supported +transcript 1 19230775 19283180 ENST00000455833 NA IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19282162 19282826 ENST00000455833 1 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19247555 19247615 ENST00000455833 2 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19246172 19246267 ENST00000455833 3 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19244856 19244996 ENST00000455833 4 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19243397 19243536 ENST00000455833 5 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19238457 19238577 ENST00000455833 6 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19237878 19237970 ENST00000455833 7 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19236836 19236966 ENST00000455833 8 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19235058 19235160 ENST00000455833 9 IFFO2 ENSG00000169991 Not Supported Not Supported +transcript 1 19234785 19238486 ENST00000355609 NA IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19238457 19238486 ENST00000355609 1 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19236836 19236966 ENST00000355609 2 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19235055 19235160 ENST00000355609 3 IFFO2 ENSG00000169991 Not Supported Not Supported +transcript 1 19234834 19282192 ENST00000416166 NA IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19282162 19282192 ENST00000416166 1 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19247555 19247615 ENST00000416166 2 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19246172 19246267 ENST00000416166 3 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19243397 19243536 ENST00000416166 4 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19238457 19238577 ENST00000416166 5 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19237878 19237970 ENST00000416166 6 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19236836 19236966 ENST00000416166 7 IFFO2 ENSG00000169991 Not Supported Not Supported +CDS 1 19235055 19235160 ENST00000416166 8 IFFO2 ENSG00000169991 Not Supported Not Supported +transcript 1 19398604 19402005 ENST00000606379 NA RP5-1126H10.2 ENSG00000272084 Not Supported Not Supported +transcript 1 19401000 19536770 ENST00000375254 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19536567 19536742 ENST00000375254 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19528212 19528309 ENST00000375254 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19526145 19526248 ENST00000375254 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525293 19525422 ENST00000375254 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525035 19525174 ENST00000375254 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524441 19524543 ENST00000375254 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524164 19524305 ENST00000375254 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19523635 19523759 ENST00000375254 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19519927 19520051 ENST00000375254 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518975 19519034 ENST00000375254 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518682 19518872 ENST00000375254 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513935 19514034 ENST00000375254 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513658 19513795 ENST00000375254 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513034 19513151 ENST00000375254 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19511593 19511780 ENST00000375254 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510510 19510669 ENST00000375254 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510305 19510390 ENST00000375254 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19505545 19505714 ENST00000375254 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503955 19504237 ENST00000375254 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503086 19503221 ENST00000375254 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19501448 19501527 ENST00000375254 21 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19500813 19500941 ENST00000375254 22 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499933 19500115 ENST00000375254 23 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499675 19499800 ENST00000375254 24 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499358 19499587 ENST00000375254 25 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19497256 19497377 ENST00000375254 26 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19495929 19496026 ENST00000375254 27 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19494521 19494678 ENST00000375254 28 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19493516 19493725 ENST00000375254 29 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19492150 19492251 ENST00000375254 30 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491743 19491843 ENST00000375254 31 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491293 19491491 ENST00000375254 32 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490747 19490935 ENST00000375254 33 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490258 19490321 ENST00000375254 34 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488914 19489105 ENST00000375254 35 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488321 19488391 ENST00000375254 36 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488083 19488230 ENST00000375254 37 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19487411 19487641 ENST00000375254 38 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19486605 19486775 ENST00000375254 39 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19484309 19484491 ENST00000375254 40 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19483261 19483419 ENST00000375254 41 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19482765 19482917 ENST00000375254 42 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481935 19482162 ENST00000375254 43 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481412 19481569 ENST00000375254 44 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19480262 19480433 ENST00000375254 45 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19479795 19479996 ENST00000375254 46 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478807 19478970 ENST00000375254 47 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478353 ENST00000375254 48 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000375254 49 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000375254 50 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000375254 51 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000375254 52 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000375254 53 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000375254 54 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000375254 55 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000375254 56 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000375254 57 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467282 19467386 ENST00000375254 58 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000375254 59 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000375254 60 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000375254 61 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000375254 62 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000375254 63 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000375254 64 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000375254 65 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000375254 66 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000375254 67 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447683 19447928 ENST00000375254 68 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446674 19446842 ENST00000375254 69 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446051 19446195 ENST00000375254 70 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19445366 19445451 ENST00000375254 71 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19444317 19444404 ENST00000375254 72 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19443715 19443908 ENST00000375254 73 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441892 19442131 ENST00000375254 74 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441305 19441443 ENST00000375254 75 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440439 19440564 ENST00000375254 76 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440193 19440321 ENST00000375254 77 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19439018 19439361 ENST00000375254 78 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19437236 19437326 ENST00000375254 79 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436874 19436958 ENST00000375254 80 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436590 19436717 ENST00000375254 81 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433331 19433460 ENST00000375254 82 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433063 19433220 ENST00000375254 83 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19432227 19432336 ENST00000375254 84 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431542 19431683 ENST00000375254 85 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431079 19431160 ENST00000375254 86 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19430578 19430751 ENST00000375254 87 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428135 ENST00000375254 88 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000375254 89 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426091 19426171 ENST00000375254 90 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000375254 91 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000375254 92 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000375254 93 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000375254 94 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000375254 95 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000375254 96 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000375254 97 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000375254 98 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000375254 99 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000375254 100 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000375254 101 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000375254 102 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000375254 103 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375254 104 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375254 105 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375254 106 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401000 19536746 ENST00000375267 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19536567 19536742 ENST00000375267 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19528212 19528309 ENST00000375267 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19526145 19526248 ENST00000375267 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525293 19525422 ENST00000375267 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525035 19525174 ENST00000375267 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524441 19524543 ENST00000375267 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524164 19524305 ENST00000375267 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19523635 19523759 ENST00000375267 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19519927 19520051 ENST00000375267 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518975 19519034 ENST00000375267 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518682 19518872 ENST00000375267 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513935 19514034 ENST00000375267 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513658 19513795 ENST00000375267 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513034 19513151 ENST00000375267 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19511593 19511780 ENST00000375267 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510510 19510669 ENST00000375267 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510305 19510390 ENST00000375267 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19505545 19505714 ENST00000375267 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503955 19504237 ENST00000375267 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503086 19503221 ENST00000375267 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19501448 19501527 ENST00000375267 21 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19500813 19500941 ENST00000375267 22 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499933 19500115 ENST00000375267 23 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499675 19499800 ENST00000375267 24 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499358 19499587 ENST00000375267 25 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19497256 19497377 ENST00000375267 26 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19495929 19496026 ENST00000375267 27 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19494521 19494678 ENST00000375267 28 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19493516 19493725 ENST00000375267 29 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19492150 19492251 ENST00000375267 30 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491743 19491843 ENST00000375267 31 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491293 19491491 ENST00000375267 32 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490747 19490935 ENST00000375267 33 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490258 19490321 ENST00000375267 34 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488914 19489105 ENST00000375267 35 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488321 19488391 ENST00000375267 36 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488083 19488230 ENST00000375267 37 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19487411 19487641 ENST00000375267 38 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19486605 19486775 ENST00000375267 39 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19484309 19484491 ENST00000375267 40 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19483261 19483419 ENST00000375267 41 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19482765 19482917 ENST00000375267 42 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481935 19482162 ENST00000375267 43 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481412 19481569 ENST00000375267 44 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19480262 19480433 ENST00000375267 45 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19479795 19479996 ENST00000375267 46 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478807 19478970 ENST00000375267 47 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478353 ENST00000375267 48 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000375267 49 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000375267 50 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000375267 51 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000375267 52 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000375267 53 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000375267 54 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000375267 55 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000375267 56 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000375267 57 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467282 19467386 ENST00000375267 58 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000375267 59 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000375267 60 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000375267 61 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000375267 62 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000375267 63 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000375267 64 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000375267 65 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000375267 66 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000375267 67 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447683 19447928 ENST00000375267 68 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446674 19446842 ENST00000375267 69 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446051 19446195 ENST00000375267 70 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19445366 19445451 ENST00000375267 71 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19444317 19444404 ENST00000375267 72 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19443715 19443908 ENST00000375267 73 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441892 19442131 ENST00000375267 74 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441305 19441443 ENST00000375267 75 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440439 19440564 ENST00000375267 76 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440193 19440321 ENST00000375267 77 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19439018 19439361 ENST00000375267 78 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19437236 19437326 ENST00000375267 79 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436874 19436958 ENST00000375267 80 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436590 19436717 ENST00000375267 81 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433331 19433460 ENST00000375267 82 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433063 19433220 ENST00000375267 83 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19432227 19432336 ENST00000375267 84 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431542 19431683 ENST00000375267 85 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431079 19431160 ENST00000375267 86 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19430578 19430751 ENST00000375267 87 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428135 ENST00000375267 88 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000375267 89 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426091 19426171 ENST00000375267 90 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000375267 91 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000375267 92 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000375267 93 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000375267 94 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000375267 95 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000375267 96 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000375267 97 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000375267 98 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000375267 99 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000375267 100 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000375267 101 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000375267 102 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000375267 103 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375267 104 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404279 19404341 ENST00000375267 105 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375267 106 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375267 107 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401000 19536746 ENST00000375217 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19536567 19536742 ENST00000375217 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19528212 19528309 ENST00000375217 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19526145 19526248 ENST00000375217 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525293 19525422 ENST00000375217 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525035 19525174 ENST00000375217 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524441 19524543 ENST00000375217 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524164 19524305 ENST00000375217 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19523635 19523759 ENST00000375217 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19519927 19520051 ENST00000375217 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518975 19519034 ENST00000375217 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518682 19518872 ENST00000375217 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513935 19514034 ENST00000375217 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513658 19513795 ENST00000375217 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513034 19513151 ENST00000375217 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19511593 19511780 ENST00000375217 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510510 19510669 ENST00000375217 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510305 19510390 ENST00000375217 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19505545 19505714 ENST00000375217 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503955 19504237 ENST00000375217 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503086 19503221 ENST00000375217 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19501448 19501527 ENST00000375217 21 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19500813 19500941 ENST00000375217 22 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499933 19500115 ENST00000375217 23 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499675 19499800 ENST00000375217 24 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499358 19499587 ENST00000375217 25 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19497256 19497377 ENST00000375217 26 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19495929 19496026 ENST00000375217 27 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19494521 19494678 ENST00000375217 28 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19493516 19493725 ENST00000375217 29 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19492150 19492251 ENST00000375217 30 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491743 19491843 ENST00000375217 31 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491293 19491491 ENST00000375217 32 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490747 19490935 ENST00000375217 33 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490258 19490321 ENST00000375217 34 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488914 19489105 ENST00000375217 35 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488321 19488391 ENST00000375217 36 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488083 19488230 ENST00000375217 37 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19487411 19487641 ENST00000375217 38 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19486605 19486775 ENST00000375217 39 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19484309 19484491 ENST00000375217 40 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19483261 19483419 ENST00000375217 41 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19482765 19482917 ENST00000375217 42 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481935 19482162 ENST00000375217 43 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481412 19481569 ENST00000375217 44 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19480262 19480433 ENST00000375217 45 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19479795 19479996 ENST00000375217 46 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478807 19478970 ENST00000375217 47 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478353 ENST00000375217 48 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000375217 49 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000375217 50 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000375217 51 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000375217 52 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472517 19472600 ENST00000375217 53 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000375217 54 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000375217 55 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000375217 56 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000375217 57 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000375217 58 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000375217 59 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000375217 60 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000375217 61 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000375217 62 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000375217 63 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000375217 64 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000375217 65 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000375217 66 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000375217 67 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447683 19447928 ENST00000375217 68 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446674 19446842 ENST00000375217 69 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446051 19446195 ENST00000375217 70 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19445366 19445451 ENST00000375217 71 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19444317 19444404 ENST00000375217 72 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19443715 19443908 ENST00000375217 73 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441892 19442131 ENST00000375217 74 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441305 19441443 ENST00000375217 75 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440439 19440564 ENST00000375217 76 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440193 19440321 ENST00000375217 77 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19439018 19439361 ENST00000375217 78 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19437236 19437326 ENST00000375217 79 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436874 19436958 ENST00000375217 80 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436590 19436717 ENST00000375217 81 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433331 19433460 ENST00000375217 82 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433063 19433220 ENST00000375217 83 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19432227 19432336 ENST00000375217 84 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431542 19431683 ENST00000375217 85 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431079 19431160 ENST00000375217 86 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19430578 19430751 ENST00000375217 87 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428135 ENST00000375217 88 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000375217 89 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426091 19426171 ENST00000375217 90 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000375217 91 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000375217 92 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000375217 93 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000375217 94 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000375217 95 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000375217 96 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000375217 97 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000375217 98 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000375217 99 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000375217 100 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000375217 101 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000375217 102 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000375217 103 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375217 104 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375217 105 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375217 106 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401000 19536746 ENST00000375226 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19536567 19536742 ENST00000375226 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19528212 19528309 ENST00000375226 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19526145 19526248 ENST00000375226 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525293 19525422 ENST00000375226 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19525035 19525174 ENST00000375226 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524441 19524543 ENST00000375226 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19524164 19524305 ENST00000375226 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19523635 19523759 ENST00000375226 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19519927 19520051 ENST00000375226 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518975 19519034 ENST00000375226 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19518682 19518872 ENST00000375226 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513935 19514034 ENST00000375226 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513658 19513795 ENST00000375226 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19513034 19513151 ENST00000375226 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19511593 19511780 ENST00000375226 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510510 19510669 ENST00000375226 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19510305 19510390 ENST00000375226 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19505545 19505714 ENST00000375226 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503955 19504237 ENST00000375226 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19503086 19503221 ENST00000375226 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19501448 19501527 ENST00000375226 21 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19500813 19500941 ENST00000375226 22 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499933 19500115 ENST00000375226 23 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499675 19499800 ENST00000375226 24 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19499358 19499587 ENST00000375226 25 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19497256 19497377 ENST00000375226 26 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19495929 19496026 ENST00000375226 27 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19494521 19494678 ENST00000375226 28 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19493516 19493725 ENST00000375226 29 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19492150 19492251 ENST00000375226 30 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491743 19491843 ENST00000375226 31 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491293 19491491 ENST00000375226 32 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490747 19490935 ENST00000375226 33 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490258 19490321 ENST00000375226 34 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488914 19489105 ENST00000375226 35 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488321 19488391 ENST00000375226 36 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488083 19488230 ENST00000375226 37 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19487411 19487641 ENST00000375226 38 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19486605 19486775 ENST00000375226 39 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19484309 19484491 ENST00000375226 40 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19483261 19483419 ENST00000375226 41 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19482765 19482917 ENST00000375226 42 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481935 19482162 ENST00000375226 43 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481412 19481569 ENST00000375226 44 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19480262 19480433 ENST00000375226 45 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19479795 19479996 ENST00000375226 46 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478807 19478970 ENST00000375226 47 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478353 ENST00000375226 48 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000375226 49 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19476257 19476289 ENST00000375226 50 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000375226 51 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000375226 52 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000375226 53 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000375226 54 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000375226 55 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000375226 56 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000375226 57 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000375226 58 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000375226 59 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000375226 60 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000375226 61 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000375226 62 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000375226 63 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000375226 64 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000375226 65 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000375226 66 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000375226 67 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447683 19447928 ENST00000375226 68 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446674 19446842 ENST00000375226 69 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19446051 19446195 ENST00000375226 70 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19445366 19445451 ENST00000375226 71 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19444317 19444404 ENST00000375226 72 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19443715 19443908 ENST00000375226 73 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441892 19442131 ENST00000375226 74 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441305 19441443 ENST00000375226 75 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440439 19440564 ENST00000375226 76 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440193 19440321 ENST00000375226 77 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19439018 19439361 ENST00000375226 78 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19437236 19437326 ENST00000375226 79 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436874 19436958 ENST00000375226 80 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19436590 19436717 ENST00000375226 81 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433331 19433460 ENST00000375226 82 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19433063 19433220 ENST00000375226 83 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19432227 19432336 ENST00000375226 84 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431542 19431683 ENST00000375226 85 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19431079 19431160 ENST00000375226 86 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19430578 19430751 ENST00000375226 87 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428135 ENST00000375226 88 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000375226 89 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426091 19426171 ENST00000375226 90 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000375226 91 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000375226 92 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000375226 93 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000375226 94 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000375226 95 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000375226 96 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000375226 97 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000375226 98 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000375226 99 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000375226 100 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000375226 101 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000375226 102 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000375226 103 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375226 104 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375226 105 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375226 106 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401004 19408734 ENST00000375225 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408300 ENST00000375225 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375225 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375225 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375225 4 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401008 19431410 ENST00000375224 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19430578 19430599 ENST00000375224 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428135 ENST00000375224 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000375224 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426091 19426171 ENST00000375224 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000375224 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000375224 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000375224 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000375224 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000375224 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000375224 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000375224 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000375224 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000375224 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000375224 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000375224 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000375224 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000375224 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000375224 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000375224 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000375224 21 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401008 19426149 ENST00000429347 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423765 ENST00000429347 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000429347 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000429347 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000429347 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000429347 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000429347 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000429347 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000429347 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000429347 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000429347 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000429347 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000429347 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000429347 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000429347 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000429347 16 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401012 19407800 ENST00000459947 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401061 19404321 ENST00000486515 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19401298 19428121 ENST00000543981 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19428014 19428109 ENST00000543981 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19426870 19427067 ENST00000543981 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423687 19423774 ENST00000543981 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19423017 19423144 ENST00000543981 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19422039 19422146 ENST00000543981 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19421400 19421519 ENST00000543981 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19420443 19420633 ENST00000543981 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419807 19419980 ENST00000543981 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19419313 19419412 ENST00000543981 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19415253 19415471 ENST00000543981 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19414310 19414423 ENST00000543981 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19413173 19413315 ENST00000543981 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19412639 19412764 ENST00000543981 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19410998 19411192 ENST00000543981 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19407843 19408067 ENST00000543981 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19404470 19404560 ENST00000543981 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19403234 19403396 ENST00000543981 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19401329 19401390 ENST00000543981 18 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19419227 19419934 ENST00000492606 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19419855 19426620 ENST00000467272 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19420589 19422416 ENST00000483922 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19433060 19437052 ENST00000494503 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19436981 19439181 ENST00000466969 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19438134 19445343 ENST00000375218 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19443715 19443782 ENST00000375218 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441892 19442131 ENST00000375218 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19441305 19441443 ENST00000375218 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19440376 19440564 ENST00000375218 5 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19447694 19478194 ENST00000425413 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478194 ENST00000425413 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000425413 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000425413 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000425413 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000425413 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472517 19472600 ENST00000425413 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000425413 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000425413 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000425413 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000425413 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000425413 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000425413 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000425413 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000425413 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000425413 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000425413 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000425413 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000425413 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000425413 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000425413 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447694 19447928 ENST00000425413 21 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19447707 19494549 ENST00000417040 NA UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19494521 19494549 ENST00000417040 1 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19493516 19493725 ENST00000417040 2 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19492150 19492251 ENST00000417040 3 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491743 19491843 ENST00000417040 4 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19491293 19491491 ENST00000417040 5 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490747 19490935 ENST00000417040 6 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19490258 19490321 ENST00000417040 7 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488914 19489105 ENST00000417040 8 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488321 19488391 ENST00000417040 9 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19488083 19488230 ENST00000417040 10 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19487411 19487641 ENST00000417040 11 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19486605 19486775 ENST00000417040 12 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19484309 19484491 ENST00000417040 13 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19483261 19483419 ENST00000417040 14 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19482765 19482917 ENST00000417040 15 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481935 19482162 ENST00000417040 16 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19481412 19481569 ENST00000417040 17 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19480262 19480433 ENST00000417040 18 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19479795 19479996 ENST00000417040 19 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478807 19478970 ENST00000417040 20 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19478137 19478353 ENST00000417040 21 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19477071 19477287 ENST00000417040 22 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19476257 19476289 ENST00000417040 23 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19475057 19475120 ENST00000417040 24 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19474487 19474621 ENST00000417040 25 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19473320 19473494 ENST00000417040 26 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19472287 19472427 ENST00000417040 27 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19471280 19471401 ENST00000417040 28 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19470474 19470585 ENST00000417040 29 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19468141 19468271 ENST00000417040 30 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19467841 19468018 ENST00000417040 31 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19465577 19465714 ENST00000417040 32 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19464501 19464675 ENST00000417040 33 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19455472 19455568 ENST00000417040 34 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454705 19454812 ENST00000417040 35 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19454117 19454233 ENST00000417040 36 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19452940 19453149 ENST00000417040 37 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19451035 19451184 ENST00000417040 38 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19449327 19449554 ENST00000417040 39 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19448428 19448506 ENST00000417040 40 UBR4 ENSG00000127481 Not Supported Not Supported +CDS 1 19447707 19447928 ENST00000417040 41 UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19450971 19454195 ENST00000475973 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19471346 19472622 ENST00000465036 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19477418 19504239 ENST00000419533 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19480333 19481533 ENST00000497018 NA UBR4 ENSG00000127481 Not Supported Not Supported +transcript 1 19410046 19410145 ENST00000582644 NA AL137127.1 ENSG00000266098 Not Supported Not Supported +transcript 1 19536995 19567198 ENST00000437898 NA RP1-43E13.2 ENSG00000230424 Not Supported Not Supported +transcript 1 19542158 19578046 ENST00000477853 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19577909 19578003 ENST00000477853 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19571400 19571524 ENST00000477853 2 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19570444 19570509 ENST00000477853 3 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19570108 19570201 ENST00000477853 4 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19568839 19568967 ENST00000477853 5 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19567510 19567636 ENST00000477853 6 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566791 19566940 ENST00000477853 7 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566312 19566479 ENST00000477853 8 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565725 19565796 ENST00000477853 9 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565289 19565351 ENST00000477853 10 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19564511 19564633 ENST00000477853 11 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19563636 19563732 ENST00000477853 12 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19561624 19561746 ENST00000477853 13 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559430 19559629 ENST00000477853 14 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559118 19559267 ENST00000477853 15 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557755 19557916 ENST00000477853 16 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557338 19557457 ENST00000477853 17 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19553807 19553944 ENST00000477853 18 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549890 19550063 ENST00000477853 19 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549118 19549328 ENST00000477853 20 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19547258 19547342 ENST00000477853 21 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19546063 19546192 ENST00000477853 22 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19545800 19545976 ENST00000477853 23 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19543368 19548410 ENST00000480380 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19543368 19578003 ENST00000375199 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19577909 19578003 ENST00000375199 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19571400 19571524 ENST00000375199 2 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19570444 19570509 ENST00000375199 3 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19570108 19570201 ENST00000375199 4 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19568839 19568967 ENST00000375199 5 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19567510 19567636 ENST00000375199 6 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566791 19566940 ENST00000375199 7 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566312 19566479 ENST00000375199 8 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565725 19565796 ENST00000375199 9 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565289 19565348 ENST00000375199 10 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19564511 19564633 ENST00000375199 11 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19563636 19563732 ENST00000375199 12 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19561624 19561746 ENST00000375199 13 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559430 19559629 ENST00000375199 14 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559118 19559267 ENST00000375199 15 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557755 19557916 ENST00000375199 16 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557338 19557457 ENST00000375199 17 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19553807 19553944 ENST00000375199 18 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549890 19550063 ENST00000375199 19 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549118 19549328 ENST00000375199 20 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19547258 19547342 ENST00000375199 21 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19546063 19546192 ENST00000375199 22 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19545800 19545976 ENST00000375199 23 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19544642 19578016 ENST00000375208 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19577909 19578003 ENST00000375208 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19571400 19571524 ENST00000375208 2 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19570108 19570201 ENST00000375208 3 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19568839 19568967 ENST00000375208 4 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19567510 19567636 ENST00000375208 5 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566791 19566940 ENST00000375208 6 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19566312 19566479 ENST00000375208 7 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565725 19565796 ENST00000375208 8 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19565289 19565351 ENST00000375208 9 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19564511 19564633 ENST00000375208 10 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19563636 19563732 ENST00000375208 11 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19561624 19561746 ENST00000375208 12 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559430 19559629 ENST00000375208 13 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19559118 19559267 ENST00000375208 14 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557755 19557916 ENST00000375208 15 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19557338 19557457 ENST00000375208 16 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19553807 19553944 ENST00000375208 17 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549890 19550063 ENST00000375208 18 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549118 19549328 ENST00000375208 19 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19547258 19547342 ENST00000375208 20 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19546063 19546192 ENST00000375208 21 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19545800 19545976 ENST00000375208 22 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19545439 19547699 ENST00000461353 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19545864 19550000 ENST00000486405 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549890 19550000 ENST00000486405 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549118 19549328 ENST00000486405 2 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19547258 19547304 ENST00000486405 3 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19546063 19546163 ENST00000486405 4 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19545910 19545976 ENST00000486405 5 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19545876 19549255 ENST00000486238 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19549118 19549255 ENST00000486238 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19547258 19547342 ENST00000486238 2 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19546127 19546163 ENST00000486238 3 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19546062 19555889 ENST00000494770 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19546109 19549501 ENST00000462505 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19546144 19549180 ENST00000496654 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19565121 19567198 ENST00000467423 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19570114 19578019 ENST00000475079 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19577909 19578003 ENST00000475079 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19571395 19571524 ENST00000475079 2 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19571076 19578021 ENST00000488681 NA EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19571283 19578021 ENST00000356068 NA EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19577909 19578003 ENST00000356068 1 EMC1 ENSG00000127463 Not Supported Not Supported +CDS 1 19571395 19571524 ENST00000356068 2 EMC1 ENSG00000127463 Not Supported Not Supported +transcript 1 19578033 19586622 ENST00000330263 NA MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19578330 19578357 ENST00000330263 1 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19581276 19581334 ENST00000330263 2 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19582442 19582545 ENST00000330263 3 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19583558 19583639 ENST00000330263 4 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19583948 19584015 ENST00000330263 5 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19584327 19584478 ENST00000330263 6 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19584971 19585047 ENST00000330263 7 MRTO4 ENSG00000053372 Not Supported Not Supported +CDS 1 19585175 19585321 ENST00000330263 8 MRTO4 ENSG00000053372 Not Supported Not Supported +transcript 1 19578329 19582546 ENST00000493700 NA MRTO4 ENSG00000053372 Not Supported Not Supported +transcript 1 19584206 19585233 ENST00000479559 NA MRTO4 ENSG00000053372 Not Supported Not Supported +transcript 1 19592476 19600435 ENST00000457194 NA AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19600355 19600435 ENST00000457194 1 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19597242 19597429 ENST00000457194 2 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19596945 19597049 ENST00000457194 3 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19595066 19595195 ENST00000457194 4 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19593843 19593955 ENST00000457194 5 AKR7L ENSG00000211454 Not Supported Not Supported +transcript 1 19592478 19600568 ENST00000420396 NA AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19597242 19597306 ENST00000420396 2 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19596945 19597049 ENST00000420396 3 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19595066 19595195 ENST00000420396 4 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19593797 19593955 ENST00000420396 5 AKR7L ENSG00000211454 Not Supported Not Supported +transcript 1 19593597 19600688 ENST00000429712 NA AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19600355 19600568 ENST00000429712 1 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19597242 19597429 ENST00000429712 2 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19596945 19597049 ENST00000429712 3 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19596077 19596173 ENST00000429712 4 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19595766 19595865 ENST00000429712 5 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19595066 19595195 ENST00000429712 6 AKR7L ENSG00000211454 Not Supported Not Supported +CDS 1 19593797 19593955 ENST00000429712 7 AKR7L ENSG00000211454 Not Supported Not Supported +transcript 1 19597027 19597763 ENST00000493176 NA AKR7L ENSG00000211454 Not Supported Not Supported +transcript 1 19609052 19615744 ENST00000361640 NA AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19614990 19615203 ENST00000361640 1 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19612679 19612866 ENST00000361640 2 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19612382 19612486 ENST00000361640 3 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19611512 19611608 ENST00000361640 4 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19611180 19611279 ENST00000361640 5 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19610490 19610619 ENST00000361640 6 AKR7A3 ENSG00000162482 Not Supported Not Supported +CDS 1 19609228 19609386 ENST00000361640 7 AKR7A3 ENSG00000162482 Not Supported Not Supported +transcript 1 19623574 19624397 ENST00000604801 NA RP4-657E11.10 ENSG00000270728 Not Supported Not Supported +transcript 1 19630459 19638640 ENST00000235835 NA AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19638321 19638618 ENST00000235835 1 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634949 19635136 ENST00000235835 2 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634652 19634756 ENST00000235835 3 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19633808 19633904 ENST00000235835 4 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19633496 19633595 ENST00000235835 5 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19632512 19632641 ENST00000235835 6 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19630722 19630880 ENST00000235835 7 AKR7A2 ENSG00000053371 Not Supported Not Supported +transcript 1 19630493 19638588 ENST00000330072 NA AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19638321 19638588 ENST00000330072 1 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634949 19635136 ENST00000330072 2 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19633808 19633904 ENST00000330072 3 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19633496 19633595 ENST00000330072 4 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19632512 19632641 ENST00000330072 5 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19630719 19630880 ENST00000330072 6 AKR7A2 ENSG00000053371 Not Supported Not Supported +transcript 1 19630660 19638401 ENST00000489286 NA AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19638321 19638401 ENST00000489286 1 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634949 19635136 ENST00000489286 2 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634652 19634756 ENST00000489286 3 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19632512 19632641 ENST00000489286 4 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19630768 19630880 ENST00000489286 5 AKR7A2 ENSG00000053371 Not Supported Not Supported +transcript 1 19630779 19634999 ENST00000481966 NA AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634949 19634999 ENST00000481966 1 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19634652 19634756 ENST00000481966 2 AKR7A2 ENSG00000053371 Not Supported Not Supported +CDS 1 19633584 19633595 ENST00000481966 3 AKR7A2 ENSG00000053371 Not Supported Not Supported +transcript 1 19634233 19638597 ENST00000492217 NA AKR7A2 ENSG00000053371 Not Supported Not Supported +transcript 1 19631570 19631676 ENST00000363533 NA RNU6-1099P ENSG00000200403 Not Supported Not Supported +transcript 1 19638820 19655794 ENST00000375155 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19644172 19644335 ENST00000375155 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651127 19651256 ENST00000375155 4 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651989 19652076 ENST00000375155 5 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652739 19652881 ENST00000375155 6 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653025 19653117 ENST00000375155 7 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653721 19653906 ENST00000375155 8 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19655066 19655134 ENST00000375155 9 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19638822 19655774 ENST00000375153 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19644172 19644335 ENST00000375153 2 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651127 19651256 ENST00000375153 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651989 19652076 ENST00000375153 4 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652739 19652881 ENST00000375153 5 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653025 19653117 ENST00000375153 6 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653721 19653906 ENST00000375153 7 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19655066 19655134 ENST00000375153 8 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19638824 19655778 ENST00000469076 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651158 19651256 ENST00000469076 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652020 19652025 ENST00000469076 4 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19638835 19655794 ENST00000400548 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651158 19651256 ENST00000400548 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651989 19652076 ENST00000400548 4 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652739 19652881 ENST00000400548 5 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653025 19653117 ENST00000400548 6 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653721 19653906 ENST00000400548 7 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19655066 19655134 ENST00000400548 8 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19639223 19655481 ENST00000497827 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19644172 19644335 ENST00000497827 2 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651127 19651256 ENST00000497827 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652020 19652025 ENST00000497827 4 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19651248 19654575 ENST00000432465 NA PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651248 19651256 ENST00000432465 1 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19651989 19652076 ENST00000432465 2 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19652739 19652881 ENST00000432465 3 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19653025 19653117 ENST00000432465 4 PQLC2 ENSG00000040487 Not Supported Not Supported +CDS 1 19654065 19654115 ENST00000432465 5 PQLC2 ENSG00000040487 Not Supported Not Supported +transcript 1 19646299 19646554 ENST00000583604 NA RN7SL85P ENSG00000265192 Not Supported Not Supported +transcript 1 19665267 19812066 ENST00000401084 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19811930 19811932 ENST00000401084 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746244 ENST00000401084 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000401084 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000401084 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000401084 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000401084 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000401084 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19670852 19670928 ENST00000401084 8 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19666027 19666111 ENST00000401084 9 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19665270 19812007 ENST00000264203 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19775328 19775408 ENST00000264203 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746244 ENST00000264203 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000264203 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000264203 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000264203 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000264203 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000264203 8 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19666064 19666111 ENST00000264203 9 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19665273 19746245 ENST00000375144 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746211 ENST00000375144 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000375144 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000375144 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000375144 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000375144 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000375144 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19670852 19670928 ENST00000375144 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19666027 19666111 ENST00000375144 8 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19665317 19811979 ENST00000375142 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19811930 19811932 ENST00000375142 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746244 ENST00000375142 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000375142 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000375142 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000375142 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000375142 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000375142 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19670852 19670928 ENST00000375142 8 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19669259 19669358 ENST00000375142 9 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19665853 19811158 ENST00000433834 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19810684 19810773 ENST00000433834 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746244 ENST00000433834 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000433834 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000433834 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000433834 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000433834 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000433834 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19670852 19670928 ENST00000433834 8 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19666027 19666111 ENST00000433834 9 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19669256 19811981 ENST00000264202 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19811930 19811932 ENST00000264202 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746244 ENST00000264202 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000264202 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000264202 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000264202 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000264202 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000264202 7 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19670852 19670928 ENST00000264202 8 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19669259 19669358 ENST00000264202 9 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19671681 19810579 ENST00000413711 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19746155 19746211 ENST00000413711 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000413711 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000413711 4 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683916 19684057 ENST00000413711 5 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683129 19683245 ENST00000413711 6 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19671681 19671746 ENST00000413711 7 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19683149 19812033 ENST00000459967 NA CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19683939 19712291 ENST00000457768 NA CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19712215 19712223 ENST00000457768 1 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19711999 19712120 ENST00000457768 2 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19705034 19705147 ENST00000457768 3 CAPZB ENSG00000077549 Not Supported Not Supported +CDS 1 19683939 19684057 ENST00000457768 4 CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19684016 19746638 ENST00000489607 NA CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19700669 19811982 ENST00000482808 NA CAPZB ENSG00000077549 Not Supported Not Supported +transcript 1 19750878 19751163 ENST00000481521 NA RN7SL277P ENSG00000240490 Not Supported Not Supported +transcript 1 19837087 19837227 ENST00000364739 NA RNU4-28P ENSG00000201609 Not Supported Not Supported +transcript 1 19858664 19858768 ENST00000458906 NA snoU13 ENSG00000239027 Not Supported Not Supported +transcript 1 19918296 19923326 ENST00000416470 NA RP5-1056L3.1 ENSG00000235185 Not Supported Not Supported +transcript 1 19923473 19984549 ENST00000602662 NA MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000602662 2 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000602662 3 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19983359 19983619 ENST00000602662 4 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +transcript 1 19923561 19983407 ENST00000602384 NA MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19923561 19923603 ENST00000602384 1 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19948594 19948641 ENST00000602384 2 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19949968 19950077 ENST00000602384 3 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19952881 19952895 ENST00000602384 4 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +transcript 1 19923561 19983419 ENST00000602293 NA MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000602293 7 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000602293 8 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19983359 19983419 ENST00000602293 9 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +transcript 1 19923562 19983420 ENST00000602450 NA MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19923562 19923603 ENST00000602450 1 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +CDS 1 19927281 19927378 ENST00000602450 2 MINOS1-NBL1 ENSG00000270136 Not Supported Not Supported +transcript 1 19923477 19950284 ENST00000486890 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923484 19956314 ENST00000322753 NA MINOS1 ENSG00000173436 Not Supported Not Supported +CDS 1 19923540 19923603 ENST00000322753 1 MINOS1 ENSG00000173436 Not Supported Not Supported +CDS 1 19948594 19948641 ENST00000322753 2 MINOS1 ENSG00000173436 Not Supported Not Supported +CDS 1 19949968 19950077 ENST00000322753 3 MINOS1 ENSG00000173436 Not Supported Not Supported +CDS 1 19952881 19952892 ENST00000322753 4 MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923485 19924689 ENST00000498067 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923489 19950045 ENST00000462646 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923495 19953117 ENST00000467029 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923533 19953123 ENST00000481464 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923535 19953081 ENST00000498642 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923546 19927798 ENST00000479642 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19923564 19953100 ENST00000485362 NA MINOS1 ENSG00000173436 Not Supported Not Supported +transcript 1 19934608 19935062 ENST00000457263 NA RPS14P3 ENSG00000226396 Not Supported Not Supported +transcript 1 19967048 19983427 ENST00000428975 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000428975 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000428975 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983427 ENST00000428975 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19969726 19983622 ENST00000289749 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19969806 19969891 ENST00000289749 1 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981505 19981693 ENST00000289749 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000289749 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983619 ENST00000289749 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19969903 19983462 ENST00000451758 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000451758 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000451758 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983462 ENST00000451758 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19970208 19983404 ENST00000439664 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000439664 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000439664 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983404 ENST00000439664 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19970657 19984945 ENST00000375136 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000375136 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000375136 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983619 ENST00000375136 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19970808 19984945 ENST00000548815 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981527 19981693 ENST00000548815 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000548815 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983619 ENST00000548815 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19971866 19983426 ENST00000425400 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981524 19981693 ENST00000425400 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000425400 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983426 ENST00000425400 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19972260 19981929 ENST00000439278 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19972445 19972527 ENST00000439278 1 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981505 19981693 ENST00000439278 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981929 ENST00000439278 3 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19974104 19983569 ENST00000427894 NA NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981527 19981693 ENST00000427894 2 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19981817 19981928 ENST00000427894 3 NBL1 ENSG00000158747 Not Supported Not Supported +CDS 1 19983359 19983569 ENST00000427894 4 NBL1 ENSG00000158747 Not Supported Not Supported +transcript 1 19991780 20006055 ENST00000289753 NA HTR6 ENSG00000158748 Not Supported Not Supported +CDS 1 19992247 19992960 ENST00000289753 1 HTR6 ENSG00000158748 Not Supported Not Supported +CDS 1 20005060 20005218 ENST00000289753 2 HTR6 ENSG00000158748 Not Supported Not Supported +CDS 1 20005412 20005858 ENST00000289753 3 HTR6 ENSG00000158748 Not Supported Not Supported +transcript 1 20008706 20126410 ENST00000294543 NA TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20107073 20107251 ENST00000294543 4 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097801 20097975 ENST00000294543 5 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097035 20097062 ENST00000294543 6 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20082127 20082259 ENST00000294543 7 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20073656 20073753 ENST00000294543 8 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20072949 20073092 ENST00000294543 9 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20072025 20072144 ENST00000294543 10 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20067270 20067434 ENST00000294543 11 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20066317 20066453 ENST00000294543 12 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20063865 20063949 ENST00000294543 13 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20027261 20027378 ENST00000294543 14 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20020927 20021044 ENST00000294543 15 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20009536 20009937 ENST00000294543 16 TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20008733 20125837 ENST00000375127 NA TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20107073 20107251 ENST00000375127 3 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097801 20097975 ENST00000375127 4 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097035 20097062 ENST00000375127 5 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20082127 20082259 ENST00000375127 6 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20073656 20073753 ENST00000375127 7 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20072949 20073092 ENST00000375127 8 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20072025 20072144 ENST00000375127 9 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20067270 20067434 ENST00000375127 10 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20066317 20066453 ENST00000375127 11 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20063865 20063949 ENST00000375127 12 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20027261 20027378 ENST00000375127 13 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20020927 20021044 ENST00000375127 14 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20009781 20009937 ENST00000375127 15 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20009125 20009207 ENST00000375127 16 TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20008735 20064912 ENST00000489814 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20008754 20126410 ENST00000375122 NA TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20107073 20107251 ENST00000375122 4 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097801 20097975 ENST00000375122 5 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20097035 20097062 ENST00000375122 6 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20082127 20082259 ENST00000375122 7 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20073656 20073753 ENST00000375122 8 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20072949 20073092 ENST00000375122 9 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20067270 20067434 ENST00000375122 10 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20066317 20066453 ENST00000375122 11 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20063865 20063949 ENST00000375122 12 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20027261 20027378 ENST00000375122 13 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20020927 20021044 ENST00000375122 14 TMCO4 ENSG00000162542 Not Supported Not Supported +CDS 1 20009536 20009937 ENST00000375122 15 TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20020985 20027703 ENST00000494342 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20063865 20107257 ENST00000489135 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20073656 20126438 ENST00000496528 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20076574 20097920 ENST00000462171 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20097839 20126433 ENST00000488449 NA TMCO4 ENSG00000162542 Not Supported Not Supported +transcript 1 20140523 20141771 ENST00000375121 NA RNF186 ENSG00000178828 Not Supported Not Supported +CDS 1 20140914 20141594 ENST00000375121 1 RNF186 ENSG00000178828 Not Supported Not Supported +transcript 1 20140860 20145995 ENST00000454736 NA RP11-91K11.2 ENSG00000235434 Not Supported Not Supported +transcript 1 20209006 20239438 ENST00000375120 NA OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20209007 20209227 ENST00000375120 1 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20216878 20217026 ENST00000375120 2 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20220861 20220973 ENST00000375120 3 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20224033 20224155 ENST00000375120 4 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20230760 20230891 ENST00000375120 5 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20231384 20231480 ENST00000375120 6 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20232925 20233109 ENST00000375120 7 OTUD3 ENSG00000169914 Not Supported Not Supported +CDS 1 20234063 20234236 ENST00000375120 8 OTUD3 ENSG00000169914 Not Supported Not Supported +transcript 1 20216951 20224308 ENST00000466697 NA OTUD3 ENSG00000169914 Not Supported Not Supported +transcript 1 20233058 20233437 ENST00000481686 NA OTUD3 ENSG00000169914 Not Supported Not Supported +transcript 1 20246502 20250110 ENST00000375116 NA PLA2G2E ENSG00000188784 Not Supported Not Supported +CDS 1 20250013 20250052 ENST00000375116 1 PLA2G2E ENSG00000188784 Not Supported Not Supported +CDS 1 20249110 20249248 ENST00000375116 2 PLA2G2E ENSG00000188784 Not Supported Not Supported +CDS 1 20248791 20248897 ENST00000375116 3 PLA2G2E ENSG00000188784 Not Supported Not Supported +CDS 1 20246803 20246942 ENST00000375116 4 PLA2G2E ENSG00000188784 Not Supported Not Supported +transcript 1 20297462 20297760 ENST00000488028 NA RN7SL304P ENSG00000242688 Not Supported Not Supported +transcript 1 20301925 20306932 ENST00000400520 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20305227 20305266 ENST00000400520 2 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20304873 20305017 ENST00000400520 3 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20304508 20304614 ENST00000400520 4 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20302197 20302336 ENST00000400520 5 PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20301928 20306100 ENST00000469162 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20301931 20306107 ENST00000496748 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20301931 20306909 ENST00000375111 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20305227 20305266 ENST00000375111 3 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20304873 20305017 ENST00000375111 4 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20304508 20304614 ENST00000375111 5 PLA2G2A ENSG00000188257 Not Supported Not Supported +CDS 1 20302197 20302336 ENST00000375111 6 PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20301958 20306900 ENST00000491964 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20302166 20306909 ENST00000482011 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20304739 20305560 ENST00000461140 NA PLA2G2A ENSG00000188257 Not Supported Not Supported +transcript 1 20354672 20417683 ENST00000486277 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20354923 20417651 ENST00000465698 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20354927 20412720 ENST00000460175 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20355019 20416388 ENST00000469069 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20355019 20417273 ENST00000489871 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20355064 20396907 ENST00000498348 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20396701 20417661 ENST00000375108 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +CDS 1 20411324 20411363 ENST00000375108 2 PLA2G5 ENSG00000127472 Not Supported Not Supported +CDS 1 20412576 20412720 ENST00000375108 3 PLA2G5 ENSG00000127472 Not Supported Not Supported +CDS 1 20416282 20416388 ENST00000375108 4 PLA2G5 ENSG00000127472 Not Supported Not Supported +CDS 1 20417061 20417182 ENST00000375108 5 PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20396788 20417321 ENST00000478803 NA PLA2G5 ENSG00000127472 Not Supported Not Supported +transcript 1 20438432 20446050 ENST00000375105 NA PLA2G2D ENSG00000117215 Not Supported Not Supported +CDS 1 20445952 20445991 ENST00000375105 1 PLA2G2D ENSG00000117215 Not Supported Not Supported +CDS 1 20442826 20442970 ENST00000375105 2 PLA2G2D ENSG00000117215 Not Supported Not Supported +CDS 1 20442000 20442106 ENST00000375105 3 PLA2G2D ENSG00000117215 Not Supported Not Supported +CDS 1 20440610 20440752 ENST00000375105 4 PLA2G2D ENSG00000117215 Not Supported Not Supported +transcript 1 20465819 20476879 ENST00000375102 NA PLA2G2F ENSG00000158786 Not Supported Not Supported +CDS 1 20465921 20466036 ENST00000375102 1 PLA2G2F ENSG00000158786 Not Supported Not Supported +CDS 1 20466659 20466711 ENST00000375102 2 PLA2G2F ENSG00000158786 Not Supported Not Supported +CDS 1 20469939 20470083 ENST00000375102 3 PLA2G2F ENSG00000158786 Not Supported Not Supported +CDS 1 20471073 20471182 ENST00000375102 4 PLA2G2F ENSG00000158786 Not Supported Not Supported +CDS 1 20474683 20474891 ENST00000375102 5 PLA2G2F ENSG00000158786 Not Supported Not Supported +transcript 1 20465823 20470573 ENST00000465062 NA PLA2G2F ENSG00000158786 Not Supported Not Supported +transcript 1 20480831 20487061 ENST00000417884 NA RP3-340N1.2 ENSG00000227066 Not Supported Not Supported +transcript 1 20484185 20487059 ENST00000431027 NA RP3-340N1.2 ENSG00000227066 Not Supported Not Supported +transcript 1 20487746 20503917 ENST00000429261 NA PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20503817 20503856 ENST00000429261 1 PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20501500 20501638 ENST00000429261 2 PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20499287 20499390 ENST00000429261 3 PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20490487 20490650 ENST00000429261 4 PLA2G2C ENSG00000187980 Not Supported Not Supported +transcript 1 20489585 20501662 ENST00000495760 NA PLA2G2C ENSG00000187980 Not Supported Not Supported +transcript 1 20490484 20501687 ENST00000247992 NA PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20501500 20501687 ENST00000247992 1 PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20499287 20499384 ENST00000247992 2 PLA2G2C ENSG00000187980 Not Supported Not Supported +CDS 1 20490487 20490650 ENST00000247992 3 PLA2G2C ENSG00000187980 Not Supported Not Supported +transcript 1 20510735 20512979 ENST00000442226 NA UBXN10-AS1 ENSG00000225986 Not Supported Not Supported +transcript 1 20512578 20522541 ENST00000375099 NA UBXN10 ENSG00000162543 Not Supported Not Supported +CDS 1 20517055 20517894 ENST00000375099 2 UBXN10 ENSG00000162543 Not Supported Not Supported +transcript 1 20569588 20571148 ENST00000435552 NA RP3-340N1.6 ENSG00000228105 Not Supported Not Supported +transcript 1 20617412 20680744 ENST00000485375 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000485375 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000485375 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640871 20641085 ENST00000485375 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644023 20644067 ENST00000485375 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20617412 20680756 ENST00000375079 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000375079 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000375079 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640815 20641085 ENST00000375079 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644023 20644168 ENST00000375079 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645083 20645214 ENST00000375079 6 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645875 20645999 ENST00000375079 7 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20649849 20650025 ENST00000375079 8 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20654383 20654493 ENST00000375079 9 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20656673 20656875 ENST00000375079 10 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20657362 20657476 ENST00000375079 11 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20659259 20659444 ENST00000375079 12 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20662796 20662979 ENST00000375079 13 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664139 20664329 ENST00000375079 14 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20668925 20669102 ENST00000375079 15 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20669572 20669886 ENST00000375079 16 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20671949 20672086 ENST00000375079 17 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20674741 20674869 ENST00000375079 18 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20676649 20676723 ENST00000375079 19 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20677350 20677419 ENST00000375079 20 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20678548 20678665 ENST00000375079 21 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20680250 20680753 ENST00000375079 22 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20617412 20681387 ENST00000289815 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000289815 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000289815 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640815 20641085 ENST00000289815 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644023 20644168 ENST00000289815 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645083 20645214 ENST00000289815 6 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645875 20645999 ENST00000289815 7 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20649849 20650025 ENST00000289815 8 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20654383 20654493 ENST00000289815 9 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20656673 20656875 ENST00000289815 10 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20657362 20657476 ENST00000289815 11 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20659259 20659444 ENST00000289815 12 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20662796 20662979 ENST00000289815 13 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664139 20664329 ENST00000289815 14 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20668925 20669102 ENST00000289815 15 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20669572 20669886 ENST00000289815 16 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20671949 20672086 ENST00000289815 17 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20674741 20674851 ENST00000289815 18 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20677350 20677419 ENST00000289815 19 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20678548 20678665 ENST00000289815 20 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20680250 20680753 ENST00000289815 21 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20617412 20675766 ENST00000375083 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000375083 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000375083 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640815 20641085 ENST00000375083 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644023 20644168 ENST00000375083 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645083 20645214 ENST00000375083 6 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645875 20645999 ENST00000375083 7 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20649849 20650025 ENST00000375083 8 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20654383 20654493 ENST00000375083 9 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20656673 20656875 ENST00000375083 10 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20657362 20657476 ENST00000375083 11 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20659259 20659444 ENST00000375083 12 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20662796 20662979 ENST00000375083 13 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664139 20664329 ENST00000375083 14 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20668925 20669102 ENST00000375083 15 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20669572 20669886 ENST00000375083 16 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20671949 20672086 ENST00000375083 17 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20674741 20674851 ENST00000375083 18 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20675591 20675763 ENST00000375083 19 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20617412 20664527 ENST00000289825 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20645883 20645999 ENST00000289825 7 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20649849 20650025 ENST00000289825 8 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20654383 20654493 ENST00000289825 9 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20656673 20656875 ENST00000289825 10 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20657362 20657476 ENST00000289825 11 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20659259 20659444 ENST00000289825 12 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20662796 20662979 ENST00000289825 13 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664139 20664329 ENST00000289825 14 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664468 20664524 ENST00000289825 15 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20617430 20665715 ENST00000473325 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000473325 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000473325 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640815 20641085 ENST00000473325 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644023 20644168 ENST00000473325 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20644917 20645101 ENST00000473325 6 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20629574 20639435 ENST00000530722 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000530722 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639435 ENST00000530722 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20629574 20640905 ENST00000534075 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20637095 20637233 ENST00000534075 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20639329 20639481 ENST00000534075 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20640815 20640905 ENST00000534075 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20659408 20680744 ENST00000467486 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20659408 20659444 ENST00000467486 1 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20662796 20662979 ENST00000467486 2 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20664139 20664329 ENST00000467486 3 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20668925 20669102 ENST00000467486 4 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20669572 20669886 ENST00000467486 5 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20671949 20672086 ENST00000467486 6 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20674738 20674851 ENST00000467486 7 VWA5B1 ENSG00000158816 Not Supported Not Supported +CDS 1 20675591 20675766 ENST00000467486 8 VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20659411 20680715 ENST00000525343 NA VWA5B1 ENSG00000158816 Not Supported Not Supported +transcript 1 20620704 20649680 ENST00000444923 NA RP4-745E8.2 ENSG00000226664 Not Supported Not Supported +transcript 1 20687072 20755275 ENST00000426428 NA LINC01141 ENSG00000236963 Not Supported Not Supported +transcript 1 20724598 20755232 ENST00000418743 NA LINC01141 ENSG00000236963 Not Supported Not Supported +transcript 1 20725209 20757727 ENST00000423486 NA LINC01141 ENSG00000236963 Not Supported Not Supported +transcript 1 20738797 20739746 ENST00000421114 NA RP4-749H3.2 ENSG00000226487 Not Supported Not Supported +transcript 1 20808884 20812713 ENST00000375078 NA CAMK2N1 ENSG00000162545 Not Supported Not Supported +CDS 1 20811707 20811872 ENST00000375078 1 CAMK2N1 ENSG00000162545 Not Supported Not Supported +CDS 1 20810145 20810212 ENST00000375078 2 CAMK2N1 ENSG00000162545 Not Supported Not Supported +transcript 1 20809680 20811138 ENST00000489020 NA CAMK2N1 ENSG00000162545 Not Supported Not Supported +transcript 1 20825943 20834654 ENST00000264198 NA MUL1 ENSG00000090432 Not Supported Not Supported +CDS 1 20834398 20834517 ENST00000264198 1 MUL1 ENSG00000090432 Not Supported Not Supported +CDS 1 20829715 20829802 ENST00000264198 2 MUL1 ENSG00000090432 Not Supported Not Supported +CDS 1 20828562 20828682 ENST00000264198 3 MUL1 ENSG00000090432 Not Supported Not Supported +CDS 1 20827186 20827912 ENST00000264198 4 MUL1 ENSG00000090432 Not Supported Not Supported +transcript 1 20852482 20853244 ENST00000443195 NA RPS4XP4 ENSG00000215520 Not Supported Not Supported +transcript 1 20878932 20881512 ENST00000332947 NA FAM43B ENSG00000183114 Not Supported Not Supported +CDS 1 20879467 20880453 ENST00000332947 1 FAM43B ENSG00000183114 Not Supported Not Supported +transcript 1 20915441 20945401 ENST00000375071 NA CDA ENSG00000158825 Not Supported Not Supported +CDS 1 20915623 20915776 ENST00000375071 1 CDA ENSG00000158825 Not Supported Not Supported +CDS 1 20931421 20931532 ENST00000375071 2 CDA ENSG00000158825 Not Supported Not Supported +CDS 1 20940335 20940392 ENST00000375071 3 CDA ENSG00000158825 Not Supported Not Supported +CDS 1 20944945 20945058 ENST00000375071 4 CDA ENSG00000158825 Not Supported Not Supported +transcript 1 20915579 20945396 ENST00000461985 NA CDA ENSG00000158825 Not Supported Not Supported +transcript 1 20959948 20978004 ENST00000321556 NA PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20960042 20960428 ENST00000321556 1 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20964335 20964622 ENST00000321556 2 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20966385 20966485 ENST00000321556 3 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20970983 20971165 ENST00000321556 4 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20972053 20972216 ENST00000321556 5 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20974998 20975125 ENST00000321556 6 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20975488 20975724 ENST00000321556 7 PINK1 ENSG00000158828 Not Supported Not Supported +CDS 1 20976927 20977181 ENST00000321556 8 PINK1 ENSG00000158828 Not Supported Not Supported +transcript 1 20964622 20977809 ENST00000492302 NA PINK1 ENSG00000158828 Not Supported Not Supported +transcript 1 20972001 20978003 ENST00000400490 NA PINK1 ENSG00000158828 Not Supported Not Supported +transcript 1 20969150 20978686 ENST00000451424 NA PINK1-AS ENSG00000117242 Not Supported Not Supported +transcript 1 20976856 20977207 ENST00000535128 NA AL391357.1 ENSG00000257033 Not Supported Not Supported +transcript 1 20978270 20987884 ENST00000602624 NA DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987690 20987843 ENST00000602624 1 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987374 20987484 ENST00000602624 2 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982594 20982680 ENST00000602624 3 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982169 20982272 ENST00000602624 4 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981933 20982027 ENST00000602624 5 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981107 20981200 ENST00000602624 6 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980716 20980864 ENST00000602624 7 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980120 20980267 ENST00000602624 8 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979344 20979464 ENST00000602624 9 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979114 20979220 ENST00000602624 10 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20978875 20979021 ENST00000602624 11 DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20978270 20988000 ENST00000375048 NA DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987690 20987894 ENST00000375048 1 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987374 20987484 ENST00000375048 2 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982594 20982680 ENST00000375048 3 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982169 20982272 ENST00000375048 4 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981933 20982027 ENST00000375048 5 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981107 20981200 ENST00000375048 6 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980716 20980864 ENST00000375048 7 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980120 20980267 ENST00000375048 8 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979344 20979464 ENST00000375048 9 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979114 20979220 ENST00000375048 10 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20978875 20979021 ENST00000375048 11 DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20978547 20987898 ENST00000415136 NA DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987690 20987894 ENST00000415136 1 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982594 20982680 ENST00000415136 2 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982169 20982272 ENST00000415136 3 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981933 20982027 ENST00000415136 4 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981107 20981200 ENST00000415136 5 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980716 20980864 ENST00000415136 6 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20980120 20980267 ENST00000415136 7 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979344 20979464 ENST00000415136 8 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20979114 20979220 ENST00000415136 9 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20978875 20979021 ENST00000415136 10 DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20979127 20979577 ENST00000475210 NA DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20981933 20987881 ENST00000464364 NA DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987690 20987843 ENST00000464364 1 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20987374 20987484 ENST00000464364 2 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20982169 20982272 ENST00000464364 3 DDOST ENSG00000244038 Not Supported Not Supported +CDS 1 20981933 20982027 ENST00000464364 4 DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20986892 20987862 ENST00000477229 NA DDOST ENSG00000244038 Not Supported Not Supported +transcript 1 20990507 20991083 ENST00000493818 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20990507 21011680 ENST00000477167 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20990507 21024932 ENST00000490034 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20990507 21043984 ENST00000375044 NA KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21041986 21042063 ENST00000375044 2 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21039947 21040048 ENST00000375044 3 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21036132 21036321 ENST00000375044 4 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21030940 21031392 ENST00000375044 5 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21024872 21024981 ENST00000375044 6 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21016681 21016828 ENST00000375044 7 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21013881 21014437 ENST00000375044 8 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21012539 21012619 ENST00000375044 9 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21011302 21011513 ENST00000375044 10 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21009146 21009377 ENST00000375044 11 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20998431 20998689 ENST00000375044 12 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20996914 20996984 ENST00000375044 13 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20992707 20992824 ENST00000375044 14 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20991080 20991255 ENST00000375044 15 KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20990507 21044273 ENST00000400463 NA KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21043969 21044199 ENST00000400463 1 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21041986 21042132 ENST00000400463 2 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21039947 21040048 ENST00000400463 3 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21036132 21036321 ENST00000400463 4 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21030940 21031392 ENST00000400463 5 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21024872 21024981 ENST00000400463 6 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21016681 21016828 ENST00000400463 7 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21013881 21014437 ENST00000400463 8 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21012539 21012619 ENST00000400463 9 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21011302 21011513 ENST00000400463 10 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21009146 21009377 ENST00000400463 11 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20998431 20998689 ENST00000400463 12 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20996914 20996981 ENST00000400463 13 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20992707 20992824 ENST00000400463 14 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20991080 20991255 ENST00000400463 15 KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20990509 21044510 ENST00000247986 NA KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21043969 21044199 ENST00000247986 1 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21041986 21042132 ENST00000247986 2 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21039947 21040048 ENST00000247986 3 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21036132 21036321 ENST00000247986 4 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21030940 21031392 ENST00000247986 5 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21024872 21024981 ENST00000247986 6 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21016681 21016828 ENST00000247986 7 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21013881 21014437 ENST00000247986 8 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21012539 21012619 ENST00000247986 9 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21011302 21011513 ENST00000247986 10 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 21009146 21009377 ENST00000247986 11 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20998431 20998689 ENST00000247986 12 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20996914 20996984 ENST00000247986 13 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20992707 20992824 ENST00000247986 14 KIF17 ENSG00000117245 Not Supported Not Supported +CDS 1 20991080 20991255 ENST00000247986 15 KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20992707 21011776 ENST00000462858 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20996922 21012868 ENST00000498225 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 20998509 20999513 ENST00000463389 NA KIF17 ENSG00000117245 Not Supported Not Supported +transcript 1 21019227 21020506 ENST00000440621 NA RP5-930J4.5 ENSG00000235432 Not Supported Not Supported +transcript 1 21046225 21059133 ENST00000375031 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21052413 21052550 ENST00000375031 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050889 21051128 ENST00000375031 5 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050576 21050744 ENST00000375031 6 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050119 21050227 ENST00000375031 7 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21049249 21049408 ENST00000375031 8 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21048288 21048488 ENST00000375031 9 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21046225 21059330 ENST00000460804 NA SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21048021 21059029 ENST00000444387 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054451 21054537 ENST00000444387 2 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054016 21054096 ENST00000444387 3 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21053494 21053568 ENST00000444387 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21052413 21052559 ENST00000444387 5 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050889 21051128 ENST00000444387 6 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050576 21050744 ENST00000444387 7 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21050119 21050227 ENST00000444387 8 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21049249 21049408 ENST00000444387 9 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21048288 21048488 ENST00000444387 10 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21051094 21058771 ENST00000447746 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054451 21054537 ENST00000447746 2 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21053962 21054096 ENST00000447746 3 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21052413 21052559 ENST00000447746 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21051094 21051128 ENST00000447746 5 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21051124 21059330 ENST00000518294 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054451 21054537 ENST00000518294 2 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054016 21054096 ENST00000518294 3 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21053494 21053568 ENST00000518294 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21052413 21052559 ENST00000518294 5 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21051124 21051128 ENST00000518294 6 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21052425 21058084 ENST00000517430 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054451 21054537 ENST00000517430 2 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054016 21054096 ENST00000517430 3 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21053494 21053568 ENST00000517430 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21052425 21052559 ENST00000517430 5 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21053525 21057668 ENST00000519434 NA SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054451 21054537 ENST00000519434 3 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21054016 21054096 ENST00000519434 4 SH2D5 ENSG00000189410 Not Supported Not Supported +CDS 1 21053525 21053568 ENST00000519434 5 SH2D5 ENSG00000189410 Not Supported Not Supported +transcript 1 21059373 21060445 ENST00000436642 NA RP5-930J4.2 ENSG00000233069 Not Supported Not Supported +transcript 1 21069154 21113181 ENST00000312239 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106838 21106933 ENST00000312239 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106404 ENST00000312239 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103243 ENST00000312239 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21099944 21100103 ENST00000312239 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21097423 21097566 ENST00000312239 6 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21094077 21094157 ENST00000312239 7 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21091870 21092024 ENST00000312239 8 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21083659 21083749 ENST00000312239 9 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21076216 21076375 ENST00000312239 10 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21074037 21074148 ENST00000312239 11 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21072036 21072149 ENST00000312239 12 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21071293 21071584 ENST00000312239 13 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21069175 21101498 ENST00000375003 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21099944 21099997 ENST00000375003 1 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21097423 21097566 ENST00000375003 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21094077 21094157 ENST00000375003 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21091870 21092024 ENST00000375003 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21083659 21083749 ENST00000375003 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21076216 21076375 ENST00000375003 6 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21074037 21074148 ENST00000375003 7 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21072036 21072149 ENST00000375003 8 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21071293 21071584 ENST00000375003 9 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21069628 21076240 ENST00000488722 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21072085 21076744 ENST00000491748 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21074108 21103097 ENST00000419948 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103097 ENST00000419948 1 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21099944 21100103 ENST00000419948 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21097423 21097566 ENST00000419948 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21091870 21092024 ENST00000419948 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21083659 21083749 ENST00000419948 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21076216 21076375 ENST00000419948 6 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21074108 21074148 ENST00000419948 7 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21083659 21113765 ENST00000438032 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106838 21106933 ENST00000438032 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106404 ENST00000438032 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103243 ENST00000438032 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21099944 21100103 ENST00000438032 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21097423 21097566 ENST00000438032 6 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21094077 21094157 ENST00000438032 7 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21091870 21092024 ENST00000438032 8 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21083659 21083749 ENST00000438032 9 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21083692 21113805 ENST00000424732 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106386 ENST00000424732 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103243 ENST00000424732 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21099944 21100103 ENST00000424732 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21097423 21097566 ENST00000424732 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21094077 21094157 ENST00000424732 6 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21091870 21092024 ENST00000424732 7 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21083692 21083749 ENST00000424732 8 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21100080 21112776 ENST00000417710 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106838 21106933 ENST00000417710 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106404 ENST00000417710 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103243 ENST00000417710 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21100080 21100103 ENST00000417710 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21101943 21107034 ENST00000487117 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21102148 21113133 ENST00000375000 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106838 21106933 ENST00000375000 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106404 ENST00000375000 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103090 21103243 ENST00000375000 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21102450 21102498 ENST00000375000 5 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21103191 21113816 ENST00000437575 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106386 ENST00000437575 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103191 21103243 ENST00000437575 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21103206 21113145 ENST00000419490 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106386 ENST00000419490 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103206 21103243 ENST00000419490 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21103213 21113145 ENST00000414993 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106838 21106933 ENST00000414993 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106305 21106404 ENST00000414993 3 HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21103213 21103243 ENST00000414993 4 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21106329 21113159 ENST00000443615 NA HP1BP3 ENSG00000127483 Not Supported Not Supported +CDS 1 21106329 21106386 ENST00000443615 2 HP1BP3 ENSG00000127483 Not Supported Not Supported +transcript 1 21069480 21070455 ENST00000413451 NA RP5-930J4.4 ENSG00000203394 Not Supported Not Supported +transcript 1 21132963 21377487 ENST00000264211 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000264211 2 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000264211 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000264211 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000264211 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000264211 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276604 ENST00000264211 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000264211 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000264211 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000264211 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000264211 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000264211 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000264211 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000264211 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000264211 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000264211 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000264211 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000264211 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000264211 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000264211 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000264211 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000264211 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000264211 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000264211 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000264211 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000264211 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000264211 27 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000264211 28 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000264211 29 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000264211 30 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000264211 31 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21132976 21503343 ENST00000602326 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000602326 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21308881 21308901 ENST00000602326 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000602326 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000602326 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000602326 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000602326 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276601 ENST00000602326 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000602326 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000602326 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000602326 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000602326 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000602326 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000602326 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000602326 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000602326 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000602326 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000602326 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000602326 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000602326 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000602326 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000602326 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000602326 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000602326 27 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000602326 28 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000602326 29 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000602326 30 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000602326 31 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000602326 32 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000602326 33 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000602326 34 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000602326 35 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21132976 21503340 ENST00000400422 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000400422 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000400422 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000400422 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000400422 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000400422 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276604 ENST00000400422 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000400422 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000400422 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000400422 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000400422 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000400422 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000400422 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000400422 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000400422 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000400422 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000400422 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000400422 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000400422 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000400422 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000400422 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000400422 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000400422 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000400422 27 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000400422 28 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000400422 29 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000400422 30 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000400422 31 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000400422 32 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000400422 33 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000400422 34 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21133158 21377395 ENST00000374935 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000374935 2 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000374935 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000374935 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000374935 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000374935 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276604 ENST00000374935 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000374935 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000374935 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000374935 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000374935 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000374935 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000374935 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000374935 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000374935 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000374935 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000374935 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000374935 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000374935 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000374935 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000374935 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000374935 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000374935 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000374935 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000374935 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000374935 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000374935 27 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000374935 28 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000374935 29 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000374935 30 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21133197 21226406 ENST00000537738 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226379 ENST00000537738 1 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000537738 2 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000537738 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21219112 21219222 ENST00000537738 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000537738 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000537738 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000537738 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000537738 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000537738 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000537738 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000537738 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000537738 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000537738 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000537738 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000537738 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000537738 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000537738 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000537738 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000537738 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000537738 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000537738 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000537738 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000537738 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21133703 21377453 ENST00000374937 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000374937 2 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21308881 21308901 ENST00000374937 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000374937 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000374937 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000374937 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000374937 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276601 ENST00000374937 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000374937 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000374937 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000374937 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000374937 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000374937 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000374937 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000374937 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000374937 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000374937 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000374937 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000374937 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000374937 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000374937 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000374937 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000374937 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000374937 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000374937 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000374937 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000374937 27 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000374937 28 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000374937 29 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000374937 30 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000374937 31 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000374937 32 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21133741 21299529 ENST00000536266 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268290 ENST00000536266 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000536266 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000536266 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000536266 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21220010 21220129 ENST00000536266 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21212694 21212864 ENST00000536266 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21205816 21206013 ENST00000536266 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21191609 21191755 ENST00000536266 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21190969 21191205 ENST00000536266 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21188721 21188825 ENST00000536266 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21186878 21187010 ENST00000536266 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21183896 21183990 ENST00000536266 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21181471 21181564 ENST00000536266 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21180053 21180170 ENST00000536266 16 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21177751 21177971 ENST00000536266 17 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21175908 21176023 ENST00000536266 18 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21167349 21167521 ENST00000536266 19 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21155640 21155765 ENST00000536266 20 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21154110 21154191 ENST00000536266 21 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21151593 21151691 ENST00000536266 22 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21143885 21144031 ENST00000536266 23 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21139651 21139732 ENST00000536266 24 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21137231 21137377 ENST00000536266 25 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21133815 21133993 ENST00000536266 26 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21151597 21174438 ENST00000435383 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21219152 21231430 ENST00000496705 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21219604 21267891 ENST00000374933 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21219980 21268111 ENST00000544689 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267752 21267875 ENST00000544689 2 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21231376 21231464 ENST00000544689 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21226190 21226436 ENST00000544689 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21221861 21221994 ENST00000544689 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21219983 21220129 ENST00000544689 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21255863 21267977 ENST00000485722 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21267735 21501230 ENST00000356916 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000356916 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21324094 21324126 ENST00000356916 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000356916 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000356916 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000356916 11 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000356916 12 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276604 ENST00000356916 13 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000356916 14 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267872 21267888 ENST00000356916 15 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21267740 21415701 ENST00000374927 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000374927 3 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000374927 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000374927 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000374927 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000374927 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276496 21276604 ENST00000374927 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267984 21268823 ENST00000374927 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21267872 21267888 ENST00000374927 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21276499 21503377 ENST00000438975 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000438975 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000438975 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000438975 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000438975 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000438975 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21276499 21276604 ENST00000438975 10 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21295967 21503350 ENST00000411888 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21329206 21329235 ENST00000411888 4 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21327692 21327805 ENST00000411888 5 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21307541 21307720 ENST00000411888 6 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21306827 21306941 ENST00000411888 7 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21299495 21299592 ENST00000411888 8 EIF4G3 ENSG00000075151 Not Supported Not Supported +CDS 1 21295967 21296089 ENST00000411888 9 EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21299540 21308938 ENST00000476088 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21391024 21438103 ENST00000463775 NA EIF4G3 ENSG00000075151 Not Supported Not Supported +transcript 1 21167734 21167795 ENST00000516105 NA RNU7-200P ENSG00000251914 Not Supported Not Supported +transcript 1 21314807 21314925 ENST00000408881 NA MIR1256 ENSG00000221808 Not Supported Not Supported +transcript 1 21330043 21330427 ENST00000420703 NA RPS15AP6 ENSG00000233072 Not Supported Not Supported +transcript 1 21400132 21400246 ENST00000431514 NA RP11-487E1.2 ENSG00000236073 Not Supported Not Supported +transcript 1 21487968 21488574 ENST00000430808 NA HSPE1P27 ENSG00000235112 Not Supported Not Supported +transcript 1 21503059 21503122 ENST00000584440 NA AL031005.1 ENSG00000266867 Not Supported Not Supported +transcript 1 21543740 21671997 ENST00000415912 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21671869 21671871 ENST00000415912 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616649 ENST00000415912 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000415912 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599404 ENST00000415912 4 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586764 21586885 ENST00000415912 5 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21585186 21585332 ENST00000415912 6 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21584018 21584083 ENST00000415912 7 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21582440 21582631 ENST00000415912 8 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21573714 21573856 ENST00000415912 9 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21571482 21571596 ENST00000415912 10 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21564627 21564737 ENST00000415912 11 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21563239 21563337 ENST00000415912 12 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21562343 21562420 ENST00000415912 13 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21560051 21560154 ENST00000415912 14 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21554424 21554534 ENST00000415912 15 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21553652 21553719 ENST00000415912 16 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21551743 21551933 ENST00000415912 17 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21548240 21548335 ENST00000415912 18 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21546451 21546624 ENST00000415912 19 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21545077 21606042 ENST00000357071 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605927 ENST00000357071 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599404 ENST00000357071 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586764 21586885 ENST00000357071 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21585186 21585332 ENST00000357071 4 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21584018 21584083 ENST00000357071 5 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21582440 21582631 ENST00000357071 6 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21573714 21573856 ENST00000357071 7 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21571482 21571596 ENST00000357071 8 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21564627 21564737 ENST00000357071 9 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21563239 21563337 ENST00000357071 10 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21562343 21562420 ENST00000357071 11 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21560051 21560154 ENST00000357071 12 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21554424 21554534 ENST00000357071 13 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21553652 21553719 ENST00000357071 14 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21551743 21551933 ENST00000357071 15 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21548240 21548335 ENST00000357071 16 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21546451 21546624 ENST00000357071 17 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21546307 21548574 ENST00000531334 NA ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21546352 21616982 ENST00000374893 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616857 21616907 ENST00000374893 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616649 ENST00000374893 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000374893 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599404 ENST00000374893 4 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586764 21586885 ENST00000374893 5 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21585186 21585332 ENST00000374893 6 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21584018 21584083 ENST00000374893 7 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21582440 21582631 ENST00000374893 8 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21573714 21573856 ENST00000374893 9 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21571482 21571596 ENST00000374893 10 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21564627 21564737 ENST00000374893 11 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21563239 21563337 ENST00000374893 12 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21562343 21562420 ENST00000374893 13 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21560051 21560154 ENST00000374893 14 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21554424 21554534 ENST00000374893 15 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21553652 21553719 ENST00000374893 16 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21551743 21551933 ENST00000374893 17 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21548240 21548335 ENST00000374893 18 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21546451 21546624 ENST00000374893 19 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21546387 21616957 ENST00000436918 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616857 21616907 ENST00000436918 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616649 ENST00000436918 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000436918 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599404 ENST00000436918 4 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586764 21586885 ENST00000436918 5 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21585186 21585332 ENST00000436918 6 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21584018 21584083 ENST00000436918 7 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21582440 21582631 ENST00000436918 8 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21573714 21573856 ENST00000436918 9 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21571482 21571596 ENST00000436918 10 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21564627 21564737 ENST00000436918 11 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21563239 21563337 ENST00000436918 12 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21562343 21562420 ENST00000436918 13 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21560051 21560154 ENST00000436918 14 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21554424 21554534 ENST00000436918 15 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21553652 21553719 ENST00000436918 16 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21551743 21551933 ENST00000436918 17 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21546451 21546624 ENST00000436918 18 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21546430 21616750 ENST00000264205 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616691 ENST00000264205 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000264205 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599404 ENST00000264205 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586764 21586885 ENST00000264205 4 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21585186 21585332 ENST00000264205 5 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21584018 21584083 ENST00000264205 6 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21582440 21582631 ENST00000264205 7 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21573714 21573856 ENST00000264205 8 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21571482 21571596 ENST00000264205 9 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21564627 21564737 ENST00000264205 10 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21563239 21563337 ENST00000264205 11 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21562343 21562420 ENST00000264205 12 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21560051 21560154 ENST00000264205 13 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21554424 21554534 ENST00000264205 14 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21553652 21553719 ENST00000264205 15 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21551743 21551933 ENST00000264205 16 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21548240 21548335 ENST00000264205 17 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21546451 21546624 ENST00000264205 18 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21559598 21616956 ENST00000526194 NA ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21560063 21564843 ENST00000470394 NA ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21564642 21583210 ENST00000528294 NA ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21586806 21606562 ENST00000473505 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599192 21599342 ENST00000473505 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21586806 21586885 ENST00000473505 4 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21599239 21625492 ENST00000481130 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21625310 21625318 ENST00000481130 1 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616649 ENST00000481130 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000481130 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599239 21599404 ENST00000481130 4 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21599325 21620917 ENST00000527991 NA ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21616563 21616649 ENST00000527991 2 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21605684 21605825 ENST00000527991 3 ECE1 ENSG00000117298 Not Supported Not Supported +CDS 1 21599325 21599404 ENST00000527991 4 ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21599328 21671630 ENST00000463334 NA ECE1 ENSG00000117298 Not Supported Not Supported +transcript 1 21592575 21593744 ENST00000416959 NA RP3-329E20.2 ENSG00000236936 Not Supported Not Supported +transcript 1 21619783 21626267 ENST00000449034 NA RP5-1071N3.1 ENSG00000231105 Not Supported Not Supported +transcript 1 21724480 21724855 ENST00000486095 NA PPP1R11P1 ENSG00000236216 Not Supported Not Supported +transcript 1 21724480 21724833 ENST00000537790 NA PPP1R11P1 ENSG00000236216 Not Supported Not Supported +transcript 1 21737953 21739786 ENST00000443127 NA RP11-293F5.8 ENSG00000228823 Not Supported Not Supported +transcript 1 21742391 21743985 ENST00000444647 NA RP11-293F5.1 ENSG00000236009 Not Supported Not Supported +transcript 1 21742815 21743867 ENST00000423921 NA RP11-293F5.1 ENSG00000236009 Not Supported Not Supported +transcript 1 21751118 21754460 ENST00000453025 NA NBPF2P ENSG00000227001 Not Supported Not Supported +transcript 1 21751163 21754451 ENST00000426482 NA NBPF2P ENSG00000227001 Not Supported Not Supported +transcript 1 21754796 21756029 ENST00000481504 NA HS6ST1P1 ENSG00000187952 Not Supported Not Supported +transcript 1 21754804 21756030 ENST00000544728 NA HS6ST1P1 ENSG00000187952 Not Supported Not Supported +transcript 1 21760811 21764051 ENST00000436658 NA CROCCP5 ENSG00000186543 Not Supported Not Supported +transcript 1 21766621 21809960 ENST00000454000 NA NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21771580 21771712 ENST00000454000 2 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21797125 21797227 ENST00000454000 3 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21798062 21798276 ENST00000454000 4 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799336 21799408 ENST00000454000 5 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799873 21800078 ENST00000454000 6 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21801393 21801444 ENST00000454000 7 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21804637 21804800 ENST00000454000 8 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21805842 21805893 ENST00000454000 9 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21806544 21806716 ENST00000454000 10 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21807423 21807474 ENST00000454000 11 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808090 21808262 ENST00000454000 12 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808977 21809028 ENST00000454000 13 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21809636 21809876 ENST00000454000 14 NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766624 21768851 ENST00000475869 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766630 21811498 ENST00000318220 NA NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21795216 21795390 ENST00000318220 6 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21797125 21797227 ENST00000318220 7 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21798062 21798276 ENST00000318220 8 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799336 21799408 ENST00000318220 9 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799873 21800078 ENST00000318220 10 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21801393 21801444 ENST00000318220 11 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21804637 21804800 ENST00000318220 12 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21805842 21805893 ENST00000318220 13 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21806544 21806716 ENST00000318220 14 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21807423 21807474 ENST00000318220 15 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808090 21808262 ENST00000318220 16 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808977 21809028 ENST00000318220 17 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21809636 21809876 ENST00000318220 18 NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766631 21780799 ENST00000478653 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766631 21811392 ENST00000318249 NA NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21771580 21771712 ENST00000318249 2 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21795181 21795390 ENST00000318249 3 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21797125 21797227 ENST00000318249 4 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21798062 21798276 ENST00000318249 5 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799336 21799408 ENST00000318249 6 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799873 21800078 ENST00000318249 7 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21801393 21801444 ENST00000318249 8 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21804637 21804800 ENST00000318249 9 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21805842 21805893 ENST00000318249 10 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21806544 21806716 ENST00000318249 11 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21807423 21807474 ENST00000318249 12 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808090 21808262 ENST00000318249 13 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808977 21809028 ENST00000318249 14 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21809636 21809876 ENST00000318249 15 NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766639 21772975 ENST00000485941 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766657 21811393 ENST00000342104 NA NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21771580 21771712 ENST00000342104 2 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21795181 21795390 ENST00000342104 3 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21797125 21797227 ENST00000342104 4 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21798062 21798276 ENST00000342104 5 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799336 21799408 ENST00000342104 6 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799873 21800078 ENST00000342104 7 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21801393 21801444 ENST00000342104 8 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21804562 21804689 ENST00000342104 9 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21805842 21805893 ENST00000342104 10 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21806544 21806716 ENST00000342104 11 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21807423 21807474 ENST00000342104 12 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808090 21808262 ENST00000342104 13 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808977 21809028 ENST00000342104 14 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21809636 21809876 ENST00000342104 15 NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21766731 21795387 ENST00000486229 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21771437 21809811 ENST00000434838 NA NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21795216 21795390 ENST00000434838 7 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21797125 21797227 ENST00000434838 8 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21798062 21798276 ENST00000434838 9 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799336 21799408 ENST00000434838 10 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21799873 21800078 ENST00000434838 11 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21801393 21801444 ENST00000434838 12 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21804637 21804800 ENST00000434838 13 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21805842 21805893 ENST00000434838 14 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21806544 21806716 ENST00000434838 15 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21807423 21807474 ENST00000434838 16 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808090 21808262 ENST00000434838 17 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21808977 21809028 ENST00000434838 18 NBPF3 ENSG00000142794 Not Supported Not Supported +CDS 1 21809636 21809811 ENST00000434838 19 NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21771485 21778351 ENST00000467103 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21799870 21809800 ENST00000469876 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21799888 21806714 ENST00000477050 NA NBPF3 ENSG00000142794 Not Supported Not Supported +transcript 1 21786249 21786575 ENST00000455962 NA PFN1P10 ENSG00000176378 Not Supported Not Supported +transcript 1 21835858 21904902 ENST00000539907 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887173 21887238 ENST00000539907 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21889603 21889777 ENST00000539907 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21890534 21890709 ENST00000539907 4 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21894597 21894740 ENST00000539907 5 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21896798 21896867 ENST00000539907 6 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21900158 21900292 ENST00000539907 7 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902226 21902417 ENST00000539907 8 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000539907 9 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000539907 10 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21835858 21904902 ENST00000540617 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887223 21887238 ENST00000540617 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887590 21887705 ENST00000540617 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21889603 21889777 ENST00000540617 4 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21890534 21890709 ENST00000540617 5 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21894597 21894740 ENST00000540617 6 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21896798 21896867 ENST00000540617 7 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21900158 21900292 ENST00000540617 8 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902226 21902417 ENST00000540617 9 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000540617 10 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000540617 11 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21835865 21904905 ENST00000374840 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21880575 21880635 ENST00000374840 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887119 21887238 ENST00000374840 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887590 21887705 ENST00000374840 4 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21889603 21889777 ENST00000374840 5 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21890534 21890709 ENST00000374840 6 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21894597 21894740 ENST00000374840 7 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21896798 21896867 ENST00000374840 8 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21900158 21900292 ENST00000374840 9 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902226 21902417 ENST00000374840 10 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000374840 11 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000374840 12 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21835890 21890704 ENST00000468526 NA ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21877772 21904505 ENST00000374832 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21880575 21880635 ENST00000374832 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887119 21887238 ENST00000374832 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887590 21887705 ENST00000374832 4 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21889603 21889777 ENST00000374832 5 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21890534 21890709 ENST00000374832 6 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21894597 21894740 ENST00000374832 7 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21896798 21896867 ENST00000374832 8 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21900158 21900292 ENST00000374832 9 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902226 21902417 ENST00000374832 10 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000374832 11 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000374832 12 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21880575 21904902 ENST00000425315 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21880575 21880635 ENST00000425315 1 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887119 21887238 ENST00000425315 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21887590 21887705 ENST00000425315 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21889603 21889777 ENST00000425315 4 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21890534 21890709 ENST00000425315 5 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21894597 21894740 ENST00000425315 6 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21896798 21896867 ENST00000425315 7 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21900158 21900292 ENST00000425315 8 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902226 21902417 ENST00000425315 9 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000425315 10 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000425315 11 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21896796 21904224 ENST00000374830 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902291 21902417 ENST00000374830 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000374830 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000374830 4 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21900971 21904892 ENST00000374829 NA ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21902291 21902417 ENST00000374829 2 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903015 21903134 ENST00000374829 3 ALPL ENSG00000162551 Not Supported Not Supported +CDS 1 21903876 21904138 ENST00000374829 4 ALPL ENSG00000162551 Not Supported Not Supported +transcript 1 21912965 21917680 ENST00000457706 NA RP11-63N8.3 ENSG00000233431 Not Supported Not Supported +transcript 1 21918904 21919041 ENST00000408854 NA AL359815.1 ENSG00000221781 Not Supported Not Supported +transcript 1 21922708 21978348 ENST00000290101 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21978272 21978315 ENST00000290101 1 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21976254 21976289 ENST00000290101 2 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21952797 21952890 ENST00000290101 3 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946543 ENST00000290101 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000290101 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000290101 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000290101 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000290101 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000290101 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000290101 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000290101 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000290101 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000290101 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000290101 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000290101 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000290101 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000290101 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000290101 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000290101 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000290101 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000290101 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924893 21924995 ENST00000290101 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924454 21924557 ENST00000290101 23 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924216 21924221 ENST00000290101 24 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922708 21948906 ENST00000374761 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21948832 21948906 ENST00000374761 1 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946543 ENST00000374761 2 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000374761 3 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000374761 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000374761 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000374761 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000374761 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000374761 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000374761 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000374761 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000374761 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000374761 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000374761 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000374761 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000374761 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000374761 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000374761 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000374761 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000374761 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924893 21924995 ENST00000374761 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924454 21924557 ENST00000374761 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924216 21924221 ENST00000374761 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922714 21946534 ENST00000374763 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000374763 1 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000374763 2 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000374763 3 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000374763 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000374763 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000374763 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000374763 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000374763 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000374763 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000374763 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000374763 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000374763 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000374763 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000374763 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000374763 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21930151 21930405 ENST00000374763 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000374763 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000374763 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000374763 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924893 21924995 ENST00000374763 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924454 21924557 ENST00000374763 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924216 21924221 ENST00000374763 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922714 21978313 ENST00000471600 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000471600 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000471600 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000471600 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000471600 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000471600 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000471600 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000471600 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000471600 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000471600 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000471600 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000471600 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000471600 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000471600 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000471600 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000471600 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000471600 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000471600 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000471600 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924913 21924942 ENST00000471600 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922714 21995799 ENST00000374765 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000374765 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000374765 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000374765 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000374765 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000374765 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000374765 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000374765 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000374765 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000374765 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000374765 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000374765 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000374765 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000374765 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000374765 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000374765 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000374765 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000374765 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000374765 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924893 21924995 ENST00000374765 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924454 21924557 ENST00000374765 23 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924216 21924221 ENST00000374765 24 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922715 21995793 ENST00000495204 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000495204 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000495204 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000495204 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000495204 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000495204 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000495204 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000495204 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000495204 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000495204 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000495204 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000495204 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000495204 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000495204 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000495204 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000495204 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929983 21930405 ENST00000495204 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21922715 21995794 ENST00000542643 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000542643 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000542643 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000542643 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000542643 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000542643 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000542643 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000542643 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000542643 12 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938209 21938309 ENST00000542643 13 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21937945 21938074 ENST00000542643 14 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936613 21936768 ENST00000542643 15 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21936068 21936139 ENST00000542643 16 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21935343 21935429 ENST00000542643 17 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21934706 21934843 ENST00000542643 18 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21932559 21932690 ENST00000542643 19 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21930328 21930405 ENST00000542643 20 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21929297 21929406 ENST00000542643 21 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21928177 21928290 ENST00000542643 22 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21925987 21926110 ENST00000542643 23 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924893 21924995 ENST00000542643 24 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924454 21924533 ENST00000542643 25 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21924216 21924221 ENST00000542643 26 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21938519 21978329 ENST00000359708 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21978272 21978315 ENST00000359708 1 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21976254 21976289 ENST00000359708 2 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21952797 21952890 ENST00000359708 3 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946543 ENST00000359708 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000359708 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000359708 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000359708 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940479 21940582 ENST00000359708 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940121 21940199 ENST00000359708 9 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21939669 21939722 ENST00000359708 10 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21938519 21938602 ENST00000359708 11 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21939529 21978396 ENST00000374757 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21940573 21949011 ENST00000599760 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21948832 21948906 ENST00000599760 1 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946543 ENST00000599760 2 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000599760 3 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000599760 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943799 21943984 ENST00000599760 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21940573 21940582 ENST00000599760 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21943800 21995801 ENST00000317967 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000317967 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000317967 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944427 21944465 ENST00000317967 7 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21943800 21943984 ENST00000317967 8 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21944425 21979800 ENST00000447293 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21946508 21946525 ENST00000447293 4 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21945518 21945565 ENST00000447293 5 RAP1GAP ENSG00000076864 Not Supported Not Supported +CDS 1 21944425 21944465 ENST00000447293 6 RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21946534 21994174 ENST00000482984 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 21949416 21995776 ENST00000464457 NA RAP1GAP ENSG00000076864 Not Supported Not Supported +transcript 1 22004791 22109688 ENST00000400301 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22109317 22109450 ENST00000400301 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22084156 22084276 ENST00000400301 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083195 ENST00000400301 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079485 22079612 ENST00000400301 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079020 22079144 ENST00000400301 5 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22078000 22078108 ENST00000400301 6 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22074631 22074764 ENST00000400301 7 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22073560 22073642 ENST00000400301 8 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22062939 22063118 ENST00000400301 9 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056325 ENST00000400301 10 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055063 22055212 ENST00000400301 11 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050391 22050588 ENST00000400301 12 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22048143 22048257 ENST00000400301 13 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22047529 22047659 ENST00000400301 14 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22041882 22041950 ENST00000400301 15 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22033237 22033361 ENST00000400301 16 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032960 22033082 ENST00000400301 17 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032619 22032680 ENST00000400301 18 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032220 22032330 ENST00000400301 19 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030755 22030885 ENST00000400301 20 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030005 22030111 ENST00000400301 21 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22027991 22028095 ENST00000400301 22 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22016467 22016592 ENST00000400301 23 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22013684 22013732 ENST00000400301 24 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22007301 22007327 ENST00000400301 25 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22005913 22005932 ENST00000400301 26 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22005072 22110099 ENST00000308271 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22109317 22109450 ENST00000308271 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22084156 22084276 ENST00000308271 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083195 ENST00000308271 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079485 22079612 ENST00000308271 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079020 22079144 ENST00000308271 5 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22078000 22078108 ENST00000308271 6 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22074631 22074764 ENST00000308271 7 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22073560 22073642 ENST00000308271 8 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22062939 22063118 ENST00000308271 9 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056325 ENST00000308271 10 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055063 22055212 ENST00000308271 11 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050391 22050588 ENST00000308271 12 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22048143 22048257 ENST00000308271 13 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22047529 22047659 ENST00000308271 14 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22041882 22041950 ENST00000308271 15 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22033237 22033361 ENST00000308271 16 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032960 22033082 ENST00000308271 17 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032619 22032680 ENST00000308271 18 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032220 22032330 ENST00000308271 19 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030755 22030885 ENST00000308271 20 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030005 22030111 ENST00000308271 21 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22027991 22028095 ENST00000308271 22 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22021559 22021714 ENST00000308271 23 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22016467 22016592 ENST00000308271 24 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22013684 22013732 ENST00000308271 25 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22007301 22007327 ENST00000308271 26 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22005913 22005932 ENST00000308271 27 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22005396 22051612 ENST00000374732 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050391 22050655 ENST00000374732 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22048143 22048257 ENST00000374732 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22047529 22047656 ENST00000374732 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22041882 22041950 ENST00000374732 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22033237 22033361 ENST00000374732 5 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032960 22033082 ENST00000374732 6 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032619 22032680 ENST00000374732 7 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032220 22032330 ENST00000374732 8 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030755 22030885 ENST00000374732 9 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030005 22030111 ENST00000374732 10 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22027991 22028095 ENST00000374732 11 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22016467 22016592 ENST00000374732 12 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22013684 22013732 ENST00000374732 13 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22007301 22007327 ENST00000374732 14 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22005913 22005932 ENST00000374732 15 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22005692 22007745 ENST00000479177 NA USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22005860 22109484 ENST00000529637 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22109317 22109450 ENST00000529637 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22084156 22084276 ENST00000529637 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083195 ENST00000529637 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079485 22079612 ENST00000529637 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079020 22079144 ENST00000529637 5 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22078000 22078108 ENST00000529637 6 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22074631 22074764 ENST00000529637 7 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22073560 22073642 ENST00000529637 8 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22062939 22063118 ENST00000529637 9 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056322 ENST00000529637 10 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055063 22055212 ENST00000529637 11 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050391 22050588 ENST00000529637 12 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22048143 22048257 ENST00000529637 13 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22047529 22047659 ENST00000529637 14 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22041882 22041950 ENST00000529637 15 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22033237 22033400 ENST00000529637 16 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032960 22033082 ENST00000529637 17 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032619 22032680 ENST00000529637 18 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22032220 22032330 ENST00000529637 19 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030755 22030885 ENST00000529637 20 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22030005 22030111 ENST00000529637 21 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22027991 22028095 ENST00000529637 22 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22021559 22021714 ENST00000529637 23 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22016467 22016592 ENST00000529637 24 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22013684 22013732 ENST00000529637 25 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22007301 22007327 ENST00000529637 26 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22005913 22005932 ENST00000529637 27 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22012385 22031108 ENST00000464577 NA USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22041617 22047639 ENST00000471752 NA USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22047529 22053063 ENST00000487880 NA USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22050391 22059329 ENST00000526044 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056254 ENST00000526044 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055063 22055212 ENST00000526044 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050391 22050588 ENST00000526044 4 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22050465 22059319 ENST00000534705 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22059157 22059193 ENST00000534705 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056325 ENST00000534705 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055063 22055212 ENST00000534705 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22050465 22050588 ENST00000534705 4 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22054344 22110099 ENST00000421625 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22109317 22109450 ENST00000421625 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22084156 22084276 ENST00000421625 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083195 ENST00000421625 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079485 22079612 ENST00000421625 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079020 22079144 ENST00000421625 5 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22078000 22078108 ENST00000421625 6 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22074631 22074764 ENST00000421625 7 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22073560 22073642 ENST00000421625 8 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22062939 22063118 ENST00000421625 9 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056197 22056325 ENST00000421625 10 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22055058 22055212 ENST00000421625 11 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22055105 22074684 ENST00000374730 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22074631 22074684 ENST00000374730 1 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22073560 22073642 ENST00000374730 2 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22062923 22063118 ENST00000374730 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22056313 22056325 ENST00000374730 4 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22079500 22108513 ENST00000527823 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083069 ENST00000527823 3 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079500 22079612 ENST00000527823 4 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22079528 22109719 ENST00000532737 NA USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22083039 22083069 ENST00000532737 4 USP48 ENSG00000090686 Not Supported Not Supported +CDS 1 22079528 22079612 ENST00000532737 5 USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22083954 22109436 ENST00000489108 NA USP48 ENSG00000090686 Not Supported Not Supported +transcript 1 22094762 22095068 ENST00000434488 NA RP11-132G19.3 ENSG00000231978 Not Supported Not Supported +transcript 1 22138758 22151714 ENST00000344642 NA LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22138945 22139029 ENST00000344642 1 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22140891 22141316 ENST00000344642 2 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22142436 22142567 ENST00000344642 3 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22147943 22148104 ENST00000344642 4 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22148695 22148705 ENST00000344642 5 LDLRAD2 ENSG00000187942 Not Supported Not Supported +transcript 1 22138856 22150456 ENST00000543870 NA LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22138945 22139029 ENST00000543870 1 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22140891 22141316 ENST00000543870 2 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22142436 22142567 ENST00000543870 3 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22147943 22148104 ENST00000543870 4 LDLRAD2 ENSG00000187942 Not Supported Not Supported +CDS 1 22148695 22148705 ENST00000543870 5 LDLRAD2 ENSG00000187942 Not Supported Not Supported +transcript 1 22147990 22149041 ENST00000484271 NA LDLRAD2 ENSG00000187942 Not Supported Not Supported +transcript 1 22148738 22157206 ENST00000486901 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22148738 22263790 ENST00000374695 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22263648 22263710 ENST00000374695 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222668 22222803 ENST00000374695 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222415 22222459 ENST00000374695 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22217078 22217187 ENST00000374695 4 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22216920 22216978 ENST00000374695 5 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22216474 22216634 ENST00000374695 6 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22214431 22214559 ENST00000374695 7 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22213913 22214167 ENST00000374695 8 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22213708 22213827 ENST00000374695 9 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22211813 22211944 ENST00000374695 10 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22211506 22211650 ENST00000374695 11 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22211260 22211411 ENST00000374695 12 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22211021 22211167 ENST00000374695 13 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22207832 22207995 ENST00000374695 14 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22207149 22207328 ENST00000374695 15 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22206856 22207052 ENST00000374695 16 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22206600 22206747 ENST00000374695 17 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22205487 22205614 ENST00000374695 18 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22205070 22205156 ENST00000374695 19 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22204926 22204984 ENST00000374695 20 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22204679 22204746 ENST00000374695 21 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22203005 22203145 ENST00000374695 22 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22202722 22202898 ENST00000374695 23 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22202356 22202535 ENST00000374695 24 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22202122 22202240 ENST00000374695 25 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22201384 22201495 ENST00000374695 26 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22201109 22201222 ENST00000374695 27 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22200899 22201026 ENST00000374695 28 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22200418 22200504 ENST00000374695 29 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22199868 22199917 ENST00000374695 30 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22199490 22199584 ENST00000374695 31 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22199113 22199253 ENST00000374695 32 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22198679 22198870 ENST00000374695 33 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22192210 22192302 ENST00000374695 34 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22191778 22191858 ENST00000374695 35 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22191336 22191566 ENST00000374695 36 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22190593 22190706 ENST00000374695 37 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22188481 22188608 ENST00000374695 38 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22188250 22188336 ENST00000374695 39 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22186670 22186728 ENST00000374695 40 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22186328 22186495 ENST00000374695 41 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22186059 22186169 ENST00000374695 42 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22183778 22183878 ENST00000374695 43 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22183508 22183688 ENST00000374695 44 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22182280 22182405 ENST00000374695 45 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22182016 22182168 ENST00000374695 46 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22181797 22181939 ENST00000374695 47 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22181341 22181476 ENST00000374695 48 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22181104 22181258 ENST00000374695 49 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22180686 22180836 ENST00000374695 50 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22179412 22179563 ENST00000374695 51 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22179193 22179325 ENST00000374695 52 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22178581 22178726 ENST00000374695 53 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22178284 22178419 ENST00000374695 54 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22178039 22178190 ENST00000374695 55 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22176856 22176991 ENST00000374695 56 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22176534 22176685 ENST00000374695 57 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22175386 22175524 ENST00000374695 58 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22175136 22175287 ENST00000374695 59 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22174451 22174586 ENST00000374695 60 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22174182 22174333 ENST00000374695 61 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22173847 22173985 ENST00000374695 62 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22172941 22173092 ENST00000374695 63 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22172601 22172748 ENST00000374695 64 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22170641 22170792 ENST00000374695 65 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22169790 22169931 ENST00000374695 66 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22169263 22169414 ENST00000374695 67 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22168732 22168873 ENST00000374695 68 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22168495 22168635 ENST00000374695 69 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22168032 22168166 ENST00000374695 70 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22167594 22167778 ENST00000374695 71 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22166315 22166510 ENST00000374695 72 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22165864 22166043 ENST00000374695 73 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22165318 22165578 ENST00000374695 74 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22163295 22163499 ENST00000374695 75 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22162033 22162130 ENST00000374695 76 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22161172 22161438 ENST00000374695 77 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22160309 22160418 ENST00000374695 78 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22159960 22160107 ENST00000374695 79 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22159761 22159877 ENST00000374695 80 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22158988 22159099 ENST00000374695 81 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22158145 22158289 ENST00000374695 82 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22157956 22158055 ENST00000374695 83 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22157708 22157817 ENST00000374695 84 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22157475 22157583 ENST00000374695 85 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22156486 22156584 ENST00000374695 86 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22155876 22156097 ENST00000374695 87 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22155328 22155572 ENST00000374695 88 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22154748 22154919 ENST00000374695 89 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22154523 22154645 ENST00000374695 90 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22154356 22154412 ENST00000374695 91 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22151197 22151272 ENST00000374695 92 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22151030 22151108 ENST00000374695 93 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22150799 22150869 ENST00000374695 94 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22150614 22150697 ENST00000374695 95 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22150109 22150212 ENST00000374695 96 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22149812 22149981 ENST00000374695 97 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22149794 22150759 ENST00000481644 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22159609 22160107 ENST00000469378 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22160031 22161840 ENST00000426143 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22161172 22161547 ENST00000426143 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22160309 22160418 ENST00000426143 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22160031 22160107 ENST00000426143 3 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22161646 22163410 ENST00000471322 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22161902 22165499 ENST00000374676 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22165318 22165499 ENST00000374676 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22162029 22162130 ENST00000374676 2 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22172689 22174451 ENST00000453796 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22174182 22174451 ENST00000453796 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22173847 22173985 ENST00000453796 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22172941 22173092 ENST00000453796 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22172689 22172748 ENST00000453796 4 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22172716 22181889 ENST00000430507 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22181104 22181241 ENST00000430507 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22180726 22180836 ENST00000430507 4 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22180301 22180328 ENST00000430507 5 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22179412 22179563 ENST00000430507 6 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22179266 22179325 ENST00000430507 7 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22177804 22181149 ENST00000493940 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22199352 22201199 ENST00000427897 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22201109 22201199 ENST00000427897 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22200899 22201026 ENST00000427897 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22200418 22200504 ENST00000427897 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22199868 22199917 ENST00000427897 4 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22199352 22199584 ENST00000427897 5 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22200971 22201701 ENST00000498495 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22204007 22205567 ENST00000480900 NA HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22213726 22222803 ENST00000412328 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222668 22222803 ENST00000412328 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222415 22222459 ENST00000412328 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22216474 22216634 ENST00000412328 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22214431 22214559 ENST00000412328 4 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22213919 22214167 ENST00000412328 5 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22213728 22215214 ENST00000374673 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22215161 22215214 ENST00000374673 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22214431 22214559 ENST00000374673 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22213913 22214167 ENST00000374673 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22213728 22213827 ENST00000374673 4 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22216309 22222764 ENST00000439717 NA HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222668 22222764 ENST00000439717 1 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22222415 22222459 ENST00000439717 2 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22217078 22217187 ENST00000439717 3 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22216920 22216978 ENST00000439717 4 HSPG2 ENSG00000142798 Not Supported Not Supported +CDS 1 22216373 22216634 ENST00000439717 5 HSPG2 ENSG00000142798 Not Supported Not Supported +transcript 1 22234591 22235073 ENST00000423231 NA RP11-26H16.1 ENSG00000232037 Not Supported Not Supported +transcript 1 22234678 22235073 ENST00000398929 NA RP11-26H16.1 ENSG00000232037 Not Supported Not Supported +transcript 1 22303514 22315837 ENST00000337107 NA CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22303533 22303575 ENST00000337107 1 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22304862 22304947 ENST00000337107 2 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22307317 22307414 ENST00000337107 3 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22307531 22307665 ENST00000337107 4 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22310187 22310323 ENST00000337107 5 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22310682 22310824 ENST00000337107 6 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22313024 22313176 ENST00000337107 7 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22315755 22315769 ENST00000337107 8 CELA3B ENSG00000219073 Not Supported Not Supported +transcript 1 22304386 22310270 ENST00000374666 NA CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22304389 22304479 ENST00000374666 1 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22304862 22304947 ENST00000374666 2 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22307317 22307414 ENST00000374666 3 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22307531 22307665 ENST00000374666 4 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22310187 22310270 ENST00000374666 5 CELA3B ENSG00000219073 Not Supported Not Supported +transcript 1 22307595 22325135 ENST00000400277 NA CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22307595 22307665 ENST00000400277 1 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22310187 22310323 ENST00000400277 2 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22310682 22310824 ENST00000400277 3 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22313024 22313176 ENST00000400277 4 CELA3B ENSG00000219073 Not Supported Not Supported +CDS 1 22324644 22324682 ENST00000400277 5 CELA3B ENSG00000219073 Not Supported Not Supported +transcript 1 22310759 22315847 ENST00000473526 NA CELA3B ENSG00000219073 Not Supported Not Supported +transcript 1 22305444 22305729 ENST00000582599 NA RN7SL421P ENSG00000264385 Not Supported Not Supported +transcript 1 22313974 22314268 ENST00000485776 NA RN7SL386P ENSG00000263991 Not Supported Not Supported +transcript 1 22314309 22314412 ENST00000365049 NA RNU6-1022P ENSG00000201919 Not Supported Not Supported +transcript 1 22328149 22339015 ENST00000290122 NA CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22328168 22328210 ENST00000290122 1 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22329496 22329581 ENST00000290122 2 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22331940 22332037 ENST00000290122 3 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22332155 22332289 ENST00000290122 4 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22333371 22333507 ENST00000290122 5 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22333866 22334008 ENST00000290122 6 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22336198 22336350 ENST00000290122 7 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22338943 22338957 ENST00000290122 8 CELA3A ENSG00000142789 Not Supported Not Supported +transcript 1 22328153 22332561 ENST00000374663 NA CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22328168 22328210 ENST00000374663 1 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22329496 22329581 ENST00000374663 2 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22331940 22332037 ENST00000374663 3 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22332155 22332290 ENST00000374663 4 CELA3A ENSG00000142789 Not Supported Not Supported +transcript 1 22333943 22339032 ENST00000400271 NA CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22333943 22334008 ENST00000400271 1 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22336198 22336350 ENST00000400271 2 CELA3A ENSG00000142789 Not Supported Not Supported +CDS 1 22336631 22336639 ENST00000400271 3 CELA3A ENSG00000142789 Not Supported Not Supported +transcript 1 22330078 22330361 ENST00000584415 NA RN7SL768P ENSG00000263582 Not Supported Not Supported +transcript 1 22337143 22337437 ENST00000466485 NA RN7SL186P ENSG00000263929 Not Supported Not Supported +transcript 1 22337478 22337581 ENST00000364403 NA RNU6-776P ENSG00000201273 Not Supported Not Supported +transcript 1 22350487 22351461 ENST00000455966 NA RP1-224A6.3 ENSG00000228397 Not Supported Not Supported +transcript 1 22351681 22357396 ENST00000434233 NA LINC00339 ENSG00000218510 Not Supported Not Supported +transcript 1 22352004 22357293 ENST00000420503 NA LINC00339 ENSG00000218510 Not Supported Not Supported +transcript 1 22352027 22357716 ENST00000416769 NA LINC00339 ENSG00000218510 Not Supported Not Supported +transcript 1 22352027 22357713 ENST00000404210 NA LINC00339 ENSG00000218510 Not Supported Not Supported +transcript 1 22354832 22357105 ENST00000452322 NA LINC00339 ENSG00000218510 Not Supported Not Supported +transcript 1 22379120 22419416 ENST00000400259 NA CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22404972 22405076 ENST00000400259 2 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22408215 22408287 ENST00000400259 3 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22412932 22413041 ENST00000400259 4 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22413162 22413359 ENST00000400259 5 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22417921 22418007 ENST00000400259 6 CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22379161 22419437 ENST00000344548 NA CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22404972 22405076 ENST00000344548 3 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22408215 22408287 ENST00000344548 4 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22412932 22413041 ENST00000344548 5 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22413162 22413359 ENST00000344548 6 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22417921 22418007 ENST00000344548 7 CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22379182 22417297 ENST00000315554 NA CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22404972 22405076 ENST00000315554 2 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22408215 22408287 ENST00000315554 3 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22412932 22413041 ENST00000315554 4 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22413162 22413359 ENST00000315554 5 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22416436 22416522 ENST00000315554 6 CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22379200 22416503 ENST00000498236 NA CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22379204 22418282 ENST00000421089 NA CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22405022 22405076 ENST00000421089 2 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22405199 22405374 ENST00000421089 3 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22408215 22408287 ENST00000421089 4 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22412932 22413041 ENST00000421089 5 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22413162 22413359 ENST00000421089 6 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22417921 22418007 ENST00000421089 7 CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22379790 22413283 ENST00000411827 NA CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22404972 22405076 ENST00000411827 2 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22408215 22408287 ENST00000411827 3 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22412932 22413041 ENST00000411827 4 CDC42 ENSG00000070831 Not Supported Not Supported +CDS 1 22413162 22413283 ENST00000411827 5 CDC42 ENSG00000070831 Not Supported Not Supported +transcript 1 22385690 22390692 ENST00000431803 NA CDC42-IT1 ENSG00000230068 Not Supported Not Supported +transcript 1 22394833 22395320 ENST00000604049 NA RP1-224A6.8 ENSG00000271428 Not Supported Not Supported +transcript 1 22427106 22427853 ENST00000606754 NA RP1-224A6.9 ENSG00000271840 Not Supported Not Supported +transcript 1 22443798 22469459 ENST00000290167 NA WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22469339 22469415 ENST00000290167 1 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22456109 22456344 ENST00000290167 2 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22447938 22448069 ENST00000290167 3 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22447704 22447846 ENST00000290167 4 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22446546 22447010 ENST00000290167 5 WNT4 ENSG00000162552 Not Supported Not Supported +transcript 1 22446521 22470385 ENST00000542383 NA WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22456109 22456256 ENST00000542383 2 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22447938 22448069 ENST00000542383 3 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22447704 22447846 ENST00000542383 4 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22446546 22447010 ENST00000542383 5 WNT4 ENSG00000162552 Not Supported Not Supported +transcript 1 22453531 22456344 ENST00000415567 NA WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22456109 22456344 ENST00000415567 1 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22453760 22453974 ENST00000415567 2 WNT4 ENSG00000162552 Not Supported Not Supported +transcript 1 22453967 22470462 ENST00000441048 NA WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22456109 22456256 ENST00000441048 2 WNT4 ENSG00000162552 Not Supported Not Supported +CDS 1 22453967 22453974 ENST00000441048 3 WNT4 ENSG00000162552 Not Supported Not Supported +transcript 1 22592732 22592793 ENST00000581169 NA MIR4418 ENSG00000266564 Not Supported Not Supported +transcript 1 22649333 22649824 ENST00000487348 NA RP11-415K20.1 ENSG00000234397 Not Supported Not Supported +transcript 1 22778344 22857650 ENST00000404138 NA ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22816442 22817138 ENST00000404138 3 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22817893 22818026 ENST00000404138 4 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22827985 22828177 ENST00000404138 5 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22828792 22828934 ENST00000404138 6 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22832542 22832734 ENST00000404138 7 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22834494 22834630 ENST00000404138 8 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835023 22835224 ENST00000404138 9 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835593 22835726 ENST00000404138 10 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22837672 22837840 ENST00000404138 11 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22838169 22838627 ENST00000404138 12 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22839417 22839623 ENST00000404138 13 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22843793 22843957 ENST00000404138 14 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22846554 22846768 ENST00000404138 15 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22847989 22848151 ENST00000404138 16 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22848870 22848956 ENST00000404138 17 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22850711 22850937 ENST00000404138 18 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22852695 22852886 ENST00000404138 19 ZBTB40 ENSG00000184677 Not Supported Not Supported +transcript 1 22778360 22832734 ENST00000400239 NA ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22816442 22817138 ENST00000400239 3 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22817893 22818026 ENST00000400239 4 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22827985 22828177 ENST00000400239 5 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22828792 22828934 ENST00000400239 6 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22832542 22832734 ENST00000400239 7 ZBTB40 ENSG00000184677 Not Supported Not Supported +transcript 1 22778360 22857647 ENST00000375647 NA ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22816442 22817138 ENST00000375647 2 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22817893 22818026 ENST00000375647 3 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22827985 22828177 ENST00000375647 4 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22828792 22828934 ENST00000375647 5 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22832542 22832734 ENST00000375647 6 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22834494 22834630 ENST00000375647 7 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835023 22835224 ENST00000375647 8 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835593 22835726 ENST00000375647 9 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22837672 22837840 ENST00000375647 10 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22838169 22838627 ENST00000375647 11 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22839417 22839623 ENST00000375647 12 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22843793 22843957 ENST00000375647 13 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22846554 22846768 ENST00000375647 14 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22847989 22848151 ENST00000375647 15 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22848870 22848956 ENST00000375647 16 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22850711 22850937 ENST00000375647 17 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22852695 22852886 ENST00000375647 18 ZBTB40 ENSG00000184677 Not Supported Not Supported +transcript 1 22778472 22853855 ENST00000374651 NA ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22816442 22817138 ENST00000374651 2 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22817893 22818026 ENST00000374651 3 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22832542 22832734 ENST00000374651 4 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22834494 22834630 ENST00000374651 5 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835023 22835224 ENST00000374651 6 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22835593 22835726 ENST00000374651 7 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22837672 22837840 ENST00000374651 8 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22838169 22838627 ENST00000374651 9 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22839417 22839623 ENST00000374651 10 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22843793 22843957 ENST00000374651 11 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22846554 22846768 ENST00000374651 12 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22847989 22848151 ENST00000374651 13 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22848870 22848956 ENST00000374651 14 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22850711 22850937 ENST00000374651 15 ZBTB40 ENSG00000184677 Not Supported Not Supported +CDS 1 22852695 22852886 ENST00000374651 16 ZBTB40 ENSG00000184677 Not Supported Not Supported +transcript 1 22843967 22846201 ENST00000438551 NA ZBTB40-IT1 ENSG00000237200 Not Supported Not Supported +transcript 1 22890057 22916114 ENST00000374644 NA EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22890129 22890222 ENST00000374644 1 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22895782 22895846 ENST00000374644 2 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22902710 22903373 ENST00000374644 3 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22912973 22913128 ENST00000374644 4 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22915364 22915869 ENST00000374644 5 EPHA8 ENSG00000070886 Not Supported Not Supported +transcript 1 22890057 22930087 ENST00000166244 NA EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22890129 22890222 ENST00000166244 1 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22895782 22895846 ENST00000166244 2 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22902710 22903373 ENST00000166244 3 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22912973 22913128 ENST00000166244 4 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22915364 22915699 ENST00000166244 5 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22919819 22919943 ENST00000166244 6 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22920017 22920179 ENST00000166244 7 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22921723 22921816 ENST00000166244 8 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22922599 22922666 ENST00000166244 9 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22923805 22923969 ENST00000166244 10 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22924169 22924354 ENST00000166244 11 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22924644 22924705 ENST00000166244 12 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22925331 22925540 ENST00000166244 13 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22927154 22927303 ENST00000166244 14 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22927391 22927581 ENST00000166244 15 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22927793 22927966 ENST00000166244 16 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22928120 22928231 ENST00000166244 17 EPHA8 ENSG00000070886 Not Supported Not Supported +transcript 1 22890070 22916103 ENST00000538803 NA EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22890129 22890222 ENST00000538803 2 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22895782 22895846 ENST00000538803 3 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22902710 22903373 ENST00000538803 4 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22912973 22913128 ENST00000538803 5 EPHA8 ENSG00000070886 Not Supported Not Supported +CDS 1 22915364 22915869 ENST00000538803 6 EPHA8 ENSG00000070886 Not Supported Not Supported +transcript 1 22962999 22966101 ENST00000374642 NA C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22964110 22964272 ENST00000374642 2 C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22965326 22965897 ENST00000374642 3 C1QA ENSG00000173372 Not Supported Not Supported +transcript 1 22963255 22965824 ENST00000438241 NA C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22964110 22964272 ENST00000438241 2 C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22965326 22965824 ENST00000438241 3 C1QA ENSG00000173372 Not Supported Not Supported +transcript 1 22964073 22966101 ENST00000402322 NA C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22964110 22964272 ENST00000402322 1 C1QA ENSG00000173372 Not Supported Not Supported +CDS 1 22965326 22965897 ENST00000402322 2 C1QA ENSG00000173372 Not Supported Not Supported +transcript 1 22970123 22974603 ENST00000374640 NA C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22970517 22970697 ENST00000374640 2 C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22973720 22974273 ENST00000374640 3 C1QC ENSG00000159189 Not Supported Not Supported +transcript 1 22970126 22974603 ENST00000374639 NA C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22970517 22970697 ENST00000374639 2 C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22973720 22974273 ENST00000374639 3 C1QC ENSG00000159189 Not Supported Not Supported +transcript 1 22970146 22974380 ENST00000374637 NA C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22970517 22970697 ENST00000374637 2 C1QC ENSG00000159189 Not Supported Not Supported +CDS 1 22973720 22974273 ENST00000374637 3 C1QC ENSG00000159189 Not Supported Not Supported +transcript 1 22979255 22987583 ENST00000510260 NA C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22985956 22986136 ENST00000510260 2 C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22987305 22987583 ENST00000510260 3 C1QB ENSG00000173369 Not Supported Not Supported +transcript 1 22979474 22988031 ENST00000509305 NA C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22985956 22986136 ENST00000509305 2 C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22987305 22987876 ENST00000509305 3 C1QB ENSG00000173369 Not Supported Not Supported +transcript 1 22979682 22987809 ENST00000432749 NA C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22985956 22986136 ENST00000432749 3 C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22987305 22987809 ENST00000432749 4 C1QB ENSG00000173369 Not Supported Not Supported +transcript 1 22979682 22988029 ENST00000314933 NA C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22985950 22986136 ENST00000314933 2 C1QB ENSG00000173369 Not Supported Not Supported +CDS 1 22987305 22987876 ENST00000314933 3 C1QB ENSG00000173369 Not Supported Not Supported +transcript 1 23037332 23217758 ENST00000544305 NA EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23037476 23037536 ENST00000544305 1 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23107914 23107978 ENST00000544305 2 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23110885 23111569 ENST00000544305 3 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23189530 23189685 ENST00000544305 4 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23191370 23191705 ENST00000544305 5 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23208852 23208976 ENST00000544305 6 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23217622 23217639 ENST00000544305 7 EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23037458 23240236 ENST00000374630 NA EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23037476 23037536 ENST00000374630 1 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23107914 23107978 ENST00000374630 2 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23110885 23111569 ENST00000374630 3 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23189530 23189685 ENST00000374630 4 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23191370 23191705 ENST00000374630 5 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23208852 23208976 ENST00000374630 6 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23219377 23219539 ENST00000374630 7 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23221965 23222073 ENST00000374630 8 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23222907 23222971 ENST00000374630 9 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23232480 23232602 ENST00000374630 10 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23233203 23233450 ENST00000374630 11 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23234446 23234661 ENST00000374630 12 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23235515 23235664 ENST00000374630 13 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23236875 23237068 ENST00000374630 14 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23238937 23239092 ENST00000374630 15 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23239955 23240060 ENST00000374630 16 EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23037458 23241818 ENST00000400191 NA EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23037476 23037536 ENST00000400191 1 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23107914 23107978 ENST00000400191 2 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23110885 23111569 ENST00000400191 3 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23189530 23189685 ENST00000400191 4 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23191370 23191705 ENST00000400191 5 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23208852 23208976 ENST00000400191 6 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23219377 23219539 ENST00000400191 7 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23221965 23222073 ENST00000400191 8 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23222907 23222971 ENST00000400191 9 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23232480 23232602 ENST00000400191 10 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23233203 23233450 ENST00000400191 11 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23234446 23234661 ENST00000400191 12 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23235515 23235664 ENST00000400191 13 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23236875 23237068 ENST00000400191 14 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23238937 23239092 ENST00000400191 15 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23239955 23240057 ENST00000400191 16 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23240151 23240360 ENST00000400191 17 EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23037463 23240763 ENST00000374632 NA EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23037476 23037536 ENST00000374632 1 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23107914 23107978 ENST00000374632 2 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23110885 23111569 ENST00000374632 3 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23189530 23189685 ENST00000374632 4 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23191370 23191705 ENST00000374632 5 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23208852 23208976 ENST00000374632 6 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23219377 23219539 ENST00000374632 7 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23221965 23222073 ENST00000374632 8 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23222904 23222971 ENST00000374632 9 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23232480 23232602 ENST00000374632 10 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23233203 23233450 ENST00000374632 11 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23234446 23234661 ENST00000374632 12 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23235515 23235664 ENST00000374632 13 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23236875 23237068 ENST00000374632 14 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23238937 23239092 ENST00000374632 15 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23239955 23240060 ENST00000374632 16 EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23101671 23240245 ENST00000374627 NA EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23101695 23101737 ENST00000374627 1 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23107914 23107978 ENST00000374627 2 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23110885 23111569 ENST00000374627 3 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23189530 23189685 ENST00000374627 4 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23191370 23191705 ENST00000374627 5 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23208852 23208976 ENST00000374627 6 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23219374 23219539 ENST00000374627 7 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23221965 23222073 ENST00000374627 8 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23222907 23222971 ENST00000374627 9 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23232480 23232602 ENST00000374627 10 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23233203 23233450 ENST00000374627 11 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23234446 23234661 ENST00000374627 12 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23235515 23235664 ENST00000374627 13 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23236875 23237068 ENST00000374627 14 EPHB2 ENSG00000133216 Not Supported Not Supported +CDS 1 23238937 23239093 ENST00000374627 15 EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23126733 23222971 ENST00000465676 NA EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23191652 23209333 ENST00000490436 NA EPHB2 ENSG00000133216 Not Supported Not Supported +transcript 1 23046010 23046091 ENST00000581646 NA MIR4684 ENSG00000265422 Not Supported Not Supported +transcript 1 23075310 23075404 ENST00000401338 NA AL611946.1 ENSG00000216157 Not Supported Not Supported +transcript 1 23162206 23163342 ENST00000419644 NA RP11-69E9.1 ENSG00000225952 Not Supported Not Supported +transcript 1 23189652 23189719 ENST00000581187 NA MIR4253 ENSG00000264014 Not Supported Not Supported +transcript 1 23243175 23247993 ENST00000610135 NA RP1-74M1.3 ENSG00000272796 Not Supported Not Supported +transcript 1 23279536 23291831 ENST00000426928 NA LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23291783 23291831 ENST00000426928 1 LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23289600 23289709 ENST00000426928 2 LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23286435 23286592 ENST00000426928 3 LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23285178 23285413 ENST00000426928 4 LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23281814 23281919 ENST00000426928 5 LACTBL1 ENSG00000215906 Not Supported Not Supported +CDS 1 23279539 23280517 ENST00000426928 6 LACTBL1 ENSG00000215906 Not Supported Not Supported +transcript 1 23337327 23340517 ENST00000440767 NA C1orf234 ENSG00000227868 Not Supported Not Supported +CDS 1 23340376 23340517 ENST00000440767 1 C1orf234 ENSG00000227868 Not Supported Not Supported +CDS 1 23337394 23337693 ENST00000440767 2 C1orf234 ENSG00000227868 Not Supported Not Supported +transcript 1 23337327 23342343 ENST00000566855 NA C1orf234 ENSG00000227868 Not Supported Not Supported +CDS 1 23342265 23342266 ENST00000566855 1 C1orf234 ENSG00000227868 Not Supported Not Supported +CDS 1 23340376 23340538 ENST00000566855 2 C1orf234 ENSG00000227868 Not Supported Not Supported +CDS 1 23337397 23337594 ENST00000566855 3 C1orf234 ENSG00000227868 Not Supported Not Supported +transcript 1 23345941 23410182 ENST00000356634 NA KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23346090 23346440 ENST00000356634 1 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23356962 23357127 ENST00000356634 2 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23376880 23377013 ENST00000356634 3 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23380254 23380332 ENST00000356634 4 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23381562 23381654 ENST00000356634 5 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23382425 23382531 ENST00000356634 6 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23383977 23384058 ENST00000356634 7 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23385566 23385660 ENST00000356634 8 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395032 23395174 ENST00000356634 9 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395554 23395644 ENST00000356634 10 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23397718 23397852 ENST00000356634 11 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23398617 23398690 ENST00000356634 12 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23399785 23399896 ENST00000356634 13 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23403721 23403853 ENST00000356634 14 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23405483 23405670 ENST00000356634 15 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23406046 23406160 ENST00000356634 16 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23407939 23408066 ENST00000356634 17 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23408713 23408859 ENST00000356634 18 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23409672 23409854 ENST00000356634 19 KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23345986 23410181 ENST00000400181 NA KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23346090 23346440 ENST00000400181 1 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23356962 23357127 ENST00000400181 2 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23370920 23370979 ENST00000400181 3 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23376880 23377013 ENST00000400181 4 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23380254 23380332 ENST00000400181 5 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23381562 23381654 ENST00000400181 6 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23382425 23382531 ENST00000400181 7 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23383977 23384058 ENST00000400181 8 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23385566 23385660 ENST00000400181 9 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23392553 23392564 ENST00000400181 10 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395032 23395174 ENST00000400181 11 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395554 23395644 ENST00000400181 12 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23397718 23397852 ENST00000400181 13 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23398617 23398690 ENST00000400181 14 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23399785 23399896 ENST00000400181 15 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23403721 23403853 ENST00000400181 16 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23405483 23405670 ENST00000400181 17 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23406046 23406160 ENST00000400181 18 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23407939 23408066 ENST00000400181 19 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23408713 23408859 ENST00000400181 20 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23409672 23409854 ENST00000400181 21 KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23345988 23410182 ENST00000542151 NA KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23346090 23346440 ENST00000542151 1 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23356962 23357127 ENST00000542151 2 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23370920 23370979 ENST00000542151 3 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23376880 23377013 ENST00000542151 4 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23380254 23380332 ENST00000542151 5 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23381562 23381654 ENST00000542151 6 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23382425 23382531 ENST00000542151 7 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23383977 23384058 ENST00000542151 8 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23385566 23385660 ENST00000542151 9 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23385840 23385851 ENST00000542151 10 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395032 23395174 ENST00000542151 11 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23395554 23395644 ENST00000542151 12 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23397718 23397852 ENST00000542151 13 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23398617 23398690 ENST00000542151 14 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23399785 23399896 ENST00000542151 15 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23403721 23403853 ENST00000542151 16 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23405483 23405670 ENST00000542151 17 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23406046 23406160 ENST00000542151 18 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23407939 23408066 ENST00000542151 19 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23408713 23408859 ENST00000542151 20 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23409672 23409854 ENST00000542151 21 KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23376918 23381911 ENST00000481879 NA KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23398617 23406088 ENST00000465864 NA KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23398617 23398690 ENST00000465864 1 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23399767 23399896 ENST00000465864 2 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23403721 23403853 ENST00000465864 3 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23405483 23405670 ENST00000465864 4 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23406046 23406088 ENST00000465864 5 KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23403727 23409847 ENST00000494920 NA KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23403727 23403853 ENST00000494920 1 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23405459 23405670 ENST00000494920 2 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23406046 23406160 ENST00000494920 3 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23407939 23408066 ENST00000494920 4 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23408713 23408859 ENST00000494920 5 KDM1A ENSG00000004487 Not Supported Not Supported +CDS 1 23409672 23409847 ENST00000494920 6 KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23407366 23410175 ENST00000602503 NA KDM1A ENSG00000004487 Not Supported Not Supported +transcript 1 23346640 23414551 ENST00000427154 NA RP1-184J9.2 ENSG00000240553 Not Supported Not Supported +transcript 1 23370798 23370865 ENST00000577915 NA MIR3115 ENSG00000263793 Not Supported Not Supported +transcript 1 23384351 23384427 ENST00000583845 NA MIR4419A ENSG00000266802 Not Supported Not Supported +transcript 1 23410516 23495351 ENST00000418342 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23417683 23420754 ENST00000418342 3 LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23415391 23415546 ENST00000418342 4 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23410516 23435623 ENST00000374623 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23417683 23420754 ENST00000374623 2 LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23415391 23415546 ENST00000374623 3 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23410523 23504301 ENST00000302291 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23417683 23420754 ENST00000302291 4 LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23415391 23415546 ENST00000302291 5 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23416920 23495310 ENST00000314174 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23417683 23420754 ENST00000314174 2 LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23417386 23417391 ENST00000314174 3 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23419936 23495338 ENST00000471849 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23419936 23420754 ENST00000471849 4 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23420648 23460172 ENST00000475164 NA LUZP1 ENSG00000169641 Not Supported Not Supported +CDS 1 23420648 23420754 ENST00000475164 4 LUZP1 ENSG00000169641 Not Supported Not Supported +transcript 1 23466818 23467635 ENST00000450968 NA RP5-979D14.1 ENSG00000229010 Not Supported Not Supported +transcript 1 23489197 23489303 ENST00000384208 NA RNU6-514P ENSG00000206935 Not Supported Not Supported +transcript 1 23490446 23490546 ENST00000516769 NA RNU6-135P ENSG00000252578 Not Supported Not Supported +transcript 1 23516993 23520755 ENST00000314113 NA HTR1D ENSG00000179546 Not Supported Not Supported +CDS 1 23519582 23520712 ENST00000314113 1 HTR1D ENSG00000179546 Not Supported Not Supported +transcript 1 23518388 23521222 ENST00000374619 NA HTR1D ENSG00000179546 Not Supported Not Supported +CDS 1 23519582 23520712 ENST00000374619 1 HTR1D ENSG00000179546 Not Supported Not Supported +transcript 1 23571258 23571717 ENST00000442089 NA RP5-1057J7.1 ENSG00000215381 Not Supported Not Supported +transcript 1 23607802 23613245 ENST00000566551 NA RP5-1057J7.6 ENSG00000261326 Not Supported Not Supported +transcript 1 23610849 23611947 ENST00000604481 NA RP5-1057J7.6 ENSG00000261326 Not Supported Not Supported +transcript 1 23630264 23633125 ENST00000464516 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23631181 23670829 ENST00000478691 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664327 ENST00000478691 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23660011 23660124 ENST00000478691 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000478691 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000478691 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645190 ENST00000478691 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000478691 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000478691 9 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000478691 10 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636276 23670803 ENST00000374616 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23667345 23667501 ENST00000374616 2 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664983 23665101 ENST00000374616 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664354 ENST00000374616 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23660011 23660124 ENST00000374616 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000374616 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000374616 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645190 ENST00000374616 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000374616 9 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000374616 10 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000374616 11 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636277 23638386 ENST00000476660 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636279 23670815 ENST00000374612 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23667345 23667501 ENST00000374612 2 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664983 23665101 ENST00000374612 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664354 ENST00000374612 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23660011 23660124 ENST00000374612 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000374612 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000374612 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645181 ENST00000374612 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000374612 9 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000374612 10 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000374612 11 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636281 23670755 ENST00000302271 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23667345 23667501 ENST00000302271 2 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664983 23665101 ENST00000302271 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664354 ENST00000302271 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23660011 23660124 ENST00000302271 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000302271 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000302271 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645181 ENST00000302271 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000302271 9 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000302271 10 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000302271 11 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636708 23670774 ENST00000427764 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23667345 23667501 ENST00000427764 2 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664983 23665101 ENST00000427764 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664354 ENST00000427764 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000427764 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000427764 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645181 ENST00000427764 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000427764 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000427764 9 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000427764 10 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636826 23670788 ENST00000606561 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664327 ENST00000606561 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23650049 23650225 ENST00000606561 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000606561 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645181 ENST00000606561 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000606561 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000606561 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000606561 9 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23636886 23670773 ENST00000426846 NA HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23664247 23664327 ENST00000426846 3 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23660011 23660124 ENST00000426846 4 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23648021 23648156 ENST00000426846 5 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23644976 23645181 ENST00000426846 6 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23640046 23640195 ENST00000426846 7 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23637694 23637815 ENST00000426846 8 HNRNPR ENSG00000125944 Not Supported Not Supported +CDS 1 23636950 23637559 ENST00000426846 9 HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23640046 23665042 ENST00000463552 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23640092 23660124 ENST00000470941 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23644976 23664628 ENST00000476451 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23664763 23670810 ENST00000490652 NA HNRNPR ENSG00000125944 Not Supported Not Supported +transcript 1 23685941 23695935 ENST00000314011 NA ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23694466 23694498 ENST00000314011 2 ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23693535 23693661 ENST00000314011 3 ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23688465 23689714 ENST00000314011 4 ZNF436 ENSG00000125945 Not Supported Not Supported +transcript 1 23686468 23694879 ENST00000374608 NA ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23694466 23694498 ENST00000374608 1 ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23693535 23693661 ENST00000374608 2 ZNF436 ENSG00000125945 Not Supported Not Supported +CDS 1 23688465 23689714 ENST00000374608 3 ZNF436 ENSG00000125945 Not Supported Not Supported +transcript 1 23695490 23698276 ENST00000458053 NA C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23695711 23698332 ENST00000454117 NA C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23695791 23696006 ENST00000454117 1 C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23697632 23697703 ENST00000454117 2 C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23695729 23698275 ENST00000335648 NA C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23695791 23696168 ENST00000335648 1 C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23695731 23698005 ENST00000518821 NA C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23695791 23695817 ENST00000518821 1 C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23697632 23697703 ENST00000518821 2 C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23695743 23698276 ENST00000437367 NA C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23695791 23696006 ENST00000437367 1 C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23697632 23697702 ENST00000437367 2 C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23698006 23698012 ENST00000437367 3 C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23697637 23698276 ENST00000518600 NA C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23697637 23697702 ENST00000518600 1 C1orf213 ENSG00000249087 Not Supported Not Supported +CDS 1 23697967 23698000 ENST00000518600 2 C1orf213 ENSG00000249087 Not Supported Not Supported +transcript 1 23696747 23696839 ENST00000364535 NA Y_RNA ENSG00000201405 Not Supported Not Supported +transcript 1 23704873 23705522 ENST00000605350 NA RP5-1057J7.7 ENSG00000271420 Not Supported Not Supported +transcript 1 23707554 23751233 ENST00000450454 NA TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23751058 23751126 ENST00000450454 1 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23745570 23745632 ENST00000450454 2 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23744397 23744502 ENST00000450454 3 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23743742 23743883 ENST00000450454 4 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23735157 23735219 ENST00000450454 5 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23724285 23724448 ENST00000450454 6 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23724038 23724094 ENST00000450454 7 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23720372 23720526 ENST00000450454 8 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23713766 23713912 ENST00000450454 9 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23710839 23710910 ENST00000450454 10 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23707962 23707967 ENST00000450454 11 TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23709926 23713912 ENST00000476978 NA TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23713766 23713912 ENST00000476978 1 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23710839 23710910 ENST00000476978 2 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23710544 23710561 ENST00000476978 3 TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23729974 23751200 ENST00000374601 NA TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23751058 23751126 ENST00000374601 1 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23745570 23745632 ENST00000374601 2 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23744397 23744502 ENST00000374601 3 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23743742 23743883 ENST00000374601 4 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23735157 23735219 ENST00000374601 5 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23730635 23730653 ENST00000374601 6 TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23730562 23745879 ENST00000461794 NA TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23745570 23745590 ENST00000461794 1 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23744397 23744502 ENST00000461794 2 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23743742 23743883 ENST00000461794 3 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23735157 23735219 ENST00000461794 4 TCEA3 ENSG00000204219 Not Supported Not Supported +CDS 1 23730635 23730653 ENST00000461794 5 TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23735053 23745729 ENST00000374602 NA TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23743838 23744791 ENST00000492271 NA TCEA3 ENSG00000204219 Not Supported Not Supported +transcript 1 23737325 23738639 ENST00000445848 NA RP4-654C18.1 ENSG00000232482 Not Supported Not Supported +transcript 1 23755056 23763170 ENST00000495646 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763053 23763135 ENST00000495646 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23762344 23762521 ENST00000495646 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23761026 23761111 ENST00000495646 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760747 23760862 ENST00000495646 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760119 23760186 ENST00000495646 5 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759918 23760025 ENST00000495646 6 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759570 23759765 ENST00000495646 7 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23758189 23758411 ENST00000495646 8 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23757528 23757618 ENST00000495646 9 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23756352 23756423 ENST00000495646 10 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23755056 23810671 ENST00000336689 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23810498 23810626 ENST00000336689 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782615 23782687 ENST00000336689 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782374 23782519 ENST00000336689 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23779190 23779264 ENST00000336689 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23777972 23778021 ENST00000336689 5 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768994 23769105 ENST00000336689 6 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768679 23768764 ENST00000336689 7 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768148 23768223 ENST00000336689 8 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767880 23767966 ENST00000336689 9 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767595 23767704 ENST00000336689 10 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23765654 23765723 ENST00000336689 11 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23765240 23765327 ENST00000336689 12 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763917 23763965 ENST00000336689 13 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763623 23763813 ENST00000336689 14 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763404 23763537 ENST00000336689 15 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763053 23763147 ENST00000336689 16 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23762344 23762521 ENST00000336689 17 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23761026 23761111 ENST00000336689 18 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760747 23760862 ENST00000336689 19 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760119 23760186 ENST00000336689 20 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759918 23760025 ENST00000336689 21 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759570 23759765 ENST00000336689 22 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23758189 23758411 ENST00000336689 23 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23757528 23757618 ENST00000336689 24 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23756352 23756423 ENST00000336689 25 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23756025 23760025 ENST00000465372 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759918 23760025 ENST00000465372 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759651 23759765 ENST00000465372 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23758189 23758411 ENST00000465372 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23757528 23757618 ENST00000465372 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23756349 23756423 ENST00000465372 5 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23756120 23810677 ENST00000492982 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23810529 23810626 ENST00000492982 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782654 23782687 ENST00000492982 2 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23756215 23810672 ENST00000437606 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23810498 23810626 ENST00000437606 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782615 23782687 ENST00000437606 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782374 23782519 ENST00000437606 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23779190 23779264 ENST00000437606 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768994 23769128 ENST00000437606 5 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768679 23768764 ENST00000437606 6 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768148 23768223 ENST00000437606 7 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767880 23767966 ENST00000437606 8 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767595 23767704 ENST00000437606 9 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23765654 23765723 ENST00000437606 10 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23765240 23765327 ENST00000437606 11 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763917 23763965 ENST00000437606 12 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763623 23763813 ENST00000437606 13 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763404 23763537 ENST00000437606 14 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763053 23763147 ENST00000437606 15 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23762344 23762521 ENST00000437606 16 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23761026 23761111 ENST00000437606 17 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760747 23760862 ENST00000437606 18 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23760119 23760186 ENST00000437606 19 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759918 23760025 ENST00000437606 20 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23759570 23759765 ENST00000437606 21 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23758189 23758411 ENST00000437606 22 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23757528 23757618 ENST00000437606 23 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23756352 23756423 ENST00000437606 24 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23759696 23763461 ENST00000484418 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763404 23763461 ENST00000484418 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23763053 23763147 ENST00000484418 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23762302 23762521 ENST00000484418 3 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23763420 23768764 ENST00000475814 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768679 23768764 ENST00000475814 1 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23768148 23768223 ENST00000475814 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767880 23767966 ENST00000475814 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23767595 23767704 ENST00000475814 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23765324 23765327 ENST00000475814 5 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23763457 23765509 ENST00000530874 NA ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23767843 23810685 ENST00000478858 NA ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23777972 23811061 ENST00000608765 NA ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23810498 23810626 ENST00000608765 2 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782615 23782687 ENST00000608765 3 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23782374 23782519 ENST00000608765 4 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23779190 23779264 ENST00000608765 5 ASAP3 ENSG00000088280 Not Supported Not Supported +CDS 1 23777972 23778021 ENST00000608765 6 ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23782484 23806672 ENST00000449467 NA ASAP3 ENSG00000088280 Not Supported Not Supported +transcript 1 23832922 23857712 ENST00000361729 NA E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23857034 23857285 ENST00000361729 1 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23850875 23850980 ENST00000361729 2 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23848329 23848548 ENST00000361729 3 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23847405 23847563 ENST00000361729 4 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23845508 23845622 ENST00000361729 5 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23842827 23843019 ENST00000361729 6 E2F2 ENSG00000007968 Not Supported Not Supported +CDS 1 23836375 23836640 ENST00000361729 7 E2F2 ENSG00000007968 Not Supported Not Supported +transcript 1 23842851 23845888 ENST00000487237 NA E2F2 ENSG00000007968 Not Supported Not Supported +transcript 1 23875630 23877406 ENST00000451217 NA RP1-150O5.3 ENSG00000235052 Not Supported Not Supported +transcript 1 23884409 23886285 ENST00000374561 NA ID3 ENSG00000117318 Not Supported Not Supported +CDS 1 23885618 23885917 ENST00000374561 1 ID3 ENSG00000117318 Not Supported Not Supported +CDS 1 23885454 23885510 ENST00000374561 2 ID3 ENSG00000117318 Not Supported Not Supported +transcript 1 23884425 23885566 ENST00000463312 NA ID3 ENSG00000117318 Not Supported Not Supported +transcript 1 23884936 23885934 ENST00000486541 NA ID3 ENSG00000117318 Not Supported Not Supported +transcript 1 23907985 23967058 ENST00000477916 NA MDS2 ENSG00000197880 Not Supported Not Supported +transcript 1 23953824 23967058 ENST00000374555 NA MDS2 ENSG00000197880 Not Supported Not Supported +CDS 1 23956045 23956047 ENST00000374555 4 MDS2 ENSG00000197880 Not Supported Not Supported +CDS 1 23965599 23965741 ENST00000374555 5 MDS2 ENSG00000197880 Not Supported Not Supported +CDS 1 23966170 23966285 ENST00000374555 6 MDS2 ENSG00000197880 Not Supported Not Supported +CDS 1 23966879 23967036 ENST00000374555 7 MDS2 ENSG00000197880 Not Supported Not Supported +transcript 1 23996784 24006749 ENST00000451300 NA RP11-223J15.2 ENSG00000229239 Not Supported Not Supported +transcript 1 24018269 24022915 ENST00000374550 NA RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24018314 24018319 ENST00000374550 1 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24019099 24019249 ENST00000374550 2 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24020297 24020403 ENST00000374550 3 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24021150 24021281 ENST00000374550 4 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24022288 24022398 ENST00000374550 5 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24022834 24022860 ENST00000374550 6 RPL11 ENSG00000142676 Not Supported Not Supported +transcript 1 24018325 24019249 ENST00000467075 NA RPL11 ENSG00000142676 Not Supported Not Supported +transcript 1 24018796 24022908 ENST00000482370 NA RPL11 ENSG00000142676 Not Supported Not Supported +transcript 1 24019099 24021885 ENST00000443624 NA RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24019099 24019249 ENST00000443624 1 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24020297 24020403 ENST00000443624 2 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24021150 24021287 ENST00000443624 3 RPL11 ENSG00000142676 Not Supported Not Supported +transcript 1 24019099 24022618 ENST00000458455 NA RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24019099 24019249 ENST00000458455 1 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24020297 24020403 ENST00000458455 2 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24021150 24021281 ENST00000458455 3 RPL11 ENSG00000142676 Not Supported Not Supported +CDS 1 24022288 24022422 ENST00000458455 4 RPL11 ENSG00000142676 Not Supported Not Supported +transcript 1 24032291 24033424 ENST00000366398 NA RP5-886K2.1 ENSG00000203589 Not Supported Not Supported +transcript 1 24063100 24063380 ENST00000466184 NA RN7SL532P ENSG00000244609 Not Supported Not Supported +transcript 1 24069645 24088549 ENST00000418390 NA TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24069916 24070068 ENST00000418390 1 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24075511 24075567 ENST00000418390 2 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24076332 24076438 ENST00000418390 3 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24077335 24078520 ENST00000418390 4 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24078897 24079008 ENST00000418390 5 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24080590 24080745 ENST00000418390 6 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24080853 24080950 ENST00000418390 7 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24082333 24082513 ENST00000418390 8 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24082764 24082875 ENST00000418390 9 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24083443 24083615 ENST00000418390 10 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24086002 24086060 ENST00000418390 11 TCEB3 ENSG00000011007 Not Supported Not Supported +transcript 1 24069962 24086383 ENST00000609199 NA TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24069994 24070068 ENST00000609199 1 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24075511 24075567 ENST00000609199 2 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24076332 24076438 ENST00000609199 3 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24077335 24078520 ENST00000609199 4 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24078897 24079008 ENST00000609199 5 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24080590 24080745 ENST00000609199 6 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24080853 24080950 ENST00000609199 7 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24082333 24082513 ENST00000609199 8 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24082764 24082875 ENST00000609199 9 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24083443 24083615 ENST00000609199 10 TCEB3 ENSG00000011007 Not Supported Not Supported +CDS 1 24086002 24086060 ENST00000609199 11 TCEB3 ENSG00000011007 Not Supported Not Supported +transcript 1 24070524 24077434 ENST00000487554 NA TCEB3 ENSG00000011007 Not Supported Not Supported +transcript 1 24086872 24104777 ENST00000427796 NA RP5-886K2.3 ENSG00000236810 Not Supported Not Supported +transcript 1 24098101 24098887 ENST00000447961 NA RP5-886K2.3 ENSG00000236810 Not Supported Not Supported +transcript 1 24104895 24114722 ENST00000246151 NA PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24105006 24105203 ENST00000246151 1 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24105928 24105971 ENST00000246151 2 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24106354 24106431 ENST00000246151 3 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112165 24112269 ENST00000246151 4 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112805 24112913 ENST00000246151 5 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24113765 24113863 ENST00000246151 6 PITHD1 ENSG00000057757 Not Supported Not Supported +transcript 1 24105847 24112868 ENST00000415372 NA PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24106391 24106431 ENST00000415372 1 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112165 24112269 ENST00000415372 2 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112805 24112868 ENST00000415372 3 PITHD1 ENSG00000057757 Not Supported Not Supported +transcript 1 24111682 24114722 ENST00000374524 NA PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112184 24112269 ENST00000374524 2 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24112805 24112913 ENST00000374524 3 PITHD1 ENSG00000057757 Not Supported Not Supported +CDS 1 24113765 24113863 ENST00000374524 4 PITHD1 ENSG00000057757 Not Supported Not Supported +transcript 1 24117460 24122029 ENST00000374514 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000374514 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000374514 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000374514 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000374514 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000374514 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120553 24120626 ENST00000374514 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120815 ENST00000374514 8 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120917 24121090 ENST00000374514 9 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24121172 24121219 ENST00000374514 10 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117646 24122027 ENST00000400061 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000400061 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000400061 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000400061 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000400061 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000400061 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120815 ENST00000400061 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120917 24120921 ENST00000400061 8 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117677 24121001 ENST00000420982 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119210 24119250 ENST00000420982 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000420982 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000420982 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000420982 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120553 24120626 ENST00000420982 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120815 ENST00000420982 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120917 24121001 ENST00000420982 8 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117677 24121235 ENST00000374505 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000374505 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000374505 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000374505 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000374505 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000374505 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120829 ENST00000374505 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117693 24121365 ENST00000495365 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117693 24121445 ENST00000374503 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000374503 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000374503 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000374503 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000374503 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000374503 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120553 24120626 ENST00000374503 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120815 ENST00000374503 8 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24121042 24121090 ENST00000374503 9 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24121172 24121197 ENST00000374503 10 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24117711 24121360 ENST00000374502 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000374502 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000374502 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000374502 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000374502 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000374502 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120553 24120626 ENST00000374502 7 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120884 ENST00000374502 8 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24118461 24121202 ENST00000492577 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24118482 24120397 ENST00000421070 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119173 24119250 ENST00000421070 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119498 24119529 ENST00000421070 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24119641 24119706 ENST00000421070 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120195 24120242 ENST00000421070 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120397 ENST00000421070 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24120143 24121767 ENST00000374501 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120220 24120242 ENST00000374501 1 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120350 24120420 ENST00000374501 2 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120553 24120626 ENST00000374501 3 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120714 24120815 ENST00000374501 4 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24120917 24121090 ENST00000374501 5 LYPLA2 ENSG00000011009 Not Supported Not Supported +CDS 1 24121172 24121219 ENST00000374501 6 LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24120582 24121571 ENST00000472213 NA LYPLA2 ENSG00000011009 Not Supported Not Supported +transcript 1 24122089 24127271 ENST00000481736 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122090 24126892 ENST00000374497 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125377 24125497 ENST00000374497 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125105 24125220 ENST00000374497 4 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124607 24124720 ENST00000374497 5 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124185 24124361 ENST00000374497 6 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123524 24123637 ENST00000374497 7 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123366 24123432 ENST00000374497 8 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123187 24123272 ENST00000374497 9 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122999 24123076 ENST00000374497 10 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122641 24122755 ENST00000374497 11 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122442 24122497 ENST00000374497 12 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122094 24123432 ENST00000456977 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123366 24123432 ENST00000456977 1 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123187 24123272 ENST00000456977 2 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122641 24122755 ENST00000456977 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122439 24122497 ENST00000456977 4 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122151 24127243 ENST00000459934 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122494 24123559 ENST00000469556 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122641 24126023 ENST00000429356 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125105 24125149 ENST00000429356 2 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124607 24124720 ENST00000429356 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124185 24124361 ENST00000429356 4 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123524 24123637 ENST00000429356 5 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123366 24123432 ENST00000429356 6 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123187 24123272 ENST00000429356 7 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122641 24122755 ENST00000429356 8 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24122999 24127260 ENST00000418277 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125105 24125149 ENST00000418277 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124607 24124720 ENST00000418277 4 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124185 24124361 ENST00000418277 5 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123524 24123637 ENST00000418277 6 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123366 24123432 ENST00000418277 7 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123187 24123272 ENST00000418277 8 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24122999 24123076 ENST00000418277 9 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24123564 24125926 ENST00000470949 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24123582 24127013 ENST00000425913 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125377 24125497 ENST00000425913 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125105 24125220 ENST00000425913 4 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124607 24124720 ENST00000425913 5 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124185 24124361 ENST00000425913 6 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123582 24123637 ENST00000425913 7 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24123584 24126060 ENST00000445705 NA GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125377 24125497 ENST00000445705 2 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24125105 24125220 ENST00000445705 3 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124607 24124720 ENST00000445705 4 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24124185 24124361 ENST00000445705 5 GALE ENSG00000117308 Not Supported Not Supported +CDS 1 24123584 24123637 ENST00000445705 6 GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24124186 24125926 ENST00000467493 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24124610 24125603 ENST00000486382 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24124817 24127242 ENST00000470383 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24124870 24127251 ENST00000466250 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24125184 24127263 ENST00000467070 NA GALE ENSG00000117308 Not Supported Not Supported +transcript 1 24128375 24151949 ENST00000374490 NA HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24151846 24151905 ENST00000374490 1 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24147000 24147083 ENST00000374490 2 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143966 24144073 ENST00000374490 3 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143165 24143260 ENST00000374490 4 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24140680 24140828 ENST00000374490 5 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24137226 24137289 ENST00000374490 6 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24134625 24134813 ENST00000374490 7 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24130890 24131015 ENST00000374490 8 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24128956 24129054 ENST00000374490 9 HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24128377 24151918 ENST00000436439 NA HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24151846 24151905 ENST00000436439 1 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24147000 24147083 ENST00000436439 2 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143966 24144073 ENST00000436439 3 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143165 24143260 ENST00000436439 4 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24134625 24134813 ENST00000436439 5 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24130890 24131015 ENST00000436439 6 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24128956 24129054 ENST00000436439 7 HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24128377 24165110 ENST00000374487 NA HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24164558 24164788 ENST00000374487 1 HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24128377 24165110 ENST00000374483 NA HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24147000 24147068 ENST00000374483 3 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143966 24144073 ENST00000374483 4 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24143165 24143260 ENST00000374483 5 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24140680 24140828 ENST00000374483 6 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24137226 24137289 ENST00000374483 7 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24134625 24134813 ENST00000374483 8 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24130890 24131015 ENST00000374483 9 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24128956 24129054 ENST00000374483 10 HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24128400 24151892 ENST00000235958 NA HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24151846 24151892 ENST00000235958 1 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24147000 24147083 ENST00000235958 2 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24134625 24134813 ENST00000235958 3 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24130890 24131015 ENST00000235958 4 HMGCL ENSG00000117305 Not Supported Not Supported +CDS 1 24128953 24129054 ENST00000235958 5 HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24130078 24151917 ENST00000509389 NA HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24133190 24140811 ENST00000496907 NA HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24135777 24151906 ENST00000513148 NA HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24140322 24143251 ENST00000479458 NA HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24142856 24144023 ENST00000498698 NA HMGCL ENSG00000117305 Not Supported Not Supported +transcript 1 24171567 24194784 ENST00000374479 NA FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24194388 24194776 ENST00000374479 1 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24191981 24192115 ENST00000374479 2 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24189624 24189761 ENST00000374479 3 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24186288 24186393 ENST00000374479 4 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24180850 24181050 ENST00000374479 5 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24175139 24175329 ENST00000374479 6 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24172564 24172663 ENST00000374479 7 FUCA1 ENSG00000179163 Not Supported Not Supported +CDS 1 24172208 24172345 ENST00000374479 8 FUCA1 ENSG00000179163 Not Supported Not Supported +transcript 1 24197016 24239852 ENST00000374472 NA CNR2 ENSG00000188822 Not Supported Not Supported +CDS 1 24201028 24202107 ENST00000374472 2 CNR2 ENSG00000188822 Not Supported Not Supported +transcript 1 24197017 24285549 ENST00000536471 NA CNR2 ENSG00000188822 Not Supported Not Supported +CDS 1 24201028 24202107 ENST00000536471 3 CNR2 ENSG00000188822 Not Supported Not Supported +transcript 1 24208284 24208575 ENST00000580371 NA RN7SL24P ENSG00000264347 Not Supported Not Supported +transcript 1 24208745 24208842 ENST00000458849 NA snoU13 ENSG00000238538 Not Supported Not Supported +transcript 1 24227961 24229227 ENST00000412176 NA RP11-4M23.2 ENSG00000229106 Not Supported Not Supported +transcript 1 24233601 24234375 ENST00000411815 NA RP11-4M23.3 ENSG00000232557 Not Supported Not Supported +transcript 1 24255560 24255637 ENST00000578143 NA MIR378F ENSG00000264926 Not Supported Not Supported +transcript 1 24275506 24275873 ENST00000421430 NA RP11-4M23.4 ENSG00000230228 Not Supported Not Supported +transcript 1 24285599 24287955 ENST00000471915 NA PNRC2 ENSG00000189266 Not Supported Not Supported +CDS 1 24287948 24287955 ENST00000471915 3 PNRC2 ENSG00000189266 Not Supported Not Supported +transcript 1 24286302 24289952 ENST00000334351 NA PNRC2 ENSG00000189266 Not Supported Not Supported +CDS 1 24287948 24288364 ENST00000334351 3 PNRC2 ENSG00000189266 Not Supported Not Supported +transcript 1 24286318 24288370 ENST00000374468 NA PNRC2 ENSG00000189266 Not Supported Not Supported +CDS 1 24287948 24288364 ENST00000374468 3 PNRC2 ENSG00000189266 Not Supported Not Supported +transcript 1 24287458 24287933 ENST00000579103 NA PNRC2 ENSG00000189266 Not Supported Not Supported +CDS 1 24287458 24287624 ENST00000579103 1 PNRC2 ENSG00000189266 Not Supported Not Supported +CDS 1 24287930 24287930 ENST00000579103 2 PNRC2 ENSG00000189266 Not Supported Not Supported +transcript 1 24291294 24306821 ENST00000344989 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000344989 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000344989 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000344989 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000344989 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298116 ENST00000344989 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24294156 24294213 ENST00000344989 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24292935 24306786 ENST00000453840 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000453840 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000453840 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000453840 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000453840 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298113 ENST00000453840 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24294156 24294213 ENST00000453840 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24292935 24307417 ENST00000341154 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24293663 24306846 ENST00000484146 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000484146 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000484146 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000484146 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000484146 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24294156 24294213 ENST00000484146 5 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24293791 24306821 ENST00000473858 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000473858 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298448 24298502 ENST00000473858 2 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24293797 24306798 ENST00000374452 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000374452 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000374452 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000374452 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000374452 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298116 ENST00000374452 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24294419 24294446 ENST00000374452 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24294108 24306784 ENST00000374453 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000374453 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000374453 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000374453 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000374453 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298113 ENST00000374453 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24294419 24294446 ENST00000374453 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24295573 24306817 ENST00000343255 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000343255 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000343255 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000343255 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000343255 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298113 ENST00000343255 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24297635 24297929 ENST00000343255 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24296854 24306809 ENST00000492112 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000492112 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305203 24305307 ENST00000492112 2 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24301464 24301567 ENST00000492112 3 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298340 24298502 ENST00000492112 4 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24298063 24298116 ENST00000492112 5 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24297635 24297929 ENST00000492112 6 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24296869 24304142 ENST00000485841 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24297465 24304427 ENST00000338597 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24297829 24306761 ENST00000495785 NA SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24306681 24306745 ENST00000495785 1 SRSF10 ENSG00000188529 Not Supported Not Supported +CDS 1 24305166 24305307 ENST00000495785 2 SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24297859 24301542 ENST00000473754 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24303760 24304742 ENST00000497214 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24304280 24306821 ENST00000485292 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24304645 24305436 ENST00000469303 NA SRSF10 ENSG00000188529 Not Supported Not Supported +transcript 1 24334371 24335009 ENST00000442164 NA RP11-4M23.7 ENSG00000215905 Not Supported Not Supported +transcript 1 24367325 24413289 ENST00000439239 NA RP11-293P20.2 ENSG00000225315 Not Supported Not Supported +transcript 1 24382525 24393069 ENST00000338909 NA MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392597 24392698 ENST00000338909 1 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392381 24392491 ENST00000338909 2 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24390562 24390649 ENST00000338909 3 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389982 24390020 ENST00000338909 4 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389616 24389724 ENST00000338909 5 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24388436 24388599 ENST00000338909 6 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387763 24387799 ENST00000338909 7 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387550 24387572 ENST00000338909 8 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24385414 24385469 ENST00000338909 9 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24383857 24384117 ENST00000338909 10 MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24382527 24438665 ENST00000374434 NA MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434966 24435126 ENST00000374434 2 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434483 24434563 ENST00000374434 3 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24433563 24433722 ENST00000374434 4 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24432410 24432567 ENST00000374434 5 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24426170 24426265 ENST00000374434 6 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24424413 24424501 ENST00000374434 7 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421932 24421976 ENST00000374434 8 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421343 24421480 ENST00000374434 9 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24419437 24419598 ENST00000374434 10 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24418664 24418805 ENST00000374434 11 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24417287 24417486 ENST00000374434 12 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416555 24416608 ENST00000374434 13 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416028 24416155 ENST00000374434 14 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24413134 24413317 ENST00000374434 15 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24410958 24411129 ENST00000374434 16 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24409083 24409204 ENST00000374434 17 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24408491 24408678 ENST00000374434 18 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24407820 24407946 ENST00000374434 19 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24406506 24406684 ENST00000374434 20 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24402649 24402763 ENST00000374434 21 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24401809 24401965 ENST00000374434 22 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24400650 24400759 ENST00000374434 23 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24398459 24398503 ENST00000374434 24 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24397607 24397743 ENST00000374434 25 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394713 24394857 ENST00000374434 26 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394460 24394519 ENST00000374434 27 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24393511 24393578 ENST00000374434 28 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392381 24392491 ENST00000374434 29 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24390562 24390649 ENST00000374434 30 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389982 24390020 ENST00000374434 31 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389616 24389724 ENST00000374434 32 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24388436 24388599 ENST00000374434 33 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387763 24387799 ENST00000374434 34 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387550 24387572 ENST00000374434 35 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24385414 24385469 ENST00000374434 36 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24383857 24384117 ENST00000374434 37 MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24382531 24438665 ENST00000330966 NA MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434966 24435126 ENST00000330966 2 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434483 24434566 ENST00000330966 3 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24433563 24433722 ENST00000330966 4 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24432410 24432567 ENST00000330966 5 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24426170 24426265 ENST00000330966 6 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24424413 24424501 ENST00000330966 7 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421932 24421976 ENST00000330966 8 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421343 24421480 ENST00000330966 9 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24419437 24419598 ENST00000330966 10 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24418664 24418805 ENST00000330966 11 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24417287 24417486 ENST00000330966 12 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416555 24416608 ENST00000330966 13 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416028 24416155 ENST00000330966 14 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24413134 24413317 ENST00000330966 15 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24410958 24411129 ENST00000330966 16 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24409083 24409204 ENST00000330966 17 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24408491 24408678 ENST00000330966 18 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24407820 24407946 ENST00000330966 19 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24406506 24406684 ENST00000330966 20 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24402649 24402763 ENST00000330966 21 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24401809 24401965 ENST00000330966 22 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24400650 24400759 ENST00000330966 23 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24398459 24398503 ENST00000330966 24 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24397607 24397743 ENST00000330966 25 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394713 24394857 ENST00000330966 26 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394460 24394519 ENST00000330966 27 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24393511 24393584 ENST00000330966 28 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392381 24392491 ENST00000330966 29 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24390562 24390649 ENST00000330966 30 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389982 24390020 ENST00000330966 31 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24389616 24389724 ENST00000330966 32 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24388436 24388599 ENST00000330966 33 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387763 24387799 ENST00000330966 34 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24387550 24387572 ENST00000330966 35 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24385414 24385469 ENST00000330966 36 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24383857 24384117 ENST00000330966 37 MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24382586 24410622 ENST00000448831 NA MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24392276 24438665 ENST00000329601 NA MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434966 24435126 ENST00000329601 2 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24434483 24434563 ENST00000329601 3 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24433563 24433722 ENST00000329601 4 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24432410 24432567 ENST00000329601 5 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24426170 24426265 ENST00000329601 6 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24424413 24424501 ENST00000329601 7 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421932 24421976 ENST00000329601 8 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24421343 24421480 ENST00000329601 9 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24419437 24419598 ENST00000329601 10 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24418664 24418805 ENST00000329601 11 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24417287 24417486 ENST00000329601 12 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416555 24416608 ENST00000329601 13 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24416028 24416155 ENST00000329601 14 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24413134 24413317 ENST00000329601 15 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24410958 24411129 ENST00000329601 16 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24409083 24409204 ENST00000329601 17 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24408491 24408678 ENST00000329601 18 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24407820 24407946 ENST00000329601 19 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24406506 24406684 ENST00000329601 20 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24402649 24402763 ENST00000329601 21 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24401809 24401965 ENST00000329601 22 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24400650 24400759 ENST00000329601 23 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24398459 24398503 ENST00000329601 24 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24397607 24397743 ENST00000329601 25 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394713 24394857 ENST00000329601 26 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24394460 24394519 ENST00000329601 27 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24393507 24393578 ENST00000329601 28 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392552 24392553 ENST00000329601 29 MYOM3 ENSG00000142661 Not Supported Not Supported +CDS 1 24392279 24392491 ENST00000329601 30 MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24408039 24434929 ENST00000475306 NA MYOM3 ENSG00000142661 Not Supported Not Supported +transcript 1 24393264 24410055 ENST00000429191 NA RP11-293P20.4 ENSG00000230703 Not Supported Not Supported +transcript 1 24446261 24469611 ENST00000270800 NA IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24469530 24469572 ENST00000270800 1 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24465072 24465204 ENST00000270800 2 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24463621 24463799 ENST00000270800 3 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24460701 24460876 ENST00000270800 4 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24454631 24454769 ENST00000270800 5 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24449792 24449913 ENST00000270800 6 IL22RA1 ENSG00000142677 Not Supported Not Supported +CDS 1 24447298 24448227 ENST00000270800 7 IL22RA1 ENSG00000142677 Not Supported Not Supported +transcript 1 24480647 24513751 ENST00000327535 NA IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24513681 24513738 ENST00000327535 1 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24507221 24507344 ENST00000327535 2 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24495907 24496091 ENST00000327535 3 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24488032 24488174 ENST00000327535 4 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485964 24486123 ENST00000327535 5 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485542 24485672 ENST00000327535 6 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24483623 24484381 ENST00000327535 7 IFNLR1 ENSG00000185436 Not Supported Not Supported +transcript 1 24483589 24513751 ENST00000327575 NA IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24513681 24513738 ENST00000327575 1 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24507221 24507344 ENST00000327575 2 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24495907 24496091 ENST00000327575 3 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24488032 24488174 ENST00000327575 4 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485964 24486123 ENST00000327575 5 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24484320 24484381 ENST00000327575 6 IFNLR1 ENSG00000185436 Not Supported Not Supported +transcript 1 24483620 24513738 ENST00000374421 NA IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24513681 24513738 ENST00000374421 1 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24507221 24507344 ENST00000374421 2 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24495907 24496091 ENST00000374421 3 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24488032 24488174 ENST00000374421 4 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485964 24486123 ENST00000374421 5 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485542 24485672 ENST00000374421 6 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24483623 24484294 ENST00000374421 7 IFNLR1 ENSG00000185436 Not Supported Not Supported +transcript 1 24485490 24514449 ENST00000374419 NA IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24495907 24496024 ENST00000374419 3 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24488032 24488174 ENST00000374419 4 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485964 24486123 ENST00000374419 5 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24485539 24485672 ENST00000374419 6 IFNLR1 ENSG00000185436 Not Supported Not Supported +transcript 1 24487868 24513738 ENST00000374418 NA IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24513681 24513738 ENST00000374418 1 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24507221 24507344 ENST00000374418 2 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24495907 24496091 ENST00000374418 3 IFNLR1 ENSG00000185436 Not Supported Not Supported +CDS 1 24487909 24488174 ENST00000374418 4 IFNLR1 ENSG00000185436 Not Supported Not Supported +transcript 1 24526730 24538183 ENST00000439059 NA RP11-10N16.2 ENSG00000230023 Not Supported Not Supported +transcript 1 24554407 24554520 ENST00000408105 NA AL590683.1 ENSG00000221032 Not Supported Not Supported +transcript 1 24606257 24606345 ENST00000584309 NA AL590683.2 ENSG00000266511 Not Supported Not Supported +transcript 1 24634046 24648391 ENST00000437965 NA RP11-10N16.3 ENSG00000232298 Not Supported Not Supported +transcript 1 24645812 24681808 ENST00000361548 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24646042 24646058 ENST00000361548 1 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24657916 24658102 ENST00000361548 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000361548 3 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663317 ENST00000361548 4 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24663568 24663641 ENST00000361548 5 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664126 24664279 ENST00000361548 6 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664482 24664593 ENST00000361548 7 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24666158 24666252 ENST00000361548 8 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24668605 24668763 ENST00000361548 9 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669184 24669262 ENST00000361548 10 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669382 24669515 ENST00000361548 11 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24671387 24671421 ENST00000361548 12 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673043 24673131 ENST00000361548 13 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673958 24674043 ENST00000361548 14 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24676548 24676612 ENST00000361548 15 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24680864 24680975 ENST00000361548 16 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24645881 24681807 ENST00000342072 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662985 24663317 ENST00000342072 4 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24663568 24663641 ENST00000342072 5 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664126 24664279 ENST00000342072 6 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664482 24664593 ENST00000342072 7 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24666158 24666252 ENST00000342072 8 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24668605 24668763 ENST00000342072 9 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669184 24669262 ENST00000342072 10 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669382 24669515 ENST00000342072 11 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24671387 24671421 ENST00000342072 12 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673043 24673131 ENST00000342072 13 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673958 24674043 ENST00000342072 14 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24676548 24676612 ENST00000342072 15 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24680864 24680975 ENST00000342072 16 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24645915 24690972 ENST00000350501 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24646042 24646058 ENST00000350501 1 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24657916 24658102 ENST00000350501 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000350501 3 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663317 ENST00000350501 4 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24663568 24663641 ENST00000350501 5 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664126 24664279 ENST00000350501 6 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664482 24664593 ENST00000350501 7 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24666158 24666252 ENST00000350501 8 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24668605 24668763 ENST00000350501 9 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669184 24669262 ENST00000350501 10 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669382 24669515 ENST00000350501 11 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24671387 24671421 ENST00000350501 12 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673043 24673131 ENST00000350501 13 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673958 24674043 ENST00000350501 14 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24676548 24676612 ENST00000350501 15 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24690675 24690858 ENST00000350501 16 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24645946 24663232 ENST00000530984 NA GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24646056 24681808 ENST00000356046 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24658037 24658102 ENST00000356046 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000356046 3 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663317 ENST00000356046 4 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24663568 24663641 ENST00000356046 5 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664126 24664279 ENST00000356046 6 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664482 24664593 ENST00000356046 7 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24666158 24666252 ENST00000356046 8 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24668605 24668763 ENST00000356046 9 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669184 24669262 ENST00000356046 10 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669382 24669515 ENST00000356046 11 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24671387 24671421 ENST00000356046 12 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673043 24673131 ENST00000356046 13 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673958 24674043 ENST00000356046 14 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24676548 24676612 ENST00000356046 15 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24680864 24680975 ENST00000356046 16 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24646304 24663088 ENST00000524724 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24658037 24658102 ENST00000524724 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000524724 3 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663088 ENST00000524724 4 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24649530 24680978 ENST00000528064 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24649576 24649607 ENST00000528064 1 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000528064 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663033 ENST00000528064 3 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24649530 24680978 ENST00000236255 NA GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24649576 24649607 ENST00000236255 1 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24657916 24658102 ENST00000236255 2 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24661135 24661196 ENST00000236255 3 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24662972 24663317 ENST00000236255 4 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24663568 24663641 ENST00000236255 5 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664126 24664279 ENST00000236255 6 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24664482 24664593 ENST00000236255 7 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24666158 24666252 ENST00000236255 8 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24668605 24668763 ENST00000236255 9 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669184 24669262 ENST00000236255 10 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24669382 24669515 ENST00000236255 11 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24671387 24671421 ENST00000236255 12 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673043 24673131 ENST00000236255 13 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24673958 24674043 ENST00000236255 14 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24676548 24676612 ENST00000236255 15 GRHL3 ENSG00000158055 Not Supported Not Supported +CDS 1 24680864 24680975 ENST00000236255 16 GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24663988 24668685 ENST00000528181 NA GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24668650 24669765 ENST00000461318 NA GRHL3 ENSG00000158055 Not Supported Not Supported +transcript 1 24683489 24741587 ENST00000374409 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24727809 24727878 ENST00000374409 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24718051 24718169 ENST00000374409 3 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24710392 24710493 ENST00000374409 4 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706143 24706313 ENST00000374409 5 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24700192 24700300 ENST00000374409 6 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24696164 24696329 ENST00000374409 7 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24687341 24687531 ENST00000374409 8 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24685036 24685109 ENST00000374409 9 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24683490 24727949 ENST00000440416 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24727809 24727856 ENST00000440416 1 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24710392 24710493 ENST00000440416 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706143 24706313 ENST00000440416 3 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24700192 24700300 ENST00000440416 4 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24696164 24696329 ENST00000440416 5 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24687341 24687531 ENST00000440416 6 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24685036 24685109 ENST00000440416 7 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24683495 24740215 ENST00000003583 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24727809 24727856 ENST00000003583 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24710392 24710493 ENST00000003583 3 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706143 24706313 ENST00000003583 4 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24700192 24700300 ENST00000003583 5 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24696164 24696329 ENST00000003583 6 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24687341 24687531 ENST00000003583 7 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24685036 24685109 ENST00000003583 8 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24683495 24743424 ENST00000468303 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24683527 24740230 ENST00000337248 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24727809 24727878 ENST00000337248 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24718051 24718169 ENST00000337248 3 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24710392 24710493 ENST00000337248 4 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706143 24706313 ENST00000337248 5 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24700192 24700300 ENST00000337248 6 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24696164 24696329 ENST00000337248 7 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24687341 24687531 ENST00000337248 8 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24685036 24685109 ENST00000337248 9 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24695194 24727821 ENST00000497384 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24695533 24706313 ENST00000438866 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706143 24706313 ENST00000438866 1 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24700192 24700300 ENST00000438866 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24696164 24696329 ENST00000438866 3 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24695837 24695897 ENST00000438866 4 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24705763 24718169 ENST00000435187 NA STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24718051 24718169 ENST00000435187 1 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24710392 24710493 ENST00000435187 2 STPG1 ENSG00000001460 Not Supported Not Supported +CDS 1 24706101 24706313 ENST00000435187 3 STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24717693 24718561 ENST00000483261 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24717748 24742643 ENST00000498488 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24718052 24738517 ENST00000483528 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24727569 24737269 ENST00000475760 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24741401 24743085 ENST00000492753 NA STPG1 ENSG00000001460 Not Supported Not Supported +transcript 1 24742284 24795797 ENST00000374399 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24746038 24746130 ENST00000374399 2 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24766662 24766730 ENST00000374399 3 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24768545 24768716 ENST00000374399 4 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24771675 24771734 ENST00000374399 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24775971 24776116 ENST00000374399 6 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24779898 24779994 ENST00000374399 7 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24782628 24782763 ENST00000374399 8 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24785378 24785466 ENST00000374399 9 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24786971 24787034 ENST00000374399 10 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24790516 24790610 ENST00000374399 11 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24795476 24795672 ENST00000374399 12 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24742293 24799466 ENST00000003912 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24768629 24768716 ENST00000003912 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24771675 24771734 ENST00000003912 6 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24775971 24776116 ENST00000003912 7 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24779898 24779994 ENST00000003912 8 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24782628 24782763 ENST00000003912 9 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24785378 24785466 ENST00000003912 10 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24786971 24787034 ENST00000003912 11 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24790516 24790610 ENST00000003912 12 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24795476 24795672 ENST00000003912 13 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24742302 24746618 ENST00000488155 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24742303 24781314 ENST00000358028 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24746038 24746130 ENST00000358028 2 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24766662 24766730 ENST00000358028 3 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24768545 24768716 ENST00000358028 4 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24771675 24771734 ENST00000358028 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24775971 24776116 ENST00000358028 6 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24779898 24779994 ENST00000358028 7 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24780544 24780584 ENST00000358028 8 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24742304 24792800 ENST00000339255 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24746038 24746130 ENST00000339255 2 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24766662 24766730 ENST00000339255 3 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24768545 24768716 ENST00000339255 4 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24771675 24771734 ENST00000339255 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24775971 24776116 ENST00000339255 6 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24779898 24779994 ENST00000339255 7 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24782628 24782763 ENST00000339255 8 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24785378 24785466 ENST00000339255 9 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24786971 24787034 ENST00000339255 10 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24790516 24790610 ENST00000339255 11 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24792494 24792576 ENST00000339255 12 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24742348 24748600 ENST00000475663 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24746038 24780587 ENST00000428131 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24746038 24746130 ENST00000428131 1 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24766662 24766730 ENST00000428131 2 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24768545 24768716 ENST00000428131 3 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24771675 24771734 ENST00000428131 4 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24775971 24776116 ENST00000428131 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24779898 24779994 ENST00000428131 6 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24780544 24780584 ENST00000428131 7 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24782656 24792868 ENST00000432012 NA NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24782656 24782763 ENST00000432012 1 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24784224 24784323 ENST00000432012 2 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24785378 24785466 ENST00000432012 3 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24786971 24787034 ENST00000432012 4 NIPAL3 ENSG00000001461 Not Supported Not Supported +CDS 1 24790516 24790557 ENST00000432012 5 NIPAL3 ENSG00000001461 Not Supported Not Supported +transcript 1 24829387 24867530 ENST00000374395 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000374395 2 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24857708 24857881 ENST00000374395 3 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24859573 24859744 ENST00000374395 4 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861764 ENST00000374395 5 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24829387 24863504 ENST00000436717 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000436717 2 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24857708 24857881 ENST00000436717 3 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24859603 24859744 ENST00000436717 4 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861764 ENST00000436717 5 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24834057 24841057 ENST00000425530 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000425530 2 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24840810 24861827 ENST00000412742 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000412742 1 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24857708 24857881 ENST00000412742 2 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861732 ENST00000412742 3 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24840837 24861847 ENST00000538532 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000538532 1 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24859573 24859744 ENST00000538532 2 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861764 ENST00000538532 3 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24840863 24861769 ENST00000374393 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24840863 24841057 ENST00000374393 1 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861732 ENST00000374393 2 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24859604 24862351 ENST00000482807 NA RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24859604 24859744 ENST00000482807 1 RCAN3 ENSG00000117602 Not Supported Not Supported +CDS 1 24861583 24861767 ENST00000482807 2 RCAN3 ENSG00000117602 Not Supported Not Supported +transcript 1 24855945 24856204 ENST00000580228 NA RN7SL857P ENSG00000266551 Not Supported Not Supported +transcript 1 24865292 24882515 ENST00000577528 NA RP4-594I10.3 ENSG00000264443 Not Supported Not Supported +transcript 1 24882602 24935816 ENST00000374392 NA NCMAP ENSG00000184454 Not Supported Not Supported +CDS 1 24921922 24922003 ENST00000374392 2 NCMAP ENSG00000184454 Not Supported Not Supported +CDS 1 24927431 24927515 ENST00000374392 3 NCMAP ENSG00000184454 Not Supported Not Supported +CDS 1 24932097 24932235 ENST00000374392 4 NCMAP ENSG00000184454 Not Supported Not Supported +transcript 1 24915955 24935819 ENST00000486262 NA NCMAP ENSG00000184454 Not Supported Not Supported +transcript 1 24890118 24890465 ENST00000443086 NA RP11-496D1.2 ENSG00000227312 Not Supported Not Supported +transcript 1 24951902 24952004 ENST00000459380 NA Y_RNA ENSG00000239106 Not Supported Not Supported +transcript 1 24958207 24962368 ENST00000471693 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24959557 24976523 ENST00000478890 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24967722 24976478 ENST00000593639 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973164 24973280 ENST00000593639 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975350 24975520 ENST00000593639 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976478 ENST00000593639 5 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969503 24999758 ENST00000323848 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24969818 24969838 ENST00000323848 1 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24972475 24972564 ENST00000323848 2 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973158 24973280 ENST00000323848 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975350 24975520 ENST00000323848 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976577 ENST00000323848 5 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24977900 24978103 ENST00000323848 6 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24978925 24979119 ENST00000323848 7 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24979404 24979523 ENST00000323848 8 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24981346 24981620 ENST00000323848 9 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987210 24987290 ENST00000323848 10 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987801 24987887 ENST00000323848 11 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989151 24989295 ENST00000323848 12 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24993306 24993416 ENST00000323848 13 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24995614 24996078 ENST00000323848 14 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24996611 24996806 ENST00000323848 15 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24997877 24998086 ENST00000323848 16 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24998673 24998774 ENST00000323848 17 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969763 24974079 ENST00000466910 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969766 24979005 ENST00000468822 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969775 24999158 ENST00000447431 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24969818 24969838 ENST00000447431 1 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24972475 24972564 ENST00000447431 2 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973158 24973280 ENST00000447431 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975350 24975520 ENST00000447431 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976577 ENST00000447431 5 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24977900 24978103 ENST00000447431 6 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24978925 24979119 ENST00000447431 7 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24979404 24979523 ENST00000447431 8 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24981346 24981614 ENST00000447431 9 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987210 24987290 ENST00000447431 10 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987801 24987887 ENST00000447431 11 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989151 24989295 ENST00000447431 12 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989674 24989715 ENST00000447431 13 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24993306 24993416 ENST00000447431 14 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24995614 24996078 ENST00000447431 15 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24996611 24996806 ENST00000447431 16 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24997877 24998086 ENST00000447431 17 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24998673 24998774 ENST00000447431 18 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969779 24975378 ENST00000600523 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24969818 24969838 ENST00000600523 1 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24972475 24972564 ENST00000600523 2 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973158 24973280 ENST00000600523 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973570 24973572 ENST00000600523 4 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969784 24976577 ENST00000462710 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969790 24999117 ENST00000374389 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24969818 24969838 ENST00000374389 1 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24972475 24972564 ENST00000374389 2 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973158 24973280 ENST00000374389 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975350 24975520 ENST00000374389 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976577 ENST00000374389 5 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24977900 24978103 ENST00000374389 6 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24978925 24979119 ENST00000374389 7 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24979419 24979523 ENST00000374389 8 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24981346 24981620 ENST00000374389 9 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987210 24987290 ENST00000374389 10 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987801 24987887 ENST00000374389 11 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989151 24989295 ENST00000374389 12 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989674 24989715 ENST00000374389 13 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24993306 24993416 ENST00000374389 14 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24995614 24996078 ENST00000374389 15 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24996611 24996806 ENST00000374389 16 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24997877 24998086 ENST00000374389 17 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24998673 24998774 ENST00000374389 18 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969796 24976577 ENST00000490543 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24969799 24998086 ENST00000479034 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24970050 24995999 ENST00000596378 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24973164 24973280 ENST00000596378 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975350 24975520 ENST00000596378 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976577 ENST00000596378 5 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24977900 24978103 ENST00000596378 6 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24978925 24979119 ENST00000596378 7 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24979404 24979523 ENST00000596378 8 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24981346 24981614 ENST00000596378 9 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987210 24987290 ENST00000596378 10 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24987801 24987887 ENST00000596378 11 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989151 24989295 ENST00000596378 12 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24989674 24989715 ENST00000596378 13 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24993306 24993416 ENST00000596378 14 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24995614 24995999 ENST00000596378 15 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24975025 24979000 ENST00000494934 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24975109 24978024 ENST00000495561 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24975417 24993388 ENST00000537199 NA SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24975419 24975520 ENST00000537199 1 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24976462 24976577 ENST00000537199 2 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24977990 24978103 ENST00000537199 3 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24978925 24979119 ENST00000537199 4 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24979404 24979523 ENST00000537199 5 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24980797 24980834 ENST00000537199 6 SRRM1 ENSG00000133226 Not Supported Not Supported +CDS 1 24981346 24981614 ENST00000537199 7 SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24976479 24979119 ENST00000485441 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24978011 24981620 ENST00000470243 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24978988 24989295 ENST00000496882 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24981502 24993336 ENST00000461768 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24981513 24989559 ENST00000485541 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24981545 24987466 ENST00000488317 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24993046 24995755 ENST00000489130 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24996074 24997960 ENST00000474843 NA SRRM1 ENSG00000133226 Not Supported Not Supported +transcript 1 24993474 24993578 ENST00000459464 NA snoU13 ENSG00000238986 Not Supported Not Supported +transcript 1 25071848 25170815 ENST00000374379 NA CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25072045 25072116 ENST00000374379 1 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25124233 25124342 ENST00000374379 2 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25140585 25140710 ENST00000374379 3 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25153501 25153607 ENST00000374379 4 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25166351 25166532 ENST00000374379 5 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25167264 25167425 ENST00000374379 6 CLIC4 ENSG00000169504 Not Supported Not Supported +transcript 1 25071873 25166398 ENST00000497755 NA CLIC4 ENSG00000169504 Not Supported Not Supported +transcript 1 25071873 25170758 ENST00000488683 NA CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25072045 25072116 ENST00000488683 1 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25124233 25124342 ENST00000488683 2 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25140585 25140710 ENST00000488683 3 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25153501 25153607 ENST00000488683 4 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25166351 25166532 ENST00000488683 5 CLIC4 ENSG00000169504 Not Supported Not Supported +CDS 1 25167264 25167425 ENST00000488683 6 CLIC4 ENSG00000169504 Not Supported Not Supported +transcript 1 25071900 25124454 ENST00000489758 NA CLIC4 ENSG00000169504 Not Supported Not Supported +transcript 1 25104364 25104470 ENST00000459588 NA RNU6-1208P ENSG00000238482 Not Supported Not Supported +transcript 1 25226002 25291501 ENST00000399916 NA RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25291005 25291062 ENST00000399916 1 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25256078 25256343 ENST00000399916 2 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25254065 25254221 ENST00000399916 3 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25245731 25245835 ENST00000399916 4 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25233750 25233908 ENST00000399916 5 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25228616 25229157 ENST00000399916 6 RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25226009 25256368 ENST00000308873 NA RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25256078 25256359 ENST00000308873 1 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25254065 25254221 ENST00000308873 2 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25245731 25245835 ENST00000308873 3 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25233750 25233908 ENST00000308873 4 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25228616 25229157 ENST00000308873 5 RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25227520 25291475 ENST00000338888 NA RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25291005 25291062 ENST00000338888 2 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25256078 25256343 ENST00000338888 3 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25254065 25254221 ENST00000338888 4 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25245731 25245835 ENST00000338888 5 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25233750 25233908 ENST00000338888 6 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25228616 25229157 ENST00000338888 7 RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25228269 25255612 ENST00000540420 NA RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25255531 25255533 ENST00000540420 1 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25254065 25254221 ENST00000540420 2 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25245731 25245835 ENST00000540420 3 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25233750 25233908 ENST00000540420 4 RUNX3 ENSG00000020633 Not Supported Not Supported +CDS 1 25228616 25229157 ENST00000540420 5 RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25229063 25255289 ENST00000496967 NA RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25256228 25291612 ENST00000479341 NA RUNX3 ENSG00000020633 Not Supported Not Supported +transcript 1 25287836 25289588 ENST00000456316 NA RP11-84D1.1 ENSG00000229162 Not Supported Not Supported +transcript 1 25294914 25297356 ENST00000568143 NA RP11-84D1.2 ENSG00000261025 Not Supported Not Supported +transcript 1 25349994 25350077 ENST00000580572 NA MIR4425 ENSG00000264371 Not Supported Not Supported +transcript 1 25370198 25439610 ENST00000424084 NA RP4-799D16.1 ENSG00000233755 Not Supported Not Supported +transcript 1 25436949 25439611 ENST00000429666 NA RP4-799D16.1 ENSG00000233755 Not Supported Not Supported +transcript 1 25451544 25451945 ENST00000413189 NA RP4-781L3.1 ENSG00000233419 Not Supported Not Supported +transcript 1 25451544 25451870 ENST00000451939 NA RP4-781L3.1 ENSG00000233419 Not Supported Not Supported +transcript 1 25534630 25535360 ENST00000455902 NA RP4-706G24.1 ENSG00000231953 Not Supported Not Supported +transcript 1 25549170 25558984 ENST00000236273 NA SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25558935 25558958 ENST00000236273 1 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25558595 25558702 ENST00000236273 2 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25555489 25555614 ENST00000236273 3 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25554609 25554726 ENST00000236273 4 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25553933 25554023 ENST00000236273 5 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25551493 25551591 ENST00000236273 6 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25549760 25549922 ENST00000236273 7 SYF2 ENSG00000117614 Not Supported Not Supported +transcript 1 25549456 25558977 ENST00000354361 NA SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25558935 25558958 ENST00000354361 1 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25558595 25558702 ENST00000354361 2 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25554609 25554726 ENST00000354361 3 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25553933 25554023 ENST00000354361 4 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25551493 25551591 ENST00000354361 5 SYF2 ENSG00000117614 Not Supported Not Supported +CDS 1 25549760 25549922 ENST00000354361 6 SYF2 ENSG00000117614 Not Supported Not Supported +transcript 1 25555506 25558923 ENST00000474160 NA SYF2 ENSG00000117614 Not Supported Not Supported +transcript 1 25556800 25558993 ENST00000476231 NA SYF2 ENSG00000117614 Not Supported Not Supported +transcript 1 25568728 25574010 ENST00000243189 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573454 ENST00000243189 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000243189 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570041 25570124 ENST00000243189 4 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25569083 25569196 ENST00000243189 5 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568740 25570596 ENST00000569495 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568740 25573945 ENST00000498238 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568746 25573026 ENST00000566395 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573026 ENST00000566395 1 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000566395 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570981 25570989 ENST00000566395 3 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568746 25573131 ENST00000565733 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573131 ENST00000565733 1 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000565733 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570041 25570124 ENST00000565733 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25569080 25569196 ENST00000565733 4 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568746 25573948 ENST00000568254 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573454 ENST00000568254 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000568254 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570710 25570715 ENST00000568254 4 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568747 25664656 ENST00000473314 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573454 ENST00000473314 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000473314 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570984 25570989 ENST00000473314 4 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568747 25573945 ENST00000417642 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573433 ENST00000417642 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571670 25571792 ENST00000417642 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570915 25570967 ENST00000417642 4 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570041 25570124 ENST00000417642 5 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25569083 25569196 ENST00000417642 6 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568769 25573118 ENST00000570063 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568782 25570145 ENST00000564223 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25568854 25572507 ENST00000475766 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25570562 25571699 ENST00000491378 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25570981 25573945 ENST00000431849 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25572935 25573454 ENST00000431849 2 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25571641 25571792 ENST00000431849 3 C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25570984 25570989 ENST00000431849 4 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25571490 25573945 ENST00000568212 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25573068 25594406 ENST00000568701 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25573068 25573454 ENST00000568701 2 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25573167 25664591 ENST00000561867 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25573167 25573454 ENST00000561867 2 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25573186 25664704 ENST00000568996 NA C1orf63 ENSG00000117616 Not Supported Not Supported +CDS 1 25573186 25573454 ENST00000568996 2 C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25579605 25594376 ENST00000450820 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25630878 25663724 ENST00000568399 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25631174 25663902 ENST00000562018 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25631287 25663892 ENST00000567741 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25661859 25664681 ENST00000566599 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25662337 25663709 ENST00000564413 NA C1orf63 ENSG00000117616 Not Supported Not Supported +transcript 1 25574328 25574812 ENST00000607698 NA RP3-465N24.6 ENSG00000272432 Not Supported Not Supported +transcript 1 25592593 25593627 ENST00000566714 NA RP3-465N24.5 ENSG00000261349 Not Supported Not Supported +transcript 1 25598884 25633433 ENST00000564398 NA RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25598884 25656936 ENST00000328664 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000328664 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000328664 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000328664 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000328664 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000328664 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000328664 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25633087 25633220 ENST00000328664 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25643491 25643570 ENST00000328664 8 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25648380 25648453 ENST00000328664 9 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655412 ENST00000328664 10 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25598989 25655702 ENST00000454452 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000454452 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000454452 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000454452 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000454452 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000454452 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000454452 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655412 ENST00000454452 7 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25648391 ENST00000423253 NA RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25655702 ENST00000417538 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000417538 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000417538 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000417538 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000417538 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000417538 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000417538 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25643491 25643570 ENST00000417538 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655503 ENST00000417538 8 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25655702 ENST00000357542 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000357542 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000357542 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000357542 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000357542 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000357542 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000357542 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25633087 25633220 ENST00000357542 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655503 ENST00000357542 8 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25655702 ENST00000568195 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000568195 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000568195 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000568195 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000568195 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000568195 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000568195 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25633087 25633220 ENST00000568195 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25643491 25643570 ENST00000568195 8 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655624 ENST00000568195 9 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25655702 ENST00000342055 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000342055 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000342055 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000342055 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000342055 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000342055 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000342055 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25633087 25633220 ENST00000342055 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25634138 25634307 ENST00000342055 8 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25655389 25655624 ENST00000342055 9 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25599039 25655702 ENST00000423810 NA RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25599039 25599186 ENST00000423810 1 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25611064 25611250 ENST00000423810 2 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25617132 25617282 ENST00000423810 3 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25627437 25627584 ENST00000423810 4 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25628011 25628177 ENST00000423810 5 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25629813 25629950 ENST00000423810 6 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25633087 25633220 ENST00000423810 7 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25634138 25634307 ENST00000423810 8 RHD ENSG00000187010 Not Supported Not Supported +CDS 1 25643491 25643540 ENST00000423810 9 RHD ENSG00000187010 Not Supported Not Supported +transcript 1 25620655 25621134 ENST00000414693 NA SDHDP6 ENSG00000224183 Not Supported Not Supported +transcript 1 25662920 25663956 ENST00000570165 NA RP11-335G20.7 ENSG00000259984 Not Supported Not Supported +transcript 1 25664408 25688852 ENST00000374358 NA TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25666978 25667070 ENST00000374358 2 TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25669452 25669564 ENST00000374358 3 TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25678117 25678184 ENST00000374358 4 TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25679373 25679465 ENST00000374358 5 TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25683284 25683344 ENST00000374358 6 TMEM50A ENSG00000183726 Not Supported Not Supported +CDS 1 25687151 25687193 ENST00000374358 7 TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25664808 25687458 ENST00000498135 NA TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25664811 25687756 ENST00000491936 NA TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25664814 25687770 ENST00000480937 NA TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25664951 25683344 ENST00000468704 NA TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25669083 25678145 ENST00000487234 NA TMEM50A ENSG00000183726 Not Supported Not Supported +transcript 1 25667462 25667525 ENST00000516706 NA RNU6-1171P ENSG00000252515 Not Supported Not Supported +transcript 1 25672765 25672868 ENST00000459565 NA snoU13 ENSG00000238889 Not Supported Not Supported +transcript 1 25688740 25747336 ENST00000294413 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000294413 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000294413 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000294413 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000294413 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000294413 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000294413 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000294413 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000294413 8 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696958 25697031 ENST00000294413 9 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25689021 25689044 ENST00000294413 10 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688741 25747363 ENST00000413854 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000413854 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000413854 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000413854 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000413854 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000413854 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000413854 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000413854 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25688930 25689044 ENST00000413854 8 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688741 25747363 ENST00000455194 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000455194 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000455194 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000455194 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000455194 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000455194 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000455194 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696958 25697031 ENST00000455194 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25689021 25689044 ENST00000455194 8 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688741 25737930 ENST00000374352 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25737831 25737930 ENST00000374352 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000374352 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000374352 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000374352 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000374352 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000374352 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000374352 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000374352 8 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696958 25697031 ENST00000374352 9 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25689021 25689044 ENST00000374352 10 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688741 25747363 ENST00000243186 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000243186 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000243186 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000243186 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000243186 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000243186 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000243186 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000243186 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696989 25697031 ENST00000243186 8 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688741 25747363 ENST00000425135 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000425135 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000425135 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000425135 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000425135 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000425135 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000425135 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696989 25697031 ENST00000425135 7 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688799 25747286 ENST00000340849 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000340849 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000340849 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000340849 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000340849 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000340849 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696989 25697031 ENST00000340849 6 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688803 25756683 ENST00000349320 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25737831 25737930 ENST00000349320 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000349320 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000349320 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000349320 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000349320 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000349320 8 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000349320 9 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000349320 10 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696958 25697031 ENST00000349320 11 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25689021 25689044 ENST00000349320 12 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688850 25729193 ENST00000527747 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729193 ENST00000527747 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000527747 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696986 25697031 ENST00000527747 3 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688854 25747283 ENST00000346452 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000346452 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000346452 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000346452 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25712202 25712335 ENST00000346452 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000346452 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696958 25697031 ENST00000346452 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25689021 25689044 ENST00000346452 7 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25688922 25747296 ENST00000349438 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000349438 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25735174 25735360 ENST00000349438 2 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729087 25729237 ENST00000349438 3 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25718485 25718632 ENST00000349438 4 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25717240 25717406 ENST00000349438 5 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25715467 25715604 ENST00000349438 6 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25701840 25701919 ENST00000349438 7 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25696989 25697031 ENST00000349438 8 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25711989 25747432 ENST00000527187 NA RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25712202 25747287 ENST00000533771 NA RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25747130 25747277 ENST00000533771 1 RHCE ENSG00000188672 Not Supported Not Supported +CDS 1 25729221 25729237 ENST00000533771 2 RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25729087 25747339 ENST00000495048 NA RHCE ENSG00000188672 Not Supported Not Supported +transcript 1 25725203 25725771 ENST00000541879 NA RP3-469D22.1 ENSG00000238084 Not Supported Not Supported +transcript 1 25725212 25725689 ENST00000419297 NA RP3-469D22.1 ENSG00000238084 Not Supported Not Supported +transcript 1 25732722 25732780 ENST00000577655 NA AL031284.1 ENSG00000266468 Not Supported Not Supported +transcript 1 25757388 25826700 ENST00000399766 NA TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25757590 25757669 ENST00000399766 1 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25773253 25773394 ENST00000399766 2 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25775299 25775425 ENST00000399766 3 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25780750 25780873 ENST00000399766 4 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25810607 25810765 ENST00000399766 5 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25812104 25812286 ENST00000399766 6 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25815664 25815784 ENST00000399766 7 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25817901 25818075 ENST00000399766 8 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25824755 25824954 ENST00000399766 9 TMEM57 ENSG00000204178 Not Supported Not Supported +transcript 1 25757388 25826700 ENST00000399763 NA TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25757590 25757669 ENST00000399763 1 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25810607 25810765 ENST00000399763 2 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25812104 25812286 ENST00000399763 3 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25815664 25815784 ENST00000399763 4 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25817901 25818075 ENST00000399763 5 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25824755 25824954 ENST00000399763 6 TMEM57 ENSG00000204178 Not Supported Not Supported +transcript 1 25757411 25826700 ENST00000374343 NA TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25757590 25757669 ENST00000374343 1 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25773253 25773394 ENST00000374343 2 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25775299 25775425 ENST00000374343 3 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25780750 25780873 ENST00000374343 4 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25783144 25783322 ENST00000374343 5 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25784882 25785383 ENST00000374343 6 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25810607 25810765 ENST00000374343 7 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25812104 25812286 ENST00000374343 8 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25815664 25815784 ENST00000374343 9 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25817901 25818075 ENST00000374343 10 TMEM57 ENSG00000204178 Not Supported Not Supported +CDS 1 25824755 25824954 ENST00000374343 11 TMEM57 ENSG00000204178 Not Supported Not Supported +transcript 1 25775384 25785274 ENST00000470035 NA TMEM57 ENSG00000204178 Not Supported Not Supported +transcript 1 25870071 25895377 ENST00000374338 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25870190 25870277 ENST00000374338 1 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25880413 25880555 ENST00000374338 2 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25881351 25881463 ENST00000374338 3 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25883644 25883758 ENST00000374338 4 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25889135 25889207 ENST00000374338 5 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25889561 25889644 ENST00000374338 6 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25890152 25890282 ENST00000374338 7 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25891664 25891698 ENST00000374338 8 LDLRAP1 ENSG00000157978 Not Supported Not Supported +CDS 1 25893339 25893480 ENST00000374338 9 LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25876452 25881370 ENST00000485476 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25879855 25895375 ENST00000488127 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25881372 25883920 ENST00000462394 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25889307 25893491 ENST00000484476 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25890125 25894061 ENST00000474283 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25891082 25894127 ENST00000470950 NA LDLRAP1 ENSG00000157978 Not Supported Not Supported +transcript 1 25907969 25916847 ENST00000412797 NA RP11-70P17.1 ENSG00000225643 Not Supported Not Supported +transcript 1 25943959 26112698 ENST00000374332 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 25944289 25944828 ENST00000374332 1 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26012931 26013027 ENST00000374332 2 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26073159 26073274 ENST00000374332 3 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26075746 26075826 ENST00000374332 4 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26079975 26080069 ENST00000374332 5 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26085083 26085200 ENST00000374332 6 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26090365 26090458 ENST00000374332 7 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26098148 26098263 ENST00000374332 8 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26104596 26104815 ENST00000374332 9 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26107431 26107603 ENST00000374332 10 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26109076 26109191 ENST00000374332 11 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26110154 26110277 ENST00000374332 12 MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 25944341 26110941 ENST00000263979 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26012931 26013027 ENST00000263979 3 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26073159 26073274 ENST00000263979 4 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26075746 26075826 ENST00000263979 5 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26079975 26080069 ENST00000263979 6 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26085083 26085200 ENST00000263979 7 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26090365 26090458 ENST00000263979 8 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26098148 26098263 ENST00000263979 9 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26104596 26104815 ENST00000263979 10 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26107431 26107603 ENST00000263979 11 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26109076 26109191 ENST00000263979 12 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26110154 26110277 ENST00000263979 13 MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 26012993 26088175 ENST00000473891 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 26036093 26110941 ENST00000374329 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26073209 26073274 ENST00000374329 2 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26075746 26075826 ENST00000374329 3 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26079975 26080069 ENST00000374329 4 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26085083 26085200 ENST00000374329 5 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26090365 26090458 ENST00000374329 6 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26098148 26098263 ENST00000374329 7 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26104596 26104815 ENST00000374329 8 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26107431 26107603 ENST00000374329 9 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26109076 26109191 ENST00000374329 10 MAN1C1 ENSG00000117643 Not Supported Not Supported +CDS 1 26110154 26110277 ENST00000374329 11 MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 26098560 26109191 ENST00000496532 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 26104080 26110467 ENST00000475314 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 26107205 26110783 ENST00000487493 NA MAN1C1 ENSG00000117643 Not Supported Not Supported +transcript 1 25971035 25985602 ENST00000436991 NA RP1-187B23.1 ENSG00000233478 Not Supported Not Supported +transcript 1 26126667 26144713 ENST00000361547 NA SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26126722 26126904 ENST00000361547 1 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26127534 26127651 ENST00000361547 2 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26128507 26128608 ENST00000361547 3 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26131633 26131766 ENST00000361547 4 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135071 26135280 ENST00000361547 5 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135517 26135641 ENST00000361547 6 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26136174 26136311 ENST00000361547 7 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26137945 26138026 ENST00000361547 8 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26138182 26138370 ENST00000361547 9 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26139178 26139283 ENST00000361547 10 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140372 26140484 ENST00000361547 11 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140568 26140669 ENST00000361547 12 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26142039 26142206 ENST00000361547 13 SEPN1 ENSG00000162430 Not Supported Not Supported +transcript 1 26126667 26144713 ENST00000354177 NA SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26126722 26126904 ENST00000354177 1 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26127534 26127651 ENST00000354177 2 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26131633 26131766 ENST00000354177 3 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135071 26135280 ENST00000354177 4 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135517 26135641 ENST00000354177 5 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26136174 26136311 ENST00000354177 6 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26137945 26138026 ENST00000354177 7 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26138182 26138370 ENST00000354177 8 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26139178 26139272 ENST00000354177 9 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140122 26140132 ENST00000354177 10 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140372 26140484 ENST00000354177 11 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140568 26140669 ENST00000354177 12 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26142039 26142206 ENST00000354177 13 SEPN1 ENSG00000162430 Not Supported Not Supported +transcript 1 26126684 26144712 ENST00000374315 NA SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26126722 26126904 ENST00000374315 1 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26127534 26127651 ENST00000374315 2 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26131633 26131766 ENST00000374315 3 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135071 26135280 ENST00000374315 4 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26135517 26135641 ENST00000374315 5 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26136174 26136311 ENST00000374315 6 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26137945 26138026 ENST00000374315 7 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26138182 26138370 ENST00000374315 8 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26139178 26139283 ENST00000374315 9 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140372 26140484 ENST00000374315 10 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26140568 26140669 ENST00000374315 11 SEPN1 ENSG00000162430 Not Supported Not Supported +CDS 1 26142039 26142206 ENST00000374315 12 SEPN1 ENSG00000162430 Not Supported Not Supported +transcript 1 26139219 26142481 ENST00000494537 NA SEPN1 ENSG00000162430 Not Supported Not Supported +transcript 1 26137961 26149799 ENST00000559265 NA RP1-317E23.6 ENSG00000255054 Not Supported Not Supported +transcript 1 26140464 26150235 ENST00000527604 NA RP1-317E23.6 ENSG00000255054 Not Supported Not Supported +CDS 1 26140464 26140484 ENST00000527604 1 RP1-317E23.6 ENSG00000255054 Not Supported Not Supported +CDS 1 26140568 26140669 ENST00000527604 2 RP1-317E23.6 ENSG00000255054 Not Supported Not Supported +CDS 1 26149510 26149518 ENST00000527604 3 RP1-317E23.6 ENSG00000255054 Not Supported Not Supported +transcript 1 26143240 26146263 ENST00000442055 NA RP1-317E23.3 ENSG00000228172 Not Supported Not Supported +transcript 1 26143241 26146234 ENST00000453649 NA RP1-317E23.3 ENSG00000228172 Not Supported Not Supported +transcript 1 26145131 26156005 ENST00000424294 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000424294 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000424294 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000424294 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000424294 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156005 ENST00000424294 6 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146397 26159432 ENST00000374303 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000374303 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000374303 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000374303 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000374303 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156321 ENST00000374303 6 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26158412 26158514 ENST00000374303 7 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146417 26153198 ENST00000533762 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153158 26153198 ENST00000533762 6 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146420 26153211 ENST00000529116 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000529116 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000529116 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000529116 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153211 ENST00000529116 5 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146420 26159429 ENST00000474295 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000474295 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000474295 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000474295 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000474295 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156109 26156272 ENST00000474295 6 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146430 26153317 ENST00000488327 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153158 26153317 ENST00000488327 4 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146431 26156320 ENST00000472643 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153158 26153317 ENST00000472643 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156320 ENST00000472643 5 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146446 26150238 ENST00000494293 NA MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146469 26158825 ENST00000469815 NA MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146470 26156322 ENST00000526894 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000526894 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000526894 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000526894 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000526894 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156178 26156272 ENST00000526894 6 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146472 26156112 ENST00000478284 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000478284 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149837 26149930 ENST00000478284 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150235 ENST00000478284 4 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146477 26158702 ENST00000524618 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153158 26153317 ENST00000524618 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156321 ENST00000524618 6 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26158412 26158514 ENST00000524618 7 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146494 26159429 ENST00000374307 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000374307 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000374307 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000374307 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000374307 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156036 26156321 ENST00000374307 6 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26158412 26158514 ENST00000374307 7 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146679 26152891 ENST00000528624 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000528624 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149729 26149814 ENST00000528624 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150180 ENST00000528624 4 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146684 26153198 ENST00000525713 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000525713 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000525713 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000525713 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153198 ENST00000525713 5 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146684 26159429 ENST00000374301 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000374301 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000374301 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000374301 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000374301 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156321 ENST00000374301 6 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26158412 26158514 ENST00000374301 7 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146723 26156149 ENST00000464008 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000464008 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149729 26149814 ENST00000464008 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150180 ENST00000464008 4 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26146934 26156060 ENST00000526158 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000526158 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000526158 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000526158 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000526158 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156060 ENST00000526158 6 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26147253 26153297 ENST00000530599 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000530599 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149729 26149814 ENST00000530599 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150180 ENST00000530599 4 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26147319 26159429 ENST00000374300 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000374300 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000374300 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000374300 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000374300 5 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156000 26156321 ENST00000374300 6 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26158412 26158514 ENST00000374300 7 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26148014 26159427 ENST00000466284 NA MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26149596 26149619 ENST00000466284 1 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26150135 26150239 ENST00000466284 2 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26152793 26152902 ENST00000466284 3 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26153106 26153317 ENST00000466284 4 MTFR1L ENSG00000117640 Not Supported Not Supported +CDS 1 26156109 26156272 ENST00000466284 5 MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26149487 26156288 ENST00000531361 NA MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26152123 26159425 ENST00000497956 NA MTFR1L ENSG00000117640 Not Supported Not Supported +transcript 1 26145212 26147288 ENST00000536896 NA AL020996.1 ENSG00000223474 Not Supported Not Supported +CDS 1 26146747 26147250 ENST00000536896 1 AL020996.1 ENSG00000223474 Not Supported Not Supported +transcript 1 26158404 26158625 ENST00000606617 NA RP1-317E23.7 ENSG00000272478 Not Supported Not Supported +transcript 1 26158414 26185903 ENST00000538789 NA AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26185771 26185848 ENST00000538789 1 AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26163904 26164045 ENST00000538789 2 AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26161513 26162337 ENST00000538789 3 AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26158582 26158649 ENST00000538789 4 AUNIP ENSG00000127423 Not Supported Not Supported +transcript 1 26160497 26164038 ENST00000481602 NA AUNIP ENSG00000127423 Not Supported Not Supported +transcript 1 26160497 26185903 ENST00000374298 NA AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26185771 26185848 ENST00000374298 1 AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26163904 26164045 ENST00000374298 2 AUNIP ENSG00000127423 Not Supported Not Supported +CDS 1 26161487 26162337 ENST00000374298 3 AUNIP ENSG00000127423 Not Supported Not Supported +transcript 1 26186104 26189911 ENST00000455431 NA RP1-125I3.2 ENSG00000236528 Not Supported Not Supported +transcript 1 26187701 26197744 ENST00000374296 NA PAQR7 ENSG00000182749 Not Supported Not Supported +CDS 1 26189293 26190330 ENST00000374296 2 PAQR7 ENSG00000182749 Not Supported Not Supported +transcript 1 26203987 26204096 ENST00000384572 NA Y_RNA ENSG00000207302 Not Supported Not Supported +transcript 1 26210672 26219098 ENST00000513116 NA STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26211931 26232957 ENST00000426559 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000426559 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000426559 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227982 26228173 ENST00000426559 4 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26212217 26212360 ENST00000426559 5 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26226593 26232957 ENST00000455785 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000455785 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000455785 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227982 26228173 ENST00000455785 4 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227510 26227578 ENST00000455785 5 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26226609 26232644 ENST00000399728 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000399728 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000399728 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227982 26228173 ENST00000399728 4 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227510 26227578 ENST00000399728 5 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26227059 26232908 ENST00000465604 NA STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26227086 26233482 ENST00000357865 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000357865 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000357865 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227982 26228173 ENST00000357865 4 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227510 26227578 ENST00000357865 5 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26227232 26231619 ENST00000374291 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000374291 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000374291 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227982 26228173 ENST00000374291 4 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26227510 26227578 ENST00000374291 5 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26227898 26230304 ENST00000485226 NA STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26228103 26231980 ENST00000446334 NA STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26231155 26231167 ENST00000446334 2 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26230132 26230304 ENST00000446334 3 STMN1 ENSG00000117632 Not Supported Not Supported +CDS 1 26228103 26228173 ENST00000446334 4 STMN1 ENSG00000117632 Not Supported Not Supported +transcript 1 26213851 26214101 ENST00000440710 NA SNRPFP2 ENSG00000229786 Not Supported Not Supported +transcript 1 26215461 26215600 ENST00000453780 NA RP1-125I3.4 ENSG00000223624 Not Supported Not Supported +transcript 1 26232853 26232945 ENST00000580971 NA MIR3917 ENSG00000264021 Not Supported Not Supported +transcript 1 26238240 26238313 ENST00000584862 NA AL033528.1 ENSG00000266763 Not Supported Not Supported +transcript 1 26286258 26324648 ENST00000374282 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26317218 26317307 ENST00000374282 2 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26315939 26316092 ENST00000374282 3 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26314722 26314818 ENST00000374282 4 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310951 26311019 ENST00000374282 5 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310437 26310578 ENST00000374282 6 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26308855 26308968 ENST00000374282 7 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26303173 26303264 ENST00000374282 8 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26300971 26301141 ENST00000374282 9 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26299049 26299203 ENST00000374282 10 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26288483 26288574 ENST00000374282 11 PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26287261 26324535 ENST00000374284 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26317218 26317307 ENST00000374284 2 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26315939 26316092 ENST00000374284 3 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26314722 26314818 ENST00000374284 4 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310951 26311019 ENST00000374284 5 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310437 26310578 ENST00000374284 6 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26308855 26308968 ENST00000374284 7 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26303173 26303264 ENST00000374284 8 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26300971 26301141 ENST00000374284 9 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26299049 26299203 ENST00000374284 10 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26288483 26288574 ENST00000374284 11 PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26308855 26324547 ENST00000493892 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26308856 26324608 ENST00000464540 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26308895 26310600 ENST00000476611 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26310447 26324112 ENST00000439092 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26317218 26317307 ENST00000439092 2 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26315939 26316092 ENST00000439092 3 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26314722 26314818 ENST00000439092 4 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310951 26311019 ENST00000439092 5 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310447 26310593 ENST00000439092 6 PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26310493 26324546 ENST00000441420 NA PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26317218 26317307 ENST00000441420 3 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26315939 26316092 ENST00000441420 4 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26314722 26314818 ENST00000441420 5 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310951 26311019 ENST00000441420 6 PAFAH2 ENSG00000158006 Not Supported Not Supported +CDS 1 26310493 26310578 ENST00000441420 7 PAFAH2 ENSG00000158006 Not Supported Not Supported +transcript 1 26290688 26290791 ENST00000384508 NA RNU6-110P ENSG00000207237 Not Supported Not Supported +transcript 1 26332497 26332621 ENST00000516381 NA SCARNA17 ENSG00000252190 Not Supported Not Supported +transcript 1 26332707 26332790 ENST00000516882 NA SCARNA18 ENSG00000252691 Not Supported Not Supported +transcript 1 26346375 26358038 ENST00000481377 NA EXTL1 ENSG00000158008 Not Supported Not Supported +transcript 1 26348271 26362955 ENST00000374280 NA EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26349138 26349916 ENST00000374280 1 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26355684 26355777 ENST00000374280 2 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26356091 26356198 ENST00000374280 3 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26356967 26357086 ENST00000374280 4 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26357623 26357755 ENST00000374280 5 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26357951 26358057 ENST00000374280 6 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26358887 26358976 ENST00000374280 7 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26359720 26359806 ENST00000374280 8 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26360187 26360347 ENST00000374280 9 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26361327 26361495 ENST00000374280 10 EXTL1 ENSG00000158008 Not Supported Not Supported +CDS 1 26361656 26361835 ENST00000374280 11 EXTL1 ENSG00000158008 Not Supported Not Supported +transcript 1 26349680 26358046 ENST00000484339 NA EXTL1 ENSG00000158008 Not Supported Not Supported +transcript 1 26358621 26361495 ENST00000470037 NA EXTL1 ENSG00000158008 Not Supported Not Supported +transcript 1 26363743 26372604 ENST00000374278 NA SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26372338 26372387 ENST00000374278 1 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26371488 26371708 ENST00000374278 2 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26369889 26370042 ENST00000374278 3 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26369040 26369199 ENST00000374278 4 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26368191 26368296 ENST00000374278 5 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26366268 26366402 ENST00000374278 6 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26365654 26365796 ENST00000374278 7 SLC30A2 ENSG00000158014 Not Supported Not Supported +transcript 1 26364513 26372624 ENST00000374276 NA SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26372338 26372387 ENST00000374276 1 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26371488 26371708 ENST00000374276 2 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26370789 26370935 ENST00000374276 3 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26369889 26370042 ENST00000374276 4 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26369040 26369199 ENST00000374276 5 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26368191 26368296 ENST00000374276 6 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26366268 26366402 ENST00000374276 7 SLC30A2 ENSG00000158014 Not Supported Not Supported +CDS 1 26365654 26365796 ENST00000374276 8 SLC30A2 ENSG00000158014 Not Supported Not Supported +transcript 1 26369930 26371942 ENST00000498060 NA SLC30A2 ENSG00000158014 Not Supported Not Supported +transcript 1 26377795 26394124 ENST00000374272 NA TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26393827 26393985 ENST00000374272 1 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26392759 26392931 ENST00000374272 2 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26387657 26387825 ENST00000374272 3 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26386757 26386852 ENST00000374272 4 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26384881 26385114 ENST00000374272 5 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26384119 26384141 ENST00000374272 6 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26383694 26383818 ENST00000374272 7 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26380384 26380455 ENST00000374272 8 TRIM63 ENSG00000158022 Not Supported Not Supported +CDS 1 26378367 26378374 ENST00000374272 9 TRIM63 ENSG00000158022 Not Supported Not Supported +transcript 1 26387735 26394927 ENST00000483052 NA TRIM63 ENSG00000158022 Not Supported Not Supported +transcript 1 26398069 26398168 ENST00000581535 NA AL391650.1 ENSG00000265320 Not Supported Not Supported +transcript 1 26437664 26448615 ENST00000444713 NA PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26440800 26441084 ENST00000444713 2 PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26448328 26448615 ENST00000444713 3 PDIK1L ENSG00000175087 Not Supported Not Supported +transcript 1 26438328 26452034 ENST00000374271 NA PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26440800 26441084 ENST00000374271 3 PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26448328 26449065 ENST00000374271 4 PDIK1L ENSG00000175087 Not Supported Not Supported +transcript 1 26438340 26450524 ENST00000374269 NA PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26440800 26441084 ENST00000374269 2 PDIK1L ENSG00000175087 Not Supported Not Supported +CDS 1 26448328 26449065 ENST00000374269 3 PDIK1L ENSG00000175087 Not Supported Not Supported +transcript 1 26485511 26489119 ENST00000374268 NA FAM110D ENSG00000197245 Not Supported Not Supported +CDS 1 26487783 26488595 ENST00000374268 2 FAM110D ENSG00000197245 Not Supported Not Supported +transcript 1 26496362 26498551 ENST00000374266 NA ZNF593 ENSG00000142684 Not Supported Not Supported +CDS 1 26496475 26496674 ENST00000374266 1 ZNF593 ENSG00000142684 Not Supported Not Supported +CDS 1 26496909 26496971 ENST00000374266 2 ZNF593 ENSG00000142684 Not Supported Not Supported +CDS 1 26497066 26497204 ENST00000374266 3 ZNF593 ENSG00000142684 Not Supported Not Supported +transcript 1 26496433 26498551 ENST00000270812 NA ZNF593 ENSG00000142684 Not Supported Not Supported +CDS 1 26496475 26496674 ENST00000270812 1 ZNF593 ENSG00000142684 Not Supported Not Supported +CDS 1 26496909 26497176 ENST00000270812 2 ZNF593 ENSG00000142684 Not Supported Not Supported +transcript 1 26496438 26498156 ENST00000407889 NA RP11-96L14.7 ENSG00000236782 Not Supported Not Supported +transcript 1 26496671 26497304 ENST00000414762 NA RP11-96L14.7 ENSG00000236782 Not Supported Not Supported +transcript 1 26496671 26498229 ENST00000433939 NA RP11-96L14.7 ENSG00000236782 Not Supported Not Supported +transcript 1 26496685 26497864 ENST00000444682 NA RP11-96L14.7 ENSG00000236782 Not Supported Not Supported +transcript 1 26496983 26498312 ENST00000448923 NA RP11-96L14.7 ENSG00000236782 Not Supported Not Supported +transcript 1 26503894 26516377 ENST00000361530 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26504039 26504090 ENST00000361530 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26506944 26507101 ENST00000361530 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26507206 26507387 ENST00000361530 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508348 26508432 ENST00000361530 4 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508852 26508893 ENST00000361530 5 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508971 26509075 ENST00000361530 6 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509688 26509747 ENST00000361530 7 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509837 26509905 ENST00000361530 8 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510220 26510321 ENST00000361530 9 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510562 26510632 ENST00000361530 10 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510705 26510778 ENST00000361530 11 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510892 26510998 ENST00000361530 12 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511076 26511103 ENST00000361530 13 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511505 26511677 ENST00000361530 14 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513659 26513732 ENST00000361530 15 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513902 26513973 ENST00000361530 16 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514725 26514798 ENST00000361530 17 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514933 26514994 ENST00000361530 18 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515089 26515188 ENST00000361530 19 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515263 26515444 ENST00000361530 20 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515770 26516036 ENST00000361530 21 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26503975 26510286 ENST00000481077 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26504039 26504071 ENST00000481077 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26506944 26507099 ENST00000481077 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26507206 26507206 ENST00000481077 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26503981 26509709 ENST00000480348 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26503994 26507574 ENST00000465415 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26504000 26516375 ENST00000374253 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26504039 26504090 ENST00000374253 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26506944 26507101 ENST00000374253 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26507206 26507387 ENST00000374253 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508348 26508432 ENST00000374253 4 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508852 26508893 ENST00000374253 5 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508971 26509075 ENST00000374253 6 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509688 26509747 ENST00000374253 7 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509837 26509926 ENST00000374253 8 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510220 26510321 ENST00000374253 9 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510562 26510632 ENST00000374253 10 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510705 26510778 ENST00000374253 11 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510892 26510998 ENST00000374253 12 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511076 26511103 ENST00000374253 13 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511505 26511677 ENST00000374253 14 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513659 26513732 ENST00000374253 15 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513902 26513973 ENST00000374253 16 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514725 26514798 ENST00000374253 17 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514933 26514994 ENST00000374253 18 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515089 26515188 ENST00000374253 19 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515263 26515444 ENST00000374253 20 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515770 26516036 ENST00000374253 21 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26504003 26511532 ENST00000525687 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26504039 26504090 ENST00000525687 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26506944 26507101 ENST00000525687 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26507206 26507387 ENST00000525687 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508348 26508432 ENST00000525687 4 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508852 26508893 ENST00000525687 5 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508971 26509075 ENST00000525687 6 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509688 26509747 ENST00000525687 7 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509837 26509905 ENST00000525687 8 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510220 26510321 ENST00000525687 9 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510633 26510713 ENST00000525687 10 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26504003 26516373 ENST00000482227 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26504039 26504090 ENST00000482227 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26506944 26507101 ENST00000482227 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26507206 26507387 ENST00000482227 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508348 26508432 ENST00000482227 4 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508852 26508893 ENST00000482227 5 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26508976 26509075 ENST00000482227 6 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509688 26509747 ENST00000482227 7 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509837 26509844 ENST00000482227 8 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26506659 26516337 ENST00000531191 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510241 26510321 ENST00000531191 8 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510562 26510632 ENST00000531191 9 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510705 26510778 ENST00000531191 10 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510892 26510998 ENST00000531191 11 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511076 26511103 ENST00000531191 12 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26511505 26511677 ENST00000531191 13 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513659 26513732 ENST00000531191 14 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26513902 26513973 ENST00000531191 15 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514725 26514798 ENST00000531191 16 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26514933 26514994 ENST00000531191 17 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515089 26515188 ENST00000531191 18 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515263 26515444 ENST00000531191 19 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26515770 26516036 ENST00000531191 20 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26508078 26509747 ENST00000524529 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26508496 26510686 ENST00000531150 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26508546 26510900 ENST00000528001 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26509695 26514948 ENST00000528281 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509695 26509747 ENST00000528281 1 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26509837 26509905 ENST00000528281 2 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510220 26510321 ENST00000528281 3 CNKSR1 ENSG00000142675 Not Supported Not Supported +CDS 1 26510705 26510716 ENST00000528281 4 CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26513406 26514792 ENST00000480617 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26513784 26515344 ENST00000484874 NA CNKSR1 ENSG00000142675 Not Supported Not Supported +transcript 1 26517052 26528094 ENST00000338855 NA CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517119 26517331 ENST00000338855 1 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517778 26517921 ENST00000338855 2 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26520278 26520379 ENST00000338855 3 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524177 26524274 ENST00000338855 4 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524448 26524568 ENST00000338855 5 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524777 26524910 ENST00000338855 6 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26526375 26526549 ENST00000338855 7 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26527321 26527532 ENST00000338855 8 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26527845 26528094 ENST00000338855 9 CATSPER4 ENSG00000188782 Not Supported Not Supported +transcript 1 26517052 26529459 ENST00000456354 NA CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517119 26517331 ENST00000456354 1 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517778 26517921 ENST00000456354 2 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26520278 26520379 ENST00000456354 3 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524177 26524274 ENST00000456354 4 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524448 26524568 ENST00000456354 5 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524777 26524910 ENST00000456354 6 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26526375 26526549 ENST00000456354 7 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26527321 26527532 ENST00000456354 8 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26527845 26528010 ENST00000456354 9 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26528980 26529030 ENST00000456354 10 CATSPER4 ENSG00000188782 Not Supported Not Supported +transcript 1 26517119 26529459 ENST00000518899 NA CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517119 26517331 ENST00000518899 1 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26517778 26517921 ENST00000518899 2 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26520278 26520379 ENST00000518899 3 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524177 26524274 ENST00000518899 4 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524448 26524568 ENST00000518899 5 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26524825 26524910 ENST00000518899 6 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26526375 26526549 ENST00000518899 7 CATSPER4 ENSG00000188782 Not Supported Not Supported +CDS 1 26527321 26527533 ENST00000518899 8 CATSPER4 ENSG00000188782 Not Supported Not Supported +transcript 1 26536232 26554331 ENST00000428812 NA RP11-231P20.2 ENSG00000236155 Not Supported Not Supported +transcript 1 26542603 26551653 ENST00000447201 NA RP11-231P20.2 ENSG00000236155 Not Supported Not Supported +transcript 1 26542605 26551614 ENST00000448341 NA RP11-231P20.2 ENSG00000236155 Not Supported Not Supported +transcript 1 26551811 26556331 ENST00000451482 NA RP11-231P20.2 ENSG00000236155 Not Supported Not Supported +transcript 1 26560691 26605297 ENST00000476272 NA CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26566275 26566329 ENST00000476272 2 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26570657 26570809 ENST00000476272 3 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26581662 26582356 ENST00000476272 4 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584088 26584221 ENST00000476272 5 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584634 26584751 ENST00000476272 6 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26586108 26586293 ENST00000476272 7 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26594974 26595126 ENST00000476272 8 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26595951 26596105 ENST00000476272 9 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26597505 26597598 ENST00000476272 10 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26598512 26598562 ENST00000476272 11 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26601455 26601562 ENST00000476272 12 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603026 26603251 ENST00000476272 13 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603627 26603781 ENST00000476272 14 CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26560691 26604178 ENST00000451429 NA CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26566275 26566329 ENST00000451429 2 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26581662 26582356 ENST00000451429 3 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584088 26584221 ENST00000451429 4 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584634 26584751 ENST00000451429 5 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26586108 26586293 ENST00000451429 6 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26594974 26595126 ENST00000451429 7 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26595951 26596105 ENST00000451429 8 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26597505 26597598 ENST00000451429 9 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26598512 26598562 ENST00000451429 10 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26601455 26601562 ENST00000451429 11 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603026 26603251 ENST00000451429 12 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603624 26603781 ENST00000451429 13 CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26560693 26605299 ENST00000252992 NA CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26566275 26566329 ENST00000252992 2 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26570657 26570809 ENST00000252992 3 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26581662 26582356 ENST00000252992 4 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584088 26584221 ENST00000252992 5 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584634 26584751 ENST00000252992 6 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26586108 26586293 ENST00000252992 7 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26594974 26595126 ENST00000252992 8 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26595951 26596105 ENST00000252992 9 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26597505 26597598 ENST00000252992 10 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26598512 26598562 ENST00000252992 11 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26601455 26601562 ENST00000252992 12 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603026 26603251 ENST00000252992 13 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603624 26603781 ENST00000252992 14 CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26581069 26581841 ENST00000480446 NA CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26584164 26605298 ENST00000453146 NA CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584164 26584221 ENST00000453146 1 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26584634 26584751 ENST00000453146 2 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26586108 26586293 ENST00000453146 3 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26594974 26595126 ENST00000453146 4 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26595951 26596105 ENST00000453146 5 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26597505 26597598 ENST00000453146 6 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26598512 26598562 ENST00000453146 7 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26601455 26601562 ENST00000453146 8 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603026 26603251 ENST00000453146 9 CEP85 ENSG00000130695 Not Supported Not Supported +CDS 1 26603627 26603784 ENST00000453146 10 CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26595781 26605298 ENST00000469609 NA CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26597519 26598884 ENST00000468163 NA CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26597956 26603251 ENST00000491670 NA CEP85 ENSG00000130695 Not Supported Not Supported +transcript 1 26589532 26589889 ENST00000603670 NA RP11-231P20.5 ENSG00000270733 Not Supported Not Supported +transcript 1 26605667 26608007 ENST00000270792 NA SH3BGRL3 ENSG00000142669 Not Supported Not Supported +CDS 1 26606647 26606694 ENST00000270792 1 SH3BGRL3 ENSG00000142669 Not Supported Not Supported +CDS 1 26607256 26607423 ENST00000270792 2 SH3BGRL3 ENSG00000142669 Not Supported Not Supported +CDS 1 26607549 26607611 ENST00000270792 3 SH3BGRL3 ENSG00000142669 Not Supported Not Supported +transcript 1 26606613 26607941 ENST00000319041 NA SH3BGRL3 ENSG00000142669 Not Supported Not Supported +CDS 1 26606647 26606694 ENST00000319041 1 SH3BGRL3 ENSG00000142669 Not Supported Not Supported +CDS 1 26607256 26607471 ENST00000319041 2 SH3BGRL3 ENSG00000142669 Not Supported Not Supported +transcript 1 26607819 26633127 ENST00000314675 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000314675 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000314675 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627515 ENST00000314675 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000314675 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000314675 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000314675 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000314675 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000314675 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000314675 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000314675 11 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608772 26633131 ENST00000472155 NA UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608773 26633111 ENST00000374223 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612358 ENST00000374223 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000374223 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000374223 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000374223 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000374223 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000374223 11 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000374223 12 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608773 26633127 ENST00000475591 NA UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608775 26633123 ENST00000357089 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000357089 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000357089 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000357089 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000357089 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000357089 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000357089 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000357089 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000357089 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000357089 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000357089 11 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000357089 12 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000357089 13 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000357089 14 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608775 26633124 ENST00000494942 NA UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608775 26633136 ENST00000374221 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000374221 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000374221 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627515 ENST00000374221 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000374221 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000374221 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000374221 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000374221 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000374221 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000374221 11 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000374221 12 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000374221 13 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000374221 14 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000374221 15 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000374221 16 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608775 26644854 ENST00000374222 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000374222 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000374222 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627515 ENST00000374222 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000374222 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000374222 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000374222 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000374222 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000374222 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000374222 11 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000374222 12 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000374222 13 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000374222 14 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000374222 15 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000374222 16 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608775 26644756 ENST00000374217 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000374217 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000374217 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000374217 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000374217 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000374217 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000374217 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000374217 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611955 26612032 ENST00000374217 10 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610853 26610973 ENST00000374217 11 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26610633 26610736 ENST00000374217 12 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609355 26609428 ENST00000374217 13 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26609140 26609280 ENST00000374217 14 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26608793 26609060 ENST00000374217 15 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26608796 26624517 ENST00000496466 NA UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26611485 26633126 ENST00000535108 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620780 ENST00000535108 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000535108 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611835 26612032 ENST00000535108 4 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26611628 26633127 ENST00000436301 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624527 ENST00000436301 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000436301 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000436301 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000436301 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000436301 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611835 26612032 ENST00000436301 8 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26611951 26633100 ENST00000374215 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627501 ENST00000374215 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000374215 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000374215 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000374215 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000374215 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612314 26612528 ENST00000374215 9 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26611951 26612032 ENST00000374215 10 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26612367 26629658 ENST00000452980 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000452980 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000452980 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000452980 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000452980 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000452980 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000452980 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612367 26612528 ENST00000452980 8 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26612434 26629507 ENST00000442942 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000442942 1 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000442942 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000442942 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000442942 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000442942 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000442942 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26612434 26612528 ENST00000442942 7 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26620683 26633480 ENST00000450041 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624527 ENST00000450041 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000450041 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000450041 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620683 26620822 ENST00000450041 7 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26620696 26633127 ENST00000423664 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627501 ENST00000423664 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000423664 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000423664 7 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623410 26623486 ENST00000423664 8 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26620696 26620822 ENST00000423664 9 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26623438 26633067 ENST00000421827 NA UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26629304 26629374 ENST00000421827 2 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26628185 26628213 ENST00000421827 3 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26627417 26627515 ENST00000421827 4 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26624453 26624553 ENST00000421827 5 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623918 26623972 ENST00000421827 6 UBXN11 ENSG00000158062 Not Supported Not Supported +CDS 1 26623438 26623486 ENST00000421827 7 UBXN11 ENSG00000158062 Not Supported Not Supported +transcript 1 26644448 26647014 ENST00000374213 NA CD52 ENSG00000169442 Not Supported Not Supported +CDS 1 26644509 26644562 ENST00000374213 1 CD52 ENSG00000169442 Not Supported Not Supported +CDS 1 26646662 26646790 ENST00000374213 2 CD52 ENSG00000169442 Not Supported Not Supported +transcript 1 26644449 26645485 ENST00000492808 NA CD52 ENSG00000169442 Not Supported Not Supported +transcript 1 26644449 26646815 ENST00000470468 NA CD52 ENSG00000169442 Not Supported Not Supported +transcript 1 26648350 26670576 ENST00000527815 NA AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26670236 26670526 ENST00000527815 1 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669737 26669784 ENST00000527815 2 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669538 26669650 ENST00000527815 3 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669245 26669374 ENST00000527815 4 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26665781 26665920 ENST00000527815 5 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664842 26664968 ENST00000527815 6 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664503 26664538 ENST00000527815 7 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664029 26664165 ENST00000527815 8 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663744 26663870 ENST00000527815 9 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663332 26663471 ENST00000527815 10 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663097 26663223 ENST00000527815 11 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662829 26662861 ENST00000527815 12 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662586 26662698 ENST00000527815 13 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26657980 26658109 ENST00000527815 14 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26655225 26655364 ENST00000527815 15 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26654700 26654823 ENST00000527815 16 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26650643 26650801 ENST00000527815 17 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26648655 26648814 ENST00000527815 18 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26648462 26648547 ENST00000527815 19 AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26648350 26670443 ENST00000308182 NA AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669245 26669313 ENST00000308182 4 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26665781 26665920 ENST00000308182 5 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664842 26664968 ENST00000308182 6 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664503 26664538 ENST00000308182 7 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664029 26664165 ENST00000308182 8 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663744 26663870 ENST00000308182 9 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663332 26663471 ENST00000308182 10 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663097 26663223 ENST00000308182 11 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662829 26662861 ENST00000308182 12 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662586 26662698 ENST00000308182 13 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26657980 26658109 ENST00000308182 14 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26655225 26655364 ENST00000308182 15 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26654700 26654823 ENST00000308182 16 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26650643 26650801 ENST00000308182 17 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26648655 26648814 ENST00000308182 18 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26648462 26648547 ENST00000308182 19 AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26648368 26651472 ENST00000374211 NA AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26648454 26651611 ENST00000374208 NA AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26655100 26662874 ENST00000520372 NA AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26658076 26663737 ENST00000522923 NA AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26658085 26665837 ENST00000429942 NA AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26665781 26665837 ENST00000429942 1 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664842 26664968 ENST00000429942 2 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26664029 26664165 ENST00000429942 3 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663744 26663870 ENST00000429942 4 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663332 26663471 ENST00000429942 5 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26663097 26663223 ENST00000429942 6 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662829 26662861 ENST00000429942 7 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26662586 26662698 ENST00000429942 8 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26658085 26658109 ENST00000429942 9 AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26662957 26664930 ENST00000522993 NA AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26669245 26680587 ENST00000374207 NA AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26673104 26673148 ENST00000374207 2 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26671846 26671969 ENST00000374207 3 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26670236 26671014 ENST00000374207 4 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669737 26669782 ENST00000374207 5 AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26669589 26669650 ENST00000374207 6 AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26671751 26680621 ENST00000475866 NA AIM1L ENSG00000176092 Not Supported Not Supported +CDS 1 26671751 26673148 ENST00000475866 2 AIM1L ENSG00000176092 Not Supported Not Supported +transcript 1 26653179 26653524 ENST00000434718 NA RP11-569G9.7 ENSG00000225854 Not Supported Not Supported +transcript 1 26674956 26675210 ENST00000579210 NA RN7SL490P ENSG00000265143 Not Supported Not Supported +transcript 1 26688125 26699226 ENST00000403843 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000403843 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000403843 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691023 26691717 ENST00000403843 4 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26689517 26689645 ENST00000403843 5 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688607 26688666 ENST00000403843 6 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688145 26688513 ENST00000403843 7 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26688126 26699266 ENST00000436292 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000436292 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000436292 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691023 26691717 ENST00000436292 4 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26689517 26689645 ENST00000436292 5 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688607 26688666 ENST00000436292 6 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688145 26688513 ENST00000436292 7 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26688126 26699266 ENST00000374204 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000374204 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000374204 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691023 26691717 ENST00000374204 4 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26689517 26689645 ENST00000374204 5 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688145 26688513 ENST00000374204 6 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26688128 26699226 ENST00000349618 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000349618 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000349618 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691023 26691717 ENST00000349618 4 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26689517 26689645 ENST00000349618 5 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26688145 26688513 ENST00000349618 6 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691213 26701013 ENST00000455900 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26700769 26700781 ENST00000455900 1 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695073 ENST00000455900 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000455900 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691213 26691717 ENST00000455900 4 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691228 26697236 ENST00000451801 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000451801 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000451801 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691228 26691717 ENST00000451801 4 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691424 26697241 ENST00000454975 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000454975 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694138 ENST00000454975 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691424 26691717 ENST00000454975 4 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691465 26699235 ENST00000453132 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000453132 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691465 26691717 ENST00000453132 3 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691470 26699191 ENST00000423508 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26699026 26699038 ENST00000423508 1 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695073 ENST00000423508 2 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000423508 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691470 26691717 ENST00000423508 4 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26691471 26700943 ENST00000416125 NA ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694949 26695062 ENST00000416125 3 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26694084 26694288 ENST00000416125 4 ZNF683 ENSG00000176083 Not Supported Not Supported +CDS 1 26691471 26691717 ENST00000416125 5 ZNF683 ENSG00000176083 Not Supported Not Supported +transcript 1 26737269 26756213 ENST00000326279 NA LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26737383 26737413 ENST00000326279 1 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26737877 26738073 ENST00000326279 2 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26751794 26751978 ENST00000326279 3 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26752733 26752946 ENST00000326279 4 LIN28A ENSG00000131914 Not Supported Not Supported +transcript 1 26737308 26756210 ENST00000254231 NA LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26737383 26737413 ENST00000254231 1 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26737877 26738073 ENST00000254231 2 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26751794 26751978 ENST00000254231 3 LIN28A ENSG00000131914 Not Supported Not Supported +CDS 1 26752733 26752946 ENST00000254231 4 LIN28A ENSG00000131914 Not Supported Not Supported +transcript 1 26758773 26797785 ENST00000434391 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000434391 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000434391 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769199 26769237 ENST00000434391 4 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758807 26775056 ENST00000427245 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000427245 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000427245 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000427245 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000427245 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000427245 6 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774847 26774898 ENST00000427245 7 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758814 26759624 ENST00000527611 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758820 26769571 ENST00000374186 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758830 26795864 ENST00000525682 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000525682 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000525682 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000525682 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000525682 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000525682 6 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000525682 7 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26795386 26795619 ENST00000525682 8 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758830 26795930 ENST00000236342 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000236342 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000236342 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000236342 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000236342 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000236342 6 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000236342 7 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000236342 8 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26795386 26795619 ENST00000236342 9 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758831 26795717 ENST00000526219 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000526219 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000526219 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000526219 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000526219 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000526219 6 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000526219 7 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26795386 26795619 ENST00000526219 8 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758833 26774667 ENST00000374185 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000374185 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000374185 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000374185 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000374185 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774236 ENST00000374185 6 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758836 26765225 ENST00000487944 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758846 26797785 ENST00000360009 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000360009 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000360009 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000360009 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000360009 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000360009 6 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000360009 7 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000360009 8 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26795383 26795619 ENST00000360009 9 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758857 26774106 ENST00000533087 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000533087 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000533087 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000533087 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000533087 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774106 ENST00000533087 6 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758858 26772875 ENST00000531312 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000531312 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000531312 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000531312 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772875 ENST00000531312 5 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758859 26772850 ENST00000525165 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000525165 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000525165 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000525165 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772850 ENST00000525165 5 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758862 26769254 ENST00000525326 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000525326 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000525326 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769254 ENST00000525326 4 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758862 26769296 ENST00000525546 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000525546 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000525546 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769296 ENST00000525546 4 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758862 26769380 ENST00000528557 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758877 26772923 ENST00000526278 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758881 26774130 ENST00000436153 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000436153 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000436153 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000436153 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000436153 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774130 ENST00000436153 6 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758889 26772873 ENST00000529688 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26758894 26764775 ENST00000530781 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000530781 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000530781 3 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26759217 26769380 ENST00000531955 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26759269 26772887 ENST00000525410 NA DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26759382 26786635 ENST00000430232 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26759437 26759499 ENST00000430232 1 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26764659 26764775 ENST00000430232 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769222 26769364 ENST00000430232 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000430232 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000430232 5 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000430232 6 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26769327 26797785 ENST00000431933 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26769327 26769364 ENST00000431933 1 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772807 26772923 ENST00000431933 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000431933 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26795383 26795622 ENST00000431933 4 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26772855 26794018 ENST00000416052 NA DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26772855 26772923 ENST00000416052 1 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26774050 26774151 ENST00000416052 2 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26784282 26784396 ENST00000416052 3 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26786528 26786635 ENST00000416052 4 DHDDS ENSG00000117682 Not Supported Not Supported +CDS 1 26793784 26793876 ENST00000416052 5 DHDDS ENSG00000117682 Not Supported Not Supported +transcript 1 26781144 26781678 ENST00000446498 NA RP3-476K8.4 ENSG00000223583 Not Supported Not Supported +transcript 1 26789247 26793773 ENST00000423060 NA RP3-476K8.3 ENSG00000225891 Not Supported Not Supported +transcript 1 26798941 26800619 ENST00000468388 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26798954 26801719 ENST00000479815 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26798968 26801923 ENST00000460563 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26798997 26801649 ENST00000464888 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26799002 26802059 ENST00000463817 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26799008 26802117 ENST00000467700 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26799010 26802463 ENST00000361427 NA HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26799104 26799118 ENST00000361427 1 HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26799974 26800018 ENST00000361427 2 HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26800194 26800223 ENST00000361427 3 HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26800576 26800626 ENST00000361427 4 HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26801063 26801158 ENST00000361427 5 HMGN2 ENSG00000198830 Not Supported Not Supported +CDS 1 26801604 26801636 ENST00000361427 6 HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26799697 26802056 ENST00000466194 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26799920 26801851 ENST00000493418 NA HMGN2 ENSG00000198830 Not Supported Not Supported +transcript 1 26845845 26846741 ENST00000418220 NA DPPA2P2 ENSG00000224129 Not Supported Not Supported +transcript 1 26856252 26873474 ENST00000525525 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26856412 26856474 ENST00000525525 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26857236 26857340 ENST00000525525 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26856252 26879952 ENST00000526040 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26856412 26856474 ENST00000526040 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26863416 26863460 ENST00000526040 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877935 ENST00000526040 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26856258 26901516 ENST00000374168 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26856412 26856474 ENST00000374168 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26863416 26863460 ENST00000374168 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000374168 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873761 ENST00000374168 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000374168 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000374168 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000374168 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000374168 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000374168 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881642 26881712 ENST00000374168 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000374168 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000374168 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000374168 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000374168 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000374168 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000374168 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000374168 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000374168 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000374168 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000374168 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000374168 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000374168 22 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26856266 26877994 ENST00000524436 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26856269 26901505 ENST00000374166 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26856412 26856474 ENST00000374166 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26863416 26863460 ENST00000374166 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000374166 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873761 ENST00000374166 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000374166 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000374166 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000374166 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000374166 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000374166 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881675 26881712 ENST00000374166 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000374166 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000374166 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000374166 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000374166 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000374166 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000374166 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000374166 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000374166 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000374166 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000374166 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000374166 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000374166 22 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26857709 26900922 ENST00000526792 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873731 26873761 ENST00000526792 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000526792 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000526792 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000526792 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000526792 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000526792 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881642 26881712 ENST00000526792 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000526792 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000526792 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000526792 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000526792 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000526792 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000526792 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000526792 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000526792 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000526792 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000526792 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000526792 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000526792 22 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26857819 26880742 ENST00000529454 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873731 26873761 ENST00000529454 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000529454 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000529454 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000529454 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000529454 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26857819 26900922 ENST00000374162 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873731 26873761 ENST00000374162 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000374162 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000374162 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000374162 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000374162 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000374162 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881642 26881712 ENST00000374162 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000374162 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000374162 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000374162 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000374162 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000374162 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000374162 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000374162 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000374162 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000374162 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000374162 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000374162 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000374162 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26869603 26901505 ENST00000530003 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26869653 26869712 ENST00000530003 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000530003 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873761 ENST00000530003 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000530003 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000530003 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000530003 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000530003 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000530003 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881642 26881712 ENST00000530003 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000530003 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000530003 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000530003 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000530003 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000530003 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000530003 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000530003 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000530003 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000530003 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000530003 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000530003 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000530003 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26869621 26879917 ENST00000366866 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26869653 26869712 ENST00000366866 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26870566 26870669 ENST00000366866 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000366866 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873731 ENST00000366866 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26869653 26898724 ENST00000531113 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26872333 26901521 ENST00000374163 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26872392 26872526 ENST00000374163 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000374163 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873761 ENST00000374163 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000374163 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000374163 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879309 26879387 ENST00000374163 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879919 ENST00000374163 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26872336 26878077 ENST00000530607 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26872343 26900767 ENST00000531382 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26872392 26872526 ENST00000531382 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873358 26873474 ENST00000531382 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26873680 26873761 ENST00000531382 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26877888 26877968 ENST00000531382 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26878135 26878214 ENST00000531382 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26879882 26879988 ENST00000531382 6 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26880705 26880742 ENST00000531382 7 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881087 26881229 ENST00000531382 8 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26881642 26881712 ENST00000531382 9 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26882028 26882116 ENST00000531382 10 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883145 26883209 ENST00000531382 11 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883489 26883591 ENST00000531382 12 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000531382 13 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887217 26887342 ENST00000531382 14 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000531382 15 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000531382 16 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26898101 ENST00000531382 17 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898340 26898416 ENST00000531382 18 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898667 26898784 ENST00000531382 19 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000531382 20 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900689 ENST00000531382 21 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26873391 26874081 ENST00000525582 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26873734 26880938 ENST00000527264 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26877937 26880626 ENST00000474934 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26881690 26883527 ENST00000488985 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26883534 26897999 ENST00000403732 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26883534 26883591 ENST00000403732 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26885298 26885428 ENST00000403732 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887536 26887625 ENST00000403732 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26887996 26888154 ENST00000403732 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26897940 26897999 ENST00000403732 5 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26897720 26898512 ENST00000530305 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26898761 26901225 ENST00000438977 NA RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26898761 26898784 ENST00000438977 1 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26899715 26899852 ENST00000438977 2 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900570 26900688 ENST00000438977 3 RPS6KA1 ENSG00000117676 Not Supported Not Supported +CDS 1 26900868 26900934 ENST00000438977 4 RPS6KA1 ENSG00000117676 Not Supported Not Supported +transcript 1 26881033 26881084 ENST00000459548 NA MIR1976 ENSG00000238705 Not Supported Not Supported +transcript 1 26919737 26920037 ENST00000497096 NA RN7SL679P ENSG00000243905 Not Supported Not Supported +transcript 1 26920431 26920532 ENST00000516993 NA Y_RNA ENSG00000252802 Not Supported Not Supported +transcript 1 26966868 26967105 ENST00000428860 NA RP11-492M19.3 ENSG00000229247 Not Supported Not Supported +transcript 1 26968777 26968880 ENST00000459201 NA snoU13 ENSG00000238316 Not Supported Not Supported +transcript 1 26973938 26974172 ENST00000443847 NA RP4-785J1.1 ENSG00000235069 Not Supported Not Supported +transcript 1 27018623 27020622 ENST00000569378 NA RP5-968P14.2 ENSG00000260063 Not Supported Not Supported +transcript 1 27022524 27108595 ENST00000324856 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27022895 27024031 ENST00000324856 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27056142 27056354 ENST00000324856 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27057643 27058095 ENST00000324856 3 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27059167 27059283 ENST00000324856 4 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087347 27087587 ENST00000324856 5 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087875 27087964 ENST00000324856 6 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27088643 27088810 ENST00000324856 7 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27089464 27089776 ENST00000324856 8 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092712 27092857 ENST00000324856 9 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092948 27093057 ENST00000324856 10 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27094281 27094490 ENST00000324856 11 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27097610 27097817 ENST00000324856 12 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27098991 27099123 ENST00000324856 13 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099303 27099478 ENST00000324856 14 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099837 27099987 ENST00000324856 15 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100071 27100208 ENST00000324856 16 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100293 27100389 ENST00000324856 17 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100820 27101711 ENST00000324856 18 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102198 ENST00000324856 19 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27105514 27107244 ENST00000324856 20 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27022895 27107308 ENST00000457599 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27022895 27024031 ENST00000457599 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27056142 27056354 ENST00000457599 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27057643 27058095 ENST00000457599 3 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27059167 27059283 ENST00000457599 4 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087347 27087587 ENST00000457599 5 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087875 27087964 ENST00000457599 6 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27088643 27088810 ENST00000457599 7 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27089464 27089776 ENST00000457599 8 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092712 27092857 ENST00000457599 9 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092948 27093057 ENST00000457599 10 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27094281 27094490 ENST00000457599 11 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27097610 27097817 ENST00000457599 12 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27098991 27099123 ENST00000457599 13 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099303 27099478 ENST00000457599 14 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099837 27099987 ENST00000457599 15 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100071 27100208 ENST00000457599 16 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100293 27100389 ENST00000457599 17 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27101471 27101711 ENST00000457599 18 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102198 ENST00000457599 19 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27105514 27107244 ENST00000457599 20 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27054199 27057809 ENST00000524572 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27056154 27056354 ENST00000524572 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27057643 27057809 ENST00000524572 3 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27055871 27107247 ENST00000374152 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27056154 27056354 ENST00000374152 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27057643 27058095 ENST00000374152 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27059167 27059283 ENST00000374152 3 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087347 27087587 ENST00000374152 4 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27087875 27087964 ENST00000374152 5 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27088643 27088810 ENST00000374152 6 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27089464 27089776 ENST00000374152 7 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092712 27092857 ENST00000374152 8 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27092948 27093057 ENST00000374152 9 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27094281 27094490 ENST00000374152 10 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27097610 27097817 ENST00000374152 11 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27098991 27099123 ENST00000374152 12 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099303 27099478 ENST00000374152 13 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099837 27099987 ENST00000374152 14 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100071 27100208 ENST00000374152 15 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100293 27100389 ENST00000374152 16 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100820 27101711 ENST00000374152 17 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102198 ENST00000374152 18 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27105514 27107244 ENST00000374152 19 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27092761 27094492 ENST00000430291 NA ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27097720 27107678 ENST00000430799 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27097720 27097817 ENST00000430799 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27098991 27099123 ENST00000430799 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099306 27099478 ENST00000430799 3 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099837 27099987 ENST00000430799 4 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100071 27100208 ENST00000430799 5 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100293 27100389 ENST00000430799 6 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100820 27101711 ENST00000430799 7 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102198 ENST00000430799 8 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27105514 27107247 ENST00000430799 9 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27099455 27107668 ENST00000466382 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099455 27099478 ENST00000466382 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27099837 27099987 ENST00000466382 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100071 27100208 ENST00000466382 3 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27100293 27100389 ENST00000466382 4 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102091 ENST00000466382 5 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27099455 27107650 ENST00000540690 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102091 27102198 ENST00000540690 5 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27105514 27107244 ENST00000540690 6 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27101361 27107474 ENST00000532781 NA ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27101361 27101711 ENST00000532781 1 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102068 27102198 ENST00000532781 2 ARID1A ENSG00000117713 Not Supported Not Supported +CDS 1 27102308 27102391 ENST00000532781 3 ARID1A ENSG00000117713 Not Supported Not Supported +transcript 1 27090115 27090393 ENST00000578818 NA RN7SL501P ENSG00000266138 Not Supported Not Supported +transcript 1 27113963 27120741 ENST00000430292 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000430292 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27120741 ENST00000430292 3 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27114455 27124298 ENST00000472757 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000472757 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27120697 ENST00000472757 3 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27121294 27121343 ENST00000472757 4 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27114486 27124889 ENST00000078527 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000078527 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27121725 ENST00000078527 3 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27124054 27124332 ENST00000078527 4 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27114589 27120887 ENST00000431541 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000431541 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27120887 ENST00000431541 3 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27114679 27124649 ENST00000449950 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120614 27120697 ENST00000449950 3 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27121294 27121725 ENST00000449950 4 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27124054 27124332 ENST00000449950 5 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27114686 27124884 ENST00000374145 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000374145 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27121725 ENST00000374145 3 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27124054 27124332 ENST00000374145 4 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27115419 27121072 ENST00000455364 NA PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27117307 27117384 ENST00000455364 2 PIGV ENSG00000060642 Not Supported Not Supported +CDS 1 27120604 27121072 ENST00000455364 3 PIGV ENSG00000060642 Not Supported Not Supported +transcript 1 27141313 27141601 ENST00000477476 NA RN7SL165P ENSG00000241188 Not Supported Not Supported +transcript 1 27153201 27184092 ENST00000374142 NA ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27153296 27153630 ENST00000374142 1 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27158938 27159098 ENST00000374142 2 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27175099 27175248 ENST00000374142 3 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27176792 27176929 ENST00000374142 4 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177049 27177097 ENST00000374142 5 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177620 27177722 ENST00000374142 6 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27179244 27179356 ENST00000374142 7 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27180217 27180331 ENST00000374142 8 ZDHHC18 ENSG00000204160 Not Supported Not Supported +transcript 1 27158495 27180454 ENST00000374141 NA ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27159008 27159098 ENST00000374141 2 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27175099 27175248 ENST00000374141 3 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27176792 27176929 ENST00000374141 4 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177049 27177097 ENST00000374141 5 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177620 27177722 ENST00000374141 6 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27179244 27179356 ENST00000374141 7 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27180217 27180331 ENST00000374141 8 ZDHHC18 ENSG00000204160 Not Supported Not Supported +transcript 1 27158511 27177665 ENST00000534643 NA ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27159008 27159098 ENST00000534643 2 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27175099 27175248 ENST00000534643 3 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27176792 27176929 ENST00000534643 4 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177049 27177097 ENST00000534643 5 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177620 27177665 ENST00000534643 6 ZDHHC18 ENSG00000204160 Not Supported Not Supported +transcript 1 27176853 27184093 ENST00000488397 NA ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27176853 27176929 ENST00000488397 1 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177049 27177097 ENST00000488397 2 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27177620 27177722 ENST00000488397 3 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27179244 27179356 ENST00000488397 4 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27180217 27180316 ENST00000488397 5 ZDHHC18 ENSG00000204160 Not Supported Not Supported +CDS 1 27182676 27182717 ENST00000488397 6 ZDHHC18 ENSG00000204160 Not Supported Not Supported +transcript 1 27177620 27179702 ENST00000478902 NA ZDHHC18 ENSG00000204160 Not Supported Not Supported +transcript 1 27189633 27190947 ENST00000339276 NA SFN ENSG00000175793 Not Supported Not Supported +CDS 1 27189704 27190447 ENST00000339276 1 SFN ENSG00000175793 Not Supported Not Supported +transcript 1 27202624 27204736 ENST00000448791 NA RP1-50O24.6 ENSG00000226698 Not Supported Not Supported +transcript 1 27202624 27216788 ENST00000374135 NA GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27216177 27216587 ENST00000374135 1 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27215460 27215616 ENST00000374135 2 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27212464 27212624 ENST00000374135 3 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27210651 27210781 ENST00000374135 4 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27206171 27206240 ENST00000374135 5 GPN2 ENSG00000142751 Not Supported Not Supported +transcript 1 27205867 27213016 ENST00000374133 NA GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27212968 27212998 ENST00000374133 1 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27212464 27212624 ENST00000374133 2 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27210651 27210781 ENST00000374133 3 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27206171 27206240 ENST00000374133 4 GPN2 ENSG00000142751 Not Supported Not Supported +transcript 1 27205992 27212832 ENST00000477418 NA GPN2 ENSG00000142751 Not Supported Not Supported +transcript 1 27210724 27216751 ENST00000431781 NA GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27216436 27216587 ENST00000431781 1 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27216177 27216223 ENST00000431781 2 GPN2 ENSG00000142751 Not Supported Not Supported +CDS 1 27215480 27215616 ENST00000431781 3 GPN2 ENSG00000142751 Not Supported Not Supported +transcript 1 27212533 27215431 ENST00000461282 NA GPN2 ENSG00000142751 Not Supported Not Supported +transcript 1 27216979 27219939 ENST00000445019 NA GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27219880 27219939 ENST00000445019 1 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27219161 27219282 ENST00000445019 2 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27217295 27217342 ENST00000445019 3 GPATCH3 ENSG00000198746 Not Supported Not Supported +transcript 1 27216980 27226957 ENST00000361720 NA GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27226483 27226933 ENST00000361720 1 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27223792 27224216 ENST00000361720 2 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27220727 27220901 ENST00000361720 3 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27219880 27219939 ENST00000361720 4 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27219161 27219282 ENST00000361720 5 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27218902 27219029 ENST00000361720 6 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27217504 27217717 ENST00000361720 7 GPATCH3 ENSG00000198746 Not Supported Not Supported +transcript 1 27217548 27219383 ENST00000450844 NA GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27219161 27219247 ENST00000450844 1 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27218902 27219029 ENST00000450844 2 GPATCH3 ENSG00000198746 Not Supported Not Supported +CDS 1 27217548 27217717 ENST00000450844 3 GPATCH3 ENSG00000198746 Not Supported Not Supported +transcript 1 27226729 27269267 ENST00000435827 NA NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27237634 27237726 ENST00000435827 3 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27250580 27250657 ENST00000435827 4 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27267948 27268151 ENST00000435827 5 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27268244 27268309 ENST00000435827 6 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27269151 27269267 ENST00000435827 7 NUDC ENSG00000090273 Not Supported Not Supported +transcript 1 27248217 27273353 ENST00000321265 NA NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27248340 27248420 ENST00000321265 1 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27250580 27250657 ENST00000321265 2 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27267948 27268151 ENST00000321265 3 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27268244 27268309 ENST00000321265 4 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27269151 27269267 ENST00000321265 5 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27269362 27269556 ENST00000321265 6 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27271881 27271964 ENST00000321265 7 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27272059 27272177 ENST00000321265 8 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27272621 27272669 ENST00000321265 9 NUDC ENSG00000090273 Not Supported Not Supported +transcript 1 27248633 27269267 ENST00000452707 NA NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27250646 27250657 ENST00000452707 2 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27267948 27268151 ENST00000452707 3 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27268244 27268309 ENST00000452707 4 NUDC ENSG00000090273 Not Supported Not Supported +CDS 1 27269151 27269267 ENST00000452707 5 NUDC ENSG00000090273 Not Supported Not Supported +transcript 1 27271626 27272675 ENST00000484772 NA NUDC ENSG00000090273 Not Supported Not Supported +transcript 1 27237980 27240457 ENST00000254227 NA NR0B2 ENSG00000131910 Not Supported Not Supported +CDS 1 27239900 27240431 ENST00000254227 1 NR0B2 ENSG00000131910 Not Supported Not Supported +CDS 1 27238339 27238577 ENST00000254227 2 NR0B2 ENSG00000131910 Not Supported Not Supported +transcript 1 27276053 27286897 ENST00000320567 NA C1orf172 ENSG00000175707 Not Supported Not Supported +CDS 1 27277833 27278871 ENST00000320567 2 C1orf172 ENSG00000175707 Not Supported Not Supported +CDS 1 27277173 27277247 ENST00000320567 3 C1orf172 ENSG00000175707 Not Supported Not Supported +CDS 1 27276563 27276642 ENST00000320567 4 C1orf172 ENSG00000175707 Not Supported Not Supported +transcript 1 27306656 27307466 ENST00000310055 NA RP11-344H11.4 ENSG00000172746 Not Supported Not Supported +transcript 1 27310119 27310515 ENST00000455684 NA RP11-344H11.5 ENSG00000224064 Not Supported Not Supported +transcript 1 27312388 27312831 ENST00000437956 NA OSTCP2 ENSG00000225294 Not Supported Not Supported +transcript 1 27320198 27327389 ENST00000522111 NA TRNP1 ENSG00000253368 Not Supported Not Supported +CDS 1 27320278 27320958 ENST00000522111 1 TRNP1 ENSG00000253368 Not Supported Not Supported +transcript 1 27320810 27326600 ENST00000531285 NA TRNP1 ENSG00000253368 Not Supported Not Supported +CDS 1 27320810 27320961 ENST00000531285 1 TRNP1 ENSG00000253368 Not Supported Not Supported +transcript 1 27331511 27339327 ENST00000289166 NA FAM46B ENSG00000158246 Not Supported Not Supported +CDS 1 27338898 27339161 ENST00000289166 1 FAM46B ENSG00000158246 Not Supported Not Supported +CDS 1 27332438 27333448 ENST00000289166 2 FAM46B ENSG00000158246 Not Supported Not Supported +transcript 1 27425306 27430513 ENST00000374089 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27425306 27481401 ENST00000263980 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27480474 27480825 ENST00000263980 1 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27440317 27440777 ENST00000263980 2 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27436018 27436268 ENST00000263980 3 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27434139 27434356 ENST00000263980 4 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27432376 27432578 ENST00000263980 5 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27429714 27429803 ENST00000263980 6 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27429164 27429234 ENST00000263980 7 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428876 27429049 ENST00000263980 8 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428507 27428621 ENST00000263980 9 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428216 27428317 ENST00000263980 10 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27427694 27427766 ENST00000263980 11 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27426801 27427135 ENST00000263980 12 SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27425307 27426173 ENST00000490329 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27426578 27480973 ENST00000545949 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27436018 27436064 ENST00000545949 2 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27434139 27434356 ENST00000545949 3 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27432376 27432578 ENST00000545949 4 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27429714 27429803 ENST00000545949 5 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27429164 27429234 ENST00000545949 6 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428876 27429049 ENST00000545949 7 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428507 27428621 ENST00000545949 8 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27428216 27428317 ENST00000545949 9 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27427694 27427766 ENST00000545949 10 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27426801 27427135 ENST00000545949 11 SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27426836 27429286 ENST00000447808 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27431942 27481089 ENST00000374086 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27480474 27480825 ENST00000374086 1 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27440317 27440777 ENST00000374086 2 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27436018 27436268 ENST00000374086 3 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27434139 27434356 ENST00000374086 4 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27432196 27432578 ENST00000374086 5 SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27440724 27493472 ENST00000374084 NA SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27480474 27480825 ENST00000374084 3 SLC9A1 ENSG00000090020 Not Supported Not Supported +CDS 1 27440724 27440777 ENST00000374084 4 SLC9A1 ENSG00000090020 Not Supported Not Supported +transcript 1 27503242 27503768 ENST00000457038 NA RP11-40H20.5 ENSG00000229985 Not Supported Not Supported +transcript 1 27527325 27527964 ENST00000446783 NA CHCHD3P3 ENSG00000214973 Not Supported Not Supported +transcript 1 27533421 27534287 ENST00000449818 NA NPM1P39 ENSG00000225159 Not Supported Not Supported +transcript 1 27537756 27537975 ENST00000438350 NA SNRPEP7 ENSG00000225990 Not Supported Not Supported +transcript 1 27555597 27560843 ENST00000425205 NA RP11-40H20.4 ENSG00000224311 Not Supported Not Supported +transcript 1 27561007 27635110 ENST00000319394 NA WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27587546 27587593 ENST00000319394 2 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27589643 27589726 ENST00000319394 3 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27608730 27608776 ENST00000319394 4 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27609829 27609940 ENST00000319394 5 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27614165 27614352 ENST00000319394 6 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27618706 27618888 ENST00000319394 7 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27620513 27620607 ENST00000319394 8 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27621005 27621120 ENST00000319394 9 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27622817 27622892 ENST00000319394 10 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27623539 27623647 ENST00000319394 11 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27624429 27624602 ENST00000319394 12 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27627717 27627952 ENST00000319394 13 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27630112 27630286 ENST00000319394 14 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27631492 27631684 ENST00000319394 15 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27632677 27632871 ENST00000319394 16 WDTC1 ENSG00000142784 Not Supported Not Supported +transcript 1 27561159 27634735 ENST00000361771 NA WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27587546 27587593 ENST00000361771 2 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27589643 27589726 ENST00000361771 3 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27608730 27608776 ENST00000361771 4 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27609829 27609940 ENST00000361771 5 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27614165 27614352 ENST00000361771 6 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27618706 27618888 ENST00000361771 7 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27620513 27620607 ENST00000361771 8 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27621005 27621120 ENST00000361771 9 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27622817 27622892 ENST00000361771 10 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27623542 27623647 ENST00000361771 11 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27624429 27624602 ENST00000361771 12 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27627717 27627952 ENST00000361771 13 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27630112 27630286 ENST00000361771 14 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27631492 27631684 ENST00000361771 15 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27632677 27632871 ENST00000361771 16 WDTC1 ENSG00000142784 Not Supported Not Supported +transcript 1 27587539 27634732 ENST00000447062 NA WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27587546 27587593 ENST00000447062 1 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27589643 27589726 ENST00000447062 2 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27608730 27608776 ENST00000447062 3 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27609829 27609940 ENST00000447062 4 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27614165 27614352 ENST00000447062 5 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27618706 27618888 ENST00000447062 6 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27620513 27620607 ENST00000447062 7 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27621005 27621120 ENST00000447062 8 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27622817 27622892 ENST00000447062 9 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27623539 27623647 ENST00000447062 10 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27624429 27624602 ENST00000447062 11 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27627717 27627952 ENST00000447062 12 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27630112 27630286 ENST00000447062 13 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27631550 27631684 ENST00000447062 14 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27632677 27632743 ENST00000447062 15 WDTC1 ENSG00000142784 Not Supported Not Supported +transcript 1 27614200 27635110 ENST00000491239 NA WDTC1 ENSG00000142784 Not Supported Not Supported +transcript 1 27631505 27633381 ENST00000472249 NA WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27631505 27631684 ENST00000472249 1 WDTC1 ENSG00000142784 Not Supported Not Supported +CDS 1 27632677 27632874 ENST00000472249 2 WDTC1 ENSG00000142784 Not Supported Not Supported +transcript 1 27581955 27582058 ENST00000516289 NA Y_RNA ENSG00000252098 Not Supported Not Supported +transcript 1 27637731 27638329 ENST00000428741 NA RP11-4K3__A.3 ENSG00000243659 Not Supported Not Supported +transcript 1 27648651 27662891 ENST00000374076 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648689 27648882 ENST00000374076 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000374076 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000374076 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660449 27660545 ENST00000374076 4 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660642 27660772 ENST00000374076 5 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27661870 27661954 ENST00000374076 6 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648738 27662891 ENST00000464720 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648738 27648882 ENST00000464720 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000464720 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657476 27657514 ENST00000464720 3 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648739 27662891 ENST00000608611 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648788 27648882 ENST00000608611 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000608611 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000608611 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660449 27660545 ENST00000608611 4 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660642 27660772 ENST00000608611 5 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27661870 27661954 ENST00000608611 6 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648745 27659050 ENST00000466759 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648745 27648882 ENST00000466759 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000466759 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000466759 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658938 27658968 ENST00000466759 4 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648745 27662139 ENST00000486082 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648745 27648882 ENST00000486082 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000486082 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657476 27657514 ENST00000486082 3 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648772 27661387 ENST00000464813 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648772 27648882 ENST00000464813 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000464813 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000464813 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660449 27660545 ENST00000464813 4 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660642 27660776 ENST00000464813 5 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648776 27662315 ENST00000478104 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648776 27648882 ENST00000478104 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000478104 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000478104 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660449 27660545 ENST00000478104 4 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660642 27660772 ENST00000478104 5 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27661158 27661182 ENST00000478104 6 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27648791 27662036 ENST00000498220 NA TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27648791 27648882 ENST00000498220 1 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27657211 27657295 ENST00000498220 2 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27658561 27658592 ENST00000498220 3 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27659852 27659926 ENST00000498220 4 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660449 27660545 ENST00000498220 5 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27660642 27660772 ENST00000498220 6 TMEM222 ENSG00000186501 Not Supported Not Supported +CDS 1 27661870 27661957 ENST00000498220 7 TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27658837 27662890 ENST00000471456 NA TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27659954 27662890 ENST00000470223 NA TMEM222 ENSG00000186501 Not Supported Not Supported +transcript 1 27651710 27651816 ENST00000384161 NA RNU6-48P ENSG00000206888 Not Supported Not Supported +transcript 1 27651820 27652287 ENST00000486001 NA RP11-4K3__A.5 ENSG00000241547 Not Supported Not Supported +transcript 1 27668513 27680421 ENST00000318074 NA SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27671826 27672016 ENST00000318074 2 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27673912 27674060 ENST00000318074 3 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27674299 27674371 ENST00000318074 4 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27674458 27674503 ENST00000318074 5 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27675607 27675643 ENST00000318074 6 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27675889 27675989 ENST00000318074 7 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676143 27676256 ENST00000318074 8 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676463 27676623 ENST00000318074 9 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676880 27676976 ENST00000318074 10 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677285 27677443 ENST00000318074 11 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677749 27677827 ENST00000318074 12 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677947 27678046 ENST00000318074 13 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27679774 27679979 ENST00000318074 14 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27680204 27680340 ENST00000318074 15 SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27668548 27680421 ENST00000483926 NA SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27669719 27673949 ENST00000473280 NA SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27671826 27672016 ENST00000473280 2 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27673912 27673949 ENST00000473280 3 SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27671364 27680421 ENST00000543823 NA SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27671826 27672016 ENST00000543823 1 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27673912 27674060 ENST00000543823 2 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27674299 27674371 ENST00000543823 3 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27674458 27674503 ENST00000543823 4 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27675571 27675643 ENST00000543823 5 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27675889 27675989 ENST00000543823 6 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676143 27676256 ENST00000543823 7 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676463 27676623 ENST00000543823 8 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27676880 27676976 ENST00000543823 9 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677285 27677443 ENST00000543823 10 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677749 27677827 ENST00000543823 11 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27677947 27678046 ENST00000543823 12 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27679774 27679979 ENST00000543823 13 SYTL1 ENSG00000142765 Not Supported Not Supported +CDS 1 27680204 27680340 ENST00000543823 14 SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27674035 27680421 ENST00000490170 NA SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27675967 27678036 ENST00000496001 NA SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27676238 27678070 ENST00000485269 NA SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27677963 27680421 ENST00000475199 NA SYTL1 ENSG00000142765 Not Supported Not Supported +transcript 1 27681675 27682962 ENST00000486046 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682879 27682962 ENST00000486046 1 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682517 27682590 ENST00000486046 2 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27681871 27681960 ENST00000486046 3 MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27681675 27690442 ENST00000472410 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690408 27690442 ENST00000472410 1 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689933 27690039 ENST00000472410 2 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689342 27689512 ENST00000472410 3 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689132 27689244 ENST00000472410 4 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688582 27688741 ENST00000472410 5 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688196 27688358 ENST00000472410 6 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688011 27688118 ENST00000472410 7 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687837 27687886 ENST00000472410 8 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687648 27687743 ENST00000472410 9 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687412 27687499 ENST00000472410 10 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687196 27687329 ENST00000472410 11 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686732 27686859 ENST00000472410 12 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686349 27686485 ENST00000472410 13 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685908 27686013 ENST00000472410 14 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685200 27685357 ENST00000472410 15 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684910 27685102 ENST00000472410 16 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684672 27684810 ENST00000472410 17 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684202 27684367 ENST00000472410 18 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683959 27684067 ENST00000472410 19 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27681809 27681843 ENST00000472410 20 MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27681677 27693349 ENST00000374040 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27692749 27693088 ENST00000374040 1 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27691264 27691403 ENST00000374040 2 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690695 27690885 ENST00000374040 3 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690408 27690576 ENST00000374040 4 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689933 27690039 ENST00000374040 5 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689342 27689512 ENST00000374040 6 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689132 27689244 ENST00000374040 7 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688582 27688741 ENST00000374040 8 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688196 27688358 ENST00000374040 9 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688011 27688118 ENST00000374040 10 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687837 27687886 ENST00000374040 11 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687648 27687743 ENST00000374040 12 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687412 27687499 ENST00000374040 13 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687196 27687329 ENST00000374040 14 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686732 27686859 ENST00000374040 15 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686349 27686485 ENST00000374040 16 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685908 27686013 ENST00000374040 17 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685200 27685357 ENST00000374040 18 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684910 27685102 ENST00000374040 19 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684672 27684810 ENST00000374040 20 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684202 27684367 ENST00000374040 21 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683891 27684067 ENST00000374040 22 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683500 27683605 ENST00000374040 23 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683081 27683240 ENST00000374040 24 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682879 27682991 ENST00000374040 25 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682517 27682590 ENST00000374040 26 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682160 27682236 ENST00000374040 27 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27681885 27681960 ENST00000374040 28 MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27681680 27693383 ENST00000493901 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27692749 27693088 ENST00000493901 2 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27691264 27691403 ENST00000493901 3 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27691152 27691175 ENST00000493901 4 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690695 27690885 ENST00000493901 5 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690408 27690576 ENST00000493901 6 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689933 27690039 ENST00000493901 7 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689342 27689512 ENST00000493901 8 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689132 27689244 ENST00000493901 9 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688582 27688741 ENST00000493901 10 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688196 27688358 ENST00000493901 11 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688011 27688118 ENST00000493901 12 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687837 27687886 ENST00000493901 13 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687648 27687743 ENST00000493901 14 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687412 27687499 ENST00000493901 15 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687196 27687329 ENST00000493901 16 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686732 27686859 ENST00000493901 17 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686349 27686485 ENST00000493901 18 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685908 27686013 ENST00000493901 19 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685200 27685357 ENST00000493901 20 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684910 27685102 ENST00000493901 21 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684672 27684810 ENST00000493901 22 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684202 27684367 ENST00000493901 23 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683891 27684067 ENST00000493901 24 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683500 27683605 ENST00000493901 25 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683081 27683240 ENST00000493901 26 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682879 27682991 ENST00000493901 27 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682517 27682590 ENST00000493901 28 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682160 27682236 ENST00000493901 29 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27681885 27681960 ENST00000493901 30 MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27681847 27683658 ENST00000470890 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27681882 27693357 ENST00000357582 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27692749 27693088 ENST00000357582 1 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27691264 27691403 ENST00000357582 2 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27691152 27691175 ENST00000357582 3 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690695 27690885 ENST00000357582 4 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27690408 27690576 ENST00000357582 5 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689933 27690039 ENST00000357582 6 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689342 27689512 ENST00000357582 7 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27689132 27689244 ENST00000357582 8 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688582 27688741 ENST00000357582 9 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688196 27688358 ENST00000357582 10 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27688011 27688118 ENST00000357582 11 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687837 27687886 ENST00000357582 12 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687648 27687743 ENST00000357582 13 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687412 27687499 ENST00000357582 14 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27687196 27687329 ENST00000357582 15 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686732 27686859 ENST00000357582 16 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27686349 27686485 ENST00000357582 17 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685908 27686013 ENST00000357582 18 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27685200 27685357 ENST00000357582 19 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684910 27685102 ENST00000357582 20 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684672 27684810 ENST00000357582 21 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27684202 27684367 ENST00000357582 22 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683891 27684067 ENST00000357582 23 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683500 27683605 ENST00000357582 24 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27683081 27683240 ENST00000357582 25 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682879 27682991 ENST00000357582 26 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682517 27682590 ENST00000357582 27 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27682160 27682236 ENST00000357582 28 MAP3K6 ENSG00000142733 Not Supported Not Supported +CDS 1 27681885 27681960 ENST00000357582 29 MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27683081 27684105 ENST00000476509 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27683652 27684299 ENST00000495230 NA MAP3K6 ENSG00000142733 Not Supported Not Supported +transcript 1 27695603 27701315 ENST00000270879 NA FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27701219 27701309 ENST00000270879 1 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27700847 27700942 ENST00000270879 2 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27700456 27700500 ENST00000270879 3 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27699979 27700011 ENST00000270879 4 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27699627 27699754 ENST00000270879 5 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27697334 27697463 ENST00000270879 6 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27697087 27697221 ENST00000270879 7 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27695730 27695968 ENST00000270879 8 FCN3 ENSG00000142748 Not Supported Not Supported +transcript 1 27695603 27701315 ENST00000354982 NA FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27701219 27701309 ENST00000354982 1 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27700847 27700942 ENST00000354982 2 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27700456 27700500 ENST00000354982 3 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27699627 27699754 ENST00000354982 4 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27697334 27697463 ENST00000354982 5 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27697087 27697221 ENST00000354982 6 FCN3 ENSG00000142748 Not Supported Not Supported +CDS 1 27695730 27695968 ENST00000354982 7 FCN3 ENSG00000142748 Not Supported Not Supported +transcript 1 27696964 27700169 ENST00000498393 NA FCN3 ENSG00000142748 Not Supported Not Supported +transcript 1 27700021 27701296 ENST00000481748 NA FCN3 ENSG00000142748 Not Supported Not Supported +transcript 1 27705666 27709793 ENST00000374027 NA CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27709642 27709729 ENST00000374027 1 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708990 27709157 ENST00000374027 2 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708818 27708889 ENST00000374027 3 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708270 27708314 ENST00000374027 4 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27706540 27706685 ENST00000374027 5 CD164L2 ENSG00000174950 Not Supported Not Supported +transcript 1 27705666 27709870 ENST00000374030 NA CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27709642 27709729 ENST00000374030 1 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708990 27709157 ENST00000374030 2 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708818 27708889 ENST00000374030 3 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708270 27708314 ENST00000374030 4 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27706541 27706685 ENST00000374030 5 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27705996 27705999 ENST00000374030 6 CD164L2 ENSG00000174950 Not Supported Not Supported +transcript 1 27708266 27709796 ENST00000374025 NA CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27709642 27709729 ENST00000374025 1 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708990 27709157 ENST00000374025 2 CD164L2 ENSG00000174950 Not Supported Not Supported +CDS 1 27708633 27708889 ENST00000374025 3 CD164L2 ENSG00000174950 Not Supported Not Supported +transcript 1 27715972 27716649 ENST00000443746 NA RP1-144C9.2 ENSG00000231207 Not Supported Not Supported +transcript 1 27719148 27722318 ENST00000374024 NA GPR3 ENSG00000181773 Not Supported Not Supported +CDS 1 27720303 27721292 ENST00000374024 2 GPR3 ENSG00000181773 Not Supported Not Supported +transcript 1 27730730 27816669 ENST00000430629 NA WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27755271 27755400 ENST00000430629 2 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27745455 27745589 ENST00000430629 3 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27744770 27744923 ENST00000430629 4 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27742479 27742596 ENST00000430629 5 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27741327 27741457 ENST00000430629 6 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27739066 27739221 ENST00000430629 7 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27736186 27736700 ENST00000430629 8 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27734686 27734840 ENST00000430629 9 WASF2 ENSG00000158195 Not Supported Not Supported +transcript 1 27734691 27816562 ENST00000536657 NA WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27755271 27755400 ENST00000536657 2 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27745455 27745589 ENST00000536657 3 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27744770 27744923 ENST00000536657 4 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27742479 27742596 ENST00000536657 5 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27741327 27741457 ENST00000536657 6 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27739066 27739221 ENST00000536657 7 WASF2 ENSG00000158195 Not Supported Not Supported +CDS 1 27734822 27734840 ENST00000536657 8 WASF2 ENSG00000158195 Not Supported Not Supported +transcript 1 27783709 27786093 ENST00000492975 NA RP4-752I6.1 ENSG00000241169 Not Supported Not Supported +transcript 1 27852316 27857072 ENST00000443579 NA RP1-159A19.4 ENSG00000237429 Not Supported Not Supported +transcript 1 27860546 27930102 ENST00000247087 NA AHDC1 ENSG00000126705 Not Supported Not Supported +CDS 1 27873818 27878626 ENST00000247087 5 AHDC1 ENSG00000126705 Not Supported Not Supported +transcript 1 27860814 27930143 ENST00000374011 NA AHDC1 ENSG00000126705 Not Supported Not Supported +CDS 1 27873818 27878626 ENST00000374011 6 AHDC1 ENSG00000126705 Not Supported Not Supported +transcript 1 27878553 27879815 ENST00000487743 NA AHDC1 ENSG00000126705 Not Supported Not Supported +transcript 1 27879238 27929925 ENST00000490295 NA AHDC1 ENSG00000126705 Not Supported Not Supported +transcript 1 27885219 27930942 ENST00000480033 NA AHDC1 ENSG00000126705 Not Supported Not Supported +transcript 1 27938575 27961788 ENST00000374005 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000374005 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000374005 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948070 27948168 ENST00000374005 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943704 27943807 ENST00000374005 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000374005 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000374005 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941945 27942124 ENST00000374005 9 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941361 27941437 ENST00000374005 10 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27940941 27941094 ENST00000374005 11 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939730 27939861 ENST00000374005 12 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939428 27939633 ENST00000374005 13 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27938803 27961727 ENST00000545953 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000545953 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000545953 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948164 27948168 ENST00000545953 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000545953 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000545953 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941945 27942124 ENST00000545953 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941361 27941437 ENST00000545953 9 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27940941 27941094 ENST00000545953 10 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939730 27939861 ENST00000545953 11 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939428 27939633 ENST00000545953 12 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27938803 27952751 ENST00000399173 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000399173 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000399173 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948070 27948168 ENST00000399173 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943704 27943807 ENST00000399173 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000399173 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000399173 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941945 27942124 ENST00000399173 9 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941361 27941437 ENST00000399173 10 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27940941 27941094 ENST00000399173 11 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939730 27939861 ENST00000399173 12 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939428 27939633 ENST00000399173 13 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27938811 27950573 ENST00000374004 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000374004 1 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000374004 2 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948070 27948168 ENST00000374004 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943704 27943807 ENST00000374004 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000374004 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000374004 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941945 27942124 ENST00000374004 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941361 27941437 ENST00000374004 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27940941 27941094 ENST00000374004 9 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939730 27939861 ENST00000374004 10 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939428 27939633 ENST00000374004 11 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27939180 27953080 ENST00000374003 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000374003 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000374003 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948070 27948168 ENST00000374003 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943704 27943807 ENST00000374003 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000374003 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000374003 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941945 27942124 ENST00000374003 9 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27941361 27941437 ENST00000374003 10 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27940941 27941094 ENST00000374003 11 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939730 27939861 ENST00000374003 12 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27939428 27939633 ENST00000374003 13 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27942025 27952646 ENST00000457296 NA FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27950202 27950427 ENST00000457296 3 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27949553 27949655 ENST00000457296 4 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27948070 27948168 ENST00000457296 5 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943704 27943807 ENST00000457296 6 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27943368 27943517 ENST00000457296 7 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942200 27942355 ENST00000457296 8 FGR ENSG00000000938 Not Supported Not Supported +CDS 1 27942025 27942124 ENST00000457296 9 FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27949895 27961645 ENST00000475472 NA FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27949918 27952751 ENST00000468038 NA FGR ENSG00000000938 Not Supported Not Supported +transcript 1 27975930 27976121 ENST00000433132 NA RP1-159A19.3 ENSG00000235912 Not Supported Not Supported +transcript 1 27986839 27989233 ENST00000440492 NA RP11-288L9.1 ENSG00000233975 Not Supported Not Supported +transcript 1 27992572 27998729 ENST00000361157 NA IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27995756 27995825 ENST00000361157 2 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994969 27995046 ENST00000361157 3 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994737 27994886 ENST00000361157 4 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27992895 27992986 ENST00000361157 5 IFI6 ENSG00000126709 Not Supported Not Supported +transcript 1 27992575 27998689 ENST00000339145 NA IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27995732 27995825 ENST00000339145 2 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994969 27995046 ENST00000339145 3 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994737 27994886 ENST00000339145 4 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27992895 27992986 ENST00000339145 5 IFI6 ENSG00000126709 Not Supported Not Supported +transcript 1 27992577 27998709 ENST00000362020 NA IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27995744 27995825 ENST00000362020 2 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994969 27995046 ENST00000362020 3 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27994737 27994886 ENST00000362020 4 IFI6 ENSG00000126709 Not Supported Not Supported +CDS 1 27992895 27992986 ENST00000362020 5 IFI6 ENSG00000126709 Not Supported Not Supported +transcript 1 27995979 27996787 ENST00000430683 NA RP11-288L9.4 ENSG00000225886 Not Supported Not Supported +transcript 1 28002114 28002220 ENST00000384040 NA RNU6-949P ENSG00000206767 Not Supported Not Supported +transcript 1 28013321 28013982 ENST00000445563 NA CHMP1AP1 ENSG00000226662 Not Supported Not Supported +transcript 1 28020242 28020346 ENST00000384367 NA RNU6-424P ENSG00000207095 Not Supported Not Supported +transcript 1 28052490 28089633 ENST00000373954 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000373954 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000373954 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000373954 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28060542 28060694 ENST00000373954 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000373954 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28075579 28075665 ENST00000373954 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000373954 7 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000373954 8 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28087006 28087089 ENST00000373954 9 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28052507 28087984 ENST00000419687 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000419687 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000419687 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000419687 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000419687 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000419687 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000419687 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28087006 28087089 ENST00000419687 7 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28052539 28086275 ENST00000530324 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000530324 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000530324 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000530324 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28060542 28060694 ENST00000530324 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000530324 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28075579 28075665 ENST00000530324 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000530324 7 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086165 ENST00000530324 8 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28052539 28087092 ENST00000234549 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000234549 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000234549 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28056743 28056844 ENST00000234549 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000234549 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28060542 28060694 ENST00000234549 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000234549 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000234549 7 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000234549 8 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28087006 28087089 ENST00000234549 9 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28052539 28088475 ENST00000373949 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000373949 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000373949 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000373949 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28060542 28060694 ENST00000373949 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000373949 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000373949 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000373949 7 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28087006 28087089 ENST00000373949 8 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28052568 28087092 ENST00000010299 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28052592 28052672 ENST00000010299 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28053983 28054047 ENST00000010299 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28056743 28056844 ENST00000010299 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28059114 28059168 ENST00000010299 4 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28060542 28060694 ENST00000010299 5 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071165 28071322 ENST00000010299 6 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28075579 28075665 ENST00000010299 7 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000010299 8 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000010299 9 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28087006 28087089 ENST00000010299 10 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28071285 28086696 ENST00000446647 NA FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28071285 28071322 ENST00000446647 1 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28081706 28081841 ENST00000446647 2 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086037 28086138 ENST00000446647 3 FAM76A ENSG00000009780 Not Supported Not Supported +CDS 1 28086469 28086567 ENST00000446647 4 FAM76A ENSG00000009780 Not Supported Not Supported +transcript 1 28065602 28065950 ENST00000446554 NA RP3-426I6.2 ENSG00000231344 Not Supported Not Supported +transcript 1 28066465 28067140 ENST00000425462 NA RPEP3 ENSG00000230833 Not Supported Not Supported +transcript 1 28099694 28150963 ENST00000373943 NA STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28099819 28099936 ENST00000373943 1 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28116073 28116142 ENST00000373943 2 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28120044 28120143 ENST00000373943 3 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28128189 28128326 ENST00000373943 4 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28136757 28136800 ENST00000373943 5 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28138674 28138779 ENST00000373943 6 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28144362 28144434 ENST00000373943 7 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28146161 28146243 ENST00000373943 8 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28148742 28148837 ENST00000373943 9 STX12 ENSG00000117758 Not Supported Not Supported +transcript 1 28099746 28138779 ENST00000440806 NA STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28099819 28099936 ENST00000440806 1 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28116073 28116142 ENST00000440806 2 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28120044 28120143 ENST00000440806 3 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28128189 28128326 ENST00000440806 4 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28136757 28136800 ENST00000440806 5 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28138503 28138571 ENST00000440806 6 STX12 ENSG00000117758 Not Supported Not Supported +CDS 1 28138674 28138779 ENST00000440806 7 STX12 ENSG00000117758 Not Supported Not Supported +transcript 1 28099766 28128550 ENST00000468761 NA STX12 ENSG00000117758 Not Supported Not Supported +transcript 1 28136434 28138745 ENST00000481874 NA STX12 ENSG00000117758 Not Supported Not Supported +transcript 1 28136758 28144585 ENST00000472285 NA STX12 ENSG00000117758 Not Supported Not Supported +transcript 1 28100369 28100552 ENST00000602607 NA RP3-426I6.5 ENSG00000269971 Not Supported Not Supported +transcript 1 28146494 28146852 ENST00000602843 NA RP3-426I6.6 ENSG00000270031 Not Supported Not Supported +transcript 1 28151049 28151154 ENST00000411130 NA RNU6-1245P ENSG00000223062 Not Supported Not Supported +transcript 1 28157289 28178187 ENST00000311772 NA PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28157347 28157402 ENST00000311772 1 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28159267 28159327 ENST00000311772 2 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28165210 28165363 ENST00000311772 3 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28167525 28167745 ENST00000311772 4 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28169697 28169841 ENST00000311772 5 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28173539 28173603 ENST00000311772 6 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28176604 28176954 ENST00000311772 7 PPP1R8 ENSG00000117751 Not Supported Not Supported +transcript 1 28157325 28178039 ENST00000236412 NA PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28173574 28173603 ENST00000236412 5 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28176604 28176954 ENST00000236412 6 PPP1R8 ENSG00000117751 Not Supported Not Supported +transcript 1 28157333 28178183 ENST00000373931 NA PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28167680 28167745 ENST00000373931 4 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28169697 28169841 ENST00000373931 5 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28173539 28173603 ENST00000373931 6 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28176604 28176954 ENST00000373931 7 PPP1R8 ENSG00000117751 Not Supported Not Supported +transcript 1 28157835 28176943 ENST00000431586 NA PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28167680 28167745 ENST00000431586 4 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28169697 28169841 ENST00000431586 5 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28173539 28173603 ENST00000431586 6 PPP1R8 ENSG00000117751 Not Supported Not Supported +CDS 1 28176604 28176943 ENST00000431586 7 PPP1R8 ENSG00000117751 Not Supported Not Supported +transcript 1 28173601 28178187 ENST00000486634 NA PPP1R8 ENSG00000117751 Not Supported Not Supported +transcript 1 28160912 28161077 ENST00000517138 NA SCARNA1 ENSG00000252947 Not Supported Not Supported +transcript 1 28177085 28177255 ENST00000601459 NA AL109927.1 ENSG00000268552 Not Supported Not Supported +CDS 1 28177088 28177255 ENST00000601459 1 AL109927.1 ENSG00000268552 Not Supported Not Supported +transcript 1 28199055 28213196 ENST00000373925 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000373925 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28203099 28203239 ENST00000373925 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28206155 28206565 ENST00000373925 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28211806 28211939 ENST00000373925 4 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199055 28213196 ENST00000328928 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000328928 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28203099 28203239 ENST00000328928 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28206155 28206565 ENST00000328928 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28208482 28208636 ENST00000328928 4 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28209024 28209554 ENST00000328928 5 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28211806 28211962 ENST00000328928 6 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28212378 28212430 ENST00000328928 7 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199060 28213044 ENST00000373927 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000373927 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28203099 28203239 ENST00000373927 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28211806 28211939 ENST00000373927 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199067 28206459 ENST00000427466 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000427466 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28206155 28206459 ENST00000427466 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199069 28208986 ENST00000442118 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000442118 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28203099 28203239 ENST00000442118 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28208482 28208986 ENST00000442118 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199069 28211928 ENST00000467258 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199079 28213184 ENST00000373921 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28199083 28199176 ENST00000373921 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28203099 28203239 ENST00000373921 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28206155 28206565 ENST00000373921 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28208482 28209554 ENST00000373921 4 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28211806 28211962 ENST00000373921 5 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28212378 28212430 ENST00000373921 6 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28199083 28209115 ENST00000466068 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28203195 28209455 ENST00000482828 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28206242 28213184 ENST00000456990 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28206242 28206565 ENST00000456990 1 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28208482 28208588 ENST00000456990 2 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28209024 28209554 ENST00000456990 3 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28211806 28211962 ENST00000456990 4 THEMIS2 ENSG00000130775 Not Supported Not Supported +CDS 1 28212378 28212433 ENST00000456990 5 THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28209909 28213184 ENST00000492877 NA THEMIS2 ENSG00000130775 Not Supported Not Supported +transcript 1 28218035 28241254 ENST00000373912 NA RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240945 28240954 ENST00000373912 1 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240574 28240680 ENST00000373912 2 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233692 28233793 ENST00000373912 3 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233439 28233552 ENST00000373912 4 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28224144 28224218 ENST00000373912 5 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28223516 28223632 ENST00000373912 6 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220801 28220908 ENST00000373912 7 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220523 28220617 ENST00000373912 8 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28218677 28218758 ENST00000373912 9 RPA2 ENSG00000117748 Not Supported Not Supported +transcript 1 28218049 28223596 ENST00000419958 NA RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28223516 28223596 ENST00000419958 1 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220801 28220908 ENST00000419958 2 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220523 28220617 ENST00000419958 3 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28218674 28218758 ENST00000419958 4 RPA2 ENSG00000117748 Not Supported Not Supported +transcript 1 28218435 28241257 ENST00000373909 NA RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28241138 28241171 ENST00000373909 1 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240574 28240680 ENST00000373909 2 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233692 28233793 ENST00000373909 3 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233439 28233552 ENST00000373909 4 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28224144 28224218 ENST00000373909 5 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28223516 28223632 ENST00000373909 6 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220801 28220908 ENST00000373909 7 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220523 28220617 ENST00000373909 8 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28218677 28218758 ENST00000373909 9 RPA2 ENSG00000117748 Not Supported Not Supported +transcript 1 28218584 28241024 ENST00000313433 NA RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240574 28240954 ENST00000313433 1 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233692 28233793 ENST00000313433 2 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233439 28233552 ENST00000313433 3 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28224144 28224218 ENST00000313433 4 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28223516 28223632 ENST00000313433 5 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220801 28220908 ENST00000313433 6 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28220523 28220617 ENST00000313433 7 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28218677 28218758 ENST00000313433 8 RPA2 ENSG00000117748 Not Supported Not Supported +transcript 1 28223516 28241099 ENST00000444045 NA RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240933 28240954 ENST00000444045 1 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28240574 28240680 ENST00000444045 2 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233692 28233793 ENST00000444045 3 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28233439 28233552 ENST00000444045 4 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28224144 28224218 ENST00000444045 5 RPA2 ENSG00000117748 Not Supported Not Supported +CDS 1 28223516 28223632 ENST00000444045 6 RPA2 ENSG00000117748 Not Supported Not Supported +transcript 1 28261504 28285668 ENST00000373894 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28261695 28261755 ENST00000373894 1 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28271743 28271956 ENST00000373894 2 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28275576 28275673 ENST00000373894 3 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28279726 28279869 ENST00000373894 4 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28280865 28281037 ENST00000373894 5 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282195 28282375 ENST00000373894 6 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282460 28282593 ENST00000373894 7 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28284987 28285346 ENST00000373894 8 SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28261540 28285668 ENST00000548116 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28261695 28261755 ENST00000548116 1 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28271743 28271956 ENST00000548116 2 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28275505 28275535 ENST00000548116 3 SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28261550 28282222 ENST00000411604 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28261695 28261755 ENST00000411604 1 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28268786 28268875 ENST00000411604 2 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28271743 28271956 ENST00000411604 3 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28275576 28275673 ENST00000411604 4 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28279726 28279869 ENST00000411604 5 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28280865 28281037 ENST00000411604 6 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282195 28282222 ENST00000411604 7 SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28261550 28282991 ENST00000373888 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28261695 28261755 ENST00000373888 1 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28271743 28271956 ENST00000373888 2 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28275576 28275673 ENST00000373888 3 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28279726 28279869 ENST00000373888 4 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28280865 28281037 ENST00000373888 5 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282195 28282375 ENST00000373888 6 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282460 28282707 ENST00000373888 7 SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28261567 28271956 ENST00000466793 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28261621 28285662 ENST00000549094 NA SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28261695 28261755 ENST00000549094 1 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28271743 28271956 ENST00000549094 2 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28275576 28275673 ENST00000549094 3 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28280865 28281037 ENST00000549094 4 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282195 28282375 ENST00000549094 5 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28282460 28282593 ENST00000549094 6 SMPDL3B ENSG00000130768 Not Supported Not Supported +CDS 1 28284987 28285346 ENST00000549094 7 SMPDL3B ENSG00000130768 Not Supported Not Supported +transcript 1 28265386 28286704 ENST00000448015 NA RP11-460I13.2 ENSG00000227050 Not Supported Not Supported +transcript 1 28285973 28294607 ENST00000373884 NA XKR8 ENSG00000158156 Not Supported Not Supported +CDS 1 28286581 28286873 ENST00000373884 1 XKR8 ENSG00000158156 Not Supported Not Supported +CDS 1 28290008 28290204 ENST00000373884 2 XKR8 ENSG00000158156 Not Supported Not Supported +CDS 1 28293014 28293708 ENST00000373884 3 XKR8 ENSG00000158156 Not Supported Not Supported +transcript 1 28290148 28293221 ENST00000481387 NA XKR8 ENSG00000158156 Not Supported Not Supported +transcript 1 28296855 28415207 ENST00000373871 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28384505 28384537 ENST00000373871 2 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28374894 28374937 ENST00000373871 3 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28369082 28369161 ENST00000373871 4 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28365350 28365416 ENST00000373871 5 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28362055 28362191 ENST00000373871 6 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28354300 28354437 ENST00000373871 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000373871 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000373871 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337597 ENST00000373871 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000373871 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000373871 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000373871 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000373871 14 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000373871 15 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000373871 16 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000373871 17 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28300980 28301057 ENST00000373871 18 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28296858 28415115 ENST00000436342 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28354300 28354420 ENST00000436342 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000436342 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000436342 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337597 ENST00000436342 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000436342 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000436342 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000436342 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000436342 14 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000436342 15 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000436342 16 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000436342 17 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28300980 28301057 ENST00000436342 18 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28299979 28384598 ENST00000373864 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28365350 28365380 ENST00000373864 3 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000373864 4 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000373864 5 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337594 ENST00000373864 6 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000373864 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000373864 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000373864 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000373864 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000373864 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000373864 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000373864 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28300980 28301057 ENST00000373864 14 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28300906 28415142 ENST00000540618 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28384505 28384537 ENST00000540618 2 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28374894 28374937 ENST00000540618 3 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28369082 28369161 ENST00000540618 4 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28365350 28365416 ENST00000540618 5 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28362055 28362191 ENST00000540618 6 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000540618 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000540618 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337597 ENST00000540618 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000540618 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000540618 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000540618 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000540618 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000540618 14 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000540618 15 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000540618 16 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28300980 28301057 ENST00000540618 17 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28300961 28415145 ENST00000545175 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28365350 28365414 ENST00000545175 4 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28362055 28362191 ENST00000545175 5 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28354300 28354437 ENST00000545175 6 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000545175 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000545175 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337597 ENST00000545175 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000545175 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000545175 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000545175 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000545175 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000545175 14 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000545175 15 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000545175 16 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28300980 28301057 ENST00000545175 17 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28303784 28415075 ENST00000373863 NA EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28384505 28384537 ENST00000373863 2 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28374894 28374937 ENST00000373863 3 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28369082 28369161 ENST00000373863 4 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28365350 28365416 ENST00000373863 5 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28362055 28362191 ENST00000373863 6 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28343665 28343750 ENST00000373863 7 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28339622 28339805 ENST00000373863 8 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28337458 28337597 ENST00000373863 9 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28330847 28330930 ENST00000373863 10 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28326471 28326560 ENST00000373863 11 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28323831 28323889 ENST00000373863 12 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28319911 28320071 ENST00000373863 13 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28316208 28316322 ENST00000373863 14 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28315046 28315167 ENST00000373863 15 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28304885 28304985 ENST00000373863 16 EYA3 ENSG00000158161 Not Supported Not Supported +CDS 1 28303796 28303900 ENST00000373863 17 EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28314984 28337597 ENST00000495923 NA EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28314990 28415108 ENST00000471498 NA EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28337307 28362190 ENST00000468665 NA EYA3 ENSG00000158161 Not Supported Not Supported +transcript 1 28316669 28317035 ENST00000426041 NA RP11-460I13.6 ENSG00000238231 Not Supported Not Supported +transcript 1 28358397 28358691 ENST00000476501 NA RN7SL559P ENSG00000240750 Not Supported Not Supported +transcript 1 28421582 28422833 ENST00000543748 NA SPCS2P4 ENSG00000228589 Not Supported Not Supported +transcript 1 28422253 28422933 ENST00000436160 NA SPCS2P4 ENSG00000228589 Not Supported Not Supported +transcript 1 28436250 28436809 ENST00000443484 NA RP5-1053E7.2 ENSG00000228943 Not Supported Not Supported +transcript 1 28446960 28447832 ENST00000399029 NA RP5-1053E7.3 ENSG00000214812 Not Supported Not Supported +transcript 1 28469248 28469352 ENST00000517196 NA RNU6-176P ENSG00000253005 Not Supported Not Supported +transcript 1 28470667 28470728 ENST00000516620 NA RNU7-29P ENSG00000252429 Not Supported Not Supported +transcript 1 28473677 28503699 ENST00000373857 NA PTAFR ENSG00000169403 Not Supported Not Supported +CDS 1 28476507 28477532 ENST00000373857 2 PTAFR ENSG00000169403 Not Supported Not Supported +transcript 1 28473677 28520447 ENST00000539896 NA PTAFR ENSG00000169403 Not Supported Not Supported +CDS 1 28476507 28477532 ENST00000539896 3 PTAFR ENSG00000169403 Not Supported Not Supported +transcript 1 28476184 28520384 ENST00000305392 NA PTAFR ENSG00000169403 Not Supported Not Supported +CDS 1 28476507 28477532 ENST00000305392 2 PTAFR ENSG00000169403 Not Supported Not Supported +transcript 1 28525967 28531861 ENST00000603289 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28531769 28531861 ENST00000603289 1 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28530258 28530333 ENST00000603289 2 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28527767 28527881 ENST00000603289 3 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28526709 28526743 ENST00000603289 4 DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28527068 28559536 ENST00000263697 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28559432 28559509 ENST00000263697 1 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28555433 28555534 ENST00000263697 2 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28541451 28541507 ENST00000263697 3 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28537082 28537148 ENST00000263697 4 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28536483 28536577 ENST00000263697 5 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28534853 28534924 ENST00000263697 6 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28531769 28531860 ENST00000263697 7 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28530258 28530333 ENST00000263697 8 DNAJC8 ENSG00000126698 Not Supported Not Supported +CDS 1 28527762 28527881 ENST00000263697 9 DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28527070 28559536 ENST00000489277 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28531769 28535320 ENST00000470967 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28536671 28559515 ENST00000482674 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28536744 28559531 ENST00000488868 NA DNAJC8 ENSG00000126698 Not Supported Not Supported +transcript 1 28527013 28527152 ENST00000321830 NA AL353354.1 ENSG00000215902 Not Supported Not Supported +CDS 1 28527105 28527152 ENST00000321830 1 AL353354.1 ENSG00000215902 Not Supported Not Supported +CDS 1 28527013 28527030 ENST00000321830 2 AL353354.1 ENSG00000215902 Not Supported Not Supported +transcript 1 28527070 28527419 ENST00000596102 NA AL353354.2 ENSG00000269804 Not Supported Not Supported +CDS 1 28527229 28527372 ENST00000596102 1 AL353354.2 ENSG00000269804 Not Supported Not Supported +transcript 1 28562620 28564616 ENST00000497986 NA ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562695 28562781 ENST00000497986 1 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562872 28562963 ENST00000497986 2 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28564272 28564305 ENST00000497986 3 ATPIF1 ENSG00000130770 Not Supported Not Supported +transcript 1 28562644 28564611 ENST00000335514 NA ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562695 28562781 ENST00000335514 1 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562872 28562963 ENST00000335514 2 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28564348 28564486 ENST00000335514 3 ATPIF1 ENSG00000130770 Not Supported Not Supported +transcript 1 28562653 28573417 ENST00000468425 NA ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562695 28562781 ENST00000468425 1 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562872 28562963 ENST00000468425 2 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28573100 28573145 ENST00000468425 3 ATPIF1 ENSG00000130770 Not Supported Not Supported +transcript 1 28562665 28564609 ENST00000465645 NA ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562695 28562781 ENST00000465645 1 ATPIF1 ENSG00000130770 Not Supported Not Supported +CDS 1 28562872 28562964 ENST00000465645 2 ATPIF1 ENSG00000130770 Not Supported Not Supported +transcript 1 28566020 28567964 ENST00000604716 NA RP5-1092A3.4 ENSG00000270605 Not Supported Not Supported +transcript 1 28573655 28574079 ENST00000605846 NA RP5-1092A3.5 ENSG00000271398 Not Supported Not Supported +transcript 1 28586038 28609002 ENST00000253063 NA SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28586359 28586448 ENST00000253063 1 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28595694 28595759 ENST00000253063 2 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28598185 28598382 ENST00000253063 3 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28598795 28598977 ENST00000253063 4 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28599092 28599304 ENST00000253063 5 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28599869 28600019 ENST00000253063 6 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28600551 28600669 ENST00000253063 7 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28601336 28601526 ENST00000253063 8 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28605608 28605752 ENST00000253063 9 SESN2 ENSG00000130766 Not Supported Not Supported +CDS 1 28607227 28607310 ENST00000253063 10 SESN2 ENSG00000130766 Not Supported Not Supported +transcript 1 28655513 28661527 ENST00000479574 NA MED18 ENSG00000130772 Not Supported Not Supported +transcript 1 28655549 28662476 ENST00000373842 NA MED18 ENSG00000130772 Not Supported Not Supported +CDS 1 28657174 28657246 ENST00000373842 2 MED18 ENSG00000130772 Not Supported Not Supported +CDS 1 28660928 28661478 ENST00000373842 3 MED18 ENSG00000130772 Not Supported Not Supported +transcript 1 28655566 28662475 ENST00000398997 NA MED18 ENSG00000130772 Not Supported Not Supported +CDS 1 28657174 28657246 ENST00000398997 2 MED18 ENSG00000130772 Not Supported Not Supported +CDS 1 28660928 28661478 ENST00000398997 3 MED18 ENSG00000130772 Not Supported Not Supported +transcript 1 28655573 28657303 ENST00000475655 NA MED18 ENSG00000130772 Not Supported Not Supported +transcript 1 28656794 28661096 ENST00000474683 NA MED18 ENSG00000130772 Not Supported Not Supported +transcript 1 28696114 28826881 ENST00000373839 NA PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28733959 28733974 ENST00000373839 2 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28785596 28785769 ENST00000373839 3 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28786723 28786803 ENST00000373839 4 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28792196 28792360 ENST00000373839 5 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28792893 28793279 ENST00000373839 6 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28800066 28800663 ENST00000373839 7 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28802619 28802803 ENST00000373839 8 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28806963 28807116 ENST00000373839 9 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28815682 28815737 ENST00000373839 10 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28817463 28817524 ENST00000373839 11 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28818162 28818299 ENST00000373839 12 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28819527 28819603 ENST00000373839 13 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28823046 28823058 ENST00000373839 14 PHACTR4 ENSG00000204138 Not Supported Not Supported +transcript 1 28696250 28793752 ENST00000463428 NA PHACTR4 ENSG00000204138 Not Supported Not Supported +transcript 1 28696255 28823668 ENST00000493669 NA PHACTR4 ENSG00000204138 Not Supported Not Supported +transcript 1 28764682 28826820 ENST00000373836 NA PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28764896 28764941 ENST00000373836 1 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28785596 28785769 ENST00000373836 2 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28786723 28786803 ENST00000373836 3 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28792196 28792360 ENST00000373836 4 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28792893 28793279 ENST00000373836 5 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28800066 28800663 ENST00000373836 6 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28802619 28802803 ENST00000373836 7 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28806963 28807116 ENST00000373836 8 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28815682 28815737 ENST00000373836 9 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28817463 28817524 ENST00000373836 10 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28818162 28818299 ENST00000373836 11 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28819527 28819603 ENST00000373836 12 PHACTR4 ENSG00000204138 Not Supported Not Supported +CDS 1 28823046 28823058 ENST00000373836 13 PHACTR4 ENSG00000204138 Not Supported Not Supported +transcript 1 28749066 28749166 ENST00000384052 NA Y_RNA ENSG00000206779 Not Supported Not Supported +transcript 1 28780052 28780445 ENST00000438601 NA RP1-308E4.1 ENSG00000229820 Not Supported Not Supported +transcript 1 28807874 28807992 ENST00000408289 NA RNU6ATAC27P ENSG00000221216 Not Supported Not Supported +transcript 1 28832455 28865708 ENST00000398958 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000398958 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000398958 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000398958 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000398958 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000398958 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000398958 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862893 ENST00000398958 10 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28863259 28863411 ENST00000398958 11 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28864344 28864516 ENST00000398958 12 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28832502 28862411 ENST00000427469 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000427469 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000427469 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000427469 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000427469 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000427469 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862411 ENST00000427469 9 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28832568 28862431 ENST00000434290 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28843351 28843365 ENST00000434290 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856370 28856451 ENST00000434290 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000434290 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000434290 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28859186 28859269 ENST00000434290 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000434290 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000434290 10 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862431 ENST00000434290 11 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28832569 28865812 ENST00000373833 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000373833 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000373833 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000373833 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000373833 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000373833 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000373833 10 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862893 ENST00000373833 11 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28863259 28863411 ENST00000373833 12 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28864344 28864516 ENST00000373833 13 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28836589 28862538 ENST00000419074 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000419074 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000419074 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000419074 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000419074 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000419074 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000419074 8 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28844648 28865495 ENST00000373832 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000373832 2 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000373832 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000373832 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000373832 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000373832 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000373832 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862893 ENST00000373832 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28863259 28863411 ENST00000373832 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28864344 28864516 ENST00000373832 10 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28844769 28864676 ENST00000373831 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000373831 2 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28857035 28857127 ENST00000373831 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000373831 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000373831 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000373831 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000373831 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000373831 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862893 ENST00000373831 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28863259 28863411 ENST00000373831 10 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28864344 28864516 ENST00000373831 11 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28844778 28863387 ENST00000411533 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000411533 2 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28857035 28857085 ENST00000411533 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000411533 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000411533 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000411533 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000411533 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000411533 8 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862893 ENST00000411533 9 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28863259 28863387 ENST00000411533 10 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28845138 28858330 ENST00000486790 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28845173 28845469 ENST00000486790 1 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856370 28856451 ENST00000486790 2 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28857035 28857085 ENST00000486790 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858330 ENST00000486790 4 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28845207 28862805 ENST00000430407 NA RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28856379 28856451 ENST00000430407 2 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858315 28858502 ENST00000430407 3 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28858683 28858862 ENST00000430407 4 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861562 28861658 ENST00000430407 5 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28861770 28861892 ENST00000430407 6 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862383 28862538 ENST00000430407 7 RCC1 ENSG00000180198 Not Supported Not Supported +CDS 1 28862774 28862805 ENST00000430407 8 RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28858447 28862417 ENST00000429051 NA RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28862605 28864410 ENST00000478232 NA RCC1 ENSG00000180198 Not Supported Not Supported +transcript 1 28832492 28837404 ENST00000413987 NA SNHG3 ENSG00000242125 Not Supported Not Supported +transcript 1 28832555 28834782 ENST00000447507 NA SNHG3 ENSG00000242125 Not Supported Not Supported +transcript 1 28832863 28836145 ENST00000437681 NA SNHG3 ENSG00000242125 Not Supported Not Supported +transcript 1 28833878 28834083 ENST00000364938 NA SNHG3 ENSG00000242125 Not Supported Not Supported +transcript 1 28835071 28835274 ENST00000363217 NA SNORA73B ENSG00000200087 Not Supported Not Supported +transcript 1 28843988 28844087 ENST00000459072 NA snoU13 ENSG00000238821 Not Supported Not Supported +transcript 1 28852830 28853739 ENST00000447051 NA PRDX3P2 ENSG00000231468 Not Supported Not Supported +transcript 1 28879597 28905051 ENST00000373830 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28879623 28879649 ENST00000373830 1 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28880152 28880249 ENST00000373830 2 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28887145 28887244 ENST00000373830 3 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28887858 28887910 ENST00000373830 4 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28891215 28891346 ENST00000373830 5 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28893806 28893925 ENST00000373830 6 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28897688 28897850 ENST00000373830 7 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28898379 28898412 ENST00000373830 8 TRNAU1AP ENSG00000180098 Not Supported Not Supported +CDS 1 28904012 28904145 ENST00000373830 9 TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879599 28892302 ENST00000495995 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879609 28880560 ENST00000411406 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879611 28904256 ENST00000480930 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879618 28904276 ENST00000491577 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879619 28887759 ENST00000464880 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879745 28887544 ENST00000497790 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28879759 28893844 ENST00000495215 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28880184 28892014 ENST00000464093 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28887145 28904287 ENST00000484775 NA TRNAU1AP ENSG00000180098 Not Supported Not Supported +transcript 1 28905050 28907522 ENST00000464612 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905050 28907741 ENST00000475441 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905050 28908346 ENST00000531126 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905050 28908354 ENST00000461448 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905050 28908384 ENST00000470977 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905051 28908383 ENST00000474814 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905052 28908175 ENST00000481368 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905053 28908365 ENST00000481220 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905053 28909495 ENST00000488745 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905058 28908330 ENST00000483436 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28906276 28906405 ENST00000384581 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28906847 28908365 ENST00000464115 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28906871 28908369 ENST00000461832 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28906893 28907024 ENST00000384584 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28907432 28907566 ENST00000384342 NA SNHG12 ENSG00000197989 Not Supported Not Supported +transcript 1 28905261 28905334 ENST00000408612 NA SNORD99 ENSG00000221539 Not Supported Not Supported +transcript 1 28915835 28944542 ENST00000471683 NA TAF12 ENSG00000120656 Not Supported Not Supported +transcript 1 28929362 28969578 ENST00000373824 NA TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28948426 28948593 ENST00000373824 2 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28944465 28944542 ENST00000373824 3 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28939759 28939873 ENST00000373824 4 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28931884 28931972 ENST00000373824 5 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28930054 28930086 ENST00000373824 6 TAF12 ENSG00000120656 Not Supported Not Supported +transcript 1 28929613 28969517 ENST00000263974 NA TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28948426 28948593 ENST00000263974 2 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28944465 28944542 ENST00000263974 3 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28939759 28939873 ENST00000263974 4 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28931884 28931972 ENST00000263974 5 TAF12 ENSG00000120656 Not Supported Not Supported +CDS 1 28930054 28930086 ENST00000263974 6 TAF12 ENSG00000120656 Not Supported Not Supported +transcript 1 28939759 28969597 ENST00000495422 NA TAF12 ENSG00000120656 Not Supported Not Supported +transcript 1 28918712 28921955 ENST00000373826 NA RAB42 ENSG00000188060 Not Supported Not Supported +CDS 1 28920312 28920626 ENST00000373826 2 RAB42 ENSG00000188060 Not Supported Not Supported +transcript 1 28919027 28920812 ENST00000465518 NA RAB42 ENSG00000188060 Not Supported Not Supported +transcript 1 28969740 28975042 ENST00000420776 NA RP11-442N24__B.1 ENSG00000229388 Not Supported Not Supported +transcript 1 28972603 28975093 ENST00000427804 NA RP11-442N24__B.1 ENSG00000229388 Not Supported Not Supported +transcript 1 28975112 28975242 ENST00000602813 NA RNU11 ENSG00000270103 Not Supported Not Supported +transcript 1 28975112 28975245 ENST00000387069 NA RNU11 ENSG00000270103 Not Supported Not Supported +transcript 1 28995244 29045865 ENST00000373816 NA GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29010125 29010252 ENST00000373816 2 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29016616 29016698 ENST00000373816 3 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29018097 29018221 ENST00000373816 4 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29019454 29019557 ENST00000373816 5 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29023439 29023596 ENST00000373816 6 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29028950 29029081 ENST00000373816 7 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29030704 29030841 ENST00000373816 8 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29037032 29037154 ENST00000373816 9 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29040585 29041282 ENST00000373816 10 GMEB1 ENSG00000162419 Not Supported Not Supported +transcript 1 28995290 29041398 ENST00000361872 NA GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29010125 29010252 ENST00000361872 2 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29016616 29016698 ENST00000361872 3 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29018097 29018221 ENST00000361872 4 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29019454 29019557 ENST00000361872 5 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29023439 29023596 ENST00000361872 6 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29028950 29029081 ENST00000361872 7 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29030704 29030841 ENST00000361872 8 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29037032 29037154 ENST00000361872 9 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29040585 29041282 ENST00000361872 10 GMEB1 ENSG00000162419 Not Supported Not Supported +transcript 1 28995292 29041385 ENST00000294409 NA GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29010125 29010252 ENST00000294409 2 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29016586 29016698 ENST00000294409 3 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29018097 29018221 ENST00000294409 4 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29019454 29019557 ENST00000294409 5 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29023439 29023596 ENST00000294409 6 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29028950 29029081 ENST00000294409 7 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29030704 29030841 ENST00000294409 8 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29037032 29037154 ENST00000294409 9 GMEB1 ENSG00000162419 Not Supported Not Supported +CDS 1 29040585 29041282 ENST00000294409 10 GMEB1 ENSG00000162419 Not Supported Not Supported +transcript 1 29010076 29041577 ENST00000480454 NA GMEB1 ENSG00000162419 Not Supported Not Supported +transcript 1 29016177 29016306 ENST00000516968 NA SCARNA24 ENSG00000252777 Not Supported Not Supported +transcript 1 29063133 29069383 ENST00000474884 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29063633 29063659 ENST00000474884 2 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064170 29064194 ENST00000474884 3 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064771 29064850 ENST00000474884 4 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29068915 29069383 ENST00000474884 5 YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29063133 29096286 ENST00000542507 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29063633 29063659 ENST00000542507 2 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064170 29064194 ENST00000542507 3 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064771 29064850 ENST00000542507 4 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29068915 29070498 ENST00000542507 5 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29095441 29095461 ENST00000542507 6 YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29063271 29096287 ENST00000373812 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29063633 29063659 ENST00000373812 1 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064170 29064194 ENST00000373812 2 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064771 29064850 ENST00000373812 3 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29068915 29070498 ENST00000373812 4 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29095441 29095461 ENST00000373812 5 YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29063452 29096286 ENST00000541996 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29068933 29070498 ENST00000541996 3 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29095441 29095461 ENST00000541996 4 YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29063462 29095637 ENST00000478283 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29063477 29069514 ENST00000496288 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29063633 29063659 ENST00000496288 1 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064170 29064194 ENST00000496288 2 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29064771 29064841 ENST00000496288 3 YTHDF2 ENSG00000198492 Not Supported Not Supported +CDS 1 29068915 29069514 ENST00000496288 4 YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29064262 29069144 ENST00000475796 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29064262 29069411 ENST00000476976 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29065603 29069395 ENST00000468863 NA YTHDF2 ENSG00000198492 Not Supported Not Supported +transcript 1 29138654 29190208 ENST00000234961 NA OPRD1 ENSG00000116329 Not Supported Not Supported +CDS 1 29138896 29139122 ENST00000234961 1 OPRD1 ENSG00000116329 Not Supported Not Supported +CDS 1 29185466 29185815 ENST00000234961 2 OPRD1 ENSG00000116329 Not Supported Not Supported +CDS 1 29189254 29189792 ENST00000234961 3 OPRD1 ENSG00000116329 Not Supported Not Supported +transcript 1 29194087 29197779 ENST00000443593 NA RP1-212P9.2 ENSG00000226852 Not Supported Not Supported +transcript 1 29196995 29203848 ENST00000418471 NA RP1-212P9.3 ENSG00000233427 Not Supported Not Supported +transcript 1 29208238 29208347 ENST00000362886 NA Y_RNA ENSG00000199756 Not Supported Not Supported +transcript 1 29213603 29446532 ENST00000343067 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000343067 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000343067 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000343067 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000343067 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000343067 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000343067 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000343067 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000343067 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000343067 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000343067 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000343067 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385101 29385157 ENST00000343067 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385323 29385364 ENST00000343067 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000343067 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000343067 16 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000343067 17 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000343067 18 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000343067 19 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000343067 20 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213603 29446532 ENST00000356093 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000356093 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000356093 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000356093 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000356093 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000356093 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000356093 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000356093 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000356093 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000356093 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000356093 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000356093 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000356093 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000356093 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000356093 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000356093 16 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000356093 17 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000356093 18 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213603 29446532 ENST00000398863 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000398863 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000398863 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000398863 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000398863 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000398863 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000398863 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000398863 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000398863 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000398863 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000398863 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000398863 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000398863 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000398863 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000398863 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000398863 16 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213633 29319968 ENST00000482464 NA EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213636 29443626 ENST00000373800 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29320001 29320054 ENST00000373800 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000373800 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000373800 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000373800 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000373800 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000373800 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000373800 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000373800 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000373800 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000373800 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000373800 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000373800 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000373800 16 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000373800 17 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000373800 18 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213636 29443626 ENST00000349460 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29320001 29320054 ENST00000349460 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000349460 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000349460 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000349460 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000349460 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000349460 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000349460 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000349460 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000349460 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000349460 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385101 29385157 ENST00000349460 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000349460 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000349460 16 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000349460 17 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000349460 18 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000349460 19 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000349460 20 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29213684 29443626 ENST00000347529 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000347529 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000347529 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000347529 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000347529 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000347529 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000347529 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000347529 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000347529 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000347529 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000347529 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000347529 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000347529 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000347529 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000347529 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000347529 16 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29220253 29446553 ENST00000373798 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000373798 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000373798 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000373798 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000373798 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000373798 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000373798 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000373798 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000373798 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000373798 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000373798 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000373798 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385101 29385157 ENST00000373798 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385323 29385364 ENST00000373798 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000373798 15 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391670 ENST00000373798 16 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29424319 29424447 ENST00000373798 17 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29435848 29435949 ENST00000373798 18 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29438880 29438960 ENST00000373798 19 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29442211 29442306 ENST00000373798 20 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29241091 29391733 ENST00000373797 NA EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29313950 29314417 ENST00000373797 2 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29319842 29320054 ENST00000373797 3 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29323727 29323831 ENST00000373797 4 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29338377 29338419 ENST00000373797 5 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29342204 29342279 ENST00000373797 6 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29344736 29344954 ENST00000373797 7 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29356912 29356999 ENST00000373797 8 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29359605 29359757 ENST00000373797 9 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29362338 29362435 ENST00000373797 10 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29365766 29365938 ENST00000373797 11 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29379616 29379824 ENST00000373797 12 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29385101 29385157 ENST00000373797 13 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29386934 29386996 ENST00000373797 14 EPB41 ENSG00000159023 Not Supported Not Supported +CDS 1 29391494 29391688 ENST00000373797 15 EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29385116 29424361 ENST00000488277 NA EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29391469 29435870 ENST00000490308 NA EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29422744 29446550 ENST00000460378 NA EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29424099 29436250 ENST00000462032 NA EPB41 ENSG00000159023 Not Supported Not Supported +transcript 1 29308790 29309120 ENST00000425821 NA RP4-604A21.1 ENSG00000225616 Not Supported Not Supported +transcript 1 29312222 29312322 ENST00000383977 NA Y_RNA ENSG00000206704 Not Supported Not Supported +transcript 1 29445940 29450447 ENST00000521452 NA TMEM200B ENSG00000253304 Not Supported Not Supported +CDS 1 29447420 29448340 ENST00000521452 2 TMEM200B ENSG00000253304 Not Supported Not Supported +transcript 1 29445946 29449013 ENST00000420504 NA TMEM200B ENSG00000253304 Not Supported Not Supported +CDS 1 29447420 29448340 ENST00000420504 2 TMEM200B ENSG00000253304 Not Supported Not Supported +transcript 1 29471006 29473506 ENST00000413004 NA RP11-242O24.3 ENSG00000225750 Not Supported Not Supported +transcript 1 29474255 29508499 ENST00000373795 NA SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29508158 29508264 ENST00000373795 1 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29486887 29487029 ENST00000373795 2 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29485886 29485998 ENST00000373795 3 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29481208 29481422 ENST00000373795 4 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29476615 29476704 ENST00000373795 5 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29474925 29475738 ENST00000373795 6 SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29474657 29508410 ENST00000546138 NA SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29508158 29508264 ENST00000546138 1 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29486887 29487029 ENST00000546138 2 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29485886 29485998 ENST00000546138 3 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29475628 29475738 ENST00000546138 4 SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29475183 29508394 ENST00000466448 NA SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29481209 29487075 ENST00000497015 NA SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29481248 29508402 ENST00000605204 NA SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29508158 29508264 ENST00000605204 1 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29495015 29495150 ENST00000605204 2 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29493241 29493424 ENST00000605204 3 SRSF4 ENSG00000116350 Not Supported Not Supported +CDS 1 29492524 29492576 ENST00000605204 4 SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29481384 29486052 ENST00000477193 NA SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29485896 29486981 ENST00000489898 NA SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29486894 29495151 ENST00000472353 NA SRSF4 ENSG00000116350 Not Supported Not Supported +transcript 1 29479001 29479503 ENST00000450108 NA RP11-242O24.5 ENSG00000227637 Not Supported Not Supported +transcript 1 29519385 29557436 ENST00000373791 NA MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29543100 29543145 ENST00000373791 2 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29542517 29542648 ENST00000373791 3 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29533274 29533417 ENST00000373791 4 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29529643 29529745 ENST00000373791 5 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29528455 29528557 ENST00000373791 6 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29527028 29527101 ENST00000373791 7 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29522710 29522770 ENST00000373791 8 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29522453 29522525 ENST00000373791 9 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29520537 29520691 ENST00000373791 10 MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29520323 29529713 ENST00000475773 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29520329 29527101 ENST00000483435 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29520329 29557444 ENST00000263702 NA MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29557243 29557418 ENST00000263702 1 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29543100 29543197 ENST00000263702 2 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29542517 29542648 ENST00000263702 3 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29533274 29533417 ENST00000263702 4 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29529643 29529745 ENST00000263702 5 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29528455 29528557 ENST00000263702 6 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29527028 29527101 ENST00000263702 7 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29522710 29522770 ENST00000263702 8 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29522453 29522525 ENST00000263702 9 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29520537 29520691 ENST00000263702 10 MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29520386 29543125 ENST00000473030 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29520544 29542541 ENST00000463412 NA MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29542517 29542541 ENST00000463412 1 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29533274 29533417 ENST00000463412 2 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29529643 29529745 ENST00000463412 3 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29528455 29528557 ENST00000463412 4 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29527028 29527101 ENST00000463412 5 MECR ENSG00000116353 Not Supported Not Supported +CDS 1 29522581 29522770 ENST00000463412 6 MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29522456 29533340 ENST00000453185 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29522459 29547424 ENST00000478505 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29522654 29557406 ENST00000490529 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29526836 29529682 ENST00000464511 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29528529 29557413 ENST00000463052 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29529654 29557418 ENST00000489248 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29529728 29557409 ENST00000475861 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29533286 29557427 ENST00000474946 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29542549 29550061 ENST00000464915 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29542605 29557403 ENST00000482610 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29543113 29557454 ENST00000484012 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29547395 29557454 ENST00000493928 NA MECR ENSG00000116353 Not Supported Not Supported +transcript 1 29550445 29551328 ENST00000427046 NA RP11-467D18.2 ENSG00000237934 Not Supported Not Supported +transcript 1 29563028 29652173 ENST00000345512 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000345512 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000345512 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000345512 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000345512 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000345512 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000345512 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000345512 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000345512 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000345512 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000345512 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000345512 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000345512 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000345512 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000345512 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29616195 29616224 ENST00000345512 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000345512 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000345512 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000345512 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000345512 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000345512 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638065 ENST00000345512 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000345512 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000345512 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000345512 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000345512 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000345512 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000345512 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000345512 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650143 29650300 ENST00000345512 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000345512 30 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000345512 31 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29563028 29653312 ENST00000373779 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000373779 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000373779 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000373779 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000373779 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000373779 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000373779 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000373779 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000373779 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000373779 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000373779 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000373779 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000373779 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000373779 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000373779 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000373779 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000373779 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000373779 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000373779 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000373779 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638065 ENST00000373779 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000373779 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000373779 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000373779 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000373779 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000373779 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000373779 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000373779 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650143 29650300 ENST00000373779 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000373779 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000373779 30 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29563047 29653313 ENST00000356870 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000356870 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000356870 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000356870 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000356870 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000356870 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000356870 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000356870 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000356870 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000356870 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000356870 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000356870 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000356870 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000356870 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000356870 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000356870 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000356870 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000356870 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000356870 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29633641 29633658 ENST00000356870 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000356870 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638065 ENST00000356870 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000356870 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000356870 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000356870 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000356870 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000356870 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000356870 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000356870 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650143 29650300 ENST00000356870 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000356870 30 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000356870 31 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29563047 29653313 ENST00000323874 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000323874 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000323874 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000323874 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000323874 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000323874 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000323874 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000323874 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000323874 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000323874 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000323874 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000323874 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000323874 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000323874 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000323874 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000323874 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000323874 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000323874 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000323874 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29632088 29632105 ENST00000323874 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000323874 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638065 ENST00000323874 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000323874 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000323874 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000323874 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000323874 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000323874 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000323874 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000323874 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650143 29650300 ENST00000323874 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000323874 30 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000323874 31 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29563061 29653325 ENST00000428026 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000428026 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000428026 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000428026 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000428026 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000428026 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000428026 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000428026 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000428026 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000428026 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000428026 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000428026 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000428026 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000428026 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000428026 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000428026 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000428026 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000428026 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000428026 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000428026 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638056 ENST00000428026 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000428026 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000428026 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000428026 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000428026 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000428026 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000428026 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000428026 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650143 29650300 ENST00000428026 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000428026 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000428026 30 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29563151 29653181 ENST00000460170 NA PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29563157 29563229 ENST00000460170 1 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29581787 29581918 ENST00000460170 2 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585017 29585288 ENST00000460170 3 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585773 29585854 ENST00000460170 4 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29585961 29586076 ENST00000460170 5 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29586382 29586556 ENST00000460170 6 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29587122 29587415 ENST00000460170 7 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29601960 29602268 ENST00000460170 8 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605524 29605633 ENST00000460170 9 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29605968 29606169 ENST00000460170 10 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29606551 29606653 ENST00000460170 11 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29609188 29609461 ENST00000460170 12 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29610452 29610488 ENST00000460170 13 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29611243 29611381 ENST00000460170 14 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29618381 29618538 ENST00000460170 15 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29630367 29630557 ENST00000460170 16 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631286 29631361 ENST00000460170 17 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29631864 29631940 ENST00000460170 18 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29633641 29633658 ENST00000460170 19 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637256 29637292 ENST00000460170 20 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29637968 29638065 ENST00000460170 21 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29638155 29638271 ENST00000460170 22 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29639064 29639218 ENST00000460170 23 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29641884 29642019 ENST00000460170 24 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29642514 29642663 ENST00000460170 25 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29644260 29644433 ENST00000460170 26 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29647197 29647337 ENST00000460170 27 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29649883 29650008 ENST00000460170 28 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29650149 29650300 ENST00000460170 29 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29651703 29651838 ENST00000460170 30 PTPRU ENSG00000060656 Not Supported Not Supported +CDS 1 29652111 29652170 ENST00000460170 31 PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29586693 29602197 ENST00000527027 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29606063 29639218 ENST00000415600 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29610235 29630552 ENST00000531385 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29637858 29639171 ENST00000526080 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29644272 29651810 ENST00000493601 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29646722 29652724 ENST00000465525 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29649730 29652162 ENST00000492954 NA PTPRU ENSG00000060656 Not Supported Not Supported +transcript 1 29580054 29580195 ENST00000408623 NA AL645859.1 ENSG00000221550 Not Supported Not Supported +transcript 1 29656132 29676626 ENST00000417651 NA RP3-437I16.1 ENSG00000230523 Not Supported Not Supported +transcript 1 29758993 29759074 ENST00000580128 NA AL139151.1 ENSG00000266678 Not Supported Not Supported +transcript 1 29814705 29823405 ENST00000515851 NA RP11-810H18.1 ENSG00000225011 Not Supported Not Supported +transcript 1 30117392 30117525 ENST00000408199 NA AC092265.1 ENSG00000221126 Not Supported Not Supported +transcript 1 30181698 30182394 ENST00000422638 NA RP4-656G21.1 ENSG00000228176 Not Supported Not Supported +transcript 1 30357749 30357852 ENST00000410855 NA AL645944.1 ENSG00000222787 Not Supported Not Supported +transcript 1 30377712 30378204 ENST00000603857 NA RP11-179G8.1 ENSG00000270927 Not Supported Not Supported +transcript 1 30486799 30510459 ENST00000445180 NA RP11-111I12.1 ENSG00000233399 Not Supported Not Supported +transcript 1 30613110 30614454 ENST00000441046 NA RP5-893G23.1 ENSG00000233372 Not Supported Not Supported +transcript 1 30699370 30699462 ENST00000442774 NA RP3-357I16.1 ENSG00000231251 Not Supported Not Supported +transcript 1 30882407 30884485 ENST00000427319 NA RP4-591L5.1 ENSG00000236335 Not Supported Not Supported +transcript 1 30888672 30893955 ENST00000420354 NA RP4-591L5.2 ENSG00000231949 Not Supported Not Supported +transcript 1 31184124 31196434 ENST00000373765 NA MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31196305 31196398 ENST00000373765 1 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31194252 31194598 ENST00000373765 2 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31191582 31191804 ENST00000373765 3 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31189637 31189762 ENST00000373765 4 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31188756 31189172 ENST00000373765 5 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31188004 31188156 ENST00000373765 6 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31187094 31187174 ENST00000373765 7 MATN1 ENSG00000162510 Not Supported Not Supported +CDS 1 31186432 31186478 ENST00000373765 8 MATN1 ENSG00000162510 Not Supported Not Supported +transcript 1 31186614 31188982 ENST00000494561 NA MATN1 ENSG00000162510 Not Supported Not Supported +transcript 1 31188873 31192098 ENST00000477320 NA MATN1 ENSG00000162510 Not Supported Not Supported +transcript 1 31191351 31199591 ENST00000414532 NA MATN1-AS1 ENSG00000186056 Not Supported Not Supported +transcript 1 31191619 31199674 ENST00000454613 NA MATN1-AS1 ENSG00000186056 Not Supported Not Supported +transcript 1 31191629 31194570 ENST00000414763 NA MATN1-AS1 ENSG00000186056 Not Supported Not Supported +transcript 1 31198567 31199211 ENST00000443076 NA MATN1-AS1 ENSG00000186056 Not Supported Not Supported +transcript 1 31205316 31230667 ENST00000294507 NA LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31230506 31230592 ENST00000294507 1 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31215303 31215396 ENST00000294507 2 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31214487 31214563 ENST00000294507 3 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31212656 31212784 ENST00000294507 4 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31211787 31211909 ENST00000294507 5 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31210451 31210546 ENST00000294507 6 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31208020 31208112 ENST00000294507 7 LAPTM5 ENSG00000162511 Not Supported Not Supported +CDS 1 31206678 31206764 ENST00000294507 8 LAPTM5 ENSG00000162511 Not Supported Not Supported +transcript 1 31206736 31219076 ENST00000464569 NA LAPTM5 ENSG00000162511 Not Supported Not Supported +transcript 1 31214536 31230604 ENST00000476492 NA LAPTM5 ENSG00000162511 Not Supported Not Supported +transcript 1 31212003 31212079 ENST00000583944 NA MIR4420 ENSG00000264773 Not Supported Not Supported +transcript 1 31283225 31288400 ENST00000440358 NA RP5-1125N11.1 ENSG00000229607 Not Supported Not Supported +transcript 1 31297075 31307131 ENST00000430320 NA RP1-65J11.1 ENSG00000223382 Not Supported Not Supported +transcript 1 31297522 31306580 ENST00000438790 NA RP1-65J11.1 ENSG00000223382 Not Supported Not Supported +transcript 1 31316670 31316957 ENST00000410852 NA RN7SKP91 ENSG00000222784 Not Supported Not Supported +transcript 1 31331005 31333101 ENST00000431202 NA RP1-65J11.5 ENSG00000235143 Not Supported Not Supported +transcript 1 31342314 31351587 ENST00000336798 NA SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31349399 31350094 ENST00000336798 1 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31347144 31347435 ENST00000336798 2 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31346061 31346224 ENST00000336798 3 SDC3 ENSG00000162512 Not Supported Not Supported +transcript 1 31345982 31381608 ENST00000339394 NA SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31381296 31381433 ENST00000339394 1 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31351470 31351587 ENST00000339394 2 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31349399 31350012 ENST00000339394 3 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31347144 31347435 ENST00000339394 4 SDC3 ENSG00000162512 Not Supported Not Supported +CDS 1 31346061 31346224 ENST00000339394 5 SDC3 ENSG00000162512 Not Supported Not Supported +transcript 1 31349614 31354276 ENST00000471567 NA SDC3 ENSG00000162512 Not Supported Not Supported +transcript 1 31351523 31353616 ENST00000487984 NA SDC3 ENSG00000162512 Not Supported Not Supported +transcript 1 31404353 31538542 ENST00000424085 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000424085 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000424085 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000424085 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453010 ENST00000424085 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000424085 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000424085 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000424085 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000424085 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000424085 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000424085 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000424085 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422980 31423108 ENST00000424085 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000424085 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000424085 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000424085 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000424085 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000424085 18 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31404353 31538545 ENST00000257075 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000257075 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000257075 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000257075 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000257075 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000257075 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000257075 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000257075 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453010 ENST00000257075 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000257075 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000257075 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000257075 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000257075 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000257075 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000257075 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000257075 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422980 31423108 ENST00000257075 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000257075 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000257075 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000257075 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000257075 21 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000257075 22 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31404353 31538551 ENST00000373747 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000373747 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000373747 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000373747 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000373747 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000373747 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000373747 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000373747 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453013 ENST00000373747 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000373747 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000373747 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000373747 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000373747 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000373747 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000373747 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000373747 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000373747 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000373747 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000373747 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000373747 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000373747 21 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000373747 22 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31404906 31538573 ENST00000525843 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31538536 31538573 ENST00000525843 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532424 ENST00000525843 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000525843 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000525843 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000525843 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000525843 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000525843 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000525843 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453013 ENST00000525843 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000525843 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000525843 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000525843 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000525843 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000525843 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000525843 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422980 31423108 ENST00000525843 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000525843 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000525843 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000525843 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000525843 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406058 31406189 ENST00000525843 21 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405673 31538542 ENST00000426105 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000426105 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000426105 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000426105 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000426105 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000426105 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000426105 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000426105 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453010 ENST00000426105 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000426105 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000426105 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000426105 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000426105 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000426105 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000426105 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000426105 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000426105 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000426105 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000426105 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000426105 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000426105 21 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000426105 22 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405691 31467906 ENST00000498419 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31467906 ENST00000498419 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000498419 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000498419 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453025 ENST00000498419 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000498419 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000498419 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000498419 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000498419 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000498419 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000498419 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000498419 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000498419 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000498419 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000498419 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000498419 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000498419 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406058 31406189 ENST00000498419 17 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405691 31538531 ENST00000440538 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000440538 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000440538 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000440538 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000440538 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000440538 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000440538 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000440538 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453013 ENST00000440538 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000440538 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000440538 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000440538 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439044 ENST00000440538 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000440538 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000440538 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000440538 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000440538 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000440538 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000440538 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000440538 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000440538 21 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000440538 22 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405697 31538838 ENST00000373741 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31538536 31538632 ENST00000373741 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532424 ENST00000373741 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000373741 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31479841 31479949 ENST00000373741 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31478700 31478878 ENST00000373741 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000373741 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000373741 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000373741 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453010 ENST00000373741 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000373741 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000373741 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000373741 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000373741 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000373741 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000373741 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000373741 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000373741 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000373741 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000373741 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000373741 20 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000373741 21 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000373741 22 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405710 31538540 ENST00000423018 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000423018 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000423018 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000423018 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000423018 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000423018 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453010 ENST00000423018 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000423018 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000423018 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000423018 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000423018 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000423018 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000423018 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000423018 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000423018 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000423018 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000423018 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000423018 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000423018 19 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31405927 31538632 ENST00000373742 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31538536 31538632 ENST00000373742 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532424 ENST00000373742 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501643 31501711 ENST00000373742 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31468067 ENST00000373742 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000373742 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000373742 6 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31452909 31453013 ENST00000373742 7 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000373742 8 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000373742 9 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440014 31440157 ENST00000373742 10 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31438829 31439125 ENST00000373742 11 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437757 ENST00000373742 12 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426828 ENST00000373742 13 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000373742 14 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422980 31423108 ENST00000373742 15 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000373742 16 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000373742 17 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000373742 18 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409490 31409682 ENST00000373742 19 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31406061 31406189 ENST00000373742 20 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31406152 31418219 ENST00000530669 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418219 ENST00000530669 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414769 31414970 ENST00000530669 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414118 31414119 ENST00000530669 3 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31409569 31426604 ENST00000529846 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426604 ENST00000529846 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000529846 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422974 31423108 ENST00000529846 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31418193 31418330 ENST00000529846 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000529846 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409569 31409682 ENST00000529846 6 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31409571 31426591 ENST00000525997 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426561 31426591 ENST00000525997 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31425081 31425210 ENST00000525997 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31422980 31423108 ENST00000525997 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31414845 31414970 ENST00000525997 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31413998 31414119 ENST00000525997 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31409571 31409682 ENST00000525997 6 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31418248 31437719 ENST00000527498 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31437521 31437719 ENST00000527498 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31426592 31426665 ENST00000527498 2 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31437735 31439227 ENST00000498627 NA PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31438863 31447706 ENST00000471894 NA PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31438994 31452980 ENST00000490546 NA PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31440072 31467951 ENST00000532678 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31467901 31467951 ENST00000532678 1 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31465237 31465507 ENST00000532678 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31454159 31454252 ENST00000532678 3 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31447498 31447649 ENST00000532678 4 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31441201 31441339 ENST00000532678 5 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31440072 31440157 ENST00000532678 6 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31447496 31454992 ENST00000526128 NA PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31454185 31538523 ENST00000526215 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532146 31532413 ENST00000526215 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501698 31501711 ENST00000526215 3 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31465288 31538542 ENST00000525948 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532146 31532413 ENST00000525948 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31501698 31501711 ENST00000525948 3 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31468029 31538530 ENST00000480602 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532051 31532413 ENST00000480602 2 PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31528219 31528227 ENST00000480602 3 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31501605 31538542 ENST00000524516 NA PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31532126 31534763 ENST00000531867 NA PUM1 ENSG00000134644 Not Supported Not Supported +CDS 1 31532126 31532413 ENST00000531867 2 PUM1 ENSG00000134644 Not Supported Not Supported +transcript 1 31408535 31408620 ENST00000363284 NA SNORD103A ENSG00000200154 Not Supported Not Supported +transcript 1 31421964 31422049 ENST00000365237 NA SNORD103B ENSG00000202107 Not Supported Not Supported +transcript 1 31441011 31441083 ENST00000363311 NA SNORD85 ENSG00000200181 Not Supported Not Supported +transcript 1 31509581 31510087 ENST00000417263 NA RP11-201O14.1 ENSG00000237329 Not Supported Not Supported +transcript 1 31523719 31523881 ENST00000429616 NA RP11-201O14.2 ENSG00000232768 Not Supported Not Supported +transcript 1 31567834 31568405 ENST00000322792 NA SEPW1P ENSG00000215900 Not Supported Not Supported +transcript 1 31581035 31581470 ENST00000441274 NA RP11-490K7.1 ENSG00000225142 Not Supported Not Supported +transcript 1 31652592 31712401 ENST00000373736 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31712341 31712394 ENST00000373736 1 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31660897 31661034 ENST00000373736 2 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31658094 31658174 ENST00000373736 3 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31656664 31656861 ENST00000373736 4 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31655377 31655437 ENST00000373736 5 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654707 31654788 ENST00000373736 6 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654553 31654559 ENST00000373736 7 NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31652593 31661000 ENST00000263693 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31660897 31660956 ENST00000263693 1 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31658094 31658174 ENST00000263693 2 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31656664 31656861 ENST00000263693 3 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31655377 31655437 ENST00000263693 4 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654707 31654788 ENST00000263693 5 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654553 31654559 ENST00000263693 6 NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31653387 31654523 ENST00000528449 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31653559 31661000 ENST00000398657 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31660897 31660956 ENST00000398657 1 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31656664 31656861 ENST00000398657 2 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31655377 31655437 ENST00000398657 3 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654707 31654788 ENST00000398657 4 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654553 31654559 ENST00000398657 5 NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31654436 31661000 ENST00000526106 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31660897 31661000 ENST00000526106 1 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31656664 31656861 ENST00000526106 2 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31655377 31655437 ENST00000526106 3 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654707 31654788 ENST00000526106 4 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31654550 31654559 ENST00000526106 5 NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31655398 31666767 ENST00000530145 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31660897 31660956 ENST00000530145 2 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31658094 31658174 ENST00000530145 3 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31656664 31656861 ENST00000530145 4 NKAIN1 ENSG00000084628 Not Supported Not Supported +CDS 1 31655398 31655437 ENST00000530145 5 NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31658010 31661243 ENST00000533581 NA NKAIN1 ENSG00000084628 Not Supported Not Supported +transcript 1 31732417 31769617 ENST00000263694 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31769458 31769598 ENST00000263694 1 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31766066 31766195 ENST00000263694 2 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31764760 31764853 ENST00000263694 3 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31762101 31762266 ENST00000263694 4 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31754221 31754343 ENST00000263694 5 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31744226 31744346 ENST00000263694 6 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31742005 31742087 ENST00000263694 7 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31740718 31740779 ENST00000263694 8 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31734376 31734479 ENST00000263694 9 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31732922 31732968 ENST00000263694 10 SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31732520 31734669 ENST00000486941 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31732521 31755330 ENST00000489853 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31732557 31742513 ENST00000373720 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31742005 31742172 ENST00000373720 1 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31740718 31740779 ENST00000373720 2 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31734376 31734479 ENST00000373720 3 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31732922 31732968 ENST00000373720 4 SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31732633 31733924 ENST00000491106 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31732796 31769662 ENST00000446633 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31769458 31769598 ENST00000446633 1 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31766066 31766195 ENST00000446633 2 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31764760 31764853 ENST00000446633 3 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31762101 31762266 ENST00000446633 4 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31754221 31754343 ENST00000446633 5 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31744226 31744346 ENST00000446633 6 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31742005 31742087 ENST00000446633 7 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31740718 31740779 ENST00000446633 8 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31734376 31734479 ENST00000446633 9 SNRNP40 ENSG00000060688 Not Supported Not Supported +CDS 1 31733821 31734023 ENST00000446633 10 SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31744055 31762266 ENST00000474025 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31765691 31769629 ENST00000463988 NA SNRNP40 ENSG00000060688 Not Supported Not Supported +transcript 1 31736092 31736528 ENST00000452686 NA RP11-490K7.4 ENSG00000229447 Not Supported Not Supported +transcript 1 31769842 31837783 ENST00000344147 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31782946 31783011 ENST00000344147 2 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31791956 31792013 ENST00000344147 3 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31810022 31810122 ENST00000344147 4 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31811804 31811895 ENST00000344147 5 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31819487 31819587 ENST00000344147 6 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31821676 31821821 ENST00000344147 7 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31836879 31837037 ENST00000344147 8 ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31769845 31821815 ENST00000479629 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31769855 31837783 ENST00000373714 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31782946 31783011 ENST00000373714 2 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31791956 31792013 ENST00000373714 3 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31810022 31810122 ENST00000373714 4 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31811804 31811895 ENST00000373714 5 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31819487 31819587 ENST00000373714 6 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31821676 31821821 ENST00000373714 7 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31836879 31837037 ENST00000373714 8 ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31769879 31837105 ENST00000546109 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31791042 31791083 ENST00000546109 3 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31791956 31792013 ENST00000546109 4 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31810022 31810122 ENST00000546109 5 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31811804 31811895 ENST00000546109 6 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31819487 31819587 ENST00000546109 7 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31821676 31821821 ENST00000546109 8 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31836879 31837037 ENST00000546109 9 ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31769883 31837399 ENST00000422613 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31791962 31792013 ENST00000422613 2 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31810022 31810122 ENST00000422613 3 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31811804 31811895 ENST00000422613 4 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31819487 31819665 ENST00000422613 5 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31821676 31821821 ENST00000422613 6 ZCCHC17 ENSG00000121766 Not Supported Not Supported +CDS 1 31836879 31837037 ENST00000422613 7 ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31769894 31811808 ENST00000490049 NA ZCCHC17 ENSG00000121766 Not Supported Not Supported +transcript 1 31805914 31819646 ENST00000430143 NA RP11-266K22.2 ENSG00000229044 Not Supported Not Supported +transcript 1 31838472 31845923 ENST00000373713 NA FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31845789 31845861 ENST00000373713 1 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31842232 31842404 ENST00000373713 2 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31840240 31840341 ENST00000373713 3 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31838736 31838786 ENST00000373713 4 FABP3 ENSG00000121769 Not Supported Not Supported +transcript 1 31838560 31842437 ENST00000497275 NA FABP3 ENSG00000121769 Not Supported Not Supported +transcript 1 31838568 31845920 ENST00000498148 NA FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31845789 31845861 ENST00000498148 1 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31842232 31842404 ENST00000498148 2 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31841963 31841983 ENST00000498148 3 FABP3 ENSG00000121769 Not Supported Not Supported +transcript 1 31838738 31849697 ENST00000482018 NA FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31845789 31845861 ENST00000482018 3 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31842232 31842404 ENST00000482018 4 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31840240 31840341 ENST00000482018 5 FABP3 ENSG00000121769 Not Supported Not Supported +CDS 1 31838738 31838786 ENST00000482018 6 FABP3 ENSG00000121769 Not Supported Not Supported +transcript 1 31882412 31907524 ENST00000373710 NA SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31882685 31882699 ENST00000373710 1 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31883232 31883282 ENST00000373710 2 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31896540 31896701 ENST00000373710 3 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31897530 31897720 ENST00000373710 4 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898177 31898256 ENST00000373710 5 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898623 31898760 ENST00000373710 6 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31899501 31899670 ENST00000373710 7 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31901825 31901915 ENST00000373710 8 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31902244 31902385 ENST00000373710 9 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31905814 31906032 ENST00000373710 10 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31906911 31907043 ENST00000373710 11 SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31883048 31907437 ENST00000536859 NA SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31883232 31883282 ENST00000536859 1 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31896540 31896701 ENST00000536859 2 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31897530 31897720 ENST00000536859 3 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898177 31898256 ENST00000536859 4 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898623 31898760 ENST00000536859 5 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31899501 31899670 ENST00000536859 6 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31901825 31901915 ENST00000536859 7 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31902244 31902385 ENST00000536859 8 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31905814 31906032 ENST00000536859 9 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31906911 31907043 ENST00000536859 10 SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31883064 31898705 ENST00000487207 NA SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31885963 31907525 ENST00000373709 NA SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31886113 31886151 ENST00000373709 1 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31896540 31896701 ENST00000373709 2 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31897530 31897720 ENST00000373709 3 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898177 31898256 ENST00000373709 4 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898623 31898760 ENST00000373709 5 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31899501 31899670 ENST00000373709 6 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31901825 31901915 ENST00000373709 7 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31902244 31902385 ENST00000373709 8 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31905814 31906032 ENST00000373709 9 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31906911 31907043 ENST00000373709 10 SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31886660 31907524 ENST00000491976 NA SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31886660 31907521 ENST00000536384 NA SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31886861 31886911 ENST00000536384 1 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31896540 31896701 ENST00000536384 2 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31897530 31897720 ENST00000536384 3 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898177 31898256 ENST00000536384 4 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31898623 31898760 ENST00000536384 5 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31899501 31899670 ENST00000536384 6 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31901825 31901915 ENST00000536384 7 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31902244 31902385 ENST00000536384 8 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31905814 31906032 ENST00000536384 9 SERINC2 ENSG00000168528 Not Supported Not Supported +CDS 1 31906911 31907043 ENST00000536384 10 SERINC2 ENSG00000168528 Not Supported Not Supported +transcript 1 31902192 31902614 ENST00000596131 NA AC114494.1 ENSG00000268950 Not Supported Not Supported +CDS 1 31902195 31902614 ENST00000596131 1 AC114494.1 ENSG00000268950 Not Supported Not Supported +transcript 1 31960436 31961777 ENST00000401075 NA RP11-439L8.2 ENSG00000215899 Not Supported Not Supported +transcript 1 31970419 31970525 ENST00000384254 NA RNU6-40P ENSG00000206981 Not Supported Not Supported +transcript 1 31971841 31974167 ENST00000418618 NA RP11-439L8.3 ENSG00000228682 Not Supported Not Supported +transcript 1 31984036 31989846 ENST00000412068 NA RP11-439L8.4 ENSG00000223907 Not Supported Not Supported +transcript 1 31987964 31989190 ENST00000417514 NA RP11-439L8.4 ENSG00000223907 Not Supported Not Supported +transcript 1 32037186 32041174 ENST00000435872 NA RP11-73M7.1 ENSG00000229167 Not Supported Not Supported +transcript 1 32042116 32053288 ENST00000457433 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32042750 32043059 ENST00000457433 2 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32044805 32044868 ENST00000457433 3 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32049062 32049176 ENST00000457433 4 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050279 32050402 ENST00000457433 5 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050487 32050637 ENST00000457433 6 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050752 32050941 ENST00000457433 7 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32051041 32051086 ENST00000457433 8 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32051354 32051477 ENST00000457433 9 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32052311 32052356 ENST00000457433 10 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32052440 32052577 ENST00000457433 11 TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042116 32046561 ENST00000441210 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32042750 32043059 ENST00000441210 2 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32044805 32044868 ENST00000441210 3 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32045889 32046336 ENST00000441210 4 TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042136 32053287 ENST00000271064 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32042750 32043059 ENST00000271064 2 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32044805 32044868 ENST00000271064 3 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32048750 32048842 ENST00000271064 4 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32049062 32049176 ENST00000271064 5 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050279 32050402 ENST00000271064 6 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050487 32050637 ENST00000271064 7 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32050752 32050941 ENST00000271064 8 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32051041 32051086 ENST00000271064 9 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32051354 32051477 ENST00000271064 10 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32052311 32052356 ENST00000271064 11 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32052440 32052577 ENST00000271064 12 TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042139 32050635 ENST00000537531 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32042750 32043059 ENST00000537531 2 TINAGL1 ENSG00000142910 Not Supported Not Supported +CDS 1 32048750 32048811 ENST00000537531 3 TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042143 32050637 ENST00000461030 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042146 32043363 ENST00000466998 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042169 32050941 ENST00000478398 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32042635 32053285 ENST00000481165 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32043746 32051086 ENST00000468635 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32045354 32051477 ENST00000498429 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32049114 32053287 ENST00000463112 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32050752 32052043 ENST00000480586 NA TINAGL1 ENSG00000142910 Not Supported Not Supported +transcript 1 32083287 32089350 ENST00000485464 NA HCRTR1 ENSG00000121764 Not Supported Not Supported +transcript 1 32083287 32093214 ENST00000468521 NA HCRTR1 ENSG00000121764 Not Supported Not Supported +transcript 1 32083301 32092919 ENST00000403528 NA HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32084794 32084992 ENST00000403528 3 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32085133 32085311 ENST00000403528 4 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32086444 32086687 ENST00000403528 5 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32087078 32087193 ENST00000403528 6 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32089124 32089350 ENST00000403528 7 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32090598 32090719 ENST00000403528 8 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32092391 32092578 ENST00000403528 9 HCRTR1 ENSG00000121764 Not Supported Not Supported +transcript 1 32084641 32092792 ENST00000373706 NA HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32084794 32084992 ENST00000373706 1 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32085133 32085311 ENST00000373706 2 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32086444 32086687 ENST00000373706 3 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32087078 32087193 ENST00000373706 4 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32089124 32089350 ENST00000373706 5 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32090598 32090719 ENST00000373706 6 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32092391 32092578 ENST00000373706 7 HCRTR1 ENSG00000121764 Not Supported Not Supported +transcript 1 32084794 32098119 ENST00000373705 NA HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32084794 32084992 ENST00000373705 1 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32085133 32085311 ENST00000373705 2 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32086444 32086687 ENST00000373705 3 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32087078 32087193 ENST00000373705 4 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32089124 32089350 ENST00000373705 5 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32090598 32090719 ENST00000373705 6 HCRTR1 ENSG00000121764 Not Supported Not Supported +CDS 1 32098037 32098116 ENST00000373705 7 HCRTR1 ENSG00000121764 Not Supported Not Supported +transcript 1 32095463 32110488 ENST00000373703 NA PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32110442 32110465 ENST00000373703 1 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32100823 32101123 ENST00000373703 2 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32098760 32098915 ENST00000373703 3 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32098096 32098239 ENST00000373703 4 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32096217 32096443 ENST00000373703 5 PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32095941 32100861 ENST00000461006 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32096050 32110497 ENST00000478502 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32096390 32110190 ENST00000489164 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32098760 32110202 ENST00000492061 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32098841 32110156 ENST00000496805 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32098865 32110197 ENST00000472443 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32098876 32101073 ENST00000471219 NA PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32099887 32110474 ENST00000440872 NA PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32110442 32110465 ENST00000440872 1 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32100823 32101123 ENST00000440872 2 PEF1 ENSG00000162517 Not Supported Not Supported +CDS 1 32100450 32100544 ENST00000440872 3 PEF1 ENSG00000162517 Not Supported Not Supported +transcript 1 32109650 32125377 ENST00000610043 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32109650 32125505 ENST00000609625 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32109650 32125505 ENST00000609549 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110361 32125505 ENST00000608332 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110590 32125383 ENST00000585660 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110612 32125417 ENST00000591592 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110618 32125505 ENST00000608246 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110637 32125505 ENST00000608888 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110650 32125505 ENST00000610216 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110650 32125505 ENST00000607926 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110854 32125530 ENST00000585413 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110864 32125452 ENST00000609033 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110864 32125527 ENST00000589462 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110889 32125530 ENST00000593188 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110897 32125465 ENST00000609373 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110897 32125527 ENST00000587445 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110920 32125529 ENST00000591929 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110923 32125505 ENST00000609338 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32121710 32125539 ENST00000445166 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32122859 32125530 ENST00000588288 NA RP11-73M7.6 ENSG00000235790 Not Supported Not Supported +transcript 1 32110295 32114972 ENST00000581333 NA RP11-73M7.9 ENSG00000264078 Not Supported Not Supported +transcript 1 32117848 32169920 ENST00000373672 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32167722 32167794 ENST00000373672 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165642 32165716 ENST00000373672 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165414 32165531 ENST00000373672 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32164084 32164207 ENST00000373672 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32163507 32163773 ENST00000373672 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162821 32162901 ENST00000373672 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162564 32162689 ENST00000373672 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161689 32161742 ENST00000373672 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161362 32161388 ENST00000373672 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32160787 32160822 ENST00000373672 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32159745 32159771 ENST00000373672 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158693 32158755 ENST00000373672 13 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158368 32158409 ENST00000373672 14 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158199 32158243 ENST00000373672 15 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158075 32158110 ENST00000373672 16 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157606 32157668 ENST00000373672 17 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157199 32157243 ENST00000373672 18 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157018 32157113 ENST00000373672 19 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156789 32156827 ENST00000373672 20 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156130 32156174 ENST00000373672 21 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155968 32155994 ENST00000373672 22 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155342 32155452 ENST00000373672 23 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154651 32154686 ENST00000373672 24 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154462 32154572 ENST00000373672 25 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154068 32154103 ENST00000373672 26 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151845 32151880 ENST00000373672 27 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151692 32151736 ENST00000373672 28 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151240 32151371 ENST00000373672 29 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150422 32150457 ENST00000373672 30 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150124 32150231 ENST00000373672 31 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149710 32149832 ENST00000373672 32 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149551 32149604 ENST00000373672 33 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149308 32149349 ENST00000373672 34 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148935 32148970 ENST00000373672 35 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148795 32148848 ENST00000373672 36 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148535 32148603 ENST00000373672 37 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146624 32146668 ENST00000373672 38 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146506 32146532 ENST00000373672 39 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145643 32145702 ENST00000373672 40 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145405 32145452 ENST00000373672 41 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145233 32145286 ENST00000373672 42 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32140859 32140912 ENST00000373672 43 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32140608 32140640 ENST00000373672 44 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138325 32138441 ENST00000373672 45 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138197 32138238 ENST00000373672 46 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138017 32138103 ENST00000373672 47 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32137216 32137260 ENST00000373672 48 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32136203 32136247 ENST00000373672 49 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32134403 32134456 ENST00000373672 50 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32133766 32133819 ENST00000373672 51 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32133176 32133229 ENST00000373672 52 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131638 32131682 ENST00000373672 53 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131483 32131536 ENST00000373672 54 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131184 32131219 ENST00000373672 55 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32130773 32130835 ENST00000373672 56 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32128188 32128259 ENST00000373672 57 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127935 32127988 ENST00000373672 58 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127261 32127305 ENST00000373672 59 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127015 32127059 ENST00000373672 60 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126667 32126720 ENST00000373672 61 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126186 32126239 ENST00000373672 62 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124515 32124565 ENST00000373672 63 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124089 32124178 ENST00000373672 64 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122634 32122669 ENST00000373672 65 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122001 32122045 ENST00000373672 66 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32120915 32121103 ENST00000373672 67 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32120393 32120459 ENST00000373672 68 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32119468 32119644 ENST00000373672 69 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32119200 32119277 ENST00000373672 70 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32118255 32118454 ENST00000373672 71 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32117848 32169768 ENST00000271069 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32167722 32167794 ENST00000271069 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165642 32165716 ENST00000271069 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165414 32165531 ENST00000271069 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32164084 32164207 ENST00000271069 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32163507 32163773 ENST00000271069 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162821 32162901 ENST00000271069 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162564 32162689 ENST00000271069 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161689 32161742 ENST00000271069 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161362 32161388 ENST00000271069 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32160770 32160822 ENST00000271069 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158827 32158836 ENST00000271069 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158693 32158755 ENST00000271069 13 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158368 32158409 ENST00000271069 14 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158199 32158243 ENST00000271069 15 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158075 32158110 ENST00000271069 16 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157606 32157668 ENST00000271069 17 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157199 32157243 ENST00000271069 18 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157018 32157113 ENST00000271069 19 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156789 32156827 ENST00000271069 20 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156130 32156174 ENST00000271069 21 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155968 32155994 ENST00000271069 22 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155342 32155452 ENST00000271069 23 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154651 32154686 ENST00000271069 24 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154458 32154572 ENST00000271069 25 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154321 32154347 ENST00000271069 26 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151967 32151968 ENST00000271069 27 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151845 32151880 ENST00000271069 28 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151692 32151736 ENST00000271069 29 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151240 32151371 ENST00000271069 30 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150422 32150457 ENST00000271069 31 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150124 32150231 ENST00000271069 32 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149710 32149832 ENST00000271069 33 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149551 32149604 ENST00000271069 34 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149308 32149349 ENST00000271069 35 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148935 32148970 ENST00000271069 36 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148795 32148848 ENST00000271069 37 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148535 32148603 ENST00000271069 38 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146624 32146668 ENST00000271069 39 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146506 32146532 ENST00000271069 40 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145643 32145702 ENST00000271069 41 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145405 32145452 ENST00000271069 42 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145233 32145286 ENST00000271069 43 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32140859 32140912 ENST00000271069 44 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138502 32138537 ENST00000271069 45 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138325 32138441 ENST00000271069 46 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138197 32138238 ENST00000271069 47 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138017 32138103 ENST00000271069 48 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32137216 32137260 ENST00000271069 49 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32136203 32136247 ENST00000271069 50 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32134403 32134456 ENST00000271069 51 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32133766 32133819 ENST00000271069 52 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32133176 32133229 ENST00000271069 53 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131638 32131682 ENST00000271069 54 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131483 32131536 ENST00000271069 55 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131184 32131219 ENST00000271069 56 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32130773 32130835 ENST00000271069 57 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32128188 32128259 ENST00000271069 58 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127935 32127988 ENST00000271069 59 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127261 32127305 ENST00000271069 60 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127015 32127059 ENST00000271069 61 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126667 32126720 ENST00000271069 62 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126186 32126239 ENST00000271069 63 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124515 32124565 ENST00000271069 64 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124089 32124178 ENST00000271069 65 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122634 32122669 ENST00000271069 66 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122001 32122045 ENST00000271069 67 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32120915 32121103 ENST00000271069 68 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32120393 32120459 ENST00000271069 69 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32119468 32119644 ENST00000271069 70 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32119200 32119277 ENST00000271069 71 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32118255 32118454 ENST00000271069 72 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32118112 32136203 ENST00000488128 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32118189 32129057 ENST00000488897 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32119205 32121449 ENST00000461217 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32122001 32131682 ENST00000440437 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131638 32131682 ENST00000440437 1 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131483 32131536 ENST00000440437 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32131184 32131219 ENST00000440437 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32130773 32130835 ENST00000440437 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127935 32127988 ENST00000440437 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127261 32127305 ENST00000440437 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32127015 32127059 ENST00000440437 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126667 32126720 ENST00000440437 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32126186 32126239 ENST00000440437 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124515 32124565 ENST00000440437 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32124089 32124178 ENST00000440437 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122634 32122669 ENST00000440437 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32122001 32122045 ENST00000440437 13 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32126186 32127361 ENST00000466829 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32126186 32131986 ENST00000470799 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32126189 32131760 ENST00000482910 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32131638 32138753 ENST00000468459 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32133183 32138827 ENST00000479100 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32138031 32149349 ENST00000458715 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149308 32149349 ENST00000458715 1 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148935 32148970 ENST00000458715 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148795 32148848 ENST00000458715 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148535 32148603 ENST00000458715 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146624 32146668 ENST00000458715 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146506 32146532 ENST00000458715 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145643 32145702 ENST00000458715 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145233 32145286 ENST00000458715 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32140859 32140912 ENST00000458715 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32140608 32140640 ENST00000458715 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138325 32138441 ENST00000458715 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138197 32138238 ENST00000458715 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32138031 32138103 ENST00000458715 13 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32144831 32169920 ENST00000373668 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32167722 32167794 ENST00000373668 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165642 32165716 ENST00000373668 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32165414 32165531 ENST00000373668 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32164084 32164207 ENST00000373668 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32163507 32163773 ENST00000373668 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162821 32162901 ENST00000373668 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162564 32162689 ENST00000373668 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161689 32161742 ENST00000373668 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161362 32161388 ENST00000373668 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32160787 32160822 ENST00000373668 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32159745 32159771 ENST00000373668 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158693 32158755 ENST00000373668 13 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158368 32158409 ENST00000373668 14 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158199 32158243 ENST00000373668 15 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158075 32158110 ENST00000373668 16 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157606 32157668 ENST00000373668 17 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157199 32157243 ENST00000373668 18 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157018 32157113 ENST00000373668 19 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156789 32156827 ENST00000373668 20 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156130 32156174 ENST00000373668 21 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155968 32155994 ENST00000373668 22 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155342 32155452 ENST00000373668 23 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154651 32154686 ENST00000373668 24 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154462 32154572 ENST00000373668 25 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154068 32154103 ENST00000373668 26 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151845 32151880 ENST00000373668 27 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151692 32151736 ENST00000373668 28 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32151240 32151371 ENST00000373668 29 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150422 32150457 ENST00000373668 30 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32150124 32150231 ENST00000373668 31 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149710 32149832 ENST00000373668 32 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149551 32149604 ENST00000373668 33 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32149308 32149349 ENST00000373668 34 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148935 32148970 ENST00000373668 35 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148795 32148848 ENST00000373668 36 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32148535 32148603 ENST00000373668 37 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146624 32146668 ENST00000373668 38 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32146506 32146532 ENST00000373668 39 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145643 32145702 ENST00000373668 40 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32145059 32145286 ENST00000373668 41 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32149309 32155102 ENST00000474000 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32149711 32155168 ENST00000482478 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32151283 32155569 ENST00000529928 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32154462 32162611 ENST00000373667 NA COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32162564 32162611 ENST00000373667 1 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161689 32161742 ENST00000373667 2 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32161362 32161388 ENST00000373667 3 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32160787 32160822 ENST00000373667 4 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158693 32158755 ENST00000373667 5 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158368 32158409 ENST00000373667 6 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158199 32158243 ENST00000373667 7 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32158075 32158110 ENST00000373667 8 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157606 32157668 ENST00000373667 9 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157199 32157243 ENST00000373667 10 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32157018 32157113 ENST00000373667 11 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156789 32156827 ENST00000373667 12 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32156130 32156174 ENST00000373667 13 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155968 32155994 ENST00000373667 14 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32155342 32155452 ENST00000373667 15 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154651 32154686 ENST00000373667 16 COL16A1 ENSG00000084636 Not Supported Not Supported +CDS 1 32154462 32154572 ENST00000373667 17 COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32164091 32169661 ENST00000532877 NA COL16A1 ENSG00000084636 Not Supported Not Supported +transcript 1 32192718 32196906 ENST00000465239 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192718 32225024 ENST00000398556 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32224922 32224951 ENST00000398556 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000398556 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000398556 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000398556 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000398556 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000398556 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000398556 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000398556 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000398556 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000398556 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000398556 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000398556 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000398556 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000398556 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000398556 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000398556 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000398556 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000398556 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000398556 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000398556 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000398556 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000398556 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000398556 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000398556 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000398556 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000398556 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000398556 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193626 32193682 ENST00000398556 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000398556 29 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192718 32229523 ENST00000398547 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222401 ENST00000398547 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000398547 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000398547 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000398547 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000398547 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000398547 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000398547 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000398547 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000398547 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000398547 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000398547 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000398547 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000398547 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000398547 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000398547 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000398547 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000398547 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000398547 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000398547 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000398547 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32200784 32200882 ENST00000398547 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000398547 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000398547 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000398547 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000398547 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000398547 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000398547 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000398547 29 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192718 32229636 ENST00000373655 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32222802 32222822 ENST00000373655 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000373655 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000373655 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000373655 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000373655 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000373655 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000373655 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000373655 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000373655 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000373655 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000373655 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000373655 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000373655 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000373655 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000373655 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000373655 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000373655 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000373655 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000373655 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000373655 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000373655 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000373655 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32200784 32200882 ENST00000373655 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000373655 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000373655 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000373655 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000373655 29 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000373655 30 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193878 ENST00000373655 31 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193626 32193682 ENST00000373655 32 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000373655 33 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192718 32229636 ENST00000373658 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32222802 32222822 ENST00000373658 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000373658 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000373658 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000373658 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000373658 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000373658 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000373658 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000373658 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000373658 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000373658 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000373658 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000373658 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000373658 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000373658 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000373658 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000373658 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000373658 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000373658 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000373658 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000373658 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000373658 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000373658 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32200784 32200882 ENST00000373658 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000373658 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000373658 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000373658 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000373658 29 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000373658 30 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000373658 31 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193626 32193682 ENST00000373658 32 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000373658 33 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192718 32229941 ENST00000398542 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222401 ENST00000398542 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000398542 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000398542 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000398542 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000398542 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000398542 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000398542 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000398542 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000398542 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000398542 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000398542 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000398542 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000398542 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000398542 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000398542 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000398542 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000398542 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000398542 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000398542 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000398542 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000398542 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000398542 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000398542 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000398542 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000398542 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000398542 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000398542 28 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192719 32202280 ENST00000465256 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192719 32229648 ENST00000257070 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32222802 32222822 ENST00000257070 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000257070 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000257070 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000257070 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000257070 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000257070 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000257070 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000257070 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000257070 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000257070 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000257070 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000257070 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000257070 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000257070 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000257070 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000257070 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000257070 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000257070 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000257070 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000257070 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000257070 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000257070 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000257070 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000257070 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000257070 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000257070 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000257070 29 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193878 ENST00000257070 30 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193626 32193682 ENST00000257070 31 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000257070 32 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192771 32200948 ENST00000530999 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192779 32201270 ENST00000525655 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192796 32222860 ENST00000527361 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32222802 32222822 ENST00000527361 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000527361 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000527361 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000527361 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000527361 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000527361 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000527361 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000527361 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000527361 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000527361 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000527361 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000527361 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000527361 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000527361 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000527361 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000527361 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000527361 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000527361 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000527361 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000527361 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000527361 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000527361 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000527361 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000527361 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000527361 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000527361 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000527361 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193878 ENST00000527361 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193626 32193682 ENST00000527361 29 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000527361 30 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32192919 32210333 ENST00000440175 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210261 ENST00000440175 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000440175 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000440175 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000440175 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000440175 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000440175 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000440175 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000440175 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000440175 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000440175 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000440175 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000440175 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000440175 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000440175 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000440175 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000440175 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000440175 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000440175 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000440175 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000440175 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000440175 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000440175 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000440175 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000440175 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000440175 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000440175 26 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32193012 32222402 ENST00000398538 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222401 ENST00000398538 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000398538 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000398538 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000398538 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000398538 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000398538 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000398538 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000398538 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000398538 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000398538 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000398538 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000398538 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000398538 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000398538 14 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203801 32203927 ENST00000398538 15 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203253 32203356 ENST00000398538 16 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203030 32203132 ENST00000398538 17 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32202174 32202324 ENST00000398538 18 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201922 32201991 ENST00000398538 19 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201428 32201494 ENST00000398538 20 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32201181 32201266 ENST00000398538 21 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32200784 32200882 ENST00000398538 22 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198573 32198744 ENST00000398538 23 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32198118 32198213 ENST00000398538 24 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32197716 32197755 ENST00000398538 25 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32196401 32197020 ENST00000398538 26 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32194199 32194234 ENST00000398538 27 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193783 32193881 ENST00000398538 28 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32193024 32193206 ENST00000398538 29 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32196819 32202200 ENST00000484002 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32203801 32204811 ENST00000466109 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32203846 32222416 ENST00000420125 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000420125 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000420125 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32209794 32209958 ENST00000420125 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000420125 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000420125 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207225 32207326 ENST00000420125 6 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32206974 32207080 ENST00000420125 7 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205948 32206142 ENST00000420125 8 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205711 32205779 ENST00000420125 9 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32205527 32205635 ENST00000420125 10 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204909 32205236 ENST00000420125 11 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204433 32204538 ENST00000420125 12 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32204188 32204231 ENST00000420125 13 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32203846 32203927 ENST00000420125 14 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32205116 32221865 ENST00000530134 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32207401 32230494 ENST00000533175 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32230281 32230403 ENST00000533175 1 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32221600 32222416 ENST00000533175 2 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32210249 32210332 ENST00000533175 3 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32208439 32208603 ENST00000533175 4 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207654 32207818 ENST00000533175 5 BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32207401 32207568 ENST00000533175 6 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32207709 32209274 ENST00000468430 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32207730 32221679 ENST00000473952 NA BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32222818 32226627 ENST00000436464 NA BAI2 ENSG00000121753 Not Supported Not Supported +CDS 1 32222818 32222822 ENST00000436464 3 BAI2 ENSG00000121753 Not Supported Not Supported +transcript 1 32224261 32224336 ENST00000581063 NA MIR4254 ENSG00000266580 Not Supported Not Supported +transcript 1 32254731 32256923 ENST00000527035 NA RP11-84A19.3 ENSG00000254545 Not Supported Not Supported +transcript 1 32256023 32281623 ENST00000257100 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32266042 32266122 ENST00000257100 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265617 32265742 ENST00000257100 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265464 ENST00000257100 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265002 32265086 ENST00000257100 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264043 32264202 ENST00000257100 7 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32263808 32263924 ENST00000257100 8 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32262191 32262316 ENST00000257100 9 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259725 32259836 ENST00000257100 10 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259348 32259498 ENST00000257100 11 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258879 32259029 ENST00000257100 12 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258279 32258368 ENST00000257100 13 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32257816 32258002 ENST00000257100 14 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32256207 32256853 ENST00000257100 15 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32256025 32281652 ENST00000360482 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32279552 32280934 ENST00000360482 2 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32267265 32267306 ENST00000360482 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32266042 32266218 ENST00000360482 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265617 32265742 ENST00000360482 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265464 ENST00000360482 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265002 32265086 ENST00000360482 7 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264043 32264202 ENST00000360482 8 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32263808 32263924 ENST00000360482 9 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32262191 32262316 ENST00000360482 10 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259725 32259836 ENST00000360482 11 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259348 32259498 ENST00000360482 12 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258879 32259029 ENST00000360482 13 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258279 32258368 ENST00000360482 14 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32257816 32258002 ENST00000360482 15 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32256207 32256892 ENST00000360482 16 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32256025 32281580 ENST00000373648 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32279552 32280934 ENST00000373648 2 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32267265 32267306 ENST00000373648 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265617 32265742 ENST00000373648 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265464 ENST00000373648 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264177 32264202 ENST00000373648 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32256029 32264216 ENST00000473361 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32256078 32264440 ENST00000452755 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264043 32264381 ENST00000452755 1 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32263808 32263924 ENST00000452755 2 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32262194 32262316 ENST00000452755 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259725 32259836 ENST00000452755 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259348 32259498 ENST00000452755 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258879 32259029 ENST00000452755 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258279 32258368 ENST00000452755 7 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32257816 32258002 ENST00000452755 8 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32256207 32256853 ENST00000452755 9 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32256084 32280976 ENST00000533231 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32279552 32280934 ENST00000533231 1 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32267265 32267306 ENST00000533231 2 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32266042 32266218 ENST00000533231 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265617 32265742 ENST00000533231 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265464 ENST00000533231 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265002 32265086 ENST00000533231 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264043 32264202 ENST00000533231 7 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32263808 32263924 ENST00000533231 8 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32262191 32262316 ENST00000533231 9 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259725 32259836 ENST00000533231 10 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259348 32259498 ENST00000533231 11 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258879 32259029 ENST00000533231 12 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258279 32258368 ENST00000533231 13 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32257816 32258002 ENST00000533231 14 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32256207 32256853 ENST00000533231 15 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32258920 32264317 ENST00000528579 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32264043 32264317 ENST00000528579 1 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32263808 32263924 ENST00000528579 2 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259725 32259836 ENST00000528579 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32259348 32259498 ENST00000528579 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32258920 32259029 ENST00000528579 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32259619 32264232 ENST00000532604 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32259828 32265493 ENST00000531039 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32260097 32264372 ENST00000468720 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32260117 32264232 ENST00000460061 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32260117 32279730 ENST00000485944 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32265003 32281603 ENST00000529396 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265455 ENST00000529396 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265003 32265086 ENST00000529396 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32265410 32281623 ENST00000528791 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32266042 32266122 ENST00000528791 4 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265617 32265742 ENST00000528791 5 SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32265410 32265464 ENST00000528791 6 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32266061 32281621 ENST00000525930 NA SPOCD1 ENSG00000134668 Not Supported Not Supported +CDS 1 32266061 32266122 ENST00000525930 3 SPOCD1 ENSG00000134668 Not Supported Not Supported +transcript 1 32307620 32321169 ENST00000453837 NA RP11-84A19.2 ENSG00000203620 Not Supported Not Supported +transcript 1 32317514 32387442 ENST00000602889 NA RP11-84A19.4 ENSG00000269967 Not Supported Not Supported +transcript 1 32372022 32385084 ENST00000602725 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000602725 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000602725 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32377297 32377427 ENST00000602725 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32375639 32375713 ENST00000602725 4 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32374456 32374561 ENST00000602725 5 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32372022 32403988 ENST00000344035 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000344035 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000344035 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32377297 32377427 ENST00000344035 4 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32375639 32375713 ENST00000344035 5 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32374456 32374561 ENST00000344035 6 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32373793 32403988 ENST00000356536 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000356536 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000356536 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32374505 32374561 ENST00000356536 4 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32374135 32384969 ENST00000457805 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000457805 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32377297 32377427 ENST00000457805 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32375639 32375713 ENST00000457805 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32374456 32374561 ENST00000457805 4 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32374254 32376881 ENST00000489313 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32374259 32384710 ENST00000602683 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000602683 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000602683 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32377297 32377427 ENST00000602683 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32374456 32374561 ENST00000602683 4 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32374309 32384724 ENST00000470404 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000470404 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000470404 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32375684 32375713 ENST00000470404 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32374440 32384960 ENST00000532001 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000532001 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000532001 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32379436 32379444 ENST00000532001 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32375670 32385065 ENST00000528253 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000528253 1 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000528253 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32378607 32378624 ENST00000528253 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32381141 32384773 ENST00000484483 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32381496 32408177 ENST00000468531 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384571 32384666 ENST00000468531 2 PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32381496 32381588 ENST00000468531 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384601 32403386 ENST00000534796 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +CDS 1 32384601 32384666 ENST00000534796 3 PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384695 32403487 ENST00000532289 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384731 32410457 ENST00000526960 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384830 32403401 ENST00000524384 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384845 32403419 ENST00000528840 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384848 32403643 ENST00000494444 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32384861 32403959 ENST00000529477 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32385025 32403787 ENST00000533408 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32385170 32403383 ENST00000475464 NA PTP4A2 ENSG00000184007 Not Supported Not Supported +transcript 1 32379174 32380745 ENST00000391369 NA AL136115.1 ENSG00000212673 Not Supported Not Supported +CDS 1 32379735 32380049 ENST00000391369 1 AL136115.1 ENSG00000212673 Not Supported Not Supported +transcript 1 32398621 32399576 ENST00000447478 NA RP4-534N18.2 ENSG00000228634 Not Supported Not Supported +transcript 1 32479430 32509483 ENST00000327300 NA KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32479597 32479978 ENST00000327300 1 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32495899 32496023 ENST00000327300 2 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32497125 32497241 ENST00000327300 3 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32498789 32498935 ENST00000327300 4 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32502511 32502644 ENST00000327300 5 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32503436 32503637 ENST00000327300 6 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32504153 32504220 ENST00000327300 7 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32505116 32505174 ENST00000327300 8 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32508128 32508222 ENST00000327300 9 KHDRBS1 ENSG00000121774 Not Supported Not Supported +transcript 1 32479527 32509478 ENST00000307714 NA KHDRBS1 ENSG00000121774 Not Supported Not Supported +transcript 1 32479597 32508225 ENST00000492989 NA KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32479597 32479978 ENST00000492989 1 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32495899 32496023 ENST00000492989 2 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32498789 32498935 ENST00000492989 3 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32502511 32502644 ENST00000492989 4 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32503436 32503637 ENST00000492989 5 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32504153 32504220 ENST00000492989 6 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32505116 32505174 ENST00000492989 7 KHDRBS1 ENSG00000121774 Not Supported Not Supported +CDS 1 32508128 32508222 ENST00000492989 8 KHDRBS1 ENSG00000121774 Not Supported Not Supported +transcript 1 32479783 32526451 ENST00000484270 NA KHDRBS1 ENSG00000121774 Not Supported Not Supported +transcript 1 32517892 32539075 ENST00000366152 NA RP11-277A4.4 ENSG00000203325 Not Supported Not Supported +transcript 1 32537632 32568464 ENST00000487305 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538503 32568462 ENST00000336294 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32538649 32538652 ENST00000336294 1 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32540552 32540678 ENST00000336294 2 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32541204 32541423 ENST00000336294 3 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542364 32542447 ENST00000336294 4 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542765 32542919 ENST00000336294 5 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557276 32557612 ENST00000336294 6 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32560385 32560572 ENST00000336294 7 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32566043 32566163 ENST00000336294 8 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32568032 32568271 ENST00000336294 9 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538536 32557346 ENST00000438825 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32538649 32538652 ENST00000438825 1 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32540552 32540678 ENST00000438825 2 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32541204 32541423 ENST00000438825 3 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542765 32542919 ENST00000438825 4 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557276 32557346 ENST00000438825 5 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538544 32568467 ENST00000441402 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32538649 32538652 ENST00000441402 1 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32540552 32540678 ENST00000441402 2 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32541204 32541423 ENST00000441402 3 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557276 32557503 ENST00000441402 4 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538560 32557610 ENST00000472503 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538567 32566156 ENST00000456834 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32538649 32538652 ENST00000456834 1 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32540552 32540678 ENST00000456834 2 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32541204 32541423 ENST00000456834 3 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542364 32542447 ENST00000456834 4 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557276 32557503 ENST00000456834 5 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538570 32568467 ENST00000468135 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538586 32557345 ENST00000466321 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538593 32568465 ENST00000373634 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557283 32557612 ENST00000373634 4 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32560385 32560572 ENST00000373634 5 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32566043 32566163 ENST00000373634 6 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32568032 32568271 ENST00000373634 7 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538597 32566804 ENST00000427288 NA TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542242 32542247 ENST00000427288 4 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542364 32542447 ENST00000427288 5 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32542765 32542919 ENST00000427288 6 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32557276 32557612 ENST00000427288 7 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32560385 32560572 ENST00000427288 8 TMEM39B ENSG00000121775 Not Supported Not Supported +CDS 1 32566043 32566298 ENST00000427288 9 TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32538767 32568467 ENST00000476968 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32541732 32560538 ENST00000498613 NA TMEM39B ENSG00000121775 Not Supported Not Supported +transcript 1 32552550 32552608 ENST00000577515 NA MIR5585 ENSG00000266203 Not Supported Not Supported +transcript 1 32573639 32642169 ENST00000373625 NA KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32573732 32573735 ENST00000373625 1 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32620189 32620322 ENST00000373625 2 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622454 32622546 ENST00000373625 3 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622947 32623046 ENST00000373625 4 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32623868 32623962 ENST00000373625 5 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32625001 32625132 ENST00000373625 6 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32626216 32626304 ENST00000373625 7 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627548 32627647 ENST00000373625 8 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627962 32628125 ENST00000373625 9 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32628836 32628914 ENST00000373625 10 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32631706 32631831 ENST00000373625 11 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32632770 32632897 ENST00000373625 12 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32635483 32635661 ENST00000373625 13 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32636308 32636492 ENST00000373625 14 KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32573659 32638774 ENST00000471599 NA KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32573732 32573735 ENST00000471599 1 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32620189 32620322 ENST00000471599 2 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622454 32622528 ENST00000471599 3 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622947 32623046 ENST00000471599 4 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32623868 32623962 ENST00000471599 5 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32625001 32625132 ENST00000471599 6 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32626220 32626237 ENST00000471599 7 KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32573889 32636980 ENST00000537234 NA KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32620194 32620322 ENST00000537234 2 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622454 32622546 ENST00000537234 3 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622947 32623046 ENST00000537234 4 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32623868 32623962 ENST00000537234 5 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32625001 32625132 ENST00000537234 6 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32626216 32626304 ENST00000537234 7 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627548 32627647 ENST00000537234 8 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627962 32628125 ENST00000537234 9 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32628836 32628914 ENST00000537234 10 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32631706 32631831 ENST00000537234 11 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32632770 32632897 ENST00000537234 12 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32635483 32635661 ENST00000537234 13 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32636308 32636492 ENST00000537234 14 KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32608524 32627995 ENST00000469790 NA KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32608580 32636784 ENST00000545542 NA KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32608607 32608625 ENST00000545542 1 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32620189 32620322 ENST00000545542 2 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622454 32622546 ENST00000545542 3 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622947 32623046 ENST00000545542 4 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32623868 32623962 ENST00000545542 5 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32625001 32625132 ENST00000545542 6 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32626216 32626304 ENST00000545542 7 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627548 32627647 ENST00000545542 8 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627962 32628125 ENST00000545542 9 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32628836 32628914 ENST00000545542 10 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32631706 32631831 ENST00000545542 11 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32632770 32632897 ENST00000545542 12 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32635483 32635661 ENST00000545542 13 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32636308 32636492 ENST00000545542 14 KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32622463 32632897 ENST00000446515 NA KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622463 32622546 ENST00000446515 1 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32622947 32623046 ENST00000446515 2 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32623868 32623962 ENST00000446515 3 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32626216 32626304 ENST00000446515 4 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627548 32627647 ENST00000446515 5 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32627962 32628125 ENST00000446515 6 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32628836 32628914 ENST00000446515 7 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32631706 32631831 ENST00000446515 8 KPNA6 ENSG00000025800 Not Supported Not Supported +CDS 1 32632770 32632897 ENST00000446515 9 KPNA6 ENSG00000025800 Not Supported Not Supported +transcript 1 32636334 32642169 ENST00000515055 NA RP4-622L5.2 ENSG00000250135 Not Supported Not Supported +transcript 1 32645287 32663886 ENST00000373610 NA TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32645947 32646115 ENST00000373610 2 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32646843 32647178 ENST00000373610 3 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32650126 32650217 ENST00000373610 4 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32653555 32653725 ENST00000373610 5 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32655656 32655850 ENST00000373610 6 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32657912 32658031 ENST00000373610 7 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32658258 32658332 ENST00000373610 8 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32658809 32658901 ENST00000373610 9 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32659666 32659761 ENST00000373610 10 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32660503 32660793 ENST00000373610 11 TXLNA ENSG00000084652 Not Supported Not Supported +transcript 1 32645666 32663886 ENST00000373609 NA TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32645947 32646115 ENST00000373609 1 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32646843 32647178 ENST00000373609 2 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32650126 32650217 ENST00000373609 3 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32653555 32653725 ENST00000373609 4 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32655656 32655850 ENST00000373609 5 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32657912 32658031 ENST00000373609 6 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32658258 32658332 ENST00000373609 7 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32658809 32658901 ENST00000373609 8 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32659666 32659761 ENST00000373609 9 TXLNA ENSG00000084652 Not Supported Not Supported +CDS 1 32660503 32660793 ENST00000373609 10 TXLNA ENSG00000084652 Not Supported Not Supported +transcript 1 32665987 32670988 ENST00000373602 NA CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32667537 32667700 ENST00000373602 2 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669480 32669646 ENST00000373602 3 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669787 32669980 ENST00000373602 4 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32670199 32670221 ENST00000373602 5 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32670795 32670846 ENST00000373602 6 CCDC28B ENSG00000160050 Not Supported Not Supported +transcript 1 32666202 32668760 ENST00000469003 NA CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32667537 32667700 ENST00000469003 2 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32667822 32667906 ENST00000469003 3 CCDC28B ENSG00000160050 Not Supported Not Supported +transcript 1 32666234 32670988 ENST00000421922 NA CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32667537 32667700 ENST00000421922 2 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669480 32669646 ENST00000421922 3 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669787 32669980 ENST00000421922 4 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32670199 32670396 ENST00000421922 5 CCDC28B ENSG00000160050 Not Supported Not Supported +transcript 1 32666245 32670984 ENST00000461819 NA CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32667537 32667700 ENST00000461819 2 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669480 32669646 ENST00000461819 3 CCDC28B ENSG00000160050 Not Supported Not Supported +CDS 1 32669834 32669889 ENST00000461819 4 CCDC28B ENSG00000160050 Not Supported Not Supported +transcript 1 32667297 32670815 ENST00000483009 NA CCDC28B ENSG00000160050 Not Supported Not Supported +transcript 1 32670370 32671786 ENST00000373604 NA RP4-622L5.7 ENSG00000224066 Not Supported Not Supported +transcript 1 32671099 32672415 ENST00000421616 NA RP4-622L5.7 ENSG00000224066 Not Supported Not Supported +transcript 1 32671236 32674288 ENST00000537469 NA IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32671283 32671564 ENST00000537469 1 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32671755 32671898 ENST00000537469 2 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672110 32672362 ENST00000537469 3 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672603 32672721 ENST00000537469 4 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672841 32673680 ENST00000537469 5 IQCC ENSG00000160051 Not Supported Not Supported +transcript 1 32671262 32674288 ENST00000291358 NA IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32671283 32671324 ENST00000291358 1 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32671755 32671898 ENST00000291358 2 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672110 32672362 ENST00000291358 3 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672603 32672721 ENST00000291358 4 IQCC ENSG00000160051 Not Supported Not Supported +CDS 1 32672841 32673680 ENST00000291358 5 IQCC ENSG00000160051 Not Supported Not Supported +transcript 1 32674695 32681797 ENST00000409358 NA DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32674695 32674960 ENST00000409358 1 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32676873 32676924 ENST00000409358 2 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32677362 32677438 ENST00000409358 3 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32677671 32677802 ENST00000409358 4 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32678091 32678237 ENST00000409358 5 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32678355 32678394 ENST00000409358 6 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32680398 32680533 ENST00000409358 7 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32681041 32681144 ENST00000409358 8 DCDC2B ENSG00000222046 Not Supported Not Supported +CDS 1 32681403 32681495 ENST00000409358 9 DCDC2B ENSG00000222046 Not Supported Not Supported +transcript 1 32674697 32681793 ENST00000487056 NA DCDC2B ENSG00000222046 Not Supported Not Supported +transcript 1 32680073 32686797 ENST00000466796 NA TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32680078 32681396 ENST00000495091 NA TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32680078 32687934 ENST00000491434 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000491434 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000491434 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000491434 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32683126 32683178 ENST00000491434 4 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32680078 32687949 ENST00000489170 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000489170 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000489170 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000489170 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000489170 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682490 32682548 ENST00000489170 5 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682014 32682118 ENST00000489170 6 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32680079 32687948 ENST00000461402 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000461402 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000461402 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000461402 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000461402 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682490 32682548 ENST00000461402 5 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682014 32682118 ENST00000461402 6 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681448 32687936 ENST00000483001 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000483001 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000483001 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000483001 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000483001 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682490 32682548 ENST00000483001 5 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682014 32682118 ENST00000483001 6 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681697 32687972 ENST00000545122 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000545122 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000545122 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000545122 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000545122 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682571 32682725 ENST00000545122 5 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681798 32687926 ENST00000309777 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000309777 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000309777 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000309777 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000309777 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682457 32682548 ENST00000309777 5 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681798 32687944 ENST00000373593 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000373593 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000373593 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000373593 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682648 32682952 ENST00000373593 4 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681801 32687939 ENST00000344461 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000344461 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687468 32687619 ENST00000344461 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32686732 32686798 ENST00000344461 3 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000344461 4 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682490 32682548 ENST00000344461 5 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682014 32682118 ENST00000344461 6 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32681958 32687960 ENST00000484490 NA TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32687908 32687923 ENST00000484490 1 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682860 32682952 ENST00000484490 2 TMEM234 ENSG00000160055 Not Supported Not Supported +CDS 1 32682457 32682548 ENST00000484490 3 TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32682190 32683028 ENST00000485689 NA TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32682331 32687920 ENST00000487174 NA TMEM234 ENSG00000160055 Not Supported Not Supported +transcript 1 32687529 32691896 ENST00000355082 NA EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32688043 32688045 ENST00000355082 2 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32688139 32688231 ENST00000355082 3 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32689635 32689722 ENST00000355082 4 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32690011 32690076 ENST00000355082 5 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32691772 32691896 ENST00000355082 6 EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32687971 32697205 ENST00000373586 NA EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32688043 32688045 ENST00000373586 1 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32688139 32688231 ENST00000373586 2 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32689635 32689722 ENST00000373586 3 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32690011 32690076 ENST00000373586 4 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32691772 32691921 ENST00000373586 5 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32692004 32692131 ENST00000373586 6 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32694100 32694210 ENST00000373586 7 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32694328 32694417 ENST00000373586 8 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32694736 32694809 ENST00000373586 9 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32696528 32696620 ENST00000373586 10 EIF3I ENSG00000084623 Not Supported Not Supported +CDS 1 32696716 32696794 ENST00000373586 11 EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32688008 32692073 ENST00000489353 NA EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32688038 32694415 ENST00000471486 NA EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32688041 32694809 ENST00000483517 NA EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32688146 32696655 ENST00000474371 NA EIF3I ENSG00000084623 Not Supported Not Supported +transcript 1 32697259 32706391 ENST00000423995 NA MTMR9LP ENSG00000220785 Not Supported Not Supported +transcript 1 32697261 32706023 ENST00000403496 NA MTMR9LP ENSG00000220785 Not Supported Not Supported +transcript 1 32697261 32707221 ENST00000441044 NA MTMR9LP ENSG00000220785 Not Supported Not Supported +transcript 1 32697448 32707193 ENST00000426597 NA MTMR9LP ENSG00000220785 Not Supported Not Supported +transcript 1 32712834 32714457 ENST00000373582 NA FAM167B ENSG00000183615 Not Supported Not Supported +CDS 1 32713023 32713283 ENST00000373582 1 FAM167B ENSG00000183615 Not Supported Not Supported +CDS 1 32713972 32714199 ENST00000373582 2 FAM167B ENSG00000183615 Not Supported Not Supported +transcript 1 32716840 32751766 ENST00000336890 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000336890 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740419 ENST00000336890 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740594 32740684 ENST00000336890 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000336890 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741273 ENST00000336890 6 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741515 32741664 ENST00000336890 7 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741938 32742090 ENST00000336890 8 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32742208 32742387 ENST00000336890 9 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745272 32745348 ENST00000336890 10 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745442 32745595 ENST00000336890 11 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745680 32745811 ENST00000336890 12 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32751115 32751314 ENST00000336890 13 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32716865 32741219 ENST00000482949 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000482949 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740684 ENST00000482949 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000482949 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741219 ENST00000482949 5 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32716875 32745510 ENST00000495610 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000495610 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740419 ENST00000495610 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740594 32740684 ENST00000495610 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000495610 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741273 ENST00000495610 6 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741515 32741664 ENST00000495610 7 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32742208 32742387 ENST00000495610 8 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745272 32745348 ENST00000495610 9 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745442 32745510 ENST00000495610 10 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32716876 32740856 ENST00000355928 NA LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32716899 32741047 ENST00000476457 NA LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32716919 32751761 ENST00000469765 NA LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739714 32740679 ENST00000461712 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000461712 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740679 ENST00000461712 3 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739716 32741205 ENST00000373562 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000373562 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740419 ENST00000373562 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740594 32740684 ENST00000373562 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000373562 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741205 ENST00000373562 6 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739722 32740603 ENST00000477031 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739799 32740035 ENST00000477031 1 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740603 ENST00000477031 2 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739722 32742029 ENST00000373557 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739799 32740035 ENST00000373557 1 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740419 ENST00000373557 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740594 32740684 ENST00000373557 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000373557 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741273 ENST00000373557 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741515 32741664 ENST00000373557 6 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741938 32742029 ENST00000373557 7 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739733 32751763 ENST00000333070 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000333070 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740419 ENST00000333070 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740594 32740684 ENST00000333070 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000333070 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741273 ENST00000333070 6 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741515 32741664 ENST00000333070 7 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741938 32742090 ENST00000333070 8 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32742208 32742387 ENST00000333070 9 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745182 32745348 ENST00000333070 10 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745442 32745595 ENST00000333070 11 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745680 32745811 ENST00000333070 12 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32751115 32751314 ENST00000333070 13 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32739931 32751317 ENST00000373564 NA LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32739931 32740035 ENST00000373564 1 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740338 32740684 ENST00000373564 2 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32740922 32741020 ENST00000373564 3 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741170 32741273 ENST00000373564 4 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32741515 32741664 ENST00000373564 5 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32742208 32742387 ENST00000373564 6 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745272 32745348 ENST00000373564 7 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745442 32745595 ENST00000373564 8 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32745680 32745811 ENST00000373564 9 LCK ENSG00000182866 Not Supported Not Supported +CDS 1 32751115 32751314 ENST00000373564 10 LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32741221 32742774 ENST00000469956 NA LCK ENSG00000182866 Not Supported Not Supported +transcript 1 32752053 32752162 ENST00000516641 NA Y_RNA ENSG00000252450 Not Supported Not Supported +transcript 1 32757687 32799236 ENST00000373548 NA HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32757771 32757819 ENST00000373548 1 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32768222 32768334 ENST00000373548 2 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32782266 32782383 ENST00000373548 3 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32790080 32790154 ENST00000373548 4 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32792540 32792678 ENST00000373548 5 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32793137 32793278 ENST00000373548 6 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32794669 32794761 ENST00000373548 7 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32796179 32796287 ENST00000373548 8 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32796369 32796509 ENST00000373548 9 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797075 32797183 ENST00000373548 10 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797277 32797407 ENST00000373548 11 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797691 32797843 ENST00000373548 12 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32798302 32798350 ENST00000373548 13 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32798618 32798642 ENST00000373548 14 HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32757736 32793275 ENST00000481281 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32757738 32793046 ENST00000463172 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32757741 32794741 ENST00000428704 NA HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32757771 32757819 ENST00000428704 1 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32768222 32768334 ENST00000428704 2 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32782266 32782383 ENST00000428704 3 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32792540 32792678 ENST00000428704 4 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32793137 32793278 ENST00000428704 5 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32794669 32794741 ENST00000428704 6 HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32757762 32793278 ENST00000472928 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32757993 32798986 ENST00000373541 NA HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32793222 32793278 ENST00000373541 6 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32794669 32794761 ENST00000373541 7 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32796179 32796287 ENST00000373541 8 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32796369 32796509 ENST00000373541 9 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797075 32797183 ENST00000373541 10 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797277 32797407 ENST00000373541 11 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32797691 32797843 ENST00000373541 12 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32798302 32798350 ENST00000373541 13 HDAC1 ENSG00000116478 Not Supported Not Supported +CDS 1 32798618 32798642 ENST00000373541 14 HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32792790 32797382 ENST00000490081 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32792875 32797183 ENST00000482310 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32795081 32799236 ENST00000476391 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32795750 32796476 ENST00000484305 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32797137 32798680 ENST00000471488 NA HDAC1 ENSG00000116478 Not Supported Not Supported +transcript 1 32799433 32801980 ENST00000329421 NA MARCKSL1 ENSG00000175130 Not Supported Not Supported +CDS 1 32801548 32801634 ENST00000329421 1 MARCKSL1 ENSG00000175130 Not Supported Not Supported +CDS 1 32800201 32800698 ENST00000329421 2 MARCKSL1 ENSG00000175130 Not Supported Not Supported +transcript 1 32814795 32816264 ENST00000448134 NA RP4-811H24.9 ENSG00000233775 Not Supported Not Supported +transcript 1 32817122 32819142 ENST00000421153 NA TSSK3 ENSG00000162526 Not Supported Not Supported +transcript 1 32818330 32819697 ENST00000574792 NA TSSK3 ENSG00000162526 Not Supported Not Supported +transcript 1 32819055 32829380 ENST00000574315 NA TSSK3 ENSG00000162526 Not Supported Not Supported +CDS 1 32829276 32829380 ENST00000574315 2 TSSK3 ENSG00000162526 Not Supported Not Supported +transcript 1 32827798 32829913 ENST00000373534 NA TSSK3 ENSG00000162526 Not Supported Not Supported +CDS 1 32828303 32828447 ENST00000373534 1 TSSK3 ENSG00000162526 Not Supported Not Supported +CDS 1 32829196 32829854 ENST00000373534 2 TSSK3 ENSG00000162526 Not Supported Not Supported +transcript 1 32826871 32827844 ENST00000432622 NA FAM229A ENSG00000225828 Not Supported Not Supported +CDS 1 32827559 32827692 ENST00000432622 1 FAM229A ENSG00000225828 Not Supported Not Supported +CDS 1 32827331 32827477 ENST00000432622 2 FAM229A ENSG00000225828 Not Supported Not Supported +CDS 1 32827037 32827136 ENST00000432622 3 FAM229A ENSG00000225828 Not Supported Not Supported +transcript 1 32826872 32829824 ENST00000416512 NA FAM229A ENSG00000225828 Not Supported Not Supported +transcript 1 32826899 32827425 ENST00000428500 NA FAM229A ENSG00000225828 Not Supported Not Supported +CDS 1 32827331 32827425 ENST00000428500 1 FAM229A ENSG00000225828 Not Supported Not Supported +CDS 1 32827102 32827165 ENST00000428500 2 FAM229A ENSG00000225828 Not Supported Not Supported +transcript 1 32827330 32829879 ENST00000415596 NA FAM229A ENSG00000225828 Not Supported Not Supported +transcript 1 32830704 32860049 ENST00000455895 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000455895 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000455895 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000455895 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849598 ENST00000455895 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000455895 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000455895 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000455895 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000455895 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000455895 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834048 32834151 ENST00000455895 10 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32832226 32832255 ENST00000455895 11 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32830707 32860034 ENST00000413080 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000413080 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000413080 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000413080 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849598 ENST00000413080 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000413080 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844421 32844440 ENST00000413080 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843631 ENST00000413080 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000413080 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834048 32834151 ENST00000413080 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32832226 32832255 ENST00000413080 10 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32830714 32860029 ENST00000444377 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000444377 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000444377 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000444377 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849598 ENST00000444377 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000444377 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000444377 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000444377 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000444377 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000444377 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834831 32834939 ENST00000444377 10 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834133 32834151 ENST00000444377 11 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32830772 32860027 ENST00000341071 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000341071 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000341071 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000341071 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849649 ENST00000341071 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000341071 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000341071 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000341071 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000341071 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000341071 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32833937 32834151 ENST00000341071 10 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32831897 32860042 ENST00000526031 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000526031 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000526031 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000526031 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000526031 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000526031 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000526031 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000526031 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834048 32834151 ENST00000526031 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32832226 32832255 ENST00000526031 9 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32831902 32860042 ENST00000419121 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000419121 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000419121 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000419121 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000419121 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000419121 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000419121 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000419121 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000419121 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834048 32834151 ENST00000419121 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32832226 32832255 ENST00000419121 10 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32832078 32860031 ENST00000446293 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000446293 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000446293 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000446293 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849649 ENST00000446293 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000446293 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000446293 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000446293 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000446293 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000446293 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834048 32834151 ENST00000446293 10 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32832226 32832255 ENST00000446293 11 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32833626 32840383 ENST00000463967 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32833634 32860029 ENST00000373520 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000373520 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000373520 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000373520 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849538 32849540 ENST00000373520 4 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32834827 32860034 ENST00000449308 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000449308 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000449308 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000449308 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849598 ENST00000449308 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000449308 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000449308 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000449308 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000449308 8 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32841863 32842342 ENST00000449308 9 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32834830 32834939 ENST00000449308 10 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32842231 32860026 ENST00000527513 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000527513 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000527513 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32852380 32852496 ENST00000527513 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844363 32844440 ENST00000527513 4 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32842288 32860026 ENST00000527163 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859729 ENST00000527163 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849540 ENST00000527163 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000527163 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000527163 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843816 32843884 ENST00000527163 6 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843571 32843649 ENST00000527163 7 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32842288 32842342 ENST00000527163 8 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32843828 32860029 ENST00000530485 NA BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32860005 32860015 ENST00000530485 1 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32859681 32859741 ENST00000530485 2 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32849431 32849598 ENST00000530485 3 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32846815 32846869 ENST00000530485 4 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32844325 32844440 ENST00000530485 5 BSDC1 ENSG00000160058 Not Supported Not Supported +CDS 1 32843828 32843884 ENST00000530485 6 BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32844364 32860332 ENST00000474414 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32849498 32860032 ENST00000530876 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32849542 32860026 ENST00000530753 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32852022 32860032 ENST00000533084 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32859202 32860026 ENST00000531222 NA BSDC1 ENSG00000160058 Not Supported Not Supported +transcript 1 32867710 32868716 ENST00000444107 NA GAPDHP20 ENSG00000224333 Not Supported Not Supported +transcript 1 32887580 32887920 ENST00000604085 NA RP11-395N6.4 ENSG00000270850 Not Supported Not Supported +transcript 1 32888815 32892390 ENST00000454917 NA LRRC37A12P ENSG00000229259 Not Supported Not Supported +transcript 1 32923436 32923733 ENST00000579362 NA RN7SL122P ENSG00000263529 Not Supported Not Supported +transcript 1 32930658 33066393 ENST00000480336 NA RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +CDS 1 32936226 32937216 ENST00000480336 2 RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +CDS 1 32946492 32946670 ENST00000480336 3 RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +CDS 1 32950702 32950933 ENST00000480336 4 RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +CDS 1 33001714 33001806 ENST00000480336 5 RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +CDS 1 33002086 33002126 ENST00000480336 6 RP1-27O5.3 ENSG00000254553 Not Supported Not Supported +transcript 1 32930670 32962287 ENST00000609129 NA ZBTB8B ENSG00000273274 Not Supported Not Supported +CDS 1 32936226 32937216 ENST00000609129 2 ZBTB8B ENSG00000273274 Not Supported Not Supported +CDS 1 32946492 32946670 ENST00000609129 3 ZBTB8B ENSG00000273274 Not Supported Not Supported +CDS 1 32950702 32951016 ENST00000609129 4 ZBTB8B ENSG00000273274 Not Supported Not Supported +transcript 1 33005028 33071540 ENST00000373510 NA ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33058533 33059355 ENST00000373510 3 ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33060655 33060824 ENST00000373510 4 ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33065688 33066017 ENST00000373510 5 ZBTB8A ENSG00000160062 Not Supported Not Supported +transcript 1 33005030 33066591 ENST00000316459 NA ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33058533 33059355 ENST00000316459 3 ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33060655 33060824 ENST00000316459 4 ZBTB8A ENSG00000160062 Not Supported Not Supported +CDS 1 33065869 33065895 ENST00000316459 5 ZBTB8A ENSG00000160062 Not Supported Not Supported +transcript 1 33065773 33116166 ENST00000341885 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33116034 33116166 ENST00000341885 1 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33065857 33065951 ENST00000341885 2 ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33086421 33116185 ENST00000468695 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33116034 33116166 ENST00000468695 1 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33100369 33100393 ENST00000468695 2 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099552 33099673 ENST00000468695 3 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099246 33099328 ENST00000468695 4 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33097428 33097480 ENST00000468695 5 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33093109 33093145 ENST00000468695 6 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33087466 33087549 ENST00000468695 7 ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33086912 33116150 ENST00000492007 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087205 33116155 ENST00000373506 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087431 33097659 ENST00000467652 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087431 33099662 ENST00000498691 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087431 33116126 ENST00000478041 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087431 33116136 ENST00000473294 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33116034 33116136 ENST00000473294 1 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33100369 33100393 ENST00000473294 2 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099603 33099711 ENST00000473294 3 ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087431 33116161 ENST00000436661 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33116034 33116161 ENST00000436661 1 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33100369 33100393 ENST00000436661 2 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099552 33099673 ENST00000436661 3 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099246 33099328 ENST00000436661 4 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33093109 33093145 ENST00000436661 5 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33087503 33087549 ENST00000436661 6 ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087436 33116161 ENST00000373501 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33116034 33116130 ENST00000373501 1 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33100369 33100393 ENST00000373501 2 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099552 33099673 ENST00000373501 3 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33099246 33099328 ENST00000373501 4 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33093109 33093145 ENST00000373501 5 ZBTB8OS ENSG00000176261 Not Supported Not Supported +CDS 1 33087506 33087549 ENST00000373501 6 ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087442 33116151 ENST00000476493 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33087459 33116126 ENST00000465588 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33093173 33116136 ENST00000483138 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33097426 33116504 ENST00000479075 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33097428 33100123 ENST00000473383 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33099959 33116136 ENST00000466361 NA ZBTB8OS ENSG00000176261 Not Supported Not Supported +transcript 1 33105552 33105653 ENST00000363721 NA Y_RNA ENSG00000200591 Not Supported Not Supported +transcript 1 33116743 33145654 ENST00000414241 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000414241 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117518 33117662 ENST00000414241 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000414241 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133999 ENST00000414241 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134455 ENST00000414241 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134573 33134733 ENST00000414241 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000414241 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000414241 8 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000414241 9 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000414241 10 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000414241 11 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145303 ENST00000414241 12 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116749 33151812 ENST00000373493 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000373493 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000373493 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000373493 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133999 ENST00000373493 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134455 ENST00000373493 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134573 33134733 ENST00000373493 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000373493 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000373493 8 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000373493 9 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000373493 10 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000373493 11 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145303 ENST00000373493 12 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116779 33134689 ENST00000527118 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000527118 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000527118 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133847 ENST00000527118 3 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116811 33134180 ENST00000401893 NA RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116815 33134703 ENST00000524393 NA RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116818 33134868 ENST00000526193 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000526193 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000526193 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134436 ENST00000526193 3 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116818 33145805 ENST00000492348 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000492348 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000492348 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134436 ENST00000492348 3 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116818 33145805 ENST00000544435 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134729 33134733 ENST00000544435 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000544435 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000544435 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000544435 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000544435 8 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000544435 9 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145303 ENST00000544435 10 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116819 33123275 ENST00000525506 NA RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116827 33118107 ENST00000465780 NA RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116835 33146258 ENST00000373485 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000373485 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000373485 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000373485 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133999 ENST00000373485 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134455 ENST00000373485 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134573 33134733 ENST00000373485 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000373485 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000373485 8 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000373485 9 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000373485 10 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000373485 11 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33146127 33146144 ENST00000373485 12 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116879 33133938 ENST00000477563 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33116908 33116923 ENST00000477563 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117515 33117662 ENST00000477563 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000477563 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33127847 33127848 ENST00000477563 4 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33116957 33145641 ENST00000458695 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117604 33117662 ENST00000458695 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000458695 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133999 ENST00000458695 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134340 33134455 ENST00000458695 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134573 33134733 ENST00000458695 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000458695 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000458695 8 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000458695 9 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000458695 10 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000458695 11 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145303 ENST00000458695 12 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33117086 33123173 ENST00000490500 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117604 33117662 ENST00000490500 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000490500 3 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33117088 33133882 ENST00000445722 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33117604 33117662 ENST00000445722 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33123028 33123173 ENST00000445722 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133826 33133882 ENST00000445722 4 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33133920 33138502 ENST00000475321 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33133920 33133999 ENST00000475321 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134646 33134733 ENST00000475321 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000475321 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000475321 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000475321 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000475321 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000475321 7 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33134170 33134857 ENST00000531983 NA RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33134694 33145509 ENST00000463378 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134694 33134733 ENST00000463378 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000463378 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000463378 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000463378 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000463378 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000463378 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33139060 33139181 ENST00000463378 7 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145415 ENST00000463378 8 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33134708 33146254 ENST00000460669 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134708 33134733 ENST00000460669 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134832 33134958 ENST00000460669 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000460669 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000460669 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000460669 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000460669 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145241 33145306 ENST00000460669 7 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33134857 33146252 ENST00000482190 NA RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33134857 33134958 ENST00000482190 1 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33135087 33135164 ENST00000482190 2 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138051 33138127 ENST00000482190 3 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138243 33138300 ENST00000482190 4 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33138392 33138502 ENST00000482190 5 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33145236 33145299 ENST00000482190 6 RBBP4 ENSG00000162521 Not Supported Not Supported +CDS 1 33146127 33146140 ENST00000482190 7 RBBP4 ENSG00000162521 Not Supported Not Supported +transcript 1 33145507 33168361 ENST00000373484 NA SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33168209 33168261 ENST00000373484 1 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33160466 33161645 ENST00000373484 2 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33149859 33149983 ENST00000373484 3 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33147392 33147461 ENST00000373484 4 SYNC ENSG00000162520 Not Supported Not Supported +transcript 1 33145961 33168720 ENST00000409190 NA SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33168209 33168261 ENST00000409190 1 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33160466 33161645 ENST00000409190 2 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33149859 33149983 ENST00000409190 3 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33149611 33149690 ENST00000409190 4 SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33147454 33147461 ENST00000409190 5 SYNC ENSG00000162520 Not Supported Not Supported +transcript 1 33161166 33169197 ENST00000417633 NA SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33161166 33161434 ENST00000417633 2 SYNC ENSG00000162520 Not Supported Not Supported +transcript 1 33161224 33168680 ENST00000426909 NA SYNC ENSG00000162520 Not Supported Not Supported +CDS 1 33161224 33161434 ENST00000426909 2 SYNC ENSG00000162520 Not Supported Not Supported +transcript 1 33183335 33190838 ENST00000421619 NA RP11-114B7.6 ENSG00000224409 Not Supported Not Supported +transcript 1 33207486 33240571 ENST00000401073 NA KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33207556 33207790 ENST00000401073 1 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233388 33233558 ENST00000401073 2 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233663 33233718 ENST00000401073 3 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33234253 33234376 ENST00000401073 4 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235274 33235387 ENST00000401073 5 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235481 33238042 ENST00000401073 6 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33238466 33238485 ENST00000401073 7 KIAA1522 ENSG00000162522 Not Supported Not Supported +transcript 1 33219620 33234547 ENST00000468130 NA KIAA1522 ENSG00000162522 Not Supported Not Supported +transcript 1 33219622 33240571 ENST00000373481 NA KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33219691 33219781 ENST00000373481 1 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233388 33233558 ENST00000373481 2 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233663 33233718 ENST00000373481 3 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33234253 33234376 ENST00000373481 4 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235274 33235387 ENST00000373481 5 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235481 33238042 ENST00000373481 6 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33238466 33238485 ENST00000373481 7 KIAA1522 ENSG00000162522 Not Supported Not Supported +transcript 1 33231235 33238798 ENST00000294521 NA KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33231371 33231428 ENST00000294521 1 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233388 33233558 ENST00000294521 2 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233663 33233718 ENST00000294521 3 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33234253 33234376 ENST00000294521 4 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33238466 33238485 ENST00000294521 5 KIAA1522 ENSG00000162522 Not Supported Not Supported +transcript 1 33231268 33240571 ENST00000373480 NA KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33231371 33231428 ENST00000373480 1 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233388 33233558 ENST00000373480 2 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33233663 33233718 ENST00000373480 3 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33234253 33234376 ENST00000373480 4 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235274 33235387 ENST00000373480 5 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33235481 33238042 ENST00000373480 6 KIAA1522 ENSG00000162522 Not Supported Not Supported +CDS 1 33238466 33238485 ENST00000373480 7 KIAA1522 ENSG00000162522 Not Supported Not Supported +transcript 1 33240840 33247704 ENST00000469100 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33240840 33283754 ENST00000373477 NA YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33282789 33282845 ENST00000373477 1 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33276512 33276658 ENST00000373477 2 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33276192 33276367 ENST00000373477 3 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33272083 33272212 ENST00000373477 4 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33263364 33263444 ENST00000373477 5 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33256763 33256855 ENST00000373477 6 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33252541 33252676 ENST00000373477 7 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33251963 33252048 ENST00000373477 8 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33248005 33248140 ENST00000373477 9 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33246649 33246746 ENST00000373477 10 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33245686 33245879 ENST00000373477 11 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33244983 33245124 ENST00000373477 12 YARS ENSG00000134684 Not Supported Not Supported +CDS 1 33241585 33241692 ENST00000373477 13 YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33240845 33246312 ENST00000490826 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33241282 33249356 ENST00000487404 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33241592 33252335 ENST00000478828 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33251971 33282918 ENST00000481895 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33252541 33263815 ENST00000466052 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33256254 33272181 ENST00000470377 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33276332 33277248 ENST00000472692 NA YARS ENSG00000134684 Not Supported Not Supported +transcript 1 33282368 33292090 ENST00000530710 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292090 ENST00000530710 3 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283043 33323455 ENST00000373476 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292531 ENST00000373476 3 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33293594 33293682 ENST00000373476 4 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33295565 33295668 ENST00000373476 5 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33318680 33318767 ENST00000373476 6 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33321525 33321636 ENST00000373476 7 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283156 33324476 ENST00000373475 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292531 ENST00000373475 3 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33293594 33293682 ENST00000373475 4 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33295565 33295668 ENST00000373475 5 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33318680 33318767 ENST00000373475 6 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33321525 33321636 ENST00000373475 7 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283158 33291824 ENST00000529027 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33291824 ENST00000529027 4 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283176 33308788 ENST00000531123 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283176 33300665 ENST00000398243 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292531 ENST00000398243 3 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33293597 33293682 ENST00000398243 4 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33295565 33295668 ENST00000398243 5 S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33299635 33299636 ENST00000398243 6 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283193 33302779 ENST00000356689 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283254 33292061 ENST00000526230 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292061 ENST00000526230 3 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283256 33292214 ENST00000531256 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292214 ENST00000531256 2 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283257 33284436 ENST00000477248 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283300 33292139 ENST00000482212 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33292139 ENST00000482212 3 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33283339 33284433 ENST00000474103 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33290498 33291716 ENST00000530552 NA S100PBP ENSG00000116497 Not Supported Not Supported +CDS 1 33291701 33291716 ENST00000530552 2 S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33312403 33321557 ENST00000525203 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33312916 33321559 ENST00000524535 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33318350 33321775 ENST00000527692 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33318365 33321786 ENST00000475486 NA S100PBP ENSG00000116497 Not Supported Not Supported +transcript 1 33327869 33328617 ENST00000483143 NA FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33327869 33330318 ENST00000481487 NA FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33327869 33336414 ENST00000373471 NA FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33336254 33336347 ENST00000373471 1 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33334483 33334598 ENST00000373471 2 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333791 33333989 ENST00000373471 3 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333354 33333443 ENST00000373471 4 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33330265 33330398 ENST00000373471 5 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33329898 33329900 ENST00000373471 6 FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33327870 33336414 ENST00000609187 NA FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333791 33333974 ENST00000609187 3 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333354 33333443 ENST00000609187 4 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33330265 33330398 ENST00000609187 5 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33329898 33329900 ENST00000609187 6 FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33329157 33330320 ENST00000497068 NA FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33330050 33338081 ENST00000496770 NA FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333791 33333974 ENST00000496770 3 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33333354 33333443 ENST00000496770 4 FNDC5 ENSG00000160097 Not Supported Not Supported +CDS 1 33330214 33330398 ENST00000496770 5 FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33336475 33338083 ENST00000465346 NA FNDC5 ENSG00000160097 Not Supported Not Supported +transcript 1 33351595 33359664 ENST00000470166 NA HPCA ENSG00000121905 Not Supported Not Supported +transcript 1 33351683 33359230 ENST00000480118 NA HPCA ENSG00000121905 Not Supported Not Supported +transcript 1 33352036 33360247 ENST00000373467 NA HPCA ENSG00000121905 Not Supported Not Supported +CDS 1 33354500 33354877 ENST00000373467 2 HPCA ENSG00000121905 Not Supported Not Supported +CDS 1 33359125 33359230 ENST00000373467 3 HPCA ENSG00000121905 Not Supported Not Supported +CDS 1 33359366 33359460 ENST00000373467 4 HPCA ENSG00000121905 Not Supported Not Supported +transcript 1 33352063 33359744 ENST00000459874 NA HPCA ENSG00000121905 Not Supported Not Supported +transcript 1 33359125 33364042 ENST00000470896 NA HPCA ENSG00000121905 Not Supported Not Supported +transcript 1 33360195 33361188 ENST00000482771 NA TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33360196 33366959 ENST00000373463 NA TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33366824 33366839 ENST00000373463 1 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33363727 33363920 ENST00000373463 2 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33361511 33361570 ENST00000373463 3 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33361156 33361344 ENST00000373463 4 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33360906 33361040 ENST00000373463 5 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33360409 33360480 ENST00000373463 6 TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33360196 33366990 ENST00000329151 NA TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33366824 33366839 ENST00000329151 1 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33363727 33363920 ENST00000329151 2 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33361156 33361245 ENST00000329151 3 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33360906 33361040 ENST00000329151 4 TMEM54 ENSG00000121900 Not Supported Not Supported +CDS 1 33360409 33360480 ENST00000329151 5 TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33360342 33366953 ENST00000474144 NA TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33360447 33367039 ENST00000475208 NA TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33360906 33363357 ENST00000463914 NA TMEM54 ENSG00000121900 Not Supported Not Supported +transcript 1 33391895 33392000 ENST00000408496 NA AL031602.1 ENSG00000221423 Not Supported Not Supported +transcript 1 33402046 33430286 ENST00000373456 NA RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33429652 33430286 ENST00000373456 1 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33415170 33415375 ENST00000373456 2 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33413823 33413967 ENST00000373456 3 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33412003 33412165 ENST00000373456 4 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33411115 33411229 ENST00000373456 5 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33409620 33409760 ENST00000373456 6 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33407853 33408060 ENST00000373456 7 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33403998 33404129 ENST00000373456 8 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33402410 33402860 ENST00000373456 9 RNF19B ENSG00000116514 Not Supported Not Supported +transcript 1 33402055 33430286 ENST00000356990 NA RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33429652 33430286 ENST00000356990 1 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33415170 33415375 ENST00000356990 2 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33413823 33413964 ENST00000356990 3 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33412003 33412165 ENST00000356990 4 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33411115 33411229 ENST00000356990 5 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33409620 33409760 ENST00000356990 6 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33407853 33408060 ENST00000356990 7 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33403998 33404129 ENST00000356990 8 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33402892 33402910 ENST00000356990 9 RNF19B ENSG00000116514 Not Supported Not Supported +transcript 1 33402269 33430286 ENST00000235150 NA RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33429652 33430286 ENST00000235150 1 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33415170 33415375 ENST00000235150 2 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33413823 33413964 ENST00000235150 3 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33412003 33412165 ENST00000235150 4 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33411115 33411229 ENST00000235150 5 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33409620 33409760 ENST00000235150 6 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33407853 33408060 ENST00000235150 7 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33403998 33404129 ENST00000235150 8 RNF19B ENSG00000116514 Not Supported Not Supported +CDS 1 33402410 33402860 ENST00000235150 9 RNF19B ENSG00000116514 Not Supported Not Supported +transcript 1 33439268 33439642 ENST00000594612 NA FKSG48 ENSG00000267885 Not Supported Not Supported +CDS 1 33439268 33439639 ENST00000594612 1 FKSG48 ENSG00000267885 Not Supported Not Supported +transcript 1 33445543 33446073 ENST00000395888 NA RP4-803A2.1 ENSG00000217644 Not Supported Not Supported +transcript 1 33445548 33446073 ENST00000401937 NA RP4-803A2.1 ENSG00000217644 Not Supported Not Supported +transcript 1 33452553 33453834 ENST00000447420 NA RP4-803A2.2 ENSG00000239670 Not Supported Not Supported +transcript 1 33452676 33498070 ENST00000427524 NA RP1-117O3.2 ENSG00000236065 Not Supported Not Supported +transcript 1 33473585 33502471 ENST00000373449 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000373449 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33490043 33490168 ENST00000373449 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000373449 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33486968 33487062 ENST00000373449 4 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33480123 33480195 ENST00000373449 5 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33478808 33479003 ENST00000373449 6 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33476433 33476434 ENST00000373449 7 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33476079 33502441 ENST00000548033 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000548033 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000548033 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33486968 33487062 ENST00000548033 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33480123 33480195 ENST00000548033 4 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33478808 33479003 ENST00000548033 5 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33476433 33476434 ENST00000548033 6 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33476120 33477958 ENST00000482191 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33476232 33478888 ENST00000491241 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33476356 33502487 ENST00000467905 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000467905 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33490043 33490168 ENST00000467905 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000467905 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33486968 33487062 ENST00000467905 4 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33480123 33480195 ENST00000467905 5 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33478808 33479003 ENST00000467905 6 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33477722 33477723 ENST00000467905 7 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33478645 33502478 ENST00000480134 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000480134 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33490043 33490168 ENST00000480134 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000480134 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33480127 33480195 ENST00000480134 4 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33478645 33502593 ENST00000354858 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000354858 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33490043 33490168 ENST00000354858 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000354858 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33486968 33487062 ENST00000354858 4 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33480123 33480195 ENST00000354858 5 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33478785 33479003 ENST00000354858 6 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33478808 33502503 ENST00000550338 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000550338 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33497230 33497262 ENST00000550338 2 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33479966 33487291 ENST00000469238 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33480084 33487304 ENST00000466029 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33485284 33502445 ENST00000487289 NA AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33502337 33502429 ENST00000487289 1 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33490043 33490168 ENST00000487289 2 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33487194 33487304 ENST00000487289 3 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33486968 33487062 ENST00000487289 4 AK2 ENSG00000004455 Not Supported Not Supported +CDS 1 33485702 33485762 ENST00000487289 5 AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33487208 33546597 ENST00000548559 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33489721 33502469 ENST00000551979 NA AK2 ENSG00000004455 Not Supported Not Supported +transcript 1 33546705 33559001 ENST00000478635 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546714 33585995 ENST00000294517 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000294517 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000294517 5 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33557651 33557823 ENST00000294517 6 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33558883 33559017 ENST00000294517 7 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33560149 33560314 ENST00000294517 8 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000294517 9 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563668 33563780 ENST00000294517 10 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33583503 33583717 ENST00000294517 11 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33585645 33585780 ENST00000294517 12 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546714 33567493 ENST00000358680 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000358680 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000358680 5 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000358680 6 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563668 33563780 ENST00000358680 7 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33567434 33567490 ENST00000358680 8 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546749 33586130 ENST00000481886 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546751 33586127 ENST00000475935 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546756 33557822 ENST00000462920 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546756 33586131 ENST00000471119 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546762 33549728 ENST00000495135 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546764 33562462 ENST00000477570 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546765 33560314 ENST00000483027 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546766 33559017 ENST00000492420 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546768 33586130 ENST00000373443 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000373443 3 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000373443 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33557651 33557823 ENST00000373443 5 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33558883 33559017 ENST00000373443 6 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33560149 33560314 ENST00000373443 7 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000373443 8 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563668 33563780 ENST00000373443 9 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33583503 33583717 ENST00000373443 10 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33585645 33585780 ENST00000373443 11 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546768 33586122 ENST00000398167 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000398167 3 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000398167 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33557651 33557823 ENST00000398167 5 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33558883 33559017 ENST00000398167 6 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33560149 33560314 ENST00000398167 7 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000398167 8 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563608 33563780 ENST00000398167 9 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33583503 33583717 ENST00000398167 10 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33585645 33585780 ENST00000398167 11 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546770 33557811 ENST00000497710 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33546777 33562462 ENST00000473089 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33547260 33586131 ENST00000484656 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33547851 33567494 ENST00000373440 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000373440 1 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000373440 2 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000373440 3 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563668 33563780 ENST00000373440 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33567434 33567490 ENST00000373440 5 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33547851 33585783 ENST00000373441 NA ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33547851 33547955 ENST00000373441 1 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33549555 33549728 ENST00000373441 2 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33557651 33557823 ENST00000373441 3 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33558883 33559017 ENST00000373441 4 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33560149 33560314 ENST00000373441 5 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33562308 33562470 ENST00000373441 6 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33563608 33563780 ENST00000373441 7 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33583503 33583717 ENST00000373441 8 ADC ENSG00000142920 Not Supported Not Supported +CDS 1 33585645 33585780 ENST00000373441 9 ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33548507 33586122 ENST00000478204 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33558843 33560314 ENST00000497280 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33560245 33562557 ENST00000492521 NA ADC ENSG00000142920 Not Supported Not Supported +transcript 1 33611003 33647267 ENST00000291416 NA TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33646626 33647033 ENST00000291416 1 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33631072 33631167 ENST00000291416 2 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33625289 33625545 ENST00000291416 3 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33623854 33623969 ENST00000291416 4 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33612781 33613328 ENST00000291416 5 TRIM62 ENSG00000116525 Not Supported Not Supported +transcript 1 33612303 33642151 ENST00000543586 NA TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33642009 33642053 ENST00000543586 1 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33631072 33631167 ENST00000543586 2 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33625289 33625545 ENST00000543586 3 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33623854 33623969 ENST00000543586 4 TRIM62 ENSG00000116525 Not Supported Not Supported +CDS 1 33612781 33613328 ENST00000543586 5 TRIM62 ENSG00000116525 Not Supported Not Supported +transcript 1 33625293 33647654 ENST00000485148 NA TRIM62 ENSG00000116525 Not Supported Not Supported +transcript 1 33646856 33647660 ENST00000486583 NA TRIM62 ENSG00000116525 Not Supported Not Supported +transcript 1 33722146 33746015 ENST00000483388 NA ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741702 33741764 ENST00000483388 2 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741949 33742195 ENST00000483388 3 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33745725 33746015 ENST00000483388 4 ZNF362 ENSG00000160094 Not Supported Not Supported +transcript 1 33722174 33766320 ENST00000539719 NA ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33736176 33736213 ENST00000539719 2 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741701 33741764 ENST00000539719 3 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741949 33742195 ENST00000539719 4 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33745725 33746058 ENST00000539719 5 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33747188 33747412 ENST00000539719 6 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33760538 33760616 ENST00000539719 7 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33760748 33760906 ENST00000539719 8 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33764531 33764644 ENST00000539719 9 ZNF362 ENSG00000160094 Not Supported Not Supported +transcript 1 33722220 33740849 ENST00000490959 NA ZNF362 ENSG00000160094 Not Supported Not Supported +transcript 1 33736176 33766320 ENST00000373428 NA ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33736176 33736213 ENST00000373428 1 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741701 33741764 ENST00000373428 2 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33741949 33742195 ENST00000373428 3 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33745725 33746058 ENST00000373428 4 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33747188 33747412 ENST00000373428 5 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33760538 33760616 ENST00000373428 6 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33760748 33760906 ENST00000373428 7 ZNF362 ENSG00000160094 Not Supported Not Supported +CDS 1 33764531 33764644 ENST00000373428 8 ZNF362 ENSG00000160094 Not Supported Not Supported +transcript 1 33745951 33747574 ENST00000477934 NA ZNF362 ENSG00000160094 Not Supported Not Supported +transcript 1 33726813 33727281 ENST00000602618 NA RP11-415J8.7 ENSG00000270115 Not Supported Not Supported +transcript 1 33764975 33766320 ENST00000543783 NA AL513327.1 ENSG00000256142 Not Supported Not Supported +transcript 1 33772367 33786699 ENST00000442999 NA A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33786677 33786699 ENST00000442999 1 A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33778408 33778491 ENST00000442999 2 A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33778102 33778191 ENST00000442999 3 A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33777653 33777790 ENST00000442999 4 A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33772370 33773054 ENST00000442999 5 A3GALT2 ENSG00000184389 Not Supported Not Supported +transcript 1 33772367 33777822 ENST00000330379 NA A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33777653 33777822 ENST00000330379 1 A3GALT2 ENSG00000184389 Not Supported Not Supported +CDS 1 33772370 33773054 ENST00000330379 2 A3GALT2 ENSG00000184389 Not Supported Not Supported +transcript 1 33772967 33791499 ENST00000588828 NA RP11-415J8.3 ENSG00000225313 Not Supported Not Supported +transcript 1 33772972 33791644 ENST00000457957 NA RP11-415J8.3 ENSG00000225313 Not Supported Not Supported +transcript 1 33780348 33791504 ENST00000587696 NA RP11-415J8.3 ENSG00000225313 Not Supported Not Supported +transcript 1 33789224 33841194 ENST00000431992 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33840967 33841140 ENST00000431992 1 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33837890 33838048 ENST00000431992 2 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836618 33836695 ENST00000431992 3 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836022 33836186 ENST00000431992 4 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33832717 33833029 ENST00000431992 5 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820442 33820854 ENST00000431992 6 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820002 33820167 ENST00000431992 7 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799893 ENST00000431992 8 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000431992 9 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000431992 10 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000431992 11 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000431992 12 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33790469 33790620 ENST00000431992 13 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33789227 33815412 ENST00000485928 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33789227 33815486 ENST00000373418 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799843 ENST00000373418 2 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000373418 3 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000373418 4 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000373418 5 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000373418 6 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33790469 33790620 ENST00000373418 7 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33789227 33820810 ENST00000373422 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820439 33820645 ENST00000373422 1 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820002 33820167 ENST00000373422 2 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799893 ENST00000373422 3 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000373422 4 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000373422 5 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000373422 6 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000373422 7 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33790469 33790620 ENST00000373422 8 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33789227 33841194 ENST00000257118 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33840967 33841140 ENST00000257118 1 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33837890 33838048 ENST00000257118 2 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836618 33836695 ENST00000257118 3 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836022 33836186 ENST00000257118 4 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33834137 33834223 ENST00000257118 5 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33832717 33833029 ENST00000257118 6 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820442 33820854 ENST00000257118 7 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820002 33820167 ENST00000257118 8 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799893 ENST00000257118 9 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000257118 10 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000257118 11 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000257118 12 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000257118 13 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33790469 33790620 ENST00000257118 14 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33790175 33896216 ENST00000419414 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33840967 33841140 ENST00000419414 2 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33837890 33838048 ENST00000419414 3 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836618 33836695 ENST00000419414 4 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33836022 33836186 ENST00000419414 5 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33834137 33834223 ENST00000419414 6 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33832717 33833029 ENST00000419414 7 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820439 33820854 ENST00000419414 8 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33820002 33820167 ENST00000419414 9 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799893 ENST00000419414 10 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000419414 11 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000419414 12 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000419414 13 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000419414 14 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33790469 33790620 ENST00000419414 15 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33790290 33815485 ENST00000467894 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33791426 33841194 ENST00000373416 NA PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33799691 33799843 ENST00000373416 9 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33797876 33798005 ENST00000373416 10 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33796949 33797063 ENST00000373416 11 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33795672 33795813 ENST00000373416 12 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33794471 33794747 ENST00000373416 13 PHC2 ENSG00000134686 Not Supported Not Supported +CDS 1 33791429 33791562 ENST00000373416 14 PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33795672 33815251 ENST00000486897 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33795672 33815373 ENST00000493483 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33796965 33800857 ENST00000473158 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33818814 33820504 ENST00000459964 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33834171 33858366 ENST00000468406 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33837927 33896653 ENST00000484692 NA PHC2 ENSG00000134686 Not Supported Not Supported +transcript 1 33797994 33798093 ENST00000583214 NA MIR3605 ENSG00000266239 Not Supported Not Supported +transcript 1 33802167 33802465 ENST00000410180 NA RN7SKP16 ENSG00000222112 Not Supported Not Supported +transcript 1 33815953 33828846 ENST00000432703 NA RP11-415J8.5 ENSG00000233246 Not Supported Not Supported +transcript 1 33907626 33907712 ENST00000408298 NA AL138837.1 ENSG00000221225 Not Supported Not Supported +transcript 1 33931850 33934555 ENST00000413515 NA TLR12P ENSG00000234512 Not Supported Not Supported +transcript 1 33938246 33962107 ENST00000361328 NA ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33944890 33945306 ENST00000361328 2 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33954065 33954251 ENST00000361328 3 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33954715 33954791 ENST00000361328 4 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33955118 33955202 ENST00000361328 5 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33956625 33957302 ENST00000361328 6 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33958787 33959215 ENST00000361328 7 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33959818 33961073 ENST00000361328 8 ZSCAN20 ENSG00000121903 Not Supported Not Supported +transcript 1 33938252 33958236 ENST00000373413 NA ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33944890 33945306 ENST00000373413 2 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33954065 33954251 ENST00000373413 3 ZSCAN20 ENSG00000121903 Not Supported Not Supported +CDS 1 33956625 33957319 ENST00000373413 4 ZSCAN20 ENSG00000121903 Not Supported Not Supported +transcript 1 33938261 33954845 ENST00000480917 NA ZSCAN20 ENSG00000121903 Not Supported Not Supported +transcript 1 33977608 33978343 ENST00000424879 NA RP4-580O19.2 ENSG00000235907 Not Supported Not Supported +transcript 1 33979609 34631443 ENST00000241312 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34631348 34631414 ENST00000241312 1 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34554578 34554794 ENST00000241312 2 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34498195 34498307 ENST00000241312 3 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34401361 34401555 ENST00000241312 4 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34383695 34383902 ENST00000241312 5 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34312485 34312597 ENST00000241312 6 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34291298 34291375 ENST00000241312 7 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34286070 34286157 ENST00000241312 8 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34285314 34285438 ENST00000241312 9 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34276344 34276465 ENST00000241312 10 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34258024 34258127 ENST00000241312 11 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34254201 34254313 ENST00000241312 12 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34238170 34238352 ENST00000241312 13 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34208881 34209207 ENST00000241312 14 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34204741 34204935 ENST00000241312 15 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34192148 34192286 ENST00000241312 16 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34190950 34191137 ENST00000241312 17 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34190117 34190305 ENST00000241312 18 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34189797 34189913 ENST00000241312 19 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34181886 34182101 ENST00000241312 20 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34180187 34180375 ENST00000241312 21 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34174689 34174858 ENST00000241312 22 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34166117 34166273 ENST00000241312 23 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34164353 34164544 ENST00000241312 24 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34158530 34158656 ENST00000241312 25 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34128490 34128692 ENST00000241312 26 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34123546 34123737 ENST00000241312 27 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34117923 34118061 ENST00000241312 28 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34112248 34112435 ENST00000241312 29 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34101960 34102154 ENST00000241312 30 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34100814 34100930 ENST00000241312 31 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34099022 34099135 ENST00000241312 32 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34092086 34092181 ENST00000241312 33 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090651 34090854 ENST00000241312 34 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090119 34090243 ENST00000241312 35 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34088970 34089066 ENST00000241312 36 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34087767 34087871 ENST00000241312 37 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34083099 34083217 ENST00000241312 38 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34082506 34082575 ENST00000241312 39 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34080104 34080220 ENST00000241312 40 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34076641 34076850 ENST00000241312 41 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34071463 34071588 ENST00000241312 42 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34070882 34071070 ENST00000241312 43 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34067969 34068146 ENST00000241312 44 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34066465 34066610 ENST00000241312 45 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34052688 34052768 ENST00000241312 46 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34052104 34052217 ENST00000241312 47 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34049242 34049430 ENST00000241312 48 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34046353 34046499 ENST00000241312 49 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34042896 34043084 ENST00000241312 50 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34038106 34038291 ENST00000241312 51 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34037132 34037326 ENST00000241312 52 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34034974 34035147 ENST00000241312 53 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34033193 34033366 ENST00000241312 54 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34015777 34015950 ENST00000241312 55 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34011637 34011819 ENST00000241312 56 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34008320 34008496 ENST00000241312 57 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34006730 34006909 ENST00000241312 58 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34006125 34006298 ENST00000241312 59 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34003036 34003209 ENST00000241312 60 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34002622 34002695 ENST00000241312 61 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33999396 33999507 ENST00000241312 62 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33998650 33998829 ENST00000241312 63 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33992796 33992858 ENST00000241312 64 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33990482 33990643 ENST00000241312 65 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33988907 33989019 ENST00000241312 66 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33987063 33987150 ENST00000241312 67 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33985412 33985550 ENST00000241312 68 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33985121 33985277 ENST00000241312 69 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 33979613 34630875 ENST00000373381 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34630512 34630698 ENST00000373381 1 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34554578 34554794 ENST00000373381 2 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34498195 34498307 ENST00000373381 3 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34401361 34401555 ENST00000373381 4 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34383695 34383902 ENST00000373381 5 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34312485 34312597 ENST00000373381 6 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34291298 34291375 ENST00000373381 7 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34286070 34286157 ENST00000373381 8 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34285314 34285438 ENST00000373381 9 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34276344 34276465 ENST00000373381 10 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34258024 34258127 ENST00000373381 11 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34254201 34254313 ENST00000373381 12 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34238170 34238352 ENST00000373381 13 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34208881 34209207 ENST00000373381 14 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34204741 34204935 ENST00000373381 15 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34192148 34192286 ENST00000373381 16 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34190950 34191137 ENST00000373381 17 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34190117 34190305 ENST00000373381 18 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34189797 34189913 ENST00000373381 19 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34181886 34182101 ENST00000373381 20 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34180187 34180375 ENST00000373381 21 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34174689 34174858 ENST00000373381 22 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34166117 34166273 ENST00000373381 23 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34164353 34164544 ENST00000373381 24 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34158530 34158656 ENST00000373381 25 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34128490 34128692 ENST00000373381 26 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34123546 34123737 ENST00000373381 27 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34117923 34118061 ENST00000373381 28 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34112248 34112435 ENST00000373381 29 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34101960 34102154 ENST00000373381 30 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34100814 34100930 ENST00000373381 31 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34099022 34099135 ENST00000373381 32 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34092086 34092181 ENST00000373381 33 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090651 34090854 ENST00000373381 34 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090119 34090243 ENST00000373381 35 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34088970 34089066 ENST00000373381 36 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34087767 34087871 ENST00000373381 37 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34083099 34083217 ENST00000373381 38 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34082506 34082575 ENST00000373381 39 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34080104 34080220 ENST00000373381 40 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34076641 34076850 ENST00000373381 41 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34070882 34071070 ENST00000373381 42 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34067969 34068146 ENST00000373381 43 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34066465 34066610 ENST00000373381 44 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34052688 34052768 ENST00000373381 45 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34052104 34052217 ENST00000373381 46 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34049242 34049430 ENST00000373381 47 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34046353 34046499 ENST00000373381 48 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34042896 34043084 ENST00000373381 49 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34038106 34038291 ENST00000373381 50 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34037132 34037326 ENST00000373381 51 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34034974 34035147 ENST00000373381 52 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34033193 34033441 ENST00000373381 53 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34024900 34025073 ENST00000373381 54 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34023334 34023522 ENST00000373381 55 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34015777 34015950 ENST00000373381 56 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34011637 34011819 ENST00000373381 57 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34008320 34008496 ENST00000373381 58 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34006730 34006909 ENST00000373381 59 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34006125 34006298 ENST00000373381 60 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34003036 34003209 ENST00000373381 61 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34002622 34002695 ENST00000373381 62 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33999396 33999507 ENST00000373381 63 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33998650 33998829 ENST00000373381 64 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33992796 33992858 ENST00000373381 65 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33990482 33990643 ENST00000373381 66 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33988907 33989019 ENST00000373381 67 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33987063 33987150 ENST00000373381 68 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33985412 33985550 ENST00000373381 69 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 33985121 33985277 ENST00000373381 70 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34024953 34038190 ENST00000465819 NA CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34057407 34175104 ENST00000373380 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34174689 34174883 ENST00000373380 1 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34166117 34166273 ENST00000373380 2 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34164353 34164544 ENST00000373380 3 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34158530 34158656 ENST00000373380 4 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34128490 34128692 ENST00000373380 5 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34123546 34123737 ENST00000373380 6 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34117923 34118061 ENST00000373380 7 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34112248 34112435 ENST00000373380 8 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34101960 34102154 ENST00000373380 9 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34100814 34100930 ENST00000373380 10 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34099022 34099135 ENST00000373380 11 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34092086 34092181 ENST00000373380 12 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090651 34090854 ENST00000373380 13 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34090119 34090243 ENST00000373380 14 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34088970 34089066 ENST00000373380 15 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34087767 34087871 ENST00000373380 16 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34083099 34083217 ENST00000373380 17 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34082506 34082575 ENST00000373380 18 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34080104 34080220 ENST00000373380 19 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34076641 34076850 ENST00000373380 20 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34070882 34071070 ENST00000373380 21 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34067969 34068146 ENST00000373380 22 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34066465 34066610 ENST00000373380 23 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34058064 34058089 ENST00000373380 24 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34064289 34068077 ENST00000489419 NA CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34064289 34092184 ENST00000373377 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34088970 34088988 ENST00000373377 4 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34087767 34087871 ENST00000373377 5 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34083099 34083217 ENST00000373377 6 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34082506 34082575 ENST00000373377 7 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34080104 34080220 ENST00000373377 8 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34076641 34076850 ENST00000373377 9 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34070882 34071070 ENST00000373377 10 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34067969 34068146 ENST00000373377 11 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34066465 34066610 ENST00000373377 12 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34065717 34065841 ENST00000373377 13 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34065714 34175104 ENST00000373388 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34088970 34088988 ENST00000373388 15 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34087767 34087871 ENST00000373388 16 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34083099 34083217 ENST00000373388 17 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34082506 34082575 ENST00000373388 18 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34080104 34080220 ENST00000373388 19 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34076641 34076850 ENST00000373388 20 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34070882 34071070 ENST00000373388 21 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34067969 34068146 ENST00000373388 22 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34066465 34066610 ENST00000373388 23 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34065717 34065841 ENST00000373388 24 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34237709 34279820 ENST00000338325 NA CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34276344 34276460 ENST00000338325 3 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34270347 34270499 ENST00000338325 4 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34258024 34258127 ENST00000338325 5 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34254201 34254313 ENST00000338325 6 CSMD2 ENSG00000121904 Not Supported Not Supported +CDS 1 34238165 34238352 ENST00000338325 7 CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34258098 34285409 ENST00000471438 NA CSMD2 ENSG00000121904 Not Supported Not Supported +transcript 1 34304124 34305741 ENST00000432666 NA HSPD1P14 ENSG00000227000 Not Supported Not Supported +transcript 1 34326076 34330392 ENST00000519684 NA HMGB4 ENSG00000176256 Not Supported Not Supported +CDS 1 34329793 34330350 ENST00000519684 2 HMGB4 ENSG00000176256 Not Supported Not Supported +transcript 1 34326101 34330392 ENST00000522796 NA HMGB4 ENSG00000176256 Not Supported Not Supported +CDS 1 34329793 34330350 ENST00000522796 4 HMGB4 ENSG00000176256 Not Supported Not Supported +transcript 1 34327782 34329064 ENST00000458277 NA HMGB4 ENSG00000176256 Not Supported Not Supported +transcript 1 34329678 34330392 ENST00000425537 NA HMGB4 ENSG00000176256 Not Supported Not Supported +transcript 1 34334554 34351059 ENST00000425631 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34335798 34339368 ENST00000434181 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34335827 34339309 ENST00000432447 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34335827 34339412 ENST00000414868 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34336152 34339248 ENST00000438719 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34341067 34351024 ENST00000431046 NA RP5-1007G16.1 ENSG00000231163 Not Supported Not Supported +transcript 1 34578550 34578664 ENST00000364278 NA RNA5SP42 ENSG00000201148 Not Supported Not Supported +transcript 1 34632484 34684732 ENST00000373374 NA C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34663076 34663514 ENST00000373374 2 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34666373 34666633 ENST00000373374 3 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34667685 34667860 ENST00000373374 4 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34673758 34673835 ENST00000373374 5 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34677811 34678007 ENST00000373374 6 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34684287 34684359 ENST00000373374 7 C1orf94 ENSG00000142698 Not Supported Not Supported +transcript 1 34643271 34684732 ENST00000488417 NA C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34643391 34643710 ENST00000488417 1 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34662826 34663514 ENST00000488417 2 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34666373 34666633 ENST00000488417 3 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34667685 34667860 ENST00000488417 4 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34673758 34673835 ENST00000488417 5 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34677811 34678007 ENST00000488417 6 C1orf94 ENSG00000142698 Not Supported Not Supported +CDS 1 34684287 34684359 ENST00000488417 7 C1orf94 ENSG00000142698 Not Supported Not Supported +transcript 1 34641467 34641550 ENST00000408126 NA AC115286.1 ENSG00000221053 Not Supported Not Supported +transcript 1 34742460 34742893 ENST00000604298 NA RP4-657M3.2 ENSG00000270241 Not Supported Not Supported +transcript 1 35135200 35135295 ENST00000385206 NA MIR552 ENSG00000207941 Not Supported Not Supported +transcript 1 35178338 35325336 ENST00000426886 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321372 35321578 ENST00000426886 2 SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35183996 35184010 ENST00000426886 3 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35318270 35325417 ENST00000521580 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321303 35321578 ENST00000521580 2 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35320651 35324670 ENST00000446026 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321303 35321578 ENST00000446026 2 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35320770 35325356 ENST00000456842 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321303 35321578 ENST00000456842 2 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35320950 35325318 ENST00000423898 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321303 35321578 ENST00000423898 2 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35321290 35324646 ENST00000417239 NA SMIM12 ENSG00000163866 Not Supported Not Supported +CDS 1 35321303 35321578 ENST00000417239 3 SMIM12 ENSG00000163866 Not Supported Not Supported +transcript 1 35220648 35224113 ENST00000338513 NA GJB5 ENSG00000189280 Not Supported Not Supported +CDS 1 35222932 35223750 ENST00000338513 2 GJB5 ENSG00000189280 Not Supported Not Supported +transcript 1 35225342 35229325 ENST00000339480 NA GJB4 ENSG00000189433 Not Supported Not Supported +CDS 1 35226856 35227653 ENST00000339480 2 GJB4 ENSG00000189433 Not Supported Not Supported +transcript 1 35227027 35253698 ENST00000542839 NA RP1-34M23.5 ENSG00000255811 Not Supported Not Supported +transcript 1 35244162 35244245 ENST00000401343 NA AL121988.1 ENSG00000216162 Not Supported Not Supported +transcript 1 35246790 35251965 ENST00000373366 NA GJB3 ENSG00000188910 Not Supported Not Supported +CDS 1 35250364 35251173 ENST00000373366 2 GJB3 ENSG00000188910 Not Supported Not Supported +transcript 1 35247879 35251970 ENST00000373362 NA GJB3 ENSG00000188910 Not Supported Not Supported +CDS 1 35250364 35251173 ENST00000373362 2 GJB3 ENSG00000188910 Not Supported Not Supported +transcript 1 35258599 35261348 ENST00000342280 NA GJA4 ENSG00000187513 Not Supported Not Supported +CDS 1 35259815 35260813 ENST00000342280 2 GJA4 ENSG00000187513 Not Supported Not Supported +transcript 1 35258600 35260691 ENST00000450137 NA GJA4 ENSG00000187513 Not Supported Not Supported +CDS 1 35259815 35260691 ENST00000450137 2 GJA4 ENSG00000187513 Not Supported Not Supported +transcript 1 35316295 35317156 ENST00000429293 NA RP5-997D16.2 ENSG00000230163 Not Supported Not Supported +transcript 1 35331037 35395186 ENST00000373347 NA DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35369878 35370984 ENST00000373347 3 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35365669 35365874 ENST00000373347 4 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35365270 35365342 ENST00000373347 5 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35351673 35351886 ENST00000373347 6 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35351079 35351392 ENST00000373347 7 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35350579 35350664 ENST00000373347 8 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35334206 35334690 ENST00000373347 9 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35333137 35333228 ENST00000373347 10 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35332649 35332792 ENST00000373347 11 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35331687 35331902 ENST00000373347 12 DLGAP3 ENSG00000116544 Not Supported Not Supported +transcript 1 35331037 35370984 ENST00000235180 NA DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35369878 35370984 ENST00000235180 1 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35365669 35365874 ENST00000235180 2 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35365270 35365342 ENST00000235180 3 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35351673 35351886 ENST00000235180 4 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35351079 35351392 ENST00000235180 5 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35350579 35350664 ENST00000235180 6 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35334206 35334690 ENST00000235180 7 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35333137 35333228 ENST00000235180 8 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35332649 35332792 ENST00000235180 9 DLGAP3 ENSG00000116544 Not Supported Not Supported +CDS 1 35331687 35331902 ENST00000235180 10 DLGAP3 ENSG00000116544 Not Supported Not Supported +transcript 1 35370766 35391095 ENST00000495979 NA DLGAP3 ENSG00000116544 Not Supported Not Supported +transcript 1 35409357 35409425 ENST00000516919 NA SNORD112 ENSG00000252728 Not Supported Not Supported +transcript 1 35439957 35450914 ENST00000417456 NA RP11-244H3.1 ENSG00000241014 Not Supported Not Supported +transcript 1 35441300 35444307 ENST00000311990 NA RP11-244H3.1 ENSG00000241014 Not Supported Not Supported +transcript 1 35447134 35497342 ENST00000487874 NA RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000487874 2 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000487874 3 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35484954 35485203 ENST00000487874 4 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35480589 35480763 ENST00000487874 5 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35480298 35480489 ENST00000487874 6 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35478032 35478182 ENST00000487874 7 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35477491 35477606 ENST00000487874 8 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35476359 35476637 ENST00000487874 9 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35476048 35476198 ENST00000487874 10 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35474353 35474525 ENST00000487874 11 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35472552 35472699 ENST00000487874 12 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35470733 35470873 ENST00000487874 13 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35469569 35469606 ENST00000487874 14 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35457835 35457988 ENST00000487874 15 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +CDS 1 35449526 35449548 ENST00000487874 16 RP11-244H3.4 ENSG00000271741 Not Supported Not Supported +transcript 1 35447136 35450954 ENST00000373337 NA ZMYM6NB ENSG00000243749 Not Supported Not Supported +CDS 1 35450799 35450906 ENST00000373337 1 ZMYM6NB ENSG00000243749 Not Supported Not Supported +CDS 1 35449368 35449548 ENST00000373337 2 ZMYM6NB ENSG00000243749 Not Supported Not Supported +CDS 1 35447548 35447720 ENST00000373337 3 ZMYM6NB ENSG00000243749 Not Supported Not Supported +transcript 1 35449523 35497569 ENST00000373340 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000373340 2 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000373340 3 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35484954 35485203 ENST00000373340 4 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480589 35480763 ENST00000373340 5 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480298 35480489 ENST00000373340 6 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35478032 35478182 ENST00000373340 7 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35477491 35477606 ENST00000373340 8 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35476359 35476637 ENST00000373340 9 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35476048 35476198 ENST00000373340 10 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35474353 35474525 ENST00000373340 11 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35472552 35472699 ENST00000373340 12 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35470733 35470873 ENST00000373340 13 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35469569 35469606 ENST00000373340 14 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35457835 35457988 ENST00000373340 15 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35449526 35449548 ENST00000373340 16 ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35451766 35497312 ENST00000493328 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35452581 35497569 ENST00000357182 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000357182 2 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000357182 3 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35484954 35485203 ENST00000357182 4 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480589 35480763 ENST00000357182 5 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480298 35480489 ENST00000357182 6 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35478032 35478182 ENST00000357182 7 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35477491 35477606 ENST00000357182 8 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35476359 35476637 ENST00000357182 9 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35476048 35476198 ENST00000357182 10 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35474353 35474525 ENST00000357182 11 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35472552 35472699 ENST00000357182 12 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35470733 35470873 ENST00000357182 13 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35469569 35469606 ENST00000357182 14 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35457835 35457988 ENST00000357182 15 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35452708 35454536 ENST00000357182 16 ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35469466 35474393 ENST00000466345 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35476148 35478057 ENST00000472971 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35480467 35497233 ENST00000415531 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000415531 2 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000415531 3 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35484954 35485203 ENST00000415531 4 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480589 35480763 ENST00000415531 5 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35480467 35480489 ENST00000415531 6 ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35482845 35497506 ENST00000317538 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000317538 2 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000317538 3 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35484872 35485203 ENST00000317538 4 ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35482851 35497448 ENST00000460607 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35484114 35497291 ENST00000373333 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35496148 35496240 ENST00000373333 3 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35485984 35486068 ENST00000373333 4 ZMYM6 ENSG00000163867 Not Supported Not Supported +CDS 1 35484872 35485203 ENST00000373333 5 ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35495750 35497536 ENST00000471566 NA ZMYM6 ENSG00000163867 Not Supported Not Supported +transcript 1 35519069 35524872 ENST00000428087 NA RP11-248I9.2 ENSG00000233940 Not Supported Not Supported +transcript 1 35525387 35578816 ENST00000417119 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35559589 35559684 ENST00000417119 3 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35561420 35561492 ENST00000417119 4 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35562918 35563167 ENST00000417119 5 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35569896 35570070 ENST00000417119 6 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35570158 35570370 ENST00000417119 7 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35575895 35576048 ENST00000417119 8 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577373 35577513 ENST00000417119 9 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577688 35577731 ENST00000417119 10 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35578578 35578816 ENST00000417119 11 ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544968 35581456 ENST00000359858 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35559589 35559684 ENST00000359858 2 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35561420 35561492 ENST00000359858 3 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35562918 35563167 ENST00000359858 4 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35569896 35570070 ENST00000359858 5 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35570158 35570370 ENST00000359858 6 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35575895 35576048 ENST00000359858 7 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577373 35577513 ENST00000359858 8 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577688 35577731 ENST00000359858 9 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35578578 35580857 ENST00000359858 10 ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544983 35563195 ENST00000466390 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544987 35580237 ENST00000488455 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544992 35577508 ENST00000475654 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544992 35581455 ENST00000373329 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35544992 35581460 ENST00000373330 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35559589 35559684 ENST00000373330 3 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35561420 35561492 ENST00000373330 4 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35562918 35563167 ENST00000373330 5 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35569896 35570070 ENST00000373330 6 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35570158 35570370 ENST00000373330 7 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35575895 35576048 ENST00000373330 8 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577373 35577513 ENST00000373330 9 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35577688 35577731 ENST00000373330 10 ZMYM1 ENSG00000197056 Not Supported Not Supported +CDS 1 35578578 35580857 ENST00000373330 11 ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35558840 35563079 ENST00000476269 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35569844 35577378 ENST00000463393 NA ZMYM1 ENSG00000197056 Not Supported Not Supported +transcript 1 35587623 35588085 ENST00000442409 NA EFCAB14P1 ENSG00000228348 Not Supported Not Supported +transcript 1 35641979 35643262 ENST00000471991 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641979 35646246 ENST00000468598 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641979 35653643 ENST00000460428 NA SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35653574 35653643 ENST00000460428 1 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652804 35652852 ENST00000460428 2 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652602 35652723 ENST00000460428 3 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35643614 35643637 ENST00000460428 4 SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641979 35656175 ENST00000470472 NA SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35656099 35656175 ENST00000470472 1 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35654787 35654983 ENST00000470472 2 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35654604 35654688 ENST00000470472 3 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35653574 35653691 ENST00000470472 4 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652804 35652852 ENST00000470472 5 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652602 35652723 ENST00000470472 6 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35643614 35643637 ENST00000470472 7 SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641981 35644706 ENST00000466745 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641981 35644847 ENST00000466213 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641981 35646945 ENST00000490668 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35641981 35647207 ENST00000485365 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35642810 35643737 ENST00000485454 NA SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35648533 35658749 ENST00000357214 NA SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35657823 35658650 ENST00000357214 1 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35656942 35657130 ENST00000357214 2 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35656295 35656596 ENST00000357214 3 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35656099 35656194 ENST00000357214 4 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35654787 35654983 ENST00000357214 5 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35654604 35654688 ENST00000357214 6 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35653574 35653691 ENST00000357214 7 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652804 35652852 ENST00000357214 8 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35652602 35652723 ENST00000357214 9 SFPQ ENSG00000116560 Not Supported Not Supported +CDS 1 35650060 35650194 ENST00000357214 10 SFPQ ENSG00000116560 Not Supported Not Supported +transcript 1 35661570 35661663 ENST00000364998 NA Y_RNA ENSG00000201868 Not Supported Not Supported +transcript 1 35729823 35730083 ENST00000583196 NA RN7SL136P ENSG00000263591 Not Supported Not Supported +transcript 1 35734568 35887545 ENST00000314607 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35734648 35734686 ENST00000314607 1 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35790961 35791006 ENST00000314607 2 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35824526 35825047 ENST00000314607 3 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35826795 35826856 ENST00000314607 4 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35827220 35827390 ENST00000314607 5 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835630 35835714 ENST00000314607 6 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835973 35836228 ENST00000314607 7 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35846860 35847034 ENST00000314607 8 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35847147 35847359 ENST00000314607 9 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35851043 35851193 ENST00000314607 10 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35851675 35851790 ENST00000314607 11 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35852604 35852879 ENST00000314607 12 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35853055 35853205 ENST00000314607 13 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35854511 35854683 ENST00000314607 14 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35855549 35855699 ENST00000314607 15 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35857813 35857953 ENST00000314607 16 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35858248 35858285 ENST00000314607 17 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35859196 35859340 ENST00000314607 18 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862153 35862271 ENST00000314607 19 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862978 35863146 ENST00000314607 20 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864014 35864067 ENST00000314607 21 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864465 35864644 ENST00000314607 22 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35865083 35865177 ENST00000314607 23 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870624 35870795 ENST00000314607 24 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870974 35871069 ENST00000314607 25 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35873609 35873760 ENST00000314607 26 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35879573 35879684 ENST00000314607 27 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35881067 35881315 ENST00000314607 28 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35884044 35884173 ENST00000314607 29 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35885071 35885275 ENST00000314607 30 ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35734568 35887544 ENST00000373297 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35734648 35734686 ENST00000373297 1 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35790961 35791006 ENST00000373297 2 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35824526 35825047 ENST00000373297 3 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35826795 35826856 ENST00000373297 4 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35827220 35827390 ENST00000373297 5 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835630 35835714 ENST00000373297 6 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835973 35836228 ENST00000373297 7 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35846860 35847034 ENST00000373297 8 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35847147 35847359 ENST00000373297 9 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35852604 35852879 ENST00000373297 10 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35853055 35853205 ENST00000373297 11 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35854511 35854683 ENST00000373297 12 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35855549 35855699 ENST00000373297 13 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35857813 35857953 ENST00000373297 14 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35858248 35858285 ENST00000373297 15 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35859196 35859340 ENST00000373297 16 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862153 35862271 ENST00000373297 17 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862978 35863146 ENST00000373297 18 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864014 35864067 ENST00000373297 19 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864465 35864644 ENST00000373297 20 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35865083 35865177 ENST00000373297 21 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870624 35870795 ENST00000373297 22 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870974 35871069 ENST00000373297 23 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35873609 35873760 ENST00000373297 24 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35879573 35879684 ENST00000373297 25 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35881067 35881315 ENST00000373297 26 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35884044 35884173 ENST00000373297 27 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35885071 35885275 ENST00000373297 28 ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35734634 35824830 ENST00000441447 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35824537 35824830 ENST00000441447 4 ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35827306 35887659 ENST00000457946 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35827306 35827390 ENST00000457946 1 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835630 35835714 ENST00000457946 2 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35835973 35836228 ENST00000457946 3 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35846860 35847034 ENST00000457946 4 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35847147 35847359 ENST00000457946 5 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35852604 35852879 ENST00000457946 6 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35853055 35853205 ENST00000457946 7 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35854511 35854683 ENST00000457946 8 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35855549 35855699 ENST00000457946 9 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35857813 35857953 ENST00000457946 10 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35858248 35858285 ENST00000457946 11 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35859196 35859340 ENST00000457946 12 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862156 35862271 ENST00000457946 13 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35862978 35863146 ENST00000457946 14 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864014 35864067 ENST00000457946 15 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35864465 35864644 ENST00000457946 16 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35865083 35865177 ENST00000457946 17 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870624 35870795 ENST00000457946 18 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35870974 35871069 ENST00000457946 19 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35873609 35873760 ENST00000457946 20 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35879573 35879684 ENST00000457946 21 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35881067 35881315 ENST00000457946 22 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35884044 35884173 ENST00000457946 23 ZMYM4 ENSG00000146463 Not Supported Not Supported +CDS 1 35885071 35885278 ENST00000457946 24 ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35827318 35836454 ENST00000482131 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35858281 35863063 ENST00000470175 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35870445 35873653 ENST00000492456 NA ZMYM4 ENSG00000146463 Not Supported Not Supported +transcript 1 35757801 35758099 ENST00000475222 NA RN7SL503P ENSG00000240374 Not Supported Not Supported +transcript 1 35775875 35776026 ENST00000364672 NA SNORA62 ENSG00000201542 Not Supported Not Supported +transcript 1 35816323 35817208 ENST00000434805 NA RPL5P4 ENSG00000229994 Not Supported Not Supported +transcript 1 35824423 35831678 ENST00000432683 NA ZMYM4-AS1 ENSG00000227409 Not Supported Not Supported +transcript 1 35893417 35893494 ENST00000365259 NA RNY5P1 ENSG00000202129 Not Supported Not Supported +transcript 1 35899091 36023014 ENST00000325722 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000325722 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000325722 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000325722 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35940406 35940507 ENST00000325722 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35936464 35936561 ENST00000325722 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932209 35932296 ENST00000325722 7 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35928222 35928314 ENST00000325722 8 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35925906 35926038 ENST00000325722 9 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35921614 35921842 ENST00000325722 10 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919963 35920086 ENST00000325722 11 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919158 35919290 ENST00000325722 12 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35917229 35917377 ENST00000325722 13 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915959 35916110 ENST00000325722 14 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915468 35915606 ENST00000325722 15 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35913774 35913933 ENST00000325722 16 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35909762 35909904 ENST00000325722 17 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35908507 35908629 ENST00000325722 18 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35907847 35907937 ENST00000325722 19 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35906648 35906739 ENST00000325722 20 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35900498 35900682 ENST00000325722 21 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35899706 35920308 ENST00000373266 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919963 35920053 ENST00000373266 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919158 35919290 ENST00000373266 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35917229 35917377 ENST00000373266 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915959 35916110 ENST00000373266 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915468 35915606 ENST00000373266 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35913774 35913933 ENST00000373266 7 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35909762 35909904 ENST00000373266 8 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35908507 35908629 ENST00000373266 9 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35907847 35907937 ENST00000373266 10 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35906648 35906739 ENST00000373266 11 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35900498 35900682 ENST00000373266 12 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35900566 36023256 ENST00000426982 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000426982 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000426982 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000426982 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35940406 35940507 ENST00000426982 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35936464 35936561 ENST00000426982 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932209 35932296 ENST00000426982 7 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35928222 35928314 ENST00000426982 8 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35925906 35926038 ENST00000426982 9 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35921614 35921842 ENST00000426982 10 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919963 35920086 ENST00000426982 11 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919158 35919290 ENST00000426982 12 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35917229 35917377 ENST00000426982 13 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915959 35916110 ENST00000426982 14 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35915468 35915606 ENST00000426982 15 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35913774 35913933 ENST00000426982 16 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35909762 35909904 ENST00000426982 17 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35908507 35908629 ENST00000426982 18 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35907847 35907937 ENST00000426982 19 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35906648 35906739 ENST00000426982 20 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35900566 35900682 ENST00000426982 21 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35900905 35909831 ENST00000461312 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35904143 35936507 ENST00000485551 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35907868 35908856 ENST00000473423 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35908863 35915607 ENST00000473844 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35909637 35913800 ENST00000474856 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35915966 35919888 ENST00000492544 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35917236 36020588 ENST00000440579 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000440579 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000440579 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000440579 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35940406 35940507 ENST00000440579 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35936464 35936561 ENST00000440579 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932209 35932296 ENST00000440579 7 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35928222 35928314 ENST00000440579 8 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35925906 35926038 ENST00000440579 9 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35921614 35921842 ENST00000440579 10 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919963 35920086 ENST00000440579 11 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35919158 35919290 ENST00000440579 12 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35917236 35917377 ENST00000440579 13 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35919154 35920237 ENST00000467109 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35925909 35972468 ENST00000431916 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972468 ENST00000431916 1 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000431916 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35936464 35936561 ENST00000431916 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932209 35932296 ENST00000431916 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35928222 35928314 ENST00000431916 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35925909 35926038 ENST00000431916 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35925975 36023551 ENST00000482929 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000482929 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000482929 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000482929 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35940406 35940507 ENST00000482929 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932280 35932296 ENST00000482929 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35932209 36023006 ENST00000478463 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000478463 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000478463 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944567 35944813 ENST00000478463 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35940406 35940507 ENST00000478463 5 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35932280 35932296 ENST00000478463 6 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35932211 36022976 ENST00000470388 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000470388 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944725 35944813 ENST00000470388 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35940470 36023213 ENST00000492888 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35944661 36023004 ENST00000469892 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000469892 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972213 35972736 ENST00000469892 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35944661 35944813 ENST00000469892 4 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35972340 36020588 ENST00000494948 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 36019951 36020092 ENST00000494948 2 KIAA0319L ENSG00000142687 Not Supported Not Supported +CDS 1 35972340 35972736 ENST00000494948 3 KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35998697 36023204 ENST00000476329 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 36022072 36022989 ENST00000473465 NA KIAA0319L ENSG00000142687 Not Supported Not Supported +transcript 1 35975343 35977039 ENST00000442276 NA RP4-728D4.3 ENSG00000236274 Not Supported Not Supported +transcript 1 36023074 36032373 ENST00000373253 NA NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36024726 36024848 ENST00000373253 2 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36025927 36026895 ENST00000373253 3 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36027993 36028234 ENST00000373253 4 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36028803 36029027 ENST00000373253 5 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36029368 36029510 ENST00000373253 6 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36030828 36031261 ENST00000373253 7 NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36023393 36032380 ENST00000356090 NA NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36023792 36023824 ENST00000356090 2 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36024708 36024848 ENST00000356090 3 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36025927 36026895 ENST00000356090 4 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36027993 36028234 ENST00000356090 5 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36028803 36029027 ENST00000356090 6 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36029368 36029510 ENST00000356090 7 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36030828 36031261 ENST00000356090 8 NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36023409 36032374 ENST00000373243 NA NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36023792 36023824 ENST00000373243 1 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36024708 36024848 ENST00000373243 2 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36025927 36026895 ENST00000373243 3 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36027993 36028234 ENST00000373243 4 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36028803 36029027 ENST00000373243 5 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36029368 36029510 ENST00000373243 6 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36030828 36031261 ENST00000373243 7 NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36023432 36026444 ENST00000459931 NA NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36024107 36026535 ENST00000437806 NA NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36024726 36024848 ENST00000437806 2 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36025927 36026535 ENST00000437806 3 NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36028069 36032875 ENST00000423723 NA NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36028069 36028234 ENST00000423723 1 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36028803 36029027 ENST00000423723 2 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36029368 36029510 ENST00000423723 3 NCDN ENSG00000020129 Not Supported Not Supported +CDS 1 36032424 36032470 ENST00000423723 4 NCDN ENSG00000020129 Not Supported Not Supported +transcript 1 36035414 36039348 ENST00000425881 NA RP4-728D4.2 ENSG00000239636 Not Supported Not Supported +transcript 1 36035416 36043330 ENST00000444348 NA RP4-728D4.2 ENSG00000239636 Not Supported Not Supported +transcript 1 36038971 36060929 ENST00000373235 NA TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36039179 36039205 ENST00000373235 1 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36039528 36040010 ENST00000373235 2 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36040550 36040601 ENST00000373235 3 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36053931 36054153 ENST00000373235 4 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36055531 36055649 ENST00000373235 5 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36056235 36056376 ENST00000373235 6 TFAP2E ENSG00000116819 Not Supported Not Supported +CDS 1 36059995 36060274 ENST00000373235 7 TFAP2E ENSG00000116819 Not Supported Not Supported +transcript 1 36067185 36107445 ENST00000373237 NA PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36106943 36107033 ENST00000373237 1 PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36101911 36102033 ENST00000373237 2 PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36096875 36096945 ENST00000373237 3 PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36074847 36075009 ENST00000373237 4 PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36070834 36070883 ENST00000373237 5 PSMB2 ENSG00000126067 Not Supported Not Supported +CDS 1 36068871 36068975 ENST00000373237 6 PSMB2 ENSG00000126067 Not Supported Not Supported +transcript 1 36171626 36171875 ENST00000464618 NA RN7SL281P ENSG00000239859 Not Supported Not Supported +transcript 1 36179476 36185073 ENST00000270815 NA C1orf216 ENSG00000142686 Not Supported Not Supported +CDS 1 36181236 36181922 ENST00000270815 2 C1orf216 ENSG00000142686 Not Supported Not Supported +transcript 1 36181761 36182512 ENST00000503824 NA C1orf216 ENSG00000142686 Not Supported Not Supported +transcript 1 36181799 36184495 ENST00000453178 NA C1orf216 ENSG00000142686 Not Supported Not Supported +transcript 1 36185819 36235568 ENST00000251195 NA CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36235448 36235471 ENST00000251195 1 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36230819 36230927 ENST00000251195 2 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36229867 36230315 ENST00000251195 3 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228761 36228922 ENST00000251195 4 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228005 36228082 ENST00000251195 5 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36227599 36227671 ENST00000251195 6 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36226697 36226805 ENST00000251195 7 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36225943 36226517 ENST00000251195 8 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36219346 36219537 ENST00000251195 9 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36216851 36217107 ENST00000251195 10 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215234 36215412 ENST00000251195 11 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215068 36215132 ENST00000251195 12 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36214006 36214205 ENST00000251195 13 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36213508 36213662 ENST00000251195 14 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36212367 36212593 ENST00000251195 15 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36211052 36211163 ENST00000251195 16 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36209056 36209131 ENST00000251195 17 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36208742 36208842 ENST00000251195 18 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204966 36205130 ENST00000251195 19 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204737 36204858 ENST00000251195 20 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204056 36204183 ENST00000251195 21 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36203593 36203698 ENST00000251195 22 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202940 36203022 ENST00000251195 23 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202515 36202676 ENST00000251195 24 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36186495 36186581 ENST00000251195 25 CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36201882 36203444 ENST00000466308 NA CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36202006 36235529 ENST00000318121 NA CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36235448 36235471 ENST00000318121 1 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36230819 36230927 ENST00000318121 2 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36229867 36230315 ENST00000318121 3 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228761 36228922 ENST00000318121 4 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228005 36228082 ENST00000318121 5 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36227599 36227671 ENST00000318121 6 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36226697 36226805 ENST00000318121 7 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36225943 36226517 ENST00000318121 8 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36219346 36219537 ENST00000318121 9 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36216851 36217107 ENST00000318121 10 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215234 36215412 ENST00000318121 11 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215068 36215132 ENST00000318121 12 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36214006 36214205 ENST00000318121 13 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36213508 36213662 ENST00000318121 14 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36212367 36212593 ENST00000318121 15 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36211052 36211163 ENST00000318121 16 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36209056 36209131 ENST00000318121 17 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36208742 36208842 ENST00000318121 18 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204966 36205130 ENST00000318121 19 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204737 36204858 ENST00000318121 20 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204056 36204183 ENST00000318121 21 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36203593 36203698 ENST00000318121 22 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202940 36203022 ENST00000318121 23 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202515 36202676 ENST00000318121 24 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202100 36202207 ENST00000318121 25 CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36202006 36235529 ENST00000373220 NA CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36235448 36235471 ENST00000373220 1 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36230819 36230927 ENST00000373220 2 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36229867 36230315 ENST00000373220 3 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228761 36228922 ENST00000373220 4 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228005 36228082 ENST00000373220 5 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36227599 36227671 ENST00000373220 6 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36226697 36226805 ENST00000373220 7 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36225943 36226517 ENST00000373220 8 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36216851 36217107 ENST00000373220 9 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215234 36215412 ENST00000373220 10 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215068 36215132 ENST00000373220 11 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36214006 36214205 ENST00000373220 12 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36213508 36213662 ENST00000373220 13 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36212367 36212593 ENST00000373220 14 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36211052 36211163 ENST00000373220 15 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36209056 36209131 ENST00000373220 16 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36208742 36208842 ENST00000373220 17 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204966 36205130 ENST00000373220 18 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204737 36204858 ENST00000373220 19 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204056 36204183 ENST00000373220 20 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36203593 36203698 ENST00000373220 21 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202940 36203022 ENST00000373220 22 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202515 36202676 ENST00000373220 23 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202100 36202207 ENST00000373220 24 CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36202006 36235529 ENST00000520551 NA CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36235448 36235471 ENST00000520551 1 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36230819 36230927 ENST00000520551 2 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36229867 36230315 ENST00000520551 3 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228761 36228922 ENST00000520551 4 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36228005 36228082 ENST00000520551 5 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36227599 36227671 ENST00000520551 6 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36226697 36226805 ENST00000520551 7 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36225943 36226517 ENST00000520551 8 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36219346 36219537 ENST00000520551 9 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36216851 36217107 ENST00000520551 10 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215234 36215253 ENST00000520551 11 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36215068 36215132 ENST00000520551 12 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36214006 36214205 ENST00000520551 13 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36213508 36213662 ENST00000520551 14 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36212367 36212593 ENST00000520551 15 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36211052 36211163 ENST00000520551 16 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36209056 36209131 ENST00000520551 17 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36208742 36208842 ENST00000520551 18 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204966 36205130 ENST00000520551 19 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204737 36204858 ENST00000520551 20 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36204056 36204183 ENST00000520551 21 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36203593 36203698 ENST00000520551 22 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202940 36203022 ENST00000520551 23 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202515 36202676 ENST00000520551 24 CLSPN ENSG00000092853 Not Supported Not Supported +CDS 1 36202100 36202207 ENST00000520551 25 CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36212566 36214375 ENST00000517467 NA CLSPN ENSG00000092853 Not Supported Not Supported +transcript 1 36204990 36209177 ENST00000373226 NA RP11-435D7.3 ENSG00000232335 Not Supported Not Supported +transcript 1 36273773 36323491 ENST00000373210 NA AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36274018 36274036 ENST00000373210 1 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36282483 36282648 ENST00000373210 2 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36288463 36288583 ENST00000373210 3 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36290914 36291095 ENST00000373210 4 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36291280 36291416 ENST00000373210 5 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36291527 36291661 ENST00000373210 6 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36292349 36292436 ENST00000373210 7 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36297028 36297175 ENST00000373210 8 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36297413 36297532 ENST00000373210 9 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36297658 36297786 ENST00000373210 10 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36298038 36298171 ENST00000373210 11 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36299591 36299775 ENST00000373210 12 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36301435 36301594 ENST00000373210 13 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36306766 36307081 ENST00000373210 14 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36307217 36307351 ENST00000373210 15 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36315758 36315859 ENST00000373210 16 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36316455 36316654 ENST00000373210 17 AGO4 ENSG00000134698 Not Supported Not Supported +CDS 1 36319098 36319203 ENST00000373210 18 AGO4 ENSG00000134698 Not Supported Not Supported +transcript 1 36307274 36316796 ENST00000488778 NA AGO4 ENSG00000134698 Not Supported Not Supported +transcript 1 36319089 36320359 ENST00000496257 NA AGO4 ENSG00000134698 Not Supported Not Supported +transcript 1 36335409 36386559 ENST00000373206 NA AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36358174 36358278 ENST00000373206 3 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36358698 36358879 ENST00000373206 4 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359275 36359411 ENST00000373206 5 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359638 36359772 ENST00000373206 6 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359916 36360003 ENST00000373206 7 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36360723 36360870 ENST00000373206 8 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367075 36367194 ENST00000373206 9 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367549 36367671 ENST00000373206 10 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367805 36367938 ENST00000373206 11 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36372536 36372720 ENST00000373206 12 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36379443 36379602 ENST00000373206 13 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36379785 36379875 ENST00000373206 14 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36380949 36381143 ENST00000373206 15 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36383194 36383328 ENST00000373206 16 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36383923 36384024 ENST00000373206 17 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36384656 36384855 ENST00000373206 18 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36385100 36385205 ENST00000373206 19 AGO1 ENSG00000092847 Not Supported Not Supported +transcript 1 36348810 36395211 ENST00000373204 NA AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36349023 36349047 ENST00000373204 1 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36354028 36354211 ENST00000373204 2 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36358158 36358278 ENST00000373204 3 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36358698 36358879 ENST00000373204 4 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359275 36359411 ENST00000373204 5 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359638 36359772 ENST00000373204 6 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36359916 36360003 ENST00000373204 7 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36360723 36360870 ENST00000373204 8 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367075 36367194 ENST00000373204 9 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367549 36367671 ENST00000373204 10 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36367805 36367938 ENST00000373204 11 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36372536 36372720 ENST00000373204 12 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36379443 36379602 ENST00000373204 13 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36379785 36379875 ENST00000373204 14 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36380949 36381143 ENST00000373204 15 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36383194 36383328 ENST00000373204 16 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36383923 36384024 ENST00000373204 17 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36384656 36384855 ENST00000373204 18 AGO1 ENSG00000092847 Not Supported Not Supported +CDS 1 36385100 36385205 ENST00000373204 19 AGO1 ENSG00000092847 Not Supported Not Supported +transcript 1 36338871 36339353 ENST00000604465 NA RP4-789D17.4 ENSG00000271164 Not Supported Not Supported +transcript 1 36395321 36395716 ENST00000606838 NA RP4-789D17.5 ENSG00000271914 Not Supported Not Supported +transcript 1 36396319 36449010 ENST00000324350 NA AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36397028 36397046 ENST00000324350 2 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36411293 36411464 ENST00000324350 3 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36432556 36432676 ENST00000324350 4 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36437625 36437833 ENST00000324350 5 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36438976 36439112 ENST00000324350 6 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36448222 36448250 ENST00000324350 7 AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36396679 36538101 ENST00000373191 NA AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36397028 36397046 ENST00000373191 1 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36411293 36411464 ENST00000373191 2 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36432556 36432676 ENST00000373191 3 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36437625 36437833 ENST00000373191 4 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36438976 36439112 ENST00000373191 5 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36469942 36470076 ENST00000373191 6 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36474291 36474378 ENST00000373191 7 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36474498 36474645 ENST00000373191 8 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36475076 36475195 ENST00000373191 9 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36479231 36479353 ENST00000373191 10 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36479516 36479649 ENST00000373191 11 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36492715 36492899 ENST00000373191 12 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36499775 36499934 ENST00000373191 13 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36501778 36501868 ENST00000373191 14 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36505391 36505585 ENST00000373191 15 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36505908 36506042 ENST00000373191 16 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36509048 36509149 ENST00000373191 17 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36520547 36520746 ENST00000373191 18 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36521238 36521343 ENST00000373191 19 AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36396683 36450379 ENST00000397828 NA AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36397028 36397046 ENST00000397828 1 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36411293 36411464 ENST00000397828 2 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36432556 36432676 ENST00000397828 3 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36437625 36437833 ENST00000397828 4 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36438976 36439112 ENST00000397828 5 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36448222 36448250 ENST00000397828 6 AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36396859 36522063 ENST00000246314 NA AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36469986 36470076 ENST00000246314 4 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36474291 36474378 ENST00000246314 5 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36474498 36474645 ENST00000246314 6 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36475076 36475195 ENST00000246314 7 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36479231 36479353 ENST00000246314 8 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36479516 36479649 ENST00000246314 9 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36492715 36492899 ENST00000246314 10 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36499775 36499934 ENST00000246314 11 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36501778 36501868 ENST00000246314 12 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36505391 36505585 ENST00000246314 13 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36505908 36506042 ENST00000246314 14 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36509048 36509149 ENST00000246314 15 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36520547 36520746 ENST00000246314 16 AGO3 ENSG00000126070 Not Supported Not Supported +CDS 1 36521238 36521343 ENST00000246314 17 AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36432555 36439193 ENST00000491443 NA AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36508865 36520863 ENST00000471099 NA AGO3 ENSG00000126070 Not Supported Not Supported +transcript 1 36457710 36479118 ENST00000466576 NA RP4-665N4.8 ENSG00000271554 Not Supported Not Supported +transcript 1 36474982 36479231 ENST00000479395 NA RP4-665N4.8 ENSG00000271554 Not Supported Not Supported +transcript 1 36545667 36546121 ENST00000602765 NA RP4-665N4.4 ENSG00000232862 Not Supported Not Supported +transcript 1 36545921 36546818 ENST00000437804 NA RP4-665N4.4 ENSG00000232862 Not Supported Not Supported +transcript 1 36546712 36547923 ENST00000446354 NA RP4-665N4.4 ENSG00000232862 Not Supported Not Supported +transcript 1 36549676 36553876 ENST00000207457 NA TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36550523 36550678 ENST00000207457 2 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36550764 36550889 ENST00000207457 3 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36551437 36551642 ENST00000207457 4 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36552305 36552448 ENST00000207457 5 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36552532 36552646 ENST00000207457 6 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36552805 36552912 ENST00000207457 7 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36553040 36553183 ENST00000207457 8 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36553329 36553408 ENST00000207457 9 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36553574 36553784 ENST00000207457 10 TEKT2 ENSG00000092850 Not Supported Not Supported +transcript 1 36549939 36553876 ENST00000469024 NA TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36550523 36550678 ENST00000469024 2 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36550764 36550889 ENST00000469024 3 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36551306 36551347 ENST00000469024 4 TEKT2 ENSG00000092850 Not Supported Not Supported +transcript 1 36552852 36553876 ENST00000473120 NA TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36552852 36552912 ENST00000473120 1 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36553040 36553183 ENST00000473120 2 TEKT2 ENSG00000092850 Not Supported Not Supported +CDS 1 36553329 36553412 ENST00000473120 3 TEKT2 ENSG00000092850 Not Supported Not Supported +transcript 1 36554476 36559533 ENST00000373178 NA ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36554506 36554716 ENST00000373178 1 ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36556845 36556941 ENST00000373178 2 ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36557219 36557426 ENST00000373178 3 ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36557511 36557695 ENST00000373178 4 ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36558023 36558123 ENST00000373178 5 ADPRHL2 ENSG00000116863 Not Supported Not Supported +CDS 1 36558698 36558984 ENST00000373178 6 ADPRHL2 ENSG00000116863 Not Supported Not Supported +transcript 1 36560837 36565850 ENST00000303143 NA COL8A2 ENSG00000171812 Not Supported Not Supported +CDS 1 36565651 36565843 ENST00000303143 1 COL8A2 ENSG00000171812 Not Supported Not Supported +CDS 1 36563173 36565088 ENST00000303143 2 COL8A2 ENSG00000171812 Not Supported Not Supported +transcript 1 36560837 36590821 ENST00000397799 NA COL8A2 ENSG00000171812 Not Supported Not Supported +CDS 1 36565651 36565843 ENST00000397799 3 COL8A2 ENSG00000171812 Not Supported Not Supported +CDS 1 36563173 36565088 ENST00000397799 4 COL8A2 ENSG00000171812 Not Supported Not Supported +transcript 1 36563108 36565850 ENST00000481785 NA COL8A2 ENSG00000171812 Not Supported Not Supported +CDS 1 36563173 36565086 ENST00000481785 2 COL8A2 ENSG00000171812 Not Supported Not Supported +transcript 1 36602173 36615070 ENST00000373166 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36614938 36614979 ENST00000373166 1 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605670 36605767 ENST00000373166 2 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605321 36605420 ENST00000373166 3 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36603397 36603579 ENST00000373166 4 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36602807 36602923 ENST00000373166 5 TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36602182 36606599 ENST00000462715 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36602546 36615052 ENST00000373163 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605670 36605671 ENST00000373163 2 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605321 36605420 ENST00000373163 3 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36603397 36603579 ENST00000373163 4 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36602807 36602923 ENST00000373163 5 TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36602655 36615098 ENST00000373162 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605670 36605671 ENST00000373162 2 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605321 36605420 ENST00000373162 3 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36603397 36603579 ENST00000373162 4 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36602807 36602923 ENST00000373162 5 TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36602863 36615097 ENST00000469757 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36603497 36615097 ENST00000373159 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36614938 36614979 ENST00000373159 1 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605670 36605767 ENST00000373159 2 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36605321 36605420 ENST00000373159 3 TRAPPC3 ENSG00000054116 Not Supported Not Supported +CDS 1 36603720 36603833 ENST00000373159 4 TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36605000 36614888 ENST00000497251 NA TRAPPC3 ENSG00000054116 Not Supported Not Supported +transcript 1 36621180 36640609 ENST00000429533 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36636643 36636916 ENST00000429533 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36637114 36637182 ENST00000429533 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638065 36638228 ENST00000429533 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638965 36639079 ENST00000429533 5 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36640499 36640609 ENST00000429533 6 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36621566 36646450 ENST00000316156 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36622019 36622064 ENST00000316156 1 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36636572 36636916 ENST00000316156 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36637114 36637182 ENST00000316156 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638065 36638228 ENST00000316156 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638965 36639079 ENST00000316156 5 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36641800 36642182 ENST00000316156 6 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36642298 36642443 ENST00000316156 7 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643474 36643802 ENST00000316156 8 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644020 36644197 ENST00000316156 9 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644286 36644424 ENST00000316156 10 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644522 36644626 ENST00000316156 11 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644863 36644916 ENST00000316156 12 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645116 36645158 ENST00000316156 13 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645267 36645357 ENST00000316156 14 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645475 36645668 ENST00000316156 15 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645849 36645856 ENST00000316156 16 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36621776 36637424 ENST00000527764 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36621799 36646450 ENST00000373150 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36622019 36622064 ENST00000373150 1 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36636572 36636916 ENST00000373150 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36637114 36637182 ENST00000373150 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638065 36638228 ENST00000373150 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638965 36639079 ENST00000373150 5 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36640499 36640609 ENST00000373150 6 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36641800 36641922 ENST00000373150 7 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36642019 36642182 ENST00000373150 8 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36642298 36642443 ENST00000373150 9 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643474 36643802 ENST00000373150 10 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644020 36644197 ENST00000373150 11 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644286 36644424 ENST00000373150 12 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644522 36644626 ENST00000373150 13 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644863 36644916 ENST00000373150 14 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645116 36645158 ENST00000373150 15 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645267 36645357 ENST00000373150 16 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645475 36645668 ENST00000373150 17 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645849 36645856 ENST00000373150 18 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36621803 36646441 ENST00000373151 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36622019 36622064 ENST00000373151 1 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36636572 36636916 ENST00000373151 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36637114 36637182 ENST00000373151 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638065 36638228 ENST00000373151 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638965 36639079 ENST00000373151 5 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36640499 36640609 ENST00000373151 6 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36641800 36642182 ENST00000373151 7 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36642298 36642443 ENST00000373151 8 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643474 36643802 ENST00000373151 9 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644020 36644197 ENST00000373151 10 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644286 36644424 ENST00000373151 11 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644522 36644626 ENST00000373151 12 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644863 36644916 ENST00000373151 13 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645113 36645158 ENST00000373151 14 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645267 36645357 ENST00000373151 15 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645475 36645668 ENST00000373151 16 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645849 36645856 ENST00000373151 17 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36622816 36638141 ENST00000530729 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36636643 36636916 ENST00000530729 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36637114 36637182 ENST00000530729 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36638065 36638141 ENST00000530729 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36637569 36639080 ENST00000462118 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36638070 36642435 ENST00000474796 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36642318 36644423 ENST00000530975 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36642318 36642443 ENST00000530975 1 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643474 36643802 ENST00000530975 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644047 36644197 ENST00000530975 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644286 36644423 ENST00000530975 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36642407 36644623 ENST00000487131 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36643070 36646433 ENST00000373148 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643159 36643175 ENST00000373148 1 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36643474 36643802 ENST00000373148 2 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644047 36644197 ENST00000373148 3 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644286 36644424 ENST00000373148 4 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644522 36644626 ENST00000373148 5 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36644863 36644916 ENST00000373148 6 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645116 36645158 ENST00000373148 7 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645267 36645357 ENST00000373148 8 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645475 36645668 ENST00000373148 9 MAP7D1 ENSG00000116871 Not Supported Not Supported +CDS 1 36645849 36645856 ENST00000373148 10 MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36644012 36645325 ENST00000532131 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36644622 36645916 ENST00000487114 NA MAP7D1 ENSG00000116871 Not Supported Not Supported +transcript 1 36657516 36657769 ENST00000579043 NA RN7SL131P ENSG00000264592 Not Supported Not Supported +transcript 1 36690017 36770958 ENST00000354618 NA THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36748165 36748301 ENST00000354618 3 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36751969 36752871 ENST00000354618 4 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36754661 36755365 ENST00000354618 5 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36756975 36757147 ENST00000354618 6 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36758199 36758310 ENST00000354618 7 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36759452 36759536 ENST00000354618 8 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36762184 36762371 ENST00000354618 9 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36766487 36766685 ENST00000354618 10 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36767154 36767297 ENST00000354618 11 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36769397 36769615 ENST00000354618 12 THRAP3 ENSG00000054118 Not Supported Not Supported +transcript 1 36690033 36769749 ENST00000469141 NA THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36748165 36748301 ENST00000469141 4 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36751969 36752871 ENST00000469141 5 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36754661 36755365 ENST00000469141 6 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36756975 36757147 ENST00000469141 7 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36758199 36758310 ENST00000469141 8 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36759452 36759536 ENST00000469141 9 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36762184 36762371 ENST00000469141 10 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36766487 36766685 ENST00000469141 11 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36767154 36767297 ENST00000469141 12 THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36769397 36769615 ENST00000469141 13 THRAP3 ENSG00000054118 Not Supported Not Supported +transcript 1 36690034 36748285 ENST00000478853 NA THRAP3 ENSG00000054118 Not Supported Not Supported +CDS 1 36748165 36748285 ENST00000478853 4 THRAP3 ENSG00000054118 Not Supported Not Supported +transcript 1 36755319 36759770 ENST00000466743 NA THRAP3 ENSG00000054118 Not Supported Not Supported +transcript 1 36707499 36707757 ENST00000447495 NA UBE2V2P4 ENSG00000231849 Not Supported Not Supported +transcript 1 36771988 36785398 ENST00000373139 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772022 36772025 ENST00000373139 1 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772199 36772356 ENST00000373139 2 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772443 36772506 ENST00000373139 3 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772768 36772886 ENST00000373139 4 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773118 36773208 ENST00000373139 5 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773371 36773426 ENST00000373139 6 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773519 36773564 ENST00000373139 7 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773710 36773810 ENST00000373139 8 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773990 36774076 ENST00000373139 9 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36775149 36775191 ENST00000373139 10 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784672 36784765 ENST00000373139 11 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784861 36784913 ENST00000373139 12 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785043 36785137 ENST00000373139 13 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785276 36785398 ENST00000373139 14 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36771994 36786948 ENST00000453908 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772022 36772025 ENST00000453908 1 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772199 36772356 ENST00000453908 2 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772443 36772506 ENST00000453908 3 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772768 36772886 ENST00000453908 4 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773118 36773208 ENST00000453908 5 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773371 36773426 ENST00000453908 6 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773519 36773564 ENST00000453908 7 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773710 36773810 ENST00000453908 8 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773990 36774076 ENST00000453908 9 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36775149 36775191 ENST00000453908 10 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784672 36784765 ENST00000453908 11 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784861 36784913 ENST00000453908 12 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785043 36785137 ENST00000453908 13 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785276 36786399 ENST00000453908 14 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786516 36786579 ENST00000453908 15 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786657 36786725 ENST00000453908 16 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36771994 36786948 ENST00000426732 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772799 36772886 ENST00000426732 4 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773371 36773426 ENST00000426732 5 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773519 36773564 ENST00000426732 6 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773710 36773810 ENST00000426732 7 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773990 36774076 ENST00000426732 8 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36775149 36775191 ENST00000426732 9 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784672 36784765 ENST00000426732 10 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784861 36784913 ENST00000426732 11 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785043 36785137 ENST00000426732 12 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785276 36786399 ENST00000426732 13 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786516 36786579 ENST00000426732 14 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786657 36786725 ENST00000426732 15 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36772708 36786948 ENST00000312808 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785327 36786399 ENST00000312808 11 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786516 36786579 ENST00000312808 12 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786657 36786725 ENST00000312808 13 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36772711 36786832 ENST00000505871 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772875 36772886 ENST00000505871 1 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773118 36773208 ENST00000505871 2 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773371 36773426 ENST00000505871 3 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773519 36773564 ENST00000505871 4 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773710 36773810 ENST00000505871 5 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773990 36774076 ENST00000505871 6 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36775149 36775191 ENST00000505871 7 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784672 36784765 ENST00000505871 8 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784861 36784913 ENST00000505871 9 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785043 36785137 ENST00000505871 10 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785276 36786399 ENST00000505871 11 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786516 36786579 ENST00000505871 12 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36786657 36786725 ENST00000505871 13 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36772718 36790484 ENST00000480549 NA SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36772875 36772886 ENST00000480549 1 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773118 36773208 ENST00000480549 2 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773371 36773426 ENST00000480549 3 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36773990 36774076 ENST00000480549 4 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36775149 36775191 ENST00000480549 5 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36784672 36784765 ENST00000480549 6 SH3D21 ENSG00000214193 Not Supported Not Supported +CDS 1 36785276 36785297 ENST00000480549 7 SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36772729 36775193 ENST00000496636 NA SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36784857 36786352 ENST00000508854 NA SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36785641 36789566 ENST00000474766 NA SH3D21 ENSG00000214193 Not Supported Not Supported +transcript 1 36787632 36789755 ENST00000270824 NA EVA1B ENSG00000142694 Not Supported Not Supported +CDS 1 36788572 36788638 ENST00000270824 2 EVA1B ENSG00000142694 Not Supported Not Supported +CDS 1 36787899 36788326 ENST00000270824 3 EVA1B ENSG00000142694 Not Supported Not Supported +transcript 1 36787882 36789216 ENST00000490466 NA EVA1B ENSG00000142694 Not Supported Not Supported +transcript 1 36789335 36794822 ENST00000373137 NA RP11-268J15.5 ENSG00000116883 Not Supported Not Supported +CDS 1 36793435 36793755 ENST00000373137 2 RP11-268J15.5 ENSG00000116883 Not Supported Not Supported +transcript 1 36805225 36826941 ENST00000359297 NA STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36826822 36826933 ENST00000359297 1 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36824338 36824423 ENST00000359297 2 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36823840 36823983 ENST00000359297 3 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36820807 36821034 ENST00000359297 4 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36819965 36820017 ENST00000359297 5 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36814301 36814416 ENST00000359297 6 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809721 36809865 ENST00000359297 7 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809461 36809580 ENST00000359297 8 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36808803 36809049 ENST00000359297 9 STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36805225 36851485 ENST00000373129 NA STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36826822 36826933 ENST00000373129 3 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36824338 36824423 ENST00000373129 4 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36823840 36823983 ENST00000373129 5 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36820807 36821034 ENST00000373129 6 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36819965 36820017 ENST00000373129 7 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36814301 36814416 ENST00000373129 8 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809721 36809865 ENST00000373129 9 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809461 36809580 ENST00000373129 10 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36808965 36809049 ENST00000373129 11 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36807359 36807574 ENST00000373129 12 STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36805225 36851489 ENST00000373130 NA STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36826822 36826933 ENST00000373130 2 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36824338 36824438 ENST00000373130 3 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36823840 36823983 ENST00000373130 4 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36820807 36821034 ENST00000373130 5 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36819965 36820017 ENST00000373130 6 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36814301 36814416 ENST00000373130 7 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809721 36809865 ENST00000373130 8 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809461 36809580 ENST00000373130 9 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36808965 36809049 ENST00000373130 10 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36807359 36807574 ENST00000373130 11 STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36805225 36851497 ENST00000373132 NA STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36826822 36826933 ENST00000373132 2 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36824338 36824423 ENST00000373132 3 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36823840 36823983 ENST00000373132 4 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36820807 36821034 ENST00000373132 5 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36819965 36820017 ENST00000373132 6 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36814301 36814416 ENST00000373132 7 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809721 36809865 ENST00000373132 8 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36809461 36809580 ENST00000373132 9 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36808965 36809049 ENST00000373132 10 STK40 ENSG00000196182 Not Supported Not Supported +CDS 1 36807359 36807574 ENST00000373132 11 STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36820806 36831673 ENST00000460417 NA STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36820854 36828257 ENST00000473733 NA STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36820890 36851480 ENST00000482458 NA STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36833455 36851477 ENST00000460017 NA STK40 ENSG00000196182 Not Supported Not Supported +transcript 1 36856839 36863488 ENST00000476041 NA LSM10 ENSG00000181817 Not Supported Not Supported +transcript 1 36859031 36863493 ENST00000315732 NA LSM10 ENSG00000181817 Not Supported Not Supported +CDS 1 36859362 36859730 ENST00000315732 2 LSM10 ENSG00000181817 Not Supported Not Supported +transcript 1 36859615 36863479 ENST00000489912 NA LSM10 ENSG00000181817 Not Supported Not Supported +transcript 1 36868322 36868460 ENST00000410889 NA RNU4-27P ENSG00000222821 Not Supported Not Supported +transcript 1 36881428 36887782 ENST00000468441 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887782 ENST00000468441 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36886077 36886216 ENST00000468441 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36884592 36884655 ENST00000468441 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36881649 36881696 ENST00000468441 4 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883507 36889072 ENST00000495222 NA OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883507 36916052 ENST00000235532 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915970 ENST00000235532 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904511 ENST00000235532 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000235532 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000235532 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888964 36889067 ENST00000235532 5 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888369 36888497 ENST00000235532 6 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887820 ENST00000235532 7 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36886077 36886216 ENST00000235532 8 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36884592 36884655 ENST00000235532 9 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36883743 36883856 ENST00000235532 10 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883511 36916034 ENST00000356637 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915970 ENST00000356637 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36909605 36909634 ENST00000356637 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904511 ENST00000356637 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000356637 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000356637 5 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888964 36889067 ENST00000356637 6 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888369 36888497 ENST00000356637 7 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887820 ENST00000356637 8 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36886077 36886216 ENST00000356637 9 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36884592 36884655 ENST00000356637 10 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36883743 36883856 ENST00000356637 11 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883512 36884894 ENST00000471369 NA OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883544 36906576 ENST00000433045 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904488 ENST00000433045 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000433045 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000433045 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888964 36889067 ENST00000433045 5 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888369 36888497 ENST00000433045 6 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887820 ENST00000433045 7 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36886077 36886216 ENST00000433045 8 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36884592 36884655 ENST00000433045 9 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36883743 36883856 ENST00000433045 10 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883661 36915880 ENST00000445843 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915880 ENST00000445843 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904511 ENST00000445843 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000445843 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000445843 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888964 36889067 ENST00000445843 5 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888369 36888497 ENST00000445843 6 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887820 ENST00000445843 7 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36884617 36884655 ENST00000445843 8 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36883740 36916086 ENST00000315643 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915970 ENST00000315643 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36909605 36909634 ENST00000315643 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904511 ENST00000315643 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000315643 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000315643 5 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888964 36889067 ENST00000315643 6 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36888369 36888497 ENST00000315643 7 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36887751 36887820 ENST00000315643 8 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36886081 36886216 ENST00000315643 9 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36883743 36883774 ENST00000315643 10 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36885934 36888418 ENST00000475160 NA OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36887603 36888471 ENST00000525869 NA OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36888387 36904601 ENST00000528112 NA OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36893900 36916044 ENST00000354267 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915970 ENST00000354267 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36904357 36904511 ENST00000354267 2 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36898023 36898190 ENST00000354267 3 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36897403 36897483 ENST00000354267 4 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36893924 36894076 ENST00000354267 5 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36898170 36915888 ENST00000524789 NA OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36915859 36915888 ENST00000524789 1 OSCP1 ENSG00000116885 Not Supported Not Supported +CDS 1 36913478 36913488 ENST00000524789 2 OSCP1 ENSG00000116885 Not Supported Not Supported +transcript 1 36884051 36884179 ENST00000364578 NA SNORA63 ENSG00000201448 Not Supported Not Supported +transcript 1 36921319 36930038 ENST00000373116 NA MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36929747 36929876 ENST00000373116 1 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36929407 36929451 ENST00000373116 2 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36927689 36927764 ENST00000373116 3 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36926865 36926913 ENST00000373116 4 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36926293 36926377 ENST00000373116 5 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36923524 36923582 ENST00000373116 6 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36921788 36921979 ENST00000373116 7 MRPS15 ENSG00000116898 Not Supported Not Supported +CDS 1 36921392 36921526 ENST00000373116 8 MRPS15 ENSG00000116898 Not Supported Not Supported +transcript 1 36921373 36925304 ENST00000488606 NA MRPS15 ENSG00000116898 Not Supported Not Supported +transcript 1 36921374 36922167 ENST00000477040 NA MRPS15 ENSG00000116898 Not Supported Not Supported +transcript 1 36921375 36929946 ENST00000462067 NA MRPS15 ENSG00000116898 Not Supported Not Supported +transcript 1 36931644 36948879 ENST00000373106 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000373106 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000373106 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000373106 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000373106 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000373106 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000373106 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000373106 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000373106 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000373106 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000373106 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000373106 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000373106 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000373106 15 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000373106 16 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931961 36932428 ENST00000373106 17 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931644 36948879 ENST00000373104 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000373104 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000373104 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000373104 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000373104 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000373104 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000373104 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000373104 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000373104 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000373104 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000373104 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000373104 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000373104 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000373104 15 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000373104 16 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932222 36932428 ENST00000373104 17 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931700 36931801 ENST00000373104 18 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931644 36948879 ENST00000373103 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000373103 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000373103 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000373103 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000373103 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000373103 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000373103 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000373103 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000373103 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000373103 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000373103 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000373103 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000373103 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000373103 15 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000373103 16 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931961 36932509 ENST00000373103 17 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931645 36941928 ENST00000480825 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931645 36947120 ENST00000361632 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000361632 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000361632 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000361632 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000361632 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000361632 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000361632 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000361632 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000361632 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000361632 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000361632 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000361632 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000361632 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000361632 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000361632 15 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931961 36932428 ENST00000361632 16 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931684 36937075 ENST00000464465 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937075 ENST00000464465 1 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000464465 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000464465 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000464465 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000464465 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000464465 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931958 36932428 ENST00000464465 7 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931697 36945097 ENST00000331941 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000331941 1 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000331941 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000331941 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000331941 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000331941 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000331941 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000331941 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000331941 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000331941 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000331941 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000331941 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000331941 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000331941 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000331941 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932222 36932428 ENST00000331941 15 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931700 36931801 ENST00000331941 16 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931719 36937988 ENST00000487540 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931719 36945097 ENST00000418048 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000418048 1 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000418048 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000418048 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000418048 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000418048 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000418048 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000418048 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000418048 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000418048 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000418048 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000418048 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000418048 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000418048 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000418048 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931961 36932428 ENST00000418048 15 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931719 36945097 ENST00000338937 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000338937 1 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000338937 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000338937 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000338937 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000338937 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000338937 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000338937 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000338937 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000338937 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000338937 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000338937 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000338937 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000338937 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932068 36932428 ENST00000338937 14 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36931958 36945097 ENST00000440588 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945034 36945097 ENST00000440588 1 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36940978 36941274 ENST00000440588 2 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939365 36939488 ENST00000440588 3 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36939036 36939223 ENST00000440588 4 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36938118 36938287 ENST00000440588 5 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937839 36937992 ENST00000440588 6 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937667 36937740 ENST00000440588 7 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36937034 36937247 ENST00000440588 8 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36935253 36935441 ENST00000440588 9 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36934757 36934858 ENST00000440588 10 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933676 36933822 ENST00000440588 11 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933423 36933563 ENST00000440588 12 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36933159 36933252 ENST00000440588 13 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36932831 36932912 ENST00000440588 14 CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36931961 36932509 ENST00000440588 15 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36932183 36933677 ENST00000484762 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36932830 36933410 ENST00000466138 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36934349 36941013 ENST00000464365 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36938970 36939431 ENST00000469380 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36942584 36948500 ENST00000526980 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36944515 36948535 ENST00000489551 NA CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 36945033 36947652 ENST00000533491 NA CSF3R ENSG00000119535 Not Supported Not Supported +CDS 1 36945033 36945097 ENST00000533491 4 CSF3R ENSG00000119535 Not Supported Not Supported +transcript 1 37095936 37096458 ENST00000453860 NA FTLP18 ENSG00000230214 Not Supported Not Supported +transcript 1 37238741 37241369 ENST00000451375 NA RP4-614N24.1 ENSG00000234481 Not Supported Not Supported +transcript 1 37261128 37499726 ENST00000373091 NA GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37499595 37499709 ENST00000373091 1 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37356521 37356697 ENST00000373091 2 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37346235 37346492 ENST00000373091 3 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37337789 37337970 ENST00000373091 4 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37335349 37335402 ENST00000373091 5 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37325445 37325618 ENST00000373091 6 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37324709 37324852 ENST00000373091 7 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37319216 37319323 ENST00000373091 8 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37315912 37316025 ENST00000373091 9 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37307337 37307540 ENST00000373091 10 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37291204 37291427 ENST00000373091 11 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37285337 37285455 ENST00000373091 12 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37282661 37282878 ENST00000373091 13 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37271705 37271927 ENST00000373091 14 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37270588 37270838 ENST00000373091 15 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37267455 37267646 ENST00000373091 16 GRIK3 ENSG00000163873 Not Supported Not Supported +transcript 1 37270219 37499730 ENST00000373093 NA GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37499595 37499709 ENST00000373093 1 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37356521 37356697 ENST00000373093 2 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37346235 37346492 ENST00000373093 3 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37337789 37337970 ENST00000373093 4 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37335349 37335402 ENST00000373093 5 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37325445 37325618 ENST00000373093 6 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37324709 37324852 ENST00000373093 7 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37319216 37319323 ENST00000373093 8 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37315912 37316025 ENST00000373093 9 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37307337 37307540 ENST00000373093 10 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37291204 37291427 ENST00000373093 11 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37285337 37285455 ENST00000373093 12 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37282661 37282878 ENST00000373093 13 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37271705 37271927 ENST00000373093 14 GRIK3 ENSG00000163873 Not Supported Not Supported +CDS 1 37270537 37270838 ENST00000373093 15 GRIK3 ENSG00000163873 Not Supported Not Supported +transcript 1 37315275 37324737 ENST00000462621 NA GRIK3 ENSG00000163873 Not Supported Not Supported +transcript 1 37315549 37319288 ENST00000479620 NA GRIK3 ENSG00000163873 Not Supported Not Supported +transcript 1 37627164 37627235 ENST00000579351 NA MIR4255 ENSG00000264698 Not Supported Not Supported +transcript 1 37669211 37669317 ENST00000384598 NA RNU6-636P ENSG00000207328 Not Supported Not Supported +transcript 1 37728340 37790701 ENST00000413901 NA RP5-1180C18.1 ENSG00000223944 Not Supported Not Supported +transcript 1 37730278 37730387 ENST00000516559 NA RNA5SP43 ENSG00000252368 Not Supported Not Supported +transcript 1 37796453 37796597 ENST00000438196 NA RPS29P6 ENSG00000230451 Not Supported Not Supported +transcript 1 37920480 37940012 ENST00000424989 NA LINC01137 ENSG00000233621 Not Supported Not Supported +transcript 1 37940153 37949980 ENST00000373087 NA ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37941098 37941540 ENST00000373087 2 ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37945891 37946030 ENST00000373087 3 ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37947202 37947436 ENST00000373087 4 ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37948035 37948141 ENST00000373087 5 ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37948338 37949209 ENST00000373087 6 ZC3H12A ENSG00000163874 Not Supported Not Supported +transcript 1 37945600 37947363 ENST00000472312 NA ZC3H12A ENSG00000163874 Not Supported Not Supported +transcript 1 37947291 37948203 ENST00000471012 NA ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37947291 37947436 ENST00000471012 1 ZC3H12A ENSG00000163874 Not Supported Not Supported +CDS 1 37947955 37948203 ENST00000471012 2 ZC3H12A ENSG00000163874 Not Supported Not Supported +transcript 1 37958176 37980364 ENST00000373075 NA MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37980258 37980347 ENST00000373075 1 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37979024 37979139 ENST00000373075 2 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37975056 37975143 ENST00000373075 3 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37974879 37974924 ENST00000373075 4 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37967405 37967597 ENST00000373075 5 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37962308 37962337 ENST00000373075 6 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37961486 37961519 ENST00000373075 7 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37959703 37959708 ENST00000373075 8 MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37958779 37980375 ENST00000296214 NA MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37980258 37980347 ENST00000296214 1 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37979024 37979139 ENST00000296214 2 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37975056 37975143 ENST00000296214 3 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37974879 37974924 ENST00000296214 4 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37967405 37967597 ENST00000296214 5 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37961486 37961519 ENST00000296214 6 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37959703 37959708 ENST00000296214 7 MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37958912 37979870 ENST00000373074 NA MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37979024 37979163 ENST00000373074 1 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37975056 37975143 ENST00000373074 2 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37974879 37974924 ENST00000373074 3 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37967405 37967597 ENST00000373074 4 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37961486 37961519 ENST00000373074 5 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37959703 37959708 ENST00000373074 6 MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37958936 37980357 ENST00000475828 NA MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37958999 37980333 ENST00000487788 NA MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37959363 37980364 ENST00000373073 NA MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37980258 37980347 ENST00000373073 1 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37979024 37979139 ENST00000373073 2 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37975056 37975143 ENST00000373073 3 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37974879 37974924 ENST00000373073 4 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37967405 37967597 ENST00000373073 5 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37959373 37959415 ENST00000373073 6 MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37959535 37980268 ENST00000487792 NA MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37961475 37980347 ENST00000448519 NA MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37980258 37980347 ENST00000448519 1 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37979024 37979139 ENST00000448519 2 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37975056 37975143 ENST00000448519 3 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37974879 37974924 ENST00000448519 4 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37967405 37967597 ENST00000448519 5 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37962308 37962337 ENST00000448519 6 MEAF6 ENSG00000163875 Not Supported Not Supported +CDS 1 37962196 37962205 ENST00000448519 7 MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37967016 37979121 ENST00000485039 NA MEAF6 ENSG00000163875 Not Supported Not Supported +transcript 1 37966536 37966595 ENST00000580821 NA MIR5581 ENSG00000263675 Not Supported Not Supported +transcript 1 38000050 38019903 ENST00000296215 NA SNIP1 ENSG00000163877 Not Supported Not Supported +CDS 1 38019607 38019830 ENST00000296215 1 SNIP1 ENSG00000163877 Not Supported Not Supported +CDS 1 38018246 38018348 ENST00000296215 2 SNIP1 ENSG00000163877 Not Supported Not Supported +CDS 1 38005758 38006356 ENST00000296215 3 SNIP1 ENSG00000163877 Not Supported Not Supported +CDS 1 38003352 38003613 ENST00000296215 4 SNIP1 ENSG00000163877 Not Supported Not Supported +transcript 1 38006101 38019849 ENST00000468040 NA SNIP1 ENSG00000163877 Not Supported Not Supported +transcript 1 38018088 38019891 ENST00000493916 NA SNIP1 ENSG00000163877 Not Supported Not Supported +transcript 1 38010364 38010895 ENST00000437933 NA FTH1P1 ENSG00000232273 Not Supported Not Supported +transcript 1 38021843 38022108 ENST00000368565 NA RP3-423B22.5 ENSG00000237749 Not Supported Not Supported +transcript 1 38021848 38022100 ENST00000423216 NA RP3-423B22.5 ENSG00000237749 Not Supported Not Supported +transcript 1 38022520 38032458 ENST00000296218 NA DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38022530 38022676 ENST00000296218 1 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38023204 38023349 ENST00000296218 2 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38024928 38025097 ENST00000296218 3 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38027158 38027336 ENST00000296218 4 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38027682 38027846 ENST00000296218 5 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38030627 38030659 ENST00000296218 6 DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38022554 38023792 ENST00000490312 NA DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38022599 38027789 ENST00000466723 NA DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38022607 38031234 ENST00000541606 NA DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38023331 38023349 ENST00000541606 2 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38027158 38027336 ENST00000541606 3 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38027682 38027846 ENST00000541606 4 DNALI1 ENSG00000163879 Not Supported Not Supported +CDS 1 38030627 38030659 ENST00000541606 5 DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38026139 38032457 ENST00000497858 NA DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38027002 38030747 ENST00000467277 NA DNALI1 ENSG00000163879 Not Supported Not Supported +transcript 1 38032417 38033716 ENST00000490029 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38032417 38061522 ENST00000373062 NA GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38061360 38061423 ENST00000373062 1 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38059363 38059447 ENST00000373062 2 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38058313 38058407 ENST00000373062 3 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38056307 38056446 ENST00000373062 4 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38052912 38053096 ENST00000373062 5 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38049468 38049534 ENST00000373062 6 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38048379 38048537 ENST00000373062 7 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38047824 38047937 ENST00000373062 8 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38042029 38042157 ENST00000373062 9 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38041196 38041300 ENST00000373062 10 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38040266 38040424 ENST00000373062 11 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38039944 38040057 ENST00000373062 12 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38034452 38034903 ENST00000373062 13 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38033876 38033958 ENST00000373062 14 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38033274 38033365 ENST00000373062 15 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38032459 38032608 ENST00000373062 16 GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38032418 38036494 ENST00000462812 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38032422 38034018 ENST00000479255 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38040422 38048524 ENST00000538069 NA GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38048379 38048524 ENST00000538069 1 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38047824 38047937 ENST00000538069 2 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38046943 38047146 ENST00000538069 3 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38042029 38042157 ENST00000538069 4 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38041196 38041300 ENST00000538069 5 GNL2 ENSG00000134697 Not Supported Not Supported +CDS 1 38040422 38040424 ENST00000538069 6 GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38041771 38048410 ENST00000469191 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38047877 38048947 ENST00000489146 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38056380 38059693 ENST00000463351 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38059086 38061536 ENST00000488496 NA GNL2 ENSG00000134697 Not Supported Not Supported +transcript 1 38076951 38100337 ENST00000373059 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095561 38095573 ENST00000373059 3 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000373059 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000373059 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079376 38079564 ENST00000373059 6 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000373059 7 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38076951 38100337 ENST00000401070 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095240 38095333 ENST00000401070 3 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000401070 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000401070 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000401070 6 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38076951 38100491 ENST00000356545 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095240 38095333 ENST00000356545 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000356545 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000356545 6 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079376 38079564 ENST00000356545 7 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000356545 8 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38076951 38100337 ENST00000401071 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095240 38095333 ENST00000401071 3 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000401071 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000401071 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000401071 6 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38077240 38100595 ENST00000401069 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095240 38095333 ENST00000401069 3 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000401069 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000401069 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079376 38079564 ENST00000401069 6 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000401069 7 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38077484 38100288 ENST00000401068 NA RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38095240 38095333 ENST00000401068 4 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38082156 38082347 ENST00000401068 5 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079856 38080005 ENST00000401068 6 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38079376 38079564 ENST00000401068 7 RSPO1 ENSG00000169218 Not Supported Not Supported +CDS 1 38078430 38078593 ENST00000401068 8 RSPO1 ENSG00000169218 Not Supported Not Supported +transcript 1 38147242 38156192 ENST00000358011 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000358011 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38151945 38152124 ENST00000358011 3 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38148991 38149109 ENST00000358011 4 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38148798 38148832 ENST00000358011 5 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38147242 38157888 ENST00000494120 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155330 38155552 ENST00000494120 4 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38152009 38152124 ENST00000494120 5 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38147243 38149864 ENST00000609516 NA C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38148408 38155361 ENST00000464178 NA C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38148783 38156176 ENST00000464085 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000464085 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38151945 38152124 ENST00000464085 3 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38148991 38149109 ENST00000464085 4 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38148798 38148832 ENST00000464085 5 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38148991 38157895 ENST00000491981 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000491981 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38151945 38152124 ENST00000491981 3 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38148991 38149109 ENST00000491981 4 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38151945 38156192 ENST00000461359 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000461359 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38151945 38152124 ENST00000461359 3 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38151974 38157877 ENST00000477060 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000477060 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38151974 38152124 ENST00000477060 3 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38152059 38156181 ENST00000486637 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155278 38155552 ENST00000486637 2 C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38152059 38152124 ENST00000486637 3 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38155205 38156185 ENST00000491797 NA C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38155310 38157914 ENST00000488137 NA C1orf109 ENSG00000116922 Not Supported Not Supported +CDS 1 38155310 38155552 ENST00000488137 3 C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38155318 38156154 ENST00000472584 NA C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38156720 38157914 ENST00000498448 NA C1orf109 ENSG00000116922 Not Supported Not Supported +transcript 1 38158090 38175391 ENST00000373055 NA CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38158363 38158456 ENST00000373055 1 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38158577 38158705 ENST00000373055 2 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38161582 38161622 ENST00000373055 3 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38164577 38164649 ENST00000373055 4 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38166108 38166193 ENST00000373055 5 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38167426 38167490 ENST00000373055 6 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38168924 38169019 ENST00000373055 7 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38171113 38171239 ENST00000373055 8 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38172650 38172736 ENST00000373055 9 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38173994 38174035 ENST00000373055 10 CDCA8 ENSG00000134690 Not Supported Not Supported +transcript 1 38158153 38175385 ENST00000327331 NA CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38158363 38158456 ENST00000327331 2 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38158577 38158705 ENST00000327331 3 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38161582 38161622 ENST00000327331 4 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38164577 38164649 ENST00000327331 5 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38166108 38166193 ENST00000327331 6 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38167426 38167490 ENST00000327331 7 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38168924 38169019 ENST00000327331 8 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38171113 38171239 ENST00000327331 9 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38172650 38172736 ENST00000327331 10 CDCA8 ENSG00000134690 Not Supported Not Supported +CDS 1 38173994 38174035 ENST00000327331 11 CDCA8 ENSG00000134690 Not Supported Not Supported +transcript 1 38179552 38197166 ENST00000432874 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197166 ENST00000432874 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000432874 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000432874 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000432874 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188477 38188603 ENST00000432874 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187373 38187517 ENST00000432874 6 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179558 38197245 ENST00000534097 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197245 ENST00000534097 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000534097 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000534097 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000534097 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187332 38187517 ENST00000534097 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186455 38186516 ENST00000534097 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186023 38186226 ENST00000534097 7 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185581 38185730 ENST00000534097 8 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185180 38185279 ENST00000534097 9 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184472 38184488 ENST00000534097 10 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179560 38218578 ENST00000437645 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38218548 38218578 ENST00000437645 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38200929 38201062 ENST00000437645 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197254 ENST00000437645 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000437645 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000437645 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000437645 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187946 38187968 ENST00000437645 7 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179561 38222363 ENST00000330210 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197230 ENST00000330210 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000330210 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000330210 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000330210 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187332 38187517 ENST00000330210 7 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186455 38186516 ENST00000330210 8 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186023 38186226 ENST00000330210 9 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185581 38185730 ENST00000330210 10 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185086 38185279 ENST00000330210 11 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184333 38184488 ENST00000330210 12 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184050 38184158 ENST00000330210 13 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38181547 38181669 ENST00000330210 14 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179561 38230738 ENST00000427468 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38230633 38230738 ENST00000427468 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38228457 38228521 ENST00000427468 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38227077 38227755 ENST00000427468 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38219887 38220042 ENST00000427468 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38218548 38218898 ENST00000427468 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38200929 38201062 ENST00000427468 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197254 ENST00000427468 7 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000427468 8 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000427468 9 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000427468 10 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187332 38187517 ENST00000427468 11 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186455 38186516 ENST00000427468 12 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186023 38186226 ENST00000427468 13 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185581 38185730 ENST00000427468 14 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185086 38185279 ENST00000427468 15 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184333 38184488 ENST00000427468 16 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184048 38184158 ENST00000427468 17 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38181651 38181669 ENST00000427468 18 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179561 38218578 ENST00000540011 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197230 ENST00000540011 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000540011 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000540011 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000540011 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187949 38187968 ENST00000540011 7 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38179565 38180692 ENST00000444950 NA EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38180526 38222363 ENST00000446149 NA EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38181646 38230738 ENST00000373048 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38230633 38230738 ENST00000373048 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38228457 38228521 ENST00000373048 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38227077 38227755 ENST00000373048 3 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38219887 38220042 ENST00000373048 4 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38218548 38218898 ENST00000373048 5 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38200929 38201062 ENST00000373048 6 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38197083 38197254 ENST00000373048 7 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38192774 38192882 ENST00000373048 8 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188983 38189044 ENST00000373048 9 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38188713 38188838 ENST00000373048 10 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38187332 38187517 ENST00000373048 11 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186455 38186516 ENST00000373048 12 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38186023 38186226 ENST00000373048 13 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185581 38185730 ENST00000373048 14 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38185086 38185279 ENST00000373048 15 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184333 38184488 ENST00000373048 16 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38184047 38184158 ENST00000373048 17 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38186351 38187529 ENST00000453577 NA EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38192865 38218666 ENST00000525749 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38218548 38218666 ENST00000525749 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38200929 38201062 ENST00000525749 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38200336 38200359 ENST00000525749 3 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38225944 38230805 ENST00000319637 NA EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38230633 38230738 ENST00000319637 1 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38228457 38228521 ENST00000319637 2 EPHA10 ENSG00000183317 Not Supported Not Supported +CDS 1 38227042 38227755 ENST00000319637 3 EPHA10 ENSG00000183317 Not Supported Not Supported +transcript 1 38203627 38203726 ENST00000363551 NA Y_RNA ENSG00000200421 Not Supported Not Supported +transcript 1 38215874 38215974 ENST00000459008 NA snoU13 ENSG00000238871 Not Supported Not Supported +transcript 1 38242342 38245090 ENST00000473049 NA ACTN4P2 ENSG00000214141 Not Supported Not Supported +transcript 1 38248129 38248557 ENST00000417484 NA RP11-109P14.2 ENSG00000227416 Not Supported Not Supported +transcript 1 38259474 38266805 ENST00000373045 NA MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38259855 38260404 ENST00000373045 1 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38261409 38261518 ENST00000373045 2 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38262416 38262492 ENST00000373045 3 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38265239 38265872 ENST00000373045 4 MANEAL ENSG00000185090 Not Supported Not Supported +transcript 1 38259555 38266805 ENST00000397631 NA MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38259855 38260404 ENST00000397631 1 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38261409 38261518 ENST00000397631 2 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38262416 38262492 ENST00000397631 3 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38265516 38265528 ENST00000397631 4 MANEAL ENSG00000185090 Not Supported Not Supported +transcript 1 38260155 38265893 ENST00000532512 NA MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38260155 38260404 ENST00000532512 1 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38261409 38261518 ENST00000532512 2 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38265239 38265271 ENST00000532512 3 MANEAL ENSG00000185090 Not Supported Not Supported +transcript 1 38261080 38266120 ENST00000525897 NA MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38261441 38261518 ENST00000525897 2 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38262416 38262492 ENST00000525897 3 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38265239 38265872 ENST00000525897 4 MANEAL ENSG00000185090 Not Supported Not Supported +transcript 1 38261160 38266809 ENST00000329006 NA MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38261448 38261518 ENST00000329006 1 MANEAL ENSG00000185090 Not Supported Not Supported +CDS 1 38265239 38265872 ENST00000329006 2 MANEAL ENSG00000185090 Not Supported Not Supported +transcript 1 38265392 38266551 ENST00000433474 NA RP11-109P14.9 ENSG00000233728 Not Supported Not Supported +transcript 1 38268616 38273857 ENST00000373044 NA YRDC ENSG00000196449 Not Supported Not Supported +CDS 1 38273464 38273852 ENST00000373044 1 YRDC ENSG00000196449 Not Supported Not Supported +CDS 1 38272773 38272887 ENST00000373044 2 YRDC ENSG00000196449 Not Supported Not Supported +CDS 1 38272529 38272648 ENST00000373044 3 YRDC ENSG00000196449 Not Supported Not Supported +CDS 1 38269974 38270116 ENST00000373044 4 YRDC ENSG00000196449 Not Supported Not Supported +CDS 1 38269600 38269669 ENST00000373044 5 YRDC ENSG00000196449 Not Supported Not Supported +transcript 1 38272651 38275124 ENST00000373043 NA C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274357 38274404 ENST00000373043 1 C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274650 38274742 ENST00000373043 2 C1orf122 ENSG00000197982 Not Supported Not Supported +transcript 1 38273332 38274404 ENST00000419397 NA C1orf122 ENSG00000197982 Not Supported Not Supported +transcript 1 38273419 38275121 ENST00000468084 NA C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274357 38274404 ENST00000468084 2 C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274650 38274742 ENST00000468084 3 C1orf122 ENSG00000197982 Not Supported Not Supported +transcript 1 38273818 38275126 ENST00000373042 NA C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274077 38274111 ENST00000373042 1 C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274203 38274404 ENST00000373042 2 C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274650 38274742 ENST00000373042 3 C1orf122 ENSG00000197982 Not Supported Not Supported +transcript 1 38274082 38275126 ENST00000446260 NA C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274082 38274404 ENST00000446260 1 C1orf122 ENSG00000197982 Not Supported Not Supported +CDS 1 38274650 38274803 ENST00000446260 2 C1orf122 ENSG00000197982 Not Supported Not Supported +transcript 1 38275239 38325292 ENST00000373036 NA MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38322923 38323330 ENST00000373036 2 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38305592 38305830 ENST00000373036 3 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38304297 38304428 ENST00000373036 4 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38301343 38301416 ENST00000373036 5 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38300751 38300887 ENST00000373036 6 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38297917 38297994 ENST00000373036 7 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38289382 38289484 ENST00000373036 8 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38287793 38288388 ENST00000373036 9 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38283091 38283154 ENST00000373036 10 MTF1 ENSG00000188786 Not Supported Not Supported +CDS 1 38280811 38281238 ENST00000373036 11 MTF1 ENSG00000188786 Not Supported Not Supported +transcript 1 38323021 38324211 ENST00000468190 NA MTF1 ENSG00000188786 Not Supported Not Supported +transcript 1 38292232 38293886 ENST00000448796 NA AL929472.1 ENSG00000230610 Not Supported Not Supported +CDS 1 38293873 38293886 ENST00000448796 1 AL929472.1 ENSG00000230610 Not Supported Not Supported +CDS 1 38292232 38292262 ENST00000448796 2 AL929472.1 ENSG00000230610 Not Supported Not Supported +transcript 1 38306658 38307348 ENST00000447422 NA RP11-109P14.8 ENSG00000235673 Not Supported Not Supported +transcript 1 38326369 38327252 ENST00000419993 NA RP11-109P14.10 ENSG00000230955 Not Supported Not Supported +transcript 1 38326369 38397421 ENST00000373027 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38397345 38397384 ENST00000373027 1 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38357030 38357126 ENST00000373027 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38355229 38355396 ENST00000373027 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353915 38354016 ENST00000373027 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353023 38353137 ENST00000373027 5 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38352560 38352676 ENST00000373027 6 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38351310 38351497 ENST00000373027 7 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38348479 38348590 ENST00000373027 8 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38345757 38345866 ENST00000373027 9 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38343860 38343995 ENST00000373027 10 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38341278 38341388 ENST00000373027 11 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38339665 38339827 ENST00000373027 12 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38338602 38338837 ENST00000373027 13 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38334173 38334286 ENST00000373027 14 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38332131 38332215 ENST00000373027 15 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38331433 38331560 ENST00000373027 16 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38329984 38330095 ENST00000373027 17 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38327990 38328102 ENST00000373027 18 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38326369 38412729 ENST00000373023 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411924 38411980 ENST00000373023 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411428 38411522 ENST00000373023 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409468 38409565 ENST00000373023 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409312 38409341 ENST00000373023 5 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38406360 38406470 ENST00000373023 6 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38397345 38397725 ENST00000373023 7 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38357030 38357126 ENST00000373023 8 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38355229 38355396 ENST00000373023 9 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353915 38354016 ENST00000373023 10 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353023 38353137 ENST00000373023 11 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38352560 38352676 ENST00000373023 12 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38351310 38351497 ENST00000373023 13 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38348479 38348590 ENST00000373023 14 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38345757 38345866 ENST00000373023 15 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38343860 38343995 ENST00000373023 16 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38341278 38341388 ENST00000373023 17 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38339665 38339827 ENST00000373023 18 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38338602 38338837 ENST00000373023 19 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38334173 38334286 ENST00000373023 20 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38332131 38332215 ENST00000373023 21 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38331433 38331560 ENST00000373023 22 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38329984 38330095 ENST00000373023 23 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38327990 38328102 ENST00000373023 24 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38327740 38411981 ENST00000373026 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411924 38411980 ENST00000373026 1 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411428 38411522 ENST00000373026 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409468 38409565 ENST00000373026 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409312 38409341 ENST00000373026 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38406360 38406470 ENST00000373026 5 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38397345 38397725 ENST00000373026 6 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38357030 38357126 ENST00000373026 7 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38355229 38355396 ENST00000373026 8 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353915 38354016 ENST00000373026 9 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353023 38353137 ENST00000373026 10 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38352560 38352676 ENST00000373026 11 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38351310 38351497 ENST00000373026 12 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38348479 38348590 ENST00000373026 13 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38345757 38345866 ENST00000373026 14 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38343860 38343995 ENST00000373026 15 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38341278 38341388 ENST00000373026 16 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38339665 38339827 ENST00000373026 17 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38338602 38338837 ENST00000373026 18 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38334173 38334286 ENST00000373026 19 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38332131 38332215 ENST00000373026 20 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38331433 38331560 ENST00000373026 21 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38329984 38330095 ENST00000373026 22 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38327990 38328102 ENST00000373026 23 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38327757 38412723 ENST00000373024 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411924 38411980 ENST00000373024 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411428 38411522 ENST00000373024 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409468 38409565 ENST00000373024 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409312 38409341 ENST00000373024 5 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38406360 38406470 ENST00000373024 6 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38397585 38397725 ENST00000373024 7 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38357030 38357126 ENST00000373024 8 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38355229 38355396 ENST00000373024 9 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353915 38354016 ENST00000373024 10 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353023 38353137 ENST00000373024 11 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38352560 38352676 ENST00000373024 12 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38351310 38351497 ENST00000373024 13 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38348479 38348590 ENST00000373024 14 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38345757 38345866 ENST00000373024 15 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38343860 38343995 ENST00000373024 16 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38341278 38341388 ENST00000373024 17 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38339665 38339827 ENST00000373024 18 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38338602 38338837 ENST00000373024 19 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38334173 38334286 ENST00000373024 20 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38332131 38332215 ENST00000373024 21 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38331433 38331560 ENST00000373024 22 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38329984 38330095 ENST00000373024 23 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38327990 38328102 ENST00000373024 24 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38328012 38330521 ENST00000487328 NA INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38332131 38338700 ENST00000470364 NA INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38334173 38339059 ENST00000474758 NA INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38339676 38355345 ENST00000458109 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38355229 38355314 ENST00000458109 1 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353915 38354016 ENST00000458109 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38353023 38353137 ENST00000458109 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38352560 38352676 ENST00000458109 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38348486 38348590 ENST00000458109 5 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38351181 38354016 ENST00000467066 NA INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38394209 38412006 ENST00000373021 NA INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411924 38411980 ENST00000373021 1 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38411428 38411522 ENST00000373021 2 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409468 38409565 ENST00000373021 3 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38409312 38409341 ENST00000373021 4 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38406360 38406470 ENST00000373021 5 INPP5B ENSG00000204084 Not Supported Not Supported +CDS 1 38397160 38397725 ENST00000373021 6 INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38406435 38412723 ENST00000491406 NA INPP5B ENSG00000204084 Not Supported Not Supported +transcript 1 38349909 38349989 ENST00000516639 NA SNORA63 ENSG00000252448 Not Supported Not Supported +transcript 1 38350695 38350789 ENST00000410350 NA RNU6-584P ENSG00000222282 Not Supported Not Supported +transcript 1 38422647 38456593 ENST00000373019 NA SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38455542 38455637 ENST00000373019 1 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38455220 38455267 ENST00000373019 2 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38453456 38453508 ENST00000373019 3 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38453245 38453350 ENST00000373019 4 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38450379 38450451 ENST00000373019 5 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38449841 38449932 ENST00000373019 6 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38447401 38447483 ENST00000373019 7 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38446258 38446396 ENST00000373019 8 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38445137 38445205 ENST00000373019 9 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38444660 38444727 ENST00000373019 10 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38444392 38444499 ENST00000373019 11 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38442556 38442625 ENST00000373019 12 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38435243 38435407 ENST00000373019 13 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38435026 38435136 ENST00000373019 14 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38433716 38433806 ENST00000373019 15 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38425792 38425847 ENST00000373019 16 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38423861 38423935 ENST00000373019 17 SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38423689 38455659 ENST00000448721 NA SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38455542 38455637 ENST00000448721 1 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38455220 38455267 ENST00000448721 2 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38450379 38450451 ENST00000448721 3 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38449841 38449932 ENST00000448721 4 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38447401 38447483 ENST00000448721 5 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38446258 38446396 ENST00000448721 6 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38445137 38445205 ENST00000448721 7 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38444660 38444727 ENST00000448721 8 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38444392 38444499 ENST00000448721 9 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38442556 38442625 ENST00000448721 10 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38435243 38435407 ENST00000448721 11 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38435026 38435136 ENST00000448721 12 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38433716 38433806 ENST00000448721 13 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38425792 38425847 ENST00000448721 14 SF3A3 ENSG00000183431 Not Supported Not Supported +CDS 1 38423861 38423935 ENST00000448721 15 SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38423735 38426365 ENST00000487062 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38435059 38444871 ENST00000460925 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38444395 38455322 ENST00000489537 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38444662 38455747 ENST00000461869 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38445063 38455667 ENST00000470585 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38445137 38446461 ENST00000488934 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38449790 38455645 ENST00000462258 NA SF3A3 ENSG00000183431 Not Supported Not Supported +transcript 1 38457134 38457241 ENST00000391239 NA RNU6-510P ENSG00000212541 Not Supported Not Supported +transcript 1 38462442 38471174 ENST00000485803 NA FHL3 ENSG00000183386 Not Supported Not Supported +transcript 1 38462442 38471177 ENST00000373016 NA FHL3 ENSG00000183386 Not Supported Not Supported +CDS 1 38464929 38465084 ENST00000373016 2 FHL3 ENSG00000183386 Not Supported Not Supported +CDS 1 38464646 38464820 ENST00000373016 3 FHL3 ENSG00000183386 Not Supported Not Supported +CDS 1 38463635 38463804 ENST00000373016 4 FHL3 ENSG00000183386 Not Supported Not Supported +CDS 1 38463356 38463542 ENST00000373016 5 FHL3 ENSG00000183386 Not Supported Not Supported +CDS 1 38463080 38463231 ENST00000373016 6 FHL3 ENSG00000183386 Not Supported Not Supported +transcript 1 38462858 38471174 ENST00000475084 NA FHL3 ENSG00000183386 Not Supported Not Supported +transcript 1 38463017 38471278 ENST00000477194 NA FHL3 ENSG00000183386 Not Supported Not Supported +transcript 1 38464390 38465104 ENST00000483132 NA FHL3 ENSG00000183386 Not Supported Not Supported +transcript 1 38474930 38484781 ENST00000483182 NA UTP11L ENSG00000183520 Not Supported Not Supported +transcript 1 38478406 38482648 ENST00000486563 NA UTP11L ENSG00000183520 Not Supported Not Supported +transcript 1 38478414 38490496 ENST00000373014 NA UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38478475 38478537 ENST00000373014 1 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38482031 38482092 ENST00000373014 2 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38483340 38483442 ENST00000373014 3 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38484136 38484249 ENST00000373014 4 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38484731 38484824 ENST00000373014 5 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38484925 38485055 ENST00000373014 6 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38488371 38488481 ENST00000373014 7 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38489217 38489297 ENST00000373014 8 UTP11L ENSG00000183520 Not Supported Not Supported +transcript 1 38478451 38489520 ENST00000537711 NA UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38478475 38478537 ENST00000537711 1 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38482031 38482092 ENST00000537711 2 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38483340 38483442 ENST00000537711 3 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38484136 38484249 ENST00000537711 4 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38484731 38484824 ENST00000537711 5 UTP11L ENSG00000183520 Not Supported Not Supported +CDS 1 38488371 38488378 ENST00000537711 6 UTP11L ENSG00000183520 Not Supported Not Supported +transcript 1 38482255 38489473 ENST00000488453 NA UTP11L ENSG00000183520 Not Supported Not Supported +transcript 1 38509523 38512450 ENST00000373012 NA POU3F1 ENSG00000185668 Not Supported Not Supported +CDS 1 38511063 38512415 ENST00000373012 1 POU3F1 ENSG00000185668 Not Supported Not Supported +transcript 1 38512986 38571406 ENST00000432922 NA RP5-884C9.2 ENSG00000224592 Not Supported Not Supported +transcript 1 38513097 38584697 ENST00000428151 NA RP5-884C9.2 ENSG00000224592 Not Supported Not Supported +transcript 1 38546244 38546583 ENST00000424719 NA RP5-884C9.3 ENSG00000223589 Not Supported Not Supported +transcript 1 38554903 38555001 ENST00000582606 NA MIR3659 ENSG00000265596 Not Supported Not Supported +transcript 1 38674706 38680439 ENST00000431311 NA RP11-214L19.1 ENSG00000237290 Not Supported Not Supported +transcript 1 38862331 38862437 ENST00000363926 NA RNU6-753P ENSG00000200796 Not Supported Not Supported +transcript 1 38940868 38942156 ENST00000452971 NA RP11-329N22.1 ENSG00000238063 Not Supported Not Supported +transcript 1 39174603 39176562 ENST00000442006 NA RP11-334L9.1 ENSG00000215895 Not Supported Not Supported +transcript 1 39303870 39325495 ENST00000373001 NA RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39325082 39325318 ENST00000373001 1 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39322551 39322754 ENST00000373001 2 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39321380 39321579 ENST00000373001 3 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39318046 39318160 ENST00000373001 4 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39317287 39317429 ENST00000373001 5 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39311611 39311759 ENST00000373001 6 RRAGC ENSG00000116954 Not Supported Not Supported +CDS 1 39305228 39305376 ENST00000373001 7 RRAGC ENSG00000116954 Not Supported Not Supported +transcript 1 39305021 39313746 ENST00000474456 NA RRAGC ENSG00000116954 Not Supported Not Supported +transcript 1 39311611 39322514 ENST00000493015 NA RRAGC ENSG00000116954 Not Supported Not Supported +transcript 1 39317184 39318367 ENST00000496778 NA RRAGC ENSG00000116954 Not Supported Not Supported +transcript 1 39325672 39385068 ENST00000433671 NA RP5-864K19.4 ENSG00000228436 Not Supported Not Supported +transcript 1 39325755 39341896 ENST00000456813 NA RP5-864K19.4 ENSG00000228436 Not Supported Not Supported +transcript 1 39339114 39341898 ENST00000443161 NA RP5-864K19.4 ENSG00000228436 Not Supported Not Supported +transcript 1 39328636 39339777 ENST00000397572 NA MYCBP ENSG00000214114 Not Supported Not Supported +CDS 1 39338963 39338977 ENST00000397572 1 MYCBP ENSG00000214114 Not Supported Not Supported +CDS 1 39338690 39338762 ENST00000397572 2 MYCBP ENSG00000214114 Not Supported Not Supported +CDS 1 39333234 39333282 ENST00000397572 3 MYCBP ENSG00000214114 Not Supported Not Supported +CDS 1 39332552 39332681 ENST00000397572 4 MYCBP ENSG00000214114 Not Supported Not Supported +CDS 1 39330345 39330386 ENST00000397572 5 MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39329908 39339040 ENST00000494695 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39330008 39338950 ENST00000495043 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39330173 39347269 ENST00000489803 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39330175 39347289 ENST00000489575 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39330258 39338277 ENST00000465771 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39332636 39340167 ENST00000462027 NA MYCBP ENSG00000214114 Not Supported Not Supported +transcript 1 39330175 39347285 ENST00000454994 NA GJA9 ENSG00000131233 Not Supported Not Supported +CDS 1 39340450 39341770 ENST00000454994 2 GJA9 ENSG00000131233 Not Supported Not Supported +CDS 1 39339361 39339581 ENST00000454994 3 GJA9 ENSG00000131233 Not Supported Not Supported +transcript 1 39339739 39347289 ENST00000357771 NA GJA9 ENSG00000131233 Not Supported Not Supported +CDS 1 39340226 39341770 ENST00000357771 2 GJA9 ENSG00000131233 Not Supported Not Supported +transcript 1 39340123 39342023 ENST00000360786 NA GJA9 ENSG00000131233 Not Supported Not Supported +CDS 1 39340226 39341770 ENST00000360786 1 GJA9 ENSG00000131233 Not Supported Not Supported +transcript 1 39351479 39407456 ENST00000372990 NA RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39384639 39384884 ENST00000372990 2 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39381234 39381382 ENST00000372990 3 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39376994 39377106 ENST00000372990 4 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39361641 39361741 ENST00000372990 5 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39358836 39358896 ENST00000372990 6 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39353635 39353696 ENST00000372990 7 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39352179 39352355 ENST00000372990 8 RHBDL2 ENSG00000158315 Not Supported Not Supported +transcript 1 39351968 39392509 ENST00000289248 NA RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39384639 39384884 ENST00000289248 2 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39381234 39381382 ENST00000289248 3 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39376994 39377106 ENST00000289248 4 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39361641 39361741 ENST00000289248 5 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39358836 39358896 ENST00000289248 6 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39353635 39353696 ENST00000289248 7 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39352179 39352355 ENST00000289248 8 RHBDL2 ENSG00000158315 Not Supported Not Supported +transcript 1 39351979 39392509 ENST00000538156 NA RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39391626 39391701 ENST00000538156 1 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39384639 39385009 ENST00000538156 2 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39381234 39381382 ENST00000538156 3 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39376994 39377106 ENST00000538156 4 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39361641 39361741 ENST00000538156 5 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39358836 39358896 ENST00000538156 6 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39353635 39353696 ENST00000538156 7 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39352179 39352355 ENST00000538156 8 RHBDL2 ENSG00000158315 Not Supported Not Supported +transcript 1 39352046 39395185 ENST00000372985 NA RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39395067 39395181 ENST00000372985 1 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39384639 39385009 ENST00000372985 2 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39381234 39381382 ENST00000372985 3 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39376994 39377106 ENST00000372985 4 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39361641 39361741 ENST00000372985 5 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39358836 39358896 ENST00000372985 6 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39353635 39353696 ENST00000372985 7 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39352179 39352355 ENST00000372985 8 RHBDL2 ENSG00000158315 Not Supported Not Supported +transcript 1 39381175 39407471 ENST00000540558 NA RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39384639 39384884 ENST00000540558 2 RHBDL2 ENSG00000158315 Not Supported Not Supported +CDS 1 39381233 39381382 ENST00000540558 3 RHBDL2 ENSG00000158315 Not Supported Not Supported +transcript 1 39392542 39392649 ENST00000363093 NA RNU6-605P ENSG00000199963 Not Supported Not Supported +transcript 1 39416497 39416597 ENST00000384735 NA Y_RNA ENSG00000207466 Not Supported Not Supported +transcript 1 39423947 39424597 ENST00000428233 NA RP11-781D11.1 ENSG00000235549 Not Supported Not Supported +transcript 1 39456895 39471731 ENST00000432648 NA AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39457053 39457272 ENST00000432648 1 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39463843 39463983 ENST00000432648 2 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39466644 39466778 ENST00000432648 3 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469019 39469090 ENST00000432648 4 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469717 39469724 ENST00000432648 5 AKIRIN1 ENSG00000174574 Not Supported Not Supported +transcript 1 39456960 39470433 ENST00000446189 NA AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39457053 39457272 ENST00000446189 1 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39463843 39463983 ENST00000446189 2 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469019 39469090 ENST00000446189 3 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469717 39469724 ENST00000446189 4 AKIRIN1 ENSG00000174574 Not Supported Not Supported +transcript 1 39456960 39470526 ENST00000372984 NA AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39457053 39457272 ENST00000372984 1 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39466644 39466778 ENST00000372984 2 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469019 39469090 ENST00000372984 3 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469717 39469724 ENST00000372984 4 AKIRIN1 ENSG00000174574 Not Supported Not Supported +transcript 1 39457168 39470053 ENST00000531822 NA AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39457168 39457272 ENST00000531822 1 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39463843 39463983 ENST00000531822 2 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39466644 39466778 ENST00000531822 3 AKIRIN1 ENSG00000174574 Not Supported Not Supported +CDS 1 39469717 39469727 ENST00000531822 4 AKIRIN1 ENSG00000174574 Not Supported Not Supported +transcript 1 39491990 39500308 ENST00000372969 NA NDUFS5 ENSG00000168653 Not Supported Not Supported +CDS 1 39494397 39494612 ENST00000372969 2 NDUFS5 ENSG00000168653 Not Supported Not Supported +CDS 1 39500064 39500165 ENST00000372969 3 NDUFS5 ENSG00000168653 Not Supported Not Supported +transcript 1 39491990 39500308 ENST00000372967 NA NDUFS5 ENSG00000168653 Not Supported Not Supported +CDS 1 39494397 39494612 ENST00000372967 2 NDUFS5 ENSG00000168653 Not Supported Not Supported +CDS 1 39500064 39500165 ENST00000372967 3 NDUFS5 ENSG00000168653 Not Supported Not Supported +transcript 1 39546988 39568653 ENST00000484793 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000484793 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39568375 39568517 ENST00000484793 4 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39547089 39569398 ENST00000602421 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000602421 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39568375 39568517 ENST00000602421 3 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549034 39952789 ENST00000545844 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000545844 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000545844 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000545844 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000545844 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000545844 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000545844 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000545844 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000545844 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000545844 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000545844 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000545844 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000545844 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000545844 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000545844 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000545844 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000545844 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000545844 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000545844 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000545844 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000545844 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000545844 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000545844 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000545844 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000545844 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000545844 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000545844 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000545844 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000545844 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000545844 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000545844 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000545844 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000545844 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000545844 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000545844 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000545844 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000545844 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000545844 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000545844 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000545844 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000545844 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000545844 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000545844 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000545844 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000545844 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000545844 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000545844 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000545844 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000545844 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000545844 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000545844 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000545844 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000545844 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000545844 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000545844 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000545844 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000545844 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000545844 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000545844 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000545844 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000545844 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000545844 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000545844 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000545844 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000545844 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39902154 39902162 ENST00000545844 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000545844 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000545844 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000545844 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000545844 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000545844 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000545844 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000545844 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000545844 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000545844 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000545844 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000545844 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000545844 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000545844 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000545844 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000545844 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000545844 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000545844 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000545844 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000545844 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000545844 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000545844 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000545844 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000545844 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000545844 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000545844 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000545844 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000545844 93 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000545844 94 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549734 39952849 ENST00000567887 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000567887 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000567887 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000567887 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39717518 39717613 ENST00000567887 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000567887 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000567887 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000567887 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000567887 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000567887 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000567887 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000567887 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000567887 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000567887 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000567887 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000567887 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000567887 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000567887 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000567887 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000567887 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000567887 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000567887 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000567887 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000567887 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000567887 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000567887 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000567887 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000567887 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000567887 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000567887 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000567887 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000567887 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000567887 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000567887 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000567887 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000567887 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000567887 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39796875 39802325 ENST00000567887 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39802854 39803003 ENST00000567887 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806174 39806389 ENST00000567887 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806476 39806625 ENST00000567887 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39812649 39812882 ENST00000567887 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000567887 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000567887 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000567887 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000567887 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000567887 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000567887 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000567887 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000567887 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000567887 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000567887 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000567887 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000567887 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000567887 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000567887 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000567887 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000567887 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000567887 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000567887 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000567887 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000567887 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000567887 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000567887 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000567887 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000567887 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000567887 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000567887 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000567887 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000567887 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000567887 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000567887 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000567887 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000567887 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000567887 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000567887 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000567887 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000567887 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000567887 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000567887 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000567887 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000567887 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000567887 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000567887 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000567887 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000567887 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000567887 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000567887 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000567887 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000567887 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000567887 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000567887 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000567887 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000567887 93 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000567887 94 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39930767 39930784 ENST00000567887 95 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000567887 96 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39935219 39935287 ENST00000567887 97 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000567887 98 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39946592 39946702 ENST00000567887 99 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000567887 100 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000567887 101 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549804 39952652 ENST00000372915 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000372915 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000372915 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000372915 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000372915 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000372915 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000372915 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000372915 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000372915 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000372915 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000372915 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000372915 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000372915 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000372915 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000372915 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000372915 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000372915 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000372915 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000372915 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000372915 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000372915 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000372915 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000372915 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000372915 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000372915 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000372915 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000372915 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000372915 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000372915 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000372915 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000372915 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000372915 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000372915 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000372915 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000372915 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000372915 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39796875 39802325 ENST00000372915 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39802854 39803003 ENST00000372915 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806174 39806389 ENST00000372915 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806476 39806625 ENST00000372915 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39812649 39812882 ENST00000372915 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000372915 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000372915 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000372915 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000372915 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000372915 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000372915 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000372915 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000372915 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000372915 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000372915 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000372915 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000372915 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000372915 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000372915 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000372915 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000372915 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000372915 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000372915 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000372915 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000372915 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000372915 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000372915 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000372915 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000372915 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000372915 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000372915 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000372915 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000372915 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39902154 39902162 ENST00000372915 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000372915 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000372915 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000372915 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000372915 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000372915 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000372915 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000372915 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000372915 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000372915 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000372915 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000372915 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000372915 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000372915 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000372915 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000372915 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000372915 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000372915 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000372915 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000372915 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000372915 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000372915 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000372915 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000372915 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000372915 93 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000372915 94 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000372915 95 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000372915 96 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000372915 97 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549839 39952659 ENST00000361689 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000361689 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000361689 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000361689 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000361689 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000361689 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000361689 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000361689 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000361689 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000361689 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000361689 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000361689 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000361689 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000361689 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000361689 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000361689 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000361689 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000361689 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000361689 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000361689 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000361689 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000361689 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000361689 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000361689 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000361689 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000361689 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000361689 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000361689 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000361689 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000361689 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000361689 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000361689 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000361689 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000361689 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000361689 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000361689 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000361689 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000361689 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000361689 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000361689 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000361689 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000361689 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000361689 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000361689 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000361689 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000361689 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000361689 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000361689 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000361689 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000361689 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000361689 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000361689 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000361689 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000361689 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000361689 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000361689 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000361689 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000361689 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000361689 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000361689 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000361689 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000361689 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000361689 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000361689 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000361689 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39902154 39902162 ENST00000361689 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000361689 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000361689 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000361689 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000361689 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000361689 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000361689 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000361689 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000361689 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000361689 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000361689 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000361689 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000361689 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000361689 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000361689 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000361689 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000361689 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000361689 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000361689 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000361689 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000361689 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000361689 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000361689 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000361689 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000361689 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000361689 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000361689 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000361689 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000361689 93 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549839 39952789 ENST00000317713 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000317713 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000317713 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000317713 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000317713 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000317713 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000317713 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000317713 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000317713 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000317713 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000317713 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000317713 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000317713 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000317713 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000317713 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000317713 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000317713 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000317713 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000317713 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000317713 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000317713 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000317713 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000317713 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000317713 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000317713 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000317713 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000317713 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000317713 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000317713 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000317713 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000317713 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000317713 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000317713 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000317713 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000317713 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000317713 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000317713 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000317713 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000317713 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000317713 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000317713 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000317713 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000317713 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000317713 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000317713 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000317713 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000317713 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000317713 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000317713 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000317713 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000317713 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000317713 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000317713 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000317713 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000317713 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000317713 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000317713 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000317713 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000317713 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000317713 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000317713 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000317713 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000317713 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000317713 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901437 ENST00000317713 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903338 39903342 ENST00000317713 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000317713 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000317713 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000317713 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000317713 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000317713 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000317713 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000317713 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000317713 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000317713 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000317713 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000317713 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000317713 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000317713 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000317713 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000317713 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000317713 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000317713 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000317713 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000317713 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000317713 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000317713 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000317713 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000317713 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000317713 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000317713 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000317713 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000317713 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000317713 93 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39549839 39952789 ENST00000539005 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39549891 39550110 ENST00000539005 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000539005 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000539005 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000539005 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000539005 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000539005 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000539005 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000539005 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000539005 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000539005 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000539005 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000539005 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000539005 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000539005 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000539005 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000539005 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000539005 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000539005 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000539005 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000539005 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000539005 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000539005 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000539005 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000539005 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000539005 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000539005 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000539005 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000539005 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000539005 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000539005 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000539005 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000539005 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000539005 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000539005 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000539005 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000539005 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000539005 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000539005 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000539005 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000539005 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000539005 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000539005 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000539005 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000539005 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000539005 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000539005 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000539005 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000539005 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000539005 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000539005 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000539005 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000539005 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000539005 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000539005 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000539005 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000539005 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000539005 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000539005 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000539005 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000539005 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000539005 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901437 ENST00000539005 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903338 39903342 ENST00000539005 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000539005 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000539005 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000539005 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000539005 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000539005 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000539005 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000539005 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000539005 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000539005 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000539005 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000539005 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000539005 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000539005 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000539005 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000539005 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000539005 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000539005 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000539005 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000539005 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000539005 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000539005 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000539005 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000539005 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000539005 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000539005 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000539005 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000539005 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000539005 91 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39571083 39788680 ENST00000524432 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39571296 39571389 ENST00000524432 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000524432 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000524432 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000524432 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000524432 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000524432 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000524432 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000524432 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000524432 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000524432 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000524432 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000524432 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000524432 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000524432 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000524432 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000524432 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000524432 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000524432 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000524432 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000524432 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000524432 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000524432 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000524432 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000524432 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000524432 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000524432 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000524432 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000524432 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000524432 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000524432 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000524432 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000524432 32 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39571101 39720320 ENST00000467673 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39669918 39952849 ENST00000564288 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39670695 39670803 ENST00000564288 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000564288 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000564288 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39717518 39717613 ENST00000564288 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000564288 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000564288 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000564288 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000564288 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000564288 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000564288 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000564288 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000564288 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000564288 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000564288 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000564288 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000564288 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000564288 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000564288 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000564288 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000564288 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000564288 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000564288 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000564288 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000564288 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000564288 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000564288 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000564288 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000564288 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000564288 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000564288 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000564288 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000564288 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000564288 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000564288 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000564288 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000564288 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39796875 39802325 ENST00000564288 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39802854 39803003 ENST00000564288 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806174 39806389 ENST00000564288 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806476 39806625 ENST00000564288 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39812649 39812882 ENST00000564288 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000564288 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000564288 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000564288 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000564288 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000564288 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000564288 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000564288 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000564288 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000564288 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000564288 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000564288 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000564288 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000564288 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000564288 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000564288 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000564288 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000564288 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000564288 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000564288 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000564288 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000564288 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000564288 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000564288 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000564288 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000564288 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000564288 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000564288 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000564288 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000564288 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000564288 71 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000564288 72 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000564288 73 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000564288 74 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000564288 75 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000564288 76 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000564288 77 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000564288 78 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000564288 79 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000564288 80 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000564288 81 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000564288 82 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000564288 83 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000564288 84 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000564288 85 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000564288 86 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000564288 87 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000564288 88 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000564288 89 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000564288 90 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000564288 91 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000564288 92 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000564288 93 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000564288 94 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39930767 39930784 ENST00000564288 95 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000564288 96 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39935219 39935287 ENST00000564288 97 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000564288 98 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39946592 39946702 ENST00000564288 99 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000564288 100 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000564288 101 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39670367 39720047 ENST00000494012 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39670695 39670803 ENST00000494012 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000494012 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000494012 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000494012 4 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39670423 39748740 ENST00000536367 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39670695 39670803 ENST00000536367 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39696854 39696915 ENST00000536367 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39715686 39715775 ENST00000536367 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39719970 39720047 ENST00000536367 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39723608 39723700 ENST00000536367 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748047 ENST00000536367 6 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39680934 39726212 ENST00000480624 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39680937 39720112 ENST00000469366 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39734137 39792897 ENST00000496804 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39734370 39735392 ENST00000496804 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000496804 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000496804 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000496804 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000496804 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000496804 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000496804 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000496804 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000496804 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000496804 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000496804 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000496804 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000496804 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000496804 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000496804 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000496804 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39764924 39764929 ENST00000496804 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000496804 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775292 ENST00000496804 19 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39734199 39823447 ENST00000530262 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39734370 39735359 ENST00000530262 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39747880 39748046 ENST00000530262 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39748861 39748973 ENST00000530262 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749081 39749187 ENST00000530262 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39749738 39749857 ENST00000530262 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750005 39750100 ENST00000530262 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750755 39750882 ENST00000530262 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39750969 39751062 ENST00000530262 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39751276 39751430 ENST00000530262 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39752958 39753234 ENST00000530262 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39757582 39757710 ENST00000530262 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39758438 39758515 ENST00000530262 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39759130 39759291 ENST00000530262 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39760718 39760822 ENST00000530262 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39761459 39761554 ENST00000530262 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39763292 39763417 ENST00000530262 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765882 39766034 ENST00000530262 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000530262 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000530262 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000530262 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000530262 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000530262 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000530262 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000530262 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000530262 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000530262 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000530262 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000530262 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000530262 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000530262 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000530262 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000530262 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000530262 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000530262 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823447 ENST00000530262 35 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39748798 39749892 ENST00000485063 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39749763 39751002 ENST00000472385 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39751009 39753285 ENST00000484393 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39765986 39839145 ENST00000476350 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39765986 39952659 ENST00000372925 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39765986 39766034 ENST00000372925 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39768596 39768750 ENST00000372925 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775242 39775368 ENST00000372925 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39775917 39776100 ENST00000372925 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39776503 39776672 ENST00000372925 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39781185 39781363 ENST00000372925 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782063 39782201 ENST00000372925 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39782886 39783079 ENST00000372925 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39784125 39784287 ENST00000372925 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39785336 39785419 ENST00000372925 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788280 39788387 ENST00000372925 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39788582 39788680 ENST00000372925 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39789865 39790017 ENST00000372925 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39790318 39790406 ENST00000372925 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39792890 39793025 ENST00000372925 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000372925 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000372925 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000372925 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000372925 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000372925 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000372925 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000372925 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000372925 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000372925 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000372925 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000372925 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000372925 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000372925 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000372925 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000372925 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000372925 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000372925 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000372925 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000372925 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000372925 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000372925 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000372925 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000372925 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000372925 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000372925 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000372925 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000372925 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39902154 39902162 ENST00000372925 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000372925 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000372925 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000372925 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000372925 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000372925 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000372925 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000372925 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000372925 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000372925 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000372925 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000372925 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000372925 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000372925 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000372925 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000372925 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000372925 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000372925 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000372925 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000372925 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000372925 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000372925 64 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000372925 65 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000372925 66 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000372925 67 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000372925 68 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000372925 69 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000372925 70 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951466 ENST00000372925 71 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39794041 39796916 ENST00000528611 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39796810 39952659 ENST00000289893 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39796941 39802325 ENST00000289893 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39802854 39803003 ENST00000289893 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806174 39806389 ENST00000289893 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39806476 39806625 ENST00000289893 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39812649 39812882 ENST00000289893 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39815150 39815299 ENST00000289893 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39816457 39816690 ENST00000289893 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39818679 39818903 ENST00000289893 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39823047 39823565 ENST00000289893 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824369 39824545 ENST00000289893 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39824813 39824936 ENST00000289893 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39826465 39826673 ENST00000289893 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39827032 39827349 ENST00000289893 13 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39833820 39833986 ENST00000289893 14 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39835702 39835858 ENST00000289893 15 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39838151 39838268 ENST00000289893 16 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844133 39844195 ENST00000289893 17 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39844875 39845116 ENST00000289893 18 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39845916 39846045 ENST00000289893 19 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39847625 39847824 ENST00000289893 20 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39851106 39851601 ENST00000289893 21 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39852859 39854330 ENST00000289893 22 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000289893 23 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000289893 24 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000289893 25 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000289893 26 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893959 ENST00000289893 27 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39894914 39894998 ENST00000289893 28 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39895499 39895740 ENST00000289893 29 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39896374 39896580 ENST00000289893 30 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898207 39898326 ENST00000289893 31 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39898720 39898827 ENST00000289893 32 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39900086 39900304 ENST00000289893 33 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39901230 39901433 ENST00000289893 34 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39902154 39902162 ENST00000289893 35 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39903449 39903680 ENST00000289893 36 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39904946 39905172 ENST00000289893 37 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906675 39906797 ENST00000289893 38 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39906896 39906997 ENST00000289893 39 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907624 39907725 ENST00000289893 40 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39907819 39907992 ENST00000289893 41 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908084 39908239 ENST00000289893 42 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39908386 39908583 ENST00000289893 43 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39909118 39909246 ENST00000289893 44 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39910334 39910507 ENST00000289893 45 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913104 39913259 ENST00000289893 46 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913364 39913570 ENST00000289893 47 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39913705 39913824 ENST00000289893 48 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39914266 39914435 ENST00000289893 49 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39916724 39916883 ENST00000289893 50 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39917828 39918022 ENST00000289893 51 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39918356 39918484 ENST00000289893 52 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919379 39919522 ENST00000289893 53 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000289893 54 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000289893 55 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000289893 56 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000289893 57 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000289893 58 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000289893 59 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39930767 39930784 ENST00000289893 60 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000289893 61 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000289893 62 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000289893 63 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951463 ENST00000289893 64 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39880072 39893764 ENST00000482035 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39880072 39880149 ENST00000482035 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888046 39888207 ENST00000482035 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39888402 39888572 ENST00000482035 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39889700 39889866 ENST00000482035 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893127 39893286 ENST00000482035 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39893633 39893764 ENST00000482035 6 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39900157 39901679 ENST00000473843 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39901298 39907961 ENST00000469490 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39918205 39919421 ENST00000487656 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39919509 39952659 ENST00000360115 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39919509 39919522 ENST00000360115 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39920581 39920769 ENST00000360115 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924042 39924162 ENST00000360115 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924758 39924921 ENST00000360115 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39925490 39925504 ENST00000360115 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000360115 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000360115 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000360115 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39930767 39930784 ENST00000360115 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000360115 10 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000360115 11 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000360115 12 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951466 ENST00000360115 13 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39922378 39930581 ENST00000497964 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39924795 39952659 ENST00000446276 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39924795 39924921 ENST00000446276 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926304 39926466 ENST00000446276 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000446276 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000446276 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39930767 39930784 ENST00000446276 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000446276 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000446276 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39946592 39946702 ENST00000446276 8 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000446276 9 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951466 ENST00000446276 10 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39926419 39952659 ENST00000442046 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39926419 39926466 ENST00000442046 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927555 39927709 ENST00000442046 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000442046 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000442046 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945681 ENST00000442046 5 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39946592 39946702 ENST00000442046 6 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39950273 39950402 ENST00000442046 7 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39951210 39951466 ENST00000442046 8 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39927692 39945666 ENST00000422234 NA MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39927692 39927709 ENST00000422234 1 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39929284 39929358 ENST00000422234 2 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39934287 39934404 ENST00000422234 3 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39935219 39935287 ENST00000422234 4 MACF1 ENSG00000127603 Not Supported Not Supported +CDS 1 39945470 39945666 ENST00000422234 5 MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39927696 39945788 ENST00000462496 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39933422 39945552 ENST00000462103 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39934265 39951889 ENST00000496360 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39934315 39952659 ENST00000497807 NA MACF1 ENSG00000127603 Not Supported Not Supported +transcript 1 39586612 39586715 ENST00000383927 NA RNU6-608P ENSG00000206654 Not Supported Not Supported +transcript 1 39619836 39619968 ENST00000410446 NA RNA5SP44 ENSG00000222378 Not Supported Not Supported +transcript 1 39672184 39672629 ENST00000602528 NA RP11-416A14.1 ENSG00000270040 Not Supported Not Supported +transcript 1 39715510 39723321 ENST00000289890 NA RP11-420K8.1 ENSG00000226438 Not Supported Not Supported +transcript 1 39769966 39770570 ENST00000406997 NA HSPE1P8 ENSG00000217897 Not Supported Not Supported +transcript 1 39876151 39882154 ENST00000530275 NA KIAA0754 ENSG00000255103 Not Supported Not Supported +CDS 1 39876346 39880218 ENST00000530275 1 KIAA0754 ENSG00000255103 Not Supported Not Supported +transcript 1 39957318 39991607 ENST00000331593 NA BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39957664 39957997 ENST00000331593 1 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39976846 39977035 ENST00000331593 2 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39977428 39977576 ENST00000331593 3 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39987048 39987242 ENST00000331593 4 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39988075 39988154 ENST00000331593 5 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39988679 39988789 ENST00000331593 6 BMP8A ENSG00000183682 Not Supported Not Supported +CDS 1 39991321 39991467 ENST00000331593 7 BMP8A ENSG00000183682 Not Supported Not Supported +transcript 1 39980628 39982162 ENST00000447263 NA OXCT2P1 ENSG00000237624 Not Supported Not Supported +transcript 1 39987952 39990548 ENST00000441741 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 39991357 ENST00000331856 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 40002954 ENST00000458207 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 40007432 ENST00000450157 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 40007513 ENST00000431553 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 40011433 ENST00000417869 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39987952 40011859 ENST00000440190 NA RP11-69E11.4 ENSG00000182109 Not Supported Not Supported +transcript 1 39997510 40024379 ENST00000427240 NA PPIEL ENSG00000243970 Not Supported Not Supported +transcript 1 40026488 40027682 ENST00000482028 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40029710 ENST00000492468 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40030163 ENST00000437136 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030095 40030163 ENST00000437136 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029508 40029594 ENST00000437136 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000437136 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028088 ENST00000437136 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000437136 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027400 40027459 ENST00000437136 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40026777 40026794 ENST00000437136 7 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40030198 ENST00000468476 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40041925 ENST00000372862 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041623 ENST00000372862 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000372862 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000372862 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000372862 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000372862 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034611 ENST00000372862 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000372862 7 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000372862 8 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030358 40030445 ENST00000372862 9 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030143 40030214 ENST00000372862 10 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000372862 11 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028088 ENST00000372862 12 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000372862 13 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027373 40027459 ENST00000372862 14 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40042073 ENST00000372858 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041623 ENST00000372858 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000372858 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000372858 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000372858 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000372858 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034611 ENST00000372858 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000372858 7 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000372858 8 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030358 40030445 ENST00000372858 9 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030095 40030214 ENST00000372858 10 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029508 40029594 ENST00000372858 11 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000372858 12 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028088 ENST00000372858 13 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000372858 14 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027373 40027459 ENST00000372858 15 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40042416 ENST00000372857 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041623 ENST00000372857 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000372857 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000372857 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000372857 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000372857 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034611 ENST00000372857 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000372857 7 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000372857 8 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030358 40030445 ENST00000372857 9 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030143 40030214 ENST00000372857 10 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029508 40029594 ENST00000372857 11 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000372857 12 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028088 ENST00000372857 13 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000372857 14 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027373 40027459 ENST00000372857 15 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40026488 40042423 ENST00000372856 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041623 ENST00000372856 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000372856 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000372856 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000372856 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000372856 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034611 ENST00000372856 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000372856 7 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000372856 8 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030358 40030445 ENST00000372856 9 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030095 40030214 ENST00000372856 10 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000372856 11 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028088 ENST00000372856 12 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000372856 13 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027373 40027459 ENST00000372856 14 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40027224 40027860 ENST00000530186 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027860 ENST00000530186 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027370 40027459 ENST00000530186 2 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40027359 40038156 ENST00000421687 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038156 ENST00000421687 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000421687 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000421687 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000421687 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034611 ENST00000421687 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000421687 6 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000421687 7 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030358 40030445 ENST00000421687 8 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030095 40030214 ENST00000421687 9 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029508 40029594 ENST00000421687 10 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000421687 11 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027995 40028052 ENST00000421687 12 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027745 40027875 ENST00000421687 13 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40027370 40027459 ENST00000421687 14 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40028056 40029796 ENST00000484555 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40029118 40030905 ENST00000525045 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40029286 40034529 ENST00000527718 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034474 40034529 ENST00000527718 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40033423 40033518 ENST00000527718 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030778 40031050 ENST00000527718 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030373 40030445 ENST00000527718 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40030095 40030214 ENST00000527718 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40029286 40029413 ENST00000527718 6 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40029288 40030200 ENST00000477556 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40029468 40030208 ENST00000461578 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40029905 40030855 ENST00000483770 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40030057 40034528 ENST00000525669 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40030778 40041453 ENST00000470443 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041453 ENST00000470443 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000470443 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036902 40037021 ENST00000470443 3 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40030971 40034080 ENST00000513632 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40034370 40036847 ENST00000525751 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40034497 40038090 ENST00000474378 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038090 ENST00000474378 1 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40037279 40037377 ENST00000474378 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40036906 40037021 ENST00000474378 3 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035535 40035674 ENST00000474378 4 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40035267 40035361 ENST00000474378 5 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40034497 40034611 ENST00000474378 6 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40034534 40036867 ENST00000529216 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40035167 40035662 ENST00000492519 NA PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40038065 40042462 ENST00000451091 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041431 40041623 ENST00000451091 2 PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40038065 40038258 ENST00000451091 3 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40041610 40042459 ENST00000531243 NA PABPC4 ENSG00000090621 Not Supported Not Supported +CDS 1 40041610 40041623 ENST00000531243 2 PABPC4 ENSG00000090621 Not Supported Not Supported +transcript 1 40030832 40038875 ENST00000415255 NA RP11-69E11.8 ENSG00000228060 Not Supported Not Supported +transcript 1 40033046 40033180 ENST00000364587 NA SNORA55 ENSG00000201457 Not Supported Not Supported +transcript 1 40089825 40105617 ENST00000372852 NA HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40105218 40105297 ENST00000372852 1 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40098321 40098387 ENST00000372852 2 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40097168 40097251 ENST00000372852 3 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40095899 40095980 ENST00000372852 4 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40092182 40092852 ENST00000372852 5 HEYL ENSG00000163909 Not Supported Not Supported +transcript 1 40092154 40098672 ENST00000535435 NA HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40098321 40098383 ENST00000535435 2 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40097168 40097251 ENST00000535435 3 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40095899 40095980 ENST00000535435 4 HEYL ENSG00000163909 Not Supported Not Supported +CDS 1 40092182 40092852 ENST00000535435 5 HEYL ENSG00000163909 Not Supported Not Supported +transcript 1 40099088 40099575 ENST00000424418 NA RP1-144F13.3 ENSG00000225903 Not Supported Not Supported +transcript 1 40124793 40137710 ENST00000235628 NA NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40137576 40137710 ENST00000235628 1 NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40131741 40131908 ENST00000235628 2 NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40131193 40131322 ENST00000235628 3 NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40128984 40129106 ENST00000235628 4 NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40126751 40126935 ENST00000235628 5 NT5C1A ENSG00000116981 Not Supported Not Supported +CDS 1 40124796 40125158 ENST00000235628 6 NT5C1A ENSG00000116981 Not Supported Not Supported +transcript 1 40144320 40157361 ENST00000372844 NA HPCAL4 ENSG00000116983 Not Supported Not Supported +CDS 1 40150114 40150275 ENST00000372844 2 HPCAL4 ENSG00000116983 Not Supported Not Supported +CDS 1 40149609 40149824 ENST00000372844 3 HPCAL4 ENSG00000116983 Not Supported Not Supported +CDS 1 40148211 40148405 ENST00000372844 4 HPCAL4 ENSG00000116983 Not Supported Not Supported +transcript 1 40157854 40211075 ENST00000470018 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207591 40207593 ENST00000470018 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000470018 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000470018 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211075 ENST00000470018 8 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204551 40208153 ENST00000485507 NA PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204554 40219379 ENST00000324379 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204603 ENST00000324379 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205935 ENST00000324379 2 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207038 40207081 ENST00000324379 3 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207567 40207593 ENST00000324379 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000324379 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000324379 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211170 ENST00000324379 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000324379 8 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218724 ENST00000324379 9 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218959 40219024 ENST00000324379 10 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204557 40229586 ENST00000356511 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204603 ENST00000356511 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205935 ENST00000356511 2 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207038 40207081 ENST00000356511 3 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207567 40207593 ENST00000356511 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000356511 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000356511 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211170 ENST00000356511 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000356511 8 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218724 ENST00000356511 9 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40229361 40229411 ENST00000356511 10 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204558 40207515 ENST00000456578 NA PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204560 40219388 ENST00000495526 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204595 ENST00000495526 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205927 ENST00000495526 2 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204562 40219388 ENST00000482751 NA PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204573 40218724 ENST00000497370 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207591 40207593 ENST00000497370 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000497370 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000497370 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211170 ENST00000497370 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000497370 8 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218724 ENST00000497370 9 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204573 40218938 ENST00000470213 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204603 ENST00000470213 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205935 ENST00000470213 2 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207038 40207081 ENST00000470213 3 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207567 40207593 ENST00000470213 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000470213 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000470213 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000470213 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218635 ENST00000470213 8 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204573 40219116 ENST00000372835 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204603 ENST00000372835 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205935 ENST00000372835 2 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000372835 3 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211170 ENST00000372835 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000372835 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218724 ENST00000372835 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218959 40219024 ENST00000372835 7 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204573 40229586 ENST00000372830 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204573 40204603 ENST00000372830 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205935 ENST00000372830 2 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207038 40207081 ENST00000372830 3 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40207567 40207593 ENST00000372830 4 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40208888 40208969 ENST00000372830 5 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40209496 40209596 ENST00000372830 6 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40211047 40211170 ENST00000372830 7 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40214575 40214760 ENST00000372830 8 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40218582 40218724 ENST00000372830 9 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40228189 40228293 ENST00000372830 10 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204576 40214760 ENST00000474804 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204576 40204595 ENST00000474804 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205930 ENST00000474804 2 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204580 40219388 ENST00000475350 NA PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40204580 40204595 ENST00000475350 1 PPIE ENSG00000084072 Not Supported Not Supported +CDS 1 40205837 40205930 ENST00000475350 2 PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40204662 40211170 ENST00000480169 NA PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40226871 40229586 ENST00000467741 NA PPIE ENSG00000084072 Not Supported Not Supported +transcript 1 40183700 40184267 ENST00000497982 NA RP1-144F13.4 ENSG00000225333 Not Supported Not Supported +transcript 1 40183700 40183828 ENST00000536963 NA RP1-144F13.4 ENSG00000225333 Not Supported Not Supported +transcript 1 40189238 40189299 ENST00000516604 NA RNU7-121P ENSG00000252413 Not Supported Not Supported +transcript 1 40222854 40254533 ENST00000372827 NA BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40253824 40254157 ENST00000372827 1 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40240521 40240710 ENST00000372827 2 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40239980 40240128 ENST00000372827 3 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40230295 40230489 ENST00000372827 4 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40229384 40229463 ENST00000372827 5 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40228764 40228874 ENST00000372827 6 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40226094 40226240 ENST00000372827 7 BMP8B ENSG00000116985 Not Supported Not Supported +transcript 1 40229223 40254521 ENST00000397360 NA BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40253824 40254157 ENST00000397360 1 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40240521 40240710 ENST00000397360 2 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40239980 40240128 ENST00000397360 3 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40230521 40230680 ENST00000397360 4 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40230295 40230404 ENST00000397360 5 BMP8B ENSG00000116985 Not Supported Not Supported +CDS 1 40229360 40229463 ENST00000397360 6 BMP8B ENSG00000116985 Not Supported Not Supported +transcript 1 40235195 40237020 ENST00000327582 NA OXCT2 ENSG00000198754 Not Supported Not Supported +CDS 1 40235377 40236927 ENST00000327582 1 OXCT2 ENSG00000198754 Not Supported Not Supported +transcript 1 40254648 40255843 ENST00000566366 NA RP1-118J21.25 ENSG00000261798 Not Supported Not Supported +transcript 1 40261515 40261668 ENST00000446772 NA RP1-118J21.24 ENSG00000229213 Not Supported Not Supported +transcript 1 40306723 40349163 ENST00000441669 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000441669 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40318403 40318548 ENST00000441669 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315791 40315933 ENST00000441669 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313763 ENST00000441669 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313220 40313332 ENST00000441669 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000441669 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000441669 7 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000441669 8 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000441669 9 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40306723 40349176 ENST00000462797 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000462797 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000462797 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000462797 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40318403 40318548 ENST00000462797 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315791 40315933 ENST00000462797 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313769 ENST00000462797 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313220 40313332 ENST00000462797 7 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000462797 8 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309850 40309890 ENST00000462797 9 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40306723 40349178 ENST00000316891 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000316891 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000316891 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000316891 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40318403 40318548 ENST00000316891 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315791 40315933 ENST00000316891 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313769 ENST00000316891 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313220 40313332 ENST00000316891 7 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000316891 8 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000316891 9 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000316891 10 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000316891 11 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40306723 40349178 ENST00000372818 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000372818 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000372818 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000372818 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40318403 40318548 ENST00000372818 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315791 40315933 ENST00000372818 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313769 ENST00000372818 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313220 40313332 ENST00000372818 7 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000372818 8 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000372818 9 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000372818 10 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307298 40349183 ENST00000495175 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000495175 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315919 40315933 ENST00000495175 2 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307317 40349152 ENST00000491865 NA TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307386 40349106 ENST00000545233 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313734 ENST00000545233 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313220 40313332 ENST00000545233 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000545233 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000545233 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000545233 7 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000545233 8 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307386 40349106 ENST00000537440 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313673 ENST00000537440 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000537440 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000537440 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000537440 6 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000537440 7 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307386 40349106 ENST00000537223 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313658 40313673 ENST00000537223 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40312892 40312969 ENST00000537223 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40310203 40310312 ENST00000537223 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309890 ENST00000537223 5 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000537223 6 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307386 40349106 ENST00000541099 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40309773 40309860 ENST00000541099 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40307419 40307585 ENST00000541099 4 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40307505 40313769 ENST00000465417 NA TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40309868 40349153 ENST00000492612 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349153 ENST00000492612 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000492612 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000492612 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315916 40315933 ENST00000492612 4 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40312716 40313429 ENST00000467774 NA TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40312892 40349168 ENST00000489945 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000489945 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000489945 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000489945 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315919 40315933 ENST00000489945 4 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40312953 40349147 ENST00000486825 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349147 ENST00000486825 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40341734 40341804 ENST00000486825 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40323074 40323089 ENST00000486825 3 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40313266 40323071 ENST00000469476 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323071 ENST00000469476 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319642 40319740 ENST00000469476 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40318403 40318548 ENST00000469476 3 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40315795 40315933 ENST00000469476 4 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40313764 40313769 ENST00000469476 5 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40317175 40349176 ENST00000544981 NA TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40348990 40349163 ENST00000544981 1 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40322949 40323089 ENST00000544981 2 TRIT1 ENSG00000043514 Not Supported Not Supported +CDS 1 40319624 40319740 ENST00000544981 3 TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40318230 40323080 ENST00000462243 NA TRIT1 ENSG00000043514 Not Supported Not Supported +transcript 1 40347238 40347350 ENST00000365352 NA Y_RNA ENSG00000202222 Not Supported Not Supported +transcript 1 40361098 40367685 ENST00000397332 NA MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40367480 40367560 ENST00000397332 1 MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40366611 40367115 ENST00000397332 2 MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40363047 40363642 ENST00000397332 3 MYCL ENSG00000116990 Not Supported Not Supported +transcript 1 40362899 40367554 ENST00000372816 NA MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40366611 40367106 ENST00000372816 1 MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40363047 40363642 ENST00000372816 2 MYCL ENSG00000116990 Not Supported Not Supported +transcript 1 40365284 40367591 ENST00000372815 NA MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40367480 40367560 ENST00000372815 1 MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40366489 40367115 ENST00000372815 2 MYCL ENSG00000116990 Not Supported Not Supported +transcript 1 40365286 40367687 ENST00000429311 NA MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40366489 40367106 ENST00000429311 2 MYCL ENSG00000116990 Not Supported Not Supported +transcript 1 40366806 40367928 ENST00000450953 NA MYCL ENSG00000116990 Not Supported Not Supported +CDS 1 40366806 40367106 ENST00000450953 2 MYCL ENSG00000116990 Not Supported Not Supported +transcript 1 40363417 40364770 ENST00000418255 NA RP1-118J21.5 ENSG00000236546 Not Supported Not Supported +transcript 1 40410562 40410670 ENST00000384626 NA Y_RNA ENSG00000207356 Not Supported Not Supported +transcript 1 40420802 40435638 ENST00000372811 NA MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40420965 40421057 ENST00000372811 1 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40422759 40422893 ENST00000372811 2 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40424373 40424497 ENST00000372811 3 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40430883 40431006 ENST00000372811 4 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431143 40431221 ENST00000372811 5 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431529 40431686 ENST00000372811 6 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432273 40432363 ENST00000372811 7 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432483 40432604 ENST00000372811 8 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432758 40432841 ENST00000372811 9 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433300 40433383 ENST00000372811 10 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433476 40433588 ENST00000372811 11 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434006 40434149 ENST00000372811 12 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434241 40434417 ENST00000372811 13 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40435177 40435237 ENST00000372811 14 MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40420817 40435273 ENST00000420632 NA MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40430998 40431006 ENST00000420632 2 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431143 40431221 ENST00000420632 3 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431529 40431686 ENST00000420632 4 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432273 40432363 ENST00000420632 5 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432483 40432604 ENST00000420632 6 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432758 40432841 ENST00000420632 7 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433300 40433383 ENST00000420632 8 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433476 40433588 ENST00000420632 9 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434006 40434149 ENST00000420632 10 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434241 40434417 ENST00000420632 11 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40435177 40435237 ENST00000420632 12 MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40420818 40432363 ENST00000434861 NA MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40420965 40421051 ENST00000434861 1 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40422759 40422893 ENST00000434861 2 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40424373 40424497 ENST00000434861 3 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40430883 40431006 ENST00000434861 4 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431143 40431221 ENST00000434861 5 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431529 40431686 ENST00000434861 6 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432273 40432363 ENST00000434861 7 MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40420822 40435638 ENST00000372809 NA MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40420965 40421057 ENST00000372809 1 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40422759 40422893 ENST00000372809 2 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40424334 40424497 ENST00000372809 3 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40430883 40431006 ENST00000372809 4 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431143 40431221 ENST00000372809 5 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40431529 40431686 ENST00000372809 6 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432273 40432363 ENST00000372809 7 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432483 40432604 ENST00000372809 8 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40432758 40432841 ENST00000372809 9 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433300 40433383 ENST00000372809 10 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40433476 40433588 ENST00000372809 11 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434006 40434149 ENST00000372809 12 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40434241 40434417 ENST00000372809 13 MFSD2A ENSG00000168389 Not Supported Not Supported +CDS 1 40435177 40435237 ENST00000372809 14 MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40420830 40435638 ENST00000483824 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40423493 40432841 ENST00000469745 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40429883 40435638 ENST00000480630 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40432334 40434364 ENST00000491515 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40433155 40434345 ENST00000459917 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40433291 40434286 ENST00000481612 NA MFSD2A ENSG00000168389 Not Supported Not Supported +transcript 1 40428352 40429076 ENST00000438210 NA RP3-342P20.2 ENSG00000228477 Not Supported Not Supported +transcript 1 40505905 40538321 ENST00000372797 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000372797 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000372797 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000372797 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000372797 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000372797 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000372797 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000372797 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000372797 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000372797 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000372797 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000372797 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000372797 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40505912 40538187 ENST00000372802 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000372802 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525742 40525842 ENST00000372802 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000372802 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000372802 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000372802 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000372802 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000372802 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000372802 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000372802 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000372802 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000372802 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000372802 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40505995 40530230 ENST00000449311 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000449311 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000449311 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000449311 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000449311 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530230 ENST00000449311 6 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506255 40531972 ENST00000421589 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000421589 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000421589 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000421589 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000421589 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000421589 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531972 ENST00000421589 7 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506392 40535436 ENST00000414893 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000414893 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525761 ENST00000414893 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531945 40531992 ENST00000414893 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000414893 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535436 ENST00000414893 6 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506404 40531986 ENST00000414281 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000414281 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000414281 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000414281 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000414281 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000414281 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531986 ENST00000414281 8 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506405 40531901 ENST00000420216 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000420216 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000420216 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000420216 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000420216 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000420216 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531901 ENST00000420216 8 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506421 40537207 ENST00000372792 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000372792 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000372792 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000372792 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000372792 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000372792 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000372792 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000372792 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000372792 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000372792 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000372792 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000372792 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000372792 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506424 40537280 ENST00000372798 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000372798 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525742 40525842 ENST00000372798 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000372798 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000372798 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000372798 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000372798 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000372798 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000372798 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000372798 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000372798 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000372798 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000372798 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506425 40538313 ENST00000340450 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000340450 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525742 40525842 ENST00000340450 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000340450 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000340450 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000340450 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000340450 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000340450 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000340450 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000340450 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000340450 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000340450 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000340450 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506433 40537943 ENST00000372805 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000372805 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000372805 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000372805 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000372805 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000372805 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000372805 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533389 ENST00000372805 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535362 40535546 ENST00000372805 9 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40535831 40535954 ENST00000372805 10 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536102 40536184 ENST00000372805 11 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40536508 40536651 ENST00000372805 12 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40537122 40537202 ENST00000372805 13 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506437 40533372 ENST00000435719 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000435719 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525742 40525842 ENST00000435719 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000435719 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000435719 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000435719 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000435719 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533372 ENST00000435719 8 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506439 40533228 ENST00000427843 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000427843 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000427843 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000427843 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000427843 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000427843 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531992 ENST00000427843 8 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40533212 40533228 ENST00000427843 9 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506452 40531890 ENST00000417287 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000417287 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000417287 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000417287 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000417287 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000417287 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531890 ENST00000417287 8 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506452 40531967 ENST00000424977 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000424977 3 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525842 ENST00000424977 4 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40527407 40527484 ENST00000424977 5 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40529899 40530042 ENST00000424977 6 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40530146 40530231 ENST00000424977 7 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40531887 40531967 ENST00000424977 8 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40506554 40525802 ENST00000446031 NA CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525019 40525130 ENST00000446031 2 CAP1 ENSG00000131236 Not Supported Not Supported +CDS 1 40525739 40525802 ENST00000446031 3 CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40532942 40537253 ENST00000479759 NA CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40535238 40537317 ENST00000461993 NA CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40536142 40537355 ENST00000494114 NA CAP1 ENSG00000131236 Not Supported Not Supported +transcript 1 40538379 40563375 ENST00000433473 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000433473 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40558070 40558179 ENST00000433473 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557844 ENST00000433473 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000433473 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000433473 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000433473 6 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000433473 7 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40542514 40542585 ENST00000433473 8 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539736 40539855 ENST00000433473 9 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40538610 40562917 ENST00000529905 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000529905 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40558070 40558179 ENST00000529905 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557844 ENST00000529905 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000529905 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000529905 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000529905 6 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000529905 7 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40542514 40542585 ENST00000529905 8 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539736 40539855 ENST00000529905 9 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539424 40562924 ENST00000530704 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000530704 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40558070 40558179 ENST00000530704 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557844 ENST00000530704 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000530704 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555244 40555254 ENST00000530704 5 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539488 40544507 ENST00000372775 NA PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539510 40562924 ENST00000449045 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000449045 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000449045 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000449045 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000449045 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40542514 40542585 ENST00000449045 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539736 40539855 ENST00000449045 6 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539608 40557763 ENST00000439754 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557763 ENST00000439754 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000439754 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000439754 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000439754 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000439754 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539733 40539855 ENST00000439754 6 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539706 40547993 ENST00000530076 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544300 ENST00000530076 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40542514 40542585 ENST00000530076 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539736 40539855 ENST00000530076 5 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40539815 40562919 ENST00000527311 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000527311 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557729 ENST00000527311 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000527311 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000527311 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000527311 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000527311 6 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40542514 40542585 ENST00000527311 7 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40539815 40539855 ENST00000527311 8 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40544232 40562924 ENST00000372779 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40562787 40562910 ENST00000372779 1 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40559605 40559691 ENST00000372779 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40558070 40558179 ENST00000372779 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557844 ENST00000372779 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000372779 5 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555082 40555184 ENST00000372779 6 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40546069 40546159 ENST00000372779 7 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40544232 40544330 ENST00000372779 8 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40555174 40562725 ENST00000526547 NA PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40558070 40558153 ENST00000526547 2 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557717 40557844 ENST00000526547 3 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40557001 40557071 ENST00000526547 4 PPT1 ENSG00000131238 Not Supported Not Supported +CDS 1 40555174 40555184 ENST00000526547 5 PPT1 ENSG00000131238 Not Supported Not Supported +transcript 1 40598436 40599120 ENST00000430724 NA RP11-115D7.3 ENSG00000226745 Not Supported Not Supported +transcript 1 40627045 40706593 ENST00000372771 NA RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40627072 40627308 ENST00000372771 1 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40654727 40654881 ENST00000372771 2 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40656444 40656525 ENST00000372771 3 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40661304 40661436 ENST00000372771 4 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40668084 40668286 ENST00000372771 5 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40688246 40688382 ENST00000372771 6 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40697189 40697330 ENST00000372771 7 RLF ENSG00000117000 Not Supported Not Supported +CDS 1 40701464 40706116 ENST00000372771 8 RLF ENSG00000117000 Not Supported Not Supported +transcript 1 40643515 40643621 ENST00000384777 NA RNU6-1237P ENSG00000207508 Not Supported Not Supported +transcript 1 40711619 40717355 ENST00000468258 NA TMCO2 ENSG00000188800 Not Supported Not Supported +transcript 1 40713573 40717363 ENST00000372766 NA TMCO2 ENSG00000188800 Not Supported Not Supported +CDS 1 40713666 40713902 ENST00000372766 1 TMCO2 ENSG00000188800 Not Supported Not Supported +CDS 1 40716955 40717263 ENST00000372766 2 TMCO2 ENSG00000188800 Not Supported Not Supported +transcript 1 40722099 40723639 ENST00000567508 NA RP1-39G22.7 ENSG00000259943 Not Supported Not Supported +transcript 1 40723779 40759856 ENST00000372759 NA ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40723944 40724066 ENST00000372759 1 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40726511 40726657 ENST00000372759 2 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40733458 40733544 ENST00000372759 3 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40734091 40734207 ENST00000372759 4 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40735647 40735799 ENST00000372759 5 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40737566 40737707 ENST00000372759 6 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40747015 40747199 ENST00000372759 7 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40751597 40751701 ENST00000372759 8 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40756526 40756669 ENST00000372759 9 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +CDS 1 40758117 40758338 ENST00000372759 10 ZMPSTE24 ENSG00000084073 Not Supported Not Supported +transcript 1 40723908 40728577 ENST00000479131 NA ZMPSTE24 ENSG00000084073 Not Supported Not Supported +transcript 1 40723911 40733508 ENST00000472583 NA ZMPSTE24 ENSG00000084073 Not Supported Not Supported +transcript 1 40756317 40758293 ENST00000474142 NA ZMPSTE24 ENSG00000084073 Not Supported Not Supported +transcript 1 40728344 40728656 ENST00000447743 NA RP1-39G22.4 ENSG00000231296 Not Supported Not Supported +transcript 1 40766159 40782966 ENST00000372748 NA COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40782795 40782869 ENST00000372748 1 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40781262 40781336 ENST00000372748 2 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40780024 40780059 ENST00000372748 3 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40779877 40779939 ENST00000372748 4 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778403 40778456 ENST00000372748 5 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778246 40778281 ENST00000372748 6 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778128 40778151 ENST00000372748 7 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777731 40777784 ENST00000372748 8 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777334 40777387 ENST00000372748 9 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777172 40777219 ENST00000372748 10 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776902 40776958 ENST00000372748 11 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776765 40776818 ENST00000372748 12 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776386 40776439 ENST00000372748 13 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40775936 40775989 ENST00000372748 14 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40775783 40775836 ENST00000372748 15 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40775610 40775663 ENST00000372748 16 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40773864 40773917 ENST00000372748 17 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40773375 40773428 ENST00000372748 18 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40773118 40773171 ENST00000372748 19 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40771815 40771859 ENST00000372748 20 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40771387 40771440 ENST00000372748 21 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40770466 40770519 ENST00000372748 22 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40770148 40770201 ENST00000372748 23 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769992 40770063 ENST00000372748 24 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769736 40769771 ENST00000372748 25 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769600 40769644 ENST00000372748 26 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769479 40769511 ENST00000372748 27 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769202 40769348 ENST00000372748 28 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40768803 40768857 ENST00000372748 29 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40768293 40768481 ENST00000372748 30 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40767484 40767561 ENST00000372748 31 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40766857 40767053 ENST00000372748 32 COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40766340 40783060 ENST00000482722 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40767484 40770669 ENST00000466267 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40768293 40770173 ENST00000427563 NA COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40770148 40770173 ENST00000427563 1 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769992 40770063 ENST00000427563 2 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769736 40769771 ENST00000427563 3 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769600 40769644 ENST00000427563 4 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769479 40769511 ENST00000427563 5 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40769202 40769348 ENST00000427563 6 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40768293 40768481 ENST00000427563 7 COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40773375 40781110 ENST00000488463 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40775962 40782362 ENST00000417105 NA COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40782323 40782362 ENST00000417105 1 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40781262 40781336 ENST00000417105 2 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40780024 40780059 ENST00000417105 3 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40779877 40779939 ENST00000417105 4 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778403 40778456 ENST00000417105 5 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778246 40778281 ENST00000417105 6 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40778128 40778151 ENST00000417105 7 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777731 40777784 ENST00000417105 8 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777334 40777387 ENST00000417105 9 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777172 40777219 ENST00000417105 10 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776902 40776958 ENST00000417105 11 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776765 40776818 ENST00000417105 12 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40776386 40776439 ENST00000417105 13 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40775962 40775989 ENST00000417105 14 COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40777172 40782374 ENST00000496215 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40777343 40782939 ENST00000372736 NA COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40782795 40782869 ENST00000372736 1 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40781262 40781336 ENST00000372736 2 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777731 40777784 ENST00000372736 3 COL9A2 ENSG00000049089 Not Supported Not Supported +CDS 1 40777343 40777387 ENST00000372736 4 COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40777902 40783488 ENST00000461118 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40780912 40781707 ENST00000490132 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40781065 40782945 ENST00000495948 NA COL9A2 ENSG00000049089 Not Supported Not Supported +transcript 1 40798748 40799230 ENST00000430225 NA RP1-228H13.1 ENSG00000227311 Not Supported Not Supported +transcript 1 40798750 40799229 ENST00000600955 NA RP1-228H13.1 ENSG00000227311 Not Supported Not Supported +transcript 1 40810522 40879912 ENST00000435168 NA SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40828054 40828108 ENST00000435168 2 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40872408 40872541 ENST00000435168 3 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40874325 40874410 ENST00000435168 4 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40875429 40875507 ENST00000435168 5 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40878688 40878774 ENST00000435168 6 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40879831 40879912 ENST00000435168 7 SMAP2 ENSG00000084070 Not Supported Not Supported +transcript 1 40839369 40888998 ENST00000372718 NA SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40839793 40839895 ENST00000372718 1 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40872408 40872541 ENST00000372718 2 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40874325 40874410 ENST00000372718 3 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40875429 40875507 ENST00000372718 4 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40878688 40878774 ENST00000372718 5 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40879831 40879912 ENST00000372718 6 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40880944 40881053 ENST00000372718 7 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40881848 40882013 ENST00000372718 8 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40882452 40882768 ENST00000372718 9 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40887648 40887770 ENST00000372718 10 SMAP2 ENSG00000084070 Not Supported Not Supported +transcript 1 40840320 40888998 ENST00000372708 NA SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40840368 40840380 ENST00000372708 1 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40872408 40872541 ENST00000372708 2 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40874325 40874410 ENST00000372708 3 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40875429 40875507 ENST00000372708 4 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40878688 40878774 ENST00000372708 5 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40879831 40879912 ENST00000372708 6 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40880944 40881053 ENST00000372708 7 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40881848 40882013 ENST00000372708 8 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40882452 40882768 ENST00000372708 9 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40887648 40887770 ENST00000372708 10 SMAP2 ENSG00000084070 Not Supported Not Supported +transcript 1 40862507 40887932 ENST00000539317 NA SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40874328 40874410 ENST00000539317 3 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40875429 40875507 ENST00000539317 4 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40878688 40878774 ENST00000539317 5 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40879831 40879912 ENST00000539317 6 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40880944 40881053 ENST00000539317 7 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40881848 40882013 ENST00000539317 8 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40882452 40882768 ENST00000539317 9 SMAP2 ENSG00000084070 Not Supported Not Supported +CDS 1 40887648 40887770 ENST00000539317 10 SMAP2 ENSG00000084070 Not Supported Not Supported +transcript 1 40879649 40881041 ENST00000487871 NA SMAP2 ENSG00000084070 Not Supported Not Supported +transcript 1 40830438 40830855 ENST00000392713 NA RP1-228H13.2 ENSG00000213172 Not Supported Not Supported +transcript 1 40915774 40929386 ENST00000469416 NA ZFP69B ENSG00000187801 Not Supported Not Supported +transcript 1 40915779 40929352 ENST00000484445 NA ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40916634 40916760 ENST00000484445 2 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40922617 40922743 ENST00000484445 3 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40923016 40923111 ENST00000484445 4 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40928093 40928135 ENST00000484445 5 ZFP69B ENSG00000187801 Not Supported Not Supported +transcript 1 40915779 40929390 ENST00000411995 NA ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40916634 40916760 ENST00000411995 2 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40919875 40919960 ENST00000411995 3 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40922617 40922743 ENST00000411995 4 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40923016 40923111 ENST00000411995 5 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40928093 40929258 ENST00000411995 6 ZFP69B ENSG00000187801 Not Supported Not Supported +transcript 1 40915779 40929352 ENST00000361584 NA ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40922710 40922743 ENST00000361584 3 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40923016 40923111 ENST00000361584 4 ZFP69B ENSG00000187801 Not Supported Not Supported +CDS 1 40928093 40929258 ENST00000361584 5 ZFP69B ENSG00000187801 Not Supported Not Supported +transcript 1 40929991 40932436 ENST00000565390 NA RP1-228H13.5 ENSG00000260920 Not Supported Not Supported +transcript 1 40942887 40962015 ENST00000372706 NA ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40945034 40945160 ENST00000372706 2 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40947435 40947526 ENST00000372706 3 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40954760 40954886 ENST00000372706 4 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40955201 40955296 ENST00000372706 5 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40960593 40961728 ENST00000372706 6 ZFP69 ENSG00000187815 Not Supported Not Supported +transcript 1 40943302 40961960 ENST00000372705 NA ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40945034 40945160 ENST00000372705 2 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40947435 40947526 ENST00000372705 3 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40954760 40954886 ENST00000372705 4 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40955201 40955296 ENST00000372705 5 ZFP69 ENSG00000187815 Not Supported Not Supported +CDS 1 40960593 40961728 ENST00000372705 6 ZFP69 ENSG00000187815 Not Supported Not Supported +transcript 1 40954818 40956828 ENST00000482712 NA ZFP69 ENSG00000187815 Not Supported Not Supported +transcript 1 40958829 40974333 ENST00000450713 NA RP11-656D10.3 ENSG00000238287 Not Supported Not Supported +transcript 1 40974413 40981708 ENST00000358527 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40981335 ENST00000358527 4 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974419 40981709 ENST00000372703 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40981335 ENST00000372703 2 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974426 40980894 ENST00000420209 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980894 ENST00000420209 2 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974433 40982228 ENST00000296380 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40981335 ENST00000296380 3 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974439 40980518 ENST00000432259 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980518 ENST00000432259 4 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974447 40980888 ENST00000418186 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980888 ENST00000418186 2 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974462 40980699 ENST00000415550 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980699 ENST00000415550 4 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974470 40980958 ENST00000443729 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980958 ENST00000443729 3 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974478 40980958 ENST00000419161 NA EXO5 ENSG00000164002 Not Supported Not Supported +CDS 1 40980217 40980958 ENST00000419161 2 EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40974757 40980295 ENST00000471429 NA EXO5 ENSG00000164002 Not Supported Not Supported +transcript 1 40980133 40980729 ENST00000453437 NA RP11-656D10.5 ENSG00000227278 Not Supported Not Supported +transcript 1 40981426 40982846 ENST00000437060 NA RP11-656D10.6 ENSG00000238186 Not Supported Not Supported +transcript 1 40997233 41013841 ENST00000372699 NA ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 40998839 40998853 ENST00000372699 2 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41006258 41006384 ENST00000372699 3 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41007287 41007382 ENST00000372699 4 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41012234 41013129 ENST00000372699 5 ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 40997325 41012437 ENST00000465152 NA ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 40997335 41010709 ENST00000372697 NA ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 40998839 40998853 ENST00000372697 2 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41006258 41006384 ENST00000372697 3 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41007287 41007382 ENST00000372697 4 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41010069 41010187 ENST00000372697 5 ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 40997335 41010709 ENST00000372696 NA ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 40998839 40998853 ENST00000372696 2 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41006258 41006384 ENST00000372696 3 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41007287 41007382 ENST00000372696 4 ZNF684 ENSG00000117010 Not Supported Not Supported +CDS 1 41010088 41010125 ENST00000372696 5 ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 40997394 41013457 ENST00000493756 NA ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 41006986 41012380 ENST00000472043 NA ZNF684 ENSG00000117010 Not Supported Not Supported +transcript 1 41029206 41029331 ENST00000414105 NA RP1-63P18.2 ENSG00000236505 Not Supported Not Supported +transcript 1 41059305 41060025 ENST00000445825 NA GTF2F2P2 ENSG00000233910 Not Supported Not Supported +transcript 1 41086351 41131329 ENST00000372684 NA RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41107381 41107597 ENST00000372684 3 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41101588 41101729 ENST00000372684 4 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41098741 41098853 ENST00000372684 5 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41094943 41095044 ENST00000372684 6 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41094482 41094621 ENST00000372684 7 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41092192 41092401 ENST00000372684 8 RIMS3 ENSG00000117016 Not Supported Not Supported +transcript 1 41091886 41131117 ENST00000372683 NA RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41107381 41107597 ENST00000372683 3 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41101588 41101729 ENST00000372683 4 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41098741 41098853 ENST00000372683 5 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41094943 41095044 ENST00000372683 6 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41094482 41094621 ENST00000372683 7 RIMS3 ENSG00000117016 Not Supported Not Supported +CDS 1 41092192 41092401 ENST00000372683 8 RIMS3 ENSG00000117016 Not Supported Not Supported +transcript 1 41134761 41153260 ENST00000440100 NA RP4-739H11.3 ENSG00000237899 Not Supported Not Supported +transcript 1 41156052 41157738 ENST00000606277 NA NFYC-AS1 ENSG00000272145 Not Supported Not Supported +transcript 1 41157320 41224120 ENST00000467203 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157358 41232915 ENST00000424419 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157361 41236798 ENST00000427410 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000427410 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000427410 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000427410 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000427410 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000427410 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000427410 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000427410 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000427410 9 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157381 41237275 ENST00000447388 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000447388 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000447388 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000447388 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000447388 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000447388 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000447388 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000447388 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000447388 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000447388 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157388 41236811 ENST00000425457 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000425457 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000425457 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000425457 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000425457 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000425457 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000425457 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000425457 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232590 41232646 ENST00000425457 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000425457 10 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000425457 11 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157389 41218918 ENST00000453631 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000453631 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000453631 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000453631 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000453631 6 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157415 41237273 ENST00000456393 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000456393 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000456393 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000456393 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000456393 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000456393 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000456393 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000456393 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000456393 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236384 41236497 ENST00000456393 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157510 41236774 ENST00000372654 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000372654 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000372654 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000372654 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000372654 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000372654 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000372654 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000372654 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000372654 10 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000372654 11 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157680 41213256 ENST00000534399 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000534399 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213256 ENST00000534399 5 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157685 41236778 ENST00000372653 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000372653 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000372653 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000372653 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000372653 10 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000372653 11 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228662 41228718 ENST00000372653 12 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000372653 13 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000372653 14 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000372653 15 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41157962 41232359 ENST00000372669 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000372669 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000372669 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000372669 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000372669 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000372669 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000372669 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41229035 41229161 ENST00000372669 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232359 ENST00000372669 9 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41175029 41237275 ENST00000372652 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000372652 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000372652 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000372652 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000372652 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000372652 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000372652 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000372652 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000372652 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236069 41236497 ENST00000372652 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41175215 41236612 ENST00000372651 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000372651 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000372651 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000372651 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000372651 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000372651 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000372651 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000372651 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000372651 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000372651 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41200520 41215248 ENST00000531464 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000531464 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000531464 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215248 ENST00000531464 5 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41200987 41236765 ENST00000440226 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000440226 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000440226 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000440226 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000440226 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000440226 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000440226 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000440226 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000440226 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236381 41236497 ENST00000440226 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41204506 41223831 ENST00000525290 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000525290 1 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000525290 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000525290 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000525290 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223796 41223831 ENST00000525290 5 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41204508 41218888 ENST00000530965 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000530965 1 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000530965 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218888 ENST00000530965 3 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41204508 41228633 ENST00000416859 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000416859 1 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000416859 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000416859 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000416859 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228633 ENST00000416859 5 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41204510 41237275 ENST00000308733 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41204516 41204620 ENST00000308733 1 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41213206 41213277 ENST00000308733 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41215245 41215358 ENST00000308733 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218823 41218918 ENST00000308733 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000308733 5 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000308733 6 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232375 ENST00000308733 7 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232590 41232646 ENST00000308733 8 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41235028 41235087 ENST00000308733 9 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41236069 41236497 ENST00000308733 10 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41218885 41237275 ENST00000414185 NA NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41218885 41218918 ENST00000414185 1 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41223793 41223966 ENST00000414185 2 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41228560 41228718 ENST00000414185 3 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41232268 41232357 ENST00000414185 4 NFYC ENSG00000066136 Not Supported Not Supported +CDS 1 41237056 41237157 ENST00000414185 5 NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41223625 41232354 ENST00000525349 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41231762 41232603 ENST00000483091 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41234318 41236779 ENST00000488635 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41234402 41237273 ENST00000496608 NA NFYC ENSG00000066136 Not Supported Not Supported +transcript 1 41220027 41220118 ENST00000362104 NA MIR30E ENSG00000198974 Not Supported Not Supported +transcript 1 41222956 41223044 ENST00000385227 NA MIR30C1 ENSG00000207962 Not Supported Not Supported +transcript 1 41249684 41306124 ENST00000347132 NA KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41249766 41250079 ENST00000347132 1 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41282937 41283027 ENST00000347132 2 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41283836 41283962 ENST00000347132 3 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41284177 41284352 ENST00000347132 4 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285019 41285144 ENST00000347132 5 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285547 41285657 ENST00000347132 6 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285837 41285932 ENST00000347132 7 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41287986 41288074 ENST00000347132 8 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41289769 41289930 ENST00000347132 9 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41296756 41296976 ENST00000347132 10 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41298686 41298785 ENST00000347132 11 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41300639 41300770 ENST00000347132 12 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303337 41303466 ENST00000347132 13 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303983 41304192 ENST00000347132 14 KCNQ4 ENSG00000117013 Not Supported Not Supported +transcript 1 41249766 41304195 ENST00000509682 NA KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41249766 41250079 ENST00000509682 1 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41282937 41283027 ENST00000509682 2 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41283836 41283962 ENST00000509682 3 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41284177 41284352 ENST00000509682 4 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285019 41285144 ENST00000509682 5 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285547 41285657 ENST00000509682 6 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285837 41285932 ENST00000509682 7 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41287986 41288074 ENST00000509682 8 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41296756 41296976 ENST00000509682 9 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41298686 41298785 ENST00000509682 10 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41300639 41300770 ENST00000509682 11 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303337 41303466 ENST00000509682 12 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303983 41304192 ENST00000509682 13 KCNQ4 ENSG00000117013 Not Supported Not Supported +transcript 1 41282937 41304961 ENST00000443478 NA KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41282937 41283027 ENST00000443478 1 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41283836 41283962 ENST00000443478 2 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41284177 41284352 ENST00000443478 3 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285019 41285144 ENST00000443478 4 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285547 41285657 ENST00000443478 5 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41285837 41285932 ENST00000443478 6 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41287986 41288074 ENST00000443478 7 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41292310 41292366 ENST00000443478 8 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41296756 41296976 ENST00000443478 9 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41298686 41298785 ENST00000443478 10 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41300639 41300770 ENST00000443478 11 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303337 41303466 ENST00000443478 12 KCNQ4 ENSG00000117013 Not Supported Not Supported +CDS 1 41303983 41304195 ENST00000443478 13 KCNQ4 ENSG00000117013 Not Supported Not Supported +transcript 1 41284636 41306123 ENST00000506017 NA KCNQ4 ENSG00000117013 Not Supported Not Supported +transcript 1 41270518 41270811 ENST00000477493 NA RN7SL326P ENSG00000264582 Not Supported Not Supported +transcript 1 41326729 41328018 ENST00000372638 NA CITED4 ENSG00000179862 Not Supported Not Supported +CDS 1 41327248 41327799 ENST00000372638 1 CITED4 ENSG00000179862 Not Supported Not Supported +transcript 1 41329586 41342342 ENST00000414199 NA RP5-1066H13.4 ENSG00000229528 Not Supported Not Supported +transcript 1 41403776 41405435 ENST00000413739 NA RP11-348A7.1 ENSG00000228940 Not Supported Not Supported +transcript 1 41407923 41408187 ENST00000437166 NA UBE2V1P8 ENSG00000233118 Not Supported Not Supported +transcript 1 41445007 41478235 ENST00000372621 NA CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41448963 41449128 ENST00000372621 2 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41450493 41450663 ENST00000372621 3 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41453044 41453144 ENST00000372621 4 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41454266 41454382 ENST00000372621 5 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41456837 41456920 ENST00000372621 6 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41457437 41457517 ENST00000372621 7 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41461589 41461740 ENST00000372621 8 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41463066 41463198 ENST00000372621 9 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41466701 41466789 ENST00000372621 10 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41467832 41467926 ENST00000372621 11 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41468786 41468848 ENST00000372621 12 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41471723 41471766 ENST00000372621 13 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41473121 41473217 ENST00000372621 14 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474331 41474386 ENST00000372621 15 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474466 41474562 ENST00000372621 16 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475117 41475261 ENST00000372621 17 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475833 41475914 ENST00000372621 18 CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41445427 41477736 ENST00000541520 NA CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41457491 41457517 ENST00000541520 3 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41461589 41461740 ENST00000541520 4 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41463066 41463198 ENST00000541520 5 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41466701 41466789 ENST00000541520 6 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41467832 41467926 ENST00000541520 7 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41468786 41468848 ENST00000541520 8 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41471723 41471766 ENST00000541520 9 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41473121 41473217 ENST00000541520 10 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474331 41474386 ENST00000541520 11 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474466 41474562 ENST00000541520 12 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475117 41475261 ENST00000541520 13 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475833 41475914 ENST00000541520 14 CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41445780 41450660 ENST00000470271 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41446257 41449117 ENST00000475060 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41447599 41457493 ENST00000479480 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41447609 41462029 ENST00000543104 NA CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41447659 41447666 ENST00000543104 1 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41448950 41449128 ENST00000543104 2 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41450493 41450663 ENST00000543104 3 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41453044 41453144 ENST00000543104 4 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41454266 41454382 ENST00000543104 5 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41456837 41456920 ENST00000543104 6 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41457437 41457517 ENST00000543104 7 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41461589 41461789 ENST00000543104 8 CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41448833 41477451 ENST00000372616 NA CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41448963 41449128 ENST00000372616 1 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41450493 41450663 ENST00000372616 2 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41453044 41453144 ENST00000372616 3 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41454266 41454382 ENST00000372616 4 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41456837 41456920 ENST00000372616 5 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41457437 41457517 ENST00000372616 6 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41461589 41461740 ENST00000372616 7 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41463066 41463198 ENST00000372616 8 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41466701 41466789 ENST00000372616 9 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41467832 41467926 ENST00000372616 10 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41468786 41468848 ENST00000372616 11 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41471723 41471766 ENST00000372616 12 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41473121 41473217 ENST00000372616 13 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474331 41474386 ENST00000372616 14 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41474466 41474562 ENST00000372616 15 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475117 41475261 ENST00000372616 16 CTPS1 ENSG00000171793 Not Supported Not Supported +CDS 1 41475833 41475914 ENST00000372616 17 CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41454169 41466786 ENST00000480420 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41461652 41469922 ENST00000463285 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41462797 41467908 ENST00000486889 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41466485 41468848 ENST00000497210 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41467211 41475261 ENST00000464283 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41468828 41475926 ENST00000463423 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41471736 41477426 ENST00000498694 NA CTPS1 ENSG00000171793 Not Supported Not Supported +transcript 1 41481269 41487387 ENST00000302946 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000302946 2 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483828 ENST00000302946 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41482906 41483049 ENST00000302946 4 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000302946 5 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41481269 41487397 ENST00000372613 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000372613 1 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483828 ENST00000372613 2 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000372613 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41481269 41487415 ENST00000372611 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000372611 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483651 ENST00000372611 4 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41482906 41483049 ENST00000372611 5 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000372611 6 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41481269 41488909 ENST00000359345 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000359345 1 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483828 ENST00000359345 2 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41482906 41483049 ENST00000359345 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000359345 4 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41481269 41487397 ENST00000439569 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000439569 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483828 ENST00000439569 4 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41482906 41483049 ENST00000439569 5 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000439569 6 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41481269 41487397 ENST00000397197 NA SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41485898 41486332 ENST00000397197 3 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41483307 41483828 ENST00000397197 4 SLFNL1 ENSG00000171790 Not Supported Not Supported +CDS 1 41481781 41481900 ENST00000397197 5 SLFNL1 ENSG00000171790 Not Supported Not Supported +transcript 1 41492872 41627153 ENST00000361705 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41625397 41625402 ENST00000361705 3 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000361705 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000361705 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000361705 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000361705 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000361705 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000361705 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000361705 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000361705 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000361705 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000361705 13 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492872 41625605 ENST00000456518 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41625397 41625402 ENST00000456518 1 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000456518 2 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000456518 3 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000456518 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000456518 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000456518 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000456518 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000456518 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000456518 9 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492872 41627104 ENST00000402904 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41618271 41618346 ENST00000402904 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41617286 41617356 ENST00000402904 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000402904 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000402904 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000402904 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000402904 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000402904 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000402904 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000402904 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000402904 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41499655 41499720 ENST00000402904 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000402904 15 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000402904 16 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492872 41627104 ENST00000397174 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41618271 41618286 ENST00000397174 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41617286 41617356 ENST00000397174 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000397174 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000397174 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000397174 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000397174 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000397174 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000397174 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000397174 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000397174 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000397174 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000397174 15 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492872 41627153 ENST00000397171 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608748 ENST00000397171 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000397171 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000397171 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000397171 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000397171 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000397171 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000397171 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000397171 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000397171 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000397171 14 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492872 41627153 ENST00000361191 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608748 ENST00000361191 3 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000361191 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000361191 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000361191 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000361191 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000361191 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000361191 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000361191 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000361191 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000361191 12 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492874 41626570 ENST00000326197 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41618271 41618346 ENST00000326197 3 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41617286 41617356 ENST00000326197 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000326197 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000326197 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000326197 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000326197 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000326197 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000326197 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000326197 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000326197 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41499655 41499720 ENST00000326197 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000326197 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000326197 15 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492874 41628689 ENST00000372595 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608748 ENST00000372595 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000372595 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000372595 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000372595 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000372595 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000372595 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000372595 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000372595 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41499655 41499720 ENST00000372595 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000372595 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000372595 15 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492874 41707782 ENST00000337495 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41651793 41651805 ENST00000337495 2 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41627036 41627104 ENST00000337495 3 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41626547 41626570 ENST00000337495 4 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41617286 41617356 ENST00000337495 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000337495 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000337495 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000337495 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000337495 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000337495 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000337495 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000337495 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000337495 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000337495 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000337495 15 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492874 41707788 ENST00000372597 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41625397 41625402 ENST00000372597 5 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608784 ENST00000372597 6 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000372597 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000372597 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000372597 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000372597 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000372597 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000372597 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000372597 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000372597 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000372597 15 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492874 41707788 ENST00000372596 NA SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41608550 41608748 ENST00000372596 7 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41582594 41582682 ENST00000372596 8 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41578955 41579198 ENST00000372596 9 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41540891 41541123 ENST00000372596 10 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41536267 41536393 ENST00000372596 11 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41514362 41514562 ENST00000372596 12 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41512079 41512270 ENST00000372596 13 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41503034 41503213 ENST00000372596 14 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41494256 41494398 ENST00000372596 15 SCMH1 ENSG00000010803 Not Supported Not Supported +CDS 1 41493869 41493991 ENST00000372596 16 SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41492876 41503124 ENST00000472037 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41494256 41511508 ENST00000460215 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41494314 41512341 ENST00000498793 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41503034 41514432 ENST00000489421 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41507094 41536303 ENST00000482530 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41651656 41707826 ENST00000488592 NA SCMH1 ENSG00000010803 Not Supported Not Supported +transcript 1 41564310 41564808 ENST00000401064 NA RP4-635E8.1 ENSG00000215893 Not Supported Not Supported +transcript 1 41708045 41730230 ENST00000425554 NA RP11-399E6.1 ENSG00000235358 Not Supported Not Supported +transcript 1 41708247 41750533 ENST00000445073 NA RP11-399E6.1 ENSG00000235358 Not Supported Not Supported +transcript 1 41726453 41730225 ENST00000422305 NA RP11-399E6.1 ENSG00000235358 Not Supported Not Supported +transcript 1 41730222 41730534 ENST00000427711 NA RP11-399E6.2 ENSG00000213987 Not Supported Not Supported +transcript 1 41827594 41849262 ENST00000372591 NA FOXO6 ENSG00000204060 Not Supported Not Supported +CDS 1 41827603 41828016 ENST00000372591 1 FOXO6 ENSG00000204060 Not Supported Not Supported +CDS 1 41847288 41848550 ENST00000372591 2 FOXO6 ENSG00000204060 Not Supported Not Supported +transcript 1 41840676 41841341 ENST00000429109 NA RP11-399E6.4 ENSG00000229901 Not Supported Not Supported +transcript 1 41932608 41932699 ENST00000516754 NA RNA5SP45 ENSG00000252563 Not Supported Not Supported +transcript 1 41944446 41950342 ENST00000372587 NA EDN2 ENSG00000127129 Not Supported Not Supported +CDS 1 41950209 41950272 ENST00000372587 1 EDN2 ENSG00000127129 Not Supported Not Supported +CDS 1 41949718 41949874 ENST00000372587 2 EDN2 ENSG00000127129 Not Supported Not Supported +CDS 1 41948137 41948259 ENST00000372587 3 EDN2 ENSG00000127129 Not Supported Not Supported +CDS 1 41946766 41946864 ENST00000372587 4 EDN2 ENSG00000127129 Not Supported Not Supported +CDS 1 41945083 41945173 ENST00000372587 5 EDN2 ENSG00000127129 Not Supported Not Supported +transcript 1 41944798 41950344 ENST00000490783 NA EDN2 ENSG00000127129 Not Supported Not Supported +transcript 1 41945125 41949756 ENST00000467046 NA EDN2 ENSG00000127129 Not Supported Not Supported +transcript 1 41945125 41949756 ENST00000467872 NA EDN2 ENSG00000127129 Not Supported Not Supported +transcript 1 41945125 41949756 ENST00000460255 NA EDN2 ENSG00000127129 Not Supported Not Supported +transcript 1 41972036 42384169 ENST00000372583 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42045408 42050468 ENST00000372583 4 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42041215 42041360 ENST00000372583 5 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41990406 41990581 ENST00000372583 6 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41984073 41984159 ENST00000372583 7 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41978487 41979421 ENST00000372583 8 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41976125 41976937 ENST00000372583 9 HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 41972036 42384378 ENST00000372584 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42045408 42050468 ENST00000372584 3 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42041215 42041360 ENST00000372584 4 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41990406 41990581 ENST00000372584 5 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41984073 41984159 ENST00000372584 6 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41978487 41979421 ENST00000372584 7 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41976125 41976934 ENST00000372584 8 HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 41975684 42166672 ENST00000247584 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42045408 42050468 ENST00000247584 3 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42041215 42041360 ENST00000247584 4 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41990406 41990581 ENST00000247584 5 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41984073 41984159 ENST00000247584 6 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41978487 41979421 ENST00000247584 7 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41976125 41976937 ENST00000247584 8 HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 41975901 42045571 ENST00000460604 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 41976122 42166672 ENST00000429157 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42045408 42050468 ENST00000429157 3 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 42041215 42041360 ENST00000429157 4 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41990406 41990581 ENST00000429157 5 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41984073 41984159 ENST00000429157 6 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41978487 41979421 ENST00000429157 7 HIVEP3 ENSG00000127124 Not Supported Not Supported +CDS 1 41976125 41976934 ENST00000429157 8 HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 42312862 42384340 ENST00000491442 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 42312862 42501596 ENST00000489103 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 42313619 42335301 ENST00000479350 NA HIVEP3 ENSG00000127124 Not Supported Not Supported +transcript 1 42001114 42001539 ENST00000440249 NA RP11-486B10.3 ENSG00000230881 Not Supported Not Supported +transcript 1 42007740 42009981 ENST00000434240 NA RP11-486B10.4 ENSG00000230638 Not Supported Not Supported +transcript 1 42008207 42010258 ENST00000455975 NA RP11-486B10.4 ENSG00000230638 Not Supported Not Supported +transcript 1 42224812 42224898 ENST00000390764 NA AL451006.1 ENSG00000264896 Not Supported Not Supported +transcript 1 42506268 42507400 ENST00000391730 NA HNRNPFP1 ENSG00000227538 Not Supported Not Supported +transcript 1 42606306 42607062 ENST00000434936 NA RP11-319C21.1 ENSG00000228776 Not Supported Not Supported +transcript 1 42619092 42621495 ENST00000372581 NA GUCA2B ENSG00000044012 Not Supported Not Supported +CDS 1 42619122 42619211 ENST00000372581 1 GUCA2B ENSG00000044012 Not Supported Not Supported +CDS 1 42620351 42620537 ENST00000372581 2 GUCA2B ENSG00000044012 Not Supported Not Supported +CDS 1 42621206 42621264 ENST00000372581 3 GUCA2B ENSG00000044012 Not Supported Not Supported +transcript 1 42628362 42630389 ENST00000357001 NA GUCA2A ENSG00000197273 Not Supported Not Supported +CDS 1 42630309 42630383 ENST00000357001 1 GUCA2A ENSG00000197273 Not Supported Not Supported +CDS 1 42629074 42629281 ENST00000357001 2 GUCA2A ENSG00000197273 Not Supported Not Supported +CDS 1 42628580 42628641 ENST00000357001 3 GUCA2A ENSG00000197273 Not Supported Not Supported +transcript 1 42642210 42655480 ENST00000372571 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654594 ENST00000372571 1 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000372571 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000372571 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42642210 42800636 ENST00000372572 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000372572 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000372572 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000372572 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000372572 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42671433 42671534 ENST00000372572 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000372572 9 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000372572 10 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42656974 42657390 ENST00000372572 11 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654974 42655075 ENST00000372572 12 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654599 ENST00000372572 13 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000372572 14 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000372572 15 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42642210 42801548 ENST00000372573 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000372573 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000372573 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000372573 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000372573 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42671433 42671534 ENST00000372573 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000372573 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000372573 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42656974 42657390 ENST00000372573 9 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654974 42655075 ENST00000372573 10 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654599 ENST00000372573 11 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000372573 12 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000372573 13 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42642216 42800903 ENST00000361346 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000361346 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000361346 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000361346 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000361346 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42671433 42671534 ENST00000361346 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000361346 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000361346 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42656974 42657390 ENST00000361346 9 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654974 42655075 ENST00000361346 10 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654599 ENST00000361346 11 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000361346 12 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000361346 13 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42642216 42800903 ENST00000361776 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000361776 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000361776 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000361776 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000361776 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000361776 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000361776 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42656974 42657390 ENST00000361776 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654974 42655075 ENST00000361776 9 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654599 ENST00000361776 10 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000361776 11 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000361776 12 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42642220 42781130 ENST00000545068 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000545068 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000545068 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000545068 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000545068 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42671433 42671534 ENST00000545068 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000545068 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000545068 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42656974 42657390 ENST00000545068 9 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654974 42655075 ENST00000545068 10 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42654408 42654599 ENST00000545068 11 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42647588 42647695 ENST00000545068 12 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42645384 42645496 ENST00000545068 13 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42657077 42800892 ENST00000445886 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42776721 42776764 ENST00000445886 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744343 ENST00000445886 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730786 42730860 ENST00000445886 4 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42693554 42693637 ENST00000445886 5 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000445886 6 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660561 42660735 ENST00000445886 7 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42657077 42657390 ENST00000445886 8 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42660668 42671682 ENST00000422278 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42671433 42671495 ENST00000422278 1 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42664773 42664901 ENST00000422278 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42660668 42660735 ENST00000422278 3 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42730602 42744258 ENST00000454417 NA FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42744019 42744258 ENST00000454417 1 FOXJ3 ENSG00000198815 Not Supported Not Supported +CDS 1 42730723 42730860 ENST00000454417 2 FOXJ3 ENSG00000198815 Not Supported Not Supported +transcript 1 42801057 42804047 ENST00000436207 NA RP11-223A3.1 ENSG00000227527 Not Supported Not Supported +transcript 1 42846466 42875836 ENST00000410070 NA RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42865284 42865305 ENST00000410070 3 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42870182 42870268 ENST00000410070 4 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42875655 42875836 ENST00000410070 5 RIMKLA ENSG00000177181 Not Supported Not Supported +transcript 1 42846477 42888249 ENST00000431473 NA RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42846606 42846768 ENST00000431473 1 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42865075 42865305 ENST00000431473 2 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42870182 42870268 ENST00000431473 3 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42875655 42875858 ENST00000431473 4 RIMKLA ENSG00000177181 Not Supported Not Supported +CDS 1 42880155 42880642 ENST00000431473 5 RIMKLA ENSG00000177181 Not Supported Not Supported +transcript 1 42878069 42878465 ENST00000411908 NA RP11-157D18.2 ENSG00000235002 Not Supported Not Supported +transcript 1 42896000 42921938 ENST00000372565 NA ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42921559 42921668 ENST00000372565 1 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42915589 42915730 ENST00000372565 2 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42914138 42914309 ENST00000372565 3 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42905527 42905696 ENST00000372565 4 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42902092 42902214 ENST00000372565 5 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42900945 42901056 ENST00000372565 6 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42898814 42898959 ENST00000372565 7 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42896410 42896529 ENST00000372565 8 ZMYND12 ENSG00000066185 Not Supported Not Supported +transcript 1 42896006 42921938 ENST00000433602 NA ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42915589 42915682 ENST00000433602 2 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42905527 42905696 ENST00000433602 3 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42902092 42902214 ENST00000433602 4 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42900945 42901056 ENST00000433602 5 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42898814 42898959 ENST00000433602 6 ZMYND12 ENSG00000066185 Not Supported Not Supported +CDS 1 42896410 42896529 ENST00000433602 7 ZMYND12 ENSG00000066185 Not Supported Not Supported +transcript 1 42898531 42901193 ENST00000475426 NA ZMYND12 ENSG00000066185 Not Supported Not Supported +transcript 1 42902092 42921682 ENST00000461083 NA ZMYND12 ENSG00000066185 Not Supported Not Supported +transcript 1 42921788 42925752 ENST00000372562 NA PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922929 42923021 ENST00000372562 2 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42925274 42925594 ENST00000372562 3 PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922173 42926086 ENST00000455780 NA PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922929 42923021 ENST00000455780 2 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42925274 42925594 ENST00000455780 3 PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922210 42923175 ENST00000372560 NA PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922237 42922744 ENST00000372560 1 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922918 42923048 ENST00000372560 2 PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922215 42926083 ENST00000472013 NA PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922230 42926085 ENST00000372561 NA PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922237 42922744 ENST00000372561 1 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922918 42923021 ENST00000372561 2 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42925274 42925594 ENST00000372561 3 PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922232 42926085 ENST00000372556 NA PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922237 42922299 ENST00000372556 1 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42922918 42923021 ENST00000372556 2 PPCS ENSG00000127125 Not Supported Not Supported +CDS 1 42925274 42925274 ENST00000372556 3 PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922472 42939056 ENST00000471420 NA PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42922965 42925687 ENST00000482168 NA PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42924875 42925949 ENST00000469615 NA PPCS ENSG00000127125 Not Supported Not Supported +transcript 1 42929001 42948667 ENST00000475614 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42929025 43119857 ENST00000477155 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042742 43042900 ENST00000477155 14 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000477155 15 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000477155 16 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000477155 17 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000477155 18 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000477155 19 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000477155 20 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000477155 21 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000477155 22 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000477155 23 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42929025 43119852 ENST00000428554 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002156 43002272 ENST00000428554 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43004844 43004981 ENST00000428554 10 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43011081 43011250 ENST00000428554 11 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43021827 43022076 ENST00000428554 12 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000428554 13 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000428554 14 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000428554 15 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000428554 16 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000428554 17 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000428554 18 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000428554 19 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000428554 20 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000428554 21 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000428554 22 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000428554 23 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42929097 42939088 ENST00000468651 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42929593 42939231 ENST00000492422 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42933415 42939056 ENST00000462063 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42948365 43003656 ENST00000495044 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42955600 43119857 ENST00000507855 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 42986886 42986927 ENST00000507855 4 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000507855 5 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000507855 6 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000507855 7 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000507855 8 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000507855 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000507855 10 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000507855 11 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000507855 12 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000507855 13 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000507855 14 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000507855 15 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42962782 43047087 ENST00000509712 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002156 43002272 ENST00000509712 5 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43011081 43011250 ENST00000509712 6 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43021827 43022076 ENST00000509712 7 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000509712 8 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000509712 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43046503 43046511 ENST00000509712 10 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42999550 43119861 ENST00000471390 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002156 43002272 ENST00000471390 2 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002863 43002928 ENST00000471390 3 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 43000560 43120335 ENST00000342022 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002156 43002272 ENST00000342022 2 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43004844 43004981 ENST00000342022 3 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43011081 43011250 ENST00000342022 4 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43021827 43022076 ENST00000342022 5 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000342022 6 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000342022 7 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000342022 8 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000342022 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000342022 10 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000342022 11 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000342022 12 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000342022 13 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000342022 14 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000342022 15 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000342022 16 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 43002156 43120011 ENST00000340612 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43002156 43002272 ENST00000340612 1 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43004844 43004981 ENST00000340612 2 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43011081 43011250 ENST00000340612 3 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43021827 43022076 ENST00000340612 4 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000340612 5 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000340612 6 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000340612 7 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000340612 8 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000340612 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000340612 10 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000340612 11 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000340612 12 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000340612 13 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000340612 14 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000340612 15 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 43002244 43061244 ENST00000514642 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 43008460 43119852 ENST00000390640 NA CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43008460 43008501 ENST00000390640 1 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43031967 43032146 ENST00000390640 2 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43042691 43042900 ENST00000390640 3 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43047031 43047185 ENST00000390640 4 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43054992 43055154 ENST00000390640 5 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43076649 43076761 ENST00000390640 6 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43102908 43103049 ENST00000390640 7 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43108144 43108280 ENST00000390640 8 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43110364 43110478 ENST00000390640 9 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43111806 43111988 ENST00000390640 10 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119047 43119114 ENST00000390640 11 CCDC30 ENSG00000186409 Not Supported Not Supported +CDS 1 43119489 43119696 ENST00000390640 12 CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 43047105 43056132 ENST00000471699 NA CCDC30 ENSG00000186409 Not Supported Not Supported +transcript 1 42957410 42958164 ENST00000426743 NA RP11-163G10.2 ENSG00000230116 Not Supported Not Supported +transcript 1 42965876 42966010 ENST00000424567 NA TMSB4XP1 ENSG00000236876 Not Supported Not Supported +transcript 1 42965876 42966067 ENST00000536927 NA TMSB4XP1 ENSG00000236876 Not Supported Not Supported +transcript 1 43034704 43034810 ENST00000363384 NA RNU6-536P ENSG00000200254 Not Supported Not Supported +transcript 1 43036641 43037061 ENST00000454425 NA RP11-163G10.4 ENSG00000236180 Not Supported Not Supported +transcript 1 43124096 43142429 ENST00000304979 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124118 43124183 ENST00000304979 1 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124515 43124579 ENST00000304979 2 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124899 43124922 ENST00000304979 3 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125193 43125237 ENST00000304979 4 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43126533 43126575 ENST00000304979 5 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43130534 43130626 ENST00000304979 6 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43131651 43131738 ENST00000304979 7 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43132218 43132258 ENST00000304979 8 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43133022 43133087 ENST00000304979 9 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43124127 43133111 ENST00000372550 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125016 43125041 ENST00000372550 3 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125193 43125237 ENST00000372550 4 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43126533 43126575 ENST00000372550 5 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43130534 43130626 ENST00000372550 6 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43131651 43131738 ENST00000372550 7 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43132218 43132258 ENST00000372550 8 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43133022 43133087 ENST00000372550 9 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43124183 43133068 ENST00000440068 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124527 43124579 ENST00000440068 2 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124899 43124922 ENST00000440068 3 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125193 43125237 ENST00000440068 4 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43126533 43126575 ENST00000440068 5 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43130534 43130626 ENST00000440068 6 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43131651 43131738 ENST00000440068 7 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43132218 43132258 ENST00000440068 8 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43133022 43133068 ENST00000440068 9 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43124391 43125036 ENST00000372549 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124527 43124579 ENST00000372549 1 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43124899 43125016 ENST00000372549 2 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43124588 43133568 ENST00000455203 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125016 43125041 ENST00000455203 1 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125193 43125237 ENST00000455203 2 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43126533 43126575 ENST00000455203 3 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43130534 43130626 ENST00000455203 4 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43131651 43131738 ENST00000455203 5 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43132218 43132258 ENST00000455203 6 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43133022 43133087 ENST00000455203 7 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43124916 43126626 ENST00000436387 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43125128 43125237 ENST00000436387 1 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43126533 43126626 ENST00000436387 2 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43130534 43142429 ENST00000461351 NA PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43130534 43130626 ENST00000461351 1 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43131651 43131738 ENST00000461351 2 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43132218 43132258 ENST00000461351 3 PPIH ENSG00000171960 Not Supported Not Supported +CDS 1 43133022 43133090 ENST00000461351 4 PPIH ENSG00000171960 Not Supported Not Supported +transcript 1 43144406 43147325 ENST00000414339 NA RP5-994D16.3 ENSG00000234917 Not Supported Not Supported +transcript 1 43148098 43168020 ENST00000321358 NA YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43148237 43148402 ENST00000321358 1 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43149074 43149137 ENST00000321358 2 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43159161 43159194 ENST00000321358 3 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43161870 43161959 ENST00000321358 4 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162313 43162615 ENST00000321358 5 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162851 43162933 ENST00000321358 6 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43166452 43166683 ENST00000321358 7 YBX1 ENSG00000065978 Not Supported Not Supported +transcript 1 43148111 43162933 ENST00000332220 NA YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43148237 43148402 ENST00000332220 1 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43149074 43149137 ENST00000332220 2 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43159161 43159194 ENST00000332220 3 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162313 43162615 ENST00000332220 4 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162851 43162933 ENST00000332220 5 YBX1 ENSG00000065978 Not Supported Not Supported +transcript 1 43148658 43168020 ENST00000436427 NA YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43148658 43149036 ENST00000436427 1 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43159161 43159194 ENST00000436427 2 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43161870 43161959 ENST00000436427 3 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162313 43162615 ENST00000436427 4 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43162851 43162933 ENST00000436427 5 YBX1 ENSG00000065978 Not Supported Not Supported +CDS 1 43166452 43166686 ENST00000436427 6 YBX1 ENSG00000065978 Not Supported Not Supported +transcript 1 43148827 43162882 ENST00000467957 NA YBX1 ENSG00000065978 Not Supported Not Supported +transcript 1 43198764 43205925 ENST00000296387 NA CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43205512 43205734 ENST00000296387 1 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43204092 43204256 ENST00000296387 2 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43203900 43203984 ENST00000296387 3 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43201549 43201701 ENST00000296387 4 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43200760 43200805 ENST00000296387 5 CLDN19 ENSG00000164007 Not Supported Not Supported +transcript 1 43198764 43205925 ENST00000539749 NA CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43205512 43205734 ENST00000539749 1 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43204092 43204256 ENST00000539749 2 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43201436 43201701 ENST00000539749 3 CLDN19 ENSG00000164007 Not Supported Not Supported +transcript 1 43200666 43205811 ENST00000372539 NA CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43205512 43205734 ENST00000372539 1 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43204092 43204256 ENST00000372539 2 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43203900 43203984 ENST00000372539 3 CLDN19 ENSG00000164007 Not Supported Not Supported +CDS 1 43201542 43201701 ENST00000372539 4 CLDN19 ENSG00000164007 Not Supported Not Supported +transcript 1 43212006 43232755 ENST00000397054 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43232178 43232642 ENST00000397054 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43227994 43228146 ENST00000397054 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224872 43225061 ENST00000397054 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224523 43224654 ENST00000397054 4 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43223454 43223593 ENST00000397054 5 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43221219 43221308 ENST00000397054 6 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220836 43220888 ENST00000397054 7 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220540 43220661 ENST00000397054 8 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43218208 43218335 ENST00000397054 9 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217945 43218040 ENST00000397054 10 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43215857 43216007 ENST00000397054 11 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213871 43213988 ENST00000397054 12 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213394 43213469 ENST00000397054 13 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43212924 43213083 ENST00000397054 14 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43212507 43212523 ENST00000397054 15 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212045 43232660 ENST00000460031 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212046 43232683 ENST00000236040 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43232178 43232642 ENST00000236040 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43227994 43228146 ENST00000236040 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224872 43225061 ENST00000236040 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224523 43224654 ENST00000236040 4 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43223454 43223593 ENST00000236040 5 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43221219 43221308 ENST00000236040 6 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220836 43220888 ENST00000236040 7 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220540 43220661 ENST00000236040 8 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43218208 43218335 ENST00000236040 9 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217945 43218040 ENST00000236040 10 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43215857 43216007 ENST00000236040 11 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213871 43213988 ENST00000236040 12 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213394 43213469 ENST00000236040 13 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43212586 43213083 ENST00000236040 14 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212046 43232693 ENST00000495874 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212046 43232694 ENST00000296388 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43232178 43232642 ENST00000296388 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43227994 43228146 ENST00000296388 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224872 43225061 ENST00000296388 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224523 43224654 ENST00000296388 4 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43223454 43223593 ENST00000296388 5 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43221219 43221308 ENST00000296388 6 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220836 43220888 ENST00000296388 7 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220540 43220661 ENST00000296388 8 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43218208 43218335 ENST00000296388 9 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217945 43218040 ENST00000296388 10 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43215857 43216007 ENST00000296388 11 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213871 43213988 ENST00000296388 12 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213394 43213469 ENST00000296388 13 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43212943 43213083 ENST00000296388 14 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43212371 43212523 ENST00000296388 15 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212179 43213469 ENST00000462474 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43212202 43213247 ENST00000472802 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43213394 43220880 ENST00000431412 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220836 43220880 ENST00000431412 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220540 43220661 ENST00000431412 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43218208 43218335 ENST00000431412 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217945 43218040 ENST00000431412 4 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217312 43217411 ENST00000431412 5 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43215857 43216007 ENST00000431412 6 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43213964 43213988 ENST00000431412 7 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43213429 43214414 ENST00000460831 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43215572 43220607 ENST00000481465 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43217396 43220658 ENST00000447502 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43220540 43220658 ENST00000447502 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43218208 43218335 ENST00000447502 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217945 43218040 ENST00000447502 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43217396 43217505 ENST00000447502 4 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43220651 43228074 ENST00000463465 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43224928 43232673 ENST00000372526 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43232178 43232642 ENST00000372526 1 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43227994 43228017 ENST00000372526 2 LEPRE1 ENSG00000117385 Not Supported Not Supported +CDS 1 43224928 43225061 ENST00000372526 3 LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43225657 43232688 ENST00000492956 NA LEPRE1 ENSG00000117385 Not Supported Not Supported +transcript 1 43232940 43241418 ENST00000372525 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43232983 43233061 ENST00000372525 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43233180 43233295 ENST00000372525 2 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43239234 43239320 ENST00000372525 3 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43240408 43240539 ENST00000372525 4 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43240880 43241062 ENST00000372525 5 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43232963 43260164 ENST00000464081 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43232983 43233061 ENST00000464081 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43240408 43240454 ENST00000464081 2 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43232977 43255608 ENST00000603943 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43232983 43233295 ENST00000603943 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43239217 43239230 ENST00000603943 2 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43232977 43263875 ENST00000536543 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43255469 43255605 ENST00000536543 5 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43258476 43258573 ENST00000536543 6 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43259272 43259415 ENST00000536543 7 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43260084 43260284 ENST00000536543 8 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43263769 43263875 ENST00000536543 9 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43235349 43241099 ENST00000468913 NA C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43238858 43240441 ENST00000494155 NA C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43255480 43263968 ENST00000421630 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43255480 43255605 ENST00000421630 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43258476 43258573 ENST00000421630 2 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43259272 43259415 ENST00000421630 3 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43260084 43260284 ENST00000421630 4 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43263769 43263896 ENST00000421630 5 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43259318 43263628 ENST00000438946 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43259318 43259415 ENST00000438946 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43260084 43260284 ENST00000438946 2 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43263503 43263588 ENST00000438946 3 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43259336 43262465 ENST00000605272 NA C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43259336 43259415 ENST00000605272 1 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43260084 43260284 ENST00000605272 2 C1orf50 ENSG00000164008 Not Supported Not Supported +CDS 1 43262231 43262445 ENST00000605272 3 C1orf50 ENSG00000164008 Not Supported Not Supported +transcript 1 43241484 43242461 ENST00000447572 NA RP5-994D16.9 ENSG00000228452 Not Supported Not Supported +transcript 1 43272723 43282475 ENST00000372522 NA CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43282102 43282215 ENST00000372522 2 CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43273088 43273171 ENST00000372522 3 CCDC23 ENSG00000177868 Not Supported Not Supported +transcript 1 43272727 43282923 ENST00000372521 NA CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43282102 43282215 ENST00000372521 2 CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43273088 43273171 ENST00000372521 3 CCDC23 ENSG00000177868 Not Supported Not Supported +transcript 1 43272841 43282954 ENST00000537227 NA CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43282102 43282215 ENST00000537227 2 CCDC23 ENSG00000177868 Not Supported Not Supported +CDS 1 43273088 43273171 ENST00000537227 3 CCDC23 ENSG00000177868 Not Supported Not Supported +transcript 1 43279081 43282923 ENST00000497437 NA CCDC23 ENSG00000177868 Not Supported Not Supported +transcript 1 43282795 43310654 ENST00000487556 NA ERMAP ENSG00000164010 Not Supported Not Supported +transcript 1 43282802 43310654 ENST00000372517 NA ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43296120 43296204 ENST00000372517 3 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43296439 43296786 ENST00000372517 4 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43300709 43300825 ENST00000372517 5 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43301403 43301435 ENST00000372517 6 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43302829 43302861 ENST00000372517 7 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43304572 43304592 ENST00000372517 8 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305704 43305724 ENST00000372517 9 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305823 43305849 ENST00000372517 10 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305941 43305967 ENST00000372517 11 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43308188 43308900 ENST00000372517 12 ERMAP ENSG00000164010 Not Supported Not Supported +transcript 1 43290107 43291461 ENST00000470938 NA ERMAP ENSG00000164010 Not Supported Not Supported +transcript 1 43291231 43310660 ENST00000372514 NA ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43296120 43296204 ENST00000372514 2 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43296439 43296786 ENST00000372514 3 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43300709 43300825 ENST00000372514 4 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43301403 43301435 ENST00000372514 5 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43302829 43302861 ENST00000372514 6 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43304572 43304592 ENST00000372514 7 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305704 43305724 ENST00000372514 8 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305823 43305849 ENST00000372514 9 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305941 43305967 ENST00000372514 10 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43308188 43308900 ENST00000372514 11 ERMAP ENSG00000164010 Not Supported Not Supported +transcript 1 43295586 43310656 ENST00000328249 NA ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43296624 43296786 ENST00000328249 1 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43300709 43300825 ENST00000328249 2 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43301403 43301435 ENST00000328249 3 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43302829 43302861 ENST00000328249 4 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43304572 43304592 ENST00000328249 5 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305704 43305724 ENST00000328249 6 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305823 43305849 ENST00000328249 7 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43305941 43305967 ENST00000328249 8 ERMAP ENSG00000164010 Not Supported Not Supported +CDS 1 43308188 43308900 ENST00000328249 9 ERMAP ENSG00000164010 Not Supported Not Supported +transcript 1 43300352 43312093 ENST00000414798 NA RP11-342M1.3 ENSG00000228192 Not Supported Not Supported +transcript 1 43302599 43312033 ENST00000416809 NA RP11-342M1.3 ENSG00000228192 Not Supported Not Supported +transcript 1 43307569 43312058 ENST00000444563 NA RP11-342M1.3 ENSG00000228192 Not Supported Not Supported +transcript 1 43307569 43312058 ENST00000425076 NA RP11-342M1.3 ENSG00000228192 Not Supported Not Supported +transcript 1 43312280 43318148 ENST00000372508 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316630 43317481 ENST00000372508 2 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43312297 43318148 ENST00000372507 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316630 43317481 ENST00000372507 3 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43312299 43318148 ENST00000372506 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316630 43317481 ENST00000372506 4 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43312307 43317598 ENST00000397044 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43315330 43315413 ENST00000397044 2 ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316621 43317481 ENST00000397044 3 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43312308 43318148 ENST00000372504 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316358 43316414 ENST00000372504 4 ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316621 43317481 ENST00000372504 5 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43314962 43316935 ENST00000397034 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316358 43316414 ENST00000397034 3 ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316594 43316935 ENST00000397034 4 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43315226 43317425 ENST00000372503 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43315330 43315413 ENST00000372503 1 ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316621 43317425 ENST00000372503 2 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43316358 43318144 ENST00000372502 NA ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316358 43316414 ENST00000372502 1 ZNF691 ENSG00000164011 Not Supported Not Supported +CDS 1 43316621 43317481 ENST00000372502 2 ZNF691 ENSG00000164011 Not Supported Not Supported +transcript 1 43352268 43354438 ENST00000448759 NA RP11-342M1.7 ENSG00000233708 Not Supported Not Supported +transcript 1 43356765 43358101 ENST00000417517 NA RP11-342M1.6 ENSG00000237090 Not Supported Not Supported +transcript 1 43368903 43369583 ENST00000439215 NA ATP6V1E1P1 ENSG00000225099 Not Supported Not Supported +transcript 1 43391052 43424501 ENST00000426263 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43424305 43424322 ENST00000426263 1 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43408897 43408992 ENST00000426263 2 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396717 43396877 ENST00000426263 3 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396297 43396537 ENST00000426263 4 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43395544 43395706 ENST00000426263 5 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43395264 43395451 ENST00000426263 6 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43394881 43394985 ENST00000426263 7 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43394603 43394704 ENST00000426263 8 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43393276 43393479 ENST00000426263 9 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43392715 43392912 ENST00000426263 10 SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43392467 43396877 ENST00000475162 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43394819 43396796 ENST00000439722 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396297 43396527 ENST00000439722 2 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43395544 43395706 ENST00000439722 3 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43395264 43395451 ENST00000439722 4 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43394819 43394985 ENST00000439722 5 SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43395018 43424500 ENST00000415851 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43424305 43424322 ENST00000415851 1 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43408897 43408992 ENST00000415851 2 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396717 43396877 ENST00000415851 3 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396462 43396537 ENST00000415851 4 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43395186 43395194 ENST00000415851 5 SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43395990 43424530 ENST00000372500 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43424305 43424322 ENST00000372500 1 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43408897 43408992 ENST00000372500 2 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396717 43396877 ENST00000372500 3 SLC2A1 ENSG00000117394 Not Supported Not Supported +CDS 1 43396111 43396537 ENST00000372500 4 SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43417361 43424530 ENST00000460369 NA SLC2A1 ENSG00000117394 Not Supported Not Supported +transcript 1 43424720 43449029 ENST00000431759 NA SLC2A1-AS1 ENSG00000227533 Not Supported Not Supported +transcript 1 43424775 43442099 ENST00000416689 NA SLC2A1-AS1 ENSG00000227533 Not Supported Not Supported +transcript 1 43457109 43457215 ENST00000384526 NA RNU6-880P ENSG00000207256 Not Supported Not Supported +transcript 1 43489220 43489308 ENST00000516994 NA RNU6-870P ENSG00000252803 Not Supported Not Supported +transcript 1 43610824 43622067 ENST00000410048 NA FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43610920 43610968 ENST00000410048 1 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43616432 43616491 ENST00000410048 2 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43618499 43618602 ENST00000410048 3 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43621877 43621981 ENST00000410048 4 FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43613538 43622067 ENST00000409337 NA FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43613588 43622067 ENST00000410025 NA FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43613623 43613762 ENST00000410025 1 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43616432 43616465 ENST00000410025 2 FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43613594 43621950 ENST00000409396 NA FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43613623 43613755 ENST00000409396 1 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43616432 43616491 ENST00000409396 2 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43618499 43618650 ENST00000409396 3 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43621877 43621950 ENST00000409396 4 FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43613623 43622067 ENST00000335282 NA FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43613623 43613755 ENST00000335282 1 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43616432 43616491 ENST00000335282 2 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43618499 43618602 ENST00000335282 3 FAM183A ENSG00000186973 Not Supported Not Supported +CDS 1 43621877 43621981 ENST00000335282 4 FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43618429 43622067 ENST00000481753 NA FAM183A ENSG00000186973 Not Supported Not Supported +transcript 1 43629846 43638241 ENST00000431635 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637951 43638092 ENST00000431635 1 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637724 43637812 ENST00000431635 2 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637557 43637640 ENST00000431635 3 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637150 43637322 ENST00000431635 4 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43636427 43636550 ENST00000431635 5 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43634610 43634699 ENST00000431635 6 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43632831 43632906 ENST00000431635 7 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43632497 43632590 ENST00000431635 8 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43630314 43630476 ENST00000431635 9 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43630117 43630164 ENST00000431635 10 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43629855 43637931 ENST00000236051 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637724 43637789 ENST00000236051 1 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637557 43637640 ENST00000236051 2 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43637150 43637322 ENST00000236051 3 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43636427 43636550 ENST00000236051 4 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43634610 43634699 ENST00000236051 5 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43632831 43632906 ENST00000236051 6 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43632497 43632590 ENST00000236051 7 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43630314 43630476 ENST00000236051 8 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +CDS 1 43630117 43630164 ENST00000236051 9 EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43630017 43636792 ENST00000463906 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43636489 43638222 ENST00000491223 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43636615 43637939 ENST00000472982 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43637112 43637953 ENST00000483082 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43637281 43736607 ENST00000461557 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43647353 43727581 ENST00000466927 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43660355 43716062 ENST00000474566 NA EBNA1BP2 ENSG00000117395 Not Supported Not Supported +transcript 1 43637820 43720029 ENST00000372492 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43638425 43638581 ENST00000372492 2 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43647205 43647521 ENST00000372492 3 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43649262 43649548 ENST00000372492 4 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43650820 43651027 ENST00000372492 5 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43652378 43652530 ENST00000372492 6 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43663224 43663363 ENST00000372492 7 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43664152 43664317 ENST00000372492 8 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43665061 43665174 ENST00000372492 9 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43672391 43672603 ENST00000372492 10 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43675414 43675587 ENST00000372492 11 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43680926 43681087 ENST00000372492 12 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43685053 43685208 ENST00000372492 13 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43687043 43687136 ENST00000372492 14 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43687776 43687966 ENST00000372492 15 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43688495 43688668 ENST00000372492 16 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43689717 43689875 ENST00000372492 17 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43692654 43692797 ENST00000372492 18 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43698179 43698295 ENST00000372492 19 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43699950 43700084 ENST00000372492 20 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43700166 43700309 ENST00000372492 21 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43708898 43709030 ENST00000372492 22 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43719648 43719859 ENST00000372492 23 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43638001 43676549 ENST00000528956 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43638425 43638581 ENST00000528956 2 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43647205 43647521 ENST00000528956 3 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43649262 43649548 ENST00000528956 4 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43650820 43651027 ENST00000528956 5 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43652378 43652530 ENST00000528956 6 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43663224 43663363 ENST00000528956 7 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43664152 43664317 ENST00000528956 8 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43665061 43665174 ENST00000528956 9 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43672391 43672603 ENST00000528956 10 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43675414 43675752 ENST00000528956 11 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43638015 43649285 ENST00000529956 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43638425 43638581 ENST00000529956 2 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43647205 43647521 ENST00000529956 3 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43649262 43649285 ENST00000529956 4 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43638085 43647350 ENST00000525227 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43638425 43638581 ENST00000525227 2 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43642792 43642823 ENST00000525227 3 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43638093 43675789 ENST00000533339 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43638425 43638581 ENST00000533339 2 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43642792 43642823 ENST00000533339 3 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43650549 43652456 ENST00000534615 NA WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43681027 43687949 ENST00000428122 NA WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43681027 43681087 ENST00000428122 1 WDR65 ENSG00000243710 Not Supported Not Supported +CDS 1 43685053 43685226 ENST00000428122 2 WDR65 ENSG00000243710 Not Supported Not Supported +transcript 1 43662088 43662207 ENST00000362370 NA RNA5SP46 ENSG00000199240 Not Supported Not Supported +transcript 1 43735665 43739673 ENST00000439858 NA TMEM125 ENSG00000179178 Not Supported Not Supported +CDS 1 43738394 43739050 ENST00000439858 4 TMEM125 ENSG00000179178 Not Supported Not Supported +transcript 1 43735696 43739673 ENST00000432792 NA TMEM125 ENSG00000179178 Not Supported Not Supported +CDS 1 43738394 43739050 ENST00000432792 4 TMEM125 ENSG00000179178 Not Supported Not Supported +transcript 1 43735718 43736491 ENST00000442284 NA TMEM125 ENSG00000179178 Not Supported Not Supported +transcript 1 43736617 43738440 ENST00000456751 NA TMEM125 ENSG00000179178 Not Supported Not Supported +CDS 1 43738394 43738440 ENST00000456751 3 TMEM125 ENSG00000179178 Not Supported Not Supported +transcript 1 43747554 43751250 ENST00000523677 NA C1orf210 ENSG00000253313 Not Supported Not Supported +CDS 1 43748923 43748941 ENST00000523677 2 C1orf210 ENSG00000253313 Not Supported Not Supported +CDS 1 43748459 43748778 ENST00000523677 3 C1orf210 ENSG00000253313 Not Supported Not Supported +transcript 1 43748332 43751288 ENST00000423420 NA C1orf210 ENSG00000253313 Not Supported Not Supported +CDS 1 43748923 43748941 ENST00000423420 2 C1orf210 ENSG00000253313 Not Supported Not Supported +CDS 1 43748459 43748778 ENST00000423420 3 C1orf210 ENSG00000253313 Not Supported Not Supported +transcript 1 43766664 43788779 ENST00000372476 NA TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43766743 43766800 ENST00000372476 1 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770522 43770836 ENST00000372476 2 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770904 43771014 ENST00000372476 3 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772511 43772666 ENST00000372476 4 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772813 43772944 ENST00000372476 5 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43773103 43773243 ENST00000372476 6 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43773467 43773595 ENST00000372476 7 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43774657 43774802 ENST00000372476 8 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43775059 43775203 ENST00000372476 9 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777342 43777500 ENST00000372476 10 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777665 43777802 ENST00000372476 11 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777976 43778272 ENST00000372476 12 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43778806 43779096 ENST00000372476 13 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43779449 43779639 ENST00000372476 14 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43782870 43783080 ENST00000372476 15 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43783235 43783345 ENST00000372476 16 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43783553 43783743 ENST00000372476 17 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43784906 43785019 ENST00000372476 18 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43785130 43785200 ENST00000372476 19 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43786940 43786980 ENST00000372476 20 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43787067 43787163 ENST00000372476 21 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43787287 43787386 ENST00000372476 22 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43788322 43788390 ENST00000372476 23 TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43766743 43775099 ENST00000441333 NA TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43766743 43766800 ENST00000441333 1 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770522 43770836 ENST00000441333 2 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770904 43771014 ENST00000441333 3 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772511 43772666 ENST00000441333 4 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772813 43772944 ENST00000441333 5 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43773103 43773243 ENST00000441333 6 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43775059 43775096 ENST00000441333 7 TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43766743 43774639 ENST00000538015 NA TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43766743 43766800 ENST00000538015 1 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770522 43770836 ENST00000538015 2 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43770904 43771014 ENST00000538015 3 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772511 43772666 ENST00000538015 4 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43772813 43772944 ENST00000538015 5 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43773103 43773243 ENST00000538015 6 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43773467 43773595 ENST00000538015 7 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43774542 43774636 ENST00000538015 8 TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43768121 43771014 ENST00000485125 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43772813 43774716 ENST00000480269 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43772891 43788496 ENST00000433781 NA TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43774680 43774802 ENST00000433781 3 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43775059 43775203 ENST00000433781 4 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777342 43777500 ENST00000433781 5 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777665 43777802 ENST00000433781 6 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43777976 43778272 ENST00000433781 7 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43778806 43779096 ENST00000433781 8 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43779449 43779639 ENST00000433781 9 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43782870 43783080 ENST00000433781 10 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43783235 43783345 ENST00000433781 11 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43783553 43783743 ENST00000433781 12 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43784906 43785019 ENST00000433781 13 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43785130 43785200 ENST00000433781 14 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43786940 43786980 ENST00000433781 15 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43787067 43787163 ENST00000433781 16 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43787287 43787386 ENST00000433781 17 TIE1 ENSG00000066056 Not Supported Not Supported +CDS 1 43788322 43788390 ENST00000433781 18 TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43774718 43778272 ENST00000488437 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43778845 43779821 ENST00000471187 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43778859 43780962 ENST00000461061 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43778963 43786551 ENST00000473014 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43783601 43785153 ENST00000492599 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43785134 43786094 ENST00000492874 NA TIE1 ENSG00000066056 Not Supported Not Supported +transcript 1 43803478 43818443 ENST00000372470 NA MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43803520 43803598 ENST00000372470 1 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43803770 43803902 ENST00000372470 2 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43804213 43804391 ENST00000372470 3 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43804942 43805240 ENST00000372470 4 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43805635 43805797 ENST00000372470 5 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43806058 43806184 ENST00000372470 6 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43812116 43812300 ENST00000372470 7 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43812463 43812605 ENST00000372470 8 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43814514 43814673 ENST00000372470 9 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43814934 43815030 ENST00000372470 10 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43817887 43817974 ENST00000372470 11 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43818189 43818440 ENST00000372470 12 MPL ENSG00000117400 Not Supported Not Supported +transcript 1 43803520 43815208 ENST00000413998 NA MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43803520 43803598 ENST00000413998 1 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43803770 43803902 ENST00000413998 2 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43804213 43804391 ENST00000413998 3 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43804942 43805240 ENST00000413998 4 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43805635 43805797 ENST00000413998 5 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43806058 43806184 ENST00000413998 6 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43812116 43812300 ENST00000413998 7 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43812463 43812605 ENST00000413998 8 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43814514 43814673 ENST00000413998 9 MPL ENSG00000117400 Not Supported Not Supported +CDS 1 43814934 43815112 ENST00000413998 10 MPL ENSG00000117400 Not Supported Not Supported +transcript 1 43820355 43824329 ENST00000424948 NA RP1-92O14.3 ENSG00000234694 Not Supported Not Supported +transcript 1 43824626 43828874 ENST00000310955 NA CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43824887 43825067 ENST00000310955 2 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825161 43825309 ENST00000310955 3 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825396 43825492 ENST00000310955 4 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825640 43825768 ENST00000310955 5 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825864 43826060 ENST00000310955 6 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826170 43826264 ENST00000310955 7 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826404 43826632 ENST00000310955 8 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826791 43826916 ENST00000310955 9 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43827866 43827983 ENST00000310955 10 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43828622 43828797 ENST00000310955 11 CDC20 ENSG00000117399 Not Supported Not Supported +transcript 1 43824684 43828874 ENST00000372462 NA CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43824887 43825067 ENST00000372462 1 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825161 43825309 ENST00000372462 2 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825396 43825492 ENST00000372462 3 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825640 43825768 ENST00000372462 4 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43825864 43826060 ENST00000372462 5 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826170 43826264 ENST00000372462 6 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826404 43826632 ENST00000372462 7 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43826791 43826916 ENST00000372462 8 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43827866 43827983 ENST00000372462 9 CDC20 ENSG00000117399 Not Supported Not Supported +CDS 1 43828622 43828797 ENST00000372462 10 CDC20 ENSG00000117399 Not Supported Not Supported +transcript 1 43825438 43826535 ENST00000478882 NA CDC20 ENSG00000117399 Not Supported Not Supported +transcript 1 43826729 43828737 ENST00000482046 NA CDC20 ENSG00000117399 Not Supported Not Supported +transcript 1 43829068 43833689 ENST00000372458 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43831235 43831280 ENST00000372458 2 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830857 43831047 ENST00000372458 3 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830599 43830679 ENST00000372458 4 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830409 43830465 ENST00000372458 5 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830213 43830318 ENST00000372458 6 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43829995 43830131 ENST00000372458 7 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43829590 43829808 ENST00000372458 8 ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829073 43833682 ENST00000413844 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43831235 43831280 ENST00000413844 2 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830857 43831047 ENST00000413844 3 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830409 43830465 ENST00000413844 4 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43830213 43830318 ENST00000413844 5 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43829995 43830131 ENST00000413844 6 ELOVL1 ENSG00000066322 Not Supported Not Supported +CDS 1 43829590 43829808 ENST00000413844 7 ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829399 43830939 ENST00000468865 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829427 43833678 ENST00000464204 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829442 43833696 ENST00000470968 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829507 43833670 ENST00000487209 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829546 43832258 ENST00000470769 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829665 43832775 ENST00000497569 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829686 43833087 ENST00000482302 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43829721 43833409 ENST00000497050 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43830018 43830885 ENST00000478481 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43830213 43832000 ENST00000479439 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43830215 43833674 ENST00000465321 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43830231 43833287 ENST00000479686 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43830247 43833636 ENST00000496932 NA ELOVL1 ENSG00000066322 Not Supported Not Supported +transcript 1 43849588 43855479 ENST00000290663 NA MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43855430 43855435 ENST00000290663 1 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43853981 43854099 ENST00000290663 2 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43853174 43853318 ENST00000290663 3 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852529 43852669 ENST00000290663 4 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852260 43852341 ENST00000290663 5 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43851649 43851897 ENST00000290663 6 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43850717 43850777 ENST00000290663 7 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43850124 43850223 ENST00000290663 8 MED8 ENSG00000159479 Not Supported Not Supported +transcript 1 43849640 43855479 ENST00000372457 NA MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43855430 43855435 ENST00000372457 1 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43853981 43854099 ENST00000372457 2 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43853174 43853318 ENST00000372457 3 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852529 43852669 ENST00000372457 4 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852260 43852341 ENST00000372457 5 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43851649 43851897 ENST00000372457 6 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43850716 43850777 ENST00000372457 7 MED8 ENSG00000159479 Not Supported Not Supported +transcript 1 43850397 43855455 ENST00000372455 NA MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43853174 43853176 ENST00000372455 3 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852529 43852669 ENST00000372455 4 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43852260 43852341 ENST00000372455 5 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43851649 43851897 ENST00000372455 6 MED8 ENSG00000159479 Not Supported Not Supported +CDS 1 43850716 43850777 ENST00000372455 7 MED8 ENSG00000159479 Not Supported Not Supported +transcript 1 43851344 43852602 ENST00000460803 NA MED8 ENSG00000159479 Not Supported Not Supported +transcript 1 43851649 43853318 ENST00000473560 NA MED8 ENSG00000159479 Not Supported Not Supported +transcript 1 43850784 43854826 ENST00000436713 NA RP1-92O14.6 ENSG00000229431 Not Supported Not Supported +transcript 1 43855553 43872565 ENST00000372450 NA SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43855640 43855666 ENST00000372450 1 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43868848 43868973 ENST00000372450 2 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43869278 43869445 ENST00000372450 3 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43870051 43870221 ENST00000372450 4 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43871954 43871995 ENST00000372450 5 SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43855553 43872564 ENST00000310739 NA SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43855640 43855666 ENST00000310739 1 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43868848 43868973 ENST00000310739 2 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43869272 43869445 ENST00000310739 3 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43870051 43870221 ENST00000310739 4 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43871954 43871995 ENST00000310739 5 SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43855576 43876224 ENST00000357658 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43855635 43878462 ENST00000406439 NA SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43855640 43855666 ENST00000406439 1 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43868848 43868973 ENST00000406439 2 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43869272 43869445 ENST00000406439 3 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43870051 43870221 ENST00000406439 4 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43875164 43875169 ENST00000406439 5 SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43855640 43918304 ENST00000562955 NA SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43855640 43855666 ENST00000562955 1 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43868848 43868973 ENST00000562955 2 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43869272 43869445 ENST00000562955 3 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43870051 43870221 ENST00000562955 4 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43880753 43880884 ENST00000562955 5 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43881631 43881772 ENST00000562955 6 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43882206 43882312 ENST00000562955 7 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43885405 43885615 ENST00000562955 8 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43885824 43885994 ENST00000562955 9 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43886420 43886654 ENST00000562955 10 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43886845 43886974 ENST00000562955 11 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43887754 43887896 ENST00000562955 12 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43888151 43888303 ENST00000562955 13 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43888440 43888554 ENST00000562955 14 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43888770 43888987 ENST00000562955 15 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43889888 43890103 ENST00000562955 16 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43890455 43890533 ENST00000562955 17 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43890784 43890878 ENST00000562955 18 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891145 43891313 ENST00000562955 19 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891506 43891620 ENST00000562955 20 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891709 43891822 ENST00000562955 21 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892386 43892480 ENST00000562955 22 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892727 43892850 ENST00000562955 23 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892952 43893116 ENST00000562955 24 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893201 43893405 ENST00000562955 25 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893674 43893789 ENST00000562955 26 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893911 43894157 ENST00000562955 27 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895374 43895515 ENST00000562955 28 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895682 43895774 ENST00000562955 29 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895982 43896060 ENST00000562955 30 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896167 43896460 ENST00000562955 31 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896620 43896761 ENST00000562955 32 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896936 43897043 ENST00000562955 33 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897131 43897194 ENST00000562955 34 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897387 43897572 ENST00000562955 35 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897943 43898110 ENST00000562955 36 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898188 43898275 ENST00000562955 37 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898399 43898470 ENST00000562955 38 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898660 43898861 ENST00000562955 39 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43900057 43900156 ENST00000562955 40 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43900871 43901000 ENST00000562955 41 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43902842 43902994 ENST00000562955 42 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903077 43903179 ENST00000562955 43 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903266 43903371 ENST00000562955 44 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903462 43903573 ENST00000562955 45 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43904370 43904488 ENST00000562955 46 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43904600 43904764 ENST00000562955 47 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905029 43905113 ENST00000562955 48 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905276 43905440 ENST00000562955 49 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905552 43905719 ENST00000562955 50 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43906124 43906257 ENST00000562955 51 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43906885 43907051 ENST00000562955 52 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907175 43907272 ENST00000562955 53 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907357 43907489 ENST00000562955 54 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907671 43907801 ENST00000562955 55 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907939 43908039 ENST00000562955 56 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908113 43908289 ENST00000562955 57 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908490 43908757 ENST00000562955 58 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908859 43908938 ENST00000562955 59 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43909023 43909148 ENST00000562955 60 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43909268 43909467 ENST00000562955 61 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43911565 43911655 ENST00000562955 62 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43911850 43911930 ENST00000562955 63 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43912013 43912087 ENST00000562955 64 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43912626 43912839 ENST00000562955 65 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913216 43913369 ENST00000562955 66 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913520 43913642 ENST00000562955 67 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913750 43914155 ENST00000562955 68 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43914283 43914399 ENST00000562955 69 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43915774 43915842 ENST00000562955 70 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43916008 43916148 ENST00000562955 71 SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43886428 43895160 ENST00000470139 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43888797 43918304 ENST00000372442 NA SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43890510 43890533 ENST00000372442 3 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43890784 43890878 ENST00000372442 4 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891145 43891313 ENST00000372442 5 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891506 43891620 ENST00000372442 6 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43891709 43891822 ENST00000372442 7 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892386 43892480 ENST00000372442 8 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892727 43892850 ENST00000372442 9 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43892952 43893116 ENST00000372442 10 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893201 43893405 ENST00000372442 11 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893674 43893789 ENST00000372442 12 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43893911 43894157 ENST00000372442 13 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895374 43895515 ENST00000372442 14 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895682 43895774 ENST00000372442 15 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43895982 43896060 ENST00000372442 16 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896167 43896460 ENST00000372442 17 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896620 43896761 ENST00000372442 18 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43896936 43897043 ENST00000372442 19 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897131 43897194 ENST00000372442 20 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897387 43897572 ENST00000372442 21 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43897943 43898110 ENST00000372442 22 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898188 43898275 ENST00000372442 23 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898399 43898470 ENST00000372442 24 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43898660 43898861 ENST00000372442 25 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43900057 43900156 ENST00000372442 26 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43900871 43901000 ENST00000372442 27 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43902842 43902994 ENST00000372442 28 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903077 43903179 ENST00000372442 29 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903266 43903371 ENST00000372442 30 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43903462 43903573 ENST00000372442 31 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43904370 43904488 ENST00000372442 32 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43904600 43904764 ENST00000372442 33 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905029 43905113 ENST00000372442 34 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905276 43905440 ENST00000372442 35 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43905552 43905719 ENST00000372442 36 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43906124 43906257 ENST00000372442 37 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43906885 43907051 ENST00000372442 38 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907175 43907272 ENST00000372442 39 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907357 43907489 ENST00000372442 40 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907671 43907801 ENST00000372442 41 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43907939 43908039 ENST00000372442 42 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908113 43908289 ENST00000372442 43 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908490 43908757 ENST00000372442 44 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43908859 43908938 ENST00000372442 45 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43909023 43909148 ENST00000372442 46 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43909268 43909467 ENST00000372442 47 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43911565 43911655 ENST00000372442 48 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43911850 43911930 ENST00000372442 49 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43912013 43912087 ENST00000372442 50 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43912626 43912839 ENST00000372442 51 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913216 43913369 ENST00000372442 52 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913520 43913642 ENST00000372442 53 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43913750 43914155 ENST00000372442 54 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43914283 43914399 ENST00000372442 55 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43915774 43915842 ENST00000372442 56 SZT2 ENSG00000198198 Not Supported Not Supported +CDS 1 43916008 43916148 ENST00000372442 57 SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43895513 43896368 ENST00000478140 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43903265 43903820 ENST00000470897 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43903694 43905309 ENST00000471177 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43910923 43918321 ENST00000460536 NA SZT2 ENSG00000198198 Not Supported Not Supported +transcript 1 43913447 43914315 ENST00000396885 NA SZT2-AS1 ENSG00000229372 Not Supported Not Supported +transcript 1 43916824 43917411 ENST00000483618 NA HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916824 43919660 ENST00000372425 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919464 ENST00000372425 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919168 ENST00000372425 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372425 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372425 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372425 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372425 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000372425 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916912 43916982 ENST00000372425 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916824 43919660 ENST00000583037 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919148 ENST00000583037 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000583037 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000583037 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000583037 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000583037 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000583037 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916912 43916982 ENST00000583037 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916825 43919387 ENST00000372433 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919387 ENST00000372433 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919084 43919168 ENST00000372433 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372433 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372433 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372433 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372433 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917099 43917215 ENST00000372433 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916981 43916982 ENST00000372433 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916825 43919496 ENST00000372434 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919464 ENST00000372434 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919084 43919168 ENST00000372434 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43918574 43918675 ENST00000372434 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372434 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372434 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372434 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372434 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000372434 8 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916912 43916982 ENST00000372434 9 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916829 43919123 ENST00000470662 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919123 ENST00000470662 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000470662 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000470662 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917499 43917518 ENST00000470662 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000470662 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000470662 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916909 43916982 ENST00000470662 7 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916829 43919138 ENST00000487366 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919138 ENST00000487366 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000487366 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000487366 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917499 43917518 ENST00000487366 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000487366 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917099 43917215 ENST00000487366 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916981 43916982 ENST00000487366 7 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916829 43919346 ENST00000372430 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919346 ENST00000372430 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919168 ENST00000372430 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372430 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372430 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372430 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372430 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000372430 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916909 43916982 ENST00000372430 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916829 43919634 ENST00000372432 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919464 ENST00000372432 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919168 ENST00000372432 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372432 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372432 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372432 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372432 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917100 43917215 ENST00000372432 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916981 43916982 ENST00000372432 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916831 43919580 ENST00000372427 NA HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916831 43919148 ENST00000372426 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919084 43919148 ENST00000372426 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43918574 43918675 ENST00000372426 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000372426 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000372426 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000372426 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000372426 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917081 43917215 ENST00000372426 7 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43916912 43916982 ENST00000372426 8 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43916991 43919519 ENST00000486909 NA HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919266 43919464 ENST00000486909 1 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43919057 43919168 ENST00000486909 2 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917876 43917990 ENST00000486909 3 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917606 43917684 ENST00000486909 4 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917469 43917518 ENST00000486909 5 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917319 43917388 ENST00000486909 6 HYI ENSG00000178922 Not Supported Not Supported +CDS 1 43917013 43917215 ENST00000486909 7 HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43917338 43917890 ENST00000496142 NA HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43918832 43919479 ENST00000469587 NA HYI ENSG00000178922 Not Supported Not Supported +transcript 1 43919598 43922666 ENST00000444386 NA HYI-AS1 ENSG00000229348 Not Supported Not Supported +transcript 1 43990858 44019190 ENST00000496043 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 43994233 44019210 ENST00000481019 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 43996547 44089337 ENST00000359947 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44010747 44010837 ENST00000359947 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019163 44019308 ENST00000359947 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019471 44019612 ENST00000359947 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44035261 44035449 ENST00000359947 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044481 44044591 ENST00000359947 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44054402 44054671 ENST00000359947 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056643 44057224 ENST00000359947 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000359947 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000359947 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44063419 44063724 ENST00000359947 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000359947 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44067742 44067768 ENST00000359947 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000359947 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000359947 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000359947 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000359947 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000359947 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000359947 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000359947 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000359947 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000359947 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000359947 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000359947 25 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000359947 26 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000359947 27 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000359947 28 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000359947 29 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000359947 30 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000359947 31 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000359947 32 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000359947 33 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087671 ENST00000359947 34 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 43996561 44088028 ENST00000438120 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44010747 44010837 ENST00000438120 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019163 44019308 ENST00000438120 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019471 44019612 ENST00000438120 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44035261 44035449 ENST00000438120 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044481 44044591 ENST00000438120 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44054402 44054671 ENST00000438120 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056643 44057224 ENST00000438120 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000438120 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000438120 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44063419 44063724 ENST00000438120 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000438120 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000438120 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000438120 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000438120 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000438120 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000438120 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000438120 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000438120 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000438120 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000438120 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000438120 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000438120 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000438120 25 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000438120 26 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000438120 27 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000438120 28 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000438120 29 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000438120 30 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000438120 31 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000438120 32 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087671 ENST00000438120 33 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 43996574 44045749 ENST00000436724 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44003869 44045749 ENST00000372405 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44010701 44089343 ENST00000372414 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44010747 44010837 ENST00000372414 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019163 44019308 ENST00000372414 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019471 44019612 ENST00000372414 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44035261 44035449 ENST00000372414 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044481 44044591 ENST00000372414 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44054402 44054671 ENST00000372414 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056643 44057224 ENST00000372414 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000372414 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000372414 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44063419 44063724 ENST00000372414 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000372414 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44067742 44067768 ENST00000372414 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000372414 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000372414 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000372414 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000372414 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000372414 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000372414 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000372414 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000372414 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000372414 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000372414 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000372414 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000372414 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000372414 25 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000372414 26 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000372414 27 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000372414 28 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000372414 29 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000372414 30 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000372414 31 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087671 ENST00000372414 32 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44010701 44089343 ENST00000372413 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44010747 44010837 ENST00000372413 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019163 44019308 ENST00000372413 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019471 44019612 ENST00000372413 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44035261 44035449 ENST00000372413 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044481 44044591 ENST00000372413 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44054402 44054671 ENST00000372413 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056643 44057224 ENST00000372413 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000372413 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000372413 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44063419 44063724 ENST00000372413 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000372413 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000372413 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000372413 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000372413 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000372413 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000372413 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000372413 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000372413 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000372413 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000372413 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000372413 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000372413 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000372413 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000372413 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000372413 25 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000372413 26 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000372413 27 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000372413 28 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000372413 29 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000372413 30 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087671 ENST00000372413 31 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44010747 44044955 ENST00000437607 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44010747 44010837 ENST00000437607 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019163 44019308 ENST00000437607 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44019471 44019612 ENST00000437607 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44035261 44035449 ENST00000437607 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044481 44044591 ENST00000437607 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44044847 44044955 ENST00000437607 6 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44048151 44056789 ENST00000467464 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44056692 44087954 ENST00000412568 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056692 44057224 ENST00000412568 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000412568 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000412568 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000412568 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44067742 44067768 ENST00000412568 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000412568 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000412568 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000412568 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000412568 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000412568 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000412568 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000412568 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44078439 44078471 ENST00000412568 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000412568 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000412568 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000412568 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000412568 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000412568 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000412568 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000412568 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000412568 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000412568 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000412568 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000412568 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087674 ENST00000412568 25 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44056724 44089325 ENST00000429895 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44056724 44057224 ENST00000429895 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000429895 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000429895 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44063419 44063724 ENST00000429895 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000429895 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069198 ENST00000429895 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000429895 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000429895 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000429895 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000429895 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000429895 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000429895 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000429895 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000429895 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000429895 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000429895 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000429895 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000429895 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000429895 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000429895 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000429895 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000429895 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000429895 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000429895 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087674 ENST00000429895 25 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44057121 44088513 ENST00000414879 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057121 44057224 ENST00000414879 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057483 44057619 ENST00000414879 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000414879 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000414879 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000414879 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000414879 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000414879 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000414879 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000414879 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000414879 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000414879 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000414879 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44078439 44078471 ENST00000414879 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000414879 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000414879 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000414879 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000414879 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000414879 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000414879 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000414879 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000414879 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000414879 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000414879 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000414879 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087674 ENST00000414879 25 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44057121 44088513 ENST00000422171 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44057575 44057619 ENST00000422171 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44058128 44058272 ENST00000422171 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064391 44064584 ENST00000422171 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000422171 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069282 44069860 ENST00000422171 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000422171 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000422171 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000422171 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000422171 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000422171 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000422171 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44078439 44078471 ENST00000422171 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000422171 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000422171 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000422171 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000422171 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000422171 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000422171 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000422171 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000422171 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000422171 22 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000422171 23 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000422171 24 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087671 ENST00000422171 25 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44063745 44089337 ENST00000496447 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44064510 44089334 ENST00000372407 NA PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44064510 44064584 ENST00000372407 1 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44067742 44067768 ENST00000372407 2 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44069087 44069204 ENST00000372407 3 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070574 44070671 ENST00000372407 4 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44070861 44071114 ENST00000372407 5 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071200 44071293 ENST00000372407 6 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44071911 44072129 ENST00000372407 7 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44072485 44072639 ENST00000372407 8 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44075054 44075169 ENST00000372407 9 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44078439 44078471 ENST00000372407 10 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44079289 44079386 ENST00000372407 11 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083116 44083239 ENST00000372407 12 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44083407 44083582 ENST00000372407 13 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084301 44084420 ENST00000372407 14 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084719 44084873 ENST00000372407 15 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44084959 44085244 ENST00000372407 16 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085351 44085529 ENST00000372407 17 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44085766 44085892 ENST00000372407 18 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086125 44086250 ENST00000372407 19 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086509 44086663 ENST00000372407 20 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44086768 44086903 ENST00000372407 21 PTPRF ENSG00000142949 Not Supported Not Supported +CDS 1 44087606 44087674 ENST00000372407 22 PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44071253 44072539 ENST00000463041 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44078811 44088534 ENST00000477970 NA PTPRF ENSG00000142949 Not Supported Not Supported +transcript 1 44115829 44171186 ENST00000372396 NA KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44118847 44118984 ENST00000372396 2 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44121262 44121437 ENST00000372396 3 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44125969 44126083 ENST00000372396 4 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44128565 44128758 ENST00000372396 5 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44131367 44131416 ENST00000372396 6 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44132123 44132226 ENST00000372396 7 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44132625 44132762 ENST00000372396 8 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44133443 44133690 ENST00000372396 9 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44134771 44134970 ENST00000372396 10 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44137176 44137546 ENST00000372396 11 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44149355 44149475 ENST00000372396 12 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44154585 44154766 ENST00000372396 13 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44156516 44156720 ENST00000372396 14 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44157167 44157243 ENST00000372396 15 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44157927 44157982 ENST00000372396 16 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44159665 44159773 ENST00000372396 17 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44160380 44160565 ENST00000372396 18 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44163514 44163684 ENST00000372396 19 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44169288 44169407 ENST00000372396 20 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44169691 44169783 ENST00000372396 21 KDM4A ENSG00000066135 Not Supported Not Supported +CDS 1 44169901 44170038 ENST00000372396 22 KDM4A ENSG00000066135 Not Supported Not Supported +transcript 1 44116207 44132692 ENST00000463151 NA KDM4A ENSG00000066135 Not Supported Not Supported +transcript 1 44118977 44132692 ENST00000485249 NA KDM4A ENSG00000066135 Not Supported Not Supported +transcript 1 44131956 44132733 ENST00000472265 NA KDM4A ENSG00000066135 Not Supported Not Supported +transcript 1 44156261 44157949 ENST00000481296 NA KDM4A ENSG00000066135 Not Supported Not Supported +transcript 1 44165436 44173809 ENST00000398804 NA KDM4A-AS1 ENSG00000236200 Not Supported Not Supported +transcript 1 44165594 44173012 ENST00000439057 NA KDM4A-AS1 ENSG00000236200 Not Supported Not Supported +transcript 1 44167768 44170140 ENST00000434346 NA KDM4A-AS1 ENSG00000236200 Not Supported Not Supported +transcript 1 44169066 44170417 ENST00000453015 NA KDM4A-AS1 ENSG00000236200 Not Supported Not Supported +transcript 1 44169985 44173001 ENST00000418149 NA KDM4A-AS1 ENSG00000236200 Not Supported Not Supported +transcript 1 44171495 44303918 ENST00000532911 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000532911 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000532911 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44266953 44267041 ENST00000532911 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173216 44395891 ENST00000489897 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000489897 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000489897 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000489897 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000489897 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44323807 44323867 ENST00000489897 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44385889 ENST00000530154 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000530154 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000530154 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000530154 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000530154 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44344699 44344714 ENST00000530154 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396831 ENST00000361392 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000361392 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000361392 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000361392 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000361392 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000361392 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000361392 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000361392 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000361392 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000361392 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000361392 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000361392 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396831 ENST00000361400 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000361400 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000361400 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000361400 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000361400 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000361400 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000361400 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000361400 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000361400 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000361400 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000361400 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000262915 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000262915 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000262915 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000262915 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000262915 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000262915 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000262915 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000262915 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000262915 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000262915 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000262915 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000262915 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000262915 13 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000372375 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372375 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372375 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372375 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000372375 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372375 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372375 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372375 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372375 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000372375 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000372375 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000372375 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000372375 13 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000351035 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000351035 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000351035 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000351035 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000351035 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000351035 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000351035 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000351035 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000351035 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000351035 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000351035 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000351035 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000372374 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372374 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372374 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372374 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372374 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372374 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372374 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000372374 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000372374 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000372374 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000372374 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000353126 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000353126 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000353126 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000353126 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000353126 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000353126 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000353126 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000353126 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000353126 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000353126 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000545417 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000545417 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000545417 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000545417 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000545417 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000545417 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395871 ENST00000545417 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000330208 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000330208 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000330208 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000330208 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000330208 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000330208 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395871 ENST00000330208 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000335430 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000335430 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000335430 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000335430 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000335430 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000335430 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000335430 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000335430 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386481 ENST00000335430 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173218 44396830 ENST00000372377 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372377 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372377 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372377 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372377 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372377 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386131 ENST00000372377 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173229 44303923 ENST00000479383 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000479383 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000479383 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44266953 44267041 ENST00000479383 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173244 44395893 ENST00000347631 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000347631 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000347631 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000347631 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000347631 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000347631 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000347631 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000347631 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000347631 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000347631 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000347631 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000347631 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173311 44237670 ENST00000484868 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44173314 44303983 ENST00000461066 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000461066 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000461066 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44266953 44267041 ENST00000461066 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395874 ENST00000361812 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000361812 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000361812 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000361812 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000361812 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000361812 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395871 ENST00000361812 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395874 ENST00000372362 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372362 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372362 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372362 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372362 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372362 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395871 ENST00000372362 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395874 ENST00000531451 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000531451 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000531451 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000531451 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000531451 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395871 ENST00000531451 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372369 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372369 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372369 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372369 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372369 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372369 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372369 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372369 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000372369 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386166 44386222 ENST00000372369 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000372369 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000372369 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000361746 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000361746 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000361746 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000361746 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000361746 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000361746 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000361746 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000361746 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000361746 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000361746 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000361746 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000361746 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000361746 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372367 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000372367 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372367 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372367 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372367 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372367 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372367 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395852 ENST00000372367 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372366 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202096 ENST00000372366 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372366 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372366 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372366 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372366 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364936 ENST00000372366 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372365 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372365 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372365 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372365 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372365 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372365 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372365 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364936 ENST00000372365 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372368 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372368 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000372368 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372368 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000372368 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372368 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372368 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372368 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372368 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000372368 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000372368 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000372368 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000372368 12 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000372372 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000372372 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000372372 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44290403 44290564 ENST00000372372 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000372372 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000372372 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000372372 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000372372 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000372372 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000372372 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000372372 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000372372 11 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000490541 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000490541 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000490541 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363912 ENST00000490541 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000469715 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000469715 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000469715 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000469715 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000469715 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000469715 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000469715 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000469715 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365181 44365190 ENST00000469715 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000528371 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000528371 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000528371 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000528371 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000528371 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000528371 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000528371 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395852 ENST00000528371 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000531993 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000531993 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000531993 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000531993 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000531993 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000531993 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000531993 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000531993 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000531993 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000533933 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000533933 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000533933 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000533933 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000533933 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000533933 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000533933 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000533933 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000533933 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000533933 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000533212 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000533212 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000533212 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000533212 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000533212 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000533212 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386131 ENST00000533212 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000533997 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000533997 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000533997 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000533997 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000533997 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44345007 44345049 ENST00000533997 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000530581 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000530581 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000530581 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000530581 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000530581 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000530581 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000530581 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000530581 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386481 ENST00000530581 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000332628 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000332628 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44257773 44257820 ENST00000332628 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000332628 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44360055 44360149 ENST00000332628 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44363907 44363970 ENST00000332628 5 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44364840 44364935 ENST00000332628 6 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365213 44365399 ENST00000332628 7 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000332628 8 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000332628 9 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395890 ENST00000332628 10 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44201934 44395893 ENST00000531816 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44201934 44202051 ENST00000531816 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44280563 44280605 ENST00000531816 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44303891 44303983 ENST00000531816 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395804 44395852 ENST00000531816 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44257779 44386176 ENST00000461375 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44365260 44395848 ENST00000490502 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44365260 44365399 ENST00000490502 1 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386076 44386222 ENST00000490502 2 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44386454 44386600 ENST00000490502 3 ST3GAL3 ENSG00000126091 Not Supported Not Supported +CDS 1 44395691 44395848 ENST00000490502 4 ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44385795 44396115 ENST00000495482 NA ST3GAL3 ENSG00000126091 Not Supported Not Supported +transcript 1 44175063 44193014 ENST00000437753 NA RP11-184I16.4 ENSG00000229444 Not Supported Not Supported +transcript 1 44182138 44182227 ENST00000516392 NA RNU6-1058P ENSG00000252201 Not Supported Not Supported +transcript 1 44209142 44209412 ENST00000427515 NA RP11-184I16.3 ENSG00000233674 Not Supported Not Supported +transcript 1 44315972 44317283 ENST00000419974 NA SHMT1P1 ENSG00000224751 Not Supported Not Supported +transcript 1 44398992 44402913 ENST00000372359 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000372359 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401765 44401903 ENST00000372359 4 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402434 ENST00000372359 5 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44398992 44402911 ENST00000414809 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000414809 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401903 ENST00000414809 4 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402434 ENST00000414809 5 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399347 44401903 ENST00000477048 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000477048 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401765 44401903 ENST00000477048 3 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399391 44401903 ENST00000471394 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000471394 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401765 44401903 ENST00000471394 4 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399484 44402912 ENST00000498139 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000498139 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401903 ENST00000498139 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402434 ENST00000498139 4 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399518 44402018 ENST00000491846 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000491846 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401903 ENST00000491846 4 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402018 ENST00000491846 5 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399867 44402018 ENST00000479128 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000479128 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401908 ENST00000479128 3 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44399870 44402017 ENST00000472435 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000472435 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401908 ENST00000472435 3 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44400059 44402018 ENST00000474592 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000474592 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401741 44401903 ENST00000474592 3 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402018 ENST00000474592 4 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44401031 44402479 ENST00000372354 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401329 44401388 ENST00000372354 1 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401765 44401903 ENST00000372354 2 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402434 ENST00000372354 3 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44401479 44402437 ENST00000438616 NA ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401654 44401903 ENST00000438616 1 ARTN ENSG00000117407 Not Supported Not Supported +CDS 1 44401974 44402434 ENST00000438616 2 ARTN ENSG00000117407 Not Supported Not Supported +transcript 1 44410042 44411974 ENST00000446167 NA RP11-7O11.3 ENSG00000237950 Not Supported Not Supported +transcript 1 44410044 44411958 ENST00000445226 NA RP11-7O11.3 ENSG00000237950 Not Supported Not Supported +transcript 1 44410046 44412223 ENST00000412378 NA RP11-7O11.3 ENSG00000237950 Not Supported Not Supported +transcript 1 44412611 44433694 ENST00000372343 NA IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44413273 44413356 ENST00000372343 1 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44415089 44415825 ENST00000372343 2 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44421992 44422132 ENST00000372343 3 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44422232 44422373 ENST00000372343 4 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44422482 44422648 ENST00000372343 5 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44422867 44422987 ENST00000372343 6 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44423074 44423221 ENST00000372343 7 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44423649 44423830 ENST00000372343 8 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44423914 44423940 ENST00000372343 9 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44424133 44424267 ENST00000372343 10 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44424418 44424561 ENST00000372343 11 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44425921 44426001 ENST00000372343 12 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44426548 44426685 ENST00000372343 13 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44426838 44426934 ENST00000372343 14 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44429941 44429993 ENST00000372343 15 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432247 44432313 ENST00000372343 16 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432396 44432454 ENST00000372343 17 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432602 44432691 ENST00000372343 18 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432987 44433168 ENST00000372343 19 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44433258 44433351 ENST00000372343 20 IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44413227 44415217 ENST00000489061 NA IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44413242 44422516 ENST00000489773 NA IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44418889 44423221 ENST00000492152 NA IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44422781 44423221 ENST00000480902 NA IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44431611 44433424 ENST00000372339 NA IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432196 44432313 ENST00000372339 1 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432396 44432454 ENST00000372339 2 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432602 44432691 ENST00000372339 3 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44432987 44433168 ENST00000372339 4 IPO13 ENSG00000117408 Not Supported Not Supported +CDS 1 44433258 44433351 ENST00000372339 5 IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44432832 44433335 ENST00000486876 NA IPO13 ENSG00000117408 Not Supported Not Supported +transcript 1 44435672 44436685 ENST00000471934 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435672 44437198 ENST00000476260 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435942 ENST00000476260 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436478 ENST00000476260 2 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435676 44439041 ENST00000255108 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435994 ENST00000255108 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436380 ENST00000255108 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436638 44436861 ENST00000255108 3 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437059 44437742 ENST00000255108 4 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437830 44438006 ENST00000255108 5 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44438087 44438208 ENST00000255108 6 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435680 44438393 ENST00000524776 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435994 ENST00000524776 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436380 ENST00000524776 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437059 44437239 ENST00000524776 3 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435680 44438393 ENST00000412950 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436302 44436380 ENST00000412950 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437059 44437742 ENST00000412950 3 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437830 44438006 ENST00000412950 4 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44438087 44438208 ENST00000412950 5 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435682 44436596 ENST00000530988 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435682 44439041 ENST00000495421 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435942 ENST00000495421 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436380 ENST00000495421 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436638 44436708 ENST00000495421 3 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435695 44436791 ENST00000527567 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435695 44437212 ENST00000492306 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435994 ENST00000492306 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436380 ENST00000492306 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436578 44436617 ENST00000492306 3 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435696 44437297 ENST00000490861 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435697 44439012 ENST00000396758 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435994 ENST00000396758 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436380 ENST00000396758 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436638 44436861 ENST00000396758 3 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437830 44438006 ENST00000396758 4 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44438087 44438208 ENST00000396758 5 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435701 44436861 ENST00000477294 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435701 44437396 ENST00000529729 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435739 44436778 ENST00000532140 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44435848 44435986 ENST00000532140 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436268 44436284 ENST00000532140 2 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44435777 44436774 ENST00000534786 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44436542 44437296 ENST00000534655 NA DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44436786 44438435 ENST00000459879 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44436786 44436861 ENST00000459879 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437332 44437742 ENST00000459879 2 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437830 44438006 ENST00000459879 3 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44438087 44438211 ENST00000459879 4 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44437141 44438480 ENST00000527319 NA DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437141 44437212 ENST00000527319 1 DPH2 ENSG00000132768 Not Supported Not Supported +CDS 1 44437830 44437863 ENST00000527319 2 DPH2 ENSG00000132768 Not Supported Not Supported +transcript 1 44440159 44442495 ENST00000472505 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441787 44441845 ENST00000472505 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000472505 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000472505 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442495 ENST00000472505 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440320 44443966 ENST00000472174 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44440713 44440779 ENST00000472174 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441472 44441520 ENST00000472174 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441762 44441845 ENST00000472174 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000472174 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000472174 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442496 ENST00000472174 6 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442698 44442888 ENST00000472174 7 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44443653 44443676 ENST00000472174 8 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440616 44443885 ENST00000532642 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44440713 44440779 ENST00000532642 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441472 44441520 ENST00000532642 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441762 44441845 ENST00000532642 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000532642 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000532642 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442496 ENST00000532642 6 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442698 44443080 ENST00000532642 7 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440620 44443961 ENST00000236067 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441787 44441845 ENST00000236067 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000236067 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000236067 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442496 ENST00000236067 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442698 44442888 ENST00000236067 6 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44443653 44443676 ENST00000236067 7 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440623 44443695 ENST00000471859 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44440713 44440969 ENST00000471859 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441762 44441845 ENST00000471859 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000471859 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000471859 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442496 ENST00000471859 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442698 44442888 ENST00000471859 6 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44443653 44443676 ENST00000471859 7 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440630 44442869 ENST00000472277 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440632 44442297 ENST00000461670 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44440713 44440779 ENST00000461670 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441337 44441407 ENST00000461670 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440643 44443967 ENST00000468183 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440644 44443964 ENST00000473485 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440651 44442786 ENST00000496131 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44440772 44442051 ENST00000498208 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44440772 44440979 ENST00000498208 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441472 44441520 ENST00000498208 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441762 44441769 ENST00000498208 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44441509 44442213 ENST00000532072 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44441727 44443967 ENST00000498664 NA ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441787 44441845 ENST00000498664 1 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44441974 44442051 ENST00000498664 2 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442262 44442331 ENST00000498664 3 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442445 44442496 ENST00000498664 4 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44442698 44442888 ENST00000498664 5 ATP6V0B ENSG00000117410 Not Supported Not Supported +CDS 1 44443653 44443676 ENST00000498664 6 ATP6V0B ENSG00000117410 Not Supported Not Supported +transcript 1 44444615 44446999 ENST00000498543 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44444866 44456839 ENST00000372324 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44446833 44447145 ENST00000372324 2 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44447361 44447596 ENST00000372324 3 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450537 44450727 ENST00000372324 4 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450950 44451072 ENST00000372324 5 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44451189 44451293 ENST00000372324 6 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44455970 44456117 ENST00000372324 7 B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44444909 44447595 ENST00000497866 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44445108 44456840 ENST00000434555 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44446987 44447145 ENST00000434555 2 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44447405 44447596 ENST00000434555 3 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450537 44450727 ENST00000434555 4 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450950 44451072 ENST00000434555 5 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44451189 44451293 ENST00000434555 6 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44455970 44456117 ENST00000434555 7 B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44445549 44456840 ENST00000356836 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44446833 44447145 ENST00000356836 2 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44447361 44447596 ENST00000356836 3 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450537 44450727 ENST00000356836 4 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450950 44451072 ENST00000356836 5 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44451189 44451293 ENST00000356836 6 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44455970 44456117 ENST00000356836 7 B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44445659 44456151 ENST00000309519 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44445684 44445718 ENST00000309519 1 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44446781 44447145 ENST00000309519 2 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44447361 44447596 ENST00000309519 3 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450537 44450727 ENST00000309519 4 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44450950 44451072 ENST00000309519 5 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44451189 44451293 ENST00000309519 6 B4GALT2 ENSG00000117411 Not Supported Not Supported +CDS 1 44455970 44456117 ENST00000309519 7 B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44445690 44451071 ENST00000485678 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44450537 44451878 ENST00000481924 NA B4GALT2 ENSG00000117411 Not Supported Not Supported +transcript 1 44457031 44462196 ENST00000486064 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000486064 2 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457825 44457986 ENST00000486064 3 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457280 44462200 ENST00000372318 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000372318 2 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457884 44458059 ENST00000372318 3 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44458195 44458311 ENST00000372318 4 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44459559 44459636 ENST00000372318 5 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44460780 44460834 ENST00000372318 6 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461273 44461342 ENST00000372318 7 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461450 44461528 ENST00000372318 8 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461610 44461829 ENST00000372318 9 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457285 44460830 ENST00000460543 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000460543 2 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457825 44457986 ENST00000460543 3 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457320 44462200 ENST00000463846 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000463846 2 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44459562 44459612 ENST00000463846 3 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457338 44462200 ENST00000490563 NA CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457446 44461827 ENST00000490064 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000490064 1 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44459562 44459612 ENST00000490064 2 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457456 44461951 ENST00000486504 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457691 ENST00000486504 1 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44459559 44459612 ENST00000486504 2 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457474 44461528 ENST00000485811 NA CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457514 44461782 ENST00000466180 NA CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44457551 44457676 ENST00000466180 1 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44459476 44459636 ENST00000466180 2 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44460780 44460834 ENST00000466180 3 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461273 44461342 ENST00000466180 4 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461450 44461528 ENST00000466180 5 CCDC24 ENSG00000159214 Not Supported Not Supported +CDS 1 44461614 44461782 ENST00000466180 6 CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457894 44461786 ENST00000479055 NA CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44461065 44461652 ENST00000472562 NA CCDC24 ENSG00000159214 Not Supported Not Supported +transcript 1 44457172 44482228 ENST00000372307 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475760 ENST00000372307 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000372307 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000372307 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000372307 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000372307 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000372307 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000372307 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466628 44466727 ENST00000372307 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466539 ENST00000372307 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44457284 44457664 ENST00000372307 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44457503 44497032 ENST00000372306 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44489920 44489949 ENST00000372306 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000372306 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475768 ENST00000372306 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000372306 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000372306 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000372306 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000372306 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000372306 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000372306 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466727 ENST00000372306 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44457552 44457664 ENST00000372306 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44462155 44497058 ENST00000372310 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44489920 44489949 ENST00000372310 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000372310 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475768 ENST00000372310 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000372310 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000372310 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000372310 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000372310 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000372310 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000372310 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466628 44466727 ENST00000372310 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466539 ENST00000372310 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463527 44463697 ENST00000372310 13 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463220 44463411 ENST00000372310 14 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44463115 44497058 ENST00000475075 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474281 ENST00000475075 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000475075 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000475075 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000475075 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000475075 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000475075 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466628 44466727 ENST00000475075 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466539 ENST00000475075 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463527 44463697 ENST00000475075 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463220 44463411 ENST00000475075 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44463200 44482997 ENST00000360584 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44482719 44482805 ENST00000360584 1 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44477233 44477394 ENST00000360584 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000360584 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475768 ENST00000360584 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000360584 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000360584 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000360584 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000360584 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000360584 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000360584 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466628 44466727 ENST00000360584 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466539 ENST00000360584 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463527 44463697 ENST00000360584 13 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463220 44463411 ENST00000360584 14 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44463200 44482997 ENST00000357730 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44482719 44482805 ENST00000357730 1 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000357730 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475768 ENST00000357730 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000357730 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000357730 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000357730 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000357730 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000357730 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000357730 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466628 44466727 ENST00000357730 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466439 44466539 ENST00000357730 11 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463527 44463697 ENST00000357730 12 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44463220 44463411 ENST00000357730 13 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44466479 44497134 ENST00000537678 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475760 ENST00000537678 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474025 44474295 ENST00000537678 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468525 44468657 ENST00000537678 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44468184 44468318 ENST00000537678 6 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467985 44468088 ENST00000537678 7 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44467062 44467299 ENST00000537678 8 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466836 44466970 ENST00000537678 9 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44466706 44466723 ENST00000537678 10 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44474187 44497139 ENST00000492434 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44474269 44483004 ENST00000528803 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44482719 44482805 ENST00000528803 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000528803 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44475637 44475768 ENST00000528803 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44474269 44474295 ENST00000528803 5 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44475864 44497101 ENST00000489764 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44476398 44497134 ENST00000466926 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44489920 44489949 ENST00000466926 2 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44477233 44477394 ENST00000466926 3 SLC6A9 ENSG00000196517 Not Supported Not Supported +CDS 1 44476398 44476554 ENST00000466926 4 SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44480302 44483012 ENST00000533007 NA SLC6A9 ENSG00000196517 Not Supported Not Supported +transcript 1 44501798 44516788 ENST00000607988 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44509169 44516787 ENST00000609636 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44509594 44514056 ENST00000609472 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44509594 44516788 ENST00000610167 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44509600 44570647 ENST00000434244 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44514049 44542084 ENST00000431800 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44514064 44541950 ENST00000437643 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44516786 44541864 ENST00000453688 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44516787 44542142 ENST00000447959 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44516865 44542494 ENST00000609027 NA RP5-1198O20.4 ENSG00000230615 Not Supported Not Supported +transcript 1 44553630 44554149 ENST00000436802 NA RP5-1198O20.5 ENSG00000227163 Not Supported Not Supported +transcript 1 44568978 44570375 ENST00000604727 NA KRT8P47 ENSG00000271647 Not Supported Not Supported +transcript 1 44582772 44583069 ENST00000472003 NA RN7SL479P ENSG00000239560 Not Supported Not Supported +transcript 1 44584522 44600812 ENST00000372299 NA KLF17 ENSG00000171872 Not Supported Not Supported +CDS 1 44584580 44584660 ENST00000372299 1 KLF17 ENSG00000171872 Not Supported Not Supported +CDS 1 44595025 44595868 ENST00000372299 2 KLF17 ENSG00000171872 Not Supported Not Supported +CDS 1 44596184 44596425 ENST00000372299 3 KLF17 ENSG00000171872 Not Supported Not Supported +transcript 1 44584542 44596388 ENST00000476802 NA KLF17 ENSG00000171872 Not Supported Not Supported +transcript 1 44587825 44588184 ENST00000402743 NA RP11-570P14.1 ENSG00000233514 Not Supported Not Supported +transcript 1 44603514 44604485 ENST00000458152 NA RP4-675G8.2 ENSG00000239275 Not Supported Not Supported +transcript 1 44616266 44617425 ENST00000451975 NA RP4-675G8.3 ENSG00000226804 Not Supported Not Supported +transcript 1 44619057 44619152 ENST00000363301 NA Y_RNA ENSG00000200171 Not Supported Not Supported +transcript 1 44620700 44620973 ENST00000423265 NA OOSP1P1 ENSG00000238037 Not Supported Not Supported +transcript 1 44638178 44638391 ENST00000442754 NA RP5-891H21.1 ENSG00000227994 Not Supported Not Supported +transcript 1 44653615 44654721 ENST00000603887 NA RP5-891H21.5 ENSG00000271329 Not Supported Not Supported +transcript 1 44679127 44686353 ENST00000361745 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000361745 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000361745 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000361745 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000361745 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684427 ENST00000361745 6 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684728 44684913 ENST00000361745 7 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685078 44685149 ENST00000361745 8 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685478 44685550 ENST00000361745 9 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685689 44685981 ENST00000361745 10 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44686231 44686287 ENST00000361745 11 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679131 44684913 ENST00000446292 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000446292 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000446292 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000446292 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000446292 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684427 ENST00000446292 6 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684728 44684913 ENST00000446292 7 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679143 44684419 ENST00000440641 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000440641 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000440641 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000440641 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000440641 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684419 ENST00000440641 6 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679145 44680552 ENST00000436069 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000436069 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000436069 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680211 44680288 ENST00000436069 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680552 ENST00000436069 5 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679145 44684786 ENST00000437511 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000437511 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000437511 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680211 44680288 ENST00000437511 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000437511 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000437511 6 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684427 ENST00000437511 7 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684728 44684786 ENST00000437511 8 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679150 44681208 ENST00000475794 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679155 44684052 ENST00000471829 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679156 44683963 ENST00000487922 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679160 44686353 ENST00000315913 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000315913 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000315913 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000315913 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000315913 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684427 ENST00000315913 6 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684728 44684913 ENST00000315913 7 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685078 44685149 ENST00000315913 8 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685478 44685550 ENST00000315913 9 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685689 44685981 ENST00000315913 10 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44686231 44686287 ENST00000315913 11 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679163 44686353 ENST00000372289 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679426 44679530 ENST00000372289 1 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000372289 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000372289 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44683983 44684141 ENST00000372289 4 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684260 44684427 ENST00000372289 5 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684728 44684913 ENST00000372289 6 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685078 44685149 ENST00000372289 7 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685478 44685550 ENST00000372289 8 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44685689 44685981 ENST00000372289 9 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44686231 44686287 ENST00000372289 10 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679175 44680396 ENST00000463950 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44679513 44684102 ENST00000372290 NA DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44679513 44679530 ENST00000372290 1 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680022 44680113 ENST00000372290 2 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44680375 44680570 ENST00000372290 3 DMAP1 ENSG00000178028 Not Supported Not Supported +CDS 1 44684013 44684102 ENST00000372290 4 DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44680505 44686353 ENST00000488433 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44684037 44685502 ENST00000483741 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44685092 44686353 ENST00000494092 NA DMAP1 ENSG00000178028 Not Supported Not Supported +transcript 1 44686742 44785422 ENST00000456170 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785422 ENST00000456170 1 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000456170 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000456170 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44750507 44750579 ENST00000456170 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44749658 44749741 ENST00000456170 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44713611 44713710 ENST00000456170 6 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44687230 44687312 ENST00000456170 7 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44686742 44788715 ENST00000372259 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44788397 44788540 ENST00000372259 1 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785416 ENST00000372259 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000372259 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000372259 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44750507 44750579 ENST00000372259 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44713611 44713710 ENST00000372259 6 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44687233 44687312 ENST00000372259 7 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44686742 44820880 ENST00000372257 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44820564 44820698 ENST00000372257 1 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44818522 44818597 ENST00000372257 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44804717 44804994 ENST00000372257 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785416 ENST00000372257 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000372257 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000372257 6 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44750507 44750579 ENST00000372257 7 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44713611 44713710 ENST00000372257 8 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44687233 44687312 ENST00000372257 9 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44686766 44818599 ENST00000537474 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785374 ENST00000537474 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000537474 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000537474 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44750507 44750579 ENST00000537474 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44713611 44713710 ENST00000537474 6 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44687233 44687312 ENST00000537474 7 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44687101 44713638 ENST00000489710 NA ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44687176 44713674 ENST00000479101 NA ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44687265 44722593 ENST00000462341 NA ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44713658 44820932 ENST00000452396 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44820564 44820698 ENST00000452396 1 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785416 ENST00000452396 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000452396 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000452396 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44750507 44750579 ENST00000452396 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44713658 44713710 ENST00000452396 6 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44750502 44820910 ENST00000495828 NA ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44773982 44820921 ENST00000457571 NA ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44820564 44820698 ENST00000457571 1 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44818522 44818597 ENST00000457571 2 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44804717 44804988 ENST00000457571 3 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44785300 44785416 ENST00000457571 4 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44778841 44778900 ENST00000457571 5 ERI3 ENSG00000117419 Not Supported Not Supported +CDS 1 44773982 44774073 ENST00000457571 6 ERI3 ENSG00000117419 Not Supported Not Supported +transcript 1 44709080 44709945 ENST00000414156 NA ERI3-IT1 ENSG00000233602 Not Supported Not Supported +transcript 1 44798777 44798850 ENST00000516337 NA AL390776.1 ENSG00000252146 Not Supported Not Supported +transcript 1 44856394 44856495 ENST00000362515 NA RNU6-369P ENSG00000199385 Not Supported Not Supported +transcript 1 44870866 45117395 ENST00000355387 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 44877770 44878394 ENST00000355387 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45079837 45079969 ENST00000355387 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45088414 45088459 ENST00000355387 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45091969 45092070 ENST00000355387 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000355387 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101260 ENST00000355387 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000355387 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000355387 9 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000355387 10 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000355387 11 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000355387 12 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000355387 13 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115555 45115629 ENST00000355387 14 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45116376 45116444 ENST00000355387 15 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 44870960 45117395 ENST00000361799 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 44877770 44878394 ENST00000361799 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45079837 45079969 ENST00000361799 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45088414 45088459 ENST00000361799 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45091969 45092070 ENST00000361799 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000361799 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101260 ENST00000361799 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000361799 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000361799 9 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000361799 10 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000361799 11 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000361799 12 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000361799 13 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115555 45115629 ENST00000361799 14 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45116376 45116444 ENST00000361799 15 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 44874374 44877793 ENST00000487332 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 44877770 45117396 ENST00000372247 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 44877770 44878394 ENST00000372247 1 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45079837 45079969 ENST00000372247 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45088414 45088459 ENST00000372247 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45091969 45092070 ENST00000372247 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000372247 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101260 ENST00000372247 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000372247 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000372247 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000372247 9 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000372247 10 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000372247 11 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000372247 12 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115555 45115629 ENST00000372247 13 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45116376 45116444 ENST00000372247 14 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 44878370 44885544 ENST00000470498 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 44889712 45116737 ENST00000443020 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45079929 45079969 ENST00000443020 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45088414 45088459 ENST00000443020 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45091969 45092070 ENST00000443020 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000443020 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101338 ENST00000443020 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000443020 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000443020 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000443020 9 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000443020 10 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000443020 11 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000443020 12 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115555 45115629 ENST00000443020 13 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45116376 45116444 ENST00000443020 14 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45079937 45092729 ENST00000496262 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45091998 45101824 ENST00000453863 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45091998 45092070 ENST00000453863 1 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000453863 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101338 ENST00000453863 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101824 ENST00000453863 4 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097404 45115441 ENST00000335497 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45097827 45097880 ENST00000335497 1 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000335497 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101338 ENST00000335497 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000335497 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000335497 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000335497 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000335497 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000335497 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000335497 9 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097404 45115629 ENST00000440132 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45097827 45097880 ENST00000440132 1 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000440132 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101260 ENST00000440132 3 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101702 45101834 ENST00000440132 4 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110370 45110466 ENST00000440132 5 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110667 45110753 ENST00000440132 6 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45110893 45110948 ENST00000440132 7 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45111082 45111160 ENST00000440132 8 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115333 45115441 ENST00000440132 9 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45115555 45115629 ENST00000440132 10 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097640 45117395 ENST00000474064 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097647 45110753 ENST00000471494 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097656 45102167 ENST00000488865 NA RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45097827 45097884 ENST00000488865 1 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45098015 45098057 ENST00000488865 2 RNF220 ENSG00000187147 Not Supported Not Supported +CDS 1 45101217 45101250 ENST00000488865 3 RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097907 45110753 ENST00000497469 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45097927 45116480 ENST00000475378 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45098317 45117395 ENST00000484745 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45103968 45116562 ENST00000474394 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45108804 45117395 ENST00000480686 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45113980 45117395 ENST00000474956 NA RNF220 ENSG00000187147 Not Supported Not Supported +transcript 1 45011165 45011224 ENST00000581357 NA MIR5584 ENSG00000263381 Not Supported Not Supported +transcript 1 45100910 45140131 ENST00000372242 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000372242 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45125846 45125967 ENST00000372242 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45120612 45120881 ENST00000372242 3 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45111032 45111136 ENST00000372242 4 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45102085 45102129 ENST00000372242 5 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45100910 45140134 ENST00000372243 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000372243 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45125846 45125967 ENST00000372243 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45111032 45111136 ENST00000372243 3 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45102085 45102129 ENST00000372243 4 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45100910 45140149 ENST00000372244 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000372244 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45111032 45111136 ENST00000372244 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45102062 45102129 ENST00000372244 3 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45101720 45140138 ENST00000495630 NA TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45118919 45140114 ENST00000476724 NA TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45118919 45140149 ENST00000468117 NA TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45118919 45140227 ENST00000372237 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000372237 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45125846 45125967 ENST00000372237 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45120234 45120881 ENST00000372237 3 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45120137 45140115 ENST00000372235 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000372235 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45125846 45125967 ENST00000372235 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45120234 45120791 ENST00000372235 3 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45120568 45140074 ENST00000420706 NA TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45140003 45140063 ENST00000420706 1 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45125846 45125967 ENST00000420706 2 TMEM53 ENSG00000126106 Not Supported Not Supported +CDS 1 45120568 45120788 ENST00000420706 3 TMEM53 ENSG00000126106 Not Supported Not Supported +transcript 1 45140364 45190146 ENST00000424484 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140385 45163805 ENST00000418644 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000418644 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162842 ENST00000418644 5 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45163735 45163805 ENST00000418644 6 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140385 45169783 ENST00000455805 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155546 ENST00000455805 2 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140385 45191263 ENST00000458657 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000458657 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162842 ENST00000458657 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45163735 45163901 ENST00000458657 5 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45166595 45166791 ENST00000458657 6 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45169761 45169845 ENST00000458657 7 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45189794 45189916 ENST00000458657 8 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45189992 45190064 ENST00000458657 9 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190211 45190340 ENST00000458657 10 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190434 45190511 ENST00000458657 11 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190808 45190889 ENST00000458657 12 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190963 45191072 ENST00000458657 13 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140394 45169783 ENST00000441519 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000441519 2 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162842 ENST00000441519 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45163735 45163901 ENST00000441519 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45166595 45166791 ENST00000441519 5 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45169761 45169783 ENST00000441519 6 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140394 45191261 ENST00000357508 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140394 45191263 ENST00000535358 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000535358 2 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162842 ENST00000535358 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45163735 45163901 ENST00000535358 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45166595 45166791 ENST00000535358 5 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45169761 45169845 ENST00000535358 6 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45189794 45189916 ENST00000535358 7 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45189992 45190064 ENST00000535358 8 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190211 45190340 ENST00000535358 9 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190434 45190511 ENST00000535358 10 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190808 45190889 ENST00000535358 11 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190963 45191072 ENST00000535358 12 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140398 45166781 ENST00000445071 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000445071 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162842 ENST00000445071 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45163735 45163901 ENST00000445071 5 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45166595 45166781 ENST00000445071 6 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140427 45162812 ENST00000453711 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155370 45155575 ENST00000453711 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45162774 45162812 ENST00000453711 4 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140430 45190034 ENST00000421398 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45140452 45190015 ENST00000444751 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45155506 45190052 ENST00000434068 NA C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45155506 45155546 ENST00000434068 1 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45166595 45166791 ENST00000434068 2 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45169761 45169845 ENST00000434068 3 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45189794 45189916 ENST00000434068 4 C1orf228 ENSG00000198520 Not Supported Not Supported +CDS 1 45190009 45190052 ENST00000434068 5 C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45166645 45190051 ENST00000434520 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45189457 45190099 ENST00000427321 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45189464 45190050 ENST00000446792 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45189467 45189976 ENST00000444525 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45189503 45190034 ENST00000440383 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45189516 45190052 ENST00000427336 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45190045 45191263 ENST00000418779 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45190179 45191263 ENST00000568406 NA C1orf228 ENSG00000198520 Not Supported Not Supported +transcript 1 45187458 45187574 ENST00000362507 NA RNU5F-1 ENSG00000199377 Not Supported Not Supported +transcript 1 45196727 45196842 ENST00000363299 NA RNU5D-1 ENSG00000200169 Not Supported Not Supported +transcript 1 45205490 45223643 ENST00000452259 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45205605 45205674 ENST00000452259 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45206585 45206679 ENST00000452259 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213056 45213157 ENST00000452259 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213324 45213372 ENST00000452259 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216114 45216236 ENST00000452259 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000452259 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000452259 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000452259 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221909 ENST00000452259 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223228 45223318 ENST00000452259 10 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223580 45223643 ENST00000452259 11 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45205492 45233439 ENST00000372224 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45205605 45205674 ENST00000372224 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45206585 45206679 ENST00000372224 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213056 45213157 ENST00000372224 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213324 45213372 ENST00000372224 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216114 45216236 ENST00000372224 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45218804 45218926 ENST00000372224 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000372224 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000372224 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000372224 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221909 ENST00000372224 10 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223228 45223318 ENST00000372224 11 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223580 45223643 ENST00000372224 12 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223721 45223812 ENST00000372224 13 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45224878 45225020 ENST00000372224 14 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45225952 45226156 ENST00000372224 15 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226264 45226374 ENST00000372224 16 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227588 45227655 ENST00000372224 17 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228018 45228123 ENST00000372224 18 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228217 45228330 ENST00000372224 19 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232498 45232621 ENST00000372224 20 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232769 45232848 ENST00000372224 21 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45205497 45223640 ENST00000493027 NA KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45205534 45233436 ENST00000372218 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45205605 45205674 ENST00000372218 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45206585 45206679 ENST00000372218 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213056 45213157 ENST00000372218 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213324 45213372 ENST00000372218 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216114 45216236 ENST00000372218 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000372218 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000372218 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000372218 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221909 ENST00000372218 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223228 45223318 ENST00000372218 10 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223580 45223643 ENST00000372218 11 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223721 45223812 ENST00000372218 12 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45224878 45225020 ENST00000372218 13 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45225952 45226156 ENST00000372218 14 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226264 45226374 ENST00000372218 15 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227588 45227655 ENST00000372218 16 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228018 45228123 ENST00000372218 17 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228217 45228330 ENST00000372218 18 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232498 45232621 ENST00000372218 19 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232769 45232848 ENST00000372218 20 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45205625 45221820 ENST00000455186 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45205672 45205714 ENST00000455186 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45206585 45206679 ENST00000455186 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213056 45213157 ENST00000455186 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213324 45213372 ENST00000455186 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216114 45216236 ENST00000455186 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45218804 45218926 ENST00000455186 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000455186 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000455186 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000455186 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221820 ENST00000455186 10 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45212066 45232880 ENST00000372222 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216137 45216236 ENST00000372222 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45218804 45218926 ENST00000372222 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000372222 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000372222 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000372222 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221909 ENST00000372222 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223228 45223318 ENST00000372222 10 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223580 45223643 ENST00000372222 11 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223721 45223812 ENST00000372222 12 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45224878 45225020 ENST00000372222 13 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45225952 45226156 ENST00000372222 14 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226264 45226374 ENST00000372222 15 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227588 45227655 ENST00000372222 16 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228018 45228123 ENST00000372222 17 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228217 45228330 ENST00000372222 18 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232498 45232621 ENST00000372222 19 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232769 45232848 ENST00000372222 20 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45212078 45218825 ENST00000480574 NA KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45212078 45233439 ENST00000372217 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45212429 45212431 ENST00000372217 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213056 45213157 ENST00000372217 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45213324 45213372 ENST00000372217 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45216114 45216236 ENST00000372217 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45218804 45218926 ENST00000372217 5 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45219405 45219505 ENST00000372217 6 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45220422 45220517 ENST00000372217 7 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221601 45221655 ENST00000372217 8 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45221747 45221909 ENST00000372217 9 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223228 45223318 ENST00000372217 10 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223580 45223643 ENST00000372217 11 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45223721 45223812 ENST00000372217 12 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45224878 45225020 ENST00000372217 13 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45225952 45226156 ENST00000372217 14 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226264 45226374 ENST00000372217 15 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227588 45227655 ENST00000372217 16 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228018 45228123 ENST00000372217 17 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228217 45228330 ENST00000372217 18 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232498 45232621 ENST00000372217 19 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45232769 45232848 ENST00000372217 20 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45226152 45228285 ENST00000423289 NA KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226152 45226156 ENST00000423289 1 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45226264 45226374 ENST00000423289 2 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227588 45227655 ENST00000423289 3 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45227901 45227967 ENST00000423289 4 KIF2C ENSG00000142945 Not Supported Not Supported +CDS 1 45228217 45228285 ENST00000423289 5 KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45227812 45232551 ENST00000472235 NA KIF2C ENSG00000142945 Not Supported Not Supported +transcript 1 45224709 45227849 ENST00000440985 NA RP11-269F19.2 ENSG00000225721 Not Supported Not Supported +transcript 1 45224796 45241482 ENST00000428791 NA RP11-269F19.2 ENSG00000225721 Not Supported Not Supported +transcript 1 45240923 45243759 ENST00000497035 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45241109 45244451 ENST00000396651 NA RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45241269 45241272 ENST00000396651 1 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45241706 45241812 ENST00000396651 2 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45242347 45242446 ENST00000396651 3 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45243286 45243461 ENST00000396651 4 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45243672 45243801 ENST00000396651 5 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45244248 45244354 ENST00000396651 6 RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45241245 45244451 ENST00000372209 NA RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45241269 45241272 ENST00000372209 1 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45241706 45241812 ENST00000372209 2 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45242347 45242386 ENST00000372209 3 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45243286 45243461 ENST00000372209 4 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45243672 45243801 ENST00000372209 5 RPS8 ENSG00000142937 Not Supported Not Supported +CDS 1 45244248 45244354 ENST00000372209 6 RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45241250 45243197 ENST00000470475 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45241308 45244451 ENST00000485390 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45242898 45244451 ENST00000464658 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45243222 45244335 ENST00000484599 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45243575 45244411 ENST00000474582 NA RPS8 ENSG00000142937 Not Supported Not Supported +transcript 1 45241536 45241615 ENST00000581525 NA SNORD55 ENSG00000264294 Not Supported Not Supported +transcript 1 45242162 45242265 ENST00000364043 NA SNORD46 ENSG00000200913 Not Supported Not Supported +transcript 1 45243515 45243584 ENST00000365161 NA SNORD38A ENSG00000202031 Not Supported Not Supported +transcript 1 45244062 45244128 ENST00000384690 NA SNORD38B ENSG00000207421 Not Supported Not Supported +transcript 1 45245998 45246387 ENST00000455333 NA RPS15AP11 ENSG00000234093 Not Supported Not Supported +transcript 1 45246003 45246387 ENST00000594193 NA RPS15AP11 ENSG00000234093 Not Supported Not Supported +transcript 1 45249257 45253377 ENST00000372207 NA BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45253226 45253377 ENST00000372207 1 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45253044 45253138 ENST00000372207 2 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45252135 45252368 ENST00000372207 3 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45251746 45251900 ENST00000372207 4 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45251271 45251348 ENST00000372207 5 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45250780 45250977 ENST00000372207 6 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45250577 45250657 ENST00000372207 7 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45250301 45250455 ENST00000372207 8 BEST4 ENSG00000142959 Not Supported Not Supported +CDS 1 45249885 45250155 ENST00000372207 9 BEST4 ENSG00000142959 Not Supported Not Supported +transcript 1 45265897 45271662 ENST00000372201 NA PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45266136 45266345 ENST00000372201 1 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45266512 45266619 ENST00000372201 2 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45266708 45266824 ENST00000372201 3 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45267294 45267423 ENST00000372201 4 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45267517 45267604 ENST00000372201 5 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45268432 45268527 ENST00000372201 6 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45268627 45268825 ENST00000372201 7 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45268940 45269063 ENST00000372201 8 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45269272 45269363 ENST00000372201 9 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45269603 45269696 ENST00000372201 10 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45269835 45269918 ENST00000372201 11 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45270011 45270173 ENST00000372201 12 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45270322 45270451 ENST00000372201 13 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45270938 45271051 ENST00000372201 14 PLK3 ENSG00000173846 Not Supported Not Supported +CDS 1 45271159 45271347 ENST00000372201 15 PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45266060 45271662 ENST00000465443 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45267306 45269293 ENST00000476731 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45268940 45271622 ENST00000492398 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45269009 45270361 ENST00000461358 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45269890 45270793 ENST00000461769 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45270293 45271272 ENST00000493100 NA PLK3 ENSG00000173846 Not Supported Not Supported +transcript 1 45271585 45272347 ENST00000339355 NA TCTEX1D4 ENSG00000188396 Not Supported Not Supported +CDS 1 45271678 45272340 ENST00000339355 1 TCTEX1D4 ENSG00000188396 Not Supported Not Supported +transcript 1 45271588 45272957 ENST00000372200 NA TCTEX1D4 ENSG00000188396 Not Supported Not Supported +CDS 1 45271678 45272340 ENST00000372200 2 TCTEX1D4 ENSG00000188396 Not Supported Not Supported +transcript 1 45274154 45279801 ENST00000450269 NA BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45274493 45274578 ENST00000450269 1 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45275885 45276098 ENST00000450269 2 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45276226 45276279 ENST00000450269 3 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45277711 45277770 ENST00000450269 4 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278668 45278736 ENST00000450269 5 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278810 45278941 ENST00000450269 6 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45279046 45279171 ENST00000450269 7 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45279310 45279441 ENST00000450269 8 BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45274154 45279801 ENST00000453418 NA BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45274493 45274578 ENST00000453418 1 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45275885 45276098 ENST00000453418 2 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45276226 45276279 ENST00000453418 3 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45277711 45277770 ENST00000453418 4 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278130 45278194 ENST00000453418 5 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278668 45278674 ENST00000453418 6 BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45274195 45279598 ENST00000409335 NA BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45274493 45274578 ENST00000409335 1 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45275885 45276098 ENST00000409335 2 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278668 45278736 ENST00000409335 3 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278810 45278941 ENST00000409335 4 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45279046 45279171 ENST00000409335 5 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45279310 45279441 ENST00000409335 6 BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45274239 45278948 ENST00000439563 NA BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45274493 45274578 ENST00000439563 1 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45275885 45276098 ENST00000439563 2 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45276226 45276279 ENST00000439563 3 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45277711 45277770 ENST00000439563 4 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278130 45278194 ENST00000439563 5 BTBD19 ENSG00000222009 Not Supported Not Supported +CDS 1 45278668 45278674 ENST00000439563 6 BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45274268 45281257 ENST00000485668 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45274483 45279051 ENST00000482715 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45276332 45279122 ENST00000475105 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45277352 45279637 ENST00000495433 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45278846 45279522 ENST00000489976 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45279170 45279771 ENST00000464114 NA BTBD19 ENSG00000222009 Not Supported Not Supported +transcript 1 45285516 45288932 ENST00000438067 NA PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288915 45288932 ENST00000438067 1 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288741 45288840 ENST00000438067 2 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288274 45288341 ENST00000438067 3 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45287514 45287576 ENST00000438067 4 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45286361 45286376 ENST00000438067 5 PTCH2 ENSG00000117425 Not Supported Not Supported +transcript 1 45285516 45308616 ENST00000447098 NA PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45308533 45308604 ENST00000447098 1 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45307519 45307711 ENST00000447098 2 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297824 45298013 ENST00000447098 3 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297647 45297716 ENST00000447098 4 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297378 45297469 ENST00000447098 5 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45296520 45296715 ENST00000447098 6 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295581 45295702 ENST00000447098 7 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295286 45295433 ENST00000447098 8 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295074 45295205 ENST00000447098 9 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294829 45294984 ENST00000447098 10 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294654 45294746 ENST00000447098 11 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294178 45294303 ENST00000447098 12 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293968 45294086 ENST00000447098 13 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293515 45293863 ENST00000447098 14 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293074 45293386 ENST00000447098 15 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292839 45292981 ENST00000447098 16 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292574 45292754 ENST00000447098 17 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292160 45292440 ENST00000447098 18 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45291922 45292059 ENST00000447098 19 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288915 45289057 ENST00000447098 20 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288741 45288840 ENST00000447098 21 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288274 45288341 ENST00000447098 22 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45286364 45286376 ENST00000447098 23 PTCH2 ENSG00000117425 Not Supported Not Supported +transcript 1 45287605 45308735 ENST00000372192 NA PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45308533 45308604 ENST00000372192 1 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45307519 45307711 ENST00000372192 2 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297824 45298013 ENST00000372192 3 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297647 45297716 ENST00000372192 4 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45297378 45297469 ENST00000372192 5 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45296520 45296715 ENST00000372192 6 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295581 45295702 ENST00000372192 7 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295286 45295433 ENST00000372192 8 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45295074 45295205 ENST00000372192 9 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294829 45294984 ENST00000372192 10 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294654 45294746 ENST00000372192 11 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45294178 45294303 ENST00000372192 12 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293968 45294086 ENST00000372192 13 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293515 45293863 ENST00000372192 14 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45293074 45293386 ENST00000372192 15 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292839 45292981 ENST00000372192 16 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292574 45292754 ENST00000372192 17 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45292160 45292440 ENST00000372192 18 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45291922 45292059 ENST00000372192 19 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288915 45289057 ENST00000372192 20 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288741 45288840 ENST00000372192 21 PTCH2 ENSG00000117425 Not Supported Not Supported +CDS 1 45288090 45288341 ENST00000372192 22 PTCH2 ENSG00000117425 Not Supported Not Supported +transcript 1 45285555 45285669 ENST00000365574 NA RNU5E-6P ENSG00000202444 Not Supported Not Supported +transcript 1 45309593 45309754 ENST00000447970 NA RP5-882O7.1 ENSG00000226499 Not Supported Not Supported +transcript 1 45316450 45392327 ENST00000439363 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45392300 45392327 ENST00000439363 1 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45363027 45363116 ENST00000439363 2 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45347284 45347411 ENST00000439363 3 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45345490 45345680 ENST00000439363 4 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45341290 45341367 ENST00000439363 5 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45340350 45340498 ENST00000439363 6 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45316672 45316675 ENST00000439363 7 EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45316450 45452282 ENST00000360403 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45446693 45446840 ENST00000360403 2 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45443987 45444132 ENST00000360403 3 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45407178 45407337 ENST00000360403 4 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45392300 45392411 ENST00000360403 5 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45363027 45363116 ENST00000360403 6 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45347284 45347411 ENST00000360403 7 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45345490 45345680 ENST00000360403 8 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45341290 45341367 ENST00000360403 9 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45340350 45340498 ENST00000360403 10 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45323376 45323479 ENST00000360403 11 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45316626 45316675 ENST00000360403 12 EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45328676 45341294 ENST00000486491 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45340199 45452259 ENST00000372183 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45446693 45446840 ENST00000372183 2 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45443987 45444132 ENST00000372183 3 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45407178 45407337 ENST00000372183 4 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45392300 45392411 ENST00000372183 5 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45363027 45363116 ENST00000372183 6 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45347284 45347411 ENST00000372183 7 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45345490 45345680 ENST00000372183 8 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45341290 45341367 ENST00000372183 9 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45340316 45340498 ENST00000372183 10 EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45390630 45452271 ENST00000480675 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45392300 45452258 ENST00000477953 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45406301 45452268 ENST00000372182 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45446693 45446840 ENST00000372182 2 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45443987 45444132 ENST00000372182 3 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45407178 45407337 ENST00000372182 4 EIF2B3 ENSG00000070785 Not Supported Not Supported +CDS 1 45406301 45406438 ENST00000372182 5 EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45424233 45452267 ENST00000487532 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45435660 45452267 ENST00000497010 NA EIF2B3 ENSG00000070785 Not Supported Not Supported +transcript 1 45378740 45378844 ENST00000579017 NA AL136380.1 ENSG00000266294 Not Supported Not Supported +transcript 1 45397995 45398103 ENST00000517230 NA RNA5SP47 ENSG00000253039 Not Supported Not Supported +transcript 1 45424229 45425067 ENST00000428976 NA CCNB1IP1P1 ENSG00000229815 Not Supported Not Supported +transcript 1 45453906 45454397 ENST00000411837 NA RP5-882O7.4 ENSG00000232369 Not Supported Not Supported +transcript 1 45454377 45457506 ENST00000596009 NA MRPS17P1 ENSG00000268949 Not Supported Not Supported +transcript 1 45468212 45471260 ENST00000486132 NA HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45468212 45474223 ENST00000372168 NA HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45473912 45474061 ENST00000372168 1 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45473085 45473267 ENST00000372168 2 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472891 45472943 ENST00000372168 3 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472623 45472687 ENST00000372168 4 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472364 45472467 ENST00000372168 5 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45471669 45471788 ENST00000372168 6 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45471466 45471555 ENST00000372168 7 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45470272 45470478 ENST00000372168 8 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469920 45470049 ENST00000372168 9 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469732 45469806 ENST00000372168 10 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469527 45469608 ENST00000372168 11 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469341 45469412 ENST00000372168 12 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469167 45469248 ENST00000372168 13 HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45468212 45477001 ENST00000372172 NA HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45476561 45476929 ENST00000372172 1 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45476218 45476378 ENST00000372172 2 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45475873 45475965 ENST00000372172 3 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45475658 45475793 ENST00000372172 4 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45475240 45475355 ENST00000372172 5 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45475041 45475154 ENST00000372172 6 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45474816 45474898 ENST00000372172 7 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45474208 45474373 ENST00000372172 8 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45473912 45473993 ENST00000372172 9 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45473085 45473267 ENST00000372172 10 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472891 45472943 ENST00000372172 11 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472623 45472687 ENST00000372172 12 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45472364 45472467 ENST00000372172 13 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45471669 45471788 ENST00000372172 14 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45471466 45471555 ENST00000372172 15 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45470272 45470478 ENST00000372172 16 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469920 45470049 ENST00000372172 17 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469732 45469806 ENST00000372172 18 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469527 45469608 ENST00000372172 19 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469341 45469412 ENST00000372172 20 HECTD3 ENSG00000126107 Not Supported Not Supported +CDS 1 45469167 45469248 ENST00000372172 21 HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45469527 45471896 ENST00000486296 NA HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45469732 45472900 ENST00000466423 NA HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45471317 45472639 ENST00000487488 NA HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45471745 45472788 ENST00000484564 NA HECTD3 ENSG00000126107 Not Supported Not Supported +transcript 1 45477819 45481247 ENST00000246337 NA UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45477938 45477957 ENST00000246337 1 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478579 45478691 ENST00000246337 2 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478808 45478887 ENST00000246337 3 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478964 45479026 ENST00000246337 4 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45479266 45479463 ENST00000246337 5 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45479581 45479742 ENST00000246337 6 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480111 45480248 ENST00000246337 7 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480408 45480508 ENST00000246337 8 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480612 45480678 ENST00000246337 9 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45481009 45481167 ENST00000246337 10 UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477834 45479628 ENST00000491773 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477857 45479561 ENST00000463092 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477884 45479132 ENST00000461035 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477888 45480239 ENST00000491300 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477918 45480117 ENST00000434478 NA UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45477938 45477957 ENST00000434478 1 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478579 45478691 ENST00000434478 2 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478808 45478887 ENST00000434478 3 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45479266 45479463 ENST00000434478 4 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45479581 45479742 ENST00000434478 5 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480111 45480117 ENST00000434478 6 UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477924 45481247 ENST00000494399 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477930 45479742 ENST00000460334 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477937 45480248 ENST00000462688 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477940 45479792 ENST00000460906 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45477940 45479892 ENST00000490385 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478363 45480481 ENST00000469548 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478458 45480481 ENST00000486699 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478476 45480487 ENST00000478467 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478579 45480497 ENST00000428106 NA UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478579 45478691 ENST00000428106 1 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478808 45478887 ENST00000428106 2 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45478964 45479026 ENST00000428106 3 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45479266 45479463 ENST00000428106 4 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480111 45480248 ENST00000428106 5 UROD ENSG00000126088 Not Supported Not Supported +CDS 1 45480408 45480497 ENST00000428106 6 UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478580 45479810 ENST00000496439 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45478607 45479691 ENST00000473012 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45479722 45481247 ENST00000472254 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45480211 45481064 ENST00000466193 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45480219 45481077 ENST00000465678 NA UROD ENSG00000126088 Not Supported Not Supported +transcript 1 45482071 45672228 ENST00000359600 NA ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45671428 45672022 ENST00000359600 1 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45553553 45553909 ENST00000359600 2 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45525771 45525919 ENST00000359600 3 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45524281 45524431 ENST00000359600 4 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45516746 45516925 ENST00000359600 5 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45508891 45509067 ENST00000359600 6 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45506064 45506210 ENST00000359600 7 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45504608 45504745 ENST00000359600 8 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45501711 45501971 ENST00000359600 9 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45501360 45501495 ENST00000359600 10 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45499984 45500141 ENST00000359600 11 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45486297 45486460 ENST00000359600 12 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45485738 45485819 ENST00000359600 13 ZSWIM5 ENSG00000162415 Not Supported Not Supported +CDS 1 45484129 45484988 ENST00000359600 14 ZSWIM5 ENSG00000162415 Not Supported Not Supported +transcript 1 45553747 45771881 ENST00000464588 NA ZSWIM5 ENSG00000162415 Not Supported Not Supported +transcript 1 45499641 45499692 ENST00000583502 NA AL359473.1 ENSG00000264650 Not Supported Not Supported +transcript 1 45535649 45536101 ENST00000425293 NA OSTCP5 ENSG00000234315 Not Supported Not Supported +transcript 1 45697890 45697979 ENST00000408780 NA AL592294.1 ENSG00000221707 Not Supported Not Supported +transcript 1 45792545 45794347 ENST00000334815 NA HPDL ENSG00000186603 Not Supported Not Supported +CDS 1 45792821 45793933 ENST00000334815 1 HPDL ENSG00000186603 Not Supported Not Supported +transcript 1 45794835 45806119 ENST00000529984 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000529984 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000529984 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000529984 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000529984 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000529984 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000529984 7 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794835 45806119 ENST00000528332 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000528332 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000528332 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000528332 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000528332 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000528332 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000528332 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000528332 7 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45796942 ENST00000485271 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45796942 ENST00000485271 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000485271 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45795738 45795740 ENST00000485271 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805607 ENST00000372104 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000372104 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799233 ENST00000372104 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000372104 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000372104 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000372104 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000372104 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000372104 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000372104 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000372104 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000372104 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000372104 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000372104 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000372104 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000372104 16 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000372104 17 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805607 ENST00000448481 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000448481 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799266 ENST00000448481 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000448481 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000448481 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000448481 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000448481 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000448481 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000448481 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000448481 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000448481 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000448481 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000448481 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000448481 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000448481 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000448481 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805626 ENST00000456914 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000456914 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799233 ENST00000456914 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000456914 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000456914 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000456914 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000456914 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000456914 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000456914 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000456914 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000456914 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000456914 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000456914 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000456914 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000456914 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000456914 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805752 ENST00000354383 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000354383 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799236 ENST00000354383 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000354383 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000354383 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000354383 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000354383 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000354383 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000354383 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000354383 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000354383 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000354383 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000354383 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000354383 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000354383 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000354383 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805752 ENST00000475516 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000475516 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799165 45799169 ENST00000475516 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45805787 ENST00000355498 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000355498 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799233 ENST00000355498 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000355498 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000355498 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000355498 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000355498 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000355498 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000355498 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000355498 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000355498 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000355498 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000355498 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000355498 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000355498 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000355498 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45806060 ENST00000372098 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000372098 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000372098 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799266 ENST00000372098 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000372098 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000372098 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000372098 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000372098 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000372098 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000372098 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000372098 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000372098 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000372098 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000372098 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000372098 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000372098 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000372098 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45806060 ENST00000481571 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000481571 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000481571 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799165 45799169 ENST00000481571 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45806060 ENST00000372110 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000372110 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000372110 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799236 ENST00000372110 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000372110 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000372110 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000372110 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000372110 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000372110 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000372110 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000372110 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000372110 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000372110 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000372110 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000372110 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000372110 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000372110 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794914 45806142 ENST00000372115 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000372115 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000372115 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799233 ENST00000372115 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000372115 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000372115 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000372115 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000372115 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000372115 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000372115 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000372115 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000372115 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000372115 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000372115 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000372115 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000372115 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000372115 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794915 45805667 ENST00000488731 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000488731 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000488731 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000488731 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000488731 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000488731 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000488731 7 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794915 45806142 ENST00000450313 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000450313 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000450313 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799275 ENST00000450313 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000450313 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000450313 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000450313 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000450313 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000450313 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000450313 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000450313 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000450313 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000450313 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000450313 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000450313 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000450313 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000450313 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794915 45805787 ENST00000372100 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000372100 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799266 ENST00000372100 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000372100 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000372100 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000372100 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000372100 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000372100 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000372100 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000372100 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000372100 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000372100 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000372100 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000372100 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000372100 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000372100 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794918 45805835 ENST00000531105 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000531105 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45795039 45795109 ENST00000531105 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794944 45798160 ENST00000467459 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000467459 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000467459 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000467459 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797544 ENST00000467459 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797193 45797228 ENST00000467459 5 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794945 45797755 ENST00000482094 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794946 45797950 ENST00000529892 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797950 ENST00000529892 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000529892 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000529892 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000529892 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000529892 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794978 45795109 ENST00000529892 6 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794948 45800183 ENST00000533178 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000533178 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000533178 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798096 45798160 ENST00000533178 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45794978 45805618 ENST00000528013 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000528013 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799275 ENST00000528013 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000528013 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000528013 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000528013 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000528013 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000528013 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000528013 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000528013 10 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000528013 11 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797333 45797521 ENST00000528013 12 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797092 45797228 ENST00000528013 13 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796854 45797006 ENST00000528013 14 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45796188 45796229 ENST00000528013 15 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45794981 45795109 ENST00000528013 16 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797406 45806053 ENST00000412971 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000412971 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000412971 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000412971 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000412971 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797838 45797982 ENST00000412971 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797695 45797758 ENST00000412971 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797406 45797521 ENST00000412971 7 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797419 45798617 ENST00000462388 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797442 45798051 ENST00000466231 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797697 45805682 ENST00000470256 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000470256 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799236 ENST00000470256 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000470256 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000470256 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000470256 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798099 45798160 ENST00000470256 7 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797708 45806087 ENST00000461495 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000461495 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000461495 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799165 45799169 ENST00000461495 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797847 45805672 ENST00000435155 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800177 ENST00000435155 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799266 ENST00000435155 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798957 45798996 ENST00000435155 4 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798769 45798842 ENST00000435155 5 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798590 45798631 ENST00000435155 6 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798435 45798506 ENST00000435155 7 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798246 45798359 ENST00000435155 8 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798063 45798160 ENST00000435155 9 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45797847 45797982 ENST00000435155 10 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797892 45806059 ENST00000467940 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805875 45805926 ENST00000467940 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800101 45800183 ENST00000467940 2 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45797895 45798996 ENST00000478796 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798076 45806086 ENST00000525160 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45805891 45805926 ENST00000525160 1 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000525160 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45798989 45798996 ENST00000525160 3 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798239 45805627 ENST00000479746 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798251 45805627 ENST00000492494 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798287 45806069 ENST00000483642 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798349 45806087 ENST00000481139 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798418 45805614 ENST00000485484 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798435 45806104 ENST00000476789 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798512 45806104 ENST00000462387 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45798725 45805763 ENST00000474703 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45799085 45805617 ENST00000483127 NA MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45803858 45803869 ENST00000483127 2 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45800063 45800183 ENST00000483127 3 MUTYH ENSG00000132781 Not Supported Not Supported +CDS 1 45799085 45799233 ENST00000483127 4 MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45799772 45805907 ENST00000534453 NA MUTYH ENSG00000132781 Not Supported Not Supported +transcript 1 45805342 45809647 ENST00000372090 NA TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45805925 45805976 ENST00000372090 1 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45806745 45806887 ENST00000372090 2 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45806975 45807015 ENST00000372090 3 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45807145 45807241 ENST00000372090 4 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45807621 45807779 ENST00000372090 5 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808056 45808315 ENST00000372090 6 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808515 45808674 ENST00000372090 7 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808754 45809371 ENST00000372090 8 TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45805724 45808433 ENST00000477731 NA TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45805728 45809431 ENST00000539779 NA TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45805925 45805976 ENST00000539779 1 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45806975 45807015 ENST00000539779 2 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45807621 45807779 ENST00000539779 3 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808056 45808315 ENST00000539779 4 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808515 45808674 ENST00000539779 5 TOE1 ENSG00000132773 Not Supported Not Supported +CDS 1 45808754 45809371 ENST00000539779 6 TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45805847 45808650 ENST00000471337 NA TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45805893 45809636 ENST00000495703 NA TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45806968 45808531 ENST00000460057 NA TOE1 ENSG00000132773 Not Supported Not Supported +transcript 1 45809555 45923471 ENST00000372084 NA TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45923236 45923457 ENST00000372084 1 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45887397 45887518 ENST00000372084 2 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45851584 45851632 ENST00000372084 3 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45820975 45821121 ENST00000372084 4 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813590 45813672 ENST00000372084 5 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813281 45813365 ENST00000372084 6 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812651 45812734 ENST00000372084 7 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45811549 45811666 ENST00000372084 8 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45810515 45811230 ENST00000372084 9 TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45809555 45956838 ENST00000372086 NA TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45923236 45923457 ENST00000372086 2 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45887397 45887518 ENST00000372086 3 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45851584 45851632 ENST00000372086 4 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45820975 45821121 ENST00000372086 5 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813590 45813672 ENST00000372086 6 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813281 45813365 ENST00000372086 7 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812651 45812734 ENST00000372086 8 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812365 45812451 ENST00000372086 9 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45811549 45811666 ENST00000372086 10 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45810515 45811230 ENST00000372086 11 TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45809555 45956840 ENST00000341771 NA TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45923236 45923457 ENST00000341771 2 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45887397 45887518 ENST00000341771 3 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45851584 45851632 ENST00000341771 4 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45820975 45821121 ENST00000341771 5 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813590 45813672 ENST00000341771 6 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813281 45813365 ENST00000341771 7 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812651 45812734 ENST00000341771 8 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45811549 45811666 ENST00000341771 9 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45810515 45811230 ENST00000341771 10 TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45809556 45956833 ENST00000486676 NA TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45809971 45956815 ENST00000538496 NA TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45887397 45887491 ENST00000538496 2 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45851584 45851632 ENST00000538496 3 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45820975 45821121 ENST00000538496 4 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813590 45813672 ENST00000538496 5 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45813281 45813365 ENST00000538496 6 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812651 45812734 ENST00000538496 7 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45812365 45812451 ENST00000538496 8 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45811549 45811666 ENST00000538496 9 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45810515 45811230 ENST00000538496 10 TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45864405 45923293 ENST00000493974 NA TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45864586 45956872 ENST00000451835 NA TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45923236 45923457 ENST00000451835 2 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45887397 45887518 ENST00000451835 3 TESK2 ENSG00000070759 Not Supported Not Supported +CDS 1 45879509 45879542 ENST00000451835 4 TESK2 ENSG00000070759 Not Supported Not Supported +transcript 1 45824324 45824420 ENST00000459207 NA snoU13 ENSG00000238945 Not Supported Not Supported +transcript 1 45880692 45881016 ENST00000435399 NA RP11-291L19.1 ENSG00000236872 Not Supported Not Supported +transcript 1 45959538 45965751 ENST00000415578 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000415578 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000415578 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962971 45963055 ENST00000415578 3 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962228 45962295 ENST00000415578 4 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45961194 45961217 ENST00000415578 5 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45959598 45965720 ENST00000515561 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000515561 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000515561 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962275 45962295 ENST00000515561 3 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45959609 45964297 ENST00000502793 NA CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45960064 45965646 ENST00000490551 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000490551 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000490551 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962971 45963055 ENST00000490551 3 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962228 45962295 ENST00000490551 4 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45961122 45961145 ENST00000490551 5 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45960581 45965646 ENST00000432082 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000432082 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000432082 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962971 45963055 ENST00000432082 3 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962228 45962295 ENST00000432082 4 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45960734 45960838 ENST00000432082 5 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45960581 45965646 ENST00000514299 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000514299 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000514299 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962976 45963055 ENST00000514299 3 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962262 45962295 ENST00000514299 4 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45961104 45965725 ENST00000486476 NA CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45961883 45965525 ENST00000488405 NA CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965204 45965281 ENST00000488405 1 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45965017 45965115 ENST00000488405 2 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962971 45963055 ENST00000488405 3 CCDC163P ENSG00000236624 Not Supported Not Supported +CDS 1 45962066 45962295 ENST00000488405 4 CCDC163P ENSG00000236624 Not Supported Not Supported +transcript 1 45965725 45976739 ENST00000401061 NA MMACHC ENSG00000132763 Not Supported Not Supported +CDS 1 45966005 45966085 ENST00000401061 1 MMACHC ENSG00000132763 Not Supported Not Supported +CDS 1 45973028 45973222 ENST00000401061 2 MMACHC ENSG00000132763 Not Supported Not Supported +CDS 1 45973884 45974036 ENST00000401061 3 MMACHC ENSG00000132763 Not Supported Not Supported +CDS 1 45974468 45974884 ENST00000401061 4 MMACHC ENSG00000132763 Not Supported Not Supported +transcript 1 45975105 45976177 ENST00000477188 NA MMACHC ENSG00000132763 Not Supported Not Supported +transcript 1 45976708 45987609 ENST00000262746 NA PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45984610 45984715 ENST00000262746 2 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45981326 45981479 ENST00000262746 3 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980545 45980667 ENST00000262746 4 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980179 45980309 ENST00000262746 5 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45977004 45977086 ENST00000262746 6 PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45976719 45987628 ENST00000319248 NA PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45984610 45984715 ENST00000319248 2 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45981326 45981479 ENST00000319248 3 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980545 45980667 ENST00000319248 4 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980179 45980309 ENST00000319248 5 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45977004 45977086 ENST00000319248 6 PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45976723 45987526 ENST00000372079 NA PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45984662 45984715 ENST00000372079 2 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980545 45980567 ENST00000372079 3 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980179 45980309 ENST00000372079 4 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45977004 45977086 ENST00000372079 5 PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45980179 45987610 ENST00000447184 NA PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45984610 45984715 ENST00000447184 2 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45981326 45981479 ENST00000447184 3 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980545 45980667 ENST00000447184 4 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980179 45980309 ENST00000447184 5 PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45980179 45988719 ENST00000424390 NA PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45984610 45984715 ENST00000424390 2 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45981326 45981479 ENST00000424390 3 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980545 45980667 ENST00000424390 4 PRDX1 ENSG00000117450 Not Supported Not Supported +CDS 1 45980179 45980309 ENST00000424390 5 PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45981326 45987539 ENST00000483583 NA PRDX1 ENSG00000117450 Not Supported Not Supported +transcript 1 45996599 45997811 ENST00000446155 NA HMGB1P48 ENSG00000234379 Not Supported Not Supported +transcript 1 46016215 46035721 ENST00000372070 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46027467 46027550 ENST00000372070 3 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032241 46032360 ENST00000372070 4 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032541 46032692 ENST00000372070 5 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46033654 46033849 ENST00000372070 6 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034157 46034356 ENST00000372070 7 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034599 46034671 ENST00000372070 8 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034815 46034901 ENST00000372070 9 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46035563 46035625 ENST00000372070 10 AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016476 46033740 ENST00000434299 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46027467 46027550 ENST00000434299 4 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032241 46032360 ENST00000434299 5 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032541 46032692 ENST00000434299 6 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46033654 46033740 ENST00000434299 7 AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016518 46032885 ENST00000496999 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016526 46034296 ENST00000476957 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016739 46033697 ENST00000481885 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46027467 46027550 ENST00000481885 2 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032241 46032360 ENST00000481885 3 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032541 46032692 ENST00000481885 4 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46033633 46033697 ENST00000481885 5 AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016739 46035721 ENST00000351829 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46027467 46027550 ENST00000351829 2 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032241 46032360 ENST00000351829 3 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032541 46032692 ENST00000351829 4 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46033654 46033849 ENST00000351829 5 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034157 46034356 ENST00000351829 6 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034599 46034671 ENST00000351829 7 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46034815 46034901 ENST00000351829 8 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46035563 46035625 ENST00000351829 9 AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46016740 46033260 ENST00000471651 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46027467 46027550 ENST00000471651 2 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032241 46032360 ENST00000471651 3 AKR1A1 ENSG00000117448 Not Supported Not Supported +CDS 1 46032541 46032693 ENST00000471651 4 AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46032541 46035721 ENST00000497973 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46033221 46035721 ENST00000473038 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46033654 46035721 ENST00000495913 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46033819 46035716 ENST00000487654 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46034286 46035719 ENST00000475919 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46034722 46035717 ENST00000475985 NA AKR1A1 ENSG00000117448 Not Supported Not Supported +transcript 1 46049518 46080803 ENST00000437901 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000437901 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000437901 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000437901 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000437901 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000437901 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000437901 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000437901 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000437901 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080803 ENST00000437901 10 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049661 46080803 ENST00000437362 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000437362 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000437362 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46066057 46066063 ENST00000437362 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049713 46072352 ENST00000464190 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049714 46072204 ENST00000528084 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000528084 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000528084 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46060366 46060426 ENST00000528084 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049714 46081078 ENST00000527359 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000527359 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000527359 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078844 ENST00000527359 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46067950 ENST00000530840 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000530840 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46054323 46054428 ENST00000530840 2 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46070688 ENST00000531532 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000531532 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000531532 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46060366 46060426 ENST00000531532 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46073167 ENST00000529333 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000529333 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000529333 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46066057 46066063 ENST00000529333 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46073205 ENST00000527470 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000527470 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000527470 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000527470 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072993 46073205 ENST00000527470 4 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46079789 ENST00000525515 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000525515 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000525515 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000525515 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000525515 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000525515 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079789 ENST00000525515 6 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46081026 ENST00000453748 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000453748 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000453748 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46066057 46066063 ENST00000453748 3 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46083923 ENST00000537798 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000537798 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000537798 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000537798 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072993 46074009 ENST00000537798 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000537798 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000537798 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000537798 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000537798 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000537798 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000537798 10 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000537798 11 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000537798 12 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083810 ENST00000537798 13 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049717 46083916 ENST00000402363 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056903 46056942 ENST00000402363 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46066057 46066129 ENST00000402363 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000402363 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000402363 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000402363 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072993 46074009 ENST00000402363 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000402363 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000402363 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000402363 10 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000402363 11 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000402363 12 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000402363 13 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000402363 14 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000402363 15 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083810 ENST00000402363 16 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049730 46081135 ENST00000528238 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000528238 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000528238 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000528238 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000528238 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000528238 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000528238 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000528238 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081135 ENST00000528238 8 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049732 46073336 ENST00000534101 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049732 46084566 ENST00000350030 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000350030 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000350030 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000350030 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000350030 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000350030 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072993 46074009 ENST00000350030 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000350030 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000350030 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000350030 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000350030 10 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000350030 11 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000350030 12 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000350030 13 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000350030 14 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083810 ENST00000350030 15 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049733 46073644 ENST00000470768 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000470768 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000470768 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000470768 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000470768 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072993 46073644 ENST00000470768 5 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049735 46083918 ENST00000372052 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000372052 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000372052 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000372052 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000372052 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000372052 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000372052 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000372052 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000372052 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000372052 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000372052 10 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000372052 11 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000372052 12 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083810 ENST00000372052 13 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46049737 46083919 ENST00000351223 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46049819 46049877 ENST00000351223 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46056895 46056942 ENST00000351223 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46067927 46068037 ENST00000351223 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46070608 46070688 ENST00000351223 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46072154 46072263 ENST00000351223 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000351223 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000351223 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000351223 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000351223 9 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000351223 10 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000351223 11 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000351223 12 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000351223 13 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083810 ENST00000351223 14 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46074972 46083916 ENST00000530073 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46076226 46083916 ENST00000481782 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46078841 46083885 ENST00000531612 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46078841 46078920 ENST00000531612 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079768 46079853 ENST00000531612 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46079965 46080038 ENST00000531612 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080685 46080873 ENST00000531612 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000531612 5 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000531612 6 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082373 46082375 ENST00000531612 7 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083135 46083263 ENST00000531612 8 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083813 ENST00000531612 9 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46080635 46081387 ENST00000527932 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46080731 46083919 ENST00000534450 NA NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080731 46080873 ENST00000534450 1 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46080977 46081143 ENST00000534450 2 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082009 46082065 ENST00000534450 3 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46082298 46082375 ENST00000534450 4 NASP ENSG00000132780 Not Supported Not Supported +CDS 1 46083733 46083813 ENST00000534450 5 NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46082909 46083918 ENST00000472408 NA NASP ENSG00000132780 Not Supported Not Supported +transcript 1 46085716 46089673 ENST00000372044 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000372044 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088787 46088789 ENST00000372044 2 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085716 46089709 ENST00000482416 NA CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085716 46089712 ENST00000491755 NA CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085717 46089725 ENST00000421127 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000421127 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089229 46089324 ENST00000421127 2 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088889 46089084 ENST00000421127 3 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088627 46088789 ENST00000421127 4 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088423 46088506 ENST00000421127 5 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088221 46088339 ENST00000421127 6 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087913 46088020 ENST00000421127 7 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087549 46087667 ENST00000421127 8 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087310 46087407 ENST00000421127 9 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086953 46087156 ENST00000421127 10 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086575 46086785 ENST00000421127 11 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086395 46086505 ENST00000421127 12 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46085950 46086105 ENST00000421127 13 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085717 46089729 ENST00000343901 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000343901 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088889 46089111 ENST00000343901 2 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088627 46088789 ENST00000343901 3 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088423 46088506 ENST00000343901 4 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088221 46088339 ENST00000343901 5 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087913 46088020 ENST00000343901 6 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087549 46087667 ENST00000343901 7 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087310 46087407 ENST00000343901 8 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086953 46087156 ENST00000343901 9 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086575 46086785 ENST00000343901 10 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086395 46086505 ENST00000343901 11 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46085950 46086105 ENST00000343901 12 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085783 46089729 ENST00000528266 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000528266 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089229 46089324 ENST00000528266 2 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088889 46089111 ENST00000528266 3 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088627 46088789 ENST00000528266 4 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088423 46088506 ENST00000528266 5 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088221 46088339 ENST00000528266 6 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087913 46088020 ENST00000528266 7 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087549 46087667 ENST00000528266 8 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087310 46087407 ENST00000528266 9 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086953 46087156 ENST00000528266 10 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086575 46086785 ENST00000528266 11 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086395 46086505 ENST00000528266 12 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46085950 46086105 ENST00000528266 13 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46085895 46089639 ENST00000445048 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000445048 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46085950 46086105 ENST00000445048 2 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46086025 46089729 ENST00000479529 NA CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46089408 46089581 ENST00000479529 1 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088889 46089111 ENST00000479529 2 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088627 46088789 ENST00000479529 3 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088423 46088506 ENST00000479529 4 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46088221 46088339 ENST00000479529 5 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087913 46088020 ENST00000479529 6 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087549 46087667 ENST00000479529 7 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46087310 46087407 ENST00000479529 8 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086953 46087156 ENST00000479529 9 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086575 46086785 ENST00000479529 10 CCDC17 ENSG00000159588 Not Supported Not Supported +CDS 1 46086317 46086505 ENST00000479529 11 CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46086666 46088445 ENST00000464739 NA CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46087953 46089721 ENST00000525599 NA CCDC17 ENSG00000159588 Not Supported Not Supported +transcript 1 46092976 46101396 ENST00000479235 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46092976 46152208 ENST00000290795 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46124700 46124759 ENST00000290795 3 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46120862 46120991 ENST00000290795 4 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46120215 46120501 ENST00000290795 5 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46108099 46108171 ENST00000290795 6 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46105882 46106075 ENST00000290795 7 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46099768 46099908 ENST00000290795 8 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46099161 46099319 ENST00000290795 9 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46096154 46096278 ENST00000290795 10 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46095248 46095350 ENST00000290795 11 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46093931 46094080 ENST00000290795 12 GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46092978 46152302 ENST00000355105 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46124700 46124759 ENST00000355105 4 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46120862 46120991 ENST00000355105 5 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46120215 46120501 ENST00000355105 6 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46108099 46108171 ENST00000355105 7 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46105882 46106075 ENST00000355105 8 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46099768 46099908 ENST00000355105 9 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46099161 46099319 ENST00000355105 10 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46096154 46096278 ENST00000355105 11 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46095248 46095350 ENST00000355105 12 GPBP1L1 ENSG00000159592 Not Supported Not Supported +CDS 1 46093931 46094080 ENST00000355105 13 GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46093629 46095387 ENST00000467032 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46093900 46096429 ENST00000487436 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46095260 46099503 ENST00000468724 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46107342 46120918 ENST00000498128 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46119943 46121831 ENST00000496278 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46124427 46126061 ENST00000495616 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46126089 46152805 ENST00000488278 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46126202 46152818 ENST00000480941 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46126221 46152325 ENST00000480083 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46126349 46153785 ENST00000493083 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46126470 46153785 ENST00000460859 NA GPBP1L1 ENSG00000159592 Not Supported Not Supported +transcript 1 46111488 46111869 ENST00000432472 NA RPS15AP10 ENSG00000225447 Not Supported Not Supported +transcript 1 46116711 46117498 ENST00000437848 NA RP11-767N6.2 ENSG00000234329 Not Supported Not Supported +transcript 1 46152886 46160115 ENST00000372025 NA TMEM69 ENSG00000159596 Not Supported Not Supported +CDS 1 46156741 46156782 ENST00000372025 2 TMEM69 ENSG00000159596 Not Supported Not Supported +CDS 1 46158876 46159574 ENST00000372025 3 TMEM69 ENSG00000159596 Not Supported Not Supported +transcript 1 46153868 46159517 ENST00000496366 NA TMEM69 ENSG00000159596 Not Supported Not Supported +transcript 1 46159996 46216322 ENST00000359942 NA IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46211792 46212083 ENST00000359942 2 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46206573 46207004 ENST00000359942 3 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46195286 46195441 ENST00000359942 4 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46193303 46193470 ENST00000359942 5 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46184875 46185012 ENST00000359942 6 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46182567 46182689 ENST00000359942 7 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46179918 46180138 ENST00000359942 8 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46165742 46165862 ENST00000359942 9 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46160093 46160187 ENST00000359942 10 IPP ENSG00000197429 Not Supported Not Supported +transcript 1 46162731 46163727 ENST00000461718 NA IPP ENSG00000197429 Not Supported Not Supported +transcript 1 46162731 46179924 ENST00000495072 NA IPP ENSG00000197429 Not Supported Not Supported +transcript 1 46164383 46216321 ENST00000396478 NA IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46211792 46212083 ENST00000396478 2 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46206573 46207004 ENST00000396478 3 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46195286 46195441 ENST00000396478 4 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46193303 46193470 ENST00000396478 5 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46184875 46185012 ENST00000396478 6 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46182567 46182689 ENST00000396478 7 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46179918 46180138 ENST00000396478 8 IPP ENSG00000197429 Not Supported Not Supported +CDS 1 46165641 46165862 ENST00000396478 9 IPP ENSG00000197429 Not Supported Not Supported +transcript 1 46160356 46162747 ENST00000430643 NA RP11-767N6.7 ENSG00000230896 Not Supported Not Supported +transcript 1 46246949 46247629 ENST00000463059 NA RP11-630I5.1 ENSG00000236111 Not Supported Not Supported +transcript 1 46246949 46247596 ENST00000399997 NA RP11-630I5.1 ENSG00000236111 Not Supported Not Supported +transcript 1 46252659 46383181 ENST00000470809 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46269285 46501796 ENST00000361297 NA MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46269568 46269744 ENST00000361297 1 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46290105 46290252 ENST00000361297 2 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46295111 46295253 ENST00000361297 3 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46348036 46348067 ENST00000361297 4 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46425058 46425149 ENST00000361297 5 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46463396 46463471 ENST00000361297 6 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46468477 46468555 ENST00000361297 7 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46471913 46472067 ENST00000361297 8 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46473968 46474043 ENST00000361297 9 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46476402 46476611 ENST00000361297 10 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46485268 46485369 ENST00000361297 11 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46487622 46487754 ENST00000361297 12 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488582 46488643 ENST00000361297 13 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488905 46488990 ENST00000361297 14 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46489444 46489652 ENST00000361297 15 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46491349 46491487 ENST00000361297 16 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46493403 46493535 ENST00000361297 17 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46494440 46494605 ENST00000361297 18 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495138 46495239 ENST00000361297 19 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495503 46495625 ENST00000361297 20 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495801 46495910 ENST00000361297 21 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46496279 46496433 ENST00000361297 22 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46496679 46496962 ENST00000361297 23 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46497063 46497257 ENST00000361297 24 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46497850 46498076 ENST00000361297 25 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46498268 46498390 ENST00000361297 26 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46499474 46499610 ENST00000361297 27 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46499745 46499938 ENST00000361297 28 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46500210 46501735 ENST00000361297 29 MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46269285 46501738 ENST00000372009 NA MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46269568 46269744 ENST00000372009 1 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46290105 46290252 ENST00000372009 2 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46295111 46295253 ENST00000372009 3 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46348036 46348067 ENST00000372009 4 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46425058 46425149 ENST00000372009 5 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46463396 46463471 ENST00000372009 6 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46468477 46468555 ENST00000372009 7 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46471913 46472067 ENST00000372009 8 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46473968 46474043 ENST00000372009 9 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46485268 46485369 ENST00000372009 10 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46487622 46487754 ENST00000372009 11 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488582 46488643 ENST00000372009 12 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488905 46488990 ENST00000372009 13 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46489444 46489652 ENST00000372009 14 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46491349 46491487 ENST00000372009 15 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46493403 46493535 ENST00000372009 16 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46494440 46494605 ENST00000372009 17 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495138 46495239 ENST00000372009 18 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495503 46495625 ENST00000372009 19 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495801 46495910 ENST00000372009 20 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46496279 46496433 ENST00000372009 21 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46496679 46496962 ENST00000372009 22 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46497063 46497257 ENST00000372009 23 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46497850 46497932 ENST00000372009 24 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46498002 46498076 ENST00000372009 25 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46498268 46498390 ENST00000372009 26 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46499474 46499610 ENST00000372009 27 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46499745 46499938 ENST00000372009 28 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46500501 46501735 ENST00000372009 29 MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46379260 46496431 ENST00000372008 NA MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46383051 46383205 ENST00000372008 2 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46425058 46425149 ENST00000372008 3 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46463396 46463471 ENST00000372008 4 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46468477 46468555 ENST00000372008 5 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46471913 46472067 ENST00000372008 6 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46473968 46474043 ENST00000372008 7 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46476402 46476611 ENST00000372008 8 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46485268 46485369 ENST00000372008 9 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46487622 46487754 ENST00000372008 10 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488582 46488643 ENST00000372008 11 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46488905 46488990 ENST00000372008 12 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46489444 46489652 ENST00000372008 13 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46491349 46491487 ENST00000372008 14 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46493403 46493535 ENST00000372008 15 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46494440 46494605 ENST00000372008 16 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495138 46495239 ENST00000372008 17 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495503 46495625 ENST00000372008 18 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46495801 46495910 ENST00000372008 19 MAST2 ENSG00000086015 Not Supported Not Supported +CDS 1 46496279 46496431 ENST00000372008 20 MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46425058 46476781 ENST00000482881 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46468483 46472267 ENST00000488619 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46487637 46490036 ENST00000467367 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46488582 46489188 ENST00000498668 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46494837 46496174 ENST00000477968 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46499540 46500092 ENST00000492813 NA MAST2 ENSG00000086015 Not Supported Not Supported +transcript 1 46312666 46313266 ENST00000413187 NA TMA16P2 ENSG00000232467 Not Supported Not Supported +transcript 1 46505812 46598314 ENST00000262741 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000262741 1 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000262741 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000262741 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000262741 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000262741 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000262741 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46521467 46521643 ENST00000262741 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000262741 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000262741 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000262741 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46505812 46598466 ENST00000372006 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000372006 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000372006 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000372006 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000372006 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000372006 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000372006 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46521467 46521643 ENST00000372006 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000372006 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000372006 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000372006 11 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46505814 46598708 ENST00000420542 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000420542 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000420542 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000420542 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000420542 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000420542 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000420542 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46521467 46521643 ENST00000420542 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000420542 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000420542 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000420542 11 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46505814 46598708 ENST00000354242 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000354242 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000354242 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000354242 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000354242 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000354242 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000354242 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000354242 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000354242 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000354242 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46505814 46598708 ENST00000340332 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000340332 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597383 46597387 ENST00000340332 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543281 ENST00000340332 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000340332 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000340332 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000340332 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000340332 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000340332 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000340332 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46508313 46523106 ENST00000488808 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46509333 46642160 ENST00000540385 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46641900 46642143 ENST00000540385 1 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000540385 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000540385 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000540385 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000540385 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000540385 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46521467 46521643 ENST00000540385 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000540385 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000540385 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000540385 10 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46509334 46598288 ENST00000423209 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000423209 1 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000423209 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000423209 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000423209 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531726 46531851 ENST00000423209 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46527601 46527743 ENST00000423209 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46512223 46512297 ENST00000423209 7 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46511590 46511760 ENST00000423209 8 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46509348 46509543 ENST00000423209 9 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46527622 46598583 ENST00000493202 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46531728 46598585 ENST00000425892 NA PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46597519 46597624 ENST00000425892 2 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46546314 46546422 ENST00000425892 3 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46543187 46543285 ENST00000425892 4 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46532583 46532763 ENST00000425892 5 PIK3R3 ENSG00000117461 Not Supported Not Supported +CDS 1 46531728 46531851 ENST00000425892 6 PIK3R3 ENSG00000117461 Not Supported Not Supported +transcript 1 46512490 46514040 ENST00000450004 NA RP4-533D7.4 ENSG00000226957 Not Supported Not Supported +transcript 1 46570622 46570847 ENST00000426289 NA RP4-533D7.3 ENSG00000233114 Not Supported Not Supported +transcript 1 46600203 46604753 ENST00000452785 NA RP4-533D7.5 ENSG00000227857 Not Supported Not Supported +transcript 1 46640745 46650970 ENST00000498443 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46640759 46651630 ENST00000372003 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46646780 46646836 ENST00000372003 3 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46649863 46650069 ENST00000372003 4 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46650266 46650340 ENST00000372003 5 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46650457 46650555 ENST00000372003 6 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46650632 46650787 ENST00000372003 7 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46650897 46650980 ENST00000372003 8 TSPAN1 ENSG00000117472 Not Supported Not Supported +CDS 1 46651158 46651202 ENST00000372003 9 TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46640776 46650335 ENST00000482928 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46640789 46650338 ENST00000469330 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46640938 46651244 ENST00000475163 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46649105 46650554 ENST00000482143 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46649105 46650980 ENST00000464786 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46649564 46650674 ENST00000472170 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46650539 46651414 ENST00000470318 NA TSPAN1 ENSG00000117472 Not Supported Not Supported +transcript 1 46641158 46642150 ENST00000506599 NA RP11-322N21.2 ENSG00000250719 Not Supported Not Supported +transcript 1 46654354 46685963 ENST00000396420 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46663374 46663493 ENST00000396420 2 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662642 46662756 ENST00000396420 3 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662403 46662521 ENST00000396420 4 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661684 46661749 ENST00000396420 5 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661483 46661596 ENST00000396420 6 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660258 46660323 ENST00000396420 7 POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46654355 46664115 ENST00000371984 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46663374 46663493 ENST00000371984 2 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662642 46662756 ENST00000371984 3 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662403 46662521 ENST00000371984 4 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661684 46661749 ENST00000371984 5 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661483 46661596 ENST00000371984 6 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660516 46660633 ENST00000371984 7 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660225 46660323 ENST00000371984 8 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659946 46660073 ENST00000371984 9 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659527 46659597 ENST00000371984 10 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659236 46659311 ENST00000371984 11 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658977 46659060 ENST00000371984 12 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658846 46658887 ENST00000371984 13 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658572 46658630 ENST00000371984 14 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658190 46658262 ENST00000371984 15 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657980 46658108 ENST00000371984 16 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657770 46657895 ENST00000371984 17 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656392 46656456 ENST00000371984 18 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656145 46656189 ENST00000371984 19 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655526 46655661 ENST00000371984 20 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655130 46655239 ENST00000371984 21 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654945 46655029 ENST00000371984 22 POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46654355 46685977 ENST00000371992 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46663374 46663493 ENST00000371992 2 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662642 46662756 ENST00000371992 3 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662403 46662521 ENST00000371992 4 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661684 46661749 ENST00000371992 5 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661483 46661596 ENST00000371992 6 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660516 46660633 ENST00000371992 7 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660225 46660323 ENST00000371992 8 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659946 46660073 ENST00000371992 9 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659527 46659597 ENST00000371992 10 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659236 46659311 ENST00000371992 11 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658977 46659060 ENST00000371992 12 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658846 46658887 ENST00000371992 13 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658572 46658630 ENST00000371992 14 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658190 46658262 ENST00000371992 15 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657980 46658108 ENST00000371992 16 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657770 46657895 ENST00000371992 17 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656392 46656456 ENST00000371992 18 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656145 46656189 ENST00000371992 19 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655526 46655661 ENST00000371992 20 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655156 46655239 ENST00000371992 21 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654914 46655029 ENST00000371992 22 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654394 46654652 ENST00000371992 23 POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46654356 46655239 ENST00000475642 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46654357 46663147 ENST00000535522 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662980 46663033 ENST00000535522 1 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662642 46662756 ENST00000535522 2 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662403 46662521 ENST00000535522 3 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661684 46661749 ENST00000535522 4 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661483 46661596 ENST00000535522 5 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660516 46660633 ENST00000535522 6 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660225 46660323 ENST00000535522 7 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659946 46660073 ENST00000535522 8 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659527 46659597 ENST00000535522 9 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659236 46659311 ENST00000535522 10 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658977 46659060 ENST00000535522 11 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658846 46658887 ENST00000535522 12 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658572 46658630 ENST00000535522 13 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658190 46658262 ENST00000535522 14 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657980 46658108 ENST00000535522 15 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657770 46657895 ENST00000535522 16 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656392 46656456 ENST00000535522 17 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656145 46656189 ENST00000535522 18 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655526 46655661 ENST00000535522 19 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655130 46655239 ENST00000535522 20 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654945 46655029 ENST00000535522 21 POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46654391 46664098 ENST00000371986 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46663374 46663493 ENST00000371986 2 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662642 46662756 ENST00000371986 3 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46662403 46662521 ENST00000371986 4 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661684 46661749 ENST00000371986 5 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46661483 46661596 ENST00000371986 6 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660516 46660633 ENST00000371986 7 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46660225 46660323 ENST00000371986 8 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659946 46660073 ENST00000371986 9 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659527 46659597 ENST00000371986 10 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46659236 46659311 ENST00000371986 11 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658977 46659060 ENST00000371986 12 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658846 46658887 ENST00000371986 13 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658572 46658630 ENST00000371986 14 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46658190 46658262 ENST00000371986 15 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657980 46658108 ENST00000371986 16 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46657770 46657895 ENST00000371986 17 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656392 46656456 ENST00000371986 18 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46656145 46656189 ENST00000371986 19 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655526 46655661 ENST00000371986 20 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46655156 46655239 ENST00000371986 21 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654914 46655029 ENST00000371986 22 POMGNT1 ENSG00000085998 Not Supported Not Supported +CDS 1 46654394 46654652 ENST00000371986 23 POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46655191 46656644 ENST00000480972 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46655789 46659472 ENST00000485714 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46657288 46658013 ENST00000463030 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46659055 46660323 ENST00000477114 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46660254 46664032 ENST00000497439 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46661156 46663774 ENST00000489985 NA POMGNT1 ENSG00000085998 Not Supported Not Supported +transcript 1 46669006 46686933 ENST00000371980 NA LURAP1 ENSG00000171357 Not Supported Not Supported +CDS 1 46669099 46669296 ENST00000371980 1 LURAP1 ENSG00000171357 Not Supported Not Supported +CDS 1 46685371 46685889 ENST00000371980 2 LURAP1 ENSG00000171357 Not Supported Not Supported +transcript 1 46713360 46727030 ENST00000463715 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46713367 46744145 ENST00000442598 NA RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714078 46714080 ENST00000442598 2 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714184 46714270 ENST00000442598 3 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46715672 46715791 ENST00000442598 4 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46724358 46724418 ENST00000442598 5 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46725636 46725771 ENST00000442598 6 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726214 46726283 ENST00000442598 7 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726399 46726687 ENST00000442598 8 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726933 46727057 ENST00000442598 9 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46733131 46733281 ENST00000442598 10 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46736331 46736457 ENST00000442598 11 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738138 46738212 ENST00000442598 12 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738344 46738474 ENST00000442598 13 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739027 46739137 ENST00000442598 14 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739296 46739419 ENST00000442598 15 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739810 46739888 ENST00000442598 16 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46740210 46740389 ENST00000442598 17 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743489 46743652 ENST00000442598 18 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743744 46743951 ENST00000442598 19 RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46713372 46726687 ENST00000493985 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46713404 46744144 ENST00000371975 NA RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714078 46714080 ENST00000371975 1 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714184 46714270 ENST00000371975 2 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46715672 46715791 ENST00000371975 3 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46724358 46724418 ENST00000371975 4 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46725636 46725771 ENST00000371975 5 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726214 46726283 ENST00000371975 6 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726399 46726687 ENST00000371975 7 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726933 46727057 ENST00000371975 8 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46733131 46733281 ENST00000371975 9 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46736331 46736457 ENST00000371975 10 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738138 46738212 ENST00000371975 11 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738344 46738474 ENST00000371975 12 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739027 46739137 ENST00000371975 13 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739296 46739419 ENST00000371975 14 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739810 46739888 ENST00000371975 15 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46740210 46740389 ENST00000371975 16 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743489 46743652 ENST00000371975 17 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743744 46743951 ENST00000371975 18 RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46713441 46726529 ENST00000469835 NA RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714078 46714080 ENST00000469835 2 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46714184 46714270 ENST00000469835 3 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46715672 46715791 ENST00000469835 4 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46724358 46724418 ENST00000469835 5 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46725636 46725771 ENST00000469835 6 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726214 46726283 ENST00000469835 7 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46726399 46726529 ENST00000469835 8 RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46714184 46726687 ENST00000493032 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46714184 46733256 ENST00000487700 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46725636 46733280 ENST00000472889 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46726520 46738472 ENST00000473251 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46727010 46739353 ENST00000476687 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46738138 46744111 ENST00000488942 NA RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738138 46738212 ENST00000488942 1 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46738344 46738474 ENST00000488942 2 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739296 46739419 ENST00000488942 3 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46739810 46739888 ENST00000488942 4 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46740210 46740389 ENST00000488942 5 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743489 46743652 ENST00000488942 6 RAD54L ENSG00000085999 Not Supported Not Supported +CDS 1 46743744 46743954 ENST00000488942 7 RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46738177 46743817 ENST00000459678 NA RAD54L ENSG00000085999 Not Supported Not Supported +transcript 1 46726868 46746833 ENST00000496156 NA LRRC41 ENSG00000132128 Not Supported Not Supported +transcript 1 46744072 46769280 ENST00000343304 NA LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46768796 46768994 ENST00000343304 1 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46763956 46764042 ENST00000343304 2 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46763235 46763305 ENST00000343304 3 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46751034 46752171 ENST00000343304 4 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46746797 46747057 ENST00000343304 5 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46746068 46746232 ENST00000343304 6 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46745864 46745962 ENST00000343304 7 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46745164 46745286 ENST00000343304 8 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46744854 46744929 ENST00000343304 9 LRRC41 ENSG00000132128 Not Supported Not Supported +CDS 1 46744540 46744756 ENST00000343304 10 LRRC41 ENSG00000132128 Not Supported Not Supported +transcript 1 46744076 46765562 ENST00000472710 NA LRRC41 ENSG00000132128 Not Supported Not Supported +transcript 1 46749839 46768946 ENST00000498402 NA LRRC41 ENSG00000132128 Not Supported Not Supported +transcript 1 46762414 46766452 ENST00000469150 NA LRRC41 ENSG00000132128 Not Supported Not Supported +transcript 1 46769303 46782448 ENST00000311672 NA UQCRH ENSG00000173660 Not Supported Not Supported +CDS 1 46769439 46769492 ENST00000311672 1 UQCRH ENSG00000173660 Not Supported Not Supported +CDS 1 46774773 46774799 ENST00000311672 2 UQCRH ENSG00000173660 Not Supported Not Supported +CDS 1 46775827 46775988 ENST00000311672 3 UQCRH ENSG00000173660 Not Supported Not Supported +CDS 1 46782224 46782253 ENST00000311672 4 UQCRH ENSG00000173660 Not Supported Not Supported +transcript 1 46769370 46782448 ENST00000489056 NA UQCRH ENSG00000173660 Not Supported Not Supported +transcript 1 46769379 46775345 ENST00000486951 NA UQCRH ENSG00000173660 Not Supported Not Supported +transcript 1 46769381 46782448 ENST00000496387 NA UQCRH ENSG00000173660 Not Supported Not Supported +transcript 1 46775593 46782448 ENST00000460947 NA UQCRH ENSG00000173660 Not Supported Not Supported +transcript 1 46805849 46827863 ENST00000474844 NA NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46806499 46806591 ENST00000474844 1 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46810473 46810816 ENST00000474844 2 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46812593 46812747 ENST00000474844 3 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46818540 46818700 ENST00000474844 4 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46826376 46826500 ENST00000474844 5 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46827242 46827515 ENST00000474844 6 NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806461 46830824 ENST00000307089 NA NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46806499 46806591 ENST00000307089 1 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46810473 46810816 ENST00000307089 2 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46818540 46818555 ENST00000307089 3 NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806474 46826500 ENST00000486270 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806479 46827666 ENST00000536062 NA NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46810527 46810816 ENST00000536062 3 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46812593 46812747 ENST00000536062 4 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46818540 46818700 ENST00000536062 5 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46826376 46826500 ENST00000536062 6 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46827242 46827515 ENST00000536062 7 NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806492 46818630 ENST00000469918 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806501 46807267 ENST00000472157 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806859 46827864 ENST00000471871 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46806876 46827782 ENST00000537428 NA NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46810527 46810816 ENST00000537428 2 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46812593 46812747 ENST00000537428 3 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46818540 46818700 ENST00000537428 4 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46826376 46826500 ENST00000537428 5 NSUN4 ENSG00000117481 Not Supported Not Supported +CDS 1 46827242 46827515 ENST00000537428 6 NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46807508 46827864 ENST00000498008 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46809065 46827862 ENST00000495427 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46809684 46811046 ENST00000475281 NA NSUN4 ENSG00000117481 Not Supported Not Supported +transcript 1 46836258 46836627 ENST00000457027 NA RP4-603I14.3 ENSG00000225779 Not Supported Not Supported +transcript 1 46859937 46879517 ENST00000243167 NA FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46860021 46860215 ENST00000243167 1 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46867763 46867876 ENST00000243167 2 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46870686 46870820 ENST00000243167 3 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46871044 46871177 ENST00000243167 4 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46871260 46871466 ENST00000243167 5 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46871710 46871750 ENST00000243167 6 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46871916 46872040 ENST00000243167 7 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46874131 46874256 ENST00000243167 8 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46874773 46874870 ENST00000243167 9 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46876070 46876169 ENST00000243167 10 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46876486 46876526 ENST00000243167 11 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46877284 46877323 ENST00000243167 12 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46877815 46877923 ENST00000243167 13 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46878747 46878892 ENST00000243167 14 FAAH ENSG00000117480 Not Supported Not Supported +CDS 1 46879119 46879244 ENST00000243167 15 FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46860001 46871461 ENST00000468718 NA FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46860043 46874870 ENST00000493735 NA FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46871395 46879520 ENST00000484697 NA FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46871710 46874960 ENST00000489366 NA FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46875724 46877323 ENST00000493636 NA FAAH ENSG00000117480 Not Supported Not Supported +transcript 1 46897801 46910993 ENST00000446499 NA RP5-1109J22.1 ENSG00000232022 Not Supported Not Supported +transcript 1 46899499 46902125 ENST00000606395 NA RP5-1109J22.1 ENSG00000232022 Not Supported Not Supported +transcript 1 46901605 46906874 ENST00000607656 NA RP5-1109J22.1 ENSG00000232022 Not Supported Not Supported +transcript 1 46901817 46911193 ENST00000429784 NA RP5-1109J22.1 ENSG00000232022 Not Supported Not Supported +transcript 1 46912345 46915376 ENST00000416581 NA RP5-1109J22.2 ENSG00000224863 Not Supported Not Supported +transcript 1 46921495 46948147 ENST00000455247 NA LINC00505 ENSG00000225667 Not Supported Not Supported +transcript 1 46972668 46979884 ENST00000371956 NA DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46972683 46972836 ENST00000371956 1 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46976133 46976326 ENST00000371956 2 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46976607 46976955 ENST00000371956 3 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46977715 46978163 ENST00000371956 4 DMBX1 ENSG00000197587 Not Supported Not Supported +transcript 1 46972669 46979898 ENST00000360032 NA DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46972683 46972836 ENST00000360032 1 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46976148 46976326 ENST00000360032 2 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46976607 46976955 ENST00000360032 3 DMBX1 ENSG00000197587 Not Supported Not Supported +CDS 1 46977715 46978163 ENST00000360032 4 DMBX1 ENSG00000197587 Not Supported Not Supported +transcript 1 47004368 47035927 ENST00000602433 NA MKNK1-AS1 ENSG00000269956 Not Supported Not Supported +transcript 1 47011316 47015684 ENST00000294445 NA KNCN ENSG00000162456 Not Supported Not Supported +transcript 1 47013021 47015405 ENST00000524908 NA KNCN ENSG00000162456 Not Supported Not Supported +transcript 1 47013052 47017199 ENST00000481882 NA KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47016737 47016887 ENST00000481882 1 KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47015606 47015674 ENST00000481882 2 KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47014865 47014939 ENST00000481882 3 KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47013405 47013481 ENST00000481882 4 KNCN ENSG00000162456 Not Supported Not Supported +transcript 1 47013100 47016887 ENST00000396314 NA KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47016737 47016887 ENST00000396314 1 KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47014865 47014939 ENST00000396314 2 KNCN ENSG00000162456 Not Supported Not Supported +CDS 1 47013405 47013481 ENST00000396314 3 KNCN ENSG00000162456 Not Supported Not Supported +transcript 1 47023090 47051643 ENST00000342571 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47051546 47051561 ENST00000342571 1 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000342571 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000342571 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000342571 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037800 47037839 ENST00000342571 5 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47023090 47069886 ENST00000371946 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000371946 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000371946 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000371946 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000371946 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000371946 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000371946 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037089 47037211 ENST00000371946 8 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000371946 9 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030808 ENST00000371946 10 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000371946 11 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47027150 47027314 ENST00000371946 12 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47025906 47025949 ENST00000371946 13 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024250 47024472 ENST00000371946 14 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47023091 47069909 ENST00000371945 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000371945 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000371945 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000371945 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000371945 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000371945 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000371945 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000371945 8 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030808 ENST00000371945 9 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000371945 10 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47027150 47027314 ENST00000371945 11 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47025906 47025949 ENST00000371945 12 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024250 47024472 ENST00000371945 13 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47023091 47051643 ENST00000371944 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046224 ENST00000371944 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000371944 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000371944 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000371944 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030808 ENST00000371944 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000371944 8 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47027150 47027314 ENST00000371944 9 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47025906 47025949 ENST00000371944 10 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024250 47024472 ENST00000371944 11 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47023091 47069966 ENST00000341183 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000341183 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000341183 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000341183 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000341183 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000341183 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000341183 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000341183 8 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030808 ENST00000341183 9 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000341183 10 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47027150 47027314 ENST00000341183 11 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024437 47024472 ENST00000341183 12 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47023905 47030735 ENST00000524749 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030735 ENST00000524749 1 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000524749 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024434 47024472 ENST00000524749 3 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47024065 47069940 ENST00000528077 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000528077 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000528077 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000528077 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000528077 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037800 47037839 ENST00000528077 6 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47024371 47069927 ENST00000428112 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000428112 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000428112 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000428112 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000428112 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000428112 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000428112 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000428112 8 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47030713 47030808 ENST00000428112 9 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47028321 47028515 ENST00000428112 10 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47027150 47027314 ENST00000428112 11 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47024437 47024472 ENST00000428112 12 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47024428 47037972 ENST00000532897 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47027149 47028707 ENST00000530528 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47027154 47069951 ENST00000531355 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000531355 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000531355 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042295 47042326 ENST00000531355 4 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47027244 47034109 ENST00000470237 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47028371 47031098 ENST00000524417 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47028421 47034134 ENST00000460098 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47034115 47051232 ENST00000532783 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47048999 ENST00000532783 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000532783 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000532783 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000532783 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000532783 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034115 47034170 ENST00000532783 7 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47034128 47069966 ENST00000496619 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000496619 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000496619 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000496619 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000496619 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000496619 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037735 47037839 ENST00000496619 7 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47034128 47034170 ENST00000496619 8 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47037781 47051931 ENST00000528237 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47051546 47051561 ENST00000528237 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000528237 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000528237 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000528237 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040619 47040692 ENST00000528237 6 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47037781 47037839 ENST00000528237 7 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47037830 47069896 ENST00000526513 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000526513 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000526513 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048552 47048595 ENST00000526513 4 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47039406 47059878 ENST00000484301 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47040147 47082515 ENST00000545730 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000545730 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000545730 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000545730 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042247 47042326 ENST00000545730 5 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47040608 47040692 ENST00000545730 6 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47040498 47059903 ENST00000486716 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47041940 47051607 ENST00000480531 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47042256 47069927 ENST00000529170 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000529170 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000529170 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000529170 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042256 47042326 ENST00000529170 5 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47042261 47082515 ENST00000531769 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000531769 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000531769 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046202 47046299 ENST00000531769 4 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47042261 47042326 ENST00000531769 5 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47046106 47059952 ENST00000465783 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000465783 1 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000465783 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046163 47046299 ENST00000465783 3 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47046112 47059933 ENST00000474868 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059818 ENST00000474868 1 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47051570 47051646 ENST00000474868 2 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47046268 47060731 ENST00000532110 NA MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47060540 47060615 ENST00000532110 1 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47059785 47059952 ENST00000532110 2 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47048900 47049001 ENST00000532110 3 MKNK1 ENSG00000079277 Not Supported Not Supported +CDS 1 47046268 47046299 ENST00000532110 4 MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47050176 47051941 ENST00000477883 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47050219 47069918 ENST00000525888 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47059195 47069942 ENST00000468852 NA MKNK1 ENSG00000079277 Not Supported Not Supported +transcript 1 47073387 47082563 ENST00000319928 NA MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47078576 47078993 ENST00000319928 2 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075674 47075876 ENST00000319928 3 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075330 47075356 ENST00000319928 4 MOB3C ENSG00000142961 Not Supported Not Supported +transcript 1 47073391 47080805 ENST00000271139 NA MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47080643 47080748 ENST00000271139 1 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47078576 47079043 ENST00000271139 2 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075674 47075876 ENST00000271139 3 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075330 47075356 ENST00000271139 4 MOB3C ENSG00000142961 Not Supported Not Supported +transcript 1 47073397 47082137 ENST00000371940 NA MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47078576 47079062 ENST00000371940 1 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075674 47075876 ENST00000371940 2 MOB3C ENSG00000142961 Not Supported Not Supported +CDS 1 47075330 47075356 ENST00000371940 3 MOB3C ENSG00000142961 Not Supported Not Supported +transcript 1 47075674 47082556 ENST00000477318 NA MOB3C ENSG00000142961 Not Supported Not Supported +transcript 1 47098409 47134126 ENST00000576409 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47133729 47134063 ENST00000576409 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000576409 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000576409 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000576409 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000576409 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000576409 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000576409 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000576409 8 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000576409 9 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47098413 47134099 ENST00000371937 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47133729 47133994 ENST00000371937 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000371937 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000371937 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000371937 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000371937 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000371937 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000371937 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000371937 8 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000371937 9 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47098413 47134099 ENST00000574428 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47133729 47133994 ENST00000574428 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000574428 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000574428 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000574428 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000574428 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000574428 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000574428 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47099350 47110928 ENST00000492233 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000492233 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000492233 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101569 47101642 ENST00000492233 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47099437 47099500 ENST00000492233 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47100751 47131044 ENST00000526821 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131044 ENST00000526821 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000526821 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000526821 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000526821 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000526821 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101448 47101642 ENST00000526821 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47100998 47131527 ENST00000529214 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47131319 47131320 ENST00000529214 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000529214 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47129572 47129595 ENST00000529214 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47100998 47131527 ENST00000542495 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123834 ENST00000542495 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000542495 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000542495 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000542495 8 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000542495 9 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000542495 10 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47101095 47134099 ENST00000329231 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47133729 47134063 ENST00000329231 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000329231 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000329231 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000329231 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000329231 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000329231 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000329231 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47101306 47124399 ENST00000534216 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124399 ENST00000534216 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000534216 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000534216 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000534216 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000534216 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101448 47101642 ENST00000534216 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47101380 47131527 ENST00000532925 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47131319 47131320 ENST00000532925 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000532925 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47124359 47124409 ENST00000532925 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47123799 47123861 ENST00000532925 4 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47119489 47119539 ENST00000532925 5 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47118253 47118300 ENST00000532925 6 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47110833 47110928 ENST00000532925 7 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47108866 47108973 ENST00000532925 8 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47101451 47101642 ENST00000532925 9 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47118093 47133781 ENST00000474020 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47118276 47133851 ENST00000487193 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47133729 47133851 ENST00000487193 1 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000487193 2 ATPAF1 ENSG00000123472 Not Supported Not Supported +CDS 1 47129569 47129595 ENST00000487193 3 ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47124376 47139539 ENST00000525633 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47130214 47133774 ENST00000460928 NA ATPAF1 ENSG00000123472 Not Supported Not Supported +transcript 1 47124366 47184824 ENST00000544071 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47183575 47183759 ENST00000544071 1 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47181967 47182115 ENST00000544071 2 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47173578 47173723 ENST00000544071 3 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47162223 47162321 ENST00000544071 4 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47157499 47157609 ENST00000544071 5 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47155259 47155363 ENST00000544071 6 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47152456 47152542 ENST00000544071 7 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47150163 47150274 ENST00000544071 8 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47148972 47149097 ENST00000544071 9 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47130928 47131036 ENST00000544071 10 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47124385 47124409 ENST00000544071 11 EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47140831 47184736 ENST00000371933 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47183575 47183759 ENST00000371933 1 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47181967 47182115 ENST00000371933 2 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47173578 47173723 ENST00000371933 3 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47162223 47162321 ENST00000371933 4 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47157499 47157609 ENST00000371933 5 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47155259 47155363 ENST00000371933 6 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47154025 47154216 ENST00000371933 7 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47152456 47152542 ENST00000371933 8 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47150163 47150274 ENST00000371933 9 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47148972 47149097 ENST00000371933 10 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47144136 47144308 ENST00000371933 11 EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47143935 47155363 ENST00000479745 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47143962 47155308 ENST00000487741 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47155259 47155308 ENST00000487741 1 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47152456 47152542 ENST00000487741 2 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47150755 47150816 ENST00000487741 3 EFCAB14 ENSG00000159658 Not Supported Not Supported +CDS 1 47150274 47150274 ENST00000487741 4 EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47144079 47152601 ENST00000481623 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47148894 47150236 ENST00000459797 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47149844 47162268 ENST00000484461 NA EFCAB14 ENSG00000159658 Not Supported Not Supported +transcript 1 47131582 47132047 ENST00000419476 NA RP11-8J9.1 ENSG00000233647 Not Supported Not Supported +transcript 1 47134527 47138923 ENST00000564071 NA TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47135111 47135150 ENST00000564071 1 TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47138545 47138923 ENST00000564071 2 TEX38 ENSG00000186118 Not Supported Not Supported +transcript 1 47137445 47139249 ENST00000569393 NA TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47137445 47137643 ENST00000569393 1 TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47138545 47139125 ENST00000569393 2 TEX38 ENSG00000186118 Not Supported Not Supported +transcript 1 47137500 47139266 ENST00000334122 NA TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47137607 47137643 ENST00000334122 1 TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47138545 47139125 ENST00000334122 2 TEX38 ENSG00000186118 Not Supported Not Supported +transcript 1 47137531 47139148 ENST00000415500 NA TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47138736 47139125 ENST00000415500 2 TEX38 ENSG00000186118 Not Supported Not Supported +transcript 1 47137550 47139166 ENST00000564373 NA TEX38 ENSG00000186118 Not Supported Not Supported +CDS 1 47138670 47139125 ENST00000564373 2 TEX38 ENSG00000186118 Not Supported Not Supported +transcript 1 47139708 47157770 ENST00000442839 NA EFCAB14-AS1 ENSG00000228237 Not Supported Not Supported +transcript 1 47139800 47157769 ENST00000418985 NA EFCAB14-AS1 ENSG00000228237 Not Supported Not Supported +transcript 1 47208001 47208805 ENST00000419949 NA RP11-8J9.5 ENSG00000236476 Not Supported Not Supported +transcript 1 47223510 47276522 ENST00000546128 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47223550 47256171 ENST00000413093 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264670 47284342 ENST00000534708 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000534708 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278168 47278248 ENST00000534708 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264718 47285021 ENST00000371923 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000371923 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276480 47276621 ENST00000371923 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276812 47276856 ENST00000371923 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278168 47278295 ENST00000371923 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000371923 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279581 47279735 ENST00000371923 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000371923 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280936 ENST00000371923 8 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47282720 47282853 ENST00000371923 9 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283637 47283701 ENST00000371923 10 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283803 47283885 ENST00000371923 11 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47284303 47284483 ENST00000371923 12 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264718 47285085 ENST00000271153 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000271153 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276480 47276621 ENST00000271153 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276812 47276856 ENST00000271153 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278168 47278295 ENST00000271153 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000271153 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279584 47279735 ENST00000271153 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000271153 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280936 ENST00000271153 8 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47282720 47282853 ENST00000271153 9 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283637 47283701 ENST00000271153 10 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283803 47283885 ENST00000271153 11 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47284303 47284483 ENST00000271153 12 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264723 47281083 ENST00000529715 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000529715 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276480 47276621 ENST00000529715 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47277849 47277940 ENST00000529715 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264736 47285021 ENST00000464439 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000464439 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276480 47276621 ENST00000464439 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276812 47276856 ENST00000464439 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278168 47278295 ENST00000464439 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000464439 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279654 47279735 ENST00000464439 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000464439 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280911 ENST00000464439 8 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47264754 47284486 ENST00000371919 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47264754 47264933 ENST00000371919 1 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47276480 47276621 ENST00000371919 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278168 47278295 ENST00000371919 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000371919 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279581 47279735 ENST00000371919 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000371919 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280936 ENST00000371919 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47282720 47282853 ENST00000371919 8 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283637 47283701 ENST00000371919 9 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283803 47283885 ENST00000371919 10 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47284303 47284483 ENST00000371919 11 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47272479 47279660 ENST00000526297 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278290 47278295 ENST00000526297 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000526297 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279581 47279660 ENST00000526297 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47276745 47284514 ENST00000452782 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278290 47278295 ENST00000452782 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000452782 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279581 47279735 ENST00000452782 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000452782 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280936 ENST00000452782 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47282720 47282853 ENST00000452782 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283637 47283701 ENST00000452782 8 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47283803 47283885 ENST00000452782 9 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47284303 47284483 ENST00000452782 10 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47276775 47282853 ENST00000468637 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47278290 47278295 ENST00000468637 2 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279154 47279278 ENST00000468637 3 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279584 47279735 ENST00000468637 4 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47279881 47279987 ENST00000468637 5 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47280746 47280936 ENST00000468637 6 CYP4B1 ENSG00000142973 Not Supported Not Supported +CDS 1 47282720 47282853 ENST00000468637 7 CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47280746 47283029 ENST00000481248 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47282720 47284687 ENST00000497005 NA CYP4B1 ENSG00000142973 Not Supported Not Supported +transcript 1 47308767 47366109 ENST00000505841 NA CYP4Z2P ENSG00000154198 Not Supported Not Supported +transcript 1 47308850 47366106 ENST00000423332 NA CYP4Z2P ENSG00000154198 Not Supported Not Supported +transcript 1 47357311 47358502 ENST00000437364 NA RP11-346M5.1 ENSG00000238145 Not Supported Not Supported +transcript 1 47394849 47407137 ENST00000310638 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000310638 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000310638 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000310638 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000310638 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000310638 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400672 47400826 ENST00000310638 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000310638 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399848 47400038 ENST00000310638 8 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399618 47399751 ENST00000310638 9 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398655 47398719 ENST00000310638 10 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398433 47398509 ENST00000310638 11 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47395790 47395982 ENST00000310638 12 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47394849 47407156 ENST00000475477 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000475477 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000475477 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000475477 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000475477 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000475477 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000475477 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399702 47399751 ENST00000475477 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47394852 47407128 ENST00000371904 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000371904 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000371904 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000371904 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000371904 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000371904 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400671 47400826 ENST00000371904 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400233 ENST00000371904 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399848 47400038 ENST00000371904 8 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399618 47399751 ENST00000371904 9 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398655 47398719 ENST00000371904 10 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398433 47398509 ENST00000371904 11 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47395790 47395982 ENST00000371904 12 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47395309 47407136 ENST00000462347 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000462347 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000462347 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000462347 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000462347 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000462347 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000462347 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399618 47399803 ENST00000462347 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398655 47398719 ENST00000462347 8 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398433 47398509 ENST00000462347 9 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47395790 47395982 ENST00000462347 10 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47395720 47407156 ENST00000474458 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000474458 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000474458 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000474458 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000474458 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000474458 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000474458 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398505 47398509 ENST00000474458 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47395720 47407156 ENST00000468629 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000468629 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000468629 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000468629 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000468629 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000468629 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400672 47400730 ENST00000468629 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000468629 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399848 47400038 ENST00000468629 8 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399618 47399751 ENST00000468629 9 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398505 47398509 ENST00000468629 10 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47397178 47407148 ENST00000465874 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000465874 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000465874 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000465874 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000465874 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401222 47401319 ENST00000465874 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399641 47399677 ENST00000465874 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47398103 47407136 ENST00000371905 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47406911 47407105 ENST00000371905 1 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403809 ENST00000371905 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000371905 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000371905 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000371905 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400672 47400826 ENST00000371905 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000371905 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399848 47400038 ENST00000371905 8 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399618 47399751 ENST00000371905 9 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398655 47398719 ENST00000371905 10 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47398432 47398509 ENST00000371905 11 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47399587 47399918 ENST00000496519 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47399625 47407097 ENST00000457840 NA CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47403668 47403692 ENST00000457840 2 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402974 47403018 ENST00000457840 3 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47402336 47402463 ENST00000457840 4 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47401195 47401319 ENST00000457840 5 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47400125 47400231 ENST00000457840 6 CYP4A11 ENSG00000187048 Not Supported Not Supported +CDS 1 47399998 47400038 ENST00000457840 7 CYP4A11 ENSG00000187048 Not Supported Not Supported +transcript 1 47427036 47516422 ENST00000538609 NA CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47427255 47427428 ENST00000538609 1 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47495662 47495803 ENST00000538609 2 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47497108 47497152 ENST00000538609 3 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47498913 47499040 ENST00000538609 4 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47501478 47501605 ENST00000538609 5 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47501689 47501843 ENST00000538609 6 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47504332 47504438 ENST00000538609 7 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47505014 47505204 ENST00000538609 8 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47512139 47512272 ENST00000538609 9 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47514237 47514301 ENST00000538609 10 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47515094 47515176 ENST00000538609 11 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47515672 47515843 ENST00000538609 12 CYP4X1 ENSG00000186377 Not Supported Not Supported +transcript 1 47489240 47516423 ENST00000371901 NA CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47489490 47489666 ENST00000371901 1 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47495662 47495803 ENST00000371901 2 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47497108 47497152 ENST00000371901 3 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47498913 47499040 ENST00000371901 4 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47501478 47501605 ENST00000371901 5 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47501689 47501843 ENST00000371901 6 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47504332 47504438 ENST00000371901 7 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47505014 47505204 ENST00000371901 8 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47512139 47512272 ENST00000371901 9 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47514237 47514301 ENST00000371901 10 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47515094 47515176 ENST00000371901 11 CYP4X1 ENSG00000186377 Not Supported Not Supported +CDS 1 47515672 47515843 ENST00000371901 12 CYP4X1 ENSG00000186377 Not Supported Not Supported +transcript 1 47501780 47505395 ENST00000466294 NA CYP4X1 ENSG00000186377 Not Supported Not Supported +transcript 1 47433351 47433546 ENST00000563017 NA CYP4A26P ENSG00000259832 Not Supported Not Supported +transcript 1 47460054 47460174 ENST00000568156 NA CYP4A43P ENSG00000261196 Not Supported Not Supported +transcript 1 47466570 47466759 ENST00000567218 NA CYP4A27P ENSG00000261593 Not Supported Not Supported +transcript 1 47468667 47468820 ENST00000569984 NA CYP4A44P ENSG00000261290 Not Supported Not Supported +transcript 1 47533160 47583991 ENST00000334194 NA CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47533163 47533339 ENST00000334194 1 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47534294 47534435 ENST00000334194 2 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47546295 47546339 ENST00000334194 3 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47548006 47548133 ENST00000334194 4 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47550292 47550416 ENST00000334194 5 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47550496 47550650 ENST00000334194 6 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47560238 47560341 ENST00000334194 7 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47564766 47564956 ENST00000334194 8 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47571800 47571933 ENST00000334194 9 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47581201 47581265 ENST00000334194 10 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47582322 47582404 ENST00000334194 11 CYP4Z1 ENSG00000186160 Not Supported Not Supported +CDS 1 47583438 47583603 ENST00000334194 12 CYP4Z1 ENSG00000186160 Not Supported Not Supported +transcript 1 47581111 47583736 ENST00000471598 NA CYP4Z1 ENSG00000186160 Not Supported Not Supported +transcript 1 47540450 47541651 ENST00000445574 NA RP11-184J23.2 ENSG00000225154 Not Supported Not Supported +transcript 1 47562325 47644943 ENST00000444042 NA CYP4A22-AS1 ENSG00000225506 Not Supported Not Supported +transcript 1 47603107 47614536 ENST00000490948 NA CYP4A22 ENSG00000162365 Not Supported Not Supported +transcript 1 47603107 47614536 ENST00000485117 NA CYP4A22 ENSG00000162365 Not Supported Not Supported +transcript 1 47603122 47614947 ENST00000371890 NA CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47603158 47603352 ENST00000371890 1 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47606452 47606593 ENST00000371890 2 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607243 47607287 ENST00000371890 3 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607780 47607907 ENST00000371890 4 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47608941 47609065 ENST00000371890 5 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610029 47610135 ENST00000371890 6 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610457 47610642 ENST00000371890 7 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611538 47611602 ENST00000371890 8 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611749 47611825 ENST00000371890 9 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47614274 47614466 ENST00000371890 10 CYP4A22 ENSG00000162365 Not Supported Not Supported +transcript 1 47603127 47612155 ENST00000294337 NA CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47603158 47603352 ENST00000294337 1 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47606452 47606593 ENST00000294337 2 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607243 47607287 ENST00000294337 3 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607780 47607907 ENST00000294337 4 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47608941 47609065 ENST00000294337 5 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47609434 47609588 ENST00000294337 6 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610029 47610135 ENST00000294337 7 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610222 47610412 ENST00000294337 8 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610509 47610642 ENST00000294337 9 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611538 47611602 ENST00000294337 10 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611749 47611826 ENST00000294337 11 CYP4A22 ENSG00000162365 Not Supported Not Supported +transcript 1 47603127 47615413 ENST00000371891 NA CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47603158 47603352 ENST00000371891 1 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47606452 47606593 ENST00000371891 2 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607243 47607287 ENST00000371891 3 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47607780 47607907 ENST00000371891 4 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47608941 47609065 ENST00000371891 5 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47609434 47609588 ENST00000371891 6 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610029 47610135 ENST00000371891 7 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610222 47610412 ENST00000371891 8 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47610509 47610642 ENST00000371891 9 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611538 47611602 ENST00000371891 10 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47611749 47611825 ENST00000371891 11 CYP4A22 ENSG00000162365 Not Supported Not Supported +CDS 1 47614274 47614466 ENST00000371891 12 CYP4A22 ENSG00000162365 Not Supported Not Supported +transcript 1 47630182 47631592 ENST00000438556 NA MTND1P34 ENSG00000225514 Not Supported Not Supported +transcript 1 47644922 47646011 ENST00000429328 NA LINC00853 ENSG00000224805 Not Supported Not Supported +transcript 1 47649265 47655679 ENST00000489919 NA PDZK1IP1 ENSG00000162366 Not Supported Not Supported +transcript 1 47649265 47655727 ENST00000294338 NA PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47655538 47655604 ENST00000294338 1 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47652991 47653099 ENST00000294338 2 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47650674 47650769 ENST00000294338 3 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47649646 47649715 ENST00000294338 4 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +transcript 1 47649272 47651016 ENST00000491793 NA PDZK1IP1 ENSG00000162366 Not Supported Not Supported +transcript 1 47649643 47656716 ENST00000371885 NA PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47655538 47655604 ENST00000371885 2 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47652991 47653099 ENST00000371885 3 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47650674 47650769 ENST00000371885 4 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +CDS 1 47649646 47649715 ENST00000371885 5 PDZK1IP1 ENSG00000162366 Not Supported Not Supported +transcript 1 47681962 47697387 ENST00000371884 NA TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47691115 47691560 ENST00000371884 3 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47689676 47689770 ENST00000371884 4 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47685395 47685846 ENST00000371884 5 TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47681963 47695443 ENST00000371883 NA TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47691115 47691560 ENST00000371883 2 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47689676 47689776 ENST00000371883 3 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47685395 47685846 ENST00000371883 4 TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47681964 47695443 ENST00000294339 NA TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47691115 47691560 ENST00000294339 2 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47689676 47689770 ENST00000294339 3 TAL1 ENSG00000162367 Not Supported Not Supported +CDS 1 47685395 47685846 ENST00000294339 4 TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47684360 47689748 ENST00000459729 NA TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47689744 47697892 ENST00000464796 NA TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47694019 47696890 ENST00000481091 NA TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47694020 47695125 ENST00000465912 NA TAL1 ENSG00000162367 Not Supported Not Supported +transcript 1 47691469 47696422 ENST00000422216 NA RP1-18D14.7 ENSG00000226252 Not Supported Not Supported +transcript 1 47715811 47779819 ENST00000360380 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000360380 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000360380 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000360380 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000360380 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765824 ENST00000360380 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000360380 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000360380 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000360380 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000360380 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000360380 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000360380 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000360380 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000360380 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728785 ENST00000360380 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47725961 47726211 ENST00000360380 17 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47716811 47717594 ENST00000360380 18 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47715811 47779819 ENST00000337817 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000337817 2 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000337817 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000337817 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000337817 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765824 ENST00000337817 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000337817 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000337817 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000337817 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000337817 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000337817 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000337817 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000337817 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000337817 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728785 ENST00000337817 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47725961 47726211 ENST00000337817 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47716811 47717594 ENST00000337817 17 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47715814 47779812 ENST00000371877 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000371877 2 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000371877 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000371877 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000371877 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765824 ENST00000371877 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000371877 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000371877 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000371877 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000371877 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000371877 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000371877 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000371877 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000371877 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728788 ENST00000371877 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47725961 47726211 ENST00000371877 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47716811 47717594 ENST00000371877 17 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47716294 47778807 ENST00000396221 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000396221 2 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000396221 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000396221 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000396221 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765824 ENST00000396221 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000396221 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000396221 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000396221 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000396221 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000396221 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000396221 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000396221 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000396221 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728734 ENST00000396221 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47725961 47726211 ENST00000396221 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47716811 47717594 ENST00000396221 17 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47716294 47778807 ENST00000243182 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000243182 2 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000243182 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000243182 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000243182 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765824 ENST00000243182 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000243182 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000243182 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000243182 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000243182 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000243182 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000243182 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000243182 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000243182 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728785 ENST00000243182 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47725961 47726211 ENST00000243182 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47716811 47717594 ENST00000243182 17 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47726091 47779819 ENST00000447475 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47775948 47775991 ENST00000447475 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770668 ENST00000447475 4 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000447475 5 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767233 47767420 ENST00000447475 6 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765782 47765824 ENST00000447475 7 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47765577 47765640 ENST00000447475 8 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47761437 47761520 ENST00000447475 9 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47759130 47759216 ENST00000447475 10 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47755107 47755257 ENST00000447475 11 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47753223 47753332 ENST00000447475 12 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47748017 47748131 ENST00000447475 13 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746881 ENST00000447475 14 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000447475 15 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000447475 16 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47728575 47728734 ENST00000447475 17 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47726091 47726211 ENST00000447475 18 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47726102 47749745 ENST00000418131 NA STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47735307 47746729 ENST00000436811 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47746618 47746729 ENST00000436811 1 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47745913 47746035 ENST00000436811 2 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47737748 47737913 ENST00000436811 3 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47735307 47735538 ENST00000436811 4 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47765449 47767397 ENST00000433827 NA STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47767906 47770989 ENST00000413565 NA STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47770561 47770724 ENST00000413565 1 STIL ENSG00000123473 Not Supported Not Supported +CDS 1 47767906 47768018 ENST00000413565 2 STIL ENSG00000123473 Not Supported Not Supported +transcript 1 47799469 47844511 ENST00000371873 NA CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47799618 47799788 ENST00000371873 1 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47834141 47834287 ENST00000371873 2 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47838627 47838779 ENST00000371873 3 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47840581 47840657 ENST00000371873 4 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47840869 47840965 ENST00000371873 5 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47842376 47842414 ENST00000371873 6 CMPK1 ENSG00000162368 Not Supported Not Supported +transcript 1 47799481 47842882 ENST00000371871 NA CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47799618 47799788 ENST00000371871 1 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47834141 47834287 ENST00000371871 2 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47838627 47838779 ENST00000371871 3 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47840869 47840904 ENST00000371871 4 CMPK1 ENSG00000162368 Not Supported Not Supported +transcript 1 47799551 47824547 ENST00000471289 NA CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47799618 47799788 ENST00000471289 1 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47823970 47823972 ENST00000471289 2 CMPK1 ENSG00000162368 Not Supported Not Supported +transcript 1 47799586 47842795 ENST00000450808 NA CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47799618 47799788 ENST00000450808 1 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47838627 47838779 ENST00000450808 2 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47840581 47840657 ENST00000450808 3 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47840869 47840965 ENST00000450808 4 CMPK1 ENSG00000162368 Not Supported Not Supported +CDS 1 47842376 47842414 ENST00000450808 5 CMPK1 ENSG00000162368 Not Supported Not Supported +transcript 1 47799613 47839115 ENST00000371870 NA CMPK1 ENSG00000162368 Not Supported Not Supported +transcript 1 47846600 47874149 ENST00000420876 NA RP11-511I2.2 ENSG00000225762 Not Supported Not Supported +transcript 1 47881744 47883723 ENST00000335071 NA FOXE3 ENSG00000186790 Not Supported Not Supported +CDS 1 47881988 47882944 ENST00000335071 1 FOXE3 ENSG00000186790 Not Supported Not Supported +transcript 1 47897805 47900313 ENST00000445551 NA FOXD2-AS1 ENSG00000237424 Not Supported Not Supported +transcript 1 47901689 47906363 ENST00000334793 NA FOXD2 ENSG00000186564 Not Supported Not Supported +CDS 1 47903808 47905292 ENST00000334793 1 FOXD2 ENSG00000186564 Not Supported Not Supported +transcript 1 47949370 47949834 ENST00000604764 NA RP4-666O22.3 ENSG00000271355 Not Supported Not Supported +transcript 1 47963566 47964013 ENST00000413752 NA RPL21P24 ENSG00000229554 Not Supported Not Supported +transcript 1 47968176 47968311 ENST00000408419 NA AL356458.1 ENSG00000221346 Not Supported Not Supported +transcript 1 48015868 48016425 ENST00000427294 NA ATP6V0E1P4 ENSG00000227883 Not Supported Not Supported +transcript 1 48086765 48086849 ENST00000408520 NA AL591415.1 ENSG00000221447 Not Supported Not Supported +transcript 1 48154135 48169055 ENST00000454285 NA RP11-543D5.1 ENSG00000227947 Not Supported Not Supported +transcript 1 48226200 48462567 ENST00000606738 NA TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48462360 48462461 ENST00000606738 1 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48459706 48460269 ENST00000606738 2 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48267145 48267291 ENST00000606738 3 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48260258 48260432 ENST00000606738 4 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48244126 48244216 ENST00000606738 5 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48240842 48241111 ENST00000606738 6 TRABD2B ENSG00000269113 Not Supported Not Supported +CDS 1 48231577 48231778 ENST00000606738 7 TRABD2B ENSG00000269113 Not Supported Not Supported +transcript 1 48240910 48459884 ENST00000435576 NA TRABD2B ENSG00000269113 Not Supported Not Supported +transcript 1 48226804 48231219 ENST00000438589 NA RP11-543D5.2 ENSG00000223814 Not Supported Not Supported +transcript 1 48226979 48227290 ENST00000594280 NA FLJ00388 ENSG00000273395 Not Supported Not Supported +CDS 1 48226982 48227290 ENST00000594280 1 FLJ00388 ENSG00000273395 Not Supported Not Supported +transcript 1 48283738 48285909 ENST00000445070 NA RP11-330M19.1 ENSG00000225028 Not Supported Not Supported +transcript 1 48519217 48522448 ENST00000456803 NA RP4-683M8.2 ENSG00000226133 Not Supported Not Supported +transcript 1 48519881 48532873 ENST00000439795 NA RP4-683M8.2 ENSG00000226133 Not Supported Not Supported +transcript 1 48544459 48547868 ENST00000455238 NA RP11-193P11.3 ENSG00000231413 Not Supported Not Supported +transcript 1 48555040 48555306 ENST00000414953 NA CYP46A4P ENSG00000237180 Not Supported Not Supported +transcript 1 48561764 48593620 ENST00000604015 NA SKINTL ENSG00000242267 Not Supported Not Supported +transcript 1 48567387 48627543 ENST00000452503 NA SKINTL ENSG00000242267 Not Supported Not Supported +transcript 1 48627471 48644902 ENST00000401057 NA SKINTL ENSG00000242267 Not Supported Not Supported +transcript 1 48630382 48648100 ENST00000453388 NA SKINTL ENSG00000242267 Not Supported Not Supported +transcript 1 48569306 48569878 ENST00000601108 NA AL109659.1 ENSG00000269709 Not Supported Not Supported +CDS 1 48569306 48569875 ENST00000601108 1 AL109659.1 ENSG00000269709 Not Supported Not Supported +transcript 1 48671637 48672515 ENST00000431986 NA RP5-1024N4.2 ENSG00000223720 Not Supported Not Supported +transcript 1 48688357 48713273 ENST00000425816 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688409 48688570 ENST00000425816 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000425816 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000425816 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000425816 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696272 48696377 ENST00000425816 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697217 48697297 ENST00000425816 6 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48698039 48698174 ENST00000425816 7 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48699327 48699348 ENST00000425816 8 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688357 48713273 ENST00000533824 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688409 48688570 ENST00000533824 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000533824 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000533824 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694775 48694837 ENST00000533824 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000533824 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696272 48696377 ENST00000533824 6 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697217 48697297 ENST00000533824 7 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697618 48697823 ENST00000533824 8 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48698039 48698174 ENST00000533824 9 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48699327 48699434 ENST00000533824 10 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48701401 48701551 ENST00000533824 11 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48703351 48703519 ENST00000533824 12 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48704994 48705209 ENST00000533824 13 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48708129 48708288 ENST00000533824 14 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48713007 48713212 ENST00000533824 15 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688357 48714312 ENST00000438567 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688409 48688570 ENST00000438567 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000438567 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000438567 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000438567 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696272 48696377 ENST00000438567 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697217 48697297 ENST00000438567 6 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697618 48697823 ENST00000438567 7 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48698039 48698174 ENST00000438567 8 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48699327 48699434 ENST00000438567 9 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48701401 48701551 ENST00000438567 10 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48703351 48703519 ENST00000438567 11 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48704994 48705209 ENST00000438567 12 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48708129 48708288 ENST00000438567 13 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48713007 48713212 ENST00000438567 14 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688359 48714316 ENST00000236495 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688409 48688570 ENST00000236495 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000236495 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000236495 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694775 48694849 ENST00000236495 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000236495 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696272 48696377 ENST00000236495 6 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697217 48697297 ENST00000236495 7 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48697618 48697823 ENST00000236495 8 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48698039 48698174 ENST00000236495 9 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48699327 48699434 ENST00000236495 10 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48701401 48701551 ENST00000236495 11 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48703351 48703519 ENST00000236495 12 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48704994 48705209 ENST00000236495 13 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48708129 48708288 ENST00000236495 14 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48713007 48713212 ENST00000236495 15 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688379 48714315 ENST00000493837 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688411 48703379 ENST00000441260 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688411 48688570 ENST00000441260 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000441260 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000441260 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000441260 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696339 48696356 ENST00000441260 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48688411 48703379 ENST00000420136 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48688430 48688570 ENST00000420136 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48690396 48690467 ENST00000420136 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694522 48694626 ENST00000420136 3 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48694967 48695131 ENST00000420136 4 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48696339 48696353 ENST00000420136 5 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48694752 48697250 ENST00000527929 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48704098 48708250 ENST00000525901 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48705059 48713390 ENST00000532322 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48705059 48705209 ENST00000532322 1 SLC5A9 ENSG00000117834 Not Supported Not Supported +CDS 1 48707616 48707693 ENST00000532322 2 SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48706056 48714310 ENST00000471020 NA SLC5A9 ENSG00000117834 Not Supported Not Supported +transcript 1 48693560 48695233 ENST00000606809 NA RP5-1024N4.4 ENSG00000272491 Not Supported Not Supported +transcript 1 48761044 48937845 ENST00000371847 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48937630 48937680 ENST00000371847 1 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48918666 48918803 ENST00000371847 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48917224 48917272 ENST00000371847 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48878782 48878823 ENST00000371847 4 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48877136 48877260 ENST00000371847 5 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48869474 48869554 ENST00000371847 6 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48865023 48865316 ENST00000371847 7 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48860939 48861026 ENST00000371847 8 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48850981 48851021 ENST00000371847 9 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48825258 48825442 ENST00000371847 10 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48821342 48821441 ENST00000371847 11 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48771459 48771550 ENST00000371847 12 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48764388 48764565 ENST00000371847 13 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48763509 48937682 ENST00000371843 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48937630 48937680 ENST00000371843 1 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48918666 48918803 ENST00000371843 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48917224 48917272 ENST00000371843 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48878782 48878823 ENST00000371843 4 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48877136 48877260 ENST00000371843 5 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48869474 48869554 ENST00000371843 6 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48865023 48865316 ENST00000371843 7 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48860939 48861026 ENST00000371843 8 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48850981 48851021 ENST00000371843 9 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48825258 48825442 ENST00000371843 10 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48821390 48821441 ENST00000371843 11 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48771459 48771550 ENST00000371843 12 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48764388 48764565 ENST00000371843 13 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48764316 48866583 ENST00000603831 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48866462 48866488 ENST00000603831 1 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48865023 48865316 ENST00000603831 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48860939 48861026 ENST00000603831 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48858927 48858972 ENST00000603831 4 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48850985 48851021 ENST00000603831 5 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48764320 48937825 ENST00000396199 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48918666 48918680 ENST00000396199 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48917224 48917272 ENST00000396199 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48877136 48877260 ENST00000396199 4 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48869474 48869554 ENST00000396199 5 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48865023 48865316 ENST00000396199 6 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48860939 48861026 ENST00000396199 7 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48850981 48851021 ENST00000396199 8 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48825258 48825442 ENST00000396199 9 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48821342 48821441 ENST00000396199 10 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48771459 48771550 ENST00000396199 11 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48764388 48764565 ENST00000396199 12 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48771471 48866522 ENST00000371841 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48866445 48866453 ENST00000371841 1 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48865023 48865316 ENST00000371841 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48860939 48861026 ENST00000371841 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48850981 48851021 ENST00000371841 4 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48825258 48825442 ENST00000371841 5 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48821390 48821441 ENST00000371841 6 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48771471 48771550 ENST00000371841 7 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48771477 48868416 ENST00000490850 NA SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48821117 48825394 ENST00000487629 NA SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48864724 48937688 ENST00000463938 NA SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48865255 48937757 ENST00000487543 NA SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48937630 48937680 ENST00000487543 1 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48918666 48918803 ENST00000487543 2 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48917224 48917272 ENST00000487543 3 SPATA6 ENSG00000132122 Not Supported Not Supported +CDS 1 48877257 48877276 ENST00000487543 4 SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48877136 48917258 ENST00000465990 NA SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48877159 48937827 ENST00000471975 NA SPATA6 ENSG00000132122 Not Supported Not Supported +transcript 1 48790752 48791795 ENST00000452549 NA PPP1R8P1 ENSG00000224986 Not Supported Not Supported +transcript 1 48809881 48809987 ENST00000383973 NA RNU6-723P ENSG00000206700 Not Supported Not Supported +transcript 1 48901639 48902895 ENST00000412769 NA RP11-329A14.1 ENSG00000235105 Not Supported Not Supported +transcript 1 48913608 48913714 ENST00000411243 NA RNU4-61P ENSG00000223175 Not Supported Not Supported +transcript 1 48962935 48963408 ENST00000416622 NA RP11-329A14.2 ENSG00000232514 Not Supported Not Supported +transcript 1 48998527 50489585 ENST00000371839 NA AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50489435 50489468 ENST00000371839 1 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50317068 50317190 ENST00000371839 2 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50162985 50163109 ENST00000371839 3 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49711442 49711536 ENST00000371839 4 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49511256 49511472 ENST00000371839 5 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49332863 49332902 ENST00000371839 6 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49128824 49128913 ENST00000371839 7 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49119009 49119123 ENST00000371839 8 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49100165 49100276 ENST00000371839 9 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49056505 49056657 ENST00000371839 10 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49052676 49052838 ENST00000371839 11 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49005314 49005410 ENST00000371839 12 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49000562 49000588 ENST00000371839 13 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 48999848 48999965 ENST00000371839 14 AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 48999845 49146574 ENST00000334103 NA AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49119009 49119046 ENST00000334103 3 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49100165 49100276 ENST00000334103 4 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49056505 49056657 ENST00000334103 5 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49052676 49052838 ENST00000334103 6 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49005314 49005410 ENST00000334103 7 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 48999848 48999965 ENST00000334103 8 AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 49049542 49511386 ENST00000416121 NA AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49511256 49511386 ENST00000416121 1 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49332863 49332902 ENST00000416121 2 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49128824 49128913 ENST00000416121 3 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49119009 49119123 ENST00000416121 4 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49100165 49100276 ENST00000416121 5 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49056505 49056657 ENST00000416121 6 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49052581 49052838 ENST00000416121 7 AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 49099880 50489585 ENST00000371838 NA AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50489435 50489468 ENST00000371838 1 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50317068 50317190 ENST00000371838 2 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50162985 50163109 ENST00000371838 3 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49711442 49711536 ENST00000371838 4 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49511256 49511472 ENST00000371838 5 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49332863 49332902 ENST00000371838 6 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49128824 49128913 ENST00000371838 7 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49119009 49119123 ENST00000371838 8 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49100156 49100276 ENST00000371838 9 AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 49283179 50489572 ENST00000371836 NA AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50489435 50489468 ENST00000371836 1 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50317068 50317190 ENST00000371836 2 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 50162985 50163109 ENST00000371836 3 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49711442 49711536 ENST00000371836 4 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49511256 49511472 ENST00000371836 5 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49332863 49332902 ENST00000371836 6 AGBL4 ENSG00000186094 Not Supported Not Supported +CDS 1 49283878 49283894 ENST00000371836 7 AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 49992900 50317190 ENST00000497451 NA AGBL4 ENSG00000186094 Not Supported Not Supported +transcript 1 49193195 49242590 ENST00000371833 NA BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49242278 49242503 ENST00000371833 1 BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49227009 49227142 ENST00000371833 2 BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49224572 49224956 ENST00000371833 3 BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49208295 49208443 ENST00000371833 4 BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49201911 49202124 ENST00000371833 5 BEND5 ENSG00000162373 Not Supported Not Supported +CDS 1 49193561 49193715 ENST00000371833 6 BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49193539 49224605 ENST00000476079 NA BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49193542 49242604 ENST00000463562 NA BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49193545 49224927 ENST00000476096 NA BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49224879 49242641 ENST00000480399 NA BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49226720 49242407 ENST00000489956 NA BEND5 ENSG00000162373 Not Supported Not Supported +transcript 1 49513988 49653257 ENST00000456002 NA RP11-141A19.1 ENSG00000229846 Not Supported Not Supported +transcript 1 49617064 49617175 ENST00000458796 NA snoU13 ENSG00000239144 Not Supported Not Supported +transcript 1 49723083 49734957 ENST00000420071 NA RP11-141A19.2 ENSG00000230114 Not Supported Not Supported +transcript 1 49839873 49937757 ENST00000457061 NA AGBL4-IT1 ENSG00000225623 Not Supported Not Supported +transcript 1 50156934 50157195 ENST00000428836 NA RP5-926E3.1 ENSG00000237478 Not Supported Not Supported +transcript 1 50307493 50312072 ENST00000502859 NA ZNF859P ENSG00000215887 Not Supported Not Supported +transcript 1 50447887 50447967 ENST00000408819 NA AL645730.1 ENSG00000221746 Not Supported Not Supported +transcript 1 50459990 50461874 ENST00000448346 NA AL645730.2 ENSG00000227839 Not Supported Not Supported +CDS 1 50460708 50461028 ENST00000448346 1 AL645730.2 ENSG00000227839 Not Supported Not Supported +transcript 1 50482764 50483175 ENST00000438595 NA MTND2P29 ENSG00000233595 Not Supported Not Supported +transcript 1 50513686 50667540 ENST00000448907 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50513837 50513854 ENST00000448907 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000448907 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000448907 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000448907 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000448907 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000448907 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666523 50666847 ENST00000448907 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50569582 50669442 ENST00000371827 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50569664 50569672 ENST00000371827 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000371827 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000371827 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000371827 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000371827 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000371827 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666523 50666847 ENST00000371827 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50571362 50610856 ENST00000463650 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50571964 50667071 ENST00000357083 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50572006 50572065 ENST00000357083 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000357083 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000357083 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000357083 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000357083 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000357083 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666523 50666847 ENST00000357083 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50574605 50669458 ENST00000371824 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50574862 50574870 ENST00000371824 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000371824 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000371824 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000371824 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000371824 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000371824 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666523 50666847 ENST00000371824 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50574638 50667074 ENST00000371823 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50574862 50574870 ENST00000371823 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000371823 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000371823 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000371823 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000371823 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000371823 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666481 50666847 ENST00000371823 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50575298 50668726 ENST00000371821 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50575613 50575636 ENST00000371821 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000371821 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000371821 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000371821 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000371821 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000371821 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666481 50666847 ENST00000371821 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50575378 50667966 ENST00000371819 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50575613 50575636 ENST00000371819 1 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50610629 50610869 ENST00000371819 2 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50642761 50642864 ENST00000371819 3 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50659437 50659590 ENST00000371819 4 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50661233 50661458 ENST00000371819 5 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50663101 50663139 ENST00000371819 6 ELAVL4 ENSG00000162374 Not Supported Not Supported +CDS 1 50666523 50666847 ENST00000371819 7 ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50575488 50610850 ENST00000494555 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50610625 50646972 ENST00000492299 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50642802 50663257 ENST00000474675 NA ELAVL4 ENSG00000162374 Not Supported Not Supported +transcript 1 50580609 50580954 ENST00000456070 NA RP11-492I2.1 ENSG00000230828 Not Supported Not Supported +transcript 1 50639978 50641540 ENST00000442477 NA RP11-567C20.2 ENSG00000237337 Not Supported Not Supported +transcript 1 50671756 50688799 ENST00000440897 NA RP11-567C20.3 ENSG00000233407 Not Supported Not Supported +transcript 1 50791803 50792679 ENST00000423464 NA RP11-183G22.1 ENSG00000234080 Not Supported Not Supported +transcript 1 50791942 50792682 ENST00000414530 NA RP11-183G22.1 ENSG00000234080 Not Supported Not Supported +transcript 1 50864497 50865445 ENST00000435986 NA HMGB1P45 ENSG00000229316 Not Supported Not Supported +transcript 1 50871102 50871696 ENST00000456841 NA FCF1P6 ENSG00000225671 Not Supported Not Supported +transcript 1 50883222 50887304 ENST00000418121 NA DMRTA2 ENSG00000142700 Not Supported Not Supported +CDS 1 50886650 50887208 ENST00000418121 1 DMRTA2 ENSG00000142700 Not Supported Not Supported +CDS 1 50884340 50885406 ENST00000418121 2 DMRTA2 ENSG00000142700 Not Supported Not Supported +transcript 1 50883222 50889172 ENST00000404795 NA DMRTA2 ENSG00000142700 Not Supported Not Supported +CDS 1 50886650 50887208 ENST00000404795 2 DMRTA2 ENSG00000142700 Not Supported Not Supported +CDS 1 50884340 50885406 ENST00000404795 3 DMRTA2 ENSG00000142700 Not Supported Not Supported +transcript 1 50902700 50902978 ENST00000607815 NA RP5-850O15.4 ENSG00000271782 Not Supported Not Supported +transcript 1 50905150 51425935 ENST00000396153 NA FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51425439 51425483 ENST00000396153 1 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51323601 51323669 ENST00000396153 2 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51267303 51267349 ENST00000396153 3 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51253672 51253877 ENST00000396153 4 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51210356 51210447 ENST00000396153 5 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51204535 51204626 ENST00000396153 6 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51171458 51171563 ENST00000396153 7 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51121114 51121200 ENST00000396153 8 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51061793 51061888 ENST00000396153 9 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51050357 51050483 ENST00000396153 10 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51049324 51049387 ENST00000396153 11 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51048290 51048371 ENST00000396153 12 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51032749 51032903 ENST00000396153 13 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51005264 51005400 ENST00000396153 14 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51001041 51001129 ENST00000396153 15 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50957393 50957473 ENST00000396153 16 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50956260 50956337 ENST00000396153 17 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50941136 50941351 ENST00000396153 18 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50907115 50907195 ENST00000396153 19 FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 50906709 51425833 ENST00000371778 NA FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51425439 51425483 ENST00000371778 2 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51323601 51323669 ENST00000371778 3 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51267303 51267349 ENST00000371778 4 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51253672 51253877 ENST00000371778 5 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51210356 51210447 ENST00000371778 6 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51204535 51204626 ENST00000371778 7 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51171458 51171563 ENST00000371778 8 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51121114 51121200 ENST00000371778 9 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51061793 51061888 ENST00000371778 10 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51050357 51050483 ENST00000371778 11 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51049324 51049387 ENST00000371778 12 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51048290 51048371 ENST00000371778 13 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51032749 51032903 ENST00000371778 14 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51005264 51005400 ENST00000371778 15 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51001041 51001129 ENST00000371778 16 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50957393 50957473 ENST00000371778 17 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50956260 50956337 ENST00000371778 18 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50941136 50941351 ENST00000371778 19 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50907115 50907195 ENST00000371778 20 FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 50906945 51078170 ENST00000545823 NA FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51078003 51078020 ENST00000545823 1 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51061793 51061888 ENST00000545823 2 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51050357 51050483 ENST00000545823 3 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51049324 51049387 ENST00000545823 4 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51048290 51048371 ENST00000545823 5 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51032749 51032903 ENST00000545823 6 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51005264 51005400 ENST00000545823 7 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51001041 51001129 ENST00000545823 8 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50957393 50957473 ENST00000545823 9 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50956260 50956337 ENST00000545823 10 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50941136 50941351 ENST00000545823 11 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50907115 50907195 ENST00000545823 12 FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 50906948 51171723 ENST00000494400 NA FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51171458 51171532 ENST00000494400 1 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51121114 51121200 ENST00000494400 2 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51061793 51061888 ENST00000494400 3 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51050357 51050483 ENST00000494400 4 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51049324 51049387 ENST00000494400 5 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51048290 51048371 ENST00000494400 6 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51032749 51032903 ENST00000494400 7 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51005264 51005400 ENST00000494400 8 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 51001041 51001129 ENST00000494400 9 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50957393 50957473 ENST00000494400 10 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50956260 50956337 ENST00000494400 11 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50941136 50941351 ENST00000494400 12 FAF1 ENSG00000185104 Not Supported Not Supported +CDS 1 50917761 50917865 ENST00000494400 13 FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 51005264 51072616 ENST00000472808 NA FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 51171456 51425410 ENST00000487898 NA FAF1 ENSG00000185104 Not Supported Not Supported +transcript 1 50927141 50936822 ENST00000424664 NA RP5-850O15.3 ENSG00000225767 Not Supported Not Supported +transcript 1 50965430 50965529 ENST00000365270 NA Y_RNA ENSG00000202140 Not Supported Not Supported +transcript 1 51048076 51048183 ENST00000384465 NA RNU6-1026P ENSG00000207194 Not Supported Not Supported +transcript 1 51215968 51216025 ENST00000517016 NA RNU6-1253P ENSG00000252825 Not Supported Not Supported +transcript 1 51246012 51246822 ENST00000453979 NA PHBP12 ENSG00000230585 Not Supported Not Supported +transcript 1 51312140 51312509 ENST00000381143 NA MRPS6P2 ENSG00000237130 Not Supported Not Supported +transcript 1 51426417 51440305 ENST00000262662 NA CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51436041 51436169 ENST00000262662 3 CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51439565 51439939 ENST00000262662 4 CDKN2C ENSG00000123080 Not Supported Not Supported +transcript 1 51434367 51440305 ENST00000396148 NA CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51436041 51436169 ENST00000396148 2 CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51439565 51439939 ENST00000396148 3 CDKN2C ENSG00000123080 Not Supported Not Supported +transcript 1 51435616 51440230 ENST00000371761 NA CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51436041 51436169 ENST00000371761 1 CDKN2C ENSG00000123080 Not Supported Not Supported +CDS 1 51439565 51439939 ENST00000371761 2 CDKN2C ENSG00000123080 Not Supported Not Supported +transcript 1 51525509 51525577 ENST00000578133 NA MIR4421 ENSG00000265538 Not Supported Not Supported +transcript 1 51567906 51613752 ENST00000371759 NA C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51567906 51567921 ENST00000371759 1 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51578136 51578241 ENST00000371759 2 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51584338 51584473 ENST00000371759 3 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51611396 51611432 ENST00000371759 4 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51613139 51613440 ENST00000371759 5 C1orf185 ENSG00000204006 Not Supported Not Supported +transcript 1 51567943 51613517 ENST00000467127 NA C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51584399 51584473 ENST00000467127 3 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51611396 51611432 ENST00000467127 4 C1orf185 ENSG00000204006 Not Supported Not Supported +CDS 1 51613139 51613440 ENST00000467127 5 C1orf185 ENSG00000204006 Not Supported Not Supported +transcript 1 51567958 51595414 ENST00000474016 NA C1orf185 ENSG00000204006 Not Supported Not Supported +transcript 1 51572894 51573003 ENST00000363392 NA Y_RNA ENSG00000200262 Not Supported Not Supported +transcript 1 51623460 51624143 ENST00000440986 NA CFL1P2 ENSG00000213478 Not Supported Not Supported +transcript 1 51654135 51654223 ENST00000459498 NA AL162430.2 ENSG00000239101 Not Supported Not Supported +transcript 1 51656555 51656630 ENST00000408565 NA AL162430.1 ENSG00000221492 Not Supported Not Supported +transcript 1 51660767 51700768 ENST00000366181 NA RP11-296A18.3 ENSG00000203356 Not Supported Not Supported +transcript 1 51696925 51697028 ENST00000459356 NA snoU13 ENSG00000238618 Not Supported Not Supported +transcript 1 51701943 51739127 ENST00000242719 NA RNF11 ENSG00000123091 Not Supported Not Supported +CDS 1 51702429 51702551 ENST00000242719 1 RNF11 ENSG00000123091 Not Supported Not Supported +CDS 1 51735628 51735797 ENST00000242719 2 RNF11 ENSG00000123091 Not Supported Not Supported +CDS 1 51736823 51736991 ENST00000242719 3 RNF11 ENSG00000123091 Not Supported Not Supported +transcript 1 51702011 51737234 ENST00000494873 NA RNF11 ENSG00000123091 Not Supported Not Supported +transcript 1 51735590 51737208 ENST00000486691 NA RNF11 ENSG00000123091 Not Supported Not Supported +transcript 1 51716270 51717118 ENST00000602152 NA RP11-296A18.5 ENSG00000233406 Not Supported Not Supported +transcript 1 51716275 51717144 ENST00000480705 NA RP11-296A18.5 ENSG00000233406 Not Supported Not Supported +transcript 1 51730588 51731746 ENST00000422306 NA RP11-296A18.6 ENSG00000236434 Not Supported Not Supported +transcript 1 51752930 51763662 ENST00000530004 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761827 ENST00000530004 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000530004 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000530004 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000530004 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000530004 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000530004 7 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51752930 51787882 ENST00000447632 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787790 51787833 ENST00000447632 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000447632 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000447632 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000447632 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000447632 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51775102 ENST00000447632 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000447632 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000447632 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000447632 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000447632 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000447632 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000447632 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761842 ENST00000447632 13 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000447632 14 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000447632 15 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000447632 16 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000447632 17 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000447632 18 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51752930 51810788 ENST00000413473 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51810663 51810715 ENST00000413473 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000413473 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000413473 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000413473 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000413473 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000413473 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000413473 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000413473 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000413473 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000413473 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000413473 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000413473 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761842 ENST00000413473 13 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000413473 14 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000413473 15 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000413473 16 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000413473 17 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000413473 18 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51753484 51795845 ENST00000262675 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787457 ENST00000262675 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000262675 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000262675 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000262675 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000262675 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000262675 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000262675 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000262675 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000262675 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000262675 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000262675 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761842 ENST00000262675 13 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000262675 14 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000262675 15 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000262675 16 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000262675 17 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000262675 18 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51753484 51796232 ENST00000451380 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51796109 51796149 ENST00000451380 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000451380 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000451380 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000451380 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000451380 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000451380 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000451380 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000451380 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000451380 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000451380 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000451380 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000451380 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761842 ENST00000451380 13 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000451380 14 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000451380 15 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000451380 16 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000451380 17 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000451380 18 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51753642 51787930 ENST00000371750 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787790 51787833 ENST00000371750 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000371750 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000371750 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000371750 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000371750 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000371750 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000371750 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000371750 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000371750 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000371750 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000371750 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000371750 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761842 ENST00000371750 13 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000371750 14 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000371750 15 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755677 51755791 ENST00000371750 16 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51754511 51754627 ENST00000371750 17 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51753832 51753952 ENST00000371750 18 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51753658 51763632 ENST00000534098 NA TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51755764 51762532 ENST00000525906 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761751 51761827 ENST00000525906 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51760063 51760183 ENST00000525906 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51756186 51756297 ENST00000525906 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51755764 51755791 ENST00000525906 5 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51760130 51771265 ENST00000431927 NA TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51761210 51796234 ENST00000371747 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51796109 51796149 ENST00000371747 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000371747 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000371747 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000371747 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000371747 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51775102 ENST00000371747 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000371747 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000371747 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000371747 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000371747 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000371747 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767244 51767405 ENST00000371747 12 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51761723 51761842 ENST00000371747 13 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51762890 51797018 ENST00000262676 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51796826 51796857 ENST00000262676 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000262676 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000262676 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000262676 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000262676 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51775102 ENST00000262676 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000262676 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000262676 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000262676 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000262676 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767756 51768088 ENST00000262676 11 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51767065 51768830 ENST00000524442 NA TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51767377 51796619 ENST00000411642 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787457 ENST00000411642 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000411642 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000411642 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000411642 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000411642 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000411642 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000411642 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000411642 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000411642 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000411642 11 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51767377 51767405 ENST00000411642 12 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51768029 51796236 ENST00000439482 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51796109 51796149 ENST00000439482 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000439482 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000439482 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000439482 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000439482 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000439482 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000439482 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000439482 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000439482 9 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768178 51768245 ENST00000439482 10 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768029 51768088 ENST00000439482 11 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51768756 51791648 ENST00000422925 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787457 ENST00000422925 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000422925 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000422925 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000422925 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51774997 ENST00000422925 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771649 51771748 ENST00000422925 7 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51770753 51770818 ENST00000422925 8 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51768756 51768864 ENST00000422925 9 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51771696 51795874 ENST00000380849 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787457 ENST00000380849 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000380849 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000380849 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000380849 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51774933 51775102 ENST00000380849 6 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51771696 51771748 ENST00000380849 7 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51775064 51810788 ENST00000401051 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51810663 51810715 ENST00000401051 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000401051 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000401051 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000401051 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000401051 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51775064 51775102 ENST00000401051 6 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51775071 51791625 ENST00000532836 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787457 ENST00000532836 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000532836 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000532836 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776926 51776993 ENST00000532836 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51775071 51775102 ENST00000532836 6 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51776929 51810788 ENST00000527205 NA TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51810663 51810715 ENST00000527205 1 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51808679 51808750 ENST00000527205 2 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51787393 51787497 ENST00000527205 3 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51778484 51778615 ENST00000527205 4 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51777791 51777867 ENST00000527205 5 TTC39A ENSG00000085831 Not Supported Not Supported +CDS 1 51776929 51776993 ENST00000527205 6 TTC39A ENSG00000085831 Not Supported Not Supported +transcript 1 51795326 51800996 ENST00000564479 NA RP11-275F13.1 ENSG00000261664 Not Supported Not Supported +transcript 1 51795422 51796953 ENST00000568425 NA RP11-275F13.1 ENSG00000261664 Not Supported Not Supported +transcript 1 51819935 51984913 ENST00000371730 NA EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51984871 51984903 ENST00000371730 1 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51946945 51946986 ENST00000371730 2 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51938531 51938620 ENST00000371730 3 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51937362 51937409 ENST00000371730 4 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51934145 51934240 ENST00000371730 5 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51930933 51930998 ENST00000371730 6 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51929345 51929470 ENST00000371730 7 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51926763 51926822 ENST00000371730 8 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51913718 51913807 ENST00000371730 9 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51912632 51912777 ENST00000371730 10 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51910561 51910717 ENST00000371730 11 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51906019 51906104 ENST00000371730 12 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51887458 51887530 ENST00000371730 13 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51875207 51875368 ENST00000371730 14 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51869091 51869204 ENST00000371730 15 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51868107 51868197 ENST00000371730 16 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51866590 51866625 ENST00000371730 17 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51864704 51864837 ENST00000371730 18 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51860053 51860119 ENST00000371730 19 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51831625 51831701 ENST00000371730 20 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51829538 51829700 ENST00000371730 21 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51826843 51827027 ENST00000371730 22 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51822375 51822518 ENST00000371730 23 EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51819935 51985000 ENST00000371733 NA EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51984871 51984903 ENST00000371733 1 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51946945 51946986 ENST00000371733 2 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51938531 51938620 ENST00000371733 3 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51937362 51937409 ENST00000371733 4 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51934145 51934240 ENST00000371733 5 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51930933 51930998 ENST00000371733 6 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51929345 51929470 ENST00000371733 7 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51926763 51926822 ENST00000371733 8 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51913718 51913807 ENST00000371733 9 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51912632 51912777 ENST00000371733 10 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51910561 51910717 ENST00000371733 11 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51906019 51906104 ENST00000371733 12 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51887458 51887530 ENST00000371733 13 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51875207 51875368 ENST00000371733 14 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51873807 51874004 ENST00000371733 15 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51871577 51871780 ENST00000371733 16 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51869091 51869204 ENST00000371733 17 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51868107 51868197 ENST00000371733 18 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51866590 51866625 ENST00000371733 19 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51864704 51864837 ENST00000371733 20 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51860053 51860119 ENST00000371733 21 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51831625 51831701 ENST00000371733 22 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51829538 51829700 ENST00000371733 23 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51826843 51827027 ENST00000371733 24 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51822375 51822518 ENST00000371733 25 EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51821981 51888990 ENST00000396122 NA EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51888880 51888950 ENST00000396122 1 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51887458 51887530 ENST00000396122 2 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51875207 51875368 ENST00000396122 3 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51873807 51874004 ENST00000396122 4 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51871577 51871780 ENST00000396122 5 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51869091 51869204 ENST00000396122 6 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51868107 51868197 ENST00000396122 7 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51866590 51866625 ENST00000396122 8 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51864704 51864837 ENST00000396122 9 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51860053 51860119 ENST00000396122 10 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51831625 51831701 ENST00000396122 11 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51829538 51829700 ENST00000396122 12 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51826843 51827027 ENST00000396122 13 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51822375 51822518 ENST00000396122 14 EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51859884 51869123 ENST00000486505 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51860091 51866871 ENST00000478657 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51869101 51887776 ENST00000493793 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51923208 51984917 ENST00000371727 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51924068 51930998 ENST00000464478 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51926616 51984926 ENST00000471391 NA EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51926795 51984899 ENST00000465467 NA EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51984871 51984899 ENST00000465467 1 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51946945 51946986 ENST00000465467 2 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51938531 51938620 ENST00000465467 3 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51937362 51937409 ENST00000465467 4 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51930939 51930998 ENST00000465467 5 EPS15 ENSG00000085832 Not Supported Not Supported +CDS 1 51929419 51929421 ENST00000465467 6 EPS15 ENSG00000085832 Not Supported Not Supported +transcript 1 51837942 51838896 ENST00000422197 NA RP11-275F13.3 ENSG00000232027 Not Supported Not Supported +transcript 1 51847980 51848086 ENST00000383868 NA RNU6-877P ENSG00000206595 Not Supported Not Supported +transcript 1 51927393 51929088 ENST00000424246 NA RP11-253A20.1 ENSG00000238140 Not Supported Not Supported +transcript 1 51983981 52026633 ENST00000415031 NA RP11-191G24.1 ENSG00000227070 Not Supported Not Supported +transcript 1 51984055 52027301 ENST00000426017 NA RP11-191G24.1 ENSG00000227070 Not Supported Not Supported +transcript 1 52004297 52004401 ENST00000516223 NA RNU6-1281P ENSG00000252032 Not Supported Not Supported +transcript 1 52027538 52060569 ENST00000431943 NA CALR4P ENSG00000227742 Not Supported Not Supported +transcript 1 52042851 52254141 ENST00000371714 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082783 52082893 ENST00000371714 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000371714 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000371714 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000371714 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000371714 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000371714 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000371714 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000371714 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000371714 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000371714 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000371714 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000371714 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000371714 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000371714 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000371714 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000371714 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000371714 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000371714 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000371714 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000371714 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000371714 24 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000371714 25 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000371714 26 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082547 52254889 ENST00000371710 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082729 52082893 ENST00000371710 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000371710 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000371710 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000371710 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000371710 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000371710 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000371710 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000371710 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000371710 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000371710 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000371710 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000371710 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000371710 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000371710 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000371710 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000371710 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000371710 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000371710 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000371710 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000371710 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000371710 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000371710 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000371710 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000371710 24 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082547 52254889 ENST00000337809 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082729 52082893 ENST00000337809 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000337809 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000337809 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000337809 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000337809 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000337809 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000337809 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000337809 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000337809 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000337809 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000337809 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000337809 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000337809 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000337809 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000337809 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000337809 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000337809 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000337809 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000337809 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000337809 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000337809 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000337809 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000337809 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082764 52253638 ENST00000435274 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082783 52082893 ENST00000435274 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000435274 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135291 ENST00000435274 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082764 52254141 ENST00000447887 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082783 52082893 ENST00000447887 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000447887 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000447887 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000447887 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52205815 52205883 ENST00000447887 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000447887 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000447887 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000447887 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000447887 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000447887 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000447887 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000447887 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000447887 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000447887 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000447887 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000447887 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000447887 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000447887 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000447887 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000447887 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000447887 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000447887 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000447887 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000447887 24 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082764 52254141 ENST00000495776 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082764 52082893 ENST00000495776 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000495776 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179716 ENST00000495776 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082764 52254136 ENST00000435686 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000435686 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000435686 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000435686 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000435686 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000435686 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000435686 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000435686 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000435686 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000435686 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000435686 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000435686 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000435686 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000435686 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000435686 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000435686 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000435686 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000435686 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082781 52254141 ENST00000428468 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082783 52082893 ENST00000428468 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000428468 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000428468 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000428468 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000428468 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000428468 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000428468 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000428468 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000428468 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000428468 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000428468 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000428468 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000428468 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000428468 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000428468 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000428468 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000428468 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000428468 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000428468 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000428468 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000428468 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000428468 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000428468 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000428468 24 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082781 52254141 ENST00000453295 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082783 52082893 ENST00000453295 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000453295 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000453295 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000453295 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000453295 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000453295 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000453295 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000453295 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000453295 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000453295 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000453295 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000453295 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000453295 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000453295 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000453295 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000453295 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000453295 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000453295 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000453295 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000453295 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000453295 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000453295 22 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000453295 23 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52082786 52242584 ENST00000489990 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52082786 52082893 ENST00000489990 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52117663 52117713 ENST00000489990 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135106 52135184 ENST00000489990 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000489990 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000489990 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000489990 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000489990 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000489990 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231544 ENST00000489990 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52135223 52253638 ENST00000530544 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52135450 52135486 ENST00000530544 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52179675 52179751 ENST00000530544 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000530544 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000530544 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000530544 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000530544 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000530544 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000530544 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000530544 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000530544 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000530544 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000530544 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000530544 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000530544 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000530544 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000530544 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000530544 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000530544 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000530544 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000530544 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000530544 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52179675 52222329 ENST00000484890 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52194975 52226412 ENST00000534040 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000534040 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52218175 52218249 ENST00000534040 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52194975 52231577 ENST00000532975 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000532975 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000532975 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000532975 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231577 ENST00000532975 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195272 52227636 ENST00000527631 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000527631 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000527631 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000527631 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227636 ENST00000527631 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195480 52253461 ENST00000531828 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000531828 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000531828 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000531828 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000531828 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000531828 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000531828 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000531828 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000531828 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000531828 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000531828 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000531828 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000531828 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000531828 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000531828 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000531828 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000531828 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000531828 21 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195487 52254141 ENST00000361556 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52195647 52195673 ENST00000361556 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000361556 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000361556 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000361556 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215817 52215867 ENST00000361556 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000361556 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000361556 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000361556 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000361556 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000361556 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000361556 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000361556 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000361556 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000361556 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000361556 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000361556 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000361556 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000361556 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000361556 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000361556 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195497 52226443 ENST00000473207 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195505 52226436 ENST00000533884 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52195647 52195673 ENST00000533884 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000533884 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000533884 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000533884 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215174 52215209 ENST00000533884 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195529 52222041 ENST00000481937 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000481937 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222041 ENST00000481937 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195554 52231528 ENST00000526917 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52195647 52195673 ENST00000526917 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52211208 52211303 ENST00000526917 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52212382 52212429 ENST00000526917 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52214041 52214070 ENST00000526917 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215174 52215209 ENST00000526917 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195576 52254141 ENST00000462759 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000462759 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000462759 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000462759 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000462759 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000462759 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000462759 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000462759 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000462759 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000462759 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000462759 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000462759 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000462759 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000462759 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000462759 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000462759 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000462759 20 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52195706 52254141 ENST00000486942 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215820 52215867 ENST00000486942 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226362 52226452 ENST00000486942 5 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000486942 6 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000486942 7 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52237742 52237854 ENST00000486942 8 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238395 ENST00000486942 9 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52242505 52242590 ENST00000486942 10 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52246836 52247007 ENST00000486942 11 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52248231 52248315 ENST00000486942 12 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249587 52249697 ENST00000486942 13 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52249936 52249999 ENST00000486942 14 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52250114 52250254 ENST00000486942 15 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52251480 52251558 ENST00000486942 16 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52252198 52252289 ENST00000486942 17 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253025 52253160 ENST00000486942 18 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52253387 52253458 ENST00000486942 19 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52210762 52214070 ENST00000467064 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52211269 52225218 ENST00000524620 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52215826 52242590 ENST00000528603 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52215826 52215867 ENST00000528603 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52221992 52222030 ENST00000528603 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226338 52226361 ENST00000528603 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52225296 52254141 ENST00000475697 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52226378 52242575 ENST00000531061 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52226378 52226452 ENST00000531061 1 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52227539 52227643 ENST00000531061 2 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52231494 52231653 ENST00000531061 3 OSBPL9 ENSG00000117859 Not Supported Not Supported +CDS 1 52238277 52238286 ENST00000531061 4 OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52231212 52254136 ENST00000531819 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52237748 52247340 ENST00000533825 NA OSBPL9 ENSG00000117859 Not Supported Not Supported +transcript 1 52172810 52173809 ENST00000426454 NA GAPDHP51 ENSG00000236973 Not Supported Not Supported +transcript 1 52174734 52175612 ENST00000424829 NA SLC25A6P3 ENSG00000232846 Not Supported Not Supported +transcript 1 52190447 52190568 ENST00000391322 NA SNORA26 ENSG00000212624 Not Supported Not Supported +transcript 1 52254863 52279743 ENST00000440943 NA NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52279707 52279743 ENST00000440943 1 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52277666 52277770 ENST00000440943 2 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52275953 52276076 ENST00000440943 3 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52274987 52275073 ENST00000440943 4 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52271182 52271233 ENST00000440943 5 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52269486 52269636 ENST00000440943 6 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52266228 52266355 ENST00000440943 7 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52263921 52264083 ENST00000440943 8 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260495 52260526 ENST00000440943 9 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260144 52260282 ENST00000440943 10 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52258049 52258096 ENST00000440943 11 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257718 52257770 ENST00000440943 12 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256572 52256662 ENST00000440943 13 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256205 52256321 ENST00000440943 14 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52255240 52255329 ENST00000440943 15 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52254908 52255105 ENST00000440943 16 NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52254863 52344477 ENST00000352171 NA NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52343947 52344287 ENST00000352171 1 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52305898 52306186 ENST00000352171 2 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52301803 52301884 ENST00000352171 3 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52299689 52299842 ENST00000352171 4 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52293468 52293541 ENST00000352171 5 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52290959 52291054 ENST00000352171 6 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52289336 52289458 ENST00000352171 7 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52287170 52287227 ENST00000352171 8 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52285472 52285545 ENST00000352171 9 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52283738 52283807 ENST00000352171 10 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52281984 52282061 ENST00000352171 11 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280365 52280485 ENST00000352171 12 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280223 52280281 ENST00000352171 13 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52279707 52279761 ENST00000352171 14 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52277666 52277770 ENST00000352171 15 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52275953 52276076 ENST00000352171 16 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52274987 52275073 ENST00000352171 17 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52272466 52272585 ENST00000352171 18 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52271182 52271233 ENST00000352171 19 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52269486 52269636 ENST00000352171 20 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52266228 52266355 ENST00000352171 21 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52263921 52264083 ENST00000352171 22 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260495 52260526 ENST00000352171 23 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260144 52260282 ENST00000352171 24 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52258049 52258096 ENST00000352171 25 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257718 52257770 ENST00000352171 26 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257250 52257333 ENST00000352171 27 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256572 52256662 ENST00000352171 28 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256205 52256321 ENST00000352171 29 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52255240 52255329 ENST00000352171 30 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52254911 52255105 ENST00000352171 31 NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52254863 52344477 ENST00000354831 NA NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52343947 52344287 ENST00000354831 1 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52305898 52306186 ENST00000354831 2 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52303159 52303292 ENST00000354831 3 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52302041 52302110 ENST00000354831 4 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52301803 52301884 ENST00000354831 5 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52299689 52299842 ENST00000354831 6 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52293468 52293541 ENST00000354831 7 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52290959 52291054 ENST00000354831 8 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52289336 52289458 ENST00000354831 9 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52287170 52287227 ENST00000354831 10 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52285472 52285545 ENST00000354831 11 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52283738 52283807 ENST00000354831 12 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52281984 52282061 ENST00000354831 13 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280365 52280485 ENST00000354831 14 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280223 52280281 ENST00000354831 15 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52279707 52279761 ENST00000354831 16 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52277666 52277770 ENST00000354831 17 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52275953 52276076 ENST00000354831 18 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52274987 52275073 ENST00000354831 19 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52272466 52272585 ENST00000354831 20 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52271182 52271233 ENST00000354831 21 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52269486 52269636 ENST00000354831 22 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52266228 52266355 ENST00000354831 23 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52263921 52264083 ENST00000354831 24 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260495 52260526 ENST00000354831 25 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260144 52260282 ENST00000354831 26 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52258049 52258096 ENST00000354831 27 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257718 52257770 ENST00000354831 28 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257250 52257333 ENST00000354831 29 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256572 52256662 ENST00000354831 30 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256205 52256321 ENST00000354831 31 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52255240 52255329 ENST00000354831 32 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52254911 52255105 ENST00000354831 33 NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52254884 52306126 ENST00000485608 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52254884 52343691 ENST00000539524 NA NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52305898 52306131 ENST00000539524 2 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52303159 52303292 ENST00000539524 3 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52302041 52302110 ENST00000539524 4 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52301803 52301884 ENST00000539524 5 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52299689 52299842 ENST00000539524 6 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52293468 52293541 ENST00000539524 7 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52290959 52291054 ENST00000539524 8 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52289336 52289458 ENST00000539524 9 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52287170 52287227 ENST00000539524 10 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52285472 52285545 ENST00000539524 11 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52283738 52283807 ENST00000539524 12 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52281984 52282061 ENST00000539524 13 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280365 52280485 ENST00000539524 14 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280223 52280281 ENST00000539524 15 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52279707 52279761 ENST00000539524 16 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52277666 52277770 ENST00000539524 17 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52275953 52276076 ENST00000539524 18 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52274987 52275073 ENST00000539524 19 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52272466 52272585 ENST00000539524 20 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52271182 52271233 ENST00000539524 21 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52269486 52269636 ENST00000539524 22 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52266228 52266355 ENST00000539524 23 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52263921 52264083 ENST00000539524 24 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260495 52260526 ENST00000539524 25 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260144 52260282 ENST00000539524 26 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52258049 52258096 ENST00000539524 27 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257718 52257770 ENST00000539524 28 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52257250 52257333 ENST00000539524 29 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256572 52256662 ENST00000539524 30 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52256205 52256321 ENST00000539524 31 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52255240 52255329 ENST00000539524 32 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52254911 52255105 ENST00000539524 33 NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52254889 52255494 ENST00000464385 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52260144 52261380 ENST00000475310 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52260144 52266766 ENST00000497358 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52260259 52344420 ENST00000544028 NA NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52305898 52306131 ENST00000544028 2 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52301803 52301884 ENST00000544028 3 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52299689 52299842 ENST00000544028 4 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52293468 52293541 ENST00000544028 5 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52290959 52291054 ENST00000544028 6 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52289336 52289458 ENST00000544028 7 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52287170 52287227 ENST00000544028 8 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52285472 52285545 ENST00000544028 9 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52283738 52283807 ENST00000544028 10 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52281984 52282061 ENST00000544028 11 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280365 52280485 ENST00000544028 12 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52280223 52280281 ENST00000544028 13 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52279707 52279761 ENST00000544028 14 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52277666 52277770 ENST00000544028 15 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52275953 52276076 ENST00000544028 16 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52274987 52275073 ENST00000544028 17 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52272466 52272585 ENST00000544028 18 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52271182 52271233 ENST00000544028 19 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52269486 52269636 ENST00000544028 20 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52266228 52266355 ENST00000544028 21 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52263921 52264083 ENST00000544028 22 NRD1 ENSG00000078618 Not Supported Not Supported +CDS 1 52260848 52260880 ENST00000544028 23 NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52275963 52280297 ENST00000483007 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52281601 52299745 ENST00000473805 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52290969 52303244 ENST00000475715 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52305664 52344443 ENST00000491410 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52327786 52344395 ENST00000468722 NA NRD1 ENSG00000078618 Not Supported Not Supported +transcript 1 52259637 52264099 ENST00000588291 NA RP4-657D16.3 ENSG00000266993 Not Supported Not Supported +transcript 1 52259657 52264824 ENST00000586761 NA RP4-657D16.3 ENSG00000266993 Not Supported Not Supported +transcript 1 52260883 52264081 ENST00000591675 NA RP4-657D16.3 ENSG00000266993 Not Supported Not Supported +transcript 1 52266700 52266979 ENST00000607338 NA RP4-657D16.6 ENSG00000272175 Not Supported Not Supported +transcript 1 52302013 52302082 ENST00000390787 NA MIR761 ENSG00000212076 Not Supported Not Supported +transcript 1 52325450 52325807 ENST00000442453 NA TSEN15P2 ENSG00000230604 Not Supported Not Supported +transcript 1 52331305 52331381 ENST00000390872 NA Y_RNA ENSG00000212174 Not Supported Not Supported +transcript 1 52366592 52366643 ENST00000581406 NA AL589663.1 ENSG00000265769 Not Supported Not Supported +transcript 1 52373628 52456436 ENST00000371655 NA RAB3B ENSG00000169213 Not Supported Not Supported +CDS 1 52442562 52442789 ENST00000371655 2 RAB3B ENSG00000169213 Not Supported Not Supported +CDS 1 52402966 52403084 ENST00000371655 3 RAB3B ENSG00000169213 Not Supported Not Supported +CDS 1 52398990 52399114 ENST00000371655 4 RAB3B ENSG00000169213 Not Supported Not Supported +CDS 1 52385602 52385786 ENST00000371655 5 RAB3B ENSG00000169213 Not Supported Not Supported +transcript 1 52439082 52439207 ENST00000363969 NA RNA5SP48 ENSG00000200839 Not Supported Not Supported +transcript 1 52446145 52446486 ENST00000422551 NA RP11-91A18.1 ENSG00000229032 Not Supported Not Supported +transcript 1 52461412 52461709 ENST00000578661 NA RN7SL290P ENSG00000264613 Not Supported Not Supported +transcript 1 52485803 52489246 ENST00000469458 NA TXNDC12 ENSG00000117862 Not Supported Not Supported +transcript 1 52485803 52521843 ENST00000371626 NA TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52520672 52520768 ENST00000371626 1 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52507209 52507269 ENST00000371626 2 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52494250 52494302 ENST00000371626 3 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52492947 52493020 ENST00000371626 4 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52490182 52490251 ENST00000371626 5 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52489163 52489246 ENST00000371626 6 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52486608 52486684 ENST00000371626 7 TXNDC12 ENSG00000117862 Not Supported Not Supported +transcript 1 52486586 52520848 ENST00000472624 NA TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52520672 52520768 ENST00000472624 1 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52507209 52507269 ENST00000472624 2 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52496211 52496220 ENST00000472624 3 TXNDC12 ENSG00000117862 Not Supported Not Supported +transcript 1 52488741 52490328 ENST00000471493 NA TXNDC12 ENSG00000117862 Not Supported Not Supported +transcript 1 52499171 52520863 ENST00000610127 NA TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52520672 52520768 ENST00000610127 1 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52507209 52507269 ENST00000610127 2 TXNDC12 ENSG00000117862 Not Supported Not Supported +CDS 1 52499717 52499723 ENST00000610127 3 TXNDC12 ENSG00000117862 Not Supported Not Supported +transcript 1 52497775 52499488 ENST00000371614 NA KTI12 ENSG00000198841 Not Supported Not Supported +CDS 1 52498372 52499433 ENST00000371614 1 KTI12 ENSG00000198841 Not Supported Not Supported +transcript 1 52499063 52509951 ENST00000425802 NA RP11-91A18.4 ENSG00000223390 Not Supported Not Supported +transcript 1 52516590 52518355 ENST00000428794 NA TXNDC12-AS1 ENSG00000228369 Not Supported Not Supported +transcript 1 52521797 52556388 ENST00000313334 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52525520 52525573 ENST00000313334 2 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52530497 52530610 ENST00000313334 3 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52549012 52549213 ENST00000313334 4 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52551784 52551843 ENST00000313334 5 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52552384 52552427 ENST00000313334 6 BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521871 52552419 ENST00000477828 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52525520 52525573 ENST00000477828 2 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52526100 52526207 ENST00000477828 3 BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521943 52552827 ENST00000489308 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52525520 52525573 ENST00000489308 2 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52530497 52530610 ENST00000489308 3 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52551784 52551843 ENST00000489308 4 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52552384 52552389 ENST00000489308 5 BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521944 52552546 ENST00000526132 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521976 52554090 ENST00000472944 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52549018 52549213 ENST00000472944 3 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52551784 52551843 ENST00000472944 4 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52552384 52552427 ENST00000472944 5 BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521986 52530971 ENST00000524414 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52521993 52552282 ENST00000484036 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52525520 52525573 ENST00000484036 2 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52530497 52530610 ENST00000484036 3 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52549012 52549213 ENST00000484036 4 BTF3L4 ENSG00000134717 Not Supported Not Supported +CDS 1 52551784 52551848 ENST00000484036 5 BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52522004 52549172 ENST00000533836 NA BTF3L4 ENSG00000134717 Not Supported Not Supported +transcript 1 52608046 52729719 ENST00000361625 NA ZFYVE9 ENSG00000157077 Not Supported Not Supported +transcript 1 52608046 52812187 ENST00000357206 NA ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52698879 52698948 ENST00000357206 3 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52703160 52705267 ENST00000357206 4 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52729445 52729544 ENST00000357206 5 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52734135 52734304 ENST00000357206 6 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52740136 52740256 ENST00000357206 7 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52744164 52744286 ENST00000357206 8 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52747333 52747488 ENST00000357206 9 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52759125 52759349 ENST00000357206 10 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52761567 52761649 ENST00000357206 11 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52769493 52769597 ENST00000357206 12 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52798440 52798590 ENST00000357206 13 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52800360 52800440 ENST00000357206 14 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52803444 52803606 ENST00000357206 15 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52805798 52805903 ENST00000357206 16 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52810440 52810616 ENST00000357206 17 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52811732 52811890 ENST00000357206 18 ZFYVE9 ENSG00000157077 Not Supported Not Supported +transcript 1 52608046 52812357 ENST00000287727 NA ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52698879 52698948 ENST00000287727 3 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52703160 52705267 ENST00000287727 4 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52729445 52729544 ENST00000287727 5 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52732327 52732503 ENST00000287727 6 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52734135 52734304 ENST00000287727 7 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52740136 52740256 ENST00000287727 8 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52744164 52744286 ENST00000287727 9 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52747333 52747488 ENST00000287727 10 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52759125 52759349 ENST00000287727 11 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52761567 52761649 ENST00000287727 12 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52769493 52769597 ENST00000287727 13 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52798440 52798590 ENST00000287727 14 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52800360 52800440 ENST00000287727 15 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52803444 52803606 ENST00000287727 16 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52805798 52805903 ENST00000287727 17 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52810440 52810616 ENST00000287727 18 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52811732 52811890 ENST00000287727 19 ZFYVE9 ENSG00000157077 Not Supported Not Supported +transcript 1 52682052 52812358 ENST00000371591 NA ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52698879 52698948 ENST00000371591 2 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52703160 52705267 ENST00000371591 3 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52729445 52729544 ENST00000371591 4 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52732327 52732503 ENST00000371591 5 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52734135 52734304 ENST00000371591 6 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52740136 52740256 ENST00000371591 7 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52744164 52744286 ENST00000371591 8 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52747333 52747488 ENST00000371591 9 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52759125 52759349 ENST00000371591 10 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52761567 52761649 ENST00000371591 11 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52769493 52769597 ENST00000371591 12 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52798440 52798590 ENST00000371591 13 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52800360 52800440 ENST00000371591 14 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52803444 52803606 ENST00000371591 15 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52805798 52805903 ENST00000371591 16 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52810440 52810616 ENST00000371591 17 ZFYVE9 ENSG00000157077 Not Supported Not Supported +CDS 1 52811732 52811890 ENST00000371591 18 ZFYVE9 ENSG00000157077 Not Supported Not Supported +transcript 1 52761567 52800879 ENST00000469134 NA ZFYVE9 ENSG00000157077 Not Supported Not Supported +transcript 1 52615777 52616089 ENST00000460504 NA RN7SL788P ENSG00000241745 Not Supported Not Supported +transcript 1 52625933 52626272 ENST00000414059 NA RP4-800M22.1 ENSG00000228407 Not Supported Not Supported +transcript 1 52627858 52628698 ENST00000412785 NA RP4-800M22.2 ENSG00000223429 Not Supported Not Supported +transcript 1 52645520 52646225 ENST00000429744 NA PDCL3P6 ENSG00000224255 Not Supported Not Supported +transcript 1 52655588 52655981 ENST00000454802 NA RP4-800M22.4 ENSG00000236004 Not Supported Not Supported +transcript 1 52717734 52718445 ENST00000428811 NA DNAJC19P7 ENSG00000237663 Not Supported Not Supported +transcript 1 52719293 52719848 ENST00000395991 NA ANAPC10P1 ENSG00000213735 Not Supported Not Supported +transcript 1 52811395 52820537 ENST00000470844 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52816269 52831865 ENST00000371586 NA CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52830224 52830292 ENST00000371586 2 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52828274 52828418 ENST00000371586 3 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52827185 52827288 ENST00000371586 4 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52826646 52826804 ENST00000371586 5 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52826096 52826221 ENST00000371586 6 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825746 52825905 ENST00000371586 7 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825377 52825555 ENST00000371586 8 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825131 52825206 ENST00000371586 9 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824922 52825029 ENST00000371586 10 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824699 52824829 ENST00000371586 11 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824358 52824430 ENST00000371586 12 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824003 52824133 ENST00000371586 13 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823453 52823588 ENST00000371586 14 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823198 52823370 ENST00000371586 15 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822673 52822798 ENST00000371586 16 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822056 52822114 ENST00000371586 17 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821858 52821974 ENST00000371586 18 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821443 52821516 ENST00000371586 19 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821280 52821338 ENST00000371586 20 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821070 52821121 ENST00000371586 21 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820512 52820611 ENST00000371586 22 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820280 52820370 ENST00000371586 23 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52819194 52819319 ENST00000371586 24 CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52818204 52831828 ENST00000491136 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52818204 52831851 ENST00000284376 NA CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52830224 52830292 ENST00000284376 2 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52828274 52828418 ENST00000284376 3 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52827185 52827288 ENST00000284376 4 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52826646 52826804 ENST00000284376 5 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52826096 52826221 ENST00000284376 6 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825746 52825905 ENST00000284376 7 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825377 52825555 ENST00000284376 8 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825131 52825206 ENST00000284376 9 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824922 52825029 ENST00000284376 10 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824699 52824829 ENST00000284376 11 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824358 52824430 ENST00000284376 12 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824003 52824133 ENST00000284376 13 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823453 52823570 ENST00000284376 14 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823198 52823370 ENST00000284376 15 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822673 52822798 ENST00000284376 16 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822056 52822114 ENST00000284376 17 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821858 52821974 ENST00000284376 18 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821443 52821516 ENST00000284376 19 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821280 52821338 ENST00000284376 20 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821070 52821121 ENST00000284376 21 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820512 52820611 ENST00000284376 22 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820280 52820370 ENST00000284376 23 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52819194 52819319 ENST00000284376 24 CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52818210 52825868 ENST00000438021 NA CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825746 52825868 ENST00000438021 1 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825377 52825555 ENST00000438021 2 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825131 52825206 ENST00000438021 3 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824922 52825029 ENST00000438021 4 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824699 52824829 ENST00000438021 5 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824358 52824430 ENST00000438021 6 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824003 52824133 ENST00000438021 7 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823453 52823570 ENST00000438021 8 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823198 52823370 ENST00000438021 9 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822673 52822798 ENST00000438021 10 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822056 52822114 ENST00000438021 11 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821858 52821974 ENST00000438021 12 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821443 52821516 ENST00000438021 13 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821280 52821338 ENST00000438021 14 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821070 52821121 ENST00000438021 15 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820512 52820611 ENST00000438021 16 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820280 52820370 ENST00000438021 17 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52819275 52819319 ENST00000438021 18 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52818845 52818895 ENST00000438021 19 CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52818761 52826772 ENST00000460261 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52819191 52826220 ENST00000450942 NA CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52826096 52826220 ENST00000450942 1 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825746 52825905 ENST00000450942 2 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825377 52825492 ENST00000450942 3 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52825131 52825206 ENST00000450942 4 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824922 52825029 ENST00000450942 5 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824699 52824829 ENST00000450942 6 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824358 52824430 ENST00000450942 7 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52824003 52824133 ENST00000450942 8 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823453 52823570 ENST00000450942 9 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52823198 52823370 ENST00000450942 10 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822673 52822798 ENST00000450942 11 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822056 52822114 ENST00000450942 12 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821858 52821974 ENST00000450942 13 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821443 52821516 ENST00000450942 14 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821280 52821338 ENST00000450942 15 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821070 52821121 ENST00000450942 16 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820512 52820611 ENST00000450942 17 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820280 52820370 ENST00000450942 18 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52819191 52819319 ENST00000450942 19 CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52819203 52821338 ENST00000460370 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52820055 52831864 ENST00000438831 NA CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822673 52822693 ENST00000438831 16 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52822056 52822114 ENST00000438831 17 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821858 52821974 ENST00000438831 18 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821443 52821516 ENST00000438831 19 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821280 52821338 ENST00000438831 20 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52821070 52821121 ENST00000438831 21 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820512 52820611 ENST00000438831 22 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820280 52820370 ENST00000438831 23 CC2D1B ENSG00000154222 Not Supported Not Supported +CDS 1 52820058 52820126 ENST00000438831 24 CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52820327 52820637 ENST00000492426 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52820559 52822232 ENST00000485966 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52821927 52822485 ENST00000494789 NA CC2D1B ENSG00000154222 Not Supported Not Supported +transcript 1 52819159 52819549 ENST00000606527 NA RP11-155O18.6 ENSG00000272100 Not Supported Not Supported +transcript 1 52834349 52834916 ENST00000497678 NA PLA2G12AP1 ENSG00000224680 Not Supported Not Supported +transcript 1 52838501 52870131 ENST00000371568 NA ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52867801 52867895 ENST00000371568 2 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52867034 52867161 ENST00000371568 3 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52863357 52863535 ENST00000371568 4 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52861718 52862036 ENST00000371568 5 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52859115 52859475 ENST00000371568 6 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52854889 52854993 ENST00000371568 7 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52854114 52854309 ENST00000371568 8 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52851524 52851621 ENST00000371568 9 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52850833 52850934 ENST00000371568 10 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52850222 52850393 ENST00000371568 11 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52849502 52849609 ENST00000371568 12 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52849092 52849241 ENST00000371568 13 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52847314 52847433 ENST00000371568 14 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52841102 52841271 ENST00000371568 15 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52840482 52840569 ENST00000371568 16 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52838856 52839047 ENST00000371568 17 ORC1 ENSG00000085840 Not Supported Not Supported +transcript 1 52838503 52870059 ENST00000371566 NA ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52867801 52867895 ENST00000371566 2 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52867034 52867161 ENST00000371566 3 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52863357 52863535 ENST00000371566 4 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52861718 52862036 ENST00000371566 5 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52859115 52859475 ENST00000371566 6 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52854889 52854993 ENST00000371566 7 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52854114 52854309 ENST00000371566 8 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52851524 52851621 ENST00000371566 9 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52850833 52850934 ENST00000371566 10 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52850222 52850393 ENST00000371566 11 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52849502 52849609 ENST00000371566 12 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52849092 52849241 ENST00000371566 13 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52847314 52847433 ENST00000371566 14 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52841102 52841271 ENST00000371566 15 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52840482 52840569 ENST00000371566 16 ORC1 ENSG00000085840 Not Supported Not Supported +CDS 1 52838856 52839047 ENST00000371566 17 ORC1 ENSG00000085840 Not Supported Not Supported +transcript 1 52870236 52886511 ENST00000257181 NA PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52870422 52870551 ENST00000257181 1 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52871352 52871511 ENST00000257181 2 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52874241 52874362 ENST00000257181 3 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52876787 52876872 ENST00000257181 4 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52878186 52878296 ENST00000257181 5 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52879551 52879663 ENST00000257181 6 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52880293 52880319 ENST00000257181 7 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52880434 52880531 ENST00000257181 8 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52881010 52881058 ENST00000257181 9 PRPF38A ENSG00000134748 Not Supported Not Supported +CDS 1 52882320 52882359 ENST00000257181 10 PRPF38A ENSG00000134748 Not Supported Not Supported +transcript 1 52870292 52874746 ENST00000487160 NA PRPF38A ENSG00000134748 Not Supported Not Supported +transcript 1 52870300 52882694 ENST00000474048 NA PRPF38A ENSG00000134748 Not Supported Not Supported +transcript 1 52873954 52896899 ENST00000528457 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52896899 ENST00000528457 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000528457 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52874014 52874132 ENST00000528457 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52873957 52896784 ENST00000527941 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52896784 ENST00000527941 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000527941 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52889607 52889674 ENST00000527941 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52888947 53018654 ENST00000257177 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991235 52991952 ENST00000257177 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981563 52981726 ENST00000257177 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52975268 52975384 ENST00000257177 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52962678 52962855 ENST00000257177 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52961099 52961187 ENST00000257177 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52959283 52959334 ENST00000257177 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52956404 52956473 ENST00000257177 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52954581 52954707 ENST00000257177 9 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947476 52947595 ENST00000257177 10 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947095 52947307 ENST00000257177 11 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52943380 52943554 ENST00000257177 12 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52940504 52941207 ENST00000257177 13 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52937624 52937774 ENST00000257177 14 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52933853 52933939 ENST00000257177 15 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52930742 52930845 ENST00000257177 16 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927384 52927441 ENST00000257177 17 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927185 52927288 ENST00000257177 18 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52926806 52926895 ENST00000257177 19 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52924008 52924121 ENST00000257177 20 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912339 ENST00000257177 21 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911937 52912114 ENST00000257177 22 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911629 52911676 ENST00000257177 23 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911459 52911541 ENST00000257177 24 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52903892 52904007 ENST00000257177 25 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52902427 52902650 ENST00000257177 26 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52901037 52901137 ENST00000257177 27 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52897132 ENST00000257177 28 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000257177 29 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52889610 52889674 ENST00000257177 30 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52888947 53018772 ENST00000371544 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991235 52991952 ENST00000371544 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981563 52981726 ENST00000371544 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52975268 52975384 ENST00000371544 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52962678 52962855 ENST00000371544 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52961099 52961187 ENST00000371544 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52959283 52959334 ENST00000371544 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52956404 52956473 ENST00000371544 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52954581 52954707 ENST00000371544 9 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947476 52947595 ENST00000371544 10 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947095 52947307 ENST00000371544 11 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52943380 52943554 ENST00000371544 12 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52940504 52941207 ENST00000371544 13 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52937624 52937774 ENST00000371544 14 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52933853 52933939 ENST00000371544 15 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52930742 52930845 ENST00000371544 16 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927384 52927441 ENST00000371544 17 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927185 52927288 ENST00000371544 18 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52926806 52926895 ENST00000371544 19 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52924008 52924121 ENST00000371544 20 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912339 ENST00000371544 21 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911937 52912114 ENST00000371544 22 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911629 52911676 ENST00000371544 23 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911459 52911541 ENST00000371544 24 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52903892 52904007 ENST00000371544 25 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52902427 52902647 ENST00000371544 26 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52901037 52901137 ENST00000371544 27 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52897132 ENST00000371544 28 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000371544 29 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52889610 52889674 ENST00000371544 30 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52889075 52900342 ENST00000466440 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52889235 52897110 ENST00000494469 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896989 52897110 ENST00000494469 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52896790 ENST00000494469 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000494469 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52889607 52889674 ENST00000494469 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52889308 52896753 ENST00000471623 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896685 52896753 ENST00000471623 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52891021 52891179 ENST00000471623 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52889497 52889585 ENST00000471623 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52896798 52912300 ENST00000531722 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912300 ENST00000531722 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911937 52912114 ENST00000531722 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911629 52911676 ENST00000531722 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911459 52911541 ENST00000531722 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52903892 52904007 ENST00000531722 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52902427 52902635 ENST00000531722 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52901037 52901137 ENST00000531722 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896989 52897132 ENST00000531722 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896798 52896895 ENST00000531722 9 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52896919 52912322 ENST00000474453 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912322 ENST00000474453 1 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911937 52912114 ENST00000474453 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911629 52911676 ENST00000474453 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911459 52911541 ENST00000474453 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52903892 52904007 ENST00000474453 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52902427 52902635 ENST00000474453 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52901037 52901137 ENST00000474453 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52896919 52897132 ENST00000474453 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52896960 52902927 ENST00000470212 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52898761 52928584 ENST00000469810 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52911459 53018754 ENST00000528642 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991235 52991952 ENST00000528642 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981563 52981726 ENST00000528642 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52975268 52975384 ENST00000528642 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52962678 52962855 ENST00000528642 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52961099 52961187 ENST00000528642 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52959283 52959334 ENST00000528642 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52956404 52956473 ENST00000528642 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52954581 52954707 ENST00000528642 9 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947476 52947595 ENST00000528642 10 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52943380 52943554 ENST00000528642 11 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52940504 52941207 ENST00000528642 12 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52937624 52937774 ENST00000528642 13 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52933853 52933939 ENST00000528642 14 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52930742 52930845 ENST00000528642 15 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927384 52927441 ENST00000528642 16 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927185 52927288 ENST00000528642 17 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52926806 52926895 ENST00000528642 18 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52924008 52924121 ENST00000528642 19 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912339 ENST00000528642 20 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911937 52912114 ENST00000528642 21 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911629 52911676 ENST00000528642 22 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52911459 52911541 ENST00000528642 23 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52911937 52927762 ENST00000497120 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52912072 53019130 ENST00000484723 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981563 52981721 ENST00000484723 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52975268 52975384 ENST00000484723 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52962678 52962855 ENST00000484723 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52961099 52961187 ENST00000484723 6 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52959283 52959334 ENST00000484723 7 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52956404 52956473 ENST00000484723 8 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52954581 52954707 ENST00000484723 9 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947476 52947595 ENST00000484723 10 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52947095 52947307 ENST00000484723 11 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52943380 52943554 ENST00000484723 12 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52940504 52941207 ENST00000484723 13 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52937624 52937774 ENST00000484723 14 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52933853 52933939 ENST00000484723 15 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52930742 52930845 ENST00000484723 16 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927384 52927441 ENST00000484723 17 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52927185 52927288 ENST00000484723 18 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52926806 52926895 ENST00000484723 19 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912262 52912339 ENST00000484723 20 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52912072 52912114 ENST00000484723 21 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52926629 52927388 ENST00000481528 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52927850 52991602 ENST00000371541 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52930635 52934162 ENST00000481133 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52943410 53018741 ENST00000473856 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991235 52991952 ENST00000473856 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981563 52981726 ENST00000473856 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52975268 52975384 ENST00000473856 4 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52961158 52961187 ENST00000473856 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52980450 53018666 ENST00000355809 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991235 52991952 ENST00000355809 2 ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52981518 52981726 ENST00000355809 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52991692 53018757 ENST00000470626 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991692 52991952 ENST00000470626 5 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52991722 53019159 ENST00000524582 NA ZCCHC11 ENSG00000134744 Not Supported Not Supported +CDS 1 52991722 52991952 ENST00000524582 3 ZCCHC11 ENSG00000134744 Not Supported Not Supported +transcript 1 52877114 52877194 ENST00000458879 NA snoU13 ENSG00000239063 Not Supported Not Supported +transcript 1 53020490 53020945 ENST00000607321 NA RP11-25O10.2 ENSG00000272371 Not Supported Not Supported +transcript 1 53038786 53039488 ENST00000422983 NA EEF1GP7 ENSG00000236290 Not Supported Not Supported +transcript 1 53068044 53074723 ENST00000361314 NA GPX7 ENSG00000116157 Not Supported Not Supported +CDS 1 53068082 53068219 ENST00000361314 1 GPX7 ENSG00000116157 Not Supported Not Supported +CDS 1 53072356 53072617 ENST00000361314 2 GPX7 ENSG00000116157 Not Supported Not Supported +CDS 1 53073934 53074094 ENST00000361314 3 GPX7 ENSG00000116157 Not Supported Not Supported +transcript 1 53068072 53073080 ENST00000459779 NA GPX7 ENSG00000116157 Not Supported Not Supported +transcript 1 53099016 53122737 ENST00000517870 NA FAM159A ENSG00000182183 Not Supported Not Supported +CDS 1 53099166 53099347 ENST00000517870 1 FAM159A ENSG00000182183 Not Supported Not Supported +CDS 1 53108535 53108674 ENST00000517870 2 FAM159A ENSG00000182183 Not Supported Not Supported +CDS 1 53122462 53122709 ENST00000517870 3 FAM159A ENSG00000182183 Not Supported Not Supported +transcript 1 53099016 53134793 ENST00000440303 NA FAM159A ENSG00000182183 Not Supported Not Supported +transcript 1 53099066 53135355 ENST00000401050 NA FAM159A ENSG00000182183 Not Supported Not Supported +transcript 1 53099265 53133360 ENST00000424164 NA FAM159A ENSG00000182183 Not Supported Not Supported +transcript 1 53152508 53164038 ENST00000371538 NA COA7 ENSG00000162377 Not Supported Not Supported +CDS 1 53163893 53163998 ENST00000371538 1 COA7 ENSG00000162377 Not Supported Not Supported +CDS 1 53158399 53158539 ENST00000371538 2 COA7 ENSG00000162377 Not Supported Not Supported +CDS 1 53153395 53153840 ENST00000371538 3 COA7 ENSG00000162377 Not Supported Not Supported +transcript 1 53153234 53163740 ENST00000486918 NA COA7 ENSG00000162377 Not Supported Not Supported +transcript 1 53174794 53175114 ENST00000450668 NA NDUFS5P3 ENSG00000233664 Not Supported Not Supported +transcript 1 53180071 53180365 ENST00000498506 NA RN7SL62P ENSG00000239640 Not Supported Not Supported +transcript 1 53192126 53287401 ENST00000443756 NA ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53192326 53192355 ENST00000443756 1 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53222130 53222295 ENST00000443756 2 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53236692 53237446 ENST00000443756 3 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53245525 53245665 ENST00000443756 4 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53250549 53250725 ENST00000443756 5 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53255675 53255739 ENST00000443756 6 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53261964 53262063 ENST00000443756 7 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53262406 53262456 ENST00000443756 8 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53279208 53279405 ENST00000443756 9 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53279532 53279584 ENST00000443756 10 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53282204 53282301 ENST00000443756 11 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53287111 53287298 ENST00000443756 12 ZYG11B ENSG00000162378 Not Supported Not Supported +transcript 1 53192139 53282310 ENST00000545132 NA ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53192326 53192355 ENST00000545132 1 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53222130 53222295 ENST00000545132 2 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53236692 53237446 ENST00000545132 3 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53245525 53245665 ENST00000545132 4 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53250549 53250725 ENST00000545132 5 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53255675 53255739 ENST00000545132 6 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53261964 53262063 ENST00000545132 7 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53262406 53262456 ENST00000545132 8 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53267491 53267652 ENST00000545132 9 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53267764 53267811 ENST00000545132 10 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53271143 53271145 ENST00000545132 11 ZYG11B ENSG00000162378 Not Supported Not Supported +transcript 1 53192181 53293014 ENST00000294353 NA ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53192326 53192355 ENST00000294353 1 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53222130 53222295 ENST00000294353 2 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53236692 53237446 ENST00000294353 3 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53245525 53245665 ENST00000294353 4 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53250549 53250725 ENST00000294353 5 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53255675 53255739 ENST00000294353 6 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53261964 53262063 ENST00000294353 7 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53262406 53262456 ENST00000294353 8 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53267491 53267652 ENST00000294353 9 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53267764 53267811 ENST00000294353 10 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53279208 53279405 ENST00000294353 11 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53279532 53279584 ENST00000294353 12 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53282204 53282301 ENST00000294353 13 ZYG11B ENSG00000162378 Not Supported Not Supported +CDS 1 53287111 53287298 ENST00000294353 14 ZYG11B ENSG00000162378 Not Supported Not Supported +transcript 1 53219994 53220134 ENST00000516209 NA RNU2-30P ENSG00000252018 Not Supported Not Supported +transcript 1 53237866 53238320 ENST00000437890 NA RP11-159C21.4 ENSG00000228929 Not Supported Not Supported +transcript 1 53270780 53270884 ENST00000383900 NA RNU6-969P ENSG00000206627 Not Supported Not Supported +transcript 1 53308183 53360670 ENST00000371532 NA ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53326421 53326543 ENST00000371532 3 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53329653 53329829 ENST00000371532 4 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53332175 53332239 ENST00000371532 5 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53333211 53333310 ENST00000371532 6 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53333399 53333449 ENST00000371532 7 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53343354 53343515 ENST00000371532 8 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53343597 53343641 ENST00000371532 9 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53347143 53347337 ENST00000371532 10 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53351505 53351566 ENST00000371532 11 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53352628 53352725 ENST00000371532 12 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53358454 53358626 ENST00000371532 13 ZYG11A ENSG00000203995 Not Supported Not Supported +transcript 1 53308408 53360670 ENST00000371528 NA ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53308556 53308645 ENST00000371528 1 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53320137 53320302 ENST00000371528 2 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53322670 53323421 ENST00000371528 3 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53326403 53326543 ENST00000371528 4 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53329653 53329829 ENST00000371528 5 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53332175 53332239 ENST00000371528 6 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53333211 53333310 ENST00000371528 7 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53333399 53333449 ENST00000371528 8 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53343354 53343515 ENST00000371528 9 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53343597 53343641 ENST00000371528 10 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53347143 53347337 ENST00000371528 11 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53351505 53351566 ENST00000371528 12 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53352628 53352725 ENST00000371528 13 ZYG11A ENSG00000203995 Not Supported Not Supported +CDS 1 53358454 53358626 ENST00000371528 14 ZYG11A ENSG00000203995 Not Supported Not Supported +transcript 1 53346888 53347402 ENST00000446786 NA RP4-631H13.2 ENSG00000242391 Not Supported Not Supported +transcript 1 53361656 53387439 ENST00000371522 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000371522 1 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377395 53377462 ENST00000371522 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377238 53377325 ENST00000371522 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53373540 53373626 ENST00000371522 4 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53372191 53372283 ENST00000371522 5 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370706 53370762 ENST00000371522 6 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370318 53370505 ENST00000371522 7 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53364846 53364896 ENST00000371522 8 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53363109 53363156 ENST00000371522 9 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53362195 53362269 ENST00000371522 10 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361895 53387434 ENST00000460612 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361897 53367713 ENST00000539680 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361904 53370519 ENST00000479183 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361904 53377327 ENST00000543419 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361904 53377348 ENST00000463923 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361904 53387375 ENST00000371520 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387155 53387345 ENST00000371520 1 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53379764 53379767 ENST00000371520 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361905 53387398 ENST00000358358 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000358358 1 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377395 53377462 ENST00000358358 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377238 53377325 ENST00000358358 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53373540 53373626 ENST00000358358 4 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370706 53370762 ENST00000358358 5 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370318 53370505 ENST00000358358 6 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53364846 53364896 ENST00000358358 7 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53363109 53363156 ENST00000358358 8 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53362195 53362269 ENST00000358358 9 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53361911 53370844 ENST00000498544 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53362075 53392851 ENST00000476477 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000476477 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53380942 53380964 ENST00000476477 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53362075 53392851 ENST00000536120 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377395 53377445 ENST00000536120 5 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377238 53377325 ENST00000536120 6 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53373540 53373626 ENST00000536120 7 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53372191 53372283 ENST00000536120 8 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370706 53370762 ENST00000536120 9 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370318 53370505 ENST00000536120 10 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53364846 53364896 ENST00000536120 11 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53363109 53363156 ENST00000536120 12 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53362195 53362269 ENST00000536120 13 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53362220 53379602 ENST00000479593 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53363109 53387390 ENST00000467988 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000467988 1 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377395 53377462 ENST00000467988 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377238 53377325 ENST00000467988 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53373540 53373626 ENST00000467988 4 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370706 53370762 ENST00000467988 5 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53370318 53370505 ENST00000467988 6 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53363109 53363156 ENST00000467988 7 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53364846 53378502 ENST00000487866 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53364849 53372773 ENST00000486170 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53370461 53379749 ENST00000487851 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53371693 53387376 ENST00000541281 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377395 53377445 ENST00000541281 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53377238 53377325 ENST00000541281 4 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53373540 53373626 ENST00000541281 5 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53372129 53372283 ENST00000541281 6 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53372984 53387204 ENST00000488268 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53373120 53392884 ENST00000544365 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000544365 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53379742 53379767 ENST00000544365 3 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53373271 53387386 ENST00000495920 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53373511 53377560 ENST00000492992 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53377236 53387187 ENST00000480312 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53377236 53387258 ENST00000544531 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53377271 53379016 ENST00000493896 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53377272 53377897 ENST00000487040 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53379092 53387457 ENST00000542552 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53387225 53387345 ENST00000542552 1 ECHDC2 ENSG00000121310 Not Supported Not Supported +CDS 1 53383280 53383287 ENST00000542552 2 ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53379392 53387393 ENST00000474789 NA ECHDC2 ENSG00000121310 Not Supported Not Supported +transcript 1 53386094 53386268 ENST00000420575 NA RP4-631H13.6 ENSG00000230953 Not Supported Not Supported +transcript 1 53390921 53391095 ENST00000436385 NA RP4-631H13.4 ENSG00000231866 Not Supported Not Supported +transcript 1 53392901 53517375 ENST00000371514 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53393069 53393137 ENST00000371514 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407468 53407525 ENST00000371514 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53413681 53413752 ENST00000371514 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53416427 53416558 ENST00000371514 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000371514 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000371514 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000371514 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000371514 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000371514 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000371514 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000371514 11 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480562 53480715 ENST00000371514 12 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000371514 13 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000371514 14 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000371514 15 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000371514 16 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53392949 53517073 ENST00000478631 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53393069 53393137 ENST00000478631 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407468 53407525 ENST00000478631 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53413681 53413752 ENST00000478631 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53416427 53416558 ENST00000478631 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000478631 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000478631 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000478631 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000478631 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000478631 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000478631 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000478631 11 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53458930 53458946 ENST00000478631 12 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53392958 53516575 ENST00000528311 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53416471 53416558 ENST00000528311 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000528311 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000528311 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000528311 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000528311 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000528311 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000528311 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000528311 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480562 53480715 ENST00000528311 11 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000528311 12 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000528311 13 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000528311 14 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000528311 15 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53392958 53516642 ENST00000371509 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53393069 53393137 ENST00000371509 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407468 53407525 ENST00000371509 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53413681 53413752 ENST00000371509 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000371509 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000371509 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000371509 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000371509 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000371509 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000371509 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000371509 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480562 53480715 ENST00000371509 11 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000371509 12 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000371509 13 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000371509 14 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000371509 15 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53392958 53516932 ENST00000407246 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53393069 53393137 ENST00000407246 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407468 53407525 ENST00000407246 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53416427 53416558 ENST00000407246 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000407246 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000407246 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000407246 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000407246 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000407246 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000407246 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000407246 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480562 53480715 ENST00000407246 11 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000407246 12 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000407246 13 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000407246 14 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000407246 15 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53392990 53459904 ENST00000371513 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53393069 53393137 ENST00000371513 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407468 53407525 ENST00000371513 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53413681 53413752 ENST00000371513 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000371513 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000371513 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000371513 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53442355 53442441 ENST00000371513 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000371513 8 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446215 ENST00000371513 9 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53453701 53453808 ENST00000371513 10 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53458930 53458946 ENST00000371513 11 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53393052 53442384 ENST00000528809 NA SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53407475 53446125 ENST00000529363 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53407475 53407525 ENST00000529363 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53413681 53413752 ENST00000529363 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53416427 53416558 ENST00000529363 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53420412 53420476 ENST00000529363 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53427175 53427301 ENST00000529363 5 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53440441 53440504 ENST00000529363 6 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53443889 53444039 ENST00000529363 7 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53446068 53446125 ENST00000529363 8 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53429313 53453752 ENST00000473584 NA SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480600 53516798 ENST00000430330 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480693 53480715 ENST00000430330 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493650 53493743 ENST00000430330 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000430330 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000430330 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000430330 5 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480610 53517289 ENST00000408941 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480693 53480715 ENST00000408941 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000408941 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513580 ENST00000408941 3 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480638 53514187 ENST00000478274 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480638 53480715 ENST00000478274 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000478274 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000478274 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513639 ENST00000478274 4 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480638 53516690 ENST00000484100 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480638 53480715 ENST00000484100 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000484100 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513583 ENST00000484100 3 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480638 53516734 ENST00000533119 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480638 53480715 ENST00000533119 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504607 ENST00000533119 2 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480640 53516785 ENST00000435345 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480693 53480715 ENST00000435345 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000435345 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53504589 53504718 ENST00000435345 3 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513609 ENST00000435345 4 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53516281 53516373 ENST00000435345 5 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53480646 53517282 ENST00000488965 NA SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53480693 53480715 ENST00000488965 1 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53493641 53493743 ENST00000488965 2 SCP2 ENSG00000116171 Not Supported Not Supported +CDS 1 53513530 53513580 ENST00000488965 3 SCP2 ENSG00000116171 Not Supported Not Supported +transcript 1 53394346 53394444 ENST00000580581 NA MIR1273F ENSG00000264834 Not Supported Not Supported +transcript 1 53400602 53400689 ENST00000578844 NA MIR5095 ENSG00000266188 Not Supported Not Supported +transcript 1 53405986 53406085 ENST00000577677 NA MIR1273G ENSG00000265815 Not Supported Not Supported +transcript 1 53409208 53409602 ENST00000427081 NA RP4-631H13.5 ENSG00000237279 Not Supported Not Supported +transcript 1 53458868 53459251 ENST00000442174 NA RP11-334A14.2 ENSG00000236360 Not Supported Not Supported +transcript 1 53458873 53459374 ENST00000414168 NA RP11-334A14.2 ENSG00000236360 Not Supported Not Supported +transcript 1 53460398 53461698 ENST00000427668 NA TUBBP10 ENSG00000226147 Not Supported Not Supported +transcript 1 53527854 53551174 ENST00000371500 NA PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53532508 53532539 ENST00000371500 3 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53535473 53535839 ENST00000371500 4 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53537207 53537300 ENST00000371500 5 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53540278 53540342 ENST00000371500 6 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53541534 53541643 ENST00000371500 7 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53542862 53543018 ENST00000371500 8 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53543357 53543472 ENST00000371500 9 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53544037 53544694 ENST00000371500 10 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53546400 53546548 ENST00000371500 11 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53547653 53547830 ENST00000371500 12 PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53527854 53551173 ENST00000395871 NA PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53527892 53527980 ENST00000395871 1 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53535473 53535839 ENST00000395871 2 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53543357 53543472 ENST00000395871 3 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53544037 53544694 ENST00000395871 4 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53546400 53546548 ENST00000395871 5 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53547653 53547830 ENST00000395871 6 PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53527885 53551174 ENST00000312553 NA PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53527892 53527980 ENST00000312553 1 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53535473 53535839 ENST00000312553 2 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53537207 53537300 ENST00000312553 3 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53540278 53540342 ENST00000312553 4 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53541534 53541643 ENST00000312553 5 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53542862 53543018 ENST00000312553 6 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53543357 53543472 ENST00000312553 7 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53544037 53544694 ENST00000312553 8 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53546400 53546548 ENST00000312553 9 PODN ENSG00000174348 Not Supported Not Supported +CDS 1 53547653 53547830 ENST00000312553 10 PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53536581 53539426 ENST00000471210 NA PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53544283 53547766 ENST00000471285 NA PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53544322 53547860 ENST00000490650 NA PODN ENSG00000174348 Not Supported Not Supported +transcript 1 53535610 53551174 ENST00000447867 NA RP11-334A14.5 ENSG00000232993 Not Supported Not Supported +transcript 1 53538782 53539061 ENST00000438361 NA HIGD1AP11 ENSG00000227644 Not Supported Not Supported +transcript 1 53552855 53608249 ENST00000371494 NA SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53607987 53608121 ENST00000371494 1 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53600022 53600101 ENST00000371494 2 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53580430 53580645 ENST00000371494 3 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53571404 53571446 ENST00000371494 4 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53569018 53569240 ENST00000371494 5 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53559133 53559232 ENST00000371494 6 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53558226 53558459 ENST00000371494 7 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53556284 53556478 ENST00000371494 8 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53555472 53555606 ENST00000371494 9 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53554549 53554651 ENST00000371494 10 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53553684 53553899 ENST00000371494 11 SLC1A7 ENSG00000162383 Not Supported Not Supported +transcript 1 53552856 53556654 ENST00000488036 NA SLC1A7 ENSG00000162383 Not Supported Not Supported +transcript 1 53573600 53608289 ENST00000371491 NA SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53607987 53608121 ENST00000371491 1 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53600022 53600101 ENST00000371491 2 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53580430 53580645 ENST00000371491 3 SLC1A7 ENSG00000162383 Not Supported Not Supported +CDS 1 53574264 53574306 ENST00000371491 4 SLC1A7 ENSG00000162383 Not Supported Not Supported +transcript 1 53580248 53584281 ENST00000439621 NA RP11-334A14.8 ENSG00000235563 Not Supported Not Supported +transcript 1 53662101 53679869 ENST00000371486 NA CPT2 ENSG00000157184 Not Supported Not Supported +CDS 1 53662616 53662767 ENST00000371486 1 CPT2 ENSG00000157184 Not Supported Not Supported +CDS 1 53666391 53666471 ENST00000371486 2 CPT2 ENSG00000157184 Not Supported Not Supported +CDS 1 53667995 53668101 ENST00000371486 3 CPT2 ENSG00000157184 Not Supported Not Supported +CDS 1 53675687 53676991 ENST00000371486 4 CPT2 ENSG00000157184 Not Supported Not Supported +CDS 1 53678936 53679264 ENST00000371486 5 CPT2 ENSG00000157184 Not Supported Not Supported +transcript 1 53662531 53668408 ENST00000468572 NA CPT2 ENSG00000157184 Not Supported Not Supported +transcript 1 53676128 53679447 ENST00000452466 NA RP5-1024G6.2 ENSG00000236723 Not Supported Not Supported +transcript 1 53679771 53686289 ENST00000294360 NA C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53686242 53686247 ENST00000294360 1 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53685933 53686016 ENST00000294360 2 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53684539 53684595 ENST00000294360 3 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53684086 53684167 ENST00000294360 4 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53683844 53683875 ENST00000294360 5 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53682454 53682531 ENST00000294360 6 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53681663 53681728 ENST00000294360 7 C1orf123 ENSG00000162384 Not Supported Not Supported +CDS 1 53680334 53680408 ENST00000294360 8 C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53679809 53685592 ENST00000483739 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53680047 53686264 ENST00000470385 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53680146 53684032 ENST00000478839 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53682458 53684699 ENST00000489755 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53685207 53686272 ENST00000474227 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53685759 53686248 ENST00000602807 NA C1orf123 ENSG00000162384 Not Supported Not Supported +transcript 1 53686335 53689925 ENST00000569869 NA RP5-1024G6.7 ENSG00000259818 Not Supported Not Supported +transcript 1 53692564 53704282 ENST00000371470 NA MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53704033 53704120 ENST00000371470 1 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53701249 53701307 ENST00000371470 2 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53699214 53699324 ENST00000371470 3 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53694544 53694626 ENST00000371470 4 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53692720 53692816 ENST00000371470 5 MAGOH ENSG00000162385 Not Supported Not Supported +transcript 1 53692598 53704171 ENST00000371466 NA MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53704033 53704120 ENST00000371466 1 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53701249 53701307 ENST00000371466 2 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53694544 53694626 ENST00000371466 3 MAGOH ENSG00000162385 Not Supported Not Supported +CDS 1 53692720 53692816 ENST00000371466 4 MAGOH ENSG00000162385 Not Supported Not Supported +transcript 1 53692603 53699611 ENST00000495868 NA MAGOH ENSG00000162385 Not Supported Not Supported +transcript 1 53698794 53704180 ENST00000462941 NA MAGOH ENSG00000162385 Not Supported Not Supported +transcript 1 53704282 53708455 ENST00000458151 NA RP5-1024G6.5 ENSG00000226754 Not Supported Not Supported +transcript 1 53708036 53710212 ENST00000602943 NA RP5-1024G6.8 ENSG00000270172 Not Supported Not Supported +transcript 1 53711217 53793686 ENST00000306052 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53793461 53793584 ENST00000306052 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53792545 53792664 ENST00000306052 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53755239 53755361 ENST00000306052 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53746259 53746387 ENST00000306052 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53742364 53742750 ENST00000306052 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53741303 53741425 ENST00000306052 6 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736899 53737018 ENST00000306052 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736700 53736825 ENST00000306052 8 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732319 ENST00000306052 9 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000306052 10 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53728118 53728236 ENST00000306052 11 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727740 53727879 ENST00000306052 12 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53726136 53726277 ENST00000306052 13 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53723991 53724143 ENST00000306052 14 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53722912 53723136 ENST00000306052 15 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000306052 16 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000306052 17 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53715052 53715228 ENST00000306052 18 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712693 53712728 ENST00000306052 19 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53711421 53722995 ENST00000529670 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53722912 53722995 ENST00000529670 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000529670 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000529670 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712690 53712728 ENST00000529670 4 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53712225 53793726 ENST00000371454 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53793461 53793584 ENST00000371454 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53792545 53792664 ENST00000371454 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53755239 53755361 ENST00000371454 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53746259 53746387 ENST00000371454 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53742364 53742750 ENST00000371454 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53741303 53741425 ENST00000371454 6 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736899 53737018 ENST00000371454 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736700 53736825 ENST00000371454 8 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732319 ENST00000371454 9 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000371454 10 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53728118 53728236 ENST00000371454 11 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727740 53727879 ENST00000371454 12 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53726136 53726277 ENST00000371454 13 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53723991 53724143 ENST00000371454 14 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53722912 53723136 ENST00000371454 15 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000371454 16 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000371454 17 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712693 53712728 ENST00000371454 18 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53712240 53793071 ENST00000465675 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732230 ENST00000465675 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000465675 8 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53728118 53728236 ENST00000465675 9 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727740 53727879 ENST00000465675 10 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53726136 53726277 ENST00000465675 11 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53723991 53724143 ENST00000465675 12 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53722912 53723136 ENST00000465675 13 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000465675 14 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000465675 15 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712693 53712728 ENST00000465675 16 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53712240 53793584 ENST00000354412 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53793461 53793584 ENST00000354412 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53792545 53792664 ENST00000354412 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53755239 53755361 ENST00000354412 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53746259 53746387 ENST00000354412 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53741303 53741425 ENST00000354412 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736899 53737018 ENST00000354412 6 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736700 53736825 ENST00000354412 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732319 ENST00000354412 8 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000354412 9 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53728118 53728236 ENST00000354412 10 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727740 53727879 ENST00000354412 11 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53726136 53726277 ENST00000354412 12 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53723991 53724143 ENST00000354412 13 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000354412 14 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000354412 15 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712693 53712728 ENST00000354412 16 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53712630 53793742 ENST00000480045 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53793461 53793584 ENST00000480045 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53792545 53792664 ENST00000480045 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53755239 53755361 ENST00000480045 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53746259 53746387 ENST00000480045 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53742364 53742750 ENST00000480045 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53741303 53741425 ENST00000480045 6 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53740372 53740492 ENST00000480045 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736970 53737018 ENST00000480045 8 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53712690 53793584 ENST00000347547 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53793461 53793584 ENST00000347547 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53792545 53792664 ENST00000347547 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53755239 53755361 ENST00000347547 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53746259 53746387 ENST00000347547 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736899 53737018 ENST00000347547 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736700 53736825 ENST00000347547 6 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732319 ENST00000347547 7 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000347547 8 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53728118 53728236 ENST00000347547 9 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727740 53727879 ENST00000347547 10 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53726136 53726277 ENST00000347547 11 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53723991 53724143 ENST00000347547 12 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53722912 53723136 ENST00000347547 13 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53720789 53720857 ENST00000347547 14 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53716362 53716534 ENST00000347547 15 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53715052 53715228 ENST00000347547 16 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53712693 53712728 ENST00000347547 17 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53716437 53734270 ENST00000459674 NA LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53722915 53728169 ENST00000460214 NA LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53726136 53732261 ENST00000481431 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732261 ENST00000481431 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000481431 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53727819 53727879 ENST00000481431 3 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53729841 53741335 ENST00000475501 NA LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53741303 53741335 ENST00000475501 1 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53738276 53738314 ENST00000475501 2 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736899 53737018 ENST00000475501 3 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53736700 53736825 ENST00000475501 4 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53732145 53732319 ENST00000475501 5 LRP8 ENSG00000157193 Not Supported Not Supported +CDS 1 53729841 53730068 ENST00000475501 6 LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53755004 53793489 ENST00000496580 NA LRP8 ENSG00000157193 Not Supported Not Supported +transcript 1 53733607 53734273 ENST00000432653 NA RP4-784A16.1 ENSG00000234578 Not Supported Not Supported +transcript 1 53753696 53755378 ENST00000421637 NA RP4-784A16.2 ENSG00000228838 Not Supported Not Supported +transcript 1 53757463 53757810 ENST00000450469 NA RP4-784A16.3 ENSG00000225030 Not Supported Not Supported +transcript 1 53770208 53773134 ENST00000446686 NA RP4-784A16.4 ENSG00000232762 Not Supported Not Supported +transcript 1 53793905 53802181 ENST00000445039 NA RP4-784A16.5 ENSG00000225675 Not Supported Not Supported +transcript 1 53814160 53814905 ENST00000429099 NA RP11-117D22.1 ENSG00000226938 Not Supported Not Supported +transcript 1 53832340 53833917 ENST00000449958 NA RP11-117D22.2 ENSG00000230138 Not Supported Not Supported +transcript 1 53878821 53905648 ENST00000563752 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53878835 53883338 ENST00000566461 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53902708 53905238 ENST00000566100 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53904043 53905693 ENST00000569142 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53904044 53904974 ENST00000443844 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53904384 53905242 ENST00000562700 NA SLC25A3P1 ENSG00000236253 Not Supported Not Supported +transcript 1 53925072 53933161 ENST00000371445 NA DMRTB1 ENSG00000143006 Not Supported Not Supported +CDS 1 53925127 53925703 ENST00000371445 1 DMRTB1 ENSG00000143006 Not Supported Not Supported +CDS 1 53927146 53927318 ENST00000371445 2 DMRTB1 ENSG00000143006 Not Supported Not Supported +CDS 1 53930310 53930520 ENST00000371445 3 DMRTB1 ENSG00000143006 Not Supported Not Supported +CDS 1 53932268 53932332 ENST00000371445 4 DMRTB1 ENSG00000143006 Not Supported Not Supported +transcript 1 53925649 53930352 ENST00000463126 NA DMRTB1 ENSG00000143006 Not Supported Not Supported +transcript 1 53971910 54199877 ENST00000312233 NA GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 54059781 54060575 ENST00000312233 3 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53995464 53995625 ENST00000312233 4 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53990450 53990560 ENST00000312233 5 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53986307 53986439 ENST00000312233 6 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53980298 53980454 ENST00000312233 7 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53975522 53975700 ENST00000312233 8 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53974793 53974960 ENST00000312233 9 GLIS1 ENSG00000174332 Not Supported Not Supported +CDS 1 53972295 53972449 ENST00000312233 10 GLIS1 ENSG00000174332 Not Supported Not Supported +transcript 1 54154422 54154485 ENST00000459222 NA RNU7-95P ENSG00000239007 Not Supported Not Supported +transcript 1 54231133 54304533 ENST00000371429 NA NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54303878 54303934 ENST00000371429 1 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54301173 54301293 ENST00000371429 2 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54298163 54298264 ENST00000371429 3 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54293672 54293846 ENST00000371429 4 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54291471 54291609 ENST00000371429 5 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54284644 54284752 ENST00000371429 6 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54275368 54275419 ENST00000371429 7 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54273329 54273464 ENST00000371429 8 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54272098 54272190 ENST00000371429 9 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54269601 54269682 ENST00000371429 10 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54266366 54266521 ENST00000371429 11 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262572 54262817 ENST00000371429 12 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262362 54262477 ENST00000371429 13 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54258902 54258952 ENST00000371429 14 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54254806 54254869 ENST00000371429 15 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54252831 54252931 ENST00000371429 16 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54238002 54238162 ENST00000371429 17 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54233646 54233706 ENST00000371429 18 NDC1 ENSG00000058804 Not Supported Not Supported +transcript 1 54231136 54304225 ENST00000540001 NA NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54303878 54303934 ENST00000540001 1 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54301173 54301293 ENST00000540001 2 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54298163 54298264 ENST00000540001 3 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54293672 54293846 ENST00000540001 4 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54291471 54291609 ENST00000540001 5 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54284644 54284752 ENST00000540001 6 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54275368 54275419 ENST00000540001 7 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54273329 54273464 ENST00000540001 8 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54272098 54272190 ENST00000540001 9 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54269601 54269682 ENST00000540001 10 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54266366 54266521 ENST00000540001 11 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262572 54262817 ENST00000540001 12 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262421 54262477 ENST00000540001 13 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54254806 54254869 ENST00000540001 14 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54252895 54252931 ENST00000540001 15 NDC1 ENSG00000058804 Not Supported Not Supported +transcript 1 54233310 54303940 ENST00000537333 NA NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54269601 54269661 ENST00000537333 8 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54266366 54266521 ENST00000537333 9 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262572 54262817 ENST00000537333 10 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262362 54262477 ENST00000537333 11 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54258902 54258952 ENST00000537333 12 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54254806 54254869 ENST00000537333 13 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54252831 54252931 ENST00000537333 14 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54238002 54238162 ENST00000537333 15 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54233646 54233706 ENST00000537333 16 NDC1 ENSG00000058804 Not Supported Not Supported +transcript 1 54233563 54303969 ENST00000234725 NA NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54293672 54293781 ENST00000234725 3 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54291471 54291609 ENST00000234725 4 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54284644 54284752 ENST00000234725 5 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54275368 54275419 ENST00000234725 6 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54273329 54273464 ENST00000234725 7 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54272098 54272190 ENST00000234725 8 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54269601 54269682 ENST00000234725 9 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54266366 54266521 ENST00000234725 10 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262572 54262817 ENST00000234725 11 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54262362 54262477 ENST00000234725 12 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54258902 54258952 ENST00000234725 13 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54254806 54254869 ENST00000234725 14 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54252831 54252931 ENST00000234725 15 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54238002 54238162 ENST00000234725 16 NDC1 ENSG00000058804 Not Supported Not Supported +CDS 1 54233646 54233706 ENST00000234725 17 NDC1 ENSG00000058804 Not Supported Not Supported +transcript 1 54284643 54304136 ENST00000480952 NA NDC1 ENSG00000058804 Not Supported Not Supported +transcript 1 54236691 54236826 ENST00000364133 NA SNORA58 ENSG00000201003 Not Supported Not Supported +transcript 1 54294465 54294534 ENST00000578163 NA AL049745.1 ENSG00000264454 Not Supported Not Supported +transcript 1 54307220 54307505 ENST00000433953 NA RP4-654H19.2 ENSG00000229687 Not Supported Not Supported +transcript 1 54317392 54355406 ENST00000464950 NA YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54354580 54354610 ENST00000464950 2 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54348786 54348949 ENST00000464950 3 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54344315 54344395 ENST00000464950 4 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54343988 54344075 ENST00000464950 5 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54337045 54337161 ENST00000464950 6 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54332431 54332597 ENST00000464950 7 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54331873 54332055 ENST00000464950 8 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54325740 54325826 ENST00000464950 9 YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54317406 54355452 ENST00000371399 NA YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54332431 54332529 ENST00000371399 6 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54331873 54332055 ENST00000371399 7 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54325740 54325826 ENST00000371399 8 YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54317407 54355453 ENST00000072644 NA YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54354580 54354610 ENST00000072644 3 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54348786 54348949 ENST00000072644 4 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54344315 54344395 ENST00000072644 5 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54343988 54344075 ENST00000072644 6 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54337045 54337161 ENST00000072644 7 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54332431 54332597 ENST00000072644 8 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54331873 54332055 ENST00000072644 9 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54325740 54325826 ENST00000072644 10 YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54320691 54356407 ENST00000539954 NA YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54356224 54356249 ENST00000539954 1 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54354580 54354659 ENST00000539954 2 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54348786 54348949 ENST00000539954 3 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54344315 54344395 ENST00000539954 4 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54343988 54344075 ENST00000539954 5 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54337045 54337161 ENST00000539954 6 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54332431 54332597 ENST00000539954 7 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54331873 54332055 ENST00000539954 8 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54325740 54325826 ENST00000539954 9 YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54331868 54355453 ENST00000469457 NA YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54331874 54355471 ENST00000480151 NA YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54332428 54355507 ENST00000412288 NA YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54354580 54354610 ENST00000412288 3 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54348786 54348949 ENST00000412288 4 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54344315 54344395 ENST00000412288 5 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54343988 54344075 ENST00000412288 6 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54337045 54337161 ENST00000412288 7 YIPF1 ENSG00000058799 Not Supported Not Supported +CDS 1 54332428 54332597 ENST00000412288 8 YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54332477 54355453 ENST00000465897 NA YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54343995 54355462 ENST00000472983 NA YIPF1 ENSG00000058799 Not Supported Not Supported +transcript 1 54356912 54371833 ENST00000534069 NA DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54357840 54371967 ENST00000529589 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54360013 54360220 ENST00000529589 2 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370482 ENST00000529589 3 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54371768 54371967 ENST00000529589 4 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359860 54376759 ENST00000361921 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360220 ENST00000361921 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370482 ENST00000361921 2 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54371768 54371967 ENST00000361921 3 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375669 ENST00000361921 4 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359861 54376757 ENST00000322679 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360220 ENST00000322679 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370482 ENST00000322679 2 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375605 ENST00000322679 3 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359862 54375780 ENST00000530084 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360111 ENST00000530084 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370356 ENST00000530084 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359862 54375782 ENST00000528946 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360220 ENST00000528946 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370407 54370420 ENST00000528946 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359862 54375782 ENST00000525044 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360111 ENST00000525044 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370356 ENST00000525044 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359862 54375782 ENST00000527060 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360028 ENST00000527060 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54360112 54360140 ENST00000527060 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359865 54370527 ENST00000526329 NA DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359884 54375672 ENST00000532493 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360220 ENST00000532493 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375605 ENST00000532493 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359884 54375672 ENST00000525202 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360028 ENST00000525202 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370339 54370482 ENST00000525202 2 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54371768 54371967 ENST00000525202 3 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375669 ENST00000525202 4 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359884 54375672 ENST00000529329 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360028 ENST00000529329 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54360112 54360140 ENST00000529329 2 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359884 54375672 ENST00000524406 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54370389 54370482 ENST00000524406 3 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54371768 54371967 ENST00000524406 4 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375669 ENST00000524406 5 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54359884 54375672 ENST00000388876 NA DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54359884 54360220 ENST00000388876 1 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54371768 54371967 ENST00000388876 2 DIO1 ENSG00000211452 Not Supported Not Supported +CDS 1 54375604 54375669 ENST00000388876 3 DIO1 ENSG00000211452 Not Supported Not Supported +transcript 1 54382247 54411245 ENST00000371378 NA HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54405658 54405755 ENST00000371378 2 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54395712 54395818 ENST00000371378 3 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54394045 54394113 ENST00000371378 4 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54389577 54389620 ENST00000371378 5 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54382466 54382789 ENST00000371378 6 HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54387234 54411602 ENST00000194214 NA HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54405658 54405755 ENST00000194214 2 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54395712 54395818 ENST00000194214 3 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54394045 54394113 ENST00000194214 4 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54389577 54389620 ENST00000194214 5 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54387327 54387440 ENST00000194214 6 HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54387235 54394673 ENST00000489675 NA HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54389206 54411283 ENST00000371377 NA HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54405658 54405755 ENST00000371377 2 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54395712 54395818 ENST00000371377 3 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54394045 54394113 ENST00000371377 4 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54389559 54389620 ENST00000371377 5 HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54395170 54405773 ENST00000371376 NA HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54405658 54405755 ENST00000371376 1 HSPB11 ENSG00000081870 Not Supported Not Supported +CDS 1 54395695 54395818 ENST00000371376 2 HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54405356 54411275 ENST00000488884 NA HSPB11 ENSG00000081870 Not Supported Not Supported +transcript 1 54411750 54433841 ENST00000371370 NA LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54417673 54418145 ENST00000371370 3 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54423822 54423953 ENST00000371370 4 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54426029 54426147 ENST00000371370 5 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54427707 54427795 ENST00000371370 6 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54427969 54428082 ENST00000371370 7 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54431969 54432053 ENST00000371370 8 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54433338 54433609 ENST00000371370 9 LRRC42 ENSG00000116212 Not Supported Not Supported +transcript 1 54411758 54423925 ENST00000371368 NA LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54417673 54418145 ENST00000371368 4 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54423822 54423925 ENST00000371368 5 LRRC42 ENSG00000116212 Not Supported Not Supported +transcript 1 54412026 54433841 ENST00000319223 NA LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54417673 54418145 ENST00000319223 2 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54423822 54423953 ENST00000319223 3 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54426029 54426147 ENST00000319223 4 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54427707 54427795 ENST00000319223 5 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54427969 54428082 ENST00000319223 6 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54431969 54432053 ENST00000319223 7 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54433338 54433609 ENST00000319223 8 LRRC42 ENSG00000116212 Not Supported Not Supported +transcript 1 54412031 54426141 ENST00000444987 NA LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54417673 54418145 ENST00000444987 3 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54423822 54423953 ENST00000444987 4 LRRC42 ENSG00000116212 Not Supported Not Supported +CDS 1 54426029 54426141 ENST00000444987 5 LRRC42 ENSG00000116212 Not Supported Not Supported +transcript 1 54427626 54433406 ENST00000477905 NA LRRC42 ENSG00000116212 Not Supported Not Supported +transcript 1 54440642 54441704 ENST00000437410 NA HNRNPA3P12 ENSG00000219102 Not Supported Not Supported +transcript 1 54474412 54483845 ENST00000371362 NA LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483765 54483785 ENST00000371362 1 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483049 54483100 ENST00000371362 2 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54475955 54476083 ENST00000371362 3 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54474658 54474803 ENST00000371362 4 LDLRAD1 ENSG00000203985 Not Supported Not Supported +transcript 1 54474506 54483803 ENST00000371360 NA LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483765 54483785 ENST00000371360 1 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483049 54483100 ENST00000371360 2 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54479909 54480037 ENST00000371360 3 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54477816 54477953 ENST00000371360 4 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54475955 54476083 ENST00000371360 5 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54474658 54474803 ENST00000371360 6 LDLRAD1 ENSG00000203985 Not Supported Not Supported +transcript 1 54474569 54483803 ENST00000545928 NA LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483765 54483785 ENST00000545928 1 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483049 54483100 ENST00000545928 2 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54477816 54477953 ENST00000545928 3 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54475955 54476083 ENST00000545928 4 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54474658 54474803 ENST00000545928 5 LDLRAD1 ENSG00000203985 Not Supported Not Supported +transcript 1 54474617 54483856 ENST00000420619 NA LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54483765 54483849 ENST00000420619 1 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54477816 54477953 ENST00000420619 2 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54475955 54476083 ENST00000420619 3 LDLRAD1 ENSG00000203985 Not Supported Not Supported +CDS 1 54474658 54474803 ENST00000420619 4 LDLRAD1 ENSG00000203985 Not Supported Not Supported +transcript 1 54481327 54481616 ENST00000358975 NA AL353898.1 ENSG00000197015 Not Supported Not Supported +transcript 1 54492356 54494172 ENST00000606641 NA RP4-758J24.5 ENSG00000272091 Not Supported Not Supported +transcript 1 54497347 54513686 ENST00000371348 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509195 ENST00000371348 3 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000371348 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000371348 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502283 54502391 ENST00000371348 6 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54497826 54497978 ENST00000371348 7 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54497349 54510615 ENST00000371344 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509195 ENST00000371344 1 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000371344 2 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000371344 3 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502283 54502391 ENST00000371344 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54497826 54497978 ENST00000371344 5 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54497349 54519111 ENST00000234831 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54518673 54518861 ENST00000234831 1 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54512940 54513045 ENST00000234831 2 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54511365 54511459 ENST00000234831 3 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509198 ENST00000234831 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000234831 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000234831 6 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502283 54502391 ENST00000234831 7 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54497826 54497978 ENST00000234831 8 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54497639 54519177 ENST00000371341 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509195 ENST00000371341 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000371341 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000371341 6 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502283 54502391 ENST00000371341 7 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54497826 54497978 ENST00000371341 8 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54497692 54502475 ENST00000470395 NA TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54502272 54519085 ENST00000420738 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509195 ENST00000420738 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000420738 6 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000420738 7 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502272 54502391 ENST00000420738 8 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54502272 54519114 ENST00000440019 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509195 ENST00000440019 3 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000440019 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000440019 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502272 54502391 ENST00000440019 6 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54502275 54519078 ENST00000452421 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54518673 54518861 ENST00000452421 1 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54514323 54514355 ENST00000452421 2 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54512940 54513045 ENST00000452421 3 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54511365 54511459 ENST00000452421 4 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54509046 54509198 ENST00000452421 5 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54507397 54507478 ENST00000452421 6 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54506429 54506510 ENST00000452421 7 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54502275 54502391 ENST00000452421 8 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54511159 54518865 ENST00000371337 NA TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54518673 54518861 ENST00000371337 1 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54512940 54513045 ENST00000371337 2 TMEM59 ENSG00000116209 Not Supported Not Supported +CDS 1 54511320 54511459 ENST00000371337 3 TMEM59 ENSG00000116209 Not Supported Not Supported +transcript 1 54498816 54500553 ENST00000327057 NA AL353898.2 ENSG00000203276 Not Supported Not Supported +transcript 1 54519260 54578192 ENST00000498272 NA TCEANC2 ENSG00000116205 Not Supported Not Supported +transcript 1 54519274 54565416 ENST00000234827 NA TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54520096 54520197 ENST00000234827 2 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54534429 54534570 ENST00000234827 3 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54554270 54554463 ENST00000234827 4 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54561958 54562143 ENST00000234827 5 TCEANC2 ENSG00000116205 Not Supported Not Supported +transcript 1 54519807 54562166 ENST00000371331 NA TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54520006 54520197 ENST00000371331 1 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54534429 54534570 ENST00000371331 2 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54554270 54554463 ENST00000371331 3 TCEANC2 ENSG00000116205 Not Supported Not Supported +CDS 1 54561958 54562143 ENST00000371331 4 TCEANC2 ENSG00000116205 Not Supported Not Supported +transcript 1 54519752 54519827 ENST00000585250 NA MIR4781 ENSG00000264208 Not Supported Not Supported +transcript 1 54555529 54555766 ENST00000444055 NA RP4-758J24.4 ENSG00000225183 Not Supported Not Supported +transcript 1 54565641 54565897 ENST00000422908 NA AL353898.3 ENSG00000237611 Not Supported Not Supported +transcript 1 54569968 54571750 ENST00000391366 NA AL161915.1 ENSG00000212670 Not Supported Not Supported +CDS 1 54570141 54570530 ENST00000391366 1 AL161915.1 ENSG00000212670 Not Supported Not Supported +transcript 1 54598747 54605522 ENST00000530059 NA CDCP2 ENSG00000157211 Not Supported Not Supported +transcript 1 54604668 54619443 ENST00000371330 NA CDCP2 ENSG00000157211 Not Supported Not Supported +CDS 1 54618517 54618595 ENST00000371330 1 CDCP2 ENSG00000157211 Not Supported Not Supported +CDS 1 54610139 54610486 ENST00000371330 2 CDCP2 ENSG00000157211 Not Supported Not Supported +CDS 1 54606771 54607106 ENST00000371330 3 CDCP2 ENSG00000157211 Not Supported Not Supported +CDS 1 54605196 54605779 ENST00000371330 4 CDCP2 ENSG00000157211 Not Supported Not Supported +transcript 1 54606897 54638367 ENST00000525949 NA RP11-446E24.4 ENSG00000256407 Not Supported Not Supported +transcript 1 54609065 54665746 ENST00000311841 NA RP11-446E24.4 ENSG00000256407 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000311841 3 RP11-446E24.4 ENSG00000256407 Not Supported Not Supported +CDS 1 54653401 54653412 ENST00000311841 4 RP11-446E24.4 ENSG00000256407 Not Supported Not Supported +transcript 1 54635333 54637997 ENST00000536061 NA AL357673.1 ENSG00000248835 Not Supported Not Supported +CDS 1 54636767 54637144 ENST00000536061 1 AL357673.1 ENSG00000248835 Not Supported Not Supported +transcript 1 54638009 54661266 ENST00000420054 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661244 ENST00000420054 1 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653401 54653412 ENST00000420054 2 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54638009 54665683 ENST00000421415 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000421415 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653401 54653412 ENST00000421415 4 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54638029 54665684 ENST00000490863 NA CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54638031 54662167 ENST00000419823 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000419823 2 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656421 54656569 ENST00000419823 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653325 54653412 ENST00000419823 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000419823 5 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54644822 54645025 ENST00000419823 6 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000419823 7 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54638031 54661266 ENST00000401046 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649929 ENST00000401046 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54644822 54645025 ENST00000401046 5 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000401046 6 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54638891 54665709 ENST00000528287 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000528287 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656411 54656569 ENST00000528287 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653401 54653412 ENST00000528287 5 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54640092 54661289 ENST00000534324 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000534324 1 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656421 54656569 ENST00000534324 2 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653325 54653412 ENST00000534324 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000534324 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54644822 54645025 ENST00000534324 5 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000534324 6 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54640116 54661354 ENST00000287899 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000287899 1 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656421 54656569 ENST00000287899 2 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653325 54653412 ENST00000287899 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000287899 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000287899 5 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54640292 54665685 ENST00000542737 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000542737 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656421 54656569 ENST00000542737 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653325 54653412 ENST00000542737 5 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000542737 6 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54644822 54645025 ENST00000542737 7 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000542737 8 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54640292 54665685 ENST00000537208 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000537208 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656421 54656569 ENST00000537208 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54653325 54653412 ENST00000537208 5 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000537208 6 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54640295 54640495 ENST00000537208 7 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54641218 54661109 ENST00000493530 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661109 ENST00000493530 1 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656411 54656569 ENST00000493530 2 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54649834 54649938 ENST00000493530 3 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54644822 54645025 ENST00000493530 4 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54641289 54641333 ENST00000493530 5 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54651826 54656510 ENST00000462299 NA CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54656224 54662077 ENST00000497820 NA CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54661092 54661289 ENST00000497820 2 CYB5RL ENSG00000215883 Not Supported Not Supported +CDS 1 54656354 54656569 ENST00000497820 3 CYB5RL ENSG00000215883 Not Supported Not Supported +transcript 1 54649714 54675805 ENST00000487096 NA MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54665840 54684051 ENST00000360840 NA MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54665917 54666262 ENST00000360840 1 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54670691 54670874 ENST00000360840 2 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54670968 54671083 ENST00000360840 3 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54675619 54675804 ENST00000360840 4 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54678174 54678331 ENST00000360840 5 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54681814 54682017 ENST00000360840 6 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54683845 54683919 ENST00000360840 7 MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54665869 54691137 ENST00000605337 NA MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54665917 54666262 ENST00000605337 1 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54670691 54670874 ENST00000605337 2 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54670968 54671083 ENST00000605337 3 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54675619 54675804 ENST00000605337 4 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54678174 54678331 ENST00000605337 5 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54681814 54682017 ENST00000605337 6 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54690798 54691052 ENST00000605337 7 MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54665877 54675804 ENST00000490670 NA MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54665892 54684049 ENST00000336230 NA MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54666008 54666262 ENST00000336230 1 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54675621 54675804 ENST00000336230 2 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54678174 54678331 ENST00000336230 3 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54681814 54682017 ENST00000336230 4 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54683845 54683919 ENST00000336230 5 MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54675619 54686603 ENST00000398219 NA MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54675619 54675804 ENST00000398219 1 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54678174 54678331 ENST00000398219 2 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54681814 54682017 ENST00000398219 3 MRPL37 ENSG00000116221 Not Supported Not Supported +CDS 1 54686284 54686529 ENST00000398219 4 MRPL37 ENSG00000116221 Not Supported Not Supported +transcript 1 54691105 54822491 ENST00000326956 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692190 54694507 ENST00000528930 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692305 54871177 ENST00000417664 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54747111 54747146 ENST00000417664 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54723742 54723822 ENST00000417664 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54722800 54722859 ENST00000417664 7 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000417664 8 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000417664 9 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708908 54708972 ENST00000417664 10 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707837 54707885 ENST00000417664 11 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707147 54707182 ENST00000417664 12 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54706578 54706632 ENST00000417664 13 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54704802 54704872 ENST00000417664 14 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694421 54694499 ENST00000417664 15 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694122 54694150 ENST00000417664 16 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54693928 54694029 ENST00000417664 17 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54692807 54692833 ENST00000417664 18 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692305 54872092 ENST00000371320 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54871626 54871681 ENST00000371320 1 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870531 54870603 ENST00000371320 2 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870249 54870310 ENST00000371320 3 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54867534 54867618 ENST00000371320 4 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54747111 54747200 ENST00000371320 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54723742 54723822 ENST00000371320 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54722800 54722859 ENST00000371320 7 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000371320 8 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000371320 9 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708908 54708972 ENST00000371320 10 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707837 54707885 ENST00000371320 11 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707147 54707182 ENST00000371320 12 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54706578 54706632 ENST00000371320 13 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54704802 54704872 ENST00000371320 14 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694421 54694499 ENST00000371320 15 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694122 54694150 ENST00000371320 16 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54693928 54694029 ENST00000371320 17 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54692807 54692833 ENST00000371320 18 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692312 54871681 ENST00000371319 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54871626 54871681 ENST00000371319 1 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870531 54870603 ENST00000371319 2 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870249 54870310 ENST00000371319 3 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54867534 54867618 ENST00000371319 4 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54747111 54747200 ENST00000371319 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54722800 54722859 ENST00000371319 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000371319 7 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000371319 8 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708908 54708972 ENST00000371319 9 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707837 54707885 ENST00000371319 10 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707147 54707182 ENST00000371319 11 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54706578 54706632 ENST00000371319 12 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54704802 54704872 ENST00000371319 13 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694421 54694499 ENST00000371319 14 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694122 54694150 ENST00000371319 15 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54693928 54694029 ENST00000371319 16 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54692807 54692833 ENST00000371319 17 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692320 54870306 ENST00000533946 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54692593 54871896 ENST00000357475 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54871626 54871681 ENST00000357475 1 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870531 54870603 ENST00000357475 2 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54870249 54870310 ENST00000357475 3 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54867534 54867618 ENST00000357475 4 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54747111 54747200 ENST00000357475 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54723742 54723822 ENST00000357475 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000357475 7 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000357475 8 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708908 54708972 ENST00000357475 9 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707837 54707885 ENST00000357475 10 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707147 54707182 ENST00000357475 11 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54706578 54706632 ENST00000357475 12 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54704802 54704872 ENST00000357475 13 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694421 54694499 ENST00000357475 14 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54694122 54694150 ENST00000357475 15 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54693928 54694029 ENST00000357475 16 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54692807 54692833 ENST00000357475 17 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54693928 54791112 ENST00000426150 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54704662 54717533 ENST00000444533 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000444533 1 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000444533 2 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708908 54708972 ENST00000444533 3 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707837 54707885 ENST00000444533 4 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54707147 54707182 ENST00000444533 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54706578 54706632 ENST00000444533 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54704751 54704872 ENST00000444533 7 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54704769 54722939 ENST00000420121 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54708529 54717344 ENST00000530618 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54708862 54792145 ENST00000533209 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54708910 54879152 ENST00000525990 NA SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54747111 54747146 ENST00000525990 5 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54722800 54722859 ENST00000525990 6 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717467 54717533 ENST00000525990 7 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54717289 54717365 ENST00000525990 8 SSBP3 ENSG00000157216 Not Supported Not Supported +CDS 1 54708910 54708972 ENST00000525990 9 SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54708945 54801554 ENST00000528787 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54878381 54879139 ENST00000448572 NA SSBP3 ENSG00000157216 Not Supported Not Supported +transcript 1 54703710 54704736 ENST00000361350 NA SSBP3-AS1 ENSG00000198711 Not Supported Not Supported +CDS 1 54703740 54704039 ENST00000361350 1 SSBP3-AS1 ENSG00000198711 Not Supported Not Supported +transcript 1 54751078 54753044 ENST00000426901 NA RP5-997D24.3 ENSG00000225632 Not Supported Not Supported +transcript 1 54881929 54886533 ENST00000447150 NA RP4-705F19.1 ENSG00000232245 Not Supported Not Supported +transcript 1 54970341 54970443 ENST00000577877 NA AC099796.1 ENSG00000265404 Not Supported Not Supported +transcript 1 54982085 54982932 ENST00000433377 NA RP5-866L20.1 ENSG00000235741 Not Supported Not Supported +transcript 1 54990497 54990604 ENST00000444140 NA RP5-866L20.2 ENSG00000237173 Not Supported Not Supported +transcript 1 54991059 54991126 ENST00000516837 NA SNORD112 ENSG00000252646 Not Supported Not Supported +transcript 1 55002469 55003431 ENST00000427917 NA HNRNPA1P63 ENSG00000227453 Not Supported Not Supported +transcript 1 55007930 55075797 ENST00000481208 NA ACOT11 ENSG00000162390 Not Supported Not Supported +transcript 1 55013893 55064531 ENST00000498228 NA ACOT11 ENSG00000162390 Not Supported Not Supported +transcript 1 55013901 55076000 ENST00000343744 NA ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55013983 55014015 ENST00000343744 1 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55050328 55050535 ENST00000343744 2 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55051508 55051577 ENST00000343744 3 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55058219 55058279 ENST00000343744 4 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55059614 55059712 ENST00000343744 5 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55060229 55060364 ENST00000343744 6 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55062932 55063088 ENST00000343744 7 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55064969 55065088 ENST00000343744 8 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55066942 55067086 ENST00000343744 9 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55068342 55068397 ENST00000343744 10 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55069544 55069610 ENST00000343744 11 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55070019 55070102 ENST00000343744 12 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55070749 55070882 ENST00000343744 13 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55072807 55072938 ENST00000343744 14 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55073615 55073741 ENST00000343744 15 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55074630 55074782 ENST00000343744 16 ACOT11 ENSG00000162390 Not Supported Not Supported +transcript 1 55013901 55104865 ENST00000371316 NA ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55013983 55014015 ENST00000371316 1 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55050328 55050535 ENST00000371316 2 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55051508 55051577 ENST00000371316 3 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55058219 55058279 ENST00000371316 4 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55059614 55059712 ENST00000371316 5 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55060229 55060364 ENST00000371316 6 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55062932 55063088 ENST00000371316 7 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55064969 55065088 ENST00000371316 8 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55066942 55067086 ENST00000371316 9 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55068342 55068397 ENST00000371316 10 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55069544 55069610 ENST00000371316 11 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55070019 55070102 ENST00000371316 12 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55070749 55070882 ENST00000371316 13 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55072807 55072938 ENST00000371316 14 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55073615 55073741 ENST00000371316 15 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55096407 55096559 ENST00000371316 16 ACOT11 ENSG00000162390 Not Supported Not Supported +CDS 1 55100361 55100399 ENST00000371316 17 ACOT11 ENSG00000162390 Not Supported Not Supported +transcript 1 55062937 55065331 ENST00000479837 NA ACOT11 ENSG00000162390 Not Supported Not Supported +transcript 1 55074855 55089229 ENST00000302250 NA FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55088951 55089068 ENST00000302250 1 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55085537 55085680 ENST00000302250 2 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55081693 55081845 ENST00000302250 3 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55080373 55080532 ENST00000302250 4 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55078159 55078383 ENST00000302250 5 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55077279 55077418 ENST00000302250 6 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55076085 55076228 ENST00000302250 7 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55074944 55075614 ENST00000302250 8 FAM151A ENSG00000162391 Not Supported Not Supported +transcript 1 55074855 55089229 ENST00000371304 NA FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55088951 55089068 ENST00000371304 1 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55085537 55085680 ENST00000371304 2 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55081693 55081845 ENST00000371304 3 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55080373 55080532 ENST00000371304 4 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55078159 55078383 ENST00000371304 5 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55077302 55077418 ENST00000371304 6 FAM151A ENSG00000162391 Not Supported Not Supported +CDS 1 55074944 55075220 ENST00000371304 7 FAM151A ENSG00000162391 Not Supported Not Supported +transcript 1 55087150 55094111 ENST00000416119 NA RP11-240D10.4 ENSG00000230728 Not Supported Not Supported +transcript 1 55107459 55207406 ENST00000606515 NA MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000606515 3 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000606515 4 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000606515 5 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000606515 6 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000606515 7 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000606515 8 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000606515 9 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139673 55139753 ENST00000606515 10 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +transcript 1 55107460 55207981 ENST00000425300 NA MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000425300 3 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55124788 55124862 ENST00000425300 4 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000425300 5 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000425300 6 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000425300 7 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000425300 8 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000425300 9 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000425300 10 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139673 55139753 ENST00000425300 11 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +transcript 1 55107473 55207904 ENST00000414150 NA MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000414150 3 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000414150 4 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000414150 5 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000414150 6 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000414150 7 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000414150 8 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000414150 9 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000414150 10 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000414150 11 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000414150 12 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000414150 13 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000414150 14 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000414150 15 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000414150 16 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000414150 17 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55165994 55166134 ENST00000414150 18 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55166816 55166995 ENST00000414150 19 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55167763 55167918 ENST00000414150 20 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55168296 55168418 ENST00000414150 21 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55172108 55172210 ENST00000414150 22 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55174687 55174749 ENST00000414150 23 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55181196 55181283 ENST00000414150 24 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55182273 55182390 ENST00000414150 25 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +CDS 1 55183165 55183230 ENST00000414150 26 MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +transcript 1 55164969 55207904 ENST00000460155 NA MROH7-TTC4 ENSG00000271723 Not Supported Not Supported +transcript 1 55107463 55136501 ENST00000478097 NA MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107466 55175932 ENST00000421030 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000421030 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000421030 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000421030 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000421030 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000421030 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000421030 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000421030 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000421030 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000421030 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000421030 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000421030 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000421030 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000421030 15 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000421030 16 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000421030 17 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165994 55166134 ENST00000421030 18 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55166816 55166995 ENST00000421030 19 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55167763 55167918 ENST00000421030 20 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55168296 55168418 ENST00000421030 21 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55172108 55172210 ENST00000421030 22 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55174687 55174749 ENST00000421030 23 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55175619 55175857 ENST00000421030 24 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107466 55166085 ENST00000545244 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130905 55130913 ENST00000545244 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000545244 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000545244 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000545244 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000545244 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000545244 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000545244 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000545244 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000545244 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000545244 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000545244 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000545244 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000545244 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165994 55166060 ENST00000545244 15 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107473 55165881 ENST00000339553 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000339553 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000339553 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000339553 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000339553 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000339553 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000339553 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000339553 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000339553 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000339553 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000339553 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000339553 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000339553 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000339553 15 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000339553 16 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000339553 17 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55163326 55163363 ENST00000339553 18 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165749 55165878 ENST00000339553 19 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107474 55129728 ENST00000472987 NA MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107474 55175914 ENST00000440047 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000440047 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000440047 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000440047 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000440047 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000440047 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000440047 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000440047 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000440047 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000440047 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000440047 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148364 ENST00000440047 13 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107481 55175935 ENST00000409996 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130905 55130913 ENST00000409996 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000409996 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000409996 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000409996 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000409996 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000409996 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000409996 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000409996 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000409996 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000409996 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000409996 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000409996 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000409996 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000409996 15 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165994 55166134 ENST00000409996 16 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55166816 55166995 ENST00000409996 17 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55167763 55167918 ENST00000409996 18 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55168296 55168418 ENST00000409996 19 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55172108 55172210 ENST00000409996 20 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55174687 55174749 ENST00000409996 21 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55175619 55175857 ENST00000409996 22 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107481 55175935 ENST00000454855 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136227 55136249 ENST00000454855 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000454855 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000454855 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000454855 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000454855 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000454855 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000454855 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000454855 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000454855 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000454855 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000454855 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000454855 15 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165994 55166134 ENST00000454855 16 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55166816 55166995 ENST00000454855 17 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55167763 55167918 ENST00000454855 18 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55168296 55168418 ENST00000454855 19 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55172108 55172210 ENST00000454855 20 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55174687 55174749 ENST00000454855 21 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55175619 55175857 ENST00000454855 22 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55107495 55165896 ENST00000395690 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000395690 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000395690 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000395690 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000395690 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000395690 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000395690 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000395690 9 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139689 55139824 ENST00000395690 10 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144415 55144527 ENST00000395690 11 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55144936 55145112 ENST00000395690 12 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55145564 55145718 ENST00000395690 13 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55148329 55148467 ENST00000395690 14 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55151931 55152121 ENST00000395690 15 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55158097 55158234 ENST00000395690 16 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55161049 55161163 ENST00000395690 17 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55163326 55163363 ENST00000395690 18 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55165742 55165829 ENST00000395690 19 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55116910 55175939 ENST00000413188 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000413188 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000413188 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000413188 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000413188 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000413188 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000413188 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000413188 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139673 55139753 ENST00000413188 9 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55117618 55175933 ENST00000422659 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000422659 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000422659 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000422659 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000422659 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000422659 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000422659 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000422659 8 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139673 55139753 ENST00000422659 9 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55118564 55165896 ENST00000438846 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55118600 55119830 ENST00000438846 1 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130840 55130913 ENST00000438846 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000438846 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136170 55136249 ENST00000438846 4 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136602 ENST00000438846 5 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55138764 55138859 ENST00000438846 6 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139374 55139478 ENST00000438846 7 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55139673 55139753 ENST00000438846 8 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55119760 55175934 ENST00000440217 NA MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55130905 55130913 ENST00000440217 2 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55134527 55134610 ENST00000440217 3 MROH7 ENSG00000184313 Not Supported Not Supported +CDS 1 55136473 55136589 ENST00000440217 4 MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55151938 55161455 ENST00000493533 NA MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55162865 55175939 ENST00000371287 NA MROH7 ENSG00000184313 Not Supported Not Supported +transcript 1 55181495 55208330 ENST00000371281 NA TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55181582 55181692 ENST00000371281 1 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55182273 55182390 ENST00000371281 2 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55183165 55183326 ENST00000371281 3 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55186836 55186913 ENST00000371281 4 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55188348 55188472 ENST00000371281 5 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55194019 55194105 ENST00000371281 6 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55197159 55197373 ENST00000371281 7 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55199302 55199383 ENST00000371281 8 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55203255 55203337 ENST00000371281 9 TTC4 ENSG00000243725 Not Supported Not Supported +CDS 1 55207084 55207183 ENST00000371281 10 TTC4 ENSG00000243725 Not Supported Not Supported +transcript 1 55181538 55183440 ENST00000486621 NA TTC4 ENSG00000243725 Not Supported Not Supported +transcript 1 55181541 55207980 ENST00000371284 NA TTC4 ENSG00000243725 Not Supported Not Supported +transcript 1 55202362 55207980 ENST00000486091 NA TTC4 ENSG00000243725 Not Supported Not Supported +transcript 1 55222571 55230187 ENST00000371279 NA PARS2 ENSG00000162396 Not Supported Not Supported +CDS 1 55223410 55224834 ENST00000371279 2 PARS2 ENSG00000162396 Not Supported Not Supported +transcript 1 55245385 55266940 ENST00000371276 NA TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55266270 55266836 ENST00000371276 1 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55253715 55253770 ENST00000371276 2 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55253384 55253499 ENST00000371276 3 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55252630 55252748 ENST00000371276 4 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55251656 55251817 ENST00000371276 5 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55247998 55248150 ENST00000371276 6 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55246919 55247452 ENST00000371276 7 TTC22 ENSG00000006555 Not Supported Not Supported +transcript 1 55247269 55253668 ENST00000488771 NA TTC22 ENSG00000006555 Not Supported Not Supported +transcript 1 55250224 55266871 ENST00000371274 NA TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55266270 55266836 ENST00000371274 1 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55253715 55253770 ENST00000371274 2 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55253384 55253499 ENST00000371274 3 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55252630 55252748 ENST00000371274 4 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55251656 55251817 ENST00000371274 5 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55251222 55251317 ENST00000371274 6 TTC22 ENSG00000006555 Not Supported Not Supported +transcript 1 55250227 55253465 ENST00000448308 NA TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55253384 55253465 ENST00000448308 1 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55252630 55252748 ENST00000448308 2 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55251656 55251817 ENST00000448308 3 TTC22 ENSG00000006555 Not Supported Not Supported +CDS 1 55250400 55250549 ENST00000448308 4 TTC22 ENSG00000006555 Not Supported Not Supported +transcript 1 55252316 55253578 ENST00000474654 NA TTC22 ENSG00000006555 Not Supported Not Supported +transcript 1 55258558 55260578 ENST00000450503 NA RP11-67L3.2 ENSG00000237453 Not Supported Not Supported +transcript 1 55271736 55307925 ENST00000358193 NA C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55271790 55271893 ENST00000358193 1 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55272669 55272756 ENST00000358193 2 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55273199 55273363 ENST00000358193 3 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55273562 55273684 ENST00000358193 4 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55277467 55277604 ENST00000358193 5 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55277719 55277862 ENST00000358193 6 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55279487 55279648 ENST00000358193 7 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55280587 55280712 ENST00000358193 8 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55282662 55282795 ENST00000358193 9 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55307289 55307346 ENST00000358193 10 C1orf177 ENSG00000162398 Not Supported Not Supported +transcript 1 55271775 55307925 ENST00000371273 NA C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55271790 55271893 ENST00000371273 1 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55272669 55272756 ENST00000371273 2 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55273199 55273363 ENST00000371273 3 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55273562 55273684 ENST00000371273 4 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55277467 55277604 ENST00000371273 5 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55277719 55277862 ENST00000371273 6 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55279487 55279648 ENST00000371273 7 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55280587 55280712 ENST00000371273 8 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55282662 55282795 ENST00000371273 9 C1orf177 ENSG00000162398 Not Supported Not Supported +CDS 1 55307474 55307543 ENST00000371273 10 C1orf177 ENSG00000162398 Not Supported Not Supported +transcript 1 55315306 55352891 ENST00000371269 NA DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55352562 55352792 ENST00000371269 1 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55349291 55349446 ENST00000371269 2 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55341615 55341720 ENST00000371269 3 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55340766 55340884 ENST00000371269 4 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55337023 55337286 ENST00000371269 5 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55330976 55331119 ENST00000371269 6 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319710 55319907 ENST00000371269 7 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319107 55319285 ENST00000371269 8 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55317909 55318059 ENST00000371269 9 DHCR24 ENSG00000116133 Not Supported Not Supported +transcript 1 55316549 55319839 ENST00000436604 NA DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319710 55319839 ENST00000436604 1 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319107 55319285 ENST00000436604 2 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55317906 55318059 ENST00000436604 3 DHCR24 ENSG00000116133 Not Supported Not Supported +transcript 1 55317396 55341668 ENST00000537443 NA DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55340766 55340873 ENST00000537443 2 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55337023 55337286 ENST00000537443 3 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319710 55319907 ENST00000537443 4 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319107 55319285 ENST00000537443 5 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55317909 55318059 ENST00000537443 6 DHCR24 ENSG00000116133 Not Supported Not Supported +transcript 1 55317583 55352481 ENST00000535035 NA DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55352291 55352398 ENST00000535035 1 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55349291 55349446 ENST00000535035 2 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55341615 55341720 ENST00000535035 3 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55340766 55340884 ENST00000535035 4 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55337023 55337286 ENST00000535035 5 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55330976 55331119 ENST00000535035 6 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319710 55319907 ENST00000535035 7 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55319107 55319285 ENST00000535035 8 DHCR24 ENSG00000116133 Not Supported Not Supported +CDS 1 55317909 55318059 ENST00000535035 9 DHCR24 ENSG00000116133 Not Supported Not Supported +transcript 1 55352548 55353674 ENST00000415336 NA RP11-67L3.5 ENSG00000242396 Not Supported Not Supported +transcript 1 55353236 55354391 ENST00000443284 NA RP11-67L3.4 ENSG00000233203 Not Supported Not Supported +transcript 1 55353400 55354336 ENST00000436033 NA RP11-67L3.4 ENSG00000233203 Not Supported Not Supported +transcript 1 55353401 55354523 ENST00000455380 NA RP11-67L3.4 ENSG00000233203 Not Supported Not Supported +transcript 1 55353405 55354523 ENST00000433690 NA RP11-67L3.4 ENSG00000233203 Not Supported Not Supported +transcript 1 55446465 55457966 ENST00000371268 NA TMEM61 ENSG00000143001 Not Supported Not Supported +CDS 1 55446739 55446753 ENST00000371268 1 TMEM61 ENSG00000143001 Not Supported Not Supported +CDS 1 55451770 55452119 ENST00000371268 2 TMEM61 ENSG00000143001 Not Supported Not Supported +CDS 1 55457509 55457773 ENST00000371268 3 TMEM61 ENSG00000143001 Not Supported Not Supported +transcript 1 55446623 55457947 ENST00000436960 NA RP11-12C17.2 ENSG00000233271 Not Supported Not Supported +transcript 1 55464606 55476556 ENST00000371265 NA BSND ENSG00000162399 Not Supported Not Supported +CDS 1 55464860 55465036 ENST00000371265 1 BSND ENSG00000162399 Not Supported Not Supported +CDS 1 55470695 55470789 ENST00000371265 2 BSND ENSG00000162399 Not Supported Not Supported +CDS 1 55472670 55472945 ENST00000371265 3 BSND ENSG00000162399 Not Supported Not Supported +CDS 1 55473887 55474298 ENST00000371265 4 BSND ENSG00000162399 Not Supported Not Supported +transcript 1 55505221 55530525 ENST00000302118 NA PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55505511 55505717 ENST00000302118 1 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55509516 55509707 ENST00000302118 2 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55512196 55512319 ENST00000302118 3 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55517951 55518084 ENST00000302118 4 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55518323 55518464 ENST00000302118 5 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55521666 55521862 ENST00000302118 6 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55523004 55523187 ENST00000302118 7 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55523709 55523882 ENST00000302118 8 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55524172 55524320 ENST00000302118 9 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55525159 55525336 ENST00000302118 10 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55527048 55527229 ENST00000302118 11 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55529042 55529254 ENST00000302118 12 PCSK9 ENSG00000169174 Not Supported Not Supported +transcript 1 55505431 55518424 ENST00000452118 NA PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55505511 55505717 ENST00000452118 1 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55509516 55509707 ENST00000452118 2 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55512196 55512319 ENST00000452118 3 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55516865 55516956 ENST00000452118 4 PCSK9 ENSG00000169174 Not Supported Not Supported +transcript 1 55505895 55529112 ENST00000543384 NA PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55518028 55518084 ENST00000543384 2 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55518323 55518464 ENST00000543384 3 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55521666 55521862 ENST00000543384 4 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55523004 55523187 ENST00000543384 5 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55523709 55523830 ENST00000543384 6 PCSK9 ENSG00000169174 Not Supported Not Supported +CDS 1 55524172 55524267 ENST00000543384 7 PCSK9 ENSG00000169174 Not Supported Not Supported +transcript 1 55516607 55530523 ENST00000490692 NA PCSK9 ENSG00000169174 Not Supported Not Supported +transcript 1 55532032 55680786 ENST00000294383 NA USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55680463 55680786 ENST00000294383 1 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55643640 55643805 ENST00000294383 2 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55642049 55642116 ENST00000294383 3 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55638050 55638193 ENST00000294383 4 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55637229 55637351 ENST00000294383 5 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55632241 55632276 ENST00000294383 6 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55631558 55631623 ENST00000294383 7 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55627872 55627937 ENST00000294383 8 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55625284 55625358 ENST00000294383 9 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55624551 55624709 ENST00000294383 10 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55622929 55623043 ENST00000294383 11 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55622621 55622724 ENST00000294383 12 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55620344 55620451 ENST00000294383 13 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55620044 55620139 ENST00000294383 14 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55619792 55619953 ENST00000294383 15 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55619543 55619590 ENST00000294383 16 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55614136 55614243 ENST00000294383 17 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55613322 55613471 ENST00000294383 18 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55612602 55612733 ENST00000294383 19 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55611671 55611782 ENST00000294383 20 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55609800 55609876 ENST00000294383 21 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55608652 55608792 ENST00000294383 22 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55608415 55608468 ENST00000294383 23 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55607289 55607404 ENST00000294383 24 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55604617 55604683 ENST00000294383 25 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55604281 55604391 ENST00000294383 26 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55603479 55603577 ENST00000294383 27 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55603188 55603361 ENST00000294383 28 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55600001 55600086 ENST00000294383 29 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55599743 55599836 ENST00000294383 30 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55598218 55598373 ENST00000294383 31 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55595150 55595247 ENST00000294383 32 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55591336 55591431 ENST00000294383 33 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55590993 55591221 ENST00000294383 34 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55590142 55590301 ENST00000294383 35 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55589120 55589275 ENST00000294383 36 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55587109 55587179 ENST00000294383 37 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55586269 55586429 ENST00000294383 38 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55575858 55575919 ENST00000294383 39 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55572912 55573103 ENST00000294383 40 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55571819 55571936 ENST00000294383 41 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55569549 55569693 ENST00000294383 42 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55567257 55567376 ENST00000294383 43 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55566512 55566637 ENST00000294383 44 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55565444 55565542 ENST00000294383 45 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55564149 55564231 ENST00000294383 46 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55563616 55563757 ENST00000294383 47 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55563271 55563390 ENST00000294383 48 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55562625 55562845 ENST00000294383 49 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55562171 55562295 ENST00000294383 50 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55560928 55561069 ENST00000294383 51 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55559610 55559760 ENST00000294383 52 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55558494 55558589 ENST00000294383 53 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55557696 55557799 ENST00000294383 54 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55555300 55555413 ENST00000294383 55 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55551615 55551711 ENST00000294383 56 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55549445 55549561 ENST00000294383 57 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55548945 55549037 ENST00000294383 58 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55546995 55547097 ENST00000294383 59 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55545211 55545332 ENST00000294383 60 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55544211 55544324 ENST00000294383 61 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55542908 55542973 ENST00000294383 62 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55541130 55541196 ENST00000294383 63 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55539501 55539579 ENST00000294383 64 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55538459 55538534 ENST00000294383 65 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55537990 55538076 ENST00000294383 66 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55537487 55537597 ENST00000294383 67 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55534721 55534780 ENST00000294383 68 USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55532041 55680762 ENST00000407756 NA USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55680609 55680762 ENST00000407756 1 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55642049 55642116 ENST00000407756 2 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55638050 55638193 ENST00000407756 3 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55637229 55637351 ENST00000407756 4 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55632241 55632276 ENST00000407756 5 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55631558 55631623 ENST00000407756 6 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55627872 55627937 ENST00000407756 7 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55625284 55625358 ENST00000407756 8 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55624551 55624709 ENST00000407756 9 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55622929 55623043 ENST00000407756 10 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55622621 55622724 ENST00000407756 11 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55620344 55620451 ENST00000407756 12 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55619792 55619953 ENST00000407756 13 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55614136 55614243 ENST00000407756 14 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55613322 55613471 ENST00000407756 15 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55612602 55612733 ENST00000407756 16 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55611671 55611782 ENST00000407756 17 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55609800 55609876 ENST00000407756 18 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55608652 55608792 ENST00000407756 19 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55608415 55608468 ENST00000407756 20 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55607289 55607404 ENST00000407756 21 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55604617 55604683 ENST00000407756 22 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55604281 55604391 ENST00000407756 23 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55603479 55603577 ENST00000407756 24 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55603188 55603361 ENST00000407756 25 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55600001 55600086 ENST00000407756 26 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55599743 55599836 ENST00000407756 27 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55598218 55598373 ENST00000407756 28 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55595150 55595247 ENST00000407756 29 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55591336 55591431 ENST00000407756 30 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55590993 55591221 ENST00000407756 31 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55590142 55590301 ENST00000407756 32 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55589120 55589275 ENST00000407756 33 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55587109 55587179 ENST00000407756 34 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55586269 55586429 ENST00000407756 35 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55575858 55575919 ENST00000407756 36 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55572912 55573103 ENST00000407756 37 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55571819 55571936 ENST00000407756 38 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55569549 55569693 ENST00000407756 39 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55567257 55567376 ENST00000407756 40 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55566512 55566637 ENST00000407756 41 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55565444 55565542 ENST00000407756 42 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55564149 55564231 ENST00000407756 43 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55563616 55563757 ENST00000407756 44 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55563271 55563390 ENST00000407756 45 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55562625 55562845 ENST00000407756 46 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55562171 55562295 ENST00000407756 47 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55560928 55561069 ENST00000407756 48 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55559610 55559760 ENST00000407756 49 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55558494 55558589 ENST00000407756 50 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55557696 55557799 ENST00000407756 51 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55555300 55555413 ENST00000407756 52 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55551615 55551711 ENST00000407756 53 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55549445 55549561 ENST00000407756 54 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55548945 55549037 ENST00000407756 55 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55546995 55547097 ENST00000407756 56 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55545211 55545332 ENST00000407756 57 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55544211 55544324 ENST00000407756 58 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55542908 55542973 ENST00000407756 59 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55541130 55541196 ENST00000407756 60 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55539501 55539579 ENST00000407756 61 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55538459 55538534 ENST00000407756 62 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55537990 55538076 ENST00000407756 63 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55537487 55537597 ENST00000407756 64 USP24 ENSG00000162402 Not Supported Not Supported +CDS 1 55534721 55534780 ENST00000407756 65 USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55536946 55541172 ENST00000484447 NA USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55537486 55538665 ENST00000480962 NA USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55547060 55552097 ENST00000472566 NA USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55549516 55552107 ENST00000512504 NA USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55559226 55560992 ENST00000482197 NA USP24 ENSG00000162402 Not Supported Not Supported +transcript 1 55683534 55699850 ENST00000451250 NA RP11-101C11.1 ENSG00000231090 Not Supported Not Supported +transcript 1 55688052 55689045 ENST00000449769 NA GYG1P3 ENSG00000231095 Not Supported Not Supported +transcript 1 55691314 55691396 ENST00000581938 NA MIR4422 ENSG00000265822 Not Supported Not Supported +transcript 1 55833139 55834447 ENST00000440922 NA GOT2P1 ENSG00000231900 Not Supported Not Supported +transcript 1 55838383 55838989 ENST00000421994 NA RP4-633H17.2 ENSG00000232198 Not Supported Not Supported +transcript 1 55842199 55842525 ENST00000362961 NA RN7SKP291 ENSG00000199831 Not Supported Not Supported +transcript 1 55864187 55864293 ENST00000516353 NA RNU6-830P ENSG00000252162 Not Supported Not Supported +transcript 1 55950544 55950645 ENST00000606692 NA Y_RNA ENSG00000272051 Not Supported Not Supported +transcript 1 56046710 56200675 ENST00000422374 NA RP11-466L17.1 ENSG00000234810 Not Supported Not Supported +transcript 1 56289480 56333921 ENST00000424357 NA RP11-90C4.1 ENSG00000233147 Not Supported Not Supported +transcript 1 56381282 56410636 ENST00000458145 NA RP11-90C4.2 ENSG00000230250 Not Supported Not Supported +transcript 1 56404387 56404953 ENST00000426300 NA PIGQP1 ENSG00000227104 Not Supported Not Supported +transcript 1 56410760 56415792 ENST00000455010 NA RP11-90C4.3 ENSG00000233079 Not Supported Not Supported +transcript 1 56611393 56620896 ENST00000435828 NA RP1-158P9.1 ENSG00000235612 Not Supported Not Supported +transcript 1 56673239 56674128 ENST00000441455 NA RP4-710M16.1 ENSG00000229871 Not Supported Not Supported +transcript 1 56713966 56724243 ENST00000569425 NA RP11-504A18.1 ENSG00000260971 Not Supported Not Supported +transcript 1 56843005 56843090 ENST00000411375 NA AC119674.1 ENSG00000223307 Not Supported Not Supported +transcript 1 56880635 56881638 ENST00000451914 NA RP4-710M16.2 ENSG00000223956 Not Supported Not Supported +transcript 1 56960419 57045241 ENST00000371250 NA PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 57044551 57044689 ENST00000371250 1 PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 57002627 57002784 ENST00000371250 2 PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 56989949 56990226 ENST00000371250 3 PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 56989495 56989552 ENST00000371250 4 PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 56977648 56977824 ENST00000371250 5 PPAP2B ENSG00000162407 Not Supported Not Supported +CDS 1 56962226 56962348 ENST00000371250 6 PPAP2B ENSG00000162407 Not Supported Not Supported +transcript 1 56961948 56982678 ENST00000472957 NA PPAP2B ENSG00000162407 Not Supported Not Supported +transcript 1 56962106 56979443 ENST00000459962 NA PPAP2B ENSG00000162407 Not Supported Not Supported +transcript 1 56989980 57110974 ENST00000461655 NA PPAP2B ENSG00000162407 Not Supported Not Supported +transcript 1 57044841 57110945 ENST00000476206 NA PPAP2B ENSG00000162407 Not Supported Not Supported +transcript 1 57004124 57004583 ENST00000446654 NA RPL21P23 ENSG00000236776 Not Supported Not Supported +transcript 1 57051285 57051915 ENST00000421838 NA RP11-377K22.3 ENSG00000224980 Not Supported Not Supported +transcript 1 57085082 57085222 ENST00000442812 NA RP11-377K22.2 ENSG00000225475 Not Supported Not Supported +transcript 1 57110995 57181008 ENST00000371244 NA PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57111061 57111154 ENST00000371244 1 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57140054 57140195 ENST00000371244 2 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57157067 57157160 ENST00000371244 3 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57158031 57158175 ENST00000371244 4 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57159438 57159525 ENST00000371244 5 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57161608 57161832 ENST00000371244 6 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57169644 57170148 ENST00000371244 7 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57171765 57171891 ENST00000371244 8 PRKAA2 ENSG00000162409 Not Supported Not Supported +CDS 1 57173148 57173383 ENST00000371244 9 PRKAA2 ENSG00000162409 Not Supported Not Supported +transcript 1 57184477 57285044 ENST00000343433 NA C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57284955 57284963 ENST00000343433 1 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57257729 57258476 ENST00000343433 2 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57254646 57254807 ENST00000343433 3 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57252848 57252881 ENST00000343433 4 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57233502 57233611 ENST00000343433 5 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57224389 57224423 ENST00000343433 6 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57221569 57221600 ENST00000343433 7 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57219512 57219608 ENST00000343433 8 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57216717 57216876 ENST00000343433 9 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57209825 57209939 ENST00000343433 10 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57209699 57209739 ENST00000343433 11 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57207834 57207894 ENST00000343433 12 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57206370 57206468 ENST00000343433 13 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57204298 57204326 ENST00000343433 14 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57202760 57202820 ENST00000343433 15 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57192170 57192256 ENST00000343433 16 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57189261 57189354 ENST00000343433 17 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57185846 57186002 ENST00000343433 18 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57185695 57185728 ENST00000343433 19 C1orf168 ENSG00000187889 Not Supported Not Supported +CDS 1 57185347 57185365 ENST00000343433 20 C1orf168 ENSG00000187889 Not Supported Not Supported +transcript 1 57184544 57227686 ENST00000493000 NA C1orf168 ENSG00000187889 Not Supported Not Supported +transcript 1 57185323 57186529 ENST00000497991 NA C1orf168 ENSG00000187889 Not Supported Not Supported +transcript 1 57192217 57285369 ENST00000484327 NA C1orf168 ENSG00000187889 Not Supported Not Supported +transcript 1 57192221 57203320 ENST00000371240 NA C1orf168 ENSG00000187889 Not Supported Not Supported +transcript 1 57289352 57292593 ENST00000425435 NA RP11-378I13.1 ENSG00000229913 Not Supported Not Supported +transcript 1 57320479 57383894 ENST00000361249 NA C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57320575 57320651 ENST00000361249 1 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57333282 57333375 ENST00000361249 2 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57340622 57340766 ENST00000361249 3 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57341735 57341882 ENST00000361249 4 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57347118 57347307 ENST00000361249 5 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57349154 57349354 ENST00000361249 6 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57351600 57351840 ENST00000361249 7 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57372340 57372465 ENST00000361249 8 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57373629 57373786 ENST00000361249 9 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57378076 57378298 ENST00000361249 10 C8A ENSG00000157131 Not Supported Not Supported +CDS 1 57383238 57383386 ENST00000361249 11 C8A ENSG00000157131 Not Supported Not Supported +transcript 1 57394883 57431688 ENST00000371237 NA C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57431530 57431621 ENST00000371237 1 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57425693 57425849 ENST00000371237 2 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57422442 57422583 ENST00000371237 3 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57420359 57420500 ENST00000371237 4 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57417721 57417853 ENST00000371237 5 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57415228 57415425 ENST00000371237 6 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57411494 57411734 ENST00000371237 7 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57409369 57409497 ENST00000371237 8 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57406522 57406685 ENST00000371237 9 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57399008 57399161 ENST00000371237 10 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57397483 57397551 ENST00000371237 11 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57395080 57395231 ENST00000371237 12 C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57394885 57431810 ENST00000543257 NA C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57425693 57425785 ENST00000543257 3 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57422442 57422583 ENST00000543257 4 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57420359 57420500 ENST00000543257 5 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57417721 57417853 ENST00000543257 6 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57415228 57415425 ENST00000543257 7 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57411494 57411734 ENST00000543257 8 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57409369 57409497 ENST00000543257 9 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57406522 57406685 ENST00000543257 10 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57399008 57399161 ENST00000543257 11 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57397483 57397551 ENST00000543257 12 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57395080 57395231 ENST00000543257 13 C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57395026 57431730 ENST00000535057 NA C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57425202 57425264 ENST00000535057 3 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57422442 57422583 ENST00000535057 4 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57420359 57420500 ENST00000535057 5 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57417721 57417853 ENST00000535057 6 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57415228 57415425 ENST00000535057 7 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57411494 57411734 ENST00000535057 8 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57409369 57409497 ENST00000535057 9 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57406522 57406685 ENST00000535057 10 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57399008 57399161 ENST00000535057 11 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57397483 57397551 ENST00000535057 12 C8B ENSG00000021852 Not Supported Not Supported +CDS 1 57395080 57395231 ENST00000535057 13 C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57397267 57399054 ENST00000465658 NA C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57422528 57431730 ENST00000468990 NA C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57425736 57431813 ENST00000494324 NA C8B ENSG00000021852 Not Supported Not Supported +transcript 1 57429559 57462430 ENST00000417420 NA RP5-1103B4.3 ENSG00000236341 Not Supported Not Supported +transcript 1 57431953 57432035 ENST00000408664 NA AL161740.1 ENSG00000221591 Not Supported Not Supported +transcript 1 57460451 57889729 ENST00000371236 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000371236 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000371236 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000371236 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000371236 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000371236 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57536696 57536734 ENST00000371236 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57535033 57535098 ENST00000371236 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000371236 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000371236 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000371236 11 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000371236 12 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000371236 13 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000371236 14 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57463572 59012406 ENST00000485760 NA DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57463579 58716211 ENST00000371234 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000371234 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000371234 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000371234 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000371234 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000371234 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57536696 57536734 ENST00000371234 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57535033 57535098 ENST00000371234 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000371234 11 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000371234 12 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000371234 13 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000371234 14 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000371234 15 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000371234 16 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57463698 57756738 ENST00000420954 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000420954 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000420954 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000420954 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000420954 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000420954 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000420954 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499196 57499246 ENST00000420954 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499059 57499106 ENST00000420954 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000420954 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000420954 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000420954 11 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000420954 12 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000420954 13 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57463698 57756738 ENST00000414851 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000414851 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000414851 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000414851 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000414851 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000414851 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000414851 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499196 57499246 ENST00000414851 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000414851 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000414851 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000414851 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000414851 11 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000414851 12 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57463698 57756738 ENST00000439789 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000439789 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000439789 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000439789 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000439789 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499196 57499246 ENST00000439789 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499059 57499106 ENST00000439789 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000439789 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000439789 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000439789 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000439789 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000439789 11 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57476368 57756737 ENST00000371231 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000371231 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000371231 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000371231 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000371231 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000371231 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57536696 57536734 ENST00000371231 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57535033 57535098 ENST00000371231 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000371231 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499196 57499246 ENST00000371231 9 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499059 57499106 ENST00000371231 10 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000371231 11 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000371231 12 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57480556 57481104 ENST00000371231 13 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476818 57476945 ENST00000371231 14 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57476371 57476463 ENST00000371231 15 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57481025 57756737 ENST00000371232 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000371232 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000371232 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000371232 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528557 57528616 ENST00000371232 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499196 57499246 ENST00000371232 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57499059 57499106 ENST00000371232 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57491654 57491716 ENST00000371232 7 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57489204 57489312 ENST00000371232 8 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57481025 57481104 ENST00000371232 9 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57528563 57756737 ENST00000332102 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000332102 1 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000332102 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000332102 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000332102 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000332102 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57528563 57528616 ENST00000332102 6 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57536407 57889729 ENST00000371230 NA DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57756636 57756702 ENST00000371230 2 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57610963 57611102 ENST00000371230 3 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57602216 57602314 ENST00000371230 4 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537956 57538087 ENST00000371230 5 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57537195 57537314 ENST00000371230 6 DAB1 ENSG00000173406 Not Supported Not Supported +CDS 1 57536654 57536734 ENST00000371230 7 DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57536851 57602256 ENST00000489267 NA DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57611090 57773036 ENST00000473821 NA DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 58291743 58349757 ENST00000477280 NA DAB1 ENSG00000173406 Not Supported Not Supported +transcript 1 57852248 57853122 ENST00000422038 NA RP6-102O10.1 ENSG00000227935 Not Supported Not Supported +transcript 1 58071519 58071878 ENST00000434808 NA RPS20P5 ENSG00000236888 Not Supported Not Supported +transcript 1 58222756 58222848 ENST00000459042 NA AL137855.1 ENSG00000238773 Not Supported Not Supported +transcript 1 58326204 58328475 ENST00000585589 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326204 58328887 ENST00000416598 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326229 58328475 ENST00000592753 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326234 58328475 ENST00000585576 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326239 58328450 ENST00000608806 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326253 58328472 ENST00000610197 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326253 58328475 ENST00000420811 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326253 58333170 ENST00000432897 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326260 58328735 ENST00000434141 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326281 58328342 ENST00000610175 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326311 58328475 ENST00000608833 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58326336 58340013 ENST00000591882 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58330604 ENST00000587466 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58330713 ENST00000588227 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58339873 ENST00000592898 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58344016 ENST00000590080 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58344137 ENST00000588058 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58344139 ENST00000592838 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58346412 ENST00000591523 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58346456 ENST00000591173 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328127 58346577 ENST00000457412 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58328687 58346403 ENST00000586465 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58340691 58344445 ENST00000608580 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58341844 58344044 ENST00000609323 NA DAB1-AS1 ENSG00000226759 Not Supported Not Supported +transcript 1 58513847 58514963 ENST00000394002 NA HNRNPA1P6 ENSG00000229887 Not Supported Not Supported +transcript 1 58521805 58522152 ENST00000488067 NA RPS26P15 ENSG00000223416 Not Supported Not Supported +transcript 1 58525811 58545946 ENST00000419596 NA RP11-393I23.4 ENSG00000235038 Not Supported Not Supported +transcript 1 58550091 58550231 ENST00000441183 NA RP11-393I23.3 ENSG00000230546 Not Supported Not Supported +transcript 1 58694354 58694675 ENST00000394974 NA RP11-414C16.1 ENSG00000233216 Not Supported Not Supported +transcript 1 58881056 58996334 ENST00000467509 NA OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58928224 58971871 ENST00000460671 NA OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58933599 59004490 ENST00000421528 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004490 ENST00000421528 1 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000421528 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999830 59000003 ENST00000421528 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999625 58999732 ENST00000421528 4 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58996273 58996401 ENST00000421528 5 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58992933 58993007 ENST00000421528 6 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58971732 58971881 ENST00000421528 7 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58939545 58939640 ENST00000421528 8 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58939545 59012452 ENST00000358603 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000358603 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000358603 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999830 59000003 ENST00000358603 4 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999625 58999732 ENST00000358603 5 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58996273 58996401 ENST00000358603 6 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58992933 58993007 ENST00000358603 7 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58971732 58971881 ENST00000358603 8 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58939548 58939640 ENST00000358603 9 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58946391 59012472 ENST00000371226 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000371226 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000371226 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999830 59000003 ENST00000371226 4 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999625 58999732 ENST00000371226 5 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58996273 58996401 ENST00000371226 6 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58992933 58993007 ENST00000371226 7 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58971732 58971881 ENST00000371226 8 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58946640 58946846 ENST00000371226 9 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58946550 58996309 ENST00000476933 NA OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58999659 59012378 ENST00000456980 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000456980 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000456980 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999830 59000003 ENST00000456980 4 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999659 58999732 ENST00000456980 5 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58999719 59012402 ENST00000467063 NA OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58999966 59012430 ENST00000419242 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000419242 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000419242 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999966 59000003 ENST00000419242 4 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 58999975 59012474 ENST00000426139 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000426139 2 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002185 59002413 ENST00000426139 3 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 58999975 59000003 ENST00000426139 4 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 59002363 59012386 ENST00000453710 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004467 59004966 ENST00000453710 4 OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59002363 59002413 ENST00000453710 5 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 59004705 59012380 ENST00000482274 NA OMA1 ENSG00000162600 Not Supported Not Supported +CDS 1 59004705 59004966 ENST00000482274 2 OMA1 ENSG00000162600 Not Supported Not Supported +transcript 1 59018585 59019005 ENST00000604022 NA RP4-592A1.4 ENSG00000270209 Not Supported Not Supported +transcript 1 59031301 59031604 ENST00000582127 NA RN7SL713P ENSG00000264128 Not Supported Not Supported +transcript 1 59041099 59043166 ENST00000371225 NA TACSTD2 ENSG00000184292 Not Supported Not Supported +CDS 1 59041860 59042828 ENST00000371225 1 TACSTD2 ENSG00000184292 Not Supported Not Supported +transcript 1 59096513 59097202 ENST00000427762 NA RP4-592A1.2 ENSG00000185839 Not Supported Not Supported +transcript 1 59096687 59097066 ENST00000330659 NA RP4-592A1.2 ENSG00000185839 Not Supported Not Supported +transcript 1 59120411 59165764 ENST00000472487 NA MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59165657 59165724 ENST00000472487 1 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59160801 59160879 ENST00000472487 2 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59158533 59158603 ENST00000472487 3 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59156012 59156089 ENST00000472487 4 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59155898 59155921 ENST00000472487 5 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59154710 59154788 ENST00000472487 6 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59150825 59150923 ENST00000472487 7 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59147457 59148217 ENST00000472487 8 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59142598 59142728 ENST00000472487 9 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59141149 59141252 ENST00000472487 10 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59139245 59139322 ENST00000472487 11 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59137542 59137630 ENST00000472487 12 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59134656 59134710 ENST00000472487 13 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59134304 59134354 ENST00000472487 14 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59133519 59133593 ENST00000472487 15 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59132710 59132898 ENST00000472487 16 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59131171 59131303 ENST00000472487 17 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59127078 59127183 ENST00000472487 18 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59126842 59126899 ENST00000472487 19 MYSM1 ENSG00000162601 Not Supported Not Supported +CDS 1 59125672 59125827 ENST00000472487 20 MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59120412 59155334 ENST00000493821 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59124825 59156066 ENST00000401044 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59142444 59147568 ENST00000481973 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59148081 59165752 ENST00000466774 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59155860 59165744 ENST00000483003 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59158078 59165749 ENST00000489282 NA MYSM1 ENSG00000162601 Not Supported Not Supported +transcript 1 59187951 59188044 ENST00000410236 NA Y_RNA ENSG00000222168 Not Supported Not Supported +transcript 1 59230521 59230607 ENST00000582637 NA AL136985.1 ENSG00000264081 Not Supported Not Supported +transcript 1 59246465 59249785 ENST00000371222 NA JUN ENSG00000177606 Not Supported Not Supported +CDS 1 59247750 59248742 ENST00000371222 1 JUN ENSG00000177606 Not Supported Not Supported +transcript 1 59250823 59365384 ENST00000544621 NA LINC01135 ENSG00000234807 Not Supported Not Supported +transcript 1 59250832 59365266 ENST00000419531 NA LINC01135 ENSG00000234807 Not Supported Not Supported +transcript 1 59278480 59279014 ENST00000607372 NA RP11-63G10.3 ENSG00000272226 Not Supported Not Supported +transcript 1 59304120 59316926 ENST00000424592 NA RP11-63G10.2 ENSG00000231740 Not Supported Not Supported +transcript 1 59348540 59362337 ENST00000423408 NA RP4-794H19.1 ENSG00000232453 Not Supported Not Supported +transcript 1 59361517 59362375 ENST00000427292 NA RP4-794H19.1 ENSG00000232453 Not Supported Not Supported +transcript 1 59465348 59466166 ENST00000412562 NA PHBP3 ENSG00000228121 Not Supported Not Supported +transcript 1 59486059 59498735 ENST00000447329 NA RP4-794H19.4 ENSG00000230812 Not Supported Not Supported +transcript 1 59486260 59510286 ENST00000438195 NA RP4-794H19.4 ENSG00000230812 Not Supported Not Supported +transcript 1 59486271 59488692 ENST00000424308 NA RP4-794H19.4 ENSG00000230812 Not Supported Not Supported +transcript 1 59520069 59521721 ENST00000422198 NA RP11-145M4.1 ENSG00000241042 Not Supported Not Supported +transcript 1 59521671 59543788 ENST00000451090 NA RP11-145M4.2 ENSG00000235215 Not Supported Not Supported +transcript 1 59522315 59553867 ENST00000449812 NA RP11-145M4.3 ENSG00000237352 Not Supported Not Supported +transcript 1 59597608 59612547 ENST00000425914 NA RP11-470E16.1 ENSG00000224609 Not Supported Not Supported +transcript 1 59598048 59612506 ENST00000585367 NA RP11-470E16.1 ENSG00000224609 Not Supported Not Supported +transcript 1 59598048 59612506 ENST00000592607 NA RP11-470E16.1 ENSG00000224609 Not Supported Not Supported +transcript 1 59598186 59664293 ENST00000436225 NA RP11-470E16.1 ENSG00000224609 Not Supported Not Supported +transcript 1 59598379 59612499 ENST00000587839 NA RP11-470E16.1 ENSG00000224609 Not Supported Not Supported +transcript 1 59754975 59755312 ENST00000604999 NA RP11-467C18.1 ENSG00000270457 Not Supported Not Supported +transcript 1 59762310 59787384 ENST00000582567 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787384 ENST00000582567 3 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762467 59844509 ENST00000413489 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787422 ENST00000413489 2 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59805630 59805741 ENST00000413489 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59811919 59812070 ENST00000413489 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59844421 59844509 ENST00000413489 5 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762510 60125965 ENST00000474476 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762527 59812041 ENST00000462744 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762653 60228396 ENST00000371218 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787422 ENST00000371218 2 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59805630 59805741 ENST00000371218 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59811919 59812070 ENST00000371218 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59844421 59844509 ENST00000371218 5 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59922633 59922748 ENST00000371218 6 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59977983 59978111 ENST00000371218 7 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60019796 60019899 ENST00000371218 8 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60073475 60073582 ENST00000371218 9 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60091660 60091721 ENST00000371218 10 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60103900 60104047 ENST00000371218 11 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60106952 60107023 ENST00000371218 12 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60125891 60125965 ENST00000371218 13 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60132955 60133075 ENST00000371218 14 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60139711 60139805 ENST00000371218 15 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60223603 60223664 ENST00000371218 16 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60228175 60228253 ENST00000371218 17 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762656 60092526 ENST00000495718 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762658 59781978 ENST00000583635 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762663 60228402 ENST00000303721 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787422 ENST00000303721 2 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59805630 59805741 ENST00000303721 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59811919 59812070 ENST00000303721 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59844421 59844509 ENST00000303721 5 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59922633 59922748 ENST00000303721 6 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59977983 59978111 ENST00000303721 7 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60019796 60019899 ENST00000303721 8 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60073475 60073582 ENST00000303721 9 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60091660 60091721 ENST00000303721 10 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60103900 60104047 ENST00000303721 11 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60125891 60125965 ENST00000303721 12 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60132955 60133075 ENST00000303721 13 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60139711 60139805 ENST00000303721 14 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60223603 60223664 ENST00000303721 15 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60228175 60228253 ENST00000303721 16 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59762684 60165066 ENST00000430447 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787422 ENST00000430447 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59805630 59805741 ENST00000430447 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59811919 59812070 ENST00000430447 5 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59844421 59844509 ENST00000430447 6 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59922633 59922748 ENST00000430447 7 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59977983 59978111 ENST00000430447 8 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60019796 60019899 ENST00000430447 9 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60073475 60073582 ENST00000430447 10 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60091660 60091721 ENST00000430447 11 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60103900 60104047 ENST00000430447 12 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60125891 60125965 ENST00000430447 13 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60132955 60133075 ENST00000430447 14 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60139711 60139805 ENST00000430447 15 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60163320 60163328 ENST00000430447 16 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59775759 60228400 ENST00000371212 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59787222 59787422 ENST00000371212 2 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59844421 59844509 ENST00000371212 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59922633 59922748 ENST00000371212 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 59977983 59978111 ENST00000371212 5 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60019796 60019899 ENST00000371212 6 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60073475 60073582 ENST00000371212 7 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60091660 60091721 ENST00000371212 8 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60103900 60104047 ENST00000371212 9 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60125891 60125965 ENST00000371212 10 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60132955 60133075 ENST00000371212 11 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60139711 60139805 ENST00000371212 12 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60223603 60223664 ENST00000371212 13 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60228175 60228253 ENST00000371212 14 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59858880 60091695 ENST00000475949 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 59977988 60126095 ENST00000485720 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60019590 60228400 ENST00000371210 NA FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60019894 60019899 ENST00000371210 2 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60073475 60073582 ENST00000371210 3 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60091660 60091721 ENST00000371210 4 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60103900 60104047 ENST00000371210 5 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60125891 60125965 ENST00000371210 6 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60132955 60133075 ENST00000371210 7 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60139711 60139805 ENST00000371210 8 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60223603 60223664 ENST00000371210 9 FGGY ENSG00000172456 Not Supported Not Supported +CDS 1 60228175 60228253 ENST00000371210 10 FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60091687 60228402 ENST00000493891 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60103900 60146667 ENST00000466791 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60125891 60233347 ENST00000476939 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60139329 60228216 ENST00000472783 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60139358 60228399 ENST00000471169 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60221344 60228396 ENST00000480847 NA FGGY ENSG00000172456 Not Supported Not Supported +transcript 1 60198899 60198968 ENST00000578274 NA MIR4711 ENSG00000266150 Not Supported Not Supported +transcript 1 60220419 60254854 ENST00000443012 NA RP4-782L23.2 ENSG00000226883 Not Supported Not Supported +transcript 1 60238467 60254520 ENST00000424725 NA RP4-782L23.1 ENSG00000231816 Not Supported Not Supported +transcript 1 60280458 60301022 ENST00000455990 NA HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60280790 60280852 ENST00000455990 2 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60287530 60287615 ENST00000455990 3 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60294452 60294524 ENST00000455990 4 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60297835 60297885 ENST00000455990 5 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60299077 60299209 ENST00000455990 6 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60301017 60301022 ENST00000455990 7 HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60280533 60342050 ENST00000371208 NA HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60280790 60280852 ENST00000371208 1 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60287530 60287615 ENST00000371208 2 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60294452 60294524 ENST00000371208 3 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60297835 60297885 ENST00000371208 4 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60299077 60299209 ENST00000371208 5 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60301017 60301084 ENST00000371208 6 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60302545 60302607 ENST00000371208 7 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60305980 60306063 ENST00000371208 8 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60309104 60309270 ENST00000371208 9 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60312717 60312857 ENST00000371208 10 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60313987 60314188 ENST00000371208 11 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60314745 60314855 ENST00000371208 12 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60324100 60324187 ENST00000371208 13 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60324657 60324717 ENST00000371208 14 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60325860 60326000 ENST00000371208 15 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60328456 60328549 ENST00000371208 16 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60330304 60330338 ENST00000371208 17 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60330835 60330917 ENST00000371208 18 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60331544 60331644 ENST00000371208 19 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60333922 60334023 ENST00000371208 20 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60336714 60336782 ENST00000371208 21 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60338467 60338634 ENST00000371208 22 HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60280844 60338679 ENST00000465876 NA HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60282304 60338642 ENST00000395561 NA HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60287593 60287615 ENST00000395561 2 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60294452 60294524 ENST00000395561 3 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60297835 60297885 ENST00000395561 4 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60299077 60299209 ENST00000395561 5 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60301017 60301084 ENST00000395561 6 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60302545 60302607 ENST00000395561 7 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60305980 60306063 ENST00000395561 8 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60309104 60309270 ENST00000395561 9 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60312717 60312857 ENST00000395561 10 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60313987 60314188 ENST00000395561 11 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60314745 60314855 ENST00000395561 12 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60324100 60324187 ENST00000395561 13 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60324657 60324717 ENST00000395561 14 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60325860 60326000 ENST00000395561 15 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60328456 60328549 ENST00000395561 16 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60330304 60330338 ENST00000395561 17 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60330835 60330917 ENST00000395561 18 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60331544 60331644 ENST00000395561 19 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60333922 60334023 ENST00000395561 20 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60336714 60336782 ENST00000395561 21 HOOK1 ENSG00000134709 Not Supported Not Supported +CDS 1 60338467 60338634 ENST00000395561 22 HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60325955 60329540 ENST00000474695 NA HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60330311 60338650 ENST00000466803 NA HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60336549 60338654 ENST00000491135 NA HOOK1 ENSG00000134709 Not Supported Not Supported +transcript 1 60358980 60392462 ENST00000371204 NA CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60392209 60392418 ENST00000371204 1 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60381610 60381772 ENST00000371204 2 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60377834 60377983 ENST00000371204 3 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60377280 60377440 ENST00000371204 4 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60375456 60375632 ENST00000371204 5 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60373458 60373599 ENST00000371204 6 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60370543 60370730 ENST00000371204 7 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60366637 60366775 ENST00000371204 8 CYP2J2 ENSG00000134716 Not Supported Not Supported +CDS 1 60359326 60359501 ENST00000371204 9 CYP2J2 ENSG00000134716 Not Supported Not Supported +transcript 1 60358988 60378910 ENST00000492633 NA CYP2J2 ENSG00000134716 Not Supported Not Supported +transcript 1 60358992 60392433 ENST00000466095 NA CYP2J2 ENSG00000134716 Not Supported Not Supported +transcript 1 60358992 60392433 ENST00000469406 NA CYP2J2 ENSG00000134716 Not Supported Not Supported +transcript 1 60375583 60392427 ENST00000468257 NA CYP2J2 ENSG00000134716 Not Supported Not Supported +transcript 1 60440431 60440726 ENST00000583379 NA RN7SL475P ENSG00000265535 Not Supported Not Supported +transcript 1 60452941 60474524 ENST00000486478 NA C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60456066 60539408 ENST00000450089 NA C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60538209 60538315 ENST00000450089 2 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60520876 60521110 ENST00000450089 3 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60491073 60491170 ENST00000450089 4 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60476064 60476128 ENST00000450089 5 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60466749 60466828 ENST00000450089 6 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60463281 60463488 ENST00000450089 7 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60456348 60456505 ENST00000450089 8 C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60456066 60539442 ENST00000371201 NA C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60538209 60538315 ENST00000371201 2 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60520876 60521110 ENST00000371201 3 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60506663 60506803 ENST00000371201 4 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60505589 60505852 ENST00000371201 5 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60503664 60503779 ENST00000371201 6 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60499148 60499313 ENST00000371201 7 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60491073 60491170 ENST00000371201 8 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60476064 60476128 ENST00000371201 9 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60466749 60466828 ENST00000371201 10 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60463281 60463488 ENST00000371201 11 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60456348 60456505 ENST00000371201 12 C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60456069 60474517 ENST00000488027 NA C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60456070 60474413 ENST00000395552 NA C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60474320 60474413 ENST00000395552 1 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60466749 60466828 ENST00000395552 2 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60463281 60463488 ENST00000395552 3 C1orf87 ENSG00000162598 Not Supported Not Supported +CDS 1 60456348 60456505 ENST00000395552 4 C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60456472 60476626 ENST00000491817 NA C1orf87 ENSG00000162598 Not Supported Not Supported +transcript 1 60563087 60563648 ENST00000412993 NA PGBD4P8 ENSG00000229332 Not Supported Not Supported +transcript 1 60580547 60615351 ENST00000456878 NA RP11-575B7.3 ENSG00000238242 Not Supported Not Supported +transcript 1 61005921 61106163 ENST00000439156 NA RP11-776H12.1 ENSG00000226476 Not Supported Not Supported +transcript 1 61125303 61291256 ENST00000423403 NA RP11-436K8.1 ENSG00000231252 Not Supported Not Supported +transcript 1 61330931 61921197 ENST00000371191 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61331043 61331138 ENST00000371191 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000371191 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000371191 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000371191 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000371191 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000371191 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000371191 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000371191 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000371191 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000371191 10 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000371191 11 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61519502 61798258 ENST00000476646 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553935 61554352 ENST00000476646 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000476646 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000476646 4 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61542946 61921257 ENST00000407417 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61543298 61543300 ENST00000407417 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000407417 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000407417 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000407417 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000407417 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000407417 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000407417 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000407417 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000407417 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000407417 10 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000407417 11 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61547439 61872399 ENST00000479364 NA NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61547534 61921234 ENST00000371189 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61547616 61547719 ENST00000371189 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548433 61548490 ENST00000371189 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000371189 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000371189 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000371189 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000371189 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000371189 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000371189 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000371189 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000371189 10 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000371189 11 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000371189 12 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61547980 61928465 ENST00000403491 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548464 61548490 ENST00000403491 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000403491 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000403491 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000403491 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000403491 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000403491 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000403491 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000403491 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000403491 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000403491 10 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000403491 11 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61548293 61922066 ENST00000371187 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548464 61548490 ENST00000371187 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000371187 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000371187 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000371187 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000371187 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000371187 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000371187 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000371187 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000371187 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61921048 ENST00000371187 10 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61548395 61921196 ENST00000485903 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548464 61548490 ENST00000485903 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000485903 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61743192 61743257 ENST00000485903 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000485903 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000485903 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000485903 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000485903 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000485903 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000485903 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000485903 10 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61548420 61921198 ENST00000371185 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548464 61548490 ENST00000371185 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000371185 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61798184 61798258 ENST00000371185 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000371185 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000371185 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000371185 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000371185 7 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000371185 8 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000371185 9 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000371185 10 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61548426 61921159 ENST00000371184 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61548464 61548490 ENST00000371184 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61553821 61554352 ENST00000371184 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000371184 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869954 ENST00000371184 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000371184 5 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000371184 6 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000371184 7 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61554084 61598700 ENST00000496712 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61554084 61554352 ENST00000496712 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61598367 61598383 ENST00000496712 2 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61818122 61869898 ENST00000482020 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61818122 61818239 ENST00000482020 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61824819 61824946 ENST00000482020 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61848909 61849037 ENST00000482020 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61851543 61851596 ENST00000482020 4 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869776 61869898 ENST00000482020 5 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61869748 61923709 ENST00000357977 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61869757 61869954 ENST00000357977 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872234 61872399 ENST00000357977 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61892137 61892228 ENST00000357977 3 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920989 ENST00000357977 4 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61872344 61921546 ENST00000493627 NA NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61872344 61872399 ENST00000493627 1 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61905123 61905190 ENST00000493627 2 NFIA ENSG00000162599 Not Supported Not Supported +CDS 1 61920975 61920992 ENST00000493627 3 NFIA ENSG00000162599 Not Supported Not Supported +transcript 1 61405911 61436448 ENST00000438559 NA RP4-668G5.1 ENSG00000237928 Not Supported Not Supported +transcript 1 61406067 61418521 ENST00000418662 NA RP4-668G5.1 ENSG00000237928 Not Supported Not Supported +transcript 1 61419726 61436417 ENST00000421455 NA RP4-668G5.1 ENSG00000237928 Not Supported Not Supported +transcript 1 61549127 61549202 ENST00000584315 NA AC096534.1 ENSG00000263380 Not Supported Not Supported +transcript 1 61590405 61590874 ENST00000603233 NA RP4-802A10.1 ENSG00000270742 Not Supported Not Supported +transcript 1 61714617 61719182 ENST00000442027 NA RP5-833A20.1 ENSG00000237853 Not Supported Not Supported +transcript 1 61714666 61719182 ENST00000596354 NA RP5-833A20.1 ENSG00000237853 Not Supported Not Supported +transcript 1 61714668 61719182 ENST00000596404 NA RP5-833A20.1 ENSG00000237853 Not Supported Not Supported +transcript 1 62094703 62094793 ENST00000580743 NA AC099791.1 ENSG00000264551 Not Supported Not Supported +transcript 1 62119866 62120580 ENST00000416440 NA RP11-430G17.1 ENSG00000223920 Not Supported Not Supported +transcript 1 62146718 62190813 ENST00000606498 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190629 62190792 ENST00000606498 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189385 62189458 ENST00000606498 2 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62175001 62175109 ENST00000606498 3 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62166606 62166697 ENST00000606498 4 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62160369 62160442 ENST00000606498 5 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62149111 62149218 ENST00000606498 6 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62146719 62191095 ENST00000294613 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190627 62190792 ENST00000294613 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189385 62189456 ENST00000294613 2 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62175001 62175109 ENST00000294613 3 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62166606 62166697 ENST00000294613 4 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62160369 62160442 ENST00000294613 5 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62149111 62149218 ENST00000294613 6 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62146720 62149529 ENST00000472357 NA TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62146721 62191095 ENST00000371180 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190629 62190978 ENST00000371180 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189385 62189458 ENST00000371180 2 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62175001 62175109 ENST00000371180 3 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62166606 62166697 ENST00000371180 4 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62160369 62160442 ENST00000371180 5 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62149111 62149218 ENST00000371180 6 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62146917 62190785 ENST00000488206 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190574 62190785 ENST00000488206 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189996 62190097 ENST00000488206 2 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62148944 62175090 ENST00000472989 NA TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62149124 62161913 ENST00000488410 NA TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62149169 62190739 ENST00000468586 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190592 62190739 ENST00000468586 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189433 62189444 ENST00000468586 2 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62159826 62190792 ENST00000371178 NA TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62160369 62190722 ENST00000494926 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190592 62190722 ENST00000494926 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189996 62190097 ENST00000494926 2 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62160370 62190816 ENST00000496465 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190574 62190792 ENST00000496465 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189436 62189444 ENST00000496465 2 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62163181 62190805 ENST00000371177 NA TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62190629 62190792 ENST00000371177 1 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62189385 62189458 ENST00000371177 2 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62175001 62175109 ENST00000371177 3 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62166606 62166697 ENST00000371177 4 TM2D1 ENSG00000162604 Not Supported Not Supported +CDS 1 62165828 62165946 ENST00000371177 5 TM2D1 ENSG00000162604 Not Supported Not Supported +transcript 1 62207670 62208096 ENST00000605725 NA RP11-430G17.3 ENSG00000271200 Not Supported Not Supported +transcript 1 62208149 62579922 ENST00000316485 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62228565 62228586 ENST00000316485 2 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62228685 62228851 ENST00000316485 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62231951 62232145 ENST00000316485 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62234955 62235094 ENST00000316485 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62237103 62237298 ENST00000316485 6 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62240878 62241006 ENST00000316485 7 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62253426 62253644 ENST00000316485 8 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62257020 62257119 ENST00000316485 9 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62261139 62261230 ENST00000316485 10 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62262959 62263100 ENST00000316485 11 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62267295 62267441 ENST00000316485 12 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62271120 62271196 ENST00000316485 13 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62274146 62274202 ENST00000316485 14 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62288617 62288751 ENST00000316485 15 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62293094 62293255 ENST00000316485 16 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62299326 62299457 ENST00000316485 17 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62321702 62321911 ENST00000316485 18 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62327223 62327339 ENST00000316485 19 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62329910 62330305 ENST00000316485 20 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62340915 62341038 ENST00000316485 21 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62349909 62350080 ENST00000316485 22 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62365255 62365326 ENST00000316485 23 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62366954 62367131 ENST00000316485 24 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62374044 62374154 ENST00000316485 25 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62380259 62380336 ENST00000316485 26 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62393402 62393501 ENST00000316485 27 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62455840 62456036 ENST00000316485 28 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62483528 62483619 ENST00000316485 29 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503649 62503721 ENST00000316485 30 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000316485 31 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545239 ENST00000316485 32 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62550187 62550320 ENST00000316485 33 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62565991 62566080 ENST00000316485 34 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62574109 62574192 ENST00000316485 35 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62579725 62579919 ENST00000316485 36 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62208149 62580582 ENST00000459752 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62208149 62580597 ENST00000484562 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62208149 62629592 ENST00000371158 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62228565 62228586 ENST00000371158 2 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62228685 62228851 ENST00000371158 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62231951 62232145 ENST00000371158 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62234955 62235094 ENST00000371158 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62237103 62237298 ENST00000371158 6 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62240878 62241006 ENST00000371158 7 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62253426 62253644 ENST00000371158 8 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62257020 62257119 ENST00000371158 9 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62261139 62261230 ENST00000371158 10 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62262959 62263100 ENST00000371158 11 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62267295 62267441 ENST00000371158 12 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62271120 62271196 ENST00000371158 13 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62274146 62274202 ENST00000371158 14 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62288617 62288751 ENST00000371158 15 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62293094 62293255 ENST00000371158 16 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62299326 62299457 ENST00000371158 17 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62321702 62321911 ENST00000371158 18 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62327223 62327339 ENST00000371158 19 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62329910 62330305 ENST00000371158 20 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62340915 62341038 ENST00000371158 21 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62349909 62350080 ENST00000371158 22 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62365255 62365326 ENST00000371158 23 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62366954 62367131 ENST00000371158 24 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62374044 62374154 ENST00000371158 25 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62380259 62380336 ENST00000371158 26 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62393402 62393501 ENST00000371158 27 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62455840 62456036 ENST00000371158 28 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62483528 62483619 ENST00000371158 29 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503649 62503721 ENST00000371158 30 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000371158 31 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545239 ENST00000371158 32 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62550187 62550320 ENST00000371158 33 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62574109 62574192 ENST00000371158 34 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62579725 62579918 ENST00000371158 35 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582204 62582351 ENST00000371158 36 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582804 62582890 ENST00000371158 37 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62586853 62586967 ENST00000371158 38 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62588693 62588730 ENST00000371158 39 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62593644 62593766 ENST00000371158 40 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62594513 62594617 ENST00000371158 41 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62613956 62614062 ENST00000371158 42 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62626580 62626604 ENST00000371158 43 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62271182 62629176 ENST00000484937 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62271194 62271196 ENST00000484937 1 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62274146 62274202 ENST00000484937 2 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62288617 62288751 ENST00000484937 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62293094 62293255 ENST00000484937 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62299326 62299457 ENST00000484937 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62321702 62321911 ENST00000484937 6 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62327223 62327339 ENST00000484937 7 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62329910 62330305 ENST00000484937 8 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62340915 62341038 ENST00000484937 9 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62349909 62350080 ENST00000484937 10 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62365255 62365326 ENST00000484937 11 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62366954 62367131 ENST00000484937 12 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62374044 62374154 ENST00000484937 13 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62380259 62380336 ENST00000484937 14 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62393402 62393501 ENST00000484937 15 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62455840 62456036 ENST00000484937 16 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62483528 62483619 ENST00000484937 17 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503649 62503721 ENST00000484937 18 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000484937 19 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545239 ENST00000484937 20 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62550187 62550320 ENST00000484937 21 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62574109 62574192 ENST00000484937 22 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62579725 62579918 ENST00000484937 23 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582204 62582351 ENST00000484937 24 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582804 62582890 ENST00000484937 25 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62586858 62586967 ENST00000484937 26 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62588693 62588717 ENST00000484937 27 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62330063 62341203 ENST00000488913 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62330103 62331283 ENST00000493967 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62374044 62457451 ENST00000494842 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62393400 62456108 ENST00000490547 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62417980 62545241 ENST00000307297 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62418062 62418083 ENST00000307297 1 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62455840 62456036 ENST00000307297 2 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62483528 62483619 ENST00000307297 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503649 62503721 ENST00000307297 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000307297 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545241 ENST00000307297 6 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62417984 62583006 ENST00000543708 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62418062 62418083 ENST00000543708 1 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62455840 62456036 ENST00000543708 2 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62483528 62483619 ENST00000543708 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503649 62503721 ENST00000543708 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000543708 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545239 ENST00000543708 6 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62550187 62550320 ENST00000543708 7 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62565991 62566080 ENST00000543708 8 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62574109 62574192 ENST00000543708 9 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62579725 62579918 ENST00000543708 10 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582204 62582351 ENST00000543708 11 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62582804 62582914 ENST00000543708 12 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62439040 62579995 ENST00000545929 NA INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62503671 62503721 ENST00000545929 3 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62516638 62516730 ENST00000545929 4 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62545122 62545239 ENST00000545929 5 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62550187 62550320 ENST00000545929 6 INADL ENSG00000132849 Not Supported Not Supported +CDS 1 62579725 62579919 ENST00000545929 7 INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62579762 62583190 ENST00000465798 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62586545 62594129 ENST00000472512 NA INADL ENSG00000132849 Not Supported Not Supported +transcript 1 62282091 62282194 ENST00000363705 NA RNU6-414P ENSG00000200575 Not Supported Not Supported +transcript 1 62318171 62318274 ENST00000391058 NA RNU6-1177P ENSG00000212360 Not Supported Not Supported +transcript 1 62504514 62504783 ENST00000444290 NA LAMTOR5P1 ENSG00000236646 Not Supported Not Supported +transcript 1 62538120 62538411 ENST00000466769 NA RN7SL180P ENSG00000242860 Not Supported Not Supported +transcript 1 62544458 62544531 ENST00000584654 NA MIR3116-2 ENSG00000263908 Not Supported Not Supported +transcript 1 62654803 62655625 ENST00000411569 NA PIGPP2 ENSG00000234204 Not Supported Not Supported +transcript 1 62656194 62656598 ENST00000439294 NA RPS15AP7 ENSG00000234088 Not Supported Not Supported +transcript 1 62660503 62678000 ENST00000498273 NA L1TD1 ENSG00000240563 Not Supported Not Supported +CDS 1 62672301 62673308 ENST00000498273 3 L1TD1 ENSG00000240563 Not Supported Not Supported +CDS 1 62675455 62677041 ENST00000498273 4 L1TD1 ENSG00000240563 Not Supported Not Supported +transcript 1 62673808 62674114 ENST00000450606 NA RP5-1155K23.4 ENSG00000237227 Not Supported Not Supported +transcript 1 62677229 62677338 ENST00000363304 NA Y_RNA ENSG00000200174 Not Supported Not Supported +transcript 1 62702651 62729096 ENST00000317477 NA KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62718739 62718834 ENST00000317477 2 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62713144 62713344 ENST00000317477 3 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62703952 62704053 ENST00000317477 4 KANK4 ENSG00000132854 Not Supported Not Supported +transcript 1 62702651 62785085 ENST00000371153 NA KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62747221 62747236 ENST00000371153 2 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62738876 62740759 ENST00000371153 3 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62737150 62737261 ENST00000371153 4 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62733959 62734177 ENST00000371153 5 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62732404 62732491 ENST00000371153 6 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62728764 62728983 ENST00000371153 7 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62718739 62718881 ENST00000371153 8 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62713144 62713344 ENST00000371153 9 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62703952 62704053 ENST00000371153 10 KANK4 ENSG00000132854 Not Supported Not Supported +transcript 1 62703216 62738463 ENST00000371150 NA KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62737150 62737229 ENST00000371150 1 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62733959 62734177 ENST00000371150 2 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62732404 62732491 ENST00000371150 3 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62728764 62728983 ENST00000371150 4 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62718739 62718881 ENST00000371150 5 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62713144 62713344 ENST00000371150 6 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62703952 62704053 ENST00000371150 7 KANK4 ENSG00000132854 Not Supported Not Supported +transcript 1 62703216 62784972 ENST00000354381 NA KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62747221 62747236 ENST00000354381 2 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62737150 62737261 ENST00000354381 3 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62733959 62734177 ENST00000354381 4 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62732404 62732491 ENST00000354381 5 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62728764 62728983 ENST00000354381 6 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62718739 62718881 ENST00000354381 7 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62713144 62713344 ENST00000354381 8 KANK4 ENSG00000132854 Not Supported Not Supported +CDS 1 62703952 62704053 ENST00000354381 9 KANK4 ENSG00000132854 Not Supported Not Supported +transcript 1 62763821 62763928 ENST00000364283 NA RNU6-371P ENSG00000201153 Not Supported Not Supported +transcript 1 62901968 62908991 ENST00000452143 NA USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62905539 62905708 ENST00000452143 2 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907159 62907279 ENST00000452143 3 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907866 62907970 ENST00000452143 4 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62908830 62908991 ENST00000452143 5 USP1 ENSG00000162607 Not Supported Not Supported +transcript 1 62901969 62907251 ENST00000442679 NA USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62905539 62905708 ENST00000442679 2 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907159 62907251 ENST00000442679 3 USP1 ENSG00000162607 Not Supported Not Supported +transcript 1 62901975 62917473 ENST00000371146 NA USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62905539 62905708 ENST00000371146 2 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907159 62907279 ENST00000371146 3 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907866 62907970 ENST00000371146 4 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62908830 62908990 ENST00000371146 5 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62910409 62911100 ENST00000371146 6 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62913012 62913182 ENST00000371146 7 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62914136 62914337 ENST00000371146 8 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62915917 62916649 ENST00000371146 9 USP1 ENSG00000162607 Not Supported Not Supported +transcript 1 62902326 62917475 ENST00000339950 NA USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62905539 62905708 ENST00000339950 2 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907159 62907279 ENST00000339950 3 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62907866 62907970 ENST00000339950 4 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62908830 62908990 ENST00000339950 5 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62910409 62911100 ENST00000339950 6 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62913012 62913182 ENST00000339950 7 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62914136 62914337 ENST00000339950 8 USP1 ENSG00000162607 Not Supported Not Supported +CDS 1 62915917 62916649 ENST00000339950 9 USP1 ENSG00000162607 Not Supported Not Supported +transcript 1 62920399 63153969 ENST00000251157 NA DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63153898 63153935 ENST00000251157 1 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63128696 63128801 ENST00000251157 2 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119655 63119830 ENST00000251157 3 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119396 63119464 ENST00000251157 4 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63114086 63114215 ENST00000251157 5 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113777 63113989 ENST00000251157 6 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113362 63113447 ENST00000251157 7 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63102208 63102274 ENST00000251157 8 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63100444 63100593 ENST00000251157 9 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63099169 63099249 ENST00000251157 10 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63096911 63097076 ENST00000251157 11 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63090930 63091072 ENST00000251157 12 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63085571 63085664 ENST00000251157 13 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63084377 63084539 ENST00000251157 14 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63052178 63052295 ENST00000251157 15 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63048855 63048925 ENST00000251157 16 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63044499 63044637 ENST00000251157 17 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63042933 63043034 ENST00000251157 18 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63027288 63027374 ENST00000251157 19 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63024660 63024891 ENST00000251157 20 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63021496 63021660 ENST00000251157 21 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63018403 63018572 ENST00000251157 22 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63010618 63010710 ENST00000251157 23 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63009327 63009416 ENST00000251157 24 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63008279 63008374 ENST00000251157 25 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005423 63005563 ENST00000251157 26 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005216 63005329 ENST00000251157 27 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63003562 63003732 ENST00000251157 28 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63001164 63001303 ENST00000251157 29 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62994948 62995117 ENST00000251157 30 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62993822 62993976 ENST00000251157 31 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979387 62979569 ENST00000251157 32 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979142 62979277 ENST00000251157 33 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62976248 62976344 ENST00000251157 34 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62973633 62973729 ENST00000251157 35 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62971353 62971487 ENST00000251157 36 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62970301 62970453 ENST00000251157 37 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62962010 62962168 ENST00000251157 38 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62961252 62961352 ENST00000251157 39 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62959946 62960138 ENST00000251157 40 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62958375 62958518 ENST00000251157 41 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62954605 62954736 ENST00000251157 42 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62943371 62943505 ENST00000251157 43 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941738 62941827 ENST00000251157 44 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941378 62941614 ENST00000251157 45 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62940879 62941022 ENST00000251157 46 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62939653 62939759 ENST00000251157 47 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62923209 62923376 ENST00000251157 48 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62921088 62921127 ENST00000251157 49 DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62920569 63021605 ENST00000454575 NA DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63021496 63021605 ENST00000454575 1 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63018403 63018572 ENST00000454575 2 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63010618 63010710 ENST00000454575 3 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63009327 63009416 ENST00000454575 4 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63008279 63008374 ENST00000454575 5 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005423 63005563 ENST00000454575 6 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005216 63005329 ENST00000454575 7 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63003562 63003732 ENST00000454575 8 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63001164 63001303 ENST00000454575 9 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62994948 62995117 ENST00000454575 10 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62993822 62993976 ENST00000454575 11 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979387 62979569 ENST00000454575 12 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979142 62979277 ENST00000454575 13 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62976248 62976344 ENST00000454575 14 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62973633 62973729 ENST00000454575 15 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62971353 62971487 ENST00000454575 16 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62970301 62970453 ENST00000454575 17 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62962010 62962168 ENST00000454575 18 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62961252 62961352 ENST00000454575 19 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62959946 62960138 ENST00000454575 20 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62958375 62958518 ENST00000454575 21 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62954605 62954736 ENST00000454575 22 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62953069 62953083 ENST00000454575 23 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62943371 62943496 ENST00000454575 24 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941738 62941827 ENST00000454575 25 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941378 62941614 ENST00000454575 26 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62940879 62941022 ENST00000454575 27 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62939653 62939759 ENST00000454575 28 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62923209 62923376 ENST00000454575 29 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62921085 62921127 ENST00000454575 30 DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62920569 63153953 ENST00000340370 NA DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63153898 63153935 ENST00000340370 1 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63128696 63128801 ENST00000340370 2 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119655 63119830 ENST00000340370 3 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119396 63119464 ENST00000340370 4 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63114086 63114215 ENST00000340370 5 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113777 63113989 ENST00000340370 6 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113362 63113447 ENST00000340370 7 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63102208 63102274 ENST00000340370 8 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63100444 63100593 ENST00000340370 9 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63099169 63099249 ENST00000340370 10 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63096911 63097076 ENST00000340370 11 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63090930 63091072 ENST00000340370 12 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63085571 63085664 ENST00000340370 13 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63084377 63084539 ENST00000340370 14 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63052178 63052295 ENST00000340370 15 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63048855 63048925 ENST00000340370 16 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63044499 63044637 ENST00000340370 17 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63042933 63043034 ENST00000340370 18 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63027288 63027374 ENST00000340370 19 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63024660 63024891 ENST00000340370 20 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63021496 63021660 ENST00000340370 21 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63018403 63018572 ENST00000340370 22 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63009327 63009416 ENST00000340370 23 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63008279 63008374 ENST00000340370 24 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005423 63005563 ENST00000340370 25 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63005216 63005329 ENST00000340370 26 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63003562 63003732 ENST00000340370 27 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63001164 63001303 ENST00000340370 28 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62994948 62995117 ENST00000340370 29 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62993822 62993976 ENST00000340370 30 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979387 62979569 ENST00000340370 31 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62979115 62979277 ENST00000340370 32 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62976248 62976344 ENST00000340370 33 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62973633 62973729 ENST00000340370 34 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62971353 62971487 ENST00000340370 35 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62970301 62970453 ENST00000340370 36 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62962010 62962168 ENST00000340370 37 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62961252 62961352 ENST00000340370 38 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62959946 62960138 ENST00000340370 39 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62958375 62958518 ENST00000340370 40 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62954605 62954736 ENST00000340370 41 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62953069 62953083 ENST00000340370 42 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62943371 62943496 ENST00000340370 43 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941738 62941827 ENST00000340370 44 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62941378 62941614 ENST00000340370 45 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62940879 62941022 ENST00000340370 46 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62939653 62939759 ENST00000340370 47 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62923209 62923376 ENST00000340370 48 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 62921088 62921127 ENST00000340370 49 DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62939681 62944675 ENST00000489185 NA DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62940883 62941860 ENST00000467758 NA DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62957977 62960969 ENST00000479983 NA DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 63049777 63153953 ENST00000404627 NA DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63153898 63153935 ENST00000404627 1 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63128696 63128801 ENST00000404627 2 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119655 63119830 ENST00000404627 3 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63119396 63119464 ENST00000404627 4 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63114086 63114215 ENST00000404627 5 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113777 63113989 ENST00000404627 6 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63113362 63113447 ENST00000404627 7 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63102208 63102274 ENST00000404627 8 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63100444 63100593 ENST00000404627 9 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63099169 63099249 ENST00000404627 10 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63096911 63097076 ENST00000404627 11 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63090930 63091072 ENST00000404627 12 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63085571 63085664 ENST00000404627 13 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63084377 63084539 ENST00000404627 14 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63052178 63052295 ENST00000404627 15 DOCK7 ENSG00000116641 Not Supported Not Supported +CDS 1 63050454 63050549 ENST00000404627 16 DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 63090769 63099217 ENST00000464312 NA DOCK7 ENSG00000116641 Not Supported Not Supported +transcript 1 62996307 62996544 ENST00000604867 NA RP11-293K19.1 ENSG00000270549 Not Supported Not Supported +transcript 1 63063158 63071830 ENST00000371129 NA ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63063238 63063732 ENST00000371129 1 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63064367 63064477 ENST00000371129 2 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63066753 63066867 ENST00000371129 3 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63067440 63067553 ENST00000371129 4 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63067956 63068051 ENST00000371129 5 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63069640 63069906 ENST00000371129 6 ANGPTL3 ENSG00000132855 Not Supported Not Supported +CDS 1 63070304 63070485 ENST00000371129 7 ANGPTL3 ENSG00000132855 Not Supported Not Supported +transcript 1 63066705 63068051 ENST00000482591 NA ANGPTL3 ENSG00000132855 Not Supported Not Supported +transcript 1 63067991 63070329 ENST00000493994 NA ANGPTL3 ENSG00000132855 Not Supported Not Supported +transcript 1 63073437 63075249 ENST00000593719 NA AL138847.1 ENSG00000269624 Not Supported Not Supported +CDS 1 63073438 63073803 ENST00000593719 1 AL138847.1 ENSG00000269624 Not Supported Not Supported +transcript 1 63106793 63107338 ENST00000258651 NA RP5-849H19.2 ENSG00000213703 Not Supported Not Supported +transcript 1 63154153 63176365 ENST00000453229 NA RP11-230B22.1 ENSG00000235545 Not Supported Not Supported +transcript 1 63249806 63284736 ENST00000443289 NA ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63269458 63269533 ENST00000443289 2 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63270843 63270926 ENST00000443289 3 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63282246 63282479 ENST00000443289 4 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63284676 63284736 ENST00000443289 5 ATG4C ENSG00000125703 Not Supported Not Supported +transcript 1 63249806 63331184 ENST00000317868 NA ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63269458 63269533 ENST00000317868 2 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63270843 63270926 ENST00000317868 3 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63282246 63282479 ENST00000317868 4 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63284676 63285006 ENST00000317868 5 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63286810 63286880 ENST00000317868 6 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63294711 63294847 ENST00000317868 7 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63299709 63299787 ENST00000317868 8 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63300447 63300523 ENST00000317868 9 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63307099 63307218 ENST00000317868 10 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63329663 63329827 ENST00000317868 11 ATG4C ENSG00000125703 Not Supported Not Supported +transcript 1 63249806 63331184 ENST00000371120 NA ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63269458 63269533 ENST00000371120 2 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63270843 63270926 ENST00000371120 3 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63282246 63282479 ENST00000371120 4 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63284676 63285006 ENST00000371120 5 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63286810 63286880 ENST00000371120 6 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63294711 63294847 ENST00000371120 7 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63299709 63299787 ENST00000371120 8 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63300447 63300523 ENST00000371120 9 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63307099 63307218 ENST00000371120 10 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63329663 63329827 ENST00000371120 11 ATG4C ENSG00000125703 Not Supported Not Supported +transcript 1 63250904 63284850 ENST00000371118 NA ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63269458 63269533 ENST00000371118 2 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63270843 63270926 ENST00000371118 3 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63282246 63282479 ENST00000371118 4 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63284676 63284850 ENST00000371118 5 ATG4C ENSG00000125703 Not Supported Not Supported +transcript 1 63286854 63301200 ENST00000414558 NA ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63286854 63286880 ENST00000414558 1 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63294711 63294847 ENST00000414558 2 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63299709 63299787 ENST00000414558 3 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63300447 63300523 ENST00000414558 4 ATG4C ENSG00000125703 Not Supported Not Supported +CDS 1 63301057 63301068 ENST00000414558 5 ATG4C ENSG00000125703 Not Supported Not Supported +transcript 1 63361680 63367310 ENST00000450811 NA RP4-771M4.3 ENSG00000234318 Not Supported Not Supported +transcript 1 63370851 63371153 ENST00000435230 NA RP4-771M4.2 ENSG00000237163 Not Supported Not Supported +transcript 1 63466168 63476596 ENST00000420285 NA RP11-5P4.1 ENSG00000229537 Not Supported Not Supported +transcript 1 63466168 63476939 ENST00000425352 NA RP11-5P4.1 ENSG00000229537 Not Supported Not Supported +transcript 1 63466168 63478142 ENST00000420659 NA RP11-5P4.1 ENSG00000229537 Not Supported Not Supported +transcript 1 63489878 63491329 ENST00000418091 NA RP11-5P4.2 ENSG00000227485 Not Supported Not Supported +transcript 1 63543752 63544702 ENST00000427547 NA RP11-5P4.3 ENSG00000229225 Not Supported Not Supported +transcript 1 63604921 63628824 ENST00000455038 NA RP11-335E6.2 ENSG00000203605 Not Supported Not Supported +transcript 1 63624754 63628307 ENST00000447183 NA RP11-335E6.4 ENSG00000271593 Not Supported Not Supported +transcript 1 63624758 63626081 ENST00000432537 NA RP11-335E6.4 ENSG00000271593 Not Supported Not Supported +transcript 1 63652007 63652121 ENST00000516450 NA RNA5SP49 ENSG00000252259 Not Supported Not Supported +transcript 1 63655660 63781758 ENST00000455304 NA LINC00466 ENSG00000224209 Not Supported Not Supported +transcript 1 63688556 63727475 ENST00000418086 NA LINC00466 ENSG00000224209 Not Supported Not Supported +transcript 1 63722693 63782902 ENST00000436475 NA LINC00466 ENSG00000224209 Not Supported Not Supported +transcript 1 63715591 63717442 ENST00000449140 NA RP11-335E6.3 ENSG00000228734 Not Supported Not Supported +transcript 1 63727784 63728378 ENST00000429660 NA AL138935.1 ENSG00000223683 Not Supported Not Supported +transcript 1 63786555 63787200 ENST00000426393 NA RP4-792G4.2 ENSG00000230798 Not Supported Not Supported +transcript 1 63786555 63788107 ENST00000418244 NA RP4-792G4.2 ENSG00000230798 Not Supported Not Supported +transcript 1 63786555 63788129 ENST00000449386 NA RP4-792G4.2 ENSG00000230798 Not Supported Not Supported +transcript 1 63786555 63789253 ENST00000431294 NA RP4-792G4.2 ENSG00000230798 Not Supported Not Supported +transcript 1 63786555 63790112 ENST00000427268 NA RP4-792G4.2 ENSG00000230798 Not Supported Not Supported +transcript 1 63788730 63790797 ENST00000371116 NA FOXD3 ENSG00000187140 Not Supported Not Supported +CDS 1 63788730 63790163 ENST00000371116 1 FOXD3 ENSG00000187140 Not Supported Not Supported +transcript 1 63803934 63804043 ENST00000516975 NA Y_RNA ENSG00000252784 Not Supported Not Supported +transcript 1 63825494 63826850 ENST00000455736 NA RP4-792G4.3 ENSG00000236674 Not Supported Not Supported +transcript 1 63833261 63904233 ENST00000371108 NA ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63836649 63836730 ENST00000371108 2 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63862184 63862268 ENST00000371108 3 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63867925 63868014 ENST00000371108 4 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63870124 63870212 ENST00000371108 5 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63871988 63872070 ENST00000371108 6 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63872733 63872797 ENST00000371108 7 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63876817 63877002 ENST00000371108 8 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63877597 63877732 ENST00000371108 9 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63879732 63879817 ENST00000371108 10 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63881544 63881628 ENST00000371108 11 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63885041 63885111 ENST00000371108 12 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63894404 63894472 ENST00000371108 13 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63894599 63894797 ENST00000371108 14 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63902494 63902688 ENST00000371108 15 ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63833321 63868013 ENST00000487136 NA ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63836649 63836777 ENST00000487136 2 ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63836441 63902846 ENST00000603108 NA ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63836649 63836730 ENST00000603108 1 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63862184 63862268 ENST00000603108 2 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63867925 63868014 ENST00000603108 3 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63870124 63870212 ENST00000603108 4 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63871988 63872070 ENST00000603108 5 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63872733 63872797 ENST00000603108 6 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63876811 63877002 ENST00000603108 7 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63877597 63877736 ENST00000603108 8 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63881544 63881560 ENST00000603108 9 ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63836441 63902848 ENST00000263440 NA ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63836649 63836730 ENST00000263440 1 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63862184 63862268 ENST00000263440 2 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63867925 63868014 ENST00000263440 3 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63870124 63870212 ENST00000263440 4 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63871988 63872070 ENST00000263440 5 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63872733 63872797 ENST00000263440 6 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63876811 63877002 ENST00000263440 7 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63877597 63877732 ENST00000263440 8 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63879732 63879817 ENST00000263440 9 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63881544 63881628 ENST00000263440 10 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63885041 63885111 ENST00000263440 11 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63894404 63894472 ENST00000263440 12 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63894599 63894797 ENST00000263440 13 ALG6 ENSG00000088035 Not Supported Not Supported +CDS 1 63902494 63902688 ENST00000263440 14 ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63879327 63894797 ENST00000465969 NA ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63885065 63895500 ENST00000462390 NA ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63893909 63902804 ENST00000494765 NA ALG6 ENSG00000088035 Not Supported Not Supported +transcript 1 63906441 63912731 ENST00000492655 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63906444 63988865 ENST00000371092 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63988800 63988804 ENST00000371092 1 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63975736 63975852 ENST00000371092 2 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63974199 63974241 ENST00000371092 3 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63955754 63955889 ENST00000371092 4 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63944435 63944504 ENST00000371092 5 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920561 63920639 ENST00000371092 6 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920051 63920144 ENST00000371092 7 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63919589 63919645 ENST00000371092 8 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63912481 63912527 ENST00000371092 9 ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63906444 63988886 ENST00000271002 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63988800 63988804 ENST00000271002 1 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63974199 63974241 ENST00000271002 2 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63955754 63955889 ENST00000271002 3 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63944435 63944504 ENST00000271002 4 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920561 63920639 ENST00000271002 5 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920051 63920144 ENST00000271002 6 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63919589 63919645 ENST00000271002 7 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63912481 63912527 ENST00000271002 8 ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63906444 63989173 ENST00000489099 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63988800 63988804 ENST00000489099 1 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63974199 63974241 ENST00000489099 2 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63955754 63955889 ENST00000489099 3 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63944435 63944504 ENST00000489099 4 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920561 63920639 ENST00000489099 5 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920051 63920144 ENST00000489099 6 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63919589 63919645 ENST00000489099 7 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63913260 63913285 ENST00000489099 8 ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63906471 63923366 ENST00000461681 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63908181 63920620 ENST00000463803 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63912229 63913460 ENST00000478538 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63913257 63988851 ENST00000283568 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63988800 63988804 ENST00000283568 1 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63974199 63974241 ENST00000283568 2 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63955754 63955889 ENST00000283568 3 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63944435 63944504 ENST00000283568 4 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920561 63920639 ENST00000283568 5 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63920051 63920144 ENST00000283568 6 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63919589 63919645 ENST00000283568 7 ITGB3BP ENSG00000142856 Not Supported Not Supported +CDS 1 63913260 63913285 ENST00000283568 8 ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63914974 63955885 ENST00000476508 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63917396 63988853 ENST00000460394 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63919286 63988880 ENST00000462285 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63919447 63988926 ENST00000489863 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63923136 63988872 ENST00000465781 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63923355 63988872 ENST00000460251 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63955774 64059392 ENST00000478138 NA ITGB3BP ENSG00000142856 Not Supported Not Supported +transcript 1 63989043 63998367 ENST00000480886 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 63989061 64038364 ENST00000371088 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 63991244 63991430 ENST00000371088 2 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 63997491 63997702 ENST00000371088 3 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 63998341 63998427 ENST00000371088 4 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 63999125 63999320 ENST00000371088 5 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 63999766 63999887 ENST00000371088 6 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64011587 64011728 ENST00000371088 7 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64017396 64017505 ENST00000371088 8 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64021029 64021186 ENST00000371088 9 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64022785 64022918 ENST00000371088 10 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64027380 64027528 ENST00000371088 11 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64033981 64034190 ENST00000371088 12 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64036692 64036799 ENST00000371088 13 EFCAB7 ENSG00000203965 Not Supported Not Supported +CDS 1 64038113 64038184 ENST00000371088 14 EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 63999248 64000038 ENST00000493605 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 63999804 64017557 ENST00000496956 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 64013680 64036799 ENST00000460678 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 64020746 64038364 ENST00000461039 NA EFCAB7 ENSG00000203965 Not Supported Not Supported +transcript 1 63995288 63995569 ENST00000585186 NA RN7SL488P ENSG00000264271 Not Supported Not Supported +transcript 1 64002382 64002441 ENST00000515911 NA RNU7-123P ENSG00000251720 Not Supported Not Supported +transcript 1 64014588 64015405 ENST00000371086 NA DLEU2L ENSG00000116652 Not Supported Not Supported +CDS 1 64014979 64015044 ENST00000371086 1 DLEU2L ENSG00000116652 Not Supported Not Supported +CDS 1 64015160 64015258 ENST00000371086 2 DLEU2L ENSG00000116652 Not Supported Not Supported +transcript 1 64014638 64015405 ENST00000340052 NA DLEU2L ENSG00000116652 Not Supported Not Supported +CDS 1 64014979 64015044 ENST00000340052 2 DLEU2L ENSG00000116652 Not Supported Not Supported +CDS 1 64015160 64015258 ENST00000340052 3 DLEU2L ENSG00000116652 Not Supported Not Supported +transcript 1 64058947 64125916 ENST00000371084 NA PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64059160 64059405 ENST00000371084 1 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64095096 64095258 ENST00000371084 2 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64095613 64095759 ENST00000371084 3 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64097328 64097453 ENST00000371084 4 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64100500 64100690 ENST00000371084 5 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64101905 64102059 ENST00000371084 6 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64104356 64104471 ENST00000371084 7 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64114188 64114323 ENST00000371084 8 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64117340 64117523 ENST00000371084 9 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64120003 64120137 ENST00000371084 10 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64125257 64125343 ENST00000371084 11 PGM1 ENSG00000079739 Not Supported Not Supported +transcript 1 64059480 64125912 ENST00000540265 NA PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64097363 64097453 ENST00000540265 4 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64100500 64100690 ENST00000540265 5 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64101905 64102059 ENST00000540265 6 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64104356 64104471 ENST00000540265 7 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64114188 64114323 ENST00000540265 8 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64117340 64117523 ENST00000540265 9 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64120003 64120137 ENST00000540265 10 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64125257 64125343 ENST00000540265 11 PGM1 ENSG00000079739 Not Supported Not Supported +transcript 1 64059743 64065893 ENST00000473117 NA PGM1 ENSG00000079739 Not Supported Not Supported +transcript 1 64088764 64125892 ENST00000371083 NA PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64089132 64089431 ENST00000371083 1 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64095096 64095258 ENST00000371083 2 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64095613 64095759 ENST00000371083 3 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64097328 64097453 ENST00000371083 4 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64100500 64100690 ENST00000371083 5 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64101905 64102059 ENST00000371083 6 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64104356 64104471 ENST00000371083 7 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64114188 64114323 ENST00000371083 8 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64117340 64117523 ENST00000371083 9 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64120003 64120137 ENST00000371083 10 PGM1 ENSG00000079739 Not Supported Not Supported +CDS 1 64125257 64125343 ENST00000371083 11 PGM1 ENSG00000079739 Not Supported Not Supported +transcript 1 64117026 64120116 ENST00000483707 NA PGM1 ENSG00000079739 Not Supported Not Supported +transcript 1 64121414 64121716 ENST00000489463 NA RN7SL130P ENSG00000244256 Not Supported Not Supported +transcript 1 64239693 64609068 ENST00000371080 NA ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64240089 64240179 ENST00000371080 1 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64474977 64475048 ENST00000371080 2 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64515363 64515650 ENST00000371080 3 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64516358 64516388 ENST00000371080 4 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64603052 64603179 ENST00000371080 5 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64605792 64606109 ENST00000371080 6 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64608088 64608338 ENST00000371080 7 ROR1 ENSG00000185483 Not Supported Not Supported +transcript 1 64239714 64647181 ENST00000371079 NA ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64240089 64240179 ENST00000371079 1 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64474977 64475048 ENST00000371079 2 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64515363 64515650 ENST00000371079 3 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64516358 64516388 ENST00000371079 4 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64603052 64603179 ENST00000371079 5 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64605792 64606109 ENST00000371079 6 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64608088 64608333 ENST00000371079 7 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64624664 64624875 ENST00000371079 8 ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64643111 64644535 ENST00000371079 9 ROR1 ENSG00000185483 Not Supported Not Supported +transcript 1 64240961 64606047 ENST00000482426 NA ROR1 ENSG00000185483 Not Supported Not Supported +transcript 1 64590217 64644707 ENST00000545203 NA ROR1 ENSG00000185483 Not Supported Not Supported +CDS 1 64643372 64644535 ENST00000545203 6 ROR1 ENSG00000185483 Not Supported Not Supported +transcript 1 64254392 64254975 ENST00000418154 NA RP4-597J3.1 ENSG00000177452 Not Supported Not Supported +transcript 1 64308862 64309347 ENST00000430203 NA CFL1P3 ENSG00000228056 Not Supported Not Supported +transcript 1 64308867 64309356 ENST00000440942 NA CFL1P3 ENSG00000228056 Not Supported Not Supported +transcript 1 64494566 64494672 ENST00000384461 NA RNU6-809P ENSG00000207190 Not Supported Not Supported +transcript 1 64532312 64532413 ENST00000363638 NA Y_RNA ENSG00000200508 Not Supported Not Supported +transcript 1 64560125 64577888 ENST00000412349 NA RP11-24J23.2 ENSG00000223949 Not Supported Not Supported +transcript 1 64571005 64636980 ENST00000424995 NA RP11-24J23.2 ENSG00000223949 Not Supported Not Supported +transcript 1 64669310 64726377 ENST00000371077 NA UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64669734 64669799 ENST00000371077 1 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64671322 64671403 ENST00000371077 2 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64672447 64672539 ENST00000371077 3 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64676425 64676522 ENST00000371077 4 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64680498 64680615 ENST00000371077 5 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64686542 64686590 ENST00000371077 6 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64698244 64698332 ENST00000371077 7 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64707335 64707416 ENST00000371077 8 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64726286 64726377 ENST00000371077 9 UBE2U ENSG00000177414 Not Supported Not Supported +transcript 1 64669490 64710027 ENST00000371076 NA UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64669734 64669799 ENST00000371076 1 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64671322 64671403 ENST00000371076 2 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64672447 64672539 ENST00000371076 3 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64676425 64676522 ENST00000371076 4 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64680498 64680615 ENST00000371076 5 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64686542 64686590 ENST00000371076 6 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64698244 64698332 ENST00000371076 7 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64707335 64707416 ENST00000371076 8 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64709813 64709813 ENST00000371076 9 UBE2U ENSG00000177414 Not Supported Not Supported +transcript 1 64680498 64733051 ENST00000608020 NA UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64680498 64680615 ENST00000608020 1 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64686542 64686590 ENST00000608020 2 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64698244 64698332 ENST00000608020 3 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64707335 64707416 ENST00000608020 4 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64726286 64726377 ENST00000608020 5 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64732707 64732891 ENST00000608020 6 UBE2U ENSG00000177414 Not Supported Not Supported +transcript 1 64681136 64710023 ENST00000464349 NA UBE2U ENSG00000177414 Not Supported Not Supported +transcript 1 64686547 64732932 ENST00000608956 NA UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64686547 64686590 ENST00000608956 1 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64707335 64707416 ENST00000608956 2 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64726286 64726377 ENST00000608956 3 UBE2U ENSG00000177414 Not Supported Not Supported +CDS 1 64732707 64732891 ENST00000608956 4 UBE2U ENSG00000177414 Not Supported Not Supported +transcript 1 64850081 64850142 ENST00000458856 NA RNU7-62P ENSG00000238653 Not Supported Not Supported +transcript 1 64936428 65158741 ENST00000371073 NA CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 64936428 64936625 ENST00000371073 1 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65016277 65016339 ENST00000371073 2 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65047839 65047987 ENST00000371073 3 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65068489 65068595 ENST00000371073 4 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65095038 65095164 ENST00000371073 5 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65098282 65098426 ENST00000371073 6 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65099727 65099943 ENST00000371073 7 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65107503 65107652 ENST00000371073 8 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65113484 65113717 ENST00000371073 9 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65117844 65117993 ENST00000371073 10 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65119441 65119564 ENST00000371073 11 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65120369 65120486 ENST00000371073 12 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65124388 65124556 ENST00000371073 13 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65129378 65129520 ENST00000371073 14 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65130181 65130362 ENST00000371073 15 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65131740 65131850 ENST00000371073 16 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65137247 65137369 ENST00000371073 17 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65138841 65138940 ENST00000371073 18 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65139031 65139147 ENST00000371073 19 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65141084 65141244 ENST00000371073 20 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65141580 65141666 ENST00000371073 21 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65142578 65142694 ENST00000371073 22 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65143842 65143993 ENST00000371073 23 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65145278 65145439 ENST00000371073 24 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65146941 65147018 ENST00000371073 25 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65147688 65147789 ENST00000371073 26 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65157006 65157241 ENST00000371073 27 CACHD1 ENSG00000158966 Not Supported Not Supported +transcript 1 64936475 65158741 ENST00000290039 NA CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 64936581 64936625 ENST00000290039 1 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65016277 65016339 ENST00000290039 2 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65047839 65047987 ENST00000290039 3 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65068489 65068595 ENST00000290039 4 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65095038 65095164 ENST00000290039 5 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65098282 65098426 ENST00000290039 6 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65099727 65099943 ENST00000290039 7 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65107503 65107652 ENST00000290039 8 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65113484 65113717 ENST00000290039 9 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65117844 65117993 ENST00000290039 10 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65119441 65119564 ENST00000290039 11 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65120369 65120486 ENST00000290039 12 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65124388 65124556 ENST00000290039 13 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65129378 65129520 ENST00000290039 14 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65130181 65130362 ENST00000290039 15 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65131740 65131850 ENST00000290039 16 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65137247 65137369 ENST00000290039 17 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65138841 65138940 ENST00000290039 18 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65139031 65139147 ENST00000290039 19 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65141084 65141244 ENST00000290039 20 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65141580 65141666 ENST00000290039 21 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65142578 65142694 ENST00000290039 22 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65143842 65143993 ENST00000290039 23 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65145278 65145439 ENST00000290039 24 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65146941 65147018 ENST00000290039 25 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65147688 65147789 ENST00000290039 26 CACHD1 ENSG00000158966 Not Supported Not Supported +CDS 1 65157006 65157241 ENST00000290039 27 CACHD1 ENSG00000158966 Not Supported Not Supported +transcript 1 64971598 65158736 ENST00000495994 NA CACHD1 ENSG00000158966 Not Supported Not Supported +transcript 1 65029360 65158741 ENST00000470527 NA CACHD1 ENSG00000158966 Not Supported Not Supported +transcript 1 65129883 65131823 ENST00000486580 NA CACHD1 ENSG00000158966 Not Supported Not Supported +transcript 1 65045530 65045606 ENST00000582305 NA MIR4794 ENSG00000264470 Not Supported Not Supported +transcript 1 65210778 65298915 ENST00000371072 NA RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65210856 65211104 ENST00000371072 1 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65234339 65234405 ENST00000371072 2 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65243306 65243775 ENST00000371072 3 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65247063 65247254 ENST00000371072 4 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65255071 65255197 ENST00000371072 5 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65268659 65268744 ENST00000371072 6 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270456 65270521 ENST00000371072 7 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270674 65270788 ENST00000371072 8 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65272889 65273157 ENST00000371072 9 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65278421 65278532 ENST00000371072 10 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65280387 65280523 ENST00000371072 11 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65296522 65296665 ENST00000371072 12 RAVER2 ENSG00000162437 Not Supported Not Supported +transcript 1 65210778 65298912 ENST00000294428 NA RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65210856 65211104 ENST00000294428 1 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65234339 65234405 ENST00000294428 2 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65243306 65243775 ENST00000294428 3 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65247063 65247254 ENST00000294428 4 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65255071 65255197 ENST00000294428 5 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65268659 65268744 ENST00000294428 6 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270417 65270521 ENST00000294428 7 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270674 65270788 ENST00000294428 8 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65272889 65273157 ENST00000294428 9 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65278421 65278532 ENST00000294428 10 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65280387 65280523 ENST00000294428 11 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65296522 65296665 ENST00000294428 12 RAVER2 ENSG00000162437 Not Supported Not Supported +transcript 1 65243747 65296743 ENST00000430964 NA RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65247159 65247254 ENST00000430964 2 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65255071 65255197 ENST00000430964 3 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65268659 65268744 ENST00000430964 4 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65278433 65278532 ENST00000430964 5 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65280387 65280523 ENST00000430964 6 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65296522 65296665 ENST00000430964 7 RAVER2 ENSG00000162437 Not Supported Not Supported +transcript 1 65243749 65282192 ENST00000418058 NA RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65247159 65247254 ENST00000418058 2 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65255071 65255197 ENST00000418058 3 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65268659 65268744 ENST00000418058 4 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270456 65270521 ENST00000418058 5 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65270674 65270788 ENST00000418058 6 RAVER2 ENSG00000162437 Not Supported Not Supported +CDS 1 65278421 65278428 ENST00000418058 7 RAVER2 ENSG00000162437 Not Supported Not Supported +transcript 1 65298912 65432187 ENST00000342505 NA JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65351942 65351947 ENST00000342505 2 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65348960 65349158 ENST00000342505 3 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65344708 65344831 ENST00000342505 4 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65339053 65339206 ENST00000342505 5 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65334994 65335157 ENST00000342505 6 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65332549 65332891 ENST00000342505 7 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65330470 65330655 ENST00000342505 8 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65325788 65325945 ENST00000342505 9 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65323339 65323462 ENST00000342505 10 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65321192 65321381 ENST00000342505 11 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65316487 65316593 ENST00000342505 12 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65313215 65313358 ENST00000342505 13 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65312332 65312419 ENST00000342505 14 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65311196 65311323 ENST00000342505 15 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65310437 65310572 ENST00000342505 16 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65309747 65309898 ENST00000342505 17 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65307134 65307284 ENST00000342505 18 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65306928 65307022 ENST00000342505 19 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65305286 65305478 ENST00000342505 20 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65304148 65304272 ENST00000342505 21 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65303615 65303787 ENST00000342505 22 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65301781 65301898 ENST00000342505 23 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65301079 65301189 ENST00000342505 24 JAK1 ENSG00000162434 Not Supported Not Supported +CDS 1 65300248 65300340 ENST00000342505 25 JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65305179 65306941 ENST00000481702 NA JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65307157 65313790 ENST00000465376 NA JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65309779 65312592 ENST00000471473 NA JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65325325 65330539 ENST00000494904 NA JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65341668 65344746 ENST00000467764 NA JAK1 ENSG00000162434 Not Supported Not Supported +transcript 1 65384126 65384366 ENST00000442855 NA RP11-182I10.1 ENSG00000234784 Not Supported Not Supported +transcript 1 65407662 65408048 ENST00000446914 NA RP11-182I10.2 ENSG00000233877 Not Supported Not Supported +transcript 1 65437908 65458695 ENST00000447748 NA RP11-182I10.3 ENSG00000226891 Not Supported Not Supported +transcript 1 65445260 65457087 ENST00000444349 NA RP11-182I10.3 ENSG00000226891 Not Supported Not Supported +transcript 1 65445260 65468159 ENST00000415842 NA RP11-182I10.3 ENSG00000226891 Not Supported Not Supported +transcript 1 65458686 65468120 ENST00000436350 NA RP11-182I10.3 ENSG00000226891 Not Supported Not Supported +transcript 1 65450291 65451770 ENST00000331747 NA SLC2A3P2 ENSG00000185031 Not Supported Not Supported +transcript 1 65469153 65469770 ENST00000607528 NA RP4-535B20.4 ENSG00000272506 Not Supported Not Supported +transcript 1 65488651 65488757 ENST00000390955 NA RNU6-1176P ENSG00000212257 Not Supported Not Supported +transcript 1 65523438 65523525 ENST00000580455 NA MIR3671 ENSG00000265996 Not Supported Not Supported +transcript 1 65524117 65524191 ENST00000362265 NA MIR101-1 ENSG00000199135 Not Supported Not Supported +transcript 1 65532310 65533420 ENST00000448344 NA RP4-535B20.1 ENSG00000231485 Not Supported Not Supported +transcript 1 65543096 65543814 ENST00000416486 NA RP4-535B20.2 ENSG00000235804 Not Supported Not Supported +transcript 1 65558075 65558297 ENST00000453850 NA MRPS21P1 ENSG00000234496 Not Supported Not Supported +transcript 1 65613232 65691775 ENST00000497030 NA AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65613232 65697828 ENST00000545314 NA AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65614091 65614235 ENST00000545314 2 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65656393 65656512 ENST00000545314 3 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65684437 65684609 ENST00000545314 4 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65690435 65690553 ENST00000545314 5 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65691746 65691857 ENST00000545314 6 AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65613352 65690520 ENST00000470888 NA AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65613353 65692574 ENST00000546702 NA AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65656404 65656512 ENST00000546702 2 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65684437 65684609 ENST00000546702 3 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65690435 65690553 ENST00000546702 4 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65691746 65691857 ENST00000546702 5 AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65613513 65697828 ENST00000395334 NA AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65614091 65614235 ENST00000395334 2 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65656393 65656512 ENST00000395334 3 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65684437 65684609 ENST00000395334 4 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65690435 65690553 ENST00000395334 5 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65691746 65691857 ENST00000395334 6 AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65613886 65697819 ENST00000327299 NA AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65614091 65614235 ENST00000327299 1 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65656393 65656512 ENST00000327299 2 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65684437 65684609 ENST00000327299 3 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65690435 65690553 ENST00000327299 4 AK4 ENSG00000162433 Not Supported Not Supported +CDS 1 65691746 65691857 ENST00000327299 5 AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65614685 65692122 ENST00000474968 NA AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65631615 65692112 ENST00000479060 NA AK4 ENSG00000162433 Not Supported Not Supported +transcript 1 65620163 65620333 ENST00000439662 NA RP4-700A9.1 ENSG00000231622 Not Supported Not Supported +transcript 1 65713902 65831877 ENST00000463018 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65720145 65858271 ENST00000494710 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65720218 65720332 ENST00000494710 1 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65830318 65830468 ENST00000494710 2 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831568 65831617 ENST00000494710 3 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831731 65831879 ENST00000494710 4 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65845085 65845207 ENST00000494710 5 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65849876 65850009 ENST00000494710 6 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65851395 65851589 ENST00000494710 7 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65852495 65852612 ENST00000494710 8 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854019 65854098 ENST00000494710 9 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854939 65855132 ENST00000494710 10 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65855230 65855310 ENST00000494710 11 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65858114 65858271 ENST00000494710 12 DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65730424 65878970 ENST00000263441 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65830335 65830468 ENST00000263441 3 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831568 65831617 ENST00000263441 4 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831731 65831879 ENST00000263441 5 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65845085 65845207 ENST00000263441 6 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65849876 65850009 ENST00000263441 7 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65851395 65851589 ENST00000263441 8 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65852495 65852612 ENST00000263441 9 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854019 65854098 ENST00000263441 10 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854939 65855132 ENST00000263441 11 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65855230 65855310 ENST00000263441 12 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65858114 65858548 ENST00000263441 13 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65860581 65860715 ENST00000263441 14 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65864496 65864564 ENST00000263441 15 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65867444 65867563 ENST00000263441 16 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65871553 65871816 ENST00000263441 17 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65874324 65874466 ENST00000263441 18 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65876933 65877109 ENST00000263441 19 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65878607 65878705 ENST00000263441 20 DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65730437 65881552 ENST00000395325 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65730594 65730615 ENST00000395325 1 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65830318 65830468 ENST00000395325 2 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831568 65831617 ENST00000395325 3 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831731 65831879 ENST00000395325 4 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65845085 65845207 ENST00000395325 5 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65849876 65850009 ENST00000395325 6 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65851395 65851589 ENST00000395325 7 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65852495 65852612 ENST00000395325 8 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854019 65854098 ENST00000395325 9 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854939 65855132 ENST00000395325 10 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65855230 65855310 ENST00000395325 11 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65858114 65858548 ENST00000395325 12 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65860581 65860715 ENST00000395325 13 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65864496 65864564 ENST00000395325 14 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65867444 65867563 ENST00000395325 15 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65871553 65871816 ENST00000395325 16 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65874324 65874466 ENST00000395325 17 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65876933 65877109 ENST00000395325 18 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65878607 65878705 ENST00000395325 19 DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65730447 65830444 ENST00000483402 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65775228 65880959 ENST00000371069 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65775429 65775621 ENST00000371069 1 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65830318 65830468 ENST00000371069 2 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831568 65831617 ENST00000371069 3 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65831731 65831879 ENST00000371069 4 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65845085 65845207 ENST00000371069 5 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65849876 65850009 ENST00000371069 6 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65851395 65851589 ENST00000371069 7 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65852495 65852612 ENST00000371069 8 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854019 65854098 ENST00000371069 9 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65854939 65855132 ENST00000371069 10 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65855230 65855310 ENST00000371069 11 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65858114 65858548 ENST00000371069 12 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65860581 65860715 ENST00000371069 13 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65864496 65864564 ENST00000371069 14 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65867444 65867563 ENST00000371069 15 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65871553 65871816 ENST00000371069 16 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65874324 65874466 ENST00000371069 17 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65876933 65877109 ENST00000371069 18 DNAJC6 ENSG00000116675 Not Supported Not Supported +CDS 1 65878607 65878705 ENST00000371069 19 DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65831748 65845471 ENST00000472787 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65849769 65854086 ENST00000498720 NA DNAJC6 ENSG00000116675 Not Supported Not Supported +transcript 1 65745139 65772204 ENST00000435739 NA RP5-1044H5.1 ENSG00000229294 Not Supported Not Supported +transcript 1 65764438 65764663 ENST00000428703 NA COX6CP13 ENSG00000234144 Not Supported Not Supported +transcript 1 65881499 65881689 ENST00000410692 NA RNU2-15P ENSG00000222624 Not Supported Not Supported +transcript 1 65886248 66091853 ENST00000344610 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66031249 66031288 ENST00000344610 3 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66036156 66036485 ENST00000344610 4 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66038009 66038132 ENST00000344610 5 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66058340 66058548 ENST00000344610 6 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66062131 66062276 ENST00000344610 7 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66064343 66064487 ENST00000344610 8 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067075 66067365 ENST00000344610 9 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067526 66067643 ENST00000344610 10 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66070721 66070920 ENST00000344610 11 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66074436 66074584 ENST00000344610 12 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075630 66075789 ENST00000344610 13 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075897 66075979 ENST00000344610 14 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66081691 66081907 ENST00000344610 15 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66083647 66083829 ENST00000344610 16 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66085611 66085706 ENST00000344610 17 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66087036 66087141 ENST00000344610 18 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66088589 66088664 ENST00000344610 19 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66091806 66091850 ENST00000344610 20 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65886335 66096105 ENST00000371059 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66031249 66031288 ENST00000371059 3 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66036156 66036485 ENST00000371059 4 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66038009 66038132 ENST00000371059 5 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66058340 66058548 ENST00000371059 6 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66062131 66062276 ENST00000371059 7 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66064343 66064487 ENST00000371059 8 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067075 66067365 ENST00000371059 9 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067526 66067643 ENST00000371059 10 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66070721 66070920 ENST00000371059 11 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66074436 66074584 ENST00000371059 12 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075630 66075789 ENST00000371059 13 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075897 66075979 ENST00000371059 14 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66081691 66081907 ENST00000371059 15 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66083647 66083829 ENST00000371059 16 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66085611 66085706 ENST00000371059 17 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66087036 66087141 ENST00000371059 18 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66088589 66088664 ENST00000371059 19 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66095885 66096085 ENST00000371059 20 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65886335 66101111 ENST00000371060 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66031249 66031288 ENST00000371060 3 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66036156 66036485 ENST00000371060 4 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66038009 66038132 ENST00000371060 5 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66058340 66058548 ENST00000371060 6 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66062131 66062276 ENST00000371060 7 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66064343 66064487 ENST00000371060 8 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067075 66067365 ENST00000371060 9 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067526 66067643 ENST00000371060 10 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66070721 66070920 ENST00000371060 11 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66074436 66074584 ENST00000371060 12 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075630 66075789 ENST00000371060 13 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075897 66075979 ENST00000371060 14 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66081691 66081907 ENST00000371060 15 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66083647 66083829 ENST00000371060 16 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66085611 66085706 ENST00000371060 17 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66087036 66087141 ENST00000371060 18 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66088589 66088664 ENST00000371060 19 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66098835 66098849 ENST00000371060 20 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65886335 66107242 ENST00000349533 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66031249 66031288 ENST00000349533 3 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66036156 66036485 ENST00000349533 4 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66038009 66038132 ENST00000349533 5 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66058340 66058548 ENST00000349533 6 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66062131 66062276 ENST00000349533 7 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66064343 66064487 ENST00000349533 8 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067075 66067365 ENST00000349533 9 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067526 66067643 ENST00000349533 10 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66070721 66070920 ENST00000349533 11 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66074436 66074584 ENST00000349533 12 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075630 66075789 ENST00000349533 13 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075897 66075979 ENST00000349533 14 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66081691 66081907 ENST00000349533 15 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66083647 66083829 ENST00000349533 16 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66085611 66085706 ENST00000349533 17 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66087036 66087141 ENST00000349533 18 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66088589 66088664 ENST00000349533 19 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66101874 66102695 ENST00000349533 20 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65886403 66102785 ENST00000406510 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66102000 66102695 ENST00000406510 6 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65991372 66075951 ENST00000462765 NA LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 66031229 66091917 ENST00000371058 NA LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66031249 66031288 ENST00000371058 1 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66036156 66036485 ENST00000371058 2 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66038009 66038132 ENST00000371058 3 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66058340 66058548 ENST00000371058 4 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66062131 66062276 ENST00000371058 5 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66064343 66064487 ENST00000371058 6 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067075 66067365 ENST00000371058 7 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66067526 66067643 ENST00000371058 8 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66070721 66070920 ENST00000371058 9 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66074436 66074584 ENST00000371058 10 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075630 66075789 ENST00000371058 11 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66075897 66075979 ENST00000371058 12 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66081691 66081907 ENST00000371058 13 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66083647 66083829 ENST00000371058 14 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66085611 66085706 ENST00000371058 15 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66087036 66087141 ENST00000371058 16 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66088589 66088664 ENST00000371058 17 LEPR ENSG00000116678 Not Supported Not Supported +CDS 1 66091806 66091850 ENST00000371058 18 LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 66085623 66089067 ENST00000471762 NA LEPR ENSG00000116678 Not Supported Not Supported +transcript 1 65886270 65897747 ENST00000475108 NA LEPROT ENSG00000213625 Not Supported Not Supported +transcript 1 65886270 65901690 ENST00000371065 NA LEPROT ENSG00000213625 Not Supported Not Supported +CDS 1 65886408 65886423 ENST00000371065 1 LEPROT ENSG00000213625 Not Supported Not Supported +CDS 1 65890986 65891061 ENST00000371065 2 LEPROT ENSG00000213625 Not Supported Not Supported +CDS 1 65895545 65895731 ENST00000371065 3 LEPROT ENSG00000213625 Not Supported Not Supported +CDS 1 65897486 65897599 ENST00000371065 4 LEPROT ENSG00000213625 Not Supported Not Supported +transcript 1 65886351 65893692 ENST00000497874 NA LEPROT ENSG00000213625 Not Supported Not Supported +transcript 1 65886391 65897603 ENST00000488747 NA LEPROT ENSG00000213625 Not Supported Not Supported +transcript 1 65886393 65895986 ENST00000484243 NA LEPROT ENSG00000213625 Not Supported Not Supported +transcript 1 65952089 65959871 ENST00000429871 NA RP4-630A11.3 ENSG00000237852 Not Supported Not Supported +transcript 1 66037232 66037335 ENST00000459362 NA snoU13 ENSG00000238931 Not Supported Not Supported +transcript 1 66041812 66044063 ENST00000426714 NA RP11-430H12.2 ENSG00000224570 Not Supported Not Supported +transcript 1 66226743 66227035 ENST00000459767 NA RN7SL854P ENSG00000239319 Not Supported Not Supported +transcript 1 66258197 66839961 ENST00000329654 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66378998 66379039 ENST00000329654 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66384280 66384518 ENST00000329654 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66713143 66713337 ENST00000329654 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000329654 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000329654 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731770 ENST00000329654 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798191 66798303 ENST00000329654 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000329654 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000329654 10 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000329654 11 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000329654 12 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000329654 13 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000329654 14 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000329654 15 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000329654 16 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000329654 17 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66258864 66839187 ENST00000341517 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66378998 66379039 ENST00000341517 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66384280 66384518 ENST00000341517 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66713143 66713337 ENST00000341517 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000341517 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000341517 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731770 ENST00000341517 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798191 66798303 ENST00000341517 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000341517 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000341517 10 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000341517 11 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000341517 12 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000341517 13 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000341517 14 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000341517 15 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000341517 16 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000341517 17 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66378998 66838361 ENST00000371049 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66378998 66379039 ENST00000371049 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66384280 66384518 ENST00000371049 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66713143 66713337 ENST00000371049 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000371049 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000371049 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731770 ENST00000371049 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798191 66798303 ENST00000371049 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000371049 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000371049 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000371049 10 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000371049 11 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000371049 12 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000371049 13 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000371049 14 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000371049 15 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000371049 16 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66458105 66840256 ENST00000423207 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66458590 66458825 ENST00000423207 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66713143 66713337 ENST00000423207 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000423207 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000423207 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731770 ENST00000423207 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798191 66798303 ENST00000423207 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000423207 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000423207 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000423207 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000423207 10 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000423207 11 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000423207 12 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000423207 13 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000423207 14 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000423207 15 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66458299 66578481 ENST00000531358 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66458418 66713240 ENST00000532040 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66458419 66713227 ENST00000526666 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66618073 66798273 ENST00000412480 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66618211 66618215 ENST00000412480 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66713143 66713337 ENST00000412480 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000412480 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000412480 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731770 ENST00000412480 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798191 66798273 ENST00000412480 6 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66723048 66733192 ENST00000371048 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66723108 66732822 ENST00000490695 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66723330 66731838 ENST00000491340 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723330 66723366 ENST00000491340 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66723476 66723546 ENST00000491340 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66731721 66731811 ENST00000491340 3 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66796411 66828898 ENST00000528771 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798214 66798303 ENST00000528771 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000528771 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000528771 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828898 ENST00000528771 5 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66797687 66840259 ENST00000371045 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798073 66798303 ENST00000371045 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000371045 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000371045 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000371045 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000371045 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000371045 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000371045 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000371045 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000371045 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000371045 10 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66797832 66828917 ENST00000531025 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798214 66798303 ENST00000531025 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000531025 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000531025 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828917 ENST00000531025 5 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66797872 66828943 ENST00000526197 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66798214 66798303 ENST00000526197 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000526197 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000526197 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828943 ENST00000526197 5 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66820065 66838421 ENST00000480109 NA PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66820530 66820577 ENST00000480109 1 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66821210 66821303 ENST00000480109 2 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66827298 66827476 ENST00000480109 3 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66828851 66828949 ENST00000480109 4 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66829090 66829254 ENST00000480109 5 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66831350 66831449 ENST00000480109 6 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833379 66833533 ENST00000480109 7 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66833626 66833748 ENST00000480109 8 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66834470 66834652 ENST00000480109 9 PDE4B ENSG00000184588 Not Supported Not Supported +CDS 1 66837996 66838358 ENST00000480109 10 PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66820808 66829181 ENST00000534463 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66826109 66828925 ENST00000524999 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66833177 66833840 ENST00000483863 NA PDE4B ENSG00000184588 Not Supported Not Supported +transcript 1 66508183 66516401 ENST00000424138 NA RP11-397C12.1 ENSG00000227466 Not Supported Not Supported +transcript 1 66560144 66560229 ENST00000411220 NA RNU4-88P ENSG00000223152 Not Supported Not Supported +transcript 1 66999066 67210057 ENST00000237247 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000042 67000051 ENST00000237247 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000237247 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000237247 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67099763 67099846 ENST00000237247 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67105460 67105516 ENST00000237247 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000237247 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000237247 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67126196 67126207 ENST00000237247 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67133213 67133224 ENST00000237247 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000237247 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000237247 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000237247 13 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000237247 14 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145435 ENST00000237247 15 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67147552 67148052 ENST00000237247 16 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67149790 67149870 ENST00000237247 17 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67154831 67154958 ENST00000237247 18 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67155873 67155999 ENST00000237247 19 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67161117 67161176 ENST00000237247 20 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000237247 21 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000237247 22 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000237247 23 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000237247 24 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000237247 25 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000237247 26 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000237247 27 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999275 67210768 ENST00000371039 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000042 67000051 ENST00000371039 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000371039 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000371039 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67105460 67105516 ENST00000371039 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000371039 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000371039 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000371039 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000371039 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000371039 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000371039 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145435 ENST00000371039 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67154831 67154958 ENST00000371039 13 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67155873 67155999 ENST00000371039 14 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67160122 67160187 ENST00000371039 15 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000371039 16 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000371039 17 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000371039 18 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000371039 19 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000371039 20 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000371039 21 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000371039 22 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999288 67091726 ENST00000493564 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999298 67145425 ENST00000424320 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000042 67000051 ENST00000424320 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000424320 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000424320 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67101627 67101698 ENST00000424320 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67105460 67105516 ENST00000424320 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000424320 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000424320 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000424320 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000424320 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000424320 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000424320 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145425 ENST00000424320 13 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999823 67208882 ENST00000371035 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000042 67000051 ENST00000371035 1 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000371035 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000371035 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000371035 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000371035 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67126196 67126207 ENST00000371035 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67133213 67133224 ENST00000371035 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000371035 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000371035 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000371035 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000371035 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145435 ENST00000371035 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67154831 67154958 ENST00000371035 13 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67155873 67155999 ENST00000371035 14 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67161117 67161176 ENST00000371035 15 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000371035 16 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000371035 17 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000371035 18 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000371035 19 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000371035 20 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000371035 21 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000371035 22 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999839 67142779 ENST00000468286 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999864 67091743 ENST00000497055 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999869 67213982 ENST00000371036 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000045 67000051 ENST00000371036 1 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000371036 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000371036 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67105460 67105516 ENST00000371036 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000371036 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000371036 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000371036 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000371036 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000371036 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000371036 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145435 ENST00000371036 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67154831 67154958 ENST00000371036 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67155873 67155999 ENST00000371036 13 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67160122 67160187 ENST00000371036 14 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000371036 15 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000371036 16 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000371036 17 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000371036 18 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000371036 19 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000371036 20 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000371036 21 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 66999965 67213982 ENST00000371037 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67000042 67000051 ENST00000371037 1 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67091530 67091593 ENST00000371037 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67098753 67098777 ENST00000371037 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67101627 67101698 ENST00000371037 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67105460 67105516 ENST00000371037 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67108493 67108547 ENST00000371037 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67109227 67109402 ENST00000371037 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67126196 67126207 ENST00000371037 8 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67133213 67133224 ENST00000371037 9 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67136678 67136702 ENST00000371037 10 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67137627 67137678 ENST00000371037 11 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67138964 67139049 ENST00000371037 12 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67142687 67142779 ENST00000371037 13 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67145361 67145435 ENST00000371037 14 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67147552 67148052 ENST00000371037 15 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67154831 67154958 ENST00000371037 16 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67155873 67155999 ENST00000371037 17 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67161117 67161176 ENST00000371037 18 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000371037 19 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000371037 20 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000371037 21 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000371037 22 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000371037 23 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000371037 24 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000371037 25 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67081622 67091788 ENST00000484988 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67091531 67109695 ENST00000483060 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67136678 67156214 ENST00000480548 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67147977 67156214 ENST00000487507 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67160377 67210767 ENST00000435165 NA SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67161032 67161176 ENST00000435165 1 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67184977 67185088 ENST00000435165 2 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67194947 67195102 ENST00000435165 3 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67199431 67199563 ENST00000435165 4 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67205018 67205220 ENST00000435165 5 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206341 67206405 ENST00000435165 6 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67206955 67207119 ENST00000435165 7 SGIP1 ENSG00000118473 Not Supported Not Supported +CDS 1 67208756 67208775 ENST00000435165 8 SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67160734 67170192 ENST00000320161 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67161116 67170440 ENST00000468570 NA SGIP1 ENSG00000118473 Not Supported Not Supported +transcript 1 67094123 67094200 ENST00000584034 NA MIR3117 ENSG00000264720 Not Supported Not Supported +transcript 1 67131547 67142710 ENST00000502413 NA AL139147.1 ENSG00000248458 Not Supported Not Supported +CDS 1 67131897 67132439 ENST00000502413 2 AL139147.1 ENSG00000248458 Not Supported Not Supported +transcript 1 67196650 67196741 ENST00000408728 NA AL354978.1 ENSG00000221655 Not Supported Not Supported +transcript 1 67218142 67236579 ENST00000525663 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67218143 67244470 ENST00000282670 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67220342 67220460 ENST00000282670 2 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67236070 67236161 ENST00000282670 3 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67241962 67242086 ENST00000282670 4 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67242934 67243134 ENST00000282670 5 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67218178 67243384 ENST00000528352 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67220342 67220460 ENST00000528352 2 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67236070 67236161 ENST00000528352 3 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +CDS 1 67236262 67236278 ENST00000528352 4 TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67218215 67236190 ENST00000491611 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67240729 67241261 ENST00000448074 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67241838 67243503 ENST00000489510 NA TCTEX1D1 ENSG00000152760 Not Supported Not Supported +transcript 1 67263424 67266939 ENST00000304526 NA INSL5 ENSG00000172410 Not Supported Not Supported +CDS 1 67266730 67266904 ENST00000304526 1 INSL5 ENSG00000172410 Not Supported Not Supported +CDS 1 67263699 67263928 ENST00000304526 2 INSL5 ENSG00000172410 Not Supported Not Supported +transcript 1 67278568 67390570 ENST00000371026 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67390345 67390514 ENST00000371026 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67370884 67371058 ENST00000371026 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67358912 67359096 ENST00000371026 3 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67356837 67356949 ENST00000371026 4 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67340464 67340620 ENST00000371026 5 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337053 67337192 ENST00000371026 6 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327985 ENST00000371026 7 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67313167 67313361 ENST00000371026 8 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67306152 67306354 ENST00000371026 9 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67303393 67303479 ENST00000371026 10 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67301309 67301460 ENST00000371026 11 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299674 67299831 ENST00000371026 12 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299268 67299389 ENST00000371026 13 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67293495 67293593 ENST00000371026 14 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67292503 67292729 ENST00000371026 15 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67288044 67288200 ENST00000371026 16 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67279816 67279863 ENST00000371026 17 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67278574 67370986 ENST00000491297 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67370884 67370986 ENST00000491297 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67358912 67359096 ENST00000491297 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67356760 67356949 ENST00000491297 3 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67278574 67390570 ENST00000431318 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67340464 67340501 ENST00000431318 5 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337053 67337192 ENST00000431318 6 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327985 ENST00000431318 7 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67313167 67313361 ENST00000431318 8 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67306152 67306354 ENST00000431318 9 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67303393 67303479 ENST00000431318 10 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67301309 67301460 ENST00000431318 11 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299674 67299831 ENST00000431318 12 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299268 67299389 ENST00000431318 13 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67292503 67292729 ENST00000431318 14 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67288044 67288200 ENST00000431318 15 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67279816 67279863 ENST00000431318 16 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67279653 67340561 ENST00000464352 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67340464 67340561 ENST00000464352 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337053 67337192 ENST00000464352 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327985 ENST00000464352 3 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67313167 67313361 ENST00000464352 4 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67306152 67306354 ENST00000464352 5 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67303393 67303479 ENST00000464352 6 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67301309 67301460 ENST00000464352 7 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299674 67299831 ENST00000464352 8 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67299268 67299389 ENST00000464352 9 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67292503 67292729 ENST00000464352 10 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67288044 67288200 ENST00000464352 11 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67279813 67279863 ENST00000464352 12 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67303286 67390523 ENST00000371023 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67390345 67390514 ENST00000371023 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67370884 67371058 ENST00000371023 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67358912 67359096 ENST00000371023 3 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67356837 67356949 ENST00000371023 4 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67340464 67340620 ENST00000371023 5 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337053 67337192 ENST00000371023 6 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327985 ENST00000371023 7 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67313167 67313361 ENST00000371023 8 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67306152 67306354 ENST00000371023 9 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67303339 67303479 ENST00000371023 10 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67303290 67327986 ENST00000531552 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327986 ENST00000531552 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67306152 67306354 ENST00000531552 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67303336 67303479 ENST00000531552 3 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67313607 67337192 ENST00000469450 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337053 67337192 ENST00000469450 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67327830 67327985 ENST00000469450 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67313924 67313994 ENST00000469450 3 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67326396 67327987 ENST00000493572 NA WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67327956 67390502 ENST00000531980 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67390345 67390502 ENST00000531980 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67359014 67359044 ENST00000531980 2 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67336488 67390529 ENST00000371022 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67390345 67390514 ENST00000371022 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67370884 67371058 ENST00000371022 2 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67358912 67359096 ENST00000371022 3 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67356837 67356949 ENST00000371022 4 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67340464 67340620 ENST00000371022 5 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67337033 67337192 ENST00000371022 6 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67358960 67390502 ENST00000532629 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67390345 67390502 ENST00000532629 1 WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67384790 67384799 ENST00000532629 2 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67370546 67372699 ENST00000488333 NA WDR78 ENSG00000152763 Not Supported Not Supported +CDS 1 67370866 67371012 ENST00000488333 2 WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67386926 67390379 ENST00000474506 NA WDR78 ENSG00000152763 Not Supported Not Supported +transcript 1 67292625 67294241 ENST00000456389 NA RP11-342H21.2 ENSG00000231080 Not Supported Not Supported +transcript 1 67390578 67454302 ENST00000371018 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67394587 67394646 ENST00000371018 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000371018 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000371018 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000371018 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000371018 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000371018 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000371018 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000371018 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000371018 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000371018 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000371018 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000371018 14 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450335 ENST00000371018 15 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67452086 67452153 ENST00000371018 16 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390578 67454302 ENST00000355977 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423751 67423903 ENST00000355977 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000355977 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000355977 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000355977 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000355977 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000355977 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000355977 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000355977 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000355977 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450275 ENST00000355977 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67452086 67452153 ENST00000355977 14 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390640 67453714 ENST00000357692 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67394587 67394646 ENST00000357692 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000357692 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000357692 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000357692 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000357692 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000357692 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000357692 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000357692 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000357692 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000357692 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000357692 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000357692 14 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450580 ENST00000357692 15 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390642 67451367 ENST00000401041 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67390712 67390778 ENST00000401041 1 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67391825 67391925 ENST00000401041 2 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000401041 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000401041 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000401041 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000401041 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000401041 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000401041 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000401041 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000401041 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000401041 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000401041 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000401041 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450580 ENST00000401041 14 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390642 67452353 ENST00000371016 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67394587 67394646 ENST00000371016 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000371016 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000371016 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000371016 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000371016 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000371016 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000371016 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000371016 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000371016 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000371016 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000371016 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000371016 14 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450275 ENST00000371016 15 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67452086 67452153 ENST00000371016 16 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390642 67452353 ENST00000371014 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67390712 67390778 ENST00000371014 1 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67391825 67391925 ENST00000371014 2 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000371014 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000371014 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000371014 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000371014 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000371014 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000371014 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000371014 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000371014 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000371014 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000371014 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000371014 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450275 ENST00000371014 14 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67452086 67452153 ENST00000371014 15 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67390650 67413923 ENST00000371012 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67394587 67394646 ENST00000371012 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000371012 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411990 ENST00000371012 5 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67395926 67452353 ENST00000401042 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67396075 67396083 ENST00000401042 1 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000401042 2 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000401042 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000401042 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000401042 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000401042 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000401042 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000401042 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000401042 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000401042 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000401042 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000401042 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450275 ENST00000401042 13 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67452086 67452153 ENST00000401042 14 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67395926 67453713 ENST00000355356 NA MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67396075 67396083 ENST00000355356 1 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67405711 67405735 ENST00000355356 2 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67411833 67411978 ENST00000355356 3 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67423742 67423903 ENST00000355356 4 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67424534 67424666 ENST00000355356 5 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67425362 67425426 ENST00000355356 6 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67428771 67428843 ENST00000355356 7 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67436491 67436642 ENST00000355356 8 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67437338 67437419 ENST00000355356 9 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67438580 67438674 ENST00000355356 10 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67442278 67442405 ENST00000355356 11 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67447462 67447601 ENST00000355356 12 MIER1 ENSG00000198160 Not Supported Not Supported +CDS 1 67450255 67450580 ENST00000355356 13 MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67398335 67425433 ENST00000479067 NA MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67424594 67425761 ENST00000493357 NA MIER1 ENSG00000198160 Not Supported Not Supported +transcript 1 67465015 67519782 ENST00000235345 NA SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67519494 67519696 ENST00000235345 1 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67518639 67518672 ENST00000235345 2 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67518454 67518540 ENST00000235345 3 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67517695 67517762 ENST00000235345 4 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67516116 67516187 ENST00000235345 5 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67515465 67515533 ENST00000235345 6 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67512948 67513050 ENST00000235345 7 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67507919 67508011 ENST00000235345 8 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67487218 67487285 ENST00000235345 9 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67486052 67486130 ENST00000235345 10 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67474768 67474850 ENST00000235345 11 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67470026 67470131 ENST00000235345 12 SLC35D1 ENSG00000116704 Not Supported Not Supported +transcript 1 67473197 67518730 ENST00000506472 NA SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67518454 67518540 ENST00000506472 2 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67517695 67517762 ENST00000506472 3 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67516116 67516187 ENST00000506472 4 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67515465 67515533 ENST00000506472 5 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67512948 67513050 ENST00000506472 6 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67507919 67508011 ENST00000506472 7 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67487218 67487285 ENST00000506472 8 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67486052 67486130 ENST00000506472 9 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67474768 67474850 ENST00000506472 10 SLC35D1 ENSG00000116704 Not Supported Not Supported +CDS 1 67474073 67474130 ENST00000506472 11 SLC35D1 ENSG00000116704 Not Supported Not Supported +transcript 1 67557848 67697535 ENST00000371007 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000371007 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000371007 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000371007 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67561935 67562004 ENST00000371007 6 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67560918 67561104 ENST00000371007 7 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67558691 67559287 ENST00000371007 8 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67557859 67592944 ENST00000371006 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000371006 1 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000371006 2 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000371006 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67561935 67562004 ENST00000371006 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67560918 67561104 ENST00000371006 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67558691 67559287 ENST00000371006 6 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67558078 67600653 ENST00000371004 NA C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67558635 67600639 ENST00000544837 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000544837 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000544837 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000544837 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67561935 67562004 ENST00000544837 6 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67560918 67561104 ENST00000544837 7 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67558691 67559287 ENST00000544837 8 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67559242 67697536 ENST00000448166 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000448166 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000448166 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000448166 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67577260 67577327 ENST00000448166 6 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67568921 67569065 ENST00000448166 7 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67561935 67562004 ENST00000448166 8 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67560918 67561104 ENST00000448166 9 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67559242 67559287 ENST00000448166 10 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67561979 67600660 ENST00000603691 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000603691 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000603691 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000603691 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67577260 67577327 ENST00000603691 6 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67568921 67569065 ENST00000603691 7 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67561979 67562004 ENST00000603691 8 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67568957 67600660 ENST00000475209 NA C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67592849 67592923 ENST00000475209 3 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67591435 67591592 ENST00000475209 4 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67581035 67581147 ENST00000475209 5 C1orf141 ENSG00000203963 Not Supported Not Supported +CDS 1 67579432 67579439 ENST00000475209 6 C1orf141 ENSG00000203963 Not Supported Not Supported +transcript 1 67568328 67568462 ENST00000516624 NA SNORA31 ENSG00000252433 Not Supported Not Supported +transcript 1 67632083 67725662 ENST00000347310 NA IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67633804 67633873 ENST00000347310 2 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67635025 67635321 ENST00000347310 3 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67648519 67648642 ENST00000347310 4 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67666420 67666580 ENST00000347310 5 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67672593 67672738 ENST00000347310 6 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67685257 67685413 ENST00000347310 7 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67702396 67702485 ENST00000347310 8 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67705862 67705964 ENST00000347310 9 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67721520 67721610 ENST00000347310 10 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67724161 67724808 ENST00000347310 11 IL23R ENSG00000162594 Not Supported Not Supported +transcript 1 67632169 67725648 ENST00000371002 NA IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67633804 67633873 ENST00000371002 2 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67635025 67635321 ENST00000371002 3 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67648519 67648642 ENST00000371002 4 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67666420 67666580 ENST00000371002 5 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67672593 67672738 ENST00000371002 6 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67685257 67685413 ENST00000371002 7 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67702396 67702485 ENST00000371002 8 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67721520 67721542 ENST00000371002 9 IL23R ENSG00000162594 Not Supported Not Supported +transcript 1 67673299 67724931 ENST00000425614 NA IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67673299 67673381 ENST00000425614 1 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67685257 67685413 ENST00000425614 2 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67702396 67702485 ENST00000425614 3 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67705862 67705964 ENST00000425614 4 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67721520 67721610 ENST00000425614 5 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67724161 67724811 ENST00000425614 6 IL23R ENSG00000162594 Not Supported Not Supported +transcript 1 67673321 67725358 ENST00000473881 NA IL23R ENSG00000162594 Not Supported Not Supported +transcript 1 67673349 67725648 ENST00000395227 NA IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67673349 67673381 ENST00000395227 1 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67685257 67685413 ENST00000395227 2 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67702396 67702485 ENST00000395227 3 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67705862 67705964 ENST00000395227 4 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67721520 67721610 ENST00000395227 5 IL23R ENSG00000162594 Not Supported Not Supported +CDS 1 67724161 67724808 ENST00000395227 6 IL23R ENSG00000162594 Not Supported Not Supported +transcript 1 67661823 67661926 ENST00000517265 NA RNU6-586P ENSG00000253074 Not Supported Not Supported +transcript 1 67705123 67705210 ENST00000408806 NA AL109843.1 ENSG00000221733 Not Supported Not Supported +transcript 1 67733284 67733409 ENST00000516307 NA RNU4ATAC4P ENSG00000252116 Not Supported Not Supported +transcript 1 67743735 67744462 ENST00000432257 NA RP4-763G1.1 ENSG00000228523 Not Supported Not Supported +transcript 1 67773047 67862583 ENST00000262345 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67786052 67786127 ENST00000262345 2 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67787285 67787572 ENST00000262345 3 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67792418 67792532 ENST00000262345 4 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67793883 67794067 ENST00000262345 5 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67795270 67795412 ENST00000262345 6 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67796343 67796493 ENST00000262345 7 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67804307 67804386 ENST00000262345 8 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67816553 67816772 ENST00000262345 9 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67833508 67833708 ENST00000262345 10 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838119 67838217 ENST00000262345 11 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838308 67838466 ENST00000262345 12 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67845669 67845806 ENST00000262345 13 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67852262 67852352 ENST00000262345 14 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67855712 67855811 ENST00000262345 15 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67861230 67861769 ENST00000262345 16 IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67773047 67862583 ENST00000371000 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67786052 67786127 ENST00000371000 2 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67787285 67787572 ENST00000371000 3 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67792418 67792532 ENST00000371000 4 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67793883 67794067 ENST00000371000 5 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67795270 67795412 ENST00000371000 6 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67796343 67796493 ENST00000371000 7 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67804307 67804386 ENST00000371000 8 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67816553 67816772 ENST00000371000 9 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67833508 67833708 ENST00000371000 10 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838119 67838217 ENST00000371000 11 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838308 67838466 ENST00000371000 12 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67845669 67845806 ENST00000371000 13 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67852262 67852352 ENST00000371000 14 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67861230 67861260 ENST00000371000 15 IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67773556 67861518 ENST00000541374 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67786052 67786127 ENST00000541374 3 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67787285 67787572 ENST00000541374 4 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67792418 67792532 ENST00000541374 5 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67793883 67794067 ENST00000541374 6 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67795270 67795412 ENST00000541374 7 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67796343 67796493 ENST00000541374 8 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67804307 67804386 ENST00000541374 9 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67816553 67816772 ENST00000541374 10 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67833508 67833708 ENST00000541374 11 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838119 67838217 ENST00000541374 12 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67838308 67838466 ENST00000541374 13 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67845669 67845806 ENST00000541374 14 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67852262 67852352 ENST00000541374 15 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67861230 67861260 ENST00000541374 16 IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67773637 67861830 ENST00000544434 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67786052 67786127 ENST00000544434 2 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67787285 67787572 ENST00000544434 3 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67792418 67792532 ENST00000544434 4 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67793883 67794067 ENST00000544434 5 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67795270 67795412 ENST00000544434 6 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67796343 67796493 ENST00000544434 7 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67804307 67804386 ENST00000544434 8 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67816553 67816772 ENST00000544434 9 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67833508 67833708 ENST00000544434 10 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67845669 67845806 ENST00000544434 11 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67852262 67852352 ENST00000544434 12 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67855712 67855811 ENST00000544434 13 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67861230 67861769 ENST00000544434 14 IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67792452 67804433 ENST00000441640 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67792452 67792532 ENST00000441640 1 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67793883 67794067 ENST00000441640 2 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67795270 67795412 ENST00000441640 3 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67796343 67796493 ENST00000441640 4 IL12RB2 ENSG00000081985 Not Supported Not Supported +CDS 1 67804307 67804433 ENST00000441640 5 IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67845611 67861446 ENST00000465396 NA IL12RB2 ENSG00000081985 Not Supported Not Supported +transcript 1 67873493 67896098 ENST00000370994 NA SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67895671 67895983 ENST00000370994 1 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67891818 67891968 ENST00000370994 2 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890766 67890906 ENST00000370994 3 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890571 67890642 ENST00000370994 4 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67889883 67889960 ENST00000370994 5 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67885692 67885869 ENST00000370994 6 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67880849 67881022 ENST00000370994 7 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67878893 67878946 ENST00000370994 8 SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67876721 67896069 ENST00000370995 NA SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67895671 67895983 ENST00000370995 1 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67891818 67891968 ENST00000370995 2 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890766 67890906 ENST00000370995 3 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890571 67890660 ENST00000370995 4 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67889883 67890005 ENST00000370995 5 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67885692 67885869 ENST00000370995 6 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67880849 67881022 ENST00000370995 7 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67878893 67878946 ENST00000370995 8 SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67878068 67896082 ENST00000361219 NA SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67895671 67895983 ENST00000361219 1 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67891818 67891968 ENST00000361219 2 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890766 67890906 ENST00000361219 3 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890571 67890660 ENST00000361219 4 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67889883 67889960 ENST00000361219 5 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67885692 67885869 ENST00000361219 6 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67880849 67881022 ENST00000361219 7 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67878893 67878946 ENST00000361219 8 SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67878550 67896055 ENST00000370990 NA SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67895671 67895983 ENST00000370990 1 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67891818 67891968 ENST00000370990 2 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890766 67890906 ENST00000370990 3 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67890571 67890642 ENST00000370990 4 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67889883 67890005 ENST00000370990 5 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67885692 67885869 ENST00000370990 6 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67880849 67881022 ENST00000370990 7 SERBP1 ENSG00000142864 Not Supported Not Supported +CDS 1 67878893 67878946 ENST00000370990 8 SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67878899 67890097 ENST00000493607 NA SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67880956 67886248 ENST00000462814 NA SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67885448 67890803 ENST00000484880 NA SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67889968 67895340 ENST00000490406 NA SERBP1 ENSG00000142864 Not Supported Not Supported +transcript 1 67882897 67883001 ENST00000411331 NA RNU6-387P ENSG00000223263 Not Supported Not Supported +transcript 1 67995313 67998012 ENST00000230113 NA RP4-763G1.2 ENSG00000235200 Not Supported Not Supported +transcript 1 68006810 68006916 ENST00000384773 NA RNU6-1031P ENSG00000207504 Not Supported Not Supported +transcript 1 68026756 68027129 ENST00000414338 NA RP11-393N21.1 ENSG00000238139 Not Supported Not Supported +transcript 1 68122516 68122812 ENST00000473024 NA RN7SL392P ENSG00000242482 Not Supported Not Supported +transcript 1 68125838 68126696 ENST00000426952 NA HNRNPCP9 ENSG00000232048 Not Supported Not Supported +transcript 1 68150744 68154021 ENST00000370986 NA GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68151178 68151221 ENST00000370986 1 GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68151708 68151809 ENST00000370986 2 GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68152033 68152270 ENST00000370986 3 GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68153344 68153454 ENST00000370986 4 GADD45A ENSG00000116717 Not Supported Not Supported +transcript 1 68150884 68153570 ENST00000370985 NA GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68151178 68151221 ENST00000370985 1 GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68152033 68152270 ENST00000370985 2 GADD45A ENSG00000116717 Not Supported Not Supported +CDS 1 68153344 68153454 ENST00000370985 3 GADD45A ENSG00000116717 Not Supported Not Supported +transcript 1 68150912 68152271 ENST00000460575 NA GADD45A ENSG00000116717 Not Supported Not Supported +transcript 1 68151359 68152269 ENST00000484245 NA GADD45A ENSG00000116717 Not Supported Not Supported +transcript 1 68167149 68299150 ENST00000370982 NA GNG12 ENSG00000172380 Not Supported Not Supported +CDS 1 68173277 68173369 ENST00000370982 3 GNG12 ENSG00000172380 Not Supported Not Supported +CDS 1 68171137 68171259 ENST00000370982 4 GNG12 ENSG00000172380 Not Supported Not Supported +transcript 1 68242821 68299119 ENST00000494936 NA GNG12 ENSG00000172380 Not Supported Not Supported +transcript 1 68238276 68238336 ENST00000459562 NA RNU7-80P ENSG00000238778 Not Supported Not Supported +transcript 1 68297986 68668670 ENST00000420587 NA GNG12-AS1 ENSG00000232284 Not Supported Not Supported +transcript 1 68297992 68668670 ENST00000413628 NA GNG12-AS1 ENSG00000232284 Not Supported Not Supported +transcript 1 68421088 68492445 ENST00000414904 NA GNG12-AS1 ENSG00000232284 Not Supported Not Supported +transcript 1 68604040 68607471 ENST00000434072 NA GNG12-AS1 ENSG00000232284 Not Supported Not Supported +transcript 1 68509013 68509916 ENST00000435784 NA RP4-609E1.2 ENSG00000235055 Not Supported Not Supported +transcript 1 68511645 68517314 ENST00000370981 NA DIRAS3 ENSG00000162595 Not Supported Not Supported +CDS 1 68512294 68512980 ENST00000370981 4 DIRAS3 ENSG00000162595 Not Supported Not Supported +transcript 1 68511647 68516460 ENST00000395201 NA DIRAS3 ENSG00000162595 Not Supported Not Supported +CDS 1 68512294 68512980 ENST00000395201 2 DIRAS3 ENSG00000162595 Not Supported Not Supported +transcript 1 68515043 68515428 ENST00000439327 NA ARL5AP3 ENSG00000228431 Not Supported Not Supported +transcript 1 68523860 68523945 ENST00000581793 NA AL157407.1 ENSG00000263542 Not Supported Not Supported +transcript 1 68564142 68698266 ENST00000540432 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000540432 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659910 ENST00000540432 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000540432 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000540432 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000540432 5 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68615871 68616039 ENST00000540432 6 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68614246 68614343 ENST00000540432 7 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68613819 68613882 ENST00000540432 8 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68611552 68611695 ENST00000540432 9 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68610252 68610335 ENST00000540432 10 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68603463 68603616 ENST00000540432 11 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68564318 68564436 ENST00000540432 12 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68564156 68698228 ENST00000354777 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000354777 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659904 ENST00000354777 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000354777 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000354777 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000354777 5 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68615871 68616039 ENST00000354777 6 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68614246 68614343 ENST00000354777 7 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68613819 68613882 ENST00000354777 8 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68611552 68611695 ENST00000354777 9 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68610252 68610335 ENST00000354777 10 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68603463 68603616 ENST00000354777 11 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68564318 68564436 ENST00000354777 12 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68591041 68698236 ENST00000262348 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000262348 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659910 ENST00000262348 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000262348 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000262348 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000262348 5 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68615871 68616039 ENST00000262348 6 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68614246 68614343 ENST00000262348 7 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68613819 68613882 ENST00000262348 8 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68611552 68611695 ENST00000262348 9 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68610252 68610335 ENST00000262348 10 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68603463 68603616 ENST00000262348 11 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68591912 68592018 ENST00000262348 12 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68591175 68698227 ENST00000370976 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000370976 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000370976 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000370976 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000370976 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68615871 68616039 ENST00000370976 5 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68614246 68614343 ENST00000370976 6 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68613819 68613882 ENST00000370976 7 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68611552 68611695 ENST00000370976 8 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68610252 68610335 ENST00000370976 9 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68603463 68603616 ENST00000370976 10 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68591912 68592018 ENST00000370976 11 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68591657 68603845 ENST00000498615 NA WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68608287 68620867 ENST00000491811 NA WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68614250 68642060 ENST00000497187 NA WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68615951 68697963 ENST00000534713 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697963 ENST00000534713 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000534713 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000534713 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000534713 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68615951 68616039 ENST00000534713 5 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68619200 68697370 ENST00000533537 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624910 ENST00000533537 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000533537 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000533537 4 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68619200 68698701 ENST00000530486 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659881 ENST00000530486 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000530486 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000530486 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619200 68619336 ENST00000530486 5 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68619237 68698206 ENST00000370973 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624910 ENST00000370973 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620782 68620943 ENST00000370973 4 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68619237 68619336 ENST00000370973 5 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68620855 68698803 ENST00000471243 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659881 ENST00000471243 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68624806 68624930 ENST00000471243 3 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68620855 68620943 ENST00000471243 4 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68620926 68698204 ENST00000491076 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000491076 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68693931 68693938 ENST00000491076 2 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68624867 68697508 ENST00000527864 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697386 68697508 ENST00000527864 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659638 68659910 ENST00000527864 2 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68652271 68652332 ENST00000527864 3 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68659541 68698206 ENST00000370971 NA WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68697877 68697982 ENST00000370971 1 WLS ENSG00000116729 Not Supported Not Supported +CDS 1 68659636 68659910 ENST00000370971 2 WLS ENSG00000116729 Not Supported Not Supported +transcript 1 68627444 68628773 ENST00000422584 NA CTBP2P8 ENSG00000234383 Not Supported Not Supported +transcript 1 68649201 68649293 ENST00000408276 NA MIR1262 ENSG00000221203 Not Supported Not Supported +transcript 1 68708157 68708738 ENST00000444127 NA RPS7P4 ENSG00000229133 Not Supported Not Supported +transcript 1 68748071 68748305 ENST00000430845 NA COX6B1P7 ENSG00000225242 Not Supported Not Supported +transcript 1 68841010 68841346 ENST00000434209 NA TCEB1P18 ENSG00000237622 Not Supported Not Supported +transcript 1 68847124 68847340 ENST00000421309 NA RP5-1033K19.2 ENSG00000229440 Not Supported Not Supported +transcript 1 68894505 68915642 ENST00000262340 NA RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68915578 68915588 ENST00000262340 1 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68914307 68914389 ENST00000262340 2 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68912393 68912543 ENST00000262340 3 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68910459 68910566 ENST00000262340 4 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68910214 68910355 ENST00000262340 5 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68906536 68906683 ENST00000262340 6 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68905244 68905325 ENST00000262340 7 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68904874 68905006 ENST00000262340 8 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68904625 68904764 ENST00000262340 9 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68903870 68903999 ENST00000262340 10 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68897154 68897268 ENST00000262340 11 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68896965 68897059 ENST00000262340 12 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68896748 68896859 ENST00000262340 13 RPE65 ENSG00000116745 Not Supported Not Supported +CDS 1 68895462 68895610 ENST00000262340 14 RPE65 ENSG00000116745 Not Supported Not Supported +transcript 1 68939835 68962797 ENST00000456315 NA DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68962635 68962682 ENST00000456315 1 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68960113 68960378 ENST00000456315 2 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68955135 68955291 ENST00000456315 3 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954599 68954717 ENST00000456315 4 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954057 68954187 ENST00000456315 5 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68952620 68952667 ENST00000456315 6 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68949633 68949773 ENST00000456315 7 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68947729 68948580 ENST00000456315 8 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68947123 68947295 ENST00000456315 9 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68944827 68945003 ENST00000456315 10 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68943470 68943655 ENST00000456315 11 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68942618 68942752 ENST00000456315 12 DEPDC1 ENSG00000024526 Not Supported Not Supported +transcript 1 68939835 68962904 ENST00000370966 NA DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68962635 68962682 ENST00000370966 1 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68960113 68960378 ENST00000370966 2 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68955135 68955291 ENST00000370966 3 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954599 68954717 ENST00000370966 4 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954057 68954187 ENST00000370966 5 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68952620 68952667 ENST00000370966 6 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68949633 68949773 ENST00000370966 7 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68947123 68947295 ENST00000370966 8 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68944827 68945003 ENST00000370966 9 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68943470 68943655 ENST00000370966 10 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68942618 68942752 ENST00000370966 11 DEPDC1 ENSG00000024526 Not Supported Not Supported +transcript 1 68941257 68947921 ENST00000488146 NA DEPDC1 ENSG00000024526 Not Supported Not Supported +transcript 1 68942580 68960214 ENST00000489862 NA DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68960113 68960214 ENST00000489862 1 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68955253 68955291 ENST00000489862 2 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68955135 68955168 ENST00000489862 3 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954599 68954717 ENST00000489862 4 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954057 68954187 ENST00000489862 5 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68952620 68952667 ENST00000489862 6 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68949633 68949773 ENST00000489862 7 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68948956 68948988 ENST00000489862 8 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68948324 68948580 ENST00000489862 9 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68947275 68947295 ENST00000489862 10 DEPDC1 ENSG00000024526 Not Supported Not Supported +transcript 1 68952624 68962765 ENST00000525124 NA DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68954057 68954114 ENST00000525124 4 DEPDC1 ENSG00000024526 Not Supported Not Supported +CDS 1 68952624 68952667 ENST00000525124 5 DEPDC1 ENSG00000024526 Not Supported Not Supported +transcript 1 68944812 68949222 ENST00000425820 NA RP4-694A7.2 ENSG00000233589 Not Supported Not Supported +transcript 1 68962359 69004310 ENST00000428732 NA RP4-694A7.4 ENSG00000234264 Not Supported Not Supported +transcript 1 68980058 68980352 ENST00000443918 NA TXNP2 ENSG00000225167 Not Supported Not Supported +transcript 1 69521581 69650686 ENST00000425517 NA RP11-424D14.1 ENSG00000223883 Not Supported Not Supported +transcript 1 69709055 69715106 ENST00000439878 NA RP11-74K19.1 ENSG00000235446 Not Supported Not Supported +transcript 1 69898938 69901092 ENST00000448001 NA RP3-380B4.1 ENSG00000229639 Not Supported Not Supported +transcript 1 70034081 70589171 ENST00000310961 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70181901 70181901 ENST00000310961 3 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70225874 70226076 ENST00000310961 4 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70257726 70257843 ENST00000310961 5 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70291431 70291509 ENST00000310961 6 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70300463 70300552 ENST00000310961 7 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70303910 70303966 ENST00000310961 8 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70397190 70397253 ENST00000310961 9 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70446062 70446136 ENST00000310961 10 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70451925 70452069 ENST00000310961 11 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70460244 70460316 ENST00000310961 12 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70477480 70477609 ENST00000310961 13 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70478657 70478772 ENST00000310961 14 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70482148 70482217 ENST00000310961 15 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70484402 70484501 ENST00000310961 16 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70486688 70486812 ENST00000310961 17 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70488809 70489057 ENST00000310961 18 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70493854 70494054 ENST00000310961 19 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70501804 70501915 ENST00000310961 20 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70502127 70502307 ENST00000310961 21 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70503796 70505476 ENST00000310961 22 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70518709 70518828 ENST00000310961 23 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70541760 70541981 ENST00000310961 24 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70555410 70555502 ENST00000310961 25 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70573435 70573509 ENST00000310961 26 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587463 70587567 ENST00000310961 27 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70034133 70340687 ENST00000370958 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70034323 70034324 ENST00000370958 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70144064 70144161 ENST00000370958 2 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70225874 70226076 ENST00000370958 3 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70257726 70257843 ENST00000370958 4 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70291431 70291509 ENST00000370958 5 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70300463 70300552 ENST00000370958 6 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70303910 70303966 ENST00000370958 7 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70339150 70339153 ENST00000370958 8 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70225858 70587926 ENST00000035383 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70225888 70226076 ENST00000035383 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70257726 70257843 ENST00000035383 2 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70291431 70291509 ENST00000035383 3 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70300463 70300552 ENST00000035383 4 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70303910 70303966 ENST00000035383 5 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70397190 70397253 ENST00000035383 6 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70446062 70446136 ENST00000035383 7 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70451925 70452069 ENST00000035383 8 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70460244 70460316 ENST00000035383 9 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70477480 70477609 ENST00000035383 10 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70478657 70478772 ENST00000035383 11 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70482148 70482217 ENST00000035383 12 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70484402 70484501 ENST00000035383 13 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70486688 70486812 ENST00000035383 14 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70488809 70489057 ENST00000035383 15 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70493854 70494054 ENST00000035383 16 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70501804 70501915 ENST00000035383 17 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70502127 70502307 ENST00000035383 18 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70503796 70505476 ENST00000035383 19 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70509637 70509777 ENST00000035383 20 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70518709 70518828 ENST00000035383 21 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70541760 70541981 ENST00000035383 22 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70555410 70555502 ENST00000035383 23 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70573435 70573509 ENST00000035383 24 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587463 70587567 ENST00000035383 25 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70225870 70587677 ENST00000415775 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70486787 70486812 ENST00000415775 14 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70503796 70505476 ENST00000415775 15 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70509637 70509777 ENST00000415775 16 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70518709 70518828 ENST00000415775 17 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70541760 70541981 ENST00000415775 18 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70555410 70555502 ENST00000415775 19 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70573435 70573509 ENST00000415775 20 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587463 70587567 ENST00000415775 21 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70573433 70613688 ENST00000588515 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70573433 70573509 ENST00000588515 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587463 70587553 ENST00000588515 2 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70594221 70594237 ENST00000588515 3 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70587461 70607936 ENST00000609498 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587461 70587553 ENST00000609498 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70594221 70594237 ENST00000609498 2 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70587473 70607936 ENST00000608815 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587473 70587553 ENST00000608815 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70594221 70594237 ENST00000608815 2 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70587494 70612879 ENST00000608744 NA LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70587494 70587553 ENST00000608744 1 LRRC7 ENSG00000033122 Not Supported Not Supported +CDS 1 70594221 70594237 ENST00000608744 2 LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70594280 70612879 ENST00000609072 NA LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70603815 70607936 ENST00000608470 NA LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70603967 70613688 ENST00000607936 NA LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70607065 70610047 ENST00000565615 NA LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70612804 70617628 ENST00000441830 NA LRRC7 ENSG00000033122 Not Supported Not Supported +transcript 1 70072538 70073984 ENST00000603525 NA RP11-379C1.1 ENSG00000270615 Not Supported Not Supported +transcript 1 70345275 70345577 ENST00000494227 NA RN7SL538P ENSG00000240692 Not Supported Not Supported +transcript 1 70385005 70386000 ENST00000412108 NA PIN1P1 ENSG00000229359 Not Supported Not Supported +transcript 1 70385040 70385340 ENST00000439639 NA PIN1P1 ENSG00000229359 Not Supported Not Supported +transcript 1 70479665 70496905 ENST00000414132 NA RP11-181B18.1 ENSG00000237919 Not Supported Not Supported +transcript 1 70486506 70488081 ENST00000425754 NA RP11-181B18.1 ENSG00000237919 Not Supported Not Supported +transcript 1 70610488 70671303 ENST00000370952 NA LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70671073 70671223 ENST00000370952 1 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70654775 70654956 ENST00000370952 2 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70652948 70653021 ENST00000370952 3 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70650468 70650597 ENST00000370952 4 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70646769 70646892 ENST00000370952 5 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70644534 70644676 ENST00000370952 6 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70641493 70641665 ENST00000370952 7 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70639305 70639392 ENST00000370952 8 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70639148 70639193 ENST00000370952 9 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70625013 70625121 ENST00000370952 10 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70621372 70621479 ENST00000370952 11 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70618116 70618226 ENST00000370952 12 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70616811 70616888 ENST00000370952 13 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70614170 70614355 ENST00000370952 14 LRRC40 ENSG00000066557 Not Supported Not Supported +CDS 1 70611486 70611588 ENST00000370952 15 LRRC40 ENSG00000066557 Not Supported Not Supported +transcript 1 70645829 70646123 ENST00000491451 NA RN7SL242P ENSG00000244389 Not Supported Not Supported +transcript 1 70671365 70717300 ENST00000370951 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000370951 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000370951 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697951 70698060 ENST00000370951 4 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70700379 70700471 ENST00000370951 5 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70701184 70701233 ENST00000370951 6 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70703108 70703235 ENST00000370951 7 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70705122 70705203 ENST00000370951 8 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70710367 70710498 ENST00000370951 9 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70712501 70712590 ENST00000370951 10 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70715635 70715730 ENST00000370951 11 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716048 70716186 ENST00000370951 12 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716294 70716485 ENST00000370951 13 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70671381 70694410 ENST00000463877 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70671407 70718735 ENST00000370950 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000370950 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000370950 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697951 70698060 ENST00000370950 4 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70700379 70700471 ENST00000370950 5 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70701184 70701233 ENST00000370950 6 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70703108 70703235 ENST00000370950 7 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70705122 70705203 ENST00000370950 8 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70710367 70710498 ENST00000370950 9 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70712501 70712590 ENST00000370950 10 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70715635 70715730 ENST00000370950 11 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716048 70716186 ENST00000370950 12 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716291 70716485 ENST00000370950 13 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70671407 70716488 ENST00000405432 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000405432 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000405432 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697951 70698060 ENST00000405432 4 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70700379 70700471 ENST00000405432 5 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70701184 70701233 ENST00000405432 6 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70703108 70703235 ENST00000405432 7 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70705122 70705203 ENST00000405432 8 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70710367 70710498 ENST00000405432 9 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70712501 70712590 ENST00000405432 10 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70715635 70715730 ENST00000405432 11 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716048 70716186 ENST00000405432 12 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716291 70716485 ENST00000405432 13 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70671418 70697253 ENST00000454435 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000454435 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000454435 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70696240 70696295 ENST00000454435 4 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687053 70701233 ENST00000475204 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000475204 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000475204 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697542 70697588 ENST00000475204 4 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687079 70716075 ENST00000395136 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000395136 1 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000395136 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697951 70698060 ENST00000395136 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70700379 70700471 ENST00000395136 4 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70701184 70701233 ENST00000395136 5 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70703108 70703235 ENST00000395136 6 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70705122 70705203 ENST00000395136 7 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70710367 70710498 ENST00000395136 8 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70712501 70712590 ENST00000395136 9 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70715614 70715730 ENST00000395136 10 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716048 70716075 ENST00000395136 11 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687145 70703239 ENST00000436161 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000436161 1 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694105 70694238 ENST00000436161 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697542 70697588 ENST00000436161 3 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687152 70698058 ENST00000473950 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70687320 70687522 ENST00000473950 1 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70694148 70694184 ENST00000473950 2 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687163 70696951 ENST00000469170 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70687407 70703233 ENST00000486667 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70694105 70700414 ENST00000481648 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70695747 70696957 ENST00000463116 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70695961 70717680 ENST00000484162 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70697231 70717684 ENST00000370949 NA SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70697794 70698060 ENST00000370949 1 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70700379 70700471 ENST00000370949 2 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70701184 70701233 ENST00000370949 3 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70703108 70703235 ENST00000370949 4 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70705122 70705203 ENST00000370949 5 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70710367 70710498 ENST00000370949 6 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70712501 70712590 ENST00000370949 7 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70715635 70715730 ENST00000370949 8 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716048 70716186 ENST00000370949 9 SRSF11 ENSG00000116754 Not Supported Not Supported +CDS 1 70716291 70716485 ENST00000370949 10 SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70703164 70716681 ENST00000463859 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70712413 70716408 ENST00000460795 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70714077 70717684 ENST00000461935 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70715425 70716629 ENST00000489188 NA SRSF11 ENSG00000116754 Not Supported Not Supported +transcript 1 70684272 70686706 ENST00000422107 NA RP4-677H15.4 ENSG00000228988 Not Supported Not Supported +transcript 1 70726271 70820405 ENST00000370944 NA ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70819662 70820091 ENST00000370944 1 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70801741 70801782 ENST00000370944 2 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70790536 70790640 ENST00000370944 3 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70781164 70781249 ENST00000370944 4 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70779428 70779473 ENST00000370944 5 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70771907 70771973 ENST00000370944 6 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70766447 70766591 ENST00000370944 7 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70761813 70761944 ENST00000370944 8 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70758071 70758232 ENST00000370944 9 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70742448 70742527 ENST00000370944 10 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70740403 70740501 ENST00000370944 11 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70736539 70736639 ENST00000370944 12 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70728403 70728530 ENST00000370944 13 ANKRD13C ENSG00000118454 Not Supported Not Supported +transcript 1 70726920 70820417 ENST00000262346 NA ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70819662 70820091 ENST00000262346 1 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70801741 70801782 ENST00000262346 2 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70781164 70781249 ENST00000262346 3 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70779428 70779473 ENST00000262346 4 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70771907 70771973 ENST00000262346 5 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70766447 70766591 ENST00000262346 6 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70761813 70761944 ENST00000262346 7 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70758071 70758232 ENST00000262346 8 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70742448 70742527 ENST00000262346 9 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70740403 70740501 ENST00000262346 10 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70736539 70736639 ENST00000262346 11 ANKRD13C ENSG00000118454 Not Supported Not Supported +CDS 1 70728403 70728530 ENST00000262346 12 ANKRD13C ENSG00000118454 Not Supported Not Supported +transcript 1 70727957 70742526 ENST00000464236 NA ANKRD13C ENSG00000118454 Not Supported Not Supported +transcript 1 70757829 70779473 ENST00000490846 NA ANKRD13C ENSG00000118454 Not Supported Not Supported +transcript 1 70771369 70790640 ENST00000498735 NA ANKRD13C ENSG00000118454 Not Supported Not Supported +transcript 1 70820488 70833594 ENST00000361764 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820790 ENST00000361764 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832198 ENST00000361764 2 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820495 70833706 ENST00000359875 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820891 ENST00000359875 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832211 ENST00000359875 2 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820511 70831920 ENST00000486110 NA HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820512 70833706 ENST00000463058 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820790 ENST00000463058 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832198 ENST00000463058 2 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820519 70833704 ENST00000370940 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820794 ENST00000370940 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832220 ENST00000370940 2 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70833300 70833408 ENST00000370940 3 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820527 70851022 ENST00000531950 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820891 ENST00000531950 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832211 ENST00000531950 2 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820538 70833406 ENST00000525653 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820790 ENST00000525653 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70831829 70831894 ENST00000525653 2 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70820635 70833703 ENST00000432224 NA HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70820635 70820891 ENST00000432224 1 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832010 70832011 ENST00000432224 2 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70832127 70832220 ENST00000432224 3 HHLA3 ENSG00000197568 Not Supported Not Supported +CDS 1 70833300 70833408 ENST00000432224 4 HHLA3 ENSG00000197568 Not Supported Not Supported +transcript 1 70825245 70826120 ENST00000413943 NA RP11-180O5.2 ENSG00000226088 Not Supported Not Supported +transcript 1 70876901 70905534 ENST00000411986 NA CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70877099 70877266 ENST00000411986 1 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70881639 70881720 ENST00000411986 2 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70887249 70887358 ENST00000411986 3 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70889968 70890099 ENST00000411986 4 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70895477 70895534 ENST00000411986 5 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70896000 70896077 ENST00000411986 6 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70897766 70897918 ENST00000411986 7 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70899511 70899632 ENST00000411986 8 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70900808 70900860 ENST00000411986 9 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904371 70904509 ENST00000411986 10 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904784 70904807 ENST00000411986 11 CTH ENSG00000116761 Not Supported Not Supported +transcript 1 70876955 70896077 ENST00000464926 NA CTH ENSG00000116761 Not Supported Not Supported +transcript 1 70876955 70905253 ENST00000370938 NA CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70877099 70877266 ENST00000370938 1 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70881639 70881720 ENST00000370938 2 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70883620 70883715 ENST00000370938 3 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70887249 70887358 ENST00000370938 4 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70889968 70890099 ENST00000370938 5 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70895477 70895534 ENST00000370938 6 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70896000 70896077 ENST00000370938 7 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70897766 70897918 ENST00000370938 8 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70899511 70899632 ENST00000370938 9 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70900808 70900860 ENST00000370938 10 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904371 70904509 ENST00000370938 11 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904784 70904807 ENST00000370938 12 CTH ENSG00000116761 Not Supported Not Supported +transcript 1 70877066 70904887 ENST00000346806 NA CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70877099 70877266 ENST00000346806 1 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70881639 70881720 ENST00000346806 2 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70883620 70883715 ENST00000346806 3 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70887249 70887358 ENST00000346806 4 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70895477 70895534 ENST00000346806 5 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70896000 70896077 ENST00000346806 6 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70897766 70897918 ENST00000346806 7 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70899511 70899632 ENST00000346806 8 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70900808 70900860 ENST00000346806 9 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904371 70904509 ENST00000346806 10 CTH ENSG00000116761 Not Supported Not Supported +CDS 1 70904784 70904807 ENST00000346806 11 CTH ENSG00000116761 Not Supported Not Supported +transcript 1 70900534 70904915 ENST00000482383 NA CTH ENSG00000116761 Not Supported Not Supported +transcript 1 70910754 70911219 ENST00000607679 NA RP11-42O15.3 ENSG00000271992 Not Supported Not Supported +transcript 1 70996209 70997175 ENST00000456361 NA RP11-42O15.2 ENSG00000233020 Not Supported Not Supported +transcript 1 71126340 71126948 ENST00000446037 NA CASP3P1 ENSG00000237033 Not Supported Not Supported +transcript 1 71172136 71252151 ENST00000419450 NA RP5-952N6.1 ENSG00000229051 Not Supported Not Supported +transcript 1 71181616 71185972 ENST00000423187 NA RP11-99H8.1 ENSG00000226208 Not Supported Not Supported +transcript 1 71318036 71513471 ENST00000370931 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000370931 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000370931 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71439980 71440071 ENST00000370931 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419472 71419472 ENST00000370931 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318036 71513491 ENST00000370932 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000370932 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000370932 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71318525 71318542 ENST00000370932 3 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318036 71513491 ENST00000351052 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000351052 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477901 71478167 ENST00000351052 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71439980 71440071 ENST00000351052 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419472 71419472 ENST00000351052 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318125 71513471 ENST00000497146 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000497146 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000497146 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419446 71419472 ENST00000497146 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71331372 71331516 ENST00000497146 4 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71328055 71328080 ENST00000497146 5 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318125 71513491 ENST00000479353 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000479353 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000479353 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71334927 71335002 ENST00000479353 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71328055 71328080 ENST00000479353 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318125 71513491 ENST00000361210 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000361210 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000361210 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419446 71419472 ENST00000361210 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71334927 71335002 ENST00000361210 4 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71328055 71328080 ENST00000361210 5 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71318256 71513316 ENST00000460330 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000460330 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000460330 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419446 71419472 ENST00000460330 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71318525 71318542 ENST00000460330 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71349439 71513281 ENST00000354608 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000354608 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000354608 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419446 71419472 ENST00000354608 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71351961 71352011 ENST00000354608 4 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71349635 71349766 ENST00000354608 5 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71418115 71513471 ENST00000356595 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000356595 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000356595 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419446 71419472 ENST00000356595 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71418593 71418742 ENST00000356595 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71418115 71513491 ENST00000414819 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000414819 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000414819 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71439980 71440071 ENST00000414819 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71419472 71419472 ENST00000414819 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71436464 71513471 ENST00000306666 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000306666 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477988 71478167 ENST00000306666 2 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71439980 71440071 ENST00000306666 3 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71437416 71437416 ENST00000306666 4 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71472314 71513491 ENST00000370924 NA PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71512364 71513260 ENST00000370924 1 PTGER3 ENSG00000050628 Not Supported Not Supported +CDS 1 71477901 71478167 ENST00000370924 2 PTGER3 ENSG00000050628 Not Supported Not Supported +transcript 1 71413062 71417176 ENST00000426775 NA RP3-333A15.1 ENSG00000235782 Not Supported Not Supported +transcript 1 71471537 71472185 ENST00000602605 NA RP3-333A15.2 ENSG00000269933 Not Supported Not Supported +transcript 1 71514538 71532867 ENST00000450461 NA ZRANB2-AS1 ENSG00000235079 Not Supported Not Supported +transcript 1 71524006 71532641 ENST00000426999 NA ZRANB2-AS1 ENSG00000235079 Not Supported Not Supported +transcript 1 71528974 71546980 ENST00000370920 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71546623 71546678 ENST00000370920 1 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71544339 71544391 ENST00000370920 2 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71544140 71544248 ENST00000370920 3 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71542478 71542560 ENST00000370920 4 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71538155 71538231 ENST00000370920 5 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71537804 71537938 ENST00000370920 6 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71536510 71536679 ENST00000370920 7 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71534959 71535045 ENST00000370920 8 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71532459 71532617 ENST00000370920 9 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71530760 71530820 ENST00000370920 10 ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71528980 71533196 ENST00000477096 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71529020 71546694 ENST00000254821 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71546623 71546678 ENST00000254821 1 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71544339 71544391 ENST00000254821 2 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71544140 71544248 ENST00000254821 3 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71542478 71542560 ENST00000254821 4 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71538155 71538231 ENST00000254821 5 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71537804 71537938 ENST00000254821 6 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71536510 71536679 ENST00000254821 7 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71534959 71535045 ENST00000254821 8 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71532459 71532617 ENST00000254821 9 ZRANB2 ENSG00000132485 Not Supported Not Supported +CDS 1 71531405 71531435 ENST00000254821 10 ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71530726 71535283 ENST00000487510 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71530737 71532769 ENST00000479947 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71530770 71532889 ENST00000473260 NA ZRANB2 ENSG00000132485 Not Supported Not Supported +transcript 1 71533314 71533399 ENST00000384988 NA MIR186 ENSG00000207721 Not Supported Not Supported +transcript 1 71547007 71703406 ENST00000455406 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71547007 71929184 ENST00000583678 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71547033 71873367 ENST00000599146 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71547036 71668105 ENST00000596952 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71547044 71733913 ENST00000413421 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71547050 71873367 ENST00000594152 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71558813 71702881 ENST00000415780 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71667771 71873362 ENST00000600103 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71867405 71873341 ENST00000608579 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71867530 71873407 ENST00000430605 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71873316 71888658 ENST00000586006 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71873316 71934193 ENST00000587306 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71873323 71929063 ENST00000587066 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71873327 71888658 ENST00000585499 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71873327 71955652 ENST00000585415 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71874622 71952130 ENST00000590186 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71929092 71955586 ENST00000591654 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71950469 71952751 ENST00000608360 NA ZRANB2-AS2 ENSG00000229956 Not Supported Not Supported +transcript 1 71607658 71607751 ENST00000578728 NA AL360297.1 ENSG00000264239 Not Supported Not Supported +transcript 1 71716682 71717802 ENST00000411721 NA RP11-386O9.2 ENSG00000237726 Not Supported Not Supported +transcript 1 71832737 71832986 ENST00000422522 NA RP11-115M14.1 ENSG00000226324 Not Supported Not Supported +transcript 1 71861623 72748417 ENST00000357731 NA NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72748002 72748177 ENST00000357731 1 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72400762 72400994 ENST00000357731 2 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72241855 72241980 ENST00000357731 3 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72163691 72163822 ENST00000357731 4 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72076709 72076829 ENST00000357731 5 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72058500 72058651 ENST00000357731 6 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 71873132 71873253 ENST00000357731 7 NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 71868627 72566613 ENST00000306821 NA NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72400762 72400786 ENST00000306821 2 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72241855 72241980 ENST00000306821 3 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72163691 72163822 ENST00000306821 4 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72076709 72076829 ENST00000306821 5 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72058500 72058651 ENST00000306821 6 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 71873132 71873253 ENST00000306821 7 NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 71873129 72748171 ENST00000434200 NA NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72748002 72748171 ENST00000434200 1 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72400762 72400994 ENST00000434200 2 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72241855 72241980 ENST00000434200 3 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72076709 72076829 ENST00000434200 4 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 72058500 72058651 ENST00000434200 5 NEGR1 ENSG00000172260 Not Supported Not Supported +CDS 1 71873132 71873253 ENST00000434200 6 NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 71873175 71905521 ENST00000474357 NA NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 72163619 72169088 ENST00000478526 NA NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 72163629 72566600 ENST00000467479 NA NEGR1 ENSG00000172260 Not Supported Not Supported +transcript 1 72036639 72039241 ENST00000446438 NA RP11-82L20.1 ENSG00000231985 Not Supported Not Supported +transcript 1 72203856 72204037 ENST00000605519 NA RP11-175G14.2 ENSG00000271618 Not Supported Not Supported +transcript 1 72259915 72302695 ENST00000453121 NA NEGR1-IT1 ENSG00000228853 Not Supported Not Supported +transcript 1 72740235 72740842 ENST00000445131 NA GDI2P2 ENSG00000233994 Not Supported Not Supported +transcript 1 72767155 72767512 ENST00000422587 NA RPL31P12 ENSG00000227207 Not Supported Not Supported +transcript 1 73183346 73183452 ENST00000391064 NA RNU6-1246P ENSG00000212366 Not Supported Not Supported +transcript 1 73214604 73364823 ENST00000445976 NA RP4-660H19.1 ENSG00000225087 Not Supported Not Supported +transcript 1 73230714 73245974 ENST00000418078 NA RP11-262K1.1 ENSG00000227016 Not Supported Not Supported +transcript 1 73570475 73571965 ENST00000430398 NA KRT8P21 ENSG00000229636 Not Supported Not Supported +transcript 1 73657287 73657538 ENST00000516016 NA RN7SKP19 ENSG00000251825 Not Supported Not Supported +transcript 1 73771853 73804560 ENST00000440762 NA RP4-598G3.1 ENSG00000233973 Not Supported Not Supported +transcript 1 73771912 73813995 ENST00000444827 NA RP4-598G3.1 ENSG00000233973 Not Supported Not Supported +transcript 1 73771917 73820934 ENST00000415686 NA RP4-598G3.1 ENSG00000233973 Not Supported Not Supported +transcript 1 73771922 73773255 ENST00000411903 NA RP4-598G3.1 ENSG00000233973 Not Supported Not Supported +transcript 1 73772899 73785344 ENST00000452553 NA RP4-598G3.1 ENSG00000233973 Not Supported Not Supported +transcript 1 74100899 74175264 ENST00000424953 NA RP4-788P17.1 ENSG00000223479 Not Supported Not Supported +transcript 1 74175051 74180897 ENST00000436262 NA RP4-788P17.1 ENSG00000223479 Not Supported Not Supported +transcript 1 74215200 74215306 ENST00000363731 NA RNA5SP50 ENSG00000200601 Not Supported Not Supported +transcript 1 74349396 74349505 ENST00000516196 NA RNU4ATAC8P ENSG00000252005 Not Supported Not Supported +transcript 1 74491699 74540474 ENST00000417067 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74540345 74540474 ENST00000417067 1 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74492601 74492653 ENST00000417067 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74491699 74649368 ENST00000395089 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649368 ENST00000395089 1 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74648222 74648545 ENST00000395089 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74621417 74621550 ENST00000395089 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74575078 74575237 ENST00000395089 4 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74540345 74540474 ENST00000395089 5 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74506897 74507617 ENST00000395089 6 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74492500 74492653 ENST00000395089 7 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74491715 74663871 ENST00000354431 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649368 ENST00000354431 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74648222 74648545 ENST00000354431 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74621417 74621550 ENST00000354431 4 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74575078 74575237 ENST00000354431 5 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74540345 74540474 ENST00000354431 6 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74506897 74507617 ENST00000354431 7 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74492500 74492653 ENST00000354431 8 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74491925 74663871 ENST00000415760 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649368 ENST00000415760 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74648222 74648545 ENST00000415760 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74621417 74621550 ENST00000415760 4 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74575078 74575237 ENST00000415760 5 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74549871 74549900 ENST00000415760 6 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74549477 74621533 ENST00000468759 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74549811 74663839 ENST00000370909 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649368 ENST00000370909 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74621417 74621550 ENST00000370909 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74575078 74575237 ENST00000370909 4 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74549871 74549900 ENST00000370909 5 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74610068 74649195 ENST00000444984 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649195 ENST00000444984 1 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74621417 74621550 ENST00000444984 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74610124 74610229 ENST00000444984 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74621347 74648306 ENST00000495179 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74645591 74663831 ENST00000370911 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74649120 74649368 ENST00000370911 2 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74648222 74648545 ENST00000370911 3 LRRIQ3 ENSG00000162620 Not Supported Not Supported +CDS 1 74646433 74646456 ENST00000370911 4 LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74645907 74663831 ENST00000463724 NA LRRIQ3 ENSG00000162620 Not Supported Not Supported +transcript 1 74663896 74672918 ENST00000370898 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663924 74664044 ENST00000370898 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370898 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370898 3 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670075 74671513 ENST00000370898 4 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663922 74670277 ENST00000467578 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663924 74664044 ENST00000467578 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665529 ENST00000467578 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667082 ENST00000467578 3 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663924 74699770 ENST00000524915 NA FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663925 74671890 ENST00000370894 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000370894 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370894 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370894 3 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670892 74671055 ENST00000370894 4 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663926 74670175 ENST00000482102 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663963 74664110 ENST00000482102 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665529 ENST00000482102 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667082 ENST00000482102 3 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663926 74673120 ENST00000609362 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000609362 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000609362 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000609362 3 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670075 74671513 ENST00000609362 4 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663928 74670151 ENST00000529485 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000529485 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000529485 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74666376 74666428 ENST00000529485 3 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663951 74671907 ENST00000534056 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000534056 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000534056 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000534056 3 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670075 74670140 ENST00000534056 4 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670903 74671513 ENST00000534056 5 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74664035 74670261 ENST00000472069 NA FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74664035 74664110 ENST00000472069 1 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000472069 2 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000472069 3 FPGT ENSG00000254685 Not Supported Not Supported +CDS 1 74670075 74670261 ENST00000472069 4 FPGT ENSG00000254685 Not Supported Not Supported +transcript 1 74663919 75009666 ENST00000557284 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74663924 74664044 ENST00000557284 1 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000557284 2 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000557284 3 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000557284 4 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74715143 74715228 ENST00000557284 5 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74716356 74716453 ENST00000557284 6 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74737282 74737392 ENST00000557284 7 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74797134 74797232 ENST00000557284 8 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74801695 74801833 ENST00000557284 9 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808526 74808670 ENST00000557284 10 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808759 74808863 ENST00000557284 11 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74818950 74819044 ENST00000557284 12 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74819664 74819813 ENST00000557284 13 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000557284 14 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000557284 15 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834706 74834798 ENST00000557284 16 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000557284 17 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000557284 18 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000557284 19 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74901764 74901816 ENST00000557284 20 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74902158 74902210 ENST00000557284 21 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74905174 74905306 ENST00000557284 22 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74929125 74929234 ENST00000557284 23 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74954873 74954932 ENST00000557284 24 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74957781 74957950 ENST00000557284 25 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 75005918 75005997 ENST00000557284 26 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 75009590 75009663 ENST00000557284 27 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663926 74930609 ENST00000370899 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000370899 1 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370899 2 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370899 3 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000370899 4 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74715143 74715228 ENST00000370899 5 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74716356 74716453 ENST00000370899 6 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74737282 74737392 ENST00000370899 7 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74797134 74797232 ENST00000370899 8 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74801695 74801833 ENST00000370899 9 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808526 74808670 ENST00000370899 10 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808759 74808863 ENST00000370899 11 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74818950 74819044 ENST00000370899 12 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74819664 74819813 ENST00000370899 13 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000370899 14 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000370899 15 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834706 74834798 ENST00000370899 16 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000370899 17 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000370899 18 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000370899 19 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74901764 74901816 ENST00000370899 20 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74902158 74902210 ENST00000370899 21 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74905174 74905306 ENST00000370899 22 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74929125 74929234 ENST00000370899 23 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74930319 74930423 ENST00000370899 24 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663928 74841532 ENST00000370895 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000370895 1 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370895 2 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370895 3 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000370895 4 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74715143 74715228 ENST00000370895 5 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74716356 74716453 ENST00000370895 6 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74737282 74737392 ENST00000370895 7 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74797134 74797232 ENST00000370895 8 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74801695 74801833 ENST00000370895 9 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808526 74808670 ENST00000370895 10 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74808759 74808863 ENST00000370895 11 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74818950 74819044 ENST00000370895 12 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74819664 74819813 ENST00000370895 13 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000370895 14 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000370895 15 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834706 74834798 ENST00000370895 16 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000370895 17 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000370895 18 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74835972 74836092 ENST00000370895 19 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663933 74833648 ENST00000534632 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000534632 1 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000534632 2 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000534632 3 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000534632 4 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000534632 5 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663937 74715202 ENST00000533006 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663948 74706367 ENST00000370893 NA FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000370893 1 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370893 2 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370893 3 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000370893 4 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +CDS 1 74705640 74705640 ENST00000370893 5 FPGT-TNNI3K ENSG00000259030 Not Supported Not Supported +transcript 1 74663947 75010108 ENST00000370891 NA TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74663963 74664044 ENST00000370891 1 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74665348 74665515 ENST00000370891 2 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74667002 74667094 ENST00000370891 3 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000370891 4 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74715143 74715228 ENST00000370891 5 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74716356 74716453 ENST00000370891 6 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74737282 74737392 ENST00000370891 7 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74797134 74797232 ENST00000370891 8 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74801695 74801833 ENST00000370891 9 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74808526 74808670 ENST00000370891 10 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74808759 74808863 ENST00000370891 11 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74818950 74819044 ENST00000370891 12 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74819664 74819813 ENST00000370891 13 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000370891 14 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000370891 15 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834706 74834798 ENST00000370891 16 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000370891 17 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000370891 18 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000370891 19 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74901764 74901816 ENST00000370891 20 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74902158 74902210 ENST00000370891 21 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74905174 74905306 ENST00000370891 22 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74929125 74929234 ENST00000370891 23 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74954873 74954932 ENST00000370891 24 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74957781 74957950 ENST00000370891 25 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 75005918 75005997 ENST00000370891 26 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 75009590 75009663 ENST00000370891 27 TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74701085 75010108 ENST00000326637 NA TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74701136 74701175 ENST00000326637 1 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74701786 74701894 ENST00000326637 2 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74715143 74715228 ENST00000326637 3 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74716356 74716453 ENST00000326637 4 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74737282 74737392 ENST00000326637 5 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74797134 74797232 ENST00000326637 6 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74801695 74801833 ENST00000326637 7 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74808526 74808670 ENST00000326637 8 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74808759 74808863 ENST00000326637 9 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74818950 74819044 ENST00000326637 10 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74819664 74819813 ENST00000326637 11 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74832940 74833026 ENST00000326637 12 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74833592 74833648 ENST00000326637 13 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834706 74834798 ENST00000326637 14 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000326637 15 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000326637 16 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000326637 17 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74901764 74901816 ENST00000326637 18 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74902158 74902210 ENST00000326637 19 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74905174 74905306 ENST00000326637 20 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74929125 74929234 ENST00000326637 21 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74954873 74954932 ENST00000326637 22 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74957781 74957950 ENST00000326637 23 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 75005918 75005997 ENST00000326637 24 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 75009590 75009663 ENST00000326637 25 TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74801811 74811858 ENST00000530184 NA TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74834704 74835603 ENST00000497284 NA TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74834745 74841532 ENST00000526236 NA TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834745 74834798 ENST00000526236 1 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834891 74834948 ENST00000526236 2 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000526236 3 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000526236 4 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74841249 74841288 ENST00000526236 5 TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74834905 74905223 ENST00000534020 NA TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834905 74834948 ENST00000534020 1 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000534020 2 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000534020 3 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74867523 74867641 ENST00000534020 4 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74902158 74902210 ENST00000534020 5 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74905174 74905223 ENST00000534020 6 TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74834918 74884027 ENST00000525480 NA TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74834918 74834948 ENST00000525480 1 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835075 74835269 ENST00000525480 2 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74835972 74836076 ENST00000525480 3 TNNI3K ENSG00000116783 Not Supported Not Supported +CDS 1 74883852 74883861 ENST00000525480 4 TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74904749 74929233 ENST00000370889 NA TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 75005939 75010112 ENST00000465473 NA TNNI3K ENSG00000116783 Not Supported Not Supported +transcript 1 74807263 74844486 ENST00000415549 NA RP11-439H8.4 ENSG00000237324 Not Supported Not Supported +transcript 1 74933879 74934808 ENST00000442876 NA RP4-650F12.2 ENSG00000233894 Not Supported Not Supported +transcript 1 74934197 74935227 ENST00000411417 NA RP4-650F12.2 ENSG00000233894 Not Supported Not Supported +transcript 1 74935562 74978298 ENST00000294635 NA LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74948946 74949033 ENST00000294635 2 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74945837 74946652 ENST00000294635 3 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74940979 74941494 ENST00000294635 4 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74935565 74937885 ENST00000294635 5 LRRC53 ENSG00000162621 Not Supported Not Supported +transcript 1 74937776 74949033 ENST00000416014 NA LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74948946 74949033 ENST00000416014 1 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74945837 74946652 ENST00000416014 2 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74940979 74941494 ENST00000416014 3 LRRC53 ENSG00000162621 Not Supported Not Supported +CDS 1 74937776 74937885 ENST00000416014 4 LRRC53 ENSG00000162621 Not Supported Not Supported +transcript 1 75033795 75139422 ENST00000326665 NA C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75139181 75139203 ENST00000326665 1 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75114906 75114999 ENST00000326665 2 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75112351 75112476 ENST00000326665 3 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75108711 75108782 ENST00000326665 4 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75107015 75107143 ENST00000326665 5 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75101964 75102122 ENST00000326665 6 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75097397 75097612 ENST00000326665 7 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75086418 75086598 ENST00000326665 8 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75078307 75078493 ENST00000326665 9 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75072285 75072586 ENST00000326665 10 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75065379 75065615 ENST00000326665 11 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75055315 75055764 ENST00000326665 12 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75042579 75042620 ENST00000326665 13 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75036804 75039175 ENST00000326665 14 C1orf173 ENSG00000178965 Not Supported Not Supported +transcript 1 75033801 75045447 ENST00000433746 NA C1orf173 ENSG00000178965 Not Supported Not Supported +transcript 1 75055011 75100539 ENST00000420661 NA C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75100349 75100360 ENST00000420661 1 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75097397 75097612 ENST00000420661 2 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75086418 75086598 ENST00000420661 3 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75078307 75078493 ENST00000420661 4 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75072285 75072586 ENST00000420661 5 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75065379 75065615 ENST00000420661 6 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75055301 75055764 ENST00000420661 7 C1orf173 ENSG00000178965 Not Supported Not Supported +transcript 1 75078468 75100425 ENST00000479666 NA C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75100349 75100360 ENST00000479666 1 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75097397 75097612 ENST00000479666 2 C1orf173 ENSG00000178965 Not Supported Not Supported +CDS 1 75088868 75088969 ENST00000479666 3 C1orf173 ENSG00000178965 Not Supported Not Supported +transcript 1 75055419 75087403 ENST00000416017 NA RP4-612J11.1 ENSG00000234497 Not Supported Not Supported +transcript 1 75164453 75165017 ENST00000608748 NA RP11-17E13.2 ENSG00000272864 Not Supported Not Supported +transcript 1 75171170 75198702 ENST00000370872 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188818 ENST00000370872 2 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000370872 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175782 75175931 ENST00000370872 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172787 75172888 ENST00000370872 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172583 75172678 ENST00000370872 6 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75171983 75172141 ENST00000370872 7 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75171170 75198714 ENST00000340866 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75190395 75190505 ENST00000340866 2 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188954 ENST00000340866 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75184893 75185056 ENST00000340866 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000340866 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175782 75175931 ENST00000340866 6 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172787 75172888 ENST00000340866 7 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172583 75172678 ENST00000340866 8 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75171983 75172141 ENST00000340866 9 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75171172 75174511 ENST00000492102 NA CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75171174 75199092 ENST00000417775 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75190395 75190505 ENST00000417775 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188954 ENST00000417775 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75184893 75185056 ENST00000417775 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000417775 6 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175782 75175931 ENST00000417775 7 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172787 75172888 ENST00000417775 8 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172583 75172678 ENST00000417775 9 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75171983 75172141 ENST00000417775 10 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75171656 75198706 ENST00000370871 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75190395 75190505 ENST00000370871 2 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188954 ENST00000370871 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75184893 75185056 ENST00000370871 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000370871 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175782 75175931 ENST00000370871 6 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172583 75172678 ENST00000370871 7 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75171983 75172141 ENST00000370871 8 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75172789 75198745 ENST00000370870 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75190395 75190505 ENST00000370870 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188954 ENST00000370870 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75184893 75185056 ENST00000370870 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000370870 6 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175782 75175931 ENST00000370870 7 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75172789 75172888 ENST00000370870 8 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75175793 75198495 ENST00000441120 NA CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75190395 75190505 ENST00000441120 2 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75188802 75188954 ENST00000441120 3 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75184893 75185056 ENST00000441120 4 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75180263 75180314 ENST00000441120 5 CRYZ ENSG00000116791 Not Supported Not Supported +CDS 1 75175793 75175931 ENST00000441120 6 CRYZ ENSG00000116791 Not Supported Not Supported +transcript 1 75198836 75232358 ENST00000457880 NA TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75198929 75199102 ENST00000457880 1 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75202226 75202306 ENST00000457880 2 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75214435 75214506 ENST00000457880 3 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75217976 75218109 ENST00000457880 4 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75229578 75229794 ENST00000457880 5 TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75198840 75232358 ENST00000370867 NA TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75198929 75199102 ENST00000370867 1 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75202226 75202306 ENST00000370867 2 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75204374 75204472 ENST00000370867 3 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75214435 75214506 ENST00000370867 4 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75217976 75218109 ENST00000370867 5 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75229578 75229794 ENST00000370867 6 TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75198858 75230141 ENST00000421739 NA TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75198929 75199102 ENST00000421739 1 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75217976 75218109 ENST00000421739 2 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75229578 75229794 ENST00000421739 3 TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75198931 75230084 ENST00000479111 NA TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75214441 75214506 ENST00000479111 5 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75217976 75218109 ENST00000479111 6 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75229578 75229794 ENST00000479111 7 TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75201873 75218078 ENST00000483990 NA TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75214441 75214506 ENST00000483990 3 TYW3 ENSG00000162623 Not Supported Not Supported +CDS 1 75217976 75218078 ENST00000483990 4 TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75214325 75229673 ENST00000485401 NA TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75215807 75218059 ENST00000449696 NA TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75216818 75229685 ENST00000486467 NA TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75229577 75232362 ENST00000467646 NA TYW3 ENSG00000162623 Not Supported Not Supported +transcript 1 75428998 75430802 ENST00000438619 NA RP11-93N20.1 ENSG00000229943 Not Supported Not Supported +transcript 1 75588203 75589612 ENST00000565735 NA RP11-510C10.4 ENSG00000261213 Not Supported Not Supported +transcript 1 75593515 75598743 ENST00000446238 NA RP11-510C10.2 ENSG00000224127 Not Supported Not Supported +transcript 1 75594119 75627218 ENST00000294638 NA LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75596400 75596417 ENST00000294638 2 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75602288 75602374 ENST00000294638 3 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75602785 75602946 ENST00000294638 4 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75606670 75606791 ENST00000294638 5 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75608803 75609023 ENST00000294638 6 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75609530 75609633 ENST00000294638 7 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75614272 75614367 ENST00000294638 8 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75622578 75622761 ENST00000294638 9 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75626504 75626577 ENST00000294638 10 LHX8 ENSG00000162624 Not Supported Not Supported +transcript 1 75600567 75627218 ENST00000356261 NA LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75602300 75602374 ENST00000356261 2 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75602785 75602946 ENST00000356261 3 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75606670 75606791 ENST00000356261 4 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75608803 75609023 ENST00000356261 5 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75609530 75609633 ENST00000356261 6 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75614272 75614367 ENST00000356261 7 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75622578 75622761 ENST00000356261 8 LHX8 ENSG00000162624 Not Supported Not Supported +CDS 1 75626504 75626577 ENST00000356261 9 LHX8 ENSG00000162624 Not Supported Not Supported +transcript 1 75602576 75606791 ENST00000559413 NA LHX8 ENSG00000162624 Not Supported Not Supported +transcript 1 75624973 75627216 ENST00000607240 NA LHX8 ENSG00000162624 Not Supported Not Supported +transcript 1 75595659 75598261 ENST00000427892 NA RP11-510C10.3 ENSG00000224149 Not Supported Not Supported +transcript 1 75648730 75648832 ENST00000384272 NA RNU6-622P ENSG00000206999 Not Supported Not Supported +transcript 1 75667816 76076801 ENST00000370859 NA SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 76007120 76007132 ENST00000370859 2 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75862268 75862306 ENST00000370859 3 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75805267 75805315 ENST00000370859 4 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75766297 75766370 ENST00000370859 5 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75740643 75740727 ENST00000370859 6 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75716895 75716979 ENST00000370859 7 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75708571 75708696 ENST00000370859 8 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75707686 75707746 ENST00000370859 9 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75704198 75704321 ENST00000370859 10 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75702672 75702755 ENST00000370859 11 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75699671 75699783 ENST00000370859 12 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75693411 75693542 ENST00000370859 13 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75688046 75688145 ENST00000370859 14 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75685485 75685577 ENST00000370859 15 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684942 75685029 ENST00000370859 16 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684175 75684437 ENST00000370859 17 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75683551 75683645 ENST00000370859 18 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75681439 75681542 ENST00000370859 19 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75680290 75680363 ENST00000370859 20 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679604 75679674 ENST00000370859 21 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679390 75679478 ENST00000370859 22 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75677153 75677237 ENST00000370859 23 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75669415 75669518 ENST00000370859 24 SLC44A5 ENSG00000137968 Not Supported Not Supported +transcript 1 75670160 76076769 ENST00000370855 NA SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 76007120 76007132 ENST00000370855 2 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75862268 75862306 ENST00000370855 3 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75805267 75805315 ENST00000370855 4 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75766297 75766370 ENST00000370855 5 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75740643 75740727 ENST00000370855 6 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75716895 75716979 ENST00000370855 7 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75708571 75708696 ENST00000370855 8 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75707686 75707746 ENST00000370855 9 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75704198 75704321 ENST00000370855 10 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75702672 75702755 ENST00000370855 11 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75699671 75699783 ENST00000370855 12 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75693411 75693542 ENST00000370855 13 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75688046 75688145 ENST00000370855 14 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75685485 75685577 ENST00000370855 15 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684942 75685029 ENST00000370855 16 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684175 75684437 ENST00000370855 17 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75683551 75683645 ENST00000370855 18 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75681439 75681542 ENST00000370855 19 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75680290 75680363 ENST00000370855 20 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679604 75679674 ENST00000370855 21 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679390 75679478 ENST00000370855 22 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75677153 75677237 ENST00000370855 23 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75672295 75672404 ENST00000370855 24 SLC44A5 ENSG00000137968 Not Supported Not Supported +transcript 1 75671953 75862321 ENST00000535611 NA SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75708571 75708651 ENST00000535611 5 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75707686 75707746 ENST00000535611 6 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75704198 75704321 ENST00000535611 7 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75702672 75702755 ENST00000535611 8 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75699671 75699783 ENST00000535611 9 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75693411 75693542 ENST00000535611 10 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75688046 75688145 ENST00000535611 11 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75685485 75685577 ENST00000535611 12 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684942 75685029 ENST00000535611 13 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75684175 75684437 ENST00000535611 14 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75683551 75683645 ENST00000535611 15 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75681439 75681542 ENST00000535611 16 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75680290 75680363 ENST00000535611 17 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679604 75679674 ENST00000535611 18 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75679390 75679478 ENST00000535611 19 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75677153 75677237 ENST00000535611 20 SLC44A5 ENSG00000137968 Not Supported Not Supported +CDS 1 75672295 75672404 ENST00000535611 21 SLC44A5 ENSG00000137968 Not Supported Not Supported +transcript 1 75708605 76076781 ENST00000469525 NA SLC44A5 ENSG00000137968 Not Supported Not Supported +transcript 1 75987247 75987916 ENST00000440382 NA RP11-87O11.1 ENSG00000224493 Not Supported Not Supported +transcript 1 76003700 76003804 ENST00000516529 NA RNU6-503P ENSG00000252338 Not Supported Not Supported +transcript 1 76047784 76048240 ENST00000413677 NA RP4-595K12.1 ENSG00000213579 Not Supported Not Supported +transcript 1 76107031 76107772 ENST00000446582 NA RP4-595K12.2 ENSG00000230863 Not Supported Not Supported +transcript 1 76175688 76189696 ENST00000433521 NA RP4-682C21.5 ENSG00000178193 Not Supported Not Supported +transcript 1 76190036 76229364 ENST00000370841 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000370841 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000370841 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000370841 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198607 ENST00000370841 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76199213 76199313 ENST00000370841 5 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76200476 76200556 ENST00000370841 6 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205665 76205795 ENST00000370841 7 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76211491 76211599 ENST00000370841 8 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215104 76215244 ENST00000370841 9 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000370841 10 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76226807 76227055 ENST00000370841 11 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76228377 76228445 ENST00000370841 12 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190376 76199226 ENST00000525881 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190391 76227300 ENST00000526129 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000526129 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000526129 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000526129 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198523 76198534 ENST00000526129 4 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190391 76228639 ENST00000526196 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000526196 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000526196 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198550 ENST00000526196 3 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190394 76199024 ENST00000534146 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190394 76215239 ENST00000532509 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000532509 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000532509 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198554 ENST00000532509 3 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190394 76229176 ENST00000370834 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000370834 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000370834 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000370834 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198607 ENST00000370834 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198736 76198834 ENST00000370834 5 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76199213 76199313 ENST00000370834 6 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76200476 76200556 ENST00000370834 7 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205665 76205795 ENST00000370834 8 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76211491 76211599 ENST00000370834 9 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215104 76215244 ENST00000370834 10 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000370834 11 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76226807 76227055 ENST00000370834 12 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76228377 76228445 ENST00000370834 13 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190440 76198867 ENST00000473018 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190440 76228691 ENST00000541113 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190493 76190502 ENST00000541113 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000541113 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198607 ENST00000541113 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76199213 76199313 ENST00000541113 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76200476 76200556 ENST00000541113 5 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205665 76205795 ENST00000541113 6 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76211491 76211599 ENST00000541113 7 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215104 76215244 ENST00000541113 8 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000541113 9 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76226807 76227055 ENST00000541113 10 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76228377 76228445 ENST00000541113 11 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190446 76215226 ENST00000530953 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000530953 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000530953 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205665 76205696 ENST00000530953 3 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190452 76226933 ENST00000534334 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000534334 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194086 76194173 ENST00000534334 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000534334 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198607 ENST00000534334 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76200476 76200501 ENST00000534334 5 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190452 76228853 ENST00000525808 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000525808 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000525808 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198550 ENST00000525808 3 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190452 76228853 ENST00000543667 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205764 76205795 ENST00000543667 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76211491 76211599 ENST00000543667 5 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215104 76215244 ENST00000543667 6 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000543667 7 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76226807 76227055 ENST00000543667 8 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76228377 76228445 ENST00000543667 9 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76190465 76228494 ENST00000420607 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76190473 76190502 ENST00000420607 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76194074 76194173 ENST00000420607 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198329 76198426 ENST00000420607 3 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76198538 76198607 ENST00000420607 4 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76199213 76199313 ENST00000420607 5 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76200476 76200556 ENST00000420607 6 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76205665 76205795 ENST00000420607 7 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76211491 76211599 ENST00000420607 8 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215104 76215244 ENST00000420607 9 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000420607 10 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76226807 76227055 ENST00000420607 11 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76228377 76228445 ENST00000420607 12 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76198201 76228630 ENST00000529059 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76200316 76215203 ENST00000526930 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76211162 76226893 ENST00000532207 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76215182 76253260 ENST00000528016 NA ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76215182 76215244 ENST00000528016 1 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76216136 76216231 ENST00000528016 2 ACADM ENSG00000117054 Not Supported Not Supported +CDS 1 76234862 76234906 ENST00000528016 3 ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76216136 76229176 ENST00000481374 NA ACADM ENSG00000117054 Not Supported Not Supported +transcript 1 76209103 76210459 ENST00000320606 NA RP4-682C21.2 ENSG00000181227 Not Supported Not Supported +transcript 1 76209108 76210461 ENST00000444241 NA RP4-682C21.2 ENSG00000181227 Not Supported Not Supported +transcript 1 76251879 76260350 ENST00000535300 NA RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76257200 76257256 ENST00000535300 8 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76257866 76257991 ENST00000535300 9 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76259769 76259918 ENST00000535300 10 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76260195 76260332 ENST00000535300 11 RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251882 76260518 ENST00000496055 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251886 76260764 ENST00000319942 NA RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76251957 76251959 ENST00000319942 1 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76253182 76253289 ENST00000319942 2 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76254844 76255041 ENST00000319942 3 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76255637 76255742 ENST00000319942 4 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76256970 76257022 ENST00000319942 5 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76257146 76257256 ENST00000319942 6 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76257866 76257991 ENST00000319942 7 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76259769 76259918 ENST00000319942 8 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76260195 76260332 ENST00000319942 9 RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251913 76257256 ENST00000473406 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251913 76257939 ENST00000485459 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251916 76255798 ENST00000370826 NA RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76251957 76251959 ENST00000370826 1 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76253182 76253289 ENST00000370826 2 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76254844 76255041 ENST00000370826 3 RABGGTB ENSG00000137955 Not Supported Not Supported +CDS 1 76255637 76255783 ENST00000370826 4 RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76251928 76254468 ENST00000497648 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76252384 76255681 ENST00000462042 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76252385 76257971 ENST00000470201 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76252386 76260488 ENST00000471759 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76252388 76257987 ENST00000491266 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76253181 76257935 ENST00000461653 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76253208 76257203 ENST00000489450 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76256954 76257544 ENST00000467748 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76259067 76260519 ENST00000459697 NA RABGGTB ENSG00000137955 Not Supported Not Supported +transcript 1 76252757 76252835 ENST00000383893 NA SNORD45C ENSG00000206620 Not Supported Not Supported +transcript 1 76253574 76253657 ENST00000384512 NA SNORD45A ENSG00000207241 Not Supported Not Supported +transcript 1 76255162 76255233 ENST00000364617 NA SNORD45B ENSG00000201487 Not Supported Not Supported +transcript 1 76262567 76378923 ENST00000263187 NA MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76262671 76262914 ENST00000263187 1 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76269416 76269598 ENST00000263187 2 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76272666 76272826 ENST00000263187 3 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76276382 76276492 ENST00000263187 4 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76280706 76280821 ENST00000263187 5 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76282058 76282231 ENST00000263187 6 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76288094 76288266 ENST00000263187 7 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76313894 76313961 ENST00000263187 8 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76333199 76333273 ENST00000263187 9 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76342621 76342685 ENST00000263187 10 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76343834 76344003 ENST00000263187 11 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76344677 76344813 ENST00000263187 12 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76345735 76345838 ENST00000263187 13 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76346931 76347055 ENST00000263187 14 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76349306 76349506 ENST00000263187 15 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76354936 76355054 ENST00000263187 16 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76356381 76356509 ENST00000263187 17 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76363592 76363766 ENST00000263187 18 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76365303 76365391 ENST00000263187 19 MSH4 ENSG00000057468 Not Supported Not Supported +CDS 1 76378381 76378569 ENST00000263187 20 MSH4 ENSG00000057468 Not Supported Not Supported +transcript 1 76308317 76308402 ENST00000577710 NA AL445464.1 ENSG00000266832 Not Supported Not Supported +transcript 1 76384558 76398116 ENST00000284142 NA ASB17 ENSG00000154007 Not Supported Not Supported +CDS 1 76397576 76397976 ENST00000284142 1 ASB17 ENSG00000154007 Not Supported Not Supported +CDS 1 76387765 76388044 ENST00000284142 2 ASB17 ENSG00000154007 Not Supported Not Supported +CDS 1 76384640 76384843 ENST00000284142 3 ASB17 ENSG00000154007 Not Supported Not Supported +transcript 1 76477009 76485041 ENST00000436121 NA RP11-550H2.1 ENSG00000225605 Not Supported Not Supported +transcript 1 76507376 76531913 ENST00000434540 NA RP11-550H2.2 ENSG00000230027 Not Supported Not Supported +transcript 1 76540404 77100286 ENST00000328299 NA ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +CDS 1 76540552 76540569 ENST00000328299 1 ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +CDS 1 76779490 76779684 ENST00000328299 2 ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +CDS 1 76877693 76878102 ENST00000328299 3 ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +CDS 1 77093137 77093244 ENST00000328299 4 ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +CDS 1 77094305 77094488 ENST00000328299 5 ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +transcript 1 76779598 77042894 ENST00000464140 NA ST6GALNAC3 ENSG00000184005 Not Supported Not Supported +transcript 1 76819268 76819931 ENST00000394513 NA RP11-335E14.1 ENSG00000223905 Not Supported Not Supported +transcript 1 77102562 77103024 ENST00000608243 NA RP5-1102E8.3 ENSG00000272855 Not Supported Not Supported +transcript 1 77165474 77166223 ENST00000420977 NA TPI1P1 ENSG00000226415 Not Supported Not Supported +transcript 1 77183825 77183926 ENST00000578124 NA AC104458.1 ENSG00000264686 Not Supported Not Supported +transcript 1 77218820 77218925 ENST00000363051 NA RNU6-161P ENSG00000199921 Not Supported Not Supported +transcript 1 77223809 77244952 ENST00000427806 NA RP11-415A20.1 ENSG00000237552 Not Supported Not Supported +transcript 1 77333126 77531396 ENST00000477717 NA ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77333361 77333375 ENST00000477717 1 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77334182 77334427 ENST00000477717 2 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77509889 77510298 ENST00000477717 3 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77515943 77516050 ENST00000477717 4 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77528660 77528888 ENST00000477717 5 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +transcript 1 77333165 77337068 ENST00000480428 NA ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +transcript 1 77333165 77529743 ENST00000318803 NA ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77333361 77333375 ENST00000318803 1 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77334182 77334427 ENST00000318803 2 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77509889 77510298 ENST00000318803 3 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +CDS 1 77515947 77515983 ENST00000318803 4 ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +transcript 1 77333167 77334759 ENST00000496845 NA ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +transcript 1 77461142 77516001 ENST00000488940 NA ST6GALNAC5 ENSG00000117069 Not Supported Not Supported +transcript 1 77473429 77473500 ENST00000408793 NA AC096951.1 ENSG00000221720 Not Supported Not Supported +transcript 1 77533605 77544167 ENST00000454305 NA RP4-564M11.2 ENSG00000230498 Not Supported Not Supported +transcript 1 77554675 77685111 ENST00000370812 NA PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77684995 77685087 ENST00000370812 1 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77676121 77676174 ENST00000370812 2 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77672325 77672416 ENST00000370812 3 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77634945 77635080 ENST00000370812 4 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77632404 77632515 ENST00000370812 5 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77629531 77629627 ENST00000370812 6 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77627279 77627396 ENST00000370812 7 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77626980 77627090 ENST00000370812 8 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77620134 77620306 ENST00000370812 9 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77587960 77588044 ENST00000370812 10 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77558062 77558175 ENST00000370812 11 PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77554675 77685115 ENST00000445065 NA PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77684995 77685087 ENST00000445065 1 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77632404 77632515 ENST00000445065 2 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77629531 77629627 ENST00000445065 3 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77627279 77627396 ENST00000445065 4 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77626980 77627090 ENST00000445065 5 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77620134 77620306 ENST00000445065 6 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77587960 77588044 ENST00000445065 7 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77558062 77558175 ENST00000445065 8 PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77557690 77685115 ENST00000370813 NA PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77684995 77685087 ENST00000370813 1 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77676121 77676174 ENST00000370813 2 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77632404 77632515 ENST00000370813 3 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77629531 77629627 ENST00000370813 4 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77627279 77627396 ENST00000370813 5 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77626980 77627090 ENST00000370813 6 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77620134 77620306 ENST00000370813 7 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77587960 77588044 ENST00000370813 8 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77558062 77558175 ENST00000370813 9 PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77557887 77635004 ENST00000487906 NA PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77634945 77635004 ENST00000487906 1 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77629604 77629627 ENST00000487906 2 PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77619221 77685114 ENST00000359130 NA PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77684995 77685087 ENST00000359130 1 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77676121 77676174 ENST00000359130 2 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77672325 77672416 ENST00000359130 3 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77634945 77635080 ENST00000359130 4 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77632404 77632515 ENST00000359130 5 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77629531 77629627 ENST00000359130 6 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77627279 77627396 ENST00000359130 7 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77626980 77627090 ENST00000359130 8 PIGK ENSG00000142892 Not Supported Not Supported +CDS 1 77620124 77620306 ENST00000359130 9 PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77620179 77685111 ENST00000478391 NA PIGK ENSG00000142892 Not Supported Not Supported +transcript 1 77594768 77595384 ENST00000535687 NA RP4-706A16.3 ENSG00000226084 Not Supported Not Supported +transcript 1 77594799 77595353 ENST00000471722 NA RP4-706A16.3 ENSG00000226084 Not Supported Not Supported +transcript 1 77660510 77661080 ENST00000458048 NA RP11-363H12.1 ENSG00000228187 Not Supported Not Supported +transcript 1 77747736 78025651 ENST00000354567 NA AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77747999 77748058 ENST00000354567 1 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77752626 77752812 ENST00000354567 2 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77759478 77759645 ENST00000354567 3 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763244 77763413 ENST00000354567 4 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763519 77763632 ENST00000354567 5 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77806062 77806253 ENST00000354567 6 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77876666 77876756 ENST00000354567 7 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77883324 77883400 ENST00000354567 8 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77949002 77949044 ENST00000354567 9 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77951993 77952037 ENST00000354567 10 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77984249 77984412 ENST00000354567 11 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77987512 77987628 ENST00000354567 12 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78001532 78001723 ENST00000354567 13 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78024287 78024352 ENST00000354567 14 AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77747743 77780745 ENST00000317704 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77748287 78025647 ENST00000344720 NA AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77752644 77752812 ENST00000344720 2 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77759478 77759645 ENST00000344720 3 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763244 77763413 ENST00000344720 4 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763519 77763632 ENST00000344720 5 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77806062 77806253 ENST00000344720 6 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77876666 77876756 ENST00000344720 7 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77883324 77883400 ENST00000344720 8 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77949002 77949044 ENST00000344720 9 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77951993 77952037 ENST00000344720 10 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77984249 77984412 ENST00000344720 11 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77987512 77987628 ENST00000344720 12 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78001532 78001723 ENST00000344720 13 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78024287 78024352 ENST00000344720 14 AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77748764 77763541 ENST00000478407 NA AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77752644 77752812 ENST00000478407 2 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77759478 77759645 ENST00000478407 3 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763244 77763413 ENST00000478407 4 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77763519 77763541 ENST00000478407 5 AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77759215 77763375 ENST00000469394 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77759478 77763710 ENST00000466114 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77763540 77806566 ENST00000524494 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77806090 77883534 ENST00000465146 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77837063 78001570 ENST00000530826 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77883378 78024414 ENST00000527263 NA AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77883378 77883400 ENST00000527263 1 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77949002 77949044 ENST00000527263 2 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77951993 77952037 ENST00000527263 3 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 77984249 77984269 ENST00000527263 4 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78001603 78001658 ENST00000527263 5 AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77997792 78024416 ENST00000478255 NA AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78001559 78001723 ENST00000478255 2 AK5 ENSG00000154027 Not Supported Not Supported +CDS 1 78024287 78024352 ENST00000478255 3 AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 78006181 78024416 ENST00000466393 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 78022930 78024421 ENST00000531672 NA AK5 ENSG00000154027 Not Supported Not Supported +transcript 1 77811731 77815270 ENST00000436206 NA RP11-375A5.1 ENSG00000233099 Not Supported Not Supported +transcript 1 77857107 77857213 ENST00000408737 NA AC095030.1 ENSG00000221664 Not Supported Not Supported +transcript 1 77886010 77886071 ENST00000515958 NA RNU7-8P ENSG00000251767 Not Supported Not Supported +transcript 1 78028101 78097606 ENST00000481346 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78030185 78148343 ENST00000370801 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78097535 78099039 ENST00000370801 5 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78050202 78050340 ENST00000370801 6 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78047664 78047811 ENST00000370801 7 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78047461 78047576 ENST00000370801 8 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78046683 78046754 ENST00000370801 9 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78045212 78045313 ENST00000370801 10 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78044459 78044554 ENST00000370801 11 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78041753 78041905 ENST00000370801 12 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78034017 78034151 ENST00000370801 13 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78031766 78031866 ENST00000370801 14 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78031328 78031469 ENST00000370801 15 ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78030191 78098561 ENST00000476275 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78030573 78149104 ENST00000370798 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78105134 78105156 ENST00000370798 4 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78050202 78050340 ENST00000370798 5 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78047664 78047811 ENST00000370798 6 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78047461 78047576 ENST00000370798 7 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78046683 78046754 ENST00000370798 8 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78045212 78045313 ENST00000370798 9 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78044459 78044554 ENST00000370798 10 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78041753 78041905 ENST00000370798 11 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78034017 78034151 ENST00000370798 12 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78031766 78031866 ENST00000370798 13 ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78031328 78031469 ENST00000370798 14 ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78046703 78050728 ENST00000476195 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78047503 78050744 ENST00000474746 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78098867 78148360 ENST00000433749 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78098867 78099039 ENST00000433749 4 ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78098931 78149059 ENST00000414381 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +CDS 1 78098931 78099039 ENST00000414381 4 ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78098997 78149088 ENST00000463166 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78106639 78148328 ENST00000469944 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78142667 78148360 ENST00000458763 NA ZZZ3 ENSG00000036549 Not Supported Not Supported +transcript 1 78080554 78080637 ENST00000515976 NA RNA5SP20 ENSG00000251785 Not Supported Not Supported +transcript 1 78111009 78111301 ENST00000470869 NA RN7SL370P ENSG00000243437 Not Supported Not Supported +transcript 1 78161672 78225537 ENST00000370794 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207382 ENST00000370794 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000370794 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000370794 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78204950 78205102 ENST00000370794 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78201741 78201843 ENST00000370794 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78200032 78200101 ENST00000370794 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78196303 78196416 ENST00000370794 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78195545 78195623 ENST00000370794 9 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78193980 78194397 ENST00000370794 10 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78191307 78191447 ENST00000370794 11 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78189016 78189128 ENST00000370794 12 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187709 78187881 ENST00000370794 13 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187516 78187610 ENST00000370794 14 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000370794 15 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000370794 16 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000370794 17 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000370794 18 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78180299 78180468 ENST00000370794 19 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178885 78178966 ENST00000370794 20 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78177432 78177540 ENST00000370794 21 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78167054 78167156 ENST00000370794 22 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163548 78163616 ENST00000370794 23 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163005 78163159 ENST00000370794 24 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78161676 78194021 ENST00000481579 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78193980 78194021 ENST00000481579 1 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78191307 78191447 ENST00000481579 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78189016 78189128 ENST00000481579 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187709 78187881 ENST00000481579 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187516 78187610 ENST00000481579 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000481579 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000481579 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000481579 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000481579 9 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78180299 78180468 ENST00000481579 10 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178885 78178966 ENST00000481579 11 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78177432 78177540 ENST00000481579 12 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163560 78163616 ENST00000481579 13 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78161676 78225537 ENST00000370793 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78211106 78211147 ENST00000370793 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207433 ENST00000370793 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000370793 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000370793 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78204950 78205102 ENST00000370793 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78201741 78201843 ENST00000370793 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78200032 78200101 ENST00000370793 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78196303 78196416 ENST00000370793 9 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78195545 78195623 ENST00000370793 10 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78193980 78194397 ENST00000370793 11 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78191307 78191447 ENST00000370793 12 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78189016 78189128 ENST00000370793 13 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187709 78187881 ENST00000370793 14 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187516 78187610 ENST00000370793 15 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000370793 16 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000370793 17 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000370793 18 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000370793 19 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78180299 78180468 ENST00000370793 20 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178885 78178966 ENST00000370793 21 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78177432 78177540 ENST00000370793 22 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78167054 78167156 ENST00000370793 23 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163548 78163616 ENST00000370793 24 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163005 78163159 ENST00000370793 25 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78161676 78211147 ENST00000357428 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78211106 78211147 ENST00000357428 1 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207433 ENST00000357428 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000357428 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000357428 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78204950 78205102 ENST00000357428 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78201741 78201843 ENST00000357428 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78200032 78200101 ENST00000357428 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78196303 78196416 ENST00000357428 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78195545 78195623 ENST00000357428 9 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78193980 78194397 ENST00000357428 10 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78191307 78191447 ENST00000357428 11 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78189016 78189128 ENST00000357428 12 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187709 78187881 ENST00000357428 13 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187516 78187610 ENST00000357428 14 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000357428 15 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000357428 16 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000357428 17 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000357428 18 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78180299 78180468 ENST00000357428 19 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178885 78178966 ENST00000357428 20 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78177432 78177540 ENST00000357428 21 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78167054 78167156 ENST00000357428 22 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163548 78163616 ENST00000357428 23 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78163005 78163159 ENST00000357428 24 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78163294 78167336 ENST00000533928 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78177187 78179193 ENST00000477949 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78177337 78225537 ENST00000370792 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78211106 78211147 ENST00000370792 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207433 ENST00000370792 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000370792 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000370792 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78204950 78205102 ENST00000370792 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78201741 78201843 ENST00000370792 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78200032 78200101 ENST00000370792 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78196303 78196416 ENST00000370792 9 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78195545 78195623 ENST00000370792 10 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78193980 78194397 ENST00000370792 11 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78191307 78191447 ENST00000370792 12 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78189016 78189128 ENST00000370792 13 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187709 78187881 ENST00000370792 14 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78187516 78187586 ENST00000370792 15 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000370792 16 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000370792 17 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000370792 18 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000370792 19 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78180299 78180468 ENST00000370792 20 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178885 78178966 ENST00000370792 21 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78177423 78177540 ENST00000370792 22 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78177350 78186890 ENST00000527390 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78186857 78186890 ENST00000527390 1 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78184281 78184326 ENST00000527390 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78183552 78183732 ENST00000527390 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78181427 78181553 ENST00000527390 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78178936 78178966 ENST00000527390 5 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78177470 78180602 ENST00000472462 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78183225 78184397 ENST00000498328 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78183330 78188084 ENST00000461986 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78183463 78186924 ENST00000531637 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78183709 78187423 ENST00000462192 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78200042 78225374 ENST00000524536 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78211106 78211147 ENST00000524536 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207433 ENST00000524536 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000524536 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000524536 6 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78204950 78205102 ENST00000524536 7 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78201741 78201843 ENST00000524536 8 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78200042 78200101 ENST00000524536 9 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78204996 78225531 ENST00000525113 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78205016 78225496 ENST00000528150 NA USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78205062 78225073 ENST00000530709 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78211106 78211147 ENST00000530709 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207433 ENST00000530709 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000530709 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000530709 5 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78205062 78205102 ENST00000530709 6 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78205083 78225505 ENST00000524778 NA USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207302 78207382 ENST00000524778 2 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78207061 78207114 ENST00000524778 3 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78206562 78206624 ENST00000524778 4 USP33 ENSG00000077254 Not Supported Not Supported +CDS 1 78205083 78205102 ENST00000524778 5 USP33 ENSG00000077254 Not Supported Not Supported +transcript 1 78239550 78240549 ENST00000431536 NA RP4-706L14.2 ENSG00000232672 Not Supported Not Supported +transcript 1 78245309 78344106 ENST00000370791 NA FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78245341 78245421 ENST00000370791 1 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78248923 78249036 ENST00000370791 2 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78267016 78267193 ENST00000370791 3 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78268955 78269091 ENST00000370791 4 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78272660 78272786 ENST00000370791 5 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78279419 78279552 ENST00000370791 6 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78280793 78280916 ENST00000370791 7 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78308992 78309092 ENST00000370791 8 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78324623 78324741 ENST00000370791 9 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78324999 78325071 ENST00000370791 10 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78325725 78325811 ENST00000370791 11 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78326909 78327007 ENST00000370791 12 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78329579 78329713 ENST00000370791 13 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78332023 78332076 ENST00000370791 14 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78338689 78338805 ENST00000370791 15 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78340531 78340746 ENST00000370791 16 FAM73A ENSG00000180488 Not Supported Not Supported +transcript 1 78245334 78340825 ENST00000443751 NA FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78245341 78245421 ENST00000443751 1 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78267016 78267193 ENST00000443751 2 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78268955 78269091 ENST00000443751 3 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78272660 78272786 ENST00000443751 4 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78279419 78279552 ENST00000443751 5 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78280793 78280916 ENST00000443751 6 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78308992 78309092 ENST00000443751 7 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78324623 78324741 ENST00000443751 8 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78324999 78325071 ENST00000443751 9 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78325725 78325811 ENST00000443751 10 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78326909 78327007 ENST00000443751 11 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78329579 78329713 ENST00000443751 12 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78332023 78332076 ENST00000443751 13 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78338686 78338805 ENST00000443751 14 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78340531 78340746 ENST00000443751 15 FAM73A ENSG00000180488 Not Supported Not Supported +transcript 1 78245593 78267116 ENST00000477627 NA FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78248938 78249036 ENST00000477627 2 FAM73A ENSG00000180488 Not Supported Not Supported +CDS 1 78267016 78267116 ENST00000477627 3 FAM73A ENSG00000180488 Not Supported Not Supported +transcript 1 78269074 78327900 ENST00000476203 NA FAM73A ENSG00000180488 Not Supported Not Supported +transcript 1 78245589 78245684 ENST00000410917 NA RNA5SP21 ENSG00000222849 Not Supported Not Supported +transcript 1 78276507 78277621 ENST00000406534 NA RP11-181C21.4 ENSG00000219201 Not Supported Not Supported +transcript 1 78276546 78277466 ENST00000427577 NA RP11-181C21.4 ENSG00000219201 Not Supported Not Supported +transcript 1 78312795 78314487 ENST00000444067 NA NSRP1P1 ENSG00000235613 Not Supported Not Supported +transcript 1 78319040 78319578 ENST00000455484 NA HSPE1P25 ENSG00000232015 Not Supported Not Supported +transcript 1 78347033 78355224 ENST00000421331 NA NEXN-AS1 ENSG00000235927 Not Supported Not Supported +transcript 1 78347044 78353374 ENST00000597757 NA NEXN-AS1 ENSG00000235927 Not Supported Not Supported +transcript 1 78354198 78399069 ENST00000401035 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000401035 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000401035 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000401035 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78390873 78390914 ENST00000401035 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000401035 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000401035 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000401035 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399069 ENST00000401035 9 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78354200 78408598 ENST00000457030 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000457030 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383251 78383442 ENST00000457030 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000457030 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000457030 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000457030 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000457030 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000457030 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399164 ENST00000457030 9 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78401508 78401729 ENST00000457030 10 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78407708 78407893 ENST00000457030 11 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408146 78408503 ENST00000457030 12 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408585 78408595 ENST00000457030 13 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78354200 78409576 ENST00000330010 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000330010 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000330010 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000330010 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78390873 78390914 ENST00000330010 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000330010 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000330010 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000330010 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399164 ENST00000330010 9 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78401508 78401729 ENST00000330010 10 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78407708 78407893 ENST00000330010 11 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408146 78408511 ENST00000330010 12 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78354290 78390082 ENST00000294624 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000294624 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383251 78383442 ENST00000294624 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000294624 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000294624 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78389895 78389924 ENST00000294624 6 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78354313 78408909 ENST00000334785 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000334785 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383251 78383442 ENST00000334785 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000334785 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000334785 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78390873 78390914 ENST00000334785 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000334785 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000334785 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000334785 9 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399164 ENST00000334785 10 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78401508 78401729 ENST00000334785 11 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78407708 78407893 ENST00000334785 12 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408146 78408511 ENST00000334785 13 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78354347 78401604 ENST00000440324 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78381792 78381818 ENST00000440324 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383251 78383442 ENST00000440324 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383645 78383723 ENST00000440324 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383810 78383958 ENST00000440324 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000440324 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000440324 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000440324 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399164 ENST00000440324 9 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78401508 78401604 ENST00000440324 10 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78383813 78409580 ENST00000342754 NA NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78383813 78383958 ENST00000342754 1 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78390873 78390914 ENST00000342754 2 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392099 78392296 ENST00000342754 3 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78392401 78392577 ENST00000342754 4 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78395001 78395189 ENST00000342754 5 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78398967 78399164 ENST00000342754 6 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78401508 78401729 ENST00000342754 7 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78407708 78407893 ENST00000342754 8 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408146 78408503 ENST00000342754 9 NEXN ENSG00000162614 Not Supported Not Supported +CDS 1 78408585 78408598 ENST00000342754 10 NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78392254 78401655 ENST00000464998 NA NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78397347 78408884 ENST00000480732 NA NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78407396 78408438 ENST00000470735 NA NEXN ENSG00000162614 Not Supported Not Supported +transcript 1 78409740 78411580 ENST00000483894 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78412261 ENST00000480673 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78413377 ENST00000474632 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78414018 ENST00000489495 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78414952 ENST00000488814 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78420967 ENST00000492405 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78409740 78421024 ENST00000492724 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78412167 78444771 ENST00000294623 NA FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78444569 78444688 ENST00000294623 1 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78435609 78435699 ENST00000294623 2 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433849 78433887 ENST00000294623 3 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433311 78433350 ENST00000294623 4 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432733 78432782 ENST00000294623 5 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432568 78432639 ENST00000294623 6 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432378 78432435 ENST00000294623 7 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430753 78430915 ENST00000294623 8 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430555 78430653 ENST00000294623 9 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430331 78430432 ENST00000294623 10 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429939 78430041 ENST00000294623 11 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429747 78429847 ENST00000294623 12 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429259 78429400 ENST00000294623 13 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78428455 78428615 ENST00000294623 14 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78426029 78426180 ENST00000294623 15 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78425869 78425948 ENST00000294623 16 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78422257 78422385 ENST00000294623 17 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78420940 78421014 ENST00000294623 18 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414840 78414985 ENST00000294623 19 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78413202 78413237 ENST00000294623 20 FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78414090 78444770 ENST00000370768 NA FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78444569 78444688 ENST00000370768 1 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78435609 78435699 ENST00000370768 2 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433849 78433887 ENST00000370768 3 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433311 78433350 ENST00000370768 4 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432733 78432785 ENST00000370768 5 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432568 78432639 ENST00000370768 6 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432378 78432435 ENST00000370768 7 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430753 78430915 ENST00000370768 8 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430555 78430653 ENST00000370768 9 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430331 78430432 ENST00000370768 10 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429939 78430041 ENST00000370768 11 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429747 78429847 ENST00000370768 12 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429259 78429400 ENST00000370768 13 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78428455 78428615 ENST00000370768 14 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78426029 78426180 ENST00000370768 15 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78425869 78425948 ENST00000370768 16 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78422257 78422385 ENST00000370768 17 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78420940 78421014 ENST00000370768 18 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414840 78414985 ENST00000370768 19 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414454 78414459 ENST00000370768 20 FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78414090 78444776 ENST00000370767 NA FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78444569 78444688 ENST00000370767 1 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78435609 78435699 ENST00000370767 2 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433849 78433887 ENST00000370767 3 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433311 78433350 ENST00000370767 4 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432733 78432785 ENST00000370767 5 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432568 78432639 ENST00000370767 6 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432378 78432435 ENST00000370767 7 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430753 78430915 ENST00000370767 8 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430555 78430653 ENST00000370767 9 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430331 78430432 ENST00000370767 10 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429939 78430041 ENST00000370767 11 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429747 78429847 ENST00000370767 12 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429259 78429400 ENST00000370767 13 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78428455 78428615 ENST00000370767 14 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78426029 78426180 ENST00000370767 15 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78425869 78425948 ENST00000370767 16 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78422257 78422385 ENST00000370767 17 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78420940 78421014 ENST00000370767 18 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414840 78414985 ENST00000370767 19 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414561 78414599 ENST00000370767 20 FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78414368 78444745 ENST00000436586 NA FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78444569 78444688 ENST00000436586 1 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78435609 78435699 ENST00000436586 2 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78434706 78434768 ENST00000436586 3 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433849 78433887 ENST00000436586 4 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433311 78433350 ENST00000436586 5 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432733 78432785 ENST00000436586 6 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432568 78432639 ENST00000436586 7 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432378 78432435 ENST00000436586 8 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430753 78430915 ENST00000436586 9 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430555 78430653 ENST00000436586 10 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430331 78430432 ENST00000436586 11 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429939 78430041 ENST00000436586 12 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429747 78429847 ENST00000436586 13 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78429259 78429400 ENST00000436586 14 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78428455 78428615 ENST00000436586 15 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78426029 78426180 ENST00000436586 16 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78425869 78425948 ENST00000436586 17 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78422257 78422385 ENST00000436586 18 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78420940 78421014 ENST00000436586 19 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414840 78414985 ENST00000436586 20 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78414454 78414459 ENST00000436586 21 FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78414655 78421143 ENST00000487684 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78420940 78426470 ENST00000470287 NA FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78430753 78444794 ENST00000421641 NA FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78444569 78444688 ENST00000421641 1 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78435609 78435699 ENST00000421641 2 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78434706 78434768 ENST00000421641 3 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433849 78433887 ENST00000421641 4 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78433311 78433350 ENST00000421641 5 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432733 78432782 ENST00000421641 6 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432568 78432639 ENST00000421641 7 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78432378 78432435 ENST00000421641 8 FUBP1 ENSG00000162613 Not Supported Not Supported +CDS 1 78430753 78430915 ENST00000421641 9 FUBP1 ENSG00000162613 Not Supported Not Supported +transcript 1 78444859 78481958 ENST00000487931 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78444916 78479198 ENST00000477671 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78444965 78479301 ENST00000484662 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78445868 78479039 ENST00000426517 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +CDS 1 78470795 78471005 ENST00000426517 2 DNAJB4 ENSG00000162616 Not Supported Not Supported +CDS 1 78478735 78479039 ENST00000426517 3 DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78470538 78483648 ENST00000370763 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +CDS 1 78470795 78471005 ENST00000370763 1 DNAJB4 ENSG00000162616 Not Supported Not Supported +CDS 1 78478735 78479303 ENST00000370763 2 DNAJB4 ENSG00000162616 Not Supported Not Supported +CDS 1 78481698 78481928 ENST00000370763 3 DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78470619 78481983 ENST00000476396 NA DNAJB4 ENSG00000162616 Not Supported Not Supported +transcript 1 78445226 78558488 ENST00000476882 NA GIPC2 ENSG00000137960 Not Supported Not Supported +transcript 1 78511586 78604133 ENST00000370759 NA GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78511779 78512018 ENST00000370759 1 GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78546359 78546544 ENST00000370759 2 GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78560636 78560816 ENST00000370759 3 GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78585077 78585183 ENST00000370759 4 GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78591565 78591646 ENST00000370759 5 GIPC2 ENSG00000137960 Not Supported Not Supported +CDS 1 78601276 78601424 ENST00000370759 6 GIPC2 ENSG00000137960 Not Supported Not Supported +transcript 1 78470030 78470238 ENST00000608684 NA RP11-386I14.4 ENSG00000273338 Not Supported Not Supported +transcript 1 78509067 78509832 ENST00000265259 NA RP11-386I14.2 ENSG00000213561 Not Supported Not Supported +transcript 1 78554672 78554767 ENST00000516149 NA RNU6-1102P ENSG00000251958 Not Supported Not Supported +transcript 1 78557183 78557738 ENST00000448345 NA RP11-386I14.3 ENSG00000213560 Not Supported Not Supported +transcript 1 78560491 78560599 ENST00000365393 NA RNA5SP22 ENSG00000202263 Not Supported Not Supported +transcript 1 78636165 78636921 ENST00000443064 NA RNFT1P2 ENSG00000233333 Not Supported Not Supported +transcript 1 78695283 78759574 ENST00000436742 NA RP11-183M13.1 ENSG00000237413 Not Supported Not Supported +transcript 1 78695306 78835149 ENST00000413519 NA RP11-183M13.1 ENSG00000237413 Not Supported Not Supported +transcript 1 78769568 79005434 ENST00000370758 NA PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78958429 78959226 ENST00000370758 3 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 79002091 79002369 ENST00000370758 4 PTGFR ENSG00000122420 Not Supported Not Supported +transcript 1 78956757 79002695 ENST00000497923 NA PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78958429 78959226 ENST00000497923 2 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78963559 78963629 ENST00000497923 3 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78997898 78997919 ENST00000497923 4 PTGFR ENSG00000122420 Not Supported Not Supported +transcript 1 78956757 79005434 ENST00000370757 NA PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78958429 78959226 ENST00000370757 2 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 79002091 79002369 ENST00000370757 3 PTGFR ENSG00000122420 Not Supported Not Supported +transcript 1 78956757 79005434 ENST00000370756 NA PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78958429 78959226 ENST00000370756 2 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 78963559 78963629 ENST00000370756 3 PTGFR ENSG00000122420 Not Supported Not Supported +CDS 1 79002091 79002112 ENST00000370756 4 PTGFR ENSG00000122420 Not Supported Not Supported +transcript 1 78782841 78782947 ENST00000419107 NA RP11-472F19.1 ENSG00000227556 Not Supported Not Supported +transcript 1 78840849 78840953 ENST00000391006 NA RNA5SP23 ENSG00000212308 Not Supported Not Supported +transcript 1 79085607 79093892 ENST00000452835 NA IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79093601 79093892 ENST00000452835 3 IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79086067 79107653 ENST00000476521 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79086088 79111830 ENST00000370751 NA IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79093601 79094078 ENST00000370751 2 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79094636 79094684 ENST00000370751 3 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79095405 79095600 ENST00000370751 4 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79101022 79101174 ENST00000370751 5 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79102717 79102888 ENST00000370751 6 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79106706 79106806 ENST00000370751 7 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79107120 79107294 ENST00000370751 8 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79107460 79107491 ENST00000370751 9 IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79086130 79107863 ENST00000342282 NA IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79101073 79101174 ENST00000342282 4 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79102717 79102888 ENST00000342282 5 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79106706 79106806 ENST00000342282 6 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79107120 79107294 ENST00000342282 7 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79107460 79107491 ENST00000342282 8 IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79086134 79102846 ENST00000459784 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79086154 79107235 ENST00000476876 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79091355 79108484 ENST00000486882 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79093591 79097332 ENST00000462041 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79093670 79095872 ENST00000450498 NA IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79093670 79094078 ENST00000450498 1 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79094636 79094684 ENST00000450498 2 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79095405 79095600 ENST00000450498 3 IFI44L ENSG00000137959 Not Supported Not Supported +CDS 1 79095678 79095722 ENST00000450498 4 IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79095320 79101668 ENST00000474002 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79102377 79107170 ENST00000494910 NA IFI44L ENSG00000137959 Not Supported Not Supported +transcript 1 79115481 79128441 ENST00000470323 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115516 79129763 ENST00000370747 NA IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79115881 79116337 ENST00000370747 2 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79119928 79119964 ENST00000370747 3 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79120699 79120894 ENST00000370747 4 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79121047 79121196 ENST00000370747 5 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79124997 79125168 ENST00000370747 6 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79126239 79126339 ENST00000370747 7 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79128389 79128563 ENST00000370747 8 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79129450 79129493 ENST00000370747 9 IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115517 79125113 ENST00000438486 NA IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79116253 79116337 ENST00000438486 2 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79119928 79119964 ENST00000438486 3 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79120699 79120894 ENST00000438486 4 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79121047 79121196 ENST00000438486 5 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79124997 79125113 ENST00000438486 6 IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115517 79127139 ENST00000545124 NA IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79125006 79125168 ENST00000545124 5 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79126239 79126462 ENST00000545124 6 IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115518 79129763 ENST00000495254 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115527 79121196 ENST00000467790 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79115543 79129763 ENST00000472152 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79125004 79129582 ENST00000485662 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79128301 79129763 ENST00000476911 NA IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79128420 79129763 ENST00000446486 NA IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79128420 79128602 ENST00000446486 1 IFI44 ENSG00000137965 Not Supported Not Supported +CDS 1 79129450 79129496 ENST00000446486 2 IFI44 ENSG00000137965 Not Supported Not Supported +transcript 1 79131957 79132380 ENST00000427236 NA RP4-641G12.3 ENSG00000238015 Not Supported Not Supported +transcript 1 79152745 79152845 ENST00000408756 NA AC104837.1 ENSG00000221683 Not Supported Not Supported +transcript 1 79214758 79216344 ENST00000444644 NA RP4-641G12.4 ENSG00000235400 Not Supported Not Supported +transcript 1 79355449 79383570 ENST00000401034 NA ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79383515 79383570 ENST00000401034 1 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79383319 79383385 ENST00000401034 2 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79358783 79358874 ENST00000401034 3 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79357209 79357377 ENST00000401034 4 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79356843 79356901 ENST00000401034 5 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79355500 79355506 ENST00000401034 6 ELTD1 ENSG00000162618 Not Supported Not Supported +transcript 1 79355449 79472403 ENST00000370742 NA ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79472318 79472339 ENST00000370742 1 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79470755 79470904 ENST00000370742 2 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79411959 79412111 ENST00000370742 3 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79404873 79404943 ENST00000370742 4 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79403785 79403964 ENST00000370742 5 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79403492 79403675 ENST00000370742 6 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79401980 79402096 ENST00000370742 7 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79392571 79392776 ENST00000370742 8 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79387298 79387471 ENST00000370742 9 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79385868 79386071 ENST00000370742 10 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79383515 79383735 ENST00000370742 11 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79383319 79383385 ENST00000370742 12 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79358783 79358874 ENST00000370742 13 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79357209 79357377 ENST00000370742 14 ELTD1 ENSG00000162618 Not Supported Not Supported +CDS 1 79356842 79356901 ENST00000370742 15 ELTD1 ENSG00000162618 Not Supported Not Supported +transcript 1 79520630 79521740 ENST00000439132 NA PSAT1P3 ENSG00000230787 Not Supported Not Supported +transcript 1 79600818 79600911 ENST00000577685 NA AC093430.1 ENSG00000266388 Not Supported Not Supported +transcript 1 79789454 79790548 ENST00000415629 NA RP4-726F1.1 ENSG00000235011 Not Supported Not Supported +transcript 1 79986765 79987888 ENST00000425922 NA ADH5P2 ENSG00000232676 Not Supported Not Supported +transcript 1 80557788 80558922 ENST00000416270 NA RP11-339A11.1 ENSG00000235756 Not Supported Not Supported +transcript 1 80580628 80582603 ENST00000567886 NA RP11-339A11.2 ENSG00000260322 Not Supported Not Supported +transcript 1 80749037 80749655 ENST00000438801 NA HMGB1P18 ENSG00000236407 Not Supported Not Supported +transcript 1 80795064 80795173 ENST00000578271 NA AL606519.1 ENSG00000266033 Not Supported Not Supported +transcript 1 80839049 80840306 ENST00000458146 NA RP11-339D23.1 ENSG00000225598 Not Supported Not Supported +transcript 1 80916768 80917689 ENST00000411674 NA HNRNPA1P64 ENSG00000213559 Not Supported Not Supported +transcript 1 80929986 80930403 ENST00000434465 NA RP11-115A15.4 ENSG00000227062 Not Supported Not Supported +transcript 1 80961588 80961918 ENST00000447525 NA RP11-115A15.2 ENSG00000234108 Not Supported Not Supported +transcript 1 81000663 81050048 ENST00000437080 NA RP11-115A15.1 ENSG00000224326 Not Supported Not Supported +transcript 1 81001440 81112473 ENST00000418041 NA RP5-887A10.1 ENSG00000234184 Not Supported Not Supported +transcript 1 81001440 81112473 ENST00000443104 NA RP5-887A10.1 ENSG00000234184 Not Supported Not Supported +transcript 1 81106969 81112473 ENST00000443565 NA RP5-887A10.1 ENSG00000234184 Not Supported Not Supported +transcript 1 81546475 81546856 ENST00000456663 NA MTND2P30 ENSG00000227937 Not Supported Not Supported +transcript 1 81563952 81564690 ENST00000417407 NA RPL7P10 ENSG00000229752 Not Supported Not Supported +transcript 1 81674253 81674895 ENST00000426688 NA RP3-445O10.1 ENSG00000235089 Not Supported Not Supported +transcript 1 81717474 81717781 ENST00000411094 NA RN7SKP247 ENSG00000223026 Not Supported Not Supported +transcript 1 81771845 82201015 ENST00000473719 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82457052 ENST00000370721 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370721 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370721 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370721 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82407718 82407729 ENST00000370721 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370721 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416071 82416166 ENST00000370721 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370721 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370721 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370721 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370721 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370721 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370721 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370721 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370721 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370721 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370721 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370721 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370721 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370721 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000370721 24 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370721 25 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82457052 ENST00000370727 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370727 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370727 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370727 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370727 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370727 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370727 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370727 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000370727 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370727 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370727 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370727 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370727 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370727 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370727 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370727 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370727 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000370727 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370727 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370727 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370727 24 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370727 25 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82457052 ENST00000370725 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370725 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370725 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370725 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370725 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370725 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370725 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370725 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000370725 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370725 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370725 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370725 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370725 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370725 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370725 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370725 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370725 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000370725 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370725 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370725 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370725 24 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000370725 25 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370725 26 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82457052 ENST00000370723 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370723 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370723 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370723 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370723 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370723 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370723 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370723 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370723 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370723 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370723 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370723 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370723 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370723 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370723 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370723 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000370723 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370723 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370723 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370723 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000370723 24 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370723 25 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82458106 ENST00000370728 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370728 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370728 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370728 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370728 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370728 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370728 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370728 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000370728 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370728 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370728 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370728 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370728 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370728 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370728 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370728 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370728 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370728 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370728 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370728 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000370728 24 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370728 25 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771851 82458106 ENST00000370730 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370730 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370730 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370730 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370730 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370730 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370730 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370730 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000370730 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370730 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370730 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370730 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370730 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370730 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370730 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370730 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370730 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370730 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370730 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370730 23 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370730 24 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771877 81880069 ENST00000492666 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81771884 82458120 ENST00000469377 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82165455 82457110 ENST00000359929 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000359929 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000359929 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000359929 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000359929 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000359929 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000359929 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000359929 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000359929 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000359929 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000359929 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000359929 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000359929 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000359929 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000359929 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000359929 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000359929 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000359929 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000359929 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000359929 21 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82457880 ENST00000370715 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370715 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370715 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370715 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370715 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370715 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370715 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370715 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370715 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370715 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370715 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370715 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370715 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370715 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370715 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370715 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370715 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370715 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370715 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452973 82453025 ENST00000370715 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82455341 82455361 ENST00000370715 21 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82457880 ENST00000370713 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370713 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370713 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370713 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370713 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370713 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370713 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370713 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370713 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370713 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370713 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370713 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370713 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370713 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370713 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370713 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370713 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370713 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456083 ENST00000370713 19 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82457880 ENST00000319517 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000319517 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000319517 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000319517 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000319517 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000319517 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000319517 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000319517 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000319517 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000319517 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000319517 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000319517 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000319517 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000319517 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000319517 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000319517 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000319517 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000319517 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000319517 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000319517 20 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82458106 ENST00000370717 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000370717 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000370717 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000370717 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000370717 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000370717 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000370717 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000370717 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000370717 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000370717 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000370717 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000370717 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000370717 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000370717 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000370717 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000370717 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000370717 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000370717 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000370717 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000370717 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000370717 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000370717 22 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000370717 23 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82458106 ENST00000394879 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000394879 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000394879 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000394879 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000394879 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000394879 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000394879 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000394879 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000394879 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000394879 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000394879 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000394879 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000394879 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000394879 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000394879 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000394879 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000394879 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000394879 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000394879 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000394879 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000394879 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000394879 22 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82458106 ENST00000271029 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000271029 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000271029 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000271029 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000271029 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000271029 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000271029 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000271029 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000271029 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000271029 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000271029 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000271029 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000271029 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000271029 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000271029 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000271029 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000271029 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000271029 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000271029 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000271029 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000271029 21 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000271029 22 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82266082 82458106 ENST00000335786 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82302670 82302742 ENST00000335786 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82372702 82372915 ENST00000335786 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82402412 82402521 ENST00000335786 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000335786 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000335786 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000335786 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000335786 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000335786 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000335786 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000335786 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000335786 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000335786 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000335786 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000335786 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000335786 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000335786 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000335786 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000335786 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000335786 20 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456826 ENST00000335786 21 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82408653 82457052 ENST00000449420 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82408653 82409453 ENST00000449420 1 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82415873 82416166 ENST00000449420 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82416702 82416805 ENST00000449420 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82417641 82417826 ENST00000449420 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82418671 82418709 ENST00000449420 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82421561 82421744 ENST00000449420 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82431742 82431867 ENST00000449420 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82432088 82432293 ENST00000449420 8 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82433710 82433883 ENST00000449420 9 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82434862 82435071 ENST00000449420 10 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82435998 82436218 ENST00000449420 11 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82437536 82437602 ENST00000449420 12 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445553 82445644 ENST00000449420 13 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000449420 14 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446808 82446834 ENST00000449420 15 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000449420 16 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000449420 17 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000449420 18 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000449420 19 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456829 ENST00000449420 20 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82421451 82432119 ENST00000468283 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82445573 82458107 ENST00000402328 NA LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82445573 82445644 ENST00000402328 1 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82446479 82446523 ENST00000402328 2 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82447492 82447660 ENST00000402328 3 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450267 82450395 ENST00000402328 4 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82450943 82451039 ENST00000402328 5 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82452585 82452713 ENST00000402328 6 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82453553 82453570 ENST00000402328 7 LPHN2 ENSG00000117114 Not Supported Not Supported +CDS 1 82456075 82456829 ENST00000402328 8 LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82445606 82456365 ENST00000464775 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82447537 82456524 ENST00000472424 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82450001 82451094 ENST00000498776 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 82454076 82456393 ENST00000464551 NA LPHN2 ENSG00000117114 Not Supported Not Supported +transcript 1 81892141 81893290 ENST00000444546 NA HNRNPA3P14 ENSG00000224494 Not Supported Not Supported +transcript 1 81967479 81969153 ENST00000448213 NA RP5-837I24.1 ENSG00000227288 Not Supported Not Supported +transcript 1 81970784 81971981 ENST00000439024 NA RP5-837I24.6 ENSG00000227960 Not Supported Not Supported +transcript 1 81979565 82023387 ENST00000443939 NA RP5-837I24.2 ENSG00000234953 Not Supported Not Supported +transcript 1 82022806 82023517 ENST00000454831 NA MED28P8 ENSG00000242598 Not Supported Not Supported +transcript 1 82051626 82091398 ENST00000430748 NA RP5-837I24.4 ENSG00000236676 Not Supported Not Supported +transcript 1 82061842 82062191 ENST00000438968 NA RP5-837I24.5 ENSG00000234683 Not Supported Not Supported +transcript 1 82187378 82188753 ENST00000447996 NA ST13P20 ENSG00000215875 Not Supported Not Supported +transcript 1 82680904 82726817 ENST00000420549 NA RP11-147G16.1 ENSG00000233290 Not Supported Not Supported +transcript 1 83368866 83632498 ENST00000452901 NA RP4-601K24.1 ENSG00000230817 Not Supported Not Supported +transcript 1 83373245 83463244 ENST00000419658 NA RP4-601K24.1 ENSG00000230817 Not Supported Not Supported +transcript 1 83439565 83450605 ENST00000452834 NA RP11-170N11.1 ENSG00000236268 Not Supported Not Supported +transcript 1 83439612 83451891 ENST00000421931 NA RP11-170N11.1 ENSG00000236268 Not Supported Not Supported +transcript 1 83911736 83920454 ENST00000446227 NA RP11-413G15.1 ENSG00000231364 Not Supported Not Supported +transcript 1 84041459 84326679 ENST00000417975 NA RP11-475O6.1 ENSG00000233008 Not Supported Not Supported +transcript 1 84267199 84326229 ENST00000457273 NA RP11-475O6.1 ENSG00000233008 Not Supported Not Supported +transcript 1 84297304 84326626 ENST00000417565 NA RP11-475O6.1 ENSG00000233008 Not Supported Not Supported +transcript 1 84297304 84326653 ENST00000413975 NA RP11-475O6.1 ENSG00000233008 Not Supported Not Supported +transcript 1 84297304 84326706 ENST00000419733 NA RP11-475O6.1 ENSG00000233008 Not Supported Not Supported +transcript 1 84255963 84267148 ENST00000439186 NA RP5-836J3.1 ENSG00000237076 Not Supported Not Supported +transcript 1 84259560 84259653 ENST00000411299 NA AL035706.1 ENSG00000223231 Not Supported Not Supported +transcript 1 84330711 84414619 ENST00000472688 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84330711 84418064 ENST00000480174 NA TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84417870 84417894 ENST00000480174 1 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84417528 84417659 ENST00000480174 2 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84415548 84415669 ENST00000480174 3 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84414311 84414378 ENST00000480174 4 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84412807 84412965 ENST00000480174 5 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84408146 84408362 ENST00000480174 6 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84403535 84403699 ENST00000480174 7 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84399291 84399449 ENST00000480174 8 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84394819 84394913 ENST00000480174 9 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386930 84387077 ENST00000480174 10 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386770 84386843 ENST00000480174 11 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84385382 84385517 ENST00000480174 12 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84383287 84383373 ENST00000480174 13 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84376848 84377046 ENST00000480174 14 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84373139 84373344 ENST00000480174 15 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84372192 84372206 ENST00000480174 16 TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84330711 84464775 ENST00000477524 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84330711 84464790 ENST00000488014 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84330711 84464815 ENST00000260505 NA TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84417870 84417894 ENST00000260505 2 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84417528 84417659 ENST00000260505 3 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84415548 84415669 ENST00000260505 4 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84414311 84414378 ENST00000260505 5 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84412807 84412965 ENST00000260505 6 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84408146 84408362 ENST00000260505 7 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84403535 84403699 ENST00000260505 8 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84399291 84399449 ENST00000260505 9 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84394819 84394913 ENST00000260505 10 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386930 84387077 ENST00000260505 11 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386770 84386843 ENST00000260505 12 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84385382 84385517 ENST00000260505 13 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84383287 84383373 ENST00000260505 14 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84376848 84377046 ENST00000260505 15 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84373139 84373344 ENST00000260505 16 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84372012 84372146 ENST00000260505 17 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84369762 84369842 ENST00000260505 18 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84356004 84356164 ENST00000260505 19 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84348646 84348819 ENST00000260505 20 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84335648 84335765 ENST00000260505 21 TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84330711 84464833 ENST00000474957 NA TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84399291 84399392 ENST00000474957 2 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84394819 84394913 ENST00000474957 3 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386930 84387077 ENST00000474957 4 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386770 84386843 ENST00000474957 5 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84385382 84385517 ENST00000474957 6 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84383287 84383373 ENST00000474957 7 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84376848 84377046 ENST00000474957 8 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84373139 84373344 ENST00000474957 9 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84372012 84372146 ENST00000474957 10 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84369762 84369842 ENST00000474957 11 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84356004 84356164 ENST00000474957 12 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84352961 84352967 ENST00000474957 13 TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84335381 84348531 ENST00000480533 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84335449 84356025 ENST00000472937 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84348696 84413309 ENST00000485638 NA TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84412807 84412964 ENST00000485638 1 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84408146 84408362 ENST00000485638 2 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84403535 84403699 ENST00000485638 3 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84399291 84399449 ENST00000485638 4 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84394819 84394913 ENST00000485638 5 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386930 84387077 ENST00000485638 6 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84386770 84386843 ENST00000485638 7 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84385382 84385517 ENST00000485638 8 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84383287 84383373 ENST00000485638 9 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84376848 84377046 ENST00000485638 10 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84373139 84373344 ENST00000485638 11 TTLL7 ENSG00000137941 Not Supported Not Supported +CDS 1 84372192 84372206 ENST00000485638 12 TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84367692 84373218 ENST00000464289 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84376919 84378663 ENST00000474702 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84383369 84464708 ENST00000482783 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84414996 84417610 ENST00000467670 NA TTLL7 ENSG00000137941 Not Supported Not Supported +transcript 1 84444801 84449983 ENST00000455929 NA TTLL7-IT1 ENSG00000233061 Not Supported Not Supported +transcript 1 84481548 84484054 ENST00000421341 NA RP4-552O12.1 ENSG00000229486 Not Supported Not Supported +transcript 1 84542014 84543614 ENST00000605506 NA RP11-486G15.2 ENSG00000271576 Not Supported Not Supported +transcript 1 84543745 84704181 ENST00000370689 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84544009 84544054 ENST00000370689 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370689 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370689 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370689 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370689 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370689 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370689 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370689 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84679836 84680000 ENST00000370689 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84700863 84700985 ENST00000370689 10 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84543827 84671122 ENST00000370688 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84544009 84544054 ENST00000370688 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370688 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370688 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370688 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370688 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370688 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370688 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370688 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84670165 84670170 ENST00000370688 9 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84609954 84704181 ENST00000370685 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84610045 84610231 ENST00000370685 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370685 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370685 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370685 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370685 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370685 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370685 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370685 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84679836 84680000 ENST00000370685 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84700863 84700985 ENST00000370685 10 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84610005 84662379 ENST00000470673 NA PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84629985 84662385 ENST00000446538 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000446538 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000446538 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000446538 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84641482 84641490 ENST00000446538 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000446538 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000446538 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000446538 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000446538 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662385 ENST00000446538 9 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630000 84670208 ENST00000370684 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000370684 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370684 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370684 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370684 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370684 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370684 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370684 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370684 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84670165 84670170 ENST00000370684 9 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630006 84662425 ENST00000436133 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000436133 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000436133 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000436133 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000436133 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000436133 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000436133 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000436133 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000436133 8 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630065 84704172 ENST00000394838 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000394838 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000394838 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000394838 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84641482 84641490 ENST00000394838 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000394838 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000394838 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000394838 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000394838 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000394838 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000394838 10 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000394838 11 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84679836 84680000 ENST00000394838 12 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84700863 84700985 ENST00000394838 13 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630065 84704172 ENST00000370682 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000370682 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000370682 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000370682 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370682 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370682 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370682 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370682 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370682 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370682 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370682 10 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84679836 84680000 ENST00000370682 11 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84700863 84700985 ENST00000370682 12 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630077 84668378 ENST00000432111 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630096 84630105 ENST00000432111 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000432111 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000432111 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000432111 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000432111 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000432111 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000432111 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000432111 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668378 ENST00000432111 9 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630364 84663474 ENST00000450730 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630690 84630696 ENST00000450730 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000450730 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000450730 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000450730 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000450730 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000450730 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000450730 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000450730 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663474 ENST00000450730 9 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630378 84670980 ENST00000370680 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630690 84630696 ENST00000370680 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000370680 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000370680 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84641482 84641490 ENST00000370680 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000370680 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000370680 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000370680 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000370680 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000370680 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000370680 10 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000370680 11 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84670162 84670170 ENST00000370680 12 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630587 84663507 ENST00000413538 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630690 84630696 ENST00000413538 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000413538 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000413538 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000413538 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000413538 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000413538 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000413538 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000413538 8 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630595 84663495 ENST00000417530 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630690 84630696 ENST00000417530 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000417530 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000417530 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84649720 84649818 ENST00000417530 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000417530 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000417530 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663495 ENST00000417530 7 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84630649 84704181 ENST00000394839 NA PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84630690 84630696 ENST00000394839 1 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84639012 84639035 ENST00000394839 2 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84640716 84640739 ENST00000394839 3 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84644860 84644921 ENST00000394839 4 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84647883 84648011 ENST00000394839 5 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84650783 84650865 ENST00000394839 6 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84662299 84662425 ENST00000394839 7 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84663412 84663507 ENST00000394839 8 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84668366 84668488 ENST00000394839 9 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84679836 84680000 ENST00000394839 10 PRKACB ENSG00000142875 Not Supported Not Supported +CDS 1 84700863 84700985 ENST00000394839 11 PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84644518 84649729 ENST00000467507 NA PRKACB ENSG00000142875 Not Supported Not Supported +transcript 1 84551424 84551916 ENST00000448052 NA RP11-486G15.1 ENSG00000213540 Not Supported Not Supported +transcript 1 84710017 84710260 ENST00000441775 NA RP11-82H13.2 ENSG00000226970 Not Supported Not Supported +transcript 1 84743004 84743140 ENST00000363089 NA SNORA2 ENSG00000199959 Not Supported Not Supported +transcript 1 84764049 84816479 ENST00000370673 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84764241 84764250 ENST00000370673 1 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768886 84768970 ENST00000370673 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000370673 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370673 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84765241 84815753 ENST00000370671 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84765300 84765327 ENST00000370671 1 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768886 84768970 ENST00000370671 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000370671 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370671 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84767289 84815705 ENST00000394834 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768918 84768970 ENST00000394834 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000394834 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000394834 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84767339 84769961 ENST00000463429 NA SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84767403 84815677 ENST00000370669 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768918 84768970 ENST00000370669 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000370669 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370669 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84767406 84769571 ENST00000479082 NA SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84768334 84816479 ENST00000370668 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768918 84768970 ENST00000370668 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000370668 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370668 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84768716 84815613 ENST00000370670 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84768918 84768970 ENST00000370670 2 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791320 84791431 ENST00000370670 3 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370670 4 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84791363 84855640 ENST00000454967 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84791363 84791431 ENST00000454967 1 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84853963 84854046 ENST00000454967 2 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84810519 84816480 ENST00000370667 NA SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84810519 84810653 ENST00000370667 1 SAMD13 ENSG00000203943 Not Supported Not Supported +CDS 1 84815314 84815454 ENST00000370667 2 SAMD13 ENSG00000203943 Not Supported Not Supported +transcript 1 84810361 84815344 ENST00000510918 NA RP11-376N17.4 ENSG00000249237 Not Supported Not Supported +transcript 1 84810361 84815622 ENST00000505585 NA RP11-376N17.4 ENSG00000249237 Not Supported Not Supported +transcript 1 84810361 84815622 ENST00000506295 NA RP11-376N17.4 ENSG00000249237 Not Supported Not Supported +transcript 1 84831111 84863514 ENST00000471089 NA UOX ENSG00000240520 Not Supported Not Supported +transcript 1 84833344 84850435 ENST00000483236 NA UOX ENSG00000240520 Not Supported Not Supported +transcript 1 84864215 84880701 ENST00000370665 NA DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84864248 84864372 ENST00000370665 1 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84867584 84867761 ENST00000370665 2 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84874120 84874201 ENST00000370665 3 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84876521 84876682 ENST00000370665 4 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84878032 84878229 ENST00000370665 5 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84880211 84880548 ENST00000370665 6 DNASE2B ENSG00000137976 Not Supported Not Supported +transcript 1 84873913 84880691 ENST00000370662 NA DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84878109 84878229 ENST00000370662 3 DNASE2B ENSG00000137976 Not Supported Not Supported +CDS 1 84880211 84880548 ENST00000370662 4 DNASE2B ENSG00000137976 Not Supported Not Supported +transcript 1 84944942 84949013 ENST00000370656 NA RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84944965 84945192 ENST00000370656 1 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84946639 84946695 ENST00000370656 2 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84948598 84948699 ENST00000370656 3 RPF1 ENSG00000117133 Not Supported Not Supported +transcript 1 84944950 84963473 ENST00000370654 NA RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84944965 84945192 ENST00000370654 1 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84946639 84946695 ENST00000370654 2 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84948598 84948678 ENST00000370654 3 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84955316 84955411 ENST00000370654 4 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84956002 84956155 ENST00000370654 5 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84961056 84961138 ENST00000370654 6 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84961565 84961746 ENST00000370654 7 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84961927 84962053 ENST00000370654 8 RPF1 ENSG00000117133 Not Supported Not Supported +CDS 1 84963112 84963150 ENST00000370654 9 RPF1 ENSG00000117133 Not Supported Not Supported +transcript 1 84964008 84969516 ENST00000487806 NA GNG5 ENSG00000174021 Not Supported Not Supported +transcript 1 84964008 84972248 ENST00000370645 NA GNG5 ENSG00000174021 Not Supported Not Supported +CDS 1 84971694 84971774 ENST00000370645 2 GNG5 ENSG00000174021 Not Supported Not Supported +CDS 1 84967531 84967653 ENST00000370645 3 GNG5 ENSG00000174021 Not Supported Not Supported +transcript 1 84964012 84972248 ENST00000370641 NA GNG5 ENSG00000174021 Not Supported Not Supported +CDS 1 84971694 84971774 ENST00000370641 1 GNG5 ENSG00000174021 Not Supported Not Supported +CDS 1 84967531 84967653 ENST00000370641 2 GNG5 ENSG00000174021 Not Supported Not Supported +transcript 1 84971974 84992571 ENST00000370638 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84971974 85031875 ENST00000263717 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84971983 84973003 ENST00000484939 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84972013 85016213 ENST00000490879 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84972065 84972684 ENST00000468437 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84972080 85014531 ENST00000431031 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84982043 85018808 ENST00000554297 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84985798 84991759 ENST00000485121 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 84988101 84993336 ENST00000473108 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 85009885 85031877 ENST00000460286 NA SPATA1 ENSG00000122432 Not Supported Not Supported +transcript 1 85015289 85040147 ENST00000370630 NA CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85039922 85040098 ENST00000370630 1 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85036265 85036403 ENST00000370630 2 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85035614 85035822 ENST00000370630 3 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85031524 85031695 ENST00000370630 4 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85029418 85029515 ENST00000370630 5 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85028940 85029101 ENST00000370630 6 CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85020685 85020882 ENST00000370630 7 CTBS ENSG00000117151 Not Supported Not Supported +transcript 1 85018804 85040163 ENST00000477677 NA CTBS ENSG00000117151 Not Supported Not Supported +transcript 1 85020221 85040113 ENST00000465118 NA CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85039868 85040098 ENST00000465118 1 CTBS ENSG00000117151 Not Supported Not Supported +transcript 1 85020536 85040104 ENST00000370625 NA CTBS ENSG00000117151 Not Supported Not Supported +CDS 1 85039868 85040098 ENST00000370625 1 CTBS ENSG00000117151 Not Supported Not Supported +transcript 1 85093913 85100703 ENST00000370624 NA C1orf180 ENSG00000180869 Not Supported Not Supported +CDS 1 85097293 85097390 ENST00000370624 2 C1orf180 ENSG00000180869 Not Supported Not Supported +CDS 1 85096300 85096570 ENST00000370624 3 C1orf180 ENSG00000180869 Not Supported Not Supported +transcript 1 85093913 85097431 ENST00000327308 NA C1orf180 ENSG00000180869 Not Supported Not Supported +CDS 1 85097293 85097390 ENST00000327308 1 C1orf180 ENSG00000180869 Not Supported Not Supported +CDS 1 85096300 85096570 ENST00000327308 2 C1orf180 ENSG00000180869 Not Supported Not Supported +transcript 1 85101841 85102789 ENST00000418010 NA RP11-484D4.3 ENSG00000232622 Not Supported Not Supported +transcript 1 85109390 85156228 ENST00000342203 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136860 85136902 ENST00000342203 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136498 ENST00000342203 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000342203 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000342203 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000342203 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000342203 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000342203 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000342203 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000342203 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000342203 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117680 ENST00000342203 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116045 85116210 ENST00000342203 13 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85113119 85113290 ENST00000342203 14 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85109390 85156151 ENST00000437941 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136460 ENST00000437941 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000437941 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000437941 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000437941 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000437941 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000437941 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000437941 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000437941 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000437941 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117680 ENST00000437941 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116045 85116210 ENST00000437941 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85113119 85113290 ENST00000437941 13 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85113022 85155987 ENST00000481102 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136860 85136902 ENST00000481102 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136498 ENST00000481102 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000481102 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000481102 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000481102 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000481102 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000481102 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000481102 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000481102 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000481102 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117680 ENST00000481102 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116045 85116210 ENST00000481102 13 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85115622 85115631 ENST00000481102 14 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85113024 85156440 ENST00000476905 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136872 85136902 ENST00000476905 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136498 ENST00000476905 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000476905 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000476905 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000476905 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000476905 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000476905 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000476905 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000476905 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000476905 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121148 85121271 ENST00000476905 13 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117670 85117680 ENST00000476905 14 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85113059 85156127 ENST00000605755 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136460 ENST00000605755 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000605755 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000605755 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000605755 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000605755 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000605755 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000605755 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000605755 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000605755 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117680 ENST00000605755 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116045 85116210 ENST00000605755 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85113119 85113290 ENST00000605755 13 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85115313 85155972 ENST00000603677 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117626 ENST00000603677 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116011 85116210 ENST00000603677 3 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85115619 85156240 ENST00000370612 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136860 85136902 ENST00000370612 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136498 ENST00000370612 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000370612 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131805 85131915 ENST00000370612 5 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85130100 85130235 ENST00000370612 6 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85128138 85128213 ENST00000370612 7 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85127881 85128058 ENST00000370612 8 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85124001 85124151 ENST00000370612 9 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85122031 85122167 ENST00000370612 10 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85121515 85121688 ENST00000370612 11 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85117566 85117680 ENST00000370612 12 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85116045 85116210 ENST00000370612 13 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85115622 85115631 ENST00000370612 14 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85116054 85118124 ENST00000490476 NA SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85121001 85121696 ENST00000459708 NA SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85123890 85136998 ENST00000460500 NA SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85131802 85156486 ENST00000422026 NA SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136860 85136902 ENST00000422026 2 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85136329 85136498 ENST00000422026 3 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85135364 85135576 ENST00000422026 4 SSX2IP ENSG00000117155 Not Supported Not Supported +CDS 1 85131802 85131915 ENST00000422026 5 SSX2IP ENSG00000117155 Not Supported Not Supported +transcript 1 85258751 85258882 ENST00000516090 NA AC104169.1 ENSG00000251899 Not Supported Not Supported +transcript 1 85277285 85331842 ENST00000440886 NA LPAR3 ENSG00000171517 Not Supported Not Supported +CDS 1 85331068 85331803 ENST00000440886 1 LPAR3 ENSG00000171517 Not Supported Not Supported +CDS 1 85279532 85279854 ENST00000440886 2 LPAR3 ENSG00000171517 Not Supported Not Supported +transcript 1 85279087 85358896 ENST00000370611 NA LPAR3 ENSG00000171517 Not Supported Not Supported +CDS 1 85331068 85331803 ENST00000370611 2 LPAR3 ENSG00000171517 Not Supported Not Supported +CDS 1 85279532 85279854 ENST00000370611 3 LPAR3 ENSG00000171517 Not Supported Not Supported +transcript 1 85279599 85331827 ENST00000491034 NA LPAR3 ENSG00000171517 Not Supported Not Supported +transcript 1 85391268 85462623 ENST00000370608 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85462479 85462555 ENST00000370608 1 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85431232 85431391 ENST00000370608 2 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85424212 85424385 ENST00000370608 3 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85422114 85422267 ENST00000370608 4 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85418129 85418213 ENST00000370608 5 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85417926 85418022 ENST00000370608 6 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85412716 85412815 ENST00000370608 7 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85406562 85406674 ENST00000370608 8 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85405236 85405385 ENST00000370608 9 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85403664 85403765 ENST00000370608 10 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85403438 85403560 ENST00000370608 11 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85397045 85397251 ENST00000370608 12 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85395241 85395362 ENST00000370608 13 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85392371 85392404 ENST00000370608 14 MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85391591 85462796 ENST00000463065 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85462479 85462555 ENST00000463065 1 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85431232 85431391 ENST00000463065 2 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85424212 85424385 ENST00000463065 3 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85422114 85422267 ENST00000463065 4 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85418129 85418213 ENST00000463065 5 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85417926 85418022 ENST00000463065 6 MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85392109 85395527 ENST00000530971 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85392368 85462795 ENST00000284027 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85431232 85431384 ENST00000284027 2 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85424212 85424385 ENST00000284027 3 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85422114 85422267 ENST00000284027 4 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85418129 85418213 ENST00000284027 5 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85417926 85418022 ENST00000284027 6 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85412716 85412815 ENST00000284027 7 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85406562 85406674 ENST00000284027 8 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85405236 85405385 ENST00000284027 9 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85403664 85403765 ENST00000284027 10 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85403438 85403560 ENST00000284027 11 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85397045 85397251 ENST00000284027 12 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85395241 85395362 ENST00000284027 13 MCOLN2 ENSG00000153898 Not Supported Not Supported +CDS 1 85392371 85392404 ENST00000284027 14 MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85403143 85462796 ENST00000531325 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85431232 85462796 ENST00000531874 NA MCOLN2 ENSG00000153898 Not Supported Not Supported +transcript 1 85464830 85598821 ENST00000370596 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85537625 85537688 ENST00000370596 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85538737 85538775 ENST00000370596 3 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85546917 85547098 ENST00000370596 4 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85547983 85548087 ENST00000370596 5 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85550229 85550378 ENST00000370596 6 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85551514 85551713 ENST00000370596 7 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85559141 85559331 ENST00000370596 8 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85560114 85560238 ENST00000370596 9 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85561614 85561703 ENST00000370596 10 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85563252 85563338 ENST00000370596 11 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85564213 85564341 ENST00000370596 12 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85570207 85570280 ENST00000370596 13 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85573716 85573860 ENST00000370596 14 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85575731 85575818 ENST00000370596 15 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85583412 85583542 ENST00000370596 16 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85587434 85587497 ENST00000370596 17 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85589804 85589934 ENST00000370596 18 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85592194 85592398 ENST00000370596 19 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85594391 85594482 ENST00000370596 20 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85595673 85595795 ENST00000370596 21 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85598538 85598678 ENST00000370596 22 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85527995 85598821 ENST00000326813 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85537625 85537688 ENST00000326813 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85538737 85538775 ENST00000326813 3 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85546917 85547098 ENST00000326813 4 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85547983 85548087 ENST00000326813 5 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85550229 85550378 ENST00000326813 6 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85551514 85551713 ENST00000326813 7 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85559141 85559331 ENST00000326813 8 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85560114 85560238 ENST00000326813 9 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85561614 85561703 ENST00000326813 10 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85563252 85563338 ENST00000326813 11 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85564213 85564341 ENST00000326813 12 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85570207 85570280 ENST00000326813 13 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85573716 85573860 ENST00000326813 14 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85575731 85575818 ENST00000326813 15 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85583412 85583542 ENST00000326813 16 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85587434 85587497 ENST00000326813 17 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85589804 85589934 ENST00000326813 18 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85592194 85592398 ENST00000326813 19 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85594391 85594482 ENST00000326813 20 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85595673 85595795 ENST00000326813 21 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85598538 85598678 ENST00000326813 22 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85528004 85598820 ENST00000294664 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85537625 85537688 ENST00000294664 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85538737 85538775 ENST00000294664 3 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85546917 85547098 ENST00000294664 4 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85547983 85548087 ENST00000294664 5 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85550229 85550378 ENST00000294664 6 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85551514 85551713 ENST00000294664 7 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85555799 85555915 ENST00000294664 8 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85559141 85559331 ENST00000294664 9 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85560114 85560238 ENST00000294664 10 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85561614 85561703 ENST00000294664 11 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85563252 85563338 ENST00000294664 12 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85564213 85564341 ENST00000294664 13 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85570207 85570280 ENST00000294664 14 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85573716 85573860 ENST00000294664 15 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85575731 85575818 ENST00000294664 16 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85583412 85583542 ENST00000294664 17 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85587434 85587497 ENST00000294664 18 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85589804 85589934 ENST00000294664 19 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85592194 85592398 ENST00000294664 20 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85594391 85594482 ENST00000294664 21 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85595673 85595795 ENST00000294664 22 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85598538 85598678 ENST00000294664 23 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85528010 85550251 ENST00000528899 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85537625 85537688 ENST00000528899 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85546917 85547098 ENST00000528899 3 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85547983 85548087 ENST00000528899 4 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85550229 85550251 ENST00000528899 5 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85528069 85598710 ENST00000464801 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85537625 85537688 ENST00000464801 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85538737 85538775 ENST00000464801 3 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85546917 85547098 ENST00000464801 4 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85547983 85548087 ENST00000464801 5 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85550229 85550378 ENST00000464801 6 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85551514 85551713 ENST00000464801 7 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85555799 85555915 ENST00000464801 8 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85559141 85559331 ENST00000464801 9 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85559457 85559512 ENST00000464801 10 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85592236 85595864 ENST00000484007 NA WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85592236 85592398 ENST00000484007 1 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85594391 85594482 ENST00000484007 2 WDR63 ENSG00000162643 Not Supported Not Supported +CDS 1 85595673 85595804 ENST00000484007 3 WDR63 ENSG00000162643 Not Supported Not Supported +transcript 1 85483765 85514129 ENST00000370589 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85510816 85511043 ENST00000370589 2 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85506693 85506860 ENST00000370589 3 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85499781 85499934 ENST00000370589 4 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498555 85498639 ENST00000370589 5 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498379 85498475 ENST00000370589 6 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85494789 85494888 ENST00000370589 7 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85491855 85491967 ENST00000370589 8 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85491622 85491771 ENST00000370589 9 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85487982 85488083 ENST00000370589 10 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85487753 85487875 ENST00000370589 11 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85486753 85486959 ENST00000370589 12 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85484809 85484940 ENST00000370589 13 MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85483766 85489203 ENST00000474447 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85484591 85514129 ENST00000341115 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85510816 85511043 ENST00000341115 2 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85499781 85499934 ENST00000341115 3 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498555 85498639 ENST00000341115 4 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498379 85498475 ENST00000341115 5 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85494789 85494888 ENST00000341115 6 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85491855 85491967 ENST00000341115 7 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85491622 85491771 ENST00000341115 8 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85487982 85488083 ENST00000341115 9 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85487753 85487875 ENST00000341115 10 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85486753 85486959 ENST00000341115 11 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85484809 85484940 ENST00000341115 12 MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85490224 85514153 ENST00000370587 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85510816 85511043 ENST00000370587 3 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85506693 85506860 ENST00000370587 4 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85499781 85499934 ENST00000370587 5 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498555 85498639 ENST00000370587 6 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85498379 85498475 ENST00000370587 7 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85494789 85494888 ENST00000370587 8 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85491837 85491967 ENST00000370587 9 MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85490240 85514182 ENST00000490600 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85510816 85511043 ENST00000490600 3 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85506693 85506860 ENST00000490600 4 MCOLN3 ENSG00000055732 Not Supported Not Supported +CDS 1 85502525 85502551 ENST00000490600 5 MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85490507 85495642 ENST00000475312 NA MCOLN3 ENSG00000055732 Not Supported Not Supported +transcript 1 85599477 85599556 ENST00000580922 NA MIR4423 ENSG00000266110 Not Supported Not Supported +transcript 1 85622556 85666729 ENST00000341460 NA SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85665935 85666679 ENST00000341460 1 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85655740 85656435 ENST00000341460 2 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85647781 85648883 ENST00000341460 3 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85643829 85643955 ENST00000341460 4 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85634727 85634908 ENST00000341460 5 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85630209 85630440 ENST00000341460 6 SYDE2 ENSG00000097096 Not Supported Not Supported +CDS 1 85624436 85624932 ENST00000341460 7 SYDE2 ENSG00000097096 Not Supported Not Supported +transcript 1 85646842 85666196 ENST00000234668 NA SYDE2 ENSG00000097096 Not Supported Not Supported +transcript 1 85715639 85725355 ENST00000294661 NA C1orf52 ENSG00000162642 Not Supported Not Supported +transcript 1 85717651 85725325 ENST00000471115 NA C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85725041 85725316 ENST00000471115 1 C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85724207 85724405 ENST00000471115 2 C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85718315 85718385 ENST00000471115 3 C1orf52 ENSG00000162642 Not Supported Not Supported +transcript 1 85723126 85725316 ENST00000493514 NA C1orf52 ENSG00000162642 Not Supported Not Supported +transcript 1 85723126 85725316 ENST00000344356 NA C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85725041 85725316 ENST00000344356 1 C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85724207 85724405 ENST00000344356 2 C1orf52 ENSG00000162642 Not Supported Not Supported +CDS 1 85723129 85723154 ENST00000344356 3 C1orf52 ENSG00000162642 Not Supported Not Supported +transcript 1 85729979 85730085 ENST00000411322 NA Y_RNA ENSG00000223254 Not Supported Not Supported +transcript 1 85731931 85742773 ENST00000370580 NA BCL10 ENSG00000142867 Not Supported Not Supported +CDS 1 85741979 85742035 ENST00000370580 1 BCL10 ENSG00000142867 Not Supported Not Supported +CDS 1 85736301 85736589 ENST00000370580 2 BCL10 ENSG00000142867 Not Supported Not Supported +CDS 1 85733313 85733665 ENST00000370580 3 BCL10 ENSG00000142867 Not Supported Not Supported +transcript 1 85742398 85865646 ENST00000427819 NA RP11-131L23.1 ENSG00000223653 Not Supported Not Supported +transcript 1 85743355 85913807 ENST00000426125 NA RP11-131L23.1 ENSG00000223653 Not Supported Not Supported +transcript 1 85750293 85750356 ENST00000584375 NA AL590113.1 ENSG00000264380 Not Supported Not Supported +transcript 1 85784164 86043933 ENST00000535924 NA DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85824431 85824524 ENST00000535924 3 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85817189 85817262 ENST00000535924 4 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85816098 85816217 ENST00000535924 5 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85790423 85790566 ENST00000535924 6 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85787138 85787251 ENST00000535924 7 DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85784168 85930823 ENST00000284031 NA DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85930426 85930728 ENST00000284031 1 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85824431 85824530 ENST00000284031 2 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85817189 85817262 ENST00000284031 3 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85816098 85816217 ENST00000284031 4 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85790423 85790566 ENST00000284031 5 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85787138 85787251 ENST00000284031 6 DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85784168 86043933 ENST00000483110 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85784169 85930827 ENST00000539042 NA DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85930426 85930728 ENST00000539042 1 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85824431 85824530 ENST00000539042 2 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85817189 85817262 ENST00000539042 3 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85816098 85816217 ENST00000539042 4 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85790423 85790566 ENST00000539042 5 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85787138 85787251 ENST00000539042 6 DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85786736 85930267 ENST00000426972 NA DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85930179 85930202 ENST00000426972 1 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85824431 85824530 ENST00000426972 2 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85817189 85817262 ENST00000426972 3 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85816098 85816217 ENST00000426972 4 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85790423 85790566 ENST00000426972 5 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85787138 85787251 ENST00000426972 6 DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85786741 85870180 ENST00000542148 NA DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85870064 85870066 ENST00000542148 1 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85824431 85824530 ENST00000542148 2 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85817189 85817262 ENST00000542148 3 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85816098 85816217 ENST00000542148 4 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85790423 85790566 ENST00000542148 5 DDAH1 ENSG00000153904 Not Supported Not Supported +CDS 1 85787138 85787251 ENST00000542148 6 DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85947964 85961964 ENST00000488557 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85953982 86043933 ENST00000498304 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85960892 86043833 ENST00000467530 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85961114 85987493 ENST00000472448 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85961422 86042541 ENST00000467666 NA DDAH1 ENSG00000153904 Not Supported Not Supported +transcript 1 85900858 85900967 ENST00000362589 NA Y_RNA ENSG00000199459 Not Supported Not Supported +transcript 1 85932978 85933343 ENST00000610230 NA RP11-131L23.2 ENSG00000273264 Not Supported Not Supported +transcript 1 86044183 86044425 ENST00000609367 NA RP11-290M5.4 ENSG00000272691 Not Supported Not Supported +transcript 1 86046444 86049645 ENST00000451137 NA CYR61 ENSG00000142871 Not Supported Not Supported +CDS 1 86046668 86046730 ENST00000451137 1 CYR61 ENSG00000142871 Not Supported Not Supported +CDS 1 86047048 86047261 ENST00000451137 2 CYR61 ENSG00000142871 Not Supported Not Supported +CDS 1 86047611 86047967 ENST00000451137 3 CYR61 ENSG00000142871 Not Supported Not Supported +CDS 1 86048099 86048307 ENST00000451137 4 CYR61 ENSG00000142871 Not Supported Not Supported +CDS 1 86048423 86048722 ENST00000451137 5 CYR61 ENSG00000142871 Not Supported Not Supported +transcript 1 86046883 86047782 ENST00000480413 NA CYR61 ENSG00000142871 Not Supported Not Supported +transcript 1 86057963 86058039 ENST00000363064 NA SNORD81 ENSG00000199934 Not Supported Not Supported +transcript 1 86064814 86066417 ENST00000426794 NA RP11-290M5.2 ENSG00000230285 Not Supported Not Supported +transcript 1 86115106 86174116 ENST00000431532 NA ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86173737 86173967 ENST00000431532 1 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86173312 86173619 ENST00000431532 2 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86172125 86172190 ENST00000431532 3 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86171932 86172038 ENST00000431532 4 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86171761 86171846 ENST00000431532 5 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86167840 86167943 ENST00000431532 6 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86146519 86146587 ENST00000431532 7 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86144384 86144464 ENST00000431532 8 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86142919 86142996 ENST00000431532 9 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86123530 86123654 ENST00000431532 10 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86119744 86119781 ENST00000431532 11 ZNHIT6 ENSG00000117174 Not Supported Not Supported +transcript 1 86118491 86174101 ENST00000370574 NA ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86173312 86173967 ENST00000370574 1 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86172125 86172190 ENST00000370574 2 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86171932 86172038 ENST00000370574 3 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86171761 86171846 ENST00000370574 4 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86167840 86167943 ENST00000370574 5 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86146519 86146587 ENST00000370574 6 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86144384 86144464 ENST00000370574 7 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86142919 86142996 ENST00000370574 8 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86123530 86123654 ENST00000370574 9 ZNHIT6 ENSG00000117174 Not Supported Not Supported +CDS 1 86119744 86119781 ENST00000370574 10 ZNHIT6 ENSG00000117174 Not Supported Not Supported +transcript 1 86194916 86622446 ENST00000370571 NA COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86622024 86622079 ENST00000370571 1 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86611802 86611866 ENST00000370571 2 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86590528 86591897 ENST00000370571 3 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86581008 86581061 ENST00000370571 4 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86578250 86578303 ENST00000370571 5 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86557950 86558003 ENST00000370571 6 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86554857 86554910 ENST00000370571 7 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86529398 86529442 ENST00000370571 8 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86524804 86524857 ENST00000370571 9 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86523614 86523658 ENST00000370571 10 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86515807 86515860 ENST00000370571 11 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86512508 86512552 ENST00000370571 12 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86499553 86499606 ENST00000370571 13 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86497561 86497605 ENST00000370571 14 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488637 86488690 ENST00000370571 15 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488516 86488560 ENST00000370571 16 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488221 86488274 ENST00000370571 17 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86487923 86487976 ENST00000370571 18 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86482834 86482887 ENST00000370571 19 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86453284 86453337 ENST00000370571 20 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86437023 86437076 ENST00000370571 21 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86435910 86435954 ENST00000370571 22 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86430692 86430745 ENST00000370571 23 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86426932 86426976 ENST00000370571 24 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86377063 86377116 ENST00000370571 25 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86375633 86375686 ENST00000370571 26 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86374281 86374334 ENST00000370571 27 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86372877 86372930 ENST00000370571 28 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86362039 86362092 ENST00000370571 29 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86361704 86361748 ENST00000370571 30 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86361541 86361585 ENST00000370571 31 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86355243 86355296 ENST00000370571 32 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86342805 86342858 ENST00000370571 33 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86340960 86341013 ENST00000370571 34 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86340332 86340385 ENST00000370571 35 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86334465 86334518 ENST00000370571 36 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86334202 86334309 ENST00000370571 37 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86315036 86315089 ENST00000370571 38 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86313348 86313455 ENST00000370571 39 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86308023 86308076 ENST00000370571 40 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86307751 86307804 ENST00000370571 41 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86306905 86306961 ENST00000370571 42 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86304268 86304321 ENST00000370571 43 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86289368 86289421 ENST00000370571 44 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86289219 86289272 ENST00000370571 45 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86283717 86283770 ENST00000370571 46 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86282471 86282578 ENST00000370571 47 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86252037 86252144 ENST00000370571 48 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249942 86250049 ENST00000370571 49 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249796 86249849 ENST00000370571 50 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249179 86249241 ENST00000370571 51 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86246903 86246956 ENST00000370571 52 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86241357 86241392 ENST00000370571 53 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86227214 86227249 ENST00000370571 54 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86227079 86227105 ENST00000370571 55 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86211124 86211189 ENST00000370571 56 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86210349 86210517 ENST00000370571 57 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86203079 86203188 ENST00000370571 58 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86200432 86200647 ENST00000370571 59 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86196232 86196375 ENST00000370571 60 COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86194916 86622121 ENST00000436319 NA COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86622024 86622079 ENST00000436319 1 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86611802 86611866 ENST00000436319 2 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86590528 86591897 ENST00000436319 3 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86581008 86581061 ENST00000436319 4 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86578250 86578303 ENST00000436319 5 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86557950 86558003 ENST00000436319 6 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86554857 86554910 ENST00000436319 7 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86529398 86529442 ENST00000436319 8 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86524804 86524857 ENST00000436319 9 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86523614 86523658 ENST00000436319 10 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86515807 86515860 ENST00000436319 11 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86512508 86512552 ENST00000436319 12 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86499553 86499606 ENST00000436319 13 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86497561 86497605 ENST00000436319 14 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488637 86488690 ENST00000436319 15 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488516 86488560 ENST00000436319 16 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488221 86488274 ENST00000436319 17 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86487923 86487976 ENST00000436319 18 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86482834 86482887 ENST00000436319 19 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86453284 86453337 ENST00000436319 20 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86437023 86437076 ENST00000436319 21 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86435910 86435954 ENST00000436319 22 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86430692 86430745 ENST00000436319 23 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86426932 86426976 ENST00000436319 24 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86377063 86377116 ENST00000436319 25 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86375633 86375686 ENST00000436319 26 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86374281 86374334 ENST00000436319 27 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86372877 86372930 ENST00000436319 28 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86362039 86362092 ENST00000436319 29 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86361704 86361748 ENST00000436319 30 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86361541 86361585 ENST00000436319 31 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86355243 86355296 ENST00000436319 32 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86342805 86342858 ENST00000436319 33 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86340960 86341013 ENST00000436319 34 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86340332 86340385 ENST00000436319 35 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86334465 86334518 ENST00000436319 36 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86334202 86334309 ENST00000436319 37 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86315036 86315089 ENST00000436319 38 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86313348 86313455 ENST00000436319 39 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86308023 86308076 ENST00000436319 40 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86307751 86307804 ENST00000436319 41 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86306905 86306961 ENST00000436319 42 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86304268 86304321 ENST00000436319 43 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86289368 86289421 ENST00000436319 44 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86289219 86289272 ENST00000436319 45 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86283717 86283770 ENST00000436319 46 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86282471 86282578 ENST00000436319 47 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86252037 86252144 ENST00000436319 48 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249942 86250049 ENST00000436319 49 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249796 86249849 ENST00000436319 50 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86249179 86249241 ENST00000436319 51 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86246903 86246956 ENST00000436319 52 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86241357 86241392 ENST00000436319 53 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86211124 86211189 ENST00000436319 54 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86210349 86210517 ENST00000436319 55 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86203079 86203188 ENST00000436319 56 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86200432 86200647 ENST00000436319 57 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86196232 86196375 ENST00000436319 58 COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86195765 86622446 ENST00000426639 NA COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86622024 86622079 ENST00000426639 1 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86611802 86611866 ENST00000426639 2 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86590528 86591897 ENST00000426639 3 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86581008 86581061 ENST00000426639 4 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86578250 86578303 ENST00000426639 5 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86557950 86558003 ENST00000426639 6 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86554857 86554910 ENST00000426639 7 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86529398 86529442 ENST00000426639 8 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86524804 86524857 ENST00000426639 9 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86523614 86523658 ENST00000426639 10 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86515807 86515860 ENST00000426639 11 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86512508 86512552 ENST00000426639 12 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86499553 86499606 ENST00000426639 13 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86497561 86497605 ENST00000426639 14 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488637 86488690 ENST00000426639 15 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488516 86488560 ENST00000426639 16 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86488221 86488274 ENST00000426639 17 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86487923 86487976 ENST00000426639 18 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86482834 86482887 ENST00000426639 19 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86453284 86453337 ENST00000426639 20 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86437023 86437076 ENST00000426639 21 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86435910 86435954 ENST00000426639 22 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86430692 86430745 ENST00000426639 23 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86426932 86426976 ENST00000426639 24 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86426456 86426563 ENST00000426639 25 COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86200472 86210432 ENST00000473734 NA COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86210349 86210432 ENST00000473734 1 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86203079 86203188 ENST00000473734 2 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86201937 86202242 ENST00000473734 3 COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86591775 86622626 ENST00000496682 NA COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86622024 86622079 ENST00000496682 2 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86611802 86611866 ENST00000496682 3 COL24A1 ENSG00000171502 Not Supported Not Supported +CDS 1 86591775 86591897 ENST00000496682 4 COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86619756 86622455 ENST00000485434 NA COL24A1 ENSG00000171502 Not Supported Not Supported +transcript 1 86349363 86349481 ENST00000364750 NA RNA5SP51 ENSG00000201620 Not Supported Not Supported +transcript 1 86495537 86496272 ENST00000417340 NA RP4-682E18.1 ENSG00000229505 Not Supported Not Supported +transcript 1 86814344 86861945 ENST00000359242 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000359242 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86851141 86851273 ENST00000359242 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850359 86850484 ENST00000359242 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000359242 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000359242 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000359242 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000359242 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000359242 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000359242 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86834319 86834405 ENST00000359242 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000359242 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000359242 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000359242 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000359242 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000359242 16 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000359242 17 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86817877 86817891 ENST00000359242 18 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814420 86848879 ENST00000460698 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000460698 1 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000460698 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000460698 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000460698 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000460698 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000460698 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000460698 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000460698 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000460698 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000460698 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000460698 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000460698 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814433 86814561 ENST00000460698 13 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814421 86862023 ENST00000370566 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000370566 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86851141 86851273 ENST00000370566 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850359 86850484 ENST00000370566 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000370566 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000370566 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000370566 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000370566 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000370566 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000370566 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000370566 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000370566 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000370566 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000370566 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000370566 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814436 86814561 ENST00000370566 16 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814421 86862003 ENST00000317336 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000317336 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86851141 86851273 ENST00000317336 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850359 86850484 ENST00000317336 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000317336 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000317336 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000317336 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000317336 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000317336 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000317336 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86834319 86834405 ENST00000317336 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000317336 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000317336 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000317336 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000317336 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000317336 16 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000317336 17 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814436 86814561 ENST00000317336 18 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814421 86862003 ENST00000370567 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000370567 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86851141 86851273 ENST00000370567 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850359 86850484 ENST00000370567 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000370567 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000370567 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000370567 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000370567 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000370567 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000370567 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000370567 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000370567 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000370567 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000370567 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000370567 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000370567 16 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814436 86814561 ENST00000370567 17 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814421 86862003 ENST00000394731 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848858 ENST00000394731 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000394731 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000394731 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000394731 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000394731 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000394731 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000394731 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000394731 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000394731 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000394731 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000394731 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000394731 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814436 86814561 ENST00000394731 16 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86814515 86821066 ENST00000462648 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86821028 86821066 ENST00000462648 1 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000462648 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000462648 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000462648 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86814515 86814561 ENST00000462648 5 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86815777 86861963 ENST00000294678 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000294678 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86851141 86851273 ENST00000294678 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850359 86850484 ENST00000294678 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848879 ENST00000294678 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000294678 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86847925 86848041 ENST00000294678 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000294678 8 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000294678 9 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000294678 10 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000294678 11 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824470 86824574 ENST00000294678 12 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822285 ENST00000294678 13 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86821028 86821066 ENST00000294678 14 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820457 86820542 ENST00000294678 15 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820213 86820375 ENST00000294678 16 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86818542 86818667 ENST00000294678 17 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86817877 86817891 ENST00000294678 18 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86818542 86822227 ENST00000531412 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86822127 86822227 ENST00000531412 1 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86821677 86821690 ENST00000531412 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86821028 86821071 ENST00000531412 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86820538 86820542 ENST00000531412 4 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86818585 86826495 ENST00000476054 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86818603 86821000 ENST00000473792 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86822145 86840683 ENST00000524695 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86822259 86826604 ENST00000472144 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86823623 86826219 ENST00000463933 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86824027 86836739 ENST00000534092 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86824470 86848762 ENST00000496592 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86824500 86861969 ENST00000488879 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852598 86852710 ENST00000488879 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86850469 86850484 ENST00000488879 3 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86824502 86861966 ENST00000479890 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848858 ENST00000479890 2 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000479890 3 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86841916 86842101 ENST00000479890 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86838114 86838223 ENST00000479890 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86836701 86836836 ENST00000479890 6 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86826109 86826219 ENST00000479890 7 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86824502 86824574 ENST00000479890 8 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86826115 86838264 ENST00000486557 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86836739 86848787 ENST00000472368 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86847625 86851227 ENST00000480440 NA ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86848009 86861936 ENST00000394733 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848817 86848858 ENST00000394733 4 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848614 86848685 ENST00000394733 5 ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86848009 86848041 ENST00000394733 6 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86851411 86862006 ENST00000478286 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852531 86852710 ENST00000478286 2 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86852492 86861660 ENST00000486215 NA ODF2L ENSG00000122417 Not Supported Not Supported +CDS 1 86852531 86852710 ENST00000486215 2 ODF2L ENSG00000122417 Not Supported Not Supported +transcript 1 86869859 86870549 ENST00000454884 NA RP11-444C12.1 ENSG00000231349 Not Supported Not Supported +transcript 1 86889769 86922241 ENST00000370565 NA CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86889931 86890116 ENST00000370565 1 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86891022 86891159 ENST00000370565 2 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86894101 86894251 ENST00000370565 3 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86896545 86896653 ENST00000370565 4 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86898052 86898211 ENST00000370565 5 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86900201 86900428 ENST00000370565 6 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86904559 86904789 ENST00000370565 7 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86905831 86906008 ENST00000370565 8 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86907120 86907226 ENST00000370565 9 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86909470 86909694 ENST00000370565 10 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86913191 86913461 ENST00000370565 11 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86916246 86916416 ENST00000370565 12 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86919052 86919285 ENST00000370565 13 CLCA2 ENSG00000137975 Not Supported Not Supported +CDS 1 86920768 86921207 ENST00000370565 14 CLCA2 ENSG00000137975 Not Supported Not Supported +transcript 1 86905963 86911202 ENST00000490884 NA CLCA2 ENSG00000137975 Not Supported Not Supported +transcript 1 86913817 86919285 ENST00000498802 NA CLCA2 ENSG00000137975 Not Supported Not Supported +transcript 1 86934051 86965942 ENST00000234701 NA CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86934655 86934816 ENST00000234701 2 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86939100 86939240 ENST00000234701 3 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86939412 86939559 ENST00000234701 4 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86942131 86942236 ENST00000234701 5 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86947888 86948065 ENST00000234701 6 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86951026 86951244 ENST00000234701 7 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86952209 86952436 ENST00000234701 8 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86954679 86954853 ENST00000234701 9 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86956948 86957054 ENST00000234701 10 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86959067 86959282 ENST00000234701 11 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86959870 86960131 ENST00000234701 12 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86961188 86961358 ENST00000234701 13 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86964255 86964494 ENST00000234701 14 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86965337 86965725 ENST00000234701 15 CLCA1 ENSG00000016490 Not Supported Not Supported +transcript 1 86934526 86965972 ENST00000394711 NA CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86934655 86934816 ENST00000394711 1 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86939100 86939240 ENST00000394711 2 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86939412 86939559 ENST00000394711 3 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86942131 86942236 ENST00000394711 4 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86947888 86948065 ENST00000394711 5 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86951026 86951244 ENST00000394711 6 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86952209 86952436 ENST00000394711 7 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86954679 86954853 ENST00000394711 8 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86956948 86957054 ENST00000394711 9 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86959067 86959282 ENST00000394711 10 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86959870 86960131 ENST00000394711 11 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86961188 86961358 ENST00000394711 12 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86964255 86964494 ENST00000394711 13 CLCA1 ENSG00000016490 Not Supported Not Supported +CDS 1 86965337 86965725 ENST00000394711 14 CLCA1 ENSG00000016490 Not Supported Not Supported +transcript 1 87012761 87046437 ENST00000370563 NA CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87012803 87012961 ENST00000370563 1 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87025615 87025755 ENST00000370563 2 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87025894 87026041 ENST00000370563 3 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87029344 87029452 ENST00000370563 4 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87030957 87031134 ENST00000370563 5 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87031485 87031703 ENST00000370563 6 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87033107 87033334 ENST00000370563 7 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87036760 87036937 ENST00000370563 8 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87038297 87038403 ENST00000370563 9 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87040223 87040438 ENST00000370563 10 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87041015 87041282 ENST00000370563 11 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87043585 87043755 ENST00000370563 12 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87045037 87045270 ENST00000370563 13 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87045625 87046025 ENST00000370563 14 CLCA4 ENSG00000016602 Not Supported Not Supported +transcript 1 87012926 87038841 ENST00000263723 NA CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87031611 87031703 ENST00000263723 5 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87033107 87033334 ENST00000263723 6 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87036760 87036937 ENST00000263723 7 CLCA4 ENSG00000016602 Not Supported Not Supported +CDS 1 87038297 87038508 ENST00000263723 8 CLCA4 ENSG00000016602 Not Supported Not Supported +transcript 1 87036799 87038639 ENST00000496322 NA CLCA4 ENSG00000016602 Not Supported Not Supported +transcript 1 87018308 87019025 ENST00000441182 NA RP4-651E10.3 ENSG00000224466 Not Supported Not Supported +transcript 1 87036864 87158886 ENST00000456587 NA RP4-651E10.4 ENSG00000236915 Not Supported Not Supported +transcript 1 87071953 87072040 ENST00000408775 NA AL356270.1 ENSG00000221702 Not Supported Not Supported +transcript 1 87099956 87117349 ENST00000284054 NA CLCA3P ENSG00000153923 Not Supported Not Supported +transcript 1 87099959 87120428 ENST00000490028 NA CLCA3P ENSG00000153923 Not Supported Not Supported +transcript 1 87099959 87121059 ENST00000466454 NA CLCA3P ENSG00000153923 Not Supported Not Supported +transcript 1 87169185 87170145 ENST00000565575 NA RP4-612B15.3 ENSG00000261737 Not Supported Not Supported +transcript 1 87170259 87213867 ENST00000370558 NA SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87170583 87170654 ENST00000370558 1 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87181407 87181548 ENST00000370558 2 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87185190 87185318 ENST00000370558 3 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87188223 87188356 ENST00000370558 4 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87189996 87190088 ENST00000370558 5 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200285 87200374 ENST00000370558 6 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200762 87200862 ENST00000370558 7 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87207891 87208119 ENST00000370558 8 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87208811 87208915 ENST00000370558 9 SH3GLB1 ENSG00000097033 Not Supported Not Supported +transcript 1 87170300 87209071 ENST00000535010 NA SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87185276 87185318 ENST00000535010 2 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87188223 87188356 ENST00000535010 3 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87189996 87190088 ENST00000535010 4 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200285 87200374 ENST00000535010 5 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200762 87200862 ENST00000535010 6 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87207891 87208119 ENST00000535010 7 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87208811 87208915 ENST00000535010 8 SH3GLB1 ENSG00000097033 Not Supported Not Supported +transcript 1 87170578 87208951 ENST00000482504 NA SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87170583 87170654 ENST00000482504 1 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87181407 87181548 ENST00000482504 2 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87185190 87185318 ENST00000482504 3 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87188223 87188356 ENST00000482504 4 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87189996 87190088 ENST00000482504 5 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87194086 87194124 ENST00000482504 6 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87195771 87195794 ENST00000482504 7 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200285 87200374 ENST00000482504 8 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87200762 87200862 ENST00000482504 9 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87207891 87208119 ENST00000482504 10 SH3GLB1 ENSG00000097033 Not Supported Not Supported +CDS 1 87208811 87208915 ENST00000482504 11 SH3GLB1 ENSG00000097033 Not Supported Not Supported +transcript 1 87199927 87204378 ENST00000602603 NA SH3GLB1 ENSG00000097033 Not Supported Not Supported +transcript 1 87250596 87251150 ENST00000447415 NA RP4-612B15.2 ENSG00000230721 Not Supported Not Supported +transcript 1 87328132 87380048 ENST00000331835 NA SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87379711 87379785 ENST00000331835 1 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87368964 87369131 ENST00000331835 2 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87346345 87346408 ENST00000331835 3 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87333736 87333785 ENST00000331835 4 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87329160 87329288 ENST00000331835 5 SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87328408 87379817 ENST00000370554 NA SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87379711 87379785 ENST00000370554 1 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87368964 87369131 ENST00000370554 2 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87346345 87346408 ENST00000370554 3 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87329233 87329288 ENST00000370554 4 SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87328850 87380107 ENST00000469566 NA SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87328984 87379809 ENST00000401030 NA SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87379711 87379785 ENST00000401030 1 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87368964 87369131 ENST00000401030 2 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87352839 87352879 ENST00000401030 3 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87346345 87346408 ENST00000401030 4 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87333736 87333785 ENST00000401030 5 SEP15 ENSG00000183291 Not Supported Not Supported +CDS 1 87329264 87329288 ENST00000401030 6 SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87329200 87369035 ENST00000497861 NA SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87333779 87379748 ENST00000467557 NA SEP15 ENSG00000183291 Not Supported Not Supported +transcript 1 87380331 87564128 ENST00000370551 NA HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87380720 87380843 ENST00000370551 1 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87538617 87538855 ENST00000370551 2 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87549877 87549962 ENST00000370551 3 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87558214 87558352 ENST00000370551 4 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87563521 87563619 ENST00000370551 5 HS2ST1 ENSG00000153936 Not Supported Not Supported +transcript 1 87380357 87575681 ENST00000370550 NA HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87380720 87380843 ENST00000370550 1 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87538617 87538855 ENST00000370550 2 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87549877 87549962 ENST00000370550 3 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87558214 87558352 ENST00000370550 4 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87563521 87563618 ENST00000370550 5 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87569115 87569272 ENST00000370550 6 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87570153 87570376 ENST00000370550 7 HS2ST1 ENSG00000153936 Not Supported Not Supported +transcript 1 87422167 87558271 ENST00000591456 NA HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87538667 87538855 ENST00000591456 3 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87549877 87549962 ENST00000591456 4 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87558214 87558271 ENST00000591456 5 HS2ST1 ENSG00000153936 Not Supported Not Supported +transcript 1 87458765 87602334 ENST00000356813 NA HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87458765 87458810 ENST00000356813 1 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87538617 87538855 ENST00000356813 2 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87549877 87549962 ENST00000356813 3 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87558214 87558352 ENST00000356813 4 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87563521 87563618 ENST00000356813 5 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87569115 87569272 ENST00000356813 6 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87599297 87599401 ENST00000356813 7 HS2ST1 ENSG00000153936 Not Supported Not Supported +CDS 1 87599648 87599742 ENST00000356813 8 HS2ST1 ENSG00000153936 Not Supported Not Supported +transcript 1 87397882 87400574 ENST00000585888 NA RP4-604K5.3 ENSG00000267734 Not Supported Not Supported +transcript 1 87409368 87410425 ENST00000422417 NA RP4-604K5.2 ENSG00000224198 Not Supported Not Supported +transcript 1 87458692 87634884 ENST00000370548 NA RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87458765 87458810 ENST00000370548 1 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87538617 87538855 ENST00000370548 2 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87549877 87549962 ENST00000370548 3 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87558214 87558352 ENST00000370548 4 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87563521 87563618 ENST00000370548 5 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87569115 87569272 ENST00000370548 6 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87599297 87599401 ENST00000370548 7 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +CDS 1 87633819 87633856 ENST00000370548 8 RP5-1052I5.2 ENSG00000267561 Not Supported Not Supported +transcript 1 87510618 87511554 ENST00000420734 NA RP11-384B12.2 ENSG00000235251 Not Supported Not Supported +transcript 1 87511558 87512383 ENST00000440164 NA RP11-384B12.3 ENSG00000225568 Not Supported Not Supported +transcript 1 87595448 87634188 ENST00000469312 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87595457 87634881 ENST00000490006 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87595537 87600152 ENST00000471417 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87595553 87602352 ENST00000461990 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597638 87602352 ENST00000590653 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597652 87599814 ENST00000476432 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597658 87600278 ENST00000467438 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597686 87602352 ENST00000484933 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597738 87599875 ENST00000589455 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87597738 87627820 ENST00000587165 NA LINC01140 ENSG00000267272 Not Supported Not Supported +transcript 1 87616981 87617128 ENST00000408295 NA AL139139.1 ENSG00000221222 Not Supported Not Supported +transcript 1 87794151 87814606 ENST00000370544 NA LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87797699 87797934 ENST00000370544 2 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87805219 87805315 ENST00000370544 3 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87805730 87805885 ENST00000370544 4 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87810471 87810476 ENST00000370544 5 LMO4 ENSG00000143013 Not Supported Not Supported +transcript 1 87794782 87805315 ENST00000495705 NA LMO4 ENSG00000143013 Not Supported Not Supported +transcript 1 87797351 87811091 ENST00000370542 NA LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87797699 87797934 ENST00000370542 2 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87805219 87805315 ENST00000370542 3 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87805730 87805885 ENST00000370542 4 LMO4 ENSG00000143013 Not Supported Not Supported +CDS 1 87810471 87810476 ENST00000370542 5 LMO4 ENSG00000143013 Not Supported Not Supported +transcript 1 87797464 87810698 ENST00000489303 NA LMO4 ENSG00000143013 Not Supported Not Supported +transcript 1 87819207 87837338 ENST00000452509 NA RP4-544H6.2 ENSG00000227290 Not Supported Not Supported +transcript 1 87918923 87919056 ENST00000362448 NA RNA5SP52 ENSG00000199318 Not Supported Not Supported +transcript 1 88365592 88371397 ENST00000437598 NA RP5-1027O11.1 ENSG00000224235 Not Supported Not Supported +transcript 1 88778836 88778985 ENST00000603130 NA CTA-21C21.1 ENSG00000270507 Not Supported Not Supported +transcript 1 88943514 88943797 ENST00000475692 NA RN7SL583P ENSG00000239504 Not Supported Not Supported +transcript 1 88963992 88964359 ENST00000415219 NA RP11-76N22.1 ENSG00000230053 Not Supported Not Supported +transcript 1 89003196 89150887 ENST00000458097 NA RP11-76N22.2 ENSG00000237505 Not Supported Not Supported +transcript 1 89005986 89036543 ENST00000425750 NA RP11-76N22.2 ENSG00000237505 Not Supported Not Supported +transcript 1 89043563 89043884 ENST00000421785 NA RPL36AP10 ENSG00000237959 Not Supported Not Supported +transcript 1 89149905 89271951 ENST00000316005 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89150264 89150311 ENST00000316005 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89206671 89206971 ENST00000316005 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89225905 89226059 ENST00000316005 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89236035 89236152 ENST00000316005 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237104 89237249 ENST00000316005 5 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237346 89237562 ENST00000316005 6 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89250322 89250507 ENST00000316005 7 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000316005 8 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270074 89270217 ENST00000316005 9 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270604 ENST00000316005 10 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271180 89271490 ENST00000316005 11 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89149905 89301938 ENST00000370521 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89150264 89150311 ENST00000370521 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89206671 89206971 ENST00000370521 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89225905 89226059 ENST00000370521 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89236035 89236152 ENST00000370521 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237104 89237249 ENST00000370521 5 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237346 89237562 ENST00000370521 6 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89250322 89250507 ENST00000370521 7 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000370521 8 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270074 89270217 ENST00000370521 9 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270604 ENST00000370521 10 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271180 89271354 ENST00000370521 11 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271574 89271700 ENST00000370521 12 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89272996 89273126 ENST00000370521 13 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273212 89273287 ENST00000370521 14 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273367 89273458 ENST00000370521 15 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89279240 89279416 ENST00000370521 16 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89287624 89287686 ENST00000370521 17 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89289993 89290069 ENST00000370521 18 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294164 89294306 ENST00000370521 19 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298427 89298534 ENST00000370521 20 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298760 89298840 ENST00000370521 21 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298928 89299128 ENST00000370521 22 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89149993 89299353 ENST00000370505 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89226027 89226059 ENST00000370505 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89236035 89236152 ENST00000370505 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237104 89237249 ENST00000370505 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237346 89237562 ENST00000370505 5 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89250322 89250507 ENST00000370505 6 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000370505 7 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270074 89270217 ENST00000370505 8 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270604 ENST00000370505 9 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271180 89271354 ENST00000370505 10 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271574 89271700 ENST00000370505 11 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89272996 89273126 ENST00000370505 12 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273212 89273287 ENST00000370505 13 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273367 89273458 ENST00000370505 14 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89279240 89279416 ENST00000370505 15 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89287624 89287686 ENST00000370505 16 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89289993 89290069 ENST00000370505 17 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294164 89294306 ENST00000370505 18 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298427 89298534 ENST00000370505 19 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298760 89298840 ENST00000370505 20 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298928 89299128 ENST00000370505 21 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89150256 89299202 ENST00000370513 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89150264 89150311 ENST00000370513 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89206671 89206971 ENST00000370513 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89225905 89226059 ENST00000370513 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89236035 89236152 ENST00000370513 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237104 89237249 ENST00000370513 5 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237346 89237562 ENST00000370513 6 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89250322 89250507 ENST00000370513 7 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000370513 8 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270604 ENST00000370513 9 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271180 89271354 ENST00000370513 10 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271574 89271700 ENST00000370513 11 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89272996 89273126 ENST00000370513 12 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273212 89273287 ENST00000370513 13 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273367 89273458 ENST00000370513 14 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89279240 89279416 ENST00000370513 15 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89287624 89287686 ENST00000370513 16 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89289993 89290069 ENST00000370513 17 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294164 89294306 ENST00000370513 18 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298427 89298534 ENST00000370513 19 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298760 89298840 ENST00000370513 20 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298928 89299128 ENST00000370513 21 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89237138 89270577 ENST00000436111 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237138 89237249 ENST00000436111 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89237346 89237562 ENST00000436111 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000436111 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270074 89270217 ENST00000436111 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270577 ENST00000436111 5 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89246728 89299423 ENST00000544045 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89246838 89246844 ENST00000544045 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89250322 89250507 ENST00000544045 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89251787 89251896 ENST00000544045 3 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270074 89270217 ENST00000544045 4 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89270529 89270604 ENST00000544045 5 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271180 89271354 ENST00000544045 6 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89271574 89271700 ENST00000544045 7 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89272996 89273126 ENST00000544045 8 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273212 89273287 ENST00000544045 9 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89273367 89273458 ENST00000544045 10 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89279240 89279416 ENST00000544045 11 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89287624 89287686 ENST00000544045 12 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89289993 89290069 ENST00000544045 13 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294164 89294306 ENST00000544045 14 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298427 89298534 ENST00000544045 15 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298760 89298840 ENST00000544045 16 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89298928 89299128 ENST00000544045 17 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89290029 89294850 ENST00000449189 NA PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89290029 89290069 ENST00000449189 1 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294164 89294306 ENST00000449189 2 PKN2 ENSG00000065243 Not Supported Not Supported +CDS 1 89294693 89294704 ENST00000449189 3 PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89298612 89299114 ENST00000495119 NA PKN2 ENSG00000065243 Not Supported Not Supported +transcript 1 89282462 89282568 ENST00000384505 NA RNU6-125P ENSG00000207234 Not Supported Not Supported +transcript 1 89294785 89295102 ENST00000411919 NA TCEB1P19 ENSG00000241975 Not Supported Not Supported +transcript 1 89318615 89357301 ENST00000370500 NA GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89357166 89357182 ENST00000370500 1 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89352944 89353050 ENST00000370500 2 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89329664 89329797 ENST00000370500 3 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325823 89325969 ENST00000370500 4 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325565 89325694 ENST00000370500 5 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89322889 89323170 ENST00000370500 6 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89318899 89319029 ENST00000370500 7 GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89318907 89357179 ENST00000448623 NA GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89357166 89357179 ENST00000448623 1 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89352944 89353050 ENST00000448623 2 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89329664 89329797 ENST00000448623 3 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325823 89325969 ENST00000448623 4 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325565 89325694 ENST00000448623 5 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89323056 89323170 ENST00000448623 6 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89319002 89319029 ENST00000448623 7 GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89322948 89357210 ENST00000494819 NA GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89322998 89357272 ENST00000418217 NA GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89357166 89357182 ENST00000418217 1 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89352959 89353050 ENST00000418217 2 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89329664 89329797 ENST00000418217 3 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325823 89325969 ENST00000418217 4 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89325565 89325694 ENST00000418217 5 GTF2B ENSG00000137947 Not Supported Not Supported +CDS 1 89322998 89323170 ENST00000418217 6 GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89325739 89357328 ENST00000486078 NA GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89329669 89353731 ENST00000471296 NA GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89329727 89357627 ENST00000471471 NA GTF2B ENSG00000137947 Not Supported Not Supported +transcript 1 89389053 89389527 ENST00000450381 NA RP11-82K18.2 ENSG00000235308 Not Supported Not Supported +transcript 1 89401456 89454038 ENST00000446900 NA CCBL2 ENSG00000137944 Not Supported Not Supported +transcript 1 89401456 89458459 ENST00000370491 NA CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89435092 89435147 ENST00000370491 2 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89434353 89434497 ENST00000370491 3 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89430512 89430661 ENST00000370491 4 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427742 89427828 ENST00000370491 5 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427064 89427189 ENST00000370491 6 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89426850 89426970 ENST00000370491 7 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89420832 89420908 ENST00000370491 8 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89418746 89418835 ENST00000370491 9 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89414774 89414960 ENST00000370491 10 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89409033 89409106 ENST00000370491 11 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89408688 89408774 ENST00000370491 12 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89401869 89401928 ENST00000370491 13 CCBL2 ENSG00000137944 Not Supported Not Supported +transcript 1 89401499 89458604 ENST00000260508 NA CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89453935 89454033 ENST00000260508 2 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89435092 89435150 ENST00000260508 3 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89434353 89434497 ENST00000260508 4 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89430512 89430661 ENST00000260508 5 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427742 89427828 ENST00000260508 6 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427064 89427189 ENST00000260508 7 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89426850 89426970 ENST00000260508 8 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89420832 89420908 ENST00000260508 9 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89418746 89418835 ENST00000260508 10 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89414774 89414960 ENST00000260508 11 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89409033 89409106 ENST00000260508 12 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89408688 89408774 ENST00000260508 13 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89401869 89401928 ENST00000260508 14 CCBL2 ENSG00000137944 Not Supported Not Supported +transcript 1 89401542 89458287 ENST00000370485 NA CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89453935 89454033 ENST00000370485 2 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89435092 89435150 ENST00000370485 3 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89434353 89434497 ENST00000370485 4 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89430512 89430661 ENST00000370485 5 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89430348 89430395 ENST00000370485 6 CCBL2 ENSG00000137944 Not Supported Not Supported +transcript 1 89426850 89458636 ENST00000370486 NA CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89453935 89454033 ENST00000370486 3 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89435092 89435150 ENST00000370486 4 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89434353 89434497 ENST00000370486 5 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89430512 89430661 ENST00000370486 6 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427742 89427828 ENST00000370486 7 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89427064 89427189 ENST00000370486 8 CCBL2 ENSG00000137944 Not Supported Not Supported +CDS 1 89426850 89426970 ENST00000370486 9 CCBL2 ENSG00000137944 Not Supported Not Supported +transcript 1 89445139 89458455 ENST00000321792 NA RBMXL1 ENSG00000213516 Not Supported Not Supported +CDS 1 89448340 89449509 ENST00000321792 2 RBMXL1 ENSG00000213516 Not Supported Not Supported +transcript 1 89445142 89458643 ENST00000399794 NA RBMXL1 ENSG00000213516 Not Supported Not Supported +CDS 1 89448340 89449509 ENST00000399794 3 RBMXL1 ENSG00000213516 Not Supported Not Supported +transcript 1 89449034 89458442 ENST00000413769 NA RBMXL1 ENSG00000213516 Not Supported Not Supported +transcript 1 89472349 89488565 ENST00000370481 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89486215 89486404 ENST00000370481 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480970 89481097 ENST00000370481 3 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480230 89480339 ENST00000370481 4 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89479766 89479962 ENST00000370481 5 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89478868 89479110 ENST00000370481 6 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89477430 89477710 ENST00000370481 7 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89476587 89476799 ENST00000370481 8 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89475075 89475177 ENST00000370481 9 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89474630 89474823 ENST00000370481 10 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89473410 89473535 ENST00000370481 11 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89472362 89488534 ENST00000370482 NA GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89472363 89488461 ENST00000489444 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89486215 89486404 ENST00000489444 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480970 89481097 ENST00000489444 3 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480230 89480339 ENST00000489444 4 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89479766 89479962 ENST00000489444 5 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89478868 89479110 ENST00000489444 6 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89475176 89475177 ENST00000489444 7 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89472953 89488577 ENST00000493594 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89486215 89486404 ENST00000493594 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89485812 89485894 ENST00000493594 3 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89473452 89488521 ENST00000235878 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89486215 89486404 ENST00000235878 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480970 89481097 ENST00000235878 3 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480232 89480339 ENST00000235878 4 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89474527 89477518 ENST00000461384 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89477430 89477518 ENST00000461384 1 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89476587 89476799 ENST00000461384 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89475075 89475177 ENST00000461384 3 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89474573 89474823 ENST00000461384 4 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89474618 89478982 ENST00000445969 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89478881 89478982 ENST00000445969 1 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89475075 89475177 ENST00000445969 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89474618 89474823 ENST00000445969 3 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89479785 89488549 ENST00000564665 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480970 89481050 ENST00000564665 2 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89480230 89480339 ENST00000564665 3 GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89479785 89479962 ENST00000564665 4 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89481003 89488543 ENST00000475853 NA GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89481026 89488486 ENST00000568006 NA GBP3 ENSG00000117226 Not Supported Not Supported +CDS 1 89486117 89486404 ENST00000568006 2 GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89485983 89488434 ENST00000564037 NA GBP3 ENSG00000117226 Not Supported Not Supported +transcript 1 89485929 89486048 ENST00000365515 NA Y_RNA ENSG00000202385 Not Supported Not Supported +transcript 1 89518002 89531043 ENST00000370473 NA GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89528728 89528917 ENST00000370473 2 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89525880 89526007 ENST00000370473 3 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89525000 89525109 ENST00000370473 4 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89524524 89524726 ENST00000370473 5 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89523675 89523917 ENST00000370473 6 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89522537 89522817 ENST00000370473 7 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89521699 89521911 ENST00000370473 8 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89520796 89520898 ENST00000370473 9 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89520365 89520558 ENST00000370473 10 GBP1 ENSG00000117228 Not Supported Not Supported +CDS 1 89519041 89519151 ENST00000370473 11 GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89518983 89521024 ENST00000484970 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89519045 89521060 ENST00000479889 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89519120 89521742 ENST00000468959 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89521252 89522624 ENST00000495131 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89524024 89525038 ENST00000459831 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89524673 89525960 ENST00000493139 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89528390 89530913 ENST00000469194 NA GBP1 ENSG00000117228 Not Supported Not Supported +transcript 1 89569968 89570450 ENST00000439531 NA PTGES3P1 ENSG00000234518 Not Supported Not Supported +transcript 1 89569968 89570450 ENST00000451566 NA PTGES3P1 ENSG00000234518 Not Supported Not Supported +transcript 1 89571815 89616139 ENST00000464839 NA GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89587460 89587649 ENST00000464839 5 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89586826 89586953 ENST00000464839 6 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89585862 89585971 ENST00000464839 7 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89583260 89583456 ENST00000464839 8 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89582675 89582917 ENST00000464839 9 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89579699 89579979 ENST00000464839 10 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89578155 89578367 ENST00000464839 11 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89575847 89575949 ENST00000464839 12 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89575360 89575553 ENST00000464839 13 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89573861 89573974 ENST00000464839 14 GBP2 ENSG00000162645 Not Supported Not Supported +transcript 1 89573683 89591797 ENST00000370466 NA GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89587460 89587649 ENST00000370466 2 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89586826 89586953 ENST00000370466 3 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89585862 89585971 ENST00000370466 4 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89583260 89583456 ENST00000370466 5 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89582675 89582917 ENST00000370466 6 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89579699 89579979 ENST00000370466 7 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89578155 89578367 ENST00000370466 8 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89575847 89575949 ENST00000370466 9 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89575360 89575553 ENST00000370466 10 GBP2 ENSG00000162645 Not Supported Not Supported +CDS 1 89573861 89573974 ENST00000370466 11 GBP2 ENSG00000162645 Not Supported Not Supported +transcript 1 89573800 89578733 ENST00000493802 NA GBP2 ENSG00000162645 Not Supported Not Supported +transcript 1 89575870 89585903 ENST00000463660 NA GBP2 ENSG00000162645 Not Supported Not Supported +transcript 1 89597434 89641723 ENST00000294671 NA GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89637429 89637618 ENST00000294671 2 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89630414 89630541 ENST00000294671 3 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89618351 89618460 ENST00000294671 4 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89617951 89618147 ENST00000294671 5 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89616013 89616258 ENST00000294671 6 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89614975 89615255 ENST00000294671 7 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89613250 89613462 ENST00000294671 8 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89607229 89607331 ENST00000294671 9 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89598941 89599134 ENST00000294671 10 GBP7 ENSG00000213512 Not Supported Not Supported +CDS 1 89597835 89598086 ENST00000294671 11 GBP7 ENSG00000213512 Not Supported Not Supported +transcript 1 89646831 89664615 ENST00000355754 NA GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89664478 89664517 ENST00000355754 1 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89662793 89662987 ENST00000355754 2 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89660980 89661107 ENST00000355754 3 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89658986 89659095 ENST00000355754 4 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89658587 89658783 ENST00000355754 5 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89656944 89657189 ENST00000355754 6 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89655721 89656001 ENST00000355754 7 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89654265 89654477 ENST00000355754 8 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89652683 89652785 ENST00000355754 9 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89652016 89652209 ENST00000355754 10 GBP4 ENSG00000162654 Not Supported Not Supported +CDS 1 89650940 89651152 ENST00000355754 11 GBP4 ENSG00000162654 Not Supported Not Supported +transcript 1 89647456 89651081 ENST00000471938 NA GBP4 ENSG00000162654 Not Supported Not Supported +transcript 1 89648181 89652209 ENST00000481397 NA GBP4 ENSG00000162654 Not Supported Not Supported +transcript 1 89724633 89732262 ENST00000481145 NA GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89724638 89738544 ENST00000343435 NA GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89735049 89735238 ENST00000343435 3 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89734412 89734539 ENST00000343435 4 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89733100 89733209 ENST00000343435 5 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732640 89732836 ENST00000343435 6 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732029 89732271 ENST00000343435 7 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89730369 89730649 ENST00000343435 8 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89729419 89729631 ENST00000343435 9 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89728366 89728468 ENST00000343435 10 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89727903 89728084 ENST00000343435 11 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89726390 89726500 ENST00000343435 12 GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89726265 89727957 ENST00000471171 NA GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89726265 89736546 ENST00000370459 NA GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89735049 89735238 ENST00000370459 2 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89734412 89734539 ENST00000370459 3 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89733100 89733209 ENST00000370459 4 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732640 89732836 ENST00000370459 5 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732029 89732271 ENST00000370459 6 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89730369 89730649 ENST00000370459 7 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89729419 89729631 ENST00000370459 8 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89728366 89728468 ENST00000370459 9 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89727903 89728084 ENST00000370459 10 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89726390 89726500 ENST00000370459 11 GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89726269 89734539 ENST00000490568 NA GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89728381 89738487 ENST00000443807 NA GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89735049 89735238 ENST00000443807 1 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89734412 89734539 ENST00000443807 2 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89733100 89733209 ENST00000443807 3 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732640 89732836 ENST00000443807 4 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89732029 89732271 ENST00000443807 5 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89730369 89730649 ENST00000443807 6 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89729419 89729631 ENST00000443807 7 GBP5 ENSG00000154451 Not Supported Not Supported +CDS 1 89728381 89728468 ENST00000443807 8 GBP5 ENSG00000154451 Not Supported Not Supported +transcript 1 89726265 89735437 ENST00000437128 NA RP4-620F22.2 ENSG00000237568 Not Supported Not Supported +transcript 1 89755359 89756020 ENST00000446360 NA RP4-620F22.3 ENSG00000238081 Not Supported Not Supported +transcript 1 89790205 89800563 ENST00000428912 NA RP5-908D6.1 ENSG00000233235 Not Supported Not Supported +transcript 1 89829617 89852020 ENST00000370456 NA GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89834111 89834300 ENST00000370456 2 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89835105 89835232 ENST00000370456 3 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89843662 89843771 ENST00000370456 4 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89843976 89844172 ENST00000370456 5 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89845945 89846190 ENST00000370456 6 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89847253 89847533 ENST00000370456 7 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89848223 89848435 ENST00000370456 8 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89849211 89849313 ENST00000370456 9 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89849652 89849845 ENST00000370456 10 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89850789 89851025 ENST00000370456 11 GBP6 ENSG00000183347 Not Supported Not Supported +transcript 1 89829619 89851446 ENST00000535065 NA GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89843734 89843771 ENST00000535065 2 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89843976 89844172 ENST00000535065 3 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89845945 89846190 ENST00000535065 4 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89847253 89847533 ENST00000535065 5 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89848223 89848435 ENST00000535065 6 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89849211 89849313 ENST00000535065 7 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89849652 89849845 ENST00000535065 8 GBP6 ENSG00000183347 Not Supported Not Supported +CDS 1 89850789 89851025 ENST00000535065 9 GBP6 ENSG00000183347 Not Supported Not Supported +transcript 1 89859592 89860224 ENST00000401029 NA CAPNS1P1 ENSG00000215874 Not Supported Not Supported +transcript 1 89873238 89890493 ENST00000513638 NA GBP1P1 ENSG00000225492 Not Supported Not Supported +transcript 1 89875878 89891802 ENST00000394662 NA GBP1P1 ENSG00000225492 Not Supported Not Supported +transcript 1 89990395 90048520 ENST00000449440 NA LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90048210 90048520 ENST00000449440 6 LRRC8B ENSG00000197147 Not Supported Not Supported +transcript 1 89990462 90063423 ENST00000330947 NA LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90048210 90050348 ENST00000330947 5 LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90058330 90058599 ENST00000330947 6 LRRC8B ENSG00000197147 Not Supported Not Supported +transcript 1 89990462 90058936 ENST00000358200 NA LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90048210 90050348 ENST00000358200 7 LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90058330 90058599 ENST00000358200 8 LRRC8B ENSG00000197147 Not Supported Not Supported +transcript 1 90033800 90063418 ENST00000439853 NA LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90048210 90050348 ENST00000439853 4 LRRC8B ENSG00000197147 Not Supported Not Supported +CDS 1 90058330 90058599 ENST00000439853 5 LRRC8B ENSG00000197147 Not Supported Not Supported +transcript 1 90048800 90097750 ENST00000443562 NA RP5-1007M22.2 ENSG00000231999 Not Supported Not Supported +transcript 1 90090409 90098453 ENST00000415584 NA RP5-1007M22.2 ENSG00000231999 Not Supported Not Supported +transcript 1 90091820 90098306 ENST00000526694 NA RP5-1007M22.2 ENSG00000231999 Not Supported Not Supported +transcript 1 90097435 90098320 ENST00000528692 NA RP5-1007M22.2 ENSG00000231999 Not Supported Not Supported +transcript 1 90095284 90141945 ENST00000429074 NA RP11-413E1.4 ENSG00000230735 Not Supported Not Supported +transcript 1 90098631 90185092 ENST00000370454 NA LRRC8C ENSG00000171488 Not Supported Not Supported +CDS 1 90152033 90152170 ENST00000370454 2 LRRC8C ENSG00000171488 Not Supported Not Supported +CDS 1 90178268 90180538 ENST00000370454 3 LRRC8C ENSG00000171488 Not Supported Not Supported +transcript 1 90098631 90230077 ENST00000479252 NA LRRC8C ENSG00000171488 Not Supported Not Supported +transcript 1 90098740 90174207 ENST00000482063 NA LRRC8C ENSG00000171488 Not Supported Not Supported +CDS 1 90152033 90152170 ENST00000482063 2 LRRC8C ENSG00000171488 Not Supported Not Supported +CDS 1 90171861 90171896 ENST00000482063 3 LRRC8C ENSG00000171488 Not Supported Not Supported +transcript 1 90229104 90235462 ENST00000416805 NA LRRC8C ENSG00000171488 Not Supported Not Supported +transcript 1 90098699 90398809 ENST00000370453 NA RP11-302M6.4 ENSG00000271949 Not Supported Not Supported +CDS 1 90152033 90152170 ENST00000370453 2 RP11-302M6.4 ENSG00000271949 Not Supported Not Supported +CDS 1 90309197 90309214 ENST00000370453 3 RP11-302M6.4 ENSG00000271949 Not Supported Not Supported +transcript 1 90126771 90126912 ENST00000440817 NA RP11-413E1.2 ENSG00000226394 Not Supported Not Supported +transcript 1 90233771 90233877 ENST00000459015 NA snoU13 ENSG00000239176 Not Supported Not Supported +transcript 1 90254473 90256051 ENST00000432395 NA RP5-943J3.1 ENSG00000231613 Not Supported Not Supported +transcript 1 90285733 90286427 ENST00000609194 NA RP5-943J3.2 ENSG00000272931 Not Supported Not Supported +transcript 1 90286573 90398719 ENST00000525774 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90398719 ENST00000525774 4 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90286591 90402170 ENST00000337338 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90401201 ENST00000337338 3 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90287480 90401560 ENST00000394593 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90401201 ENST00000394593 3 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90299252 90398992 ENST00000532201 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90398992 ENST00000532201 3 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90308607 90398977 ENST00000414841 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90398977 ENST00000414841 3 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90308982 90399187 ENST00000527156 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90399187 ENST00000527156 2 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90312139 90399451 ENST00000441269 NA LRRC8D ENSG00000171492 Not Supported Not Supported +CDS 1 90398628 90399451 ENST00000441269 2 LRRC8D ENSG00000171492 Not Supported Not Supported +transcript 1 90405160 90405706 ENST00000608671 NA RP11-302M6.5 ENSG00000272672 Not Supported Not Supported +transcript 1 90453272 90453503 ENST00000516988 NA RN7SKP272 ENSG00000252797 Not Supported Not Supported +transcript 1 90459152 90459880 ENST00000380526 NA GEMIN8P4 ENSG00000228175 Not Supported Not Supported +transcript 1 90459152 90459868 ENST00000394188 NA GEMIN8P4 ENSG00000228175 Not Supported Not Supported +transcript 1 90460671 90493785 ENST00000394583 NA ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90460817 90460832 ENST00000394583 1 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90463669 90463713 ENST00000394583 2 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470562 90470651 ENST00000394583 3 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90475647 90475654 ENST00000394583 4 ZNF326 ENSG00000162664 Not Supported Not Supported +transcript 1 90460674 90494097 ENST00000340281 NA ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90460817 90460832 ENST00000340281 1 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90463669 90463713 ENST00000340281 2 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470562 90470597 ENST00000340281 3 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470692 90470803 ENST00000340281 4 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90472904 90473309 ENST00000340281 5 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90475647 90475845 ENST00000340281 6 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90478685 90478796 ENST00000340281 7 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90482876 90483023 ENST00000340281 8 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90484244 90484343 ENST00000340281 9 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90486351 90486481 ENST00000340281 10 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90487809 90487904 ENST00000340281 11 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90492913 90493257 ENST00000340281 12 ZNF326 ENSG00000162664 Not Supported Not Supported +transcript 1 90460693 90472008 ENST00000361911 NA ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90460817 90460832 ENST00000361911 1 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90463669 90463713 ENST00000361911 2 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470562 90470597 ENST00000361911 3 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470692 90470804 ENST00000361911 4 ZNF326 ENSG00000162664 Not Supported Not Supported +transcript 1 90460696 90501090 ENST00000370447 NA ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90460817 90460832 ENST00000370447 1 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90463669 90463713 ENST00000370447 2 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470562 90470597 ENST00000370447 3 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90470692 90470803 ENST00000370447 4 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90473171 90473309 ENST00000370447 5 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90475647 90475845 ENST00000370447 6 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90478685 90478796 ENST00000370447 7 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90482876 90483023 ENST00000370447 8 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90484244 90484343 ENST00000370447 9 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90486351 90486481 ENST00000370447 10 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90487809 90487904 ENST00000370447 11 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90492913 90493257 ENST00000370447 12 ZNF326 ENSG00000162664 Not Supported Not Supported +transcript 1 90460727 90493375 ENST00000455342 NA ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90475650 90475845 ENST00000455342 4 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90478685 90478796 ENST00000455342 5 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90482876 90483023 ENST00000455342 6 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90484244 90484343 ENST00000455342 7 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90486351 90486481 ENST00000455342 8 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90487809 90487904 ENST00000455342 9 ZNF326 ENSG00000162664 Not Supported Not Supported +CDS 1 90492913 90493257 ENST00000455342 10 ZNF326 ENSG00000162664 Not Supported Not Supported +transcript 1 90719014 90719117 ENST00000391157 NA RNU6-695P ENSG00000212459 Not Supported Not Supported +transcript 1 90976467 90999029 ENST00000435832 NA RP5-827O9.1 ENSG00000229201 Not Supported Not Supported +transcript 1 91123307 91123520 ENST00000362796 NA U3 ENSG00000199666 Not Supported Not Supported +transcript 1 91177096 91182794 ENST00000370445 NA BARHL2 ENSG00000143032 Not Supported Not Supported +CDS 1 91182128 91182752 ENST00000370445 1 BARHL2 ENSG00000143032 Not Supported Not Supported +CDS 1 91180088 91180313 ENST00000370445 2 BARHL2 ENSG00000143032 Not Supported Not Supported +CDS 1 91177872 91178181 ENST00000370445 3 BARHL2 ENSG00000143032 Not Supported Not Supported +transcript 1 91248543 91317072 ENST00000435649 NA RP4-665J23.1 ENSG00000233593 Not Supported Not Supported +transcript 1 91295104 91301718 ENST00000455680 NA RP4-665J23.1 ENSG00000233593 Not Supported Not Supported +transcript 1 91295104 91317175 ENST00000606660 NA RP4-665J23.1 ENSG00000233593 Not Supported Not Supported +transcript 1 91297426 91317207 ENST00000443802 NA RP4-665J23.1 ENSG00000233593 Not Supported Not Supported +transcript 1 91317316 91319843 ENST00000425185 NA RP4-665J23.2 ENSG00000225446 Not Supported Not Supported +transcript 1 91326107 91328477 ENST00000606898 NA RP4-665J23.4 ENSG00000272094 Not Supported Not Supported +transcript 1 91358549 91359169 ENST00000420457 NA PHKA1P1 ENSG00000232882 Not Supported Not Supported +transcript 1 91380859 91487030 ENST00000370440 NA ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91447867 91447910 ENST00000370440 2 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91403829 91406866 ENST00000370440 3 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91403042 91403647 ENST00000370440 4 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91383609 91383711 ENST00000370440 5 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91382358 91382547 ENST00000370440 6 ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91380861 91487014 ENST00000347275 NA ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91447867 91447888 ENST00000347275 2 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91383609 91383711 ENST00000347275 3 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91382358 91382547 ENST00000347275 4 ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91380897 91487770 ENST00000337393 NA ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91447867 91447910 ENST00000337393 2 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91403829 91406866 ENST00000337393 3 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91403042 91403647 ENST00000337393 4 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91383609 91383711 ENST00000337393 5 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91382358 91382547 ENST00000337393 6 ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91381742 91487829 ENST00000361321 NA ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91447867 91447888 ENST00000361321 2 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91383609 91383711 ENST00000361321 3 ZNF644 ENSG00000122482 Not Supported Not Supported +CDS 1 91382358 91382547 ENST00000361321 4 ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91381947 91487571 ENST00000467231 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91382047 91401085 ENST00000479798 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91382348 91383948 ENST00000482709 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91406506 91487638 ENST00000498303 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91438301 91447927 ENST00000474405 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91486005 91487612 ENST00000495966 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91486086 91487282 ENST00000482467 NA ZNF644 ENSG00000122482 Not Supported Not Supported +transcript 1 91489476 91490361 ENST00000425640 NA RPL5P6 ENSG00000232393 Not Supported Not Supported +transcript 1 91726323 91818194 ENST00000462405 NA HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91726323 91870426 ENST00000370425 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91866569 91866639 ENST00000370425 2 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91861850 91861962 ENST00000370425 3 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91859650 91859959 ENST00000370425 4 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91851132 91851391 ENST00000370425 5 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91850744 91850791 ENST00000370425 6 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91846469 91846539 ENST00000370425 7 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91845661 91845793 ENST00000370425 8 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91844620 91844771 ENST00000370425 9 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91843960 91844037 ENST00000370425 10 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91843582 91843740 ENST00000370425 11 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91841084 91841284 ENST00000370425 12 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91840915 91841003 ENST00000370425 13 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818813 91818856 ENST00000370425 14 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818608 91818709 ENST00000370425 15 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818063 91818208 ENST00000370425 16 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91817106 91817200 ENST00000370425 17 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91816295 91816428 ENST00000370425 18 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91812986 91813033 ENST00000370425 19 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91808987 91809067 ENST00000370425 20 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91790232 91790323 ENST00000370425 21 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788650 91788756 ENST00000370425 22 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788507 91788554 ENST00000370425 23 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784850 91784947 ENST00000370425 24 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784635 91784766 ENST00000370425 25 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781948 91782033 ENST00000370425 26 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781658 91781741 ENST00000370425 27 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781372 91781529 ENST00000370425 28 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91779514 91779617 ENST00000370425 29 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91778906 91779052 ENST00000370425 30 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742539 91742619 ENST00000370425 31 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742185 91742300 ENST00000370425 32 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91740287 91740366 ENST00000370425 33 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91739269 91739372 ENST00000370425 34 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91733302 91733412 ENST00000370425 35 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91731574 91731664 ENST00000370425 36 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91728038 91728149 ENST00000370425 37 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91727798 91727949 ENST00000370425 38 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91726850 91726916 ENST00000370425 39 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91726324 91870426 ENST00000294696 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91808987 91809017 ENST00000294696 20 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91790232 91790323 ENST00000294696 21 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788650 91788756 ENST00000294696 22 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788507 91788554 ENST00000294696 23 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784850 91784947 ENST00000294696 24 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784635 91784766 ENST00000294696 25 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781948 91782033 ENST00000294696 26 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781658 91781741 ENST00000294696 27 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781372 91781529 ENST00000294696 28 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91779514 91779617 ENST00000294696 29 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91778906 91779052 ENST00000294696 30 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742539 91742619 ENST00000294696 31 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742185 91742300 ENST00000294696 32 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91740287 91740366 ENST00000294696 33 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91739269 91739372 ENST00000294696 34 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91733302 91733412 ENST00000294696 35 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91728076 91728149 ENST00000294696 36 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91726747 91870378 ENST00000370424 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91845661 91845703 ENST00000370424 4 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91844620 91844771 ENST00000370424 5 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91843960 91844037 ENST00000370424 6 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91843582 91843740 ENST00000370424 7 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91841084 91841284 ENST00000370424 8 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91840915 91841003 ENST00000370424 9 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818813 91818856 ENST00000370424 10 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818608 91818709 ENST00000370424 11 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91818063 91818208 ENST00000370424 12 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91817106 91817200 ENST00000370424 13 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91816295 91816428 ENST00000370424 14 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91812986 91813033 ENST00000370424 15 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91808987 91809067 ENST00000370424 16 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91790232 91790323 ENST00000370424 17 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788650 91788756 ENST00000370424 18 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788507 91788554 ENST00000370424 19 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784850 91784947 ENST00000370424 20 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784635 91784766 ENST00000370424 21 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781948 91782033 ENST00000370424 22 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781658 91781741 ENST00000370424 23 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781372 91781529 ENST00000370424 24 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91779514 91779617 ENST00000370424 25 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91778906 91779052 ENST00000370424 26 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742539 91742619 ENST00000370424 27 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742185 91742300 ENST00000370424 28 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91740287 91740366 ENST00000370424 29 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91739269 91739372 ENST00000370424 30 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91733302 91733412 ENST00000370424 31 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91731574 91731664 ENST00000370424 32 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91728038 91728149 ENST00000370424 33 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91727798 91727949 ENST00000370424 34 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91726850 91726916 ENST00000370424 35 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91727743 91813006 ENST00000430465 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91812986 91813006 ENST00000430465 1 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91808987 91809067 ENST00000430465 2 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91790232 91790323 ENST00000430465 3 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788650 91788756 ENST00000430465 4 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91788507 91788554 ENST00000430465 5 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91784850 91784947 ENST00000430465 6 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781948 91782033 ENST00000430465 7 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781658 91781741 ENST00000430465 8 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91781372 91781529 ENST00000430465 9 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91779514 91779617 ENST00000430465 10 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91778906 91779052 ENST00000430465 11 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742539 91742619 ENST00000430465 12 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91742185 91742300 ENST00000430465 13 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91740287 91740366 ENST00000430465 14 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91739269 91739372 ENST00000430465 15 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91733302 91733412 ENST00000430465 16 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91731574 91731664 ENST00000430465 17 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91728038 91728149 ENST00000430465 18 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91727794 91727949 ENST00000430465 19 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91781697 91794494 ENST00000497520 NA HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91843000 91870366 ENST00000481900 NA HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91843316 91870365 ENST00000488023 NA HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91845790 91870413 ENST00000448819 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91866569 91866639 ENST00000448819 2 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91851132 91851391 ENST00000448819 3 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91850744 91850791 ENST00000448819 4 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91846469 91846539 ENST00000448819 5 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91845790 91845793 ENST00000448819 6 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91851171 91870397 ENST00000427444 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91866569 91866626 ENST00000427444 2 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91859650 91859959 ENST00000427444 3 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91851171 91851391 ENST00000427444 4 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91859730 91870292 ENST00000455133 NA HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91866569 91866639 ENST00000455133 2 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91861850 91861962 ENST00000455133 3 HFM1 ENSG00000162669 Not Supported Not Supported +CDS 1 91859730 91859959 ENST00000455133 4 HFM1 ENSG00000162669 Not Supported Not Supported +transcript 1 91727182 91727281 ENST00000384090 NA Y_RNA ENSG00000206817 Not Supported Not Supported +transcript 1 91793926 91795070 ENST00000401028 NA FEN1P1 ENSG00000215873 Not Supported Not Supported +transcript 1 91966408 91990056 ENST00000430031 NA CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91967274 91967388 ENST00000430031 2 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973819 91973954 ENST00000430031 3 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977154 91977247 ENST00000430031 4 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977338 91977480 ENST00000430031 5 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91978615 91978864 ENST00000430031 6 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91979505 91979600 ENST00000430031 7 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91980376 91980554 ENST00000430031 8 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91981351 91981433 ENST00000430031 9 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91985687 91985836 ENST00000430031 10 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91989598 91989989 ENST00000430031 11 CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 91966450 91991321 ENST00000234626 NA CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91967274 91967388 ENST00000234626 2 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973411 91973494 ENST00000234626 3 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973819 91973954 ENST00000234626 4 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977154 91977247 ENST00000234626 5 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977338 91977480 ENST00000234626 6 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91978615 91978864 ENST00000234626 7 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91979505 91979600 ENST00000234626 8 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91980376 91980554 ENST00000234626 9 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91981351 91981433 ENST00000234626 10 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91985687 91985836 ENST00000234626 11 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91989598 91989989 ENST00000234626 12 CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 91966665 91991321 ENST00000428239 NA CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91967274 91967388 ENST00000428239 2 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973411 91973494 ENST00000428239 3 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973819 91973954 ENST00000428239 4 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977154 91977247 ENST00000428239 5 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977338 91977480 ENST00000428239 6 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91978615 91978864 ENST00000428239 7 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91979505 91979600 ENST00000428239 8 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91980376 91980554 ENST00000428239 9 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91981351 91981433 ENST00000428239 10 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91985687 91985836 ENST00000428239 11 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91989598 91989989 ENST00000428239 12 CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 91966695 91977380 ENST00000426137 NA CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91967274 91967388 ENST00000426137 2 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973411 91973494 ENST00000426137 3 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91973819 91973954 ENST00000426137 4 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977154 91977247 ENST00000426137 5 CDC7 ENSG00000097046 Not Supported Not Supported +CDS 1 91977338 91977380 ENST00000426137 6 CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 91966717 91973962 ENST00000497611 NA CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 91978684 91985837 ENST00000486509 NA CDC7 ENSG00000097046 Not Supported Not Supported +transcript 1 92000223 92001150 ENST00000444540 NA RP11-47K11.2 ENSG00000241318 Not Supported Not Supported +transcript 1 92065728 92065878 ENST00000439897 NA RP11-91I11.1 ENSG00000229067 Not Supported Not Supported +transcript 1 92100568 92109335 ENST00000370405 NA HSP90B3P ENSG00000203914 Not Supported Not Supported +transcript 1 92108073 92109639 ENST00000415545 NA HSP90B3P ENSG00000203914 Not Supported Not Supported +transcript 1 92145902 92351787 ENST00000212355 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000212355 2 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262844 92263028 ENST00000212355 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92224170 92224307 ENST00000212355 4 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92200333 92200516 ENST00000212355 5 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92195362 92195530 ENST00000212355 6 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92193216 92193363 ENST00000212355 7 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92187512 92187701 ENST00000212355 8 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92185450 92185787 ENST00000212355 9 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92184869 92185021 ENST00000212355 10 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92182125 92182265 ENST00000212355 11 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92181793 92181951 ENST00000212355 12 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92177800 92178099 ENST00000212355 13 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92174220 92174340 ENST00000212355 14 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92163646 92163687 ENST00000212355 15 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92161229 92161336 ENST00000212355 16 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92149299 92149414 ENST00000212355 17 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92146455 92327603 ENST00000533089 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000533089 1 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262844 92263028 ENST00000533089 2 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92251764 92251784 ENST00000533089 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92147983 92371892 ENST00000370399 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000370399 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262844 92263028 ENST00000370399 4 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92224170 92224307 ENST00000370399 5 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92200333 92200516 ENST00000370399 6 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92195362 92195530 ENST00000370399 7 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92193216 92193363 ENST00000370399 8 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92187512 92187701 ENST00000370399 9 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92185450 92185784 ENST00000370399 10 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92184869 92185021 ENST00000370399 11 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92182125 92182265 ENST00000370399 12 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92181793 92181951 ENST00000370399 13 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92177800 92178099 ENST00000370399 14 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92174220 92174340 ENST00000370399 15 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92163646 92163687 ENST00000370399 16 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92161229 92161336 ENST00000370399 17 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92149299 92149414 ENST00000370399 18 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92147987 92327150 ENST00000525962 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000525962 1 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262844 92263028 ENST00000525962 2 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92224170 92224307 ENST00000525962 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92200333 92200516 ENST00000525962 4 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92195362 92195530 ENST00000525962 5 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92193216 92193363 ENST00000525962 6 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92187512 92187701 ENST00000525962 7 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92185450 92185787 ENST00000525962 8 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92184869 92185021 ENST00000525962 9 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92182125 92182265 ENST00000525962 10 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92181793 92181951 ENST00000525962 11 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92177800 92178099 ENST00000525962 12 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92174220 92174340 ENST00000525962 13 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92163646 92163687 ENST00000525962 14 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92161229 92161336 ENST00000525962 15 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92149299 92149414 ENST00000525962 16 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92148204 92351489 ENST00000532540 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000532540 2 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92266527 92266612 ENST00000532540 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92149286 92351666 ENST00000465892 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000465892 2 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262844 92263028 ENST00000465892 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92224170 92224307 ENST00000465892 4 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92200333 92200516 ENST00000465892 5 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92195362 92195530 ENST00000465892 6 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92193216 92193363 ENST00000465892 7 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92187512 92187701 ENST00000465892 8 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92185450 92185784 ENST00000465892 9 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92184869 92185021 ENST00000465892 10 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92182125 92182265 ENST00000465892 11 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92181793 92181951 ENST00000465892 12 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92177800 92178099 ENST00000465892 13 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92174220 92174340 ENST00000465892 14 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92163646 92163687 ENST00000465892 15 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92161229 92161336 ENST00000465892 16 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92149299 92149414 ENST00000465892 17 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92161047 92177920 ENST00000470600 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92185450 92193475 ENST00000529608 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92193334 92231989 ENST00000468996 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92262984 92351679 ENST00000417833 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92327028 92327088 ENST00000417833 3 TGFBR3 ENSG00000069702 Not Supported Not Supported +CDS 1 92262984 92263028 ENST00000417833 4 TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92329396 92351708 ENST00000533370 NA TGFBR3 ENSG00000069702 Not Supported Not Supported +transcript 1 92295333 92295631 ENST00000494134 NA RN7SL653P ENSG00000239794 Not Supported Not Supported +transcript 1 92404826 92405131 ENST00000584195 NA RN7SL235P ENSG00000266532 Not Supported Not Supported +transcript 1 92414928 92479978 ENST00000362005 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000362005 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000362005 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000362005 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000362005 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000362005 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000362005 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000362005 9 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446372 ENST00000362005 10 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446446 92446735 ENST00000362005 11 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446825 92446938 ENST00000362005 12 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92447175 92447312 ENST00000362005 13 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92456741 92456802 ENST00000362005 14 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92457821 92457871 ENST00000362005 15 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92459640 92459811 ENST00000362005 16 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92467606 92467706 ENST00000362005 17 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92469971 92470176 ENST00000362005 18 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92470676 92470856 ENST00000362005 19 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92479763 92479828 ENST00000362005 20 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414928 92479978 ENST00000370389 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430211 92430321 ENST00000370389 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000370389 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000370389 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000370389 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000370389 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000370389 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446372 ENST00000370389 9 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446446 92446735 ENST00000370389 10 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446825 92446938 ENST00000370389 11 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92447175 92447312 ENST00000370389 12 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92456741 92456802 ENST00000370389 13 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92457821 92457871 ENST00000370389 14 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92459640 92459811 ENST00000370389 15 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92467606 92467706 ENST00000370389 16 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92469971 92470176 ENST00000370389 17 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92470676 92470856 ENST00000370389 18 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92479763 92479828 ENST00000370389 19 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414928 92479983 ENST00000399546 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000399546 2 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000399546 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000399546 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000399546 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000399546 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000399546 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000399546 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446372 ENST00000399546 9 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446446 92446735 ENST00000399546 10 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446825 92446938 ENST00000399546 11 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92447175 92447312 ENST00000399546 12 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92456741 92456802 ENST00000399546 13 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92457821 92457871 ENST00000399546 14 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92459640 92459811 ENST00000399546 15 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92467606 92467706 ENST00000399546 16 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92469971 92470176 ENST00000399546 17 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92470676 92470856 ENST00000399546 18 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92479763 92479828 ENST00000399546 19 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414929 92441907 ENST00000423434 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000423434 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000423434 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000423434 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441907 ENST00000423434 6 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414929 92479975 ENST00000394530 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000394530 2 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000394530 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000394530 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000394530 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000394530 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000394530 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446372 ENST00000394530 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446446 92446735 ENST00000394530 9 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446825 92446938 ENST00000394530 10 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92447175 92447312 ENST00000394530 11 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92456741 92456802 ENST00000394530 12 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92457821 92457871 ENST00000394530 13 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92459640 92459811 ENST00000394530 14 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92467606 92467706 ENST00000394530 15 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92469971 92470176 ENST00000394530 16 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92470676 92470856 ENST00000394530 17 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92479763 92479828 ENST00000394530 18 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414941 92441978 ENST00000440509 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000440509 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000440509 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000440509 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441978 ENST00000440509 6 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414955 92415856 ENST00000461218 NA BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414955 92415859 ENST00000470955 NA BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414955 92415889 ENST00000476711 NA BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414955 92428467 ENST00000449584 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428467 ENST00000449584 4 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414955 92441843 ENST00000427104 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000427104 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000427104 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000427104 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441843 ENST00000427104 6 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414958 92428353 ENST00000355011 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428353 ENST00000355011 3 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414958 92441843 ENST00000448194 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000448194 2 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000448194 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000448194 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441843 ENST00000448194 5 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414958 92446300 ENST00000426141 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000426141 2 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000426141 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000426141 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000426141 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000426141 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000426141 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000426141 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446300 ENST00000426141 9 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414960 92415869 ENST00000484833 NA BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414960 92430279 ENST00000450792 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000450792 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430279 ENST00000450792 5 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414960 92430292 ENST00000548992 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000548992 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430292 ENST00000548992 5 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414960 92433781 ENST00000552654 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430211 92430321 ENST00000552654 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433781 ENST00000552654 6 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92414991 92428406 ENST00000457265 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428406 ENST00000457265 3 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92417719 92479978 ENST00000402388 NA BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92428312 92428503 ENST00000402388 2 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92430184 92430321 ENST00000402388 3 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92433703 92433817 ENST00000402388 4 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92441823 92441995 ENST00000402388 5 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92442600 92442950 ENST00000402388 6 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92443725 92443853 ENST00000402388 7 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92445126 92445314 ENST00000402388 8 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446200 92446372 ENST00000402388 9 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446446 92446735 ENST00000402388 10 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92446825 92446938 ENST00000402388 11 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92447175 92447312 ENST00000402388 12 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92456741 92456802 ENST00000402388 13 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92457821 92457871 ENST00000402388 14 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92459640 92459811 ENST00000402388 15 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92467606 92467706 ENST00000402388 16 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92469971 92470176 ENST00000402388 17 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92470676 92470856 ENST00000402388 18 BRDT ENSG00000137948 Not Supported Not Supported +CDS 1 92479763 92479828 ENST00000402388 19 BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92442638 92445160 ENST00000484781 NA BRDT ENSG00000137948 Not Supported Not Supported +transcript 1 92495539 92529093 ENST00000370383 NA EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92495637 92495867 ENST00000370383 1 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92498062 92498147 ENST00000370383 2 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92508380 92508537 ENST00000370383 3 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92511089 92511217 ENST00000370383 4 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92515874 92515977 ENST00000370383 5 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92518067 92518215 ENST00000370383 6 EPHX4 ENSG00000172031 Not Supported Not Supported +CDS 1 92528612 92528840 ENST00000370383 7 EPHX4 ENSG00000172031 Not Supported Not Supported +transcript 1 92498118 92509351 ENST00000480758 NA EPHX4 ENSG00000172031 Not Supported Not Supported +transcript 1 92531863 92533396 ENST00000420263 NA LPCAT2BP ENSG00000233228 Not Supported Not Supported +transcript 1 92540090 92540968 ENST00000485873 NA SETSIP ENSG00000230667 Not Supported Not Supported +transcript 1 92540092 92540967 ENST00000596516 NA SETSIP ENSG00000230667 Not Supported Not Supported +transcript 1 92545862 92605503 ENST00000370382 NA BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92546129 92546277 ENST00000370382 1 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92554255 92554452 ENST00000370382 2 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92568030 92568226 ENST00000370382 3 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92573441 92573558 ENST00000370382 4 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92595244 92595333 ENST00000370382 5 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92604907 92605069 ENST00000370382 6 BTBD8 ENSG00000189195 Not Supported Not Supported +transcript 1 92545893 92613393 ENST00000342818 NA BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92546129 92546277 ENST00000342818 1 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92554255 92554452 ENST00000342818 2 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92568030 92568226 ENST00000342818 3 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92573441 92573558 ENST00000342818 4 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92595244 92595333 ENST00000342818 5 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92604907 92604987 ENST00000342818 6 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92606672 92606768 ENST00000342818 7 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92612737 92612825 ENST00000342818 8 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92613241 92613355 ENST00000342818 9 BTBD8 ENSG00000189195 Not Supported Not Supported +transcript 1 92546095 92613310 ENST00000540648 NA BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92546129 92546277 ENST00000540648 1 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92554255 92554452 ENST00000540648 2 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92568030 92568226 ENST00000540648 3 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92573441 92573558 ENST00000540648 4 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92595244 92595333 ENST00000540648 5 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92604907 92604987 ENST00000540648 6 BTBD8 ENSG00000189195 Not Supported Not Supported +CDS 1 92612737 92612752 ENST00000540648 7 BTBD8 ENSG00000189195 Not Supported Not Supported +transcript 1 92580360 92581353 ENST00000424043 NA GAPDHP46 ENSG00000224678 Not Supported Not Supported +transcript 1 92590858 92592019 ENST00000441422 NA PRKAR1AP ENSG00000233401 Not Supported Not Supported +transcript 1 92632542 92650279 ENST00000409154 NA KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92632542 92632697 ENST00000409154 1 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92633405 92633542 ENST00000409154 2 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92634423 92634552 ENST00000409154 3 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92636956 92637017 ENST00000409154 4 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92642386 92643103 ENST00000409154 5 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92643368 92643455 ENST00000409154 6 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92643869 92644008 ENST00000409154 7 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92645822 92648152 ENST00000409154 8 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92649421 92649884 ENST00000409154 9 KIAA1107 ENSG00000069712 Not Supported Not Supported +transcript 1 92632609 92650280 ENST00000370378 NA KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92633414 92633542 ENST00000370378 2 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92634423 92634552 ENST00000370378 3 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92636956 92637017 ENST00000370378 4 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92642386 92643103 ENST00000370378 5 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92643368 92643455 ENST00000370378 6 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92643869 92644008 ENST00000370378 7 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92645822 92648152 ENST00000370378 8 KIAA1107 ENSG00000069712 Not Supported Not Supported +CDS 1 92649421 92649884 ENST00000370378 9 KIAA1107 ENSG00000069712 Not Supported Not Supported +transcript 1 92654794 92656264 ENST00000609675 NA RP4-621B10.8 ENSG00000273487 Not Supported Not Supported +transcript 1 92668705 92669548 ENST00000411498 NA RP4-775D17.1 ENSG00000226773 Not Supported Not Supported +transcript 1 92683497 92711370 ENST00000370375 NA C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92696978 92697043 ENST00000370375 2 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92707769 92707862 ENST00000370375 3 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92709774 92709942 ENST00000370375 4 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92710336 92710414 ENST00000370375 5 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92711097 92711228 ENST00000370375 6 C1orf146 ENSG00000203910 Not Supported Not Supported +transcript 1 92683589 92711272 ENST00000370373 NA C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92709791 92709942 ENST00000370373 5 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92710336 92710414 ENST00000370373 6 C1orf146 ENSG00000203910 Not Supported Not Supported +CDS 1 92711097 92711228 ENST00000370373 7 C1orf146 ENSG00000203910 Not Supported Not Supported +transcript 1 92694138 92694992 ENST00000594933 NA ACTBP12 ENSG00000233125 Not Supported Not Supported +transcript 1 92694575 92694992 ENST00000435871 NA ACTBP12 ENSG00000233125 Not Supported Not Supported +transcript 1 92694813 92694896 ENST00000581900 NA AL451010.1 ENSG00000265543 Not Supported Not Supported +transcript 1 92711959 92764533 ENST00000370360 NA GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92763518 92763556 ENST00000370360 2 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92762961 92763086 ENST00000370360 3 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92756975 92757094 ENST00000370360 4 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92755755 92755863 ENST00000370360 5 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92754471 92754708 ENST00000370360 6 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92752047 92752149 ENST00000370360 7 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92737022 92737209 ENST00000370360 8 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92735280 92735333 ENST00000370360 9 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733662 92733692 ENST00000370360 10 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733470 92733559 ENST00000370360 11 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92732257 92732298 ENST00000370360 12 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92731976 92732049 ENST00000370360 13 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92730111 92730195 ENST00000370360 14 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92729180 92729289 ENST00000370360 15 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92728420 92728483 ENST00000370360 16 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92713435 92713546 ENST00000370360 17 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92712619 92712701 ENST00000370360 18 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92712090 92712203 ENST00000370360 19 GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92711960 92764544 ENST00000534881 NA GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92763518 92763556 ENST00000534881 2 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92762961 92763086 ENST00000534881 3 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92756975 92757094 ENST00000534881 4 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92755755 92755863 ENST00000534881 5 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92754471 92754708 ENST00000534881 6 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92752047 92752149 ENST00000534881 7 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92737022 92737209 ENST00000534881 8 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92735280 92735333 ENST00000534881 9 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733662 92733692 ENST00000534881 10 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733470 92733559 ENST00000534881 11 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92731976 92732049 ENST00000534881 12 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92730111 92730195 ENST00000534881 13 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92729180 92729289 ENST00000534881 14 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92728420 92728483 ENST00000534881 15 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92713435 92713546 ENST00000534881 16 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92712619 92712701 ENST00000534881 17 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92712090 92712203 ENST00000534881 18 GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92712047 92764544 ENST00000495106 NA GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92763518 92763556 ENST00000495106 2 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92762961 92763086 ENST00000495106 3 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92756975 92757094 ENST00000495106 4 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92755755 92755863 ENST00000495106 5 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92754471 92754708 ENST00000495106 6 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92752047 92752149 ENST00000495106 7 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92737022 92737209 ENST00000495106 8 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92735280 92735333 ENST00000495106 9 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733662 92733692 ENST00000495106 10 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733470 92733559 ENST00000495106 11 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92732257 92732298 ENST00000495106 12 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92731976 92732049 ENST00000495106 13 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92729253 92729289 ENST00000495106 14 GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92712049 92713965 ENST00000471465 NA GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92712619 92752049 ENST00000495852 NA GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92752047 92752049 ENST00000495852 1 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92737022 92737209 ENST00000495852 2 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92735280 92735333 ENST00000495852 3 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733662 92733692 ENST00000495852 4 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733470 92733559 ENST00000495852 5 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92731976 92732049 ENST00000495852 6 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92730111 92730195 ENST00000495852 7 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92729180 92729289 ENST00000495852 8 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92728420 92728483 ENST00000495852 9 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92713435 92713546 ENST00000495852 10 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92712619 92712701 ENST00000495852 11 GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92728422 92752149 ENST00000463560 NA GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92752047 92752149 ENST00000463560 1 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92737022 92737209 ENST00000463560 2 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92735280 92735333 ENST00000463560 3 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733662 92733692 ENST00000463560 4 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92733470 92733559 ENST00000463560 5 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92732257 92732298 ENST00000463560 6 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92732097 92732150 ENST00000463560 7 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92729180 92729289 ENST00000463560 8 GLMN ENSG00000174842 Not Supported Not Supported +CDS 1 92728422 92728483 ENST00000463560 9 GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92763078 92764544 ENST00000487911 NA GLMN ENSG00000174842 Not Supported Not Supported +transcript 1 92764522 92867613 ENST00000610020 NA RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92764631 92764703 ENST00000610020 1 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92765751 92765796 ENST00000610020 2 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92767033 92767147 ENST00000610020 3 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92769534 92769632 ENST00000610020 4 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92769841 92769906 ENST00000610020 5 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92772745 92772833 ENST00000610020 6 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92786156 92786191 ENST00000610020 7 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92789002 92789932 ENST00000610020 8 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92798948 92799030 ENST00000610020 9 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92801904 92801984 ENST00000610020 10 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92811403 92811471 ENST00000610020 11 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92846281 92846428 ENST00000610020 12 RPAP2 ENSG00000122484 Not Supported Not Supported +CDS 1 92852568 92852568 ENST00000610020 13 RPAP2 ENSG00000122484 Not Supported Not Supported +transcript 1 92764642 92789641 ENST00000484158 NA RPAP2 ENSG00000122484 Not Supported Not Supported +transcript 1 92798799 92852790 ENST00000477322 NA RPAP2 ENSG00000122484 Not Supported Not Supported +transcript 1 92867948 92868242 ENST00000470692 NA RN7SL824P ENSG00000242764 Not Supported Not Supported +transcript 1 92940319 92949511 ENST00000370332 NA GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948930 92949044 ENST00000370332 2 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948421 92948603 ENST00000370332 3 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92946158 92946645 ENST00000370332 4 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92945905 92946042 ENST00000370332 5 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92944145 92944310 ENST00000370332 6 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92941589 92941764 ENST00000370332 7 GFI1 ENSG00000162676 Not Supported Not Supported +transcript 1 92940319 92951628 ENST00000427103 NA GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948930 92949044 ENST00000427103 2 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948421 92948603 ENST00000427103 3 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92946158 92946645 ENST00000427103 4 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92945905 92946042 ENST00000427103 5 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92944145 92944310 ENST00000427103 6 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92941589 92941764 ENST00000427103 7 GFI1 ENSG00000162676 Not Supported Not Supported +transcript 1 92940321 92952433 ENST00000294702 NA GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948930 92949044 ENST00000294702 2 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92948421 92948603 ENST00000294702 3 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92946158 92946645 ENST00000294702 4 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92945905 92946042 ENST00000294702 5 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92944145 92944310 ENST00000294702 6 GFI1 ENSG00000162676 Not Supported Not Supported +CDS 1 92941589 92941764 ENST00000294702 7 GFI1 ENSG00000162676 Not Supported Not Supported +transcript 1 92948547 92950239 ENST00000483490 NA GFI1 ENSG00000162676 Not Supported Not Supported +transcript 1 92974253 93257961 ENST00000370331 NA EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93257901 93257951 ENST00000370331 1 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93201955 93202184 ENST00000370331 2 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93170112 93170301 ENST00000370331 3 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93168952 93169176 ENST00000370331 4 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93167698 93167772 ENST00000370331 5 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93163417 93163542 ENST00000370331 6 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93160867 93161010 ENST00000370331 7 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159856 93159945 ENST00000370331 8 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159359 93159456 ENST00000370331 9 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93142715 93142775 ENST00000370331 10 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93131496 93131549 ENST00000370331 11 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93101759 93101893 ENST00000370331 12 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93091351 93091491 ENST00000370331 13 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93089733 93089891 ENST00000370331 14 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93073138 93073284 ENST00000370331 15 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93070864 93070959 ENST00000370331 16 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93029199 93029294 ENST00000370331 17 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 92979216 92979527 ENST00000370331 18 EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 92974260 93257961 ENST00000540033 NA EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93257901 93257951 ENST00000540033 1 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93201955 93202184 ENST00000540033 2 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93170112 93170301 ENST00000540033 3 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93168952 93169176 ENST00000540033 4 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93167698 93167772 ENST00000540033 5 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93163417 93163542 ENST00000540033 6 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93160867 93161010 ENST00000540033 7 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159856 93159945 ENST00000540033 8 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159359 93159456 ENST00000540033 9 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93142715 93142775 ENST00000540033 10 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93131496 93131549 ENST00000540033 11 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93101759 93101893 ENST00000540033 12 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93091351 93091491 ENST00000540033 13 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93089733 93089891 ENST00000540033 14 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93073138 93073284 ENST00000540033 15 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93070864 93070959 ENST00000540033 16 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93029199 93029294 ENST00000540033 17 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 92979216 92979527 ENST00000540033 18 EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 92979213 93257951 ENST00000543509 NA EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93257901 93257951 ENST00000543509 1 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93201955 93202184 ENST00000543509 2 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93170112 93170301 ENST00000543509 3 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93168952 93169176 ENST00000543509 4 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93167698 93167772 ENST00000543509 5 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93163417 93163542 ENST00000543509 6 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93160867 93161010 ENST00000543509 7 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159856 93159945 ENST00000543509 8 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93159359 93159456 ENST00000543509 9 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93142715 93142775 ENST00000543509 10 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93131496 93131549 ENST00000543509 11 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93128977 93129009 ENST00000543509 12 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93101759 93101893 ENST00000543509 13 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93091351 93091491 ENST00000543509 14 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93089733 93089891 ENST00000543509 15 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93073138 93073284 ENST00000543509 16 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93070864 93070959 ENST00000543509 17 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 93029199 93029294 ENST00000543509 18 EVI5 ENSG00000067208 Not Supported Not Supported +CDS 1 92979216 92979527 ENST00000543509 19 EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93029199 93131512 ENST00000491940 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93073006 93091491 ENST00000492513 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93073173 93142734 ENST00000468580 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93091247 93142775 ENST00000492613 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93169415 93250663 ENST00000474806 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93202117 93250523 ENST00000466778 NA EVI5 ENSG00000067208 Not Supported Not Supported +transcript 1 93046033 93046378 ENST00000413730 NA RP4-593M8.1 ENSG00000223787 Not Supported Not Supported +transcript 1 93112605 93113187 ENST00000441799 NA HMGB3P9 ENSG00000229992 Not Supported Not Supported +transcript 1 93166376 93166491 ENST00000364447 NA RNU4-59P ENSG00000201317 Not Supported Not Supported +transcript 1 93197557 93198814 ENST00000440471 NA RP11-330C7.3 ENSG00000225505 Not Supported Not Supported +transcript 1 93214732 93214887 ENST00000429959 NA RP11-330C7.4 ENSG00000234202 Not Supported Not Supported +transcript 1 93221351 93222513 ENST00000457810 NA CCNJP2 ENSG00000223896 Not Supported Not Supported +transcript 1 93297582 93307481 ENST00000370321 NA RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93297672 93297674 ENST00000370321 1 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93298946 93299015 ENST00000370321 2 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93299102 93299217 ENST00000370321 3 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93300336 93300470 ENST00000370321 4 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93301747 93301949 ENST00000370321 5 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93303013 93303190 ENST00000370321 6 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93306108 93306196 ENST00000370321 7 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93307323 93307419 ENST00000370321 8 RPL5 ENSG00000122406 Not Supported Not Supported +transcript 1 93297621 93301911 ENST00000470843 NA RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93297672 93297674 ENST00000470843 1 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93298946 93299015 ENST00000470843 2 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93299102 93299217 ENST00000470843 3 RPL5 ENSG00000122406 Not Supported Not Supported +transcript 1 93297666 93303026 ENST00000315741 NA RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93299179 93299217 ENST00000315741 3 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93300336 93300470 ENST00000315741 4 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93301747 93301949 ENST00000315741 5 RPL5 ENSG00000122406 Not Supported Not Supported +CDS 1 93303013 93303026 ENST00000315741 6 RPL5 ENSG00000122406 Not Supported Not Supported +transcript 1 93298319 93301828 ENST00000461952 NA RPL5 ENSG00000122406 Not Supported Not Supported +transcript 1 93302167 93307419 ENST00000497519 NA RPL5 ENSG00000122406 Not Supported Not Supported +transcript 1 93302846 93302940 ENST00000383953 NA SNORD21 ENSG00000206680 Not Supported Not Supported +transcript 1 93303575 93303627 ENST00000515986 NA SNORA66 ENSG00000251795 Not Supported Not Supported +transcript 1 93306276 93306408 ENST00000384792 NA SNORA66 ENSG00000207523 Not Supported Not Supported +transcript 1 93307724 93427057 ENST00000370310 NA FAM69A ENSG00000154511 Not Supported Not Supported +CDS 1 93426933 93426986 ENST00000370310 1 FAM69A ENSG00000154511 Not Supported Not Supported +CDS 1 93341853 93341987 ENST00000370310 2 FAM69A ENSG00000154511 Not Supported Not Supported +CDS 1 93316405 93316512 ENST00000370310 3 FAM69A ENSG00000154511 Not Supported Not Supported +CDS 1 93312740 93312916 ENST00000370310 4 FAM69A ENSG00000154511 Not Supported Not Supported +CDS 1 93308943 93309752 ENST00000370310 5 FAM69A ENSG00000154511 Not Supported Not Supported +transcript 1 93311616 93311739 ENST00000384295 NA SNORA51 ENSG00000207022 Not Supported Not Supported +transcript 1 93396253 93399655 ENST00000602631 NA RP11-386I23.1 ENSG00000229052 Not Supported Not Supported +transcript 1 93396902 93397648 ENST00000418249 NA RP11-386I23.1 ENSG00000229052 Not Supported Not Supported +transcript 1 93435161 93435267 ENST00000516312 NA RNU6-970P ENSG00000252121 Not Supported Not Supported +transcript 1 93440386 93440680 ENST00000464677 NA RN7SL692P ENSG00000239710 Not Supported Not Supported +transcript 1 93447794 93447865 ENST00000408239 NA AC093577.1 ENSG00000238787 Not Supported Not Supported +transcript 1 93475814 93475908 ENST00000516943 NA RNU6-210P ENSG00000252752 Not Supported Not Supported +transcript 1 93491809 93492099 ENST00000410732 NA RN7SKP123 ENSG00000222664 Not Supported Not Supported +transcript 1 93492967 93493063 ENST00000516028 NA Y_RNA ENSG00000251837 Not Supported Not Supported +transcript 1 93544792 93604636 ENST00000545708 NA MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580265 93580340 ENST00000545708 5 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580545 93580645 ENST00000545708 6 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93581027 93581175 ENST00000545708 7 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93583902 93583997 ENST00000545708 8 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93584890 93584958 ENST00000545708 9 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93586106 93586229 ENST00000545708 10 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93592789 93592856 ENST00000545708 11 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93594835 93595005 ENST00000545708 12 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599260 93599365 ENST00000545708 13 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599485 93599537 ENST00000545708 14 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599648 93599752 ENST00000545708 15 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93602227 93602581 ENST00000545708 16 MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544792 93604636 ENST00000540243 NA MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580265 93580340 ENST00000540243 2 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580545 93580645 ENST00000540243 3 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93581027 93581175 ENST00000540243 4 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93583902 93583997 ENST00000540243 5 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93584890 93584958 ENST00000540243 6 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93586106 93586229 ENST00000540243 7 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93592789 93592856 ENST00000540243 8 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93594835 93595005 ENST00000540243 9 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599260 93599365 ENST00000540243 10 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599485 93599537 ENST00000540243 11 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599648 93599752 ENST00000540243 12 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93602227 93602581 ENST00000540243 13 MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544795 93604638 ENST00000370298 NA MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93545084 93545088 ENST00000370298 1 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93575787 93575985 ENST00000370298 2 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93576102 93576183 ENST00000370298 3 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580245 93580340 ENST00000370298 4 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580545 93580645 ENST00000370298 5 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93581027 93581175 ENST00000370298 6 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93583902 93583997 ENST00000370298 7 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93584890 93584958 ENST00000370298 8 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93586106 93586229 ENST00000370298 9 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93592789 93592856 ENST00000370298 10 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93594835 93595005 ENST00000370298 11 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599260 93599365 ENST00000370298 12 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599485 93599537 ENST00000370298 13 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599648 93599752 ENST00000370298 14 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93602227 93602581 ENST00000370298 15 MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544827 93581049 ENST00000474314 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544840 93584958 ENST00000473430 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544853 93584895 ENST00000494963 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544867 93602646 ENST00000471953 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93544868 93602708 ENST00000370303 NA MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93545084 93545088 ENST00000370303 1 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93575787 93575985 ENST00000370303 2 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93576102 93576183 ENST00000370303 3 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580245 93580340 ENST00000370303 4 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93580545 93580645 ENST00000370303 5 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93581027 93581175 ENST00000370303 6 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93583902 93583997 ENST00000370303 7 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93584890 93584958 ENST00000370303 8 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93586106 93586229 ENST00000370303 9 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93592789 93592856 ENST00000370303 10 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599260 93599365 ENST00000370303 11 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599485 93599537 ENST00000370303 12 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93599648 93599752 ENST00000370303 13 MTF2 ENSG00000143033 Not Supported Not Supported +CDS 1 93602227 93602581 ENST00000370303 14 MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93575803 93602689 ENST00000467953 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93575981 93599297 ENST00000497976 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93583902 93585831 ENST00000468457 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93586350 93602409 ENST00000476037 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93586356 93600016 ENST00000487263 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93594352 93602689 ENST00000489480 NA MTF2 ENSG00000143033 Not Supported Not Supported +transcript 1 93615299 93646285 ENST00000370282 NA TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93645611 93645799 ENST00000370282 1 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93625686 93625783 ENST00000370282 2 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93621857 93622040 ENST00000370282 3 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93620230 93620445 ENST00000370282 4 TMED5 ENSG00000117500 Not Supported Not Supported +transcript 1 93617415 93646073 ENST00000370290 NA TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93645611 93645799 ENST00000370290 1 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93625686 93625783 ENST00000370290 2 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93624372 93624442 ENST00000370290 3 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93622039 93622040 ENST00000370290 4 TMED5 ENSG00000117500 Not Supported Not Supported +transcript 1 93619753 93628767 ENST00000483033 NA TMED5 ENSG00000117500 Not Supported Not Supported +transcript 1 93619789 93645918 ENST00000479918 NA TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93645611 93645799 ENST00000479918 1 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93625686 93625783 ENST00000479918 2 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93621857 93622040 ENST00000479918 3 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93621593 93621641 ENST00000479918 4 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93620387 93620445 ENST00000479918 5 TMED5 ENSG00000117500 Not Supported Not Supported +transcript 1 93621597 93645818 ENST00000370280 NA TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93645611 93645799 ENST00000370280 1 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93625686 93625783 ENST00000370280 2 TMED5 ENSG00000117500 Not Supported Not Supported +CDS 1 93621842 93622040 ENST00000370280 3 TMED5 ENSG00000117500 Not Supported Not Supported +transcript 1 93645476 93744034 ENST00000343253 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648919 93649052 ENST00000343253 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000343253 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93652060 ENST00000343253 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93657557 93657663 ENST00000343253 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659173 93659301 ENST00000343253 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000343253 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000343253 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000343253 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000343253 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000343253 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680303 93680523 ENST00000343253 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000343253 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93683295 93683426 ENST00000343253 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000343253 15 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000343253 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000343253 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000343253 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000343253 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000343253 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000343253 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000343253 22 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712511 ENST00000343253 23 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93720028 93720171 ENST00000343253 24 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93721892 93722095 ENST00000343253 25 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93724305 93724442 ENST00000343253 26 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93730258 93730458 ENST00000343253 27 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93735904 93736371 ENST00000343253 28 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93744020 93744031 ENST00000343253 29 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93645487 93651957 ENST00000528942 NA CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93645920 93744164 ENST00000401026 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648919 93649052 ENST00000401026 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000401026 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93652060 ENST00000401026 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93657557 93657663 ENST00000401026 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659173 93659301 ENST00000401026 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000401026 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000401026 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000401026 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000401026 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000401026 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680300 93680523 ENST00000401026 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000401026 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93683295 93683426 ENST00000401026 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000401026 15 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000401026 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000401026 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000401026 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000401026 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000401026 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000401026 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000401026 22 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712511 ENST00000401026 23 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93720028 93720171 ENST00000401026 24 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93721892 93722095 ENST00000401026 25 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93724305 93724442 ENST00000401026 26 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93730258 93730458 ENST00000401026 27 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93744020 93744031 ENST00000401026 28 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93645920 93744270 ENST00000557479 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93646088 93646439 ENST00000557479 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648917 93649052 ENST00000557479 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000557479 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93652060 ENST00000557479 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93657557 93657663 ENST00000557479 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659173 93659301 ENST00000557479 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000557479 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000557479 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000557479 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000557479 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000557479 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680300 93680523 ENST00000557479 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000557479 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93683295 93683426 ENST00000557479 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000557479 15 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000557479 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000557479 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000557479 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000557479 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000557479 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000557479 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000557479 22 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712511 ENST00000557479 23 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93720028 93720171 ENST00000557479 24 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93721892 93722095 ENST00000557479 25 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93724305 93724442 ENST00000557479 26 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93730258 93730458 ENST00000557479 27 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93744020 93744031 ENST00000557479 28 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93645920 93744270 ENST00000338949 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659207 93659301 ENST00000338949 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000338949 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000338949 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000338949 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000338949 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000338949 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680300 93680523 ENST00000338949 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000338949 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000338949 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000338949 15 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000338949 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000338949 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000338949 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000338949 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000338949 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000338949 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712457 ENST00000338949 22 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93645920 93744270 ENST00000334652 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687434 93687493 ENST00000334652 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000334652 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000334652 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000334652 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000334652 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705292 ENST00000334652 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705297 93705317 ENST00000334652 22 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705322 93705444 ENST00000334652 23 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93646273 93651955 ENST00000448243 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93646273 93646409 ENST00000448243 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648917 93649052 ENST00000448243 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000448243 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93651955 ENST00000448243 4 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93646281 93744287 ENST00000370276 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93646281 93646439 ENST00000370276 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648917 93649052 ENST00000370276 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000370276 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93652060 ENST00000370276 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93657557 93657663 ENST00000370276 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659173 93659301 ENST00000370276 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000370276 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000370276 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000370276 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000370276 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000370276 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680303 93680523 ENST00000370276 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000370276 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93683295 93683426 ENST00000370276 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000370276 15 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000370276 16 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000370276 17 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000370276 18 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000370276 19 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000370276 20 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000370276 21 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000370276 22 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712511 ENST00000370276 23 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93720028 93720171 ENST00000370276 24 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93721892 93722095 ENST00000370276 25 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93724305 93724442 ENST00000370276 26 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93730258 93730458 ENST00000370276 27 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93735904 93736371 ENST00000370276 28 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93744020 93744034 ENST00000370276 29 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93646316 93659217 ENST00000479653 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93646316 93646409 ENST00000479653 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648917 93649052 ENST00000479653 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93651959 ENST00000479653 3 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93646326 93682236 ENST00000481180 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93646326 93646439 ENST00000481180 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93648917 93649052 ENST00000481180 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93649535 93649703 ENST00000481180 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93651902 93652060 ENST00000481180 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93657557 93657663 ENST00000481180 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93659173 93659301 ENST00000481180 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93667449 93667545 ENST00000481180 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671067 93671188 ENST00000481180 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000481180 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677663 ENST00000481180 10 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93671112 93712449 ENST00000455267 NA CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93671112 93671188 ENST00000455267 1 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93672664 93672955 ENST00000455267 2 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93676359 93676483 ENST00000455267 3 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93677658 93677818 ENST00000455267 4 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93680303 93680523 ENST00000455267 5 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93682193 93682303 ENST00000455267 6 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687166 93687300 ENST00000455267 7 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93687416 93687493 ENST00000455267 8 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93691890 93692006 ENST00000455267 9 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93697983 93698150 ENST00000455267 10 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93701805 93701947 ENST00000455267 11 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93704867 93705030 ENST00000455267 12 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93705240 93705453 ENST00000455267 13 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93711662 93711761 ENST00000455267 14 CCDC18 ENSG00000122483 Not Supported Not Supported +CDS 1 93712395 93712449 ENST00000455267 15 CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93687222 93705030 ENST00000421014 NA CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93720074 93730504 ENST00000447456 NA CCDC18 ENSG00000122483 Not Supported Not Supported +transcript 1 93656297 93656617 ENST00000413542 NA RP4-612C19.1 ENSG00000237003 Not Supported Not Supported +transcript 1 93665312 93665496 ENST00000426104 NA RP4-612C19.2 ENSG00000225297 Not Supported Not Supported +transcript 1 93727743 93811388 ENST00000413606 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730195 93739140 ENST00000602488 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730197 93804088 ENST00000457025 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730202 93798955 ENST00000446528 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730202 93811582 ENST00000451302 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730204 93790248 ENST00000415150 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730207 93803026 ENST00000455474 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730208 93806029 ENST00000447577 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730226 93775320 ENST00000442860 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730229 93780826 ENST00000414430 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730233 93802949 ENST00000429859 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730234 93780825 ENST00000427669 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93730234 93790206 ENST00000424517 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93770668 93804931 ENST00000450843 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93775310 93804091 ENST00000440778 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93776726 93811368 ENST00000421202 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93776837 93802994 ENST00000436200 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93777042 93803122 ENST00000432741 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93790263 93811360 ENST00000411670 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93804252 93811405 ENST00000452347 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93804472 93811357 ENST00000438777 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93804486 93811340 ENST00000449305 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93804495 93811403 ENST00000457387 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93804496 93811384 ENST00000445076 NA RP4-717I23.3 ENSG00000223745 Not Supported Not Supported +transcript 1 93744518 93744686 ENST00000423010 NA RP4-717I23.2 ENSG00000229567 Not Supported Not Supported +transcript 1 93811445 93835055 ENST00000370272 NA DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93812203 93812422 ENST00000370272 1 DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93819465 93819628 ENST00000370272 2 DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93826050 93826193 ENST00000370272 3 DR1 ENSG00000117505 Not Supported Not Supported +transcript 1 93811492 93826725 ENST00000370267 NA DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93812203 93812422 ENST00000370267 2 DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93819465 93819628 ENST00000370267 3 DR1 ENSG00000117505 Not Supported Not Supported +CDS 1 93826050 93826193 ENST00000370267 4 DR1 ENSG00000117505 Not Supported Not Supported +transcript 1 93820532 93826492 ENST00000481583 NA DR1 ENSG00000117505 Not Supported Not Supported +transcript 1 93850044 93850555 ENST00000452808 NA RP4-713B5.2 ENSG00000229635 Not Supported Not Supported +transcript 1 93851268 93851374 ENST00000384649 NA Y_RNA ENSG00000207379 Not Supported Not Supported +transcript 1 93913688 94020216 ENST00000271234 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93913839 93913862 ENST00000271234 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93965025 93965140 ENST00000271234 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93987639 93987692 ENST00000271234 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93988901 93989048 ENST00000271234 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93989818 93989880 ENST00000271234 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995209 93995313 ENST00000271234 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000271234 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000271234 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000271234 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94001889 94002047 ENST00000271234 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94006599 94006613 ENST00000271234 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000271234 12 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000271234 13 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000271234 14 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000271234 15 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016662 ENST00000271234 16 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94017966 94017970 ENST00000271234 17 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93913688 94020216 ENST00000370256 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93913839 93913862 ENST00000370256 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93965025 93965140 ENST00000370256 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93987639 93987692 ENST00000370256 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93988901 93989048 ENST00000370256 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93989818 93989880 ENST00000370256 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995209 93995313 ENST00000370256 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000370256 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000370256 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000370256 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94001889 94002047 ENST00000370256 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000370256 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000370256 12 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000370256 13 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000370256 14 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016662 ENST00000370256 15 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94017966 94017970 ENST00000370256 16 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93913688 94020216 ENST00000260506 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93913839 93913862 ENST00000260506 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93965025 93965140 ENST00000260506 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93987639 93987692 ENST00000260506 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93988901 93989048 ENST00000260506 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93989818 93989880 ENST00000260506 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995209 93995313 ENST00000260506 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000260506 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000260506 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000260506 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000260506 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000260506 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000260506 12 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000260506 13 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016679 ENST00000260506 14 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93913839 94016682 ENST00000604705 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93913839 93913862 ENST00000604705 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93965025 93965140 ENST00000604705 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93987639 93987692 ENST00000604705 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93988901 93989048 ENST00000604705 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93989818 93989880 ENST00000604705 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995209 93995313 ENST00000604705 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000604705 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000604705 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000604705 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94001889 94002047 ENST00000604705 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94006599 94006613 ENST00000604705 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000604705 12 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000604705 13 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000604705 14 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000604705 15 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016679 ENST00000604705 16 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93913839 94020218 ENST00000370253 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93913839 93913862 ENST00000370253 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93965025 93965140 ENST00000370253 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93987639 93987692 ENST00000370253 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93988901 93989048 ENST00000370253 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93989818 93989880 ENST00000370253 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995209 93995313 ENST00000370253 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000370253 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000370253 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000370253 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000370253 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000370253 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000370253 12 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000370253 13 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016662 ENST00000370253 14 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94017966 94017970 ENST00000370253 15 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93995267 94018136 ENST00000424449 NA FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93995267 93995313 ENST00000424449 1 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93996312 93996440 ENST00000424449 2 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 93998479 93998625 ENST00000424449 3 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94000262 94000465 ENST00000424449 4 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94001889 94002047 ENST00000424449 5 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94006599 94006613 ENST00000424449 6 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94009664 94009773 ENST00000424449 7 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012399 94012531 ENST00000424449 8 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94012904 94012998 ENST00000424449 9 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94014835 94014983 ENST00000424449 10 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94016504 94016662 ENST00000424449 11 FNBP1L ENSG00000137942 Not Supported Not Supported +CDS 1 94017966 94017973 ENST00000424449 12 FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 94009383 94014871 ENST00000603526 NA FNBP1L ENSG00000137942 Not Supported Not Supported +transcript 1 93953890 93954009 ENST00000391299 NA RNA5SP53 ENSG00000212601 Not Supported Not Supported +transcript 1 94027347 94079654 ENST00000370247 NA BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94079404 94079487 ENST00000370247 1 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94057822 94057950 ENST00000370247 2 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94054534 94054976 ENST00000370247 3 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94049575 94049678 ENST00000370247 4 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94047858 94048510 ENST00000370247 5 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94041571 94041686 ENST00000370247 6 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94037227 94037398 ENST00000370247 7 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94033297 94033408 ENST00000370247 8 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94032836 94033048 ENST00000370247 9 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94027801 94027976 ENST00000370247 10 BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94027348 94147385 ENST00000260502 NA BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94140170 94140486 ENST00000260502 2 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94107860 94107899 ENST00000260502 3 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94057822 94057950 ENST00000260502 4 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94054534 94054976 ENST00000260502 5 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94049575 94049678 ENST00000260502 6 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94047858 94048510 ENST00000260502 7 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94041571 94041686 ENST00000260502 8 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94037227 94037398 ENST00000260502 9 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94033297 94033408 ENST00000260502 10 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94032836 94033048 ENST00000260502 11 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94027801 94027976 ENST00000260502 12 BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94027348 94312706 ENST00000370244 NA BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94140170 94140486 ENST00000370244 4 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94107860 94107899 ENST00000370244 5 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94057822 94057950 ENST00000370244 6 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94054534 94054976 ENST00000370244 7 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94049575 94049678 ENST00000370244 8 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94047858 94048510 ENST00000370244 9 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94041571 94041686 ENST00000370244 10 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94037227 94037398 ENST00000370244 11 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94033297 94033408 ENST00000370244 12 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94032836 94033048 ENST00000370244 13 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94027801 94027976 ENST00000370244 14 BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94027351 94146926 ENST00000370243 NA BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94140170 94140486 ENST00000370243 2 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94107860 94107899 ENST00000370243 3 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94057822 94057950 ENST00000370243 4 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94054534 94054976 ENST00000370243 5 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94049575 94049678 ENST00000370243 6 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94047858 94048510 ENST00000370243 7 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94041571 94041686 ENST00000370243 8 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94037227 94037398 ENST00000370243 9 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94033297 94033408 ENST00000370243 10 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94032836 94033048 ENST00000370243 11 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94027801 94027976 ENST00000370243 12 BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94027351 94050692 ENST00000539242 NA BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94049575 94049635 ENST00000539242 2 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94047858 94048510 ENST00000539242 3 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94041571 94041686 ENST00000539242 4 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94037227 94037398 ENST00000539242 5 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94033297 94033408 ENST00000539242 6 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94032836 94033048 ENST00000539242 7 BCAR3 ENSG00000137936 Not Supported Not Supported +CDS 1 94027801 94027976 ENST00000539242 8 BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94027678 94033684 ENST00000538653 NA BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94047858 94050658 ENST00000466632 NA BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94054640 94055935 ENST00000490377 NA BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94057863 94114378 ENST00000479503 NA BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94185745 94311268 ENST00000469315 NA BCAR3 ENSG00000137936 Not Supported Not Supported +transcript 1 94057756 94060341 ENST00000431770 NA RP5-1033H22.2 ENSG00000224093 Not Supported Not Supported +transcript 1 94057807 94067997 ENST00000427243 NA RP5-1033H22.2 ENSG00000224093 Not Supported Not Supported +transcript 1 94057807 94071130 ENST00000417401 NA RP5-1033H22.2 ENSG00000224093 Not Supported Not Supported +transcript 1 94059942 94066319 ENST00000412628 NA RP5-1033H22.2 ENSG00000224093 Not Supported Not Supported +transcript 1 94059947 94065297 ENST00000446684 NA RP5-1033H22.2 ENSG00000224093 Not Supported Not Supported +transcript 1 94218480 94241000 ENST00000433544 NA RP11-488P3.1 ENSG00000230439 Not Supported Not Supported +transcript 1 94312388 94312467 ENST00000390220 NA MIR760 ENSG00000211575 Not Supported Not Supported +transcript 1 94312730 94314495 ENST00000565336 NA RP4-561L24.3 ENSG00000260464 Not Supported Not Supported +transcript 1 94333373 94344762 ENST00000436063 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94344633 94344704 ENST00000436063 1 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94341824 94343418 ENST00000436063 2 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94341201 94341339 ENST00000436063 3 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94338675 94338770 ENST00000436063 4 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94337628 94337792 ENST00000436063 5 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94336239 94336348 ENST00000436063 6 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94335410 94335500 ENST00000436063 7 DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94335336 94336553 ENST00000462746 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94335336 94338925 ENST00000496535 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94335354 94344718 ENST00000359208 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94344633 94344704 ENST00000359208 1 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94341824 94343418 ENST00000359208 2 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94338675 94338770 ENST00000359208 3 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94337753 94337792 ENST00000359208 4 DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94341222 94345474 ENST00000460191 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94342315 94344712 ENST00000496672 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94343029 94344720 ENST00000528680 NA DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94344633 94344704 ENST00000528680 1 DNTTIP2 ENSG00000067334 Not Supported Not Supported +CDS 1 94343029 94343439 ENST00000528680 2 DNTTIP2 ENSG00000067334 Not Supported Not Supported +transcript 1 94350761 94374966 ENST00000370238 NA GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94374594 94374719 ENST00000370238 1 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94370079 94370144 ENST00000370238 2 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94367141 94367225 ENST00000370238 3 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94363395 94363454 ENST00000370238 4 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94362174 94362376 ENST00000370238 5 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94360170 94360284 ENST00000370238 6 GCLM ENSG00000023909 Not Supported Not Supported +CDS 1 94354549 94354715 ENST00000370238 7 GCLM ENSG00000023909 Not Supported Not Supported +transcript 1 94360200 94374346 ENST00000467772 NA GCLM ENSG00000023909 Not Supported Not Supported +transcript 1 94369822 94374480 ENST00000462183 NA GCLM ENSG00000023909 Not Supported Not Supported +transcript 1 94386824 94387223 ENST00000421414 NA CHCHD2P5 ENSG00000223490 Not Supported Not Supported +transcript 1 94388130 94389501 ENST00000417020 NA MTND4P11 ENSG00000234099 Not Supported Not Supported +transcript 1 94389942 94390272 ENST00000433774 NA RP5-837O21.6 ENSG00000235794 Not Supported Not Supported +transcript 1 94390299 94390941 ENST00000430791 NA RP5-837O21.5 ENSG00000232752 Not Supported Not Supported +transcript 1 94390962 94391628 ENST00000438531 NA RP5-837O21.4 ENSG00000229842 Not Supported Not Supported +transcript 1 94391588 94391744 ENST00000513571 NA RP5-837O21.8 ENSG00000250890 Not Supported Not Supported +transcript 1 94392171 94393125 ENST00000419780 NA RP5-837O21.3 ENSG00000236689 Not Supported Not Supported +transcript 1 94393270 94393858 ENST00000416634 NA RP5-837O21.1 ENSG00000226960 Not Supported Not Supported +transcript 1 94400035 94400800 ENST00000438864 NA RP5-837O21.2 ENSG00000233129 Not Supported Not Supported +transcript 1 94458393 94586688 ENST00000370225 NA ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94586536 94586601 ENST00000370225 1 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94578529 94578622 ENST00000370225 2 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94576994 94577135 ENST00000370225 3 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94574133 94574272 ENST00000370225 4 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94568571 94568698 ENST00000370225 5 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94564350 94564547 ENST00000370225 6 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94548908 94548997 ENST00000370225 7 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94546034 94546274 ENST00000370225 8 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94544878 94545017 ENST00000370225 9 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94544146 94544262 ENST00000370225 10 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94543246 94543443 ENST00000370225 11 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94528668 94528873 ENST00000370225 12 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94528133 94528309 ENST00000370225 13 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94526093 94526315 ENST00000370225 14 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94522157 94522378 ENST00000370225 15 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94520667 94520871 ENST00000370225 16 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94517189 94517254 ENST00000370225 17 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94514424 94514513 ENST00000370225 18 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94512475 94512649 ENST00000370225 19 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94510169 94510300 ENST00000370225 20 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94508892 94509031 ENST00000370225 21 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94508317 94508454 ENST00000370225 22 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94506765 94506958 ENST00000370225 23 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94505599 94505683 ENST00000370225 24 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94502701 94502906 ENST00000370225 25 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94502296 94502344 ENST00000370225 26 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94497334 94497599 ENST00000370225 27 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94496552 94496676 ENST00000370225 28 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94495984 94496082 ENST00000370225 29 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94495001 94495187 ENST00000370225 30 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94490510 94490604 ENST00000370225 31 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94488942 94488974 ENST00000370225 32 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94487402 94487507 ENST00000370225 33 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94487196 94487270 ENST00000370225 34 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94486796 94486965 ENST00000370225 35 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94485138 94485315 ENST00000370225 36 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94481295 94481410 ENST00000370225 37 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94480099 94480246 ENST00000370225 38 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94476818 94476941 ENST00000370225 39 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94476356 94476485 ENST00000370225 40 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94474307 94474427 ENST00000370225 41 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473791 94473853 ENST00000370225 42 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473190 94473296 ENST00000370225 43 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94470997 94471138 ENST00000370225 44 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94467414 94467548 ENST00000370225 45 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466558 94466661 ENST00000370225 46 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466392 94466484 ENST00000370225 47 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94463417 94463666 ENST00000370225 48 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94461665 94461751 ENST00000370225 49 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94458796 94458798 ENST00000370225 50 ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94458738 94484228 ENST00000536513 NA ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94484130 94484135 ENST00000536513 1 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94481295 94481410 ENST00000536513 2 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94480099 94480246 ENST00000536513 3 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94476818 94476941 ENST00000536513 4 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94476356 94476485 ENST00000536513 5 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94474307 94474427 ENST00000536513 6 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473791 94473853 ENST00000536513 7 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473190 94473296 ENST00000536513 8 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94470997 94471138 ENST00000536513 9 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94467414 94467548 ENST00000536513 10 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466558 94466661 ENST00000536513 11 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466392 94466484 ENST00000536513 12 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94463417 94463666 ENST00000536513 13 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94461665 94461751 ENST00000536513 14 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94458796 94458798 ENST00000536513 15 ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94458738 94477181 ENST00000535881 NA ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94476356 94476426 ENST00000535881 3 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94474307 94474427 ENST00000535881 4 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473791 94473853 ENST00000535881 5 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94473190 94473296 ENST00000535881 6 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94470997 94471138 ENST00000535881 7 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94467414 94467548 ENST00000535881 8 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466558 94466661 ENST00000535881 9 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94466392 94466484 ENST00000535881 10 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94463417 94463666 ENST00000535881 11 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94461665 94461751 ENST00000535881 12 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94458796 94458798 ENST00000535881 13 ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94467064 94476485 ENST00000465352 NA ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94470931 94473308 ENST00000484388 NA ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94484956 94486923 ENST00000470771 NA ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94485138 94491151 ENST00000460514 NA ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94511193 94586681 ENST00000535735 NA ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94586536 94586601 ENST00000535735 1 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94578529 94578622 ENST00000535735 2 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94576994 94577135 ENST00000535735 3 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94574133 94574272 ENST00000535735 4 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94568571 94568698 ENST00000535735 5 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94564350 94564547 ENST00000535735 6 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94548908 94548997 ENST00000535735 7 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94546034 94546274 ENST00000535735 8 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94544878 94545017 ENST00000535735 9 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94544146 94544262 ENST00000535735 10 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94543246 94543443 ENST00000535735 11 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94528668 94528873 ENST00000535735 12 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94528133 94528309 ENST00000535735 13 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94526093 94526315 ENST00000535735 14 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94520667 94520871 ENST00000535735 15 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94517189 94517254 ENST00000535735 16 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94514424 94514513 ENST00000535735 17 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94512475 94512649 ENST00000535735 18 ABCA4 ENSG00000198691 Not Supported Not Supported +CDS 1 94511281 94511521 ENST00000535735 19 ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94525025 94526995 ENST00000472033 NA ABCA4 ENSG00000198691 Not Supported Not Supported +transcript 1 94610667 94611175 ENST00000439455 NA RP11-78O9.1 ENSG00000233482 Not Supported Not Supported +transcript 1 94614544 94620385 ENST00000546444 NA ARHGAP29 ENSG00000137962 Not Supported Not Supported +transcript 1 94615403 94740624 ENST00000552844 NA ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94696963 94697167 ENST00000552844 2 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94685814 94685948 ENST00000552844 3 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674810 94674906 ENST00000552844 4 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674388 94674460 ENST00000552844 5 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94671191 94671239 ENST00000552844 6 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94670617 94670754 ENST00000552844 7 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94669486 94669550 ENST00000552844 8 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668656 94668766 ENST00000552844 9 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668474 94668554 ENST00000552844 10 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668100 94668288 ENST00000552844 11 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94667276 94667413 ENST00000552844 12 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94655482 94655639 ENST00000552844 13 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94654772 94654908 ENST00000552844 14 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94654393 94654497 ENST00000552844 15 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94652055 94652153 ENST00000552844 16 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94650898 94651037 ENST00000552844 17 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94650428 94650616 ENST00000552844 18 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94649707 94649844 ENST00000552844 19 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94645281 94645513 ENST00000552844 20 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94643408 94643723 ENST00000552844 21 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94643168 94643276 ENST00000552844 22 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94640160 94640305 ENST00000552844 23 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94620151 94620204 ENST00000552844 24 ARHGAP29 ENSG00000137962 Not Supported Not Supported +transcript 1 94637307 94703121 ENST00000260526 NA ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94696963 94697167 ENST00000260526 2 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94685814 94685948 ENST00000260526 3 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674810 94674906 ENST00000260526 4 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674388 94674460 ENST00000260526 5 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94671191 94671239 ENST00000260526 6 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94670617 94670754 ENST00000260526 7 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94669486 94669550 ENST00000260526 8 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668656 94668766 ENST00000260526 9 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668474 94668554 ENST00000260526 10 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668100 94668288 ENST00000260526 11 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94667276 94667413 ENST00000260526 12 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94655482 94655639 ENST00000260526 13 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94654772 94654908 ENST00000260526 14 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94654393 94654497 ENST00000260526 15 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94652055 94652153 ENST00000260526 16 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94650898 94651037 ENST00000260526 17 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94650428 94650616 ENST00000260526 18 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94649707 94649844 ENST00000260526 19 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94645281 94645513 ENST00000260526 20 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94643408 94643723 ENST00000260526 21 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94643168 94643276 ENST00000260526 22 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94639428 94640305 ENST00000260526 23 ARHGAP29 ENSG00000137962 Not Supported Not Supported +transcript 1 94642169 94661496 ENST00000482481 NA ARHGAP29 ENSG00000137962 Not Supported Not Supported +transcript 1 94667451 94703189 ENST00000370217 NA ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94696963 94697167 ENST00000370217 2 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94685814 94685948 ENST00000370217 3 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674810 94674906 ENST00000370217 4 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94674388 94674460 ENST00000370217 5 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94671191 94671239 ENST00000370217 6 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94670617 94670754 ENST00000370217 7 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94669486 94669550 ENST00000370217 8 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668656 94668766 ENST00000370217 9 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668474 94668554 ENST00000370217 10 ARHGAP29 ENSG00000137962 Not Supported Not Supported +CDS 1 94668064 94668288 ENST00000370217 11 ARHGAP29 ENSG00000137962 Not Supported Not Supported +transcript 1 94616294 94616610 ENST00000577855 NA RN7SL440P ENSG00000264963 Not Supported Not Supported +transcript 1 94616974 94617077 ENST00000458933 NA snoU13 ENSG00000238389 Not Supported Not Supported +transcript 1 94713464 94715048 ENST00000413103 NA RP11-148B18.1 ENSG00000231363 Not Supported Not Supported +transcript 1 94767594 94768578 ENST00000429913 NA GAPDHP29 ENSG00000178596 Not Supported Not Supported +transcript 1 94784035 94790125 ENST00000414039 NA RP11-148B18.4 ENSG00000236098 Not Supported Not Supported +transcript 1 94798823 94800404 ENST00000418242 NA RP11-148B18.3 ENSG00000226835 Not Supported Not Supported +transcript 1 94871951 94872438 ENST00000442943 NA RP11-366L18.1 ENSG00000232918 Not Supported Not Supported +transcript 1 94883933 94984219 ENST00000394233 NA ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94884035 94884144 ENST00000394233 1 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94924163 94924199 ENST00000394233 2 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94930331 94930429 ENST00000394233 3 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94933475 94933563 ENST00000394233 4 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94939322 94939391 ENST00000394233 5 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94940699 94940796 ENST00000394233 6 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94941170 94941293 ENST00000394233 7 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94943815 94943871 ENST00000394233 8 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94946020 94946162 ENST00000394233 9 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955281 94955372 ENST00000394233 10 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955459 94955531 ENST00000394233 11 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94956740 94956803 ENST00000394233 12 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964158 94964235 ENST00000394233 13 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964339 94964404 ENST00000394233 14 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964501 94964590 ENST00000394233 15 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94965051 94965170 ENST00000394233 16 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94972094 94972198 ENST00000394233 17 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94980702 94980758 ENST00000394233 18 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94982608 94982682 ENST00000394233 19 ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94883969 94982836 ENST00000454898 NA ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94884035 94884144 ENST00000454898 1 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94921289 94921360 ENST00000454898 2 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94924163 94924199 ENST00000454898 3 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94930331 94930429 ENST00000454898 4 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94933475 94933563 ENST00000454898 5 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94939322 94939391 ENST00000454898 6 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94940699 94940796 ENST00000454898 7 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94941170 94941293 ENST00000454898 8 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94943815 94943871 ENST00000454898 9 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94946020 94946162 ENST00000454898 10 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94948726 94948795 ENST00000454898 11 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953098 94953167 ENST00000454898 12 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953250 94953347 ENST00000454898 13 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953448 94953539 ENST00000454898 14 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955281 94955372 ENST00000454898 15 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955459 94955531 ENST00000454898 16 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94956740 94956803 ENST00000454898 17 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964158 94964235 ENST00000454898 18 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964339 94964404 ENST00000454898 19 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964501 94964590 ENST00000454898 20 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94965051 94965170 ENST00000454898 21 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94972094 94972198 ENST00000454898 22 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94980702 94980758 ENST00000454898 23 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94982608 94982682 ENST00000454898 24 ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94883971 94983158 ENST00000536817 NA ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94930403 94930429 ENST00000536817 2 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94933475 94933563 ENST00000536817 3 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94939322 94939391 ENST00000536817 4 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94940699 94940796 ENST00000536817 5 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94941170 94941293 ENST00000536817 6 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94943815 94943871 ENST00000536817 7 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94946020 94946162 ENST00000536817 8 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94948726 94948795 ENST00000536817 9 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953098 94953167 ENST00000536817 10 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953250 94953347 ENST00000536817 11 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953448 94953539 ENST00000536817 12 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955281 94955372 ENST00000536817 13 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955459 94955531 ENST00000536817 14 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94956740 94956803 ENST00000536817 15 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964158 94964235 ENST00000536817 16 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964339 94964404 ENST00000536817 17 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964501 94964590 ENST00000536817 18 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94965051 94965170 ENST00000536817 19 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94972094 94972198 ENST00000536817 20 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94980702 94980758 ENST00000536817 21 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94982608 94982682 ENST00000536817 22 ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94884011 94984219 ENST00000370214 NA ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94884035 94884144 ENST00000370214 1 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94924163 94924199 ENST00000370214 2 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94930331 94930429 ENST00000370214 3 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94933475 94933563 ENST00000370214 4 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94939322 94939391 ENST00000370214 5 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94940699 94940796 ENST00000370214 6 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94941170 94941293 ENST00000370214 7 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94943815 94943871 ENST00000370214 8 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94946020 94946162 ENST00000370214 9 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94948726 94948795 ENST00000370214 10 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953098 94953167 ENST00000370214 11 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953250 94953347 ENST00000370214 12 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94953448 94953539 ENST00000370214 13 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955281 94955372 ENST00000370214 14 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94955459 94955531 ENST00000370214 15 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94956740 94956803 ENST00000370214 16 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964158 94964235 ENST00000370214 17 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964339 94964404 ENST00000370214 18 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94964501 94964590 ENST00000370214 19 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94965051 94965170 ENST00000370214 20 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94972094 94972198 ENST00000370214 21 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94980702 94980758 ENST00000370214 22 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94982608 94982682 ENST00000370214 23 ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94884035 94944279 ENST00000315713 NA ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94884035 94884144 ENST00000315713 1 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94924163 94924199 ENST00000315713 2 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94930331 94930429 ENST00000315713 3 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94933475 94933563 ENST00000315713 4 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94939322 94939391 ENST00000315713 5 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94940699 94940796 ENST00000315713 6 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94941170 94941293 ENST00000315713 7 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94943815 94943871 ENST00000315713 8 ABCD3 ENSG00000117528 Not Supported Not Supported +CDS 1 94944080 94944103 ENST00000315713 9 ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94884387 94941250 ENST00000468860 NA ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94945778 94953347 ENST00000493416 NA ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94947049 94984222 ENST00000484213 NA ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94979030 94984052 ENST00000464165 NA ABCD3 ENSG00000117528 Not Supported Not Supported +transcript 1 94994781 95007356 ENST00000334047 NA F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95007093 95007192 ENST00000334047 1 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95005813 95005924 ENST00000334047 2 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95001521 95001720 ENST00000334047 3 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 94998646 94998824 ENST00000334047 4 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 94997877 94998036 ENST00000334047 5 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 94996019 94996152 ENST00000334047 6 F3 ENSG00000117525 Not Supported Not Supported +transcript 1 94994866 95007193 ENST00000370207 NA F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95007093 95007192 ENST00000370207 1 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95005813 95005924 ENST00000370207 2 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 95001521 95001720 ENST00000370207 3 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 94998646 94998824 ENST00000370207 4 F3 ENSG00000117525 Not Supported Not Supported +CDS 1 94996030 94996152 ENST00000370207 5 F3 ENSG00000117525 Not Supported Not Supported +transcript 1 94998553 95001720 ENST00000478217 NA F3 ENSG00000117525 Not Supported Not Supported +transcript 1 94998662 95007315 ENST00000480356 NA F3 ENSG00000117525 Not Supported Not Supported +transcript 1 95051112 95057853 ENST00000413541 NA RP11-86H7.6 ENSG00000223675 Not Supported Not Supported +transcript 1 95086707 95089740 ENST00000435559 NA RP11-86H7.7 ENSG00000235565 Not Supported Not Supported +transcript 1 95104017 95285652 ENST00000442418 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95123089 95285837 ENST00000452922 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95123481 95123806 ENST00000456551 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95138453 95197901 ENST00000432162 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95138685 95285775 ENST00000421997 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95144981 95285766 ENST00000414374 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95145136 95285775 ENST00000418366 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95197689 95208051 ENST00000424711 NA LINC01057 ENSG00000224081 Not Supported Not Supported +transcript 1 95116100 95116934 ENST00000433311 NA KATNBL1P2 ENSG00000232857 Not Supported Not Supported +transcript 1 95138474 95139717 ENST00000424505 NA PGBD4P7 ENSG00000244433 Not Supported Not Supported +transcript 1 95211416 95211456 ENST00000579876 NA MIR378G ENSG00000263526 Not Supported Not Supported +transcript 1 95285898 95360608 ENST00000446120 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286008 95286034 ENST00000446120 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290049 95290191 ENST00000446120 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293199 ENST00000446120 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000446120 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000446120 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000446120 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000446120 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000446120 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000446120 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000446120 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000446120 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000446120 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000446120 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000446120 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95285906 95360802 ENST00000271227 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286008 95286034 ENST00000271227 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286505 95286612 ENST00000271227 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290049 95290191 ENST00000271227 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293199 ENST00000271227 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000271227 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000271227 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000271227 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000271227 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000271227 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000271227 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000271227 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000271227 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000271227 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000271227 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000271227 15 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95285953 95360608 ENST00000527077 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286008 95286034 ENST00000527077 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290049 95290191 ENST00000527077 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293103 ENST00000527077 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000527077 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000527077 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000527077 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000527077 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000527077 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000527077 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000527077 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000527077 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000527077 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000527077 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000527077 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95285957 95360609 ENST00000529450 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286008 95286034 ENST00000529450 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95286505 95286612 ENST00000529450 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290049 95290191 ENST00000529450 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293103 ENST00000529450 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000529450 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000529450 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000529450 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000529450 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000529450 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000529450 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000529450 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332890 95332973 ENST00000529450 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000529450 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000529450 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000529450 15 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95286177 95360609 ENST00000467909 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290058 95290191 ENST00000467909 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293199 ENST00000467909 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000467909 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000467909 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000467909 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000467909 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000467909 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000467909 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000467909 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000467909 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000467909 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000467909 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000467909 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95286202 95303390 ENST00000422520 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290058 95290191 ENST00000422520 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293199 ENST00000422520 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000422520 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303390 ENST00000422520 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95286206 95360585 ENST00000532427 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290058 95290191 ENST00000532427 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95293063 95293103 ENST00000532427 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95294049 95294142 ENST00000532427 4 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95303267 95303427 ENST00000532427 5 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95305504 95305593 ENST00000532427 6 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95307556 95307680 ENST00000532427 7 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95310834 95311020 ENST00000532427 8 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95322891 95323056 ENST00000532427 9 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95330299 95330455 ENST00000532427 10 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000532427 11 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000532427 12 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95357837 95358073 ENST00000532427 13 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360475 ENST00000532427 14 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95290050 95360609 ENST00000475883 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95290050 95290191 ENST00000475883 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95291389 95291497 ENST00000475883 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95292995 95356760 ENST00000530397 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95332887 95360608 ENST00000532670 NA SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95332887 95332973 ENST00000532670 1 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95356686 95356823 ENST00000532670 2 SLC44A3 ENSG00000143036 Not Supported Not Supported +CDS 1 95360374 95360478 ENST00000532670 3 SLC44A3 ENSG00000143036 Not Supported Not Supported +transcript 1 95302304 95320982 ENST00000422162 NA RP11-465K1.2 ENSG00000237416 Not Supported Not Supported +transcript 1 95308664 95320982 ENST00000532087 NA RP11-465K1.2 ENSG00000237416 Not Supported Not Supported +transcript 1 95362507 95392834 ENST00000370206 NA CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95392394 95392450 ENST00000370206 1 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368959 95369080 ENST00000370206 2 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368678 95368744 ENST00000370206 3 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367677 95367814 ENST00000370206 4 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367225 95367341 ENST00000370206 5 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95364927 95365073 ENST00000370206 6 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95363301 95363639 ENST00000370206 7 CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95362766 95392638 ENST00000538964 NA CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95392394 95392450 ENST00000538964 2 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368959 95369080 ENST00000538964 3 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368678 95368744 ENST00000538964 4 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367677 95367814 ENST00000538964 5 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367225 95367341 ENST00000538964 6 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95364927 95365073 ENST00000538964 7 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95363301 95363639 ENST00000538964 8 CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95362901 95392699 ENST00000394202 NA CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95392394 95392450 ENST00000394202 1 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368959 95369080 ENST00000394202 2 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368678 95368744 ENST00000394202 3 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367225 95367341 ENST00000394202 4 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95364927 95365073 ENST00000394202 5 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95363301 95363639 ENST00000394202 6 CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95362979 95391337 ENST00000545882 NA CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368959 95369014 ENST00000545882 2 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368678 95368744 ENST00000545882 3 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367677 95367814 ENST00000545882 4 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367225 95367341 ENST00000545882 5 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95364927 95365073 ENST00000545882 6 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95363301 95363639 ENST00000545882 7 CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95363424 95367429 ENST00000461018 NA CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95363503 95368877 ENST00000487539 NA CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95363608 95391357 ENST00000415017 NA CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368959 95369014 ENST00000415017 2 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95368678 95368744 ENST00000415017 3 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367677 95367814 ENST00000415017 4 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95367225 95367341 ENST00000415017 5 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95364927 95365073 ENST00000415017 6 CNN3 ENSG00000117519 Not Supported Not Supported +CDS 1 95363608 95363639 ENST00000415017 7 CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95367734 95390003 ENST00000474409 NA CNN3 ENSG00000117519 Not Supported Not Supported +transcript 1 95393122 95428826 ENST00000452846 NA RP4-639F20.1 ENSG00000235501 Not Supported Not Supported +transcript 1 95393584 95428826 ENST00000438509 NA RP4-639F20.1 ENSG00000235501 Not Supported Not Supported +transcript 1 95426881 95428826 ENST00000456582 NA RP4-639F20.1 ENSG00000235501 Not Supported Not Supported +transcript 1 95439963 95538501 ENST00000370205 NA ALG14 ENSG00000172339 Not Supported Not Supported +CDS 1 95538319 95538454 ENST00000370205 1 ALG14 ENSG00000172339 Not Supported Not Supported +CDS 1 95530422 95530573 ENST00000370205 2 ALG14 ENSG00000172339 Not Supported Not Supported +CDS 1 95492685 95492816 ENST00000370205 3 ALG14 ENSG00000172339 Not Supported Not Supported +CDS 1 95448635 95448862 ENST00000370205 4 ALG14 ENSG00000172339 Not Supported Not Supported +transcript 1 95449106 95492759 ENST00000507727 NA ALG14 ENSG00000172339 Not Supported Not Supported +transcript 1 95501377 95538430 ENST00000495856 NA ALG14 ENSG00000172339 Not Supported Not Supported +transcript 1 95527152 95533101 ENST00000451611 NA RP11-313A24.1 ENSG00000230427 Not Supported Not Supported +transcript 1 95582894 95663163 ENST00000370203 NA TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95609458 95609612 ENST00000370203 2 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95614258 95614347 ENST00000370203 3 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95615764 95615822 ENST00000370203 4 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95616881 95616975 ENST00000370203 5 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95639372 95639445 ENST00000370203 6 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95657106 95657421 ENST00000370203 7 TMEM56 ENSG00000152078 Not Supported Not Supported +transcript 1 95582995 95639434 ENST00000456991 NA TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95609458 95609612 ENST00000456991 3 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95614258 95614347 ENST00000456991 4 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95615764 95615822 ENST00000456991 5 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95616881 95616975 ENST00000456991 6 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95639372 95639434 ENST00000456991 7 TMEM56 ENSG00000152078 Not Supported Not Supported +transcript 1 95583479 95639401 ENST00000455656 NA TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95609458 95609612 ENST00000455656 2 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95614258 95614347 ENST00000455656 3 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95615764 95615822 ENST00000455656 4 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95616881 95616975 ENST00000455656 5 TMEM56 ENSG00000152078 Not Supported Not Supported +CDS 1 95639372 95639401 ENST00000455656 6 TMEM56 ENSG00000152078 Not Supported Not Supported +transcript 1 95606228 95615785 ENST00000463375 NA TMEM56 ENSG00000152078 Not Supported Not Supported +transcript 1 95583479 95710511 ENST00000604534 NA TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95609458 95609612 ENST00000604534 2 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95614258 95614347 ENST00000604534 3 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95615764 95615822 ENST00000604534 4 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95616881 95616975 ENST00000604534 5 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95639372 95639445 ENST00000604534 6 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95696458 95696550 ENST00000604534 7 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95709767 95709803 ENST00000604534 8 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +transcript 1 95616933 95712781 ENST00000604203 NA TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95616933 95616975 ENST00000604203 1 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95639372 95639445 ENST00000604203 2 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95696458 95696550 ENST00000604203 3 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +CDS 1 95712312 95712426 ENST00000604203 4 TMEM56-RWDD3 ENSG00000271092 Not Supported Not Supported +transcript 1 95585703 95604110 ENST00000434207 NA RP11-57H12.2 ENSG00000231992 Not Supported Not Supported +transcript 1 95591067 95591165 ENST00000383952 NA Y_RNA ENSG00000206679 Not Supported Not Supported +transcript 1 95628775 95699538 ENST00000421762 NA RP11-57H12.3 ENSG00000226026 Not Supported Not Supported +transcript 1 95639680 95699535 ENST00000419846 NA RP11-57H12.3 ENSG00000226026 Not Supported Not Supported +transcript 1 95699711 95712781 ENST00000370202 NA RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95699787 95699871 ENST00000370202 1 RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95709767 95710254 ENST00000370202 2 RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95712098 95712213 ENST00000370202 3 RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95712312 95712423 ENST00000370202 4 RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699759 95711058 ENST00000429514 NA RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95705426 95705465 ENST00000429514 2 RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95709767 95710266 ENST00000429514 3 RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699767 95712779 ENST00000263893 NA RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95699787 95699871 ENST00000263893 1 RWDD3 ENSG00000122481 Not Supported Not Supported +CDS 1 95709767 95710266 ENST00000263893 2 RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699770 95709967 ENST00000492639 NA RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699777 95712773 ENST00000495272 NA RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699781 95712779 ENST00000497058 NA RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95699824 95712776 ENST00000473397 NA RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95711614 95712779 ENST00000460571 NA RWDD3 ENSG00000122481 Not Supported Not Supported +transcript 1 95708781 95729610 ENST00000444665 NA RP11-57H12.5 ENSG00000228852 Not Supported Not Supported +transcript 1 95714256 95729610 ENST00000598739 NA RP11-57H12.5 ENSG00000228852 Not Supported Not Supported +transcript 1 95776484 95783819 ENST00000423410 NA RP4-586O15.1 ENSG00000228504 Not Supported Not Supported +transcript 1 95816807 95817810 ENST00000438093 NA RP11-14O19.1 ENSG00000230434 Not Supported Not Supported +transcript 1 95821785 95846556 ENST00000426881 NA RP11-14O19.2 ENSG00000237954 Not Supported Not Supported +transcript 1 95821791 95846528 ENST00000427695 NA RP11-14O19.2 ENSG00000237954 Not Supported Not Supported +transcript 1 95940293 95944912 ENST00000424943 NA RP4-617C6.1 ENSG00000233907 Not Supported Not Supported +transcript 1 95970532 95970619 ENST00000401218 NA AL356479.1 ENSG00000216037 Not Supported Not Supported +transcript 1 95975672 95980285 ENST00000440116 NA RP11-286B14.1 ENSG00000228971 Not Supported Not Supported +transcript 1 95975723 96247898 ENST00000456933 NA RP11-286B14.1 ENSG00000228971 Not Supported Not Supported +transcript 1 95975896 95981020 ENST00000411798 NA RP11-286B14.1 ENSG00000228971 Not Supported Not Supported +transcript 1 96208652 96225026 ENST00000603401 NA RP11-286B14.2 ENSG00000271252 Not Supported Not Supported +transcript 1 96352096 96352182 ENST00000408871 NA AC092812.1 ENSG00000221798 Not Supported Not Supported +transcript 1 96403457 96488422 ENST00000442558 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457542 96488337 ENST00000593954 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457545 96488436 ENST00000413825 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +CDS 1 96457908 96458065 ENST00000413825 1 RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +CDS 1 96461677 96461750 ENST00000413825 2 RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +CDS 1 96488089 96488168 ENST00000413825 3 RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457568 96471885 ENST00000609411 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457582 96488335 ENST00000595613 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457588 96471821 ENST00000595188 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457624 96488422 ENST00000451675 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96457997 96488335 ENST00000598129 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96460791 96488337 ENST00000598612 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96461677 96488422 ENST00000412513 NA RP11-147C23.1 ENSG00000237435 Not Supported Not Supported +transcript 1 96691457 96691616 ENST00000363930 NA RNU1-130P ENSG00000200800 Not Supported Not Supported +transcript 1 96719625 96839681 ENST00000435311 NA RP5-898J17.1 ENSG00000231987 Not Supported Not Supported +transcript 1 96856208 96856949 ENST00000439625 NA RP4-736I12.1 ENSG00000225923 Not Supported Not Supported +transcript 1 96884150 96884489 ENST00000362030 NA UBE2WP1 ENSG00000234422 Not Supported Not Supported +transcript 1 96912486 96913874 ENST00000415278 NA EEF1A1P11 ENSG00000228502 Not Supported Not Supported +transcript 1 97048765 97049081 ENST00000460344 NA RN7SL831P ENSG00000241992 Not Supported Not Supported +transcript 1 97049973 97050290 ENST00000598931 NA NDUFS5P2 ENSG00000234226 Not Supported Not Supported +transcript 1 97049978 97050283 ENST00000484004 NA NDUFS5P2 ENSG00000234226 Not Supported Not Supported +transcript 1 97144430 97145176 ENST00000468715 NA RPL7P9 ENSG00000137970 Not Supported Not Supported +transcript 1 97161412 97161723 ENST00000411297 NA RN7SKP270 ENSG00000223229 Not Supported Not Supported +transcript 1 97187221 97279267 ENST00000482253 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187339 97289294 ENST00000609116 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97187421 97187428 ENST00000609116 1 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97189120 97189150 ENST00000609116 2 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97216981 97217056 ENST00000609116 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000609116 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000609116 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000609116 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000609116 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000609116 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270356 97270495 ENST00000609116 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97271975 97272008 ENST00000609116 10 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272514 ENST00000609116 11 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278268 97278484 ENST00000609116 12 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278585 97278662 ENST00000609116 13 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278829 97278958 ENST00000609116 14 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187348 97237031 ENST00000460706 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187366 97280349 ENST00000370198 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97187421 97187428 ENST00000370198 1 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97189120 97189150 ENST00000370198 2 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97216981 97217056 ENST00000370198 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000370198 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000370198 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000370198 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000370198 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000370198 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270341 97270495 ENST00000370198 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97271975 97272008 ENST00000370198 10 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272514 ENST00000370198 11 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278268 97278484 ENST00000370198 12 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278585 97278662 ENST00000370198 13 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278832 97278958 ENST00000370198 14 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187366 97280349 ENST00000370197 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97187421 97187428 ENST00000370197 1 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97189120 97189150 ENST00000370197 2 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97216981 97217056 ENST00000370197 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000370197 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000370197 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000370197 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000370197 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000370197 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270341 97270495 ENST00000370197 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97271975 97272008 ENST00000370197 10 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272514 ENST00000370197 11 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278268 97278484 ENST00000370197 12 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278585 97278662 ENST00000370197 13 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278829 97278958 ENST00000370197 14 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187378 97279044 ENST00000476419 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187378 97280349 ENST00000426398 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97187421 97187428 ENST00000426398 1 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97189120 97189150 ENST00000426398 2 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97216981 97217056 ENST00000426398 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000426398 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000426398 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000426398 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000426398 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000426398 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270356 97270495 ENST00000426398 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97271975 97272008 ENST00000426398 10 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272514 ENST00000426398 11 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278268 97278484 ENST00000426398 12 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278585 97278662 ENST00000426398 13 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278832 97278958 ENST00000426398 14 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97187380 97279115 ENST00000394184 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97215171 97215242 ENST00000394184 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97216981 97217056 ENST00000394184 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000394184 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000394184 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000394184 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000394184 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000394184 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270341 97270495 ENST00000394184 10 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97271975 97272008 ENST00000394184 11 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272514 ENST00000394184 12 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278268 97278484 ENST00000394184 13 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278585 97278662 ENST00000394184 14 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97278829 97278958 ENST00000394184 15 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97188273 97279026 ENST00000541987 NA PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97217035 97217056 ENST00000541987 3 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97235259 97235431 ENST00000541987 4 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97236264 97236407 ENST00000541987 5 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243141 97243305 ENST00000541987 6 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97243392 97243502 ENST00000541987 7 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97250615 97250810 ENST00000541987 8 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97270356 97270495 ENST00000541987 9 PTBP2 ENSG00000117569 Not Supported Not Supported +CDS 1 97272422 97272445 ENST00000541987 10 PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97250504 97278484 ENST00000459735 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97250750 97279003 ENST00000476783 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97250750 97279003 ENST00000492905 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97272367 97278484 ENST00000462433 NA PTBP2 ENSG00000117569 Not Supported Not Supported +transcript 1 97368255 97368348 ENST00000390750 NA AL592205.1 ENSG00000212039 Not Supported Not Supported +transcript 1 97401101 97401219 ENST00000577912 NA AL592205.2 ENSG00000265771 Not Supported Not Supported +transcript 1 97543299 98386579 ENST00000370192 NA DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98386440 98386478 ENST00000370192 1 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98348820 98348930 ENST00000370192 2 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98293670 98293752 ENST00000370192 3 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98205948 98206035 ENST00000370192 4 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98187066 98187227 ENST00000370192 5 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98164907 98165103 ENST00000370192 6 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98157273 98157354 ENST00000370192 7 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98144651 98144738 ENST00000370192 8 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98060615 98060722 ENST00000370192 9 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98058774 98058943 ENST00000370192 10 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98039316 98039526 ENST00000370192 11 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98015116 98015300 ENST00000370192 12 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97981282 97981497 ENST00000370192 13 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97915615 97915779 ENST00000370192 14 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97847949 97848017 ENST00000370192 15 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97839117 97839200 ENST00000370192 16 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97771733 97771853 ENST00000370192 17 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97770815 97770934 ENST00000370192 18 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97700408 97700550 ENST00000370192 19 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97658625 97658804 ENST00000370192 20 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97564045 97564188 ENST00000370192 21 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97547886 97548026 ENST00000370192 22 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 97544535 97544702 ENST00000370192 23 DPYD ENSG00000188641 Not Supported Not Supported +transcript 1 98156763 98187210 ENST00000474241 NA DPYD ENSG00000188641 Not Supported Not Supported +transcript 1 98157277 98386553 ENST00000423006 NA DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98386440 98386478 ENST00000423006 1 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98293670 98293752 ENST00000423006 2 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98205948 98206035 ENST00000423006 3 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98187066 98187227 ENST00000423006 4 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98165763 98165858 ENST00000423006 5 DPYD ENSG00000188641 Not Supported Not Supported +transcript 1 98185314 98386605 ENST00000306031 NA DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98386440 98386478 ENST00000306031 1 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98348820 98348930 ENST00000306031 2 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98293670 98293752 ENST00000306031 3 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98205948 98206035 ENST00000306031 4 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98187066 98187227 ENST00000306031 5 DPYD ENSG00000188641 Not Supported Not Supported +CDS 1 98186447 98186482 ENST00000306031 6 DPYD ENSG00000188641 Not Supported Not Supported +transcript 1 98320586 98386553 ENST00000460019 NA DPYD ENSG00000188641 Not Supported Not Supported +transcript 1 97561479 97788511 ENST00000422980 NA DPYD-AS1 ENSG00000232878 Not Supported Not Supported +transcript 1 97859710 97885697 ENST00000424982 NA DPYD-IT1 ENSG00000232542 Not Supported Not Supported +transcript 1 98011257 98012514 ENST00000425785 NA SEC63P1 ENSG00000228057 Not Supported Not Supported +transcript 1 98051418 98051850 ENST00000457466 NA RPL26P9 ENSG00000226128 Not Supported Not Supported +transcript 1 98240225 98240582 ENST00000441166 NA RP11-272L13.2 ENSG00000230718 Not Supported Not Supported +transcript 1 98262477 98263424 ENST00000431362 NA DPYD-AS2 ENSG00000235777 Not Supported Not Supported +transcript 1 98262521 98263622 ENST00000422259 NA DPYD-AS2 ENSG00000235777 Not Supported Not Supported +transcript 1 98321131 98322381 ENST00000604863 NA RP11-272L13.4 ENSG00000270911 Not Supported Not Supported +transcript 1 98399030 98407302 ENST00000602672 NA RP11-272L13.3 ENSG00000269998 Not Supported Not Supported +transcript 1 98432561 98434370 ENST00000561881 NA RP11-490G2.2 ENSG00000259946 Not Supported Not Supported +transcript 1 98453556 98515419 ENST00000424528 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98508908 98511014 ENST00000413670 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98508913 98511014 ENST00000538428 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98509852 98511780 ENST00000602852 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98510057 98511777 ENST00000602984 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98510798 98510907 ENST00000580305 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98511626 98511727 ENST00000385223 NA MIR137HG ENSG00000225206 Not Supported Not Supported +transcript 1 98542556 98543024 ENST00000448700 NA NFU1P2 ENSG00000233557 Not Supported Not Supported +transcript 1 98676303 98738214 ENST00000418344 NA RP5-1070A16.1 ENSG00000226053 Not Supported Not Supported +transcript 1 98838941 98839055 ENST00000408850 NA AL160056.1 ENSG00000221777 Not Supported Not Supported +transcript 1 99127236 99226054 ENST00000370189 NA SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99150453 99150623 ENST00000370189 3 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99156631 99156741 ENST00000370189 4 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99157091 99157255 ENST00000370189 5 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99161074 99161272 ENST00000370189 6 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99164262 99164461 ENST00000370189 7 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99167373 99167459 ENST00000370189 8 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99225610 99225684 ENST00000370189 9 SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99127257 99226054 ENST00000529992 NA SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99127288 99127467 ENST00000529992 1 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99150441 99150623 ENST00000529992 2 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99156631 99156741 ENST00000529992 3 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99161074 99161272 ENST00000529992 4 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99164262 99164461 ENST00000529992 5 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99167373 99167459 ENST00000529992 6 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99203793 99203945 ENST00000529992 7 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99225610 99225684 ENST00000529992 8 SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99127279 99226056 ENST00000306121 NA SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99127288 99127467 ENST00000306121 1 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99150441 99150623 ENST00000306121 2 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99156631 99156741 ENST00000306121 3 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99157091 99157255 ENST00000306121 4 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99161074 99161272 ENST00000306121 5 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99164262 99164461 ENST00000306121 6 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99167373 99167459 ENST00000306121 7 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99203793 99203945 ENST00000306121 8 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99225610 99225684 ENST00000306121 9 SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99127366 99142887 ENST00000473868 NA SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99127418 99226056 ENST00000528824 NA SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99128262 99128369 ENST00000528824 2 SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99127779 99157133 ENST00000454199 NA SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99150453 99150623 ENST00000454199 2 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99156631 99156741 ENST00000454199 3 SNX7 ENSG00000162627 Not Supported Not Supported +CDS 1 99157091 99157133 ENST00000454199 4 SNX7 ENSG00000162627 Not Supported Not Supported +transcript 1 99355806 99470588 ENST00000370188 NA LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99469991 99470227 ENST00000370188 1 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99422165 99422297 ENST00000370188 2 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99418626 99418876 ENST00000370188 3 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99387438 99387614 ENST00000370188 4 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99380357 99380476 ENST00000370188 5 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99358631 99358660 ENST00000370188 6 LPPR5 ENSG00000117598 Not Supported Not Supported +transcript 1 99356528 99470449 ENST00000263177 NA LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99469991 99470227 ENST00000263177 1 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99422165 99422297 ENST00000263177 2 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99418626 99418876 ENST00000263177 3 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99387438 99387614 ENST00000263177 4 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99380342 99380476 ENST00000263177 5 LPPR5 ENSG00000117598 Not Supported Not Supported +CDS 1 99358631 99358660 ENST00000263177 6 LPPR5 ENSG00000117598 Not Supported Not Supported +transcript 1 99456412 99470040 ENST00000534652 NA LPPR5 ENSG00000117598 Not Supported Not Supported +transcript 1 99469832 99614408 ENST00000425113 NA RP5-896L10.1 ENSG00000232825 Not Supported Not Supported +transcript 1 99473774 99474030 ENST00000457507 NA RP11-234N17.1 ENSG00000227034 Not Supported Not Supported +transcript 1 99729509 99775146 ENST00000370185 NA LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99730006 99730227 ENST00000370185 1 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99753521 99753706 ENST00000370185 2 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99762294 99762423 ENST00000370185 3 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99764591 99764786 ENST00000370185 4 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99766465 99766522 ENST00000370185 5 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99767280 99767453 ENST00000370185 6 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99771241 99772563 ENST00000370185 7 LPPR4 ENSG00000117600 Not Supported Not Supported +transcript 1 99729848 99775136 ENST00000457765 NA LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99730006 99730227 ENST00000457765 1 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99753521 99753706 ENST00000457765 2 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99762294 99762423 ENST00000457765 3 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99764591 99764786 ENST00000457765 4 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99766465 99766522 ENST00000457765 5 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99771241 99772563 ENST00000457765 6 LPPR4 ENSG00000117600 Not Supported Not Supported +transcript 1 99764420 99775146 ENST00000370184 NA LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99764527 99764786 ENST00000370184 1 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99766465 99766522 ENST00000370184 2 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99767280 99767453 ENST00000370184 3 LPPR4 ENSG00000117600 Not Supported Not Supported +CDS 1 99771241 99772563 ENST00000370184 4 LPPR4 ENSG00000117600 Not Supported Not Supported +transcript 1 99929934 99930332 ENST00000432923 NA RP4-735N21.1 ENSG00000233983 Not Supported Not Supported +transcript 1 99937971 99999571 ENST00000438829 NA RP11-413P11.1 ENSG00000224445 Not Supported Not Supported +transcript 1 100111499 100160097 ENST00000263174 NA PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100111874 100111918 ENST00000263174 1 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100127875 100127955 ENST00000263174 2 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100133198 100133322 ENST00000263174 3 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152232 100152346 ENST00000263174 4 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152486 100152519 ENST00000263174 5 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152632 100152745 ENST00000263174 6 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100154331 100155428 ENST00000263174 7 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100159575 100159615 ENST00000263174 8 PALMD ENSG00000099260 Not Supported Not Supported +transcript 1 100111749 100155633 ENST00000605497 NA PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100111874 100111918 ENST00000605497 1 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100127875 100127955 ENST00000605497 2 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100133198 100133322 ENST00000605497 3 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152232 100152346 ENST00000605497 4 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152486 100152519 ENST00000605497 5 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100152632 100152745 ENST00000605497 6 PALMD ENSG00000099260 Not Supported Not Supported +CDS 1 100154331 100155469 ENST00000605497 7 PALMD ENSG00000099260 Not Supported Not Supported +transcript 1 100133136 100135379 ENST00000605613 NA PALMD ENSG00000099260 Not Supported Not Supported +transcript 1 100148822 100160097 ENST00000496843 NA PALMD ENSG00000099260 Not Supported Not Supported +transcript 1 100163798 100164734 ENST00000434734 NA HMGB3P10 ENSG00000223656 Not Supported Not Supported +transcript 1 100174259 100231349 ENST00000287474 NA FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100214129 100214324 ENST00000287474 3 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100212850 100212986 ENST00000287474 4 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100207735 100207829 ENST00000287474 5 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100206349 100206496 ENST00000287474 6 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100203642 100203824 ENST00000287474 7 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100195206 100195304 ENST00000287474 8 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100194049 100194196 ENST00000287474 9 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100185090 100185203 ENST00000287474 10 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100182966 100183081 ENST00000287474 11 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100181142 100181228 ENST00000287474 12 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100177974 100178071 ENST00000287474 13 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100177661 100177719 ENST00000287474 14 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100176390 100176505 ENST00000287474 15 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100174754 100174815 ENST00000287474 16 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100174457 100174676 ENST00000287474 17 FRRS1 ENSG00000156869 Not Supported Not Supported +transcript 1 100174259 100231349 ENST00000414213 NA FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100214129 100214324 ENST00000414213 3 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100212850 100212986 ENST00000414213 4 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100207735 100207829 ENST00000414213 5 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100206349 100206496 ENST00000414213 6 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100203642 100203824 ENST00000414213 7 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100195206 100195304 ENST00000414213 8 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100194049 100194196 ENST00000414213 9 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100185090 100185203 ENST00000414213 10 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100182966 100183081 ENST00000414213 11 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100181142 100181228 ENST00000414213 12 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100177974 100178071 ENST00000414213 13 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100177661 100177719 ENST00000414213 14 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100176362 100176505 ENST00000414213 15 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100174754 100174815 ENST00000414213 16 FRRS1 ENSG00000156869 Not Supported Not Supported +CDS 1 100174587 100174676 ENST00000414213 17 FRRS1 ENSG00000156869 Not Supported Not Supported +transcript 1 100176381 100178064 ENST00000489209 NA FRRS1 ENSG00000156869 Not Supported Not Supported +transcript 1 100176475 100181215 ENST00000492943 NA FRRS1 ENSG00000156869 Not Supported Not Supported +transcript 1 100213151 100232187 ENST00000370176 NA FRRS1 ENSG00000156869 Not Supported Not Supported +transcript 1 100250296 100250441 ENST00000364621 NA RNU4-75P ENSG00000201491 Not Supported Not Supported +transcript 1 100257218 100257309 ENST00000365384 NA Y_RNA ENSG00000202254 Not Supported Not Supported +transcript 1 100295021 100295093 ENST00000516417 NA AL451051.1 ENSG00000252226 Not Supported Not Supported +transcript 1 100308166 100308317 ENST00000412047 NA RP4-581O6.1 ENSG00000231996 Not Supported Not Supported +transcript 1 100315640 100389576 ENST00000361915 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100316599 100316680 ENST00000361915 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000361915 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000361915 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000361915 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000361915 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000361915 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000361915 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000361915 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000361915 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000361915 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000361915 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000361915 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000361915 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000361915 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000361915 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000361915 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000361915 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000361915 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000361915 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000361915 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000361915 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000361915 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000361915 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000361915 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000361915 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000361915 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000361915 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000361915 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000361915 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000361915 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000361915 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000361915 33 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000361915 34 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100316045 100389576 ENST00000370165 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100316599 100316680 ENST00000370165 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000370165 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000370165 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000370165 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000370165 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000370165 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000370165 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000370165 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000370165 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000370165 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000370165 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000370165 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000370165 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000370165 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000370165 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000370165 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000370165 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000370165 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000370165 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000370165 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000370165 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000370165 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000370165 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000370165 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000370165 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000370165 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000370165 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000370165 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000370165 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000370165 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000370165 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000370165 33 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000370165 34 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100316045 100389576 ENST00000370163 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100316599 100316680 ENST00000370163 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000370163 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000370163 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000370163 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000370163 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000370163 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000370163 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000370163 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000370163 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000370163 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000370163 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000370163 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000370163 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000370163 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000370163 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000370163 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000370163 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000370163 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000370163 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000370163 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000370163 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000370163 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000370163 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000370163 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000370163 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000370163 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000370163 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000370163 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000370163 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000370163 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000370163 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000370163 33 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000370163 34 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100316045 100389576 ENST00000294724 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100316599 100316680 ENST00000294724 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000294724 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000294724 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000294724 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000294724 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000294724 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000294724 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000294724 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000294724 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000294724 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000294724 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000294724 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000294724 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000294724 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000294724 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000294724 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000294724 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000294724 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000294724 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000294724 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000294724 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000294724 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000294724 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000294724 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000294724 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000294724 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000294724 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000294724 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000294724 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000294724 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000294724 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000294724 33 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000294724 34 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100316531 100389576 ENST00000361302 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100318226 100318259 ENST00000361302 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000361302 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000361302 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000361302 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000361302 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000361302 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000361302 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000361302 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000361302 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000361302 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000361302 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000361302 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000361302 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000361302 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000361302 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000361302 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000361302 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000361302 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000361302 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000361302 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000361302 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000361302 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000361302 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000361302 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000361302 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000361302 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000361302 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000361302 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000361302 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000361302 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000361302 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000361302 33 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000361302 34 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100318226 100389579 ENST00000370161 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100318226 100318259 ENST00000370161 1 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327059 100327269 ENST00000370161 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000370161 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000370161 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000370161 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000370161 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000370161 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000370161 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000370161 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000370161 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000370161 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000370161 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000370161 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000370161 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000370161 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000370161 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000370161 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000370161 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000370161 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000370161 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000370161 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000370161 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000370161 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000370161 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000370161 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000370161 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000370161 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000370161 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000370161 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000370161 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000370161 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000370161 32 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000370161 33 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100326766 100389576 ENST00000361522 NA AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327028 100327269 ENST00000361522 1 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100327813 100327979 ENST00000361522 2 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100329942 100330145 ENST00000361522 3 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100335956 100336137 ENST00000361522 4 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100336314 100336425 ENST00000361522 5 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340243 100340366 ENST00000361522 6 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340710 100340812 ENST00000361522 7 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100340914 100341011 ENST00000361522 8 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100342014 100342153 ENST00000361522 9 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100343197 100343384 ENST00000361522 10 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100345479 100345602 ENST00000361522 11 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346188 100346351 ENST00000361522 12 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346632 100346733 ENST00000361522 13 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100346848 100347003 ENST00000361522 14 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100347097 100347247 ENST00000361522 15 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349676 100349800 ENST00000361522 16 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100349895 100350007 ENST00000361522 17 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100350125 100350259 ENST00000361522 18 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100353534 100353664 ENST00000361522 19 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100356776 100356912 ENST00000361522 20 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357162 100357295 ENST00000361522 21 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100357988 100358163 ENST00000361522 22 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100361842 100361944 ENST00000361522 23 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100366192 100366417 ENST00000361522 24 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100368239 100368350 ENST00000361522 25 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100376268 100376403 ENST00000361522 26 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100377961 100378073 ENST00000361522 27 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100379083 100379294 ENST00000361522 28 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100380945 100381042 ENST00000361522 29 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100381966 100382053 ENST00000361522 30 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100382154 100382287 ENST00000361522 31 AGL ENSG00000162688 Not Supported Not Supported +CDS 1 100387090 100387204 ENST00000361522 32 AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100340026 100342153 ENST00000477753 NA AGL ENSG00000162688 Not Supported Not Supported +transcript 1 100433939 100435420 ENST00000454219 NA RP5-884G6.2 ENSG00000228084 Not Supported Not Supported +transcript 1 100435345 100489009 ENST00000370155 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000370155 2 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000370155 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000370155 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000370155 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100480858 100480976 ENST00000370155 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100483238 100483371 ENST00000370155 7 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100487942 100488029 ENST00000370155 8 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100435345 100492448 ENST00000465289 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000465289 2 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000465289 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000465289 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000465289 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100487942 100487967 ENST00000465289 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100435535 100488512 ENST00000427993 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000427993 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000427993 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000427993 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000427993 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100480858 100480976 ENST00000427993 7 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100483238 100483371 ENST00000427993 8 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100487942 100488029 ENST00000427993 9 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100435992 100492535 ENST00000533028 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000533028 2 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000533028 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000533028 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000533028 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100480858 100480976 ENST00000533028 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100483238 100483371 ENST00000533028 7 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100487942 100488029 ENST00000533028 8 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100436009 100464883 ENST00000532693 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000532693 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464883 ENST00000532693 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100436093 100489006 ENST00000370153 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100436093 100436200 ENST00000370153 1 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459093 100459297 ENST00000370153 2 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000370153 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000370153 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000370153 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100480858 100480976 ENST00000370153 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100483238 100483371 ENST00000370153 7 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100487942 100488029 ENST00000370153 8 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100458599 100480897 ENST00000422078 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100459111 100459297 ENST00000422078 2 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100464817 100464971 ENST00000422078 3 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100472590 100472712 ENST00000422078 4 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100476921 100477089 ENST00000422078 5 SLC35A3 ENSG00000117620 Not Supported Not Supported +CDS 1 100480858 100480897 ENST00000422078 6 SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100459158 100489011 ENST00000370156 NA SLC35A3 ENSG00000117620 Not Supported Not Supported +transcript 1 100444495 100444601 ENST00000390946 NA RNU6-750P ENSG00000212248 Not Supported Not Supported +transcript 1 100466193 100466295 ENST00000365389 NA RNU6-1318P ENSG00000202259 Not Supported Not Supported +transcript 1 100496122 100501188 ENST00000564623 NA RP4-714D9.5 ENSG00000261254 Not Supported Not Supported +transcript 1 100503653 100548933 ENST00000370152 NA HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100503789 100503872 ENST00000370152 1 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100515465 100515560 ENST00000370152 2 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100524222 100524284 ENST00000370152 3 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100525434 100525561 ENST00000370152 4 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100527391 100527505 ENST00000370152 5 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100533533 100533751 ENST00000370152 6 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100534029 100534142 ENST00000370152 7 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100535170 100535241 ENST00000370152 8 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100542721 100542833 ENST00000370152 9 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100544007 100544104 ENST00000370152 10 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100546052 100546215 ENST00000370152 11 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100547559 100547762 ENST00000370152 12 HIAT1 ENSG00000156875 Not Supported Not Supported +transcript 1 100524227 100527671 ENST00000421661 NA HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100524227 100524284 ENST00000421661 1 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100525434 100525561 ENST00000421661 2 HIAT1 ENSG00000156875 Not Supported Not Supported +CDS 1 100527391 100527565 ENST00000421661 3 HIAT1 ENSG00000156875 Not Supported Not Supported +transcript 1 100523546 100550027 ENST00000432294 NA RP4-714D9.2 ENSG00000241073 Not Supported Not Supported +transcript 1 100549119 100598511 ENST00000287482 NA SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100598306 100598370 ENST00000287482 1 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100591438 100591498 ENST00000287482 2 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100588766 100588845 ENST00000287482 3 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100587936 100588040 ENST00000287482 4 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100586934 100587105 ENST00000287482 5 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100585950 100586015 ENST00000287482 6 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100584574 100584693 ENST00000287482 7 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100575848 100576039 ENST00000287482 8 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100573366 100573560 ENST00000287482 9 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100573184 100573273 ENST00000287482 10 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100572930 100573109 ENST00000287482 11 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100572468 100572549 ENST00000287482 12 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100571323 100571459 ENST00000287482 13 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100568511 100568639 ENST00000287482 14 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100553695 100553792 ENST00000287482 15 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100551092 100551186 ENST00000287482 16 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100550887 100550990 ENST00000287482 17 SASS6 ENSG00000156876 Not Supported Not Supported +transcript 1 100549119 100598511 ENST00000462159 NA SASS6 ENSG00000156876 Not Supported Not Supported +transcript 1 100550677 100598444 ENST00000535161 NA SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100585950 100585997 ENST00000535161 5 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100584574 100584693 ENST00000535161 6 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100575848 100576039 ENST00000535161 7 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100573366 100573560 ENST00000535161 8 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100573184 100573273 ENST00000535161 9 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100572930 100573109 ENST00000535161 10 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100572468 100572549 ENST00000535161 11 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100571323 100571459 ENST00000535161 12 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100568511 100568639 ENST00000535161 13 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100553695 100553792 ENST00000535161 14 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100551092 100551186 ENST00000535161 15 SASS6 ENSG00000156876 Not Supported Not Supported +CDS 1 100550887 100550990 ENST00000535161 16 SASS6 ENSG00000156876 Not Supported Not Supported +transcript 1 100564795 100565046 ENST00000443135 NA RP4-714D9.4 ENSG00000226952 Not Supported Not Supported +transcript 1 100598706 100606096 ENST00000370143 NA TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100598725 100598871 ENST00000370143 1 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602438 100602484 ENST00000370143 2 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602575 100602641 ENST00000370143 3 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605205 100605267 ENST00000370143 4 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605964 100605966 ENST00000370143 5 TRMT13 ENSG00000122435 Not Supported Not Supported +transcript 1 100598719 100616053 ENST00000370141 NA TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100598725 100598871 ENST00000370141 1 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602438 100602484 ENST00000370141 2 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602575 100602641 ENST00000370141 3 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605205 100605267 ENST00000370141 4 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605738 100605807 ENST00000370141 5 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605964 100606070 ENST00000370141 6 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100606408 100606575 ENST00000370141 7 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100608693 100608765 ENST00000370141 8 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100609625 100609699 ENST00000370141 9 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100613450 100613882 ENST00000370141 10 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100614181 100614373 ENST00000370141 11 TRMT13 ENSG00000122435 Not Supported Not Supported +transcript 1 100598721 100610123 ENST00000482437 NA TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100598725 100598871 ENST00000482437 1 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602438 100602484 ENST00000482437 2 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602575 100602641 ENST00000482437 3 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605205 100605267 ENST00000482437 4 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605738 100605807 ENST00000482437 5 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605964 100606094 ENST00000482437 6 TRMT13 ENSG00000122435 Not Supported Not Supported +transcript 1 100598771 100606368 ENST00000370139 NA TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100598818 100598871 ENST00000370139 1 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602438 100602484 ENST00000370139 2 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100602575 100602641 ENST00000370139 3 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605205 100605267 ENST00000370139 4 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100605738 100605807 ENST00000370139 5 TRMT13 ENSG00000122435 Not Supported Not Supported +CDS 1 100606006 100606094 ENST00000370139 6 TRMT13 ENSG00000122435 Not Supported Not Supported +transcript 1 100608463 100609907 ENST00000493651 NA TRMT13 ENSG00000122435 Not Supported Not Supported +transcript 1 100614409 100643771 ENST00000370137 NA LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100633960 100634072 ENST00000370137 3 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100626022 100626127 ENST00000370137 4 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100624815 100624971 ENST00000370137 5 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100623787 100623923 ENST00000370137 6 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100621728 100621873 ENST00000370137 7 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100620607 100620759 ENST00000370137 8 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100617941 100618080 ENST00000370137 9 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100614601 100614653 ENST00000370137 10 LRRC39 ENSG00000122477 Not Supported Not Supported +transcript 1 100614409 100643771 ENST00000370138 NA LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100633960 100634072 ENST00000370138 3 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100626022 100626127 ENST00000370138 4 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100624815 100624971 ENST00000370138 5 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100623787 100623923 ENST00000370138 6 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100621728 100621873 ENST00000370138 7 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100620607 100620759 ENST00000370138 8 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100617941 100618080 ENST00000370138 9 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100614927 100614991 ENST00000370138 10 LRRC39 ENSG00000122477 Not Supported Not Supported +transcript 1 100614409 100643771 ENST00000342895 NA LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100633960 100634072 ENST00000342895 2 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100626022 100626127 ENST00000342895 3 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100624815 100624971 ENST00000342895 4 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100623787 100623923 ENST00000342895 5 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100621728 100621873 ENST00000342895 6 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100620607 100620759 ENST00000342895 7 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100617941 100618080 ENST00000342895 8 LRRC39 ENSG00000122477 Not Supported Not Supported +CDS 1 100614601 100614653 ENST00000342895 9 LRRC39 ENSG00000122477 Not Supported Not Supported +transcript 1 100652475 100715390 ENST00000370132 NA DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100715326 100715376 ENST00000370132 1 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100706317 100706440 ENST00000370132 2 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100700992 100701067 ENST00000370132 3 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100696289 100696470 ENST00000370132 4 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100684182 100684303 ENST00000370132 5 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100681539 100681755 ENST00000370132 6 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100680373 100680539 ENST00000370132 7 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100676250 100676327 ENST00000370132 8 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100672001 100672192 ENST00000370132 9 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100671786 100671857 ENST00000370132 10 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100661814 100661978 ENST00000370132 11 DBT ENSG00000137992 Not Supported Not Supported +transcript 1 100676099 100715376 ENST00000370131 NA DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100715326 100715376 ENST00000370131 1 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100706317 100706440 ENST00000370131 2 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100700992 100701067 ENST00000370131 3 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100696289 100696470 ENST00000370131 4 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100684182 100684303 ENST00000370131 5 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100681539 100681755 ENST00000370131 6 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100680373 100680539 ENST00000370131 7 DBT ENSG00000137992 Not Supported Not Supported +CDS 1 100676660 100676680 ENST00000370131 8 DBT ENSG00000137992 Not Supported Not Supported +transcript 1 100662372 100662607 ENST00000603820 NA RP11-305E17.7 ENSG00000271415 Not Supported Not Supported +transcript 1 100678849 100679226 ENST00000440440 NA BRI3P1 ENSG00000225169 Not Supported Not Supported +transcript 1 100714646 100714867 ENST00000435545 NA RP11-305E17.4 ENSG00000230287 Not Supported Not Supported +transcript 1 100714646 100714873 ENST00000595511 NA RP11-305E17.4 ENSG00000230287 Not Supported Not Supported +transcript 1 100729565 100731676 ENST00000421185 NA RP11-305E17.6 ENSG00000224616 Not Supported Not Supported +transcript 1 100731763 100758325 ENST00000370128 NA RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100731932 100731976 ENST00000370128 1 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100732080 100732180 ENST00000370128 2 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100733708 100733851 ENST00000370128 3 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100736113 100736236 ENST00000370128 4 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100738950 100739008 ENST00000370128 5 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100740380 100740521 ENST00000370128 6 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100741155 100741279 ENST00000370128 7 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100742814 100742872 ENST00000370128 8 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100750784 100750878 ENST00000370128 9 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100752655 100752759 ENST00000370128 10 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100756959 100757057 ENST00000370128 11 RTCA ENSG00000137996 Not Supported Not Supported +transcript 1 100731772 100740399 ENST00000498617 NA RTCA ENSG00000137996 Not Supported Not Supported +transcript 1 100731802 100739008 ENST00000483474 NA RTCA ENSG00000137996 Not Supported Not Supported +transcript 1 100731805 100757327 ENST00000260563 NA RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100731932 100731976 ENST00000260563 1 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100732080 100732180 ENST00000260563 2 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100733056 100733094 ENST00000260563 3 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100733708 100733851 ENST00000260563 4 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100736113 100736236 ENST00000260563 5 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100738950 100739008 ENST00000260563 6 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100740380 100740521 ENST00000260563 7 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100741155 100741279 ENST00000260563 8 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100742814 100742872 ENST00000260563 9 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100750784 100750878 ENST00000260563 10 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100752655 100752759 ENST00000260563 11 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100756959 100757057 ENST00000260563 12 RTCA ENSG00000137996 Not Supported Not Supported +transcript 1 100731845 100732485 ENST00000370126 NA RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100731932 100731976 ENST00000370126 1 RTCA ENSG00000137996 Not Supported Not Supported +CDS 1 100732080 100732181 ENST00000370126 2 RTCA ENSG00000137996 Not Supported Not Supported +transcript 1 100746797 100746864 ENST00000385017 NA MIR553 ENSG00000207750 Not Supported Not Supported +transcript 1 100797360 100798173 ENST00000401024 NA RP5-837M10.1 ENSG00000215871 Not Supported Not Supported +transcript 1 100810033 100810798 ENST00000446055 NA RP5-837M10.2 ENSG00000223906 Not Supported Not Supported +transcript 1 100810584 100965021 ENST00000542213 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843136 100843177 ENST00000542213 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000542213 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000542213 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000542213 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000542213 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000542213 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928437 ENST00000542213 9 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100933512 100933650 ENST00000542213 10 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100949848 100950007 ENST00000542213 11 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100960374 100960486 ENST00000542213 12 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100961558 100961605 ENST00000542213 13 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100963641 100963763 ENST00000542213 14 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100964485 100964932 ENST00000542213 15 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100817290 100928414 ENST00000455467 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100817313 100817364 ENST00000455467 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000455467 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000455467 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000455467 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000455467 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000455467 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000455467 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000455467 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928414 ENST00000455467 9 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100818023 100985832 ENST00000370125 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100818511 100818559 ENST00000370125 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000370125 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000370125 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000370125 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000370125 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000370125 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000370125 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928260 ENST00000370125 8 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100818047 100965016 ENST00000361544 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100818511 100818559 ENST00000361544 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000361544 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000361544 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000361544 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000361544 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000361544 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000361544 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000361544 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928437 ENST00000361544 9 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100933512 100933650 ENST00000361544 10 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100949848 100950007 ENST00000361544 11 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100960374 100960486 ENST00000361544 12 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100961558 100961605 ENST00000361544 13 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100963641 100963763 ENST00000361544 14 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100964485 100964932 ENST00000361544 15 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100818058 100950300 ENST00000370124 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100818511 100818559 ENST00000370124 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000370124 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000370124 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000370124 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000370124 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000370124 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000370124 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000370124 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928437 ENST00000370124 9 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100933512 100933650 ENST00000370124 10 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100949848 100950019 ENST00000370124 11 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100818156 100985833 ENST00000336454 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100818511 100818559 ENST00000336454 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000336454 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000336454 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000336454 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000336454 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000336454 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000336454 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000336454 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928437 ENST00000336454 9 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100933512 100933650 ENST00000336454 10 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100949848 100950007 ENST00000336454 11 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100960374 100960486 ENST00000336454 12 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100961558 100961605 ENST00000336454 13 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100963641 100963763 ENST00000336454 14 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100964485 100964818 ENST00000336454 15 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100983807 100983833 ENST00000336454 16 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100818505 100983849 ENST00000544534 NA CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100818511 100818559 ENST00000544534 1 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100819318 100819408 ENST00000544534 2 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100843102 100843177 ENST00000544534 3 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100856288 100856380 ENST00000544534 4 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100889778 100889857 ENST00000544534 5 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100905488 100905554 ENST00000544534 6 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100908490 100908552 ENST00000544534 7 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100920961 100921048 ENST00000544534 8 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100928207 100928437 ENST00000544534 9 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100933512 100933650 ENST00000544534 10 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100949848 100950007 ENST00000544534 11 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100960374 100960486 ENST00000544534 12 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100961558 100961605 ENST00000544534 13 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100963641 100963763 ENST00000544534 14 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100964485 100964818 ENST00000544534 15 CDC14A ENSG00000079335 Not Supported Not Supported +CDS 1 100970370 100970444 ENST00000544534 16 CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100889288 100908670 ENST00000469387 NA CDC14A ENSG00000079335 Not Supported Not Supported +transcript 1 100844238 100844331 ENST00000401248 NA AC104457.1 ENSG00000216067 Not Supported Not Supported +transcript 1 100858589 100859582 ENST00000425064 NA BCAS2P2 ENSG00000234332 Not Supported Not Supported +transcript 1 100927955 100951553 ENST00000432210 NA RP5-837M10.4 ENSG00000228086 Not Supported Not Supported +transcript 1 101003693 101007574 ENST00000315033 NA GPR88 ENSG00000181656 Not Supported Not Supported +CDS 1 101004523 101005674 ENST00000315033 2 GPR88 ENSG00000181656 Not Supported Not Supported +transcript 1 101052205 101052987 ENST00000455141 NA RP11-84O12.2 ENSG00000213421 Not Supported Not Supported +transcript 1 101092605 101106169 ENST00000416343 NA RP11-84O12.4 ENSG00000230402 Not Supported Not Supported +transcript 1 101117503 101117823 ENST00000435130 NA RP11-84O12.3 ENSG00000224685 Not Supported Not Supported +transcript 1 101185298 101204169 ENST00000370119 NA VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101185417 101185480 ENST00000370119 1 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101186032 101186121 ENST00000370119 2 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101188576 101188896 ENST00000370119 3 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101190180 101190446 ENST00000370119 4 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101194663 101194938 ENST00000370119 5 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101196754 101197074 ENST00000370119 6 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101197974 101198240 ENST00000370119 7 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101200058 101200324 ENST00000370119 8 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101203679 101203836 ENST00000370119 9 VCAM1 ENSG00000162692 Not Supported Not Supported +transcript 1 101185311 101204601 ENST00000347652 NA VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101185417 101185480 ENST00000347652 1 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101186032 101186307 ENST00000347652 2 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101188576 101188896 ENST00000347652 3 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101190180 101190446 ENST00000347652 4 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101196754 101197074 ENST00000347652 5 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101197974 101198240 ENST00000347652 6 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101200058 101200324 ENST00000347652 7 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101203679 101203836 ENST00000347652 8 VCAM1 ENSG00000162692 Not Supported Not Supported +transcript 1 101185316 101204601 ENST00000294728 NA VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101185417 101185480 ENST00000294728 1 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101186032 101186307 ENST00000294728 2 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101188576 101188896 ENST00000294728 3 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101190180 101190446 ENST00000294728 4 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101194663 101194938 ENST00000294728 5 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101196754 101197074 ENST00000294728 6 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101197974 101198240 ENST00000294728 7 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101200058 101200324 ENST00000294728 8 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101203679 101203836 ENST00000294728 9 VCAM1 ENSG00000162692 Not Supported Not Supported +transcript 1 101185320 101204594 ENST00000370115 NA VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101185417 101185480 ENST00000370115 1 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101186032 101186307 ENST00000370115 2 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101188576 101188896 ENST00000370115 3 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101190180 101190446 ENST00000370115 4 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101197974 101198240 ENST00000370115 5 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101200058 101200324 ENST00000370115 6 VCAM1 ENSG00000162692 Not Supported Not Supported +CDS 1 101203679 101203836 ENST00000370115 7 VCAM1 ENSG00000162692 Not Supported Not Supported +transcript 1 101200731 101204595 ENST00000603679 NA VCAM1 ENSG00000162692 Not Supported Not Supported +transcript 1 101337943 101360368 ENST00000370113 NA EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101354309 101354313 ENST00000370113 2 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343032 101343459 ENST00000370113 3 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101342350 101342420 ENST00000370113 4 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101339501 101339986 ENST00000370113 5 EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101337943 101361554 ENST00000370114 NA EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101354309 101354313 ENST00000370114 2 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343032 101343459 ENST00000370114 3 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101342350 101342420 ENST00000370114 4 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101339501 101339986 ENST00000370114 5 EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101339112 101360387 ENST00000535414 NA EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343032 101343425 ENST00000535414 4 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101342350 101342420 ENST00000535414 5 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101339501 101339986 ENST00000535414 6 EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101339716 101360220 ENST00000450240 NA EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101354309 101354313 ENST00000450240 2 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343980 101344003 ENST00000450240 3 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343032 101343459 ENST00000450240 4 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101342350 101342420 ENST00000450240 5 EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101339716 101339986 ENST00000450240 6 EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101343075 101360367 ENST00000416479 NA EXTL2 ENSG00000162694 Not Supported Not Supported +CDS 1 101343075 101343425 ENST00000416479 4 EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101351154 101360237 ENST00000494907 NA EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101353880 101360361 ENST00000480774 NA EXTL2 ENSG00000162694 Not Supported Not Supported +transcript 1 101360484 101360912 ENST00000609247 NA RP4-549L20.3 ENSG00000273204 Not Supported Not Supported +transcript 1 101361632 101447309 ENST00000370112 NA SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101361819 101361898 ENST00000370112 1 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101362126 101362227 ENST00000370112 2 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101372408 101372521 ENST00000370112 3 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101376619 101376706 ENST00000370112 4 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101377668 101377794 ENST00000370112 5 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101379219 101379362 ENST00000370112 6 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101383633 101383683 ENST00000370112 7 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101387262 101387397 ENST00000370112 8 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101427384 101427474 ENST00000370112 9 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101431325 101431474 ENST00000370112 10 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101440366 101440410 ENST00000370112 11 SLC30A7 ENSG00000162695 Not Supported Not Supported +transcript 1 101361810 101440554 ENST00000357650 NA SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101361819 101361898 ENST00000357650 1 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101362126 101362227 ENST00000357650 2 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101372408 101372521 ENST00000357650 3 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101376619 101376706 ENST00000357650 4 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101377668 101377794 ENST00000357650 5 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101379219 101379362 ENST00000357650 6 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101383633 101383683 ENST00000357650 7 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101387262 101387397 ENST00000357650 8 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101427384 101427474 ENST00000357650 9 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101431325 101431474 ENST00000357650 10 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101440366 101440410 ENST00000357650 11 SLC30A7 ENSG00000162695 Not Supported Not Supported +transcript 1 101427384 101438214 ENST00000370111 NA SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101427384 101427474 ENST00000370111 1 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101431325 101431474 ENST00000370111 2 SLC30A7 ENSG00000162695 Not Supported Not Supported +CDS 1 101437833 101437853 ENST00000370111 3 SLC30A7 ENSG00000162695 Not Supported Not Supported +transcript 1 101406573 101407551 ENST00000425806 NA HNRNPA1P68 ENSG00000230946 Not Supported Not Supported +transcript 1 101455179 101491318 ENST00000370105 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455619 101487276 ENST00000492067 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455619 101491328 ENST00000370109 NA DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101490865 101490999 ENST00000370109 2 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101487197 101487321 ENST00000370109 3 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101479266 101479374 ENST00000370109 4 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101467023 101467143 ENST00000370109 5 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101460666 101460705 ENST00000370109 6 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101458193 101458296 ENST00000370109 7 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101455967 101456187 ENST00000370109 8 DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455619 101491644 ENST00000488789 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455620 101460706 ENST00000427040 NA DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101455967 101456104 ENST00000427040 2 DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455651 101490907 ENST00000481871 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455779 101491371 ENST00000464270 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455780 101491319 ENST00000342173 NA DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101490865 101490999 ENST00000342173 2 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101487197 101487321 ENST00000342173 3 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101479266 101479374 ENST00000342173 4 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101467023 101467143 ENST00000342173 5 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101460666 101460705 ENST00000342173 6 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101458193 101458296 ENST00000342173 7 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101455967 101456184 ENST00000342173 8 DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455871 101491327 ENST00000466807 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455889 101491317 ENST00000477293 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455890 101491311 ENST00000498372 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455914 101491323 ENST00000488176 NA DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101490865 101490999 ENST00000488176 2 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101487197 101487321 ENST00000488176 3 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101479266 101479374 ENST00000488176 4 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101467023 101467143 ENST00000488176 5 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101460666 101460705 ENST00000488176 6 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101458193 101458296 ENST00000488176 7 DPH5 ENSG00000117543 Not Supported Not Supported +CDS 1 101455967 101456187 ENST00000488176 8 DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455949 101491371 ENST00000490732 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101479205 101491309 ENST00000476507 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101490526 101491343 ENST00000481982 NA DPH5 ENSG00000117543 Not Supported Not Supported +transcript 1 101455761 101457653 ENST00000593496 NA AC093157.1 ENSG00000269175 Not Supported Not Supported +CDS 1 101456007 101456375 ENST00000593496 1 AC093157.1 ENSG00000269175 Not Supported Not Supported +transcript 1 101461029 101461816 ENST00000414686 NA RP11-421L21.2 ENSG00000235795 Not Supported Not Supported +transcript 1 101491434 101546118 ENST00000453011 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101491475 101552727 ENST00000446527 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101529167 101549039 ENST00000416329 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101538216 101549130 ENST00000454721 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101538216 101552821 ENST00000449473 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101548010 101552817 ENST00000451213 NA RP11-421L21.3 ENSG00000233184 Not Supported Not Supported +transcript 1 101598709 101598895 ENST00000516956 NA SCARNA16 ENSG00000252765 Not Supported Not Supported +transcript 1 101656076 101656550 ENST00000603646 NA RP5-1033H2.1 ENSG00000271578 Not Supported Not Supported +transcript 1 101694220 101694321 ENST00000459166 NA snoU13 ENSG00000238296 Not Supported Not Supported +transcript 1 101701239 101702084 ENST00000432195 NA RP4-575N6.4 ENSG00000225938 Not Supported Not Supported +transcript 1 101702444 101707074 ENST00000305352 NA S1PR1 ENSG00000170989 Not Supported Not Supported +CDS 1 101704541 101705686 ENST00000305352 2 S1PR1 ENSG00000170989 Not Supported Not Supported +transcript 1 101702483 101705075 ENST00000475821 NA S1PR1 ENSG00000170989 Not Supported Not Supported +transcript 1 101703646 101704720 ENST00000475289 NA S1PR1 ENSG00000170989 Not Supported Not Supported +transcript 1 101708714 101709305 ENST00000561748 NA RP4-575N6.5 ENSG00000260940 Not Supported Not Supported +transcript 1 101721830 101722172 ENST00000455561 NA RP4-575N6.2 ENSG00000228399 Not Supported Not Supported +transcript 1 101736431 101736919 ENST00000454070 NA PPIAP7 ENSG00000173810 Not Supported Not Supported +transcript 1 101788893 101815732 ENST00000454466 NA RP11-157N3.1 ENSG00000231671 Not Supported Not Supported +transcript 1 101789393 101842869 ENST00000439146 NA RP11-157N3.1 ENSG00000231671 Not Supported Not Supported +transcript 1 101815605 101855859 ENST00000444327 NA RP11-157N3.1 ENSG00000231671 Not Supported Not Supported +transcript 1 102189298 102195170 ENST00000415532 NA RP11-411H5.1 ENSG00000226715 Not Supported Not Supported +transcript 1 102194198 102194293 ENST00000516721 NA RNU6-965P ENSG00000252530 Not Supported Not Supported +transcript 1 102251892 102254059 ENST00000332100 NA RP11-556K13.1 ENSG00000183298 Not Supported Not Supported +transcript 1 102251896 102252775 ENST00000431241 NA RP11-556K13.1 ENSG00000183298 Not Supported Not Supported +transcript 1 102268130 102462586 ENST00000370103 NA OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102462304 102462372 ENST00000370103 1 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102302435 102302581 ENST00000370103 2 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102296228 102296383 ENST00000370103 3 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102290582 102290801 ENST00000370103 4 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102271632 102271738 ENST00000370103 5 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102269797 102270471 ENST00000370103 6 OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102269042 102312529 ENST00000338858 NA OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102312401 102312529 ENST00000338858 1 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102302435 102302581 ENST00000338858 2 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102296228 102296383 ENST00000338858 3 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102290582 102290801 ENST00000338858 4 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102271632 102271738 ENST00000338858 5 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102269797 102270471 ENST00000338858 6 OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102269042 102312529 ENST00000465523 NA OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102269042 102462461 ENST00000462354 NA OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102269042 102302585 ENST00000536598 NA OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102296228 102296374 ENST00000536598 2 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102290582 102290801 ENST00000536598 3 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102278650 102278702 ENST00000536598 4 OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102278647 102312600 ENST00000359814 NA OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102312401 102312529 ENST00000359814 1 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102302435 102302581 ENST00000359814 2 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102296228 102296383 ENST00000359814 3 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102290582 102290801 ENST00000359814 4 OLFM3 ENSG00000118733 Not Supported Not Supported +CDS 1 102278650 102278702 ENST00000359814 5 OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102290646 102375710 ENST00000468901 NA OLFM3 ENSG00000118733 Not Supported Not Supported +transcript 1 102325407 102325513 ENST00000516908 NA RNU6-352P ENSG00000252717 Not Supported Not Supported +transcript 1 102348072 102348450 ENST00000603614 NA RP11-82O2.2 ENSG00000271277 Not Supported Not Supported +transcript 1 102358661 102359603 ENST00000440278 NA DNAJA1P5 ENSG00000162699 Not Supported Not Supported +transcript 1 102665295 102855186 ENST00000447916 NA RP11-202K23.1 ENSG00000233359 Not Supported Not Supported +transcript 1 103228878 103319398 ENST00000414418 NA RP5-936J12.1 ENSG00000230864 Not Supported Not Supported +transcript 1 103342023 103574047 ENST00000370096 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103573629 103573734 ENST00000370096 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548528 ENST00000370096 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000370096 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000370096 4 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496672 103496800 ENST00000370096 5 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491772 103491888 ENST00000370096 6 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491077 103491169 ENST00000370096 7 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103488298 103488552 ENST00000370096 8 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103487263 103487325 ENST00000370096 9 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103484374 103484415 ENST00000370096 10 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103483376 103483438 ENST00000370096 11 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103481224 103481298 ENST00000370096 12 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103480067 103480150 ENST00000370096 13 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103477969 103478025 ENST00000370096 14 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103474019 103474072 ENST00000370096 15 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471818 103471871 ENST00000370096 16 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471624 103471677 ENST00000370096 17 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471394 103471447 ENST00000370096 18 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470164 103470217 ENST00000370096 19 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470000 103470044 ENST00000370096 20 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468771 103468824 ENST00000370096 21 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468303 103468347 ENST00000370096 22 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467984 103468037 ENST00000370096 23 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467481 103467525 ENST00000370096 24 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103463866 103463919 ENST00000370096 25 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103462636 103462680 ENST00000370096 26 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461545 103461598 ENST00000370096 27 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461420 103461464 ENST00000370096 28 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103455074 103455127 ENST00000370096 29 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103453189 103453296 ENST00000370096 30 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103449694 103449747 ENST00000370096 31 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444938 103444991 ENST00000370096 32 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444616 103444660 ENST00000370096 33 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444416 103444469 ENST00000370096 34 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444264 103444308 ENST00000370096 35 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103440386 103440439 ENST00000370096 36 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103435775 103435828 ENST00000370096 37 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103431043 103431096 ENST00000370096 38 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103428209 103428316 ENST00000370096 39 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427732 103427821 ENST00000370096 40 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427422 103427475 ENST00000370096 41 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103412405 103412512 ENST00000370096 42 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103405883 103405990 ENST00000370096 43 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103404591 103404644 ENST00000370096 44 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400616 103400669 ENST00000370096 45 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400005 103400112 ENST00000370096 46 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103388892 103388945 ENST00000370096 47 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103387074 103387127 ENST00000370096 48 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103385867 103385920 ENST00000370096 49 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103381187 103381240 ENST00000370096 50 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103380260 103380367 ENST00000370096 51 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379908 103379961 ENST00000370096 52 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379193 103379246 ENST00000370096 53 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103377715 103377768 ENST00000370096 54 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364497 103364550 ENST00000370096 55 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364222 103364329 ENST00000370096 56 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103363681 103363734 ENST00000370096 57 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103356007 103356060 ENST00000370096 58 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103355011 103355118 ENST00000370096 59 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354422 103354475 ENST00000370096 60 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354279 103354314 ENST00000370096 61 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354133 103354186 ENST00000370096 62 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103352363 103352612 ENST00000370096 63 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103348755 103348867 ENST00000370096 64 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103347253 103347321 ENST00000370096 65 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103345239 103345472 ENST00000370096 66 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103343578 103343721 ENST00000370096 67 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103342023 103574052 ENST00000358392 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103573629 103573734 ENST00000358392 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548528 ENST00000358392 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000358392 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000358392 4 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496672 103496800 ENST00000358392 5 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491356 103491508 ENST00000358392 6 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491077 103491169 ENST00000358392 7 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103488298 103488552 ENST00000358392 8 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103487263 103487325 ENST00000358392 9 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103484374 103484415 ENST00000358392 10 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103483376 103483438 ENST00000358392 11 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103481224 103481298 ENST00000358392 12 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103480067 103480150 ENST00000358392 13 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103477969 103478025 ENST00000358392 14 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103474019 103474072 ENST00000358392 15 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471818 103471871 ENST00000358392 16 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471624 103471677 ENST00000358392 17 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471394 103471447 ENST00000358392 18 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470164 103470217 ENST00000358392 19 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470000 103470044 ENST00000358392 20 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468771 103468824 ENST00000358392 21 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468303 103468347 ENST00000358392 22 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467984 103468037 ENST00000358392 23 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467481 103467525 ENST00000358392 24 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103463866 103463919 ENST00000358392 25 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103462636 103462680 ENST00000358392 26 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461545 103461598 ENST00000358392 27 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461420 103461464 ENST00000358392 28 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103455074 103455127 ENST00000358392 29 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103453189 103453296 ENST00000358392 30 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103449694 103449747 ENST00000358392 31 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444938 103444991 ENST00000358392 32 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444616 103444660 ENST00000358392 33 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444416 103444469 ENST00000358392 34 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444264 103444308 ENST00000358392 35 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103440386 103440439 ENST00000358392 36 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103435775 103435828 ENST00000358392 37 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103431043 103431096 ENST00000358392 38 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103428209 103428316 ENST00000358392 39 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427732 103427821 ENST00000358392 40 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427422 103427475 ENST00000358392 41 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103412405 103412512 ENST00000358392 42 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103405883 103405990 ENST00000358392 43 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103404591 103404644 ENST00000358392 44 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400616 103400669 ENST00000358392 45 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400005 103400112 ENST00000358392 46 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103388892 103388945 ENST00000358392 47 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103387074 103387127 ENST00000358392 48 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103385867 103385920 ENST00000358392 49 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103381187 103381240 ENST00000358392 50 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103380260 103380367 ENST00000358392 51 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379908 103379961 ENST00000358392 52 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379193 103379246 ENST00000358392 53 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103377715 103377768 ENST00000358392 54 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364497 103364550 ENST00000358392 55 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364222 103364329 ENST00000358392 56 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103363681 103363734 ENST00000358392 57 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103356007 103356060 ENST00000358392 58 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103355011 103355118 ENST00000358392 59 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354422 103354475 ENST00000358392 60 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354279 103354314 ENST00000358392 61 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354133 103354186 ENST00000358392 62 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103352363 103352612 ENST00000358392 63 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103348755 103348867 ENST00000358392 64 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103347253 103347321 ENST00000358392 65 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103345239 103345472 ENST00000358392 66 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103343578 103343721 ENST00000358392 67 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103342023 103574052 ENST00000353414 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103573629 103573734 ENST00000353414 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548528 ENST00000353414 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000353414 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000353414 4 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496672 103496800 ENST00000353414 5 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491077 103491169 ENST00000353414 6 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103488298 103488552 ENST00000353414 7 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103487263 103487325 ENST00000353414 8 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103484374 103484415 ENST00000353414 9 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103483376 103483438 ENST00000353414 10 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103481224 103481298 ENST00000353414 11 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103480067 103480150 ENST00000353414 12 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103477969 103478025 ENST00000353414 13 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103474019 103474072 ENST00000353414 14 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471818 103471871 ENST00000353414 15 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471624 103471677 ENST00000353414 16 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471394 103471447 ENST00000353414 17 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470164 103470217 ENST00000353414 18 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470000 103470044 ENST00000353414 19 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468771 103468824 ENST00000353414 20 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468303 103468347 ENST00000353414 21 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467984 103468037 ENST00000353414 22 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467481 103467525 ENST00000353414 23 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103463866 103463919 ENST00000353414 24 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103462636 103462680 ENST00000353414 25 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461545 103461598 ENST00000353414 26 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461420 103461464 ENST00000353414 27 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103455074 103455127 ENST00000353414 28 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103453189 103453296 ENST00000353414 29 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103449694 103449747 ENST00000353414 30 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444938 103444991 ENST00000353414 31 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444616 103444660 ENST00000353414 32 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444416 103444469 ENST00000353414 33 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444264 103444308 ENST00000353414 34 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103440386 103440439 ENST00000353414 35 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103435775 103435828 ENST00000353414 36 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103431043 103431096 ENST00000353414 37 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103428209 103428316 ENST00000353414 38 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427732 103427821 ENST00000353414 39 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427422 103427475 ENST00000353414 40 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103412405 103412512 ENST00000353414 41 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103405883 103405990 ENST00000353414 42 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103404591 103404644 ENST00000353414 43 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400616 103400669 ENST00000353414 44 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400005 103400112 ENST00000353414 45 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103388892 103388945 ENST00000353414 46 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103387074 103387127 ENST00000353414 47 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103385867 103385920 ENST00000353414 48 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103381187 103381240 ENST00000353414 49 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103380260 103380367 ENST00000353414 50 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379908 103379961 ENST00000353414 51 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379193 103379246 ENST00000353414 52 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103377715 103377768 ENST00000353414 53 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364497 103364550 ENST00000353414 54 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364222 103364329 ENST00000353414 55 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103363681 103363734 ENST00000353414 56 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103356007 103356060 ENST00000353414 57 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103355011 103355118 ENST00000353414 58 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354422 103354475 ENST00000353414 59 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354279 103354314 ENST00000353414 60 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354133 103354186 ENST00000353414 61 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103352363 103352612 ENST00000353414 62 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103348755 103348867 ENST00000353414 63 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103347253 103347321 ENST00000353414 64 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103345239 103345472 ENST00000353414 65 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103343578 103343721 ENST00000353414 66 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103343273 103345574 ENST00000470170 NA COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103343507 103574035 ENST00000512756 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103573629 103573734 ENST00000512756 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548528 ENST00000512756 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000512756 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000512756 4 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496672 103496800 ENST00000512756 5 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491772 103491888 ENST00000512756 6 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103487263 103487325 ENST00000512756 7 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103484374 103484415 ENST00000512756 8 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103483376 103483438 ENST00000512756 9 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103481224 103481298 ENST00000512756 10 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103480067 103480150 ENST00000512756 11 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103477969 103478025 ENST00000512756 12 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103474019 103474072 ENST00000512756 13 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471818 103471871 ENST00000512756 14 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471624 103471677 ENST00000512756 15 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103471394 103471447 ENST00000512756 16 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470164 103470217 ENST00000512756 17 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103470000 103470044 ENST00000512756 18 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468771 103468824 ENST00000512756 19 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103468303 103468347 ENST00000512756 20 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467984 103468037 ENST00000512756 21 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103467481 103467525 ENST00000512756 22 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103463866 103463919 ENST00000512756 23 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103462636 103462680 ENST00000512756 24 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461545 103461598 ENST00000512756 25 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103461420 103461464 ENST00000512756 26 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103455074 103455127 ENST00000512756 27 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103453189 103453296 ENST00000512756 28 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103449694 103449747 ENST00000512756 29 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444938 103444991 ENST00000512756 30 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444616 103444660 ENST00000512756 31 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444416 103444469 ENST00000512756 32 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103444264 103444308 ENST00000512756 33 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103440386 103440439 ENST00000512756 34 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103435775 103435828 ENST00000512756 35 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103431043 103431096 ENST00000512756 36 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103428209 103428316 ENST00000512756 37 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427732 103427821 ENST00000512756 38 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103427422 103427475 ENST00000512756 39 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103412405 103412512 ENST00000512756 40 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103405883 103405990 ENST00000512756 41 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103404591 103404644 ENST00000512756 42 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400616 103400669 ENST00000512756 43 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103400005 103400112 ENST00000512756 44 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103388892 103388945 ENST00000512756 45 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103387074 103387127 ENST00000512756 46 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103385867 103385920 ENST00000512756 47 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103381187 103381240 ENST00000512756 48 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103380260 103380367 ENST00000512756 49 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379908 103379961 ENST00000512756 50 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103379193 103379246 ENST00000512756 51 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103377715 103377768 ENST00000512756 52 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364497 103364550 ENST00000512756 53 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103364222 103364329 ENST00000512756 54 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103363681 103363734 ENST00000512756 55 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103356007 103356060 ENST00000512756 56 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103355011 103355118 ENST00000512756 57 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354422 103354475 ENST00000512756 58 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354279 103354314 ENST00000512756 59 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103354133 103354186 ENST00000512756 60 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103352363 103352612 ENST00000512756 61 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103348755 103348867 ENST00000512756 62 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103347253 103347321 ENST00000512756 63 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103345239 103345472 ENST00000512756 64 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103343578 103343721 ENST00000512756 65 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103427301 103428240 ENST00000465209 NA COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103466570 103474049 ENST00000461720 NA COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103466993 103470037 ENST00000475980 NA COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103474029 103573734 ENST00000427239 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103573629 103573734 ENST00000427239 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548528 ENST00000427239 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000427239 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000427239 4 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496672 103496800 ENST00000427239 5 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491356 103491508 ENST00000427239 6 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103491077 103491169 ENST00000427239 7 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103488298 103488552 ENST00000427239 8 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103487263 103487325 ENST00000427239 9 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103484374 103484415 ENST00000427239 10 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103483376 103483438 ENST00000427239 11 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103481224 103481298 ENST00000427239 12 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103480067 103480150 ENST00000427239 13 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103477969 103478025 ENST00000427239 14 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103474029 103474072 ENST00000427239 15 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103496457 103548415 ENST00000447608 NA COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103548361 103548415 ENST00000447608 1 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103544214 103544427 ENST00000447608 2 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103540174 103540336 ENST00000447608 3 COL11A1 ENSG00000060718 Not Supported Not Supported +CDS 1 103496630 103496800 ENST00000447608 4 COL11A1 ENSG00000060718 Not Supported Not Supported +transcript 1 103565699 103566260 ENST00000396543 NA SOD2P1 ENSG00000234257 Not Supported Not Supported +transcript 1 103817769 103828355 ENST00000424955 NA RP11-347K2.1 ENSG00000232753 Not Supported Not Supported +transcript 1 103820969 103835986 ENST00000455771 NA RP11-347K2.2 ENSG00000234037 Not Supported Not Supported +transcript 1 103821644 103835986 ENST00000451705 NA RP11-347K2.2 ENSG00000234037 Not Supported Not Supported +transcript 1 103957501 103968087 ENST00000414923 NA RP11-153F1.2 ENSG00000230759 Not Supported Not Supported +transcript 1 103960701 104068105 ENST00000444810 NA RP11-153F1.1 ENSG00000224613 Not Supported Not Supported +transcript 1 103961376 104068083 ENST00000447322 NA RP11-153F1.1 ENSG00000224613 Not Supported Not Supported +transcript 1 104066184 104066501 ENST00000410137 NA RN7SKP285 ENSG00000222069 Not Supported Not Supported +transcript 1 104068313 104095965 ENST00000524631 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104068693 104068884 ENST00000524631 1 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104070317 104070364 ENST00000524631 2 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104076361 104076479 ENST00000524631 3 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077396 104077479 ENST00000524631 4 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077952 104078063 ENST00000524631 5 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104078748 104078816 ENST00000524631 6 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104079964 104080106 ENST00000524631 7 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104083972 104084097 ENST00000524631 8 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104085921 104086069 ENST00000524631 9 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104087563 104087724 ENST00000524631 10 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104088870 104088964 ENST00000524631 11 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104089599 104089657 ENST00000524631 12 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104093563 104093695 ENST00000524631 13 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104094343 104094399 ENST00000524631 14 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104068319 104078063 ENST00000531883 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104068693 104068884 ENST00000531883 2 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104070317 104070364 ENST00000531883 3 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104076361 104076479 ENST00000531883 4 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077396 104077479 ENST00000531883 5 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077952 104078063 ENST00000531883 6 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104068321 104097734 ENST00000533099 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104068693 104068884 ENST00000533099 2 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104070317 104070364 ENST00000533099 3 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104076361 104076479 ENST00000533099 4 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077396 104077479 ENST00000533099 5 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077952 104078063 ENST00000533099 6 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104078748 104078816 ENST00000533099 7 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104079964 104080106 ENST00000533099 8 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104083972 104084097 ENST00000533099 9 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104085918 104086069 ENST00000533099 10 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104087563 104087724 ENST00000533099 11 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104088870 104088964 ENST00000533099 12 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104089599 104089657 ENST00000533099 13 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104093563 104093695 ENST00000533099 14 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104094343 104094399 ENST00000533099 15 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104068379 104084097 ENST00000527062 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077986 104078063 ENST00000527062 5 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104078748 104078816 ENST00000527062 6 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104079964 104080106 ENST00000527062 7 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104083972 104084097 ENST00000527062 8 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104068593 104097861 ENST00000423855 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104068693 104068884 ENST00000423855 1 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104070317 104070364 ENST00000423855 2 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104076361 104076479 ENST00000423855 3 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077396 104077479 ENST00000423855 4 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104077952 104078063 ENST00000423855 5 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104078748 104078816 ENST00000423855 6 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104079964 104080106 ENST00000423855 7 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104083972 104084097 ENST00000423855 8 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104085918 104086069 ENST00000423855 9 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104087563 104087724 ENST00000423855 10 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104088870 104088964 ENST00000423855 11 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104089599 104089657 ENST00000423855 12 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104093563 104093695 ENST00000423855 13 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104094343 104094399 ENST00000423855 14 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104080010 104095400 ENST00000533834 NA RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104083983 104089657 ENST00000524641 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104083983 104084097 ENST00000524641 1 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104085918 104086069 ENST00000524641 2 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104087599 104087724 ENST00000524641 3 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104088870 104088964 ENST00000524641 4 RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104089599 104089657 ENST00000524641 5 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104089549 104093885 ENST00000525323 NA RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104094346 104096336 ENST00000532117 NA RNPC3 ENSG00000185946 Not Supported Not Supported +CDS 1 104094346 104094402 ENST00000532117 1 RNPC3 ENSG00000185946 Not Supported Not Supported +transcript 1 104096437 104122152 ENST00000477657 NA AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114225 104114392 ENST00000477657 2 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114732 104114878 ENST00000477657 3 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104115685 104115882 ENST00000477657 4 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104116330 104116560 ENST00000477657 5 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104116882 104117015 ENST00000477657 6 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104117845 104117967 ENST00000477657 7 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104118063 104118162 ENST00000477657 8 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104120342 104120350 ENST00000477657 9 AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104097322 104122151 ENST00000361355 NA AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114225 104114392 ENST00000361355 3 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114732 104114878 ENST00000361355 4 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104115685 104115882 ENST00000361355 5 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104116330 104116560 ENST00000361355 6 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104116882 104117015 ENST00000361355 7 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104117845 104117967 ENST00000361355 8 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104118063 104118162 ENST00000361355 9 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104120112 104120230 ENST00000361355 10 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104120342 104120467 ENST00000361355 11 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104121933 104122119 ENST00000361355 12 AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104104379 104114851 ENST00000435302 NA AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114225 104114392 ENST00000435302 3 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114732 104114851 ENST00000435302 4 AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104107653 104114822 ENST00000453959 NA AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114225 104114392 ENST00000453959 2 AMY2B ENSG00000240038 Not Supported Not Supported +CDS 1 104114732 104114822 ENST00000453959 3 AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104110956 104122152 ENST00000491397 NA AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104117937 104118403 ENST00000462971 NA AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104120009 104122156 ENST00000481821 NA AMY2B ENSG00000240038 Not Supported Not Supported +transcript 1 104112175 104113296 ENST00000425123 NA ACTG1P4 ENSG00000236085 Not Supported Not Supported +transcript 1 104159999 104168402 ENST00000414303 NA AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104160063 104160230 ENST00000414303 1 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104160576 104160722 ENST00000414303 2 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104161533 104161730 ENST00000414303 3 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104162176 104162406 ENST00000414303 4 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104163173 104163306 ENST00000414303 5 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104164199 104164321 ENST00000414303 6 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104164416 104164515 ENST00000414303 7 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104166488 104166606 ENST00000414303 8 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104166718 104166843 ENST00000414303 9 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104168179 104168365 ENST00000414303 10 AMY2A ENSG00000243480 Not Supported Not Supported +transcript 1 104160068 104163290 ENST00000423678 NA AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104160068 104160230 ENST00000423678 1 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104160576 104160722 ENST00000423678 2 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104161533 104161730 ENST00000423678 3 AMY2A ENSG00000243480 Not Supported Not Supported +CDS 1 104163173 104163290 ENST00000423678 4 AMY2A ENSG00000243480 Not Supported Not Supported +transcript 1 104164184 104168227 ENST00000497748 NA AMY2A ENSG00000243480 Not Supported Not Supported +transcript 1 104197912 104201226 ENST00000430659 NA AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104198953 104199120 ENST00000430659 2 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104199466 104199612 ENST00000430659 3 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104200416 104200613 ENST00000430659 4 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104201062 104201226 ENST00000430659 5 AMY1A ENSG00000237763 Not Supported Not Supported +transcript 1 104198377 104207173 ENST00000370083 NA AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104198953 104199120 ENST00000370083 2 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104199466 104199612 ENST00000370083 3 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104200416 104200613 ENST00000370083 4 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104201062 104201292 ENST00000370083 5 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104202032 104202165 ENST00000370083 6 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104202982 104203104 ENST00000370083 7 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104203199 104203298 ENST00000370083 8 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104205279 104205397 ENST00000370083 9 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104205508 104205633 ENST00000370083 10 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104206953 104207139 ENST00000370083 11 AMY1A ENSG00000237763 Not Supported Not Supported +transcript 1 104198640 104199612 ENST00000422549 NA AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104198953 104199120 ENST00000422549 2 AMY1A ENSG00000237763 Not Supported Not Supported +CDS 1 104199466 104199612 ENST00000422549 3 AMY1A ENSG00000237763 Not Supported Not Supported +transcript 1 104199429 104202165 ENST00000461518 NA AMY1A ENSG00000237763 Not Supported Not Supported +transcript 1 104205366 104207171 ENST00000494409 NA AMY1A ENSG00000237763 Not Supported Not Supported +transcript 1 104210693 104210890 ENST00000438604 NA RP5-1108M17.5 ENSG00000234441 Not Supported Not Supported +transcript 1 104230037 104239076 ENST00000370080 NA AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104238094 104238261 ENST00000370080 2 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104237602 104237748 ENST00000370080 3 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104236601 104236798 ENST00000370080 4 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104235922 104236152 ENST00000370080 5 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104235049 104235182 ENST00000370080 6 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104234110 104234232 ENST00000370080 7 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104233916 104234015 ENST00000370080 8 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104231816 104231934 ENST00000370080 9 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104231580 104231705 ENST00000370080 10 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104230074 104230260 ENST00000370080 11 AMY1B ENSG00000174876 Not Supported Not Supported +transcript 1 104230040 104238912 ENST00000330330 NA AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104238094 104238261 ENST00000330330 2 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104237602 104237748 ENST00000330330 3 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104236601 104236798 ENST00000330330 4 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104235922 104236152 ENST00000330330 5 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104235049 104235182 ENST00000330330 6 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104234110 104234232 ENST00000330330 7 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104233916 104234015 ENST00000330330 8 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104231816 104231934 ENST00000330330 9 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104231580 104231705 ENST00000330330 10 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104230074 104230260 ENST00000330330 11 AMY1B ENSG00000174876 Not Supported Not Supported +transcript 1 104235049 104237785 ENST00000464691 NA AMY1B ENSG00000174876 Not Supported Not Supported +transcript 1 104235988 104239302 ENST00000446703 NA AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104238094 104238261 ENST00000446703 2 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104237602 104237748 ENST00000446703 3 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104236601 104236798 ENST00000446703 4 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104235988 104236152 ENST00000446703 5 AMY1B ENSG00000174876 Not Supported Not Supported +transcript 1 104237602 104238574 ENST00000425410 NA AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104238094 104238261 ENST00000425410 2 AMY1B ENSG00000174876 Not Supported Not Supported +CDS 1 104237602 104237748 ENST00000425410 3 AMY1B ENSG00000174876 Not Supported Not Supported +transcript 1 104256345 104262493 ENST00000440059 NA AMYP1 ENSG00000227408 Not Supported Not Supported +transcript 1 104293028 104301312 ENST00000370079 NA AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104293092 104293259 ENST00000370079 1 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104293605 104293751 ENST00000370079 2 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104294555 104294752 ENST00000370079 3 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104295201 104295431 ENST00000370079 4 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104296171 104296304 ENST00000370079 5 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104297121 104297243 ENST00000370079 6 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104297337 104297436 ENST00000370079 7 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104299417 104299535 ENST00000370079 8 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104299646 104299771 ENST00000370079 9 AMY1C ENSG00000187733 Not Supported Not Supported +CDS 1 104301091 104301277 ENST00000370079 10 AMY1C ENSG00000187733 Not Supported Not Supported +transcript 1 104469189 104470428 ENST00000441083 NA RP11-97C18.1 ENSG00000225191 Not Supported Not Supported +transcript 1 104615632 104616159 ENST00000401022 NA RP11-364B6.2 ENSG00000243500 Not Supported Not Supported +transcript 1 104615645 104619709 ENST00000418362 NA RP11-364B6.1 ENSG00000215869 Not Supported Not Supported +transcript 1 104695928 104696452 ENST00000432567 NA FTLP17 ENSG00000228347 Not Supported Not Supported +transcript 1 105976616 105977443 ENST00000454213 NA RP11-414B7.1 ENSG00000225036 Not Supported Not Supported +transcript 1 106130197 106148629 ENST00000600656 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106130202 106148629 ENST00000597635 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106132300 106148629 ENST00000595309 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106132316 106161540 ENST00000420901 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106132319 106148629 ENST00000597752 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106143114 106148629 ENST00000594455 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106144774 106161580 ENST00000435253 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106148599 106161557 ENST00000610126 NA RP11-251P6.1 ENSG00000230768 Not Supported Not Supported +transcript 1 106240661 106240840 ENST00000419651 NA SEPT2P1 ENSG00000227850 Not Supported Not Supported +transcript 1 106433315 106434052 ENST00000433990 NA RP11-90H3.2 ENSG00000237897 Not Supported Not Supported +transcript 1 106434361 106436139 ENST00000415279 NA RP11-90H3.1 ENSG00000232952 Not Supported Not Supported +transcript 1 106470246 106495516 ENST00000446693 NA RP11-24P14.1 ENSG00000233047 Not Supported Not Supported +transcript 1 106470246 106565834 ENST00000429080 NA RP11-24P14.1 ENSG00000233047 Not Supported Not Supported +transcript 1 106470247 106496111 ENST00000417385 NA RP11-24P14.1 ENSG00000233047 Not Supported Not Supported +transcript 1 106615869 106627121 ENST00000437803 NA RP5-947P14.1 ENSG00000237480 Not Supported Not Supported +transcript 1 106623783 106627118 ENST00000429608 NA RP5-947P14.1 ENSG00000237480 Not Supported Not Supported +transcript 1 106623423 106624001 ENST00000415580 NA RP5-947P14.2 ENSG00000230932 Not Supported Not Supported +transcript 1 107086964 107087366 ENST00000604628 NA RP11-478L17.1 ENSG00000270342 Not Supported Not Supported +transcript 1 107322845 107323057 ENST00000603629 NA RP11-110F24.1 ENSG00000270976 Not Supported Not Supported +transcript 1 107345377 107346049 ENST00000455189 NA RP11-233E12.4 ENSG00000233449 Not Supported Not Supported +transcript 1 107347096 107348654 ENST00000441695 NA RP11-233E12.2 ENSG00000232551 Not Supported Not Supported +transcript 1 107360861 107380789 ENST00000415910 NA RP11-233E12.1 ENSG00000237460 Not Supported Not Supported +transcript 1 107599267 107601905 ENST00000361318 NA PRMT6 ENSG00000198890 Not Supported Not Supported +CDS 1 107599515 107600462 ENST00000361318 1 PRMT6 ENSG00000198890 Not Supported Not Supported +transcript 1 107599301 107601916 ENST00000370078 NA PRMT6 ENSG00000198890 Not Supported Not Supported +CDS 1 107599338 107600462 ENST00000370078 1 PRMT6 ENSG00000198890 Not Supported Not Supported +transcript 1 107682629 108024475 ENST00000370074 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370074 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370074 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370074 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370074 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370074 6 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682629 108024450 ENST00000370073 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370073 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370073 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370073 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370073 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107973372 107973539 ENST00000370073 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107979287 107979421 ENST00000370073 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370073 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682629 108024450 ENST00000370071 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370071 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370071 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370071 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370071 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107961202 107961267 ENST00000370071 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107963706 107963765 ENST00000370071 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370071 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682639 108024092 ENST00000542803 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000542803 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000542803 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937952 ENST00000542803 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107938084 107938100 ENST00000542803 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107946262 107946267 ENST00000542803 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107973372 107973539 ENST00000542803 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107979287 107979421 ENST00000542803 8 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000542803 9 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682639 108024092 ENST00000370061 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370061 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370061 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370061 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370061 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107961202 107961267 ENST00000370061 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107979287 107979421 ENST00000370061 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370061 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682639 108024092 ENST00000370072 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370072 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370072 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937952 ENST00000370072 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107938084 107938100 ENST00000370072 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107946262 107946267 ENST00000370072 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107973372 107973539 ENST00000370072 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370072 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107682639 108024092 ENST00000370070 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370070 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370070 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937952 ENST00000370070 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107938084 107938100 ENST00000370070 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107946262 107946267 ENST00000370070 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107961202 107961267 ENST00000370070 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370070 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107683442 108025030 ENST00000370068 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370068 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370068 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370068 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370068 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107973372 107973539 ENST00000370068 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107979287 107979421 ENST00000370068 7 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370068 8 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107683549 107953207 ENST00000294649 NA NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107683661 108026080 ENST00000370067 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370067 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370067 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370067 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370067 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107961202 107961267 ENST00000370067 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370067 7 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107683991 107691429 ENST00000462149 NA NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107685698 107690922 ENST00000370076 NA NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107691216 108023462 ENST00000370066 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370066 1 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370066 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370066 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370066 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107961202 107961267 ENST00000370066 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107963706 107963765 ENST00000370066 6 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370066 7 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107691216 108023462 ENST00000370065 NA NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107691216 107691461 ENST00000370065 1 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107866904 107867544 ENST00000370065 2 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107937776 107937948 ENST00000370065 3 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107950304 107950330 ENST00000370065 4 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 107973372 107973539 ENST00000370065 5 NTNG1 ENSG00000162631 Not Supported Not Supported +CDS 1 108023233 108023459 ENST00000370065 6 NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107803425 107876645 ENST00000477948 NA NTNG1 ENSG00000162631 Not Supported Not Supported +transcript 1 107991091 107991177 ENST00000459420 NA AC114491.1 ENSG00000238883 Not Supported Not Supported +transcript 1 108047825 108048070 ENST00000416095 NA RP11-270C12.3 ENSG00000224550 Not Supported Not Supported +transcript 1 108113782 108507766 ENST00000370056 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108507288 108507491 ENST00000370056 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108417523 108417639 ENST00000370056 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108322056 108322114 ENST00000370056 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108319853 108319918 ENST00000370056 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108315357 108315465 ENST00000370056 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108313258 108313350 ENST00000370056 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108311063 108311131 ENST00000370056 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108309069 108309172 ENST00000370056 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108307698 108307797 ENST00000370056 9 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108303406 108303501 ENST00000370056 10 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108299883 108299951 ENST00000370056 11 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108298049 108298135 ENST00000370056 12 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108293739 108293824 ENST00000370056 13 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108292084 108292216 ENST00000370056 14 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108291590 108291699 ENST00000370056 15 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247582 108247683 ENST00000370056 16 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247172 108247272 ENST00000370056 17 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231028 ENST00000370056 18 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108226110 108226155 ENST00000370056 19 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185241 108185377 ENST00000370056 20 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108160189 108160254 ENST00000370056 21 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108152553 108152587 ENST00000370056 22 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145669 108145785 ENST00000370056 23 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145019 108145106 ENST00000370056 24 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108138834 108138963 ENST00000370056 25 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108116669 108116820 ENST00000370056 26 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108115956 108115994 ENST00000370056 27 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108114211 108507631 ENST00000527011 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108507288 108507491 ENST00000527011 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108417523 108417639 ENST00000527011 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108322056 108322114 ENST00000527011 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108319853 108319918 ENST00000527011 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108315357 108315465 ENST00000527011 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108313258 108313350 ENST00000527011 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108311063 108311131 ENST00000527011 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108309069 108309172 ENST00000527011 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108307698 108307797 ENST00000527011 9 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108303406 108303501 ENST00000527011 10 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108299883 108299951 ENST00000527011 11 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108298049 108298135 ENST00000527011 12 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108293739 108293824 ENST00000527011 13 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108292084 108292216 ENST00000527011 14 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108291590 108291699 ENST00000527011 15 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247582 108247683 ENST00000527011 16 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247172 108247272 ENST00000527011 17 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231028 ENST00000527011 18 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108226110 108226155 ENST00000527011 19 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185241 108185377 ENST00000527011 20 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108160189 108160254 ENST00000527011 21 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108152553 108152587 ENST00000527011 22 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145669 108145785 ENST00000527011 23 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145019 108145106 ENST00000527011 24 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108138834 108138963 ENST00000527011 25 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108119014 108119097 ENST00000527011 26 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108116669 108116820 ENST00000527011 27 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108115956 108115994 ENST00000527011 28 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108115470 108231126 ENST00000529413 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231053 ENST00000529413 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185273 108185377 ENST00000529413 2 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108115470 108231126 ENST00000544443 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185241 108185366 ENST00000544443 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108160189 108160254 ENST00000544443 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108152553 108152587 ENST00000544443 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145669 108145785 ENST00000544443 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145019 108145106 ENST00000544443 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108138834 108138963 ENST00000544443 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108116669 108116820 ENST00000544443 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108115956 108115994 ENST00000544443 9 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108115572 108220631 ENST00000525460 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108115597 108231126 ENST00000415432 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231053 ENST00000415432 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108226110 108226155 ENST00000415432 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185241 108185377 ENST00000415432 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108160189 108160254 ENST00000415432 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108152553 108152587 ENST00000415432 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145669 108145785 ENST00000415432 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108145019 108145106 ENST00000415432 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108138834 108138963 ENST00000415432 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108116669 108116820 ENST00000415432 9 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108115956 108115994 ENST00000415432 10 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108115791 108328246 ENST00000343258 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108138917 108216271 ENST00000529033 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108145719 108231126 ENST00000525231 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231053 ENST00000525231 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185273 108185377 ENST00000525231 2 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108152436 108231150 ENST00000479977 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108160189 108228574 ENST00000533398 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108160206 108292130 ENST00000529809 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108292084 108292130 ENST00000529809 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108291590 108291699 ENST00000529809 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247582 108247683 ENST00000529809 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247172 108247272 ENST00000529809 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108185241 108185377 ENST00000529809 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108160206 108160254 ENST00000529809 6 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108211461 108506218 ENST00000469325 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108211585 108507475 ENST00000490388 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108507288 108507475 ENST00000490388 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108417523 108417639 ENST00000490388 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108322056 108322114 ENST00000490388 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108319853 108319918 ENST00000490388 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108315357 108315465 ENST00000490388 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108313258 108313350 ENST00000490388 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108311063 108311131 ENST00000490388 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108309069 108309172 ENST00000490388 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108307698 108307797 ENST00000490388 9 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108303406 108303501 ENST00000490388 10 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108299883 108299951 ENST00000490388 11 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108298049 108298135 ENST00000490388 12 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108293739 108293824 ENST00000490388 13 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108292084 108292216 ENST00000490388 14 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108291590 108291699 ENST00000490388 15 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247582 108247683 ENST00000490388 16 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247172 108247272 ENST00000490388 17 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231028 ENST00000490388 18 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108226110 108226155 ENST00000490388 19 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108212006 108212094 ENST00000490388 20 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108211585 108507475 ENST00000371846 NA VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108507288 108507296 ENST00000371846 1 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108417523 108417639 ENST00000371846 2 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108322056 108322114 ENST00000371846 3 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108319853 108319918 ENST00000371846 4 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108315357 108315465 ENST00000371846 5 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108313258 108313350 ENST00000371846 6 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108311063 108311131 ENST00000371846 7 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108309069 108309172 ENST00000371846 8 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108307698 108307797 ENST00000371846 9 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108303406 108303501 ENST00000371846 10 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108299883 108299951 ENST00000371846 11 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108298049 108298135 ENST00000371846 12 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108293739 108293824 ENST00000371846 13 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108292084 108292216 ENST00000371846 14 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108291590 108291699 ENST00000371846 15 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247582 108247683 ENST00000371846 16 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108247172 108247272 ENST00000371846 17 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108231003 108231028 ENST00000371846 18 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108226110 108226155 ENST00000371846 19 VAV3 ENSG00000134215 Not Supported Not Supported +CDS 1 108212009 108212094 ENST00000371846 20 VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108309137 108363518 ENST00000524574 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108313281 108506122 ENST00000530671 NA VAV3 ENSG00000134215 Not Supported Not Supported +transcript 1 108318796 108318878 ENST00000579317 NA AL591042.1 ENSG00000265536 Not Supported Not Supported +transcript 1 108507065 108537229 ENST00000438318 NA VAV3-AS1 ENSG00000230489 Not Supported Not Supported +transcript 1 108561275 108561393 ENST00000582803 NA AL390036.1 ENSG00000264753 Not Supported Not Supported +transcript 1 108614104 108617141 ENST00000419428 NA RP11-356N1.2 ENSG00000226822 Not Supported Not Supported +transcript 1 108614993 108617115 ENST00000451023 NA RP11-356N1.2 ENSG00000226822 Not Supported Not Supported +transcript 1 108676658 108742980 ENST00000565488 NA SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108742578 108742760 ENST00000565488 1 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108728450 108728576 ENST00000565488 2 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108724563 108724650 ENST00000565488 3 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108703804 108703915 ENST00000565488 4 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108700084 108700242 ENST00000565488 5 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108697605 108697757 ENST00000565488 6 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108690901 108691008 ENST00000565488 7 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108686165 108686332 ENST00000565488 8 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108681680 108681830 ENST00000565488 9 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108679278 108679459 ENST00000565488 10 SLC25A24 ENSG00000085491 Not Supported Not Supported +transcript 1 108677442 108742901 ENST00000264128 NA SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108742578 108742760 ENST00000264128 1 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108728450 108728576 ENST00000264128 2 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108703896 108703915 ENST00000264128 3 SLC25A24 ENSG00000085491 Not Supported Not Supported +transcript 1 108677445 108735440 ENST00000370041 NA SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108735118 108735243 ENST00000370041 1 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108728450 108728576 ENST00000370041 2 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108724563 108724650 ENST00000370041 3 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108703804 108703915 ENST00000370041 4 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108700084 108700242 ENST00000370041 5 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108697605 108697757 ENST00000370041 6 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108690901 108691008 ENST00000370041 7 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108686165 108686332 ENST00000370041 8 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108681680 108681830 ENST00000370041 9 SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108679278 108679459 ENST00000370041 10 SLC25A24 ENSG00000085491 Not Supported Not Supported +transcript 1 108741115 108743471 ENST00000569674 NA SLC25A24 ENSG00000085491 Not Supported Not Supported +CDS 1 108742554 108742760 ENST00000569674 1 SLC25A24 ENSG00000085491 Not Supported Not Supported +transcript 1 108742548 108744113 ENST00000564063 NA RP11-483I13.5 ENSG00000260879 Not Supported Not Supported +transcript 1 108765963 108786689 ENST00000415641 NA NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108786206 108786383 ENST00000415641 2 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108784696 108784795 ENST00000415641 3 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108783572 108783786 ENST00000415641 4 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108782450 108782528 ENST00000415641 5 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108781370 108781581 ENST00000415641 6 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108779909 108779960 ENST00000415641 7 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108778892 108779031 ENST00000415641 8 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108777858 108777909 ENST00000415641 9 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108776864 108777033 ENST00000415641 10 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108775782 108775833 ENST00000415641 11 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108774878 108775050 ENST00000415641 12 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108771542 108771778 ENST00000415641 13 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108769301 108769515 ENST00000415641 14 NBPF4 ENSG00000196427 Not Supported Not Supported +CDS 1 108766330 108766368 ENST00000415641 15 NBPF4 ENSG00000196427 Not Supported Not Supported +transcript 1 108803818 108816311 ENST00000438965 NA RP11-483I13.2 ENSG00000238122 Not Supported Not Supported +transcript 1 108815565 108880475 ENST00000411846 NA SLC25A24P1 ENSG00000241361 Not Supported Not Supported +transcript 1 108815761 108880009 ENST00000434803 NA SLC25A24P1 ENSG00000241361 Not Supported Not Supported +transcript 1 108876283 108918572 ENST00000450435 NA SLC25A24P1 ENSG00000241361 Not Supported Not Supported +transcript 1 108918421 109013624 ENST00000444143 NA NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108993224 108993401 ENST00000444143 2 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108994812 108994911 ENST00000444143 3 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108995803 108996017 ENST00000444143 4 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108997061 108997139 ENST00000444143 5 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108998008 108998219 ENST00000444143 6 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999629 108999680 ENST00000444143 7 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109000558 109000697 ENST00000444143 8 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109001680 109001731 ENST00000444143 9 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109002555 109002724 ENST00000444143 10 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109003755 109003806 ENST00000444143 11 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109004538 109004710 ENST00000444143 12 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109007810 109008046 ENST00000444143 13 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109010073 109010287 ENST00000444143 14 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109013219 109013257 ENST00000444143 15 NBPF6 ENSG00000186086 Not Supported Not Supported +transcript 1 108918421 109013624 ENST00000294652 NA NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108993224 108993401 ENST00000294652 2 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108996669 108996675 ENST00000294652 3 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108997114 108997139 ENST00000294652 4 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108998008 108998165 ENST00000294652 5 NBPF6 ENSG00000186086 Not Supported Not Supported +transcript 1 108992904 109013260 ENST00000370040 NA NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108993224 108993401 ENST00000370040 2 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108994812 108994911 ENST00000370040 3 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108995803 108996017 ENST00000370040 4 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108997061 108997139 ENST00000370040 5 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108998008 108998219 ENST00000370040 6 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999629 108999680 ENST00000370040 7 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999870 108999956 ENST00000370040 8 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109000558 109000697 ENST00000370040 9 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109001680 109001731 ENST00000370040 10 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109002555 109002724 ENST00000370040 11 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109003755 109003806 ENST00000370040 12 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109004538 109004710 ENST00000370040 13 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109007810 109008046 ENST00000370040 14 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109010073 109010287 ENST00000370040 15 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109013219 109013257 ENST00000370040 16 NBPF6 ENSG00000186086 Not Supported Not Supported +transcript 1 108992909 109013624 ENST00000495380 NA NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108993224 108993401 ENST00000495380 2 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108994812 108994911 ENST00000495380 3 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108995803 108996017 ENST00000495380 4 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108997061 108997139 ENST00000495380 5 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108998008 108998219 ENST00000495380 6 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999629 108999680 ENST00000495380 7 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109000558 109000697 ENST00000495380 8 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109001680 109001731 ENST00000495380 9 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109002555 109002724 ENST00000495380 10 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109003755 109003806 ENST00000495380 11 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109004538 109004710 ENST00000495380 12 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109007810 109008046 ENST00000495380 13 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109010073 109010287 ENST00000495380 14 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109013219 109013257 ENST00000495380 15 NBPF6 ENSG00000186086 Not Supported Not Supported +transcript 1 108992943 109008017 ENST00000531446 NA NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108993224 108993401 ENST00000531446 2 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108994812 108994911 ENST00000531446 3 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108995803 108996017 ENST00000531446 4 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108997061 108997139 ENST00000531446 5 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108998008 108998219 ENST00000531446 6 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999629 108999680 ENST00000531446 7 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 108999870 108999956 ENST00000531446 8 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109000558 109000697 ENST00000531446 9 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109001680 109001731 ENST00000531446 10 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109002555 109002724 ENST00000531446 11 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109003755 109003806 ENST00000531446 12 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109004538 109004710 ENST00000531446 13 NBPF6 ENSG00000186086 Not Supported Not Supported +CDS 1 109007810 109008017 ENST00000531446 14 NBPF6 ENSG00000186086 Not Supported Not Supported +transcript 1 108918460 108953436 ENST00000357046 NA NBPF5P ENSG00000243967 Not Supported Not Supported +transcript 1 108918460 108953429 ENST00000545941 NA NBPF5P ENSG00000243967 Not Supported Not Supported +transcript 1 108926358 108963917 ENST00000415059 NA SLC25A24P2 ENSG00000238118 Not Supported Not Supported +transcript 1 108963311 108975806 ENST00000419814 NA RP11-131J3.1 ENSG00000224698 Not Supported Not Supported +transcript 1 109044980 109046077 ENST00000453250 NA ST13P21 ENSG00000227832 Not Supported Not Supported +transcript 1 109051196 109051865 ENST00000428364 NA RP5-964H19.2 ENSG00000226483 Not Supported Not Supported +transcript 1 109102711 109181949 ENST00000370035 NA FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109103051 109103187 ENST00000370035 1 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109143188 109143308 ENST00000370035 2 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109148845 109148874 ENST00000370035 3 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109154800 109154916 ENST00000370035 4 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109159004 109159050 ENST00000370035 5 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109167267 109167370 ENST00000370035 6 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109170789 109170884 ENST00000370035 7 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109171017 109171206 ENST00000370035 8 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109171299 109171426 ENST00000370035 9 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109172210 109172279 ENST00000370035 10 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109177730 109177769 ENST00000370035 11 FAM102B ENSG00000162636 Not Supported Not Supported +transcript 1 109102711 109187522 ENST00000405454 NA FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109103051 109103187 ENST00000405454 1 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109143188 109143308 ENST00000405454 2 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109148845 109148874 ENST00000405454 3 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109154800 109154916 ENST00000405454 4 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109159004 109159050 ENST00000405454 5 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109167267 109167370 ENST00000405454 6 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109170789 109170884 ENST00000405454 7 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109171017 109171206 ENST00000405454 8 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109171299 109171426 ENST00000405454 9 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109172210 109172279 ENST00000405454 10 FAM102B ENSG00000162636 Not Supported Not Supported +CDS 1 109187318 109187342 ENST00000405454 11 FAM102B ENSG00000162636 Not Supported Not Supported +transcript 1 109167287 109181944 ENST00000483371 NA FAM102B ENSG00000162636 Not Supported Not Supported +transcript 1 109190912 109203744 ENST00000402983 NA HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109202486 109202506 ENST00000402983 2 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109200073 109200201 ENST00000402983 3 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109198208 109198320 ENST00000402983 4 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109197338 109197472 ENST00000402983 5 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109193652 109193831 ENST00000402983 6 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109192833 109193010 ENST00000402983 7 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109191191 109191613 ENST00000402983 8 HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109190917 109203677 ENST00000370031 NA HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109202486 109202506 ENST00000370031 2 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109200073 109200201 ENST00000370031 3 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109198208 109198320 ENST00000370031 4 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109197338 109197472 ENST00000370031 5 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109193652 109193831 ENST00000370031 6 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109192833 109193010 ENST00000370031 7 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109191963 109192055 ENST00000370031 8 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109191191 109191613 ENST00000370031 9 HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109190917 109204148 ENST00000370032 NA HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109202486 109202506 ENST00000370032 2 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109200073 109200201 ENST00000370032 3 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109198208 109198320 ENST00000370032 4 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109197338 109197472 ENST00000370032 5 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109193652 109193831 ENST00000370032 6 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109192833 109193010 ENST00000370032 7 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109191191 109191613 ENST00000370032 8 HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109191422 109203802 ENST00000420055 NA HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109202486 109202506 ENST00000420055 2 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109200073 109200201 ENST00000420055 3 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109198208 109198320 ENST00000420055 4 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109197338 109197472 ENST00000420055 5 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109193652 109193831 ENST00000420055 6 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109192833 109193010 ENST00000420055 7 HENMT1 ENSG00000162639 Not Supported Not Supported +CDS 1 109191422 109191613 ENST00000420055 8 HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109191516 109203686 ENST00000493676 NA HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109192846 109194067 ENST00000483729 NA HENMT1 ENSG00000162639 Not Supported Not Supported +transcript 1 109234945 109244425 ENST00000370025 NA PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109235214 109235489 ENST00000370025 1 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238324 109238392 ENST00000370025 2 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238665 109238816 ENST00000370025 3 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238899 109238959 ENST00000370025 4 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109241226 109241449 ENST00000370025 5 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109241784 109242639 ENST00000370025 6 PRPF38B ENSG00000134186 Not Supported Not Supported +transcript 1 109234946 109240126 ENST00000370022 NA PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109235214 109235489 ENST00000370022 1 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238324 109238392 ENST00000370022 2 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238665 109238816 ENST00000370022 3 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238899 109238959 ENST00000370022 4 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109239362 109239373 ENST00000370022 5 PRPF38B ENSG00000134186 Not Supported Not Supported +transcript 1 109234949 109240126 ENST00000467302 NA PRPF38B ENSG00000134186 Not Supported Not Supported +transcript 1 109234963 109244425 ENST00000370021 NA PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238381 109238392 ENST00000370021 3 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238665 109238816 ENST00000370021 4 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109238899 109238959 ENST00000370021 5 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109241226 109241449 ENST00000370021 6 PRPF38B ENSG00000134186 Not Supported Not Supported +CDS 1 109241784 109242639 ENST00000370021 7 PRPF38B ENSG00000134186 Not Supported Not Supported +transcript 1 109240322 109242007 ENST00000485810 NA PRPF38B ENSG00000134186 Not Supported Not Supported +transcript 1 109255279 109285362 ENST00000370017 NA FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109255556 109255618 ENST00000370017 1 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109256133 109256151 ENST00000370017 2 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109260399 109260653 ENST00000370017 3 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109261411 109261671 ENST00000370017 4 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109264957 109265214 ENST00000370017 5 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109268372 109268626 ENST00000370017 6 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109270430 109270687 ENST00000370017 7 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109271254 109271508 ENST00000370017 8 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109273296 109273550 ENST00000370017 9 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109275894 109276154 ENST00000370017 10 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109280117 109280146 ENST00000370017 11 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109284395 109284423 ENST00000370017 12 FNDC7 ENSG00000143107 Not Supported Not Supported +transcript 1 109256067 109285365 ENST00000271311 NA FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109256067 109256151 ENST00000271311 1 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109260399 109260653 ENST00000271311 2 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109261411 109261671 ENST00000271311 3 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109264957 109265214 ENST00000271311 4 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109268372 109268626 ENST00000271311 5 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109270430 109270687 ENST00000271311 6 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109271254 109271508 ENST00000271311 7 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109273296 109273550 ENST00000271311 8 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109275894 109276154 ENST00000271311 9 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109280117 109280146 ENST00000271311 10 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109284395 109284423 ENST00000271311 11 FNDC7 ENSG00000143107 Not Supported Not Supported +transcript 1 109265033 109284678 ENST00000445274 NA FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109265033 109265214 ENST00000445274 1 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109268372 109268626 ENST00000445274 2 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109270430 109270687 ENST00000445274 3 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109271254 109271508 ENST00000445274 4 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109273296 109273550 ENST00000445274 5 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109275894 109276154 ENST00000445274 6 FNDC7 ENSG00000143107 Not Supported Not Supported +CDS 1 109284395 109284426 ENST00000445274 7 FNDC7 ENSG00000143107 Not Supported Not Supported +transcript 1 109276878 109277347 ENST00000437400 NA RP11-293A10.3 ENSG00000232971 Not Supported Not Supported +transcript 1 109289296 109299627 ENST00000483586 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109289304 109295823 ENST00000469338 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109289310 109352148 ENST00000370008 NA STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109289360 109289408 ENST00000370008 1 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109294879 109294928 ENST00000370008 2 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109295685 109295766 ENST00000370008 3 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109299312 109299388 ENST00000370008 4 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109301132 109301210 ENST00000370008 5 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109302607 109302707 ENST00000370008 6 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109315287 109315441 ENST00000370008 7 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109318955 109319045 ENST00000370008 8 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109321908 109322032 ENST00000370008 9 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109325044 109325139 ENST00000370008 10 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109325271 109325328 ENST00000370008 11 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109336204 109336269 ENST00000370008 12 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109337449 109337529 ENST00000370008 13 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109338856 109338994 ENST00000370008 14 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109339242 109339348 ENST00000370008 15 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109340767 109340859 ENST00000370008 16 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109342842 109342927 ENST00000370008 17 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109350023 109350171 ENST00000370008 18 STXBP3 ENSG00000116266 Not Supported Not Supported +CDS 1 109351405 109351496 ENST00000370008 19 STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109301679 109319045 ENST00000486601 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109302675 109324164 ENST00000485167 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109324483 109336253 ENST00000495245 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109338857 109350103 ENST00000472099 NA STXBP3 ENSG00000116266 Not Supported Not Supported +transcript 1 109309463 109310206 ENST00000444669 NA RP11-475E11.2 ENSG00000228076 Not Supported Not Supported +transcript 1 109358520 109360076 ENST00000466413 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109358520 109399716 ENST00000370001 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000370001 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000370001 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000370001 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000370001 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000370001 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000370001 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377551 109377678 ENST00000370001 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377069 109377150 ENST00000370001 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373181 109373272 ENST00000370001 10 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109369827 109369924 ENST00000370001 11 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109366188 109366310 ENST00000370001 12 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365992 109366099 ENST00000370001 13 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109363167 109363248 ENST00000370001 14 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109359670 109359799 ENST00000370001 15 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109358796 109358924 ENST00000370001 16 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109358523 109400850 ENST00000474186 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000474186 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000474186 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000474186 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000474186 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000474186 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000474186 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373181 109373272 ENST00000474186 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109369827 109369924 ENST00000474186 10 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109366188 109366310 ENST00000474186 11 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365993 109366099 ENST00000474186 12 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109359798 109359799 ENST00000474186 13 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109358765 109363200 ENST00000477908 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109365461 109506106 ENST00000357393 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109505983 109506096 ENST00000357393 1 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000357393 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000357393 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000357393 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000357393 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000357393 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377551 109377678 ENST00000357393 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377069 109377150 ENST00000357393 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373181 109373272 ENST00000357393 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109369827 109369924 ENST00000357393 10 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109366188 109366310 ENST00000357393 11 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365951 109366099 ENST00000357393 12 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109365679 109395339 ENST00000369994 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000369994 1 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000369994 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000369994 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000369994 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000369994 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000369994 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377551 109377588 ENST00000369994 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377069 109377150 ENST00000369994 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373181 109373272 ENST00000369994 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109369827 109369924 ENST00000369994 10 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109366188 109366310 ENST00000369994 11 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365992 109366099 ENST00000369994 12 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365778 109365866 ENST00000369994 13 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109365679 109399706 ENST00000369995 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000369995 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000369995 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000369995 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000369995 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000369995 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000369995 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377551 109377678 ENST00000369995 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377069 109377150 ENST00000369995 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373181 109373272 ENST00000369995 10 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109369827 109369924 ENST00000369995 11 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109366188 109366310 ENST00000369995 12 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365992 109366099 ENST00000369995 13 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109365778 109365893 ENST00000369995 14 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109365682 109399698 ENST00000461774 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000461774 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000461774 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000461774 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000461774 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109385756 109385889 ENST00000461774 6 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109380172 109380328 ENST00000461774 7 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109377551 109377678 ENST00000461774 8 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109373230 109373272 ENST00000461774 9 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109365898 109373356 ENST00000603450 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109379346 109399706 ENST00000472781 NA AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109394294 109395286 ENST00000472781 2 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109392159 109392198 ENST00000472781 3 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391534 109391682 ENST00000472781 4 AKNAD1 ENSG00000162641 Not Supported Not Supported +CDS 1 109391374 109391436 ENST00000472781 5 AKNAD1 ENSG00000162641 Not Supported Not Supported +transcript 1 109399839 109401146 ENST00000369989 NA SPATA42 ENSG00000203897 Not Supported Not Supported +transcript 1 109399866 109400962 ENST00000417241 NA SPATA42 ENSG00000203897 Not Supported Not Supported +transcript 1 109417972 109477167 ENST00000406462 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109428145 109428200 ENST00000406462 3 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109439486 109439707 ENST00000406462 4 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440114 109440249 ENST00000406462 5 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440581 109440723 ENST00000406462 6 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109441264 109441387 ENST00000406462 7 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109441501 109441616 ENST00000406462 8 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109444412 109444567 ENST00000406462 9 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109445748 109445856 ENST00000406462 10 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109446747 109446876 ENST00000406462 11 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109456960 109457030 ENST00000406462 12 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109461235 109461411 ENST00000406462 13 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109465039 109465198 ENST00000406462 14 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109466622 109466836 ENST00000406462 15 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109472323 109472559 ENST00000406462 16 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109419603 109441346 ENST00000435987 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109428145 109428200 ENST00000435987 2 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109439486 109439707 ENST00000435987 3 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440114 109440249 ENST00000435987 4 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440581 109440723 ENST00000435987 5 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109441264 109441346 ENST00000435987 6 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109419603 109473043 ENST00000264126 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109428145 109428200 ENST00000264126 2 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109439486 109439707 ENST00000264126 3 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440114 109440249 ENST00000264126 4 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109440581 109440723 ENST00000264126 5 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109441264 109441387 ENST00000264126 6 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109441501 109441616 ENST00000264126 7 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109444412 109444567 ENST00000264126 8 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109445748 109445856 ENST00000264126 9 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109446747 109446876 ENST00000264126 10 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109456960 109457030 ENST00000264126 11 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109461235 109461411 ENST00000264126 12 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109465039 109465198 ENST00000264126 13 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109466622 109466836 ENST00000264126 14 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109472323 109472559 ENST00000264126 15 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109419878 109439654 ENST00000435475 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109428145 109428200 ENST00000435475 2 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109439486 109439654 ENST00000435475 3 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109420030 109439585 ENST00000446797 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109428145 109428200 ENST00000446797 2 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109439486 109439585 ENST00000446797 3 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109456999 109466983 ENST00000441735 NA GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109456999 109457030 ENST00000441735 1 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109461235 109461411 ENST00000441735 2 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109465039 109465198 ENST00000441735 3 GPSM2 ENSG00000121957 Not Supported Not Supported +CDS 1 109466622 109466905 ENST00000441735 4 GPSM2 ENSG00000121957 Not Supported Not Supported +transcript 1 109472130 109506079 ENST00000356970 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000356970 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000356970 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000356970 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486458 109486679 ENST00000356970 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486097 109486237 ENST00000356970 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000356970 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000356970 8 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000356970 9 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000356970 10 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000356970 11 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472130 109506111 ENST00000369971 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000369971 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000369971 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000369971 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486458 109486679 ENST00000369971 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486097 109486237 ENST00000369971 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000369971 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000369971 8 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000369971 9 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000369971 10 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000369971 11 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472130 109506111 ENST00000415331 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000415331 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000415331 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000415331 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486458 109486529 ENST00000415331 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486097 109486237 ENST00000415331 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000415331 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000415331 8 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000415331 9 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000415331 10 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000415331 11 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472130 109493060 ENST00000369969 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000369969 1 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000369969 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000369969 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000369969 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000369969 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000369969 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000369969 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000369969 8 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472130 109493060 ENST00000369968 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000369968 1 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000369968 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000369968 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000369968 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000369968 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000369968 6 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472561 109486149 ENST00000473062 NA CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472561 109506072 ENST00000369976 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000369976 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000369976 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000369976 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486458 109486679 ENST00000369976 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486140 109486237 ENST00000369976 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109473981 109474107 ENST00000369976 8 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109472602 109486504 ENST00000482889 NA CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109474608 109493070 ENST00000369970 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000369970 1 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000369970 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000369970 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486458 109486529 ENST00000369970 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109486097 109486237 ENST00000369970 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000369970 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000369970 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000369970 8 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000369970 9 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000369970 10 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109477280 109493070 ENST00000348264 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000348264 1 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000348264 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000348264 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000348264 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000348264 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000348264 6 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109477280 109493070 ENST00000302500 NA CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492931 109493059 ENST00000302500 1 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109492442 109492543 ENST00000302500 2 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109490233 109490340 ENST00000302500 3 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109484027 109484120 ENST00000302500 4 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482667 109482764 ENST00000302500 5 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109482258 109482404 ENST00000302500 6 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109479699 109480040 ENST00000302500 7 CLCC1 ENSG00000121940 Not Supported Not Supported +CDS 1 109477295 109477564 ENST00000302500 8 CLCC1 ENSG00000121940 Not Supported Not Supported +transcript 1 109512836 109584608 ENST00000400794 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000400794 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560223 ENST00000400794 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556442 109556547 ENST00000400794 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109553538 109554340 ENST00000400794 5 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109547214 109547340 ENST00000400794 6 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109544846 109545024 ENST00000400794 7 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109538202 109538459 ENST00000400794 8 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109533876 109533951 ENST00000400794 9 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109529145 109529302 ENST00000400794 10 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525904 109526073 ENST00000400794 11 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525231 109525401 ENST00000400794 12 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109524355 109524486 ENST00000400794 13 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109517158 109517376 ENST00000400794 14 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109514055 109514194 ENST00000400794 15 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109512836 109584697 ENST00000369962 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000369962 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560223 ENST00000369962 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000369962 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109553538 109554340 ENST00000369962 5 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109547214 109547337 ENST00000369962 6 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109544846 109545024 ENST00000369962 7 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109538202 109538459 ENST00000369962 8 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109533876 109533951 ENST00000369962 9 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109529145 109529302 ENST00000369962 10 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525904 109526073 ENST00000369962 11 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525231 109525401 ENST00000369962 12 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109524355 109524486 ENST00000369962 13 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109517158 109517376 ENST00000369962 14 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109514055 109514194 ENST00000369962 15 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109512836 109584697 ENST00000361054 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000361054 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000361054 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109553538 109554340 ENST00000361054 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109547214 109547337 ENST00000361054 5 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109544846 109545024 ENST00000361054 6 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109538202 109538459 ENST00000361054 7 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109533876 109533951 ENST00000361054 8 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109529145 109529302 ENST00000361054 9 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525904 109526073 ENST00000361054 10 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525231 109525401 ENST00000361054 11 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109524355 109524486 ENST00000361054 12 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109517158 109517376 ENST00000361054 13 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109514055 109514194 ENST00000361054 14 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109512836 109584735 ENST00000369965 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000369965 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560223 ENST00000369965 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000369965 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109553538 109554340 ENST00000369965 5 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109547214 109547340 ENST00000369965 6 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109544846 109545024 ENST00000369965 7 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109538202 109538459 ENST00000369965 8 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109533876 109533951 ENST00000369965 9 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109529145 109529302 ENST00000369965 10 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525904 109526073 ENST00000369965 11 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525231 109525401 ENST00000369965 12 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109524355 109524486 ENST00000369965 13 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109517158 109517376 ENST00000369965 14 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109514055 109514194 ENST00000369965 15 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109512840 109584850 ENST00000357672 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000357672 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000357672 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109553538 109554340 ENST00000357672 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109547214 109547337 ENST00000357672 5 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109544846 109545024 ENST00000357672 6 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109538202 109538459 ENST00000357672 7 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109533876 109533951 ENST00000357672 8 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109529145 109529302 ENST00000357672 9 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525904 109526073 ENST00000357672 10 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109525231 109525401 ENST00000357672 11 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109524351 109524486 ENST00000357672 12 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109517158 109517372 ENST00000357672 13 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109514055 109514194 ENST00000357672 14 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109554149 109584169 ENST00000530772 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000530772 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560223 ENST00000530772 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000530772 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109554149 109554340 ENST00000530772 5 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109554168 109584727 ENST00000529074 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560162 ENST00000529074 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556547 ENST00000529074 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109554168 109554340 ENST00000529074 4 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109554198 109584724 ENST00000531337 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556463 109556489 ENST00000531337 2 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109554198 109554340 ENST00000531337 3 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109556472 109584608 ENST00000528747 NA WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109565977 109566134 ENST00000528747 3 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109560140 109560223 ENST00000528747 4 WDR47 ENSG00000085433 Not Supported Not Supported +CDS 1 109556472 109556547 ENST00000528747 5 WDR47 ENSG00000085433 Not Supported Not Supported +transcript 1 109529585 109529867 ENST00000439282 NA RP5-1065J22.2 ENSG00000237349 Not Supported Not Supported +transcript 1 109534878 109535489 ENST00000538262 NA RP11-20O24.4 ENSG00000244716 Not Supported Not Supported +transcript 1 109534904 109535458 ENST00000414070 NA RP11-20O24.4 ENSG00000244716 Not Supported Not Supported +transcript 1 109572689 109572941 ENST00000434429 NA RP11-20O24.1 ENSG00000228665 Not Supported Not Supported +transcript 1 109589450 109590104 ENST00000427731 NA RANP5 ENSG00000228054 Not Supported Not Supported +transcript 1 109605108 109618593 ENST00000461096 NA TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109618543 109618569 ENST00000461096 1 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109617609 109617687 ENST00000461096 2 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109608757 109608854 ENST00000461096 3 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109607148 109607315 ENST00000461096 4 TAF13 ENSG00000197780 Not Supported Not Supported +transcript 1 109606762 109618624 ENST00000338366 NA TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109618543 109618569 ENST00000338366 1 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109617609 109617687 ENST00000338366 2 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109608757 109608854 ENST00000338366 3 TAF13 ENSG00000197780 Not Supported Not Supported +CDS 1 109607148 109607315 ENST00000338366 4 TAF13 ENSG00000197780 Not Supported Not Supported +transcript 1 109630593 109633480 ENST00000608574 NA RP5-1065J22.8 ENSG00000273382 Not Supported Not Supported +transcript 1 109632425 109639556 ENST00000338272 NA TMEM167B ENSG00000215717 Not Supported Not Supported +CDS 1 109633495 109633504 ENST00000338272 1 TMEM167B ENSG00000215717 Not Supported Not Supported +CDS 1 109635512 109635643 ENST00000338272 2 TMEM167B ENSG00000215717 Not Supported Not Supported +CDS 1 109637039 109637118 ENST00000338272 3 TMEM167B ENSG00000215717 Not Supported Not Supported +transcript 1 109633402 109637611 ENST00000479160 NA TMEM167B ENSG00000215717 Not Supported Not Supported +transcript 1 109633428 109636398 ENST00000473828 NA TMEM167B ENSG00000215717 Not Supported Not Supported +transcript 1 109642815 109643241 ENST00000602755 NA SCARNA2 ENSG00000270066 Not Supported Not Supported +transcript 1 109642815 109643234 ENST00000458748 NA SCARNA2 ENSG00000270066 Not Supported Not Supported +transcript 1 109646157 109647388 ENST00000429752 NA RP5-1065J22.4 ENSG00000251484 Not Supported Not Supported +transcript 1 109648573 109655377 ENST00000369948 NA C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109655221 109655301 ENST00000369948 1 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109650543 109650659 ENST00000369948 2 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649629 109649744 ENST00000369948 3 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649157 109649281 ENST00000369948 4 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109648653 109648720 ENST00000369948 5 C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109648573 109656466 ENST00000462402 NA C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109656255 109656299 ENST00000462402 1 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649219 109649281 ENST00000462402 2 C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109648573 109656479 ENST00000369949 NA C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109656255 109656299 ENST00000369949 1 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109650543 109650659 ENST00000369949 2 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649629 109649744 ENST00000369949 3 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649157 109649281 ENST00000369949 4 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109648653 109648720 ENST00000369949 5 C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109648577 109655369 ENST00000369945 NA C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109655221 109655301 ENST00000369945 1 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649629 109649744 ENST00000369945 2 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649157 109649281 ENST00000369945 3 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109648653 109648720 ENST00000369945 4 C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109648577 109655369 ENST00000460065 NA C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109655221 109655301 ENST00000460065 1 C1orf194 ENSG00000179902 Not Supported Not Supported +CDS 1 109649219 109649281 ENST00000460065 2 C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109648673 109656457 ENST00000369942 NA C1orf194 ENSG00000179902 Not Supported Not Supported +transcript 1 109656301 109704636 ENST00000533147 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000533147 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000533147 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656533 109714635 ENST00000531664 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000531664 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000531664 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707313 ENST00000531664 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109714488 109714635 ENST00000531664 5 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656551 109707303 ENST00000534476 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000534476 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000534476 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707303 ENST00000534476 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656585 109707313 ENST00000526264 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000526264 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000526264 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707313 ENST00000526264 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656623 109745851 ENST00000369939 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000369939 1 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000369939 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707313 ENST00000369939 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109714488 109714635 ENST00000369939 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109715110 109715190 ENST00000369939 5 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109716096 109716201 ENST00000369939 6 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109716310 109716459 ENST00000369939 7 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109727667 109727755 ENST00000369939 8 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109730799 109730976 ENST00000369939 9 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109731688 109731816 ENST00000369939 10 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109732214 109732304 ENST00000369939 11 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109733988 109734093 ENST00000369939 12 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109734348 109734485 ENST00000369939 13 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109735233 109735496 ENST00000369939 14 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109737043 109737216 ENST00000369939 15 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740096 109740276 ENST00000369939 16 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740601 109740697 ENST00000369939 17 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109741195 109741296 ENST00000369939 18 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742476 109742602 ENST00000369939 19 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742681 109742859 ENST00000369939 20 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109743357 109743522 ENST00000369939 21 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109745566 109745631 ENST00000369939 22 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656729 109743404 ENST00000457623 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000457623 1 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000457623 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707313 ENST00000457623 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109714488 109714635 ENST00000457623 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109715110 109715190 ENST00000457623 5 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109716096 109716201 ENST00000457623 6 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109727667 109727755 ENST00000457623 7 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109730799 109730976 ENST00000457623 8 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109731688 109731816 ENST00000457623 9 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109732214 109732304 ENST00000457623 10 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109733988 109734093 ENST00000457623 11 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109734348 109734485 ENST00000457623 12 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109735233 109735496 ENST00000457623 13 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109737043 109737216 ENST00000457623 14 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740096 109740276 ENST00000457623 15 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740601 109740697 ENST00000457623 16 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109741195 109741296 ENST00000457623 17 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742476 109742602 ENST00000457623 18 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742681 109742859 ENST00000457623 19 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109743357 109743404 ENST00000457623 20 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656777 109745727 ENST00000529753 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000529753 1 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109704516 109704636 ENST00000529753 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707313 ENST00000529753 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109714488 109714635 ENST00000529753 4 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109715110 109715190 ENST00000529753 5 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109716096 109716179 ENST00000529753 6 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109730799 109730976 ENST00000529753 7 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109731688 109731816 ENST00000529753 8 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109732214 109732304 ENST00000529753 9 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109733988 109734093 ENST00000529753 10 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109734348 109734485 ENST00000529753 11 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109735233 109735496 ENST00000529753 12 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109737043 109737216 ENST00000529753 13 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740096 109740276 ENST00000529753 14 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109740601 109740697 ENST00000529753 15 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109741195 109741296 ENST00000529753 16 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742476 109742602 ENST00000529753 17 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742681 109742859 ENST00000529753 18 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109743357 109743522 ENST00000529753 19 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109745566 109745631 ENST00000529753 20 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656791 109745853 ENST00000527996 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109656806 109656958 ENST00000527996 1 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109707121 109707153 ENST00000527996 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109656795 109734227 ENST00000490758 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109704228 109707248 ENST00000533374 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109729171 109745853 ENST00000369938 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109730601 109749401 ENST00000369936 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109733994 109735283 ENST00000464345 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109742813 109745745 ENST00000527501 NA KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109742813 109742859 ENST00000527501 1 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109743357 109743522 ENST00000527501 2 KIAA1324 ENSG00000116299 Not Supported Not Supported +CDS 1 109743941 109743976 ENST00000527501 3 KIAA1324 ENSG00000116299 Not Supported Not Supported +transcript 1 109750416 109750470 ENST00000459200 NA RNU7-122P ENSG00000238310 Not Supported Not Supported +transcript 1 109756540 109780742 ENST00000234677 NA SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109756615 109756750 ENST00000234677 1 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109766600 109766670 ENST00000234677 2 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109770974 109771054 ENST00000234677 3 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109772036 109772194 ENST00000234677 4 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109773500 109773643 ENST00000234677 5 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109774253 109774408 ENST00000234677 6 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109777832 109778053 ENST00000234677 7 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109778599 109778728 ENST00000234677 8 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109779013 109779170 ENST00000234677 9 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109779866 109779995 ENST00000234677 10 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109780353 109780507 ENST00000234677 11 SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109756554 109757775 ENST00000482384 NA SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109756590 109778053 ENST00000477544 NA SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109756604 109780770 ENST00000369923 NA SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109756615 109756750 ENST00000369923 1 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109766600 109766670 ENST00000369923 2 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109770974 109771054 ENST00000369923 3 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109772036 109772194 ENST00000369923 4 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109773500 109773643 ENST00000369923 5 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109774253 109774408 ENST00000369923 6 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109777832 109778053 ENST00000369923 7 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109778599 109778728 ENST00000369923 8 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109779013 109779170 ENST00000369923 9 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109779427 109779492 ENST00000369923 10 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109779866 109779995 ENST00000369923 11 SARS ENSG00000031698 Not Supported Not Supported +CDS 1 109780353 109780507 ENST00000369923 12 SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109773780 109778053 ENST00000471705 NA SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109778853 109780791 ENST00000468588 NA SARS ENSG00000031698 Not Supported Not Supported +transcript 1 109792641 109818372 ENST00000271332 NA CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109792702 109796011 ENST00000271332 1 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109801054 109801701 ENST00000271332 2 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109803664 109803886 ENST00000271332 3 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109804135 109804250 ENST00000271332 4 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109804430 109804518 ENST00000271332 5 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109804909 109805066 ENST00000271332 6 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109805428 109805591 ENST00000271332 7 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109805764 109805889 ENST00000271332 8 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109806233 109806399 ENST00000271332 9 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109806700 109806987 ENST00000271332 10 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109807076 109807250 ENST00000271332 11 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109807490 109807631 ENST00000271332 12 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109807813 109807933 ENST00000271332 13 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109808357 109808540 ENST00000271332 14 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109808727 109808828 ENST00000271332 15 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109810170 109810264 ENST00000271332 16 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109810473 109810682 ENST00000271332 17 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109811203 109811386 ENST00000271332 18 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109811502 109811630 ENST00000271332 19 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109811732 109811912 ENST00000271332 20 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109812046 109812213 ENST00000271332 21 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109812316 109812442 ENST00000271332 22 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109812555 109812755 ENST00000271332 23 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109813048 109813222 ENST00000271332 24 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109813549 109813661 ENST00000271332 25 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109813839 109813918 ENST00000271332 26 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109814008 109814134 ENST00000271332 27 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109814222 109814344 ENST00000271332 28 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109814900 109815027 ENST00000271332 29 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109815262 109815350 ENST00000271332 30 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109815455 109815649 ENST00000271332 31 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109815788 109815958 ENST00000271332 32 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109816058 109816292 ENST00000271332 33 CELSR2 ENSG00000143126 Not Supported Not Supported +CDS 1 109816644 109816668 ENST00000271332 34 CELSR2 ENSG00000143126 Not Supported Not Supported +transcript 1 109807891 109809061 ENST00000459940 NA CELSR2 ENSG00000143126 Not Supported Not Supported +transcript 1 109812349 109816931 ENST00000489018 NA CELSR2 ENSG00000143126 Not Supported Not Supported +transcript 1 109813446 109818229 ENST00000498157 NA CELSR2 ENSG00000143126 Not Supported Not Supported +transcript 1 109822178 109825737 ENST00000369904 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000369904 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000369904 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000369904 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823730 109823873 ENST00000369904 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823538 ENST00000369904 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000369904 7 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822746 109822778 ENST00000369904 8 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822178 109825747 ENST00000409267 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000409267 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000409267 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000409267 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823759 109823873 ENST00000409267 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823668 ENST00000409267 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000409267 7 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000409267 8 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822178 109825769 ENST00000369907 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000369907 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000369907 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000369907 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823759 109823873 ENST00000369907 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823668 ENST00000369907 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000369907 7 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000369907 8 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822179 109825790 ENST00000438534 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000438534 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000438534 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000438534 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823873 ENST00000438534 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000438534 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000438534 7 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822179 109825790 ENST00000369909 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000369909 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000369909 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000369909 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823759 109823873 ENST00000369909 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823668 ENST00000369909 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000369909 7 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000369909 8 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822187 109825808 ENST00000409138 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000409138 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000409138 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000409138 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823873 ENST00000409138 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000409138 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000409138 7 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822189 109825041 ENST00000492431 NA PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109822207 109825744 ENST00000369903 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000369903 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000369903 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000369903 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823759 109823873 ENST00000369903 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823399 109823668 ENST00000369903 6 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823018 109823111 ENST00000369903 7 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109822778 109822778 ENST00000369903 8 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109823431 109824301 ENST00000474126 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824301 ENST00000474126 1 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823730 109823873 ENST00000474126 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823431 109823591 ENST00000474126 3 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109823608 109825744 ENST00000429031 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000429031 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000429031 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000429031 4 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823759 109823873 ENST00000429031 5 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823608 109823668 ENST00000429031 6 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109823777 109825744 ENST00000418914 NA PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825302 109825320 ENST00000418914 1 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109825140 109825197 ENST00000418914 2 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109824241 109824682 ENST00000418914 3 PSRC1 ENSG00000134222 Not Supported Not Supported +CDS 1 109823777 109823873 ENST00000418914 4 PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109824026 109825767 ENST00000459765 NA PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109824241 109825766 ENST00000471740 NA PSRC1 ENSG00000134222 Not Supported Not Supported +transcript 1 109834987 109838975 ENST00000489706 NA MYBPHL ENSG00000221986 Not Supported Not Supported +transcript 1 109834987 109849663 ENST00000357155 NA MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109849469 109849613 ENST00000357155 1 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109840791 109840879 ENST00000357155 2 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109840044 109840239 ENST00000357155 3 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109839672 109839811 ENST00000357155 4 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109839405 109839564 ENST00000357155 5 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109838856 109838992 ENST00000357155 6 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109837733 109837919 ENST00000357155 7 MYBPHL ENSG00000221986 Not Supported Not Supported +CDS 1 109836864 109836871 ENST00000357155 8 MYBPHL ENSG00000221986 Not Supported Not Supported +transcript 1 109835137 109849617 ENST00000477962 NA MYBPHL ENSG00000221986 Not Supported Not Supported +transcript 1 109852192 109940573 ENST00000256637 NA SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109940209 109940514 ENST00000256637 1 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109912152 109912211 ENST00000256637 2 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109910030 109910103 ENST00000256637 3 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109897989 109898091 ENST00000256637 4 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109896989 109897153 ENST00000256637 5 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109893551 109893624 ENST00000256637 6 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109890105 109890154 ENST00000256637 7 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109888373 109888503 ENST00000256637 8 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109884636 109884780 ENST00000256637 9 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109883346 109883501 ENST00000256637 10 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109878862 109878968 ENST00000256637 11 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109870121 109870223 ENST00000256637 12 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109869614 109869782 ENST00000256637 13 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109867521 109867711 ENST00000256637 14 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109865554 109865743 ENST00000256637 15 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109860475 109860591 ENST00000256637 16 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109859472 109859580 ENST00000256637 17 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109857294 109857400 ENST00000256637 18 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109856883 109857006 ENST00000256637 19 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109856668 109856679 ENST00000256637 20 SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109856423 109859549 ENST00000485149 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109856527 109935979 ENST00000538502 NA SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109910030 109910061 ENST00000538502 3 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109897989 109898091 ENST00000538502 4 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109896989 109897153 ENST00000538502 5 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109893551 109893624 ENST00000538502 6 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109890105 109890154 ENST00000538502 7 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109888373 109888500 ENST00000538502 8 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109884636 109884780 ENST00000538502 9 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109883346 109883501 ENST00000538502 10 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109878862 109878968 ENST00000538502 11 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109870121 109870223 ENST00000538502 12 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109869614 109869782 ENST00000538502 13 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109867521 109867711 ENST00000538502 14 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109865554 109865743 ENST00000538502 15 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109860475 109860591 ENST00000538502 16 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109859472 109859580 ENST00000538502 17 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109857294 109857400 ENST00000538502 18 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109856883 109857006 ENST00000538502 19 SORT1 ENSG00000134243 Not Supported Not Supported +CDS 1 109856668 109856679 ENST00000538502 20 SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109869428 109878924 ENST00000466471 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109893569 109932521 ENST00000493736 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109897107 109935979 ENST00000482236 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109909405 109912211 ENST00000483508 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109911100 109912211 ENST00000495777 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109912152 109940483 ENST00000471996 NA SORT1 ENSG00000134243 Not Supported Not Supported +transcript 1 109941653 109968973 ENST00000271308 NA PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109968924 109968952 ENST00000271308 1 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109964482 109964548 ENST00000271308 2 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109957859 109957985 ENST00000271308 3 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109955690 109955757 ENST00000271308 4 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109954699 109954806 ENST00000271308 5 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109954499 109954557 ENST00000271308 6 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109953633 109953735 ENST00000271308 7 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109952550 109952636 ENST00000271308 8 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109944638 109944712 ENST00000271308 9 PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 109944419 109969062 ENST00000538610 NA PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109957859 109957907 ENST00000538610 2 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109955690 109955757 ENST00000538610 3 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109954699 109954806 ENST00000538610 4 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109954499 109954557 ENST00000538610 5 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109953633 109953735 ENST00000538610 6 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109952550 109952636 ENST00000538610 7 PSMA5 ENSG00000143106 Not Supported Not Supported +CDS 1 109944638 109944712 ENST00000538610 8 PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 109944472 109968754 ENST00000490870 NA PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 109954492 109954907 ENST00000477897 NA PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 109954575 109969049 ENST00000484563 NA PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 109957431 109957987 ENST00000491287 NA PSMA5 ENSG00000143106 Not Supported Not Supported +transcript 1 110009180 110022410 ENST00000401021 NA SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110009466 110009519 ENST00000401021 1 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110009681 110009755 ENST00000401021 2 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110018203 110018327 ENST00000401021 3 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110019398 110019599 ENST00000401021 4 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110022000 110022167 ENST00000401021 5 SYPL2 ENSG00000143028 Not Supported Not Supported +transcript 1 110009250 110024759 ENST00000369872 NA SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110009466 110009519 ENST00000369872 1 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110009681 110009755 ENST00000369872 2 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110018203 110018327 ENST00000369872 3 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110019398 110019599 ENST00000369872 4 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110020440 110020631 ENST00000369872 5 SYPL2 ENSG00000143028 Not Supported Not Supported +CDS 1 110022000 110022167 ENST00000369872 6 SYPL2 ENSG00000143028 Not Supported Not Supported +transcript 1 110017864 110019465 ENST00000475497 NA SYPL2 ENSG00000143028 Not Supported Not Supported +transcript 1 110026101 110035326 ENST00000463678 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110026576 110026702 ENST00000463678 1 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110027954 110028131 ENST00000463678 2 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110028679 110028682 ENST00000463678 3 ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110026561 110035356 ENST00000369870 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110026576 110026702 ENST00000369870 1 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110028679 110028744 ENST00000369870 2 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110029128 110029232 ENST00000369870 3 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110029629 110029839 ENST00000369870 4 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110030236 110030426 ENST00000369870 5 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110031005 110031087 ENST00000369870 6 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110031469 110031722 ENST00000369870 7 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110032552 110032750 ENST00000369870 8 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110032893 110033014 ENST00000369870 9 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110033544 110034339 ENST00000369870 10 ATXN7L2 ENSG00000162650 Not Supported Not Supported +CDS 1 110035208 110035219 ENST00000369870 11 ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110028168 110035349 ENST00000497545 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110031962 110033581 ENST00000604728 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110032173 110035426 ENST00000369869 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110033638 110035356 ENST00000459635 NA ATXN7L2 ENSG00000162650 Not Supported Not Supported +transcript 1 110036674 110038894 ENST00000393709 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036776 ENST00000393709 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038878 ENST00000393709 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036701 110041477 ENST00000496961 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000496961 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000496961 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038301 110038306 ENST00000496961 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036702 110039177 ENST00000533024 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036776 ENST00000533024 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000533024 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038486 ENST00000533024 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036721 110043055 ENST00000310611 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000310611 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037142 110037245 ENST00000310611 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000310611 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038486 ENST00000310611 4 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036722 110039081 ENST00000527072 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000527072 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038394 ENST00000527072 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036722 110041477 ENST00000420578 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000420578 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000420578 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038878 ENST00000420578 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036727 110045554 ENST00000528785 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000528785 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000528785 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038877 ENST00000528785 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110045005 110045011 ENST00000528785 4 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036736 110039184 ENST00000369868 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000369868 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037142 110037245 ENST00000369868 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038378 110038878 ENST00000369868 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110036737 110043062 ENST00000430195 NA CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110036762 110036909 ENST00000430195 1 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037142 110037245 ENST00000430195 2 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110037765 110037802 ENST00000430195 3 CYB561D1 ENSG00000174151 Not Supported Not Supported +CDS 1 110038301 110038394 ENST00000430195 4 CYB561D1 ENSG00000174151 Not Supported Not Supported +transcript 1 110046797 110052304 ENST00000369864 NA AMIGO1 ENSG00000181754 Not Supported Not Supported +CDS 1 110050056 110051534 ENST00000369864 2 AMIGO1 ENSG00000181754 Not Supported Not Supported +transcript 1 110049690 110052360 ENST00000369862 NA AMIGO1 ENSG00000181754 Not Supported Not Supported +CDS 1 110050056 110051534 ENST00000369862 2 AMIGO1 ENSG00000181754 Not Supported Not Supported +transcript 1 110082494 110088466 ENST00000404129 NA GPR61 ENSG00000156097 Not Supported Not Supported +CDS 1 110085645 110086997 ENST00000404129 2 GPR61 ENSG00000156097 Not Supported Not Supported +transcript 1 110082494 110089882 ENST00000527748 NA GPR61 ENSG00000156097 Not Supported Not Supported +CDS 1 110085645 110086997 ENST00000527748 2 GPR61 ENSG00000156097 Not Supported Not Supported +transcript 1 110082543 110091028 ENST00000469383 NA GPR61 ENSG00000156097 Not Supported Not Supported +CDS 1 110085645 110086997 ENST00000469383 2 GPR61 ENSG00000156097 Not Supported Not Supported +transcript 1 110082550 110085498 ENST00000533959 NA GPR61 ENSG00000156097 Not Supported Not Supported +transcript 1 110087933 110089881 ENST00000526744 NA GPR61 ENSG00000156097 Not Supported Not Supported +transcript 1 110082528 110086459 ENST00000526411 NA RP5-1160K1.8 ENSG00000254942 Not Supported Not Supported +transcript 1 110091233 110136975 ENST00000369851 NA GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110091343 110091460 ENST00000369851 1 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110116359 110116401 ENST00000369851 2 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110116518 110116659 ENST00000369851 3 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110121826 110121983 ENST00000369851 4 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110125059 110125187 ENST00000369851 5 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110128838 110128967 ENST00000369851 6 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110129351 110129504 ENST00000369851 7 GNAI3 ENSG00000065135 Not Supported Not Supported +CDS 1 110134665 110134852 ENST00000369851 8 GNAI3 ENSG00000065135 Not Supported Not Supported +transcript 1 110134156 110134262 ENST00000384105 NA RNU6V ENSG00000206832 Not Supported Not Supported +transcript 1 110138847 110140403 ENST00000436416 NA RP5-1160K1.3 ENSG00000225113 Not Supported Not Supported +transcript 1 110141515 110141589 ENST00000384976 NA MIR197 ENSG00000207709 Not Supported Not Supported +transcript 1 110145889 110155679 ENST00000351050 NA GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110155375 110155492 ENST00000351050 1 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110153087 110153129 ENST00000351050 2 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110152662 110152803 ENST00000351050 3 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110151253 110151410 ENST00000351050 4 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110148930 110149058 ENST00000351050 5 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110148592 110148721 ENST00000351050 6 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110146573 110146726 ENST00000351050 7 GNAT2 ENSG00000134183 Not Supported Not Supported +CDS 1 110145979 110146166 ENST00000351050 8 GNAT2 ENSG00000134183 Not Supported Not Supported +transcript 1 110158726 110168820 ENST00000531734 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110162891 110162900 ENST00000531734 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000531734 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000531734 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168820 ENST00000531734 5 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110162126 110173028 ENST00000526301 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110162459 110174673 ENST00000342115 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110162891 110162900 ENST00000342115 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000342115 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000342115 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000342115 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000342115 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000342115 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000342115 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000342115 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000342115 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000342115 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000342115 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000342115 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000342115 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000342115 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000342115 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000342115 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000342115 17 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000342115 18 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110162468 110163733 ENST00000469039 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163730 110163733 ENST00000469039 2 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110162469 110169420 ENST00000474459 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169417 110169420 ENST00000474459 5 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110162507 110173774 ENST00000528667 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163636 110163888 ENST00000528667 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000528667 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000528667 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000528667 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000528667 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000528667 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000528667 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000528667 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000528667 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000528667 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000528667 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000528667 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000528667 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000528667 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000528667 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000528667 17 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000528667 18 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000528667 19 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163230 110168971 ENST00000531203 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168026 110168055 ENST00000531203 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000531203 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000531203 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110168971 ENST00000531203 6 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163276 110174673 ENST00000256578 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163636 110163888 ENST00000256578 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000256578 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000256578 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000256578 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000256578 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000256578 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000256578 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000256578 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000256578 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000256578 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000256578 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000256578 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000256578 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000256578 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000256578 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000256578 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000256578 17 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000256578 18 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163696 110174163 ENST00000358729 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163730 110163888 ENST00000358729 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000358729 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000358729 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000358729 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000358729 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000358729 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000358729 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000358729 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000358729 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000358729 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000358729 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000358729 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000358729 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000358729 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000358729 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000358729 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000358729 17 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163725 110174320 ENST00000369840 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163725 110163888 ENST00000369840 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000369840 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000369840 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000369840 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000369840 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000369840 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000369840 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000369840 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000369840 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000369840 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000369840 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000369840 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000369840 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000369840 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000369840 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173061 ENST00000369840 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000369840 17 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173774 ENST00000369840 18 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163737 110169080 ENST00000486282 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163774 110168823 ENST00000528270 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163774 110163888 ENST00000528270 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110164807 110164943 ENST00000528270 2 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110163891 110169040 ENST00000527846 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110163891 110164044 ENST00000527846 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110167925 110168055 ENST00000527846 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000527846 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000527846 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169040 ENST00000527846 5 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110166436 110173839 ENST00000528454 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168026 110168055 ENST00000528454 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168284 110168414 ENST00000528454 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000528454 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000528454 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000528454 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000528454 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000528454 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000528454 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000528454 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000528454 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000528454 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000528454 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000528454 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000528454 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000528454 16 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000528454 17 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000528454 18 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110166461 110169039 ENST00000459643 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110168220 110174671 ENST00000393688 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168257 110168414 ENST00000393688 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168782 110168850 ENST00000393688 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110168941 110169049 ENST00000393688 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169348 110169534 ENST00000393688 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110169797 110169938 ENST00000393688 5 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170051 110170140 ENST00000393688 6 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170396 110170525 ENST00000393688 7 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170705 110170899 ENST00000393688 8 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110170986 110171117 ENST00000393688 9 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171265 110171428 ENST00000393688 10 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171731 110171857 ENST00000393688 11 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000393688 12 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000393688 13 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000393688 14 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173305 110173415 ENST00000393688 15 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173771 ENST00000393688 16 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110168693 110169534 ENST00000534144 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110168820 110169787 ENST00000525415 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110169545 110170477 ENST00000524975 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110170391 110171157 ENST00000529299 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171001 110172314 ENST00000532851 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171156 110172174 ENST00000533132 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171336 110171982 ENST00000467071 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171715 110173662 ENST00000479919 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171832 110174190 ENST00000476688 NA AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171832 110171857 ENST00000476688 1 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110171949 110172112 ENST00000476688 2 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172418 110172538 ENST00000476688 3 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110172855 110173028 ENST00000476688 4 AMPD2 ENSG00000116337 Not Supported Not Supported +CDS 1 110173565 110173774 ENST00000476688 5 AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110173260 110174122 ENST00000528958 NA AMPD2 ENSG00000116337 Not Supported Not Supported +transcript 1 110171039 110172927 ENST00000369843 NA RP5-1160K1.6 ENSG00000228703 Not Supported Not Supported +transcript 1 110193992 110194721 ENST00000411964 NA RPL7P8 ENSG00000235045 Not Supported Not Supported +transcript 1 110198703 110204322 ENST00000369836 NA GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199012 110199047 ENST00000369836 1 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199334 110199409 ENST00000369836 2 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199837 110199901 ENST00000369836 3 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200212 110200293 ENST00000369836 4 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200394 110200494 ENST00000369836 5 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201436 110201531 ENST00000369836 6 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201622 110201732 ENST00000369836 7 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110203787 110203873 ENST00000369836 8 GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198727 110204235 ENST00000336075 NA GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199012 110199047 ENST00000336075 1 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199334 110199409 ENST00000336075 2 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199837 110199901 ENST00000336075 3 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201436 110201531 ENST00000336075 4 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201622 110201732 ENST00000336075 5 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110203787 110203873 ENST00000336075 6 GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198739 110200293 ENST00000464733 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198740 110200256 ENST00000461767 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198743 110200593 ENST00000479578 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198744 110208118 ENST00000326729 NA GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199012 110199047 ENST00000326729 1 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199334 110199409 ENST00000326729 2 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110199837 110199901 ENST00000326729 3 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200212 110200293 ENST00000326729 4 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200394 110200494 ENST00000326729 5 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201436 110201531 ENST00000326729 6 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201622 110201732 ENST00000326729 7 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110207633 110207650 ENST00000326729 8 GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198874 110204322 ENST00000495742 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198958 110204364 ENST00000369833 NA GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200158 110200293 ENST00000369833 2 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110200394 110200494 ENST00000369833 3 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201436 110201531 ENST00000369833 4 GSTM4 ENSG00000168765 Not Supported Not Supported +CDS 1 110201622 110201894 ENST00000369833 5 GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110198969 110203967 ENST00000485640 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110199343 110201946 ENST00000478397 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110200896 110203960 ENST00000493171 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110201436 110204322 ENST00000493395 NA GSTM4 ENSG00000168765 Not Supported Not Supported +transcript 1 110210644 110252171 ENST00000369831 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000369831 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000369831 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000369831 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000369831 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000369831 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000369831 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000369831 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110251103 110251195 ENST00000369831 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210644 110226619 ENST00000442650 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000442650 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000442650 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000442650 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000442650 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000442650 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000442650 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000442650 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110224431 110224436 ENST00000442650 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210644 110217905 ENST00000369827 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210744 110210773 ENST00000369827 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000369827 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000369827 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000369827 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000369827 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000369827 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110217369 110217455 ENST00000369827 7 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210673 110245064 ENST00000460717 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000460717 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000460717 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000460717 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000460717 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000460717 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000460717 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000460717 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110224431 110224436 ENST00000460717 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210676 110212645 ENST00000464206 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210679 110211470 ENST00000481656 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210683 110212721 ENST00000476040 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210688 110217908 ENST00000241337 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000241337 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000241337 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000241337 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000241337 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000241337 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000241337 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000241337 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110217369 110217455 ENST00000241337 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210705 110214108 ENST00000467579 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000467579 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000467579 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000467579 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000467579 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000467579 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213936 110214004 ENST00000467579 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214108 ENST00000467579 7 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210710 110226206 ENST00000414179 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212146 110212193 ENST00000414179 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000414179 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000414179 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110224431 110224436 ENST00000414179 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210714 110216147 ENST00000369829 NA GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110210738 110210773 ENST00000369829 1 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211047 110211122 ENST00000369829 2 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211547 110211611 ENST00000369829 3 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110211912 110211993 ENST00000369829 4 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110212093 110212193 ENST00000369829 5 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110213909 110214004 ENST00000369829 6 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110214095 110214205 ENST00000369829 7 GSTM2 ENSG00000213366 Not Supported Not Supported +CDS 1 110215825 110215836 ENST00000369829 8 GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110210735 110212098 ENST00000568786 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110212169 110217486 ENST00000472225 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110213281 110217701 ENST00000496578 NA GSTM2 ENSG00000213366 Not Supported Not Supported +transcript 1 110230436 110251661 ENST00000490021 NA GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230442 110236367 ENST00000309851 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230496 110230531 ENST00000309851 1 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230792 110230867 ENST00000309851 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000309851 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231670 110231751 ENST00000309851 4 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231947 ENST00000309851 5 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110232893 110232988 ENST00000309851 6 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110233076 110233186 ENST00000309851 7 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110235828 110235914 ENST00000309851 8 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230451 110236010 ENST00000369823 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230496 110230531 ENST00000369823 1 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230792 110230867 ENST00000369823 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000369823 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231613 110231751 ENST00000369823 4 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231947 ENST00000369823 5 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110232893 110232988 ENST00000369823 6 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110233076 110233186 ENST00000369823 7 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110235828 110235914 ENST00000369823 8 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230462 110236365 ENST00000349334 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230496 110230531 ENST00000349334 1 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230792 110230867 ENST00000349334 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000349334 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231670 110231751 ENST00000349334 4 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231947 ENST00000349334 5 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110232893 110232988 ENST00000349334 6 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110235828 110235914 ENST00000349334 7 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230467 110232941 ENST00000476065 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230858 110230867 ENST00000476065 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000476065 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231670 110231751 ENST00000476065 4 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231947 ENST00000476065 5 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110232893 110232941 ENST00000476065 6 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230467 110251307 ENST00000483399 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230496 110230531 ENST00000483399 1 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230792 110230867 ENST00000483399 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000483399 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231924 ENST00000483399 4 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230478 110231608 ENST00000490171 NA GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110230480 110236241 ENST00000369819 NA GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230496 110230531 ENST00000369819 1 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110230792 110230867 ENST00000369819 2 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231295 110231359 ENST00000369819 3 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231670 110231751 ENST00000369819 4 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110231847 110231947 ENST00000369819 5 GSTM1 ENSG00000134184 Not Supported Not Supported +CDS 1 110235828 110235914 ENST00000369819 6 GSTM1 ENSG00000134184 Not Supported Not Supported +transcript 1 110235739 110236364 ENST00000562538 NA AC000032.2 ENSG00000260246 Not Supported Not Supported +transcript 1 110254864 110260888 ENST00000369812 NA GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110254935 110254970 ENST00000369812 1 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110255240 110255315 ENST00000369812 2 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110255741 110255805 ENST00000369812 3 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256049 110256187 ENST00000369812 4 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256283 110256383 ENST00000369812 5 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257569 110257664 ENST00000369812 6 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257752 110257862 ENST00000369812 7 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110259959 110260045 ENST00000369812 8 GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110254877 110260888 ENST00000256593 NA GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110254935 110254970 ENST00000256593 1 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110255240 110255315 ENST00000256593 2 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110255741 110255805 ENST00000256593 3 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256106 110256187 ENST00000256593 4 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256283 110256383 ENST00000256593 5 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257569 110257664 ENST00000256593 6 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257752 110257862 ENST00000256593 7 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110259959 110260045 ENST00000256593 8 GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110254878 110260883 ENST00000369813 NA GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256052 110256187 ENST00000369813 2 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110256283 110256383 ENST00000369813 3 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257569 110257664 ENST00000369813 4 GSTM5 ENSG00000134201 Not Supported Not Supported +CDS 1 110257752 110258024 ENST00000369813 5 GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110254889 110318050 ENST00000429410 NA GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110256166 110260460 ENST00000492718 NA GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110257238 110260253 ENST00000483153 NA GSTM5 ENSG00000134201 Not Supported Not Supported +transcript 1 110268442 110317874 ENST00000431955 NA RP4-735C1.4 ENSG00000241720 Not Supported Not Supported +transcript 1 110276554 110284384 ENST00000540225 NA GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282862 110282909 ENST00000540225 2 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282455 110282530 ENST00000540225 3 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282051 110282115 ENST00000540225 4 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280907 110280988 ENST00000540225 5 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280713 110280813 ENST00000540225 6 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280278 110280373 ENST00000540225 7 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280079 110280189 ENST00000540225 8 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110279696 110279791 ENST00000540225 9 GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110276554 110283138 ENST00000256594 NA GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282862 110282909 ENST00000256594 1 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282455 110282530 ENST00000256594 2 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282051 110282115 ENST00000256594 3 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280907 110280988 ENST00000256594 4 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280713 110280813 ENST00000256594 5 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280278 110280373 ENST00000256594 6 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280079 110280189 ENST00000256594 7 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110279696 110279791 ENST00000256594 8 GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110279124 110283660 ENST00000361066 NA GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282862 110282909 ENST00000361066 2 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282455 110282530 ENST00000361066 3 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110282051 110282115 ENST00000361066 4 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280907 110280988 ENST00000361066 5 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280713 110280813 ENST00000361066 6 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280278 110280373 ENST00000361066 7 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110280079 110280189 ENST00000361066 8 GSTM3 ENSG00000134202 Not Supported Not Supported +CDS 1 110279696 110279791 ENST00000361066 9 GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110279552 110282949 ENST00000486823 NA GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110279597 110280765 ENST00000476321 NA GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110279598 110282923 ENST00000488824 NA GSTM3 ENSG00000134202 Not Supported Not Supported +transcript 1 110292702 110306546 ENST00000361852 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304341 110304371 ENST00000361852 2 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304117 110304181 ENST00000361852 3 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110302300 110302458 ENST00000361852 4 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301860 110302009 ENST00000361852 5 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301684 110301739 ENST00000361852 6 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301146 110301285 ENST00000361852 7 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300938 110301053 ENST00000361852 8 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300566 110300680 ENST00000361852 9 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300424 110300485 ENST00000361852 10 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300103 110300177 ENST00000361852 11 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110299639 110299787 ENST00000361852 12 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295739 110295820 ENST00000361852 13 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295308 110295342 ENST00000361852 14 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294617 110294725 ENST00000361852 15 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294276 110294404 ENST00000361852 16 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293900 110293973 ENST00000361852 17 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293282 110293414 ENST00000361852 18 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293016 110293024 ENST00000361852 19 EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110292703 110306649 ENST00000369805 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304341 110304371 ENST00000369805 2 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304117 110304181 ENST00000369805 3 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110302300 110302458 ENST00000369805 4 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301860 110302009 ENST00000369805 5 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301684 110301739 ENST00000369805 6 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301146 110301288 ENST00000369805 7 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300938 110301053 ENST00000369805 8 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300566 110300680 ENST00000369805 9 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300424 110300485 ENST00000369805 10 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300103 110300177 ENST00000369805 11 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110299639 110299787 ENST00000369805 12 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295739 110295820 ENST00000369805 13 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295308 110295342 ENST00000369805 14 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294617 110294815 ENST00000369805 15 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294276 110294404 ENST00000369805 16 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293900 110293973 ENST00000369805 17 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293282 110293414 ENST00000369805 18 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293016 110293024 ENST00000369805 19 EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110292931 110306526 ENST00000361965 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304341 110304371 ENST00000361965 2 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110304117 110304181 ENST00000361965 3 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110302300 110302458 ENST00000361965 4 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301860 110302009 ENST00000361965 5 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301684 110301739 ENST00000361965 6 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110301146 110301285 ENST00000361965 7 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300938 110301053 ENST00000361965 8 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300566 110300680 ENST00000361965 9 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300424 110300485 ENST00000361965 10 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110300103 110300177 ENST00000361965 11 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110299639 110299787 ENST00000361965 12 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295739 110295820 ENST00000361965 13 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110295308 110295342 ENST00000361965 14 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294617 110294815 ENST00000361965 15 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110294276 110294404 ENST00000361965 16 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293900 110293973 ENST00000361965 17 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293282 110293414 ENST00000361965 18 EPS8L3 ENSG00000198758 Not Supported Not Supported +CDS 1 110293016 110293024 ENST00000361965 19 EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110292978 110294168 ENST00000498743 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110293910 110294562 ENST00000489465 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110294017 110294696 ENST00000475725 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110294381 110294945 ENST00000482453 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110300977 110302213 ENST00000494151 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110301903 110306539 ENST00000472325 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110303846 110306545 ENST00000477568 NA EPS8L3 ENSG00000198758 Not Supported Not Supported +transcript 1 110353264 110353620 ENST00000432147 NA NDUFA5P10 ENSG00000224927 Not Supported Not Supported +transcript 1 110370977 110414058 ENST00000453347 NA RP4-735C1.6 ENSG00000228420 Not Supported Not Supported +transcript 1 110426798 110428886 ENST00000415166 NA RP11-195M16.1 ENSG00000235005 Not Supported Not Supported +transcript 1 110438595 110440483 ENST00000565955 NA RP11-195M16.3 ENSG00000261055 Not Supported Not Supported +transcript 1 110452864 110464502 ENST00000527192 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110452990 110453049 ENST00000527192 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000527192 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000527192 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000527192 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464502 ENST00000527192 5 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453128 110464535 ENST00000525659 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456965 110457003 ENST00000525659 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000525659 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000525659 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464535 ENST00000525659 5 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453227 110460047 ENST00000357302 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000357302 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000357302 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000357302 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460047 ENST00000357302 5 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453233 110472355 ENST00000344188 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000344188 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000344188 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000344188 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000344188 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000344188 5 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110465788 110466333 ENST00000344188 6 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110466682 110466812 ENST00000344188 7 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467398 110467450 ENST00000344188 8 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467769 110467808 ENST00000344188 9 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453255 110473614 ENST00000329608 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000329608 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000329608 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000329608 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000329608 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000329608 5 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110465788 110466812 ENST00000329608 6 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467398 110467450 ENST00000329608 7 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467769 110467808 ENST00000329608 8 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453492 110466221 ENST00000488198 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000488198 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000488198 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000488198 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000488198 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110465788 110466221 ENST00000488198 5 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453521 110469365 ENST00000369802 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000369802 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000369802 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000369802 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000369802 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000369802 5 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110465788 110466812 ENST00000369802 6 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467398 110467450 ENST00000369802 7 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467769 110467808 ENST00000369802 8 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453530 110471656 ENST00000420111 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000420111 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000420111 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000420111 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000420111 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000420111 5 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110466682 110466812 ENST00000420111 6 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467398 110467450 ENST00000420111 7 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467769 110467808 ENST00000420111 8 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110453608 110467820 ENST00000369801 NA CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110453646 110453684 ENST00000369801 1 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110456881 110457003 ENST00000369801 2 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110458256 110458318 ENST00000369801 3 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110459915 110460085 ENST00000369801 4 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110464469 110464616 ENST00000369801 5 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110465788 110466333 ENST00000369801 6 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110466682 110466812 ENST00000369801 7 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467398 110467450 ENST00000369801 8 CSF1 ENSG00000184371 Not Supported Not Supported +CDS 1 110467769 110467808 ENST00000369801 9 CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110458279 110465171 ENST00000526001 NA CSF1 ENSG00000184371 Not Supported Not Supported +transcript 1 110527308 110566357 ENST00000369799 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110527675 110527794 ENST00000369799 1 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110551656 110551767 ENST00000369799 2 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110553836 110553979 ENST00000369799 3 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110554984 110555084 ENST00000369799 4 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110555519 110555621 ENST00000369799 5 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110557385 110557479 ENST00000369799 6 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558047 110558153 ENST00000369799 7 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558966 110559082 ENST00000369799 8 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110559289 110559352 ENST00000369799 9 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560117 110560205 ENST00000369799 10 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560568 110560638 ENST00000369799 11 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560995 110561089 ENST00000369799 12 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561174 110561272 ENST00000369799 13 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561673 110561741 ENST00000369799 14 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110562170 110562248 ENST00000369799 15 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110563353 110563473 ENST00000369799 16 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110564296 110564299 ENST00000369799 17 AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110527637 110558153 ENST00000475081 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110546753 110565011 ENST00000359172 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110551677 110551767 ENST00000359172 2 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110553836 110553979 ENST00000359172 3 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110554984 110555084 ENST00000359172 4 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110555519 110555621 ENST00000359172 5 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110557385 110557479 ENST00000359172 6 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558047 110558153 ENST00000359172 7 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558966 110559082 ENST00000359172 8 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110559289 110559352 ENST00000359172 9 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560117 110560205 ENST00000359172 10 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560568 110560638 ENST00000359172 11 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560995 110561089 ENST00000359172 12 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561174 110561272 ENST00000359172 13 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561673 110561741 ENST00000359172 14 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110562170 110562248 ENST00000359172 15 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110563353 110563473 ENST00000359172 16 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110564296 110564299 ENST00000359172 17 AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110546755 110564319 ENST00000393614 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110551677 110551767 ENST00000393614 2 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110553836 110553979 ENST00000393614 3 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110554984 110555084 ENST00000393614 4 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110555519 110555621 ENST00000393614 5 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110557385 110557479 ENST00000393614 6 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558047 110558153 ENST00000393614 7 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110558966 110559082 ENST00000393614 8 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110559289 110559352 ENST00000393614 9 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560117 110560205 ENST00000393614 10 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560568 110560638 ENST00000393614 11 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110560995 110561089 ENST00000393614 12 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561174 110561272 ENST00000393614 13 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110561673 110561741 ENST00000393614 14 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110562170 110562248 ENST00000393614 15 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110563353 110563473 ENST00000393614 16 AHCYL1 ENSG00000168710 Not Supported Not Supported +CDS 1 110564296 110564299 ENST00000393614 17 AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110560117 110564667 ENST00000481423 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110561054 110561712 ENST00000469401 NA AHCYL1 ENSG00000168710 Not Supported Not Supported +transcript 1 110574199 110597261 ENST00000369796 NA STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581340 110581379 ENST00000369796 3 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581794 110581928 ENST00000369796 4 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582017 110582137 ENST00000369796 5 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110583257 110583325 ENST00000369796 6 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110584158 110584264 ENST00000369796 7 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110584356 110584483 ENST00000369796 8 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110585710 110585892 ENST00000369796 9 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110586261 110586478 ENST00000369796 10 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110587462 110587527 ENST00000369796 11 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110587637 110587700 ENST00000369796 12 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110589302 110589373 ENST00000369796 13 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110590164 110590238 ENST00000369796 14 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110590394 110590491 ENST00000369796 15 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110591734 110591860 ENST00000369796 16 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110592082 110592182 ENST00000369796 17 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110592965 110593031 ENST00000369796 18 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110593578 110593682 ENST00000369796 19 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110594305 110594509 ENST00000369796 20 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110596287 110596531 ENST00000369796 21 STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110577238 110597263 ENST00000369795 NA STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110577260 110577439 ENST00000369795 1 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110580513 110580582 ENST00000369795 2 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581305 110581379 ENST00000369795 3 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581794 110581928 ENST00000369795 4 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582017 110582137 ENST00000369795 5 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110583257 110583325 ENST00000369795 6 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110584158 110584264 ENST00000369795 7 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110584356 110584483 ENST00000369795 8 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110585710 110585892 ENST00000369795 9 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110586261 110586478 ENST00000369795 10 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110587462 110587527 ENST00000369795 11 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110587637 110587700 ENST00000369795 12 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110589302 110589373 ENST00000369795 13 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110590164 110590238 ENST00000369795 14 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110590394 110590491 ENST00000369795 15 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110591734 110591860 ENST00000369795 16 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110592082 110592182 ENST00000369795 17 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110592965 110593031 ENST00000369795 18 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110593578 110593682 ENST00000369795 19 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110594305 110594509 ENST00000369795 20 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110596287 110596531 ENST00000369795 21 STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110577241 110582503 ENST00000369794 NA STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110577260 110577439 ENST00000369794 1 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110580513 110580582 ENST00000369794 2 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581305 110581379 ENST00000369794 3 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581794 110581928 ENST00000369794 4 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582017 110582137 ENST00000369794 5 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582446 110582500 ENST00000369794 6 STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110577248 110580866 ENST00000489059 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110577254 110597263 ENST00000485775 NA STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110577260 110577439 ENST00000485775 1 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110580513 110580582 ENST00000485775 2 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581305 110581379 ENST00000485775 3 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110581794 110581928 ENST00000485775 4 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582017 110582137 ENST00000485775 5 STRIP1 ENSG00000143093 Not Supported Not Supported +CDS 1 110582446 110582500 ENST00000485775 6 STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110581716 110582339 ENST00000540970 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110583793 110617263 ENST00000473429 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110585496 110589366 ENST00000535003 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110586334 110588119 ENST00000539541 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110590195 110590926 ENST00000461054 NA STRIP1 ENSG00000143093 Not Supported Not Supported +transcript 1 110600962 110605177 ENST00000554749 NA RP4-773N10.4 ENSG00000258634 Not Supported Not Supported +transcript 1 110603484 110603939 ENST00000596959 NA RP4-773N10.4 ENSG00000258634 Not Supported Not Supported +transcript 1 110602616 110613322 ENST00000369792 NA ALX3 ENSG00000156150 Not Supported Not Supported +CDS 1 110612958 110613234 ENST00000369792 1 ALX3 ENSG00000156150 Not Supported Not Supported +CDS 1 110607209 110607525 ENST00000369792 2 ALX3 ENSG00000156150 Not Supported Not Supported +CDS 1 110604057 110604185 ENST00000369792 3 ALX3 ENSG00000156150 Not Supported Not Supported +CDS 1 110603358 110603663 ENST00000369792 4 ALX3 ENSG00000156150 Not Supported Not Supported +transcript 1 110625310 110652341 ENST00000554808 NA RP4-773N10.6 ENSG00000258673 Not Supported Not Supported +transcript 1 110655062 110656569 ENST00000334179 NA UBL4B ENSG00000186150 Not Supported Not Supported +CDS 1 110655157 110655678 ENST00000334179 1 UBL4B ENSG00000186150 Not Supported Not Supported +transcript 1 110693108 110744824 ENST00000331565 NA SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110709552 110709837 ENST00000331565 2 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110714682 110714839 ENST00000331565 3 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110716595 110716721 ENST00000331565 4 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110717401 110717582 ENST00000331565 5 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110719251 110719361 ENST00000331565 6 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110734594 110734835 ENST00000331565 7 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110735128 110735320 ENST00000331565 8 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110737201 110737393 ENST00000331565 9 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110738208 110738367 ENST00000331565 10 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110740059 110740221 ENST00000331565 11 SLC6A17 ENSG00000197106 Not Supported Not Supported +CDS 1 110740698 110741063 ENST00000331565 12 SLC6A17 ENSG00000197106 Not Supported Not Supported +transcript 1 110735190 110737610 ENST00000465159 NA SLC6A17 ENSG00000197106 Not Supported Not Supported +transcript 1 110708808 110709805 ENST00000430098 NA RP5-1028L10.1 ENSG00000227091 Not Supported Not Supported +transcript 1 110709429 110715111 ENST00000443008 NA RP5-1028L10.1 ENSG00000227091 Not Supported Not Supported +transcript 1 110709703 110710842 ENST00000418579 NA RP5-1028L10.1 ENSG00000227091 Not Supported Not Supported +transcript 1 110720265 110721341 ENST00000440688 NA RP5-1028L10.2 ENSG00000235526 Not Supported Not Supported +transcript 1 110751456 110752609 ENST00000455967 NA KCNC4-AS1 ENSG00000224965 Not Supported Not Supported +transcript 1 110753965 110766705 ENST00000489935 NA KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110753965 110776666 ENST00000469655 NA KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110754122 110754799 ENST00000469655 1 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110765586 110766522 ENST00000469655 2 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110768597 110768800 ENST00000469655 3 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110774843 110774928 ENST00000469655 4 KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110754095 110776666 ENST00000369787 NA KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110754122 110754799 ENST00000369787 1 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110765586 110766522 ENST00000369787 2 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110768597 110768800 ENST00000369787 3 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110774843 110774928 ENST00000369787 4 KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110754114 110776661 ENST00000413138 NA KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110754122 110754799 ENST00000413138 1 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110765586 110766522 ENST00000413138 2 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110768597 110768800 ENST00000413138 3 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110775471 110775523 ENST00000413138 4 KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110754122 110776666 ENST00000438661 NA KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110754122 110754799 ENST00000438661 1 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110765586 110766522 ENST00000438661 2 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110768597 110768800 ENST00000438661 3 KCNC4 ENSG00000116396 Not Supported Not Supported +CDS 1 110775533 110775591 ENST00000438661 4 KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110754770 110825722 ENST00000412512 NA KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110762338 110776666 ENST00000459877 NA KCNC4 ENSG00000116396 Not Supported Not Supported +transcript 1 110815106 110815229 ENST00000363666 NA SNORA25 ENSG00000200536 Not Supported Not Supported +transcript 1 110828997 110881793 ENST00000449169 NA RP5-1074L1.1 ENSG00000227963 Not Supported Not Supported +transcript 1 110881128 110889299 ENST00000369784 NA RBM15 ENSG00000162775 Not Supported Not Supported +CDS 1 110882028 110884890 ENST00000369784 1 RBM15 ENSG00000162775 Not Supported Not Supported +CDS 1 110888161 110888228 ENST00000369784 2 RBM15 ENSG00000162775 Not Supported Not Supported +transcript 1 110881945 110885312 ENST00000602849 NA RBM15 ENSG00000162775 Not Supported Not Supported +CDS 1 110882028 110884898 ENST00000602849 1 RBM15 ENSG00000162775 Not Supported Not Supported +transcript 1 110881945 110889299 ENST00000487146 NA RBM15 ENSG00000162775 Not Supported Not Supported +CDS 1 110882028 110884890 ENST00000487146 1 RBM15 ENSG00000162775 Not Supported Not Supported +CDS 1 110888930 110888973 ENST00000487146 2 RBM15 ENSG00000162775 Not Supported Not Supported +transcript 1 110905470 110933704 ENST00000369779 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000369779 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110925456 110925588 ENST00000369779 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110924274 110924417 ENST00000369779 4 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923604 110923765 ENST00000369779 5 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110921475 110921978 ENST00000369779 6 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000369779 7 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918080 110918173 ENST00000369779 8 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110906391 110906515 ENST00000369779 9 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110905482 110933648 ENST00000472422 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000472422 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110925456 110925588 ENST00000472422 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923604 110923765 ENST00000472422 4 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110921475 110921978 ENST00000472422 5 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000472422 6 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918080 110918173 ENST00000472422 7 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110906391 110906515 ENST00000472422 8 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110905482 110933670 ENST00000369781 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000369781 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110925456 110925588 ENST00000369781 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110924274 110924417 ENST00000369781 4 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923604 110923765 ENST00000369781 5 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000369781 6 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918080 110918173 ENST00000369781 7 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110906391 110906515 ENST00000369781 8 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110905482 110933683 ENST00000461647 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000461647 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110924334 110924417 ENST00000461647 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110906248 110933669 ENST00000528649 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000528649 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923727 110923765 ENST00000528649 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110906248 110933648 ENST00000437429 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931892 ENST00000437429 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923604 110923765 ENST00000437429 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110921475 110921978 ENST00000437429 4 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000437429 5 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918080 110918173 ENST00000437429 6 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110906396 110906535 ENST00000437429 7 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110906384 110933670 ENST00000492412 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931945 ENST00000492412 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110924334 110924417 ENST00000492412 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110906384 110933670 ENST00000541986 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110931859 110931892 ENST00000541986 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110924274 110924417 ENST00000541986 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110923604 110923765 ENST00000541986 4 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110921475 110921978 ENST00000541986 5 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000541986 6 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918080 110918173 ENST00000541986 7 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110906391 110906515 ENST00000541986 8 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110917658 110921805 ENST00000467986 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110921475 110921805 ENST00000467986 1 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110919572 110919783 ENST00000467986 2 SLC16A4 ENSG00000168679 Not Supported Not Supported +CDS 1 110918057 110918173 ENST00000467986 3 SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110921566 110933644 ENST00000497687 NA SLC16A4 ENSG00000168679 Not Supported Not Supported +transcript 1 110912776 110915625 ENST00000609909 NA RP5-1074L1.4 ENSG00000273373 Not Supported Not Supported +transcript 1 110925441 110960984 ENST00000590413 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950147 110958896 ENST00000457535 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950406 110960935 ENST00000608067 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950442 110960935 ENST00000608486 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950447 110960984 ENST00000598454 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950450 110960936 ENST00000609709 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950451 110960929 ENST00000610148 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950462 110955120 ENST00000587691 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950472 110960936 ENST00000608499 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950497 110960929 ENST00000609244 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110950999 110960936 ENST00000608253 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110951227 110960933 ENST00000609512 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110951275 110960934 ENST00000608602 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110951592 110958894 ENST00000590826 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110954637 110958808 ENST00000609653 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110954799 110958896 ENST00000585330 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955557 110960896 ENST00000608111 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955564 110960915 ENST00000609245 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955578 110958808 ENST00000608152 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955592 110960935 ENST00000608719 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955615 110964501 ENST00000444238 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110955653 110960933 ENST00000608635 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110956471 110960925 ENST00000608077 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110958685 110968407 ENST00000599202 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110958685 110968621 ENST00000598158 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110958685 110968731 ENST00000596890 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110958749 110974982 ENST00000585433 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110960111 110968707 ENST00000598350 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110968593 110969392 ENST00000597455 NA LAMTOR5-AS1 ENSG00000224699 Not Supported Not Supported +transcript 1 110943871 110950290 ENST00000483260 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110949655 110949686 ENST00000483260 2 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110948940 110949001 ENST00000483260 3 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110946541 110946658 ENST00000483260 4 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110944148 110944205 ENST00000483260 5 LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110943871 110950293 ENST00000474861 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110949655 110949686 ENST00000474861 1 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110948940 110949001 ENST00000474861 2 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110946541 110946658 ENST00000474861 3 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110944148 110944205 ENST00000474861 4 LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110943871 110950316 ENST00000464240 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110943875 110950330 ENST00000602318 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110950208 110950242 ENST00000602318 1 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110948940 110949001 ENST00000602318 2 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110946541 110946658 ENST00000602318 3 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110944148 110944205 ENST00000602318 4 LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110943875 110950564 ENST00000256644 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110950208 110950488 ENST00000256644 1 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110948940 110949001 ENST00000256644 2 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110946541 110946658 ENST00000256644 3 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110944148 110944205 ENST00000256644 4 LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110943879 110949047 ENST00000602858 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110948940 110949000 ENST00000602858 1 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110946541 110946658 ENST00000602858 2 LAMTOR5 ENSG00000134248 Not Supported Not Supported +CDS 1 110944148 110944205 ENST00000602858 3 LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110946231 110950286 ENST00000531779 NA LAMTOR5 ENSG00000134248 Not Supported Not Supported +transcript 1 110993822 110999976 ENST00000271331 NA PROK1 ENSG00000143125 Not Supported Not Supported +CDS 1 110993839 110993910 ENST00000271331 1 PROK1 ENSG00000143125 Not Supported Not Supported +CDS 1 110996583 110996708 ENST00000271331 2 PROK1 ENSG00000143125 Not Supported Not Supported +CDS 1 110998854 110998970 ENST00000271331 3 PROK1 ENSG00000143125 Not Supported Not Supported +transcript 1 110999127 110999976 ENST00000481350 NA RP11-470L19.5 ENSG00000270380 Not Supported Not Supported +transcript 1 111023374 111033899 ENST00000474680 NA CYMP ENSG00000240194 Not Supported Not Supported +transcript 1 111029663 111032185 ENST00000462836 NA CYMP ENSG00000240194 Not Supported Not Supported +transcript 1 111031151 111033892 ENST00000420853 NA CYMP ENSG00000240194 Not Supported Not Supported +transcript 1 111030302 111032880 ENST00000457402 NA RP11-470L19.2 ENSG00000235407 Not Supported Not Supported +transcript 1 111059839 111061797 ENST00000369771 NA KCNA10 ENSG00000143105 Not Supported Not Supported +CDS 1 111059877 111061409 ENST00000369771 1 KCNA10 ENSG00000143105 Not Supported Not Supported +transcript 1 111136202 111174096 ENST00000369770 NA KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111146511 111147404 ENST00000369770 3 KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111144652 111144792 ENST00000369770 4 KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111136518 111136550 ENST00000369770 5 KCNA2 ENSG00000177301 Not Supported Not Supported +transcript 1 111144633 111150051 ENST00000485317 NA KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111145908 111147404 ENST00000485317 3 KCNA2 ENSG00000177301 Not Supported Not Supported +transcript 1 111145777 111148345 ENST00000440270 NA KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111145908 111147404 ENST00000440270 2 KCNA2 ENSG00000177301 Not Supported Not Supported +transcript 1 111145876 111148975 ENST00000316361 NA KCNA2 ENSG00000177301 Not Supported Not Supported +CDS 1 111145908 111147404 ENST00000316361 3 KCNA2 ENSG00000177301 Not Supported Not Supported +transcript 1 111146618 111148986 ENST00000525120 NA KCNA2 ENSG00000177301 Not Supported Not Supported +transcript 1 111195564 111195653 ENST00000408611 NA AL365361.1 ENSG00000221538 Not Supported Not Supported +transcript 1 111196182 111199662 ENST00000566942 NA RP11-284N8.3 ENSG00000259834 Not Supported Not Supported +transcript 1 111214310 111217655 ENST00000369769 NA KCNA3 ENSG00000177272 Not Supported Not Supported +CDS 1 111215707 111217431 ENST00000369769 1 KCNA3 ENSG00000177272 Not Supported Not Supported +transcript 1 111307030 111307128 ENST00000362840 NA Y_RNA ENSG00000199710 Not Supported Not Supported +transcript 1 111390699 111391563 ENST00000432731 NA NRBF2P3 ENSG00000237415 Not Supported Not Supported +transcript 1 111396560 111397513 ENST00000486033 NA OR11I1P ENSG00000232791 Not Supported Not Supported +transcript 1 111415775 111442198 ENST00000429072 NA CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111434031 111434093 ENST00000429072 2 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111434967 111435155 ENST00000429072 3 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111436949 111437023 ENST00000429072 4 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111440431 111440514 ENST00000429072 5 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111441746 111441814 ENST00000429072 6 CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111415776 111442550 ENST00000271324 NA CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111434031 111434093 ENST00000271324 2 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111434967 111435155 ENST00000271324 3 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111436949 111437023 ENST00000271324 4 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111437582 111437677 ENST00000271324 5 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111439275 111439355 ENST00000271324 6 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111440431 111440514 ENST00000271324 7 CD53 ENSG00000143119 Not Supported Not Supported +CDS 1 111441746 111441814 ENST00000271324 8 CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111415805 111435477 ENST00000471220 NA CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111422859 111442136 ENST00000476408 NA CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111436931 111442473 ENST00000497404 NA CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111440292 111441938 ENST00000464329 NA CD53 ENSG00000143119 Not Supported Not Supported +transcript 1 111478991 111484975 ENST00000562952 NA RP11-96K19.4 ENSG00000261654 Not Supported Not Supported +transcript 1 111486089 111495470 ENST00000440689 NA RP11-96K19.2 ENSG00000232811 Not Supported Not Supported +transcript 1 111489807 111506701 ENST00000369763 NA LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111506243 111506310 ENST00000369763 1 LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111493910 111495437 ENST00000369763 2 LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111492473 111492745 ENST00000369763 3 LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111490584 111491021 ENST00000369763 4 LRIF1 ENSG00000121931 Not Supported Not Supported +transcript 1 111489813 111495583 ENST00000494675 NA LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111492473 111492733 ENST00000494675 2 LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111490584 111491021 ENST00000494675 3 LRIF1 ENSG00000121931 Not Supported Not Supported +transcript 1 111489844 111506587 ENST00000485275 NA LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111492473 111492733 ENST00000485275 2 LRIF1 ENSG00000121931 Not Supported Not Supported +CDS 1 111490584 111491021 ENST00000485275 3 LRIF1 ENSG00000121931 Not Supported Not Supported +transcript 1 111505924 111507271 ENST00000609118 NA RP11-96K19.5 ENSG00000273010 Not Supported Not Supported +transcript 1 111550322 111558152 ENST00000423082 NA CCNT2P1 ENSG00000225672 Not Supported Not Supported +transcript 1 111584456 111584547 ENST00000516951 NA RNA5SP54 ENSG00000252760 Not Supported Not Supported +transcript 1 111659955 111682662 ENST00000286692 NA DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111674046 111674176 ENST00000286692 3 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111668849 111668916 ENST00000286692 4 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111667364 111667503 ENST00000286692 5 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111663138 111663315 ENST00000286692 6 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111662499 111662581 ENST00000286692 7 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111661427 111661519 ENST00000286692 8 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111660785 111660889 ENST00000286692 9 DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111659955 111682825 ENST00000484310 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111659957 111682838 ENST00000539140 NA DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111674046 111674176 ENST00000539140 3 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111668849 111668916 ENST00000539140 4 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111667364 111667503 ENST00000539140 5 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111663138 111663315 ENST00000539140 6 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111662499 111662581 ENST00000539140 7 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111661427 111661519 ENST00000539140 8 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111660785 111660889 ENST00000539140 9 DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111660746 111670649 ENST00000461449 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111660835 111682717 ENST00000496430 NA DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111674046 111674176 ENST00000496430 3 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111668850 111668916 ENST00000496430 4 DRAM2 ENSG00000156171 Not Supported Not Supported +CDS 1 111665264 111665265 ENST00000496430 5 DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111661182 111663218 ENST00000477588 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111661487 111663222 ENST00000477769 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111663138 111682142 ENST00000480600 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111663174 111682736 ENST00000462092 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111668000 111682712 ENST00000490780 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111668011 111682684 ENST00000463682 NA DRAM2 ENSG00000156171 Not Supported Not Supported +transcript 1 111682249 111727430 ENST00000498239 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111682249 111727724 ENST00000545121 NA CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111690337 111690675 ENST00000545121 2 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111702002 111702149 ENST00000545121 3 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111703777 111703918 ENST00000545121 4 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111717501 111717585 ENST00000545121 5 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111724809 111724940 ENST00000545121 6 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111725421 111725579 ENST00000545121 7 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111726084 111726209 ENST00000545121 8 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111726813 111726929 ENST00000545121 9 CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111682277 111703592 ENST00000480324 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111682356 111703818 ENST00000476865 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111682848 111727724 ENST00000357172 NA CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111690337 111690675 ENST00000357172 2 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111702002 111702149 ENST00000357172 3 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111703777 111703918 ENST00000357172 4 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111717501 111717585 ENST00000357172 5 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111724809 111724940 ENST00000357172 6 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111725421 111725579 ENST00000357172 7 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111726084 111726209 ENST00000357172 8 CEPT1 ENSG00000134255 Not Supported Not Supported +CDS 1 111726813 111726929 ENST00000357172 9 CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111683167 111717585 ENST00000460443 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111686104 111727724 ENST00000478042 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111715760 111726953 ENST00000473474 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111720836 111727722 ENST00000467362 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111725159 111726173 ENST00000483427 NA CEPT1 ENSG00000134255 Not Supported Not Supported +transcript 1 111723996 111724113 ENST00000607951 NA RP5-1180E21.4 ENSG00000272982 Not Supported Not Supported +transcript 1 111727037 111727683 ENST00000610049 NA RP5-1180E21.5 ENSG00000273221 Not Supported Not Supported +transcript 1 111729796 111731950 ENST00000468692 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111729796 111743311 ENST00000357640 NA DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111743015 111743081 ENST00000357640 1 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111742245 111742420 ENST00000357640 2 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111741252 111741364 ENST00000357640 3 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111740542 111740611 ENST00000357640 4 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111739798 111739875 ENST00000357640 5 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111738538 111738678 ENST00000357640 6 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111737200 111737348 ENST00000357640 7 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111734762 111734939 ENST00000357640 8 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111731834 111731875 ENST00000357640 9 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111731324 111731408 ENST00000357640 10 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111730753 111730992 ENST00000357640 11 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111730230 111730303 ENST00000357640 12 DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111729796 111747031 ENST00000369752 NA DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111746918 111746975 ENST00000369752 1 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111742245 111742420 ENST00000369752 2 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111741252 111741364 ENST00000369752 3 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111740542 111740611 ENST00000369752 4 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111739798 111739875 ENST00000369752 5 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111738538 111738678 ENST00000369752 6 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111737200 111737348 ENST00000369752 7 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111734762 111734939 ENST00000369752 8 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111731834 111731875 ENST00000369752 9 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111731324 111731408 ENST00000369752 10 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111730753 111730992 ENST00000369752 11 DENND2D ENSG00000162777 Not Supported Not Supported +CDS 1 111730230 111730303 ENST00000369752 12 DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111737761 111743168 ENST00000473682 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111738536 111746924 ENST00000463713 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111738592 111742743 ENST00000477586 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111740541 111747157 ENST00000473822 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111740542 111742865 ENST00000488786 NA DENND2D ENSG00000162777 Not Supported Not Supported +transcript 1 111743393 111786061 ENST00000445067 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000445067 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111772474 111772503 ENST00000445067 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000445067 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000445067 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000445067 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000445067 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000445067 9 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781554 ENST00000445067 10 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000445067 11 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784983 ENST00000445067 12 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111769638 111778702 ENST00000528451 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000528451 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111772474 111772503 ENST00000528451 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000528451 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000528451 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000528451 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000528451 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778702 ENST00000528451 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111769690 111778385 ENST00000486561 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000486561 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111772474 111772503 ENST00000486561 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000486561 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000486561 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000486561 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000486561 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111770232 111786062 ENST00000369744 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000369744 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000369744 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000369744 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000369744 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000369744 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000369744 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781554 ENST00000369744 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000369744 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784983 ENST00000369744 9 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111770281 111786060 ENST00000369748 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000369748 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111772474 111772503 ENST00000369748 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000369748 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000369748 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000369748 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000369748 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000369748 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781554 ENST00000369748 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000369748 9 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784983 ENST00000369748 10 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111770300 111778385 ENST00000474304 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111770352 111770391 ENST00000474304 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111772474 111772503 ENST00000474304 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773364 111773565 ENST00000474304 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000474304 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777622 ENST00000474304 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000474304 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772314 111786061 ENST00000466741 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773531 111773565 ENST00000466741 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000466741 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000466741 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000466741 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000466741 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781554 ENST00000466741 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000466741 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784983 ENST00000466741 9 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772328 111781381 ENST00000477185 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773531 111773565 ENST00000477185 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000477185 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000477185 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000477185 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000477185 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781381 ENST00000477185 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772375 111778770 ENST00000467038 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773531 111773565 ENST00000467038 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000467038 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000467038 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778770 ENST00000467038 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772379 111778385 ENST00000497587 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773531 111773565 ENST00000497587 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000497587 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000497587 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000497587 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772400 111774094 ENST00000526684 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772410 111773736 ENST00000530597 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111772442 111785256 ENST00000524472 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773531 111773565 ENST00000524472 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000524472 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777529 111777679 ENST00000524472 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000524472 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000524472 6 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781554 ENST00000524472 7 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000524472 8 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784983 ENST00000524472 9 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111773388 111781488 ENST00000533831 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773388 111773565 ENST00000533831 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111773860 111773916 ENST00000533831 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000533831 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781372 111781488 ENST00000533831 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111777638 111786062 ENST00000497220 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111777638 111777679 ENST00000497220 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778261 111778385 ENST00000497220 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111778646 111778775 ENST00000497220 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000497220 4 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111784849 111784986 ENST00000497220 5 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111781549 111786054 ENST00000472825 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111781549 111781554 ENST00000472825 1 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111783949 111784065 ENST00000472825 2 CHI3L2 ENSG00000064886 Not Supported Not Supported +CDS 1 111785839 111785844 ENST00000472825 3 CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111781928 111786060 ENST00000529459 NA CHI3L2 ENSG00000064886 Not Supported Not Supported +transcript 1 111792876 111799337 ENST00000456220 NA CHIAP1 ENSG00000236040 Not Supported Not Supported +transcript 1 111822681 111828730 ENST00000369743 NA CHIAP2 ENSG00000203878 Not Supported Not Supported +transcript 1 111822682 111826860 ENST00000456752 NA CHIAP2 ENSG00000203878 Not Supported Not Supported +transcript 1 111822682 111828665 ENST00000532686 NA CHIAP2 ENSG00000203878 Not Supported Not Supported +transcript 1 111825971 111828738 ENST00000449687 NA CHIAP2 ENSG00000203878 Not Supported Not Supported +transcript 1 111833484 111863179 ENST00000422815 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111833484 111833572 ENST00000422815 1 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857162 111857218 ENST00000422815 2 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857892 111858057 ENST00000422815 3 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860303 111860427 ENST00000422815 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000422815 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000422815 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000422815 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000422815 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863088 ENST00000422815 9 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111833484 111863179 ENST00000483391 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860306 111860427 ENST00000483391 3 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000483391 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000483391 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000483391 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000483391 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000483391 8 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111833538 111863179 ENST00000369740 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111853090 111853114 ENST00000369740 2 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111854311 111854340 ENST00000369740 3 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111854812 111855013 ENST00000369740 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857162 111857218 ENST00000369740 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857892 111858057 ENST00000369740 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860303 111860427 ENST00000369740 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000369740 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000369740 9 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000369740 10 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000369740 11 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000369740 12 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111852996 111863185 ENST00000343320 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111853090 111853114 ENST00000343320 1 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111854311 111854340 ENST00000343320 2 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111854812 111855013 ENST00000343320 3 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857162 111857218 ENST00000343320 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857892 111858057 ENST00000343320 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860303 111860427 ENST00000343320 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000343320 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000343320 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000343320 9 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000343320 10 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000343320 11 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853067 111863179 ENST00000352594 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857902 111858057 ENST00000352594 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111858356 111858494 ENST00000352594 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860303 111860310 ENST00000352594 6 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853067 111863179 ENST00000451398 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860306 111860427 ENST00000451398 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000451398 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000451398 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000451398 9 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000451398 10 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000451398 11 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853083 111863184 ENST00000477918 NA CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853087 111863097 ENST00000353665 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860306 111860427 ENST00000353665 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000353665 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000353665 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000353665 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000353665 9 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000353665 10 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853090 111863002 ENST00000489524 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860306 111860427 ENST00000489524 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000489524 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000489524 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000489524 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000489524 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863002 ENST00000489524 9 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111853099 111863188 ENST00000430615 NA CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111857902 111858057 ENST00000430615 4 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860303 111860427 ENST00000430615 5 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111860608 111860731 ENST00000430615 6 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861115 111861300 ENST00000430615 7 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861742 111861861 ENST00000430615 8 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111861949 111862090 ENST00000430615 9 CHIA ENSG00000134216 Not Supported Not Supported +CDS 1 111862835 111863085 ENST00000430615 10 CHIA ENSG00000134216 Not Supported Not Supported +transcript 1 111860222 111866603 ENST00000426321 NA RP5-1125M8.2 ENSG00000229283 Not Supported Not Supported +transcript 1 111866455 111866697 ENST00000422272 NA RP5-1125M8.3 ENSG00000232240 Not Supported Not Supported +transcript 1 111888910 111895635 ENST00000369738 NA PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111889275 111889293 ENST00000369738 1 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111889532 111889671 ENST00000369738 2 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111890296 111890394 ENST00000369738 3 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111891138 111891268 ENST00000369738 4 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111892728 111892845 ENST00000369738 5 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111893881 111893946 ENST00000369738 6 PIFO ENSG00000173947 Not Supported Not Supported +transcript 1 111889222 111895635 ENST00000484512 NA PIFO ENSG00000173947 Not Supported Not Supported +transcript 1 111889242 111894185 ENST00000369737 NA PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111889275 111889293 ENST00000369737 1 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111889532 111889671 ENST00000369737 2 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111891138 111891268 ENST00000369737 3 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111892728 111892845 ENST00000369737 4 PIFO ENSG00000173947 Not Supported Not Supported +CDS 1 111893881 111893946 ENST00000369737 5 PIFO ENSG00000173947 Not Supported Not Supported +transcript 1 111890963 111894135 ENST00000468395 NA PIFO ENSG00000173947 Not Supported Not Supported +transcript 1 111895897 111910031 ENST00000423668 NA CHIAP3 ENSG00000234020 Not Supported Not Supported +transcript 1 111922913 111923193 ENST00000427832 NA HIGD1AP12 ENSG00000236012 Not Supported Not Supported +transcript 1 111925482 111934441 ENST00000436252 NA PGCP1 ENSG00000227179 Not Supported Not Supported +transcript 1 111927141 111932473 ENST00000411951 NA PGCP1 ENSG00000227179 Not Supported Not Supported +transcript 1 111956936 111970399 ENST00000369732 NA OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111970319 111970343 ENST00000369732 1 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111969684 111969713 ENST00000369732 2 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111969059 111969263 ENST00000369732 3 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111968005 111968061 ENST00000369732 4 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111966165 111966330 ENST00000369732 5 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111965549 111965673 ENST00000369732 6 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111964187 111964295 ENST00000369732 7 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111963898 111964083 ENST00000369732 8 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111962232 111962348 ENST00000369732 9 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111958945 111959080 ENST00000369732 10 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111957089 111957966 ENST00000369732 11 OVGP1 ENSG00000085465 Not Supported Not Supported +transcript 1 111957842 111959301 ENST00000494622 NA OVGP1 ENSG00000085465 Not Supported Not Supported +transcript 1 111957920 111970134 ENST00000540696 NA OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111969059 111969138 ENST00000540696 2 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111968005 111968061 ENST00000540696 3 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111966165 111966330 ENST00000540696 4 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111965549 111965673 ENST00000540696 5 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111962232 111962348 ENST00000540696 6 OVGP1 ENSG00000085465 Not Supported Not Supported +CDS 1 111959071 111959080 ENST00000540696 7 OVGP1 ENSG00000085465 Not Supported Not Supported +transcript 1 111962232 111965673 ENST00000481495 NA OVGP1 ENSG00000085465 Not Supported Not Supported +transcript 1 111973668 111975690 ENST00000564771 NA RP11-552M11.8 ENSG00000260948 Not Supported Not Supported +transcript 1 111980136 111980659 ENST00000436366 NA UBE2FP3 ENSG00000233337 Not Supported Not Supported +transcript 1 111981260 111983986 ENST00000445680 NA RP11-552M11.4 ENSG00000243960 Not Supported Not Supported +transcript 1 111981262 111983850 ENST00000416099 NA RP11-552M11.4 ENSG00000243960 Not Supported Not Supported +transcript 1 111982512 111991998 ENST00000235090 NA WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111991677 111991791 ENST00000235090 1 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111991241 111991426 ENST00000235090 2 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111990057 111990198 ENST00000235090 3 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111989717 111989766 ENST00000235090 4 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986676 111986746 ENST00000235090 5 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986489 111986543 ENST00000235090 6 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985945 111986016 ENST00000235090 7 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985275 111985383 ENST00000235090 8 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111984647 111984715 ENST00000235090 9 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111983855 111984011 ENST00000235090 10 WDR77 ENSG00000116455 Not Supported Not Supported +transcript 1 111983796 111991874 ENST00000411751 NA WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111991677 111991791 ENST00000411751 1 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111991241 111991426 ENST00000411751 2 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986676 111986746 ENST00000411751 3 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986489 111986543 ENST00000411751 4 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985945 111986016 ENST00000411751 5 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985275 111985383 ENST00000411751 6 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111984647 111984715 ENST00000411751 7 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111983855 111984011 ENST00000411751 8 WDR77 ENSG00000116455 Not Supported Not Supported +transcript 1 111983850 111991351 ENST00000449340 NA WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111991241 111991351 ENST00000449340 1 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111990057 111990198 ENST00000449340 2 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111989717 111989766 ENST00000449340 3 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986676 111986746 ENST00000449340 4 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111986489 111986543 ENST00000449340 5 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985945 111986016 ENST00000449340 6 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111985275 111985383 ENST00000449340 7 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111984647 111984751 ENST00000449340 8 WDR77 ENSG00000116455 Not Supported Not Supported +CDS 1 111983852 111984011 ENST00000449340 9 WDR77 ENSG00000116455 Not Supported Not Supported +transcript 1 111983920 111990154 ENST00000497278 NA WDR77 ENSG00000116455 Not Supported Not Supported +transcript 1 111985971 111991513 ENST00000459665 NA WDR77 ENSG00000116455 Not Supported Not Supported +transcript 1 111989420 111989530 ENST00000363020 NA Y_RNA ENSG00000199890 Not Supported Not Supported +transcript 1 111991486 111998767 ENST00000493119 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 111991558 112005395 ENST00000369722 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111992164 111992203 ENST00000369722 1 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111992459 111992495 ENST00000369722 2 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111996833 111996978 ENST00000369722 3 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111998708 111998871 ENST00000369722 4 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111999252 111999377 ENST00000369722 5 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 112002079 112002258 ENST00000369722 6 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 112003539 112003613 ENST00000369722 7 ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 111992087 112003954 ENST00000369721 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 111992106 112003648 ENST00000483994 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111992164 111992203 ENST00000483994 1 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111998708 111998871 ENST00000483994 2 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 111999252 111999377 ENST00000483994 3 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 112002079 112002258 ENST00000483994 4 ATP5F1 ENSG00000116459 Not Supported Not Supported +CDS 1 112003539 112003613 ENST00000483994 5 ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 111992107 112003934 ENST00000468818 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 111992304 111999370 ENST00000464154 NA ATP5F1 ENSG00000116459 Not Supported Not Supported +transcript 1 112016414 112021134 ENST00000343534 NA C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112018651 112018687 ENST00000343534 2 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112019420 112019489 ENST00000343534 3 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112019956 112020050 ENST00000343534 4 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112020273 112020397 ENST00000343534 5 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112020605 112020742 ENST00000343534 6 C1orf162 ENSG00000143110 Not Supported Not Supported +transcript 1 112016491 112021094 ENST00000369718 NA C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112018651 112018687 ENST00000369718 2 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112019420 112019489 ENST00000369718 3 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112019956 112020050 ENST00000369718 4 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112020348 112020397 ENST00000369718 5 C1orf162 ENSG00000143110 Not Supported Not Supported +CDS 1 112020605 112020742 ENST00000369718 6 C1orf162 ENSG00000143110 Not Supported Not Supported +transcript 1 112017190 112021133 ENST00000464591 NA C1orf162 ENSG00000143110 Not Supported Not Supported +transcript 1 112025970 112032284 ENST00000414219 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112032249 112032284 ENST00000414219 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112031299 112031646 ENST00000414219 2 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112029208 112029274 ENST00000414219 3 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112028362 112028462 ENST00000414219 4 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112026309 112026379 ENST00000414219 5 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112025970 112046110 ENST00000369716 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112045627 112045976 ENST00000369716 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112033278 112033384 ENST00000369716 2 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112031299 112031646 ENST00000369716 3 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112029208 112029274 ENST00000369716 4 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112028362 112028462 ENST00000369716 5 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112026312 112026379 ENST00000369716 6 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112025970 112106584 ENST00000369717 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112106468 112106574 ENST00000369717 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112033278 112033384 ENST00000369717 2 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112031299 112031646 ENST00000369717 3 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112029208 112029274 ENST00000369717 4 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112028362 112028462 ENST00000369717 5 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112026312 112026379 ENST00000369717 6 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112026191 112106556 ENST00000443498 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112106468 112106556 ENST00000443498 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112031299 112031489 ENST00000443498 2 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112029208 112029274 ENST00000443498 3 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112028362 112028462 ENST00000443498 4 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112026309 112026379 ENST00000443498 5 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112027937 112031446 ENST00000472933 NA ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112028428 112033329 ENST00000442484 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112033278 112033329 ENST00000442484 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112031299 112031489 ENST00000442484 2 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112029208 112029274 ENST00000442484 3 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112028428 112028462 ENST00000442484 4 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112029261 112032312 ENST00000463993 NA ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112042051 112046382 ENST00000241356 NA ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112045627 112045976 ENST00000241356 1 ADORA3 ENSG00000121933 Not Supported Not Supported +CDS 1 112042575 112043178 ENST00000241356 2 ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112042553 112046255 ENST00000495493 NA ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112043132 112045709 ENST00000486342 NA ADORA3 ENSG00000121933 Not Supported Not Supported +transcript 1 112032939 112033045 ENST00000363490 NA RNU6-792P ENSG00000200360 Not Supported Not Supported +transcript 1 112084840 112255735 ENST00000356415 NA RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112233983 112234039 ENST00000356415 2 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112237963 112238031 ENST00000356415 3 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112240063 112240119 ENST00000356415 4 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112245958 112246098 ENST00000356415 5 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112246965 112247108 ENST00000356415 6 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112251771 112251854 ENST00000356415 7 RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112162399 112247027 ENST00000433097 NA RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112233983 112234039 ENST00000433097 3 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112237963 112238031 ENST00000433097 4 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112240063 112240119 ENST00000433097 5 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112245958 112246098 ENST00000433097 6 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112246965 112247027 ENST00000433097 7 RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112162405 112259313 ENST00000369709 NA RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112233983 112234039 ENST00000369709 2 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112237963 112238031 ENST00000369709 3 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112240063 112240119 ENST00000369709 4 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112245958 112246098 ENST00000369709 5 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112246965 112247108 ENST00000369709 6 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112251771 112251854 ENST00000369709 7 RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112162405 112256101 ENST00000436150 NA RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112233983 112234039 ENST00000436150 3 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112237963 112238031 ENST00000436150 4 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112240063 112240119 ENST00000436150 5 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112245958 112246098 ENST00000436150 6 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112246965 112247108 ENST00000436150 7 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112251771 112251854 ENST00000436150 8 RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112162769 112255109 ENST00000545460 NA RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112233983 112234039 ENST00000545460 2 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112237963 112238031 ENST00000545460 3 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112240063 112240119 ENST00000545460 4 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112245958 112246098 ENST00000545460 5 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112246965 112247108 ENST00000545460 6 RAP1A ENSG00000116473 Not Supported Not Supported +CDS 1 112251771 112251854 ENST00000545460 7 RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112170091 112255318 ENST00000494982 NA RAP1A ENSG00000116473 Not Supported Not Supported +transcript 1 112142277 112150940 ENST00000450155 NA LINC01160 ENSG00000231346 Not Supported Not Supported +transcript 1 112142487 112150946 ENST00000441004 NA LINC01160 ENSG00000231346 Not Supported Not Supported +transcript 1 112147002 112151345 ENST00000453988 NA LINC01160 ENSG00000231346 Not Supported Not Supported +transcript 1 112190913 112192166 ENST00000443599 NA KRT18P57 ENSG00000215867 Not Supported Not Supported +transcript 1 112193053 112193159 ENST00000364158 NA RNU6-151P ENSG00000201028 Not Supported Not Supported +transcript 1 112223252 112282025 ENST00000527570 NA FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112264686 112282046 ENST00000357260 NA FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112281808 112281864 ENST00000357260 1 FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112269593 112270426 ENST00000357260 2 FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112264973 112281985 ENST00000534365 NA FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112281808 112281864 ENST00000534365 1 FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112270186 112270426 ENST00000534365 2 FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112265727 112265770 ENST00000534365 3 FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112269128 112298446 ENST00000444059 NA FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112298323 112298334 ENST00000444059 1 FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112269593 112270426 ENST00000444059 2 FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112269966 112281875 ENST00000527621 NA FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112281808 112281864 ENST00000527621 1 FAM212B ENSG00000197852 Not Supported Not Supported +CDS 1 112269966 112270453 ENST00000527621 2 FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112287921 112298131 ENST00000412270 NA FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112289331 112290321 ENST00000527660 NA FAM212B ENSG00000197852 Not Supported Not Supported +transcript 1 112282463 112290420 ENST00000430373 NA FAM212B-AS1 ENSG00000227811 Not Supported Not Supported +transcript 1 112282475 112289235 ENST00000524935 NA FAM212B-AS1 ENSG00000227811 Not Supported Not Supported +transcript 1 112297867 112308452 ENST00000533164 NA DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112298547 112298847 ENST00000533164 2 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112299268 112299362 ENST00000533164 3 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303096 112303113 ENST00000533164 4 DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112297927 112310638 ENST00000369702 NA DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112298547 112298847 ENST00000369702 1 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112299268 112299362 ENST00000369702 2 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112302022 112302190 ENST00000369702 3 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303096 112303210 ENST00000369702 4 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303328 112303470 ENST00000369702 5 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303609 112303747 ENST00000369702 6 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303848 112303906 ENST00000369702 7 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112304877 112304959 ENST00000369702 8 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112305299 112305404 ENST00000369702 9 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112305528 112305629 ENST00000369702 10 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112308359 112309518 ENST00000369702 11 DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112298521 112308452 ENST00000536167 NA DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112298547 112298847 ENST00000536167 1 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112299268 112299362 ENST00000536167 2 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112303096 112303113 ENST00000536167 3 DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112303019 112310196 ENST00000475700 NA DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112305494 112305629 ENST00000475700 2 DDX20 ENSG00000064703 Not Supported Not Supported +CDS 1 112308359 112309518 ENST00000475700 3 DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112303704 112305110 ENST00000524894 NA DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112305039 112308452 ENST00000534200 NA DDX20 ENSG00000064703 Not Supported Not Supported +transcript 1 112313284 112525418 ENST00000369697 NA KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112524243 112525348 ENST00000369697 1 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112329566 112329728 ENST00000369697 2 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112323312 112323413 ENST00000369697 3 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112322847 112322936 ENST00000369697 4 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112319648 112319895 ENST00000369697 5 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112318702 112318900 ENST00000369697 6 KCND3 ENSG00000171385 Not Supported Not Supported +transcript 1 112318431 112531777 ENST00000315987 NA KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112524243 112525348 ENST00000315987 2 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112329566 112329728 ENST00000315987 3 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112323312 112323413 ENST00000315987 4 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112322847 112322936 ENST00000315987 5 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112321058 112321114 ENST00000315987 6 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112319648 112319895 ENST00000315987 7 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112318702 112318900 ENST00000315987 8 KCND3 ENSG00000171385 Not Supported Not Supported +transcript 1 112318431 112531777 ENST00000302127 NA KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112524243 112525348 ENST00000302127 2 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112329566 112329728 ENST00000302127 3 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112323312 112323413 ENST00000302127 4 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112322847 112322936 ENST00000302127 5 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112319648 112319895 ENST00000302127 6 KCND3 ENSG00000171385 Not Supported Not Supported +CDS 1 112318702 112318900 ENST00000302127 7 KCND3 ENSG00000171385 Not Supported Not Supported +transcript 1 112396384 112399527 ENST00000439736 NA KCND3-IT1 ENSG00000232558 Not Supported Not Supported +transcript 1 112451958 112452783 ENST00000441125 NA KCND3-AS1 ENSG00000237556 Not Supported Not Supported +transcript 1 112452270 112453553 ENST00000427471 NA KCND3-AS1 ENSG00000237556 Not Supported Not Supported +transcript 1 112452307 112453552 ENST00000419258 NA KCND3-AS1 ENSG00000237556 Not Supported Not Supported +transcript 1 112532392 112533745 ENST00000442751 NA RP11-88H9.2 ENSG00000231437 Not Supported Not Supported +transcript 1 112532918 112533795 ENST00000428461 NA RP11-88H9.2 ENSG00000231437 Not Supported Not Supported +transcript 1 112533158 112541464 ENST00000438293 NA RP11-88H9.2 ENSG00000231437 Not Supported Not Supported +transcript 1 112719856 112903150 ENST00000427290 NA RP5-965F6.2 ENSG00000231246 Not Supported Not Supported +transcript 1 112738124 112738228 ENST00000459606 NA snoU13 ENSG00000239111 Not Supported Not Supported +transcript 1 112905903 112906203 ENST00000454560 NA TXNP3 ENSG00000234388 Not Supported Not Supported +transcript 1 112913626 112913729 ENST00000459350 NA snoU13 ENSG00000238761 Not Supported Not Supported +transcript 1 112938803 113003786 ENST00000271277 NA CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112958788 112958886 ENST00000271277 3 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112991564 112991794 ENST00000271277 4 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112997071 112997178 ENST00000271277 5 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112998553 113000031 ENST00000271277 6 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +transcript 1 112939141 112998928 ENST00000441739 NA CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112958788 112958886 ENST00000441739 3 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112991564 112991794 ENST00000441739 4 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112997071 112997178 ENST00000441739 5 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +CDS 1 112998553 112998928 ENST00000441739 6 CTTNBP2NL ENSG00000143079 Not Supported Not Supported +transcript 1 112957339 112958909 ENST00000502356 NA CTTNBP2NL ENSG00000143079 Not Supported Not Supported +transcript 1 112999440 113006078 ENST00000607039 NA CTTNBP2NL ENSG00000143079 Not Supported Not Supported +transcript 1 113009163 113063905 ENST00000256640 NA WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113057590 113057716 ENST00000256640 2 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113058762 113059039 ENST00000256640 3 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113059743 113060007 ENST00000256640 4 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113062902 113063128 ENST00000256640 5 WNT2B ENSG00000134245 Not Supported Not Supported +transcript 1 113010056 113072787 ENST00000369686 NA WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113010160 113010213 ENST00000369686 1 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113033633 113033703 ENST00000369686 2 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113057496 113057716 ENST00000369686 3 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113058762 113059039 ENST00000369686 4 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113059743 113060007 ENST00000369686 5 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113062902 113063128 ENST00000369686 6 WNT2B ENSG00000134245 Not Supported Not Supported +transcript 1 113051400 113065288 ENST00000369684 NA WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113051885 113052066 ENST00000369684 1 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113057496 113057716 ENST00000369684 2 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113058762 113059039 ENST00000369684 3 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113059743 113060007 ENST00000369684 4 WNT2B ENSG00000134245 Not Supported Not Supported +CDS 1 113062902 113063128 ENST00000369684 5 WNT2B ENSG00000134245 Not Supported Not Supported +transcript 1 113057374 113059039 ENST00000478360 NA WNT2B ENSG00000134245 Not Supported Not Supported +transcript 1 113060421 113061063 ENST00000608357 NA RP4-671G15.2 ENSG00000273483 Not Supported Not Supported +transcript 1 113066140 113161766 ENST00000361846 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000361846 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000361846 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000361846 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000361846 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000361846 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000361846 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000361846 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000361846 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000361846 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000361846 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000361846 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000361846 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000361846 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000361846 14 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113083459 113083494 ENST00000361846 15 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113066140 113161811 ENST00000360743 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000360743 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000360743 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000360743 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000360743 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000360743 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000360743 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000360743 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000360743 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000360743 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000360743 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000360743 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000360743 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000360743 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113068638 113068733 ENST00000360743 14 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113066140 113162040 ENST00000358039 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000358039 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000358039 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000358039 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000358039 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000358039 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000358039 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000358039 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000358039 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000358039 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000358039 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000358039 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000358039 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000358039 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000358039 14 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113068638 113068733 ENST00000358039 15 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113066140 113162405 ENST00000490715 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000490715 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000490715 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000490715 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000490715 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000490715 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000490715 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000490715 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000490715 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000490715 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000490715 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000490715 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000490715 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000490715 14 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000490715 15 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113083459 113083494 ENST00000490715 16 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113067904 113161735 ENST00000480988 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068152 113098498 ENST00000495109 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068381 113161738 ENST00000544629 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000544629 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000544629 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000544629 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000544629 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000544629 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000544629 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000544629 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000544629 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000544629 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000544629 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000544629 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000544629 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113068638 113068733 ENST00000544629 13 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068498 113084597 ENST00000498197 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068501 113069574 ENST00000477682 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068505 113161550 ENST00000369669 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140665 ENST00000369669 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000369669 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000369669 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000369669 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000369669 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000369669 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000369669 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000369669 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000369669 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000369669 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113068638 113068733 ENST00000369669 14 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113068608 113161811 ENST00000490067 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000490067 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159466 ENST00000490067 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000490067 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000490067 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000490067 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000490067 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000490067 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000490067 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000490067 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000490067 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000490067 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000490067 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000490067 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000490067 14 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113068638 113068733 ENST00000490067 15 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113083456 113162040 ENST00000369668 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000369668 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000369668 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000369668 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000369668 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000369668 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000369668 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000369668 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000369668 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000369668 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000369668 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000369668 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000369668 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000369668 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000369668 14 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113083459 113083494 ENST00000369668 15 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084412 113161725 ENST00000497457 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084412 113161811 ENST00000343210 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000343210 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000343210 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000343210 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000343210 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000343210 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000343210 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000343210 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000343210 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000343210 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000343210 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000343210 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000343210 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000343210 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084537 113084712 ENST00000343210 14 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084412 113161811 ENST00000369666 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000369666 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159466 ENST00000369666 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000369666 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000369666 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000369666 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000369666 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000369666 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000369666 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000369666 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000369666 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000369666 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000369666 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000369666 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084537 113084712 ENST00000369666 14 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084415 113160839 ENST00000538187 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113160629 113160665 ENST00000538187 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000538187 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000538187 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000538187 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000538187 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000538187 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000538187 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000538187 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000538187 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000538187 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000538187 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000538187 12 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093223 113093315 ENST00000538187 13 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084537 113084712 ENST00000538187 14 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084416 113163447 ENST00000463235 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113084573 113153528 ENST00000418497 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153528 ENST00000418497 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000418497 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000418497 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000418497 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000418497 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000418497 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113098490 113098640 ENST00000418497 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113084573 113084712 ENST00000418497 8 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113093262 113161749 ENST00000543570 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113161531 113161735 ENST00000543570 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159466 ENST00000543570 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000543570 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000543570 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000543570 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000543570 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000543570 7 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124997 113125094 ENST00000543570 8 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113124614 113124728 ENST00000543570 9 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113120967 113121039 ENST00000543570 10 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113119608 113119710 ENST00000543570 11 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113093307 113093315 ENST00000543570 12 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113124618 113161739 ENST00000497235 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113126594 113160839 ENST00000369664 NA ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113160629 113160665 ENST00000369664 1 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113159435 113159517 ENST00000369664 2 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113153463 113153625 ENST00000369664 3 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113143416 113143470 ENST00000369664 4 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113140593 113140708 ENST00000369664 5 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113134147 113134225 ENST00000369664 6 ST7L ENSG00000007341 Not Supported Not Supported +CDS 1 113126594 113126748 ENST00000369664 7 ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113126597 113153584 ENST00000466360 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113134104 113161563 ENST00000479436 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113140644 113162286 ENST00000470519 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113140644 113162294 ENST00000459630 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113149726 113161721 ENST00000477332 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113149863 113161748 ENST00000473206 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113153077 113159908 ENST00000485753 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113153077 113161733 ENST00000498383 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113153077 113161733 ENST00000470683 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113153081 113162396 ENST00000467335 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113153280 113162418 ENST00000492274 NA ST7L ENSG00000007341 Not Supported Not Supported +transcript 1 113161795 113214241 ENST00000263168 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113162467 113162505 ENST00000263168 1 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113189832 113189895 ENST00000263168 2 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113192040 113192091 ENST00000263168 3 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113196220 113196283 ENST00000263168 4 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113197087 113197293 ENST00000263168 5 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113201644 113201723 ENST00000263168 6 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113202323 113202401 ENST00000263168 7 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113209696 113209767 ENST00000263168 8 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113212165 113212227 ENST00000263168 9 CAPZA1 ENSG00000116489 Not Supported Not Supported +CDS 1 113212614 113212751 ENST00000263168 10 CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113162427 113192635 ENST00000485542 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113162441 113213005 ENST00000476936 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113162454 113209707 ENST00000498626 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113201951 113212792 ENST00000466066 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113209542 113212216 ENST00000476820 NA CAPZA1 ENSG00000116489 Not Supported Not Supported +transcript 1 113168528 113168846 ENST00000414323 NA MRPL53P1 ENSG00000235299 Not Supported Not Supported +transcript 1 113177341 113177406 ENST00000516941 NA RNU7-70P ENSG00000252750 Not Supported Not Supported +transcript 1 113195210 113195310 ENST00000459345 NA snoU13 ENSG00000238975 Not Supported Not Supported +transcript 1 113215763 113217505 ENST00000486416 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217043 113243368 ENST00000413052 NA MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113217535 113217671 ENST00000413052 2 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113231557 113231760 ENST00000413052 3 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232037 113232272 ENST00000413052 4 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232462 113232720 ENST00000413052 5 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113234287 113234421 ENST00000413052 6 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113235383 113235551 ENST00000413052 7 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113236640 113236794 ENST00000413052 8 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237075 113237251 ENST00000413052 9 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237371 113237518 ENST00000413052 10 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238038 113238196 ENST00000413052 11 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238770 113238873 ENST00000413052 12 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239059 113239156 ENST00000413052 13 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239252 113239468 ENST00000413052 14 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240616 113240733 ENST00000413052 15 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240909 113241100 ENST00000413052 16 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113241337 113241411 ENST00000413052 17 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242307 113242432 ENST00000413052 18 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242516 113242604 ENST00000413052 19 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242841 113242962 ENST00000413052 20 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113243038 113243126 ENST00000413052 21 MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217109 113243361 ENST00000369645 NA MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113217535 113217671 ENST00000369645 2 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113231557 113231760 ENST00000369645 3 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232037 113232272 ENST00000369645 4 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232462 113232720 ENST00000369645 5 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113234287 113234421 ENST00000369645 6 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113235383 113235551 ENST00000369645 7 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113236640 113236794 ENST00000369645 8 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237075 113237251 ENST00000369645 9 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237371 113237518 ENST00000369645 10 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238038 113238196 ENST00000369645 11 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238770 113238873 ENST00000369645 12 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239059 113239156 ENST00000369645 13 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239252 113239468 ENST00000369645 14 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240616 113240733 ENST00000369645 15 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240909 113241100 ENST00000369645 16 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113241337 113241411 ENST00000369645 17 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242307 113242432 ENST00000369645 18 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242516 113242604 ENST00000369645 19 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242841 113242962 ENST00000369645 20 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113243038 113243126 ENST00000369645 21 MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217313 113229621 ENST00000544796 NA MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113217535 113217671 ENST00000544796 2 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113229588 113229618 ENST00000544796 3 MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217320 113243356 ENST00000369644 NA MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113231588 113231760 ENST00000369644 4 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232037 113232272 ENST00000369644 5 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232462 113232720 ENST00000369644 6 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113234287 113234421 ENST00000369644 7 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113235383 113235551 ENST00000369644 8 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113236640 113236794 ENST00000369644 9 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237075 113237251 ENST00000369644 10 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237371 113237518 ENST00000369644 11 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238038 113238196 ENST00000369644 12 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238770 113238873 ENST00000369644 13 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239059 113239156 ENST00000369644 14 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239252 113239468 ENST00000369644 15 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240616 113240733 ENST00000369644 16 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240909 113241100 ENST00000369644 17 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113241337 113241411 ENST00000369644 18 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242307 113242432 ENST00000369644 19 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242516 113242604 ENST00000369644 20 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242841 113242962 ENST00000369644 21 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113243038 113243126 ENST00000369644 22 MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217328 113243356 ENST00000496577 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217331 113232063 ENST00000475429 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217342 113243348 ENST00000468624 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217359 113231105 ENST00000465579 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113217367 113243332 ENST00000357443 NA MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113217535 113217671 ENST00000357443 1 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113231557 113231760 ENST00000357443 2 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232037 113232272 ENST00000357443 3 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113232462 113232720 ENST00000357443 4 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113234287 113234421 ENST00000357443 5 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113235383 113235551 ENST00000357443 6 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113236640 113236794 ENST00000357443 7 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237075 113237251 ENST00000357443 8 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113237371 113237518 ENST00000357443 9 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238038 113238196 ENST00000357443 10 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113238770 113238873 ENST00000357443 11 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239059 113239156 ENST00000357443 12 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113239252 113239468 ENST00000357443 13 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240616 113240733 ENST00000357443 14 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113240909 113241100 ENST00000357443 15 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113241337 113241411 ENST00000357443 16 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242307 113242432 ENST00000357443 17 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242516 113242604 ENST00000357443 18 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113242841 113242962 ENST00000357443 19 MOV10 ENSG00000155363 Not Supported Not Supported +CDS 1 113243038 113243126 ENST00000357443 20 MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113236527 113237206 ENST00000479858 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113239361 113241814 ENST00000488160 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113239441 113241301 ENST00000482545 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113240482 113242383 ENST00000471160 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113240930 113241597 ENST00000481711 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113240930 113243361 ENST00000490413 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113242246 113243344 ENST00000495374 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113242309 113243347 ENST00000494319 NA MOV10 ENSG00000155363 Not Supported Not Supported +transcript 1 113236310 113239243 ENST00000421943 NA RP11-426L16.3 ENSG00000225075 Not Supported Not Supported +transcript 1 113243728 113250025 ENST00000339083 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000339083 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000339083 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000339083 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000339083 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243749 113249678 ENST00000369633 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369633 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369633 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000369633 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000369633 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243753 113250056 ENST00000369642 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369642 2 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369642 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000369642 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000369642 5 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243755 113249749 ENST00000285735 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000285735 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000285735 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000285735 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000285735 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243832 113249724 ENST00000468093 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000468093 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246038 113246079 ENST00000468093 4 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243897 113249757 ENST00000369638 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369638 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369638 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000369638 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000369638 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243935 113249747 ENST00000369637 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369637 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369637 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000369637 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000369637 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243947 113249742 ENST00000369636 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369636 2 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369636 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245228 113245315 ENST00000369636 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244086 113244317 ENST00000369636 5 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113243960 113246275 ENST00000473074 NA RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113244059 113249755 ENST00000484280 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000484280 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246038 113246079 ENST00000484280 4 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113244142 113249701 ENST00000369632 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000369632 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000369632 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000369632 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244165 113244335 ENST00000369632 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113244178 113249678 ENST00000425265 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000425265 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000425265 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000425265 5 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244178 113244335 ENST00000425265 6 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113244236 113247619 ENST00000534717 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000534717 2 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000534717 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245185 113245315 ENST00000534717 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113244236 113244335 ENST00000534717 5 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113245210 113249724 ENST00000436685 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000436685 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000436685 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245210 113245315 ENST00000436685 5 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113245293 113249781 ENST00000528831 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000528831 2 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246038 113246079 ENST00000528831 3 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113245621 113249738 ENST00000484054 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113248227 113248261 ENST00000484054 2 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113247722 113247790 ENST00000484054 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246428 ENST00000484054 4 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000484054 5 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113245623 113247543 ENST00000414971 NA RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113246266 113246421 ENST00000414971 3 RHOC ENSG00000155366 Not Supported Not Supported +CDS 1 113245623 113245741 ENST00000414971 4 RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113246115 113249736 ENST00000478447 NA RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113247262 113249749 ENST00000527563 NA RHOC ENSG00000155366 Not Supported Not Supported +transcript 1 113245236 113254055 ENST00000471038 NA RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +transcript 1 113245270 113253846 ENST00000607158 NA RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +transcript 1 113245270 113253977 ENST00000606505 NA RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253888 113253977 ENST00000606505 1 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253630 113253693 ENST00000606505 2 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253366 113253473 ENST00000606505 3 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253082 113253233 ENST00000606505 4 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113247722 113247790 ENST00000606505 5 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113246266 113246428 ENST00000606505 6 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000606505 7 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113245270 113245315 ENST00000606505 8 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +transcript 1 113245270 113253977 ENST00000605933 NA RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253888 113253977 ENST00000605933 1 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253630 113253693 ENST00000605933 2 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253366 113253473 ENST00000605933 3 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253082 113253233 ENST00000605933 4 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113246266 113246428 ENST00000605933 5 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113245621 113245741 ENST00000605933 6 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113245270 113245315 ENST00000605933 7 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +transcript 1 113245270 113253977 ENST00000606954 NA RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253888 113253977 ENST00000606954 1 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +CDS 1 113253464 113253473 ENST00000606954 2 RP11-426L16.10 ENSG00000271810 Not Supported Not Supported +transcript 1 113252616 113257877 ENST00000471106 NA PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113257598 113257877 ENST00000471106 1 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113256119 113256233 ENST00000471106 2 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255366 113255653 ENST00000471106 3 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254967 113255082 ENST00000471106 4 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254593 113254677 ENST00000471106 5 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254085 113254096 ENST00000471106 6 PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113252616 113258099 ENST00000309276 NA PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113257598 113257923 ENST00000309276 1 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113256119 113256233 ENST00000309276 2 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255366 113255653 ENST00000309276 3 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254967 113255079 ENST00000309276 4 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254593 113254677 ENST00000309276 5 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253888 113254006 ENST00000309276 6 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253630 113253693 ENST00000309276 7 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253366 113253473 ENST00000309276 8 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253082 113253233 ENST00000309276 9 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113252788 113252932 ENST00000309276 10 PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113252620 113257913 ENST00000464951 NA PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255543 113255593 ENST00000464951 3 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255366 113255425 ENST00000464951 4 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254967 113255079 ENST00000464951 5 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254593 113254677 ENST00000464951 6 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253888 113254006 ENST00000464951 7 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253630 113253693 ENST00000464951 8 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253366 113253473 ENST00000464951 9 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253082 113253233 ENST00000464951 10 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113252788 113252932 ENST00000464951 11 PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113252625 113255593 ENST00000359994 NA PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255543 113255593 ENST00000359994 1 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113255366 113255425 ENST00000359994 2 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254967 113255079 ENST00000359994 3 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113254593 113254677 ENST00000359994 4 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253888 113254006 ENST00000359994 5 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253630 113253693 ENST00000359994 6 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253366 113253473 ENST00000359994 7 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113253082 113253233 ENST00000359994 8 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113252788 113252932 ENST00000359994 9 PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113254615 113257925 ENST00000482367 NA PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113257598 113257923 ENST00000482367 1 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113257256 113257349 ENST00000482367 2 PPM1J ENSG00000155367 Not Supported Not Supported +CDS 1 113256204 113256233 ENST00000482367 3 PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113256856 113257950 ENST00000486709 NA PPM1J ENSG00000155367 Not Supported Not Supported +transcript 1 113258294 113260418 ENST00000566195 NA RP11-426L16.9 ENSG00000261595 Not Supported Not Supported +transcript 1 113263041 113269857 ENST00000369630 NA FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113264856 113264970 ENST00000369630 2 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113265638 113265787 ENST00000369630 3 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113266567 113266759 ENST00000369630 4 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113269251 113269299 ENST00000369630 5 FAM19A3 ENSG00000184599 Not Supported Not Supported +transcript 1 113263199 113269857 ENST00000361886 NA FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113264856 113264970 ENST00000361886 2 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113265638 113265787 ENST00000361886 3 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113266635 113266759 ENST00000361886 4 FAM19A3 ENSG00000184599 Not Supported Not Supported +CDS 1 113269251 113269259 ENST00000361886 5 FAM19A3 ENSG00000184599 Not Supported Not Supported +transcript 1 113290717 113291097 ENST00000458353 NA RP11-426L16.7 ENSG00000234790 Not Supported Not Supported +transcript 1 113362792 113392437 ENST00000433505 NA RP11-426L16.8 ENSG00000215866 Not Supported Not Supported +transcript 1 113362796 113393265 ENST00000401018 NA RP11-426L16.8 ENSG00000215866 Not Supported Not Supported +transcript 1 113362912 113392399 ENST00000449572 NA RP11-426L16.8 ENSG00000215866 Not Supported Not Supported +transcript 1 113392650 113420493 ENST00000456651 NA RP3-522D1.1 ENSG00000224167 Not Supported Not Supported +transcript 1 113392698 113420489 ENST00000422022 NA RP3-522D1.1 ENSG00000224167 Not Supported Not Supported +transcript 1 113433389 113433544 ENST00000416137 NA RP3-522D1.2 ENSG00000228040 Not Supported Not Supported +transcript 1 113454469 113498975 ENST00000369626 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000369626 2 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000369626 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113459800 113460666 ENST00000369626 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113456516 113456787 ENST00000369626 5 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113454474 113498685 ENST00000538576 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000538576 2 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000538576 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113459800 113460666 ENST00000538576 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113456516 113456787 ENST00000538576 5 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113456647 113498685 ENST00000458229 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000458229 2 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000458229 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113459800 113460666 ENST00000458229 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113456647 113456787 ENST00000458229 5 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113458828 113498616 ENST00000433570 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000433570 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000433570 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113459738 113460666 ENST00000433570 5 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113460138 113478610 ENST00000443580 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000443580 2 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000443580 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113460138 113460666 ENST00000443580 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113460382 113499635 ENST00000429288 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113471714 113471930 ENST00000429288 2 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113464612 113464755 ENST00000429288 3 SLC16A1 ENSG00000155380 Not Supported Not Supported +CDS 1 113460382 113460666 ENST00000429288 4 SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113460640 113465014 ENST00000481750 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113471670 113498803 ENST00000478835 NA SLC16A1 ENSG00000155380 Not Supported Not Supported +transcript 1 113466045 113466959 ENST00000460134 NA AKR7A2P1 ENSG00000229020 Not Supported Not Supported +transcript 1 113499037 113506694 ENST00000416193 NA SLC16A1-AS1 ENSG00000226419 Not Supported Not Supported +transcript 1 113499051 113542118 ENST00000435800 NA SLC16A1-AS1 ENSG00000226419 Not Supported Not Supported +transcript 1 113499083 113511609 ENST00000428411 NA SLC16A1-AS1 ENSG00000226419 Not Supported Not Supported +transcript 1 113499142 113511020 ENST00000420168 NA SLC16A1-AS1 ENSG00000226419 Not Supported Not Supported +transcript 1 113550876 113589677 ENST00000413231 NA RP11-389O22.1 ENSG00000236066 Not Supported Not Supported +transcript 1 113576295 113589677 ENST00000451149 NA RP11-389O22.1 ENSG00000236066 Not Supported Not Supported +transcript 1 113554309 113615727 ENST00000421157 NA RP11-31F15.2 ENSG00000238198 Not Supported Not Supported +transcript 1 113615831 113674882 ENST00000361127 NA LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113616029 113616267 ENST00000361127 1 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113633940 113634005 ENST00000361127 2 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113635828 113635902 ENST00000361127 3 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113636052 113636186 ENST00000361127 4 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113636961 113637104 ENST00000361127 5 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113637234 113637377 ENST00000361127 6 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113638496 113638639 ENST00000361127 7 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113638844 113638987 ENST00000361127 8 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113641327 113641407 ENST00000361127 9 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113642833 113642904 ENST00000361127 10 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113643042 113643110 ENST00000361127 11 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113650216 113650379 ENST00000361127 12 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113652864 113653184 ENST00000361127 13 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113655101 113655382 ENST00000361127 14 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113657049 113657498 ENST00000361127 15 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113658909 113659058 ENST00000361127 16 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113661855 113662145 ENST00000361127 17 LRIG2 ENSG00000198799 Not Supported Not Supported +CDS 1 113666497 113666720 ENST00000361127 18 LRIG2 ENSG00000198799 Not Supported Not Supported +transcript 1 113641345 113650448 ENST00000466069 NA LRIG2 ENSG00000198799 Not Supported Not Supported +transcript 1 113642833 113643334 ENST00000470000 NA LRIG2 ENSG00000198799 Not Supported Not Supported +transcript 1 113643019 113669822 ENST00000492207 NA LRIG2 ENSG00000198799 Not Supported Not Supported +transcript 1 113645823 113667619 ENST00000466161 NA LRIG2 ENSG00000198799 Not Supported Not Supported +transcript 1 113667943 113669505 ENST00000427891 NA RLIMP2 ENSG00000237278 Not Supported Not Supported +transcript 1 113711616 113712025 ENST00000457967 NA RP11-389O22.4 ENSG00000233839 Not Supported Not Supported +transcript 1 113741447 113741880 ENST00000412567 NA RP11-389O22.5 ENSG00000236887 Not Supported Not Supported +transcript 1 113933371 114225056 ENST00000369617 NA MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 113933656 113933971 ENST00000369617 1 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114092137 114092253 ENST00000369617 2 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114123164 114123283 ENST00000369617 3 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114128009 114128218 ENST00000369617 4 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114133106 114133280 ENST00000369617 5 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114137103 114137182 ENST00000369617 6 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114157223 114157280 ENST00000369617 7 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114161154 114161228 ENST00000369617 8 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114162358 114162452 ENST00000369617 9 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114165428 114165616 ENST00000369617 10 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114184533 114185138 ENST00000369617 11 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114186365 114186396 ENST00000369617 12 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114189108 114189264 ENST00000369617 13 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114191859 114191950 ENST00000369617 14 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114193636 114193828 ENST00000369617 15 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114196452 114196640 ENST00000369617 16 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114201702 114201887 ENST00000369617 17 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114214356 114214458 ENST00000369617 18 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215237 114215363 ENST00000369617 19 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215944 114216087 ENST00000369617 20 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114223820 114223958 ENST00000369617 21 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114224834 114224880 ENST00000369617 22 MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113933581 114228545 ENST00000307546 NA MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 113933656 113933971 ENST00000307546 1 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114092137 114092253 ENST00000307546 2 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114123164 114123283 ENST00000307546 3 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114128009 114128218 ENST00000307546 4 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114133106 114133280 ENST00000307546 5 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114137103 114137182 ENST00000307546 6 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114157223 114157280 ENST00000307546 7 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114162358 114162452 ENST00000307546 8 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114165428 114165616 ENST00000307546 9 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114184533 114185138 ENST00000307546 10 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114186365 114186396 ENST00000307546 11 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114189108 114189264 ENST00000307546 12 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114191859 114191950 ENST00000307546 13 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114193636 114193828 ENST00000307546 14 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114196452 114196640 ENST00000307546 15 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114201702 114201887 ENST00000307546 16 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114214356 114214458 ENST00000307546 17 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215237 114215363 ENST00000307546 18 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215944 114216087 ENST00000307546 19 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114223820 114223958 ENST00000307546 20 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114225519 114226633 ENST00000307546 21 MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113933594 114228545 ENST00000369615 NA MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 113933656 113933971 ENST00000369615 1 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114092137 114092253 ENST00000369615 2 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114123164 114123283 ENST00000369615 3 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114128009 114128218 ENST00000369615 4 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114133106 114133280 ENST00000369615 5 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114137103 114137182 ENST00000369615 6 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114157223 114157280 ENST00000369615 7 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114162358 114162452 ENST00000369615 8 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114165428 114165616 ENST00000369615 9 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114184533 114185138 ENST00000369615 10 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114186365 114186396 ENST00000369615 11 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114189108 114189264 ENST00000369615 12 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114191859 114191950 ENST00000369615 13 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114193636 114193828 ENST00000369615 14 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114196452 114196640 ENST00000369615 15 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114201702 114201887 ENST00000369615 16 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114214356 114214458 ENST00000369615 17 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215237 114215363 ENST00000369615 18 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215944 114216087 ENST00000369615 19 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114223820 114223958 ENST00000369615 20 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114224834 114224880 ENST00000369615 21 MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113933611 114225056 ENST00000369611 NA MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 113933656 113933971 ENST00000369611 1 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114092137 114092253 ENST00000369611 2 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114123164 114123283 ENST00000369611 3 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114128009 114128218 ENST00000369611 4 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114133106 114133280 ENST00000369611 5 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114137103 114137182 ENST00000369611 6 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114157223 114157280 ENST00000369611 7 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114162358 114162452 ENST00000369611 8 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114165428 114165616 ENST00000369611 9 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114184533 114185138 ENST00000369611 10 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114186365 114186396 ENST00000369611 11 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114189108 114189264 ENST00000369611 12 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114191859 114191950 ENST00000369611 13 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114193636 114193828 ENST00000369611 14 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114196452 114196640 ENST00000369611 15 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114201702 114201887 ENST00000369611 16 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114214356 114214458 ENST00000369611 17 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215237 114215363 ENST00000369611 18 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114215944 114216087 ENST00000369611 19 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114223820 114223958 ENST00000369611 20 MAGI3 ENSG00000081026 Not Supported Not Supported +CDS 1 114224834 114224880 ENST00000369611 21 MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113933753 114123724 ENST00000486456 NA MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113933883 113947077 ENST00000477955 NA MAGI3 ENSG00000081026 Not Supported Not Supported +transcript 1 113992322 113993350 ENST00000424736 NA RP11-512F24.1 ENSG00000232499 Not Supported Not Supported +transcript 1 114119379 114119521 ENST00000448677 NA MTND5P20 ENSG00000238256 Not Supported Not Supported +transcript 1 114239453 114257834 ENST00000474926 NA PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114239824 114301777 ENST00000393357 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000393357 1 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000393357 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000393357 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280732 114280890 ENST00000393357 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000393357 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000393357 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000393357 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000393357 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000393357 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000393357 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000393357 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000393357 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000393357 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246703 114246789 ENST00000393357 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114243416 114243571 ENST00000393357 15 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114242326 114242421 ENST00000393357 16 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240884 114241009 ENST00000393357 17 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240330 114240347 ENST00000393357 18 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114239824 114301777 ENST00000369596 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000369596 1 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000369596 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000369596 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000369596 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000369596 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000369596 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000369596 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000369596 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000369596 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000369596 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000369596 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000369596 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246703 114246789 ENST00000369596 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114243416 114243571 ENST00000369596 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114242326 114242421 ENST00000369596 15 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240884 114241009 ENST00000369596 16 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240330 114240347 ENST00000369596 17 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114239827 114301960 ENST00000369598 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000369598 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000369598 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000369598 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280732 114280890 ENST00000369598 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000369598 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000369598 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000369598 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000369598 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000369598 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000369598 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000369598 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000369598 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246703 114246789 ENST00000369598 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114243416 114243571 ENST00000369598 15 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114242326 114242421 ENST00000369598 16 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240884 114241009 ENST00000369598 17 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240330 114240347 ENST00000369598 18 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114239827 114302059 ENST00000369600 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000369600 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000369600 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000369600 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000369600 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000369600 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000369600 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000369600 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000369600 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000369600 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000369600 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000369600 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000369600 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246703 114246789 ENST00000369600 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114243416 114243571 ENST00000369600 15 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114242326 114242421 ENST00000369600 16 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240884 114241009 ENST00000369600 17 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240330 114240347 ENST00000369600 18 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114239827 114302098 ENST00000369604 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000369604 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000369604 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000369604 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280732 114280890 ENST00000369604 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000369604 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000369604 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000369604 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000369604 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000369604 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000369604 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000369604 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000369604 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000369604 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246703 114246789 ENST00000369604 15 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114243416 114243571 ENST00000369604 16 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114242326 114242421 ENST00000369604 17 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240884 114241009 ENST00000369604 18 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114240330 114240347 ENST00000369604 19 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114242497 114248603 ENST00000481652 NA PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114246445 114302098 ENST00000357783 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000357783 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000357783 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000357783 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280732 114280890 ENST00000357783 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000357783 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000357783 7 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114256060 ENST00000357783 8 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000357783 9 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000357783 10 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000357783 11 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000357783 12 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248512 114248784 ENST00000357783 13 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114247288 114247419 ENST00000357783 14 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114246682 114246789 ENST00000357783 15 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114248387 114255950 ENST00000412670 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114255901 114255950 ENST00000412670 1 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254562 114254735 ENST00000412670 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254368 114254457 ENST00000412670 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114252876 114253097 ENST00000412670 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114249216 114249344 ENST00000412670 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114248455 114248784 ENST00000412670 6 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114248696 114301503 ENST00000447664 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000447664 1 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000447664 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000447664 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280732 114280890 ENST00000447664 4 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114269040 114269196 ENST00000447664 5 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114267381 114267515 ENST00000447664 6 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114254660 114254735 ENST00000447664 7 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114267957 114280890 ENST00000472612 NA PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114268291 114281408 ENST00000486855 NA PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114280748 114301780 ENST00000446739 NA PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114301281 114301325 ENST00000446739 1 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114300321 114300377 ENST00000446739 2 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114281352 114281421 ENST00000446739 3 PHTF1 ENSG00000116793 Not Supported Not Supported +CDS 1 114280748 114280890 ENST00000446739 4 PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114292144 114302111 ENST00000493212 NA PHTF1 ENSG00000116793 Not Supported Not Supported +transcript 1 114241506 114242253 ENST00000413412 NA RP4-730K3.3 ENSG00000232450 Not Supported Not Supported +transcript 1 114304454 114355098 ENST00000261441 NA RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114354332 114355034 ENST00000261441 1 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114339985 114340658 ENST00000261441 2 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114320293 114320430 ENST00000261441 3 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114319832 114319974 ENST00000261441 4 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114310844 114311011 ENST00000261441 5 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114309721 114309829 ENST00000261441 6 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114308605 114309075 ENST00000261441 7 RSBN1 ENSG00000081019 Not Supported Not Supported +transcript 1 114307238 114354915 ENST00000476412 NA RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114354332 114354915 ENST00000476412 1 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114339985 114340658 ENST00000476412 2 RSBN1 ENSG00000081019 Not Supported Not Supported +CDS 1 114338923 114338925 ENST00000476412 3 RSBN1 ENSG00000081019 Not Supported Not Supported +transcript 1 114308767 114310656 ENST00000369581 NA RSBN1 ENSG00000081019 Not Supported Not Supported +transcript 1 114355001 114366118 ENST00000429398 NA RP5-1073O3.2 ENSG00000231128 Not Supported Not Supported +transcript 1 114355230 114358098 ENST00000418238 NA RP5-1073O3.2 ENSG00000231128 Not Supported Not Supported +transcript 1 114366035 114371793 ENST00000448199 NA RP5-1073O3.2 ENSG00000231128 Not Supported Not Supported +transcript 1 114356433 114414334 ENST00000460620 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000460620 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000460620 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000460620 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000460620 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114400360 114400398 ENST00000460620 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399004 114399063 ENST00000460620 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362208 114362276 ENST00000460620 7 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114356433 114414381 ENST00000359785 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000359785 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000359785 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000359785 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000359785 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114400360 114400398 ENST00000359785 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399170 114399241 ENST00000359785 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399004 114399063 ENST00000359785 7 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397529 114397671 ENST00000359785 8 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397093 114397159 ENST00000359785 9 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114394649 114394726 ENST00000359785 10 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114391162 114391248 ENST00000359785 11 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114381166 114381242 ENST00000359785 12 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114380212 114381029 ENST00000359785 13 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114377532 114377615 ENST00000359785 14 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114376931 114377061 ENST00000359785 15 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114375733 114375760 ENST00000359785 16 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372571 114372651 ENST00000359785 17 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372214 114372329 ENST00000359785 18 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114367764 114367794 ENST00000359785 19 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362199 114362276 ENST00000359785 20 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114357530 114357591 ENST00000359785 21 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114356437 114414320 ENST00000528414 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000528414 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000528414 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000528414 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000528414 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114400360 114400398 ENST00000528414 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399170 114399241 ENST00000528414 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399004 114399063 ENST00000528414 7 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397529 114397671 ENST00000528414 8 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397093 114397159 ENST00000528414 9 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114381166 114381242 ENST00000528414 10 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114380212 114381029 ENST00000528414 11 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114377532 114377615 ENST00000528414 12 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114376931 114377061 ENST00000528414 13 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114375733 114375760 ENST00000528414 14 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372571 114372651 ENST00000528414 15 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372214 114372329 ENST00000528414 16 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114367764 114367794 ENST00000528414 17 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362199 114362276 ENST00000528414 18 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114357530 114357591 ENST00000528414 19 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114357286 114362454 ENST00000469077 NA PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114357301 114414330 ENST00000532224 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000532224 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000532224 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000532224 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000532224 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397124 114397159 ENST00000532224 5 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114357301 114414323 ENST00000538253 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397093 114397110 ENST00000538253 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114394649 114394726 ENST00000538253 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114391162 114391248 ENST00000538253 7 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114381166 114381242 ENST00000538253 8 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114380212 114381029 ENST00000538253 9 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114377532 114377615 ENST00000538253 10 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114376931 114377061 ENST00000538253 11 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114375733 114375760 ENST00000538253 12 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372571 114372651 ENST00000538253 13 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372214 114372329 ENST00000538253 14 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114367764 114367794 ENST00000538253 15 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362199 114362276 ENST00000538253 16 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114357530 114357591 ENST00000538253 17 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114361921 114414334 ENST00000420377 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000420377 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000420377 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000420377 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000420377 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114400360 114400398 ENST00000420377 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399170 114399241 ENST00000420377 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114399004 114399063 ENST00000420377 7 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397529 114397671 ENST00000420377 8 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114397093 114397159 ENST00000420377 9 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114394649 114394726 ENST00000420377 10 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114391162 114391248 ENST00000420377 11 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114381166 114381242 ENST00000420377 12 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114380212 114381029 ENST00000420377 13 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114377532 114377615 ENST00000420377 14 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114376931 114377061 ENST00000420377 15 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114375733 114375760 ENST00000420377 16 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372571 114372651 ENST00000420377 17 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372214 114372329 ENST00000420377 18 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114367764 114367794 ENST00000420377 19 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362173 114362276 ENST00000420377 20 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114362148 114414334 ENST00000525799 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000525799 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401974 114402082 ENST00000525799 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401624 114401700 ENST00000525799 3 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114401100 114401195 ENST00000525799 4 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114394649 114394726 ENST00000525799 5 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114391162 114391248 ENST00000525799 6 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114381166 114381242 ENST00000525799 7 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114380212 114381029 ENST00000525799 8 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114377532 114377615 ENST00000525799 9 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114376931 114377061 ENST00000525799 10 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114375733 114375760 ENST00000525799 11 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372571 114372651 ENST00000525799 12 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114372214 114372329 ENST00000525799 13 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114367764 114367794 ENST00000525799 14 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114362173 114362276 ENST00000525799 15 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114375569 114414286 ENST00000484147 NA PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114399405 114414358 ENST00000534519 NA PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114401685 114414375 ENST00000529045 NA PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114414159 114414245 ENST00000529045 1 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114406820 114407004 ENST00000529045 2 PTPN22 ENSG00000134242 Not Supported Not Supported +CDS 1 114402079 114402082 ENST00000529045 3 PTPN22 ENSG00000134242 Not Supported Not Supported +transcript 1 114399257 114443859 ENST00000419536 NA AP4B1-AS1 ENSG00000226167 Not Supported Not Supported +transcript 1 114420790 114430081 ENST00000369580 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114423325 114430169 ENST00000393316 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114429871 114429997 ENST00000393316 1 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114429159 114429280 ENST00000393316 2 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114424395 114424619 ENST00000393316 3 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114423748 114423762 ENST00000393316 4 BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114423637 114429927 ENST00000488450 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114423676 114430059 ENST00000393320 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114429871 114429997 ENST00000393320 1 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114423722 114423762 ENST00000393320 2 BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114423745 114429997 ENST00000471267 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114429871 114429997 ENST00000471267 1 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114429159 114429280 ENST00000471267 2 BCL2L15 ENSG00000188761 Not Supported Not Supported +CDS 1 114423748 114423762 ENST00000471267 3 BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114424386 114429997 ENST00000486485 NA BCL2L15 ENSG00000188761 Not Supported Not Supported +transcript 1 114437370 114447450 ENST00000369567 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000369567 1 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442526 114443022 ENST00000369567 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114441340 114441423 ENST00000369567 3 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114440462 114440565 ENST00000369567 4 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438880 114439087 ENST00000369567 5 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438379 114438660 ENST00000369567 6 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114437690 114438114 ENST00000369567 7 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114437370 114447620 ENST00000369569 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000369569 1 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114445260 114445484 ENST00000369569 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114444377 114444507 ENST00000369569 3 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114443858 114444005 ENST00000369569 4 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442526 114443022 ENST00000369569 5 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114441340 114441423 ENST00000369569 6 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114440462 114440565 ENST00000369569 7 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438880 114439087 ENST00000369569 8 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438379 114438660 ENST00000369569 9 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114437690 114438114 ENST00000369569 10 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114437370 114447692 ENST00000256658 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000256658 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114445260 114445484 ENST00000256658 3 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114444377 114444507 ENST00000256658 4 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114443858 114444005 ENST00000256658 5 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442526 114443022 ENST00000256658 6 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114441340 114441423 ENST00000256658 7 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114440462 114440565 ENST00000256658 8 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438880 114439087 ENST00000256658 9 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114438379 114438660 ENST00000256658 10 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114437690 114438114 ENST00000256658 11 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114437678 114442867 ENST00000479285 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114437682 114440561 ENST00000462591 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114438667 114440597 ENST00000479801 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114438971 114447678 ENST00000484201 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114441750 114442630 ENST00000460653 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442031 114447485 ENST00000369566 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000369566 1 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114445260 114445484 ENST00000369566 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442455 114443022 ENST00000369566 3 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442526 114447823 ENST00000369564 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000369564 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114444377 114444507 ENST00000369564 3 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114443858 114444005 ENST00000369564 4 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442526 114443022 ENST00000369564 5 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442564 114447455 ENST00000489499 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442610 114447642 ENST00000432415 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000432415 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442610 114443022 ENST00000432415 3 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442684 114447466 ENST00000489092 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442853 114447659 ENST00000369571 NA AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114447227 114447339 ENST00000369571 2 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114445260 114445484 ENST00000369571 3 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114444377 114444507 ENST00000369571 4 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114443858 114444005 ENST00000369571 5 AP4B1 ENSG00000134262 Not Supported Not Supported +CDS 1 114442853 114443022 ENST00000369571 6 AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114442953 114444741 ENST00000472122 NA AP4B1 ENSG00000134262 Not Supported Not Supported +transcript 1 114447763 114456708 ENST00000369563 NA DCLRE1B ENSG00000118655 Not Supported Not Supported +CDS 1 114448209 114448397 ENST00000369563 1 DCLRE1B ENSG00000118655 Not Supported Not Supported +CDS 1 114449618 114449783 ENST00000369563 2 DCLRE1B ENSG00000118655 Not Supported Not Supported +CDS 1 114450631 114450813 ENST00000369563 3 DCLRE1B ENSG00000118655 Not Supported Not Supported +CDS 1 114453753 114454810 ENST00000369563 4 DCLRE1B ENSG00000118655 Not Supported Not Supported +transcript 1 114448031 114456708 ENST00000466480 NA DCLRE1B ENSG00000118655 Not Supported Not Supported +transcript 1 114466622 114471940 ENST00000441071 NA RP5-1073O3.7 ENSG00000235527 Not Supported Not Supported +transcript 1 114466623 114471854 ENST00000427953 NA RP5-1073O3.7 ENSG00000235527 Not Supported Not Supported +transcript 1 114466623 114471880 ENST00000450706 NA RP5-1073O3.7 ENSG00000235527 Not Supported Not Supported +transcript 1 114470257 114472114 ENST00000426237 NA RP5-1073O3.7 ENSG00000235527 Not Supported Not Supported +transcript 1 114471814 114516270 ENST00000426820 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000426820 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000426820 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000426820 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000426820 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000426820 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000426820 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000426820 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000426820 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000426820 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000426820 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000426820 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000426820 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000426820 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000426820 15 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000426820 16 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114471996 114514695 ENST00000369559 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000369559 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000369559 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000369559 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369559 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369559 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000369559 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369559 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369559 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000369559 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369559 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369559 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369559 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369559 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514657 ENST00000369559 15 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114471996 114520422 ENST00000369554 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000369554 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000369554 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000369554 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369554 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369554 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000369554 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369554 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369554 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369554 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369554 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369554 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369554 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000369554 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000369554 15 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114472332 114520426 ENST00000369558 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000369558 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000369558 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000369558 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369558 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369558 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000369558 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369558 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369558 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000369558 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369558 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369558 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369558 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369558 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000369558 15 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000369558 16 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114472377 114516193 ENST00000369561 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000369561 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000369561 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000369561 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369561 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369561 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499806 ENST00000369561 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369561 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369561 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000369561 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369561 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369561 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369561 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369561 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000369561 15 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000369561 16 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114472481 114516519 ENST00000369555 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114484081 ENST00000369555 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495388 114495511 ENST00000369555 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000369555 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369555 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369555 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000369555 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369555 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369555 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369555 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369555 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369555 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369555 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000369555 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000369555 15 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114473127 114483362 ENST00000514621 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114483362 ENST00000514621 3 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114473350 114483324 ENST00000503968 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114483006 114483324 ENST00000503968 4 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114493767 114520426 ENST00000340480 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114495434 114495511 ENST00000340480 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497273 114497392 ENST00000340480 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000340480 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000340480 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000340480 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000340480 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000340480 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000340480 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000340480 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000340480 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000340480 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000340480 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000340480 14 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000340480 15 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114496499 114516503 ENST00000369553 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497255 114497392 ENST00000369553 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000369553 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000369553 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000369553 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000369553 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000369553 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000369553 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000369553 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000369553 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000369553 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000369553 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000369553 13 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000369553 14 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114497248 114520422 ENST00000406344 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114497255 114497392 ENST00000406344 1 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114498185 114498271 ENST00000406344 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499249 114499433 ENST00000406344 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114499746 114499908 ENST00000406344 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114500688 114500913 ENST00000406344 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114504939 114505060 ENST00000406344 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506009 114506143 ENST00000406344 7 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508752 114508894 ENST00000406344 8 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000406344 9 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000406344 10 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000406344 11 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000406344 12 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516131 ENST00000406344 13 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114506062 114520426 ENST00000361587 NA HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114506062 114506143 ENST00000361587 1 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114508755 114508894 ENST00000361587 2 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114510388 114510570 ENST00000361587 3 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114511064 114511270 ENST00000361587 4 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114512578 114512819 ENST00000361587 5 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114514446 114514576 ENST00000361587 6 HIPK1 ENSG00000163349 Not Supported Not Supported +CDS 1 114515646 114516134 ENST00000361587 7 HIPK1 ENSG00000163349 Not Supported Not Supported +transcript 1 114522063 114524876 ENST00000369551 NA OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522695 114522748 ENST00000369551 2 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522954 114523239 ENST00000369551 3 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114523571 114524388 ENST00000369551 4 OLFML3 ENSG00000116774 Not Supported Not Supported +transcript 1 114522065 114524876 ENST00000320334 NA OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522139 114522252 ENST00000320334 1 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522954 114523239 ENST00000320334 2 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114523571 114524388 ENST00000320334 3 OLFML3 ENSG00000116774 Not Supported Not Supported +transcript 1 114522113 114524876 ENST00000491700 NA OLFML3 ENSG00000116774 Not Supported Not Supported +transcript 1 114522695 114524871 ENST00000393300 NA OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522695 114522748 ENST00000393300 1 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114522954 114523239 ENST00000393300 2 OLFML3 ENSG00000116774 Not Supported Not Supported +CDS 1 114523571 114524388 ENST00000393300 3 OLFML3 ENSG00000116774 Not Supported Not Supported +transcript 1 114544055 114544857 ENST00000604433 NA RP4-590F24.1 ENSG00000270780 Not Supported Not Supported +transcript 1 114631913 114696490 ENST00000610121 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114696232 114696394 ENST00000610121 1 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682453 114682502 ENST00000610121 2 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114631914 114695062 ENST00000607941 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682493 ENST00000607941 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680117 114680675 ENST00000607941 3 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114646223 114646343 ENST00000607941 4 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114641716 114641887 ENST00000607941 5 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114640349 114640499 ENST00000607941 6 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114636411 114636425 ENST00000607941 7 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114631914 114695539 ENST00000609117 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682493 ENST00000609117 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680117 114680675 ENST00000609117 3 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114646223 114646343 ENST00000609117 4 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114641716 114641887 ENST00000609117 5 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114640349 114640499 ENST00000609117 6 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114636411 114636425 ENST00000609117 7 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114631914 114696472 ENST00000393296 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114696232 114696394 ENST00000393296 1 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682585 ENST00000393296 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680117 114680675 ENST00000393296 3 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114646223 114646343 ENST00000393296 4 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114641716 114641887 ENST00000393296 5 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114640349 114640499 ENST00000393296 6 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114636411 114636425 ENST00000393296 7 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114631914 114696472 ENST00000369547 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682493 ENST00000369547 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680117 114680675 ENST00000369547 3 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114646223 114646343 ENST00000369547 4 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114641716 114641887 ENST00000369547 5 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114640349 114640499 ENST00000369547 6 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114636411 114636425 ENST00000369547 7 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114634387 114696472 ENST00000610096 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114696232 114696394 ENST00000610096 1 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682453 114682502 ENST00000610096 2 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114636381 114696541 ENST00000610222 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114696232 114696394 ENST00000610222 1 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682585 ENST00000610222 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680117 114680675 ENST00000610222 3 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114646223 114646343 ENST00000610222 4 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114641716 114641887 ENST00000610222 5 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114640349 114640499 ENST00000610222 6 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114636411 114636425 ENST00000610222 7 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114680291 114695579 ENST00000608203 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682493 ENST00000608203 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680291 114680675 ENST00000608203 3 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114680668 114695602 ENST00000609577 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682237 114682493 ENST00000609577 2 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114680668 114680675 ENST00000609577 3 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114682275 114695544 ENST00000608879 NA SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114695245 114695308 ENST00000608879 1 SYT6 ENSG00000134207 Not Supported Not Supported +CDS 1 114682275 114682585 ENST00000608879 2 SYT6 ENSG00000134207 Not Supported Not Supported +transcript 1 114749049 114804900 ENST00000420156 NA RP4-543J13.1 ENSG00000232895 Not Supported Not Supported +transcript 1 114896608 114897800 ENST00000604963 NA RP4-591B8.3 ENSG00000271419 Not Supported Not Supported +transcript 1 114935399 115053781 ENST00000358465 NA TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115053172 115053697 ENST00000358465 1 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115006892 115007010 ENST00000358465 2 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115006034 115006178 ENST00000358465 3 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115005726 115005858 ENST00000358465 4 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114976239 114976355 ENST00000358465 5 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114973420 114973534 ENST00000358465 6 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114970370 114970516 ENST00000358465 7 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114969799 114969916 ENST00000358465 8 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114968071 114968345 ENST00000358465 9 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114967213 114967377 ENST00000358465 10 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114964058 114964258 ENST00000358465 11 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114952806 114952938 ENST00000358465 12 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114951299 114951362 ENST00000358465 13 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114949563 114949722 ENST00000358465 14 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114948032 114948381 ENST00000358465 15 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114945382 114945505 ENST00000358465 16 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114944011 114944085 ENST00000358465 17 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114942079 114942231 ENST00000358465 18 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940562 114940612 ENST00000358465 19 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940273 114940482 ENST00000358465 20 TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114938880 114940460 ENST00000492227 NA TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114940230 114942231 ENST00000478032 NA TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114940230 115005858 ENST00000448034 NA TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115005726 115005858 ENST00000448034 1 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114976239 114976355 ENST00000448034 2 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114973420 114973534 ENST00000448034 3 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114970370 114970516 ENST00000448034 4 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114969799 114969916 ENST00000448034 5 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114968071 114968345 ENST00000448034 6 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114967213 114967377 ENST00000448034 7 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114964058 114964258 ENST00000448034 8 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114963002 114963073 ENST00000448034 9 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114952806 114952938 ENST00000448034 10 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114951299 114951362 ENST00000448034 11 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114949563 114949722 ENST00000448034 12 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114948032 114948381 ENST00000448034 13 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114945382 114945505 ENST00000448034 14 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114944011 114944085 ENST00000448034 15 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114942079 114942231 ENST00000448034 16 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940562 114940612 ENST00000448034 17 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940270 114940482 ENST00000448034 18 TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114940230 115053781 ENST00000369543 NA TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115053172 115053697 ENST00000369543 1 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115006892 115007010 ENST00000369543 2 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115006034 115006178 ENST00000369543 3 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 115005726 115005858 ENST00000369543 4 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114976239 114976355 ENST00000369543 5 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114973420 114973534 ENST00000369543 6 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114970370 114970516 ENST00000369543 7 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114969799 114969916 ENST00000369543 8 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114968071 114968345 ENST00000369543 9 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114967213 114967377 ENST00000369543 10 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114964058 114964258 ENST00000369543 11 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114952806 114952938 ENST00000369543 12 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114951299 114951362 ENST00000369543 13 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114949563 114949722 ENST00000369543 14 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114948032 114948381 ENST00000369543 15 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114945382 114945505 ENST00000369543 16 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114944011 114944085 ENST00000369543 17 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114942079 114942231 ENST00000369543 18 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940273 114940482 ENST00000369543 19 TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114940243 115006048 ENST00000450349 NA TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114970370 114970495 ENST00000450349 5 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114969799 114969916 ENST00000450349 6 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114968071 114968345 ENST00000450349 7 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114967213 114967377 ENST00000450349 8 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114964058 114964258 ENST00000450349 9 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114963002 114963073 ENST00000450349 10 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114952806 114952938 ENST00000450349 11 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114951299 114951362 ENST00000450349 12 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114949563 114949722 ENST00000450349 13 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114948032 114948381 ENST00000450349 14 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114945382 114945505 ENST00000450349 15 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114944011 114944085 ENST00000450349 16 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114942079 114942231 ENST00000450349 17 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940562 114940612 ENST00000450349 18 TRIM33 ENSG00000197323 Not Supported Not Supported +CDS 1 114940273 114940482 ENST00000450349 19 TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 114946948 114949589 ENST00000476908 NA TRIM33 ENSG00000197323 Not Supported Not Supported +transcript 1 115002556 115002982 ENST00000427409 NA RP4-591B8.2 ENSG00000226984 Not Supported Not Supported +transcript 1 115010937 115011904 ENST00000457635 NA EIF2S2P5 ENSG00000225650 Not Supported Not Supported +transcript 1 115033346 115033454 ENST00000364244 NA Y_RNA ENSG00000201114 Not Supported Not Supported +transcript 1 115078616 115080461 ENST00000455804 NA PKMP1 ENSG00000236480 Not Supported Not Supported +transcript 1 115110178 115124260 ENST00000369541 NA BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115124120 115124212 ENST00000369541 1 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115123920 115124012 ENST00000369541 2 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115119309 115119379 ENST00000369541 3 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115118211 115118372 ENST00000369541 4 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115113321 115113371 ENST00000369541 5 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115112613 115112693 ENST00000369541 6 BCAS2 ENSG00000116752 Not Supported Not Supported +CDS 1 115110754 115110877 ENST00000369541 7 BCAS2 ENSG00000116752 Not Supported Not Supported +transcript 1 115110505 115124250 ENST00000485021 NA BCAS2 ENSG00000116752 Not Supported Not Supported +transcript 1 115125469 115212732 ENST00000393276 NA DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115167800 115168605 ENST00000393276 2 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115166128 115166264 ENST00000393276 3 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115165608 115165720 ENST00000393276 4 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115161007 115161103 ENST00000393276 5 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115153694 115153738 ENST00000393276 6 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115151307 115151494 ENST00000393276 7 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115147543 115147652 ENST00000393276 8 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144746 115144815 ENST00000393276 9 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144129 115144206 ENST00000393276 10 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115143441 115143581 ENST00000393276 11 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115142825 115142973 ENST00000393276 12 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115141895 115142072 ENST00000393276 13 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115138453 115138494 ENST00000393276 14 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115137094 115137199 ENST00000393276 15 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130337 115130573 ENST00000393276 16 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130008 115130094 ENST00000393276 17 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115128224 115128252 ENST00000393276 18 DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115125471 115212656 ENST00000393274 NA DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115167800 115168605 ENST00000393274 4 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115166128 115166264 ENST00000393274 5 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115165608 115165720 ENST00000393274 6 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115164516 115164686 ENST00000393274 7 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115161007 115161103 ENST00000393274 8 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115153694 115153738 ENST00000393274 9 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115151307 115151494 ENST00000393274 10 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115147543 115147652 ENST00000393274 11 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144746 115144815 ENST00000393274 12 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144129 115144206 ENST00000393274 13 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115143441 115143581 ENST00000393274 14 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115142825 115142973 ENST00000393274 15 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115141895 115142072 ENST00000393274 16 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115138453 115138494 ENST00000393274 17 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115137094 115137199 ENST00000393274 18 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130337 115130573 ENST00000393274 19 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130008 115130094 ENST00000393274 20 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115128224 115128252 ENST00000393274 21 DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115125472 115131178 ENST00000495031 NA DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115128221 115212732 ENST00000393277 NA DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115167800 115168605 ENST00000393277 2 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115166128 115166264 ENST00000393277 3 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115165608 115165720 ENST00000393277 4 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115164516 115164686 ENST00000393277 5 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115161007 115161103 ENST00000393277 6 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115153694 115153738 ENST00000393277 7 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115151307 115151494 ENST00000393277 8 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115147543 115147652 ENST00000393277 9 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144746 115144815 ENST00000393277 10 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115144129 115144206 ENST00000393277 11 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115143474 115143581 ENST00000393277 12 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115141895 115141918 ENST00000393277 13 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115138453 115138494 ENST00000393277 14 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115137094 115137199 ENST00000393277 15 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130337 115130573 ENST00000393277 16 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115130004 115130094 ENST00000393277 17 DENND2C ENSG00000175984 Not Supported Not Supported +CDS 1 115128224 115128248 ENST00000393277 18 DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115129357 115167946 ENST00000481894 NA DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115168319 115213043 ENST00000493549 NA DENND2C ENSG00000175984 Not Supported Not Supported +transcript 1 115215719 115238207 ENST00000520113 NA AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115238071 115238191 ENST00000520113 1 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115236057 115236068 ENST00000520113 2 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115231182 115231362 ENST00000520113 3 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115229366 115229531 ENST00000520113 4 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115226820 115226985 ENST00000520113 5 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222880 115223099 ENST00000520113 6 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222200 115222329 ENST00000520113 7 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220954 115221148 ENST00000520113 8 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220531 115220662 ENST00000520113 9 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115219972 115220135 ENST00000520113 10 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218498 115218624 ENST00000520113 11 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218151 115218314 ENST00000520113 12 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115217373 115217493 ENST00000520113 13 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216530 115216703 ENST00000520113 14 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216260 115216370 ENST00000520113 15 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115215738 115215893 ENST00000520113 16 AMPD1 ENSG00000116748 Not Supported Not Supported +transcript 1 115215722 115238239 ENST00000369538 NA AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115238071 115238191 ENST00000369538 1 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115231182 115231362 ENST00000369538 2 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115229366 115229531 ENST00000369538 3 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115226820 115226985 ENST00000369538 4 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222880 115223099 ENST00000369538 5 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222200 115222329 ENST00000369538 6 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220954 115221148 ENST00000369538 7 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220531 115220662 ENST00000369538 8 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115219972 115220135 ENST00000369538 9 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218498 115218624 ENST00000369538 10 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218151 115218314 ENST00000369538 11 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115217373 115217493 ENST00000369538 12 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216530 115216703 ENST00000369538 13 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216260 115216370 ENST00000369538 14 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115215738 115215893 ENST00000369538 15 AMPD1 ENSG00000116748 Not Supported Not Supported +transcript 1 115215735 115238239 ENST00000353928 NA AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115238071 115238092 ENST00000353928 1 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115236057 115236068 ENST00000353928 2 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115231182 115231362 ENST00000353928 3 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115229366 115229531 ENST00000353928 4 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115226820 115226985 ENST00000353928 5 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222880 115223099 ENST00000353928 6 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115222200 115222329 ENST00000353928 7 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220954 115221148 ENST00000353928 8 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115220531 115220662 ENST00000353928 9 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115219972 115220135 ENST00000353928 10 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218498 115218624 ENST00000353928 11 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115218151 115218314 ENST00000353928 12 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115217373 115217493 ENST00000353928 13 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216530 115216703 ENST00000353928 14 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115216260 115216370 ENST00000353928 15 AMPD1 ENSG00000116748 Not Supported Not Supported +CDS 1 115215738 115215893 ENST00000353928 16 AMPD1 ENSG00000116748 Not Supported Not Supported +transcript 1 115222310 115229620 ENST00000485564 NA AMPD1 ENSG00000116748 Not Supported Not Supported +transcript 1 115240250 115240545 ENST00000484057 NA RN7SL432P ENSG00000242769 Not Supported Not Supported +transcript 1 115247090 115259515 ENST00000369535 NA NRAS ENSG00000213281 Not Supported Not Supported +CDS 1 115258671 115258781 ENST00000369535 2 NRAS ENSG00000213281 Not Supported Not Supported +CDS 1 115256421 115256599 ENST00000369535 3 NRAS ENSG00000213281 Not Supported Not Supported +CDS 1 115252190 115252349 ENST00000369535 4 NRAS ENSG00000213281 Not Supported Not Supported +CDS 1 115251159 115251275 ENST00000369535 5 NRAS ENSG00000213281 Not Supported Not Supported +transcript 1 115259534 115300604 ENST00000339438 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000339438 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000339438 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000339438 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000339438 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000339438 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000339438 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000339438 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000339438 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000339438 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000339438 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000339438 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000339438 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000339438 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000339438 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000339438 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000339438 18 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000339438 19 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115259537 115292811 ENST00000438362 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115284148 115284285 ENST00000438362 2 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000438362 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000438362 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280092 115280184 ENST00000438362 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000438362 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000438362 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000438362 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000438362 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000438362 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000438362 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000438362 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000438362 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000438362 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000438362 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000438362 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000438362 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000438362 18 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000438362 19 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000438362 20 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115259538 115300585 ENST00000358528 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000358528 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000358528 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280092 115280184 ENST00000358528 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000358528 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000358528 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000358528 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000358528 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000358528 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000358528 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000358528 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000358528 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000358528 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000358528 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000358528 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000358528 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000358528 18 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000358528 19 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000358528 20 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115259916 115300595 ENST00000261443 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000261443 2 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000261443 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000261443 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000261443 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000261443 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000261443 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000261443 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000261443 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000261443 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000261443 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000261443 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000261443 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000261443 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000261443 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000261443 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000261443 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000261443 18 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115259926 115300648 ENST00000530886 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280595 ENST00000530886 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000530886 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000530886 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000530886 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000530886 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000530886 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000530886 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000530886 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000530886 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000530886 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000530886 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000530886 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000530886 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000530886 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000530886 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000530886 18 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115259933 115300624 ENST00000369530 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115284148 115284285 ENST00000369530 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000369530 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000369530 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000369530 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000369530 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000369530 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000369530 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000369530 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000369530 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000369530 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000369530 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000369530 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000369530 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000369530 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000369530 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000369530 18 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000369530 19 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000369530 20 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115260423 115261559 ENST00000483407 NA CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115260578 115300603 ENST00000534699 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000534699 2 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280693 ENST00000534699 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280092 115280184 ENST00000534699 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000534699 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000534699 6 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000534699 7 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276353 115276478 ENST00000534699 8 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115275225 115275437 ENST00000534699 9 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115273129 115273269 ENST00000534699 10 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115272879 115273043 ENST00000534699 11 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115269604 115269711 ENST00000534699 12 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115268832 115269007 ENST00000534699 13 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115267842 115267954 ENST00000534699 14 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115266504 115266623 ENST00000534699 15 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115263160 115263338 ENST00000534699 16 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115262200 115262363 ENST00000534699 17 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115261234 115261366 ENST00000534699 18 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115260793 115260837 ENST00000534699 19 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115262837 115268969 ENST00000483030 NA CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115263199 115266908 ENST00000530784 NA CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115276390 115300608 ENST00000529046 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280595 ENST00000529046 2 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000529046 3 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115277063 115277144 ENST00000529046 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276610 115276738 ENST00000529046 5 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115276390 115276478 ENST00000529046 6 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115279379 115300590 ENST00000525132 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280584 115280595 ENST00000525132 4 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115279379 115279476 ENST00000525132 5 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115280609 115289480 ENST00000534389 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282313 115282511 ENST00000534389 2 CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115280609 115280693 ENST00000534389 3 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115282374 115301297 ENST00000525878 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282374 115282511 ENST00000525878 3 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115282491 115300608 ENST00000525970 NA CSDE1 ENSG00000009307 Not Supported Not Supported +CDS 1 115282491 115282511 ENST00000525970 3 CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115290938 115300608 ENST00000533818 NA CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115292442 115300608 ENST00000524652 NA CSDE1 ENSG00000009307 Not Supported Not Supported +transcript 1 115270341 115270445 ENST00000365030 NA Y_RNA ENSG00000201900 Not Supported Not Supported +transcript 1 115312100 115323306 ENST00000369528 NA SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115323058 115323228 ENST00000369528 1 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115322731 115322836 ENST00000369528 2 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115321763 115321905 ENST00000369528 3 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115318967 115319080 ENST00000369528 4 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115316895 115316993 ENST00000369528 5 SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115315396 115323298 ENST00000060969 NA SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115323070 115323228 ENST00000060969 1 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115322731 115322836 ENST00000060969 2 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115321763 115321905 ENST00000060969 3 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115318967 115319080 ENST00000060969 4 SIKE1 ENSG00000052723 Not Supported Not Supported +CDS 1 115316895 115316993 ENST00000060969 5 SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115316763 115322811 ENST00000369524 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115316966 115323133 ENST00000510745 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115319005 115323232 ENST00000506320 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115321719 115323158 ENST00000462123 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115321728 115323255 ENST00000475335 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115321728 115323306 ENST00000466657 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115321735 115323248 ENST00000474562 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115321823 115323116 ENST00000471969 NA SIKE1 ENSG00000052723 Not Supported Not Supported +transcript 1 115379848 115394074 ENST00000452683 NA NR1H5P ENSG00000227970 Not Supported Not Supported +transcript 1 115397424 115537991 ENST00000369522 NA SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115398086 115398193 ENST00000369522 2 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399194 115399278 ENST00000369522 3 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399853 115399896 ENST00000369522 4 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115400065 115400118 ENST00000369522 5 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115401168 115401332 ENST00000369522 6 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115402364 115402431 ENST00000369522 7 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115403357 115403430 ENST00000369522 8 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115417127 115417185 ENST00000369522 9 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115418690 115418759 ENST00000369522 10 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115419358 115419431 ENST00000369522 11 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115420715 115420823 ENST00000369522 12 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428156 115428250 ENST00000369522 13 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428746 115428930 ENST00000369522 14 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115430247 115430314 ENST00000369522 15 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115438069 115438130 ENST00000369522 16 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115453018 115453122 ENST00000369522 17 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115454100 115454203 ENST00000369522 18 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115455654 115455771 ENST00000369522 19 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115456596 115456666 ENST00000369522 20 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115466070 115466151 ENST00000369522 21 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115468899 115468961 ENST00000369522 22 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115469122 115469184 ENST00000369522 23 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115486960 115487076 ENST00000369522 24 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115487493 115487603 ENST00000369522 25 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115488910 115489002 ENST00000369522 26 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115489867 115489941 ENST00000369522 27 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115520178 115520237 ENST00000369522 28 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115523957 115524133 ENST00000369522 29 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115527346 115527489 ENST00000369522 30 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115537319 115537408 ENST00000369522 31 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115537503 115537637 ENST00000369522 32 SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115397489 115520231 ENST00000455987 NA SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115398086 115398193 ENST00000455987 2 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399194 115399278 ENST00000455987 3 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399853 115399896 ENST00000455987 4 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115400065 115400118 ENST00000455987 5 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115401168 115401332 ENST00000455987 6 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115402364 115402431 ENST00000455987 7 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115403357 115403430 ENST00000455987 8 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115417127 115417185 ENST00000455987 9 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115418690 115418759 ENST00000455987 10 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115419358 115419431 ENST00000455987 11 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115420715 115420823 ENST00000455987 12 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428156 115428250 ENST00000455987 13 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428746 115428930 ENST00000455987 14 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115430247 115430314 ENST00000455987 15 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115438069 115438130 ENST00000455987 16 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115453018 115453122 ENST00000455987 17 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115454100 115454203 ENST00000455987 18 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115455654 115455771 ENST00000455987 19 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115456596 115456666 ENST00000455987 20 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115466070 115466151 ENST00000455987 21 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115468899 115468961 ENST00000455987 22 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115469122 115469184 ENST00000455987 23 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115486960 115487076 ENST00000455987 24 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115487493 115487603 ENST00000455987 25 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115488910 115489002 ENST00000455987 26 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115489867 115489941 ENST00000455987 27 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115520178 115520231 ENST00000455987 28 SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115397754 115537988 ENST00000369518 NA SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115398086 115398193 ENST00000369518 2 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399194 115399278 ENST00000369518 3 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115399853 115399896 ENST00000369518 4 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115400065 115400118 ENST00000369518 5 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115401168 115401332 ENST00000369518 6 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115402364 115402431 ENST00000369518 7 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115403357 115403430 ENST00000369518 8 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115417127 115417185 ENST00000369518 9 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115418690 115418759 ENST00000369518 10 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115419358 115419431 ENST00000369518 11 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115420715 115420823 ENST00000369518 12 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428156 115428250 ENST00000369518 13 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115428746 115428930 ENST00000369518 14 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115430247 115430314 ENST00000369518 15 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115438069 115438130 ENST00000369518 16 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115453018 115453122 ENST00000369518 17 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115454100 115454203 ENST00000369518 18 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115455654 115455771 ENST00000369518 19 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115456596 115456666 ENST00000369518 20 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115466070 115466151 ENST00000369518 21 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115468899 115468961 ENST00000369518 22 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115469122 115469184 ENST00000369518 23 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115486960 115487076 ENST00000369518 24 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115487493 115487603 ENST00000369518 25 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115488910 115489002 ENST00000369518 26 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115489867 115489941 ENST00000369518 27 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115520178 115520237 ENST00000369518 28 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115523957 115524133 ENST00000369518 29 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115527346 115527489 ENST00000369518 30 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115537319 115537408 ENST00000369518 31 SYCP1 ENSG00000198765 Not Supported Not Supported +CDS 1 115537503 115537637 ENST00000369518 32 SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115401171 115419503 ENST00000477215 NA SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115402309 115405731 ENST00000468191 NA SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115452700 115487568 ENST00000482717 NA SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115452819 115466255 ENST00000493377 NA SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115520178 115537975 ENST00000477590 NA SYCP1 ENSG00000198765 Not Supported Not Supported +transcript 1 115572415 115576941 ENST00000256592 NA TSHB ENSG00000134200 Not Supported Not Supported +CDS 1 115575984 115576145 ENST00000256592 2 TSHB ENSG00000134200 Not Supported Not Supported +CDS 1 115576594 115576845 ENST00000256592 3 TSHB ENSG00000134200 Not Supported Not Supported +transcript 1 115575984 115576905 ENST00000369517 NA TSHB ENSG00000134200 Not Supported Not Supported +CDS 1 115575984 115576145 ENST00000369517 1 TSHB ENSG00000134200 Not Supported Not Supported +CDS 1 115576594 115576845 ENST00000369517 2 TSHB ENSG00000134200 Not Supported Not Supported +transcript 1 115590632 115632085 ENST00000369516 NA TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115631985 115632053 ENST00000369516 1 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115615526 115615628 ENST00000369516 2 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115604756 115604853 ENST00000369516 3 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115603085 115603159 ENST00000369516 4 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115601504 115601602 ENST00000369516 5 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115600158 115600229 ENST00000369516 6 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115596000 115596083 ENST00000369516 7 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115593114 115593176 ENST00000369516 8 TSPAN2 ENSG00000134198 Not Supported Not Supported +transcript 1 115592977 115632121 ENST00000369515 NA TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115631985 115632053 ENST00000369515 1 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115615526 115615628 ENST00000369515 2 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115604756 115604853 ENST00000369515 3 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115601504 115601602 ENST00000369515 4 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115600158 115600229 ENST00000369515 5 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115596000 115596083 ENST00000369515 6 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115593114 115593176 ENST00000369515 7 TSPAN2 ENSG00000134198 Not Supported Not Supported +transcript 1 115593004 115632035 ENST00000433172 NA TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115631985 115632035 ENST00000433172 1 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115615526 115615628 ENST00000433172 2 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115604756 115604853 ENST00000433172 3 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115603085 115603159 ENST00000433172 4 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115601504 115601602 ENST00000433172 5 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115600158 115600229 ENST00000433172 6 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115593111 115593176 ENST00000433172 7 TSPAN2 ENSG00000134198 Not Supported Not Supported +transcript 1 115593066 115601046 ENST00000491992 NA TSPAN2 ENSG00000134198 Not Supported Not Supported +transcript 1 115593111 115632053 ENST00000369514 NA TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115631985 115632053 ENST00000369514 1 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115615526 115615628 ENST00000369514 2 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115604756 115604853 ENST00000369514 3 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115603085 115603159 ENST00000369514 4 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115601504 115601602 ENST00000369514 5 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115600158 115600229 ENST00000369514 6 TSPAN2 ENSG00000134198 Not Supported Not Supported +CDS 1 115593114 115593176 ENST00000369514 7 TSPAN2 ENSG00000134198 Not Supported Not Supported +transcript 1 115642293 115645279 ENST00000448680 NA RP4-666F24.3 ENSG00000233730 Not Supported Not Supported +transcript 1 115825655 115910693 ENST00000425449 NA RP4-663N10.1 ENSG00000228035 Not Supported Not Supported +transcript 1 115828539 115880857 ENST00000369512 NA NGF ENSG00000134259 Not Supported Not Supported +CDS 1 115828694 115829416 ENST00000369512 3 NGF ENSG00000134259 Not Supported Not Supported +transcript 1 116014562 116018648 ENST00000457493 NA RP4-663N10.2 ENSG00000226973 Not Supported Not Supported +transcript 1 116028272 116028364 ENST00000579604 NA AL512638.1 ENSG00000265534 Not Supported Not Supported +transcript 1 116099447 116100096 ENST00000422460 NA TCEB1P20 ENSG00000229101 Not Supported Not Supported +transcript 1 116107222 116108053 ENST00000441051 NA CNOT7P2 ENSG00000232185 Not Supported Not Supported +transcript 1 116119850 116120407 ENST00000605135 NA RP11-710N8.3 ENSG00000270631 Not Supported Not Supported +transcript 1 116149092 116149390 ENST00000463843 NA RN7SL420P ENSG00000239984 Not Supported Not Supported +transcript 1 116164493 116164626 ENST00000384771 NA SNORA42 ENSG00000207502 Not Supported Not Supported +transcript 1 116184574 116240845 ENST00000355485 NA VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116194035 116194105 ENST00000355485 2 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116202262 116202394 ENST00000355485 3 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116206282 116206889 ENST00000355485 4 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116224985 116225118 ENST00000355485 5 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116226565 116226697 ENST00000355485 6 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116227914 116228148 ENST00000355485 7 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116233740 116233997 ENST00000355485 8 VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116184612 116240845 ENST00000369510 NA VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116194035 116194105 ENST00000369510 2 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116202262 116202388 ENST00000369510 3 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116206282 116206889 ENST00000369510 4 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116224985 116225118 ENST00000369510 5 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116226565 116226697 ENST00000369510 6 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116227914 116228148 ENST00000369510 7 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116233740 116233997 ENST00000369510 8 VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116185250 116234475 ENST00000310260 NA VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116194035 116194105 ENST00000310260 2 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116202262 116202394 ENST00000310260 3 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116206282 116206889 ENST00000310260 4 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116224985 116225118 ENST00000310260 5 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116226565 116226697 ENST00000310260 6 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116227914 116228148 ENST00000310260 7 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116233740 116233997 ENST00000310260 8 VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116194023 116234475 ENST00000369509 NA VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116194035 116194105 ENST00000369509 1 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116202262 116202394 ENST00000369509 2 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116206282 116206889 ENST00000369509 3 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116224985 116225118 ENST00000369509 4 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116226565 116226697 ENST00000369509 5 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116227914 116228148 ENST00000369509 6 VANGL1 ENSG00000173218 Not Supported Not Supported +CDS 1 116233740 116233997 ENST00000369509 7 VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116213666 116226697 ENST00000478369 NA VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116213765 116226697 ENST00000474344 NA VANGL1 ENSG00000173218 Not Supported Not Supported +transcript 1 116242628 116311402 ENST00000261448 NA CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116310929 116311162 ENST00000261448 1 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116287449 116287533 ENST00000261448 2 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116283349 116283449 ENST00000261448 3 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116280845 116280956 ENST00000261448 4 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116275522 116275595 ENST00000261448 5 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116269613 116269743 ENST00000261448 6 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116268129 116268174 ENST00000261448 7 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116260461 116260515 ENST00000261448 8 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116247813 116247913 ENST00000261448 9 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116245542 116245616 ENST00000261448 10 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116243865 116244047 ENST00000261448 11 CASQ2 ENSG00000118729 Not Supported Not Supported +transcript 1 116243653 116311335 ENST00000456138 NA CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116310929 116311162 ENST00000456138 1 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116287449 116287533 ENST00000456138 2 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116275522 116275595 ENST00000456138 3 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116269613 116269743 ENST00000456138 4 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116268129 116268174 ENST00000456138 5 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116260461 116260515 ENST00000456138 6 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116247813 116247913 ENST00000456138 7 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116245542 116245616 ENST00000456138 8 CASQ2 ENSG00000118729 Not Supported Not Supported +CDS 1 116243865 116244047 ENST00000456138 9 CASQ2 ENSG00000118729 Not Supported Not Supported +transcript 1 116269646 116275548 ENST00000488931 NA CASQ2 ENSG00000118729 Not Supported Not Supported +transcript 1 116378998 116383747 ENST00000320238 NA NHLH2 ENSG00000177551 Not Supported Not Supported +CDS 1 116380589 116380993 ENST00000320238 3 NHLH2 ENSG00000177551 Not Supported Not Supported +transcript 1 116379313 116386538 ENST00000369506 NA NHLH2 ENSG00000177551 Not Supported Not Supported +CDS 1 116380589 116380993 ENST00000369506 1 NHLH2 ENSG00000177551 Not Supported Not Supported +transcript 1 116380673 116383362 ENST00000429731 NA NHLH2 ENSG00000177551 Not Supported Not Supported +CDS 1 116380673 116380993 ENST00000429731 2 NHLH2 ENSG00000177551 Not Supported Not Supported +transcript 1 116399531 116400440 ENST00000452680 NA HNRNPA1P43 ENSG00000214204 Not Supported Not Supported +transcript 1 116459118 116459320 ENST00000604645 NA RP11-12L8.2 ENSG00000271143 Not Supported Not Supported +transcript 1 116461997 116468529 ENST00000438885 NA RP11-12L8.1 ENSG00000228127 Not Supported Not Supported +transcript 1 116519119 116612675 ENST00000369503 NA SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116519249 116519335 ENST00000369503 1 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116534652 116534864 ENST00000369503 2 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116562203 116562335 ENST00000369503 3 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116563342 116563506 ENST00000369503 4 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116569514 116569643 ENST00000369503 5 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116573987 116574202 ENST00000369503 6 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116577808 116577948 ENST00000369503 7 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116579924 116580009 ENST00000369503 8 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116605383 116605503 ENST00000369503 9 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116607057 116607129 ENST00000369503 10 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116609141 116609329 ENST00000369503 11 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116609640 116609726 ENST00000369503 12 SLC22A15 ENSG00000163393 Not Supported Not Supported +transcript 1 116519235 116574511 ENST00000369502 NA SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116519249 116519335 ENST00000369502 1 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116534652 116534864 ENST00000369502 2 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116562203 116562335 ENST00000369502 3 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116563342 116563506 ENST00000369502 4 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116569514 116569643 ENST00000369502 5 SLC22A15 ENSG00000163393 Not Supported Not Supported +CDS 1 116574024 116574030 ENST00000369502 6 SLC22A15 ENSG00000163393 Not Supported Not Supported +transcript 1 116575298 116580148 ENST00000481127 NA SLC22A15 ENSG00000163393 Not Supported Not Supported +transcript 1 116556434 116560326 ENST00000453128 NA RP11-159M11.2 ENSG00000237993 Not Supported Not Supported +transcript 1 116654376 116677861 ENST00000369500 NA MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116655237 116655284 ENST00000369500 2 MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116663553 116663693 ENST00000369500 3 MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116666687 116666978 ENST00000369500 4 MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116670087 116670265 ENST00000369500 5 MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116670766 116670960 ENST00000369500 6 MAB21L3 ENSG00000173212 Not Supported Not Supported +CDS 1 116675753 116675983 ENST00000369500 7 MAB21L3 ENSG00000173212 Not Supported Not Supported +transcript 1 116666494 116670868 ENST00000464946 NA MAB21L3 ENSG00000173212 Not Supported Not Supported +transcript 1 116706905 116708862 ENST00000426515 NA RP5-1185H19.2 ENSG00000235933 Not Supported Not Supported +transcript 1 116821228 116821442 ENST00000408113 NA U3 ENSG00000221040 Not Supported Not Supported +transcript 1 116915290 116930777 ENST00000418797 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116926717 116926746 ENST00000418797 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116927405 116927464 ENST00000418797 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116929910 116930113 ENST00000418797 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116930753 116930777 ENST00000418797 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116915882 116947396 ENST00000295598 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116916134 116916145 ENST00000295598 1 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116926636 116926746 ENST00000295598 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116927405 116927464 ENST00000295598 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116929910 116930113 ENST00000295598 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116930753 116930866 ENST00000295598 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931260 116931394 ENST00000295598 6 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931524 116931641 ENST00000295598 7 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932061 116932329 ENST00000295598 8 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932835 116933033 ENST00000295598 9 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116933404 116933513 ENST00000295598 10 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116935476 116935610 ENST00000295598 11 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116936153 116936345 ENST00000295598 12 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116937732 116937907 ENST00000295598 13 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116939220 116939356 ENST00000295598 14 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116940510 116940660 ENST00000295598 15 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941243 116941411 ENST00000295598 16 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941552 116941706 ENST00000295598 17 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116942042 116942165 ENST00000295598 18 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943483 116943628 ENST00000295598 19 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943752 116943882 ENST00000295598 20 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116944176 116944277 ENST00000295598 21 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116946506 116946597 ENST00000295598 22 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116947038 116947063 ENST00000295598 23 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116915891 116928766 ENST00000488733 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116916489 116947394 ENST00000537345 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116916852 116916863 ENST00000537345 1 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116926636 116926746 ENST00000537345 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116927405 116927464 ENST00000537345 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116929910 116930113 ENST00000537345 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116930753 116930866 ENST00000537345 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931260 116931394 ENST00000537345 6 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931524 116931641 ENST00000537345 7 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932061 116932329 ENST00000537345 8 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932835 116933033 ENST00000537345 9 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116933404 116933513 ENST00000537345 10 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116935476 116935610 ENST00000537345 11 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116936153 116936345 ENST00000537345 12 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116937732 116937907 ENST00000537345 13 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116939220 116939356 ENST00000537345 14 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116940510 116940660 ENST00000537345 15 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941243 116941411 ENST00000537345 16 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941552 116941706 ENST00000537345 17 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116942042 116942165 ENST00000537345 18 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943483 116943628 ENST00000537345 19 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943752 116943882 ENST00000537345 20 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116944176 116944277 ENST00000537345 21 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116946506 116946597 ENST00000537345 22 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116947038 116947063 ENST00000537345 23 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116925033 116931285 ENST00000369494 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116926717 116926746 ENST00000369494 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116927405 116927464 ENST00000369494 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116929910 116930113 ENST00000369494 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116930753 116930866 ENST00000369494 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931260 116931285 ENST00000369494 6 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116925992 116947394 ENST00000369496 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116926717 116926746 ENST00000369496 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116927405 116927464 ENST00000369496 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116929910 116930113 ENST00000369496 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116930753 116930866 ENST00000369496 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931260 116931394 ENST00000369496 6 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116931524 116931641 ENST00000369496 7 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932061 116932329 ENST00000369496 8 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116932835 116933033 ENST00000369496 9 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116933404 116933513 ENST00000369496 10 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116935476 116935610 ENST00000369496 11 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116936153 116936345 ENST00000369496 12 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116937732 116937907 ENST00000369496 13 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116939220 116939356 ENST00000369496 14 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116940510 116940660 ENST00000369496 15 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941243 116941411 ENST00000369496 16 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116941552 116941706 ENST00000369496 17 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116942042 116942165 ENST00000369496 18 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943483 116943628 ENST00000369496 19 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943752 116943882 ENST00000369496 20 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116944176 116944277 ENST00000369496 21 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116946506 116946597 ENST00000369496 22 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116947038 116947063 ENST00000369496 23 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116929925 116931147 ENST00000463382 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116931349 116932562 ENST00000491156 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116942093 116952883 ENST00000440951 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116942093 116942165 ENST00000440951 1 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943483 116943628 ENST00000440951 2 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116943752 116943882 ENST00000440951 3 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116944176 116944277 ENST00000440951 4 ATP1A1 ENSG00000163399 Not Supported Not Supported +CDS 1 116952757 116952778 ENST00000440951 5 ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116943752 116944655 ENST00000479960 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116948731 116952883 ENST00000495965 NA ATP1A1 ENSG00000163399 Not Supported Not Supported +transcript 1 116915890 116926718 ENST00000598661 NA AL136376.1 ENSG00000269279 Not Supported Not Supported +CDS 1 116926634 116926718 ENST00000598661 1 AL136376.1 ENSG00000269279 Not Supported Not Supported +CDS 1 116915890 116916146 ENST00000598661 2 AL136376.1 ENSG00000269279 Not Supported Not Supported +transcript 1 116934869 116961244 ENST00000608511 NA ATP1A1OS ENSG00000203865 Not Supported Not Supported +transcript 1 116941622 116961197 ENST00000493908 NA ATP1A1OS ENSG00000203865 Not Supported Not Supported +transcript 1 116948131 116961158 ENST00000369491 NA ATP1A1OS ENSG00000203865 Not Supported Not Supported +transcript 1 116948134 116961186 ENST00000369492 NA ATP1A1OS ENSG00000203865 Not Supported Not Supported +transcript 1 116956388 116956491 ENST00000391083 NA RNU6-817P ENSG00000212385 Not Supported Not Supported +transcript 1 116966346 117021430 ENST00000423907 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 116995268 117021464 ENST00000443219 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 116995656 117009064 ENST00000437308 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 116995657 117020849 ENST00000430316 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 116995657 117021448 ENST00000434879 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 117006343 117009074 ENST00000430107 NA RP4-655J12.4 ENSG00000233154 Not Supported Not Supported +transcript 1 116971671 116975990 ENST00000449303 NA RP4-655J12.5 ENSG00000230381 Not Supported Not Supported +transcript 1 116995158 116995249 ENST00000363677 NA Y_RNA ENSG00000200547 Not Supported Not Supported +transcript 1 117035645 117041834 ENST00000456414 NA RP5-1086K13.1 ENSG00000224950 Not Supported Not Supported +transcript 1 117057157 117113661 ENST00000369489 NA CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117113525 117113594 ENST00000369489 1 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117086933 117087226 ENST00000369489 2 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117078587 117078850 ENST00000369489 3 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117064528 117064605 ENST00000369489 4 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117061853 117061889 ENST00000369489 5 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117057438 117057444 ENST00000369489 6 CD58 ENSG00000116815 Not Supported Not Supported +transcript 1 117057361 117113606 ENST00000464088 NA CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117113525 117113594 ENST00000464088 1 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117086933 117087226 ENST00000464088 2 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117078587 117078850 ENST00000464088 3 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117064528 117064605 ENST00000464088 4 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117061920 117061924 ENST00000464088 5 CD58 ENSG00000116815 Not Supported Not Supported +transcript 1 117061322 117113648 ENST00000457047 NA CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117113525 117113594 ENST00000457047 1 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117086933 117087226 ENST00000457047 2 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117078587 117078850 ENST00000457047 3 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117064528 117064605 ENST00000457047 4 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117061852 117061889 ENST00000457047 5 CD58 ENSG00000116815 Not Supported Not Supported +transcript 1 117061853 117087212 ENST00000526981 NA CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117086933 117087212 ENST00000526981 1 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117064528 117064605 ENST00000526981 2 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117061853 117061889 ENST00000526981 3 CD58 ENSG00000116815 Not Supported Not Supported +transcript 1 117064409 117113661 ENST00000369487 NA CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117113525 117113594 ENST00000369487 1 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117086933 117087226 ENST00000369487 2 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117078587 117078850 ENST00000369487 3 CD58 ENSG00000116815 Not Supported Not Supported +CDS 1 117064514 117064605 ENST00000369487 4 CD58 ENSG00000116815 Not Supported Not Supported +transcript 1 117075558 117076714 ENST00000319092 NA NAP1L4P1 ENSG00000177173 Not Supported Not Supported +transcript 1 117102646 117102733 ENST00000585049 NA MIR548AC ENSG00000264419 Not Supported Not Supported +transcript 1 117117031 117210375 ENST00000369486 NA IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117208906 117208948 ENST00000369486 2 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117158702 117159079 ENST00000369486 3 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117156387 117156797 ENST00000369486 4 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117150564 117150953 ENST00000369486 5 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117146246 117146647 ENST00000369486 6 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117142563 117142967 ENST00000369486 7 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117131316 117131726 ENST00000369486 8 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117127267 117127674 ENST00000369486 9 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117122014 117122499 ENST00000369486 10 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117119937 117120184 ENST00000369486 11 IGSF3 ENSG00000143061 Not Supported Not Supported +transcript 1 117117031 117210314 ENST00000369483 NA IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117208906 117208948 ENST00000369483 2 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117158702 117159079 ENST00000369483 3 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117156387 117156797 ENST00000369483 4 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117150564 117150953 ENST00000369483 5 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117149114 117149173 ENST00000369483 6 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117146246 117146647 ENST00000369483 7 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117142563 117142967 ENST00000369483 8 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117131316 117131726 ENST00000369483 9 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117127267 117127674 ENST00000369483 10 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117122014 117122499 ENST00000369483 11 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117119937 117120184 ENST00000369483 12 IGSF3 ENSG00000143061 Not Supported Not Supported +transcript 1 117119842 117209053 ENST00000318837 NA IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117208906 117208948 ENST00000318837 1 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117158702 117159079 ENST00000318837 2 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117156387 117156797 ENST00000318837 3 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117150564 117150953 ENST00000318837 4 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117149114 117149173 ENST00000318837 5 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117146246 117146647 ENST00000318837 6 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117142563 117142967 ENST00000318837 7 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117131316 117131726 ENST00000318837 8 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117127267 117127674 ENST00000318837 9 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117122014 117122499 ENST00000318837 10 IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117119937 117120184 ENST00000318837 11 IGSF3 ENSG00000143061 Not Supported Not Supported +transcript 1 117158886 117189567 ENST00000481589 NA IGSF3 ENSG00000143061 Not Supported Not Supported +CDS 1 117158886 117158900 ENST00000481589 2 IGSF3 ENSG00000143061 Not Supported Not Supported +transcript 1 117134728 117134821 ENST00000458881 NA AL355794.1 ENSG00000238532 Not Supported Not Supported +transcript 1 117214371 117214449 ENST00000390209 NA MIR320B1 ENSG00000211543 Not Supported Not Supported +transcript 1 117236734 117249225 ENST00000369482 NA C1orf137 ENSG00000203864 Not Supported Not Supported +CDS 1 117236752 117236819 ENST00000369482 1 C1orf137 ENSG00000203864 Not Supported Not Supported +CDS 1 117237381 117237477 ENST00000369482 2 C1orf137 ENSG00000203864 Not Supported Not Supported +CDS 1 117248571 117248626 ENST00000369482 3 C1orf137 ENSG00000203864 Not Supported Not Supported +CDS 1 117249079 117249151 ENST00000369482 4 C1orf137 ENSG00000203864 Not Supported Not Supported +transcript 1 117256455 117257457 ENST00000419696 NA GAPDHP64 ENSG00000231072 Not Supported Not Supported +transcript 1 117282603 117285231 ENST00000412845 NA NEFHP1 ENSG00000223489 Not Supported Not Supported +transcript 1 117297007 117311850 ENST00000369478 NA CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117297115 117297175 ENST00000369478 1 CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117297253 117297573 ENST00000369478 2 CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117303024 117303254 ENST00000369478 3 CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117307106 117307228 ENST00000369478 4 CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117311086 117311402 ENST00000369478 5 CD2 ENSG00000116824 Not Supported Not Supported +transcript 1 117297089 117297643 ENST00000369477 NA CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117297115 117297175 ENST00000369477 1 CD2 ENSG00000116824 Not Supported Not Supported +CDS 1 117297253 117297590 ENST00000369477 2 CD2 ENSG00000116824 Not Supported Not Supported +transcript 1 117317726 117318245 ENST00000456305 NA FTH1P22 ENSG00000225079 Not Supported Not Supported +transcript 1 117447772 117447916 ENST00000408498 NA AL157904.1 ENSG00000221425 Not Supported Not Supported +transcript 1 117451771 117452153 ENST00000610171 NA RP4-753F5.1 ENSG00000272715 Not Supported Not Supported +transcript 1 117452679 117532980 ENST00000393203 NA PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117452826 117452874 ENST00000393203 1 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117484337 117484705 ENST00000393203 2 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117487301 117487714 ENST00000393203 3 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117491814 117492194 ENST00000393203 4 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117503865 117504290 ENST00000393203 5 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117509533 117509952 ENST00000393203 6 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117516838 117516945 ENST00000393203 7 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117527302 117527607 ENST00000393203 8 PTGFRN ENSG00000134247 Not Supported Not Supported +CDS 1 117529423 117529586 ENST00000393203 9 PTGFRN ENSG00000134247 Not Supported Not Supported +transcript 1 117509682 117517119 ENST00000496699 NA PTGFRN ENSG00000134247 Not Supported Not Supported +transcript 1 117529662 117532972 ENST00000497385 NA PTGFRN ENSG00000134247 Not Supported Not Supported +transcript 1 117504969 117505093 ENST00000516701 NA RNA5SP55 ENSG00000252510 Not Supported Not Supported +transcript 1 117544382 117579167 ENST00000256652 NA CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117544440 117544482 ENST00000256652 1 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117552472 117552852 ENST00000256652 2 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117554172 117554588 ENST00000256652 3 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117556028 117556414 ENST00000256652 4 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117559712 117560095 ENST00000256652 5 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117560778 117561182 ENST00000256652 6 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117564195 117564605 ENST00000256652 7 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117568131 117568526 ENST00000256652 8 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117576482 117576720 ENST00000256652 9 CD101 ENSG00000134256 Not Supported Not Supported +transcript 1 117544434 117579039 ENST00000369470 NA CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117544440 117544482 ENST00000369470 1 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117552472 117552852 ENST00000369470 2 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117554172 117554588 ENST00000369470 3 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117556028 117556414 ENST00000369470 4 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117559712 117560095 ENST00000369470 5 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117560778 117561182 ENST00000369470 6 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117564195 117564605 ENST00000369470 7 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117568131 117568526 ENST00000369470 8 CD101 ENSG00000134256 Not Supported Not Supported +CDS 1 117576482 117576720 ENST00000369470 9 CD101 ENSG00000134256 Not Supported Not Supported +transcript 1 117575566 117578978 ENST00000467588 NA CD101 ENSG00000134256 Not Supported Not Supported +transcript 1 117576669 117579098 ENST00000460180 NA CD101 ENSG00000134256 Not Supported Not Supported +transcript 1 117568104 117602112 ENST00000445523 NA RP11-27K13.3 ENSG00000236137 Not Supported Not Supported +transcript 1 117568919 117575143 ENST00000421254 NA RP11-27K13.3 ENSG00000236137 Not Supported Not Supported +transcript 1 117602925 117650075 ENST00000369466 NA TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117602969 117602996 ENST00000369466 1 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117603077 117603179 ENST00000369466 2 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117605009 117605095 ENST00000369466 3 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117616283 117616349 ENST00000369466 4 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117617492 117618481 ENST00000369466 5 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117618802 117618916 ENST00000369466 6 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117619263 117619445 ENST00000369466 7 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117620538 117620665 ENST00000369466 8 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117622190 117622271 ENST00000369466 9 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117624450 117624569 ENST00000369466 10 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117626640 117626790 ENST00000369466 11 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117629039 117629144 ENST00000369466 12 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117631423 117631604 ENST00000369466 13 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117632677 117632830 ENST00000369466 14 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117633154 117633245 ENST00000369466 15 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117633950 117634032 ENST00000369466 16 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117634439 117634572 ENST00000369466 17 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117635353 117635523 ENST00000369466 18 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117637931 117637989 ENST00000369466 19 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117638771 117638921 ENST00000369466 20 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117639973 117640055 ENST00000369466 21 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117641455 117641529 ENST00000369466 22 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117644002 117644143 ENST00000369466 23 TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117602984 117618066 ENST00000470935 NA TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117617917 117619011 ENST00000469638 NA TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117635409 117644371 ENST00000492682 NA TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117637947 117644278 ENST00000463696 NA TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117638793 117644984 ENST00000427271 NA TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117638793 117638921 ENST00000427271 1 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117639973 117640055 ENST00000427271 2 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117641455 117641529 ENST00000427271 3 TTF2 ENSG00000116830 Not Supported Not Supported +CDS 1 117644002 117644146 ENST00000427271 4 TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117640868 117644322 ENST00000480701 NA TTF2 ENSG00000116830 Not Supported Not Supported +transcript 1 117637265 117637350 ENST00000401111 NA MIR942 ENSG00000215930 Not Supported Not Supported +transcript 1 117653682 117658234 ENST00000497970 NA TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117658197 117658234 ENST00000497970 1 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117655981 117656107 ENST00000497970 2 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117654927 117655075 ENST00000497970 3 TRIM45 ENSG00000134253 Not Supported Not Supported +transcript 1 117653682 117664350 ENST00000256649 NA TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117663336 117663823 ENST00000256649 1 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117660656 117661389 ENST00000256649 2 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117659238 117659367 ENST00000256649 3 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117658197 117658311 ENST00000256649 4 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117655981 117656107 ENST00000256649 5 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117654930 117655075 ENST00000256649 6 TRIM45 ENSG00000134253 Not Supported Not Supported +transcript 1 117653682 117664384 ENST00000369464 NA TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117663336 117663823 ENST00000369464 1 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117660710 117661389 ENST00000369464 2 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117659238 117659367 ENST00000369464 3 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117658197 117658311 ENST00000369464 4 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117655981 117656107 ENST00000369464 5 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117654930 117655075 ENST00000369464 6 TRIM45 ENSG00000134253 Not Supported Not Supported +transcript 1 117654807 117665209 ENST00000369461 NA TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117664421 117664486 ENST00000369461 1 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117663336 117663586 ENST00000369461 2 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117660656 117661389 ENST00000369461 3 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117659238 117659367 ENST00000369461 4 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117658197 117658311 ENST00000369461 5 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117655981 117656107 ENST00000369461 6 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117654930 117655075 ENST00000369461 7 TRIM45 ENSG00000134253 Not Supported Not Supported +transcript 1 117660656 117664414 ENST00000485032 NA TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117663336 117663511 ENST00000485032 2 TRIM45 ENSG00000134253 Not Supported Not Supported +CDS 1 117660656 117661389 ENST00000485032 3 TRIM45 ENSG00000134253 Not Supported Not Supported +transcript 1 117680851 117681231 ENST00000439856 NA RPS15AP9 ENSG00000228453 Not Supported Not Supported +transcript 1 117686209 117715888 ENST00000359008 NA VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117715809 117715849 ENST00000359008 1 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117712729 117712793 ENST00000359008 2 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117699196 117699543 ENST00000359008 3 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117695713 117695991 ENST00000359008 4 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117690283 117690404 ENST00000359008 5 VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117686209 117753556 ENST00000369458 NA VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117753446 117753477 ENST00000369458 1 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117712729 117712793 ENST00000369458 2 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117699196 117699543 ENST00000369458 3 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117695713 117695991 ENST00000369458 4 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117690283 117690404 ENST00000369458 5 VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117686209 117753549 ENST00000328189 NA VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117753446 117753477 ENST00000328189 1 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117712729 117712793 ENST00000328189 2 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117695713 117695991 ENST00000328189 3 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117690283 117690404 ENST00000328189 4 VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117687488 117746458 ENST00000539893 NA VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117699196 117699355 ENST00000539893 3 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117695713 117695991 ENST00000539893 4 VTCN1 ENSG00000134258 Not Supported Not Supported +CDS 1 117690283 117690404 ENST00000539893 5 VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117695831 117753549 ENST00000463461 NA VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117699267 117746458 ENST00000488493 NA VTCN1 ENSG00000134258 Not Supported Not Supported +transcript 1 117838142 117863958 ENST00000442182 NA RP11-39H13.1 ENSG00000235202 Not Supported Not Supported +transcript 1 117907521 117908095 ENST00000604156 NA RP11-188D8.1 ENSG00000271427 Not Supported Not Supported +transcript 1 117910071 118071494 ENST00000356554 NA MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117910806 117911107 ENST00000356554 1 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117944808 117945063 ENST00000356554 2 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117948171 117948267 ENST00000356554 3 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117957335 117957453 ENST00000356554 4 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117963191 117963271 ENST00000356554 5 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117984853 117984947 ENST00000356554 6 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118003111 118003234 ENST00000356554 7 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118008956 118009049 ENST00000356554 8 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118035769 118035884 ENST00000356554 9 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118039385 118039604 ENST00000356554 10 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118042004 118042176 ENST00000356554 11 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118045477 118045592 ENST00000356554 12 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118065447 118065576 ENST00000356554 13 MAN1A2 ENSG00000198162 Not Supported Not Supported +transcript 1 117910565 117963252 ENST00000482811 NA MAN1A2 ENSG00000198162 Not Supported Not Supported +transcript 1 117963219 118058561 ENST00000449370 NA MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117963219 117963271 ENST00000449370 1 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 117984853 117984947 ENST00000449370 2 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118003111 118003234 ENST00000449370 3 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118008956 118009049 ENST00000449370 4 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118035769 118035884 ENST00000449370 5 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118039385 118039604 ENST00000449370 6 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118042004 118042176 ENST00000449370 7 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118045477 118045592 ENST00000449370 8 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118057471 118057474 ENST00000449370 9 MAN1A2 ENSG00000198162 Not Supported Not Supported +transcript 1 118039402 118065944 ENST00000421535 NA MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118039402 118039604 ENST00000421535 1 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118042004 118042176 ENST00000421535 2 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118045477 118045592 ENST00000421535 3 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118065447 118065559 ENST00000421535 4 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118065872 118065879 ENST00000421535 5 MAN1A2 ENSG00000198162 Not Supported Not Supported +transcript 1 118045483 118067974 ENST00000422329 NA MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118045483 118045592 ENST00000422329 1 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118065447 118065559 ENST00000422329 2 MAN1A2 ENSG00000198162 Not Supported Not Supported +CDS 1 118067711 118067781 ENST00000422329 3 MAN1A2 ENSG00000198162 Not Supported Not Supported +transcript 1 118092037 118092544 ENST00000455691 NA VPS25P1 ENSG00000226755 Not Supported Not Supported +transcript 1 118139454 118148333 ENST00000440801 NA AL157902.3 ENSG00000236866 Not Supported Not Supported +transcript 1 118146621 118148392 ENST00000425010 NA AL157902.3 ENSG00000236866 Not Supported Not Supported +transcript 1 118147246 118148307 ENST00000456126 NA AL157902.3 ENSG00000236866 Not Supported Not Supported +transcript 1 118148556 118170994 ENST00000369448 NA FAM46C ENSG00000183508 Not Supported Not Supported +CDS 1 118165491 118166663 ENST00000369448 2 FAM46C ENSG00000183508 Not Supported Not Supported +transcript 1 118183434 118184261 ENST00000430995 NA AL365331.2 ENSG00000213262 Not Supported Not Supported +transcript 1 118231243 118231364 ENST00000390964 NA SNORA40 ENSG00000212266 Not Supported Not Supported +transcript 1 118242651 118242864 ENST00000605704 NA RP11-134N8.2 ENSG00000270719 Not Supported Not Supported +transcript 1 118320709 118321128 ENST00000423940 NA AL390877.1 ENSG00000228217 Not Supported Not Supported +transcript 1 118406107 118472253 ENST00000369443 NA GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118462805 118462980 ENST00000369443 2 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118461219 118461358 ENST00000369443 3 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118455152 118455305 ENST00000369443 4 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118454616 118454704 ENST00000369443 5 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118449128 118449204 ENST00000369443 6 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118441679 118441838 ENST00000369443 7 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118439455 118439611 ENST00000369443 8 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118430320 118430396 ENST00000369443 9 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118429199 118429275 ENST00000369443 10 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118426110 118426249 ENST00000369443 11 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118424445 118424499 ENST00000369443 12 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118420631 118420774 ENST00000369443 13 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118413194 118413238 ENST00000369443 14 GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118412806 118430355 ENST00000491626 NA GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118419844 118472206 ENST00000369442 NA GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118462805 118462980 ENST00000369442 2 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118461219 118461358 ENST00000369442 3 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118455152 118455305 ENST00000369442 4 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118454616 118454704 ENST00000369442 5 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118449128 118449204 ENST00000369442 6 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118441679 118441838 ENST00000369442 7 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118439455 118439611 ENST00000369442 8 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118430320 118430396 ENST00000369442 9 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118429199 118429275 ENST00000369442 10 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118426110 118426249 ENST00000369442 11 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118424445 118424499 ENST00000369442 12 GDAP2 ENSG00000196505 Not Supported Not Supported +CDS 1 118420589 118420774 ENST00000369442 13 GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118425526 118441752 ENST00000464026 NA GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118439238 118462830 ENST00000493555 NA GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118455152 118472183 ENST00000494224 NA GDAP2 ENSG00000196505 Not Supported Not Supported +transcript 1 118472343 118484411 ENST00000369441 NA WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118475943 118476012 ENST00000369441 2 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118476253 118476302 ENST00000369441 3 WDR3 ENSG00000065183 Not Supported Not Supported +transcript 1 118472347 118481181 ENST00000487202 NA WDR3 ENSG00000065183 Not Supported Not Supported +transcript 1 118472391 118509165 ENST00000349139 NA WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118475943 118476113 ENST00000349139 2 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118477096 118477305 ENST00000349139 3 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118479392 118479510 ENST00000349139 4 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118481103 118481181 ENST00000349139 5 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118482100 118482195 ENST00000349139 6 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118483450 118483563 ENST00000349139 7 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118483747 118483848 ENST00000349139 8 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118484373 118484470 ENST00000349139 9 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118485060 118485167 ENST00000349139 10 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118486019 118486249 ENST00000349139 11 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118488709 118488802 ENST00000349139 12 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118491028 118491129 ENST00000349139 13 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118492374 118492459 ENST00000349139 14 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118492618 118492753 ENST00000349139 15 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118493457 118493513 ENST00000349139 16 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118494599 118494699 ENST00000349139 17 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118494920 118495031 ENST00000349139 18 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118495151 118495285 ENST00000349139 19 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118495569 118495619 ENST00000349139 20 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118496099 118496164 ENST00000349139 21 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118496630 118496722 ENST00000349139 22 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118497203 118497250 ENST00000349139 23 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118497938 118497981 ENST00000349139 24 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118499691 118499819 ENST00000349139 25 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118501533 118501626 ENST00000349139 26 WDR3 ENSG00000065183 Not Supported Not Supported +CDS 1 118501915 118502067 ENST00000349139 27 WDR3 ENSG00000065183 Not Supported Not Supported +transcript 1 118472398 118481152 ENST00000471680 NA WDR3 ENSG00000065183 Not Supported Not Supported +transcript 1 118496484 118507433 ENST00000466857 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118496487 118509375 ENST00000478697 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118496487 118727846 ENST00000336338 NA SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118727694 118727780 ENST00000336338 1 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118693852 118693992 ENST00000336338 2 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118693166 118693252 ENST00000336338 3 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118657933 118658064 ENST00000336338 4 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118644363 118644549 ENST00000336338 5 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118642229 118642423 ENST00000336338 6 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118640293 118640474 ENST00000336338 7 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118635779 118635940 ENST00000336338 8 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118634553 118634625 ENST00000336338 9 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118634229 118634341 ENST00000336338 10 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118629494 118629631 ENST00000336338 11 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118629294 118629407 ENST00000336338 12 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118628545 118628695 ENST00000336338 13 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118624038 118624265 ENST00000336338 14 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118623724 118623942 ENST00000336338 15 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118617162 118617223 ENST00000336338 16 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118616477 118616590 ENST00000336338 17 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118609368 118609522 ENST00000336338 18 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118598356 118598537 ENST00000336338 19 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118596625 118596716 ENST00000336338 20 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118584426 118584665 ENST00000336338 21 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118583353 118583464 ENST00000336338 22 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118581915 118582067 ENST00000336338 23 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118579393 118579506 ENST00000336338 24 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118574315 118574490 ENST00000336338 25 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118570897 118571017 ENST00000336338 26 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118567861 118568039 ENST00000336338 27 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118565927 118566086 ENST00000336338 28 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118558588 118558805 ENST00000336338 29 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118554851 118554995 ENST00000336338 30 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118550667 118550821 ENST00000336338 31 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118548037 118548225 ENST00000336338 32 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118539221 118539366 ENST00000336338 33 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118538993 118539123 ENST00000336338 34 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118537029 118537153 ENST00000336338 35 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118535089 118535271 ENST00000336338 36 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118534038 118534151 ENST00000336338 37 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118533484 118533529 ENST00000336338 38 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118530728 118530827 ENST00000336338 39 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118530457 118530504 ENST00000336338 40 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118527306 118527405 ENST00000336338 41 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118526434 118526536 ENST00000336338 42 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118523893 118524024 ENST00000336338 43 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118516048 118516184 ENST00000336338 44 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118514486 118514670 ENST00000336338 45 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118512679 118512739 ENST00000336338 46 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118509232 118509376 ENST00000336338 47 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118506425 118506561 ENST00000336338 48 SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118496496 118512741 ENST00000469128 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118507720 118550693 ENST00000437255 NA SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118550667 118550693 ENST00000437255 1 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118548037 118548225 ENST00000437255 2 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118539221 118539366 ENST00000437255 3 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118538993 118539123 ENST00000437255 4 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118537029 118537153 ENST00000437255 5 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118535089 118535271 ENST00000437255 6 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118534038 118534151 ENST00000437255 7 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118533484 118533529 ENST00000437255 8 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118530728 118530827 ENST00000437255 9 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118530457 118530504 ENST00000437255 10 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118527306 118527405 ENST00000437255 11 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118526434 118526536 ENST00000437255 12 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118523893 118524024 ENST00000437255 13 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118516048 118516184 ENST00000437255 14 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118514486 118514670 ENST00000437255 15 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118512679 118512739 ENST00000437255 16 SPAG17 ENSG00000155761 Not Supported Not Supported +CDS 1 118509221 118509376 ENST00000437255 17 SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118514403 118527371 ENST00000492438 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118516105 118530615 ENST00000483383 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118567887 118583390 ENST00000470550 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118574369 118581965 ENST00000486589 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118596677 118624109 ENST00000477444 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118616564 118623919 ENST00000473472 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118628601 118629785 ENST00000463628 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118693020 118727846 ENST00000465053 NA SPAG17 ENSG00000155761 Not Supported Not Supported +transcript 1 118806995 118807112 ENST00000410277 NA RNA5SP56 ENSG00000222209 Not Supported Not Supported +transcript 1 119156956 119158269 ENST00000436509 NA PSMC1P12 ENSG00000226126 Not Supported Not Supported +transcript 1 119255622 119256301 ENST00000427122 NA RP4-630J13.1 ENSG00000229911 Not Supported Not Supported +transcript 1 119425669 119532179 ENST00000207157 NA TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119474242 119474342 ENST00000207157 2 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119469133 119469234 ENST00000207157 3 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119467269 119467440 ENST00000207157 4 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119466059 119466226 ENST00000207157 5 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119456738 119456802 ENST00000207157 6 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119441651 119441748 ENST00000207157 7 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119427358 119428139 ENST00000207157 8 TBX15 ENSG00000092607 Not Supported Not Supported +transcript 1 119425670 119456748 ENST00000449873 NA TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119456738 119456748 ENST00000449873 1 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119441651 119441748 ENST00000449873 2 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119433490 119433588 ENST00000449873 3 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119427355 119428139 ENST00000449873 4 TBX15 ENSG00000092607 Not Supported Not Supported +transcript 1 119425670 119530428 ENST00000369429 NA TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119530214 119530418 ENST00000369429 1 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119474242 119474455 ENST00000369429 2 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119469133 119469234 ENST00000369429 3 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119467269 119467440 ENST00000369429 4 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119466059 119466226 ENST00000369429 5 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119456738 119456802 ENST00000369429 6 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119441651 119441748 ENST00000369429 7 TBX15 ENSG00000092607 Not Supported Not Supported +CDS 1 119427358 119428139 ENST00000369429 8 TBX15 ENSG00000092607 Not Supported Not Supported +transcript 1 119542967 119544015 ENST00000439394 NA RP4-712E4.1 ENSG00000226172 Not Supported Not Supported +transcript 1 119543241 119544028 ENST00000449439 NA RP4-712E4.2 ENSG00000239216 Not Supported Not Supported +transcript 1 119573839 119683271 ENST00000369426 NA WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119683178 119683267 ENST00000369426 1 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119618973 119619230 ENST00000369426 2 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119588205 119588285 ENST00000369426 3 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119584887 119584972 ENST00000369426 4 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119576718 119576836 ENST00000369426 5 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119575986 119576011 ENST00000369426 6 WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119573844 119683294 ENST00000235521 NA WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119683178 119683267 ENST00000235521 1 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119618973 119619230 ENST00000235521 2 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119588205 119588285 ENST00000235521 3 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119584887 119584972 ENST00000235521 4 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119576718 119576836 ENST00000235521 5 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119575537 119575982 ENST00000235521 6 WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119575076 119682947 ENST00000537870 NA WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119618973 119619038 ENST00000537870 2 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119588205 119588285 ENST00000537870 3 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119584887 119584972 ENST00000537870 4 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119576718 119576836 ENST00000537870 5 WARS2 ENSG00000116874 Not Supported Not Supported +CDS 1 119575537 119575982 ENST00000537870 6 WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119575920 119683277 ENST00000495746 NA WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119576752 119625164 ENST00000497402 NA WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119682271 119683261 ENST00000497761 NA WARS2 ENSG00000116874 Not Supported Not Supported +transcript 1 119590028 119607408 ENST00000423984 NA WARS2-IT1 ENSG00000224238 Not Supported Not Supported +transcript 1 119627621 119628577 ENST00000450122 NA RBMX2P3 ENSG00000223575 Not Supported Not Supported +transcript 1 119669162 119669914 ENST00000443616 NA RPS3AP12 ENSG00000236804 Not Supported Not Supported +transcript 1 119683019 119693557 ENST00000425884 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119683048 119726446 ENST00000440150 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119683331 119684823 ENST00000457043 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119683353 119776804 ENST00000413531 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119683353 119818596 ENST00000418015 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119689032 119689656 ENST00000445565 NA RP11-418J17.1 ENSG00000231365 Not Supported Not Supported +transcript 1 119761937 119762719 ENST00000425480 NA RPL6P2 ENSG00000227056 Not Supported Not Supported +transcript 1 119801664 119801764 ENST00000459311 NA snoU13 ENSG00000238679 Not Supported Not Supported +transcript 1 119802888 119869926 ENST00000457719 NA RP11-418J17.3 ENSG00000227712 Not Supported Not Supported +transcript 1 119870799 119873438 ENST00000420059 NA RP5-834N19.1 ENSG00000232650 Not Supported Not Supported +transcript 1 119870875 119898805 ENST00000457683 NA RP5-834N19.1 ENSG00000232650 Not Supported Not Supported +transcript 1 119874020 119874148 ENST00000347264 NA RNU1-75P ENSG00000194297 Not Supported Not Supported +transcript 1 119911402 119929317 ENST00000457318 NA HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119923709 119923839 ENST00000457318 2 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119925538 119925689 ENST00000457318 3 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119927474 119927676 ENST00000457318 4 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119929245 119929317 ENST00000457318 5 HAO2 ENSG00000116882 Not Supported Not Supported +transcript 1 119911432 119936753 ENST00000361035 NA HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119923316 119923346 ENST00000361035 2 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119923701 119923839 ENST00000361035 3 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119925538 119925689 ENST00000361035 4 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119927399 119927676 ENST00000361035 5 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119929245 119929454 ENST00000361035 6 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119934733 119934891 ENST00000361035 7 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119935241 119935310 ENST00000361035 8 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119936408 119936460 ENST00000361035 9 HAO2 ENSG00000116882 Not Supported Not Supported +transcript 1 119911461 119936751 ENST00000325945 NA HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119923709 119923839 ENST00000325945 2 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119925538 119925689 ENST00000325945 3 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119927399 119927676 ENST00000325945 4 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119929245 119929454 ENST00000325945 5 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119934733 119934891 ENST00000325945 6 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119935241 119935310 ENST00000325945 7 HAO2 ENSG00000116882 Not Supported Not Supported +CDS 1 119936408 119936460 ENST00000325945 8 HAO2 ENSG00000116882 Not Supported Not Supported +transcript 1 119935062 119936737 ENST00000482991 NA HAO2 ENSG00000116882 Not Supported Not Supported +transcript 1 119911569 119912954 ENST00000419144 NA HAO2-IT1 ENSG00000230921 Not Supported Not Supported +transcript 1 119957554 119965658 ENST00000543831 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119958043 119958184 ENST00000543831 2 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119962041 119962205 ENST00000543831 3 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119964432 119965240 ENST00000543831 4 HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119957673 119964711 ENST00000433745 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119958043 119958184 ENST00000433745 2 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119962041 119962205 ENST00000433745 3 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119964432 119964711 ENST00000433745 4 HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119957707 119965657 ENST00000369416 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119958043 119958184 ENST00000369416 2 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119962041 119962205 ENST00000369416 3 HSD3B2 ENSG00000203859 Not Supported Not Supported +CDS 1 119964432 119965240 ENST00000369416 4 HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119957774 119962515 ENST00000471656 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119957786 119962228 ENST00000443865 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119960036 119964646 ENST00000448448 NA HSD3B2 ENSG00000203859 Not Supported Not Supported +transcript 1 119977079 119977703 ENST00000449411 NA RP5-871G17.5 ENSG00000232780 Not Supported Not Supported +transcript 1 119981624 119988709 ENST00000457615 NA HSD3BP2 ENSG00000203858 Not Supported Not Supported +transcript 1 119981630 119985862 ENST00000369414 NA HSD3BP2 ENSG00000203858 Not Supported Not Supported +transcript 1 120004652 120005644 ENST00000444823 NA GAPDHP23 ENSG00000235595 Not Supported Not Supported +transcript 1 120009844 120016426 ENST00000286193 NA HSD3BP1 ENSG00000187481 Not Supported Not Supported +transcript 1 120038459 120039464 ENST00000438477 NA GAPDHP58 ENSG00000229570 Not Supported Not Supported +transcript 1 120049821 120054225 ENST00000531340 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120050100 120050244 ENST00000531340 2 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120054126 120054225 ENST00000531340 3 HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120049826 120057677 ENST00000369413 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120050100 120050244 ENST00000369413 2 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120054126 120054290 ENST00000369413 3 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120056457 120057265 ENST00000369413 4 HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120049826 120057681 ENST00000235547 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120050094 120050244 ENST00000235547 2 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120054126 120054290 ENST00000235547 3 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120056457 120057265 ENST00000235547 4 HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120049836 120054575 ENST00000492140 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120049863 120050647 ENST00000487520 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120049941 120057423 ENST00000528909 NA HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120050100 120050244 ENST00000528909 1 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120054126 120054290 ENST00000528909 2 HSD3B1 ENSG00000203857 Not Supported Not Supported +CDS 1 120056457 120057265 ENST00000528909 3 HSD3B1 ENSG00000203857 Not Supported Not Supported +transcript 1 120076372 120077369 ENST00000433816 NA GAPDHP32 ENSG00000226443 Not Supported Not Supported +transcript 1 120081132 120088536 ENST00000514706 NA HSD3BP3 ENSG00000249798 Not Supported Not Supported +transcript 1 120101378 120102397 ENST00000447427 NA GAPDHP27 ENSG00000239873 Not Supported Not Supported +transcript 1 120106689 120114690 ENST00000511509 NA HSD3BP4 ENSG00000203855 Not Supported Not Supported +transcript 1 120113918 120114734 ENST00000335580 NA HSD3BP4 ENSG00000203855 Not Supported Not Supported +transcript 1 120138790 120139802 ENST00000443168 NA GAPDHP33 ENSG00000240244 Not Supported Not Supported +transcript 1 120140325 120141894 ENST00000562811 NA LINC00622 ENSG00000260941 Not Supported Not Supported +transcript 1 120143963 120151873 ENST00000434856 NA HSD3BP5 ENSG00000198857 Not Supported Not Supported +transcript 1 120162045 120190396 ENST00000421812 NA ZNF697 ENSG00000143067 Not Supported Not Supported +CDS 1 120168498 120168723 ENST00000421812 2 ZNF697 ENSG00000143067 Not Supported Not Supported +CDS 1 120165331 120166739 ENST00000421812 3 ZNF697 ENSG00000143067 Not Supported Not Supported +transcript 1 120202421 120277299 ENST00000493622 NA PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120254507 120264118 ENST00000496756 NA PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120254510 120286838 ENST00000369409 NA PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120254646 120254783 ENST00000369409 1 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120263793 120263944 ENST00000369409 2 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120265999 120266064 ENST00000369409 3 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120269474 120269528 ENST00000369409 4 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120269627 120269725 ENST00000369409 5 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120277257 120277389 ENST00000369409 6 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120277918 120278066 ENST00000369409 7 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120279737 120279889 ENST00000369409 8 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120283009 120283141 ENST00000369409 9 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120284390 120284520 ENST00000369409 10 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120285430 120285667 ENST00000369409 11 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120286509 120286660 ENST00000369409 12 PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120254529 120272694 ENST00000462324 NA PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120262250 120286836 ENST00000369407 NA PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120263757 120263944 ENST00000369407 1 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120265999 120266064 ENST00000369407 2 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120269474 120269528 ENST00000369407 3 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120269627 120269725 ENST00000369407 4 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120277257 120277389 ENST00000369407 5 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120277918 120278066 ENST00000369407 6 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120279737 120279889 ENST00000369407 7 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120283009 120283141 ENST00000369407 8 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120284390 120284520 ENST00000369407 9 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120285430 120285667 ENST00000369407 10 PHGDH ENSG00000092621 Not Supported Not Supported +CDS 1 120286509 120286660 ENST00000369407 11 PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120276927 120278052 ENST00000469443 NA PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120282085 120286836 ENST00000482968 NA PHGDH ENSG00000092621 Not Supported Not Supported +transcript 1 120290619 120311517 ENST00000369406 NA HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120311364 120311467 ENST00000369406 1 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120306795 120307249 ENST00000369406 2 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120302487 120302612 ENST00000369406 3 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120301741 120301905 ENST00000369406 4 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120299896 120300061 ENST00000369406 5 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120298050 120298220 ENST00000369406 6 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120295903 120296009 ENST00000369406 7 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120295172 120295297 ENST00000369406 8 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120293428 120293531 ENST00000369406 9 HMGCS2 ENSG00000134240 Not Supported Not Supported +transcript 1 120291007 120311528 ENST00000544913 NA HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120311364 120311467 ENST00000544913 1 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120306795 120307249 ENST00000544913 2 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120301741 120301905 ENST00000544913 3 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120299896 120300061 ENST00000544913 4 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120298050 120298220 ENST00000544913 5 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120295903 120296009 ENST00000544913 6 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120295172 120295297 ENST00000544913 7 HMGCS2 ENSG00000134240 Not Supported Not Supported +CDS 1 120293428 120293531 ENST00000544913 8 HMGCS2 ENSG00000134240 Not Supported Not Supported +transcript 1 120298050 120302037 ENST00000472375 NA HMGCS2 ENSG00000134240 Not Supported Not Supported +transcript 1 120298111 120307249 ENST00000476640 NA HMGCS2 ENSG00000134240 Not Supported Not Supported +transcript 1 120336641 120354203 ENST00000354219 NA REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120351326 120351392 ENST00000354219 3 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120345691 120345788 ENST00000354219 4 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120342348 120342485 ENST00000354219 5 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120341120 120341225 ENST00000354219 6 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120337244 120337308 ENST00000354219 7 REG4 ENSG00000134193 Not Supported Not Supported +transcript 1 120336707 120354283 ENST00000256585 NA REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120351326 120351392 ENST00000256585 2 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120345691 120345788 ENST00000256585 3 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120342348 120342485 ENST00000256585 4 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120341120 120341225 ENST00000256585 5 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120337244 120337308 ENST00000256585 6 REG4 ENSG00000134193 Not Supported Not Supported +transcript 1 120337036 120351428 ENST00000530654 NA REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120351326 120351392 ENST00000530654 1 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120345691 120345788 ENST00000530654 2 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120342348 120342485 ENST00000530654 3 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120337303 120337308 ENST00000530654 4 REG4 ENSG00000134193 Not Supported Not Supported +transcript 1 120343795 120354203 ENST00000369401 NA REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120351326 120351392 ENST00000369401 2 REG4 ENSG00000134193 Not Supported Not Supported +CDS 1 120345454 120345788 ENST00000369401 3 REG4 ENSG00000134193 Not Supported Not Supported +transcript 1 120377388 120387779 ENST00000401014 NA NBPF7 ENSG00000215864 Not Supported Not Supported +transcript 1 120377493 120387137 ENST00000445758 NA NBPF7 ENSG00000215864 Not Supported Not Supported +transcript 1 120395939 120396371 ENST00000475753 NA PFN1P9 ENSG00000227205 Not Supported Not Supported +transcript 1 120428927 120429550 ENST00000443481 NA NOTCH2P1 ENSG00000226446 Not Supported Not Supported +transcript 1 120436156 120439118 ENST00000369400 NA ADAM30 ENSG00000134249 Not Supported Not Supported +CDS 1 120436590 120438959 ENST00000369400 1 ADAM30 ENSG00000134249 Not Supported Not Supported +transcript 1 120451878 120453236 ENST00000566949 NA RP5-1042I8.7 ENSG00000261662 Not Supported Not Supported +transcript 1 120454176 120612240 ENST00000256646 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120611948 120612020 ENST00000256646 1 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120572529 120572610 ENST00000256646 2 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120547952 120548211 ENST00000256646 3 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120539620 120539955 ENST00000256646 4 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120529583 120529705 ENST00000256646 5 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120512134 120512367 ENST00000256646 6 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120510700 120510855 ENST00000256646 7 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120510056 120510244 ENST00000256646 8 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120508999 120509112 ENST00000256646 9 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120508076 120508189 ENST00000256646 10 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120506197 120506430 ENST00000256646 11 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120502015 120502125 ENST00000256646 12 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120497663 120497855 ENST00000256646 13 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120496166 120496311 ENST00000256646 14 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120493347 120493460 ENST00000256646 15 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120491630 120491749 ENST00000256646 16 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120491037 120491189 ENST00000256646 17 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120484149 120484377 ENST00000256646 18 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120483178 120483379 ENST00000256646 19 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120480480 120480633 ENST00000256646 20 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120479905 120480089 ENST00000256646 21 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120478095 120478227 ENST00000256646 22 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120471599 120471835 ENST00000256646 23 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120469122 120469234 ENST00000256646 24 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120467928 120468433 ENST00000256646 25 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120466260 120466607 ENST00000256646 26 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120465259 120465401 ENST00000256646 27 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120464859 120465069 ENST00000256646 28 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120464336 120464432 ENST00000256646 29 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120462852 120463020 ENST00000256646 30 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120461935 120462236 ENST00000256646 31 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120461029 120461176 ENST00000256646 32 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120460288 120460385 ENST00000256646 33 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120457932 120459317 ENST00000256646 34 NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120465118 120466528 ENST00000493703 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120477890 120480086 ENST00000478864 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120492743 120612240 ENST00000479412 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120535404 120596839 ENST00000602566 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120572529 120572566 ENST00000602566 3 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120547952 120548211 ENST00000602566 4 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120539620 120539955 ENST00000602566 5 NOTCH2 ENSG00000134250 Not Supported Not Supported +CDS 1 120539299 120539369 ENST00000602566 6 NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120547856 120572586 ENST00000489731 NA NOTCH2 ENSG00000134250 Not Supported Not Supported +transcript 1 120619223 120619698 ENST00000608123 NA RP11-114O18.1 ENSG00000273406 Not Supported Not Supported +transcript 1 120669562 120669662 ENST00000384420 NA RNU6-465P ENSG00000207149 Not Supported Not Supported +transcript 1 120693320 120697146 ENST00000610157 NA RP6-42F4.1 ENSG00000273131 Not Supported Not Supported +transcript 1 120835810 120838343 ENST00000412759 NA RP11-439A17.7 ENSG00000236933 Not Supported Not Supported +transcript 1 120837756 120838678 ENST00000480765 NA FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120837784 120854742 ENST00000471903 NA FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120839005 120855681 ENST00000369390 NA FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120839834 120839985 ENST00000369390 1 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120841975 120842052 ENST00000369390 2 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120845995 120846119 ENST00000369390 3 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120854492 120854583 ENST00000369390 4 FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120839007 120846031 ENST00000468129 NA FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120839031 120854584 ENST00000452190 NA FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120839921 120839985 ENST00000452190 2 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120841975 120842052 ENST00000452190 3 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120845995 120846119 ENST00000452190 4 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120854492 120854584 ENST00000452190 5 FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120839412 120855607 ENST00000355228 NA FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120839834 120839865 ENST00000355228 1 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120841975 120842052 ENST00000355228 2 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120845995 120846119 ENST00000355228 3 FAM72B ENSG00000188610 Not Supported Not Supported +CDS 1 120854492 120854583 ENST00000355228 4 FAM72B ENSG00000188610 Not Supported Not Supported +transcript 1 120876495 120905159 ENST00000427872 NA RP11-439A17.4 ENSG00000227193 Not Supported Not Supported +transcript 1 120880883 120881270 ENST00000419150 NA RP11-439A17.5 ENSG00000268993 Not Supported Not Supported +transcript 1 120904675 120905090 ENST00000401004 NA HIST2H3DP1 ENSG00000213244 Not Supported Not Supported +transcript 1 120906028 120915073 ENST00000430394 NA HIST2H2BA ENSG00000223345 Not Supported Not Supported +transcript 1 120906043 120906423 ENST00000412169 NA HIST2H2BA ENSG00000223345 Not Supported Not Supported +transcript 1 120906609 120935761 ENST00000426275 NA RP11-439A17.10 ENSG00000234998 Not Supported Not Supported +transcript 1 120925634 120933000 ENST00000457996 NA RP11-439A17.9 ENSG00000233029 Not Supported Not Supported +transcript 1 120926979 120935937 ENST00000369384 NA FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120935864 120935894 ENST00000369384 1 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120935448 120935468 ENST00000369384 2 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120934381 120934635 ENST00000369384 3 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120930039 120930293 ENST00000369384 4 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120927140 120927417 ENST00000369384 5 FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 120927134 120935894 ENST00000369383 NA FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120935864 120935894 ENST00000369383 1 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120930039 120930293 ENST00000369383 2 FCGR1B ENSG00000198019 Not Supported Not Supported +CDS 1 120927140 120927417 ENST00000369383 3 FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 120927162 120935876 ENST00000369178 NA FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 120927199 120928384 ENST00000466915 NA FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 120927355 120935931 ENST00000472543 NA FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 120928278 120935902 ENST00000471609 NA FCGR1B ENSG00000198019 Not Supported Not Supported +transcript 1 121102017 121139765 ENST00000437515 NA RP11-343N15.1 ENSG00000230806 Not Supported Not Supported +transcript 1 121139338 121140666 ENST00000429055 NA RP11-343N15.1 ENSG00000230806 Not Supported Not Supported +transcript 1 121107124 121129949 ENST00000367123 NA SRGAP2C ENSG00000171943 Not Supported Not Supported +transcript 1 121107154 121129692 ENST00000304465 NA SRGAP2C ENSG00000171943 Not Supported Not Supported +transcript 1 121133256 121134581 ENST00000602412 NA RP11-343N15.5 ENSG00000269996 Not Supported Not Supported +transcript 1 121138614 121204983 ENST00000417218 NA AL592494.5 ENSG00000227082 Not Supported Not Supported +transcript 1 121154579 121171134 ENST00000445260 NA RP11-343N15.2 ENSG00000231429 Not Supported Not Supported +transcript 1 121236177 121252181 ENST00000437523 NA RP11-344P13.4 ENSG00000228826 Not Supported Not Supported +transcript 1 121244142 121245689 ENST00000425455 NA RP11-344P13.3 ENSG00000233432 Not Supported Not Supported +transcript 1 121260164 121260627 ENST00000609485 NA RP11-344P13.6 ENSG00000272583 Not Supported Not Supported +transcript 1 121261143 121310591 ENST00000458200 NA EMBP1 ENSG00000231752 Not Supported Not Supported +transcript 1 121315744 121322322 ENST00000450546 NA RP11-344P13.1 ENSG00000224857 Not Supported Not Supported +transcript 1 142553293 142559170 ENST00000445662 NA RP11-417J8.1 ENSG00000227552 Not Supported Not Supported +transcript 1 142569266 142588233 ENST00000415979 NA RP11-417J8.2 ENSG00000233798 Not Supported Not Supported +transcript 1 142618769 142692387 ENST00000446205 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142618771 142679074 ENST00000400755 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142618795 142621538 ENST00000412092 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142618808 142621059 ENST00000413650 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142619123 142665640 ENST00000426408 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142619123 142729975 ENST00000411746 NA RP11-417J8.3 ENSG00000230880 Not Supported Not Supported +transcript 1 142620645 142729967 ENST00000610091 NA RP11-417J8.6 ENSG00000203849 Not Supported Not Supported +transcript 1 142620645 142714605 ENST00000369381 NA RP11-417J8.6 ENSG00000203849 Not Supported Not Supported +transcript 1 142715163 142721569 ENST00000595144 NA RP11-417J8.6 ENSG00000203849 Not Supported Not Supported +transcript 1 142653525 142653607 ENST00000580249 NA AL583842.3 ENSG00000266657 Not Supported Not Supported +transcript 1 142653718 142653799 ENST00000459390 NA AL583842.1 ENSG00000239012 Not Supported Not Supported +transcript 1 142656062 142656144 ENST00000582446 NA AL583842.2 ENSG00000265466 Not Supported Not Supported +transcript 1 142660017 142660749 ENST00000434482 NA SNX18P15 ENSG00000225015 Not Supported Not Supported +transcript 1 142667289 142667363 ENST00000584066 NA MIR3118-1 ENSG00000265715 Not Supported Not Supported +transcript 1 142688379 142688925 ENST00000417988 NA SNX18P16 ENSG00000233218 Not Supported Not Supported +transcript 1 142697653 142729971 ENST00000416817 NA ANKRD20A12P ENSG00000242676 Not Supported Not Supported +transcript 1 142790233 142790520 ENST00000444462 NA RP11-423O2.3 ENSG00000230446 Not Supported Not Supported +transcript 1 142790583 142791175 ENST00000433591 NA RP11-423O2.2 ENSG00000236055 Not Supported Not Supported +transcript 1 142791488 142792556 ENST00000458414 NA RP11-423O2.1 ENSG00000230255 Not Supported Not Supported +transcript 1 142799587 142799739 ENST00000433327 NA ASNSP5 ENSG00000229683 Not Supported Not Supported +transcript 1 142803224 142816004 ENST00000423385 NA RP11-423O2.5 ENSG00000234978 Not Supported Not Supported +transcript 1 142803532 142827235 ENST00000457776 NA ANKRD20A14P ENSG00000232745 Not Supported Not Supported +transcript 1 142950985 142956716 ENST00000424640 NA RP11-423O2.7 ENSG00000231182 Not Supported Not Supported +transcript 1 143118704 143195711 ENST00000422129 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143118705 143211070 ENST00000412204 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143186156 143194239 ENST00000437267 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143188509 143195834 ENST00000420598 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143188509 143196803 ENST00000413897 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143188795 143196803 ENST00000447389 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143193889 143195886 ENST00000452738 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143193902 143196803 ENST00000435913 NA RP11-782C8.2 ENSG00000232274 Not Supported Not Supported +transcript 1 143119061 143158071 ENST00000454861 NA RP11-782C8.1 ENSG00000230850 Not Supported Not Supported +transcript 1 143119061 143231756 ENST00000447407 NA RP11-782C8.1 ENSG00000230850 Not Supported Not Supported +transcript 1 143119061 143232318 ENST00000428930 NA RP11-782C8.1 ENSG00000230850 Not Supported Not Supported +transcript 1 143119061 143233417 ENST00000438000 NA RP11-782C8.1 ENSG00000230850 Not Supported Not Supported +transcript 1 143154493 143169717 ENST00000424474 NA RP11-782C8.4 ENSG00000237291 Not Supported Not Supported +transcript 1 143163750 143163822 ENST00000582397 NA MIR3118-2 ENSG00000265661 Not Supported Not Supported +transcript 1 143188828 143189695 ENST00000425124 NA RP11-782C8.3 ENSG00000232336 Not Supported Not Supported +transcript 1 143211628 143226664 ENST00000437865 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143213237 143240439 ENST00000422716 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143216056 143226395 ENST00000435585 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143220187 143226381 ENST00000456937 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143223331 143240429 ENST00000429121 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143229766 143233121 ENST00000427309 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143236905 143237715 ENST00000412196 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143236905 143237715 ENST00000449527 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143236905 143240414 ENST00000453561 NA RP11-782C8.5 ENSG00000225278 Not Supported Not Supported +transcript 1 143243809 143244859 ENST00000411717 NA RP11-782C8.6 ENSG00000231289 Not Supported Not Supported +transcript 1 143245164 143245590 ENST00000453629 NA RP11-782C8.7 ENSG00000229420 Not Supported Not Supported +transcript 1 143245823 143246210 ENST00000445742 NA RP11-782C8.8 ENSG00000234654 Not Supported Not Supported +transcript 1 143342844 143343247 ENST00000427452 NA RP11-435B5.1 ENSG00000225010 Not Supported Not Supported +transcript 1 143343559 143344609 ENST00000429729 NA RP11-435B5.2 ENSG00000232571 Not Supported Not Supported +transcript 1 143347958 143365041 ENST00000424820 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143347970 143376699 ENST00000430699 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143347979 143351483 ENST00000416527 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143348830 143351483 ENST00000421330 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143355262 143376829 ENST00000431621 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143361708 143376737 ENST00000444754 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143361974 143372316 ENST00000446530 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143361977 143375173 ENST00000411775 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143361991 143368190 ENST00000442663 NA RP11-435B5.3 ENSG00000242569 Not Supported Not Supported +transcript 1 143354963 143465438 ENST00000423249 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143356065 143467532 ENST00000443548 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143356625 143467304 ENST00000424068 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143382245 143467632 ENST00000432361 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143399412 143467041 ENST00000443766 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143429879 143467630 ENST00000436326 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143464645 143467613 ENST00000419027 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143465380 143467604 ENST00000329536 NA RP11-435B5.4 ENSG00000185044 Not Supported Not Supported +transcript 1 143377281 143398889 ENST00000428624 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143378736 143380964 ENST00000423394 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143386117 143399809 ENST00000456460 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143391526 143392104 ENST00000412492 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143391568 143394444 ENST00000421640 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143391568 143399528 ENST00000458155 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143391568 143399813 ENST00000448665 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143391568 143401533 ENST00000448844 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143392450 143394444 ENST00000415543 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143394151 143399814 ENST00000431700 NA RP11-435B5.5 ENSG00000238261 Not Supported Not Supported +transcript 1 143424141 143424215 ENST00000584879 NA MIR3118-3 ENSG00000266811 Not Supported Not Supported +transcript 1 143437327 143437409 ENST00000607106 NA BX004987.1 ENSG00000272302 Not Supported Not Supported +transcript 1 143498344 143517299 ENST00000429884 NA RP11-435B5.6 ENSG00000226897 Not Supported Not Supported +transcript 1 143527555 143533272 ENST00000418607 NA RP11-435B5.7 ENSG00000235566 Not Supported Not Supported +transcript 1 143647014 143647177 ENST00000459096 NA RNVU1-1 ENSG00000238603 Not Supported Not Supported +transcript 1 143647638 143663987 ENST00000440199 NA RP6-206I17.1 ENSG00000223804 Not Supported Not Supported +transcript 1 143647639 143744410 ENST00000445753 NA RP6-206I17.1 ENSG00000223804 Not Supported Not Supported +transcript 1 143743240 143744355 ENST00000418192 NA RP6-206I17.1 ENSG00000223804 Not Supported Not Supported +transcript 1 143744199 143744717 ENST00000440862 NA RP6-206I17.1 ENSG00000223804 Not Supported Not Supported +transcript 1 143744199 143745417 ENST00000429388 NA RP6-206I17.1 ENSG00000223804 Not Supported Not Supported +transcript 1 143670468 143670602 ENST00000516326 NA RNVU1-2 ENSG00000252135 Not Supported Not Supported +transcript 1 143673129 143673290 ENST00000384499 NA RNU1-13P ENSG00000238825 Not Supported Not Supported +transcript 1 143687097 143705763 ENST00000432384 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143687152 143713485 ENST00000457439 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143687158 143709277 ENST00000426533 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143687243 143716941 ENST00000411954 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143699873 143713999 ENST00000455004 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143699873 143720401 ENST00000417260 NA RP6-206I17.2 ENSG00000231734 Not Supported Not Supported +transcript 1 143687359 143687519 ENST00000383967 NA RNVU1-3 ENSG00000206694 Not Supported Not Supported +transcript 1 143719663 143721171 ENST00000442423 NA RP6-206I17.3 ENSG00000226637 Not Supported Not Supported +transcript 1 143719704 143721519 ENST00000423202 NA RP6-206I17.4 ENSG00000240007 Not Supported Not Supported +transcript 1 143767144 143767881 ENST00000419275 NA PPIAL4G ENSG00000236334 Not Supported Not Supported +CDS 1 143767357 143767848 ENST00000419275 1 PPIAL4G ENSG00000236334 Not Supported Not Supported +transcript 1 143876891 143876982 ENST00000459198 NA AL109844.1 ENSG00000263497 Not Supported Not Supported +transcript 1 143896452 143913143 ENST00000400889 NA FAM72D ENSG00000215784 Not Supported Not Supported +CDS 1 143912144 143912295 ENST00000400889 1 FAM72D ENSG00000215784 Not Supported Not Supported +CDS 1 143910078 143910155 ENST00000400889 2 FAM72D ENSG00000215784 Not Supported Not Supported +CDS 1 143906012 143906136 ENST00000400889 3 FAM72D ENSG00000215784 Not Supported Not Supported +CDS 1 143897550 143897641 ENST00000400889 4 FAM72D ENSG00000215784 Not Supported Not Supported +transcript 1 143913615 144094424 ENST00000467933 NA SRGAP2B ENSG00000196369 Not Supported Not Supported +transcript 1 143913617 143916100 ENST00000463366 NA SRGAP2B ENSG00000196369 Not Supported Not Supported +transcript 1 143914178 143916090 ENST00000494534 NA SRGAP2B ENSG00000196369 Not Supported Not Supported +transcript 1 143916242 144094424 ENST00000491897 NA SRGAP2B ENSG00000196369 Not Supported Not Supported +transcript 1 144043972 144044082 ENST00000604134 NA RP3-365I19.2 ENSG00000271644 Not Supported Not Supported +transcript 1 144089214 144091946 ENST00000441760 NA RP11-289H16.1 ENSG00000224363 Not Supported Not Supported +transcript 1 144146808 144160564 ENST00000369190 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144146808 144147021 ENST00000369190 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144148790 144148892 ENST00000369190 2 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144149727 144149941 ENST00000369190 3 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144150982 144151054 ENST00000369190 4 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144151519 144151724 ENST00000369190 5 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144153013 144153064 ENST00000369190 6 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144156972 144157055 ENST00000369190 7 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144158178 144158229 ENST00000369190 8 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144158871 144158891 ENST00000369190 9 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144146812 144178807 ENST00000412624 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144146812 144147021 ENST00000412624 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144148790 144148892 ENST00000412624 2 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144149727 144149941 ENST00000412624 3 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144150982 144151054 ENST00000412624 4 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144151519 144151724 ENST00000412624 5 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144153013 144153064 ENST00000412624 6 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144156972 144157135 ENST00000412624 7 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144158178 144158229 ENST00000412624 8 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144163627 144163799 ENST00000412624 9 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144169252 144169303 ENST00000412624 10 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144176291 144176463 ENST00000412624 11 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144177173 144177224 ENST00000412624 12 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144177875 144178047 ENST00000412624 13 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144178762 144178807 ENST00000412624 14 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144146812 144224481 ENST00000369365 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144146812 144147021 ENST00000369365 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144148790 144148892 ENST00000369365 2 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144149727 144149941 ENST00000369365 3 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144150982 144151054 ENST00000369365 4 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144151519 144151724 ENST00000369365 5 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144153013 144153064 ENST00000369365 6 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144156972 144157135 ENST00000369365 7 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144158178 144158229 ENST00000369365 8 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144158871 144159043 ENST00000369365 9 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144159763 144159814 ENST00000369365 10 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144160415 144160587 ENST00000369365 11 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144161297 144161348 ENST00000369365 12 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144162001 144162173 ENST00000369365 13 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144162888 144162996 ENST00000369365 14 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144163627 144163799 ENST00000369365 15 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144164519 144164570 ENST00000369365 16 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144165171 144165343 ENST00000369365 17 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144166053 144166104 ENST00000369365 18 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144166761 144166933 ENST00000369365 19 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144167648 144167756 ENST00000369365 20 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144168360 144168532 ENST00000369365 21 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144169252 144169303 ENST00000369365 22 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144169909 144170081 ENST00000369365 23 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144170791 144170842 ENST00000369365 24 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144171501 144171673 ENST00000369365 25 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144172388 144172496 ENST00000369365 26 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144173100 144173272 ENST00000369365 27 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144173982 144174033 ENST00000369365 28 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144174692 144174864 ENST00000369365 29 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144175579 144175687 ENST00000369365 30 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144176291 144176463 ENST00000369365 31 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144177173 144177224 ENST00000369365 32 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144177875 144178047 ENST00000369365 33 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144178762 144178870 ENST00000369365 34 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144179474 144179646 ENST00000369365 35 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144180356 144180407 ENST00000369365 36 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144181064 144181236 ENST00000369365 37 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144181951 144182059 ENST00000369365 38 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144182696 144182868 ENST00000369365 39 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144183588 144183639 ENST00000369365 40 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144184252 144184424 ENST00000369365 41 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144185134 144185185 ENST00000369365 42 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144185828 144186000 ENST00000369365 43 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144186715 144186823 ENST00000369365 44 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144187460 144187632 ENST00000369365 45 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144188352 144188403 ENST00000369365 46 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144189012 144189184 ENST00000369365 47 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144189894 144189945 ENST00000369365 48 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144190582 144190754 ENST00000369365 49 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144191469 144191577 ENST00000369365 50 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144192206 144192378 ENST00000369365 51 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144193098 144193149 ENST00000369365 52 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144193760 144193932 ENST00000369365 53 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144194642 144194693 ENST00000369365 54 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144195344 144195516 ENST00000369365 55 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144196231 144196339 ENST00000369365 56 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144196976 144197148 ENST00000369365 57 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144197868 144197919 ENST00000369365 58 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144198520 144198692 ENST00000369365 59 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144199402 144199453 ENST00000369365 60 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144200106 144200278 ENST00000369365 61 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144200993 144201101 ENST00000369365 62 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144201705 144201877 ENST00000369365 63 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144202587 144202638 ENST00000369365 64 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144203299 144203471 ENST00000369365 65 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144204186 144204294 ENST00000369365 66 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144204925 144205097 ENST00000369365 67 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144205817 144205868 ENST00000369365 68 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144206477 144206649 ENST00000369365 69 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144207359 144207410 ENST00000369365 70 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144208061 144208233 ENST00000369365 71 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144208948 144209056 ENST00000369365 72 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144209660 144209832 ENST00000369365 73 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144210542 144210593 ENST00000369365 74 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144211246 144211418 ENST00000369365 75 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144212133 144212241 ENST00000369365 76 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144212845 144213017 ENST00000369365 77 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144213727 144213778 ENST00000369365 78 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144214429 144214601 ENST00000369365 79 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144215316 144215424 ENST00000369365 80 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144216028 144216200 ENST00000369365 81 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144216910 144216961 ENST00000369365 82 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144217612 144217784 ENST00000369365 83 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144218499 144218607 ENST00000369365 84 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144219236 144219408 ENST00000369365 85 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144220128 144220179 ENST00000369365 86 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144220787 144220959 ENST00000369365 87 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144221669 144221720 ENST00000369365 88 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144222379 144222551 ENST00000369365 89 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144223266 144223374 ENST00000369365 90 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144224003 144224213 ENST00000369365 91 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144151520 144205836 ENST00000369372 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144151520 144151724 ENST00000369372 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144153013 144153062 ENST00000369372 2 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144173162 144213129 ENST00000356801 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144205091 144205097 ENST00000356801 17 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144205817 144205868 ENST00000356801 18 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144206477 144206649 ENST00000356801 19 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144210542 144210593 ENST00000356801 20 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144211246 144211418 ENST00000356801 21 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144212133 144212241 ENST00000356801 22 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144212845 144213081 ENST00000356801 23 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144213126 144213129 ENST00000356801 24 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144215387 144219425 ENST00000421555 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144215387 144215424 ENST00000421555 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144216028 144216200 ENST00000421555 2 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144216910 144216961 ENST00000421555 3 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144217612 144217784 ENST00000421555 4 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144218499 144218607 ENST00000421555 5 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144219236 144219425 ENST00000421555 6 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144220127 144224192 ENST00000369373 NA NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144220127 144220179 ENST00000369373 1 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144220787 144220959 ENST00000369373 2 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144221669 144221720 ENST00000369373 3 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144222379 144222551 ENST00000369373 4 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144223266 144223374 ENST00000369373 5 NBPF8 ENSG00000162825 Not Supported Not Supported +CDS 1 144224003 144224192 ENST00000369373 6 NBPF8 ENSG00000162825 Not Supported Not Supported +transcript 1 144275918 144284857 ENST00000426301 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144276398 144311493 ENST00000422036 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144276398 144311564 ENST00000446174 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144276402 144284857 ENST00000411795 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144277291 144311564 ENST00000429241 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144280383 144281169 ENST00000449092 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144281154 144290308 ENST00000452480 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144281157 144289980 ENST00000436211 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144284105 144311653 ENST00000418974 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144299758 144301536 ENST00000417976 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144300512 144340671 ENST00000441423 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144300515 144340736 ENST00000439332 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144300517 144301385 ENST00000457645 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144301326 144341057 ENST00000414119 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144301398 144341756 ENST00000422629 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144325552 144340593 ENST00000433598 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144325839 144336254 ENST00000412194 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144326026 144340754 ENST00000440719 NA LINC00623 ENSG00000235398 Not Supported Not Supported +transcript 1 144311213 144311376 ENST00000384378 NA RNVU1-4 ENSG00000207106 Not Supported Not Supported +transcript 1 144339738 144521058 ENST00000538264 NA AL592284.1 ENSG00000231360 Not Supported Not Supported +CDS 1 144339778 144340398 ENST00000538264 1 AL592284.1 ENSG00000231360 Not Supported Not Supported +CDS 1 144520647 144520829 ENST00000538264 2 AL592284.1 ENSG00000231360 Not Supported Not Supported +transcript 1 144363462 144364246 ENST00000540273 NA PPIAL4B ENSG00000255854 Not Supported Not Supported +CDS 1 144363680 144364171 ENST00000540273 1 PPIAL4B ENSG00000255854 Not Supported Not Supported +transcript 1 144392143 144392429 ENST00000605865 NA RP6-137J22.3 ENSG00000271223 Not Supported Not Supported +transcript 1 144456138 144521291 ENST00000430014 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144456641 144491721 ENST00000443242 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144456641 144491793 ENST00000454100 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144456645 144520983 ENST00000437785 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144460626 144461412 ENST00000456620 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144460861 144491793 ENST00000444499 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144461396 144470546 ENST00000421955 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144461400 144470218 ENST00000428309 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144464347 144491882 ENST00000429496 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144479978 144481765 ENST00000431928 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144480741 144520919 ENST00000411760 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144480744 144520993 ENST00000442509 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144480753 144481509 ENST00000434159 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144481555 144521271 ENST00000414344 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144481627 144521970 ENST00000426786 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144505804 144520841 ENST00000435404 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144506091 144516503 ENST00000444883 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144506277 144521002 ENST00000411941 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144516419 144520983 ENST00000458262 NA RP11-640M9.1 ENSG00000236943 Not Supported Not Supported +transcript 1 144491442 144491605 ENST00000384101 NA RNVU1-5 ENSG00000206828 Not Supported Not Supported +transcript 1 144534038 144534199 ENST00000364829 NA RNU1-59P ENSG00000201699 Not Supported Not Supported +transcript 1 144593363 144621656 ENST00000429694 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144593678 144621656 ENST00000421407 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144593720 144605701 ENST00000447534 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144593736 144597070 ENST00000439352 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144593808 144603193 ENST00000428365 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144593907 144620039 ENST00000449960 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144594045 144605891 ENST00000419820 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144598512 144620094 ENST00000423405 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144598614 144606278 ENST00000448227 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144598651 144607547 ENST00000437451 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144598655 144620094 ENST00000437133 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144604417 144621656 ENST00000446541 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144614388 144621656 ENST00000428366 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144614532 144619419 ENST00000448172 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144615131 144621656 ENST00000589820 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144615131 144621655 ENST00000334866 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144618160 144621548 ENST00000427261 NA RP11-640M9.2 ENSG00000225241 Not Supported Not Supported +transcript 1 144612266 144612683 ENST00000476442 NA PFN1P2 ENSG00000203843 Not Supported Not Supported +transcript 1 144676874 144679969 ENST00000313342 NA WI2-1896O14.1 ENSG00000215861 Not Supported Not Supported +transcript 1 144811744 144830301 ENST00000338347 NA NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144811744 144811957 ENST00000338347 1 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144813742 144813844 ENST00000338347 2 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144814680 144814894 ENST00000338347 3 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144815936 144816008 ENST00000338347 4 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144816473 144816678 ENST00000338347 5 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144817966 144818017 ENST00000338347 6 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144821921 144822084 ENST00000338347 7 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823128 144823179 ENST00000338347 8 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823813 144823892 ENST00000338347 9 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144825433 144825525 ENST00000338347 10 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826235 144826286 ENST00000338347 11 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826933 144827105 ENST00000338347 12 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144827820 144827928 ENST00000338347 13 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144828541 144828781 ENST00000338347 14 NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811744 144830301 ENST00000440491 NA NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144811744 144811957 ENST00000440491 1 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144813742 144813844 ENST00000440491 2 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144814680 144814894 ENST00000440491 3 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144815936 144816008 ENST00000440491 4 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144816473 144816678 ENST00000440491 5 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144817966 144818017 ENST00000440491 6 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144821921 144822084 ENST00000440491 7 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823128 144823179 ENST00000440491 8 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823813 144823985 ENST00000440491 9 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144824705 144824756 ENST00000440491 10 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144825353 144825525 ENST00000440491 11 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826235 144826286 ENST00000440491 12 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826933 144826990 ENST00000440491 13 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826995 144827105 ENST00000440491 14 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144827820 144827928 ENST00000440491 15 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144828541 144828554 ENST00000440491 16 NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811748 144815261 ENST00000483630 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811748 144830302 ENST00000468645 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811748 144830302 ENST00000496755 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811748 144830302 ENST00000491652 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811748 144830413 ENST00000375552 NA NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144811748 144811957 ENST00000375552 1 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144813742 144813844 ENST00000375552 2 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144814680 144814894 ENST00000375552 3 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144815936 144816008 ENST00000375552 4 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144816473 144816678 ENST00000375552 5 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144817966 144818017 ENST00000375552 6 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144821921 144822084 ENST00000375552 7 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823128 144823179 ENST00000375552 8 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823813 144823985 ENST00000375552 9 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144824705 144824756 ENST00000375552 10 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144825353 144825525 ENST00000375552 11 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826235 144826286 ENST00000375552 12 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144826933 144827105 ENST00000375552 13 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144827820 144827928 ENST00000375552 14 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144828541 144828784 ENST00000375552 15 NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144811943 144830300 ENST00000281815 NA NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144822003 144822084 ENST00000281815 7 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823128 144823179 ENST00000281815 8 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144823813 144823985 ENST00000281815 9 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144824705 144824740 ENST00000281815 10 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144825783 144825788 ENST00000281815 11 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144827898 144827928 ENST00000281815 12 NBPF9 ENSG00000168614 Not Supported Not Supported +CDS 1 144828541 144828781 ENST00000281815 13 NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144814560 144816049 ENST00000465793 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144814683 144816795 ENST00000471873 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144815811 144816677 ENST00000484811 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144815944 144818310 ENST00000472811 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144820976 144827865 ENST00000488888 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144822562 144830301 ENST00000473761 NA NBPF9 ENSG00000168614 Not Supported Not Supported +transcript 1 144833168 144835867 ENST00000466343 NA RP4-791M13.3 ENSG00000254539 Not Supported Not Supported +transcript 1 144836157 144837850 ENST00000469668 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144836186 144854571 ENST00000531417 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144836385 144837429 ENST00000528060 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144837176 144856884 ENST00000525630 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144837656 144854197 ENST00000460027 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144837859 144852925 ENST00000524688 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851424 145040002 ENST00000313382 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145039590 145039609 ENST00000313382 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000313382 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000313382 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000313382 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000313382 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000313382 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000313382 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000313382 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000313382 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000313382 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000313382 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000313382 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000313382 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000313382 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000313382 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000313382 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000313382 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000313382 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000313382 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000313382 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000313382 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000313382 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000313382 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000313382 24 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000313382 25 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144886097 144886329 ENST00000313382 26 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882776 144882881 ENST00000313382 27 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000313382 28 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880742 144880861 ENST00000313382 29 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144879035 144879563 ENST00000313382 30 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144877036 144877271 ENST00000313382 31 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144875977 144876028 ENST00000313382 32 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144874681 144874904 ENST00000313382 33 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144873877 144874029 ENST00000313382 34 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144867921 144868172 ENST00000313382 35 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866723 ENST00000313382 36 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000313382 37 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000313382 38 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000313382 39 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144859759 144859998 ENST00000313382 40 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000313382 41 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000313382 42 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855740 144855883 ENST00000313382 43 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854518 144854656 ENST00000313382 44 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854165 144854211 ENST00000313382 45 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144852461 144852499 ENST00000313382 46 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851427 144909905 ENST00000524974 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851427 144994921 ENST00000369354 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000369354 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369354 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369354 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000369354 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000369354 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000369354 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000369354 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000369354 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000369354 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000369354 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000369354 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000369354 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000369354 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000369354 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000369354 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000369354 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000369354 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000369354 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000369354 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000369354 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000369354 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000369354 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144886097 144886329 ENST00000369354 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882446 144882881 ENST00000369354 24 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000369354 25 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880742 144880861 ENST00000369354 26 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144879035 144879563 ENST00000369354 27 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144877036 144877271 ENST00000369354 28 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144875977 144876028 ENST00000369354 29 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144874681 144874904 ENST00000369354 30 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144873877 144874029 ENST00000369354 31 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144871696 144871881 ENST00000369354 32 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144867921 144868172 ENST00000369354 33 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866723 ENST00000369354 34 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000369354 35 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000369354 36 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000369354 37 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144859759 144859998 ENST00000369354 38 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000369354 39 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000369354 40 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855740 144855883 ENST00000369354 41 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854518 144854656 ENST00000369354 42 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854165 144854211 ENST00000369354 43 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144852461 144852499 ENST00000369354 44 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851427 144995022 ENST00000369356 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000369356 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369356 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369356 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000369356 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000369356 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000369356 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000369356 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000369356 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000369356 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000369356 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000369356 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000369356 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000369356 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000369356 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000369356 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000369356 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000369356 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000369356 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000369356 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000369356 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000369356 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000369356 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144886097 144886329 ENST00000369356 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882446 144882881 ENST00000369356 24 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000369356 25 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880742 144880861 ENST00000369356 26 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144879035 144879563 ENST00000369356 27 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144877036 144877271 ENST00000369356 28 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144875977 144876028 ENST00000369356 29 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144874681 144874904 ENST00000369356 30 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144873877 144874029 ENST00000369356 31 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144871696 144871881 ENST00000369356 32 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144867921 144868172 ENST00000369356 33 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866723 ENST00000369356 34 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000369356 35 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000369356 36 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000369356 37 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144859759 144859998 ENST00000369356 38 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000369356 39 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000369356 40 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855740 144855883 ENST00000369356 41 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854518 144854656 ENST00000369356 42 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854165 144854211 ENST00000369356 43 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144852357 144852443 ENST00000369356 44 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851488 145075901 ENST00000530740 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000530740 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000530740 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000530740 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000530740 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000530740 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000530740 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000530740 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000530740 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000530740 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000530740 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000530740 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000530740 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000530740 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000530740 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000530740 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000530740 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000530740 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000530740 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000530740 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000530740 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000530740 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000530740 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000530740 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000530740 24 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000530740 25 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144886097 144886329 ENST00000530740 26 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882446 144882881 ENST00000530740 27 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000530740 28 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880742 144880858 ENST00000530740 29 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144879035 144879563 ENST00000530740 30 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144877036 144877271 ENST00000530740 31 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144875977 144876028 ENST00000530740 32 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144874681 144874904 ENST00000530740 33 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144871696 144871881 ENST00000530740 34 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144867921 144868172 ENST00000530740 35 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866723 ENST00000530740 36 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000530740 37 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000530740 38 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000530740 39 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144859759 144859998 ENST00000530740 40 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000530740 41 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000530740 42 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855740 144855883 ENST00000530740 43 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854518 144854656 ENST00000530740 44 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854165 144854211 ENST00000530740 45 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144852461 144852499 ENST00000530740 46 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851488 145075901 ENST00000369359 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000369359 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000369359 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000369359 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000369359 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369359 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369359 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000369359 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000369359 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000369359 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000369359 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000369359 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000369359 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000369359 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000369359 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000369359 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000369359 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000369359 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000369359 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000369359 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000369359 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000369359 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000369359 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000369359 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000369359 24 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000369359 25 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144886097 144886329 ENST00000369359 26 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882446 144882881 ENST00000369359 27 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000369359 28 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880742 144880858 ENST00000369359 29 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144879035 144879563 ENST00000369359 30 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144877036 144877271 ENST00000369359 31 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144875977 144876028 ENST00000369359 32 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144874681 144874904 ENST00000369359 33 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144873877 144874029 ENST00000369359 34 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144871696 144871881 ENST00000369359 35 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144867921 144868172 ENST00000369359 36 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866723 ENST00000369359 37 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000369359 38 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000369359 39 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000369359 40 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144859759 144859998 ENST00000369359 41 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000369359 42 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000369359 43 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855740 144855883 ENST00000369359 44 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854518 144854656 ENST00000369359 45 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144854165 144854211 ENST00000369359 46 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144852461 144852499 ENST00000369359 47 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144851946 144854450 ENST00000464924 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144852141 144904714 ENST00000530062 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904714 ENST00000530062 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000530062 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856988 144857042 ENST00000530062 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144852299 144853294 ENST00000526182 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144854367 144857016 ENST00000533768 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144855771 144857849 ENST00000534367 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144855856 144866711 ENST00000530130 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144866592 144866711 ENST00000530130 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144865810 144865929 ENST00000530130 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144864135 144864324 ENST00000530130 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144863318 144863442 ENST00000530130 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144857612 144857728 ENST00000530130 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144856816 144857042 ENST00000530130 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144855856 144855883 ENST00000530130 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144856999 144867980 ENST00000526664 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144857640 144860234 ENST00000534466 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144859891 144866850 ENST00000481227 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144862705 144876023 ENST00000479369 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144863400 144866137 ENST00000527901 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144864135 144919011 ENST00000525886 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144864883 144866678 ENST00000494734 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144880801 144882701 ENST00000530592 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144882446 144882701 ENST00000530592 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144881430 144881622 ENST00000530592 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144880801 144880858 ENST00000530592 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144890591 144921903 ENST00000467859 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144890592 144904679 ENST00000491426 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904679 ENST00000491426 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000491426 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000491426 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144890975 144890989 ENST00000491426 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144890592 144994840 ENST00000369351 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000369351 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369351 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369351 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000369351 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000369351 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000369351 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000369351 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000369351 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000369351 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000369351 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000369351 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000369351 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000369351 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000369351 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000369351 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000369351 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000369351 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000369351 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000369351 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000369351 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000369351 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892441 144892589 ENST00000369351 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144890592 144994876 ENST00000369349 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000369349 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369349 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369349 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000369349 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946625 144946742 ENST00000369349 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000369349 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000369349 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000369349 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000369349 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000369349 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000369349 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000369349 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000369349 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000369349 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000369349 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000369349 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000369349 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000369349 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000369349 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000369349 20 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000369349 21 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000369349 22 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892217 144892219 ENST00000369349 23 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144890594 144932365 ENST00000313431 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144930584 144931708 ENST00000313431 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000313431 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000313431 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000313431 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000313431 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000313431 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000313431 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000313431 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000313431 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000313431 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000313431 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000313431 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000313431 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000313431 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000313431 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000313431 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903077 144903204 ENST00000313431 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892501 144892589 ENST00000313431 18 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144892217 144892219 ENST00000313431 19 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144892240 144916293 ENST00000533963 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144897997 144932148 ENST00000529945 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144930584 144931708 ENST00000529945 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923821 ENST00000529945 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000529945 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000529945 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000529945 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000529945 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000529945 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000529945 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000529945 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000529945 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000529945 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000529945 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000529945 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000529945 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000529945 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000529945 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903033 144903204 ENST00000529945 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144902728 144932552 ENST00000479408 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144923690 144923818 ENST00000479408 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922519 144922638 ENST00000479408 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144922187 144922279 ENST00000479408 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922047 ENST00000479408 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918833 144918991 ENST00000479408 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917819 144917932 ENST00000479408 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144917499 144917636 ENST00000479408 8 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144916570 144916749 ENST00000479408 9 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144915445 144915639 ENST00000479408 10 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144912130 144912294 ENST00000479408 11 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144911882 144911963 ENST00000479408 12 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144909869 144909960 ENST00000479408 13 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906421 144906537 ENST00000479408 14 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144906059 144906196 ENST00000479408 15 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144904625 144904737 ENST00000479408 16 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144903033 144903204 ENST00000479408 17 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144916705 144922065 ENST00000496263 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144918961 145039779 ENST00000532801 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145039590 145039609 ENST00000532801 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000532801 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015893 145016011 ENST00000532801 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144921835 144922020 ENST00000532801 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144918961 144918991 ENST00000532801 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144942180 145015938 ENST00000496572 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145015938 ENST00000496572 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000496572 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946734 144946742 ENST00000496572 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144946055 145039955 ENST00000530078 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144946627 145039943 ENST00000497529 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144946702 144994925 ENST00000533845 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144946711 144995082 ENST00000534536 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994956 144994994 ENST00000534536 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000534536 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000534536 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000534536 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952201 144952376 ENST00000534536 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144946711 144946742 ENST00000534536 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144951760 144994909 ENST00000369347 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000369347 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369347 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369347 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952200 144952376 ENST00000369347 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144951764 145076011 ENST00000527063 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144951764 145076186 ENST00000369348 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000369348 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000369348 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000369348 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000369348 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000369348 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952689 ENST00000369348 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952200 144952376 ENST00000369348 7 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952052 144955352 ENST00000477941 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952109 144995049 ENST00000528129 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994956 144994994 ENST00000528129 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000528129 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952687 144952689 ENST00000528129 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952132 144994925 ENST00000526445 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994731 ENST00000526445 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952687 144952689 ENST00000526445 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952201 144994925 ENST00000530472 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952201 144995082 ENST00000464103 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952201 145039942 ENST00000532803 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952201 145039944 ENST00000533163 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952201 145075989 ENST00000528552 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952251 145039848 ENST00000533259 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952566 144952684 ENST00000533259 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952251 144952368 ENST00000533259 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952338 145039792 ENST00000530822 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145039590 145039609 ENST00000530822 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000530822 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000530822 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000530822 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952687 144952689 ENST00000530822 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144952679 145039078 ENST00000531369 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145038917 145038939 ENST00000531369 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000531369 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000531369 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144994591 144994701 ENST00000531369 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144955216 144955292 ENST00000531369 5 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 144952679 144952689 ENST00000531369 6 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144968749 145075891 ENST00000533396 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145013831 145039771 ENST00000493130 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145039590 145039609 ENST00000493130 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000493130 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015860 145016011 ENST00000493130 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145014071 145014313 ENST00000493130 4 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145015684 145039786 ENST00000478649 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145039590 145039609 ENST00000478649 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000478649 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145015842 145016011 ENST00000478649 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145015864 145039865 ENST00000485062 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145015873 145039851 ENST00000530940 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145015895 145076030 ENST00000526359 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000526359 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000526359 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145017980 145017999 ENST00000526359 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145015959 145075977 ENST00000528661 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000528661 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145021112 145021167 ENST00000528661 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145017980 145018002 ENST00000528661 3 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 145074825 145076077 ENST00000369345 NA PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145075630 145075862 ENST00000369345 1 PDE4DIP ENSG00000178104 Not Supported Not Supported +CDS 1 145074967 145075060 ENST00000369345 2 PDE4DIP ENSG00000178104 Not Supported Not Supported +transcript 1 144858174 144865800 ENST00000532137 NA RP4-791M13.4 ENSG00000255148 Not Supported Not Supported +transcript 1 144874945 144878163 ENST00000531288 NA RP4-791M13.5 ENSG00000254913 Not Supported Not Supported +transcript 1 144877330 144877395 ENST00000582173 NA AL138796.1 ENSG00000266739 Not Supported Not Supported +transcript 1 144944672 144944750 ENST00000410856 NA RNU2-38P ENSG00000222788 Not Supported Not Supported +transcript 1 144989309 144991365 ENST00000596396 NA AL590452.1 ENSG00000268172 Not Supported Not Supported +CDS 1 144989641 144990018 ENST00000596396 1 AL590452.1 ENSG00000268172 Not Supported Not Supported +transcript 1 145018395 145018959 ENST00000610119 NA RP11-326G21.1 ENSG00000272755 Not Supported Not Supported +transcript 1 145044651 145044900 ENST00000516847 NA RN7SKP88 ENSG00000252656 Not Supported Not Supported +transcript 1 145088039 145088567 ENST00000605141 NA RP4-725K1.1 ENSG00000271546 Not Supported Not Supported +transcript 1 145096220 145116922 ENST00000453618 NA SEC22B ENSG00000223380 Not Supported Not Supported +transcript 1 145096531 145100984 ENST00000500203 NA SEC22B ENSG00000223380 Not Supported Not Supported +transcript 1 145139025 145139569 ENST00000322209 NA NUDT4P1 ENSG00000177144 Not Supported Not Supported +transcript 1 145139027 145139567 ENST00000360993 NA NUDT4P1 ENSG00000177144 Not Supported Not Supported +transcript 1 145149740 145149840 ENST00000364919 NA RNU6-1071P ENSG00000201789 Not Supported Not Supported +transcript 1 145200338 145200891 ENST00000610235 NA RP11-458D21.6 ENSG00000272709 Not Supported Not Supported +transcript 1 145209119 145282832 ENST00000362074 NA NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145248857 145248894 ENST00000362074 2 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145273185 145273444 ENST00000362074 3 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145281369 145281704 ENST00000362074 4 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145281955 145282028 ENST00000362074 5 NOTCH2NL ENSG00000213240 Not Supported Not Supported +transcript 1 145209119 145291654 ENST00000344859 NA NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145248857 145248894 ENST00000344859 2 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145273185 145273444 ENST00000344859 3 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145281369 145281704 ENST00000344859 4 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145290429 145290484 ENST00000344859 5 NOTCH2NL ENSG00000213240 Not Supported Not Supported +transcript 1 145224599 145285912 ENST00000369340 NA NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145248857 145248894 ENST00000369340 3 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145273185 145273444 ENST00000369340 4 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145281369 145281704 ENST00000369340 5 NOTCH2NL ENSG00000213240 Not Supported Not Supported +CDS 1 145281955 145282028 ENST00000369340 6 NOTCH2NL ENSG00000213240 Not Supported Not Supported +transcript 1 145290422 145291972 ENST00000479995 NA NOTCH2NL ENSG00000213240 Not Supported Not Supported +transcript 1 145209145 145319796 ENST00000468030 NA RP11-458D21.5 ENSG00000255168 Not Supported Not Supported +CDS 1 145248857 145248894 ENST00000468030 2 RP11-458D21.5 ENSG00000255168 Not Supported Not Supported +CDS 1 145273185 145273444 ENST00000468030 3 RP11-458D21.5 ENSG00000255168 Not Supported Not Supported +CDS 1 145281369 145281704 ENST00000468030 4 RP11-458D21.5 ENSG00000255168 Not Supported Not Supported +CDS 1 145293114 145293193 ENST00000468030 5 RP11-458D21.5 ENSG00000255168 Not Supported Not Supported +transcript 1 145289772 145370303 ENST00000369339 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145293406 145293580 ENST00000369339 3 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145301720 145301822 ENST00000369339 4 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145302654 145302868 ENST00000369339 5 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145303910 145303982 ENST00000369339 6 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145304447 145304652 ENST00000369339 7 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145305945 145305996 ENST00000369339 8 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145309900 145310063 ENST00000369339 9 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311103 145311154 ENST00000369339 10 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145354295 145354467 ENST00000369339 11 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355187 145355238 ENST00000369339 12 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355837 145356009 ENST00000369339 13 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145362979 145363030 ENST00000369339 14 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145363679 145363851 ENST00000369339 15 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145364566 145364674 ENST00000369339 16 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145368441 145368681 ENST00000369339 17 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145292806 145320556 ENST00000464433 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145293406 145293580 ENST00000464433 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145296357 145296370 ENST00000464433 3 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145292806 145367754 ENST00000448873 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145293406 145293580 ENST00000448873 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145296357 145296370 ENST00000448873 3 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145293114 145370199 ENST00000369338 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145299765 145299939 ENST00000369338 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145301720 145301822 ENST00000369338 3 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145302654 145302868 ENST00000369338 4 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145303910 145303982 ENST00000369338 5 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145304447 145304652 ENST00000369338 6 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145305945 145305996 ENST00000369338 7 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145309900 145310063 ENST00000369338 8 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311103 145311154 ENST00000369338 9 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311792 145311958 ENST00000369338 10 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145312678 145312729 ENST00000369338 11 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145313334 145313506 ENST00000369338 12 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145347255 145347306 ENST00000369338 13 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145349563 145349735 ENST00000369338 14 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145364566 145364674 ENST00000369338 15 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145368441 145368681 ENST00000369338 16 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145293371 145364611 ENST00000490598 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145293406 145293580 ENST00000490598 1 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145295423 145295525 ENST00000490598 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145296357 145296571 ENST00000490598 3 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145297619 145297691 ENST00000490598 4 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145298155 145298366 ENST00000490598 5 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145299730 145299939 ENST00000490598 6 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145301720 145301822 ENST00000490598 7 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145302654 145302868 ENST00000490598 8 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145303910 145303982 ENST00000490598 9 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145304447 145304652 ENST00000490598 10 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145305945 145305996 ENST00000490598 11 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145309900 145309983 ENST00000490598 12 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311103 145311154 ENST00000490598 13 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145316512 145316532 ENST00000490598 14 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145293371 145368684 ENST00000342960 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145293406 145293580 ENST00000342960 1 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145295423 145295525 ENST00000342960 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145296357 145296571 ENST00000342960 3 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145297619 145297691 ENST00000342960 4 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145298155 145298366 ENST00000342960 5 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145299730 145299939 ENST00000342960 6 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145301720 145301822 ENST00000342960 7 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145302654 145302868 ENST00000342960 8 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145303910 145303982 ENST00000342960 9 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145304447 145304652 ENST00000342960 10 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145305945 145305996 ENST00000342960 11 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145309900 145310063 ENST00000342960 12 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311103 145311154 ENST00000342960 13 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145313334 145313506 ENST00000342960 14 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145314216 145314267 ENST00000342960 15 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145314904 145315076 ENST00000342960 16 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145315791 145315899 ENST00000342960 17 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145316512 145316684 ENST00000342960 18 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145317406 145317457 ENST00000342960 19 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145318054 145318226 ENST00000342960 20 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145318936 145318987 ENST00000342960 21 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145319624 145319796 ENST00000342960 22 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145320511 145320619 ENST00000342960 23 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145321230 145321402 ENST00000342960 24 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145322124 145322175 ENST00000342960 25 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145322772 145322944 ENST00000342960 26 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145323654 145323705 ENST00000342960 27 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145324348 145324520 ENST00000342960 28 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145325235 145325343 ENST00000342960 29 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145325952 145326124 ENST00000342960 30 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145326846 145326897 ENST00000342960 31 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145327493 145327665 ENST00000342960 32 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145328375 145328432 ENST00000342960 33 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145329079 145329251 ENST00000342960 34 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145329966 145330074 ENST00000342960 35 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145330683 145330855 ENST00000342960 36 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145331575 145331626 ENST00000342960 37 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145332223 145332395 ENST00000342960 38 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145333105 145333156 ENST00000342960 39 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145333797 145333969 ENST00000342960 40 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145334684 145334792 ENST00000342960 41 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145335389 145335561 ENST00000342960 42 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145336281 145336332 ENST00000342960 43 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145336929 145337101 ENST00000342960 44 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145337811 145337862 ENST00000342960 45 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145338517 145338689 ENST00000342960 46 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145339404 145339512 ENST00000342960 47 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145340109 145340281 ENST00000342960 48 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145341001 145341052 ENST00000342960 49 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145341649 145341821 ENST00000342960 50 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145342531 145342582 ENST00000342960 51 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145343241 145343413 ENST00000342960 52 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145344128 145344236 ENST00000342960 53 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145344833 145345005 ENST00000342960 54 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145345725 145345776 ENST00000342960 55 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145346373 145346545 ENST00000342960 56 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145347255 145347306 ENST00000342960 57 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145347965 145348137 ENST00000342960 58 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145348852 145348960 ENST00000342960 59 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145349563 145349735 ENST00000342960 60 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145350455 145350506 ENST00000342960 61 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145351103 145351275 ENST00000342960 62 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145351985 145352036 ENST00000342960 63 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145352685 145352857 ENST00000342960 64 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145353572 145353680 ENST00000342960 65 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145354295 145354467 ENST00000342960 66 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355187 145355238 ENST00000342960 67 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355837 145356009 ENST00000342960 68 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145356719 145356770 ENST00000342960 69 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145357417 145357589 ENST00000342960 70 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145358304 145358412 ENST00000342960 71 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145359015 145359187 ENST00000342960 72 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145359907 145359958 ENST00000342960 73 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145360555 145360727 ENST00000342960 74 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145361449 145361500 ENST00000342960 75 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145362097 145362269 ENST00000342960 76 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145362979 145363030 ENST00000342960 77 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145363679 145363851 ENST00000342960 78 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145364566 145364674 ENST00000342960 79 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145365287 145365459 ENST00000342960 80 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145366179 145366230 ENST00000342960 81 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145366827 145366999 ENST00000342960 82 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145367714 145367822 ENST00000342960 83 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145368441 145368681 ENST00000342960 84 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145301735 145369590 ENST00000605176 NA NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145301735 145301822 ENST00000605176 1 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145302654 145302868 ENST00000605176 2 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145303910 145303982 ENST00000605176 3 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145304447 145304652 ENST00000605176 4 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145305945 145305996 ENST00000605176 5 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145309900 145310063 ENST00000605176 6 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145311103 145311154 ENST00000605176 7 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145344833 145345005 ENST00000605176 8 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145345725 145345776 ENST00000605176 9 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145346373 145346545 ENST00000605176 10 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145347255 145347306 ENST00000605176 11 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145347965 145348137 ENST00000605176 12 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145348852 145348960 ENST00000605176 13 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145349563 145349735 ENST00000605176 14 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145350455 145350506 ENST00000605176 15 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145354295 145354467 ENST00000605176 16 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355187 145355238 ENST00000605176 17 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145355837 145356009 ENST00000605176 18 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145362979 145363030 ENST00000605176 19 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145363679 145363851 ENST00000605176 20 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145364566 145364674 ENST00000605176 21 NBPF10 ENSG00000163386 Not Supported Not Supported +CDS 1 145368441 145368684 ENST00000605176 22 NBPF10 ENSG00000163386 Not Supported Not Supported +transcript 1 145373054 145382397 ENST00000433081 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145373296 145377311 ENST00000457465 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145373297 145382378 ENST00000421937 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145375649 145382434 ENST00000610154 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145376167 145377772 ENST00000452883 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145376327 145382362 ENST00000419817 NA RP11-458D21.1 ENSG00000233396 Not Supported Not Supported +transcript 1 145382757 145382920 ENST00000364688 NA RNVU1-6 ENSG00000201558 Not Supported Not Supported +transcript 1 145413095 145417543 ENST00000357836 NA HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145415521 145415838 ENST00000357836 2 HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145416313 145416933 ENST00000357836 3 HFE2 ENSG00000168509 Not Supported Not Supported +transcript 1 145413278 145415461 ENST00000421822 NA HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145414782 145414878 ENST00000421822 2 HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145415279 145415461 ENST00000421822 3 HFE2 ENSG00000168509 Not Supported Not Supported +transcript 1 145413278 145417545 ENST00000336751 NA HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145414782 145414878 ENST00000336751 2 HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145415279 145415838 ENST00000336751 3 HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145416313 145416933 ENST00000336751 4 HFE2 ENSG00000168509 Not Supported Not Supported +transcript 1 145413278 145417545 ENST00000497365 NA HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145416334 145416933 ENST00000497365 3 HFE2 ENSG00000168509 Not Supported Not Supported +transcript 1 145413279 145417545 ENST00000475797 NA HFE2 ENSG00000168509 Not Supported Not Supported +CDS 1 145416334 145416933 ENST00000475797 2 HFE2 ENSG00000168509 Not Supported Not Supported +transcript 1 145438469 145442635 ENST00000369317 NA TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145438803 145439052 ENST00000369317 1 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145439593 145439665 ENST00000369317 2 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145439778 145439925 ENST00000369317 3 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440038 145440140 ENST00000369317 4 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440269 145440525 ENST00000369317 5 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440632 145440788 ENST00000369317 6 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440902 145441053 ENST00000369317 7 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145441183 145441215 ENST00000369317 8 TXNIP ENSG00000117289 Not Supported Not Supported +transcript 1 145438511 145442592 ENST00000475171 NA TXNIP ENSG00000117289 Not Supported Not Supported +transcript 1 145439306 145440992 ENST00000425134 NA TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145439508 145439665 ENST00000425134 1 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145439778 145439925 ENST00000425134 2 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440038 145440140 ENST00000425134 3 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440269 145440525 ENST00000425134 4 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440632 145440788 ENST00000425134 5 TXNIP ENSG00000117289 Not Supported Not Supported +CDS 1 145440902 145440992 ENST00000425134 6 TXNIP ENSG00000117289 Not Supported Not Supported +transcript 1 145439815 145441548 ENST00000488537 NA TXNIP ENSG00000117289 Not Supported Not Supported +transcript 1 145440853 145441490 ENST00000486597 NA TXNIP ENSG00000117289 Not Supported Not Supported +transcript 1 145456236 145470387 ENST00000369314 NA POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145460097 145460222 ENST00000369314 2 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145459652 145459781 ENST00000369314 3 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145457935 145458003 ENST00000369314 4 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145457548 145457604 ENST00000369314 5 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145457236 145457309 ENST00000369314 6 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145456991 145457104 ENST00000369314 7 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145456640 145456723 ENST00000369314 8 POLR3GL ENSG00000121851 Not Supported Not Supported +transcript 1 145456236 145470388 ENST00000446572 NA POLR3GL ENSG00000121851 Not Supported Not Supported +transcript 1 145456514 145470387 ENST00000369313 NA POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145460097 145460222 ENST00000369313 2 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145459652 145459781 ENST00000369313 3 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145457548 145457604 ENST00000369313 4 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145457236 145457309 ENST00000369313 5 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145456991 145457104 ENST00000369313 6 POLR3GL ENSG00000121851 Not Supported Not Supported +CDS 1 145456640 145456723 ENST00000369313 7 POLR3GL ENSG00000121851 Not Supported Not Supported +transcript 1 145456565 145470374 ENST00000471706 NA POLR3GL ENSG00000121851 Not Supported Not Supported +transcript 1 145470508 145475646 ENST00000323397 NA ANKRD34A ENSG00000181039 Not Supported Not Supported +CDS 1 145473329 145474816 ENST00000323397 4 ANKRD34A ENSG00000181039 Not Supported Not Supported +transcript 1 145475982 145507857 ENST00000600340 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145484751 145507857 ENST00000598103 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145486034 145507857 ENST00000598354 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145486043 145507857 ENST00000599469 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145486263 145507857 ENST00000597144 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145486272 145493959 ENST00000437207 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145490462 145507857 ENST00000595518 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145492839 145493891 ENST00000366105 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493007 145507857 ENST00000595494 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493881 145507490 ENST00000421764 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493881 145507611 ENST00000448561 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493881 145507857 ENST00000599626 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493881 145507857 ENST00000599147 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493881 145507988 ENST00000437797 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493884 145508218 ENST00000412239 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145493893 145507857 ENST00000601726 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145507357 145508319 ENST00000447686 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145507600 145508503 ENST00000596355 NA RP11-315I20.1 ENSG00000234222 Not Supported Not Supported +transcript 1 145477085 145501669 ENST00000369308 NA LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145477159 145477450 ENST00000369308 1 LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145487304 145487467 ENST00000369308 2 LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145492235 145492375 ENST00000369308 3 LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145497393 145497488 ENST00000369308 4 LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145498103 145498180 ENST00000369308 5 LIX1L ENSG00000152022 Not Supported Not Supported +CDS 1 145498536 145498775 ENST00000369308 6 LIX1L ENSG00000152022 Not Supported Not Supported +transcript 1 145507598 145508611 ENST00000484825 NA RBM8A ENSG00000131795 Not Supported Not Supported +transcript 1 145507598 145508947 ENST00000498663 NA RBM8A ENSG00000131795 Not Supported Not Supported +transcript 1 145507598 145513536 ENST00000330165 NA RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145507667 145507733 ENST00000330165 1 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508016 145508075 ENST00000330165 2 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508207 145508284 ENST00000330165 3 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508475 145508611 ENST00000330165 4 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508916 145509052 ENST00000330165 5 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145509166 145509208 ENST00000330165 6 RBM8A ENSG00000131795 Not Supported Not Supported +transcript 1 145507633 145509451 ENST00000369307 NA RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145507667 145507733 ENST00000369307 1 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508016 145508075 ENST00000369307 2 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508210 145508284 ENST00000369307 3 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508475 145508611 ENST00000369307 4 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145508916 145509052 ENST00000369307 5 RBM8A ENSG00000131795 Not Supported Not Supported +CDS 1 145509166 145509208 ENST00000369307 6 RBM8A ENSG00000131795 Not Supported Not Supported +transcript 1 145509752 145515745 ENST00000361928 NA GNRHR2 ENSG00000211451 Not Supported Not Supported +transcript 1 145509779 145516076 ENST00000312753 NA GNRHR2 ENSG00000211451 Not Supported Not Supported +transcript 1 145509860 145515745 ENST00000581100 NA GNRHR2 ENSG00000211451 Not Supported Not Supported +transcript 1 145514188 145515899 ENST00000469718 NA GNRHR2 ENSG00000211451 Not Supported Not Supported +transcript 1 145514889 145516076 ENST00000604273 NA GNRHR2 ENSG00000211451 Not Supported Not Supported +transcript 1 145516252 145523730 ENST00000369306 NA PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145516401 145516456 ENST00000369306 1 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145517273 145517388 ENST00000369306 2 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145518071 145518272 ENST00000369306 3 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145522514 145522916 ENST00000369306 4 PEX11B ENSG00000131779 Not Supported Not Supported +transcript 1 145516560 145523729 ENST00000537888 NA PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145516644 145516657 ENST00000537888 1 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145517273 145517388 ENST00000537888 2 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145518071 145518272 ENST00000537888 3 PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145522514 145522916 ENST00000537888 4 PEX11B ENSG00000131779 Not Supported Not Supported +transcript 1 145522674 145523730 ENST00000428634 NA PEX11B ENSG00000131779 Not Supported Not Supported +CDS 1 145522674 145522919 ENST00000428634 1 PEX11B ENSG00000131779 Not Supported Not Supported +transcript 1 145524891 145543868 ENST00000369304 NA ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145525066 145525117 ENST00000369304 1 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145527613 145527724 ENST00000369304 2 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145527928 145528037 ENST00000369304 3 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145528254 145528345 ENST00000369304 4 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145528570 145528684 ENST00000369304 5 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530267 145530394 ENST00000369304 6 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530878 145531026 ENST00000369304 7 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532115 145532265 ENST00000369304 8 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532457 145532622 ENST00000369304 9 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532757 145532830 ENST00000369304 10 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533055 145533199 ENST00000369304 11 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533412 145533560 ENST00000369304 12 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533798 145533941 ENST00000369304 13 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534083 145534286 ENST00000369304 14 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534889 145535019 ENST00000369304 15 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535735 145535901 ENST00000369304 16 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535998 145536140 ENST00000369304 17 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145536853 145536966 ENST00000369304 18 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537176 145537261 ENST00000369304 19 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537423 145537564 ENST00000369304 20 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537737 145537829 ENST00000369304 21 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537989 145538065 ENST00000369304 22 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538218 145538307 ENST00000369304 23 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538724 145538808 ENST00000369304 24 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538980 145539093 ENST00000369304 25 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539365 145539445 ENST00000369304 26 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539683 145539796 ENST00000369304 27 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541441 145541536 ENST00000369304 28 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541802 145541915 ENST00000369304 29 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145542213 145542275 ENST00000369304 30 ITGA10 ENSG00000143127 Not Supported Not Supported +transcript 1 145524969 145529320 ENST00000468261 NA ITGA10 ENSG00000143127 Not Supported Not Supported +transcript 1 145525016 145542533 ENST00000539363 NA ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145525066 145525117 ENST00000539363 1 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530267 145530394 ENST00000539363 2 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530878 145531026 ENST00000539363 3 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532115 145532265 ENST00000539363 4 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532457 145532622 ENST00000539363 5 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532757 145532830 ENST00000539363 6 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533055 145533199 ENST00000539363 7 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533412 145533560 ENST00000539363 8 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533798 145533941 ENST00000539363 9 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534083 145534286 ENST00000539363 10 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534889 145535019 ENST00000539363 11 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535735 145535901 ENST00000539363 12 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535998 145536140 ENST00000539363 13 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145536853 145536966 ENST00000539363 14 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537176 145537261 ENST00000539363 15 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537423 145537564 ENST00000539363 16 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537737 145537829 ENST00000539363 17 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537989 145538065 ENST00000539363 18 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538218 145538307 ENST00000539363 19 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538724 145538808 ENST00000539363 20 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538980 145539093 ENST00000539363 21 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539365 145539445 ENST00000539363 22 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539683 145539796 ENST00000539363 23 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541441 145541536 ENST00000539363 24 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541802 145541915 ENST00000539363 25 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145542213 145542275 ENST00000539363 26 ITGA10 ENSG00000143127 Not Supported Not Supported +transcript 1 145525035 145542539 ENST00000538811 NA ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145527637 145527724 ENST00000538811 2 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530267 145530394 ENST00000538811 3 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145530878 145531026 ENST00000538811 4 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532115 145532265 ENST00000538811 5 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532457 145532622 ENST00000538811 6 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145532757 145532830 ENST00000538811 7 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533055 145533199 ENST00000538811 8 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533412 145533560 ENST00000538811 9 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145533798 145533941 ENST00000538811 10 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534083 145534286 ENST00000538811 11 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145534889 145535019 ENST00000538811 12 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535735 145535901 ENST00000538811 13 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145535998 145536140 ENST00000538811 14 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145536853 145536966 ENST00000538811 15 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537176 145537261 ENST00000538811 16 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537423 145537564 ENST00000538811 17 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537737 145537829 ENST00000538811 18 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145537989 145538065 ENST00000538811 19 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538218 145538307 ENST00000538811 20 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538724 145538808 ENST00000538811 21 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145538980 145539093 ENST00000538811 22 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539365 145539445 ENST00000538811 23 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145539683 145539796 ENST00000538811 24 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541441 145541536 ENST00000538811 25 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145541802 145541915 ENST00000538811 26 ITGA10 ENSG00000143127 Not Supported Not Supported +CDS 1 145542213 145542275 ENST00000538811 27 ITGA10 ENSG00000143127 Not Supported Not Supported +transcript 1 145530952 145532622 ENST00000481236 NA ITGA10 ENSG00000143127 Not Supported Not Supported +transcript 1 145541593 145542229 ENST00000415065 NA RP11-315I20.3 ENSG00000244619 Not Supported Not Supported +transcript 1 145549230 145568526 ENST00000355594 NA ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145549317 145549355 ENST00000355594 1 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145555692 145555822 ENST00000355594 2 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145556601 145556689 ENST00000355594 3 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145557048 145557112 ENST00000355594 4 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145558208 145558265 ENST00000355594 5 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145558442 145558512 ENST00000355594 6 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145558835 145558941 ENST00000355594 7 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145560075 145560259 ENST00000355594 8 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145560889 145560926 ENST00000355594 9 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145561096 145563099 ENST00000355594 10 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145566686 145566775 ENST00000355594 11 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145567030 145567095 ENST00000355594 12 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145567694 145567753 ENST00000355594 13 ANKRD35 ENSG00000198483 Not Supported Not Supported +transcript 1 145549244 145561166 ENST00000544626 NA ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145549317 145549355 ENST00000544626 1 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145555692 145555822 ENST00000544626 2 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145556601 145556689 ENST00000544626 3 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145557048 145557112 ENST00000544626 4 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145558442 145558512 ENST00000544626 5 ANKRD35 ENSG00000198483 Not Supported Not Supported +CDS 1 145558835 145558850 ENST00000544626 6 ANKRD35 ENSG00000198483 Not Supported Not Supported +transcript 1 145575233 145580322 ENST00000393046 NA PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578065 145578479 ENST00000393046 2 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578637 145578721 ENST00000393046 3 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578950 145579000 ENST00000393046 4 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145579242 145579332 ENST00000393046 5 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580188 145580322 ENST00000393046 6 PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145575290 145580662 ENST00000369299 NA PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578065 145578479 ENST00000369299 2 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578637 145578721 ENST00000369299 3 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578950 145579000 ENST00000369299 4 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145579242 145579332 ENST00000369299 5 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580188 145580415 ENST00000369299 6 PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145575324 145578307 ENST00000463514 NA PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145577724 145577753 ENST00000463514 2 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578062 145578307 ENST00000463514 3 PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145575989 145586546 ENST00000393045 NA PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145576079 145576102 ENST00000393045 1 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578062 145578479 ENST00000393045 2 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578637 145578721 ENST00000393045 3 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578950 145579000 ENST00000393045 4 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145579242 145579332 ENST00000393045 5 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580188 145580322 ENST00000393045 6 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580505 145580610 ENST00000393045 7 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145581182 145581255 ENST00000393045 8 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145581404 145581564 ENST00000393045 9 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145583915 145584048 ENST00000393045 10 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584129 145584297 ENST00000393045 11 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584482 145584615 ENST00000393045 12 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584799 145584836 ENST00000393045 13 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145585356 145585619 ENST00000393045 14 PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145576024 145586546 ENST00000369298 NA PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145576079 145576102 ENST00000369298 1 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578062 145578295 ENST00000369298 2 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578401 145578479 ENST00000369298 3 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578637 145578721 ENST00000369298 4 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145578950 145579000 ENST00000369298 5 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145579242 145579332 ENST00000369298 6 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580188 145580322 ENST00000369298 7 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145580505 145580610 ENST00000369298 8 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145581182 145581255 ENST00000369298 9 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145581404 145581564 ENST00000369298 10 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145583915 145584048 ENST00000369298 11 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584129 145584297 ENST00000369298 12 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584482 145584615 ENST00000369298 13 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145584799 145584836 ENST00000369298 14 PIAS3 ENSG00000131788 Not Supported Not Supported +CDS 1 145585356 145585619 ENST00000369298 15 PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145576034 145579288 ENST00000484423 NA PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145578322 145580458 ENST00000498436 NA PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145580404 145586546 ENST00000475261 NA PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145583714 145586546 ENST00000472114 NA PIAS3 ENSG00000131788 Not Supported Not Supported +transcript 1 145586115 145589439 ENST00000334513 NA NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145589236 145589427 ENST00000334513 1 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145588872 145589055 ENST00000334513 2 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145588610 145588635 ENST00000334513 3 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145588378 145588470 ENST00000334513 4 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145587720 145587818 ENST00000334513 5 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145587349 145587485 ENST00000334513 6 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145586804 145586956 ENST00000334513 7 NUDT17 ENSG00000186364 Not Supported Not Supported +CDS 1 145586592 145586691 ENST00000334513 8 NUDT17 ENSG00000186364 Not Supported Not Supported +transcript 1 145586804 145589097 ENST00000498192 NA NUDT17 ENSG00000186364 Not Supported Not Supported +transcript 1 145586807 145589435 ENST00000477878 NA NUDT17 ENSG00000186364 Not Supported Not Supported +transcript 1 145587371 145588963 ENST00000444015 NA NUDT17 ENSG00000186364 Not Supported Not Supported +transcript 1 145587379 145589409 ENST00000460879 NA NUDT17 ENSG00000186364 Not Supported Not Supported +transcript 1 145592605 145610884 ENST00000334163 NA POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145609190 145609336 ENST00000334163 2 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145608404 145608659 ENST00000334163 3 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145608108 145608293 ENST00000334163 4 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145606275 145606363 ENST00000334163 5 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145601748 145601852 ENST00000334163 6 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145601530 145601622 ENST00000334163 7 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145598536 145598616 ENST00000334163 8 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145598244 145598295 ENST00000334163 9 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145597514 145597574 ENST00000334163 10 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145596904 145597054 ENST00000334163 11 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145595119 145595220 ENST00000334163 12 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145594945 145594994 ENST00000334163 13 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145594039 145594188 ENST00000334163 14 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145592693 145592771 ENST00000334163 15 POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145592617 145610937 ENST00000369294 NA POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145609190 145609336 ENST00000369294 2 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145608404 145608659 ENST00000369294 3 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145608108 145608293 ENST00000369294 4 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145606275 145606363 ENST00000369294 5 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145601748 145601852 ENST00000369294 6 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145601530 145601622 ENST00000369294 7 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145598536 145598616 ENST00000369294 8 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145598244 145598295 ENST00000369294 9 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145597514 145597574 ENST00000369294 10 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145596904 145597054 ENST00000369294 11 POLR3C ENSG00000186141 Not Supported Not Supported +CDS 1 145592760 145592771 ENST00000369294 12 POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145594703 145598573 ENST00000489436 NA POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145595119 145595595 ENST00000479819 NA POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145598256 145611025 ENST00000471254 NA POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145601756 145610730 ENST00000466003 NA POLR3C ENSG00000186141 Not Supported Not Supported +transcript 1 145611036 145696218 ENST00000369291 NA RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145611240 145611341 ENST00000369291 1 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145646115 145646173 ENST00000369291 2 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145650483 145650540 ENST00000369291 3 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145663159 145663367 ENST00000369291 4 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145682023 145682094 ENST00000369291 5 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145683575 145683647 ENST00000369291 6 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145684585 145684678 ENST00000369291 7 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145686976 145687091 ENST00000369291 8 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145688089 145688217 ENST00000369291 9 RNF115 ENSG00000121848 Not Supported Not Supported +transcript 1 145611050 145687091 ENST00000539368 NA RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145611240 145611341 ENST00000539368 1 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145646115 145646173 ENST00000539368 2 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145648016 145648019 ENST00000539368 3 RNF115 ENSG00000121848 Not Supported Not Supported +transcript 1 145611295 145663273 ENST00000542738 NA RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145611295 145611341 ENST00000542738 1 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145646115 145646173 ENST00000542738 2 RNF115 ENSG00000121848 Not Supported Not Supported +CDS 1 145646279 145646315 ENST00000542738 3 RNF115 ENSG00000121848 Not Supported Not Supported +transcript 1 145695798 145706861 ENST00000235933 NA CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145706686 145706758 ENST00000235933 1 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145704017 145704343 ENST00000235933 2 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145698953 145699090 ENST00000235933 3 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145696596 145696600 ENST00000235933 4 CD160 ENSG00000117281 Not Supported Not Supported +transcript 1 145695933 145715565 ENST00000369288 NA CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145706686 145706758 ENST00000369288 3 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145704017 145704343 ENST00000369288 4 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145698953 145699090 ENST00000369288 5 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145696596 145696600 ENST00000369288 6 CD160 ENSG00000117281 Not Supported Not Supported +transcript 1 145695933 145715614 ENST00000369290 NA CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145706686 145706758 ENST00000369290 2 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145698789 145699090 ENST00000369290 3 CD160 ENSG00000117281 Not Supported Not Supported +transcript 1 145696593 145715614 ENST00000401557 NA CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145706686 145706758 ENST00000401557 2 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145704017 145704343 ENST00000401557 3 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145698953 145699090 ENST00000401557 4 CD160 ENSG00000117281 Not Supported Not Supported +CDS 1 145696596 145696600 ENST00000401557 5 CD160 ENSG00000117281 Not Supported Not Supported +transcript 1 145726918 145754150 ENST00000443667 NA PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145747044 145747253 ENST00000443667 3 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145748338 145748587 ENST00000443667 4 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145752428 145752564 ENST00000443667 5 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145753955 145754150 ENST00000443667 6 PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145727724 145764067 ENST00000417171 NA PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145747044 145747253 ENST00000417171 2 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145748338 145748587 ENST00000417171 3 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145752428 145752564 ENST00000417171 4 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145753955 145754150 ENST00000417171 5 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145756417 145756613 ENST00000417171 6 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145761178 145761402 ENST00000417171 7 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145762039 145762329 ENST00000417171 8 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145763570 145763620 ENST00000417171 9 PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145727725 145763793 ENST00000451928 NA PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145747044 145747253 ENST00000451928 2 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145748338 145748587 ENST00000451928 3 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145756417 145756613 ENST00000451928 4 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145761178 145761402 ENST00000451928 5 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145762039 145762329 ENST00000451928 6 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145763570 145763620 ENST00000451928 7 PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145743263 145764074 ENST00000344770 NA PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145747044 145747253 ENST00000344770 2 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145748338 145748587 ENST00000344770 3 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145752428 145752564 ENST00000344770 4 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145753955 145754150 ENST00000344770 5 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145756417 145756613 ENST00000344770 6 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145761178 145761402 ENST00000344770 7 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145762039 145762329 ENST00000344770 8 PDZK1 ENSG00000174827 Not Supported Not Supported +CDS 1 145763570 145763620 ENST00000344770 9 PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145761303 145764073 ENST00000429537 NA PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145761349 145764072 ENST00000465595 NA PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145762211 145764074 ENST00000466386 NA PDZK1 ENSG00000174827 Not Supported Not Supported +transcript 1 145764411 145827073 ENST00000313835 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826888 145826929 ENST00000313835 1 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145818767 145818826 ENST00000313835 2 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000313835 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000313835 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811342 145811443 ENST00000313835 5 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145804245 145804365 ENST00000313835 6 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145803308 145803388 ENST00000313835 7 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145791061 145791170 ENST00000313835 8 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145788767 145788855 ENST00000313835 9 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145787772 145787864 ENST00000313835 10 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145771635 145771730 ENST00000313835 11 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145769408 145769497 ENST00000313835 12 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765369 145765434 ENST00000313835 13 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765022 145765225 ENST00000313835 14 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764596 145788795 ENST00000465185 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764596 145827073 ENST00000460277 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826888 145826929 ENST00000460277 1 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145818767 145818826 ENST00000460277 2 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000460277 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000460277 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811405 145811463 ENST00000460277 5 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764599 145790953 ENST00000493684 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764599 145827103 ENST00000454423 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811342 145811396 ENST00000454423 5 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145804245 145804365 ENST00000454423 6 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145803308 145803388 ENST00000454423 7 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145791061 145791170 ENST00000454423 8 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145788767 145788855 ENST00000454423 9 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145787772 145787864 ENST00000454423 10 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145771635 145771730 ENST00000454423 11 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145769408 145769497 ENST00000454423 12 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765369 145765434 ENST00000454423 13 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765022 145765225 ENST00000454423 14 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764875 145827015 ENST00000534502 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145818767 145818793 ENST00000534502 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000534502 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000534502 5 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811342 145811443 ENST00000534502 6 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145804245 145804365 ENST00000534502 7 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145803308 145803388 ENST00000534502 8 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145791061 145791170 ENST00000534502 9 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145788767 145788855 ENST00000534502 10 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145787772 145787864 ENST00000534502 11 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145771635 145771730 ENST00000534502 12 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145769408 145769497 ENST00000534502 13 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765369 145765434 ENST00000534502 14 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765022 145765225 ENST00000534502 15 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145764881 145826450 ENST00000462900 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145818767 145818793 ENST00000462900 2 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000462900 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000462900 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811342 145811443 ENST00000462900 5 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145804245 145804365 ENST00000462900 6 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145803308 145803388 ENST00000462900 7 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145791061 145791170 ENST00000462900 8 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145788767 145788855 ENST00000462900 9 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145787772 145787864 ENST00000462900 10 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145771635 145771730 ENST00000462900 11 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145769408 145769497 ENST00000462900 12 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765369 145765434 ENST00000462900 13 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145765022 145765225 ENST00000462900 14 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145771640 145804365 ENST00000478703 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145787803 145827030 ENST00000466593 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826888 145826929 ENST00000466593 1 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000466593 2 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000466593 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811342 145811443 ENST00000466593 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145804245 145804365 ENST00000466593 5 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145803308 145803388 ENST00000466593 6 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145791041 145791170 ENST00000466593 7 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145787821 145827036 ENST00000528944 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826888 145826929 ENST00000528944 1 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145818767 145818826 ENST00000528944 2 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145816637 145816740 ENST00000528944 3 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811896 145812002 ENST00000528944 4 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145811405 145811463 ENST00000528944 5 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145789111 145804338 ENST00000492401 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145811342 145823596 ENST00000527989 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145811832 145827044 ENST00000532574 NA GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145816709 145827015 ENST00000524525 NA GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826888 145826929 ENST00000524525 1 GPR89A ENSG00000117262 Not Supported Not Supported +CDS 1 145826593 145826715 ENST00000524525 2 GPR89A ENSG00000117262 Not Supported Not Supported +transcript 1 145827205 145833118 ENST00000437377 NA WI2-925H4.1 ENSG00000235702 Not Supported Not Supported +transcript 1 145883868 145924373 ENST00000447947 NA GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145883868 145883998 ENST00000447947 1 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145884855 145884935 ENST00000447947 2 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145897085 145897194 ENST00000447947 3 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145899406 145899494 ENST00000447947 4 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145900398 145900490 ENST00000447947 5 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145916725 145916820 ENST00000447947 6 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145918958 145919047 ENST00000447947 7 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145923028 145923093 ENST00000447947 8 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145923237 145923440 ENST00000447947 9 GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145883878 145899138 ENST00000544317 NA GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145883878 145916799 ENST00000542566 NA GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145883878 145883998 ENST00000542566 1 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145884855 145884935 ENST00000542566 2 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145897085 145897194 ENST00000542566 3 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145898863 145898918 ENST00000542566 4 GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145883878 145924047 ENST00000422044 NA GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145883878 145883998 ENST00000422044 1 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145884855 145884935 ENST00000422044 2 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145897085 145897194 ENST00000422044 3 GPR89C ENSG00000196644 Not Supported Not Supported +CDS 1 145898889 145898905 ENST00000422044 4 GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145897302 145923863 ENST00000535851 NA GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145899466 145923866 ENST00000421247 NA GPR89C ENSG00000196644 Not Supported Not Supported +transcript 1 145924388 145942619 ENST00000401011 NA PDZK1P1 ENSG00000215860 Not Supported Not Supported +transcript 1 145924827 145940113 ENST00000449151 NA PDZK1P1 ENSG00000215860 Not Supported Not Supported +transcript 1 145944938 145945104 ENST00000364235 NA RNU1-137P ENSG00000201105 Not Supported Not Supported +transcript 1 145952372 145956451 ENST00000428782 NA RP11-94I2.4 ENSG00000234245 Not Supported Not Supported +transcript 1 145969270 145969433 ENST00000384687 NA RNVU1-7 ENSG00000207418 Not Supported Not Supported +transcript 1 146011091 146025308 ENST00000420737 NA RP11-94I2.1 ENSG00000229828 Not Supported Not Supported +transcript 1 146032647 146082765 ENST00000604938 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057449 ENST00000604938 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146055345 146055447 ENST00000604938 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000604938 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000604938 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000604938 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000604938 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000604938 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000604938 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000604938 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000604938 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000604938 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000604938 17 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000604938 18 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000604938 19 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000604938 20 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000604938 21 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000604938 22 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035862 146036030 ENST00000604938 23 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035039 146035147 ENST00000604938 24 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146034395 146034408 ENST00000604938 25 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146032648 146040412 ENST00000604393 NA NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146032648 146040968 ENST00000401010 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146040968 ENST00000401010 1 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000401010 2 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000401010 3 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000401010 4 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000401010 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000401010 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035976 146036030 ENST00000401010 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035862 146035973 ENST00000401010 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035039 146035147 ENST00000401010 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146034168 146034408 ENST00000401010 10 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146032648 146082765 ENST00000339388 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057449 ENST00000339388 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146055345 146055447 ENST00000339388 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000339388 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000339388 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000339388 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000339388 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000339388 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000339388 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000339388 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046387 146046495 ENST00000339388 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046385 ENST00000339388 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000339388 17 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040970 146041053 ENST00000339388 18 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000339388 19 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000339388 20 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000339388 21 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000339388 22 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000339388 23 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035862 146036030 ENST00000339388 24 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035039 146035147 ENST00000339388 25 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146034395 146034408 ENST00000339388 26 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146032769 146082431 ENST00000603515 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057327 ENST00000603515 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000603515 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000603515 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000603515 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000603515 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000603515 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000603515 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000603515 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000603515 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000603515 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000603515 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039877 146039923 ENST00000603515 16 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146034019 146068245 ENST00000369323 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057327 ENST00000369323 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000369323 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000369323 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000369323 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000369323 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000369323 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000369323 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000369323 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000369323 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000369323 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000369323 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000369323 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000369323 17 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000369323 18 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000369323 19 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000369323 20 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035862 146036030 ENST00000369323 21 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035039 146035147 ENST00000369323 22 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146034395 146034408 ENST00000369323 23 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146034139 146057622 ENST00000604517 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057449 ENST00000604517 1 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000604517 2 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000604517 3 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000604517 4 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000604517 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000604517 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000604517 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037602 146037622 ENST00000604517 8 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146034139 146057622 ENST00000604906 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057449 ENST00000604906 1 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000604906 2 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000604906 3 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000604906 4 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000604906 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000604906 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000604906 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039142 146039162 ENST00000604906 8 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146034239 146082633 ENST00000605317 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146066115 146066241 ENST00000605317 4 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057484 ENST00000605317 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146055345 146055447 ENST00000605317 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000605317 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000605317 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000605317 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000605317 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000605317 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000605317 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000605317 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000605317 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000605317 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000605317 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000605317 17 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000605317 18 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000605317 19 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000605317 20 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000605317 21 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035862 146036030 ENST00000605317 22 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035039 146035147 ENST00000605317 23 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146034395 146034408 ENST00000605317 24 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146035071 146068245 ENST00000479926 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057327 ENST00000479926 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146054299 146054513 ENST00000479926 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146053226 146053298 ENST00000479926 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146052552 146052763 ENST00000479926 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146050998 146051207 ENST00000479926 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000479926 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000479926 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000479926 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000479926 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000479926 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000479926 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000479926 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000479926 17 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000479926 18 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000479926 19 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000479926 20 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035144 146035147 ENST00000479926 21 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146035102 146068184 ENST00000604894 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146057275 146057449 ENST00000604894 5 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146049117 146049219 ENST00000604894 6 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146048069 146048283 ENST00000604894 7 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046960 146047032 ENST00000604894 8 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046495 ENST00000604894 9 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044949 146045000 ENST00000604894 10 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146040890 146041053 ENST00000604894 11 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146039796 146039847 ENST00000604894 12 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038990 146039162 ENST00000604894 13 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146038219 146038270 ENST00000604894 14 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146037450 146037622 ENST00000604894 15 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146036689 146036740 ENST00000604894 16 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146035144 146035147 ENST00000604894 17 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146041003 146054494 ENST00000401009 NA NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146046290 146046494 ENST00000401009 3 NBPF11 ENSG00000152042 Not Supported Not Supported +CDS 1 146044951 146045000 ENST00000401009 4 NBPF11 ENSG00000152042 Not Supported Not Supported +transcript 1 146032648 146215986 ENST00000436832 NA WI2-3658N16.1 ENSG00000232637 Not Supported Not Supported +transcript 1 146214651 146253110 ENST00000491285 NA WI2-3658N16.1 ENSG00000232637 Not Supported Not Supported +transcript 1 146234449 146240537 ENST00000423459 NA WI2-3658N16.1 ENSG00000232637 Not Supported Not Supported +transcript 1 146244509 146251009 ENST00000429672 NA WI2-3658N16.1 ENSG00000232637 Not Supported Not Supported +transcript 1 146059926 146060343 ENST00000433399 NA PFN1P5 ENSG00000227216 Not Supported Not Supported +transcript 1 146076838 146080009 ENST00000358206 NA ABHD17AP2 ENSG00000198658 Not Supported Not Supported +transcript 1 146093234 146130539 ENST00000488578 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146126404 146136197 ENST00000482381 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146126404 146159102 ENST00000438173 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146130445 146147524 ENST00000596091 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146136447 146147524 ENST00000599387 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146138288 146147524 ENST00000596220 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146138539 146149334 ENST00000496508 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146138683 146157067 ENST00000464343 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146138749 146159103 ENST00000596181 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146139033 146158477 ENST00000594892 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146147393 146159103 ENST00000597236 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146147430 146159102 ENST00000598804 NA RP4-565E6.1 ENSG00000227733 Not Supported Not Supported +transcript 1 146124161 146124283 ENST00000459463 NA RNA5SP57 ENSG00000238765 Not Supported Not Supported +transcript 1 146310555 146334210 ENST00000478377 NA HYDIN2 ENSG00000239475 Not Supported Not Supported +transcript 1 146334061 146335442 ENST00000496036 NA HYDIN2 ENSG00000239475 Not Supported Not Supported +transcript 1 146334178 146349531 ENST00000493714 NA HYDIN2 ENSG00000239475 Not Supported Not Supported +transcript 1 146373546 146467638 ENST00000446760 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146395342 146395516 ENST00000446760 7 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146397359 146397461 ENST00000446760 8 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146398293 146398507 ENST00000446760 9 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146399555 146399627 ENST00000446760 10 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146400091 146400139 ENST00000446760 11 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146406439 146406601 ENST00000446760 12 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146407958 146408167 ENST00000446760 13 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146409946 146410048 ENST00000446760 14 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146410884 146411098 ENST00000446760 15 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412136 146412208 ENST00000446760 16 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412673 146412781 ENST00000446760 17 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412783 146412878 ENST00000446760 18 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146414168 146414219 ENST00000446760 19 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146418138 146418221 ENST00000446760 20 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146419344 146419395 ENST00000446760 21 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420019 146420191 ENST00000446760 22 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420911 146420962 ENST00000446760 23 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443693 146443865 ENST00000446760 24 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146444575 146444626 ENST00000446760 25 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146445299 146445353 ENST00000446760 26 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146445358 146445471 ENST00000446760 27 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146450865 146450973 ENST00000446760 28 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146465878 146465891 ENST00000446760 29 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146374056 146467744 ENST00000442909 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146395342 146395516 ENST00000442909 5 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146397359 146397461 ENST00000442909 6 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146398293 146398507 ENST00000442909 7 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146399555 146399627 ENST00000442909 8 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146400091 146400302 ENST00000442909 9 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146401671 146401880 ENST00000442909 10 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146403655 146403757 ENST00000442909 11 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146404589 146404803 ENST00000442909 12 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146405854 146405926 ENST00000442909 13 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146406390 146406601 ENST00000442909 14 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146407958 146408167 ENST00000442909 15 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146409946 146410048 ENST00000442909 16 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146410884 146411098 ENST00000442909 17 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412136 146412208 ENST00000442909 18 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412673 146412878 ENST00000442909 19 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146414168 146414219 ENST00000442909 20 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146418138 146418348 ENST00000442909 21 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146418506 146418563 ENST00000442909 22 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146419344 146419395 ENST00000442909 23 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420019 146420191 ENST00000442909 24 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420911 146420962 ENST00000442909 25 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146421559 146421731 ENST00000442909 26 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146422441 146422492 ENST00000442909 27 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146423163 146423335 ENST00000442909 28 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146424050 146424158 ENST00000442909 29 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146424784 146424956 ENST00000442909 30 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146425676 146425727 ENST00000442909 31 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146426324 146426496 ENST00000442909 32 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146427206 146427257 ENST00000442909 33 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146427928 146428100 ENST00000442909 34 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146428815 146428923 ENST00000442909 35 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146429549 146429721 ENST00000442909 36 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146430441 146430492 ENST00000442909 37 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146431089 146431261 ENST00000442909 38 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146431971 146432022 ENST00000442909 39 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146432693 146432865 ENST00000442909 40 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146433580 146433688 ENST00000442909 41 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146434314 146434486 ENST00000442909 42 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146435206 146435257 ENST00000442909 43 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146435854 146436026 ENST00000442909 44 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146436736 146436787 ENST00000442909 45 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146437458 146437630 ENST00000442909 46 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146438345 146438453 ENST00000442909 47 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146439079 146439251 ENST00000442909 48 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146439971 146440022 ENST00000442909 49 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146440619 146440791 ENST00000442909 50 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146441506 146441557 ENST00000442909 51 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146442154 146442326 ENST00000442909 52 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443046 146443097 ENST00000442909 53 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443693 146443865 ENST00000442909 54 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146444575 146444626 ENST00000442909 55 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146445299 146445471 ENST00000442909 56 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146446186 146446237 ENST00000442909 57 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146446834 146447006 ENST00000442909 58 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146447726 146447777 ENST00000442909 59 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146448374 146448546 ENST00000442909 60 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146449256 146449307 ENST00000442909 61 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146449978 146450150 ENST00000442909 62 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146450865 146450973 ENST00000442909 63 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146451599 146451771 ENST00000442909 64 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146452491 146452542 ENST00000442909 65 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146453138 146453310 ENST00000442909 66 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146454020 146454071 ENST00000442909 67 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146454738 146454910 ENST00000442909 68 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146455625 146455733 ENST00000442909 69 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146456359 146456531 ENST00000442909 70 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146457251 146457302 ENST00000442909 71 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146457898 146458070 ENST00000442909 72 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146458780 146458831 ENST00000442909 73 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146459498 146459670 ENST00000442909 74 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146460385 146460493 ENST00000442909 75 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146461119 146461291 ENST00000442909 76 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146462011 146462062 ENST00000442909 77 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146462658 146462830 ENST00000442909 78 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146463540 146463591 ENST00000442909 79 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146464264 146464436 ENST00000442909 80 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146465151 146465259 ENST00000442909 81 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146465878 146466118 ENST00000442909 82 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146384521 146466267 ENST00000309471 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146395464 146395516 ENST00000309471 5 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146398293 146398507 ENST00000309471 6 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146399555 146399627 ENST00000309471 7 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146400091 146400139 ENST00000309471 8 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146406439 146406601 ENST00000309471 9 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146407958 146408167 ENST00000309471 10 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146409946 146410048 ENST00000309471 11 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146410884 146411098 ENST00000309471 12 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412136 146412208 ENST00000309471 13 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412673 146412878 ENST00000309471 14 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146414168 146414219 ENST00000309471 15 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146418138 146418301 ENST00000309471 16 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146419344 146419395 ENST00000309471 17 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420019 146420191 ENST00000309471 18 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420911 146420962 ENST00000309471 19 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443693 146443865 ENST00000309471 20 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146444575 146444626 ENST00000309471 21 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146445299 146445353 ENST00000309471 22 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146445358 146445471 ENST00000309471 23 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146450865 146450973 ENST00000309471 24 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146465878 146465891 ENST00000309471 25 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146404596 146418190 ENST00000439206 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146412674 146412877 ENST00000439206 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146420024 146464436 ENST00000446080 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146420185 146420191 ENST00000446080 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146462011 146462062 ENST00000446080 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146462658 146462829 ENST00000446080 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146439964 146441561 ENST00000447862 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146439964 146440022 ENST00000447862 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146440619 146440791 ENST00000447862 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146441506 146441558 ENST00000447862 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146442180 146445463 ENST00000438910 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146442320 146442326 ENST00000438910 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443046 146443097 ENST00000438910 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146443693 146443864 ENST00000438910 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146446971 146454864 ENST00000414957 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146447000 146447006 ENST00000414957 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146447726 146447777 ENST00000414957 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146448374 146448545 ENST00000414957 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146451725 146453309 ENST00000438411 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146451765 146451771 ENST00000438411 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146452491 146452542 ENST00000438411 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146453138 146453309 ENST00000438411 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146456496 146459624 ENST00000537773 NA NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146456525 146456531 ENST00000537773 1 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146457251 146457302 ENST00000537773 2 NBPF12 ENSG00000186275 Not Supported Not Supported +CDS 1 146457898 146458069 ENST00000537773 3 NBPF12 ENSG00000186275 Not Supported Not Supported +transcript 1 146392310 146392852 ENST00000497012 NA PFN1P8 ENSG00000244371 Not Supported Not Supported +transcript 1 146473490 146475177 ENST00000425109 NA RP4-704D21.2 ENSG00000234225 Not Supported Not Supported +transcript 1 146473841 146474743 ENST00000455718 NA RP4-704D21.2 ENSG00000234225 Not Supported Not Supported +transcript 1 146490895 146514599 ENST00000444680 NA NBPF13P ENSG00000227242 Not Supported Not Supported +transcript 1 146492879 146596107 ENST00000444082 NA NBPF13P ENSG00000227242 Not Supported Not Supported +transcript 1 146522379 146524043 ENST00000435000 NA RP11-325P15.1 ENSG00000225603 Not Supported Not Supported +transcript 1 146551295 146551419 ENST00000364272 NA RNVU1-8 ENSG00000201142 Not Supported Not Supported +transcript 1 146553887 146555127 ENST00000438469 NA RP11-325P15.2 ENSG00000230832 Not Supported Not Supported +transcript 1 146626685 146644123 ENST00000254101 NA PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146643568 146643723 ENST00000254101 2 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146639346 146639512 ENST00000254101 3 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146638425 146638518 ENST00000254101 4 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146638077 146638197 ENST00000254101 5 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146634019 146634152 ENST00000254101 6 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146633291 146633359 ENST00000254101 7 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146631147 146631221 ENST00000254101 8 PRKAB2 ENSG00000131791 Not Supported Not Supported +transcript 1 146630798 146634089 ENST00000496858 NA PRKAB2 ENSG00000131791 Not Supported Not Supported +transcript 1 146631069 146644046 ENST00000425272 NA PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146643568 146643644 ENST00000425272 2 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146638425 146638518 ENST00000425272 3 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146638077 146638197 ENST00000425272 4 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146634019 146634152 ENST00000425272 5 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146633291 146633359 ENST00000425272 6 PRKAB2 ENSG00000131791 Not Supported Not Supported +CDS 1 146631147 146631221 ENST00000425272 7 PRKAB2 ENSG00000131791 Not Supported Not Supported +transcript 1 146634091 146644129 ENST00000474939 NA PRKAB2 ENSG00000131791 Not Supported Not Supported +transcript 1 146644350 146646784 ENST00000440377 NA RP11-337C18.8 ENSG00000237188 Not Supported Not Supported +transcript 1 146644951 146683136 ENST00000607149 NA RP11-337C18.8 ENSG00000237188 Not Supported Not Supported +transcript 1 146644964 146681643 ENST00000606757 NA RP11-337C18.8 ENSG00000237188 Not Supported Not Supported +transcript 1 146644765 146724314 ENST00000606856 NA RP11-337C18.10 ENSG00000273071 Not Supported Not Supported +transcript 1 146646930 146714700 ENST00000527849 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000527849 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000527849 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684875 146685037 ENST00000527849 4 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146683961 146684103 ENST00000527849 5 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146680414 146680613 ENST00000527849 6 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146672922 146672925 ENST00000527849 7 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146655884 146696945 ENST00000441068 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000441068 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000441068 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684875 146685037 ENST00000441068 4 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146683961 146684103 ENST00000441068 5 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146680414 146680613 ENST00000441068 6 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146672734 146673086 ENST00000441068 7 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146661756 146661828 ENST00000441068 8 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146656074 146656209 ENST00000441068 9 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146657838 146697230 ENST00000254090 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000254090 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000254090 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684875 146685037 ENST00000254090 4 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146683961 146684103 ENST00000254090 5 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146680414 146680613 ENST00000254090 6 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146672734 146673086 ENST00000254090 7 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146661756 146661828 ENST00000254090 8 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146658482 146658824 ENST00000254090 9 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146657840 146696901 ENST00000369272 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000369272 1 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000369272 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684875 146685037 ENST00000369272 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146683961 146684103 ENST00000369272 4 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146680414 146680613 ENST00000369272 5 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146661804 146661828 ENST00000369272 6 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146679999 146697220 ENST00000465173 NA FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146684015 146697223 ENST00000533174 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000533174 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000533174 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684875 146685037 ENST00000533174 4 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684015 146684103 ENST00000533174 5 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146684926 146697465 ENST00000533848 NA FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146696487 146696621 ENST00000533848 2 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146687324 146687512 ENST00000533848 3 FMO5 ENSG00000131781 Not Supported Not Supported +CDS 1 146684926 146685037 ENST00000533848 4 FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146686352 146696931 ENST00000478432 NA FMO5 ENSG00000131781 Not Supported Not Supported +transcript 1 146647181 146649319 ENST00000606152 NA RP11-337C18.9 ENSG00000271721 Not Supported Not Supported +transcript 1 146649692 146651201 ENST00000471856 NA PDIA3P1 ENSG00000180867 Not Supported Not Supported +transcript 1 146650371 146651206 ENST00000544222 NA PDIA3P1 ENSG00000180867 Not Supported Not Supported +transcript 1 146674857 146676513 ENST00000413611 NA CCT8P1 ENSG00000226015 Not Supported Not Supported +transcript 1 146695146 146695940 ENST00000446956 NA RP11-337C18.7 ENSG00000236806 Not Supported Not Supported +transcript 1 146714291 146767441 ENST00000431239 NA CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146714354 146714480 ENST00000431239 1 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146724278 146724390 ENST00000431239 2 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146726525 146726631 ENST00000431239 3 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146727468 146727582 ENST00000431239 4 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146728185 146728216 ENST00000431239 5 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146731491 146731572 ENST00000431239 6 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146736081 146736243 ENST00000431239 7 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146737591 146737746 ENST00000431239 8 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146739085 146739177 ENST00000431239 9 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747017 146747131 ENST00000431239 10 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747768 146747921 ENST00000431239 11 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146751699 146751864 ENST00000431239 12 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146756024 146756172 ENST00000431239 13 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757001 146757164 ENST00000431239 14 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757975 146758177 ENST00000431239 15 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146759314 146759412 ENST00000431239 16 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146763164 146763234 ENST00000431239 17 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146765292 146765406 ENST00000431239 18 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146766091 146766199 ENST00000431239 19 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146767112 146767187 ENST00000431239 20 CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714291 146767441 ENST00000369259 NA CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146714354 146714480 ENST00000369259 1 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146737591 146737746 ENST00000369259 2 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146739085 146739177 ENST00000369259 3 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146740441 146740537 ENST00000369259 4 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146742593 146742666 ENST00000369259 5 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146743832 146743942 ENST00000369259 6 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747017 146747131 ENST00000369259 7 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747768 146747921 ENST00000369259 8 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146751699 146751864 ENST00000369259 9 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146756024 146756172 ENST00000369259 10 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757001 146757164 ENST00000369259 11 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757975 146758177 ENST00000369259 12 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146759314 146759412 ENST00000369259 13 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146763164 146763234 ENST00000369259 14 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146765292 146765406 ENST00000369259 15 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146766091 146766199 ENST00000369259 16 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146767112 146767187 ENST00000369259 17 CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714334 146747921 ENST00000488864 NA CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714334 146767443 ENST00000369258 NA CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146714354 146714480 ENST00000369258 1 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146724278 146724390 ENST00000369258 2 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146726525 146726631 ENST00000369258 3 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146727468 146727582 ENST00000369258 4 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146728185 146728216 ENST00000369258 5 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146731491 146731572 ENST00000369258 6 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146736081 146736243 ENST00000369258 7 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146737591 146737746 ENST00000369258 8 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146739085 146739177 ENST00000369258 9 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146740441 146740537 ENST00000369258 10 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146742593 146742666 ENST00000369258 11 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146743832 146743942 ENST00000369258 12 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747017 146747131 ENST00000369258 13 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747768 146747921 ENST00000369258 14 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146751699 146751864 ENST00000369258 15 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146756024 146756172 ENST00000369258 16 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757001 146757164 ENST00000369258 17 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757975 146758177 ENST00000369258 18 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146759314 146759412 ENST00000369258 19 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146763164 146763234 ENST00000369258 20 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146765292 146765406 ENST00000369258 21 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146766091 146766199 ENST00000369258 22 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146767112 146767187 ENST00000369258 23 CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714334 146767443 ENST00000467213 NA CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714356 146767441 ENST00000361293 NA CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146737695 146737746 ENST00000361293 3 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146739085 146739177 ENST00000361293 4 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146740441 146740537 ENST00000361293 5 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146742593 146742666 ENST00000361293 6 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146743832 146743942 ENST00000361293 7 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747017 146747131 ENST00000361293 8 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146747768 146747921 ENST00000361293 9 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146751699 146751864 ENST00000361293 10 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146756024 146756172 ENST00000361293 11 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757001 146757164 ENST00000361293 12 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146757975 146758177 ENST00000361293 13 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146759314 146759412 ENST00000361293 14 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146763164 146763234 ENST00000361293 15 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146765292 146765406 ENST00000361293 16 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146766091 146766199 ENST00000361293 17 CHD1L ENSG00000131778 Not Supported Not Supported +CDS 1 146767112 146767187 ENST00000361293 18 CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146714396 146731700 ENST00000492728 NA CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146742565 146747072 ENST00000485113 NA CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146743830 146747911 ENST00000469625 NA CHD1L ENSG00000131778 Not Supported Not Supported +transcript 1 146790828 146791942 ENST00000435270 NA RP11-337C18.4 ENSG00000213226 Not Supported Not Supported +transcript 1 146890777 146891610 ENST00000416141 NA OR13Z1P ENSG00000226653 Not Supported Not Supported +transcript 1 146891926 146892027 ENST00000384480 NA Y_RNA ENSG00000207209 Not Supported Not Supported +transcript 1 146917312 146917866 ENST00000606338 NA OR13Z2P ENSG00000272443 Not Supported Not Supported +transcript 1 146953988 146954378 ENST00000606810 NA OR13Z3P ENSG00000272480 Not Supported Not Supported +transcript 1 146986158 146989699 ENST00000437831 NA LINC00624 ENSG00000234610 Not Supported Not Supported +transcript 1 147013182 147098017 ENST00000234739 NA BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147083636 147083688 ENST00000234739 4 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147084682 147084998 ENST00000234739 5 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147086226 147086415 ENST00000234739 6 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147087603 147087702 ENST00000234739 7 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147090622 147092863 ENST00000234739 8 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147094072 147094332 ENST00000234739 9 BCL9 ENSG00000116128 Not Supported Not Supported +CDS 1 147095643 147096757 ENST00000234739 10 BCL9 ENSG00000116128 Not Supported Not Supported +transcript 1 147071988 147083492 ENST00000497938 NA BCL9 ENSG00000116128 Not Supported Not Supported +transcript 1 147083412 147087702 ENST00000473292 NA BCL9 ENSG00000116128 Not Supported Not Supported +transcript 1 147101453 147131116 ENST00000609196 NA ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131075 147131116 ENST00000609196 1 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147127276 147127363 ENST00000609196 2 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147126309 147126441 ENST00000609196 3 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147124252 147124352 ENST00000609196 4 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147121946 147122041 ENST00000609196 5 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147102845 147102866 ENST00000609196 6 ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147114034 147142618 ENST00000369238 NA ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147141952 147142170 ENST00000369238 1 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131762 147131890 ENST00000369238 2 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131511 147131641 ENST00000369238 3 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131075 147131154 ENST00000369238 4 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147127276 147127363 ENST00000369238 5 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147126309 147126441 ENST00000369238 6 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147124252 147124352 ENST00000369238 7 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147121946 147122041 ENST00000369238 8 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147120048 147120213 ENST00000369238 9 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147119228 147119368 ENST00000369238 10 ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147119170 147122485 ENST00000460583 NA ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147121620 147126389 ENST00000487562 NA ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147124415 147142364 ENST00000392988 NA ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147141952 147142170 ENST00000392988 1 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131762 147131890 ENST00000392988 2 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131511 147131641 ENST00000392988 3 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147131075 147131154 ENST00000392988 4 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147127276 147127363 ENST00000392988 5 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147126309 147126441 ENST00000392988 6 ACP6 ENSG00000162836 Not Supported Not Supported +CDS 1 147124418 147124450 ENST00000392988 7 ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147131076 147142574 ENST00000493129 NA ACP6 ENSG00000162836 Not Supported Not Supported +transcript 1 147161375 147161681 ENST00000460294 NA RN7SL261P ENSG00000242379 Not Supported Not Supported +transcript 1 147169914 147171461 ENST00000431525 NA RP11-533N14.3 ENSG00000227139 Not Supported Not Supported +transcript 1 147228332 147245484 ENST00000271348 NA GJA5 ENSG00000143140 Not Supported Not Supported +CDS 1 147230273 147231346 ENST00000271348 2 GJA5 ENSG00000143140 Not Supported Not Supported +transcript 1 147229306 147232685 ENST00000369237 NA GJA5 ENSG00000143140 Not Supported Not Supported +CDS 1 147230273 147231346 ENST00000369237 2 GJA5 ENSG00000143140 Not Supported Not Supported +transcript 1 147230592 147245458 ENST00000430508 NA GJA5 ENSG00000143140 Not Supported Not Supported +CDS 1 147230592 147231346 ENST00000430508 2 GJA5 ENSG00000143140 Not Supported Not Supported +transcript 1 147229426 147230517 ENST00000428911 NA RP11-433J22.2 ENSG00000234482 Not Supported Not Supported +transcript 1 147249700 147261065 ENST00000426504 NA RP11-433J22.3 ENSG00000234190 Not Supported Not Supported +transcript 1 147313096 147314493 ENST00000458399 NA RP11-314N2.2 ENSG00000223728 Not Supported Not Supported +transcript 1 147374946 147381393 ENST00000240986 NA GJA8 ENSG00000121634 Not Supported Not Supported +CDS 1 147380083 147381381 ENST00000240986 2 GJA8 ENSG00000121634 Not Supported Not Supported +transcript 1 147380083 147381384 ENST00000369235 NA GJA8 ENSG00000121634 Not Supported Not Supported +CDS 1 147380083 147381381 ENST00000369235 1 GJA8 ENSG00000121634 Not Supported Not Supported +transcript 1 147400506 147465571 ENST00000314163 NA GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147400650 147400691 ENST00000314163 1 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147408741 147408800 ENST00000314163 2 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147410828 147410931 ENST00000314163 3 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147415552 147415658 ENST00000314163 4 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147416111 147416212 ENST00000314163 5 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147425577 147425697 ENST00000314163 6 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147426554 147426634 ENST00000314163 7 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147438786 147438895 ENST00000314163 8 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147441107 147441195 ENST00000314163 9 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147442099 147442191 ENST00000314163 10 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147458431 147458526 ENST00000314163 11 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147460664 147460753 ENST00000314163 12 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147464734 147464799 ENST00000314163 13 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147464943 147465146 ENST00000314163 14 GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147400506 147465571 ENST00000488165 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147400506 147465753 ENST00000478307 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147400549 147438877 ENST00000468618 NA GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147400650 147400691 ENST00000468618 1 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147410828 147410931 ENST00000468618 2 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147415552 147415658 ENST00000468618 3 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147416111 147416212 ENST00000468618 4 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147425577 147425697 ENST00000468618 5 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147426554 147426634 ENST00000468618 6 GPR89B ENSG00000188092 Not Supported Not Supported +CDS 1 147438786 147438877 ENST00000468618 7 GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147425576 147458505 ENST00000491975 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147425669 147458521 ENST00000461786 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147439003 147465571 ENST00000488603 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147441167 147465571 ENST00000490955 NA GPR89B ENSG00000188092 Not Supported Not Supported +transcript 1 147466094 147484331 ENST00000401008 NA RP6-74O6.2 ENSG00000215859 Not Supported Not Supported +transcript 1 147466533 147481824 ENST00000425209 NA PDZK1P2 ENSG00000244211 Not Supported Not Supported +transcript 1 147484031 147484460 ENST00000610161 NA XXyac-YX155B6.7 ENSG00000273059 Not Supported Not Supported +transcript 1 147486649 147486815 ENST00000384064 NA RNU1-129P ENSG00000206791 Not Supported Not Supported +transcript 1 147494090 147498172 ENST00000446766 NA RP6-74O6.3 ENSG00000229952 Not Supported Not Supported +transcript 1 147496676 147498172 ENST00000422157 NA RP6-74O6.3 ENSG00000229952 Not Supported Not Supported +transcript 1 147511004 147511167 ENST00000383858 NA RNVU1-9 ENSG00000206585 Not Supported Not Supported +transcript 1 147552868 147566056 ENST00000436798 NA XXyac-YX155B6.2 ENSG00000227778 Not Supported Not Supported +transcript 1 147560784 147566198 ENST00000545119 NA XXyac-YX155B6.2 ENSG00000227778 Not Supported Not Supported +transcript 1 147574428 147624267 ENST00000480568 NA NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147599112 147599164 ENST00000480568 5 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147596136 147596350 ENST00000480568 6 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147595012 147595084 ENST00000480568 7 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147594338 147594549 ENST00000480568 8 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147592784 147592993 ENST00000480568 9 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147590903 147591005 ENST00000480568 10 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147589855 147590069 ENST00000480568 11 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588746 147588818 ENST00000480568 12 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588076 147588281 ENST00000480568 13 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147586724 147586775 ENST00000480568 14 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147582665 147582828 ENST00000480568 15 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147581652 147581698 ENST00000480568 16 NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147575583 147624601 ENST00000474625 NA NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147599112 147599286 ENST00000474625 6 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147597182 147597284 ENST00000474625 7 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147596136 147596350 ENST00000474625 8 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147595012 147595084 ENST00000474625 9 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147594338 147594549 ENST00000474625 10 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147592784 147592993 ENST00000474625 11 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147590903 147591005 ENST00000474625 12 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147589855 147590069 ENST00000474625 13 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588746 147588818 ENST00000474625 14 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588076 147588281 ENST00000474625 15 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147586724 147586775 ENST00000474625 16 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147582745 147582828 ENST00000474625 17 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147581571 147581622 ENST00000474625 18 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147580919 147580939 ENST00000474625 19 NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147575800 147610081 ENST00000369226 NA NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147599112 147599164 ENST00000369226 5 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147596136 147596350 ENST00000369226 6 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147595012 147595084 ENST00000369226 7 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147594338 147594549 ENST00000369226 8 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147592784 147592993 ENST00000369226 9 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147590903 147591005 ENST00000369226 10 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147589855 147590069 ENST00000369226 11 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588746 147588818 ENST00000369226 12 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588076 147588281 ENST00000369226 13 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147586724 147586775 ENST00000369226 14 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147582665 147582828 ENST00000369226 15 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147581571 147581622 ENST00000369226 16 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147580767 147580939 ENST00000369226 17 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147579996 147580047 ENST00000369226 18 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147579227 147579399 ENST00000369226 19 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147578466 147578517 ENST00000369226 20 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147577643 147577811 ENST00000369226 21 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147576820 147576928 ENST00000369226 22 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147576176 147576189 ENST00000369226 23 NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147575937 147599549 ENST00000369228 NA NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147599112 147599286 ENST00000369228 2 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147597182 147597284 ENST00000369228 3 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147596136 147596350 ENST00000369228 4 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147595012 147595084 ENST00000369228 5 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147594338 147594549 ENST00000369228 6 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147592784 147592993 ENST00000369228 7 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147590903 147591005 ENST00000369228 8 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147589855 147590069 ENST00000369228 9 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588746 147588818 ENST00000369228 10 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147588076 147588281 ENST00000369228 11 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147586724 147586775 ENST00000369228 12 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147582665 147582828 ENST00000369228 13 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147581571 147581622 ENST00000369228 14 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147580767 147580939 ENST00000369228 15 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147579996 147580047 ENST00000369228 16 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147579227 147579399 ENST00000369228 17 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147578466 147578517 ENST00000369228 18 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147577643 147577811 ENST00000369228 19 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147576820 147576928 ENST00000369228 20 NBPF24 ENSG00000203836 Not Supported Not Supported +CDS 1 147576176 147576189 ENST00000369228 21 NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147586431 147588810 ENST00000481201 NA NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147588755 147591184 ENST00000475597 NA NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147594624 147596613 ENST00000469181 NA NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147596184 147615861 ENST00000470042 NA NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147608220 147634886 ENST00000606982 NA NBPF24 ENSG00000203836 Not Supported Not Supported +transcript 1 147601780 147602181 ENST00000450970 NA PFN1P4 ENSG00000225080 Not Supported Not Supported +transcript 1 147618673 147621845 ENST00000457740 NA ABHD17AP1 ENSG00000203835 Not Supported Not Supported +transcript 1 147631967 147632428 ENST00000599640 NA BX842679.1 ENSG00000269647 Not Supported Not Supported +CDS 1 147631970 147632428 ENST00000599640 1 BX842679.1 ENSG00000269647 Not Supported Not Supported +transcript 1 147634989 147635692 ENST00000432038 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635092 147635692 ENST00000411978 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147636119 ENST00000594189 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147636867 ENST00000594699 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147647136 ENST00000595367 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147647162 ENST00000597931 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147647175 ENST00000599864 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147647206 ENST00000595668 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635156 147658907 ENST00000598757 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635200 147635491 ENST00000608244 NA XXyac-YX155B6.5 ENSG00000232265 Not Supported Not Supported +transcript 1 147635066 147672830 ENST00000443671 NA XXyac-YX155B6.6 ENSG00000226335 Not Supported Not Supported +transcript 1 147668530 147700929 ENST00000424741 NA XXyac-YX155B6.6 ENSG00000226335 Not Supported Not Supported +transcript 1 147665993 147666115 ENST00000459025 NA RNA5SP58 ENSG00000238677 Not Supported Not Supported +transcript 1 147706573 147706607 ENST00000450470 NA RP11-301M17.2 ENSG00000224335 Not Supported Not Supported +transcript 1 147718440 147718956 ENST00000415381 NA RP11-301M17.1 ENSG00000227700 Not Supported Not Supported +transcript 1 147735751 147735907 ENST00000363009 NA RNU1-120P ENSG00000199879 Not Supported Not Supported +transcript 1 147744014 147752855 ENST00000428035 NA RP11-495P10.6 ENSG00000234283 Not Supported Not Supported +transcript 1 147760107 147761057 ENST00000441281 NA RP11-495P10.9 ENSG00000228626 Not Supported Not Supported +transcript 1 147762996 147767966 ENST00000434245 NA RP11-495P10.8 ENSG00000231196 Not Supported Not Supported +transcript 1 147767287 147769663 ENST00000427169 NA RP11-495P10.5 ENSG00000238107 Not Supported Not Supported +transcript 1 147767899 147769378 ENST00000445201 NA RP11-495P10.7 ENSG00000244252 Not Supported Not Supported +transcript 1 147789799 147790129 ENST00000452108 NA RP11-495P10.4 ENSG00000235988 Not Supported Not Supported +transcript 1 147801124 147816764 ENST00000452996 NA RP11-495P10.3 ENSG00000224481 Not Supported Not Supported +transcript 1 147802396 147802519 ENST00000516935 NA Y_RNA ENSG00000252744 Not Supported Not Supported +transcript 1 147806736 147806886 ENST00000365538 NA RNU1-122P ENSG00000202408 Not Supported Not Supported +transcript 1 147830374 147830815 ENST00000609678 NA RP6-74O6.6 ENSG00000272824 Not Supported Not Supported +transcript 1 147834502 147834665 ENST00000384610 NA RNVU1-10 ENSG00000207340 Not Supported Not Supported +transcript 1 147835127 147931933 ENST00000381475 NA LINC01138 ENSG00000215863 Not Supported Not Supported +transcript 1 147930762 147931881 ENST00000417554 NA LINC01138 ENSG00000215863 Not Supported Not Supported +transcript 1 147857985 147858119 ENST00000517033 NA RNU1-135P ENSG00000252842 Not Supported Not Supported +transcript 1 147860642 147860803 ENST00000365194 NA RNVU1-11 ENSG00000202064 Not Supported Not Supported +transcript 1 147874868 147875028 ENST00000364313 NA RNVU1-12 ENSG00000201183 Not Supported Not Supported +transcript 1 147887350 147901125 ENST00000426101 NA RP11-495P10.1 ENSG00000231551 Not Supported Not Supported +transcript 1 147887350 147901508 ENST00000445243 NA RP11-495P10.1 ENSG00000231551 Not Supported Not Supported +transcript 1 147907215 147909036 ENST00000454544 NA RP11-495P10.10 ENSG00000225871 Not Supported Not Supported +transcript 1 147954635 147955419 ENST00000539781 NA PPIAL4A ENSG00000255963 Not Supported Not Supported +CDS 1 147954853 147955344 ENST00000539781 1 PPIAL4A ENSG00000255963 Not Supported Not Supported +transcript 1 147983307 147983593 ENST00000605529 NA RP3-328E19.5 ENSG00000270656 Not Supported Not Supported +transcript 1 147994146 147994313 ENST00000391154 NA RNVU1-13 ENSG00000212456 Not Supported Not Supported +transcript 1 148000213 148000494 ENST00000416378 NA RP3-328E19.4 ENSG00000223491 Not Supported Not Supported +transcript 1 148003642 148025848 ENST00000310701 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025848 ENST00000310701 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000310701 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000310701 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000310701 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000310701 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000310701 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000310701 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000310701 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000310701 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000310701 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148013320 148013371 ENST00000310701 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148012503 148012675 ENST00000310701 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148011680 148011788 ENST00000310701 13 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148010884 148011056 ENST00000310701 14 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148010113 148010164 ENST00000310701 15 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148009344 148009516 ENST00000310701 16 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148008573 148008624 ENST00000310701 17 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007800 148007972 ENST00000310701 18 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000310701 19 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000310701 20 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005403 148005511 ENST00000310701 21 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148004548 148004791 ENST00000310701 22 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148003660 148025848 ENST00000369219 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025831 ENST00000369219 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000369219 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000369219 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000369219 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000369219 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000369219 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000369219 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000369219 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000369219 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000369219 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148013320 148013371 ENST00000369219 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148012503 148012675 ENST00000369219 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148011680 148011788 ENST00000369219 13 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148010884 148011056 ENST00000369219 14 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148010113 148010164 ENST00000369219 15 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148009344 148009516 ENST00000369219 16 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148008573 148008624 ENST00000369219 17 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007800 148007972 ENST00000369219 18 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000369219 19 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000369219 20 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005403 148005511 ENST00000369219 21 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148004551 148004791 ENST00000369219 22 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000444640 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000444640 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000444640 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000444640 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000444640 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000444640 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000444640 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000444640 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000444640 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148010113 148010164 ENST00000444640 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007800 148007972 ENST00000444640 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000444640 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000444640 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000444640 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000431121 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000431121 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000431121 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000431121 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000431121 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000431121 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000431121 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000431121 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000431121 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148008573 148008624 ENST00000431121 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007800 148007972 ENST00000431121 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000431121 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000431121 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000431121 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000436356 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000436356 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000436356 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000436356 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000436356 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000436356 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000436356 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000436356 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000436356 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000436356 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007800 148007972 ENST00000436356 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000436356 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000436356 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000436356 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000448574 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000448574 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000448574 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000448574 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000448574 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000448574 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000448574 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000448574 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000448574 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000448574 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000448574 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148007039 148007090 ENST00000448574 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000448574 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000448574 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000458135 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000458135 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000458135 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000458135 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000458135 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000458135 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000458135 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000458135 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000458135 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000458135 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000458135 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148013320 148013371 ENST00000458135 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148006226 148006398 ENST00000458135 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000458135 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148005466 148025863 ENST00000392972 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000392972 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000392972 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000392972 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000392972 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000392972 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000392972 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000392972 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000392972 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000392972 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000392972 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148013320 148013371 ENST00000392972 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148012503 148012675 ENST00000392972 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148005466 148005511 ENST00000392972 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148011743 148025863 ENST00000426874 NA NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148025761 148025863 ENST00000426874 1 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148024711 148024925 ENST00000426874 2 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148023597 148023669 ENST00000426874 3 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148022927 148023132 ENST00000426874 4 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148021577 148021628 ENST00000426874 5 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148017502 148017665 ENST00000426874 6 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148016409 148016460 ENST00000426874 7 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148015625 148015797 ENST00000426874 8 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014854 148014905 ENST00000426874 9 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148014081 148014253 ENST00000426874 10 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148013320 148013371 ENST00000426874 11 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148012503 148012675 ENST00000426874 12 NBPF14 ENSG00000122497 Not Supported Not Supported +CDS 1 148011743 148011788 ENST00000426874 13 NBPF14 ENSG00000122497 Not Supported Not Supported +transcript 1 148193172 148193875 ENST00000545938 NA RP11-289I10.2 ENSG00000223612 Not Supported Not Supported +transcript 1 148193338 148193856 ENST00000433527 NA RP11-289I10.2 ENSG00000223612 Not Supported Not Supported +transcript 1 148201752 148202536 ENST00000544708 NA PPIAL4D ENSG00000256374 Not Supported Not Supported +CDS 1 148201970 148202461 ENST00000544708 1 PPIAL4D ENSG00000256374 Not Supported Not Supported +transcript 1 148229952 148230238 ENST00000603689 NA RP11-289I10.3 ENSG00000271291 Not Supported Not Supported +transcript 1 148241465 148241628 ENST00000384770 NA RNVU1-14 ENSG00000207501 Not Supported Not Supported +transcript 1 148246959 148248104 ENST00000427732 NA RP11-89F3.2 ENSG00000236140 Not Supported Not Supported +transcript 1 148250249 148347051 ENST00000369202 NA NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148346582 148346756 ENST00000369202 2 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148344640 148344742 ENST00000369202 3 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148343594 148343808 ENST00000369202 4 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148342470 148342542 ENST00000369202 5 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148341795 148342006 ENST00000369202 6 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148340238 148340447 ENST00000369202 7 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148338367 148338469 ENST00000369202 8 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148337318 148337532 ENST00000369202 9 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148336205 148336277 ENST00000369202 10 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148335535 148335740 ENST00000369202 11 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148334195 148334246 ENST00000369202 12 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148330124 148330287 ENST00000369202 13 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148329030 148329081 ENST00000369202 14 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148328220 148328392 ENST00000369202 15 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148327449 148327500 ENST00000369202 16 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148326676 148326848 ENST00000369202 17 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148325915 148325966 ENST00000369202 18 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148325082 148325254 ENST00000369202 19 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148324259 148324367 ENST00000369202 20 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148323458 148323630 ENST00000369202 21 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148322687 148322738 ENST00000369202 22 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148321906 148322078 ENST00000369202 23 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148321145 148321196 ENST00000369202 24 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148320334 148320506 ENST00000369202 25 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148319511 148319619 ENST00000369202 26 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148318710 148318882 ENST00000369202 27 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148317939 148317990 ENST00000369202 28 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148317154 148317326 ENST00000369202 29 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148316393 148316444 ENST00000369202 30 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148315562 148315734 ENST00000369202 31 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148314739 148314847 ENST00000369202 32 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148313938 148314110 ENST00000369202 33 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148313167 148313218 ENST00000369202 34 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148312386 148312558 ENST00000369202 35 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148311625 148311676 ENST00000369202 36 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148310800 148310972 ENST00000369202 37 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148309977 148310085 ENST00000369202 38 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148309176 148309348 ENST00000369202 39 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148308405 148308456 ENST00000369202 40 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148307620 148307792 ENST00000369202 41 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306859 148306910 ENST00000369202 42 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306026 148306198 ENST00000369202 43 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148305203 148305311 ENST00000369202 44 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148304402 148304574 ENST00000369202 45 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148303631 148303682 ENST00000369202 46 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148302850 148303022 ENST00000369202 47 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148302089 148302140 ENST00000369202 48 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148301266 148301438 ENST00000369202 49 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148300443 148300551 ENST00000369202 50 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148299642 148299814 ENST00000369202 51 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148298871 148298922 ENST00000369202 52 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148298090 148298262 ENST00000369202 53 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148297329 148297380 ENST00000369202 54 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148296496 148296668 ENST00000369202 55 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148295673 148295781 ENST00000369202 56 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148294872 148295044 ENST00000369202 57 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148294101 148294152 ENST00000369202 58 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148293320 148293492 ENST00000369202 59 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148292559 148292610 ENST00000369202 60 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148291726 148291898 ENST00000369202 61 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148290903 148291011 ENST00000369202 62 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148290102 148290274 ENST00000369202 63 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148289331 148289382 ENST00000369202 64 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148288550 148288722 ENST00000369202 65 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148287789 148287840 ENST00000369202 66 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148286956 148287128 ENST00000369202 67 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148286133 148286241 ENST00000369202 68 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148285357 148285529 ENST00000369202 69 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148284596 148284647 ENST00000369202 70 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148283763 148283935 ENST00000369202 71 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148282940 148283048 ENST00000369202 72 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148282164 148282336 ENST00000369202 73 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148281403 148281454 ENST00000369202 74 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148280570 148280742 ENST00000369202 75 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148279747 148279855 ENST00000369202 76 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148278971 148279143 ENST00000369202 77 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148278210 148278261 ENST00000369202 78 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148277379 148277551 ENST00000369202 79 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148276556 148276664 ENST00000369202 80 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148275753 148275925 ENST00000369202 81 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148274982 148275033 ENST00000369202 82 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148274209 148274381 ENST00000369202 83 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148273448 148273499 ENST00000369202 84 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148272615 148272787 ENST00000369202 85 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148271792 148271900 ENST00000369202 86 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148270989 148271161 ENST00000369202 87 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148270218 148270269 ENST00000369202 88 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148269437 148269609 ENST00000369202 89 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148268676 148268727 ENST00000369202 90 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148267841 148268013 ENST00000369202 91 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148267018 148267126 ENST00000369202 92 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148266217 148266389 ENST00000369202 93 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148265446 148265497 ENST00000369202 94 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148264665 148264837 ENST00000369202 95 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148263904 148263955 ENST00000369202 96 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148263081 148263253 ENST00000369202 97 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148262258 148262366 ENST00000369202 98 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148261457 148261629 ENST00000369202 99 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148260686 148260737 ENST00000369202 100 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148259905 148260077 ENST00000369202 101 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148259144 148259195 ENST00000369202 102 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148258317 148258489 ENST00000369202 103 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148257494 148257602 ENST00000369202 104 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148256693 148256865 ENST00000369202 105 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148255922 148255973 ENST00000369202 106 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148255141 148255313 ENST00000369202 107 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148254380 148254431 ENST00000369202 108 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148253553 148253725 ENST00000369202 109 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148252730 148252838 ENST00000369202 110 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148251878 148252118 ENST00000369202 111 NBPF20 ENSG00000203832 Not Supported Not Supported +transcript 1 148305263 148346932 ENST00000369188 NA NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148346582 148346756 ENST00000369188 2 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148344640 148344742 ENST00000369188 3 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148343594 148343808 ENST00000369188 4 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148342470 148342542 ENST00000369188 5 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148341795 148342006 ENST00000369188 6 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148340238 148340447 ENST00000369188 7 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148338367 148338469 ENST00000369188 8 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148337318 148337532 ENST00000369188 9 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148336205 148336277 ENST00000369188 10 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148335535 148335740 ENST00000369188 11 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148334195 148334246 ENST00000369188 12 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148330124 148330287 ENST00000369188 13 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148329030 148329081 ENST00000369188 14 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148309176 148309348 ENST00000369188 15 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148308405 148308456 ENST00000369188 16 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148307620 148307792 ENST00000369188 17 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306859 148306910 ENST00000369188 18 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306026 148306198 ENST00000369188 19 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148305263 148305311 ENST00000369188 20 NBPF20 ENSG00000203832 Not Supported Not Supported +transcript 1 148305266 148347506 ENST00000369189 NA NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148346582 148346634 ENST00000369189 2 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148343594 148343808 ENST00000369189 3 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148342470 148342542 ENST00000369189 4 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148341795 148342006 ENST00000369189 5 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148340238 148340447 ENST00000369189 6 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148338367 148338469 ENST00000369189 7 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148337318 148337532 ENST00000369189 8 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148336205 148336277 ENST00000369189 9 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148335535 148335740 ENST00000369189 10 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148334195 148334246 ENST00000369189 11 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148330124 148330287 ENST00000369189 12 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148329030 148329081 ENST00000369189 13 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148309176 148309348 ENST00000369189 14 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148308405 148308456 ENST00000369189 15 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148307620 148307792 ENST00000369189 16 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306859 148306910 ENST00000369189 17 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148306026 148306198 ENST00000369189 18 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148305266 148305311 ENST00000369189 19 NBPF20 ENSG00000203832 Not Supported Not Supported +transcript 1 148341796 148346929 ENST00000414710 NA NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148346582 148346756 ENST00000414710 1 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148344640 148344742 ENST00000414710 2 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148343594 148343808 ENST00000414710 3 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148342470 148342542 ENST00000414710 4 NBPF20 ENSG00000203832 Not Supported Not Supported +CDS 1 148341796 148342006 ENST00000414710 5 NBPF20 ENSG00000203832 Not Supported Not Supported +transcript 1 148349256 148349657 ENST00000443612 NA PFN1P3 ENSG00000234367 Not Supported Not Supported +transcript 1 148542873 148545128 ENST00000440916 NA RP11-666A1.4 ENSG00000229002 Not Supported Not Supported +transcript 1 148555979 148593723 ENST00000464336 NA NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148556009 148568877 ENST00000478419 NA NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148556095 148577660 ENST00000488031 NA NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148560843 148596267 ENST00000442702 NA NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148577650 148577824 ENST00000442702 7 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148579606 148579708 ENST00000442702 8 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148580540 148580754 ENST00000442702 9 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148581796 148581868 ENST00000442702 10 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148582333 148582538 ENST00000442702 11 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148583826 148583877 ENST00000442702 12 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148587788 148587951 ENST00000442702 13 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148588994 148589045 ENST00000442702 14 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148589661 148589833 ENST00000442702 15 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148590553 148590604 ENST00000442702 16 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148591201 148591373 ENST00000442702 17 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148592083 148592134 ENST00000442702 18 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148592791 148592963 ENST00000442702 19 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148593678 148593783 ENST00000442702 20 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148594397 148594637 ENST00000442702 21 NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148560891 148568826 ENST00000492711 NA NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148560990 148596263 ENST00000369187 NA NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148577650 148577824 ENST00000369187 5 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148579606 148579708 ENST00000369187 6 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148580540 148580754 ENST00000369187 7 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148581796 148581868 ENST00000369187 8 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148582333 148582538 ENST00000369187 9 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148583826 148583877 ENST00000369187 10 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148587788 148587951 ENST00000369187 11 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148588994 148589045 ENST00000369187 12 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148589661 148589833 ENST00000369187 13 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148590553 148590604 ENST00000369187 14 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148591201 148591373 ENST00000369187 15 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148592083 148592134 ENST00000369187 16 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148592791 148592963 ENST00000369187 17 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148593678 148593783 ENST00000369187 18 NBPF15 ENSG00000243452 Not Supported Not Supported +CDS 1 148594397 148594637 ENST00000369187 19 NBPF15 ENSG00000243452 Not Supported Not Supported +transcript 1 148574653 148575051 ENST00000476786 NA PFN1P7 ENSG00000227212 Not Supported Not Supported +transcript 1 148598398 148599531 ENST00000415104 NA RP11-666A1.5 ENSG00000237253 Not Supported Not Supported +transcript 1 148598464 148598976 ENST00000430618 NA RP11-666A1.3 ENSG00000226675 Not Supported Not Supported +transcript 1 148604908 148605072 ENST00000384476 NA RNVU1-15 ENSG00000207205 Not Supported Not Supported +transcript 1 148616292 148616578 ENST00000605374 NA RP11-666A1.7 ENSG00000271439 Not Supported Not Supported +transcript 1 148644011 148644795 ENST00000538306 NA PPIAL4E ENSG00000231267 Not Supported Not Supported +transcript 1 148644086 148644574 ENST00000427485 NA PPIAL4E ENSG00000231267 Not Supported Not Supported +transcript 1 148736689 148737087 ENST00000457353 NA PFN1P6 ENSG00000237533 Not Supported Not Supported +transcript 1 148739443 148758311 ENST00000417839 NA NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148739735 148739909 ENST00000417839 2 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148741690 148741792 ENST00000417839 3 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148742627 148742841 ENST00000417839 4 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148743883 148743955 ENST00000417839 5 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148744420 148744625 ENST00000417839 6 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148745913 148745964 ENST00000417839 7 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148749832 148749995 ENST00000417839 8 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148751038 148751089 ENST00000417839 9 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148751709 148751881 ENST00000417839 10 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148752601 148752652 ENST00000417839 11 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148753249 148753421 ENST00000417839 12 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148754131 148754182 ENST00000417839 13 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148754835 148755007 ENST00000417839 14 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148755722 148755827 ENST00000417839 15 NBPF16 ENSG00000203827 Not Supported Not Supported +CDS 1 148756441 148756681 ENST00000417839 16 NBPF16 ENSG00000203827 Not Supported Not Supported +transcript 1 148760504 148761583 ENST00000455105 NA RP11-763B22.4 ENSG00000237343 Not Supported Not Supported +transcript 1 148760506 148761018 ENST00000432512 NA RP11-763B22.3 ENSG00000233586 Not Supported Not Supported +transcript 1 148766938 148767102 ENST00000384241 NA RNVU1-16 ENSG00000206968 Not Supported Not Supported +transcript 1 148778320 148778606 ENST00000605072 NA RP11-763B22.10 ENSG00000270239 Not Supported Not Supported +transcript 1 148806015 148806799 ENST00000541527 NA PPIAL4F ENSG00000230582 Not Supported Not Supported +transcript 1 148806093 148806578 ENST00000441419 NA PPIAL4F ENSG00000230582 Not Supported Not Supported +transcript 1 148852393 148853717 ENST00000456469 NA RP11-763B22.6 ENSG00000235887 Not Supported Not Supported +transcript 1 148853803 148854120 ENST00000444165 NA RP11-763B22.7 ENSG00000223495 Not Supported Not Supported +transcript 1 148854138 148891740 ENST00000444424 NA RP11-763B22.9 ENSG00000231448 Not Supported Not Supported +transcript 1 148864594 148865175 ENST00000435754 NA NKAIN1P1 ENSG00000242943 Not Supported Not Supported +transcript 1 148900615 148903715 ENST00000421395 NA DRD5P2 ENSG00000175658 Not Supported Not Supported +transcript 1 148901743 148903103 ENST00000535197 NA DRD5P2 ENSG00000175658 Not Supported Not Supported +transcript 1 148902342 148902913 ENST00000309892 NA DRD5P2 ENSG00000175658 Not Supported Not Supported +transcript 1 148913273 148913382 ENST00000410922 NA RNA5SP59 ENSG00000222854 Not Supported Not Supported +transcript 1 148928322 148932920 ENST00000420597 NA RP11-14N7.2 ENSG00000232527 Not Supported Not Supported +transcript 1 148928322 148951594 ENST00000452399 NA RP11-14N7.2 ENSG00000232527 Not Supported Not Supported +transcript 1 148928331 148933368 ENST00000294715 NA RP11-14N7.2 ENSG00000232527 Not Supported Not Supported +transcript 1 148928345 148951595 ENST00000539543 NA RP11-14N7.2 ENSG00000232527 Not Supported Not Supported +transcript 1 148932785 148933579 ENST00000457390 NA RP11-14N7.2 ENSG00000232527 Not Supported Not Supported +transcript 1 149036312 149036377 ENST00000581702 NA AL732363.1 ENSG00000264022 Not Supported Not Supported +transcript 1 149036435 149067496 ENST00000449715 NA RP11-744H18.1 ENSG00000203825 Not Supported Not Supported +transcript 1 149089875 149130302 ENST00000401087 NA NBPF23 ENSG00000179571 Not Supported Not Supported +transcript 1 149094536 149101294 ENST00000392971 NA NBPF23 ENSG00000179571 Not Supported Not Supported +transcript 1 149114655 149115188 ENST00000455938 NA PFN1P12 ENSG00000226028 Not Supported Not Supported +transcript 1 149146714 149146879 ENST00000365297 NA RNU1-114P ENSG00000202167 Not Supported Not Supported +transcript 1 149194106 149194269 ENST00000384619 NA RNVU1-17 ENSG00000207349 Not Supported Not Supported +transcript 1 149215166 149215300 ENST00000517017 NA RNU1-92P ENSG00000252826 Not Supported Not Supported +transcript 1 149224058 149224221 ENST00000384010 NA RNVU1-18 ENSG00000206737 Not Supported Not Supported +transcript 1 149230716 149232554 ENST00000443018 NA RP11-403I13.5 ENSG00000232721 Not Supported Not Supported +transcript 1 149239531 149245181 ENST00000457216 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149239868 149255822 ENST00000430442 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149239868 149265510 ENST00000325963 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149239894 149250552 ENST00000442049 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149242295 149245215 ENST00000435115 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149245050 149245801 ENST00000439719 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149250540 149251326 ENST00000425624 NA RP11-403I13.4 ENSG00000223779 Not Supported Not Supported +transcript 1 149261186 149263729 ENST00000456826 NA RP11-403I13.6 ENSG00000242352 Not Supported Not Supported +transcript 1 149279016 149279311 ENST00000603712 NA RP11-403I13.10 ENSG00000270962 Not Supported Not Supported +transcript 1 149284645 149286975 ENST00000424684 NA LINC00869 ENSG00000226067 Not Supported Not Supported +transcript 1 149286177 149286322 ENST00000516296 NA RNU1-143P ENSG00000252105 Not Supported Not Supported +transcript 1 149287451 149291743 ENST00000433084 NA RP11-403I13.8 ENSG00000235999 Not Supported Not Supported +transcript 1 149305910 149313076 ENST00000449024 NA RP11-403I13.9 ENSG00000233430 Not Supported Not Supported +transcript 1 149323331 149323422 ENST00000390755 NA CR812485.1 ENSG00000212044 Not Supported Not Supported +transcript 1 149340659 149341066 ENST00000454459 NA RP5-998N21.3 ENSG00000237503 Not Supported Not Supported +transcript 1 149369294 149378365 ENST00000440993 NA FCGR1C ENSG00000253193 Not Supported Not Supported +transcript 1 149369328 149370551 ENST00000453173 NA FCGR1C ENSG00000253193 Not Supported Not Supported +transcript 1 149369357 149377963 ENST00000413317 NA FCGR1C ENSG00000253193 Not Supported Not Supported +transcript 1 149370659 149375196 ENST00000431573 NA FCGR1C ENSG00000253193 Not Supported Not Supported +transcript 1 149369722 149399226 ENST00000609585 NA HIST2H2BB ENSG00000240929 Not Supported Not Supported +transcript 1 149398799 149399179 ENST00000449108 NA HIST2H2BB ENSG00000240929 Not Supported Not Supported +transcript 1 149372292 149379646 ENST00000415338 NA RP5-998N21.4 ENSG00000234571 Not Supported Not Supported +transcript 1 149398877 149400540 ENST00000609879 NA RP5-998N21.10 ENSG00000273213 Not Supported Not Supported +transcript 1 149400063 149429348 ENST00000444624 NA RP5-998N21.7 ENSG00000230186 Not Supported Not Supported +transcript 1 149400131 149400542 ENST00000392948 NA HIST2H3PS2 ENSG00000203818 Not Supported Not Supported +CDS 1 149400135 149400542 ENST00000392948 1 HIST2H3PS2 ENSG00000203818 Not Supported Not Supported +transcript 1 149424566 149424954 ENST00000422106 NA RP5-998N21.8 ENSG00000268074 Not Supported Not Supported +transcript 1 149438750 149459468 ENST00000492131 NA FAM72C ENSG00000203817 Not Supported Not Supported +transcript 1 149449934 149459549 ENST00000369175 NA FAM72C ENSG00000203817 Not Supported Not Supported +CDS 1 149459425 149459549 ENST00000369175 1 FAM72C ENSG00000203817 Not Supported Not Supported +CDS 1 149450957 149451051 ENST00000369175 2 FAM72C ENSG00000203817 Not Supported Not Supported +transcript 1 149514090 149514256 ENST00000391242 NA RNVU1-19 ENSG00000212544 Not Supported Not Supported +transcript 1 149524787 149525073 ENST00000603079 NA RP11-277L2.6 ENSG00000271594 Not Supported Not Supported +transcript 1 149553003 149553787 ENST00000369222 NA PPIAL4C ENSG00000198161 Not Supported Not Supported +CDS 1 149553078 149553569 ENST00000369222 1 PPIAL4C ENSG00000198161 Not Supported Not Supported +transcript 1 149575345 149575767 ENST00000596960 NA RP11-277L2.4 ENSG00000268544 Not Supported Not Supported +transcript 1 149575482 149615903 ENST00000417986 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576149 149577802 ENST00000593370 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576181 149615975 ENST00000434047 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576450 149616783 ENST00000444581 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576472 149591238 ENST00000455295 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576491 149581061 ENST00000453293 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576555 149616786 ENST00000443884 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576613 149577662 ENST00000452356 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576633 149592306 ENST00000419105 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576911 149581550 ENST00000594630 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149580524 149582604 ENST00000598569 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149605701 149616657 ENST00000457991 NA RP11-353N4.6 ENSG00000269501 Not Supported Not Supported +transcript 1 149576594 149577296 ENST00000447883 NA RP11-277L2.3 ENSG00000233368 Not Supported Not Supported +transcript 1 149587502 149587988 ENST00000594899 NA RP11-277L2.5 ENSG00000269614 Not Supported Not Supported +transcript 1 149590752 149591762 ENST00000428508 NA RP11-353N4.1 ENSG00000229801 Not Supported Not Supported +transcript 1 149605640 149633208 ENST00000414422 NA RP11-353N4.8 ENSG00000232151 Not Supported Not Supported +transcript 1 149605917 149606079 ENST00000365626 NA RNVU1-20 ENSG00000202496 Not Supported Not Supported +transcript 1 149626959 149636207 ENST00000600072 NA RP11-353N4.7 ENSG00000268554 Not Supported Not Supported +transcript 1 149627007 149636159 ENST00000439906 NA RP11-353N4.7 ENSG00000268554 Not Supported Not Supported +transcript 1 149627341 149637707 ENST00000598642 NA RP11-353N4.7 ENSG00000268554 Not Supported Not Supported +transcript 1 149636144 149636930 ENST00000430052 NA RP11-353N4.7 ENSG00000268554 Not Supported Not Supported +transcript 1 149646785 149649302 ENST00000446265 NA RP11-353N4.2 ENSG00000239903 Not Supported Not Supported +transcript 1 149649060 149719362 ENST00000608683 NA RP11-353N4.5 ENSG00000234232 Not Supported Not Supported +transcript 1 149691432 149698605 ENST00000432978 NA RP11-353N4.5 ENSG00000234232 Not Supported Not Supported +transcript 1 149691554 149694620 ENST00000609662 NA RP11-353N4.5 ENSG00000234232 Not Supported Not Supported +transcript 1 149694456 149699958 ENST00000609607 NA RP11-353N4.5 ENSG00000234232 Not Supported Not Supported +transcript 1 149694461 149698683 ENST00000584189 NA RP11-353N4.5 ENSG00000234232 Not Supported Not Supported +transcript 1 149664577 149664889 ENST00000436981 NA RP11-353N4.3 ENSG00000237168 Not Supported Not Supported +transcript 1 149671723 149671868 ENST00000517116 NA RNU1-68P ENSG00000252925 Not Supported Not Supported +transcript 1 149672997 149677289 ENST00000443602 NA RP11-353N4.4 ENSG00000223759 Not Supported Not Supported +transcript 1 149675978 149676609 ENST00000369173 NA FAM231D ENSG00000203815 Not Supported Not Supported +CDS 1 149676070 149676576 ENST00000369173 1 FAM231D ENSG00000203815 Not Supported Not Supported +transcript 1 149689368 149689854 ENST00000359348 NA AL358813.1 ENSG00000197844 Not Supported Not Supported +transcript 1 149708860 149708951 ENST00000390749 NA AL358813.2 ENSG00000263825 Not Supported Not Supported +transcript 1 149725851 149726260 ENST00000451620 NA RP11-196G18.1 ENSG00000226500 Not Supported Not Supported +transcript 1 149754227 149762946 ENST00000444948 NA FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149754300 149754330 ENST00000444948 1 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149759922 149760173 ENST00000444948 2 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149761610 149761894 ENST00000444948 3 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149762793 149762946 ENST00000444948 4 FCGR1A ENSG00000150337 Not Supported Not Supported +transcript 1 149754246 149764074 ENST00000369168 NA FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149754300 149754330 ENST00000369168 1 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149754726 149754746 ENST00000369168 2 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149755559 149755813 ENST00000369168 3 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149759922 149760173 ENST00000369168 4 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149761610 149761894 ENST00000369168 5 FCGR1A ENSG00000150337 Not Supported Not Supported +CDS 1 149762793 149763070 ENST00000369168 6 FCGR1A ENSG00000150337 Not Supported Not Supported +transcript 1 149754284 149755507 ENST00000489479 NA FCGR1A ENSG00000150337 Not Supported Not Supported +transcript 1 149761924 149763231 ENST00000489704 NA FCGR1A ENSG00000150337 Not Supported Not Supported +transcript 1 149754245 149783928 ENST00000545683 NA HIST2H2BF ENSG00000203814 Not Supported Not Supported +CDS 1 149783502 149783878 ENST00000545683 1 HIST2H2BF ENSG00000203814 Not Supported Not Supported +CDS 1 149754792 149754816 ENST00000545683 2 HIST2H2BF ENSG00000203814 Not Supported Not Supported +transcript 1 149765021 149783925 ENST00000427880 NA HIST2H2BF ENSG00000203814 Not Supported Not Supported +CDS 1 149783502 149783878 ENST00000427880 1 HIST2H2BF ENSG00000203814 Not Supported Not Supported +CDS 1 149765523 149765643 ENST00000427880 2 HIST2H2BF ENSG00000203814 Not Supported Not Supported +transcript 1 149775158 149783893 ENST00000469483 NA HIST2H2BF ENSG00000203814 Not Supported Not Supported +transcript 1 149783283 149783914 ENST00000369167 NA HIST2H2BF ENSG00000203814 Not Supported Not Supported +CDS 1 149783501 149783878 ENST00000369167 1 HIST2H2BF ENSG00000203814 Not Supported Not Supported +transcript 1 149754433 149783312 ENST00000420462 NA RP11-196G18.21 ENSG00000242663 Not Supported Not Supported +transcript 1 149757215 149764576 ENST00000428289 NA RP11-196G18.3 ENSG00000233030 Not Supported Not Supported +transcript 1 149784826 149785236 ENST00000331491 NA HIST2H3D ENSG00000183598 Not Supported Not Supported +CDS 1 149784829 149785236 ENST00000331491 1 HIST2H3D ENSG00000183598 Not Supported Not Supported +transcript 1 149802876 149804109 ENST00000577853 NA RP11-196G18.23 ENSG00000264207 Not Supported Not Supported +transcript 1 149804221 149806197 ENST00000369165 NA HIST2H4A ENSG00000183941 Not Supported Not Supported +CDS 1 149804249 149804557 ENST00000369165 1 HIST2H4A ENSG00000183941 Not Supported Not Supported +transcript 1 149804227 149804942 ENST00000610125 NA HIST2H4A ENSG00000183941 Not Supported Not Supported +CDS 1 149804249 149804557 ENST00000610125 1 HIST2H4A ENSG00000183941 Not Supported Not Supported +transcript 1 149804232 149806197 ENST00000392939 NA HIST2H4A ENSG00000183941 Not Supported Not Supported +CDS 1 149804249 149804557 ENST00000392939 1 HIST2H4A ENSG00000183941 Not Supported Not Supported +transcript 1 149804242 149811339 ENST00000392938 NA HIST2H4A ENSG00000183941 Not Supported Not Supported +CDS 1 149804249 149804557 ENST00000392938 1 HIST2H4A ENSG00000183941 Not Supported Not Supported +transcript 1 149811110 149812765 ENST00000369158 NA HIST2H3C ENSG00000203811 Not Supported Not Supported +CDS 1 149812322 149812729 ENST00000369158 1 HIST2H3C ENSG00000203811 Not Supported Not Supported +transcript 1 149813505 149814478 ENST00000369161 NA HIST2H2AA3 ENSG00000183558 Not Supported Not Supported +CDS 1 149813876 149814265 ENST00000369161 1 HIST2H2AA3 ENSG00000183558 Not Supported Not Supported +transcript 1 149814608 149815100 ENST00000369385 NA HIST2H2BD ENSG00000220323 Not Supported Not Supported +transcript 1 149816065 149820591 ENST00000564237 NA RP11-196G18.22 ENSG00000261716 Not Supported Not Supported +transcript 1 149817383 149818053 ENST00000608318 NA RP11-196G18.24 ENSG00000272993 Not Supported Not Supported +transcript 1 149821760 149822339 ENST00000498492 NA HIST2H2BC ENSG00000203819 Not Supported Not Supported +transcript 1 149822643 149823191 ENST00000369159 NA HIST2H2AA4 ENSG00000203812 Not Supported Not Supported +CDS 1 149822681 149823070 ENST00000369159 1 HIST2H2AA4 ENSG00000203812 Not Supported Not Supported +transcript 1 149824181 149825836 ENST00000403683 NA HIST2H3A ENSG00000203852 Not Supported Not Supported +CDS 1 149824217 149824624 ENST00000403683 1 HIST2H3A ENSG00000203852 Not Supported Not Supported +transcript 1 149825607 149832704 ENST00000392933 NA HIST2H4B ENSG00000182217 Not Supported Not Supported +CDS 1 149832389 149832697 ENST00000392933 1 HIST2H4B ENSG00000182217 Not Supported Not Supported +transcript 1 149830749 149832712 ENST00000369157 NA HIST2H4B ENSG00000182217 Not Supported Not Supported +CDS 1 149832389 149832697 ENST00000369157 1 HIST2H4B ENSG00000182217 Not Supported Not Supported +transcript 1 149830749 149832714 ENST00000392932 NA HIST2H4B ENSG00000182217 Not Supported Not Supported +CDS 1 149832389 149832697 ENST00000392932 1 HIST2H4B ENSG00000182217 Not Supported Not Supported +transcript 1 149856010 149858232 ENST00000369155 NA HIST2H2BE ENSG00000184678 Not Supported Not Supported +CDS 1 149857813 149858190 ENST00000369155 1 HIST2H2BE ENSG00000184678 Not Supported Not Supported +transcript 1 149858525 149858961 ENST00000331380 NA HIST2H2AC ENSG00000184260 Not Supported Not Supported +CDS 1 149858525 149858911 ENST00000331380 1 HIST2H2AC ENSG00000184260 Not Supported Not Supported +transcript 1 149859019 149859466 ENST00000331128 NA HIST2H2AB ENSG00000184270 Not Supported Not Supported +CDS 1 149859077 149859466 ENST00000331128 1 HIST2H2AB ENSG00000184270 Not Supported Not Supported +transcript 1 149859440 149872044 ENST00000369153 NA BOLA1 ENSG00000178096 Not Supported Not Supported +CDS 1 149871613 149872023 ENST00000369153 3 BOLA1 ENSG00000178096 Not Supported Not Supported +transcript 1 149871150 149872345 ENST00000369152 NA BOLA1 ENSG00000178096 Not Supported Not Supported +CDS 1 149871613 149872023 ENST00000369152 2 BOLA1 ENSG00000178096 Not Supported Not Supported +transcript 1 149871159 149872351 ENST00000476344 NA BOLA1 ENSG00000178096 Not Supported Not Supported +transcript 1 149871179 149872101 ENST00000369150 NA BOLA1 ENSG00000178096 Not Supported Not Supported +CDS 1 149871613 149872023 ENST00000369150 2 BOLA1 ENSG00000178096 Not Supported Not Supported +transcript 1 149874870 149889434 ENST00000369146 NA SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149884771 149885392 ENST00000369146 2 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149883352 149883532 ENST00000369146 3 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149882378 149882529 ENST00000369146 4 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149882122 149882255 ENST00000369146 5 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149881353 149881442 ENST00000369146 6 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149881013 149881123 ENST00000369146 7 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149880744 149880832 ENST00000369146 8 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149879594 149879758 ENST00000369146 9 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149879252 149879385 ENST00000369146 10 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149878202 149878408 ENST00000369146 11 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149877432 149877591 ENST00000369146 12 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149876569 149876749 ENST00000369146 13 SV2A ENSG00000159164 Not Supported Not Supported +transcript 1 149877024 149889393 ENST00000369145 NA SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149884771 149885392 ENST00000369145 2 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149883352 149883532 ENST00000369145 3 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149882378 149882529 ENST00000369145 4 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149882122 149882255 ENST00000369145 5 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149881353 149881442 ENST00000369145 6 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149881013 149881123 ENST00000369145 7 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149880744 149880832 ENST00000369145 8 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149879594 149879758 ENST00000369145 9 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149879252 149879385 ENST00000369145 10 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149878202 149878408 ENST00000369145 11 SV2A ENSG00000159164 Not Supported Not Supported +CDS 1 149877431 149877591 ENST00000369145 12 SV2A ENSG00000159164 Not Supported Not Supported +transcript 1 149895209 149900236 ENST00000271628 NA SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149899618 149899651 ENST00000271628 1 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149899058 149899186 ENST00000271628 2 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149898268 149898810 ENST00000271628 3 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149897728 149897934 ENST00000271628 4 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149895733 149895906 ENST00000271628 5 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149895437 149895621 ENST00000271628 6 SF3B4 ENSG00000143368 Not Supported Not Supported +transcript 1 149898274 149899483 ENST00000457312 NA SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149899058 149899091 ENST00000457312 2 SF3B4 ENSG00000143368 Not Supported Not Supported +CDS 1 149898274 149898810 ENST00000457312 3 SF3B4 ENSG00000143368 Not Supported Not Supported +transcript 1 149900543 149908718 ENST00000466496 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900543 149908762 ENST00000482025 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900544 149908243 ENST00000369140 NA MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908047 149908057 ENST00000369140 1 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907477 149907513 ENST00000369140 2 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907192 149907252 ENST00000369140 3 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906879 149907021 ENST00000369140 4 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906341 149906419 ENST00000369140 5 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906084 149906219 ENST00000369140 6 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905748 149905835 ENST00000369140 7 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905503 149905591 ENST00000369140 8 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905299 149905423 ENST00000369140 9 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149904156 149904222 ENST00000369140 10 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149903836 149903906 ENST00000369140 11 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149903152 149903318 ENST00000369140 12 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902684 149902857 ENST00000369140 13 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902257 149902439 ENST00000369140 14 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149901515 149901808 ENST00000369140 15 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149901047 149901209 ENST00000369140 16 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149900762 149900793 ENST00000369140 17 MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900544 149908727 ENST00000482343 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900544 149908727 ENST00000492824 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900546 149908791 ENST00000439741 NA MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908475 149908540 ENST00000439741 1 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908047 149908122 ENST00000439741 2 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907477 149907598 ENST00000439741 3 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907192 149907252 ENST00000439741 4 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906879 149907021 ENST00000439741 5 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906341 149906419 ENST00000439741 6 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906084 149906219 ENST00000439741 7 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905748 149905835 ENST00000439741 8 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905503 149905591 ENST00000439741 9 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905299 149905423 ENST00000439741 10 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149904156 149904222 ENST00000439741 11 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149903836 149903906 ENST00000439741 12 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149903152 149903318 ENST00000439741 13 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902684 149902857 ENST00000439741 14 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902257 149902439 ENST00000439741 15 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149901515 149901808 ENST00000439741 16 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149901024 149901209 ENST00000439741 17 MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900546 149908791 ENST00000361405 NA MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908475 149908540 ENST00000361405 1 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908047 149908122 ENST00000361405 2 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907477 149907598 ENST00000361405 3 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907192 149907252 ENST00000361405 4 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906879 149907021 ENST00000361405 5 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906341 149906419 ENST00000361405 6 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906084 149906219 ENST00000361405 7 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902725 149902857 ENST00000361405 8 MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149900546 149908791 ENST00000406732 NA MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149908047 149908104 ENST00000406732 2 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907477 149907598 ENST00000406732 3 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149907192 149907252 ENST00000406732 4 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906879 149907021 ENST00000406732 5 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906341 149906419 ENST00000406732 6 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149906084 149906219 ENST00000406732 7 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905748 149905835 ENST00000406732 8 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905503 149905591 ENST00000406732 9 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149905299 149905423 ENST00000406732 10 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149904156 149904222 ENST00000406732 11 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149903836 149903906 ENST00000406732 12 MTMR11 ENSG00000014914 Not Supported Not Supported +CDS 1 149902835 149902857 ENST00000406732 13 MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149901566 149903484 ENST00000495054 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149901969 149903279 ENST00000490310 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149903260 149905800 ENST00000493562 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149906076 149907379 ENST00000479272 NA MTMR11 ENSG00000014914 Not Supported Not Supported +transcript 1 149909705 149982625 ENST00000369135 NA OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149949361 149949445 ENST00000369135 2 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149942991 149943179 ENST00000369135 3 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149939219 149939446 ENST00000369135 4 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149937702 149937803 ENST00000369135 5 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149936147 149936274 ENST00000369135 6 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149931603 149931715 ENST00000369135 7 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149921997 149922124 ENST00000369135 8 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149921532 149921681 ENST00000369135 9 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149920871 149920985 ENST00000369135 10 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149919152 149919236 ENST00000369135 11 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149915759 149916964 ENST00000369135 12 OTUD7B ENSG00000163113 Not Supported Not Supported +transcript 1 149919192 149982624 ENST00000417191 NA OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149949361 149949445 ENST00000417191 2 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149942991 149943179 ENST00000417191 3 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149939219 149939446 ENST00000417191 4 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149937702 149937803 ENST00000417191 5 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149936147 149936274 ENST00000417191 6 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149931603 149931715 ENST00000417191 7 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149921997 149922124 ENST00000417191 8 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149921532 149921681 ENST00000417191 9 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149920871 149920985 ENST00000417191 10 OTUD7B ENSG00000163113 Not Supported Not Supported +CDS 1 149919192 149919236 ENST00000417191 11 OTUD7B ENSG00000163113 Not Supported Not Supported +transcript 1 149932851 149943189 ENST00000479905 NA OTUD7B ENSG00000163113 Not Supported Not Supported +transcript 1 150025846 150027020 ENST00000426826 NA RP11-458I7.1 ENSG00000223945 Not Supported Not Supported +transcript 1 150039369 150117505 ENST00000369130 NA VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150039915 150040007 ENST00000369130 1 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150040687 150040821 ENST00000369130 2 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150044233 150044293 ENST00000369130 3 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150048311 150048390 ENST00000369130 4 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150048994 150049062 ENST00000369130 5 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150049172 150049309 ENST00000369130 6 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150049747 150049857 ENST00000369130 7 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053424 150053558 ENST00000369130 8 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053966 150054079 ENST00000369130 9 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150054800 150054967 ENST00000369130 10 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064031 150064189 ENST00000369130 11 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064396 150064503 ENST00000369130 12 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150065623 150065744 ENST00000369130 13 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150082611 150082742 ENST00000369130 14 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150116887 150116971 ENST00000369130 15 VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039405 150049857 ENST00000462852 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039426 150040916 ENST00000478999 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039439 150117466 ENST00000369128 NA VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150040702 150040821 ENST00000369128 2 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150044233 150044293 ENST00000369128 3 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150048311 150048390 ENST00000369128 4 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150049747 150049857 ENST00000369128 5 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053424 150053558 ENST00000369128 6 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053966 150054079 ENST00000369128 7 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150054800 150054967 ENST00000369128 8 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064031 150064189 ENST00000369128 9 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064396 150064503 ENST00000369128 10 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150065623 150065744 ENST00000369128 11 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150082611 150082742 ENST00000369128 12 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150115016 150115109 ENST00000369128 13 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150116887 150117096 ENST00000369128 14 VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039823 150049168 ENST00000460366 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039864 150116900 ENST00000535106 NA VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150039915 150040007 ENST00000535106 1 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150040687 150040821 ENST00000535106 2 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150044233 150044293 ENST00000535106 3 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150048311 150048390 ENST00000535106 4 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150049747 150049857 ENST00000535106 5 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053424 150053558 ENST00000535106 6 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053966 150054079 ENST00000535106 7 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150054800 150054967 ENST00000535106 8 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064031 150064189 ENST00000535106 9 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064396 150064503 ENST00000535106 10 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150065623 150065744 ENST00000535106 11 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150070952 150070967 ENST00000535106 12 VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039866 150049107 ENST00000497638 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150039885 150064080 ENST00000419023 NA VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150039915 150040007 ENST00000419023 1 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150040687 150040821 ENST00000419023 2 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150044233 150044293 ENST00000419023 3 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150048311 150048390 ENST00000419023 4 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150049747 150049857 ENST00000419023 5 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053424 150053558 ENST00000419023 6 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150053966 150054079 ENST00000419023 7 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150054800 150054967 ENST00000419023 8 VPS45 ENSG00000136631 Not Supported Not Supported +CDS 1 150064031 150064080 ENST00000419023 9 VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150049269 150055386 ENST00000477558 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150064099 150064656 ENST00000472756 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150070958 150117505 ENST00000491789 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150081289 150117103 ENST00000484306 NA VPS45 ENSG00000136631 Not Supported Not Supported +transcript 1 150121373 150131825 ENST00000369126 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150131038 150131715 ENST00000369126 5 PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150122108 150131790 ENST00000025469 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150122448 150122477 ENST00000025469 1 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150123102 150123248 ENST00000025469 2 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150128260 150128400 ENST00000025469 3 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150129105 150129209 ENST00000025469 4 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150131014 150131715 ENST00000025469 5 PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150122170 150132260 ENST00000369124 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150122448 150122477 ENST00000369124 1 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150123102 150123248 ENST00000369124 2 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150128260 150128400 ENST00000369124 3 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150129105 150129209 ENST00000369124 4 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150129579 150129680 ENST00000369124 5 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150131014 150131715 ENST00000369124 6 PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150122797 150131238 ENST00000479194 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150122827 150125215 ENST00000492304 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150125675 150131823 ENST00000466659 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150127984 150129389 ENST00000477309 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150129123 150131519 ENST00000441340 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150129160 150129209 ENST00000441340 1 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150129566 150129680 ENST00000441340 2 PLEKHO1 ENSG00000023902 Not Supported Not Supported +CDS 1 150131014 150131519 ENST00000441340 3 PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150129211 150131181 ENST00000485470 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150131600 150136916 ENST00000502767 NA PLEKHO1 ENSG00000023902 Not Supported Not Supported +transcript 1 150183930 150184221 ENST00000581481 NA RN7SL480P ENSG00000266187 Not Supported Not Supported +transcript 1 150190717 150208504 ENST00000314136 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000314136 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150204115 150204264 ENST00000314136 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150202906 150203028 ENST00000314136 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201570 ENST00000314136 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000314136 5 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000314136 6 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193063 ENST00000314136 7 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150190855 150207026 ENST00000369119 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150204115 150204174 ENST00000369119 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150202906 150203028 ENST00000369119 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201570 ENST00000369119 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000369119 5 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000369119 6 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193063 ENST00000369119 7 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150190861 150208460 ENST00000369116 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000369116 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201447 ENST00000369116 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000369116 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000369116 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193063 ENST00000369116 5 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150192574 150208370 ENST00000436748 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000436748 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150204115 150204264 ENST00000436748 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201570 ENST00000436748 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000436748 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000436748 5 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193063 ENST00000436748 6 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150192680 150199062 ENST00000534437 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199062 ENST00000534437 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195620 ENST00000534437 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192993 150193063 ENST00000534437 3 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150192694 150208433 ENST00000369114 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000369114 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150204115 150204264 ENST00000369114 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150202906 150203028 ENST00000369114 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000369114 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193060 ENST00000369114 5 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150192763 150208447 ENST00000369115 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000369115 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201447 ENST00000369115 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000369115 4 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150195512 150195566 ENST00000369115 5 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150192996 150193063 ENST00000369115 6 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150192840 150208303 ENST00000533654 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000533654 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150204115 150204264 ENST00000533654 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150202906 150203028 ENST00000533654 3 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198960 150199127 ENST00000533654 4 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150198940 150208331 ENST00000534220 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000534220 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201477 ENST00000534220 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150198940 150199127 ENST00000534220 3 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150201405 150208412 ENST00000532744 NA ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150208081 150208134 ENST00000532744 1 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150202906 150203028 ENST00000532744 2 ANP32E ENSG00000143401 Not Supported Not Supported +CDS 1 150201405 150201570 ENST00000532744 3 ANP32E ENSG00000143401 Not Supported Not Supported +transcript 1 150209315 150209504 ENST00000410290 NA RNU2-17P ENSG00000222222 Not Supported Not Supported +transcript 1 150227489 150229681 ENST00000607002 NA RP4-790G17.7 ENSG00000271845 Not Supported Not Supported +transcript 1 150229554 150237478 ENST00000369111 NA CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150230524 150230578 ENST00000369111 1 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150232546 150232566 ENST00000369111 2 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150233858 150234037 ENST00000369111 3 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150234557 150234699 ENST00000369111 4 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150234924 150235019 ENST00000369111 5 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150235203 150235269 ENST00000369111 6 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150235441 150235598 ENST00000369111 7 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150235698 150235818 ENST00000369111 8 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150236058 150236078 ENST00000369111 9 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150236193 150236277 ENST00000369111 10 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150236993 150237056 ENST00000369111 11 CA14 ENSG00000118298 Not Supported Not Supported +transcript 1 150230246 150233730 ENST00000607751 NA CA14 ENSG00000118298 Not Supported Not Supported +transcript 1 150230270 150236230 ENST00000607652 NA CA14 ENSG00000118298 Not Supported Not Supported +transcript 1 150230489 150235596 ENST00000483993 NA CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150230524 150230578 ENST00000483993 1 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150232546 150232566 ENST00000483993 2 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150232678 150232727 ENST00000483993 3 CA14 ENSG00000118298 Not Supported Not Supported +transcript 1 150235443 150237291 ENST00000607082 NA CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150235443 150235598 ENST00000607082 1 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150235698 150235818 ENST00000607082 2 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150236061 150236078 ENST00000607082 3 CA14 ENSG00000118298 Not Supported Not Supported +CDS 1 150236993 150237090 ENST00000607082 4 CA14 ENSG00000118298 Not Supported Not Supported +transcript 1 150234093 150234196 ENST00000458929 NA snoU13 ENSG00000238526 Not Supported Not Supported +transcript 1 150237804 150241399 ENST00000369109 NA APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150241098 150241210 ENST00000369109 1 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240357 150240527 ENST00000369109 2 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240116 150240189 ENST00000369109 3 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239756 150239878 ENST00000369109 4 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239475 150239602 ENST00000369109 5 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150238933 150239056 ENST00000369109 6 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150238533 150238594 ENST00000369109 7 APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150237806 150241703 ENST00000360244 NA APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150241098 150241210 ENST00000360244 1 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240357 150240527 ENST00000360244 2 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240116 150240189 ENST00000360244 3 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239756 150239878 ENST00000360244 4 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239475 150239602 ENST00000360244 5 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150238925 150239056 ENST00000360244 6 APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150237823 150241416 ENST00000414276 NA APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150241098 150241210 ENST00000414276 1 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240357 150240391 ENST00000414276 2 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239756 150239878 ENST00000414276 3 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239475 150239602 ENST00000414276 4 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150238933 150239056 ENST00000414276 5 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150238533 150238594 ENST00000414276 6 APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150238749 150241415 ENST00000461320 NA APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150239045 150241423 ENST00000236017 NA APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150241098 150241210 ENST00000236017 1 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150240116 150240189 ENST00000236017 2 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239756 150239878 ENST00000236017 3 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239475 150239602 ENST00000236017 4 APH1A ENSG00000117362 Not Supported Not Supported +CDS 1 150239045 150239056 ENST00000236017 5 APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150239356 150240166 ENST00000486308 NA APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150239497 150240096 ENST00000486720 NA APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150239770 150240966 ENST00000476538 NA APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150241301 150241980 ENST00000493092 NA APH1A ENSG00000117362 Not Supported Not Supported +transcript 1 150240600 150253327 ENST00000369102 NA C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150245221 150245266 ENST00000369102 3 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150246490 150246573 ENST00000369102 4 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248150 150248208 ENST00000369102 5 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248930 150249040 ENST00000369102 6 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150252054 150252146 ENST00000369102 7 C1orf54 ENSG00000118292 Not Supported Not Supported +transcript 1 150245102 150253327 ENST00000369099 NA C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150245221 150245266 ENST00000369099 1 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150246490 150246573 ENST00000369099 2 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248150 150248208 ENST00000369099 3 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248930 150249040 ENST00000369099 4 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150252054 150252146 ENST00000369099 5 C1orf54 ENSG00000118292 Not Supported Not Supported +transcript 1 150245183 150253325 ENST00000369098 NA C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150245221 150245266 ENST00000369098 1 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150246490 150246573 ENST00000369098 2 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248150 150248208 ENST00000369098 3 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150248930 150249040 ENST00000369098 4 C1orf54 ENSG00000118292 Not Supported Not Supported +CDS 1 150253246 150253308 ENST00000369098 5 C1orf54 ENSG00000118292 Not Supported Not Supported +transcript 1 150254953 150259149 ENST00000447007 NA C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150255942 150256043 ENST00000447007 2 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256215 150256290 ENST00000447007 3 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256836 150256914 ENST00000447007 4 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150257007 150257118 ENST00000447007 5 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150258842 150259149 ENST00000447007 6 C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150254953 150259505 ENST00000369095 NA C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150255678 150256043 ENST00000369095 2 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256215 150256290 ENST00000369095 3 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256836 150256914 ENST00000369095 4 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150257007 150257118 ENST00000369095 5 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150258842 150259363 ENST00000369095 6 C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150254953 150259505 ENST00000369094 NA C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150255942 150256043 ENST00000369094 2 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256215 150256290 ENST00000369094 3 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256836 150256914 ENST00000369094 4 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150257007 150257118 ENST00000369094 5 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150258842 150259363 ENST00000369094 6 C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150255182 150259188 ENST00000417398 NA C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150255942 150256043 ENST00000417398 2 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256215 150256290 ENST00000417398 3 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256836 150256914 ENST00000417398 4 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150257007 150257118 ENST00000417398 5 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150258842 150259188 ENST00000417398 6 C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150255229 150259505 ENST00000290363 NA C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150255678 150256043 ENST00000290363 1 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256215 150256290 ENST00000290363 2 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150256836 150256914 ENST00000290363 3 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150257007 150257118 ENST00000290363 4 C1orf51 ENSG00000159208 Not Supported Not Supported +CDS 1 150258842 150259363 ENST00000290363 5 C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150255259 150257945 ENST00000469255 NA C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150255944 150259045 ENST00000497211 NA C1orf51 ENSG00000159208 Not Supported Not Supported +transcript 1 150266289 150281414 ENST00000309092 NA MRPS21 ENSG00000187145 Not Supported Not Supported +CDS 1 150266787 150266869 ENST00000309092 2 MRPS21 ENSG00000187145 Not Supported Not Supported +CDS 1 150280482 150280659 ENST00000309092 3 MRPS21 ENSG00000187145 Not Supported Not Supported +transcript 1 150266340 150281414 ENST00000369084 NA MRPS21 ENSG00000187145 Not Supported Not Supported +CDS 1 150266787 150266869 ENST00000369084 1 MRPS21 ENSG00000187145 Not Supported Not Supported +CDS 1 150280482 150280659 ENST00000369084 2 MRPS21 ENSG00000187145 Not Supported Not Supported +transcript 1 150293925 150325671 ENST00000324862 NA PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150297401 150297545 ENST00000324862 2 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150298209 150298339 ENST00000324862 3 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150300779 150300925 ENST00000324862 4 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305155 150305238 ENST00000324862 5 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305450 150305670 ENST00000324862 6 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150307406 150307712 ENST00000324862 7 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150310636 150310802 ENST00000324862 8 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150312874 150312953 ENST00000324862 9 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150315785 150315928 ENST00000324862 10 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150316638 150316737 ENST00000324862 11 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150316910 150317023 ENST00000324862 12 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150318494 150318612 ENST00000324862 13 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150318884 150318967 ENST00000324862 14 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150321633 150321694 ENST00000324862 15 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150325309 150325452 ENST00000324862 16 PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150293928 150307501 ENST00000496202 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150294002 150325608 ENST00000414970 NA PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150297401 150297545 ENST00000414970 2 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150298209 150298339 ENST00000414970 3 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305155 150305238 ENST00000414970 4 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305450 150305670 ENST00000414970 5 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150307406 150307712 ENST00000414970 6 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150310636 150310802 ENST00000414970 7 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150312874 150312953 ENST00000414970 8 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150315785 150315928 ENST00000414970 9 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150316638 150316737 ENST00000414970 10 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150316910 150317023 ENST00000414970 11 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150318494 150318612 ENST00000414970 12 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150318884 150318967 ENST00000414970 13 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150321633 150321694 ENST00000414970 14 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150325309 150325452 ENST00000414970 15 PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150294002 150318563 ENST00000543398 NA PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150300908 150300925 ENST00000543398 5 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305155 150305238 ENST00000543398 6 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150305450 150305670 ENST00000543398 7 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150307406 150307712 ENST00000543398 8 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150310636 150310802 ENST00000543398 9 PRPF3 ENSG00000117360 Not Supported Not Supported +CDS 1 150312879 150312924 ENST00000543398 10 PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150300234 150325671 ENST00000467329 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150302221 150307450 ENST00000467514 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150315627 150316851 ENST00000493553 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150318016 150321685 ENST00000476970 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150321160 150325671 ENST00000470824 NA PRPF3 ENSG00000117360 Not Supported Not Supported +transcript 1 150335567 150446032 ENST00000492220 NA RPRD2 ENSG00000163125 Not Supported Not Supported +transcript 1 150337126 150449042 ENST00000401000 NA RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150337191 150337395 ENST00000401000 1 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150390072 150390201 ENST00000401000 2 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150413399 150413499 ENST00000401000 3 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150415707 150415759 ENST00000401000 4 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150416727 150416853 ENST00000401000 5 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150418702 150418877 ENST00000401000 6 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150429764 150430046 ENST00000401000 7 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150432536 150432793 ENST00000401000 8 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150437003 150437203 ENST00000401000 9 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150443037 150445807 ENST00000401000 10 RPRD2 ENSG00000163125 Not Supported Not Supported +transcript 1 150337169 150444519 ENST00000539519 NA RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150337191 150337395 ENST00000539519 1 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150390072 150390201 ENST00000539519 2 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150413399 150413499 ENST00000539519 3 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150415707 150415759 ENST00000539519 4 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150416727 150416853 ENST00000539519 5 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150418702 150418877 ENST00000539519 6 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150429764 150430046 ENST00000539519 7 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150432536 150432793 ENST00000539519 8 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150437003 150437203 ENST00000539519 9 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150443037 150444218 ENST00000539519 10 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150444359 150444444 ENST00000539519 11 RPRD2 ENSG00000163125 Not Supported Not Supported +transcript 1 150337184 150414099 ENST00000369067 NA RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150337191 150337395 ENST00000369067 1 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150390072 150390201 ENST00000369067 2 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150413399 150413519 ENST00000369067 3 RPRD2 ENSG00000163125 Not Supported Not Supported +transcript 1 150337187 150446032 ENST00000369068 NA RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150337191 150337395 ENST00000369068 1 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150390072 150390201 ENST00000369068 2 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150413399 150413499 ENST00000369068 3 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150414357 150414434 ENST00000369068 4 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150415707 150415759 ENST00000369068 5 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150416727 150416853 ENST00000369068 6 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150418702 150418877 ENST00000369068 7 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150429764 150430046 ENST00000369068 8 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150432536 150432793 ENST00000369068 9 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150437003 150437203 ENST00000369068 10 RPRD2 ENSG00000163125 Not Supported Not Supported +CDS 1 150443037 150445807 ENST00000369068 11 RPRD2 ENSG00000163125 Not Supported Not Supported +transcript 1 150459887 150471711 ENST00000438568 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150459927 150459992 ENST00000438568 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460334 150460530 ENST00000438568 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461563 ENST00000438568 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463870 150463987 ENST00000438568 4 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464074 150464075 ENST00000438568 5 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459890 150479734 ENST00000369054 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150459927 150459992 ENST00000369054 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460334 150460530 ENST00000369054 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461563 ENST00000369054 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463077 150463201 ENST00000369054 4 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463870 150463987 ENST00000369054 5 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470006 150470223 ENST00000369054 6 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470978 150471140 ENST00000369054 7 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471373 150471510 ENST00000369054 8 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471692 150471769 ENST00000369054 9 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150476811 150476911 ENST00000369054 10 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477108 150477209 ENST00000369054 11 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477382 150477454 ENST00000369054 12 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150478067 150478181 ENST00000369054 13 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150479392 150479537 ENST00000369054 14 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459893 150480078 ENST00000369064 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150459927 150459992 ENST00000369064 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460334 150460530 ENST00000369064 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461563 ENST00000369064 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463077 150463201 ENST00000369064 4 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463870 150463987 ENST00000369064 5 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464074 150464138 ENST00000369064 6 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464887 150464965 ENST00000369064 7 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150468958 150469104 ENST00000369064 8 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150469286 150469384 ENST00000369064 9 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470006 150470223 ENST00000369064 10 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470978 150471140 ENST00000369064 11 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471373 150471510 ENST00000369064 12 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471692 150471769 ENST00000369064 13 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150476811 150476911 ENST00000369064 14 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477108 150477209 ENST00000369064 15 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477382 150477454 ENST00000369064 16 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150478067 150478181 ENST00000369064 17 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150479392 150479537 ENST00000369064 18 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459896 150479760 ENST00000606933 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150459927 150459992 ENST00000606933 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460334 150460530 ENST00000606933 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461563 ENST00000606933 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463077 150463201 ENST00000606933 4 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463870 150463987 ENST00000606933 5 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464074 150464138 ENST00000606933 6 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464887 150464965 ENST00000606933 7 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470006 150470223 ENST00000606933 8 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150470978 150471140 ENST00000606933 9 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471373 150471510 ENST00000606933 10 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150471692 150471769 ENST00000606933 11 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150476811 150476911 ENST00000606933 12 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477108 150477209 ENST00000606933 13 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150477382 150477454 ENST00000606933 14 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150478067 150478181 ENST00000606933 15 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150479392 150479537 ENST00000606933 16 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459907 150461784 ENST00000369053 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459911 150480074 ENST00000369051 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150459927 150459992 ENST00000369051 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460334 150460530 ENST00000369051 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461464 ENST00000369051 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463150 150463201 ENST00000369051 4 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464887 150464951 ENST00000369051 5 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150459918 150461108 ENST00000479372 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150460346 150479659 ENST00000467982 NA TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150460346 150460530 ENST00000467982 1 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150461440 150461563 ENST00000467982 2 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150463870 150463987 ENST00000467982 3 TARS2 ENSG00000143374 Not Supported Not Supported +CDS 1 150464074 150464078 ENST00000467982 4 TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150460467 150464194 ENST00000466989 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150463934 150476912 ENST00000480070 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150464065 150476912 ENST00000463555 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150464466 150470073 ENST00000460794 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150464661 150470063 ENST00000462578 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150476809 150479411 ENST00000483046 NA TARS2 ENSG00000143374 Not Supported Not Supported +transcript 1 150480538 150486029 ENST00000470432 NA ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150480552 150486030 ENST00000369049 NA ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150480686 150480755 ENST00000369049 1 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482007 150482057 ENST00000369049 2 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482137 150482232 ENST00000369049 3 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482311 150482478 ENST00000369049 4 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482578 150482658 ENST00000369049 5 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150483352 150483674 ENST00000369049 6 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150483933 150484307 ENST00000369049 7 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150484828 150485048 ENST00000369049 8 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485201 150485288 ENST00000369049 9 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485713 150485940 ENST00000369049 10 ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150480558 150483622 ENST00000498579 NA ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150480561 150486265 ENST00000369047 NA ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150480686 150480755 ENST00000369047 1 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482007 150482057 ENST00000369047 2 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482137 150482238 ENST00000369047 3 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482398 150482478 ENST00000369047 4 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482578 150482658 ENST00000369047 5 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150483352 150483674 ENST00000369047 6 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150483933 150484307 ENST00000369047 7 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150484828 150485048 ENST00000369047 8 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485201 150485288 ENST00000369047 9 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485713 150485940 ENST00000369047 10 ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150480570 150483028 ENST00000496744 NA ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150480583 150486036 ENST00000346569 NA ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150480686 150480755 ENST00000346569 1 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482007 150482057 ENST00000346569 2 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482137 150482238 ENST00000346569 3 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482398 150482478 ENST00000346569 4 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150482578 150482658 ENST00000346569 5 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150483352 150483674 ENST00000346569 6 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150484828 150485048 ENST00000346569 7 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485201 150485288 ENST00000346569 8 ECM1 ENSG00000143369 Not Supported Not Supported +CDS 1 150485713 150485940 ENST00000346569 9 ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150481778 150482628 ENST00000490346 NA ECM1 ENSG00000143369 Not Supported Not Supported +transcript 1 150488233 150490508 ENST00000416894 NA LINC00568 ENSG00000228126 Not Supported Not Supported +transcript 1 150521040 150530200 ENST00000442435 NA RP11-54A4.2 ENSG00000237781 Not Supported Not Supported +transcript 1 150521884 150531224 ENST00000369041 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150524765 150524784 ENST00000369041 3 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525019 150525076 ENST00000369041 4 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525374 150525729 ENST00000369041 5 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525902 150526598 ENST00000369041 6 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150526841 150526943 ENST00000369041 7 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150527905 150528041 ENST00000369041 8 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150528638 150528842 ENST00000369041 9 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529097 150529269 ENST00000369041 10 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529415 150529526 ENST00000369041 11 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529626 150529811 ENST00000369041 12 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529970 150530099 ENST00000369041 13 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530421 150530625 ENST00000369041 14 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530949 150531197 ENST00000369041 15 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150521897 150524382 ENST00000483335 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150521898 150533408 ENST00000271643 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150524765 150524784 ENST00000271643 3 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525019 150525076 ENST00000271643 4 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525374 150525729 ENST00000271643 5 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525902 150526598 ENST00000271643 6 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150526841 150526943 ENST00000271643 7 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150527905 150528041 ENST00000271643 8 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150528638 150528842 ENST00000271643 9 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529097 150529269 ENST00000271643 10 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529415 150529526 ENST00000271643 11 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529626 150529811 ENST00000271643 12 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529970 150530099 ENST00000271643 13 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530421 150530625 ENST00000271643 14 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530949 150531125 ENST00000271643 15 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531438 150531641 ENST00000271643 16 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531763 150531942 ENST00000271643 17 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532237 150532381 ENST00000271643 18 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532536 150532669 ENST00000271643 19 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150522315 150533143 ENST00000369039 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150524765 150524784 ENST00000369039 2 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525019 150525076 ENST00000369039 3 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525374 150525729 ENST00000369039 4 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525902 150526598 ENST00000369039 5 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150526841 150526943 ENST00000369039 6 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150527042 150527110 ENST00000369039 7 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150527905 150528041 ENST00000369039 8 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150528638 150528842 ENST00000369039 9 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529097 150529269 ENST00000369039 10 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529415 150529526 ENST00000369039 11 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529626 150529811 ENST00000369039 12 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529970 150530099 ENST00000369039 13 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530421 150530625 ENST00000369039 14 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530949 150531125 ENST00000369039 15 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531438 150531641 ENST00000369039 16 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531763 150531942 ENST00000369039 17 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532237 150532381 ENST00000369039 18 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532536 150532669 ENST00000369039 19 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150524564 150533413 ENST00000369038 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150524765 150524784 ENST00000369038 1 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525019 150525076 ENST00000369038 2 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525374 150525729 ENST00000369038 3 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150525902 150526598 ENST00000369038 4 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150526841 150526943 ENST00000369038 5 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150527905 150528041 ENST00000369038 6 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150528638 150528842 ENST00000369038 7 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529097 150529269 ENST00000369038 8 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529415 150529526 ENST00000369038 9 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529626 150529811 ENST00000369038 10 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150529970 150530099 ENST00000369038 11 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530421 150530625 ENST00000369038 12 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150530949 150531125 ENST00000369038 13 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531438 150531641 ENST00000369038 14 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150531763 150531942 ENST00000369038 15 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532237 150532381 ENST00000369038 16 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +CDS 1 150532536 150532669 ENST00000369038 17 ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150530730 150533413 ENST00000489159 NA ADAMTSL4 ENSG00000143382 Not Supported Not Supported +transcript 1 150521897 150524367 ENST00000538795 NA AL356356.1 ENSG00000225996 Not Supported Not Supported +CDS 1 150522734 150522752 ENST00000538795 2 AL356356.1 ENSG00000225996 Not Supported Not Supported +CDS 1 150523091 150523533 ENST00000538795 3 AL356356.1 ENSG00000225996 Not Supported Not Supported +transcript 1 150524405 150524490 ENST00000581735 NA MIR4257 ENSG00000264553 Not Supported Not Supported +transcript 1 150533480 150533969 ENST00000369035 NA ADAMTSL4-AS1 ENSG00000203804 Not Supported Not Supported +CDS 1 150533560 150533946 ENST00000369035 1 ADAMTSL4-AS1 ENSG00000203804 Not Supported Not Supported +transcript 1 150539040 150539336 ENST00000580341 NA RN7SL473P ENSG00000264508 Not Supported Not Supported +transcript 1 150541449 150541745 ENST00000581811 NA RN7SL600P ENSG00000264584 Not Supported Not Supported +transcript 1 150547032 150552066 ENST00000369026 NA MCL1 ENSG00000143384 Not Supported Not Supported +CDS 1 150551319 150552006 ENST00000369026 1 MCL1 ENSG00000143384 Not Supported Not Supported +CDS 1 150550720 150550967 ENST00000369026 2 MCL1 ENSG00000143384 Not Supported Not Supported +CDS 1 150549854 150549967 ENST00000369026 3 MCL1 ENSG00000143384 Not Supported Not Supported +transcript 1 150549403 150551253 ENST00000464132 NA MCL1 ENSG00000143384 Not Supported Not Supported +transcript 1 150549546 150552006 ENST00000307940 NA MCL1 ENSG00000143384 Not Supported Not Supported +CDS 1 150551319 150552006 ENST00000307940 1 MCL1 ENSG00000143384 Not Supported Not Supported +CDS 1 150549843 150549967 ENST00000307940 2 MCL1 ENSG00000143384 Not Supported Not Supported +transcript 1 150573015 150573135 ENST00000517238 NA SNORA40 ENSG00000253047 Not Supported Not Supported +transcript 1 150573327 150602042 ENST00000369016 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000369016 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000369016 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598955 150599002 ENST00000369016 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000369016 4 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150573593 150573755 ENST00000369016 5 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150593727 150602072 ENST00000369014 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000369014 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000369014 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000369014 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150595323 150595335 ENST00000369014 4 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150594604 150602072 ENST00000369009 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000369009 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599874 150600068 ENST00000369009 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000369009 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150595323 150595335 ENST00000369009 4 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150594917 150601616 ENST00000361532 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601537 150601581 ENST00000361532 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000361532 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000361532 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150595323 150595335 ENST00000361532 4 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150595020 150601604 ENST00000361631 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601537 150601581 ENST00000361631 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000361631 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598955 150599002 ENST00000361631 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000361631 4 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150595323 150595335 ENST00000361631 5 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150595205 150601978 ENST00000509582 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000509582 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599811 150600068 ENST00000509582 2 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150595207 150602052 ENST00000339643 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000339643 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000339643 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598955 150599002 ENST00000339643 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598118 150598284 ENST00000339643 4 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150595323 150595335 ENST00000339643 5 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150595757 150602053 ENST00000271690 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000271690 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000271690 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598117 150598284 ENST00000271690 3 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150596098 150602053 ENST00000356527 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000356527 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599874 150600068 ENST00000356527 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598117 150598284 ENST00000356527 3 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150597098 150601592 ENST00000513281 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601537 150601581 ENST00000513281 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000513281 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598117 150598284 ENST00000513281 3 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150597676 150602088 ENST00000505321 NA ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150597941 150602057 ENST00000503345 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000503345 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599811 150600068 ENST00000503345 2 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150597982 150601615 ENST00000354702 NA ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150598031 150602035 ENST00000503241 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000503241 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599943 150600068 ENST00000503241 2 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598955 150599002 ENST00000503241 3 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150598117 150598284 ENST00000503241 4 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150599530 150602053 ENST00000362052 NA ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150601890 150601946 ENST00000362052 1 ENSA ENSG00000143420 Not Supported Not Supported +CDS 1 150599811 150600068 ENST00000362052 2 ENSA ENSG00000143420 Not Supported Not Supported +transcript 1 150618701 150669500 ENST00000271732 NA GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150667132 150667314 ENST00000271732 2 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150636108 150636239 ENST00000271732 3 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150634290 150634404 ENST00000271732 4 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150620800 150621224 ENST00000271732 5 GOLPH3L ENSG00000143457 Not Supported Not Supported +transcript 1 150620687 150669630 ENST00000540514 NA GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150667132 150667314 ENST00000540514 2 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150634290 150634404 ENST00000540514 3 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150620800 150621224 ENST00000540514 4 GOLPH3L ENSG00000143457 Not Supported Not Supported +transcript 1 150620913 150669620 ENST00000427665 NA GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150667132 150667314 ENST00000427665 2 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150666584 150666649 ENST00000427665 3 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150636108 150636239 ENST00000427665 4 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150634290 150634404 ENST00000427665 5 GOLPH3L ENSG00000143457 Not Supported Not Supported +CDS 1 150620913 150621224 ENST00000427665 6 GOLPH3L ENSG00000143457 Not Supported Not Supported +transcript 1 150666988 150669584 ENST00000479757 NA GOLPH3L ENSG00000143457 Not Supported Not Supported +transcript 1 150670536 150693352 ENST00000368995 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689642 ENST00000368995 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000368995 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684309 150684329 ENST00000368995 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000368995 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000368995 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679029 150679285 ENST00000368995 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676753 150676819 ENST00000368995 9 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676594 150676670 ENST00000368995 10 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150675786 150675869 ENST00000368995 11 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150672588 150672659 ENST00000368995 12 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150671133 150671210 ENST00000368995 13 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150670542 150693352 ENST00000368993 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150691949 150691981 ENST00000368993 2 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689758 ENST00000368993 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150687091 150687154 ENST00000368993 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000368993 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686370 150686390 ENST00000368993 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684021 150684047 ENST00000368993 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000368993 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000368993 9 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679029 150679285 ENST00000368993 10 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676753 150676819 ENST00000368993 11 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676594 150676670 ENST00000368993 12 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150675786 150675869 ENST00000368993 13 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150672588 150672659 ENST00000368993 14 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150671133 150671210 ENST00000368993 15 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150670638 150693361 ENST00000322343 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150691949 150691981 ENST00000322343 2 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689758 ENST00000322343 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150687091 150687154 ENST00000322343 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000322343 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684021 150684047 ENST00000322343 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000322343 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000322343 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679029 150679285 ENST00000322343 9 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676753 150676819 ENST00000322343 10 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676594 150676670 ENST00000322343 11 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150675786 150675869 ENST00000322343 12 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150672588 150672659 ENST00000322343 13 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150671133 150671210 ENST00000322343 14 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150670729 150693352 ENST00000361824 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150691949 150691981 ENST00000361824 2 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689758 ENST00000361824 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150687091 150687154 ENST00000361824 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000361824 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684309 150684329 ENST00000361824 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684021 150684047 ENST00000361824 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000361824 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000361824 9 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679029 150679285 ENST00000361824 10 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676753 150676819 ENST00000361824 11 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150676594 150676670 ENST00000361824 12 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150675786 150675869 ENST00000361824 13 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150672588 150672659 ENST00000361824 14 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150671133 150671210 ENST00000361824 15 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150670867 150676783 ENST00000470397 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150671030 150679299 ENST00000486497 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150679048 150693316 ENST00000368987 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689642 ENST00000368987 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000368987 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684309 150684329 ENST00000368987 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684021 150684047 ENST00000368987 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000368987 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000368987 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679048 150679285 ENST00000368987 9 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150679106 150693344 ENST00000442853 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150689614 150689642 ENST00000442853 3 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150686561 150686597 ENST00000442853 4 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150684021 150684047 ENST00000442853 5 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150681370 150681437 ENST00000442853 6 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150680732 150680883 ENST00000442853 7 HORMAD1 ENSG00000143452 Not Supported Not Supported +CDS 1 150679106 150679285 ENST00000442853 8 HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150686204 150693364 ENST00000476530 NA HORMAD1 ENSG00000143452 Not Supported Not Supported +transcript 1 150674342 150674448 ENST00000384204 NA RNU6-1042P ENSG00000206931 Not Supported Not Supported +transcript 1 150702672 150738433 ENST00000368985 NA CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150737114 150737239 ENST00000368985 2 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150730334 150730456 ENST00000368985 3 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150727477 150727626 ENST00000368985 4 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150724257 150724484 ENST00000368985 5 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150722482 150722647 ENST00000368985 6 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150720253 150720355 ENST00000368985 7 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150705525 150705621 ENST00000368985 8 CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150703358 150722567 ENST00000472977 NA CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150722482 150722567 ENST00000472977 1 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150720253 150720355 ENST00000472977 2 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150705522 150705621 ENST00000472977 3 CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150703362 150705538 ENST00000607427 NA CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150705522 150705538 ENST00000607427 1 CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150705043 150738268 ENST00000448301 NA CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150737114 150737239 ENST00000448301 2 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150730334 150730456 ENST00000448301 3 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150724257 150724484 ENST00000448301 4 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150722482 150722647 ENST00000448301 5 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150720253 150720355 ENST00000448301 6 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150705525 150705621 ENST00000448301 7 CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150705314 150724310 ENST00000483930 NA CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150724257 150724310 ENST00000483930 1 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150722482 150722647 ENST00000483930 2 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150720641 150720761 ENST00000483930 3 CTSS ENSG00000163131 Not Supported Not Supported +CDS 1 150720343 150720355 ENST00000483930 4 CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150720272 150737178 ENST00000480760 NA CTSS ENSG00000163131 Not Supported Not Supported +transcript 1 150752748 150753120 ENST00000283110 NA RP11-363I22.3 ENSG00000236713 Not Supported Not Supported +transcript 1 150768684 150780799 ENST00000271651 NA CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150779162 150779281 ENST00000271651 2 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150778578 150778700 ENST00000271651 3 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150778337 150778492 ENST00000271651 4 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150776497 150776715 ENST00000271651 5 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150772020 150772185 ENST00000271651 6 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150771644 150771749 ENST00000271651 7 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150769278 150769374 ENST00000271651 8 CTSK ENSG00000143387 Not Supported Not Supported +transcript 1 150776488 150779244 ENST00000480670 NA CTSK ENSG00000143387 Not Supported Not Supported +transcript 1 150776517 150779910 ENST00000443913 NA CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150779725 150779900 ENST00000443913 1 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150779162 150779282 ENST00000443913 2 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150778578 150778700 ENST00000443913 3 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150778337 150778492 ENST00000443913 4 CTSK ENSG00000143387 Not Supported Not Supported +CDS 1 150776517 150776715 ENST00000443913 5 CTSK ENSG00000143387 Not Supported Not Supported +transcript 1 150772949 150773507 ENST00000426992 NA UBE2D3P3 ENSG00000224690 Not Supported Not Supported +transcript 1 150782181 150849244 ENST00000358595 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150849019 150849043 ENST00000358595 1 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830936 ENST00000358595 2 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825238 150825282 ENST00000358595 3 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150818739 150818783 ENST00000358595 4 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150814900 150814944 ENST00000358595 5 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150811917 150812130 ENST00000358595 6 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150808756 150808969 ENST00000358595 7 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150807014 150807116 ENST00000358595 8 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804810 150804875 ENST00000358595 9 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804294 150804379 ENST00000358595 10 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150802380 150802456 ENST00000358595 11 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150801569 150801703 ENST00000358595 12 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150799019 150799093 ENST00000358595 13 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150795670 150795821 ENST00000358595 14 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150790396 150790506 ENST00000358595 15 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789837 150789909 ENST00000358595 16 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789558 150789678 ENST00000358595 17 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789264 150789366 ENST00000358595 18 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150788735 150788882 ENST00000358595 19 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150786553 150786715 ENST00000358595 20 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150785648 150785814 ENST00000358595 21 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150784500 150784586 ENST00000358595 22 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150782570 150849181 ENST00000471844 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150849019 150849043 ENST00000471844 1 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830936 ENST00000471844 2 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825238 150825282 ENST00000471844 3 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150818739 150818783 ENST00000471844 4 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150814900 150814944 ENST00000471844 5 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150811917 150812130 ENST00000471844 6 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150808756 150808969 ENST00000471844 7 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150807014 150807116 ENST00000471844 8 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804810 150804875 ENST00000471844 9 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804294 150804379 ENST00000471844 10 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150802380 150802456 ENST00000471844 11 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150801569 150801703 ENST00000471844 12 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150799019 150799093 ENST00000471844 13 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150790501 150790506 ENST00000471844 14 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150783335 150849055 ENST00000354396 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150849019 150849043 ENST00000354396 1 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830936 ENST00000354396 2 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825238 150825282 ENST00000354396 3 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150818739 150818783 ENST00000354396 4 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150814900 150814944 ENST00000354396 5 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150811917 150812130 ENST00000354396 6 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150808756 150808969 ENST00000354396 7 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150807014 150807116 ENST00000354396 8 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804810 150804875 ENST00000354396 9 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804294 150804379 ENST00000354396 10 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150802380 150802456 ENST00000354396 11 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150801569 150801703 ENST00000354396 12 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150799019 150799093 ENST00000354396 13 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150795670 150795821 ENST00000354396 14 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150790396 150790506 ENST00000354396 15 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789837 150789909 ENST00000354396 16 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789558 150789678 ENST00000354396 17 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789264 150789366 ENST00000354396 18 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150788735 150788876 ENST00000354396 19 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150786553 150786715 ENST00000354396 20 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150785648 150785814 ENST00000354396 21 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150784500 150784586 ENST00000354396 22 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150784157 150849184 ENST00000515192 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830934 ENST00000515192 3 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825238 150825282 ENST00000515192 4 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150818739 150818783 ENST00000515192 5 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150814900 150814944 ENST00000515192 6 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150811917 150812130 ENST00000515192 7 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150808756 150808969 ENST00000515192 8 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150807014 150807116 ENST00000515192 9 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804810 150804875 ENST00000515192 10 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804294 150804379 ENST00000515192 11 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150802380 150802441 ENST00000515192 12 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150801569 150801703 ENST00000515192 13 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150799019 150799093 ENST00000515192 14 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150795670 150795821 ENST00000515192 15 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150790396 150790506 ENST00000515192 16 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789837 150789909 ENST00000515192 17 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789558 150789678 ENST00000515192 18 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789264 150789366 ENST00000515192 19 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150788735 150788882 ENST00000515192 20 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150786553 150786715 ENST00000515192 21 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150785648 150785814 ENST00000515192 22 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150784500 150784586 ENST00000515192 23 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150784437 150849085 ENST00000505755 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150849019 150849043 ENST00000505755 1 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830936 ENST00000505755 2 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825238 150825282 ENST00000505755 3 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150818739 150818783 ENST00000505755 4 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150811917 150812130 ENST00000505755 5 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150808756 150808969 ENST00000505755 6 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150807014 150807116 ENST00000505755 7 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804810 150804875 ENST00000505755 8 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150804294 150804379 ENST00000505755 9 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150802380 150802456 ENST00000505755 10 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150801569 150801703 ENST00000505755 11 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150799019 150799093 ENST00000505755 12 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150795670 150795821 ENST00000505755 13 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150790396 150790506 ENST00000505755 14 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789837 150789909 ENST00000505755 15 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789558 150789678 ENST00000505755 16 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150789264 150789366 ENST00000505755 17 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150788735 150788882 ENST00000505755 18 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150786553 150786715 ENST00000505755 19 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150785648 150785814 ENST00000505755 20 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150784500 150784586 ENST00000505755 21 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150789870 150790917 ENST00000510273 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150801586 150802858 ENST00000478972 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150802385 150807339 ENST00000512296 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150803962 150808975 ENST00000468970 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150808900 150849044 ENST00000497108 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150811875 150849085 ENST00000505979 NA ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150812084 150849172 ENST00000504358 NA ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150849019 150849043 ENST00000504358 1 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150830825 150830936 ENST00000504358 2 ARNT ENSG00000143437 Not Supported Not Supported +CDS 1 150825727 150825754 ENST00000504358 3 ARNT ENSG00000143437 Not Supported Not Supported +transcript 1 150785067 150785174 ENST00000363305 NA RNU6-1309P ENSG00000200175 Not Supported Not Supported +transcript 1 150853712 150854159 ENST00000427962 NA RP11-235D19.2 ENSG00000224800 Not Supported Not Supported +transcript 1 150854927 150855011 ENST00000391210 NA Y_RNA ENSG00000212512 Not Supported Not Supported +transcript 1 150876372 150876689 ENST00000443545 NA CYCSP51 ENSG00000229357 Not Supported Not Supported +transcript 1 150898739 150913847 ENST00000525956 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000525956 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000525956 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000525956 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913847 ENST00000525956 5 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898739 150913853 ENST00000487584 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898781 150900705 ENST00000463774 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898815 150937211 ENST00000271640 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000271640 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000271640 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000271640 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000271640 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000271640 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915328 150915529 ENST00000271640 7 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000271640 8 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150917394 150917584 ENST00000271640 9 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150919362 150919488 ENST00000271640 10 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921598 150921754 ENST00000271640 11 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921846 150922001 ENST00000271640 12 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150922934 150923566 ENST00000271640 13 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150923841 150923957 ENST00000271640 14 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150931654 150931823 ENST00000271640 15 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150933039 150933667 ENST00000271640 16 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150934606 150934634 ENST00000271640 17 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935063 150935195 ENST00000271640 18 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935450 150935615 ENST00000271640 19 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936006 150936217 ENST00000271640 20 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936471 150936559 ENST00000271640 21 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936723 150936837 ENST00000271640 22 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898821 150913827 ENST00000448029 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000448029 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000448029 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000448029 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913827 ENST00000448029 5 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898825 150917796 ENST00000368962 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000368962 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000368962 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000368962 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000368962 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000368962 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915328 150915529 ENST00000368962 7 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000368962 8 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150917394 150917635 ENST00000368962 9 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898871 150923259 ENST00000534805 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000534805 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000534805 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000534805 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000534805 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000534805 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915328 150915529 ENST00000534805 7 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000534805 8 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150917394 150917584 ENST00000534805 9 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150919362 150919488 ENST00000534805 10 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921598 150921754 ENST00000534805 11 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921843 150922001 ENST00000534805 12 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150922934 150923259 ENST00000534805 13 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898888 150937213 ENST00000368969 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000368969 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000368969 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000368969 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000368969 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000368969 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915328 150915529 ENST00000368969 7 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000368969 8 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150917394 150917584 ENST00000368969 9 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150919362 150919488 ENST00000368969 10 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921598 150921754 ENST00000368969 11 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921846 150922001 ENST00000368969 12 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150922934 150923566 ENST00000368969 13 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150923841 150923957 ENST00000368969 14 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150931654 150931823 ENST00000368969 15 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150933039 150933667 ENST00000368969 16 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150934606 150934634 ENST00000368969 17 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935063 150935195 ENST00000368969 18 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935450 150935615 ENST00000368969 19 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936006 150936217 ENST00000368969 20 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936471 150936559 ENST00000368969 21 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936726 150936837 ENST00000368969 22 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898900 150917586 ENST00000368963 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000368963 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000368963 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000368963 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000368963 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000368963 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000368963 7 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898900 150933366 ENST00000459773 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898957 150936327 ENST00000498193 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000498193 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902594 ENST00000498193 3 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150912416 150912450 ENST00000498193 4 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150913805 150913904 ENST00000498193 5 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915039 150915164 ENST00000498193 6 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150915328 150915529 ENST00000498193 7 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150916396 150916469 ENST00000498193 8 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150917394 150917584 ENST00000498193 9 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150919362 150919488 ENST00000498193 10 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921598 150921754 ENST00000498193 11 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150921846 150922001 ENST00000498193 12 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150922934 150923566 ENST00000498193 13 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150923841 150923957 ENST00000498193 14 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150931654 150931823 ENST00000498193 15 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150933039 150933667 ENST00000498193 16 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150934606 150934634 ENST00000498193 17 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935063 150935195 ENST00000498193 18 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150935450 150935615 ENST00000498193 19 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150936006 150936327 ENST00000498193 20 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150898963 150913894 ENST00000368964 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900191 150900450 ENST00000368964 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902474 150902546 ENST00000368964 3 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150899116 150902592 ENST00000423081 NA SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150899254 150899284 ENST00000423081 1 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150900180 150900450 ENST00000423081 2 SETDB1 ENSG00000143379 Not Supported Not Supported +CDS 1 150902443 150902592 ENST00000423081 3 SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150900318 150902932 ENST00000481219 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150933793 150937211 ENST00000497314 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150934604 150935558 ENST00000528749 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150935450 150936324 ENST00000533529 NA SETDB1 ENSG00000143379 Not Supported Not Supported +transcript 1 150933059 150940107 ENST00000482825 NA CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150936146 150941588 ENST00000561294 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000561294 1 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000561294 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940650 ENST00000561294 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000561294 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000561294 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000561294 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939550 150939678 ENST00000561294 7 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939232 150939338 ENST00000561294 8 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938952 150939105 ENST00000561294 9 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150936796 150936951 ENST00000561294 10 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150937649 150940201 ENST00000560793 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940201 ENST00000560793 1 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000560793 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939550 150939678 ENST00000560793 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939232 150939338 ENST00000560793 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938952 150939105 ENST00000560793 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938624 150938764 ENST00000560793 6 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150937649 150947319 ENST00000345896 NA CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150937649 150947479 ENST00000368954 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000368954 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000368954 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000368954 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000368954 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000368954 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000368954 7 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939550 150939678 ENST00000368954 8 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939232 150939338 ENST00000368954 9 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938952 150939105 ENST00000368954 10 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938627 150938764 ENST00000368954 11 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150937649 150947440 ENST00000271688 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000271688 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000271688 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000271688 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000271688 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000271688 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000271688 7 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939550 150939678 ENST00000271688 8 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939232 150939338 ENST00000271688 9 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938952 150939105 ENST00000271688 10 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150938627 150938764 ENST00000271688 11 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150938963 150940648 ENST00000460664 NA CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939040 150944411 ENST00000368949 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000368949 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000368949 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000368949 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000368949 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000368949 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000368949 7 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939550 150939678 ENST00000368949 8 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939232 150939338 ENST00000368949 9 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939040 150939105 ENST00000368949 10 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939543 150947302 ENST00000361419 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000361419 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000361419 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000361419 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000361419 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000361419 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000361419 7 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939543 150939678 ENST00000361419 8 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939607 150940608 ENST00000559660 NA CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939623 150941794 ENST00000558062 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000558062 1 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000558062 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000558062 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000558062 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000558062 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939868 150939960 ENST00000558062 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939623 150939678 ENST00000558062 7 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939858 150940954 ENST00000559020 NA CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150939903 150946953 ENST00000421609 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000421609 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000421609 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940559 150940677 ENST00000421609 4 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940296 150940353 ENST00000421609 5 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940140 150940190 ENST00000421609 6 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150939903 150939960 ENST00000421609 7 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150940583 150946911 ENST00000457392 NA CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150941394 150941566 ENST00000457392 2 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940871 150940988 ENST00000457392 3 CERS2 ENSG00000143418 Not Supported Not Supported +CDS 1 150940583 150940677 ENST00000457392 4 CERS2 ENSG00000143418 Not Supported Not Supported +transcript 1 150937736 150938439 ENST00000560481 NA RP11-316M1.12 ENSG00000259357 Not Supported Not Supported +transcript 1 150937736 150938734 ENST00000561111 NA RP11-316M1.12 ENSG00000259357 Not Supported Not Supported +transcript 1 150945599 150948010 ENST00000412838 NA RP11-316M1.3 ENSG00000231073 Not Supported Not Supported +transcript 1 150954493 150968110 ENST00000368947 NA ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150955582 150955656 ENST00000368947 3 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150955814 150955910 ENST00000368947 4 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150956451 150956545 ENST00000368947 5 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150956757 150956870 ENST00000368947 6 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150957062 150957152 ENST00000368947 7 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150958812 150958891 ENST00000368947 8 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150959078 150959137 ENST00000368947 9 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150960348 150960432 ENST00000368947 10 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150960567 150960662 ENST00000368947 11 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150960759 150960817 ENST00000368947 12 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150967053 150967175 ENST00000368947 13 ANXA9 ENSG00000143412 Not Supported Not Supported +CDS 1 150967736 150967795 ENST00000368947 14 ANXA9 ENSG00000143412 Not Supported Not Supported +transcript 1 150954725 150956847 ENST00000474997 NA ANXA9 ENSG00000143412 Not Supported Not Supported +transcript 1 150969025 150979333 ENST00000312210 NA FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974641 150974667 ENST00000312210 2 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974201 150974258 ENST00000312210 3 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150973726 150973790 ENST00000312210 4 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972933 150973091 ENST00000312210 5 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972338 150972440 ENST00000312210 6 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150971845 150971987 ENST00000312210 7 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970558 150970749 ENST00000312210 8 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970100 150970255 ENST00000312210 9 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150969766 150969843 ENST00000312210 10 FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150969311 150980841 ENST00000361936 NA FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974641 150975093 ENST00000361936 3 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974201 150974258 ENST00000361936 4 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150973726 150973790 ENST00000361936 5 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972933 150973091 ENST00000361936 6 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972338 150972440 ENST00000361936 7 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150971845 150971987 ENST00000361936 8 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970558 150970749 ENST00000361936 9 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970100 150970255 ENST00000361936 10 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150969766 150969843 ENST00000361936 11 FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150969576 150980851 ENST00000361738 NA FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150978577 150978631 ENST00000361738 2 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974641 150975182 ENST00000361738 3 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974201 150974258 ENST00000361738 4 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150973726 150973790 ENST00000361738 5 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972933 150973091 ENST00000361738 6 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972338 150972440 ENST00000361738 7 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150971845 150971987 ENST00000361738 8 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970558 150970749 ENST00000361738 9 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970100 150970255 ENST00000361738 10 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150969766 150969843 ENST00000361738 11 FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150969584 150978961 ENST00000493834 NA FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974641 150974808 ENST00000493834 2 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150974201 150974258 ENST00000493834 3 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150973726 150973790 ENST00000493834 4 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972933 150973091 ENST00000493834 5 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150972338 150972440 ENST00000493834 6 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150971845 150971987 ENST00000493834 7 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970558 150970749 ENST00000493834 8 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970100 150970255 ENST00000493834 9 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150969766 150969843 ENST00000493834 10 FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150969837 150970646 ENST00000497067 NA FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150970558 150970646 ENST00000497067 1 FAM63A ENSG00000143409 Not Supported Not Supported +CDS 1 150969917 150970255 ENST00000497067 2 FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150971887 150979347 ENST00000470877 NA FAM63A ENSG00000143409 Not Supported Not Supported +transcript 1 150980896 151001429 ENST00000467771 NA PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980926 151006331 ENST00000462440 NA PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980943 151006442 ENST00000475722 NA PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980953 151006313 ENST00000450884 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150998017 150998149 ENST00000450884 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000450884 4 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151001262 151001420 ENST00000450884 5 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006313 ENST00000450884 6 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980953 151008189 ENST00000271620 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150981109 150981147 ENST00000271620 1 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150990288 150990380 ENST00000271620 2 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150990943 150991145 ENST00000271620 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150997087 150997271 ENST00000271620 4 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150997991 150998149 ENST00000271620 5 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000271620 6 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151001262 151001420 ENST00000271620 7 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000271620 8 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980953 151008189 ENST00000271619 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150981109 150981147 ENST00000271619 1 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150981326 150981329 ENST00000271619 2 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150997991 150998149 ENST00000271619 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000271619 4 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000271619 5 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980954 151007683 ENST00000368937 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150998017 150998149 ENST00000368937 2 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000368937 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000368937 4 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980958 151006589 ENST00000431193 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150998017 150998149 ENST00000431193 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000431193 4 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006589 ENST00000431193 5 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150980959 151008189 ENST00000368936 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150998017 150998149 ENST00000368936 4 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000368936 5 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151001262 151001420 ENST00000368936 6 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000368936 7 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150981006 151008189 ENST00000368935 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999726 150999803 ENST00000368935 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000368935 4 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150997218 151008187 ENST00000368934 NA PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150998017 150998149 ENST00000368934 2 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 150999709 150999803 ENST00000368934 3 PRUNE ENSG00000143363 Not Supported Not Supported +CDS 1 151006282 151006707 ENST00000368934 4 PRUNE ENSG00000143363 Not Supported Not Supported +transcript 1 150995222 150995328 ENST00000363889 NA RNU6-884P ENSG00000200759 Not Supported Not Supported +transcript 1 151009046 151020076 ENST00000368931 NA BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151009202 151009242 ENST00000368931 1 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151010043 151010138 ENST00000368931 2 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151010980 151011044 ENST00000368931 3 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151011272 151011502 ENST00000368931 4 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015432 151015614 ENST00000368931 5 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015808 151015910 ENST00000368931 6 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151016072 151016203 ENST00000368931 7 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018273 151018359 ENST00000368931 8 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018543 151018641 ENST00000368931 9 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151019127 151019160 ENST00000368931 10 BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151009091 151020062 ENST00000295294 NA BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151011316 151011502 ENST00000295294 4 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015432 151015614 ENST00000295294 5 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015808 151015910 ENST00000295294 6 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151016072 151016203 ENST00000295294 7 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018273 151018359 ENST00000295294 8 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018543 151018641 ENST00000295294 9 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151019127 151019160 ENST00000295294 10 BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151010045 151019321 ENST00000361277 NA BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151010045 151010138 ENST00000361277 1 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151010980 151011044 ENST00000361277 2 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151011278 151011502 ENST00000361277 3 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015432 151015614 ENST00000361277 4 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015808 151015910 ENST00000361277 5 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151016072 151016203 ENST00000361277 6 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018273 151018359 ENST00000361277 7 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151018543 151018641 ENST00000361277 8 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151019127 151019163 ENST00000361277 9 BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151010875 151015544 ENST00000392802 NA BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151011316 151011502 ENST00000392802 2 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015432 151015544 ENST00000392802 3 BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151011316 151019163 ENST00000485855 NA BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151011316 151011502 ENST00000485855 1 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015432 151015614 ENST00000485855 2 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151015808 151015910 ENST00000485855 3 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151016072 151016203 ENST00000485855 4 BNIPL ENSG00000163141 Not Supported Not Supported +CDS 1 151017356 151017362 ENST00000485855 5 BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151018035 151018636 ENST00000491386 NA BNIPL ENSG00000163141 Not Supported Not Supported +transcript 1 151020216 151023896 ENST00000368926 NA C1orf56 ENSG00000143443 Not Supported Not Supported +CDS 1 151020324 151021328 ENST00000368926 1 C1orf56 ENSG00000143443 Not Supported Not Supported +CDS 1 151022914 151022931 ENST00000368926 2 C1orf56 ENSG00000143443 Not Supported Not Supported +transcript 1 151021045 151024462 ENST00000465135 NA C1orf56 ENSG00000143443 Not Supported Not Supported +transcript 1 151021139 151022189 ENST00000473308 NA C1orf56 ENSG00000143443 Not Supported Not Supported +transcript 1 151023447 151042801 ENST00000439374 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151028153 151028206 ENST00000439374 5 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151027492 151027602 ENST00000439374 6 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151026726 151026797 ENST00000439374 7 CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151023449 151032125 ENST00000540998 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151028153 151028206 ENST00000540998 3 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151027492 151027602 ENST00000540998 4 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151026726 151026797 ENST00000540998 5 CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151023449 151032125 ENST00000357235 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151028153 151028206 ENST00000357235 2 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151027492 151027602 ENST00000357235 3 CDC42SE1 ENSG00000197622 Not Supported Not Supported +CDS 1 151026726 151026797 ENST00000357235 4 CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151024590 151032050 ENST00000483763 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151025422 151032091 ENST00000492796 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151026713 151032249 ENST00000470278 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151028059 151032249 ENST00000491825 NA CDC42SE1 ENSG00000197622 Not Supported Not Supported +transcript 1 151030234 151040970 ENST00000368921 NA MLLT11 ENSG00000213190 Not Supported Not Supported +CDS 1 151039701 151039970 ENST00000368921 2 MLLT11 ENSG00000213190 Not Supported Not Supported +transcript 1 151043054 151070391 ENST00000462520 NA GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151043080 151098018 ENST00000368918 NA GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151060666 151060773 ENST00000368918 2 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151062882 151063049 ENST00000368918 3 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151065668 151065862 ENST00000368918 4 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151070328 151070478 ENST00000368918 5 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151076038 151076151 ENST00000368918 6 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151079513 151079698 ENST00000368918 7 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151089868 151089992 ENST00000368918 8 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151090433 151090729 ENST00000368918 9 GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151043080 151092396 ENST00000368917 NA GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151060666 151060773 ENST00000368917 2 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151062882 151063049 ENST00000368917 3 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151065668 151065862 ENST00000368917 4 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151070328 151070478 ENST00000368917 5 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151079513 151079698 ENST00000368917 6 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151089868 151089992 ENST00000368917 7 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151090433 151090729 ENST00000368917 8 GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151043253 151079653 ENST00000489549 NA GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151043280 151070478 ENST00000486076 NA GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151060634 151091147 ENST00000368916 NA GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151060666 151060773 ENST00000368916 1 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151062882 151063049 ENST00000368916 2 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151065668 151065862 ENST00000368916 3 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151070328 151070478 ENST00000368916 4 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151079513 151079698 ENST00000368916 5 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151089868 151089992 ENST00000368916 6 GABPB2 ENSG00000143458 Not Supported Not Supported +CDS 1 151090433 151090729 ENST00000368916 7 GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151065722 151090971 ENST00000467551 NA GABPB2 ENSG00000143458 Not Supported Not Supported +transcript 1 151084388 151085204 ENST00000456396 NA RP11-68I18.2 ENSG00000233717 Not Supported Not Supported +transcript 1 151102551 151104086 ENST00000563624 NA RP11-68I18.10 ENSG00000261168 Not Supported Not Supported +transcript 1 151104161 151118933 ENST00000368913 NA SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151114980 151115097 ENST00000368913 3 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112452 151112566 ENST00000368913 4 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112114 151112177 ENST00000368913 5 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111901 151111957 ENST00000368913 6 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111106 151111207 ENST00000368913 7 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110792 151110882 ENST00000368913 8 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110462 151110581 ENST00000368913 9 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110187 151110275 ENST00000368913 10 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151109333 151109550 ENST00000368913 11 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108924 151109055 ENST00000368913 12 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108487 151108639 ENST00000368913 13 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108067 151108240 ENST00000368913 14 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107639 151107785 ENST00000368913 15 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107274 151107351 ENST00000368913 16 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107096 151107151 ENST00000368913 17 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106877 151106921 ENST00000368913 18 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106436 151106531 ENST00000368913 19 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151104963 151105993 ENST00000368913 20 SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151104161 151118933 ENST00000368912 NA SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151114980 151115097 ENST00000368912 3 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112452 151112566 ENST00000368912 4 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112114 151112177 ENST00000368912 5 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111901 151111957 ENST00000368912 6 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111106 151111207 ENST00000368912 7 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110792 151110882 ENST00000368912 8 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110187 151110275 ENST00000368912 9 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151109333 151109550 ENST00000368912 10 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108924 151109055 ENST00000368912 11 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108487 151108639 ENST00000368912 12 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108067 151108240 ENST00000368912 13 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107639 151107785 ENST00000368912 14 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107274 151107351 ENST00000368912 15 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107096 151107151 ENST00000368912 16 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106877 151106921 ENST00000368912 17 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106436 151106531 ENST00000368912 18 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151104963 151105993 ENST00000368912 19 SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151104161 151119104 ENST00000368914 NA SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151114980 151115097 ENST00000368914 3 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112452 151112566 ENST00000368914 4 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112114 151112177 ENST00000368914 5 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111901 151111957 ENST00000368914 6 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111106 151111207 ENST00000368914 7 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110792 151110882 ENST00000368914 8 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110462 151110581 ENST00000368914 9 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110187 151110275 ENST00000368914 10 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151109333 151109550 ENST00000368914 11 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108924 151109055 ENST00000368914 12 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108487 151108639 ENST00000368914 13 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108067 151108240 ENST00000368914 14 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107639 151107785 ENST00000368914 15 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107274 151107351 ENST00000368914 16 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107096 151107151 ENST00000368914 17 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106877 151106921 ENST00000368914 18 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151104963 151105993 ENST00000368914 19 SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151104183 151119087 ENST00000341697 NA SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151114980 151115097 ENST00000341697 3 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112452 151112566 ENST00000341697 4 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151112114 151112177 ENST00000341697 5 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111901 151111957 ENST00000341697 6 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151111106 151111207 ENST00000341697 7 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110792 151110882 ENST00000341697 8 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110462 151110581 ENST00000341697 9 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151110187 151110275 ENST00000341697 10 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151109333 151109550 ENST00000341697 11 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108924 151109055 ENST00000341697 12 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108487 151108639 ENST00000341697 13 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151108067 151108240 ENST00000341697 14 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107639 151107785 ENST00000341697 15 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107274 151107351 ENST00000341697 16 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151107096 151107151 ENST00000341697 17 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151106877 151106921 ENST00000341697 18 SEMA6C ENSG00000143434 Not Supported Not Supported +CDS 1 151104963 151105993 ENST00000341697 19 SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151104543 151105344 ENST00000479820 NA SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151106675 151107742 ENST00000464018 NA SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151106807 151107351 ENST00000489944 NA SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151110188 151111937 ENST00000485745 NA SEMA6C ENSG00000143434 Not Supported Not Supported +transcript 1 151129105 151132225 ENST00000368910 NA TNFAIP8L2 ENSG00000163154 Not Supported Not Supported +CDS 1 151131174 151131725 ENST00000368910 2 TNFAIP8L2 ENSG00000163154 Not Supported Not Supported +transcript 1 151129140 151141609 ENST00000602841 NA SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139001 151139017 ENST00000602841 2 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139410 151139498 ENST00000602841 3 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139597 151139694 ENST00000602841 4 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139802 151139890 ENST00000602841 5 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151140620 151140814 ENST00000602841 6 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151141462 151141558 ENST00000602841 7 SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151138498 151140455 ENST00000461862 NA SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151138518 151142773 ENST00000368905 NA SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151138629 151138679 ENST00000368905 1 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151138947 151139017 ENST00000368905 2 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139410 151139498 ENST00000368905 3 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139597 151139694 ENST00000368905 4 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139802 151139890 ENST00000368905 5 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151140620 151140814 ENST00000368905 6 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151141462 151141558 ENST00000368905 7 SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151138542 151139426 ENST00000471039 NA SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151138555 151141614 ENST00000368902 NA SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139001 151139017 ENST00000368902 2 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139410 151139498 ENST00000368902 3 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139597 151139694 ENST00000368902 4 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151139802 151139890 ENST00000368902 5 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151140620 151140814 ENST00000368902 6 SCNM1 ENSG00000163156 Not Supported Not Supported +CDS 1 151141462 151141558 ENST00000368902 7 SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151139145 151141587 ENST00000497147 NA SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151140344 151141609 ENST00000459799 NA SCNM1 ENSG00000163156 Not Supported Not Supported +transcript 1 151132224 151138395 ENST00000368908 NA LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151137555 151137734 ENST00000368908 1 LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151134212 151134576 ENST00000368908 2 LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151133361 151133496 ENST00000368908 3 LYSMD1 ENSG00000163155 Not Supported Not Supported +transcript 1 151133061 151138424 ENST00000440902 NA LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151138223 151138258 ENST00000440902 1 LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151134212 151134576 ENST00000440902 2 LYSMD1 ENSG00000163155 Not Supported Not Supported +CDS 1 151133361 151133496 ENST00000440902 3 LYSMD1 ENSG00000163155 Not Supported Not Supported +transcript 1 151142462 151144791 ENST00000466891 NA TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144744 151144791 ENST00000466891 1 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144109 151144239 ENST00000466891 2 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151143396 151143539 ENST00000466891 3 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151142532 151142579 ENST00000466891 4 TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151142463 151148492 ENST00000295314 NA TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151147229 151147351 ENST00000295314 2 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151146867 151147023 ENST00000295314 3 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151145975 151146091 ENST00000295314 4 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144744 151144833 ENST00000295314 5 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144109 151144239 ENST00000295314 6 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151143909 151144016 ENST00000295314 7 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151143396 151143539 ENST00000295314 8 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151142995 151143139 ENST00000295314 9 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151142560 151142579 ENST00000295314 10 TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151142464 151148457 ENST00000463543 NA TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151147229 151147351 ENST00000463543 2 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151147002 151147007 ENST00000463543 3 TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151142464 151148457 ENST00000416280 NA TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151147229 151147351 ENST00000416280 2 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151146867 151147023 ENST00000416280 3 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144109 151144239 ENST00000416280 4 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151143909 151144016 ENST00000416280 5 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151143396 151143539 ENST00000416280 6 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151142995 151143139 ENST00000416280 7 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151142560 151142579 ENST00000416280 8 TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151143909 151148425 ENST00000488488 NA TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151144805 151148452 ENST00000441701 NA TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151147229 151147351 ENST00000441701 2 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151146867 151147023 ENST00000441701 3 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151145975 151146091 ENST00000441701 4 TMOD4 ENSG00000163157 Not Supported Not Supported +CDS 1 151144805 151144833 ENST00000441701 5 TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151148093 151148760 ENST00000601585 NA TMOD4 ENSG00000163157 Not Supported Not Supported +transcript 1 151142463 151162664 ENST00000491094 NA VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151148780 151162689 ENST00000368892 NA VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151162481 151162597 ENST00000368892 1 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151158274 151158426 ENST00000368892 2 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151157982 151158096 ENST00000368892 3 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151156793 151156969 ENST00000368892 4 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151150477 151150621 ENST00000368892 5 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151149123 151149507 ENST00000368892 6 VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151148938 151162634 ENST00000354473 NA VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151162481 151162597 ENST00000354473 1 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151158274 151158426 ENST00000354473 2 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151157982 151158096 ENST00000354473 3 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151156793 151156969 ENST00000354473 4 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151150477 151150621 ENST00000354473 5 VPS72 ENSG00000163159 Not Supported Not Supported +CDS 1 151149123 151149540 ENST00000354473 6 VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151149207 151162621 ENST00000496809 NA VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151157998 151162619 ENST00000471423 NA VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151158016 151167797 ENST00000463470 NA VPS72 ENSG00000163159 Not Supported Not Supported +transcript 1 151170425 151204237 ENST00000447555 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151170494 151170593 ENST00000447555 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196724 151196755 ENST00000447555 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000447555 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204237 ENST00000447555 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171027 151222012 ENST00000349792 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000349792 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196724 151196755 ENST00000349792 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000349792 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000349792 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204724 151204841 ENST00000349792 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151205027 151205179 ENST00000349792 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206673 151206972 ENST00000349792 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000349792 8 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151210658 151210741 ENST00000349792 9 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000349792 10 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000349792 11 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214599 151214745 ENST00000349792 12 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214914 151215043 ENST00000349792 13 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000349792 14 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171028 151221980 ENST00000409426 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000409426 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196721 151196755 ENST00000409426 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000409426 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000409426 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204724 151204841 ENST00000409426 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151205027 151205179 ENST00000409426 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206673 151206972 ENST00000409426 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000409426 8 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151210658 151210741 ENST00000409426 9 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000409426 10 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000409426 11 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214599 151214745 ENST00000409426 12 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214914 151215043 ENST00000409426 13 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000409426 14 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171029 151220625 ENST00000441902 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000441902 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196721 151196755 ENST00000441902 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000441902 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000441902 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204724 151204841 ENST00000441902 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151205027 151205179 ENST00000441902 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206673 151206972 ENST00000441902 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000441902 8 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000441902 9 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000441902 10 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214599 151214745 ENST00000441902 11 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214914 151215043 ENST00000441902 12 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000441902 13 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171029 151222007 ENST00000368890 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000368890 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196724 151196755 ENST00000368890 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000368890 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000368890 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204724 151204841 ENST00000368890 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151205027 151205179 ENST00000368890 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206673 151206972 ENST00000368890 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000368890 8 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151210658 151210741 ENST00000368890 9 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000368890 10 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000368890 11 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214914 151215043 ENST00000368890 12 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000368890 13 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171030 151188476 ENST00000424999 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000424999 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151188438 151188476 ENST00000424999 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171051 151220364 ENST00000368888 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171557 ENST00000368888 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196721 151196755 ENST00000368888 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196847 151196882 ENST00000368888 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000368888 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000368888 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204724 151204841 ENST00000368888 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151205027 151205179 ENST00000368888 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206673 151206972 ENST00000368888 8 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000368888 9 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151210658 151210741 ENST00000368888 10 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000368888 11 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000368888 12 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214599 151214745 ENST00000368888 13 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151214914 151215043 ENST00000368888 14 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000368888 15 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151171201 151199837 ENST00000454769 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151171473 151171589 ENST00000454769 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151185993 151204277 ENST00000418435 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196744 151196755 ENST00000418435 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151196847 151196882 ENST00000418435 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151199796 151199876 ENST00000418435 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151204147 151204277 ENST00000418435 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151196356 151204821 ENST00000468772 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151196615 151204783 ENST00000461816 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151199743 151205117 ENST00000481713 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151204728 151206843 ENST00000486048 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151206098 151209223 ENST00000464105 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151206921 151221068 ENST00000414290 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151206931 151206972 ENST00000414290 1 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151209034 151209239 ENST00000414290 2 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151210658 151210741 ENST00000414290 3 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151211606 151211654 ENST00000414290 4 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151212431 151212515 ENST00000414290 5 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151219396 151219441 ENST00000414290 6 PIP5K1A ENSG00000143398 Not Supported Not Supported +CDS 1 151220339 151220420 ENST00000414290 7 PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151209110 151211081 ENST00000460157 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151209110 151212767 ENST00000486866 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151214588 151220959 ENST00000489625 NA PIP5K1A ENSG00000143398 Not Supported Not Supported +transcript 1 151227179 151239955 ENST00000368884 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151227259 151227284 ENST00000368884 1 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151234637 151234777 ENST00000368884 2 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151236390 151236504 ENST00000368884 3 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237308 151237394 ENST00000368884 4 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237642 151237710 ENST00000368884 5 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237870 151238085 ENST00000368884 6 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238480 151238588 ENST00000368884 7 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238784 151238915 ENST00000368884 8 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238996 151239063 ENST00000368884 9 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239649 151239816 ENST00000368884 10 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151227185 151239935 ENST00000368881 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151227259 151227284 ENST00000368881 1 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151234637 151234777 ENST00000368881 2 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151236390 151236504 ENST00000368881 3 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237308 151237394 ENST00000368881 4 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237642 151237710 ENST00000368881 5 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237870 151238085 ENST00000368881 6 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238480 151238597 ENST00000368881 7 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238784 151238915 ENST00000368881 8 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238996 151239063 ENST00000368881 9 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239649 151239816 ENST00000368881 10 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151227234 151235386 ENST00000461434 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151227239 151238064 ENST00000462970 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151227245 151239708 ENST00000476855 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151231539 151238085 ENST00000437736 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151234656 151234777 ENST00000437736 2 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151236390 151236504 ENST00000437736 3 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237308 151237394 ENST00000437736 4 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237642 151237710 ENST00000437736 5 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237870 151238085 ENST00000437736 6 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151235036 151237415 ENST00000469786 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151237364 151239942 ENST00000445776 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237364 151237394 ENST00000445776 1 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151237642 151237710 ENST00000445776 2 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238480 151238588 ENST00000445776 3 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238784 151238915 ENST00000445776 4 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238996 151239063 ENST00000445776 5 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239649 151239819 ENST00000445776 6 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151237720 151238574 ENST00000491857 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151238514 151239936 ENST00000427779 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151238514 151238632 ENST00000427779 1 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151238784 151239201 ENST00000470396 NA PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151239020 151239936 ENST00000453615 NA PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239020 151239063 ENST00000453615 1 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239416 151239454 ENST00000453615 2 PSMD4 ENSG00000159352 Not Supported Not Supported +CDS 1 151239649 151239819 ENST00000453615 3 PSMD4 ENSG00000159352 Not Supported Not Supported +transcript 1 151252500 151254356 ENST00000494138 NA RP11-126K1.2 ENSG00000232671 Not Supported Not Supported +transcript 1 151252500 151254405 ENST00000447795 NA RP11-126K1.2 ENSG00000232671 Not Supported Not Supported +CDS 1 151254019 151254135 ENST00000447795 1 RP11-126K1.2 ENSG00000232671 Not Supported Not Supported +CDS 1 151252675 151252734 ENST00000447795 2 RP11-126K1.2 ENSG00000232671 Not Supported Not Supported +transcript 1 151254094 151259181 ENST00000443959 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151254546 151254555 ENST00000443959 1 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151258751 151259181 ENST00000443959 2 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151254743 151264656 ENST00000336715 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151258768 151260882 ENST00000336715 2 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261004 151261182 ENST00000336715 3 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261571 151261747 ENST00000336715 4 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261854 151262016 ENST00000336715 5 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262154 151262483 ENST00000336715 6 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262598 151262710 ENST00000336715 7 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262908 151263049 ENST00000336715 8 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151263191 151263682 ENST00000336715 9 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151254764 151264371 ENST00000449313 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151258768 151260882 ENST00000449313 2 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261004 151261182 ENST00000449313 3 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262154 151262214 ENST00000449313 4 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151254788 151264379 ENST00000324048 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151258768 151260882 ENST00000324048 3 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261004 151261182 ENST00000324048 4 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261571 151261747 ENST00000324048 5 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261854 151262016 ENST00000324048 6 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262154 151262483 ENST00000324048 7 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262598 151262710 ENST00000324048 8 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262908 151263049 ENST00000324048 9 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151263191 151263682 ENST00000324048 10 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151254791 151264380 ENST00000368879 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151258768 151260882 ENST00000368879 2 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261004 151261182 ENST00000368879 3 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261571 151261747 ENST00000368879 4 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261854 151262016 ENST00000368879 5 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262154 151262483 ENST00000368879 6 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262598 151262710 ENST00000368879 7 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262847 151263049 ENST00000368879 8 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151263191 151263219 ENST00000368879 9 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151259960 151264379 ENST00000426871 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151259960 151260882 ENST00000426871 1 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261004 151261182 ENST00000426871 2 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261571 151261747 ENST00000426871 3 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151261854 151262016 ENST00000426871 4 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262154 151262483 ENST00000426871 5 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262598 151262710 ENST00000426871 6 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262847 151263049 ENST00000426871 7 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151263191 151263222 ENST00000426871 8 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151260667 151262015 ENST00000459919 NA ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151262927 151263813 ENST00000436614 NA ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151262927 151263049 ENST00000436614 1 ZNF687 ENSG00000143373 Not Supported Not Supported +CDS 1 151263171 151263347 ENST00000436614 2 ZNF687 ENSG00000143373 Not Supported Not Supported +transcript 1 151264273 151300191 ENST00000368874 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288049 151288957 ENST00000368874 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280277 ENST00000368874 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000368874 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000368874 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000368874 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000368874 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000368874 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000368874 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000368874 10 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000368874 11 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151264413 151300133 ENST00000368875 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151298648 151298655 ENST00000368875 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288049 151288985 ENST00000368875 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151282687 151282731 ENST00000368875 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280277 ENST00000368875 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000368875 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000368875 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000368875 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000368875 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000368875 10 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000368875 11 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000368875 12 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000368875 13 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151264413 151298724 ENST00000271657 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151298648 151298655 ENST00000271657 1 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288049 151288985 ENST00000271657 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151282687 151282731 ENST00000271657 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280277 ENST00000271657 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000271657 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000271657 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000271657 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000271657 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000271657 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000271657 10 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000271657 11 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000271657 12 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151264608 151299887 ENST00000368873 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288049 151288957 ENST00000368873 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151282687 151282731 ENST00000368873 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280277 ENST00000368873 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000368873 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000368873 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000368873 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000368873 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000368873 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000368873 10 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000368873 11 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000368873 12 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151264609 151300133 ENST00000529142 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280235 ENST00000529142 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000529142 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000529142 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000529142 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000529142 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000529142 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000529142 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000529142 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000529142 10 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151264955 151299895 ENST00000368872 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288049 151288957 ENST00000368872 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280277 ENST00000368872 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000368872 6 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000368872 7 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274670 151274774 ENST00000368872 8 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274320 151274443 ENST00000368872 9 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271549 ENST00000368872 10 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000368872 11 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000368872 12 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265331 151265509 ENST00000368872 13 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151265078 151271468 ENST00000455060 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271468 ENST00000455060 1 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000455060 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266494 151266614 ENST00000455060 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265876 151265938 ENST00000455060 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265328 151265509 ENST00000455060 5 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151265099 151266949 ENST00000446339 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151266949 ENST00000446339 1 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266525 151266614 ENST00000446339 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151265444 151265509 ENST00000446339 3 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151266095 151271510 ENST00000489889 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151271284 151271510 ENST00000489889 1 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266885 151267017 ENST00000489889 2 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151266423 151266614 ENST00000489889 3 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151270901 151274342 ENST00000469239 NA PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151274724 151299892 ENST00000430800 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280235 ENST00000430800 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278612 151278839 ENST00000430800 4 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151276017 151276126 ENST00000430800 5 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151274724 151274774 ENST00000430800 6 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151275830 151278909 ENST00000460323 NA PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151278740 151299876 ENST00000489223 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151280050 151280235 ENST00000489223 3 PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151278740 151278839 ENST00000489223 4 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151288116 151299853 ENST00000438243 NA PI4KB ENSG00000143393 Not Supported Not Supported +CDS 1 151288116 151288957 ENST00000438243 3 PI4KB ENSG00000143393 Not Supported Not Supported +transcript 1 151273143 151273439 ENST00000578948 NA RN7SL444P ENSG00000265753 Not Supported Not Supported +transcript 1 151300425 151300905 ENST00000609583 NA RP11-126K1.9 ENSG00000273481 Not Supported Not Supported +transcript 1 151313116 151319727 ENST00000290524 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000290524 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000290524 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000290524 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000290524 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000290524 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000290524 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000290524 9 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000290524 10 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314665 151315654 ENST00000290524 11 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151314305 151319802 ENST00000368870 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000368870 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000368870 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000368870 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000368870 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000368870 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000368870 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000368870 9 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000368870 10 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314665 151315654 ENST00000368870 11 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151314436 151317232 ENST00000436637 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317232 ENST00000436637 1 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000436637 2 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000436637 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000436637 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000436637 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315550 151315654 ENST00000436637 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314493 151314561 ENST00000436637 7 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151314436 151319833 ENST00000452671 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000452671 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000452671 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000452671 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000452671 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000452671 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000452671 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000452671 9 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000452671 10 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314665 151315654 ENST00000452671 11 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151314507 151319769 ENST00000452513 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000452513 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000452513 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000452513 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000452513 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000452513 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000452513 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000452513 9 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314665 151315654 ENST00000452513 10 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151314723 151319298 ENST00000392746 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000392746 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000392746 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000392746 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000392746 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000392746 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000392746 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316157 151316358 ENST00000392746 9 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151315818 151315918 ENST00000392746 10 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151314723 151315654 ENST00000392746 11 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316173 151317143 ENST00000475144 NA RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316225 151319497 ENST00000422595 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000422595 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000422595 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000422595 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000422595 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000422595 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316673 151316754 ENST00000422595 8 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316225 151316358 ENST00000422595 9 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316675 151319449 ENST00000450506 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000450506 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000450506 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000450506 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000450506 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000450506 7 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316675 151316754 ENST00000450506 8 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316732 151319082 ENST00000458484 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000458484 2 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000458484 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000458484 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000458484 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316893 151317012 ENST00000458484 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316732 151316754 ENST00000458484 7 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316809 151317653 ENST00000469513 NA RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316991 151319682 ENST00000421986 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000421986 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318418 151318433 ENST00000421986 4 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151316997 151319704 ENST00000430227 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000430227 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000430227 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000430227 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000430227 6 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151316997 151317012 ENST00000430227 7 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317036 151319294 ENST00000435314 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318691 151318796 ENST00000435314 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318418 151318437 ENST00000435314 4 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317053 151319717 ENST00000478564 NA RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317204 151319704 ENST00000412774 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000412774 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000412774 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000412774 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317204 151317323 ENST00000412774 6 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317240 151319768 ENST00000437327 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000437327 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000437327 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000437327 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317240 151317323 ENST00000437327 6 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317268 151319348 ENST00000436271 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000436271 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000436271 4 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317582 151317664 ENST00000436271 5 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151317268 151317323 ENST00000436271 6 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317438 151319770 ENST00000494217 NA RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317465 151319332 ENST00000479681 NA RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317598 151319769 ENST00000444392 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000444392 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000444392 4 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151317618 151319311 ENST00000452456 NA RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318681 151318796 ENST00000452456 3 RFX5 ENSG00000143390 Not Supported Not Supported +CDS 1 151318404 151318437 ENST00000452456 4 RFX5 ENSG00000143390 Not Supported Not Supported +transcript 1 151313124 151314442 ENST00000422153 NA RP11-126K1.8 ENSG00000224645 Not Supported Not Supported +transcript 1 151319443 151320503 ENST00000455503 NA RP11-126K1.6 ENSG00000237976 Not Supported Not Supported +transcript 1 151336778 151345209 ENST00000368868 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000368868 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000368868 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000368868 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341480 151341665 ENST00000368868 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000368868 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000368868 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000368868 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000368868 8 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338039 151338160 ENST00000368868 9 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337665 151337757 ENST00000368868 10 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337402 151337520 ENST00000368868 11 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337022 151337181 ENST00000368868 12 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336780 151345170 ENST00000493560 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336781 151345176 ENST00000447402 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000447402 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000447402 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000447402 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000447402 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000447402 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000447402 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000447402 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338039 151338160 ENST00000447402 8 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337665 151337757 ENST00000447402 9 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337402 151337520 ENST00000447402 10 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337022 151337181 ENST00000447402 11 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336781 151345179 ENST00000426705 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342375 ENST00000426705 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000426705 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341480 151341665 ENST00000426705 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000426705 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000426705 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000426705 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000426705 8 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338039 151338160 ENST00000426705 9 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337665 151337757 ENST00000426705 10 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337402 151337520 ENST00000426705 11 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337022 151337181 ENST00000426705 12 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336781 151345181 ENST00000474352 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336781 151345179 ENST00000435071 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341480 151341647 ENST00000435071 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000435071 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000435071 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000435071 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000435071 8 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338039 151338160 ENST00000435071 9 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337665 151337757 ENST00000435071 10 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337402 151337520 ENST00000435071 11 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151337022 151337181 ENST00000435071 12 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336784 151345183 ENST00000443708 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000443708 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000443708 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000443708 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341476 151341665 ENST00000443708 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340791 151340795 ENST00000443708 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336785 151345182 ENST00000470345 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336788 151345167 ENST00000455397 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000455397 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000455397 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000455397 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341476 151341665 ENST00000455397 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340791 151340795 ENST00000455397 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336811 151345183 ENST00000427977 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000427977 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000427977 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000427977 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341476 151341665 ENST00000427977 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340791 151340795 ENST00000427977 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336815 151345168 ENST00000423070 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342375 ENST00000423070 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000423070 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341476 151341665 ENST00000423070 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340791 151340795 ENST00000423070 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151336821 151345170 ENST00000463664 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151338049 151342317 ENST00000424475 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342317 ENST00000424475 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000424475 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000424475 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000424475 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000424475 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000424475 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338049 151338160 ENST00000424475 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151338148 151345159 ENST00000458566 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000458566 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000458566 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151341982 ENST00000458566 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341480 151341665 ENST00000458566 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151340675 151340795 ENST00000458566 5 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151339198 151339380 ENST00000458566 6 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338751 151338929 ENST00000458566 7 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338244 151338322 ENST00000458566 8 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151338148 151338160 ENST00000458566 9 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151338917 151345181 ENST00000455839 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151345114 151345117 ENST00000455839 1 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342245 ENST00000455839 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341586 151341665 ENST00000455839 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151339157 151340792 ENST00000465273 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151339364 151345181 ENST00000473693 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151339684 151345183 ENST00000492643 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151339697 151345167 ENST00000498494 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151341544 151342761 ENST00000427867 NA SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151342189 151342195 ENST00000427867 2 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341918 151342030 ENST00000427867 3 SELENBP1 ENSG00000143416 Not Supported Not Supported +CDS 1 151341544 151341665 ENST00000427867 4 SELENBP1 ENSG00000143416 Not Supported Not Supported +transcript 1 151372010 151374420 ENST00000290541 NA PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151372064 151372203 ENST00000290541 1 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151372457 151372663 ENST00000290541 2 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151372918 151373064 ENST00000290541 3 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151373240 151373321 ENST00000290541 4 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151373715 151373831 ENST00000290541 5 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151374018 151374106 ENST00000290541 6 PSMB4 ENSG00000159377 Not Supported Not Supported +CDS 1 151374293 151374302 ENST00000290541 7 PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151372036 151373528 ENST00000495288 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151372055 151373547 ENST00000495805 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151372063 151374382 ENST00000476467 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151372066 151374410 ENST00000493673 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151372650 151374412 ENST00000474100 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151373377 151374413 ENST00000466425 NA PSMB4 ENSG00000159377 Not Supported Not Supported +transcript 1 151375200 151414680 ENST00000392723 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000392723 1 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000392723 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000392723 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000392723 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400517 ENST00000392723 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000392723 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000392723 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000392723 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000392723 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000392723 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000392723 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000392723 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000392723 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000392723 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000392723 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000392723 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000392723 17 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151375200 151431654 ENST00000358476 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151375200 151431941 ENST00000271715 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000271715 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151413404 151413562 ENST00000271715 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000271715 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000271715 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000271715 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400517 ENST00000271715 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000271715 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000271715 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000271715 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000271715 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000271715 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000271715 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000271715 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000271715 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000271715 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000271715 17 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000271715 18 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000271715 19 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151375200 151431932 ENST00000361398 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000361398 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000361398 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000361398 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000361398 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400517 ENST00000361398 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000361398 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000361398 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000361398 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000361398 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000361398 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000361398 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000361398 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000361398 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000361398 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000361398 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000361398 17 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000361398 18 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151375201 151431655 ENST00000368863 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000368863 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151413404 151413562 ENST00000368863 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000368863 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400517 ENST00000368863 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000368863 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000368863 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000368863 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000368863 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000368863 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000368863 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000368863 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000368863 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000368863 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000368863 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000368863 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000368863 17 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151376700 151431655 ENST00000409503 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000409503 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151413404 151413562 ENST00000409503 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000409503 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000409503 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000409503 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400490 ENST00000409503 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000409503 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000409503 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000409503 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000409503 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000409503 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000409503 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000409503 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000409503 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000409503 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000409503 17 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000409503 18 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000409503 19 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151376975 151431691 ENST00000531094 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000531094 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000531094 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000531094 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000531094 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400490 ENST00000531094 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000531094 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000531094 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000531094 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000531094 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384247 ENST00000531094 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000531094 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000531094 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000531094 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000531094 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000531094 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000531094 17 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000531094 18 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151377213 151431663 ENST00000540984 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384112 ENST00000540984 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000540984 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000540984 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000540984 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000540984 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000540984 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000540984 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000540984 13 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151377278 151431655 ENST00000491586 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000491586 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403142 151403317 ENST00000491586 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151402079 151402187 ENST00000491586 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400599 151400889 ENST00000491586 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400517 ENST00000491586 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151397431 151397537 ENST00000491586 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396425 151396762 ENST00000491586 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151396027 ENST00000491586 9 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000491586 10 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384101 151384274 ENST00000491586 11 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000491586 12 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000491586 13 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000491586 14 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000491586 15 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000491586 16 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000491586 17 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151377281 151378940 ENST00000491586 18 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151378762 151395897 ENST00000529669 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151395873 151395897 ENST00000529669 1 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151384772 151384872 ENST00000529669 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151381170 151381304 ENST00000529669 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380885 151381057 ENST00000529669 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151380576 151380716 ENST00000529669 5 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379711 151379767 ENST00000529669 6 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379387 151379499 ENST00000529669 7 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151379083 151379107 ENST00000529669 8 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151378762 151378940 ENST00000529669 9 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151379375 151380672 ENST00000497787 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151379714 151381029 ENST00000492528 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151395975 151396939 ENST00000482678 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151395998 151400456 ENST00000441516 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400299 151400456 ENST00000441516 1 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151396740 151396762 ENST00000441516 2 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151396486 151397770 ENST00000495253 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151398665 151431655 ENST00000485040 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151400053 151400613 ENST00000594456 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151400285 151400613 ENST00000594456 1 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151401876 151431663 ENST00000467287 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151403148 151427533 ENST00000533461 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000533461 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151413404 151413562 ENST00000533461 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403148 151403317 ENST00000533461 4 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151403182 151431655 ENST00000533351 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000533351 3 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151413404 151413562 ENST00000533351 4 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403182 151403317 ENST00000533351 5 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151403190 151427673 ENST00000450842 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414557 151414680 ENST00000450842 2 POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151403190 151403317 ENST00000450842 3 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151413319 151431655 ENST00000476128 NA POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151414657 151414954 ENST00000439756 NA POGZ ENSG00000143442 Not Supported Not Supported +CDS 1 151414657 151414680 ENST00000439756 2 POGZ ENSG00000143442 Not Supported Not Supported +transcript 1 151411476 151411571 ENST00000459254 NA RNY4P25 ENSG00000238711 Not Supported Not Supported +transcript 1 151482986 151491505 ENST00000505188 NA CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151490996 151491505 ENST00000505188 2 CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151483412 151491505 ENST00000502442 NA CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151490996 151491505 ENST00000502442 2 CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151483863 151491868 ENST00000427934 NA CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151490996 151491868 ENST00000427934 3 CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151483873 151511168 ENST00000271636 NA CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151490996 151491868 ENST00000271636 2 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151492642 151492742 ENST00000271636 3 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151492890 151492959 ENST00000271636 4 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151493072 151493167 ENST00000271636 5 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151495910 151496037 ENST00000271636 6 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151496702 151496834 ENST00000271636 7 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151497150 151497362 ENST00000271636 8 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151498118 151498266 ENST00000271636 9 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151499451 151499583 ENST00000271636 10 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151501826 151502035 ENST00000271636 11 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151502385 151502591 ENST00000271636 12 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151502965 151503222 ENST00000271636 13 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151504878 151505048 ENST00000271636 14 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151506451 151506612 ENST00000271636 15 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151507518 151507607 ENST00000271636 16 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151508076 151508159 ENST00000271636 17 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151508256 151508374 ENST00000271636 18 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151508713 151508821 ENST00000271636 19 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151509206 151509369 ENST00000271636 20 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151509681 151509819 ENST00000271636 21 CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151491846 151496037 ENST00000416743 NA CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151491846 151491868 ENST00000416743 1 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151492642 151492742 ENST00000416743 2 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151492890 151492959 ENST00000416743 3 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151493096 151493167 ENST00000416743 4 CGN ENSG00000143375 Not Supported Not Supported +CDS 1 151495910 151496037 ENST00000416743 5 CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151498070 151501868 ENST00000464886 NA CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151506616 151511168 ENST00000473377 NA CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151508354 151509978 ENST00000467998 NA CGN ENSG00000143375 Not Supported Not Supported +transcript 1 151500307 151500414 ENST00000517031 NA SNORA44 ENSG00000252840 Not Supported Not Supported +transcript 1 151512781 151556059 ENST00000368849 NA TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151512843 151512902 ENST00000368849 1 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151534567 151534641 ENST00000368849 2 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151535061 151535162 ENST00000368849 3 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151536380 151536466 ENST00000368849 4 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151537001 151537090 ENST00000368849 5 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151538639 151538704 ENST00000368849 6 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151542133 151542246 ENST00000368849 7 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151546746 151546874 ENST00000368849 8 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151547387 151547481 ENST00000368849 9 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151551197 151551302 ENST00000368849 10 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151552125 151552208 ENST00000368849 11 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151553418 151553518 ENST00000368849 12 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151554120 151554180 ENST00000368849 13 TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512781 151556059 ENST00000392712 NA TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151512843 151512902 ENST00000392712 1 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151535061 151535162 ENST00000392712 2 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151536380 151536466 ENST00000392712 3 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151538639 151538704 ENST00000392712 4 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151542133 151542246 ENST00000392712 5 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151546746 151546874 ENST00000392712 6 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151547387 151547481 ENST00000392712 7 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151551197 151551302 ENST00000392712 8 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151552125 151552208 ENST00000392712 9 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151553418 151553518 ENST00000392712 10 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151554120 151554180 ENST00000392712 11 TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512781 151556058 ENST00000353024 NA TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151512843 151512902 ENST00000353024 1 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151536380 151536466 ENST00000353024 2 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151537001 151537090 ENST00000353024 3 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151538639 151538704 ENST00000353024 4 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151542133 151542246 ENST00000353024 5 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151546746 151546874 ENST00000353024 6 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151547387 151547481 ENST00000353024 7 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151551197 151551302 ENST00000353024 8 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151552125 151552208 ENST00000353024 9 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151553418 151553518 ENST00000353024 10 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151554120 151554180 ENST00000353024 11 TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512784 151556059 ENST00000368848 NA TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151512843 151512902 ENST00000368848 1 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151535061 151535162 ENST00000368848 2 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151536380 151536466 ENST00000368848 3 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151537001 151537090 ENST00000368848 4 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151538639 151538704 ENST00000368848 5 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151542133 151542246 ENST00000368848 6 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151546746 151546874 ENST00000368848 7 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151547387 151547481 ENST00000368848 8 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151551197 151551302 ENST00000368848 9 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151552125 151552208 ENST00000368848 10 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151553418 151553518 ENST00000368848 11 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151554120 151554180 ENST00000368848 12 TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512785 151554580 ENST00000538902 NA TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151534216 151534332 ENST00000538902 2 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151534567 151534641 ENST00000538902 3 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151535061 151535162 ENST00000538902 4 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151536380 151536466 ENST00000538902 5 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151537001 151537090 ENST00000538902 6 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151538639 151538704 ENST00000538902 7 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151542133 151542246 ENST00000538902 8 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151546746 151546874 ENST00000538902 9 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151547387 151547481 ENST00000538902 10 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151551197 151551302 ENST00000538902 11 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151552125 151552208 ENST00000538902 12 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151553418 151553518 ENST00000538902 13 TUFT1 ENSG00000143367 Not Supported Not Supported +CDS 1 151554120 151554180 ENST00000538902 14 TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512810 151542302 ENST00000498606 NA TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151534998 151537497 ENST00000461859 NA TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151538398 151547403 ENST00000490156 NA TUFT1 ENSG00000143367 Not Supported Not Supported +transcript 1 151512992 151534331 ENST00000434112 NA RP11-74C1.4 ENSG00000232536 Not Supported Not Supported +transcript 1 151518272 151518367 ENST00000384874 NA MIR554 ENSG00000207606 Not Supported Not Supported +transcript 1 151529922 151530416 ENST00000452587 NA RP11-74C1.2 ENSG00000223861 Not Supported Not Supported +transcript 1 151584514 151585839 ENST00000504583 NA RP11-404E16.1 ENSG00000250734 Not Supported Not Supported +transcript 1 151584541 151671554 ENST00000368841 NA SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151584678 151584857 ENST00000368841 1 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151611364 151611378 ENST00000368841 2 SNX27 ENSG00000143376 Not Supported Not Supported +transcript 1 151584558 151671550 ENST00000458013 NA SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151584678 151584988 ENST00000458013 1 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151611364 151611595 ENST00000458013 2 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151630711 151630903 ENST00000458013 3 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151633274 151633338 ENST00000458013 4 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151634642 151634746 ENST00000458013 5 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151638409 151638487 ENST00000458013 6 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151640948 151641111 ENST00000458013 7 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151655832 151655921 ENST00000458013 8 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151664911 151665060 ENST00000458013 9 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665387 151665515 ENST00000458013 10 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665900 151665959 ENST00000458013 11 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151666846 151666890 ENST00000458013 12 SNX27 ENSG00000143376 Not Supported Not Supported +transcript 1 151584558 151671567 ENST00000368843 NA SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151584678 151584988 ENST00000368843 1 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151611364 151611595 ENST00000368843 2 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151630711 151630903 ENST00000368843 3 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151633274 151633338 ENST00000368843 4 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151634642 151634746 ENST00000368843 5 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151638409 151638487 ENST00000368843 6 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151640948 151641111 ENST00000368843 7 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151655832 151655921 ENST00000368843 8 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151664911 151665060 ENST00000368843 9 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665387 151665515 ENST00000368843 10 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665900 151665959 ENST00000368843 11 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151666069 151666074 ENST00000368843 12 SNX27 ENSG00000143376 Not Supported Not Supported +transcript 1 151611332 151666077 ENST00000368838 NA SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151611332 151611595 ENST00000368838 1 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151630711 151630903 ENST00000368838 2 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151633274 151633338 ENST00000368838 3 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151634642 151634746 ENST00000368838 4 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151638409 151638487 ENST00000368838 5 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151640948 151641111 ENST00000368838 6 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151655832 151655921 ENST00000368838 7 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151664911 151665060 ENST00000368838 8 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665387 151665515 ENST00000368838 9 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151665900 151665959 ENST00000368838 10 SNX27 ENSG00000143376 Not Supported Not Supported +CDS 1 151666069 151666074 ENST00000368838 11 SNX27 ENSG00000143376 Not Supported Not Supported +transcript 1 151634720 151641837 ENST00000482791 NA SNX27 ENSG00000143376 Not Supported Not Supported +transcript 1 151601800 151601906 ENST00000383908 NA RNU6-1062P ENSG00000206635 Not Supported Not Supported +transcript 1 151673502 151680862 ENST00000457548 NA RP11-98D18.1 ENSG00000227045 Not Supported Not Supported +transcript 1 151674880 151688528 ENST00000290585 NA CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151688352 151688496 ENST00000290585 1 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151687070 151687152 ENST00000290585 2 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151682219 151682267 ENST00000290585 3 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681696 151681824 ENST00000290585 4 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681474 151681553 ENST00000290585 5 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151680268 151680411 ENST00000290585 6 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679983 151680124 ENST00000290585 7 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679145 151679210 ENST00000290585 8 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678700 151678837 ENST00000290585 9 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678298 151678441 ENST00000290585 10 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151677520 151677644 ENST00000290585 11 CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151674881 151682801 ENST00000470688 NA CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151674881 151689290 ENST00000290583 NA CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151688352 151688496 ENST00000290583 1 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151687070 151687152 ENST00000290583 2 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151682219 151682267 ENST00000290583 3 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681696 151681824 ENST00000290583 4 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681474 151681553 ENST00000290583 5 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151680268 151680411 ENST00000290583 6 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679983 151680124 ENST00000290583 7 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679621 151679770 ENST00000290583 8 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679145 151679210 ENST00000290583 9 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678700 151678837 ENST00000290583 10 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678298 151678441 ENST00000290583 11 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151677520 151677644 ENST00000290583 12 CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151674891 151689274 ENST00000420342 NA CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151689231 151689274 ENST00000420342 1 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151688352 151688457 ENST00000420342 2 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151687070 151687152 ENST00000420342 3 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151682219 151682267 ENST00000420342 4 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681696 151681821 ENST00000420342 5 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151681474 151681553 ENST00000420342 6 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151680268 151680411 ENST00000420342 7 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679983 151680124 ENST00000420342 8 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679621 151679770 ENST00000420342 9 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679145 151679210 ENST00000420342 10 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678700 151678837 ENST00000420342 11 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678298 151678441 ENST00000420342 12 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151677517 151677644 ENST00000420342 13 CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151675426 151680386 ENST00000392706 NA CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151680268 151680348 ENST00000392706 1 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679983 151680124 ENST00000392706 2 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151679621 151679770 ENST00000392706 3 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678700 151678837 ENST00000392706 4 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151678298 151678441 ENST00000392706 5 CELF3 ENSG00000159409 Not Supported Not Supported +CDS 1 151677520 151677644 ENST00000392706 6 CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151679983 151682013 ENST00000419910 NA CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151679985 151688460 ENST00000479893 NA CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151681474 151689259 ENST00000478829 NA CELF3 ENSG00000159409 Not Supported Not Supported +transcript 1 151682909 151702082 ENST00000326413 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151686985 151687005 ENST00000326413 4 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151692072 151692164 ENST00000326413 5 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151694562 151694638 ENST00000326413 6 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151700051 151700097 ENST00000326413 7 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151701242 151701309 ENST00000326413 8 RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151694013 151702076 ENST00000479191 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151694013 151694096 ENST00000479191 1 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151694562 151694638 ENST00000479191 2 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151700051 151700097 ENST00000479191 3 RIIAD1 ENSG00000178796 Not Supported Not Supported +CDS 1 151701242 151701309 ENST00000479191 4 RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151694312 151702082 ENST00000451484 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151694605 151702281 ENST00000426175 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151700847 151702000 ENST00000451222 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151700905 151702082 ENST00000427205 NA RIIAD1 ENSG00000178796 Not Supported Not Supported +transcript 1 151682909 151702070 ENST00000442233 NA AL589765.1 ENSG00000240510 Not Supported Not Supported +CDS 1 151682969 151683379 ENST00000442233 1 AL589765.1 ENSG00000240510 Not Supported Not Supported +transcript 1 151720073 151720176 ENST00000384253 NA RNU6-662P ENSG00000206980 Not Supported Not Supported +transcript 1 151728017 151732387 ENST00000601684 NA RP11-98D18.15 ENSG00000269621 Not Supported Not Supported +transcript 1 151730135 151730918 ENST00000446084 NA RP11-98D18.7 ENSG00000236940 Not Supported Not Supported +transcript 1 151732119 151736040 ENST00000368830 NA MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151735803 151735955 ENST00000368830 1 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151735466 151735622 ENST00000368830 2 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151734852 151734976 ENST00000368830 3 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151734581 151734631 ENST00000368830 4 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151733927 151734028 ENST00000368830 5 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151733292 151733375 ENST00000368830 6 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151732529 151732657 ENST00000368830 7 MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151732123 151735972 ENST00000467306 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151732130 151733995 ENST00000468006 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151732351 151735960 ENST00000368829 NA MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151735803 151735955 ENST00000368829 1 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151735466 151735622 ENST00000368829 2 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151734852 151734976 ENST00000368829 3 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151734581 151734631 ENST00000368829 4 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151733292 151733375 ENST00000368829 5 MRPL9 ENSG00000143436 Not Supported Not Supported +CDS 1 151732529 151732657 ENST00000368829 6 MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151732360 151733396 ENST00000495867 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151733350 151735866 ENST00000478926 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151733951 151735810 ENST00000486707 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151733983 151735543 ENST00000492684 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151734438 151735810 ENST00000481777 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151734794 151735810 ENST00000461182 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151735093 151735965 ENST00000462783 NA MRPL9 ENSG00000143436 Not Supported Not Supported +transcript 1 151735445 151743805 ENST00000321531 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151735612 151735643 ENST00000321531 1 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739639 151739699 ENST00000321531 2 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739701 151739775 ENST00000321531 3 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151740534 151740709 ENST00000321531 4 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151742648 151742733 ENST00000321531 5 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743692 ENST00000321531 6 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151735445 151743805 ENST00000315067 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151735612 151735643 ENST00000315067 1 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739639 151739681 ENST00000315067 2 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739683 151739775 ENST00000315067 3 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151740534 151740709 ENST00000315067 4 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151742648 151742733 ENST00000315067 5 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743692 ENST00000315067 6 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151735956 151743797 ENST00000453029 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151735971 151736041 ENST00000453029 1 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739639 151739699 ENST00000453029 2 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151739701 151739775 ENST00000453029 3 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151740534 151740709 ENST00000453029 4 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151742648 151742733 ENST00000453029 5 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743692 ENST00000453029 6 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151736054 151743808 ENST00000479764 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151742716 151742733 ENST00000479764 3 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743732 ENST00000479764 4 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151739131 151743805 ENST00000400999 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151742716 151742733 ENST00000400999 4 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743732 ENST00000400999 5 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151739166 151740655 ENST00000577465 NA OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151740645 151743806 ENST00000582415 NA OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151740645 151740709 ENST00000582415 1 OAZ3 ENSG00000143450 Not Supported Not Supported +CDS 1 151743553 151743589 ENST00000582415 2 OAZ3 ENSG00000143450 Not Supported Not Supported +transcript 1 151735860 151741977 ENST00000512280 NA RP11-98D18.3 ENSG00000249602 Not Supported Not Supported +transcript 1 151738185 151738865 ENST00000420382 NA RP11-98D18.2 ENSG00000232937 Not Supported Not Supported +transcript 1 151738962 151739476 ENST00000596133 NA RP11-98D18.16 ENSG00000268288 Not Supported Not Supported +transcript 1 151742583 151762964 ENST00000525790 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000525790 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000525790 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752527 151752616 ENST00000525790 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751620 151751718 ENST00000525790 5 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151744040 151762998 ENST00000368827 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000368827 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000368827 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752427 151752616 ENST00000368827 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751718 ENST00000368827 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000368827 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000368827 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000368827 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000368827 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000368827 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000368827 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000368827 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000368827 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151745955 151762955 ENST00000368825 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000368825 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000368825 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752527 151752616 ENST00000368825 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751683 ENST00000368825 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000368825 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000368825 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000368825 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000368825 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000368825 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000368825 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000368825 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000368825 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151745960 151762998 ENST00000368824 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000368824 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000368824 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752427 151752616 ENST00000368824 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751718 ENST00000368824 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000368824 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000368824 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000368824 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000368824 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000368824 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000368824 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000368824 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000368824 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151745968 151762964 ENST00000368823 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000368823 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000368823 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752427 151752604 ENST00000368823 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751718 ENST00000368823 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000368823 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000368823 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000368823 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000368823 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000368823 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000368823 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000368823 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000368823 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151745970 151763892 ENST00000368822 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000368822 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000368822 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752427 151752616 ENST00000368822 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751718 ENST00000368822 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000368822 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000368822 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000368822 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000368822 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000368822 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000368822 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000368822 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000368822 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151745974 151762981 ENST00000458431 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000458431 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000458431 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752427 151752616 ENST00000458431 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751579 151751718 ENST00000458431 5 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751482 ENST00000458431 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000458431 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000458431 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000458431 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000458431 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000458431 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000458431 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000458431 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151746575 151762906 ENST00000526413 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000526413 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000526413 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752527 151752616 ENST00000526413 4 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751620 151751718 ENST00000526413 5 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151746575 151762906 ENST00000440583 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151751161 151751371 ENST00000440583 6 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748915 151749075 ENST00000440583 7 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748572 151748744 ENST00000440583 8 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151748296 151748360 ENST00000440583 9 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747868 151748019 ENST00000440583 10 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747541 151747642 ENST00000440583 11 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151747186 151747282 ENST00000440583 12 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151746931 151746980 ENST00000440583 13 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151751109 151755525 ENST00000484421 NA TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151752219 151762959 ENST00000486986 NA TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151752455 151756247 ENST00000526378 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000526378 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151753957 151754063 ENST00000526378 3 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151752455 151752616 ENST00000526378 4 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151752466 151755664 ENST00000494725 NA TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151752563 151762909 ENST00000530202 NA TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151755375 151755498 ENST00000530202 2 TDRKH ENSG00000182134 Not Supported Not Supported +CDS 1 151754446 151754495 ENST00000530202 3 TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151755256 151762956 ENST00000463553 NA TDRKH ENSG00000182134 Not Supported Not Supported +transcript 1 151763280 151764021 ENST00000533481 NA RP11-98D18.9 ENSG00000203288 Not Supported Not Supported +transcript 1 151763318 151766878 ENST00000389897 NA RP11-98D18.9 ENSG00000203288 Not Supported Not Supported +transcript 1 151770530 151771078 ENST00000601909 NA RP11-98D18.17 ENSG00000269489 Not Supported Not Supported +transcript 1 151772740 151778630 ENST00000368820 NA LINGO4 ENSG00000213171 Not Supported Not Supported +CDS 1 151773402 151775180 ENST00000368820 2 LINGO4 ENSG00000213171 Not Supported Not Supported +transcript 1 151778547 151798567 ENST00000356728 NA RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151798406 151798412 ENST00000356728 1 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789671 151789756 ENST00000356728 2 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789140 151789281 ENST00000356728 3 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787389 151787901 ENST00000356728 4 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787050 151787171 ENST00000356728 5 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785964 151786096 ENST00000356728 6 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785715 151785822 ENST00000356728 7 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785423 151785533 ENST00000356728 8 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151783801 151783910 ENST00000356728 9 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151779951 151780109 ENST00000356728 10 RORC ENSG00000143365 Not Supported Not Supported +transcript 1 151779370 151804226 ENST00000392697 NA RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151803404 151803605 ENST00000392697 2 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151801905 151801934 ENST00000392697 3 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789671 151789756 ENST00000392697 4 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789140 151789281 ENST00000392697 5 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787389 151787901 ENST00000392697 6 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787050 151787171 ENST00000392697 7 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785964 151786096 ENST00000392697 8 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785715 151785822 ENST00000392697 9 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785423 151785533 ENST00000392697 10 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151783801 151783910 ENST00000392697 11 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151779951 151780109 ENST00000392697 12 RORC ENSG00000143365 Not Supported Not Supported +transcript 1 151779433 151804348 ENST00000318247 NA RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151804201 151804240 ENST00000318247 1 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151801905 151801934 ENST00000318247 2 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789671 151789756 ENST00000318247 3 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151789140 151789281 ENST00000318247 4 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787389 151787901 ENST00000318247 5 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151787050 151787171 ENST00000318247 6 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785964 151786096 ENST00000318247 7 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785715 151785822 ENST00000318247 8 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151785423 151785533 ENST00000318247 9 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151783801 151783910 ENST00000318247 10 RORC ENSG00000143365 Not Supported Not Supported +CDS 1 151779951 151780109 ENST00000318247 11 RORC ENSG00000143365 Not Supported Not Supported +transcript 1 151779434 151787265 ENST00000480719 NA RORC ENSG00000143365 Not Supported Not Supported +transcript 1 151810295 151813033 ENST00000454109 NA C2CD4D ENSG00000225556 Not Supported Not Supported +CDS 1 151810407 151811465 ENST00000454109 2 C2CD4D ENSG00000225556 Not Supported Not Supported +transcript 1 151814212 151814313 ENST00000364264 NA Y_RNA ENSG00000201134 Not Supported Not Supported +transcript 1 151814353 151822861 ENST00000434182 NA AL450992.2 ENSG00000234614 Not Supported Not Supported +transcript 1 151819739 151826173 ENST00000368817 NA THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151825919 151826041 ENST00000368817 1 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151824734 151824935 ENST00000368817 2 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151823529 151823667 ENST00000368817 3 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151820658 151820768 ENST00000368817 4 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151820214 151820338 ENST00000368817 5 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151819850 151819890 ENST00000368817 6 THEM5 ENSG00000196407 Not Supported Not Supported +transcript 1 151819758 151823639 ENST00000453881 NA THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151823529 151823639 ENST00000453881 1 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151820658 151820768 ENST00000453881 2 THEM5 ENSG00000196407 Not Supported Not Supported +CDS 1 151819758 151819890 ENST00000453881 3 THEM5 ENSG00000196407 Not Supported Not Supported +transcript 1 151846060 151882284 ENST00000368814 NA THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151881836 151881934 ENST00000368814 1 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151867484 151867670 ENST00000368814 2 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151861690 151861849 ENST00000368814 3 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151860749 151860859 ENST00000368814 4 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151849477 151849601 ENST00000368814 5 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151847367 151847404 ENST00000368814 6 THEM4 ENSG00000159445 Not Supported Not Supported +transcript 1 151846531 151881978 ENST00000471464 NA THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151881836 151881934 ENST00000471464 1 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151867484 151867670 ENST00000471464 2 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151862656 151862690 ENST00000471464 3 THEM4 ENSG00000159445 Not Supported Not Supported +transcript 1 151846853 151863916 ENST00000483207 NA THEM4 ENSG00000159445 Not Supported Not Supported +transcript 1 151849563 151862226 ENST00000477437 NA THEM4 ENSG00000159445 Not Supported Not Supported +transcript 1 151867306 151882113 ENST00000489410 NA THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151881836 151881934 ENST00000489410 1 THEM4 ENSG00000159445 Not Supported Not Supported +CDS 1 151867440 151867670 ENST00000489410 2 THEM4 ENSG00000159445 Not Supported Not Supported +transcript 1 151921999 151923388 ENST00000433288 NA KRT8P28 ENSG00000223810 Not Supported Not Supported +transcript 1 151955391 151966866 ENST00000368811 NA S100A10 ENSG00000197747 Not Supported Not Supported +CDS 1 151958575 151958706 ENST00000368811 2 S100A10 ENSG00000197747 Not Supported Not Supported +CDS 1 151955642 151955800 ENST00000368811 3 S100A10 ENSG00000197747 Not Supported Not Supported +transcript 1 151955394 151965054 ENST00000368809 NA S100A10 ENSG00000197747 Not Supported Not Supported +CDS 1 151958575 151958706 ENST00000368809 2 S100A10 ENSG00000197747 Not Supported Not Supported +CDS 1 151955642 151955800 ENST00000368809 3 S100A10 ENSG00000197747 Not Supported Not Supported +transcript 1 151955708 151966300 ENST00000478574 NA S100A10 ENSG00000197747 Not Supported Not Supported +transcript 1 151957634 151966305 ENST00000478348 NA S100A10 ENSG00000197747 Not Supported Not Supported +transcript 1 151967007 152015250 ENST00000432386 NA NBPF18P ENSG00000229021 Not Supported Not Supported +transcript 1 151991138 151994984 ENST00000413192 NA AL450992.6 ENSG00000240667 Not Supported Not Supported +transcript 1 152004982 152009511 ENST00000271638 NA S100A11 ENSG00000163191 Not Supported Not Supported +CDS 1 152009389 152009391 ENST00000271638 1 S100A11 ENSG00000163191 Not Supported Not Supported +CDS 1 152006124 152006276 ENST00000271638 2 S100A11 ENSG00000163191 Not Supported Not Supported +CDS 1 152005141 152005299 ENST00000271638 3 S100A11 ENSG00000163191 Not Supported Not Supported +transcript 1 152004982 152020383 ENST00000478109 NA S100A11 ENSG00000163191 Not Supported Not Supported +transcript 1 152050428 152050687 ENST00000435997 NA SPTLC1P4 ENSG00000232678 Not Supported Not Supported +transcript 1 152056620 152061540 ENST00000368806 NA TCHHL1 ENSG00000182898 Not Supported Not Supported +CDS 1 152060482 152060619 ENST00000368806 2 TCHHL1 ENSG00000182898 Not Supported Not Supported +CDS 1 152057446 152060019 ENST00000368806 3 TCHHL1 ENSG00000182898 Not Supported Not Supported +transcript 1 152078793 152086556 ENST00000368804 NA TCHH ENSG00000159450 Not Supported Not Supported +CDS 1 152086419 152086556 ENST00000368804 1 TCHH ENSG00000159450 Not Supported Not Supported +CDS 1 152079864 152085554 ENST00000368804 2 TCHH ENSG00000159450 Not Supported Not Supported +transcript 1 152095010 152097541 ENST00000429230 NA AL589986.2 ENSG00000226716 Not Supported Not Supported +transcript 1 152096914 152097556 ENST00000431423 NA HDHD1P2 ENSG00000233792 Not Supported Not Supported +transcript 1 152126071 152131704 ENST00000316073 NA RPTN ENSG00000215853 Not Supported Not Supported +CDS 1 152130228 152130365 ENST00000316073 2 RPTN ENSG00000215853 Not Supported Not Supported +CDS 1 152127223 152129436 ENST00000316073 3 RPTN ENSG00000215853 Not Supported Not Supported +transcript 1 152140601 152305162 ENST00000593011 NA FLG-AS1 ENSG00000237975 Not Supported Not Supported +transcript 1 152161827 152313586 ENST00000420707 NA FLG-AS1 ENSG00000237975 Not Supported Not Supported +transcript 1 152221479 152243570 ENST00000382265 NA FLG-AS1 ENSG00000237975 Not Supported Not Supported +transcript 1 152285935 152338051 ENST00000392688 NA FLG-AS1 ENSG00000237975 Not Supported Not Supported +transcript 1 152309544 152339163 ENST00000445097 NA FLG-AS1 ENSG00000237975 Not Supported Not Supported +transcript 1 152178334 152179533 ENST00000429352 NA RP11-107M16.2 ENSG00000236427 Not Supported Not Supported +transcript 1 152184558 152196669 ENST00000368801 NA HRNR ENSG00000197915 Not Supported Not Supported +CDS 1 152195592 152195729 ENST00000368801 2 HRNR ENSG00000197915 Not Supported Not Supported +CDS 1 152185555 152193966 ENST00000368801 3 HRNR ENSG00000197915 Not Supported Not Supported +transcript 1 152274651 152297679 ENST00000368799 NA FLG ENSG00000143631 Not Supported Not Supported +CDS 1 152287795 152287932 ENST00000368799 2 FLG ENSG00000143631 Not Supported Not Supported +CDS 1 152275179 152287223 ENST00000368799 3 FLG ENSG00000143631 Not Supported Not Supported +transcript 1 152321211 152332482 ENST00000388718 NA FLG2 ENSG00000143520 Not Supported Not Supported +CDS 1 152331223 152331360 ENST00000388718 2 FLG2 ENSG00000143520 Not Supported Not Supported +CDS 1 152323089 152330123 ENST00000388718 3 FLG2 ENSG00000143520 Not Supported Not Supported +transcript 1 152346430 152417932 ENST00000411804 NA RP1-91G5.3 ENSG00000227415 Not Supported Not Supported +transcript 1 152372053 152372245 ENST00000453847 NA HMGN3P1 ENSG00000183586 Not Supported Not Supported +transcript 1 152381719 152386739 ENST00000271835 NA CRNN ENSG00000143536 Not Supported Not Supported +CDS 1 152384572 152384709 ENST00000271835 2 CRNN ENSG00000143536 Not Supported Not Supported +CDS 1 152382073 152383419 ENST00000271835 3 CRNN ENSG00000143536 Not Supported Not Supported +transcript 1 152483320 152484653 ENST00000334269 NA LCE5A ENSG00000186207 Not Supported Not Supported +CDS 1 152484011 152484364 ENST00000334269 2 LCE5A ENSG00000186207 Not Supported Not Supported +transcript 1 152486978 152488486 ENST00000368790 NA CRCT1 ENSG00000169509 Not Supported Not Supported +CDS 1 152487860 152488156 ENST00000368790 2 CRCT1 ENSG00000169509 Not Supported Not Supported +transcript 1 152538130 152539248 ENST00000368789 NA LCE3E ENSG00000185966 Not Supported Not Supported +CDS 1 152538409 152538684 ENST00000368789 2 LCE3E ENSG00000185966 Not Supported Not Supported +transcript 1 152551857 152552980 ENST00000368787 NA LCE3D ENSG00000163202 Not Supported Not Supported +CDS 1 152552137 152552412 ENST00000368787 2 LCE3D ENSG00000163202 Not Supported Not Supported +transcript 1 152573138 152573562 ENST00000333881 NA LCE3C ENSG00000244057 Not Supported Not Supported +CDS 1 152573208 152573489 ENST00000333881 1 LCE3C ENSG00000244057 Not Supported Not Supported +transcript 1 152586287 152586574 ENST00000335633 NA LCE3B ENSG00000187238 Not Supported Not Supported +CDS 1 152586287 152586571 ENST00000335633 1 LCE3B ENSG00000187238 Not Supported Not Supported +transcript 1 152595310 152595579 ENST00000335674 NA LCE3A ENSG00000185962 Not Supported Not Supported +CDS 1 152595313 152595579 ENST00000335674 1 LCE3A ENSG00000185962 Not Supported Not Supported +transcript 1 152616869 152617193 ENST00000422768 NA RP1-52J10.9 ENSG00000226947 Not Supported Not Supported +transcript 1 152627953 152629280 ENST00000444515 NA LINC00302 ENSG00000176075 Not Supported Not Supported +transcript 1 152627953 152629266 ENST00000536536 NA LINC00302 ENSG00000176075 Not Supported Not Supported +transcript 1 152635872 152637135 ENST00000368784 NA LCE2D ENSG00000187223 Not Supported Not Supported +CDS 1 152636582 152636911 ENST00000368784 2 LCE2D ENSG00000187223 Not Supported Not Supported +transcript 1 152647771 152659872 ENST00000417924 NA LCE2B ENSG00000159455 Not Supported Not Supported +CDS 1 152659320 152659649 ENST00000417924 2 LCE2B ENSG00000159455 Not Supported Not Supported +transcript 1 152658599 152659877 ENST00000368780 NA LCE2B ENSG00000159455 Not Supported Not Supported +CDS 1 152659320 152659649 ENST00000368780 2 LCE2B ENSG00000159455 Not Supported Not Supported +transcript 1 152647771 152649050 ENST00000368783 NA LCE2C ENSG00000187180 Not Supported Not Supported +CDS 1 152648492 152648821 ENST00000368783 2 LCE2C ENSG00000187180 Not Supported Not Supported +transcript 1 152670840 152671918 ENST00000368779 NA LCE2A ENSG00000187173 Not Supported Not Supported +CDS 1 152671378 152671695 ENST00000368779 2 LCE2A ENSG00000187173 Not Supported Not Supported +transcript 1 152680636 152681967 ENST00000368777 NA LCE4A ENSG00000187170 Not Supported Not Supported +CDS 1 152681552 152681848 ENST00000368777 2 LCE4A ENSG00000187170 Not Supported Not Supported +transcript 1 152681523 152681910 ENST00000335535 NA LCE4A ENSG00000187170 Not Supported Not Supported +CDS 1 152681552 152681848 ENST00000335535 1 LCE4A ENSG00000187170 Not Supported Not Supported +transcript 1 152691998 152692905 ENST00000368775 NA C1orf68 ENSG00000198854 Not Supported Not Supported +CDS 1 152691998 152692747 ENST00000368775 1 C1orf68 ENSG00000198854 Not Supported Not Supported +transcript 1 152709994 152710344 ENST00000434793 NA RP1-43O17.1 ENSG00000229713 Not Supported Not Supported +transcript 1 152716775 152717082 ENST00000424917 NA RP1-43O17.2 ENSG00000233819 Not Supported Not Supported +transcript 1 152730506 152734529 ENST00000368773 NA KPRP ENSG00000203786 Not Supported Not Supported +CDS 1 152732065 152733801 ENST00000368773 2 KPRP ENSG00000203786 Not Supported Not Supported +transcript 1 152732037 152734528 ENST00000606109 NA KPRP ENSG00000203786 Not Supported Not Supported +CDS 1 152732065 152733801 ENST00000606109 1 KPRP ENSG00000203786 Not Supported Not Supported +transcript 1 152748848 152749445 ENST00000334371 NA LCE1F ENSG00000240386 Not Supported Not Supported +CDS 1 152748848 152749201 ENST00000334371 1 LCE1F ENSG00000240386 Not Supported Not Supported +transcript 1 152758690 152760178 ENST00000368771 NA LCE1E ENSG00000186226 Not Supported Not Supported +CDS 1 152759776 152760129 ENST00000368771 2 LCE1E ENSG00000186226 Not Supported Not Supported +transcript 1 152758753 152760902 ENST00000368770 NA LCE1E ENSG00000186226 Not Supported Not Supported +CDS 1 152759776 152760129 ENST00000368770 2 LCE1E ENSG00000186226 Not Supported Not Supported +transcript 1 152769227 152770657 ENST00000326233 NA LCE1D ENSG00000172155 Not Supported Not Supported +CDS 1 152770271 152770612 ENST00000326233 2 LCE1D ENSG00000172155 Not Supported Not Supported +transcript 1 152777311 152777954 ENST00000607093 NA LCE1C ENSG00000197084 Not Supported Not Supported +CDS 1 152777601 152777954 ENST00000607093 1 LCE1C ENSG00000197084 Not Supported Not Supported +transcript 1 152777311 152779107 ENST00000368768 NA LCE1C ENSG00000197084 Not Supported Not Supported +CDS 1 152777601 152777954 ENST00000368768 2 LCE1C ENSG00000197084 Not Supported Not Supported +transcript 1 152777702 152779104 ENST00000606576 NA LCE1C ENSG00000197084 Not Supported Not Supported +CDS 1 152777911 152777954 ENST00000606576 2 LCE1C ENSG00000197084 Not Supported Not Supported +CDS 1 152777702 152777820 ENST00000606576 3 LCE1C ENSG00000197084 Not Supported Not Supported +transcript 1 152784447 152785585 ENST00000360090 NA LCE1B ENSG00000196734 Not Supported Not Supported +CDS 1 152784923 152785276 ENST00000360090 1 LCE1B ENSG00000196734 Not Supported Not Supported +transcript 1 152799949 152800573 ENST00000335123 NA LCE1A ENSG00000186844 Not Supported Not Supported +CDS 1 152799949 152800278 ENST00000335123 1 LCE1A ENSG00000186844 Not Supported Not Supported +transcript 1 152815344 152816459 ENST00000431011 NA LCE6A ENSG00000235942 Not Supported Not Supported +CDS 1 152815997 152816236 ENST00000431011 2 LCE6A ENSG00000235942 Not Supported Not Supported +transcript 1 152850793 152857523 ENST00000368765 NA SMCP ENSG00000163206 Not Supported Not Supported +CDS 1 152856899 152857246 ENST00000368765 2 SMCP ENSG00000163206 Not Supported Not Supported +transcript 1 152881021 152884362 ENST00000368764 NA IVL ENSG00000163207 Not Supported Not Supported +CDS 1 152882274 152884028 ENST00000368764 2 IVL ENSG00000163207 Not Supported Not Supported +transcript 1 152881023 152884360 ENST00000392667 NA IVL ENSG00000163207 Not Supported Not Supported +CDS 1 152882712 152884028 ENST00000392667 3 IVL ENSG00000163207 Not Supported Not Supported +transcript 1 152902516 152921686 ENST00000419578 NA RP1-13P20.6 ENSG00000224308 Not Supported Not Supported +transcript 1 152943142 152945050 ENST00000328051 NA SPRR4 ENSG00000184148 Not Supported Not Supported +CDS 1 152944367 152944603 ENST00000328051 2 SPRR4 ENSG00000184148 Not Supported Not Supported +transcript 1 152956557 152958289 ENST00000307122 NA SPRR1A ENSG00000169474 Not Supported Not Supported +CDS 1 152957707 152957973 ENST00000307122 2 SPRR1A ENSG00000169474 Not Supported Not Supported +transcript 1 152957707 152957976 ENST00000368762 NA SPRR1A ENSG00000169474 Not Supported Not Supported +CDS 1 152957707 152957973 ENST00000368762 1 SPRR1A ENSG00000169474 Not Supported Not Supported +transcript 1 152974223 152976331 ENST00000331860 NA SPRR3 ENSG00000163209 Not Supported Not Supported +CDS 1 152975497 152976003 ENST00000331860 3 SPRR3 ENSG00000163209 Not Supported Not Supported +transcript 1 152974225 152974876 ENST00000495845 NA SPRR3 ENSG00000163209 Not Supported Not Supported +transcript 1 152974227 152975972 ENST00000443178 NA SPRR3 ENSG00000163209 Not Supported Not Supported +CDS 1 152975497 152975972 ENST00000443178 3 SPRR3 ENSG00000163209 Not Supported Not Supported +transcript 1 152974247 152976332 ENST00000295367 NA SPRR3 ENSG00000163209 Not Supported Not Supported +CDS 1 152975497 152976003 ENST00000295367 2 SPRR3 ENSG00000163209 Not Supported Not Supported +transcript 1 152975497 152976006 ENST00000542696 NA SPRR3 ENSG00000163209 Not Supported Not Supported +CDS 1 152975497 152975772 ENST00000542696 1 SPRR3 ENSG00000163209 Not Supported Not Supported +CDS 1 152975797 152976003 ENST00000542696 2 SPRR3 ENSG00000163209 Not Supported Not Supported +transcript 1 152984958 152985090 ENST00000517111 NA SNORA31 ENSG00000252920 Not Supported Not Supported +transcript 1 152996438 152996736 ENST00000429623 NA RP1-20N18.4 ENSG00000234262 Not Supported Not Supported +transcript 1 153003678 153005376 ENST00000307098 NA SPRR1B ENSG00000169469 Not Supported Not Supported +CDS 1 153004822 153005088 ENST00000307098 2 SPRR1B ENSG00000169469 Not Supported Not Supported +transcript 1 153004822 153005091 ENST00000392661 NA SPRR1B ENSG00000169469 Not Supported Not Supported +CDS 1 153004822 153004977 ENST00000392661 1 SPRR1B ENSG00000169469 Not Supported Not Supported +CDS 1 153005026 153005088 ENST00000392661 2 SPRR1B ENSG00000169469 Not Supported Not Supported +transcript 1 153012201 153013594 ENST00000360379 NA SPRR2D ENSG00000163216 Not Supported Not Supported +CDS 1 153012607 153012822 ENST00000360379 2 SPRR2D ENSG00000163216 Not Supported Not Supported +transcript 1 153012220 153014407 ENST00000368758 NA SPRR2D ENSG00000163216 Not Supported Not Supported +CDS 1 153012607 153012822 ENST00000368758 2 SPRR2D ENSG00000163216 Not Supported Not Supported +transcript 1 153012304 153014407 ENST00000368757 NA SPRR2D ENSG00000163216 Not Supported Not Supported +CDS 1 153012607 153012822 ENST00000368757 2 SPRR2D ENSG00000163216 Not Supported Not Supported +transcript 1 153012324 153014404 ENST00000368756 NA SPRR2D ENSG00000163216 Not Supported Not Supported +CDS 1 153012607 153012822 ENST00000368756 3 SPRR2D ENSG00000163216 Not Supported Not Supported +transcript 1 153028589 153030013 ENST00000392653 NA SPRR2A ENSG00000241794 Not Supported Not Supported +CDS 1 153028996 153029211 ENST00000392653 2 SPRR2A ENSG00000241794 Not Supported Not Supported +transcript 1 153042700 153043316 ENST00000368755 NA SPRR2B ENSG00000196805 Not Supported Not Supported +CDS 1 153043100 153043315 ENST00000368755 1 SPRR2B ENSG00000196805 Not Supported Not Supported +transcript 1 153042717 153044084 ENST00000341611 NA SPRR2B ENSG00000196805 Not Supported Not Supported +CDS 1 153043100 153043315 ENST00000341611 2 SPRR2B ENSG00000196805 Not Supported Not Supported +transcript 1 153043036 153113927 ENST00000368752 NA SPRR2B ENSG00000196805 Not Supported Not Supported +CDS 1 153043100 153043315 ENST00000368752 2 SPRR2B ENSG00000196805 Not Supported Not Supported +transcript 1 153065611 153067001 ENST00000368750 NA SPRR2E ENSG00000203785 Not Supported Not Supported +CDS 1 153066012 153066227 ENST00000368750 2 SPRR2E ENSG00000203785 Not Supported Not Supported +transcript 1 153065611 153078660 ENST00000368751 NA SPRR2E ENSG00000203785 Not Supported Not Supported +CDS 1 153066012 153066227 ENST00000368751 2 SPRR2E ENSG00000203785 Not Supported Not Supported +transcript 1 153084590 153085991 ENST00000468739 NA SPRR2F ENSG00000244094 Not Supported Not Supported +CDS 1 153084994 153085209 ENST00000468739 2 SPRR2F ENSG00000244094 Not Supported Not Supported +transcript 1 153112967 153113185 ENST00000290702 NA SPRR2C ENSG00000229035 Not Supported Not Supported +transcript 1 153122058 153123345 ENST00000368748 NA SPRR2G ENSG00000159516 Not Supported Not Supported +CDS 1 153122368 153122586 ENST00000368748 2 SPRR2G ENSG00000159516 Not Supported Not Supported +transcript 1 153146994 153164152 ENST00000427145 NA RP1-140J1.1 ENSG00000229699 Not Supported Not Supported +transcript 1 153175919 153177596 ENST00000368747 NA LELP1 ENSG00000203784 Not Supported Not Supported +CDS 1 153177184 153177477 ENST00000368747 2 LELP1 ENSG00000203784 Not Supported Not Supported +transcript 1 153190060 153191793 ENST00000368744 NA PRR9 ENSG00000203783 Not Supported Not Supported +CDS 1 153190621 153190968 ENST00000368744 2 PRR9 ENSG00000203783 Not Supported Not Supported +transcript 1 153197556 153198482 ENST00000445179 NA RP1-140J1.4 ENSG00000230779 Not Supported Not Supported +transcript 1 153232176 153234598 ENST00000368742 NA LOR ENSG00000203782 Not Supported Not Supported +CDS 1 153233426 153234361 ENST00000368742 2 LOR ENSG00000203782 Not Supported Not Supported +transcript 1 153270338 153283194 ENST00000290722 NA PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153283087 153283141 ENST00000290722 1 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153279542 153279743 ENST00000290722 2 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153277423 153277541 ENST00000290722 3 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153276333 153276485 ENST00000290722 4 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153274885 153275083 ENST00000290722 5 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153271589 153271707 ENST00000290722 6 PGLYRP3 ENSG00000159527 Not Supported Not Supported +CDS 1 153270435 153270610 ENST00000290722 7 PGLYRP3 ENSG00000159527 Not Supported Not Supported +transcript 1 153302596 153321022 ENST00000359650 NA PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153320360 153320408 ENST00000359650 2 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153318578 153318667 ENST00000359650 3 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153317645 153317858 ENST00000359650 4 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153315566 153315684 ENST00000359650 5 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153314103 153314255 ENST00000359650 6 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153312857 153313055 ENST00000359650 7 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153309657 153309775 ENST00000359650 8 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153303246 153303421 ENST00000359650 9 PGLYRP4 ENSG00000163218 Not Supported Not Supported +transcript 1 153302596 153321316 ENST00000368739 NA PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153320360 153320408 ENST00000368739 2 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153318578 153318667 ENST00000368739 3 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153317645 153317846 ENST00000368739 4 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153315566 153315684 ENST00000368739 5 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153314103 153314255 ENST00000368739 6 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153312857 153313055 ENST00000368739 7 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153309657 153309775 ENST00000368739 8 PGLYRP4 ENSG00000163218 Not Supported Not Supported +CDS 1 153303246 153303421 ENST00000368739 9 PGLYRP4 ENSG00000163218 Not Supported Not Supported +transcript 1 153317501 153320454 ENST00000490266 NA PGLYRP4 ENSG00000163218 Not Supported Not Supported +transcript 1 153304098 153304204 ENST00000384591 NA RNU6-160P ENSG00000207321 Not Supported Not Supported +transcript 1 153330330 153333503 ENST00000368738 NA S100A9 ENSG00000163220 Not Supported Not Supported +CDS 1 153330760 153330909 ENST00000368738 2 S100A9 ENSG00000163220 Not Supported Not Supported +CDS 1 153333120 153333311 ENST00000368738 3 S100A9 ENSG00000163220 Not Supported Not Supported +transcript 1 153346184 153348125 ENST00000368737 NA S100A12 ENSG00000163221 Not Supported Not Supported +CDS 1 153346931 153347068 ENST00000368737 2 S100A12 ENSG00000163221 Not Supported Not Supported +CDS 1 153346306 153346443 ENST00000368737 3 S100A12 ENSG00000163221 Not Supported Not Supported +transcript 1 153352297 153353275 ENST00000447781 NA AL591704.5 ENSG00000237008 Not Supported Not Supported +transcript 1 153362508 153363452 ENST00000368732 NA S100A8 ENSG00000143546 Not Supported Not Supported +CDS 1 153362871 153363011 ENST00000368732 2 S100A8 ENSG00000143546 Not Supported Not Supported +CDS 1 153362582 153362719 ENST00000368732 3 S100A8 ENSG00000143546 Not Supported Not Supported +transcript 1 153362508 153363664 ENST00000368733 NA S100A8 ENSG00000143546 Not Supported Not Supported +CDS 1 153362871 153363011 ENST00000368733 2 S100A8 ENSG00000143546 Not Supported Not Supported +CDS 1 153362582 153362719 ENST00000368733 3 S100A8 ENSG00000143546 Not Supported Not Supported +transcript 1 153362680 153363547 ENST00000477801 NA S100A8 ENSG00000143546 Not Supported Not Supported +transcript 1 153369067 153369247 ENST00000421658 NA AL591704.7 ENSG00000224784 Not Supported Not Supported +transcript 1 153389000 153395701 ENST00000368729 NA S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153390559 153390699 ENST00000368729 2 S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153391621 153391782 ENST00000368729 3 S100A7A ENSG00000184330 Not Supported Not Supported +transcript 1 153389699 153391846 ENST00000368728 NA S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153390559 153390699 ENST00000368728 2 S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153391621 153391782 ENST00000368728 3 S100A7A ENSG00000184330 Not Supported Not Supported +transcript 1 153390420 153391831 ENST00000329256 NA S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153390559 153390699 ENST00000329256 1 S100A7A ENSG00000184330 Not Supported Not Supported +CDS 1 153391621 153391782 ENST00000329256 2 S100A7A ENSG00000184330 Not Supported Not Supported +transcript 1 153399496 153400877 ENST00000432574 NA AL591704.9 ENSG00000203781 Not Supported Not Supported +transcript 1 153409534 153412425 ENST00000368725 NA S100A7L2 ENSG00000197364 Not Supported Not Supported +CDS 1 153412410 153412425 ENST00000368725 1 S100A7L2 ENSG00000197364 Not Supported Not Supported +CDS 1 153410665 153410822 ENST00000368725 2 S100A7L2 ENSG00000197364 Not Supported Not Supported +CDS 1 153409537 153409698 ENST00000368725 3 S100A7L2 ENSG00000197364 Not Supported Not Supported +transcript 1 153430220 153432350 ENST00000368722 NA S100A7 ENSG00000143556 Not Supported Not Supported +CDS 1 153431349 153431489 ENST00000368722 2 S100A7 ENSG00000143556 Not Supported Not Supported +CDS 1 153430285 153430446 ENST00000368722 3 S100A7 ENSG00000143556 Not Supported Not Supported +transcript 1 153430220 153433177 ENST00000368723 NA S100A7 ENSG00000143556 Not Supported Not Supported +CDS 1 153431349 153431489 ENST00000368723 2 S100A7 ENSG00000143556 Not Supported Not Supported +CDS 1 153430285 153430446 ENST00000368723 3 S100A7 ENSG00000143556 Not Supported Not Supported +transcript 1 153472943 153473240 ENST00000583849 NA RN7SL44P ENSG00000263841 Not Supported Not Supported +transcript 1 153506079 153507591 ENST00000420695 NA BX470102.3 ENSG00000238279 Not Supported Not Supported +transcript 1 153507075 153508691 ENST00000496817 NA S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507678 153507815 ENST00000496817 2 S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507175 153507306 ENST00000496817 3 S100A6 ENSG00000197956 Not Supported Not Supported +transcript 1 153507075 153508698 ENST00000368719 NA S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507678 153507815 ENST00000368719 2 S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507175 153507306 ENST00000368719 3 S100A6 ENSG00000197956 Not Supported Not Supported +transcript 1 153507075 153508720 ENST00000368720 NA S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507678 153507815 ENST00000368720 3 S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507175 153507306 ENST00000368720 4 S100A6 ENSG00000197956 Not Supported Not Supported +transcript 1 153507190 153508467 ENST00000462776 NA S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507678 153507815 ENST00000462776 2 S100A6 ENSG00000197956 Not Supported Not Supported +CDS 1 153507190 153507306 ENST00000462776 3 S100A6 ENSG00000197956 Not Supported Not Supported +transcript 1 153507569 153508467 ENST00000462951 NA S100A6 ENSG00000197956 Not Supported Not Supported +transcript 1 153509623 153514241 ENST00000368718 NA S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153512530 153512667 ENST00000368718 3 S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153509775 153509912 ENST00000368718 4 S100A5 ENSG00000196420 Not Supported Not Supported +transcript 1 153509623 153514241 ENST00000359215 NA S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153513861 153513900 ENST00000359215 2 S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153512530 153512681 ENST00000359215 3 S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153509775 153509912 ENST00000359215 4 S100A5 ENSG00000196420 Not Supported Not Supported +transcript 1 153509633 153513170 ENST00000368717 NA S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153512530 153512667 ENST00000368717 2 S100A5 ENSG00000196420 Not Supported Not Supported +CDS 1 153509775 153509912 ENST00000368717 3 S100A5 ENSG00000196420 Not Supported Not Supported +transcript 1 153516089 153517539 ENST00000368715 NA S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153517130 153517270 ENST00000368715 2 S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153516238 153516399 ENST00000368715 3 S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153516089 153517573 ENST00000481009 NA S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153516089 153518278 ENST00000354332 NA S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153517130 153517270 ENST00000354332 3 S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153516238 153516399 ENST00000354332 4 S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153516089 153518282 ENST00000468373 NA S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153516089 153518361 ENST00000368716 NA S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153517130 153517270 ENST00000368716 2 S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153516238 153516399 ENST00000368716 3 S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153516097 153522612 ENST00000368714 NA S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153517130 153517270 ENST00000368714 2 S100A4 ENSG00000196154 Not Supported Not Supported +CDS 1 153516238 153516399 ENST00000368714 3 S100A4 ENSG00000196154 Not Supported Not Supported +transcript 1 153519805 153521848 ENST00000368713 NA S100A3 ENSG00000188015 Not Supported Not Supported +CDS 1 153520821 153520961 ENST00000368713 2 S100A3 ENSG00000188015 Not Supported Not Supported +CDS 1 153520161 153520322 ENST00000368713 3 S100A3 ENSG00000188015 Not Supported Not Supported +transcript 1 153519989 153521602 ENST00000368712 NA S100A3 ENSG00000188015 Not Supported Not Supported +CDS 1 153520821 153520961 ENST00000368712 2 S100A3 ENSG00000188015 Not Supported Not Supported +CDS 1 153520161 153520322 ENST00000368712 3 S100A3 ENSG00000188015 Not Supported Not Supported +transcript 1 153533584 153538341 ENST00000368708 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536350 ENST00000368708 2 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153533918 153534067 ENST00000368708 3 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153533816 153536709 ENST00000487430 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536350 ENST00000487430 1 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153533918 153534067 ENST00000487430 2 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153533816 153538306 ENST00000497140 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536251 ENST00000497140 2 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153533918 153534067 ENST00000497140 3 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153533816 153540366 ENST00000368710 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536350 ENST00000368710 2 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153533918 153534067 ENST00000368710 3 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153533819 153539231 ENST00000368709 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536350 ENST00000368709 2 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153533918 153534067 ENST00000368709 3 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153533825 153538018 ENST00000368707 NA S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153536210 153536350 ENST00000368707 2 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153535891 153536012 ENST00000368707 3 S100A2 ENSG00000196754 Not Supported Not Supported +CDS 1 153534046 153534067 ENST00000368707 4 S100A2 ENSG00000196754 Not Supported Not Supported +transcript 1 153579362 153581813 ENST00000368704 NA S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580475 153580627 ENST00000368704 2 S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580013 153580168 ENST00000368704 3 S100A16 ENSG00000188643 Not Supported Not Supported +transcript 1 153579362 153585559 ENST00000368706 NA S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580475 153580627 ENST00000368706 2 S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580013 153580168 ENST00000368706 3 S100A16 ENSG00000188643 Not Supported Not Supported +transcript 1 153579451 153580798 ENST00000368703 NA S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580475 153580627 ENST00000368703 2 S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580013 153580168 ENST00000368703 3 S100A16 ENSG00000188643 Not Supported Not Supported +transcript 1 153579838 153581820 ENST00000368705 NA S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580475 153580627 ENST00000368705 2 S100A16 ENSG00000188643 Not Supported Not Supported +CDS 1 153580013 153580168 ENST00000368705 3 S100A16 ENSG00000188643 Not Supported Not Supported +transcript 1 153579928 153585621 ENST00000474991 NA S100A16 ENSG00000188643 Not Supported Not Supported +transcript 1 153586731 153588414 ENST00000476873 NA S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153588305 153588334 ENST00000476873 1 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587711 153587857 ENST00000476873 2 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587364 153587498 ENST00000476873 3 S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153586731 153588765 ENST00000368701 NA S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153588305 153588334 ENST00000368701 2 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587711 153587857 ENST00000368701 3 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587364 153587498 ENST00000368701 4 S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153586731 153589462 ENST00000368702 NA S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153588305 153588334 ENST00000368702 3 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587711 153587857 ENST00000368702 4 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587364 153587498 ENST00000368702 5 S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153586757 153588790 ENST00000344616 NA S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153588305 153588334 ENST00000344616 2 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587711 153587857 ENST00000344616 3 S100A14 ENSG00000189334 Not Supported Not Supported +CDS 1 153587364 153587498 ENST00000344616 4 S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153587253 153588740 ENST00000368700 NA S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153587394 153589403 ENST00000469571 NA S100A14 ENSG00000189334 Not Supported Not Supported +transcript 1 153591263 153600724 ENST00000476133 NA S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591275 153600656 ENST00000339556 NA S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153598796 153598948 ENST00000339556 2 S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153591374 153591514 ENST00000339556 3 S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591280 153606568 ENST00000368699 NA S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153598796 153598948 ENST00000368699 4 S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153591374 153591514 ENST00000368699 5 S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591280 153600715 ENST00000440685 NA S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153598796 153598948 ENST00000440685 3 S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153591374 153591514 ENST00000440685 4 S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591280 153599744 ENST00000392623 NA S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153598796 153598948 ENST00000392623 2 S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153591374 153591514 ENST00000392623 3 S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591280 153599524 ENST00000392622 NA S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153598796 153598948 ENST00000392622 2 S100A13 ENSG00000189171 Not Supported Not Supported +CDS 1 153591374 153591514 ENST00000392622 3 S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153591284 153603836 ENST00000491177 NA S100A13 ENSG00000189171 Not Supported Not Supported +transcript 1 153598808 153606816 ENST00000497086 NA RP1-178F15.5 ENSG00000271853 Not Supported Not Supported +transcript 1 153599967 153606525 ENST00000484413 NA RP1-178F15.5 ENSG00000271853 Not Supported Not Supported +transcript 1 153599984 153606587 ENST00000472233 NA RP1-178F15.5 ENSG00000271853 Not Supported Not Supported +transcript 1 153600402 153604510 ENST00000368698 NA S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153600549 153600624 ENST00000368698 1 S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153600903 153600972 ENST00000368698 2 S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153602985 153603138 ENST00000368698 3 S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153604174 153604314 ENST00000368698 4 S100A1 ENSG00000160678 Not Supported Not Supported +transcript 1 153600860 153604513 ENST00000469893 NA S100A1 ENSG00000160678 Not Supported Not Supported +transcript 1 153600873 153604513 ENST00000292169 NA S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153602998 153603138 ENST00000292169 2 S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153604174 153604314 ENST00000292169 3 S100A1 ENSG00000160678 Not Supported Not Supported +transcript 1 153600898 153604280 ENST00000368696 NA S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153602998 153603138 ENST00000368696 2 S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153603988 153604005 ENST00000368696 3 S100A1 ENSG00000160678 Not Supported Not Supported +transcript 1 153600940 153603101 ENST00000436839 NA S100A1 ENSG00000160678 Not Supported Not Supported +CDS 1 153602998 153603101 ENST00000436839 3 S100A1 ENSG00000160678 Not Supported Not Supported +transcript 1 153603914 153604673 ENST00000607839 NA RP1-178F15.4 ENSG00000272030 Not Supported Not Supported +transcript 1 153604137 153606873 ENST00000469931 NA RP1-178F15.4 ENSG00000272030 Not Supported Not Supported +transcript 1 153606525 153618782 ENST00000368694 NA CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153609065 153609129 ENST00000368694 2 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153610771 153610924 ENST00000368694 3 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153614722 153614905 ENST00000368694 4 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153615703 153615840 ENST00000368694 5 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153617540 153617742 ENST00000368694 6 CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153606551 153617946 ENST00000495554 NA CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153606556 153618778 ENST00000403433 NA CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153609065 153609129 ENST00000403433 2 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153610771 153610924 ENST00000403433 3 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153614722 153614905 ENST00000403433 4 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153617540 153617742 ENST00000403433 5 CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153609065 153617946 ENST00000368690 NA CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153609065 153609129 ENST00000368690 1 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153610771 153610924 ENST00000368690 2 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153614722 153614905 ENST00000368690 3 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153617540 153617742 ENST00000368690 4 CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153610560 153617946 ENST00000368687 NA CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153610781 153610924 ENST00000368687 1 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153614722 153614905 ENST00000368687 2 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153615703 153615840 ENST00000368687 3 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153617540 153617742 ENST00000368687 4 CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153610818 153616861 ENST00000368686 NA CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153610826 153610924 ENST00000368686 1 CHTOP ENSG00000160679 Not Supported Not Supported +CDS 1 153614719 153614922 ENST00000368686 2 CHTOP ENSG00000160679 Not Supported Not Supported +transcript 1 153631130 153634306 ENST00000368685 NA SNAPIN ENSG00000143553 Not Supported Not Supported +CDS 1 153631220 153631362 ENST00000368685 1 SNAPIN ENSG00000143553 Not Supported Not Supported +CDS 1 153631614 153631660 ENST00000368685 2 SNAPIN ENSG00000143553 Not Supported Not Supported +CDS 1 153631924 153632042 ENST00000368685 3 SNAPIN ENSG00000143553 Not Supported Not Supported +CDS 1 153633676 153633774 ENST00000368685 4 SNAPIN ENSG00000143553 Not Supported Not Supported +transcript 1 153631188 153633726 ENST00000474959 NA SNAPIN ENSG00000143553 Not Supported Not Supported +transcript 1 153631190 153634305 ENST00000462880 NA SNAPIN ENSG00000143553 Not Supported Not Supported +transcript 1 153631203 153634040 ENST00000478558 NA SNAPIN ENSG00000143553 Not Supported Not Supported +transcript 1 153634512 153643524 ENST00000361891 NA ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153643394 153643398 ENST00000361891 1 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153642647 153642706 ENST00000361891 2 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153642312 153642354 ENST00000361891 3 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640929 153641033 ENST00000361891 4 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640476 153640553 ENST00000361891 5 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640031 153640133 ENST00000361891 6 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153638139 153638204 ENST00000361891 7 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153637696 153637812 ENST00000361891 8 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153636872 153636950 ENST00000361891 9 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153636519 153636606 ENST00000361891 10 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153635691 153635752 ENST00000361891 11 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153635495 153635609 ENST00000361891 12 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153635181 153635271 ENST00000361891 13 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153634875 153635032 ENST00000361891 14 ILF2 ENSG00000143621 Not Supported Not Supported +transcript 1 153634541 153636950 ENST00000480213 NA ILF2 ENSG00000143621 Not Supported Not Supported +transcript 1 153638139 153642708 ENST00000368684 NA ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640929 153641027 ENST00000368684 3 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640476 153640553 ENST00000368684 4 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640031 153640133 ENST00000368684 5 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153638139 153638204 ENST00000368684 6 ILF2 ENSG00000143621 Not Supported Not Supported +transcript 1 153639759 153643458 ENST00000368681 NA ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153643394 153643398 ENST00000368681 1 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153642647 153642706 ENST00000368681 2 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153642312 153642354 ENST00000368681 3 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640929 153641033 ENST00000368681 4 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153640476 153640553 ENST00000368681 5 ILF2 ENSG00000143621 Not Supported Not Supported +CDS 1 153639975 153640133 ENST00000368681 6 ILF2 ENSG00000143621 Not Supported Not Supported +transcript 1 153651113 153666468 ENST00000368680 NA NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153651585 153652305 ENST00000368680 1 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153652977 153653176 ENST00000368680 2 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153653656 153653769 ENST00000368680 3 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153654180 153654315 ENST00000368680 4 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153654974 153655065 ENST00000368680 5 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153655852 153655987 ENST00000368680 6 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153656216 153656300 ENST00000368680 7 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153657440 153657560 ENST00000368680 8 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153658282 153658356 ENST00000368680 9 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153658599 153658676 ENST00000368680 10 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153659122 153659226 ENST00000368680 11 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153659492 153659563 ENST00000368680 12 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153659676 153659832 ENST00000368680 13 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153660110 153660265 ENST00000368680 14 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153660529 153660697 ENST00000368680 15 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153661429 153661575 ENST00000368680 16 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153661664 153661787 ENST00000368680 17 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153661929 153661997 ENST00000368680 18 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153662282 153662456 ENST00000368680 19 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153662760 153662858 ENST00000368680 20 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153665582 153665673 ENST00000368680 21 NPR1 ENSG00000169418 Not Supported Not Supported +CDS 1 153665828 153665887 ENST00000368680 22 NPR1 ENSG00000169418 Not Supported Not Supported +transcript 1 153653277 153654268 ENST00000413826 NA NPR1 ENSG00000169418 Not Supported Not Supported +transcript 1 153661200 153666444 ENST00000368677 NA NPR1 ENSG00000169418 Not Supported Not Supported +transcript 1 153676564 153676859 ENST00000461982 NA RN7SL372P ENSG00000242565 Not Supported Not Supported +transcript 1 153689779 153690823 ENST00000454246 NA RP11-216N14.1 ENSG00000235015 Not Supported Not Supported +transcript 1 153698728 153698829 ENST00000362695 NA Y_RNA ENSG00000199565 Not Supported Not Supported +transcript 1 153700543 153746555 ENST00000318967 NA INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153701111 153701260 ENST00000318967 1 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153713127 153713210 ENST00000318967 2 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153713761 153713844 ENST00000318967 3 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153719433 153719546 ENST00000318967 4 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153719755 153719839 ENST00000318967 5 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153721165 153721231 ENST00000318967 6 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153723571 153723715 ENST00000318967 7 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153724755 153724884 ENST00000318967 8 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153727118 153727215 ENST00000318967 9 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153730048 153730239 ENST00000318967 10 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732002 153732089 ENST00000318967 11 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732787 153732866 ENST00000318967 12 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153733303 153733394 ENST00000318967 13 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153734046 153734152 ENST00000318967 14 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735204 153735323 ENST00000318967 15 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735709 153735838 ENST00000318967 16 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736308 153736362 ENST00000318967 17 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736594 153736697 ENST00000318967 18 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737166 153737210 ENST00000318967 19 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737420 153737539 ENST00000318967 20 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153740150 153740303 ENST00000318967 21 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153741369 153741437 ENST00000318967 22 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742245 153742320 ENST00000318967 23 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742674 153742787 ENST00000318967 24 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153743161 153743209 ENST00000318967 25 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744272 153744439 ENST00000318967 26 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744816 153744916 ENST00000318967 27 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745115 153745187 ENST00000318967 28 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745401 153745557 ENST00000318967 29 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745669 153745743 ENST00000318967 30 INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153700543 153746555 ENST00000456435 NA INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153723605 153723715 ENST00000456435 7 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153724755 153724884 ENST00000456435 8 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153727118 153727215 ENST00000456435 9 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153730048 153730239 ENST00000456435 10 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732002 153732089 ENST00000456435 11 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732787 153732866 ENST00000456435 12 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153733303 153733394 ENST00000456435 13 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153734046 153734152 ENST00000456435 14 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735204 153735323 ENST00000456435 15 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735709 153735838 ENST00000456435 16 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736308 153736362 ENST00000456435 17 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736594 153736697 ENST00000456435 18 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737166 153737210 ENST00000456435 19 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737420 153737539 ENST00000456435 20 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153740150 153740303 ENST00000456435 21 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153741369 153741437 ENST00000456435 22 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742245 153742320 ENST00000456435 23 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742674 153742787 ENST00000456435 24 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153743161 153743209 ENST00000456435 25 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744272 153744439 ENST00000456435 26 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744816 153745187 ENST00000456435 27 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745401 153745557 ENST00000456435 28 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745669 153745743 ENST00000456435 29 INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153700567 153746011 ENST00000435409 NA INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153701111 153701260 ENST00000435409 2 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153713127 153713210 ENST00000435409 3 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153713761 153713844 ENST00000435409 4 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153719433 153719546 ENST00000435409 5 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153719755 153719839 ENST00000435409 6 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153721165 153721231 ENST00000435409 7 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153723571 153723715 ENST00000435409 8 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153724755 153724884 ENST00000435409 9 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153727118 153727215 ENST00000435409 10 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153730048 153730239 ENST00000435409 11 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732002 153732089 ENST00000435409 12 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732787 153732866 ENST00000435409 13 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153733303 153733394 ENST00000435409 14 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153734046 153734152 ENST00000435409 15 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735204 153735323 ENST00000435409 16 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735709 153735838 ENST00000435409 17 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736308 153736362 ENST00000435409 18 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736594 153736697 ENST00000435409 19 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737166 153737210 ENST00000435409 20 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737420 153737539 ENST00000435409 21 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153740150 153740303 ENST00000435409 22 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153741369 153741437 ENST00000435409 23 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742245 153742320 ENST00000435409 24 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742674 153742787 ENST00000435409 25 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153743161 153743209 ENST00000435409 26 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744272 153744439 ENST00000435409 27 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744816 153744916 ENST00000435409 28 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745115 153745187 ENST00000435409 29 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745401 153745557 ENST00000435409 30 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745669 153745743 ENST00000435409 31 INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153700959 153746555 ENST00000481797 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153723330 153746204 ENST00000512605 NA INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153723605 153723715 ENST00000512605 1 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153724755 153724884 ENST00000512605 2 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153727118 153727215 ENST00000512605 3 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153730048 153730239 ENST00000512605 4 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732002 153732089 ENST00000512605 5 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153732787 153732866 ENST00000512605 6 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153733303 153733394 ENST00000512605 7 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153734046 153734152 ENST00000512605 8 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735204 153735323 ENST00000512605 9 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153735709 153735838 ENST00000512605 10 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736308 153736362 ENST00000512605 11 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153736594 153736697 ENST00000512605 12 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737166 153737210 ENST00000512605 13 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153737420 153737539 ENST00000512605 14 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153740150 153740303 ENST00000512605 15 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153741369 153741437 ENST00000512605 16 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742245 153742320 ENST00000512605 17 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153742674 153742787 ENST00000512605 18 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153743161 153743209 ENST00000512605 19 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744272 153744439 ENST00000512605 20 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153744816 153745187 ENST00000512605 21 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745401 153745557 ENST00000512605 22 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153745669 153745743 ENST00000512605 23 INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153723611 153746555 ENST00000476843 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153724553 153733378 ENST00000480659 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153730113 153745795 ENST00000503133 NA INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153730113 153730239 ENST00000503133 1 INTS3 ENSG00000143624 Not Supported Not Supported +CDS 1 153734046 153734066 ENST00000503133 2 INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153732150 153735316 ENST00000491790 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153738951 153746555 ENST00000368670 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153739307 153746555 ENST00000368669 NA INTS3 ENSG00000143624 Not Supported Not Supported +transcript 1 153719327 153723703 ENST00000453778 NA RP11-216N14.8 ENSG00000243613 Not Supported Not Supported +transcript 1 153723459 153724652 ENST00000434575 NA RP11-216N14.9 ENSG00000233222 Not Supported Not Supported +transcript 1 153726600 153726703 ENST00000458994 NA snoU13 ENSG00000238511 Not Supported Not Supported +transcript 1 153746830 153752633 ENST00000271857 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153747590 153748640 ENST00000271857 1 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153748994 153749203 ENST00000271857 2 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153749538 153749696 ENST00000271857 3 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750237 153750361 ENST00000271857 4 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750637 153750831 ENST00000271857 5 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750939 153751029 ENST00000271857 6 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751163 153751361 ENST00000271857 7 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751590 153751687 ENST00000271857 8 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751819 153751949 ENST00000271857 9 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153752302 153752475 ENST00000271857 10 SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153747768 153752630 ENST00000368661 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153747833 153748640 ENST00000368661 1 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153748994 153749203 ENST00000368661 2 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153749538 153749696 ENST00000368661 3 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750237 153750361 ENST00000368661 4 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750637 153750831 ENST00000368661 5 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750939 153751029 ENST00000368661 6 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751163 153751361 ENST00000368661 7 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751590 153751687 ENST00000368661 8 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751819 153751949 ENST00000368661 9 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153752302 153752475 ENST00000368661 10 SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153747789 153752632 ENST00000484014 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153747795 153752632 ENST00000468403 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153748226 153752600 ENST00000483574 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153749072 153752633 ENST00000458027 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153749072 153749203 ENST00000458027 1 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153749538 153749696 ENST00000458027 2 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750237 153750361 ENST00000458027 3 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750637 153750831 ENST00000458027 4 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750939 153751029 ENST00000458027 5 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751163 153751361 ENST00000458027 6 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751590 153751687 ENST00000458027 7 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751819 153751949 ENST00000458027 8 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153752407 153752478 ENST00000458027 9 SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153749076 153750561 ENST00000461269 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153750463 153751272 ENST00000531251 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153750673 153751863 ENST00000532853 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750673 153750831 ENST00000532853 1 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750939 153751029 ENST00000532853 2 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751322 153751361 ENST00000532853 3 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751590 153751687 ENST00000532853 4 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751819 153751863 ENST00000532853 5 SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153750988 153752359 ENST00000524676 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153750988 153751029 ENST00000524676 1 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751234 153751361 ENST00000524676 2 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751590 153751687 ENST00000524676 3 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153751819 153751949 ENST00000524676 4 SLC27A3 ENSG00000143554 Not Supported Not Supported +CDS 1 153752302 153752359 ENST00000524676 5 SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153751116 153752110 ENST00000468044 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153751527 153752627 ENST00000368660 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153751677 153752600 ENST00000368659 NA SLC27A3 ENSG00000143554 Not Supported Not Supported +transcript 1 153758196 153758297 ENST00000384312 NA Y_RNA ENSG00000207039 Not Supported Not Supported +transcript 1 153767649 153774567 ENST00000427283 NA RP11-216N14.5 ENSG00000231827 Not Supported Not Supported +transcript 1 153777201 153895451 ENST00000368655 NA GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153800489 153800823 ENST00000368655 2 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153792082 153792211 ENST00000368655 3 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153791267 153791398 ENST00000368655 4 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153790516 153790647 ENST00000368655 5 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153789848 153790018 ENST00000368655 6 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153788749 153789064 ENST00000368655 7 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153785726 153785928 ENST00000368655 8 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153784498 153784608 ENST00000368655 9 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153784207 153784324 ENST00000368655 10 GATAD2B ENSG00000143614 Not Supported Not Supported +CDS 1 153782656 153782786 ENST00000368655 11 GATAD2B ENSG00000143614 Not Supported Not Supported +transcript 1 153824582 153825890 ENST00000417868 NA RP11-216N14.7 ENSG00000223599 Not Supported Not Supported +transcript 1 153863071 153863341 ENST00000441288 NA RP11-759F5.1 ENSG00000236327 Not Supported Not Supported +transcript 1 153901977 153905741 ENST00000480340 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153901977 153919172 ENST00000361217 NA DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153916534 153916850 ENST00000361217 2 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915354 153915606 ENST00000361217 3 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915032 153915101 ENST00000361217 4 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153914663 153914832 ENST00000361217 5 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153914345 153914589 ENST00000361217 6 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913850 153913916 ENST00000361217 7 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913707 153913765 ENST00000361217 8 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913380 153913524 ENST00000361217 9 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912907 153913082 ENST00000361217 10 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912632 153912732 ENST00000361217 11 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912065 153912280 ENST00000361217 12 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153911376 153911521 ENST00000361217 13 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153910200 153910339 ENST00000361217 14 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153909964 153910090 ENST00000361217 15 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153909018 153909224 ENST00000361217 16 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153908536 153908664 ENST00000361217 17 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153907236 153907440 ENST00000361217 18 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153906611 153906778 ENST00000361217 19 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905959 153906347 ENST00000361217 20 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905673 153905795 ENST00000361217 21 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905337 153905506 ENST00000361217 22 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905118 153905253 ENST00000361217 23 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153904680 153904916 ENST00000361217 24 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153903423 153903540 ENST00000361217 25 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153903168 153903333 ENST00000361217 26 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153903015 153903079 ENST00000361217 27 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153902776 153902918 ENST00000361217 28 DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153902722 153905196 ENST00000492898 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153903218 153905369 ENST00000474386 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153904652 153905517 ENST00000462423 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153905015 153905641 ENST00000531748 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153905337 153917745 ENST00000368646 NA DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153917611 153917620 ENST00000368646 1 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153916534 153916873 ENST00000368646 2 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915354 153915606 ENST00000368646 3 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915032 153915101 ENST00000368646 4 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153914663 153914832 ENST00000368646 5 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153914345 153914589 ENST00000368646 6 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913850 153913916 ENST00000368646 7 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913707 153913765 ENST00000368646 8 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153913380 153913524 ENST00000368646 9 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912907 153913082 ENST00000368646 10 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912632 153912732 ENST00000368646 11 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153912065 153912280 ENST00000368646 12 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153911376 153911521 ENST00000368646 13 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153910200 153910339 ENST00000368646 14 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153909964 153910090 ENST00000368646 15 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153909018 153909224 ENST00000368646 16 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153908536 153908664 ENST00000368646 17 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153907236 153907440 ENST00000368646 18 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153906611 153906778 ENST00000368646 19 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905959 153906347 ENST00000368646 20 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905673 153905795 ENST00000368646 21 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153905337 153905506 ENST00000368646 22 DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153908309 153909118 ENST00000477746 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153912064 153913128 ENST00000485359 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153913371 153913910 ENST00000494683 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153913710 153914720 ENST00000483561 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153914405 153916566 ENST00000472932 NA DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153916534 153916566 ENST00000472932 1 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915354 153915606 ENST00000472932 2 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153915032 153915101 ENST00000472932 3 DENND4B ENSG00000198837 Not Supported Not Supported +CDS 1 153914405 153914589 ENST00000472932 4 DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153914755 153915557 ENST00000464048 NA DENND4B ENSG00000198837 Not Supported Not Supported +transcript 1 153920145 153931091 ENST00000303569 NA CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153930821 153930973 ENST00000303569 1 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925837 153925845 ENST00000303569 2 CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153920151 153927465 ENST00000461638 NA CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153927349 153927465 ENST00000461638 1 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153926731 153926792 ENST00000461638 2 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153926014 153926082 ENST00000461638 3 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925742 153925845 ENST00000461638 4 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925281 153925310 ENST00000461638 5 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925047 153925126 ENST00000461638 6 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153924873 153924922 ENST00000461638 7 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153924494 153924738 ENST00000461638 8 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153923736 153924142 ENST00000461638 9 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153921591 153921860 ENST00000461638 10 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153921365 153921376 ENST00000461638 11 CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153920151 153931052 ENST00000368630 NA CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153930875 153930973 ENST00000368630 1 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153923736 153924080 ENST00000368630 2 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153921591 153921860 ENST00000368630 3 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153920934 153921120 ENST00000368630 4 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153920588 153920805 ENST00000368630 5 CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153920151 153931101 ENST00000368633 NA CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153930821 153930973 ENST00000368633 1 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153927541 153927642 ENST00000368633 2 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153927349 153927465 ENST00000368633 3 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153926731 153926792 ENST00000368633 4 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153926014 153926082 ENST00000368633 5 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925742 153925845 ENST00000368633 6 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925281 153925310 ENST00000368633 7 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153925047 153925111 ENST00000368633 8 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153924873 153924922 ENST00000368633 9 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153924494 153924738 ENST00000368633 10 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153923736 153924142 ENST00000368633 11 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153921591 153921860 ENST00000368633 12 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153920934 153921120 ENST00000368633 13 CRTC2 ENSG00000160741 Not Supported Not Supported +CDS 1 153920588 153920805 ENST00000368633 14 CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153920154 153931040 ENST00000487235 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153921648 153924572 ENST00000524997 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153924608 153925438 ENST00000467860 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153924632 153924972 ENST00000493909 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153925792 153930599 ENST00000476883 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153926742 153930680 ENST00000492073 NA CRTC2 ENSG00000160741 Not Supported Not Supported +transcript 1 153931575 153936048 ENST00000356205 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000356205 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000356205 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932577 153933230 ENST00000356205 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153931586 153935951 ENST00000368623 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000368623 1 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000368623 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932577 153933230 ENST00000368623 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153931587 153935938 ENST00000368621 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000368621 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000368621 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932577 153933230 ENST00000368621 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153931588 153940188 ENST00000310483 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000310483 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000310483 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932577 153933230 ENST00000310483 5 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153932096 153936025 ENST00000537590 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935016 ENST00000537590 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932577 153933230 ENST00000537590 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153932586 153935798 ENST00000429040 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000429040 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000429040 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932586 153933230 ENST00000429040 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153932829 153940097 ENST00000413622 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000413622 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000413622 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932829 153933230 ENST00000413622 5 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153932930 153935738 ENST00000417348 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153935005 153935191 ENST00000417348 2 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153934696 153934826 ENST00000417348 3 SLC39A1 ENSG00000143570 Not Supported Not Supported +CDS 1 153932930 153933230 ENST00000417348 4 SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153934787 153935615 ENST00000461071 NA SLC39A1 ENSG00000143570 Not Supported Not Supported +transcript 1 153938992 153939406 ENST00000608147 NA RP11-422P24.10 ENSG00000273026 Not Supported Not Supported +transcript 1 153940010 153941444 ENST00000477617 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940346 153946832 ENST00000405694 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941830 153941931 ENST00000405694 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000405694 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945554 ENST00000405694 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945671 153945739 ENST00000405694 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945856 153945940 ENST00000405694 7 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946096 153946192 ENST00000405694 8 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946348 153946538 ENST00000405694 9 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940368 153945556 ENST00000449724 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941115 ENST00000449724 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000449724 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000449724 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000449724 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945556 ENST00000449724 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940379 153946839 ENST00000368607 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941175 ENST00000368607 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000368607 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000368607 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000368607 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945554 ENST00000368607 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945671 153945739 ENST00000368607 7 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945856 153945940 ENST00000368607 8 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946096 153946192 ENST00000368607 9 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946348 153946538 ENST00000368607 10 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940397 153946835 ENST00000271889 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941175 ENST00000271889 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000271889 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000271889 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000271889 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945554 ENST00000271889 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945671 153945739 ENST00000271889 7 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945856 153945940 ENST00000271889 8 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946096 153946192 ENST00000271889 9 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946348 153946538 ENST00000271889 10 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940401 153945244 ENST00000461688 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940713 153945548 ENST00000368601 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941175 ENST00000368601 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000368601 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000368601 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945327 ENST00000368601 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940713 153946832 ENST00000368603 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941175 ENST00000368603 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000368603 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000368603 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000368603 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945554 ENST00000368603 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945671 153945739 ENST00000368603 7 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945856 153945940 ENST00000368603 8 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946096 153946192 ENST00000368603 9 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946348 153946538 ENST00000368603 10 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940719 153946837 ENST00000368600 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941115 ENST00000368600 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000368600 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941931 ENST00000368600 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945220 153945312 ENST00000368600 5 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945448 153945554 ENST00000368600 6 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945671 153945739 ENST00000368600 7 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153945856 153945940 ENST00000368600 8 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946096 153946192 ENST00000368600 9 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153946348 153946538 ENST00000368600 10 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940735 153941787 ENST00000479010 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940737 153945495 ENST00000492729 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940740 153941830 ENST00000473340 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153940786 153941934 ENST00000431292 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941002 153941175 ENST00000431292 2 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941406 153941652 ENST00000431292 3 CREB3L4 ENSG00000143578 Not Supported Not Supported +CDS 1 153941810 153941934 ENST00000431292 4 CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153941872 153946607 ENST00000468845 NA CREB3L4 ENSG00000143578 Not Supported Not Supported +transcript 1 153946745 153950164 ENST00000271843 NA JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949646 153949728 ENST00000271843 1 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949452 153949489 ENST00000271843 2 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949169 153949251 ENST00000271843 3 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153948302 153948381 ENST00000271843 4 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153947158 153947311 ENST00000271843 5 JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153946988 153950114 ENST00000356648 NA JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949169 153949285 ENST00000356648 3 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153948302 153948381 ENST00000356648 4 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153947158 153947311 ENST00000356648 5 JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153946988 153950136 ENST00000368589 NA JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949169 153949285 ENST00000368589 2 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153948302 153948381 ENST00000368589 3 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153947158 153947311 ENST00000368589 4 JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153947158 153949870 ENST00000428469 NA JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153949169 153949285 ENST00000428469 2 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153948302 153948381 ENST00000428469 3 JTB ENSG00000143543 Not Supported Not Supported +CDS 1 153947158 153947311 ENST00000428469 4 JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153948293 153950131 ENST00000461365 NA JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153948315 153950102 ENST00000471173 NA JTB ENSG00000143543 Not Supported Not Supported +transcript 1 153950219 153951636 ENST00000608236 NA RP11-422P24.11 ENSG00000272654 Not Supported Not Supported +transcript 1 153954127 153958828 ENST00000368575 NA RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153958589 153958712 ENST00000368575 1 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153957197 153957257 ENST00000368575 2 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153955997 153956057 ENST00000368575 3 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153955695 153955772 ENST00000368575 4 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153955195 153955284 ENST00000368575 5 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153955011 153955076 ENST00000368575 6 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153954867 153954920 ENST00000368575 7 RAB13 ENSG00000143545 Not Supported Not Supported +CDS 1 153954578 153954652 ENST00000368575 8 RAB13 ENSG00000143545 Not Supported Not Supported +transcript 1 153954130 153958722 ENST00000462680 NA RAB13 ENSG00000143545 Not Supported Not Supported +transcript 1 153954537 153958834 ENST00000495720 NA RAB13 ENSG00000143545 Not Supported Not Supported +transcript 1 153955221 153957838 ENST00000484297 NA RAB13 ENSG00000143545 Not Supported Not Supported +transcript 1 153963235 153964626 ENST00000368567 NA RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153963273 153963278 ENST00000368567 1 RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153963591 153963699 ENST00000368567 2 RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153964042 153964152 ENST00000368567 3 RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153964541 153964566 ENST00000368567 4 RPS27 ENSG00000177954 Not Supported Not Supported +transcript 1 153963238 153964174 ENST00000392558 NA RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153963273 153963278 ENST00000392558 1 RPS27 ENSG00000177954 Not Supported Not Supported +CDS 1 153963591 153963782 ENST00000392558 2 RPS27 ENSG00000177954 Not Supported Not Supported +transcript 1 153963239 153964621 ENST00000493224 NA RPS27 ENSG00000177954 Not Supported Not Supported +transcript 1 153963239 153964626 ENST00000477151 NA RPS27 ENSG00000177954 Not Supported Not Supported +transcript 1 153965161 154127592 ENST00000368559 NA NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154127318 154127520 ENST00000368559 1 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154125212 154125348 ENST00000368559 2 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154115922 154116053 ENST00000368559 3 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154113907 154114000 ENST00000368559 4 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154112278 154112428 ENST00000368559 5 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154110582 154110714 ENST00000368559 6 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154108290 154108448 ENST00000368559 7 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154101753 154101821 ENST00000368559 8 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154099787 154099893 ENST00000368559 9 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154098799 154098939 ENST00000368559 10 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154091147 154091284 ENST00000368559 11 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154090201 154090356 ENST00000368559 12 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154076488 154076686 ENST00000368559 13 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154072474 154072619 ENST00000368559 14 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154067411 154067632 ENST00000368559 15 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154061897 154062070 ENST00000368559 16 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154042749 154042941 ENST00000368559 17 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154034062 154034150 ENST00000368559 18 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154033418 154033522 ENST00000368559 19 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154033016 154033117 ENST00000368559 20 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154031041 154031169 ENST00000368559 21 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154030565 154030692 ENST00000368559 22 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154029291 154029423 ENST00000368559 23 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154027246 154027308 ENST00000368559 24 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154026704 154026883 ENST00000368559 25 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018765 154018845 ENST00000368559 26 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018545 154018676 ENST00000368559 27 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154002372 154002530 ENST00000368559 28 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153999982 154000073 ENST00000368559 29 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153998018 153998192 ENST00000368559 30 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153995598 153995773 ENST00000368559 31 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153994602 153994819 ENST00000368559 32 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153991409 153991545 ENST00000368559 33 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153984720 153984846 ENST00000368559 34 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153982448 153982597 ENST00000368559 35 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153974211 153974461 ENST00000368559 36 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153973332 153973536 ENST00000368559 37 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153967552 153967656 ENST00000368559 38 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965491 153965565 ENST00000368559 39 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965314 153965411 ENST00000368559 40 NUP210L ENSG00000143552 Not Supported Not Supported +transcript 1 153965166 154029342 ENST00000368553 NA NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154029291 154029329 ENST00000368553 1 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154027246 154027308 ENST00000368553 2 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154026704 154026883 ENST00000368553 3 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018765 154018845 ENST00000368553 4 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018545 154018676 ENST00000368553 5 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154002372 154002530 ENST00000368553 6 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153999982 154000073 ENST00000368553 7 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153998018 153998192 ENST00000368553 8 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153995598 153995773 ENST00000368553 9 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153994602 153994819 ENST00000368553 10 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153991409 153991545 ENST00000368553 11 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153984720 153984846 ENST00000368553 12 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153982448 153982597 ENST00000368553 13 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153967552 153967656 ENST00000368553 14 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965491 153965565 ENST00000368553 15 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965314 153965411 ENST00000368553 16 NUP210L ENSG00000143552 Not Supported Not Supported +transcript 1 153965170 154127592 ENST00000271854 NA NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154127318 154127520 ENST00000271854 1 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154125212 154125348 ENST00000271854 2 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154115922 154116053 ENST00000271854 3 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154113907 154114000 ENST00000271854 4 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154112278 154112428 ENST00000271854 5 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154110582 154110714 ENST00000271854 6 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154108290 154108448 ENST00000271854 7 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154101753 154101821 ENST00000271854 8 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154099787 154099893 ENST00000271854 9 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154098799 154098939 ENST00000271854 10 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154091147 154091284 ENST00000271854 11 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154090201 154090356 ENST00000271854 12 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154076488 154076686 ENST00000271854 13 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154072474 154072619 ENST00000271854 14 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154067411 154067632 ENST00000271854 15 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154061897 154062070 ENST00000271854 16 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154042749 154042941 ENST00000271854 17 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154034062 154034150 ENST00000271854 18 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154033418 154033522 ENST00000271854 19 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154033016 154033117 ENST00000271854 20 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154031041 154031169 ENST00000271854 21 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154030565 154030692 ENST00000271854 22 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154029291 154029423 ENST00000271854 23 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154027246 154027308 ENST00000271854 24 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154026704 154026883 ENST00000271854 25 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018765 154018845 ENST00000271854 26 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154018545 154018676 ENST00000271854 27 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 154002372 154002530 ENST00000271854 28 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153999982 154000073 ENST00000271854 29 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153998018 153998192 ENST00000271854 30 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153995598 153995773 ENST00000271854 31 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153994602 153994819 ENST00000271854 32 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153991409 153991545 ENST00000271854 33 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153984720 153984846 ENST00000271854 34 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153982448 153982597 ENST00000271854 35 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153967552 153967656 ENST00000271854 36 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965491 153965565 ENST00000271854 37 NUP210L ENSG00000143552 Not Supported Not Supported +CDS 1 153965314 153965411 ENST00000271854 38 NUP210L ENSG00000143552 Not Supported Not Supported +transcript 1 153968108 153968436 ENST00000431295 NA RP11-422P24.9 ENSG00000231416 Not Supported Not Supported +transcript 1 153970517 153970627 ENST00000516860 NA U3 ENSG00000252669 Not Supported Not Supported +transcript 1 154012392 154012498 ENST00000363350 NA RNU6-179P ENSG00000200220 Not Supported Not Supported +transcript 1 154051342 154052439 ENST00000435134 NA RPS7P2 ENSG00000231837 Not Supported Not Supported +transcript 1 154076997 154077068 ENST00000577643 NA MIR5698 ENSG00000263987 Not Supported Not Supported +transcript 1 154127784 154155648 ENST00000368533 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000368533 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000368533 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000368533 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000368533 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000368533 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000368533 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000368533 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000368533 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154128833 154145153 ENST00000368545 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154128835 154155623 ENST00000469717 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154128840 154155681 ENST00000330188 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000330188 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000330188 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000330188 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000330188 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143889 154143964 ENST00000330188 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000330188 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000330188 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000330188 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154128840 154155684 ENST00000341485 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000341485 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148604 154148724 ENST00000341485 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145642 ENST00000341485 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000341485 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000341485 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000341485 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000341485 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000341485 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154128842 154155657 ENST00000341372 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155480 154155595 ENST00000341372 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148665 ENST00000341372 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000341372 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000341372 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000341372 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000341372 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000341372 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000341372 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154129170 154155595 ENST00000328159 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000328159 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000328159 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000328159 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000328159 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000328159 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000328159 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000328159 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154141781 154141859 ENST00000328159 8 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130197 154130197 ENST00000328159 9 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154129588 154155703 ENST00000509409 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000509409 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145663 154145677 ENST00000509409 2 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154129794 154164534 ENST00000271850 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154164378 154164494 ENST00000271850 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154163662 154163787 ENST00000271850 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000271850 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000271850 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000271850 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000271850 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000271850 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000271850 8 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000271850 9 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154130002 154155554 ENST00000312970 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154130008 154143482 ENST00000513769 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154130059 154150659 ENST00000302206 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145673 ENST00000302206 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000302206 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143889 154143964 ENST00000302206 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000302206 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000302206 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154130118 154130197 ENST00000302206 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154131085 154155606 ENST00000368531 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000368531 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000368531 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000368531 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000368531 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144505 154144580 ENST00000368531 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000368531 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000368531 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154131448 154131524 ENST00000368531 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154131146 154155640 ENST00000323144 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000323144 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000323144 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000323144 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000323144 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143889 154143964 ENST00000323144 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000323144 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000323144 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154131448 154131524 ENST00000323144 8 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154139941 154164687 ENST00000368530 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154164378 154164494 ENST00000368530 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154163662 154163787 ENST00000368530 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000368530 3 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145560 154145677 ENST00000368530 4 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154145384 154145454 ENST00000368530 5 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143889 154143964 ENST00000368530 6 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154143125 154143187 ENST00000368530 7 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154142876 154142945 ENST00000368530 8 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154141781 154141859 ENST00000368530 9 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154140416 154140416 ENST00000368530 10 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154142128 154143176 ENST00000504663 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154142884 154155684 ENST00000509601 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154155464 154155595 ENST00000509601 1 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154148591 154148724 ENST00000509601 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154144549 154144567 ENST00000509601 3 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154144358 154148718 ENST00000505010 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154144543 154156292 ENST00000368527 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154145148 154155650 ENST00000473036 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154159736 154164424 ENST00000466010 NA TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154163679 154167124 ENST00000515609 NA TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154164378 154164494 ENST00000515609 2 TPM3 ENSG00000143549 Not Supported Not Supported +CDS 1 154163679 154163787 ENST00000515609 3 TPM3 ENSG00000143549 Not Supported Not Supported +transcript 1 154138723 154139025 ENST00000582918 NA RN7SL431P ENSG00000264384 Not Supported Not Supported +transcript 1 154166141 154166219 ENST00000401119 NA MIR190B ENSG00000215938 Not Supported Not Supported +transcript 1 154171848 154178809 ENST00000368525 NA C1orf189 ENSG00000163263 Not Supported Not Supported +CDS 1 154178751 154178783 ENST00000368525 1 C1orf189 ENSG00000163263 Not Supported Not Supported +CDS 1 154178074 154178114 ENST00000368525 2 C1orf189 ENSG00000163263 Not Supported Not Supported +CDS 1 154172935 154173064 ENST00000368525 3 C1orf189 ENSG00000163263 Not Supported Not Supported +CDS 1 154171906 154172004 ENST00000368525 4 C1orf189 ENSG00000163263 Not Supported Not Supported +transcript 1 154179182 154193082 ENST00000368521 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000368521 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192312 154192413 ENST00000368521 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000368521 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186369 154186422 ENST00000368521 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000368521 5 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184796 154184854 ENST00000368521 6 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154179932 154180124 ENST00000368521 7 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154179196 154193095 ENST00000362076 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000362076 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000362076 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000362076 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184796 154184854 ENST00000362076 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154179932 154180124 ENST00000362076 5 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154179196 154193100 ENST00000350592 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000350592 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000350592 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186369 154186422 ENST00000350592 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000350592 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184796 154184854 ENST00000350592 5 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154179932 154180124 ENST00000350592 6 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154179652 154193061 ENST00000368519 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000368519 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192312 154192413 ENST00000368519 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000368519 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000368519 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184796 154184854 ENST00000368519 5 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154179932 154180124 ENST00000368519 6 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154179706 154180993 ENST00000483282 NA C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154180016 154185206 ENST00000493814 NA C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154184210 154193009 ENST00000368518 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000368518 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192312 154192413 ENST00000368518 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000368518 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186369 154186422 ENST00000368518 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000368518 5 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184795 154184854 ENST00000368518 6 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154184609 154193104 ENST00000368516 NA C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154192818 154192883 ENST00000368516 1 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186933 154187050 ENST00000368516 2 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154186369 154186422 ENST00000368516 3 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184934 154185100 ENST00000368516 4 C1orf43 ENSG00000143612 Not Supported Not Supported +CDS 1 154184795 154184854 ENST00000368516 5 C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154184933 154186992 ENST00000470180 NA C1orf43 ENSG00000143612 Not Supported Not Supported +transcript 1 154192655 154235981 ENST00000343815 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000343815 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000343815 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000343815 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000343815 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000343815 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000343815 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000343815 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000343815 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000343815 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154218680 154218851 ENST00000343815 11 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154221715 154221913 ENST00000343815 12 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223517 154223794 ENST00000343815 13 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223957 154224129 ENST00000343815 14 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154226376 154226565 ENST00000343815 15 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227312 154227366 ENST00000343815 16 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227628 154227802 ENST00000343815 17 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154228159 154228231 ENST00000343815 18 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229539 154229734 ENST00000343815 19 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000343815 20 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000343815 21 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000343815 22 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000343815 23 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000343815 24 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154235579 154235625 ENST00000343815 25 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193325 154243328 ENST00000428931 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000428931 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000428931 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000428931 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000428931 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000428931 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000428931 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000428931 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000428931 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000428931 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154218680 154218851 ENST00000428931 11 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154221715 154221913 ENST00000428931 12 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223517 154223794 ENST00000428931 13 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223957 154224129 ENST00000428931 14 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154226376 154226565 ENST00000428931 15 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227312 154227366 ENST00000428931 16 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227628 154227802 ENST00000428931 17 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154228159 154228231 ENST00000428931 18 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229539 154229734 ENST00000428931 19 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000428931 20 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000428931 21 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000428931 22 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000428931 23 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000428931 24 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154238977 154239044 ENST00000428931 25 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241233 154241430 ENST00000428931 26 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154242676 154242768 ENST00000428931 27 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193361 154207770 ENST00000441890 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000441890 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000441890 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000441890 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000441890 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207770 ENST00000441890 6 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193392 154243485 ENST00000271877 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000271877 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000271877 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000271877 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207268 ENST00000271877 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000271877 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000271877 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000271877 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000271877 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000271877 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154218680 154218851 ENST00000271877 11 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154221715 154221913 ENST00000271877 12 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223517 154223794 ENST00000271877 13 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223957 154224129 ENST00000271877 14 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154226376 154226565 ENST00000271877 15 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227312 154227366 ENST00000271877 16 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227628 154227802 ENST00000271877 17 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154228159 154228231 ENST00000271877 18 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229539 154229734 ENST00000271877 19 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000271877 20 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000271877 21 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000271877 22 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000271877 23 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000271877 24 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154238977 154239044 ENST00000271877 25 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241236 154241430 ENST00000271877 26 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154243357 154243392 ENST00000271877 27 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193419 154215778 ENST00000412596 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000412596 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000412596 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000412596 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000412596 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000412596 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000412596 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000412596 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000412596 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000412596 10 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193423 154218855 ENST00000368504 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000368504 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000368504 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000368504 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207268 ENST00000368504 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000368504 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000368504 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000368504 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000368504 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000368504 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154218680 154218855 ENST00000368504 11 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193443 154215754 ENST00000437652 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000437652 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000437652 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000437652 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207214 ENST00000437652 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000437652 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000437652 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000437652 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000437652 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215754 ENST00000437652 10 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154193804 154209612 ENST00000456325 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000456325 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000456325 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000456325 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000456325 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000456325 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000456325 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000456325 8 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154197558 154243329 ENST00000361546 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154197600 154197689 ENST00000361546 1 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154199758 154199835 ENST00000361546 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154201091 154201201 ENST00000361546 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207067 154207235 ENST00000361546 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154207672 154207767 ENST00000361546 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209042 154209087 ENST00000361546 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154209500 154209612 ENST00000361546 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154213989 154214041 ENST00000361546 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154215693 154215778 ENST00000361546 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154218680 154218851 ENST00000361546 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154221715 154221913 ENST00000361546 11 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223517 154223794 ENST00000361546 12 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154223957 154224129 ENST00000361546 13 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154226376 154226565 ENST00000361546 14 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227312 154227366 ENST00000361546 15 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227628 154227802 ENST00000361546 16 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154228159 154228231 ENST00000361546 17 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229539 154229734 ENST00000361546 18 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000361546 19 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000361546 20 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000361546 21 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000361546 22 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000361546 23 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154238977 154239044 ENST00000361546 24 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241233 154241430 ENST00000361546 25 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154242676 154242768 ENST00000361546 26 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154215406 154223576 ENST00000466173 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154227123 154232459 ENST00000495676 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154227723 154230322 ENST00000489076 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154227728 154243986 ENST00000433615 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154227728 154227802 ENST00000433615 1 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154228159 154228231 ENST00000433615 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229539 154229734 ENST00000433615 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000433615 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000433615 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000433615 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000433615 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000433615 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154238977 154239044 ENST00000433615 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241233 154241430 ENST00000433615 10 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154243357 154243395 ENST00000433615 11 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154229547 154243040 ENST00000428595 NA UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229547 154229734 ENST00000428595 1 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154229822 154229910 ENST00000428595 2 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154231453 154231506 ENST00000428595 3 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154232424 154232505 ENST00000428595 4 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154233368 154233585 ENST00000428595 5 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154234068 154234173 ENST00000428595 6 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154238977 154239044 ENST00000428595 7 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241233 154241430 ENST00000428595 8 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154241838 154241888 ENST00000428595 9 UBAP2L ENSG00000143569 Not Supported Not Supported +CDS 1 154242676 154242771 ENST00000428595 10 UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154229821 154234175 ENST00000465855 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154231107 154233496 ENST00000484696 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154232212 154235798 ENST00000475373 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154234104 154243649 ENST00000493867 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154238928 154242171 ENST00000484819 NA UBAP2L ENSG00000143569 Not Supported Not Supported +transcript 1 154226921 154226997 ENST00000517008 NA AL590431.1 ENSG00000252817 Not Supported Not Supported +transcript 1 154232203 154232338 ENST00000364259 NA SNORA58 ENSG00000201129 Not Supported Not Supported +transcript 1 154244987 154248351 ENST00000328703 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245200 154245252 ENST00000328703 1 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245812 154246074 ENST00000328703 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246250 154246437 ENST00000328703 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000328703 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247630 154247736 ENST00000328703 5 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247869 154247959 ENST00000328703 6 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154248092 154248174 ENST00000328703 7 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245065 154248260 ENST00000457918 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245200 154245252 ENST00000457918 1 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245956 154246074 ENST00000457918 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246250 154246437 ENST00000457918 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000457918 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247630 154247736 ENST00000457918 5 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247869 154247959 ENST00000457918 6 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154248092 154248174 ENST00000457918 7 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245085 154248349 ENST00000483970 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245200 154245252 ENST00000483970 1 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245812 154246074 ENST00000483970 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246226 154246437 ENST00000483970 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000483970 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247630 154247736 ENST00000483970 5 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247869 154247959 ENST00000483970 6 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154248092 154248174 ENST00000483970 7 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245096 154248139 ENST00000447768 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245200 154245252 ENST00000447768 1 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245812 154246010 ENST00000447768 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246250 154246437 ENST00000447768 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000447768 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247630 154247710 ENST00000447768 5 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245105 154248351 ENST00000531435 NA HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245113 154247748 ENST00000477780 NA HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245144 154247959 ENST00000435087 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245200 154245252 ENST00000435087 1 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154245812 154246010 ENST00000435087 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246250 154246437 ENST00000435087 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000435087 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247554 154247736 ENST00000435087 5 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247869 154247959 ENST00000435087 6 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245144 154248315 ENST00000532105 NA HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154246318 154246437 ENST00000532105 2 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247426 154247477 ENST00000532105 3 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247630 154247736 ENST00000532105 4 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154247869 154247959 ENST00000532105 5 HAX1 ENSG00000143575 Not Supported Not Supported +CDS 1 154248092 154248174 ENST00000532105 6 HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154245344 154247960 ENST00000471326 NA HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154246345 154248349 ENST00000492550 NA HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154246374 154248351 ENST00000459914 NA HAX1 ENSG00000143575 Not Supported Not Supported +transcript 1 154260936 154261003 ENST00000516873 NA SNORD59 ENSG00000252682 Not Supported Not Supported +transcript 1 154267979 154268077 ENST00000390990 NA RNU6-239P ENSG00000212292 Not Supported Not Supported +transcript 1 154270126 154270224 ENST00000410525 NA RNU6-121P ENSG00000222457 Not Supported Not Supported +transcript 1 154293566 154296518 ENST00000355197 NA AQP10 ENSG00000143595 Not Supported Not Supported +transcript 1 154293592 154297801 ENST00000324978 NA AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154293632 154293736 ENST00000324978 1 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154294409 154294535 ENST00000324978 2 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154295458 154295595 ENST00000324978 3 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154295717 154295835 ENST00000324978 4 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154296065 154296282 ENST00000324978 5 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154296758 154296953 ENST00000324978 6 AQP10 ENSG00000143595 Not Supported Not Supported +transcript 1 154293596 154297801 ENST00000484864 NA AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154293632 154293736 ENST00000484864 1 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154294409 154294535 ENST00000484864 2 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154295458 154295595 ENST00000484864 3 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154295717 154295835 ENST00000484864 4 AQP10 ENSG00000143595 Not Supported Not Supported +CDS 1 154296065 154296367 ENST00000484864 5 AQP10 ENSG00000143595 Not Supported Not Supported +transcript 1 154298029 154310322 ENST00000368487 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154300618 154300648 ENST00000368487 2 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154302872 154302930 ENST00000368487 3 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303291 154303404 ENST00000368487 4 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303524 154303622 ENST00000368487 5 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303920 154303981 ENST00000368487 6 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304082 154304154 ENST00000368487 7 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304430 154304500 ENST00000368487 8 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154305094 154305173 ENST00000368487 9 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306583 154306741 ENST00000368487 10 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306979 154307067 ENST00000368487 11 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154309824 154310147 ENST00000368487 12 ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154298081 154303178 ENST00000368490 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154300276 154323783 ENST00000368489 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154300276 154300337 ENST00000368489 1 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154300581 154300648 ENST00000368489 2 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154302872 154302930 ENST00000368489 3 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303291 154303404 ENST00000368489 4 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303524 154303622 ENST00000368489 5 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303920 154303981 ENST00000368489 6 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304082 154304154 ENST00000368489 7 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304430 154304500 ENST00000368489 8 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154305094 154305173 ENST00000368489 9 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306583 154306741 ENST00000368489 10 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306979 154307067 ENST00000368489 11 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154309824 154310020 ENST00000368489 12 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154313330 154313538 ENST00000368489 13 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154314956 154314999 ENST00000368489 14 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154315272 154315437 ENST00000368489 15 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154315589 154315777 ENST00000368489 16 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154315929 154316044 ENST00000368489 17 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154316369 154316533 ENST00000368489 18 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154316619 154316730 ENST00000368489 19 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154316871 154316976 ENST00000368489 20 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154317117 154317261 ENST00000368489 21 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154317447 154317630 ENST00000368489 22 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154317798 154318021 ENST00000368489 23 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154318276 154318359 ENST00000368489 24 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154318707 154318952 ENST00000368489 25 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154319096 154319234 ENST00000368489 26 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154320884 154321014 ENST00000368489 27 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154321316 154321591 ENST00000368489 28 ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154301275 154314264 ENST00000426445 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154301275 154314264 ENST00000341822 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154301464 154301551 ENST00000341822 1 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154302872 154302930 ENST00000341822 2 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303291 154303404 ENST00000341822 3 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303524 154303622 ENST00000341822 4 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154303920 154303981 ENST00000341822 5 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304082 154304154 ENST00000341822 6 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154304430 154304500 ENST00000341822 7 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154305094 154305173 ENST00000341822 8 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306583 154306741 ENST00000341822 9 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154306979 154307067 ENST00000341822 10 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154309824 154310020 ENST00000341822 11 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154313330 154313538 ENST00000341822 12 ATP8B2 ENSG00000143515 Not Supported Not Supported +CDS 1 154313643 154313725 ENST00000341822 13 ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154303963 154304455 ENST00000514107 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154319091 154321935 ENST00000505882 NA ATP8B2 ENSG00000143515 Not Supported Not Supported +transcript 1 154311219 154311278 ENST00000459540 NA RNU7-57P ENSG00000238365 Not Supported Not Supported +transcript 1 154349442 154351749 ENST00000449634 NA RP11-350G8.4 ENSG00000237920 Not Supported Not Supported +transcript 1 154350683 154351565 ENST00000437336 NA RP11-350G8.3 ENSG00000226855 Not Supported Not Supported +transcript 1 154374804 154379040 ENST00000424435 NA RP11-350G8.5 ENSG00000228013 Not Supported Not Supported +transcript 1 154377669 154441926 ENST00000368485 NA IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154378106 154378190 ENST00000368485 1 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154401672 154401920 ENST00000368485 2 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154402959 154403082 ENST00000368485 3 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154406995 154407176 ENST00000368485 4 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154407466 154407632 ENST00000368485 5 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154408445 154408586 ENST00000368485 6 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154420601 154420647 ENST00000368485 7 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154422387 154422456 ENST00000368485 8 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154426964 154427057 ENST00000368485 9 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154437610 154437853 ENST00000368485 10 IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154377699 154439353 ENST00000344086 NA IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154378106 154378190 ENST00000344086 1 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154401672 154401920 ENST00000344086 2 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154402959 154403082 ENST00000344086 3 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154406995 154407176 ENST00000344086 4 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154407466 154407632 ENST00000344086 5 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154408445 154408586 ENST00000344086 6 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154420601 154420647 ENST00000344086 7 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154422387 154422456 ENST00000344086 8 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154437610 154437638 ENST00000344086 9 IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154378091 154407059 ENST00000512471 NA IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154378106 154378190 ENST00000512471 1 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154401672 154401920 ENST00000512471 2 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154402959 154403071 ENST00000512471 3 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154406995 154407059 ENST00000512471 4 IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154401819 154422455 ENST00000476006 NA IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154401819 154401920 ENST00000476006 1 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154402959 154403082 ENST00000476006 2 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154406995 154407176 ENST00000476006 3 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154407466 154407632 ENST00000476006 4 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154408445 154408586 ENST00000476006 5 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154417523 154417570 ENST00000476006 6 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154420601 154420647 ENST00000476006 7 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154422387 154422455 ENST00000476006 8 IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154407129 154427059 ENST00000515190 NA IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154407129 154407176 ENST00000515190 1 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154407466 154407632 ENST00000515190 2 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154408445 154408586 ENST00000515190 3 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154420601 154420647 ENST00000515190 4 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154422387 154422456 ENST00000515190 5 IL6R ENSG00000160712 Not Supported Not Supported +CDS 1 154426964 154427059 ENST00000515190 6 IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154407486 154437790 ENST00000507256 NA IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154426585 154437724 ENST00000502679 NA IL6R ENSG00000160712 Not Supported Not Supported +transcript 1 154386845 154387613 ENST00000436275 NA RP11-350G8.7 ENSG00000228264 Not Supported Not Supported +transcript 1 154442248 154458520 ENST00000486773 NA SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154458419 154458520 ENST00000486773 1 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154442817 154442838 ENST00000486773 2 SHE ENSG00000169291 Not Supported Not Supported +transcript 1 154451957 154461642 ENST00000555188 NA SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154461527 154461642 ENST00000555188 1 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154459003 154459159 ENST00000555188 2 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154458415 154458538 ENST00000555188 3 SHE ENSG00000169291 Not Supported Not Supported +transcript 1 154451957 154474589 ENST00000304760 NA SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154473912 154474502 ENST00000304760 1 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154471588 154471714 ENST00000304760 2 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154461527 154461832 ENST00000304760 3 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154459003 154459159 ENST00000304760 4 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154458419 154458538 ENST00000304760 5 SHE ENSG00000169291 Not Supported Not Supported +CDS 1 154456628 154456811 ENST00000304760 6 SHE ENSG00000169291 Not Supported Not Supported +transcript 1 154452488 154453977 ENST00000607963 NA RP11-350G8.9 ENSG00000273110 Not Supported Not Supported +transcript 1 154474695 154520623 ENST00000368482 NA TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154479380 154479381 ENST00000368482 2 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154479717 154479796 ENST00000368482 3 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154480899 154480957 ENST00000368482 4 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154492780 154492850 ENST00000368482 5 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154493799 154493955 ENST00000368482 6 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154514500 154514542 ENST00000368482 7 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154515207 154515297 ENST00000368482 8 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154516439 154516586 ENST00000368482 9 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154516848 154516993 ENST00000368482 10 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154517271 154517425 ENST00000368482 11 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154519885 154519955 ENST00000368482 12 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154520154 154520183 ENST00000368482 13 TDRD10 ENSG00000163239 Not Supported Not Supported +transcript 1 154475448 154520623 ENST00000368480 NA TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154479380 154479381 ENST00000368480 2 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154479717 154479796 ENST00000368480 3 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154480899 154480957 ENST00000368480 4 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154492780 154492850 ENST00000368480 5 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154493799 154493955 ENST00000368480 6 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154514500 154514542 ENST00000368480 7 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154515207 154515297 ENST00000368480 8 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154516439 154516586 ENST00000368480 9 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154516848 154516993 ENST00000368480 10 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154517271 154517425 ENST00000368480 11 TDRD10 ENSG00000163239 Not Supported Not Supported +CDS 1 154519885 154520030 ENST00000368480 12 TDRD10 ENSG00000163239 Not Supported Not Supported +transcript 1 154493842 154520623 ENST00000479937 NA TDRD10 ENSG00000163239 Not Supported Not Supported +transcript 1 154507017 154519955 ENST00000468714 NA TDRD10 ENSG00000163239 Not Supported Not Supported +transcript 1 154514387 154517309 ENST00000462871 NA TDRD10 ENSG00000163239 Not Supported Not Supported +transcript 1 154521053 154531109 ENST00000292211 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154530703 154531029 ENST00000292211 1 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154528336 154528440 ENST00000292211 2 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154527904 154528008 ENST00000292211 3 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154527211 154527261 ENST00000292211 4 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154525508 154525648 ENST00000292211 5 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154525212 154525296 ENST00000292211 6 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154524880 154524940 ENST00000292211 7 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154524569 154524659 ENST00000292211 8 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154524397 154524455 ENST00000292211 9 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154524247 154524295 ENST00000292211 10 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154523873 154523968 ENST00000292211 11 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154523414 154523480 ENST00000292211 12 UBE2Q1 ENSG00000160714 Not Supported Not Supported +CDS 1 154522917 154522945 ENST00000292211 13 UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154522885 154525296 ENST00000467683 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154523429 154524333 ENST00000491572 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154523699 154524277 ENST00000476612 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154523936 154525552 ENST00000483639 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154524227 154524851 ENST00000474181 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154524858 154531504 ENST00000497453 NA UBE2Q1 ENSG00000160714 Not Supported Not Supported +transcript 1 154526085 154527493 ENST00000441613 NA UBE2Q1-AS1 ENSG00000229780 Not Supported Not Supported +transcript 1 154540257 154552502 ENST00000368476 NA CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154540521 154540584 ENST00000368476 1 CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154541938 154542083 ENST00000368476 2 CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154542268 154542312 ENST00000368476 3 CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154542734 154542843 ENST00000368476 4 CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154543665 154544637 ENST00000368476 5 CHRNB2 ENSG00000160716 Not Supported Not Supported +CDS 1 154548238 154548405 ENST00000368476 6 CHRNB2 ENSG00000160716 Not Supported Not Supported +transcript 1 154551541 154552139 ENST00000421866 NA RP11-61L14.6 ENSG00000233875 Not Supported Not Supported +transcript 1 154554538 154600474 ENST00000292205 NA ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154600331 154600474 ENST00000292205 1 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154573517 154575102 ENST00000292205 2 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570878 154571061 ENST00000292205 3 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570304 154570452 ENST00000292205 4 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569599 154569743 ENST00000292205 5 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569281 154569471 ENST00000292205 6 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562660 154562885 ENST00000292205 7 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562233 154562404 ENST00000292205 8 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561845 154561938 ENST00000292205 9 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561027 154561149 ENST00000292205 10 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154560601 154560734 ENST00000292205 11 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558657 154558839 ENST00000292205 12 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558229 154558341 ENST00000292205 13 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557693 154557820 ENST00000292205 14 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557285 154557519 ENST00000292205 15 ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154554543 154580682 ENST00000368474 NA ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154580468 154580482 ENST00000368474 1 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154573517 154575102 ENST00000368474 2 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570878 154571061 ENST00000368474 3 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570304 154570452 ENST00000368474 4 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569599 154569743 ENST00000368474 5 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569281 154569471 ENST00000368474 6 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562660 154562885 ENST00000368474 7 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562233 154562404 ENST00000368474 8 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561845 154561938 ENST00000368474 9 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561027 154561149 ENST00000368474 10 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154560601 154560734 ENST00000368474 11 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558657 154558839 ENST00000368474 12 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558229 154558341 ENST00000368474 13 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557693 154557820 ENST00000368474 14 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557285 154557519 ENST00000368474 15 ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154554543 154600440 ENST00000368471 NA ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154573517 154574232 ENST00000368471 2 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570878 154571061 ENST00000368471 3 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570304 154570452 ENST00000368471 4 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569599 154569743 ENST00000368471 5 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569281 154569471 ENST00000368471 6 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562660 154562885 ENST00000368471 7 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562233 154562404 ENST00000368471 8 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561845 154561938 ENST00000368471 9 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561027 154561149 ENST00000368471 10 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154560601 154560734 ENST00000368471 11 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558657 154558839 ENST00000368471 12 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558229 154558341 ENST00000368471 13 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557693 154557820 ENST00000368471 14 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557285 154557519 ENST00000368471 15 ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154557110 154557894 ENST00000492630 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154557285 154575102 ENST00000529168 NA ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154573517 154575102 ENST00000529168 1 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570878 154571061 ENST00000529168 2 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154570304 154570452 ENST00000529168 3 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569599 154569743 ENST00000529168 4 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154569281 154569471 ENST00000529168 5 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562738 154562885 ENST00000529168 6 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154562233 154562404 ENST00000529168 7 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561845 154561938 ENST00000529168 8 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154561027 154561149 ENST00000529168 9 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154560601 154560734 ENST00000529168 10 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558657 154558839 ENST00000529168 11 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154558229 154558341 ENST00000529168 12 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557693 154557820 ENST00000529168 13 ADAR ENSG00000160710 Not Supported Not Supported +CDS 1 154557285 154557519 ENST00000529168 14 ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154558123 154560756 ENST00000530954 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154558469 154561078 ENST00000534279 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154572653 154600462 ENST00000463920 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154574554 154600388 ENST00000494866 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154574572 154600475 ENST00000471068 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154574675 154581288 ENST00000526905 NA ADAR ENSG00000160710 Not Supported Not Supported +transcript 1 154585067 154585190 ENST00000594394 NA AL606500.1 ENSG00000268141 Not Supported Not Supported +CDS 1 154585067 154585080 ENST00000594394 1 AL606500.1 ENSG00000268141 Not Supported Not Supported +CDS 1 154585184 154585190 ENST00000594394 2 AL606500.1 ENSG00000268141 Not Supported Not Supported +transcript 1 154669931 154842756 ENST00000271915 NA KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154841508 154842440 ENST00000271915 1 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154794565 154794660 ENST00000271915 2 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154744451 154744869 ENST00000271915 3 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154705479 154705620 ENST00000271915 4 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154698392 154698502 ENST00000271915 5 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154687352 154687479 ENST00000271915 6 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154685940 154686009 ENST00000271915 7 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154680455 154680748 ENST00000271915 8 KCNN3 ENSG00000143603 Not Supported Not Supported +transcript 1 154675205 154680702 ENST00000515643 NA KCNN3 ENSG00000143603 Not Supported Not Supported +transcript 1 154679902 154832319 ENST00000361147 NA KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154832171 154832188 ENST00000361147 1 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154794565 154794660 ENST00000361147 2 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154744451 154744869 ENST00000361147 3 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154705479 154705620 ENST00000361147 4 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154698392 154698502 ENST00000361147 5 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154687352 154687479 ENST00000361147 6 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154685940 154686009 ENST00000361147 7 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154680455 154680748 ENST00000361147 8 KCNN3 ENSG00000143603 Not Supported Not Supported +transcript 1 154680428 154840795 ENST00000358505 NA KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154794565 154794654 ENST00000358505 2 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154744451 154744869 ENST00000358505 3 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154705479 154705620 ENST00000358505 4 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154698392 154698502 ENST00000358505 5 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154687352 154687479 ENST00000358505 6 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154685940 154686009 ENST00000358505 7 KCNN3 ENSG00000143603 Not Supported Not Supported +CDS 1 154680455 154680748 ENST00000358505 8 KCNN3 ENSG00000143603 Not Supported Not Supported +transcript 1 154897210 154909467 ENST00000368467 NA PMVK ENSG00000163344 Not Supported Not Supported +CDS 1 154909067 154909161 ENST00000368467 1 PMVK ENSG00000163344 Not Supported Not Supported +CDS 1 154904828 154904891 ENST00000368467 2 PMVK ENSG00000163344 Not Supported Not Supported +CDS 1 154901500 154901652 ENST00000368467 3 PMVK ENSG00000163344 Not Supported Not Supported +CDS 1 154898830 154898959 ENST00000368467 4 PMVK ENSG00000163344 Not Supported Not Supported +CDS 1 154897608 154897741 ENST00000368467 5 PMVK ENSG00000163344 Not Supported Not Supported +transcript 1 154909846 154910535 ENST00000604546 NA RP11-307C12.13 ENSG00000270361 Not Supported Not Supported +transcript 1 154916552 154928597 ENST00000368465 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154924271 154924361 ENST00000368465 2 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923947 154924011 ENST00000368465 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923708 154923873 ENST00000368465 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920609 154920842 ENST00000368465 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920458 154920481 ENST00000368465 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920118 154920188 ENST00000368465 7 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154919893 154920024 ENST00000368465 8 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154918048 154919279 ENST00000368465 9 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154917503 154917593 ENST00000368465 10 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154916556 154928580 ENST00000368463 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154926147 154926197 ENST00000368463 2 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154924271 154924397 ENST00000368463 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923947 154924011 ENST00000368463 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923708 154923873 ENST00000368463 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920609 154920842 ENST00000368463 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920458 154920481 ENST00000368463 7 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920118 154920188 ENST00000368463 8 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154919893 154920024 ENST00000368463 9 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154918048 154919279 ENST00000368463 10 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154917503 154917593 ENST00000368463 11 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154917061 154928583 ENST00000539880 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154926155 154926197 ENST00000539880 2 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920609 154920689 ENST00000539880 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920458 154920481 ENST00000539880 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920118 154920188 ENST00000539880 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154919893 154920024 ENST00000539880 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154918048 154919279 ENST00000539880 7 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154917503 154917593 ENST00000539880 8 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154917486 154928583 ENST00000542459 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920609 154920786 ENST00000542459 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920458 154920481 ENST00000542459 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920118 154920188 ENST00000542459 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154919893 154920024 ENST00000542459 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154918048 154919279 ENST00000542459 7 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154917503 154917593 ENST00000542459 8 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154919574 154928587 ENST00000368460 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154926147 154926197 ENST00000368460 2 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154924271 154924397 ENST00000368460 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923947 154924011 ENST00000368460 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923708 154923873 ENST00000368460 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920702 154920842 ENST00000368460 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920458 154920481 ENST00000368460 7 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920118 154920188 ENST00000368460 8 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154919725 154920024 ENST00000368460 9 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154919895 154926233 ENST00000498553 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154920129 154928599 ENST00000490230 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154926147 154926197 ENST00000490230 2 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154924271 154924397 ENST00000490230 3 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923947 154924011 ENST00000490230 4 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154923708 154923873 ENST00000490230 5 PBXIP1 ENSG00000163346 Not Supported Not Supported +CDS 1 154920846 154920877 ENST00000490230 6 PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154923705 154926233 ENST00000493133 NA PBXIP1 ENSG00000163346 Not Supported Not Supported +transcript 1 154929502 154934224 ENST00000368457 NA PYGO2 ENSG00000163348 Not Supported Not Supported +CDS 1 154933950 154934052 ENST00000368457 1 PYGO2 ENSG00000163348 Not Supported Not Supported +CDS 1 154933453 154933502 ENST00000368457 2 PYGO2 ENSG00000163348 Not Supported Not Supported +CDS 1 154931258 154932322 ENST00000368457 3 PYGO2 ENSG00000163348 Not Supported Not Supported +transcript 1 154931216 154934512 ENST00000368456 NA PYGO2 ENSG00000163348 Not Supported Not Supported +CDS 1 154933453 154933494 ENST00000368456 2 PYGO2 ENSG00000163348 Not Supported Not Supported +CDS 1 154931258 154932322 ENST00000368456 3 PYGO2 ENSG00000163348 Not Supported Not Supported +transcript 1 154932114 154936329 ENST00000483463 NA PYGO2 ENSG00000163348 Not Supported Not Supported +transcript 1 154934301 154935099 ENST00000605085 NA RP11-307C12.12 ENSG00000271380 Not Supported Not Supported +transcript 1 154934774 154943217 ENST00000368445 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154943002 ENST00000368445 1 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000368445 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000368445 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941090 ENST00000368445 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000368445 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000368445 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000368445 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000368445 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000368445 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938553 ENST00000368445 10 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000368445 11 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000368445 12 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154934774 154943223 ENST00000448116 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154943002 ENST00000448116 1 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000448116 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000448116 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941090 ENST00000448116 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000448116 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000448116 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000448116 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000448116 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000448116 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938556 ENST00000448116 10 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000448116 11 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000448116 12 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154934774 154943223 ENST00000368449 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941033 ENST00000368449 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000368449 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000368449 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000368449 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000368449 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000368449 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938553 ENST00000368449 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000368449 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000368449 10 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154934774 154946852 ENST00000368453 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154942672 ENST00000368453 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000368453 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000368453 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941090 ENST00000368453 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000368453 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000368453 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000368453 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000368453 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000368453 10 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938556 ENST00000368453 11 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000368453 12 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000368453 13 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154934774 154946852 ENST00000368450 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154942672 ENST00000368450 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000368450 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000368450 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941090 ENST00000368450 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000368450 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000368450 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000368450 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000368450 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000368450 10 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938553 ENST00000368450 11 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000368450 12 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000368450 13 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154934775 154943002 ENST00000606391 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942950 154943002 ENST00000606391 1 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941070 ENST00000606391 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000606391 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000606391 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000606391 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000606391 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000606391 7 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938553 ENST00000606391 8 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000606391 9 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936282 154936407 ENST00000606391 10 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154935805 154938238 ENST00000490667 NA SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154936153 154938966 ENST00000444664 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938966 ENST00000444664 1 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000444664 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938422 154938553 ENST00000444664 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938019 154938257 ENST00000444664 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154936566 154936844 ENST00000444664 5 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154938468 154941369 ENST00000414115 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941033 ENST00000414115 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000414115 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000414115 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938795 154938993 ENST00000414115 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938638 154938707 ENST00000414115 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938468 154938556 ENST00000414115 7 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154938901 154941350 ENST00000444179 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941033 ENST00000444179 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940680 154940733 ENST00000444179 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000444179 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940147 154940273 ENST00000444179 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154938901 154938993 ENST00000444179 6 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154940146 154946812 ENST00000412170 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154942672 ENST00000412170 2 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000412170 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000412170 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940971 154941090 ENST00000412170 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940456 154940507 ENST00000412170 6 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940146 154940273 ENST00000412170 7 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154940978 154946871 ENST00000366442 NA SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154942508 154942672 ENST00000366442 3 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941854 154941924 ENST00000366442 4 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154941247 154941310 ENST00000366442 5 SHC1 ENSG00000160691 Not Supported Not Supported +CDS 1 154940978 154941090 ENST00000366442 6 SHC1 ENSG00000160691 Not Supported Not Supported +transcript 1 154947129 154951724 ENST00000368439 NA CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154947378 154947388 ENST00000368439 1 CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154950463 154950590 ENST00000368439 2 CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154951201 154951250 ENST00000368439 3 CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154947159 154951160 ENST00000368436 NA CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154947222 154947280 ENST00000368436 1 CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154950463 154950604 ENST00000368436 2 CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154947175 154951725 ENST00000308987 NA CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154947222 154947280 ENST00000308987 1 CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154950463 154950590 ENST00000308987 2 CKS1B ENSG00000173207 Not Supported Not Supported +CDS 1 154951201 154951250 ENST00000308987 3 CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154947508 154951601 ENST00000477676 NA CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154948007 154951717 ENST00000474215 NA CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154948015 154951392 ENST00000473344 NA CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154949775 154951550 ENST00000471245 NA CKS1B ENSG00000173207 Not Supported Not Supported +transcript 1 154948169 154948259 ENST00000580920 NA MIR4258 ENSG00000264349 Not Supported Not Supported +transcript 1 154955814 154960608 ENST00000492620 NA FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955828 154963682 ENST00000368433 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154956171 154956542 ENST00000368433 1 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960581 154961325 ENST00000368433 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962036 154962183 ENST00000368433 3 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962737 ENST00000368433 4 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955835 154965587 ENST00000315144 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154956462 154956542 ENST00000315144 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960581 154961325 ENST00000315144 3 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962036 154962183 ENST00000315144 4 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962733 ENST00000315144 5 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962815 154963004 ENST00000315144 6 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965189 154965262 ENST00000315144 7 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965378 154965510 ENST00000315144 8 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955841 154965587 ENST00000368432 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154956462 154956542 ENST00000368432 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960581 154961325 ENST00000368432 3 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962036 154962183 ENST00000368432 4 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962733 ENST00000368432 5 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962815 154963004 ENST00000368432 6 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965189 154965263 ENST00000368432 7 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955843 154961488 ENST00000368431 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960506 154961387 ENST00000368431 3 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955849 154965587 ENST00000292180 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154956171 154956542 ENST00000292180 1 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960581 154961325 ENST00000292180 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962036 154962183 ENST00000292180 3 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962733 ENST00000292180 4 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962815 154963004 ENST00000292180 5 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965189 154965262 ENST00000292180 6 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965378 154965510 ENST00000292180 7 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154955907 154960909 ENST00000487371 NA FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154960506 154965587 ENST00000405236 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154960506 154961325 ENST00000405236 1 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962733 ENST00000405236 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965041 154965135 ENST00000405236 3 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154960533 154965587 ENST00000295530 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154961010 154961325 ENST00000295530 1 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962635 154962733 ENST00000295530 2 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965041 154965135 ENST00000295530 3 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154961017 154965587 ENST00000368428 NA FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154962828 154963004 ENST00000368428 3 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965189 154965262 ENST00000368428 4 FLAD1 ENSG00000160688 Not Supported Not Supported +CDS 1 154965378 154965510 ENST00000368428 5 FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154961061 154965587 ENST00000489992 NA FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154962689 154965587 ENST00000477609 NA FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154965065 154965587 ENST00000481758 NA FLAD1 ENSG00000160688 Not Supported Not Supported +transcript 1 154966062 154966791 ENST00000368427 NA LENEP ENSG00000163352 Not Supported Not Supported +CDS 1 154966084 154966266 ENST00000368427 1 LENEP ENSG00000163352 Not Supported Not Supported +transcript 1 154966064 154966618 ENST00000392487 NA LENEP ENSG00000163352 Not Supported Not Supported +CDS 1 154966084 154966266 ENST00000392487 1 LENEP ENSG00000163352 Not Supported Not Supported +transcript 1 154975127 154989244 ENST00000535420 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154987137 154988290 ENST00000535420 4 ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154988696 154989158 ENST00000535420 5 ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154975133 154990998 ENST00000368426 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154987137 154988290 ENST00000368426 3 ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154988696 154989158 ENST00000368426 4 ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154975202 154987785 ENST00000487542 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154975295 154989407 ENST00000417934 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154983396 154983491 ENST00000417934 3 ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154987131 154988290 ENST00000417934 4 ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154988696 154989158 ENST00000417934 5 ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154975316 154987444 ENST00000461530 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154975321 154987195 ENST00000483226 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154986924 154989457 ENST00000292176 NA ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154987137 154988290 ENST00000292176 1 ZBTB7B ENSG00000160685 Not Supported Not Supported +CDS 1 154988696 154989158 ENST00000292176 2 ZBTB7B ENSG00000160685 Not Supported Not Supported +transcript 1 154990996 155006257 ENST00000485982 NA DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005910 155006177 ENST00000485982 1 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005570 155005740 ENST00000485982 2 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005143 155005244 ENST00000485982 3 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155004050 155004247 ENST00000485982 4 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155003645 155003710 ENST00000485982 5 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002908 155003121 ENST00000485982 6 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002560 155002717 ENST00000485982 7 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155001709 155001873 ENST00000485982 8 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154999024 154999191 ENST00000485982 9 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154998778 154998878 ENST00000485982 10 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996948 154997078 ENST00000485982 11 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996308 154996435 ENST00000485982 12 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996050 154996096 ENST00000485982 13 DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 154991007 155003678 ENST00000368423 NA DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 154991009 155006236 ENST00000368424 NA DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005910 155006177 ENST00000368424 1 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005570 155005740 ENST00000368424 2 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005143 155005244 ENST00000368424 3 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155004050 155004247 ENST00000368424 4 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155003645 155003710 ENST00000368424 5 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002908 155003121 ENST00000368424 6 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002560 155002717 ENST00000368424 7 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155001709 155001873 ENST00000368424 8 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154999024 154999191 ENST00000368424 9 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154998778 154998878 ENST00000368424 10 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996948 154997078 ENST00000368424 11 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996308 154996435 ENST00000368424 12 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154995840 154995933 ENST00000368424 13 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154995593 154995733 ENST00000368424 14 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154991023 154991236 ENST00000368424 15 DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 154991059 154999069 ENST00000467991 NA DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154999024 154999069 ENST00000467991 1 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996422 154996435 ENST00000467991 2 DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 154995861 154999245 ENST00000498036 NA DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 154996047 155006257 ENST00000295536 NA DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005910 155006177 ENST00000295536 1 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005570 155005740 ENST00000295536 2 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155005143 155005244 ENST00000295536 3 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155004050 155004247 ENST00000295536 4 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155003645 155003710 ENST00000295536 5 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002908 155003121 ENST00000295536 6 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155002560 155002717 ENST00000295536 7 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 155001709 155001873 ENST00000295536 8 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154999024 154999191 ENST00000295536 9 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154998778 154998878 ENST00000295536 10 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996948 154997078 ENST00000295536 11 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996308 154996435 ENST00000295536 12 DCST2 ENSG00000163354 Not Supported Not Supported +CDS 1 154996050 154996096 ENST00000295536 13 DCST2 ENSG00000163354 Not Supported Not Supported +transcript 1 155006300 155020615 ENST00000525273 NA DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006535 155006573 ENST00000525273 2 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006814 155007036 ENST00000525273 3 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155007129 155007203 ENST00000525273 4 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155011879 155012007 ENST00000525273 5 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155012961 155013100 ENST00000525273 6 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155013873 155014089 ENST00000525273 7 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155014190 155014333 ENST00000525273 8 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015211 155015332 ENST00000525273 9 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015828 155015985 ENST00000525273 10 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018369 155018468 ENST00000525273 11 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018601 155018696 ENST00000525273 12 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018836 155018962 ENST00000525273 13 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155019665 155019678 ENST00000525273 14 DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155006300 155023406 ENST00000295542 NA DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006513 155006573 ENST00000295542 2 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006911 155007036 ENST00000295542 3 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155007129 155007203 ENST00000295542 4 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155011879 155012007 ENST00000295542 5 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155012961 155013100 ENST00000295542 6 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155013873 155014089 ENST00000295542 7 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155014190 155014333 ENST00000295542 8 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015211 155015332 ENST00000295542 9 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015828 155015985 ENST00000295542 10 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018369 155018468 ENST00000295542 11 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018601 155018696 ENST00000295542 12 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018836 155018962 ENST00000295542 13 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155019672 155019788 ENST00000295542 14 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020263 155020405 ENST00000295542 15 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020533 155020646 ENST00000295542 16 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155023093 155023341 ENST00000295542 17 DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155006300 155021595 ENST00000392480 NA DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006513 155006573 ENST00000392480 2 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006911 155007036 ENST00000392480 3 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155007129 155007203 ENST00000392480 4 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155011879 155012007 ENST00000392480 5 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155012961 155013100 ENST00000392480 6 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155013873 155014089 ENST00000392480 7 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155014190 155014333 ENST00000392480 8 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015211 155015332 ENST00000392480 9 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015828 155015985 ENST00000392480 10 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018369 155018468 ENST00000392480 11 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018601 155018696 ENST00000392480 12 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018836 155018962 ENST00000392480 13 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155019672 155019788 ENST00000392480 14 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020263 155020405 ENST00000392480 15 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020533 155020646 ENST00000392480 16 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155021470 155021592 ENST00000392480 17 DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155006305 155023406 ENST00000423025 NA DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006513 155006573 ENST00000423025 2 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006911 155007036 ENST00000423025 3 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155011879 155012007 ENST00000423025 4 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155012961 155013100 ENST00000423025 5 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155013873 155014089 ENST00000423025 6 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155014190 155014333 ENST00000423025 7 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015211 155015332 ENST00000423025 8 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015828 155015985 ENST00000423025 9 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018369 155018468 ENST00000423025 10 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018601 155018696 ENST00000423025 11 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018836 155018962 ENST00000423025 12 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155019672 155019788 ENST00000423025 13 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020263 155020405 ENST00000423025 14 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020533 155020646 ENST00000423025 15 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155023093 155023341 ENST00000423025 16 DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155006417 155007711 ENST00000368420 NA DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155006446 155021740 ENST00000368419 NA DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006513 155006573 ENST00000368419 1 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155006911 155007036 ENST00000368419 2 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155007129 155007203 ENST00000368419 3 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155011879 155012007 ENST00000368419 4 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155012961 155013100 ENST00000368419 5 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155013873 155014089 ENST00000368419 6 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155014190 155014333 ENST00000368419 7 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015211 155015332 ENST00000368419 8 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155015828 155015985 ENST00000368419 9 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018369 155018468 ENST00000368419 10 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018601 155018696 ENST00000368419 11 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155018836 155018962 ENST00000368419 12 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155019672 155019788 ENST00000368419 13 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020263 155020405 ENST00000368419 14 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155020533 155020646 ENST00000368419 15 DCST1 ENSG00000163357 Not Supported Not Supported +CDS 1 155021470 155021592 ENST00000368419 16 DCST1 ENSG00000163357 Not Supported Not Supported +transcript 1 155017667 155018594 ENST00000452962 NA RP11-307C12.11 ENSG00000232093 Not Supported Not Supported +transcript 1 155023042 155028714 ENST00000473905 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023157 155026468 ENST00000533732 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023203 155028622 ENST00000480331 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023422 155035251 ENST00000527418 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000529473 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000529473 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000529473 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000529473 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000529473 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000529473 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000529473 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000529473 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000529473 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000529473 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000529473 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000529473 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000529473 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000529473 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000529473 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000529473 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000529473 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000529473 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000529473 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000529473 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034380 155034493 ENST00000529473 20 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000526491 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000526491 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000526491 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000526491 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000526491 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000526491 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000526491 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000526491 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000526491 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000526491 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000526491 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000526491 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000526491 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000526491 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000526491 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000526491 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000526491 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000526491 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000526491 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000526491 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033891 155033965 ENST00000526491 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034380 155034493 ENST00000526491 21 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000356955 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000356955 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000356955 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000356955 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000356955 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000356955 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000356955 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000356955 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000356955 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000356955 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000356955 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000356955 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000356955 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000356955 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000356955 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000356955 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000356955 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000356955 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000356955 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000356955 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033891 155033965 ENST00000356955 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034380 155034451 ENST00000356955 21 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000356955 22 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000356955 23 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000449910 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000449910 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000449910 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000449910 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000449910 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000449910 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000449910 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000449910 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000449910 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000449910 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000449910 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000449910 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000449910 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000449910 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000449910 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000449910 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000449910 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000449910 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000449910 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000449910 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033894 155033965 ENST00000449910 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034380 155034451 ENST00000449910 21 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000449910 22 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000449910 23 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000359280 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000359280 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000359280 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000359280 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000359280 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000359280 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000359280 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000359280 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000359280 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000359280 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000359280 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000359280 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000359280 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000359280 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000359280 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000359280 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000359280 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000359280 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000359280 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000359280 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034380 155034451 ENST00000359280 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000359280 21 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000359280 22 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000360674 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000360674 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000360674 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000360674 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000360674 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000360674 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000360674 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000360674 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000360674 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000360674 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000360674 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000360674 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000360674 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000360674 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000360674 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000360674 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000360674 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000360674 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000360674 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034829 ENST00000360674 19 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000368412 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000368412 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000368412 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000368412 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000368412 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000368412 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000368412 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000368412 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000368412 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000368412 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000368412 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000368412 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000368412 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000368412 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000368412 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000368412 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000368412 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000368412 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000368412 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033894 155033965 ENST00000368412 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034829 ENST00000368412 20 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035234 ENST00000355956 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000355956 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000355956 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000355956 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000355956 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000355956 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000355956 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000355956 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000355956 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000355956 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000355956 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000355956 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000355956 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000355956 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000355956 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000355956 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000355956 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000355956 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000355956 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000355956 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033891 155033965 ENST00000355956 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000355956 21 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000355956 22 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023762 155035252 ENST00000368410 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000368410 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000368410 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000368410 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028933 155028935 ENST00000368410 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000368410 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000368410 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000368410 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000368410 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000368410 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000368410 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000368410 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000368410 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000368410 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000368410 14 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023779 155026624 ENST00000531703 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023780 155026464 ENST00000477533 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023782 155035251 ENST00000271836 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000271836 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000271836 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000271836 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000271836 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000271836 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000271836 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000271836 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000271836 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000271836 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000271836 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000271836 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000271836 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000271836 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000271836 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000271836 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000271836 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000271836 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000271836 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000271836 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000271836 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000271836 21 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023784 155034234 ENST00000461564 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023792 155026454 ENST00000485346 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023792 155035245 ENST00000368413 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000368413 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000368413 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000368413 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026399 ENST00000368413 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029675 155029838 ENST00000368413 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000368413 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000368413 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000368413 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000368413 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000368413 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000368413 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000368413 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000368413 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000368413 14 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023802 155029576 ENST00000487956 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023827 155026799 ENST00000531831 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023827 155035145 ENST00000531455 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000531455 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025117 155025253 ENST00000531455 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025893 155025969 ENST00000531455 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000531455 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000531455 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000531455 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000531455 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000531455 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000531455 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000531455 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000531455 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000531455 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000531455 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000531455 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030917 ENST00000531455 15 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155031186 155031263 ENST00000531455 16 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032378 155032450 ENST00000531455 17 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155032681 155032819 ENST00000531455 18 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155033239 155033308 ENST00000531455 19 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034721 155034845 ENST00000531455 20 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155034936 155034975 ENST00000531455 21 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023828 155031159 ENST00000447332 NA ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155023863 155023941 ENST00000447332 1 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025007 155025035 ENST00000447332 2 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155025147 155025253 ENST00000447332 3 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026386 155026464 ENST00000447332 4 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026626 155026702 ENST00000447332 5 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155026790 155026982 ENST00000447332 6 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028266 155028328 ENST00000447332 7 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028408 155028476 ENST00000447332 8 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028556 155028725 ENST00000447332 9 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155028862 155028946 ENST00000447332 10 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029429 155029577 ENST00000447332 11 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155029664 155029838 ENST00000447332 12 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030113 155030205 ENST00000447332 13 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030327 155030631 ENST00000447332 14 ADAM15 ENSG00000143537 Not Supported Not Supported +CDS 1 155030722 155030947 ENST00000447332 15 ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155023830 155035244 ENST00000472434 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155027885 155028883 ENST00000534019 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155028278 155028737 ENST00000470779 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155028572 155029703 ENST00000525020 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155030715 155035223 ENST00000498481 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155030722 155035180 ENST00000461234 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155031186 155035251 ENST00000474709 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155031229 155033922 ENST00000462116 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155032742 155033808 ENST00000468053 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155034637 155035251 ENST00000464824 NA ADAM15 ENSG00000143537 Not Supported Not Supported +transcript 1 155036207 155042029 ENST00000368409 NA EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155036300 155036412 ENST00000368409 1 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039206 155039492 ENST00000368409 2 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039848 155039916 ENST00000368409 3 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155041329 155041462 ENST00000368409 4 EFNA4 ENSG00000243364 Not Supported Not Supported +transcript 1 155036213 155042014 ENST00000359751 NA EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155036300 155036412 ENST00000359751 1 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039206 155039492 ENST00000359751 2 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039848 155039916 ENST00000359751 3 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155041475 155041584 ENST00000359751 4 EFNA4 ENSG00000243364 Not Supported Not Supported +transcript 1 155036237 155042014 ENST00000427683 NA EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155036300 155036412 ENST00000427683 1 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039206 155039492 ENST00000427683 2 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155039848 155039916 ENST00000427683 3 EFNA4 ENSG00000243364 Not Supported Not Supported +CDS 1 155041495 155041646 ENST00000427683 4 EFNA4 ENSG00000243364 Not Supported Not Supported +transcript 1 155036224 155059278 ENST00000556931 NA EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155036300 155036412 ENST00000556931 1 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155057567 155057880 ENST00000556931 2 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058353 155058418 ENST00000556931 3 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058604 155058681 ENST00000556931 4 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058889 155059016 ENST00000556931 5 EFNA3 ENSG00000143590 Not Supported Not Supported +transcript 1 155051348 155060014 ENST00000368408 NA EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155051418 155051545 ENST00000368408 1 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155057567 155057880 ENST00000368408 2 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058353 155058418 ENST00000368408 3 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058604 155058681 ENST00000368408 4 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058889 155059016 ENST00000368408 5 EFNA3 ENSG00000143590 Not Supported Not Supported +transcript 1 155051385 155059382 ENST00000418360 NA EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155051418 155051545 ENST00000418360 1 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155057567 155057880 ENST00000418360 2 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058353 155058418 ENST00000418360 3 EFNA3 ENSG00000143590 Not Supported Not Supported +CDS 1 155058889 155059016 ENST00000418360 4 EFNA3 ENSG00000143590 Not Supported Not Supported +transcript 1 155057992 155059458 ENST00000470294 NA EFNA3 ENSG00000143590 Not Supported Not Supported +transcript 1 155057998 155059399 ENST00000498667 NA EFNA3 ENSG00000143590 Not Supported Not Supported +transcript 1 155036224 155059283 ENST00000505139 NA EFNA3 ENSG00000251246 Not Supported Not Supported +CDS 1 155036300 155036412 ENST00000505139 1 EFNA3 ENSG00000251246 Not Supported Not Supported +CDS 1 155057567 155057880 ENST00000505139 2 EFNA3 ENSG00000251246 Not Supported Not Supported +CDS 1 155058353 155058418 ENST00000505139 3 EFNA3 ENSG00000251246 Not Supported Not Supported +CDS 1 155058604 155058681 ENST00000505139 4 EFNA3 ENSG00000251246 Not Supported Not Supported +CDS 1 155058889 155059016 ENST00000505139 5 EFNA3 ENSG00000251246 Not Supported Not Supported +transcript 1 155092966 155093074 ENST00000365157 NA Y_RNA ENSG00000202027 Not Supported Not Supported +transcript 1 155099936 155107333 ENST00000368407 NA EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155100454 155100545 ENST00000368407 1 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155103815 155104110 ENST00000368407 2 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155105979 155106044 ENST00000368407 3 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155106206 155106256 ENST00000368407 4 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155106431 155106540 ENST00000368407 5 EFNA1 ENSG00000169242 Not Supported Not Supported +transcript 1 155100352 155107333 ENST00000368406 NA EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155100454 155100545 ENST00000368406 1 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155103815 155104110 ENST00000368406 2 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155106206 155106256 ENST00000368406 3 EFNA1 ENSG00000169242 Not Supported Not Supported +CDS 1 155106431 155106540 ENST00000368406 4 EFNA1 ENSG00000169242 Not Supported Not Supported +transcript 1 155100364 155106962 ENST00000469878 NA EFNA1 ENSG00000169242 Not Supported Not Supported +transcript 1 155102038 155106783 ENST00000474413 NA EFNA1 ENSG00000169242 Not Supported Not Supported +transcript 1 155103680 155106601 ENST00000497282 NA EFNA1 ENSG00000169242 Not Supported Not Supported +transcript 1 155107820 155110844 ENST00000484157 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108148 155108156 ENST00000484157 1 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108775 155108852 ENST00000484157 2 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110037 155110198 ENST00000484157 3 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110455 155110574 ENST00000484157 4 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110656 155110754 ENST00000484157 5 SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155107833 155110938 ENST00000490770 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155107867 155110570 ENST00000475824 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155107869 155110072 ENST00000465546 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108304 155110891 ENST00000490276 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108326 155111328 ENST00000303343 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108388 155108467 ENST00000303343 1 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108775 155108852 ENST00000303343 2 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155109304 155109427 ENST00000303343 3 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110455 155110574 ENST00000303343 4 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110656 155110754 ENST00000303343 5 SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108326 155111329 ENST00000368404 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108388 155108467 ENST00000368404 1 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108775 155108852 ENST00000368404 2 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155109304 155109427 ENST00000368404 3 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110037 155110198 ENST00000368404 4 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110455 155110574 ENST00000368404 5 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110656 155110754 ENST00000368404 6 SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108334 155111327 ENST00000368401 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108429 155108467 ENST00000368401 1 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155108775 155108852 ENST00000368401 2 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110037 155110198 ENST00000368401 3 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110455 155110574 ENST00000368401 4 SLC50A1 ENSG00000169241 Not Supported Not Supported +CDS 1 155110656 155110754 ENST00000368401 5 SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108335 155111327 ENST00000368405 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108343 155110916 ENST00000488609 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108373 155109607 ENST00000506037 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155108792 155111050 ENST00000484027 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155110524 155111329 ENST00000479579 NA SLC50A1 ENSG00000169241 Not Supported Not Supported +transcript 1 155112367 155112883 ENST00000368399 NA DPM3 ENSG00000179085 Not Supported Not Supported +CDS 1 155112441 155112806 ENST00000368399 1 DPM3 ENSG00000179085 Not Supported Not Supported +transcript 1 155112367 155113020 ENST00000368400 NA DPM3 ENSG00000179085 Not Supported Not Supported +CDS 1 155112441 155112716 ENST00000368400 2 DPM3 ENSG00000179085 Not Supported Not Supported +transcript 1 155112367 155113071 ENST00000341298 NA DPM3 ENSG00000179085 Not Supported Not Supported +CDS 1 155112441 155112716 ENST00000341298 2 DPM3 ENSG00000179085 Not Supported Not Supported +transcript 1 155115747 155115808 ENST00000515971 NA RNU7-150P ENSG00000251780 Not Supported Not Supported +transcript 1 155121020 155121289 ENST00000450680 NA HMGN2P18 ENSG00000223452 Not Supported Not Supported +transcript 1 155121020 155121295 ENST00000406836 NA HMGN2P18 ENSG00000223452 Not Supported Not Supported +transcript 1 155141884 155145253 ENST00000463527 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141884 155145714 ENST00000487350 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141884 155145730 ENST00000497317 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141884 155145809 ENST00000295682 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +CDS 1 155145697 155145778 ENST00000295682 1 KRTCAP2 ENSG00000163463 Not Supported Not Supported +CDS 1 155145214 155145368 ENST00000295682 2 KRTCAP2 ENSG00000163463 Not Supported Not Supported +CDS 1 155145041 155145104 ENST00000295682 3 KRTCAP2 ENSG00000163463 Not Supported Not Supported +CDS 1 155142267 155142333 ENST00000295682 4 KRTCAP2 ENSG00000163463 Not Supported Not Supported +CDS 1 155141919 155142036 ENST00000295682 5 KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141884 155145951 ENST00000491084 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141885 155145727 ENST00000471891 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141885 155145744 ENST00000482246 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141885 155145781 ENST00000490672 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141946 155145733 ENST00000461136 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141946 155145737 ENST00000492892 NA KRTCAP2 ENSG00000163463 Not Supported Not Supported +transcript 1 155141885 155159748 ENST00000473363 NA RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +CDS 1 155159701 155159748 ENST00000473363 1 RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +CDS 1 155145793 155145950 ENST00000473363 2 RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +CDS 1 155145041 155145368 ENST00000473363 3 RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +CDS 1 155142267 155142333 ENST00000473363 4 RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +CDS 1 155141885 155142036 ENST00000473363 5 RP11-201K10.3 ENSG00000273088 Not Supported Not Supported +transcript 1 155145873 155154535 ENST00000543729 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155145876 155145959 ENST00000543729 1 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147862 155148123 ENST00000543729 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000543729 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000543729 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000543729 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000543729 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000543729 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155151285 155151322 ENST00000543729 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152278 ENST00000543729 9 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146354 155153097 ENST00000368385 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155146443 155146505 ENST00000368385 1 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147862 155148123 ENST00000368385 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000368385 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000368385 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000368385 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000368385 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000368385 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152410 ENST00000368385 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152911 155152975 ENST00000368385 9 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146355 155156949 ENST00000545012 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148417 155148707 ENST00000545012 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000545012 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000545012 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000545012 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000545012 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152410 ENST00000545012 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155154328 155154625 ENST00000545012 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155156273 155156663 ENST00000545012 9 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146360 155157445 ENST00000392451 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155146443 155146505 ENST00000392451 1 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147862 155148123 ENST00000392451 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000392451 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000392451 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000392451 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000392451 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000392451 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155151285 155151322 ENST00000392451 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152278 ENST00000392451 9 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146376 155155338 ENST00000368383 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155146443 155146505 ENST00000368383 1 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147862 155148123 ENST00000368383 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000368383 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000368383 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000368383 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000368383 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000368383 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152410 ENST00000368383 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155154328 155154671 ENST00000368383 9 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146376 155155338 ENST00000474430 NA TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146385 155157445 ENST00000368382 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147868 155148123 ENST00000368382 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000368382 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000368382 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000368382 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000368382 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000368382 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152410 ENST00000368382 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155154328 155154625 ENST00000368382 9 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155156273 155156663 ENST00000368382 10 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155146443 155157447 ENST00000334634 NA TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155146443 155146505 ENST00000334634 1 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155147862 155148123 ENST00000334634 2 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155148364 155148707 ENST00000334634 3 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149408 155149551 ENST00000334634 4 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155149671 155149766 ENST00000334634 5 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150478 155150731 ENST00000334634 6 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155150968 155151089 ENST00000334634 7 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155152108 155152410 ENST00000334634 8 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155154328 155154625 ENST00000334634 9 TRIM46 ENSG00000163462 Not Supported Not Supported +CDS 1 155156273 155156663 ENST00000334634 10 TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155147077 155150632 ENST00000464760 NA TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155147230 155157427 ENST00000468878 NA TRIM46 ENSG00000163462 Not Supported Not Supported +transcript 1 155158300 155162706 ENST00000368395 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368395 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161699 155162074 ENST00000368395 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155161092 ENST00000368395 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000368395 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000368395 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000368395 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368395 7 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368395 8 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158302 155162700 ENST00000338684 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000338684 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162101 ENST00000338684 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160488 ENST00000338684 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000338684 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000338684 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000338684 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000338684 7 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158303 155160827 ENST00000462317 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158306 155160243 ENST00000485118 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158424 155162684 ENST00000368392 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368392 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162101 ENST00000368392 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160707 ENST00000368392 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000368392 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000368392 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000368392 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368392 7 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368392 8 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158424 155162684 ENST00000438413 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000438413 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000438413 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160530 ENST00000438413 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000438413 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000438413 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000438413 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000438413 7 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158424 155162684 ENST00000462215 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158424 155162684 ENST00000368393 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368393 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000368393 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160761 ENST00000368393 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000368393 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000368393 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159732 155159850 ENST00000368393 6 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158424 155162684 ENST00000457295 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000457295 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162101 ENST00000457295 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160707 ENST00000457295 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000457295 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000457295 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000457295 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000457295 7 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159311 155159367 ENST00000457295 8 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000368389 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368389 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000368389 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160761 ENST00000368389 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368389 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368389 5 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000368396 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368396 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162101 ENST00000368396 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160707 ENST00000368396 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368396 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368396 5 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000343256 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000343256 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000343256 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160688 ENST00000343256 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000343256 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000343256 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000343256 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000343256 7 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000342482 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000342482 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162101 ENST00000342482 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160020 ENST00000342482 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000342482 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000342482 5 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000498431 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000467134 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000471283 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000368398 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368398 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000368398 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160688 ENST00000368398 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000368398 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000368398 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368398 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368398 7 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162658 ENST00000368390 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000368390 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000368390 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160707 ENST00000368390 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000368390 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000368390 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000368390 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000368390 7 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000368390 8 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155158599 155162659 ENST00000337604 NA MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155162577 155162634 ENST00000337604 1 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155161974 155162074 ENST00000337604 2 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160639 155160761 ENST00000337604 3 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160484 155160539 ENST00000337604 4 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155160198 155160334 ENST00000337604 5 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159931 155160052 ENST00000337604 6 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155159701 155159850 ENST00000337604 7 MUC1 ENSG00000185499 Not Supported Not Supported +CDS 1 155158614 155158685 ENST00000337604 8 MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155159184 155160307 ENST00000468978 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155161654 155162700 ENST00000494844 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155161993 155162707 ENST00000466913 NA MUC1 ENSG00000185499 Not Supported Not Supported +transcript 1 155164968 155165063 ENST00000607575 NA MIR92B ENSG00000271748 Not Supported Not Supported +transcript 1 155165379 155166233 ENST00000498500 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155165379 155177688 ENST00000368378 NA THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155177589 155177667 ENST00000368378 1 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155175991 155176197 ENST00000368378 2 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155174851 155175107 ENST00000368378 3 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155174646 155174748 ENST00000368378 4 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155173304 155173330 ENST00000368378 5 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155173014 155173096 ENST00000368378 6 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172877 155172928 ENST00000368378 7 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172603 155172751 ENST00000368378 8 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172052 155172192 ENST00000368378 9 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171748 155171825 ENST00000368378 10 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171208 155171360 ENST00000368378 11 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170885 155170995 ENST00000368378 12 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170688 155170795 ENST00000368378 13 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170242 155170401 ENST00000368378 14 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169786 155169904 ENST00000368378 15 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169595 155169647 ENST00000368378 16 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155168200 155168393 ENST00000368378 17 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167833 155168011 ENST00000368378 18 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167671 155167719 ENST00000368378 19 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167254 155167450 ENST00000368378 20 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155166832 155167004 ENST00000368378 21 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165778 155165917 ENST00000368378 22 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165635 155165690 ENST00000368378 23 THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155165380 155171789 ENST00000541576 NA THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169786 155169803 ENST00000541576 5 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169595 155169647 ENST00000541576 6 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155168200 155168393 ENST00000541576 7 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167833 155168011 ENST00000541576 8 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167671 155167719 ENST00000541576 9 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167254 155167450 ENST00000541576 10 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155166832 155167004 ENST00000541576 11 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165778 155165917 ENST00000541576 12 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165635 155165690 ENST00000541576 13 THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155165457 155177708 ENST00000457183 NA THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155177589 155177667 ENST00000457183 1 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155175991 155176197 ENST00000457183 2 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155173304 155173330 ENST00000457183 3 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155173014 155173096 ENST00000457183 4 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172877 155172928 ENST00000457183 5 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172603 155172751 ENST00000457183 6 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172052 155172192 ENST00000457183 7 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171748 155171825 ENST00000457183 8 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171208 155171360 ENST00000457183 9 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170885 155170995 ENST00000457183 10 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170688 155170795 ENST00000457183 11 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170242 155170401 ENST00000457183 12 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169786 155169904 ENST00000457183 13 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169595 155169647 ENST00000457183 14 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155168200 155168393 ENST00000457183 15 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167833 155168011 ENST00000457183 16 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167671 155167719 ENST00000457183 17 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167254 155167450 ENST00000457183 18 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155166832 155167004 ENST00000457183 19 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165778 155165917 ENST00000457183 20 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165635 155165690 ENST00000457183 21 THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155165582 155177690 ENST00000541990 NA THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170885 155170911 ENST00000541990 11 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170688 155170795 ENST00000541990 12 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170242 155170401 ENST00000541990 13 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169786 155169904 ENST00000541990 14 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169595 155169647 ENST00000541990 15 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155168200 155168393 ENST00000541990 16 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167833 155168011 ENST00000541990 17 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167671 155167719 ENST00000541990 18 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155167254 155167450 ENST00000541990 19 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155166832 155167004 ENST00000541990 20 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165778 155165917 ENST00000541990 21 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155165635 155165690 ENST00000541990 22 THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155165636 155167413 ENST00000469769 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155167688 155177690 ENST00000428962 NA THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155177589 155177667 ENST00000428962 1 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155175991 155176197 ENST00000428962 2 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155173304 155173330 ENST00000428962 3 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172884 155172928 ENST00000428962 4 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172603 155172751 ENST00000428962 5 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155172052 155172192 ENST00000428962 6 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171748 155171825 ENST00000428962 7 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155171208 155171360 ENST00000428962 8 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170885 155170995 ENST00000428962 9 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155170688 155170795 ENST00000428962 10 THBS3 ENSG00000169231 Not Supported Not Supported +CDS 1 155169803 155169904 ENST00000428962 11 THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155167862 155169840 ENST00000465596 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155170247 155178842 ENST00000486260 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155170408 155172045 ENST00000496332 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155170690 155173096 ENST00000460050 NA THBS3 ENSG00000169231 Not Supported Not Supported +transcript 1 155166659 155170137 ENST00000447623 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155167951 155170066 ENST00000454348 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155168218 155170362 ENST00000436772 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155168375 155175286 ENST00000453136 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155170029 155175097 ENST00000422665 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155170593 155175158 ENST00000430312 NA RP11-263K19.4 ENSG00000231064 Not Supported Not Supported +transcript 1 155178490 155183614 ENST00000368376 NA MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155178596 155179123 ENST00000368376 1 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180137 155180206 ENST00000368376 2 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180339 155180418 ENST00000368376 3 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155181918 155182010 ENST00000368376 4 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182176 155182358 ENST00000368376 5 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182485 155182561 ENST00000368376 6 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183028 155183182 ENST00000368376 7 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183275 155183486 ENST00000368376 8 MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155178588 155183614 ENST00000316721 NA MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155178596 155179123 ENST00000316721 1 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180137 155180206 ENST00000316721 2 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180339 155180418 ENST00000316721 3 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182176 155182358 ENST00000316721 4 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182485 155182561 ENST00000316721 5 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183028 155183182 ENST00000316721 6 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183275 155183486 ENST00000316721 7 MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155179029 155183447 ENST00000424959 NA MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155179043 155179123 ENST00000424959 1 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180137 155180226 ENST00000424959 2 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180339 155180418 ENST00000424959 3 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155181918 155182010 ENST00000424959 4 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182176 155182191 ENST00000424959 5 MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155179038 155183615 ENST00000609421 NA MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155179043 155179123 ENST00000609421 1 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180137 155180206 ENST00000609421 2 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155180339 155180418 ENST00000609421 3 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155181918 155182010 ENST00000609421 4 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182176 155182358 ENST00000609421 5 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155182485 155182561 ENST00000609421 6 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183028 155183182 ENST00000609421 7 MTX1 ENSG00000173171 Not Supported Not Supported +CDS 1 155183275 155183486 ENST00000609421 8 MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155179042 155183614 ENST00000481771 NA MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155180639 155183499 ENST00000495589 NA MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155182246 155183530 ENST00000495492 NA MTX1 ENSG00000173171 Not Supported Not Supported +transcript 1 155180942 155183610 ENST00000455788 NA RP11-263K19.6 ENSG00000236263 Not Supported Not Supported +transcript 1 155183616 155188715 ENST00000459805 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155183616 155188734 ENST00000486869 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155183616 155197213 ENST00000368374 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155183617 155188264 ENST00000486197 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155183617 155188809 ENST00000473223 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155183939 155197214 ENST00000313929 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155184159 155188665 ENST00000566701 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155186175 155188039 ENST00000463838 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155186688 155188814 ENST00000462587 NA GBAP1 ENSG00000160766 Not Supported Not Supported +transcript 1 155200766 155204116 ENST00000440904 NA MTX1P1 ENSG00000236675 Not Supported Not Supported +transcript 1 155204243 155211025 ENST00000368373 NA GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210877 155210903 ENST00000368373 1 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210421 155210508 ENST00000368373 2 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209677 155209868 ENST00000368373 3 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209407 155209553 ENST00000368373 4 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155208308 155208441 ENST00000368373 5 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207925 155208097 ENST00000368373 6 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207132 155207369 ENST00000368373 7 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155206036 155206260 ENST00000368373 8 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155205472 155205635 ENST00000368373 9 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204986 155205102 ENST00000368373 10 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204789 155204891 ENST00000368373 11 GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204243 155214461 ENST00000327247 NA GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210877 155210903 ENST00000327247 2 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210421 155210508 ENST00000327247 3 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209677 155209868 ENST00000327247 4 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209407 155209553 ENST00000327247 5 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155208308 155208441 ENST00000327247 6 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207925 155208097 ENST00000327247 7 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207132 155207369 ENST00000327247 8 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155206036 155206260 ENST00000327247 9 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155205472 155205635 ENST00000327247 10 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204986 155205102 ENST00000327247 11 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204789 155204891 ENST00000327247 12 GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204244 155205626 ENST00000464536 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204350 155211066 ENST00000427500 NA GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210877 155210903 ENST00000427500 1 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210421 155210508 ENST00000427500 2 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209677 155209868 ENST00000427500 3 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155208308 155208441 ENST00000427500 4 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207925 155208097 ENST00000427500 5 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207132 155207369 ENST00000427500 6 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155206036 155206260 ENST00000427500 7 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155205472 155205635 ENST00000427500 8 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204986 155205102 ENST00000427500 9 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204789 155204891 ENST00000427500 10 GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204520 155211017 ENST00000536770 NA GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210877 155210903 ENST00000536770 1 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155210421 155210508 ENST00000536770 2 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155208308 155208441 ENST00000536770 3 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207925 155208097 ENST00000536770 4 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207132 155207369 ENST00000536770 5 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155206036 155206260 ENST00000536770 6 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155205472 155205635 ENST00000536770 7 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204986 155205102 ENST00000536770 8 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204789 155204891 ENST00000536770 9 GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204659 155214490 ENST00000428024 NA GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209677 155209722 ENST00000428024 2 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155209407 155209553 ENST00000428024 3 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155208308 155208441 ENST00000428024 4 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207925 155208097 ENST00000428024 5 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155207132 155207369 ENST00000428024 6 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155206036 155206260 ENST00000428024 7 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155205472 155205635 ENST00000428024 8 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204986 155205102 ENST00000428024 9 GBA ENSG00000177628 Not Supported Not Supported +CDS 1 155204789 155204891 ENST00000428024 10 GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204752 155206250 ENST00000478472 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155204807 155211022 ENST00000484489 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155205973 155208500 ENST00000491081 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155206187 155209753 ENST00000497670 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155207723 155208682 ENST00000460156 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155208004 155214427 ENST00000493842 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155208355 155214413 ENST00000473570 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155209426 155214397 ENST00000467918 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155209751 155211034 ENST00000470104 NA GBA ENSG00000177628 Not Supported Not Supported +transcript 1 155206540 155206628 ENST00000401290 NA AL713999.1 ENSG00000216109 Not Supported Not Supported +transcript 1 155216996 155224751 ENST00000350210 NA FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224444 155224668 ENST00000350210 1 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223416 155223523 ENST00000350210 2 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221524 155221696 ENST00000350210 3 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221293 155221392 ENST00000350210 4 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220886 155220955 ENST00000350210 5 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220067 155220612 ENST00000350210 6 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218196 155218264 ENST00000350210 7 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217841 155218094 ENST00000350210 8 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217576 155217746 ENST00000350210 9 FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155217008 155221599 ENST00000368366 NA FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155217008 155224759 ENST00000368368 NA FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224444 155224668 ENST00000368368 1 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223875 155223985 ENST00000368368 2 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223650 155223769 ENST00000368368 3 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223416 155223523 ENST00000368368 4 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221524 155221699 ENST00000368368 5 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221293 155221392 ENST00000368368 6 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220886 155220955 ENST00000368368 7 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220067 155220612 ENST00000368368 8 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218196 155218264 ENST00000368368 9 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217841 155218094 ENST00000368368 10 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217576 155217746 ENST00000368368 11 FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155217008 155225178 ENST00000361361 NA FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224444 155224668 ENST00000361361 1 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224191 155224247 ENST00000361361 2 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223875 155223985 ENST00000361361 3 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223650 155223769 ENST00000361361 4 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223416 155223523 ENST00000361361 5 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221524 155221696 ENST00000361361 6 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221293 155221392 ENST00000361361 7 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220886 155220955 ENST00000361361 8 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220067 155220612 ENST00000361361 9 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218196 155218264 ENST00000361361 10 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217841 155218094 ENST00000361361 11 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217576 155217746 ENST00000361361 12 FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155217218 155224982 ENST00000487649 NA FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224444 155224668 ENST00000487649 1 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223416 155223523 ENST00000487649 2 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218196 155218264 ENST00000487649 3 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218065 155218094 ENST00000487649 4 FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155217865 155224699 ENST00000491082 NA FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155224444 155224668 ENST00000491082 1 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155223416 155223523 ENST00000491082 2 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221524 155221696 ENST00000491082 3 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155221293 155221392 ENST00000491082 4 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155220886 155220955 ENST00000491082 5 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155218196 155218264 ENST00000491082 6 FAM189B ENSG00000160767 Not Supported Not Supported +CDS 1 155217865 155218094 ENST00000491082 7 FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155220379 155221859 ENST00000497941 NA FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155220485 155224755 ENST00000472550 NA FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155222540 155225274 ENST00000481822 NA FAM189B ENSG00000160767 Not Supported Not Supported +transcript 1 155225770 155228706 ENST00000478737 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155225770 155232050 ENST00000302631 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155231877 155231942 ENST00000302631 1 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155231448 155231525 ENST00000302631 2 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155230328 155230450 ENST00000302631 3 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155230121 155230241 ENST00000302631 4 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155228617 155228745 ENST00000302631 5 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155227289 155227448 ENST00000302631 6 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155227076 155227177 ENST00000302631 7 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155226465 155226582 ENST00000302631 8 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155226067 155226210 ENST00000302631 9 SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155225772 155232221 ENST00000355379 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155231877 155231942 ENST00000355379 1 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155230328 155230450 ENST00000355379 2 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155230121 155230241 ENST00000355379 3 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155228617 155228745 ENST00000355379 4 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155227289 155227448 ENST00000355379 5 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155227076 155227177 ENST00000355379 6 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155226465 155226582 ENST00000355379 7 SCAMP3 ENSG00000116521 Not Supported Not Supported +CDS 1 155226067 155226210 ENST00000355379 8 SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155225798 155230241 ENST00000472397 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155226032 155230443 ENST00000490999 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155227076 155232018 ENST00000465312 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155227077 155231659 ENST00000462151 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155228617 155232130 ENST00000497470 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155231018 155232120 ENST00000480219 NA SCAMP3 ENSG00000116521 Not Supported Not Supported +transcript 1 155232659 155243078 ENST00000361168 NA CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155240599 155240768 ENST00000361168 2 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155239279 155239507 ENST00000361168 3 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238499 155238583 ENST00000361168 4 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238084 155238150 ENST00000361168 5 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155237801 155237917 ENST00000361168 6 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155236520 155236686 ENST00000361168 7 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155235651 155235745 ENST00000361168 8 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234436 155234565 ENST00000361168 9 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234259 155234341 ENST00000361168 10 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234012 155234091 ENST00000361168 11 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233741 155233831 ENST00000361168 12 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233012 155233191 ENST00000361168 13 CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155232659 155243307 ENST00000368361 NA CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155240599 155240768 ENST00000368361 2 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155239279 155239507 ENST00000368361 3 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238499 155238586 ENST00000368361 4 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238084 155238150 ENST00000368361 5 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155237801 155237917 ENST00000368361 6 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155236520 155236686 ENST00000368361 7 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155235651 155235745 ENST00000368361 8 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234436 155234565 ENST00000368361 9 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234259 155234341 ENST00000368361 10 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234012 155234091 ENST00000368361 11 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233741 155233831 ENST00000368361 12 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233012 155233191 ENST00000368361 13 CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155232665 155243120 ENST00000476983 NA CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155232665 155243273 ENST00000355560 NA CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155240599 155240768 ENST00000355560 2 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155239279 155239504 ENST00000355560 3 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238499 155238583 ENST00000355560 4 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238084 155238150 ENST00000355560 5 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155237801 155237917 ENST00000355560 6 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155236520 155236686 ENST00000355560 7 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155235651 155235745 ENST00000355560 8 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234436 155234565 ENST00000355560 9 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234259 155234341 ENST00000355560 10 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234012 155234091 ENST00000355560 11 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233741 155233831 ENST00000355560 12 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233012 155233191 ENST00000355560 13 CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155232671 155239154 ENST00000497188 NA CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155232971 155247501 ENST00000536801 NA CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155240599 155240768 ENST00000536801 2 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155239279 155239507 ENST00000536801 3 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238499 155238586 ENST00000536801 4 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155238084 155238150 ENST00000536801 5 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155237801 155237917 ENST00000536801 6 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155236520 155236686 ENST00000536801 7 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155235651 155235745 ENST00000536801 8 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234436 155234565 ENST00000536801 9 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234259 155234341 ENST00000536801 10 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155234012 155234091 ENST00000536801 11 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233741 155233831 ENST00000536801 12 CLK2 ENSG00000176444 Not Supported Not Supported +CDS 1 155233012 155233191 ENST00000536801 13 CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155237885 155248282 ENST00000471047 NA CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155238957 155240632 ENST00000484699 NA CLK2 ENSG00000176444 Not Supported Not Supported +transcript 1 155247374 155259639 ENST00000368358 NA HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155247382 155247659 ENST00000368358 1 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155252202 155252631 ENST00000368358 2 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155253765 155253926 ENST00000368358 3 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155254330 155254548 ENST00000368358 4 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155254956 155255102 ENST00000368358 5 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155255515 155255755 ENST00000368358 6 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155256964 155257128 ENST00000368358 7 HCN3 ENSG00000143630 Not Supported Not Supported +CDS 1 155257572 155258251 ENST00000368358 8 HCN3 ENSG00000143630 Not Supported Not Supported +transcript 1 155247490 155259638 ENST00000496230 NA HCN3 ENSG00000143630 Not Supported Not Supported +transcript 1 155252329 155257694 ENST00000467204 NA HCN3 ENSG00000143630 Not Supported Not Supported +transcript 1 155258395 155259309 ENST00000492035 NA HCN3 ENSG00000143630 Not Supported Not Supported +transcript 1 155259630 155270792 ENST00000392414 NA PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155270672 155270678 ENST00000392414 1 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155269889 155270071 ENST00000392414 2 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155265456 155265547 ENST00000392414 3 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155265228 155265359 ENST00000392414 4 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264907 155265093 ENST00000392414 5 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264273 155264543 ENST00000392414 6 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264026 155264176 ENST00000392414 7 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155263229 155263381 ENST00000392414 8 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155262968 155263134 ENST00000392414 9 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155261547 155261728 ENST00000392414 10 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155260366 155260469 ENST00000392414 11 PKLR ENSG00000143627 Not Supported Not Supported +transcript 1 155260044 155271225 ENST00000342741 NA PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155271087 155271186 ENST00000342741 1 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155269889 155270071 ENST00000342741 2 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155265456 155265547 ENST00000342741 3 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155265228 155265359 ENST00000342741 4 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264907 155265093 ENST00000342741 5 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264273 155264543 ENST00000342741 6 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155264026 155264176 ENST00000342741 7 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155263229 155263381 ENST00000342741 8 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155262968 155263134 ENST00000342741 9 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155261547 155261728 ENST00000342741 10 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155260366 155260469 ENST00000342741 11 PKLR ENSG00000143627 Not Supported Not Supported +transcript 1 155264926 155270747 ENST00000434082 NA PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155270672 155270747 ENST00000434082 1 PKLR ENSG00000143627 Not Supported Not Supported +CDS 1 155269939 155270000 ENST00000434082 2 PKLR ENSG00000143627 Not Supported Not Supported +transcript 1 155278539 155290457 ENST00000447866 NA FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155279856 155279996 ENST00000447866 2 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155282046 155282186 ENST00000447866 3 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287732 155287812 ENST00000447866 4 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287960 155288082 ENST00000447866 5 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288456 155288544 ENST00000447866 6 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288647 155288719 ENST00000447866 7 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289402 155289479 ENST00000447866 8 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289585 155289719 ENST00000447866 9 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155290200 155290397 ENST00000447866 10 FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278546 155289479 ENST00000468479 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278594 155288454 ENST00000461507 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278609 155289478 ENST00000467076 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278643 155290456 ENST00000368356 NA FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155279581 155279756 ENST00000368356 2 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155279834 155279996 ENST00000368356 3 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155282046 155282186 ENST00000368356 4 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287732 155287812 ENST00000368356 5 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287960 155288082 ENST00000368356 6 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288456 155288544 ENST00000368356 7 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288647 155288719 ENST00000368356 8 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289402 155289479 ENST00000368356 9 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289585 155289719 ENST00000368356 10 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155290200 155290397 ENST00000368356 11 FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278645 155288078 ENST00000474345 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278654 155288264 ENST00000471117 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278684 155288309 ENST00000495308 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278705 155282770 ENST00000487002 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278705 155288696 ENST00000491013 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278707 155290456 ENST00000356657 NA FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155279581 155279756 ENST00000356657 2 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155279834 155279996 ENST00000356657 3 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155282046 155282186 ENST00000356657 4 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287732 155287812 ENST00000356657 5 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155287960 155288082 ENST00000356657 6 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288456 155288544 ENST00000356657 7 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155288647 155288719 ENST00000356657 8 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289402 155289479 ENST00000356657 9 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155289585 155289719 ENST00000356657 10 FDPS ENSG00000160752 Not Supported Not Supported +CDS 1 155290200 155290397 ENST00000356657 11 FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278750 155287773 ENST00000465559 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278759 155288605 ENST00000470171 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278775 155288478 ENST00000489003 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155278776 155288719 ENST00000477057 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155287966 155289676 ENST00000492887 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155287979 155290456 ENST00000492244 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155288510 155290456 ENST00000490140 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155289446 155290400 ENST00000489324 NA FDPS ENSG00000160752 Not Supported Not Supported +transcript 1 155286654 155291335 ENST00000446880 NA RUSC1-AS1 ENSG00000225855 Not Supported Not Supported +transcript 1 155287224 155291318 ENST00000543656 NA RUSC1-AS1 ENSG00000225855 Not Supported Not Supported +transcript 1 155287737 155293959 ENST00000443642 NA RUSC1-AS1 ENSG00000225855 Not Supported Not Supported +transcript 1 155289950 155293967 ENST00000450199 NA RUSC1-AS1 ENSG00000225855 Not Supported Not Supported +transcript 1 155290687 155300903 ENST00000368354 NA RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155291565 155292921 ENST00000368354 2 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294636 155294734 ENST00000368354 3 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294893 155294969 ENST00000368354 4 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295107 155295281 ENST00000368354 5 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295358 155295463 ENST00000368354 6 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295655 155295701 ENST00000368354 7 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155296689 155296923 ENST00000368354 8 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155297941 155298066 ENST00000368354 9 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155300194 155300359 ENST00000368354 10 RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155290718 155300905 ENST00000368352 NA RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155291565 155292921 ENST00000368352 2 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294636 155294734 ENST00000368352 3 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294893 155294969 ENST00000368352 4 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295107 155295281 ENST00000368352 5 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295358 155295463 ENST00000368352 6 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295655 155295701 ENST00000368352 7 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155296371 155296923 ENST00000368352 8 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155297941 155298066 ENST00000368352 9 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155300194 155300359 ENST00000368352 10 RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155292803 155296525 ENST00000467820 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155292807 155298066 ENST00000484664 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155293316 155296819 ENST00000497930 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155293728 155300905 ENST00000368347 NA RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294209 155294335 ENST00000368347 1 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294636 155294734 ENST00000368347 2 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294893 155294969 ENST00000368347 3 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295107 155295281 ENST00000368347 4 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295358 155295463 ENST00000368347 5 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295655 155295701 ENST00000368347 6 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155296371 155296923 ENST00000368347 7 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155297941 155298066 ENST00000368347 8 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155300194 155300359 ENST00000368347 9 RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294069 155296713 ENST00000489860 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294232 155300520 ENST00000462780 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294304 155300903 ENST00000368349 NA RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294686 155294734 ENST00000368349 2 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294893 155294969 ENST00000368349 3 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295107 155295281 ENST00000368349 4 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295358 155295463 ENST00000368349 5 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295655 155295701 ENST00000368349 6 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155296371 155296923 ENST00000368349 7 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155297941 155298066 ENST00000368349 8 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155300194 155300359 ENST00000368349 9 RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294310 155296606 ENST00000492536 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294313 155300521 ENST00000490373 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294314 155298066 ENST00000479924 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294318 155296521 ENST00000468764 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294330 155300905 ENST00000471876 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155294368 155300905 ENST00000292254 NA RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294686 155294734 ENST00000292254 1 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155294893 155294969 ENST00000292254 2 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295107 155295281 ENST00000292254 3 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295358 155295463 ENST00000292254 4 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155295655 155295701 ENST00000292254 5 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155296371 155296923 ENST00000292254 6 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155297941 155298066 ENST00000292254 7 RUSC1 ENSG00000160753 Not Supported Not Supported +CDS 1 155300194 155300359 ENST00000292254 8 RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155295034 155296675 ENST00000473331 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155295358 155296923 ENST00000485924 NA RUSC1 ENSG00000160753 Not Supported Not Supported +transcript 1 155305059 155532484 ENST00000368346 NA ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155490891 155491310 ENST00000368346 2 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155447677 155452240 ENST00000368346 3 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155429588 155429689 ENST00000368346 4 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155408118 155408859 ENST00000368346 5 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155385535 155385714 ENST00000368346 6 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155365250 155365344 ENST00000368346 7 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155349834 155349922 ENST00000368346 8 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155348294 155348339 ENST00000368346 9 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155348072 155348180 ENST00000368346 10 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155340568 155340774 ENST00000368346 11 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155340295 155340441 ENST00000368346 12 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155330092 155330200 ENST00000368346 13 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155327376 155327540 ENST00000368346 14 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155327107 155327201 ENST00000368346 15 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155324264 155324421 ENST00000368346 16 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155322497 155322649 ENST00000368346 17 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155319333 155319387 ENST00000368346 18 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155319118 155319250 ENST00000368346 19 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155317447 155317695 ENST00000368346 20 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155316174 155316260 ENST00000368346 21 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313974 155314064 ENST00000368346 22 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313395 155313533 ENST00000368346 23 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313105 155313277 ENST00000368346 24 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155311727 155311893 ENST00000368346 25 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155309119 155309159 ENST00000368346 26 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155307880 155308181 ENST00000368346 27 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155307454 155307542 ENST00000368346 28 ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155305846 155532323 ENST00000392403 NA ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155490891 155491310 ENST00000392403 2 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155447677 155452240 ENST00000392403 3 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155429588 155429689 ENST00000392403 4 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155408118 155408859 ENST00000392403 5 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155385535 155385714 ENST00000392403 6 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155365250 155365344 ENST00000392403 7 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155349834 155349907 ENST00000392403 8 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155348294 155348339 ENST00000392403 9 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155348072 155348180 ENST00000392403 10 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155340568 155340774 ENST00000392403 11 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155340295 155340441 ENST00000392403 12 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155330092 155330200 ENST00000392403 13 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155327376 155327540 ENST00000392403 14 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155327107 155327201 ENST00000392403 15 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155324264 155324421 ENST00000392403 16 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155322497 155322649 ENST00000392403 17 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155319333 155319387 ENST00000392403 18 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155319118 155319250 ENST00000392403 19 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155317447 155317695 ENST00000392403 20 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155316174 155316260 ENST00000392403 21 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313974 155314064 ENST00000392403 22 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313395 155313533 ENST00000392403 23 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155313105 155313277 ENST00000392403 24 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155311727 155311893 ENST00000392403 25 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155309119 155309159 ENST00000392403 26 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155307880 155308181 ENST00000392403 27 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155307454 155307542 ENST00000392403 28 ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155312832 155316220 ENST00000478837 NA ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155313242 155314382 ENST00000548566 NA ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155313447 155319142 ENST00000492987 NA ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155319118 155319142 ENST00000492987 1 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155317447 155317695 ENST00000492987 2 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155316174 155316260 ENST00000492987 3 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155315897 155315998 ENST00000492987 4 ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155339938 155340659 ENST00000477427 NA ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155451202 155532598 ENST00000548830 NA ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155490891 155491310 ENST00000548830 3 ASH1L ENSG00000116539 Not Supported Not Supported +CDS 1 155490037 155490147 ENST00000548830 4 ASH1L ENSG00000116539 Not Supported Not Supported +transcript 1 155316141 155316236 ENST00000384987 NA MIR555 ENSG00000207720 Not Supported Not Supported +transcript 1 155328503 155328609 ENST00000384405 NA RNU6-106P ENSG00000207134 Not Supported Not Supported +transcript 1 155365801 155366769 ENST00000458371 NA ASH1L-IT1 ENSG00000227773 Not Supported Not Supported +transcript 1 155385349 155385453 ENST00000458873 NA snoU13 ENSG00000238805 Not Supported Not Supported +transcript 1 155389188 155389291 ENST00000384415 NA RNU6-1297P ENSG00000207144 Not Supported Not Supported +transcript 1 155402969 155404053 ENST00000413175 NA POU5F1P4 ENSG00000237872 Not Supported Not Supported +transcript 1 155402971 155403534 ENST00000545402 NA POU5F1P4 ENSG00000237872 Not Supported Not Supported +transcript 1 155531821 155533775 ENST00000594351 NA ASH1L-AS1 ENSG00000235919 Not Supported Not Supported +transcript 1 155531833 155533437 ENST00000456633 NA ASH1L-AS1 ENSG00000235919 Not Supported Not Supported +transcript 1 155531864 155533735 ENST00000452809 NA ASH1L-AS1 ENSG00000235919 Not Supported Not Supported +transcript 1 155535841 155536097 ENST00000604995 NA RP11-29H23.7 ENSG00000271267 Not Supported Not Supported +transcript 1 155556435 155571988 ENST00000441522 NA DAP3P1 ENSG00000225082 Not Supported Not Supported +transcript 1 155560392 155561053 ENST00000427475 NA RP11-29H23.6 ENSG00000223503 Not Supported Not Supported +transcript 1 155579567 155580171 ENST00000456382 NA RP11-29H23.4 ENSG00000232519 Not Supported Not Supported +transcript 1 155579979 155718153 ENST00000452804 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580040 155580123 ENST00000452804 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580216 155580351 ENST00000452804 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580830 155580899 ENST00000452804 3 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581007 155581082 ENST00000452804 4 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581340 155581394 ENST00000452804 5 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581480 155581618 ENST00000452804 6 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155717354 155717738 ENST00000452804 7 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155579979 155717636 ENST00000538143 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580040 155580123 ENST00000538143 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580216 155580351 ENST00000538143 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580830 155580899 ENST00000538143 3 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155716587 155716726 ENST00000538143 4 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155716920 155716930 ENST00000538143 5 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155579996 155582107 ENST00000488901 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580007 155582269 ENST00000460199 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580009 155584742 ENST00000490743 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580040 155580123 ENST00000490743 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580216 155580351 ENST00000490743 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580830 155580899 ENST00000490743 3 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581340 155581346 ENST00000490743 4 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580010 155580543 ENST00000471209 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580016 155584758 ENST00000245564 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580040 155580123 ENST00000245564 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580216 155580351 ENST00000245564 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580830 155580899 ENST00000245564 3 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581007 155581082 ENST00000245564 4 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581340 155581394 ENST00000245564 5 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581480 155581618 ENST00000245564 6 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581774 155581891 ENST00000245564 7 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581973 155582107 ENST00000245564 8 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582209 155582361 ENST00000245564 9 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582635 155582766 ENST00000245564 10 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582840 155583024 ENST00000245564 11 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583253 155583357 ENST00000245564 12 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583448 155583557 ENST00000245564 13 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583850 155584061 ENST00000245564 14 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580032 155584726 ENST00000368341 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580040 155580123 ENST00000368341 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580216 155580351 ENST00000368341 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155580830 155580899 ENST00000368341 3 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581007 155581032 ENST00000368341 4 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581480 155581618 ENST00000368341 5 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581774 155581891 ENST00000368341 6 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155581973 155582107 ENST00000368341 7 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582209 155582361 ENST00000368341 8 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582635 155582766 ENST00000368341 9 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155582840 155583024 ENST00000368341 10 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583253 155583357 ENST00000368341 11 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583448 155583524 ENST00000368341 12 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583850 155584061 ENST00000368341 13 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580032 155584726 ENST00000494995 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580034 155581138 ENST00000482284 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580035 155581371 ENST00000490642 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580045 155582273 ENST00000491308 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580054 155582133 ENST00000483832 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580103 155582100 ENST00000465137 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580175 155582108 ENST00000473327 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580411 155584722 ENST00000483734 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155580476 155581707 ENST00000478756 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155582257 155583995 ENST00000475253 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155582387 155583929 ENST00000466815 NA MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155583012 155583843 ENST00000462250 NA MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583012 155583024 ENST00000462250 1 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583253 155583357 ENST00000462250 2 MSTO1 ENSG00000125459 Not Supported Not Supported +CDS 1 155583448 155583565 ENST00000462250 3 MSTO1 ENSG00000125459 Not Supported Not Supported +transcript 1 155581011 155720105 ENST00000538914 NA MSTO2P ENSG00000203761 Not Supported Not Supported +transcript 1 155715620 155719928 ENST00000314835 NA MSTO2P ENSG00000203761 Not Supported Not Supported +transcript 1 155715620 155717570 ENST00000545423 NA MSTO2P ENSG00000203761 Not Supported Not Supported +transcript 1 155584517 155630036 ENST00000500626 NA RP11-29H23.5 ENSG00000246203 Not Supported Not Supported +transcript 1 155629237 155640882 ENST00000442834 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658085 ENST00000311573 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649291 ENST00000311573 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000311573 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000311573 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000311573 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000311573 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000311573 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000311573 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000311573 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658364 ENST00000368340 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155657862 155658255 ENST00000368340 1 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650247 ENST00000368340 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000368340 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000368340 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000368340 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000368340 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000368340 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000368340 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000368340 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000368340 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658477 ENST00000354691 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000354691 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000354691 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000354691 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000354691 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000354691 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638564 155638568 ENST00000354691 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658489 ENST00000347088 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000347088 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000347088 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000347088 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000347088 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000347088 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000347088 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000347088 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000347088 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000347088 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658496 ENST00000361831 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649291 ENST00000361831 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000361831 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000361831 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000361831 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000361831 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000361831 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000361831 11 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000361831 12 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658497 ENST00000355499 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000355499 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000355499 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000355499 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000355499 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000355499 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000355499 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000355499 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000355499 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000355499 11 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658539 ENST00000361140 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000361140 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000361140 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000361140 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000361140 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642435 155642518 ENST00000361140 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658548 ENST00000404643 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000404643 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000404643 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000404643 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000404643 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000404643 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000404643 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000404643 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000404643 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000404643 11 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658565 ENST00000359205 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649291 ENST00000359205 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000359205 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000359205 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000359205 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000359205 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000359205 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000359205 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000359205 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658565 ENST00000407221 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649291 ENST00000407221 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000407221 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000407221 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000407221 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000407221 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000407221 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000407221 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000407221 11 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658764 ENST00000436865 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000436865 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000436865 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649086 155649104 ENST00000436865 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658791 ENST00000295566 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155658721 155658767 ENST00000295566 1 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155657862 155657992 ENST00000295566 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650247 ENST00000295566 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000295566 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000295566 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000295566 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000295566 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000295566 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000295566 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000295566 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000295566 11 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629237 155658791 ENST00000368330 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000368330 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000368330 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000368330 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000368330 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000368330 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000368330 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000368330 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000368330 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000368330 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629246 155658260 ENST00000368339 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155657862 155658255 ENST00000368339 1 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650247 ENST00000368339 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000368339 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000368339 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000368339 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000368339 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000368339 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000368339 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000368339 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000368339 10 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155629248 155646462 ENST00000535662 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646347 ENST00000535662 1 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000535662 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000535662 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638508 ENST00000535662 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631098 155631214 ENST00000535662 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155629451 155630704 ENST00000535662 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155630508 155658266 ENST00000405763 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155657862 155658255 ENST00000405763 1 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650247 ENST00000405763 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000405763 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000405763 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000405763 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000405763 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640111 155640255 ENST00000405763 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638418 155638568 ENST00000405763 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155631023 155631214 ENST00000405763 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155630531 155644865 ENST00000488784 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155630622 155650218 ENST00000493625 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155630631 155644842 ENST00000477470 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155638515 155658110 ENST00000438245 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000438245 2 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000438245 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000438245 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000438245 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000438245 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155638564 155638568 ENST00000438245 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155640115 155658766 ENST00000476093 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155640188 155658460 ENST00000443231 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649291 ENST00000443231 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000443231 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000443231 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000443231 8 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155640188 155640255 ENST00000443231 9 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155642153 155650247 ENST00000496324 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155642351 155658445 ENST00000454523 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155650207 155650227 ENST00000454523 3 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155649200 155649303 ENST00000454523 4 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155646339 155646537 ENST00000454523 5 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155644801 155644887 ENST00000454523 6 YY1AP1 ENSG00000163374 Not Supported Not Supported +CDS 1 155642351 155642522 ENST00000454523 7 YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155642351 155658508 ENST00000476027 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155642517 155649255 ENST00000466366 NA YY1AP1 ENSG00000163374 Not Supported Not Supported +transcript 1 155657751 155659128 ENST00000461479 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155657758 155708317 ENST00000471642 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000471642 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000471642 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000471642 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000471642 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000471642 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000471642 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000471642 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000471642 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000471642 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000471642 12 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708030 ENST00000471642 13 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155657776 155701202 ENST00000471214 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000471214 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000471214 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000471214 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000471214 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000471214 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000471214 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000471214 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000471214 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701202 ENST00000471214 12 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155657782 155659418 ENST00000479076 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658849 155708801 ENST00000368336 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000368336 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000368336 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000368336 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000368336 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000368336 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000368336 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000368336 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000368336 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000368336 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000368336 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000368336 12 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708030 ENST00000368336 13 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658874 155708317 ENST00000343043 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000343043 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000343043 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000343043 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000343043 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000343043 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000343043 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000343043 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000343043 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000343043 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000343043 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000343043 12 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708030 ENST00000343043 13 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658882 155696829 ENST00000496863 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658882 155708317 ENST00000421487 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000421487 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000421487 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000421487 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000421487 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000421487 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000421487 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000421487 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000421487 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000421487 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000421487 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708030 ENST00000421487 12 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658882 155708317 ENST00000535183 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000535183 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000535183 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000535183 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000535183 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000535183 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000535183 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000535183 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000535183 9 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000535183 10 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000535183 11 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708030 ENST00000535183 12 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658885 155691780 ENST00000465375 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000465375 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000465375 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691478 ENST00000465375 4 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658890 155696085 ENST00000462002 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155658893 155698855 ENST00000470830 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000470830 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000470830 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695202 ENST00000470830 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695783 155695810 ENST00000470830 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000470830 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698855 ENST00000470830 7 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155679564 155699082 ENST00000463575 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000463575 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000463575 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000463575 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695202 ENST00000463575 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695783 155695810 ENST00000463575 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000463575 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699082 ENST00000463575 7 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155679564 155701805 ENST00000497826 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679571 155679615 ENST00000497826 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155686797 155686919 ENST00000497826 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691409 ENST00000497826 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695783 155695810 ENST00000497826 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000497826 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698833 155698913 ENST00000497826 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000497826 7 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000497826 8 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701805 ENST00000497826 9 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155679568 155695911 ENST00000471523 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155679592 155691667 ENST00000608852 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155679592 155679615 ENST00000608852 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691308 155691481 ENST00000608852 2 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155691327 155701824 ENST00000479151 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155691327 155691409 ENST00000479151 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695173 155695281 ENST00000479151 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155695718 155695810 ENST00000479151 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155697399 155697529 ENST00000479151 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000479151 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000479151 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000479151 7 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155697292 155699052 ENST00000466384 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155697399 155701992 ENST00000462978 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155698882 155708217 ENST00000477394 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698882 155698913 ENST00000477394 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000477394 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000477394 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000477394 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706399 155706485 ENST00000477394 5 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000477394 6 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708033 ENST00000477394 7 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155698999 155708320 ENST00000475056 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000475056 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000475056 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000475056 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155707986 ENST00000475056 4 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155698999 155708320 ENST00000490249 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155698999 155699157 ENST00000490249 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000490249 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706737 155706854 ENST00000490249 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708033 ENST00000490249 4 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155699088 155701321 ENST00000497433 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155699132 155708320 ENST00000463295 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155699132 155699157 ENST00000463295 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701147 155701206 ENST00000463295 2 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155701735 155701824 ENST00000463295 3 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706797 155706854 ENST00000463295 4 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708033 ENST00000463295 5 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155706549 155708320 ENST00000476444 NA DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155706803 155708801 ENST00000491777 NA DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155706803 155706854 ENST00000491777 1 DAP3 ENSG00000132676 Not Supported Not Supported +CDS 1 155707948 155708033 ENST00000491777 2 DAP3 ENSG00000132676 Not Supported Not Supported +transcript 1 155679889 155680354 ENST00000432858 NA RP11-243J18.2 ENSG00000227673 Not Supported Not Supported +transcript 1 155719508 155829191 ENST00000437809 NA GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155823067 155823571 ENST00000437809 2 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155796628 155796819 ENST00000437809 3 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155792077 155792267 ENST00000437809 4 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155791265 155791339 ENST00000437809 5 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155790397 155790447 ENST00000437809 6 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155786003 155786053 ENST00000437809 7 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155785596 155785691 ENST00000437809 8 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155784121 155784240 ENST00000437809 9 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155783425 155783595 ENST00000437809 10 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155774740 155774932 ENST00000437809 11 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155764841 155764942 ENST00000437809 12 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155755125 155755165 ENST00000437809 13 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155753777 155753880 ENST00000437809 14 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155747413 155747611 ENST00000437809 15 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155746186 155746272 ENST00000437809 16 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155744793 155744964 ENST00000437809 17 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155742857 155743001 ENST00000437809 18 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155740858 155741008 ENST00000437809 19 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155737216 155737332 ENST00000437809 20 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155734791 155736500 ENST00000437809 21 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155733103 155733355 ENST00000437809 22 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155731981 155732165 ENST00000437809 23 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155730235 155730432 ENST00000437809 24 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155727682 155727825 ENST00000437809 25 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726971 155727114 ENST00000437809 26 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726749 155726868 ENST00000437809 27 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155724166 155724279 ENST00000437809 28 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155722995 155723205 ENST00000437809 29 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721751 155722378 ENST00000437809 30 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721558 155721660 ENST00000437809 31 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155720378 155720524 ENST00000437809 32 GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155719510 155826972 ENST00000368331 NA GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155823067 155823571 ENST00000368331 2 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155796628 155796819 ENST00000368331 3 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155792077 155792267 ENST00000368331 4 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155791265 155791339 ENST00000368331 5 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155790397 155790447 ENST00000368331 6 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155786003 155786053 ENST00000368331 7 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155785596 155785691 ENST00000368331 8 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155784121 155784240 ENST00000368331 9 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155783425 155783595 ENST00000368331 10 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155774740 155774932 ENST00000368331 11 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155764841 155764942 ENST00000368331 12 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155755125 155755165 ENST00000368331 13 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155753777 155753880 ENST00000368331 14 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155747413 155747611 ENST00000368331 15 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155746186 155746272 ENST00000368331 16 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155744793 155744964 ENST00000368331 17 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155742857 155743001 ENST00000368331 18 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155740858 155741008 ENST00000368331 19 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155737216 155737332 ENST00000368331 20 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155734791 155736500 ENST00000368331 21 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155733103 155733355 ENST00000368331 22 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155731981 155732165 ENST00000368331 23 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155730235 155730432 ENST00000368331 24 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155727682 155727825 ENST00000368331 25 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726971 155727114 ENST00000368331 26 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726749 155726868 ENST00000368331 27 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155724166 155724279 ENST00000368331 28 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155722995 155723205 ENST00000368331 29 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721751 155722381 ENST00000368331 30 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721558 155721660 ENST00000368331 31 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155720378 155720524 ENST00000368331 32 GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155719733 155721993 ENST00000473267 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155720123 155827086 ENST00000271883 NA GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155823067 155823571 ENST00000271883 2 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155796628 155796819 ENST00000271883 3 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155792077 155792267 ENST00000271883 4 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155791265 155791339 ENST00000271883 5 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155790397 155790447 ENST00000271883 6 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155786003 155786053 ENST00000271883 7 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155785596 155785691 ENST00000271883 8 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155784121 155784240 ENST00000271883 9 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155783425 155783595 ENST00000271883 10 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155774740 155774932 ENST00000271883 11 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155764841 155764942 ENST00000271883 12 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155755125 155755165 ENST00000271883 13 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155753777 155753880 ENST00000271883 14 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155747413 155747611 ENST00000271883 15 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155746186 155746272 ENST00000271883 16 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155744793 155744964 ENST00000271883 17 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155742857 155743001 ENST00000271883 18 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155740858 155741008 ENST00000271883 19 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155737216 155737332 ENST00000271883 20 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155734791 155736500 ENST00000271883 21 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155733103 155733355 ENST00000271883 22 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155731981 155732165 ENST00000271883 23 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155730235 155730432 ENST00000271883 24 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155727682 155727825 ENST00000271883 25 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726971 155727114 ENST00000271883 26 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155726749 155726868 ENST00000271883 27 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155724166 155724279 ENST00000271883 28 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155722995 155723205 ENST00000271883 29 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721751 155722378 ENST00000271883 30 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155721558 155721660 ENST00000271883 31 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155720378 155720524 ENST00000271883 32 GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155723808 155727758 ENST00000460075 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155726332 155727731 ENST00000483032 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155734218 155826995 ENST00000361040 NA GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155823067 155823571 ENST00000361040 2 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155796628 155796819 ENST00000361040 3 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155792077 155792267 ENST00000361040 4 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155791265 155791339 ENST00000361040 5 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155790397 155790447 ENST00000361040 6 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155786003 155786053 ENST00000361040 7 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155785596 155785691 ENST00000361040 8 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155784121 155784240 ENST00000361040 9 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155783425 155783595 ENST00000361040 10 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155774740 155774932 ENST00000361040 11 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155764841 155764942 ENST00000361040 12 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155755125 155755165 ENST00000361040 13 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155753777 155753880 ENST00000361040 14 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155747413 155747611 ENST00000361040 15 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155746186 155746272 ENST00000361040 16 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155744793 155744964 ENST00000361040 17 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155742857 155743001 ENST00000361040 18 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155740858 155741008 ENST00000361040 19 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155737216 155737332 ENST00000361040 20 GON4L ENSG00000116580 Not Supported Not Supported +CDS 1 155734677 155736500 ENST00000361040 21 GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155734575 155827008 ENST00000471341 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155735240 155743211 ENST00000497369 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155736327 155746252 ENST00000490801 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155736877 155740992 ENST00000496021 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155744598 155774815 ENST00000482386 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155746186 155754180 ENST00000466224 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155754166 155791311 ENST00000467009 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155792238 155823196 ENST00000468867 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155796661 155823600 ENST00000488251 NA GON4L ENSG00000116580 Not Supported Not Supported +transcript 1 155815158 155816415 ENST00000413921 NA RP11-101O6.2 ENSG00000234937 Not Supported Not Supported +transcript 1 155829300 155854990 ENST00000368324 NA SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155829553 155829586 ENST00000368324 1 SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155837756 155838582 ENST00000368324 2 SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155850291 155850414 ENST00000368324 3 SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155850989 155851296 ENST00000368324 4 SYT11 ENSG00000132718 Not Supported Not Supported +transcript 1 155829347 155851946 ENST00000539162 NA SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155850351 155850414 ENST00000539162 2 SYT11 ENSG00000132718 Not Supported Not Supported +CDS 1 155850989 155851296 ENST00000539162 3 SYT11 ENSG00000132718 Not Supported Not Supported +transcript 1 155864072 155864177 ENST00000364744 NA RNU4-19P ENSG00000201614 Not Supported Not Supported +transcript 1 155867599 155881195 ENST00000368323 NA RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880447 155880552 ENST00000368323 2 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880241 155880297 ENST00000368323 3 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874522 155874595 ENST00000368323 4 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874102 155874293 ENST00000368323 5 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155870182 155870409 ENST00000368323 6 RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155869974 155881193 ENST00000539040 NA RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880241 155880295 ENST00000539040 2 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874522 155874595 ENST00000539040 3 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874102 155874293 ENST00000539040 4 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155870182 155870409 ENST00000539040 5 RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155870065 155880706 ENST00000368322 NA RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880669 155880676 ENST00000368322 1 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880447 155880595 ENST00000368322 2 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880241 155880297 ENST00000368322 3 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874522 155874595 ENST00000368322 4 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874102 155874293 ENST00000368322 5 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155870182 155870409 ENST00000368322 6 RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155870189 155881135 ENST00000461050 NA RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880447 155880552 ENST00000461050 2 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880241 155880297 ENST00000461050 3 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874522 155874595 ENST00000461050 4 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874394 155874401 ENST00000461050 5 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874263 155874293 ENST00000461050 6 RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155870385 155880672 ENST00000609492 NA RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880447 155880552 ENST00000609492 1 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155880241 155880297 ENST00000609492 2 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874522 155874595 ENST00000609492 3 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155874102 155874293 ENST00000609492 4 RIT1 ENSG00000143622 Not Supported Not Supported +CDS 1 155870385 155870409 ENST00000609492 5 RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155879886 155880582 ENST00000462687 NA RIT1 ENSG00000143622 Not Supported Not Supported +transcript 1 155882834 155904188 ENST00000368321 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155904127 155904164 ENST00000368321 1 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155903424 155903640 ENST00000368321 2 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899503 155899631 ENST00000368321 3 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899087 155899166 ENST00000368321 4 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896895 155896947 ENST00000368321 5 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896467 155896630 ENST00000368321 6 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155895423 155895634 ENST00000368321 7 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155893418 155893478 ENST00000368321 8 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891652 155891709 ENST00000368321 9 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891166 155891419 ENST00000368321 10 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155887290 155887463 ENST00000368321 11 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155886416 155886528 ENST00000368321 12 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155885664 155885755 ENST00000368321 13 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155883915 155884111 ENST00000368321 14 KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155882836 155904190 ENST00000368320 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155904127 155904164 ENST00000368320 1 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155903424 155903640 ENST00000368320 2 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899503 155899631 ENST00000368320 3 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899087 155899166 ENST00000368320 4 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896895 155896947 ENST00000368320 5 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896467 155896630 ENST00000368320 6 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155895423 155895634 ENST00000368320 7 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155893418 155893478 ENST00000368320 8 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891652 155891709 ENST00000368320 9 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891166 155891419 ENST00000368320 10 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155887290 155887463 ENST00000368320 11 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155886416 155886528 ENST00000368320 12 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155885617 155885755 ENST00000368320 13 KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155883903 155895554 ENST00000478002 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155885368 155887365 ENST00000466520 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155885455 155886733 ENST00000465953 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155891030 155891805 ENST00000483237 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155891176 155904164 ENST00000368319 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155904127 155904164 ENST00000368319 1 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155903424 155903640 ENST00000368319 2 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899503 155899631 ENST00000368319 3 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155899087 155899166 ENST00000368319 4 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896895 155896947 ENST00000368319 5 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155896467 155896630 ENST00000368319 6 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155895423 155895634 ENST00000368319 7 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155893418 155893478 ENST00000368319 8 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891652 155891709 ENST00000368319 9 KIAA0907 ENSG00000132680 Not Supported Not Supported +CDS 1 155891179 155891318 ENST00000368319 10 KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155891213 155904181 ENST00000482337 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155896262 155904189 ENST00000466713 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155902064 155904191 ENST00000491599 NA KIAA0907 ENSG00000132680 Not Supported Not Supported +transcript 1 155889700 155889836 ENST00000384744 NA SNORA42 ENSG00000207475 Not Supported Not Supported +transcript 1 155895749 155895877 ENST00000516999 NA SCARNA4 ENSG00000252808 Not Supported Not Supported +transcript 1 155911480 155912625 ENST00000368318 NA RXFP4 ENSG00000173080 Not Supported Not Supported +CDS 1 155911501 155912622 ENST00000368318 1 RXFP4 ENSG00000173080 Not Supported Not Supported +transcript 1 155916630 155942111 ENST00000368315 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155942046 155942111 ENST00000368315 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939091 ENST00000368315 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000368315 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000368315 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000368315 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000368315 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934922 ENST00000368315 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000368315 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000368315 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000368315 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000368315 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000368315 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000368315 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000368315 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000368315 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000368315 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000368315 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000368315 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000368315 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000368315 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000368315 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000368315 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916645 155947951 ENST00000313695 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939073 ENST00000313695 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000313695 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000313695 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000313695 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000313695 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934919 ENST00000313695 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000313695 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000313695 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000313695 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000313695 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000313695 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000313695 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000313695 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000313695 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000313695 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000313695 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000313695 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000313695 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000313695 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000313695 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000313695 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916645 155948318 ENST00000361247 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155948156 155948218 ENST00000361247 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939091 ENST00000361247 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000361247 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000361247 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000361247 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000361247 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934922 ENST00000361247 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000361247 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000361247 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000361247 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000361247 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000361247 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000361247 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000361247 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000361247 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000361247 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000361247 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000361247 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000361247 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000361247 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000361247 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000361247 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916646 155959864 ENST00000462460 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155955123 155955186 ENST00000462460 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155954185 155954224 ENST00000462460 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155952898 155952991 ENST00000462460 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939091 ENST00000462460 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000462460 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000462460 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000462460 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000462460 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934922 ENST00000462460 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000462460 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000462460 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000462460 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000462460 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000462460 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000462460 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000462460 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000462460 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000462460 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000462460 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000462460 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000462460 23 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000462460 24 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000462460 25 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000462460 26 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916646 155972355 ENST00000477754 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916646 155959864 ENST00000368316 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939073 ENST00000368316 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000368316 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000368316 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000368316 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000368316 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934919 ENST00000368316 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000368316 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000368316 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000368316 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000368316 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000368316 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000368316 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000368316 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000368316 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000368316 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000368316 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000368316 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000368316 23 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000368316 24 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000368316 25 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000368316 26 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155916647 155921539 ENST00000470541 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921539 ENST00000470541 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000470541 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000470541 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920060 155920273 ENST00000470541 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917733 155917806 ENST00000470541 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155917733 155948218 ENST00000313667 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155948156 155948218 ENST00000313667 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939091 ENST00000313667 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000313667 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000313667 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000313667 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000313667 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934919 ENST00000313667 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932724 155932974 ENST00000313667 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932384 155932509 ENST00000313667 9 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931896 155932013 ENST00000313667 10 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155931452 155931700 ENST00000313667 11 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155928111 155928187 ENST00000313667 12 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155927504 155927673 ENST00000313667 13 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155924693 155924760 ENST00000313667 14 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155922419 155922619 ENST00000313667 15 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921907 155922026 ENST00000313667 16 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921710 155921777 ENST00000313667 17 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921532 155921567 ENST00000313667 18 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155921274 155921324 ENST00000313667 19 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920620 155921063 ENST00000313667 20 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155920090 155920273 ENST00000313667 21 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155917736 155917806 ENST00000313667 22 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155922523 155932414 ENST00000474428 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155922594 155931748 ENST00000470975 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155931730 155932763 ENST00000608543 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155932918 155936270 ENST00000470874 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000470874 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000470874 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934914 155934919 ENST00000470874 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155932931 155948890 ENST00000471589 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939073 ENST00000471589 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000471589 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000471589 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000471589 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000471589 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934922 ENST00000471589 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155932931 155932974 ENST00000471589 8 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155934779 155947960 ENST00000497907 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939073 ENST00000497907 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000497907 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000497907 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000497907 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935094 155935203 ENST00000497907 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155934779 155934922 ENST00000497907 7 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155934779 155948292 ENST00000476273 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155935115 155939520 ENST00000609707 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155939325 155939363 ENST00000609707 1 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155938947 155939091 ENST00000609707 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936611 155936678 ENST00000609707 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155936207 155936270 ENST00000609707 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935422 155935551 ENST00000609707 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155935115 155935203 ENST00000609707 6 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155938011 155940854 ENST00000487755 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155938600 155948904 ENST00000465079 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155939039 155959290 ENST00000495070 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155955123 155955186 ENST00000495070 2 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155954185 155954224 ENST00000495070 3 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155952898 155952991 ENST00000495070 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155939039 155939091 ENST00000495070 5 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155955166 155976861 ENST00000423422 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +CDS 1 155955166 155955186 ENST00000423422 4 ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155959025 155961003 ENST00000609126 NA ARHGEF2 ENSG00000116584 Not Supported Not Supported +transcript 1 155948590 155952777 ENST00000610146 NA RP11-336K24.12 ENSG00000273002 Not Supported Not Supported +transcript 1 155961181 155971578 ENST00000415726 NA RP11-336K24.5 ENSG00000224276 Not Supported Not Supported +transcript 1 155978839 155990750 ENST00000295702 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000295702 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000295702 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155984752 155984860 ENST00000295702 4 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155981601 155981678 ENST00000295702 5 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155979334 155979441 ENST00000295702 6 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978840 155982831 ENST00000472467 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978853 155989962 ENST00000488179 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978877 155990708 ENST00000529008 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000529008 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000529008 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155979417 155979441 ENST00000529008 4 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978896 155990724 ENST00000496742 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000496742 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155981601 155981678 ENST00000496742 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155979417 155979441 ENST00000496742 4 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978898 155990703 ENST00000484320 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978906 155990705 ENST00000532074 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155978920 155990726 ENST00000480176 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155979126 155990737 ENST00000473699 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000473699 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989027 155989057 ENST00000473699 3 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155979151 155990680 ENST00000480567 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000480567 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000480567 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155984752 155984860 ENST00000480567 4 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155981601 155981678 ENST00000480567 5 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155979334 155979441 ENST00000480567 6 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155979341 155990703 ENST00000531790 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000531790 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988045 155988159 ENST00000531790 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155981678 155981678 ENST00000531790 4 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155980012 155990741 ENST00000368311 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155981372 155990719 ENST00000472898 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155981601 155990580 ENST00000531917 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000531917 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000531917 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155984752 155984860 ENST00000531917 4 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155981601 155981678 ENST00000531917 5 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155981601 155990705 ENST00000474377 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000474377 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000474377 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155984752 155984860 ENST00000474377 4 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155982321 155982356 ENST00000474377 5 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155981601 155990722 ENST00000466905 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000466905 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000466905 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155984752 155984860 ENST00000466905 4 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155982321 155982356 ENST00000466905 5 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155988061 155990694 ENST00000526212 NA SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155990679 155990687 ENST00000526212 1 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155990057 155990137 ENST00000526212 2 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155989804 155989958 ENST00000526212 3 SSR2 ENSG00000163479 Not Supported Not Supported +CDS 1 155988061 155988159 ENST00000526212 4 SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 155989804 155990636 ENST00000467041 NA SSR2 ENSG00000163479 Not Supported Not Supported +transcript 1 156005092 156023585 ENST00000368309 NA UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156023385 156023492 ENST00000368309 1 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156021497 156021648 ENST00000368309 2 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156020901 156021118 ENST00000368309 3 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156020082 156020344 ENST00000368309 4 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156018292 156018450 ENST00000368309 5 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156013789 156014014 ENST00000368309 6 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156012565 156012704 ENST00000368309 7 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156011944 156012027 ENST00000368309 8 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156011663 156011778 ENST00000368309 9 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156011276 156011462 ENST00000368309 10 UBQLN4 ENSG00000160803 Not Supported Not Supported +CDS 1 156006772 156006921 ENST00000368309 11 UBQLN4 ENSG00000160803 Not Supported Not Supported +transcript 1 156011663 156012329 ENST00000459954 NA UBQLN4 ENSG00000160803 Not Supported Not Supported +transcript 1 156018293 156023441 ENST00000472638 NA UBQLN4 ENSG00000160803 Not Supported Not Supported +transcript 1 156024543 156028301 ENST00000368305 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156024681 156024748 ENST00000368305 1 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156025054 156025216 ENST00000368305 2 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156027769 156027858 ENST00000368305 3 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156028106 156028159 ENST00000368305 4 LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156024583 156028297 ENST00000368304 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156024681 156024748 ENST00000368304 1 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156025054 156025216 ENST00000368304 2 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156028106 156028159 ENST00000368304 3 LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156024612 156025784 ENST00000489664 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156024641 156028294 ENST00000368302 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156024681 156024748 ENST00000368302 1 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156025054 156025216 ENST00000368302 2 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156027769 156027858 ENST00000368302 3 LAMTOR2 ENSG00000116586 Not Supported Not Supported +CDS 1 156028069 156028197 ENST00000368302 4 LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156024876 156028297 ENST00000487106 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156025287 156028297 ENST00000463371 NA LAMTOR2 ENSG00000116586 Not Supported Not Supported +transcript 1 156030951 156040295 ENST00000361084 NA RAB25 ENSG00000132698 Not Supported Not Supported +CDS 1 156031192 156031234 ENST00000361084 1 RAB25 ENSG00000132698 Not Supported Not Supported +CDS 1 156035702 156035897 ENST00000361084 2 RAB25 ENSG00000132698 Not Supported Not Supported +CDS 1 156038061 156038254 ENST00000361084 3 RAB25 ENSG00000132698 Not Supported Not Supported +CDS 1 156039462 156039542 ENST00000361084 4 RAB25 ENSG00000132698 Not Supported Not Supported +CDS 1 156039951 156040075 ENST00000361084 5 RAB25 ENSG00000132698 Not Supported Not Supported +transcript 1 156030980 156036073 ENST00000463614 NA RAB25 ENSG00000132698 Not Supported Not Supported +transcript 1 156030997 156039897 ENST00000487325 NA RAB25 ENSG00000132698 Not Supported Not Supported +transcript 1 156031174 156040295 ENST00000473336 NA RAB25 ENSG00000132698 Not Supported Not Supported +transcript 1 156038003 156040156 ENST00000497968 NA RAB25 ENSG00000132698 Not Supported Not Supported +transcript 1 156041804 156051789 ENST00000532414 NA MEX3A ENSG00000254726 Not Supported Not Supported +CDS 1 156051336 156051789 ENST00000532414 1 MEX3A ENSG00000254726 Not Supported Not Supported +CDS 1 156046368 156047473 ENST00000532414 2 MEX3A ENSG00000254726 Not Supported Not Supported +transcript 1 156046857 156051495 ENST00000442784 NA MEX3A ENSG00000254726 Not Supported Not Supported +transcript 1 156047164 156047245 ENST00000410679 NA AL355388.1 ENSG00000222611 Not Supported Not Supported +transcript 1 156052364 156104278 ENST00000502751 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156052369 156107656 ENST00000368301 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156084710 156085065 ENST00000368301 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000368301 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000368301 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000368301 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000368301 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000368301 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000368301 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000368301 11 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000368301 12 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107552 ENST00000368301 13 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156052391 156053404 ENST00000495341 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156052422 156063602 ENST00000470835 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156076449 156084629 ENST00000515711 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084461 156109878 ENST00000347559 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156084710 156085065 ENST00000347559 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000347559 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000347559 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000347559 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000347559 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000347559 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000347559 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000347559 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000347559 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108548 ENST00000347559 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108894 ENST00000347559 11 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084461 156107656 ENST00000361308 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156084710 156085065 ENST00000361308 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000361308 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000361308 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000361308 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000361308 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000361308 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000361308 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000361308 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000361308 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107552 ENST00000361308 10 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084498 156109880 ENST00000368300 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156084710 156085065 ENST00000368300 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000368300 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000368300 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000368300 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000368300 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000368300 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000368300 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000368300 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000368300 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107534 ENST00000368300 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108548 ENST00000368300 11 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108894 ENST00000368300 12 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084502 156084838 ENST00000478063 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084502 156104289 ENST00000470199 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084504 156104237 ENST00000469565 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156084513 156109108 ENST00000368299 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156084710 156085065 ENST00000368299 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000368299 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000368299 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000368299 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000368299 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000368299 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000368299 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000368299 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000368299 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107534 ENST00000368299 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108398 ENST00000368299 11 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108894 ENST00000368299 12 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156092933 156104319 ENST00000502357 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156095951 156109804 ENST00000448611 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156095995 156096014 ENST00000448611 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000448611 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000448611 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000448611 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000448611 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000448611 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000448611 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000448611 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000448611 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107534 ENST00000448611 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108548 ENST00000448611 11 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108893 ENST00000448611 12 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156109561 156109627 ENST00000448611 13 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156095965 156105016 ENST00000515459 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156096594 156096707 ENST00000515459 2 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156095980 156107656 ENST00000368297 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156096594 156096706 ENST00000368297 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000368297 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000368297 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000368297 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000368297 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000368297 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000368297 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000368297 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000368297 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107552 ENST00000368297 11 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156096336 156104751 ENST00000504687 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156096336 156096442 ENST00000504687 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000504687 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000504687 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104751 ENST00000504687 4 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156096346 156109094 ENST00000473598 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156099641 156099699 ENST00000473598 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000473598 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000473598 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000473598 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000473598 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000473598 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000473598 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000473598 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000473598 10 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107534 ENST00000473598 11 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108548 ENST00000473598 12 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108894 ENST00000473598 13 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156096594 156107656 ENST00000392353 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156096594 156096706 ENST00000392353 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156100408 156100564 ENST00000392353 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104194 156104319 ENST00000392353 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104596 156104766 ENST00000392353 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156104978 156105103 ENST00000392353 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105692 156105912 ENST00000392353 6 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000392353 7 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000392353 8 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000392353 9 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156107445 156107552 ENST00000392353 10 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156104596 156105199 ENST00000515824 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156104612 156109094 ENST00000496738 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156104904 156107058 ENST00000368298 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156105524 156107952 ENST00000498722 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156105878 156108962 ENST00000508500 NA LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156105878 156105912 ENST00000508500 1 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106005 156106227 ENST00000508500 2 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106712 156106819 ENST00000508500 3 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156106904 156107023 ENST00000508500 4 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108279 156108548 ENST00000508500 5 LMNA ENSG00000160789 Not Supported Not Supported +CDS 1 156108871 156108897 ENST00000508500 6 LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156106084 156107083 ENST00000459904 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156107253 156108894 ENST00000506981 NA LMNA ENSG00000160789 Not Supported Not Supported +transcript 1 156117157 156131289 ENST00000435124 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156124370 156124508 ENST00000435124 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126205 156126365 ENST00000435124 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000435124 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128179 156128277 ENST00000435124 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000435124 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000435124 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000435124 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131289 ENST00000435124 9 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156119514 156131284 ENST00000414683 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126363 156126365 ENST00000414683 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000414683 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128179 156128277 ENST00000414683 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000414683 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000414683 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000414683 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131284 ENST00000414683 8 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156119810 156147535 ENST00000355014 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156124370 156124508 ENST00000355014 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126205 156126365 ENST00000355014 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000355014 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128179 156128277 ENST00000355014 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000355014 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000355014 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000355014 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131309 ENST00000355014 9 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156132735 156132885 ENST00000355014 10 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156142617 156142797 ENST00000355014 11 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144613 156144731 ENST00000355014 12 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144877 156145034 ENST00000355014 13 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156145347 156145447 ENST00000355014 14 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156146196 156146785 ENST00000355014 15 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156119994 156126365 ENST00000485575 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156123318 156147535 ENST00000368285 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156124370 156124508 ENST00000368285 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126205 156126365 ENST00000368285 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000368285 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128179 156128277 ENST00000368285 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000368285 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000368285 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000368285 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131309 ENST00000368285 9 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156132735 156132885 ENST00000368285 10 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156142617 156142797 ENST00000368285 11 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144613 156144731 ENST00000368285 12 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144877 156145034 ENST00000368285 13 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156145347 156145447 ENST00000368285 14 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156146196 156146785 ENST00000368285 15 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156123369 156147534 ENST00000368284 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126363 156126365 ENST00000368284 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000368284 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000368284 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000368284 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000368284 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131309 ENST00000368284 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156132735 156132885 ENST00000368284 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156142617 156142797 ENST00000368284 9 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144613 156144731 ENST00000368284 10 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144877 156145034 ENST00000368284 11 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156145347 156145447 ENST00000368284 12 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156146196 156146785 ENST00000368284 13 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156123388 156147534 ENST00000368286 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126363 156126365 ENST00000368286 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000368286 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000368286 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000368286 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000368286 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131309 ENST00000368286 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156132735 156132885 ENST00000368286 9 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156142617 156142797 ENST00000368286 10 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144613 156144731 ENST00000368286 11 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144877 156145034 ENST00000368286 12 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156145347 156145447 ENST00000368286 13 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156146196 156146785 ENST00000368286 14 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156123398 156130819 ENST00000438830 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156124370 156124508 ENST00000438830 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126205 156126365 ENST00000438830 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000438830 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000438830 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000438830 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130819 ENST00000438830 7 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156124162 156147543 ENST00000368282 NA SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156124370 156124508 ENST00000368282 1 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156126205 156126365 ENST00000368282 2 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156127861 156127923 ENST00000368282 3 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128179 156128277 ENST00000368282 4 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156128510 156128615 ENST00000368282 5 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130234 156130350 ENST00000368282 6 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156130696 156130820 ENST00000368282 7 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156131137 156131309 ENST00000368282 8 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156132735 156132885 ENST00000368282 9 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156142617 156142797 ENST00000368282 10 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144613 156144731 ENST00000368282 11 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156144877 156145034 ENST00000368282 12 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156145347 156145447 ENST00000368282 13 SEMA4A ENSG00000196189 Not Supported Not Supported +CDS 1 156146196 156146785 ENST00000368282 14 SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156124668 156128822 ENST00000470306 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156126216 156145023 ENST00000487358 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156130335 156131460 ENST00000466698 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156130741 156133089 ENST00000469065 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156131018 156145438 ENST00000462892 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156145124 156146447 ENST00000484155 NA SEMA4A ENSG00000196189 Not Supported Not Supported +transcript 1 156161854 156161994 ENST00000516427 NA SNORA26 ENSG00000252236 Not Supported Not Supported +transcript 1 156163880 156182587 ENST00000359511 NA SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156169639 156170263 ENST00000359511 2 SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156177677 156177804 ENST00000359511 3 SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156180031 156180219 ENST00000359511 4 SLC25A44 ENSG00000160785 Not Supported Not Supported +transcript 1 156163907 156180491 ENST00000423538 NA SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156169639 156170019 ENST00000423538 2 SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156170089 156170263 ENST00000423538 3 SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156177677 156177804 ENST00000423538 4 SLC25A44 ENSG00000160785 Not Supported Not Supported +CDS 1 156180031 156180219 ENST00000423538 5 SLC25A44 ENSG00000160785 Not Supported Not Supported +transcript 1 156165996 156182586 ENST00000469537 NA SLC25A44 ENSG00000160785 Not Supported Not Supported +transcript 1 156169409 156169977 ENST00000482737 NA SLC25A44 ENSG00000160785 Not Supported Not Supported +transcript 1 156170181 156180218 ENST00000468973 NA SLC25A44 ENSG00000160785 Not Supported Not Supported +transcript 1 156182773 156213123 ENST00000490491 NA PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000490491 1 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000490491 2 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000490491 3 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156206079 156206274 ENST00000490491 4 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000490491 5 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212553 156212582 ENST00000490491 6 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +transcript 1 156182798 156213054 ENST00000368276 NA PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000368276 1 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000368276 2 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000368276 3 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156206140 156206274 ENST00000368276 4 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000368276 5 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212553 156212622 ENST00000368276 6 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212824 156212871 ENST00000368276 7 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +transcript 1 156182800 156213112 ENST00000320139 NA PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000320139 1 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000320139 2 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000320139 3 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000320139 4 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212553 156212622 ENST00000320139 5 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +CDS 1 156212824 156212871 ENST00000320139 6 PMF1-BGLAP ENSG00000260238 Not Supported Not Supported +transcript 1 156182784 156209831 ENST00000368279 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000368279 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000368279 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000368279 3 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156206140 156206274 ENST00000368279 4 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156209339 156209375 ENST00000368279 5 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182796 156203443 ENST00000466489 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000466489 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156190468 156190567 ENST00000466489 2 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182797 156209642 ENST00000368273 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000368273 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156195348 156195459 ENST00000368273 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000368273 3 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156206079 156206274 ENST00000368273 4 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156209339 156209389 ENST00000368273 5 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182798 156207082 ENST00000606952 NA PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182798 156209833 ENST00000368277 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000368277 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000368277 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000368277 3 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156206079 156206274 ENST00000368277 4 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156209339 156209389 ENST00000368277 5 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182798 156212874 ENST00000567140 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000567140 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000567140 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000567140 3 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156206140 156206274 ENST00000567140 4 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000567140 5 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212553 156212622 ENST00000567140 6 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212824 156212871 ENST00000567140 7 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182798 156212874 ENST00000565805 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182807 156182967 ENST00000565805 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156202111 156202216 ENST00000565805 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156203419 156203519 ENST00000565805 3 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000565805 4 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212553 156212622 ENST00000565805 5 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156212824 156212871 ENST00000565805 6 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156182817 156209509 ENST00000497069 NA PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156182817 156182967 ENST00000497069 1 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156195348 156195459 ENST00000497069 2 PMF1 ENSG00000160783 Not Supported Not Supported +CDS 1 156202111 156202128 ENST00000497069 3 PMF1 ENSG00000160783 Not Supported Not Supported +transcript 1 156211753 156213112 ENST00000368272 NA BGLAP ENSG00000242252 Not Supported Not Supported +CDS 1 156212023 156212086 ENST00000368272 1 BGLAP ENSG00000242252 Not Supported Not Supported +CDS 1 156212344 156212382 ENST00000368272 2 BGLAP ENSG00000242252 Not Supported Not Supported +CDS 1 156212553 156212622 ENST00000368272 3 BGLAP ENSG00000242252 Not Supported Not Supported +CDS 1 156212824 156212950 ENST00000368272 4 BGLAP ENSG00000242252 Not Supported Not Supported +transcript 1 156211980 156213080 ENST00000471413 NA BGLAP ENSG00000242252 Not Supported Not Supported +transcript 1 156213206 156217867 ENST00000492619 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213206 156217881 ENST00000292291 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156216472 156216522 ENST00000292291 2 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215914 156216041 ENST00000292291 3 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156215778 ENST00000292291 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215326 156215452 ENST00000292291 5 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000292291 6 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214552 156214702 ENST00000292291 7 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213923 156214194 ENST00000292291 8 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213207 156217843 ENST00000335852 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156215639 ENST00000335852 3 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215326 156215452 ENST00000335852 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000335852 5 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214481 156214702 ENST00000335852 6 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213655 156214194 ENST00000335852 7 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213207 156217829 ENST00000356983 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156215639 ENST00000356983 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215326 156215452 ENST00000356983 5 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000356983 6 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214481 156214702 ENST00000356983 7 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213655 156214194 ENST00000356983 8 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213213 156217847 ENST00000340183 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156217748 156217847 ENST00000340183 1 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156216041 ENST00000340183 2 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000340183 3 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214552 156214702 ENST00000340183 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213920 156214194 ENST00000340183 5 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213213 156217847 ENST00000491107 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213214 156217822 ENST00000368270 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215914 156216020 ENST00000368270 2 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156215778 ENST00000368270 3 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215326 156215452 ENST00000368270 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000368270 5 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214552 156214702 ENST00000368270 6 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213923 156214194 ENST00000368270 7 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213214 156217827 ENST00000468632 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156213703 156217847 ENST00000540423 NA PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156216481 156216522 ENST00000540423 3 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215914 156216041 ENST00000540423 4 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215573 156215778 ENST00000540423 5 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156215326 156215452 ENST00000540423 6 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214933 156215029 ENST00000540423 7 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156214552 156214702 ENST00000540423 8 PAQR6 ENSG00000160781 Not Supported Not Supported +CDS 1 156213923 156214194 ENST00000540423 9 PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156214565 156217805 ENST00000480773 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156214945 156217845 ENST00000470198 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156215008 156217847 ENST00000475507 NA PAQR6 ENSG00000160781 Not Supported Not Supported +transcript 1 156219015 156252616 ENST00000361813 NA SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156252398 156252471 ENST00000361813 1 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156248727 156248825 ENST00000361813 2 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156247716 156247839 ENST00000361813 3 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156246876 156247032 ENST00000361813 4 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156244388 156244477 ENST00000361813 5 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156243152 156243241 ENST00000361813 6 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156242111 156242189 ENST00000361813 7 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156238081 156238206 ENST00000361813 8 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156237906 156237974 ENST00000361813 9 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156237261 156237469 ENST00000361813 10 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156236332 156236469 ENST00000361813 11 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156235572 156236171 ENST00000361813 12 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156233186 156233361 ENST00000361813 13 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156231124 156231199 ENST00000361813 14 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156230242 156230417 ENST00000361813 15 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156228796 156228954 ENST00000361813 16 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156223240 156223299 ENST00000361813 17 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156222710 156222869 ENST00000361813 18 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156222205 156222295 ENST00000361813 19 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156221194 156221268 ENST00000361813 20 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156220649 156220787 ENST00000361813 21 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156220381 156220461 ENST00000361813 22 SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156219529 156252620 ENST00000368267 NA SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156252398 156252471 ENST00000368267 1 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156248727 156248825 ENST00000368267 2 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156247716 156247839 ENST00000368267 3 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156246876 156247032 ENST00000368267 4 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156244388 156244477 ENST00000368267 5 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156243152 156243241 ENST00000368267 6 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156242111 156242189 ENST00000368267 7 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156238081 156238206 ENST00000368267 8 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156237906 156237974 ENST00000368267 9 SMG5 ENSG00000198952 Not Supported Not Supported +CDS 1 156219532 156219745 ENST00000368267 10 SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156219824 156221171 ENST00000476954 NA SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156220870 156222346 ENST00000473643 NA SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156222839 156223553 ENST00000468993 NA SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156235928 156237379 ENST00000489907 NA SMG5 ENSG00000198952 Not Supported Not Supported +transcript 1 156252726 156262234 ENST00000463670 NA TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156252739 156262234 ENST00000295694 NA TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156255018 156255774 ENST00000295694 2 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156256051 156256264 ENST00000295694 3 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156261176 156261386 ENST00000295694 4 TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156252744 156261739 ENST00000357501 NA TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156255018 156255058 ENST00000357501 2 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156256051 156256264 ENST00000357501 3 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156261176 156261445 ENST00000357501 4 TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156254070 156262234 ENST00000405535 NA TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156255018 156255774 ENST00000405535 2 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156256051 156256264 ENST00000405535 3 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156261176 156261386 ENST00000405535 4 TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156254105 156262234 ENST00000495881 NA TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156254113 156261316 ENST00000456810 NA TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156255018 156255058 ENST00000456810 2 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156256051 156256264 ENST00000456810 3 TMEM79 ENSG00000163472 Not Supported Not Supported +CDS 1 156261176 156261316 ENST00000456810 4 TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156256067 156262976 ENST00000485135 NA TMEM79 ENSG00000163472 Not Supported Not Supported +transcript 1 156259880 156263172 ENST00000461597 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263111 156263172 ENST00000461597 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156262835 156263000 ENST00000461597 2 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156259887 156261341 ENST00000497831 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156260332 156265445 ENST00000472870 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156265317 156265436 ENST00000472870 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264550 156264807 ENST00000472870 2 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156262900 156262911 ENST00000472870 3 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156260478 156261297 ENST00000480968 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156262479 156263458 ENST00000482579 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156262479 156265463 ENST00000362007 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156265317 156265436 ENST00000362007 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264550 156264807 ENST00000362007 2 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264156 156264356 ENST00000362007 3 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263809 156264027 ENST00000362007 4 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263111 156263367 ENST00000362007 5 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156262838 156263000 ENST00000362007 6 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156262486 156263867 ENST00000481050 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263809 156263867 ENST00000481050 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263111 156263220 ENST00000481050 2 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156262835 156263000 ENST00000481050 3 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156263164 156265444 ENST00000476177 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156265317 156265436 ENST00000476177 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264467 156264549 ENST00000476177 2 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264253 156264316 ENST00000476177 3 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156263175 156264304 ENST00000497955 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156263214 156265445 ENST00000368264 NA C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156265317 156265436 ENST00000368264 1 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156264156 156264356 ENST00000368264 2 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263809 156264027 ENST00000368264 3 C1orf85 ENSG00000198715 Not Supported Not Supported +CDS 1 156263493 156263501 ENST00000368264 4 C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156263309 156264783 ENST00000479084 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156263408 156265438 ENST00000484214 NA C1orf85 ENSG00000198715 Not Supported Not Supported +transcript 1 156268415 156269428 ENST00000339922 NA VHLL ENSG00000189030 Not Supported Not Supported +CDS 1 156268564 156268980 ENST00000339922 1 VHLL ENSG00000189030 Not Supported Not Supported +transcript 1 156278759 156308256 ENST00000295688 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000295688 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000295688 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000295688 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000295688 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000295688 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000295688 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000295688 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288659 156288808 ENST00000295688 8 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156287206 156287338 ENST00000295688 9 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156286957 156287038 ENST00000295688 10 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156281832 156282012 ENST00000295688 11 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280741 156280986 ENST00000295688 12 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280349 156280480 ENST00000295688 13 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156278993 156279094 ENST00000295688 14 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156278760 156308036 ENST00000368259 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000368259 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000368259 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000368259 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000368259 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000368259 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288659 156288808 ENST00000368259 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156287206 156287338 ENST00000368259 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156286957 156287038 ENST00000368259 8 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156281832 156282012 ENST00000368259 9 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280741 156280986 ENST00000368259 10 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280349 156280480 ENST00000368259 11 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156278993 156279094 ENST00000368259 12 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156278760 156308054 ENST00000368258 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000368258 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000368258 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304529 156304566 ENST00000368258 3 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156278805 156308038 ENST00000368262 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000368262 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156306901 156307031 ENST00000368262 2 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156278805 156308038 ENST00000368261 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304667 ENST00000368261 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000368261 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000368261 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000368261 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000368261 8 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288659 156288808 ENST00000368261 9 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156287206 156287338 ENST00000368261 10 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156286957 156287038 ENST00000368261 11 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156281832 156282012 ENST00000368261 12 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280741 156280986 ENST00000368261 13 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280349 156280480 ENST00000368261 14 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156278993 156279094 ENST00000368261 15 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156278956 156308048 ENST00000472765 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304667 ENST00000472765 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000472765 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000472765 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000472765 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000472765 8 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288659 156288808 ENST00000472765 9 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156287206 156287338 ENST00000472765 10 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156286957 156287038 ENST00000472765 11 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156281832 156282012 ENST00000472765 12 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280741 156280986 ENST00000472765 13 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156280349 156280480 ENST00000472765 14 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156278993 156279094 ENST00000472765 15 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156288661 156337650 ENST00000413555 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156337535 156337637 ENST00000413555 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000413555 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000413555 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000413555 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000413555 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000413555 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000413555 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288661 156288808 ENST00000413555 8 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156288712 156308020 ENST00000496684 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000496684 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000496684 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000496684 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000496684 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000496684 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294877 ENST00000496684 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000496684 7 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288712 156288808 ENST00000496684 8 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156288748 156308083 ENST00000533194 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303404 ENST00000533194 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000533194 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290630 156290816 ENST00000533194 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156288748 156288808 ENST00000533194 5 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156290630 156337628 ENST00000463132 NA CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156290631 156305798 ENST00000490221 NA CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156290631 156337664 ENST00000446905 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156337535 156337637 ENST00000446905 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000446905 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000446905 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000446905 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290631 156290816 ENST00000446905 5 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156290714 156308096 ENST00000478640 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000478640 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000478640 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000478640 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000478640 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294763 156294880 ENST00000478640 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156290714 156290816 ENST00000478640 6 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156294771 156308005 ENST00000415548 NA CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156307945 156307975 ENST00000415548 1 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156305618 156305679 ENST00000415548 2 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304659 156304709 ENST00000415548 3 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156304504 156304566 ENST00000415548 4 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303338 156303434 ENST00000415548 5 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156303007 156303075 ENST00000415548 6 CCT3 ENSG00000163468 Not Supported Not Supported +CDS 1 156294771 156294880 ENST00000415548 7 CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156302444 156308102 ENST00000368256 NA CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156304906 156307997 ENST00000489870 NA CCT3 ENSG00000163468 Not Supported Not Supported +transcript 1 156293302 156293487 ENST00000416812 NA AL589685.1 ENSG00000228155 Not Supported Not Supported +transcript 1 156307105 156316786 ENST00000368255 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000368255 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000368255 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316559 156316770 ENST00000368255 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308294 156316781 ENST00000368253 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000368253 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000368253 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316559 156316770 ENST00000368253 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308298 156316784 ENST00000470342 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000470342 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000470342 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316570 156316706 ENST00000470342 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308314 156316786 ENST00000368254 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000368254 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000368254 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316559 156316770 ENST00000368254 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308419 156316786 ENST00000481479 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000481479 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000481479 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316570 156316706 ENST00000481479 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308485 156316786 ENST00000368252 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000368252 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000368252 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316559 156316770 ENST00000368252 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308579 156316783 ENST00000466306 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000466306 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000466306 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316570 156316706 ENST00000466306 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156308693 156316786 ENST00000368251 NA TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156309549 156309582 ENST00000368251 2 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156314371 156314499 ENST00000368251 3 TSACC ENSG00000163467 Not Supported Not Supported +CDS 1 156316559 156316770 ENST00000368251 4 TSACC ENSG00000163467 Not Supported Not Supported +transcript 1 156339003 156341670 ENST00000467375 NA RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156354940 ENST00000544720 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000544720 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156344398 156344501 ENST00000544720 2 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355011 ENST00000368249 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000368249 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347092 156347278 ENST00000368249 2 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156347931 ENST00000368249 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156348043 156348190 ENST00000368249 4 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000368249 5 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351597 156351734 ENST00000368249 6 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156351992 ENST00000368249 7 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156352539 156352660 ENST00000368249 8 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354318 156354392 ENST00000368249 9 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354569 156354582 ENST00000368249 10 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355011 ENST00000368247 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000368247 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156344398 156344501 ENST00000368247 2 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355011 ENST00000446171 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000446171 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156340973 156341045 ENST00000446171 2 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347092 156347278 ENST00000446171 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156347792 ENST00000446171 4 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355009 ENST00000368246 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000368246 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347092 156347278 ENST00000368246 2 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156347931 ENST00000368246 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156348043 156348190 ENST00000368246 4 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000368246 5 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351597 156351734 ENST00000368246 6 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156351992 ENST00000368246 7 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156352539 156352660 ENST00000368246 8 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354318 156354346 ENST00000368246 9 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354351 156354392 ENST00000368246 10 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354569 156354634 ENST00000368246 11 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156352541 ENST00000537040 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339041 156339227 ENST00000537040 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000537040 2 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351597 156351718 ENST00000537040 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156352066 ENST00000537040 4 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355009 ENST00000400992 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347112 156347278 ENST00000400992 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156348190 ENST00000400992 4 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000400992 5 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351597 156351734 ENST00000400992 6 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156351992 ENST00000400992 7 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156352539 156352660 ENST00000400992 8 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354318 156354392 ENST00000400992 9 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354569 156354582 ENST00000400992 10 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156355009 ENST00000255013 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347112 156347278 ENST00000255013 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156347931 ENST00000255013 4 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156348043 156348190 ENST00000255013 5 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000255013 6 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351597 156351734 ENST00000255013 7 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156351992 ENST00000255013 8 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156352539 156352660 ENST00000255013 9 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354318 156354392 ENST00000255013 10 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354569 156354582 ENST00000255013 11 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339003 156354329 ENST00000451864 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347112 156347278 ENST00000451864 3 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156347781 156348190 ENST00000451864 4 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351138 156351304 ENST00000451864 5 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156351859 156351992 ENST00000451864 6 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156352539 156352660 ENST00000451864 7 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156354205 156354326 ENST00000451864 8 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339031 156355005 ENST00000466013 NA RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156339042 156355011 ENST00000368245 NA RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156339042 156339227 ENST00000368245 1 RHBG ENSG00000132677 Not Supported Not Supported +CDS 1 156344398 156344504 ENST00000368245 2 RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156351934 156354676 ENST00000494874 NA RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156352104 156354395 ENST00000477000 NA RHBG ENSG00000132677 Not Supported Not Supported +transcript 1 156358018 156365401 ENST00000451362 NA RP11-139I14.2 ENSG00000237390 Not Supported Not Supported +transcript 1 156374042 156387231 ENST00000608007 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374044 156399215 ENST00000400991 NA C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156399168 156399215 ENST00000400991 1 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156396590 156396664 ENST00000400991 2 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156374318 156374393 ENST00000400991 3 C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374045 156390128 ENST00000368242 NA C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156389963 156390128 ENST00000368242 1 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156384446 156384545 ENST00000368242 2 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156377634 156377767 ENST00000368242 3 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156376872 156376989 ENST00000368242 4 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156374346 156374393 ENST00000368242 5 C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374048 156396664 ENST00000471156 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374048 156399371 ENST00000497824 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374049 156378822 ENST00000488498 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374049 156391544 ENST00000465270 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374050 156386731 ENST00000462458 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374051 156391544 ENST00000486517 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374053 156382500 ENST00000465570 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374053 156399205 ENST00000310027 NA C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156399168 156399205 ENST00000310027 1 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156396590 156396664 ENST00000310027 2 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156384446 156384545 ENST00000310027 3 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156377634 156377767 ENST00000310027 4 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156374318 156374393 ENST00000310027 5 C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374055 156399184 ENST00000368243 NA C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156386561 156386631 ENST00000368243 3 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156384446 156384545 ENST00000368243 4 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156377634 156377767 ENST00000368243 5 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156376872 156376989 ENST00000368243 6 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156374349 156374393 ENST00000368243 7 C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374056 156377883 ENST00000498346 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374156 156391550 ENST00000497822 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374172 156390081 ENST00000492750 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374204 156399202 ENST00000357975 NA C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156399168 156399202 ENST00000357975 1 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156396590 156396664 ENST00000357975 2 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156384446 156384545 ENST00000357975 3 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156377634 156377767 ENST00000357975 4 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156376872 156376989 ENST00000357975 5 C1orf61 ENSG00000125462 Not Supported Not Supported +CDS 1 156374346 156374393 ENST00000357975 6 C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156374300 156383270 ENST00000464238 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156376966 156391548 ENST00000482932 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156377489 156390110 ENST00000489918 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156377634 156399193 ENST00000484428 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156377646 156399191 ENST00000489877 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156381623 156399221 ENST00000476966 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156383708 156391548 ENST00000463309 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156383899 156391601 ENST00000464203 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156395429 156400493 ENST00000469813 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156395617 156399210 ENST00000495000 NA C1orf61 ENSG00000125462 Not Supported Not Supported +transcript 1 156390123 156390230 ENST00000385198 NA MIR9-1 ENSG00000207933 Not Supported Not Supported +transcript 1 156416204 156426258 ENST00000441085 NA RP11-98G7.1 ENSG00000236947 Not Supported Not Supported +transcript 1 156422689 156426369 ENST00000452465 NA RP11-98G7.1 ENSG00000236947 Not Supported Not Supported +transcript 1 156433519 156453222 ENST00000464356 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000464356 1 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000464356 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450435 156450569 ENST00000464356 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000464356 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000464356 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000464356 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000464356 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000464356 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000464356 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000464356 10 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156433519 156470620 ENST00000348159 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000348159 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000348159 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450626 156450763 ENST00000348159 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000348159 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000348159 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000348159 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446286 156446306 ENST00000348159 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000348159 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000348159 10 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000348159 11 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000348159 12 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156433522 156470529 ENST00000340875 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000340875 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000340875 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450435 156450569 ENST00000340875 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000340875 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000340875 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000340875 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446286 156446306 ENST00000340875 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000340875 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000340875 10 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000340875 11 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000340875 12 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156433522 156470529 ENST00000368240 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000368240 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000368240 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450626 156450763 ENST00000368240 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000368240 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000368240 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000368240 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000368240 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000368240 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000368240 10 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000368240 11 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156433522 156470529 ENST00000353795 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000353795 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000353795 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000353795 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000353795 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000353795 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446286 156446306 ENST00000353795 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000353795 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000353795 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000353795 10 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000353795 11 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156436002 156460391 ENST00000360595 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000360595 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000360595 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450626 156450763 ENST00000360595 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449378 156449588 ENST00000360595 5 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449082 156449138 ENST00000360595 6 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156446804 156446994 ENST00000360595 7 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156444900 156445029 ENST00000360595 8 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156438572 156438812 ENST00000360595 9 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437785 156438091 ENST00000360595 10 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156437440 156437448 ENST00000360595 11 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156437420 156470545 ENST00000475587 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453031 156453084 ENST00000475587 2 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156452229 156452432 ENST00000475587 3 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156450626 156450763 ENST00000475587 4 MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156449118 156449138 ENST00000475587 5 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156446721 156449572 ENST00000493077 NA MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156453053 156470571 ENST00000489057 NA MEF2D ENSG00000116604 Not Supported Not Supported +CDS 1 156453053 156453084 ENST00000489057 3 MEF2D ENSG00000116604 Not Supported Not Supported +transcript 1 156453890 156454002 ENST00000383924 NA Y_RNA ENSG00000206651 Not Supported Not Supported +transcript 1 156479646 156481473 ENST00000564032 NA RP11-284F21.8 ENSG00000260460 Not Supported Not Supported +transcript 1 156495197 156542332 ENST00000361170 NA IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156542285 156542321 ENST00000361170 1 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156539168 156539255 ENST00000361170 2 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156536182 156536338 ENST00000361170 3 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156535819 156535896 ENST00000361170 4 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156534407 156534483 ENST00000361170 5 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156533549 156533616 ENST00000361170 6 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156533345 156533458 ENST00000361170 7 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156532926 156533104 ENST00000361170 8 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156532379 156532457 ENST00000361170 9 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156531630 156531793 ENST00000361170 10 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156530726 156530813 ENST00000361170 11 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156526325 156526485 ENST00000361170 12 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156524027 156524184 ENST00000361170 13 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156521766 156521887 ENST00000361170 14 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156521497 156521660 ENST00000361170 15 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156520053 156520143 ENST00000361170 16 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156518373 156518540 ENST00000361170 17 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156518140 156518279 ENST00000361170 18 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156517865 156518035 ENST00000361170 19 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156514181 156514264 ENST00000361170 20 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156513944 156514015 ENST00000361170 21 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156513773 156513842 ENST00000361170 22 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156510500 156510708 ENST00000361170 23 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156509630 156509782 ENST00000361170 24 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156509166 156509329 ENST00000361170 25 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156508601 156508825 ENST00000361170 26 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156506973 156507113 ENST00000361170 27 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156504955 156505039 ENST00000361170 28 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156504293 156504525 ENST00000361170 29 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156503801 156503933 ENST00000361170 30 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156503565 156503667 ENST00000361170 31 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156502772 156502898 ENST00000361170 32 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156500952 156501039 ENST00000361170 33 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156499897 156500109 ENST00000361170 34 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156498708 156498874 ENST00000361170 35 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156498301 156498402 ENST00000361170 36 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156497744 156497852 ENST00000361170 37 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156496281 156496391 ENST00000361170 38 IQGAP3 ENSG00000183856 Not Supported Not Supported +transcript 1 156495197 156542396 ENST00000491900 NA IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156536182 156536334 ENST00000491900 2 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156535819 156535896 ENST00000491900 3 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156534407 156534483 ENST00000491900 4 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156533549 156533616 ENST00000491900 5 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156533345 156533458 ENST00000491900 6 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156532926 156533104 ENST00000491900 7 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156532379 156532457 ENST00000491900 8 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156531630 156531793 ENST00000491900 9 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156530726 156530813 ENST00000491900 10 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156526325 156526485 ENST00000491900 11 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156524027 156524184 ENST00000491900 12 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156521766 156521887 ENST00000491900 13 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156521497 156521660 ENST00000491900 14 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156520053 156520143 ENST00000491900 15 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156518373 156518540 ENST00000491900 16 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156518140 156518279 ENST00000491900 17 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156517865 156518035 ENST00000491900 18 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156514181 156514264 ENST00000491900 19 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156513944 156514015 ENST00000491900 20 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156513773 156513842 ENST00000491900 21 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156510500 156510708 ENST00000491900 22 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156509630 156509782 ENST00000491900 23 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156509166 156509329 ENST00000491900 24 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156508601 156508825 ENST00000491900 25 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156506973 156507113 ENST00000491900 26 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156504955 156505039 ENST00000491900 27 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156504293 156504525 ENST00000491900 28 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156503801 156503933 ENST00000491900 29 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156503565 156503667 ENST00000491900 30 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156502772 156502898 ENST00000491900 31 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156500952 156501039 ENST00000491900 32 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156499897 156500109 ENST00000491900 33 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156498708 156498874 ENST00000491900 34 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156498301 156498402 ENST00000491900 35 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156497744 156497852 ENST00000491900 36 IQGAP3 ENSG00000183856 Not Supported Not Supported +CDS 1 156496281 156496391 ENST00000491900 37 IQGAP3 ENSG00000183856 Not Supported Not Supported +transcript 1 156506623 156508653 ENST00000476565 NA IQGAP3 ENSG00000183856 Not Supported Not Supported +transcript 1 156506968 156509257 ENST00000498755 NA IQGAP3 ENSG00000183856 Not Supported Not Supported +transcript 1 156499122 156499221 ENST00000458777 NA snoU13 ENSG00000238843 Not Supported Not Supported +transcript 1 156549519 156556562 ENST00000368236 NA TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156551157 156551862 ENST00000368236 2 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156552023 156552226 ENST00000368236 3 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156552834 156552962 ENST00000368236 4 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156553130 156553242 ENST00000368236 5 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156553589 156553687 ENST00000368236 6 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156554669 156554766 ENST00000368236 7 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156554917 156555023 ENST00000368236 8 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156555505 156555618 ENST00000368236 9 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156555741 156555837 ENST00000368236 10 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156556261 156556339 ENST00000368236 11 TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156551157 156556562 ENST00000368237 NA TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156551157 156551862 ENST00000368237 1 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156552023 156552226 ENST00000368237 2 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156552834 156552962 ENST00000368237 3 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156553130 156553242 ENST00000368237 4 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156553589 156553687 ENST00000368237 5 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156554669 156554766 ENST00000368237 6 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156554917 156555023 ENST00000368237 7 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156555505 156555618 ENST00000368237 8 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156555741 156555837 ENST00000368237 9 TTC24 ENSG00000187862 Not Supported Not Supported +CDS 1 156556261 156556339 ENST00000368237 10 TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156551859 156555036 ENST00000413282 NA TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156552085 156555019 ENST00000495690 NA TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156552219 156555633 ENST00000478081 NA TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156554341 156555308 ENST00000462049 NA TTC24 ENSG00000187862 Not Supported Not Supported +transcript 1 156557648 156557747 ENST00000581084 NA AL365181.1 ENSG00000265960 Not Supported Not Supported +transcript 1 156561554 156563923 ENST00000368234 NA APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561597 156561778 ENST00000368234 1 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561893 156562001 ENST00000368234 2 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562157 156562267 ENST00000368234 3 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562349 156562462 ENST00000368234 4 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156563256 156563347 ENST00000368234 5 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156563674 156563845 ENST00000368234 6 APOA1BP ENSG00000163382 Not Supported Not Supported +transcript 1 156561554 156564091 ENST00000368235 NA APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561597 156561778 ENST00000368235 1 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561893 156562001 ENST00000368235 2 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562157 156562267 ENST00000368235 3 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562349 156562462 ENST00000368235 4 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156563200 156563347 ENST00000368235 5 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156563674 156563873 ENST00000368235 6 APOA1BP ENSG00000163382 Not Supported Not Supported +transcript 1 156561570 156563668 ENST00000368233 NA APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561597 156561778 ENST00000368233 1 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156561893 156562001 ENST00000368233 2 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562157 156562267 ENST00000368233 3 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156562349 156562462 ENST00000368233 4 APOA1BP ENSG00000163382 Not Supported Not Supported +CDS 1 156563200 156563418 ENST00000368233 5 APOA1BP ENSG00000163382 Not Supported Not Supported +transcript 1 156561684 156562816 ENST00000467374 NA APOA1BP ENSG00000163382 Not Supported Not Supported +transcript 1 156563067 156563921 ENST00000488840 NA APOA1BP ENSG00000163382 Not Supported Not Supported +transcript 1 156564279 156571275 ENST00000368232 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568838 ENST00000368232 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568213 156568286 ENST00000368232 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000368232 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567827 156567913 ENST00000368232 5 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156566179 156566270 ENST00000368232 6 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565873 156565923 ENST00000368232 7 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565008 156565641 ENST00000368232 8 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565005 156571262 ENST00000438976 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156571201 156571231 ENST00000438976 1 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568822 ENST00000438976 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568213 156568286 ENST00000438976 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000438976 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567827 156567913 ENST00000438976 5 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156566179 156566270 ENST00000438976 6 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565873 156565923 ENST00000438976 7 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565008 156565641 ENST00000438976 8 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565237 156571282 ENST00000415314 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568838 ENST00000415314 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568213 156568286 ENST00000415314 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000415314 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156566179 156566270 ENST00000415314 5 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565873 156565923 ENST00000415314 6 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156565237 156565641 ENST00000415314 7 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565390 156567916 ENST00000494414 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565398 156568838 ENST00000497287 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565459 156571254 ENST00000463513 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568838 ENST00000463513 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568213 156568286 ENST00000463513 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000463513 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567827 156567913 ENST00000463513 5 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567654 156567677 ENST00000463513 6 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565509 156566297 ENST00000498641 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565512 156566294 ENST00000529520 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565512 156571263 ENST00000473910 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565872 156571271 ENST00000531129 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156565873 156571262 ENST00000474904 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568838 ENST00000474904 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568213 156568286 ENST00000474904 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000474904 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567827 156567913 ENST00000474904 5 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567619 156567714 ENST00000474904 6 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156566086 156571258 ENST00000498756 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156567260 156571271 ENST00000506832 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156567556 156571288 ENST00000527691 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156567602 156571264 ENST00000334588 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568760 156568774 ENST00000334588 2 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156568019 156568111 ENST00000334588 3 GPATCH4 ENSG00000160818 Not Supported Not Supported +CDS 1 156567605 156567913 ENST00000334588 4 GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156567732 156571262 ENST00000531900 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156568759 156571271 ENST00000525375 NA GPATCH4 ENSG00000160818 Not Supported Not Supported +transcript 1 156584534 156585080 ENST00000609800 NA RP11-284F21.11 ENSG00000272971 Not Supported Not Supported +transcript 1 156589086 156595517 ENST00000255039 NA HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156593283 156593367 ENST00000255039 3 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156593599 156593952 ENST00000255039 4 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156594143 156594259 ENST00000255039 5 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156594393 156594575 ENST00000255039 6 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156594893 156595173 ENST00000255039 7 HAPLN2 ENSG00000132702 Not Supported Not Supported +transcript 1 156589123 156593582 ENST00000487988 NA HAPLN2 ENSG00000132702 Not Supported Not Supported +transcript 1 156589216 156594259 ENST00000456112 NA HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156593283 156593367 ENST00000456112 3 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156593599 156593952 ENST00000456112 4 HAPLN2 ENSG00000132702 Not Supported Not Supported +CDS 1 156594143 156594259 ENST00000456112 5 HAPLN2 ENSG00000132702 Not Supported Not Supported +transcript 1 156589238 156593706 ENST00000482204 NA HAPLN2 ENSG00000132702 Not Supported Not Supported +transcript 1 156593856 156595327 ENST00000494218 NA HAPLN2 ENSG00000132702 Not Supported Not Supported +transcript 1 156607575 156610796 ENST00000606343 NA RP11-284F21.9 ENSG00000272068 Not Supported Not Supported +transcript 1 156611182 156616936 ENST00000441358 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000441358 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616593 156616936 ENST00000441358 4 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156611740 156629320 ENST00000329117 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000329117 2 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616593 156616967 ENST00000329117 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617300 156617474 ENST00000329117 4 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617775 156617902 ENST00000329117 5 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156618360 156618653 ENST00000329117 6 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156621248 156621481 ENST00000329117 7 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156622040 156622684 ENST00000329117 8 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156626074 156626181 ENST00000329117 9 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156626730 156626888 ENST00000329117 10 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156627467 156627549 ENST00000329117 11 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156627919 156628063 ENST00000329117 12 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156628335 156628525 ENST00000329117 13 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156628819 156628923 ENST00000329117 14 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156611906 156617474 ENST00000457777 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000457777 2 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616593 156616967 ENST00000457777 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617300 156617474 ENST00000457777 4 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156611922 156618590 ENST00000424639 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000424639 2 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616899 156616967 ENST00000424639 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617300 156617474 ENST00000424639 4 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617775 156617902 ENST00000424639 5 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156618360 156618590 ENST00000424639 6 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156611924 156622470 ENST00000479949 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000479949 2 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616593 156616967 ENST00000479949 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617775 156617896 ENST00000479949 4 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156612035 156623264 ENST00000361588 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156615847 156615937 ENST00000361588 2 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616593 156616967 ENST00000361588 3 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617300 156617474 ENST00000361588 4 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617775 156617902 ENST00000361588 5 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156618360 156618653 ENST00000361588 6 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156621248 156621481 ENST00000361588 7 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156622040 156622755 ENST00000361588 8 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156616920 156621343 ENST00000491823 NA BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156616920 156616967 ENST00000491823 1 BCAN ENSG00000132692 Not Supported Not Supported +CDS 1 156617138 156617169 ENST00000491823 2 BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156626521 156629324 ENST00000496038 NA BCAN ENSG00000132692 Not Supported Not Supported +transcript 1 156611458 156614679 ENST00000605886 NA RP11-284F21.10 ENSG00000272405 Not Supported Not Supported +transcript 1 156616299 156631216 ENST00000448869 NA RP11-284F21.7 ENSG00000229953 Not Supported Not Supported +transcript 1 156638555 156647189 ENST00000368223 NA NES ENSG00000132688 Not Supported Not Supported +CDS 1 156646274 156647056 ENST00000368223 1 NES ENSG00000132688 Not Supported Not Supported +CDS 1 156645008 156645132 ENST00000368223 2 NES ENSG00000132688 Not Supported Not Supported +CDS 1 156643246 156643319 ENST00000368223 3 NES ENSG00000132688 Not Supported Not Supported +CDS 1 156639117 156642997 ENST00000368223 4 NES ENSG00000132688 Not Supported Not Supported +transcript 1 156657487 156661789 ENST00000441272 NA RP11-66D17.3 ENSG00000237588 Not Supported Not Supported +transcript 1 156669398 156675393 ENST00000368222 NA CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156675169 156675238 ENST00000368222 1 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156670666 156670844 ENST00000368222 2 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156670334 156670450 ENST00000368222 3 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156669821 156669868 ENST00000368222 4 CRABP2 ENSG00000143320 Not Supported Not Supported +transcript 1 156669548 156675539 ENST00000368221 NA CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156675169 156675238 ENST00000368221 2 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156670666 156670844 ENST00000368221 3 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156670334 156670450 ENST00000368221 4 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156669821 156669868 ENST00000368221 5 CRABP2 ENSG00000143320 Not Supported Not Supported +transcript 1 156670667 156675608 ENST00000368220 NA CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156675169 156675238 ENST00000368220 2 CRABP2 ENSG00000143320 Not Supported Not Supported +CDS 1 156670667 156670844 ENST00000368220 3 CRABP2 ENSG00000143320 Not Supported Not Supported +transcript 1 156682004 156682966 ENST00000428641 NA RP11-66D17.5 ENSG00000223356 Not Supported Not Supported +transcript 1 156691683 156695659 ENST00000472824 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156691683 156698227 ENST00000313146 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156696698 156697444 ENST00000313146 1 ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156693940 156694140 ENST00000313146 2 ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156693144 156693254 ENST00000313146 3 ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156692395 156698591 ENST00000368219 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156696698 156697444 ENST00000368219 2 ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156693940 156694140 ENST00000368219 3 ISG20L2 ENSG00000143319 Not Supported Not Supported +CDS 1 156693144 156693254 ENST00000368219 4 ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156693750 156697178 ENST00000496538 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156697003 156698221 ENST00000470713 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156697034 156698233 ENST00000469074 NA ISG20L2 ENSG00000143319 Not Supported Not Supported +transcript 1 156698234 156706741 ENST00000368218 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156698897 156699007 ENST00000368218 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156701783 156701907 ENST00000368218 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702073 156702265 ENST00000368218 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702777 156702839 ENST00000368218 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703312 ENST00000368218 5 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156705517 156705701 ENST00000368218 6 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156706424 156706433 ENST00000368218 7 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156698267 156706741 ENST00000368216 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156698897 156699007 ENST00000368216 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156701783 156701907 ENST00000368216 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702073 156702265 ENST00000368216 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702777 156702839 ENST00000368216 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703312 ENST00000368216 5 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703801 156704285 ENST00000368216 6 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156705517 156705701 ENST00000368216 7 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156706424 156706542 ENST00000368216 8 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156698741 156704262 ENST00000519086 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156698897 156699007 ENST00000519086 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156701783 156701907 ENST00000519086 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702073 156702265 ENST00000519086 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703312 ENST00000519086 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703801 156704262 ENST00000519086 5 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156698752 156702786 ENST00000524343 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156698897 156699007 ENST00000524343 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702073 156702243 ENST00000524343 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156699308 156703284 ENST00000484742 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702143 156702265 ENST00000484742 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702777 156702839 ENST00000484742 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703284 ENST00000484742 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156701817 156706741 ENST00000476229 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702143 156702265 ENST00000476229 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703312 ENST00000476229 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156705517 156705701 ENST00000476229 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156706424 156706433 ENST00000476229 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156702044 156703441 ENST00000517871 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156702177 156705592 ENST00000522237 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702177 156702265 ENST00000522237 1 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156702777 156702839 ENST00000522237 2 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703169 156703312 ENST00000522237 3 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156703801 156703844 ENST00000522237 4 RRNAD1 ENSG00000143303 Not Supported Not Supported +CDS 1 156705517 156705592 ENST00000522237 5 RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156703264 156703933 ENST00000462397 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156705414 156706752 ENST00000497515 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156705950 156706694 ENST00000481920 NA RRNAD1 ENSG00000143303 Not Supported Not Supported +transcript 1 156707095 156708019 ENST00000478899 NA MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156707095 156710880 ENST00000361531 NA MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708314 156708496 ENST00000361531 2 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708135 156708230 ENST00000361531 3 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707823 156707926 ENST00000361531 4 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707438 156707568 ENST00000361531 5 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707193 156707326 ENST00000361531 6 MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156707097 156710923 ENST00000368211 NA MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708314 156708496 ENST00000368211 2 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708135 156708230 ENST00000368211 3 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707823 156707926 ENST00000368211 4 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707438 156707568 ENST00000368211 5 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707193 156707326 ENST00000368211 6 MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156707322 156711382 ENST00000434558 NA MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708314 156708496 ENST00000434558 2 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708135 156708230 ENST00000434558 3 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707823 156707926 ENST00000434558 4 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707438 156707568 ENST00000434558 5 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707322 156707326 ENST00000434558 6 MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156707910 156710880 ENST00000412846 NA MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708314 156708496 ENST00000412846 2 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708135 156708230 ENST00000412846 3 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156707910 156707926 ENST00000412846 4 MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156708210 156710354 ENST00000420938 NA MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708314 156708496 ENST00000420938 2 MRPL24 ENSG00000143314 Not Supported Not Supported +CDS 1 156708210 156708230 ENST00000420938 3 MRPL24 ENSG00000143314 Not Supported Not Supported +transcript 1 156711899 156721536 ENST00000357325 NA HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156721135 156721221 ENST00000357325 1 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156715089 156715165 ENST00000357325 2 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156714800 156714938 ENST00000357325 3 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713955 156714140 ENST00000357325 4 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713444 156713670 ENST00000357325 5 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713244 156713247 ENST00000357325 6 HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156711902 156722025 ENST00000368209 NA HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156721830 156721895 ENST00000368209 1 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156715089 156715165 ENST00000368209 2 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156714800 156714938 ENST00000368209 3 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713955 156714140 ENST00000368209 4 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713444 156713670 ENST00000368209 5 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713244 156713247 ENST00000368209 6 HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156711902 156721390 ENST00000537739 NA HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156721135 156721221 ENST00000537739 1 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156715089 156715165 ENST00000537739 2 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156714800 156714938 ENST00000537739 3 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713955 156714140 ENST00000537739 4 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713444 156713670 ENST00000537739 5 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713244 156713247 ENST00000537739 6 HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156712318 156736717 ENST00000465180 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156712630 156721085 ENST00000416666 NA HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156715089 156715156 ENST00000416666 2 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156714800 156714938 ENST00000416666 3 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713955 156714140 ENST00000416666 4 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713444 156713670 ENST00000416666 5 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713244 156713247 ENST00000416666 6 HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156712948 156717263 ENST00000482651 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156713099 156714068 ENST00000477306 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156713137 156722240 ENST00000368206 NA HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156722021 156722155 ENST00000368206 1 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156715089 156715165 ENST00000368206 2 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156714800 156714938 ENST00000368206 3 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713955 156714140 ENST00000368206 4 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713444 156713670 ENST00000368206 5 HDGF ENSG00000143321 Not Supported Not Supported +CDS 1 156713244 156713247 ENST00000368206 6 HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156713501 156721336 ENST00000469145 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156713595 156722064 ENST00000471377 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156713633 156721288 ENST00000495212 NA HDGF ENSG00000143321 Not Supported Not Supported +transcript 1 156720402 156761584 ENST00000491853 NA PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156737292 156770607 ENST00000271526 NA PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156737564 156738031 ENST00000271526 1 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156752074 156752121 ENST00000271526 2 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156756400 156756966 ENST00000271526 3 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156761489 156761584 ENST00000271526 4 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156764457 156764600 ENST00000271526 5 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156767068 156767133 ENST00000271526 6 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156770166 156770249 ENST00000271526 7 PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156737345 156756772 ENST00000473387 NA PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156737346 156770602 ENST00000353233 NA PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156737564 156738031 ENST00000353233 1 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156752074 156752121 ENST00000353233 2 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156756400 156756966 ENST00000353233 3 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156764457 156764600 ENST00000353233 4 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156767068 156767133 ENST00000353233 5 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156770166 156770249 ENST00000353233 6 PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156756667 156770289 ENST00000526188 NA PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156756667 156756966 ENST00000526188 1 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156764457 156764600 ENST00000526188 2 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156767068 156767133 ENST00000526188 3 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156770166 156770252 ENST00000526188 4 PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156756683 156770563 ENST00000454659 NA PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156756683 156756966 ENST00000454659 1 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156760859 156760954 ENST00000454659 2 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156761489 156761584 ENST00000454659 3 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156764457 156764600 ENST00000454659 4 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156767068 156767133 ENST00000454659 5 PRCC ENSG00000143294 Not Supported Not Supported +CDS 1 156770166 156770252 ENST00000454659 6 PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156761168 156764596 ENST00000459707 NA PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156765604 156770604 ENST00000469071 NA PRCC ENSG00000143294 Not Supported Not Supported +transcript 1 156776035 156786626 ENST00000368198 NA SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156786467 156786477 ENST00000368198 1 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156785798 156785855 ENST00000368198 2 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156784829 156785013 ENST00000368198 3 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783997 156784086 ENST00000368198 4 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783640 156783808 ENST00000368198 5 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156779453 156779599 ENST00000368198 6 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156778995 156779282 ENST00000368198 7 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156776973 156777137 ENST00000368198 8 SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156776035 156786654 ENST00000368199 NA SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156786467 156786500 ENST00000368199 1 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156785798 156785886 ENST00000368199 2 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156784829 156785013 ENST00000368199 3 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783997 156784086 ENST00000368199 4 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783640 156783808 ENST00000368199 5 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156779453 156779599 ENST00000368199 6 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156778995 156779282 ENST00000368199 7 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156776973 156777137 ENST00000368199 8 SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156776036 156786640 ENST00000392306 NA SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156786467 156786500 ENST00000392306 1 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156785798 156785886 ENST00000392306 2 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156784829 156785013 ENST00000392306 3 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783997 156784116 ENST00000392306 4 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156783640 156783808 ENST00000392306 5 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156779453 156779599 ENST00000392306 6 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156778995 156779282 ENST00000392306 7 SH2D2A ENSG00000027869 Not Supported Not Supported +CDS 1 156776973 156777137 ENST00000392306 8 SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156778995 156783903 ENST00000468744 NA SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156779453 156785203 ENST00000486350 NA SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156784290 156786552 ENST00000495306 NA SH2D2A ENSG00000027869 Not Supported Not Supported +transcript 1 156785432 156843682 ENST00000489021 NA NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156785448 156851586 ENST00000392302 NA NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156785622 156785630 ENST00000392302 1 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156811873 156811985 ENST00000392302 2 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834146 156834220 ENST00000392302 3 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834520 156834591 ENST00000392302 4 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156836702 156836770 ENST00000392302 5 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156837896 156838041 ENST00000392302 6 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156838297 156838439 ENST00000392302 7 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156841415 156841547 ENST00000392302 8 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156843425 156843751 ENST00000392302 9 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844363 156844418 ENST00000392302 10 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844698 156844800 ENST00000392302 11 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845312 156845458 ENST00000392302 12 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845872 156846002 ENST00000392302 13 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156846192 156846364 ENST00000392302 14 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156848914 156849154 ENST00000392302 15 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156849791 156849949 ENST00000392302 16 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156851249 156851431 ENST00000392302 17 NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156785471 156851641 ENST00000497019 NA NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156785622 156785630 ENST00000497019 1 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156811873 156811985 ENST00000497019 2 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834146 156834220 ENST00000497019 3 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834520 156834591 ENST00000497019 4 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156836702 156836770 ENST00000497019 5 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156837896 156838041 ENST00000497019 6 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156838297 156838439 ENST00000497019 7 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156843425 156843751 ENST00000497019 8 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844363 156844418 ENST00000497019 9 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844698 156844800 ENST00000497019 10 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845312 156845362 ENST00000497019 11 NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156807001 156851642 ENST00000530298 NA NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156830607 156851642 ENST00000368196 NA NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156830727 156830938 ENST00000368196 1 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834146 156834220 ENST00000368196 2 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834520 156834591 ENST00000368196 3 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156836702 156836770 ENST00000368196 4 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156837896 156838041 ENST00000368196 5 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156838297 156838439 ENST00000368196 6 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156841415 156841547 ENST00000368196 7 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156843425 156843751 ENST00000368196 8 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844363 156844418 ENST00000368196 9 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844698 156844800 ENST00000368196 10 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845312 156845458 ENST00000368196 11 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845872 156846002 ENST00000368196 12 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156846192 156846364 ENST00000368196 13 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156848914 156849154 ENST00000368196 14 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156849791 156849949 ENST00000368196 15 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156851249 156851431 ENST00000368196 16 NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156830686 156851434 ENST00000524377 NA NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156830727 156830938 ENST00000524377 1 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834146 156834220 ENST00000524377 2 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834520 156834591 ENST00000524377 3 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156836702 156836770 ENST00000524377 4 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156837896 156838041 ENST00000524377 5 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156838297 156838439 ENST00000524377 6 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156841415 156841547 ENST00000524377 7 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156843425 156843751 ENST00000524377 8 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844175 156844192 ENST00000524377 9 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844363 156844418 ENST00000524377 10 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844698 156844800 ENST00000524377 11 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845312 156845458 ENST00000524377 12 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845872 156846002 ENST00000524377 13 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156846192 156846364 ENST00000524377 14 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156848914 156849154 ENST00000524377 15 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156849791 156849949 ENST00000524377 16 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156851249 156851431 ENST00000524377 17 NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156830686 156851503 ENST00000358660 NA NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156830727 156830938 ENST00000358660 1 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834146 156834220 ENST00000358660 2 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156834520 156834591 ENST00000358660 3 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156836702 156836770 ENST00000358660 4 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156837896 156838041 ENST00000358660 5 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156838297 156838439 ENST00000358660 6 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156841415 156841547 ENST00000358660 7 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156843425 156843751 ENST00000358660 8 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844363 156844418 ENST00000358660 9 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156844698 156844800 ENST00000358660 10 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845312 156845458 ENST00000358660 11 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156845863 156846002 ENST00000358660 12 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156846192 156846364 ENST00000358660 13 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156848914 156849154 ENST00000358660 14 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156849791 156849949 ENST00000358660 15 NTRK1 ENSG00000198400 Not Supported Not Supported +CDS 1 156851249 156851431 ENST00000358660 16 NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156830705 156834855 ENST00000533630 NA NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156843945 156845991 ENST00000534682 NA NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156849793 156851642 ENST00000531606 NA NTRK1 ENSG00000198400 Not Supported Not Supported +transcript 1 156809855 156828810 ENST00000368195 NA INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156828329 156828413 ENST00000368195 1 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156823544 156824095 ENST00000368195 2 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156821680 156821983 ENST00000368195 3 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156821438 156821580 ENST00000368195 4 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156821082 156821226 ENST00000368195 5 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156819038 156819252 ENST00000368195 6 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156818713 156818839 ENST00000368195 7 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156816311 156816549 ENST00000368195 8 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156815744 156815911 ENST00000368195 9 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156815411 156815606 ENST00000368195 10 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156815164 156815205 ENST00000368195 11 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156814868 156815088 ENST00000368195 12 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156814499 156814635 ENST00000368195 13 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156814254 156814416 ENST00000368195 14 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156813967 156814072 ENST00000368195 15 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156813219 156813271 ENST00000368195 16 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156812796 156813025 ENST00000368195 17 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156812190 156812300 ENST00000368195 18 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156811904 156812063 ENST00000368195 19 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156811457 156811586 ENST00000368195 20 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156811186 156811320 ENST00000368195 21 INSRR ENSG00000027644 Not Supported Not Supported +CDS 1 156810668 156810896 ENST00000368195 22 INSRR ENSG00000027644 Not Supported Not Supported +transcript 1 156863490 156876512 ENST00000444016 NA PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156873719 156873819 ENST00000444016 2 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156874540 156874644 ENST00000444016 3 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156874736 156874760 ENST00000444016 4 PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156863512 156886221 ENST00000338302 NA PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156873719 156873819 ENST00000338302 3 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156874540 156874644 ENST00000338302 4 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156875116 156875216 ENST00000338302 5 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876068 156876160 ENST00000338302 6 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876429 156876672 ENST00000338302 7 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877402 156877522 ENST00000338302 8 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877707 156877843 ENST00000338302 9 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877920 156878132 ENST00000338302 10 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156878447 156878621 ENST00000338302 11 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156878708 156878828 ENST00000338302 12 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156879543 156879706 ENST00000338302 13 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156879798 156879900 ENST00000338302 14 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156880026 156880172 ENST00000338302 15 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156880410 156880535 ENST00000338302 16 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882039 156882167 ENST00000338302 17 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882286 156882414 ENST00000338302 18 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882562 156882774 ENST00000338302 19 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882986 156883074 ENST00000338302 20 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883183 156883315 ENST00000338302 21 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883484 156883552 ENST00000338302 22 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883644 156883892 ENST00000338302 23 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156884439 156884587 ENST00000338302 24 PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156863517 156876548 ENST00000455314 NA PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156873719 156873819 ENST00000455314 2 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156874540 156874644 ENST00000455314 3 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156875116 156875216 ENST00000455314 4 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876068 156876160 ENST00000455314 5 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876429 156876548 ENST00000455314 6 PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156863523 156886226 ENST00000292357 NA PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156873719 156873819 ENST00000292357 2 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156874540 156874644 ENST00000292357 3 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156875116 156875216 ENST00000292357 4 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876068 156876160 ENST00000292357 5 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156876429 156876672 ENST00000292357 6 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877402 156877522 ENST00000292357 7 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877707 156877843 ENST00000292357 8 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156877920 156878132 ENST00000292357 9 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156878447 156878621 ENST00000292357 10 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156878708 156878828 ENST00000292357 11 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156879543 156879706 ENST00000292357 12 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156879798 156879900 ENST00000292357 13 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156880026 156880172 ENST00000292357 14 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156880410 156880535 ENST00000292357 15 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882039 156882167 ENST00000292357 16 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882286 156882414 ENST00000292357 17 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882562 156882774 ENST00000292357 18 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156882986 156883074 ENST00000292357 19 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883183 156883315 ENST00000292357 20 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883484 156883552 ENST00000292357 21 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156883644 156883892 ENST00000292357 22 PEAR1 ENSG00000187800 Not Supported Not Supported +CDS 1 156884439 156884587 ENST00000292357 23 PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156876109 156886218 ENST00000469390 NA PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156879749 156880365 ENST00000482505 NA PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156883324 156884940 ENST00000465101 NA PEAR1 ENSG00000187800 Not Supported Not Supported +transcript 1 156890442 156902886 ENST00000337428 NA LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156890596 156890755 ENST00000337428 1 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156893741 156893890 ENST00000337428 2 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156894216 156894344 ENST00000337428 3 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156894435 156894510 ENST00000337428 4 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156894730 156894807 ENST00000337428 5 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156896994 156897062 ENST00000337428 6 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156897288 156897447 ENST00000337428 7 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156897525 156897608 ENST00000337428 8 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156897707 156897796 ENST00000337428 9 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156899072 156899221 ENST00000337428 10 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156899428 156899521 ENST00000337428 11 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156900321 156900409 ENST00000337428 12 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156901708 156901819 ENST00000337428 13 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156902216 156902337 ENST00000337428 14 LRRC71 ENSG00000160838 Not Supported Not Supported +CDS 1 156902645 156902758 ENST00000337428 15 LRRC71 ENSG00000160838 Not Supported Not Supported +transcript 1 156890704 156902880 ENST00000490146 NA LRRC71 ENSG00000160838 Not Supported Not Supported +transcript 1 156897154 156902877 ENST00000476550 NA LRRC71 ENSG00000160838 Not Supported Not Supported +transcript 1 156901890 156902881 ENST00000472465 NA LRRC71 ENSG00000160838 Not Supported Not Supported +transcript 1 156904632 157015162 ENST00000368194 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 157014091 157014122 ENST00000368194 1 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156955874 156955965 ENST00000368194 2 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156954131 156954229 ENST00000368194 3 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156950229 156950278 ENST00000368194 4 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156949021 156949078 ENST00000368194 5 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156947996 156948174 ENST00000368194 6 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156946775 156946846 ENST00000368194 7 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156941489 156941608 ENST00000368194 8 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156939790 156939835 ENST00000368194 9 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156939074 156939150 ENST00000368194 10 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156937779 156937916 ENST00000368194 11 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156933312 156933386 ENST00000368194 12 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156932995 156933096 ENST00000368194 13 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156931469 156931567 ENST00000368194 14 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156930210 156930252 ENST00000368194 15 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156928838 156928934 ENST00000368194 16 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156928534 156928656 ENST00000368194 17 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156927584 156927607 ENST00000368194 18 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156926212 156926356 ENST00000368194 19 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156925495 156925591 ENST00000368194 20 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156924684 156924713 ENST00000368194 21 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156921365 156921491 ENST00000368194 22 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156918111 156918290 ENST00000368194 23 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917973 156918020 ENST00000368194 24 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917561 156917748 ENST00000368194 25 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917096 156917242 ENST00000368194 26 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916728 156916807 ENST00000368194 27 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916454 156916579 ENST00000368194 28 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156915837 156915954 ENST00000368194 29 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914811 156914989 ENST00000368194 30 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914150 156914225 ENST00000368194 31 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156913727 156913894 ENST00000368194 32 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156912482 156912572 ENST00000368194 33 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911656 156911781 ENST00000368194 34 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911164 156911225 ENST00000368194 35 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909999 156910217 ENST00000368194 36 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909340 156909702 ENST00000368194 37 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156908210 156908305 ENST00000368194 38 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156907041 156907288 ENST00000368194 39 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156906608 156906797 ENST00000368194 40 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156905795 156905850 ENST00000368194 41 ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156904637 156915423 ENST00000487682 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156905316 157014865 ENST00000361409 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 157014091 157014122 ENST00000361409 1 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156955874 156955965 ENST00000361409 2 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156954131 156954229 ENST00000361409 3 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156950229 156950278 ENST00000361409 4 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156949021 156949078 ENST00000361409 5 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156947996 156948174 ENST00000361409 6 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156946775 156946846 ENST00000361409 7 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156939790 156939835 ENST00000361409 8 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156939074 156939150 ENST00000361409 9 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156937779 156937916 ENST00000361409 10 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156933312 156933386 ENST00000361409 11 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156932995 156933096 ENST00000361409 12 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156931469 156931567 ENST00000361409 13 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156930210 156930252 ENST00000361409 14 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156928838 156928934 ENST00000361409 15 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156928534 156928656 ENST00000361409 16 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156927584 156927607 ENST00000361409 17 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156926212 156926356 ENST00000361409 18 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156925495 156925591 ENST00000361409 19 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156924684 156924713 ENST00000361409 20 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156921365 156921491 ENST00000361409 21 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156918111 156918290 ENST00000361409 22 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917973 156918020 ENST00000361409 23 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917561 156917748 ENST00000361409 24 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917096 156917242 ENST00000361409 25 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916728 156916807 ENST00000361409 26 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916454 156916579 ENST00000361409 27 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156915837 156915954 ENST00000361409 28 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914811 156914989 ENST00000361409 29 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914150 156914225 ENST00000361409 30 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156913727 156913894 ENST00000361409 31 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156912482 156912572 ENST00000361409 32 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911656 156911781 ENST00000361409 33 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911164 156911225 ENST00000361409 34 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909999 156910217 ENST00000361409 35 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909340 156909702 ENST00000361409 36 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156908210 156908305 ENST00000361409 37 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156907041 156907288 ENST00000361409 38 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156906608 156906797 ENST00000361409 39 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156905795 156905850 ENST00000361409 40 ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156905438 156918806 ENST00000315174 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156918365 156918417 ENST00000315174 1 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156918111 156918290 ENST00000315174 2 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917973 156918020 ENST00000315174 3 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917561 156917748 ENST00000315174 4 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156917096 156917242 ENST00000315174 5 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916728 156916807 ENST00000315174 6 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156916454 156916579 ENST00000315174 7 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156915837 156915954 ENST00000315174 8 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914811 156914989 ENST00000315174 9 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156914150 156914225 ENST00000315174 10 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156913727 156913894 ENST00000315174 11 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156912482 156912572 ENST00000315174 12 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911656 156911781 ENST00000315174 13 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156911164 156911225 ENST00000315174 14 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909999 156910217 ENST00000315174 15 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156909340 156909702 ENST00000315174 16 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156908210 156908305 ENST00000315174 17 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156907041 156907288 ENST00000315174 18 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156906608 156906797 ENST00000315174 19 ARHGEF11 ENSG00000132694 Not Supported Not Supported +CDS 1 156905795 156905850 ENST00000315174 20 ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156906608 156909532 ENST00000492592 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156915700 156917170 ENST00000461678 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156925516 156933558 ENST00000486670 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156937703 156941617 ENST00000483682 NA ARHGEF11 ENSG00000132694 Not Supported Not Supported +transcript 1 156905923 156906036 ENST00000390226 NA MIR765 ENSG00000211581 Not Supported Not Supported +transcript 1 156955549 156955841 ENST00000497704 NA RN7SL612P ENSG00000266160 Not Supported Not Supported +transcript 1 157029024 157030554 ENST00000379752 NA RP11-110J1.2 ENSG00000237842 Not Supported Not Supported +transcript 1 157043049 157044495 ENST00000414328 NA KRT8P45 ENSG00000224520 Not Supported Not Supported +transcript 1 157061836 157069600 ENST00000454449 NA ETV3L ENSG00000253831 Not Supported Not Supported +CDS 1 157069258 157069315 ENST00000454449 1 ETV3L ENSG00000253831 Not Supported Not Supported +CDS 1 157068933 157069170 ENST00000454449 2 ETV3L ENSG00000253831 Not Supported Not Supported +CDS 1 157068498 157068687 ENST00000454449 3 ETV3L ENSG00000253831 Not Supported Not Supported +CDS 1 157067660 157067780 ENST00000454449 4 ETV3L ENSG00000253831 Not Supported Not Supported +CDS 1 157062444 157062919 ENST00000454449 5 ETV3L ENSG00000253831 Not Supported Not Supported +transcript 1 157090983 157108159 ENST00000368192 NA ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157106099 157106144 ENST00000368192 2 ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157105263 157105500 ENST00000368192 3 ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157103904 157104019 ENST00000368192 4 ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157094636 157095771 ENST00000368192 5 ETV3 ENSG00000117036 Not Supported Not Supported +transcript 1 157102937 157108266 ENST00000326786 NA ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157106099 157106144 ENST00000326786 2 ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157105263 157105500 ENST00000326786 3 ETV3 ENSG00000117036 Not Supported Not Supported +CDS 1 157103875 157104019 ENST00000326786 4 ETV3 ENSG00000117036 Not Supported Not Supported +transcript 1 157104884 157108127 ENST00000460850 NA ETV3 ENSG00000117036 Not Supported Not Supported +transcript 1 157098154 157098463 ENST00000422857 NA CYCSP52 ENSG00000235700 Not Supported Not Supported +transcript 1 157155178 157157195 ENST00000457239 NA RP11-71G12.1 ENSG00000229961 Not Supported Not Supported +transcript 1 157202021 157206926 ENST00000449345 NA RP11-85G21.1 ENSG00000228239 Not Supported Not Supported +transcript 1 157250506 157252858 ENST00000607010 NA RP11-85G21.3 ENSG00000271736 Not Supported Not Supported +transcript 1 157257493 157257843 ENST00000434098 NA RP11-85G21.2 ENSG00000237189 Not Supported Not Supported +transcript 1 157483167 157485863 ENST00000462218 NA FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157483167 157522310 ENST00000361835 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000361835 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157519350 157519370 ENST00000361835 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516733 157516987 ENST00000361835 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514621 157514872 ENST00000361835 4 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514052 157514336 ENST00000361835 5 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157512649 157512927 ENST00000361835 6 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157508876 157509154 ENST00000361835 7 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157504404 157504682 ENST00000361835 8 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157497407 157497685 ENST00000361835 9 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157494069 157494347 ENST00000361835 10 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157490807 157491082 ENST00000361835 11 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157490221 157490337 ENST00000361835 12 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157489533 157489560 ENST00000361835 13 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157488490 157488572 ENST00000361835 14 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157488219 157488287 ENST00000361835 15 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157485632 157485663 ENST00000361835 16 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157485468 157485554 ENST00000361835 17 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157483168 157492584 ENST00000461387 NA FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157483168 157498459 ENST00000497286 NA FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157485041 157522180 ENST00000356953 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000356953 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157517165 157517185 ENST00000356953 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516733 157516987 ENST00000356953 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514621 157514872 ENST00000356953 4 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514052 157514336 ENST00000356953 5 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157512649 157512927 ENST00000356953 6 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157508876 157509154 ENST00000356953 7 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157504404 157504682 ENST00000356953 8 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157497407 157497685 ENST00000356953 9 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157494069 157494347 ENST00000356953 10 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157490807 157491082 ENST00000356953 11 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157490221 157490337 ENST00000356953 12 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157489533 157489560 ENST00000356953 13 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157488490 157488572 ENST00000356953 14 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157488219 157488287 ENST00000356953 15 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157485632 157485663 ENST00000356953 16 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157485468 157485554 ENST00000356953 17 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157488219 157488866 ENST00000483875 NA FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157493601 157522245 ENST00000368190 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000368190 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157519350 157519370 ENST00000368190 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516733 157516987 ENST00000368190 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514621 157514872 ENST00000368190 4 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514052 157514336 ENST00000368190 5 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157512649 157512927 ENST00000368190 6 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157508876 157509154 ENST00000368190 7 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157504404 157504682 ENST00000368190 8 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157497407 157497685 ENST00000368190 9 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157494031 157494347 ENST00000368190 10 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157493832 157522283 ENST00000368191 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000368191 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157519350 157519370 ENST00000368191 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514621 157514872 ENST00000368191 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514052 157514336 ENST00000368191 4 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157512649 157512927 ENST00000368191 5 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157508876 157509154 ENST00000368191 6 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157504404 157504682 ENST00000368191 7 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157497407 157497685 ENST00000368191 8 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157494031 157494347 ENST00000368191 9 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157501754 157522245 ENST00000368189 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000368189 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157519350 157519370 ENST00000368189 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516733 157516987 ENST00000368189 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514621 157514872 ENST00000368189 4 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157514052 157514336 ENST00000368189 5 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157512649 157512927 ENST00000368189 6 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157508876 157509154 ENST00000368189 7 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157504309 157504682 ENST00000368189 8 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157511615 157522257 ENST00000481082 NA FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157516003 157522180 ENST00000368188 NA FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157522122 157522152 ENST00000368188 1 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157519350 157519370 ENST00000368188 2 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516733 157516987 ENST00000368188 3 FCRL5 ENSG00000143297 Not Supported Not Supported +CDS 1 157516006 157516070 ENST00000368188 4 FCRL5 ENSG00000143297 Not Supported Not Supported +transcript 1 157543539 157567870 ENST00000271532 NA FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157567704 157567734 ENST00000271532 1 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157566118 157566138 ENST00000271532 2 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157558994 157559248 ENST00000271532 3 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157557655 157557909 ENST00000271532 4 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157557066 157557350 ENST00000271532 5 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157555958 157556245 ENST00000271532 6 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157551321 157551434 ENST00000271532 7 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157550111 157550138 ENST00000271532 8 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157548560 157548642 ENST00000271532 9 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157548264 157548332 ENST00000271532 10 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157545489 157545520 ENST00000271532 11 FCRL4 ENSG00000163518 Not Supported Not Supported +CDS 1 157545317 157545400 ENST00000271532 12 FCRL4 ENSG00000163518 Not Supported Not Supported +transcript 1 157544611 157559041 ENST00000448509 NA FCRL4 ENSG00000163518 Not Supported Not Supported +transcript 1 157545359 157550327 ENST00000479869 NA FCRL4 ENSG00000163518 Not Supported Not Supported +transcript 1 157599729 157600518 ENST00000445687 NA RP4-801G22.2 ENSG00000236731 Not Supported Not Supported +transcript 1 157606090 157610091 ENST00000449287 NA RP4-801G22.3 ENSG00000233712 Not Supported Not Supported +transcript 1 157644111 157646522 ENST00000457799 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670520 ENST00000477837 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000477837 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000477837 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000477837 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000477837 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665830 157666117 ENST00000477837 6 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665119 157665397 ENST00000477837 7 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157660045 157660323 ENST00000477837 8 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157659588 157659707 ENST00000477837 9 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157653007 157653034 ENST00000477837 10 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650771 157650889 ENST00000477837 11 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650492 157650560 ENST00000477837 12 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648732 157648763 ENST00000477837 13 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648503 157648646 ENST00000477837 14 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670520 ENST00000492769 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000492769 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000492769 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000492769 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000492769 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157666930 157667214 ENST00000492769 6 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665830 157666117 ENST00000492769 7 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665119 157665415 ENST00000492769 8 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157660045 157660323 ENST00000492769 9 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157659588 157659707 ENST00000492769 10 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157653007 157653034 ENST00000492769 11 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650771 157650889 ENST00000492769 12 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650492 157650560 ENST00000492769 13 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648732 157648763 ENST00000492769 14 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648503 157648646 ENST00000492769 15 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670520 ENST00000480682 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670520 ENST00000494724 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670528 ENST00000368186 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000368186 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000368186 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000368186 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000368186 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157666930 157667214 ENST00000368186 6 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665830 157666117 ENST00000368186 7 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665119 157665397 ENST00000368186 8 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157660045 157660323 ENST00000368186 9 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157659588 157659707 ENST00000368186 10 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157653007 157653034 ENST00000368186 11 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650771 157650889 ENST00000368186 12 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650492 157650560 ENST00000368186 13 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648732 157648763 ENST00000368186 14 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648533 157648646 ENST00000368186 15 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157646505 157646558 ENST00000368186 16 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646271 157670533 ENST00000485028 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000485028 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000485028 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000485028 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000485028 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157666930 157667214 ENST00000485028 6 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665830 157666117 ENST00000485028 7 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665119 157665397 ENST00000485028 8 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157660045 157660323 ENST00000485028 9 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157659588 157659707 ENST00000485028 10 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157653007 157653034 ENST00000485028 11 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650771 157650889 ENST00000485028 12 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650492 157650560 ENST00000485028 13 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648732 157648763 ENST00000485028 14 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648503 157648646 ENST00000485028 15 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157646272 157670647 ENST00000368184 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000368184 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000368184 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000368184 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000368184 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157666930 157667214 ENST00000368184 6 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665830 157666117 ENST00000368184 7 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157665119 157665397 ENST00000368184 8 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157660045 157660323 ENST00000368184 9 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157659588 157659707 ENST00000368184 10 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157653007 157653034 ENST00000368184 11 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650771 157650889 ENST00000368184 12 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157650492 157650560 ENST00000368184 13 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648732 157648763 ENST00000368184 14 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157648503 157648646 ENST00000368184 15 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157648111 157667803 ENST00000473231 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157648481 157659680 ENST00000468507 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157666958 157667709 ENST00000478179 NA FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157667006 157670535 ENST00000496769 NA FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157670249 157670279 ENST00000496769 2 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157669482 157669502 ENST00000496769 3 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157668174 157668419 ENST00000496769 4 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667449 157667709 ENST00000496769 5 FCRL3 ENSG00000160856 Not Supported Not Supported +CDS 1 157667006 157667214 ENST00000496769 6 FCRL3 ENSG00000160856 Not Supported Not Supported +transcript 1 157661552 157666249 ENST00000453692 NA RP11-367J7.3 ENSG00000227217 Not Supported Not Supported +transcript 1 157678876 157679433 ENST00000435919 NA RP11-367J7.4 ENSG00000231700 Not Supported Not Supported +transcript 1 157693970 157694810 ENST00000412766 NA VDAC1P9 ENSG00000232366 Not Supported Not Supported +transcript 1 157715523 157740100 ENST00000368178 NA FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157715523 157746912 ENST00000361516 NA FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157746833 157746863 ENST00000361516 1 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157745565 157745585 ENST00000361516 2 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157740199 157740456 ENST00000361516 3 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157739656 157739940 ENST00000361516 4 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157738204 157738491 ENST00000361516 5 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157737021 157737299 ENST00000361516 6 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157736645 157736761 ENST00000361516 7 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157719440 157719467 ENST00000361516 8 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157718665 157718750 ENST00000361516 9 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157718343 157718408 ENST00000361516 10 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157716661 157716689 ENST00000361516 11 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157716529 157716564 ENST00000361516 12 FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157715525 157746922 ENST00000368181 NA FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157746833 157746863 ENST00000368181 1 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157745565 157745585 ENST00000368181 2 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157740199 157740456 ENST00000368181 3 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157736645 157736761 ENST00000368181 4 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157719440 157719467 ENST00000368181 5 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157718665 157718750 ENST00000368181 6 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157716661 157716689 ENST00000368181 7 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157716529 157716564 ENST00000368181 8 FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157716511 157746909 ENST00000392274 NA FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157746833 157746863 ENST00000392274 1 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157745565 157745585 ENST00000392274 2 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157740199 157740456 ENST00000392274 3 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157739656 157739940 ENST00000392274 4 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157738204 157738491 ENST00000392274 5 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157737021 157737299 ENST00000392274 6 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157736645 157736761 ENST00000392274 7 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157719440 157719467 ENST00000392274 8 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157716540 157716564 ENST00000392274 9 FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157736404 157737564 ENST00000469986 NA FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157737021 157737423 ENST00000469986 1 FCRL2 ENSG00000132704 Not Supported Not Supported +CDS 1 157736589 157736761 ENST00000469986 2 FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157739140 157746922 ENST00000462774 NA FCRL2 ENSG00000132704 Not Supported Not Supported +transcript 1 157764193 157771757 ENST00000463001 NA FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157764326 157773991 ENST00000489998 NA FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157764326 157789879 ENST00000358292 NA FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157789797 157789827 ENST00000358292 1 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157776892 157776912 ENST00000358292 2 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157773635 157773901 ENST00000358292 3 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157772167 157772454 ENST00000358292 4 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157771705 157771983 ENST00000358292 5 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157769848 157769875 ENST00000358292 6 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767951 157768033 ENST00000358292 7 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767549 157767610 ENST00000358292 8 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157766891 157766922 ENST00000358292 9 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157765954 157765960 ENST00000358292 10 FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157764555 157789862 ENST00000368175 NA FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157764651 157789895 ENST00000368176 NA FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157789797 157789827 ENST00000368176 1 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157776892 157776912 ENST00000368176 2 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157773635 157773901 ENST00000368176 3 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157772167 157772454 ENST00000368176 4 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157771705 157771983 ENST00000368176 5 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157771251 157771367 ENST00000368176 6 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157769848 157769875 ENST00000368176 7 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767951 157768033 ENST00000368176 8 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767658 157767729 ENST00000368176 9 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157766891 157766922 ENST00000368176 10 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157765892 157765960 ENST00000368176 11 FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157765418 157767610 ENST00000495126 NA FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157765645 157789850 ENST00000491942 NA FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157789797 157789827 ENST00000491942 1 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157776892 157776912 ENST00000491942 2 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157773635 157773901 ENST00000491942 3 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157772167 157772454 ENST00000491942 4 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157771705 157771983 ENST00000491942 5 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157771251 157771367 ENST00000491942 6 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157769848 157769875 ENST00000491942 7 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767951 157768033 ENST00000491942 8 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157767658 157767729 ENST00000491942 9 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157766891 157766919 ENST00000491942 10 FCRL1 ENSG00000163534 Not Supported Not Supported +CDS 1 157765892 157765960 ENST00000491942 11 FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157776438 157789881 ENST00000480310 NA FCRL1 ENSG00000163534 Not Supported Not Supported +transcript 1 157800704 157811588 ENST00000368174 NA CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157811464 157811491 ENST00000368174 1 CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157809174 157809200 ENST00000368174 2 CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157805625 157805945 ENST00000368174 3 CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157804197 157804538 ENST00000368174 4 CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157802982 157803302 ENST00000368174 5 CD5L ENSG00000073754 Not Supported Not Supported +CDS 1 157801757 157801758 ENST00000368174 6 CD5L ENSG00000073754 Not Supported Not Supported +transcript 1 157805736 157868046 ENST00000484609 NA CD5L ENSG00000073754 Not Supported Not Supported +transcript 1 157830987 157831250 ENST00000424704 NA MRPS21P2 ENSG00000227425 Not Supported Not Supported +transcript 1 157894855 157899652 ENST00000454878 NA RP11-451O13.1 ENSG00000236957 Not Supported Not Supported +transcript 1 157895764 157918861 ENST00000452528 NA RP11-451O13.1 ENSG00000236957 Not Supported Not Supported +transcript 1 157899321 157912986 ENST00000422062 NA RP11-451O13.1 ENSG00000236957 Not Supported Not Supported +transcript 1 157963063 158065841 ENST00000360089 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158046034 158046052 ENST00000360089 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158047781 158047930 ENST00000360089 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000360089 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000360089 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000360089 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059292 158059418 ENST00000360089 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000360089 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000360089 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000360089 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000360089 11 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000360089 12 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000360089 13 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 157963063 158065838 ENST00000368173 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 157963467 157963518 ENST00000368173 1 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158045903 158046052 ENST00000368173 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158047781 158047930 ENST00000368173 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158054212 158054369 ENST00000368173 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158056386 158056536 ENST00000368173 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000368173 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000368173 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000368173 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059244 158059418 ENST00000368173 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000368173 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000368173 11 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000368173 12 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000368173 13 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000368173 14 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000368173 15 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 157963063 158065838 ENST00000392272 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 157963467 157963518 ENST00000392272 1 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158045903 158046052 ENST00000392272 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158047781 158047930 ENST00000392272 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000392272 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000392272 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000392272 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059292 158059418 ENST00000392272 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000392272 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000392272 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000392272 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000392272 11 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000392272 12 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000392272 13 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 157963400 158065443 ENST00000359209 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 157963467 157963518 ENST00000359209 1 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158045903 158046052 ENST00000359209 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158047781 158047930 ENST00000359209 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158054212 158054369 ENST00000359209 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158056386 158056536 ENST00000359209 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000359209 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000359209 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000359209 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059292 158059418 ENST00000359209 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000359209 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000359209 11 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000359209 12 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000359209 13 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000359209 14 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000359209 15 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 157963435 158065010 ENST00000416935 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 157963467 157963518 ENST00000416935 1 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158054212 158054369 ENST00000416935 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158056386 158056536 ENST00000416935 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000416935 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000416935 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000416935 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059292 158059418 ENST00000416935 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000416935 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000416935 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000416935 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000416935 11 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000416935 12 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000416935 13 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 158056470 158070052 ENST00000368172 NA KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158056482 158056536 ENST00000368172 1 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057545 158057650 ENST00000368172 2 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158057796 158057944 ENST00000368172 3 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158058117 158058244 ENST00000368172 4 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059244 158059418 ENST00000368172 5 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158059508 158059608 ENST00000368172 6 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158061148 158061346 ENST00000368172 7 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063129 158063236 ENST00000368172 8 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158063413 158063552 ENST00000368172 9 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064103 158064180 ENST00000368172 10 KIRREL ENSG00000183853 Not Supported Not Supported +CDS 1 158064434 158064907 ENST00000368172 11 KIRREL ENSG00000183853 Not Supported Not Supported +transcript 1 157995340 158000956 ENST00000419415 NA KIRREL-IT1 ENSG00000226520 Not Supported Not Supported +transcript 1 158101834 158110420 ENST00000442358 NA RP11-404O13.1 ENSG00000231666 Not Supported Not Supported +transcript 1 158101834 158110429 ENST00000414848 NA RP11-404O13.1 ENSG00000231666 Not Supported Not Supported +transcript 1 158145640 158147545 ENST00000413990 NA ELL2P1 ENSG00000227295 Not Supported Not Supported +transcript 1 158149737 158154686 ENST00000368171 NA CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158150892 158150952 ENST00000368171 2 CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158151245 158151511 ENST00000368171 3 CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158151822 158152100 ENST00000368171 4 CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158152668 158152946 ENST00000368171 5 CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158153726 158153825 ENST00000368171 6 CD1D ENSG00000158473 Not Supported Not Supported +CDS 1 158153919 158153937 ENST00000368171 7 CD1D ENSG00000158473 Not Supported Not Supported +transcript 1 158165423 158165921 ENST00000439139 NA RP11-404O13.4 ENSG00000229914 Not Supported Not Supported +transcript 1 158167712 158173667 ENST00000415019 NA RP11-404O13.5 ENSG00000176320 Not Supported Not Supported +transcript 1 158223927 158228059 ENST00000289429 NA CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158224460 158224517 ENST00000289429 1 CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158224874 158225140 ENST00000289429 2 CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158225794 158226072 ENST00000289429 3 CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158226576 158226854 ENST00000289429 4 CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158227211 158227301 ENST00000289429 5 CD1A ENSG00000158477 Not Supported Not Supported +CDS 1 158227471 158227477 ENST00000289429 6 CD1A ENSG00000158477 Not Supported Not Supported +transcript 1 158236543 158237110 ENST00000448591 NA HMGN1P5 ENSG00000230942 Not Supported Not Supported +transcript 1 158259576 158263420 ENST00000368170 NA CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158259855 158259915 ENST00000368170 1 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158260924 158261190 ENST00000368170 2 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158261874 158262155 ENST00000368170 3 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158262386 158262664 ENST00000368170 4 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158263002 158263092 ENST00000368170 5 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158263245 158263263 ENST00000368170 6 CD1C ENSG00000158481 Not Supported Not Supported +transcript 1 158261060 158263407 ENST00000443761 NA CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158261060 158261190 ENST00000443761 1 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158261874 158262155 ENST00000443761 2 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158262386 158262664 ENST00000443761 3 CD1C ENSG00000158481 Not Supported Not Supported +CDS 1 158263245 158263396 ENST00000443761 4 CD1C ENSG00000158481 Not Supported Not Supported +transcript 1 158297741 158300815 ENST00000451207 NA CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158300586 158300815 ENST00000451207 1 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158299642 158299920 ENST00000451207 2 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158299325 158299438 ENST00000451207 3 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158298711 158298804 ENST00000451207 4 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158298026 158298047 ENST00000451207 5 CD1B ENSG00000158485 Not Supported Not Supported +transcript 1 158297741 158301321 ENST00000368168 NA CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158301153 158301213 ENST00000368168 1 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158300586 158300852 ENST00000368168 2 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158299642 158299920 ENST00000368168 3 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158299160 158299438 ENST00000368168 4 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158298711 158298804 ENST00000368168 5 CD1B ENSG00000158485 Not Supported Not Supported +CDS 1 158298029 158298047 ENST00000368168 6 CD1B ENSG00000158485 Not Supported Not Supported +transcript 1 158323254 158326490 ENST00000434258 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323265 158323316 ENST00000434258 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000434258 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000434258 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158326017 ENST00000434258 4 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323486 158327343 ENST00000444681 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000444681 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000444681 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000444681 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000444681 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326518 158326683 ENST00000444681 5 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323540 158326738 ENST00000368167 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368167 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368167 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000368167 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000368167 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368167 5 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326518 158326683 ENST00000368167 6 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323634 158326686 ENST00000452291 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000452291 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000452291 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000452291 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326518 158326683 ENST00000452291 4 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323673 158326686 ENST00000368165 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368165 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368165 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000368165 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368165 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326518 158326683 ENST00000368165 5 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323675 158327289 ENST00000368166 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368166 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000368166 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368166 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368166 4 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323700 158327319 ENST00000368163 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368163 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368163 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000368163 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325730 ENST00000368163 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368163 5 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368163 6 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323706 158326986 ENST00000368164 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368164 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325791 ENST00000368164 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326357 ENST00000368164 3 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158326686 ENST00000368157 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368157 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325730 ENST00000368157 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368157 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368157 4 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158326686 ENST00000368156 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368156 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368156 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000368156 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368156 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368156 5 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158326686 ENST00000368155 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368155 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368155 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325730 ENST00000368155 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368155 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368155 5 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158326686 ENST00000368154 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368154 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325730 ENST00000368154 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368154 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326518 158326683 ENST00000368154 4 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158327282 ENST00000368160 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368160 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368160 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000368160 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325895 ENST00000368160 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326381 ENST00000368160 5 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326554 158326683 ENST00000368160 6 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323779 158327312 ENST00000368161 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158323779 158323836 ENST00000368161 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158324167 158324463 ENST00000368161 2 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325090 158325359 ENST00000368161 3 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325617 158325791 ENST00000368161 4 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326357 ENST00000368161 5 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158323970 158325128 ENST00000464822 NA CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158325684 158327287 ENST00000368162 NA CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158325684 158325791 ENST00000368162 1 CD1E ENSG00000158488 Not Supported Not Supported +CDS 1 158326288 158326360 ENST00000368162 2 CD1E ENSG00000158488 Not Supported Not Supported +transcript 1 158368312 158369256 ENST00000334438 NA OR10T2 ENSG00000186306 Not Supported Not Supported +CDS 1 158368315 158369256 ENST00000334438 1 OR10T2 ENSG00000186306 Not Supported Not Supported +transcript 1 158389718 158390656 ENST00000314902 NA OR10K2 ENSG00000180708 Not Supported Not Supported +CDS 1 158389721 158390656 ENST00000314902 1 OR10K2 ENSG00000180708 Not Supported Not Supported +transcript 1 158414858 158415804 ENST00000424327 NA OR10T1P ENSG00000203758 Not Supported Not Supported +transcript 1 158423988 158425063 ENST00000397776 NA EI24P2 ENSG00000236257 Not Supported Not Supported +transcript 1 158435272 158436344 ENST00000289451 NA OR10K1 ENSG00000173285 Not Supported Not Supported +CDS 1 158435352 158436290 ENST00000289451 1 OR10K1 ENSG00000173285 Not Supported Not Supported +transcript 1 158444244 158464676 ENST00000419738 NA RP11-144L1.4 ENSG00000236656 Not Supported Not Supported +transcript 1 158444246 158464507 ENST00000426251 NA RP11-144L1.4 ENSG00000236656 Not Supported Not Supported +transcript 1 158449668 158450675 ENST00000368152 NA OR10R2 ENSG00000198965 Not Supported Not Supported +CDS 1 158449668 158450672 ENST00000368152 1 OR10R2 ENSG00000198965 Not Supported Not Supported +transcript 1 158461009 158461950 ENST00000361688 NA OR10R3P ENSG00000198703 Not Supported Not Supported +transcript 1 158484575 158485715 ENST00000441524 NA OR10R1P ENSG00000227445 Not Supported Not Supported +transcript 1 158493462 158495628 ENST00000436135 NA RP11-144L1.8 ENSG00000231434 Not Supported Not Supported +transcript 1 158516918 158517895 ENST00000302617 NA OR6Y1 ENSG00000197532 Not Supported Not Supported +CDS 1 158516921 158517895 ENST00000302617 1 OR6Y1 ENSG00000197532 Not Supported Not Supported +transcript 1 158532441 158533394 ENST00000334632 NA OR6P1 ENSG00000186440 Not Supported Not Supported +CDS 1 158532444 158533394 ENST00000334632 1 OR6P1 ENSG00000186440 Not Supported Not Supported +transcript 1 158548709 158549689 ENST00000368150 NA OR10X1 ENSG00000186400 Not Supported Not Supported +CDS 1 158548712 158549689 ENST00000368150 1 OR10X1 ENSG00000186400 Not Supported Not Supported +transcript 1 158576229 158577170 ENST00000361284 NA OR10Z1 ENSG00000198967 Not Supported Not Supported +CDS 1 158576229 158577167 ENST00000361284 1 OR10Z1 ENSG00000198967 Not Supported Not Supported +transcript 1 158580496 158656488 ENST00000368147 NA SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158656284 158656307 ENST00000368147 1 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158654898 158655137 ENST00000368147 2 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158653161 158653286 ENST00000368147 3 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158651317 158651457 ENST00000368147 4 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158650373 158650519 ENST00000368147 5 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158648191 158648324 ENST00000368147 6 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158647480 158647624 ENST00000368147 7 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158645931 158646085 ENST00000368147 8 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158644330 158644465 ENST00000368147 9 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158644119 158644220 ENST00000368147 10 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158641849 158641986 ENST00000368147 11 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158641133 158641243 ENST00000368147 12 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158639499 158639576 ENST00000368147 13 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158639198 158639353 ENST00000368147 14 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158637648 158637852 ENST00000368147 15 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158636106 158636287 ENST00000368147 16 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158632492 158632735 ENST00000368147 17 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158631077 158631199 ENST00000368147 18 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158627267 158627484 ENST00000368147 19 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158626354 158626446 ENST00000368147 20 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158624401 158624538 ENST00000368147 21 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158623064 158623215 ENST00000368147 22 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158622257 158622443 ENST00000368147 23 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158621157 158621258 ENST00000368147 24 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158619646 158619737 ENST00000368147 25 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158618299 158618443 ENST00000368147 26 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158617329 158617510 ENST00000368147 27 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158615285 158615384 ENST00000368147 28 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158614978 158615175 ENST00000368147 29 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158614043 158614186 ENST00000368147 30 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158613112 158613215 ENST00000368147 31 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158612604 158612766 ENST00000368147 32 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158612201 158612332 ENST00000368147 33 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158609660 158609797 ENST00000368147 34 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158609372 158609476 ENST00000368147 35 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158607823 158608031 ENST00000368147 36 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158606431 158606551 ENST00000368147 37 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158605703 158605824 ENST00000368147 38 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158604333 158604465 ENST00000368147 39 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158597415 158597513 ENST00000368147 40 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158596629 158596797 ENST00000368147 41 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158595936 158596012 ENST00000368147 42 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158592773 158592982 ENST00000368147 43 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158589960 158590256 ENST00000368147 44 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158589012 158589124 ENST00000368147 45 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158587829 158587846 ENST00000368147 46 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158587327 158587378 ENST00000368147 47 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158585006 158585193 ENST00000368147 48 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158584043 158584096 ENST00000368147 49 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158583511 158583657 ENST00000368147 50 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158582607 158582751 ENST00000368147 51 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158581057 158581179 ENST00000368147 52 SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158580998 158581815 ENST00000485680 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158582539 158584325 ENST00000481212 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158582573 158587358 ENST00000498708 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158584538 158587891 ENST00000492934 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158588976 158590579 ENST00000484520 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158592509 158604443 ENST00000461624 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158609019 158612322 ENST00000465741 NA SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158647517 158656398 ENST00000467387 NA SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158656284 158656307 ENST00000467387 1 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158655030 158655137 ENST00000467387 2 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158648191 158648324 ENST00000467387 3 SPTA1 ENSG00000163554 Not Supported Not Supported +CDS 1 158647517 158647624 ENST00000467387 4 SPTA1 ENSG00000163554 Not Supported Not Supported +transcript 1 158664329 158665299 ENST00000456766 NA OR6K1P ENSG00000231237 Not Supported Not Supported +transcript 1 158669369 158670486 ENST00000359610 NA OR6K2 ENSG00000196171 Not Supported Not Supported +CDS 1 158669471 158670442 ENST00000359610 1 OR6K2 ENSG00000196171 Not Supported Not Supported +transcript 1 158686958 158687905 ENST00000368145 NA OR6K3 ENSG00000203757 Not Supported Not Supported +CDS 1 158686961 158687905 ENST00000368145 1 OR6K3 ENSG00000203757 Not Supported Not Supported +transcript 1 158686958 158687953 ENST00000368146 NA OR6K3 ENSG00000203757 Not Supported Not Supported +CDS 1 158686961 158687953 ENST00000368146 1 OR6K3 ENSG00000203757 Not Supported Not Supported +transcript 1 158693903 158694857 ENST00000423179 NA OR6K4P ENSG00000180437 Not Supported Not Supported +transcript 1 158693903 158694902 ENST00000325769 NA OR6K4P ENSG00000180437 Not Supported Not Supported +transcript 1 158711936 158713205 ENST00000447050 NA OR6K5P ENSG00000226949 Not Supported Not Supported +transcript 1 158724510 158725681 ENST00000368144 NA OR6K6 ENSG00000180433 Not Supported Not Supported +CDS 1 158724606 158725634 ENST00000368144 1 OR6K6 ENSG00000180433 Not Supported Not Supported +transcript 1 158735466 158736492 ENST00000335094 NA OR6N1 ENSG00000197403 Not Supported Not Supported +CDS 1 158735537 158736472 ENST00000335094 1 OR6N1 ENSG00000197403 Not Supported Not Supported +transcript 1 158746472 158747425 ENST00000339258 NA OR6N2 ENSG00000188340 Not Supported Not Supported +CDS 1 158746475 158747425 ENST00000339258 1 OR6N2 ENSG00000188340 Not Supported Not Supported +transcript 1 158765804 158766003 ENST00000451972 NA OR2AQ1P ENSG00000229724 Not Supported Not Supported +transcript 1 158778189 158779125 ENST00000417823 NA OR10AA1P ENSG00000180409 Not Supported Not Supported +transcript 1 158778189 158779125 ENST00000325632 NA OR10AA1P ENSG00000180409 Not Supported Not Supported +transcript 1 158801107 158819294 ENST00000368141 NA MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158811944 158812208 ENST00000368141 2 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158813069 158813205 ENST00000368141 3 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158813745 158813912 ENST00000368141 4 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158815377 158815793 ENST00000368141 5 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158817518 158817706 ENST00000368141 6 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158818980 158819024 ENST00000368141 7 MNDA ENSG00000163563 Not Supported Not Supported +transcript 1 158801141 158812513 ENST00000491210 NA MNDA ENSG00000163563 Not Supported Not Supported +transcript 1 158815691 158819296 ENST00000438394 NA MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158815691 158815793 ENST00000438394 1 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158817518 158817679 ENST00000438394 2 MNDA ENSG00000163563 Not Supported Not Supported +CDS 1 158818980 158819027 ENST00000438394 3 MNDA ENSG00000163563 Not Supported Not Supported +transcript 1 158848536 158853290 ENST00000431627 NA RP11-393K10.1 ENSG00000229849 Not Supported Not Supported +transcript 1 158900586 158908910 ENST00000458222 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000458222 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908187 158908332 ENST00000458222 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158908910 ENST00000458222 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158901342 158946844 ENST00000368140 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000368140 2 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908187 158908332 ENST00000368140 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158909037 ENST00000368140 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158911767 158912189 ENST00000368140 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158913580 158913768 ENST00000368140 6 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158914665 158914832 ENST00000368140 7 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158943437 158943553 ENST00000368140 8 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158901349 158946518 ENST00000368138 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000368138 2 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908214 158908332 ENST00000368138 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158909037 ENST00000368138 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158911767 158912189 ENST00000368138 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158913580 158913768 ENST00000368138 6 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158914665 158914832 ENST00000368138 7 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158943437 158943553 ENST00000368138 8 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158901350 158946518 ENST00000392254 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000392254 2 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908187 158908332 ENST00000392254 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158909037 ENST00000392254 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158911767 158912189 ENST00000392254 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158913580 158913768 ENST00000392254 6 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158914665 158914832 ENST00000392254 7 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158946491 158946514 ENST00000392254 8 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158901350 158946518 ENST00000392252 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000392252 2 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908214 158908332 ENST00000392252 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158909037 ENST00000392252 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158911767 158912189 ENST00000392252 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158913580 158913768 ENST00000392252 6 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158914665 158914832 ENST00000392252 7 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158946491 158946514 ENST00000392252 8 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158901358 158910046 ENST00000368135 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158906701 158906965 ENST00000368135 2 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908187 158908332 ENST00000368135 3 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158908870 158909037 ENST00000368135 4 PYHIN1 ENSG00000163564 Not Supported Not Supported +CDS 1 158909193 158909348 ENST00000368135 5 PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158911767 158915181 ENST00000485134 NA PYHIN1 ENSG00000163564 Not Supported Not Supported +transcript 1 158969758 158984719 ENST00000566111 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984719 ENST00000566111 3 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158975752 158986443 ENST00000426592 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000426592 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000426592 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986443 ENST00000426592 5 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158978785 158986482 ENST00000447473 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000447473 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000447473 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986482 ENST00000447473 5 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979682 159024945 ENST00000368131 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000368131 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000368131 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986490 ENST00000368131 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000368131 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000368131 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000368131 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159015087 159015254 ENST00000368131 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000368131 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000368131 10 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000368131 11 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979682 159024943 ENST00000340979 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000340979 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000340979 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986490 ENST00000340979 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000340979 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000340979 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000340979 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000340979 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000340979 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000340979 10 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979708 159024941 ENST00000368132 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000368132 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000368132 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986490 ENST00000368132 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000368132 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000368132 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000368132 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159019222 159019389 ENST00000368132 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000368132 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000368132 10 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000368132 11 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979708 159024941 ENST00000493884 NA IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979708 159024941 ENST00000483916 NA IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979717 159024945 ENST00000295809 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000295809 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000295809 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986490 ENST00000295809 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000295809 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000295809 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000295809 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159015087 159015254 ENST00000295809 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159019222 159019389 ENST00000295809 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000295809 10 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000295809 11 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000295809 12 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979800 159024938 ENST00000359709 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000359709 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000359709 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000359709 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000359709 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000359709 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159015087 159015254 ENST00000359709 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159019222 159019389 ENST00000359709 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000359709 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000359709 10 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000359709 11 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158979800 159024938 ENST00000430894 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984459 158984735 ENST00000430894 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000430894 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000430894 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000430894 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000430894 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159015087 159015254 ENST00000430894 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159019222 159019389 ENST00000430894 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000430894 9 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000430894 10 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000430894 11 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158984471 159024914 ENST00000448393 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158984471 158984735 ENST00000448393 1 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158985662 158985777 ENST00000448393 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986323 158986490 ENST00000448393 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000448393 4 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000448393 5 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159002314 159002481 ENST00000448393 6 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159021469 159021888 ENST00000448393 7 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159023323 159023514 ENST00000448393 8 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 159024611 159024688 ENST00000448393 9 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158985463 158988166 ENST00000567661 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986416 158986490 ENST00000567661 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988166 ENST00000567661 3 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 158985463 158990319 ENST00000474473 NA IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158986416 158986490 ENST00000474473 2 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158988019 158988441 ENST00000474473 3 IFI16 ENSG00000163565 Not Supported Not Supported +CDS 1 158990131 158990319 ENST00000474473 4 IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 159002294 159024918 ENST00000562225 NA IFI16 ENSG00000163565 Not Supported Not Supported +transcript 1 159029039 159029116 ENST00000582922 NA AL359753.1 ENSG00000265589 Not Supported Not Supported +transcript 1 159032274 159046691 ENST00000368130 NA AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159043028 159043289 ENST00000368130 2 AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159038358 159038491 ENST00000368130 3 AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159035700 159036119 ENST00000368130 4 AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159033276 159033464 ENST00000368130 5 AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159032485 159032508 ENST00000368130 6 AIM2 ENSG00000163568 Not Supported Not Supported +transcript 1 159033322 159043055 ENST00000481829 NA AIM2 ENSG00000163568 Not Supported Not Supported +transcript 1 159033369 159110298 ENST00000368129 NA AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159035700 159036104 ENST00000368129 2 AIM2 ENSG00000163568 Not Supported Not Supported +CDS 1 159033369 159033464 ENST00000368129 3 AIM2 ENSG00000163568 Not Supported Not Supported +transcript 1 159036106 159116886 ENST00000411768 NA AIM2 ENSG00000163568 Not Supported Not Supported +transcript 1 159050923 159051585 ENST00000446414 NA RAD1P2 ENSG00000233473 Not Supported Not Supported +transcript 1 159141399 159171802 ENST00000368124 NA CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159141556 159141643 ENST00000368124 1 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159159561 159159662 ENST00000368124 2 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159161726 159161866 ENST00000368124 3 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159162368 159162520 ENST00000368124 4 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163213 159163350 ENST00000368124 5 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163660 159163830 ENST00000368124 6 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166154 159166244 ENST00000368124 7 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166681 159166850 ENST00000368124 8 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159169541 159169666 ENST00000368124 9 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159170594 159170709 ENST00000368124 10 CADM3 ENSG00000162706 Not Supported Not Supported +transcript 1 159141399 159173103 ENST00000368125 NA CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159141556 159141643 ENST00000368125 1 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159161726 159161866 ENST00000368125 2 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159162368 159162520 ENST00000368125 3 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163213 159163350 ENST00000368125 4 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163660 159163830 ENST00000368125 5 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166154 159166244 ENST00000368125 6 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166681 159166850 ENST00000368125 7 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159169541 159169666 ENST00000368125 8 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159170594 159170709 ENST00000368125 9 CADM3 ENSG00000162706 Not Supported Not Supported +transcript 1 159141549 159166740 ENST00000416746 NA CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159141556 159141643 ENST00000416746 1 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159161726 159161866 ENST00000416746 2 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159162368 159162520 ENST00000416746 3 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163213 159163350 ENST00000416746 4 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159163660 159163692 ENST00000416746 5 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166154 159166244 ENST00000416746 6 CADM3 ENSG00000162706 Not Supported Not Supported +CDS 1 159166681 159166740 ENST00000416746 7 CADM3 ENSG00000162706 Not Supported Not Supported +transcript 1 159166632 159171118 ENST00000497636 NA CADM3 ENSG00000162706 Not Supported Not Supported +transcript 1 159148263 159148349 ENST00000410620 NA RNA5SP60 ENSG00000222552 Not Supported Not Supported +transcript 1 159165775 159172302 ENST00000415675 NA CTA-134P22.2 ENSG00000225670 Not Supported Not Supported +transcript 1 159171096 159177763 ENST00000609696 NA CTA-134P22.2 ENSG00000225670 Not Supported Not Supported +transcript 1 159173097 159176288 ENST00000537147 NA DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159174750 159174770 ENST00000537147 2 DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159175251 159176237 ENST00000537147 3 DARC ENSG00000213088 Not Supported Not Supported +transcript 1 159174071 159176290 ENST00000368122 NA DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159174750 159174770 ENST00000368122 1 DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159175251 159176237 ENST00000368122 2 DARC ENSG00000213088 Not Supported Not Supported +transcript 1 159174709 159175688 ENST00000435307 NA DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159175224 159175688 ENST00000435307 2 DARC ENSG00000213088 Not Supported Not Supported +transcript 1 159175201 159176288 ENST00000368121 NA DARC ENSG00000213088 Not Supported Not Supported +CDS 1 159175224 159176237 ENST00000368121 1 DARC ENSG00000213088 Not Supported Not Supported +transcript 1 159246293 159246901 ENST00000480235 NA MPTX1 ENSG00000215846 Not Supported Not Supported +transcript 1 159246308 159247282 ENST00000536945 NA MPTX1 ENSG00000215846 Not Supported Not Supported +transcript 1 159248831 159249791 ENST00000514684 NA OR10J2P ENSG00000248642 Not Supported Not Supported +transcript 1 159259504 159278014 ENST00000368115 NA FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159272155 159272209 ENST00000368115 2 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159272644 159272664 ENST00000368115 3 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159273718 159273972 ENST00000368115 4 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159275778 159276035 ENST00000368115 5 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159277538 159277719 ENST00000368115 6 FCER1A ENSG00000179639 Not Supported Not Supported +transcript 1 159272126 159277783 ENST00000368114 NA FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159272155 159272209 ENST00000368114 1 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159272644 159272664 ENST00000368114 2 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159273817 159273972 ENST00000368114 3 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159275778 159276035 ENST00000368114 4 FCER1A ENSG00000179639 Not Supported Not Supported +CDS 1 159277538 159277719 ENST00000368114 5 FCER1A ENSG00000179639 Not Supported Not Supported +transcript 1 159283460 159284449 ENST00000332217 NA OR10J3 ENSG00000196266 Not Supported Not Supported +CDS 1 159283463 159284449 ENST00000332217 1 OR10J3 ENSG00000196266 Not Supported Not Supported +transcript 1 159315956 159438858 ENST00000431862 NA RP11-550P17.5 ENSG00000228560 Not Supported Not Supported +transcript 1 159320883 159321816 ENST00000503933 NA OR10J7P ENSG00000248442 Not Supported Not Supported +transcript 1 159335951 159336879 ENST00000504659 NA OR10J8P ENSG00000251686 Not Supported Not Supported +transcript 1 159375213 159376199 ENST00000511932 NA OR10J9P ENSG00000249197 Not Supported Not Supported +transcript 1 159401994 159402928 ENST00000504970 NA OR10J4 ENSG00000249730 Not Supported Not Supported +CDS 1 159401994 159402925 ENST00000504970 1 OR10J4 ENSG00000249730 Not Supported Not Supported +transcript 1 159409512 159410600 ENST00000423932 NA OR10J1 ENSG00000196184 Not Supported Not Supported +CDS 1 159409549 159410508 ENST00000423932 1 OR10J1 ENSG00000196184 Not Supported Not Supported +transcript 1 159436111 159453166 ENST00000412932 NA RP11-180D21.3 ENSG00000224943 Not Supported Not Supported +transcript 1 159504793 159505842 ENST00000334857 NA OR10J5 ENSG00000184155 Not Supported Not Supported +CDS 1 159504871 159505797 ENST00000334857 1 OR10J5 ENSG00000184155 Not Supported Not Supported +transcript 1 159527158 159527990 ENST00000435442 NA RP11-740C1.2 ENSG00000231100 Not Supported Not Supported +transcript 1 159551410 159552438 ENST00000606962 NA OR10AE1P ENSG00000271890 Not Supported Not Supported +transcript 1 159557615 159558655 ENST00000255040 NA APCS ENSG00000132703 Not Supported Not Supported +CDS 1 159557712 159557775 ENST00000255040 1 APCS ENSG00000132703 Not Supported Not Supported +CDS 1 159557891 159558495 ENST00000255040 2 APCS ENSG00000132703 Not Supported Not Supported +transcript 1 159568088 159569017 ENST00000289731 NA OR10J6P ENSG00000158731 Not Supported Not Supported +transcript 1 159674773 159675397 ENST00000412857 NA CRPP1 ENSG00000223603 Not Supported Not Supported +transcript 1 159682079 159684379 ENST00000255030 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159684215 159684275 ENST00000255030 1 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683928 ENST00000255030 2 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682081 159683557 ENST00000473196 NA CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682083 159684379 ENST00000437342 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683455 ENST00000437342 2 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682200 159684379 ENST00000368112 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159684215 159684275 ENST00000368112 1 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683793 159683928 ENST00000368112 2 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683393 ENST00000368112 3 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682294 159684379 ENST00000368111 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159684215 159684275 ENST00000368111 1 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683797 159683928 ENST00000368111 2 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683430 ENST00000368111 3 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682325 159683870 ENST00000489317 NA CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159682353 159684379 ENST00000368110 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159684215 159684275 ENST00000368110 1 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683797 159683928 ENST00000368110 2 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683430 ENST00000368110 3 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159683315 159684379 ENST00000343919 NA CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159684215 159684275 ENST00000343919 1 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683797 159683928 ENST00000343919 2 CRP ENSG00000132693 Not Supported Not Supported +CDS 1 159683318 159683430 ENST00000343919 3 CRP ENSG00000132693 Not Supported Not Supported +transcript 1 159728960 159729379 ENST00000426330 NA RP11-419N10.5 ENSG00000235226 Not Supported Not Supported +transcript 1 159750722 159752333 ENST00000368109 NA DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159750891 159751157 ENST00000368109 2 DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159751943 159752125 ENST00000368109 3 DUSP23 ENSG00000158716 Not Supported Not Supported +transcript 1 159750750 159752333 ENST00000368108 NA DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159750891 159751157 ENST00000368108 2 DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159751943 159752125 ENST00000368108 3 DUSP23 ENSG00000158716 Not Supported Not Supported +transcript 1 159750793 159752333 ENST00000368107 NA DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159750891 159751157 ENST00000368107 1 DUSP23 ENSG00000158716 Not Supported Not Supported +CDS 1 159751943 159752125 ENST00000368107 2 DUSP23 ENSG00000158716 Not Supported Not Supported +transcript 1 159770301 159779069 ENST00000540741 NA FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159770302 159779212 ENST00000536257 NA FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159770388 159770403 ENST00000536257 1 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159776386 159776406 ENST00000536257 2 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159777968 159778234 ENST00000536257 3 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159778751 159778850 ENST00000536257 4 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159778987 159779035 ENST00000536257 5 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779192 159779212 ENST00000536257 6 FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159770302 159786041 ENST00000321935 NA FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159770388 159770403 ENST00000321935 1 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159772210 159772245 ENST00000321935 2 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159776386 159776406 ENST00000321935 3 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159777968 159778234 ENST00000321935 4 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159778751 159779035 ENST00000321935 5 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779192 159779473 ENST00000321935 6 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779884 159780006 ENST00000321935 7 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159783279 159783344 ENST00000321935 8 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159784011 159784082 ENST00000321935 9 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785218 159785249 ENST00000321935 10 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785331 159785369 ENST00000321935 11 FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159770336 159778438 ENST00000541729 NA FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159772207 159785592 ENST00000339348 NA FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159772215 159772245 ENST00000339348 1 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159776386 159776406 ENST00000339348 2 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159777968 159778234 ENST00000339348 3 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159778751 159779035 ENST00000339348 4 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779192 159779473 ENST00000339348 5 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779884 159780006 ENST00000339348 6 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159783279 159783344 ENST00000339348 7 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159784011 159784082 ENST00000339348 8 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785326 159785369 ENST00000339348 9 FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159772214 159785382 ENST00000392235 NA FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159772215 159772245 ENST00000392235 1 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159776386 159776406 ENST00000392235 2 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159777968 159778234 ENST00000392235 3 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779192 159779473 ENST00000392235 4 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779884 159780006 ENST00000392235 5 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159783279 159783344 ENST00000392235 6 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159784011 159784082 ENST00000392235 7 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785218 159785249 ENST00000392235 8 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785331 159785369 ENST00000392235 9 FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159772214 159785451 ENST00000368106 NA FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159772215 159772245 ENST00000368106 1 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159776386 159776406 ENST00000368106 2 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159777968 159778234 ENST00000368106 3 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159778751 159779035 ENST00000368106 4 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779192 159779473 ENST00000368106 5 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159779884 159780006 ENST00000368106 6 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159783279 159783344 ENST00000368106 7 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159784011 159784082 ENST00000368106 8 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785218 159785249 ENST00000368106 9 FCRL6 ENSG00000181036 Not Supported Not Supported +CDS 1 159785326 159785448 ENST00000368106 10 FCRL6 ENSG00000181036 Not Supported Not Supported +transcript 1 159796540 159807039 ENST00000289707 NA SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159796689 159796728 ENST00000289707 1 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159799656 159799982 ENST00000289707 2 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159802666 159802971 ENST00000289707 3 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159803052 159803159 ENST00000289707 4 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159804974 159805047 ENST00000289707 5 SLAMF8 ENSG00000158714 Not Supported Not Supported +transcript 1 159796601 159805469 ENST00000368104 NA SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159796689 159796728 ENST00000368104 1 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159802666 159802971 ENST00000368104 2 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159803052 159803159 ENST00000368104 3 SLAMF8 ENSG00000158714 Not Supported Not Supported +CDS 1 159804974 159805047 ENST00000368104 4 SLAMF8 ENSG00000158714 Not Supported Not Supported +transcript 1 159799798 159807039 ENST00000471286 NA SLAMF8 ENSG00000158714 Not Supported Not Supported +transcript 1 159802795 159807039 ENST00000497141 NA SLAMF8 ENSG00000158714 Not Supported Not Supported +transcript 1 159804264 159825137 ENST00000368102 NA C1orf204 ENSG00000188004 Not Supported Not Supported +CDS 1 159824966 159825027 ENST00000368102 1 C1orf204 ENSG00000188004 Not Supported Not Supported +CDS 1 159824547 159824816 ENST00000368102 2 C1orf204 ENSG00000188004 Not Supported Not Supported +CDS 1 159810916 159811025 ENST00000368102 3 C1orf204 ENSG00000188004 Not Supported Not Supported +CDS 1 159810501 159810656 ENST00000368102 4 C1orf204 ENSG00000188004 Not Supported Not Supported +CDS 1 159807711 159807817 ENST00000368102 5 C1orf204 ENSG00000188004 Not Supported Not Supported +transcript 1 159805140 159824693 ENST00000491974 NA C1orf204 ENSG00000188004 Not Supported Not Supported +transcript 1 159821696 159821762 ENST00000390859 NA SNORD64 ENSG00000212161 Not Supported Not Supported +transcript 1 159824106 159832447 ENST00000368100 NA VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159832263 159832311 ENST00000368100 1 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159828524 159828702 ENST00000368100 2 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159827880 159828081 ENST00000368100 3 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159827535 159827756 ENST00000368100 4 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159826314 159826433 ENST00000368100 5 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159825673 159825871 ENST00000368100 6 VSIG8 ENSG00000243284 Not Supported Not Supported +CDS 1 159824546 159824816 ENST00000368100 7 VSIG8 ENSG00000243284 Not Supported Not Supported +transcript 1 159827690 159842843 ENST00000536764 NA RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159842734 159842843 ENST00000536764 1 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159828639 159828702 ENST00000536764 2 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +transcript 1 159827722 159842804 ENST00000536779 NA RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159842734 159842804 ENST00000536779 1 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159827967 159828081 ENST00000536779 2 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +transcript 1 159827722 159842804 ENST00000544342 NA RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159842734 159842804 ENST00000544342 1 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +CDS 1 159828639 159828702 ENST00000544342 2 RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +transcript 1 159827722 159842804 ENST00000537167 NA RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +transcript 1 159827722 159842804 ENST00000543372 NA RP11-190A12.7 ENSG00000256029 Not Supported Not Supported +transcript 1 159836744 159837475 ENST00000608430 NA RP11-190A12.8 ENSG00000272668 Not Supported Not Supported +transcript 1 159842154 159843204 ENST00000479861 NA CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159842154 159869915 ENST00000476696 NA CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159842154 159869953 ENST00000368099 NA CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159869886 159869888 ENST00000368099 1 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159862970 159863095 ENST00000368099 2 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159860270 159860412 ENST00000368099 3 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159858142 159858286 ENST00000368099 4 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159857631 159857801 ENST00000368099 5 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159856301 159856479 ENST00000368099 6 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159854226 159854355 ENST00000368099 7 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159850344 159850490 ENST00000368099 8 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159847139 159847252 ENST00000368099 9 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159846346 159846539 ENST00000368099 10 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159842734 159842958 ENST00000368099 11 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159842278 159842353 ENST00000368099 12 CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159842156 159868059 ENST00000426543 NA CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159860270 159860286 ENST00000426543 3 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159858142 159858286 ENST00000426543 4 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159857631 159857801 ENST00000426543 5 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159856301 159856479 ENST00000426543 6 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159854226 159854355 ENST00000426543 7 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159850344 159850490 ENST00000426543 8 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159847139 159847252 ENST00000426543 9 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159846346 159846539 ENST00000426543 10 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159842734 159842958 ENST00000426543 11 CCDC19 ENSG00000213085 Not Supported Not Supported +CDS 1 159842278 159842353 ENST00000426543 12 CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159846053 159850490 ENST00000475911 NA CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159856389 159869902 ENST00000479940 NA CCDC19 ENSG00000213085 Not Supported Not Supported +transcript 1 159869769 159869869 ENST00000584466 NA hsa-mir-4259 ENSG00000266458 Not Supported Not Supported +transcript 1 159879884 159880159 ENST00000599780 NA AL590560.1 ENSG00000269620 Not Supported Not Supported +CDS 1 159879884 159880159 ENST00000599780 1 AL590560.1 ENSG00000269620 Not Supported Not Supported +transcript 1 159887897 159893507 ENST00000368096 NA TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159893226 159893260 ENST00000368096 1 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159890120 159890327 ENST00000368096 2 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889451 159889625 ENST00000368096 3 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889064 159889166 ENST00000368096 4 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159888593 159888731 ENST00000368096 5 TAGLN2 ENSG00000158710 Not Supported Not Supported +transcript 1 159887897 159895522 ENST00000368097 NA TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159890120 159890299 ENST00000368097 2 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889451 159889625 ENST00000368097 3 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889064 159889166 ENST00000368097 4 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159888593 159888731 ENST00000368097 5 TAGLN2 ENSG00000158710 Not Supported Not Supported +transcript 1 159888541 159895281 ENST00000478033 NA TAGLN2 ENSG00000158710 Not Supported Not Supported +transcript 1 159888567 159894341 ENST00000320307 NA TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159890120 159890299 ENST00000320307 2 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889451 159889625 ENST00000320307 3 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889064 159889166 ENST00000320307 4 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159888593 159888731 ENST00000320307 5 TAGLN2 ENSG00000158710 Not Supported Not Supported +transcript 1 159888628 159895019 ENST00000397334 NA TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159890120 159890299 ENST00000397334 2 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889451 159889625 ENST00000397334 3 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159889064 159889166 ENST00000397334 4 TAGLN2 ENSG00000158710 Not Supported Not Supported +CDS 1 159888628 159888731 ENST00000397334 5 TAGLN2 ENSG00000158710 Not Supported Not Supported +transcript 1 159896829 159902259 ENST00000496645 NA IGSF9 ENSG00000085552 Not Supported Not Supported +transcript 1 159896829 159903724 ENST00000493195 NA IGSF9 ENSG00000085552 Not Supported Not Supported +transcript 1 159896829 159915383 ENST00000476102 NA IGSF9 ENSG00000085552 Not Supported Not Supported +transcript 1 159896829 159915386 ENST00000361509 NA IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159913187 159913244 ENST00000361509 2 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159912753 159912941 ENST00000361509 3 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159907476 159907628 ENST00000361509 4 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159906544 159906698 ENST00000361509 5 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159906189 159906306 ENST00000361509 6 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159904471 159904612 ENST00000361509 7 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159904215 159904360 ENST00000361509 8 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159903980 159904074 ENST00000361509 9 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159902302 159902442 ENST00000361509 10 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159901602 159901718 ENST00000361509 11 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159901243 159901393 ENST00000361509 12 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159900928 159901051 ENST00000361509 13 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159900482 159900657 ENST00000361509 14 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899979 159900229 ENST00000361509 15 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899681 159899765 ENST00000361509 16 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899428 159899604 ENST00000361509 17 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899141 159899183 ENST00000361509 18 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897948 159898808 ENST00000361509 19 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897550 159897677 ENST00000361509 20 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897138 159897316 ENST00000361509 21 IGSF9 ENSG00000085552 Not Supported Not Supported +transcript 1 159896829 159915386 ENST00000368094 NA IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159913187 159913244 ENST00000368094 2 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159912753 159912941 ENST00000368094 3 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159907476 159907628 ENST00000368094 4 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159906544 159906698 ENST00000368094 5 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159906189 159906306 ENST00000368094 6 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159904471 159904612 ENST00000368094 7 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159904215 159904360 ENST00000368094 8 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159903980 159904122 ENST00000368094 9 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159902302 159902442 ENST00000368094 10 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159901602 159901718 ENST00000368094 11 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159901243 159901393 ENST00000368094 12 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159900928 159901051 ENST00000368094 13 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159900482 159900657 ENST00000368094 14 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899979 159900229 ENST00000368094 15 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899681 159899765 ENST00000368094 16 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899428 159899604 ENST00000368094 17 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159899141 159899183 ENST00000368094 18 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897948 159898808 ENST00000368094 19 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897550 159897677 ENST00000368094 20 IGSF9 ENSG00000085552 Not Supported Not Supported +CDS 1 159897138 159897316 ENST00000368094 21 IGSF9 ENSG00000085552 Not Supported Not Supported +transcript 1 159921282 159923282 ENST00000466773 NA SLAMF9 ENSG00000162723 Not Supported Not Supported +transcript 1 159921282 159923974 ENST00000489098 NA SLAMF9 ENSG00000162723 Not Supported Not Supported +transcript 1 159921282 159924010 ENST00000368092 NA SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159923882 159923927 ENST00000368092 1 SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159923099 159923443 ENST00000368092 2 SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159921454 159921656 ENST00000368092 3 SLAMF9 ENSG00000162723 Not Supported Not Supported +transcript 1 159921282 159924044 ENST00000368093 NA SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159923882 159923927 ENST00000368093 1 SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159923099 159923443 ENST00000368093 2 SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159922052 159922324 ENST00000368093 3 SLAMF9 ENSG00000162723 Not Supported Not Supported +CDS 1 159921454 159921656 ENST00000368093 4 SLAMF9 ENSG00000162723 Not Supported Not Supported +transcript 1 159931008 159946902 ENST00000443364 NA LINC01133 ENSG00000224259 Not Supported Not Supported +transcript 1 159931014 159948851 ENST00000423943 NA LINC01133 ENSG00000224259 Not Supported Not Supported +transcript 1 159990090 159990517 ENST00000415679 NA RP11-226L15.1 ENSG00000237409 Not Supported Not Supported +transcript 1 159994743 159996584 ENST00000562313 NA RP11-226L15.5 ENSG00000260766 Not Supported Not Supported +transcript 1 159997462 160001783 ENST00000368090 NA PIGM ENSG00000143315 Not Supported Not Supported +CDS 1 160000261 160001529 ENST00000368090 1 PIGM ENSG00000143315 Not Supported Not Supported +transcript 1 160007257 160040038 ENST00000368089 NA KCNJ10 ENSG00000177807 Not Supported Not Supported +CDS 1 160011186 160012322 ENST00000368089 2 KCNJ10 ENSG00000177807 Not Supported Not Supported +transcript 1 160010261 160012085 ENST00000509700 NA KCNJ10 ENSG00000177807 Not Supported Not Supported +transcript 1 160032278 160049611 ENST00000435580 NA RP11-536C5.2 ENSG00000225279 Not Supported Not Supported +transcript 1 160051360 160060353 ENST00000368088 NA KCNJ9 ENSG00000162728 Not Supported Not Supported +CDS 1 160053821 160054670 ENST00000368088 2 KCNJ9 ENSG00000162728 Not Supported Not Supported +CDS 1 160057276 160057604 ENST00000368088 3 KCNJ9 ENSG00000162728 Not Supported Not Supported +transcript 1 160061130 160068479 ENST00000314485 NA IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160068199 160068262 ENST00000314485 1 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160064659 160065036 ENST00000314485 2 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160063500 160063961 ENST00000314485 3 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160062714 160063121 ENST00000314485 4 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160062072 160062485 ENST00000314485 5 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160061616 160061728 ENST00000314485 6 IGSF8 ENSG00000162729 Not Supported Not Supported +transcript 1 160061130 160068479 ENST00000368086 NA IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160068199 160068262 ENST00000368086 1 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160064659 160065036 ENST00000368086 2 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160063500 160063961 ENST00000368086 3 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160062714 160063121 ENST00000368086 4 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160062072 160062485 ENST00000368086 5 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160061616 160061728 ENST00000368086 6 IGSF8 ENSG00000162729 Not Supported Not Supported +transcript 1 160063500 160068733 ENST00000448417 NA IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160068199 160068262 ENST00000448417 2 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160064659 160065036 ENST00000448417 3 IGSF8 ENSG00000162729 Not Supported Not Supported +CDS 1 160063500 160063961 ENST00000448417 4 IGSF8 ENSG00000162729 Not Supported Not Supported +transcript 1 160063550 160065122 ENST00000460351 NA IGSF8 ENSG00000162729 Not Supported Not Supported +transcript 1 160085549 160106992 ENST00000472488 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160085553 160091065 ENST00000478587 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160085563 160113381 ENST00000361216 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160085652 160085663 ENST00000361216 1 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160090696 160090800 ENST00000361216 2 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160090982 160091041 ENST00000361216 3 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160093003 160093206 ENST00000361216 4 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160093733 160093846 ENST00000361216 5 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160094086 160094220 ENST00000361216 6 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160094926 160095043 ENST00000361216 7 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160097342 160097610 ENST00000361216 8 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098442 160098640 ENST00000361216 9 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098770 160098879 ENST00000361216 10 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099056 160099190 ENST00000361216 11 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099892 160100081 ENST00000361216 12 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160100212 160100387 ENST00000361216 13 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104274 160104410 ENST00000361216 14 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104935 160105085 ENST00000361216 15 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105224 160105392 ENST00000361216 16 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105629 160105783 ENST00000361216 17 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106037 160106160 ENST00000361216 18 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106360 160106505 ENST00000361216 19 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106691 160106821 ENST00000361216 20 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109430 160109531 ENST00000361216 21 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109683 160109774 ENST00000361216 22 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160111084 160111109 ENST00000361216 23 ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160085567 160111335 ENST00000392233 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160085652 160085663 ENST00000392233 1 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160090696 160090800 ENST00000392233 2 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160090982 160091041 ENST00000392233 3 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160093003 160093206 ENST00000392233 4 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160093733 160093846 ENST00000392233 5 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160094086 160094220 ENST00000392233 6 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160094926 160095043 ENST00000392233 7 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160097342 160097610 ENST00000392233 8 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098442 160098640 ENST00000392233 9 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098770 160098879 ENST00000392233 10 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099056 160099190 ENST00000392233 11 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099892 160100081 ENST00000392233 12 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160100212 160100387 ENST00000392233 13 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104274 160104410 ENST00000392233 14 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104935 160105085 ENST00000392233 15 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105224 160105392 ENST00000392233 16 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105629 160105783 ENST00000392233 17 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106037 160106160 ENST00000392233 18 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106360 160106505 ENST00000392233 19 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106691 160106821 ENST00000392233 20 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109430 160109531 ENST00000392233 21 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109716 160109774 ENST00000392233 22 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160111084 160111109 ENST00000392233 23 ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160093748 160095332 ENST00000468587 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160097462 160113381 ENST00000447527 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160097462 160097610 ENST00000447527 1 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098442 160098640 ENST00000447527 2 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160098770 160098879 ENST00000447527 3 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099056 160099190 ENST00000447527 4 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160099892 160100081 ENST00000447527 5 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160100212 160100387 ENST00000447527 6 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104274 160104410 ENST00000447527 7 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160104935 160105085 ENST00000447527 8 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105224 160105392 ENST00000447527 9 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160105629 160105783 ENST00000447527 10 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106037 160106160 ENST00000447527 11 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106411 160106505 ENST00000447527 12 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160106691 160106821 ENST00000447527 13 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109430 160109531 ENST00000447527 14 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160109683 160109774 ENST00000447527 15 ATP1A2 ENSG00000018625 Not Supported Not Supported +CDS 1 160111084 160111112 ENST00000447527 16 ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160106461 160109848 ENST00000463989 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160109749 160111567 ENST00000459972 NA ATP1A2 ENSG00000018625 Not Supported Not Supported +transcript 1 160121360 160156767 ENST00000368081 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160121831 160121977 ENST00000368081 1 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160122955 160123014 ENST00000368081 2 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160124835 160125038 ENST00000368081 3 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160125835 160125948 ENST00000368081 4 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160128792 160128926 ENST00000368081 5 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160129199 160129316 ENST00000368081 6 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160133946 160134214 ENST00000368081 7 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160136318 160136516 ENST00000368081 8 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160136758 160136867 ENST00000368081 9 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160137068 160137202 ENST00000368081 10 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160141041 160141230 ENST00000368081 11 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160141375 160141547 ENST00000368081 12 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160143371 160143507 ENST00000368081 13 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160143901 160144051 ENST00000368081 14 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160144369 160144537 ENST00000368081 15 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160145882 160146036 ENST00000368081 16 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160146269 160146392 ENST00000368081 17 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160147309 160147454 ENST00000368081 18 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160151474 160151604 ENST00000368081 19 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160151720 160151821 ENST00000368081 20 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160156066 160156157 ENST00000368081 21 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160156461 160156486 ENST00000368081 22 ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160121376 160156767 ENST00000477338 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160121831 160121977 ENST00000477338 1 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160122955 160123014 ENST00000477338 2 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160124835 160125038 ENST00000477338 3 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160125835 160125948 ENST00000477338 4 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160128792 160128926 ENST00000477338 5 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160129199 160129316 ENST00000477338 6 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160133946 160134214 ENST00000477338 7 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160136318 160136516 ENST00000477338 8 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160136758 160136867 ENST00000477338 9 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160137068 160137219 ENST00000477338 10 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160141041 160141083 ENST00000477338 11 ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160136318 160156767 ENST00000469023 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160141194 160153218 ENST00000418334 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160147196 160152604 ENST00000466526 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160147201 160156767 ENST00000470705 NA ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160147311 160147454 ENST00000470705 1 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160151474 160151604 ENST00000470705 2 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160151720 160151821 ENST00000470705 3 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160156066 160156157 ENST00000470705 4 ATP1A4 ENSG00000132681 Not Supported Not Supported +CDS 1 160156461 160156486 ENST00000470705 5 ATP1A4 ENSG00000132681 Not Supported Not Supported +transcript 1 160160285 160171674 ENST00000368079 NA CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160160560 160160820 ENST00000368079 1 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160162592 160162676 ENST00000368079 2 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160163537 160163637 ENST00000368079 3 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160164802 160164913 ENST00000368079 4 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160165251 160165324 ENST00000368079 5 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160165687 160165817 ENST00000368079 6 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160167359 160167404 ENST00000368079 7 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168467 160168521 ENST00000368079 8 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168743 160168843 ENST00000368079 9 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160169641 160169715 ENST00000368079 10 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160171035 160171163 ENST00000368079 11 CASQ1 ENSG00000143318 Not Supported Not Supported +transcript 1 160160346 160171676 ENST00000368078 NA CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160160542 160160820 ENST00000368078 1 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160162592 160162676 ENST00000368078 2 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160163537 160163637 ENST00000368078 3 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160164802 160164913 ENST00000368078 4 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160165251 160165324 ENST00000368078 5 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160165687 160165817 ENST00000368078 6 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160167359 160167404 ENST00000368078 7 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168467 160168521 ENST00000368078 8 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168743 160168843 ENST00000368078 9 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160169641 160169715 ENST00000368078 10 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160171035 160171163 ENST00000368078 11 CASQ1 ENSG00000143318 Not Supported Not Supported +transcript 1 160162428 160168843 ENST00000481081 NA CASQ1 ENSG00000143318 Not Supported Not Supported +transcript 1 160168000 160171283 ENST00000467691 NA CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168476 160168521 ENST00000467691 2 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160168743 160168843 ENST00000467691 3 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160169641 160169715 ENST00000467691 4 CASQ1 ENSG00000143318 Not Supported Not Supported +CDS 1 160171035 160171163 ENST00000467691 5 CASQ1 ENSG00000143318 Not Supported Not Supported +transcript 1 160171989 160178659 ENST00000418602 NA RP11-536C5.7 ENSG00000227741 Not Supported Not Supported +transcript 1 160175127 160185166 ENST00000360472 NA PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160181335 160181506 ENST00000360472 2 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160182900 160183055 ENST00000360472 3 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160183212 160183273 ENST00000360472 4 PEA15 ENSG00000162734 Not Supported Not Supported +transcript 1 160175170 160183825 ENST00000368077 NA PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160181335 160181440 ENST00000368077 2 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160182900 160183055 ENST00000368077 3 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160183212 160183273 ENST00000368077 4 PEA15 ENSG00000162734 Not Supported Not Supported +transcript 1 160175211 160185166 ENST00000368076 NA PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160178395 160178455 ENST00000368076 3 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160181333 160181506 ENST00000368076 4 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160182900 160183055 ENST00000368076 5 PEA15 ENSG00000162734 Not Supported Not Supported +CDS 1 160183212 160183273 ENST00000368076 6 PEA15 ENSG00000162734 Not Supported Not Supported +transcript 1 160181077 160183507 ENST00000488858 NA PEA15 ENSG00000162734 Not Supported Not Supported +transcript 1 160175167 160175254 ENST00000582216 NA AL121987.1 ENSG00000265381 Not Supported Not Supported +transcript 1 160185505 160232241 ENST00000368073 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000368073 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000368073 4 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000368073 5 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000368073 6 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000368073 7 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000368073 8 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194852 160194909 ENST00000368073 9 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000368073 10 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000368073 11 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188639 160188758 ENST00000368073 12 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000368073 13 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160187385 160187498 ENST00000368073 14 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160185505 160232266 ENST00000326837 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000326837 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000326837 4 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000326837 5 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000326837 6 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000326837 7 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000326837 8 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194852 160194909 ENST00000326837 9 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000326837 10 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000326837 11 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188639 160188758 ENST00000326837 12 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000326837 13 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160187385 160187498 ENST00000326837 14 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160185505 160232291 ENST00000368074 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000368074 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000368074 4 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000368074 5 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000368074 6 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000368074 7 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000368074 8 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194852 160194909 ENST00000368074 9 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000368074 10 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000368074 11 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188639 160188758 ENST00000368074 12 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000368074 13 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160187385 160187498 ENST00000368074 14 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160186343 160194262 ENST00000477163 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194262 ENST00000477163 1 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192446 160192571 ENST00000477163 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160186655 160186698 ENST00000477163 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160186952 160188648 ENST00000473382 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188639 160188648 ENST00000473382 1 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000473382 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160187382 160187498 ENST00000473382 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187137 160189104 ENST00000476033 NA DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187254 160254920 ENST00000608310 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160251829 160251981 ENST00000608310 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000608310 4 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160249591 160249635 ENST00000608310 5 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160247921 160247981 ENST00000608310 6 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213824 ENST00000608310 7 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000608310 8 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000608310 9 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000608310 10 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000608310 11 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000608310 12 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194852 160194909 ENST00000608310 13 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000608310 14 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000608310 15 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188639 160188758 ENST00000608310 16 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000608310 17 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160187385 160187498 ENST00000608310 18 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187257 160232321 ENST00000461888 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000461888 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000461888 4 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000461888 5 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000461888 6 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000461888 7 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000461888 8 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000461888 9 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187276 160194318 ENST00000490368 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160194232 160194318 ENST00000490368 1 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000490368 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160190890 160191000 ENST00000490368 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187474 160190724 ENST00000497354 NA DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187641 160189929 ENST00000481831 NA DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160190878 160208775 ENST00000466253 NA DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209012 160232215 ENST00000610139 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000610139 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209391 160210160 ENST00000610139 4 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209012 160232226 ENST00000475733 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000475733 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209391 160210160 ENST00000475733 4 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209574 160232304 ENST00000447377 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000447377 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209574 160210160 ENST00000447377 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209760 160231592 ENST00000495887 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209760 160210134 ENST00000495887 2 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209881 160232318 ENST00000440682 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000440682 3 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209881 160210160 ENST00000440682 4 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160209892 160232238 ENST00000407642 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000407642 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160209892 160210160 ENST00000407642 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160210088 160232197 ENST00000419626 NA DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160213750 160213798 ENST00000419626 2 DCAF8 ENSG00000132716 Not Supported Not Supported +CDS 1 160210088 160210160 ENST00000419626 3 DCAF8 ENSG00000132716 Not Supported Not Supported +transcript 1 160187254 160254920 ENST00000556710 NA DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160251829 160251981 ENST00000556710 3 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000556710 4 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160249591 160249635 ENST00000556710 5 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160247921 160247981 ENST00000556710 6 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160213750 160213824 ENST00000556710 7 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160209487 160210160 ENST00000556710 8 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160208397 160208537 ENST00000556710 9 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160206925 160207019 ENST00000556710 10 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160201087 160201197 ENST00000556710 11 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160195381 160195453 ENST00000556710 12 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160194852 160194909 ENST00000556710 13 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160194232 160194339 ENST00000556710 14 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160192441 160192571 ENST00000556710 15 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160188639 160188758 ENST00000556710 16 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160188114 160188230 ENST00000556710 17 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160187385 160187498 ENST00000556710 18 DCAF8 ENSG00000258465 Not Supported Not Supported +transcript 1 160209932 160252248 ENST00000485079 NA DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160252207 160252248 ENST00000485079 1 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000485079 2 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000485079 3 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160249591 160249635 ENST00000485079 4 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160247921 160247981 ENST00000485079 5 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160233055 160233252 ENST00000485079 6 DCAF8 ENSG00000258465 Not Supported Not Supported +CDS 1 160209932 160210160 ENST00000485079 7 DCAF8 ENSG00000258465 Not Supported Not Supported +transcript 1 160231534 160232568 ENST00000442130 NA RP11-574F21.2 ENSG00000228606 Not Supported Not Supported +transcript 1 160236130 160237015 ENST00000453374 NA RP11-179G5.1 ENSG00000224261 Not Supported Not Supported +transcript 1 160246602 160254936 ENST00000368072 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160254845 160254914 ENST00000368072 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253320 160253429 ENST00000368072 2 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252734 160252899 ENST00000368072 3 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252207 160252292 ENST00000368072 4 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000368072 5 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000368072 6 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249591 160249635 ENST00000368072 7 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249344 160249424 ENST00000368072 8 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160246657 160254944 ENST00000472750 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160254845 160254914 ENST00000472750 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252850 160252899 ENST00000472750 2 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160247092 160249872 ENST00000467711 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160248271 160254916 ENST00000440949 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252734 160252809 ENST00000440949 3 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252207 160252292 ENST00000440949 4 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000440949 5 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000440949 6 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249591 160249635 ENST00000440949 7 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249344 160249424 ENST00000440949 8 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249086 160254886 ENST00000532508 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249185 160251934 ENST00000495624 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251934 ENST00000495624 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249860 160250036 ENST00000495624 2 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249561 160249635 ENST00000495624 3 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249274 160254013 ENST00000462644 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253921 160253930 ENST00000462644 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253320 160253429 ENST00000462644 2 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252734 160252899 ENST00000462644 3 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000462644 4 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249987 160250036 ENST00000462644 5 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249283 160254936 ENST00000532643 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160254845 160254914 ENST00000532643 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253320 160253429 ENST00000532643 2 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252734 160252899 ENST00000532643 3 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000532643 4 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249987 160250036 ENST00000532643 5 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249866 160254021 ENST00000392220 NA PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253921 160253930 ENST00000392220 1 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160253320 160253429 ENST00000392220 2 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252734 160252899 ENST00000392220 3 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160252207 160252292 ENST00000392220 4 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160251829 160251990 ENST00000392220 5 PEX19 ENSG00000162735 Not Supported Not Supported +CDS 1 160249866 160250036 ENST00000392220 6 PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160249966 160252309 ENST00000532516 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160251861 160256138 ENST00000533699 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160251896 160254923 ENST00000533104 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160252108 160254931 ENST00000524939 NA PEX19 ENSG00000162735 Not Supported Not Supported +transcript 1 160259063 160313038 ENST00000368069 NA COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160312921 160312960 ENST00000368069 1 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160309971 160310084 ENST00000368069 2 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160309699 160309772 ENST00000368069 3 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160305032 160305112 ENST00000368069 4 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160303393 160303469 ENST00000368069 5 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160302238 160302347 ENST00000368069 6 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160295333 160295442 ENST00000368069 7 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160293221 160293320 ENST00000368069 8 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160283780 160283915 ENST00000368069 9 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160282875 160282957 ENST00000368069 10 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160281658 160281808 ENST00000368069 11 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160279982 160280048 ENST00000368069 12 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160278891 160278966 ENST00000368069 13 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160276953 160277035 ENST00000368069 14 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160276144 160276283 ENST00000368069 15 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160275478 160275563 ENST00000368069 16 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160275223 160275388 ENST00000368069 17 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160268892 160269054 ENST00000368069 18 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160268635 160268781 ENST00000368069 19 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160267346 160267535 ENST00000368069 20 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160267133 160267228 ENST00000368069 21 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160265851 160265939 ENST00000368069 22 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160265526 160265649 ENST00000368069 23 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160264558 160264647 ENST00000368069 24 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160264274 160264383 ENST00000368069 25 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160263176 160263253 ENST00000368069 26 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160262956 160263024 ENST00000368069 27 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160262274 160262410 ENST00000368069 28 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261802 160261988 ENST00000368069 29 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261609 160261719 ENST00000368069 30 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261125 160261286 ENST00000368069 31 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160260282 160260476 ENST00000368069 32 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160259950 160260006 ENST00000368069 33 COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160259063 160313190 ENST00000241704 NA COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160312921 160312960 ENST00000241704 1 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160309971 160310084 ENST00000241704 2 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160309699 160309772 ENST00000241704 3 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160305032 160305112 ENST00000241704 4 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160303393 160303469 ENST00000241704 5 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160302238 160302347 ENST00000241704 6 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160295333 160295442 ENST00000241704 7 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160293221 160293320 ENST00000241704 8 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160283780 160283915 ENST00000241704 9 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160282875 160282957 ENST00000241704 10 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160281658 160281808 ENST00000241704 11 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160279982 160280048 ENST00000241704 12 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160278891 160278966 ENST00000241704 13 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160276953 160277035 ENST00000241704 14 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160276144 160276283 ENST00000241704 15 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160275478 160275563 ENST00000241704 16 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160275223 160275361 ENST00000241704 17 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160268892 160269054 ENST00000241704 18 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160268635 160268781 ENST00000241704 19 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160267346 160267535 ENST00000241704 20 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160267133 160267228 ENST00000241704 21 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160265851 160265939 ENST00000241704 22 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160265526 160265649 ENST00000241704 23 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160264558 160264647 ENST00000241704 24 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160264274 160264383 ENST00000241704 25 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160263176 160263253 ENST00000241704 26 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160262956 160263024 ENST00000241704 27 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160262274 160262410 ENST00000241704 28 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261802 160261988 ENST00000241704 29 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261609 160261719 ENST00000241704 30 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160261125 160261286 ENST00000241704 31 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160260282 160260476 ENST00000241704 32 COPA ENSG00000122218 Not Supported Not Supported +CDS 1 160259950 160260006 ENST00000241704 33 COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160264593 160269069 ENST00000545284 NA COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160275021 160275714 ENST00000481522 NA COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160278720 160280312 ENST00000481040 NA COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160303252 160313049 ENST00000541366 NA COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160309227 160309998 ENST00000545266 NA COPA ENSG00000122218 Not Supported Not Supported +transcript 1 160287193 160287496 ENST00000439961 NA SUMO1P3 ENSG00000235082 Not Supported Not Supported +transcript 1 160295894 160296006 ENST00000365208 NA Y_RNA ENSG00000202078 Not Supported Not Supported +transcript 1 160313062 160328742 ENST00000294785 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313187 160313271 ENST00000294785 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000294785 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000294785 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000294785 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000294785 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321012 160321162 ENST00000294785 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321486 160321595 ENST00000294785 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321844 160321996 ENST00000294785 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000294785 9 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000294785 10 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000294785 11 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000294785 12 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000294785 13 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000294785 14 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000294785 15 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326831 160327043 ENST00000294785 16 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160327939 160328058 ENST00000294785 17 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313106 160328742 ENST00000368063 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314380 160314404 ENST00000368063 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000368063 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000368063 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000368063 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000368063 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321012 160321162 ENST00000368063 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321486 160321595 ENST00000368063 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321844 160321996 ENST00000368063 9 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000368063 10 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000368063 11 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000368063 12 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000368063 13 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000368063 14 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000368063 15 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000368063 16 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326831 160327043 ENST00000368063 17 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160327939 160328058 ENST00000368063 18 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313143 160319365 ENST00000437169 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313187 160313271 ENST00000437169 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000437169 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000437169 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319276 160319365 ENST00000437169 4 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313176 160323027 ENST00000421914 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313187 160313271 ENST00000421914 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000421914 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000421914 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000421914 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000421914 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000421914 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000421914 7 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313176 160328313 ENST00000535857 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313187 160313271 ENST00000535857 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000535857 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000535857 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000535857 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000535857 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000535857 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000535857 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000535857 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000535857 9 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000535857 10 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000535857 11 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000535857 12 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326831 160327043 ENST00000535857 13 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160327939 160328058 ENST00000535857 14 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313177 160314961 ENST00000465223 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313181 160321026 ENST00000438008 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313187 160313271 ENST00000438008 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160313494 160313592 ENST00000438008 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000438008 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000438008 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000438008 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000438008 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321012 160321026 ENST00000438008 7 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313183 160319995 ENST00000467837 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160313452 160319458 ENST00000491332 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160314380 160328736 ENST00000392212 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314380 160314404 ENST00000392212 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160314512 160314616 ENST00000392212 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160318789 160318912 ENST00000392212 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319339 160319460 ENST00000392212 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000392212 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321012 160321162 ENST00000392212 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321486 160321595 ENST00000392212 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321844 160321996 ENST00000392212 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000392212 9 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000392212 10 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000392212 11 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000392212 12 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000392212 13 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000392212 14 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000392212 15 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326831 160327043 ENST00000392212 16 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160327939 160328058 ENST00000392212 17 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160319446 160326137 ENST00000459963 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160319452 160325543 ENST00000424645 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319452 160319460 ENST00000424645 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160319895 160320040 ENST00000424645 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321078 160321162 ENST00000424645 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321486 160321595 ENST00000424645 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321844 160321996 ENST00000424645 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000424645 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000424645 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000424645 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325543 ENST00000424645 9 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160319899 160328434 ENST00000368065 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321527 160321595 ENST00000368065 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321844 160321996 ENST00000368065 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000368065 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000368065 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000368065 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000368065 7 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000368065 8 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000368065 9 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000368065 10 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326831 160327043 ENST00000368065 11 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160327939 160328058 ENST00000368065 12 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160321126 160325519 ENST00000424754 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321126 160321162 ENST00000424754 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321486 160321595 ENST00000424754 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321916 160321996 ENST00000424754 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322677 160322781 ENST00000424754 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000424754 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000424754 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325519 ENST00000424754 7 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160321866 160326544 ENST00000435149 NA NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160321866 160321996 ENST00000435149 1 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160322950 160323027 ENST00000435149 2 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160323908 160324080 ENST00000435149 3 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325445 160325547 ENST00000435149 4 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160325653 160325748 ENST00000435149 5 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326050 160326137 ENST00000435149 6 NCSTN ENSG00000162736 Not Supported Not Supported +CDS 1 160326390 160326544 ENST00000435149 7 NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160325475 160326724 ENST00000491390 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160326688 160328438 ENST00000469159 NA NCSTN ENSG00000162736 Not Supported Not Supported +transcript 1 160336857 160342638 ENST00000302101 NA NHLH1 ENSG00000171786 Not Supported Not Supported +CDS 1 160340522 160340920 ENST00000302101 2 NHLH1 ENSG00000171786 Not Supported Not Supported +transcript 1 160362558 160362699 ENST00000364738 NA RNU4-42P ENSG00000201608 Not Supported Not Supported +transcript 1 160370376 160398468 ENST00000368061 NA VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160385628 160385698 ENST00000368061 2 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160385852 160385972 ENST00000368061 3 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160388792 160389399 ENST00000368061 4 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160390201 160390337 ENST00000368061 5 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160390842 160390977 ENST00000368061 6 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160393842 160394073 ENST00000368061 7 VANGL2 ENSG00000162738 Not Supported Not Supported +CDS 1 160394908 160395165 ENST00000368061 8 VANGL2 ENSG00000162738 Not Supported Not Supported +transcript 1 160389283 160393937 ENST00000483408 NA VANGL2 ENSG00000162738 Not Supported Not Supported +transcript 1 160454820 160493052 ENST00000368059 NA SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160492934 160492982 ENST00000368059 1 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160465851 160466183 ENST00000368059 2 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460915 160461178 ENST00000368059 3 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460365 160460475 ENST00000368059 4 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160459988 160460026 ENST00000368059 5 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160458878 160458957 ENST00000368059 6 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456894 160456965 ENST00000368059 7 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456500 160456544 ENST00000368059 8 SLAMF6 ENSG00000162739 Not Supported Not Supported +transcript 1 160454845 160493043 ENST00000368057 NA SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160492934 160492982 ENST00000368057 1 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160465851 160466183 ENST00000368057 2 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460915 160461178 ENST00000368057 3 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460365 160460475 ENST00000368057 4 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160459988 160460026 ENST00000368057 5 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160458878 160458960 ENST00000368057 6 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456894 160456965 ENST00000368057 7 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456500 160456544 ENST00000368057 8 SLAMF6 ENSG00000162739 Not Supported Not Supported +transcript 1 160456483 160493032 ENST00000368055 NA SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160492934 160492982 ENST00000368055 1 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460915 160461178 ENST00000368055 2 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160460365 160460475 ENST00000368055 3 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160459988 160460026 ENST00000368055 4 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160458878 160458960 ENST00000368055 5 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456894 160456965 ENST00000368055 6 SLAMF6 ENSG00000162739 Not Supported Not Supported +CDS 1 160456500 160456544 ENST00000368055 7 SLAMF6 ENSG00000162739 Not Supported Not Supported +transcript 1 160473166 160473246 ENST00000411077 NA AL138930.1 ENSG00000223009 Not Supported Not Supported +transcript 1 160506863 160541248 ENST00000446952 NA RP11-528G1.2 ENSG00000234425 Not Supported Not Supported +transcript 1 160510885 160549306 ENST00000534968 NA CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160549182 160549227 ENST00000534968 1 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523685 160523936 ENST00000534968 2 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523168 160523287 ENST00000534968 3 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160520728 160520825 ENST00000534968 4 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160519707 160519769 ENST00000534968 5 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160518049 160518111 ENST00000534968 6 CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160510888 160549263 ENST00000368054 NA CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160549182 160549227 ENST00000368054 1 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160535194 160535535 ENST00000368054 2 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523685 160523936 ENST00000368054 3 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523168 160523287 ENST00000368054 4 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160520728 160520825 ENST00000368054 5 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160519707 160519769 ENST00000368054 6 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160518049 160518111 ENST00000368054 7 CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160517879 160521200 ENST00000466767 NA CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160518035 160549294 ENST00000368048 NA CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160549182 160549227 ENST00000368048 1 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160535194 160535535 ENST00000368048 2 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523685 160523936 ENST00000368048 3 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523168 160523287 ENST00000368048 4 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160522495 160522527 ENST00000368048 5 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160520728 160520825 ENST00000368048 6 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160519707 160519769 ENST00000368048 7 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160518049 160518111 ENST00000368048 8 CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160518035 160549294 ENST00000311224 NA CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160549182 160549227 ENST00000311224 1 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160535194 160535535 ENST00000311224 2 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523685 160523936 ENST00000311224 3 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523150 160523287 ENST00000311224 4 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160522495 160522527 ENST00000311224 5 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160520728 160520825 ENST00000311224 6 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160519707 160519769 ENST00000311224 7 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160518049 160518111 ENST00000311224 8 CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160518037 160549294 ENST00000368051 NA CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160549182 160549227 ENST00000368051 1 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160535194 160535535 ENST00000368051 2 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523685 160523936 ENST00000368051 3 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160523168 160523287 ENST00000368051 4 CD84 ENSG00000066294 Not Supported Not Supported +CDS 1 160519714 160519769 ENST00000368051 5 CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160522697 160549294 ENST00000360056 NA CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160523536 160549294 ENST00000368047 NA CD84 ENSG00000066294 Not Supported Not Supported +transcript 1 160515438 160515535 ENST00000577282 NA AL138930.2 ENSG00000264286 Not Supported Not Supported +transcript 1 160577890 160617085 ENST00000302035 NA SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160616660 160616735 ENST00000302035 1 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160606981 160607319 ENST00000302035 2 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160604403 160604687 ENST00000302035 3 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160593886 160593975 ENST00000302035 4 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160589566 160589639 ENST00000302035 5 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160582278 160582370 ENST00000302035 6 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160580541 160580588 ENST00000302035 7 SLAMF1 ENSG00000117090 Not Supported Not Supported +transcript 1 160579892 160617081 ENST00000235739 NA SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160616660 160616735 ENST00000235739 1 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160606981 160607319 ENST00000235739 2 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160604403 160604687 ENST00000235739 3 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160589566 160589639 ENST00000235739 4 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160582278 160582370 ENST00000235739 5 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160580541 160580588 ENST00000235739 6 SLAMF1 ENSG00000117090 Not Supported Not Supported +transcript 1 160580527 160616811 ENST00000538290 NA SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160616660 160616735 ENST00000538290 1 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160606981 160607319 ENST00000538290 2 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160604403 160604687 ENST00000538290 3 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160593886 160593975 ENST00000538290 4 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160582354 160582370 ENST00000538290 5 SLAMF1 ENSG00000117090 Not Supported Not Supported +transcript 1 160585526 160617081 ENST00000355199 NA SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160616660 160616735 ENST00000355199 1 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160606981 160607319 ENST00000355199 2 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160604403 160604687 ENST00000355199 3 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160593886 160593975 ENST00000355199 4 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160589566 160589639 ENST00000355199 5 SLAMF1 ENSG00000117090 Not Supported Not Supported +CDS 1 160585529 160585558 ENST00000355199 6 SLAMF1 ENSG00000117090 Not Supported Not Supported +transcript 1 160606801 160616811 ENST00000494463 NA SLAMF1 ENSG00000117090 Not Supported Not Supported +transcript 1 160639938 160640769 ENST00000423837 NA SETP9 ENSG00000235101 Not Supported Not Supported +transcript 1 160640568 160653456 ENST00000598917 NA RP11-404F10.2 ENSG00000228863 Not Supported Not Supported +transcript 1 160642802 160653612 ENST00000443928 NA RP11-404F10.2 ENSG00000228863 Not Supported Not Supported +transcript 1 160643312 160653698 ENST00000588034 NA RP11-404F10.2 ENSG00000228863 Not Supported Not Supported +transcript 1 160648536 160681641 ENST00000368046 NA CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160681472 160681553 ENST00000368046 1 CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160654677 160654979 ENST00000368046 2 CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160650992 160651258 ENST00000368046 3 CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160648845 160648921 ENST00000368046 4 CD48 ENSG00000117091 Not Supported Not Supported +transcript 1 160653309 160681593 ENST00000368045 NA CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160681472 160681553 ENST00000368045 1 CD48 ENSG00000117091 Not Supported Not Supported +CDS 1 160654555 160654979 ENST00000368045 2 CD48 ENSG00000117091 Not Supported Not Supported +transcript 1 160667760 160668001 ENST00000452210 NA AL121985.1 ENSG00000227239 Not Supported Not Supported +transcript 1 160709037 160718158 ENST00000488819 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709039 160723442 ENST00000444090 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000444090 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160717984 160718304 ENST00000444090 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000444090 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722951 ENST00000444090 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709040 160723655 ENST00000441662 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000441662 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160717984 160718304 ENST00000441662 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721135 160721238 ENST00000441662 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000441662 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722964 ENST00000441662 5 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709055 160724611 ENST00000368043 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000368043 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160717984 160718304 ENST00000368043 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000368043 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160720094 160720213 ENST00000368043 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721135 160721238 ENST00000368043 5 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000368043 6 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722964 ENST00000368043 7 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709058 160724611 ENST00000368042 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000368042 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000368042 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160720094 160720213 ENST00000368042 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721135 160721238 ENST00000368042 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000368042 5 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722964 ENST00000368042 6 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709060 160723720 ENST00000458602 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000458602 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000458602 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721135 160721238 ENST00000458602 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000458602 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722964 ENST00000458602 5 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709067 160723392 ENST00000458104 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000458104 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000458104 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000458104 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722951 ENST00000458104 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709081 160724611 ENST00000359331 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709092 160709146 ENST00000359331 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160717984 160718304 ENST00000359331 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000359331 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160720094 160720213 ENST00000359331 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722038 ENST00000359331 5 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160722896 160722951 ENST00000359331 6 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160709094 160722036 ENST00000495334 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160709094 160709146 ENST00000495334 1 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160717984 160718304 ENST00000495334 2 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160719611 160719883 ENST00000495334 3 SLAMF7 ENSG00000026751 Not Supported Not Supported +CDS 1 160721976 160722036 ENST00000495334 4 SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160720213 160724611 ENST00000484221 NA SLAMF7 ENSG00000026751 Not Supported Not Supported +transcript 1 160765864 160798051 ENST00000368037 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000368037 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000368037 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160783426 160783701 ENST00000368037 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784210 160784551 ENST00000368037 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160786384 160786653 ENST00000368037 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000368037 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000368037 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793297 160793586 ENST00000368037 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793971 160794039 ENST00000368037 9 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000368037 10 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765896 160770017 ENST00000474998 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000474998 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160766900 160766958 ENST00000474998 2 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765902 160798045 ENST00000392203 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000392203 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000392203 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160783426 160783701 ENST00000392203 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784210 160784551 ENST00000392203 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000392203 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000392203 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793255 160793586 ENST00000392203 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793971 160794039 ENST00000392203 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000392203 9 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765928 160798039 ENST00000341032 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000341032 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000341032 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160783426 160783701 ENST00000341032 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784210 160784551 ENST00000341032 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000341032 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000341032 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793297 160793325 ENST00000341032 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793416 160793586 ENST00000341032 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793971 160794039 ENST00000341032 9 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000341032 10 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765928 160798039 ENST00000368041 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160766098 160766101 ENST00000368041 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000368041 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160783426 160783701 ENST00000368041 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784210 160784551 ENST00000368041 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000368041 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000368041 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793255 160793586 ENST00000368041 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793971 160794042 ENST00000368041 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000368041 9 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765928 160798039 ENST00000368040 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784524 160784551 ENST00000368040 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160786384 160786653 ENST00000368040 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000368040 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000368040 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793297 160793586 ENST00000368040 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000368040 9 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765948 160798051 ENST00000263285 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000263285 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000263285 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160783426 160783701 ENST00000263285 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784210 160784551 ENST00000263285 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160786384 160786653 ENST00000263285 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000263285 6 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000263285 7 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793255 160793586 ENST00000263285 8 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793971 160794039 ENST00000263285 9 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797603 ENST00000263285 10 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765977 160772488 ENST00000368039 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765978 160766101 ENST00000368039 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160769543 160769872 ENST00000368039 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160771580 160771704 ENST00000368039 3 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765989 160783620 ENST00000480837 NA LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765990 160771755 ENST00000490902 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160765990 160766101 ENST00000490902 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160768616 160768719 ENST00000490902 2 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160765998 160784433 ENST00000471816 NA LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160766001 160769454 ENST00000485624 NA LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160779539 160785129 ENST00000479663 NA LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160784313 160798045 ENST00000368035 NA LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160784313 160784551 ENST00000368035 1 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160786384 160786653 ENST00000368035 2 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160788008 160788109 ENST00000368035 3 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160789111 160789164 ENST00000368035 4 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160793297 160793586 ENST00000368035 5 LY9 ENSG00000122224 Not Supported Not Supported +CDS 1 160797538 160797606 ENST00000368035 6 LY9 ENSG00000122224 Not Supported Not Supported +transcript 1 160799950 160832645 ENST00000368034 NA CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160832407 160832467 ENST00000368034 1 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811374 160811691 ENST00000368034 2 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811000 160811275 ENST00000368034 3 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808729 160808839 ENST00000368034 4 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808241 160808308 ENST00000368034 5 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160805985 160806044 ENST00000368034 6 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160803841 160803906 ENST00000368034 7 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160802309 160802365 ENST00000368034 8 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160801140 160801217 ENST00000368034 9 CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160800973 160832550 ENST00000368033 NA CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160832407 160832467 ENST00000368033 1 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811374 160811691 ENST00000368033 2 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811000 160811290 ENST00000368033 3 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808729 160808839 ENST00000368033 4 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808241 160808308 ENST00000368033 5 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160805985 160806044 ENST00000368033 6 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160803841 160803906 ENST00000368033 7 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160802309 160802365 ENST00000368033 8 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160801140 160801217 ENST00000368033 9 CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160801061 160832490 ENST00000492063 NA CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160832407 160832467 ENST00000492063 1 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811374 160811691 ENST00000492063 2 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811000 160811275 ENST00000492063 3 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808729 160808839 ENST00000492063 4 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808241 160808308 ENST00000492063 5 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160805985 160806044 ENST00000492063 6 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160803841 160803906 ENST00000492063 7 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160802483 160802509 ENST00000492063 8 CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160801061 160832490 ENST00000322302 NA CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160832407 160832467 ENST00000322302 1 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811374 160811691 ENST00000322302 2 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808729 160808839 ENST00000322302 3 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808241 160808308 ENST00000322302 4 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160805985 160806044 ENST00000322302 5 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160803841 160803906 ENST00000322302 6 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160802309 160802365 ENST00000322302 7 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160801140 160801217 ENST00000322302 8 CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160802309 160808955 ENST00000481677 NA CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160802480 160832692 ENST00000368032 NA CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160832407 160832467 ENST00000368032 1 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811374 160811691 ENST00000368032 2 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160811000 160811275 ENST00000368032 3 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808729 160808839 ENST00000368032 4 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160808241 160808308 ENST00000368032 5 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160805985 160806044 ENST00000368032 6 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160803841 160803906 ENST00000368032 7 CD244 ENSG00000122223 Not Supported Not Supported +CDS 1 160802483 160802509 ENST00000368032 8 CD244 ENSG00000122223 Not Supported Not Supported +transcript 1 160817800 160818292 ENST00000447284 NA RP11-312J18.3 ENSG00000226003 Not Supported Not Supported +transcript 1 160846329 160854960 ENST00000326245 NA ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160854610 160854667 ENST00000326245 2 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160853218 160853316 ENST00000326245 3 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160851747 160851994 ENST00000326245 4 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160850944 160851102 ENST00000326245 5 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160850378 160850498 ENST00000326245 6 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160849101 160849204 ENST00000326245 7 ITLN1 ENSG00000179914 Not Supported Not Supported +CDS 1 160846457 160846606 ENST00000326245 8 ITLN1 ENSG00000179914 Not Supported Not Supported +transcript 1 160849102 160851311 ENST00000487531 NA ITLN1 ENSG00000179914 Not Supported Not Supported +transcript 1 160850944 160852085 ENST00000464077 NA ITLN1 ENSG00000179914 Not Supported Not Supported +transcript 1 160864770 160865866 ENST00000425270 NA RP11-312J18.5 ENSG00000213080 Not Supported Not Supported +transcript 1 160901529 160904170 ENST00000427339 NA RP11-312J18.6 ENSG00000232188 Not Supported Not Supported +transcript 1 160902255 160919712 ENST00000356006 NA RP11-544M22.1 ENSG00000198358 Not Supported Not Supported +transcript 1 160905327 160905916 ENST00000450131 NA RP11-312J18.7 ENSG00000233691 Not Supported Not Supported +transcript 1 160914815 160924589 ENST00000368029 NA ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160924517 160924531 ENST00000368029 1 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160924177 160924240 ENST00000368029 2 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160922410 160922523 ENST00000368029 3 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160920833 160921080 ENST00000368029 4 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160920343 160920501 ENST00000368029 5 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160919836 160919956 ENST00000368029 6 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160917719 160917822 ENST00000368029 7 ITLN2 ENSG00000158764 Not Supported Not Supported +CDS 1 160914933 160915082 ENST00000368029 8 ITLN2 ENSG00000158764 Not Supported Not Supported +transcript 1 160914884 160920802 ENST00000494442 NA ITLN2 ENSG00000158764 Not Supported Not Supported +transcript 1 160920343 160921264 ENST00000490489 NA ITLN2 ENSG00000158764 Not Supported Not Supported +transcript 1 160965001 160991138 ENST00000368026 NA F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160990800 160990863 ENST00000368026 1 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160971075 160971143 ENST00000368026 2 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160970810 160970917 ENST00000368026 3 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160970421 160970567 ENST00000368026 4 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969936 160970138 ENST00000368026 5 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969666 160969768 ENST00000368026 6 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969430 160969537 ENST00000368026 7 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969186 160969198 ENST00000368026 8 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160968833 160968881 ENST00000368026 9 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160968664 160968696 ENST00000368026 10 F11R ENSG00000158769 Not Supported Not Supported +transcript 1 160968192 160990886 ENST00000537746 NA F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160990800 160990863 ENST00000537746 1 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160971075 160971143 ENST00000537746 2 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160970810 160970917 ENST00000537746 3 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969936 160970138 ENST00000537746 4 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969666 160969768 ENST00000537746 5 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969430 160969537 ENST00000537746 6 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160969186 160969198 ENST00000537746 7 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160968833 160968881 ENST00000537746 8 F11R ENSG00000158769 Not Supported Not Supported +CDS 1 160968664 160968696 ENST00000537746 9 F11R ENSG00000158769 Not Supported Not Supported +transcript 1 160969700 160970967 ENST00000472573 NA F11R ENSG00000158769 Not Supported Not Supported +transcript 1 160970100 160990933 ENST00000335772 NA F11R ENSG00000158769 Not Supported Not Supported +transcript 1 160970510 160990965 ENST00000602966 NA F11R ENSG00000158769 Not Supported Not Supported +transcript 1 160967747 161008734 ENST00000289779 NA RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000289779 1 RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +CDS 1 160992540 160992617 ENST00000289779 2 RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +CDS 1 160991183 160991277 ENST00000289779 3 RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +transcript 1 160969936 161008752 ENST00000470694 NA RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000470694 1 RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +CDS 1 160991183 160991277 ENST00000470694 2 RP11-544M22.13 ENSG00000270149 Not Supported Not Supported +transcript 1 161004624 161004796 ENST00000433122 NA RP11-544M22.3 ENSG00000232879 Not Supported Not Supported +transcript 1 161007421 161008097 ENST00000462952 NA TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007421 161008727 ENST00000318289 NA TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000318289 1 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008341 161008463 ENST00000318289 2 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007672 161007865 ENST00000318289 3 TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007421 161008740 ENST00000368023 NA TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000368023 1 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008341 161008484 ENST00000368023 2 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007703 161007865 ENST00000368023 3 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007568 161007616 ENST00000368023 4 TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007421 161008767 ENST00000368024 NA TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000368024 1 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007703 161007865 ENST00000368024 2 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007568 161007616 ENST00000368024 3 TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007421 161008780 ENST00000423014 NA TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008670 161008679 ENST00000423014 1 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161008341 161008463 ENST00000423014 2 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007703 161007865 ENST00000423014 3 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007568 161007616 ENST00000423014 4 TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007482 161008519 ENST00000466967 NA TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007703 161007839 ENST00000466967 2 TSTD1 ENSG00000215845 Not Supported Not Supported +CDS 1 161007568 161007616 ENST00000466967 3 TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161007688 161008706 ENST00000486084 NA TSTD1 ENSG00000215845 Not Supported Not Supported +transcript 1 161009041 161014731 ENST00000368020 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161013058 161013065 ENST00000368020 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012623 161012672 ENST00000368020 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012345 161012460 ENST00000368020 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012007 ENST00000368020 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011441 161011636 ENST00000368020 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000368020 7 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000368020 8 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000368020 9 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009992 161010120 ENST00000368020 10 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009713 161009799 ENST00000368020 11 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009041 161015767 ENST00000368021 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161013058 161013065 ENST00000368021 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012623 161012672 ENST00000368021 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012345 161012460 ENST00000368021 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012007 ENST00000368021 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011441 161011636 ENST00000368021 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000368021 7 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000368021 8 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000368021 9 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009992 161010120 ENST00000368021 10 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009713 161009799 ENST00000368021 11 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009042 161015757 ENST00000435396 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012004 ENST00000435396 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011441 161011636 ENST00000435396 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000435396 7 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000435396 8 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000435396 9 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009992 161010120 ENST00000435396 10 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009713 161009799 ENST00000435396 11 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009085 161010373 ENST00000472217 NA USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009645 161013149 ENST00000368019 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161013058 161013065 ENST00000368019 1 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012623 161012672 ENST00000368019 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012345 161012460 ENST00000368019 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012007 ENST00000368019 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011525 161011636 ENST00000368019 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000368019 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000368019 7 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000368019 8 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009992 161010120 ENST00000368019 9 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009713 161009799 ENST00000368019 10 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009710 161015752 ENST00000473969 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161013058 161013065 ENST00000473969 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012623 161012672 ENST00000473969 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012376 161012460 ENST00000473969 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012007 161012007 ENST00000473969 5 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009730 161011511 ENST00000528768 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011441 161011511 ENST00000528768 1 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000528768 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000528768 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000528768 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009992 161010113 ENST00000528768 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009739 161009799 ENST00000528768 6 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161009999 161013132 ENST00000531842 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161013058 161013065 ENST00000531842 1 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012623 161012672 ENST00000531842 2 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161012345 161012460 ENST00000531842 3 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012007 ENST00000531842 4 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011624 161011636 ENST00000531842 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011114 161011201 ENST00000531842 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010604 161010662 ENST00000531842 7 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161010366 161010460 ENST00000531842 8 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161009999 161010120 ENST00000531842 9 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161010230 161015702 ENST00000496363 NA USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161011116 161015698 ENST00000491629 NA USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161011180 161015663 ENST00000534633 NA USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011906 161012004 ENST00000534633 5 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011441 161011636 ENST00000534633 6 USF1 ENSG00000158773 Not Supported Not Supported +CDS 1 161011180 161011201 ENST00000534633 7 USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161011397 161015729 ENST00000529476 NA USF1 ENSG00000158773 Not Supported Not Supported +transcript 1 161016736 161039660 ENST00000461003 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161016738 161039456 ENST00000368016 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039318 161039414 ENST00000368016 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161029404 161029506 ENST00000368016 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161026178 161026322 ENST00000368016 3 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024413 161024495 ENST00000368016 4 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024156 161024263 ENST00000368016 5 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161023048 161023175 ENST00000368016 6 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022416 161022587 ENST00000368016 7 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022230 161022333 ENST00000368016 8 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022076 161022153 ENST00000368016 9 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161021104 161021505 ENST00000368016 10 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161019214 161019479 ENST00000368016 11 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161018779 161019124 ENST00000368016 12 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161017508 161018145 ENST00000368016 13 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161016738 161039735 ENST00000368013 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039318 161039414 ENST00000368013 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161029404 161029506 ENST00000368013 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161026178 161026322 ENST00000368013 3 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024413 161024495 ENST00000368013 4 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024156 161024263 ENST00000368013 5 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161023048 161023175 ENST00000368013 6 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022416 161022587 ENST00000368013 7 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022230 161022333 ENST00000368013 8 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022076 161022153 ENST00000368013 9 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161021104 161021505 ENST00000368013 10 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161019214 161019479 ENST00000368013 11 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161017508 161019124 ENST00000368013 12 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161016739 161039760 ENST00000368015 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039410 161039414 ENST00000368015 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161023048 161023175 ENST00000368015 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022416 161022587 ENST00000368015 3 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022230 161022333 ENST00000368015 4 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161022076 161022153 ENST00000368015 5 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161021104 161021505 ENST00000368015 6 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161019214 161019479 ENST00000368015 7 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161017508 161019124 ENST00000368015 8 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161018580 161039593 ENST00000490279 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039318 161039414 ENST00000490279 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161029404 161029506 ENST00000490279 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024489 161024495 ENST00000490279 3 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161023165 161039465 ENST00000368018 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039318 161039414 ENST00000368018 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161029961 161030052 ENST00000368018 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161024192 161039705 ENST00000471492 NA ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161039318 161039414 ENST00000471492 1 ARHGAP30 ENSG00000186517 Not Supported Not Supported +CDS 1 161024470 161024495 ENST00000471492 2 ARHGAP30 ENSG00000186517 Not Supported Not Supported +transcript 1 161035655 161035943 ENST00000600454 NA AL591806.1 ENSG00000268154 Not Supported Not Supported +CDS 1 161035655 161035697 ENST00000600454 1 AL591806.1 ENSG00000268154 Not Supported Not Supported +CDS 1 161035837 161035943 ENST00000600454 2 AL591806.1 ENSG00000268154 Not Supported Not Supported +transcript 1 161040785 161059389 ENST00000368012 NA PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161059008 161059086 ENST00000368012 1 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161049380 161049739 ENST00000368012 2 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161047243 161047533 ENST00000368012 3 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161046145 161046265 ENST00000368012 4 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161044401 161044549 ENST00000368012 5 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161044007 161044163 ENST00000368012 6 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161043510 161043585 ENST00000368012 7 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161043015 161043089 ENST00000368012 8 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161042454 161042675 ENST00000368012 9 PVRL4 ENSG00000143217 Not Supported Not Supported +transcript 1 161041930 161044048 ENST00000486694 NA PVRL4 ENSG00000143217 Not Supported Not Supported +transcript 1 161042197 161046272 ENST00000453926 NA PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161046145 161046197 ENST00000453926 1 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161044401 161044549 ENST00000453926 2 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161044007 161044163 ENST00000453926 3 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161043510 161043585 ENST00000453926 4 PVRL4 ENSG00000143217 Not Supported Not Supported +CDS 1 161042454 161042675 ENST00000453926 5 PVRL4 ENSG00000143217 Not Supported Not Supported +transcript 1 161054255 161057361 ENST00000447167 NA RP11-544M22.8 ENSG00000228917 Not Supported Not Supported +transcript 1 161068151 161070088 ENST00000490724 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068153 161070133 ENST00000469647 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068172 161069208 ENST00000471613 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068184 161070136 ENST00000368011 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161068326 161068852 ENST00000368011 1 KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161069136 161069295 ENST00000368011 2 KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161069388 161069586 ENST00000368011 3 KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161069851 161070011 ENST00000368011 4 KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068184 161070136 ENST00000392192 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161068326 161068852 ENST00000392192 1 KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161069136 161069295 ENST00000392192 2 KLHDC9 ENSG00000162755 Not Supported Not Supported +CDS 1 161069369 161069545 ENST00000392192 3 KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068230 161069525 ENST00000392191 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161068235 161069534 ENST00000494418 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161069298 161070136 ENST00000475934 NA KLHDC9 ENSG00000162755 Not Supported Not Supported +transcript 1 161070346 161087845 ENST00000468311 NA PFDN2 ENSG00000143256 Not Supported Not Supported +transcript 1 161070346 161087901 ENST00000368010 NA PFDN2 ENSG00000143256 Not Supported Not Supported +CDS 1 161087742 161087816 ENST00000368010 1 PFDN2 ENSG00000143256 Not Supported Not Supported +CDS 1 161072077 161072165 ENST00000368010 2 PFDN2 ENSG00000143256 Not Supported Not Supported +CDS 1 161071838 161071961 ENST00000368010 3 PFDN2 ENSG00000143256 Not Supported Not Supported +CDS 1 161070476 161070649 ENST00000368010 4 PFDN2 ENSG00000143256 Not Supported Not Supported +transcript 1 161087876 161090022 ENST00000496768 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087891 161090857 ENST00000368009 NA NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161087967 161087968 ENST00000368009 1 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088576 161088671 ENST00000368009 2 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088924 161089178 ENST00000368009 3 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089299 161089402 ENST00000368009 4 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089609 161089742 ENST00000368009 5 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089897 161090022 ENST00000368009 6 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161090289 161090552 ENST00000368009 7 NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087895 161089742 ENST00000479266 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087902 161089687 ENST00000477684 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087904 161089401 ENST00000486962 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087907 161090983 ENST00000368007 NA NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088289 161088341 ENST00000368007 1 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088924 161089178 ENST00000368007 2 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089299 161089402 ENST00000368007 3 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089609 161089742 ENST00000368007 4 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089897 161090022 ENST00000368007 5 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161090289 161090552 ENST00000368007 6 NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087908 161090022 ENST00000492411 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087908 161095235 ENST00000368008 NA NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161087967 161087968 ENST00000368008 1 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088576 161088671 ENST00000368008 2 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088924 161089178 ENST00000368008 3 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089299 161089402 ENST00000368008 4 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089609 161089742 ENST00000368008 5 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089897 161090022 ENST00000368008 6 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161093931 161093942 ENST00000368008 7 NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087908 161090983 ENST00000392190 NA NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161088934 161089178 ENST00000392190 3 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089299 161089402 ENST00000392190 4 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089609 161089742 ENST00000392190 5 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161089897 161090022 ENST00000392190 6 NIT1 ENSG00000158793 Not Supported Not Supported +CDS 1 161090289 161090552 ENST00000392190 7 NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087915 161089031 ENST00000473918 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161087930 161089097 ENST00000478277 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161088010 161090358 ENST00000496861 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161088171 161089706 ENST00000491497 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161088576 161090594 ENST00000485594 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161088698 161089733 ENST00000461376 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161092097 161094601 ENST00000479728 NA NIT1 ENSG00000158793 Not Supported Not Supported +transcript 1 161090764 161100887 ENST00000472996 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161090764 161102458 ENST00000368006 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000368006 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000368006 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092865 161093011 ENST00000368006 5 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000368006 6 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161090767 161102478 ENST00000392188 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000392188 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000392188 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092775 161093011 ENST00000392188 5 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000392188 6 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161090767 161102478 ENST00000545495 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000545495 2 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000545495 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092865 161093011 ENST00000545495 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000545495 5 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161090767 161102256 ENST00000458050 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000458050 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000458050 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092865 161093011 ENST00000458050 5 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000458050 6 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161091534 161102362 ENST00000489249 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161091577 161102457 ENST00000490843 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000490843 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000490843 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092865 161093011 ENST00000490843 5 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000490843 6 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161091720 161100637 ENST00000486041 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161091815 161100627 ENST00000368005 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000368005 2 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000368005 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092775 161093011 ENST00000368005 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161091940 161092313 ENST00000368005 5 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161092032 161102378 ENST00000464113 NA DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093928 161094252 ENST00000464113 2 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161093629 161093736 ENST00000464113 3 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092865 161093011 ENST00000464113 4 DEDD ENSG00000158796 Not Supported Not Supported +CDS 1 161092032 161092313 ENST00000464113 5 DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161092053 161102240 ENST00000473679 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161092123 161102266 ENST00000463227 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161092141 161101941 ENST00000496632 NA DEDD ENSG00000158796 Not Supported Not Supported +transcript 1 161110998 161111126 ENST00000459014 NA ACA64 ENSG00000238934 Not Supported Not Supported +transcript 1 161122566 161127989 ENST00000467540 NA UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123542 161128646 ENST00000368003 NA UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161123788 161123910 ENST00000368003 1 UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161126740 161126807 ENST00000368003 2 UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161127044 161127107 ENST00000368003 3 UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161127407 161127483 ENST00000368003 4 UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161127911 161128001 ENST00000368003 5 UFC1 ENSG00000143222 Not Supported Not Supported +CDS 1 161128202 161128279 ENST00000368003 6 UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123774 161128472 ENST00000483191 NA UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123775 161127145 ENST00000482672 NA UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123784 161128035 ENST00000473766 NA UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123847 161127250 ENST00000463735 NA UFC1 ENSG00000143222 Not Supported Not Supported +transcript 1 161123550 161129139 ENST00000420498 NA RP11-297K8.2 ENSG00000224985 Not Supported Not Supported +transcript 1 161129240 161132158 ENST00000492950 NA USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161130431 161131030 ENST00000492950 3 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161131828 161131887 ENST00000492950 4 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132060 161132158 ENST00000492950 5 USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161129254 161135504 ENST00000368002 NA USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161130431 161131030 ENST00000368002 3 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161131828 161131887 ENST00000368002 4 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132060 161132180 ENST00000368002 5 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132405 161132516 ENST00000368002 6 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132709 161132864 ENST00000368002 7 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133345 161133409 ENST00000368002 8 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133668 161133771 ENST00000368002 9 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133954 161134040 ENST00000368002 10 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134324 161134402 ENST00000368002 11 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134625 161134732 ENST00000368002 12 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134819 161134933 ENST00000368002 13 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161135147 161135234 ENST00000368002 14 USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161129269 161135513 ENST00000289865 NA USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161130431 161131030 ENST00000289865 2 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161131828 161131887 ENST00000289865 3 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132060 161132180 ENST00000289865 4 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132405 161132516 ENST00000289865 5 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132709 161132864 ENST00000289865 6 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133345 161133409 ENST00000289865 7 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133668 161133771 ENST00000289865 8 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133954 161134040 ENST00000289865 9 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134324 161134402 ENST00000289865 10 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134625 161134732 ENST00000289865 11 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134819 161134933 ENST00000289865 12 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161135147 161135234 ENST00000289865 13 USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161129311 161130782 ENST00000479344 NA USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161130431 161130782 ENST00000479344 3 USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161129327 161135513 ENST00000368001 NA USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161130431 161131030 ENST00000368001 2 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161131828 161131887 ENST00000368001 3 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132060 161132180 ENST00000368001 4 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132405 161132516 ENST00000368001 5 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161132709 161132864 ENST00000368001 6 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133345 161133409 ENST00000368001 7 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133668 161133771 ENST00000368001 8 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161133954 161134040 ENST00000368001 9 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134324 161134402 ENST00000368001 10 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134625 161134732 ENST00000368001 11 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161134861 161134933 ENST00000368001 12 USP21 ENSG00000143258 Not Supported Not Supported +CDS 1 161135147 161135234 ENST00000368001 13 USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161130534 161132470 ENST00000486299 NA USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161131153 161135513 ENST00000487163 NA USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161132414 161134612 ENST00000482385 NA USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161133345 161135417 ENST00000493054 NA USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161133669 161135295 ENST00000485277 NA USP21 ENSG00000143258 Not Supported Not Supported +transcript 1 161136200 161141008 ENST00000352210 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000352210 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136890 161137024 ENST00000352210 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161137161 161137276 ENST00000352210 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161137785 161137917 ENST00000352210 5 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138222 161138366 ENST00000352210 6 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138783 161138973 ENST00000352210 7 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139450 161139510 ENST00000352210 8 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139696 161139814 ENST00000352210 9 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140309 ENST00000352210 10 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000352210 11 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140697 161140739 ENST00000352210 12 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140824 161140963 ENST00000352210 13 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136205 161141006 ENST00000367999 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000367999 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136890 161137024 ENST00000367999 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161137161 161137276 ENST00000367999 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161137785 161137917 ENST00000367999 5 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138222 161138366 ENST00000367999 6 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138783 161138973 ENST00000367999 7 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139450 161139510 ENST00000367999 8 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139696 161139814 ENST00000367999 9 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140309 ENST00000367999 10 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000367999 11 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140697 161140739 ENST00000367999 12 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140824 161140963 ENST00000367999 13 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136220 161146831 ENST00000497522 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136229 161138335 ENST00000479246 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136229 161139510 ENST00000470607 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136242 161140739 ENST00000539753 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000539753 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136890 161137024 ENST00000539753 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139450 161139510 ENST00000539753 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140254 ENST00000539753 5 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136260 161141010 ENST00000544598 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000544598 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136890 161137024 ENST00000544598 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000544598 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140697 161140739 ENST00000544598 5 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140824 161140963 ENST00000544598 6 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136270 161147803 ENST00000495483 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136272 161137917 ENST00000468968 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136288 161146882 ENST00000535223 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000535223 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000535223 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161146639 161146869 ENST00000535223 4 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136301 161146907 ENST00000432542 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136638 161136724 ENST00000432542 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161136890 161137024 ENST00000432542 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140309 ENST00000432542 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000432542 5 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161146639 161146869 ENST00000432542 6 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136468 161138196 ENST00000490768 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161136630 161141008 ENST00000462866 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161137885 161139496 ENST00000494216 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161138050 161139630 ENST00000462977 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161138185 161139775 ENST00000460611 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161138313 161141008 ENST00000537523 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138313 161138366 ENST00000537523 1 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161138783 161138973 ENST00000537523 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140309 ENST00000537523 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000537523 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140697 161140739 ENST00000537523 5 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140824 161140966 ENST00000537523 6 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161139074 161140971 ENST00000541818 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161139475 161141008 ENST00000537829 NA PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139475 161139510 ENST00000537829 1 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161139696 161139814 ENST00000537829 2 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140199 161140309 ENST00000537829 3 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140410 161140559 ENST00000537829 4 PPOX ENSG00000143224 Not Supported Not Supported +CDS 1 161140697 161140765 ENST00000537829 5 PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161140051 161140971 ENST00000466452 NA PPOX ENSG00000143224 Not Supported Not Supported +transcript 1 161141100 161147275 ENST00000319769 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161145598 161145850 ENST00000319769 3 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161144783 161145018 ENST00000319769 4 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161143649 161143839 ENST00000319769 5 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161143395 161143517 ENST00000319769 6 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161142017 161142121 ENST00000319769 7 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161141609 161141879 ENST00000319769 8 B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161141101 161147210 ENST00000470882 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161141102 161147287 ENST00000367998 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161145598 161145850 ENST00000367998 3 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161144783 161145018 ENST00000367998 4 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161143649 161143839 ENST00000367998 5 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161143395 161143517 ENST00000367998 6 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161142017 161142121 ENST00000367998 7 B4GALT3 ENSG00000158850 Not Supported Not Supported +CDS 1 161141609 161141879 ENST00000367998 8 B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161141756 161142200 ENST00000486938 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161143395 161147269 ENST00000466504 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161143649 161145946 ENST00000465740 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161144697 161147284 ENST00000493164 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161144785 161147258 ENST00000496313 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161144842 161146939 ENST00000487004 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161145598 161147281 ENST00000460415 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161145598 161147287 ENST00000482288 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161145752 161147269 ENST00000467863 NA B4GALT3 ENSG00000158850 Not Supported Not Supported +transcript 1 161154098 161168846 ENST00000367996 NA ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161167785 161168417 ENST00000367996 1 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161166347 161166670 ENST00000367996 2 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161165961 161166093 ENST00000367996 3 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161165255 161165425 ENST00000367996 4 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161163725 161164011 ENST00000367996 5 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161163430 161163616 ENST00000367996 6 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161163003 161163178 ENST00000367996 7 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161161855 161162030 ENST00000367996 8 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161160931 161161354 ENST00000367996 9 ADAMTS4 ENSG00000158859 Not Supported Not Supported +transcript 1 161163952 161165541 ENST00000478394 NA ADAMTS4 ENSG00000158859 Not Supported Not Supported +transcript 1 161165769 161168843 ENST00000367995 NA ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161167785 161168417 ENST00000367995 1 ADAMTS4 ENSG00000158859 Not Supported Not Supported +CDS 1 161166287 161166670 ENST00000367995 2 ADAMTS4 ENSG00000158859 Not Supported Not Supported +transcript 1 161166894 161176383 ENST00000479948 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161167209 161179096 ENST00000496133 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161169105 161184185 ENST00000367993 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161172176 161172270 ENST00000367993 2 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161173227 161173333 ENST00000367993 3 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161176197 161176387 ENST00000367993 4 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161178983 161179103 ENST00000367993 5 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179273 161179385 ENST00000367993 6 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179647 161179721 ENST00000367993 7 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179901 161179978 ENST00000367993 8 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180094 161180179 ENST00000367993 9 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180381 161180500 ENST00000367993 10 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161182141 161182270 ENST00000367993 11 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183170 161183265 ENST00000367993 12 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183439 161183522 ENST00000367993 13 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183654 161183711 ENST00000367993 14 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183946 161183980 ENST00000367993 15 NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161171836 161179306 ENST00000496553 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161171937 161184182 ENST00000392179 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161172176 161172270 ENST00000392179 1 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161173227 161173333 ENST00000392179 2 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161176197 161176387 ENST00000392179 3 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161178983 161179103 ENST00000392179 4 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179273 161179385 ENST00000392179 5 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179647 161179721 ENST00000392179 6 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179901 161179978 ENST00000392179 7 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180094 161180179 ENST00000392179 8 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180381 161180500 ENST00000392179 9 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161182141 161182270 ENST00000392179 10 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183170 161183265 ENST00000392179 11 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183439 161183522 ENST00000392179 12 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161183654 161183728 ENST00000392179 13 NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161172139 161180486 ENST00000467295 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161172162 161173623 ENST00000475570 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161172162 161180839 ENST00000476409 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161176289 161176387 ENST00000476409 2 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161178983 161179103 ENST00000476409 3 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179273 161179385 ENST00000476409 4 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179647 161179721 ENST00000476409 5 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161179901 161179978 ENST00000476409 6 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180094 161180179 ENST00000476409 7 NDUFS2 ENSG00000158864 Not Supported Not Supported +CDS 1 161180381 161180501 ENST00000476409 8 NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161172166 161180264 ENST00000478866 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161176199 161179517 ENST00000473321 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161179029 161184029 ENST00000483804 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161179273 161183202 ENST00000480762 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161179655 161184185 ENST00000465923 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161180465 161184086 ENST00000493849 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161182141 161184149 ENST00000468828 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161183040 161183769 ENST00000492153 NA NDUFS2 ENSG00000158864 Not Supported Not Supported +transcript 1 161185024 161189038 ENST00000490414 NA FCER1G ENSG00000158869 Not Supported Not Supported +transcript 1 161185069 161190489 ENST00000367992 NA FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161185112 161185160 ENST00000367992 1 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161187776 161187867 ENST00000367992 2 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161188031 161188066 ENST00000367992 3 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161188493 161188513 ENST00000367992 4 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161190180 161190317 ENST00000367992 5 FCER1G ENSG00000158869 Not Supported Not Supported +transcript 1 161185087 161189038 ENST00000289902 NA FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161185112 161185160 ENST00000289902 1 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161187776 161187867 ENST00000289902 2 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161188031 161188066 ENST00000289902 3 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161188493 161188513 ENST00000289902 4 FCER1G ENSG00000158869 Not Supported Not Supported +CDS 1 161188671 161188730 ENST00000289902 5 FCER1G ENSG00000158869 Not Supported Not Supported +transcript 1 161190160 161192296 ENST00000594609 NA AL590714.1 ENSG00000268387 Not Supported Not Supported +CDS 1 161190160 161190174 ENST00000594609 1 AL590714.1 ENSG00000268387 Not Supported Not Supported +CDS 1 161192081 161192293 ENST00000594609 2 AL590714.1 ENSG00000268387 Not Supported Not Supported +transcript 1 161192082 161193403 ENST00000481413 NA APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192082 161193418 ENST00000367990 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000367990 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192840 ENST00000367990 3 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192198 161192312 ENST00000367990 4 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192082 161193421 ENST00000468465 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192748 ENST00000468465 3 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192198 161192312 ENST00000468465 4 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192082 161193421 ENST00000463812 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192748 ENST00000463812 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192198 161192312 ENST00000463812 3 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192083 161193215 ENST00000481511 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000481511 1 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192893 161193056 ENST00000481511 2 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192086 161193418 ENST00000470459 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000470459 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192840 ENST00000470459 3 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192298 161192312 ENST00000470459 4 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192198 161192243 ENST00000470459 5 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192106 161193405 ENST00000464492 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193292 161193366 ENST00000464492 1 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193215 ENST00000464492 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192840 ENST00000464492 3 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192198 161192312 ENST00000464492 4 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192109 161193198 ENST00000491350 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000491350 1 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192284 161192312 ENST00000491350 2 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192213 161193375 ENST00000463273 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000463273 1 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192840 ENST00000463273 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192213 161192312 ENST00000463273 3 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161192298 161193349 ENST00000469730 NA APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161193140 161193191 ENST00000469730 2 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192708 161192840 ENST00000469730 3 APOA2 ENSG00000158874 Not Supported Not Supported +CDS 1 161192298 161192312 ENST00000469730 4 APOA2 ENSG00000158874 Not Supported Not Supported +transcript 1 161195793 161200397 ENST00000367988 NA TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196280 161196394 ENST00000367988 2 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196678 161196745 ENST00000367988 3 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197048 161197140 ENST00000367988 4 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197426 161197527 ENST00000367988 5 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197674 161197779 ENST00000367988 6 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197976 161198098 ENST00000367988 7 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198218 161198294 ENST00000367988 8 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198505 161198607 ENST00000367988 9 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198746 161198882 ENST00000367988 10 TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161195850 161200405 ENST00000474486 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161195850 161199049 ENST00000545897 NA TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196280 161196394 ENST00000545897 2 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196678 161196745 ENST00000545897 3 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197048 161197140 ENST00000545897 4 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197674 161197779 ENST00000545897 5 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197976 161198098 ENST00000545897 6 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198218 161198294 ENST00000545897 7 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198505 161198607 ENST00000545897 8 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198746 161198882 ENST00000545897 9 TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161195853 161198577 ENST00000470426 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161195863 161198063 ENST00000465512 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161195872 161199083 ENST00000492482 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161196094 161200408 ENST00000367987 NA TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196280 161196394 ENST00000367987 1 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161196678 161196745 ENST00000367987 2 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197048 161197140 ENST00000367987 3 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197426 161197527 ENST00000367987 4 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197674 161197779 ENST00000367987 5 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161197976 161198098 ENST00000367987 6 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198218 161198294 ENST00000367987 7 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198505 161198607 ENST00000367987 8 TOMM40L ENSG00000158882 Not Supported Not Supported +CDS 1 161198746 161198882 ENST00000367987 9 TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161197674 161198293 ENST00000468803 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161198220 161198844 ENST00000475793 NA TOMM40L ENSG00000158882 Not Supported Not Supported +transcript 1 161196976 161197051 ENST00000583479 NA MIR5187 ENSG00000263548 Not Supported Not Supported +transcript 1 161199456 161207891 ENST00000512372 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000512372 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000512372 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000512372 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000512372 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000512372 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000512372 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000512372 7 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199456 161208092 ENST00000367983 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367983 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367983 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367983 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367983 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367983 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000367983 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000367983 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367983 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199456 161208000 ENST00000367980 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367980 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367980 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367980 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367980 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367980 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201035 ENST00000367980 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000367980 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367980 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199460 161202652 ENST00000488651 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199461 161201009 ENST00000464422 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199461 161207891 ENST00000437437 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000437437 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000437437 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000437437 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000437437 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000437437 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000437437 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000437437 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000437437 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199470 161201119 ENST00000479324 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199472 161207891 ENST00000442691 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000442691 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000442691 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000442691 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000442691 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000442691 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201035 ENST00000442691 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000442691 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000442691 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199472 161207891 ENST00000412844 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000412844 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000412844 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000412844 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000412844 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000412844 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201035 ENST00000412844 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000412844 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000412844 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199472 161207891 ENST00000428574 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000428574 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000428574 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000428574 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000428574 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000428574 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000428574 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000428574 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000428574 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199472 161207891 ENST00000505005 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000505005 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000505005 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000505005 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000505005 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000505005 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000505005 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000505005 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199472 161207891 ENST00000508740 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000508740 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000508740 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000508740 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000508740 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000508740 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000508740 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000508740 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199475 161199562 ENST00000508740 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199480 161207953 ENST00000367982 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367982 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367982 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367982 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367982 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367982 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201035 ENST00000367982 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000367982 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367982 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199480 161207953 ENST00000506018 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000506018 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000506018 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000506018 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000506018 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000506018 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200821 161201035 ENST00000506018 6 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000508387 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000508387 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000508387 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000508387 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200652 161200708 ENST00000508387 4 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000504010 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000504010 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000504010 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000504010 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000504010 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000504010 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000504010 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000504010 7 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000511676 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000511676 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000511676 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000511676 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000511676 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000511676 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000511676 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000511676 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000511676 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000502985 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000502985 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000502985 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000502985 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200652 161200708 ENST00000502985 5 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000512340 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000512340 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000512340 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202618 161202736 ENST00000512340 3 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000510951 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000510951 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000510951 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202618 161202736 ENST00000510951 3 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000367981 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000367981 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367981 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367981 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367981 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367981 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000367981 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000367981 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367981 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000502848 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000502848 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000502848 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202618 161202736 ENST00000502848 4 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000515621 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205649 ENST00000515621 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000515621 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000515621 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000515621 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000515621 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000515621 8 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000515621 9 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000507215 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000507215 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000507215 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202618 161202736 ENST00000507215 3 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000511944 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000511944 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000511944 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000511944 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200652 161200708 ENST00000511944 5 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199527 161207891 ENST00000511748 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000511748 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000511748 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000511748 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200652 161200708 ENST00000511748 4 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199562 161207901 ENST00000367984 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367984 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367984 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367984 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367984 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367984 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200708 ENST00000367984 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367984 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199562 161207901 ENST00000367985 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367985 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367985 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367985 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367985 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367985 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000367985 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367985 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161199587 161206355 ENST00000367979 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000367979 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000367979 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000367979 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000367979 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000367979 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201035 ENST00000367979 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200603 161200723 ENST00000367979 7 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161199590 161199716 ENST00000367979 8 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161200135 161207993 ENST00000506209 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161207831 161207850 ENST00000506209 1 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000506209 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000506209 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000506209 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201119 161201264 ENST00000506209 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200907 161201023 ENST00000506209 6 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161200542 161200708 ENST00000506209 7 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161200721 161207880 ENST00000505944 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161200957 161208034 ENST00000515452 NA NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161206249 161206355 ENST00000515452 2 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161205637 161205767 ENST00000515452 3 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202959 161203128 ENST00000515452 4 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161202597 161202736 ENST00000515452 5 NR1I3 ENSG00000143257 Not Supported Not Supported +CDS 1 161201099 161201264 ENST00000515452 6 NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161201051 161207880 ENST00000503547 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161205047 161207923 ENST00000491193 NA NR1I3 ENSG00000143257 Not Supported Not Supported +transcript 1 161228517 161255240 ENST00000504449 NA PCP4L1 ENSG00000248485 Not Supported Not Supported +CDS 1 161228765 161228773 ENST00000504449 1 PCP4L1 ENSG00000248485 Not Supported Not Supported +CDS 1 161253458 161253512 ENST00000504449 2 PCP4L1 ENSG00000248485 Not Supported Not Supported +CDS 1 161254129 161254268 ENST00000504449 3 PCP4L1 ENSG00000248485 Not Supported Not Supported +transcript 1 161274525 161279744 ENST00000463290 NA MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161279629 161279695 ENST00000463290 1 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161277048 161277214 ENST00000463290 2 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276498 161276711 ENST00000463290 3 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276119 161276254 ENST00000463290 4 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275898 161275958 ENST00000463290 5 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275669 161275767 ENST00000463290 6 MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161274525 161279762 ENST00000533357 NA MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161279629 161279695 ENST00000533357 1 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161277048 161277214 ENST00000533357 2 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276498 161276711 ENST00000533357 3 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276119 161276254 ENST00000533357 4 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275898 161275958 ENST00000533357 5 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275669 161275767 ENST00000533357 6 MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161274529 161279762 ENST00000360451 NA MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161279629 161279725 ENST00000360451 1 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161277048 161277214 ENST00000360451 2 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276498 161276711 ENST00000360451 3 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276119 161276254 ENST00000360451 4 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275898 161275958 ENST00000360451 5 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275669 161275767 ENST00000360451 6 MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161274569 161277261 ENST00000491222 NA MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275898 161275954 ENST00000491222 4 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275669 161275767 ENST00000491222 5 MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161275119 161276689 ENST00000526189 NA MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161275125 161276162 ENST00000476410 NA MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161275485 161275980 ENST00000488271 NA MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161275659 161279762 ENST00000336559 NA MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161279629 161279695 ENST00000336559 1 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161277048 161277214 ENST00000336559 2 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276498 161276711 ENST00000336559 3 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161276119 161276254 ENST00000336559 4 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275898 161275958 ENST00000336559 5 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275753 161275767 ENST00000336559 6 MPZ ENSG00000158887 Not Supported Not Supported +CDS 1 161275662 161275751 ENST00000336559 7 MPZ ENSG00000158887 Not Supported Not Supported +transcript 1 161284047 161332984 ENST00000367975 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000367975 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161293404 161293460 ENST00000367975 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161298186 161298287 ENST00000367975 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161310384 161310445 ENST00000367975 4 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161326467 161326630 ENST00000367975 5 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161332119 161332220 ENST00000367975 6 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284171 161298285 ENST00000515731 NA SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284171 161332979 ENST00000342751 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000342751 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161293404 161293460 ENST00000342751 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161298186 161298287 ENST00000342751 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161310384 161310445 ENST00000342751 4 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161332119 161332327 ENST00000342751 5 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284172 161332251 ENST00000432287 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000432287 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161293404 161293460 ENST00000432287 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161310384 161310445 ENST00000432287 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161326467 161326630 ENST00000432287 4 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161332119 161332220 ENST00000432287 5 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284178 161332223 ENST00000392169 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000392169 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161310384 161310445 ENST00000392169 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161326467 161326630 ENST00000392169 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161332119 161332220 ENST00000392169 4 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284178 161332330 ENST00000513009 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000513009 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161293404 161293460 ENST00000513009 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161310384 161310445 ENST00000513009 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161332119 161332327 ENST00000513009 4 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161284181 161332242 ENST00000504963 NA SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161284196 161284215 ENST00000504963 1 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161293404 161293460 ENST00000504963 2 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161298186 161298287 ENST00000504963 3 SDHC ENSG00000143252 Not Supported Not Supported +CDS 1 161309352 161309373 ENST00000504963 4 SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161293404 161332447 ENST00000470743 NA SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161298192 161332977 ENST00000513700 NA SDHC ENSG00000143252 Not Supported Not Supported +transcript 1 161334521 161337664 ENST00000367974 NA C1orf192 ENSG00000188931 Not Supported Not Supported +CDS 1 161337632 161337658 ENST00000367974 1 C1orf192 ENSG00000188931 Not Supported Not Supported +CDS 1 161336229 161336291 ENST00000367974 2 C1orf192 ENSG00000188931 Not Supported Not Supported +CDS 1 161335988 161336068 ENST00000367974 3 C1orf192 ENSG00000188931 Not Supported Not Supported +CDS 1 161335316 161335492 ENST00000367974 4 C1orf192 ENSG00000188931 Not Supported Not Supported +CDS 1 161334758 161334940 ENST00000367974 5 C1orf192 ENSG00000188931 Not Supported Not Supported +transcript 1 161337812 161341754 ENST00000437833 NA RP11-122G18.5 ENSG00000235477 Not Supported Not Supported +transcript 1 161344552 161345130 ENST00000608740 NA RP11-122G18.8 ENSG00000273075 Not Supported Not Supported +transcript 1 161348497 161349148 ENST00000436212 NA RRM2P2 ENSG00000236484 Not Supported Not Supported +transcript 1 161371079 161371185 ENST00000384194 NA RNU6-481P ENSG00000206921 Not Supported Not Supported +transcript 1 161375858 161376872 ENST00000400984 NA RP11-122G18.7 ENSG00000215840 Not Supported Not Supported +transcript 1 161475220 161488348 ENST00000367972 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475258 161475342 ENST00000367972 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475777 161475797 ENST00000367972 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161476127 161476381 ENST00000367972 3 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161479610 161479864 ENST00000367972 4 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161480624 161480746 ENST00000367972 5 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161483685 161483722 ENST00000367972 6 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161487765 161487935 ENST00000367972 7 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475220 161489358 ENST00000271450 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475258 161475342 ENST00000271450 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475777 161475797 ENST00000271450 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161476124 161476381 ENST00000271450 3 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161479610 161479864 ENST00000271450 4 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161480624 161480746 ENST00000271450 5 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161483685 161483722 ENST00000271450 6 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161487765 161487935 ENST00000271450 7 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475236 161480140 ENST00000467654 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475243 161476158 ENST00000473080 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475247 161479689 ENST00000536731 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475258 161475342 ENST00000536731 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475777 161475797 ENST00000536731 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161476124 161476428 ENST00000536731 3 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475247 161488355 ENST00000483665 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475258 161475342 ENST00000483665 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161475777 161475797 ENST00000483665 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161476127 161476428 ENST00000483665 3 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475249 161476239 ENST00000497474 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161475658 161476430 ENST00000482233 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161476123 161493803 ENST00000467525 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161476123 161476381 ENST00000467525 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161479610 161479864 ENST00000467525 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161480631 161480689 ENST00000467525 3 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161476441 161488145 ENST00000471026 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161483167 161488380 ENST00000461298 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161483688 161489757 ENST00000459885 NA FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161483688 161483722 ENST00000459885 1 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161487765 161487927 ENST00000459885 2 FCGR2A ENSG00000143226 Not Supported Not Supported +CDS 1 161489697 161489757 ENST00000459885 3 FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161484410 161488393 ENST00000486608 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161487765 161492889 ENST00000491841 NA FCGR2A ENSG00000143226 Not Supported Not Supported +transcript 1 161482966 161574889 ENST00000537821 NA RP11-25K21.6 ENSG00000273112 Not Supported Not Supported +transcript 1 161494036 161496681 ENST00000309758 NA HSPA6 ENSG00000173110 Not Supported Not Supported +CDS 1 161494449 161496377 ENST00000309758 1 HSPA6 ENSG00000173110 Not Supported Not Supported +transcript 1 161506361 161507948 ENST00000416185 NA RPS23P10 ENSG00000224203 Not Supported Not Supported +transcript 1 161511549 161519818 ENST00000367969 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519634 ENST00000367969 1 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000367969 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518468 ENST00000367969 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000367969 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512805 161512989 ENST00000367969 5 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161511555 161519818 ENST00000443193 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519634 ENST00000443193 1 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000443193 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518465 ENST00000443193 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000443193 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512805 161512989 ENST00000443193 5 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161511555 161520413 ENST00000436743 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519526 ENST00000436743 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000436743 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518468 ENST00000436743 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000436743 5 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512805 161512989 ENST00000436743 6 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161511586 161520381 ENST00000367967 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519526 ENST00000367967 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000367967 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518468 ENST00000367967 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000367967 5 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512805 161512989 ENST00000367967 6 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161511645 161519579 ENST00000426740 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519579 ENST00000426740 1 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000426740 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518465 ENST00000426740 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000426740 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512802 161512989 ENST00000426740 5 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161512713 161600917 ENST00000540048 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161600845 161600884 ENST00000540048 1 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161600158 161600178 ENST00000540048 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518468 ENST00000540048 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161514491 161514748 ENST00000540048 4 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161512805 161512989 ENST00000540048 5 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161515189 161519520 ENST00000476031 NA FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161518211 161520527 ENST00000442336 NA FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161519487 161519526 ENST00000442336 2 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518801 161518821 ENST00000442336 3 FCGR3A ENSG00000203747 Not Supported Not Supported +CDS 1 161518211 161518465 ENST00000442336 4 FCGR3A ENSG00000203747 Not Supported Not Supported +transcript 1 161526080 161526868 ENST00000419446 NA RP11-5K23.5 ENSG00000224515 Not Supported Not Supported +transcript 1 161551101 161648440 ENST00000367962 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161551228 161551339 ENST00000367962 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161558212 161558232 ENST00000367962 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000367962 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000367962 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000367962 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161645047 161645103 ENST00000367962 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000367962 7 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000367962 8 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161551101 161648440 ENST00000367960 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161551228 161551339 ENST00000367960 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000367960 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000367960 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000367960 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161645047 161645103 ENST00000367960 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000367960 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000367960 7 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161551101 161648440 ENST00000403078 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161551228 161551339 ENST00000403078 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161558212 161558232 ENST00000403078 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000403078 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000403078 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000403078 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000403078 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000403078 7 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161551226 161643863 ENST00000428605 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161551228 161551339 ENST00000428605 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161558212 161558232 ENST00000428605 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000428605 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000428605 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643254 161643309 ENST00000428605 5 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161632937 161647812 ENST00000236937 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161633032 161633143 ENST00000236937 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161640042 161640062 ENST00000236937 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000236937 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000236937 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000236937 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000236937 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000236937 7 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161632951 161647822 ENST00000367961 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161633032 161633143 ENST00000367961 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000367961 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000367961 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000367961 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161645047 161645103 ENST00000367961 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000367961 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000367961 7 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161632951 161648444 ENST00000358671 NA FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161633032 161633143 ENST00000358671 1 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161640042 161640062 ENST00000358671 2 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161641182 161641439 ENST00000358671 3 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161642765 161643019 ENST00000358671 4 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161643750 161643863 ENST00000358671 5 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161645047 161645103 ENST00000358671 6 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647118 161647155 ENST00000358671 7 FCGR2B ENSG00000072694 Not Supported Not Supported +CDS 1 161647266 161647340 ENST00000358671 8 FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161632982 161647843 ENST00000480308 NA FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161632989 161643906 ENST00000485778 NA FCGR2B ENSG00000072694 Not Supported Not Supported +transcript 1 161551129 161559487 ENST00000502411 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161551129 161559676 ENST00000496692 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161551130 161569593 ENST00000466542 NA FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161551228 161551339 ENST00000466542 1 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161558212 161558232 ENST00000466542 2 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161559352 161559609 ENST00000466542 3 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161560934 161561188 ENST00000466542 4 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161561919 161562032 ENST00000466542 5 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161565343 161565380 ENST00000466542 6 FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161569420 161569590 ENST00000466542 7 FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161551136 161561081 ENST00000465075 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161551151 161566033 ENST00000473530 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161553002 161561087 ENST00000473712 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161553511 161561090 ENST00000482226 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161561940 161575452 ENST00000467903 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161564625 161574889 ENST00000507374 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161565343 161570003 ENST00000543859 NA FCGR2C ENSG00000244682 Not Supported Not Supported +CDS 1 161565345 161565518 ENST00000543859 1 FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161569361 161574927 ENST00000508651 NA FCGR2C ENSG00000244682 Not Supported Not Supported +transcript 1 161576081 161578007 ENST00000445535 NA HSPA7 ENSG00000225217 Not Supported Not Supported +transcript 1 161587782 161589375 ENST00000448848 NA RPS23P9 ENSG00000231586 Not Supported Not Supported +transcript 1 161592986 161601753 ENST00000367964 NA FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600845 161600884 ENST00000367964 2 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600158 161600178 ENST00000367964 3 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161599568 161599825 ENST00000367964 4 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161595935 161596192 ENST00000367964 5 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161594308 161594429 ENST00000367964 6 FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161592992 161601158 ENST00000294800 NA FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600845 161600884 ENST00000294800 1 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600158 161600178 ENST00000294800 2 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161599568 161599825 ENST00000294800 3 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161595935 161596192 ENST00000294800 4 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161594308 161594429 ENST00000294800 5 FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161593780 161600996 ENST00000531221 NA FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600845 161600992 ENST00000531221 1 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600158 161600178 ENST00000531221 2 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161599568 161599825 ENST00000531221 3 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161595935 161596192 ENST00000531221 4 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161594308 161594429 ENST00000531221 5 FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161594013 161600948 ENST00000421702 NA FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600845 161600948 ENST00000421702 1 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600158 161600178 ENST00000421702 2 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161599568 161599822 ENST00000421702 3 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161595935 161596192 ENST00000421702 4 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161594305 161594429 ENST00000421702 5 FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161596097 161600040 ENST00000533780 NA FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161596147 161600822 ENST00000534776 NA FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161600158 161600167 ENST00000534776 2 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161599568 161599825 ENST00000534776 3 FCGR3B ENSG00000162747 Not Supported Not Supported +CDS 1 161596147 161596192 ENST00000534776 4 FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161599680 161600916 ENST00000534489 NA FCGR3B ENSG00000162747 Not Supported Not Supported +transcript 1 161641768 161644614 ENST00000453111 NA RP11-25K21.1 ENSG00000234211 Not Supported Not Supported +transcript 1 161653485 161655042 ENST00000426558 NA RPL31P11 ENSG00000213075 Not Supported Not Supported +transcript 1 161654628 161654999 ENST00000454082 NA RPL31P11 ENSG00000213075 Not Supported Not Supported +transcript 1 161669296 161669397 ENST00000362725 NA Y_RNA ENSG00000199595 Not Supported Not Supported +transcript 1 161676762 161684138 ENST00000236938 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000236938 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000236938 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680998 161681264 ENST00000236938 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000236938 4 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000236938 5 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000367959 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000367959 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680265 161680282 ENST00000367959 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000367959 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680998 161681264 ENST00000367959 4 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000367959 5 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000367959 6 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000546024 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000546024 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000546024 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000546024 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000546024 4 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000540521 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000540521 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680265 161680282 ENST00000540521 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000540521 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000540521 4 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000367949 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000367949 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000367949 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000367949 3 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000350710 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000350710 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000350710 2 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676762 161684141 ENST00000540926 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677055 161677133 ENST00000540926 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680505 161680522 ENST00000540926 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000540926 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680998 161681264 ENST00000540926 4 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000540926 5 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000540926 6 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161676999 161684138 ENST00000367957 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677004 161677133 ENST00000367957 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000367957 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000367957 3 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677029 161681262 ENST00000465403 NA FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677034 161683242 ENST00000349527 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677055 161677133 ENST00000349527 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000349527 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680998 161681264 ENST00000349527 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000349527 4 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677055 161683258 ENST00000309691 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677055 161677133 ENST00000309691 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000309691 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000309691 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000309691 4 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677055 161683258 ENST00000294796 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677055 161677133 ENST00000294796 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680265 161680282 ENST00000294796 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000294796 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000294796 4 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677055 161684138 ENST00000367953 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677055 161677133 ENST00000367953 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680265 161680282 ENST00000367953 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000367953 3 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680998 161681264 ENST00000367953 4 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161681724 161682008 ENST00000367953 5 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000367953 6 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161677085 161683495 ENST00000367950 NA FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161677124 161677133 ENST00000367950 1 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161680550 161680702 ENST00000367950 2 FCRLA ENSG00000132185 Not Supported Not Supported +CDS 1 161682875 161683167 ENST00000367950 3 FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161680079 161684142 ENST00000470841 NA FCRLA ENSG00000132185 Not Supported Not Supported +transcript 1 161691353 161697933 ENST00000367948 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000367948 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692779 161692799 ENST00000367948 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000367948 5 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000367948 6 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696493 161696783 ENST00000367948 7 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697449 ENST00000367948 8 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161692449 161697454 ENST00000367946 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000367946 1 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692779 161692799 ENST00000367946 2 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000367946 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000367946 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696638 161696783 ENST00000367946 5 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697270 ENST00000367946 6 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161692449 161697454 ENST00000367945 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000367945 1 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000367945 2 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000367945 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696638 161696783 ENST00000367945 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697270 ENST00000367945 5 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161692449 161697454 ENST00000336830 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000336830 1 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692779 161692799 ENST00000336830 2 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000336830 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000336830 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696597 161696783 ENST00000336830 5 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697100 ENST00000336830 6 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161692449 161697454 ENST00000367944 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000367944 1 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000367944 2 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000367944 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696597 161696783 ENST00000367944 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697100 ENST00000367944 5 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161692457 161697932 ENST00000392158 NA FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692463 161692493 ENST00000392158 1 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161692779 161692799 ENST00000392158 2 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161693157 161693411 ENST00000392158 3 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161695611 161695877 ENST00000392158 4 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161696493 161696783 ENST00000392158 5 FCRLB ENSG00000162746 Not Supported Not Supported +CDS 1 161697037 161697449 ENST00000392158 6 FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161695691 161697932 ENST00000495397 NA FCRLB ENSG00000162746 Not Supported Not Supported +transcript 1 161705598 161705889 ENST00000497546 NA RN7SL466P ENSG00000241347 Not Supported Not Supported +transcript 1 161719548 161727028 ENST00000484291 NA DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161719592 161719935 ENST00000484291 1 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161721445 161721511 ENST00000484291 2 DUSP12 ENSG00000081721 Not Supported Not Supported +transcript 1 161719560 161726952 ENST00000367943 NA DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161719592 161719935 ENST00000367943 1 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161721458 161721571 ENST00000367943 2 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161721656 161721774 ENST00000367943 3 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161722158 161722254 ENST00000367943 4 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161722865 161723051 ENST00000367943 5 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161726576 161726734 ENST00000367943 6 DUSP12 ENSG00000081721 Not Supported Not Supported +transcript 1 161719570 161722895 ENST00000464004 NA DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161719592 161719935 ENST00000464004 1 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161721445 161721511 ENST00000464004 2 DUSP12 ENSG00000081721 Not Supported Not Supported +transcript 1 161719595 161721571 ENST00000490591 NA DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161719670 161719878 ENST00000490591 1 DUSP12 ENSG00000081721 Not Supported Not Supported +CDS 1 161720922 161720958 ENST00000490591 2 DUSP12 ENSG00000081721 Not Supported Not Supported +transcript 1 161722189 161723196 ENST00000463365 NA DUSP12 ENSG00000081721 Not Supported Not Supported +transcript 1 161735115 161736017 ENST00000431097 NA RP11-474I16.8 ENSG00000226889 Not Supported Not Supported +transcript 1 161736084 161933860 ENST00000367942 NA ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161736151 161736232 ENST00000367942 1 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161748034 161748110 ENST00000367942 2 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161751702 161751789 ENST00000367942 3 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161753780 161753886 ENST00000367942 4 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161761198 161761327 ENST00000367942 5 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161761914 161762117 ENST00000367942 6 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161771842 161772062 ENST00000367942 7 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161789423 161789608 ENST00000367942 8 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161790860 161790951 ENST00000367942 9 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161816239 161816370 ENST00000367942 10 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161821512 161821625 ENST00000367942 11 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161823014 161823113 ENST00000367942 12 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161829997 161830067 ENST00000367942 13 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161832988 161833102 ENST00000367942 14 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161882086 161882170 ENST00000367942 15 ATF6 ENSG00000118217 Not Supported Not Supported +CDS 1 161928236 161928441 ENST00000367942 16 ATF6 ENSG00000118217 Not Supported Not Supported +transcript 1 161809865 161830034 ENST00000476437 NA ATF6 ENSG00000118217 Not Supported Not Supported +transcript 1 161860623 161861986 ENST00000457671 NA RP11-456P18.2 ENSG00000229808 Not Supported Not Supported +transcript 1 161860730 161861470 ENST00000458136 NA RP11-456P18.2 ENSG00000229808 Not Supported Not Supported +transcript 1 161952982 161953737 ENST00000533556 NA OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161953465 161953737 ENST00000533556 1 OLFML2B ENSG00000162745 Not Supported Not Supported +transcript 1 161952982 161993644 ENST00000294794 NA OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161993047 161993220 ENST00000294794 1 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161989709 161989972 ENST00000294794 2 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161987190 161987297 ENST00000294794 3 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161976087 161976263 ENST00000294794 4 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161969903 161970128 ENST00000294794 5 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161967615 161968139 ENST00000294794 6 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161954594 161954770 ENST00000294794 7 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161953468 161954066 ENST00000294794 8 OLFML2B ENSG00000162745 Not Supported Not Supported +transcript 1 161952983 161953731 ENST00000525589 NA OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161953465 161953731 ENST00000525589 1 OLFML2B ENSG00000162745 Not Supported Not Supported +transcript 1 161953246 161993430 ENST00000367940 NA OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161993047 161993220 ENST00000367940 1 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161989709 161989972 ENST00000367940 2 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161987190 161987297 ENST00000367940 3 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161976087 161976263 ENST00000367940 4 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161969903 161970131 ENST00000367940 5 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161967615 161968139 ENST00000367940 6 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161954594 161954770 ENST00000367940 7 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161953468 161954066 ENST00000367940 8 OLFML2B ENSG00000162745 Not Supported Not Supported +transcript 1 161953343 161955022 ENST00000367938 NA OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161954594 161954693 ENST00000367938 1 OLFML2B ENSG00000162745 Not Supported Not Supported +CDS 1 161953468 161954066 ENST00000367938 2 OLFML2B ENSG00000162745 Not Supported Not Supported +transcript 1 162008806 162009357 ENST00000430905 NA RP11-227F8.2 ENSG00000227818 Not Supported Not Supported +transcript 1 162039564 162338241 ENST00000530878 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162039968 162040072 ENST00000530878 1 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162124195 162124266 ENST00000530878 2 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162257134 162257226 ENST00000530878 3 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162270438 162270496 ENST00000530878 4 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162302807 162302915 ENST00000530878 5 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162313625 162313766 ENST00000530878 6 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162324977 162325143 ENST00000530878 7 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162326750 162326926 ENST00000530878 8 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162335194 162335359 ENST00000530878 9 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162336842 162337254 ENST00000530878 10 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162039566 162340265 ENST00000361897 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162039968 162040072 ENST00000361897 1 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162124195 162124266 ENST00000361897 2 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162257134 162257226 ENST00000361897 3 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162270423 162270496 ENST00000361897 4 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162302807 162302915 ENST00000361897 5 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162313625 162313766 ENST00000361897 6 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162324977 162325143 ENST00000361897 7 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162326750 162326926 ENST00000361897 8 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162335194 162335359 ENST00000361897 9 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162336842 162337254 ENST00000361897 10 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162039880 162337282 ENST00000430120 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162039968 162040072 ENST00000430120 1 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162124195 162124266 ENST00000430120 2 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162257134 162257226 ENST00000430120 3 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162270438 162270496 ENST00000430120 4 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162302807 162302915 ENST00000430120 5 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162313625 162313766 ENST00000430120 6 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162324977 162325143 ENST00000430120 7 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162326750 162326926 ENST00000430120 8 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162330602 162330714 ENST00000430120 9 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162335194 162335203 ENST00000430120 10 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162330327 162337011 ENST00000464284 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162335287 162335359 ENST00000464284 2 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162336842 162337011 ENST00000464284 3 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162332773 162339813 ENST00000493151 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162335140 162335359 ENST00000493151 1 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162336842 162337254 ENST00000493151 2 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162336694 162337309 ENST00000454693 NA NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162337102 162353321 ENST00000367932 NA NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162337102 162337253 ENST00000367932 1 NOS1AP ENSG00000198929 Not Supported Not Supported +CDS 1 162351681 162351684 ENST00000367932 2 NOS1AP ENSG00000198929 Not Supported Not Supported +transcript 1 162126897 162126972 ENST00000577581 NA MIR4654 ENSG00000266144 Not Supported Not Supported +transcript 1 162286642 162287584 ENST00000447899 NA RP11-565P22.2 ENSG00000227094 Not Supported Not Supported +transcript 1 162308433 162308532 ENST00000516453 NA RNA5SP61 ENSG00000252262 Not Supported Not Supported +transcript 1 162312336 162312430 ENST00000384996 NA MIR556 ENSG00000207729 Not Supported Not Supported +transcript 1 162335197 162351905 ENST00000431696 NA RP11-565P22.6 ENSG00000254706 Not Supported Not Supported +CDS 1 162335197 162335359 ENST00000431696 1 RP11-565P22.6 ENSG00000254706 Not Supported Not Supported +CDS 1 162336842 162336994 ENST00000431696 2 RP11-565P22.6 ENSG00000254706 Not Supported Not Supported +CDS 1 162351681 162351905 ENST00000431696 3 RP11-565P22.6 ENSG00000254706 Not Supported Not Supported +transcript 1 162336698 162353167 ENST00000420220 NA C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162351692 162352008 ENST00000420220 3 C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162352972 162353167 ENST00000420220 4 C1orf226 ENSG00000239887 Not Supported Not Supported +transcript 1 162348631 162353501 ENST00000426197 NA C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162348704 162348821 ENST00000426197 1 C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162351681 162352008 ENST00000426197 2 C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162352972 162353470 ENST00000426197 3 C1orf226 ENSG00000239887 Not Supported Not Supported +transcript 1 162351520 162356600 ENST00000458626 NA C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162351692 162352008 ENST00000458626 1 C1orf226 ENSG00000239887 Not Supported Not Supported +CDS 1 162352972 162353470 ENST00000458626 2 C1orf226 ENSG00000239887 Not Supported Not Supported +transcript 1 162342993 162346660 ENST00000367935 NA C1orf111 ENSG00000171722 Not Supported Not Supported +CDS 1 162346478 162346580 ENST00000367935 1 C1orf111 ENSG00000171722 Not Supported Not Supported +CDS 1 162345080 162345193 ENST00000367935 2 C1orf111 ENSG00000171722 Not Supported Not Supported +CDS 1 162343841 162344406 ENST00000367935 3 C1orf111 ENSG00000171722 Not Supported Not Supported +transcript 1 162344234 162346598 ENST00000493255 NA C1orf111 ENSG00000171722 Not Supported Not Supported +CDS 1 162346461 162346580 ENST00000493255 1 C1orf111 ENSG00000171722 Not Supported Not Supported +transcript 1 162365056 162381916 ENST00000367929 NA SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162381673 162381806 ENST00000367929 1 SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162372529 162372592 ENST00000367929 2 SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162368713 162368877 ENST00000367929 3 SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162367073 162367105 ENST00000367929 4 SH2D1B ENSG00000198574 Not Supported Not Supported +transcript 1 162365373 162381916 ENST00000359567 NA SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162381673 162381806 ENST00000359567 1 SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162372529 162372592 ENST00000359567 2 SH2D1B ENSG00000198574 Not Supported Not Supported +CDS 1 162367073 162367105 ENST00000359567 3 SH2D1B ENSG00000198574 Not Supported Not Supported +transcript 1 162372267 162381928 ENST00000493550 NA SH2D1B ENSG00000198574 Not Supported Not Supported +transcript 1 162415339 162415676 ENST00000451067 NA SLAMF6P1 ENSG00000227243 Not Supported Not Supported +transcript 1 162467041 162493844 ENST00000545294 NA UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162467041 162467086 ENST00000545294 1 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162469745 162470037 ENST00000545294 2 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162470703 162470894 ENST00000545294 3 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162473544 162473638 ENST00000545294 4 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482290 162482366 ENST00000545294 5 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482515 162482613 ENST00000545294 6 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162487892 162487980 ENST00000545294 7 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162492194 162492337 ENST00000545294 8 UHMK1 ENSG00000152332 Not Supported Not Supported +transcript 1 162467595 162499419 ENST00000538489 NA UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162467791 162468058 ENST00000538489 1 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162469745 162470037 ENST00000538489 2 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162470703 162470894 ENST00000538489 3 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162473544 162473638 ENST00000538489 4 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482290 162482366 ENST00000538489 5 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482515 162482613 ENST00000538489 6 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162492194 162492201 ENST00000538489 7 UHMK1 ENSG00000152332 Not Supported Not Supported +transcript 1 162467633 162499400 ENST00000489294 NA UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162467791 162468058 ENST00000489294 1 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162469745 162470037 ENST00000489294 2 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162470703 162470894 ENST00000489294 3 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162473544 162473638 ENST00000489294 4 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482290 162482366 ENST00000489294 5 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162482515 162482613 ENST00000489294 6 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162487892 162487980 ENST00000489294 7 UHMK1 ENSG00000152332 Not Supported Not Supported +CDS 1 162492194 162492337 ENST00000489294 8 UHMK1 ENSG00000152332 Not Supported Not Supported +transcript 1 162467875 162493844 ENST00000282169 NA UHMK1 ENSG00000152332 Not Supported Not Supported +transcript 1 162511122 162511418 ENST00000447827 NA UQCRBP2 ENSG00000227941 Not Supported Not Supported +transcript 1 162530017 162531098 ENST00000563991 NA RP11-359K18.3 ENSG00000259788 Not Supported Not Supported +transcript 1 162531323 162569627 ENST00000367926 NA UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162535859 162536138 ENST00000367926 2 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162546567 162546771 ENST00000367926 3 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162549218 162549393 ENST00000367926 4 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162551077 162551249 ENST00000367926 5 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162557265 162557458 ENST00000367926 6 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162558483 162558623 ENST00000367926 7 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162560113 162560301 ENST00000367926 8 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162567582 162567648 ENST00000367926 9 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162569061 162569150 ENST00000367926 10 UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162531323 162569626 ENST00000271469 NA UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162535859 162536138 ENST00000271469 2 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162546567 162546771 ENST00000271469 3 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162549218 162549393 ENST00000271469 4 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162551077 162551249 ENST00000271469 5 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162557265 162557458 ENST00000271469 6 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162558483 162558623 ENST00000271469 7 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162560113 162560301 ENST00000271469 8 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162562522 162562572 ENST00000271469 9 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162567582 162567648 ENST00000271469 10 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162569061 162569150 ENST00000271469 11 UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162531512 162532334 ENST00000476240 NA UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162535827 162569621 ENST00000367925 NA UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162535859 162536138 ENST00000367925 1 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162546567 162546771 ENST00000367925 2 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162549218 162549393 ENST00000367925 3 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162551077 162551249 ENST00000367925 4 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162557265 162557458 ENST00000367925 5 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162558483 162558623 ENST00000367925 6 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162560113 162560301 ENST00000367925 7 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162562522 162562572 ENST00000367925 8 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162567582 162567648 ENST00000367925 9 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162569061 162569150 ENST00000367925 10 UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162535827 162569621 ENST00000367924 NA UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162535859 162536138 ENST00000367924 1 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162546567 162546771 ENST00000367924 2 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162549218 162549393 ENST00000367924 3 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162551077 162551249 ENST00000367924 4 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162557265 162557458 ENST00000367924 5 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162558483 162558623 ENST00000367924 6 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162560113 162560301 ENST00000367924 7 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162562525 162562572 ENST00000367924 8 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162567582 162567648 ENST00000367924 9 UAP1 ENSG00000117143 Not Supported Not Supported +CDS 1 162569061 162569150 ENST00000367924 10 UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162551221 162557895 ENST00000474728 NA UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162567031 162569589 ENST00000486089 NA UAP1 ENSG00000117143 Not Supported Not Supported +transcript 1 162562893 162563544 ENST00000609669 NA RP11-359K18.4 ENSG00000272574 Not Supported Not Supported +transcript 1 162601163 162724618 ENST00000446985 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162688854 162688935 ENST00000446985 3 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162722885 162722987 ENST00000446985 4 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724414 162724618 ENST00000446985 5 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162601801 162724972 ENST00000415555 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162688854 162688935 ENST00000415555 3 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162722885 162722987 ENST00000415555 4 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724414 162724645 ENST00000415555 5 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724946 162724972 ENST00000415555 6 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162602255 162757190 ENST00000367922 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162688854 162688935 ENST00000367922 4 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162722885 162722987 ENST00000367922 5 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724414 162724645 ENST00000367922 6 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724946 162725093 ENST00000367922 7 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162725454 162725559 ENST00000367922 8 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162729586 162729769 ENST00000367922 9 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162731001 162731244 ENST00000367922 10 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162735791 162735853 ENST00000367922 11 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162737019 162737149 ENST00000367922 12 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162740092 162740302 ENST00000367922 13 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162741814 162742037 ENST00000367922 14 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162743259 162743386 ENST00000367922 15 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162745442 162745633 ENST00000367922 16 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162745926 162746160 ENST00000367922 17 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162748370 162748519 ENST00000367922 18 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162749902 162750033 ENST00000367922 19 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162602260 162750211 ENST00000367921 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162688854 162688935 ENST00000367921 3 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162722885 162722987 ENST00000367921 4 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724414 162724645 ENST00000367921 5 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162724946 162725093 ENST00000367921 6 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162725454 162725559 ENST00000367921 7 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162729586 162729769 ENST00000367921 8 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162731001 162731244 ENST00000367921 9 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162735791 162735853 ENST00000367921 10 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162737019 162737149 ENST00000367921 11 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162740092 162740302 ENST00000367921 12 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162741814 162742037 ENST00000367921 13 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162743259 162743386 ENST00000367921 14 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162745442 162745633 ENST00000367921 15 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162745926 162746160 ENST00000367921 16 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162748370 162748519 ENST00000367921 17 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162749902 162750033 ENST00000367921 18 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162737027 162740526 ENST00000458105 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162737027 162737149 ENST00000458105 1 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162740092 162740469 ENST00000458105 2 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162737080 162742225 ENST00000433757 NA DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162737080 162737149 ENST00000433757 1 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162740092 162740302 ENST00000433757 2 DDR2 ENSG00000162733 Not Supported Not Supported +CDS 1 162741814 162742046 ENST00000433757 3 DDR2 ENSG00000162733 Not Supported Not Supported +transcript 1 162747520 162747802 ENST00000473793 NA RN7SL861P ENSG00000243173 Not Supported Not Supported +transcript 1 162760492 162782607 ENST00000485405 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760511 162769727 ENST00000463037 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760513 162762842 ENST00000367915 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162760591 162760625 ENST00000367915 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162762449 162762665 ENST00000367915 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760523 162769624 ENST00000466176 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162760591 162760625 ENST00000466176 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162762449 162762652 ENST00000466176 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162765411 162765453 ENST00000466176 3 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162766375 162766419 ENST00000466176 4 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760523 162782607 ENST00000367917 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162760591 162760625 ENST00000367917 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162762449 162762652 ENST00000367917 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162766375 162766467 ENST00000367917 3 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162767592 162767706 ENST00000367917 4 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162769533 162769727 ENST00000367917 5 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162774057 162774113 ENST00000367917 6 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162775184 162775282 ENST00000367917 7 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162782088 162782207 ENST00000367917 8 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760536 162782319 ENST00000254521 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162760591 162760625 ENST00000254521 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162762449 162762652 ENST00000254521 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162766375 162766467 ENST00000254521 3 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162767592 162767706 ENST00000254521 4 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162769533 162769727 ENST00000254521 5 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162773221 162773325 ENST00000254521 6 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162774057 162774113 ENST00000254521 7 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162775184 162775282 ENST00000254521 8 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162782088 162782207 ENST00000254521 9 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162760579 162767939 ENST00000367913 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162760591 162760625 ENST00000367913 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162762449 162762652 ENST00000367913 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162766375 162766467 ENST00000367913 3 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162767618 162767618 ENST00000367913 4 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162766976 162769727 ENST00000484251 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162769294 162774102 ENST00000494450 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162769622 162782316 ENST00000470195 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162769622 162769727 ENST00000470195 1 HSD17B7 ENSG00000132196 Not Supported Not Supported +CDS 1 162770003 162770083 ENST00000470195 2 HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162772708 162774109 ENST00000488656 NA HSD17B7 ENSG00000132196 Not Supported Not Supported +transcript 1 162794248 162825573 ENST00000524691 NA C1orf110 ENSG00000185860 Not Supported Not Supported +transcript 1 162821106 162838605 ENST00000367912 NA C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162829250 162829436 ENST00000367912 2 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162825422 162825545 ENST00000367912 3 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162824877 162825149 ENST00000367912 4 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162822915 162822951 ENST00000367912 5 C1orf110 ENSG00000185860 Not Supported Not Supported +transcript 1 162822818 162838605 ENST00000367911 NA C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162829250 162829424 ENST00000367911 2 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162825422 162825545 ENST00000367911 3 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162824884 162825149 ENST00000367911 4 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162822821 162822960 ENST00000367911 5 C1orf110 ENSG00000185860 Not Supported Not Supported +transcript 1 162824087 162838551 ENST00000367910 NA C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162829250 162829436 ENST00000367910 2 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162825422 162825548 ENST00000367910 3 C1orf110 ENSG00000185860 Not Supported Not Supported +CDS 1 162824558 162825149 ENST00000367910 4 C1orf110 ENSG00000185860 Not Supported Not Supported +transcript 1 162824879 162825736 ENST00000524710 NA C1orf110 ENSG00000185860 Not Supported Not Supported +transcript 1 162794585 162819257 ENST00000451015 NA RP11-331H2.4 ENSG00000230739 Not Supported Not Supported +transcript 1 162949341 162949583 ENST00000434394 NA RP11-331H2.3 ENSG00000227667 Not Supported Not Supported +transcript 1 163038565 163046592 ENST00000421743 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163038725 163038782 ENST00000421743 1 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163039042 163039318 ENST00000421743 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042185 163042289 ENST00000421743 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000421743 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043412 ENST00000421743 5 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044347 ENST00000421743 6 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163038725 163043284 ENST00000527393 NA RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163038935 163046592 ENST00000367909 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163039275 163039318 ENST00000367909 1 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042185 163042289 ENST00000367909 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000367909 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043412 ENST00000367909 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044347 ENST00000367909 5 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163039151 163044498 ENST00000531057 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163039275 163039318 ENST00000531057 1 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042185 163042289 ENST00000531057 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000531057 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043364 ENST00000531057 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044409 163044417 ENST00000531057 5 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163039151 163044545 ENST00000527809 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042195 163042289 ENST00000527809 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000527809 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043412 ENST00000527809 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044347 ENST00000527809 5 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163039151 163046381 ENST00000367908 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163039275 163039318 ENST00000367908 1 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042185 163042289 ENST00000367908 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000367908 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044178 ENST00000367908 4 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163039153 163046381 ENST00000491263 NA RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163040327 163044133 ENST00000533019 NA RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163041834 163044606 ENST00000367906 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042195 163042289 ENST00000367906 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000367906 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043412 ENST00000367906 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044347 ENST00000367906 5 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163041936 163044217 ENST00000528938 NA RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042195 163042289 ENST00000528938 2 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163042595 163042656 ENST00000528938 3 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163043246 163043412 ENST00000528938 4 RGS4 ENSG00000117152 Not Supported Not Supported +CDS 1 163044111 163044217 ENST00000528938 5 RGS4 ENSG00000117152 Not Supported Not Supported +transcript 1 163080911 163122506 ENST00000469495 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163112094 163172903 ENST00000313961 NA RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163172582 163172625 ENST00000313961 1 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163138048 163138158 ENST00000313961 2 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163131705 163131766 ENST00000313961 3 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163122340 163122506 ENST00000313961 4 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163117135 163117293 ENST00000313961 5 RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163116846 163187426 ENST00000367903 NA RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163187316 163187384 ENST00000367903 1 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163142348 163142382 ENST00000367903 2 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163138048 163138158 ENST00000367903 3 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163131705 163131766 ENST00000367903 4 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163122340 163122506 ENST00000367903 5 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163117135 163117293 ENST00000367903 6 RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163116907 163172693 ENST00000530507 NA RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163172582 163172625 ENST00000530507 1 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163138048 163138158 ENST00000530507 2 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163131705 163131766 ENST00000530507 3 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163122328 163122506 ENST00000530507 4 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163117135 163117293 ENST00000530507 5 RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163117132 163172625 ENST00000527988 NA RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163122340 163122399 ENST00000527988 2 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163117135 163117293 ENST00000527988 3 RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163117264 163291525 ENST00000531954 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163122263 163172705 ENST00000525894 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163122398 163172688 ENST00000531476 NA RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163172582 163172625 ENST00000531476 1 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163131705 163131766 ENST00000531476 2 RGS5 ENSG00000143248 Not Supported Not Supported +CDS 1 163122398 163122506 ENST00000531476 3 RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163122400 163291541 ENST00000530241 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163122440 163291577 ENST00000534288 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163131744 163291562 ENST00000428971 NA RGS5 ENSG00000143248 Not Supported Not Supported +transcript 1 163131465 163182813 ENST00000415437 NA RP11-267N12.1 ENSG00000232892 Not Supported Not Supported +transcript 1 163207004 163208987 ENST00000450164 NA RP11-267N12.2 ENSG00000225755 Not Supported Not Supported +transcript 1 163214295 163278367 ENST00000451759 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163218065 163291582 ENST00000449680 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163218109 163291542 ENST00000427213 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163270186 163291684 ENST00000429865 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163270348 163291494 ENST00000528019 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163270453 163291542 ENST00000528689 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163274001 163291542 ENST00000439699 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163288628 163291531 ENST00000528818 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163289017 163291564 ENST00000526176 NA RP11-267N12.3 ENSG00000232995 Not Supported Not Supported +transcript 1 163229640 163230449 ENST00000416401 NA RP11-77M5.1 ENSG00000237756 Not Supported Not Supported +transcript 1 163236366 163306576 ENST00000534289 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000534289 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000534289 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000534289 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000534289 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306576 ENST00000534289 7 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291680 163306638 ENST00000450453 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000450453 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000450453 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000450453 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000450453 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000450453 7 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291690 163325517 ENST00000524800 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000524800 2 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000524800 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000524800 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000524800 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000524800 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163307810 163307883 ENST00000524800 7 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163309171 163309267 ENST00000524800 8 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163310154 163310216 ENST00000524800 9 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163313523 163313660 ENST00000524800 10 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163317553 163317728 ENST00000524800 11 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163318735 163318870 ENST00000524800 12 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163325125 163325256 ENST00000524800 13 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291725 163309267 ENST00000442820 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000442820 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000442820 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000442820 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000442820 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000442820 7 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163307810 163307883 ENST00000442820 8 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163309171 163309267 ENST00000442820 9 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291725 163325554 ENST00000367900 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000367900 2 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000367900 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000367900 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000367900 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000367900 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163307810 163307883 ENST00000367900 7 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163309171 163309267 ENST00000367900 8 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163310154 163310216 ENST00000367900 9 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163313523 163313660 ENST00000367900 10 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163315468 163315608 ENST00000367900 11 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163317553 163317728 ENST00000367900 12 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163318735 163318870 ENST00000367900 13 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163325125 163325256 ENST00000367900 14 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291744 163325554 ENST00000271452 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000271452 2 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000271452 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000271452 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000271452 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000271452 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163307810 163307883 ENST00000271452 7 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163309171 163309267 ENST00000271452 8 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163310154 163310216 ENST00000271452 9 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163313523 163313660 ENST00000271452 10 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163315468 163315608 ENST00000271452 11 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163317553 163317728 ENST00000271452 12 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163318735 163318870 ENST00000271452 13 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163325125 163325256 ENST00000271452 14 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291754 163307883 ENST00000490881 NA NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291776 163298351 ENST00000487578 NA NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163291836 163315508 ENST00000497990 NA NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163295842 163295964 ENST00000497990 2 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163297278 163297352 ENST00000497990 3 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298018 163298094 ENST00000497990 4 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163298636 163298697 ENST00000497990 5 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163306541 163306638 ENST00000497990 6 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163307810 163307883 ENST00000497990 7 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163309171 163309267 ENST00000497990 8 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163310158 163310214 ENST00000497990 9 NUF2 ENSG00000143228 Not Supported Not Supported +CDS 1 163313523 163313523 ENST00000497990 10 NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163307805 163316030 ENST00000527439 NA NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163309071 163313613 ENST00000527120 NA NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163310045 163313605 ENST00000531529 NA NUF2 ENSG00000143228 Not Supported Not Supported +transcript 1 163355655 163355726 ENST00000516931 NA SNORD112 ENSG00000252740 Not Supported Not Supported +transcript 1 163392195 163392954 ENST00000430516 NA RP11-408E1.1 ENSG00000225122 Not Supported Not Supported +transcript 1 163438286 163438395 ENST00000363457 NA RNA5SP62 ENSG00000200327 Not Supported Not Supported +transcript 1 163479274 163479385 ENST00000391225 NA RNA5SP63 ENSG00000212527 Not Supported Not Supported +transcript 1 163738576 163738928 ENST00000412705 NA RP4-640E24.1 ENSG00000228289 Not Supported Not Supported +transcript 1 163892907 163893109 ENST00000391236 NA U3 ENSG00000212538 Not Supported Not Supported +transcript 1 164312242 164313101 ENST00000435192 NA NMNAT1P2 ENSG00000225719 Not Supported Not Supported +transcript 1 164320510 164320625 ENST00000362979 NA RNU5F-6P ENSG00000199849 Not Supported Not Supported +transcript 1 164326004 164326601 ENST00000444896 NA HMGB3P6 ENSG00000213070 Not Supported Not Supported +transcript 1 164524821 164533252 ENST00000467023 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164528437 164529594 ENST00000485769 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000485769 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529383 164529401 ENST00000485769 3 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164528644 164761975 ENST00000340699 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000340699 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000340699 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000340699 4 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164528872 164821068 ENST00000420696 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000420696 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000420696 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000420696 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000420696 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000420696 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000420696 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164789309 164789421 ENST00000420696 7 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790863 ENST00000420696 8 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164815821 164815910 ENST00000420696 9 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529060 164654202 ENST00000498497 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529060 164815913 ENST00000559240 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000559240 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000559240 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000559240 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000559240 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000559240 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790863 ENST00000559240 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164815821 164815910 ENST00000559240 7 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529060 164816192 ENST00000367897 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000367897 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000367897 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000367897 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000367897 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000367897 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000367897 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790817 ENST00000367897 7 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529060 164818639 ENST00000540236 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000540236 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000540236 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000540236 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000540236 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000540236 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000540236 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164789309 164789421 ENST00000540236 7 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790863 ENST00000540236 8 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164818577 164818636 ENST00000540236 9 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529060 164790820 ENST00000401534 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164529060 164529250 ENST00000401534 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532475 164532548 ENST00000401534 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000401534 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000401534 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000401534 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000401534 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790817 ENST00000401534 7 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164529250 164529687 ENST00000605467 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164532042 164769120 ENST00000559578 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164532500 164532548 ENST00000559578 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761731 164761975 ENST00000559578 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769120 ENST00000559578 4 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164546021 164816338 ENST00000560469 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164559587 164816338 ENST00000496120 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164574430 164816308 ENST00000468104 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164595243 164816338 ENST00000560641 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761781 164761975 ENST00000560641 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000560641 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000560641 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000560641 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164789309 164789421 ENST00000560641 7 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790863 ENST00000560641 8 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164815821 164815910 ENST00000560641 9 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164595273 164651720 ENST00000474046 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164600218 164769126 ENST00000482110 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761781 164761975 ENST00000482110 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000482110 3 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164621133 164868533 ENST00000558796 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164742149 164776808 ENST00000558837 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761781 164761975 ENST00000558837 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000558837 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776808 ENST00000558837 4 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164756880 164769033 ENST00000559560 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761781 164761975 ENST00000559560 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769033 ENST00000559560 3 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164761729 164854300 ENST00000540246 NA PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164761781 164761975 ENST00000540246 1 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164768936 164769126 ENST00000540246 2 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164776779 164776914 ENST00000540246 3 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164781227 164781386 ENST00000540246 4 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164789309 164789421 ENST00000540246 5 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164790774 164790863 ENST00000540246 6 PBX1 ENSG00000185630 Not Supported Not Supported +CDS 1 164853779 164853796 ENST00000540246 7 PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164781965 164819594 ENST00000465089 NA PBX1 ENSG00000185630 Not Supported Not Supported +transcript 1 164608802 164608908 ENST00000384354 NA RNU6-171P ENSG00000207082 Not Supported Not Supported +transcript 1 164649322 164650036 ENST00000602747 NA RP11-477H21.2 ENSG00000269887 Not Supported Not Supported +transcript 1 164738353 164743878 ENST00000421530 NA RP11-506O24.1 ENSG00000233693 Not Supported Not Supported +transcript 1 164797673 164799189 ENST00000607752 NA RP11-506O24.2 ENSG00000271917 Not Supported Not Supported +transcript 1 164823468 164823569 ENST00000365117 NA Y_RNA ENSG00000201987 Not Supported Not Supported +transcript 1 164890555 164890866 ENST00000440329 NA RP11-403P14.1 ENSG00000225487 Not Supported Not Supported +transcript 1 164949272 164949374 ENST00000364400 NA RNU6-755P ENSG00000201270 Not Supported Not Supported +transcript 1 164953139 164953229 ENST00000390797 NA AL390119.1 ENSG00000212086 Not Supported Not Supported +transcript 1 165041710 165041781 ENST00000516550 NA SNORD112 ENSG00000252359 Not Supported Not Supported +transcript 1 165171104 165325952 ENST00000342310 NA LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165324721 165324796 ENST00000342310 2 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165322313 165322499 ENST00000342310 3 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165218645 165218877 ENST00000342310 4 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165182878 165183050 ENST00000342310 5 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165179936 165180013 ENST00000342310 6 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165177300 165177369 ENST00000342310 7 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165175101 165175271 ENST00000342310 8 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165173120 165173277 ENST00000342310 9 LMX1A ENSG00000162761 Not Supported Not Supported +transcript 1 165171110 165325478 ENST00000294816 NA LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165324721 165324796 ENST00000294816 2 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165322313 165322499 ENST00000294816 3 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165218645 165218877 ENST00000294816 4 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165182878 165183050 ENST00000294816 5 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165179936 165180013 ENST00000294816 6 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165177300 165177369 ENST00000294816 7 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165175101 165175271 ENST00000294816 8 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165173120 165173277 ENST00000294816 9 LMX1A ENSG00000162761 Not Supported Not Supported +transcript 1 165172645 165182517 ENST00000489443 NA LMX1A ENSG00000162761 Not Supported Not Supported +transcript 1 165173111 165324983 ENST00000367893 NA LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165324721 165324796 ENST00000367893 1 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165322313 165322499 ENST00000367893 2 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165218645 165218877 ENST00000367893 3 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165182878 165183050 ENST00000367893 4 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165179936 165180013 ENST00000367893 5 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165177300 165177369 ENST00000367893 6 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165175101 165175271 ENST00000367893 7 LMX1A ENSG00000162761 Not Supported Not Supported +CDS 1 165173120 165173277 ENST00000367893 8 LMX1A ENSG00000162761 Not Supported Not Supported +transcript 1 165179864 165182327 ENST00000457106 NA RP11-38C18.2 ENSG00000224702 Not Supported Not Supported +transcript 1 165185217 165188341 ENST00000441773 NA RP11-38C18.3 ENSG00000238022 Not Supported Not Supported +transcript 1 165187652 165188284 ENST00000426178 NA RP11-38C18.3 ENSG00000238022 Not Supported Not Supported +transcript 1 165370159 165414433 ENST00000359842 NA RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165414082 165414130 ENST00000359842 1 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165397956 165398203 ENST00000359842 2 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165389107 165389251 ENST00000359842 3 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165386278 165386457 ENST00000359842 4 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165380186 165380346 ENST00000359842 5 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165379939 165380068 ENST00000359842 6 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165378795 165378927 ENST00000359842 7 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165377464 165377555 ENST00000359842 8 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165376049 165376154 ENST00000359842 9 RXRG ENSG00000143171 Not Supported Not Supported +CDS 1 165370503 165370647 ENST00000359842 10 RXRG ENSG00000143171 Not Supported Not Supported +transcript 1 165379987 165394209 ENST00000470566 NA RXRG ENSG00000143171 Not Supported Not Supported +transcript 1 165406165 165414409 ENST00000465764 NA RXRG ENSG00000143171 Not Supported Not Supported +transcript 1 165446078 165551392 ENST00000416424 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165446079 165551341 ENST00000421273 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165458812 165551365 ENST00000438275 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165462198 165508849 ENST00000452283 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165462310 165470907 ENST00000418925 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165468249 165496895 ENST00000415000 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165494402 165498121 ENST00000454251 NA RP11-280O1.2 ENSG00000237463 Not Supported Not Supported +transcript 1 165466961 165467585 ENST00000448964 NA RP11-541H12.1 ENSG00000230748 Not Supported Not Supported +transcript 1 165513244 165533198 ENST00000294818 NA LRRC52 ENSG00000162763 Not Supported Not Supported +CDS 1 165513534 165514155 ENST00000294818 1 LRRC52 ENSG00000162763 Not Supported Not Supported +CDS 1 165532742 165533058 ENST00000294818 2 LRRC52 ENSG00000162763 Not Supported Not Supported +transcript 1 165550850 165551713 ENST00000443009 NA RP11-306I1.1 ENSG00000237783 Not Supported Not Supported +transcript 1 165567700 165592568 ENST00000452618 NA RP11-306I1.2 ENSG00000236206 Not Supported Not Supported +transcript 1 165600098 165624857 ENST00000367889 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619085 165619201 ENST00000367889 2 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367889 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367889 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367889 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165624605 165624738 ENST00000367889 6 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600450 165631033 ENST00000367888 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619085 165619201 ENST00000367888 2 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367888 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367888 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367888 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165630666 165630730 ENST00000367888 6 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600463 165620011 ENST00000461308 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600474 165606386 ENST00000460632 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600476 165624854 ENST00000495447 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600477 165624857 ENST00000367885 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165601477 165601511 ENST00000367885 2 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619078 165619201 ENST00000367885 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367885 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367885 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367885 6 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165624605 165624738 ENST00000367885 7 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600492 165624857 ENST00000367884 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619085 165619201 ENST00000367884 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367884 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367884 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367884 6 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165624605 165624738 ENST00000367884 7 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165600495 165620831 ENST00000488688 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165601300 165624857 ENST00000367883 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165601477 165601511 ENST00000367883 2 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619078 165619201 ENST00000367883 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367883 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367883 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367883 6 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165624605 165624738 ENST00000367883 7 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165601477 165624853 ENST00000367886 NA MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165601477 165601511 ENST00000367886 1 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165619078 165619201 ENST00000367886 2 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165620251 165620324 ENST00000367886 3 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165621215 165621272 ENST00000367886 4 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165623516 165623588 ENST00000367886 5 MGST3 ENSG00000143198 Not Supported Not Supported +CDS 1 165624605 165624738 ENST00000367886 6 MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165614898 165617907 ENST00000461759 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165618029 165621129 ENST00000609263 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165619075 165623038 ENST00000477450 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165623070 165624857 ENST00000494074 NA MGST3 ENSG00000143198 Not Supported Not Supported +transcript 1 165631453 165668100 ENST00000354775 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165667615 165667795 ENST00000354775 1 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165664489 165664634 ENST00000354775 2 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165652218 165652347 ENST00000354775 3 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165651344 165651478 ENST00000354775 4 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165649724 165649920 ENST00000354775 5 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165648679 165648819 ENST00000354775 6 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165638499 165638687 ENST00000354775 7 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165638163 165638250 ENST00000354775 8 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165636546 165636687 ENST00000354775 9 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165634255 165634367 ENST00000354775 10 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165632290 165632381 ENST00000354775 11 ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165632012 165634443 ENST00000463610 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165632048 165667545 ENST00000538148 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165664489 165664533 ENST00000538148 2 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165652218 165652347 ENST00000538148 3 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165651344 165651478 ENST00000538148 4 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165649724 165649920 ENST00000538148 5 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165648679 165648819 ENST00000538148 6 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165638499 165638687 ENST00000538148 7 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165638163 165638250 ENST00000538148 8 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165636546 165636687 ENST00000538148 9 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165634255 165634367 ENST00000538148 10 ALDH9A1 ENSG00000143149 Not Supported Not Supported +CDS 1 165632290 165632381 ENST00000538148 11 ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165637911 165649872 ENST00000491436 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165649724 165667777 ENST00000461664 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165652062 165667750 ENST00000471457 NA ALDH9A1 ENSG00000143149 Not Supported Not Supported +transcript 1 165631822 165631924 ENST00000384263 NA Y_RNA ENSG00000206990 Not Supported Not Supported +transcript 1 165640493 165640962 ENST00000447545 NA RP11-466F5.3 ENSG00000230175 Not Supported Not Supported +transcript 1 165645547 165646018 ENST00000437709 NA RP11-466F5.4 ENSG00000225272 Not Supported Not Supported +transcript 1 165667987 165679205 ENST00000400982 NA RP11-466F5.6 ENSG00000215838 Not Supported Not Supported +transcript 1 165677520 165678747 ENST00000453762 NA RP11-466F5.6 ENSG00000215838 Not Supported Not Supported +transcript 1 165675793 165676521 ENST00000608512 NA RP11-466F5.10 ENSG00000273365 Not Supported Not Supported +transcript 1 165696032 165738139 ENST00000392129 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737919 165737988 ENST00000392129 1 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737429 165737506 ENST00000392129 2 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165728762 165728821 ENST00000392129 3 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723465 165723511 ENST00000392129 4 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165721339 165721406 ENST00000392129 5 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165712404 165712548 ENST00000392129 6 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165697263 165697358 ENST00000392129 7 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165696032 165738417 ENST00000367881 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737919 165738141 ENST00000367881 1 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737429 165737506 ENST00000367881 2 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165728762 165728821 ENST00000367881 3 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723465 165723511 ENST00000367881 4 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165721339 165721406 ENST00000367881 5 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165712404 165712548 ENST00000367881 6 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165697263 165697358 ENST00000367881 7 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165696543 165796992 ENST00000580248 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723465 165723467 ENST00000580248 6 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165721339 165721406 ENST00000580248 7 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165712404 165712548 ENST00000580248 8 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165697263 165697358 ENST00000580248 9 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165696775 165738113 ENST00000464650 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723465 165723467 ENST00000464650 4 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165721339 165721406 ENST00000464650 5 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165712404 165712548 ENST00000464650 6 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165697263 165697358 ENST00000464650 7 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165697323 165738125 ENST00000476143 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737919 165738125 ENST00000476143 1 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737429 165737506 ENST00000476143 2 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723510 165723511 ENST00000476143 3 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165712406 165738074 ENST00000481278 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737719 165737752 ENST00000481278 1 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737429 165737506 ENST00000481278 2 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165728762 165728821 ENST00000481278 3 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165723465 165723511 ENST00000481278 4 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165721339 165721406 ENST00000481278 5 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165712406 165712548 ENST00000481278 6 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165712416 165738155 ENST00000465705 NA TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737919 165738141 ENST00000465705 1 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165737429 165737506 ENST00000465705 2 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165728762 165728821 ENST00000465705 3 TMCO1 ENSG00000143183 Not Supported Not Supported +CDS 1 165724133 165724227 ENST00000465705 4 TMCO1 ENSG00000143183 Not Supported Not Supported +transcript 1 165738166 165744413 ENST00000423121 NA RP11-466F5.8 ENSG00000224358 Not Supported Not Supported +transcript 1 165788590 165789024 ENST00000415894 NA RP11-466F5.9 ENSG00000230659 Not Supported Not Supported +transcript 1 165788590 165788997 ENST00000600305 NA RP11-466F5.9 ENSG00000230659 Not Supported Not Supported +transcript 1 165796768 165877346 ENST00000367879 NA UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165797071 165797169 ENST00000367879 1 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165859441 165859600 ENST00000367879 2 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165860463 165860559 ENST00000367879 3 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165865427 165865569 ENST00000367879 4 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165872419 165872516 ENST00000367879 5 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165875158 165875206 ENST00000367879 6 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165876921 165877057 ENST00000367879 7 UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165797059 165877607 ENST00000372212 NA UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165797071 165797169 ENST00000372212 1 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165859441 165859600 ENST00000372212 2 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165860463 165860559 ENST00000372212 3 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165872419 165872452 ENST00000372212 4 UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165861889 165877337 ENST00000462329 NA UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165863403 165877027 ENST00000464197 NA UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165864807 165877311 ENST00000469256 NA UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165865521 165865569 ENST00000469256 2 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165872419 165872516 ENST00000469256 3 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165875158 165875206 ENST00000469256 4 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165876921 165877057 ENST00000469256 5 UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165864822 165877108 ENST00000470820 NA UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165865521 165865569 ENST00000470820 1 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165872419 165872516 ENST00000470820 2 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165875158 165875206 ENST00000470820 3 UCK2 ENSG00000143179 Not Supported Not Supported +CDS 1 165876921 165877057 ENST00000470820 4 UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165867216 165877346 ENST00000463772 NA UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165871832 165880855 ENST00000479872 NA UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165873303 165877185 ENST00000475333 NA UCK2 ENSG00000143179 Not Supported Not Supported +transcript 1 165865116 165869920 ENST00000455257 NA RP11-525G13.2 ENSG00000236364 Not Supported Not Supported +transcript 1 165910472 165911006 ENST00000605867 NA RP11-7G12.2 ENSG00000271527 Not Supported Not Supported +transcript 1 165991452 165992264 ENST00000422100 NA RP11-7G12.1 ENSG00000226292 Not Supported Not Supported +transcript 1 166011481 166011587 ENST00000384611 NA RNA5SP64 ENSG00000207341 Not Supported Not Supported +transcript 1 166026674 166135462 ENST00000435676 NA FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166135223 166135462 ENST00000435676 1 FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166039478 166040000 ENST00000435676 2 FAM78B ENSG00000188859 Not Supported Not Supported +transcript 1 166028926 166135618 ENST00000456900 NA FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166135223 166135485 ENST00000456900 1 FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166039481 166040000 ENST00000456900 2 FAM78B ENSG00000188859 Not Supported Not Supported +transcript 1 166029138 166135471 ENST00000441649 NA FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166135223 166135471 ENST00000441649 1 FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166039478 166040000 ENST00000441649 2 FAM78B ENSG00000188859 Not Supported Not Supported +transcript 1 166039256 166135952 ENST00000354422 NA FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166135223 166135485 ENST00000354422 1 FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166039481 166040000 ENST00000354422 2 FAM78B ENSG00000188859 Not Supported Not Supported +transcript 1 166039257 166136206 ENST00000338353 NA FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166135223 166135485 ENST00000338353 2 FAM78B ENSG00000188859 Not Supported Not Supported +CDS 1 166039481 166040000 ENST00000338353 3 FAM78B ENSG00000188859 Not Supported Not Supported +transcript 1 166026679 166028709 ENST00000595430 NA AL626787.1 ENSG00000267884 Not Supported Not Supported +CDS 1 166028075 166028467 ENST00000595430 1 AL626787.1 ENSG00000267884 Not Supported Not Supported +transcript 1 166050420 166056720 ENST00000366136 NA RP11-375H19.2 ENSG00000203307 Not Supported Not Supported +transcript 1 166117019 166134332 ENST00000451784 NA RP11-9L18.3 ENSG00000230898 Not Supported Not Supported +transcript 1 166123980 166124035 ENST00000401133 NA MIR921 ENSG00000215952 Not Supported Not Supported +transcript 1 166244866 166246834 ENST00000400979 NA RP11-9L18.2 ENSG00000215835 Not Supported Not Supported +transcript 1 166304121 166304999 ENST00000425271 NA RP11-479J7.2 ENSG00000229588 Not Supported Not Supported +transcript 1 166356964 166421869 ENST00000448643 NA RP11-479J7.1 ENSG00000225325 Not Supported Not Supported +transcript 1 166443982 166450802 ENST00000436045 NA FMO7P ENSG00000230231 Not Supported Not Supported +transcript 1 166445009 166459276 ENST00000426519 NA RP11-276E17.2 ENSG00000234142 Not Supported Not Supported +transcript 1 166535415 166549942 ENST00000434461 NA FMO8P ENSG00000238087 Not Supported Not Supported +transcript 1 166535415 166543011 ENST00000540928 NA FMO8P ENSG00000238087 Not Supported Not Supported +transcript 1 166572912 166594475 ENST00000477875 NA FMO9P ENSG00000215834 Not Supported Not Supported +transcript 1 166581707 166600637 ENST00000488458 NA FMO9P ENSG00000215834 Not Supported Not Supported +transcript 1 166635122 166651433 ENST00000455032 NA FMO10P ENSG00000234984 Not Supported Not Supported +transcript 1 166716616 166717897 ENST00000447259 NA RPL4P2 ENSG00000232341 Not Supported Not Supported +transcript 1 166732571 166762004 ENST00000424742 NA FMO11P ENSG00000232148 Not Supported Not Supported +transcript 1 166765503 166766420 ENST00000443067 NA CNN2P10 ENSG00000232223 Not Supported Not Supported +transcript 1 166808681 166822397 ENST00000537173 NA POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166810322 166810325 ENST00000537173 2 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166818175 166819643 ENST00000537173 3 POGK ENSG00000143157 Not Supported Not Supported +transcript 1 166808681 166819948 ENST00000536514 NA POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166810322 166810325 ENST00000536514 2 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166816731 166816829 ENST00000536514 3 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166818175 166819643 ENST00000536514 4 POGK ENSG00000143157 Not Supported Not Supported +transcript 1 166808684 166818445 ENST00000449930 NA POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166810194 166810325 ENST00000449930 2 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166815849 166815975 ENST00000449930 3 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166816731 166816829 ENST00000449930 4 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166818175 166818445 ENST00000449930 5 POGK ENSG00000143157 Not Supported Not Supported +transcript 1 166808694 166825581 ENST00000367876 NA POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166810194 166810325 ENST00000367876 2 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166815849 166815975 ENST00000367876 3 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166816731 166816829 ENST00000367876 4 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166818175 166819643 ENST00000367876 5 POGK ENSG00000143157 Not Supported Not Supported +transcript 1 166809326 166823710 ENST00000367875 NA POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166810194 166810325 ENST00000367875 2 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166815849 166815975 ENST00000367875 3 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166816731 166816829 ENST00000367875 4 POGK ENSG00000143157 Not Supported Not Supported +CDS 1 166818175 166819643 ENST00000367875 5 POGK ENSG00000143157 Not Supported Not Supported +transcript 1 166825747 166832453 ENST00000467021 NA TADA1 ENSG00000152382 Not Supported Not Supported +transcript 1 166825747 166845564 ENST00000367874 NA TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166845397 166845470 ENST00000367874 1 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166839000 166839091 ENST00000367874 2 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166838682 166838747 ENST00000367874 3 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166833061 166833158 ENST00000367874 4 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166831440 166831649 ENST00000367874 5 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166829423 166829574 ENST00000367874 6 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166827356 166827518 ENST00000367874 7 TADA1 ENSG00000152382 Not Supported Not Supported +CDS 1 166826807 166826956 ENST00000367874 8 TADA1 ENSG00000152382 Not Supported Not Supported +transcript 1 166837985 166838446 ENST00000425573 NA DUTP6 ENSG00000225171 Not Supported Not Supported +transcript 1 166864948 166877317 ENST00000414590 NA RP4-782G3.1 ENSG00000237096 Not Supported Not Supported +transcript 1 166882443 166944561 ENST00000271417 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000271417 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000271417 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000271417 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166908751 166908807 ENST00000271417 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166905828 166905974 ENST00000271417 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166904538 166904714 ENST00000271417 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000271417 7 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000271417 8 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166889944 166890616 ENST00000271417 9 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888595 166888627 ENST00000271417 10 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000528703 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000528703 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000528703 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000528703 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166908751 166908807 ENST00000528703 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166905828 166905974 ENST00000528703 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000528703 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000528703 7 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166889944 166890616 ENST00000528703 8 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888595 166888627 ENST00000528703 9 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000525740 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000525740 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000525740 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000525740 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000525740 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000525740 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166889944 166890616 ENST00000525740 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888595 166888627 ENST00000525740 7 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000529387 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000529387 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000529387 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000529387 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888626 166888627 ENST00000529387 4 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000469934 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000469934 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000469934 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000469934 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166908751 166908807 ENST00000469934 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166905828 166905974 ENST00000469934 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166904538 166904714 ENST00000469934 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000469934 7 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000469934 8 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888528 166888627 ENST00000469934 9 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000529071 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000529071 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000529071 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000529071 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166905828 166905974 ENST00000529071 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166904538 166904714 ENST00000529071 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000529071 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000529071 7 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166889944 166890616 ENST00000529071 8 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888595 166888627 ENST00000529071 9 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166888103 166944719 ENST00000526687 NA ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166944460 166944505 ENST00000526687 1 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166927006 166927338 ENST00000526687 2 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166925970 166926089 ENST00000526687 3 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166908751 166908807 ENST00000526687 4 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166896304 166896417 ENST00000526687 5 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166891830 166892046 ENST00000526687 6 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166889944 166890616 ENST00000526687 7 ILDR2 ENSG00000143195 Not Supported Not Supported +CDS 1 166888595 166888627 ENST00000526687 8 ILDR2 ENSG00000143195 Not Supported Not Supported +transcript 1 166958346 166991451 ENST00000367872 NA MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166958590 166958721 ENST00000367872 1 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166958974 166959066 ENST00000367872 2 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166960615 166960714 ENST00000367872 3 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166961923 166962078 ENST00000367872 4 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166963265 166963306 ENST00000367872 5 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166973417 166973541 ENST00000367872 6 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974313 166974367 ENST00000367872 7 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974493 166974634 ENST00000367872 8 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166985459 166985521 ENST00000367872 9 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166987064 166987196 ENST00000367872 10 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166990322 166990397 ENST00000367872 11 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166990905 166991089 ENST00000367872 12 MAEL ENSG00000143194 Not Supported Not Supported +transcript 1 166958498 166991414 ENST00000367870 NA MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166958590 166958721 ENST00000367870 1 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166960615 166960714 ENST00000367870 2 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166961923 166962078 ENST00000367870 3 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166963265 166963306 ENST00000367870 4 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166973417 166973541 ENST00000367870 5 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974313 166974367 ENST00000367870 6 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974493 166974634 ENST00000367870 7 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166985459 166985521 ENST00000367870 8 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166987064 166987196 ENST00000367870 9 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166990322 166990397 ENST00000367870 10 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166990905 166991089 ENST00000367870 11 MAEL ENSG00000143194 Not Supported Not Supported +transcript 1 166958525 166987196 ENST00000447624 NA MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166958590 166958721 ENST00000447624 1 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166960615 166960714 ENST00000447624 2 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166961923 166962078 ENST00000447624 3 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166963265 166963306 ENST00000447624 4 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166973417 166973541 ENST00000447624 5 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974313 166974367 ENST00000447624 6 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166974493 166974634 ENST00000447624 7 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166985459 166985521 ENST00000447624 8 MAEL ENSG00000143194 Not Supported Not Supported +CDS 1 166987064 166987196 ENST00000447624 9 MAEL ENSG00000143194 Not Supported Not Supported +transcript 1 166959162 166991451 ENST00000491055 NA MAEL ENSG00000143194 Not Supported Not Supported +transcript 1 166974313 166974853 ENST00000487826 NA MAEL ENSG00000143194 Not Supported Not Supported +transcript 1 166975196 166975314 ENST00000363166 NA RNA5SP65 ENSG00000200036 Not Supported Not Supported +transcript 1 167010672 167010773 ENST00000459393 NA snoU13 ENSG00000238325 Not Supported Not Supported +transcript 1 167021788 167027779 ENST00000417644 NA RP11-102C16.3 ENSG00000227907 Not Supported Not Supported +transcript 1 167022073 167047956 ENST00000527955 NA GPA33 ENSG00000143167 Not Supported Not Supported +transcript 1 167022073 167059868 ENST00000367868 NA GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167059482 167059524 ENST00000367868 1 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167042622 167042776 ENST00000367868 2 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167038159 167038375 ENST00000367868 3 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167032819 167032974 ENST00000367868 4 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167024967 167025086 ENST00000367868 5 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167024213 167024348 ENST00000367868 6 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167023574 167023703 ENST00000367868 7 GPA33 ENSG00000143167 Not Supported Not Supported +transcript 1 167032927 167059563 ENST00000534512 NA GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167059482 167059524 ENST00000534512 1 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167051482 167051548 ENST00000534512 2 GPA33 ENSG00000143167 Not Supported Not Supported +CDS 1 167042644 167042776 ENST00000534512 3 GPA33 ENSG00000143167 Not Supported Not Supported +transcript 1 167063282 167098366 ENST00000361200 NA DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167064087 167064196 ENST00000361200 2 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167082947 167083041 ENST00000361200 3 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167086565 167086796 ENST00000361200 4 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167088486 167088703 ENST00000361200 5 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167095024 167097842 ENST00000361200 6 DUSP27 ENSG00000198842 Not Supported Not Supported +transcript 1 167063577 167097845 ENST00000271385 NA DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167064087 167064196 ENST00000271385 2 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167082947 167083041 ENST00000271385 3 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167086565 167086796 ENST00000271385 4 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167088486 167088703 ENST00000271385 5 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167095024 167097842 ENST00000271385 6 DUSP27 ENSG00000198842 Not Supported Not Supported +transcript 1 167064087 167098402 ENST00000443333 NA DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167064087 167064196 ENST00000443333 1 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167082947 167083041 ENST00000443333 2 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167086565 167086796 ENST00000443333 3 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167088486 167088703 ENST00000443333 4 DUSP27 ENSG00000198842 Not Supported Not Supported +CDS 1 167095024 167097842 ENST00000443333 5 DUSP27 ENSG00000198842 Not Supported Not Supported +transcript 1 167095156 167098362 ENST00000485151 NA DUSP27 ENSG00000198842 Not Supported Not Supported +transcript 1 167131660 167132074 ENST00000450126 NA RP11-277B15.1 ENSG00000213068 Not Supported Not Supported +transcript 1 167145154 167165026 ENST00000426709 NA RP11-277B15.2 ENSG00000231605 Not Supported Not Supported +transcript 1 167145311 167164717 ENST00000428030 NA RP11-277B15.2 ENSG00000231605 Not Supported Not Supported +transcript 1 167145458 167164985 ENST00000457941 NA RP11-277B15.2 ENSG00000231605 Not Supported Not Supported +transcript 1 167145584 167165029 ENST00000446687 NA RP11-277B15.2 ENSG00000231605 Not Supported Not Supported +transcript 1 167189068 167189749 ENST00000606967 NA RP11-277B15.3 ENSG00000272205 Not Supported Not Supported +transcript 1 167190066 167396582 ENST00000367866 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167190135 167190195 ENST00000367866 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301707 167301772 ENST00000367866 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000367866 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000367866 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000367866 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000367866 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000367866 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000367866 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000367866 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000367866 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000367866 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000367866 12 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000367866 13 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000367866 14 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000367866 15 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167384737 167385044 ENST00000367866 16 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190113 167334806 ENST00000559038 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190123 167343420 ENST00000557909 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190128 167341216 ENST00000442313 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167190135 167190195 ENST00000442313 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167272711 167272811 ENST00000442313 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167288251 167288268 ENST00000442313 3 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190128 167365555 ENST00000560232 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167190135 167190195 ENST00000560232 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167272711 167272811 ENST00000560232 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301707 167301715 ENST00000560232 3 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190128 167385176 ENST00000429375 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167190135 167190195 ENST00000429375 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301707 167301772 ENST00000429375 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000429375 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000429375 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000429375 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000429375 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000429375 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000429375 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000429375 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000429375 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000429375 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000429375 12 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000429375 13 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000429375 14 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167384737 167385044 ENST00000429375 15 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190128 167365555 ENST00000452019 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301715 167301772 ENST00000452019 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000452019 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000452019 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000452019 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000452019 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000452019 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000452019 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167356418 167356435 ENST00000452019 10 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190132 167353106 ENST00000492850 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190132 167396582 ENST00000367865 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190135 167396582 ENST00000271411 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167190135 167190195 ENST00000271411 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167272711 167272811 ENST00000271411 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301707 167301715 ENST00000271411 3 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190143 167385326 ENST00000420254 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301715 167301772 ENST00000420254 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000420254 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000420254 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000420254 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000420254 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000420254 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000420254 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000420254 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000420254 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000420254 12 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000420254 13 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000420254 14 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000420254 15 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000420254 16 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167385286 167385323 ENST00000420254 17 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167190143 167385317 ENST00000541643 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301715 167301772 ENST00000541643 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000541643 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000541643 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000541643 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000541643 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000541643 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000541643 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000541643 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000541643 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000541643 12 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000541643 13 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000541643 14 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000541643 15 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000541643 16 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167384737 167385044 ENST00000541643 17 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167298281 167396582 ENST00000367862 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167298516 167298543 ENST00000367862 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167301707 167301772 ENST00000367862 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167334704 167334804 ENST00000367862 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167339398 167339451 ENST00000367862 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341154 167341273 ENST00000367862 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000367862 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000367862 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000367862 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000367862 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000367862 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000367862 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000367862 12 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000367862 13 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000367862 14 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000367862 15 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167384737 167385044 ENST00000367862 16 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167298403 167381570 ENST00000557874 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167326697 167356492 ENST00000470928 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167341217 167385375 ENST00000443275 NA POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167341217 167341273 ENST00000443275 1 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167343345 167343533 ENST00000443275 2 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167345266 167345392 ENST00000443275 3 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167353094 167353188 ENST00000443275 4 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167358825 167358998 ENST00000443275 5 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167365523 167365664 ENST00000443275 6 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167367231 167367370 ENST00000443275 7 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167368423 167368602 ENST00000443275 8 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167370688 167370793 ENST00000443275 9 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167381196 167381541 ENST00000443275 10 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167382263 167382351 ENST00000443275 11 POU2F1 ENSG00000143190 Not Supported Not Supported +CDS 1 167385286 167385326 ENST00000443275 12 POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167352711 167358854 ENST00000490100 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167358914 167366062 ENST00000559648 NA POU2F1 ENSG00000143190 Not Supported Not Supported +transcript 1 167348345 167350237 ENST00000607611 NA RP11-52A20.2 ENSG00000272033 Not Supported Not Supported +transcript 1 167399877 167403303 ENST00000485089 NA CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167399877 167487766 ENST00000483825 NA CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167399877 167487775 ENST00000362089 NA CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167487645 167487702 ENST00000362089 1 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167409901 167410004 ENST00000362089 2 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167408581 167408637 ENST00000362089 3 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167407807 167407887 ENST00000362089 4 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167404636 167404671 ENST00000362089 5 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167403257 167403313 ENST00000362089 6 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167402261 167402296 ENST00000362089 7 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167400921 167400983 ENST00000362089 8 CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167399877 167487847 ENST00000392122 NA CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167487645 167487702 ENST00000392122 1 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167409901 167410004 ENST00000392122 2 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167408581 167408637 ENST00000392122 3 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167407807 167407887 ENST00000392122 4 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167404636 167404668 ENST00000392122 5 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167403257 167403313 ENST00000392122 6 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167402261 167402296 ENST00000392122 7 CD247 ENSG00000198821 Not Supported Not Supported +CDS 1 167400921 167400983 ENST00000392122 8 CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167400398 167408858 ENST00000476733 NA CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167400410 167408877 ENST00000470379 NA CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167409110 167487847 ENST00000479979 NA CD247 ENSG00000198821 Not Supported Not Supported +transcript 1 167426620 167427898 ENST00000417969 NA RP11-104L21.2 ENSG00000233411 Not Supported Not Supported +transcript 1 167426979 167429128 ENST00000610044 NA RP11-104L21.3 ENSG00000273160 Not Supported Not Supported +transcript 1 167488773 167489823 ENST00000457236 NA AKR1D1P1 ENSG00000227776 Not Supported Not Supported +transcript 1 167498914 167515417 ENST00000466652 NA CREG1 ENSG00000143162 Not Supported Not Supported +transcript 1 167510250 167523004 ENST00000370509 NA CREG1 ENSG00000143162 Not Supported Not Supported +CDS 1 167522625 167522978 ENST00000370509 1 CREG1 ENSG00000143162 Not Supported Not Supported +CDS 1 167517239 167517358 ENST00000370509 2 CREG1 ENSG00000143162 Not Supported Not Supported +CDS 1 167515338 167515522 ENST00000370509 3 CREG1 ENSG00000143162 Not Supported Not Supported +CDS 1 167511538 167511538 ENST00000370509 4 CREG1 ENSG00000143162 Not Supported Not Supported +transcript 1 167560629 167561083 ENST00000422817 NA RP3-455J7.3 ENSG00000231029 Not Supported Not Supported +transcript 1 167596622 167599911 ENST00000451992 NA RP3-455J7.4 ENSG00000241666 Not Supported Not Supported +transcript 1 167599330 167675486 ENST00000367854 NA RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167599661 167599666 ENST00000367854 1 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167653137 167653238 ENST00000367854 2 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167654658 167654747 ENST00000367854 3 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167659286 167659357 ENST00000367854 4 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167663336 167663539 ENST00000367854 5 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167666336 167667079 ENST00000367854 6 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167673901 167673930 ENST00000367854 7 RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167599430 167666524 ENST00000361496 NA RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167599661 167599666 ENST00000361496 1 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167653137 167653238 ENST00000361496 2 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167654658 167654747 ENST00000361496 3 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167663336 167663539 ENST00000361496 4 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167666336 167666524 ENST00000361496 5 RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167599486 167611243 ENST00000475127 NA RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167599498 167634277 ENST00000472038 NA RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167599503 167610978 ENST00000461790 NA RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167599637 167674023 ENST00000537350 NA RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167599661 167599666 ENST00000537350 1 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167653137 167653238 ENST00000537350 2 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167659286 167659357 ENST00000537350 3 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167663336 167663539 ENST00000537350 4 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167666336 167667079 ENST00000537350 5 RCSD1 ENSG00000198771 Not Supported Not Supported +CDS 1 167673901 167673930 ENST00000537350 6 RCSD1 ENSG00000198771 Not Supported Not Supported +transcript 1 167690429 167691251 ENST00000487858 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691187 167735133 ENST00000464954 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691187 167761156 ENST00000359523 NA MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167691389 167691479 ENST00000359523 1 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167734820 167734986 ENST00000359523 2 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167741512 167741725 ENST00000359523 3 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167742473 167742605 ENST00000359523 4 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167745301 167745403 ENST00000359523 5 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167757057 167757155 ENST00000359523 6 MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691221 167757990 ENST00000448405 NA MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167691389 167691479 ENST00000448405 1 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167734820 167734986 ENST00000448405 2 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167742473 167742499 ENST00000448405 3 MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691226 167760056 ENST00000392121 NA MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167691389 167691479 ENST00000392121 1 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167734820 167734986 ENST00000392121 2 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167757057 167757155 ENST00000392121 3 MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691230 167743146 ENST00000465787 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167691389 167757081 ENST00000474859 NA MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167691389 167691479 ENST00000474859 1 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167734820 167734986 ENST00000474859 2 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167741512 167741725 ENST00000474859 3 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167742473 167742605 ENST00000474859 4 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167757057 167757078 ENST00000474859 5 MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167734295 167757249 ENST00000474729 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167734807 167757410 ENST00000367853 NA MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167734807 167734986 ENST00000367853 1 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167741512 167741725 ENST00000367853 2 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167742473 167742605 ENST00000367853 3 MPZL1 ENSG00000197965 Not Supported Not Supported +CDS 1 167757057 167757081 ENST00000367853 4 MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167743793 167757622 ENST00000403379 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167756304 167757391 ENST00000498279 NA MPZL1 ENSG00000197965 Not Supported Not Supported +transcript 1 167778625 167883453 ENST00000545172 NA ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167868661 167868843 ENST00000545172 3 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167865833 167865929 ENST00000545172 4 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167863091 167863179 ENST00000545172 5 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167852675 167852866 ENST00000545172 6 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849729 167849847 ENST00000545172 7 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849353 167849429 ENST00000545172 8 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167847684 167847873 ENST00000545172 9 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167844369 167844424 ENST00000545172 10 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167839495 167839648 ENST00000545172 11 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167830109 167830301 ENST00000545172 12 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167829045 167829131 ENST00000545172 13 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167825403 167825677 ENST00000545172 14 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167823591 167823727 ENST00000545172 15 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167817599 167817727 ENST00000545172 16 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167815223 167815501 ENST00000545172 17 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167814801 167815091 ENST00000545172 18 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167806487 167806556 ENST00000545172 19 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167805547 167805778 ENST00000545172 20 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167803208 167803315 ENST00000545172 21 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167802225 167802400 ENST00000545172 22 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167798505 167798661 ENST00000545172 23 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793889 167794093 ENST00000545172 24 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793714 167793810 ENST00000545172 25 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167792246 167792361 ENST00000545172 26 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167791262 167791379 ENST00000545172 27 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167787310 167787505 ENST00000545172 28 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167779962 167780150 ENST00000545172 29 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167778918 167779076 ENST00000545172 30 ADCY10 ENSG00000143199 Not Supported Not Supported +transcript 1 167778882 167883340 ENST00000367851 NA ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167874231 167874378 ENST00000367851 2 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167873125 167873229 ENST00000367851 3 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167871254 167871292 ENST00000367851 4 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167870900 167871043 ENST00000367851 5 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167868661 167868866 ENST00000367851 6 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167865833 167865929 ENST00000367851 7 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167863091 167863179 ENST00000367851 8 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167852675 167852866 ENST00000367851 9 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849729 167849847 ENST00000367851 10 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849353 167849429 ENST00000367851 11 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167847684 167847873 ENST00000367851 12 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167844369 167844424 ENST00000367851 13 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167839495 167839648 ENST00000367851 14 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167830109 167830301 ENST00000367851 15 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167829045 167829131 ENST00000367851 16 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167825403 167825677 ENST00000367851 17 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167823591 167823727 ENST00000367851 18 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167817599 167817727 ENST00000367851 19 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167815223 167815501 ENST00000367851 20 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167814801 167815091 ENST00000367851 21 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167806487 167806556 ENST00000367851 22 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167805547 167805778 ENST00000367851 23 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167803208 167803315 ENST00000367851 24 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167802225 167802400 ENST00000367851 25 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167798505 167798661 ENST00000367851 26 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793889 167794093 ENST00000367851 27 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793714 167793810 ENST00000367851 28 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167792246 167792361 ENST00000367851 29 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167791262 167791379 ENST00000367851 30 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167787310 167787505 ENST00000367851 31 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167779962 167780150 ENST00000367851 32 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167778918 167779076 ENST00000367851 33 ADCY10 ENSG00000143199 Not Supported Not Supported +transcript 1 167778883 167817727 ENST00000485964 NA ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167817599 167817727 ENST00000485964 1 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167815223 167815501 ENST00000485964 2 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167814801 167815091 ENST00000485964 3 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167803880 167803932 ENST00000485964 4 ADCY10 ENSG00000143199 Not Supported Not Supported +transcript 1 167778915 167883340 ENST00000367848 NA ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167870900 167871059 ENST00000367848 5 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167868661 167868866 ENST00000367848 6 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167865833 167865929 ENST00000367848 7 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167863091 167863179 ENST00000367848 8 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167852675 167852866 ENST00000367848 9 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849729 167849847 ENST00000367848 10 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167849353 167849429 ENST00000367848 11 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167847684 167847873 ENST00000367848 12 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167844369 167844424 ENST00000367848 13 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167839495 167839648 ENST00000367848 14 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167830109 167830301 ENST00000367848 15 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167829045 167829131 ENST00000367848 16 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167825403 167825677 ENST00000367848 17 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167823591 167823727 ENST00000367848 18 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167817599 167817727 ENST00000367848 19 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167815223 167815501 ENST00000367848 20 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167814801 167815091 ENST00000367848 21 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167806487 167806556 ENST00000367848 22 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167805547 167805778 ENST00000367848 23 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167803208 167803315 ENST00000367848 24 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167802225 167802400 ENST00000367848 25 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167798505 167798661 ENST00000367848 26 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793889 167794093 ENST00000367848 27 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167793714 167793810 ENST00000367848 28 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167792246 167792361 ENST00000367848 29 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167791262 167791379 ENST00000367848 30 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167787310 167787505 ENST00000367848 31 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167779962 167780150 ENST00000367848 32 ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167778918 167779076 ENST00000367848 33 ADCY10 ENSG00000143199 Not Supported Not Supported +transcript 1 167873848 167883327 ENST00000476818 NA ADCY10 ENSG00000143199 Not Supported Not Supported +CDS 1 167874160 167874378 ENST00000476818 2 ADCY10 ENSG00000143199 Not Supported Not Supported +transcript 1 167789136 167789486 ENST00000507585 NA RP1-313L4.4 ENSG00000250762 Not Supported Not Supported +transcript 1 167789644 167790462 ENST00000451545 NA RP1-313L4.3 ENSG00000232194 Not Supported Not Supported +transcript 1 167885967 167905278 ENST00000367846 NA MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167904971 167905079 ENST00000367846 1 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167893735 167893775 ENST00000367846 2 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889785 167889869 ENST00000367846 3 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889217 167889328 ENST00000367846 4 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167887564 167887597 ENST00000367846 5 MPC2 ENSG00000143158 Not Supported Not Supported +transcript 1 167887306 167906278 ENST00000271373 NA MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167904971 167905079 ENST00000271373 2 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167893735 167893775 ENST00000271373 3 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889785 167889869 ENST00000271373 4 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889217 167889328 ENST00000271373 5 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167887564 167887597 ENST00000271373 6 MPC2 ENSG00000143158 Not Supported Not Supported +transcript 1 167889249 167906043 ENST00000458574 NA MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167904971 167905079 ENST00000458574 2 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167893735 167893775 ENST00000458574 3 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889785 167889869 ENST00000458574 4 MPC2 ENSG00000143158 Not Supported Not Supported +CDS 1 167889249 167889328 ENST00000458574 5 MPC2 ENSG00000143158 Not Supported Not Supported +transcript 1 167905021 167956785 ENST00000450548 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167905512 167960577 ENST00000470919 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167905899 168045081 ENST00000367843 NA DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167906150 167906246 ENST00000367843 1 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167921038 167921099 ENST00000367843 2 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167935867 167935959 ENST00000367843 3 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167944068 167944253 ENST00000367843 4 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167956733 167956846 ENST00000367843 5 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167960442 167960577 ENST00000367843 6 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167962464 167962678 ENST00000367843 7 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167971720 167971813 ENST00000367843 8 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973108 167973227 ENST00000367843 9 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973771 167974031 ENST00000367843 10 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167992226 167992285 ENST00000367843 11 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168007609 168007726 ENST00000367843 12 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168012263 168012378 ENST00000367843 13 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168013823 168013909 ENST00000367843 14 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168014138 168014465 ENST00000367843 15 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168032859 168032997 ENST00000367843 16 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168034828 168034984 ENST00000367843 17 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168035615 168035703 ENST00000367843 18 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168037596 168037701 ENST00000367843 19 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168044609 168044670 ENST00000367843 20 DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167905911 167993288 ENST00000470721 NA DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167906150 167906246 ENST00000470721 1 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167921038 167921099 ENST00000470721 2 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167935867 167935959 ENST00000470721 3 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167944068 167944253 ENST00000470721 4 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167956733 167956846 ENST00000470721 5 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167960442 167960577 ENST00000470721 6 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167962464 167962678 ENST00000470721 7 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167971720 167971813 ENST00000470721 8 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973108 167973227 ENST00000470721 9 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973771 167974031 ENST00000470721 10 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167988783 167988820 ENST00000470721 11 DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167905937 168044869 ENST00000432587 NA DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167906150 167906246 ENST00000432587 1 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167921038 167921099 ENST00000432587 2 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167944068 167944253 ENST00000432587 3 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167956733 167956846 ENST00000432587 4 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167960442 167960577 ENST00000432587 5 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167962464 167962678 ENST00000432587 6 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167971720 167971813 ENST00000432587 7 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973108 167973227 ENST00000432587 8 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973771 167974031 ENST00000432587 9 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167985019 167985189 ENST00000432587 10 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167992226 167992285 ENST00000432587 11 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168007609 168007726 ENST00000432587 12 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168012263 168012378 ENST00000432587 13 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168013823 168013909 ENST00000432587 14 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168014138 168014465 ENST00000432587 15 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168020130 168020171 ENST00000432587 16 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168032859 168032997 ENST00000432587 17 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168034828 168034984 ENST00000432587 18 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168035615 168035703 ENST00000432587 19 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168037596 168037701 ENST00000432587 20 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168044609 168044670 ENST00000432587 21 DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167905946 168045072 ENST00000312263 NA DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167906150 167906246 ENST00000312263 1 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167921038 167921099 ENST00000312263 2 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167935867 167935959 ENST00000312263 3 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167944068 167944253 ENST00000312263 4 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167956733 167956846 ENST00000312263 5 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167960442 167960577 ENST00000312263 6 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167962464 167962678 ENST00000312263 7 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167971720 167971813 ENST00000312263 8 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973108 167973227 ENST00000312263 9 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973771 167974031 ENST00000312263 10 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168007609 168007726 ENST00000312263 11 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168012263 168012378 ENST00000312263 12 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168013823 168013909 ENST00000312263 13 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168014138 168014465 ENST00000312263 14 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168032859 168032997 ENST00000312263 15 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168034828 168034984 ENST00000312263 16 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168035615 168035703 ENST00000312263 17 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168037596 168037701 ENST00000312263 18 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168044609 168044670 ENST00000312263 19 DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167906056 168045072 ENST00000367840 NA DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167906150 167906246 ENST00000367840 1 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167921038 167921099 ENST00000367840 2 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167935867 167935959 ENST00000367840 3 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167944068 167944253 ENST00000367840 4 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167956733 167956846 ENST00000367840 5 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167960442 167960577 ENST00000367840 6 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167962464 167962678 ENST00000367840 7 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167971720 167971813 ENST00000367840 8 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973108 167973227 ENST00000367840 9 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167973771 167974031 ENST00000367840 10 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167985019 167985189 ENST00000367840 11 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 167992226 167992285 ENST00000367840 12 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168007609 168007726 ENST00000367840 13 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168012263 168012378 ENST00000367840 14 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168013823 168013909 ENST00000367840 15 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168014138 168014465 ENST00000367840 16 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168020130 168020171 ENST00000367840 17 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168032859 168032997 ENST00000367840 18 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168034828 168034984 ENST00000367840 19 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168035615 168035703 ENST00000367840 20 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168037596 168037701 ENST00000367840 21 DCAF6 ENSG00000143164 Not Supported Not Supported +CDS 1 168044609 168044670 ENST00000367840 22 DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167906391 167962568 ENST00000455334 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167937728 167960577 ENST00000491067 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167985125 167989199 ENST00000460432 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 168011968 168045024 ENST00000489398 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 168014319 168033205 ENST00000478668 NA DCAF6 ENSG00000143164 Not Supported Not Supported +transcript 1 167967898 167967964 ENST00000408618 NA MIR1255B2 ENSG00000221545 Not Supported Not Supported +transcript 1 168025139 168025660 ENST00000443090 NA GCSHP5 ENSG00000224837 Not Supported Not Supported +transcript 1 168053997 168105624 ENST00000367838 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168073715 168074088 ENST00000367838 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000367838 5 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000367838 6 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000367838 7 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000367838 8 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054016 168074167 ENST00000271357 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168073715 168074088 ENST00000271357 1 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000271357 2 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000271357 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000271357 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000271357 5 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054504 168058803 ENST00000478868 NA GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054507 168105621 ENST00000367836 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066448 ENST00000367836 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000367836 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000367836 5 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000367836 6 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054516 168106821 ENST00000367835 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168073715 168074088 ENST00000367835 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000367835 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000367835 5 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000367835 6 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000367835 7 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054516 168106811 ENST00000546300 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168106628 168106659 ENST00000546300 1 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000546300 2 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000546300 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000546300 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000546300 5 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054516 168105903 ENST00000539777 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168105495 168105634 ENST00000539777 1 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000539777 2 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000539777 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000539777 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000539777 5 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054516 168106536 ENST00000537209 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168104144 168104159 ENST00000537209 2 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168073715 168074132 ENST00000537209 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000537209 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000537209 5 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000537209 6 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000537209 7 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168054516 168106536 ENST00000361697 NA GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168073715 168074088 ENST00000361697 3 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168065746 168066470 ENST00000361697 4 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168059802 168059906 ENST00000361697 5 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168056823 168056942 ENST00000361697 6 GPR161 ENSG00000143147 Not Supported Not Supported +CDS 1 168054772 168055034 ENST00000361697 7 GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168059684 168074147 ENST00000493800 NA GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168087839 168104275 ENST00000485232 NA GPR161 ENSG00000143147 Not Supported Not Supported +transcript 1 168148171 168169950 ENST00000367833 NA TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168148316 168148419 ENST00000367833 1 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168153140 168153319 ENST00000367833 2 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168154017 168154116 ENST00000367833 3 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168160607 168160738 ENST00000367833 4 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168165785 168165880 ENST00000367833 5 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168168157 168168219 ENST00000367833 6 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168169141 168169281 ENST00000367833 7 TIPRL ENSG00000143155 Not Supported Not Supported +transcript 1 168148293 168161633 ENST00000367830 NA TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168148316 168148419 ENST00000367830 1 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168153140 168153319 ENST00000367830 2 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168154017 168154116 ENST00000367830 3 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168160607 168160738 ENST00000367830 4 TIPRL ENSG00000143155 Not Supported Not Supported +CDS 1 168161446 168161463 ENST00000367830 5 TIPRL ENSG00000143155 Not Supported Not Supported +transcript 1 168179854 168180207 ENST00000450455 NA RPL34P1 ENSG00000237049 Not Supported Not Supported +transcript 1 168184643 168184890 ENST00000451806 NA RP1-69E11.3 ENSG00000237131 Not Supported Not Supported +transcript 1 168195176 168206008 ENST00000471981 NA SFT2D2 ENSG00000213064 Not Supported Not Supported +transcript 1 168195188 168208398 ENST00000367829 NA SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168195318 168195380 ENST00000367829 1 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168200752 168200838 ENST00000367829 2 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168201072 168201157 ENST00000367829 3 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205827 168205862 ENST00000367829 4 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205950 168206001 ENST00000367829 5 SFT2D2 ENSG00000213064 Not Supported Not Supported +transcript 1 168195246 168222263 ENST00000271375 NA SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168195318 168195380 ENST00000271375 1 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168200752 168200838 ENST00000271375 2 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168201072 168201157 ENST00000271375 3 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168204339 168204420 ENST00000271375 4 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205827 168205862 ENST00000271375 5 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205950 168206008 ENST00000271375 6 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168208369 168208398 ENST00000271375 7 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168211739 168211775 ENST00000271375 8 SFT2D2 ENSG00000213064 Not Supported Not Supported +transcript 1 168195255 168212087 ENST00000367825 NA SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168195318 168195380 ENST00000367825 1 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168200752 168200838 ENST00000367825 2 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168201072 168201157 ENST00000367825 3 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205827 168205862 ENST00000367825 4 SFT2D2 ENSG00000213064 Not Supported Not Supported +CDS 1 168205950 168206001 ENST00000367825 5 SFT2D2 ENSG00000213064 Not Supported Not Supported +transcript 1 168214803 168216581 ENST00000358576 NA ANKRD36BP1 ENSG00000214262 Not Supported Not Supported +transcript 1 168215026 168216442 ENST00000604892 NA ANKRD36BP1 ENSG00000214262 Not Supported Not Supported +transcript 1 168232613 168232719 ENST00000384153 NA RNU6-1310P ENSG00000206880 Not Supported Not Supported +transcript 1 168250278 168283664 ENST00000367821 NA TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168250329 168250531 ENST00000367821 1 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168260398 168260662 ENST00000367821 2 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168262382 168262516 ENST00000367821 3 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168266962 168267023 ENST00000367821 4 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168269660 168269721 ENST00000367821 5 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168274246 168274434 ENST00000367821 6 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168277980 168278115 ENST00000367821 7 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168281946 168282237 ENST00000367821 8 TBX19 ENSG00000143178 Not Supported Not Supported +transcript 1 168260398 168283662 ENST00000431969 NA TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168260398 168260662 ENST00000431969 1 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168262382 168262516 ENST00000431969 2 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168266962 168267023 ENST00000431969 3 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168269660 168269721 ENST00000431969 4 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168277980 168278115 ENST00000431969 5 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168281946 168282240 ENST00000431969 6 TBX19 ENSG00000143178 Not Supported Not Supported +transcript 1 168266862 168283153 ENST00000441464 NA TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168266862 168267023 ENST00000441464 1 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168269660 168269721 ENST00000441464 2 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168274246 168274434 ENST00000441464 3 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168277980 168278115 ENST00000441464 4 TBX19 ENSG00000143178 Not Supported Not Supported +CDS 1 168281946 168282240 ENST00000441464 5 TBX19 ENSG00000143178 Not Supported Not Supported +transcript 1 168277255 168283662 ENST00000465440 NA TBX19 ENSG00000143178 Not Supported Not Supported +transcript 1 168338292 168338839 ENST00000421214 NA RP5-1059H15.1 ENSG00000227722 Not Supported Not Supported +transcript 1 168344762 168344859 ENST00000385239 NA MIR557 ENSG00000207974 Not Supported Not Supported +transcript 1 168370067 168391894 ENST00000441851 NA RP5-968D22.1 ENSG00000228697 Not Supported Not Supported +transcript 1 168370721 168376512 ENST00000422548 NA RP5-968D22.1 ENSG00000228697 Not Supported Not Supported +transcript 1 168418910 168420449 ENST00000400977 NA QRSL1P1 ENSG00000215833 Not Supported Not Supported +transcript 1 168433452 168464882 ENST00000422253 NA RP5-968D22.3 ENSG00000237658 Not Supported Not Supported +transcript 1 168510003 168513235 ENST00000367819 NA XCL2 ENSG00000143185 Not Supported Not Supported +CDS 1 168513142 168513202 ENST00000367819 1 XCL2 ENSG00000143185 Not Supported Not Supported +CDS 1 168511231 168511345 ENST00000367819 2 XCL2 ENSG00000143185 Not Supported Not Supported +CDS 1 168510193 168510358 ENST00000367819 3 XCL2 ENSG00000143185 Not Supported Not Supported +transcript 1 168511975 168512592 ENST00000449688 NA RP4-738P11.3 ENSG00000227777 Not Supported Not Supported +transcript 1 168545711 168551315 ENST00000367818 NA XCL1 ENSG00000143184 Not Supported Not Supported +CDS 1 168545876 168545936 ENST00000367818 1 XCL1 ENSG00000143184 Not Supported Not Supported +CDS 1 168549301 168549415 ENST00000367818 2 XCL1 ENSG00000143184 Not Supported Not Supported +CDS 1 168550290 168550455 ENST00000367818 3 XCL1 ENSG00000143184 Not Supported Not Supported +transcript 1 168547891 168548677 ENST00000426573 NA RP4-738P11.4 ENSG00000229757 Not Supported Not Supported +transcript 1 168664697 168698502 ENST00000367817 NA DPT ENSG00000143196 Not Supported Not Supported +CDS 1 168698108 168698412 ENST00000367817 1 DPT ENSG00000143196 Not Supported Not Supported +CDS 1 168683459 168683584 ENST00000367817 2 DPT ENSG00000143196 Not Supported Not Supported +CDS 1 168670255 168670362 ENST00000367817 3 DPT ENSG00000143196 Not Supported Not Supported +CDS 1 168665790 168665853 ENST00000367817 4 DPT ENSG00000143196 Not Supported Not Supported +transcript 1 168717034 168717120 ENST00000408651 NA AL049798.1 ENSG00000221578 Not Supported Not Supported +transcript 1 168732603 168743728 ENST00000457405 NA RP1-10C16.1 ENSG00000235736 Not Supported Not Supported +transcript 1 168756177 168762124 ENST00000420691 NA LINC00626 ENSG00000225826 Not Supported Not Supported +transcript 1 168867374 168867677 ENST00000452524 NA SUMO1P2 ENSG00000229612 Not Supported Not Supported +transcript 1 168873143 169056243 ENST00000366408 NA LINC00970 ENSG00000203601 Not Supported Not Supported +transcript 1 168907705 168908161 ENST00000440227 NA RPL29P7 ENSG00000213063 Not Supported Not Supported +transcript 1 169036502 169036602 ENST00000517178 NA RNA5SP66 ENSG00000252987 Not Supported Not Supported +transcript 1 169073362 169074145 ENST00000415637 NA RP5-1018K9.1 ENSG00000237707 Not Supported Not Supported +transcript 1 169074935 169101960 ENST00000367816 NA ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169076068 169076164 ENST00000367816 2 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169080608 169080736 ENST00000367816 3 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169094122 169094277 ENST00000367816 4 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169096462 169096646 ENST00000367816 5 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169099248 169099328 ENST00000367816 6 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169100530 169100790 ENST00000367816 7 ATP1B1 ENSG00000143153 Not Supported Not Supported +transcript 1 169075561 169101257 ENST00000367815 NA ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169076068 169076164 ENST00000367815 1 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169080608 169080736 ENST00000367815 2 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169094122 169094277 ENST00000367815 3 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169096462 169096646 ENST00000367815 4 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169099248 169099328 ENST00000367815 5 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169100530 169100790 ENST00000367815 6 ATP1B1 ENSG00000143153 Not Supported Not Supported +transcript 1 169077145 169096637 ENST00000494797 NA ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169080679 169080736 ENST00000494797 2 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169094122 169094277 ENST00000494797 3 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169096462 169096637 ENST00000494797 4 ATP1B1 ENSG00000143153 Not Supported Not Supported +transcript 1 169077186 169101553 ENST00000499679 NA ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169080679 169080736 ENST00000499679 2 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169094122 169094277 ENST00000499679 3 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169096462 169096646 ENST00000499679 4 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169099248 169099328 ENST00000499679 5 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169100530 169100790 ENST00000499679 6 ATP1B1 ENSG00000143153 Not Supported Not Supported +transcript 1 169079836 169101254 ENST00000367813 NA ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169079869 169079941 ENST00000367813 1 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169080608 169080736 ENST00000367813 2 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169094122 169094277 ENST00000367813 3 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169096462 169096646 ENST00000367813 4 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169099248 169099328 ENST00000367813 5 ATP1B1 ENSG00000143153 Not Supported Not Supported +CDS 1 169100530 169100790 ENST00000367813 6 ATP1B1 ENSG00000143153 Not Supported Not Supported +transcript 1 169101769 169159948 ENST00000530739 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169101769 169199970 ENST00000493481 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169101769 169337184 ENST00000472647 NA NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169293631 169293633 ENST00000472647 2 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169292355 169292521 ENST00000472647 3 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169279208 169279318 ENST00000472647 4 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169272383 169272433 ENST00000472647 5 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169267794 169268001 ENST00000472647 6 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169256541 169256646 ENST00000472647 7 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169206861 169206925 ENST00000472647 8 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169204369 169204437 ENST00000472647 9 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169199956 169200057 ENST00000472647 10 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169138685 169138792 ENST00000472647 11 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169102026 169102055 ENST00000472647 12 NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169101769 169337205 ENST00000367811 NA NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169336946 169336948 ENST00000367811 1 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169293631 169293738 ENST00000367811 2 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169292355 169292521 ENST00000367811 3 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169279208 169279318 ENST00000367811 4 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169272383 169272433 ENST00000367811 5 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169267794 169268001 ENST00000367811 6 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169256541 169256646 ENST00000367811 7 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169206861 169206925 ENST00000367811 8 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169204369 169204437 ENST00000367811 9 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169199956 169200057 ENST00000367811 10 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169138685 169138792 ENST00000367811 11 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169102026 169102055 ENST00000367811 12 NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169101775 169337184 ENST00000525440 NA NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169336946 169336948 ENST00000525440 1 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169293631 169293738 ENST00000525440 2 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169292355 169292521 ENST00000525440 3 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169279208 169279318 ENST00000525440 4 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169272383 169272433 ENST00000525440 5 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169267794 169268001 ENST00000525440 6 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169256541 169256646 ENST00000525440 7 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169206861 169206925 ENST00000525440 8 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169204369 169204437 ENST00000525440 9 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169199956 169200057 ENST00000525440 10 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169159917 169159943 ENST00000525440 11 NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169138759 169279309 ENST00000483228 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169199952 169336968 ENST00000528517 NA NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169336946 169336948 ENST00000528517 1 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169293631 169293738 ENST00000528517 2 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169292355 169292521 ENST00000528517 3 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169279208 169279318 ENST00000528517 4 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169272383 169272433 ENST00000528517 5 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169267794 169268001 ENST00000528517 6 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169256541 169256646 ENST00000528517 7 NME7 ENSG00000143156 Not Supported Not Supported +CDS 1 169216285 169216298 ENST00000528517 8 NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169199990 169337035 ENST00000480478 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169253059 169337010 ENST00000524967 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169256443 169293688 ENST00000469474 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169267794 169337186 ENST00000485609 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169267816 169272690 ENST00000472984 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169267843 169337035 ENST00000491225 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169272338 169337020 ENST00000527460 NA NME7 ENSG00000143156 Not Supported Not Supported +transcript 1 169279903 169291717 ENST00000432081 NA RP4-800F24.1 ENSG00000235575 Not Supported Not Supported +transcript 1 169337208 169346621 ENST00000367807 NA BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169338761 169338788 ENST00000367807 2 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169345778 169346271 ENST00000367807 3 BLZF1 ENSG00000117475 Not Supported Not Supported +transcript 1 169337208 169357543 ENST00000367808 NA BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169338761 169338788 ENST00000367808 2 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169345778 169346217 ENST00000367808 3 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169347568 169347767 ENST00000367808 4 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169349719 169349847 ENST00000367808 5 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169351300 169351519 ENST00000367808 6 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169356235 169356417 ENST00000367808 7 BLZF1 ENSG00000117475 Not Supported Not Supported +transcript 1 169337208 169365778 ENST00000329281 NA BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169338761 169338788 ENST00000329281 2 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169345778 169346217 ENST00000329281 3 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169347568 169347767 ENST00000329281 4 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169349719 169349847 ENST00000329281 5 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169351300 169351519 ENST00000329281 6 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169356235 169356417 ENST00000329281 7 BLZF1 ENSG00000117475 Not Supported Not Supported +transcript 1 169337210 169346132 ENST00000420531 NA BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169338761 169338788 ENST00000420531 2 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169345778 169346132 ENST00000420531 3 BLZF1 ENSG00000117475 Not Supported Not Supported +transcript 1 169337475 169349800 ENST00000426663 NA BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169338761 169338788 ENST00000426663 2 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169345778 169346217 ENST00000426663 3 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169347568 169347767 ENST00000426663 4 BLZF1 ENSG00000117475 Not Supported Not Supported +CDS 1 169349719 169349800 ENST00000426663 5 BLZF1 ENSG00000117475 Not Supported Not Supported +transcript 1 169364108 169396655 ENST00000367806 NA CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169394049 169394165 ENST00000367806 2 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169390601 169391551 ENST00000367806 3 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169388251 169388397 ENST00000367806 4 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169366475 169366629 ENST00000367806 5 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169364288 169364444 ENST00000367806 6 CCDC181 ENSG00000117477 Not Supported Not Supported +transcript 1 169364108 169396712 ENST00000367805 NA CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169394049 169394165 ENST00000367805 2 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169390601 169391551 ENST00000367805 3 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169388251 169388397 ENST00000367805 4 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169366475 169366626 ENST00000367805 5 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169364288 169364444 ENST00000367805 6 CCDC181 ENSG00000117477 Not Supported Not Supported +transcript 1 169364285 169429907 ENST00000545005 NA CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169394049 169394165 ENST00000545005 3 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169390601 169391551 ENST00000545005 4 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169388251 169388397 ENST00000545005 5 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169366475 169366626 ENST00000545005 6 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169364288 169364444 ENST00000545005 7 CCDC181 ENSG00000117477 Not Supported Not Supported +transcript 1 169388024 169396712 ENST00000491570 NA CCDC181 ENSG00000117477 Not Supported Not Supported +transcript 1 169390601 169396700 ENST00000456107 NA CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169394049 169394165 ENST00000456107 2 CCDC181 ENSG00000117477 Not Supported Not Supported +CDS 1 169390601 169391551 ENST00000456107 3 CCDC181 ENSG00000117477 Not Supported Not Supported +transcript 1 169411876 169429690 ENST00000445428 NA RP1-206D15.3 ENSG00000234437 Not Supported Not Supported +transcript 1 169423629 169429659 ENST00000437857 NA RP1-206D15.3 ENSG00000234437 Not Supported Not Supported +transcript 1 169433147 169455241 ENST00000236137 NA SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169454801 169455004 ENST00000236137 1 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169446393 169446995 ENST00000236137 2 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169439202 169439424 ENST00000236137 3 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169437882 169438074 ENST00000236137 4 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169437349 169437490 ENST00000236137 5 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169435090 169435215 ENST00000236137 6 SLC19A2 ENSG00000117479 Not Supported Not Supported +transcript 1 169433167 169455169 ENST00000367804 NA SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169454801 169455004 ENST00000367804 1 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169439202 169439424 ENST00000367804 2 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169437882 169438074 ENST00000367804 3 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169437349 169437490 ENST00000367804 4 SLC19A2 ENSG00000117479 Not Supported Not Supported +CDS 1 169435090 169435215 ENST00000367804 5 SLC19A2 ENSG00000117479 Not Supported Not Supported +transcript 1 169443298 169443397 ENST00000452472 NA RP1-206D15.5 ENSG00000234604 Not Supported Not Supported +transcript 1 169455380 169456846 ENST00000392097 NA AL021068.1 ENSG00000213062 Not Supported Not Supported +transcript 1 169483404 169484983 ENST00000495481 NA F5 ENSG00000198734 Not Supported Not Supported +transcript 1 169483404 169555826 ENST00000367797 NA F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169555467 169555624 ENST00000367797 1 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169551669 169551760 ENST00000367797 2 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169541459 169541581 ENST00000367797 3 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169529792 169530004 ENST00000367797 4 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169528391 169528534 ENST00000367797 5 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169525884 169526105 ENST00000367797 6 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169524420 169524585 ENST00000367797 7 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169521795 169521972 ENST00000367797 8 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519878 169519977 ENST00000367797 9 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519039 169519253 ENST00000367797 10 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169515680 169515830 ENST00000367797 11 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169513534 169513746 ENST00000367797 12 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169509532 169512352 ENST00000367797 13 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169505744 169505918 ENST00000367797 14 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169500024 169500260 ENST00000367797 15 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169498846 169499056 ENST00000367797 16 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169497153 169497332 ENST00000367797 17 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169495139 169495255 ENST00000367797 18 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169494075 169494146 ENST00000367797 19 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169493039 169493142 ENST00000367797 20 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169492435 169492590 ENST00000367797 21 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169489758 169489902 ENST00000367797 22 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169487650 169487801 ENST00000367797 23 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169484682 169484864 ENST00000367797 24 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169483554 169483697 ENST00000367797 25 F5 ENSG00000198734 Not Supported Not Supported +transcript 1 169483404 169555826 ENST00000367796 NA F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169555467 169555624 ENST00000367796 1 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169551669 169551760 ENST00000367796 2 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169541459 169541581 ENST00000367796 3 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169529792 169530004 ENST00000367796 4 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169528391 169528534 ENST00000367796 5 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169525884 169526105 ENST00000367796 6 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169524420 169524585 ENST00000367796 7 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169521795 169521972 ENST00000367796 8 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519878 169519977 ENST00000367796 9 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519039 169519253 ENST00000367796 10 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169515680 169515830 ENST00000367796 11 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169513534 169513761 ENST00000367796 12 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169509532 169512352 ENST00000367796 13 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169505744 169505918 ENST00000367796 14 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169500024 169500260 ENST00000367796 15 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169498846 169499056 ENST00000367796 16 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169497153 169497332 ENST00000367796 17 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169495139 169495255 ENST00000367796 18 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169494075 169494146 ENST00000367796 19 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169493039 169493142 ENST00000367796 20 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169492435 169492590 ENST00000367796 21 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169489758 169489902 ENST00000367796 22 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169487650 169487801 ENST00000367796 23 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169484682 169484864 ENST00000367796 24 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169483554 169483697 ENST00000367796 25 F5 ENSG00000198734 Not Supported Not Supported +transcript 1 169515727 169555719 ENST00000546081 NA F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169529792 169529966 ENST00000546081 3 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169528391 169528534 ENST00000546081 4 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169525884 169526105 ENST00000546081 5 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169524420 169524585 ENST00000546081 6 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169521795 169521972 ENST00000546081 7 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519878 169519977 ENST00000546081 8 F5 ENSG00000198734 Not Supported Not Supported +CDS 1 169519239 169519249 ENST00000546081 9 F5 ENSG00000198734 Not Supported Not Supported +transcript 1 169558087 169588457 ENST00000426706 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000426706 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000426706 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000426706 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000426706 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000426706 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169580730 169580915 ENST00000426706 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000426706 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000426706 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000426706 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000426706 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000426706 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000426706 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000426706 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559386 169559440 ENST00000426706 14 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558090 169599350 ENST00000263686 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000263686 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000263686 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000263686 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000263686 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000263686 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000263686 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169580730 169580915 ENST00000263686 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000263686 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000263686 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000263686 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000263686 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000263686 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000263686 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000263686 14 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000263686 15 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000263686 16 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558090 169599377 ENST00000367793 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367793 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367793 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367793 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367793 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367793 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169580730 169580915 ENST00000367793 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000367793 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367793 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367793 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000367793 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367793 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367793 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367793 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367793 14 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367793 15 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558090 169599377 ENST00000367794 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367794 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367794 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367794 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367794 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367794 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000367794 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000367794 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367794 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367794 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000367794 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367794 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367794 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367794 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367794 14 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367794 15 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558090 169599377 ENST00000367792 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367792 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367792 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367792 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367792 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367792 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000367792 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000367792 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576181 169576372 ENST00000367792 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367792 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367792 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367792 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367792 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367792 13 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558090 169599377 ENST00000367791 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367791 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367791 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367791 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367791 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367791 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000367791 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367791 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367791 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367791 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367791 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367791 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367791 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367791 13 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558315 169560808 ENST00000466167 NA SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169558752 169599314 ENST00000367786 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367786 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367786 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367786 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367786 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367786 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000367786 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000367786 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367786 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367786 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000367786 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367786 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367786 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367786 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367786 14 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367786 15 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169559385 169599315 ENST00000458599 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000458599 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000458599 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000458599 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000458599 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000458599 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000458599 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000458599 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576181 169576372 ENST00000458599 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000458599 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000458599 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000458599 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000458599 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000458599 13 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169559385 169599431 ENST00000367788 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367788 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367788 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367788 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367788 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367788 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169580730 169580915 ENST00000367788 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169578742 169578927 ENST00000367788 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367788 8 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367788 9 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169566229 169566414 ENST00000367788 10 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169565163 169565372 ENST00000367788 11 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169563930 169564115 ENST00000367788 12 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169562843 169562962 ENST00000367788 13 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169560664 169560694 ENST00000367788 14 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169559389 169559440 ENST00000367788 15 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169572264 169599324 ENST00000367795 NA SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169599310 169599312 ENST00000367795 1 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169588367 169588457 ENST00000367795 2 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169586266 169586652 ENST00000367795 3 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582824 169582931 ENST00000367795 4 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169582167 169582352 ENST00000367795 5 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169581455 169581640 ENST00000367795 6 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169576187 169576372 ENST00000367795 7 SELP ENSG00000174175 Not Supported Not Supported +CDS 1 169572264 169572449 ENST00000367795 8 SELP ENSG00000174175 Not Supported Not Supported +transcript 1 169631245 169822226 ENST00000498289 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169763871 169773521 ENST00000472795 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764181 169798955 ENST00000413811 NA C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169771783 169771866 ENST00000413811 3 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169772310 169772450 ENST00000413811 4 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169773216 169773381 ENST00000413811 5 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169775145 169775229 ENST00000413811 6 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169776932 169777070 ENST00000413811 7 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169790820 169790900 ENST00000413811 8 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169792549 169792613 ENST00000413811 9 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169796192 169796340 ENST00000413811 10 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169798404 169798483 ENST00000413811 11 C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764184 169773488 ENST00000496973 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764184 169776978 ENST00000481744 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764190 169823221 ENST00000359326 NA C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169770047 169770112 ENST00000359326 4 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169771762 169771866 ENST00000359326 5 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169772310 169772450 ENST00000359326 6 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169773216 169773381 ENST00000359326 7 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169775145 169775229 ENST00000359326 8 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169776932 169777070 ENST00000359326 9 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169790820 169790900 ENST00000359326 10 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169792549 169792613 ENST00000359326 11 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169796192 169796340 ENST00000359326 12 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169796852 169796981 ENST00000359326 13 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169798404 169798590 ENST00000359326 14 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169799400 169799482 ENST00000359326 15 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169799837 169799888 ENST00000359326 16 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169801558 169801647 ENST00000359326 17 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169806068 169806253 ENST00000359326 18 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169811558 169811680 ENST00000359326 19 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169812815 169812910 ENST00000359326 20 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169816831 169816944 ENST00000359326 21 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169818641 169818745 ENST00000359326 22 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169819406 169819486 ENST00000359326 23 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169820958 169821077 ENST00000359326 24 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169821931 169822125 ENST00000359326 25 C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764220 169790860 ENST00000466580 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764220 169823221 ENST00000459772 NA C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764220 169795258 ENST00000456684 NA C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169764244 169764354 ENST00000456684 1 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169768060 169768099 ENST00000456684 2 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169770024 169770112 ENST00000456684 3 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169771762 169771866 ENST00000456684 4 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169772310 169772450 ENST00000456684 5 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169773216 169773381 ENST00000456684 6 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169775145 169775229 ENST00000456684 7 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169776932 169777070 ENST00000456684 8 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169790820 169790900 ENST00000456684 9 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169792549 169792613 ENST00000456684 10 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169795234 169795255 ENST00000456684 11 C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169764550 169823221 ENST00000286031 NA C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169770047 169770112 ENST00000286031 3 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169771762 169771866 ENST00000286031 4 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169772310 169772450 ENST00000286031 5 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169773216 169773381 ENST00000286031 6 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169775145 169775229 ENST00000286031 7 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169776932 169777070 ENST00000286031 8 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169790820 169790900 ENST00000286031 9 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169792549 169792613 ENST00000286031 10 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169796192 169796340 ENST00000286031 11 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169796852 169796981 ENST00000286031 12 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169798404 169798590 ENST00000286031 13 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169799400 169799482 ENST00000286031 14 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169799837 169799888 ENST00000286031 15 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169801558 169801647 ENST00000286031 16 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169806068 169806253 ENST00000286031 17 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169811558 169811680 ENST00000286031 18 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169812815 169812910 ENST00000286031 19 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169816831 169816944 ENST00000286031 20 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169818641 169818745 ENST00000286031 21 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169819406 169819486 ENST00000286031 22 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169820958 169821077 ENST00000286031 23 C1orf112 ENSG00000000460 Not Supported Not Supported +CDS 1 169821931 169822125 ENST00000286031 24 C1orf112 ENSG00000000460 Not Supported Not Supported +transcript 1 169659808 169680839 ENST00000236147 NA SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169680637 169680678 ENST00000236147 1 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169679577 169679658 ENST00000236147 2 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169677558 169677944 ENST00000236147 3 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169676483 169676590 ENST00000236147 4 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169673709 169673894 ENST00000236147 5 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169672396 169672581 ENST00000236147 6 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169670701 169670829 ENST00000236147 7 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169665676 169665694 ENST00000236147 8 SELL ENSG00000188404 Not Supported Not Supported +CDS 1 169660928 169660943 ENST00000236147 9 SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169660822 169672470 ENST00000497295 NA SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169670636 169680839 ENST00000463108 NA SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169672246 169673894 ENST00000460650 NA SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169672458 169677781 ENST00000479657 NA SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169673868 169679673 ENST00000466340 NA SELL ENSG00000188404 Not Supported Not Supported +transcript 1 169691781 169703220 ENST00000367781 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367781 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367781 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367781 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367781 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367781 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367781 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696880 169697068 ENST00000367781 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367781 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367781 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367781 11 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367781 12 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691781 169703220 ENST00000367782 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367782 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367782 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367782 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367782 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367782 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367782 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169697199 169697387 ENST00000367782 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367782 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367782 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367782 11 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367782 12 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691781 169703220 ENST00000367780 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367780 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367780 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367780 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367780 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367780 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696880 169697068 ENST00000367780 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367780 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367780 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367780 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367780 11 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691781 169703220 ENST00000367779 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367779 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367779 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367779 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367779 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367779 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367779 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367779 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367779 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367779 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367779 11 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691782 169702800 ENST00000367775 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367775 1 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367775 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367775 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367775 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367775 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696880 169697068 ENST00000367775 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367775 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367775 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367775 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367775 10 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691782 169702801 ENST00000367777 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367777 1 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367777 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367777 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367777 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367777 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367777 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169697199 169697387 ENST00000367777 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367777 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367777 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367777 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367777 11 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691782 169702801 ENST00000367776 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367776 1 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367776 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367776 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367776 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367776 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367776 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696880 169697068 ENST00000367776 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367776 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367776 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367776 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367776 11 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169691782 169703203 ENST00000333360 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000333360 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000333360 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000333360 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000333360 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000333360 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000333360 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169697199 169697387 ENST00000333360 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696880 169697068 ENST00000333360 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000333360 10 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000333360 11 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000333360 12 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000333360 13 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169694870 169702801 ENST00000367774 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702717 169702753 ENST00000367774 1 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169701756 169702139 ENST00000367774 2 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169700976 169701083 ENST00000367774 3 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169699573 169699758 ENST00000367774 4 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698629 169698814 ENST00000367774 5 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169698327 169698515 ENST00000367774 6 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169696490 169696666 ENST00000367774 7 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695840 169695947 ENST00000367774 8 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169695048 169695069 ENST00000367774 9 SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169694888 169694942 ENST00000367774 10 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169700632 169701859 ENST00000461085 NA SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169702718 169733846 ENST00000609271 NA SELE ENSG00000007908 Not Supported Not Supported +CDS 1 169702718 169702753 ENST00000609271 3 SELE ENSG00000007908 Not Supported Not Supported +transcript 1 169732070 169733789 ENST00000454271 NA RP1-117P20.3 ENSG00000230704 Not Supported Not Supported +transcript 1 169761670 169763830 ENST00000303469 NA METTL18 ENSG00000171806 Not Supported Not Supported +CDS 1 169761721 169762836 ENST00000303469 2 METTL18 ENSG00000171806 Not Supported Not Supported +transcript 1 169761670 169764107 ENST00000310392 NA METTL18 ENSG00000171806 Not Supported Not Supported +CDS 1 169761721 169762836 ENST00000310392 2 METTL18 ENSG00000171806 Not Supported Not Supported +transcript 1 169762283 169764104 ENST00000454472 NA METTL18 ENSG00000171806 Not Supported Not Supported +CDS 1 169762283 169762836 ENST00000454472 2 METTL18 ENSG00000171806 Not Supported Not Supported +transcript 1 169818772 169863093 ENST00000367771 NA SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169857817 169857981 ENST00000367771 2 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169847775 169847960 ENST00000367771 3 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169845119 169845232 ENST00000367771 4 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169842837 169842893 ENST00000367771 5 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169839396 169839498 ENST00000367771 6 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169838069 169838180 ENST00000367771 7 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169836037 169836114 ENST00000367771 8 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169833510 169833649 ENST00000367771 9 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169831754 169831938 ENST00000367771 10 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169828182 169828353 ENST00000367771 11 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169823411 169824105 ENST00000367771 12 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169822857 169822913 ENST00000367771 13 SCYL3 ENSG00000000457 Not Supported Not Supported +transcript 1 169821804 169863076 ENST00000367772 NA SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169857817 169857981 ENST00000367772 2 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169847775 169847960 ENST00000367772 3 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169845119 169845232 ENST00000367772 4 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169842837 169842893 ENST00000367772 5 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169839396 169839498 ENST00000367772 6 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169838069 169838180 ENST00000367772 7 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169836037 169836114 ENST00000367772 8 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169833510 169833649 ENST00000367772 9 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169831754 169831938 ENST00000367772 10 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169828182 169828353 ENST00000367772 11 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169824937 169825098 ENST00000367772 12 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169823411 169824105 ENST00000367772 13 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169822857 169822913 ENST00000367772 14 SCYL3 ENSG00000000457 Not Supported Not Supported +transcript 1 169822215 169858029 ENST00000367770 NA SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169857817 169857981 ENST00000367770 1 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169847775 169847960 ENST00000367770 2 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169845119 169845232 ENST00000367770 3 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169842837 169842893 ENST00000367770 4 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169839396 169839498 ENST00000367770 5 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169838069 169838180 ENST00000367770 6 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169836037 169836114 ENST00000367770 7 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169833510 169833649 ENST00000367770 8 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169831754 169831938 ENST00000367770 9 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169828182 169828353 ENST00000367770 10 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169824937 169825098 ENST00000367770 11 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169823411 169824105 ENST00000367770 12 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169822857 169822913 ENST00000367770 13 SCYL3 ENSG00000000457 Not Supported Not Supported +transcript 1 169823652 169863408 ENST00000423670 NA SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169857817 169857981 ENST00000423670 2 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169847775 169847960 ENST00000423670 3 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169845119 169845232 ENST00000423670 4 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169842837 169842893 ENST00000423670 5 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169839396 169839498 ENST00000423670 6 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169838069 169838180 ENST00000423670 7 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169836037 169836114 ENST00000423670 8 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169833510 169833649 ENST00000423670 9 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169831754 169831938 ENST00000423670 10 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169828182 169828353 ENST00000423670 11 SCYL3 ENSG00000000457 Not Supported Not Supported +CDS 1 169823652 169824105 ENST00000423670 12 SCYL3 ENSG00000000457 Not Supported Not Supported +transcript 1 169828260 169863093 ENST00000470238 NA SCYL3 ENSG00000000457 Not Supported Not Supported +transcript 1 169828897 169829193 ENST00000476398 NA RN7SL333P ENSG00000239494 Not Supported Not Supported +transcript 1 169890467 170043836 ENST00000361580 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170043577 170043608 ENST00000361580 1 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170024446 170024577 ENST00000361580 2 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170015853 170016007 ENST00000361580 3 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170008374 170008429 ENST00000361580 4 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170007431 170007572 ENST00000361580 5 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170004595 170004694 ENST00000361580 6 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170003513 170003637 ENST00000361580 7 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170001027 170001125 ENST00000361580 8 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169993559 169993737 ENST00000361580 9 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169985603 169985765 ENST00000361580 10 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169961296 169961396 ENST00000361580 11 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169953723 169953831 ENST00000361580 12 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169952411 169952523 ENST00000361580 13 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951843 169952008 ENST00000361580 14 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951113 169951238 ENST00000361580 15 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169947226 169947324 ENST00000361580 16 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169941654 169941739 ENST00000361580 17 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169930187 169930376 ENST00000361580 18 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169923152 169923251 ENST00000361580 19 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169890820 169890922 ENST00000361580 20 KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169890467 170038058 ENST00000367765 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170024446 170024489 ENST00000367765 2 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170015853 170016007 ENST00000367765 3 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170008374 170008429 ENST00000367765 4 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170007431 170007572 ENST00000367765 5 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170004595 170004694 ENST00000367765 6 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170003513 170003637 ENST00000367765 7 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170001027 170001125 ENST00000367765 8 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169993559 169993737 ENST00000367765 9 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169985603 169985765 ENST00000367765 10 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169961296 169961396 ENST00000367765 11 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169953723 169953831 ENST00000367765 12 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169952411 169952523 ENST00000367765 13 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951843 169952008 ENST00000367765 14 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951113 169951238 ENST00000367765 15 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169947226 169947324 ENST00000367765 16 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169941654 169941739 ENST00000367765 17 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169930187 169930376 ENST00000367765 18 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169923152 169923251 ENST00000367765 19 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169890820 169890922 ENST00000367765 20 KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169890467 170043729 ENST00000367767 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170043577 170043608 ENST00000367767 1 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170015853 170016007 ENST00000367767 2 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170008374 170008429 ENST00000367767 3 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170007431 170007572 ENST00000367767 4 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170004595 170004694 ENST00000367767 5 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170003513 170003637 ENST00000367767 6 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170001027 170001125 ENST00000367767 7 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169993559 169993737 ENST00000367767 8 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169985603 169985765 ENST00000367767 9 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169961296 169961396 ENST00000367767 10 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169953723 169953831 ENST00000367767 11 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169952411 169952523 ENST00000367767 12 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951843 169952008 ENST00000367767 13 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951113 169951238 ENST00000367767 14 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169947226 169947324 ENST00000367767 15 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169941654 169941739 ENST00000367767 16 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169930187 169930376 ENST00000367767 17 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169923152 169923251 ENST00000367767 18 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169890820 169890922 ENST00000367767 19 KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169890478 169995042 ENST00000540905 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169993559 169993684 ENST00000540905 2 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169985603 169985765 ENST00000540905 3 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169961296 169961396 ENST00000540905 4 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169953723 169953831 ENST00000540905 5 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169952411 169952523 ENST00000540905 6 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951843 169952008 ENST00000540905 7 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951113 169951238 ENST00000540905 8 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169947226 169947324 ENST00000540905 9 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169941654 169941739 ENST00000540905 10 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169930187 169930376 ENST00000540905 11 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169923152 169923251 ENST00000540905 12 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169890820 169890922 ENST00000540905 13 KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169890573 170043836 ENST00000538366 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170010818 170010902 ENST00000538366 4 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170008374 170008429 ENST00000538366 5 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170007431 170007572 ENST00000538366 6 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170004595 170004694 ENST00000538366 7 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170003513 170003637 ENST00000538366 8 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 170001027 170001125 ENST00000538366 9 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169993559 169993737 ENST00000538366 10 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169985603 169985765 ENST00000538366 11 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169961296 169961396 ENST00000538366 12 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169953723 169953831 ENST00000538366 13 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169952411 169952523 ENST00000538366 14 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951843 169952008 ENST00000538366 15 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169951113 169951238 ENST00000538366 16 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169947226 169947324 ENST00000538366 17 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169941654 169941739 ENST00000538366 18 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169930187 169930376 ENST00000538366 19 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169923152 169923251 ENST00000538366 20 KIFAP3 ENSG00000075945 Not Supported Not Supported +CDS 1 169890820 169890922 ENST00000538366 21 KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169993609 170001351 ENST00000474292 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 170004650 170054349 ENST00000490550 NA KIFAP3 ENSG00000075945 Not Supported Not Supported +transcript 1 169927085 169927387 ENST00000467795 NA RN7SL269P ENSG00000243051 Not Supported Not Supported +transcript 1 169959208 169959337 ENST00000448483 NA MRPS10P1 ENSG00000235378 Not Supported Not Supported +transcript 1 169990599 169991390 ENST00000366091 NA AL356475.1 ENSG00000203260 Not Supported Not Supported +transcript 1 169993218 169993824 ENST00000440321 NA RP11-332H17.1 ENSG00000232959 Not Supported Not Supported +transcript 1 170084777 170085717 ENST00000455569 NA SIGLEC30P ENSG00000224896 Not Supported Not Supported +transcript 1 170115142 170136931 ENST00000439373 NA METTL11B ENSG00000203740 Not Supported Not Supported +CDS 1 170115249 170115402 ENST00000439373 1 METTL11B ENSG00000203740 Not Supported Not Supported +CDS 1 170129659 170129834 ENST00000439373 2 METTL11B ENSG00000203740 Not Supported Not Supported +CDS 1 170135643 170135892 ENST00000439373 3 METTL11B ENSG00000203740 Not Supported Not Supported +CDS 1 170136627 170136895 ENST00000439373 4 METTL11B ENSG00000203740 Not Supported Not Supported +transcript 1 170127110 170136704 ENST00000367764 NA METTL11B ENSG00000203740 Not Supported Not Supported +transcript 1 170120519 170120603 ENST00000577602 NA MIR3119-1 ENSG00000263390 Not Supported Not Supported +transcript 1 170143544 170210428 ENST00000439184 NA RP11-297H3.3 ENSG00000233985 Not Supported Not Supported +transcript 1 170180151 170180598 ENST00000454451 NA ISCUP1 ENSG00000238051 Not Supported Not Supported +transcript 1 170240744 170248073 ENST00000440404 NA LINC01142 ENSG00000224286 Not Supported Not Supported +transcript 1 170240908 170253349 ENST00000451439 NA LINC01142 ENSG00000224286 Not Supported Not Supported +transcript 1 170338364 170339508 ENST00000406739 NA HAUS4P1 ENSG00000226967 Not Supported Not Supported +transcript 1 170339354 170339436 ENST00000579029 NA AL354732.1 ENSG00000263384 Not Supported Not Supported +transcript 1 170429594 170486847 ENST00000416416 NA RP11-576I22.2 ENSG00000231407 Not Supported Not Supported +transcript 1 170430458 170463681 ENST00000446102 NA RP11-576I22.2 ENSG00000231407 Not Supported Not Supported +transcript 1 170431350 170501788 ENST00000456083 NA RP11-576I22.2 ENSG00000231407 Not Supported Not Supported +transcript 1 170479102 170501141 ENST00000421020 NA RP11-576I22.2 ENSG00000231407 Not Supported Not Supported +transcript 1 170501270 170522587 ENST00000367763 NA GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170501290 170501425 ENST00000367763 1 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170508351 170508708 ENST00000367763 2 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170511632 170511733 ENST00000367763 3 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170513846 170513986 ENST00000367763 4 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170521156 170521600 ENST00000367763 5 GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170501272 170514930 ENST00000367762 NA GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170501290 170501425 ENST00000367762 1 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170508351 170508708 ENST00000367762 2 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170511632 170511733 ENST00000367762 3 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170513846 170513987 ENST00000367762 4 GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170501292 170522587 ENST00000498166 NA GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170501292 170501425 ENST00000498166 1 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170502605 170502792 ENST00000498166 2 GORAB ENSG00000120370 Not Supported Not Supported +CDS 1 170505451 170505507 ENST00000498166 3 GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170505416 170508800 ENST00000465717 NA GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170508203 170522587 ENST00000498600 NA GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170513781 170521417 ENST00000475113 NA GORAB ENSG00000120370 Not Supported Not Supported +transcript 1 170556390 170557377 ENST00000426090 NA RP11-545I10.2 ENSG00000225545 Not Supported Not Supported +transcript 1 170567995 170616480 ENST00000413005 NA RP1-79C4.1 ENSG00000235303 Not Supported Not Supported +transcript 1 170631869 170689044 ENST00000553786 NA PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170632275 170705649 ENST00000367760 NA PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170633360 170633600 ENST00000367760 1 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170688867 170689042 ENST00000367760 2 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170695361 170695542 ENST00000367760 3 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170699418 170699469 ENST00000367760 4 PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170633047 170708560 ENST00000239461 NA PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170633360 170633600 ENST00000239461 1 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170688867 170689042 ENST00000239461 2 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170695361 170695542 ENST00000239461 3 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170705189 170705324 ENST00000239461 4 PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170633078 170698162 ENST00000497230 NA PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170633360 170633600 ENST00000497230 1 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170688867 170689042 ENST00000497230 2 PRRX1 ENSG00000116132 Not Supported Not Supported +CDS 1 170695361 170695543 ENST00000497230 3 PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170691758 170705540 ENST00000476867 NA PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170691786 170705374 ENST00000495280 NA PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170699347 170705374 ENST00000485529 NA PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170699587 170705374 ENST00000496573 NA PRRX1 ENSG00000116132 Not Supported Not Supported +transcript 1 170636522 170638566 ENST00000606154 NA RP1-79C4.4 ENSG00000271811 Not Supported Not Supported +transcript 1 170904612 171033906 ENST00000367759 NA MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170914698 170914722 ENST00000367759 2 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170916668 170916714 ENST00000367759 3 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170927602 170927681 ENST00000367759 4 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170928603 170928738 ENST00000367759 5 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170931031 170931117 ENST00000367759 6 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170934292 170934396 ENST00000367759 7 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170940889 170941024 ENST00000367759 8 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170952563 170952675 ENST00000367759 9 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170955702 170955851 ENST00000367759 10 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170958996 170959144 ENST00000367759 11 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170961305 170961470 ENST00000367759 12 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170964530 170964672 ENST00000367759 13 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170965648 170965785 ENST00000367759 14 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170967295 170967415 ENST00000367759 15 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170983258 170983395 ENST00000367759 16 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170985304 170985477 ENST00000367759 17 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170993536 170993688 ENST00000367759 18 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170993790 170993906 ENST00000367759 19 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170994459 170994561 ENST00000367759 20 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 171031273 171031335 ENST00000367759 21 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 171033240 171033478 ENST00000367759 22 MROH9 ENSG00000117501 Not Supported Not Supported +transcript 1 170904667 170967947 ENST00000367758 NA MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170914698 170914722 ENST00000367758 2 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170916668 170916714 ENST00000367758 3 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170927602 170927681 ENST00000367758 4 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170928603 170928738 ENST00000367758 5 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170931031 170931117 ENST00000367758 6 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170934292 170934396 ENST00000367758 7 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170940889 170941024 ENST00000367758 8 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170952563 170952675 ENST00000367758 9 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170955702 170955851 ENST00000367758 10 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170958996 170959144 ENST00000367758 11 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170961305 170961470 ENST00000367758 12 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170964530 170964672 ENST00000367758 13 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170965648 170965785 ENST00000367758 14 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170967295 170967538 ENST00000367758 15 MROH9 ENSG00000117501 Not Supported Not Supported +transcript 1 170961458 170984284 ENST00000426136 NA MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170961458 170961470 ENST00000426136 1 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170964530 170964672 ENST00000426136 2 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170965648 170965785 ENST00000426136 3 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170967295 170967415 ENST00000426136 4 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170983258 170983395 ENST00000426136 5 MROH9 ENSG00000117501 Not Supported Not Supported +CDS 1 170984151 170984159 ENST00000426136 6 MROH9 ENSG00000117501 Not Supported Not Supported +transcript 1 171010488 171010581 ENST00000401105 NA BX284613.1 ENSG00000215924 Not Supported Not Supported +transcript 1 171052706 171054346 ENST00000452221 NA RP5-1092L12.2 ENSG00000226552 Not Supported Not Supported +transcript 1 171060018 171086959 ENST00000367755 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171061800 171061931 ENST00000367755 2 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171072926 171073114 ENST00000367755 3 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171076816 171076978 ENST00000367755 4 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171077220 171077362 ENST00000367755 5 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171079939 171080138 ENST00000367755 6 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171083147 171083502 ENST00000367755 7 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171085348 171085420 ENST00000367755 8 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171086240 171086579 ENST00000367755 9 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060018 171086955 ENST00000392085 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171061800 171061931 ENST00000392085 2 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171072926 171073114 ENST00000392085 3 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171076816 171076978 ENST00000392085 4 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171077220 171077362 ENST00000392085 5 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171079939 171080138 ENST00000392085 6 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171083147 171083502 ENST00000392085 7 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171085348 171085420 ENST00000392085 8 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171086240 171086579 ENST00000392085 9 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060041 171086607 ENST00000542847 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171070276 171070347 ENST00000542847 3 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171072926 171073114 ENST00000542847 4 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171076816 171076978 ENST00000542847 5 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171077220 171077362 ENST00000542847 6 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171079939 171080138 ENST00000542847 7 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171083147 171083502 ENST00000542847 8 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171085348 171085420 ENST00000542847 9 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171086240 171086579 ENST00000542847 10 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060042 171069554 ENST00000530212 NA FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060046 171069876 ENST00000534514 NA FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060046 171086597 ENST00000538429 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171061800 171061931 ENST00000538429 2 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171076816 171076978 ENST00000538429 3 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171077220 171077362 ENST00000538429 4 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171079939 171080138 ENST00000538429 5 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171083147 171083502 ENST00000538429 6 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171085348 171085420 ENST00000538429 7 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171086240 171086579 ENST00000538429 8 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060058 171076878 ENST00000472784 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171061800 171061931 ENST00000472784 2 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171070221 171070232 ENST00000472784 3 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171060060 171080019 ENST00000479749 NA FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171061800 171061931 ENST00000479749 2 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171072926 171073114 ENST00000479749 3 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171076816 171076961 ENST00000479749 4 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171077257 171077362 ENST00000479749 5 FMO3 ENSG00000007933 Not Supported Not Supported +CDS 1 171079939 171080019 ENST00000479749 6 FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171069903 171076894 ENST00000478457 NA FMO3 ENSG00000007933 Not Supported Not Supported +transcript 1 171070869 171070947 ENST00000408463 NA MIR1295A ENSG00000221390 Not Supported Not Supported +transcript 1 171106879 171130707 ENST00000367754 NA FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171107351 171107542 ENST00000367754 1 FMO6P ENSG00000117507 Not Supported Not Supported +transcript 1 171107241 171130535 ENST00000236166 NA FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171107351 171107482 ENST00000236166 1 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171112310 171112498 ENST00000236166 2 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171115496 171115658 ENST00000236166 3 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171116765 171116907 ENST00000236166 4 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171118699 171118898 ENST00000236166 5 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171121049 171121404 ENST00000236166 6 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171123281 171123351 ENST00000236166 7 FMO6P ENSG00000117507 Not Supported Not Supported +CDS 1 171130203 171130203 ENST00000236166 8 FMO6P ENSG00000117507 Not Supported Not Supported +transcript 1 171154347 171180369 ENST00000209929 NA FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171154853 171154984 ENST00000209929 2 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171162474 171162662 ENST00000209929 3 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171165788 171165950 ENST00000209929 4 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171168485 171168627 ENST00000209929 5 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171173004 171173203 ENST00000209929 6 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171174418 171174773 ENST00000209929 7 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171176857 171176929 ENST00000209929 8 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171177933 171178089 ENST00000209929 9 FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154388 171162649 ENST00000462643 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154388 171181822 ENST00000441535 NA FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171154853 171154984 ENST00000441535 2 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171162474 171162662 ENST00000441535 3 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171165788 171165950 ENST00000441535 4 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171168485 171168627 ENST00000441535 5 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171173004 171173203 ENST00000441535 6 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171174418 171174773 ENST00000441535 7 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171176857 171176929 ENST00000441535 8 FMO2 ENSG00000094963 Not Supported Not Supported +CDS 1 171177933 171178089 ENST00000441535 9 FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154439 171173128 ENST00000489354 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154439 171178335 ENST00000529935 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154441 171155505 ENST00000493513 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171154663 171165859 ENST00000483192 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171176682 171178346 ENST00000488431 NA FMO2 ENSG00000094963 Not Supported Not Supported +transcript 1 171168383 171193423 ENST00000422841 NA RP1-127D3.4 ENSG00000225243 Not Supported Not Supported +transcript 1 171168386 171196864 ENST00000445909 NA RP1-127D3.4 ENSG00000225243 Not Supported Not Supported +transcript 1 171168386 171196927 ENST00000445290 NA RP1-127D3.4 ENSG00000225243 Not Supported Not Supported +transcript 1 171216719 171220933 ENST00000455124 NA RP1-45C12.1 ENSG00000231424 Not Supported Not Supported +transcript 1 171217638 171248009 ENST00000433267 NA FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171227227 171227358 ENST00000433267 2 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171236682 171236870 ENST00000433267 3 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171244485 171244647 ENST00000433267 4 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171247868 171248009 ENST00000433267 5 FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171217638 171255117 ENST00000367750 NA FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171227227 171227358 ENST00000367750 2 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171236682 171236870 ENST00000367750 3 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171244485 171244647 ENST00000367750 4 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171247868 171248010 ENST00000367750 5 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171249925 171250124 ENST00000367750 6 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171251117 171251472 ENST00000367750 7 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171252283 171252355 ENST00000367750 8 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171254341 171254680 ENST00000367750 9 FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171217690 171254766 ENST00000402921 NA FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171227227 171227358 ENST00000402921 2 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171244485 171244647 ENST00000402921 3 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171247868 171248010 ENST00000402921 4 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171249925 171250124 ENST00000402921 5 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171251117 171251472 ENST00000402921 6 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171252283 171252355 ENST00000402921 7 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171254341 171254680 ENST00000402921 8 FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171226877 171255116 ENST00000469112 NA FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171227096 171255113 ENST00000354841 NA FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171227227 171227358 ENST00000354841 1 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171236682 171236870 ENST00000354841 2 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171244485 171244647 ENST00000354841 3 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171247868 171248010 ENST00000354841 4 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171249925 171250124 ENST00000354841 5 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171251117 171251472 ENST00000354841 6 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171252283 171252355 ENST00000354841 7 FMO1 ENSG00000010932 Not Supported Not Supported +CDS 1 171254341 171254680 ENST00000354841 8 FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171227229 171240760 ENST00000459868 NA FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171244485 171252335 ENST00000472893 NA FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171251397 171254660 ENST00000469711 NA FMO1 ENSG00000010932 Not Supported Not Supported +transcript 1 171223045 171223161 ENST00000383965 NA Y_RNA ENSG00000206692 Not Supported Not Supported +transcript 1 171240093 171240729 ENST00000413899 NA HMGB1P11 ENSG00000230547 Not Supported Not Supported +transcript 1 171283347 171292331 ENST00000497228 NA FMO4 ENSG00000076258 Not Supported Not Supported +transcript 1 171283373 171306562 ENST00000475780 NA FMO4 ENSG00000076258 Not Supported Not Supported +transcript 1 171283373 171311223 ENST00000367749 NA FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171288965 171289096 ENST00000367749 3 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171292143 171292331 ENST00000367749 4 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171293277 171293439 ENST00000367749 5 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171300779 171300921 ENST00000367749 6 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171301848 171302047 ENST00000367749 7 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171303550 171303902 ENST00000367749 8 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171306495 171306564 ENST00000367749 9 FMO4 ENSG00000076258 Not Supported Not Supported +CDS 1 171310552 171310975 ENST00000367749 10 FMO4 ENSG00000076258 Not Supported Not Supported +transcript 1 171292245 171302286 ENST00000462992 NA FMO4 ENSG00000076258 Not Supported Not Supported +transcript 1 171303665 171311223 ENST00000480136 NA FMO4 ENSG00000076258 Not Supported Not Supported +transcript 1 171314228 171314459 ENST00000450334 NA RP4-798A17.5 ENSG00000225704 Not Supported Not Supported +transcript 1 171314244 171314446 ENST00000599419 NA TOP1P1 ENSG00000268062 Not Supported Not Supported +transcript 1 171361368 171361929 ENST00000491764 NA GM2AP2 ENSG00000239428 Not Supported Not Supported +transcript 1 171387783 171387889 ENST00000365212 NA RNU6-290P ENSG00000202082 Not Supported Not Supported +transcript 1 171413838 171414102 ENST00000455540 NA CYCSP53 ENSG00000234333 Not Supported Not Supported +transcript 1 171451046 171451148 ENST00000459496 NA snoU13 ENSG00000238859 Not Supported Not Supported +transcript 1 171454651 171560986 ENST00000392078 NA PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171481228 171481339 ENST00000392078 2 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171482134 171482311 ENST00000392078 3 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171483675 171483784 ENST00000392078 4 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171484873 171484998 ENST00000392078 5 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171486730 171486953 ENST00000392078 6 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171491316 171491398 ENST00000392078 7 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492360 171492493 ENST00000392078 8 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492574 171492661 ENST00000392078 9 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171493960 171494104 ENST00000392078 10 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171496930 171496983 ENST00000392078 11 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171501482 171502100 ENST00000392078 12 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171504567 171504736 ENST00000392078 13 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171505168 171505417 ENST00000392078 14 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171506402 171506612 ENST00000392078 15 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171509110 171511368 ENST00000392078 16 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171514618 171514826 ENST00000392078 17 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171519225 171519379 ENST00000392078 18 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171526379 171527282 ENST00000392078 19 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171530157 171530242 ENST00000392078 20 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535372 171535560 ENST00000392078 21 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535731 171535982 ENST00000392078 22 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171537386 171537478 ENST00000392078 23 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171540459 171540560 ENST00000392078 24 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171544066 171544267 ENST00000392078 25 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171546573 171546776 ENST00000392078 26 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548493 171548605 ENST00000392078 27 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548967 171549103 ENST00000392078 28 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553095 171553326 ENST00000392078 29 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553558 171553665 ENST00000392078 30 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556142 171556360 ENST00000392078 31 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556787 171556890 ENST00000392078 32 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171557518 171557644 ENST00000392078 33 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171558508 171558744 ENST00000392078 34 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171560726 171560983 ENST00000392078 35 PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171454651 171560986 ENST00000426496 NA PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171481228 171481339 ENST00000426496 2 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171482140 171482311 ENST00000426496 3 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171483675 171483784 ENST00000426496 4 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171484873 171484998 ENST00000426496 5 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171486730 171486953 ENST00000426496 6 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171491316 171491398 ENST00000426496 7 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492360 171492493 ENST00000426496 8 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492574 171492661 ENST00000426496 9 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171493960 171494104 ENST00000426496 10 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171496930 171496983 ENST00000426496 11 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171501482 171502100 ENST00000426496 12 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171504567 171504736 ENST00000426496 13 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171505168 171505417 ENST00000426496 14 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171506402 171506612 ENST00000426496 15 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171509110 171511368 ENST00000426496 16 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171514618 171514826 ENST00000426496 17 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171519225 171519379 ENST00000426496 18 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171526379 171527282 ENST00000426496 19 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171530157 171530242 ENST00000426496 20 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535372 171535560 ENST00000426496 21 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535731 171535982 ENST00000426496 22 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171544066 171544267 ENST00000426496 23 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171546573 171546776 ENST00000426496 24 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548493 171548605 ENST00000426496 25 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548967 171549103 ENST00000426496 26 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553095 171553326 ENST00000426496 27 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553558 171553665 ENST00000426496 28 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556142 171556360 ENST00000426496 29 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556787 171556890 ENST00000426496 30 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171557518 171557644 ENST00000426496 31 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171560726 171560983 ENST00000426496 32 PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171454690 171501931 ENST00000476522 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171454690 171562650 ENST00000367742 NA PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171481228 171481339 ENST00000367742 2 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171482134 171482311 ENST00000367742 3 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171483675 171483784 ENST00000367742 4 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171484873 171484998 ENST00000367742 5 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171486730 171486953 ENST00000367742 6 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171491316 171491398 ENST00000367742 7 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492360 171492493 ENST00000367742 8 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492574 171492661 ENST00000367742 9 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171493960 171494104 ENST00000367742 10 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171496930 171496983 ENST00000367742 11 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171501482 171502100 ENST00000367742 12 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171504567 171504736 ENST00000367742 13 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171505168 171505417 ENST00000367742 14 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171506402 171506612 ENST00000367742 15 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171509110 171511368 ENST00000367742 16 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171514618 171514826 ENST00000367742 17 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171519225 171519379 ENST00000367742 18 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171526379 171527282 ENST00000367742 19 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171530157 171530242 ENST00000367742 20 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535372 171535560 ENST00000367742 21 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535731 171535982 ENST00000367742 22 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171537386 171537478 ENST00000367742 23 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171540459 171540560 ENST00000367742 24 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171544066 171544267 ENST00000367742 25 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171546573 171546776 ENST00000367742 26 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548493 171548605 ENST00000367742 27 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548967 171549103 ENST00000367742 28 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553095 171553326 ENST00000367742 29 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553558 171553665 ENST00000367742 30 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556142 171556360 ENST00000367742 31 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556787 171556890 ENST00000367742 32 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171557518 171557644 ENST00000367742 33 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171560726 171560983 ENST00000367742 34 PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171454695 171562650 ENST00000338920 NA PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171481228 171481339 ENST00000338920 2 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171482140 171482311 ENST00000338920 3 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171483675 171483784 ENST00000338920 4 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171484873 171484998 ENST00000338920 5 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171486730 171486953 ENST00000338920 6 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171491316 171491398 ENST00000338920 7 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492360 171492493 ENST00000338920 8 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171492574 171492661 ENST00000338920 9 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171493960 171494104 ENST00000338920 10 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171496930 171496983 ENST00000338920 11 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171501482 171502100 ENST00000338920 12 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171504567 171504736 ENST00000338920 13 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171505168 171505417 ENST00000338920 14 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171506402 171506612 ENST00000338920 15 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171509110 171511368 ENST00000338920 16 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171514618 171514826 ENST00000338920 17 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171519225 171519379 ENST00000338920 18 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171526379 171527282 ENST00000338920 19 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171530157 171530242 ENST00000338920 20 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535372 171535560 ENST00000338920 21 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535731 171535982 ENST00000338920 22 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171537386 171537478 ENST00000338920 23 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171540459 171540560 ENST00000338920 24 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171544066 171544267 ENST00000338920 25 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171546573 171546776 ENST00000338920 26 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548493 171548605 ENST00000338920 27 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548967 171549103 ENST00000338920 28 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553095 171553326 ENST00000338920 29 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553558 171553665 ENST00000338920 30 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556142 171556360 ENST00000338920 31 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556787 171556890 ENST00000338920 32 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171557518 171557644 ENST00000338920 33 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171560726 171560983 ENST00000338920 34 PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171454735 171484998 ENST00000467601 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171478699 171484935 ENST00000463586 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171491654 171493994 ENST00000480806 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171492488 171494009 ENST00000470689 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171510969 171562650 ENST00000495585 NA PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171510969 171511368 ENST00000495585 1 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171514618 171514826 ENST00000495585 2 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171519225 171519379 ENST00000495585 3 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171526379 171527282 ENST00000495585 4 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171530157 171530242 ENST00000495585 5 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535372 171535560 ENST00000495585 6 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171535731 171535982 ENST00000495585 7 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171544066 171544267 ENST00000495585 8 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171546573 171546776 ENST00000495585 9 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548493 171548605 ENST00000495585 10 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171548967 171549103 ENST00000495585 11 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553095 171553326 ENST00000495585 12 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171553558 171553665 ENST00000495585 13 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556142 171556360 ENST00000495585 14 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171556787 171556890 ENST00000495585 15 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171557518 171557644 ENST00000495585 16 PRRC2C ENSG00000117523 Not Supported Not Supported +CDS 1 171560726 171560986 ENST00000495585 17 PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171556212 171561362 ENST00000498596 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171556801 171560452 ENST00000492811 NA PRRC2C ENSG00000117523 Not Supported Not Supported +transcript 1 171461550 171461858 ENST00000461095 NA RN7SL425P ENSG00000239373 Not Supported Not Supported +transcript 1 171488955 171489052 ENST00000364256 NA RNU6-773P ENSG00000201126 Not Supported Not Supported +transcript 1 171604557 171621823 ENST00000037502 NA MYOC ENSG00000034971 Not Supported Not Supported +CDS 1 171621148 171621751 ENST00000037502 1 MYOC ENSG00000034971 Not Supported Not Supported +CDS 1 171607737 171607862 ENST00000037502 2 MYOC ENSG00000034971 Not Supported Not Supported +CDS 1 171605068 171605849 ENST00000037502 3 MYOC ENSG00000034971 Not Supported Not Supported +transcript 1 171639657 171640079 ENST00000442087 NA PFN1P1 ENSG00000233328 Not Supported Not Supported +transcript 1 171652268 171653578 ENST00000428881 NA RPL4P3 ENSG00000230364 Not Supported Not Supported +transcript 1 171669300 171711387 ENST00000236192 NA VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171707489 171707554 ENST00000236192 2 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171697664 171697710 ENST00000236192 3 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171688311 171688361 ENST00000236192 4 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171679854 171679954 ENST00000236192 5 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171678805 171678884 ENST00000236192 6 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171675507 171675558 ENST00000236192 7 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171673649 171673674 ENST00000236192 8 VAMP4 ENSG00000117533 Not Supported Not Supported +transcript 1 171669312 171711202 ENST00000415773 NA VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171707489 171707554 ENST00000415773 2 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171697664 171697710 ENST00000415773 3 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171688311 171688358 ENST00000415773 4 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171679854 171679954 ENST00000415773 5 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171678805 171678884 ENST00000415773 6 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171675507 171675558 ENST00000415773 7 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171673649 171673674 ENST00000415773 8 VAMP4 ENSG00000117533 Not Supported Not Supported +transcript 1 171670232 171711200 ENST00000474047 NA VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171707489 171707554 ENST00000474047 2 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171697664 171697710 ENST00000474047 3 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171688311 171688361 ENST00000474047 4 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171679854 171679954 ENST00000474047 5 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171678805 171678884 ENST00000474047 6 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171675507 171675558 ENST00000474047 7 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171673649 171673674 ENST00000474047 8 VAMP4 ENSG00000117533 Not Supported Not Supported +transcript 1 171673090 171711214 ENST00000367740 NA VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171707489 171707554 ENST00000367740 2 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171697664 171697710 ENST00000367740 3 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171688311 171688358 ENST00000367740 4 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171679854 171679954 ENST00000367740 5 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171678805 171678884 ENST00000367740 6 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171675507 171675558 ENST00000367740 7 VAMP4 ENSG00000117533 Not Supported Not Supported +CDS 1 171673649 171673674 ENST00000367740 8 VAMP4 ENSG00000117533 Not Supported Not Supported +transcript 1 171673645 171711205 ENST00000482519 NA VAMP4 ENSG00000117533 Not Supported Not Supported +transcript 1 171720683 171721165 ENST00000413827 NA RP4-560B9.5 ENSG00000232261 Not Supported Not Supported +transcript 1 171724943 171725463 ENST00000604447 NA RP4-560B9.6 ENSG00000271459 Not Supported Not Supported +transcript 1 171731214 171731664 ENST00000468716 NA RP4-560B9.4 ENSG00000236741 Not Supported Not Supported +transcript 1 171737210 171737315 ENST00000517251 NA SCARNA20 ENSG00000253060 Not Supported Not Supported +transcript 1 171750788 171766101 ENST00000458517 NA METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171750919 171750935 ENST00000458517 1 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171751128 171751260 ENST00000458517 2 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171752880 171753639 ENST00000458517 3 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171755019 171755218 ENST00000458517 4 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171756875 171757070 ENST00000458517 5 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171759592 171759756 ENST00000458517 6 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171761157 171761375 ENST00000458517 7 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171763536 171763667 ENST00000458517 8 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171765622 171765893 ENST00000458517 9 METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171750804 171755220 ENST00000485629 NA METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171750822 171766857 ENST00000362019 NA METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171752985 171753639 ENST00000362019 2 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171755019 171755218 ENST00000362019 3 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171756875 171757070 ENST00000362019 4 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171759592 171759756 ENST00000362019 5 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171761157 171761375 ENST00000362019 6 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171763536 171763667 ENST00000362019 7 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171765622 171765893 ENST00000362019 8 METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171750836 171766857 ENST00000367737 NA METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171751108 171751260 ENST00000367737 1 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171752880 171753179 ENST00000367737 2 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171755027 171755218 ENST00000367737 3 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171756875 171757070 ENST00000367737 4 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171759592 171759756 ENST00000367737 5 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171761157 171761375 ENST00000367737 6 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171763536 171763667 ENST00000367737 7 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171765622 171765893 ENST00000367737 8 METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171750842 171766857 ENST00000361735 NA METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171751108 171751260 ENST00000361735 1 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171752880 171753639 ENST00000361735 2 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171755019 171755218 ENST00000361735 3 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171756875 171757070 ENST00000361735 4 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171759592 171759756 ENST00000361735 5 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171761157 171761375 ENST00000361735 6 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171763536 171763667 ENST00000361735 7 METTL13 ENSG00000010165 Not Supported Not Supported +CDS 1 171765622 171765893 ENST00000361735 8 METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171756965 171760065 ENST00000478330 NA METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171757003 171766043 ENST00000466643 NA METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171763534 171783163 ENST00000476386 NA METTL13 ENSG00000010165 Not Supported Not Supported +transcript 1 171772657 171773079 ENST00000392075 NA RP4-612B18.3 ENSG00000213060 Not Supported Not Supported +transcript 1 171783652 171783766 ENST00000516325 NA Y_RNA ENSG00000252134 Not Supported Not Supported +transcript 1 171793750 171794099 ENST00000498507 NA RP4-612B18.1 ENSG00000224600 Not Supported Not Supported +transcript 1 171793763 171794101 ENST00000600496 NA RP4-612B18.1 ENSG00000224600 Not Supported Not Supported +transcript 1 171810621 172381856 ENST00000358155 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171810797 171810957 ENST00000358155 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171890888 171890961 ENST00000358155 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956796 171956945 ENST00000358155 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000358155 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000358155 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000358155 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000358155 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000358155 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000358155 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000358155 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000358155 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000358155 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000358155 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000358155 14 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172222713 172222822 ENST00000358155 15 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172277868 172277979 ENST00000358155 16 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172292469 172292480 ENST00000358155 17 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172348158 172348322 ENST00000358155 18 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172356273 172356499 ENST00000358155 19 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172357713 172357949 ENST00000358155 20 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172376912 172376978 ENST00000358155 21 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171810638 172102532 ENST00000367733 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171810797 171810957 ENST00000367733 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171890888 171890961 ENST00000367733 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956796 171956945 ENST00000367733 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000367733 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000367733 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000367733 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000367733 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000367733 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000367733 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000367733 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000367733 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000367733 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000367733 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000367733 14 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172102029 172102034 ENST00000367733 15 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171810640 172377494 ENST00000355305 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171810797 171810957 ENST00000355305 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171890888 171890961 ENST00000355305 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956796 171956945 ENST00000355305 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000355305 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000355305 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000355305 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000355305 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000355305 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000355305 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000355305 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000355305 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000355305 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000355305 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172062836 172062865 ENST00000355305 14 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000355305 15 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172222713 172222822 ENST00000355305 16 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172277868 172277979 ENST00000355305 17 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172348158 172348322 ENST00000355305 18 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172356273 172356499 ENST00000355305 19 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172357713 172357949 ENST00000355305 20 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172376912 172376978 ENST00000355305 21 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171810640 172381857 ENST00000367731 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171810797 171810957 ENST00000367731 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171890888 171890961 ENST00000367731 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956796 171956945 ENST00000367731 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000367731 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000367731 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000367731 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000367731 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000367731 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000367731 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000367731 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000367731 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000367731 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000367731 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000367731 14 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172222713 172222822 ENST00000367731 15 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172277868 172277979 ENST00000367731 16 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172348158 172348322 ENST00000367731 17 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172356273 172356499 ENST00000367731 18 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172357713 172357949 ENST00000367731 19 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172376912 172376978 ENST00000367731 20 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171810669 172280424 ENST00000520906 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171810797 171810957 ENST00000520906 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171890888 171890961 ENST00000520906 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956796 171956945 ENST00000520906 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000520906 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000520906 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000520906 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000520906 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000520906 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000520906 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000520906 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000520906 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000520906 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000520906 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000520906 14 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172222713 172222822 ENST00000520906 15 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172277868 172278015 ENST00000520906 16 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171939262 172222718 ENST00000523513 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171956891 171956945 ENST00000523513 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 171958085 171958288 ENST00000523513 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172001542 172001640 ENST00000523513 4 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172002245 172002405 ENST00000523513 5 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172007459 172007601 ENST00000523513 6 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172011149 172011284 ENST00000523513 7 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172013525 172013592 ENST00000523513 8 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172017752 172017890 ENST00000523513 9 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172037959 172038045 ENST00000523513 10 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172050972 172051042 ENST00000523513 11 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172061964 172062015 ENST00000523513 12 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172100315 172100428 ENST00000523513 13 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172222713 172222718 ENST00000523513 14 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 172348158 172387606 ENST00000485254 NA DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172348158 172348322 ENST00000485254 1 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172356273 172356499 ENST00000485254 2 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172357713 172357949 ENST00000485254 3 DNM3 ENSG00000197959 Not Supported Not Supported +CDS 1 172387421 172387457 ENST00000485254 4 DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 172356328 172358362 ENST00000491124 NA DNM3 ENSG00000197959 Not Supported Not Supported +transcript 1 171833327 171833827 ENST00000450800 NA DNM3-IT1 ENSG00000233540 Not Supported Not Supported +transcript 1 172107938 172108047 ENST00000385214 NA MIR214 ENSG00000207949 Not Supported Not Supported +transcript 1 172109461 172113934 ENST00000417354 NA DNM3OS ENSG00000230630 Not Supported Not Supported +transcript 1 172113675 172113784 ENST00000385289 NA MIR199A2 ENSG00000208024 Not Supported Not Supported +transcript 1 172317283 172317357 ENST00000516545 NA SNORD112 ENSG00000252354 Not Supported Not Supported +transcript 1 172335680 172335786 ENST00000383957 NA RNU6-157P ENSG00000206684 Not Supported Not Supported +transcript 1 172339329 172384466 ENST00000489002 NA PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172345271 172350046 ENST00000465374 NA PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172350061 172384516 ENST00000475059 NA PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172362274 172413223 ENST00000484368 NA PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172410597 172413200 ENST00000344529 NA PIGC ENSG00000135845 Not Supported Not Supported +CDS 1 172410872 172411762 ENST00000344529 2 PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172410597 172413226 ENST00000367728 NA PIGC ENSG00000135845 Not Supported Not Supported +CDS 1 172410872 172411762 ENST00000367728 1 PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172410598 172413230 ENST00000258324 NA PIGC ENSG00000135845 Not Supported Not Supported +CDS 1 172410872 172411762 ENST00000258324 2 PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172411471 172413086 ENST00000478184 NA PIGC ENSG00000135845 Not Supported Not Supported +transcript 1 172389828 172437969 ENST00000367727 NA C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172390026 172390046 ENST00000367727 1 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172414213 172414298 ENST00000367727 2 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172417581 172417671 ENST00000367727 3 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172425555 172425629 ENST00000367727 4 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172431318 172431385 ENST00000367727 5 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172434439 172434503 ENST00000367727 6 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172437589 172437731 ENST00000367727 7 C1orf105 ENSG00000180999 Not Supported Not Supported +transcript 1 172389874 172400427 ENST00000460397 NA C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172390026 172390046 ENST00000460397 1 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172397934 172397970 ENST00000460397 2 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172399432 172399475 ENST00000460397 3 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172400220 172400228 ENST00000460397 4 C1orf105 ENSG00000180999 Not Supported Not Supported +transcript 1 172414279 172434821 ENST00000488100 NA C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172414279 172414298 ENST00000488100 1 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172417581 172417671 ENST00000488100 2 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172425555 172425629 ENST00000488100 3 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172431318 172431385 ENST00000488100 4 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172434439 172434503 ENST00000488100 5 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172434747 172434805 ENST00000488100 6 C1orf105 ENSG00000180999 Not Supported Not Supported +transcript 1 172420181 172437967 ENST00000367726 NA C1orf105 ENSG00000180999 Not Supported Not Supported +transcript 1 172422033 172437971 ENST00000367725 NA C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172422162 172422329 ENST00000367725 1 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172425555 172425629 ENST00000367725 2 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172431318 172431385 ENST00000367725 3 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172434439 172434503 ENST00000367725 4 C1orf105 ENSG00000180999 Not Supported Not Supported +CDS 1 172437589 172437731 ENST00000367725 5 C1orf105 ENSG00000180999 Not Supported Not Supported +transcript 1 172501489 172580971 ENST00000367723 NA SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172501613 172501938 ENST00000367723 1 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172502317 172502637 ENST00000367723 2 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172520652 172520766 ENST00000367723 3 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172525009 172525163 ENST00000367723 4 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526420 172526557 ENST00000367723 5 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526784 172526934 ENST00000367723 6 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172538159 172538282 ENST00000367723 7 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539187 172539311 ENST00000367723 8 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539803 172539870 ENST00000367723 9 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172543031 172543138 ENST00000367723 10 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172544658 172544763 ENST00000367723 11 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546904 172546959 ENST00000367723 12 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172547438 172547529 ENST00000367723 13 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172548342 172548407 ENST00000367723 14 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554158 172554226 ENST00000367723 15 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554998 172555088 ENST00000367723 16 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172557900 172559066 ENST00000367723 17 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172560124 172560211 ENST00000367723 18 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172569204 172569308 ENST00000367723 19 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571204 172571358 ENST00000367723 20 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571836 172571927 ENST00000367723 21 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172577887 172577942 ENST00000367723 22 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172578956 172579396 ENST00000367723 23 SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172501613 172580971 ENST00000608151 NA SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172501613 172501941 ENST00000608151 1 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172502317 172502637 ENST00000608151 2 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172520652 172520766 ENST00000608151 3 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172525009 172525163 ENST00000608151 4 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526420 172526557 ENST00000608151 5 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526784 172526934 ENST00000608151 6 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172538159 172538282 ENST00000608151 7 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539187 172539311 ENST00000608151 8 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539803 172539870 ENST00000608151 9 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172543031 172543138 ENST00000608151 10 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172544658 172544763 ENST00000608151 11 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546904 172546959 ENST00000608151 12 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172547438 172547529 ENST00000608151 13 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172548342 172548407 ENST00000608151 14 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554158 172554226 ENST00000608151 15 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554998 172555088 ENST00000608151 16 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172557900 172559066 ENST00000608151 17 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172560124 172560211 ENST00000608151 18 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172569204 172569308 ENST00000608151 19 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571204 172571358 ENST00000608151 20 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571836 172571927 ENST00000608151 21 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172577887 172577942 ENST00000608151 22 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172578956 172579396 ENST00000608151 23 SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172502323 172579419 ENST00000610051 NA SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172502576 172502637 ENST00000610051 1 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172520652 172520766 ENST00000610051 2 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172525009 172525163 ENST00000610051 3 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526420 172526557 ENST00000610051 4 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526784 172526934 ENST00000610051 5 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172538159 172538282 ENST00000610051 6 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539187 172539311 ENST00000610051 7 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539803 172539870 ENST00000610051 8 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172543031 172543138 ENST00000610051 9 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172544658 172544763 ENST00000610051 10 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546679 172546699 ENST00000610051 11 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546904 172546959 ENST00000610051 12 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172547438 172547529 ENST00000610051 13 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172548342 172548407 ENST00000610051 14 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554158 172554226 ENST00000610051 15 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554998 172555088 ENST00000610051 16 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172557900 172558064 ENST00000610051 17 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172560124 172560211 ENST00000610051 18 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172569204 172569308 ENST00000610051 19 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571204 172571358 ENST00000610051 20 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571836 172571927 ENST00000610051 21 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172577887 172577942 ENST00000610051 22 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172578956 172579396 ENST00000610051 23 SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172502357 172580971 ENST00000263688 NA SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172502576 172502637 ENST00000263688 1 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172520652 172520766 ENST00000263688 2 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172522400 172522510 ENST00000263688 3 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172525009 172525163 ENST00000263688 4 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526420 172526557 ENST00000263688 5 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172526784 172526934 ENST00000263688 6 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172538159 172538282 ENST00000263688 7 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539187 172539311 ENST00000263688 8 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172539803 172539870 ENST00000263688 9 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172543031 172543138 ENST00000263688 10 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172544658 172544763 ENST00000263688 11 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546679 172546699 ENST00000263688 12 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172546904 172546959 ENST00000263688 13 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172547438 172547529 ENST00000263688 14 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172548342 172548407 ENST00000263688 15 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554158 172554226 ENST00000263688 16 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172554998 172555088 ENST00000263688 17 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172557900 172559066 ENST00000263688 18 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172560124 172560211 ENST00000263688 19 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172569204 172569308 ENST00000263688 20 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571204 172571358 ENST00000263688 21 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172571836 172571927 ENST00000263688 22 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172577887 172577942 ENST00000263688 23 SUCO ENSG00000094975 Not Supported Not Supported +CDS 1 172578956 172579396 ENST00000263688 24 SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172502523 172521292 ENST00000608566 NA SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172522470 172539936 ENST00000608804 NA SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172538167 172539653 ENST00000608673 NA SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172571289 172572345 ENST00000486569 NA SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172577453 172579226 ENST00000609685 NA SUCO ENSG00000094975 Not Supported Not Supported +transcript 1 172582568 172582674 ENST00000516134 NA RNU6-693P ENSG00000251943 Not Supported Not Supported +transcript 1 172628154 172636014 ENST00000340030 NA FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172628342 172628689 ENST00000340030 1 FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172633474 172633506 ENST00000340030 2 FASLG ENSG00000117560 Not Supported Not Supported +transcript 1 172628158 172636014 ENST00000367721 NA FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172628342 172628689 ENST00000367721 1 FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172629235 172629280 ENST00000367721 2 FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172633474 172633530 ENST00000367721 3 FASLG ENSG00000117560 Not Supported Not Supported +CDS 1 172634762 172635153 ENST00000367721 4 FASLG ENSG00000117560 Not Supported Not Supported +transcript 1 172717700 172718642 ENST00000458247 NA SLC25A38P1 ENSG00000229785 Not Supported Not Supported +transcript 1 172745045 173033155 ENST00000432694 NA RP1-15D23.2 ENSG00000224228 Not Supported Not Supported +transcript 1 172855087 172855398 ENST00000425294 NA AIMP1P2 ENSG00000227177 Not Supported Not Supported +transcript 1 172876040 172876824 ENST00000452366 NA RP3-471M13.2 ENSG00000224000 Not Supported Not Supported +transcript 1 173009100 173020103 ENST00000404377 NA TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173019881 173020102 ENST00000404377 1 TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173013079 173013109 ENST00000404377 2 TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173010510 173010853 ENST00000404377 3 TNFSF18 ENSG00000120337 Not Supported Not Supported +transcript 1 173009100 173020056 ENST00000239468 NA TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173019881 173020036 ENST00000239468 1 TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173013079 173013109 ENST00000239468 2 TNFSF18 ENSG00000120337 Not Supported Not Supported +CDS 1 173010510 173010853 ENST00000239468 3 TNFSF18 ENSG00000120337 Not Supported Not Supported +transcript 1 173110239 173111489 ENST00000450663 NA GOT2P2 ENSG00000230849 Not Supported Not Supported +transcript 1 173143439 173144642 ENST00000436974 NA RP3-395P12.2 ENSG00000226375 Not Supported Not Supported +transcript 1 173152873 173174697 ENST00000367718 NA TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173174450 173174452 ENST00000367718 1 TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173157660 173157708 ENST00000367718 2 TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173155658 173156004 ENST00000367718 3 TNFSF4 ENSG00000117586 Not Supported Not Supported +transcript 1 173152874 173176452 ENST00000281834 NA TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173176163 173176315 ENST00000281834 1 TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173157660 173157708 ENST00000281834 2 TNFSF4 ENSG00000117586 Not Supported Not Supported +CDS 1 173155658 173156004 ENST00000281834 3 TNFSF4 ENSG00000117586 Not Supported Not Supported +transcript 1 173157603 173174863 ENST00000488053 NA TNFSF4 ENSG00000117586 Not Supported Not Supported +transcript 1 173250216 173250309 ENST00000516008 NA snoU13 ENSG00000251817 Not Supported Not Supported +transcript 1 173320828 173321143 ENST00000433683 NA RP11-296O14.1 ENSG00000232751 Not Supported Not Supported +transcript 1 173331536 173332872 ENST00000432815 NA RP11-296O14.2 ENSG00000231615 Not Supported Not Supported +transcript 1 173386932 173430501 ENST00000367716 NA RP11-296O14.3 ENSG00000203739 Not Supported Not Supported +transcript 1 173387213 173411236 ENST00000437190 NA RP11-296O14.3 ENSG00000203739 Not Supported Not Supported +transcript 1 173446405 173457946 ENST00000340385 NA PRDX6 ENSG00000117592 Not Supported Not Supported +CDS 1 173446537 173446631 ENST00000340385 1 PRDX6 ENSG00000117592 Not Supported Not Supported +CDS 1 173450465 173450621 ENST00000340385 2 PRDX6 ENSG00000117592 Not Supported Not Supported +CDS 1 173454500 173454646 ENST00000340385 3 PRDX6 ENSG00000117592 Not Supported Not Supported +CDS 1 173455394 173455540 ENST00000340385 4 PRDX6 ENSG00000117592 Not Supported Not Supported +CDS 1 173456874 173456999 ENST00000340385 5 PRDX6 ENSG00000117592 Not Supported Not Supported +transcript 1 173446469 173451110 ENST00000460950 NA PRDX6 ENSG00000117592 Not Supported Not Supported +transcript 1 173450338 173457154 ENST00000470017 NA PRDX6 ENSG00000117592 Not Supported Not Supported +transcript 1 173469603 173572233 ENST00000367714 NA SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173570789 173570915 ENST00000367714 2 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173569256 173569356 ENST00000367714 3 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173567043 173567171 ENST00000367714 4 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173556804 173556969 ENST00000367714 5 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173552645 173552761 ENST00000367714 6 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173550986 173551147 ENST00000367714 7 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173545800 173545899 ENST00000367714 8 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173542321 173542464 ENST00000367714 9 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173526479 173526647 ENST00000367714 10 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173523872 173523953 ENST00000367714 11 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173517528 173517691 ENST00000367714 12 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173516828 173516923 ENST00000367714 13 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173506081 173506178 ENST00000367714 14 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173504969 173505088 ENST00000367714 15 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173503623 173503821 ENST00000367714 16 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173502748 173502936 ENST00000367714 17 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173499044 173499193 ENST00000367714 18 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173495802 173495853 ENST00000367714 19 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173493918 173494066 ENST00000367714 20 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173493108 173493233 ENST00000367714 21 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173490440 173490538 ENST00000367714 22 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173486676 173486843 ENST00000367714 23 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173478707 173478838 ENST00000367714 24 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173475995 173476180 ENST00000367714 25 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173474386 173474470 ENST00000367714 26 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173472405 173472465 ENST00000367714 27 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173470236 173470236 ENST00000367714 28 SLC9C2 ENSG00000162753 Not Supported Not Supported +transcript 1 173469609 173545890 ENST00000466087 NA SLC9C2 ENSG00000162753 Not Supported Not Supported +transcript 1 173494015 173572189 ENST00000536496 NA SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173567043 173567093 ENST00000536496 3 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173556804 173556969 ENST00000536496 4 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173552645 173552761 ENST00000536496 5 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173550986 173551147 ENST00000536496 6 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173545800 173545899 ENST00000536496 7 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173542321 173542464 ENST00000536496 8 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173526479 173526647 ENST00000536496 9 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173523872 173523953 ENST00000536496 10 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173517528 173517691 ENST00000536496 11 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173516828 173516923 ENST00000536496 12 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173506081 173506178 ENST00000536496 13 SLC9C2 ENSG00000162753 Not Supported Not Supported +CDS 1 173502936 173502936 ENST00000536496 14 SLC9C2 ENSG00000162753 Not Supported Not Supported +transcript 1 173565557 173572192 ENST00000479367 NA SLC9C2 ENSG00000162753 Not Supported Not Supported +transcript 1 173567045 173570891 ENST00000476568 NA SLC9C2 ENSG00000162753 Not Supported Not Supported +transcript 1 173524390 173581911 ENST00000431459 NA RP3-436N22.3 ENSG00000238272 Not Supported Not Supported +transcript 1 173578700 173639001 ENST00000333279 NA ANKRD45 ENSG00000183831 Not Supported Not Supported +CDS 1 173628230 173628557 ENST00000333279 2 ANKRD45 ENSG00000183831 Not Supported Not Supported +CDS 1 173615985 173616152 ENST00000333279 3 ANKRD45 ENSG00000183831 Not Supported Not Supported +CDS 1 173596204 173596298 ENST00000333279 4 ANKRD45 ENSG00000183831 Not Supported Not Supported +CDS 1 173593926 173594064 ENST00000333279 5 ANKRD45 ENSG00000183831 Not Supported Not Supported +CDS 1 173579287 173579354 ENST00000333279 6 ANKRD45 ENSG00000183831 Not Supported Not Supported +transcript 1 173626765 173638971 ENST00000367712 NA ANKRD45 ENSG00000183831 Not Supported Not Supported +transcript 1 173604912 173606273 ENST00000417563 NA RP11-360D2.1 ENSG00000232113 Not Supported Not Supported +transcript 1 173629236 173629339 ENST00000459202 NA snoU13 ENSG00000238430 Not Supported Not Supported +transcript 1 173684080 173702967 ENST00000479505 NA KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173684109 173754885 ENST00000546011 NA KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173685176 173685205 ENST00000546011 2 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173720903 173721061 ENST00000546011 3 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173722352 173722446 ENST00000546011 4 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173725062 173725177 ENST00000546011 5 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173726115 173726298 ENST00000546011 6 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173735285 173735428 ENST00000546011 7 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173743444 173743577 ENST00000546011 8 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173744773 173744981 ENST00000546011 9 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173751262 173751368 ENST00000546011 10 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173754301 173754382 ENST00000546011 11 KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173684123 173755840 ENST00000209884 NA KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173685183 173685205 ENST00000209884 2 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173702852 173703425 ENST00000209884 3 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173720903 173721061 ENST00000209884 4 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173722352 173722446 ENST00000209884 5 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173725062 173725177 ENST00000209884 6 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173726115 173726298 ENST00000209884 7 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173735285 173735428 ENST00000209884 8 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173743444 173743577 ENST00000209884 9 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173744773 173744981 ENST00000209884 10 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173751262 173751368 ENST00000209884 11 KLHL20 ENSG00000076321 Not Supported Not Supported +CDS 1 173754301 173754382 ENST00000209884 12 KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173684442 173703356 ENST00000483154 NA KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173684706 173703652 ENST00000493170 NA KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173751051 173754651 ENST00000488983 NA KLHL20 ENSG00000076321 Not Supported Not Supported +transcript 1 173710813 173711067 ENST00000455497 NA RP11-360D2.2 ENSG00000225591 Not Supported Not Supported +transcript 1 173760686 173761025 ENST00000363804 NA RN7SKP160 ENSG00000200674 Not Supported Not Supported +transcript 1 173768688 173793460 ENST00000356198 NA CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173780270 173780437 ENST00000356198 3 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173776405 173776656 ENST00000356198 4 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173775577 173775714 ENST00000356198 5 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173772101 173772643 ENST00000356198 6 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173769589 173769657 ENST00000356198 7 CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173768988 173793270 ENST00000345664 NA CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173780270 173780437 ENST00000345664 2 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173776405 173776656 ENST00000345664 3 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173772101 173772643 ENST00000345664 4 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173769589 173769657 ENST00000345664 5 CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173768988 173793312 ENST00000367710 NA CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173780270 173780437 ENST00000367710 3 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173776405 173776656 ENST00000367710 4 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173772101 173772643 ENST00000367710 5 CENPL ENSG00000120334 Not Supported Not Supported +CDS 1 173769589 173769657 ENST00000367710 6 CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173769466 173793269 ENST00000496683 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173769550 173793473 ENST00000460816 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173772101 173793157 ENST00000484920 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173772584 173793858 ENST00000479159 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173780258 173793283 ENST00000493233 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173790947 173793611 ENST00000495275 NA CENPL ENSG00000120334 Not Supported Not Supported +transcript 1 173777627 173777760 ENST00000516548 NA Y_RNA ENSG00000252357 Not Supported Not Supported +transcript 1 173793641 173827684 ENST00000361951 NA DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173794368 173794494 ENST00000361951 1 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173795825 173795924 ENST00000361951 2 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173797471 173797537 ENST00000361951 3 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173799798 173799899 ENST00000361951 4 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173800673 173800768 ENST00000361951 5 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173802514 173802637 ENST00000361951 6 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173803611 173803657 ENST00000361951 7 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173806078 173806184 ENST00000361951 8 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173807328 173807397 ENST00000361951 9 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173808505 173808684 ENST00000361951 10 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173810004 173810111 ENST00000361951 11 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173814367 173814429 ENST00000361951 12 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173819465 173819617 ENST00000361951 13 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173822487 173822705 ENST00000361951 14 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173822933 173823043 ENST00000361951 15 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173825804 173825879 ENST00000361951 16 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173826656 173826840 ENST00000361951 17 DARS2 ENSG00000117593 Not Supported Not Supported +transcript 1 173793797 173827682 ENST00000239457 NA DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173819528 173819617 ENST00000239457 13 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173822487 173822705 ENST00000239457 14 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173825804 173825879 ENST00000239457 15 DARS2 ENSG00000117593 Not Supported Not Supported +CDS 1 173826656 173826840 ENST00000239457 16 DARS2 ENSG00000117593 Not Supported Not Supported +transcript 1 173810051 173826976 ENST00000471476 NA DARS2 ENSG00000117593 Not Supported Not Supported +transcript 1 173819508 173821156 ENST00000460076 NA DARS2 ENSG00000117593 Not Supported Not Supported +transcript 1 173832386 173833079 ENST00000602767 NA GAS5-AS1 ENSG00000270084 Not Supported Not Supported +transcript 1 173833038 173837127 ENST00000449289 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173835344 ENST00000414075 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173836181 ENST00000448718 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173836181 ENST00000436285 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173836181 ENST00000456812 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173837121 ENST00000452197 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173837125 ENST00000450589 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173837125 ENST00000412059 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173837127 ENST00000431268 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173837127 ENST00000436656 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833039 173838020 ENST00000430245 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833040 173834009 ENST00000454813 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833040 173836181 ENST00000422183 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833042 173834044 ENST00000422207 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833049 173836953 ENST00000454068 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833092 173834043 ENST00000444470 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833118 173834039 ENST00000434796 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833154 173837127 ENST00000449589 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833284 173833360 ENST00000363840 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833507 173833583 ENST00000365524 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833622 173836168 ENST00000422008 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833769 173836181 ENST00000442067 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173833965 173834046 ENST00000364822 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834093 173837127 ENST00000455838 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834306 173837126 ENST00000416952 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834387 173837129 ENST00000456293 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834486 173834570 ENST00000363859 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834491 173837127 ENST00000443799 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834662 173836867 ENST00000451607 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834956 173837125 ENST00000421068 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834997 173836827 ENST00000432536 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173835005 173836178 ENST00000425771 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173835354 173837125 ENST00000458220 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173835438 173835509 ENST00000385578 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173835772 173835853 ENST00000363146 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173836809 173836888 ENST00000364084 NA GAS5 ENSG00000234741 Not Supported Not Supported +transcript 1 173834760 173834824 ENST00000385582 NA SNORD78 ENSG00000208317 Not Supported Not Supported +transcript 1 173837220 173855774 ENST00000367704 NA ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173839364 173840286 ENST00000367704 3 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173854774 173854774 ENST00000367704 4 ZBTB37 ENSG00000185278 Not Supported Not Supported +transcript 1 173837493 173855774 ENST00000427304 NA ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173839364 173840286 ENST00000427304 3 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173842605 173842704 ENST00000427304 4 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173854774 173855259 ENST00000427304 5 ZBTB37 ENSG00000185278 Not Supported Not Supported +transcript 1 173837493 173842776 ENST00000432989 NA ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173839364 173840286 ENST00000432989 3 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173842605 173842764 ENST00000432989 4 ZBTB37 ENSG00000185278 Not Supported Not Supported +transcript 1 173837532 173842781 ENST00000367702 NA ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173839364 173840286 ENST00000367702 3 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173842605 173842764 ENST00000367702 4 ZBTB37 ENSG00000185278 Not Supported Not Supported +transcript 1 173838094 173872687 ENST00000367701 NA ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173839364 173840286 ENST00000367701 2 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173842605 173842704 ENST00000367701 3 ZBTB37 ENSG00000185278 Not Supported Not Supported +CDS 1 173854774 173855259 ENST00000367701 4 ZBTB37 ENSG00000185278 Not Supported Not Supported +transcript 1 173872947 173886516 ENST00000367698 NA SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173886357 173886397 ENST00000367698 1 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173883691 173884057 ENST00000367698 2 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173880937 173881152 ENST00000367698 3 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173879892 173880029 ENST00000367698 4 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173878690 173879080 ENST00000367698 5 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173876588 173876652 ENST00000367698 6 SERPINC1 ENSG00000117601 Not Supported Not Supported +CDS 1 173873030 173873203 ENST00000367698 7 SERPINC1 ENSG00000117601 Not Supported Not Supported +transcript 1 173878868 173883803 ENST00000487183 NA SERPINC1 ENSG00000117601 Not Supported Not Supported +transcript 1 173881118 173886454 ENST00000494024 NA SERPINC1 ENSG00000117601 Not Supported Not Supported +transcript 1 173890208 173890338 ENST00000516422 NA RNA5SP67 ENSG00000252231 Not Supported Not Supported +transcript 1 173900352 173991435 ENST00000367696 NA RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173961893 173962123 ENST00000367696 2 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173953637 173953757 ENST00000367696 3 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173952556 173952795 ENST00000367696 4 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173951865 173952040 ENST00000367696 5 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173949947 173950147 ENST00000367696 6 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173947626 173947758 ENST00000367696 7 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173941647 173941765 ENST00000367696 8 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173939643 173939755 ENST00000367696 9 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933977 173934258 ENST00000367696 10 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933111 173933325 ENST00000367696 11 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930863 173931233 ENST00000367696 12 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930215 173930382 ENST00000367696 13 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173921124 173921276 ENST00000367696 14 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173916507 173916720 ENST00000367696 15 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915884 173915974 ENST00000367696 16 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915614 173915746 ENST00000367696 17 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173912580 173912753 ENST00000367696 18 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173910403 173910518 ENST00000367696 19 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173907862 173908009 ENST00000367696 20 RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173900352 173962202 ENST00000258349 NA RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173961893 173962123 ENST00000258349 1 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173953637 173953757 ENST00000258349 2 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173952556 173952795 ENST00000258349 3 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173951865 173952040 ENST00000258349 4 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173949947 173950147 ENST00000258349 5 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173947626 173947758 ENST00000258349 6 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173941647 173941765 ENST00000258349 7 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173939643 173939755 ENST00000258349 8 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933977 173934258 ENST00000258349 9 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933111 173933325 ENST00000258349 10 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930863 173931233 ENST00000258349 11 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930215 173930382 ENST00000258349 12 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173921124 173921276 ENST00000258349 13 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173916507 173916720 ENST00000258349 14 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915884 173915974 ENST00000258349 15 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915614 173915746 ENST00000258349 16 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173912580 173912753 ENST00000258349 17 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173910403 173910518 ENST00000258349 18 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173907862 173908009 ENST00000258349 19 RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173907549 173962210 ENST00000367694 NA RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173961893 173962123 ENST00000367694 1 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173953637 173953757 ENST00000367694 2 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173952556 173952795 ENST00000367694 3 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173951865 173952040 ENST00000367694 4 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173949947 173950147 ENST00000367694 5 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173947626 173947758 ENST00000367694 6 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173941647 173941765 ENST00000367694 7 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173939643 173939755 ENST00000367694 8 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933977 173934258 ENST00000367694 9 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173933111 173933325 ENST00000367694 10 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930863 173931233 ENST00000367694 11 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173930215 173930382 ENST00000367694 12 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173921124 173921276 ENST00000367694 13 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173916507 173916720 ENST00000367694 14 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915884 173915974 ENST00000367694 15 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173915614 173915746 ENST00000367694 16 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173912580 173912726 ENST00000367694 17 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173910403 173910518 ENST00000367694 18 RC3H1 ENSG00000135870 Not Supported Not Supported +CDS 1 173907862 173908012 ENST00000367694 19 RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173907714 173910587 ENST00000479099 NA RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173930171 173930953 ENST00000531594 NA RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173950087 173952171 ENST00000484867 NA RC3H1 ENSG00000135870 Not Supported Not Supported +transcript 1 173938456 173938574 ENST00000363885 NA RNA5SP68 ENSG00000200755 Not Supported Not Supported +transcript 1 173978405 173985344 ENST00000421851 NA RC3H1-IT1 ENSG00000236535 Not Supported Not Supported +transcript 1 173991647 173992123 ENST00000424181 NA RP11-160H22.3 ENSG00000224977 Not Supported Not Supported +transcript 1 174059274 174059612 ENST00000488676 NA RPL30P1 ENSG00000225713 Not Supported Not Supported +transcript 1 174059281 174059610 ENST00000598110 NA RPL30P1 ENSG00000225713 Not Supported Not Supported +transcript 1 174084438 174128291 ENST00000426899 NA RP11-160H22.5 ENSG00000227373 Not Supported Not Supported +transcript 1 174084521 174129142 ENST00000419983 NA RP11-160H22.5 ENSG00000227373 Not Supported Not Supported +transcript 1 174084739 174128271 ENST00000454467 NA RP11-160H22.5 ENSG00000227373 Not Supported Not Supported +transcript 1 174090776 174128425 ENST00000430592 NA RP11-160H22.5 ENSG00000227373 Not Supported Not Supported +transcript 1 174128548 174517699 ENST00000357444 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174188296 174188322 ENST00000357444 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174190110 174190302 ENST00000357444 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174200283 174200493 ENST00000357444 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174210621 174210795 ENST00000357444 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174219613 174219770 ENST00000357444 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174221618 174221728 ENST00000357444 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174241552 174241618 ENST00000357444 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174244971 174245073 ENST00000357444 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174247751 174247917 ENST00000357444 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174274124 174274265 ENST00000357444 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174340117 174340210 ENST00000357444 12 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174363133 174363283 ENST00000357444 13 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174516975 174517190 ENST00000357444 14 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174128548 174514089 ENST00000367689 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174244977 174245073 ENST00000367689 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174247751 174247917 ENST00000367689 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174274124 174274265 ENST00000367689 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174340117 174340210 ENST00000367689 12 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174363133 174363283 ENST00000367689 13 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174513982 174514086 ENST00000367689 14 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174128655 174927319 ENST00000251507 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174188296 174188433 ENST00000251507 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174190110 174190302 ENST00000251507 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174200283 174200493 ENST00000251507 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174210621 174210795 ENST00000251507 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174219613 174219770 ENST00000251507 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174221618 174221728 ENST00000251507 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174241552 174241618 ENST00000251507 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174244971 174245073 ENST00000251507 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174247751 174247917 ENST00000251507 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174274124 174274265 ENST00000251507 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174340117 174340210 ENST00000251507 12 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174363133 174363283 ENST00000251507 13 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174606513 174606626 ENST00000251507 14 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174652660 174652734 ENST00000251507 15 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174668663 174668788 ENST00000251507 16 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174671251 174671394 ENST00000251507 17 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174721451 174721492 ENST00000251507 18 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000251507 19 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000251507 20 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174927028 174927039 ENST00000251507 21 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174128728 174363283 ENST00000457696 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174188296 174188433 ENST00000457696 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174190110 174190302 ENST00000457696 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174200283 174200493 ENST00000457696 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174210621 174210795 ENST00000457696 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174219613 174219770 ENST00000457696 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174221582 174221728 ENST00000457696 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174241552 174241618 ENST00000457696 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174244971 174245073 ENST00000457696 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174247751 174247917 ENST00000457696 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174274124 174274265 ENST00000457696 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174340117 174340210 ENST00000457696 12 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174363133 174363283 ENST00000457696 13 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174189850 174200383 ENST00000487987 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174200357 174212305 ENST00000529474 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174244238 174515042 ENST00000367690 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174334368 174606626 ENST00000526253 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174606516 174674714 ENST00000474375 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174669551 174721492 ENST00000529145 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174669663 174959546 ENST00000325589 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174671305 174671394 ENST00000325589 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174721451 174721492 ENST00000325589 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000325589 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000325589 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000325589 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000325589 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000325589 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000325589 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000325589 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000325589 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174669869 174959478 ENST00000469553 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174671305 174671394 ENST00000469553 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174721451 174721492 ENST00000469553 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000469553 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174846530 174846559 ENST00000469553 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174669869 174959478 ENST00000367686 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174670158 174959730 ENST00000367687 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174670281 174670283 ENST00000367687 1 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174671251 174671394 ENST00000367687 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174721451 174721492 ENST00000367687 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000367687 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000367687 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000367687 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000367687 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000367687 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000367687 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000367687 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000367687 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174670160 174959650 ENST00000347255 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174670255 174670260 ENST00000347255 1 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174671251 174671394 ENST00000347255 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174721451 174721492 ENST00000347255 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000347255 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000347255 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000347255 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000347255 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000347255 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000347255 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000347255 10 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000347255 11 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174769070 174964445 ENST00000489615 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174769471 174769638 ENST00000489615 1 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174780970 174781098 ENST00000489615 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000489615 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000489615 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000489615 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000489615 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000489615 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000489615 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000489615 9 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174843596 174927319 ENST00000478442 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174846633 174846743 ENST00000478442 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000478442 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174927028 174927039 ENST00000478442 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174843609 174952037 ENST00000465412 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174846633 174846743 ENST00000465412 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000465412 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000465412 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000465412 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000465412 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952037 ENST00000465412 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174844684 174927324 ENST00000486220 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174846633 174846743 ENST00000486220 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000486220 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174927028 174927039 ENST00000486220 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174846578 174964438 ENST00000392064 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174846633 174846743 ENST00000392064 1 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174926594 174926686 ENST00000392064 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000392064 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000392064 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000392064 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000392064 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000392064 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000392064 8 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174933905 174959622 ENST00000367688 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174934084 174934122 ENST00000367688 1 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174938414 174938524 ENST00000367688 2 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174945215 174945319 ENST00000367688 3 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174947944 174948027 ENST00000367688 4 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174951971 174952042 ENST00000367688 5 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174957778 174957975 ENST00000367688 6 RABGAP1L ENSG00000152061 Not Supported Not Supported +CDS 1 174958986 174959135 ENST00000367688 7 RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174934096 174963017 ENST00000485114 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174945166 174957944 ENST00000461613 NA RABGAP1L ENSG00000152061 Not Supported Not Supported +transcript 1 174169267 174169368 ENST00000459580 NA snoU13 ENSG00000238872 Not Supported Not Supported +transcript 1 174317403 174317493 ENST00000585310 NA AL022400.1 ENSG00000266125 Not Supported Not Supported +transcript 1 174336243 174337177 ENST00000423946 NA RP4-809F4.1 ENSG00000237317 Not Supported Not Supported +transcript 1 174417212 174418683 ENST00000367685 NA GPR52 ENSG00000203737 Not Supported Not Supported +CDS 1 174417250 174418332 ENST00000367685 1 GPR52 ENSG00000203737 Not Supported Not Supported +transcript 1 174725988 174726257 ENST00000420029 NA BANF1P4 ENSG00000223828 Not Supported Not Supported +transcript 1 174818805 174819306 ENST00000454883 NA NDUFAF4P4 ENSG00000231378 Not Supported Not Supported +transcript 1 174861554 174862292 ENST00000448158 NA RP1-102G20.2 ENSG00000237249 Not Supported Not Supported +transcript 1 174866095 174867133 ENST00000414890 NA RABGAP1L-IT1 ENSG00000223525 Not Supported Not Supported +transcript 1 174891244 174891577 ENST00000441426 NA RP1-102G20.4 ENSG00000235869 Not Supported Not Supported +transcript 1 174904084 174923398 ENST00000452442 NA RP1-102G20.5 ENSG00000229531 Not Supported Not Supported +transcript 1 174914660 174918013 ENST00000448686 NA RP1-102G20.5 ENSG00000229531 Not Supported Not Supported +transcript 1 174965661 174965766 ENST00000516743 NA RNU6-307P ENSG00000252552 Not Supported Not Supported +transcript 1 174968300 174980851 ENST00000367681 NA CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174973864 174973969 ENST00000367681 2 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174975881 174975977 ENST00000367681 3 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174976234 174976333 ENST00000367681 4 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174977745 174977842 ENST00000367681 5 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174979059 174979212 ENST00000367681 6 CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174968571 174973886 ENST00000426793 NA CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174969317 174969331 ENST00000426793 2 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174973750 174973886 ENST00000426793 3 CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174968607 174974104 ENST00000461977 NA CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174968869 174980846 ENST00000367679 NA CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174969317 174969331 ENST00000367679 1 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174973750 174973969 ENST00000367679 2 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174975881 174975977 ENST00000367679 3 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174976234 174976333 ENST00000367679 4 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174977745 174977842 ENST00000367679 5 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174979059 174979212 ENST00000367679 6 CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174969081 174974186 ENST00000483307 NA CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174969091 174977890 ENST00000473925 NA CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174969317 174975907 ENST00000406752 NA CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174969317 174969331 ENST00000406752 1 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174973750 174973950 ENST00000406752 2 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174975881 174975904 ENST00000406752 3 CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174969349 174979215 ENST00000405362 NA CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174973864 174973969 ENST00000405362 2 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174975881 174975977 ENST00000405362 3 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174976234 174976333 ENST00000405362 4 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174977745 174977842 ENST00000405362 5 CACYBP ENSG00000116161 Not Supported Not Supported +CDS 1 174979059 174979212 ENST00000405362 6 CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174975719 174978033 ENST00000469173 NA CACYBP ENSG00000116161 Not Supported Not Supported +transcript 1 174979925 174983960 ENST00000498253 NA MRPS14 ENSG00000120333 Not Supported Not Supported +transcript 1 174982094 174992561 ENST00000476371 NA MRPS14 ENSG00000120333 Not Supported Not Supported +CDS 1 174992500 174992544 ENST00000476371 1 MRPS14 ENSG00000120333 Not Supported Not Supported +CDS 1 174987554 174987712 ENST00000476371 2 MRPS14 ENSG00000120333 Not Supported Not Supported +CDS 1 174983808 174983987 ENST00000476371 3 MRPS14 ENSG00000120333 Not Supported Not Supported +transcript 1 174983381 174992551 ENST00000367677 NA MRPS14 ENSG00000120333 Not Supported Not Supported +CDS 1 174992408 174992544 ENST00000367677 1 MRPS14 ENSG00000120333 Not Supported Not Supported +CDS 1 174987670 174987712 ENST00000367677 2 MRPS14 ENSG00000120333 Not Supported Not Supported +transcript 1 174991615 174991716 ENST00000383932 NA Y_RNA ENSG00000206659 Not Supported Not Supported +transcript 1 175013762 175014784 ENST00000326105 NA SDCCAG3P2 ENSG00000181101 Not Supported Not Supported +transcript 1 175036994 175117202 ENST00000239462 NA TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175046555 175046963 ENST00000239462 2 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175048469 175048843 ENST00000239462 3 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175049299 175049562 ENST00000239462 4 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175052886 175053071 ENST00000239462 5 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175054541 175054630 ENST00000239462 6 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175063126 175063389 ENST00000239462 7 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175066553 175066819 ENST00000239462 8 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175067468 175067731 ENST00000239462 9 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175086075 175086341 ENST00000239462 10 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175087697 175087960 ENST00000239462 11 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175092536 175092799 ENST00000239462 12 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175096091 175096221 ENST00000239462 13 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175097168 175097300 ENST00000239462 14 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175097731 175097882 ENST00000239462 15 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175104981 175105077 ENST00000239462 16 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175105957 175106124 ENST00000239462 17 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175113523 175113686 ENST00000239462 18 TNN ENSG00000120332 Not Supported Not Supported +CDS 1 175116067 175116204 ENST00000239462 19 TNN ENSG00000120332 Not Supported Not Supported +transcript 1 175126123 175161929 ENST00000423313 NA KIAA0040 ENSG00000235750 Not Supported Not Supported +CDS 1 175129853 175130149 ENST00000423313 4 KIAA0040 ENSG00000235750 Not Supported Not Supported +transcript 1 175126123 175162079 ENST00000444639 NA KIAA0040 ENSG00000235750 Not Supported Not Supported +CDS 1 175129853 175130149 ENST00000444639 4 KIAA0040 ENSG00000235750 Not Supported Not Supported +transcript 1 175128089 175161890 ENST00000545251 NA KIAA0040 ENSG00000235750 Not Supported Not Supported +CDS 1 175129853 175130149 ENST00000545251 3 KIAA0040 ENSG00000235750 Not Supported Not Supported +transcript 1 175130163 175161911 ENST00000567124 NA KIAA0040 ENSG00000235750 Not Supported Not Supported +transcript 1 175130180 175162135 ENST00000563563 NA KIAA0040 ENSG00000235750 Not Supported Not Supported +transcript 1 175172364 175173985 ENST00000412357 NA RP5-1114G22.2 ENSG00000230687 Not Supported Not Supported +transcript 1 175266216 175266376 ENST00000414733 NA RP5-1114G22.1 ENSG00000233946 Not Supported Not Supported +transcript 1 175276354 175304595 ENST00000569593 NA RP3-518E13.2 ENSG00000260990 Not Supported Not Supported +transcript 1 175284330 175712906 ENST00000367674 NA TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175375352 175375850 ENST00000367674 3 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175372276 175372752 ENST00000367674 4 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175365680 175365943 ENST00000367674 5 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175362916 175363031 ENST00000367674 6 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175360424 175360574 ENST00000367674 7 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175355168 175355437 ENST00000367674 8 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175348688 175348873 ENST00000367674 9 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175336344 175336433 ENST00000367674 10 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175335011 175335274 ENST00000367674 11 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175334146 175334415 ENST00000367674 12 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175332844 175332963 ENST00000367674 13 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175331799 175331945 ENST00000367674 14 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175328748 175328867 ENST00000367674 15 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175325455 175325598 ENST00000367674 16 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175324639 175324769 ENST00000367674 17 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175323527 175323659 ENST00000367674 18 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175306664 175306815 ENST00000367674 19 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175304847 175304943 ENST00000367674 20 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175299210 175299371 ENST00000367674 21 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175293492 175293655 ENST00000367674 22 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175292496 175292612 ENST00000367674 23 TNR ENSG00000116147 Not Supported Not Supported +transcript 1 175291935 175712752 ENST00000263525 NA TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175375352 175375850 ENST00000263525 4 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175372276 175372752 ENST00000263525 5 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175365680 175365943 ENST00000263525 6 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175362916 175363031 ENST00000263525 7 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175360424 175360574 ENST00000263525 8 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175355168 175355437 ENST00000263525 9 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175348688 175348873 ENST00000263525 10 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175336344 175336433 ENST00000263525 11 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175335011 175335274 ENST00000263525 12 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175334146 175334415 ENST00000263525 13 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175332844 175332963 ENST00000263525 14 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175331799 175331945 ENST00000263525 15 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175328748 175328867 ENST00000263525 16 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175325455 175325598 ENST00000263525 17 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175324639 175324769 ENST00000263525 18 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175323527 175323659 ENST00000263525 19 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175306664 175306815 ENST00000263525 20 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175304847 175304943 ENST00000263525 21 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175299210 175299371 ENST00000263525 22 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175293492 175293655 ENST00000263525 23 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175292496 175292612 ENST00000263525 24 TNR ENSG00000116147 Not Supported Not Supported +transcript 1 175360564 175375500 ENST00000422274 NA TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175375352 175375500 ENST00000422274 1 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175365680 175365943 ENST00000422274 2 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175362916 175363031 ENST00000422274 3 TNR ENSG00000116147 Not Supported Not Supported +CDS 1 175360564 175360574 ENST00000422274 4 TNR ENSG00000116147 Not Supported Not Supported +transcript 1 175507911 175525954 ENST00000455447 NA TNR-IT1 ENSG00000235628 Not Supported Not Supported +transcript 1 175846479 175849604 ENST00000457217 NA RP11-222A5.1 ENSG00000224718 Not Supported Not Supported +transcript 1 175873898 175889649 ENST00000426575 NA RP11-318C24.2 ENSG00000227740 Not Supported Not Supported +transcript 1 175891111 175891281 ENST00000452777 NA RP11-318C24.1 ENSG00000230777 Not Supported Not Supported +transcript 1 175913967 176050392 ENST00000461830 NA RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175913967 176175827 ENST00000367667 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176175708 176175827 ENST00000367667 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153828 ENST00000367667 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000367667 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176118149 176118210 ENST00000367667 4 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175913967 176176629 ENST00000367669 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176175708 176176114 ENST00000367669 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153828 ENST00000367669 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000367669 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132951 176133027 ENST00000367669 4 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132005 176132124 ENST00000367669 5 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176118142 176118210 ENST00000367669 6 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176105624 176105683 ENST00000367669 7 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176104146 176104222 ENST00000367669 8 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176085760 176085817 ENST00000367669 9 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176054912 176055026 ENST00000367669 10 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176050288 176050423 ENST00000367669 11 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176015317 176015460 ENST00000367669 12 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012846 176012954 ENST00000367669 13 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012322 176012403 ENST00000367669 14 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175996708 175996824 ENST00000367669 15 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175958498 175958615 ENST00000367669 16 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175957424 175957548 ENST00000367669 17 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175956079 175956239 ENST00000367669 18 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175916331 175916375 ENST00000367669 19 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175914292 175914306 ENST00000367669 20 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175913968 176153800 ENST00000367666 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153800 ENST00000367666 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000367666 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132951 176133027 ENST00000367666 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132005 176132124 ENST00000367666 4 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176118142 176118210 ENST00000367666 5 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176104146 176104222 ENST00000367666 6 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176085760 176085817 ENST00000367666 7 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176054912 176055026 ENST00000367666 8 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176050288 176050423 ENST00000367666 9 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176015317 176015460 ENST00000367666 10 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012846 176012954 ENST00000367666 11 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012322 176012403 ENST00000367666 12 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175996708 175996824 ENST00000367666 13 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175958498 175958615 ENST00000367666 14 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175957424 175957548 ENST00000367666 15 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175956079 175956239 ENST00000367666 16 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175916331 175916375 ENST00000367666 17 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175914289 175914306 ENST00000367666 18 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175913989 175916462 ENST00000482305 NA RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175914289 176176114 ENST00000308769 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176175708 176176114 ENST00000308769 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153828 ENST00000308769 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000308769 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132963 176133027 ENST00000308769 4 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132005 176132124 ENST00000308769 5 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176118142 176118210 ENST00000308769 6 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176104146 176104222 ENST00000308769 7 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176085760 176085817 ENST00000308769 8 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176054912 176055026 ENST00000308769 9 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176050288 176050423 ENST00000308769 10 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176015317 176015460 ENST00000308769 11 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012846 176012954 ENST00000308769 12 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012322 176012403 ENST00000308769 13 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175996708 175996824 ENST00000308769 14 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175958498 175958615 ENST00000308769 15 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175957424 175957548 ENST00000308769 16 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175956079 175956239 ENST00000308769 17 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175916331 175916375 ENST00000308769 18 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 175914292 175914306 ENST00000308769 19 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 176012352 176104218 ENST00000459744 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176104146 176104218 ENST00000459744 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176102983 176103036 ENST00000459744 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176085760 176085817 ENST00000459744 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176054912 176055026 ENST00000459744 4 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176050288 176050423 ENST00000459744 5 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176015317 176015460 ENST00000459744 6 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012846 176012954 ENST00000459744 7 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176012352 176012403 ENST00000459744 8 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 176055002 176175517 ENST00000498306 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153812 ENST00000498306 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000498306 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132951 176133027 ENST00000498306 4 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176132005 176132124 ENST00000498306 5 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176118142 176118210 ENST00000498306 6 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176104146 176104222 ENST00000498306 7 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176085760 176085817 ENST00000498306 8 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176055002 176055026 ENST00000498306 9 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 176085782 176175576 ENST00000491600 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153812 ENST00000491600 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176145046 176145143 ENST00000491600 3 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176137823 176137884 ENST00000491600 4 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 176104146 176176219 ENST00000474194 NA RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176175708 176176114 ENST00000474194 1 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176153769 176153828 ENST00000474194 2 RFWD2 ENSG00000143207 Not Supported Not Supported +CDS 1 176133024 176133027 ENST00000474194 3 RFWD2 ENSG00000143207 Not Supported Not Supported +transcript 1 175937534 175937676 ENST00000517097 NA SCARNA3 ENSG00000252906 Not Supported Not Supported +transcript 1 175986413 175987896 ENST00000426030 NA RP11-492I21.1 ENSG00000228686 Not Supported Not Supported +transcript 1 176176784 176198466 ENST00000456125 NA RP11-195C7.1 ENSG00000236021 Not Supported Not Supported +transcript 1 176200336 176200966 ENST00000434367 NA RP11-195C7.2 ENSG00000232463 Not Supported Not Supported +transcript 1 176212998 176213165 ENST00000517216 NA RNU2-12P ENSG00000253025 Not Supported Not Supported +transcript 1 176241619 176242538 ENST00000440296 NA RP11-195C7.3 ENSG00000227815 Not Supported Not Supported +transcript 1 176274808 176275231 ENST00000432461 NA RP11-357J22.1 ENSG00000231020 Not Supported Not Supported +transcript 1 176336835 176337537 ENST00000426038 NA MORF4L1P7 ENSG00000225904 Not Supported Not Supported +transcript 1 176432307 176660340 ENST00000367661 NA PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176525459 176526377 ENST00000367661 2 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176563660 176564731 ENST00000367661 3 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176640106 176640251 ENST00000367661 4 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176659273 176659616 ENST00000367661 5 PAPPA2 ENSG00000116183 Not Supported Not Supported +transcript 1 176432307 176814735 ENST00000367662 NA PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176525459 176526377 ENST00000367662 2 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176563660 176564731 ENST00000367662 3 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176640106 176640251 ENST00000367662 4 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176659273 176659566 ENST00000367662 5 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176661262 176661454 ENST00000367662 6 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176664874 176664995 ENST00000367662 7 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176668236 176668725 ENST00000367662 8 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176671743 176671871 ENST00000367662 9 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176675495 176675586 ENST00000367662 10 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176679119 176679312 ENST00000367662 11 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176680971 176681117 ENST00000367662 12 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176708762 176708897 ENST00000367662 13 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176709116 176709332 ENST00000367662 14 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176734802 176734973 ENST00000367662 15 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176738743 176738920 ENST00000367662 16 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176740103 176740316 ENST00000367662 17 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176758945 176759113 ENST00000367662 18 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176760483 176760618 ENST00000367662 19 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176762696 176762805 ENST00000367662 20 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176769197 176769268 ENST00000367662 21 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176809309 176809407 ENST00000367662 22 PAPPA2 ENSG00000116183 Not Supported Not Supported +CDS 1 176811516 176811587 ENST00000367662 23 PAPPA2 ENSG00000116183 Not Supported Not Supported +transcript 1 176506439 176524847 ENST00000493665 NA PAPPA2 ENSG00000116183 Not Supported Not Supported +transcript 1 176522624 176524872 ENST00000486075 NA PAPPA2 ENSG00000116183 Not Supported Not Supported +transcript 1 176760581 176805938 ENST00000479836 NA PAPPA2 ENSG00000116183 Not Supported Not Supported +transcript 1 176585404 176585925 ENST00000422603 NA PTP4A1P7 ENSG00000237514 Not Supported Not Supported +transcript 1 176585409 176585922 ENST00000423476 NA PTP4A1P7 ENSG00000237514 Not Supported Not Supported +transcript 1 176826438 177134003 ENST00000367657 NA ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177133530 177133812 ENST00000367657 1 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177030214 177030401 ENST00000367657 2 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177001592 177001985 ENST00000367657 3 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176999942 177000088 ENST00000367657 4 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176998770 176998877 ENST00000367657 5 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176993719 176993868 ENST00000367657 6 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176992540 176992707 ENST00000367657 7 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176983927 176984011 ENST00000367657 8 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176934299 176934373 ENST00000367657 9 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176927481 176927618 ENST00000367657 10 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176926814 176926964 ENST00000367657 11 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176918321 176918487 ENST00000367657 12 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176915062 176915256 ENST00000367657 13 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176913027 176913154 ENST00000367657 14 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176905402 176905506 ENST00000367657 15 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176903288 176903476 ENST00000367657 16 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176863698 176863966 ENST00000367657 17 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176857207 176857340 ENST00000367657 18 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176853475 176853626 ENST00000367657 19 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176851995 176852130 ENST00000367657 20 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176845673 176845773 ENST00000367657 21 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176837980 176838163 ENST00000367657 22 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176826750 176826786 ENST00000367657 23 ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176830203 177133826 ENST00000361833 NA ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177133530 177133812 ENST00000361833 1 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177030214 177030401 ENST00000361833 2 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177001592 177001985 ENST00000361833 3 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176999942 177000088 ENST00000361833 4 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176998770 176998877 ENST00000361833 5 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176993719 176993868 ENST00000361833 6 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176992540 176992707 ENST00000361833 7 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176983927 176984011 ENST00000361833 8 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176934299 176934373 ENST00000361833 9 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176927481 176927618 ENST00000361833 10 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176926814 176926964 ENST00000361833 11 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176918321 176918487 ENST00000361833 12 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176915062 176915256 ENST00000361833 13 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176913027 176913154 ENST00000361833 14 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176905402 176905506 ENST00000361833 15 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176903288 176903476 ENST00000361833 16 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176863698 176863966 ENST00000361833 17 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176857207 176857340 ENST00000361833 18 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176853475 176853626 ENST00000361833 19 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176851995 176852130 ENST00000361833 20 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176845673 176845773 ENST00000361833 21 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176837980 176838163 ENST00000361833 22 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176833423 176833657 ENST00000361833 23 ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176830204 177134024 ENST00000367654 NA ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177133530 177133812 ENST00000367654 1 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177030214 177030401 ENST00000367654 2 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177001592 177001985 ENST00000367654 3 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176999942 177000088 ENST00000367654 4 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176998770 176998877 ENST00000367654 5 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176993719 176993868 ENST00000367654 6 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176992516 176992707 ENST00000367654 7 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176983927 176984011 ENST00000367654 8 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176934299 176934373 ENST00000367654 9 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176927481 176927618 ENST00000367654 10 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176926814 176926964 ENST00000367654 11 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176918321 176918487 ENST00000367654 12 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176915062 176915256 ENST00000367654 13 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176913027 176913154 ENST00000367654 14 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176905402 176905506 ENST00000367654 15 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176903288 176903476 ENST00000367654 16 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176863698 176863966 ENST00000367654 17 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176857207 176857340 ENST00000367654 18 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176853475 176853626 ENST00000367654 19 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176851995 176852130 ENST00000367654 20 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176845673 176845773 ENST00000367654 21 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176837980 176838163 ENST00000367654 22 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176833423 176833657 ENST00000367654 23 ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176837949 177133819 ENST00000424564 NA ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177133530 177133812 ENST00000424564 1 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177030214 177030401 ENST00000424564 2 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 177001592 177001985 ENST00000424564 3 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176999942 177000088 ENST00000424564 4 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176998770 176998877 ENST00000424564 5 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176993719 176993868 ENST00000424564 6 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176992540 176992707 ENST00000424564 7 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176983927 176984011 ENST00000424564 8 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176934299 176934373 ENST00000424564 9 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176927481 176927618 ENST00000424564 10 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176926814 176926964 ENST00000424564 11 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176918321 176918487 ENST00000424564 12 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176915062 176915256 ENST00000424564 13 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176913027 176913154 ENST00000424564 14 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176905402 176905506 ENST00000424564 15 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176903288 176903476 ENST00000424564 16 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176863698 176863966 ENST00000424564 17 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176857207 176857340 ENST00000424564 18 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176853475 176853626 ENST00000424564 19 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176851995 176852130 ENST00000424564 20 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176845673 176845773 ENST00000424564 21 ASTN1 ENSG00000152092 Not Supported Not Supported +CDS 1 176837979 176838163 ENST00000424564 22 ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176905190 177134109 ENST00000281881 NA ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176945189 177001686 ENST00000473640 NA ASTN1 ENSG00000152092 Not Supported Not Supported +transcript 1 176998499 176998581 ENST00000365739 NA MIR488 ENSG00000202609 Not Supported Not Supported +transcript 1 177140633 177251558 ENST00000361539 NA BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177199013 177199281 ENST00000361539 2 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177225055 177225245 ENST00000361539 3 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177226312 177226520 ENST00000361539 4 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177242624 177242729 ENST00000361539 5 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177245334 177245570 ENST00000361539 6 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177247699 177247921 ENST00000361539 7 BRINP2 ENSG00000198797 Not Supported Not Supported +CDS 1 177249548 177250661 ENST00000361539 8 BRINP2 ENSG00000198797 Not Supported Not Supported +transcript 1 177225917 177226431 ENST00000460161 NA BRINP2 ENSG00000198797 Not Supported Not Supported +transcript 1 177225996 177250950 ENST00000478325 NA BRINP2 ENSG00000198797 Not Supported Not Supported +transcript 1 177155496 177155588 ENST00000410817 NA AL021398.1 ENSG00000222749 Not Supported Not Supported +transcript 1 177320722 177335408 ENST00000451341 NA RP1-35C21.1 ENSG00000224968 Not Supported Not Supported +transcript 1 177362423 177546084 ENST00000438575 NA RP1-35C21.2 ENSG00000227579 Not Supported Not Supported +transcript 1 177362815 177566844 ENST00000458070 NA RP1-35C21.2 ENSG00000227579 Not Supported Not Supported +transcript 1 177522005 177522095 ENST00000390740 NA AL122019.1 ENSG00000266393 Not Supported Not Supported +transcript 1 177669659 177679465 ENST00000427173 NA RP11-63B19.1 ENSG00000236720 Not Supported Not Supported +transcript 1 177893091 177897620 ENST00000441371 NA SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177896701 177905501 ENST00000495165 NA SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177898281 177939050 ENST00000308284 NA SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177936818 177937116 ENST00000308284 2 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177935028 177935140 ENST00000308284 3 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177934182 177934302 ENST00000308284 4 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177933306 177933414 ENST00000308284 5 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177930725 177930869 ENST00000308284 6 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177929926 177930074 ENST00000308284 7 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177929477 177929538 ENST00000308284 8 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927975 177928110 ENST00000308284 9 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927267 177927497 ENST00000308284 10 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177923414 177923511 ENST00000308284 11 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177921049 177921130 ENST00000308284 12 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177916960 177917077 ENST00000308284 13 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177915555 177915666 ENST00000308284 14 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177913696 177913801 ENST00000308284 15 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177911035 177911175 ENST00000308284 16 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177909745 177909849 ENST00000308284 17 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177908837 177908912 ENST00000308284 18 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177906349 177906648 ENST00000308284 19 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177905433 177905500 ENST00000308284 20 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177902619 177902771 ENST00000308284 21 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177902349 177902447 ENST00000308284 22 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177901833 177901941 ENST00000308284 23 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177901625 177901704 ENST00000308284 24 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177899680 177899778 ENST00000308284 25 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177898996 177899064 ENST00000308284 26 SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177898970 177917779 ENST00000327037 NA SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177898993 177953438 ENST00000528461 NA SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177936818 177937116 ENST00000528461 2 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177935028 177935140 ENST00000528461 3 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177934182 177934302 ENST00000528461 4 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177933306 177933414 ENST00000528461 5 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177930725 177930869 ENST00000528461 6 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177929926 177930074 ENST00000528461 7 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177928099 177928110 ENST00000528461 8 SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177913694 177927554 ENST00000526773 NA SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177914467 177939348 ENST00000464631 NA SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177936818 177937116 ENST00000464631 2 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177935028 177935140 ENST00000464631 3 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177934182 177934302 ENST00000464631 4 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177933306 177933414 ENST00000464631 5 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177930725 177930869 ENST00000464631 6 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177929926 177930077 ENST00000464631 7 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177929477 177929538 ENST00000464631 8 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927975 177928110 ENST00000464631 9 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927267 177927497 ENST00000464631 10 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177923414 177923511 ENST00000464631 11 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177921049 177921130 ENST00000464631 12 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177916960 177917077 ENST00000464631 13 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177915458 177915666 ENST00000464631 14 SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177915555 177928038 ENST00000527976 NA SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927975 177928038 ENST00000527976 1 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177927267 177927497 ENST00000527976 2 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177916960 177917077 ENST00000527976 3 SEC16B ENSG00000120341 Not Supported Not Supported +CDS 1 177915555 177915666 ENST00000527976 4 SEC16B ENSG00000120341 Not Supported Not Supported +transcript 1 177897923 177991679 ENST00000354921 NA RP4-798P15.3 ENSG00000254154 Not Supported Not Supported +transcript 1 177897926 177991722 ENST00000466953 NA RP4-798P15.3 ENSG00000254154 Not Supported Not Supported +transcript 1 177897926 178007142 ENST00000464428 NA RP4-798P15.3 ENSG00000254154 Not Supported Not Supported +transcript 1 177975271 178007085 ENST00000476232 NA RP11-568K15.1 ENSG00000242193 Not Supported Not Supported +transcript 1 177977219 178007081 ENST00000462729 NA RP11-568K15.1 ENSG00000242193 Not Supported Not Supported +transcript 1 177991546 178007082 ENST00000512906 NA RP11-568K15.1 ENSG00000242193 Not Supported Not Supported +transcript 1 178004409 178007059 ENST00000481349 NA RP11-568K15.1 ENSG00000242193 Not Supported Not Supported +transcript 1 178060643 178063119 ENST00000421505 NA RASAL2-AS1 ENSG00000224687 Not Supported Not Supported +transcript 1 178060644 178062735 ENST00000419458 NA RASAL2-AS1 ENSG00000224687 Not Supported Not Supported +transcript 1 178062285 178062707 ENST00000452867 NA RASAL2-AS1 ENSG00000224687 Not Supported Not Supported +transcript 1 178062864 178448644 ENST00000448150 NA RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178063682 178063829 ENST00000448150 1 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178252699 178252826 ENST00000448150 2 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178269127 178269253 ENST00000448150 3 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178359235 178359341 ENST00000448150 4 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178389646 178389755 ENST00000448150 5 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178408557 178408710 ENST00000448150 6 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178410684 178410782 ENST00000448150 7 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178411810 178412364 ENST00000448150 8 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178414653 178414797 ENST00000448150 9 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178420706 178420850 ENST00000448150 10 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178421551 178421787 ENST00000448150 11 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178423582 178423783 ENST00000448150 12 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178425835 178426034 ENST00000448150 13 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178426818 178427679 ENST00000448150 14 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178433413 178433547 ENST00000448150 15 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178435055 178435257 ENST00000448150 16 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178436469 178436556 ENST00000448150 17 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178442210 178442371 ENST00000448150 18 RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178063276 178442557 ENST00000367649 NA RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178063628 178063829 ENST00000367649 1 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178252699 178252826 ENST00000367649 2 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178269127 178269253 ENST00000367649 3 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178359235 178359341 ENST00000367649 4 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178389646 178389755 ENST00000367649 5 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178408557 178408710 ENST00000367649 6 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178410684 178410782 ENST00000367649 7 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178411810 178412364 ENST00000367649 8 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178414653 178414797 ENST00000367649 9 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178420706 178420850 ENST00000367649 10 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178421551 178421787 ENST00000367649 11 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178423582 178423783 ENST00000367649 12 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178425856 178426034 ENST00000367649 13 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178426818 178427679 ENST00000367649 14 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178433413 178433547 ENST00000367649 15 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178435055 178435257 ENST00000367649 16 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178436469 178436556 ENST00000367649 17 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178442210 178442371 ENST00000367649 18 RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178090096 178269190 ENST00000465723 NA RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178310606 178447985 ENST00000462775 NA RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178310731 178310743 ENST00000462775 1 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178359235 178359341 ENST00000462775 2 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178389646 178389755 ENST00000462775 3 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178408557 178408710 ENST00000462775 4 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178410684 178410782 ENST00000462775 5 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178411810 178412364 ENST00000462775 6 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178414653 178414797 ENST00000462775 7 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178420706 178420850 ENST00000462775 8 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178421551 178421787 ENST00000462775 9 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178423582 178423783 ENST00000462775 10 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178425835 178426034 ENST00000462775 11 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178426818 178427679 ENST00000462775 12 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178433413 178433547 ENST00000462775 13 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178435055 178435257 ENST00000462775 14 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178436469 178436556 ENST00000462775 15 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178442210 178442371 ENST00000462775 16 RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178421572 178442657 ENST00000433130 NA RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178421572 178421787 ENST00000433130 1 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178423582 178423783 ENST00000433130 2 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178425835 178426034 ENST00000433130 3 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178426818 178427679 ENST00000433130 4 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178433413 178433547 ENST00000433130 5 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178435055 178435257 ENST00000433130 6 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178436469 178436556 ENST00000433130 7 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178439828 178439858 ENST00000433130 8 RASAL2 ENSG00000075391 Not Supported Not Supported +CDS 1 178442210 178442352 ENST00000433130 9 RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178425610 178427042 ENST00000463079 NA RASAL2 ENSG00000075391 Not Supported Not Supported +transcript 1 178163477 178163844 ENST00000605307 NA RP11-21M7.2 ENSG00000270575 Not Supported Not Supported +transcript 1 178380751 178381107 ENST00000455621 NA RP4-765C7.2 ENSG00000213058 Not Supported Not Supported +transcript 1 178449742 178450341 ENST00000564300 NA RP4-593C16.3 ENSG00000260938 Not Supported Not Supported +transcript 1 178465031 178468769 ENST00000445098 NA LINC00083 ENSG00000188585 Not Supported Not Supported +transcript 1 178482212 178491784 ENST00000319416 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482362 ENST00000319416 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483212 ENST00000319416 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483903 ENST00000319416 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178484994 178485050 ENST00000319416 4 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485750 178485809 ENST00000319416 5 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489507 178489571 ENST00000319416 6 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489808 178490009 ENST00000319416 7 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490357 178490399 ENST00000319416 8 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178491460 178491572 ENST00000319416 9 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482212 178500693 ENST00000258298 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485762 178485809 ENST00000258298 5 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489507 178489571 ENST00000258298 6 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489808 178490009 ENST00000258298 7 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490357 178490399 ENST00000258298 8 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178494506 178494603 ENST00000258298 9 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178499256 178499312 ENST00000258298 10 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178500667 178500690 ENST00000258298 11 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482247 178490945 ENST00000367643 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482362 ENST00000367643 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483212 ENST00000367643 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483903 ENST00000367643 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178484994 178485050 ENST00000367643 4 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485750 178485809 ENST00000367643 5 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489507 178489571 ENST00000367643 6 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489808 178490009 ENST00000367643 7 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490357 178490399 ENST00000367643 8 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490807 178490856 ENST00000367643 9 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482253 178491783 ENST00000367642 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482362 ENST00000367642 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483320 ENST00000367642 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483885 ENST00000367642 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489652 178489699 ENST00000367642 4 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482265 178491784 ENST00000367641 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482362 ENST00000367641 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483212 ENST00000367641 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483903 ENST00000367641 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178484994 178485050 ENST00000367641 4 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485750 178485809 ENST00000367641 5 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489507 178489571 ENST00000367641 6 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489808 178490069 ENST00000367641 7 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482268 178517734 ENST00000419909 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482362 ENST00000419909 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483212 ENST00000419909 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483903 ENST00000419909 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178484994 178485050 ENST00000419909 4 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485728 178485775 ENST00000419909 5 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178482279 178492566 ENST00000367639 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178482324 178482386 ENST00000367639 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483162 178483212 ENST00000367639 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178483835 178483903 ENST00000367639 3 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178484994 178485050 ENST00000367639 4 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178485750 178485809 ENST00000367639 5 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489507 178489571 ENST00000367639 6 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489808 178490009 ENST00000367639 7 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490357 178490399 ENST00000367639 8 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178492437 178492471 ENST00000367639 9 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178489964 178490947 ENST00000442872 NA TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178489964 178490009 ENST00000442872 1 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490357 178490399 ENST00000442872 2 TEX35 ENSG00000240021 Not Supported Not Supported +CDS 1 178490693 178490756 ENST00000442872 3 TEX35 ENSG00000240021 Not Supported Not Supported +transcript 1 178511887 178514635 ENST00000367638 NA C1orf220 ENSG00000213057 Not Supported Not Supported +CDS 1 178514056 178514163 ENST00000367638 2 C1orf220 ENSG00000213057 Not Supported Not Supported +CDS 1 178514348 178514557 ENST00000367638 3 C1orf220 ENSG00000213057 Not Supported Not Supported +transcript 1 178511931 178518024 ENST00000521244 NA C1orf220 ENSG00000213057 Not Supported Not Supported +transcript 1 178514056 178518024 ENST00000319387 NA C1orf220 ENSG00000213057 Not Supported Not Supported +CDS 1 178514056 178514163 ENST00000319387 1 C1orf220 ENSG00000213057 Not Supported Not Supported +CDS 1 178514348 178514557 ENST00000319387 2 C1orf220 ENSG00000213057 Not Supported Not Supported +transcript 1 178511950 178517579 ENST00000367636 NA C1ORF220 ENSG00000184909 Not Supported Not Supported +CDS 1 178514615 178515016 ENST00000367636 2 C1ORF220 ENSG00000184909 Not Supported Not Supported +transcript 1 178530048 178530164 ENST00000364477 NA RNA5SP69 ENSG00000201347 Not Supported Not Supported +transcript 1 178620841 178621417 ENST00000608190 NA RP5-1098D14.1 ENSG00000273384 Not Supported Not Supported +transcript 1 178646884 178646969 ENST00000585257 NA MIR4424 ENSG00000266417 Not Supported Not Supported +transcript 1 178693441 178695420 ENST00000608517 NA RP11-428K3.1 ENSG00000273062 Not Supported Not Supported +transcript 1 178694300 178848923 ENST00000495034 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178694300 178889238 ENST00000367635 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178745900 178745956 ENST00000367635 2 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178753553 178753657 ENST00000367635 3 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178754692 178754742 ENST00000367635 4 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178777180 178777263 ENST00000367635 5 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178780450 178780539 ENST00000367635 6 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178790747 178790839 ENST00000367635 7 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178802559 178802685 ENST00000367635 8 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178846633 178846770 ENST00000367635 9 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178848037 178848127 ENST00000367635 10 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178852601 178852668 ENST00000367635 11 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178854211 178854346 ENST00000367635 12 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178855104 178855255 ENST00000367635 13 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178858777 178858831 ENST00000367635 14 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178861365 178861442 ENST00000367635 15 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178863054 178863159 ENST00000367635 16 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178866799 178866891 ENST00000367635 17 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178871241 178871346 ENST00000367635 18 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178875911 178876002 ENST00000367635 19 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178885465 178885491 ENST00000367635 20 RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178694379 178885784 ENST00000367634 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178745900 178745956 ENST00000367634 2 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178753553 178753657 ENST00000367634 3 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178754692 178754742 ENST00000367634 4 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178777180 178777263 ENST00000367634 5 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178780450 178780539 ENST00000367634 6 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178790747 178790839 ENST00000367634 7 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178802559 178802685 ENST00000367634 8 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178846633 178846770 ENST00000367634 9 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178848037 178848127 ENST00000367634 10 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178852601 178852668 ENST00000367634 11 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178854211 178854346 ENST00000367634 12 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178855104 178855255 ENST00000367634 13 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178858777 178858831 ENST00000367634 14 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178863054 178863159 ENST00000367634 15 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178866799 178866891 ENST00000367634 16 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178871241 178871346 ENST00000367634 17 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178875911 178876002 ENST00000367634 18 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178885465 178885491 ENST00000367634 19 RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178694531 178852668 ENST00000324778 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178745900 178745956 ENST00000324778 2 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178754692 178754742 ENST00000324778 3 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178777180 178777263 ENST00000324778 4 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178780450 178780539 ENST00000324778 5 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178790747 178790839 ENST00000324778 6 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178802559 178802685 ENST00000324778 7 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178846633 178846770 ENST00000324778 8 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178848037 178848127 ENST00000324778 9 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178852601 178852668 ENST00000324778 10 RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178846675 178863126 ENST00000477383 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178848080 178854756 ENST00000415888 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178848080 178848127 ENST00000415888 1 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178852601 178852668 ENST00000415888 2 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178854211 178854392 ENST00000415888 3 RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178855112 178863460 ENST00000480743 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178855214 178875946 ENST00000367632 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178855214 178855255 ENST00000367632 1 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178858777 178858831 ENST00000367632 2 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178863054 178863159 ENST00000367632 3 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178866799 178866891 ENST00000367632 4 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178871241 178871346 ENST00000367632 5 RALGPS2 ENSG00000116191 Not Supported Not Supported +CDS 1 178875911 178875946 ENST00000367632 6 RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178862973 178885510 ENST00000478871 NA RALGPS2 ENSG00000116191 Not Supported Not Supported +transcript 1 178715818 178716889 ENST00000423212 NA PTPN2P1 ENSG00000228196 Not Supported Not Supported +transcript 1 178722789 178722907 ENST00000364921 NA SNORA63 ENSG00000201791 Not Supported Not Supported +transcript 1 178818840 178840187 ENST00000234816 NA ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178834089 178834911 ENST00000234816 3 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178822729 178822922 ENST00000234816 4 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178821818 178822088 ENST00000234816 5 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178820267 178820451 ENST00000234816 6 ANGPTL1 ENSG00000116194 Not Supported Not Supported +transcript 1 178819759 178840157 ENST00000367629 NA ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178834089 178834911 ENST00000367629 2 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178822729 178822922 ENST00000367629 3 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178821818 178822088 ENST00000367629 4 ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178820267 178820451 ENST00000367629 5 ANGPTL1 ENSG00000116194 Not Supported Not Supported +transcript 1 178834569 178838413 ENST00000444255 NA ANGPTL1 ENSG00000116194 Not Supported Not Supported +CDS 1 178834569 178834911 ENST00000444255 2 ANGPTL1 ENSG00000116194 Not Supported Not Supported +transcript 1 178994939 179019451 ENST00000440702 NA FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179012983 179013359 ENST00000440702 2 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179019414 179019451 ENST00000440702 3 FAM20B ENSG00000116199 Not Supported Not Supported +transcript 1 178995031 179045697 ENST00000263733 NA FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179012983 179013359 ENST00000263733 2 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179019414 179019500 ENST00000263733 3 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179023664 179023773 ENST00000263733 4 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179033062 179033233 ENST00000263733 5 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179033440 179033631 ENST00000263733 6 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179035935 179035994 ENST00000263733 7 FAM20B ENSG00000116199 Not Supported Not Supported +CDS 1 179041048 179041276 ENST00000263733 8 FAM20B ENSG00000116199 Not Supported Not Supported +transcript 1 179004444 179004787 ENST00000431587 NA RP11-177A2.5 ENSG00000232750 Not Supported Not Supported +transcript 1 179050512 179065131 ENST00000367627 NA TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179051264 179051522 ENST00000367627 1 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179052075 179052188 ENST00000367627 2 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179054763 179055028 ENST00000367627 3 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179057046 179057224 ENST00000367627 4 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179063228 179063352 ENST00000367627 5 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179064103 179064350 ENST00000367627 6 TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179051205 179054990 ENST00000367625 NA TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179051264 179051522 ENST00000367625 1 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179052075 179052188 ENST00000367625 2 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179054904 179054990 ENST00000367625 3 TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179051213 179057218 ENST00000483887 NA TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179051264 179051522 ENST00000483887 1 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179051854 179051885 ENST00000483887 2 TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179051221 179067158 ENST00000352445 NA TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179051264 179051522 ENST00000352445 1 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179052075 179052188 ENST00000352445 2 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179054763 179055028 ENST00000352445 3 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179057046 179057224 ENST00000352445 4 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179063228 179063352 ENST00000352445 5 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179066963 179067027 ENST00000352445 6 TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179051316 179063270 ENST00000472001 NA TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179054507 179063256 ENST00000447595 NA TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179054714 179055028 ENST00000447595 1 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179057046 179057224 ENST00000447595 2 TOR3A ENSG00000186283 Not Supported Not Supported +CDS 1 179063228 179063256 ENST00000447595 3 TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179054933 179057631 ENST00000495145 NA TOR3A ENSG00000186283 Not Supported Not Supported +transcript 1 179068462 179198736 ENST00000502732 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179198376 179198532 ENST00000502732 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179102447 179102509 ENST00000502732 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000502732 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000502732 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000502732 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000502732 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000502732 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000502732 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000502732 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000502732 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000502732 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078576 ENST00000502732 12 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179068463 179112179 ENST00000408940 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179112068 179112179 ENST00000408940 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000408940 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000408940 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000408940 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000408940 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000408940 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000408940 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000408940 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000408940 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000408940 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078576 ENST00000408940 11 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179073183 179112224 ENST00000344730 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179112068 179112179 ENST00000344730 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179102447 179102509 ENST00000344730 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000344730 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000344730 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000344730 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000344730 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000344730 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000344730 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000344730 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000344730 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000344730 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179078343 179078576 ENST00000344730 12 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078033 ENST00000344730 13 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179076734 179112191 ENST00000512653 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179112068 179112179 ENST00000512653 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179102447 179102509 ENST00000512653 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000512653 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000512653 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000512653 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000512653 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000512653 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000512653 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000512653 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000512653 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000512653 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078576 ENST00000512653 12 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179076853 179112179 ENST00000504405 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179112068 179112179 ENST00000504405 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000504405 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000504405 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000504405 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000504405 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000504405 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000504405 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000504405 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000504405 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000504405 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179078343 179078576 ENST00000504405 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078033 ENST00000504405 12 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179076853 179198532 ENST00000367623 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179198376 179198532 ENST00000367623 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000367623 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000367623 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000367623 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000367623 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000367623 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000367623 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000367623 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000367623 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000367623 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078576 ENST00000367623 11 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179076853 179198532 ENST00000507173 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179198376 179198532 ENST00000507173 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000507173 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000507173 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000507173 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000507173 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000507173 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000507173 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000507173 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000507173 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000507173 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179078343 179078576 ENST00000507173 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078033 ENST00000507173 12 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179076853 179198532 ENST00000511413 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179198376 179198532 ENST00000511413 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179102447 179102509 ENST00000511413 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000511413 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000511413 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000511413 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000511413 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000511413 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000511413 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000511413 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000511413 10 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079417 179079590 ENST00000511413 11 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179078343 179078576 ENST00000511413 12 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179076856 179078033 ENST00000511413 13 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179079716 179198819 ENST00000392043 NA ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179198376 179198532 ENST00000392043 1 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179100446 179100616 ENST00000392043 2 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179095512 179095807 ENST00000392043 3 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179090730 179091002 ENST00000392043 4 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179089325 179089409 ENST00000392043 5 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179087722 179087899 ENST00000392043 6 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179086467 179086651 ENST00000392043 7 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179084013 179084165 ENST00000392043 8 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179081444 179081533 ENST00000392043 9 ABL2 ENSG00000143322 Not Supported Not Supported +CDS 1 179079943 179079980 ENST00000392043 10 ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179085958 179112204 ENST00000509520 NA ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179085987 179112211 ENST00000504324 NA ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179100347 179112209 ENST00000508127 NA ABL2 ENSG00000143322 Not Supported Not Supported +transcript 1 179106899 179107069 ENST00000424885 NA RP11-345I18.1 ENSG00000234041 Not Supported Not Supported +transcript 1 179152869 179153682 ENST00000424368 NA SETP10 ENSG00000231905 Not Supported Not Supported +transcript 1 179165608 179165714 ENST00000391036 NA SNORA67 ENSG00000212338 Not Supported Not Supported +transcript 1 179170622 179170762 ENST00000364749 NA SNORA67 ENSG00000201619 Not Supported Not Supported +transcript 1 179170840 179171061 ENST00000451239 NA EIF4A1P11 ENSG00000231564 Not Supported Not Supported +transcript 1 179190073 179191260 ENST00000443050 NA RP11-345I18.4 ENSG00000225711 Not Supported Not Supported +transcript 1 179224868 179225216 ENST00000416911 NA COX5BP8 ENSG00000223794 Not Supported Not Supported +transcript 1 179240251 179240401 ENST00000426359 NA RP11-345I18.6 ENSG00000228191 Not Supported Not Supported +transcript 1 179262925 179322942 ENST00000539888 NA SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179304659 179304792 ENST00000539888 3 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179306972 179307031 ENST00000539888 4 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179308573 179308680 ENST00000539888 5 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179310163 179310445 ENST00000539888 6 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311249 179311327 ENST00000539888 7 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311997 179312078 ENST00000539888 8 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179312725 179312770 ENST00000539888 9 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179314082 179314211 ENST00000539888 10 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179316735 179316832 ENST00000539888 11 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179317979 179318077 ENST00000539888 12 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179319431 179319566 ENST00000539888 13 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179320452 179320597 ENST00000539888 14 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179322720 179322773 ENST00000539888 15 SOAT1 ENSG00000057252 Not Supported Not Supported +transcript 1 179262932 179323138 ENST00000540564 NA SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179271935 179271937 ENST00000540564 2 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179304641 179304792 ENST00000540564 3 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179306972 179307031 ENST00000540564 4 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179308573 179308680 ENST00000540564 5 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179310163 179310445 ENST00000540564 6 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311249 179311327 ENST00000540564 7 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311997 179312078 ENST00000540564 8 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179312725 179312770 ENST00000540564 9 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179314082 179314211 ENST00000540564 10 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179316735 179316832 ENST00000540564 11 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179317979 179318077 ENST00000540564 12 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179319431 179319566 ENST00000540564 13 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179320452 179320597 ENST00000540564 14 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179322720 179322773 ENST00000540564 15 SOAT1 ENSG00000057252 Not Supported Not Supported +transcript 1 179262932 179322997 ENST00000535686 NA SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311261 179311327 ENST00000535686 6 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311997 179312078 ENST00000535686 7 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179312725 179312770 ENST00000535686 8 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179314082 179314211 ENST00000535686 9 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179316735 179316832 ENST00000535686 10 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179317979 179318077 ENST00000535686 11 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179319431 179319566 ENST00000535686 12 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179320452 179320597 ENST00000535686 13 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179322720 179322773 ENST00000535686 14 SOAT1 ENSG00000057252 Not Supported Not Supported +transcript 1 179262937 179327815 ENST00000367619 NA SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179271820 179271937 ENST00000367619 2 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179292572 179292630 ENST00000367619 3 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179304641 179304792 ENST00000367619 4 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179306972 179307031 ENST00000367619 5 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179308573 179308680 ENST00000367619 6 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179310163 179310445 ENST00000367619 7 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311249 179311327 ENST00000367619 8 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179311997 179312078 ENST00000367619 9 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179312725 179312770 ENST00000367619 10 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179314082 179314211 ENST00000367619 11 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179316735 179316832 ENST00000367619 12 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179317979 179318077 ENST00000367619 13 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179319431 179319566 ENST00000367619 14 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179320452 179320597 ENST00000367619 15 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179322720 179322773 ENST00000367619 16 SOAT1 ENSG00000057252 Not Supported Not Supported +transcript 1 179263455 179310445 ENST00000426956 NA SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179271820 179271937 ENST00000426956 2 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179292572 179292630 ENST00000426956 3 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179304641 179304792 ENST00000426956 4 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179306972 179307031 ENST00000426956 5 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179308573 179308680 ENST00000426956 6 SOAT1 ENSG00000057252 Not Supported Not Supported +CDS 1 179310163 179310445 ENST00000426956 7 SOAT1 ENSG00000057252 Not Supported Not Supported +transcript 1 179333448 179333743 ENST00000577343 NA RN7SL374P ENSG00000263633 Not Supported Not Supported +transcript 1 179334855 179348617 ENST00000509175 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337964 179338107 ENST00000509175 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000509175 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000509175 4 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179348532 179348617 ENST00000509175 5 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179334855 179523870 ENST00000367618 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179335645 179335741 ENST00000367618 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337935 179338107 ENST00000367618 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000367618 4 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000367618 5 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179348532 179348617 ENST00000367618 6 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179351835 179351891 ENST00000367618 7 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179352577 179352679 ENST00000367618 8 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179354373 179354494 ENST00000367618 9 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179363038 179363178 ENST00000367618 10 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179364233 179364337 ENST00000367618 11 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179380281 179380401 ENST00000367618 12 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179398653 179398754 ENST00000367618 13 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179399587 179399741 ENST00000367618 14 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179401402 179401477 ENST00000367618 15 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179414105 179414339 ENST00000367618 16 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179437578 179437776 ENST00000367618 17 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179452263 179452356 ENST00000367618 18 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179460673 179460872 ENST00000367618 19 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179461990 179462086 ENST00000367618 20 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179478431 179478538 ENST00000367618 21 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179494469 179494582 ENST00000367618 22 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179497462 179497566 ENST00000367618 23 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179502930 179503012 ENST00000367618 24 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179503865 179504097 ENST00000367618 25 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179523647 179523651 ENST00000367618 26 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179334861 179339214 ENST00000507383 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337964 179338107 ENST00000507383 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339214 ENST00000507383 3 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179334873 179338073 ENST00000508229 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179335645 179335741 ENST00000508229 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337935 179338073 ENST00000508229 3 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179334876 179460786 ENST00000457238 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179335645 179335741 ENST00000457238 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337935 179338107 ENST00000457238 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000457238 4 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000457238 5 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179348532 179348617 ENST00000457238 6 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179351835 179351891 ENST00000457238 7 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179352577 179352679 ENST00000457238 8 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179354373 179354494 ENST00000457238 9 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179363038 179363178 ENST00000457238 10 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179364233 179364337 ENST00000457238 11 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179380281 179380401 ENST00000457238 12 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179398653 179398754 ENST00000457238 13 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179399587 179399741 ENST00000457238 14 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179401402 179401477 ENST00000457238 15 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179414105 179414339 ENST00000457238 16 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179418206 179418348 ENST00000457238 17 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179437578 179437601 ENST00000457238 18 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179335107 179339214 ENST00000508285 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179335645 179335741 ENST00000508285 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337935 179338107 ENST00000508285 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339214 ENST00000508285 4 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179335107 179347892 ENST00000511889 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337964 179338107 ENST00000511889 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000511889 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000511889 4 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179335107 179354437 ENST00000510593 NA AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179335107 179523870 ENST00000511157 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179335645 179335741 ENST00000511157 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179337935 179338107 ENST00000511157 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000511157 4 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000511157 5 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179348532 179348617 ENST00000511157 6 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179351835 179351891 ENST00000511157 7 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179352577 179352679 ENST00000511157 8 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179354373 179354494 ENST00000511157 9 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179363038 179363178 ENST00000511157 10 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179364233 179364337 ENST00000511157 11 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179380281 179380401 ENST00000511157 12 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179398653 179398754 ENST00000511157 13 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179399587 179399741 ENST00000511157 14 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179401402 179401477 ENST00000511157 15 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179437578 179437601 ENST00000511157 16 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179335112 179437852 ENST00000461179 NA AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179338036 179523870 ENST00000434088 NA AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179338036 179338107 ENST00000434088 1 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179339110 179339213 ENST00000434088 2 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179347772 179347892 ENST00000434088 3 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179348532 179348617 ENST00000434088 4 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179351835 179351891 ENST00000434088 5 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179352577 179352679 ENST00000434088 6 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179354373 179354494 ENST00000434088 7 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179363038 179363178 ENST00000434088 8 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179364233 179364337 ENST00000434088 9 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179380281 179380401 ENST00000434088 10 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179398653 179398754 ENST00000434088 11 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179399587 179399741 ENST00000434088 12 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179401402 179401477 ENST00000434088 13 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179414105 179414339 ENST00000434088 14 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179437578 179437776 ENST00000434088 15 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179452263 179452356 ENST00000434088 16 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179460673 179460872 ENST00000434088 17 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179461990 179462086 ENST00000434088 18 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179497462 179497566 ENST00000434088 19 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179502930 179503012 ENST00000434088 20 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179503865 179504097 ENST00000434088 21 AXDND1 ENSG00000162779 Not Supported Not Supported +CDS 1 179523647 179523654 ENST00000434088 22 AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179460838 179523870 ENST00000484883 NA AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179503628 179523848 ENST00000484455 NA AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179520202 179523868 ENST00000489080 NA AXDND1 ENSG00000162779 Not Supported Not Supported +transcript 1 179416713 179417575 ENST00000454867 NA MEF2AP1 ENSG00000224620 Not Supported Not Supported +transcript 1 179416737 179426450 ENST00000411857 NA HNRNPA1P54 ENSG00000236539 Not Supported Not Supported +transcript 1 179443716 179457805 ENST00000600581 NA AL160286.1 ENSG00000269064 Not Supported Not Supported +CDS 1 179457738 179457805 ENST00000600581 1 AL160286.1 ENSG00000269064 Not Supported Not Supported +CDS 1 179443716 179443776 ENST00000600581 2 AL160286.1 ENSG00000269064 Not Supported Not Supported +transcript 1 179512336 179518057 ENST00000569644 NA RP11-545A16.1 ENSG00000261250 Not Supported Not Supported +transcript 1 179519674 179545068 ENST00000367615 NA NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179544726 179544999 ENST00000367615 1 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179533825 179533928 ENST00000367615 2 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179530424 179530496 ENST00000367615 3 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179528814 179528896 ENST00000367615 4 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179526162 179526365 ENST00000367615 5 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179523611 179523666 ENST00000367615 6 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179521738 179521816 ENST00000367615 7 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179520311 179520586 ENST00000367615 8 NPHS2 ENSG00000116218 Not Supported Not Supported +transcript 1 179519674 179545087 ENST00000367616 NA NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179544726 179544999 ENST00000367616 1 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179533825 179533928 ENST00000367616 2 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179530424 179530496 ENST00000367616 3 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179528814 179528896 ENST00000367616 4 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179523611 179523666 ENST00000367616 5 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179521738 179521816 ENST00000367616 6 NPHS2 ENSG00000116218 Not Supported Not Supported +CDS 1 179520311 179520586 ENST00000367616 7 NPHS2 ENSG00000116218 Not Supported Not Supported +transcript 1 179545403 179545484 ENST00000516066 NA RNU5F-2P ENSG00000251875 Not Supported Not Supported +transcript 1 179555840 179558310 ENST00000427215 NA RP11-545A16.3 ENSG00000227141 Not Supported Not Supported +transcript 1 179559507 179560440 ENST00000567150 NA RP11-545A16.4 ENSG00000261060 Not Supported Not Supported +transcript 1 179560748 179660405 ENST00000367614 NA TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179561751 179561982 ENST00000367614 2 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179562595 179563002 ENST00000367614 3 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179564763 179564953 ENST00000367614 4 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179587734 179587817 ENST00000367614 5 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179590170 179590226 ENST00000367614 6 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179599902 179600055 ENST00000367614 7 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179603592 179603764 ENST00000367614 8 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179604802 179605022 ENST00000367614 9 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179608974 179609186 ENST00000367614 10 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179609514 179609580 ENST00000367614 11 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179620002 179620202 ENST00000367614 12 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179621174 179621332 ENST00000367614 13 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179631239 179631421 ENST00000367614 14 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179632483 179632626 ENST00000367614 15 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179638329 179638539 ENST00000367614 16 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179659831 179660075 ENST00000367614 17 TDRD5 ENSG00000162782 Not Supported Not Supported +transcript 1 179561025 179660407 ENST00000294848 NA TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179561751 179561982 ENST00000294848 2 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179562595 179563002 ENST00000294848 3 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179564763 179564953 ENST00000294848 4 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179587734 179587817 ENST00000294848 5 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179590170 179590226 ENST00000294848 6 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179599902 179600055 ENST00000294848 7 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179603592 179603764 ENST00000294848 8 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179604802 179605022 ENST00000294848 9 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179608974 179609186 ENST00000294848 10 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179609514 179609580 ENST00000294848 11 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179620002 179620202 ENST00000294848 12 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179621174 179621332 ENST00000294848 13 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179631239 179631421 ENST00000294848 14 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179632483 179632626 ENST00000294848 15 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179638329 179638539 ENST00000294848 16 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179659831 179660075 ENST00000294848 17 TDRD5 ENSG00000162782 Not Supported Not Supported +transcript 1 179561025 179660398 ENST00000444136 NA TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179561751 179561982 ENST00000444136 2 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179562595 179563002 ENST00000444136 3 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179564763 179564953 ENST00000444136 4 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179587734 179587817 ENST00000444136 5 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179590170 179590226 ENST00000444136 6 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179599902 179600055 ENST00000444136 7 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179603592 179603764 ENST00000444136 8 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179604802 179605022 ENST00000444136 9 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179608974 179609186 ENST00000444136 10 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179609514 179609580 ENST00000444136 11 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179620002 179620202 ENST00000444136 12 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179621174 179621332 ENST00000444136 13 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179623336 179623497 ENST00000444136 14 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179631239 179631421 ENST00000444136 15 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179632483 179632626 ENST00000444136 16 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179638329 179638539 ENST00000444136 17 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179659831 179660075 ENST00000444136 18 TDRD5 ENSG00000162782 Not Supported Not Supported +transcript 1 179609086 179660407 ENST00000417329 NA TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179609086 179609186 ENST00000417329 1 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179609514 179609580 ENST00000417329 2 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179620002 179620202 ENST00000417329 3 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179621174 179621332 ENST00000417329 4 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179623336 179623497 ENST00000417329 5 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179631239 179631421 ENST00000417329 6 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179632483 179632626 ENST00000417329 7 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179638329 179638539 ENST00000417329 8 TDRD5 ENSG00000162782 Not Supported Not Supported +CDS 1 179659831 179660078 ENST00000417329 9 TDRD5 ENSG00000162782 Not Supported Not Supported +transcript 1 179679385 179679481 ENST00000408620 NA AL359853.1 ENSG00000221547 Not Supported Not Supported +transcript 1 179699352 179711832 ENST00000423879 NA RP11-12M5.1 ENSG00000243062 Not Supported Not Supported +transcript 1 179711144 179711832 ENST00000451471 NA RP11-12M5.1 ENSG00000243062 Not Supported Not Supported +transcript 1 179712298 179785333 ENST00000341785 NA FAM163A ENSG00000143340 Not Supported Not Supported +CDS 1 179782233 179782325 ENST00000341785 4 FAM163A ENSG00000143340 Not Supported Not Supported +CDS 1 179782914 179783321 ENST00000341785 5 FAM163A ENSG00000143340 Not Supported Not Supported +transcript 1 179785319 179786559 ENST00000453051 NA RP11-12M5.3 ENSG00000229407 Not Supported Not Supported +transcript 1 179785319 179787326 ENST00000415218 NA RP11-12M5.3 ENSG00000229407 Not Supported Not Supported +transcript 1 179798744 179805259 ENST00000442108 NA RP11-12M5.4 ENSG00000231966 Not Supported Not Supported +transcript 1 179809102 179846934 ENST00000367612 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179821767 179821800 ENST00000367612 3 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179819980 179820498 ENST00000367612 4 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179816670 179816771 ENST00000367612 5 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179815209 179815963 ENST00000367612 6 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179813066 179846938 ENST00000609928 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179821767 179821800 ENST00000609928 4 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179819980 179820498 ENST00000609928 5 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179816670 179816771 ENST00000609928 6 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +CDS 1 179815209 179815963 ENST00000609928 7 TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179828165 179846934 ENST00000482587 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179834200 179846925 ENST00000495650 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179836662 179846917 ENST00000474318 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179842841 179846907 ENST00000483123 NA TOR1AIP2 ENSG00000169905 Not Supported Not Supported +transcript 1 179833916 179834311 ENST00000553856 NA IFRG15 ENSG00000258664 Not Supported Not Supported +CDS 1 179833919 179834311 ENST00000553856 1 IFRG15 ENSG00000258664 Not Supported Not Supported +transcript 1 179850742 179851730 ENST00000610272 NA RP11-533E19.7 ENSG00000272906 Not Supported Not Supported +transcript 1 179851177 179888843 ENST00000528443 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179851638 179852112 ENST00000528443 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000528443 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858445 179858504 ENST00000528443 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179869261 179869302 ENST00000528443 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000528443 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000528443 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000528443 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000528443 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883189 ENST00000528443 9 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179886587 179887371 ENST00000528443 10 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179851432 179888412 ENST00000271583 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179851638 179852112 ENST00000271583 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000271583 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858445 179858504 ENST00000271583 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179869261 179869302 ENST00000271583 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000271583 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000271583 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000271583 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000271583 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179882721 179882765 ENST00000271583 9 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883189 ENST00000271583 10 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179886587 179887371 ENST00000271583 11 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179851447 179894135 ENST00000606911 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179851638 179852112 ENST00000606911 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000606911 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858448 179858504 ENST00000606911 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179869261 179869302 ENST00000606911 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000606911 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000606911 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000606911 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000606911 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883189 ENST00000606911 9 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179886587 179887371 ENST00000606911 10 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179851831 179889212 ENST00000435319 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179852001 179852112 ENST00000435319 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000435319 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858448 179858504 ENST00000435319 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179869261 179869302 ENST00000435319 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000435319 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000435319 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000435319 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000435319 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883189 ENST00000435319 9 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179886587 179887371 ENST00000435319 10 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179851929 179883137 ENST00000531630 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179851929 179852112 ENST00000531630 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000531630 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858448 179858504 ENST00000531630 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000531630 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000531630 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000531630 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000531630 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883137 ENST00000531630 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179852024 179883189 ENST00000527391 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179852024 179852127 ENST00000527391 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179853827 179853904 ENST00000527391 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179858448 179858504 ENST00000527391 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179869261 179869302 ENST00000527391 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179870437 179870523 ENST00000527391 5 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000527391 6 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000527391 7 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000527391 8 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179883133 179883189 ENST00000527391 9 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179852101 179873157 ENST00000529091 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179852101 179852201 ENST00000529091 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179852749 179852838 ENST00000529091 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179853072 179870522 ENST00000527867 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179853097 179886860 ENST00000474875 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179853103 179873876 ENST00000531726 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179853120 179877760 ENST00000524653 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179873101 179887306 ENST00000447964 NA TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179873101 179873157 ENST00000447964 1 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179876958 179876999 ENST00000447964 2 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179877740 179877808 ENST00000447964 3 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +CDS 1 179886587 179887306 ENST00000447964 4 TOR1AIP1 ENSG00000143337 Not Supported Not Supported +transcript 1 179869397 179869697 ENST00000580835 NA RN7SL230P ENSG00000264916 Not Supported Not Supported +transcript 1 179895776 179910931 ENST00000567486 NA RP11-533E19.2 ENSG00000261831 Not Supported Not Supported +transcript 1 179922319 179923575 ENST00000567904 NA RP11-533E19.5 ENSG00000260360 Not Supported Not Supported +transcript 1 179923873 180084015 ENST00000367607 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179955317 179955389 ENST00000367607 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179956375 179956421 ENST00000367607 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179959642 179959756 ENST00000367607 4 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179961197 179961356 ENST00000367607 5 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179965688 179966310 ENST00000367607 6 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179972309 179972422 ENST00000367607 7 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179975589 179975702 ENST00000367607 8 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179981064 179981210 ENST00000367607 9 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179982982 179983640 ENST00000367607 10 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179984984 179985105 ENST00000367607 11 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179989084 179990144 ENST00000367607 12 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179991833 179991983 ENST00000367607 13 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179993554 179993717 ENST00000367607 14 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180000455 180000629 ENST00000367607 15 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180002997 180003217 ENST00000367607 16 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180006061 180006224 ENST00000367607 17 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180010273 180010383 ENST00000367607 18 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180010797 180010937 ENST00000367607 19 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180012191 180012327 ENST00000367607 20 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180013186 180013308 ENST00000367607 21 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180017671 180017840 ENST00000367607 22 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180022105 180022301 ENST00000367607 23 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180022885 180023069 ENST00000367607 24 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180023550 180023637 ENST00000367607 25 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180031355 180031501 ENST00000367607 26 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180034250 180034407 ENST00000367607 27 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180044157 180044356 ENST00000367607 28 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180047598 180047809 ENST00000367607 29 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180049652 180049796 ENST00000367607 30 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180053153 180053313 ENST00000367607 31 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180056713 180056852 ENST00000367607 32 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180059849 180059931 ENST00000367607 33 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180061749 180063751 ENST00000367607 34 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180064658 180065065 ENST00000367607 35 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180065173 180065319 ENST00000367607 36 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180067998 180068120 ENST00000367607 37 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180080132 180080293 ENST00000367607 38 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 179923908 179966098 ENST00000491495 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179924239 179924277 ENST00000491495 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179955316 179955389 ENST00000491495 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179956378 179956421 ENST00000491495 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179961197 179961356 ENST00000491495 4 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179965688 179966098 ENST00000491495 5 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 179955317 179961356 ENST00000357434 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179955317 179955389 ENST00000357434 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179956378 179956421 ENST00000357434 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179959642 179959756 ENST00000357434 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 179961197 179961356 ENST00000357434 4 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180010338 180022969 ENST00000418229 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180010338 180010383 ENST00000418229 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180010797 180010937 ENST00000418229 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180012191 180012327 ENST00000418229 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180013186 180013308 ENST00000418229 4 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180017671 180017840 ENST00000418229 5 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180021359 180021451 ENST00000418229 6 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180022105 180022301 ENST00000418229 7 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180022885 180022969 ENST00000418229 8 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180010797 180017840 ENST00000490047 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180010797 180010937 ENST00000490047 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180013186 180013218 ENST00000490047 2 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180042954 180082515 ENST00000429851 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180042954 180043043 ENST00000429851 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180044157 180044356 ENST00000429851 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180047598 180047809 ENST00000429851 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180049652 180049796 ENST00000429851 4 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180053153 180053313 ENST00000429851 5 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180056713 180056852 ENST00000429851 6 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180059849 180059931 ENST00000429851 7 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180061749 180063751 ENST00000429851 8 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180064658 180065065 ENST00000429851 9 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180065173 180065319 ENST00000429851 10 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180067998 180068120 ENST00000429851 11 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180080132 180080296 ENST00000429851 12 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180049652 180053415 ENST00000437245 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180049652 180049796 ENST00000437245 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180053153 180053340 ENST00000437245 2 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180054715 180059883 ENST00000484356 NA CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180054739 180080327 ENST00000490141 NA CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180062849 180082515 ENST00000417046 NA CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180062849 180063751 ENST00000417046 1 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180064658 180065065 ENST00000417046 2 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180065173 180065319 ENST00000417046 3 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180067998 180068120 ENST00000417046 4 CEP350 ENSG00000135837 Not Supported Not Supported +CDS 1 180080132 180080296 ENST00000417046 5 CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 180064282 180080166 ENST00000496440 NA CEP350 ENSG00000135837 Not Supported Not Supported +transcript 1 179937821 179938641 ENST00000447583 NA RP11-533E19.3 ENSG00000235145 Not Supported Not Supported +transcript 1 179969573 179969943 ENST00000424289 NA RP11-52I18.1 ENSG00000223450 Not Supported Not Supported +transcript 1 180086275 180093025 ENST00000566904 NA RP11-502H18.2 ENSG00000261817 Not Supported Not Supported +transcript 1 180123969 180173165 ENST00000367602 NA QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180124043 180124307 ENST00000367602 1 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180135626 180135726 ENST00000367602 2 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180144456 180144501 ENST00000367602 3 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180145066 180145168 ENST00000367602 4 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180147929 180148019 ENST00000367602 5 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180151309 180151454 ENST00000367602 6 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180153051 180153185 ENST00000367602 7 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180155188 180155317 ENST00000367602 8 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180158687 180158809 ENST00000367602 9 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180159568 180159715 ENST00000367602 10 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180163348 180163527 ENST00000367602 11 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180165397 180166169 ENST00000367602 12 QSOX1 ENSG00000116260 Not Supported Not Supported +transcript 1 180124005 180158809 ENST00000392029 NA QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180124043 180124307 ENST00000392029 1 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180135626 180135726 ENST00000392029 2 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180144456 180144501 ENST00000392029 3 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180147929 180147981 ENST00000392029 4 QSOX1 ENSG00000116260 Not Supported Not Supported +transcript 1 180124032 180167169 ENST00000367600 NA QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180124043 180124307 ENST00000367600 1 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180135626 180135726 ENST00000367600 2 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180144456 180144501 ENST00000367600 3 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180145066 180145168 ENST00000367600 4 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180147929 180148019 ENST00000367600 5 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180151309 180151454 ENST00000367600 6 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180153051 180153185 ENST00000367600 7 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180155188 180155317 ENST00000367600 8 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180158687 180158809 ENST00000367600 9 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180159568 180159715 ENST00000367600 10 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180163348 180163527 ENST00000367600 11 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180165397 180165734 ENST00000367600 12 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180166468 180166473 ENST00000367600 13 QSOX1 ENSG00000116260 Not Supported Not Supported +transcript 1 180165817 180167151 ENST00000443059 NA QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180165817 180166025 ENST00000443059 1 QSOX1 ENSG00000116260 Not Supported Not Supported +CDS 1 180166468 180166476 ENST00000443059 2 QSOX1 ENSG00000116260 Not Supported Not Supported +transcript 1 180199421 180249380 ENST00000263726 NA LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180199665 180199740 ENST00000263726 1 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180217420 180217591 ENST00000263726 2 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180235527 180235729 ENST00000263726 3 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180240515 180240669 ENST00000263726 4 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180240970 180241141 ENST00000263726 5 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180243320 180243711 ENST00000263726 6 LHX4 ENSG00000121454 Not Supported Not Supported +transcript 1 180199433 180217832 ENST00000558139 NA LHX4 ENSG00000121454 Not Supported Not Supported +transcript 1 180217420 180241029 ENST00000561113 NA LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180217420 180217604 ENST00000561113 1 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180235527 180235729 ENST00000561113 2 LHX4 ENSG00000121454 Not Supported Not Supported +CDS 1 180240515 180240580 ENST00000561113 3 LHX4 ENSG00000121454 Not Supported Not Supported +transcript 1 180238788 180243816 ENST00000415414 NA RP5-1180C10.2 ENSG00000230124 Not Supported Not Supported +transcript 1 180241737 180245359 ENST00000440959 NA RP5-1180C10.2 ENSG00000230124 Not Supported Not Supported +transcript 1 180244515 180399397 ENST00000496993 NA ACBD6 ENSG00000135847 Not Supported Not Supported +transcript 1 180256118 180382523 ENST00000475338 NA ACBD6 ENSG00000135847 Not Supported Not Supported +transcript 1 180257365 180472089 ENST00000367595 NA ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180471180 180471401 ENST00000367595 1 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180464596 180464660 ENST00000367595 2 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180461404 180461500 ENST00000367595 3 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180399315 180399397 ENST00000367595 4 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180382501 180382606 ENST00000367595 5 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180366651 180366740 ENST00000367595 6 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180283827 180283857 ENST00000367595 7 ACBD6 ENSG00000135847 Not Supported Not Supported +CDS 1 180257501 180257652 ENST00000367595 8 ACBD6 ENSG00000135847 Not Supported Not Supported +transcript 1 180403935 180405071 ENST00000450197 NA VDAC1P4 ENSG00000235060 Not Supported Not Supported +transcript 1 180407449 180407525 ENST00000579680 NA MIR3121 ENSG00000265435 Not Supported Not Supported +transcript 1 180488152 180488255 ENST00000384178 NA Y_RNA ENSG00000206905 Not Supported Not Supported +transcript 1 180514968 180515067 ENST00000584462 NA AL358354.1 ENSG00000266683 Not Supported Not Supported +transcript 1 180528112 180535654 ENST00000442621 NA OVAAL ENSG00000236719 Not Supported Not Supported +transcript 1 180601140 180859387 ENST00000367590 NA XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180601338 180601406 ENST00000367590 1 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180651496 180651547 ENST00000367590 2 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180756889 180756990 ENST00000367590 3 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180772524 180772747 ENST00000367590 4 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180775198 180775347 ENST00000367590 5 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180775610 180775693 ENST00000367590 6 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180780543 180780624 ENST00000367590 7 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180793889 180794079 ENST00000367590 8 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180794301 180794480 ENST00000367590 9 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180804010 180804181 ENST00000367590 10 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180805658 180805852 ENST00000367590 11 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180832844 180833010 ENST00000367590 12 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180842939 180843078 ENST00000367590 13 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180849212 180849433 ENST00000367590 14 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180853142 180853199 ENST00000367590 15 XPR1 ENSG00000143324 Not Supported Not Supported +transcript 1 180601168 180855262 ENST00000367589 NA XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180601338 180601406 ENST00000367589 1 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180651496 180651547 ENST00000367589 2 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180756889 180756990 ENST00000367589 3 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180772524 180772747 ENST00000367589 4 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180775198 180775347 ENST00000367589 5 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180775610 180775693 ENST00000367589 6 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180780543 180780624 ENST00000367589 7 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180793889 180794079 ENST00000367589 8 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180794301 180794480 ENST00000367589 9 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180804010 180804181 ENST00000367589 10 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180832844 180833010 ENST00000367589 11 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180842939 180843078 ENST00000367589 12 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180849212 180849433 ENST00000367589 13 XPR1 ENSG00000143324 Not Supported Not Supported +CDS 1 180853142 180853199 ENST00000367589 14 XPR1 ENSG00000143324 Not Supported Not Supported +transcript 1 180805788 180843191 ENST00000498177 NA XPR1 ENSG00000143324 Not Supported Not Supported +transcript 1 180832900 180847426 ENST00000464817 NA XPR1 ENSG00000143324 Not Supported Not Supported +transcript 1 180856708 180857584 ENST00000467345 NA XPR1 ENSG00000143324 Not Supported Not Supported +transcript 1 180727858 180727953 ENST00000606404 NA U6 ENSG00000272292 Not Supported Not Supported +transcript 1 180797031 180797128 ENST00000579998 NA AL590085.1 ENSG00000266825 Not Supported Not Supported +transcript 1 180875787 180878302 ENST00000434447 NA RP11-46A10.2 ENSG00000225857 Not Supported Not Supported +transcript 1 180876937 180878078 ENST00000422858 NA RP11-46A10.2 ENSG00000225857 Not Supported Not Supported +transcript 1 180882290 180883192 ENST00000496210 NA KIAA1614 ENSG00000135835 Not Supported Not Supported +transcript 1 180882325 180920750 ENST00000367588 NA KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180882380 180882429 ENST00000367588 1 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180885290 180886236 ENST00000367588 2 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180886987 180887050 ENST00000367588 3 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180897566 180897709 ENST00000367588 4 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180904251 180905806 ENST00000367588 5 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180907691 180907847 ENST00000367588 6 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180910181 180910421 ENST00000367588 7 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180913525 180913652 ENST00000367588 8 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180914439 180914721 ENST00000367588 9 KIAA1614 ENSG00000135835 Not Supported Not Supported +transcript 1 180897283 180915238 ENST00000367587 NA KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180897642 180897709 ENST00000367587 1 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180904251 180905806 ENST00000367587 2 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180907691 180907847 ENST00000367587 3 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180910181 180910421 ENST00000367587 4 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180913525 180913652 ENST00000367587 5 KIAA1614 ENSG00000135835 Not Supported Not Supported +CDS 1 180914439 180914721 ENST00000367587 6 KIAA1614 ENSG00000135835 Not Supported Not Supported +transcript 1 180897591 180913652 ENST00000483705 NA KIAA1614 ENSG00000135835 Not Supported Not Supported +transcript 1 180910329 180920061 ENST00000461346 NA KIAA1614 ENSG00000135835 Not Supported Not Supported +transcript 1 180913178 180945618 ENST00000358073 NA RP11-46A10.5 ENSG00000243155 Not Supported Not Supported +transcript 1 180918835 180924023 ENST00000415647 NA RP11-46A10.4 ENSG00000232586 Not Supported Not Supported +transcript 1 180933647 180935045 ENST00000503142 NA RP11-46A10.6 ENSG00000251520 Not Supported Not Supported +transcript 1 180939973 180940383 ENST00000604674 NA RP11-46A10.8 ENSG00000270711 Not Supported Not Supported +transcript 1 180941695 180949868 ENST00000457152 NA AL162431.1 ENSG00000234237 Not Supported Not Supported +CDS 1 180941695 180941705 ENST00000457152 1 AL162431.1 ENSG00000234237 Not Supported Not Supported +CDS 1 180949712 180949868 ENST00000457152 2 AL162431.1 ENSG00000234237 Not Supported Not Supported +transcript 1 180941861 180992047 ENST00000258301 NA STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180991775 180991809 ENST00000258301 1 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180974430 180974599 ENST00000258301 2 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180971742 180971836 ENST00000258301 3 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180962499 180962561 ENST00000258301 4 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180959120 180959245 ENST00000258301 5 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180957375 180957481 ENST00000258301 6 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180953813 180953907 ENST00000258301 7 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180945709 180945782 ENST00000258301 8 STX6 ENSG00000135823 Not Supported Not Supported +transcript 1 180942175 180958513 ENST00000469135 NA STX6 ENSG00000135823 Not Supported Not Supported +transcript 1 180945426 180992005 ENST00000542060 NA STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180962499 180962558 ENST00000542060 2 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180959120 180959245 ENST00000542060 3 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180957375 180957481 ENST00000542060 4 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180953813 180953907 ENST00000542060 5 STX6 ENSG00000135823 Not Supported Not Supported +CDS 1 180945709 180945782 ENST00000542060 6 STX6 ENSG00000135823 Not Supported Not Supported +transcript 1 180956861 180957437 ENST00000496476 NA STX6 ENSG00000135823 Not Supported Not Supported +transcript 1 181003067 181024725 ENST00000434571 NA MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181003144 181003210 ENST00000434571 1 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181018188 181018448 ENST00000434571 2 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181019147 181019422 ENST00000434571 3 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181024361 181024398 ENST00000434571 4 MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003108 181018833 ENST00000486453 NA MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003139 181024659 ENST00000367579 NA MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181003144 181003210 ENST00000367579 1 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181018188 181018448 ENST00000367579 2 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181019282 181019422 ENST00000367579 3 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181021371 181021646 ENST00000367579 4 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181022709 181022813 ENST00000367579 5 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181024361 181024398 ENST00000367579 6 MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003139 181025689 ENST00000282990 NA MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181003144 181003210 ENST00000282990 1 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181018188 181018448 ENST00000282990 2 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181019147 181019422 ENST00000282990 3 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181022709 181022813 ENST00000282990 4 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181024361 181024398 ENST00000282990 5 MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003139 181031074 ENST00000367580 NA MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181003144 181003210 ENST00000367580 1 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181018188 181018448 ENST00000367580 2 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181019147 181019422 ENST00000367580 3 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181021371 181021646 ENST00000367580 4 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181022709 181022813 ENST00000367580 5 MR1 ENSG00000153029 Not Supported Not Supported +CDS 1 181024361 181024398 ENST00000367580 6 MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003146 181024420 ENST00000438435 NA MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181003158 181020409 ENST00000367578 NA MR1 ENSG00000153029 Not Supported Not Supported +transcript 1 181057638 181059977 ENST00000367577 NA IER5 ENSG00000162783 Not Supported Not Supported +CDS 1 181058039 181059019 ENST00000367577 1 IER5 ENSG00000162783 Not Supported Not Supported +transcript 1 181060245 181062035 ENST00000606938 NA RP11-309G3.3 ENSG00000272198 Not Supported Not Supported +transcript 1 181143620 181151344 ENST00000435023 NA RP11-540K16.1 ENSG00000237292 Not Supported Not Supported +transcript 1 181144473 181151343 ENST00000438428 NA RP11-540K16.1 ENSG00000237292 Not Supported Not Supported +transcript 1 181159607 181160285 ENST00000456771 NA RP11-540K16.2 ENSG00000225359 Not Supported Not Supported +transcript 1 181205524 181207740 ENST00000319701 NA RP11-380B22.1 ENSG00000179452 Not Supported Not Supported +transcript 1 181382238 181685265 ENST00000524607 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181452881 181453146 ENST00000524607 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000524607 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000524607 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000524607 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000524607 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000524607 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000524607 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000524607 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000524607 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000524607 11 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452447 181621230 ENST00000533229 NA CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452716 181770716 ENST00000367570 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181452881 181453146 ENST00000367570 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000367570 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000367570 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000367570 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000367570 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000367570 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000367570 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000367570 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000367570 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000367570 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000367570 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000367570 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000367570 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000367570 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000367570 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000367570 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000367570 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000367570 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181700311 181700367 ENST00000367570 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000367570 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000367570 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000367570 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000367570 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000367570 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000367570 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181719612 181719623 ENST00000367570 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000367570 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000367570 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000367570 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000367570 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000367570 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000367570 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000367570 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000367570 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000367570 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000367570 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000367570 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000367570 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000367570 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000367570 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000367570 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000367570 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000367570 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000367570 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000367570 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000367570 46 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000367570 47 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452716 181777219 ENST00000526775 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181452881 181453146 ENST00000526775 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000526775 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000526775 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000526775 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000526775 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000526775 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000526775 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000526775 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000526775 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000526775 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000526775 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000526775 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000526775 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000526775 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000526775 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000526775 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000526775 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000526775 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000526775 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000526775 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000526775 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000526775 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000526775 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000526775 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181719612 181719623 ENST00000526775 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000526775 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000526775 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000526775 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000526775 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000526775 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000526775 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000526775 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000526775 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000526775 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000526775 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000526775 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000526775 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000526775 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000526775 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000526775 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000526775 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000526775 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000526775 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000526775 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000526775 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000526775 46 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452716 181770711 ENST00000357570 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181453028 181453146 ENST00000357570 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000357570 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000357570 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000357570 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000357570 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000357570 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000357570 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000357570 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000357570 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000357570 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000357570 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000357570 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000357570 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000357570 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000357570 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000357570 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000357570 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000357570 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181700311 181700367 ENST00000357570 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000357570 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000357570 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000357570 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000357570 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000357570 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000357570 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181714484 181714495 ENST00000357570 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000357570 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000357570 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000357570 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000357570 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000357570 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000357570 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000357570 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000357570 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000357570 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000357570 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000357570 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000357570 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000357570 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000357570 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000357570 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000357570 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000357570 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000357570 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181762801 181762929 ENST00000357570 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000357570 46 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000357570 47 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000357570 48 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452716 181770711 ENST00000358338 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181453028 181453146 ENST00000358338 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000358338 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000358338 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000358338 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000358338 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000358338 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000358338 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000358338 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000358338 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000358338 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000358338 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000358338 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000358338 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000358338 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000358338 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000358338 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000358338 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000358338 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000358338 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000358338 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000358338 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000358338 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000358338 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000358338 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181714484 181714495 ENST00000358338 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000358338 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000358338 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000358338 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000358338 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000358338 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000358338 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000358338 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000358338 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000358338 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000358338 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000358338 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000358338 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181748579 181748675 ENST00000358338 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000358338 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000358338 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000358338 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000358338 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000358338 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000358338 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000358338 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000358338 46 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452716 181770711 ENST00000367567 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684482 181684527 ENST00000367567 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000367567 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000367567 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000367567 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000367567 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000367567 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000367567 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000367567 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000367567 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000367567 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181700311 181700367 ENST00000367567 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000367567 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000367567 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000367567 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000367567 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000367567 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000367567 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721118 181721129 ENST00000367567 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000367567 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000367567 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000367567 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000367567 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000367567 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000367567 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000367567 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000367567 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000367567 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000367567 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000367567 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000367567 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000367567 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000367567 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000367567 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000367567 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000367567 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000367567 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000367567 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000367567 46 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000367567 47 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452874 181768048 ENST00000360108 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181452881 181453146 ENST00000360108 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000360108 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000360108 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000360108 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000360108 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000360108 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000360108 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000360108 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000360108 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000360108 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000360108 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000360108 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000360108 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000360108 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000360108 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000360108 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000360108 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000360108 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000360108 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000360108 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000360108 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000360108 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000360108 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000360108 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181719612 181719623 ENST00000360108 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000360108 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000360108 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000360108 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000360108 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000360108 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000360108 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000360108 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000360108 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000360108 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000360108 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000360108 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000360108 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000360108 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000360108 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000360108 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000360108 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000360108 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000360108 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181762801 181762929 ENST00000360108 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000360108 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000360108 46 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000360108 47 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181452881 181768095 ENST00000367573 NA CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181452881 181453146 ENST00000367573 1 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181479613 181479718 ENST00000367573 2 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181480507 181480646 ENST00000367573 3 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181546902 181547005 ENST00000367573 4 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181548208 181548360 ENST00000367573 5 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181549731 181549912 ENST00000367573 6 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181620474 181620577 ENST00000367573 7 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181680090 181680205 ENST00000367573 8 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181684474 181684527 ENST00000367573 9 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181685176 181685265 ENST00000367573 10 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181686229 181686438 ENST00000367573 11 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181687191 181687303 ENST00000367573 12 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181688887 181688999 ENST00000367573 13 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689342 181689473 ENST00000367573 14 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181689919 181689991 ENST00000367573 15 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181690894 181691011 ENST00000367573 16 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181693606 181693673 ENST00000367573 17 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181695201 181695298 ENST00000367573 18 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181700311 181700367 ENST00000367573 19 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181701520 181702170 ENST00000367573 20 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181702573 181702886 ENST00000367573 21 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181705411 181705570 ENST00000367573 22 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181706661 181706790 ENST00000367573 23 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181707503 181707562 ENST00000367573 24 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181708283 181708389 ENST00000367573 25 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181719612 181719623 ENST00000367573 26 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181721279 181721375 ENST00000367573 27 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181724373 181724533 ENST00000367573 28 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181725092 181725229 ENST00000367573 29 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181726061 181726262 ENST00000367573 30 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727083 181727247 ENST00000367573 31 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181727894 181728004 ENST00000367573 32 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181731710 181731793 ENST00000367573 33 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181732542 181732667 ENST00000367573 34 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181735682 181735747 ENST00000367573 35 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181740429 181740520 ENST00000367573 36 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181741202 181741367 ENST00000367573 37 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181745237 181745364 ENST00000367573 38 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181750563 181750659 ENST00000367573 39 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181752815 181752920 ENST00000367573 40 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181753797 181753904 ENST00000367573 41 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754454 181754554 ENST00000367573 42 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181754849 181754955 ENST00000367573 43 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181759581 181759692 ENST00000367573 44 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181762801 181762929 ENST00000367573 45 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181764000 181764180 ENST00000367573 46 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181765804 181765994 ENST00000367573 47 CACNA1E ENSG00000198216 Not Supported Not Supported +CDS 1 181767428 181767967 ENST00000367573 48 CACNA1E ENSG00000198216 Not Supported Not Supported +transcript 1 181740702 181740780 ENST00000517168 NA RNA5SP70 ENSG00000252977 Not Supported Not Supported +transcript 1 181781840 181782396 ENST00000609720 NA RP11-33M22.2 ENSG00000272880 Not Supported Not Supported +transcript 1 181808608 181808909 ENST00000410465 NA RN7SKP229 ENSG00000222397 Not Supported Not Supported +transcript 1 182023705 182030847 ENST00000339948 NA ZNF648 ENSG00000179930 Not Supported Not Supported +CDS 1 182025442 182027145 ENST00000339948 2 ZNF648 ENSG00000179930 Not Supported Not Supported +transcript 1 182031812 182038388 ENST00000411509 NA RP11-538D16.2 ENSG00000224810 Not Supported Not Supported +transcript 1 182055686 182059247 ENST00000428646 NA RP11-538D16.3 ENSG00000225982 Not Supported Not Supported +transcript 1 182096432 182097800 ENST00000412174 NA GS1-122H1.1 ENSG00000232309 Not Supported Not Supported +transcript 1 182098445 182213534 ENST00000608183 NA GS1-122H1.2 ENSG00000228918 Not Supported Not Supported +transcript 1 182159255 182173160 ENST00000420760 NA GS1-122H1.2 ENSG00000228918 Not Supported Not Supported +transcript 1 182173080 182283196 ENST00000449842 NA GS1-122H1.2 ENSG00000228918 Not Supported Not Supported +transcript 1 182151865 182152231 ENST00000419731 NA GS1-122H1.3 ENSG00000232096 Not Supported Not Supported +transcript 1 182296203 182296309 ENST00000384037 NA RNU6-152P ENSG00000206764 Not Supported Not Supported +transcript 1 182297632 182298142 ENST00000451731 NA RP11-416K24.1 ENSG00000228664 Not Supported Not Supported +transcript 1 182305136 182305469 ENST00000423841 NA RP11-416K24.2 ENSG00000231684 Not Supported Not Supported +transcript 1 182305137 182305475 ENST00000445515 NA RP11-416K24.2 ENSG00000231684 Not Supported Not Supported +transcript 1 182350839 182361341 ENST00000331872 NA GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182357707 182357872 ENST00000331872 2 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182356266 182356427 ENST00000331872 3 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182355391 182355537 ENST00000331872 4 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354895 182355022 ENST00000331872 5 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354492 182354691 ENST00000331872 6 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182353543 182353858 ENST00000331872 7 GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182350840 182361341 ENST00000311223 NA GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182357707 182357872 ENST00000311223 3 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182356266 182356427 ENST00000311223 4 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182355391 182355537 ENST00000311223 5 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354895 182355022 ENST00000311223 6 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354492 182354691 ENST00000311223 7 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182353543 182353858 ENST00000311223 8 GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182350840 182360539 ENST00000417584 NA GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182357707 182357872 ENST00000417584 2 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182356266 182356427 ENST00000417584 3 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182355391 182355537 ENST00000417584 4 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354895 182355022 ENST00000417584 5 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354492 182354691 ENST00000417584 6 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182353543 182353858 ENST00000417584 7 GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182352029 182359439 ENST00000491322 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182352029 182360927 ENST00000339526 NA GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182357707 182357872 ENST00000339526 2 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182356266 182356427 ENST00000339526 3 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182355391 182355537 ENST00000339526 4 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354895 182355022 ENST00000339526 5 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182354492 182354691 ENST00000339526 6 GLUL ENSG00000135821 Not Supported Not Supported +CDS 1 182353543 182353858 ENST00000339526 7 GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182353331 182360894 ENST00000463851 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182353550 182355074 ENST00000461447 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182354538 182360908 ENST00000484996 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182354834 182360925 ENST00000489818 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182355330 182358204 ENST00000475808 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182355408 182360894 ENST00000480604 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182355910 182360909 ENST00000462444 NA GLUL ENSG00000135821 Not Supported Not Supported +transcript 1 182367252 182369751 ENST00000367565 NA TEDDM1 ENSG00000203730 Not Supported Not Supported +CDS 1 182368802 182369620 ENST00000367565 1 TEDDM1 ENSG00000203730 Not Supported Not Supported +transcript 1 182376756 182383950 ENST00000367563 NA LINC00272 ENSG00000203729 Not Supported Not Supported +transcript 1 182403028 182403596 ENST00000605228 NA RP1-223H12.5 ENSG00000270443 Not Supported Not Supported +transcript 1 182410712 182411497 ENST00000414169 NA TEDDM1P1 ENSG00000233537 Not Supported Not Supported +transcript 1 182419256 182441535 ENST00000426890 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419257 182457883 ENST00000367561 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419268 182429262 ENST00000427189 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419281 182529693 ENST00000443996 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182419301 182419313 ENST00000443996 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182423093 182423175 ENST00000443996 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182427454 182427528 ENST00000443996 3 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429139 182429268 ENST00000443996 4 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182440417 182440521 ENST00000443996 5 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182441531 182441692 ENST00000443996 6 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182442710 182443677 ENST00000443996 7 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457482 ENST00000443996 8 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182458115 182458337 ENST00000443996 9 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182462157 182462264 ENST00000443996 10 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182491139 182491244 ENST00000443996 11 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182496714 182496907 ENST00000443996 12 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499379 182499496 ENST00000443996 13 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499925 182500045 ENST00000443996 14 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182501797 182501926 ENST00000443996 15 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182509382 182509556 ENST00000443996 16 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182517452 182517590 ENST00000443996 17 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182520235 182520273 ENST00000443996 18 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419281 182529693 ENST00000294854 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182419301 182419313 ENST00000294854 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182423093 182423175 ENST00000294854 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182427454 182427528 ENST00000294854 3 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429139 182429268 ENST00000294854 4 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182441531 182441692 ENST00000294854 5 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182442710 182443677 ENST00000294854 6 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457482 ENST00000294854 7 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182458115 182458337 ENST00000294854 8 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182462157 182462264 ENST00000294854 9 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182491139 182491244 ENST00000294854 10 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182496714 182496907 ENST00000294854 11 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499379 182499496 ENST00000294854 12 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499925 182500045 ENST00000294854 13 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182501797 182501926 ENST00000294854 14 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182509382 182509556 ENST00000294854 15 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182517452 182517590 ENST00000294854 16 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182517835 182517959 ENST00000294854 17 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182520235 182520344 ENST00000294854 18 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182522590 182522676 ENST00000294854 19 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182523762 182523828 ENST00000294854 20 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182525159 182525189 ENST00000294854 21 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419281 182523785 ENST00000542961 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182419301 182419313 ENST00000542961 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182423093 182423175 ENST00000542961 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182427454 182427528 ENST00000542961 3 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429139 182429268 ENST00000542961 4 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182440417 182440521 ENST00000542961 5 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182441531 182441692 ENST00000542961 6 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182442710 182443677 ENST00000542961 7 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457482 ENST00000542961 8 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182458115 182458337 ENST00000542961 9 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182462157 182462264 ENST00000542961 10 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182491139 182491244 ENST00000542961 11 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182496714 182496907 ENST00000542961 12 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499379 182499496 ENST00000542961 13 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182499925 182500045 ENST00000542961 14 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182501797 182501926 ENST00000542961 15 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182509382 182509556 ENST00000542961 16 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182517452 182517590 ENST00000542961 17 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182520235 182520273 ENST00000542961 18 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419284 182458196 ENST00000416676 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182419301 182419313 ENST00000416676 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182423093 182423175 ENST00000416676 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182427454 182427528 ENST00000416676 3 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429139 182429268 ENST00000416676 4 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182441531 182441692 ENST00000416676 5 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457436 ENST00000416676 6 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182419284 182458243 ENST00000422241 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182419301 182419313 ENST00000422241 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182423093 182423175 ENST00000422241 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182427454 182427528 ENST00000422241 3 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429139 182429268 ENST00000422241 4 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182429759 182429891 ENST00000422241 5 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457447 ENST00000422241 6 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182422517 182440510 ENST00000447374 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182440422 182440510 ENST00000447374 5 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182422519 182441622 ENST00000437548 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182440422 182440521 ENST00000437548 6 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182441531 182441622 ENST00000437548 7 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182423105 182441740 ENST00000444367 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182443657 182529734 ENST00000415960 NA RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182443657 182443677 ENST00000415960 1 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182457420 182457482 ENST00000415960 2 RGSL1 ENSG00000121446 Not Supported Not Supported +CDS 1 182462157 182462162 ENST00000415960 3 RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182462090 182529734 ENST00000436031 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182476336 182501926 ENST00000456971 NA RGSL1 ENSG00000121446 Not Supported Not Supported +transcript 1 182542769 182558391 ENST00000367559 NA RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182554462 182555941 ENST00000367559 2 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182553216 182553301 ENST00000367559 3 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182551188 182551393 ENST00000367559 4 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182550360 182550492 ENST00000367559 5 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182545391 182545524 ENST00000367559 6 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182544530 182544713 ENST00000367559 7 RNASEL ENSG00000135828 Not Supported Not Supported +transcript 1 182542772 182556108 ENST00000444138 NA RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182554462 182555941 ENST00000444138 1 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182553216 182553301 ENST00000444138 2 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182551188 182551393 ENST00000444138 3 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182550360 182550492 ENST00000444138 4 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182545391 182545524 ENST00000444138 5 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182544530 182544713 ENST00000444138 6 RNASEL ENSG00000135828 Not Supported Not Supported +transcript 1 182547256 182558391 ENST00000539397 NA RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182554462 182555941 ENST00000539397 2 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182553216 182553301 ENST00000539397 3 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182551188 182551393 ENST00000539397 4 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182550360 182550492 ENST00000539397 5 RNASEL ENSG00000135828 Not Supported Not Supported +CDS 1 182549092 182549142 ENST00000539397 6 RNASEL ENSG00000135828 Not Supported Not Supported +transcript 1 182567758 182573543 ENST00000367558 NA RGS16 ENSG00000143333 Not Supported Not Supported +CDS 1 182573351 182573394 ENST00000367558 1 RGS16 ENSG00000143333 Not Supported Not Supported +CDS 1 182572364 182572474 ENST00000367558 2 RGS16 ENSG00000143333 Not Supported Not Supported +CDS 1 182571555 182571619 ENST00000367558 3 RGS16 ENSG00000143333 Not Supported Not Supported +CDS 1 182571101 182571267 ENST00000367558 4 RGS16 ENSG00000143333 Not Supported Not Supported +CDS 1 182569430 182569648 ENST00000367558 5 RGS16 ENSG00000143333 Not Supported Not Supported +transcript 1 182584389 182585764 ENST00000566297 NA RP11-317P15.4 ENSG00000261504 Not Supported Not Supported +transcript 1 182610951 182612442 ENST00000570153 NA RP11-317P15.5 ENSG00000261185 Not Supported Not Supported +transcript 1 182615239 182641064 ENST00000483095 NA RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182638759 182638784 ENST00000483095 3 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182636007 182636108 ENST00000483095 4 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182635104 182635168 ENST00000483095 5 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182617272 182617438 ENST00000483095 6 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182615873 182616052 ENST00000483095 7 RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182615792 182642049 ENST00000258302 NA RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182641954 182641959 ENST00000258302 1 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182640792 182640865 ENST00000258302 2 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182636007 182636108 ENST00000258302 3 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182635104 182635168 ENST00000258302 4 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182617272 182617438 ENST00000258302 5 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182615873 182616052 ENST00000258302 6 RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182615821 182642043 ENST00000367557 NA RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182638759 182638784 ENST00000367557 3 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182636007 182636108 ENST00000367557 4 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182635104 182635168 ENST00000367557 5 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182617272 182617438 ENST00000367557 6 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182615873 182616052 ENST00000367557 7 RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182615870 182640988 ENST00000367556 NA RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182638759 182638784 ENST00000367556 2 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182636007 182636108 ENST00000367556 3 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182635104 182635168 ENST00000367556 4 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182617272 182617438 ENST00000367556 5 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182615873 182616052 ENST00000367556 6 RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182627504 182642067 ENST00000491420 NA RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182635126 182641386 ENST00000508450 NA RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182638759 182638784 ENST00000508450 3 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182636007 182636108 ENST00000508450 4 RGS8 ENSG00000135824 Not Supported Not Supported +CDS 1 182635126 182635168 ENST00000508450 5 RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182636081 182653711 ENST00000515211 NA RGS8 ENSG00000135824 Not Supported Not Supported +transcript 1 182681997 182683679 ENST00000435492 NA RP11-317P15.3 ENSG00000227181 Not Supported Not Supported +transcript 1 182702927 182703914 ENST00000603149 NA RP11-317P15.6 ENSG00000271269 Not Supported Not Supported +transcript 1 182726054 182726153 ENST00000580448 NA AL513344.1 ENSG00000264809 Not Supported Not Supported +transcript 1 182758428 182799519 ENST00000488424 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182758584 182781325 ENST00000460690 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182758872 182796155 ENST00000463899 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182758904 182799519 ENST00000367555 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182763507 182763574 ENST00000367555 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182772833 182772906 ENST00000367555 4 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775280 182775367 ENST00000367555 5 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182781291 182781348 ENST00000367555 6 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182783918 182783993 ENST00000367555 7 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182785849 182785941 ENST00000367555 8 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787676 182787824 ENST00000367555 9 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182794916 182794955 ENST00000367555 10 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182798738 182798811 ENST00000367555 11 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182758908 182785882 ENST00000479721 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182758911 182799237 ENST00000367554 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775494 182775666 ENST00000367554 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182781291 182781348 ENST00000367554 4 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182783918 182783993 ENST00000367554 5 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182785849 182785941 ENST00000367554 6 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787676 182787824 ENST00000367554 7 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787948 182787994 ENST00000367554 8 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182791250 182791334 ENST00000367554 9 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182794916 182794955 ENST00000367554 10 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182797859 182798040 ENST00000367554 11 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182761366 182775667 ENST00000471010 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182761394 182799267 ENST00000367553 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182763507 182763574 ENST00000367553 2 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182772833 182772906 ENST00000367553 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775280 182775367 ENST00000367553 4 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182781291 182781348 ENST00000367553 5 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182783918 182783993 ENST00000367553 6 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182785849 182785941 ENST00000367553 7 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787676 182787824 ENST00000367553 8 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787948 182787994 ENST00000367553 9 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182791250 182791334 ENST00000367553 10 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182794916 182794955 ENST00000367553 11 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182797859 182798040 ENST00000367553 12 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182763485 182798814 ENST00000367552 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182763507 182763574 ENST00000367552 1 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182772833 182772906 ENST00000367552 2 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775280 182775367 ENST00000367552 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182781291 182781348 ENST00000367552 4 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182783918 182783993 ENST00000367552 5 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182785849 182785941 ENST00000367552 6 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787676 182787824 ENST00000367552 7 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182794916 182794955 ENST00000367552 8 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182798738 182798811 ENST00000367552 9 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182763485 182798588 ENST00000258317 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182763507 182763574 ENST00000258317 1 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182772833 182772906 ENST00000258317 2 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775280 182775367 ENST00000258317 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182781291 182781348 ENST00000258317 4 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182783918 182783993 ENST00000258317 5 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182785849 182785941 ENST00000258317 6 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787676 182787824 ENST00000258317 7 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182787948 182787994 ENST00000258317 8 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182791250 182791334 ENST00000258317 9 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182794916 182794955 ENST00000258317 10 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182797859 182798040 ENST00000258317 11 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182763485 182778419 ENST00000367550 NA NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182763507 182763574 ENST00000367550 1 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182772833 182772906 ENST00000367550 2 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182775280 182775367 ENST00000367550 3 NPL ENSG00000135838 Not Supported Not Supported +CDS 1 182778320 182778416 ENST00000367550 4 NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182787773 182799044 ENST00000460179 NA NPL ENSG00000135838 Not Supported Not Supported +transcript 1 182808504 182856886 ENST00000367549 NA DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182811702 182811812 ENST00000367549 2 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182812429 182812569 ENST00000367549 3 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182821368 182821479 ENST00000367549 4 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182822441 182822553 ENST00000367549 5 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182823165 182823313 ENST00000367549 6 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182825667 182825713 ENST00000367549 7 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182827239 182827375 ENST00000367549 8 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182827686 182827775 ENST00000367549 9 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182827868 182828029 ENST00000367549 10 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182828175 182828252 ENST00000367549 11 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182829128 182829319 ENST00000367549 12 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182835579 182835720 ENST00000367549 13 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182836096 182836178 ENST00000367549 14 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182841472 182841628 ENST00000367549 15 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182843989 182844089 ENST00000367549 16 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182845185 182845398 ENST00000367549 17 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182845582 182845676 ENST00000367549 18 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182845965 182846038 ENST00000367549 19 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182847156 182847308 ENST00000367549 20 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182848385 182848545 ENST00000367549 21 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182849632 182849743 ENST00000367549 22 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182850399 182850560 ENST00000367549 23 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182850655 182850782 ENST00000367549 24 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182852274 182852503 ENST00000367549 25 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182852655 182852770 ENST00000367549 26 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182853748 182853948 ENST00000367549 27 DHX9 ENSG00000135829 Not Supported Not Supported +CDS 1 182856218 182856566 ENST00000367549 28 DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182808869 182823277 ENST00000483416 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182823176 182825707 ENST00000479271 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182827965 182829440 ENST00000477802 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182845264 182845884 ENST00000490519 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182846049 182850780 ENST00000474446 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182846553 182856882 ENST00000485081 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182850420 182856882 ENST00000473076 NA DHX9 ENSG00000135829 Not Supported Not Supported +transcript 1 182869000 182922158 ENST00000483655 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182869000 182922505 ENST00000367547 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182921864 182922268 ENST00000367547 1 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182920453 182920602 ENST00000367547 2 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182909464 182909678 ENST00000367547 3 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182908602 182908688 ENST00000367547 4 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182908311 182908529 ENST00000367547 5 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182898782 182898887 ENST00000367547 6 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182874631 182874784 ENST00000367547 7 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182873315 182873565 ENST00000367547 8 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182872174 182872296 ENST00000367547 9 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182869121 182869369 ENST00000367547 10 SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182869000 182922660 ENST00000488956 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182869001 182921119 ENST00000423786 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182921072 182921119 ENST00000423786 1 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182920453 182920602 ENST00000423786 2 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182909464 182909678 ENST00000423786 3 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182908602 182908688 ENST00000423786 4 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182908311 182908529 ENST00000423786 5 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182898782 182898887 ENST00000423786 6 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182874631 182874784 ENST00000423786 7 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182873315 182873565 ENST00000423786 8 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182872174 182872296 ENST00000423786 9 SHCBP1L ENSG00000157060 Not Supported Not Supported +CDS 1 182869121 182869369 ENST00000423786 10 SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182908609 182921884 ENST00000467208 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182919658 182922246 ENST00000497549 NA SHCBP1L ENSG00000157060 Not Supported Not Supported +transcript 1 182911250 182911539 ENST00000419500 NA HMGN1P4 ENSG00000224040 Not Supported Not Supported +transcript 1 182913500 182913625 ENST00000362967 NA RNA5SP71 ENSG00000199837 Not Supported Not Supported +transcript 1 182924525 182925283 ENST00000418657 NA RP11-505O17.1 ENSG00000226570 Not Supported Not Supported +transcript 1 182928209 182929540 ENST00000453838 NA KRT18P28 ENSG00000176855 Not Supported Not Supported +transcript 1 182928620 182928710 ENST00000580734 NA AL450304.1 ENSG00000264768 Not Supported Not Supported +transcript 1 182951347 182951453 ENST00000384741 NA RNU6-41P ENSG00000207472 Not Supported Not Supported +transcript 1 182992595 183114727 ENST00000258341 NA LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 182992852 182993269 ENST00000258341 1 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183072463 183072767 ENST00000258341 2 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183077411 183077541 ENST00000258341 3 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183079623 183079789 ENST00000258341 4 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183083666 183083854 ENST00000258341 5 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183084655 183084772 ENST00000258341 6 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183085712 183085810 ENST00000258341 7 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183085902 183086038 ENST00000258341 8 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183086455 183086577 ENST00000258341 9 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183086669 183086858 ENST00000258341 10 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183087169 183087281 ENST00000258341 11 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183090858 183091079 ENST00000258341 12 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183091198 183091386 ENST00000258341 13 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183093766 183094011 ENST00000258341 14 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183094532 183094685 ENST00000258341 15 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183095255 183095397 ENST00000258341 16 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183096361 183096539 ENST00000258341 17 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183097729 183097885 ENST00000258341 18 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183099479 183099684 ENST00000258341 19 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183100434 183100513 ENST00000258341 20 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183101535 183101672 ENST00000258341 21 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183102541 183102685 ENST00000258341 22 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183103795 183103944 ENST00000258341 23 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183104177 183104291 ENST00000258341 24 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183105521 183105720 ENST00000258341 25 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183106804 183106962 ENST00000258341 26 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183109539 183109638 ENST00000258341 27 LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183111669 183111922 ENST00000258341 28 LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183065679 183079766 ENST00000484114 NA LAMC1 ENSG00000135862 Not Supported Not Supported +CDS 1 183079654 183079766 ENST00000484114 4 LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183079716 183086121 ENST00000479499 NA LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183094323 183097863 ENST00000466964 NA LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183097731 183102673 ENST00000478064 NA LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183103825 183107040 ENST00000495918 NA LAMC1 ENSG00000135862 Not Supported Not Supported +transcript 1 183107537 183110417 ENST00000457852 NA RP11-181K3.4 ENSG00000224468 Not Supported Not Supported +transcript 1 183155373 183210396 ENST00000493293 NA LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183155488 183155566 ENST00000493293 1 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183177016 183177204 ENST00000493293 2 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183184588 183184723 ENST00000493293 3 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183187525 183187623 ENST00000493293 4 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183189960 183190096 ENST00000493293 5 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183191224 183191346 ENST00000493293 6 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183192270 183192459 ENST00000493293 7 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183194743 183194855 ENST00000493293 8 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183195833 183196051 ENST00000493293 9 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183196650 183196832 ENST00000493293 10 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183197509 183197754 ENST00000493293 11 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183200096 183200238 ENST00000493293 12 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183201322 183201478 ENST00000493293 13 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183201787 183201992 ENST00000493293 14 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183203502 183203581 ENST00000493293 15 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183204710 183204865 ENST00000493293 16 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183205595 183205739 ENST00000493293 17 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183206487 183206639 ENST00000493293 18 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183207442 183207556 ENST00000493293 19 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183208499 183208698 ENST00000493293 20 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183209175 183209333 ENST00000493293 21 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183209427 183209531 ENST00000493293 22 LAMC2 ENSG00000058085 Not Supported Not Supported +transcript 1 183155423 183214035 ENST00000264144 NA LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183155488 183155566 ENST00000264144 1 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183177016 183177204 ENST00000264144 2 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183184588 183184723 ENST00000264144 3 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183187525 183187623 ENST00000264144 4 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183189960 183190096 ENST00000264144 5 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183191224 183191346 ENST00000264144 6 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183192270 183192459 ENST00000264144 7 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183194743 183194855 ENST00000264144 8 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183195833 183196051 ENST00000264144 9 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183196650 183196832 ENST00000264144 10 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183197509 183197754 ENST00000264144 11 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183200096 183200238 ENST00000264144 12 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183201322 183201478 ENST00000264144 13 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183201787 183201992 ENST00000264144 14 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183203502 183203581 ENST00000264144 15 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183204710 183204865 ENST00000264144 16 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183205595 183205739 ENST00000264144 17 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183206487 183206639 ENST00000264144 18 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183207442 183207556 ENST00000264144 19 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183208499 183208698 ENST00000264144 20 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183209175 183209333 ENST00000264144 21 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183209427 183209526 ENST00000264144 22 LAMC2 ENSG00000058085 Not Supported Not Supported +CDS 1 183212282 183212532 ENST00000264144 23 LAMC2 ENSG00000058085 Not Supported Not Supported +transcript 1 183208636 183209514 ENST00000461729 NA LAMC2 ENSG00000058085 Not Supported Not Supported +transcript 1 183212569 183213041 ENST00000476255 NA LAMC2 ENSG00000058085 Not Supported Not Supported +transcript 1 183217372 183274009 ENST00000294868 NA NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183273805 183273874 ENST00000294868 1 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183262840 183262928 ENST00000294868 2 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183261925 183261992 ENST00000294868 3 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183259263 183259341 ENST00000294868 4 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183255797 183255923 ENST00000294868 5 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183253845 183253925 ENST00000294868 6 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183253130 183253174 ENST00000294868 7 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183247688 183247764 ENST00000294868 8 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183230337 183230438 ENST00000294868 9 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183230137 183230204 ENST00000294868 10 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183221779 183221878 ENST00000294868 11 NMNAT2 ENSG00000157064 Not Supported Not Supported +transcript 1 183217372 183387737 ENST00000287713 NA NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183387318 183387402 ENST00000287713 1 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183262840 183262928 ENST00000287713 2 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183261925 183261992 ENST00000287713 3 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183259263 183259341 ENST00000287713 4 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183255797 183255923 ENST00000287713 5 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183253845 183253925 ENST00000287713 6 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183253130 183253174 ENST00000287713 7 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183247688 183247764 ENST00000287713 8 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183230337 183230438 ENST00000287713 9 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183230137 183230204 ENST00000287713 10 NMNAT2 ENSG00000157064 Not Supported Not Supported +CDS 1 183221779 183221878 ENST00000287713 11 NMNAT2 ENSG00000157064 Not Supported Not Supported +transcript 1 183221559 183247820 ENST00000464047 NA NMNAT2 ENSG00000157064 Not Supported Not Supported +transcript 1 183252001 183259878 ENST00000473046 NA NMNAT2 ENSG00000157064 Not Supported Not Supported +transcript 1 183235737 183236420 ENST00000454879 NA RP11-548N1.1 ENSG00000233562 Not Supported Not Supported +transcript 1 183430009 183440881 ENST00000421703 NA SMG7-AS1 ENSG00000232860 Not Supported Not Supported +transcript 1 183430881 183440864 ENST00000432837 NA SMG7-AS1 ENSG00000232860 Not Supported Not Supported +transcript 1 183441351 183498149 ENST00000440812 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183441756 183441784 ENST00000440812 1 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000440812 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000440812 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000440812 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000440812 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183496761 183496828 ENST00000440812 6 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441506 183521066 ENST00000456731 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485074 183485126 ENST00000456731 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000456731 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000456731 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000456731 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000456731 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000456731 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000456731 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000456731 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000456731 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000456731 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000456731 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511499 ENST00000456731 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000456731 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000456731 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000456731 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000456731 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000456731 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000456731 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000456731 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520953 183521063 ENST00000456731 22 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441613 183523328 ENST00000367537 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183471411 183471526 ENST00000367537 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000367537 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000367537 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000367537 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000367537 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000367537 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000367537 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000367537 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000367537 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000367537 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000367537 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000367537 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000367537 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511499 ENST00000367537 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000367537 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000367537 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000367537 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183516238 183516387 ENST00000367537 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000367537 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000367537 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000367537 22 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000367537 23 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520953 183521063 ENST00000367537 24 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441635 183495781 ENST00000507691 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183471411 183471526 ENST00000507691 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000507691 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485099 ENST00000507691 5 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441635 183521398 ENST00000508461 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485074 183485126 ENST00000508461 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000508461 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000508461 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000508461 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000508461 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000508461 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000508461 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000508461 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000508461 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000508461 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000508461 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511637 ENST00000508461 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000508461 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000508461 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000508461 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183516238 183516387 ENST00000508461 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000508461 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000508461 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000508461 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000508461 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520953 183521063 ENST00000508461 22 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441637 183495817 ENST00000444547 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183441756 183441784 ENST00000444547 1 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000444547 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000444547 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486761 183486800 ENST00000444547 4 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441637 183515264 ENST00000419169 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485074 183485126 ENST00000419169 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000419169 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000419169 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000419169 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000419169 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000419169 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000419169 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000419169 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000419169 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000419169 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000419169 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511499 ENST00000419169 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000419169 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000419169 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515264 ENST00000419169 16 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441637 183523321 ENST00000347615 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183441756 183441784 ENST00000347615 1 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000347615 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000347615 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000347615 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000347615 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000347615 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000347615 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000347615 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000347615 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000347615 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000347615 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000347615 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000347615 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511637 ENST00000347615 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000347615 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000347615 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000347615 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000347615 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000347615 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000347615 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000347615 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520953 183521063 ENST00000347615 22 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441638 183523323 ENST00000507469 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183441756 183441784 ENST00000507469 1 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000507469 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000507469 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000507469 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000507469 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000507469 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000507469 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000507469 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000507469 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000507469 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000507469 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000507469 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000507469 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511499 ENST00000507469 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000507469 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000507469 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000507469 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183516238 183516387 ENST00000507469 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000507469 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000507469 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000507469 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000507469 22 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183522112 183522333 ENST00000507469 23 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441662 183523325 ENST00000515829 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183441756 183441784 ENST00000515829 1 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000515829 2 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485126 ENST00000515829 3 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183486823 183486955 ENST00000515829 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183495731 183495902 ENST00000515829 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183497091 183497162 ENST00000515829 6 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498027 183498177 ENST00000515829 7 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183498533 183498668 ENST00000515829 8 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502299 183502461 ENST00000515829 9 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183502811 183502967 ENST00000515829 10 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183506280 183506350 ENST00000515829 11 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183507515 183507575 ENST00000515829 12 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183510119 183510238 ENST00000515829 13 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183511211 183511499 ENST00000515829 14 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183513488 183513632 ENST00000515829 15 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183514065 183514447 ENST00000515829 16 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183515101 183515472 ENST00000515829 17 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518343 183518423 ENST00000515829 18 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183518899 183519058 ENST00000515829 19 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183519886 183520056 ENST00000515829 20 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520180 183520325 ENST00000515829 21 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183520953 183521063 ENST00000515829 22 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183441702 183485221 ENST00000367538 NA SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183442067 183485029 ENST00000502375 NA SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183471411 183471526 ENST00000502375 4 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183481972 183482003 ENST00000502375 5 SMG7 ENSG00000116698 Not Supported Not Supported +CDS 1 183485009 183485029 ENST00000502375 6 SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183471423 183482491 ENST00000493609 NA SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183487751 183498652 ENST00000507406 NA SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183518076 183519223 ENST00000493045 NA SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183519970 183567381 ENST00000495321 NA SMG7 ENSG00000116698 Not Supported Not Supported +transcript 1 183479810 183479899 ENST00000577540 NA AL137800.1 ENSG00000265042 Not Supported Not Supported +transcript 1 183524698 183560011 ENST00000367536 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183559291 183559464 ENST00000367536 2 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183556030 183556112 ENST00000367536 3 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183546734 183546842 ENST00000367536 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183543622 183543756 ENST00000367536 5 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183542320 183542427 ENST00000367536 6 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183539915 183539974 ENST00000367536 7 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183538277 183538320 ENST00000367536 8 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536339 183536480 ENST00000367536 9 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536055 183536123 ENST00000367536 10 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183534839 183534914 ENST00000367536 11 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183533140 183533165 ENST00000367536 12 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532720 ENST00000367536 13 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532330 183532441 ENST00000367536 14 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183529231 183529408 ENST00000367536 15 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183525256 183525365 ENST00000367536 16 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183524698 183559739 ENST00000413720 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183559291 183559464 ENST00000413720 1 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183556030 183556112 ENST00000413720 2 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183546734 183546842 ENST00000413720 3 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183542320 183542427 ENST00000413720 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183539915 183539974 ENST00000413720 5 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183538277 183538320 ENST00000413720 6 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536339 183536480 ENST00000413720 7 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536055 183536123 ENST00000413720 8 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183534839 183534914 ENST00000413720 9 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183533140 183533165 ENST00000413720 10 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532720 ENST00000413720 11 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532330 183532441 ENST00000413720 12 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183529231 183529408 ENST00000413720 13 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183525256 183525365 ENST00000413720 14 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183524698 183559739 ENST00000418089 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183559291 183559464 ENST00000418089 1 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183556030 183556112 ENST00000418089 2 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183546734 183546842 ENST00000418089 3 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183539915 183539974 ENST00000418089 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183538277 183538320 ENST00000418089 5 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536339 183536480 ENST00000418089 6 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536055 183536123 ENST00000418089 7 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183534839 183534914 ENST00000418089 8 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183533140 183533165 ENST00000418089 9 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532720 ENST00000418089 10 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532330 183532441 ENST00000418089 11 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183529231 183529408 ENST00000418089 12 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183525256 183525365 ENST00000418089 13 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183524860 183559716 ENST00000367535 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183559291 183559464 ENST00000367535 1 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183556030 183556112 ENST00000367535 2 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183546734 183546842 ENST00000367535 3 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183543622 183543756 ENST00000367535 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183542320 183542427 ENST00000367535 5 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183539915 183539974 ENST00000367535 6 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183538277 183538320 ENST00000367535 7 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536339 183536480 ENST00000367535 8 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536055 183536123 ENST00000367535 9 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183534839 183534914 ENST00000367535 10 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183533140 183533165 ENST00000367535 11 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532720 ENST00000367535 12 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532330 183532441 ENST00000367535 13 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183529231 183529408 ENST00000367535 14 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183525256 183525365 ENST00000367535 15 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183529381 183533186 ENST00000469280 NA NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183532404 183538360 ENST00000420553 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532699 ENST00000420553 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532404 183532441 ENST00000420553 5 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183532407 183538360 ENST00000419402 NA NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536339 183536410 ENST00000419402 2 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183536055 183536123 ENST00000419402 3 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183534839 183534914 ENST00000419402 4 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183533140 183533165 ENST00000419402 5 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532569 183532720 ENST00000419402 6 NCF2 ENSG00000116701 Not Supported Not Supported +CDS 1 183532407 183532441 ENST00000419402 7 NCF2 ENSG00000116701 Not Supported Not Supported +transcript 1 183589981 183590626 ENST00000602484 NA RP1-127C7.6 ENSG00000270009 Not Supported Not Supported +transcript 1 183592401 183604817 ENST00000367534 NA ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183604652 183604794 ENST00000367534 1 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183602217 183602289 ENST00000367534 2 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183599596 183599772 ENST00000367534 3 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183592595 183592606 ENST00000367534 4 ARPC5 ENSG00000162704 Not Supported Not Supported +transcript 1 183595329 183603093 ENST00000462965 NA ARPC5 ENSG00000162704 Not Supported Not Supported +transcript 1 183595352 183604861 ENST00000359856 NA ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183604652 183604794 ENST00000359856 1 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183602217 183602289 ENST00000359856 2 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183599596 183599772 ENST00000359856 3 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183596670 183596729 ENST00000359856 4 ARPC5 ENSG00000162704 Not Supported Not Supported +transcript 1 183595593 183604892 ENST00000294742 NA ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183604652 183604794 ENST00000294742 1 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183602217 183602298 ENST00000294742 2 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183599596 183599772 ENST00000294742 3 ARPC5 ENSG00000162704 Not Supported Not Supported +CDS 1 183596670 183596729 ENST00000294742 4 ARPC5 ENSG00000162704 Not Supported Not Supported +transcript 1 183599460 183602444 ENST00000602490 NA ARPC5 ENSG00000162704 Not Supported Not Supported +transcript 1 183605220 183897665 ENST00000304685 NA RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183711293 183711424 ENST00000304685 2 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183775509 183775619 ENST00000304685 3 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183816700 183816908 ENST00000304685 4 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183835130 183835207 ENST00000304685 5 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183849750 183849934 ENST00000304685 6 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183852920 183853044 ENST00000304685 7 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183853857 183854072 ENST00000304685 8 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183857608 183857711 ENST00000304685 9 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183861211 183861295 ENST00000304685 10 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183866942 183867031 ENST00000304685 11 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183869284 183869370 ENST00000304685 12 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183871702 183871734 ENST00000304685 13 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183873984 183874105 ENST00000304685 14 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183876146 183876235 ENST00000304685 15 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183881216 183881402 ENST00000304685 16 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183885581 183885835 ENST00000304685 17 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183891356 183891470 ENST00000304685 18 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183895239 183895423 ENST00000304685 19 RGL1 ENSG00000143344 Not Supported Not Supported +transcript 1 183605244 183895793 ENST00000536277 NA RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183711293 183711424 ENST00000536277 3 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183816700 183816908 ENST00000536277 4 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183835130 183835207 ENST00000536277 5 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183849750 183849934 ENST00000536277 6 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183852920 183853044 ENST00000536277 7 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183853857 183854072 ENST00000536277 8 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183857608 183857711 ENST00000536277 9 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183861211 183861295 ENST00000536277 10 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183866942 183867031 ENST00000536277 11 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183869284 183869370 ENST00000536277 12 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183871702 183871734 ENST00000536277 13 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183873984 183874105 ENST00000536277 14 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183876146 183876235 ENST00000536277 15 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183881216 183881402 ENST00000536277 16 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183885581 183885835 ENST00000536277 17 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183891356 183891470 ENST00000536277 18 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183895239 183895423 ENST00000536277 19 RGL1 ENSG00000143344 Not Supported Not Supported +transcript 1 183774254 183897665 ENST00000360851 NA RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183774432 183774458 ENST00000360851 1 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183775509 183775619 ENST00000360851 2 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183816700 183816908 ENST00000360851 3 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183835130 183835207 ENST00000360851 4 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183849750 183849934 ENST00000360851 5 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183852920 183853044 ENST00000360851 6 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183853857 183854072 ENST00000360851 7 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183857608 183857711 ENST00000360851 8 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183861211 183861295 ENST00000360851 9 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183866942 183867031 ENST00000360851 10 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183869284 183869370 ENST00000360851 11 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183871702 183871734 ENST00000360851 12 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183873984 183874105 ENST00000360851 13 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183876146 183876235 ENST00000360851 14 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183881216 183881402 ENST00000360851 15 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183885581 183885835 ENST00000360851 16 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183891356 183891470 ENST00000360851 17 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183895239 183895423 ENST00000360851 18 RGL1 ENSG00000143344 Not Supported Not Supported +transcript 1 183774290 183895752 ENST00000539189 NA RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183774432 183774458 ENST00000539189 1 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183775509 183775619 ENST00000539189 2 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183816700 183816908 ENST00000539189 3 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183835130 183835207 ENST00000539189 4 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183849750 183849934 ENST00000539189 5 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183852920 183853044 ENST00000539189 6 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183853857 183854072 ENST00000539189 7 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183857608 183857711 ENST00000539189 8 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183861211 183861295 ENST00000539189 9 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183866942 183867031 ENST00000539189 10 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183871702 183871734 ENST00000539189 11 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183873984 183874105 ENST00000539189 12 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183876146 183876235 ENST00000539189 13 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183881216 183881402 ENST00000539189 14 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183885581 183885835 ENST00000539189 15 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183891356 183891470 ENST00000539189 16 RGL1 ENSG00000143344 Not Supported Not Supported +CDS 1 183895239 183895423 ENST00000539189 17 RGL1 ENSG00000143344 Not Supported Not Supported +transcript 1 183615541 183622448 ENST00000308641 NA APOBEC4 ENSG00000173627 Not Supported Not Supported +CDS 1 183616816 183617916 ENST00000308641 2 APOBEC4 ENSG00000173627 Not Supported Not Supported +transcript 1 183616702 183622451 ENST00000481562 NA APOBEC4 ENSG00000173627 Not Supported Not Supported +transcript 1 183678440 183679375 ENST00000604110 NA RP11-293B7.1 ENSG00000270994 Not Supported Not Supported +transcript 1 183723553 183724072 ENST00000451829 NA RP11-444D13.1 ENSG00000227554 Not Supported Not Supported +transcript 1 183898796 184006611 ENST00000546159 NA COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 184006229 184006491 ENST00000546159 1 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183947544 183947654 ENST00000546159 2 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183944231 183944348 ENST00000546159 3 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183942750 183942884 ENST00000546159 4 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183938403 183938607 ENST00000546159 5 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183933035 183933154 ENST00000546159 6 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183923896 183923972 ENST00000546159 7 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183920141 183920247 ENST00000546159 8 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183914566 183914698 ENST00000546159 9 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183913330 183913457 ENST00000546159 10 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183909715 183909921 ENST00000546159 11 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183899366 183899423 ENST00000546159 12 COLGALT2 ENSG00000198756 Not Supported Not Supported +transcript 1 183898988 183909865 ENST00000486375 NA COLGALT2 ENSG00000198756 Not Supported Not Supported +transcript 1 183904971 183915752 ENST00000367521 NA COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183914566 183914658 ENST00000367521 1 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183913330 183913457 ENST00000367521 2 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183909715 183909921 ENST00000367521 3 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183907898 183908171 ENST00000367521 4 COLGALT2 ENSG00000198756 Not Supported Not Supported +transcript 1 183904971 184006863 ENST00000361927 NA COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 184006229 184006491 ENST00000361927 1 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183947544 183947654 ENST00000361927 2 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183944231 183944348 ENST00000361927 3 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183942750 183942884 ENST00000361927 4 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183938403 183938607 ENST00000361927 5 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183933035 183933154 ENST00000361927 6 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183923896 183923972 ENST00000361927 7 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183920141 183920247 ENST00000361927 8 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183914566 183914698 ENST00000361927 9 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183913330 183913457 ENST00000361927 10 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183909715 183909921 ENST00000361927 11 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183907898 183908171 ENST00000361927 12 COLGALT2 ENSG00000198756 Not Supported Not Supported +transcript 1 183907099 183933634 ENST00000367520 NA COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183933035 183933197 ENST00000367520 1 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183923896 183923972 ENST00000367520 2 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183920141 183920247 ENST00000367520 3 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183914566 183914698 ENST00000367520 4 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183913330 183913457 ENST00000367520 5 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183909715 183909921 ENST00000367520 6 COLGALT2 ENSG00000198756 Not Supported Not Supported +CDS 1 183907898 183908171 ENST00000367520 7 COLGALT2 ENSG00000198756 Not Supported Not Supported +transcript 1 184020811 184043346 ENST00000361641 NA TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184020890 184021024 ENST00000361641 1 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023488 184023569 ENST00000361641 2 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023862 184023997 ENST00000361641 3 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184041291 184041432 ENST00000361641 4 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184041961 184041978 ENST00000361641 5 TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184020813 184042114 ENST00000485209 NA TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184020890 184021024 ENST00000485209 1 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023488 184023569 ENST00000485209 2 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023862 184023997 ENST00000485209 3 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184027295 184027298 ENST00000485209 4 TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184020860 184042157 ENST00000533373 NA TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184020890 184021024 ENST00000533373 1 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023488 184023569 ENST00000533373 2 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023862 184023997 ENST00000533373 3 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184041291 184041328 ENST00000533373 4 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184041961 184041971 ENST00000533373 5 TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184020867 184039946 ENST00000367518 NA TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184020880 184043340 ENST00000423085 NA TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184020890 184021024 ENST00000423085 1 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023488 184023569 ENST00000423085 2 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023862 184023997 ENST00000423085 3 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184041961 184041994 ENST00000423085 4 TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184020894 184042980 ENST00000462677 NA TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184020894 184021024 ENST00000462677 1 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023488 184023569 ENST00000462677 2 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184023862 184023997 ENST00000462677 3 TSEN15 ENSG00000198860 Not Supported Not Supported +CDS 1 184039750 184039810 ENST00000462677 4 TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184023495 184024203 ENST00000457455 NA TSEN15 ENSG00000198860 Not Supported Not Supported +transcript 1 184140848 184140957 ENST00000362970 NA Y_RNA ENSG00000199840 Not Supported Not Supported +transcript 1 184284792 184284899 ENST00000384352 NA Y_RNA ENSG00000207080 Not Supported Not Supported +transcript 1 184298205 184301960 ENST00000449525 NA RP11-382D12.1 ENSG00000231791 Not Supported Not Supported +transcript 1 184304792 184305081 ENST00000479178 NA RN7SL654P ENSG00000244568 Not Supported Not Supported +transcript 1 184354887 184355838 ENST00000605589 NA RP11-382D12.2 ENSG00000271387 Not Supported Not Supported +transcript 1 184356192 184598154 ENST00000235307 NA C1orf21 ENSG00000116667 Not Supported Not Supported +CDS 1 184446644 184446737 ENST00000235307 2 C1orf21 ENSG00000116667 Not Supported Not Supported +CDS 1 184476722 184476816 ENST00000235307 3 C1orf21 ENSG00000116667 Not Supported Not Supported +CDS 1 184559873 184559949 ENST00000235307 4 C1orf21 ENSG00000116667 Not Supported Not Supported +CDS 1 184567535 184567595 ENST00000235307 5 C1orf21 ENSG00000116667 Not Supported Not Supported +CDS 1 184588652 184588687 ENST00000235307 6 C1orf21 ENSG00000116667 Not Supported Not Supported +transcript 1 184509127 184561382 ENST00000489143 NA C1orf21 ENSG00000116667 Not Supported Not Supported +transcript 1 184537533 184589070 ENST00000367514 NA C1orf21 ENSG00000116667 Not Supported Not Supported +transcript 1 184559882 184568743 ENST00000477517 NA C1orf21 ENSG00000116667 Not Supported Not Supported +transcript 1 184377471 184381494 ENST00000414377 NA GS1-115G20.1 ENSG00000230470 Not Supported Not Supported +transcript 1 184535645 184536969 ENST00000245811 NA GS1-115G20.2 ENSG00000232036 Not Supported Not Supported +transcript 1 184647068 184647141 ENST00000516981 NA SNORD112 ENSG00000252790 Not Supported Not Supported +transcript 1 184659365 184724047 ENST00000318130 NA EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184723623 184723780 ENST00000318130 1 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184718681 184718726 ENST00000318130 2 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184706745 184706845 ENST00000318130 3 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184706159 184706198 ENST00000318130 4 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184703665 184703777 ENST00000318130 5 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184701971 184702124 ENST00000318130 6 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184695389 184695523 ENST00000318130 7 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184692885 184692990 ENST00000318130 8 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184690423 184690520 ENST00000318130 9 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184688577 184688702 ENST00000318130 10 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184688296 184688379 ENST00000318130 11 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184686674 184686757 ENST00000318130 12 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184686022 184686146 ENST00000318130 13 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184681567 184681732 ENST00000318130 14 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184680857 184681011 ENST00000318130 15 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184679528 184679681 ENST00000318130 16 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184677287 184677478 ENST00000318130 17 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184675777 184675942 ENST00000318130 18 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184671945 184672130 ENST00000318130 19 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184663200 184663606 ENST00000318130 20 EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184659637 184680891 ENST00000439962 NA EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184680857 184680891 ENST00000439962 1 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184679528 184679681 ENST00000439962 2 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184677287 184677478 ENST00000439962 3 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184675777 184675942 ENST00000439962 4 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184671945 184672130 ENST00000439962 5 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184663197 184663606 ENST00000439962 6 EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184662957 184723701 ENST00000367512 NA EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184723623 184723651 ENST00000367512 1 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184718681 184718726 ENST00000367512 2 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184706745 184706845 ENST00000367512 3 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184706159 184706198 ENST00000367512 4 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184703665 184703777 ENST00000367512 5 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184701971 184702124 ENST00000367512 6 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184695389 184695523 ENST00000367512 7 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184692885 184692990 ENST00000367512 8 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184690423 184690520 ENST00000367512 9 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184688577 184688702 ENST00000367512 10 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184688296 184688379 ENST00000367512 11 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184686674 184686757 ENST00000367512 12 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184686022 184686146 ENST00000367512 13 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184681567 184681732 ENST00000367512 14 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184680857 184681011 ENST00000367512 15 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184679528 184679681 ENST00000367512 16 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184677287 184677478 ENST00000367512 17 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184675777 184675942 ENST00000367512 18 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184671945 184672130 ENST00000367512 19 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184670631 184670678 ENST00000367512 20 EDEM3 ENSG00000116406 Not Supported Not Supported +CDS 1 184663200 184663606 ENST00000367512 21 EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184663602 184679603 ENST00000466392 NA EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184689644 184724007 ENST00000474725 NA EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184701917 184706870 ENST00000466606 NA EDEM3 ENSG00000116406 Not Supported Not Supported +transcript 1 184759858 184775119 ENST00000417056 NA FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184775080 184775119 ENST00000417056 1 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184772719 184772826 ENST00000417056 2 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184767213 184767324 ENST00000417056 3 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184760159 184760199 ENST00000417056 4 FAM129A ENSG00000135842 Not Supported Not Supported +transcript 1 184760164 184943682 ENST00000367511 NA FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184943434 184943488 ENST00000367511 1 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184868312 184868442 ENST00000367511 2 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184863209 184863340 ENST00000367511 3 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184859242 184859356 ENST00000367511 4 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184853767 184853934 ENST00000367511 5 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184800981 184801096 ENST00000367511 6 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184792772 184792876 ENST00000367511 7 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184792301 184792463 ENST00000367511 8 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184787772 184787959 ENST00000367511 9 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184777208 184777369 ENST00000367511 10 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184775080 184775190 ENST00000367511 11 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184772719 184772826 ENST00000367511 12 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184767213 184767324 ENST00000367511 13 FAM129A ENSG00000135842 Not Supported Not Supported +CDS 1 184764114 184765231 ENST00000367511 14 FAM129A ENSG00000135842 Not Supported Not Supported +transcript 1 184763252 184837175 ENST00000487074 NA FAM129A ENSG00000135842 Not Supported Not Supported +transcript 1 184792784 184837692 ENST00000461167 NA FAM129A ENSG00000135842 Not Supported Not Supported +transcript 1 184856873 184859319 ENST00000496299 NA FAM129A ENSG00000135842 Not Supported Not Supported +transcript 1 184790562 184790623 ENST00000516413 NA RNU7-13P ENSG00000252222 Not Supported Not Supported +transcript 1 184970659 184977815 ENST00000566476 NA GS1-120K12.4 ENSG00000260976 Not Supported Not Supported +transcript 1 184984083 184984199 ENST00000364442 NA RNA5SP72 ENSG00000201312 Not Supported Not Supported +transcript 1 185014496 185071740 ENST00000367510 NA RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185056686 185056772 ENST00000367510 2 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185060711 185060871 ENST00000367510 3 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185062193 185062408 ENST00000367510 4 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185067204 185067476 ENST00000367510 5 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185068923 185069094 ENST00000367510 6 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185069332 185069430 ENST00000367510 7 RNF2 ENSG00000121481 Not Supported Not Supported +transcript 1 185014658 185070189 ENST00000367509 NA RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185056686 185056772 ENST00000367509 2 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185060711 185060871 ENST00000367509 3 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185067204 185067476 ENST00000367509 4 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185068923 185069094 ENST00000367509 5 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185069332 185069430 ENST00000367509 6 RNF2 ENSG00000121481 Not Supported Not Supported +transcript 1 185014668 185061138 ENST00000498201 NA RNF2 ENSG00000121481 Not Supported Not Supported +transcript 1 185015228 185068925 ENST00000453650 NA RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185056686 185056772 ENST00000453650 2 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185060711 185060871 ENST00000453650 3 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185062193 185062408 ENST00000453650 4 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185067204 185067476 ENST00000453650 5 RNF2 ENSG00000121481 Not Supported Not Supported +CDS 1 185068923 185068925 ENST00000453650 6 RNF2 ENSG00000121481 Not Supported Not Supported +transcript 1 185040699 185041167 ENST00000447665 NA FTH1P25 ENSG00000232792 Not Supported Not Supported +transcript 1 185087220 185126116 ENST00000367504 NA TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185116314 185116370 ENST00000367504 4 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185114571 185114700 ENST00000367504 5 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185113038 185113161 ENST00000367504 6 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185112489 185112568 ENST00000367504 7 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185109105 185109354 ENST00000367504 8 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185108499 185108711 ENST00000367504 9 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185106738 185106928 ENST00000367504 10 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185106574 185106638 ENST00000367504 11 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185097820 185097879 ENST00000367504 12 TRMT1L ENSG00000121486 Not Supported Not Supported +transcript 1 185087230 185126113 ENST00000367506 NA TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185125610 185125844 ENST00000367506 1 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185120957 185121067 ENST00000367506 2 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185119511 185119624 ENST00000367506 3 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185116314 185116378 ENST00000367506 4 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185114571 185114700 ENST00000367506 5 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185113038 185113161 ENST00000367506 6 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185112489 185112568 ENST00000367506 7 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185109105 185109354 ENST00000367506 8 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185108499 185108711 ENST00000367506 9 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185106738 185106928 ENST00000367506 10 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185097801 185097879 ENST00000367506 11 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185094076 185094242 ENST00000367506 12 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185092989 185093051 ENST00000367506 13 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185089515 185089641 ENST00000367506 14 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185089154 185089403 ENST00000367506 15 TRMT1L ENSG00000121486 Not Supported Not Supported +transcript 1 185089185 185090001 ENST00000465827 NA TRMT1L ENSG00000121486 Not Supported Not Supported +transcript 1 185093972 185108692 ENST00000458395 NA TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185108499 185108692 ENST00000458395 1 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185106738 185106928 ENST00000458395 2 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185097801 185097879 ENST00000458395 3 TRMT1L ENSG00000121486 Not Supported Not Supported +CDS 1 185094068 185094242 ENST00000458395 4 TRMT1L ENSG00000121486 Not Supported Not Supported +transcript 1 185113052 185126204 ENST00000487028 NA TRMT1L ENSG00000121486 Not Supported Not Supported +transcript 1 185126212 185260139 ENST00000367501 NA SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185129974 185130057 ENST00000367501 2 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185135704 185135784 ENST00000367501 3 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185137472 185137530 ENST00000367501 4 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185143504 185144245 ENST00000367501 5 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185149523 185149582 ENST00000367501 6 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185151078 185151189 ENST00000367501 7 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185153375 185153476 ENST00000367501 8 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185153875 185154063 ENST00000367501 9 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185159681 185159774 ENST00000367501 10 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185171786 185171931 ENST00000367501 11 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185173832 185173995 ENST00000367501 12 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185175757 185175895 ENST00000367501 13 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185183639 185183787 ENST00000367501 14 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185190981 185191168 ENST00000367501 15 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185200709 185200840 ENST00000367501 16 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185240455 185240521 ENST00000367501 17 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185245736 185245800 ENST00000367501 18 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185259806 185259932 ENST00000367501 19 SWT1 ENSG00000116668 Not Supported Not Supported +transcript 1 185126291 185260897 ENST00000367500 NA SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185129974 185130057 ENST00000367500 2 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185135704 185135784 ENST00000367500 3 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185137472 185137530 ENST00000367500 4 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185143504 185144245 ENST00000367500 5 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185149523 185149582 ENST00000367500 6 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185151078 185151189 ENST00000367500 7 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185153375 185153476 ENST00000367500 8 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185153875 185154063 ENST00000367500 9 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185159681 185159774 ENST00000367500 10 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185171786 185171931 ENST00000367500 11 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185173832 185173995 ENST00000367500 12 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185175757 185175895 ENST00000367500 13 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185183639 185183787 ENST00000367500 14 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185190981 185191168 ENST00000367500 15 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185200709 185200840 ENST00000367500 16 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185240455 185240521 ENST00000367500 17 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185245736 185245800 ENST00000367500 18 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185259806 185259932 ENST00000367500 19 SWT1 ENSG00000116668 Not Supported Not Supported +transcript 1 185126614 185143758 ENST00000450350 NA SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185129974 185130057 ENST00000450350 2 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185135704 185135784 ENST00000450350 3 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185137472 185137530 ENST00000450350 4 SWT1 ENSG00000116668 Not Supported Not Supported +CDS 1 185143504 185143758 ENST00000450350 5 SWT1 ENSG00000116668 Not Supported Not Supported +transcript 1 185140467 185140842 ENST00000413694 NA CTA-253N17.1 ENSG00000231084 Not Supported Not Supported +transcript 1 185195940 185196832 ENST00000392009 NA RPL5P5 ENSG00000213051 Not Supported Not Supported +transcript 1 185220445 185220543 ENST00000364551 NA Y_RNA ENSG00000201421 Not Supported Not Supported +transcript 1 185227043 185227147 ENST00000383913 NA Y_RNA ENSG00000206640 Not Supported Not Supported +transcript 1 185231418 185233488 ENST00000441261 NA RP4-635A23.3 ENSG00000233583 Not Supported Not Supported +transcript 1 185235667 185235759 ENST00000516803 NA Y_RNA ENSG00000252612 Not Supported Not Supported +transcript 1 185249976 185250948 ENST00000413701 NA RP4-635A23.4 ENSG00000238061 Not Supported Not Supported +transcript 1 185265520 185275632 ENST00000480769 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185265520 185286461 ENST00000367498 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185278515 185278625 ENST00000367498 3 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185278135 185278304 ENST00000367498 4 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185277932 185278007 ENST00000367498 5 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185276621 185276794 ENST00000367498 6 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185276146 185276271 ENST00000367498 7 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185274668 185274775 ENST00000367498 8 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185270566 185270695 ENST00000367498 9 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185270104 185270328 ENST00000367498 10 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269569 185269690 ENST00000367498 11 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269349 185269475 ENST00000367498 12 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269131 185269262 ENST00000367498 13 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185268842 185269015 ENST00000367498 14 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185267170 185267420 ENST00000367498 15 IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185266147 185286405 ENST00000459929 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185266898 185280439 ENST00000392007 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185275617 185275619 ENST00000392007 7 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185274668 185274775 ENST00000392007 8 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185270566 185270695 ENST00000392007 9 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185270104 185270328 ENST00000392007 10 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269569 185269690 ENST00000392007 11 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269349 185269475 ENST00000392007 12 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185269131 185269262 ENST00000392007 13 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185268842 185269015 ENST00000392007 14 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185267170 185267420 ENST00000392007 15 IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185266903 185270846 ENST00000475046 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185267537 185270770 ENST00000494880 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185269229 185270050 ENST00000468217 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185269378 185270381 ENST00000491112 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185275882 185276794 ENST00000422754 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185276621 185276794 ENST00000422754 1 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185276092 185276271 ENST00000422754 2 IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185276812 185280259 ENST00000367497 NA IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185278515 185278625 ENST00000367497 2 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185278135 185278304 ENST00000367497 3 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185277932 185278007 ENST00000367497 4 IVNS1ABP ENSG00000116679 Not Supported Not Supported +CDS 1 185277102 185277149 ENST00000367497 5 IVNS1ABP ENSG00000116679 Not Supported Not Supported +transcript 1 185286911 185287662 ENST00000609881 NA GS1-279B7.2 ENSG00000273004 Not Supported Not Supported +transcript 1 185290289 185302200 ENST00000562817 NA GS1-279B7.1 ENSG00000261024 Not Supported Not Supported +transcript 1 185292978 185304139 ENST00000563533 NA GS1-279B7.1 ENSG00000261024 Not Supported Not Supported +transcript 1 185300389 185304171 ENST00000565520 NA GS1-279B7.1 ENSG00000261024 Not Supported Not Supported +transcript 1 185403376 185403437 ENST00000516598 NA RNU7-183P ENSG00000252407 Not Supported Not Supported +transcript 1 185404971 185405179 ENST00000605276 NA CTA-277P6.1 ENSG00000270920 Not Supported Not Supported +transcript 1 185527504 185534699 ENST00000609066 NA GS1-204I12.1 ENSG00000228309 Not Supported Not Supported +transcript 1 185527504 185534763 ENST00000439633 NA GS1-204I12.1 ENSG00000228309 Not Supported Not Supported +transcript 1 185527514 185597620 ENST00000608417 NA GS1-204I12.1 ENSG00000228309 Not Supported Not Supported +transcript 1 185576316 185597659 ENST00000436955 NA GS1-204I12.1 ENSG00000228309 Not Supported Not Supported +transcript 1 185599560 185599660 ENST00000384380 NA Y_RNA ENSG00000207108 Not Supported Not Supported +transcript 1 185603205 185603314 ENST00000364726 NA Y_RNA ENSG00000201596 Not Supported Not Supported +transcript 1 185624134 185626300 ENST00000569292 NA GS1-204I12.4 ENSG00000261729 Not Supported Not Supported +transcript 1 185703683 186160081 ENST00000271588 NA HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185703912 185704179 ENST00000271588 1 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185815158 185815228 ENST00000271588 2 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185833602 185833760 ENST00000271588 3 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185834873 185834995 ENST00000271588 4 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185878469 185878640 ENST00000271588 5 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185880806 185880912 ENST00000271588 6 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185891511 185891631 ENST00000271588 7 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185892522 185892785 ENST00000271588 8 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185894179 185894323 ENST00000271588 9 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185897678 185897799 ENST00000271588 10 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185902681 185902956 ENST00000271588 11 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185931650 185931791 ENST00000271588 12 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185932900 185933027 ENST00000271588 13 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185934934 185935047 ENST00000271588 14 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185939467 185939625 ENST00000271588 15 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185946919 185947113 ENST00000271588 16 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185950110 185950205 ENST00000271588 17 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185951394 185951521 ENST00000271588 18 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185953301 185953445 ENST00000271588 19 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185956564 185956676 ENST00000271588 20 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185958620 185958779 ENST00000271588 21 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185959407 185959575 ENST00000271588 22 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185962314 185962441 ENST00000271588 23 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185963947 185964219 ENST00000271588 24 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185966561 185966656 ENST00000271588 25 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185969177 185969371 ENST00000271588 26 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185970430 185970560 ENST00000271588 27 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185970726 185970873 ENST00000271588 28 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185972850 185972976 ENST00000271588 29 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185976260 185976414 ENST00000271588 30 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185984291 185984569 ENST00000271588 31 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185985090 185985371 ENST00000271588 32 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185986095 185986203 ENST00000271588 33 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185987315 185987484 ENST00000271588 34 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185988673 185988827 ENST00000271588 35 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185992162 185992285 ENST00000271588 36 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186007066 186007167 ENST00000271588 37 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186007961 186008137 ENST00000271588 38 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186008860 186009011 ENST00000271588 39 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186010145 186010268 ENST00000271588 40 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186014820 186014995 ENST00000271588 41 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186017875 186017971 ENST00000271588 42 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186022084 186022206 ENST00000271588 43 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186022957 186023118 ENST00000271588 44 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186024525 186024806 ENST00000271588 45 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186026366 186026533 ENST00000271588 46 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186030983 186031096 ENST00000271588 47 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186031646 186031732 ENST00000271588 48 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186034370 186034561 ENST00000271588 49 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186036966 186037139 ENST00000271588 50 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186038795 186038908 ENST00000271588 51 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186039744 186039889 ENST00000271588 52 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186043873 186044023 ENST00000271588 53 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186045560 186045754 ENST00000271588 54 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186047239 186047352 ENST00000271588 55 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186050339 186050526 ENST00000271588 56 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186051997 186052093 ENST00000271588 57 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186055378 186055539 ENST00000271588 58 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186056349 186056462 ENST00000271588 59 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186056575 186056777 ENST00000271588 60 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057064 186057145 ENST00000271588 61 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057277 186057408 ENST00000271588 62 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057738 186057887 ENST00000271588 63 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186059890 186060049 ENST00000271588 64 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186062266 186062390 ENST00000271588 65 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186062618 186062801 ENST00000271588 66 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186063408 186063505 ENST00000271588 67 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186064375 186064653 ENST00000271588 68 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186072604 186072800 ENST00000271588 69 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186076016 186076097 ENST00000271588 70 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186077593 186077729 ENST00000271588 71 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186081944 186082085 ENST00000271588 72 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186083111 186083255 ENST00000271588 73 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186083951 186084078 ENST00000271588 74 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186084390 186084546 ENST00000271588 75 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186086126 186086247 ENST00000271588 76 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186086591 186086755 ENST00000271588 77 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186088323 186088430 ENST00000271588 78 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186088877 186089014 ENST00000271588 79 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186089143 186089277 ENST00000271588 80 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186092083 186092352 ENST00000271588 81 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186094736 186094926 ENST00000271588 82 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186097210 186097423 ENST00000271588 83 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186099098 186099232 ENST00000271588 84 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186099639 186099829 ENST00000271588 85 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186101460 186101541 ENST00000271588 86 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186105800 186106069 ENST00000271588 87 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186106630 186106800 ENST00000271588 88 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186106934 186107104 ENST00000271588 89 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186113305 186113475 ENST00000271588 90 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186113665 186113835 ENST00000271588 91 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186114535 186114705 ENST00000271588 92 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186114885 186115055 ENST00000271588 93 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186120332 186120481 ENST00000271588 94 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186120738 186120875 ENST00000271588 95 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186121882 186122003 ENST00000271588 96 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186122882 186123119 ENST00000271588 97 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186134243 186134305 ENST00000271588 98 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186135316 186135435 ENST00000271588 99 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186135940 186136074 ENST00000271588 100 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186140469 186140582 ENST00000271588 101 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186141138 186141263 ENST00000271588 102 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186143646 186143774 ENST00000271588 103 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186147548 186147898 ENST00000271588 104 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186151300 186151419 ENST00000271588 105 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186157015 186157141 ENST00000271588 106 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186158644 186159007 ENST00000271588 107 HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 185703683 186160085 ENST00000367492 NA HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185703912 185704179 ENST00000367492 1 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185815158 185815228 ENST00000367492 2 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185833602 185833760 ENST00000367492 3 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185834873 185834995 ENST00000367492 4 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185878469 185878640 ENST00000367492 5 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185880806 185880912 ENST00000367492 6 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185891511 185891631 ENST00000367492 7 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185892522 185892785 ENST00000367492 8 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185894179 185894323 ENST00000367492 9 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185897678 185897799 ENST00000367492 10 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185902681 185902956 ENST00000367492 11 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185931650 185931791 ENST00000367492 12 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185932900 185933027 ENST00000367492 13 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185934934 185935047 ENST00000367492 14 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185939467 185939625 ENST00000367492 15 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185946919 185947113 ENST00000367492 16 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185950110 185950205 ENST00000367492 17 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185951394 185951521 ENST00000367492 18 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185953301 185953445 ENST00000367492 19 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185956564 185956676 ENST00000367492 20 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185958620 185958779 ENST00000367492 21 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185959407 185959575 ENST00000367492 22 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185962314 185962441 ENST00000367492 23 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185963947 185964219 ENST00000367492 24 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185966561 185966656 ENST00000367492 25 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185969177 185969371 ENST00000367492 26 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185970430 185970560 ENST00000367492 27 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185970726 185970873 ENST00000367492 28 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185972850 185972976 ENST00000367492 29 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185976260 185976414 ENST00000367492 30 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185984291 185984569 ENST00000367492 31 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185985090 185985371 ENST00000367492 32 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185986095 185986203 ENST00000367492 33 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185987315 185987484 ENST00000367492 34 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185988673 185988827 ENST00000367492 35 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 185992162 185992285 ENST00000367492 36 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186007066 186007167 ENST00000367492 37 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186007961 186008137 ENST00000367492 38 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186008860 186009011 ENST00000367492 39 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186010145 186010268 ENST00000367492 40 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186014820 186014995 ENST00000367492 41 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186017875 186017971 ENST00000367492 42 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186022084 186022206 ENST00000367492 43 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186022957 186023118 ENST00000367492 44 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186024525 186024806 ENST00000367492 45 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186026366 186026533 ENST00000367492 46 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186030983 186031096 ENST00000367492 47 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186031646 186031732 ENST00000367492 48 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186034370 186034561 ENST00000367492 49 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186036966 186037139 ENST00000367492 50 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186038795 186038908 ENST00000367492 51 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186039744 186039889 ENST00000367492 52 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186043873 186044023 ENST00000367492 53 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186045560 186045754 ENST00000367492 54 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186047239 186047352 ENST00000367492 55 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186050339 186050526 ENST00000367492 56 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186051997 186052093 ENST00000367492 57 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186055378 186055539 ENST00000367492 58 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186056349 186056462 ENST00000367492 59 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186056575 186056777 ENST00000367492 60 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057064 186057145 ENST00000367492 61 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057277 186057408 ENST00000367492 62 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186057738 186057887 ENST00000367492 63 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186059890 186060049 ENST00000367492 64 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186062266 186062390 ENST00000367492 65 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186062618 186062801 ENST00000367492 66 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186063408 186063505 ENST00000367492 67 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186064375 186064653 ENST00000367492 68 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186072604 186072800 ENST00000367492 69 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186076016 186076097 ENST00000367492 70 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186077593 186077729 ENST00000367492 71 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186081944 186082085 ENST00000367492 72 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186083111 186083255 ENST00000367492 73 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186083951 186084078 ENST00000367492 74 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186084390 186084546 ENST00000367492 75 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186086126 186086247 ENST00000367492 76 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186086591 186086755 ENST00000367492 77 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186088323 186088430 ENST00000367492 78 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186088877 186089014 ENST00000367492 79 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186089143 186089277 ENST00000367492 80 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186092083 186092352 ENST00000367492 81 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186094736 186094926 ENST00000367492 82 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186097210 186097423 ENST00000367492 83 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186099098 186099232 ENST00000367492 84 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186099639 186099829 ENST00000367492 85 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186101460 186101541 ENST00000367492 86 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186105800 186106069 ENST00000367492 87 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186106630 186106800 ENST00000367492 88 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186106934 186107104 ENST00000367492 89 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186113305 186113475 ENST00000367492 90 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186113665 186113835 ENST00000367492 91 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186114535 186114705 ENST00000367492 92 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186114885 186115055 ENST00000367492 93 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186120332 186120481 ENST00000367492 94 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186120738 186120875 ENST00000367492 95 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186121882 186122003 ENST00000367492 96 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186122882 186123119 ENST00000367492 97 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186134243 186134305 ENST00000367492 98 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186135316 186135435 ENST00000367492 99 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186135940 186136074 ENST00000367492 100 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186140469 186140582 ENST00000367492 101 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186141138 186141263 ENST00000367492 102 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186143646 186143774 ENST00000367492 103 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186151300 186151419 ENST00000367492 104 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186157015 186157141 ENST00000367492 105 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186158644 186159007 ENST00000367492 106 HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 185926201 185962569 ENST00000485744 NA HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 185932940 185947277 ENST00000493413 NA HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 186122958 186141250 ENST00000475585 NA HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 186140519 186158797 ENST00000414277 NA HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186140519 186140582 ENST00000414277 1 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186141138 186141263 ENST00000414277 2 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186143646 186143774 ENST00000414277 3 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186151300 186151419 ENST00000414277 4 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186157015 186157141 ENST00000414277 5 HMCN1 ENSG00000143341 Not Supported Not Supported +CDS 1 186158644 186158797 ENST00000414277 6 HMCN1 ENSG00000143341 Not Supported Not Supported +transcript 1 186145946 186146434 ENST00000428391 NA GS1-174L6.4 ENSG00000224691 Not Supported Not Supported +transcript 1 186265405 186283686 ENST00000367486 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000367486 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186269223 186269345 ENST00000367486 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000367486 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273240 186273389 ENST00000367486 5 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186278272 ENST00000367486 6 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186278925 186279002 ENST00000367486 7 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280166 186280302 ENST00000367486 8 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280572 186280728 ENST00000367486 9 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281307 186281504 ENST00000367486 10 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281901 186282026 ENST00000367486 11 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186282813 186282907 ENST00000367486 12 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265405 186283686 ENST00000367484 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000367484 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000367484 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273240 186273389 ENST00000367484 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273926 186274054 ENST00000367484 5 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186276057 ENST00000367484 6 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186277348 186278272 ENST00000367484 7 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186278925 186279002 ENST00000367484 8 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280166 186280302 ENST00000367484 9 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280572 186280728 ENST00000367484 10 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281307 186281504 ENST00000367484 11 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281901 186282026 ENST00000367484 12 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186282813 186282907 ENST00000367484 13 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265411 186275610 ENST00000533951 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000533951 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000533951 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273926 186274054 ENST00000533951 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186275610 ENST00000533951 5 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265411 186277814 ENST00000367482 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000367482 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000367482 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186277814 ENST00000367482 4 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265411 186283694 ENST00000367483 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000367483 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000367483 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273240 186273389 ENST00000367483 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273926 186274054 ENST00000367483 5 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186278272 ENST00000367483 6 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186278925 186279002 ENST00000367483 7 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280166 186280302 ENST00000367483 8 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280572 186280728 ENST00000367483 9 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281307 186281504 ENST00000367483 10 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281901 186282026 ENST00000367483 11 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186282813 186282907 ENST00000367483 12 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265411 186283694 ENST00000367485 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000367485 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186269223 186269345 ENST00000367485 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000367485 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186278272 ENST00000367485 5 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186278925 186279002 ENST00000367485 6 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280166 186280302 ENST00000367485 7 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280572 186280728 ENST00000367485 8 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281307 186281504 ENST00000367485 9 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281901 186282026 ENST00000367485 10 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186282813 186282907 ENST00000367485 11 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186265411 186283694 ENST00000445192 NA PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186266008 186266083 ENST00000445192 2 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186269223 186269345 ENST00000445192 3 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186270724 186270843 ENST00000445192 4 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273240 186273389 ENST00000445192 5 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186273926 186274054 ENST00000445192 6 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186275450 186278272 ENST00000445192 7 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186278925 186279002 ENST00000445192 8 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280166 186280302 ENST00000445192 9 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186280572 186280728 ENST00000445192 10 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281307 186281504 ENST00000445192 11 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186281901 186282026 ENST00000445192 12 PRG4 ENSG00000116690 Not Supported Not Supported +CDS 1 186282813 186282907 ENST00000445192 13 PRG4 ENSG00000116690 Not Supported Not Supported +transcript 1 186280784 186344457 ENST00000367478 NA TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186344010 186344160 ENST00000367478 1 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186342491 186342595 ENST00000367478 2 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186340102 186340175 ENST00000367478 3 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186337018 186337114 ENST00000367478 4 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186332474 186332577 ENST00000367478 5 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186331969 186332133 ENST00000367478 6 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186331420 186331512 ENST00000367478 7 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186330921 186331001 ENST00000367478 8 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186330754 186330841 ENST00000367478 9 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186329897 186330037 ENST00000367478 10 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186329405 186329496 ENST00000367478 11 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186328931 186329128 ENST00000367478 12 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186327675 186327782 ENST00000367478 13 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186326529 186326755 ENST00000367478 14 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186325418 186325581 ENST00000367478 15 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186324767 186324900 ENST00000367478 16 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186324542 186324690 ENST00000367478 17 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186322820 186322982 ENST00000367478 18 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186321108 186321242 ENST00000367478 19 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186320462 186320602 ENST00000367478 20 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186319355 186319520 ENST00000367478 21 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186316424 186316590 ENST00000367478 22 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186315267 186315419 ENST00000367478 23 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186314712 186314828 ENST00000367478 24 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186313507 186313710 ENST00000367478 25 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186313038 186313222 ENST00000367478 26 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186312458 186312605 ENST00000367478 27 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186310384 186310521 ENST00000367478 28 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186310160 186310291 ENST00000367478 29 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186308774 186308904 ENST00000367478 30 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186307165 186307375 ENST00000367478 31 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186306145 186306288 ENST00000367478 32 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186305628 186305826 ENST00000367478 33 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186304470 186304675 ENST00000367478 34 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186304200 186304261 ENST00000367478 35 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186303457 186303665 ENST00000367478 36 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186302254 186302526 ENST00000367478 37 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186301327 186301475 ENST00000367478 38 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186300630 186300713 ENST00000367478 39 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186296592 186296792 ENST00000367478 40 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186295236 186295367 ENST00000367478 41 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186294896 186294986 ENST00000367478 42 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186292818 186293002 ENST00000367478 43 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186291650 186291718 ENST00000367478 44 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186291450 186291544 ENST00000367478 45 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186289444 186289550 ENST00000367478 46 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186287865 186287960 ENST00000367478 47 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186287579 186287735 ENST00000367478 48 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186286614 186286732 ENST00000367478 49 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186283761 186283856 ENST00000367478 50 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186283106 186283158 ENST00000367478 51 TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186287637 186291833 ENST00000467810 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186294651 186295352 ENST00000492973 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186307319 186313222 ENST00000481347 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186320555 186325670 ENST00000491783 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186321084 186323080 ENST00000469463 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186321147 186344457 ENST00000474852 NA TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186342525 186344825 ENST00000451586 NA TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186344691 186344760 ENST00000451586 1 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186344010 186344318 ENST00000451586 2 TPR ENSG00000047410 Not Supported Not Supported +CDS 1 186342525 186342595 ENST00000451586 3 TPR ENSG00000047410 Not Supported Not Supported +transcript 1 186280957 186281060 ENST00000365155 NA RNU6-1240P ENSG00000202025 Not Supported Not Supported +transcript 1 186344890 186390499 ENST00000367470 NA C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186348918 186349016 ENST00000367470 2 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186352154 186352288 ENST00000367470 3 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186355120 186355215 ENST00000367470 4 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186357574 186357680 ENST00000367470 5 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186358720 186358756 ENST00000367470 6 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186359843 186359983 ENST00000367470 7 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186360828 186360923 ENST00000367470 8 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186367445 186367573 ENST00000367470 9 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186368086 186368176 ENST00000367470 10 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186375215 186375400 ENST00000367470 11 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186386676 186386786 ENST00000367470 12 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186388141 186388205 ENST00000367470 13 C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186344955 186388683 ENST00000419367 NA C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186348918 186349016 ENST00000419367 2 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186352154 186352288 ENST00000419367 3 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186357574 186357680 ENST00000419367 4 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186358720 186358756 ENST00000419367 5 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186359843 186359983 ENST00000419367 6 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186360828 186360923 ENST00000419367 7 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186363079 186363147 ENST00000419367 8 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186367445 186367573 ENST00000419367 9 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186368086 186368176 ENST00000419367 10 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186375215 186375400 ENST00000419367 11 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186386676 186386786 ENST00000419367 12 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186388141 186388205 ENST00000419367 13 C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186345001 186390510 ENST00000287859 NA C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186348918 186349016 ENST00000287859 2 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186352154 186352288 ENST00000287859 3 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186355120 186355215 ENST00000287859 4 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186357574 186357680 ENST00000287859 5 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186358720 186358756 ENST00000287859 6 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186359843 186359983 ENST00000287859 7 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186360828 186360923 ENST00000287859 8 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186363079 186363147 ENST00000287859 9 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186367445 186367573 ENST00000287859 10 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186368086 186368176 ENST00000287859 11 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186375215 186375400 ENST00000287859 12 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186386676 186386786 ENST00000287859 13 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186388141 186388205 ENST00000287859 14 C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186348918 186388208 ENST00000432021 NA C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186348918 186349016 ENST00000432021 1 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186352154 186352288 ENST00000432021 2 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186355120 186355215 ENST00000432021 3 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186357574 186357680 ENST00000432021 4 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186358720 186358756 ENST00000432021 5 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186359843 186359983 ENST00000432021 6 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186360828 186360923 ENST00000432021 7 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186367445 186367573 ENST00000432021 8 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186368086 186368176 ENST00000432021 9 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186375215 186375400 ENST00000432021 10 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186386676 186386786 ENST00000432021 11 C1orf27 ENSG00000157181 Not Supported Not Supported +CDS 1 186388141 186388205 ENST00000432021 12 C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186367552 186381025 ENST00000478571 NA C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186386509 186388365 ENST00000461662 NA C1orf27 ENSG00000157181 Not Supported Not Supported +transcript 1 186364123 186365908 ENST00000598663 NA AL596220.1 ENSG00000268662 Not Supported Not Supported +CDS 1 186365850 186365908 ENST00000598663 1 AL596220.1 ENSG00000268662 Not Supported Not Supported +CDS 1 186365764 186365811 ENST00000598663 2 AL596220.1 ENSG00000268662 Not Supported Not Supported +CDS 1 186364126 186364150 ENST00000598663 3 AL596220.1 ENSG00000268662 Not Supported Not Supported +transcript 1 186369704 186370587 ENST00000574641 NA OCLM ENSG00000262180 Not Supported Not Supported +CDS 1 186370178 186370309 ENST00000574641 1 OCLM ENSG00000262180 Not Supported Not Supported +transcript 1 186412698 186430254 ENST00000391997 NA PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186418531 186418591 ENST00000391997 2 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186415558 186415709 ENST00000391997 3 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186413114 186413638 ENST00000391997 4 PDC ENSG00000116703 Not Supported Not Supported +transcript 1 186412714 186417856 ENST00000497198 NA PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186415558 186415614 ENST00000497198 2 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186413114 186413638 ENST00000497198 3 PDC ENSG00000116703 Not Supported Not Supported +transcript 1 186413020 186415637 ENST00000456239 NA PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186415558 186415614 ENST00000456239 1 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186413114 186413638 ENST00000456239 2 PDC ENSG00000116703 Not Supported Not Supported +transcript 1 186413111 186418591 ENST00000340129 NA PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186418531 186418591 ENST00000340129 1 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186415558 186415709 ENST00000340129 2 PDC ENSG00000116703 Not Supported Not Supported +CDS 1 186413114 186413638 ENST00000340129 3 PDC ENSG00000116703 Not Supported Not Supported +transcript 1 186420213 186420881 ENST00000429768 NA RP11-295K2.3 ENSG00000229739 Not Supported Not Supported +transcript 1 186490905 186491436 ENST00000609032 NA GS1-304P7.3 ENSG00000273198 Not Supported Not Supported +transcript 1 186547411 186548431 ENST00000456921 NA GS1-304P7.2 ENSG00000228238 Not Supported Not Supported +transcript 1 186549647 186550323 ENST00000450032 NA GS1-304P7.1 ENSG00000233196 Not Supported Not Supported +transcript 1 186640923 186649559 ENST00000367468 NA PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186649371 186649422 ENST00000367468 1 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186648454 186648570 ENST00000367468 2 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186648190 186648333 ENST00000367468 3 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186647393 186647536 ENST00000367468 4 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186646781 186646962 ENST00000367468 5 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186645965 186646048 ENST00000367468 6 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186645599 186645845 ENST00000367468 7 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186645030 186645316 ENST00000367468 8 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186644381 186644528 ENST00000367468 9 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186643488 186643894 ENST00000367468 10 PTGS2 ENSG00000073756 Not Supported Not Supported +transcript 1 186642025 186649555 ENST00000490885 NA PTGS2 ENSG00000073756 Not Supported Not Supported +transcript 1 186643485 186649422 ENST00000559627 NA PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186649371 186649422 ENST00000559627 1 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186648454 186648570 ENST00000559627 2 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186648190 186648333 ENST00000559627 3 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186647393 186647536 ENST00000559627 4 PTGS2 ENSG00000073756 Not Supported Not Supported +CDS 1 186646821 186646852 ENST00000559627 5 PTGS2 ENSG00000073756 Not Supported Not Supported +transcript 1 186643628 186645001 ENST00000466691 NA PTGS2 ENSG00000073756 Not Supported Not Supported +transcript 1 186647402 186649555 ENST00000559800 NA PTGS2 ENSG00000073756 Not Supported Not Supported +transcript 1 186649754 186650578 ENST00000608917 NA RP5-973M2.2 ENSG00000273129 Not Supported Not Supported +transcript 1 186798085 186958113 ENST00000367466 NA PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186823487 186823519 ENST00000367466 2 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186839567 186839648 ENST00000367466 3 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186862143 186862291 ENST00000367466 4 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186863230 186863343 ENST00000367466 5 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186876097 186876134 ENST00000367466 6 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186880380 186880521 ENST00000367466 7 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186901895 186902031 ENST00000367466 8 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186908140 186908362 ENST00000367466 9 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186909112 186909226 ENST00000367466 10 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186915769 186915906 ENST00000367466 11 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186916001 186916093 ENST00000367466 12 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186919789 186919860 ENST00000367466 13 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186925234 186925476 ENST00000367466 14 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186934541 186934725 ENST00000367466 15 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186946725 186946920 ENST00000367466 16 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186948447 186948604 ENST00000367466 17 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186957509 186957637 ENST00000367466 18 PLA2G4A ENSG00000116711 Not Supported Not Supported +transcript 1 186798122 186957806 ENST00000442353 NA PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186823487 186823519 ENST00000442353 2 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186839567 186839648 ENST00000442353 3 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186862143 186862291 ENST00000442353 4 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186863230 186863343 ENST00000442353 5 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186901895 186902031 ENST00000442353 6 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186908140 186908362 ENST00000442353 7 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186909112 186909226 ENST00000442353 8 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186915769 186915906 ENST00000442353 9 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186916001 186916093 ENST00000442353 10 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186919789 186919860 ENST00000442353 11 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186925234 186925476 ENST00000442353 12 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186934541 186934725 ENST00000442353 13 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186946725 186946920 ENST00000442353 14 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186948447 186948604 ENST00000442353 15 PLA2G4A ENSG00000116711 Not Supported Not Supported +CDS 1 186957509 186957637 ENST00000442353 16 PLA2G4A ENSG00000116711 Not Supported Not Supported +transcript 1 186823418 186908362 ENST00000466600 NA PLA2G4A ENSG00000116711 Not Supported Not Supported +transcript 1 187061974 187329455 ENST00000458683 NA LINC01036 ENSG00000236030 Not Supported Not Supported +transcript 1 187412738 187439371 ENST00000444887 NA LINC01037 ENSG00000231599 Not Supported Not Supported +transcript 1 187412760 187446354 ENST00000427337 NA LINC01037 ENSG00000231599 Not Supported Not Supported +transcript 1 187449425 187449746 ENST00000609113 NA RP11-445P19.3 ENSG00000272827 Not Supported Not Supported +transcript 1 187475970 187476251 ENST00000603098 NA RP11-445P19.2 ENSG00000271558 Not Supported Not Supported +transcript 1 187505233 187505431 ENST00000443251 NA RP11-393M18.1 ENSG00000228012 Not Supported Not Supported +transcript 1 187532193 187533263 ENST00000424976 NA FDPSP1 ENSG00000225462 Not Supported Not Supported +transcript 1 187610358 187612992 ENST00000429725 NA ERVMER61-1 ENSG00000230426 Not Supported Not Supported +transcript 1 187675692 187678029 ENST00000424054 NA RP11-393M18.4 ENSG00000236401 Not Supported Not Supported +transcript 1 187683374 187683866 ENST00000451797 NA RP5-925F19.1 ENSG00000223847 Not Supported Not Supported +transcript 1 188036429 188036656 ENST00000403060 NA RP11-134C1.1 ENSG00000150732 Not Supported Not Supported +transcript 1 188124970 188125311 ENST00000410308 NA RN7SKP156 ENSG00000222240 Not Supported Not Supported +transcript 1 188187531 188189807 ENST00000569873 NA RP11-201A3.1 ENSG00000261182 Not Supported Not Supported +transcript 1 188211270 188211809 ENST00000447592 NA RP11-405P11.1 ENSG00000224278 Not Supported Not Supported +transcript 1 188477669 188505596 ENST00000426262 NA RP11-669M2.1 ENSG00000225006 Not Supported Not Supported +transcript 1 188640484 188640890 ENST00000446368 NA RP11-669M2.2 ENSG00000235083 Not Supported Not Supported +transcript 1 188663451 188664242 ENST00000417027 NA RPS3AP9 ENSG00000231022 Not Supported Not Supported +transcript 1 188674754 188680011 ENST00000432976 NA RP11-316I3.1 ENSG00000237283 Not Supported Not Supported +transcript 1 188838608 188856565 ENST00000414765 NA RP11-316I3.2 ENSG00000238054 Not Supported Not Supported +transcript 1 188874819 189006393 ENST00000445072 NA LINC01035 ENSG00000226486 Not Supported Not Supported +transcript 1 189005092 189005575 ENST00000604519 NA CLPTM1LP1 ENSG00000271036 Not Supported Not Supported +transcript 1 189101481 189102423 ENST00000433910 NA RP11-373J16.2 ENSG00000226196 Not Supported Not Supported +transcript 1 189635279 189635386 ENST00000516744 NA RNA5SP73 ENSG00000252553 Not Supported Not Supported +transcript 1 189744595 189784048 ENST00000419614 NA RP11-398M15.1 ENSG00000232212 Not Supported Not Supported +transcript 1 189837131 189837658 ENST00000450681 NA RP11-445J9.1 ENSG00000238270 Not Supported Not Supported +transcript 1 189958700 189962227 ENST00000418655 NA RP11-113I24.1 ENSG00000230987 Not Supported Not Supported +transcript 1 190066792 190446759 ENST00000367462 NA BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190423785 190424020 ENST00000367462 2 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190250690 190250880 ENST00000367462 3 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190233995 190234185 ENST00000367462 4 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190203502 190203607 ENST00000367462 5 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190195212 190195448 ENST00000367462 6 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190129798 190130020 ENST00000367462 7 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190067151 190068264 ENST00000367462 8 BRINP3 ENSG00000162670 Not Supported Not Supported +transcript 1 190066797 190444942 ENST00000534846 NA BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190423785 190423905 ENST00000534846 2 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190233995 190234185 ENST00000534846 3 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190203502 190203607 ENST00000534846 4 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190195212 190195448 ENST00000534846 5 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190129798 190130020 ENST00000534846 6 BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190067151 190068264 ENST00000534846 7 BRINP3 ENSG00000162670 Not Supported Not Supported +transcript 1 190186082 190195326 ENST00000463404 NA BRINP3 ENSG00000162670 Not Supported Not Supported +transcript 1 190423937 190443931 ENST00000445957 NA BRINP3 ENSG00000162670 Not Supported Not Supported +CDS 1 190423937 190424020 ENST00000445957 2 BRINP3 ENSG00000162670 Not Supported Not Supported +transcript 1 190234028 190331400 ENST00000452178 NA RP11-547I7.1 ENSG00000225811 Not Supported Not Supported +transcript 1 190447681 190449865 ENST00000436905 NA RP11-547I7.2 ENSG00000237457 Not Supported Not Supported +transcript 1 190448136 190449865 ENST00000424735 NA RP11-547I7.2 ENSG00000237457 Not Supported Not Supported +transcript 1 190449509 190463427 ENST00000417409 NA RP11-161I10.1 ENSG00000241505 Not Supported Not Supported +transcript 1 190594020 190770788 ENST00000413356 NA RP11-463J7.2 ENSG00000231175 Not Supported Not Supported +transcript 1 190750917 190751125 ENST00000412675 NA RP11-463J7.1 ENSG00000236025 Not Supported Not Supported +transcript 1 190766654 190767086 ENST00000445040 NA RP11-463J7.3 ENSG00000238108 Not Supported Not Supported +transcript 1 191115155 191116091 ENST00000411735 NA HNRNPA1P46 ENSG00000228020 Not Supported Not Supported +transcript 1 191120640 191123764 ENST00000563320 NA RP11-309H21.3 ENSG00000261642 Not Supported Not Supported +transcript 1 191148651 191148869 ENST00000603579 NA RP11-309H21.4 ENSG00000271187 Not Supported Not Supported +transcript 1 191190289 191197597 ENST00000434983 NA RP11-309H21.2 ENSG00000233882 Not Supported Not Supported +transcript 1 191827837 191836090 ENST00000432083 NA RP11-541F9.1 ENSG00000223344 Not Supported Not Supported +transcript 1 191827893 191859359 ENST00000428569 NA RP11-541F9.1 ENSG00000223344 Not Supported Not Supported +transcript 1 191844625 191980390 ENST00000430776 NA RP11-541F9.2 ENSG00000228215 Not Supported Not Supported +transcript 1 192127587 192154945 ENST00000367460 NA RGS18 ENSG00000150681 Not Supported Not Supported +CDS 1 192127768 192127886 ENST00000367460 1 RGS18 ENSG00000150681 Not Supported Not Supported +CDS 1 192128350 192128451 ENST00000367460 2 RGS18 ENSG00000150681 Not Supported Not Supported +CDS 1 192129508 192129569 ENST00000367460 3 RGS18 ENSG00000150681 Not Supported Not Supported +CDS 1 192150422 192150588 ENST00000367460 4 RGS18 ENSG00000150681 Not Supported Not Supported +CDS 1 192153427 192153681 ENST00000367460 5 RGS18 ENSG00000150681 Not Supported Not Supported +transcript 1 192127615 192132786 ENST00000481707 NA RGS18 ENSG00000150681 Not Supported Not Supported +transcript 1 192127644 192150584 ENST00000492967 NA RGS18 ENSG00000150681 Not Supported Not Supported +transcript 1 192127806 192129813 ENST00000491030 NA RGS18 ENSG00000150681 Not Supported Not Supported +transcript 1 192215838 192216617 ENST00000431492 NA RP11-142L4.3 ENSG00000226723 Not Supported Not Supported +transcript 1 192216635 192217077 ENST00000422071 NA RP11-142L4.2 ENSG00000236792 Not Supported Not Supported +transcript 1 192286122 192336415 ENST00000417209 NA RGS21 ENSG00000253148 Not Supported Not Supported +CDS 1 192312167 192312177 ENST00000417209 2 RGS21 ENSG00000253148 Not Supported Not Supported +CDS 1 192316443 192316519 ENST00000417209 3 RGS21 ENSG00000253148 Not Supported Not Supported +CDS 1 192321177 192321343 ENST00000417209 4 RGS21 ENSG00000253148 Not Supported Not Supported +CDS 1 192335051 192335251 ENST00000417209 5 RGS21 ENSG00000253148 Not Supported Not Supported +transcript 1 192460258 192460350 ENST00000408218 NA AL136987.1 ENSG00000221145 Not Supported Not Supported +transcript 1 192486769 192536347 ENST00000434300 NA RP5-1011O1.2 ENSG00000232498 Not Supported Not Supported +transcript 1 192498709 192507232 ENST00000457321 NA RP5-1011O1.3 ENSG00000236069 Not Supported Not Supported +transcript 1 192544857 192549161 ENST00000367459 NA RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192544923 192545059 ENST00000367459 1 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192545415 192545495 ENST00000367459 2 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192545904 192545965 ENST00000367459 3 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192547352 192547515 ENST00000367459 4 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192548267 192548449 ENST00000367459 5 RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192544893 192546406 ENST00000474373 NA RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192544903 192545896 ENST00000462589 NA RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192544903 192545954 ENST00000583155 NA RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192544903 192548085 ENST00000469578 NA RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192544923 192545059 ENST00000469578 1 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192545415 192545495 ENST00000469578 2 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192545904 192545965 ENST00000469578 3 RGS1 ENSG00000090104 Not Supported Not Supported +CDS 1 192547352 192547578 ENST00000469578 4 RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192544905 192549071 ENST00000498352 NA RGS1 ENSG00000090104 Not Supported Not Supported +transcript 1 192605275 192629390 ENST00000391995 NA RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192613465 192613529 ENST00000391995 4 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192617056 192617117 ENST00000391995 5 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192627331 192627497 ENST00000391995 6 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192628468 192628650 ENST00000391995 7 RGS13 ENSG00000127074 Not Supported Not Supported +transcript 1 192605275 192629390 ENST00000462955 NA RGS13 ENSG00000127074 Not Supported Not Supported +transcript 1 192605282 192629390 ENST00000543215 NA RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192613465 192613529 ENST00000543215 3 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192617056 192617117 ENST00000543215 4 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192627331 192627497 ENST00000543215 5 RGS13 ENSG00000127074 Not Supported Not Supported +CDS 1 192628468 192628650 ENST00000543215 6 RGS13 ENSG00000127074 Not Supported Not Supported +transcript 1 192613661 192628992 ENST00000482095 NA RGS13 ENSG00000127074 Not Supported Not Supported +transcript 1 192685313 192685778 ENST00000443181 NA MIR4426 ENSG00000231767 Not Supported Not Supported +transcript 1 192685313 192685783 ENST00000497083 NA MIR4426 ENSG00000231767 Not Supported Not Supported +transcript 1 192765663 192766335 ENST00000454090 NA RP3-419C19.3 ENSG00000228687 Not Supported Not Supported +transcript 1 192769701 192770271 ENST00000429211 NA RP3-419C19.2 ENSG00000226814 Not Supported Not Supported +transcript 1 192778169 192780029 ENST00000483295 NA RGS2 ENSG00000116741 Not Supported Not Supported +transcript 1 192778171 192781403 ENST00000235382 NA RGS2 ENSG00000116741 Not Supported Not Supported +CDS 1 192778202 192778311 ENST00000235382 1 RGS2 ENSG00000116741 Not Supported Not Supported +CDS 1 192779296 192779397 ENST00000235382 2 RGS2 ENSG00000116741 Not Supported Not Supported +CDS 1 192779500 192779561 ENST00000235382 3 RGS2 ENSG00000116741 Not Supported Not Supported +CDS 1 192780111 192780277 ENST00000235382 4 RGS2 ENSG00000116741 Not Supported Not Supported +CDS 1 192780532 192780723 ENST00000235382 5 RGS2 ENSG00000116741 Not Supported Not Supported +transcript 1 192778172 192780369 ENST00000464302 NA RGS2 ENSG00000116741 Not Supported Not Supported +transcript 1 192778273 192780162 ENST00000487236 NA RGS2 ENSG00000116741 Not Supported Not Supported +transcript 1 192844816 192845115 ENST00000411143 NA RN7SKP126 ENSG00000223075 Not Supported Not Supported +transcript 1 192906430 192917387 ENST00000451690 NA LINC01032 ENSG00000234871 Not Supported Not Supported +transcript 1 192962579 192963807 ENST00000439152 NA ZNF101P2 ENSG00000234473 Not Supported Not Supported +transcript 1 192981380 193028626 ENST00000367455 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028390 ENST00000367455 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367455 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367455 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367455 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367455 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367455 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367455 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367455 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992169 ENST00000367455 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367455 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192985484 192985525 ENST00000367455 11 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192984889 192998705 ENST00000420791 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998705 ENST00000420791 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000420791 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000420791 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000420791 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000420791 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992169 ENST00000420791 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000420791 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989473 192989511 ENST00000420791 8 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192984889 193028626 ENST00000367454 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028390 ENST00000367454 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367454 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367454 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367454 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367454 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367454 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367454 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367454 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000367454 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367454 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192985484 192985525 ENST00000367454 11 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192985124 192993070 ENST00000449480 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993070 ENST00000449480 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000449480 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000449480 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989473 192989511 ENST00000449480 4 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192985233 193028426 ENST00000367450 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028426 ENST00000367450 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367450 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367450 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367450 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367450 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367450 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367450 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997005 192997085 ENST00000367450 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367450 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992169 ENST00000367450 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367450 11 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192985481 192985525 ENST00000367450 12 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192985292 193028479 ENST00000367451 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028390 ENST00000367451 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367451 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367451 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367451 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367451 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367451 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367451 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997005 192997085 ENST00000367451 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367451 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000367451 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367451 11 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192985484 192985525 ENST00000367451 12 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192987535 193028491 ENST00000367448 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028390 ENST00000367448 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367448 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367448 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367448 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367448 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367448 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367448 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367448 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000367448 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367448 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989476 192989511 ENST00000367448 11 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192987535 193028539 ENST00000367449 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028315 193028390 ENST00000367449 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000367449 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000367449 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000367449 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367449 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367449 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367449 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367449 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000367449 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367449 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192987945 192987950 ENST00000367449 11 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192987752 192998439 ENST00000443327 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000443327 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000443327 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000443327 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992169 ENST00000443327 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000443327 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989473 192989511 ENST00000443327 6 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192989017 193029237 ENST00000367452 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000367452 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000367452 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000367452 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000367452 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000367452 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000367452 10 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989581 192989586 ENST00000367452 11 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192989436 193028467 ENST00000530098 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000530098 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000530098 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000530098 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000530098 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992169 ENST00000530098 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000530098 9 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989581 192989586 ENST00000530098 10 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192989465 192993052 ENST00000416915 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993052 ENST00000416915 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992056 192992166 ENST00000416915 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192990227 192990325 ENST00000416915 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192989578 192989586 ENST00000416915 4 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 192992098 193028651 ENST00000421683 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028543 193028591 ENST00000421683 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020884 193020947 ENST00000421683 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193018876 193018981 ENST00000421683 3 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998662 192998787 ENST00000421683 4 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998518 192998579 ENST00000421683 5 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192998309 192998439 ENST00000421683 6 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192997215 192997278 ENST00000421683 7 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992974 192993076 ENST00000421683 8 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 192992098 192992166 ENST00000421683 9 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 193018662 193028347 ENST00000483156 NA UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 193020922 193029210 ENST00000417752 NA UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028763 193029128 ENST00000417752 1 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193028543 193028645 ENST00000417752 2 UCHL5 ENSG00000116750 Not Supported Not Supported +CDS 1 193020922 193020947 ENST00000417752 3 UCHL5 ENSG00000116750 Not Supported Not Supported +transcript 1 193026411 193026545 ENST00000458806 NA snoU109 ENSG00000238754 Not Supported Not Supported +transcript 1 193028552 193054011 ENST00000400968 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000400968 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000400968 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000400968 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000400968 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000400968 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000400968 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000400968 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053858 ENST00000400968 9 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193028584 193060349 ENST00000432079 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045655 193045777 ENST00000432079 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000432079 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000432079 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000432079 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000432079 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053858 ENST00000432079 8 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193028725 193029413 ENST00000469214 NA TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193028749 193045020 ENST00000415442 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038311 ENST00000415442 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045020 ENST00000415442 3 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193028753 193054365 ENST00000460715 NA TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193028789 193038309 ENST00000506303 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038309 ENST00000506303 3 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193029004 193053861 ENST00000416058 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045655 193045777 ENST00000416058 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000416058 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000416058 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000416058 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000416058 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053858 ENST00000416058 9 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193029164 193055115 ENST00000367446 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000367446 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000367446 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000367446 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000367446 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000367446 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000367446 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000367446 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053858 ENST00000367446 9 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193029187 193060907 ENST00000367443 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000367443 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000367443 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000367443 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000367443 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000367443 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000367443 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000367443 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053787 ENST00000367443 9 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193054119 193054129 ENST00000367443 10 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193029187 193060907 ENST00000367445 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000367445 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000367445 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000367445 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000367445 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000367445 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000367445 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000367445 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053828 ENST00000367445 9 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193060781 193060798 ENST00000367445 10 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193029187 193060907 ENST00000367444 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000367444 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000367444 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000367444 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000367444 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000367444 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000367444 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000367444 8 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053787 ENST00000367444 9 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193060781 193060812 ENST00000367444 10 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193038146 193053996 ENST00000367441 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038185 193038764 ENST00000367441 1 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045170 ENST00000367441 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193045631 193045777 ENST00000367441 3 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193046043 193046180 ENST00000367441 4 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193050494 193050610 ENST00000367441 5 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051316 193051429 ENST00000367441 6 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193051692 193051838 ENST00000367441 7 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193053709 193053858 ENST00000367441 8 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193038362 193045061 ENST00000512587 NA TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193038362 193038764 ENST00000512587 1 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193039684 193039749 ENST00000512587 2 TROVE2 ENSG00000116747 Not Supported Not Supported +CDS 1 193044950 193045061 ENST00000512587 3 TROVE2 ENSG00000116747 Not Supported Not Supported +transcript 1 193059996 193060686 ENST00000608166 NA RP11-101E13.5 ENSG00000272579 Not Supported Not Supported +transcript 1 193065598 193074561 ENST00000367439 NA GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193074394 193074512 ENST00000367439 1 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193070271 193070334 ENST00000367439 2 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193066714 193066890 ENST00000367439 3 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193065758 193065889 ENST00000367439 4 GLRX2 ENSG00000023572 Not Supported Not Supported +transcript 1 193065598 193075244 ENST00000367440 NA GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193074647 193074768 ENST00000367440 1 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193070271 193070334 ENST00000367440 2 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193066714 193066890 ENST00000367440 3 GLRX2 ENSG00000023572 Not Supported Not Supported +CDS 1 193065758 193065889 ENST00000367440 4 GLRX2 ENSG00000023572 Not Supported Not Supported +transcript 1 193065797 193075187 ENST00000472197 NA GLRX2 ENSG00000023572 Not Supported Not Supported +transcript 1 193091147 193223031 ENST00000367435 NA CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193091331 193091461 ENST00000367435 1 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193094242 193094347 ENST00000367435 2 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193099304 193099373 ENST00000367435 3 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193104521 193104583 ENST00000367435 4 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193104667 193104719 ENST00000367435 5 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193107215 193107303 ENST00000367435 6 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193110980 193111196 ENST00000367435 7 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193116997 193117095 ENST00000367435 8 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193119434 193119512 ENST00000367435 9 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193121510 193121574 ENST00000367435 10 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193172925 193172982 ENST00000367435 11 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193181195 193181230 ENST00000367435 12 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193181520 193181607 ENST00000367435 13 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193202123 193202284 ENST00000367435 14 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193205386 193205486 ENST00000367435 15 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193218860 193219001 ENST00000367435 16 CDC73 ENSG00000134371 Not Supported Not Supported +CDS 1 193219806 193219839 ENST00000367435 17 CDC73 ENSG00000134371 Not Supported Not Supported +transcript 1 193091600 193107303 ENST00000482484 NA CDC73 ENSG00000134371 Not Supported Not Supported +transcript 1 193202156 193220298 ENST00000477868 NA CDC73 ENSG00000134371 Not Supported Not Supported +transcript 1 193105633 193105713 ENST00000408753 NA MIR1278 ENSG00000221680 Not Supported Not Supported +transcript 1 193148175 193155784 ENST00000367434 NA B3GALT2 ENSG00000162630 Not Supported Not Supported +CDS 1 193149427 193150692 ENST00000367434 2 B3GALT2 ENSG00000162630 Not Supported Not Supported +transcript 1 193273875 193335083 ENST00000420807 NA LINC01031 ENSG00000232077 Not Supported Not Supported +transcript 1 193648024 193696165 ENST00000448412 NA RP11-21J7.1 ENSG00000226640 Not Supported Not Supported +transcript 1 193653376 193657559 ENST00000447056 NA RP11-98G13.1 ENSG00000237011 Not Supported Not Supported +transcript 1 193700988 193701074 ENST00000516432 NA U3 ENSG00000252241 Not Supported Not Supported +transcript 1 193725945 193726397 ENST00000437556 NA RPL23AP22 ENSG00000237213 Not Supported Not Supported +transcript 1 194118603 194167824 ENST00000454538 NA RP11-563D10.1 ENSG00000227240 Not Supported Not Supported +transcript 1 194158097 194159472 ENST00000421195 NA EEF1A1P14 ENSG00000233057 Not Supported Not Supported +transcript 1 194320073 194321556 ENST00000435554 NA RP11-476H20.1 ENSG00000231714 Not Supported Not Supported +transcript 1 194457233 194457335 ENST00000516004 NA RNU6-983P ENSG00000251813 Not Supported Not Supported +transcript 1 194687925 194688366 ENST00000446021 NA RP11-489C13.1 ENSG00000228167 Not Supported Not Supported +transcript 1 195095811 195095906 ENST00000581340 NA AL357932.1 ENSG00000265108 Not Supported Not Supported +transcript 1 196014126 196030203 ENST00000430519 NA RP11-476B1.1 ENSG00000227421 Not Supported Not Supported +transcript 1 196194909 196577541 ENST00000367433 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196577345 196577439 ENST00000367433 1 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196461392 196461471 ENST00000367433 2 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196458968 196459067 ENST00000367433 3 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196451461 196451509 ENST00000367433 4 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196448309 196448368 ENST00000367433 5 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196438124 196438198 ENST00000367433 6 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196436833 196436916 ENST00000367433 7 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196434423 196434517 ENST00000367433 8 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196398707 196398887 ENST00000367433 9 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196397235 196397399 ENST00000367433 10 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196394982 196395118 ENST00000367433 11 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196392180 196392243 ENST00000367433 12 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000367433 13 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196342270 196342378 ENST00000367433 14 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196311209 196311358 ENST00000367433 15 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196309471 196309700 ENST00000367433 16 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196302977 196303190 ENST00000367433 17 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196300286 196300391 ENST00000367433 18 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196295847 196296019 ENST00000367433 19 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196285022 196285156 ENST00000367433 20 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196274364 196274475 ENST00000367433 21 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196254787 196254888 ENST00000367433 22 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196251403 196251486 ENST00000367433 23 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196249990 196250118 ENST00000367433 24 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196227324 196227624 ENST00000367433 25 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196205116 196205200 ENST00000367433 26 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196197357 196197465 ENST00000367433 27 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196194913 196434517 ENST00000498426 NA KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196194913 196577541 ENST00000367431 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196577345 196577439 ENST00000367431 1 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196461392 196461471 ENST00000367431 2 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196458968 196459067 ENST00000367431 3 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196451461 196451509 ENST00000367431 4 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196448309 196448368 ENST00000367431 5 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196438124 196438198 ENST00000367431 6 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196436833 196436916 ENST00000367431 7 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196434423 196434517 ENST00000367431 8 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196398707 196398887 ENST00000367431 9 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196397235 196397399 ENST00000367431 10 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196394982 196395118 ENST00000367431 11 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196392180 196392243 ENST00000367431 12 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000367431 13 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196342270 196342378 ENST00000367431 14 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196309471 196309700 ENST00000367431 15 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196302977 196303190 ENST00000367431 16 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196300286 196300391 ENST00000367431 17 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196295847 196296019 ENST00000367431 18 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196285022 196285156 ENST00000367431 19 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196274364 196274475 ENST00000367431 20 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196254787 196254888 ENST00000367431 21 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196251403 196251486 ENST00000367431 22 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196249990 196250118 ENST00000367431 23 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196227782 196227805 ENST00000367431 24 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196227324 196227624 ENST00000367431 25 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196205116 196205200 ENST00000367431 26 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196197357 196197465 ENST00000367431 27 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196196989 196577489 ENST00000609185 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196577345 196577439 ENST00000609185 1 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196461392 196461471 ENST00000609185 2 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196458968 196459067 ENST00000609185 3 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196451461 196451509 ENST00000609185 4 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196448309 196448368 ENST00000609185 5 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196438124 196438198 ENST00000609185 6 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196436833 196436916 ENST00000609185 7 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196434423 196434517 ENST00000609185 8 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196398707 196398887 ENST00000609185 9 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196397235 196397399 ENST00000609185 10 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196394982 196395118 ENST00000609185 11 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196392180 196392243 ENST00000609185 12 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000609185 13 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196342270 196342378 ENST00000609185 14 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196309471 196309700 ENST00000609185 15 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196302977 196303190 ENST00000609185 16 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196300286 196300391 ENST00000609185 17 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196295847 196296019 ENST00000609185 18 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196285022 196285156 ENST00000609185 19 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196274364 196274475 ENST00000609185 20 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196254787 196254888 ENST00000609185 21 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196251403 196251486 ENST00000609185 22 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196249990 196250118 ENST00000609185 23 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196242598 196242618 ENST00000609185 24 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196227324 196227624 ENST00000609185 25 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196205116 196205200 ENST00000609185 26 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196197357 196197465 ENST00000609185 27 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196196989 196577489 ENST00000451324 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196434423 196434440 ENST00000451324 8 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000451324 9 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196342270 196342378 ENST00000451324 10 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196311209 196311358 ENST00000451324 11 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196309471 196309700 ENST00000451324 12 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196302977 196303190 ENST00000451324 13 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196300286 196300391 ENST00000451324 14 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196295847 196296019 ENST00000451324 15 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196285151 196285151 ENST00000451324 16 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196197269 196578355 ENST00000294725 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196577345 196577439 ENST00000294725 1 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196461392 196461471 ENST00000294725 2 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196458968 196459067 ENST00000294725 3 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196451461 196451509 ENST00000294725 4 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196448309 196448368 ENST00000294725 5 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196438124 196438198 ENST00000294725 6 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196436833 196436916 ENST00000294725 7 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196434423 196434517 ENST00000294725 8 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196398707 196398887 ENST00000294725 9 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196397235 196397399 ENST00000294725 10 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196394982 196395118 ENST00000294725 11 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196392180 196392243 ENST00000294725 12 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000294725 13 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196342270 196342378 ENST00000294725 14 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196311209 196311358 ENST00000294725 15 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196309471 196309700 ENST00000294725 16 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196302977 196303190 ENST00000294725 17 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196300286 196300391 ENST00000294725 18 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196295847 196296019 ENST00000294725 19 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196288614 196288685 ENST00000294725 20 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196285022 196285156 ENST00000294725 21 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196274364 196274475 ENST00000294725 22 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196254787 196254888 ENST00000294725 23 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196251403 196251486 ENST00000294725 24 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196249990 196250118 ENST00000294725 25 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196227324 196227624 ENST00000294725 26 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196205116 196205200 ENST00000294725 27 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196197357 196197465 ENST00000294725 28 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196227219 196577690 ENST00000610076 NA KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196309619 196397337 ENST00000466914 NA KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196397235 196397337 ENST00000466914 1 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196394982 196395118 ENST00000466914 2 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196392180 196392243 ENST00000466914 3 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196367693 196367801 ENST00000466914 4 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196312186 196312235 ENST00000466914 5 KCNT2 ENSG00000162687 Not Supported Not Supported +CDS 1 196311314 196311358 ENST00000466914 6 KCNT2 ENSG00000162687 Not Supported Not Supported +transcript 1 196551543 196551611 ENST00000580028 NA MIR4735 ENSG00000265986 Not Supported Not Supported +transcript 1 196621008 196716634 ENST00000367429 NA CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196621248 196621305 ENST00000367429 1 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642108 196642293 ENST00000367429 2 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642987 196643092 ENST00000367429 3 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196645119 196645195 ENST00000367429 4 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196646606 196646797 ENST00000367429 5 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196648753 196648923 ENST00000367429 6 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196654194 196654367 ENST00000367429 7 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196658550 196658744 ENST00000367429 8 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196659193 196659369 ENST00000367429 9 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196682865 196683047 ENST00000367429 10 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196684723 196684899 ENST00000367429 11 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196694251 196694427 ENST00000367429 12 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196695600 196695782 ENST00000367429 13 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196695891 196696070 ENST00000367429 14 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196697476 196697652 ENST00000367429 15 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196705954 196706136 ENST00000367429 16 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196706605 196706790 ENST00000367429 17 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196709749 196709922 ENST00000367429 18 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196711005 196711181 ENST00000367429 19 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196712582 196712758 ENST00000367429 20 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196714947 196715129 ENST00000367429 21 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196716241 196716440 ENST00000367429 22 CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196621008 196670693 ENST00000439155 NA CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196621248 196621305 ENST00000439155 1 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642108 196642293 ENST00000439155 2 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642987 196643092 ENST00000439155 3 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196645119 196645195 ENST00000439155 4 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196646606 196646797 ENST00000439155 5 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196648753 196648923 ENST00000439155 6 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196654194 196654367 ENST00000439155 7 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196658550 196658744 ENST00000439155 8 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196659193 196659369 ENST00000439155 9 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196670448 196670458 ENST00000439155 10 CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196621186 196642537 ENST00000496761 NA CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196621186 196670695 ENST00000359637 NA CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196621248 196621305 ENST00000359637 1 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642108 196642293 ENST00000359637 2 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196642987 196643092 ENST00000359637 3 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196645119 196645195 ENST00000359637 4 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196648753 196648923 ENST00000359637 5 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196654194 196654367 ENST00000359637 6 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196658550 196658744 ENST00000359637 7 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196659193 196659369 ENST00000359637 8 CFH ENSG00000000971 Not Supported Not Supported +CDS 1 196670448 196670458 ENST00000359637 9 CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196646118 196716634 ENST00000466229 NA CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196706038 196710216 ENST00000470918 NA CFH ENSG00000000971 Not Supported Not Supported +transcript 1 196743925 196763203 ENST00000367425 NA CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196744017 196744074 ENST00000367425 1 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748292 196748486 ENST00000367425 2 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748927 196749103 ENST00000367425 3 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196757346 196757528 ENST00000367425 4 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196759175 196759357 ENST00000367425 5 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196762447 196762640 ENST00000367425 6 CFHR3 ENSG00000116785 Not Supported Not Supported +transcript 1 196743943 196759152 ENST00000471440 NA CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196744017 196744074 ENST00000471440 1 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748292 196748486 ENST00000471440 2 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748927 196749103 ENST00000471440 3 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196757346 196757528 ENST00000471440 4 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196757875 196757957 ENST00000471440 5 CFHR3 ENSG00000116785 Not Supported Not Supported +transcript 1 196743943 196762618 ENST00000367427 NA CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196744017 196744074 ENST00000367427 1 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748292 196748486 ENST00000367427 2 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748927 196749103 ENST00000367427 3 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196757346 196757528 ENST00000367427 4 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196757875 196757957 ENST00000367427 5 CFHR3 ENSG00000116785 Not Supported Not Supported +transcript 1 196743946 196762805 ENST00000391985 NA CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196744017 196744074 ENST00000391985 1 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748292 196748486 ENST00000391985 2 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196748927 196749103 ENST00000391985 3 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196759175 196759357 ENST00000391985 4 CFHR3 ENSG00000116785 Not Supported Not Supported +CDS 1 196762447 196762640 ENST00000391985 5 CFHR3 ENSG00000116785 Not Supported Not Supported +transcript 1 196758890 196762763 ENST00000461558 NA CFHR3 ENSG00000116785 Not Supported Not Supported +transcript 1 196788887 196801319 ENST00000320493 NA CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196788975 196789032 ENST00000320493 1 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196794607 196794801 ENST00000320493 2 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196795959 196796135 ENST00000320493 3 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196797200 196797376 ENST00000320493 4 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196799630 196799812 ENST00000320493 5 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196800927 196801126 ENST00000320493 6 CFHR1 ENSG00000244414 Not Supported Not Supported +transcript 1 196788911 196801319 ENST00000367424 NA CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196788975 196789032 ENST00000367424 1 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196794607 196794801 ENST00000367424 2 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196795959 196796135 ENST00000367424 3 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196799630 196799812 ENST00000367424 4 CFHR1 ENSG00000244414 Not Supported Not Supported +CDS 1 196800927 196801126 ENST00000367424 5 CFHR1 ENSG00000244414 Not Supported Not Supported +transcript 1 196788952 196790332 ENST00000472961 NA CFHR1 ENSG00000244414 Not Supported Not Supported +transcript 1 196788995 196795156 ENST00000468079 NA CFHR1 ENSG00000244414 Not Supported Not Supported +transcript 1 196794354 196797297 ENST00000480960 NA CFHR1 ENSG00000244414 Not Supported Not Supported +transcript 1 196788898 196928356 ENST00000367421 NA CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196788975 196789032 ENST00000367421 1 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196918585 196918779 ENST00000367421 2 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196919982 196920158 ENST00000367421 3 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196927021 196927203 ENST00000367421 4 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196928011 196928207 ENST00000367421 5 CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912902 196920157 ENST00000485647 NA CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912902 196928356 ENST00000476712 NA CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196913011 196913068 ENST00000476712 1 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196918585 196918779 ENST00000476712 2 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196920030 196920158 ENST00000476712 3 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196927021 196927203 ENST00000476712 4 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196928011 196928207 ENST00000476712 5 CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912911 196928356 ENST00000367415 NA CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196913011 196913068 ENST00000367415 1 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196918585 196918779 ENST00000367415 2 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196919982 196920158 ENST00000367415 3 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196927021 196927203 ENST00000367415 4 CFHR2 ENSG00000080910 Not Supported Not Supported +CDS 1 196928011 196928207 ENST00000367415 5 CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912947 196920069 ENST00000489703 NA CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912957 196928349 ENST00000496448 NA CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196912988 196928345 ENST00000473386 NA CFHR2 ENSG00000080910 Not Supported Not Supported +transcript 1 196819371 196888102 ENST00000608469 NA CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196827496 196827538 ENST00000608469 3 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196881870 196882052 ENST00000608469 4 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196884086 196884268 ENST00000608469 5 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196887340 196887533 ENST00000608469 6 CFHR4 ENSG00000134365 Not Supported Not Supported +transcript 1 196857144 196887843 ENST00000367416 NA CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196857281 196857338 ENST00000367416 1 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196871551 196871745 ENST00000367416 2 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196874238 196874420 ENST00000367416 3 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196875991 196876167 ENST00000367416 4 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196876446 196876628 ENST00000367416 5 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196879411 196879608 ENST00000367416 6 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196881870 196882052 ENST00000367416 7 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196883625 196883801 ENST00000367416 8 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196884086 196884268 ENST00000367416 9 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196887340 196887533 ENST00000367416 10 CFHR4 ENSG00000134365 Not Supported Not Supported +transcript 1 196857212 196887763 ENST00000251424 NA CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196857281 196857338 ENST00000251424 1 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196871548 196871745 ENST00000251424 2 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196881870 196882052 ENST00000251424 3 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196883625 196883801 ENST00000251424 4 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196884086 196884268 ENST00000251424 5 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196887340 196887533 ENST00000251424 6 CFHR4 ENSG00000134365 Not Supported Not Supported +transcript 1 196857233 196887558 ENST00000367418 NA CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196857281 196857338 ENST00000367418 1 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196871548 196871634 ENST00000367418 2 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196879498 196879608 ENST00000367418 3 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196881870 196882052 ENST00000367418 4 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196883625 196883801 ENST00000367418 5 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196884086 196884268 ENST00000367418 6 CFHR4 ENSG00000134365 Not Supported Not Supported +CDS 1 196887340 196887533 ENST00000367418 7 CFHR4 ENSG00000134365 Not Supported Not Supported +transcript 1 196946667 196978804 ENST00000367414 NA CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196946723 196946852 ENST00000367414 1 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196952015 196952209 ENST00000367414 2 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196953091 196953267 ENST00000367414 3 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196963210 196963386 ENST00000367414 4 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196964847 196965029 ENST00000367414 5 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196965152 196965331 ENST00000367414 6 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196967258 196967434 ENST00000367414 7 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196971612 196971794 ENST00000367414 8 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196973791 196973973 ENST00000367414 9 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196977617 196977810 ENST00000367414 10 CFHR5 ENSG00000134389 Not Supported Not Supported +transcript 1 196946686 196978804 ENST00000256785 NA CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196946795 196946852 ENST00000256785 1 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196952015 196952209 ENST00000256785 2 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196953091 196953267 ENST00000256785 3 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196963210 196963386 ENST00000256785 4 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196964847 196965029 ENST00000256785 5 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196965152 196965331 ENST00000256785 6 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196967258 196967434 ENST00000256785 7 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196971612 196971794 ENST00000256785 8 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196973791 196973973 ENST00000256785 9 CFHR5 ENSG00000134389 Not Supported Not Supported +CDS 1 196977617 196977810 ENST00000256785 10 CFHR5 ENSG00000134389 Not Supported Not Supported +transcript 1 197008321 197036397 ENST00000367412 NA F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197036290 197036353 ENST00000367412 1 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197031987 197032187 ENST00000367412 2 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197030914 197031099 ENST00000367412 3 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197030029 197030205 ENST00000367412 4 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197029496 197029672 ENST00000367412 5 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197026416 197026595 ENST00000367412 6 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197026143 197026328 ENST00000367412 7 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197024845 197025027 ENST00000367412 8 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197021764 197021964 ENST00000367412 9 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197019827 197020009 ENST00000367412 10 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197009652 197009865 ENST00000367412 11 F13B ENSG00000143278 Not Supported Not Supported +CDS 1 197008511 197008541 ENST00000367412 12 F13B ENSG00000143278 Not Supported Not Supported +transcript 1 197009275 197019975 ENST00000490002 NA F13B ENSG00000143278 Not Supported Not Supported +transcript 1 197053258 197115824 ENST00000367409 NA ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197115271 197115567 ENST00000367409 1 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197113087 197113230 ENST00000367409 2 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197111461 197112940 ENST00000367409 3 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197108897 197109001 ENST00000367409 4 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197104226 197104372 ENST00000367409 5 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197102480 197102725 ENST00000367409 6 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197101415 197101482 ENST00000367409 7 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197099045 197099186 ENST00000367409 8 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197098317 197098447 ENST00000367409 9 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197097620 197097795 ENST00000367409 10 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094176 197094321 ENST00000367409 11 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094000 197094085 ENST00000367409 12 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197093240 197093461 ENST00000367409 13 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091518 197091725 ENST00000367409 14 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091289 197091431 ENST00000367409 15 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091045 197091173 ENST00000367409 16 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197086919 197087113 ENST00000367409 17 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197069561 197074315 ENST00000367409 18 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197065128 197065294 ENST00000367409 19 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197063214 197063310 ENST00000367409 20 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197062182 197062391 ENST00000367409 21 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197061037 197061186 ENST00000367409 22 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059980 197060171 ENST00000367409 23 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059326 197059518 ENST00000367409 24 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059060 197059214 ENST00000367409 25 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197057386 197057562 ENST00000367409 26 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197055933 197056102 ENST00000367409 27 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197053457 197053556 ENST00000367409 28 ASPM ENSG00000066279 Not Supported Not Supported +transcript 1 197053258 197115824 ENST00000294732 NA ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197115271 197115567 ENST00000294732 1 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197113087 197113230 ENST00000294732 2 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197111461 197112940 ENST00000294732 3 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197108897 197109001 ENST00000294732 4 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197104226 197104372 ENST00000294732 5 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197102480 197102725 ENST00000294732 6 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197101415 197101482 ENST00000294732 7 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197099045 197099186 ENST00000294732 8 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197098317 197098447 ENST00000294732 9 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197097620 197097795 ENST00000294732 10 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094176 197094321 ENST00000294732 11 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094000 197094085 ENST00000294732 12 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197093240 197093461 ENST00000294732 13 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091518 197091725 ENST00000294732 14 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091289 197091431 ENST00000294732 15 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091045 197091173 ENST00000294732 16 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197086919 197087113 ENST00000294732 17 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197065128 197065294 ENST00000294732 18 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197063214 197063310 ENST00000294732 19 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197062182 197062391 ENST00000294732 20 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197061037 197061186 ENST00000294732 21 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059980 197060171 ENST00000294732 22 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059326 197059518 ENST00000294732 23 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059060 197059214 ENST00000294732 24 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197057386 197057562 ENST00000294732 25 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197055933 197056102 ENST00000294732 26 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197053457 197053556 ENST00000294732 27 ASPM ENSG00000066279 Not Supported Not Supported +transcript 1 197053262 197104274 ENST00000367408 NA ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197102480 197102648 ENST00000367408 2 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197101415 197101482 ENST00000367408 3 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197099045 197099186 ENST00000367408 4 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197098317 197098447 ENST00000367408 5 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197097620 197097795 ENST00000367408 6 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094176 197094321 ENST00000367408 7 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197094000 197094085 ENST00000367408 8 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197093240 197093461 ENST00000367408 9 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091518 197091725 ENST00000367408 10 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091289 197091431 ENST00000367408 11 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197091045 197091173 ENST00000367408 12 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197086919 197087113 ENST00000367408 13 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197065128 197065294 ENST00000367408 14 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197063214 197063310 ENST00000367408 15 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197062182 197062391 ENST00000367408 16 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197061037 197061186 ENST00000367408 17 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059980 197060171 ENST00000367408 18 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059326 197059518 ENST00000367408 19 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197059060 197059214 ENST00000367408 20 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197057386 197057562 ENST00000367408 21 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197055933 197056102 ENST00000367408 22 ASPM ENSG00000066279 Not Supported Not Supported +CDS 1 197053457 197053556 ENST00000367408 23 ASPM ENSG00000066279 Not Supported Not Supported +transcript 1 197107878 197108437 ENST00000442280 NA RP11-32D17.4 ENSG00000235748 Not Supported Not Supported +transcript 1 197122810 197169672 ENST00000367405 NA ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197168484 197169603 ENST00000367405 1 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197160822 197161029 ENST00000367405 2 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197159892 197159961 ENST00000367405 3 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197157422 197157569 ENST00000367405 4 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197150118 197150247 ENST00000367405 5 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197147547 197147642 ENST00000367405 6 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197145694 197145800 ENST00000367405 7 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197144140 197144245 ENST00000367405 8 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197141290 197141378 ENST00000367405 9 ZBTB41 ENSG00000177888 Not Supported Not Supported +CDS 1 197128492 197129144 ENST00000367405 10 ZBTB41 ENSG00000177888 Not Supported Not Supported +transcript 1 197127572 197169651 ENST00000467322 NA ZBTB41 ENSG00000177888 Not Supported Not Supported +transcript 1 197170592 197447212 ENST00000535699 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197297689 197298133 ENST00000535699 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197313411 197313606 ENST00000535699 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197316470 197316609 ENST00000535699 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000535699 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197391086 ENST00000535699 8 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000535699 9 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398104 197398238 ENST00000535699 10 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000535699 11 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000535699 12 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000535699 13 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411422 ENST00000535699 14 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446794 197447006 ENST00000535699 15 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197237370 197447165 ENST00000538660 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197237543 197237612 ENST00000538660 1 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197297552 197298133 ENST00000538660 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197313411 197313606 ENST00000538660 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197316470 197316609 ENST00000538660 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000538660 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197391086 ENST00000538660 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197404730 197404742 ENST00000538660 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000538660 8 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411422 ENST00000538660 9 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446794 197447006 ENST00000538660 10 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197237406 197327258 ENST00000475659 NA CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197237408 197447585 ENST00000484075 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197237543 197237612 ENST00000484075 1 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197297552 197298133 ENST00000484075 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197313411 197313606 ENST00000484075 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197316470 197316609 ENST00000484075 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000484075 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197391086 ENST00000484075 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000484075 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000484075 8 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000484075 9 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000484075 10 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411545 ENST00000484075 11 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197237408 197447585 ENST00000367400 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197237543 197237612 ENST00000367400 1 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197297552 197298133 ENST00000367400 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197313411 197313606 ENST00000367400 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197316470 197316609 ENST00000367400 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000367400 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197391086 ENST00000367400 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000367400 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000367400 8 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000367400 9 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000367400 10 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411422 ENST00000367400 11 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446794 197447006 ENST00000367400 12 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197237543 197447009 ENST00000367399 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197237543 197237612 ENST00000367399 1 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197297552 197298133 ENST00000367399 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000367399 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197391086 ENST00000367399 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000367399 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000367399 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000367399 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000367399 8 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411422 ENST00000367399 9 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446794 197447006 ENST00000367399 10 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197302331 197396842 ENST00000543483 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197316525 197316609 ENST00000543483 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197325961 197326143 ENST00000543483 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390130 197390671 ENST00000543483 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390880 197390948 ENST00000543483 6 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197329444 197447267 ENST00000544212 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390516 197391086 ENST00000544212 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000544212 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000544212 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000544212 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407805 ENST00000544212 6 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411296 197411422 ENST00000544212 7 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446794 197447006 ENST00000544212 8 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197329479 197390571 ENST00000476483 NA CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197382959 197413949 ENST00000367397 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197390816 197391086 ENST00000367397 2 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197396584 197397131 ENST00000367397 3 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197398579 197398744 ENST00000367397 4 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197403836 197404742 ENST00000367397 5 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197407677 197407806 ENST00000367397 6 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197391941 197396967 ENST00000480086 NA CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197411300 197447585 ENST00000448952 NA CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197411300 197411422 ENST00000448952 1 CRB1 ENSG00000134376 Not Supported Not Supported +CDS 1 197446678 197446683 ENST00000448952 2 CRB1 ENSG00000134376 Not Supported Not Supported +transcript 1 197191352 197192385 ENST00000417716 NA RP11-332L8.1 ENSG00000237861 Not Supported Not Supported +transcript 1 197332947 197333208 ENST00000436696 NA MRPS21P3 ENSG00000221879 Not Supported Not Supported +transcript 1 197407106 197416599 ENST00000422250 NA RP11-75C23.1 ENSG00000230260 Not Supported Not Supported +transcript 1 197473878 197552350 ENST00000391979 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197552282 197552350 ENST00000391979 1 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197522152 197522242 ENST00000391979 2 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197515863 197515903 ENST00000391979 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197515052 197515120 ENST00000391979 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197510089 197510145 ENST00000391979 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197509094 197509201 ENST00000391979 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197482001 197482083 ENST00000391979 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197480858 197481074 ENST00000391979 8 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197479590 197480102 ENST00000391979 9 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197478774 197744437 ENST00000294737 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197744269 197744285 ENST00000294737 1 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197741998 197742062 ENST00000294737 2 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197684161 197684204 ENST00000294737 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197643250 197643299 ENST00000294737 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197641167 197641286 ENST00000294737 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197627430 197627499 ENST00000294737 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197621365 197621445 ENST00000294737 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197614820 197614873 ENST00000294737 8 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197611841 197611951 ENST00000294737 9 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197586789 197586889 ENST00000294737 10 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197581061 197581106 ENST00000294737 11 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197576203 197576304 ENST00000294737 12 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197564338 197564463 ENST00000294737 13 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197515863 197515903 ENST00000294737 14 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197515093 197515120 ENST00000294737 15 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197514697 197515903 ENST00000463124 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197521385 197744322 ENST00000235453 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197704716 197704767 ENST00000235453 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197684161 197684204 ENST00000235453 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197643250 197643299 ENST00000235453 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197641167 197641286 ENST00000235453 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197627430 197627499 ENST00000235453 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197621365 197621445 ENST00000235453 8 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197614820 197614873 ENST00000235453 9 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197611841 197611951 ENST00000235453 10 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197586789 197586889 ENST00000235453 11 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197581061 197581106 ENST00000235453 12 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197576203 197576304 ENST00000235453 13 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197564338 197564463 ENST00000235453 14 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197552282 197552383 ENST00000235453 15 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197522114 197522242 ENST00000235453 16 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197521385 197744455 ENST00000367396 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197744269 197744285 ENST00000367396 1 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197741998 197742062 ENST00000367396 2 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197684161 197684204 ENST00000367396 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197643250 197643299 ENST00000367396 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197641167 197641286 ENST00000367396 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197627430 197627499 ENST00000367396 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197621365 197621445 ENST00000367396 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197616185 197616244 ENST00000367396 8 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197614820 197614873 ENST00000367396 9 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197611841 197611951 ENST00000367396 10 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197586789 197586889 ENST00000367396 11 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197581061 197581106 ENST00000367396 12 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197576203 197576304 ENST00000367396 13 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197564338 197564463 ENST00000367396 14 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197552282 197552383 ENST00000367396 15 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197522114 197522242 ENST00000367396 16 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197521385 197704767 ENST00000400967 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197704716 197704767 ENST00000400967 1 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197684161 197684204 ENST00000400967 2 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197643250 197643299 ENST00000400967 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197641167 197641286 ENST00000400967 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197627430 197627499 ENST00000400967 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197621365 197621445 ENST00000400967 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197614820 197614873 ENST00000400967 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197611841 197611951 ENST00000400967 8 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197586789 197586889 ENST00000400967 9 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197581061 197581106 ENST00000400967 10 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197576203 197576304 ENST00000400967 11 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197564338 197564463 ENST00000400967 12 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197552282 197552383 ENST00000400967 13 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197522114 197522242 ENST00000400967 14 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197574612 197627480 ENST00000496935 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197611903 197744763 ENST00000422998 NA DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197741998 197742015 ENST00000422998 2 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197643250 197643299 ENST00000422998 3 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197641167 197641286 ENST00000422998 4 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197627430 197627499 ENST00000422998 5 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197621365 197621445 ENST00000422998 6 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197614820 197614873 ENST00000422998 7 DENND1B ENSG00000213047 Not Supported Not Supported +CDS 1 197611903 197611951 ENST00000422998 8 DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197627430 197704659 ENST00000294738 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197703139 197744556 ENST00000468589 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197704380 197743737 ENST00000495550 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197704788 197744826 ENST00000477581 NA DENND1B ENSG00000213047 Not Supported Not Supported +transcript 1 197654770 197654870 ENST00000384410 NA Y_RNA ENSG00000207139 Not Supported Not Supported +transcript 1 197657890 197659757 ENST00000418613 NA EEF1A1P32 ENSG00000213046 Not Supported Not Supported +transcript 1 197704766 197705237 ENST00000447479 NA RP11-448G4.2 ENSG00000235582 Not Supported Not Supported +transcript 1 197715881 197716581 ENST00000369171 NA FAM204BP ENSG00000233040 Not Supported Not Supported +transcript 1 197726449 197731095 ENST00000440885 NA RP11-448G4.4 ENSG00000224901 Not Supported Not Supported +transcript 1 197871777 197876497 ENST00000367393 NA C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197871780 197872043 ENST00000367393 1 C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197874926 197875027 ENST00000367393 2 C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197876279 197876347 ENST00000367393 3 C1orf53 ENSG00000203724 Not Supported Not Supported +transcript 1 197871908 197876497 ENST00000436652 NA C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197871908 197871980 ENST00000436652 1 C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197874926 197875027 ENST00000436652 2 C1orf53 ENSG00000203724 Not Supported Not Supported +CDS 1 197876279 197876350 ENST00000436652 3 C1orf53 ENSG00000203724 Not Supported Not Supported +transcript 1 197874647 197876494 ENST00000542800 NA C1orf53 ENSG00000203724 Not Supported Not Supported +transcript 1 197881037 197887120 ENST00000606127 NA LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197881618 197887089 ENST00000475727 NA LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197881621 197901721 ENST00000367391 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197881662 197881689 ENST00000367391 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197887009 197887127 ENST00000367391 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197889102 197889304 ENST00000367391 3 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197890434 197890789 ENST00000367391 4 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197896721 197896923 ENST00000367391 5 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197901049 197901102 ENST00000367391 6 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197881635 197904608 ENST00000367390 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197881662 197881689 ENST00000367390 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197887009 197887127 ENST00000367390 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197889102 197889304 ENST00000367390 3 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197890434 197890789 ENST00000367390 4 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197896721 197896923 ENST00000367390 5 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197898132 197898386 ENST00000367390 6 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197884967 197901396 ENST00000561173 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197885809 197885881 ENST00000561173 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197887009 197887127 ENST00000561173 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197889102 197889304 ENST00000561173 3 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197890434 197890789 ENST00000561173 4 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197896721 197896923 ENST00000561173 5 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197901049 197901102 ENST00000561173 6 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197886489 197887896 ENST00000367388 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197886489 197886672 ENST00000367388 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197887009 197887127 ENST00000367388 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197887446 197887500 ENST00000367388 3 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197886504 197901998 ENST00000337020 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197886954 197887127 ENST00000337020 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197889102 197889304 ENST00000337020 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197890434 197890789 ENST00000337020 3 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197896721 197896923 ENST00000337020 4 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197901049 197901102 ENST00000337020 5 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 197886529 197899273 ENST00000367387 NA LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197886954 197887127 ENST00000367387 1 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197889102 197889304 ENST00000367387 2 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197890434 197890789 ENST00000367387 3 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197896721 197896923 ENST00000367387 4 LHX9 ENSG00000143355 Not Supported Not Supported +CDS 1 197898132 197898386 ENST00000367387 5 LHX9 ENSG00000143355 Not Supported Not Supported +transcript 1 198126093 198291550 ENST00000367385 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000367385 2 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222310 ENST00000367385 3 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198231705 198231767 ENST00000367385 4 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198233255 198233365 ENST00000367385 5 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198247091 198247199 ENST00000367385 6 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198248084 198248191 ENST00000367385 7 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198262075 198262169 ENST00000367385 8 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198266257 198266370 ENST00000367385 9 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198288542 198288649 ENST00000367385 10 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198126124 198222208 ENST00000442588 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000442588 3 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222208 ENST00000442588 4 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198126128 198288652 ENST00000538004 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000538004 2 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222310 ENST00000538004 3 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198231705 198231767 ENST00000538004 4 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198233255 198233365 ENST00000538004 5 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198247091 198247199 ENST00000538004 6 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198248084 198248191 ENST00000538004 7 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198262075 198262169 ENST00000538004 8 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198266257 198266370 ENST00000538004 9 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198288542 198288649 ENST00000538004 10 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198126251 198225661 ENST00000367383 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000367383 2 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222310 ENST00000367383 3 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198225458 198225616 ENST00000367383 4 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198176004 198222298 ENST00000544035 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000544035 2 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222298 ENST00000544035 3 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198177668 198214479 ENST00000417895 NA NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198189929 198231753 ENST00000391974 NA NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198201711 198201767 ENST00000391974 2 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198222170 198222310 ENST00000391974 3 NEK7 ENSG00000151414 Not Supported Not Supported +CDS 1 198231705 198231753 ENST00000391974 4 NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198246834 198288879 ENST00000493790 NA NEK7 ENSG00000151414 Not Supported Not Supported +transcript 1 198166909 198167316 ENST00000456678 NA RP11-401A10.2 ENSG00000232824 Not Supported Not Supported +transcript 1 198492352 198509865 ENST00000367382 NA ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198509699 198509780 ENST00000367382 1 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198498211 198498311 ENST00000367382 2 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198492524 198492694 ENST00000367382 3 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +transcript 1 198492352 198510075 ENST00000309309 NA ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198509699 198509780 ENST00000309309 2 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198505809 198505854 ENST00000309309 3 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198498263 198498311 ENST00000309309 4 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +transcript 1 198492356 198510075 ENST00000367381 NA ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198509699 198509780 ENST00000367381 2 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198505809 198505826 ENST00000367381 3 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198498211 198498311 ENST00000367381 4 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198492524 198492694 ENST00000367381 5 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +transcript 1 198492356 198510075 ENST00000281087 NA ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198509699 198509780 ENST00000281087 2 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198498211 198498311 ENST00000281087 3 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198492524 198492694 ENST00000281087 4 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +transcript 1 198492471 198509804 ENST00000489986 NA ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198509699 198509780 ENST00000489986 1 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198505809 198505826 ENST00000489986 2 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198498211 198498311 ENST00000489986 3 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +CDS 1 198492524 198492694 ENST00000489986 4 ATP6V1G3 ENSG00000151418 Not Supported Not Supported +transcript 1 198566854 198567998 ENST00000429469 NA RP11-553K8.2 ENSG00000223881 Not Supported Not Supported +transcript 1 198607801 198677286 ENST00000367379 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000367379 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000367379 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000367379 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000367379 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000367379 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677286 ENST00000367379 7 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608146 198726545 ENST00000367376 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608405 198608471 ENST00000367376 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000367376 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198665841 198666038 ENST00000367376 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000367376 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198671516 198671659 ENST00000367376 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000367376 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000367376 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000367376 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000367376 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000367376 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000367376 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000367376 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000367376 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000367376 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000367376 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000367376 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000367376 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000367376 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000367376 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000367376 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000367376 22 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000367376 23 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198710998 198711155 ENST00000367376 24 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198711361 198711496 ENST00000367376 25 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198713183 198713332 ENST00000367376 26 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198717238 198717328 ENST00000367376 27 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198718545 198718678 ENST00000367376 28 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198719621 198719755 ENST00000367376 29 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721378 198721500 ENST00000367376 30 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721723 198721901 ENST00000367376 31 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198723398 198723533 ENST00000367376 32 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198725035 198725307 ENST00000367376 33 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608146 198726545 ENST00000352140 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608405 198608471 ENST00000352140 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000352140 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198665841 198666038 ENST00000352140 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000352140 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000352140 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000352140 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000352140 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000352140 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000352140 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000352140 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000352140 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000352140 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000352140 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000352140 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000352140 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000352140 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000352140 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000352140 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000352140 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000352140 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000352140 22 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198710998 198711155 ENST00000352140 23 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198711361 198711496 ENST00000352140 24 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198713183 198713332 ENST00000352140 25 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198717238 198717328 ENST00000352140 26 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198718545 198718678 ENST00000352140 27 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198719621 198719755 ENST00000352140 28 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721378 198721500 ENST00000352140 29 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721723 198721901 ENST00000352140 30 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198723398 198723533 ENST00000352140 31 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198725035 198725307 ENST00000352140 32 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608146 198726545 ENST00000594404 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608405 198608471 ENST00000594404 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000594404 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000594404 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000594404 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000594404 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000594404 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000594404 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000594404 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000594404 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000594404 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000594404 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000594404 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000594404 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000594404 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000594404 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000594404 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000594404 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000594404 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000594404 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198710998 198711155 ENST00000594404 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198711361 198711496 ENST00000594404 22 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198713183 198713332 ENST00000594404 23 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198717238 198717328 ENST00000594404 24 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198718545 198718678 ENST00000594404 25 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198719621 198719755 ENST00000594404 26 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721378 198721500 ENST00000594404 27 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721723 198721901 ENST00000594404 28 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198723398 198723533 ENST00000594404 29 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198725035 198725307 ENST00000594404 30 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608146 198662335 ENST00000598951 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608405 198608471 ENST00000598951 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661510 ENST00000598951 3 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608149 198701685 ENST00000530727 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000530727 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000530727 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000530727 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000530727 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000530727 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000530727 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000530727 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000530727 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000530727 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000530727 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000530727 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000530727 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000530727 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000530727 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000530727 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000530727 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000530727 18 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608170 198726412 ENST00000442510 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000442510 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000442510 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198665841 198666038 ENST00000442510 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000442510 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198671516 198671659 ENST00000442510 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000442510 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000442510 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000442510 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000442510 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000442510 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000442510 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000442510 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000442510 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000442510 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000442510 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000442510 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000442510 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000442510 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000442510 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000442510 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000442510 22 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000442510 23 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198710998 198711155 ENST00000442510 24 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198711361 198711496 ENST00000442510 25 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198713183 198713332 ENST00000442510 26 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198717238 198717328 ENST00000442510 27 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198718545 198718678 ENST00000442510 28 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198719621 198719755 ENST00000442510 29 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721378 198721500 ENST00000442510 30 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721723 198721901 ENST00000442510 31 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198723398 198723533 ENST00000442510 32 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198725035 198725307 ENST00000442510 33 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608203 198673003 ENST00000462363 NA PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608225 198704381 ENST00000367367 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000367367 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000367367 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000367367 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198671516 198671659 ENST00000367367 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000367367 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000367367 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000367367 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000367367 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000367367 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000367367 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000367367 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000367367 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000367367 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000367367 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000367367 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000367367 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000367367 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000367367 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000367367 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000367367 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000367367 22 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608225 198726412 ENST00000348564 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000348564 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000348564 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000348564 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000348564 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000348564 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000348564 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000348564 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000348564 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000348564 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000348564 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000348564 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000348564 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000348564 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000348564 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000348564 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000348564 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000348564 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000348564 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000348564 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198710998 198711155 ENST00000348564 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198711361 198711496 ENST00000348564 22 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198713183 198713332 ENST00000348564 23 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198717238 198717328 ENST00000348564 24 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198718545 198718678 ENST00000348564 25 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198719621 198719755 ENST00000348564 26 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721378 198721500 ENST00000348564 27 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198721723 198721901 ENST00000348564 28 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198723398 198723533 ENST00000348564 29 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198725035 198725307 ENST00000348564 30 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608227 198662335 ENST00000367364 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000367364 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661510 ENST00000367364 3 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608227 198664300 ENST00000413409 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000413409 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000413409 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198663147 198663307 ENST00000413409 4 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608234 198704381 ENST00000529828 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000529828 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000529828 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198665841 198666038 ENST00000529828 4 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668833 ENST00000529828 5 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198672427 198672501 ENST00000529828 6 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198673601 198673627 ENST00000529828 7 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198675863 198676081 ENST00000529828 8 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198677262 198677390 ENST00000529828 9 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198678816 198678953 ENST00000529828 10 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198682082 198682201 ENST00000529828 11 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198685811 198685969 ENST00000529828 12 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198687223 198687431 ENST00000529828 13 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198691545 198691605 ENST00000529828 14 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198697469 198697577 ENST00000529828 15 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198698266 198698300 ENST00000529828 16 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198700746 198700855 ENST00000529828 17 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701429 198701519 ENST00000529828 18 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198701609 198701685 ENST00000529828 19 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703325 198703361 ENST00000529828 20 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198703457 198703554 ENST00000529828 21 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198704256 198704381 ENST00000529828 22 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608292 198668749 ENST00000418674 NA PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198608399 198608471 ENST00000418674 1 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198661476 198661502 ENST00000418674 2 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198665841 198666038 ENST00000418674 3 PTPRC ENSG00000081237 Not Supported Not Supported +CDS 1 198668693 198668749 ENST00000418674 4 PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608418 198672475 ENST00000427110 NA PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198608418 198672475 ENST00000391970 NA PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198666010 198669275 ENST00000484135 NA PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198681919 198687428 ENST00000491302 NA PTPRC ENSG00000081237 Not Supported Not Supported +transcript 1 198626682 198636190 ENST00000566394 NA RP11-553K8.5 ENSG00000261573 Not Supported Not Supported +transcript 1 198648268 198649162 ENST00000455475 NA PEBP1P3 ENSG00000236278 Not Supported Not Supported +transcript 1 198776622 198796345 ENST00000412162 NA MIR181A1HG ENSG00000229989 Not Supported Not Supported +transcript 1 198776787 198906539 ENST00000432296 NA MIR181A1HG ENSG00000229989 Not Supported Not Supported +transcript 1 198867595 198906558 ENST00000436880 NA MIR181A1HG ENSG00000229989 Not Supported Not Supported +transcript 1 198828002 198828111 ENST00000385240 NA MIR181B1 ENSG00000207975 Not Supported Not Supported +transcript 1 198828173 198828282 ENST00000385026 NA MIR181A1 ENSG00000207759 Not Supported Not Supported +transcript 1 198918145 198918934 ENST00000436136 NA RP11-16L9.1 ENSG00000227747 Not Supported Not Supported +transcript 1 198952450 198954330 ENST00000422480 NA RP11-16L9.2 ENSG00000225172 Not Supported Not Supported +transcript 1 198952753 198954529 ENST00000440162 NA RP11-16L9.2 ENSG00000225172 Not Supported Not Supported +transcript 1 198975169 198990166 ENST00000427439 NA RP11-16L9.3 ENSG00000233410 Not Supported Not Supported +transcript 1 198985262 199045864 ENST00000432488 NA RP11-16L9.4 ENSG00000235492 Not Supported Not Supported +transcript 1 199117726 199362435 ENST00000452199 NA RP11-382E9.1 ENSG00000231718 Not Supported Not Supported +transcript 1 199166208 199166312 ENST00000410741 NA AC105941.1 ENSG00000239006 Not Supported Not Supported +transcript 1 199341005 199341425 ENST00000441715 NA RP11-104D3.1 ENSG00000228190 Not Supported Not Supported +transcript 1 199356269 199357603 ENST00000430498 NA RP11-104D3.2 ENSG00000236468 Not Supported Not Supported +transcript 1 199584316 199584408 ENST00000583711 NA AL450244.1 ENSG00000263805 Not Supported Not Supported +transcript 1 199721619 199722018 ENST00000448132 NA RP11-2L13.1 ENSG00000231984 Not Supported Not Supported +transcript 1 199846106 199846686 ENST00000439946 NA RP11-567B20.1 ENSG00000228530 Not Supported Not Supported +transcript 1 199857287 199857389 ENST00000363269 NA RNU6-778P ENSG00000200139 Not Supported Not Supported +transcript 1 199878049 199878776 ENST00000458156 NA RP11-567B20.2 ENSG00000229747 Not Supported Not Supported +transcript 1 199977633 199977735 ENST00000365621 NA RNU6-716P ENSG00000202491 Not Supported Not Supported +transcript 1 199983817 199983923 ENST00000365459 NA RNU6-609P ENSG00000202329 Not Supported Not Supported +transcript 1 199996730 200146552 ENST00000367362 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 199996976 199997039 ENST00000367362 1 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200008786 200008923 ENST00000367362 2 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200012902 200013020 ENST00000367362 3 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200014571 200014712 ENST00000367362 4 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200017300 200017946 ENST00000367362 5 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200080330 200080449 ENST00000367362 6 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200089936 200090083 ENST00000367362 7 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200143091 200143335 ENST00000367362 8 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 199996742 200144731 ENST00000236914 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 199996976 199997039 ENST00000236914 1 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200012902 200013020 ENST00000236914 2 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200014571 200014712 ENST00000236914 3 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200017300 200017946 ENST00000236914 4 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200080330 200080449 ENST00000236914 5 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200089936 200090083 ENST00000236914 6 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200143091 200143335 ENST00000236914 7 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 199996785 200013663 ENST00000474307 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 199996976 199997039 ENST00000474307 1 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 199998161 199998435 ENST00000474307 2 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 199997011 200008897 ENST00000447034 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 199997011 199997039 ENST00000447034 1 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200007829 200007900 ENST00000447034 2 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200008786 200008897 ENST00000447034 3 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 200011717 200143389 ENST00000544748 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200012916 200013020 ENST00000544748 2 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200014571 200014712 ENST00000544748 3 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200017300 200017946 ENST00000544748 4 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200080330 200080449 ENST00000544748 5 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200089936 200090083 ENST00000544748 6 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200143091 200143335 ENST00000544748 7 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 200012938 200027552 ENST00000367357 NA NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200012938 200013020 ENST00000367357 1 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200014571 200014712 ENST00000367357 2 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200017300 200017946 ENST00000367357 3 NR5A2 ENSG00000116833 Not Supported Not Supported +CDS 1 200026632 200026892 ENST00000367357 4 NR5A2 ENSG00000116833 Not Supported Not Supported +transcript 1 200023189 200023293 ENST00000517051 NA RNU6-570P ENSG00000252860 Not Supported Not Supported +transcript 1 200113962 200114063 ENST00000408476 NA AC096633.1 ENSG00000221403 Not Supported Not Supported +transcript 1 200116659 200117407 ENST00000422446 NA RP11-47A17.2 ENSG00000229220 Not Supported Not Supported +transcript 1 200182656 200183643 ENST00000424019 NA FAM58BP ENSG00000233827 Not Supported Not Supported +transcript 1 200182806 200183450 ENST00000439056 NA FAM58BP ENSG00000233827 Not Supported Not Supported +transcript 1 200284563 200285095 ENST00000608159 NA RP11-532L16.3 ENSG00000273093 Not Supported Not Supported +transcript 1 200298289 200298805 ENST00000425737 NA RP11-532L16.1 ENSG00000213045 Not Supported Not Supported +transcript 1 200311672 200342920 ENST00000367355 NA LINC00862 ENSG00000203721 Not Supported Not Supported +transcript 1 200311672 200343482 ENST00000367356 NA LINC00862 ENSG00000203721 Not Supported Not Supported +transcript 1 200374068 200379184 ENST00000294740 NA ZNF281 ENSG00000162702 Not Supported Not Supported +CDS 1 200376149 200378833 ENST00000294740 2 ZNF281 ENSG00000162702 Not Supported Not Supported +transcript 1 200375836 200379137 ENST00000367353 NA ZNF281 ENSG00000162702 Not Supported Not Supported +CDS 1 200376149 200378833 ENST00000367353 2 ZNF281 ENSG00000162702 Not Supported Not Supported +transcript 1 200375858 200379120 ENST00000367352 NA ZNF281 ENSG00000162702 Not Supported Not Supported +CDS 1 200378689 200378833 ENST00000367352 2 ZNF281 ENSG00000162702 Not Supported Not Supported +CDS 1 200376149 200378580 ENST00000367352 3 ZNF281 ENSG00000162702 Not Supported Not Supported +transcript 1 200443048 200447421 ENST00000427825 NA RP11-469A15.2 ENSG00000230623 Not Supported Not Supported +transcript 1 200520628 200589862 ENST00000367350 NA KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200586740 200587851 ENST00000367350 2 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200584483 200584737 ENST00000367350 3 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200583446 200583533 ENST00000367350 4 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200577958 200578056 ENST00000367350 5 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200575874 200575926 ENST00000367350 6 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200574992 200575022 ENST00000367350 7 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200574411 200574518 ENST00000367350 8 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200572967 200573083 ENST00000367350 9 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200572354 200572469 ENST00000367350 10 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200571024 200571196 ENST00000367350 11 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200569484 200569631 ENST00000367350 12 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200569178 200569241 ENST00000367350 13 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200567365 200567549 ENST00000367350 14 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200562795 200562897 ENST00000367350 15 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200561208 200561368 ENST00000367350 16 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200559253 200559400 ENST00000367350 17 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200558345 200558497 ENST00000367350 18 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200555229 200555355 ENST00000367350 19 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200550329 200550422 ENST00000367350 20 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200549382 200549511 ENST00000367350 21 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200544719 200544819 ENST00000367350 22 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200539039 200539133 ENST00000367350 23 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200534573 200534797 ENST00000367350 24 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200534197 200534381 ENST00000367350 25 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200529850 200530008 ENST00000367350 26 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200528458 200528580 ENST00000367350 27 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200524508 200524582 ENST00000367350 28 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200523596 200523734 ENST00000367350 29 KIF14 ENSG00000118193 Not Supported Not Supported +CDS 1 200522519 200522895 ENST00000367350 30 KIF14 ENSG00000118193 Not Supported Not Supported +transcript 1 200593024 200639035 ENST00000447706 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200635065 200635868 ENST00000447706 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200633047 200633214 ENST00000447706 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200628155 200628244 ENST00000447706 4 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619553 200619804 ENST00000447706 5 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000447706 6 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000447706 7 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200594032 200594175 ENST00000447706 8 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200609939 200618277 ENST00000452560 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618277 ENST00000452560 1 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000452560 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200610236 200610313 ENST00000452560 3 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200609950 200619780 ENST00000413408 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619553 200619780 ENST00000413408 1 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000413408 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000413408 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200610277 200610384 ENST00000413408 4 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200610119 200638997 ENST00000367348 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200635065 200635868 ENST00000367348 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200633047 200633214 ENST00000367348 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200628155 200628244 ENST00000367348 4 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619553 200619804 ENST00000367348 5 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000367348 6 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000367348 7 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200610280 200610384 ENST00000367348 8 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200613167 200639097 ENST00000331314 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200635065 200635868 ENST00000331314 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200633047 200633214 ENST00000331314 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200628155 200628244 ENST00000331314 4 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619553 200619804 ENST00000331314 5 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000331314 6 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000331314 7 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200613385 200613645 ENST00000331314 8 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200613249 200633092 ENST00000429498 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200633047 200633092 ENST00000429498 1 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000429498 2 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000429498 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200613382 200613645 ENST00000429498 4 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200613497 200623997 ENST00000433235 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619553 200619795 ENST00000433235 3 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200618202 200618354 ENST00000433235 4 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200617567 200617695 ENST00000433235 5 DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200613497 200613645 ENST00000433235 6 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200619571 200624232 ENST00000453944 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200619571 200619795 ENST00000453944 3 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200635387 200638836 ENST00000436897 NA DDX59 ENSG00000118197 Not Supported Not Supported +CDS 1 200635387 200635868 ENST00000436897 2 DDX59 ENSG00000118197 Not Supported Not Supported +transcript 1 200638635 200663378 ENST00000568695 NA RP11-92G12.3 ENSG00000260088 Not Supported Not Supported +transcript 1 200708686 200829832 ENST00000358823 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200708956 200709094 ENST00000358823 1 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200729967 200730226 ENST00000358823 2 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200776504 200776665 ENST00000358823 3 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200784689 200784772 ENST00000358823 4 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801328 200801469 ENST00000358823 5 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801834 200801973 ENST00000358823 6 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200811122 200811215 ENST00000358823 7 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200813910 200813997 ENST00000358823 8 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816338 200816420 ENST00000358823 9 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816768 200816837 ENST00000358823 10 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200817160 200819362 ENST00000358823 11 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200821669 200821805 ENST00000358823 12 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200822403 200822623 ENST00000358823 13 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200823945 200824017 ENST00000358823 14 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200825138 200825253 ENST00000358823 15 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826434 200826552 ENST00000358823 16 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826882 200827184 ENST00000358823 17 CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200708907 200827247 ENST00000413307 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200708956 200709094 ENST00000413307 1 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200729967 200730226 ENST00000413307 2 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200776504 200776665 ENST00000413307 3 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200784689 200784772 ENST00000413307 4 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801328 200801469 ENST00000413307 5 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801834 200801973 ENST00000413307 6 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200811122 200811215 ENST00000413307 7 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200813910 200813997 ENST00000413307 8 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816386 200816420 ENST00000413307 9 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816768 200816837 ENST00000413307 10 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200817160 200819362 ENST00000413307 11 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200821669 200821805 ENST00000413307 12 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200822403 200822623 ENST00000413307 13 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200823945 200824017 ENST00000413307 14 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200825138 200825253 ENST00000413307 15 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826434 200826552 ENST00000413307 16 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826882 200827184 ENST00000413307 17 CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200708907 200829829 ENST00000236925 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200708956 200709094 ENST00000236925 1 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200729967 200730226 ENST00000236925 2 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200776504 200776665 ENST00000236925 3 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200784689 200784772 ENST00000236925 4 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200797701 200797733 ENST00000236925 5 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801328 200801469 ENST00000236925 6 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801834 200801973 ENST00000236925 7 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200811122 200811215 ENST00000236925 8 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200813910 200813997 ENST00000236925 9 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816338 200816420 ENST00000236925 10 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816768 200816837 ENST00000236925 11 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200817160 200819362 ENST00000236925 12 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200821669 200821805 ENST00000236925 13 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200822403 200822623 ENST00000236925 14 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200823945 200824017 ENST00000236925 15 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200825138 200825253 ENST00000236925 16 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826434 200826552 ENST00000236925 17 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826882 200827184 ENST00000236925 18 CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200801236 200801962 ENST00000532732 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200801844 200822543 ENST00000447701 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200801844 200801973 ENST00000447701 1 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200811122 200811215 ENST00000447701 2 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200813910 200813997 ENST00000447701 3 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200816338 200816420 ENST00000447701 4 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200821669 200821673 ENST00000447701 5 CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200825222 200826852 ENST00000475326 NA CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200825222 200825253 ENST00000475326 1 CAMSAP2 ENSG00000118200 Not Supported Not Supported +CDS 1 200826434 200826570 ENST00000475326 2 CAMSAP2 ENSG00000118200 Not Supported Not Supported +transcript 1 200832936 200833280 ENST00000432390 NA RPL34P6 ENSG00000231333 Not Supported Not Supported +transcript 1 200842083 200843306 ENST00000304244 NA GPR25 ENSG00000170128 Not Supported Not Supported +CDS 1 200842166 200843248 ENST00000304244 1 GPR25 ENSG00000170128 Not Supported Not Supported +transcript 1 200860176 200868666 ENST00000532631 NA C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200867529 200867583 ENST00000532631 2 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200868601 200868666 ENST00000532631 3 C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200860202 200870137 ENST00000451872 NA C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200867529 200867583 ENST00000451872 2 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200868601 200868725 ENST00000451872 3 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200869232 200869348 ENST00000451872 4 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200870065 200870137 ENST00000451872 5 C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200860469 200884863 ENST00000367342 NA C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200860669 200860829 ENST00000367342 1 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200867435 200867583 ENST00000367342 2 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200868601 200868725 ENST00000367342 3 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200869232 200869348 ENST00000367342 4 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200870065 200870287 ENST00000367342 5 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200876962 200877015 ENST00000367342 6 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200877858 200878068 ENST00000367342 7 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200878352 200878525 ENST00000367342 8 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200880581 200881265 ENST00000367342 9 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200882665 200882754 ENST00000367342 10 C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200863949 200882856 ENST00000413687 NA C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200867529 200867583 ENST00000413687 2 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200868601 200868725 ENST00000413687 3 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200869232 200869348 ENST00000413687 4 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200870065 200870287 ENST00000413687 5 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200876962 200877015 ENST00000413687 6 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200877858 200878068 ENST00000413687 7 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200878352 200878525 ENST00000413687 8 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200880581 200881265 ENST00000413687 9 C1orf106 ENSG00000163362 Not Supported Not Supported +CDS 1 200882665 200882754 ENST00000413687 10 C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200872080 200877290 ENST00000531649 NA C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200877623 200880726 ENST00000526172 NA C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200881087 200884856 ENST00000465162 NA C1orf106 ENSG00000163362 Not Supported Not Supported +transcript 1 200890122 200935658 ENST00000435735 NA MROH3P ENSG00000233217 Not Supported Not Supported +transcript 1 200902473 200902575 ENST00000364162 NA RNU6-704P ENSG00000201032 Not Supported Not Supported +transcript 1 200938520 200992828 ENST00000332129 NA KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200992471 200992511 ENST00000332129 1 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200978394 200978616 ENST00000332129 2 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200977897 200978079 ENST00000332129 3 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974673 200974822 ENST00000332129 4 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974436 200974570 ENST00000332129 5 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973894 200974061 ENST00000332129 6 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973468 200973583 ENST00000332129 7 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200972714 200972909 ENST00000332129 8 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200971289 200971478 ENST00000332129 9 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969845 200969908 ENST00000332129 10 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969518 200969736 ENST00000332129 11 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969011 200969092 ENST00000332129 12 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200968477 200968594 ENST00000332129 13 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200967512 200967703 ENST00000332129 14 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200965324 200965523 ENST00000332129 15 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200961410 200961517 ENST00000332129 16 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960785 200960853 ENST00000332129 17 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960045 200960277 ENST00000332129 18 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959704 200959851 ENST00000332129 19 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959266 200959460 ENST00000332129 20 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959070 200959171 ENST00000332129 21 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957894 200958059 ENST00000332129 22 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957621 200957672 ENST00000332129 23 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957424 200957481 ENST00000332129 24 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200956124 200956329 ENST00000332129 25 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200955972 200956046 ENST00000332129 26 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200953987 200954100 ENST00000332129 27 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200950088 200950224 ENST00000332129 28 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200948663 200948843 ENST00000332129 29 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200946340 200946504 ENST00000332129 30 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200945904 200946021 ENST00000332129 31 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200944627 200944797 ENST00000332129 32 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943842 200944041 ENST00000332129 33 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943226 200943322 ENST00000332129 34 KIF21B ENSG00000116852 Not Supported Not Supported +transcript 1 200942118 200992536 ENST00000461742 NA KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200992471 200992511 ENST00000461742 1 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200978394 200978616 ENST00000461742 2 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200977897 200978079 ENST00000461742 3 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974673 200974822 ENST00000461742 4 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974436 200974570 ENST00000461742 5 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973894 200974061 ENST00000461742 6 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973468 200973583 ENST00000461742 7 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200972714 200972909 ENST00000461742 8 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200971289 200971478 ENST00000461742 9 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969845 200969908 ENST00000461742 10 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969518 200969736 ENST00000461742 11 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969011 200969092 ENST00000461742 12 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200968477 200968594 ENST00000461742 13 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200967512 200967703 ENST00000461742 14 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200965324 200965523 ENST00000461742 15 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200961410 200961517 ENST00000461742 16 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960785 200960853 ENST00000461742 17 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960045 200960277 ENST00000461742 18 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959704 200959851 ENST00000461742 19 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959266 200959460 ENST00000461742 20 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959070 200959171 ENST00000461742 21 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957894 200958059 ENST00000461742 22 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957621 200957672 ENST00000461742 23 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957424 200957481 ENST00000461742 24 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200956124 200956329 ENST00000461742 25 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200955972 200956046 ENST00000461742 26 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200953987 200954100 ENST00000461742 27 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200952184 200952222 ENST00000461742 28 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200950088 200950224 ENST00000461742 29 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200948663 200948843 ENST00000461742 30 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200946340 200946504 ENST00000461742 31 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200945904 200946021 ENST00000461742 32 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200944627 200944797 ENST00000461742 33 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943842 200944041 ENST00000461742 34 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200942652 200942706 ENST00000461742 35 KIF21B ENSG00000116852 Not Supported Not Supported +transcript 1 200942118 200992536 ENST00000360529 NA KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200992471 200992511 ENST00000360529 1 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200978394 200978616 ENST00000360529 2 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200977897 200978079 ENST00000360529 3 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974673 200974822 ENST00000360529 4 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974436 200974570 ENST00000360529 5 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973894 200974061 ENST00000360529 6 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973468 200973583 ENST00000360529 7 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200972714 200972909 ENST00000360529 8 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200971289 200971478 ENST00000360529 9 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969845 200969908 ENST00000360529 10 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969518 200969736 ENST00000360529 11 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969011 200969092 ENST00000360529 12 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200968477 200968594 ENST00000360529 13 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200967512 200967703 ENST00000360529 14 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200965324 200965523 ENST00000360529 15 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200961410 200961517 ENST00000360529 16 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960785 200960853 ENST00000360529 17 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960045 200960277 ENST00000360529 18 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959704 200959851 ENST00000360529 19 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959266 200959460 ENST00000360529 20 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959070 200959171 ENST00000360529 21 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957894 200958059 ENST00000360529 22 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957621 200957672 ENST00000360529 23 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957424 200957481 ENST00000360529 24 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200956124 200956329 ENST00000360529 25 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200955972 200956046 ENST00000360529 26 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200953987 200954100 ENST00000360529 27 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200950088 200950224 ENST00000360529 28 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200948663 200948843 ENST00000360529 29 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200946340 200946504 ENST00000360529 30 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200945904 200946021 ENST00000360529 31 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200944627 200944797 ENST00000360529 32 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943842 200944041 ENST00000360529 33 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200942652 200942706 ENST00000360529 34 KIF21B ENSG00000116852 Not Supported Not Supported +transcript 1 200942935 200992828 ENST00000422435 NA KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200992471 200992511 ENST00000422435 1 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200978394 200978616 ENST00000422435 2 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200977897 200978079 ENST00000422435 3 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974673 200974822 ENST00000422435 4 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200974436 200974570 ENST00000422435 5 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973894 200974061 ENST00000422435 6 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200973468 200973583 ENST00000422435 7 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200972714 200972909 ENST00000422435 8 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200971289 200971478 ENST00000422435 9 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969845 200969908 ENST00000422435 10 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969518 200969736 ENST00000422435 11 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200969011 200969092 ENST00000422435 12 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200968477 200968594 ENST00000422435 13 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200967512 200967703 ENST00000422435 14 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200965324 200965523 ENST00000422435 15 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200961410 200961517 ENST00000422435 16 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960785 200960853 ENST00000422435 17 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200960045 200960277 ENST00000422435 18 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959704 200959851 ENST00000422435 19 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959266 200959460 ENST00000422435 20 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200959070 200959171 ENST00000422435 21 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957894 200958059 ENST00000422435 22 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957621 200957672 ENST00000422435 23 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200957424 200957481 ENST00000422435 24 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200956124 200956329 ENST00000422435 25 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200955972 200956046 ENST00000422435 26 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200953987 200954100 ENST00000422435 27 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200952184 200952222 ENST00000422435 28 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200950088 200950224 ENST00000422435 29 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200948663 200948843 ENST00000422435 30 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200946340 200946504 ENST00000422435 31 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200945904 200946021 ENST00000422435 32 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200944627 200944797 ENST00000422435 33 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943842 200944041 ENST00000422435 34 KIF21B ENSG00000116852 Not Supported Not Supported +CDS 1 200943226 200943322 ENST00000422435 35 KIF21B ENSG00000116852 Not Supported Not Supported +transcript 1 200970535 200974718 ENST00000534043 NA KIF21B ENSG00000116852 Not Supported Not Supported +transcript 1 200993077 200996918 ENST00000446333 NA RP11-168O16.1 ENSG00000229191 Not Supported Not Supported +transcript 1 200993089 200997920 ENST00000458003 NA RP11-168O16.1 ENSG00000229191 Not Supported Not Supported +transcript 1 201004224 201012201 ENST00000415359 NA RP11-168O16.2 ENSG00000234132 Not Supported Not Supported +transcript 1 201008642 201081579 ENST00000367338 NA CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201081316 201081467 ENST00000367338 1 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201079292 201079397 ENST00000367338 2 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201063010 201063149 ENST00000367338 3 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201061100 201061242 ENST00000367338 4 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201060768 201060920 ENST00000367338 5 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201058386 201058591 ENST00000367338 6 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201056954 201057057 ENST00000367338 7 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201054564 201054709 ENST00000367338 8 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201054078 201054159 ENST00000367338 9 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201052290 201052450 ENST00000367338 10 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201047007 201047232 ENST00000367338 11 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201046048 201046255 ENST00000367338 12 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201044623 201044743 ENST00000367338 13 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201043634 201043748 ENST00000367338 14 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201042677 201042770 ENST00000367338 15 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201041883 201041952 ENST00000367338 16 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201039400 201039532 ENST00000367338 17 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201038600 201038729 ENST00000367338 18 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201038265 201038324 ENST00000367338 19 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201036015 201036121 ENST00000367338 20 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201035357 201035444 ENST00000367338 21 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201034966 201035073 ENST00000367338 22 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201031590 201031642 ENST00000367338 23 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201031072 201031218 ENST00000367338 24 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201030395 201030596 ENST00000367338 25 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201029786 201029944 ENST00000367338 26 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201028317 201028427 ENST00000367338 27 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201027536 201027619 ENST00000367338 28 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201022587 201022715 ENST00000367338 29 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201022337 201022402 ENST00000367338 30 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201021685 201021776 ENST00000367338 31 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201020112 201020271 ENST00000367338 32 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201019517 201019644 ENST00000367338 33 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201018131 201018227 ENST00000367338 34 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201017710 201017812 ENST00000367338 35 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201016653 201016754 ENST00000367338 36 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201016243 201016367 ENST00000367338 37 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201013456 201013584 ENST00000367338 38 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201012409 201012659 ENST00000367338 39 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201010632 201010717 ENST00000367338 40 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201009750 201009841 ENST00000367338 41 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201009359 201009502 ENST00000367338 42 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201008962 201009210 ENST00000367338 43 CACNA1S ENSG00000081248 Not Supported Not Supported +transcript 1 201008642 201081694 ENST00000362061 NA CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201081316 201081467 ENST00000362061 1 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201079292 201079397 ENST00000362061 2 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201063010 201063149 ENST00000362061 3 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201061100 201061242 ENST00000362061 4 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201060768 201060920 ENST00000362061 5 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201058386 201058591 ENST00000362061 6 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201056954 201057057 ENST00000362061 7 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201054564 201054709 ENST00000362061 8 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201054078 201054159 ENST00000362061 9 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201052290 201052450 ENST00000362061 10 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201047007 201047232 ENST00000362061 11 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201046048 201046255 ENST00000362061 12 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201044623 201044743 ENST00000362061 13 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201043634 201043748 ENST00000362061 14 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201042677 201042770 ENST00000362061 15 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201041883 201041952 ENST00000362061 16 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201039400 201039532 ENST00000362061 17 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201038600 201038729 ENST00000362061 18 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201038265 201038324 ENST00000362061 19 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201036015 201036121 ENST00000362061 20 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201035357 201035444 ENST00000362061 21 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201034966 201035073 ENST00000362061 22 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201031590 201031642 ENST00000362061 23 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201031072 201031218 ENST00000362061 24 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201030395 201030596 ENST00000362061 25 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201029786 201029944 ENST00000362061 26 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201028317 201028427 ENST00000362061 27 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201027536 201027619 ENST00000362061 28 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201023633 201023689 ENST00000362061 29 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201022587 201022715 ENST00000362061 30 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201022337 201022402 ENST00000362061 31 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201021685 201021776 ENST00000362061 32 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201020112 201020271 ENST00000362061 33 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201019517 201019644 ENST00000362061 34 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201018131 201018227 ENST00000362061 35 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201017710 201017812 ENST00000362061 36 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201016653 201016754 ENST00000362061 37 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201016243 201016367 ENST00000362061 38 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201013456 201013584 ENST00000362061 39 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201012409 201012659 ENST00000362061 40 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201010632 201010717 ENST00000362061 41 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201009750 201009841 ENST00000362061 42 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201009359 201009502 ENST00000362061 43 CACNA1S ENSG00000081248 Not Supported Not Supported +CDS 1 201008962 201009210 ENST00000362061 44 CACNA1S ENSG00000081248 Not Supported Not Supported +transcript 1 201083081 201096312 ENST00000449188 NA ASCL5 ENSG00000232237 Not Supported Not Supported +CDS 1 201083883 201084500 ENST00000449188 2 ASCL5 ENSG00000232237 Not Supported Not Supported +transcript 1 201083880 201084796 ENST00000458416 NA ASCL5 ENSG00000232237 Not Supported Not Supported +CDS 1 201084723 201084796 ENST00000458416 1 ASCL5 ENSG00000232237 Not Supported Not Supported +CDS 1 201083883 201084642 ENST00000458416 2 ASCL5 ENSG00000232237 Not Supported Not Supported +transcript 1 201103900 201123622 ENST00000367334 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000367334 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000367334 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000367334 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000367334 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104794 201104943 ENST00000367334 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201103900 201140702 ENST00000367333 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000367333 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000367333 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000367333 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000367333 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104794 201104943 ENST00000367333 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201103901 201114796 ENST00000472411 NA TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201103901 201123568 ENST00000367330 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000367330 1 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000367330 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000367330 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000367330 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104794 201104943 ENST00000367330 5 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201103901 201123629 ENST00000367332 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122977 201123051 ENST00000367332 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000367332 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000367332 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000367332 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104794 201104943 ENST00000367332 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104637 201123089 ENST00000495205 NA TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104727 201123561 ENST00000485839 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000485839 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000485839 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000485839 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000485839 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104794 201104943 ENST00000485839 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104752 201123566 ENST00000497582 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000497582 1 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000497582 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115899 201115976 ENST00000497582 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201113022 201113079 ENST00000497582 4 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104911 201123085 ENST00000455367 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000455367 1 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000455367 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115997 ENST00000455367 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000455367 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104911 201104943 ENST00000455367 5 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104929 201123546 ENST00000435310 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122986 201123051 ENST00000435310 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000435310 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000435310 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000435310 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104929 201104943 ENST00000435310 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201104929 201123592 ENST00000414605 NA TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201122911 201123051 ENST00000414605 2 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201120889 201120980 ENST00000414605 3 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201115868 201115976 ENST00000414605 4 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201112948 201113079 ENST00000414605 5 TMEM9 ENSG00000116857 Not Supported Not Supported +CDS 1 201104929 201104943 ENST00000414605 6 TMEM9 ENSG00000116857 Not Supported Not Supported +transcript 1 201159953 201197776 ENST00000437879 NA IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201162422 201162428 ENST00000437879 2 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201163282 201163401 ENST00000437879 3 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201164967 201165106 ENST00000437879 4 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201166346 201166445 ENST00000437879 5 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168462 201168506 ENST00000437879 6 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168737 201168782 ENST00000437879 7 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201169365 201169539 ENST00000437879 8 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201170847 201170960 ENST00000437879 9 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201172866 201173034 ENST00000437879 10 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201174210 201174482 ENST00000437879 11 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201175211 201175262 ENST00000437879 12 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201182634 201182749 ENST00000437879 13 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201183305 201183429 ENST00000437879 14 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184141 201184282 ENST00000437879 15 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184667 201184737 ENST00000437879 16 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201185094 201185108 ENST00000437879 17 IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201159953 201198080 ENST00000335211 NA IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201162422 201162428 ENST00000335211 2 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201163282 201163401 ENST00000335211 3 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201164967 201165106 ENST00000335211 4 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201166346 201166445 ENST00000335211 5 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168462 201168506 ENST00000335211 6 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168737 201168782 ENST00000335211 7 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201169365 201169539 ENST00000335211 8 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201170847 201170960 ENST00000335211 9 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201172866 201173034 ENST00000335211 10 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201174210 201174482 ENST00000335211 11 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201175211 201182749 ENST00000335211 12 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201183305 201183429 ENST00000335211 13 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184141 201184282 ENST00000335211 14 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184667 201184966 ENST00000335211 15 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201185582 201185881 ENST00000335211 16 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201186415 201186588 ENST00000335211 17 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201187658 201187786 ENST00000335211 18 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201190572 201190874 ENST00000335211 19 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201191867 201191955 ENST00000335211 20 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201193807 201194002 ENST00000335211 21 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201194952 201195251 ENST00000335211 22 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201196010 201196336 ENST00000335211 23 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201197514 201197524 ENST00000335211 24 IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201159953 201185111 ENST00000451870 NA IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201162422 201162428 ENST00000451870 2 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201163282 201163401 ENST00000451870 3 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201164967 201165106 ENST00000451870 4 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201166346 201166445 ENST00000451870 5 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168462 201168506 ENST00000451870 6 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201168737 201168782 ENST00000451870 7 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201169365 201169539 ENST00000451870 8 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201170847 201170960 ENST00000451870 9 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201172866 201173034 ENST00000451870 10 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201174210 201174482 ENST00000451870 11 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201175211 201175262 ENST00000451870 12 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201182634 201182749 ENST00000451870 13 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201183305 201183429 ENST00000451870 14 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184141 201184282 ENST00000451870 15 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184667 201184737 ENST00000451870 16 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201185094 201185108 ENST00000451870 17 IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201159953 201198080 ENST00000295591 NA IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201182542 201182749 ENST00000295591 12 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201183305 201183429 ENST00000295591 13 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184141 201184282 ENST00000295591 14 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184667 201184966 ENST00000295591 15 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201185582 201185881 ENST00000295591 16 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201186415 201186588 ENST00000295591 17 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201187658 201187786 ENST00000295591 18 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201190572 201190874 ENST00000295591 19 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201191867 201191955 ENST00000295591 20 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201194952 201195005 ENST00000295591 21 IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201174210 201175603 ENST00000444705 NA IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201181770 201198080 ENST00000412892 NA IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201181770 201182749 ENST00000412892 1 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201183305 201183429 ENST00000412892 2 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184141 201184282 ENST00000412892 3 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201184667 201184966 ENST00000412892 4 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201185582 201185881 ENST00000412892 5 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201186415 201186588 ENST00000412892 6 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201187658 201187786 ENST00000412892 7 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201190572 201190874 ENST00000412892 8 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201191867 201191955 ENST00000412892 9 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201193807 201194002 ENST00000412892 10 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201194952 201195251 ENST00000412892 11 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201196010 201196336 ENST00000412892 12 IGFN1 ENSG00000163395 Not Supported Not Supported +CDS 1 201197514 201197527 ENST00000412892 13 IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201182224 201198080 ENST00000473483 NA IGFN1 ENSG00000163395 Not Supported Not Supported +transcript 1 201191241 201192251 ENST00000453155 NA RP11-567E21.3 ENSG00000229821 Not Supported Not Supported +transcript 1 201252580 201302121 ENST00000367324 NA PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201252831 201253032 ENST00000367324 1 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201263070 201263173 ENST00000367324 2 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201282294 201282688 ENST00000367324 3 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201285681 201285825 ENST00000367324 4 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201286700 201286907 ENST00000367324 5 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201287746 201287923 ENST00000367324 6 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201289395 201289509 ENST00000367324 7 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201291106 201291261 ENST00000367324 8 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201292141 201292317 ENST00000367324 9 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201293556 201293709 ENST00000367324 10 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294069 201294255 ENST00000367324 11 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294882 201294966 ENST00000367324 12 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201297890 201297961 ENST00000367324 13 PKP1 ENSG00000081277 Not Supported Not Supported +transcript 1 201252580 201302121 ENST00000263946 NA PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201252831 201253032 ENST00000263946 1 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201263070 201263173 ENST00000263946 2 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201282294 201282688 ENST00000263946 3 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201285681 201285825 ENST00000263946 4 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201286700 201286907 ENST00000263946 5 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201287746 201287923 ENST00000263946 6 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201288944 201289006 ENST00000263946 7 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201289395 201289509 ENST00000263946 8 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201291106 201291261 ENST00000263946 9 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201292141 201292317 ENST00000263946 10 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201293556 201293709 ENST00000263946 11 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294069 201294255 ENST00000263946 12 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294882 201294966 ENST00000263946 13 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201297890 201297961 ENST00000263946 14 PKP1 ENSG00000081277 Not Supported Not Supported +transcript 1 201252831 201297964 ENST00000352845 NA PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201252831 201253032 ENST00000352845 1 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201263070 201263173 ENST00000352845 2 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201282294 201282688 ENST00000352845 3 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201285681 201285825 ENST00000352845 4 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201286700 201286907 ENST00000352845 5 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201287746 201287923 ENST00000352845 6 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201288944 201289006 ENST00000352845 7 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201289395 201289509 ENST00000352845 8 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201291106 201291261 ENST00000352845 9 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201292141 201292317 ENST00000352845 10 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201293556 201293709 ENST00000352845 11 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294069 201294255 ENST00000352845 12 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201294882 201294966 ENST00000352845 13 PKP1 ENSG00000081277 Not Supported Not Supported +CDS 1 201297890 201297961 ENST00000352845 14 PKP1 ENSG00000081277 Not Supported Not Supported +transcript 1 201285320 201289300 ENST00000475988 NA PKP1 ENSG00000081277 Not Supported Not Supported +transcript 1 201297463 201299298 ENST00000477817 NA PKP1 ENSG00000081277 Not Supported Not Supported +transcript 1 201328136 201332478 ENST00000476888 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328136 201333316 ENST00000460780 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328136 201346789 ENST00000367318 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000367318 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000367318 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000367318 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000367318 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000367318 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000367318 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000367318 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000367318 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000367318 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000367318 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331522 ENST00000367318 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000367318 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000367318 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000367318 15 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000367318 16 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328136 201346808 ENST00000367322 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000367322 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000367322 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000367322 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000367322 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000367322 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000367322 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000367322 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000367322 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000367322 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000367322 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000367322 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000367322 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000367322 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000367322 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328136 201346808 ENST00000491504 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201346805 ENST00000458432 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342344 201342382 ENST00000458432 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342325 201342339 ENST00000458432 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341173 ENST00000458432 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201338944 201338973 ENST00000458432 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000458432 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000458432 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000458432 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000458432 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000458432 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000458432 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000458432 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000458432 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000458432 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000458432 15 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000458432 16 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201346805 ENST00000421663 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342344 201342382 ENST00000421663 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342325 201342339 ENST00000421663 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341173 ENST00000421663 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000421663 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000421663 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000421663 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000421663 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000421663 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000421663 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000421663 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331162 ENST00000421663 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000421663 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000421663 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000421663 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201342382 ENST00000236918 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000236918 1 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342212 201342221 ENST00000236918 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201338944 201338974 ENST00000236918 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000236918 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000236918 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000236918 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000236918 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000236918 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000236918 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000236918 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331522 ENST00000236918 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000236918 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000236918 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000236918 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000236918 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201342382 ENST00000367317 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000367317 1 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000367317 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000367317 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000367317 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000367317 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000367317 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000367317 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000367317 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000367317 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000367317 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331522 ENST00000367317 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000367317 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000367317 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000367317 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000367317 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201342382 ENST00000367315 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000367315 1 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000367315 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000367315 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000367315 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000367315 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000367315 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000367315 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000367315 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000367315 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000367315 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000367315 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000367315 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000367315 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000367315 14 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328142 201342382 ENST00000360372 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000360372 1 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337546 201337556 ENST00000360372 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000360372 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000360372 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000360372 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000360372 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000360372 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000360372 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000360372 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331522 ENST00000360372 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000360372 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000360372 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000360372 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000360372 14 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328152 201346789 ENST00000367320 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000367320 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000367320 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000367320 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201338944 201338973 ENST00000367320 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000367320 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336931 ENST00000367320 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000367320 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000367320 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000367320 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000367320 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000367320 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000367320 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000367320 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000367320 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328162 201346890 ENST00000509001 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000509001 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000509001 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000509001 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000509001 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000509001 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000509001 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000509001 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000509001 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000509001 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000509001 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331522 ENST00000509001 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000509001 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000509001 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000509001 15 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328341 201328383 ENST00000509001 16 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328300 201334354 ENST00000479297 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201328373 201346792 ENST00000438742 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000438742 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000438742 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000438742 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000438742 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000438742 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000438742 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000438742 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000438742 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332424 201332534 ENST00000438742 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331514 201331519 ENST00000438742 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201331041 201331150 ENST00000438742 12 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201330407 201330497 ENST00000438742 13 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328751 201328791 ENST00000438742 14 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201328373 201328383 ENST00000438742 15 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201329955 201336094 ENST00000515042 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201330140 201330485 ENST00000477035 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201332457 201342443 ENST00000466570 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201332484 201346761 ENST00000455702 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000455702 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000455702 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000455702 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201338944 201338973 ENST00000455702 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000455702 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000455702 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000455702 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000455702 9 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334319 201334435 ENST00000455702 10 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201333426 201333503 ENST00000455702 11 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201332484 201332534 ENST00000455702 12 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201333055 201336936 ENST00000503459 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201334373 201346780 ENST00000422165 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000422165 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000422165 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201338944 201338973 ENST00000422165 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000422165 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336934 ENST00000422165 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000422165 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000422165 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334373 201334435 ENST00000422165 9 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201334404 201346792 ENST00000412633 NA TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201342342 201342382 ENST00000412633 2 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341273 201341283 ENST00000412633 3 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201341155 201341169 ENST00000412633 4 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201337290 201337355 ENST00000412633 5 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201336899 201336931 ENST00000412633 6 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201335966 201335999 ENST00000412633 7 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334738 201334798 ENST00000412633 8 TNNT2 ENSG00000118194 Not Supported Not Supported +CDS 1 201334404 201334435 ENST00000412633 9 TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201335523 201337442 ENST00000445079 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201335971 201342393 ENST00000475686 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201336271 201344496 ENST00000494095 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201336581 201346808 ENST00000472177 NA TNNT2 ENSG00000118194 Not Supported Not Supported +transcript 1 201342372 201354912 ENST00000503578 NA LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201354829 201354912 ENST00000503578 1 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201353920 201353963 ENST00000503578 2 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352445 201352517 ENST00000503578 3 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352202 201352339 ENST00000503578 4 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351781 201351867 ENST00000503578 5 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351380 201351454 ENST00000503578 6 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201346751 201346806 ENST00000503578 7 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201342375 201342396 ENST00000503578 8 LAD1 ENSG00000159166 Not Supported Not Supported +transcript 1 201349966 201368736 ENST00000391967 NA LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201368397 201368434 ENST00000391967 1 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201358288 201358431 ENST00000391967 2 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201355463 201356306 ENST00000391967 3 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201354829 201354933 ENST00000391967 4 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201353920 201353963 ENST00000391967 5 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352445 201352517 ENST00000391967 6 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352202 201352339 ENST00000391967 7 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351781 201351867 ENST00000391967 8 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351380 201351454 ENST00000391967 9 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351019 201351021 ENST00000391967 10 LAD1 ENSG00000159166 Not Supported Not Supported +transcript 1 201350335 201368676 ENST00000367313 NA LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201368538 201368617 ENST00000367313 1 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201358288 201358431 ENST00000367313 2 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201355463 201356306 ENST00000367313 3 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201354829 201354933 ENST00000367313 4 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201353920 201353963 ENST00000367313 5 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352445 201352517 ENST00000367313 6 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201352202 201352339 ENST00000367313 7 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351781 201351867 ENST00000367313 8 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351380 201351454 ENST00000367313 9 LAD1 ENSG00000159166 Not Supported Not Supported +CDS 1 201351019 201351021 ENST00000367313 10 LAD1 ENSG00000159166 Not Supported Not Supported +transcript 1 201351412 201352336 ENST00000475136 NA LAD1 ENSG00000159166 Not Supported Not Supported +transcript 1 201351814 201352701 ENST00000488842 NA LAD1 ENSG00000159166 Not Supported Not Supported +transcript 1 201373625 201390874 ENST00000361379 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386911 201386921 ENST00000361379 2 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386244 201386247 ENST00000361379 3 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201384341 201384382 ENST00000361379 4 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383777 ENST00000361379 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382160 201382249 ENST00000361379 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201380485 201380661 ENST00000361379 7 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201379459 201379563 ENST00000361379 8 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201377992 201398994 ENST00000336092 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386911 201386921 ENST00000336092 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386244 201386247 ENST00000336092 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201384341 201384382 ENST00000336092 7 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383777 ENST00000336092 8 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382160 201382249 ENST00000336092 9 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201380485 201380661 ENST00000336092 10 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201379459 201379563 ENST00000336092 11 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201378195 201391149 ENST00000555948 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386911 201386921 ENST00000555948 3 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386244 201386247 ENST00000555948 4 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201384341 201384382 ENST00000555948 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383777 ENST00000555948 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382187 201382249 ENST00000555948 7 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201379459 201379521 ENST00000555948 8 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201378985 201390846 ENST00000367312 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386911 201386921 ENST00000367312 2 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386244 201386247 ENST00000367312 3 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201384341 201384382 ENST00000367312 4 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383777 ENST00000367312 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382160 201382249 ENST00000367312 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201380485 201380661 ENST00000367312 7 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201379459 201379563 ENST00000367312 8 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201380485 201390854 ENST00000555340 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383771 ENST00000555340 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382160 201382249 ENST00000555340 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201380485 201380661 ENST00000555340 7 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201380530 201391295 ENST00000556362 NA TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386911 201386921 ENST00000556362 3 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201386244 201386247 ENST00000556362 4 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201384341 201384382 ENST00000556362 5 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201383646 201383777 ENST00000556362 6 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201382160 201382249 ENST00000556362 7 TNNI1 ENSG00000159173 Not Supported Not Supported +CDS 1 201380530 201380661 ENST00000556362 8 TNNI1 ENSG00000159173 Not Supported Not Supported +transcript 1 201398103 201398489 ENST00000413162 NA RP11-134G8.2 ENSG00000227048 Not Supported Not Supported +transcript 1 201433511 201434274 ENST00000430471 NA RP11-134G8.8 ENSG00000224818 Not Supported Not Supported +transcript 1 201434620 201438312 ENST00000367311 NA PHLDA3 ENSG00000174307 Not Supported Not Supported +CDS 1 201437534 201437914 ENST00000367311 1 PHLDA3 ENSG00000174307 Not Supported Not Supported +transcript 1 201434981 201437709 ENST00000485436 NA PHLDA3 ENSG00000174307 Not Supported Not Supported +transcript 1 201435072 201435785 ENST00000497057 NA PHLDA3 ENSG00000174307 Not Supported Not Supported +transcript 1 201435086 201438365 ENST00000367309 NA PHLDA3 ENSG00000174307 Not Supported Not Supported +CDS 1 201437534 201437914 ENST00000367309 2 PHLDA3 ENSG00000174307 Not Supported Not Supported +transcript 1 201452658 201478584 ENST00000367306 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465431 ENST00000367306 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000367306 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000367306 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000367306 6 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453844 201453917 ENST00000367306 7 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201452660 201461627 ENST00000533402 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201452660 201462029 ENST00000527662 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201452660 201465429 ENST00000532313 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201452662 201476387 ENST00000340006 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465431 ENST00000340006 2 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000340006 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000340006 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000340006 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453844 201453917 ENST00000340006 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453054 201478584 ENST00000531916 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465431 ENST00000531916 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000531916 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201458001 201458112 ENST00000531916 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453121 201453186 ENST00000531916 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453107 201465701 ENST00000532460 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465431 ENST00000532460 2 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000532460 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000532460 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000532460 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453844 201453917 ENST00000532460 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453368 201476251 ENST00000526256 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453491 201475967 ENST00000533432 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465431 ENST00000533432 2 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000533432 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000533432 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000533432 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453844 201453917 ENST00000533432 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453797 201476251 ENST00000530120 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453805 201476251 ENST00000526723 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465366 201465431 ENST00000526723 2 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459419 ENST00000526723 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000526723 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000526723 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453844 201453917 ENST00000526723 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453805 201476251 ENST00000526317 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201453853 201476251 ENST00000524951 NA CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201465320 201465320 ENST00000524951 2 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201459304 201459472 ENST00000524951 3 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201457983 201458112 ENST00000524951 4 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201454411 201454504 ENST00000524951 5 CSRP1 ENSG00000159176 Not Supported Not Supported +CDS 1 201453853 201453917 ENST00000524951 6 CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201455286 201476251 ENST00000458271 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201456043 201476251 ENST00000527573 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201457179 201475831 ENST00000529975 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201457755 201476251 ENST00000533188 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201458862 201476231 ENST00000471596 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201464727 201476232 ENST00000481851 NA CSRP1 ENSG00000159176 Not Supported Not Supported +transcript 1 201476369 201502736 ENST00000454651 NA RP11-134G8.7 ENSG00000224536 Not Supported Not Supported +transcript 1 201487831 201499602 ENST00000441932 NA RPS10P7 ENSG00000223396 Not Supported Not Supported +transcript 1 201489184 201489677 ENST00000482594 NA RP11-134G8.6 ENSG00000242150 Not Supported Not Supported +transcript 1 201592013 201592738 ENST00000593583 NA AC096677.1 ENSG00000269690 Not Supported Not Supported +CDS 1 201592013 201592735 ENST00000593583 1 AC096677.1 ENSG00000269690 Not Supported Not Supported +transcript 1 201592411 201598668 ENST00000491403 NA NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201592601 201792472 ENST00000367302 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201598632 201598635 ENST00000367302 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201617762 201618553 ENST00000367302 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201681945 201682047 ENST00000367302 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201687518 201687883 ENST00000367302 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000367302 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000367302 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000367302 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000367302 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000367302 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000367302 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000367302 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759682 201759705 ENST00000367302 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000367302 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000367302 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000367302 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000367302 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000367302 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000367302 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000367302 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000367302 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000367302 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000367302 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000367302 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000367302 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000367302 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000367302 27 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000367302 28 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000367302 29 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000367302 30 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201617377 201796097 ENST00000367296 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201617797 201618553 ENST00000367296 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201681945 201682047 ENST00000367296 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201687518 201687883 ENST00000367296 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000367296 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000367296 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000367296 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000367296 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000367296 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000367296 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201757596 201757766 ENST00000367296 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000367296 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759682 201759705 ENST00000367296 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000367296 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000367296 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000367296 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000367296 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201773617 201773625 ENST00000367296 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000367296 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000367296 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000367296 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000367296 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000367296 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000367296 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000367296 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000367296 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000367296 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000367296 27 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000367296 28 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000367296 29 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000367296 30 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201617450 201796102 ENST00000295624 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201617797 201618553 ENST00000295624 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201681945 201682047 ENST00000295624 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201687518 201687883 ENST00000295624 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000295624 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000295624 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000295624 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000295624 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000295624 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000295624 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201757596 201757766 ENST00000295624 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000295624 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759682 201759705 ENST00000295624 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000295624 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000295624 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000295624 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000295624 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000295624 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000295624 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000295624 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000295624 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000295624 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000295624 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000295624 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000295624 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000295624 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000295624 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000295624 27 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000295624 28 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000295624 29 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201617450 201796102 ENST00000367297 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201617797 201618553 ENST00000367297 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201681945 201682047 ENST00000367297 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201687518 201687883 ENST00000367297 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000367297 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000367297 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000367297 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000367297 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000367297 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000367297 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201757596 201757766 ENST00000367297 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000367297 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000367297 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000367297 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000367297 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000367297 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201773617 201773625 ENST00000367297 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000367297 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000367297 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000367297 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000367297 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000367297 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000367297 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000367297 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000367297 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000367297 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000367297 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000367297 27 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000367297 28 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000367297 29 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201617450 201796102 ENST00000367300 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201617797 201618553 ENST00000367300 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201681945 201682047 ENST00000367300 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201687518 201687883 ENST00000367300 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000367300 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000367300 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000367300 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000367300 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000367300 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000367300 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000367300 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759682 201759705 ENST00000367300 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000367300 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000367300 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000367300 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000367300 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000367300 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000367300 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000367300 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000367300 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000367300 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000367300 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000367300 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000367300 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000367300 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000367300 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000367300 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000367300 27 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000367300 28 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201708445 201772818 ENST00000490213 NA NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201708996 201796097 ENST00000367295 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201709152 201709204 ENST00000367295 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749549 201749687 ENST00000367295 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000367295 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000367295 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000367295 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000367295 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000367295 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201757596 201757766 ENST00000367295 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000367295 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759682 201759705 ENST00000367295 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000367295 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000367295 12 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000367295 13 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000367295 14 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777277 ENST00000367295 15 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777546 201777738 ENST00000367295 16 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777831 201777999 ENST00000367295 17 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778292 201778389 ENST00000367295 18 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201778570 201778665 ENST00000367295 19 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779074 201779233 ENST00000367295 20 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201779651 201779886 ENST00000367295 21 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201780731 201780885 ENST00000367295 22 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781031 201781102 ENST00000367295 23 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201781593 201781789 ENST00000367295 24 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201782268 201782386 ENST00000367295 25 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201786216 201786413 ENST00000367295 26 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201788965 201789057 ENST00000367295 27 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201749651 201772818 ENST00000430015 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201749651 201749687 ENST00000430015 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201750140 201750437 ENST00000430015 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201751304 201751997 ENST00000430015 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201752534 201752980 ENST00000430015 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201754438 201754479 ENST00000430015 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755557 201755705 ENST00000430015 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201757596 201757766 ENST00000430015 7 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000430015 8 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000430015 9 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000430015 10 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000430015 11 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772818 ENST00000430015 12 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201751758 201767736 ENST00000469130 NA NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201755568 201777173 ENST00000438083 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755568 201755705 ENST00000438083 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201758868 201758920 ENST00000438083 2 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201759817 201759894 ENST00000438083 3 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201762920 201763003 ENST00000438083 4 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201763594 201763705 ENST00000438083 5 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201772721 201772842 ENST00000438083 6 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201777081 201777173 ENST00000438083 7 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201755678 201772834 ENST00000477118 NA NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201755678 201755705 ENST00000477118 1 NAV1 ENSG00000134369 Not Supported Not Supported +CDS 1 201756781 201756833 ENST00000477118 2 NAV1 ENSG00000134369 Not Supported Not Supported +transcript 1 201642233 201643272 ENST00000449492 NA RP11-25B7.1 ENSG00000236390 Not Supported Not Supported +transcript 1 201657387 201798687 ENST00000413035 NA IPO9-AS1 ENSG00000231871 Not Supported Not Supported +transcript 1 201785982 201798346 ENST00000421449 NA IPO9-AS1 ENSG00000231871 Not Supported Not Supported +transcript 1 201789583 201798213 ENST00000421159 NA IPO9-AS1 ENSG00000231871 Not Supported Not Supported +transcript 1 201688636 201688755 ENST00000577455 NA MIR5191 ENSG00000264802 Not Supported Not Supported +transcript 1 201692422 201706634 ENST00000429443 NA RP11-90L20.2 ENSG00000235121 Not Supported Not Supported +transcript 1 201702534 201702633 ENST00000364072 NA RNU6-501P ENSG00000200942 Not Supported Not Supported +transcript 1 201777739 201777830 ENST00000408101 NA MIR1231 ENSG00000221028 Not Supported Not Supported +transcript 1 201798269 201853422 ENST00000361565 NA IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201798338 201798500 ENST00000361565 1 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201816407 201816468 ENST00000361565 2 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201816680 201816766 ENST00000361565 3 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201817521 201817722 ENST00000361565 4 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201821232 201821320 ENST00000361565 5 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201822139 201822225 ENST00000361565 6 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201823723 201823842 ENST00000361565 7 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201823951 201824051 ENST00000361565 8 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201824252 201824310 ENST00000361565 9 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201824911 201825062 ENST00000361565 10 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201826224 201826322 ENST00000361565 11 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201827575 201827681 ENST00000361565 12 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201827983 201828122 ENST00000361565 13 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201832576 201832735 ENST00000361565 14 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201835861 201836087 ENST00000361565 15 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201837776 201837924 ENST00000361565 16 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201838718 201838846 ENST00000361565 17 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201839711 201839986 ENST00000361565 18 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201840289 201840455 ENST00000361565 19 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201841956 201842089 ENST00000361565 20 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201843378 201843500 ENST00000361565 21 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201843960 201844064 ENST00000361565 22 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201844280 201844356 ENST00000361565 23 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201845072 201845179 ENST00000361565 24 IPO9 ENSG00000198700 Not Supported Not Supported +transcript 1 201798277 201822201 ENST00000464348 NA IPO9 ENSG00000198700 Not Supported Not Supported +transcript 1 201816423 201819944 ENST00000479374 NA IPO9 ENSG00000198700 Not Supported Not Supported +transcript 1 201843443 201845501 ENST00000456707 NA IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201843443 201843500 ENST00000456707 1 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201843960 201844064 ENST00000456707 2 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201844280 201844356 ENST00000456707 3 IPO9 ENSG00000198700 Not Supported Not Supported +CDS 1 201845133 201845360 ENST00000456707 4 IPO9 ENSG00000198700 Not Supported Not Supported +transcript 1 201857808 201861265 ENST00000464117 NA SHISA4 ENSG00000198892 Not Supported Not Supported +transcript 1 201857836 201861434 ENST00000362011 NA SHISA4 ENSG00000198892 Not Supported Not Supported +CDS 1 201858123 201858195 ENST00000362011 1 SHISA4 ENSG00000198892 Not Supported Not Supported +CDS 1 201858573 201858744 ENST00000362011 2 SHISA4 ENSG00000198892 Not Supported Not Supported +CDS 1 201859582 201859715 ENST00000362011 3 SHISA4 ENSG00000198892 Not Supported Not Supported +CDS 1 201860529 201860696 ENST00000362011 4 SHISA4 ENSG00000198892 Not Supported Not Supported +CDS 1 201860928 201860971 ENST00000362011 5 SHISA4 ENSG00000198892 Not Supported Not Supported +transcript 1 201858062 201859621 ENST00000481699 NA SHISA4 ENSG00000198892 Not Supported Not Supported +transcript 1 201862970 201869106 ENST00000414927 NA RP11-307B6.3 ENSG00000223774 Not Supported Not Supported +transcript 1 201867228 201869106 ENST00000458139 NA RP11-307B6.3 ENSG00000223774 Not Supported Not Supported +transcript 1 201865580 201915715 ENST00000367288 NA LMOD1 ENSG00000163431 Not Supported Not Supported +CDS 1 201915208 201915468 ENST00000367288 1 LMOD1 ENSG00000163431 Not Supported Not Supported +CDS 1 201868365 201869879 ENST00000367288 2 LMOD1 ENSG00000163431 Not Supported Not Supported +CDS 1 201867503 201867526 ENST00000367288 3 LMOD1 ENSG00000163431 Not Supported Not Supported +transcript 1 201924619 201939789 ENST00000367287 NA TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201924655 201924680 ENST00000367287 1 TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201926409 201926508 ENST00000367287 2 TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201926639 201926702 ENST00000367287 3 TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201932744 201932872 ENST00000367287 4 TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201934561 201934671 ENST00000367287 5 TIMM17A ENSG00000134375 Not Supported Not Supported +CDS 1 201938597 201938679 ENST00000367287 6 TIMM17A ENSG00000134375 Not Supported Not Supported +transcript 1 201924634 201938845 ENST00000478378 NA TIMM17A ENSG00000134375 Not Supported Not Supported +transcript 1 201924638 201927156 ENST00000484647 NA TIMM17A ENSG00000134375 Not Supported Not Supported +transcript 1 201931344 201939479 ENST00000482943 NA TIMM17A ENSG00000134375 Not Supported Not Supported +transcript 1 201947589 201947723 ENST00000383910 NA SNORA70 ENSG00000206637 Not Supported Not Supported +transcript 1 201947770 201948077 ENST00000412093 NA RP11-465N4.2 ENSG00000238003 Not Supported Not Supported +transcript 1 201951500 201970527 ENST00000481780 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201951752 201975275 ENST00000295640 NA RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201951795 201952241 ENST00000295640 1 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958032 201958172 ENST00000295640 2 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958511 201958659 ENST00000295640 3 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201965275 201965391 ENST00000295640 4 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201966447 201966682 ENST00000295640 5 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201969030 201969143 ENST00000295640 6 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970504 201970616 ENST00000295640 7 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970787 201970895 ENST00000295640 8 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201972365 201972589 ENST00000295640 9 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201973482 201973624 ENST00000295640 10 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201974686 201974841 ENST00000295640 11 RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201951780 201975275 ENST00000367286 NA RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201951795 201952241 ENST00000367286 1 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958032 201958172 ENST00000367286 2 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958511 201958659 ENST00000367286 3 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201966447 201966682 ENST00000367286 4 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201969030 201969143 ENST00000367286 5 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970504 201970616 ENST00000367286 6 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970787 201970895 ENST00000367286 7 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201972365 201972589 ENST00000367286 8 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201973482 201973624 ENST00000367286 9 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201974686 201974841 ENST00000367286 10 RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201951885 201966682 ENST00000487116 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201951947 201970616 ENST00000492587 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201952083 201975275 ENST00000471105 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201952458 201970895 ENST00000447312 NA RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201952591 201952644 ENST00000447312 1 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958032 201958172 ENST00000447312 2 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201958511 201958659 ENST00000447312 3 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201965275 201965391 ENST00000447312 4 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201966447 201966682 ENST00000447312 5 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201969030 201969143 ENST00000447312 6 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970504 201970616 ENST00000447312 7 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970787 201970895 ENST00000447312 8 RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201952503 201972548 ENST00000478617 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201952507 201969073 ENST00000479726 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201952599 201972446 ENST00000492849 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201965300 201970850 ENST00000449524 NA RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201965300 201965391 ENST00000449524 1 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201966447 201966682 ENST00000449524 2 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970504 201970616 ENST00000449524 3 RNPEP ENSG00000176393 Not Supported Not Supported +CDS 1 201970787 201970850 ENST00000449524 4 RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201970389 201972477 ENST00000464707 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201970597 201973624 ENST00000479531 NA RNPEP ENSG00000176393 Not Supported Not Supported +transcript 1 201964824 201965480 ENST00000608886 NA RP11-465N4.5 ENSG00000273478 Not Supported Not Supported +transcript 1 201969222 201979481 ENST00000419190 NA RP11-465N4.4 ENSG00000234678 Not Supported Not Supported +transcript 1 201969229 201970411 ENST00000415582 NA RP11-465N4.4 ENSG00000234678 Not Supported Not Supported +transcript 1 201977073 201985137 ENST00000359651 NA ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201980265 201980427 ENST00000359651 1 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981085 201981306 ENST00000359651 2 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981472 201981564 ENST00000359651 3 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981768 201981887 ENST00000359651 4 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982075 201982164 ENST00000359651 5 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982310 201982426 ENST00000359651 6 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982957 201983152 ENST00000359651 7 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201984337 201984448 ENST00000359651 8 ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979645 201986316 ENST00000367284 NA ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201980265 201980427 ENST00000367284 2 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981085 201981306 ENST00000367284 3 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981472 201981564 ENST00000367284 4 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981768 201981887 ENST00000367284 5 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982075 201982164 ENST00000367284 6 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982310 201982426 ENST00000367284 7 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982957 201983152 ENST00000367284 8 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201984337 201984448 ENST00000367284 9 ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979715 201985137 ENST00000367283 NA ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201980265 201980427 ENST00000367283 2 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981085 201981306 ENST00000367283 3 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981472 201981564 ENST00000367283 4 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981768 201981887 ENST00000367283 5 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982075 201982164 ENST00000367283 6 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982310 201982426 ENST00000367283 7 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982957 201983152 ENST00000367283 8 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201984337 201984448 ENST00000367283 9 ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979722 201981699 ENST00000495848 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979727 201982396 ENST00000490203 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979753 201980936 ENST00000498017 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201979772 201982325 ENST00000446188 NA ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201980265 201980421 ENST00000446188 2 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981085 201981306 ENST00000446188 3 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981472 201981564 ENST00000446188 4 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201981768 201981887 ENST00000446188 5 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982075 201982164 ENST00000446188 6 ELF3 ENSG00000163435 Not Supported Not Supported +CDS 1 201982310 201982325 ENST00000446188 7 ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201981573 201982404 ENST00000470384 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201981697 201982123 ENST00000479874 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201982906 201984922 ENST00000475698 NA ELF3 ENSG00000163435 Not Supported Not Supported +transcript 1 201980498 201984785 ENST00000504773 NA RP11-510N19.5 ENSG00000249007 Not Supported Not Supported +transcript 1 201997734 201997820 ENST00000453255 NA RP11-510N19.2 ENSG00000232296 Not Supported Not Supported +transcript 1 202008979 202009062 ENST00000457453 NA RP11-510N19.3 ENSG00000235811 Not Supported Not Supported +transcript 1 202065887 202066106 ENST00000416794 NA CRIP1P3 ENSG00000227109 Not Supported Not Supported +transcript 1 202091986 202102720 ENST00000367282 NA GPR37L1 ENSG00000170075 Not Supported Not Supported +CDS 1 202092092 202092721 ENST00000367282 1 GPR37L1 ENSG00000170075 Not Supported Not Supported +CDS 1 202096869 202097681 ENST00000367282 2 GPR37L1 ENSG00000170075 Not Supported Not Supported +transcript 1 202102532 202113869 ENST00000272217 NA ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202113578 202113700 ENST00000272217 1 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202107496 202107576 ENST00000272217 2 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202107093 202107166 ENST00000272217 3 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202104835 202104928 ENST00000272217 4 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202104587 202104654 ENST00000272217 5 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202104278 202104348 ENST00000272217 6 ARL8A ENSG00000143862 Not Supported Not Supported +CDS 1 202103598 202103644 ENST00000272217 7 ARL8A ENSG00000143862 Not Supported Not Supported +transcript 1 202103511 202104736 ENST00000491358 NA ARL8A ENSG00000143862 Not Supported Not Supported +transcript 1 202104330 202107162 ENST00000486225 NA ARL8A ENSG00000143862 Not Supported Not Supported +transcript 1 202116141 202129119 ENST00000367279 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128647 ENST00000367279 1 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000367279 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000367279 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000367279 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000367279 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000367279 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000367279 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000367279 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000367279 9 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202116141 202130709 ENST00000309017 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202129673 202129935 ENST00000309017 1 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128582 ENST00000309017 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000309017 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000309017 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000309017 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000309017 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000309017 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000309017 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000309017 9 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000309017 10 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202116143 202129722 ENST00000495688 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000495688 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000495688 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000495688 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000495688 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000495688 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000495688 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000495688 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000495688 9 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000495688 10 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202116143 202129751 ENST00000308986 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000308986 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000308986 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000308986 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000308986 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000308986 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000308986 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000308986 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000308986 9 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000308986 10 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117341 202129736 ENST00000462815 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000462815 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000462815 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122897 202122938 ENST00000462815 4 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117341 202129736 ENST00000544762 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122897 ENST00000544762 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000544762 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000544762 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000544762 7 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117417 202129736 ENST00000496197 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000496197 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127376 ENST00000496197 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000496197 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000496197 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123447 202123451 ENST00000496197 6 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117567 202129743 ENST00000480836 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000480836 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000480836 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124717 202124737 ENST00000480836 4 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117567 202129743 ENST00000543735 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123406 ENST00000543735 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000543735 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000543735 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000543735 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117737 202117827 ENST00000543735 9 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202117628 202130709 ENST00000477554 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202130515 202130709 ENST00000477554 1 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128578 ENST00000477554 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000477554 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000477554 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000477554 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000477554 6 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000477554 7 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121670 202121827 ENST00000477554 8 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202119439 202119552 ENST00000477554 9 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202117734 202117827 ENST00000477554 10 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202118979 202127697 ENST00000492977 NA PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202121666 202129772 ENST00000477625 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202129673 202129772 ENST00000477625 1 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000477625 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000477625 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123314 202123451 ENST00000477625 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202122853 202122963 ENST00000477625 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202121666 202121827 ENST00000477625 6 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202123314 202129743 ENST00000479092 NA PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202123367 202129730 ENST00000476061 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202129673 202129730 ENST00000476061 1 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128469 ENST00000476061 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000476061 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000476061 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124661 202124737 ENST00000476061 5 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202123367 202123451 ENST00000476061 6 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202124665 202129736 ENST00000467283 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000467283 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000467283 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126948 ENST00000467283 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124665 202124737 ENST00000467283 5 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202124665 202129736 ENST00000464870 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000464870 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000464870 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000464870 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124665 202124737 ENST00000464870 5 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202124689 202129736 ENST00000435759 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000435759 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127448 ENST00000435759 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000435759 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124689 202124737 ENST00000435759 5 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202124709 202129736 ENST00000486116 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000486116 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000486116 3 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202126867 202126951 ENST00000486116 4 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202124709 202124737 ENST00000486116 5 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202127092 202129733 ENST00000491584 NA PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202127246 202130716 ENST00000492451 NA PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202128409 202128530 ENST00000492451 2 PTPN7 ENSG00000143851 Not Supported Not Supported +CDS 1 202127246 202127429 ENST00000492451 3 PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202127586 202129736 ENST00000468385 NA PTPN7 ENSG00000143851 Not Supported Not Supported +transcript 1 202137179 202158424 ENST00000490225 NA PTPRVP ENSG00000243323 Not Supported Not Supported +transcript 1 202137179 202158481 ENST00000482597 NA PTPRVP ENSG00000243323 Not Supported Not Supported +transcript 1 202155983 202158583 ENST00000490575 NA PTPRVP ENSG00000243323 Not Supported Not Supported +transcript 1 202163029 202288909 ENST00000367278 NA LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202163118 202163329 ENST00000367278 1 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202194551 202194622 ENST00000367278 2 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202197064 202197135 ENST00000367278 3 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202205050 202205121 ENST00000367278 4 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202245434 202245649 ENST00000367278 5 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202249909 202249980 ENST00000367278 6 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202266636 202266704 ENST00000367278 7 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202269977 202270048 ENST00000367278 8 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202270292 202270363 ENST00000367278 9 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202272407 202272475 ENST00000367278 10 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202273687 202273758 ENST00000367278 11 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202274812 202274877 ENST00000367278 12 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202275996 202276067 ENST00000367278 13 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202276458 202276529 ENST00000367278 14 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202278179 202278304 ENST00000367278 15 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202279325 202279485 ENST00000367278 16 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202283930 202284010 ENST00000367278 17 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202287080 202288332 ENST00000367278 18 LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202172864 202288909 ENST00000255432 NA LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202172948 202173003 ENST00000255432 1 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202194551 202194622 ENST00000255432 2 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202197064 202197135 ENST00000255432 3 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202205050 202205121 ENST00000255432 4 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202245434 202245649 ENST00000255432 5 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202249909 202249980 ENST00000255432 6 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202266636 202266704 ENST00000255432 7 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202269977 202270048 ENST00000255432 8 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202270292 202270363 ENST00000255432 9 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202272407 202272475 ENST00000255432 10 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202273687 202273758 ENST00000255432 11 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202274812 202274877 ENST00000255432 12 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202275996 202276067 ENST00000255432 13 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202276458 202276529 ENST00000255432 14 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202278179 202278304 ENST00000255432 15 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202279325 202279485 ENST00000255432 16 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202283930 202284010 ENST00000255432 17 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202287080 202288332 ENST00000255432 18 LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202172905 202288818 ENST00000487787 NA LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202172948 202173003 ENST00000487787 1 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202194551 202194622 ENST00000487787 2 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202197064 202197135 ENST00000487787 3 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202205050 202205121 ENST00000487787 4 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202245434 202245649 ENST00000487787 5 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202249909 202249980 ENST00000487787 6 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202266636 202266704 ENST00000487787 7 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202269977 202270048 ENST00000487787 8 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202270292 202270363 ENST00000487787 9 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202272407 202272475 ENST00000487787 10 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202273687 202273758 ENST00000487787 11 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202274812 202274877 ENST00000487787 12 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202275893 202275956 ENST00000487787 13 LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202179836 202274877 ENST00000423542 NA LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202194561 202194622 ENST00000423542 2 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202197064 202197135 ENST00000423542 3 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202205050 202205121 ENST00000423542 4 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202245434 202245649 ENST00000423542 5 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202266636 202266704 ENST00000423542 6 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202272407 202272475 ENST00000423542 7 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202273687 202273758 ENST00000423542 8 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202274812 202274877 ENST00000423542 9 LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202183283 202288335 ENST00000439764 NA LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202183283 202183365 ENST00000439764 1 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202194551 202194622 ENST00000439764 2 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202197064 202197135 ENST00000439764 3 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202205050 202205121 ENST00000439764 4 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202266636 202266704 ENST00000439764 5 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202269977 202270048 ENST00000439764 6 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202270292 202270363 ENST00000439764 7 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202272407 202272475 ENST00000439764 8 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202273687 202273758 ENST00000439764 9 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202274812 202274877 ENST00000439764 10 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202275996 202276067 ENST00000439764 11 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202276458 202276529 ENST00000439764 12 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202278179 202278304 ENST00000439764 13 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202279325 202279485 ENST00000439764 14 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202283930 202284010 ENST00000439764 15 LGR6 ENSG00000133067 Not Supported Not Supported +CDS 1 202287080 202288332 ENST00000439764 16 LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202194551 202205462 ENST00000503519 NA LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202245398 202276049 ENST00000308543 NA LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202245429 202250141 ENST00000506931 NA LGR6 ENSG00000133067 Not Supported Not Supported +transcript 1 202166756 202166859 ENST00000458934 NA snoU13 ENSG00000238571 Not Supported Not Supported +transcript 1 202200792 202200892 ENST00000458967 NA snoU13 ENSG00000239046 Not Supported Not Supported +transcript 1 202300785 202311108 ENST00000367274 NA UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202304774 202304882 ENST00000367274 2 UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202304117 202304186 ENST00000367274 3 UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202302578 202302683 ENST00000367274 4 UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202302365 202302463 ENST00000367274 5 UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202302138 202302221 ENST00000367274 6 UBE2T ENSG00000077152 Not Supported Not Supported +CDS 1 202300966 202301088 ENST00000367274 7 UBE2T ENSG00000077152 Not Supported Not Supported +transcript 1 202300965 202311108 ENST00000487227 NA UBE2T ENSG00000077152 Not Supported Not Supported +transcript 1 202302138 202304946 ENST00000460852 NA UBE2T ENSG00000077152 Not Supported Not Supported +transcript 1 202317827 202561834 ENST00000608999 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202317980 202318270 ENST00000608999 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385915 202386045 ENST00000608999 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202391748 202391866 ENST00000608999 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202394694 202394853 ENST00000608999 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202396168 202396312 ENST00000608999 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202397983 202398057 ENST00000608999 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202399859 202399938 ENST00000608999 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202400608 202400747 ENST00000608999 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202403784 202403896 ENST00000608999 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202406949 202407152 ENST00000608999 10 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202409834 202409916 ENST00000608999 11 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202411575 202411700 ENST00000608999 12 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202418117 202418299 ENST00000608999 13 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202457661 202457751 ENST00000608999 14 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202462242 202462445 ENST00000608999 15 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464421 202464610 ENST00000608999 16 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464698 202464810 ENST00000608999 17 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202465909 202465950 ENST00000608999 18 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202528005 202528021 ENST00000608999 19 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202531906 202532050 ENST00000608999 20 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202533571 202533675 ENST00000608999 21 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202536906 202536959 ENST00000608999 22 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202538275 202538325 ENST00000608999 23 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202549602 202549685 ENST00000608999 24 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202317830 202557697 ENST00000336894 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202317980 202318270 ENST00000336894 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385915 202386045 ENST00000336894 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202391748 202391866 ENST00000336894 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202394694 202394853 ENST00000336894 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202396168 202396312 ENST00000336894 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202397983 202398057 ENST00000336894 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202399859 202399938 ENST00000336894 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202400608 202400747 ENST00000336894 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202403784 202403896 ENST00000336894 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202406949 202407152 ENST00000336894 10 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202409834 202409916 ENST00000336894 11 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202411575 202411700 ENST00000336894 12 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202418117 202418299 ENST00000336894 13 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202457661 202457751 ENST00000336894 14 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202462242 202462445 ENST00000336894 15 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464421 202464610 ENST00000336894 16 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464698 202464810 ENST00000336894 17 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202465909 202465950 ENST00000336894 18 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202531753 202531767 ENST00000336894 19 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202531904 202532050 ENST00000336894 20 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202533571 202533675 ENST00000336894 21 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202536906 202536959 ENST00000336894 22 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202538275 202538325 ENST00000336894 23 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202549602 202549685 ENST00000336894 24 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202317848 202407370 ENST00000480184 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202317980 202318270 ENST00000480184 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385915 202386045 ENST00000480184 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202391748 202391866 ENST00000480184 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202394694 202394853 ENST00000480184 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202396168 202396312 ENST00000480184 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202397983 202398057 ENST00000480184 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202399859 202399938 ENST00000480184 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202400608 202400747 ENST00000480184 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202403784 202403896 ENST00000480184 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202406949 202407239 ENST00000480184 10 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202317856 202407370 ENST00000356764 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202317980 202318270 ENST00000356764 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385915 202386045 ENST00000356764 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202391748 202391866 ENST00000356764 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202394694 202394853 ENST00000356764 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202396168 202396312 ENST00000356764 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202397983 202398057 ENST00000356764 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202399859 202399938 ENST00000356764 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202400608 202400747 ENST00000356764 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202406949 202406965 ENST00000356764 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202317856 202407370 ENST00000476364 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202317980 202318270 ENST00000476364 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385915 202386045 ENST00000476364 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202394694 202394697 ENST00000476364 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202385959 202403891 ENST00000466968 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202385959 202386045 ENST00000466968 1 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202396168 202396312 ENST00000466968 2 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202397983 202398057 ENST00000466968 3 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202399859 202399938 ENST00000466968 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202400608 202400747 ENST00000466968 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202403784 202403891 ENST00000466968 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202397663 202403896 ENST00000488330 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202406948 202407751 ENST00000464965 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202411654 202418225 ENST00000434615 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202417412 202472037 ENST00000498070 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202431871 202550280 ENST00000290419 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202431871 202550280 ENST00000491336 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202431871 202557697 ENST00000391959 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464598 202464610 ENST00000391959 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464698 202464810 ENST00000391959 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202465909 202465950 ENST00000391959 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202528005 202528021 ENST00000391959 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202531906 202532050 ENST00000391959 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202533571 202533675 ENST00000391959 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202536906 202536959 ENST00000391959 10 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202538275 202538325 ENST00000391959 11 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202549602 202549685 ENST00000391959 12 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202431871 202557697 ENST00000367270 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464598 202464610 ENST00000367270 4 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202464698 202464810 ENST00000367270 5 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202465909 202465950 ENST00000367270 6 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202528005 202528021 ENST00000367270 7 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202531906 202532050 ENST00000367270 8 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202533571 202533675 ENST00000367270 9 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202536906 202536959 ENST00000367270 10 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202538275 202538325 ENST00000367270 11 PPP1R12B ENSG00000077157 Not Supported Not Supported +CDS 1 202544130 202544261 ENST00000367270 12 PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202470986 202533607 ENST00000466273 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202527746 202536955 ENST00000367269 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202536552 202549966 ENST00000465284 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202536646 202549970 ENST00000462074 NA PPP1R12B ENSG00000077157 Not Supported Not Supported +transcript 1 202338654 202339273 ENST00000429682 NA CYCSP4 ENSG00000229120 Not Supported Not Supported +transcript 1 202379236 202379335 ENST00000606519 NA U6 ENSG00000272262 Not Supported Not Supported +transcript 1 202407524 202408694 ENST00000417053 NA RP11-175B9.2 ENSG00000232626 Not Supported Not Supported +transcript 1 202408623 202409085 ENST00000602961 NA RP11-175B9.2 ENSG00000232626 Not Supported Not Supported +transcript 1 202440937 202441258 ENST00000537999 NA RP11-175B9.3 ENSG00000236439 Not Supported Not Supported +transcript 1 202440992 202441245 ENST00000422457 NA RP11-175B9.3 ENSG00000236439 Not Supported Not Supported +transcript 1 202496438 202496555 ENST00000517233 NA SNORA70 ENSG00000253042 Not Supported Not Supported +transcript 1 202559724 202612581 ENST00000367267 NA SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202574723 202574900 ENST00000367267 2 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202573583 202573749 ENST00000367267 3 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202572127 202572246 ENST00000367267 4 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202571506 202571673 ENST00000367267 5 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202571018 202571185 ENST00000367267 6 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202569485 202569602 ENST00000367267 7 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202568346 202568479 ENST00000367267 8 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202565888 202566091 ENST00000367267 9 SYT2 ENSG00000143858 Not Supported Not Supported +transcript 1 202559724 202679545 ENST00000367268 NA SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202574723 202574900 ENST00000367268 2 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202573583 202573749 ENST00000367268 3 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202572127 202572246 ENST00000367268 4 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202571506 202571673 ENST00000367268 5 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202571018 202571185 ENST00000367268 6 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202569485 202569602 ENST00000367268 7 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202568346 202568479 ENST00000367268 8 SYT2 ENSG00000143858 Not Supported Not Supported +CDS 1 202565888 202566091 ENST00000367268 9 SYT2 ENSG00000143858 Not Supported Not Supported +transcript 1 202573396 202574421 ENST00000428573 NA RP11-569A11.1 ENSG00000226862 Not Supported Not Supported +transcript 1 202601556 202602039 ENST00000411431 NA RP11-569A11.2 ENSG00000225620 Not Supported Not Supported +transcript 1 202696526 202778598 ENST00000367265 NA KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202777230 202777433 ENST00000367265 1 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202746145 202746222 ENST00000367265 2 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202743741 202743863 ENST00000367265 3 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202742246 202742416 ENST00000367265 4 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202736054 202736188 ENST00000367265 5 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202733177 202733273 ENST00000367265 6 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202731827 202731936 ENST00000367265 7 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202729543 202729701 ENST00000367265 8 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202727519 202727638 ENST00000367265 9 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202725486 202725644 ENST00000367265 10 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202724399 202724580 ENST00000367265 11 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202722033 202722195 ENST00000367265 12 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202719787 202719906 ENST00000367265 13 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202718073 202718267 ENST00000367265 14 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202715270 202715451 ENST00000367265 15 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202714986 202715110 ENST00000367265 16 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711783 202711933 ENST00000367265 17 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711519 202711633 ENST00000367265 18 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202710495 202710850 ENST00000367265 19 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202709802 202709940 ENST00000367265 20 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202705341 202705520 ENST00000367265 21 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202704557 202704715 ENST00000367265 22 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202702529 202703014 ENST00000367265 23 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700956 202701067 ENST00000367265 24 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700037 202700191 ENST00000367265 25 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202698835 202699155 ENST00000367265 26 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202698167 202698301 ENST00000367265 27 KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202696571 202777546 ENST00000367264 NA KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202777230 202777433 ENST00000367264 1 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202746145 202746222 ENST00000367264 2 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202743741 202743863 ENST00000367264 3 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202742246 202742416 ENST00000367264 4 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202736054 202736188 ENST00000367264 5 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202735525 202735632 ENST00000367264 6 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202733177 202733273 ENST00000367264 7 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202731827 202731936 ENST00000367264 8 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202729543 202729701 ENST00000367264 9 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202727519 202727638 ENST00000367264 10 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202725486 202725644 ENST00000367264 11 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202724399 202724580 ENST00000367264 12 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202722033 202722195 ENST00000367264 13 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202719787 202719906 ENST00000367264 14 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202718073 202718267 ENST00000367264 15 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202715270 202715451 ENST00000367264 16 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202714986 202715110 ENST00000367264 17 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711783 202711933 ENST00000367264 18 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711519 202711633 ENST00000367264 19 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202710495 202710850 ENST00000367264 20 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202709802 202709940 ENST00000367264 21 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202705341 202705520 ENST00000367264 22 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202704557 202704715 ENST00000367264 23 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202702529 202703014 ENST00000367264 24 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700956 202701067 ENST00000367264 25 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700037 202700191 ENST00000367264 26 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202698835 202699155 ENST00000367264 27 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202698167 202698301 ENST00000367264 28 KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202698444 202705364 ENST00000472822 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202699029 202701269 ENST00000491153 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202699033 202776427 ENST00000235790 NA KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202742246 202742347 ENST00000235790 4 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202736054 202736188 ENST00000235790 5 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202733177 202733273 ENST00000235790 6 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202731827 202731936 ENST00000235790 7 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202729543 202729701 ENST00000235790 8 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202727519 202727638 ENST00000235790 9 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202725486 202725644 ENST00000235790 10 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202724399 202724580 ENST00000235790 11 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202722033 202722195 ENST00000235790 12 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202719787 202719906 ENST00000235790 13 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202718073 202718267 ENST00000235790 14 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202715270 202715451 ENST00000235790 15 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202714986 202715110 ENST00000235790 16 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711783 202711933 ENST00000235790 17 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202711519 202711633 ENST00000235790 18 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202710495 202710850 ENST00000235790 19 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202709802 202709940 ENST00000235790 20 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202705341 202705520 ENST00000235790 21 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202704557 202704715 ENST00000235790 22 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202702529 202703014 ENST00000235790 23 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700956 202701067 ENST00000235790 24 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202700037 202700191 ENST00000235790 25 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202699033 202699155 ENST00000235790 26 KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202715005 202715723 ENST00000498276 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202722172 202728077 ENST00000456180 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202736159 202777253 ENST00000602511 NA KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202777230 202777253 ENST00000602511 1 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202746145 202746222 ENST00000602511 2 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202745233 202745348 ENST00000602511 3 KDM5B ENSG00000117139 Not Supported Not Supported +CDS 1 202743848 202743863 ENST00000602511 4 KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202742345 202775879 ENST00000470573 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202743758 202776333 ENST00000467487 NA KDM5B ENSG00000117139 Not Supported Not Supported +transcript 1 202736357 202736546 ENST00000430450 NA RP11-480I12.2 ENSG00000235449 Not Supported Not Supported +transcript 1 202765158 202766222 ENST00000444461 NA SLC25A39P1 ENSG00000226148 Not Supported Not Supported +transcript 1 202779366 202779957 ENST00000564127 NA RP11-480I12.10 ENSG00000260021 Not Supported Not Supported +transcript 1 202780082 202781284 ENST00000553157 NA PCAT6 ENSG00000228288 Not Supported Not Supported +transcript 1 202780090 202781041 ENST00000417262 NA PCAT6 ENSG00000228288 Not Supported Not Supported +transcript 1 202780090 202781041 ENST00000425295 NA PCAT6 ENSG00000228288 Not Supported Not Supported +transcript 1 202789394 202796353 ENST00000330493 NA RP11-480I12.4 ENSG00000184774 Not Supported Not Supported +CDS 1 202794635 202795249 ENST00000330493 3 RP11-480I12.4 ENSG00000184774 Not Supported Not Supported +transcript 1 202792385 202796353 ENST00000549576 NA RP11-480I12.4 ENSG00000184774 Not Supported Not Supported +CDS 1 202794635 202795249 ENST00000549576 2 RP11-480I12.4 ENSG00000184774 Not Supported Not Supported +transcript 1 202820956 202830736 ENST00000443294 NA RP11-480I12.5 ENSG00000214796 Not Supported Not Supported +transcript 1 202822090 202828350 ENST00000449915 NA RP11-480I12.5 ENSG00000214796 Not Supported Not Supported +transcript 1 202822119 202828227 ENST00000442868 NA RP11-480I12.5 ENSG00000214796 Not Supported Not Supported +transcript 1 202827056 202830748 ENST00000430114 NA RP11-480I12.5 ENSG00000214796 Not Supported Not Supported +transcript 1 202830882 202844369 ENST00000456105 NA RP11-480I12.7 ENSG00000234996 Not Supported Not Supported +transcript 1 202842422 202843454 ENST00000438944 NA RP11-480I12.9 ENSG00000243113 Not Supported Not Supported +transcript 1 202848085 202858263 ENST00000367262 NA RABIF ENSG00000183155 Not Supported Not Supported +CDS 1 202858101 202858226 ENST00000367262 1 RABIF ENSG00000183155 Not Supported Not Supported +CDS 1 202850109 202850351 ENST00000367262 2 RABIF ENSG00000183155 Not Supported Not Supported +transcript 1 202860228 202896390 ENST00000367261 NA KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202894096 202894290 ENST00000367261 2 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202888883 202889036 ENST00000367261 3 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202887299 202887516 ENST00000367261 4 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202880182 202880331 ENST00000367261 5 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202878138 202878252 ENST00000367261 6 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202865982 202866088 ENST00000367261 7 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202864650 202864845 ENST00000367261 8 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863719 202863877 ENST00000367261 9 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863312 202863410 ENST00000367261 10 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202862367 202862553 ENST00000367261 11 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202861664 202861787 ENST00000367261 12 KLHL12 ENSG00000117153 Not Supported Not Supported +transcript 1 202860244 202878289 ENST00000367259 NA KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202878138 202878168 ENST00000367259 1 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202865982 202866088 ENST00000367259 2 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202864650 202864845 ENST00000367259 3 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863719 202863877 ENST00000367259 4 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863312 202863410 ENST00000367259 5 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202861768 202861787 ENST00000367259 6 KLHL12 ENSG00000117153 Not Supported Not Supported +transcript 1 202861533 202897727 ENST00000435533 NA KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202897609 202897677 ENST00000435533 1 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202894096 202894335 ENST00000435533 2 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202888883 202889036 ENST00000435533 3 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202887299 202887516 ENST00000435533 4 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202880182 202880331 ENST00000435533 5 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202878138 202878252 ENST00000435533 6 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202865982 202866088 ENST00000435533 7 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202864650 202864845 ENST00000435533 8 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863719 202863877 ENST00000435533 9 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202863312 202863410 ENST00000435533 10 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202862367 202862553 ENST00000435533 11 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202861664 202861787 ENST00000435533 12 KLHL12 ENSG00000117153 Not Supported Not Supported +transcript 1 202878138 202897764 ENST00000367258 NA KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202897609 202897677 ENST00000367258 1 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202894096 202894335 ENST00000367258 2 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202888883 202889036 ENST00000367258 3 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202887299 202887516 ENST00000367258 4 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202880182 202880331 ENST00000367258 5 KLHL12 ENSG00000117153 Not Supported Not Supported +CDS 1 202878138 202878252 ENST00000367258 6 KLHL12 ENSG00000117153 Not Supported Not Supported +transcript 1 202880940 202881857 ENST00000430583 NA HNRNPA1P59 ENSG00000230280 Not Supported Not Supported +transcript 1 202884008 202884108 ENST00000362601 NA Y_RNA ENSG00000199471 Not Supported Not Supported +transcript 1 202909951 202927517 ENST00000340990 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202920058 202920198 ENST00000340990 2 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202917432 202917548 ENST00000340990 3 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202915567 202915738 ENST00000340990 4 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202914111 202914297 ENST00000340990 5 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202912886 202913073 ENST00000340990 6 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202911153 202911346 ENST00000340990 7 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202910704 202910829 ENST00000340990 8 ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202909954 202913924 ENST00000495562 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202909963 202927700 ENST00000436244 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202920058 202920198 ENST00000436244 3 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202917432 202917548 ENST00000436244 4 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202915567 202915738 ENST00000436244 5 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202914111 202914297 ENST00000436244 6 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202912886 202913073 ENST00000436244 7 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202911153 202911346 ENST00000436244 8 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202910704 202910829 ENST00000436244 9 ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202912892 202927700 ENST00000417068 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202920058 202920198 ENST00000417068 3 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202917432 202917548 ENST00000417068 4 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202915567 202915738 ENST00000417068 5 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202914111 202914297 ENST00000417068 6 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202912892 202913073 ENST00000417068 7 ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202912906 202927417 ENST00000367254 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202920058 202920198 ENST00000367254 2 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202917432 202917548 ENST00000367254 3 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202915567 202915738 ENST00000367254 4 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202912909 202912991 ENST00000367254 5 ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202914111 202927413 ENST00000426229 NA ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202920058 202920198 ENST00000426229 3 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202917432 202917548 ENST00000426229 4 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202915567 202915738 ENST00000426229 5 ADIPOR1 ENSG00000159346 Not Supported Not Supported +CDS 1 202914111 202914297 ENST00000426229 6 ADIPOR1 ENSG00000159346 Not Supported Not Supported +transcript 1 202930997 202936408 ENST00000367249 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202936319 202936333 ENST00000367249 1 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202935877 202936026 ENST00000367249 2 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202935656 202935728 ENST00000367249 3 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202935015 202935121 ENST00000367249 4 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202934499 202934628 ENST00000367249 5 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202933740 202933823 ENST00000367249 6 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202932770 202932855 ENST00000367249 7 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202932194 202932293 ENST00000367249 8 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202931658 202931827 ENST00000367249 9 CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202931004 202934512 ENST00000497655 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202931675 202936371 ENST00000482572 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202931678 202932687 ENST00000483915 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202932054 202935688 ENST00000446185 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202935656 202935688 ENST00000446185 1 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202935015 202935121 ENST00000446185 2 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202934499 202934628 ENST00000446185 3 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202933740 202933823 ENST00000446185 4 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202932770 202932855 ENST00000446185 5 CYB5R1 ENSG00000159348 Not Supported Not Supported +CDS 1 202932054 202932293 ENST00000446185 6 CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202934499 202936403 ENST00000473599 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202935015 202936353 ENST00000478009 NA CYB5R1 ENSG00000159348 Not Supported Not Supported +transcript 1 202955685 202957710 ENST00000438139 NA RP11-38O14.5 ENSG00000234761 Not Supported Not Supported +transcript 1 202956405 202957610 ENST00000417729 NA RP11-38O14.5 ENSG00000234761 Not Supported Not Supported +transcript 1 202968866 202969480 ENST00000427395 NA RP11-38O14.6 ENSG00000231547 Not Supported Not Supported +transcript 1 202976514 202993976 ENST00000367242 NA TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202976594 202976702 ENST00000367242 1 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202976902 202976991 ENST00000367242 2 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202977771 202977938 ENST00000367242 3 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202984017 202984176 ENST00000367242 4 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202985088 202985268 ENST00000367242 5 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202987609 202987689 ENST00000367242 6 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202989921 202990076 ENST00000367242 7 TMEM183A ENSG00000163444 Not Supported Not Supported +CDS 1 202991983 202992165 ENST00000367242 8 TMEM183A ENSG00000163444 Not Supported Not Supported +transcript 1 202976531 202985222 ENST00000543891 NA TMEM183A ENSG00000163444 Not Supported Not Supported +transcript 1 202976902 202987047 ENST00000468449 NA TMEM183A ENSG00000163444 Not Supported Not Supported +transcript 1 202977868 202984700 ENST00000463015 NA TMEM183A ENSG00000163444 Not Supported Not Supported +transcript 1 202984968 202992089 ENST00000488097 NA TMEM183A ENSG00000163444 Not Supported Not Supported +transcript 1 202995626 203047864 ENST00000367240 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203008137 203008370 ENST00000367240 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203012525 203012626 ENST00000367240 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013059 203013223 ENST00000367240 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013507 203013581 ENST00000367240 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013824 203013913 ENST00000367240 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014496 203014687 ENST00000367240 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014969 203015115 ENST00000367240 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203015376 203015510 ENST00000367240 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017355 203017438 ENST00000367240 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017711 203017842 ENST00000367240 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018804 203018895 ENST00000367240 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020897 203021005 ENST00000367240 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000367240 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000367240 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000367240 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000367240 17 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000367240 18 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000367240 19 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000367240 20 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000367240 21 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000367240 22 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030780 203030806 ENST00000367240 23 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000367240 24 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000367240 25 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000367240 26 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000367240 27 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000367240 28 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000367240 29 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203003612 203047868 ENST00000447715 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203008137 203008370 ENST00000447715 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203012525 203012626 ENST00000447715 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013059 203013223 ENST00000447715 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013507 203013581 ENST00000447715 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203013824 203013913 ENST00000447715 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014496 203014687 ENST00000447715 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014969 203015115 ENST00000447715 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203015376 203015510 ENST00000447715 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017355 203017438 ENST00000447715 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017699 203017842 ENST00000447715 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018046 203018108 ENST00000447715 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018804 203018895 ENST00000447715 17 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020897 203021005 ENST00000447715 18 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022924 203022988 ENST00000447715 19 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203023186 203023251 ENST00000447715 20 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000447715 21 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000447715 22 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000447715 23 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000447715 24 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000447715 25 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000447715 26 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000447715 27 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000447715 28 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030780 203030806 ENST00000447715 29 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000447715 30 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000447715 31 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000447715 32 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000447715 33 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000447715 34 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000447715 35 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203003612 203047863 ENST00000295706 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020904 203021005 ENST00000295706 18 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000295706 19 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000295706 20 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000295706 21 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000295706 22 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000295706 23 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000295706 24 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000295706 25 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000295706 26 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000295706 27 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000295706 28 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000295706 29 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000295706 30 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000295706 31 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000295706 32 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000295706 33 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203014537 203015635 ENST00000601609 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203014594 203045625 ENST00000600426 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014594 203014687 ENST00000600426 1 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014969 203015115 ENST00000600426 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203015376 203015510 ENST00000600426 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017355 203017438 ENST00000600426 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017711 203017842 ENST00000600426 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018046 203018108 ENST00000600426 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018804 203018895 ENST00000600426 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020897 203021005 ENST00000600426 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000600426 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000600426 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000600426 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000600426 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000600426 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000600426 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000600426 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000600426 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000600426 17 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030780 203030806 ENST00000600426 18 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000600426 19 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000600426 20 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000600426 21 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000600426 22 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000600426 23 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045518 ENST00000600426 24 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203014594 203045625 ENST00000414050 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203014990 203015115 ENST00000414050 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203015376 203015510 ENST00000414050 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017355 203017438 ENST00000414050 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203017711 203017842 ENST00000414050 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018046 203018108 ENST00000414050 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203018804 203018895 ENST00000414050 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020897 203021005 ENST00000414050 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000414050 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000414050 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000414050 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000414050 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000414050 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000414050 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000414050 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000414050 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000414050 17 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030780 203030806 ENST00000414050 18 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000414050 19 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000414050 20 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000414050 21 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000414050 22 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000414050 23 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000414050 24 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203020311 203047864 ENST00000272198 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020904 203021005 ENST00000272198 1 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000272198 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000272198 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000272198 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000272198 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000272198 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000272198 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000272198 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000272198 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000272198 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030780 203030806 ENST00000272198 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000272198 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000272198 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000272198 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000272198 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000272198 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000272198 17 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203020368 203046081 ENST00000599966 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203020904 203021005 ENST00000599966 1 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022881 203023089 ENST00000599966 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000599966 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000599966 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025503 203025636 ENST00000599966 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203026078 ENST00000599966 6 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028306 203028399 ENST00000599966 7 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203028898 203028979 ENST00000599966 8 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203029345 203029545 ENST00000599966 9 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203030098 203030160 ENST00000599966 10 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203032956 203033131 ENST00000599966 11 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203036823 203036920 ENST00000599966 12 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203037581 203037756 ENST00000599966 13 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203040820 203040888 ENST00000599966 14 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203044705 203044885 ENST00000599966 15 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203045469 203045515 ENST00000599966 16 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203022831 203024685 ENST00000600447 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203022874 203025934 ENST00000599514 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203022874 203023089 ENST00000599514 1 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203024560 203024800 ENST00000599514 2 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025248 203025283 ENST00000599514 3 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025580 203025636 ENST00000599514 4 PPFIA4 ENSG00000143847 Not Supported Not Supported +CDS 1 203025912 203025934 ENST00000599514 5 PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203030494 203036893 ENST00000594656 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203032087 203047863 ENST00000486360 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203036573 203037728 ENST00000597023 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203045131 203046109 ENST00000594572 NA PPFIA4 ENSG00000143847 Not Supported Not Supported +transcript 1 203052260 203055164 ENST00000241651 NA MYOG ENSG00000122180 Not Supported Not Supported +CDS 1 203054619 203055089 ENST00000241651 1 MYOG ENSG00000122180 Not Supported Not Supported +CDS 1 203053775 203053856 ENST00000241651 2 MYOG ENSG00000122180 Not Supported Not Supported +CDS 1 203053041 203053159 ENST00000241651 3 MYOG ENSG00000122180 Not Supported Not Supported +transcript 1 203059782 203136532 ENST00000309502 NA ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203097970 203098310 ENST00000309502 5 ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203134389 203135025 ENST00000309502 6 ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203096193 203136533 ENST00000367236 NA ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203097970 203098310 ENST00000367236 2 ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203134389 203135025 ENST00000367236 3 ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203096836 203136533 ENST00000337894 NA ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203097970 203098310 ENST00000337894 3 ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203134389 203135025 ENST00000337894 4 ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203097434 203135877 ENST00000367235 NA ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203097970 203098310 ENST00000367235 2 ADORA1 ENSG00000163485 Not Supported Not Supported +CDS 1 203134184 203134217 ENST00000367235 3 ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203098762 203134869 ENST00000464019 NA ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203119760 203135877 ENST00000472535 NA ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203121774 203135243 ENST00000467253 NA ADORA1 ENSG00000163485 Not Supported Not Supported +transcript 1 203096387 203097082 ENST00000421055 NA RP11-335O13.7 ENSG00000234775 Not Supported Not Supported +transcript 1 203113092 203122028 ENST00000434265 NA RP11-335O13.8 ENSG00000224671 Not Supported Not Supported +transcript 1 203136939 203144941 ENST00000255416 NA MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203144679 203144883 ENST00000255416 1 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203144455 203144589 ENST00000255416 2 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203143558 203143725 ENST00000255416 3 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203141080 203141168 ENST00000255416 4 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203140511 203140706 ENST00000255416 5 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203140189 203140328 ENST00000255416 6 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203139419 203139578 ENST00000255416 7 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203138381 203138517 ENST00000255416 8 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203138034 203138220 ENST00000255416 9 MYBPH ENSG00000133055 Not Supported Not Supported +CDS 1 203137790 203137803 ENST00000255416 10 MYBPH ENSG00000133055 Not Supported Not Supported +transcript 1 203148059 203151262 ENST00000473185 NA CHI3L1 ENSG00000133048 Not Supported Not Supported +transcript 1 203148059 203155877 ENST00000255409 NA CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203155727 203155751 ENST00000255409 1 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203155444 203155473 ENST00000255409 2 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203154312 203154513 ENST00000255409 3 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203153704 203153760 ENST00000255409 4 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203152769 203152919 ENST00000255409 5 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203151859 203151980 ENST00000255409 6 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203150290 203150413 ENST00000255409 7 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203149598 203149780 ENST00000255409 8 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203148889 203149005 ENST00000255409 9 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203148576 203148713 ENST00000255409 10 CHI3L1 ENSG00000133048 Not Supported Not Supported +transcript 1 203148109 203151933 ENST00000404436 NA CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203151859 203151933 ENST00000404436 1 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203150290 203150413 ENST00000404436 2 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203148889 203149005 ENST00000404436 3 CHI3L1 ENSG00000133048 Not Supported Not Supported +CDS 1 203148573 203148713 ENST00000404436 4 CHI3L1 ENSG00000133048 Not Supported Not Supported +transcript 1 203148262 203149261 ENST00000478742 NA CHI3L1 ENSG00000133048 Not Supported Not Supported +transcript 1 203149126 203151969 ENST00000472064 NA CHI3L1 ENSG00000133048 Not Supported Not Supported +transcript 1 203181955 203241937 ENST00000484834 NA CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203181963 203187149 ENST00000479483 NA CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203185207 203198799 ENST00000367229 NA CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203198740 203198764 ENST00000367229 1 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203197661 203197690 ENST00000367229 2 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194797 203194998 ENST00000367229 3 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194176 203194232 ENST00000367229 4 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192623 203192788 ENST00000367229 5 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192263 203192387 ENST00000367229 6 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203191330 203191453 ENST00000367229 7 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188792 203188977 ENST00000367229 8 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188344 203188457 ENST00000367229 9 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186867 203186993 ENST00000367229 10 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186020 203186261 ENST00000367229 11 CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203185798 203198773 ENST00000491855 NA CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203198740 203198764 ENST00000491855 1 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203197661 203197690 ENST00000491855 2 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194797 203194998 ENST00000491855 3 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194176 203194232 ENST00000491855 4 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192623 203192788 ENST00000491855 5 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192263 203192387 ENST00000491855 6 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203191330 203191453 ENST00000491855 7 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188792 203188977 ENST00000491855 8 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188344 203188457 ENST00000491855 9 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186867 203186993 ENST00000491855 10 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186496 203186500 ENST00000491855 11 CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203185798 203198799 ENST00000255427 NA CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203198740 203198764 ENST00000255427 1 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203197661 203197690 ENST00000255427 2 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194797 203194998 ENST00000255427 3 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192623 203192788 ENST00000255427 4 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192263 203192387 ENST00000255427 5 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203191330 203191453 ENST00000255427 6 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188792 203188977 ENST00000255427 7 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188344 203188457 ENST00000255427 8 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186867 203186993 ENST00000255427 9 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186020 203186261 ENST00000255427 10 CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203185798 203198799 ENST00000535569 NA CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203198740 203198794 ENST00000535569 1 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203197661 203197690 ENST00000535569 2 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194797 203194998 ENST00000535569 3 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192623 203192788 ENST00000535569 4 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192263 203192387 ENST00000535569 5 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203191330 203191453 ENST00000535569 6 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188792 203188977 ENST00000535569 7 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188344 203188457 ENST00000535569 8 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186867 203186993 ENST00000535569 9 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203186020 203186261 ENST00000535569 10 CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203186076 203198799 ENST00000503786 NA CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203198740 203198764 ENST00000503786 1 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203197661 203197690 ENST00000503786 2 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194797 203194998 ENST00000503786 3 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203194176 203194232 ENST00000503786 4 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192623 203192788 ENST00000503786 5 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203192263 203192387 ENST00000503786 6 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203191330 203191453 ENST00000503786 7 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188792 203188977 ENST00000503786 8 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203188344 203188457 ENST00000503786 9 CHIT1 ENSG00000133063 Not Supported Not Supported +CDS 1 203187166 203187219 ENST00000503786 10 CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203188702 203191438 ENST00000506427 NA CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203192716 203229990 ENST00000513472 NA CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203209458 203242769 ENST00000460619 NA CHIT1 ENSG00000133063 Not Supported Not Supported +transcript 1 203224871 203225603 ENST00000412758 NA NPM1P40 ENSG00000236523 Not Supported Not Supported +transcript 1 203256280 203257929 ENST00000412772 NA RP11-134P9.3 ENSG00000231507 Not Supported Not Supported +transcript 1 203256898 203257662 ENST00000433008 NA RP11-134P9.3 ENSG00000231507 Not Supported Not Supported +transcript 1 203267886 203274437 ENST00000457348 NA LINC01136 ENSG00000233791 Not Supported Not Supported +transcript 1 203269642 203273676 ENST00000425698 NA LINC01136 ENSG00000233791 Not Supported Not Supported +transcript 1 203270294 203274387 ENST00000432511 NA LINC01136 ENSG00000233791 Not Supported Not Supported +transcript 1 203274619 203278697 ENST00000475157 NA BTG2 ENSG00000159388 Not Supported Not Supported +CDS 1 203274735 203274876 ENST00000475157 1 BTG2 ENSG00000159388 Not Supported Not Supported +CDS 1 203276232 203276563 ENST00000475157 2 BTG2 ENSG00000159388 Not Supported Not Supported +transcript 1 203274664 203278730 ENST00000290551 NA BTG2 ENSG00000159388 Not Supported Not Supported +CDS 1 203274735 203274876 ENST00000290551 1 BTG2 ENSG00000159388 Not Supported Not Supported +CDS 1 203276232 203276563 ENST00000290551 2 BTG2 ENSG00000159388 Not Supported Not Supported +transcript 1 203288124 203288227 ENST00000365430 NA RNU6-487P ENSG00000202300 Not Supported Not Supported +transcript 1 203309756 203320617 ENST00000354955 NA FMOD ENSG00000122176 Not Supported Not Supported +CDS 1 203316420 203317398 ENST00000354955 2 FMOD ENSG00000122176 Not Supported Not Supported +CDS 1 203311474 203311622 ENST00000354955 3 FMOD ENSG00000122176 Not Supported Not Supported +transcript 1 203310465 203320216 ENST00000493296 NA FMOD ENSG00000122176 Not Supported Not Supported +transcript 1 203311311 203320214 ENST00000461936 NA FMOD ENSG00000122176 Not Supported Not Supported +transcript 1 203322493 203322779 ENST00000381357 NA RP11-435P24.2 ENSG00000229652 Not Supported Not Supported +transcript 1 203369394 203369709 ENST00000605576 NA RP11-435P24.3 ENSG00000271588 Not Supported Not Supported +transcript 1 203444956 203460480 ENST00000343110 NA PRELP ENSG00000188783 Not Supported Not Supported +CDS 1 203452313 203453285 ENST00000343110 2 PRELP ENSG00000188783 Not Supported Not Supported +CDS 1 203455834 203456006 ENST00000343110 3 PRELP ENSG00000188783 Not Supported Not Supported +transcript 1 203463271 203477992 ENST00000367222 NA OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203465134 203465364 ENST00000367222 2 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203466105 203466243 ENST00000367222 3 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203467809 203467967 ENST00000367222 4 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203468777 203468979 ENST00000367222 5 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203472042 203472137 ENST00000367222 6 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203472678 203472845 ENST00000367222 7 OPTC ENSG00000188770 Not Supported Not Supported +transcript 1 203465098 203468837 ENST00000448911 NA OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203465134 203465364 ENST00000448911 1 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203466105 203466243 ENST00000448911 2 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203467875 203467967 ENST00000448911 3 OPTC ENSG00000188770 Not Supported Not Supported +CDS 1 203468777 203468837 ENST00000448911 4 OPTC ENSG00000188770 Not Supported Not Supported +transcript 1 203595689 203713209 ENST00000357681 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203652334 203652526 ENST00000357681 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203667285 203667482 ENST00000357681 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203668588 203668845 ENST00000357681 4 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669334 203669459 ENST00000357681 5 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669926 203670051 ENST00000357681 6 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203671172 203671207 ENST00000357681 7 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203672780 203672941 ENST00000357681 8 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676137 203676351 ENST00000357681 9 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676990 203677232 ENST00000357681 10 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203678429 203678670 ENST00000357681 11 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203680005 203680236 ENST00000357681 12 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203681088 203681267 ENST00000357681 13 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203682293 203682380 ENST00000357681 14 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203683299 203683405 ENST00000357681 15 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203689677 203689868 ENST00000357681 16 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203690325 203690538 ENST00000357681 17 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203691606 203691817 ENST00000357681 18 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693009 203693116 ENST00000357681 19 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000357681 20 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708979 ENST00000357681 21 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203595928 203713207 ENST00000367218 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203652334 203652526 ENST00000367218 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203667285 203667482 ENST00000367218 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203668588 203668845 ENST00000367218 4 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669334 203669459 ENST00000367218 5 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669926 203670051 ENST00000367218 6 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203671172 203671207 ENST00000367218 7 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203672780 203672941 ENST00000367218 8 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676137 203676351 ENST00000367218 9 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676990 203677232 ENST00000367218 10 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203678429 203678670 ENST00000367218 11 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203680005 203680236 ENST00000367218 12 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203681088 203681267 ENST00000367218 13 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203682293 203682380 ENST00000367218 14 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203683299 203683405 ENST00000367218 15 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203689677 203689868 ENST00000367218 16 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203690325 203690538 ENST00000367218 17 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203691606 203691817 ENST00000367218 18 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693009 203693116 ENST00000367218 19 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000367218 20 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702528 ENST00000367218 21 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708696 ENST00000367218 22 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203595928 203713207 ENST00000367219 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203652334 203652526 ENST00000367219 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203667285 203667482 ENST00000367219 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203668588 203668845 ENST00000367219 4 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669334 203669459 ENST00000367219 5 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669926 203670051 ENST00000367219 6 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203672780 203672941 ENST00000367219 7 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676137 203676351 ENST00000367219 8 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676990 203677232 ENST00000367219 9 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203678429 203678670 ENST00000367219 10 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203680005 203680236 ENST00000367219 11 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203681088 203681267 ENST00000367219 12 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203682293 203682380 ENST00000367219 13 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203683299 203683405 ENST00000367219 14 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203689677 203689868 ENST00000367219 15 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203690325 203690538 ENST00000367219 16 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203691606 203691817 ENST00000367219 17 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693009 203693116 ENST00000367219 18 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000367219 19 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702528 ENST00000367219 20 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708696 ENST00000367219 21 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203595928 203713207 ENST00000391954 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203652334 203652526 ENST00000391954 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203667285 203667482 ENST00000391954 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203668588 203668845 ENST00000391954 4 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669334 203669459 ENST00000391954 5 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669926 203670051 ENST00000391954 6 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203671172 203671207 ENST00000391954 7 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203672780 203672941 ENST00000391954 8 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676137 203676351 ENST00000391954 9 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676990 203677232 ENST00000391954 10 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203678429 203678670 ENST00000391954 11 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203680005 203680236 ENST00000391954 12 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203681088 203681267 ENST00000391954 13 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203682293 203682380 ENST00000391954 14 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203683299 203683405 ENST00000391954 15 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203689677 203689868 ENST00000391954 16 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203690325 203690538 ENST00000391954 17 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203691606 203691817 ENST00000391954 18 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000391954 19 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702528 ENST00000391954 20 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708696 ENST00000391954 21 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203651937 203709447 ENST00000341360 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203652334 203652526 ENST00000341360 1 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203667285 203667482 ENST00000341360 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203668588 203668845 ENST00000341360 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669334 203669459 ENST00000341360 4 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203669926 203670051 ENST00000341360 5 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203671172 203671207 ENST00000341360 6 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203672780 203672941 ENST00000341360 7 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676137 203676351 ENST00000341360 8 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203676990 203677232 ENST00000341360 9 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203678429 203678670 ENST00000341360 10 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203680005 203680236 ENST00000341360 11 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203681088 203681267 ENST00000341360 12 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203682293 203682380 ENST00000341360 13 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203683299 203683405 ENST00000341360 14 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203689677 203689868 ENST00000341360 15 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203690325 203690538 ENST00000341360 16 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203691606 203691817 ENST00000341360 17 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693009 203693116 ENST00000341360 18 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000341360 19 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702528 ENST00000341360 20 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708696 ENST00000341360 21 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203693025 203697438 ENST00000458092 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693025 203693116 ENST00000458092 1 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000458092 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203697279 203697362 ENST00000458092 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203693089 203696882 ENST00000466407 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203693091 203702760 ENST00000356729 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203693091 203693116 ENST00000356729 1 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696523 203696699 ENST00000356729 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702536 ENST00000356729 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203696596 203713208 ENST00000484746 NA ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203696596 203696699 ENST00000484746 1 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203702351 203702528 ENST00000484746 2 ATP2B4 ENSG00000058668 Not Supported Not Supported +CDS 1 203708674 203708699 ENST00000484746 3 ATP2B4 ENSG00000058668 Not Supported Not Supported +transcript 1 203626097 203626888 ENST00000451818 NA RP11-90O23.1 ENSG00000236035 Not Supported Not Supported +transcript 1 203698709 203698833 ENST00000408716 NA SNORA77 ENSG00000221643 Not Supported Not Supported +transcript 1 203734304 203745245 ENST00000442561 NA LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203734694 203734782 ENST00000442561 1 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203739956 203740065 ENST00000442561 2 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203740495 203740605 ENST00000442561 3 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203741196 203741275 ENST00000442561 4 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203743003 203743806 ENST00000442561 5 LAX1 ENSG00000122188 Not Supported Not Supported +transcript 1 203734305 203743850 ENST00000367217 NA LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203734471 203734511 ENST00000367217 1 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203739956 203740065 ENST00000367217 2 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203740495 203740605 ENST00000367217 3 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203741196 203741275 ENST00000367217 4 LAX1 ENSG00000122188 Not Supported Not Supported +CDS 1 203743003 203743806 ENST00000367217 5 LAX1 ENSG00000122188 Not Supported Not Supported +transcript 1 203738766 203745361 ENST00000367215 NA LAX1 ENSG00000122188 Not Supported Not Supported +transcript 1 203764782 203771301 ENST00000466470 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764782 203787793 ENST00000432282 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000432282 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787793 ENST00000432282 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764782 203816815 ENST00000453771 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000453771 3 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000453771 4 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000453771 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000453771 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000453771 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000453771 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000453771 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000453771 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000453771 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000453771 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000453771 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764788 203771389 ENST00000461980 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764799 203821548 ENST00000367214 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000367214 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000367214 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000367214 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000367214 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000367214 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000367214 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000367214 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000367214 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000367214 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000367214 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000367214 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000367214 16 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000367214 17 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819643 203819809 ENST00000367214 18 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203820185 203820252 ENST00000367214 19 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203821269 203821524 ENST00000367214 20 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764814 203765916 ENST00000492823 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764827 203821558 ENST00000367212 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000367212 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000367212 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000367212 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000367212 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000367212 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000367212 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000367212 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000367212 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000367212 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000367212 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000367212 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000367212 16 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000367212 17 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819643 203819809 ENST00000367212 18 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203820185 203820252 ENST00000367212 19 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203821269 203821524 ENST00000367212 20 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203764834 203823252 ENST00000332127 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000332127 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000332127 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000332127 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000332127 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000332127 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000332127 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000332127 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000332127 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000332127 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000332127 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000332127 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000332127 16 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000332127 17 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819643 203819809 ENST00000332127 18 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203820185 203820252 ENST00000332127 19 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203821269 203821524 ENST00000332127 20 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203767974 203823162 ENST00000495527 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000495527 2 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000495527 3 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000495527 4 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000495527 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000495527 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000495527 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000495527 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000495527 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000495527 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000495527 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000495527 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000495527 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000495527 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819623 203819639 ENST00000495527 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203768463 203823246 ENST00000545588 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000545588 2 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000545588 3 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000545588 4 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000545588 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000545588 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000545588 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000545588 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000545588 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000545588 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000545588 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000545588 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000545588 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000545588 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819643 203819809 ENST00000545588 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203820185 203820252 ENST00000545588 16 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203821269 203821524 ENST00000545588 17 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203784033 203823246 ENST00000367210 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203786199 203786252 ENST00000367210 2 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203787698 203787817 ENST00000367210 3 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203797427 203797550 ENST00000367210 4 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798579 203798782 ENST00000367210 5 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203798908 203799024 ENST00000367210 6 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203799251 203799331 ENST00000367210 7 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203800789 203800899 ENST00000367210 8 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203802919 203802981 ENST00000367210 9 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203807094 203807192 ENST00000367210 10 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203809434 203809502 ENST00000367210 11 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203816312 203816815 ENST00000367210 12 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203817459 203817535 ENST00000367210 13 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203818839 203819154 ENST00000367210 14 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203819643 203819809 ENST00000367210 15 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203820185 203820252 ENST00000367210 16 ZC3H11A ENSG00000058673 Not Supported Not Supported +CDS 1 203821269 203821524 ENST00000367210 17 ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203798399 203799024 ENST00000480354 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203819302 203820250 ENST00000488411 NA ZC3H11A ENSG00000058673 Not Supported Not Supported +transcript 1 203765437 203769686 ENST00000550078 NA ZBED6 ENSG00000257315 Not Supported Not Supported +CDS 1 203766651 203769587 ENST00000550078 1 ZBED6 ENSG00000257315 Not Supported Not Supported +transcript 1 203774749 203775391 ENST00000432760 NA RP11-397P13.6 ENSG00000227417 Not Supported Not Supported +transcript 1 203804713 203805040 ENST00000427282 NA RP11-397P13.7 ENSG00000223505 Not Supported Not Supported +transcript 1 203830731 203839209 ENST00000483099 NA SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203830731 203839212 ENST00000475035 NA SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203830737 203839205 ENST00000470492 NA SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203830743 203839678 ENST00000414487 NA SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203830788 203830841 ENST00000414487 1 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203831324 203831350 ENST00000414487 2 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203832791 203832853 ENST00000414487 3 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203834169 203834247 ENST00000414487 4 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203839005 203839057 ENST00000414487 5 SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203830978 203834247 ENST00000469451 NA SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203832753 203839179 ENST00000367208 NA SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203832830 203832853 ENST00000367208 1 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203834169 203834247 ENST00000367208 2 SNRPE ENSG00000182004 Not Supported Not Supported +CDS 1 203839005 203839057 ENST00000367208 3 SNRPE ENSG00000182004 Not Supported Not Supported +transcript 1 203841702 203843315 ENST00000420409 NA KRT8P29 ENSG00000236430 Not Supported Not Supported +transcript 1 203872851 203873141 ENST00000479457 NA HSPE1P6 ENSG00000232917 Not Supported Not Supported +transcript 1 203872851 203873147 ENST00000540496 NA HSPE1P6 ENSG00000232917 Not Supported Not Supported +transcript 1 203923768 203924908 ENST00000413296 NA CBX1P3 ENSG00000237379 Not Supported Not Supported +transcript 1 203968373 203968471 ENST00000390128 NA AC096645.1 ENSG00000211554 Not Supported Not Supported +transcript 1 204001575 204010393 ENST00000367207 NA LINC00303 ENSG00000176754 Not Supported Not Supported +transcript 1 204002062 204010392 ENST00000418245 NA LINC00303 ENSG00000176754 Not Supported Not Supported +transcript 1 204002062 204010393 ENST00000427799 NA LINC00303 ENSG00000176754 Not Supported Not Supported +transcript 1 204042243 204088987 ENST00000367203 NA SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204042281 204083698 ENST00000534185 NA SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204042284 204086286 ENST00000530882 NA SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204042732 204096863 ENST00000367204 NA SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204082044 204082262 ENST00000367204 2 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204083449 204083560 ENST00000367204 3 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204083647 204083733 ENST00000367204 4 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204085635 204085807 ENST00000367204 5 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204086250 204086318 ENST00000367204 6 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204086721 204086835 ENST00000367204 7 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204091028 204091113 ENST00000367204 8 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204091365 204091527 ENST00000367204 9 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204091982 204092091 ENST00000367204 10 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204092240 204092336 ENST00000367204 11 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204092789 204092932 ENST00000367204 12 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204093769 204093985 ENST00000367204 13 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204094986 204095259 ENST00000367204 14 SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204043154 204082216 ENST00000525442 NA SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204082044 204082216 ENST00000525442 2 SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204047257 204085755 ENST00000528591 NA SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204082044 204082262 ENST00000528591 2 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204083449 204083560 ENST00000528591 3 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204083647 204083733 ENST00000528591 4 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204085635 204085755 ENST00000528591 5 SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204085193 204095280 ENST00000272193 NA SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204085635 204092045 ENST00000480326 NA SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204085635 204085807 ENST00000480326 1 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204086250 204086318 ENST00000480326 2 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204086721 204086835 ENST00000480326 3 SOX13 ENSG00000143842 Not Supported Not Supported +CDS 1 204090999 204091027 ENST00000480326 4 SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204091514 204092857 ENST00000525258 NA SOX13 ENSG00000143842 Not Supported Not Supported +transcript 1 204100190 204101094 ENST00000565388 NA RP11-74C13.4 ENSG00000261065 Not Supported Not Supported +transcript 1 204100190 204121022 ENST00000367201 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204120723 204120980 ENST00000367201 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204118831 204119090 ENST00000367201 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204115770 204115892 ENST00000367201 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000367201 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000367201 5 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000367201 6 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103655 204103822 ENST00000367201 7 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204100190 204121131 ENST00000367202 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204120723 204120980 ENST00000367202 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204118831 204119090 ENST00000367202 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204115770 204115892 ENST00000367202 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000367202 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000367202 5 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000367202 6 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103643 204103716 ENST00000367202 7 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204101315 204101384 ENST00000367202 8 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204100191 204121307 ENST00000367199 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204120723 204120896 ENST00000367199 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204118831 204119090 ENST00000367199 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000367199 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000367199 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000367199 5 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103643 204103716 ENST00000367199 6 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204101315 204101384 ENST00000367199 7 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204100608 204116083 ENST00000367198 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204115770 204115876 ENST00000367198 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000367198 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000367198 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000367198 5 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103643 204103716 ENST00000367198 6 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204101315 204101384 ENST00000367198 7 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204101084 204110390 ENST00000367197 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106291 ENST00000367197 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103643 204103716 ENST00000367197 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204101315 204101384 ENST00000367197 5 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204101090 204110415 ENST00000422072 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110344 204110415 ENST00000422072 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000422072 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000422072 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103643 204103716 ENST00000422072 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204101312 204101384 ENST00000422072 5 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204103643 204116118 ENST00000472340 NA ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204103666 204108047 ENST00000492392 NA ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204103676 204116703 ENST00000422699 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204116588 204116703 ENST00000422699 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204115770 204115892 ENST00000422699 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000422699 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000422699 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106232 204106377 ENST00000422699 5 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204103676 204103716 ENST00000422699 6 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204106240 204116088 ENST00000452983 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204116000 204116088 ENST00000452983 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204115770 204115892 ENST00000452983 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000452983 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000452983 4 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106240 204106377 ENST00000452983 5 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204106341 204119009 ENST00000444817 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204118831 204119009 ENST00000444817 1 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204110443 204110585 ENST00000444817 2 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204109163 204109246 ENST00000444817 3 ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204106341 204106377 ENST00000444817 4 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204109163 204111154 ENST00000477125 NA ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204119001 204120556 ENST00000429525 NA ETNK2 ENSG00000143845 Not Supported Not Supported +CDS 1 204119001 204119036 ENST00000429525 3 ETNK2 ENSG00000143845 Not Supported Not Supported +transcript 1 204110536 204112137 ENST00000433869 NA RP11-74C13.3 ENSG00000230550 Not Supported Not Supported +transcript 1 204123944 204135465 ENST00000367195 NA REN ENSG00000143839 Not Supported Not Supported +CDS 1 204135324 204135421 ENST00000367195 1 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204131141 204131291 ENST00000367195 2 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204130420 204130543 ENST00000367195 3 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204129688 204129806 ENST00000367195 4 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204128527 204128723 ENST00000367195 5 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204125805 204125924 ENST00000367195 6 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204125306 204125447 ENST00000367195 7 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204124948 204125046 ENST00000367195 8 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204124147 204124305 ENST00000367195 9 REN ENSG00000143839 Not Supported Not Supported +transcript 1 204123947 204135450 ENST00000272190 NA REN ENSG00000143839 Not Supported Not Supported +CDS 1 204135324 204135421 ENST00000272190 1 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204131141 204131291 ENST00000272190 2 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204130420 204130543 ENST00000272190 3 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204129688 204129806 ENST00000272190 4 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204128527 204128723 ENST00000272190 5 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204126489 204126497 ENST00000272190 6 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204125805 204125924 ENST00000272190 7 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204125306 204125447 ENST00000272190 8 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204124948 204125046 ENST00000272190 9 REN ENSG00000143839 Not Supported Not Supported +CDS 1 204124147 204124305 ENST00000272190 10 REN ENSG00000143839 Not Supported Not Supported +transcript 1 204152134 204152665 ENST00000440142 NA RP11-203F10.1 ENSG00000225522 Not Supported Not Supported +transcript 1 204159469 204165614 ENST00000367194 NA KISS1 ENSG00000170498 Not Supported Not Supported +CDS 1 204161902 204162004 ENST00000367194 2 KISS1 ENSG00000170498 Not Supported Not Supported +CDS 1 204159615 204159925 ENST00000367194 3 KISS1 ENSG00000170498 Not Supported Not Supported +transcript 1 204167288 204183220 ENST00000308302 NA GOLT1A ENSG00000174567 Not Supported Not Supported +CDS 1 204183010 204183034 ENST00000308302 1 GOLT1A ENSG00000174567 Not Supported Not Supported +CDS 1 204172024 204172115 ENST00000308302 2 GOLT1A ENSG00000174567 Not Supported Not Supported +CDS 1 204170761 204170939 ENST00000308302 3 GOLT1A ENSG00000174567 Not Supported Not Supported +CDS 1 204168323 204168386 ENST00000308302 4 GOLT1A ENSG00000174567 Not Supported Not Supported +CDS 1 204167589 204167624 ENST00000308302 5 GOLT1A ENSG00000174567 Not Supported Not Supported +transcript 1 204168070 204170829 ENST00000475517 NA GOLT1A ENSG00000174567 Not Supported Not Supported +transcript 1 204187979 204329044 ENST00000272203 NA PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204242754 204242855 ENST00000272203 3 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204237336 204237440 ENST00000272203 4 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204236603 204236675 ENST00000272203 5 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204234070 204234170 ENST00000272203 6 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204230434 204230576 ENST00000272203 7 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204228386 204228868 ENST00000272203 8 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204226481 204226997 ENST00000272203 9 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204219674 204219742 ENST00000272203 10 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204218312 204218392 ENST00000272203 11 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204217949 204218098 ENST00000272203 12 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204216493 204216588 ENST00000272203 13 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204214743 204214854 ENST00000272203 14 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204213992 204214131 ENST00000272203 15 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204210813 204210942 ENST00000272203 16 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204210503 204210609 ENST00000272203 17 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204199541 204199714 ENST00000272203 18 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204198065 204198232 ENST00000272203 19 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204197856 204197989 ENST00000272203 20 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204197211 204197356 ENST00000272203 21 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204192601 204192713 ENST00000272203 22 PLEKHA6 ENSG00000143850 Not Supported Not Supported +transcript 1 204190349 204329044 ENST00000414478 NA PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204242754 204242855 ENST00000414478 3 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204237336 204237440 ENST00000414478 4 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204236603 204236675 ENST00000414478 5 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204234070 204234170 ENST00000414478 6 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204230434 204230636 ENST00000414478 7 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204228386 204228868 ENST00000414478 8 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204226481 204226997 ENST00000414478 9 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204219674 204219742 ENST00000414478 10 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204218312 204218392 ENST00000414478 11 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204217949 204218098 ENST00000414478 12 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204216493 204216588 ENST00000414478 13 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204214743 204214854 ENST00000414478 14 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204213992 204214131 ENST00000414478 15 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204210813 204210942 ENST00000414478 16 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204210503 204210609 ENST00000414478 17 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204199541 204199714 ENST00000414478 18 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204198065 204198232 ENST00000414478 19 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204197856 204197989 ENST00000414478 20 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204197211 204197356 ENST00000414478 21 PLEKHA6 ENSG00000143850 Not Supported Not Supported +CDS 1 204192601 204192713 ENST00000414478 22 PLEKHA6 ENSG00000143850 Not Supported Not Supported +transcript 1 204230466 204231228 ENST00000485632 NA PLEKHA6 ENSG00000143850 Not Supported Not Supported +transcript 1 204243881 204346793 ENST00000564627 NA PLEKHA6 ENSG00000143850 Not Supported Not Supported +transcript 1 204246133 204247076 ENST00000437919 NA RP11-203F10.5 ENSG00000231691 Not Supported Not Supported +transcript 1 204315904 204316386 ENST00000403842 NA RP11-203F10.6 ENSG00000219133 Not Supported Not Supported +transcript 1 204346978 204404974 ENST00000443515 NA RP11-739N20.2 ENSG00000226330 Not Supported Not Supported +transcript 1 204363669 204363902 ENST00000433886 NA RP11-739N20.3 ENSG00000237848 Not Supported Not Supported +transcript 1 204372515 204380919 ENST00000367188 NA PPP1R15B ENSG00000158615 Not Supported Not Supported +CDS 1 204378620 204380539 ENST00000367188 1 PPP1R15B ENSG00000158615 Not Supported Not Supported +CDS 1 204375223 204375441 ENST00000367188 2 PPP1R15B ENSG00000158615 Not Supported Not Supported +transcript 1 204391756 204459552 ENST00000367187 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204437998 204438930 ENST00000367187 3 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204434347 204434447 ENST00000367187 4 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204433578 204433732 ENST00000367187 5 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204433140 204433260 ENST00000367187 6 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429678 204429789 ENST00000367187 7 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429452 204429531 ENST00000367187 8 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429006 204429069 ENST00000367187 9 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204426856 204427002 ENST00000367187 10 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204426165 204426198 ENST00000367187 11 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204424984 204425179 ENST00000367187 12 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204423797 204423919 ENST00000367187 13 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204418978 204419145 ENST00000367187 14 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204418313 204418424 ENST00000367187 15 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204416564 204416706 ENST00000367187 16 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204415084 204415272 ENST00000367187 17 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204413459 204413552 ENST00000367187 18 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204413196 204413290 ENST00000367187 19 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204412545 204412725 ENST00000367187 20 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204411654 204411761 ENST00000367187 21 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204410599 204410691 ENST00000367187 22 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204409320 204409449 ENST00000367187 23 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204408063 204408199 ENST00000367187 24 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204403567 204403736 ENST00000367187 25 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204402921 204403077 ENST00000367187 26 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204402444 204402553 ENST00000367187 27 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204401328 204401529 ENST00000367187 28 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204400797 204400921 ENST00000367187 29 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204399049 204399166 ENST00000367187 30 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204397267 204397348 ENST00000367187 31 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204396776 204396882 ENST00000367187 32 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204394741 204394869 ENST00000367187 33 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204393983 204394168 ENST00000367187 34 PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204391934 204459446 ENST00000424712 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204437998 204438930 ENST00000424712 3 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204434347 204434447 ENST00000424712 4 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204433578 204433732 ENST00000424712 5 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204433140 204433260 ENST00000424712 6 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429678 204429789 ENST00000424712 7 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429452 204429531 ENST00000424712 8 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204429006 204429069 ENST00000424712 9 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204426856 204427002 ENST00000424712 10 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204426165 204426198 ENST00000424712 11 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204424984 204425179 ENST00000424712 12 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204423797 204423919 ENST00000424712 13 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204418978 204419145 ENST00000424712 14 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204418313 204418424 ENST00000424712 15 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204416564 204416706 ENST00000424712 16 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204415215 204415272 ENST00000424712 17 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204415084 204415130 ENST00000424712 18 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204413459 204413552 ENST00000424712 19 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204413196 204413290 ENST00000424712 20 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204412545 204412725 ENST00000424712 21 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204411654 204411761 ENST00000424712 22 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204410599 204410691 ENST00000424712 23 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204409320 204409449 ENST00000424712 24 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204408063 204408199 ENST00000424712 25 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204403567 204403736 ENST00000424712 26 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204402921 204403077 ENST00000424712 27 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204402444 204402553 ENST00000424712 28 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204401328 204401529 ENST00000424712 29 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204400797 204400921 ENST00000424712 30 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204399049 204399166 ENST00000424712 31 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204397267 204397348 ENST00000424712 32 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204396776 204396882 ENST00000424712 33 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204394741 204394869 ENST00000424712 34 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204393983 204394168 ENST00000424712 35 PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204400468 204401399 ENST00000462752 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204418304 204419258 ENST00000479079 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204423705 204425419 ENST00000496872 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204433580 204436474 ENST00000367184 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204435899 204436165 ENST00000367184 1 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204434347 204434447 ENST00000367184 2 PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204433580 204433732 ENST00000367184 3 PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204438538 204463852 ENST00000415899 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204438538 204438930 ENST00000415899 2 PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204438750 204463829 ENST00000429009 NA PIK3C2B ENSG00000133056 Not Supported Not Supported +CDS 1 204438750 204438930 ENST00000429009 3 PIK3C2B ENSG00000133056 Not Supported Not Supported +transcript 1 204485511 204501778 ENST00000470797 NA MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485511 204527248 ENST00000367182 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000367182 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204495488 204495562 ENST00000367182 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204499812 204499945 ENST00000367182 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501319 204501374 ENST00000367182 5 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204506558 204506625 ENST00000367182 6 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204507337 204507436 ENST00000367182 7 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204511912 204512072 ENST00000367182 8 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204513663 204513812 ENST00000367182 9 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204515925 204516005 ENST00000367182 10 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204518241 204518807 ENST00000367182 11 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485534 204523329 ENST00000463049 NA MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485534 204542871 ENST00000507825 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000507825 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204495488 204495562 ENST00000507825 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204499812 204499945 ENST00000507825 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501319 204501374 ENST00000507825 5 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204527769 204527806 ENST00000507825 6 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485579 204515960 ENST00000470908 NA MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485600 204513727 ENST00000471783 NA MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485614 204518905 ENST00000454264 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000454264 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204495488 204495562 ENST00000454264 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204499812 204499945 ENST00000454264 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501319 204501374 ENST00000454264 5 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204506558 204506625 ENST00000454264 6 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204507337 204507436 ENST00000454264 7 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204511912 204512072 ENST00000454264 8 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204515925 204516005 ENST00000454264 9 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204518241 204518807 ENST00000454264 10 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204485619 204518907 ENST00000367183 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000367183 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204518394 204518807 ENST00000367183 3 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204494618 204506169 ENST00000367180 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000367180 1 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204495488 204495562 ENST00000367180 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204499812 204499945 ENST00000367180 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501319 204501374 ENST00000367180 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501897 204501946 ENST00000367180 5 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204506046 204506047 ENST00000367180 6 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204494647 204518810 ENST00000391947 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204494647 204494724 ENST00000391947 1 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204495488 204495562 ENST00000391947 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204499812 204499945 ENST00000391947 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204501319 204501374 ENST00000391947 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204507337 204507413 ENST00000391947 5 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204506985 204518322 ENST00000367179 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204507042 204507119 ENST00000367179 1 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204507349 204507436 ENST00000367179 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204511912 204512072 ENST00000367179 3 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204513663 204513812 ENST00000367179 4 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204515925 204516005 ENST00000367179 5 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204518241 204518322 ENST00000367179 6 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204507003 204512059 ENST00000462012 NA MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204511917 204518516 ENST00000444261 NA MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204511917 204512072 ENST00000444261 1 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204515925 204516005 ENST00000444261 2 MDM4 ENSG00000198625 Not Supported Not Supported +CDS 1 204518241 204518516 ENST00000444261 3 MDM4 ENSG00000198625 Not Supported Not Supported +transcript 1 204497973 204498820 ENST00000432698 NA RP11-430C7.2 ENSG00000236779 Not Supported Not Supported +transcript 1 204531541 204531649 ENST00000363538 NA RNA5SP74 ENSG00000200408 Not Supported Not Supported +transcript 1 204572163 204585693 ENST00000453895 NA RP11-430C7.4 ENSG00000240710 Not Supported Not Supported +transcript 1 204586298 204591333 ENST00000367175 NA LRRN2 ENSG00000170382 Not Supported Not Supported +CDS 1 204586982 204589120 ENST00000367175 1 LRRN2 ENSG00000170382 Not Supported Not Supported +transcript 1 204586298 204654481 ENST00000367176 NA LRRN2 ENSG00000170382 Not Supported Not Supported +CDS 1 204586982 204589120 ENST00000367176 3 LRRN2 ENSG00000170382 Not Supported Not Supported +transcript 1 204586298 204654861 ENST00000367177 NA LRRN2 ENSG00000170382 Not Supported Not Supported +CDS 1 204586982 204589120 ENST00000367177 2 LRRN2 ENSG00000170382 Not Supported Not Supported +transcript 1 204589028 204654494 ENST00000496057 NA LRRN2 ENSG00000170382 Not Supported Not Supported +transcript 1 204595903 204598840 ENST00000444037 NA RP11-430C7.5 ENSG00000240219 Not Supported Not Supported +transcript 1 204622230 204622314 ENST00000516922 NA AL161793.1 ENSG00000252731 Not Supported Not Supported +transcript 1 204633000 204633741 ENST00000435021 NA RP11-23I7.1 ENSG00000228153 Not Supported Not Supported +transcript 1 204676448 204676558 ENST00000516841 NA RNA5SP75 ENSG00000252650 Not Supported Not Supported +transcript 1 204697119 204697234 ENST00000516052 NA SCARNA20 ENSG00000251861 Not Supported Not Supported +transcript 1 204797779 204980052 ENST00000404977 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000367172 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000367172 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915440 204915457 ENST00000367172 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000367172 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000367172 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000367172 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000367172 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000367172 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000367172 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000367172 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000367172 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000367172 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000367172 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000367172 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000367172 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000367172 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000367172 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000367172 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000367172 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000367172 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000367172 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000367172 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000367172 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957938 ENST00000367172 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204962889 204962899 ENST00000367172 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966298 204966534 ENST00000367172 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000367172 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000367172 29 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000367172 30 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000367172 31 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000367172 32 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000367171 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000367171 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915838 204915852 ENST00000367171 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921136 204921244 ENST00000367171 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000367171 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000367171 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000367171 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000367171 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000367171 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000367171 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000367171 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000367171 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000367171 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000367171 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000367171 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000367171 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000367171 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000367171 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000367171 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000367171 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000367171 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000367171 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957974 ENST00000367171 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966323 204966534 ENST00000367171 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000367171 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000367171 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000367171 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000367171 29 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000367171 30 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000367170 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000367170 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915440 204915457 ENST00000367170 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000367170 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000367170 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000367170 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000367170 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000367170 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000367170 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000367170 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000367170 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000367170 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000367170 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000367170 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000367170 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000367170 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000367170 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000367170 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000367170 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000367170 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000367170 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000367170 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000367170 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957938 ENST00000367170 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204962889 204962899 ENST00000367170 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000367170 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000367170 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000367170 29 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000367170 30 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000367170 31 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000338515 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000338515 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915440 204915457 ENST00000338515 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000338515 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000338515 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000338515 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000338515 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000338515 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000338515 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000338515 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000338515 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000338515 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000338515 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000338515 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000338515 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000338515 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000338515 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000338515 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000338515 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000338515 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000338515 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000338515 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000338515 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957938 ENST00000338515 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204962889 204962899 ENST00000338515 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966298 204966534 ENST00000338515 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000338515 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000338515 29 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000338515 30 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000339876 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000339876 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000339876 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000339876 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000339876 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000339876 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000339876 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000339876 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000339876 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000339876 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000339876 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000339876 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000339876 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000339876 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000339876 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000339876 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000339876 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000339876 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000339876 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000339876 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000339876 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000339876 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000339876 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966298 204966534 ENST00000339876 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000339876 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000339876 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000339876 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000339876 29 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000339876 30 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000338586 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000338586 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915440 204915457 ENST00000338586 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000338586 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000338586 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000338586 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000338586 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000338586 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000338586 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000338586 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000338586 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000338586 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000338586 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000338586 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000338586 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000338586 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000338586 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000338586 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000338586 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000338586 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000338586 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000338586 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000338586 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000338586 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000338586 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000338586 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000338586 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000338586 29 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000539706 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000539706 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000539706 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000539706 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000539706 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000539706 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000539706 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000539706 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000539706 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000539706 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000539706 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000539706 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000539706 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000539706 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000539706 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000539706 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000539706 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000539706 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000539706 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000539706 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000539706 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000539706 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000539706 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000539706 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000539706 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000539706 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000539706 28 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000360049 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000360049 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000360049 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000360049 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000360049 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000360049 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000360049 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000360049 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000360049 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000360049 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000360049 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000360049 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000360049 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000360049 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000360049 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000360049 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000360049 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000360049 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000360049 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000360049 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000360049 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000360049 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000360049 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000360049 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000360049 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000360049 27 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797782 204991949 ENST00000367169 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000367169 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204915440 204915457 ENST00000367169 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000367169 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000367169 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000367169 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000367169 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000367169 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000367169 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000367169 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000367169 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000367169 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000367169 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000367169 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000367169 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000367169 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000367169 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000367169 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000367169 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000367169 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000367169 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957938 ENST00000367169 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204962889 204962899 ENST00000367169 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000367169 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000367169 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000367169 27 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797804 204938015 ENST00000446412 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000446412 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000446412 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000446412 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000446412 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000446412 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000446412 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000446412 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938015 ENST00000446412 9 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204797823 204946267 ENST00000403080 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000403080 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000403080 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000403080 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000403080 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000403080 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000403080 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000403080 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000403080 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000403080 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000403080 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000403080 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000403080 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000403080 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945949 ENST00000403080 16 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204839732 204914160 ENST00000493914 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204839959 204987499 ENST00000404076 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000404076 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000404076 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000404076 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000404076 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000404076 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000404076 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000404076 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000404076 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000404076 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000404076 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000404076 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000404076 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000404076 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000404076 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000404076 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000404076 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000404076 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000404076 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000404076 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000404076 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000404076 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000404076 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000404076 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000404076 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000404076 27 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204839990 204943811 ENST00000514644 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204889760 204991950 ENST00000401399 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000401399 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000401399 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000401399 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000401399 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000401399 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000401399 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000401399 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000401399 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000401399 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000401399 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000401399 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000401399 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000401399 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000401399 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000401399 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000401399 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000401399 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000401399 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000401399 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000401399 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000401399 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000401399 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966298 204966534 ENST00000401399 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000401399 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000401399 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000401399 27 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000401399 28 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000401399 29 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204898537 204923489 ENST00000505079 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000505079 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000505079 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000505079 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923489 ENST00000505079 5 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204913354 204987499 ENST00000404907 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000404907 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000404907 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000404907 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000404907 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000404907 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000404907 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000404907 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000404907 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000404907 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000404907 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000404907 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000404907 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000404907 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000404907 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000404907 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000404907 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000404907 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000404907 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000404907 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000404907 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000404907 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000404907 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000404907 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000404907 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000404907 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000404907 26 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204913379 204986066 ENST00000513543 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000513543 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000513543 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000513543 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000513543 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000513543 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000513543 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000513543 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000513543 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000513543 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000513543 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000513543 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000513543 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000513543 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000513543 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000513543 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000513543 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000513543 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000513543 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000513543 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000513543 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000513543 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000513543 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000513543 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000513543 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985664 ENST00000513543 25 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204913379 204986066 ENST00000504476 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913444 204913534 ENST00000504476 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000504476 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000504476 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000504476 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000504476 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000504476 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000504476 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000504476 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000504476 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000504476 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000504476 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000504476 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943696 204943711 ENST00000504476 13 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204913516 204987499 ENST00000430393 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204913516 204913534 ENST00000430393 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000430393 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000430393 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000430393 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000430393 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204931236 204931286 ENST00000430393 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000430393 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000430393 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000430393 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000430393 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000430393 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000430393 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000430393 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000430393 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000430393 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000430393 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000430393 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000430393 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000430393 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204953155 204953270 ENST00000430393 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204955038 204955242 ENST00000430393 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000430393 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000430393 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000430393 24 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000430393 25 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000430393 26 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985667 ENST00000430393 27 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204919685 204987499 ENST00000367173 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204919685 204919702 ENST00000367173 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204921139 204921244 ENST00000367173 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923316 204923512 ENST00000367173 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204923957 204924079 ENST00000367173 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204926784 204926954 ENST00000367173 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937377 204937488 ENST00000367173 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204937926 204938110 ENST00000367173 7 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204939744 204939875 ENST00000367173 8 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204942404 204942547 ENST00000367173 9 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943307 204943418 ENST00000367173 10 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204943785 204943951 ENST00000367173 11 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204944399 204944546 ENST00000367173 12 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204945799 204945923 ENST00000367173 13 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204946809 204946853 ENST00000367173 14 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948096 204948197 ENST00000367173 15 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204948490 204948687 ENST00000367173 16 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204949498 204949568 ENST00000367173 17 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950926 204951148 ENST00000367173 18 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000367173 19 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000367173 20 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000367173 21 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000367173 22 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000367173 23 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985667 ENST00000367173 24 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204926786 204937953 ENST00000504149 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204926823 204959691 ENST00000512826 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204948516 204953457 ENST00000471392 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204950984 204987499 ENST00000425360 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204950984 204951148 ENST00000425360 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204956546 204956668 ENST00000425360 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957761 204957934 ENST00000425360 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000425360 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000425360 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985667 ENST00000425360 6 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204951012 204957934 ENST00000468328 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204955803 204991950 ENST00000495396 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204956598 204969974 ENST00000492085 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204957792 204985514 ENST00000413225 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204957792 204957934 ENST00000413225 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204960420 204960434 ENST00000413225 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204970298 204970414 ENST00000413225 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204971724 204971876 ENST00000413225 4 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000413225 5 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000413225 6 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985514 ENST00000413225 7 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204966312 204987867 ENST00000447819 NA NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204966312 204966534 ENST00000447819 1 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204978685 204978816 ENST00000447819 2 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204981925 204981994 ENST00000447819 3 NFASC ENSG00000163531 Not Supported Not Supported +CDS 1 204985436 204985667 ENST00000447819 4 NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204977573 204990159 ENST00000503221 NA NFASC ENSG00000163531 Not Supported Not Supported +transcript 1 204873875 204873946 ENST00000517137 NA SNORD112 ENSG00000252946 Not Supported Not Supported +transcript 1 204915736 204916297 ENST00000452580 NA RP11-494K3.2 ENSG00000229657 Not Supported Not Supported +transcript 1 205012325 205047627 ENST00000331830 NA CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205022314 205022383 ENST00000331830 2 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205027049 205027193 ENST00000331830 3 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205027309 205027484 ENST00000331830 4 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205027696 205027791 ENST00000331830 5 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205028212 205028421 ENST00000331830 6 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205028711 205028810 ENST00000331830 7 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205030373 205030548 ENST00000331830 8 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205030993 205031129 ENST00000331830 9 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205031568 205031697 ENST00000331830 10 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205033450 205033600 ENST00000331830 11 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205033751 205033878 ENST00000331830 12 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205034215 205034390 ENST00000331830 13 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205034917 205035037 ENST00000331830 14 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205035569 205035727 ENST00000331830 15 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205036229 205036378 ENST00000331830 16 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205038619 205038689 ENST00000331830 17 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205038955 205039189 ENST00000331830 18 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205039554 205039666 ENST00000331830 19 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205041075 205041261 ENST00000331830 20 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205041611 205041723 ENST00000331830 21 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205042196 205042364 ENST00000331830 22 CNTN2 ENSG00000184144 Not Supported Not Supported +CDS 1 205042784 205042890 ENST00000331830 23 CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205026866 205027542 ENST00000532366 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205027511 205031463 ENST00000530117 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205027733 205044084 ENST00000481872 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205030962 205033856 ENST00000527340 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205034352 205035417 ENST00000530594 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205041163 205042097 ENST00000525433 NA CNTN2 ENSG00000184144 Not Supported Not Supported +transcript 1 205031380 205031470 ENST00000515887 NA AL583832.1 ENSG00000251696 Not Supported Not Supported +transcript 1 205052258 205053645 ENST00000367167 NA TMEM81 ENSG00000174529 Not Supported Not Supported +CDS 1 205052684 205053448 ENST00000367167 1 TMEM81 ENSG00000174529 Not Supported Not Supported +transcript 1 205055270 205091143 ENST00000264515 NA RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205090983 205091001 ENST00000264515 1 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205084986 205085011 ENST00000264515 2 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205083917 205084089 ENST00000264515 3 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205074156 205074296 ENST00000264515 4 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205072985 205073147 ENST00000264515 5 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205070728 205070837 ENST00000264515 6 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205069280 205069399 ENST00000264515 7 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205069039 205069192 ENST00000264515 8 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205068869 205068940 ENST00000264515 9 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205068117 205068234 ENST00000264515 10 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205066454 205066523 ENST00000264515 11 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205065810 205066039 ENST00000264515 12 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205064001 205064192 ENST00000264515 13 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205057918 205057943 ENST00000264515 14 RBBP5 ENSG00000117222 Not Supported Not Supported +transcript 1 205055270 205091143 ENST00000367164 NA RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205090983 205091001 ENST00000367164 1 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205084986 205085011 ENST00000367164 2 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205083917 205084089 ENST00000367164 3 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205074156 205074296 ENST00000367164 4 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205072985 205073147 ENST00000367164 5 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205070728 205070837 ENST00000367164 6 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205069280 205069399 ENST00000367164 7 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205069039 205069192 ENST00000367164 8 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205068869 205068940 ENST00000367164 9 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205068117 205068234 ENST00000367164 10 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205066454 205066523 ENST00000367164 11 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205065810 205066039 ENST00000367164 12 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205064115 205064192 ENST00000367164 13 RBBP5 ENSG00000117222 Not Supported Not Supported +CDS 1 205057918 205057943 ENST00000367164 14 RBBP5 ENSG00000117222 Not Supported Not Supported +transcript 1 205074215 205091094 ENST00000484379 NA RBBP5 ENSG00000117222 Not Supported Not Supported +transcript 1 205060291 205061074 ENST00000603227 NA RP11-536L3.4 ENSG00000271580 Not Supported Not Supported +transcript 1 205103774 205104078 ENST00000428506 NA RP11-383G10.1 ENSG00000236108 Not Supported Not Supported +transcript 1 205111632 205180727 ENST00000367160 NA DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205180399 205180663 ENST00000367160 1 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205156546 205156934 ENST00000367160 2 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205138291 205138960 ENST00000367160 3 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205133055 205133083 ENST00000367160 4 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205119808 205119898 ENST00000367160 5 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205117333 205117467 ENST00000367160 6 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205116689 205116873 ENST00000367160 7 DSTYK ENSG00000133059 Not Supported Not Supported +transcript 1 205111633 205180694 ENST00000367161 NA DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205180399 205180663 ENST00000367161 1 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205156546 205156934 ENST00000367161 2 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205138291 205138960 ENST00000367161 3 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205132851 205133083 ENST00000367161 4 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205132051 205132134 ENST00000367161 5 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205131164 205131340 ENST00000367161 6 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205130386 205130515 ENST00000367161 7 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205129242 205129398 ENST00000367161 8 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205128675 205128807 ENST00000367161 9 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205126401 205126514 ENST00000367161 10 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205119808 205119922 ENST00000367161 11 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205116689 205116873 ENST00000367161 12 DSTYK ENSG00000133059 Not Supported Not Supported +transcript 1 205111633 205180694 ENST00000367162 NA DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205180399 205180663 ENST00000367162 1 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205156546 205156934 ENST00000367162 2 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205138291 205138960 ENST00000367162 3 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205132851 205133083 ENST00000367162 4 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205132051 205132134 ENST00000367162 5 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205131164 205131340 ENST00000367162 6 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205130386 205130515 ENST00000367162 7 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205129242 205129398 ENST00000367162 8 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205128675 205128807 ENST00000367162 9 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205126401 205126514 ENST00000367162 10 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205119808 205119922 ENST00000367162 11 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205117333 205117467 ENST00000367162 12 DSTYK ENSG00000133059 Not Supported Not Supported +CDS 1 205116689 205116873 ENST00000367162 13 DSTYK ENSG00000133059 Not Supported Not Supported +transcript 1 205171319 205171870 ENST00000448403 NA RP11-383G10.3 ENSG00000213041 Not Supported Not Supported +transcript 1 205197304 205242471 ENST00000358024 NA TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205197693 205197899 ENST00000358024 1 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205210633 205211172 ENST00000358024 2 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205238078 205239012 ENST00000358024 3 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240248 205240383 ENST00000358024 4 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240941 205241249 ENST00000358024 5 TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205198059 205241431 ENST00000545499 NA TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205210660 205211172 ENST00000545499 2 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205238078 205239012 ENST00000545499 3 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240248 205240383 ENST00000545499 4 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240941 205241249 ENST00000545499 5 TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205198860 205242471 ENST00000495538 NA TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205215624 205238686 ENST00000367159 NA TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205215748 205215819 ENST00000367159 1 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205225458 205225544 ENST00000367159 2 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205238078 205238686 ENST00000367159 3 TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205215748 205242471 ENST00000330675 NA TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205215748 205215819 ENST00000330675 1 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205238078 205239012 ENST00000330675 2 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240248 205240383 ENST00000330675 3 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240941 205241249 ENST00000330675 4 TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205225329 205241380 ENST00000468846 NA TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205225329 205242471 ENST00000329800 NA TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205225518 205225544 ENST00000329800 1 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205238078 205239012 ENST00000329800 2 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240248 205240383 ENST00000329800 3 TMCC2 ENSG00000133069 Not Supported Not Supported +CDS 1 205240941 205241249 ENST00000329800 4 TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205226359 205242471 ENST00000481950 NA TMCC2 ENSG00000133069 Not Supported Not Supported +transcript 1 205202949 205205995 ENST00000452599 NA RP11-383G10.5 ENSG00000225063 Not Supported Not Supported +transcript 1 205271187 205290883 ENST00000367157 NA NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205290526 205290756 ENST00000367157 1 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205280833 205280953 ENST00000367157 2 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205277709 205277860 ENST00000367157 3 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205277293 205277358 ENST00000367157 4 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205275316 205275435 ENST00000367157 5 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205274327 205274459 ENST00000367157 6 NUAK2 ENSG00000163545 Not Supported Not Supported +CDS 1 205272581 205273641 ENST00000367157 7 NUAK2 ENSG00000163545 Not Supported Not Supported +transcript 1 205305220 205326039 ENST00000367155 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312357 205312732 ENST00000367155 2 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308936 ENST00000367155 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000367155 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000367155 5 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306530 205306720 ENST00000367155 6 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205305220 205326166 ENST00000367156 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312357 205312732 ENST00000367156 5 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308936 ENST00000367156 6 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000367156 7 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000367156 8 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306530 205306720 ENST00000367156 9 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205305649 205313310 ENST00000539253 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312357 205312732 ENST00000539253 2 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308936 ENST00000539253 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000539253 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000539253 5 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306530 205306720 ENST00000539253 6 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205306018 205325916 ENST00000537168 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205325661 205325697 ENST00000537168 1 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308936 ENST00000537168 2 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000537168 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000537168 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306530 205306720 ENST00000537168 5 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205306443 205325706 ENST00000460687 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308910 ENST00000460687 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000460687 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000460687 5 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306530 205306720 ENST00000460687 6 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205306651 205308989 ENST00000606181 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308772 205308910 ENST00000606181 1 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308322 205308537 ENST00000606181 2 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205307623 205307724 ENST00000606181 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205306651 205306720 ENST00000606181 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205308929 205313310 ENST00000607826 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312357 205312597 ENST00000607826 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205308929 205308936 ENST00000607826 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205312496 205326218 ENST00000607173 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312496 205312732 ENST00000607173 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205312535 205326006 ENST00000491471 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312535 205312732 ENST00000491471 3 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205312654 205326166 ENST00000606887 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +CDS 1 205312654 205312732 ENST00000606887 4 KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205312817 205326166 ENST00000606111 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205313324 205325964 ENST00000606529 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205313539 205325964 ENST00000607193 NA KLHDC8A ENSG00000162873 Not Supported Not Supported +transcript 1 205320375 205320599 ENST00000432323 NA SNRPGP10 ENSG00000235363 Not Supported Not Supported +transcript 1 205342380 205356568 ENST00000447832 NA LEMD1-AS1 ENSG00000226235 Not Supported Not Supported +transcript 1 205350506 205389702 ENST00000367152 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000367152 1 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205385360 205385424 ENST00000367152 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205353416 205353492 ENST00000367152 3 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350789 205350984 ENST00000367152 4 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350506 205391158 ENST00000476884 NA LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350506 205391182 ENST00000367153 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000367153 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205388358 205388480 ENST00000367153 3 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205385360 205385424 ENST00000367153 4 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205353416 205353492 ENST00000367153 5 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350789 205350984 ENST00000367153 6 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350506 205419059 ENST00000367154 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000367154 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205388358 205388480 ENST00000367154 3 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350866 205350984 ENST00000367154 4 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350506 205425082 ENST00000495594 NA LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350513 205391214 ENST00000367151 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000367151 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205385360 205385424 ENST00000367151 3 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205353416 205353492 ENST00000367151 4 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350789 205350984 ENST00000367151 5 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350513 205391214 ENST00000391936 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000391936 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205388358 205388480 ENST00000391936 3 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350866 205350984 ENST00000391936 4 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205350513 205391214 ENST00000367149 NA LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205389583 205389664 ENST00000367149 2 LEMD1 ENSG00000186007 Not Supported Not Supported +CDS 1 205350866 205350984 ENST00000367149 3 LEMD1 ENSG00000186007 Not Supported Not Supported +transcript 1 205417430 205417526 ENST00000362189 NA MIR135B ENSG00000199059 Not Supported Not Supported +transcript 1 205425057 205438152 ENST00000442318 NA RP11-576D8.4 ENSG00000224717 Not Supported Not Supported +transcript 1 205473723 205500506 ENST00000429964 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492296 205492425 ENST00000429964 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492611 205492753 ENST00000429964 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000429964 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494323 ENST00000429964 5 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495193 205495307 ENST00000429964 6 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495495 205495589 ENST00000429964 7 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495903 205495965 ENST00000429964 8 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205496922 205497045 ENST00000429964 9 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205497176 205497296 ENST00000429964 10 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498127 205498224 ENST00000429964 11 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498452 205498557 ENST00000429964 12 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498649 205498691 ENST00000429964 13 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499387 205499477 ENST00000429964 14 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499756 205499833 ENST00000429964 15 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205500472 205500503 ENST00000429964 16 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473724 205495963 ENST00000512922 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492302 205492517 ENST00000512922 2 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473725 205500890 ENST00000504648 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492302 205492517 ENST00000504648 2 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473726 205500914 ENST00000506784 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492296 205492425 ENST00000506784 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492611 205492843 ENST00000506784 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000506784 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494323 ENST00000506784 5 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495193 205495307 ENST00000506784 6 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495495 205495589 ENST00000506784 7 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495903 205495965 ENST00000506784 8 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205496922 205497045 ENST00000506784 9 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205497176 205497296 ENST00000506784 10 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498127 205498224 ENST00000506784 11 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498452 205498557 ENST00000506784 12 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498649 205498691 ENST00000506784 13 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499387 205499477 ENST00000506784 14 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499756 205499833 ENST00000506784 15 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205500472 205500503 ENST00000506784 16 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473727 205501921 ENST00000360066 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492296 205492425 ENST00000360066 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492611 205492753 ENST00000360066 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000360066 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494323 ENST00000360066 5 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495193 205495307 ENST00000360066 6 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495495 205495589 ENST00000360066 7 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495903 205495965 ENST00000360066 8 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205496922 205497045 ENST00000360066 9 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205497176 205497296 ENST00000360066 10 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498127 205498224 ENST00000360066 11 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498452 205498557 ENST00000360066 12 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205498649 205498691 ENST00000360066 13 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499387 205499477 ENST00000360066 14 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205499756 205499833 ENST00000360066 15 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205500472 205500503 ENST00000360066 16 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473787 205492814 ENST00000507067 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473816 205493483 ENST00000462976 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492302 205492517 ENST00000462976 2 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473822 205497001 ENST00000478560 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492748 205492753 ENST00000478560 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000478560 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494323 ENST00000478560 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495193 205495307 ENST00000478560 5 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495495 205495589 ENST00000478560 6 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495903 205495965 ENST00000478560 7 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205496922 205497001 ENST00000478560 8 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473833 205494318 ENST00000443813 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492296 205492425 ENST00000443813 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492674 205492843 ENST00000443813 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000443813 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494318 ENST00000443813 5 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473877 205493457 ENST00000506215 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492748 205492843 ENST00000506215 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493457 ENST00000506215 4 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205473930 205496953 ENST00000419301 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492296 205492425 ENST00000419301 2 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492611 205492843 ENST00000419301 3 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205493360 205493485 ENST00000419301 4 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205494267 205494323 ENST00000419301 5 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495193 205495307 ENST00000419301 6 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495495 205495589 ENST00000419301 7 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205495903 205495965 ENST00000419301 8 CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205496922 205496953 ENST00000419301 9 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205484479 205501915 ENST00000509056 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205485945 205492407 ENST00000507240 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205491557 205501913 ENST00000515494 NA CDK18 ENSG00000117266 Not Supported Not Supported +CDS 1 205492302 205492517 ENST00000515494 1 CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205492682 205496391 ENST00000476153 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205492688 205499144 ENST00000505932 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205496538 205501921 ENST00000489617 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205496956 205498122 ENST00000506489 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205497183 205498707 ENST00000468954 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205497259 205498644 ENST00000504162 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205498322 205500532 ENST00000512008 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205498329 205501070 ENST00000484080 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205498347 205500680 ENST00000515514 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205499441 205500794 ENST00000459862 NA CDK18 ENSG00000117266 Not Supported Not Supported +transcript 1 205535844 205535927 ENST00000517288 NA RNU2-19P ENSG00000253097 Not Supported Not Supported +transcript 1 205538013 205568379 ENST00000475956 NA MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205538105 205572046 ENST00000367147 NA MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205538198 205538427 ENST00000367147 1 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205548879 205549077 ENST00000367147 2 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205549789 205550049 ENST00000367147 3 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205553083 205553251 ENST00000367147 4 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205554004 205554119 ENST00000367147 5 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205555162 205555335 ENST00000367147 6 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205561268 205561415 ENST00000367147 7 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205566908 205566978 ENST00000367147 8 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205568259 205568379 ENST00000367147 9 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205569534 205569586 ENST00000367147 10 MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205538112 205569912 ENST00000539267 NA MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205538198 205538427 ENST00000539267 1 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205548879 205549077 ENST00000539267 2 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205549789 205550049 ENST00000539267 3 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205553083 205553251 ENST00000539267 4 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205554004 205554119 ENST00000539267 5 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205555162 205555335 ENST00000539267 6 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205561268 205561415 ENST00000539267 7 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205568259 205568281 ENST00000539267 8 MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205538149 205572046 ENST00000489709 NA MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205538185 205569612 ENST00000536357 NA MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205538198 205538427 ENST00000536357 1 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205548879 205549077 ENST00000536357 2 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205553083 205553251 ENST00000536357 3 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205554004 205554119 ENST00000536357 4 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205555162 205555335 ENST00000536357 5 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205561268 205561415 ENST00000536357 6 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205566908 205566978 ENST00000536357 7 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205568259 205568379 ENST00000536357 8 MFSD4 ENSG00000174514 Not Supported Not Supported +CDS 1 205569534 205569586 ENST00000536357 9 MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205561165 205569678 ENST00000465651 NA MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205561257 205567269 ENST00000471425 NA MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205567168 205572046 ENST00000478555 NA MFSD4 ENSG00000174514 Not Supported Not Supported +transcript 1 205564169 205564275 ENST00000384035 NA RNU6-418P ENSG00000206762 Not Supported Not Supported +transcript 1 205577071 205601090 ENST00000357992 NA ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205592804 205593010 ENST00000357992 2 ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205589094 205589966 ENST00000357992 3 ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205588085 205588201 ENST00000357992 4 ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205585677 205585772 ENST00000357992 5 ELK4 ENSG00000158711 Not Supported Not Supported +transcript 1 205588396 205601090 ENST00000289703 NA ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205592804 205593010 ENST00000289703 2 ELK4 ENSG00000158711 Not Supported Not Supported +CDS 1 205588959 205589966 ENST00000289703 3 ELK4 ENSG00000158711 Not Supported Not Supported +transcript 1 205589742 205594795 ENST00000468523 NA ELK4 ENSG00000158711 Not Supported Not Supported +transcript 1 205594611 205595281 ENST00000411645 NA RP11-6B6.3 ENSG00000236942 Not Supported Not Supported +transcript 1 205626979 205631796 ENST00000460934 NA SLC45A3 ENSG00000158715 Not Supported Not Supported +transcript 1 205626979 205649587 ENST00000367145 NA SLC45A3 ENSG00000158715 Not Supported Not Supported +CDS 1 205633613 205633784 ENST00000367145 2 SLC45A3 ENSG00000158715 Not Supported Not Supported +CDS 1 205631961 205632746 ENST00000367145 3 SLC45A3 ENSG00000158715 Not Supported Not Supported +CDS 1 205630989 205631254 ENST00000367145 4 SLC45A3 ENSG00000158715 Not Supported Not Supported +CDS 1 205628365 205628799 ENST00000367145 5 SLC45A3 ENSG00000158715 Not Supported Not Supported +transcript 1 205681947 205719404 ENST00000367142 NA NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205719085 205719101 ENST00000367142 1 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205698700 205698749 ENST00000367142 2 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205696828 205696933 ENST00000367142 3 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205693054 205693109 ENST00000367142 4 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205689629 205689781 ENST00000367142 5 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205688655 205688804 ENST00000367142 6 NUCKS1 ENSG00000069275 Not Supported Not Supported +CDS 1 205687411 205687607 ENST00000367142 7 NUCKS1 ENSG00000069275 Not Supported Not Supported +transcript 1 205687580 205688854 ENST00000464938 NA NUCKS1 ENSG00000069275 Not Supported Not Supported +transcript 1 205682497 205684153 ENST00000598338 NA AC119673.1 ENSG00000268313 Not Supported Not Supported +CDS 1 205683471 205683716 ENST00000598338 1 AC119673.1 ENSG00000268313 Not Supported Not Supported +transcript 1 205700349 205700480 ENST00000365074 NA SNORA72 ENSG00000201944 Not Supported Not Supported +transcript 1 205737114 205744574 ENST00000367139 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205743961 205744084 ENST00000367139 2 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205741624 205741695 ENST00000367139 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205740600 205740781 ENST00000367139 4 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739861 205739982 ENST00000367139 5 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739473 205739581 ENST00000367139 6 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205738565 205744577 ENST00000235932 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205743961 205744084 ENST00000235932 2 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205741624 205741695 ENST00000235932 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205740600 205740781 ENST00000235932 4 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739861 205739982 ENST00000235932 5 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739473 205739581 ENST00000235932 6 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205738575 205744588 ENST00000528078 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205743961 205744084 ENST00000528078 2 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739981 205739982 ENST00000528078 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205738831 205744579 ENST00000437324 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205740600 205740761 ENST00000437324 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739861 205739982 ENST00000437324 4 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739473 205739581 ENST00000437324 5 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205738846 205744361 ENST00000446390 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205743961 205744084 ENST00000446390 1 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205740600 205740781 ENST00000446390 2 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739861 205739982 ENST00000446390 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739473 205739581 ENST00000446390 4 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205739289 205744568 ENST00000468887 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205739428 205744587 ENST00000414729 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205743961 205744084 ENST00000414729 1 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205741624 205741695 ENST00000414729 2 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205740600 205740781 ENST00000414729 3 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739861 205739982 ENST00000414729 4 RAB7L1 ENSG00000117280 Not Supported Not Supported +CDS 1 205739473 205739581 ENST00000414729 5 RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205740190 205744279 ENST00000492534 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205740726 205744337 ENST00000533111 NA RAB7L1 ENSG00000117280 Not Supported Not Supported +transcript 1 205758221 205782304 ENST00000367137 NA SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205779198 205779569 ENST00000367137 2 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205770081 205770188 ENST00000367137 3 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205768887 205768958 ENST00000367137 4 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205768085 205768229 ENST00000367137 5 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205767797 205767943 ENST00000367137 6 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205767032 205767179 ENST00000367137 7 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205766052 205766131 ENST00000367137 8 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205764472 205764606 ENST00000367137 9 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205763998 205764146 ENST00000367137 10 SLC41A1 ENSG00000133065 Not Supported Not Supported +CDS 1 205760664 205760846 ENST00000367137 11 SLC41A1 ENSG00000133065 Not Supported Not Supported +transcript 1 205758222 205770616 ENST00000468057 NA SLC41A1 ENSG00000133065 Not Supported Not Supported +transcript 1 205760048 205765744 ENST00000484228 NA SLC41A1 ENSG00000133065 Not Supported Not Supported +transcript 1 205779427 205782876 ENST00000484000 NA SLC41A1 ENSG00000133065 Not Supported Not Supported +transcript 1 205797150 205819245 ENST00000367136 NA PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205819032 205819200 ENST00000367136 1 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205817013 205817099 ENST00000367136 2 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205814453 205814685 ENST00000367136 3 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205813939 205814025 ENST00000367136 4 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205813215 205813345 ENST00000367136 5 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205812795 205812914 ENST00000367136 6 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205811804 205811879 ENST00000367136 7 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205811282 205811343 ENST00000367136 8 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205810939 205811017 ENST00000367136 9 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205809380 205809451 ENST00000367136 10 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205801726 205801894 ENST00000367136 11 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205799408 205799507 ENST00000367136 12 PM20D1 ENSG00000162877 Not Supported Not Supported +CDS 1 205797751 205797871 ENST00000367136 13 PM20D1 ENSG00000162877 Not Supported Not Supported +transcript 1 205797154 205819260 ENST00000460624 NA PM20D1 ENSG00000162877 Not Supported Not Supported +transcript 1 205797461 205799417 ENST00000469861 NA PM20D1 ENSG00000162877 Not Supported Not Supported +transcript 1 205797481 205811007 ENST00000461807 NA PM20D1 ENSG00000162877 Not Supported Not Supported +transcript 1 205882176 205904950 ENST00000340781 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205904824 205904948 ENST00000340781 1 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205902073 205902212 ENST00000340781 2 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205901830 205901940 ENST00000340781 3 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205900988 205901163 ENST00000340781 4 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205899020 205899184 ENST00000340781 5 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205898332 205898484 ENST00000340781 6 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897955 205898037 ENST00000340781 7 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897030 205897177 ENST00000340781 8 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896620 205896733 ENST00000340781 9 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896339 205896416 ENST00000340781 10 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205895663 205895758 ENST00000340781 11 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205893511 205893617 ENST00000340781 12 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892672 205892741 ENST00000340781 13 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892463 205892555 ENST00000340781 14 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892210 205892323 ENST00000340781 15 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205890694 205890975 ENST00000340781 16 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205889304 205889358 ENST00000340781 17 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205887968 205888113 ENST00000340781 18 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205886411 205886482 ENST00000340781 19 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205884489 205884532 ENST00000340781 20 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205884023 205884311 ENST00000340781 21 SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205882176 205912588 ENST00000367135 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205904824 205904948 ENST00000367135 2 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205902073 205902212 ENST00000367135 3 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205901830 205901940 ENST00000367135 4 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205900988 205901163 ENST00000367135 5 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205899020 205899184 ENST00000367135 6 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205898332 205898484 ENST00000367135 7 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897955 205898037 ENST00000367135 8 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897030 205897177 ENST00000367135 9 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896620 205896733 ENST00000367135 10 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896339 205896416 ENST00000367135 11 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205895663 205895758 ENST00000367135 12 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205893511 205893617 ENST00000367135 13 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892672 205892741 ENST00000367135 14 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892463 205892555 ENST00000367135 15 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892210 205892323 ENST00000367135 16 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205890694 205890975 ENST00000367135 17 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205889304 205889358 ENST00000367135 18 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205887968 205888113 ENST00000367135 19 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205886411 205886482 ENST00000367135 20 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205884488 205884532 ENST00000367135 21 SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205882182 205897514 ENST00000491127 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205882182 205912588 ENST00000367134 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205904824 205904948 ENST00000367134 2 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205902073 205902212 ENST00000367134 3 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205901830 205901940 ENST00000367134 4 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205900988 205901163 ENST00000367134 5 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205899020 205899184 ENST00000367134 6 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205898332 205898484 ENST00000367134 7 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897955 205898037 ENST00000367134 8 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205897030 205897177 ENST00000367134 9 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896620 205896733 ENST00000367134 10 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205896339 205896416 ENST00000367134 11 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205895663 205895758 ENST00000367134 12 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205893511 205893617 ENST00000367134 13 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892672 205892741 ENST00000367134 14 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892463 205892555 ENST00000367134 15 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205892210 205892323 ENST00000367134 16 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205890694 205890975 ENST00000367134 17 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205889304 205889358 ENST00000367134 18 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205887968 205888113 ENST00000367134 19 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205886411 205886482 ENST00000367134 20 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205884489 205884532 ENST00000367134 21 SLC26A9 ENSG00000174502 Not Supported Not Supported +CDS 1 205884023 205884311 ENST00000367134 22 SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205892279 205893873 ENST00000461505 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205896620 205899420 ENST00000469392 NA SLC26A9 ENSG00000174502 Not Supported Not Supported +transcript 1 205904256 205904896 ENST00000421166 NA RP4-681L3.2 ENSG00000227687 Not Supported Not Supported +transcript 1 206135293 206137828 ENST00000429210 NA RP11-312O7.2 ENSG00000229874 Not Supported Not Supported +transcript 1 206135501 206137984 ENST00000606644 NA RP11-312O7.2 ENSG00000229874 Not Supported Not Supported +transcript 1 206136916 206154164 ENST00000470041 NA FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206137237 206138150 ENST00000468509 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206137335 206137486 ENST00000468509 1 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206137772 206137829 ENST00000468509 2 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206137265 206154207 ENST00000367129 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206137335 206137486 ENST00000367129 1 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206141446 206141523 ENST00000367129 2 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206145454 206145578 ENST00000367129 3 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206153957 206154048 ENST00000367129 4 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206138457 206155151 ENST00000367128 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206139305 206139456 ENST00000367128 1 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206141446 206141523 ENST00000367128 2 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206145454 206145578 ENST00000367128 3 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206153957 206154048 ENST00000367128 4 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206138479 206145490 ENST00000481737 NA FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206138503 206154049 ENST00000431655 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206139392 206139456 ENST00000431655 2 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206141446 206141523 ENST00000431655 3 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206145454 206145578 ENST00000431655 4 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206153957 206154049 ENST00000431655 5 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206138884 206155074 ENST00000341209 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206139305 206139336 ENST00000341209 1 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206141446 206141523 ENST00000341209 2 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206145454 206145578 ENST00000341209 3 FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206153957 206154048 ENST00000341209 4 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206138911 206140049 ENST00000607379 NA FAM72A ENSG00000196550 Not Supported Not Supported +CDS 1 206139305 206139457 ENST00000607379 1 FAM72A ENSG00000196550 Not Supported Not Supported +transcript 1 206164084 206166270 ENST00000428399 NA RP11-38J22.1 ENSG00000236889 Not Supported Not Supported +transcript 1 206180054 206180443 ENST00000430042 NA RP11-38J22.2 ENSG00000225483 Not Supported Not Supported +transcript 1 206214526 206223548 ENST00000425896 NA RP11-38J22.3 ENSG00000226780 Not Supported Not Supported +transcript 1 206223976 206231639 ENST00000367126 NA AVPR1B ENSG00000198049 Not Supported Not Supported +CDS 1 206224441 206225380 ENST00000367126 1 AVPR1B ENSG00000198049 Not Supported Not Supported +CDS 1 206230808 206231139 ENST00000367126 2 AVPR1B ENSG00000198049 Not Supported Not Supported +transcript 1 206238872 206288647 ENST00000331555 NA C1orf186 ENSG00000196533 Not Supported Not Supported +CDS 1 206243492 206243502 ENST00000331555 2 C1orf186 ENSG00000196533 Not Supported Not Supported +CDS 1 206243150 206243250 ENST00000331555 3 C1orf186 ENSG00000196533 Not Supported Not Supported +CDS 1 206241533 206241676 ENST00000331555 4 C1orf186 ENSG00000196533 Not Supported Not Supported +CDS 1 206240134 206240195 ENST00000331555 5 C1orf186 ENSG00000196533 Not Supported Not Supported +CDS 1 206239382 206239579 ENST00000331555 6 C1orf186 ENSG00000196533 Not Supported Not Supported +transcript 1 206279114 206288525 ENST00000469540 NA C1orf186 ENSG00000196533 Not Supported Not Supported +transcript 1 206279458 206280213 ENST00000485683 NA C1orf186 ENSG00000196533 Not Supported Not Supported +transcript 1 206279604 206288217 ENST00000484045 NA C1orf186 ENSG00000196533 Not Supported Not Supported +transcript 1 206261008 206261093 ENST00000516883 NA SNORD60 ENSG00000252692 Not Supported Not Supported +transcript 1 206288156 206306115 ENST00000436158 NA RP11-38J22.6 ENSG00000240754 Not Supported Not Supported +transcript 1 206288269 206289577 ENST00000417522 NA RP11-38J22.6 ENSG00000240754 Not Supported Not Supported +transcript 1 206296385 206306131 ENST00000455672 NA RP11-38J22.6 ENSG00000240754 Not Supported Not Supported +transcript 1 206317459 206332104 ENST00000358184 NA CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206317577 206317644 ENST00000358184 1 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206318311 206318467 ENST00000358184 2 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206319101 206319218 ENST00000358184 3 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206320201 206320319 ENST00000358184 4 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206325238 206325437 ENST00000358184 5 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206327474 206327596 ENST00000358184 6 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328719 206328860 ENST00000358184 7 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328962 206329060 ENST00000358184 8 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206331021 206331182 ENST00000358184 9 CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206317459 206332104 ENST00000361052 NA CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206317577 206317644 ENST00000361052 1 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206318311 206318467 ENST00000361052 2 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206319101 206319218 ENST00000361052 3 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206320201 206320319 ENST00000361052 4 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206325223 206325437 ENST00000361052 5 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206327474 206327596 ENST00000361052 6 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328719 206328860 ENST00000361052 7 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328962 206329060 ENST00000361052 8 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206331021 206331182 ENST00000361052 9 CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206317473 206332103 ENST00000360218 NA CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206317577 206317644 ENST00000360218 1 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206318311 206318467 ENST00000360218 2 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206319101 206319218 ENST00000360218 3 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206320201 206320319 ENST00000360218 4 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206325238 206325437 ENST00000360218 5 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206327474 206327596 ENST00000360218 6 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328962 206329060 ENST00000360218 7 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206331021 206331225 ENST00000360218 8 CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206317606 206331560 ENST00000432969 NA CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206319101 206319218 ENST00000432969 2 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206320201 206320319 ENST00000432969 3 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206325238 206325437 ENST00000432969 4 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206327474 206327596 ENST00000432969 5 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206328962 206329060 ENST00000432969 6 CTSE ENSG00000196188 Not Supported Not Supported +CDS 1 206331021 206331225 ENST00000432969 7 CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206319994 206327594 ENST00000468617 NA CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206327238 206329037 ENST00000486757 NA CTSE ENSG00000196188 Not Supported Not Supported +transcript 1 206506678 206506789 ENST00000426884 NA RP11-421E17.4 ENSG00000229509 Not Supported Not Supported +transcript 1 206516200 206637776 ENST00000295713 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206516200 206516362 ENST00000295713 1 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206557369 206557431 ENST00000295713 2 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206566046 206566261 ENST00000295713 3 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206566902 206567030 ENST00000295713 4 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206574780 206575004 ENST00000295713 5 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206578608 206578709 ENST00000295713 6 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206579736 206579933 ENST00000295713 7 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206589249 206589333 ENST00000295713 8 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206592725 206592752 ENST00000295713 9 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206594601 206594625 ENST00000295713 10 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206603512 206603572 ENST00000295713 11 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206610315 206610392 ENST00000295713 12 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206611314 206611448 ENST00000295713 13 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206613326 206613431 ENST00000295713 14 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206619421 206619645 ENST00000295713 15 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206623731 206623810 ENST00000295713 16 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206626546 206626726 ENST00000295713 17 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206628224 206628370 ENST00000295713 18 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631969 206632293 ENST00000295713 19 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206634382 206634765 ENST00000295713 20 SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206557366 206637783 ENST00000414007 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206557366 206557431 ENST00000414007 1 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206566046 206566261 ENST00000414007 2 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206566902 206567030 ENST00000414007 3 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206574780 206575004 ENST00000414007 4 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206578608 206578709 ENST00000414007 5 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206579736 206579933 ENST00000414007 6 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206589249 206589333 ENST00000414007 7 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206592725 206592752 ENST00000414007 8 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206594601 206594625 ENST00000414007 9 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206603512 206603572 ENST00000414007 10 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206610315 206610392 ENST00000414007 11 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206611314 206611448 ENST00000414007 12 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206613326 206613431 ENST00000414007 13 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206619421 206619645 ENST00000414007 14 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206623731 206623810 ENST00000414007 15 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206626546 206626726 ENST00000414007 16 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206628224 206628370 ENST00000414007 17 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631969 206632293 ENST00000414007 18 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206634382 206634762 ENST00000414007 19 SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206557368 206632263 ENST00000419187 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206619632 206619645 ENST00000419187 14 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206623731 206623810 ENST00000419187 15 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206626546 206626726 ENST00000419187 16 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206628224 206628370 ENST00000419187 17 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631717 206631755 ENST00000419187 18 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631969 206632263 ENST00000419187 19 SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206566213 206580621 ENST00000483628 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206578322 206581391 ENST00000467419 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206579736 206629507 ENST00000439126 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206579736 206579933 ENST00000439126 1 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206589249 206589333 ENST00000439126 2 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206592725 206592752 ENST00000439126 3 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206594601 206594625 ENST00000439126 4 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206603512 206603572 ENST00000439126 5 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206610315 206610392 ENST00000439126 6 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206611314 206611448 ENST00000439126 7 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206613326 206613431 ENST00000439126 8 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206619421 206619645 ENST00000439126 9 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206623731 206623810 ENST00000439126 10 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206626546 206626726 ENST00000439126 11 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206628224 206628374 ENST00000439126 12 SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206619421 206629477 ENST00000471256 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206623784 206632264 ENST00000426388 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206623784 206623810 ENST00000426388 1 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206626546 206626726 ENST00000426388 2 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206628224 206628370 ENST00000426388 3 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631717 206631755 ENST00000426388 4 SRGAP2 ENSG00000163486 Not Supported Not Supported +CDS 1 206631969 206632264 ENST00000426388 5 SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206626691 206627855 ENST00000488049 NA SRGAP2 ENSG00000163486 Not Supported Not Supported +transcript 1 206552219 206554954 ENST00000450872 NA SRGAP2-AS1 ENSG00000233501 Not Supported Not Supported +transcript 1 206643791 206670223 ENST00000367120 NA IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206646571 206646657 ENST00000367120 3 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206647674 206647814 ENST00000367120 4 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206648208 206648337 ENST00000367120 5 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206649524 206649705 ENST00000367120 6 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206650021 206650181 ENST00000367120 7 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206651092 206651202 ENST00000367120 8 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206651503 206651682 ENST00000367120 9 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206652286 206652476 ENST00000367120 10 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653213 206653277 ENST00000367120 11 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653365 206653456 ENST00000367120 12 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653790 206653876 ENST00000367120 13 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206658334 206658409 ENST00000367120 14 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206658531 206658643 ENST00000367120 15 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206661251 206661327 ENST00000367120 16 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206664152 206664191 ENST00000367120 17 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206664981 206665082 ENST00000367120 18 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206666356 206666452 ENST00000367120 19 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206666599 206666711 ENST00000367120 20 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206667253 206667324 ENST00000367120 21 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206669445 206669475 ENST00000367120 22 IKBKE ENSG00000143466 Not Supported Not Supported +transcript 1 206643838 206669607 ENST00000537984 NA IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206648235 206648337 ENST00000537984 4 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206649524 206649705 ENST00000537984 5 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206650021 206650181 ENST00000537984 6 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206651092 206651202 ENST00000537984 7 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206651503 206651682 ENST00000537984 8 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206652286 206652476 ENST00000537984 9 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653213 206653277 ENST00000537984 10 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653365 206653456 ENST00000537984 11 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206653790 206653876 ENST00000537984 12 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206658334 206658409 ENST00000537984 13 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206658531 206658643 ENST00000537984 14 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206661251 206661327 ENST00000537984 15 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206664152 206664191 ENST00000537984 16 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206664981 206665082 ENST00000537984 17 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206666356 206666452 ENST00000537984 18 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206666599 206666711 ENST00000537984 19 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206667253 206667324 ENST00000537984 20 IKBKE ENSG00000143466 Not Supported Not Supported +CDS 1 206669445 206669475 ENST00000537984 21 IKBKE ENSG00000143466 Not Supported Not Supported +transcript 1 206643841 206648471 ENST00000463979 NA IKBKE ENSG00000143466 Not Supported Not Supported +transcript 1 206653409 206656741 ENST00000492570 NA IKBKE ENSG00000143466 Not Supported Not Supported +transcript 1 206664449 206671061 ENST00000367119 NA C1orf147 ENSG00000162888 Not Supported Not Supported +CDS 1 206670927 206671050 ENST00000367119 1 C1orf147 ENSG00000162888 Not Supported Not Supported +CDS 1 206665724 206666409 ENST00000367119 2 C1orf147 ENSG00000162888 Not Supported Not Supported +transcript 1 206677281 206677789 ENST00000562504 NA RP11-534L20.5 ENSG00000261000 Not Supported Not Supported +transcript 1 206680879 206761044 ENST00000355294 NA RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206680936 206681392 ENST00000355294 1 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206711501 206711622 ENST00000355294 2 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206756601 206756711 ENST00000355294 3 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206757719 206758016 ENST00000355294 4 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206758512 206758627 ENST00000355294 5 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206760158 206760307 ENST00000355294 6 RASSF5 ENSG00000136653 Not Supported Not Supported +transcript 1 206680879 206761044 ENST00000367117 NA RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206680936 206681392 ENST00000367117 1 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206711501 206711622 ENST00000367117 2 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206756601 206756711 ENST00000367117 3 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206757719 206758016 ENST00000367117 4 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206760158 206760177 ENST00000367117 5 RASSF5 ENSG00000136653 Not Supported Not Supported +transcript 1 206730493 206762599 ENST00000304534 NA RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206730902 206731021 ENST00000304534 1 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206756601 206756711 ENST00000304534 2 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206757719 206758016 ENST00000304534 3 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206758512 206758627 ENST00000304534 4 RASSF5 ENSG00000136653 Not Supported Not Supported +CDS 1 206760158 206760307 ENST00000304534 5 RASSF5 ENSG00000136653 Not Supported Not Supported +transcript 1 206756604 206762604 ENST00000491368 NA RASSF5 ENSG00000136653 Not Supported Not Supported +transcript 1 206757807 206762616 ENST00000481486 NA RASSF5 ENSG00000136653 Not Supported Not Supported +transcript 1 206702248 206703039 ENST00000428027 NA RP11-534L20.4 ENSG00000234981 Not Supported Not Supported +transcript 1 206744620 206770466 ENST00000472709 NA EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206764974 206785812 ENST00000367114 NA EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206785640 206785695 ENST00000367114 1 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206784537 206784727 ENST00000367114 2 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206782729 206782812 ENST00000367114 3 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206781589 206781679 ENST00000367114 4 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206778753 206778860 ENST00000367114 5 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206773617 206773662 ENST00000367114 6 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206773087 206773190 ENST00000367114 7 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206772817 206772966 ENST00000367114 8 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206772357 206772446 ENST00000367114 9 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206770450 206770545 ENST00000367114 10 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206769067 206769187 ENST00000367114 11 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206766968 206767142 ENST00000367114 12 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206765110 206765177 ENST00000367114 13 EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206764977 206785904 ENST00000271764 NA EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206785640 206785695 ENST00000271764 1 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206784537 206784727 ENST00000271764 2 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206782729 206782812 ENST00000271764 3 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206781589 206781679 ENST00000271764 4 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206778753 206778860 ENST00000271764 5 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206776305 206776558 ENST00000271764 6 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206775690 206775807 ENST00000271764 7 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206773617 206773662 ENST00000271764 8 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206773087 206773190 ENST00000271764 9 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206772817 206772966 ENST00000271764 10 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206772357 206772446 ENST00000271764 11 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206770450 206770545 ENST00000271764 12 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206769067 206769187 ENST00000271764 13 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206766968 206767142 ENST00000271764 14 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206765110 206765177 ENST00000271764 15 EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206769051 206773190 ENST00000468891 NA EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206769052 206775807 ENST00000484492 NA EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206775696 206785803 ENST00000437518 NA EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206785640 206785695 ENST00000437518 1 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206784537 206784727 ENST00000437518 2 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206781589 206781679 ENST00000437518 3 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206778753 206778860 ENST00000437518 4 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206776305 206776558 ENST00000437518 5 EIF2D ENSG00000143486 Not Supported Not Supported +CDS 1 206775696 206775807 ENST00000437518 6 EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206776437 206781648 ENST00000461334 NA EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206782729 206785812 ENST00000474408 NA EIF2D ENSG00000143486 Not Supported Not Supported +transcript 1 206807994 206808967 ENST00000425161 NA RP11-343H5.6 ENSG00000237605 Not Supported Not Supported +transcript 1 206808881 206822538 ENST00000367109 NA DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206809049 206809125 ENST00000367109 1 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810995 206811106 ENST00000367109 2 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206820733 206822307 ENST00000367109 3 DYRK3 ENSG00000143479 Not Supported Not Supported +transcript 1 206808924 206822542 ENST00000367108 NA DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810297 206810313 ENST00000367108 2 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810995 206811106 ENST00000367108 3 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206820733 206822307 ENST00000367108 4 DYRK3 ENSG00000143479 Not Supported Not Supported +transcript 1 206809073 206857764 ENST00000489878 NA DYRK3 ENSG00000143479 Not Supported Not Supported +transcript 1 206809119 206821334 ENST00000441486 NA DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810297 206810313 ENST00000441486 2 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810995 206811106 ENST00000441486 3 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206820733 206821334 ENST00000441486 4 DYRK3 ENSG00000143479 Not Supported Not Supported +transcript 1 206809174 206822459 ENST00000367106 NA DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810297 206810313 ENST00000367106 2 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206810995 206811106 ENST00000367106 3 DYRK3 ENSG00000143479 Not Supported Not Supported +CDS 1 206820733 206822307 ENST00000367106 4 DYRK3 ENSG00000143479 Not Supported Not Supported +transcript 1 206855308 206855380 ENST00000517044 NA SNORD112 ENSG00000252853 Not Supported Not Supported +transcript 1 206858289 206906208 ENST00000294981 NA MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206858575 206858853 ENST00000294981 1 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902055 206902194 ENST00000294981 2 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902380 206902444 ENST00000294981 3 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902741 206902820 ENST00000294981 4 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206903317 206903443 ENST00000294981 5 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904033 206904108 ENST00000294981 6 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904483 206904607 ENST00000294981 7 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904985 206905070 ENST00000294981 8 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206905184 206905264 ENST00000294981 9 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206905383 206905433 ENST00000294981 10 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +transcript 1 206858382 206907628 ENST00000367103 NA MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206858575 206858853 ENST00000367103 1 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902055 206902194 ENST00000367103 2 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902380 206902444 ENST00000367103 3 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206902741 206902820 ENST00000367103 4 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206903317 206903443 ENST00000367103 5 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904033 206904108 ENST00000367103 6 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904483 206904607 ENST00000367103 7 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206904985 206905070 ENST00000367103 8 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206905184 206905264 ENST00000367103 9 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +CDS 1 206905920 206906060 ENST00000367103 10 MAPKAPK2 ENSG00000162889 Not Supported Not Supported +transcript 1 206902279 206902815 ENST00000493447 NA MAPKAPK2 ENSG00000162889 Not Supported Not Supported +transcript 1 206904633 206905461 ENST00000479009 NA MAPKAPK2 ENSG00000162889 Not Supported Not Supported +transcript 1 206869182 206869614 ENST00000451736 NA RP11-343H5.4 ENSG00000224114 Not Supported Not Supported +transcript 1 206921325 206921437 ENST00000362479 NA Y_RNA ENSG00000199349 Not Supported Not Supported +transcript 1 206940947 206945839 ENST00000423557 NA IL10 ENSG00000136634 Not Supported Not Supported +CDS 1 206945616 206945780 ENST00000423557 1 IL10 ENSG00000136634 Not Supported Not Supported +CDS 1 206944701 206944760 ENST00000423557 2 IL10 ENSG00000136634 Not Supported Not Supported +CDS 1 206944252 206944404 ENST00000423557 3 IL10 ENSG00000136634 Not Supported Not Supported +CDS 1 206943174 206943239 ENST00000423557 4 IL10 ENSG00000136634 Not Supported Not Supported +CDS 1 206941984 206942073 ENST00000423557 5 IL10 ENSG00000136634 Not Supported Not Supported +transcript 1 206942040 206944544 ENST00000471071 NA IL10 ENSG00000136634 Not Supported Not Supported +transcript 1 206942966 206944534 ENST00000367099 NA IL10 ENSG00000136634 Not Supported Not Supported +transcript 1 206972215 207016324 ENST00000340758 NA IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 206972240 206972351 ENST00000340758 1 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207010006 207010151 ENST00000340758 2 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207010303 207010368 ENST00000340758 3 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207013195 207013347 ENST00000340758 4 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207014349 207014423 ENST00000340758 5 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207015872 207015964 ENST00000340758 6 IL19 ENSG00000142224 Not Supported Not Supported +transcript 1 207002222 207015967 ENST00000270218 NA IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207010008 207010151 ENST00000270218 3 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207010303 207010368 ENST00000270218 4 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207013195 207013347 ENST00000270218 5 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207014349 207014423 ENST00000270218 6 IL19 ENSG00000142224 Not Supported Not Supported +CDS 1 207015872 207015964 ENST00000270218 7 IL19 ENSG00000142224 Not Supported Not Supported +transcript 1 207010008 207013959 ENST00000476097 NA IL19 ENSG00000142224 Not Supported Not Supported +transcript 1 207038699 207042568 ENST00000367098 NA IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039198 207039356 ENST00000367098 2 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039644 207039709 ENST00000367098 3 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039829 207039981 ENST00000367098 4 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207040729 207040803 ENST00000367098 5 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207041832 207041906 ENST00000367098 6 IL20 ENSG00000162891 Not Supported Not Supported +transcript 1 207039154 207042259 ENST00000367096 NA IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039198 207039356 ENST00000367096 1 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039644 207039709 ENST00000367096 2 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039829 207039981 ENST00000367096 3 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207040729 207040803 ENST00000367096 4 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207041832 207041906 ENST00000367096 5 IL20 ENSG00000162891 Not Supported Not Supported +transcript 1 207039198 207041909 ENST00000391930 NA IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039198 207039356 ENST00000391930 1 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039644 207039709 ENST00000391930 2 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207039829 207039981 ENST00000391930 3 IL20 ENSG00000162891 Not Supported Not Supported +CDS 1 207041832 207041906 ENST00000391930 4 IL20 ENSG00000162891 Not Supported Not Supported +transcript 1 207070788 207076825 ENST00000391929 NA IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207071178 207071221 ENST00000391929 2 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207072662 207072860 ENST00000391929 3 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207073640 207073702 ENST00000391929 4 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207074839 207074997 ENST00000391929 5 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207075343 207075417 ENST00000391929 6 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207076321 207076401 ENST00000391929 7 IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207070789 207077210 ENST00000294984 NA IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207071178 207071221 ENST00000294984 2 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207072665 207072860 ENST00000294984 3 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207073640 207073702 ENST00000294984 4 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207074839 207074997 ENST00000294984 5 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207075343 207075417 ENST00000294984 6 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207076321 207076401 ENST00000294984 7 IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207070789 207077484 ENST00000367095 NA IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207071178 207071221 ENST00000367095 2 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207073640 207073702 ENST00000367095 3 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207074839 207074884 ENST00000367095 4 IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207070789 207077484 ENST00000367093 NA IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207071178 207071221 ENST00000367093 2 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207072662 207072860 ENST00000367093 3 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207073640 207073702 ENST00000367093 4 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207075343 207075417 ENST00000367093 5 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207076321 207076401 ENST00000367093 6 IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207070810 207076495 ENST00000491169 NA IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207071178 207075417 ENST00000480741 NA IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207071178 207071221 ENST00000480741 1 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207073640 207073702 ENST00000480741 2 IL24 ENSG00000162892 Not Supported Not Supported +CDS 1 207075343 207075417 ENST00000480741 3 IL24 ENSG00000162892 Not Supported Not Supported +transcript 1 207077731 207095343 ENST00000367091 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000367091 1 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087104 207087439 ENST00000367091 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086274 207086387 ENST00000367091 3 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207085075 207085297 ENST00000367091 4 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207083555 207083685 ENST00000367091 5 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207083070 207083213 ENST00000367091 6 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207082807 207082865 ENST00000367091 7 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207078367 207078492 ENST00000367091 8 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207077870 207083290 ENST00000474041 NA FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207077904 207095343 ENST00000442471 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000442471 1 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086274 207086387 ENST00000442471 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207085075 207085297 ENST00000442471 3 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207083555 207083685 ENST00000442471 4 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207083070 207083213 ENST00000442471 5 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207082807 207082865 ENST00000442471 6 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207078367 207078492 ENST00000442471 7 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207078059 207095300 ENST00000528654 NA FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207078239 207095286 ENST00000463473 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000463473 1 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087207 207087439 ENST00000463473 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086283 207086387 ENST00000463473 3 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207078364 207095212 ENST00000420007 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000420007 1 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087104 207087439 ENST00000420007 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086274 207086387 ENST00000420007 3 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207085075 207085297 ENST00000420007 4 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207083070 207083213 ENST00000420007 5 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207082807 207082865 ENST00000420007 6 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207078488 207078492 ENST00000420007 7 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207086308 207096541 ENST00000525793 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000525793 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087104 207087439 ENST00000525793 3 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086308 207086387 ENST00000525793 4 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207086318 207096592 ENST00000529560 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000529560 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087104 207087439 ENST00000529560 3 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207086318 207086387 ENST00000529560 4 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207086977 207095286 ENST00000533312 NA FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207087146 207095342 ENST00000530505 NA FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207095163 207095199 ENST00000530505 1 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207094686 207094778 ENST00000530505 2 FAIM3 ENSG00000162894 Not Supported Not Supported +CDS 1 207087146 207087439 ENST00000530505 3 FAIM3 ENSG00000162894 Not Supported Not Supported +transcript 1 207079273 207079738 ENST00000604222 NA RP11-564A8.8 ENSG00000271680 Not Supported Not Supported +transcript 1 207080964 207081574 ENST00000446057 NA RP11-564A8.4 ENSG00000226945 Not Supported Not Supported +transcript 1 207101863 207119811 ENST00000356495 NA PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207113834 207113876 ENST00000356495 2 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207112464 207112808 ENST00000356495 3 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207110440 207111096 ENST00000356495 4 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207108831 207109163 ENST00000356495 5 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207107765 207108091 ENST00000356495 6 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207106331 207106511 ENST00000356495 7 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207105801 207105922 ENST00000356495 8 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207105016 207105147 ENST00000356495 9 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207104842 207104900 ENST00000356495 10 PIGR ENSG00000162896 Not Supported Not Supported +CDS 1 207103666 207103758 ENST00000356495 11 PIGR ENSG00000162896 Not Supported Not Supported +transcript 1 207104779 207105178 ENST00000487208 NA PIGR ENSG00000162896 Not Supported Not Supported +transcript 1 207110891 207112811 ENST00000491503 NA PIGR ENSG00000162896 Not Supported Not Supported +transcript 1 207131310 207143805 ENST00000324863 NA FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207143432 207143470 ENST00000324863 1 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207142593 207142703 ENST00000324863 2 FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207131312 207143970 ENST00000400962 NA FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207143432 207143470 ENST00000400962 2 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140928 207140996 ENST00000400962 3 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140397 207140457 ENST00000400962 4 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207139060 207139203 ENST00000400962 5 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207135558 207135896 ENST00000400962 6 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207133024 207133142 ENST00000400962 7 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207131998 207132021 ENST00000400962 8 FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207131465 207143945 ENST00000324852 NA FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207143432 207143470 ENST00000324852 1 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140928 207140996 ENST00000324852 2 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140397 207140457 ENST00000324852 3 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207139060 207139203 ENST00000324852 4 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207135558 207135896 ENST00000324852 5 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207133767 207134568 ENST00000324852 6 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207133024 207133142 ENST00000324852 7 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207131864 207132021 ENST00000324852 8 FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207131510 207143494 ENST00000450945 NA FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207143432 207143470 ENST00000450945 1 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140928 207140996 ENST00000450945 2 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207140397 207140457 ENST00000450945 3 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207139060 207139203 ENST00000450945 4 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207135558 207135896 ENST00000450945 5 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207133024 207133142 ENST00000450945 6 FCAMR ENSG00000162897 Not Supported Not Supported +CDS 1 207131998 207132021 ENST00000450945 7 FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207131853 207134180 ENST00000486178 NA FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207135638 207143827 ENST00000487149 NA FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207135700 207143845 ENST00000488345 NA FCAMR ENSG00000162897 Not Supported Not Supported +transcript 1 207191866 207206092 ENST00000359470 NA C1orf116 ENSG00000182795 Not Supported Not Supported +CDS 1 207200839 207200943 ENST00000359470 2 C1orf116 ENSG00000182795 Not Supported Not Supported +CDS 1 207198232 207198409 ENST00000359470 3 C1orf116 ENSG00000182795 Not Supported Not Supported +CDS 1 207195306 207196825 ENST00000359470 4 C1orf116 ENSG00000182795 Not Supported Not Supported +transcript 1 207194040 207206101 ENST00000461135 NA C1orf116 ENSG00000182795 Not Supported Not Supported +CDS 1 207195306 207196370 ENST00000461135 3 C1orf116 ENSG00000182795 Not Supported Not Supported +transcript 1 207212039 207212145 ENST00000459582 NA snoU13 ENSG00000238401 Not Supported Not Supported +transcript 1 207217194 207224422 ENST00000315927 NA YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207224033 207224375 ENST00000315927 1 YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207222368 207223068 ENST00000315927 2 YOD1 ENSG00000180667 Not Supported Not Supported +transcript 1 207217194 207226325 ENST00000367084 NA YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207225530 207225580 ENST00000367084 2 YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207224033 207224192 ENST00000367084 3 YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207222368 207223068 ENST00000367084 4 YOD1 ENSG00000180667 Not Supported Not Supported +transcript 1 207217194 207225580 ENST00000391927 NA YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207225530 207225580 ENST00000391927 1 YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207224033 207224192 ENST00000391927 2 YOD1 ENSG00000180667 Not Supported Not Supported +CDS 1 207222368 207223068 ENST00000391927 3 YOD1 ENSG00000180667 Not Supported Not Supported +transcript 1 207222801 207252479 ENST00000411990 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236048 207236061 ENST00000411990 4 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236488 207236554 ENST00000411990 5 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236692 207236766 ENST00000411990 6 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207237118 207237174 ENST00000411990 7 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207238381 207238505 ENST00000411990 8 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207240844 207241051 ENST00000411990 9 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207241508 207241654 ENST00000411990 10 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207242769 207242873 ENST00000411990 11 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207243625 207243754 ENST00000411990 12 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244533 207244595 ENST00000411990 13 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244854 207244918 ENST00000411990 14 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207252299 207252361 ENST00000411990 15 PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207226605 207251168 ENST00000367080 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207228063 207228147 ENST00000367080 2 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235298 207235423 ENST00000367080 3 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235965 207236061 ENST00000367080 4 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236488 207236554 ENST00000367080 5 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236692 207236766 ENST00000367080 6 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207237118 207237174 ENST00000367080 7 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207238381 207238505 ENST00000367080 8 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207240844 207241051 ENST00000367080 9 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207241508 207241654 ENST00000367080 10 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207242769 207242873 ENST00000367080 11 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207243625 207243754 ENST00000367080 12 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244533 207244595 ENST00000367080 13 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244854 207244918 ENST00000367080 14 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207245549 207245713 ENST00000367080 15 PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207226620 207236512 ENST00000464777 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207226628 207228300 ENST00000468857 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207226656 207254369 ENST00000367079 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207228063 207228147 ENST00000367079 2 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235298 207235423 ENST00000367079 3 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235965 207236061 ENST00000367079 4 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236488 207236554 ENST00000367079 5 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236692 207236766 ENST00000367079 6 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207237118 207237174 ENST00000367079 7 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207238381 207238505 ENST00000367079 8 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207240844 207241051 ENST00000367079 9 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207241508 207241654 ENST00000367079 10 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207242769 207242873 ENST00000367079 11 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207243625 207243754 ENST00000367079 12 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244533 207244595 ENST00000367079 13 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244854 207244918 ENST00000367079 14 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207252299 207252361 ENST00000367079 15 PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207228045 207245750 ENST00000545806 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235312 207235423 ENST00000545806 3 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207235965 207236061 ENST00000545806 4 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236488 207236554 ENST00000545806 5 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207236692 207236766 ENST00000545806 6 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207237118 207237174 ENST00000545806 7 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207238381 207238505 ENST00000545806 8 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207240844 207241051 ENST00000545806 9 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207241508 207241654 ENST00000545806 10 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207242769 207242873 ENST00000545806 11 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207243625 207243754 ENST00000545806 12 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244533 207244595 ENST00000545806 13 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244854 207244918 ENST00000545806 14 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207245549 207245713 ENST00000545806 15 PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207238349 207252731 ENST00000541914 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207238432 207238505 ENST00000541914 1 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207240844 207241051 ENST00000541914 2 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207241508 207241654 ENST00000541914 3 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207242769 207242873 ENST00000541914 4 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207243625 207243754 ENST00000541914 5 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207244854 207244918 ENST00000541914 6 PFKFB2 ENSG00000123836 Not Supported Not Supported +CDS 1 207252299 207252361 ENST00000541914 7 PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207242769 207253020 ENST00000473310 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207243990 207248910 ENST00000483688 NA PFKFB2 ENSG00000123836 Not Supported Not Supported +transcript 1 207262187 207273338 ENST00000367078 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262877 207262934 ENST00000367078 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263653 207263826 ENST00000367078 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000367078 4 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207269867 207269960 ENST00000367078 5 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207271495 207271609 ENST00000367078 6 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207273134 207273271 ENST00000367078 7 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262239 207265217 ENST00000492730 NA C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262558 207271534 ENST00000452902 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262877 207262934 ENST00000452902 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263653 207263826 ENST00000452902 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000452902 4 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207269867 207269960 ENST00000452902 5 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207271495 207271534 ENST00000452902 6 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262583 207273338 ENST00000243611 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262877 207262934 ENST00000243611 1 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263653 207263826 ENST00000243611 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000243611 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207269867 207269960 ENST00000243611 4 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207271495 207271609 ENST00000243611 5 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207273134 207273271 ENST00000243611 6 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262584 207273338 ENST00000367076 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262877 207262934 ENST00000367076 1 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263656 207263826 ENST00000367076 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000367076 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207269867 207269960 ENST00000367076 4 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207271495 207271609 ENST00000367076 5 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207273134 207273271 ENST00000367076 6 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262628 207273335 ENST00000391923 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262877 207262934 ENST00000391923 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263653 207263826 ENST00000391923 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000391923 4 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207269867 207269960 ENST00000391923 5 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207271495 207271609 ENST00000391923 6 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207273134 207273271 ENST00000391923 7 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207262887 207269240 ENST00000451804 NA C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207262904 207262934 ENST00000451804 1 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207263656 207263826 ENST00000451804 2 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207264989 207265165 ENST00000451804 3 C4BPB ENSG00000123843 Not Supported Not Supported +CDS 1 207268636 207268910 ENST00000451804 4 C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207268279 207273328 ENST00000469326 NA C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207271163 207273338 ENST00000470767 NA C4BPB ENSG00000123843 Not Supported Not Supported +transcript 1 207277607 207318317 ENST00000367070 NA C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207286371 207286512 ENST00000367070 2 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207287445 207287630 ENST00000367070 3 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207288761 207288860 ENST00000367070 4 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207297267 207297352 ENST00000367070 5 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207297520 207297711 ENST00000367070 6 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207300058 207300240 ENST00000367070 7 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207304891 207305085 ENST00000367070 8 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207307749 207307937 ENST00000367070 9 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207314451 207314621 ENST00000367070 10 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207317163 207317338 ENST00000367070 11 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207317889 207318059 ENST00000367070 12 C4BPA ENSG00000123838 Not Supported Not Supported +transcript 1 207277651 207297294 ENST00000421786 NA C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207286371 207286512 ENST00000421786 2 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207287445 207287630 ENST00000421786 3 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207288761 207288860 ENST00000421786 4 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207297267 207297294 ENST00000421786 5 C4BPA ENSG00000123838 Not Supported Not Supported +transcript 1 207277723 207288810 ENST00000424088 NA C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207286371 207286512 ENST00000424088 2 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207287445 207287630 ENST00000424088 3 C4BPA ENSG00000123838 Not Supported Not Supported +CDS 1 207288021 207288046 ENST00000424088 4 C4BPA ENSG00000123838 Not Supported Not Supported +transcript 1 207323522 207323626 ENST00000423510 NA RP11-164O23.5 ENSG00000226565 Not Supported Not Supported +transcript 1 207338841 207357255 ENST00000415474 NA C4BPAP1 ENSG00000224462 Not Supported Not Supported +transcript 1 207352641 207357407 ENST00000442684 NA RP11-164O23.7 ENSG00000243636 Not Supported Not Supported +transcript 1 207399143 207402547 ENST00000428434 NA C4BPAP2 ENSG00000232621 Not Supported Not Supported +transcript 1 207422412 207482466 ENST00000417084 NA RP11-6J21.2 ENSG00000237074 Not Supported Not Supported +transcript 1 207494853 207534311 ENST00000367064 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000367064 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000367064 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000367064 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000367064 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000367064 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000367064 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000367064 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000367064 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000367064 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207532891 207532952 ENST00000367064 10 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207494877 207514111 ENST00000367063 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000367063 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000367063 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000367063 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000367063 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000367063 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000367063 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000367063 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000367063 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000367063 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207513736 207513986 ENST00000367063 10 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207494988 207534311 ENST00000391921 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000391921 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000391921 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000391921 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000391921 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000391921 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000391921 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000391921 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000391921 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207532891 207532952 ENST00000391921 9 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495029 207533110 ENST00000367067 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000367067 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000367067 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207497925 ENST00000367067 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498012 207498090 ENST00000367067 4 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495032 207511004 ENST00000488171 NA CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495046 207533846 ENST00000314754 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000314754 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000314754 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000314754 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000314754 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000314754 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000314754 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000314754 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000314754 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000314754 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207513736 207513853 ENST00000314754 10 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207532891 207533011 ENST00000314754 11 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495093 207533221 ENST00000367065 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000367065 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000367065 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000367065 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000367065 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000367065 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000367065 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000367065 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000367065 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000367065 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207520792 207520906 ENST00000367065 10 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207532891 207533011 ENST00000367065 11 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495093 207533221 ENST00000391920 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000391920 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000391920 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000391920 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000391920 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000391920 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000391920 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000391920 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000391920 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000391920 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207527352 207527422 ENST00000391920 10 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495093 207533221 ENST00000367062 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000367062 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000367062 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000367062 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000367062 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000367062 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000367062 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000367062 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000367062 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000367062 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207523483 207523493 ENST00000367062 10 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495111 207533022 ENST00000482390 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495111 207495210 ENST00000482390 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000482390 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000482390 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000482390 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000482390 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000482390 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510163 ENST00000482390 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510674 207510754 ENST00000482390 8 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207512742 207512762 ENST00000482390 9 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207520477 207520526 ENST00000482390 10 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207495136 207510133 ENST00000343420 NA CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495136 207495210 ENST00000343420 1 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495581 207495634 ENST00000343420 2 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207495727 207495912 ENST00000343420 3 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207497904 207498095 ENST00000343420 4 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207498967 207499066 ENST00000343420 5 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207500097 207500182 ENST00000343420 6 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207504453 207504641 ENST00000343420 7 CD55 ENSG00000196352 Not Supported Not Supported +CDS 1 207510038 207510133 ENST00000343420 8 CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207498003 207533058 ENST00000465534 NA CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207498003 207533847 ENST00000476590 NA CD55 ENSG00000196352 Not Supported Not Supported +transcript 1 207627575 207663240 ENST00000367058 NA CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207627764 207627821 ENST00000367058 1 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207639871 207640257 ENST00000367058 2 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207641872 207642060 ENST00000367058 3 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642145 207642244 ENST00000367058 4 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642495 207642577 ENST00000367058 5 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207643040 207643447 ENST00000367058 6 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644085 207644261 ENST00000367058 7 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644342 207644432 ENST00000367058 8 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644768 207644844 ENST00000367058 9 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646117 207646524 ENST00000367058 10 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647146 207647230 ENST00000367058 11 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647586 207647668 ENST00000367058 12 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207648169 207648561 ENST00000367058 13 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207649579 207649764 ENST00000367058 14 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207651230 207651415 ENST00000367058 15 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207652602 207652625 ENST00000367058 16 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207653323 207653398 ENST00000367058 17 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207658809 207658896 ENST00000367058 18 CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207627575 207663240 ENST00000367057 NA CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207627764 207627821 ENST00000367057 1 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207639871 207640257 ENST00000367057 2 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207641872 207642060 ENST00000367057 3 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642145 207642244 ENST00000367057 4 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642495 207642577 ENST00000367057 5 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207643040 207643447 ENST00000367057 6 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644085 207644261 ENST00000367057 7 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644342 207644432 ENST00000367057 8 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644768 207644844 ENST00000367057 9 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646117 207646524 ENST00000367057 10 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646890 207647066 ENST00000367057 11 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647146 207647230 ENST00000367057 12 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647586 207647668 ENST00000367057 13 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207648169 207648561 ENST00000367057 14 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207649579 207649764 ENST00000367057 15 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207651230 207651415 ENST00000367057 16 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207652602 207652625 ENST00000367057 17 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207653323 207653398 ENST00000367057 18 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207658809 207658896 ENST00000367057 19 CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207627575 207663240 ENST00000367059 NA CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207627764 207627821 ENST00000367059 1 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207639871 207640257 ENST00000367059 2 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207641872 207642060 ENST00000367059 3 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642145 207642244 ENST00000367059 4 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642495 207642577 ENST00000367059 5 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207643040 207643447 ENST00000367059 6 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644085 207644261 ENST00000367059 7 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644342 207644432 ENST00000367059 8 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644768 207644844 ENST00000367059 9 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646117 207646524 ENST00000367059 10 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647146 207647230 ENST00000367059 11 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647586 207647668 ENST00000367059 12 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207648169 207648561 ENST00000367059 13 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207651230 207651415 ENST00000367059 14 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207652602 207652625 ENST00000367059 15 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207653323 207653398 ENST00000367059 16 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207658809 207658896 ENST00000367059 17 CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207627710 207663234 ENST00000458541 NA CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207627764 207627821 ENST00000458541 1 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207639871 207640257 ENST00000458541 2 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207641872 207642060 ENST00000458541 3 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642145 207642244 ENST00000458541 4 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207642495 207642577 ENST00000458541 5 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207643040 207643447 ENST00000458541 6 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644085 207644261 ENST00000458541 7 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207644342 207644432 ENST00000458541 8 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646117 207646213 ENST00000458541 9 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207646218 207646524 ENST00000458541 10 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647146 207647230 ENST00000458541 11 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207647586 207647668 ENST00000458541 12 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207648169 207648561 ENST00000458541 13 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207649579 207649764 ENST00000458541 14 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207651230 207651415 ENST00000458541 15 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207652602 207652625 ENST00000458541 16 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207653323 207653398 ENST00000458541 17 CR2 ENSG00000117322 Not Supported Not Supported +CDS 1 207658809 207658896 ENST00000458541 18 CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207627996 207640101 ENST00000479186 NA CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207641651 207643278 ENST00000485707 NA CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207644360 207645317 ENST00000475194 NA CR2 ENSG00000117322 Not Supported Not Supported +transcript 1 207669492 207732829 ENST00000367050 NA CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669502 207813992 ENST00000367052 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000367052 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000367052 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000367052 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000367052 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000367052 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700098 207700274 ENST00000367052 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700366 207700468 ENST00000367052 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207702061 207702146 ENST00000367052 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207705525 207705743 ENST00000367052 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207706754 207706933 ENST00000367052 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207707542 207707641 ENST00000367052 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207713326 207713411 ENST00000367052 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207715527 207715925 ENST00000367052 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718653 207718829 ENST00000367052 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718921 207719023 ENST00000367052 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207720616 207720701 ENST00000367052 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207724080 207724298 ENST00000367052 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207725309 207725488 ENST00000367052 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207726097 207726196 ENST00000367052 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000367052 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000367052 21 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000367052 22 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000367052 23 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000367052 24 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000367052 25 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000367052 26 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000367052 27 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000367052 28 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207783033 ENST00000367052 29 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785022 207785198 ENST00000367052 30 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785284 207785386 ENST00000367052 31 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207787749 207787834 ENST00000367052 32 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000367052 33 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000367052 34 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000367052 35 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000367052 36 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000367052 37 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803966 ENST00000367052 38 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207812742 207812751 ENST00000367052 39 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669502 207813992 ENST00000367051 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000367051 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000367051 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000367051 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000367051 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207715527 207715925 ENST00000367051 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718653 207718829 ENST00000367051 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718921 207719023 ENST00000367051 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207720616 207720701 ENST00000367051 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207724080 207724298 ENST00000367051 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207725309 207725488 ENST00000367051 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207726097 207726196 ENST00000367051 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207731883 207731968 ENST00000367051 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207734084 207734482 ENST00000367051 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737209 207737385 ENST00000367051 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737477 207737579 ENST00000367051 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207739183 207739268 ENST00000367051 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207741169 207741387 ENST00000367051 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207742404 207742583 ENST00000367051 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207743192 207743291 ENST00000367051 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000367051 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000367051 21 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000367051 22 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000367051 23 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000367051 24 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000367051 25 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000367051 26 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000367051 27 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000367051 28 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207783033 ENST00000367051 29 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785022 207785198 ENST00000367051 30 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785284 207785386 ENST00000367051 31 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207787749 207787834 ENST00000367051 32 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000367051 33 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000367051 34 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000367051 35 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000367051 36 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000367051 37 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803966 ENST00000367051 38 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207812742 207812751 ENST00000367051 39 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669502 207813992 ENST00000367053 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000367053 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000367053 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000367053 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000367053 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000367053 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700098 207700274 ENST00000367053 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700366 207700468 ENST00000367053 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207702061 207702146 ENST00000367053 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207705525 207705743 ENST00000367053 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207706754 207706933 ENST00000367053 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207707542 207707641 ENST00000367053 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207713326 207713411 ENST00000367053 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207734084 207734482 ENST00000367053 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737209 207737385 ENST00000367053 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737477 207737579 ENST00000367053 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207739183 207739268 ENST00000367053 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207741169 207741387 ENST00000367053 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207742404 207742583 ENST00000367053 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207743192 207743291 ENST00000367053 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000367053 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000367053 21 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000367053 22 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000367053 23 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000367053 24 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000367053 25 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000367053 26 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000367053 27 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000367053 28 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207783033 ENST00000367053 29 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785022 207785198 ENST00000367053 30 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785284 207785386 ENST00000367053 31 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207787749 207787834 ENST00000367053 32 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000367053 33 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000367053 34 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000367053 35 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000367053 36 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000367053 37 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803966 ENST00000367053 38 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207812742 207812751 ENST00000367053 39 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669573 207813553 ENST00000400960 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000400960 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000400960 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000400960 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000400960 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000400960 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700098 207700274 ENST00000400960 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700366 207700468 ENST00000400960 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207702061 207702146 ENST00000400960 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207705525 207705743 ENST00000400960 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207706754 207706933 ENST00000400960 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207707542 207707641 ENST00000400960 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207713326 207713411 ENST00000400960 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207715527 207715925 ENST00000400960 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737209 207737385 ENST00000400960 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737477 207737579 ENST00000400960 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207739183 207739268 ENST00000400960 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207741169 207741387 ENST00000400960 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207742404 207742583 ENST00000400960 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207743192 207743291 ENST00000400960 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000400960 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000400960 21 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000400960 22 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000400960 23 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000400960 24 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000400960 25 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000400960 26 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000400960 27 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000400960 28 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207783033 ENST00000400960 29 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785022 207785198 ENST00000400960 30 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785284 207785386 ENST00000400960 31 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207787749 207787834 ENST00000400960 32 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000400960 33 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000400960 34 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000400960 35 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000400960 36 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000400960 37 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803966 ENST00000400960 38 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207812742 207812751 ENST00000400960 39 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669583 207680955 ENST00000530487 NA CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669606 207782891 ENST00000534202 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000534202 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000534202 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000534202 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000534202 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000534202 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718653 207718829 ENST00000534202 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718921 207719023 ENST00000534202 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207720616 207720701 ENST00000534202 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207724080 207724298 ENST00000534202 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207742404 207742583 ENST00000534202 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207743192 207743291 ENST00000534202 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000534202 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000534202 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000534202 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000534202 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000534202 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000534202 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000534202 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000534202 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000534202 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207782891 ENST00000534202 21 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669613 207812754 ENST00000367049 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669613 207669733 ENST00000367049 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000367049 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000367049 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000367049 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000367049 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700098 207700274 ENST00000367049 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207700366 207700468 ENST00000367049 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207702061 207702146 ENST00000367049 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207705525 207705743 ENST00000367049 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207706754 207706933 ENST00000367049 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207707542 207707641 ENST00000367049 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207713326 207713411 ENST00000367049 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207715527 207715925 ENST00000367049 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718653 207718829 ENST00000367049 14 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718921 207719023 ENST00000367049 15 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207720616 207720701 ENST00000367049 16 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207724080 207724298 ENST00000367049 17 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207725309 207725488 ENST00000367049 18 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207726097 207726196 ENST00000367049 19 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207731883 207731968 ENST00000367049 20 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207734084 207734482 ENST00000367049 21 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737209 207737385 ENST00000367049 22 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737477 207737579 ENST00000367049 23 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207739183 207739268 ENST00000367049 24 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207741169 207741387 ENST00000367049 25 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207742404 207742583 ENST00000367049 26 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207743192 207743291 ENST00000367049 27 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207748940 207749025 ENST00000367049 28 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207751150 207751548 ENST00000367049 29 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753585 207753761 ENST00000367049 30 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207753856 207753958 ENST00000367049 31 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207755263 207755348 ENST00000367049 32 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207757994 207758221 ENST00000367049 33 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207760731 207760910 ENST00000367049 34 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207762020 207762119 ENST00000367049 35 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207780596 207780681 ENST00000367049 36 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207782635 207783033 ENST00000367049 37 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785022 207785198 ENST00000367049 38 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207785284 207785386 ENST00000367049 39 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207787749 207787834 ENST00000367049 40 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000367049 41 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000367049 42 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000367049 43 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000367049 44 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000367049 45 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803966 ENST00000367049 46 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207812742 207812751 ENST00000367049 47 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669686 207708340 ENST00000434033 NA CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669686 207726895 ENST00000450439 NA CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669686 207743990 ENST00000436595 NA CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207669686 207803972 ENST00000529814 NA CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207669686 207669733 ENST00000529814 1 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207679249 207679428 ENST00000529814 2 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207680059 207680158 ENST00000529814 3 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207684914 207684999 ENST00000529814 4 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207696956 207697354 ENST00000529814 5 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207718653 207718829 ENST00000529814 6 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207737477 207737579 ENST00000529814 7 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207739183 207739268 ENST00000529814 8 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207789920 207790147 ENST00000529814 9 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207791416 207791592 ENST00000529814 10 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207793225 207793410 ENST00000529814 11 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207795318 207795341 ENST00000529814 12 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207796338 207796413 ENST00000529814 13 CR1 ENSG00000203710 Not Supported Not Supported +CDS 1 207803862 207803972 ENST00000529814 14 CR1 ENSG00000203710 Not Supported Not Supported +transcript 1 207688630 207688688 ENST00000517235 NA AL691452.1 ENSG00000253044 Not Supported Not Supported +transcript 1 207725270 207726324 ENST00000439443 NA RP11-78B10.2 ENSG00000236911 Not Supported Not Supported +transcript 1 207726068 207779900 ENST00000597497 NA RP11-78B10.2 ENSG00000236911 Not Supported Not Supported +transcript 1 207743181 207779900 ENST00000596003 NA RP11-78B10.2 ENSG00000236911 Not Supported Not Supported +transcript 1 207818458 207857381 ENST00000531844 NA CR1L ENSG00000197721 Not Supported Not Supported +transcript 1 207818519 207897048 ENST00000508064 NA CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207818579 207818675 ENST00000508064 1 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207850734 207850913 ENST00000508064 2 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207851543 207851642 ENST00000508064 3 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207857217 207857302 ENST00000508064 4 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207867698 207868096 ENST00000508064 5 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207870848 207871024 ENST00000508064 6 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207871116 207871218 ENST00000508064 7 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207872534 207872619 ENST00000508064 8 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207874864 207874963 ENST00000508064 9 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207881523 207881608 ENST00000508064 10 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207890809 207891036 ENST00000508064 11 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207896963 207897027 ENST00000508064 12 CR1L ENSG00000197721 Not Supported Not Supported +transcript 1 207842461 207851612 ENST00000430248 NA CR1L ENSG00000197721 Not Supported Not Supported +transcript 1 207842784 207884163 ENST00000530905 NA CR1L ENSG00000197721 Not Supported Not Supported +transcript 1 207850805 207911761 ENST00000294997 NA CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207850805 207850913 ENST00000294997 1 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207851543 207851642 ENST00000294997 2 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207857217 207857302 ENST00000294997 3 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207867698 207868096 ENST00000294997 4 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207870848 207871024 ENST00000294997 5 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207871116 207871218 ENST00000294997 6 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207872534 207872619 ENST00000294997 7 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207874864 207874963 ENST00000294997 8 CR1L ENSG00000197721 Not Supported Not Supported +CDS 1 207888657 207888663 ENST00000294997 9 CR1L ENSG00000197721 Not Supported Not Supported +transcript 1 207818579 207830755 ENST00000441364 NA CD46P1 ENSG00000244703 Not Supported Not Supported +transcript 1 207831799 207832487 ENST00000442572 NA RP11-57I17.3 ENSG00000226289 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000358170 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000358170 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000358170 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000358170 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000358170 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000358170 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000358170 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940952 207940996 ENST00000358170 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000358170 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000358170 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000358170 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000358170 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000358170 12 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207963598 207963646 ENST00000358170 13 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000354848 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000354848 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000354848 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000354848 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000354848 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000354848 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000354848 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000354848 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000354848 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000354848 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000354848 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000354848 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000354848 12 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000322918 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000322918 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000322918 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000322918 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000322918 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000322918 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000322918 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000322918 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000322918 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000322918 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966937 ENST00000322918 10 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000367042 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000367042 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000367042 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000367042 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000367042 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000367042 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000367042 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000367042 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000367042 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000367042 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000367042 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000367042 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207963598 207963646 ENST00000367042 12 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000367041 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000367041 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000367041 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000367041 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000367041 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000367041 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000367041 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000367041 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000367041 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000367041 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000367041 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207963598 207963646 ENST00000367041 11 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000357714 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000357714 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000357714 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000357714 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000357714 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000357714 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000357714 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000357714 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000357714 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000357714 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000357714 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000357714 11 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000322875 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000322875 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000322875 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000322875 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000322875 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000322875 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000322875 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940952 207940996 ENST00000322875 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000322875 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000322875 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000322875 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000322875 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000322875 12 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000322875 13 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000367047 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000367047 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000367047 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000367047 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000367047 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000367047 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940952 207940996 ENST00000367047 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000367047 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000367047 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000367047 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000367047 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000367047 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000367047 12 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000441839 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000441839 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000441839 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000441839 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000441839 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000441839 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000441839 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000441839 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943666 207943707 ENST00000441839 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000441839 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000441839 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966937 ENST00000441839 11 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925402 207968858 ENST00000361067 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000361067 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000361067 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000361067 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000361067 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000361067 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000361067 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940952 207940996 ENST00000361067 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000361067 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000361067 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000361067 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000361067 11 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000361067 12 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925413 207933069 ENST00000493796 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925413 207968858 ENST00000469535 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925460 207968851 ENST00000360212 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000360212 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000360212 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000360212 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000360212 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000360212 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000360212 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000360212 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000360212 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000360212 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000360212 10 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207925468 207966991 ENST00000480003 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207925558 207925654 ENST00000480003 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930359 207930547 ENST00000480003 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207930885 207930987 ENST00000480003 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207932984 207933069 ENST00000480003 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207934594 207934791 ENST00000480003 5 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207940358 207940540 ENST00000480003 6 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207941124 207941168 ENST00000480003 7 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000480003 8 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000480003 9 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000480003 10 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966933 ENST00000480003 11 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207934330 207940462 ENST00000464082 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207940550 207943707 ENST00000496723 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207943386 207967218 ENST00000488596 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207943398 207957073 ENST00000490278 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207943655 207959407 ENST00000471987 NA CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207943684 207968569 ENST00000462968 NA CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207943684 207943707 ENST00000462968 1 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207956637 207956675 ENST00000462968 2 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958416 207958451 ENST00000462968 3 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207958964 207959027 ENST00000462968 4 CD46 ENSG00000117335 Not Supported Not Supported +CDS 1 207966864 207966936 ENST00000462968 5 CD46 ENSG00000117335 Not Supported Not Supported +transcript 1 207935929 207936608 ENST00000435216 NA RP11-454L1.2 ENSG00000234219 Not Supported Not Supported +transcript 1 207974863 208042495 ENST00000608023 NA C1orf132 ENSG00000203709 Not Supported Not Supported +transcript 1 207975197 207975284 ENST00000385231 NA C1orf132 ENSG00000203709 Not Supported Not Supported +transcript 1 207975788 207975868 ENST00000385055 NA C1orf132 ENSG00000203709 Not Supported Not Supported +transcript 1 207986905 207996048 ENST00000487977 NA C1orf132 ENSG00000203709 Not Supported Not Supported +transcript 1 207990582 208042495 ENST00000415882 NA C1orf132 ENSG00000203709 Not Supported Not Supported +transcript 1 208047140 208052418 ENST00000435542 NA RP11-328D5.1 ENSG00000226202 Not Supported Not Supported +transcript 1 208057594 208072479 ENST00000485761 NA CD34 ENSG00000174059 Not Supported Not Supported +transcript 1 208059884 208063837 ENST00000367036 NA CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208063060 208063182 ENST00000367036 1 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062810 208062966 ENST00000367036 2 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062506 208062558 ENST00000367036 3 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062027 208062191 ENST00000367036 4 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208061086 208061268 ENST00000367036 5 CD34 ENSG00000174059 Not Supported Not Supported +transcript 1 208059884 208084747 ENST00000310833 NA CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208084347 208084425 ENST00000310833 1 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208073166 208073348 ENST00000310833 2 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208072318 208072571 ENST00000310833 3 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208070838 208070918 ENST00000310833 4 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062810 208062966 ENST00000310833 5 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062506 208062558 ENST00000310833 6 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062027 208062191 ENST00000310833 7 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208061086 208061268 ENST00000310833 8 CD34 ENSG00000174059 Not Supported Not Supported +transcript 1 208059884 208084747 ENST00000356522 NA CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208084347 208084425 ENST00000356522 1 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208073166 208073348 ENST00000356522 2 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208072318 208072571 ENST00000356522 3 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208070838 208070918 ENST00000356522 4 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062810 208062966 ENST00000356522 5 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062506 208062558 ENST00000356522 6 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062027 208062191 ENST00000356522 7 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208061452 208061463 ENST00000356522 8 CD34 ENSG00000174059 Not Supported Not Supported +transcript 1 208060661 208084461 ENST00000537704 NA CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208073166 208073276 ENST00000537704 2 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208070838 208070918 ENST00000537704 3 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062810 208062966 ENST00000537704 4 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062506 208062558 ENST00000537704 5 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208062027 208062191 ENST00000537704 6 CD34 ENSG00000174059 Not Supported Not Supported +CDS 1 208061086 208061268 ENST00000537704 7 CD34 ENSG00000174059 Not Supported Not Supported +transcript 1 208195587 208417665 ENST00000367033 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208390080 208391267 ENST00000367033 2 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208383625 208383807 ENST00000367033 3 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208315674 208315808 ENST00000367033 4 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208276492 208276592 ENST00000367033 5 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208272191 208272314 ENST00000367033 6 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208270075 208270228 ENST00000367033 7 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208269374 208269470 ENST00000367033 8 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208266131 208266245 ENST00000367033 9 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208257725 208257925 ENST00000367033 10 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208255757 208255853 ENST00000367033 11 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208252605 208252795 ENST00000367033 12 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208234031 208234182 ENST00000367033 13 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208227766 208227883 ENST00000367033 14 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208225672 208225808 ENST00000367033 15 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208224601 208224768 ENST00000367033 16 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208224354 208224447 ENST00000367033 17 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208219223 208219462 ENST00000367033 18 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208218412 208218555 ENST00000367033 19 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208217853 208218087 ENST00000367033 20 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208216406 208216548 ENST00000367033 21 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208215443 208215711 ENST00000367033 22 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208213337 208213403 ENST00000367033 23 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208212966 208213112 ENST00000367033 24 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208212170 208212329 ENST00000367033 25 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208211716 208211819 ENST00000367033 26 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208207838 208207937 ENST00000367033 27 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208206664 208206854 ENST00000367033 28 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208204935 208205104 ENST00000367033 29 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208202175 208202387 ENST00000367033 30 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208201354 208201504 ENST00000367033 31 PLXNA2 ENSG00000076356 Not Supported Not Supported +CDS 1 208200591 208200683 ENST00000367033 32 PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208199449 208203648 ENST00000483048 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208204387 208204998 ENST00000480053 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208212252 208213609 ENST00000463510 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208383332 208390359 ENST00000460870 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208403536 208417646 ENST00000486969 NA PLXNA2 ENSG00000076356 Not Supported Not Supported +transcript 1 208428635 208428721 ENST00000427435 NA RP11-2P2.1 ENSG00000226843 Not Supported Not Supported +transcript 1 208780445 208785537 ENST00000568112 NA RP11-565N2.1 ENSG00000261453 Not Supported Not Supported +transcript 1 208800086 208801430 ENST00000567538 NA RP11-565N2.2 ENSG00000259815 Not Supported Not Supported +transcript 1 208870714 208871043 ENST00000419030 NA RPS26P13 ENSG00000227887 Not Supported Not Supported +transcript 1 208902033 208906529 ENST00000415754 NA RP11-459K23.2 ENSG00000232812 Not Supported Not Supported +transcript 1 209145799 209148652 ENST00000453569 NA RP5-1051D14.1 ENSG00000236950 Not Supported Not Supported +transcript 1 209320612 209328446 ENST00000416349 NA RP11-385M4.1 ENSG00000232537 Not Supported Not Supported +transcript 1 209346359 209346720 ENST00000431570 NA RP11-385M4.2 ENSG00000228081 Not Supported Not Supported +transcript 1 209405541 209406764 ENST00000429208 NA RP11-385M4.3 ENSG00000224540 Not Supported Not Supported +transcript 1 209441143 209441568 ENST00000433580 NA ATP5G2P1 ENSG00000225712 Not Supported Not Supported +transcript 1 209498801 209501877 ENST00000448988 NA RP11-372M18.1 ENSG00000227940 Not Supported Not Supported +transcript 1 209541007 209553035 ENST00000443636 NA RP11-372M18.2 ENSG00000231648 Not Supported Not Supported +transcript 1 209545400 209546904 ENST00000447257 NA RP11-372M18.2 ENSG00000231648 Not Supported Not Supported +transcript 1 209602165 209605882 ENST00000429156 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602165 209605890 ENST00000433108 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602168 209605890 ENST00000366437 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602182 209605729 ENST00000603283 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602183 209605894 ENST00000431096 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602205 209605752 ENST00000451937 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602428 209603966 ENST00000444286 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602649 209606183 ENST00000458250 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602857 209604631 ENST00000419143 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209602908 209605894 ENST00000440276 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209605478 209605587 ENST00000384891 NA MIR205HG ENSG00000230937 Not Supported Not Supported +transcript 1 209701800 209741018 ENST00000424696 NA RP1-272L16.1 ENSG00000224260 Not Supported Not Supported +transcript 1 209701886 209720925 ENST00000453331 NA RP1-272L16.1 ENSG00000224260 Not Supported Not Supported +transcript 1 209757062 209787283 ENST00000009105 NA CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209768329 209768420 ENST00000009105 2 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209773328 209773456 ENST00000009105 3 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209776559 209776633 ENST00000009105 4 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209778881 209779019 ENST00000009105 5 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209779665 209779788 ENST00000009105 6 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209781203 209781278 ENST00000009105 7 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209782325 209782437 ENST00000009105 8 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209783196 209783274 ENST00000009105 9 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209784810 209784897 ENST00000009105 10 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209785137 209785561 ENST00000009105 11 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209786130 209786217 ENST00000009105 12 CAMK1G ENSG00000008118 Not Supported Not Supported +transcript 1 209757074 209783258 ENST00000423146 NA CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209768329 209768420 ENST00000423146 2 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209773328 209773456 ENST00000423146 3 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209776559 209776633 ENST00000423146 4 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209778881 209779019 ENST00000423146 5 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209779665 209779788 ENST00000423146 6 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209782325 209782437 ENST00000423146 7 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209783196 209783258 ENST00000423146 8 CAMK1G ENSG00000008118 Not Supported Not Supported +transcript 1 209757074 209787283 ENST00000361322 NA CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209768329 209768420 ENST00000361322 2 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209773328 209773456 ENST00000361322 3 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209776559 209776633 ENST00000361322 4 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209778881 209779019 ENST00000361322 5 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209779665 209779788 ENST00000361322 6 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209781203 209781278 ENST00000361322 7 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209782325 209782437 ENST00000361322 8 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209783196 209783274 ENST00000361322 9 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209784810 209784897 ENST00000361322 10 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209785137 209785561 ENST00000361322 11 CAMK1G ENSG00000008118 Not Supported Not Supported +CDS 1 209786130 209786217 ENST00000361322 12 CAMK1G ENSG00000008118 Not Supported Not Supported +transcript 1 209781139 209785289 ENST00000494990 NA CAMK1G ENSG00000008118 Not Supported Not Supported +transcript 1 209788215 209825811 ENST00000356082 NA LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209824262 209824289 ENST00000356082 2 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209823309 209823463 ENST00000356082 3 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811879 209811993 ENST00000356082 4 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811253 209811326 ENST00000356082 5 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209807792 209807983 ENST00000356082 6 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209806415 209806478 ENST00000356082 7 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209805928 209806121 ENST00000356082 8 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803960 209804080 ENST00000356082 9 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803082 209803270 ENST00000356082 10 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209801380 209801535 ENST00000356082 11 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800728 209800924 ENST00000356082 12 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800212 209800323 ENST00000356082 13 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209798993 209799371 ENST00000356082 14 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209797185 209797345 ENST00000356082 15 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796850 209797070 ENST00000356082 16 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796327 209796524 ENST00000356082 17 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209795881 209796025 ENST00000356082 18 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791797 209792004 ENST00000356082 19 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791252 209791393 ENST00000356082 20 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209790755 209790931 ENST00000356082 21 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209789816 209789969 ENST00000356082 22 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209788619 209788752 ENST00000356082 23 LAMB3 ENSG00000196878 Not Supported Not Supported +transcript 1 209788220 209824679 ENST00000391911 NA LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209824262 209824289 ENST00000391911 1 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209823309 209823463 ENST00000391911 2 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811879 209811993 ENST00000391911 3 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811253 209811326 ENST00000391911 4 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209807792 209807983 ENST00000391911 5 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209806415 209806478 ENST00000391911 6 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209805928 209806121 ENST00000391911 7 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803960 209804080 ENST00000391911 8 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803082 209803270 ENST00000391911 9 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209801380 209801535 ENST00000391911 10 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800728 209800924 ENST00000391911 11 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800212 209800323 ENST00000391911 12 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209798993 209799371 ENST00000391911 13 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209797185 209797345 ENST00000391911 14 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796850 209797070 ENST00000391911 15 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796327 209796524 ENST00000391911 16 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209795881 209796025 ENST00000391911 17 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791797 209792004 ENST00000391911 18 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791252 209791393 ENST00000391911 19 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209790755 209790931 ENST00000391911 20 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209789816 209789969 ENST00000391911 21 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209788619 209788752 ENST00000391911 22 LAMB3 ENSG00000196878 Not Supported Not Supported +transcript 1 209788322 209825674 ENST00000367030 NA LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209824262 209824289 ENST00000367030 2 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209823309 209823463 ENST00000367030 3 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811879 209811993 ENST00000367030 4 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811253 209811326 ENST00000367030 5 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209807792 209807983 ENST00000367030 6 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209806415 209806478 ENST00000367030 7 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209805928 209806121 ENST00000367030 8 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803960 209804080 ENST00000367030 9 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209803082 209803270 ENST00000367030 10 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209801380 209801535 ENST00000367030 11 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800728 209800924 ENST00000367030 12 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209800212 209800323 ENST00000367030 13 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209798993 209799371 ENST00000367030 14 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209797185 209797345 ENST00000367030 15 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796850 209797070 ENST00000367030 16 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209796327 209796524 ENST00000367030 17 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209795881 209796025 ENST00000367030 18 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791797 209792004 ENST00000367030 19 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791252 209791393 ENST00000367030 20 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209790755 209790931 ENST00000367030 21 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209789816 209789969 ENST00000367030 22 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209788619 209788752 ENST00000367030 23 LAMB3 ENSG00000196878 Not Supported Not Supported +transcript 1 209789926 209792143 ENST00000455193 NA LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791797 209791912 ENST00000455193 1 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209791252 209791393 ENST00000455193 2 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209790755 209790931 ENST00000455193 3 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209789926 209789969 ENST00000455193 4 LAMB3 ENSG00000196878 Not Supported Not Supported +transcript 1 209807792 209824739 ENST00000415782 NA LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209824262 209824289 ENST00000415782 2 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209823309 209823463 ENST00000415782 3 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811879 209811993 ENST00000415782 4 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209811253 209811326 ENST00000415782 5 LAMB3 ENSG00000196878 Not Supported Not Supported +CDS 1 209807792 209807983 ENST00000415782 6 LAMB3 ENSG00000196878 Not Supported Not Supported +transcript 1 209796789 209796855 ENST00000583107 NA MIR4260 ENSG00000264831 Not Supported Not Supported +transcript 1 209834709 209848592 ENST00000445272 NA RP1-28O10.1 ENSG00000227591 Not Supported Not Supported +transcript 1 209834711 209897470 ENST00000441672 NA RP1-28O10.1 ENSG00000227591 Not Supported Not Supported +transcript 1 209848765 209849733 ENST00000367029 NA G0S2 ENSG00000123689 Not Supported Not Supported +CDS 1 209849030 209849338 ENST00000367029 2 G0S2 ENSG00000123689 Not Supported Not Supported +transcript 1 209859510 209908295 ENST00000367028 NA HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209878288 209878375 ENST00000367028 2 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209879156 209879286 ENST00000367028 3 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880054 209880165 ENST00000367028 4 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880288 209880473 ENST00000367028 5 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209905781 209905924 ENST00000367028 6 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209907649 209907863 ENST00000367028 7 HSD11B1 ENSG00000117594 Not Supported Not Supported +transcript 1 209859550 209908295 ENST00000261465 NA HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209878288 209878375 ENST00000261465 2 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209879156 209879286 ENST00000261465 3 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880054 209880165 ENST00000261465 4 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880288 209880473 ENST00000261465 5 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209905781 209905924 ENST00000261465 6 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209907649 209907863 ENST00000261465 7 HSD11B1 ENSG00000117594 Not Supported Not Supported +transcript 1 209878191 209908209 ENST00000367027 NA HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209878288 209878375 ENST00000367027 1 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209879156 209879286 ENST00000367027 2 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880054 209880165 ENST00000367027 3 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209880288 209880473 ENST00000367027 4 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209905781 209905924 ENST00000367027 5 HSD11B1 ENSG00000117594 Not Supported Not Supported +CDS 1 209907649 209907863 ENST00000367027 6 HSD11B1 ENSG00000117594 Not Supported Not Supported +transcript 1 209917718 209918559 ENST00000429195 NA ADORA2BP ENSG00000236136 Not Supported Not Supported +transcript 1 209929377 209953000 ENST00000400959 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933669 ENST00000400959 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000400959 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000400959 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000400959 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000400959 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000400959 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000400959 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000400959 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000400959 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000400959 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000400959 13 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952776 209952795 ENST00000400959 14 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209929394 209955660 ENST00000367025 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933729 ENST00000367025 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000367025 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000367025 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000367025 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000367025 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000367025 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000367025 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000367025 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000367025 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000367025 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000367025 13 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952719 ENST00000367025 14 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209953815 209953951 ENST00000367025 15 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209954690 209954803 ENST00000367025 16 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209955401 209955490 ENST00000367025 17 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209929411 209953000 ENST00000478359 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933729 ENST00000478359 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000478359 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000478359 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000478359 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000478359 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000478359 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000478359 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000478359 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000478359 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951461 ENST00000478359 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209929481 209933462 ENST00000479796 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933462 ENST00000479796 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209929481 209935941 ENST00000468672 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209929524 209955665 ENST00000367026 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933669 ENST00000367026 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000367026 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000367026 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000367026 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000367026 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000367026 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000367026 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000367026 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000367026 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000367026 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000367026 13 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952719 ENST00000367026 14 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209953815 209953951 ENST00000367026 15 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209954690 209954803 ENST00000367026 16 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209955401 209955490 ENST00000367026 17 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209931843 209955652 ENST00000367024 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933729 ENST00000367024 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000367024 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000367024 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000367024 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000367024 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000367024 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000367024 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000367024 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000367024 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000367024 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000367024 13 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952719 ENST00000367024 14 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209953815 209953951 ENST00000367024 15 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209954690 209954803 ENST00000367024 16 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209955401 209955490 ENST00000367024 17 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209933385 209955664 ENST00000010338 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209933385 209933669 ENST00000010338 1 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209935860 209936007 ENST00000010338 2 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936158 209936215 ENST00000010338 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936413 209936437 ENST00000010338 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936708 209936737 ENST00000010338 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209936837 209936932 ENST00000010338 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209946293 209946364 ENST00000010338 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948694 209948834 ENST00000010338 8 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000010338 9 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000010338 10 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000010338 11 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952719 ENST00000010338 12 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209953815 209953951 ENST00000010338 13 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209954690 209954803 ENST00000010338 14 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209955401 209955490 ENST00000010338 15 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209941833 209953001 ENST00000367023 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948712 209948834 ENST00000367023 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000367023 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000367023 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000367023 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952745 ENST00000367023 7 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209941940 209952998 ENST00000476050 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209941950 209950729 ENST00000487271 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948712 209948834 ENST00000487271 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000487271 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950729 ENST00000487271 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209941950 209950766 ENST00000474496 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209941960 209955658 ENST00000477431 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948712 209948834 ENST00000477431 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209948944 209949081 ENST00000477431 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950697 209950832 ENST00000477431 5 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209955401 209955471 ENST00000477431 6 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209946293 209955668 ENST00000480569 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209949153 209952709 ENST00000488702 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209950784 209955665 ENST00000471368 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209950784 209950832 ENST00000471368 1 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209951456 209951518 ENST00000471368 2 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209952660 209952719 ENST00000471368 3 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +CDS 1 209954690 209954727 ENST00000471368 4 TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209951712 209955652 ENST00000460314 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209954184 209955528 ENST00000467830 NA TRAF3IP3 ENSG00000009790 Not Supported Not Supported +transcript 1 209955661 209957904 ENST00000294811 NA C1orf74 ENSG00000162757 Not Supported Not Supported +CDS 1 209956173 209956979 ENST00000294811 2 C1orf74 ENSG00000162757 Not Supported Not Supported +transcript 1 209959036 209979389 ENST00000367021 NA IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209974585 209974758 ENST00000367021 3 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209969693 209969897 ENST00000367021 4 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209968635 209968763 ENST00000367021 5 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209965614 209965772 ENST00000367021 6 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209963840 209964232 ENST00000367021 7 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209963012 209963130 ENST00000367021 8 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209961768 209961989 ENST00000367021 9 IRF6 ENSG00000117595 Not Supported Not Supported +transcript 1 209961697 209979465 ENST00000542854 NA IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209969693 209969786 ENST00000542854 2 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209968635 209968763 ENST00000542854 3 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209965614 209965772 ENST00000542854 4 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209963840 209964232 ENST00000542854 5 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209963012 209963130 ENST00000542854 6 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209961768 209961989 ENST00000542854 7 IRF6 ENSG00000117595 Not Supported Not Supported +transcript 1 209964071 209975511 ENST00000456314 NA IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209974585 209974758 ENST00000456314 2 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209969693 209969897 ENST00000456314 3 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209968635 209968763 ENST00000456314 4 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209965614 209965772 ENST00000456314 5 IRF6 ENSG00000117595 Not Supported Not Supported +CDS 1 209964071 209964232 ENST00000456314 6 IRF6 ENSG00000117595 Not Supported Not Supported +transcript 1 209964083 209966059 ENST00000464698 NA IRF6 ENSG00000117595 Not Supported Not Supported +transcript 1 209960324 209961038 ENST00000430751 NA RP3-434O14.8 ENSG00000232222 Not Supported Not Supported +transcript 1 210001352 210030910 ENST00000491415 NA DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210001409 210001515 ENST00000491415 1 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210003453 210003492 ENST00000491415 2 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210004148 210004388 ENST00000491415 3 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210006530 210006703 ENST00000491415 4 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210008420 210008508 ENST00000491415 5 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210010146 210010556 ENST00000491415 6 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210012254 210012473 ENST00000491415 7 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210014198 210014400 ENST00000491415 8 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210015610 210015792 ENST00000491415 9 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210015928 210016040 ENST00000491415 10 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210016796 210017041 ENST00000491415 11 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210024549 210024789 ENST00000491415 12 DIEXF ENSG00000117597 Not Supported Not Supported +transcript 1 210012150 210017977 ENST00000457820 NA DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210012150 210012473 ENST00000457820 1 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210014198 210014400 ENST00000457820 2 DIEXF ENSG00000117597 Not Supported Not Supported +CDS 1 210015610 210015828 ENST00000457820 3 DIEXF ENSG00000117597 Not Supported Not Supported +transcript 1 210111538 210337631 ENST00000422431 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210111596 210111622 ENST00000422431 1 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210126054 210126101 ENST00000422431 2 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210139238 210139358 ENST00000422431 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210186978 210187142 ENST00000422431 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000422431 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000422431 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000422431 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000422431 8 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210332766 210332822 ENST00000422431 9 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000422431 10 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210111538 210337631 ENST00000534859 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210111610 210111622 ENST00000534859 1 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210126054 210126101 ENST00000534859 2 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210186978 210187142 ENST00000534859 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000534859 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000534859 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000534859 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000534859 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210332745 210332822 ENST00000534859 8 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000534859 9 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210111538 210337631 ENST00000399639 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210111610 210111622 ENST00000399639 1 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210126054 210126101 ENST00000399639 2 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210186978 210187142 ENST00000399639 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000399639 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000399639 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000399639 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000399639 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210330224 210330225 ENST00000399639 8 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210332766 210332783 ENST00000399639 9 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210111538 210337631 ENST00000537238 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210187031 210187142 ENST00000537238 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000537238 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000537238 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000537238 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000537238 8 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000537238 9 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210111576 210335568 ENST00000367019 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210111610 210111622 ENST00000367019 1 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210126054 210126101 ENST00000367019 2 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210186978 210187142 ENST00000367019 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000367019 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000367019 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000367019 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000367019 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210332766 210332822 ENST00000367019 8 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000367019 9 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210111596 210335671 ENST00000472886 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210111610 210111622 ENST00000472886 1 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210126054 210126101 ENST00000472886 2 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210186978 210187142 ENST00000472886 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000472886 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000472886 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000472886 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000472886 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000472886 8 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210126054 210337636 ENST00000271745 NA SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210126054 210337636 ENST00000367015 NA SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210187031 210187142 ENST00000367015 3 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210194384 210194599 ENST00000367015 4 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210267667 210267938 ENST00000367015 5 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210273357 210273806 ENST00000367015 6 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210329066 210329255 ENST00000367015 7 SYT14 ENSG00000143469 Not Supported Not Supported +CDS 1 210334074 210334384 ENST00000367015 8 SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210194391 210336312 ENST00000469604 NA SYT14 ENSG00000143469 Not Supported Not Supported +transcript 1 210404801 210406317 ENST00000475406 NA SERTAD4-AS1 ENSG00000203706 Not Supported Not Supported +transcript 1 210404801 210407389 ENST00000437764 NA SERTAD4-AS1 ENSG00000203706 Not Supported Not Supported +transcript 1 210404801 210407392 ENST00000480052 NA SERTAD4-AS1 ENSG00000203706 Not Supported Not Supported +transcript 1 210406144 210419600 ENST00000367012 NA SERTAD4 ENSG00000082497 Not Supported Not Supported +CDS 1 210411306 210411480 ENST00000367012 2 SERTAD4 ENSG00000082497 Not Supported Not Supported +CDS 1 210412838 210412953 ENST00000367012 3 SERTAD4 ENSG00000082497 Not Supported Not Supported +CDS 1 210414903 210415679 ENST00000367012 4 SERTAD4 ENSG00000082497 Not Supported Not Supported +transcript 1 210410627 210415510 ENST00000490620 NA SERTAD4 ENSG00000082497 Not Supported Not Supported +transcript 1 210411288 210419973 ENST00000482421 NA SERTAD4 ENSG00000082497 Not Supported Not Supported +transcript 1 210411323 210419976 ENST00000483884 NA SERTAD4 ENSG00000082497 Not Supported Not Supported +transcript 1 210438981 210440586 ENST00000442505 NA ST13P19 ENSG00000228110 Not Supported Not Supported +transcript 1 210440225 210440587 ENST00000425218 NA ST13P19 ENSG00000228110 Not Supported Not Supported +transcript 1 210477029 210477885 ENST00000451327 NA RP4-667H12.4 ENSG00000233455 Not Supported Not Supported +transcript 1 210501596 210849638 ENST00000413764 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000413764 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000413764 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000413764 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000413764 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000413764 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000413764 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000413764 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000413764 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000413764 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000413764 11 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000413764 12 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210501596 210849638 ENST00000541565 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000541565 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000541565 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000541565 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000541565 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000541565 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000541565 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000541565 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000541565 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000541565 10 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502250 210849638 ENST00000545154 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210502355 210502448 ENST00000545154 1 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000545154 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000545154 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000545154 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000545154 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000545154 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000545154 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000545154 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000545154 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000545154 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000545154 11 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502250 210849638 ENST00000537898 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000537898 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000537898 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000537898 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000537898 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000537898 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000537898 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000537898 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000537898 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000537898 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000537898 11 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502250 210804507 ENST00000391905 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000391905 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000391905 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000391905 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000391905 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000391905 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000391905 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000391905 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000391905 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000391905 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000391905 11 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210804341 210804504 ENST00000391905 12 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502264 210847796 ENST00000545781 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560842 210560925 ENST00000545781 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000545781 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000545781 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000545781 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000545781 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000545781 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000545781 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000545781 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000545781 10 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502297 210849638 ENST00000261458 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000261458 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000261458 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000261458 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000261458 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000261458 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000261458 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000261458 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000261458 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000261458 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000261458 11 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000261458 12 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502297 210847751 ENST00000308852 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522387 210522410 ENST00000308852 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000308852 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000308852 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000308852 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000308852 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000308852 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000308852 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000308852 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000308852 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000308852 11 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210502644 210849638 ENST00000367010 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210522320 210522410 ENST00000367010 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210536196 210536263 ENST00000367010 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560812 210560925 ENST00000367010 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210573812 210574006 ENST00000367010 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000367010 6 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000367010 7 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000367010 8 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000367010 9 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000367010 10 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000367010 11 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000367010 12 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210536196 210637999 ENST00000426968 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210560842 210560925 ENST00000426968 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210577808 210578023 ENST00000426968 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210591498 210591669 ENST00000426968 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637849 210637999 ENST00000426968 5 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210612927 210849638 ENST00000367009 NA HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210637923 210637999 ENST00000367009 2 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210686497 210686532 ENST00000367009 3 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210761242 210761443 ENST00000367009 4 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210796870 210797014 ENST00000367009 5 HHAT ENSG00000054392 Not Supported Not Supported +CDS 1 210847630 210847718 ENST00000367009 6 HHAT ENSG00000054392 Not Supported Not Supported +transcript 1 210547498 210547611 ENST00000364102 NA RNU5A-8P ENSG00000200972 Not Supported Not Supported +transcript 1 210635689 210636356 ENST00000605288 NA RP5-879K22.1 ENSG00000270936 Not Supported Not Supported +transcript 1 210856555 211307315 ENST00000271751 NA KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211307209 211307287 ENST00000271751 1 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211280596 211280719 ENST00000271751 2 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211276838 211276944 ENST00000271751 3 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211263904 211264032 ENST00000271751 4 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211256122 211256240 ENST00000271751 5 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211192125 211192598 ENST00000271751 6 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211092982 211093411 ENST00000271751 7 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210977309 210977508 ENST00000271751 8 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210970850 210971102 ENST00000271751 9 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210948690 210948886 ENST00000271751 10 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210856626 210857480 ENST00000271751 11 KCNH1 ENSG00000143473 Not Supported Not Supported +transcript 1 210856580 211307457 ENST00000367007 NA KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211307209 211307287 ENST00000367007 1 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211280596 211280719 ENST00000367007 2 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211276838 211276944 ENST00000367007 3 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211263904 211264032 ENST00000367007 4 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211256122 211256240 ENST00000367007 5 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211192206 211192598 ENST00000367007 6 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 211092982 211093411 ENST00000367007 7 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210977309 210977508 ENST00000367007 8 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210970850 210971102 ENST00000367007 9 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210948690 210948886 ENST00000367007 10 KCNH1 ENSG00000143473 Not Supported Not Supported +CDS 1 210856626 210857480 ENST00000367007 11 KCNH1 ENSG00000143473 Not Supported Not Supported +transcript 1 211032519 211035627 ENST00000455509 NA IPO8P1 ENSG00000224668 Not Supported Not Supported +transcript 1 211305930 211306716 ENST00000438597 NA KCNH1-IT1 ENSG00000234233 Not Supported Not Supported +transcript 1 211346819 211347193 ENST00000457822 NA RP11-543B16.1 ENSG00000234004 Not Supported Not Supported +transcript 1 211346830 211347191 ENST00000427600 NA RP11-543B16.1 ENSG00000234004 Not Supported Not Supported +transcript 1 211355498 211356446 ENST00000450040 NA RP11-543B16.3 ENSG00000223562 Not Supported Not Supported +transcript 1 211380389 211381286 ENST00000397651 NA RP11-543B16.2 ENSG00000226986 Not Supported Not Supported +transcript 1 211380581 211381239 ENST00000431591 NA RP11-543B16.2 ENSG00000226986 Not Supported Not Supported +transcript 1 211384331 211384424 ENST00000408561 NA AC092017.1 ENSG00000221488 Not Supported Not Supported +transcript 1 211431719 211449677 ENST00000534478 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433458 211433506 ENST00000534478 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000534478 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000534478 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449677 ENST00000534478 6 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211431750 211451565 ENST00000533469 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433458 211433506 ENST00000533469 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000533469 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000533469 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000533469 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451565 ENST00000533469 6 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432621 211487933 ENST00000367006 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211432903 211433068 ENST00000367006 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433450 211433506 ENST00000367006 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000367006 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000367006 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000367006 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451583 ENST00000367006 6 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000367006 7 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000367006 8 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000367006 9 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000367006 10 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486766 211486998 ENST00000367006 11 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432730 211486640 ENST00000452621 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211432903 211433068 ENST00000452621 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433450 211433506 ENST00000452621 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000452621 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000452621 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000452621 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451583 ENST00000452621 6 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000452621 7 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000452621 8 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000452621 9 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000452621 10 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486062 211486333 ENST00000452621 11 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432738 211486146 ENST00000528926 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211432903 211433068 ENST00000528926 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433450 211433506 ENST00000528926 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211441117 211441212 ENST00000528926 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000528926 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000528926 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000528926 6 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451583 ENST00000528926 7 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000528926 8 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000528926 9 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211464866 211464941 ENST00000528926 10 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469028 ENST00000528926 11 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432775 211487361 ENST00000419091 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211432903 211433068 ENST00000419091 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433450 211433506 ENST00000419091 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000419091 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000419091 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000419091 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451583 ENST00000419091 6 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000419091 7 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000419091 8 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000419091 9 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000419091 10 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486062 211486303 ENST00000419091 11 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486766 211487107 ENST00000419091 12 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432895 211444912 ENST00000528408 NA RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211432948 211434544 ENST00000472734 NA RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211433289 211452618 ENST00000529572 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433458 211433506 ENST00000529572 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000529572 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444870 211444874 ENST00000529572 3 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211433317 211489727 ENST00000367005 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211433458 211433506 ENST00000367005 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211444574 211444651 ENST00000367005 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211447552 211447604 ENST00000367005 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211449599 211449760 ENST00000367005 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211451459 211451583 ENST00000367005 5 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000367005 6 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000367005 7 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000367005 8 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000367005 9 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486062 211486303 ENST00000367005 10 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486766 211487107 ENST00000367005 11 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211452580 211486816 ENST00000534460 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211452580 211452658 ENST00000534460 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000534460 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000534460 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486766 211486816 ENST00000534460 4 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211462520 211487014 ENST00000529763 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462520 211462738 ENST00000529763 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000529763 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000529763 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486062 211486177 ENST00000529763 4 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211486766 211487014 ENST00000529763 5 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211462674 211486161 ENST00000485186 NA RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211462674 211462738 ENST00000485186 1 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211469018 211469095 ENST00000485186 2 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211477425 211477482 ENST00000485186 3 RCOR3 ENSG00000117625 Not Supported Not Supported +CDS 1 211485697 211485719 ENST00000485186 4 RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211474803 211487929 ENST00000486666 NA RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211477353 211486367 ENST00000528066 NA RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211485579 211487181 ENST00000526255 NA RCOR3 ENSG00000117625 Not Supported Not Supported +transcript 1 211499957 211538851 ENST00000462410 NA TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211499957 211548282 ENST00000336184 NA TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211526582 211526799 ENST00000336184 2 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211527752 211527809 ENST00000336184 3 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211529709 211529810 ENST00000336184 4 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211533254 211533418 ENST00000336184 5 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534044 211534121 ENST00000336184 6 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534430 211534504 ENST00000336184 7 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211538718 211538810 ENST00000336184 8 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211542794 211542934 ENST00000336184 9 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211544644 211544812 ENST00000336184 10 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211545470 211546041 ENST00000336184 11 TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211500040 211534490 ENST00000488428 NA TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211500169 211546246 ENST00000427925 NA TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211526582 211526799 ENST00000427925 2 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211527752 211527809 ENST00000427925 3 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211529709 211529810 ENST00000427925 4 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211538718 211538810 ENST00000427925 5 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211542794 211542934 ENST00000427925 6 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211544644 211544812 ENST00000427925 7 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211545470 211546041 ENST00000427925 8 TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211500175 211526960 ENST00000494355 NA TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211500179 211548288 ENST00000261464 NA TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211526582 211526799 ENST00000261464 2 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211527752 211527809 ENST00000261464 3 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211529709 211529810 ENST00000261464 4 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211533254 211533418 ENST00000261464 5 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534044 211534121 ENST00000261464 6 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534430 211534504 ENST00000261464 7 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211538718 211538810 ENST00000261464 8 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211542794 211542934 ENST00000261464 9 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211544644 211544812 ENST00000261464 10 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211545470 211546041 ENST00000261464 11 TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211519706 211546137 ENST00000367004 NA TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211526582 211526799 ENST00000367004 2 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211527752 211527809 ENST00000367004 3 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211529709 211529810 ENST00000367004 4 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211533254 211533418 ENST00000367004 5 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534044 211534121 ENST00000367004 6 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211534430 211534504 ENST00000367004 7 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211538718 211538810 ENST00000367004 8 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211542794 211542934 ENST00000367004 9 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211544644 211544812 ENST00000367004 10 TRAF5 ENSG00000082512 Not Supported Not Supported +CDS 1 211545470 211546041 ENST00000367004 11 TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211542271 211548127 ENST00000473385 NA TRAF5 ENSG00000082512 Not Supported Not Supported +transcript 1 211556145 211605878 ENST00000423222 NA LINC00467 ENSG00000153363 Not Supported Not Supported +transcript 1 211556145 211570206 ENST00000534914 NA LINC00467 ENSG00000153363 Not Supported Not Supported +transcript 1 211556179 211565318 ENST00000448567 NA LINC00467 ENSG00000153363 Not Supported Not Supported +transcript 1 211590367 211591276 ENST00000441817 NA SNX25P1 ENSG00000236809 Not Supported Not Supported +transcript 1 211608414 211608675 ENST00000563421 NA RP11-318L16.6 ENSG00000261252 Not Supported Not Supported +transcript 1 211615616 211616148 ENST00000457786 NA ARPC3P2 ENSG00000238137 Not Supported Not Supported +transcript 1 211649864 211665373 ENST00000484910 NA RD3 ENSG00000198570 Not Supported Not Supported +transcript 1 211649864 211666259 ENST00000367002 NA RD3 ENSG00000198570 Not Supported Not Supported +CDS 1 211654462 211654757 ENST00000367002 2 RD3 ENSG00000198570 Not Supported Not Supported +CDS 1 211652381 211652669 ENST00000367002 3 RD3 ENSG00000198570 Not Supported Not Supported +transcript 1 211665597 211666259 ENST00000417794 NA RP11-359E8.3 ENSG00000223649 Not Supported Not Supported +transcript 1 211744910 211752084 ENST00000367001 NA SLC30A1 ENSG00000170385 Not Supported Not Supported +CDS 1 211751333 211751954 ENST00000367001 1 SLC30A1 ENSG00000170385 Not Supported Not Supported +CDS 1 211748733 211749631 ENST00000367001 2 SLC30A1 ENSG00000170385 Not Supported Not Supported +transcript 1 211756357 211757067 ENST00000567907 NA RP11-359E8.5 ENSG00000261314 Not Supported Not Supported +transcript 1 211809248 211816209 ENST00000452024 NA RP11-354K1.2 ENSG00000228792 Not Supported Not Supported +transcript 1 211813037 211827923 ENST00000412871 NA RP11-354K1.1 ENSG00000227764 Not Supported Not Supported +transcript 1 211813150 211827518 ENST00000430123 NA RP11-354K1.1 ENSG00000227764 Not Supported Not Supported +transcript 1 211826798 211826891 ENST00000410148 NA AL356310.1 ENSG00000222080 Not Supported Not Supported +transcript 1 211833531 211834619 ENST00000438304 NA FDPSP8 ENSG00000224763 Not Supported Not Supported +transcript 1 211836114 211848960 ENST00000366999 NA NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211848726 211848821 ENST00000366999 1 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211847638 211847855 ENST00000366999 2 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211846825 211847065 ENST00000366999 3 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211844544 211844626 ENST00000366999 4 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211843623 211843749 ENST00000366999 5 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211842455 211842674 ENST00000366999 6 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211840448 211840573 ENST00000366999 7 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211836771 211836994 ENST00000366999 8 NEK2 ENSG00000117650 Not Supported Not Supported +transcript 1 211836481 211848933 ENST00000540251 NA NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211847638 211847822 ENST00000540251 3 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211846825 211847065 ENST00000540251 4 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211844544 211844626 ENST00000540251 5 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211843623 211843749 ENST00000540251 6 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211842455 211842674 ENST00000540251 7 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211840448 211840573 ENST00000540251 8 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211836771 211836994 ENST00000540251 9 NEK2 ENSG00000117650 Not Supported Not Supported +transcript 1 211836745 211844626 ENST00000462283 NA NEK2 ENSG00000117650 Not Supported Not Supported +transcript 1 211836867 211842861 ENST00000489633 NA NEK2 ENSG00000117650 Not Supported Not Supported +transcript 1 211839772 211848899 ENST00000366998 NA NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211848726 211848821 ENST00000366998 1 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211847638 211847855 ENST00000366998 2 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211846825 211847065 ENST00000366998 3 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211844544 211844626 ENST00000366998 4 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211843623 211843749 ENST00000366998 5 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211842455 211842674 ENST00000366998 6 NEK2 ENSG00000117650 Not Supported Not Supported +CDS 1 211840407 211840573 ENST00000366998 7 NEK2 ENSG00000117650 Not Supported Not Supported +transcript 1 211849104 211860132 ENST00000415202 NA RP11-122M14.1 ENSG00000231057 Not Supported Not Supported +transcript 1 211855106 211860801 ENST00000421933 NA RP11-122M14.1 ENSG00000231057 Not Supported Not Supported +transcript 1 211859864 211863445 ENST00000443174 NA RP11-122M14.1 ENSG00000231057 Not Supported Not Supported +transcript 1 211889270 211898744 ENST00000458662 NA RP11-122M14.3 ENSG00000226868 Not Supported Not Supported +transcript 1 211916799 212004114 ENST00000366997 NA LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 212002401 212002638 ENST00000366997 2 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211966414 211966532 ENST00000366997 3 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211960974 211961069 ENST00000366997 4 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211956571 211956844 ENST00000366997 5 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211952260 211952386 ENST00000366997 6 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211924303 211924409 ENST00000366997 7 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211923244 211923392 ENST00000366997 8 LPGAT1 ENSG00000123684 Not Supported Not Supported +transcript 1 211923135 212003580 ENST00000366996 NA LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 212002401 212002638 ENST00000366996 2 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211966414 211966532 ENST00000366996 3 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211960974 211961069 ENST00000366996 4 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211956571 211956844 ENST00000366996 5 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211952260 211952386 ENST00000366996 6 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211924303 211924409 ENST00000366996 7 LPGAT1 ENSG00000123684 Not Supported Not Supported +CDS 1 211923244 211923392 ENST00000366996 8 LPGAT1 ENSG00000123684 Not Supported Not Supported +transcript 1 211952342 211966668 ENST00000498690 NA LPGAT1 ENSG00000123684 Not Supported Not Supported +transcript 1 212002521 212004064 ENST00000488600 NA LPGAT1 ENSG00000123684 Not Supported Not Supported +transcript 1 211965455 211965748 ENST00000485522 NA RN7SL344P ENSG00000241395 Not Supported Not Supported +transcript 1 211976359 211976446 ENST00000390903 NA Y_RNA ENSG00000212205 Not Supported Not Supported +transcript 1 212003188 212019783 ENST00000457272 NA RP11-552D8.1 ENSG00000229258 Not Supported Not Supported +transcript 1 212004303 212026985 ENST00000430623 NA RP11-552D8.1 ENSG00000229258 Not Supported Not Supported +transcript 1 212004689 212013275 ENST00000429499 NA RP11-552D8.1 ENSG00000229258 Not Supported Not Supported +transcript 1 212004690 212027045 ENST00000446560 NA RP11-552D8.1 ENSG00000229258 Not Supported Not Supported +transcript 1 212109591 212109976 ENST00000416056 NA RP11-565J7.1 ENSG00000233626 Not Supported Not Supported +transcript 1 212113741 212208878 ENST00000469606 NA INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212113743 212208884 ENST00000366994 NA INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212208686 212208779 ENST00000366994 1 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212194425 212194554 ENST00000366994 2 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212193464 212193610 ENST00000366994 3 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212190228 212190365 ENST00000366994 4 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212184717 212184763 ENST00000366994 5 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212180592 212180791 ENST00000366994 6 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212179981 212180103 ENST00000366994 7 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212161228 212161345 ENST00000366994 8 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212156018 212156152 ENST00000366994 9 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212154435 212154532 ENST00000366994 10 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212151614 212151853 ENST00000366994 11 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212149924 212150061 ENST00000366994 12 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212148508 212148714 ENST00000366994 13 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141855 212142049 ENST00000366994 14 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141220 212141323 ENST00000366994 15 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212139772 212139840 ENST00000366994 16 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212125911 212126043 ENST00000366994 17 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212119949 212120047 ENST00000366994 18 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212118126 212118311 ENST00000366994 19 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212115169 212115453 ENST00000366994 20 INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212114690 212208878 ENST00000366993 NA INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212208686 212208779 ENST00000366993 1 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212194425 212194554 ENST00000366993 2 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212193464 212193610 ENST00000366993 3 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212190228 212190365 ENST00000366993 4 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212184717 212184763 ENST00000366993 5 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212180592 212180791 ENST00000366993 6 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212179981 212180103 ENST00000366993 7 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212161228 212161345 ENST00000366993 8 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212156018 212156152 ENST00000366993 9 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212154435 212154532 ENST00000366993 10 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212151614 212151853 ENST00000366993 11 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212149924 212150061 ENST00000366993 12 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212148508 212148714 ENST00000366993 13 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141855 212142049 ENST00000366993 14 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141220 212141323 ENST00000366993 15 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212139772 212139840 ENST00000366993 16 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212125953 212126043 ENST00000366993 17 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212119949 212120047 ENST00000366993 18 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212118126 212118311 ENST00000366993 19 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212115169 212115453 ENST00000366993 20 INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212114698 212208862 ENST00000366992 NA INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212208686 212208779 ENST00000366992 1 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212194425 212194554 ENST00000366992 2 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212193464 212193610 ENST00000366992 3 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212190228 212190365 ENST00000366992 4 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212184717 212184763 ENST00000366992 5 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212180592 212180791 ENST00000366992 6 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212179981 212180103 ENST00000366992 7 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212161228 212161345 ENST00000366992 8 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212156018 212156152 ENST00000366992 9 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212154435 212154532 ENST00000366992 10 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212151614 212151853 ENST00000366992 11 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212149924 212150061 ENST00000366992 12 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212148508 212148714 ENST00000366992 13 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141855 212142049 ENST00000366992 14 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141220 212141323 ENST00000366992 15 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212139772 212139840 ENST00000366992 16 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212125911 212126043 ENST00000366992 17 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212119949 212119987 ENST00000366992 18 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212118126 212118311 ENST00000366992 19 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212115169 212115453 ENST00000366992 20 INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212114883 212208881 ENST00000440600 NA INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212208686 212208779 ENST00000440600 1 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212194425 212194554 ENST00000440600 2 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212190228 212190365 ENST00000440600 3 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212184717 212184763 ENST00000440600 4 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212180592 212180791 ENST00000440600 5 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212179981 212180103 ENST00000440600 6 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212161228 212161345 ENST00000440600 7 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212156018 212156152 ENST00000440600 8 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212154435 212154532 ENST00000440600 9 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212151614 212151853 ENST00000440600 10 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212149924 212150061 ENST00000440600 11 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212148508 212148714 ENST00000440600 12 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141855 212142049 ENST00000440600 13 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212141220 212141323 ENST00000440600 14 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212139772 212139840 ENST00000440600 15 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212125911 212126043 ENST00000440600 16 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212119949 212120047 ENST00000440600 17 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212118126 212118311 ENST00000440600 18 INTS7 ENSG00000143493 Not Supported Not Supported +CDS 1 212115169 212115453 ENST00000440600 19 INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212119949 212150000 ENST00000475798 NA INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212125769 212148684 ENST00000461212 NA INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212139466 212142049 ENST00000462910 NA INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212180007 212184969 ENST00000460867 NA INTS7 ENSG00000143493 Not Supported Not Supported +transcript 1 212198903 212199024 ENST00000390885 NA SNORA26 ENSG00000212187 Not Supported Not Supported +transcript 1 212208919 212278348 ENST00000366991 NA DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212209233 212209284 ENST00000366991 1 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212216335 212216460 ENST00000366991 2 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212218002 212218100 ENST00000366991 3 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212220493 212220554 ENST00000366991 4 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212220639 212220759 ENST00000366991 5 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212236226 212236291 ENST00000366991 6 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212238259 212238371 ENST00000366991 7 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212240154 212240227 ENST00000366991 8 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212241566 212241669 ENST00000366991 9 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212241941 212242045 ENST00000366991 10 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212245443 212245555 ENST00000366991 11 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212251515 212251604 ENST00000366991 12 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212253957 212254092 ENST00000366991 13 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212273594 212274426 ENST00000366991 14 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212276184 212276279 ENST00000366991 15 DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212209092 212276604 ENST00000542077 NA DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212209233 212209284 ENST00000542077 1 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212218002 212218100 ENST00000542077 2 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212220493 212220554 ENST00000542077 3 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212220639 212220759 ENST00000542077 4 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212236226 212236291 ENST00000542077 5 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212238259 212238371 ENST00000542077 6 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212240154 212240227 ENST00000542077 7 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212241566 212241669 ENST00000542077 8 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212241941 212242045 ENST00000542077 9 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212245443 212245555 ENST00000542077 10 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212251515 212251604 ENST00000542077 11 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212253957 212254092 ENST00000542077 12 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212273594 212274426 ENST00000542077 13 DTL ENSG00000143476 Not Supported Not Supported +CDS 1 212276184 212276279 ENST00000542077 14 DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212209188 212277936 ENST00000475419 NA DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212245416 212274042 ENST00000489149 NA DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212253711 212273768 ENST00000463791 NA DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212273988 212280742 ENST00000496442 NA DTL ENSG00000143476 Not Supported Not Supported +transcript 1 212224829 212225371 ENST00000327274 NA RPL21P28 ENSG00000220749 Not Supported Not Supported +transcript 1 212224866 212225348 ENST00000401418 NA RPL21P28 ENSG00000220749 Not Supported Not Supported +transcript 1 212250955 212251027 ENST00000577243 NA MIR3122 ENSG00000264358 Not Supported Not Supported +transcript 1 212272863 212273018 ENST00000517070 NA RN7SKP98 ENSG00000252879 Not Supported Not Supported +transcript 1 212341549 212363601 ENST00000444750 NA RP11-15I11.2 ENSG00000229983 Not Supported Not Supported +transcript 1 212398620 212407888 ENST00000443448 NA RP11-15I11.3 ENSG00000226251 Not Supported Not Supported +transcript 1 212398622 212399880 ENST00000412221 NA RP11-15I11.3 ENSG00000226251 Not Supported Not Supported +transcript 1 212398622 212412319 ENST00000431307 NA RP11-15I11.3 ENSG00000226251 Not Supported Not Supported +transcript 1 212458879 212535200 ENST00000261461 NA PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212459453 212459633 ENST00000261461 1 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212502477 212502673 ENST00000261461 2 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212506839 212506940 ENST00000261461 3 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212515530 212515622 ENST00000261461 4 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212519145 212519275 ENST00000261461 5 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212520689 212520748 ENST00000261461 6 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212521731 212521839 ENST00000261461 7 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212522531 212522584 ENST00000261461 8 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212529968 212530018 ENST00000261461 9 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212530292 212530411 ENST00000261461 10 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212530499 212530626 ENST00000261461 11 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212532028 212532129 ENST00000261461 12 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212533980 212534109 ENST00000261461 13 PPP2R5A ENSG00000066027 Not Supported Not Supported +transcript 1 212475148 212534264 ENST00000537030 NA PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212475425 212475434 ENST00000537030 1 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212502477 212502673 ENST00000537030 2 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212506839 212506940 ENST00000537030 3 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212515530 212515622 ENST00000537030 4 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212519145 212519275 ENST00000537030 5 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212520689 212520748 ENST00000537030 6 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212521731 212521839 ENST00000537030 7 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212522531 212522584 ENST00000537030 8 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212529968 212530018 ENST00000537030 9 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212530292 212530411 ENST00000537030 10 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212530499 212530626 ENST00000537030 11 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212532028 212532129 ENST00000537030 12 PPP2R5A ENSG00000066027 Not Supported Not Supported +CDS 1 212533980 212534109 ENST00000537030 13 PPP2R5A ENSG00000066027 Not Supported Not Supported +transcript 1 212475205 212492887 ENST00000498123 NA PPP2R5A ENSG00000066027 Not Supported Not Supported +transcript 1 212475205 212515622 ENST00000479259 NA PPP2R5A ENSG00000066027 Not Supported Not Supported +transcript 1 212475205 212519225 ENST00000498129 NA PPP2R5A ENSG00000066027 Not Supported Not Supported +transcript 1 212470790 212472921 ENST00000446847 NA RP11-384C4.6 ENSG00000230063 Not Supported Not Supported +transcript 1 212472837 212505055 ENST00000442146 NA RP11-384C4.7 ENSG00000234915 Not Supported Not Supported +transcript 1 212482393 212482860 ENST00000416139 NA RP11-384C4.3 ENSG00000225338 Not Supported Not Supported +transcript 1 212526158 212526292 ENST00000364674 NA SNORA16B ENSG00000201544 Not Supported Not Supported +transcript 1 212530760 212531695 ENST00000447949 NA RP11-384C4.2 ENSG00000229832 Not Supported Not Supported +transcript 1 212537273 212588237 ENST00000261455 NA TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212588064 212588099 ENST00000261455 1 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212583767 212583863 ENST00000261455 2 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212560233 212560442 ENST00000261455 3 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212558616 212558767 ENST00000261455 4 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212553237 212553379 ENST00000261455 5 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212550904 212551048 ENST00000261455 6 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212548535 212548642 ENST00000261455 7 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212538560 212538718 ENST00000261455 8 TMEM206 ENSG00000065600 Not Supported Not Supported +transcript 1 212537824 212588243 ENST00000535273 NA TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212588064 212588099 ENST00000535273 1 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212587240 212587422 ENST00000535273 2 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212583767 212583863 ENST00000535273 3 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212560233 212560442 ENST00000535273 4 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212558616 212558767 ENST00000535273 5 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212553237 212553379 ENST00000535273 6 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212550904 212551048 ENST00000535273 7 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212548535 212548642 ENST00000535273 8 TMEM206 ENSG00000065600 Not Supported Not Supported +CDS 1 212538560 212538718 ENST00000535273 9 TMEM206 ENSG00000065600 Not Supported Not Supported +transcript 1 212548563 212551048 ENST00000478166 NA TMEM206 ENSG00000065600 Not Supported Not Supported +transcript 1 212548590 212583506 ENST00000467822 NA TMEM206 ENSG00000065600 Not Supported Not Supported +transcript 1 212558616 212588237 ENST00000471937 NA TMEM206 ENSG00000065600 Not Supported Not Supported +transcript 1 212606229 212619714 ENST00000366988 NA NENF ENSG00000117691 Not Supported Not Supported +CDS 1 212606286 212606462 ENST00000366988 1 NENF ENSG00000117691 Not Supported Not Supported +CDS 1 212615907 212615967 ENST00000366988 2 NENF ENSG00000117691 Not Supported Not Supported +CDS 1 212617681 212617784 ENST00000366988 3 NENF ENSG00000117691 Not Supported Not Supported +CDS 1 212619172 212619345 ENST00000366988 4 NENF ENSG00000117691 Not Supported Not Supported +transcript 1 212606265 212619714 ENST00000479589 NA NENF ENSG00000117691 Not Supported Not Supported +transcript 1 212606315 212619714 ENST00000473900 NA NENF ENSG00000117691 Not Supported Not Supported +transcript 1 212606333 212608375 ENST00000472389 NA NENF ENSG00000117691 Not Supported Not Supported +transcript 1 212640158 212641085 ENST00000439570 NA RP11-61J19.2 ENSG00000224535 Not Supported Not Supported +transcript 1 212719036 212729407 ENST00000423842 NA RP11-61J19.3 ENSG00000228067 Not Supported Not Supported +transcript 1 212731175 212733073 ENST00000564287 NA RP11-61J19.4 ENSG00000260805 Not Supported Not Supported +transcript 1 212738676 212792877 ENST00000366981 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788603 ENST00000366981 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000366981 3 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792700 212792877 ENST00000366981 4 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212738697 212794114 ENST00000366987 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788603 ENST00000366987 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000366987 3 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792700 212792894 ENST00000366987 4 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212782012 212792589 ENST00000465155 NA ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212782012 212794119 ENST00000341491 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788603 ENST00000341491 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000341491 3 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792700 212792894 ENST00000341491 4 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212782257 212792953 ENST00000366985 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788535 212788603 ENST00000366985 3 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000366985 4 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792700 212792894 ENST00000366985 5 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212786778 212794119 ENST00000492118 NA ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212788364 212792608 ENST00000336937 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788402 ENST00000336937 1 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788490 212788603 ENST00000336937 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000336937 3 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792388 212792444 ENST00000336937 4 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212788364 212792897 ENST00000464547 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788603 ENST00000464547 1 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000464547 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792388 212792444 ENST00000464547 3 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212788364 212792897 ENST00000366983 NA ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212788364 212788603 ENST00000366983 1 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212791469 212791576 ENST00000366983 2 ATF3 ENSG00000162772 Not Supported Not Supported +CDS 1 212792388 212792444 ENST00000366983 3 ATF3 ENSG00000162772 Not Supported Not Supported +transcript 1 212789050 212789295 ENST00000578962 NA RN7SL512P ENSG00000264590 Not Supported Not Supported +transcript 1 212797626 212800113 ENST00000427949 NA RP11-338C15.5 ENSG00000235862 Not Supported Not Supported +transcript 1 212797789 212800120 ENST00000294829 NA FAM71A ENSG00000162771 Not Supported Not Supported +CDS 1 212798220 212800001 ENST00000294829 1 FAM71A ENSG00000162771 Not Supported Not Supported +transcript 1 212820638 212821097 ENST00000456479 NA RP11-338C15.2 ENSG00000226036 Not Supported Not Supported +transcript 1 212827341 212838776 ENST00000446962 NA RP11-338C15.3 ENSG00000237980 Not Supported Not Supported +transcript 1 212859760 212860851 ENST00000471382 NA BATF3 ENSG00000123685 Not Supported Not Supported +transcript 1 212859760 212872097 ENST00000478275 NA BATF3 ENSG00000123685 Not Supported Not Supported +transcript 1 212859760 212873327 ENST00000243440 NA BATF3 ENSG00000123685 Not Supported Not Supported +CDS 1 212873015 212873104 ENST00000243440 1 BATF3 ENSG00000123685 Not Supported Not Supported +CDS 1 212870303 212870407 ENST00000243440 2 BATF3 ENSG00000123685 Not Supported Not Supported +CDS 1 212860136 212860321 ENST00000243440 3 BATF3 ENSG00000123685 Not Supported Not Supported +transcript 1 212865606 212865709 ENST00000384760 NA RNU6-423P ENSG00000207491 Not Supported Not Supported +transcript 1 212899495 212964923 ENST00000366978 NA NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212960901 212960904 ENST00000366978 2 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212957705 212957835 ENST00000366978 3 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212955714 212955768 ENST00000366978 4 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212900487 212900521 ENST00000366978 5 NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212910298 212965124 ENST00000366977 NA NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212964872 212965105 ENST00000366977 1 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212960901 212960979 ENST00000366977 2 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212957705 212957835 ENST00000366977 3 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212955714 212955768 ENST00000366977 4 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212912876 212912943 ENST00000366977 5 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212911753 212912028 ENST00000366977 6 NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212910985 212965119 ENST00000422588 NA NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212964872 212965105 ENST00000422588 1 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212960901 212960979 ENST00000422588 2 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212957705 212957835 ENST00000422588 3 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212955714 212955768 ENST00000422588 4 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212939531 212939615 ENST00000422588 5 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212912889 212912943 ENST00000422588 6 NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212911269 212965119 ENST00000366975 NA NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212964872 212965105 ENST00000366975 1 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212960901 212960979 ENST00000366975 2 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212957705 212957835 ENST00000366975 3 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212911753 212912028 ENST00000366975 4 NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212911825 212965124 ENST00000366976 NA NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212964872 212965105 ENST00000366976 1 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212960901 212960979 ENST00000366976 2 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212957705 212957835 ENST00000366976 3 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212955714 212955768 ENST00000366976 4 NSL1 ENSG00000117697 Not Supported Not Supported +CDS 1 212912012 212912028 ENST00000366976 5 NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212955274 212964957 ENST00000473995 NA NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212957483 212965124 ENST00000487995 NA NSL1 ENSG00000117697 Not Supported Not Supported +transcript 1 212965170 212988939 ENST00000532324 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000532324 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000532324 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000532324 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000532324 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000532324 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000532324 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000532324 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981190 ENST00000532324 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985569 212985670 ENST00000532324 9 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988495 ENST00000532324 10 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965170 212989968 ENST00000366974 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000366974 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000366974 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000366974 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000366974 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000366974 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000366974 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000366974 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981190 ENST00000366974 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985590 212985670 ENST00000366974 9 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988495 ENST00000366974 10 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965193 212977846 ENST00000530441 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000530441 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000530441 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000530441 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976052 ENST00000530441 4 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965212 212988757 ENST00000526641 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000526641 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000526641 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000526641 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000526641 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000526641 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000526641 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981190 ENST00000526641 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985590 212985670 ENST00000526641 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988495 ENST00000526641 9 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965226 212988939 ENST00000531963 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000531963 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000531963 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000531963 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000531963 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000531963 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000531963 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000531963 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981190 ENST00000531963 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985569 212985670 ENST00000531963 9 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988389 212988406 ENST00000531963 10 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965226 212989959 ENST00000366973 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000366973 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000366973 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000366973 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000366973 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000366973 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000366973 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000366973 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981190 ENST00000366973 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985593 212985670 ENST00000366973 9 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988495 ENST00000366973 10 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965248 212988567 ENST00000526997 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000526997 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000526997 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000526997 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000526997 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000526997 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000526997 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000526997 7 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985593 212985670 ENST00000526997 8 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988362 ENST00000526997 9 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965253 212985624 ENST00000533650 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965264 212965329 ENST00000533650 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000533650 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000533650 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000533650 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212981078 212981122 ENST00000533650 5 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965263 212970319 ENST00000532433 NA TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965266 212977840 ENST00000488246 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965266 212965329 ENST00000488246 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000488246 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000488246 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000488246 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000488246 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977775 ENST00000488246 6 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212965268 212989968 ENST00000525574 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212965268 212965329 ENST00000525574 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000525574 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000525574 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976055 ENST00000525574 4 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212966265 212976093 ENST00000497768 NA TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212968025 212977993 ENST00000530399 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968088 212968150 ENST00000530399 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212968437 212968469 ENST00000530399 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212969859 212969932 ENST00000530399 3 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970454 212970538 ENST00000530399 4 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212976043 212976105 ENST00000530399 5 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977662 212977771 ENST00000530399 6 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977938 212977993 ENST00000530399 7 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212968212 212988517 ENST00000525569 NA TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212968327 212977866 ENST00000530392 NA TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212970474 212971024 ENST00000606486 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212970474 212970568 ENST00000606486 1 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212977961 212989186 ENST00000527693 NA TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212977961 212977993 ENST00000527693 1 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212985590 212985670 ENST00000527693 2 TATDN3 ENSG00000203705 Not Supported Not Supported +CDS 1 212988355 212988365 ENST00000527693 3 TATDN3 ENSG00000203705 Not Supported Not Supported +transcript 1 212997369 212997847 ENST00000449334 NA RP11-348H3.2 ENSG00000236905 Not Supported Not Supported +transcript 1 213003483 213020991 ENST00000332912 NA C1orf227 ENSG00000185523 Not Supported Not Supported +CDS 1 213009215 213009491 ENST00000332912 2 C1orf227 ENSG00000185523 Not Supported Not Supported +CDS 1 213003587 213003603 ENST00000332912 3 C1orf227 ENSG00000185523 Not Supported Not Supported +transcript 1 213025450 213031430 ENST00000356684 NA FLVCR1-AS1 ENSG00000198468 Not Supported Not Supported +transcript 1 213029946 213031430 ENST00000426161 NA FLVCR1-AS1 ENSG00000198468 Not Supported Not Supported +transcript 1 213029946 213031430 ENST00000424044 NA FLVCR1-AS1 ENSG00000198468 Not Supported Not Supported +transcript 1 213026622 213026768 ENST00000432247 NA RP11-348H3.4 ENSG00000235182 Not Supported Not Supported +transcript 1 213028517 213028708 ENST00000422630 NA RP11-348H3.5 ENSG00000236317 Not Supported Not Supported +transcript 1 213031597 213072705 ENST00000366971 NA FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213031795 213032532 ENST00000366971 1 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213037067 213037211 ENST00000366971 2 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213046020 213046160 ENST00000366971 3 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213056713 213056780 ENST00000366971 4 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213058635 213058738 ENST00000366971 5 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213061233 213061343 ENST00000366971 6 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213061831 213061936 ENST00000366971 7 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213062488 213062599 ENST00000366971 8 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213068328 213068395 ENST00000366971 9 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213068558 213068629 ENST00000366971 10 FLVCR1 ENSG00000162769 Not Supported Not Supported +transcript 1 213032258 213068676 ENST00000419102 NA FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213032258 213032532 ENST00000419102 1 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213037067 213037211 ENST00000419102 2 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213056713 213056780 ENST00000419102 3 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213058635 213058738 ENST00000419102 4 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213061233 213061343 ENST00000419102 5 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213061831 213061936 ENST00000419102 6 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213062488 213062599 ENST00000419102 7 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213068328 213068395 ENST00000419102 8 FLVCR1 ENSG00000162769 Not Supported Not Supported +CDS 1 213068558 213068632 ENST00000419102 9 FLVCR1 ENSG00000162769 Not Supported Not Supported +transcript 1 213036973 213043508 ENST00000579295 NA FLVCR1 ENSG00000162769 Not Supported Not Supported +transcript 1 213037754 213058907 ENST00000474693 NA FLVCR1 ENSG00000162769 Not Supported Not Supported +transcript 1 213056751 213068736 ENST00000483790 NA FLVCR1 ENSG00000162769 Not Supported Not Supported +transcript 1 213123862 213162040 ENST00000366966 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213125080 213125160 ENST00000366966 3 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213134508 213134596 ENST00000366966 4 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139064 213139120 ENST00000366966 5 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139613 213139687 ENST00000366966 6 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000366966 7 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213147297 213147412 ENST00000366966 8 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213161854 213161923 ENST00000366966 9 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213123887 213146783 ENST00000366964 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139617 213139687 ENST00000366964 6 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000366964 7 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213146766 213146780 ENST00000366964 8 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213123936 213164927 ENST00000366968 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213125080 213125160 ENST00000366968 3 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213134508 213134596 ENST00000366968 4 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139064 213139120 ENST00000366968 5 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139613 213139687 ENST00000366968 6 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000366968 7 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213147297 213147412 ENST00000366968 8 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213161854 213161923 ENST00000366968 9 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213123937 213125154 ENST00000490792 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213125080 213125154 ENST00000490792 3 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213123977 213164252 ENST00000366965 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213124885 213125160 ENST00000366965 2 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213134508 213134596 ENST00000366965 3 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000366965 4 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213147297 213147412 ENST00000366965 5 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213161854 213161923 ENST00000366965 6 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213123983 213148269 ENST00000271776 NA VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213124009 213162266 ENST00000366967 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213134544 213134596 ENST00000366967 2 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139064 213139120 ENST00000366967 3 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139613 213139687 ENST00000366967 4 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000366967 5 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213147297 213147412 ENST00000366967 6 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213161854 213161923 ENST00000366967 7 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213124870 213126133 ENST00000493155 NA VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213124885 213161926 ENST00000517399 NA VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213124885 213125160 ENST00000517399 1 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213134508 213134596 ENST00000517399 2 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139064 213139120 ENST00000517399 3 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213139613 213139687 ENST00000517399 4 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213145922 213146303 ENST00000517399 5 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213147297 213147412 ENST00000517399 6 VASH2 ENSG00000143494 Not Supported Not Supported +CDS 1 213161854 213161923 ENST00000517399 7 VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213134569 213139497 ENST00000481097 NA VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213140299 213146260 ENST00000366969 NA VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213162469 213165379 ENST00000519906 NA VASH2 ENSG00000143494 Not Supported Not Supported +transcript 1 213165524 213189168 ENST00000366962 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213188955 213189013 ENST00000366962 1 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213186435 213186760 ENST00000366962 2 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213181552 213181808 ENST00000366962 3 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213180471 213180540 ENST00000366962 4 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213178375 213178796 ENST00000366962 5 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213174128 213174254 ENST00000366962 6 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213173668 213173725 ENST00000366962 7 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213170497 213170660 ENST00000366962 8 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213168386 213168534 ENST00000366962 9 ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213165524 213189168 ENST00000360506 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213181552 213181686 ENST00000360506 2 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213180471 213180540 ENST00000360506 3 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213178375 213178796 ENST00000360506 4 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213174128 213174254 ENST00000360506 5 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213173668 213173725 ENST00000360506 6 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213170497 213170660 ENST00000360506 7 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213168386 213168534 ENST00000360506 8 ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213168071 213175576 ENST00000473303 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213168271 213188820 ENST00000544555 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213181552 213181686 ENST00000544555 3 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213180471 213180540 ENST00000544555 4 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213178375 213178796 ENST00000544555 5 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213174128 213174254 ENST00000544555 6 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213173668 213173725 ENST00000544555 7 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213170497 213170660 ENST00000544555 8 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213168386 213168534 ENST00000544555 9 ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213168304 213189091 ENST00000540642 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213184550 213184556 ENST00000540642 2 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213181552 213181808 ENST00000540642 3 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213180471 213180540 ENST00000540642 4 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213178375 213178796 ENST00000540642 5 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213174128 213174254 ENST00000540642 6 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213173668 213173725 ENST00000540642 7 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213170497 213170660 ENST00000540642 8 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213168386 213168534 ENST00000540642 9 ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213168335 213189127 ENST00000535388 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213181552 213181686 ENST00000535388 2 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213180471 213180540 ENST00000535388 3 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213178375 213178796 ENST00000535388 4 ANGEL2 ENSG00000174606 Not Supported Not Supported +CDS 1 213173717 213173725 ENST00000535388 5 ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213170542 213173912 ENST00000498650 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213178467 213184805 ENST00000476904 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213179881 213186760 ENST00000460337 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213181552 213188835 ENST00000481918 NA ANGEL2 ENSG00000174606 Not Supported Not Supported +transcript 1 213224589 213446127 ENST00000543470 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213302941 213303232 ENST00000543470 7 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213341201 213341316 ENST00000543470 8 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213403840 213403887 ENST00000543470 9 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213405466 213405598 ENST00000543470 10 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213414045 213415640 ENST00000543470 11 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213415912 213416001 ENST00000543470 12 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213434901 213434983 ENST00000543470 13 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213436064 213436159 ENST00000543470 14 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213445867 213445974 ENST00000543470 15 RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213224597 213448116 ENST00000366960 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213224747 213224851 ENST00000366960 1 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213244348 213244383 ENST00000366960 2 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213251038 213251158 ENST00000366960 3 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213277796 213277911 ENST00000366960 4 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213290659 213290752 ENST00000366960 5 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213302870 213303232 ENST00000366960 6 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213341201 213341316 ENST00000366960 7 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213349743 213349835 ENST00000366960 8 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213403840 213403887 ENST00000366960 9 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213405466 213405598 ENST00000366960 10 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213414045 213415640 ENST00000366960 11 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213415912 213416001 ENST00000366960 12 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213434901 213434983 ENST00000366960 13 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213436064 213436159 ENST00000366960 14 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213445867 213445974 ENST00000366960 15 RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213224597 213448116 ENST00000366959 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213224747 213224851 ENST00000366959 1 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213251038 213251158 ENST00000366959 2 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213277796 213277911 ENST00000366959 3 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213290659 213290752 ENST00000366959 4 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213302870 213303232 ENST00000366959 5 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213341201 213341316 ENST00000366959 6 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213349743 213349835 ENST00000366959 7 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213403840 213403887 ENST00000366959 8 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213405466 213405598 ENST00000366959 9 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213414045 213415640 ENST00000366959 10 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213415912 213416001 ENST00000366959 11 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213434901 213434983 ENST00000366959 12 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213436064 213436159 ENST00000366959 13 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213445867 213445974 ENST00000366959 14 RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213224604 213445887 ENST00000543354 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213341257 213341316 ENST00000543354 4 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213349743 213349835 ENST00000543354 5 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213403840 213403887 ENST00000543354 6 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213405466 213405598 ENST00000543354 7 RPS6KC1 ENSG00000136643 Not Supported Not Supported +CDS 1 213414045 213415690 ENST00000543354 8 RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213246280 213448116 ENST00000490299 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213302870 213350047 ENST00000468069 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213415403 213436159 ENST00000491616 NA RPS6KC1 ENSG00000136643 Not Supported Not Supported +transcript 1 213602051 213602420 ENST00000484151 NA RPL31P13 ENSG00000228646 Not Supported Not Supported +transcript 1 213665644 213719790 ENST00000417161 NA RP11-554K11.2 ENSG00000225233 Not Supported Not Supported +transcript 1 213783039 213783183 ENST00000408099 NA AL592063.1 ENSG00000221026 Not Supported Not Supported +transcript 1 213904759 213967930 ENST00000456240 NA RP11-323I1.1 ENSG00000228255 Not Supported Not Supported +transcript 1 213991094 214139608 ENST00000433082 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214014138 ENST00000608035 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214015486 ENST00000608936 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214110766 ENST00000600591 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214128582 ENST00000593620 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214138775 ENST00000601907 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214140178 ENST00000598105 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005884 214152764 ENST00000601744 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005934 214014384 ENST00000609394 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005934 214014489 ENST00000608328 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005934 214014567 ENST00000609140 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005934 214014705 ENST00000608138 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214005936 214014731 ENST00000608399 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214014071 214139601 ENST00000413560 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214068777 214140274 ENST00000601335 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214089278 214152728 ENST00000601854 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214139237 214159496 ENST00000451396 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214139414 214142089 ENST00000610094 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214139475 214160973 ENST00000598091 NA PROX1-AS1 ENSG00000230461 Not Supported Not Supported +transcript 1 214156524 214170568 ENST00000471129 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214170568 ENST00000471129 2 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214161274 214209775 ENST00000498508 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214171603 ENST00000498508 2 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214178508 214178615 ENST00000498508 3 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214184864 214185058 ENST00000498508 4 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214208992 214209174 ENST00000498508 5 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214161286 214214595 ENST00000366958 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214171603 ENST00000366958 2 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214178508 214178615 ENST00000366958 3 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214184864 214185058 ENST00000366958 4 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214208992 214209174 ENST00000366958 5 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214161297 214161990 ENST00000607726 NA PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214161860 214209760 ENST00000435016 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214171605 ENST00000435016 2 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214178510 214178615 ENST00000435016 3 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214184864 214185058 ENST00000435016 4 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214208992 214209174 ENST00000435016 5 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214163061 214170307 ENST00000607425 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214170307 ENST00000607425 2 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214169879 214209760 ENST00000261454 NA PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214169879 214171603 ENST00000261454 1 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214178508 214178615 ENST00000261454 2 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214184864 214185058 ENST00000261454 3 PROX1 ENSG00000117707 Not Supported Not Supported +CDS 1 214208992 214209174 ENST00000261454 4 PROX1 ENSG00000117707 Not Supported Not Supported +transcript 1 214202236 214204109 ENST00000607258 NA RP11-53A1.2 ENSG00000272167 Not Supported Not Supported +transcript 1 214454445 214510474 ENST00000491455 NA SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214454468 214510473 ENST00000471645 NA SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214454565 214510474 ENST00000460580 NA SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214454576 214510474 ENST00000366957 NA SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214454598 214454770 ENST00000366957 1 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214478530 214478593 ENST00000366957 2 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214488105 214488215 ENST00000366957 3 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214491422 214491482 ENST00000366957 4 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214492202 214492326 ENST00000366957 5 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214497984 214498051 ENST00000366957 6 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214500965 214501067 ENST00000366957 7 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214503511 214503621 ENST00000366957 8 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214504293 214504413 ENST00000366957 9 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214505361 214505535 ENST00000366957 10 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214507543 214507651 ENST00000366957 11 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214510047 214510124 ENST00000366957 12 SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214454576 214510177 ENST00000415093 NA SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214454598 214454770 ENST00000415093 1 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214478530 214478593 ENST00000415093 2 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214488105 214488215 ENST00000415093 3 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214491422 214491482 ENST00000415093 4 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214492202 214492326 ENST00000415093 5 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214497984 214498051 ENST00000415093 6 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214500965 214501067 ENST00000415093 7 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214503511 214503621 ENST00000415093 8 SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214500837 214504413 ENST00000484459 NA SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214504320 214510474 ENST00000416415 NA SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214504320 214504413 ENST00000416415 1 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214505361 214505535 ENST00000416415 2 SMYD2 ENSG00000143499 Not Supported Not Supported +CDS 1 214510047 214510068 ENST00000416415 3 SMYD2 ENSG00000143499 Not Supported Not Supported +transcript 1 214517515 214530958 ENST00000443622 NA RP11-176D17.3 ENSG00000228470 Not Supported Not Supported +transcript 1 214522039 214724566 ENST00000366956 NA PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214637973 214638146 ENST00000366956 2 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214625148 214625317 ENST00000366956 3 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214587972 214588069 ENST00000366956 4 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214585027 214585094 ENST00000366956 5 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214576226 214576296 ENST00000366956 6 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214575028 214575115 ENST00000366956 7 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214571256 214571344 ENST00000366956 8 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214568242 214568329 ENST00000366956 9 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214567038 214567120 ENST00000366956 10 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214564331 214564388 ENST00000366956 11 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214560187 214560265 ENST00000366956 12 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214556654 214558131 ENST00000366956 13 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214551302 214551445 ENST00000366956 14 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214549562 214549780 ENST00000366956 15 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214546054 214546182 ENST00000366956 16 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214542800 214543034 ENST00000366956 17 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214537855 214538018 ENST00000366956 18 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214531268 214531393 ENST00000366956 19 PTPN14 ENSG00000152104 Not Supported Not Supported +transcript 1 214531268 214638146 ENST00000543945 NA PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214637973 214638146 ENST00000543945 1 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214625148 214625317 ENST00000543945 2 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214587972 214588069 ENST00000543945 3 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214585027 214585094 ENST00000543945 4 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214576226 214576296 ENST00000543945 5 PTPN14 ENSG00000152104 Not Supported Not Supported +CDS 1 214571293 214571344 ENST00000543945 6 PTPN14 ENSG00000152104 Not Supported Not Supported +transcript 1 214545589 214549749 ENST00000473261 NA PTPN14 ENSG00000152104 Not Supported Not Supported +transcript 1 214638045 214725792 ENST00000486173 NA PTPN14 ENSG00000152104 Not Supported Not Supported +transcript 1 214701619 214724945 ENST00000491277 NA PTPN14 ENSG00000152104 Not Supported Not Supported +transcript 1 214656156 214656730 ENST00000432577 NA RP11-365D23.4 ENSG00000213036 Not Supported Not Supported +transcript 1 214705538 214706810 ENST00000425245 NA KRT18P12 ENSG00000215819 Not Supported Not Supported +transcript 1 214776538 214788533 ENST00000464322 NA CENPF ENSG00000117724 Not Supported Not Supported +transcript 1 214776538 214837931 ENST00000366955 NA CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214787098 214787259 ENST00000366955 2 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214788175 214788371 ENST00000366955 3 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214791916 214792037 ENST00000366955 4 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214792472 214792563 ENST00000366955 5 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214793998 214794289 ENST00000366955 6 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214795422 214795624 ENST00000366955 7 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214802389 214802514 ENST00000366955 8 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214803877 214804005 ENST00000366955 9 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214805823 214805945 ENST00000366955 10 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214811209 214811344 ENST00000366955 11 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214813264 214816667 ENST00000366955 12 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214817900 214820743 ENST00000366955 13 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214822018 214822170 ENST00000366955 14 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214825053 214825229 ENST00000366955 15 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214826171 214826332 ENST00000366955 16 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214828584 214828746 ENST00000366955 17 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214830276 214830752 ENST00000366955 18 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214832193 214832371 ENST00000366955 19 CENPF ENSG00000117724 Not Supported Not Supported +CDS 1 214836934 214837134 ENST00000366955 20 CENPF ENSG00000117724 Not Supported Not Supported +transcript 1 214776827 214787236 ENST00000495259 NA CENPF ENSG00000117724 Not Supported Not Supported +transcript 1 214822018 214827762 ENST00000467765 NA CENPF ENSG00000117724 Not Supported Not Supported +transcript 1 214828491 214830753 ENST00000469862 NA CENPF ENSG00000117724 Not Supported Not Supported +transcript 1 214778813 214782183 ENST00000503096 NA ABHD17AP3 ENSG00000250536 Not Supported Not Supported +transcript 1 214786303 214786741 ENST00000436983 NA RP11-365D23.2 ENSG00000224584 Not Supported Not Supported +transcript 1 215044077 215045059 ENST00000328713 NA GAPDHP24 ENSG00000185221 Not Supported Not Supported +transcript 1 215116466 215116883 ENST00000456086 NA RP11-323K10.1 ENSG00000223869 Not Supported Not Supported +transcript 1 215179118 215409584 ENST00000486921 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215179265 215179298 ENST00000486921 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000486921 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342652 ENST00000486921 3 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215179193 215408534 ENST00000467031 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215179265 215179298 ENST00000467031 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000467031 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000467031 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342702 ENST00000467031 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215368296 215368355 ENST00000467031 5 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215179198 215408562 ENST00000391895 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215179265 215179298 ENST00000391895 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000391895 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000391895 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342702 ENST00000391895 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215345340 215345526 ENST00000391895 5 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215368296 215368435 ENST00000391895 6 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215408171 215408485 ENST00000391895 7 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215255136 215342588 ENST00000478774 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259833 215260021 ENST00000478774 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000478774 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342588 ENST00000478774 5 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215256467 215408560 ENST00000391894 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215256650 215256650 ENST00000391894 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000391894 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000391894 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342702 ENST00000391894 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215345340 215345526 ENST00000391894 5 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215368296 215368435 ENST00000391894 6 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215408171 215408485 ENST00000391894 7 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215256578 215368400 ENST00000470177 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215256729 215256774 ENST00000470177 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000470177 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342652 ENST00000470177 3 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215256578 215408497 ENST00000474771 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215256650 215256650 ENST00000474771 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000474771 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000474771 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342702 ENST00000474771 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215368296 215368355 ENST00000474771 5 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215256579 215410436 ENST00000444842 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215256729 215256774 ENST00000444842 1 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259711 215260021 ENST00000444842 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000444842 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342702 ENST00000444842 4 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215345340 215345526 ENST00000444842 5 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215368296 215368435 ENST00000444842 6 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215408171 215408485 ENST00000444842 7 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215256860 215342608 ENST00000457122 NA KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215259833 215260021 ENST00000457122 2 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215297976 215298093 ENST00000457122 3 KCNK2 ENSG00000082482 Not Supported Not Supported +CDS 1 215342542 215342608 ENST00000457122 4 KCNK2 ENSG00000082482 Not Supported Not Supported +transcript 1 215549827 215550717 ENST00000416715 NA VDAC1P10 ENSG00000232809 Not Supported Not Supported +transcript 1 215740735 215795149 ENST00000259154 NA KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215741029 215741111 ENST00000259154 1 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215747129 215747182 ENST00000259154 2 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215747416 215747461 ENST00000259154 3 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215749244 215749317 ENST00000259154 4 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215751013 215751071 ENST00000259154 5 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215751344 215751424 ENST00000259154 6 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215752343 215752480 ENST00000259154 7 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215753252 215753342 ENST00000259154 8 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215759838 215760028 ENST00000259154 9 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215768698 215768813 ENST00000259154 10 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215775209 215775296 ENST00000259154 11 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215775427 215775543 ENST00000259154 12 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215777474 215777644 ENST00000259154 13 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215781359 215781514 ENST00000259154 14 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215785167 215785263 ENST00000259154 15 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215792228 215792412 ENST00000259154 16 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215792495 215792633 ENST00000259154 17 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215793399 215793957 ENST00000259154 18 KCTD3 ENSG00000136636 Not Supported Not Supported +transcript 1 215747129 215754522 ENST00000448333 NA KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215747129 215747182 ENST00000448333 1 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215747416 215747461 ENST00000448333 2 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215749244 215749317 ENST00000448333 3 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215751013 215751071 ENST00000448333 4 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215751344 215751424 ENST00000448333 5 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215752343 215752480 ENST00000448333 6 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215753252 215753342 ENST00000448333 7 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215754315 215754411 ENST00000448333 8 KCTD3 ENSG00000136636 Not Supported Not Supported +transcript 1 215775512 215792293 ENST00000452413 NA KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215775512 215775543 ENST00000452413 1 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215777474 215777644 ENST00000452413 2 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215781359 215781514 ENST00000452413 3 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215785167 215785263 ENST00000452413 4 KCTD3 ENSG00000136636 Not Supported Not Supported +CDS 1 215791430 215791478 ENST00000452413 5 KCTD3 ENSG00000136636 Not Supported Not Supported +transcript 1 215791587 215795073 ENST00000495537 NA KCTD3 ENSG00000136636 Not Supported Not Supported +transcript 1 215792047 215793545 ENST00000465650 NA KCTD3 ENSG00000136636 Not Supported Not Supported +transcript 1 215796236 216596738 ENST00000307340 NA USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216595194 216595678 ENST00000307340 2 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216591856 216592021 ENST00000307340 3 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216538295 216538427 ENST00000307340 4 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216500933 216500996 ENST00000307340 5 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216498647 216498941 ENST00000307340 6 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216497510 216497694 ENST00000307340 7 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216496816 216497037 ENST00000307340 8 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216495225 216495318 ENST00000307340 9 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216465517 216465712 ENST00000307340 10 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216462622 216462752 ENST00000307340 11 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216424245 216424440 ENST00000307340 12 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216419927 216420568 ENST00000307340 13 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216405295 216405478 ENST00000307340 14 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216390729 216390892 ENST00000307340 15 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216380615 216380773 ENST00000307340 16 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216372969 216373463 ENST00000307340 17 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216371657 216371926 ENST00000307340 18 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216369895 216370064 ENST00000307340 19 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216363565 216363709 ENST00000307340 20 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216348594 216348824 ENST00000307340 21 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216270425 216270555 ENST00000307340 22 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216262355 216262481 ENST00000307340 23 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216260061 216260162 ENST00000307340 24 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216258040 216258219 ENST00000307340 25 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216256798 216256928 ENST00000307340 26 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216251431 216251704 ENST00000307340 27 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216246439 216246642 ENST00000307340 28 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216246231 216246311 ENST00000307340 29 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216243443 216243634 ENST00000307340 30 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216221876 216221989 ENST00000307340 31 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216219773 216219934 ENST00000307340 32 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216173745 216173904 ENST00000307340 33 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216172229 216172400 ENST00000307340 34 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216166362 216166509 ENST00000307340 35 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216143967 216144118 ENST00000307340 36 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216138659 216138821 ENST00000307340 37 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216107958 216108137 ENST00000307340 38 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216074097 216074247 ENST00000307340 39 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216073417 216073559 ENST00000307340 40 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216061768 216062396 ENST00000307340 41 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216052106 216052440 ENST00000307340 42 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216051100 216051222 ENST00000307340 43 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216040349 216040512 ENST00000307340 44 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216019166 216019375 ENST00000307340 45 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216017636 216017838 ENST00000307340 46 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216011333 216011445 ENST00000307340 47 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215990339 215990537 ENST00000307340 48 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215987078 215987246 ENST00000307340 49 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215972249 215972467 ENST00000307340 50 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215963401 215963624 ENST00000307340 51 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215960012 215960216 ENST00000307340 52 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215956080 215956277 ENST00000307340 53 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215955384 215955538 ENST00000307340 54 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215953185 215953383 ENST00000307340 55 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215940023 215940130 ENST00000307340 56 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215933002 215933185 ENST00000307340 57 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215931937 215932094 ENST00000307340 58 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215916519 215916677 ENST00000307340 59 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215914717 215914879 ENST00000307340 60 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215901372 215901726 ENST00000307340 61 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215853491 215853718 ENST00000307340 62 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215847442 215848958 ENST00000307340 63 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215844314 215844635 ENST00000307340 64 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215823934 215824143 ENST00000307340 65 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215821870 215822108 ENST00000307340 66 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215820864 215821072 ENST00000307340 67 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215813900 215814076 ENST00000307340 68 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215812497 215812580 ENST00000307340 69 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215807801 215808045 ENST00000307340 70 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215802156 215802377 ENST00000307340 71 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215799126 215799212 ENST00000307340 72 USH2A ENSG00000042781 Not Supported Not Supported +transcript 1 215796236 216596738 ENST00000366943 NA USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216595194 216595678 ENST00000366943 2 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216591856 216592021 ENST00000366943 3 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216538295 216538427 ENST00000366943 4 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216500933 216500996 ENST00000366943 5 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216498647 216498941 ENST00000366943 6 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216497510 216497694 ENST00000366943 7 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216496816 216497037 ENST00000366943 8 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216495225 216495318 ENST00000366943 9 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216465517 216465712 ENST00000366943 10 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216462622 216462752 ENST00000366943 11 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216424245 216424440 ENST00000366943 12 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216419927 216420568 ENST00000366943 13 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216405295 216405478 ENST00000366943 14 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216390729 216390892 ENST00000366943 15 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216380615 216380773 ENST00000366943 16 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216372969 216373463 ENST00000366943 17 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216371657 216371926 ENST00000366943 18 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216369895 216370064 ENST00000366943 19 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216363565 216363709 ENST00000366943 20 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216348594 216348824 ENST00000366943 21 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216270425 216270555 ENST00000366943 22 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216262355 216262481 ENST00000366943 23 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216260061 216260162 ENST00000366943 24 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216258040 216258219 ENST00000366943 25 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216256798 216256928 ENST00000366943 26 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216251431 216251704 ENST00000366943 27 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216246439 216246642 ENST00000366943 28 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216246231 216246311 ENST00000366943 29 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216243443 216243634 ENST00000366943 30 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216221876 216221989 ENST00000366943 31 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216219773 216219934 ENST00000366943 32 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216173745 216173904 ENST00000366943 33 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216172229 216172400 ENST00000366943 34 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216166362 216166509 ENST00000366943 35 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216143967 216144118 ENST00000366943 36 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216138659 216138821 ENST00000366943 37 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216107958 216108137 ENST00000366943 38 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216074097 216074247 ENST00000366943 39 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216073417 216073559 ENST00000366943 40 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216061768 216062396 ENST00000366943 41 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216052106 216052440 ENST00000366943 42 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216051100 216051222 ENST00000366943 43 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216040349 216040512 ENST00000366943 44 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216019166 216019375 ENST00000366943 45 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216017636 216017838 ENST00000366943 46 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216011333 216011445 ENST00000366943 47 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215990339 215990537 ENST00000366943 48 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215987072 215987246 ENST00000366943 49 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215972249 215972461 ENST00000366943 50 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215963401 215963624 ENST00000366943 51 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215960012 215960216 ENST00000366943 52 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215956080 215956277 ENST00000366943 53 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215955384 215955538 ENST00000366943 54 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215953185 215953383 ENST00000366943 55 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215940023 215940130 ENST00000366943 56 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215933002 215933185 ENST00000366943 57 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215931937 215932094 ENST00000366943 58 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215916519 215916677 ENST00000366943 59 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215914717 215914879 ENST00000366943 60 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215901372 215901726 ENST00000366943 61 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215853491 215853718 ENST00000366943 62 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215847442 215848958 ENST00000366943 63 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215844314 215844635 ENST00000366943 64 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215823934 215824143 ENST00000366943 65 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215821870 215822108 ENST00000366943 66 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215820864 215821072 ENST00000366943 67 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215813900 215814076 ENST00000366943 68 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215812497 215812580 ENST00000366943 69 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215807801 215808045 ENST00000366943 70 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215803531 215803602 ENST00000366943 71 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215802156 215802377 ENST00000366943 72 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 215799126 215799212 ENST00000366943 73 USH2A ENSG00000042781 Not Supported Not Supported +transcript 1 216256712 216262481 ENST00000481786 NA USH2A ENSG00000042781 Not Supported Not Supported +transcript 1 216256722 216258450 ENST00000463147 NA USH2A ENSG00000042781 Not Supported Not Supported +transcript 1 216347288 216596738 ENST00000366942 NA USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216595194 216595678 ENST00000366942 2 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216591856 216592021 ENST00000366942 3 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216538295 216538427 ENST00000366942 4 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216500933 216500996 ENST00000366942 5 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216498647 216498941 ENST00000366942 6 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216497510 216497694 ENST00000366942 7 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216496816 216497037 ENST00000366942 8 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216495225 216495318 ENST00000366942 9 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216465517 216465712 ENST00000366942 10 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216462622 216462752 ENST00000366942 11 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216424245 216424440 ENST00000366942 12 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216419927 216420568 ENST00000366942 13 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216405295 216405478 ENST00000366942 14 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216390729 216390892 ENST00000366942 15 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216380615 216380773 ENST00000366942 16 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216372969 216373463 ENST00000366942 17 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216371657 216371926 ENST00000366942 18 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216369895 216370064 ENST00000366942 19 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216363565 216363709 ENST00000366942 20 USH2A ENSG00000042781 Not Supported Not Supported +CDS 1 216348583 216348824 ENST00000366942 21 USH2A ENSG00000042781 Not Supported Not Supported +transcript 1 215803368 215803459 ENST00000365628 NA SNORD116 ENSG00000202498 Not Supported Not Supported +transcript 1 216059924 216074806 ENST00000414995 NA RP5-1111A8.3 ENSG00000229242 Not Supported Not Supported +transcript 1 216245807 216260259 ENST00000446411 NA RP11-22M7.2 ENSG00000233620 Not Supported Not Supported +transcript 1 216246071 216260247 ENST00000430890 NA RP11-22M7.2 ENSG00000233620 Not Supported Not Supported +transcript 1 216246148 216260247 ENST00000445619 NA RP11-22M7.2 ENSG00000233620 Not Supported Not Supported +transcript 1 216252415 216260247 ENST00000442606 NA RP11-22M7.2 ENSG00000233620 Not Supported Not Supported +transcript 1 216367393 216377708 ENST00000420867 NA RP5-1099E6.3 ENSG00000236292 Not Supported Not Supported +transcript 1 216374977 216375168 ENST00000414228 NA MRPS18BP1 ENSG00000226013 Not Supported Not Supported +transcript 1 216676588 217262976 ENST00000361525 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000361525 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000361525 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000361525 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000361525 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000361525 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000361525 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676595 217311097 ENST00000366940 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000366940 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000366940 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000366940 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000366940 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000366940 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000366940 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 216896795 ENST00000366937 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216880701 216880771 ENST00000366937 2 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850833 ENST00000366937 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000366937 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000366937 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737743 ENST00000366937 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000366937 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000366937 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 216896795 ENST00000408911 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216896586 216896641 ENST00000408911 1 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850833 ENST00000408911 2 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000408911 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000408911 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000408911 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000408911 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000408911 7 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 216978709 ENST00000360012 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000360012 2 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000360012 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000360012 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000360012 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000360012 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000360012 7 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 217113015 ENST00000361395 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000361395 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000361395 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000361395 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000361395 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000361395 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000361395 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 217113015 ENST00000366938 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000366938 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000366938 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000366938 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000366938 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000366938 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000366938 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 217262947 ENST00000359162 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000359162 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000359162 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000359162 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000359162 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000359162 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000359162 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 217311096 ENST00000493603 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000493603 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000493603 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000493603 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000493603 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000493603 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000493603 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216676596 216896795 ENST00000391890 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000391890 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000391890 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000391890 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737743 ENST00000391890 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000391890 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000391890 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216678796 217250273 ENST00000463665 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000463665 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000463665 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000463665 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000463665 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000463665 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216678832 217113012 ENST00000487276 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000487276 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000487276 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000487276 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000487276 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000487276 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000487276 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216680130 217250231 ENST00000493748 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000493748 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000493748 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000493748 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000493748 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000493748 8 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216680284 216680525 ENST00000493748 9 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216692494 216896674 ENST00000475275 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850418 216850820 ENST00000475275 4 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216824315 216824431 ENST00000475275 5 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216741330 216741440 ENST00000475275 6 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216737561 216737722 ENST00000475275 7 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216692494 216692763 ENST00000475275 8 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216741330 217251630 ENST00000586199 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216880701 216880771 ENST00000586199 3 ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216874782 216874851 ENST00000586199 4 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216850543 216896758 ENST00000469486 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850543 216850820 ENST00000469486 3 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216850654 216896794 ENST00000459955 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850654 216850820 ENST00000459955 3 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216850670 216896767 ENST00000481543 NA ESRRG ENSG00000196482 Not Supported Not Supported +CDS 1 216850670 216850820 ENST00000481543 4 ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 216880762 216896771 ENST00000469913 NA ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 217028384 217251702 ENST00000477799 NA ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 217035572 217262978 ENST00000471371 NA ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 217038403 217263889 ENST00000488947 NA ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 217038459 217262955 ENST00000459825 NA ESRRG ENSG00000196482 Not Supported Not Supported +transcript 1 217600334 217804424 ENST00000366935 NA GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217804258 217804313 ENST00000366935 1 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217793125 217793841 ENST00000366935 2 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217787483 217787544 ENST00000366935 3 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217784231 217784413 ENST00000366935 4 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217783663 217783742 ENST00000366935 5 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217688164 217688231 ENST00000366935 6 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217671698 217671737 ENST00000366935 7 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217665022 217665092 ENST00000366935 8 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217622591 217622679 ENST00000366935 9 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217604490 217604707 ENST00000366935 10 GPATCH2 ENSG00000092978 Not Supported Not Supported +transcript 1 217664848 217672106 ENST00000489246 NA GPATCH2 ENSG00000092978 Not Supported Not Supported +transcript 1 217665843 217783742 ENST00000470014 NA GPATCH2 ENSG00000092978 Not Supported Not Supported +transcript 1 217671522 217783721 ENST00000485274 NA GPATCH2 ENSG00000092978 Not Supported Not Supported +transcript 1 217781526 217804424 ENST00000366934 NA GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217804258 217804313 ENST00000366934 1 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217793125 217793841 ENST00000366934 2 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217787483 217787544 ENST00000366934 3 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217784231 217784413 ENST00000366934 4 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217783663 217783742 ENST00000366934 5 GPATCH2 ENSG00000092978 Not Supported Not Supported +CDS 1 217783505 217783534 ENST00000366934 6 GPATCH2 ENSG00000092978 Not Supported Not Supported +transcript 1 217665317 217667625 ENST00000458184 NA RP11-361K17.2 ENSG00000229841 Not Supported Not Supported +transcript 1 217804666 217947766 ENST00000470448 NA SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217804721 217804788 ENST00000470448 1 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217822224 217822313 ENST00000470448 2 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217824439 217824520 ENST00000470448 3 SPATA17 ENSG00000162814 Not Supported Not Supported +transcript 1 217804666 218045038 ENST00000366933 NA SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217804721 217804788 ENST00000366933 1 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217822224 217822313 ENST00000366933 2 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217824439 217824520 ENST00000366933 3 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217842375 217842425 ENST00000366933 4 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217856600 217856703 ENST00000366933 5 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217915317 217915440 ENST00000366933 6 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217947676 217947879 ENST00000366933 7 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217955516 217955664 ENST00000366933 8 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 217975060 217975192 ENST00000366933 9 SPATA17 ENSG00000162814 Not Supported Not Supported +CDS 1 218036116 218036193 ENST00000366933 10 SPATA17 ENSG00000162814 Not Supported Not Supported +transcript 1 217911186 217975110 ENST00000492747 NA SPATA17 ENSG00000162814 Not Supported Not Supported +transcript 1 217975060 218040930 ENST00000471021 NA SPATA17 ENSG00000162814 Not Supported Not Supported +transcript 1 218036117 218040475 ENST00000491809 NA SPATA17 ENSG00000162814 Not Supported Not Supported +transcript 1 217954540 217958462 ENST00000415765 NA SPATA17-AS1 ENSG00000234070 Not Supported Not Supported +transcript 1 218023745 218023975 ENST00000376781 NA UBBP2 ENSG00000228247 Not Supported Not Supported +transcript 1 218066242 218094146 ENST00000431637 NA LINC00210 ENSG00000231814 Not Supported Not Supported +transcript 1 218205177 218207002 ENST00000420347 NA RP11-152L7.1 ENSG00000230714 Not Supported Not Supported +transcript 1 218216847 218232482 ENST00000456026 NA RP11-152L7.2 ENSG00000232100 Not Supported Not Supported +transcript 1 218303137 218303294 ENST00000364623 NA RNU1-141P ENSG00000201493 Not Supported Not Supported +transcript 1 218458629 218511325 ENST00000366932 NA RRP15 ENSG00000067533 Not Supported Not Supported +CDS 1 218458659 218458797 ENST00000366932 1 RRP15 ENSG00000067533 Not Supported Not Supported +CDS 1 218475636 218475901 ENST00000366932 2 RRP15 ENSG00000067533 Not Supported Not Supported +CDS 1 218478370 218478467 ENST00000366932 3 RRP15 ENSG00000067533 Not Supported Not Supported +CDS 1 218480773 218480974 ENST00000366932 4 RRP15 ENSG00000067533 Not Supported Not Supported +CDS 1 218504290 218504430 ENST00000366932 5 RRP15 ENSG00000067533 Not Supported Not Supported +transcript 1 218458684 218476013 ENST00000491428 NA RRP15 ENSG00000067533 Not Supported Not Supported +transcript 1 218474604 218475314 ENST00000434965 NA RP11-224O19.4 ENSG00000229016 Not Supported Not Supported +transcript 1 218511883 218512098 ENST00000444678 NA RP11-224O19.5 ENSG00000223375 Not Supported Not Supported +transcript 1 218517538 218519020 ENST00000414452 NA RP11-224O19.2 ENSG00000232480 Not Supported Not Supported +transcript 1 218519577 218617961 ENST00000366930 NA TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218520044 218520389 ENST00000366930 1 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218578511 218578674 ENST00000366930 2 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218607424 218607556 ENST00000366930 3 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218607680 218607790 ENST00000366930 4 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218609312 218609489 ENST00000366930 5 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218610685 218610838 ENST00000366930 6 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218614546 218614701 ENST00000366930 7 TGFB2 ENSG00000092969 Not Supported Not Supported +transcript 1 218519577 218617961 ENST00000366929 NA TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218520044 218520389 ENST00000366929 1 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218536676 218536759 ENST00000366929 2 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218578511 218578674 ENST00000366929 3 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218607424 218607556 ENST00000366929 4 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218607680 218607790 ENST00000366929 5 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218609312 218609489 ENST00000366929 6 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218610685 218610838 ENST00000366929 7 TGFB2 ENSG00000092969 Not Supported Not Supported +CDS 1 218614546 218614701 ENST00000366929 8 TGFB2 ENSG00000092969 Not Supported Not Supported +transcript 1 218520380 218607654 ENST00000488793 NA TGFB2 ENSG00000092969 Not Supported Not Supported +transcript 1 218607468 218615483 ENST00000479322 NA TGFB2 ENSG00000092969 Not Supported Not Supported +transcript 1 218683438 218699320 ENST00000443836 NA C1orf143 ENSG00000228208 Not Supported Not Supported +CDS 1 218683438 218683529 ENST00000443836 1 C1orf143 ENSG00000228208 Not Supported Not Supported +CDS 1 218696695 218696792 ENST00000443836 2 C1orf143 ENSG00000228208 Not Supported Not Supported +CDS 1 218698749 218698870 ENST00000443836 3 C1orf143 ENSG00000228208 Not Supported Not Supported +transcript 1 218698182 218699320 ENST00000491260 NA C1orf143 ENSG00000228208 Not Supported Not Supported +transcript 1 218715033 218715241 ENST00000391308 NA U3 ENSG00000212610 Not Supported Not Supported +transcript 1 219054942 219055992 ENST00000397383 NA RP11-412H9.1 ENSG00000226693 Not Supported Not Supported +transcript 1 219086099 219089526 ENST00000446002 NA RP11-412H9.2 ENSG00000225561 Not Supported Not Supported +transcript 1 219259944 219347303 ENST00000441331 NA RP11-135J2.4 ENSG00000228063 Not Supported Not Supported +transcript 1 219347186 219386207 ENST00000366928 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219347233 219347323 ENST00000366928 1 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219352489 219352588 ENST00000366928 2 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219366424 219366593 ENST00000366928 3 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219383874 219383989 ENST00000366928 4 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219384834 219385067 ENST00000366928 5 LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347211 219386207 ENST00000460522 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347217 219386207 ENST00000366927 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219347233 219347323 ENST00000366927 1 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219352489 219352588 ENST00000366927 2 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219366472 219366593 ENST00000366927 3 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219383874 219383989 ENST00000366927 4 LYPLAL1 ENSG00000143353 Not Supported Not Supported +CDS 1 219384834 219385067 ENST00000366927 5 LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347218 219366827 ENST00000496776 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347226 219386207 ENST00000477938 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347237 219386207 ENST00000463964 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347238 219386207 ENST00000483635 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347269 219386207 ENST00000474379 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219347536 219386207 ENST00000469590 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219348313 219384872 ENST00000478794 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219371885 219386207 ENST00000475724 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219383684 219385169 ENST00000481007 NA LYPLAL1 ENSG00000143353 Not Supported Not Supported +transcript 1 219373256 219373909 ENST00000424737 NA RIMKLBP2 ENSG00000225920 Not Supported Not Supported +transcript 1 219395590 219398839 ENST00000420237 NA RP11-135J2.3 ENSG00000223842 Not Supported Not Supported +transcript 1 219583023 219585283 ENST00000441790 NA RP11-392O17.1 ENSG00000228536 Not Supported Not Supported +transcript 1 219608494 219615984 ENST00000420762 NA RP11-95P13.1 ENSG00000230024 Not Supported Not Supported +transcript 1 219730534 219731043 ENST00000458443 NA RP11-95P13.2 ENSG00000238232 Not Supported Not Supported +transcript 1 219782859 219786462 ENST00000431766 NA ZC3H11B ENSG00000215817 Not Supported Not Supported +transcript 1 219782969 219785404 ENST00000367211 NA ZC3H11B ENSG00000215817 Not Supported Not Supported +transcript 1 219836719 219836809 ENST00000516431 NA AC096643.1 ENSG00000252240 Not Supported Not Supported +transcript 1 219858769 220131989 ENST00000484239 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 220086848 220101993 ENST00000356609 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220101143 220101782 ENST00000356609 1 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220100457 220100485 ENST00000356609 2 SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 220087606 220092372 ENST00000484079 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 220088496 220101944 ENST00000366926 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220101143 220101782 ENST00000366926 1 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220100370 220100447 ENST00000366926 2 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220091597 220091836 ENST00000366926 3 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220088794 220089290 ENST00000366926 4 SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 220088791 220131989 ENST00000536446 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220091597 220091819 ENST00000536446 3 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220088794 220089290 ENST00000536446 4 SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 220100454 220101993 ENST00000536992 NA SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220101143 220101782 ENST00000536992 1 SLC30A10 ENSG00000196660 Not Supported Not Supported +CDS 1 220100457 220100485 ENST00000536992 2 SLC30A10 ENSG00000196660 Not Supported Not Supported +transcript 1 219935131 219935217 ENST00000516277 NA RNA5SP76 ENSG00000252086 Not Supported Not Supported +transcript 1 220136028 220136206 ENST00000408746 NA U3 ENSG00000221673 Not Supported Not Supported +transcript 1 220141943 220220000 ENST00000366923 NA EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220219685 220219730 ENST00000366923 1 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220213527 220213611 ENST00000366923 2 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220208256 220208355 ENST00000366923 3 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220206844 220207000 ENST00000366923 4 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220205729 220205868 ENST00000366923 5 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220203728 220203822 ENST00000366923 6 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220198474 220198600 ENST00000366923 7 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220197606 220197798 ENST00000366923 8 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220195689 220195860 ENST00000366923 9 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220193330 220193563 ENST00000366923 10 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220192337 220192421 ENST00000366923 11 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220191791 220191850 ENST00000366923 12 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220184288 220184398 ENST00000366923 13 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220180544 220180680 ENST00000366923 14 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220179448 220179655 ENST00000366923 15 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220178590 220178702 ENST00000366923 16 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220174480 220174597 ENST00000366923 17 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220170325 220170684 ENST00000366923 18 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220161932 220162165 ENST00000366923 19 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220160484 220160746 ENST00000366923 20 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220157548 220157599 ENST00000366923 21 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220156531 220156740 ENST00000366923 22 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220156114 220156186 ENST00000366923 23 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220154720 220154799 ENST00000366923 24 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220154098 220154199 ENST00000366923 25 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220153427 220153582 ENST00000366923 26 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220152760 220152957 ENST00000366923 27 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220151888 220152061 ENST00000366923 28 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220146580 220146740 ENST00000366923 29 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220145411 220145489 ENST00000366923 30 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220142400 220142464 ENST00000366923 31 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220142151 220142298 ENST00000366923 32 EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220142031 220142589 ENST00000468487 NA EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220155852 220157600 ENST00000485821 NA EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220160638 220219793 ENST00000609181 NA EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220219685 220219730 ENST00000609181 1 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220213527 220213611 ENST00000609181 2 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220208256 220208355 ENST00000609181 3 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220206844 220207000 ENST00000609181 4 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220205729 220205868 ENST00000609181 5 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220203728 220203822 ENST00000609181 6 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220198474 220198600 ENST00000609181 7 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220197606 220197798 ENST00000609181 8 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220195689 220195860 ENST00000609181 9 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220193330 220193563 ENST00000609181 10 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220192337 220192421 ENST00000609181 11 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220191791 220191850 ENST00000609181 12 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220191468 220191488 ENST00000609181 13 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220184288 220184398 ENST00000609181 14 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220180544 220180680 ENST00000609181 15 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220179448 220179655 ENST00000609181 16 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220178590 220178702 ENST00000609181 17 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220174480 220174597 ENST00000609181 18 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220170325 220170684 ENST00000609181 19 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220161932 220162165 ENST00000609181 20 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220160638 220160746 ENST00000609181 21 EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220170518 220180707 ENST00000464052 NA EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220174543 220219872 ENST00000477030 NA EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220219685 220219730 ENST00000477030 1 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220213527 220213611 ENST00000477030 2 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220208256 220208355 ENST00000477030 3 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220206844 220207000 ENST00000477030 4 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220205729 220205868 ENST00000477030 5 EPRS ENSG00000136628 Not Supported Not Supported +CDS 1 220198547 220198600 ENST00000477030 6 EPRS ENSG00000136628 Not Supported Not Supported +transcript 1 220160853 220160956 ENST00000459217 NA snoU13 ENSG00000238798 Not Supported Not Supported +transcript 1 220230824 220263191 ENST00000322067 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000322067 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000322067 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000322067 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000322067 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000322067 6 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236099 220236296 ENST00000322067 7 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220233028 220233133 ENST00000322067 8 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220232189 220232334 ENST00000322067 9 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220230826 220263804 ENST00000469520 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000469520 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000469520 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000469520 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000469520 6 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000469520 7 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236099 220236296 ENST00000469520 8 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220233028 220233133 ENST00000469520 9 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220232189 220232334 ENST00000469520 10 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220231073 220263114 ENST00000354807 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000354807 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000354807 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000354807 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000354807 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000354807 6 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220239415 220239459 ENST00000354807 7 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236099 220236296 ENST00000354807 8 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220233028 220233133 ENST00000354807 9 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220232288 220232334 ENST00000354807 10 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220231257 220231259 ENST00000354807 11 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220231792 220263175 ENST00000544404 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247368 ENST00000544404 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000544404 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000544404 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000544404 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236099 220236296 ENST00000544404 6 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220233028 220233133 ENST00000544404 7 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220232189 220232334 ENST00000544404 8 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220231941 220263139 ENST00000414869 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000414869 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000414869 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000414869 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000414869 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236099 220236296 ENST00000414869 6 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220233028 220233133 ENST00000414869 7 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220232189 220232334 ENST00000414869 8 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220236141 220263075 ENST00000482136 NA BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220236153 220263111 ENST00000463953 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000463953 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000463953 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000463953 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000463953 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236153 220236296 ENST00000463953 6 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220236254 220263169 ENST00000498791 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000498791 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000498791 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000498791 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000498791 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236254 220236296 ENST00000498791 6 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220236258 220263175 ENST00000480959 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247368 ENST00000480959 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000480959 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242726 220242774 ENST00000480959 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220240644 220240735 ENST00000480959 5 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220236258 220236296 ENST00000480959 6 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220240357 220247409 ENST00000548668 NA BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220242724 220263154 ENST00000498237 NA BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220253069 220253188 ENST00000498237 2 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220247309 220247413 ENST00000498237 3 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220246192 220246299 ENST00000498237 4 BPNT1 ENSG00000162813 Not Supported Not Supported +CDS 1 220242724 220242774 ENST00000498237 5 BPNT1 ENSG00000162813 Not Supported Not Supported +transcript 1 220267444 220321380 ENST00000366922 NA IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220267775 220267825 ENST00000366922 1 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220269446 220269568 ENST00000366922 2 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220273832 220273991 ENST00000366922 3 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275471 220275619 ENST00000366922 4 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275705 220275754 ENST00000366922 5 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275837 220275946 ENST00000366922 6 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220276029 220276119 ENST00000366922 7 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220276789 220276904 ENST00000366922 8 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220279233 220279402 ENST00000366922 9 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220280403 220280493 ENST00000366922 10 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220284128 220284279 ENST00000366922 11 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220287656 220287816 ENST00000366922 12 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220298579 220298681 ENST00000366922 13 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220300092 220300185 ENST00000366922 14 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220307744 220307852 ENST00000366922 15 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220310151 220310253 ENST00000366922 16 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220311260 220311385 ENST00000366922 17 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220312350 220312481 ENST00000366922 18 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220313525 220313631 ENST00000366922 19 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220315145 220315290 ENST00000366922 20 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220316286 220316476 ENST00000366922 21 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220318851 220318995 ENST00000366922 22 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220320835 220320974 ENST00000366922 23 IARS2 ENSG00000067704 Not Supported Not Supported +transcript 1 220267455 220321376 ENST00000302637 NA IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220267559 220267825 ENST00000302637 1 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220269446 220269568 ENST00000302637 2 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220273832 220273991 ENST00000302637 3 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275471 220275619 ENST00000302637 4 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275705 220275754 ENST00000302637 5 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220275837 220275946 ENST00000302637 6 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220276029 220276119 ENST00000302637 7 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220276789 220276904 ENST00000302637 8 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220279233 220279402 ENST00000302637 9 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220280403 220280493 ENST00000302637 10 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220284128 220284279 ENST00000302637 11 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220287656 220287816 ENST00000302637 12 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220298579 220298681 ENST00000302637 13 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220300092 220300185 ENST00000302637 14 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220307744 220307852 ENST00000302637 15 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220310151 220310253 ENST00000302637 16 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220311260 220311385 ENST00000302637 17 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220312350 220312481 ENST00000302637 18 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220313525 220313631 ENST00000302637 19 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220315145 220315290 ENST00000302637 20 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220316286 220316476 ENST00000302637 21 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220318851 220318995 ENST00000302637 22 IARS2 ENSG00000067704 Not Supported Not Supported +CDS 1 220320835 220320974 ENST00000302637 23 IARS2 ENSG00000067704 Not Supported Not Supported +transcript 1 220287793 220308188 ENST00000490891 NA IARS2 ENSG00000067704 Not Supported Not Supported +transcript 1 220310984 220313560 ENST00000488777 NA IARS2 ENSG00000067704 Not Supported Not Supported +transcript 1 220313523 220316686 ENST00000467924 NA IARS2 ENSG00000067704 Not Supported Not Supported +transcript 1 220291195 220291304 ENST00000384858 NA MIR215 ENSG00000207590 Not Supported Not Supported +transcript 1 220291499 220291583 ENST00000384892 NA MIR194-1 ENSG00000207624 Not Supported Not Supported +transcript 1 220310506 220310608 ENST00000459443 NA snoU13 ENSG00000238576 Not Supported Not Supported +transcript 1 220317306 220317693 ENST00000419498 NA RPS15AP12 ENSG00000232134 Not Supported Not Supported +transcript 1 220321635 220445796 ENST00000358951 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220445565 220445679 ENST00000358951 1 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220406141 220406205 ENST00000358951 2 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220387198 220387321 ENST00000358951 3 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220386229 220386310 ENST00000358951 4 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384297 220384344 ENST00000358951 5 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384143 220384218 ENST00000358951 6 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220383730 220383831 ENST00000358951 7 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220379249 220379348 ENST00000358951 8 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220375618 220375716 ENST00000358951 9 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220369592 220369740 ENST00000358951 10 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220368640 220368719 ENST00000358951 11 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220368420 220368509 ENST00000358951 12 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220366582 220366721 ENST00000358951 13 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220364410 220364626 ENST00000358951 14 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220363719 220363862 ENST00000358951 15 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220363406 220363488 ENST00000358951 16 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220363045 220363109 ENST00000358951 17 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220358993 220359083 ENST00000358951 18 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220357378 220357505 ENST00000358951 19 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220356060 220356273 ENST00000358951 20 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220355599 220355696 ENST00000358951 21 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220345979 220346084 ENST00000358951 22 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220345231 220345391 ENST00000358951 23 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220344234 220344462 ENST00000358951 24 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220340844 220341017 ENST00000358951 25 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220340635 220340741 ENST00000358951 26 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220338075 220338141 ENST00000358951 27 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220335540 220335610 ENST00000358951 28 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220332728 220332763 ENST00000358951 29 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220331144 220331218 ENST00000358951 30 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220330612 220330830 ENST00000358951 31 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220327310 220327399 ENST00000358951 32 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220326527 220326748 ENST00000358951 33 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220324948 220325106 ENST00000358951 34 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220324596 220324748 ENST00000358951 35 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220324525 220327402 ENST00000491005 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220324598 220327064 ENST00000474966 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220324947 220327770 ENST00000491305 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220358997 220445772 ENST00000478976 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220369526 220445756 ENST00000237724 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220375618 220384719 ENST00000484658 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384630 220384719 ENST00000484658 1 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384297 220384344 ENST00000484658 2 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384143 220384218 ENST00000484658 3 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220383730 220383831 ENST00000484658 4 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220379249 220379348 ENST00000484658 5 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220375618 220375716 ENST00000484658 6 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220379249 220445712 ENST00000474178 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220445565 220445679 ENST00000474178 1 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220406141 220406205 ENST00000474178 2 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384297 220384344 ENST00000474178 3 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +CDS 1 220384201 220384218 ENST00000474178 4 RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220392777 220445679 ENST00000475769 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220439327 220445703 ENST00000462353 NA RAB3GAP2 ENSG00000118873 Not Supported Not Supported +transcript 1 220373888 220374018 ENST00000410438 NA SNORA36B ENSG00000222370 Not Supported Not Supported +transcript 1 220380960 220381624 ENST00000604232 NA RP11-568G11.4 ENSG00000270585 Not Supported Not Supported +transcript 1 220393633 220393935 ENST00000604493 NA RP11-568G11.5 ENSG00000270708 Not Supported Not Supported +transcript 1 220426912 220427878 ENST00000404582 NA MORF4L1P1 ENSG00000218283 Not Supported Not Supported +transcript 1 220440048 220441259 ENST00000451805 NA AURKAPS1 ENSG00000213033 Not Supported Not Supported +transcript 1 220487287 220488907 ENST00000422187 NA XRCC6P3 ENSG00000230318 Not Supported Not Supported +transcript 1 220490009 220490941 ENST00000448115 NA RP11-302I18.1 ENSG00000232883 Not Supported Not Supported +transcript 1 220533073 220533525 ENST00000413159 NA RP11-302I18.3 ENSG00000226927 Not Supported Not Supported +transcript 1 220574464 220577375 ENST00000563417 NA RP11-410C4.5 ENSG00000260505 Not Supported Not Supported +transcript 1 220603286 220608023 ENST00000416839 NA AC096644.1 ENSG00000224867 Not Supported Not Supported +CDS 1 220607984 220608023 ENST00000416839 1 AC096644.1 ENSG00000224867 Not Supported Not Supported +CDS 1 220607683 220607710 ENST00000416839 2 AC096644.1 ENSG00000224867 Not Supported Not Supported +CDS 1 220603286 220603370 ENST00000416839 3 AC096644.1 ENSG00000224867 Not Supported Not Supported +transcript 1 220621858 220622195 ENST00000416788 NA RP11-410C4.1 ENSG00000235163 Not Supported Not Supported +transcript 1 220628496 220628654 ENST00000429278 NA RP11-410C4.2 ENSG00000234863 Not Supported Not Supported +transcript 1 220641296 220642150 ENST00000457142 NA SLMO2P1 ENSG00000226226 Not Supported Not Supported +transcript 1 220658446 220660385 ENST00000446169 NA RP11-410C4.4 ENSG00000231529 Not Supported Not Supported +transcript 1 220701568 220837803 ENST00000366918 NA MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220702165 220702215 ENST00000366918 1 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220752696 220752899 ENST00000366918 2 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220754407 220754460 ENST00000366918 3 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220771673 220771721 ENST00000366918 4 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220777409 220777479 ENST00000366918 5 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220789281 220789337 ENST00000366918 6 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791652 220791888 ENST00000366918 7 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791978 220792097 ENST00000366918 8 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220804377 220804476 ENST00000366918 9 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220805543 220805655 ENST00000366918 10 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220808718 220808871 ENST00000366918 11 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220809175 220809368 ENST00000366918 12 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220823962 220824062 ENST00000366918 13 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220825328 220825492 ENST00000366918 14 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220826443 220826694 ENST00000366918 15 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220835154 220835505 ENST00000366918 16 MARK1 ENSG00000116141 Not Supported Not Supported +transcript 1 220701568 220837798 ENST00000402574 NA MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220773187 220773205 ENST00000402574 5 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220777409 220777479 ENST00000402574 6 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220789281 220789337 ENST00000402574 7 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791652 220791888 ENST00000402574 8 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791978 220792097 ENST00000402574 9 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220804377 220804476 ENST00000402574 10 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220805543 220805655 ENST00000402574 11 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220808718 220808871 ENST00000402574 12 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220809175 220809368 ENST00000402574 13 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220823962 220824062 ENST00000402574 14 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220825328 220825492 ENST00000402574 15 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220826443 220826694 ENST00000402574 16 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220835154 220835505 ENST00000402574 17 MARK1 ENSG00000116141 Not Supported Not Supported +transcript 1 220701899 220835800 ENST00000366917 NA MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220702165 220702215 ENST00000366917 1 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220752696 220752899 ENST00000366917 2 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220754407 220754460 ENST00000366917 3 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220771673 220771721 ENST00000366917 4 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220773140 220773205 ENST00000366917 5 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220777409 220777479 ENST00000366917 6 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220789281 220789337 ENST00000366917 7 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791652 220791888 ENST00000366917 8 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220791978 220792097 ENST00000366917 9 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220804377 220804476 ENST00000366917 10 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220805543 220805655 ENST00000366917 11 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220808718 220808871 ENST00000366917 12 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220809175 220809368 ENST00000366917 13 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220823962 220824062 ENST00000366917 14 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220825328 220825492 ENST00000366917 15 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220826443 220826694 ENST00000366917 16 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220831132 220831176 ENST00000366917 17 MARK1 ENSG00000116141 Not Supported Not Supported +CDS 1 220835154 220835505 ENST00000366917 18 MARK1 ENSG00000116141 Not Supported Not Supported +transcript 1 220702192 220752850 ENST00000485104 NA MARK1 ENSG00000116141 Not Supported Not Supported +transcript 1 220745085 220745377 ENST00000492743 NA RN7SL464P ENSG00000243872 Not Supported Not Supported +transcript 1 220799082 220800790 ENST00000453661 NA HDAC1P2 ENSG00000233012 Not Supported Not Supported +transcript 1 220800592 220801398 ENST00000602936 NA HDAC1P2 ENSG00000233012 Not Supported Not Supported +transcript 1 220835813 220836458 ENST00000446040 NA RP11-322F10.2 ENSG00000225782 Not Supported Not Supported +transcript 1 220863187 220872499 ENST00000294889 NA C1orf115 ENSG00000162817 Not Supported Not Supported +CDS 1 220863745 220864053 ENST00000294889 1 C1orf115 ENSG00000162817 Not Supported Not Supported +CDS 1 220869954 220870070 ENST00000294889 2 C1orf115 ENSG00000162817 Not Supported Not Supported +transcript 1 220921567 220928402 ENST00000469583 NA MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220921874 220922145 ENST00000469583 1 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220927710 220927719 ENST00000469583 2 MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220921611 220957582 ENST00000359316 NA MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220921874 220922145 ENST00000359316 1 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220928289 220928462 ENST00000359316 2 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220935000 220935162 ENST00000359316 3 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220936252 220936392 ENST00000359316 4 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220957261 220957281 ENST00000359316 5 MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220921676 220958150 ENST00000366913 NA MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220921874 220922145 ENST00000366913 1 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220928289 220928462 ENST00000366913 2 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220935000 220935162 ENST00000366913 3 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220936252 220936392 ENST00000366913 4 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220953360 220953421 ENST00000366913 5 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220953510 220953581 ENST00000366913 6 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220955120 220955240 ENST00000366913 7 MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220928314 220953491 ENST00000425560 NA MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220928314 220928462 ENST00000425560 1 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220935000 220935162 ENST00000425560 2 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220936252 220936392 ENST00000425560 3 MARC2 ENSG00000117791 Not Supported Not Supported +CDS 1 220953360 220953425 ENST00000425560 4 MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220929620 220935106 ENST00000496078 NA MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220953304 220957526 ENST00000472447 NA MARC2 ENSG00000117791 Not Supported Not Supported +transcript 1 220960101 220987730 ENST00000366910 NA MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220960287 220960561 ENST00000366910 1 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220964833 220965006 ENST00000366910 2 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220969985 220970147 ENST00000366910 3 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220971216 220971356 ENST00000366910 4 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978394 220978455 ENST00000366910 5 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978545 220978616 ENST00000366910 6 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220986634 220986757 ENST00000366910 7 MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220964297 220965006 ENST00000492847 NA MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220964833 220987730 ENST00000407981 NA MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220964833 220965006 ENST00000407981 1 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220969985 220970147 ENST00000407981 2 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220971216 220971407 ENST00000407981 3 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978394 220978455 ENST00000407981 4 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978545 220978616 ENST00000407981 5 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220986634 220986760 ENST00000407981 6 MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220966531 220987735 ENST00000496110 NA MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220970095 220972247 ENST00000463976 NA MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220970095 220970147 ENST00000463976 1 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220971216 220971407 ENST00000463976 2 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220971494 220971547 ENST00000463976 3 MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220970097 220982318 ENST00000443880 NA MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220970097 220970147 ENST00000443880 1 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220971216 220971356 ENST00000443880 2 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978394 220978455 ENST00000443880 3 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220978545 220978616 ENST00000443880 4 MARC1 ENSG00000186205 Not Supported Not Supported +CDS 1 220982201 220982234 ENST00000443880 5 MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220971104 220978435 ENST00000472269 NA MARC1 ENSG00000186205 Not Supported Not Supported +transcript 1 220998962 220999389 ENST00000609276 NA RNU6ATAC35P ENSG00000221571 Not Supported Not Supported +transcript 1 220999118 220999235 ENST00000408644 NA RNU6ATAC35P ENSG00000221571 Not Supported Not Supported +transcript 1 221002018 221002553 ENST00000609941 NA RP11-295M18.6 ENSG00000272823 Not Supported Not Supported +transcript 1 221002597 221005771 ENST00000431347 NA RP11-295M18.2 ENSG00000238078 Not Supported Not Supported +transcript 1 221006105 221053482 ENST00000552026 NA HLA-AS1 ENSG00000257551 Not Supported Not Supported +transcript 1 221051699 221058401 ENST00000366903 NA HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221053200 221053791 ENST00000366903 1 HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221054536 221054715 ENST00000366903 2 HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221055506 221055690 ENST00000366903 3 HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221057537 221058043 ENST00000366903 4 HLX ENSG00000136630 Not Supported Not Supported +transcript 1 221054411 221057835 ENST00000427693 NA HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221055535 221055690 ENST00000427693 3 HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221057537 221057835 ENST00000427693 4 HLX ENSG00000136630 Not Supported Not Supported +transcript 1 221054584 221058117 ENST00000549319 NA HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221055376 221055690 ENST00000549319 1 HLX ENSG00000136630 Not Supported Not Supported +CDS 1 221057537 221058043 ENST00000549319 2 HLX ENSG00000136630 Not Supported Not Supported +transcript 1 221307207 221307563 ENST00000448432 NA RP11-453O22.1 ENSG00000226211 Not Supported Not Supported +transcript 1 221503422 221509638 ENST00000439004 NA RP11-421L10.1 ENSG00000234754 Not Supported Not Supported +transcript 1 221505981 221509262 ENST00000434398 NA RP11-421L10.1 ENSG00000234754 Not Supported Not Supported +transcript 1 221681901 221684321 ENST00000440104 NA RP11-103C3.1 ENSG00000232436 Not Supported Not Supported +transcript 1 221723128 221723985 ENST00000419031 NA RP11-103C3.2 ENSG00000227585 Not Supported Not Supported +transcript 1 221874766 221915518 ENST00000366899 NA DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221912276 221913086 ENST00000366899 2 DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221879437 221879808 ENST00000366899 3 DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221875757 221876019 ENST00000366899 4 DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 221874766 221915461 ENST00000323825 NA DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221879437 221879593 ENST00000323825 2 DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221875757 221876019 ENST00000323825 3 DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 221874766 221910802 ENST00000544095 NA DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221879437 221879593 ENST00000544095 2 DUSP10 ENSG00000143507 Not Supported Not Supported +CDS 1 221875757 221876019 ENST00000544095 3 DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 221874825 221910242 ENST00000468085 NA DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 221875492 221915431 ENST00000477026 NA DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 221875769 221885158 ENST00000494642 NA DUSP10 ENSG00000143507 Not Supported Not Supported +transcript 1 222001008 222014008 ENST00000431729 NA RP11-191N8.2 ENSG00000227925 Not Supported Not Supported +transcript 1 222010676 222010779 ENST00000363163 NA RNU6-403P ENSG00000200033 Not Supported Not Supported +transcript 1 222054323 222092054 ENST00000433576 NA RP11-815M8.1 ENSG00000238042 Not Supported Not Supported +transcript 1 222086990 222151865 ENST00000412445 NA RP11-815M8.1 ENSG00000238042 Not Supported Not Supported +transcript 1 222139683 222156485 ENST00000421147 NA RP11-400N13.2 ENSG00000228437 Not Supported Not Supported +transcript 1 222139752 222158306 ENST00000441160 NA RP11-400N13.2 ENSG00000228437 Not Supported Not Supported +transcript 1 222186349 222186432 ENST00000390805 NA AC092765.1 ENSG00000212094 Not Supported Not Supported +transcript 1 222215047 222238105 ENST00000438158 NA RP11-400N13.3 ENSG00000232679 Not Supported Not Supported +transcript 1 222262511 222560776 ENST00000416510 NA RP11-400N13.1 ENSG00000236230 Not Supported Not Supported +transcript 1 222435175 222436138 ENST00000418582 NA QRSL1P2 ENSG00000227613 Not Supported Not Supported +transcript 1 222626082 222628047 ENST00000455363 NA RP11-358H9.1 ENSG00000226643 Not Supported Not Supported +transcript 1 222641436 222644224 ENST00000422015 NA CICP13 ENSG00000234419 Not Supported Not Supported +transcript 1 222676974 222677077 ENST00000410467 NA RNU6-791P ENSG00000222399 Not Supported Not Supported +transcript 1 222695602 222698581 ENST00000473144 NA HHIPL2 ENSG00000143512 Not Supported Not Supported +transcript 1 222695602 222721445 ENST00000343410 NA HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222721066 222721386 ENST00000343410 1 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222716879 222717531 ENST00000343410 2 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222715354 222715497 ENST00000343410 3 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222713352 222713683 ENST00000343410 4 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222711990 222712116 ENST00000343410 5 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222705308 222705453 ENST00000343410 6 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222700311 222700392 ENST00000343410 7 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222696954 222697036 ENST00000343410 8 HHIPL2 ENSG00000143512 Not Supported Not Supported +CDS 1 222695946 222696229 ENST00000343410 9 HHIPL2 ENSG00000143512 Not Supported Not Supported +transcript 1 222696151 222712185 ENST00000468172 NA HHIPL2 ENSG00000143512 Not Supported Not Supported +transcript 1 222712071 222713445 ENST00000494899 NA HHIPL2 ENSG00000143512 Not Supported Not Supported +transcript 1 222731244 222763127 ENST00000366890 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222753101 222753163 ENST00000366890 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000366890 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000366890 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000366890 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222737401 222737467 ENST00000366890 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222736515 222736638 ENST00000366890 8 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222734706 222734860 ENST00000366890 9 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222732005 222732114 ENST00000366890 10 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222731244 222763220 ENST00000350027 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222761785 222761905 ENST00000350027 2 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222757470 222757639 ENST00000350027 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222753101 222753214 ENST00000350027 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000350027 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000350027 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000350027 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222737401 222737467 ENST00000350027 8 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222736515 222736638 ENST00000350027 9 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222734706 222734860 ENST00000350027 10 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222732005 222732114 ENST00000350027 11 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222731650 222763255 ENST00000352967 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222761785 222761905 ENST00000352967 2 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222757470 222757639 ENST00000352967 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222753101 222753214 ENST00000352967 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000352967 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000352967 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000352967 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222737401 222737467 ENST00000352967 8 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222736515 222736638 ENST00000352967 9 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222734706 222734860 ENST00000352967 10 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222732005 222732114 ENST00000352967 11 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222731666 222763255 ENST00000391882 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222753101 222753163 ENST00000391882 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000391882 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000391882 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000391882 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222737401 222737467 ENST00000391882 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222736515 222736638 ENST00000391882 8 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222734706 222734860 ENST00000391882 9 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222732005 222732114 ENST00000391882 10 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222736627 222763101 ENST00000391883 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222761785 222761905 ENST00000391883 2 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222757470 222757639 ENST00000391883 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000391883 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000391883 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000391883 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222737401 222737467 ENST00000391883 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222736627 222736638 ENST00000391883 8 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222737420 222763130 ENST00000487009 NA TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222742171 222743905 ENST00000480065 NA TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222742635 222763275 ENST00000543857 NA TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222761785 222761905 ENST00000543857 2 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222757470 222757639 ENST00000543857 3 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222753101 222753214 ENST00000543857 4 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222750787 222750985 ENST00000543857 5 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222743877 222744007 ENST00000543857 6 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742852 222743010 ENST00000543857 7 TAF1A ENSG00000143498 Not Supported Not Supported +CDS 1 222742728 222742766 ENST00000543857 8 TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222742879 222763228 ENST00000465263 NA TAF1A ENSG00000143498 Not Supported Not Supported +transcript 1 222763167 222765828 ENST00000441835 NA RP11-378J18.3 ENSG00000225265 Not Supported Not Supported +transcript 1 222763273 222766075 ENST00000427540 NA RP11-378J18.3 ENSG00000225265 Not Supported Not Supported +transcript 1 222763304 222766374 ENST00000413074 NA RP11-378J18.3 ENSG00000225265 Not Supported Not Supported +transcript 1 222791428 222841354 ENST00000344922 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222791453 222791585 ENST00000344922 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222794501 222794634 ENST00000344922 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222798110 222798196 ENST00000344922 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222800917 222803731 ENST00000344922 4 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222805507 222805668 ENST00000344922 5 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222806446 222806591 ENST00000344922 6 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222818896 222819027 ENST00000344922 7 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222822171 222822192 ENST00000344922 8 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823634 222823722 ENST00000344922 9 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823976 222824053 ENST00000344922 10 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222824135 222824245 ENST00000344922 11 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825319 222825390 ENST00000344922 12 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825570 222825674 ENST00000344922 13 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826350 222826472 ENST00000344922 14 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826570 222826681 ENST00000344922 15 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827585 222827640 ENST00000344922 16 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827731 222827821 ENST00000344922 17 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827997 222828135 ENST00000344922 18 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832064 222832165 ENST00000344922 19 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832795 222832855 ENST00000344922 20 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832964 222832999 ENST00000344922 21 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833076 222833143 ENST00000344922 22 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833248 222833348 ENST00000344922 23 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833519 222833656 ENST00000344922 24 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835398 222835466 ENST00000344922 25 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835595 222835674 ENST00000344922 26 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222837340 222837490 ENST00000344922 27 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222838651 222838958 ENST00000344922 28 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222791441 222819477 ENST00000470521 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222791444 222841351 ENST00000344441 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222791453 222791585 ENST00000344441 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222794501 222794634 ENST00000344441 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222798110 222798196 ENST00000344441 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222800917 222803731 ENST00000344441 4 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222805507 222805668 ENST00000344441 5 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222806446 222806591 ENST00000344441 6 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222818896 222819032 ENST00000344441 7 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222821281 222821296 ENST00000344441 8 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823633 222823722 ENST00000344441 9 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823976 222824053 ENST00000344441 10 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222824135 222824245 ENST00000344441 11 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825319 222825390 ENST00000344441 12 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825570 222825674 ENST00000344441 13 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826350 222826472 ENST00000344441 14 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826570 222826681 ENST00000344441 15 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827585 222827640 ENST00000344441 16 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827731 222827821 ENST00000344441 17 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827997 222828135 ENST00000344441 18 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832064 222832165 ENST00000344441 19 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832795 222832855 ENST00000344441 20 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832964 222832999 ENST00000344441 21 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833076 222833143 ENST00000344441 22 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833248 222833348 ENST00000344441 23 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833519 222833656 ENST00000344441 24 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835398 222835466 ENST00000344441 25 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835595 222835674 ENST00000344441 26 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222837340 222837490 ENST00000344441 27 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222838651 222838958 ENST00000344441 28 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222791450 222839489 ENST00000344507 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222791453 222791585 ENST00000344507 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222794501 222794634 ENST00000344507 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222798110 222798196 ENST00000344507 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222800917 222802036 ENST00000344507 4 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222838941 222838966 ENST00000344507 5 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222801816 222828003 ENST00000354906 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222801816 222803731 ENST00000354906 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222805507 222805668 ENST00000354906 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222806446 222806591 ENST00000354906 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222818896 222819027 ENST00000354906 4 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222822171 222822192 ENST00000354906 5 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823634 222823722 ENST00000354906 6 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823976 222824053 ENST00000354906 7 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222824135 222824245 ENST00000354906 8 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826350 222826472 ENST00000354906 9 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826570 222826681 ENST00000354906 10 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827585 222827640 ENST00000354906 11 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827731 222827821 ENST00000354906 12 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827997 222828003 ENST00000354906 13 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222817645 222839165 ENST00000340535 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222817818 222817928 ENST00000340535 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222818896 222819027 ENST00000340535 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222822171 222822192 ENST00000340535 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823634 222823722 ENST00000340535 4 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222823976 222824053 ENST00000340535 5 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222824135 222824245 ENST00000340535 6 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825319 222825390 ENST00000340535 7 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222825570 222825674 ENST00000340535 8 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826350 222826472 ENST00000340535 9 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222826570 222826681 ENST00000340535 10 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827585 222827640 ENST00000340535 11 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827731 222827821 ENST00000340535 12 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222827997 222828135 ENST00000340535 13 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832064 222832165 ENST00000340535 14 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832795 222832855 ENST00000340535 15 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222832964 222832999 ENST00000340535 16 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833076 222833143 ENST00000340535 17 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833248 222833348 ENST00000340535 18 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222833519 222833656 ENST00000340535 19 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835398 222835466 ENST00000340535 20 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835595 222835674 ENST00000340535 21 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222837340 222837490 ENST00000340535 22 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222838651 222838958 ENST00000340535 23 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222817736 222825625 ENST00000495210 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222822605 222823657 ENST00000467190 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222831984 222833335 ENST00000476400 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222833281 222837392 ENST00000475451 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222835425 222835850 ENST00000479370 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222835432 222838563 ENST00000450260 NA MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835432 222835466 ENST00000450260 1 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222835595 222835674 ENST00000450260 2 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222837340 222837490 ENST00000450260 3 MIA3 ENSG00000154305 Not Supported Not Supported +CDS 1 222838225 222838280 ENST00000450260 4 MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222837313 222838873 ENST00000477519 NA MIA3 ENSG00000154305 Not Supported Not Supported +transcript 1 222814756 222815200 ENST00000413568 NA RP11-378J18.6 ENSG00000229399 Not Supported Not Supported +transcript 1 222832209 222834854 ENST00000608771 NA RP11-378J18.8 ENSG00000272750 Not Supported Not Supported +transcript 1 222841355 222885866 ENST00000340020 NA AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222885550 222885659 ENST00000340020 1 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222876490 222876559 ENST00000340020 2 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867552 222867605 ENST00000340020 3 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867131 222867185 ENST00000340020 4 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860937 222861000 ENST00000340020 5 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860272 222860378 ENST00000340020 6 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222849438 222849560 ENST00000340020 7 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222846655 222846777 ENST00000340020 8 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843475 222843592 ENST00000340020 9 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843238 222843331 ENST00000340020 10 AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222841355 222886079 ENST00000474863 NA AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222842146 222885770 ENST00000355727 NA AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222885550 222885659 ENST00000355727 1 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222876490 222876559 ENST00000355727 2 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867552 222867605 ENST00000355727 3 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867131 222867185 ENST00000355727 4 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860937 222861000 ENST00000355727 5 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860272 222860378 ENST00000355727 6 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843475 222843592 ENST00000355727 7 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843238 222843331 ENST00000355727 8 AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222842741 222849560 ENST00000495670 NA AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222842919 222886526 ENST00000541237 NA AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222886086 222886123 ENST00000541237 1 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222876490 222876559 ENST00000541237 2 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867552 222867605 ENST00000541237 3 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222867131 222867185 ENST00000541237 4 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860937 222861000 ENST00000541237 5 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222860272 222860378 ENST00000541237 6 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222849438 222849560 ENST00000541237 7 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222846655 222846777 ENST00000541237 8 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843475 222843592 ENST00000541237 9 AIDA ENSG00000186063 Not Supported Not Supported +CDS 1 222843238 222843331 ENST00000541237 10 AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222843532 222885605 ENST00000470437 NA AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222846716 222886552 ENST00000497112 NA AIDA ENSG00000186063 Not Supported Not Supported +transcript 1 222881579 222881873 ENST00000579497 NA RN7SL276P ENSG00000263877 Not Supported Not Supported +transcript 1 222885895 222908538 ENST00000340934 NA BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222889042 222889142 ENST00000340934 2 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892267 222892373 ENST00000340934 3 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892605 222892701 ENST00000340934 4 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222895761 222895856 ENST00000340934 5 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222897434 222897506 ENST00000340934 6 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222898792 222898897 ENST00000340934 7 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222900510 222900599 ENST00000340934 8 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902085 222902170 ENST00000340934 9 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902962 222903043 ENST00000340934 10 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222903369 222903519 ENST00000340934 11 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222904699 222904858 ENST00000340934 12 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222905970 222906053 ENST00000340934 13 BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222885901 222887327 ENST00000496267 NA BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886711 222900574 ENST00000426638 NA BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222889042 222889142 ENST00000426638 2 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892267 222892373 ENST00000426638 3 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892605 222892701 ENST00000426638 4 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222895761 222895856 ENST00000426638 5 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222897434 222897506 ENST00000426638 6 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222898792 222898897 ENST00000426638 7 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222900510 222900574 ENST00000426638 8 BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886718 222898879 ENST00000473962 NA BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886718 222906254 ENST00000537020 NA BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222889042 222889142 ENST00000537020 2 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892267 222892373 ENST00000537020 3 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892605 222892701 ENST00000537020 4 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222895761 222895856 ENST00000537020 5 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222897434 222897506 ENST00000537020 6 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222898792 222898897 ENST00000537020 7 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222900510 222900599 ENST00000537020 8 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902085 222902170 ENST00000537020 9 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902962 222903043 ENST00000537020 10 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222903369 222903519 ENST00000537020 11 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222905970 222905994 ENST00000537020 12 BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886723 222892655 ENST00000469236 NA BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886737 222906386 ENST00000539697 NA BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222889042 222889142 ENST00000539697 2 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892267 222892373 ENST00000539697 3 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222892605 222892701 ENST00000539697 4 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222897434 222897506 ENST00000539697 5 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222898792 222898897 ENST00000539697 6 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222900510 222900599 ENST00000539697 7 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902085 222902170 ENST00000539697 8 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222902962 222903043 ENST00000539697 9 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222903369 222903519 ENST00000539697 10 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222904699 222904858 ENST00000539697 11 BROX ENSG00000162819 Not Supported Not Supported +CDS 1 222905970 222906053 ENST00000539697 12 BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222886743 222900551 ENST00000489191 NA BROX ENSG00000162819 Not Supported Not Supported +transcript 1 222910549 222922866 ENST00000434700 NA FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222919888 222920061 ENST00000434700 3 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222920357 222920423 ENST00000434700 4 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222922807 222922866 ENST00000434700 5 FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222910558 222924147 ENST00000391880 NA FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222919888 222920061 ENST00000391880 3 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222920357 222920423 ENST00000391880 4 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222922303 222922421 ENST00000391880 5 FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222910558 222924002 ENST00000445590 NA FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222919888 222920061 ENST00000445590 3 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222920357 222920423 ENST00000445590 4 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222922807 222922904 ENST00000445590 5 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222923263 222923397 ENST00000445590 6 FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222910649 222923538 ENST00000360827 NA FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222919888 222920061 ENST00000360827 3 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222920357 222920423 ENST00000360827 4 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222922807 222922904 ENST00000360827 5 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222923263 222923397 ENST00000360827 6 FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222913026 222920789 ENST00000460763 NA FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222913026 222922863 ENST00000456298 NA FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222919888 222920061 ENST00000456298 3 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222920357 222920423 ENST00000456298 4 FAM177B ENSG00000197520 Not Supported Not Supported +CDS 1 222922807 222922863 ENST00000456298 5 FAM177B ENSG00000197520 Not Supported Not Supported +transcript 1 222988364 223010726 ENST00000450784 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988379 223010681 ENST00000426045 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988389 223010571 ENST00000457955 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988393 223010726 ENST00000444858 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988402 223010724 ENST00000435378 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988403 223010726 ENST00000441676 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988417 223000653 ENST00000448808 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988420 223010725 ENST00000457636 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988453 223000924 ENST00000439440 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988471 223010642 ENST00000420335 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222997226 223010726 ENST00000442171 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 223004322 223010726 ENST00000434872 NA RP11-452F19.3 ENSG00000228106 Not Supported Not Supported +transcript 1 222988406 223168242 ENST00000495684 NA DISP1 ENSG00000154309 Not Supported Not Supported +transcript 1 223045613 223153204 ENST00000360254 NA DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223116166 223116674 ENST00000360254 3 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223152964 223153006 ENST00000360254 4 DISP1 ENSG00000154309 Not Supported Not Supported +transcript 1 223101766 223179337 ENST00000284476 NA DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223116166 223116674 ENST00000284476 2 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223156422 223156451 ENST00000284476 3 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223163967 223164090 ENST00000284476 4 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223164862 223164989 ENST00000284476 5 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223165355 223165452 ENST00000284476 6 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223168227 223168324 ENST00000284476 7 DISP1 ENSG00000154309 Not Supported Not Supported +CDS 1 223175727 223179311 ENST00000284476 8 DISP1 ENSG00000154309 Not Supported Not Supported +transcript 1 223101783 223116892 ENST00000482856 NA DISP1 ENSG00000154309 Not Supported Not Supported +transcript 1 223085186 223085289 ENST00000459434 NA snoU13 ENSG00000239054 Not Supported Not Supported +transcript 1 223119067 223119242 ENST00000449477 NA NDUFB1P2 ENSG00000234523 Not Supported Not Supported +transcript 1 223282748 223310629 ENST00000540964 NA TLR5 ENSG00000187554 Not Supported Not Supported +CDS 1 223283800 223286373 ENST00000540964 4 TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223283647 223316624 ENST00000366881 NA TLR5 ENSG00000187554 Not Supported Not Supported +CDS 1 223283800 223286373 ENST00000366881 6 TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223283707 223308098 ENST00000342210 NA TLR5 ENSG00000187554 Not Supported Not Supported +CDS 1 223283800 223286373 ENST00000342210 4 TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223286310 223316580 ENST00000407096 NA TLR5 ENSG00000187554 Not Supported Not Supported +CDS 1 223286310 223286373 ENST00000407096 4 TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223307774 223316588 ENST00000484766 NA TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223314724 223316590 ENST00000465726 NA TLR5 ENSG00000187554 Not Supported Not Supported +transcript 1 223317391 223318296 ENST00000435108 NA RP11-239E10.2 ENSG00000236846 Not Supported Not Supported +transcript 1 223354486 223361496 ENST00000446145 NA RP11-239E10.3 ENSG00000226601 Not Supported Not Supported +transcript 1 223394161 223537401 ENST00000343846 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000343846 1 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223465781 223465993 ENST00000343846 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000343846 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000343846 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402730 ENST00000343846 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000343846 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396591 223396973 ENST00000343846 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223395537 223395562 ENST00000343846 8 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223394163 223537544 ENST00000366878 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000366878 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223465781 223465993 ENST00000366878 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000366878 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000366878 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402730 ENST00000366878 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000366878 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396591 223396973 ENST00000366878 8 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223395537 223395562 ENST00000366878 9 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223394173 223537472 ENST00000484758 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000484758 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000484758 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000484758 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402736 ENST00000484758 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000484758 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396591 223396973 ENST00000484758 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223395537 223395562 ENST00000484758 8 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223394173 223537520 ENST00000494793 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000494793 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223465781 223465993 ENST00000494793 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000494793 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000494793 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402730 ENST00000494793 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000494793 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396609 223396973 ENST00000494793 8 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223394385 223394422 ENST00000494793 9 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223394358 223537425 ENST00000478605 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223394359 223536679 ENST00000608996 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536679 ENST00000608996 1 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223465781 223465993 ENST00000608996 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000608996 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000608996 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402736 ENST00000608996 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000608996 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396591 223396973 ENST00000608996 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223395534 223395562 ENST00000608996 8 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223395493 223537469 ENST00000454695 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223441898 ENST00000454695 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000454695 6 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223402539 223402730 ENST00000454695 7 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223400936 223401080 ENST00000454695 8 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223396591 223396973 ENST00000454695 9 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223395537 223395562 ENST00000454695 10 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223395501 223537425 ENST00000483818 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223400945 223402792 ENST00000484503 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223400957 223404089 ENST00000470249 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223408257 223537509 ENST00000344029 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000344029 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223465781 223465993 ENST00000344029 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223441844 223442017 ENST00000344029 4 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223437972 223438160 ENST00000344029 5 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223408297 223408442 ENST00000344029 6 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223437749 223465911 ENST00000497669 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223532167 223537197 ENST00000342943 NA SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223532400 223537544 ENST00000366877 NA SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223536620 223536767 ENST00000366877 2 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223533545 223533653 ENST00000366877 3 SUSD4 ENSG00000143502 Not Supported Not Supported +CDS 1 223532403 223532463 ENST00000366877 4 SUSD4 ENSG00000143502 Not Supported Not Supported +transcript 1 223547164 223547266 ENST00000515980 NA RNU4-57P ENSG00000251789 Not Supported Not Supported +transcript 1 223566715 223568812 ENST00000366875 NA C1orf65 ENSG00000178395 Not Supported Not Supported +CDS 1 223566818 223568686 ENST00000366875 1 C1orf65 ENSG00000178395 Not Supported Not Supported +transcript 1 223711349 223716528 ENST00000484873 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223716470 223716528 ENST00000484873 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223712839 223712841 ENST00000484873 2 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223711350 223724380 ENST00000442247 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223724323 223724380 ENST00000442247 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223722681 223722745 ENST00000442247 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223712763 223712834 ENST00000442247 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223711371 223711481 ENST00000442247 4 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223714975 223724380 ENST00000430824 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223724323 223724380 ENST00000430824 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223722681 223722745 ENST00000430824 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223718593 223718661 ENST00000430824 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223718134 223718212 ENST00000430824 4 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223717429 223717545 ENST00000430824 5 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223716470 223716528 ENST00000430824 6 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223715199 223715222 ENST00000430824 7 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223714979 223718736 ENST00000482401 NA CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223714983 223853348 ENST00000366872 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223853112 223853348 ENST00000366872 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223842032 223842101 ENST00000366872 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223816364 223816482 ENST00000366872 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223815711 223815844 ENST00000366872 4 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223814691 223814859 ENST00000366872 5 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223813507 223813590 ENST00000366872 6 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223810517 223810602 ENST00000366872 7 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223810429 223810500 ENST00000366872 8 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223806995 223807155 ENST00000366872 9 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223803657 223803847 ENST00000366872 10 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223803576 223803643 ENST00000366872 11 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223803515 223803562 ENST00000366872 12 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223803475 223803501 ENST00000366872 13 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223722759 223722925 ENST00000366872 14 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223722681 223722745 ENST00000366872 15 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223718593 223718661 ENST00000366872 16 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223718134 223718212 ENST00000366872 17 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223717429 223717545 ENST00000366872 18 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223716470 223716528 ENST00000366872 19 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223715202 223715222 ENST00000366872 20 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223715011 223717632 ENST00000482183 NA CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223803672 223853436 ENST00000419193 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223853112 223853348 ENST00000419193 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223842032 223842101 ENST00000419193 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223816364 223816482 ENST00000419193 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223815711 223815844 ENST00000419193 4 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223814691 223814859 ENST00000419193 5 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223813507 223813590 ENST00000419193 6 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223810517 223810602 ENST00000419193 7 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223807894 223807968 ENST00000419193 8 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223806995 223807155 ENST00000419193 9 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223803672 223803847 ENST00000419193 10 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223804600 223853425 ENST00000366873 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223853112 223853348 ENST00000366873 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223842032 223842101 ENST00000366873 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223816364 223816482 ENST00000366873 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223815711 223815844 ENST00000366873 4 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223814691 223814859 ENST00000366873 5 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223813507 223813590 ENST00000366873 6 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223810517 223810602 ENST00000366873 7 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223807894 223807968 ENST00000366873 8 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223806995 223807155 ENST00000366873 9 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223805976 223805983 ENST00000366873 10 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223807898 223842101 ENST00000467384 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223842032 223842101 ENST00000467384 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223830489 223830535 ENST00000467384 2 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223810324 223816407 ENST00000465098 NA CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223816364 223816407 ENST00000465098 1 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223815711 223815844 ENST00000465098 2 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223814691 223814859 ENST00000465098 3 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223813507 223813590 ENST00000465098 4 CAPN8 ENSG00000203697 Not Supported Not Supported +CDS 1 223810513 223810602 ENST00000465098 5 CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223814742 223816672 ENST00000525760 NA CAPN8 ENSG00000203697 Not Supported Not Supported +transcript 1 223741977 223742862 ENST00000439337 NA WI2-2998D17.2 ENSG00000235428 Not Supported Not Supported +transcript 1 223831812 223832085 ENST00000420249 NA SNRPEP10 ENSG00000227002 Not Supported Not Supported +transcript 1 223877753 223877816 ENST00000391096 NA RNU6-1248P ENSG00000212398 Not Supported Not Supported +transcript 1 223889295 223963718 ENST00000433674 NA CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223889531 223889533 ENST00000433674 1 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223905464 223905533 ENST00000433674 2 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223931802 223931920 ENST00000433674 3 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223933008 223933141 ENST00000433674 4 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223934699 223934867 ENST00000433674 5 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223936741 223936824 ENST00000433674 6 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223938592 223938677 ENST00000433674 7 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223939699 223939773 ENST00000433674 8 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223940498 223940658 ENST00000433674 9 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223943182 223943351 ENST00000433674 10 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223945071 223945082 ENST00000433674 11 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223946972 223947183 ENST00000433674 12 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223949283 223949319 ENST00000433674 13 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223949888 223949953 ENST00000433674 14 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223951852 223951909 ENST00000433674 15 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223954069 223954133 ENST00000433674 16 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223957543 223957611 ENST00000433674 17 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223958149 223958227 ENST00000433674 18 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223959511 223959627 ENST00000433674 19 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223959883 223959941 ENST00000433674 20 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223962536 223962556 ENST00000433674 21 CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223889347 223934765 ENST00000434648 NA CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223889531 223889533 ENST00000434648 1 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223905464 223905533 ENST00000434648 2 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223931802 223931920 ENST00000434648 3 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223933008 223933141 ENST00000434648 4 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223934699 223934765 ENST00000434648 5 CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223900034 223963720 ENST00000295006 NA CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223900343 223900579 ENST00000295006 1 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223905464 223905533 ENST00000295006 2 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223931802 223931920 ENST00000295006 3 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223933008 223933141 ENST00000295006 4 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223934699 223934867 ENST00000295006 5 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223936741 223936824 ENST00000295006 6 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223938592 223938677 ENST00000295006 7 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223939699 223939773 ENST00000295006 8 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223940498 223940658 ENST00000295006 9 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223943182 223943351 ENST00000295006 10 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223945071 223945082 ENST00000295006 11 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223946972 223947183 ENST00000295006 12 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223949283 223949319 ENST00000295006 13 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223949888 223949953 ENST00000295006 14 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223951852 223951909 ENST00000295006 15 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223954069 223954133 ENST00000295006 16 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223957543 223957611 ENST00000295006 17 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223958149 223958227 ENST00000295006 18 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223959511 223959627 ENST00000295006 19 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223959883 223959941 ENST00000295006 20 CAPN2 ENSG00000162909 Not Supported Not Supported +CDS 1 223962536 223962556 ENST00000295006 21 CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223934810 223937178 ENST00000483579 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223939721 223945199 ENST00000480581 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223945326 223963720 ENST00000474026 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223945928 223963720 ENST00000487223 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223947136 223951909 ENST00000492565 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223957543 223960412 ENST00000472601 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223958017 223960959 ENST00000498027 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223958115 223960412 ENST00000492664 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223958325 223963720 ENST00000463997 NA CAPN2 ENSG00000162909 Not Supported Not Supported +transcript 1 223967601 224033632 ENST00000391878 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223994548 223994634 ENST00000391878 6 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223991876 223992050 ENST00000391878 7 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223990973 223991154 ENST00000391878 8 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223990433 223990597 ENST00000391878 9 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223989818 223990046 ENST00000391878 10 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223988402 223988512 ENST00000391878 11 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223987601 223987749 ENST00000391878 12 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223985917 223986379 ENST00000391878 13 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223983517 223984292 ENST00000391878 14 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223981005 223981142 ENST00000391878 15 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223980091 223980224 ENST00000391878 16 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223976710 223976876 ENST00000391878 17 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223971817 223972016 ENST00000391878 18 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223968558 223968596 ENST00000391878 19 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223967601 224033674 ENST00000343537 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224033356 224033382 ENST00000343537 1 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224008922 224009069 ENST00000343537 2 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224001942 224002055 ENST00000343537 3 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223998133 223998215 ENST00000343537 4 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223994548 223994649 ENST00000343537 5 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223991876 223992050 ENST00000343537 6 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223990973 223991154 ENST00000343537 7 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223990433 223990597 ENST00000343537 8 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223989818 223990046 ENST00000343537 9 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223988402 223988512 ENST00000343537 10 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223987601 223987749 ENST00000343537 11 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223985917 223986379 ENST00000343537 12 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223983517 223984292 ENST00000343537 13 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223981005 223981142 ENST00000343537 14 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223980091 223980224 ENST00000343537 15 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223976710 223976876 ENST00000343537 16 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223971817 223972016 ENST00000343537 17 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223968558 223968596 ENST00000343537 18 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223968347 223988428 ENST00000483398 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223988402 223988428 ENST00000483398 1 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223987601 223987749 ENST00000483398 2 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223984275 223984292 ENST00000483398 3 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223968347 223988428 ENST00000391879 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223983517 223983939 ENST00000391879 3 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223981005 223981142 ENST00000391879 4 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223980091 223980224 ENST00000391879 5 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223976710 223976876 ENST00000391879 6 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223971817 223972016 ENST00000391879 7 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223968558 223968596 ENST00000391879 8 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223968491 223990438 ENST00000498843 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223983540 224002030 ENST00000494100 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224001942 224002030 ENST00000494100 1 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223998133 223998215 ENST00000494100 2 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223994548 223994649 ENST00000494100 3 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223991910 223992050 ENST00000494100 4 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223983540 223983825 ENST00000494100 5 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223983876 223988428 ENST00000464656 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223988402 223988428 ENST00000464656 1 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223987601 223987749 ENST00000464656 2 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 223984275 223984292 ENST00000464656 3 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223987619 223990433 ENST00000489310 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223988478 223990359 ENST00000490896 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223989641 223991032 ENST00000481128 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223990003 223990925 ENST00000464172 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223991937 224008838 ENST00000496282 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223994613 224013771 ENST00000473135 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 223998166 224033656 ENST00000465119 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224033356 224033382 ENST00000465119 1 TP53BP2 ENSG00000143514 Not Supported Not Supported +CDS 1 224001942 224002055 ENST00000465119 2 TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 224001878 224033496 ENST00000472180 NA TP53BP2 ENSG00000143514 Not Supported Not Supported +transcript 1 224044281 224045089 ENST00000420550 NA PHBP11 ENSG00000227621 Not Supported Not Supported +transcript 1 224051428 224052553 ENST00000436287 NA ACTBP11 ENSG00000188460 Not Supported Not Supported +transcript 1 224135307 224138118 ENST00000424045 NA CICP5 ENSG00000233771 Not Supported Not Supported +transcript 1 224139096 224141141 ENST00000608760 NA RP11-504P24.8 ENSG00000272645 Not Supported Not Supported +transcript 1 224163848 224163951 ENST00000390855 NA RNU6-1319P ENSG00000212157 Not Supported Not Supported +transcript 1 224170456 224175856 ENST00000431663 NA RP11-504P24.2 ENSG00000232372 Not Supported Not Supported +transcript 1 224183597 224191356 ENST00000327086 NA RP11-504P24.3 ENSG00000243000 Not Supported Not Supported +transcript 1 224183659 224197405 ENST00000449219 NA RP11-504P24.4 ENSG00000185495 Not Supported Not Supported +transcript 1 224196429 224198309 ENST00000540997 NA RP11-504P24.4 ENSG00000185495 Not Supported Not Supported +transcript 1 224196429 224198314 ENST00000572124 NA RP11-504P24.6 ENSG00000263182 Not Supported Not Supported +transcript 1 224215760 224216371 ENST00000600307 NA AC138393.1 ENSG00000269358 Not Supported Not Supported +CDS 1 224216349 224216371 ENST00000600307 1 AC138393.1 ENSG00000269358 Not Supported Not Supported +CDS 1 224216016 224216040 ENST00000600307 2 AC138393.1 ENSG00000269358 Not Supported Not Supported +CDS 1 224215760 224215846 ENST00000600307 3 AC138393.1 ENSG00000269358 Not Supported Not Supported +transcript 1 224218406 224222758 ENST00000414742 NA RP11-504P24.5 ENSG00000229930 Not Supported Not Supported +transcript 1 224294984 224295243 ENST00000516675 NA RN7SKP49 ENSG00000252484 Not Supported Not Supported +transcript 1 224301789 224349749 ENST00000366862 NA FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224301832 224302098 ENST00000366862 1 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224318174 224318283 ENST00000366862 2 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224321776 224321914 ENST00000366862 3 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224340844 224341039 ENST00000366862 4 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224345054 224345445 ENST00000366862 5 FBXO28 ENSG00000143756 Not Supported Not Supported +transcript 1 224301813 224345852 ENST00000424254 NA FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224301832 224302098 ENST00000424254 1 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224318174 224318283 ENST00000424254 2 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224321776 224321914 ENST00000424254 3 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224345054 224345074 ENST00000424254 4 FBXO28 ENSG00000143756 Not Supported Not Supported +transcript 1 224301821 224345884 ENST00000523990 NA FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224301832 224302098 ENST00000523990 1 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224318174 224318283 ENST00000523990 2 FBXO28 ENSG00000143756 Not Supported Not Supported +CDS 1 224340844 224340844 ENST00000523990 3 FBXO28 ENSG00000143756 Not Supported Not Supported +transcript 1 224301873 224322067 ENST00000483773 NA FBXO28 ENSG00000143756 Not Supported Not Supported +transcript 1 224301920 224318723 ENST00000519894 NA FBXO28 ENSG00000143756 Not Supported Not Supported +transcript 1 224363178 224363408 ENST00000415453 NA RP11-365O16.1 ENSG00000236773 Not Supported Not Supported +transcript 1 224363458 224380055 ENST00000415210 NA DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224363631 224363649 ENST00000415210 1 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224377279 224378021 ENST00000415210 2 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224380034 224380055 ENST00000415210 3 DEGS1 ENSG00000143753 Not Supported Not Supported +transcript 1 224370873 224381143 ENST00000323699 NA DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224371039 224371120 ENST00000323699 1 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224377279 224378021 ENST00000323699 2 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224380034 224380177 ENST00000323699 3 DEGS1 ENSG00000143753 Not Supported Not Supported +transcript 1 224370968 224380859 ENST00000391877 NA DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224371039 224371120 ENST00000391877 1 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224377279 224378021 ENST00000391877 2 DEGS1 ENSG00000143753 Not Supported Not Supported +CDS 1 224380034 224380177 ENST00000391877 3 DEGS1 ENSG00000143753 Not Supported Not Supported +transcript 1 224371377 224377754 ENST00000465848 NA DEGS1 ENSG00000143753 Not Supported Not Supported +transcript 1 224377838 224380142 ENST00000498813 NA DEGS1 ENSG00000143753 Not Supported Not Supported +transcript 1 224367343 224367469 ENST00000365028 NA SNORA72 ENSG00000201898 Not Supported Not Supported +transcript 1 224396449 224398114 ENST00000453760 NA RP11-365O16.3 ENSG00000232628 Not Supported Not Supported +transcript 1 224396449 224400981 ENST00000436706 NA RP11-365O16.3 ENSG00000232628 Not Supported Not Supported +transcript 1 224407315 224415745 ENST00000420350 NA RP11-365O16.6 ENSG00000237101 Not Supported Not Supported +transcript 1 224415036 224420991 ENST00000481213 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224424284 ENST00000483094 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224424349 ENST00000493060 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224455835 ENST00000489194 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224517823 ENST00000469968 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517823 ENST00000469968 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000469968 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000469968 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000469968 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000469968 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000469968 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000469968 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000469968 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000469968 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000469968 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000469968 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000469968 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000469968 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000469968 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000469968 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000469968 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000469968 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000469968 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000469968 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000469968 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415328 224415372 ENST00000469968 21 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224517872 ENST00000391875 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499525 ENST00000391875 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495965 ENST00000391875 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000391875 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000391875 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000391875 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000391875 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000391875 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000391875 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000391875 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000391875 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000391875 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000391875 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000391875 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000391875 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000391875 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000391875 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000391875 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000391875 21 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415331 224415372 ENST00000391875 22 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415036 224518089 ENST00000281701 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000281701 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000281701 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000281701 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000281701 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000281701 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495965 ENST00000281701 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000281701 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000281701 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000281701 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000281701 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000281701 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000281701 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000281701 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000281701 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000281701 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000281701 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000281701 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000281701 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000281701 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000281701 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000281701 21 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000281701 22 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415331 224415372 ENST00000281701 23 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415071 224517840 ENST00000469075 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000469075 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000469075 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000469075 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000469075 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000469075 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000469075 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000469075 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000469075 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000469075 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000469075 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000469075 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000469075 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000469075 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000469075 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000469075 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000469075 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000469075 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000469075 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000469075 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000469075 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000469075 21 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415331 224415372 ENST00000469075 22 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415156 224517841 ENST00000482491 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491474 ENST00000482491 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224490642 224490723 ENST00000482491 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000482491 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000482491 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000482491 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000482491 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000482491 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000482491 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000482491 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000482491 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000482491 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000482491 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000482491 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000482491 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000482491 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415331 224415372 ENST00000482491 21 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224415156 224517841 ENST00000340871 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492835 ENST00000340871 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000340871 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000340871 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224489393 224489473 ENST00000340871 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000340871 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000340871 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000340871 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000340871 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000340871 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000340871 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000340871 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000340871 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224455736 224455835 ENST00000340871 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224437914 224438020 ENST00000340871 17 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224424208 224424284 ENST00000340871 18 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224420903 224420991 ENST00000340871 19 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224418928 224418998 ENST00000340871 20 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224415331 224415372 ENST00000340871 21 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224418968 224457617 ENST00000496393 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224420909 224517843 ENST00000361463 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499525 ENST00000361463 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495965 ENST00000361463 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000361463 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000361463 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000361463 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488264 224488365 ENST00000361463 9 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224484203 224484320 ENST00000361463 10 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224481969 224482113 ENST00000361463 11 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224477186 224477435 ENST00000361463 12 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224475477 224475695 ENST00000361463 13 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224473728 224473832 ENST00000361463 14 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224468825 224468887 ENST00000361463 15 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224463041 224463160 ENST00000361463 16 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224438018 224438020 ENST00000361463 17 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224476887 224482043 ENST00000462893 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224477384 224517839 ENST00000467882 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000467882 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000467882 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000467882 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000467882 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000467882 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495965 ENST00000467882 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000467882 7 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224491425 224491559 ENST00000467882 8 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224488361 224488365 ENST00000467882 9 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224492437 224517840 ENST00000488718 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000488718 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000488718 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000488718 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000488718 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000488718 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000488718 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492437 224492514 ENST00000488718 7 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224492437 224517841 ENST00000492281 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000492281 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495965 ENST00000492281 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000492281 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492437 224492514 ENST00000492281 4 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224492438 224517830 ENST00000436927 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224500736 224500811 ENST00000436927 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495693 224495919 ENST00000436927 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492736 224492868 ENST00000436927 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224492438 224492514 ENST00000436927 7 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224492786 224517870 ENST00000470989 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000470989 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000470989 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505600 224505627 ENST00000470989 3 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224495688 224517889 ENST00000470903 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224495695 224517881 ENST00000461466 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224495710 224499826 ENST00000498767 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224495885 224517881 ENST00000461546 NA NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224517773 224517829 ENST00000461546 1 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224514093 224514166 ENST00000461546 2 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505580 224505632 ENST00000461546 3 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224505396 224505495 ENST00000461546 4 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224500752 224500853 ENST00000461546 5 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224499502 224499559 ENST00000461546 6 NVL ENSG00000143748 Not Supported Not Supported +CDS 1 224495885 224495965 ENST00000461546 7 NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224500242 224517850 ENST00000468673 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224500429 224517834 ENST00000487758 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224505396 224517874 ENST00000468088 NA NVL ENSG00000143748 Not Supported Not Supported +transcript 1 224444706 224444843 ENST00000408479 NA MIR320B2 ENSG00000221406 Not Supported Not Supported +transcript 1 224485348 224486302 ENST00000441469 NA RP11-365O16.5 ENSG00000229742 Not Supported Not Supported +transcript 1 224493082 224493185 ENST00000384160 NA RNU6-1008P ENSG00000206887 Not Supported Not Supported +transcript 1 224524493 224524591 ENST00000459357 NA snoU13 ENSG00000238856 Not Supported Not Supported +transcript 1 224544552 224567154 ENST00000465271 NA CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224544627 224544695 ENST00000465271 1 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224548197 224548265 ENST00000465271 2 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224553581 224553693 ENST00000465271 3 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224558985 224559125 ENST00000465271 4 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224563497 224563521 ENST00000465271 5 CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544560 224567154 ENST00000366858 NA CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224544627 224544695 ENST00000366858 1 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224548197 224548265 ENST00000366858 2 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224553581 224553693 ENST00000366858 3 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224566771 224566789 ENST00000366858 4 CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544573 224567154 ENST00000366857 NA CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224544627 224544695 ENST00000366857 1 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224548197 224548265 ENST00000366857 2 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224553581 224553693 ENST00000366857 3 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224563497 224563521 ENST00000366857 4 CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544589 224563700 ENST00000366860 NA CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544590 224564586 ENST00000468318 NA CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544595 224567154 ENST00000366856 NA CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224544627 224544695 ENST00000366856 1 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224548197 224548265 ENST00000366856 2 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224553581 224553693 ENST00000366856 3 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224558985 224559125 ENST00000366856 4 CNIH4 ENSG00000143771 Not Supported Not Supported +CDS 1 224566771 224566789 ENST00000366856 5 CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224544623 224558999 ENST00000477413 NA CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224564753 224567161 ENST00000469200 NA CNIH4 ENSG00000143771 Not Supported Not Supported +transcript 1 224572845 224622001 ENST00000414423 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224621386 224621807 ENST00000414423 1 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619384 224619483 ENST00000414423 2 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619179 224619283 ENST00000414423 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224612220 224612356 ENST00000414423 4 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224607220 224607317 ENST00000414423 5 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224605962 224606118 ENST00000414423 6 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224599129 224599267 ENST00000414423 7 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224592132 224592272 ENST00000414423 8 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224588652 224588771 ENST00000414423 9 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586591 224586736 ENST00000414423 10 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586217 224586295 ENST00000414423 11 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224585799 224585928 ENST00000414423 12 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224581530 224581715 ENST00000414423 13 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224577540 224577562 ENST00000414423 14 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224572851 224622001 ENST00000295024 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619384 224619464 ENST00000295024 2 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619179 224619283 ENST00000295024 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224612220 224612356 ENST00000295024 4 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224607220 224607317 ENST00000295024 5 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224605962 224606118 ENST00000295024 6 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224599129 224599267 ENST00000295024 7 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224592132 224592272 ENST00000295024 8 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224588652 224588771 ENST00000295024 9 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586591 224586736 ENST00000295024 10 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586217 224586295 ENST00000295024 11 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224585799 224585928 ENST00000295024 12 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224581530 224581715 ENST00000295024 13 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224577540 224577562 ENST00000295024 14 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224573368 224599186 ENST00000480676 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224599129 224599186 ENST00000480676 1 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224592132 224592272 ENST00000480676 2 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224588652 224588771 ENST00000480676 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586591 224586736 ENST00000480676 4 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224586217 224586295 ENST00000480676 5 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224585799 224585928 ENST00000480676 6 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224581530 224581715 ENST00000480676 7 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224577537 224577562 ENST00000480676 8 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224576838 224621783 ENST00000486652 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224621386 224621783 ENST00000486652 1 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619384 224619483 ENST00000486652 2 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619227 224619283 ENST00000486652 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224612350 224612421 ENST00000486652 4 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224576839 224621807 ENST00000366852 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224621386 224621807 ENST00000366852 1 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619384 224619483 ENST00000366852 2 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619227 224619283 ENST00000366852 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224612353 224612421 ENST00000366852 4 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224585429 224588721 ENST00000479727 NA WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224600611 224621715 ENST00000443112 NA WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224607147 224621558 ENST00000489825 NA WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224607251 224621540 ENST00000477425 NA WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224607264 224624735 ENST00000445239 NA WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619384 224619464 ENST00000445239 3 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224619179 224619283 ENST00000445239 4 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224612220 224612356 ENST00000445239 5 WDR26 ENSG00000162923 Not Supported Not Supported +CDS 1 224607264 224607317 ENST00000445239 6 WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224616999 224621552 ENST00000479778 NA WDR26 ENSG00000162923 Not Supported Not Supported +transcript 1 224585929 224586013 ENST00000581069 NA MIR4742 ENSG00000266618 Not Supported Not Supported +transcript 1 224622362 224776318 ENST00000471578 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224622614 224709257 ENST00000483512 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224622627 224708924 ENST00000498126 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224701390 224708923 ENST00000496372 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224703563 224724683 ENST00000470602 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224716893 224927323 ENST00000498382 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224716898 224927039 ENST00000478120 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224716920 224922408 ENST00000481095 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224716924 224725284 ENST00000470788 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224716925 224776194 ENST00000489556 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224717012 224918276 ENST00000496277 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224753067 224776257 ENST00000492470 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224774842 224776306 ENST00000479227 NA CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224803995 224928251 ENST00000272133 NA CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224804877 224804957 ENST00000272133 1 CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224868660 224868728 ENST00000272133 2 CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224872498 224872545 ENST00000272133 3 CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224918164 224918276 ENST00000272133 4 CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224922265 224922408 ENST00000272133 5 CNIH3 ENSG00000143786 Not Supported Not Supported +CDS 1 224927031 224927055 ENST00000272133 6 CNIH3 ENSG00000143786 Not Supported Not Supported +transcript 1 224762136 224763091 ENST00000429105 NA AKR1B1P1 ENSG00000229991 Not Supported Not Supported +transcript 1 224802998 224803922 ENST00000437416 NA RP11-100E13.1 ENSG00000233384 Not Supported Not Supported +transcript 1 224848875 224849588 ENST00000413707 NA RP11-100E13.3 ENSG00000234247 Not Supported Not Supported +transcript 1 224905206 224918364 ENST00000431691 NA RP11-3L21.2 ENSG00000229400 Not Supported Not Supported +transcript 1 224910169 224910243 ENST00000516124 NA AL596330.1 ENSG00000251933 Not Supported Not Supported +transcript 1 224954602 224961043 ENST00000416908 NA RP11-449J1.1 ENSG00000225334 Not Supported Not Supported +transcript 1 225083964 225586971 ENST00000445597 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225083964 225084067 ENST00000445597 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225110979 225111077 ENST00000445597 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225117218 225117537 ENST00000445597 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140397 225140481 ENST00000445597 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000445597 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000445597 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000445597 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225195115 225195246 ENST00000445597 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225211317 225211567 ENST00000445597 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225226396 225226525 ENST00000445597 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225230537 225230816 ENST00000445597 11 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225237912 225238078 ENST00000445597 12 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225239153 225239386 ENST00000445597 13 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225266909 225267250 ENST00000445597 14 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225268081 225268450 ENST00000445597 15 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225273379 225273491 ENST00000445597 16 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225328470 225328723 ENST00000445597 17 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225332099 225332330 ENST00000445597 18 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225339585 225339775 ENST00000445597 19 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225340399 225340585 ENST00000445597 20 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225341452 225341528 ENST00000445597 21 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225347016 225347187 ENST00000445597 22 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225355641 225355730 ENST00000445597 23 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225372993 225373127 ENST00000445597 24 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225380398 225380613 ENST00000445597 25 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225391885 225391975 ENST00000445597 26 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225393673 225393881 ENST00000445597 27 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225394670 225394922 ENST00000445597 28 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225418775 225418853 ENST00000445597 29 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225428295 225428524 ENST00000445597 30 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225440003 225440119 ENST00000445597 31 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225452884 225453071 ENST00000445597 32 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225454343 225454471 ENST00000445597 33 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225458437 225458568 ENST00000445597 34 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225477587 225477784 ENST00000445597 35 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225488571 225488732 ENST00000445597 36 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225490858 225491049 ENST00000445597 37 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225492610 225492791 ENST00000445597 38 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495163 225495271 ENST00000445597 39 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495987 225496112 ENST00000445597 40 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225506285 225506379 ENST00000445597 41 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225510366 225510525 ENST00000445597 42 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225511924 225512055 ENST00000445597 43 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225512439 225512534 ENST00000445597 44 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225524968 225525198 ENST00000445597 45 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225525961 225525989 ENST00000445597 46 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225528159 225528403 ENST00000445597 47 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225533664 225534082 ENST00000445597 48 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225534158 225534356 ENST00000445597 49 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225539349 225539585 ENST00000445597 50 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225541876 225541975 ENST00000445597 51 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225545470 225545572 ENST00000445597 52 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225546198 225546354 ENST00000445597 53 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225564958 225565138 ENST00000445597 54 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225567861 225568024 ENST00000445597 55 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225569085 225569281 ENST00000445597 56 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225576081 225576193 ENST00000445597 57 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225577436 225577575 ENST00000445597 58 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225579993 225580153 ENST00000445597 59 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586222 225586368 ENST00000445597 60 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586756 225586968 ENST00000445597 61 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117356 225142779 ENST00000413949 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000413949 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142779 ENST00000413949 4 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117356 225586996 ENST00000430092 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000430092 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000430092 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000430092 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000430092 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000430092 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225156461 225156576 ENST00000430092 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225161793 225161855 ENST00000430092 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225190485 225190629 ENST00000430092 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225195115 225195246 ENST00000430092 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225211317 225211567 ENST00000430092 11 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225226396 225226525 ENST00000430092 12 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225230537 225230816 ENST00000430092 13 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225231446 225231491 ENST00000430092 14 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225231588 225231685 ENST00000430092 15 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225237912 225238078 ENST00000430092 16 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225239153 225239497 ENST00000430092 17 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225266909 225267250 ENST00000430092 18 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225268081 225268450 ENST00000430092 19 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225270251 225270441 ENST00000430092 20 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225273246 225273491 ENST00000430092 21 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225284820 225284941 ENST00000430092 22 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225288415 225288586 ENST00000430092 23 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305386 225305490 ENST00000430092 24 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305583 225305701 ENST00000430092 25 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225306922 225306996 ENST00000430092 26 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225328433 225328723 ENST00000430092 27 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225332099 225332330 ENST00000430092 28 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225333028 225333081 ENST00000430092 29 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225334806 225334951 ENST00000430092 30 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225339707 225339775 ENST00000430092 31 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225340399 225340585 ENST00000430092 32 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225341452 225341528 ENST00000430092 33 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225347031 225347187 ENST00000430092 34 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225355641 225355730 ENST00000430092 35 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225372993 225373127 ENST00000430092 36 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225380398 225380613 ENST00000430092 37 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225391885 225391975 ENST00000430092 38 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225393673 225393881 ENST00000430092 39 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225394670 225394922 ENST00000430092 40 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225418775 225418853 ENST00000430092 41 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225428295 225428524 ENST00000430092 42 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225438358 225438405 ENST00000430092 43 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225440003 225440119 ENST00000430092 44 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225445662 225445820 ENST00000430092 45 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225446823 225446955 ENST00000430092 46 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225451899 225451963 ENST00000430092 47 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225452884 225453071 ENST00000430092 48 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225454343 225454471 ENST00000430092 49 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225458437 225458568 ENST00000430092 50 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225459608 225459775 ENST00000430092 51 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225460657 225460827 ENST00000430092 52 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225477587 225477784 ENST00000430092 53 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225488571 225488732 ENST00000430092 54 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225490858 225491049 ENST00000430092 55 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225492610 225492791 ENST00000430092 56 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495163 225495271 ENST00000430092 57 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495987 225496112 ENST00000430092 58 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225506285 225506379 ENST00000430092 59 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225510366 225510525 ENST00000430092 60 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225511924 225512055 ENST00000430092 61 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225512439 225512534 ENST00000430092 62 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225519139 225519279 ENST00000430092 63 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225520993 225521208 ENST00000430092 64 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225524968 225525198 ENST00000430092 65 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225525763 225525884 ENST00000430092 66 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225528159 225528403 ENST00000430092 67 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225533664 225534082 ENST00000430092 68 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225534158 225534356 ENST00000430092 69 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225539349 225539585 ENST00000430092 70 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225541505 225541590 ENST00000430092 71 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225546198 225546354 ENST00000430092 72 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225548383 225548593 ENST00000430092 73 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225552494 225552596 ENST00000430092 74 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225555507 225555734 ENST00000430092 75 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225562390 225562579 ENST00000430092 76 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225564958 225565138 ENST00000430092 77 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225567861 225568024 ENST00000430092 78 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225569085 225569281 ENST00000430092 79 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225576081 225576193 ENST00000430092 80 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225577436 225577575 ENST00000430092 81 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225579993 225580153 ENST00000430092 82 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586222 225586368 ENST00000430092 83 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586756 225586968 ENST00000430092 84 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117363 225155625 ENST00000366850 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000366850 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000366850 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000366850 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000366850 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000366850 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155382 225155414 ENST00000366850 7 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117369 225211991 ENST00000400952 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000400952 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000400952 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000400952 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000400952 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000400952 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225156461 225156576 ENST00000400952 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225161793 225161855 ENST00000400952 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225190485 225190629 ENST00000400952 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225195115 225195246 ENST00000400952 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225211317 225211568 ENST00000400952 11 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117384 225212306 ENST00000366849 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000366849 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000366849 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000366849 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000366849 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155216 ENST00000366849 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225156461 225156576 ENST00000366849 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225161793 225161855 ENST00000366849 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225190485 225190629 ENST00000366849 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225195115 225195246 ENST00000366849 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225211317 225211568 ENST00000366849 11 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225117417 225149031 ENST00000498360 NA DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225140372 225155626 ENST00000366848 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000366848 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000366848 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000366848 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000366848 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000366848 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155382 225155414 ENST00000366848 6 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225140398 225155327 ENST00000486657 NA DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225140405 225586971 ENST00000439375 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225140405 225140481 ENST00000439375 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142661 225142800 ENST00000439375 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225147855 225148004 ENST00000439375 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000439375 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000439375 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225156461 225156576 ENST00000439375 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225161793 225161855 ENST00000439375 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225190485 225190629 ENST00000439375 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225195115 225195246 ENST00000439375 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225211317 225211567 ENST00000439375 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225226396 225226525 ENST00000439375 11 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225230537 225230816 ENST00000439375 12 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225231446 225231491 ENST00000439375 13 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225231588 225231685 ENST00000439375 14 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225237912 225238078 ENST00000439375 15 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225239153 225239497 ENST00000439375 16 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225266909 225267250 ENST00000439375 17 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225268081 225268450 ENST00000439375 18 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225270251 225270441 ENST00000439375 19 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225273246 225273491 ENST00000439375 20 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225284820 225284941 ENST00000439375 21 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225288415 225288586 ENST00000439375 22 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305386 225305490 ENST00000439375 23 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305583 225305701 ENST00000439375 24 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225306922 225306996 ENST00000439375 25 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225328433 225328723 ENST00000439375 26 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225332099 225332330 ENST00000439375 27 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225333028 225333081 ENST00000439375 28 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225334806 225334951 ENST00000439375 29 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225339707 225339775 ENST00000439375 30 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225340399 225340585 ENST00000439375 31 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225341452 225341528 ENST00000439375 32 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225347031 225347187 ENST00000439375 33 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225355641 225355730 ENST00000439375 34 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225372993 225373127 ENST00000439375 35 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225380398 225380613 ENST00000439375 36 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225391885 225391975 ENST00000439375 37 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225393673 225393881 ENST00000439375 38 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225394670 225394922 ENST00000439375 39 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225418775 225418853 ENST00000439375 40 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225428295 225428524 ENST00000439375 41 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225438358 225438405 ENST00000439375 42 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225440003 225440119 ENST00000439375 43 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225445662 225445820 ENST00000439375 44 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225446823 225446955 ENST00000439375 45 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225451899 225451963 ENST00000439375 46 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225452884 225453071 ENST00000439375 47 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225454343 225454471 ENST00000439375 48 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225458437 225458568 ENST00000439375 49 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225459608 225459775 ENST00000439375 50 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225460657 225460827 ENST00000439375 51 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225477587 225477784 ENST00000439375 52 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225488571 225488732 ENST00000439375 53 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225490858 225491049 ENST00000439375 54 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225492610 225492791 ENST00000439375 55 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495163 225495271 ENST00000439375 56 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495987 225496112 ENST00000439375 57 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225506285 225506379 ENST00000439375 58 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225510366 225510525 ENST00000439375 59 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225511924 225512055 ENST00000439375 60 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225512439 225512534 ENST00000439375 61 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225519139 225519279 ENST00000439375 62 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225520993 225521208 ENST00000439375 63 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225524968 225525198 ENST00000439375 64 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225525763 225525884 ENST00000439375 65 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225528159 225528403 ENST00000439375 66 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225533664 225534082 ENST00000439375 67 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225534158 225534356 ENST00000439375 68 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225539349 225539585 ENST00000439375 69 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225541505 225541590 ENST00000439375 70 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225546198 225546354 ENST00000439375 71 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225548383 225548593 ENST00000439375 72 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225552494 225552596 ENST00000439375 73 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225555507 225555734 ENST00000439375 74 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225562390 225562579 ENST00000439375 75 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225564958 225565138 ENST00000439375 76 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225567861 225568024 ENST00000439375 77 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225569085 225569281 ENST00000439375 78 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225576081 225576193 ENST00000439375 79 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225577436 225577575 ENST00000439375 80 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225579993 225580153 ENST00000439375 81 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586222 225586368 ENST00000439375 82 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586756 225586968 ENST00000439375 83 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225142741 225155626 ENST00000433124 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225142741 225142800 ENST00000433124 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225152181 225152311 ENST00000433124 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155133 225155285 ENST00000433124 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225155382 225155417 ENST00000433124 4 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225155142 225157531 ENST00000453375 NA DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225155248 225157195 ENST00000474127 NA DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225268081 225380535 ENST00000328556 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225268081 225268450 ENST00000328556 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225270251 225270441 ENST00000328556 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225273246 225273491 ENST00000328556 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225284820 225284941 ENST00000328556 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225288415 225288586 ENST00000328556 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305386 225305490 ENST00000328556 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305583 225305701 ENST00000328556 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225306922 225306996 ENST00000328556 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225311229 225311316 ENST00000328556 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225328470 225328723 ENST00000328556 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225332099 225332330 ENST00000328556 11 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225333028 225333081 ENST00000328556 12 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225334806 225334957 ENST00000328556 13 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225339707 225339775 ENST00000328556 14 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225340399 225340585 ENST00000328556 15 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225341452 225341519 ENST00000328556 16 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225347031 225347187 ENST00000328556 17 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225355641 225355730 ENST00000328556 18 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225372993 225373127 ENST00000328556 19 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225380398 225380535 ENST00000328556 20 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225305386 225305905 ENST00000474801 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305386 225305490 ENST00000474801 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305583 225305870 ENST00000474801 2 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225305673 225333081 ENST00000495456 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225305673 225305701 ENST00000495456 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225306922 225306996 ENST00000495456 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225311229 225311316 ENST00000495456 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225332099 225332113 ENST00000495456 4 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225428496 225585766 ENST00000327794 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225428496 225428524 ENST00000327794 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225440003 225440119 ENST00000327794 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225445662 225445820 ENST00000327794 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225446823 225446955 ENST00000327794 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225451899 225451963 ENST00000327794 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225452884 225453071 ENST00000327794 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225454343 225454471 ENST00000327794 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225458437 225458568 ENST00000327794 8 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225460657 225460827 ENST00000327794 9 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225463616 225463783 ENST00000327794 10 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225465112 225465204 ENST00000327794 11 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225477587 225477784 ENST00000327794 12 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225488571 225488732 ENST00000327794 13 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225490858 225491049 ENST00000327794 14 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225492610 225492791 ENST00000327794 15 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495163 225495271 ENST00000327794 16 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225495987 225496112 ENST00000327794 17 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225506285 225506379 ENST00000327794 18 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225510366 225510525 ENST00000327794 19 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225511924 225512055 ENST00000327794 20 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225512439 225512534 ENST00000327794 21 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225519139 225519279 ENST00000327794 22 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225524968 225525198 ENST00000327794 23 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225525763 225525884 ENST00000327794 24 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225528159 225528403 ENST00000327794 25 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225533664 225534082 ENST00000327794 26 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225534158 225534356 ENST00000327794 27 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225539349 225539585 ENST00000327794 28 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225546198 225546211 ENST00000327794 29 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225438365 225458498 ENST00000450490 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225438365 225438409 ENST00000450490 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225440003 225440119 ENST00000450490 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225445662 225445820 ENST00000450490 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225446823 225446955 ENST00000450490 4 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225451899 225451963 ENST00000450490 5 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225452884 225453071 ENST00000450490 6 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225454343 225454471 ENST00000450490 7 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225458437 225458498 ENST00000450490 8 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225577442 225586994 ENST00000428003 NA DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225577442 225577575 ENST00000428003 1 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225579993 225580153 ENST00000428003 2 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586222 225586368 ENST00000428003 3 DNAH14 ENSG00000185842 Not Supported Not Supported +CDS 1 225586756 225586971 ENST00000428003 4 DNAH14 ENSG00000185842 Not Supported Not Supported +transcript 1 225589204 225615737 ENST00000272163 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225611613 225611777 ENST00000272163 2 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225609779 225609979 ENST00000272163 3 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225607417 225607500 ENST00000272163 4 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225606965 225607154 ENST00000272163 5 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225605686 225605882 ENST00000272163 6 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225602980 225603034 ENST00000272163 7 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225600156 225600347 ENST00000272163 8 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225599039 225599142 ENST00000272163 9 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225597993 225598118 ENST00000272163 10 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225594366 225594534 ENST00000272163 11 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225592328 225592408 ENST00000272163 12 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225592106 225592228 ENST00000272163 13 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225591008 225591165 ENST00000272163 14 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225589205 225616519 ENST00000338179 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225611613 225611777 ENST00000338179 2 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225609779 225609979 ENST00000338179 3 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225607417 225607500 ENST00000338179 4 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225606965 225607154 ENST00000338179 5 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225605686 225605882 ENST00000338179 6 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225602980 225603034 ENST00000338179 7 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225600156 225600347 ENST00000338179 8 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225599039 225599142 ENST00000338179 9 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225597993 225598118 ENST00000338179 10 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225594366 225594534 ENST00000338179 11 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225592328 225592408 ENST00000338179 12 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225592106 225592228 ENST00000338179 13 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225591008 225591165 ENST00000338179 14 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225590792 225592267 ENST00000441022 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225592106 225592267 ENST00000441022 1 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225591005 225591165 ENST00000441022 2 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225594264 225599119 ENST00000424022 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225599039 225599119 ENST00000424022 1 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225597993 225598118 ENST00000424022 2 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225594355 225594534 ENST00000424022 3 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225605252 225607064 ENST00000487054 NA LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225606965 225616627 ENST00000425080 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225611613 225611777 ENST00000425080 2 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225609779 225609979 ENST00000425080 3 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225607417 225607500 ENST00000425080 4 LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225606965 225607154 ENST00000425080 5 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225607427 225610129 ENST00000488632 NA LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225611623 225615599 ENST00000421383 NA LBR ENSG00000143815 Not Supported Not Supported +CDS 1 225611623 225611777 ENST00000421383 2 LBR ENSG00000143815 Not Supported Not Supported +transcript 1 225600404 225602040 ENST00000366845 NA AC092811.1 ENSG00000203691 Not Supported Not Supported +CDS 1 225601576 225601920 ENST00000366845 1 AC092811.1 ENSG00000203691 Not Supported Not Supported +transcript 1 225634945 225653045 ENST00000428642 NA RP11-496N12.6 ENSG00000234476 Not Supported Not Supported +transcript 1 225635693 225652985 ENST00000433058 NA RP11-496N12.6 ENSG00000234476 Not Supported Not Supported +transcript 1 225674537 225840844 ENST00000366844 NA ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225840388 225840392 ENST00000366844 1 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225754951 225755116 ENST00000366844 2 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225742608 225742785 ENST00000366844 3 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225718256 225718340 ENST00000366844 4 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225706900 225707267 ENST00000366844 5 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225704898 225705008 ENST00000366844 6 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225702298 225702602 ENST00000366844 7 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700573 225700718 ENST00000366844 8 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700359 225700416 ENST00000366844 9 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225699513 225699561 ENST00000366844 10 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225695653 225695719 ENST00000366844 11 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225692693 225692755 ENST00000366844 12 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225688694 225688772 ENST00000366844 13 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225686049 225686106 ENST00000366844 14 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225685480 225685514 ENST00000366844 15 ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225677502 225700398 ENST00000488523 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225683182 225703099 ENST00000358675 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225684787 225840747 ENST00000366843 NA ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225840388 225840392 ENST00000366843 1 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225754951 225755116 ENST00000366843 2 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225742608 225742785 ENST00000366843 3 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225718256 225718340 ENST00000366843 4 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225706900 225707267 ENST00000366843 5 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225704898 225705008 ENST00000366843 6 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225702298 225702602 ENST00000366843 7 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700573 225700718 ENST00000366843 8 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700359 225700416 ENST00000366843 9 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225699513 225699561 ENST00000366843 10 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225695653 225695719 ENST00000366843 11 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225688694 225688772 ENST00000366843 12 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225686049 225686106 ENST00000366843 13 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225685480 225685514 ENST00000366843 14 ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225685101 225840418 ENST00000284563 NA ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225840388 225840392 ENST00000284563 1 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225754951 225755116 ENST00000284563 2 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225742608 225742785 ENST00000284563 3 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225723209 225723265 ENST00000284563 4 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225718256 225718340 ENST00000284563 5 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225706900 225707267 ENST00000284563 6 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225704898 225705692 ENST00000284563 7 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225702298 225702602 ENST00000284563 8 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700573 225700718 ENST00000284563 9 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225700359 225700416 ENST00000284563 10 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225699513 225699561 ENST00000284563 11 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225695653 225695719 ENST00000284563 12 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225688694 225688772 ENST00000284563 13 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225686049 225686106 ENST00000284563 14 ENAH ENSG00000154380 Not Supported Not Supported +CDS 1 225685480 225685514 ENST00000284563 15 ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225685125 225688958 ENST00000498108 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225685336 225696285 ENST00000483952 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225706746 225742785 ENST00000497899 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225706900 225767959 ENST00000391874 NA ENAH ENSG00000154380 Not Supported Not Supported +transcript 1 225888306 225939945 ENST00000448264 NA RP11-145A3.1 ENSG00000227496 Not Supported Not Supported +transcript 1 225898670 225923976 ENST00000428148 NA RP11-145A3.2 ENSG00000226349 Not Supported Not Supported +transcript 1 225928977 225929084 ENST00000411374 NA RNU6-1304P ENSG00000223306 Not Supported Not Supported +transcript 1 225965531 225978168 ENST00000304786 NA SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225965643 225965714 ENST00000304786 1 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225971002 225971070 ENST00000304786 2 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225976942 225977058 ENST00000304786 3 SRP9 ENSG00000143742 Not Supported Not Supported +transcript 1 225965539 225978168 ENST00000366839 NA SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225965643 225965714 ENST00000366839 1 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225971002 225971070 ENST00000366839 2 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225974564 225974668 ENST00000366839 3 SRP9 ENSG00000143742 Not Supported Not Supported +transcript 1 225965637 225977226 ENST00000366838 NA SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225965643 225965714 ENST00000366838 1 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225971002 225971070 ENST00000366838 2 SRP9 ENSG00000143742 Not Supported Not Supported +CDS 1 225976736 225976792 ENST00000366838 3 SRP9 ENSG00000143742 Not Supported Not Supported +transcript 1 225990850 225991150 ENST00000434499 NA RP11-145A3.4 ENSG00000234112 Not Supported Not Supported +transcript 1 225997794 226026474 ENST00000445856 NA EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226016431 226016613 ENST00000445856 2 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226019480 226019660 ENST00000445856 3 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026355 226026474 ENST00000445856 4 EPHX1 ENSG00000143819 Not Supported Not Supported +transcript 1 225997797 226033260 ENST00000272167 NA EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226016431 226016613 ENST00000272167 2 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226019480 226019660 ENST00000272167 3 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026355 226026582 ENST00000272167 4 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026918 226027047 ENST00000272167 5 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226027530 226027738 ENST00000272167 6 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226030067 226030175 ENST00000272167 7 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226032199 226032324 ENST00000272167 8 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226032847 226033045 ENST00000272167 9 EPHX1 ENSG00000143819 Not Supported Not Supported +transcript 1 225997836 226026398 ENST00000448202 NA EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226016431 226016613 ENST00000448202 2 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226019480 226019660 ENST00000448202 3 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026355 226026398 ENST00000448202 4 EPHX1 ENSG00000143819 Not Supported Not Supported +transcript 1 226013055 226033260 ENST00000366837 NA EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226016431 226016613 ENST00000366837 2 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226019480 226019660 ENST00000366837 3 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026355 226026582 ENST00000366837 4 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226026918 226027047 ENST00000366837 5 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226027530 226027738 ENST00000366837 6 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226030067 226030175 ENST00000366837 7 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226032199 226032324 ENST00000366837 8 EPHX1 ENSG00000143819 Not Supported Not Supported +CDS 1 226032847 226033045 ENST00000366837 9 EPHX1 ENSG00000143819 Not Supported Not Supported +transcript 1 226016544 226019864 ENST00000467015 NA EPHX1 ENSG00000143819 Not Supported Not Supported +transcript 1 226028584 226034223 ENST00000424332 NA RP11-285F7.2 ENSG00000242861 Not Supported Not Supported +transcript 1 226033237 226070069 ENST00000366835 NA TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226065095 226065280 ENST00000366835 3 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226061988 226062067 ENST00000366835 4 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226059687 226059753 ENST00000366835 5 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226058776 226058813 ENST00000366835 6 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226055588 226055730 ENST00000366835 7 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226054812 226054863 ENST00000366835 8 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226054274 226054382 ENST00000366835 9 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226053597 226053667 ENST00000366835 10 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226050471 226050551 ENST00000366835 11 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226050155 226050278 ENST00000366835 12 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226049918 226050051 ENST00000366835 13 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226048560 226048697 ENST00000366835 14 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226046896 226047049 ENST00000366835 15 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226044611 226044717 ENST00000366835 16 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226044353 226044439 ENST00000366835 17 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226043579 226043641 ENST00000366835 18 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226041330 226041492 ENST00000366835 19 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226040365 226040470 ENST00000366835 20 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226037613 226037780 ENST00000366835 21 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226036598 226036713 ENST00000366835 22 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226036193 226036255 ENST00000366835 23 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226034744 226034914 ENST00000366835 24 TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226034277 226035166 ENST00000496025 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226034840 226036689 ENST00000482753 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226044405 226047241 ENST00000487971 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226047363 226053911 ENST00000474478 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226048424 226054448 ENST00000537914 NA TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226049918 226050024 ENST00000537914 6 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226048559 226048697 ENST00000537914 7 TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226050240 226054110 ENST00000483779 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226058792 226065379 ENST00000436966 NA TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226065095 226065280 ENST00000436966 1 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226061988 226062067 ENST00000436966 2 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226059687 226059753 ENST00000436966 3 TMEM63A ENSG00000196187 Not Supported Not Supported +CDS 1 226058792 226058813 ENST00000436966 4 TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226059274 226065194 ENST00000487817 NA TMEM63A ENSG00000196187 Not Supported Not Supported +transcript 1 226073982 226076846 ENST00000272134 NA LEFTY1 ENSG00000243709 Not Supported Not Supported +CDS 1 226076517 226076766 ENST00000272134 1 LEFTY1 ENSG00000243709 Not Supported Not Supported +CDS 1 226075486 226075732 ENST00000272134 2 LEFTY1 ENSG00000243709 Not Supported Not Supported +CDS 1 226075099 226075338 ENST00000272134 3 LEFTY1 ENSG00000243709 Not Supported Not Supported +CDS 1 226074430 226074790 ENST00000272134 4 LEFTY1 ENSG00000243709 Not Supported Not Supported +transcript 1 226075485 226099082 ENST00000492457 NA LEFTY1 ENSG00000243709 Not Supported Not Supported +transcript 1 226074396 226111978 ENST00000432920 NA RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226111744 226111810 ENST00000432920 1 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226111401 226111471 ENST00000432920 2 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226109904 226110083 ENST00000432920 3 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226109252 226109344 ENST00000432920 4 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226108908 226109071 ENST00000432920 5 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226075486 226075732 ENST00000432920 6 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226075099 226075338 ENST00000432920 7 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +CDS 1 226074776 226074790 ENST00000432920 8 RP4-559A3.7 ENSG00000255835 Not Supported Not Supported +transcript 1 226107578 226111959 ENST00000343818 NA PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226111744 226111810 ENST00000343818 1 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226111401 226111471 ENST00000343818 2 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226109904 226110083 ENST00000343818 3 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226109558 226109779 ENST00000343818 4 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226109252 226109344 ENST00000343818 5 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226108908 226109071 ENST00000343818 6 PYCR2 ENSG00000143811 Not Supported Not Supported +CDS 1 226108158 226108320 ENST00000343818 7 PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226107578 226111978 ENST00000478402 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226108916 226109634 ENST00000466127 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226108922 226110779 ENST00000446534 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226109304 226111693 ENST00000489681 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226109729 226111591 ENST00000472798 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226110840 226111700 ENST00000467298 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226111182 226111978 ENST00000366823 NA PYCR2 ENSG00000143811 Not Supported Not Supported +transcript 1 226124111 226125257 ENST00000513672 NA RP4-559A3.6 ENSG00000248322 Not Supported Not Supported +transcript 1 226124298 226129083 ENST00000420304 NA LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226128591 226128840 ENST00000420304 1 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226127674 226127702 ENST00000420304 2 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226127456 226127571 ENST00000420304 3 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226127061 226127300 ENST00000420304 4 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226125144 226125504 ENST00000420304 5 LEFTY2 ENSG00000143768 Not Supported Not Supported +transcript 1 226124304 226129189 ENST00000366820 NA LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226128591 226128840 ENST00000366820 1 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226127456 226127702 ENST00000366820 2 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226127061 226127300 ENST00000366820 3 LEFTY2 ENSG00000143768 Not Supported Not Supported +CDS 1 226125144 226125504 ENST00000366820 4 LEFTY2 ENSG00000143768 Not Supported Not Supported +transcript 1 226127132 226127801 ENST00000474493 NA LEFTY2 ENSG00000143768 Not Supported Not Supported +transcript 1 226151879 226152128 ENST00000423475 NA NDUFA3P3 ENSG00000213032 Not Supported Not Supported +transcript 1 226170403 226187032 ENST00000272091 NA SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226186894 226187013 ENST00000272091 1 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226182967 226183084 ENST00000272091 2 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226180592 226180703 ENST00000272091 3 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226180099 226180268 ENST00000272091 4 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226178944 226179064 ENST00000272091 5 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226175597 226176089 ENST00000272091 6 SDE2 ENSG00000143751 Not Supported Not Supported +CDS 1 226173006 226173224 ENST00000272091 7 SDE2 ENSG00000143751 Not Supported Not Supported +transcript 1 226248413 226249577 ENST00000609423 NA RP11-396C23.4 ENSG00000272562 Not Supported Not Supported +transcript 1 226249552 226259224 ENST00000366816 NA H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226252053 226252180 ENST00000366816 3 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226253357 226253510 ENST00000366816 4 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226259052 226259177 ENST00000366816 5 H3F3A ENSG00000163041 Not Supported Not Supported +transcript 1 226250379 226259700 ENST00000366815 NA H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226252053 226252180 ENST00000366815 2 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226253357 226253510 ENST00000366815 3 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226259052 226259177 ENST00000366815 4 H3F3A ENSG00000163041 Not Supported Not Supported +transcript 1 226250415 226254970 ENST00000366814 NA H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226252053 226252180 ENST00000366814 2 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226253357 226253597 ENST00000366814 3 H3F3A ENSG00000163041 Not Supported Not Supported +transcript 1 226251678 226259702 ENST00000366813 NA H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226252053 226252180 ENST00000366813 1 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226253357 226253510 ENST00000366813 2 H3F3A ENSG00000163041 Not Supported Not Supported +CDS 1 226259052 226259177 ENST00000366813 3 H3F3A ENSG00000163041 Not Supported Not Supported +transcript 1 226271340 226277197 ENST00000602806 NA RP11-396C23.2 ENSG00000225518 Not Supported Not Supported +transcript 1 226271652 226277993 ENST00000412855 NA RP11-396C23.2 ENSG00000225518 Not Supported Not Supported +transcript 1 226314879 226315047 ENST00000605837 NA RP11-396C23.3 ENSG00000270598 Not Supported Not Supported +transcript 1 226332380 226374431 ENST00000366812 NA ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226374091 226374376 ENST00000366812 1 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226353560 226353701 ENST00000366812 2 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226352490 226352630 ENST00000366812 3 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226349232 226349390 ENST00000366812 4 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226346885 226347059 ENST00000366812 5 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226342348 226342534 ENST00000366812 6 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226340036 226340320 ENST00000366812 7 ACBD3 ENSG00000182827 Not Supported Not Supported +CDS 1 226334314 226334522 ENST00000366812 8 ACBD3 ENSG00000182827 Not Supported Not Supported +transcript 1 226342343 226349333 ENST00000464927 NA ACBD3 ENSG00000182827 Not Supported Not Supported +transcript 1 226335704 226342772 ENST00000440540 NA RP11-275I14.4 ENSG00000234478 Not Supported Not Supported +transcript 1 226376571 226376922 ENST00000429867 NA RP11-275I14.2 ENSG00000223570 Not Supported Not Supported +transcript 1 226411319 226413565 ENST00000542034 NA MIXL1 ENSG00000185155 Not Supported Not Supported +CDS 1 226411383 226411775 ENST00000542034 1 MIXL1 ENSG00000185155 Not Supported Not Supported +CDS 1 226413184 226413510 ENST00000542034 2 MIXL1 ENSG00000185155 Not Supported Not Supported +transcript 1 226411319 226414755 ENST00000366810 NA MIXL1 ENSG00000185155 Not Supported Not Supported +CDS 1 226411383 226411775 ENST00000366810 1 MIXL1 ENSG00000185155 Not Supported Not Supported +CDS 1 226413208 226413510 ENST00000366810 2 MIXL1 ENSG00000185155 Not Supported Not Supported +transcript 1 226413204 226414090 ENST00000557734 NA MIXL1 ENSG00000185155 Not Supported Not Supported +transcript 1 226418850 226496873 ENST00000460719 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226496810 226496873 ENST00000460719 1 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226488874 226488906 ENST00000460719 2 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485514 ENST00000460719 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475365 226475498 ENST00000460719 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226474034 226474159 ENST00000460719 5 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226465476 226465633 ENST00000460719 6 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226455658 226455791 ENST00000460719 7 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453914 226454033 ENST00000460719 8 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453234 226453335 ENST00000460719 9 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226438540 226438620 ENST00000460719 10 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226426672 226426797 ENST00000460719 11 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226421045 226421224 ENST00000460719 12 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420797 226420894 ENST00000460719 13 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420202 226420307 ENST00000460719 14 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226418858 226497434 ENST00000328205 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226496810 226496888 ENST00000328205 1 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226488874 226488906 ENST00000328205 2 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485514 ENST00000328205 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226483543 226483647 ENST00000328205 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475365 226475498 ENST00000328205 5 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226474034 226474159 ENST00000328205 6 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226465476 226465633 ENST00000328205 7 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226455658 226455791 ENST00000328205 8 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453914 226454033 ENST00000328205 9 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453234 226453335 ENST00000328205 10 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226438540 226438620 ENST00000328205 11 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226426672 226426797 ENST00000328205 12 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226421045 226421224 ENST00000328205 13 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420797 226420894 ENST00000328205 14 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420205 226420307 ENST00000328205 15 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226418858 226497570 ENST00000366808 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226497327 226497570 ENST00000366808 1 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226488874 226488906 ENST00000366808 2 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485514 ENST00000366808 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226483543 226483647 ENST00000366808 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475365 226475498 ENST00000366808 5 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226474034 226474159 ENST00000366808 6 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226465476 226465633 ENST00000366808 7 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226455658 226455791 ENST00000366808 8 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453914 226454033 ENST00000366808 9 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453234 226453335 ENST00000366808 10 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226438540 226438620 ENST00000366808 11 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226426672 226426797 ENST00000366808 12 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226421045 226421224 ENST00000366808 13 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420797 226420894 ENST00000366808 14 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420202 226420307 ENST00000366808 15 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226418865 226497198 ENST00000366801 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226496810 226496840 ENST00000366801 1 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226488874 226488906 ENST00000366801 2 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485514 ENST00000366801 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475365 226475498 ENST00000366801 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226474034 226474159 ENST00000366801 5 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226465476 226465633 ENST00000366801 6 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226455658 226455791 ENST00000366801 7 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453914 226454033 ENST00000366801 8 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453234 226453335 ENST00000366801 9 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226438540 226438620 ENST00000366801 10 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226426672 226426797 ENST00000366801 11 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226421045 226421224 ENST00000366801 12 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420797 226420894 ENST00000366801 13 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420205 226420307 ENST00000366801 14 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226420414 226496955 ENST00000481685 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226496810 226496888 ENST00000481685 1 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226488874 226488906 ENST00000481685 2 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485514 ENST00000481685 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475365 226475498 ENST00000481685 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226474034 226474159 ENST00000481685 5 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226465476 226465633 ENST00000481685 6 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226455658 226455791 ENST00000481685 7 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453914 226454033 ENST00000481685 8 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226453234 226453335 ENST00000481685 9 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226438540 226438620 ENST00000481685 10 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226426672 226426797 ENST00000481685 11 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226421045 226421224 ENST00000481685 12 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226420796 226420894 ENST00000481685 13 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226475394 226496772 ENST00000359525 NA LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226485420 226485422 ENST00000359525 3 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226483543 226483647 ENST00000359525 4 LIN9 ENSG00000183814 Not Supported Not Supported +CDS 1 226475394 226475498 ENST00000359525 5 LIN9 ENSG00000183814 Not Supported Not Supported +transcript 1 226491963 226492064 ENST00000458942 NA snoU13 ENSG00000238545 Not Supported Not Supported +transcript 1 226503762 226503865 ENST00000459532 NA snoU13 ENSG00000239094 Not Supported Not Supported +transcript 1 226505716 226506394 ENST00000441264 NA YBX1P9 ENSG00000236994 Not Supported Not Supported +transcript 1 226548392 226595774 ENST00000366794 NA PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226595511 226595630 ENST00000366794 1 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226589915 226590080 ENST00000366794 2 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226579900 226580015 ENST00000366794 3 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226578111 226578325 ENST00000366794 4 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226576357 226576456 ENST00000366794 5 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226574027 226574143 ENST00000366794 6 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226573205 226573381 ENST00000366794 7 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226570737 226570884 ENST00000366794 8 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226568769 226568909 ENST00000366794 9 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226567623 226567865 ENST00000366794 10 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226567274 226567342 ENST00000366794 11 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226566843 226566975 ENST00000366794 12 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226564809 226565004 ENST00000366794 13 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226561927 226562055 ENST00000366794 14 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226558135 226558218 ENST00000366794 15 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226555900 226556022 ENST00000366794 16 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226555181 226555309 ENST00000366794 17 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226553655 226553753 ENST00000366794 18 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226552703 226552855 ENST00000366794 19 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226551644 226551771 ENST00000366794 20 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226550800 226550861 ENST00000366794 21 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226549670 226549784 ENST00000366794 22 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226549164 226549242 ENST00000366794 23 PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226548996 226558816 ENST00000490921 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226549020 226552073 ENST00000463968 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226549111 226549953 ENST00000491816 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226549409 226550861 ENST00000468608 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226552789 226558344 ENST00000498787 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226576399 226580493 ENST00000469663 NA PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226579959 226595776 ENST00000366792 NA PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226595511 226595630 ENST00000366792 1 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226589915 226590080 ENST00000366792 2 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226580644 226580681 ENST00000366792 3 PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226580641 226595780 ENST00000366791 NA PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226595511 226595630 ENST00000366791 1 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226589915 226590080 ENST00000366791 2 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226580644 226580681 ENST00000366791 3 PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226589684 226595683 ENST00000366790 NA PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226595511 226595630 ENST00000366790 1 PARP1 ENSG00000143799 Not Supported Not Supported +CDS 1 226589736 226590080 ENST00000366790 2 PARP1 ENSG00000143799 Not Supported Not Supported +transcript 1 226599316 226599836 ENST00000604335 NA RP11-118H4.3 ENSG00000270287 Not Supported Not Supported +transcript 1 226626265 226627045 ENST00000411586 NA RP11-118H4.1 ENSG00000229965 Not Supported Not Supported +transcript 1 226633638 226633993 ENST00000411350 NA RN7SKP165 ENSG00000223282 Not Supported Not Supported +transcript 1 226680889 226681190 ENST00000460287 NA CDKN2AIPNLP1 ENSG00000177770 Not Supported Not Supported +transcript 1 226680889 226681137 ENST00000536147 NA CDKN2AIPNLP1 ENSG00000177770 Not Supported Not Supported +transcript 1 226736501 226796915 ENST00000366788 NA C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226736606 226736807 ENST00000366788 1 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226784503 226784682 ENST00000366788 2 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226788367 226788375 ENST00000366788 3 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226789707 226789738 ENST00000366788 4 C1orf95 ENSG00000203685 Not Supported Not Supported +transcript 1 226736501 226796915 ENST00000366789 NA C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226736606 226736807 ENST00000366789 1 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226784503 226784682 ENST00000366789 2 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226789696 226789700 ENST00000366789 3 C1orf95 ENSG00000203685 Not Supported Not Supported +CDS 1 226789703 226789738 ENST00000366789 4 C1orf95 ENSG00000203685 Not Supported Not Supported +transcript 1 226788290 226789895 ENST00000467495 NA C1orf95 ENSG00000203685 Not Supported Not Supported +transcript 1 226819391 226925159 ENST00000272117 NA ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226923228 226925159 ENST00000272117 1 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226836373 226836472 ENST00000272117 2 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226834868 226835081 ENST00000272117 3 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226829622 226829826 ENST00000272117 4 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226827258 226827359 ENST00000272117 5 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226825380 226825451 ENST00000272117 6 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226822375 226822587 ENST00000272117 7 ITPKB ENSG00000143772 Not Supported Not Supported +transcript 1 226819391 226926864 ENST00000429204 NA ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226923228 226925159 ENST00000429204 2 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226836373 226836472 ENST00000429204 3 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226834868 226835081 ENST00000429204 4 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226829622 226829826 ENST00000429204 5 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226827258 226827359 ENST00000429204 6 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226825380 226825451 ENST00000429204 7 ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226822375 226822587 ENST00000429204 8 ITPKB ENSG00000143772 Not Supported Not Supported +transcript 1 226894891 226927024 ENST00000366784 NA ITPKB ENSG00000143772 Not Supported Not Supported +CDS 1 226923228 226925159 ENST00000366784 2 ITPKB ENSG00000143772 Not Supported Not Supported +transcript 1 226844341 226847371 ENST00000443422 NA ITPKB-IT1 ENSG00000228382 Not Supported Not Supported +transcript 1 226844381 226862768 ENST00000412918 NA ITPKB-IT1 ENSG00000228382 Not Supported Not Supported +transcript 1 226856598 226864046 ENST00000453525 NA ITPKB-AS1 ENSG00000228548 Not Supported Not Supported +transcript 1 226969202 226969445 ENST00000444247 NA RPS27P5 ENSG00000238183 Not Supported Not Supported +transcript 1 227057885 227069671 ENST00000524196 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069671 ENST00000524196 4 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058264 227083799 ENST00000366783 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069749 ENST00000366783 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000366783 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000366783 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000366783 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000366783 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000366783 9 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000366783 10 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079444 227079545 ENST00000366783 11 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000366783 12 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000366783 13 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058273 227083806 ENST00000340188 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069749 ENST00000340188 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000340188 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000340188 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000340188 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000340188 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000340188 9 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079444 227079545 ENST00000340188 10 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000340188 11 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000340188 12 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058317 227073269 ENST00000495488 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069749 ENST00000495488 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000495488 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073269 ENST00000495488 5 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058321 227083504 ENST00000422240 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069749 ENST00000422240 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000422240 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000422240 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000422240 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000422240 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000422240 9 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000422240 10 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079447 227079545 ENST00000422240 11 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000422240 12 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000422240 13 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058564 227063253 ENST00000521431 NA PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058965 227079045 ENST00000460775 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075813 227075859 ENST00000460775 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000460775 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000460775 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079045 ENST00000460775 6 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227058969 227083799 ENST00000366782 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227068347 227068425 ENST00000366782 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069589 227069749 ENST00000366782 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000366782 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000366782 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000366782 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000366782 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000366782 9 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000366782 10 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079444 227079545 ENST00000366782 11 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000366782 12 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000366782 13 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227068347 227083806 ENST00000391872 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227068347 227068425 ENST00000391872 1 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069589 227069749 ENST00000391872 2 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000391872 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000391872 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000391872 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000391872 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000391872 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000391872 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079444 227079545 ENST00000391872 9 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000391872 10 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000391872 11 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227069589 227083799 ENST00000496965 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227069609 227069749 ENST00000496965 1 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227071406 227071620 ENST00000496965 2 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073239 227073380 ENST00000496965 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000496965 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000496965 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000496965 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000496965 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079447 227079550 ENST00000496965 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081713 ENST00000496965 9 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227072324 227083392 ENST00000472139 NA PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227073315 227073380 ENST00000472139 2 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227075792 227075859 ENST00000472139 3 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227076530 227076750 ENST00000472139 4 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227077736 227077834 ENST00000472139 5 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227078979 227079062 ENST00000472139 6 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227079444 227079545 ENST00000472139 7 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227081708 227081826 ENST00000472139 8 PSEN2 ENSG00000143801 Not Supported Not Supported +CDS 1 227083125 227083277 ENST00000472139 9 PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227078267 227079521 ENST00000487450 NA PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227078520 227083245 ENST00000471728 NA PSEN2 ENSG00000143801 Not Supported Not Supported +transcript 1 227085237 227175246 ENST00000366779 NA ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227149087 227149263 ENST00000366779 7 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227152701 227153111 ENST00000366779 8 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227153372 227153438 ENST00000366779 9 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227165150 227165224 ENST00000366779 10 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227169728 227169850 ENST00000366779 11 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170379 227170464 ENST00000366779 12 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170595 227170735 ENST00000366779 13 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171253 227171334 ENST00000366779 14 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171462 227171555 ENST00000366779 15 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171795 227171936 ENST00000366779 16 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172249 227172356 ENST00000366779 17 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172577 227172642 ENST00000366779 18 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172955 227173041 ENST00000366779 19 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227174154 227174435 ENST00000366779 20 ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227087106 227091500 ENST00000485677 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227127987 227175245 ENST00000366778 NA ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227149243 227149263 ENST00000366778 2 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227152701 227153111 ENST00000366778 3 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227153372 227153438 ENST00000366778 4 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227165150 227165224 ENST00000366778 5 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227169728 227169850 ENST00000366778 6 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170379 227170464 ENST00000366778 7 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170595 227170735 ENST00000366778 8 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171253 227171334 ENST00000366778 9 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171462 227171555 ENST00000366778 10 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171795 227171936 ENST00000366778 11 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172249 227172356 ENST00000366778 12 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172577 227172642 ENST00000366778 13 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172955 227173041 ENST00000366778 14 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227174154 227174435 ENST00000366778 15 ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227127989 227175245 ENST00000366777 NA ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227149087 227149263 ENST00000366777 2 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227152701 227153111 ENST00000366777 3 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227153372 227153438 ENST00000366777 4 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227165150 227165224 ENST00000366777 5 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227169728 227169850 ENST00000366777 6 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170379 227170464 ENST00000366777 7 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170595 227170735 ENST00000366777 8 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171253 227171334 ENST00000366777 9 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171462 227171555 ENST00000366777 10 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171795 227171936 ENST00000366777 11 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172249 227172356 ENST00000366777 12 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172577 227172642 ENST00000366777 13 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172955 227173041 ENST00000366777 14 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227174154 227174435 ENST00000366777 15 ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227127995 227175244 ENST00000478406 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227127995 227175050 ENST00000458507 NA ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227169835 227169850 ENST00000458507 3 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170379 227170464 ENST00000458507 4 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170595 227170735 ENST00000458507 5 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171253 227171334 ENST00000458507 6 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171462 227171555 ENST00000458507 7 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171795 227171936 ENST00000458507 8 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172249 227172356 ENST00000458507 9 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172577 227172642 ENST00000458507 10 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172955 227173041 ENST00000458507 11 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227174154 227174435 ENST00000458507 12 ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227128080 227165224 ENST00000489044 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227153382 227174469 ENST00000433743 NA ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227169835 227169850 ENST00000433743 3 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227170379 227170464 ENST00000433743 4 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171253 227171334 ENST00000433743 5 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171462 227171555 ENST00000433743 6 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227171795 227171936 ENST00000433743 7 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172249 227172356 ENST00000433743 8 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172577 227172642 ENST00000433743 9 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227172955 227173041 ENST00000433743 10 ADCK3 ENSG00000163050 Not Supported Not Supported +CDS 1 227174154 227174435 ENST00000433743 11 ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227162556 227165188 ENST00000476488 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227165105 227175245 ENST00000485462 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227170708 227175245 ENST00000479852 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227171253 227175236 ENST00000464693 NA ADCK3 ENSG00000163050 Not Supported Not Supported +transcript 1 227145770 227145968 ENST00000438895 NA RP5-1087E8.2 ENSG00000228525 Not Supported Not Supported +transcript 1 227177566 227504883 ENST00000366767 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000366767 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000366767 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000366767 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000366767 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000366767 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000366767 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000366767 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000366767 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000366767 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000366767 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000366767 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000366767 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000366767 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000366767 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000366767 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000366767 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000366767 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000366767 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000366767 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000366767 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000366767 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000366767 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000366767 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000366767 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000366767 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000366767 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000366767 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000366767 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000366767 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000366767 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000366767 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000366767 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000366767 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000366767 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000366767 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227177566 227506175 ENST00000366769 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000366769 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000366769 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000366769 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000366769 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000366769 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000366769 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000366769 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000366769 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000366769 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000366769 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000366769 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000366769 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000366769 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000366769 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000366769 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000366769 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000366769 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000366769 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000366769 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000366769 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000366769 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000366769 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000366769 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000366769 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000366769 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000366769 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000366769 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000366769 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000366769 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000366769 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000366769 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000366769 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000366769 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000366769 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000366769 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000366769 36 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227177567 227268680 ENST00000448940 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268680 ENST00000448940 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000448940 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000448940 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000448940 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000448940 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000448940 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000448940 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000448940 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000448940 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000448940 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000448940 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000448940 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000448940 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000448940 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000448940 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000448940 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000448940 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227198579 227198764 ENST00000448940 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000448940 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000448940 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181969 227182100 ENST00000448940 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227177567 227505826 ENST00000334218 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000334218 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000334218 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000334218 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000334218 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000334218 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000334218 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000334218 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000334218 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000334218 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000334218 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000334218 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000334218 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000334218 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000334218 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000334218 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000334218 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000334218 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000334218 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000334218 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000334218 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000334218 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000334218 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000334218 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000334218 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000334218 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000334218 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000334218 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000334218 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000334218 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000334218 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000334218 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000334218 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000334218 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227198579 227198764 ENST00000334218 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000334218 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000334218 36 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000334218 37 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227177567 227505826 ENST00000366766 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000366766 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000366766 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000366766 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000366766 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000366766 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000366766 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000366766 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000366766 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000366766 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000366766 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000366766 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000366766 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000366766 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000366766 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000366766 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000366766 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000366766 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000366766 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000366766 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000366766 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000366766 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227239582 227239686 ENST00000366766 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000366766 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000366766 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000366766 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000366766 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000366766 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000366766 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000366766 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000366766 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000366766 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000366766 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000366766 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000366766 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000366766 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000366766 36 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000366766 37 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227177567 227505826 ENST00000366764 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000366764 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000366764 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000366764 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000366764 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000366764 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000366764 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000366764 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000366764 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000366764 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000366764 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000366764 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000366764 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000366764 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000366764 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000366764 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000366764 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000366764 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000366764 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000366764 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000366764 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000366764 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000366764 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000366764 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000366764 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000366764 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000366764 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000366764 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000366764 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000366764 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000366764 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000366764 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000366764 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000366764 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000366764 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000366764 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227181328 227288821 ENST00000442054 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288821 ENST00000442054 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000442054 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000442054 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000442054 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000442054 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000442054 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000442054 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227239582 227239686 ENST00000442054 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000442054 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000442054 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000442054 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000442054 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000442054 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000442054 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000442054 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000442054 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000442054 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000442054 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000442054 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000442054 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000442054 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000442054 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181969 227182100 ENST00000442054 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227181938 227504910 ENST00000535525 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000535525 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000535525 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000535525 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000535525 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000535525 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000535525 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000535525 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000535525 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000535525 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000535525 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000535525 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000535525 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000535525 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000535525 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000535525 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000535525 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000535525 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000535525 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000535525 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000535525 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227247074 227247090 ENST00000535525 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000535525 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000535525 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000535525 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000535525 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000535525 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000535525 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000535525 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000535525 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000535525 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000535525 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000535525 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000535525 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000535525 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000535525 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000535525 36 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227181968 227505415 ENST00000366765 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227504706 227504883 ENST00000366765 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227441765 227441856 ENST00000366765 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227400837 227400920 ENST00000366765 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227387258 227387353 ENST00000366765 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227381487 227381635 ENST00000366765 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227348244 227348337 ENST00000366765 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227335060 227335260 ENST00000366765 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227333190 227333438 ENST00000366765 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227330646 227330725 ENST00000366765 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227327277 227327443 ENST00000366765 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227316810 227316932 ENST00000366765 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227307505 227307638 ENST00000366765 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300372 227300614 ENST00000366765 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227300013 227300123 ENST00000366765 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227288693 227288940 ENST00000366765 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227279587 227279692 ENST00000366765 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227268594 227268718 ENST00000366765 17 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000366765 18 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000366765 19 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000366765 20 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000366765 21 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227247074 227247112 ENST00000366765 22 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000366765 23 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000366765 24 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000366765 25 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000366765 26 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000366765 27 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000366765 28 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000366765 29 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000366765 30 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000366765 31 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000366765 32 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000366765 33 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000366765 34 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192695 227192812 ENST00000366765 35 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227182524 227182681 ENST00000366765 36 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227181972 227182100 ENST00000366765 37 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227191756 227222418 ENST00000429440 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222418 ENST00000429440 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000429440 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000429440 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000429440 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000429440 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000429440 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000429440 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227204628 227204751 ENST00000429440 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227203781 227203898 ENST00000429440 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227192618 227192812 ENST00000429440 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227210964 227262065 ENST00000441725 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261960 227262065 ENST00000441725 1 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227261565 227261713 ENST00000441725 2 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227259909 227260000 ENST00000441725 3 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227257478 227257554 ENST00000441725 4 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227256355 227256402 ENST00000441725 5 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227239582 227239686 ENST00000441725 6 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227235628 227235711 ENST00000441725 7 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227227832 227227937 ENST00000441725 8 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227223172 227223308 ENST00000441725 9 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227222356 227222495 ENST00000441725 10 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227221035 227221116 ENST00000441725 11 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218999 227219215 ENST00000441725 12 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227218109 227218171 ENST00000441725 13 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227216358 227216951 ENST00000441725 14 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227213756 227213853 ENST00000441725 15 CDC42BPA ENSG00000143776 Not Supported Not Supported +CDS 1 227210964 227211048 ENST00000441725 16 CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227256168 227268718 ENST00000488131 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227299685 227300500 ENST00000466538 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227381352 227504748 ENST00000478573 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227400837 227441856 ENST00000462553 NA CDC42BPA ENSG00000143776 Not Supported Not Supported +transcript 1 227179841 227180907 ENST00000433837 NA RP5-1087E8.3 ENSG00000233706 Not Supported Not Supported +transcript 1 227366034 227371145 ENST00000424451 NA RP11-1B20.1 ENSG00000228625 Not Supported Not Supported +transcript 1 227421970 227423056 ENST00000435693 NA RP11-211A18.2 ENSG00000228729 Not Supported Not Supported +transcript 1 227452477 227452908 ENST00000420014 NA RP11-211A18.1 ENSG00000236636 Not Supported Not Supported +transcript 1 227581292 227618736 ENST00000445817 NA CTD-2090I13.1 ENSG00000234277 Not Supported Not Supported +transcript 1 227597466 227613758 ENST00000436377 NA CTD-2090I13.1 ENSG00000234277 Not Supported Not Supported +transcript 1 227598318 227599020 ENST00000452067 NA CTD-2090I13.2 ENSG00000232864 Not Supported Not Supported +transcript 1 227618227 227618677 ENST00000447187 NA CTD-2090I13.3 ENSG00000242757 Not Supported Not Supported +transcript 1 227621765 227622047 ENST00000418784 NA BTF3P9 ENSG00000224834 Not Supported Not Supported +transcript 1 227669954 227670155 ENST00000420896 NA RP11-275O4.4 ENSG00000237193 Not Supported Not Supported +transcript 1 227680730 227682843 ENST00000430210 NA TUBB8P10 ENSG00000237469 Not Supported Not Supported +transcript 1 227693883 227695993 ENST00000422534 NA TUBB8P9 ENSG00000235827 Not Supported Not Supported +transcript 1 227698297 227708178 ENST00000422837 NA RP11-275O4.3 ENSG00000227711 Not Supported Not Supported +transcript 1 227748882 227749001 ENST00000365394 NA RNA5SP77 ENSG00000202264 Not Supported Not Supported +transcript 1 227751244 227850162 ENST00000343776 NA ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227838693 227838777 ENST00000343776 3 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227842037 227843526 ENST00000343776 4 ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227751244 227865144 ENST00000608949 NA ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227838693 227838777 ENST00000608949 4 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227842037 227842177 ENST00000608949 5 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227864880 227864881 ENST00000608949 6 ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227751244 227843529 ENST00000397097 NA ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227751396 227751425 ENST00000397097 1 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227770215 227770307 ENST00000397097 2 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227834245 227834371 ENST00000397097 3 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227842037 227843526 ENST00000397097 4 ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227751252 227842054 ENST00000465266 NA ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227751281 227842469 ENST00000440339 NA ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227751396 227751425 ENST00000440339 1 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227770215 227770307 ENST00000440339 2 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227834245 227834371 ENST00000440339 3 ZNF678 ENSG00000181450 Not Supported Not Supported +CDS 1 227842037 227842469 ENST00000440339 4 ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227834245 227835239 ENST00000497098 NA ZNF678 ENSG00000181450 Not Supported Not Supported +transcript 1 227786125 227786795 ENST00000414330 NA RP4-566D2.1 ENSG00000225934 Not Supported Not Supported +transcript 1 227832981 227833067 ENST00000580546 NA AL592310.1 ENSG00000265216 Not Supported Not Supported +transcript 1 227884593 227894400 ENST00000412638 NA ZNF847P ENSG00000215812 Not Supported Not Supported +transcript 1 227885250 227885408 ENST00000540735 NA ZNF847P ENSG00000215812 Not Supported Not Supported +transcript 1 227893751 227894412 ENST00000400949 NA ZNF847P ENSG00000215812 Not Supported Not Supported +transcript 1 227916240 227922053 ENST00000480897 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227916250 227922053 ENST00000480265 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227916319 227935887 ENST00000475930 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227916358 227968927 ENST00000366760 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946790 227947186 ENST00000366760 2 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227954660 227954784 ENST00000366760 3 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227968228 227968371 ENST00000366760 4 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227916408 227947186 ENST00000491439 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227922697 227968927 ENST00000366759 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227923111 227923200 ENST00000366759 1 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227935393 227935934 ENST00000366759 2 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946696 227947186 ENST00000366759 3 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227954660 227954784 ENST00000366759 4 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227968228 227968371 ENST00000366759 5 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227922697 227963582 ENST00000315781 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227923111 227923200 ENST00000315781 1 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227935393 227935934 ENST00000315781 2 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946696 227947186 ENST00000315781 3 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227954660 227954784 ENST00000315781 4 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227963490 227963579 ENST00000315781 5 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227923132 227964671 ENST00000418653 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227923132 227923200 ENST00000418653 1 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946696 227947186 ENST00000418653 2 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227954660 227954784 ENST00000418653 3 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227963490 227963582 ENST00000418653 4 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227923137 227964670 ENST00000426344 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227923137 227923200 ENST00000426344 1 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227935393 227935934 ENST00000426344 2 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946696 227947186 ENST00000426344 3 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227954660 227954784 ENST00000426344 4 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227963490 227963582 ENST00000426344 5 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227923874 227935816 ENST00000470038 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227935764 227947353 ENST00000606873 NA SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227935764 227935934 ENST00000606873 1 SNAP47 ENSG00000143740 Not Supported Not Supported +CDS 1 227946696 227947191 ENST00000606873 2 SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227935855 227958412 ENST00000478768 NA SNAP47 ENSG00000143740 Not Supported Not Supported +transcript 1 227918126 227922078 ENST00000485807 NA JMJD4 ENSG00000081692 Not Supported Not Supported +transcript 1 227918890 227923112 ENST00000366758 NA JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227922713 227923112 ENST00000366758 1 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227922352 227922517 ENST00000366758 2 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227921608 227921733 ENST00000366758 3 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227921115 227921382 ENST00000366758 4 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227920582 227920728 ENST00000366758 5 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227920096 227920377 ENST00000366758 6 JMJD4 ENSG00000081692 Not Supported Not Supported +transcript 1 227918935 227923112 ENST00000438896 NA JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227922713 227923112 ENST00000438896 1 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227922352 227922517 ENST00000438896 2 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227921608 227921733 ENST00000438896 3 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227921115 227921382 ENST00000438896 4 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227920630 227920728 ENST00000438896 5 JMJD4 ENSG00000081692 Not Supported Not Supported +CDS 1 227920096 227920377 ENST00000438896 6 JMJD4 ENSG00000081692 Not Supported Not Supported +transcript 1 227920849 227922777 ENST00000480590 NA JMJD4 ENSG00000081692 Not Supported Not Supported +transcript 1 227921320 227922072 ENST00000465251 NA JMJD4 ENSG00000081692 Not Supported Not Supported +transcript 1 227931532 227934892 ENST00000413347 NA SNAP47-AS1 ENSG00000230005 Not Supported Not Supported +transcript 1 228003394 228034171 ENST00000366757 NA PRSS38 ENSG00000185888 Not Supported Not Supported +CDS 1 228003418 228003565 ENST00000366757 1 PRSS38 ENSG00000185888 Not Supported Not Supported +CDS 1 228003791 228003953 ENST00000366757 2 PRSS38 ENSG00000185888 Not Supported Not Supported +CDS 1 228004910 228005181 ENST00000366757 3 PRSS38 ENSG00000185888 Not Supported Not Supported +CDS 1 228033171 228033313 ENST00000366757 4 PRSS38 ENSG00000185888 Not Supported Not Supported +CDS 1 228033655 228033906 ENST00000366757 5 PRSS38 ENSG00000185888 Not Supported Not Supported +transcript 1 228106357 228135599 ENST00000272164 NA WNT9A ENSG00000143816 Not Supported Not Supported +CDS 1 228135494 228135588 ENST00000272164 1 WNT9A ENSG00000143816 Not Supported Not Supported +CDS 1 228112964 228113220 ENST00000272164 2 WNT9A ENSG00000143816 Not Supported Not Supported +CDS 1 228111839 228112101 ENST00000272164 3 WNT9A ENSG00000143816 Not Supported Not Supported +CDS 1 228109222 228109701 ENST00000272164 4 WNT9A ENSG00000143816 Not Supported Not Supported +transcript 1 228129291 228129384 ENST00000584300 NA MIR5008 ENSG00000264483 Not Supported Not Supported +transcript 1 228162980 228163386 ENST00000507432 NA CICP26 ENSG00000233003 Not Supported Not Supported +transcript 1 228163091 228165894 ENST00000425003 NA CICP26 ENSG00000233003 Not Supported Not Supported +transcript 1 228194752 228248961 ENST00000284523 NA WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228194830 228194900 ENST00000284523 1 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228210368 228210609 ENST00000284523 2 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228238357 228238622 ENST00000284523 3 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228246687 228247163 ENST00000284523 4 WNT3A ENSG00000154342 Not Supported Not Supported +transcript 1 228194783 228248168 ENST00000366753 NA WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228194830 228194900 ENST00000366753 1 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228210368 228210609 ENST00000366753 2 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228238357 228238622 ENST00000366753 3 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228246687 228247162 ENST00000366753 4 WNT3A ENSG00000154342 Not Supported Not Supported +CDS 1 228247903 228248002 ENST00000366753 5 WNT3A ENSG00000154342 Not Supported Not Supported +transcript 1 228270361 228286910 ENST00000272102 NA ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228284816 228284963 ENST00000272102 2 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285043 228285153 ENST00000272102 3 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285292 228285416 ENST00000272102 4 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285553 228285711 ENST00000272102 5 ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270361 228286912 ENST00000540651 NA ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228284816 228284963 ENST00000540651 2 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285043 228285153 ENST00000540651 3 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285292 228285416 ENST00000540651 4 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285553 228285711 ENST00000540651 5 ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270428 228286877 ENST00000477821 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270431 228285728 ENST00000470670 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270442 228286080 ENST00000478424 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270490 228285889 ENST00000470558 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270492 228285595 ENST00000473949 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270786 228285356 ENST00000477451 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270838 228285823 ENST00000478336 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270851 228285649 ENST00000469235 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270851 228286912 ENST00000541182 NA ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228284816 228284963 ENST00000541182 2 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285043 228285153 ENST00000541182 3 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285292 228285416 ENST00000541182 4 ARF1 ENSG00000143761 Not Supported Not Supported +CDS 1 228285553 228285711 ENST00000541182 5 ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270885 228284900 ENST00000473546 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228270923 228285597 ENST00000482962 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228275817 228285644 ENST00000497165 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228278189 228285154 ENST00000490705 NA ARF1 ENSG00000143761 Not Supported Not Supported +transcript 1 228284964 228285042 ENST00000584469 NA MIR3620 ENSG00000264944 Not Supported Not Supported +transcript 1 228288427 228291142 ENST00000469781 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228288432 228291021 ENST00000485896 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228288432 228291163 ENST00000272139 NA C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228290835 228290928 ENST00000272139 1 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228290600 228290750 ENST00000272139 2 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228290344 228290389 ENST00000272139 3 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228290179 228290261 ENST00000272139 4 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228290011 228290083 ENST00000272139 5 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228289781 228289866 ENST00000272139 6 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228289040 228289174 ENST00000272139 7 C1orf35 ENSG00000143793 Not Supported Not Supported +CDS 1 228288835 228288955 ENST00000272139 8 C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228288434 228293112 ENST00000472617 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228289114 228290703 ENST00000492757 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228289757 228291148 ENST00000465199 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228289943 228291090 ENST00000491293 NA C1orf35 ENSG00000143793 Not Supported Not Supported +transcript 1 228294380 228295976 ENST00000465268 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296026 ENST00000459783 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296343 ENST00000366732 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366732 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295561 ENST00000366732 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366732 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296445 ENST00000366733 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366733 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366733 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366733 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296598 ENST00000366734 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366734 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366734 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366734 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296705 ENST00000366735 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366735 1 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366735 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366735 3 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296717 ENST00000366736 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366736 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366736 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366736 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296726 ENST00000366738 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366738 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295678 228295785 ENST00000366738 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366738 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366738 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296732 ENST00000366741 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366741 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366741 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366741 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296732 ENST00000366740 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366740 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366740 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366740 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296732 ENST00000366739 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366739 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366739 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366739 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296756 ENST00000366742 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366742 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366742 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366742 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296981 ENST00000366744 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366744 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366744 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366744 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228296984 ENST00000348259 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000348259 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000348259 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000348259 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297000 ENST00000366747 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366747 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366747 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366747 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297000 ENST00000366746 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366746 2 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366746 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366746 4 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297000 ENST00000465397 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297000 ENST00000295008 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000295008 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000295008 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000295008 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297000 ENST00000336520 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000336520 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000336520 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000336520 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294380 228297007 ENST00000336300 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000336300 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000336300 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000336300 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294381 228297013 ENST00000430433 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000430433 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295678 228295785 ENST00000430433 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000430433 5 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000430433 6 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294381 228297013 ENST00000391867 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000391867 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000391867 5 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000391867 6 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294389 228297000 ENST00000366731 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000366731 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295678 228295785 ENST00000366731 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000366731 5 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000366731 6 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228294389 228297000 ENST00000411464 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000411464 3 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295369 228295570 ENST00000411464 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228294464 228294619 ENST00000411464 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295368 228297001 ENST00000457264 NA MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295936 228295961 ENST00000457264 4 MRPL55 ENSG00000162910 Not Supported Not Supported +CDS 1 228295368 228295570 ENST00000457264 5 MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295468 228296717 ENST00000463898 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295486 228296274 ENST00000497758 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295525 228297003 ENST00000464148 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295760 228296732 ENST00000475832 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295815 228296991 ENST00000473066 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295927 228296997 ENST00000492170 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295933 228296737 ENST00000476267 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295936 228296996 ENST00000495434 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295948 228296979 ENST00000483159 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295963 228296991 ENST00000495899 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228295991 228296955 ENST00000489430 NA MRPL55 ENSG00000162910 Not Supported Not Supported +transcript 1 228302698 228303174 ENST00000414727 NA FAM96AP2 ENSG00000224566 Not Supported Not Supported +transcript 1 228322486 228322693 ENST00000413855 NA RP11-520H14.1 ENSG00000227625 Not Supported Not Supported +transcript 1 228327663 228336541 ENST00000366730 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000366730 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366730 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366730 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366730 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366730 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000366730 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000366730 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327929 228335394 ENST00000462807 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327929 228336656 ENST00000391865 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228328004 228328064 ENST00000391865 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333212 228333325 ENST00000391865 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000391865 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000391865 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000391865 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000391865 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000391865 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000391865 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327966 228334653 ENST00000493209 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327967 228336583 ENST00000485838 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327980 228329534 ENST00000469973 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327983 228334609 ENST00000485083 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327990 228336581 ENST00000366726 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000366726 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366726 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366726 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366726 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366726 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000366726 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000366726 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327991 228336647 ENST00000312726 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000312726 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000312726 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000312726 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000312726 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000312726 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000312726 8 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000312726 9 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327991 228336647 ENST00000492871 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327991 228336656 ENST00000366728 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228328004 228328064 ENST00000366728 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333212 228333325 ENST00000366728 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366728 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366728 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366728 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366728 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336550 ENST00000366728 7 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228327999 228336392 ENST00000453943 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228328004 228328064 ENST00000453943 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333212 228333325 ENST00000453943 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000453943 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000453943 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000453943 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000453943 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000453943 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336392 ENST00000453943 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328003 228336534 ENST00000366723 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228328004 228328064 ENST00000366723 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333212 228333325 ENST00000366723 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366723 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366723 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366723 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366723 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335935 228335989 ENST00000366723 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336077 228336137 ENST00000366723 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328008 228336578 ENST00000493138 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328018 228336509 ENST00000366722 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000366722 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366722 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366722 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366722 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335322 228335400 ENST00000366722 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336240 ENST00000366722 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336453 ENST00000366722 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328019 228335358 ENST00000498092 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328019 228336510 ENST00000435153 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228329335 228329530 ENST00000435153 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333193 228333325 ENST00000435153 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000435153 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334562 228334639 ENST00000435153 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000435153 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000435153 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336510 ENST00000435153 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328033 228336453 ENST00000366721 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333350 ENST00000366721 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366721 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334562 228334639 ENST00000366721 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366721 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366721 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000366721 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000366721 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328824 228333463 ENST00000491613 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328824 228334584 ENST00000485733 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328833 228335411 ENST00000460224 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328897 228333767 ENST00000484953 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228328950 228335146 ENST00000472939 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228329083 228336158 ENST00000412265 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228329335 228329530 ENST00000412265 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333212 228333325 ENST00000412265 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000412265 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000412265 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000412265 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000412265 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336158 ENST00000412265 7 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228332029 228336652 ENST00000366718 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000366718 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366718 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366718 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366718 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366718 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000366718 7 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000366718 8 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228332598 228336647 ENST00000470040 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333155 228336685 ENST00000366716 NA GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333214 228333325 ENST00000366716 1 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228333727 228333768 ENST00000366716 2 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228334543 228334639 ENST00000366716 3 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335107 228335245 ENST00000366716 4 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228335316 228335400 ENST00000366716 5 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336072 228336157 ENST00000366716 6 GUK1 ENSG00000143774 Not Supported Not Supported +CDS 1 228336366 228336395 ENST00000366716 7 GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333211 228333936 ENST00000485859 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333211 228335188 ENST00000485168 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333211 228335260 ENST00000478725 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333216 228336140 ENST00000495999 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333262 228336651 ENST00000486668 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333584 228336425 ENST00000464858 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228333730 228336656 ENST00000470155 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228334527 228335400 ENST00000481341 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228334541 228336474 ENST00000498115 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228335125 228336648 ENST00000465025 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228335167 228336634 ENST00000477206 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228335792 228336656 ENST00000471270 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228335819 228336656 ENST00000480056 NA GUK1 ENSG00000143774 Not Supported Not Supported +transcript 1 228337553 228347527 ENST00000366714 NA GJC2 ENSG00000198835 Not Supported Not Supported +CDS 1 228345460 228346776 ENST00000366714 2 GJC2 ENSG00000198835 Not Supported Not Supported +transcript 1 228351787 228353213 ENST00000366713 NA IBA57-AS1 ENSG00000203684 Not Supported Not Supported +CDS 1 228351821 228352150 ENST00000366713 2 IBA57-AS1 ENSG00000203684 Not Supported Not Supported +transcript 1 228351795 228352549 ENST00000496552 NA IBA57-AS1 ENSG00000203684 Not Supported Not Supported +transcript 1 228353516 228369958 ENST00000366711 NA IBA57 ENSG00000181873 Not Supported Not Supported +CDS 1 228353518 228353858 ENST00000366711 1 IBA57 ENSG00000181873 Not Supported Not Supported +CDS 1 228362393 228362730 ENST00000366711 2 IBA57 ENSG00000181873 Not Supported Not Supported +CDS 1 228362823 228363211 ENST00000366711 3 IBA57 ENSG00000181873 Not Supported Not Supported +transcript 1 228358879 228369958 ENST00000484749 NA IBA57 ENSG00000181873 Not Supported Not Supported +transcript 1 228362251 228363276 ENST00000546123 NA IBA57 ENSG00000181873 Not Supported Not Supported +CDS 1 228362631 228362730 ENST00000546123 2 IBA57 ENSG00000181873 Not Supported Not Supported +CDS 1 228362823 228363211 ENST00000546123 3 IBA57 ENSG00000181873 Not Supported Not Supported +transcript 1 228391207 228401361 ENST00000295012 NA C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228401123 228401361 ENST00000295012 1 C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228391757 228391856 ENST00000295012 2 C1orf145 ENSG00000162913 Not Supported Not Supported +transcript 1 228391686 228401347 ENST00000472613 NA C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228401123 228401347 ENST00000472613 1 C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228393088 228393148 ENST00000472613 2 C1orf145 ENSG00000162913 Not Supported Not Supported +transcript 1 228392167 228401365 ENST00000337335 NA C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228401123 228401361 ENST00000337335 1 C1orf145 ENSG00000162913 Not Supported Not Supported +CDS 1 228400374 228400608 ENST00000337335 2 C1orf145 ENSG00000162913 Not Supported Not Supported +transcript 1 228395831 228548951 ENST00000284548 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228399485 228400472 ENST00000284548 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401142 228401411 ENST00000284548 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401875 228402135 ENST00000284548 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228402491 228402799 ENST00000284548 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228403264 228403530 ENST00000284548 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404122 228404403 ENST00000284548 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404714 228404989 ENST00000284548 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228412160 228412435 ENST00000284548 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228430884 228431159 ENST00000284548 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228431997 228432272 ENST00000284548 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228433114 228433389 ENST00000284548 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228434229 228434504 ENST00000284548 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228437666 228437941 ENST00000284548 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228444352 228444627 ENST00000284548 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228451817 228452092 ENST00000284548 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228456231 228456506 ENST00000284548 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461471 228461749 ENST00000284548 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461879 228462145 ENST00000284548 19 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228462273 228462542 ENST00000284548 20 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228463461 228463727 ENST00000284548 21 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464151 228464417 ENST00000284548 22 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464631 228464743 ENST00000284548 23 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464861 228465014 ENST00000284548 24 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465455 228465559 ENST00000284548 25 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466390 228466656 ENST00000284548 26 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466876 228467145 ENST00000284548 27 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467522 228467788 ENST00000284548 28 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467880 228468146 ENST00000284548 29 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468231 228468497 ENST00000284548 30 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000284548 31 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000284548 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000284548 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000284548 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000284548 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000284548 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000284548 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000284548 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000284548 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000284548 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000284548 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000284548 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000284548 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494073 228494339 ENST00000284548 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494602 228494868 ENST00000284548 45 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494960 228495232 ENST00000284548 46 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228495812 228496084 ENST00000284548 47 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228496800 228496996 ENST00000284548 48 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228497185 228497260 ENST00000284548 49 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228503548 228503820 ENST00000284548 50 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228504410 228504685 ENST00000284548 51 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505165 228505452 ENST00000284548 52 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505593 228505874 ENST00000284548 53 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228506585 228506955 ENST00000284548 54 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228509045 228509915 ENST00000284548 55 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228511029 228511307 ENST00000284548 56 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520561 228520639 ENST00000284548 57 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520900 228521024 ENST00000284548 58 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228521284 228521481 ENST00000284548 59 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522213 228522245 ENST00000284548 60 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522516 228522614 ENST00000284548 61 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000284548 62 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000284548 63 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000284548 64 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000284548 65 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000284548 66 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000284548 67 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000284548 68 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000284548 69 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527646 228527802 ENST00000284548 70 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000284548 71 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000284548 72 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000284548 73 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000284548 74 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000284548 75 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000284548 76 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000284548 77 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000284548 78 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000284548 79 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228543852 228543894 ENST00000284548 80 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228547298 228548453 ENST00000284548 81 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228395831 228566577 ENST00000570156 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228399485 228400472 ENST00000570156 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401142 228401411 ENST00000570156 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401875 228402135 ENST00000570156 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228402491 228402799 ENST00000570156 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228403264 228403530 ENST00000570156 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404122 228404403 ENST00000570156 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404714 228404989 ENST00000570156 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228407025 228407300 ENST00000570156 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228412160 228412435 ENST00000570156 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228430884 228431159 ENST00000570156 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228431997 228432272 ENST00000570156 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228433114 228433389 ENST00000570156 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228434229 228434504 ENST00000570156 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228437666 228437941 ENST00000570156 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228444352 228444627 ENST00000570156 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228447202 228447477 ENST00000570156 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228451817 228452092 ENST00000570156 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228456231 228456506 ENST00000570156 19 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228459626 228459922 ENST00000570156 20 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228460973 228461248 ENST00000570156 21 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461471 228461749 ENST00000570156 22 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461879 228462145 ENST00000570156 23 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228462273 228462542 ENST00000570156 24 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228463461 228463727 ENST00000570156 25 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464151 228464417 ENST00000570156 26 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464631 228464743 ENST00000570156 27 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464861 228465014 ENST00000570156 28 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465206 228465367 ENST00000570156 29 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465455 228465559 ENST00000570156 30 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466390 228466656 ENST00000570156 31 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466876 228467145 ENST00000570156 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467522 228467788 ENST00000570156 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467880 228468146 ENST00000570156 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468231 228468497 ENST00000570156 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000570156 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000570156 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000570156 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000570156 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000570156 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000570156 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000570156 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000570156 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000570156 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000570156 45 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000570156 46 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000570156 47 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000570156 48 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486155 228486418 ENST00000570156 49 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486960 228487223 ENST00000570156 50 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228487583 228487846 ENST00000570156 51 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228491376 228491639 ENST00000570156 52 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228492004 228492267 ENST00000570156 53 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228492824 228493087 ENST00000570156 54 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494073 228494339 ENST00000570156 55 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494602 228494868 ENST00000570156 56 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494960 228495232 ENST00000570156 57 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228495812 228496084 ENST00000570156 58 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228496800 228496996 ENST00000570156 59 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228497185 228497260 ENST00000570156 60 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228503548 228503820 ENST00000570156 61 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228504410 228504685 ENST00000570156 62 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505165 228505452 ENST00000570156 63 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505593 228505874 ENST00000570156 64 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228506585 228506955 ENST00000570156 65 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228509045 228509915 ENST00000570156 66 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228511029 228511307 ENST00000570156 67 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520561 228520639 ENST00000570156 68 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520900 228521024 ENST00000570156 69 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228521284 228521481 ENST00000570156 70 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522213 228522245 ENST00000570156 71 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522516 228522614 ENST00000570156 72 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000570156 73 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000570156 74 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000570156 75 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000570156 76 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000570156 77 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000570156 78 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000570156 79 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000570156 80 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527646 228527802 ENST00000570156 81 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000570156 82 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000570156 83 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000570156 84 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000570156 85 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000570156 86 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000570156 87 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000570156 88 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000570156 89 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000570156 90 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228550277 228550456 ENST00000570156 91 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228552682 228552778 ENST00000570156 92 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553137 228553261 ENST00000570156 93 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553775 228553887 ENST00000570156 94 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554101 228554269 ENST00000570156 95 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554509 228554590 ENST00000570156 96 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554676 228554876 ENST00000570156 97 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228555587 228555647 ENST00000570156 98 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556040 228556117 ENST00000570156 99 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556423 228556595 ENST00000570156 100 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556837 228556863 ENST00000570156 101 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557643 228557795 ENST00000570156 102 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557894 228557939 ENST00000570156 103 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558380 228558457 ENST00000570156 104 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558724 228560782 ENST00000570156 105 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228561633 228561713 ENST00000570156 106 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562015 228562125 ENST00000570156 107 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562286 228562453 ENST00000570156 108 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563403 228563525 ENST00000570156 109 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563709 228563879 ENST00000570156 110 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564494 228564575 ENST00000570156 111 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564753 228564992 ENST00000570156 112 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565190 228565413 ENST00000570156 113 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565638 228565707 ENST00000570156 114 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565972 228566121 ENST00000570156 115 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228566319 228566493 ENST00000570156 116 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228395861 228566575 ENST00000422127 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228399485 228400472 ENST00000422127 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401142 228401411 ENST00000422127 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228401875 228402135 ENST00000422127 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228402491 228402799 ENST00000422127 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228403264 228403530 ENST00000422127 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404122 228404403 ENST00000422127 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228404714 228404989 ENST00000422127 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228412160 228412435 ENST00000422127 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228430884 228431159 ENST00000422127 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228431997 228432272 ENST00000422127 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228433114 228433389 ENST00000422127 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228434229 228434504 ENST00000422127 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228437666 228437941 ENST00000422127 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228444352 228444627 ENST00000422127 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228451817 228452092 ENST00000422127 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228456231 228456506 ENST00000422127 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461471 228461749 ENST00000422127 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461879 228462145 ENST00000422127 19 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228462273 228462542 ENST00000422127 20 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228463461 228463727 ENST00000422127 21 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464151 228464417 ENST00000422127 22 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464631 228464743 ENST00000422127 23 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464861 228465014 ENST00000422127 24 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465455 228465559 ENST00000422127 25 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466390 228466656 ENST00000422127 26 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466876 228467145 ENST00000422127 27 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467522 228467788 ENST00000422127 28 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467880 228468146 ENST00000422127 29 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468231 228468497 ENST00000422127 30 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000422127 31 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000422127 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000422127 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000422127 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000422127 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000422127 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000422127 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000422127 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000422127 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000422127 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000422127 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000422127 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000422127 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494073 228494339 ENST00000422127 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494602 228494868 ENST00000422127 45 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494960 228495232 ENST00000422127 46 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228495812 228496084 ENST00000422127 47 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228496800 228496996 ENST00000422127 48 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228497185 228497260 ENST00000422127 49 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228503548 228503820 ENST00000422127 50 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228504410 228504685 ENST00000422127 51 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505165 228505452 ENST00000422127 52 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505593 228505874 ENST00000422127 53 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228506585 228506955 ENST00000422127 54 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228509045 228509915 ENST00000422127 55 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228511029 228511307 ENST00000422127 56 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520561 228520639 ENST00000422127 57 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520900 228521024 ENST00000422127 58 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228521284 228521481 ENST00000422127 59 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522213 228522245 ENST00000422127 60 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522516 228522614 ENST00000422127 61 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000422127 62 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000422127 63 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000422127 64 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000422127 65 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000422127 66 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000422127 67 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000422127 68 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000422127 69 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527646 228527802 ENST00000422127 70 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000422127 71 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000422127 72 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000422127 73 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000422127 74 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000422127 75 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000422127 76 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000422127 77 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000422127 78 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000422127 79 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228550277 228550456 ENST00000422127 80 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228552682 228552778 ENST00000422127 81 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553137 228553261 ENST00000422127 82 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553775 228553887 ENST00000422127 83 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554101 228554269 ENST00000422127 84 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554509 228554590 ENST00000422127 85 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554676 228554876 ENST00000422127 86 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228555587 228555647 ENST00000422127 87 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556040 228556117 ENST00000422127 88 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556423 228556595 ENST00000422127 89 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556837 228556863 ENST00000422127 90 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557643 228557795 ENST00000422127 91 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557894 228557939 ENST00000422127 92 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558380 228558457 ENST00000422127 93 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558724 228560782 ENST00000422127 94 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228561633 228561713 ENST00000422127 95 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562015 228562125 ENST00000422127 96 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562286 228562453 ENST00000422127 97 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563403 228563525 ENST00000422127 98 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563709 228563879 ENST00000422127 99 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564494 228564575 ENST00000422127 100 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564753 228564992 ENST00000422127 101 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565190 228565413 ENST00000422127 102 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565632 228565707 ENST00000422127 103 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565972 228566121 ENST00000422127 104 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228566319 228566493 ENST00000422127 105 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228395861 228566575 ENST00000366707 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470892 228470985 ENST00000366707 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000366707 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000366707 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000366707 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000366707 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000366707 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000366707 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000366707 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000366707 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000366707 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000366707 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000366707 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486155 228486418 ENST00000366707 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486960 228487223 ENST00000366707 45 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228487583 228487846 ENST00000366707 46 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228491376 228491639 ENST00000366707 47 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228492004 228492267 ENST00000366707 48 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228492863 228493087 ENST00000366707 49 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494073 228494339 ENST00000366707 50 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494602 228494868 ENST00000366707 51 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494960 228495232 ENST00000366707 52 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228495812 228496084 ENST00000366707 53 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228496800 228496996 ENST00000366707 54 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228497185 228497260 ENST00000366707 55 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228503548 228503820 ENST00000366707 56 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228504410 228504685 ENST00000366707 57 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505165 228505452 ENST00000366707 58 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505593 228505874 ENST00000366707 59 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228506585 228506955 ENST00000366707 60 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228509045 228509915 ENST00000366707 61 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228511029 228511307 ENST00000366707 62 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520561 228520639 ENST00000366707 63 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520900 228521024 ENST00000366707 64 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228521284 228521481 ENST00000366707 65 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522213 228522245 ENST00000366707 66 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522516 228522614 ENST00000366707 67 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000366707 68 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000366707 69 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000366707 70 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000366707 71 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000366707 72 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000366707 73 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000366707 74 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000366707 75 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527646 228527802 ENST00000366707 76 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000366707 77 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000366707 78 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000366707 79 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000366707 80 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000366707 81 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000366707 82 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000366707 83 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000366707 84 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000366707 85 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228550277 228550456 ENST00000366707 86 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228552682 228552778 ENST00000366707 87 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553137 228553261 ENST00000366707 88 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553775 228553887 ENST00000366707 89 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554101 228554269 ENST00000366707 90 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554509 228554590 ENST00000366707 91 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554676 228554876 ENST00000366707 92 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228555587 228555647 ENST00000366707 93 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556040 228556117 ENST00000366707 94 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556423 228556595 ENST00000366707 95 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556837 228556863 ENST00000366707 96 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557643 228557795 ENST00000366707 97 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557894 228557939 ENST00000366707 98 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558380 228558457 ENST00000366707 99 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558724 228560782 ENST00000366707 100 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228561633 228561713 ENST00000366707 101 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562015 228562125 ENST00000366707 102 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562286 228562453 ENST00000366707 103 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563403 228563525 ENST00000366707 104 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563709 228563879 ENST00000366707 105 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564494 228564575 ENST00000366707 106 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564753 228564992 ENST00000366707 107 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565190 228565413 ENST00000366707 108 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565632 228565707 ENST00000366707 109 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565972 228566121 ENST00000366707 110 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228566319 228566493 ENST00000366707 111 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228395861 228548456 ENST00000366709 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470892 228470985 ENST00000366709 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000366709 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000366709 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000366709 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000366709 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000366709 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000366709 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000366709 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000366709 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000366709 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000366709 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000366709 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494073 228494339 ENST00000366709 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494602 228494868 ENST00000366709 45 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228494960 228495232 ENST00000366709 46 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228495812 228496084 ENST00000366709 47 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228496800 228496996 ENST00000366709 48 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228497185 228497260 ENST00000366709 49 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228503548 228503820 ENST00000366709 50 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228504410 228504685 ENST00000366709 51 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505165 228505452 ENST00000366709 52 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228505593 228505874 ENST00000366709 53 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228506585 228506955 ENST00000366709 54 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228509045 228509915 ENST00000366709 55 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228511029 228511307 ENST00000366709 56 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520561 228520639 ENST00000366709 57 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228520900 228521024 ENST00000366709 58 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228521284 228521481 ENST00000366709 59 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522213 228522245 ENST00000366709 60 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522516 228522614 ENST00000366709 61 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000366709 62 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000366709 63 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000366709 64 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000366709 65 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000366709 66 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000366709 67 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000366709 68 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000366709 69 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527646 228527802 ENST00000366709 70 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000366709 71 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000366709 72 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000366709 73 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000366709 74 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000366709 75 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000366709 76 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000366709 77 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000366709 78 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000366709 79 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228543852 228543894 ENST00000366709 80 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228547298 228548453 ENST00000366709 81 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228403390 228405128 ENST00000493977 NA OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228444351 228492160 ENST00000359599 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228444351 228444627 ENST00000359599 1 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228447202 228447477 ENST00000359599 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228451817 228452092 ENST00000359599 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228456231 228456506 ENST00000359599 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228459626 228459922 ENST00000359599 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228460973 228461248 ENST00000359599 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461471 228461749 ENST00000359599 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228461879 228462145 ENST00000359599 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228462273 228462542 ENST00000359599 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228463461 228463727 ENST00000359599 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464151 228464417 ENST00000359599 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464631 228464743 ENST00000359599 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464861 228465014 ENST00000359599 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465455 228465559 ENST00000359599 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466390 228466656 ENST00000359599 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466876 228467145 ENST00000359599 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467522 228467788 ENST00000359599 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467880 228468146 ENST00000359599 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468231 228468497 ENST00000359599 19 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000359599 20 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000359599 21 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000359599 22 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000359599 23 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000359599 24 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000359599 25 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000359599 26 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000359599 27 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000359599 28 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000359599 29 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000359599 30 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000359599 31 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000359599 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486155 228486168 ENST00000359599 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486171 228486227 ENST00000359599 34 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228464879 228471905 ENST00000366706 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228464879 228465014 ENST00000366706 1 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465206 228465367 ENST00000366706 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228465455 228465559 ENST00000366706 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466390 228466656 ENST00000366706 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228466876 228467145 ENST00000366706 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467522 228467788 ENST00000366706 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228467880 228468146 ENST00000366706 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468231 228468497 ENST00000366706 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000366706 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000366706 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471499 ENST00000366706 11 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228467909 228472692 ENST00000366704 NA OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228468474 228492160 ENST00000483539 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228468474 228468497 ENST00000483539 1 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228469634 228469906 ENST00000483539 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228470719 228470985 ENST00000483539 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228471204 228471470 ENST00000483539 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228473779 228474051 ENST00000483539 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228474474 228474740 ENST00000483539 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475395 228475661 ENST00000483539 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228475762 228476025 ENST00000483539 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228476326 228476589 ENST00000483539 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228479599 228479862 ENST00000483539 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228480224 228480487 ENST00000483539 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481054 228481317 ENST00000483539 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228481853 228482116 ENST00000483539 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228482481 228482744 ENST00000483539 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486155 228486418 ENST00000483539 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228486960 228487223 ENST00000483539 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228487583 228487846 ENST00000483539 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228491376 228491639 ENST00000483539 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228492004 228492160 ENST00000483539 19 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228481896 228482842 ENST00000494839 NA OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228487517 228489783 ENST00000602685 NA OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228491310 228492045 ENST00000602832 NA OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228522583 228566575 ENST00000441106 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522583 228522614 ENST00000441106 1 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228522781 228522999 ENST00000441106 2 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523492 228523552 ENST00000441106 3 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228523901 228523971 ENST00000441106 4 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524705 228524827 ENST00000441106 5 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228524945 228525084 ENST00000441106 6 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525645 228525845 ENST00000441106 7 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228525991 228526073 ENST00000441106 8 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228526554 228526727 ENST00000441106 9 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228527643 228527802 ENST00000441106 10 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528207 228528323 ENST00000441106 11 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528425 228528589 ENST00000441106 12 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228528796 228528954 ENST00000441106 13 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529138 228529315 ENST00000441106 14 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228529820 228529933 ENST00000441106 15 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228537591 228537758 ENST00000441106 16 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228538542 228538644 ENST00000441106 17 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228539022 228539151 ENST00000441106 18 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540652 228540763 ENST00000441106 19 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228550277 228550456 ENST00000441106 20 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228552682 228552778 ENST00000441106 21 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553137 228553261 ENST00000441106 22 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228553775 228553887 ENST00000441106 23 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554101 228554269 ENST00000441106 24 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554509 228554590 ENST00000441106 25 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228554676 228554876 ENST00000441106 26 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228555587 228555647 ENST00000441106 27 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556040 228556117 ENST00000441106 28 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556423 228556595 ENST00000441106 29 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228556837 228556863 ENST00000441106 30 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557643 228557795 ENST00000441106 31 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228557894 228557939 ENST00000441106 32 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558380 228558457 ENST00000441106 33 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228558724 228560782 ENST00000441106 34 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228561633 228561713 ENST00000441106 35 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562015 228562125 ENST00000441106 36 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228562286 228562453 ENST00000441106 37 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563403 228563525 ENST00000441106 38 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228563709 228563879 ENST00000441106 39 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564494 228564575 ENST00000441106 40 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228564753 228564992 ENST00000441106 41 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565190 228565413 ENST00000441106 42 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565638 228565707 ENST00000441106 43 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228565972 228566121 ENST00000441106 44 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228566319 228566496 ENST00000441106 45 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228540735 228548951 ENST00000474237 NA OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228540735 228540763 ENST00000474237 1 OBSCN ENSG00000154358 Not Supported Not Supported +CDS 1 228543852 228544028 ENST00000474237 2 OBSCN ENSG00000154358 Not Supported Not Supported +transcript 1 228458144 228462098 ENST00000602517 NA RP5-1139B12.2 ENSG00000269890 Not Supported Not Supported +transcript 1 228462285 228463767 ENST00000602529 NA RP5-1139B12.3 ENSG00000269934 Not Supported Not Supported +transcript 1 228462570 228463747 ENST00000602947 NA RP5-1139B12.3 ENSG00000269934 Not Supported Not Supported +transcript 1 228483612 228490699 ENST00000602778 NA RP5-1139B12.4 ENSG00000270110 Not Supported Not Supported +transcript 1 228571815 228572717 ENST00000602345 NA RP11-245P10.6 ENSG00000270104 Not Supported Not Supported +transcript 1 228581374 228593605 ENST00000493030 NA TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228589767 228589895 ENST00000493030 1 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228588665 228588895 ENST00000493030 2 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584844 228584866 ENST00000493030 3 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584648 228584748 ENST00000493030 4 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228582409 228582953 ENST00000493030 5 TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228581377 228594541 ENST00000284551 NA TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228593855 228594262 ENST00000284551 1 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228589767 228589862 ENST00000284551 2 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228588665 228588895 ENST00000284551 3 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584844 228584866 ENST00000284551 4 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584648 228584748 ENST00000284551 5 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228582409 228582953 ENST00000284551 6 TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228582157 228589799 ENST00000460651 NA TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228582526 228593888 ENST00000602582 NA TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228593855 228593888 ENST00000602582 1 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228589767 228589862 ENST00000602582 2 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584844 228584866 ENST00000602582 3 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584648 228584748 ENST00000602582 4 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228582526 228582953 ENST00000602582 5 TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228582909 228585390 ENST00000475775 NA TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228583235 228594501 ENST00000366699 NA TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228593855 228594262 ENST00000366699 1 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228589767 228589862 ENST00000366699 2 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228588665 228588895 ENST00000366699 3 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584844 228584866 ENST00000366699 4 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584352 228584748 ENST00000366699 5 TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228584314 228593887 ENST00000602308 NA TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228593855 228593887 ENST00000602308 1 TRIM11 ENSG00000154370 Not Supported Not Supported +CDS 1 228584735 228584866 ENST00000602308 2 TRIM11 ENSG00000154370 Not Supported Not Supported +transcript 1 228581991 228584668 ENST00000602963 NA RP11-245P10.8 ENSG00000270094 Not Supported Not Supported +transcript 1 228595082 228597395 ENST00000436779 NA RP11-245P10.4 ENSG00000231563 Not Supported Not Supported +transcript 1 228595641 228603730 ENST00000366697 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602773 ENST00000366697 1 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601498 228601593 ENST00000366697 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228598647 228598877 ENST00000366697 3 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228597090 228597112 ENST00000366697 4 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228596873 228596976 ENST00000366697 5 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228595905 228596452 ENST00000366697 6 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228595737 228604347 ENST00000366698 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602773 ENST00000366698 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601498 228601593 ENST00000366698 3 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228598647 228598877 ENST00000366698 4 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228597090 228597112 ENST00000366698 5 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228596873 228596976 ENST00000366698 6 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228595905 228596452 ENST00000366698 7 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228595737 228604365 ENST00000295033 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602773 ENST00000295033 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601498 228601593 ENST00000295033 3 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228598647 228598877 ENST00000295033 4 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228597090 228597112 ENST00000295033 5 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228596873 228596976 ENST00000295033 6 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228595905 228596452 ENST00000295033 7 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228596401 228604458 ENST00000456946 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602773 ENST00000456946 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601498 228601593 ENST00000456946 3 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228598647 228598877 ENST00000456946 4 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228597090 228597112 ENST00000456946 5 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228596727 228596976 ENST00000456946 6 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228596873 228604354 ENST00000479800 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602692 ENST00000479800 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601498 228601593 ENST00000479800 3 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228598647 228598877 ENST00000479800 4 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228597090 228597112 ENST00000479800 5 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228596873 228596976 ENST00000479800 6 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228601497 228604328 ENST00000355586 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602345 228602773 ENST00000355586 2 TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228601497 228601593 ENST00000355586 3 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228602601 228604562 ENST00000457345 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602601 228602692 ENST00000457345 2 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228602622 228604353 ENST00000520264 NA TRIM17 ENSG00000162931 Not Supported Not Supported +CDS 1 228602622 228602773 ENST00000520264 2 TRIM17 ENSG00000162931 Not Supported Not Supported +transcript 1 228612546 228613026 ENST00000366696 NA HIST3H3 ENSG00000168148 Not Supported Not Supported +CDS 1 228612619 228613026 ENST00000366696 1 HIST3H3 ENSG00000168148 Not Supported Not Supported +transcript 1 228636864 228637322 ENST00000450202 NA RP5-915N17.3 ENSG00000230841 Not Supported Not Supported +transcript 1 228645065 228645560 ENST00000366695 NA HIST3H2A ENSG00000181218 Not Supported Not Supported +CDS 1 228645129 228645518 ENST00000366695 1 HIST3H2A ENSG00000181218 Not Supported Not Supported +transcript 1 228645808 228646259 ENST00000369160 NA HIST3H2BB ENSG00000196890 Not Supported Not Supported +CDS 1 228645831 228646208 ENST00000369160 1 HIST3H2BB ENSG00000196890 Not Supported Not Supported +transcript 1 228649775 228649853 ENST00000580160 NA MIR4666A ENSG00000266174 Not Supported Not Supported +transcript 1 228651804 228652327 ENST00000436555 NA HIST3H2BA ENSG00000181201 Not Supported Not Supported +transcript 1 228651914 228652295 ENST00000320387 NA HIST3H2BA ENSG00000181201 Not Supported Not Supported +transcript 1 228674762 228683467 ENST00000305943 NA RNF187 ENSG00000168159 Not Supported Not Supported +CDS 1 228675517 228675579 ENST00000305943 1 RNF187 ENSG00000168159 Not Supported Not Supported +CDS 1 228676661 228676753 ENST00000305943 2 RNF187 ENSG00000168159 Not Supported Not Supported +CDS 1 228680754 228680975 ENST00000305943 3 RNF187 ENSG00000168159 Not Supported Not Supported +transcript 1 228675923 228683467 ENST00000482739 NA RNF187 ENSG00000168159 Not Supported Not Supported +transcript 1 228676661 228681971 ENST00000484293 NA RNF187 ENSG00000168159 Not Supported Not Supported +transcript 1 228680937 228682670 ENST00000493597 NA RNF187 ENSG00000168159 Not Supported Not Supported +transcript 1 228696356 228700006 ENST00000595971 NA BTNL10 ENSG00000215811 Not Supported Not Supported +transcript 1 228698126 228700004 ENST00000400948 NA BTNL10 ENSG00000215811 Not Supported Not Supported +transcript 1 228698237 228699989 ENST00000413130 NA BTNL10 ENSG00000215811 Not Supported Not Supported +transcript 1 228743494 228743602 ENST00000365186 NA RNA5SP19 ENSG00000202056 Not Supported Not Supported +transcript 1 228744885 228788150 ENST00000327449 NA DUSP5P1 ENSG00000183929 Not Supported Not Supported +transcript 1 228785988 228787126 ENST00000441325 NA DUSP5P1 ENSG00000183929 Not Supported Not Supported +transcript 1 228746015 228746133 ENST00000362482 NA RNA5S1 ENSG00000199352 Not Supported Not Supported +transcript 1 228748256 228748374 ENST00000364718 NA RNA5S2 ENSG00000201588 Not Supported Not Supported +transcript 1 228750497 228750615 ENST00000362467 NA RNA5S3 ENSG00000199337 Not Supported Not Supported +transcript 1 228752738 228752856 ENST00000363511 NA RNA5S4 ENSG00000200381 Not Supported Not Supported +transcript 1 228754979 228755097 ENST00000362526 NA RNA5S5 ENSG00000199396 Not Supported Not Supported +transcript 1 228757194 228757312 ENST00000363754 NA RNA5S6 ENSG00000200624 Not Supported Not Supported +transcript 1 228759414 228759532 ENST00000365651 NA RNA5S7 ENSG00000202521 Not Supported Not Supported +transcript 1 228761656 228761774 ENST00000363473 NA RNA5S8 ENSG00000200343 Not Supported Not Supported +transcript 1 228763895 228764013 ENST00000364451 NA RNA5S9 ENSG00000201321 Not Supported Not Supported +transcript 1 228766137 228766255 ENST00000363040 NA RNA5S10 ENSG00000199910 Not Supported Not Supported +transcript 1 228768378 228768496 ENST00000362464 NA RNA5S11 ENSG00000199334 Not Supported Not Supported +transcript 1 228770618 228770736 ENST00000362400 NA RNA5S12 ENSG00000199270 Not Supported Not Supported +transcript 1 228772843 228772961 ENST00000365656 NA RNA5S13 ENSG00000202526 Not Supported Not Supported +transcript 1 228775084 228775202 ENST00000364485 NA RNA5S14 ENSG00000201355 Not Supported Not Supported +transcript 1 228777315 228777433 ENST00000365055 NA RNA5S15 ENSG00000201925 Not Supported Not Supported +transcript 1 228779556 228779674 ENST00000365387 NA RNA5S16 ENSG00000202257 Not Supported Not Supported +transcript 1 228781787 228781905 ENST00000363500 NA RNA5S17 ENSG00000200370 Not Supported Not Supported +transcript 1 228783659 228783779 ENST00000390935 NA RNA5SP18 ENSG00000212237 Not Supported Not Supported +transcript 1 228788183 228788307 ENST00000384151 NA SNORA51 ENSG00000206878 Not Supported Not Supported +transcript 1 228823162 228823573 ENST00000466086 NA FTH1P2 ENSG00000234975 Not Supported Not Supported +transcript 1 228823164 228823574 ENST00000413500 NA FTH1P2 ENSG00000234975 Not Supported Not Supported +transcript 1 228870824 228882416 ENST00000366691 NA RHOU ENSG00000116574 Not Supported Not Supported +CDS 1 228871490 228871751 ENST00000366691 1 RHOU ENSG00000116574 Not Supported Not Supported +CDS 1 228873420 228873478 ENST00000366691 2 RHOU ENSG00000116574 Not Supported Not Supported +CDS 1 228879032 228879484 ENST00000366691 3 RHOU ENSG00000116574 Not Supported Not Supported +transcript 1 228880673 228881090 ENST00000473307 NA RHOU ENSG00000116574 Not Supported Not Supported +transcript 1 228881987 228882416 ENST00000493528 NA RHOU ENSG00000116574 Not Supported Not Supported +transcript 1 228912059 228912612 ENST00000605063 NA RP4-799G3.1 ENSG00000271475 Not Supported Not Supported +transcript 1 228993757 228994303 ENST00000604004 NA RP4-799G3.2 ENSG00000271399 Not Supported Not Supported +transcript 1 229177918 229178338 ENST00000438679 NA ISCA1P2 ENSG00000229840 Not Supported Not Supported +transcript 1 229228562 229230652 ENST00000433734 NA RP5-1065P14.2 ENSG00000236975 Not Supported Not Supported +transcript 1 229359208 229363309 ENST00000430677 NA RP5-1061H20.5 ENSG00000233920 Not Supported Not Supported +transcript 1 229385383 229387557 ENST00000323223 NA TMEM78 ENSG00000177800 Not Supported Not Supported +CDS 1 229385442 229385849 ENST00000323223 1 TMEM78 ENSG00000177800 Not Supported Not Supported +transcript 1 229394028 229406750 ENST00000429227 NA RP5-1061H20.4 ENSG00000177788 Not Supported Not Supported +transcript 1 229405113 229406775 ENST00000436334 NA RP5-1061H20.4 ENSG00000177788 Not Supported Not Supported +transcript 1 229406674 229407346 ENST00000434404 NA RP5-1061H20.3 ENSG00000240524 Not Supported Not Supported +transcript 1 229406822 229424629 ENST00000481981 NA RAB4A ENSG00000168118 Not Supported Not Supported +transcript 1 229406879 229441641 ENST00000366690 NA RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229407087 229407117 ENST00000366690 1 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229422233 229422313 ENST00000366690 2 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229424476 229424590 ENST00000366690 3 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229431595 229431657 ENST00000366690 4 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229433229 229433383 ENST00000366690 5 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229434724 229434819 ENST00000366690 6 RAB4A ENSG00000168118 Not Supported Not Supported +CDS 1 229438609 229438721 ENST00000366690 7 RAB4A ENSG00000168118 Not Supported Not Supported +transcript 1 229406941 229439641 ENST00000473894 NA RAB4A ENSG00000168118 Not Supported Not Supported +transcript 1 229422232 229424946 ENST00000489342 NA RAB4A ENSG00000168118 Not Supported Not Supported +transcript 1 229440129 229441248 ENST00000366688 NA SPHAR ENSG00000213029 Not Supported Not Supported +CDS 1 229440882 229441070 ENST00000366688 1 SPHAR ENSG00000213029 Not Supported Not Supported +transcript 1 229455150 229458834 ENST00000418348 NA RP4-803J11.2 ENSG00000237481 Not Supported Not Supported +transcript 1 229456758 229478264 ENST00000366687 NA CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229477846 229478212 ENST00000366687 1 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229462485 229462753 ENST00000366687 2 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229460985 229461158 ENST00000366687 3 CCSAP ENSG00000154429 Not Supported Not Supported +transcript 1 229456763 229478735 ENST00000284617 NA CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229477846 229478212 ENST00000284617 2 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229462485 229462753 ENST00000284617 3 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229460985 229461158 ENST00000284617 4 CCSAP ENSG00000154429 Not Supported Not Supported +transcript 1 229457262 229476380 ENST00000366686 NA CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229476148 229476172 ENST00000366686 1 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229462485 229462753 ENST00000366686 2 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229460985 229461158 ENST00000366686 3 CCSAP ENSG00000154429 Not Supported Not Supported +transcript 1 229459286 229479041 ENST00000483092 NA CCSAP ENSG00000154429 Not Supported Not Supported +transcript 1 229463283 229478264 ENST00000452552 NA CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229477846 229478212 ENST00000452552 1 CCSAP ENSG00000154429 Not Supported Not Supported +CDS 1 229463286 229463305 ENST00000452552 2 CCSAP ENSG00000154429 Not Supported Not Supported +transcript 1 229518875 229518935 ENST00000516697 NA RNU6-180P ENSG00000252506 Not Supported Not Supported +transcript 1 229546247 229546514 ENST00000516242 NA RN7SKP276 ENSG00000252051 Not Supported Not Supported +transcript 1 229560767 229561397 ENST00000432935 NA RP5-1068B5.1 ENSG00000230331 Not Supported Not Supported +transcript 1 229566992 229569841 ENST00000366684 NA ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229568734 229568862 ENST00000366684 2 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229568303 229568627 ENST00000366684 3 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229568017 229568178 ENST00000366684 4 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567741 229567932 ENST00000366684 5 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567468 229567649 ENST00000366684 6 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567249 229567389 ENST00000366684 7 ACTA1 ENSG00000143632 Not Supported Not Supported +transcript 1 229566996 229569845 ENST00000366683 NA ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229568734 229568862 ENST00000366683 2 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229568405 229568627 ENST00000366683 3 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567741 229567932 ENST00000366683 4 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567468 229567649 ENST00000366683 5 ACTA1 ENSG00000143632 Not Supported Not Supported +CDS 1 229567249 229567389 ENST00000366683 6 ACTA1 ENSG00000143632 Not Supported Not Supported +transcript 1 229576031 229576767 ENST00000434311 NA RP5-1068B5.3 ENSG00000226920 Not Supported Not Supported +transcript 1 229577045 229644088 ENST00000261396 NA NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229643815 229643996 ENST00000261396 1 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229641787 229641905 ENST00000261396 2 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229637746 229637849 ENST00000261396 3 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229636503 229636610 ENST00000261396 4 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229635431 229635565 ENST00000261396 5 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229633883 229634053 ENST00000261396 6 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229631639 229631794 ENST00000261396 7 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229631242 229631312 ENST00000261396 8 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229625702 229625849 ENST00000261396 9 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229623213 229623360 ENST00000261396 10 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229622118 229622275 ENST00000261396 11 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229619801 229619892 ENST00000261396 12 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229613344 229613507 ENST00000261396 13 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229611385 229611479 ENST00000261396 14 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229606327 229606551 ENST00000261396 15 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229602381 229602503 ENST00000261396 16 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229601167 229601266 ENST00000261396 17 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229600371 229600622 ENST00000261396 18 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229599290 229599423 ENST00000261396 19 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229596358 229596516 ENST00000261396 20 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229593908 229594043 ENST00000261396 21 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229588272 229588390 ENST00000261396 22 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229586272 229586352 ENST00000261396 23 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229584873 229584937 ENST00000261396 24 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229580661 229580749 ENST00000261396 25 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229577654 229577787 ENST00000261396 26 NUP133 ENSG00000069248 Not Supported Not Supported +transcript 1 229577526 229586498 ENST00000490352 NA NUP133 ENSG00000069248 Not Supported Not Supported +transcript 1 229577643 229644103 ENST00000537506 NA NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229643995 229643996 ENST00000537506 1 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229643815 229643946 ENST00000537506 2 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229641787 229641905 ENST00000537506 3 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229637746 229637849 ENST00000537506 4 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229636503 229636610 ENST00000537506 5 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229635431 229635565 ENST00000537506 6 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229633883 229634053 ENST00000537506 7 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229631639 229631794 ENST00000537506 8 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229631242 229631312 ENST00000537506 9 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229625702 229625849 ENST00000537506 10 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229623213 229623360 ENST00000537506 11 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229622118 229622275 ENST00000537506 12 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229619801 229619892 ENST00000537506 13 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229613344 229613507 ENST00000537506 14 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229611385 229611479 ENST00000537506 15 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229606327 229606551 ENST00000537506 16 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229602381 229602503 ENST00000537506 17 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229601167 229601266 ENST00000537506 18 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229600371 229600622 ENST00000537506 19 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229599290 229599423 ENST00000537506 20 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229596358 229596516 ENST00000537506 21 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229593908 229594043 ENST00000537506 22 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229588272 229588390 ENST00000537506 23 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229586272 229586352 ENST00000537506 24 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229584873 229584937 ENST00000537506 25 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229580661 229580749 ENST00000537506 26 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229577654 229577787 ENST00000537506 27 NUP133 ENSG00000069248 Not Supported Not Supported +transcript 1 229584519 229586817 ENST00000485119 NA NUP133 ENSG00000069248 Not Supported Not Supported +transcript 1 229634914 229644073 ENST00000366678 NA NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229643815 229643996 ENST00000366678 1 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229641787 229641905 ENST00000366678 2 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229637746 229637849 ENST00000366678 3 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229636503 229636610 ENST00000366678 4 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229635431 229635565 ENST00000366678 5 NUP133 ENSG00000069248 Not Supported Not Supported +CDS 1 229634944 229634967 ENST00000366678 6 NUP133 ENSG00000069248 Not Supported Not Supported +transcript 1 229644248 229650019 ENST00000417605 NA RP4-613A2.1 ENSG00000223635 Not Supported Not Supported +transcript 1 229652329 229694442 ENST00000344517 NA ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229693883 229694399 ENST00000344517 1 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229684981 229685181 ENST00000344517 2 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229683246 229683448 ENST00000344517 3 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229677984 229678118 ENST00000344517 4 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229676353 229676499 ENST00000344517 5 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229675203 229675338 ENST00000344517 6 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229667383 229667478 ENST00000344517 7 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229665946 229666155 ENST00000344517 8 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229662976 229663055 ENST00000344517 9 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229661683 229661863 ENST00000344517 10 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229657339 229657382 ENST00000344517 11 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229654588 229654622 ENST00000344517 12 ABCB10 ENSG00000135776 Not Supported Not Supported +CDS 1 229653929 229654157 ENST00000344517 13 ABCB10 ENSG00000135776 Not Supported Not Supported +transcript 1 229653544 229654850 ENST00000498158 NA ABCB10 ENSG00000135776 Not Supported Not Supported +transcript 1 229661809 229667649 ENST00000486755 NA ABCB10 ENSG00000135776 Not Supported Not Supported +transcript 1 229670811 229670936 ENST00000362802 NA RNU4-21P ENSG00000199672 Not Supported Not Supported +transcript 1 229685652 229685769 ENST00000364622 NA RNA5SP78 ENSG00000201492 Not Supported Not Supported +transcript 1 229706279 229706543 ENST00000425149 NA HMGN2P19 ENSG00000229367 Not Supported Not Supported +transcript 1 229728858 229750229 ENST00000366676 NA TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229750088 229750229 ENST00000366676 1 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229745853 229745957 ENST00000366676 2 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229737942 229738666 ENST00000366676 3 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229730047 229730841 ENST00000366676 4 TAF5L ENSG00000135801 Not Supported Not Supported +transcript 1 229728868 229761794 ENST00000258281 NA TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229750088 229750229 ENST00000258281 2 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229745853 229745957 ENST00000258281 3 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229737942 229738666 ENST00000258281 4 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229730047 229730841 ENST00000258281 5 TAF5L ENSG00000135801 Not Supported Not Supported +transcript 1 229734941 229761717 ENST00000366675 NA TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229750088 229750229 ENST00000366675 2 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229745853 229745957 ENST00000366675 3 TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229737939 229738666 ENST00000366675 4 TAF5L ENSG00000135801 Not Supported Not Supported +transcript 1 229742581 229761785 ENST00000477957 NA TAF5L ENSG00000135801 Not Supported Not Supported +transcript 1 229749904 229761794 ENST00000366674 NA TAF5L ENSG00000135801 Not Supported Not Supported +CDS 1 229749978 229750229 ENST00000366674 2 TAF5L ENSG00000135801 Not Supported Not Supported +transcript 1 229761981 229795946 ENST00000258243 NA URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229763381 229763506 ENST00000258243 2 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229768016 229768192 ENST00000258243 3 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229770664 229773994 ENST00000258243 4 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229779280 229779440 ENST00000258243 5 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229781606 229781716 ENST00000258243 6 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229783257 229783499 ENST00000258243 7 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229786982 229787069 ENST00000258243 8 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229789996 229790135 ENST00000258243 9 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229794847 229795041 ENST00000258243 10 URB2 ENSG00000135763 Not Supported Not Supported +transcript 1 229786594 229794873 ENST00000434387 NA URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229786985 229787069 ENST00000434387 1 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229789996 229790135 ENST00000434387 2 URB2 ENSG00000135763 Not Supported Not Supported +CDS 1 229794847 229794873 ENST00000434387 3 URB2 ENSG00000135763 Not Supported Not Supported +transcript 1 229824746 229825651 ENST00000434580 NA RP11-108F13.2 ENSG00000213028 Not Supported Not Supported +transcript 1 229840981 229841608 ENST00000452520 NA HMGB1P26 ENSG00000225984 Not Supported Not Supported +transcript 1 230011297 230021499 ENST00000435973 NA RP11-286M16.1 ENSG00000227043 Not Supported Not Supported +transcript 1 230138477 230142909 ENST00000445339 NA RP11-552D4.1 ENSG00000228058 Not Supported Not Supported +transcript 1 230184929 230184997 ENST00000390191 NA BX323860.1 ENSG00000211525 Not Supported Not Supported +transcript 1 230193536 230415563 ENST00000543760 NA GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230193814 230193825 ENST00000543760 1 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230313964 230314057 ENST00000543760 2 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230338883 230339036 ENST00000543760 3 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230371760 230371858 ENST00000543760 4 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372099 230372166 ENST00000543760 5 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372406 230372471 ENST00000543760 6 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230379052 230379173 ENST00000543760 7 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230381809 230381896 ENST00000543760 8 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230384930 230385017 ENST00000543760 9 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230386203 230386306 ENST00000543760 10 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230390964 230391090 ENST00000543760 11 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230398319 230398411 ENST00000543760 12 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230398668 230398751 ENST00000543760 13 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230400987 230401113 ENST00000543760 14 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230410191 230410310 ENST00000543760 15 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230415049 230415201 ENST00000543760 16 GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230193737 230379173 ENST00000494106 NA GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230202956 230417870 ENST00000366672 NA GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230203028 230203153 ENST00000366672 1 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230313964 230314057 ENST00000366672 2 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230338883 230339036 ENST00000366672 3 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230371760 230371858 ENST00000366672 4 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372099 230372166 ENST00000366672 5 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372406 230372471 ENST00000366672 6 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230379052 230379173 ENST00000366672 7 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230381809 230381896 ENST00000366672 8 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230384930 230385017 ENST00000366672 9 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230386203 230386306 ENST00000366672 10 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230390964 230391090 ENST00000366672 11 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230398319 230398411 ENST00000366672 12 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230398668 230398751 ENST00000366672 13 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230400987 230401113 ENST00000366672 14 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230410191 230410310 ENST00000366672 15 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230415049 230415201 ENST00000366672 16 GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230203006 230227780 ENST00000488903 NA GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230203018 230410279 ENST00000541865 NA GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230338933 230339036 ENST00000541865 2 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230371760 230371858 ENST00000541865 3 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372099 230372166 ENST00000541865 4 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230372406 230372471 ENST00000541865 5 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230379052 230379173 ENST00000541865 6 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230381809 230381896 ENST00000541865 7 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230384930 230385017 ENST00000541865 8 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230390964 230391090 ENST00000541865 9 GALNT2 ENSG00000143641 Not Supported Not Supported +CDS 1 230398319 230398351 ENST00000541865 10 GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230391104 230417866 ENST00000485438 NA GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230397697 230400718 ENST00000492568 NA GALNT2 ENSG00000143641 Not Supported Not Supported +transcript 1 230394440 230404229 ENST00000440729 NA RP5-956O18.2 ENSG00000227006 Not Supported Not Supported +transcript 1 230416058 230417639 ENST00000414640 NA RP5-956O18.3 ENSG00000224407 Not Supported Not Supported +transcript 1 230451438 230451976 ENST00000366088 NA AL691479.1 ENSG00000203257 Not Supported Not Supported +transcript 1 230457392 230561475 ENST00000391860 NA PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230492640 230493053 ENST00000391860 2 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230486704 230486838 ENST00000391860 3 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230472854 230473034 ENST00000391860 4 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230468590 230468787 ENST00000391860 5 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230461056 230461161 ENST00000391860 6 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230459174 230459366 ENST00000391860 7 PGBD5 ENSG00000177614 Not Supported Not Supported +transcript 1 230457393 230513367 ENST00000321327 NA PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230513244 230513367 ENST00000321327 1 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230503699 230503890 ENST00000321327 2 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230498019 230498123 ENST00000321327 3 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230492640 230493067 ENST00000321327 4 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230486704 230486838 ENST00000321327 5 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230472854 230473034 ENST00000321327 6 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230468590 230468787 ENST00000321327 7 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230461056 230461161 ENST00000321327 8 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230459174 230459366 ENST00000321327 9 PGBD5 ENSG00000177614 Not Supported Not Supported +transcript 1 230458994 230513391 ENST00000525115 NA PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230513244 230513367 ENST00000525115 1 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230492640 230493067 ENST00000525115 2 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230486704 230486838 ENST00000525115 3 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230472854 230473034 ENST00000525115 4 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230468590 230468787 ENST00000525115 5 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230461056 230461161 ENST00000525115 6 PGBD5 ENSG00000177614 Not Supported Not Supported +CDS 1 230459174 230459366 ENST00000525115 7 PGBD5 ENSG00000177614 Not Supported Not Supported +transcript 1 230459288 230472041 ENST00000530424 NA PGBD5 ENSG00000177614 Not Supported Not Supported +transcript 1 230728406 230731329 ENST00000412647 NA RP11-543E8.1 ENSG00000232964 Not Supported Not Supported +transcript 1 230747755 230748158 ENST00000444423 NA RP11-543E8.2 ENSG00000235817 Not Supported Not Supported +transcript 1 230778235 230819174 ENST00000494371 NA COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778238 230829728 ENST00000366669 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230778353 230778424 ENST00000366669 1 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230795210 230795371 ENST00000366669 2 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230796504 230796569 ENST00000366669 3 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230798887 230798967 ENST00000366669 4 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230800230 230800333 ENST00000366669 5 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230804422 230804530 ENST00000366669 6 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230805102 230805281 ENST00000366669 7 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230807262 230807386 ENST00000366669 8 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230810744 230810870 ENST00000366669 9 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814659 230814798 ENST00000366669 10 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230819320 230819381 ENST00000366669 11 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230820831 230820982 ENST00000366669 12 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230822681 230822878 ENST00000366669 13 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230823817 230823889 ENST00000366669 14 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230824166 230824308 ENST00000366669 15 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230825760 230825899 ENST00000366669 16 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230827130 230827310 ENST00000366669 17 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230829038 230829136 ENST00000366669 18 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778251 230829371 ENST00000468893 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230778353 230778424 ENST00000468893 1 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230795210 230795371 ENST00000468893 2 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230796504 230796569 ENST00000468893 3 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230797071 230797142 ENST00000468893 4 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778251 230829371 ENST00000535166 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230798935 230798967 ENST00000535166 5 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230800230 230800333 ENST00000535166 6 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230804422 230804530 ENST00000535166 7 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230805102 230805281 ENST00000535166 8 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230807262 230807386 ENST00000535166 9 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230810744 230810870 ENST00000535166 10 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814659 230814798 ENST00000535166 11 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230819320 230819381 ENST00000535166 12 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230820831 230820982 ENST00000535166 13 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230822681 230822878 ENST00000535166 14 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230823817 230823889 ENST00000535166 15 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230824166 230824308 ENST00000535166 16 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230825760 230825899 ENST00000535166 17 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230827130 230827310 ENST00000535166 18 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230829038 230829136 ENST00000535166 19 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778267 230796619 ENST00000473671 NA COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778313 230829728 ENST00000366668 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230778353 230778424 ENST00000366668 1 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230795210 230795371 ENST00000366668 2 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230796504 230796569 ENST00000366668 3 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230798887 230798967 ENST00000366668 4 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230800230 230800333 ENST00000366668 5 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230804422 230804530 ENST00000366668 6 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230805102 230805281 ENST00000366668 7 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230807262 230807386 ENST00000366668 8 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230810744 230810870 ENST00000366668 9 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814659 230814798 ENST00000366668 10 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230819320 230819381 ENST00000366668 11 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230820831 230820982 ENST00000366668 12 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230822681 230822878 ENST00000366668 13 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230823817 230823889 ENST00000366668 14 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230824169 230824308 ENST00000366668 15 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230825760 230825899 ENST00000366668 16 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230827130 230827310 ENST00000366668 17 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230829038 230829136 ENST00000366668 18 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230778557 230829727 ENST00000534989 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230795315 230795371 ENST00000534989 2 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230796504 230796569 ENST00000534989 3 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230798887 230798967 ENST00000534989 4 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230800230 230800333 ENST00000534989 5 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230804422 230804530 ENST00000534989 6 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230805102 230805281 ENST00000534989 7 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230807262 230807386 ENST00000534989 8 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230810744 230810870 ENST00000534989 9 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814659 230814798 ENST00000534989 10 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230819320 230819381 ENST00000534989 11 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230820831 230820982 ENST00000534989 12 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230822681 230822878 ENST00000534989 13 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230823817 230823889 ENST00000534989 14 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230824166 230824308 ENST00000534989 15 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230825760 230825899 ENST00000534989 16 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230827130 230827310 ENST00000534989 17 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230829038 230829136 ENST00000534989 18 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230814376 230829200 ENST00000546013 NA COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814431 230814523 ENST00000546013 1 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230814659 230814798 ENST00000546013 2 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230819320 230819381 ENST00000546013 3 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230820831 230820982 ENST00000546013 4 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230822681 230822878 ENST00000546013 5 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230823817 230823889 ENST00000546013 6 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230824166 230824308 ENST00000546013 7 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230825760 230825899 ENST00000546013 8 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230827130 230827310 ENST00000546013 9 COG2 ENSG00000135775 Not Supported Not Supported +CDS 1 230829038 230829136 ENST00000546013 10 COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230820069 230824274 ENST00000482012 NA COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230823736 230826065 ENST00000490900 NA COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230825707 230827565 ENST00000478710 NA COG2 ENSG00000135775 Not Supported Not Supported +transcript 1 230838269 230850043 ENST00000366667 NA AGT ENSG00000135744 Not Supported Not Supported +CDS 1 230845741 230846596 ENST00000366667 2 AGT ENSG00000135744 Not Supported Not Supported +CDS 1 230841679 230841946 ENST00000366667 3 AGT ENSG00000135744 Not Supported Not Supported +CDS 1 230839939 230840083 ENST00000366667 4 AGT ENSG00000135744 Not Supported Not Supported +CDS 1 230838890 230839075 ENST00000366667 5 AGT ENSG00000135744 Not Supported Not Supported +transcript 1 230846444 230931238 ENST00000412344 NA RP11-99J16__A.2 ENSG00000244137 Not Supported Not Supported +transcript 1 230911827 230930899 ENST00000452640 NA RP11-99J16__A.2 ENSG00000244137 Not Supported Not Supported +transcript 1 230911847 230930883 ENST00000428480 NA RP11-99J16__A.2 ENSG00000244137 Not Supported Not Supported +transcript 1 230865626 230865915 ENST00000583007 NA RN7SL467P ENSG00000263779 Not Supported Not Supported +transcript 1 230883130 230937518 ENST00000271971 NA CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230883243 230883455 ENST00000271971 1 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230891083 230891152 ENST00000271971 2 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230895258 230895376 ENST00000271971 3 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230898399 230898532 ENST00000271971 4 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230903287 230903455 ENST00000271971 5 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230904926 230905009 ENST00000271971 6 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230907760 230907845 ENST00000271971 7 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230910300 230910377 ENST00000271971 8 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230914719 230914879 ENST00000271971 9 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230915925 230916082 ENST00000271971 10 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230916246 230916454 ENST00000271971 11 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230921727 230921763 ENST00000271971 12 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230923268 230923348 ENST00000271971 13 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230925878 230925935 ENST00000271971 14 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230927610 230927674 ENST00000271971 15 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928172 230928240 ENST00000271971 16 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928596 230928674 ENST00000271971 17 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230930909 230931025 ENST00000271971 18 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230933908 230933966 ENST00000271971 19 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230937316 230937339 ENST00000271971 20 CAPN9 ENSG00000135773 Not Supported Not Supported +transcript 1 230883161 230937749 ENST00000354537 NA CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230883243 230883455 ENST00000354537 1 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230891083 230891152 ENST00000354537 2 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230895258 230895376 ENST00000354537 3 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230898399 230898532 ENST00000354537 4 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230903287 230903455 ENST00000354537 5 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230904926 230905009 ENST00000354537 6 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230907760 230907845 ENST00000354537 7 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230914719 230914879 ENST00000354537 8 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230915925 230916082 ENST00000354537 9 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230916246 230916454 ENST00000354537 10 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230921727 230921763 ENST00000354537 11 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230923268 230923348 ENST00000354537 12 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230925878 230925935 ENST00000354537 13 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230927610 230927674 ENST00000354537 14 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928172 230928240 ENST00000354537 15 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928596 230928674 ENST00000354537 16 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230930909 230931025 ENST00000354537 17 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230933908 230933966 ENST00000354537 18 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230937316 230937339 ENST00000354537 19 CAPN9 ENSG00000135773 Not Supported Not Supported +transcript 1 230883179 230937517 ENST00000366666 NA CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230883243 230883455 ENST00000366666 1 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230898399 230898532 ENST00000366666 2 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230903287 230903455 ENST00000366666 3 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230904926 230905009 ENST00000366666 4 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230907760 230907845 ENST00000366666 5 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230910300 230910377 ENST00000366666 6 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230914719 230914879 ENST00000366666 7 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230915925 230916082 ENST00000366666 8 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230916246 230916454 ENST00000366666 9 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230921727 230921763 ENST00000366666 10 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230923268 230923348 ENST00000366666 11 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230925878 230925935 ENST00000366666 12 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230927610 230927674 ENST00000366666 13 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928172 230928240 ENST00000366666 14 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230928596 230928674 ENST00000366666 15 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230930909 230931025 ENST00000366666 16 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230933908 230933966 ENST00000366666 17 CAPN9 ENSG00000135773 Not Supported Not Supported +CDS 1 230937316 230937339 ENST00000366666 18 CAPN9 ENSG00000135773 Not Supported Not Supported +transcript 1 230927623 230937508 ENST00000480004 NA CAPN9 ENSG00000135773 Not Supported Not Supported +transcript 1 230955996 230956104 ENST00000365193 NA RNA5SP79 ENSG00000202063 Not Supported Not Supported +transcript 1 230959387 230960453 ENST00000436739 NA RP5-858B6.1 ENSG00000225656 Not Supported Not Supported +transcript 1 230972865 231004399 ENST00000366663 NA C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 231003926 231004258 ENST00000366663 1 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230991414 230991464 ENST00000366663 2 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230979100 230979642 ENST00000366663 3 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230975601 230975654 ENST00000366663 4 C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 230972865 231005335 ENST00000470540 NA C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 231003926 231004144 ENST00000470540 3 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230991414 230991464 ENST00000470540 4 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230979100 230979642 ENST00000470540 5 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230975601 230975654 ENST00000470540 6 C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 230972866 231005062 ENST00000427697 NA C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230979100 230979375 ENST00000427697 3 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230975601 230975654 ENST00000427697 4 C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 230975367 230991782 ENST00000523410 NA C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230979100 230979636 ENST00000523410 3 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230975601 230975654 ENST00000523410 4 C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 230979417 231004744 ENST00000522201 NA C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 231003926 231004129 ENST00000522201 2 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230991414 230991464 ENST00000522201 3 C1orf198 ENSG00000119280 Not Supported Not Supported +CDS 1 230979417 230979642 ENST00000522201 4 C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 230979583 230991880 ENST00000519360 NA C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 231004189 231005316 ENST00000521263 NA C1orf198 ENSG00000119280 Not Supported Not Supported +transcript 1 231010592 231014761 ENST00000439341 NA RP5-858B6.3 ENSG00000223393 Not Supported Not Supported +transcript 1 231029887 231030173 ENST00000463010 NA RN7SL837P ENSG00000240502 Not Supported Not Supported +transcript 1 231031178 231031250 ENST00000459395 NA snoU13 ENSG00000238985 Not Supported Not Supported +transcript 1 231041989 231114584 ENST00000366661 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000366661 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000366661 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000366661 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000366661 4 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231081135 231081200 ENST00000366661 5 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231079552 231079644 ENST00000366661 6 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231076186 231076302 ENST00000366661 7 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231075132 231075242 ENST00000366661 8 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231069525 231069607 ENST00000366661 9 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067482 231067623 ENST00000366661 10 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067044 231067218 ENST00000366661 11 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231064683 231064839 ENST00000366661 12 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231061263 231061393 ENST00000366661 13 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231060587 231060719 ENST00000366661 14 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231059587 231059679 ENST00000366661 15 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231057167 231057250 ENST00000366661 16 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231056256 231056340 ENST00000366661 17 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231051939 231052048 ENST00000366661 18 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231048369 231048504 ENST00000366661 19 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231047216 231047295 ENST00000366661 20 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044688 231044766 ENST00000366661 21 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044458 231044537 ENST00000366661 22 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231042654 231042765 ENST00000366661 23 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231041989 231114605 ENST00000366662 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000366662 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000366662 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000366662 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000366662 4 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231076186 231076302 ENST00000366662 5 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231075132 231075242 ENST00000366662 6 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231069525 231069607 ENST00000366662 7 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067482 231067623 ENST00000366662 8 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067044 231067218 ENST00000366662 9 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231064683 231064839 ENST00000366662 10 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231061263 231061393 ENST00000366662 11 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231060587 231060719 ENST00000366662 12 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231059587 231059679 ENST00000366662 13 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231057167 231057250 ENST00000366662 14 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231056256 231056340 ENST00000366662 15 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231051939 231052045 ENST00000366662 16 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231048369 231048504 ENST00000366662 17 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231047216 231047295 ENST00000366662 18 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044688 231044766 ENST00000366662 19 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044458 231044537 ENST00000366662 20 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231042654 231042765 ENST00000366662 21 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231041990 231114607 ENST00000414259 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000414259 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000414259 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000414259 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000414259 4 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231076186 231076302 ENST00000414259 5 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231075132 231075242 ENST00000414259 6 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231069525 231069607 ENST00000414259 7 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067482 231067623 ENST00000414259 8 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231067044 231067218 ENST00000414259 9 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231064683 231064839 ENST00000414259 10 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231061263 231061393 ENST00000414259 11 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231060587 231060719 ENST00000414259 12 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231059587 231059679 ENST00000414259 13 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231057167 231057250 ENST00000414259 14 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231056256 231056340 ENST00000414259 15 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231051939 231052048 ENST00000414259 16 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231048369 231048504 ENST00000414259 17 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231047216 231047295 ENST00000414259 18 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044688 231044766 ENST00000414259 19 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231044458 231044537 ENST00000414259 20 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231042654 231042765 ENST00000414259 21 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231047123 231057252 ENST00000471302 NA TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231056049 231060609 ENST00000486879 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231060587 231060609 ENST00000486879 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231059587 231059679 ENST00000486879 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231057167 231057250 ENST00000486879 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231056169 231056340 ENST00000486879 4 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231067164 231114621 ENST00000481976 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000481976 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000481976 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000481976 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000481976 4 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231076186 231076302 ENST00000481976 5 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231071904 231072010 ENST00000481976 6 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231069580 231069607 ENST00000481976 7 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231069529 231114542 ENST00000522821 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114542 ENST00000522821 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000522821 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000522821 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000522821 4 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231069529 231069607 ENST00000522821 5 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231069562 231072383 ENST00000519379 NA TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231075204 231114607 ENST00000522399 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000522399 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231090079 231090149 ENST00000522399 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231076186 231076302 ENST00000522399 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231075204 231075242 ENST00000522399 4 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231076255 231114581 ENST00000466507 NA TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231114306 231114576 ENST00000466507 1 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231096955 231097049 ENST00000466507 2 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231093970 231094045 ENST00000466507 3 TTC13 ENSG00000143643 Not Supported Not Supported +CDS 1 231092299 231092306 ENST00000466507 4 TTC13 ENSG00000143643 Not Supported Not Supported +transcript 1 231114727 231132900 ENST00000497753 NA ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231114795 231136341 ENST00000310256 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231114852 231115025 ENST00000310256 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231124066 231124185 ENST00000310256 2 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231125856 231126009 ENST00000310256 3 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000310256 4 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133006 ENST00000310256 5 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231114840 231136341 ENST00000366658 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231114852 231115025 ENST00000366658 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231125856 231126009 ENST00000366658 2 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000366658 3 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133006 ENST00000366658 4 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231114857 231135613 ENST00000480519 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231114901 231115002 ENST00000480519 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231124066 231124185 ENST00000480519 2 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231125856 231126009 ENST00000480519 3 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000480519 4 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133006 ENST00000480519 5 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231114862 231135549 ENST00000450711 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231114862 231115025 ENST00000450711 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231124066 231124185 ENST00000450711 2 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231125856 231126009 ENST00000450711 3 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000450711 4 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133009 ENST00000450711 5 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231114892 231133013 ENST00000435927 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231114892 231115025 ENST00000435927 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231124066 231124185 ENST00000435927 2 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231125856 231126009 ENST00000435927 3 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231126346 231126444 ENST00000435927 4 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000435927 5 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133009 ENST00000435927 6 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231131506 231136341 ENST00000459891 NA ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231131506 231131730 ENST00000459891 1 ARV1 ENSG00000173409 Not Supported Not Supported +CDS 1 231132867 231133009 ENST00000459891 2 ARV1 ENSG00000173409 Not Supported Not Supported +transcript 1 231124735 231124869 ENST00000516322 NA AL844165.1 ENSG00000252131 Not Supported Not Supported +transcript 1 231154704 231175992 ENST00000366654 NA FAM89A ENSG00000182118 Not Supported Not Supported +CDS 1 231175667 231175957 ENST00000366654 1 FAM89A ENSG00000182118 Not Supported Not Supported +CDS 1 231155612 231155872 ENST00000366654 2 FAM89A ENSG00000182118 Not Supported Not Supported +transcript 1 231154922 231162695 ENST00000494111 NA FAM89A ENSG00000182118 Not Supported Not Supported +transcript 1 231155164 231164478 ENST00000466258 NA FAM89A ENSG00000182118 Not Supported Not Supported +transcript 1 231155574 231155670 ENST00000408363 NA MIR1182 ENSG00000221290 Not Supported Not Supported +transcript 1 231157357 231157929 ENST00000413346 NA RP11-423F24.3 ENSG00000227934 Not Supported Not Supported +transcript 1 231253577 231254071 ENST00000435008 NA RP5-1097F14.1 ENSG00000229595 Not Supported Not Supported +transcript 1 231297858 231357302 ENST00000444294 NA TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231298716 231299759 ENST00000444294 1 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231333117 231333212 ENST00000444294 2 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231334793 231334915 ENST00000444294 3 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231335894 231336004 ENST00000444294 4 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231337104 231337257 ENST00000444294 5 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231339613 231339758 ENST00000444294 6 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231342398 231342536 ENST00000444294 7 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231344693 231344996 ENST00000444294 8 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231349561 231349723 ENST00000444294 9 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231351121 231351183 ENST00000444294 10 TRIM67 ENSG00000119283 Not Supported Not Supported +transcript 1 231298674 231355698 ENST00000366652 NA TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231298716 231299759 ENST00000366652 1 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231333117 231333212 ENST00000366652 2 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231334793 231334915 ENST00000366652 3 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231335894 231336004 ENST00000366652 4 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231337104 231337263 ENST00000366652 5 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231339613 231339758 ENST00000366652 6 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231342398 231342536 ENST00000366652 7 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231344693 231344996 ENST00000366652 8 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231349561 231349675 ENST00000366652 9 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231353591 231353594 ENST00000366652 10 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231355670 231355695 ENST00000366652 11 TRIM67 ENSG00000119283 Not Supported Not Supported +transcript 1 231298716 231351186 ENST00000449018 NA TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231298716 231298836 ENST00000449018 1 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231298957 231299465 ENST00000449018 2 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231299532 231299759 ENST00000449018 3 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231333117 231333212 ENST00000449018 4 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231334793 231334915 ENST00000449018 5 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231335894 231336004 ENST00000449018 6 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231337104 231337263 ENST00000449018 7 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231339613 231339758 ENST00000449018 8 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231342398 231342536 ENST00000449018 9 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231344693 231344996 ENST00000449018 10 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231349561 231349723 ENST00000449018 11 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231351121 231351183 ENST00000449018 12 TRIM67 ENSG00000119283 Not Supported Not Supported +transcript 1 231298716 231352770 ENST00000366653 NA TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231298716 231299759 ENST00000366653 1 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231333117 231333212 ENST00000366653 2 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231334793 231334915 ENST00000366653 3 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231335894 231336004 ENST00000366653 4 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231337104 231337263 ENST00000366653 5 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231339613 231339758 ENST00000366653 6 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231342398 231342536 ENST00000366653 7 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231344693 231344996 ENST00000366653 8 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231349561 231349723 ENST00000366653 9 TRIM67 ENSG00000119283 Not Supported Not Supported +CDS 1 231351121 231351183 ENST00000366653 10 TRIM67 ENSG00000119283 Not Supported Not Supported +transcript 1 231319844 231323373 ENST00000425559 NA RP5-1097F14.3 ENSG00000235710 Not Supported Not Supported +transcript 1 231319851 231322143 ENST00000541173 NA RP5-1097F14.3 ENSG00000235710 Not Supported Not Supported +transcript 1 231359509 231376913 ENST00000366649 NA C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231376770 231376887 ENST00000366649 1 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231374603 231374934 ENST00000366649 2 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231364896 231364955 ENST00000366649 3 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362719 231362814 ENST00000366649 4 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362485 231362571 ENST00000366649 5 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231361217 231361269 ENST00000366649 6 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231360028 231360160 ENST00000366649 7 C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231359509 231376916 ENST00000318906 NA C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231376770 231376887 ENST00000318906 1 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231374603 231374934 ENST00000318906 2 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231364896 231364955 ENST00000318906 3 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362719 231362814 ENST00000318906 4 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362485 231362571 ENST00000318906 5 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231361216 231361269 ENST00000318906 6 C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231359509 231376924 ENST00000366651 NA C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231376770 231376887 ENST00000366651 1 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231374603 231374934 ENST00000366651 2 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231364896 231364952 ENST00000366651 3 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362719 231362814 ENST00000366651 4 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362485 231362571 ENST00000366651 5 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231361217 231361269 ENST00000366651 6 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231360028 231360160 ENST00000366651 7 C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231360001 231376836 ENST00000451322 NA C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231376770 231376836 ENST00000451322 1 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231374603 231374934 ENST00000451322 2 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362719 231362814 ENST00000451322 3 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231362485 231362571 ENST00000451322 4 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231361217 231361269 ENST00000451322 5 C1orf131 ENSG00000143633 Not Supported Not Supported +CDS 1 231360025 231360160 ENST00000451322 6 C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231360061 231361668 ENST00000462669 NA C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231361249 231374639 ENST00000486384 NA C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231362132 231364955 ENST00000495795 NA C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231372442 231376933 ENST00000471936 NA C1orf131 ENSG00000143633 Not Supported Not Supported +transcript 1 231376953 231401837 ENST00000436239 NA GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231377125 231377202 ENST00000436239 1 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231396253 231396429 ENST00000436239 2 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231398469 231398598 ENST00000436239 3 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401039 231401166 ENST00000436239 4 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401458 231401533 ENST00000436239 5 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401760 231401837 ENST00000436239 6 GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231376956 231413719 ENST00000366647 NA GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231377125 231377202 ENST00000366647 1 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231386707 231386889 ENST00000366647 2 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231396253 231396429 ENST00000366647 3 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231398469 231398598 ENST00000366647 4 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401039 231401166 ENST00000366647 5 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401458 231401533 ENST00000366647 6 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401760 231401911 ENST00000366647 7 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231402023 231402153 ENST00000366647 8 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231403426 231403649 ENST00000366647 9 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231406504 231406746 ENST00000366647 10 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231408058 231408137 ENST00000366647 11 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231409668 231409808 ENST00000366647 12 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231410967 231411066 ENST00000366647 13 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231411151 231411244 ENST00000366647 14 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231411881 231411942 ENST00000366647 15 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231413245 231413285 ENST00000366647 16 GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231376958 231413337 ENST00000366646 NA GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231377125 231377202 ENST00000366646 1 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231396253 231396429 ENST00000366646 2 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231398469 231398598 ENST00000366646 3 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401039 231401166 ENST00000366646 4 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401458 231401533 ENST00000366646 5 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401760 231401911 ENST00000366646 6 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231402023 231402153 ENST00000366646 7 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231403426 231403649 ENST00000366646 8 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231406504 231406746 ENST00000366646 9 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231408058 231408137 ENST00000366646 10 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231409668 231409808 ENST00000366646 11 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231410967 231411066 ENST00000366646 12 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231411151 231411244 ENST00000366646 13 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231411881 231411942 ENST00000366646 14 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231413245 231413285 ENST00000366646 15 GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231376962 231411014 ENST00000416000 NA GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231377125 231377202 ENST00000416000 1 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231386707 231386889 ENST00000416000 2 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231396253 231396399 ENST00000416000 3 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231398469 231398598 ENST00000416000 4 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401039 231401166 ENST00000416000 5 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401458 231401533 ENST00000416000 6 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231401760 231401911 ENST00000416000 7 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231402023 231402153 ENST00000416000 8 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231403426 231403649 ENST00000416000 9 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231406504 231406746 ENST00000416000 10 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231408058 231408137 ENST00000416000 11 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231409668 231409808 ENST00000416000 12 GNPAT ENSG00000116906 Not Supported Not Supported +CDS 1 231410967 231411014 ENST00000416000 13 GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231401880 231405802 ENST00000492459 NA GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231410642 231413276 ENST00000469332 NA GNPAT ENSG00000116906 Not Supported Not Supported +transcript 1 231417160 231417270 ENST00000410475 NA RNA5SP80 ENSG00000222407 Not Supported Not Supported +transcript 1 231468480 231473578 ENST00000360394 NA EXOC8 ENSG00000116903 Not Supported Not Supported +CDS 1 231471317 231473491 ENST00000360394 1 EXOC8 ENSG00000116903 Not Supported Not Supported +transcript 1 231468499 231473598 ENST00000366645 NA EXOC8 ENSG00000116903 Not Supported Not Supported +CDS 1 231471317 231473479 ENST00000366645 1 EXOC8 ENSG00000116903 Not Supported Not Supported +transcript 1 231472850 231488878 ENST00000391858 NA SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231474130 231474350 ENST00000391858 1 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231475515 231475614 ENST00000391858 2 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231483543 231483671 ENST00000391858 3 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231487050 231487349 ENST00000391858 4 SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231473794 231490769 ENST00000295050 NA SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231474130 231474350 ENST00000295050 1 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231475515 231475614 ENST00000295050 2 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231483543 231483671 ENST00000295050 3 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231487050 231487317 ENST00000295050 4 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231488356 231489104 ENST00000295050 5 SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231474002 231488267 ENST00000008440 NA SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231474130 231474350 ENST00000008440 1 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231475515 231475614 ENST00000008440 2 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231487050 231487349 ENST00000008440 3 SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231474041 231475807 ENST00000492437 NA SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231475173 231488510 ENST00000366644 NA SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231480452 231480460 ENST00000366644 3 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231483543 231483671 ENST00000366644 4 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231487050 231487317 ENST00000366644 5 SPRTN ENSG00000010072 Not Supported Not Supported +CDS 1 231488356 231488510 ENST00000366644 6 SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231483423 231488500 ENST00000469904 NA SPRTN ENSG00000010072 Not Supported Not Supported +transcript 1 231499497 231560790 ENST00000366641 NA EGLN1 ENSG00000135766 Not Supported Not Supported +CDS 1 231556744 231557634 ENST00000366641 1 EGLN1 ENSG00000135766 Not Supported Not Supported +CDS 1 231509726 231509845 ENST00000366641 2 EGLN1 ENSG00000135766 Not Supported Not Supported +CDS 1 231506308 231506444 ENST00000366641 3 EGLN1 ENSG00000135766 Not Supported Not Supported +CDS 1 231503315 231503382 ENST00000366641 4 EGLN1 ENSG00000135766 Not Supported Not Supported +CDS 1 231502160 231502221 ENST00000366641 5 EGLN1 ENSG00000135766 Not Supported Not Supported +transcript 1 231501886 231556089 ENST00000476717 NA EGLN1 ENSG00000135766 Not Supported Not Supported +transcript 1 231611702 231612034 ENST00000473818 NA SNRPD2P2 ENSG00000223982 Not Supported Not Supported +transcript 1 231658134 231664302 ENST00000416221 NA RP11-295G20.2 ENSG00000233461 Not Supported Not Supported +transcript 1 231658207 231664001 ENST00000440665 NA RP11-295G20.2 ENSG00000233461 Not Supported Not Supported +transcript 1 231658207 231664042 ENST00000450783 NA RP11-295G20.2 ENSG00000233461 Not Supported Not Supported +transcript 1 231658263 231664302 ENST00000454631 NA RP11-295G20.2 ENSG00000233461 Not Supported Not Supported +transcript 1 231662852 231664247 ENST00000425412 NA RP11-295G20.2 ENSG00000233461 Not Supported Not Supported +transcript 1 231664399 231954990 ENST00000602634 NA TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000602634 1 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000602634 2 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000602634 3 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231678227 231678357 ENST00000602634 4 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231752390 231752436 ENST00000602634 5 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +transcript 1 231664399 231954990 ENST00000602956 NA TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000602956 1 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000602956 2 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000602956 3 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231678227 231678357 ENST00000602956 4 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231696874 231697001 ENST00000602956 5 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231829572 231829640 ENST00000602956 6 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +transcript 1 231664399 231954990 ENST00000602962 NA TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000602962 1 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000602962 2 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000602962 3 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231678227 231678357 ENST00000602962 4 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231696874 231697001 ENST00000602962 5 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231752390 231752452 ENST00000602962 6 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +transcript 1 231664399 231954990 ENST00000602885 NA TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000602885 1 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231665001 231665104 ENST00000602885 2 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231696874 231696875 ENST00000602885 3 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +transcript 1 231664399 231954990 ENST00000602567 NA TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000602567 1 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000602567 2 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000602567 3 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231678227 231678357 ENST00000602567 4 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231696874 231697001 ENST00000602567 5 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +CDS 1 231752390 231752452 ENST00000602567 6 TSNAX-DISC1 ENSG00000270106 Not Supported Not Supported +transcript 1 231664399 231702270 ENST00000366639 NA TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000366639 1 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000366639 2 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000366639 3 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231678227 231678357 ENST00000366639 4 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231696874 231697001 ENST00000366639 5 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231700274 231700648 ENST00000366639 6 TSNAX ENSG00000116918 Not Supported Not Supported +transcript 1 231664401 231696975 ENST00000413309 NA TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231664557 231664572 ENST00000413309 1 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231665001 231665105 ENST00000413309 2 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231672959 231673073 ENST00000413309 3 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231678206 231678357 ENST00000413309 4 TSNAX ENSG00000116918 Not Supported Not Supported +CDS 1 231696874 231696975 ENST00000413309 5 TSNAX ENSG00000116918 Not Supported Not Supported +transcript 1 231664413 231690440 ENST00000602825 NA TSNAX ENSG00000116918 Not Supported Not Supported +transcript 1 231665009 231678595 ENST00000476913 NA TSNAX ENSG00000116918 Not Supported Not Supported +transcript 1 231669866 231702270 ENST00000475168 NA TSNAX ENSG00000116918 Not Supported Not Supported +transcript 1 231727038 231747836 ENST00000448058 NA LINC00582 ENSG00000229228 Not Supported Not Supported +transcript 1 231762561 231859820 ENST00000317586 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000317586 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000317586 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231858285 231858344 ENST00000317586 3 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000602873 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000602873 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000602873 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000602873 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000602873 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954093 ENST00000602873 5 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000602700 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000602700 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000602700 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885692 ENST00000602700 3 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000602822 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000602822 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000602822 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885692 ENST00000602822 3 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000535944 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000535944 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000535944 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000535944 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000535944 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000535944 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000535944 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231910385 231910563 ENST00000535944 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931001 ENST00000535944 8 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000539444 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000539444 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000539444 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000539444 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000539444 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000539444 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000539444 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000539444 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954122 ENST00000539444 8 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000295051 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000295051 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000295051 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000295051 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000295051 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000295051 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000295051 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935860 ENST00000295051 7 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231954990 ENST00000602281 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000602281 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000602281 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000602281 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000602281 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000602281 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000602281 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000602281 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935956 ENST00000602281 8 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954268 ENST00000602281 9 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231991126 ENST00000366633 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000366633 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000366633 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000366633 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000366633 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000366633 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000366633 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000366633 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935956 ENST00000366633 8 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954263 ENST00000366633 9 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231990485 231990768 ENST00000366633 10 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231991126 ENST00000366632 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000366632 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000366632 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000366632 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231902914 ENST00000366632 4 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 231991126 ENST00000602713 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000602713 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000602713 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885692 ENST00000602713 3 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 232002458 ENST00000366636 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000366636 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000366636 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000366636 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000366636 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000366636 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000366636 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000366636 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935956 ENST00000366636 8 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954263 ENST00000366636 9 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232002269 232002321 ENST00000366636 10 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 232176873 ENST00000366637 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232094597 232094634 ENST00000366637 10 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232144531 232144729 ENST00000366637 11 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232162181 232162300 ENST00000366637 12 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232172440 232172574 ENST00000366637 13 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 232177018 ENST00000439617 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000439617 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000439617 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000439617 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000439617 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000439617 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000439617 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000439617 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935956 ENST00000439617 8 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954263 ENST00000439617 9 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232094574 232094634 ENST00000439617 10 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232144531 232144795 ENST00000439617 11 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232162181 232162300 ENST00000439617 12 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232172440 232172574 ENST00000439617 13 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 232145398 ENST00000535983 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000535983 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000535983 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000535983 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000535983 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000535983 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000535983 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231930988 231931042 ENST00000535983 7 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231935854 231935956 ENST00000535983 8 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231954075 231954263 ENST00000535983 9 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232144531 232144634 ENST00000535983 10 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762561 232145398 ENST00000537876 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000537876 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829572 231830551 ENST00000537876 2 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231837701 231837770 ENST00000537876 3 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231885672 231885822 ENST00000537876 4 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231902886 231903015 ENST00000537876 5 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231906581 231906816 ENST00000537876 6 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 232094574 232094616 ENST00000537876 7 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231762583 232145400 ENST00000422590 NA DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231762614 231762680 ENST00000422590 1 DISC1 ENSG00000162946 Not Supported Not Supported +CDS 1 231829576 231829640 ENST00000422590 2 DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231765136 231838407 ENST00000468399 NA DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231820498 231829681 ENST00000602600 NA DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231954651 232144768 ENST00000427560 NA DISC1 ENSG00000162946 Not Supported Not Supported +transcript 1 231806381 231806496 ENST00000411054 NA RNU5A-5P ENSG00000222986 Not Supported Not Supported +transcript 1 232061580 232080979 ENST00000456782 NA DISC1-IT1 ENSG00000226758 Not Supported Not Supported +transcript 1 232295837 232321389 ENST00000428673 NA RP5-865N13.2 ENSG00000235152 Not Supported Not Supported +transcript 1 232310678 232315859 ENST00000441459 NA RP5-865N13.1 ENSG00000236372 Not Supported Not Supported +transcript 1 232357684 232357920 ENST00000412876 NA RP11-284L19.1 ENSG00000224436 Not Supported Not Supported +transcript 1 232358612 232358891 ENST00000464573 NA RN7SL299P ENSG00000242794 Not Supported Not Supported +transcript 1 232533711 232697304 ENST00000366630 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232649603 232651085 ENST00000366630 2 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232629273 232629406 ENST00000366630 3 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232626620 232626808 ENST00000366630 4 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232619538 232619712 ENST00000366630 5 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232615373 232615476 ENST00000366630 6 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232607117 232607274 ENST00000366630 7 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232600586 232601162 ENST00000366630 8 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232596633 232596907 ENST00000366630 9 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232581275 232581532 ENST00000366630 10 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232579348 232579431 ENST00000366630 11 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577514 232577614 ENST00000366630 12 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577037 232577140 ENST00000366630 13 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232574854 232575242 ENST00000366630 14 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232567993 232568217 ENST00000366630 15 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232564157 232564310 ENST00000366630 16 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232561335 232561554 ENST00000366630 17 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232551240 232551371 ENST00000366630 18 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232539871 232539924 ENST00000366630 19 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232539194 232539317 ENST00000366630 20 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232538138 232538219 ENST00000366630 21 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232534876 232535019 ENST00000366630 22 SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232533714 232651312 ENST00000262861 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232649603 232651085 ENST00000262861 1 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232629273 232629406 ENST00000262861 2 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232626620 232626808 ENST00000262861 3 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232619538 232619712 ENST00000262861 4 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232615373 232615476 ENST00000262861 5 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232607117 232607274 ENST00000262861 6 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232600586 232601162 ENST00000262861 7 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232596633 232596907 ENST00000262861 8 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232581275 232581532 ENST00000262861 9 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232579348 232579431 ENST00000262861 10 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577514 232577614 ENST00000262861 11 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577037 232577140 ENST00000262861 12 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232574854 232575242 ENST00000262861 13 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232567993 232568217 ENST00000262861 14 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232564157 232564310 ENST00000262861 15 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232561335 232561554 ENST00000262861 16 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232551240 232551371 ENST00000262861 17 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232539871 232539924 ENST00000262861 18 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232539194 232539317 ENST00000262861 19 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232538138 232538219 ENST00000262861 20 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232534876 232535019 ENST00000262861 21 SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232534456 232598163 ENST00000308942 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232597939 232597980 ENST00000308942 1 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232596633 232596907 ENST00000308942 2 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232581275 232581532 ENST00000308942 3 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232579348 232579431 ENST00000308942 4 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577514 232577614 ENST00000308942 5 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232577037 232577140 ENST00000308942 6 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232574854 232575242 ENST00000308942 7 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232567993 232568217 ENST00000308942 8 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232564157 232564310 ENST00000308942 9 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232561335 232561554 ENST00000308942 10 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232551240 232551371 ENST00000308942 11 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232539194 232539317 ENST00000308942 12 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232538138 232538219 ENST00000308942 13 SIPA1L2 ENSG00000116991 Not Supported Not Supported +CDS 1 232534876 232535019 ENST00000308942 14 SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232534888 232538512 ENST00000494056 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232539279 232551616 ENST00000495863 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232626432 232629406 ENST00000486472 NA SIPA1L2 ENSG00000116991 Not Supported Not Supported +transcript 1 232835950 232836054 ENST00000459179 NA RNU6-1211P ENSG00000238382 Not Supported Not Supported +transcript 1 232853817 232857996 ENST00000430921 NA RP11-66A2.1 ENSG00000225919 Not Supported Not Supported +transcript 1 232863000 232878461 ENST00000457698 NA RP11-66A2.2 ENSG00000236497 Not Supported Not Supported +transcript 1 232940643 232946092 ENST00000418460 NA MAP10 ENSG00000212916 Not Supported Not Supported +CDS 1 232940770 232943910 ENST00000418460 1 MAP10 ENSG00000212916 Not Supported Not Supported +transcript 1 232967763 232967933 ENST00000384108 NA RNU1-74P ENSG00000206835 Not Supported Not Supported +transcript 1 233052981 233053764 ENST00000435206 NA RP4-659I19.1 ENSG00000232175 Not Supported Not Supported +transcript 1 233086351 233114228 ENST00000494689 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233086360 233114497 ENST00000490807 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233086370 233119628 ENST00000366628 NA NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233086457 233086490 ENST00000366628 1 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233091303 233091465 ENST00000366628 2 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233092093 233092189 ENST00000366628 3 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233105655 233105864 ENST00000366628 4 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233113909 233113974 ENST00000366628 5 NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233086379 233114468 ENST00000496662 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233086386 233113274 ENST00000366627 NA NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233086457 233086490 ENST00000366627 1 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233091303 233091465 ENST00000366627 2 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233092093 233092189 ENST00000366627 3 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233105655 233105864 ENST00000366627 4 NTPCR ENSG00000135778 Not Supported Not Supported +CDS 1 233112088 233112267 ENST00000366627 5 NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233086588 233105864 ENST00000479125 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233091404 233112205 ENST00000487953 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233097649 233114397 ENST00000490098 NA NTPCR ENSG00000135778 Not Supported Not Supported +transcript 1 233119181 233431459 ENST00000258229 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233431072 233431224 ENST00000258229 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233398704 233398909 ENST00000258229 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233397791 233397911 ENST00000258229 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233397031 233397067 ENST00000258229 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233393774 233395090 ENST00000258229 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233388387 233388534 ENST00000258229 6 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233388100 233388245 ENST00000258229 7 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233386485 233386578 ENST00000258229 8 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233372591 233372726 ENST00000258229 9 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233362972 233363117 ENST00000258229 10 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353777 233353930 ENST00000258229 11 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353645 233353677 ENST00000258229 12 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233344264 233344435 ENST00000258229 13 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233335900 233336010 ENST00000258229 14 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233334685 233334776 ENST00000258229 15 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233314812 233314921 ENST00000258229 16 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233313548 233313644 ENST00000258229 17 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233297017 233297109 ENST00000258229 18 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233296029 233296179 ENST00000258229 19 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275460 233275601 ENST00000258229 20 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233270759 233270936 ENST00000258229 21 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233231501 233231609 ENST00000258229 22 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233225807 233225936 ENST00000258229 23 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233192978 233193036 ENST00000258229 24 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233190014 233190229 ENST00000258229 25 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233160892 233161145 ENST00000258229 26 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233152667 233152900 ENST00000258229 27 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233150411 233150523 ENST00000258229 28 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233137283 233137427 ENST00000258229 29 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233136051 233136281 ENST00000258229 30 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233134851 233135125 ENST00000258229 31 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233133997 233134184 ENST00000258229 32 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233121838 233122286 ENST00000258229 33 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233120053 233120223 ENST00000258229 34 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233119881 233121630 ENST00000496675 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233119882 233194264 ENST00000344698 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233192978 233193068 ENST00000344698 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233190014 233190229 ENST00000344698 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233160892 233161145 ENST00000344698 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233152667 233152900 ENST00000344698 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233150411 233150523 ENST00000344698 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233137283 233137427 ENST00000344698 6 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233136051 233136281 ENST00000344698 7 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233134851 233135125 ENST00000344698 8 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233133997 233134184 ENST00000344698 9 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233121703 233122286 ENST00000344698 10 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233119882 233335937 ENST00000462233 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233335900 233335937 ENST00000462233 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233334685 233334776 ENST00000462233 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233314812 233314921 ENST00000462233 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233313548 233313644 ENST00000462233 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233297017 233297109 ENST00000462233 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233296029 233296179 ENST00000462233 6 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275460 233275601 ENST00000462233 7 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233270759 233270936 ENST00000462233 8 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233231501 233231609 ENST00000462233 9 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233225807 233225936 ENST00000462233 10 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233192978 233193036 ENST00000462233 11 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233190014 233190229 ENST00000462233 12 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233152845 233152900 ENST00000462233 13 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233119883 233121298 ENST00000462762 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233134069 233135373 ENST00000497623 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233152819 233161378 ENST00000522067 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233161009 233190435 ENST00000429988 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233201207 233393898 ENST00000475463 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233393774 233393898 ENST00000475463 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233388387 233388534 ENST00000475463 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233388100 233388245 ENST00000475463 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233386485 233386578 ENST00000475463 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233372591 233372726 ENST00000475463 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353925 233353930 ENST00000475463 6 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233225597 233270934 ENST00000484041 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233225908 233275582 ENST00000490102 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275460 233275582 ENST00000490102 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233270759 233270936 ENST00000490102 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233248686 233248712 ENST00000490102 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233231152 233296053 ENST00000484347 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233296029 233296053 ENST00000484347 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275460 233275601 ENST00000484347 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233270759 233270936 ENST00000484347 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233231418 233231609 ENST00000484347 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233231403 233313581 ENST00000486012 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233313548 233313581 ENST00000486012 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233297017 233297109 ENST00000486012 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275587 233275601 ENST00000486012 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233261650 233296171 ENST00000520463 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233270530 233353833 ENST00000488780 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353777 233353833 ENST00000488780 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353645 233353677 ENST00000488780 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233344264 233344435 ENST00000488780 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233335900 233336010 ENST00000488780 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233334685 233334776 ENST00000488780 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233314812 233314921 ENST00000488780 6 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233313548 233313644 ENST00000488780 7 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233297017 233297109 ENST00000488780 8 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233296029 233296179 ENST00000488780 9 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233275460 233275601 ENST00000488780 10 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233270723 233270936 ENST00000488780 11 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233275555 233316742 ENST00000467336 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233275572 233316848 ENST00000496510 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233295993 233314920 ENST00000498302 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233334713 233363015 ENST00000518351 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233362972 233363015 ENST00000518351 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353777 233353930 ENST00000518351 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233344264 233344435 ENST00000518351 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233335900 233336010 ENST00000518351 4 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233334713 233334776 ENST00000518351 5 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233334766 233353835 ENST00000517808 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353777 233353835 ENST00000517808 1 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353645 233353677 ENST00000517808 2 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233344312 233344356 ENST00000517808 3 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233337238 233388433 ENST00000324142 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233337896 233431459 ENST00000430153 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233388100 233388124 ENST00000430153 7 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233386485 233386578 ENST00000430153 8 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233372591 233372726 ENST00000430153 9 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233362972 233363117 ENST00000430153 10 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353777 233353930 ENST00000430153 11 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233353645 233353677 ENST00000430153 12 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233344264 233344435 ENST00000430153 13 PCNXL2 ENSG00000135749 Not Supported Not Supported +CDS 1 233337899 233337996 ENST00000430153 14 PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233344405 233363093 ENST00000519530 NA PCNXL2 ENSG00000135749 Not Supported Not Supported +transcript 1 233424614 233425193 ENST00000443360 NA RPS7P3 ENSG00000231940 Not Supported Not Supported +transcript 1 233431071 233431473 ENST00000506013 NA RP5-862P8.3 ENSG00000251508 Not Supported Not Supported +transcript 1 233463514 233509880 ENST00000366623 NA MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233463775 233464579 ENST00000366623 1 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233482188 233482368 ENST00000366623 2 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233489553 233489701 ENST00000366623 3 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233490582 233490757 ENST00000366623 4 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233497799 233498039 ENST00000366623 5 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233507784 233507941 ENST00000366623 6 MLK4 ENSG00000143674 Not Supported Not Supported +transcript 1 233463514 233520894 ENST00000366624 NA MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233463775 233464579 ENST00000366624 1 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233482188 233482368 ENST00000366624 2 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233489553 233489701 ENST00000366624 3 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233490582 233490757 ENST00000366624 4 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233497799 233498039 ENST00000366624 5 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233507784 233507906 ENST00000366624 6 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233511662 233511812 ENST00000366624 7 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233512176 233512273 ENST00000366624 8 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233514677 233515456 ENST00000366624 9 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233518051 233518454 ENST00000366624 10 MLK4 ENSG00000143674 Not Supported Not Supported +transcript 1 233511529 233520893 ENST00000366622 NA MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233511649 233511812 ENST00000366622 1 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233512176 233512273 ENST00000366622 2 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233514677 233515456 ENST00000366622 3 MLK4 ENSG00000143674 Not Supported Not Supported +CDS 1 233518051 233518454 ENST00000366622 4 MLK4 ENSG00000143674 Not Supported Not Supported +transcript 1 233584372 233584527 ENST00000516692 NA RNU4-77P ENSG00000252501 Not Supported Not Supported +transcript 1 233749750 233808258 ENST00000366621 NA KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233749918 233750272 ENST00000366621 1 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233802341 233802736 ENST00000366621 2 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233807017 233807273 ENST00000366621 3 KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233765304 233807445 ENST00000472190 NA KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233765353 233807984 ENST00000366620 NA KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233767027 233767033 ENST00000366620 3 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233802341 233802736 ENST00000366620 4 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233807017 233807273 ENST00000366620 5 KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233772270 233802736 ENST00000487728 NA KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233785687 233807237 ENST00000446915 NA KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233785687 233785795 ENST00000446915 1 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233802341 233802736 ENST00000446915 2 KCNK1 ENSG00000135750 Not Supported Not Supported +CDS 1 233807017 233807237 ENST00000446915 3 KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233791441 233802432 ENST00000472869 NA KCNK1 ENSG00000135750 Not Supported Not Supported +transcript 1 233759898 233759965 ENST00000585213 NA MIR4427 ENSG00000265744 Not Supported Not Supported +transcript 1 233971826 233972178 ENST00000453379 NA RP11-301G21.1 ENSG00000225486 Not Supported Not Supported +transcript 1 234040679 234460262 ENST00000366618 NA SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234040824 234040876 ENST00000366618 1 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234041275 234041504 ENST00000366618 2 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234367163 234367487 ENST00000366618 3 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234444847 234445066 ENST00000366618 4 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234452348 234452473 ENST00000366618 5 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234454497 234454689 ENST00000366618 6 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234455844 234455933 ENST00000366618 7 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234458754 234458986 ENST00000366618 8 SLC35F3 ENSG00000183780 Not Supported Not Supported +transcript 1 234350017 234460257 ENST00000366617 NA SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234350245 234350320 ENST00000366617 1 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234367163 234367487 ENST00000366617 2 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234444847 234445066 ENST00000366617 3 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234452348 234452473 ENST00000366617 4 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234454497 234454689 ENST00000366617 5 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234455844 234455933 ENST00000366617 6 SLC35F3 ENSG00000183780 Not Supported Not Supported +CDS 1 234458754 234458986 ENST00000366617 7 SLC35F3 ENSG00000183780 Not Supported Not Supported +transcript 1 234086184 234086853 ENST00000452766 NA RP11-488L4.1 ENSG00000234453 Not Supported Not Supported +transcript 1 234162597 234162973 ENST00000445367 NA RAC1P7 ENSG00000236101 Not Supported Not Supported +transcript 1 234348352 234350834 ENST00000412483 NA RP4-799P18.2 ENSG00000233332 Not Supported Not Supported +transcript 1 234397452 234410211 ENST00000456078 NA RP4-799P18.4 ENSG00000231272 Not Supported Not Supported +transcript 1 234404329 234408246 ENST00000446433 NA RP4-799P18.3 ENSG00000236244 Not Supported Not Supported +transcript 1 234420718 234421287 ENST00000412915 NA RP4-799P18.5 ENSG00000232166 Not Supported Not Supported +transcript 1 234442213 234442285 ENST00000583284 NA MIR4671 ENSG00000264377 Not Supported Not Supported +transcript 1 234492450 234492887 ENST00000422958 NA RP5-827C21.1 ENSG00000235605 Not Supported Not Supported +transcript 1 234492752 234501574 ENST00000425104 NA RP5-827C21.2 ENSG00000236358 Not Supported Not Supported +transcript 1 234507932 234508557 ENST00000610233 NA RP5-827C21.6 ENSG00000273367 Not Supported Not Supported +transcript 1 234508553 234509339 ENST00000451795 NA RP5-827C21.4 ENSG00000231663 Not Supported Not Supported +transcript 1 234509202 234519795 ENST00000366615 NA COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234509213 234509424 ENST00000366615 1 COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234509976 234510135 ENST00000366615 2 COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234519469 234519561 ENST00000366615 3 COA6 ENSG00000168275 Not Supported Not Supported +transcript 1 234509429 234519791 ENST00000366613 NA COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234509465 234509586 ENST00000366613 1 COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234509976 234510135 ENST00000366613 2 COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234519469 234519561 ENST00000366613 3 COA6 ENSG00000168275 Not Supported Not Supported +transcript 1 234509447 234519792 ENST00000366612 NA COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234509992 234510135 ENST00000366612 1 COA6 ENSG00000168275 Not Supported Not Supported +CDS 1 234519469 234519561 ENST00000366612 2 COA6 ENSG00000168275 Not Supported Not Supported +transcript 1 234527059 234614849 ENST00000040877 NA TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234613919 234614849 ENST00000040877 1 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234608460 234608557 ENST00000040877 2 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234606934 234607003 ENST00000040877 3 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234603248 234603396 ENST00000040877 4 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234601402 234601454 ENST00000040877 5 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234599583 234599680 ENST00000040877 6 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234596007 234596142 ENST00000040877 7 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234594976 234595072 ENST00000040877 8 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234593413 234593502 ENST00000040877 9 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234586174 234586312 ENST00000040877 10 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234584226 234584325 ENST00000040877 11 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234582549 234582721 ENST00000040877 12 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234573021 234573118 ENST00000040877 13 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234569156 234569317 ENST00000040877 14 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234565833 234566047 ENST00000040877 15 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234565162 234565423 ENST00000040877 16 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234564882 234565070 ENST00000040877 17 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234563322 234563512 ENST00000040877 18 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234563063 234563134 ENST00000040877 19 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234561419 234561539 ENST00000040877 20 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234556448 234556558 ENST00000040877 21 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234553830 234553979 ENST00000040877 22 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234546191 234546277 ENST00000040877 23 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234541649 234541845 ENST00000040877 24 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234536927 234537008 ENST00000040877 25 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234534128 234534299 ENST00000040877 26 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234529392 234529583 ENST00000040877 27 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234529108 234529232 ENST00000040877 28 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234528162 234528298 ENST00000040877 29 TARBP1 ENSG00000059588 Not Supported Not Supported +CDS 1 234527326 234527491 ENST00000040877 30 TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234527085 234543701 ENST00000483404 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234527124 234542126 ENST00000462259 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234527156 234536962 ENST00000496673 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234527344 234528470 ENST00000471918 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234533924 234536648 ENST00000484454 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234534128 234541739 ENST00000468077 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234535997 234546277 ENST00000481183 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234546150 234556560 ENST00000463793 NA TARBP1 ENSG00000059588 Not Supported Not Supported +transcript 1 234663637 234667525 ENST00000435574 NA RP5-855F14.1 ENSG00000231768 Not Supported Not Supported +transcript 1 234665688 234667511 ENST00000421207 NA RP5-855F14.1 ENSG00000231768 Not Supported Not Supported +transcript 1 234701044 234705834 ENST00000429507 NA RP5-855F14.2 ENSG00000230404 Not Supported Not Supported +transcript 1 234729021 234729148 ENST00000390842 NA U8 ENSG00000212144 Not Supported Not Supported +transcript 1 234740015 234745271 ENST00000366610 NA IRF2BP2 ENSG00000168264 Not Supported Not Supported +CDS 1 234744241 234745240 ENST00000366610 1 IRF2BP2 ENSG00000168264 Not Supported Not Supported +CDS 1 234742886 234743598 ENST00000366610 2 IRF2BP2 ENSG00000168264 Not Supported Not Supported +transcript 1 234740015 234745271 ENST00000366609 NA IRF2BP2 ENSG00000168264 Not Supported Not Supported +CDS 1 234744193 234745240 ENST00000366609 1 IRF2BP2 ENSG00000168264 Not Supported Not Supported +CDS 1 234742886 234743598 ENST00000366609 2 IRF2BP2 ENSG00000168264 Not Supported Not Supported +transcript 1 234742977 234743840 ENST00000491430 NA IRF2BP2 ENSG00000168264 Not Supported Not Supported +transcript 1 234742754 234745229 ENST00000436039 NA RP4-781K5.2 ENSG00000228830 Not Supported Not Supported +transcript 1 234765057 234770526 ENST00000429269 NA LINC00184 ENSG00000224939 Not Supported Not Supported +transcript 1 234780412 234783317 ENST00000607759 NA RP4-781K5.9 ENSG00000272362 Not Supported Not Supported +transcript 1 234782035 234796670 ENST00000417805 NA RP4-781K5.4 ENSG00000228044 Not Supported Not Supported +transcript 1 234791871 234816868 ENST00000449012 NA RP4-781K5.4 ENSG00000228044 Not Supported Not Supported +transcript 1 234809842 234818922 ENST00000453568 NA RP4-781K5.4 ENSG00000228044 Not Supported Not Supported +transcript 1 234796017 234802850 ENST00000441360 NA RP4-781K5.5 ENSG00000241475 Not Supported Not Supported +transcript 1 234805269 234831900 ENST00000442382 NA RP4-781K5.6 ENSG00000230628 Not Supported Not Supported +transcript 1 234845135 234855723 ENST00000422414 NA RP4-781K5.7 ENSG00000224037 Not Supported Not Supported +transcript 1 234859789 234867390 ENST00000437601 NA LINC01132 ENSG00000227630 Not Supported Not Supported +transcript 1 234973720 234973820 ENST00000364768 NA RNY4P16 ENSG00000201638 Not Supported Not Supported +transcript 1 235039933 235040233 ENST00000493933 NA RN7SL668P ENSG00000239690 Not Supported Not Supported +transcript 1 235092978 235095736 ENST00000423963 NA RP11-443B7.2 ENSG00000237520 Not Supported Not Supported +transcript 1 235093089 235099746 ENST00000418557 NA RP11-443B7.1 ENSG00000238005 Not Supported Not Supported +transcript 1 235095408 235099574 ENST00000423988 NA RP11-443B7.1 ENSG00000238005 Not Supported Not Supported +transcript 1 235095410 235098935 ENST00000423175 NA RP11-443B7.1 ENSG00000238005 Not Supported Not Supported +transcript 1 235095413 235105809 ENST00000451766 NA RP11-443B7.1 ENSG00000238005 Not Supported Not Supported +transcript 1 235097123 235098873 ENST00000458044 NA RP11-443B7.1 ENSG00000238005 Not Supported Not Supported +transcript 1 235115394 235116551 ENST00000549744 NA RP11-443B7.3 ENSG00000258082 Not Supported Not Supported +transcript 1 235260502 235260727 ENST00000426692 NA RP4-597N16.1 ENSG00000233018 Not Supported Not Supported +transcript 1 235267495 235267924 ENST00000609649 NA RP4-597N16.4 ENSG00000273416 Not Supported Not Supported +transcript 1 235272651 235292251 ENST00000366607 NA TOMM20 ENSG00000173726 Not Supported Not Supported +CDS 1 235291910 235292030 ENST00000366607 1 TOMM20 ENSG00000173726 Not Supported Not Supported +CDS 1 235285641 235285687 ENST00000366607 2 TOMM20 ENSG00000173726 Not Supported Not Supported +CDS 1 235283133 235283214 ENST00000366607 3 TOMM20 ENSG00000173726 Not Supported Not Supported +CDS 1 235277083 235277225 ENST00000366607 4 TOMM20 ENSG00000173726 Not Supported Not Supported +CDS 1 235275382 235275423 ENST00000366607 5 TOMM20 ENSG00000173726 Not Supported Not Supported +transcript 1 235275340 235283214 ENST00000467767 NA TOMM20 ENSG00000173726 Not Supported Not Supported +transcript 1 235275418 235285774 ENST00000473132 NA TOMM20 ENSG00000173726 Not Supported Not Supported +transcript 1 235291118 235291252 ENST00000384452 NA SNORA14B ENSG00000207181 Not Supported Not Supported +transcript 1 235294498 235324772 ENST00000408888 NA RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324489 235324541 ENST00000408888 1 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324208 235324382 ENST00000408888 2 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235323826 235323962 ENST00000408888 3 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235318196 235318427 ENST00000408888 4 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235316021 235316080 ENST00000408888 5 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235311719 235311762 ENST00000408888 6 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301406 235301489 ENST00000408888 7 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301192 235301255 ENST00000408888 8 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235299349 235299388 ENST00000408888 9 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235298967 235299085 ENST00000408888 10 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235295031 235295312 ENST00000408888 11 RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235294499 235324571 ENST00000366606 NA RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324489 235324526 ENST00000366606 1 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324208 235324382 ENST00000366606 2 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235323826 235323962 ENST00000366606 3 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235318196 235318427 ENST00000366606 4 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235316021 235316080 ENST00000366606 5 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235311719 235311762 ENST00000366606 6 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301406 235301489 ENST00000366606 7 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301192 235301255 ENST00000366606 8 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235299349 235299388 ENST00000366606 9 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235298967 235299085 ENST00000366606 10 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235295031 235295312 ENST00000366606 11 RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235294964 235299429 ENST00000495224 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235294982 235324535 ENST00000447801 NA RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324489 235324535 ENST00000447801 1 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324208 235324382 ENST00000447801 2 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235323826 235323962 ENST00000447801 3 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235318196 235318427 ENST00000447801 4 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235311719 235311762 ENST00000447801 5 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301406 235301489 ENST00000447801 6 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235301192 235301255 ENST00000447801 7 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235299349 235299388 ENST00000447801 8 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235298967 235299085 ENST00000447801 9 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235295028 235295312 ENST00000447801 10 RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235298964 235324549 ENST00000474086 NA RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324489 235324549 ENST00000474086 1 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324208 235324382 ENST00000474086 2 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235318404 235318427 ENST00000474086 3 RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235315803 235324547 ENST00000476261 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235318196 235324486 ENST00000468751 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235318245 235324573 ENST00000429912 NA RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324489 235324541 ENST00000429912 1 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235324208 235324382 ENST00000429912 2 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235323826 235323962 ENST00000429912 3 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235319910 235319996 ENST00000429912 4 RBM34 ENSG00000188739 Not Supported Not Supported +CDS 1 235318245 235318427 ENST00000429912 5 RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235318403 235324277 ENST00000475960 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235323465 235324598 ENST00000486751 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235323510 235324531 ENST00000485019 NA RBM34 ENSG00000188739 Not Supported Not Supported +transcript 1 235294949 235357392 ENST00000474953 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357392 ENST00000474953 1 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000474953 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000474953 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235338499 235338714 ENST00000474953 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235335933 235336079 ENST00000474953 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235331859 235331967 ENST00000474953 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235324544 235324772 ENST00000474953 7 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235330210 235491534 ENST00000349213 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235490229 235490234 ENST00000349213 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235423957 235424067 ENST00000349213 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235420475 235420540 ENST00000349213 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235418975 235419065 ENST00000349213 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235416045 235416124 ENST00000349213 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235409735 235409826 ENST00000349213 7 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235403628 235403766 ENST00000349213 8 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235397728 235397807 ENST00000349213 9 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235394428 235394504 ENST00000349213 10 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235392546 235392700 ENST00000349213 11 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235388018 235388090 ENST00000349213 12 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235386481 235386575 ENST00000349213 13 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235384880 235384977 ENST00000349213 14 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383617 235383860 ENST00000349213 15 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383108 235383283 ENST00000349213 16 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235359346 235359430 ENST00000349213 17 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357526 ENST00000349213 18 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000349213 19 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000349213 20 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235338499 235338714 ENST00000349213 21 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235335933 235336079 ENST00000349213 22 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235331843 235331967 ENST00000349213 23 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235330210 235490802 ENST00000366603 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235490229 235490234 ENST00000366603 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235423957 235424067 ENST00000366603 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235420475 235420540 ENST00000366603 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235418975 235419065 ENST00000366603 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235416045 235416124 ENST00000366603 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235409735 235409826 ENST00000366603 7 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235403628 235403766 ENST00000366603 8 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235397728 235397807 ENST00000366603 9 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235394428 235394504 ENST00000366603 10 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235392546 235392700 ENST00000366603 11 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235388018 235388090 ENST00000366603 12 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235386481 235386575 ENST00000366603 13 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235384880 235384977 ENST00000366603 14 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383617 235383860 ENST00000366603 15 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383108 235383283 ENST00000366603 16 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235377084 235377341 ENST00000366603 17 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235359346 235359430 ENST00000366603 18 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357526 ENST00000366603 19 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000366603 20 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000366603 21 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235338499 235338714 ENST00000366603 22 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235335933 235336079 ENST00000366603 23 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235331843 235331967 ENST00000366603 24 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235330210 235491532 ENST00000264183 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235490229 235490234 ENST00000264183 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235423957 235424067 ENST00000264183 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235420475 235420540 ENST00000264183 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235418975 235419065 ENST00000264183 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235416045 235416124 ENST00000264183 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235409735 235409826 ENST00000264183 7 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235403628 235403766 ENST00000264183 8 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235397728 235397807 ENST00000264183 9 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235394428 235394504 ENST00000264183 10 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235392546 235392700 ENST00000264183 11 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235388018 235388090 ENST00000264183 12 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235386481 235386575 ENST00000264183 13 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235384880 235384977 ENST00000264183 14 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383617 235383860 ENST00000264183 15 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383108 235383283 ENST00000264183 16 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235377084 235377341 ENST00000264183 17 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235359346 235359430 ENST00000264183 18 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357526 ENST00000264183 19 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000264183 20 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000264183 21 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235338499 235338714 ENST00000264183 22 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235335933 235336079 ENST00000264183 23 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235331843 235331967 ENST00000264183 24 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235331199 235491449 ENST00000421364 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235490229 235490234 ENST00000421364 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235423957 235424067 ENST00000421364 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235420475 235420540 ENST00000421364 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235418975 235419065 ENST00000421364 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235416045 235416124 ENST00000421364 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235409735 235409826 ENST00000421364 7 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235403628 235403766 ENST00000421364 8 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235397728 235397807 ENST00000421364 9 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235394428 235394504 ENST00000421364 10 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235392546 235392700 ENST00000421364 11 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235388018 235388090 ENST00000421364 12 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235386481 235386575 ENST00000421364 13 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235384880 235384977 ENST00000421364 14 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383617 235383860 ENST00000421364 15 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383108 235383283 ENST00000421364 16 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235377084 235377341 ENST00000421364 17 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235359346 235359430 ENST00000421364 18 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357526 ENST00000421364 19 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000421364 20 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000421364 21 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235340208 235340218 ENST00000421364 22 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235335962 235338958 ENST00000474401 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235340931 235491483 ENST00000491632 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235341115 235377231 ENST00000444620 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235377192 235377231 ENST00000444620 1 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235359346 235359430 ENST00000444620 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235357328 235357526 ENST00000444620 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235344900 235346108 ENST00000444620 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235341115 235341228 ENST00000444620 5 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235341171 235345180 ENST00000494543 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235343454 235397807 ENST00000471257 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235383242 235491511 ENST00000418304 NA ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235490229 235490234 ENST00000418304 2 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235423957 235424067 ENST00000418304 3 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235420475 235420540 ENST00000418304 4 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235418975 235419065 ENST00000418304 5 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235416045 235416124 ENST00000418304 6 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235409735 235409826 ENST00000418304 7 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235403628 235403766 ENST00000418304 8 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235397728 235397807 ENST00000418304 9 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235394428 235394504 ENST00000418304 10 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235392546 235392700 ENST00000418304 11 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235388018 235388090 ENST00000418304 12 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235386481 235386575 ENST00000418304 13 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235384880 235384977 ENST00000418304 14 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383617 235383860 ENST00000418304 15 ARID4B ENSG00000054267 Not Supported Not Supported +CDS 1 235383242 235383283 ENST00000418304 16 ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235391626 235491532 ENST00000466653 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235490106 235491178 ENST00000462969 NA ARID4B ENSG00000054267 Not Supported Not Supported +transcript 1 235333435 235334206 ENST00000357671 NA ARID4B-IT1 ENSG00000232686 Not Supported Not Supported +transcript 1 235353349 235353431 ENST00000585119 NA MIR4753 ENSG00000263439 Not Supported Not Supported +transcript 1 235459180 235459650 ENST00000452590 NA RPL23AP23 ENSG00000236863 Not Supported Not Supported +transcript 1 235472935 235473313 ENST00000439516 NA AL391994.1 ENSG00000234086 Not Supported Not Supported +transcript 1 235490665 235506408 ENST00000488594 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000488594 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000488594 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235506084 ENST00000488594 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491714 235505911 ENST00000471812 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000471812 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000471812 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235505911 ENST00000471812 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491753 235507840 ENST00000358966 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000358966 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000358966 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235506084 ENST00000358966 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491885 235507847 ENST00000282841 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000282841 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000282841 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235506084 ENST00000282841 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491886 235506453 ENST00000391855 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505347 235506084 ENST00000391855 3 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491888 235493299 ENST00000482013 NA GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235491905 235492744 ENST00000489692 NA GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235492331 235506380 ENST00000476121 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000476121 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000476121 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235506084 ENST00000476121 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235492344 235505874 ENST00000497327 NA GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235498580 235498649 ENST00000497327 2 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505023 235505093 ENST00000497327 3 GGPS1 ENSG00000152904 Not Supported Not Supported +CDS 1 235505326 235505874 ENST00000497327 4 GGPS1 ENSG00000152904 Not Supported Not Supported +transcript 1 235500121 235500402 ENST00000254724 NA RP11-382D8.3 ENSG00000227962 Not Supported Not Supported +transcript 1 235524468 235525855 ENST00000421884 NA RP11-382D8.5 ENSG00000230026 Not Supported Not Supported +transcript 1 235530675 235612283 ENST00000366601 NA TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235543365 235543464 ENST00000366601 2 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235564818 235564902 ENST00000366601 3 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235577748 235577933 ENST00000366601 4 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235582788 235582876 ENST00000366601 5 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235590455 235590554 ENST00000366601 6 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235594020 235594119 ENST00000366601 7 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235597519 235597595 ENST00000366601 8 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599060 235599155 ENST00000366601 9 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599701 235599765 ENST00000366601 10 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599859 235599923 ENST00000366601 11 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235600637 235600789 ENST00000366601 12 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235602084 235602237 ENST00000366601 13 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235605129 235605197 ENST00000366601 14 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235606167 235606226 ENST00000366601 15 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611664 235611755 ENST00000366601 16 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611985 235612074 ENST00000366601 17 TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235530728 235612278 ENST00000406207 NA TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235543365 235543464 ENST00000406207 2 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235564818 235564902 ENST00000406207 3 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235577748 235577933 ENST00000406207 4 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235582788 235582876 ENST00000406207 5 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235590455 235590554 ENST00000406207 6 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235594020 235594119 ENST00000406207 7 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235597519 235597595 ENST00000406207 8 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599060 235599155 ENST00000406207 9 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599701 235599765 ENST00000406207 10 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599859 235599923 ENST00000406207 11 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235600637 235600789 ENST00000406207 12 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235602084 235602237 ENST00000406207 13 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235605129 235605197 ENST00000406207 14 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235606167 235606226 ENST00000406207 15 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611664 235611755 ENST00000406207 16 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611985 235612074 ENST00000406207 17 TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235530740 235599157 ENST00000482230 NA TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235530745 235612214 ENST00000543662 NA TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235543365 235543464 ENST00000543662 2 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235564818 235564902 ENST00000543662 3 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235577748 235577933 ENST00000543662 4 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235582788 235582876 ENST00000543662 5 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235590455 235590554 ENST00000543662 6 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235594020 235594119 ENST00000543662 7 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235596261 235596413 ENST00000543662 8 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235597519 235597595 ENST00000543662 9 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599060 235599155 ENST00000543662 10 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599701 235599765 ENST00000543662 11 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235599859 235599923 ENST00000543662 12 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235600637 235600789 ENST00000543662 13 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235602084 235602237 ENST00000543662 14 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235605129 235605197 ENST00000543662 15 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235606167 235606226 ENST00000543662 16 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611664 235611755 ENST00000543662 17 TBCE ENSG00000116957 Not Supported Not Supported +CDS 1 235611985 235612074 ENST00000543662 18 TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235530770 235612281 ENST00000472011 NA TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235581783 235596381 ENST00000461651 NA TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235605019 235611887 ENST00000465463 NA TBCE ENSG00000116957 Not Supported Not Supported +transcript 1 235582830 235590298 ENST00000430613 NA TBCE-AS1 ENSG00000243533 Not Supported Not Supported +transcript 1 235596300 235596546 ENST00000434479 NA RPS21P1 ENSG00000229795 Not Supported Not Supported +transcript 1 235613238 235667781 ENST00000366600 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235667441 235667552 ENST00000366600 1 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235657991 235658138 ENST00000366600 2 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235652473 235652573 ENST00000366600 3 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235647638 235647831 ENST00000366600 4 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235643370 235643465 ENST00000366600 5 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235634164 235634274 ENST00000366600 6 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235628953 235629031 ENST00000366600 7 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235621911 235622094 ENST00000366600 8 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235618871 235618996 ENST00000366600 9 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235617468 235617627 ENST00000366600 10 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235616402 235616458 ENST00000366600 11 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235613524 235613655 ENST00000366600 12 B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235617524 235629116 ENST00000477694 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235617599 235634244 ENST00000462374 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235626772 235667725 ENST00000478199 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235667441 235667552 ENST00000478199 1 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235657991 235658138 ENST00000478199 2 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235647816 235647831 ENST00000478199 3 B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235628213 235667722 ENST00000313984 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235667441 235667552 ENST00000313984 1 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235659496 235659618 ENST00000313984 2 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235657991 235658138 ENST00000313984 3 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235652473 235652573 ENST00000313984 4 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235647638 235647831 ENST00000313984 5 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235643370 235643465 ENST00000313984 6 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235634164 235634274 ENST00000313984 7 B3GALNT2 ENSG00000162885 Not Supported Not Supported +CDS 1 235628939 235629031 ENST00000313984 8 B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235642224 235667725 ENST00000494378 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235643420 235647986 ENST00000461994 NA B3GALNT2 ENSG00000162885 Not Supported Not Supported +transcript 1 235683269 235683983 ENST00000457471 NA RP4-534P7.2 ENSG00000238236 Not Supported Not Supported +transcript 1 235700820 235701341 ENST00000433044 NA MTND6P14 ENSG00000235638 Not Supported Not Supported +transcript 1 235701352 235703145 ENST00000424872 NA MTND5P19 ENSG00000231199 Not Supported Not Supported +transcript 1 235703353 235704715 ENST00000446199 NA MTND4P10 ENSG00000226663 Not Supported Not Supported +transcript 1 235704712 235705006 ENST00000415303 NA RP11-293G6__B.4 ENSG00000231582 Not Supported Not Supported +transcript 1 235705059 235705397 ENST00000412909 NA MTND3P8 ENSG00000232714 Not Supported Not Supported +transcript 1 235705459 235705690 ENST00000425787 NA RP11-293G6__B.2 ENSG00000235761 Not Supported Not Supported +transcript 1 235710987 235814054 ENST00000450593 NA GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235747040 235747138 ENST00000450593 3 GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235715412 235715537 ENST00000450593 4 GNG4 ENSG00000168243 Not Supported Not Supported +transcript 1 235710987 235813293 ENST00000391854 NA GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235747040 235747138 ENST00000391854 3 GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235715412 235715537 ENST00000391854 4 GNG4 ENSG00000168243 Not Supported Not Supported +transcript 1 235714132 235758779 ENST00000366597 NA GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235747040 235747138 ENST00000366597 2 GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235715412 235715537 ENST00000366597 3 GNG4 ENSG00000168243 Not Supported Not Supported +transcript 1 235714132 235814054 ENST00000366598 NA GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235747040 235747138 ENST00000366598 2 GNG4 ENSG00000168243 Not Supported Not Supported +CDS 1 235715412 235715537 ENST00000366598 3 GNG4 ENSG00000168243 Not Supported Not Supported +transcript 1 235715054 235752259 ENST00000484517 NA GNG4 ENSG00000168243 Not Supported Not Supported +transcript 1 235729061 235730237 ENST00000603908 NA RP11-293G6__B.8 ENSG00000270710 Not Supported Not Supported +transcript 1 235777974 235779697 ENST00000424229 NA RP11-365D9.1 ENSG00000227236 Not Supported Not Supported +transcript 1 235824341 236030220 ENST00000389794 NA LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235993526 235993717 ENST00000389794 3 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235976271 235976361 ENST00000389794 4 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235971755 235973834 ENST00000389794 5 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235969043 235970072 ENST00000389794 6 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235967804 235967965 ENST00000389794 7 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235966208 235966364 ENST00000389794 8 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235964171 235964397 ENST00000389794 9 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235963620 235963686 ENST00000389794 10 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235956803 235956912 ENST00000389794 11 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235954999 235955425 ENST00000389794 12 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235952001 235952145 ENST00000389794 13 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235950500 235950673 ENST00000389794 14 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235945227 235945387 ENST00000389794 15 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235944165 235944355 ENST00000389794 16 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235940363 235940608 ENST00000389794 17 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235938213 235938386 ENST00000389794 18 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235937142 235937291 ENST00000389794 19 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235933460 235933597 ENST00000389794 20 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235929379 235929577 ENST00000389794 21 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235926020 235926151 ENST00000389794 22 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235922272 235922899 ENST00000389794 23 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235920581 235920758 ENST00000389794 24 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235918778 235918947 ENST00000389794 25 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235916344 235916574 ENST00000389794 26 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235915305 235915471 ENST00000389794 27 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235914510 235914662 ENST00000389794 28 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235909636 235909827 ENST00000389794 29 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235907279 235907457 ENST00000389794 30 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235904722 235904928 ENST00000389794 31 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235897783 235897959 ENST00000389794 32 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235897130 235897206 ENST00000389794 33 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235896803 235896991 ENST00000389794 34 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235894332 235894477 ENST00000389794 35 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235894147 235894243 ENST00000389794 36 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235892896 235892957 ENST00000389794 37 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235891376 235891431 ENST00000389794 38 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235887328 235887480 ENST00000389794 39 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235883961 235884205 ENST00000389794 40 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235880012 235880078 ENST00000389794 41 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235878501 235878657 ENST00000389794 42 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235875357 235875497 ENST00000389794 43 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235872391 235872608 ENST00000389794 44 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235866047 235866277 ENST00000389794 45 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235860383 235860572 ENST00000389794 46 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235856650 235856786 ENST00000389794 47 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235850249 235850347 ENST00000389794 48 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235840780 235840919 ENST00000389794 49 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235840391 235840488 ENST00000389794 50 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235827765 235827921 ENST00000389794 51 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235827284 235827355 ENST00000389794 52 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235826243 235826378 ENST00000389794 53 LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235824343 235901307 ENST00000473037 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235824350 236030220 ENST00000389793 NA LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235993526 235993717 ENST00000389793 3 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235976271 235976361 ENST00000389793 4 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235971755 235973834 ENST00000389793 5 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235969043 235970072 ENST00000389793 6 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235967804 235967965 ENST00000389793 7 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235966208 235966364 ENST00000389793 8 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235964171 235964397 ENST00000389793 9 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235963620 235963686 ENST00000389793 10 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235956803 235956912 ENST00000389793 11 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235954999 235955425 ENST00000389793 12 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235952001 235952145 ENST00000389793 13 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235950500 235950673 ENST00000389793 14 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235945227 235945387 ENST00000389793 15 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235944165 235944355 ENST00000389793 16 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235940363 235940608 ENST00000389793 17 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235938213 235938386 ENST00000389793 18 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235937142 235937291 ENST00000389793 19 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235933460 235933597 ENST00000389793 20 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235929379 235929577 ENST00000389793 21 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235926020 235926151 ENST00000389793 22 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235922272 235922899 ENST00000389793 23 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235920581 235920758 ENST00000389793 24 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235918778 235918947 ENST00000389793 25 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235916344 235916574 ENST00000389793 26 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235915305 235915471 ENST00000389793 27 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235914510 235914662 ENST00000389793 28 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235909636 235909827 ENST00000389793 29 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235907279 235907457 ENST00000389793 30 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235904722 235904928 ENST00000389793 31 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235897783 235897959 ENST00000389793 32 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235897130 235897206 ENST00000389793 33 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235896803 235896991 ENST00000389793 34 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235894332 235894477 ENST00000389793 35 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235894147 235894243 ENST00000389793 36 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235892896 235892957 ENST00000389793 37 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235891376 235891431 ENST00000389793 38 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235887328 235887480 ENST00000389793 39 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235883961 235884205 ENST00000389793 40 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235880012 235880078 ENST00000389793 41 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235878501 235878657 ENST00000389793 42 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235875357 235875497 ENST00000389793 43 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235872391 235872608 ENST00000389793 44 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235866047 235866277 ENST00000389793 45 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235860383 235860572 ENST00000389793 46 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235856650 235856786 ENST00000389793 47 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235850249 235850347 ENST00000389793 48 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235840780 235840919 ENST00000389793 49 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235840391 235840488 ENST00000389793 50 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235827765 235827921 ENST00000389793 51 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235827284 235827355 ENST00000389793 52 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235826243 235826378 ENST00000389793 53 LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235872406 235875700 ENST00000462376 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235876409 235891403 ENST00000475277 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235901290 235907332 ENST00000461526 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235909768 235915471 ENST00000487530 NA LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235915305 235915471 ENST00000487530 1 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235914510 235914662 ENST00000487530 2 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235910470 235910631 ENST00000487530 3 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235909768 235909827 ENST00000487530 4 LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235922475 236046940 ENST00000489585 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235922559 236046872 ENST00000536965 NA LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235993526 235993717 ENST00000536965 3 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235976271 235976361 ENST00000536965 4 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235971755 235973834 ENST00000536965 5 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235969043 235970072 ENST00000536965 6 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235967804 235967965 ENST00000536965 7 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235966208 235966364 ENST00000536965 8 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235964171 235964397 ENST00000536965 9 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235963620 235963686 ENST00000536965 10 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235956803 235956912 ENST00000536965 11 LYST ENSG00000143669 Not Supported Not Supported +CDS 1 235952116 235952145 ENST00000536965 12 LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235950370 235952148 ENST00000492844 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235954873 236046940 ENST00000465349 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235992105 236046916 ENST00000468107 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235992709 236030176 ENST00000468626 NA LYST ENSG00000143669 Not Supported Not Supported +transcript 1 235901305 235902289 ENST00000437325 NA LDHAP2 ENSG00000235674 Not Supported Not Supported +transcript 1 236002783 236003482 ENST00000412098 NA LYST-AS1 ENSG00000229463 Not Supported Not Supported +transcript 1 236016300 236016360 ENST00000410899 NA MIR1537 ENSG00000222831 Not Supported Not Supported +transcript 1 236026688 236026737 ENST00000516247 NA RNU5E-2P ENSG00000252056 Not Supported Not Supported +transcript 1 236078715 236078821 ENST00000384076 NA RNU6-968P ENSG00000206803 Not Supported Not Supported +transcript 1 236105853 236107105 ENST00000438371 NA RP5-940F7.2 ENSG00000237845 Not Supported Not Supported +transcript 1 236121179 236135125 ENST00000443207 NA RP4-580N22.2 ENSG00000229291 Not Supported Not Supported +transcript 1 236139130 236228409 ENST00000366595 NA NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236228155 236228379 ENST00000366595 1 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236211990 236212289 ENST00000366595 2 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236208757 236208983 ENST00000366595 3 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236205210 236205592 ENST00000366595 4 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236201404 236201553 ENST00000366595 5 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236195701 236195952 ENST00000366595 6 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236192850 236193050 ENST00000366595 7 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236189196 236189441 ENST00000366595 8 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236187370 236187513 ENST00000366595 9 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236156945 236157172 ENST00000366595 10 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236154186 236154358 ENST00000366595 11 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236148679 236148805 ENST00000366595 12 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236144911 236145082 ENST00000366595 13 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236143796 236143953 ENST00000366595 14 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236143122 236143245 ENST00000366595 15 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236142295 236142407 ENST00000366595 16 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236141170 236141288 ENST00000366595 17 NID1 ENSG00000116962 Not Supported Not Supported +transcript 1 236139130 236228462 ENST00000264187 NA NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236228155 236228379 ENST00000264187 1 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236211990 236212289 ENST00000264187 2 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236208757 236208983 ENST00000264187 3 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236205210 236205592 ENST00000264187 4 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236201404 236201553 ENST00000264187 5 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236195701 236195952 ENST00000264187 6 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236192850 236193050 ENST00000264187 7 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236189196 236189441 ENST00000264187 8 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236187370 236187513 ENST00000264187 9 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236180448 236180573 ENST00000264187 10 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236176711 236176860 ENST00000264187 11 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236175221 236175343 ENST00000264187 12 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236156945 236157172 ENST00000264187 13 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236154186 236154358 ENST00000264187 14 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236148679 236148805 ENST00000264187 15 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236144911 236145082 ENST00000264187 16 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236143796 236143953 ENST00000264187 17 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236143122 236143245 ENST00000264187 18 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236142295 236142407 ENST00000264187 19 NID1 ENSG00000116962 Not Supported Not Supported +CDS 1 236141170 236141288 ENST00000264187 20 NID1 ENSG00000116962 Not Supported Not Supported +transcript 1 236223977 236224072 ENST00000517013 NA Y_RNA ENSG00000252822 Not Supported Not Supported +transcript 1 236273361 236275670 ENST00000446607 NA RP4-764D2.1 ENSG00000235371 Not Supported Not Supported +transcript 1 236305832 236372206 ENST00000366592 NA GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236305923 236306336 ENST00000366592 1 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236332006 236332055 ENST00000366592 2 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236341714 236341936 ENST00000366592 3 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236343179 236343328 ENST00000366592 4 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236347078 236347206 ENST00000366592 5 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236368426 236368550 ENST00000366592 6 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236371350 236371455 ENST00000366592 7 GPR137B ENSG00000077585 Not Supported Not Supported +transcript 1 236305844 236343488 ENST00000366591 NA GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236305923 236306336 ENST00000366591 1 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236343179 236343463 ENST00000366591 2 GPR137B ENSG00000077585 Not Supported Not Supported +transcript 1 236306068 236368498 ENST00000419162 NA GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236341904 236341936 ENST00000419162 2 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236343179 236343328 ENST00000419162 3 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236347078 236347206 ENST00000419162 4 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236368426 236368498 ENST00000419162 5 GPR137B ENSG00000077585 Not Supported Not Supported +transcript 1 236332001 236371782 ENST00000454895 NA GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236332001 236332055 ENST00000454895 1 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236341714 236341936 ENST00000454895 2 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236343179 236343328 ENST00000454895 3 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236347078 236347206 ENST00000454895 4 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236368426 236368550 ENST00000454895 5 GPR137B ENSG00000077585 Not Supported Not Supported +CDS 1 236371361 236371370 ENST00000454895 6 GPR137B ENSG00000077585 Not Supported Not Supported +transcript 1 236347078 236385165 ENST00000477559 NA GPR137B ENSG00000077585 Not Supported Not Supported +transcript 1 236378855 236445285 ENST00000354619 NA ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236444982 236445083 ENST00000354619 1 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236433175 236433294 ENST00000354619 2 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236416722 236416805 ENST00000354619 3 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236415350 236415391 ENST00000354619 4 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236413185 236413267 ENST00000354619 5 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236406722 236406795 ENST00000354619 6 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236399578 236399698 ENST00000354619 7 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236399089 236399135 ENST00000354619 8 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236396128 236396139 ENST00000354619 9 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236393524 236393550 ENST00000354619 10 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236389947 236390039 ENST00000354619 11 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236389569 236389815 ENST00000354619 12 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236388370 236388439 ENST00000354619 13 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236385224 236385310 ENST00000354619 14 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236384132 236384265 ENST00000354619 15 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236381819 236381876 ENST00000354619 16 ERO1LB ENSG00000086619 Not Supported Not Supported +transcript 1 236383473 236389795 ENST00000264181 NA ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236389569 236389795 ENST00000264181 1 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236388370 236388439 ENST00000264181 2 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236385224 236385310 ENST00000264181 3 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236384128 236384265 ENST00000264181 4 ERO1LB ENSG00000086619 Not Supported Not Supported +transcript 1 236399285 236445319 ENST00000327333 NA ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236444982 236445083 ENST00000327333 1 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236433175 236433294 ENST00000327333 2 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236416722 236416805 ENST00000327333 3 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236415350 236415391 ENST00000327333 4 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236413185 236413267 ENST00000327333 5 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236399698 236399698 ENST00000327333 6 ERO1LB ENSG00000086619 Not Supported Not Supported +transcript 1 236399632 236444901 ENST00000366589 NA ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236413185 236413258 ENST00000366589 5 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236406722 236406795 ENST00000366589 6 ERO1LB ENSG00000086619 Not Supported Not Supported +CDS 1 236399632 236399698 ENST00000366589 7 ERO1LB ENSG00000086619 Not Supported Not Supported +transcript 1 236431080 236431258 ENST00000410718 NA RNU2-70P ENSG00000222650 Not Supported Not Supported +transcript 1 236449276 236450260 ENST00000423792 NA RP11-478H16.1 ENSG00000237922 Not Supported Not Supported +transcript 1 236464280 236464351 ENST00000516829 NA snoU13 ENSG00000252638 Not Supported Not Supported +transcript 1 236511562 236645619 ENST00000439430 NA EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236572521 236572574 ENST00000439430 4 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236577560 236577599 ENST00000439430 5 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236590692 236590750 ENST00000439430 6 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236631531 236631576 ENST00000439430 7 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236645567 236645619 ENST00000439430 8 EDARADD ENSG00000186197 Not Supported Not Supported +transcript 1 236557578 236645992 ENST00000334232 NA EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236557745 236557805 ENST00000334232 1 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236572516 236572574 ENST00000334232 2 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236577560 236577599 ENST00000334232 3 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236590692 236590750 ENST00000334232 4 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236631531 236631576 ENST00000334232 5 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236645567 236645946 ENST00000334232 6 EDARADD ENSG00000186197 Not Supported Not Supported +transcript 1 236558716 236648214 ENST00000359362 NA EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236558930 236558960 ENST00000359362 1 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236572516 236572574 ENST00000359362 2 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236577560 236577599 ENST00000359362 3 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236590692 236590750 ENST00000359362 4 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236631531 236631576 ENST00000359362 5 EDARADD ENSG00000186197 Not Supported Not Supported +CDS 1 236645567 236645946 ENST00000359362 6 EDARADD ENSG00000186197 Not Supported Not Supported +transcript 1 236646465 236647768 ENST00000366587 NA ENO1P1 ENSG00000244457 Not Supported Not Supported +transcript 1 236681300 236702363 ENST00000481485 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000481485 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000481485 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702363 ENST00000481485 5 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681514 236704991 ENST00000454943 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000454943 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000454943 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000454943 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000454943 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236704991 ENST00000454943 8 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681539 236711581 ENST00000527974 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000527974 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000527974 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000527974 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000527974 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000527974 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000527974 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000527974 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000527974 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000527974 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000527974 11 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681560 236704972 ENST00000430527 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000430527 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000430527 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000430527 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236704972 ENST00000430527 6 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681565 236711583 ENST00000352231 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000352231 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000352231 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000352231 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000352231 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000352231 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000352231 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000352231 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000352231 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000352231 11 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000352231 12 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681569 236706290 ENST00000406509 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000406509 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000406509 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000406509 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000406509 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000406509 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000406509 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706290 ENST00000406509 11 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681573 236716281 ENST00000526589 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000526589 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000526589 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000526589 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000526589 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000526589 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000526589 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000526589 11 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000526589 12 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000526589 13 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000526589 14 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236681601 236700880 ENST00000529489 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000529489 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700880 ENST00000529489 4 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236686739 236712563 ENST00000341872 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000341872 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000341872 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000341872 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000341872 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000341872 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000341872 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000341872 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000341872 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000341872 11 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236686739 236712996 ENST00000450372 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000450372 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000450372 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000450372 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000450372 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000450372 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000450372 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000450372 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000450372 10 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000450372 11 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000450372 12 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236686899 236714310 ENST00000366584 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000366584 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000366584 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000366584 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000366584 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000366584 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000366584 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000366584 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000366584 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000366584 10 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687173 236708115 ENST00000238181 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000238181 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000238181 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000238181 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000238181 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000238181 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708115 ENST00000238181 7 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687269 236689735 ENST00000475670 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687285 236702522 ENST00000532826 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687285 236706107 ENST00000528782 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687289 236706909 ENST00000366583 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687306 236706127 ENST00000442397 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000442397 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000442397 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702186 236702210 ENST00000442397 4 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687320 236705006 ENST00000434231 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000434231 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702292 ENST00000434231 3 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687320 236711523 ENST00000416919 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000416919 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000416919 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000416919 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000416919 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000416919 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000416919 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000416919 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000416919 9 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687324 236712302 ENST00000323938 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000323938 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000323938 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702260 236702389 ENST00000323938 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000323938 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000323938 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000323938 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000323938 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000323938 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000323938 10 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236687881 236712096 ENST00000526634 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000526634 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000526634 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000526634 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236703864 236703983 ENST00000526634 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236704954 236705010 ENST00000526634 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000526634 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000526634 8 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000526634 9 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000526634 10 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236689371 236711461 ENST00000525042 NA LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236689371 236689415 ENST00000525042 1 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236700797 236700885 ENST00000525042 2 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236702179 236702389 ENST00000525042 3 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706061 236706087 ENST00000525042 4 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706215 236706340 ENST00000525042 5 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236706860 236706948 ENST00000525042 6 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236708050 236708215 ENST00000525042 7 LGALS8 ENSG00000116977 Not Supported Not Supported +CDS 1 236711312 236711458 ENST00000525042 8 LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236703547 236711580 ENST00000528259 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236704573 236706156 ENST00000526652 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236705631 236706313 ENST00000529796 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236706015 236708148 ENST00000532640 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236706327 236711595 ENST00000489586 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236706596 236708501 ENST00000525789 NA LGALS8 ENSG00000116977 Not Supported Not Supported +transcript 1 236686369 236687808 ENST00000487567 NA LGALS8-AS1 ENSG00000223776 Not Supported Not Supported +transcript 1 236686371 236687800 ENST00000493812 NA LGALS8-AS1 ENSG00000223776 Not Supported Not Supported +transcript 1 236699473 236700004 ENST00000608547 NA RP11-385F5.5 ENSG00000273058 Not Supported Not Supported +transcript 1 236703394 236713580 ENST00000433131 NA RP11-385F5.4 ENSG00000230325 Not Supported Not Supported +transcript 1 236712305 236767804 ENST00000366582 NA HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236767254 236767395 ENST00000366582 2 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236766460 236766676 ENST00000366582 3 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236762783 236762924 ENST00000366582 4 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236761178 236761279 ENST00000366582 5 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236760136 236760276 ENST00000366582 6 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236759133 236759344 ENST00000366582 7 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236758840 236758973 ENST00000366582 8 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236757312 236757414 ENST00000366582 9 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236755823 236755933 ENST00000366582 10 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236755293 236755410 ENST00000366582 11 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236754147 236754254 ENST00000366582 12 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236751248 236751343 ENST00000366582 13 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236750702 236750790 ENST00000366582 14 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236749541 236749752 ENST00000366582 15 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236749120 236749241 ENST00000366582 16 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236748325 236748516 ENST00000366582 17 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236746313 236746496 ENST00000366582 18 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236746036 236746172 ENST00000366582 19 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236744522 236744714 ENST00000366582 20 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236740080 236740249 ENST00000366582 21 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236739519 236739677 ENST00000366582 22 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236737961 236738203 ENST00000366582 23 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236737502 236737633 ENST00000366582 24 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236736025 236736128 ENST00000366582 25 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236735711 236735854 ENST00000366582 26 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236734868 236734986 ENST00000366582 27 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236734651 236734772 ENST00000366582 28 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236732296 236732424 ENST00000366582 29 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236729946 236730176 ENST00000366582 30 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236729219 236729345 ENST00000366582 31 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236727798 236727961 ENST00000366582 32 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236724525 236724571 ENST00000366582 33 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236723014 236723137 ENST00000366582 34 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236722295 236722435 ENST00000366582 35 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236721537 236721829 ENST00000366582 36 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236720495 236720645 ENST00000366582 37 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236719400 236719558 ENST00000366582 38 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236719105 236719239 ENST00000366582 39 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236718851 236718955 ENST00000366582 40 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236718596 236718764 ENST00000366582 41 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236717898 236718052 ENST00000366582 42 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236716881 236717039 ENST00000366582 43 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236715299 236715407 ENST00000366582 44 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236714205 236714290 ENST00000366582 45 HEATR1 ENSG00000119285 Not Supported Not Supported +transcript 1 236713971 236767804 ENST00000366581 NA HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236767254 236767395 ENST00000366581 2 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236766460 236766676 ENST00000366581 3 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236762783 236762924 ENST00000366581 4 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236761178 236761279 ENST00000366581 5 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236760136 236760276 ENST00000366581 6 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236759133 236759344 ENST00000366581 7 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236758840 236758973 ENST00000366581 8 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236757312 236757414 ENST00000366581 9 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236755823 236755933 ENST00000366581 10 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236755293 236755410 ENST00000366581 11 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236754147 236754254 ENST00000366581 12 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236751248 236751343 ENST00000366581 13 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236750702 236750790 ENST00000366581 14 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236749541 236749752 ENST00000366581 15 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236749120 236749241 ENST00000366581 16 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236748325 236748516 ENST00000366581 17 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236746313 236746496 ENST00000366581 18 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236746036 236746172 ENST00000366581 19 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236744522 236744714 ENST00000366581 20 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236740080 236740249 ENST00000366581 21 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236739519 236739677 ENST00000366581 22 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236737502 236737633 ENST00000366581 23 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236736025 236736128 ENST00000366581 24 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236735711 236735854 ENST00000366581 25 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236734868 236734986 ENST00000366581 26 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236734651 236734772 ENST00000366581 27 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236732296 236732424 ENST00000366581 28 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236729946 236730176 ENST00000366581 29 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236729219 236729345 ENST00000366581 30 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236727798 236727961 ENST00000366581 31 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236724525 236724571 ENST00000366581 32 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236723014 236723137 ENST00000366581 33 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236722295 236722435 ENST00000366581 34 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236721537 236721829 ENST00000366581 35 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236720495 236720645 ENST00000366581 36 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236719400 236719558 ENST00000366581 37 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236719105 236719239 ENST00000366581 38 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236718851 236718955 ENST00000366581 39 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236718596 236718764 ENST00000366581 40 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236717898 236718052 ENST00000366581 41 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236716881 236717039 ENST00000366581 42 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236715299 236715407 ENST00000366581 43 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236714205 236714290 ENST00000366581 44 HEATR1 ENSG00000119285 Not Supported Not Supported +transcript 1 236737296 236738075 ENST00000490339 NA HEATR1 ENSG00000119285 Not Supported Not Supported +transcript 1 236759072 236762920 ENST00000483073 NA HEATR1 ENSG00000119285 Not Supported Not Supported +transcript 1 236766125 236767788 ENST00000366579 NA HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236767254 236767395 ENST00000366579 2 HEATR1 ENSG00000119285 Not Supported Not Supported +CDS 1 236766459 236766676 ENST00000366579 3 HEATR1 ENSG00000119285 Not Supported Not Supported +transcript 1 236849754 236925919 ENST00000542672 NA ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236849974 236850099 ENST00000542672 1 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236881158 236881272 ENST00000542672 2 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236882194 236882313 ENST00000542672 3 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236883405 236883491 ENST00000542672 4 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236889233 236889320 ENST00000542672 5 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236890978 236891056 ENST00000542672 6 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236894533 236894614 ENST00000542672 7 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236897733 236897818 ENST00000542672 8 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236900422 236900514 ENST00000542672 9 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236902602 236902832 ENST00000542672 10 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236906196 236906343 ENST00000542672 11 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236907926 236908076 ENST00000542672 12 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236910967 236911075 ENST00000542672 13 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236912424 236912564 ENST00000542672 14 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236914770 236914952 ENST00000542672 15 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236917247 236917381 ENST00000542672 16 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236918319 236918498 ENST00000542672 17 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236920786 236920932 ENST00000542672 18 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236923024 236923089 ENST00000542672 19 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236924315 236924473 ENST00000542672 20 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236925761 236925916 ENST00000542672 21 ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236849808 236927931 ENST00000366578 NA ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236849974 236850099 ENST00000366578 1 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236881158 236881272 ENST00000366578 2 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236882194 236882313 ENST00000366578 3 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236883405 236883491 ENST00000366578 4 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236889233 236889320 ENST00000366578 5 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236890978 236891056 ENST00000366578 6 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236894533 236894614 ENST00000366578 7 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236898935 236899020 ENST00000366578 8 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236900422 236900514 ENST00000366578 9 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236902602 236902832 ENST00000366578 10 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236906196 236906343 ENST00000366578 11 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236907926 236908076 ENST00000366578 12 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236910967 236911075 ENST00000366578 13 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236912424 236912564 ENST00000366578 14 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236914770 236914952 ENST00000366578 15 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236917247 236917381 ENST00000366578 16 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236918319 236918498 ENST00000366578 17 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236920786 236920932 ENST00000366578 18 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236923024 236923089 ENST00000366578 19 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236924315 236924473 ENST00000366578 20 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236925761 236925916 ENST00000366578 21 ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236849827 236908069 ENST00000492634 NA ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236894550 236926148 ENST00000546208 NA ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236912427 236912564 ENST00000546208 7 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236914770 236914952 ENST00000546208 8 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236917247 236917381 ENST00000546208 9 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236918319 236918498 ENST00000546208 10 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236920786 236920932 ENST00000546208 11 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236923024 236923089 ENST00000546208 12 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236924315 236924473 ENST00000546208 13 ACTN2 ENSG00000077522 Not Supported Not Supported +CDS 1 236925761 236925916 ENST00000546208 14 ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236900319 236906221 ENST00000494762 NA ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236911000 236911440 ENST00000492101 NA ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236917199 236925866 ENST00000461367 NA ACTN2 ENSG00000077522 Not Supported Not Supported +transcript 1 236958610 237067281 ENST00000366577 NA MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236959004 236959037 ENST00000366577 1 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236966728 236966942 ENST00000366577 2 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236969444 236969533 ENST00000366577 3 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236972004 236972073 ENST00000366577 4 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236973803 236973895 ENST00000366577 5 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236976038 236976144 ENST00000366577 6 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236978904 236978963 ENST00000366577 7 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236979749 236979843 ENST00000366577 8 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236987419 236987519 ENST00000366577 9 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236988638 236988699 ENST00000366577 10 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236990129 236990196 ENST00000366577 11 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236992489 236992568 ENST00000366577 12 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236995266 236995378 ENST00000366577 13 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236998847 236998987 ENST00000366577 14 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237001714 237001899 ENST00000366577 15 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237013644 237013823 ENST00000366577 16 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237015821 237015937 ENST00000366577 17 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237016248 237016388 ENST00000366577 18 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237023133 237023222 ENST00000366577 19 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237024425 237024577 ENST00000366577 20 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237025536 237025643 ENST00000366577 21 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237026754 237026854 ENST00000366577 22 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237037073 237037140 ENST00000366577 23 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237038026 237038146 ENST00000366577 24 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237044055 237044136 ENST00000366577 25 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237048421 237048519 ENST00000366577 26 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237049592 237049667 ENST00000366577 27 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237052481 237052636 ENST00000366577 28 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237054433 237054629 ENST00000366577 29 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237057657 237057857 ENST00000366577 30 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237058658 237058850 ENST00000366577 31 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060306 237060418 ENST00000366577 32 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060858 237060941 ENST00000366577 33 MTR ENSG00000116984 Not Supported Not Supported +transcript 1 236958612 236979843 ENST00000418145 NA MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236958621 236959037 ENST00000418145 1 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236969444 236969533 ENST00000418145 2 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236972004 236972073 ENST00000418145 3 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236973803 236973895 ENST00000418145 4 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236974945 236974961 ENST00000418145 5 MTR ENSG00000116984 Not Supported Not Supported +transcript 1 236958915 237016388 ENST00000463959 NA MTR ENSG00000116984 Not Supported Not Supported +transcript 1 236958982 237061434 ENST00000535889 NA MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236959004 236959037 ENST00000535889 1 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236966728 236966942 ENST00000535889 2 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236969444 236969533 ENST00000535889 3 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236972004 236972073 ENST00000535889 4 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236973803 236973895 ENST00000535889 5 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236976038 236976144 ENST00000535889 6 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236978904 236978963 ENST00000535889 7 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236979749 236979843 ENST00000535889 8 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236987419 236987519 ENST00000535889 9 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236988638 236988699 ENST00000535889 10 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236990129 236990196 ENST00000535889 11 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236992489 236992568 ENST00000535889 12 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236995266 236995378 ENST00000535889 13 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236998847 236998987 ENST00000535889 14 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237001714 237001899 ENST00000535889 15 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237013644 237013823 ENST00000535889 16 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237015821 237015937 ENST00000535889 17 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237016248 237016388 ENST00000535889 18 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237023133 237023222 ENST00000535889 19 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237025536 237025643 ENST00000535889 20 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237026754 237026854 ENST00000535889 21 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237037073 237037140 ENST00000535889 22 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237038026 237038146 ENST00000535889 23 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237044055 237044136 ENST00000535889 24 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237048421 237048519 ENST00000535889 25 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237049592 237049667 ENST00000535889 26 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237052481 237052636 ENST00000535889 27 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237054433 237054629 ENST00000535889 28 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237057657 237057857 ENST00000535889 29 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237058658 237058850 ENST00000535889 30 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060306 237060418 ENST00000535889 31 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060858 237060941 ENST00000535889 32 MTR ENSG00000116984 Not Supported Not Supported +transcript 1 236998916 237063718 ENST00000366576 NA MTR ENSG00000116984 Not Supported Not Supported +CDS 1 236998916 236998987 ENST00000366576 1 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237001714 237001818 ENST00000366576 2 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237013644 237013823 ENST00000366576 3 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237015821 237015937 ENST00000366576 4 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237016248 237016388 ENST00000366576 5 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237023133 237023222 ENST00000366576 6 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237024425 237024577 ENST00000366576 7 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237025536 237025643 ENST00000366576 8 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237026754 237026854 ENST00000366576 9 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237037073 237037140 ENST00000366576 10 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237038026 237038146 ENST00000366576 11 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237044055 237044136 ENST00000366576 12 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237048421 237048519 ENST00000366576 13 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237049592 237049667 ENST00000366576 14 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237052481 237052636 ENST00000366576 15 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237054433 237054629 ENST00000366576 16 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237057657 237057857 ENST00000366576 17 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237058658 237058850 ENST00000366576 18 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060306 237060418 ENST00000366576 19 MTR ENSG00000116984 Not Supported Not Supported +CDS 1 237060858 237060944 ENST00000366576 20 MTR ENSG00000116984 Not Supported Not Supported +transcript 1 237057641 237063709 ENST00000470570 NA MTR ENSG00000116984 Not Supported Not Supported +transcript 1 236982934 236983818 ENST00000414293 NA RP11-182B22.2 ENSG00000226498 Not Supported Not Supported +transcript 1 237144637 237145008 ENST00000593917 NA RPL35P1 ENSG00000237991 Not Supported Not Supported +transcript 1 237144639 237145008 ENST00000450819 NA RPL35P1 ENSG00000237991 Not Supported Not Supported +transcript 1 237167403 237167718 ENST00000464121 NA MT1HL1 ENSG00000244020 Not Supported Not Supported +CDS 1 237167490 237167672 ENST00000464121 1 MT1HL1 ENSG00000244020 Not Supported Not Supported +transcript 1 237205505 237997288 ENST00000366574 NA RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237205822 237205869 ENST00000366574 1 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237433797 237433916 ENST00000366574 2 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237494178 237494282 ENST00000366574 3 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237519265 237519285 ENST00000366574 4 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237527658 237527672 ENST00000366574 5 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237532834 237532908 ENST00000366574 6 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237538017 237538095 ENST00000366574 7 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237540623 237540735 ENST00000366574 8 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237550581 237550680 ENST00000366574 9 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237551387 237551483 ENST00000366574 10 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237580349 237580423 ENST00000366574 11 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237586392 237586548 ENST00000366574 12 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237604619 237604783 ENST00000366574 13 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237608701 237608822 ENST00000366574 14 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237617691 237617874 ENST00000366574 15 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237619900 237620035 ENST00000366574 16 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237632392 237632487 ENST00000366574 17 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237655106 237655224 ENST00000366574 18 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237656254 237656387 ENST00000366574 19 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237659811 237660052 ENST00000366574 20 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237664011 237664203 ENST00000366574 21 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237666589 237666805 ENST00000366574 22 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237670010 237670114 ENST00000366574 23 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237674988 237675091 ENST00000366574 24 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237693727 237693810 ENST00000366574 25 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237711731 237711890 ENST00000366574 26 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237713844 237713991 ENST00000366574 27 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237729867 237730075 ENST00000366574 28 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237732445 237732619 ENST00000366574 29 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753093 237753301 ENST00000366574 30 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753940 237754292 ENST00000366574 31 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237755039 237755153 ENST00000366574 32 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237756776 237756936 ENST00000366574 33 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237758798 237758957 ENST00000366574 34 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237765325 237765411 ENST00000366574 35 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237774062 237774288 ENST00000366574 36 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237777339 237778143 ENST00000366574 37 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237780586 237780786 ENST00000366574 38 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237787065 237787170 ENST00000366574 39 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237788961 237789104 ENST00000366574 40 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237791107 237791380 ENST00000366574 41 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237794727 237794841 ENST00000366574 42 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237796878 237797010 ENST00000366574 43 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237798189 237798292 ENST00000366574 44 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237801657 237801792 ENST00000366574 45 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237802315 237802501 ENST00000366574 46 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237804197 237804302 ENST00000366574 47 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237806627 237806747 ENST00000366574 48 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237811744 237811913 ENST00000366574 49 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237813177 237813397 ENST00000366574 50 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237814711 237814801 ENST00000366574 51 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237817574 237817714 ENST00000366574 52 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237819121 237819284 ENST00000366574 53 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237821244 237821322 ENST00000366574 54 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237823285 237823374 ENST00000366574 55 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237824110 237824247 ENST00000366574 56 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237829812 237829889 ENST00000366574 57 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237831183 237831258 ENST00000366574 58 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237837396 237837519 ENST00000366574 59 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237838031 237838146 ENST00000366574 60 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237841348 237841412 ENST00000366574 61 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237843756 237843877 ENST00000366574 62 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237850755 237850804 ENST00000366574 63 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237862265 237862325 ENST00000366574 64 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237863529 237863767 ENST00000366574 65 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237865278 237865359 ENST00000366574 66 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237868513 237868643 ENST00000366574 67 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237870249 237870569 ENST00000366574 68 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872158 237872398 ENST00000366574 69 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872780 237872867 ENST00000366574 70 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237875045 237875137 ENST00000366574 71 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237880498 237880668 ENST00000366574 72 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237881762 237881821 ENST00000366574 73 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237886428 237886562 ENST00000366574 74 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237889573 237889608 ENST00000366574 75 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237890387 237890499 ENST00000366574 76 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237893560 237893656 ENST00000366574 77 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237895346 237895449 ENST00000366574 78 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237897005 237897056 ENST00000366574 79 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237905596 237905649 ENST00000366574 80 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237919588 237919687 ENST00000366574 81 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237920997 237921076 ENST00000366574 82 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237923076 237923152 ENST00000366574 83 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237924255 237924328 ENST00000366574 84 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237934107 237934187 ENST00000366574 85 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237935312 237935400 ENST00000366574 86 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237936820 237936948 ENST00000366574 87 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237941966 237942070 ENST00000366574 88 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237944865 237944946 ENST00000366574 89 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237946975 237948272 ENST00000366574 90 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237949269 237949336 ENST00000366574 91 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237951288 237951435 ENST00000366574 92 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237954729 237954815 ENST00000366574 93 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237955405 237955623 ENST00000366574 94 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237957167 237957297 ENST00000366574 95 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237958589 237958631 ENST00000366574 96 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237961337 237961470 ENST00000366574 97 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237965156 237965216 ENST00000366574 98 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237969437 237969583 ENST00000366574 99 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237972201 237972335 ENST00000366574 100 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237982336 237982492 ENST00000366574 101 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237991681 237991745 ENST00000366574 102 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237993830 237993930 ENST00000366574 103 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237994814 237994865 ENST00000366574 104 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237995852 237995944 ENST00000366574 105 RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237430900 237996058 ENST00000360064 NA RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237430900 237430933 ENST00000360064 1 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237433615 237433621 ENST00000360064 2 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237433797 237433916 ENST00000360064 3 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237494178 237494286 ENST00000360064 4 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237496916 237496926 ENST00000360064 5 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237516141 237516155 ENST00000360064 6 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237532827 237532908 ENST00000360064 7 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237538017 237538095 ENST00000360064 8 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237540623 237540735 ENST00000360064 9 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237550581 237550680 ENST00000360064 10 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237551387 237551483 ENST00000360064 11 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237580349 237580423 ENST00000360064 12 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237586392 237586548 ENST00000360064 13 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237604619 237604783 ENST00000360064 14 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237608701 237608822 ENST00000360064 15 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237617691 237617874 ENST00000360064 16 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237619900 237620035 ENST00000360064 17 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237632392 237632487 ENST00000360064 18 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237655106 237655224 ENST00000360064 19 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237656254 237656387 ENST00000360064 20 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237659811 237660052 ENST00000360064 21 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237664011 237664203 ENST00000360064 22 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237666589 237666805 ENST00000360064 23 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237670010 237670114 ENST00000360064 24 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237674988 237675091 ENST00000360064 25 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237693727 237693810 ENST00000360064 26 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237711731 237711890 ENST00000360064 27 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237713844 237713991 ENST00000360064 28 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237729867 237730075 ENST00000360064 29 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237732445 237732619 ENST00000360064 30 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753093 237753301 ENST00000360064 31 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753940 237754292 ENST00000360064 32 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237755039 237755153 ENST00000360064 33 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237756776 237756936 ENST00000360064 34 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237758798 237758957 ENST00000360064 35 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237765325 237765411 ENST00000360064 36 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237774062 237774288 ENST00000360064 37 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237777339 237778143 ENST00000360064 38 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237780586 237780786 ENST00000360064 39 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237787065 237787170 ENST00000360064 40 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237788961 237789104 ENST00000360064 41 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237791107 237791380 ENST00000360064 42 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237794727 237794841 ENST00000360064 43 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237796878 237797010 ENST00000360064 44 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237798189 237798292 ENST00000360064 45 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237801657 237801792 ENST00000360064 46 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237802315 237802501 ENST00000360064 47 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237804197 237804302 ENST00000360064 48 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237806627 237806747 ENST00000360064 49 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237811744 237811913 ENST00000360064 50 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237813177 237813397 ENST00000360064 51 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237814711 237814801 ENST00000360064 52 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237817574 237817714 ENST00000360064 53 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237819121 237819284 ENST00000360064 54 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237821244 237821322 ENST00000360064 55 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237823285 237823374 ENST00000360064 56 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237824110 237824247 ENST00000360064 57 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237829812 237829889 ENST00000360064 58 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237831183 237831258 ENST00000360064 59 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237837396 237837519 ENST00000360064 60 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237838031 237838146 ENST00000360064 61 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237841348 237841412 ENST00000360064 62 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237843756 237843877 ENST00000360064 63 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237850755 237850804 ENST00000360064 64 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237862265 237862325 ENST00000360064 65 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237863529 237863767 ENST00000360064 66 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237865278 237865359 ENST00000360064 67 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237868513 237868643 ENST00000360064 68 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237870249 237870569 ENST00000360064 69 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872158 237872398 ENST00000360064 70 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872780 237872867 ENST00000360064 71 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237875045 237875137 ENST00000360064 72 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237880498 237880668 ENST00000360064 73 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237881762 237881821 ENST00000360064 74 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237886428 237886562 ENST00000360064 75 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237889573 237889608 ENST00000360064 76 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237890387 237890499 ENST00000360064 77 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237893560 237893656 ENST00000360064 78 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237895346 237895449 ENST00000360064 79 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237897005 237897056 ENST00000360064 80 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237905596 237905649 ENST00000360064 81 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237906900 237906923 ENST00000360064 82 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237919588 237919687 ENST00000360064 83 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237920997 237921076 ENST00000360064 84 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237923076 237923152 ENST00000360064 85 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237924255 237924328 ENST00000360064 86 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237934107 237934187 ENST00000360064 87 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237935312 237935400 ENST00000360064 88 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237936820 237936948 ENST00000360064 89 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237941966 237942070 ENST00000360064 90 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237944865 237944946 ENST00000360064 91 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237946975 237948272 ENST00000360064 92 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237949269 237949336 ENST00000360064 93 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237951288 237951435 ENST00000360064 94 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237954729 237954815 ENST00000360064 95 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237955405 237955623 ENST00000360064 96 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237957167 237957297 ENST00000360064 97 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237958589 237958631 ENST00000360064 98 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237961337 237961470 ENST00000360064 99 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237965156 237965216 ENST00000360064 100 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237969437 237969583 ENST00000360064 101 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237972201 237972335 ENST00000360064 102 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237982336 237982492 ENST00000360064 103 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237991681 237991745 ENST00000360064 104 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237993830 237993930 ENST00000360064 105 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237994814 237994865 ENST00000360064 106 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237995852 237995944 ENST00000360064 107 RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237433797 237997288 ENST00000542537 NA RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237433797 237433916 ENST00000542537 1 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237494178 237494282 ENST00000542537 2 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237519265 237519285 ENST00000542537 3 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237527658 237527672 ENST00000542537 4 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237532834 237532908 ENST00000542537 5 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237538017 237538095 ENST00000542537 6 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237540623 237540735 ENST00000542537 7 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237550581 237550680 ENST00000542537 8 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237551387 237551483 ENST00000542537 9 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237580349 237580423 ENST00000542537 10 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237586392 237586548 ENST00000542537 11 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237604619 237604783 ENST00000542537 12 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237608701 237608822 ENST00000542537 13 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237617691 237617874 ENST00000542537 14 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237619900 237620035 ENST00000542537 15 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237632392 237632487 ENST00000542537 16 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237655106 237655224 ENST00000542537 17 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237656254 237656387 ENST00000542537 18 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237659811 237660052 ENST00000542537 19 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237664011 237664203 ENST00000542537 20 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237666589 237666805 ENST00000542537 21 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237670010 237670114 ENST00000542537 22 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237674988 237675091 ENST00000542537 23 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237693727 237693810 ENST00000542537 24 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237711731 237711890 ENST00000542537 25 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237713844 237713991 ENST00000542537 26 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237729867 237730075 ENST00000542537 27 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237732445 237732619 ENST00000542537 28 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753093 237753301 ENST00000542537 29 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237753940 237754292 ENST00000542537 30 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237755039 237755153 ENST00000542537 31 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237756776 237756936 ENST00000542537 32 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237758798 237758957 ENST00000542537 33 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237765325 237765411 ENST00000542537 34 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237774062 237774288 ENST00000542537 35 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237777339 237778143 ENST00000542537 36 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237780586 237780786 ENST00000542537 37 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237787065 237787170 ENST00000542537 38 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237788961 237789104 ENST00000542537 39 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237791107 237791380 ENST00000542537 40 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237794727 237794841 ENST00000542537 41 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237796878 237797010 ENST00000542537 42 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237798189 237798292 ENST00000542537 43 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237801657 237801792 ENST00000542537 44 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237802315 237802501 ENST00000542537 45 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237804197 237804302 ENST00000542537 46 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237806627 237806747 ENST00000542537 47 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237811744 237811913 ENST00000542537 48 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237813177 237813397 ENST00000542537 49 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237814711 237814801 ENST00000542537 50 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237817574 237817714 ENST00000542537 51 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237819121 237819284 ENST00000542537 52 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237821244 237821322 ENST00000542537 53 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237823285 237823374 ENST00000542537 54 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237824110 237824247 ENST00000542537 55 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237829812 237829889 ENST00000542537 56 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237831183 237831258 ENST00000542537 57 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237837396 237837519 ENST00000542537 58 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237838031 237838146 ENST00000542537 59 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237841348 237841412 ENST00000542537 60 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237843756 237843877 ENST00000542537 61 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237850755 237850804 ENST00000542537 62 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237862265 237862325 ENST00000542537 63 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237863529 237863767 ENST00000542537 64 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237865278 237865359 ENST00000542537 65 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237868513 237868643 ENST00000542537 66 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237870249 237870569 ENST00000542537 67 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872158 237872398 ENST00000542537 68 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237872780 237872867 ENST00000542537 69 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237875045 237875137 ENST00000542537 70 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237880498 237880668 ENST00000542537 71 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237881762 237881821 ENST00000542537 72 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237886428 237886562 ENST00000542537 73 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237889573 237889608 ENST00000542537 74 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237890387 237890499 ENST00000542537 75 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237893560 237893656 ENST00000542537 76 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237895346 237895449 ENST00000542537 77 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237897005 237897056 ENST00000542537 78 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237905596 237905649 ENST00000542537 79 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237919588 237919687 ENST00000542537 80 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237920997 237921076 ENST00000542537 81 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237923076 237923152 ENST00000542537 82 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237924255 237924328 ENST00000542537 83 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237934107 237934187 ENST00000542537 84 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237935312 237935400 ENST00000542537 85 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237936820 237936948 ENST00000542537 86 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237941966 237942070 ENST00000542537 87 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237944865 237944946 ENST00000542537 88 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237946975 237948272 ENST00000542537 89 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237949269 237949336 ENST00000542537 90 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237951288 237951435 ENST00000542537 91 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237954729 237954815 ENST00000542537 92 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237955405 237955623 ENST00000542537 93 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237957167 237957297 ENST00000542537 94 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237958589 237958631 ENST00000542537 95 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237961337 237961470 ENST00000542537 96 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237965156 237965216 ENST00000542537 97 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237969437 237969583 ENST00000542537 98 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237972201 237972335 ENST00000542537 99 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237982336 237982492 ENST00000542537 100 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237991681 237991745 ENST00000542537 101 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237993830 237993930 ENST00000542537 102 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237994814 237994865 ENST00000542537 103 RYR2 ENSG00000198626 Not Supported Not Supported +CDS 1 237995852 237995944 ENST00000542537 104 RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237838064 237949336 ENST00000609119 NA RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237886511 237890442 ENST00000609253 NA RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237955146 237996058 ENST00000608590 NA RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237963329 237965675 ENST00000466626 NA RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237993332 237996002 ENST00000462585 NA RYR2 ENSG00000198626 Not Supported Not Supported +transcript 1 237284107 237284409 ENST00000516587 NA RN7SKP195 ENSG00000252396 Not Supported Not Supported +transcript 1 237634419 237634491 ENST00000584884 NA MIR4428 ENSG00000266262 Not Supported Not Supported +transcript 1 237718340 237718471 ENST00000516481 NA SNORA25 ENSG00000252290 Not Supported Not Supported +transcript 1 238025475 238091621 ENST00000450451 NA RP11-193H5.1 ENSG00000237250 Not Supported Not Supported +transcript 1 238045705 238054094 ENST00000366570 NA ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238053761 238053935 ENST00000366570 1 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238053355 238053476 ENST00000366570 2 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238053167 238053269 ENST00000366570 3 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238051658 238051810 ENST00000366570 4 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238050674 238050861 ENST00000366570 5 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238050071 238050168 ENST00000366570 6 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238049056 238049186 ENST00000366570 7 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238048691 238048880 ENST00000366570 8 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238048465 238048615 ENST00000366570 9 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238048069 238048147 ENST00000366570 10 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238046042 238046146 ENST00000366570 11 ZP4 ENSG00000116996 Not Supported Not Supported +CDS 1 238045725 238045849 ENST00000366570 12 ZP4 ENSG00000116996 Not Supported Not Supported +transcript 1 238090131 238090905 ENST00000450208 NA RP11-193H5.2 ENSG00000243781 Not Supported Not Supported +transcript 1 238107024 238108575 ENST00000604646 NA MTRNR2L11 ENSG00000270188 Not Supported Not Supported +CDS 1 238107555 238107626 ENST00000604646 1 MTRNR2L11 ENSG00000270188 Not Supported Not Supported +transcript 1 238111317 238112443 ENST00000433123 NA RP11-193H5.5 ENSG00000232154 Not Supported Not Supported +transcript 1 238112514 238113034 ENST00000441157 NA MTND6P15 ENSG00000225723 Not Supported Not Supported +transcript 1 238113036 238114836 ENST00000445624 NA MTND5P18 ENSG00000227860 Not Supported Not Supported +transcript 1 238271036 238271867 ENST00000445891 NA YWHAQP9 ENSG00000230019 Not Supported Not Supported +transcript 1 238431794 238431895 ENST00000456364 NA RP11-136B18.1 ENSG00000232989 Not Supported Not Supported +transcript 1 238439337 238450316 ENST00000422844 NA RP11-136B18.2 ENSG00000234464 Not Supported Not Supported +transcript 1 238488987 238489088 ENST00000516562 NA RNU6-725P ENSG00000252371 Not Supported Not Supported +transcript 1 238643684 238649323 ENST00000400946 NA LINC01139 ENSG00000215808 Not Supported Not Supported +transcript 1 238648745 238701605 ENST00000442726 NA RP11-177F15.1 ENSG00000231877 Not Supported Not Supported +transcript 1 238654658 238655944 ENST00000424695 NA KRT18P32 ENSG00000215149 Not Supported Not Supported +transcript 1 238940349 238942500 ENST00000422560 NA MIPEPP2 ENSG00000224783 Not Supported Not Supported +transcript 1 239216048 239216203 ENST00000422215 NA RP11-307O1.1 ENSG00000227854 Not Supported Not Supported +transcript 1 239411108 239414118 ENST00000561926 NA RP11-544D21.2 ENSG00000259776 Not Supported Not Supported +transcript 1 239433025 239439761 ENST00000442410 NA RP11-544D21.1 ENSG00000227185 Not Supported Not Supported +transcript 1 239549865 240049896 ENST00000468573 NA CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239550220 239769507 ENST00000492335 NA CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239571520 239709912 ENST00000481779 NA CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239792373 240078750 ENST00000255380 NA CHRM3 ENSG00000133019 Not Supported Not Supported +CDS 1 240070752 240072521 ENST00000255380 5 CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239795551 239866949 ENST00000487470 NA CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239882843 240071080 ENST00000448020 NA CHRM3 ENSG00000133019 Not Supported Not Supported +CDS 1 240070752 240071080 ENST00000448020 3 CHRM3 ENSG00000133019 Not Supported Not Supported +transcript 1 239866684 239867454 ENST00000596999 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 239867192 239882366 ENST00000427859 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 239869622 239870822 ENST00000428176 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 239869725 239893765 ENST00000600831 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 239870424 239882419 ENST00000458325 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 239870651 239893765 ENST00000593855 NA CHRM3-AS2 ENSG00000233355 Not Supported Not Supported +transcript 1 240061316 240063172 ENST00000444721 NA CHRM3-AS1 ENSG00000234601 Not Supported Not Supported +transcript 1 240078739 240080255 ENST00000430542 NA RP11-35L17.3 ENSG00000231979 Not Supported Not Supported +transcript 1 240136087 240137545 ENST00000400943 NA RP11-438O11.1 ENSG00000215805 Not Supported Not Supported +transcript 1 240175946 240176526 ENST00000441482 NA RPS7P5 ENSG00000217327 Not Supported Not Supported +transcript 1 240177648 240370487 ENST00000447095 NA FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240286565 240286645 ENST00000447095 3 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240341221 240341368 ENST00000447095 4 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240343469 240343480 ENST00000447095 5 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240351507 240351562 ENST00000447095 6 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240370099 240370487 ENST00000447095 7 FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240255180 240638489 ENST00000319653 NA FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240255410 240257024 ENST00000319653 1 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240286479 240286645 ENST00000319653 2 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240341221 240341368 ENST00000319653 3 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240351507 240351562 ENST00000319653 4 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240370099 240372032 ENST00000319653 5 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240374391 240374535 ENST00000319653 6 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240421245 240421332 ENST00000319653 7 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240458122 240458183 ENST00000319653 8 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492376 240492467 ENST00000319653 9 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492639 240492768 ENST00000319653 10 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240493903 240494049 ENST00000319653 11 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240497187 240497246 ENST00000319653 12 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240497409 240497529 ENST00000319653 13 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240519116 240519208 ENST00000319653 14 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240555811 240555862 ENST00000319653 15 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240601361 240601510 ENST00000319653 16 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240635672 240635753 ENST00000319653 17 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240637428 240637451 ENST00000319653 18 FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240399071 240493976 ENST00000463398 NA FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240408560 240492692 ENST00000441342 NA FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240408863 240408865 ENST00000441342 1 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240421245 240421332 ENST00000441342 2 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240458122 240458183 ENST00000441342 3 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492376 240492467 ENST00000441342 4 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492639 240492692 ENST00000441342 5 FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240408591 240637857 ENST00000545751 NA FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240408863 240408865 ENST00000545751 1 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492376 240492467 ENST00000545751 2 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240492639 240492768 ENST00000545751 3 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240493903 240494049 ENST00000545751 4 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240497187 240497246 ENST00000545751 5 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240497409 240497529 ENST00000545751 6 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240519116 240519208 ENST00000545751 7 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240555811 240555862 ENST00000545751 8 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240601361 240601510 ENST00000545751 9 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240635672 240635753 ENST00000545751 10 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240637428 240637451 ENST00000545751 11 FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240620782 240637567 ENST00000543681 NA FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240635652 240635753 ENST00000543681 2 FMN2 ENSG00000155816 Not Supported Not Supported +CDS 1 240637428 240637451 ENST00000543681 3 FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240635398 240638009 ENST00000496950 NA FMN2 ENSG00000155816 Not Supported Not Supported +transcript 1 240305970 240308689 ENST00000451892 NA RP11-567G24.1 ENSG00000228818 Not Supported Not Supported +transcript 1 240317951 240318072 ENST00000365171 NA Y_RNA ENSG00000202041 Not Supported Not Supported +transcript 1 240333455 240334591 ENST00000433842 NA ADH5P3 ENSG00000223694 Not Supported Not Supported +transcript 1 240341139 240342944 ENST00000412311 NA RP11-567G24.3 ENSG00000233735 Not Supported Not Supported +transcript 1 240341139 240342944 ENST00000444308 NA RP11-567G24.3 ENSG00000233735 Not Supported Not Supported +transcript 1 240504685 240504777 ENST00000516508 NA Y_RNA ENSG00000252317 Not Supported Not Supported +transcript 1 240563971 240564423 ENST00000455599 NA RP11-177F11.1 ENSG00000233519 Not Supported Not Supported +transcript 1 240629183 240643504 ENST00000596886 NA AL646016.1 ENSG00000268365 Not Supported Not Supported +CDS 1 240643479 240643504 ENST00000596886 1 AL646016.1 ENSG00000268365 Not Supported Not Supported +CDS 1 240629183 240629225 ENST00000596886 2 AL646016.1 ENSG00000268365 Not Supported Not Supported +transcript 1 240652873 240775449 ENST00000318160 NA GREM2 ENSG00000180875 Not Supported Not Supported +CDS 1 240656272 240656775 ENST00000318160 2 GREM2 ENSG00000180875 Not Supported Not Supported +transcript 1 240693752 240694162 ENST00000457477 NA RP11-467I20.2 ENSG00000224359 Not Supported Not Supported +transcript 1 240713167 240713678 ENST00000425769 NA RP11-467I20.4 ENSG00000226014 Not Supported Not Supported +transcript 1 240751822 240754048 ENST00000428891 NA RP11-467I20.6 ENSG00000231440 Not Supported Not Supported +transcript 1 240799899 240800352 ENST00000420757 NA RP11-467I20.3 ENSG00000228844 Not Supported Not Supported +transcript 1 240816667 240816777 ENST00000515941 NA RNU5F-8P ENSG00000251750 Not Supported Not Supported +transcript 1 240817541 240817925 ENST00000442611 NA RP11-467I20.5 ENSG00000234872 Not Supported Not Supported +transcript 1 240861620 240861729 ENST00000362371 NA Y_RNA ENSG00000199241 Not Supported Not Supported +transcript 1 240902719 240906911 ENST00000431139 NA RP11-80B9.4 ENSG00000230015 Not Supported Not Supported +transcript 1 240928857 240931980 ENST00000413801 NA RP11-80B9.1 ENSG00000226919 Not Supported Not Supported +transcript 1 240931554 241307868 ENST00000331110 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000331110 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000331110 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000331110 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000331110 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000331110 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000331110 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000331110 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000331110 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000331110 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000331110 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000331110 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000331110 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000331110 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000331110 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000331110 17 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938815 241032095 ENST00000440928 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032095 ENST00000440928 1 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000440928 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000440928 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000440928 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000440928 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000440928 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000440928 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000440928 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000440928 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240964755 240964808 ENST00000440928 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963947 240964021 ENST00000440928 11 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938815 241519076 ENST00000348120 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000348120 1 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000348120 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000348120 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000348120 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000348120 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000348120 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000348120 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000348120 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000348120 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000348120 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000348120 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000348120 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000348120 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000348120 14 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938815 241520215 ENST00000366563 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000366563 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000366563 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000366563 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000366563 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000366563 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000366563 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000366563 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000366563 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000366563 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000366563 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000366563 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000366563 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000366563 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000366563 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000366563 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000366563 17 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938815 241520385 ENST00000366564 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000366564 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000366564 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000366564 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000366564 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000366564 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000366564 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000366564 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000366564 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000366564 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000366564 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000366564 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000366564 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000366564 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000366564 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000366564 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240939466 240939513 ENST00000366564 17 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938815 241520530 ENST00000366565 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000366565 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000366565 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000366565 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000366565 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000366565 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000366565 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000366565 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000366565 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000366565 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000366565 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000366565 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000366565 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000366565 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000366565 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000366565 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240964755 240964808 ENST00000366565 17 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240939466 240939513 ENST00000366565 18 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240938960 241372018 ENST00000446183 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241099980 ENST00000446183 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000446183 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000446183 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000446183 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000446183 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000446183 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000446183 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000446183 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000446183 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000446183 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000446183 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000446183 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000446183 17 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240939463 241519076 ENST00000366562 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000366562 1 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000366562 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000366562 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000366562 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000366562 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000366562 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000366562 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000366562 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000366562 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000366562 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000366562 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000366562 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000366562 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000366562 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000366562 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240939466 240939513 ENST00000366562 16 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240963947 241519076 ENST00000407727 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000407727 1 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000407727 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000407727 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241099900 241100006 ENST00000407727 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241094017 241094068 ENST00000407727 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000407727 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000407727 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000407727 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000407727 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000407727 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000407727 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000407727 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000407727 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000407727 14 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000407727 15 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240964755 240964808 ENST00000407727 16 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000407727 17 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240963947 241519076 ENST00000401882 NA RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241518999 241519076 ENST00000401882 1 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241261966 241262062 ENST00000401882 2 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241146379 241146429 ENST00000401882 3 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241033355 241033419 ENST00000401882 4 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241032076 241032152 ENST00000401882 5 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 241031887 241031968 ENST00000401882 6 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240990398 240990472 ENST00000401882 7 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240979617 240979715 ENST00000401882 8 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240978016 240978077 ENST00000401882 9 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240976918 240977028 ENST00000401882 10 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240975218 240975343 ENST00000401882 11 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240969440 240969626 ENST00000401882 12 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240966204 240966293 ENST00000401882 13 RGS7 ENSG00000182901 Not Supported Not Supported +CDS 1 240963950 240964021 ENST00000401882 14 RGS7 ENSG00000182901 Not Supported Not Supported +transcript 1 240932720 240934834 ENST00000447914 NA PRKRIRP8 ENSG00000223963 Not Supported Not Supported +transcript 1 240986306 240986733 ENST00000400940 NA RFKP1 ENSG00000215802 Not Supported Not Supported +transcript 1 241082953 241083909 ENST00000458678 NA HNRNPA1P42 ENSG00000233615 Not Supported Not Supported +transcript 1 241161751 241162094 ENST00000437248 NA RP11-435F13.2 ENSG00000238085 Not Supported Not Supported +transcript 1 241295572 241295646 ENST00000583417 NA MIR3123 ENSG00000265831 Not Supported Not Supported +transcript 1 241468880 241469182 ENST00000424448 NA RP11-306K13.1 ENSG00000224348 Not Supported Not Supported +transcript 1 241587592 241596628 ENST00000444330 NA RP11-527D7.1 ENSG00000225554 Not Supported Not Supported +transcript 1 241587698 241596792 ENST00000413994 NA RP11-527D7.1 ENSG00000225554 Not Supported Not Supported +transcript 1 241660903 241683061 ENST00000366560 NA FH ENSG00000091483 Not Supported Not Supported +CDS 1 241682891 241683022 ENST00000366560 1 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241680482 241680616 ENST00000366560 2 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241676903 241677013 ENST00000366560 3 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241675267 241675443 ENST00000366560 4 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241671903 241672085 ENST00000366560 5 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241669303 241669468 ENST00000366560 6 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241667342 241667545 ENST00000366560 7 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241665743 241665870 ENST00000366560 8 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241663737 241663890 ENST00000366560 9 FH ENSG00000091483 Not Supported Not Supported +CDS 1 241661131 241661270 ENST00000366560 10 FH ENSG00000091483 Not Supported Not Supported +transcript 1 241675167 241676976 ENST00000497042 NA FH ENSG00000091483 Not Supported Not Supported +transcript 1 241676980 241682604 ENST00000493477 NA FH ENSG00000091483 Not Supported Not Supported +transcript 1 241695434 241755590 ENST00000366558 NA KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241695745 241695798 ENST00000366558 1 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712129 241712198 ENST00000366558 2 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712977 241713074 ENST00000366558 3 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241714255 241714344 ENST00000366558 4 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241718912 241718960 ENST00000366558 5 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241723965 241724052 ENST00000366558 6 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241725467 241725632 ENST00000366558 7 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241728287 241728358 ENST00000366558 8 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241729791 241729912 ENST00000366558 9 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241731800 241731947 ENST00000366558 10 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241749981 241750038 ENST00000366558 11 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241752050 241752132 ENST00000366558 12 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753353 241753415 ENST00000366558 13 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753506 241753565 ENST00000366558 14 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241755255 241755452 ENST00000366558 15 KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695434 241758944 ENST00000366559 NA KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241695745 241695798 ENST00000366559 1 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712129 241712198 ENST00000366559 2 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712977 241713074 ENST00000366559 3 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241714255 241714344 ENST00000366559 4 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241718912 241718960 ENST00000366559 5 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241723965 241724052 ENST00000366559 6 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241725467 241725632 ENST00000366559 7 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241728287 241728358 ENST00000366559 8 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241729791 241729912 ENST00000366559 9 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241731800 241731947 ENST00000366559 10 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241749981 241750038 ENST00000366559 11 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241752050 241752132 ENST00000366559 12 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753314 241753415 ENST00000366559 13 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753506 241753565 ENST00000366559 14 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241755255 241755452 ENST00000366559 15 KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695638 241725564 ENST00000484628 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695669 241725583 ENST00000480967 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695679 241713387 ENST00000484229 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695701 241729875 ENST00000477907 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241695705 241758944 ENST00000366557 NA KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241695745 241695798 ENST00000366557 1 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712129 241712198 ENST00000366557 2 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241712977 241713074 ENST00000366557 3 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241714255 241714344 ENST00000366557 4 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241718912 241718960 ENST00000366557 5 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241723965 241724052 ENST00000366557 6 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241725467 241725632 ENST00000366557 7 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241728287 241728358 ENST00000366557 8 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241729791 241729912 ENST00000366557 9 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241731800 241731947 ENST00000366557 10 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241749981 241750038 ENST00000366557 11 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241752050 241752132 ENST00000366557 12 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753506 241753565 ENST00000366557 13 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241755255 241755452 ENST00000366557 14 KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241712962 241719101 ENST00000481087 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241725353 241750038 ENST00000431245 NA KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241731935 241756761 ENST00000366555 NA KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241731935 241731947 ENST00000366555 1 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241749981 241750038 ENST00000366555 2 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241752050 241752132 ENST00000366555 3 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753314 241753415 ENST00000366555 4 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241753506 241753565 ENST00000366555 5 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241755255 241755451 ENST00000366555 6 KMO ENSG00000117009 Not Supported Not Supported +CDS 1 241756666 241756699 ENST00000366555 7 KMO ENSG00000117009 Not Supported Not Supported +transcript 1 241753404 241764480 ENST00000462265 NA OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241756426 241803663 ENST00000366554 NA OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241803184 241803556 ENST00000366554 1 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241767562 241767881 ENST00000366554 2 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241761048 241761299 ENST00000366554 3 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241757733 241757993 ENST00000366554 4 OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241756452 241803701 ENST00000331838 NA OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241803184 241803556 ENST00000331838 1 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241779156 241779238 ENST00000331838 2 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241761048 241761299 ENST00000331838 3 OPN3 ENSG00000054277 Not Supported Not Supported +CDS 1 241757733 241757993 ENST00000331838 4 OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241756904 241803642 ENST00000469376 NA OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241756904 241803657 ENST00000490673 NA OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241757514 241840678 ENST00000463155 NA OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241757900 241803512 ENST00000478849 NA OPN3 ENSG00000054277 Not Supported Not Supported +transcript 1 241792155 241799232 ENST00000366553 NA CHML ENSG00000203668 Not Supported Not Supported +CDS 1 241797101 241799068 ENST00000366553 1 CHML ENSG00000203668 Not Supported Not Supported +transcript 1 241815580 241964957 ENST00000468967 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241815787 241815931 ENST00000468967 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241823832 241823962 ENST00000468967 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241834376 241834478 ENST00000468967 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241837946 241838049 ENST00000468967 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241842787 241842897 ENST00000468967 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241846789 241847003 ENST00000468967 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241850763 241850897 ENST00000468967 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241875104 241875183 ENST00000468967 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241886599 241886738 ENST00000468967 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241901665 241901791 ENST00000468967 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241904818 241904966 ENST00000468967 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241907695 241907810 ENST00000468967 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912999 241913024 ENST00000468967 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920586 ENST00000468967 14 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241815580 241965435 ENST00000366552 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241815787 241815931 ENST00000366552 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241823832 241823962 ENST00000366552 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241834376 241834478 ENST00000366552 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241837946 241838049 ENST00000366552 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241842787 241842897 ENST00000366552 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241846789 241847003 ENST00000366552 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241850763 241850897 ENST00000366552 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241875104 241875183 ENST00000366552 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241886599 241886738 ENST00000366552 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241901665 241901791 ENST00000366552 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241904818 241904966 ENST00000366552 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241907695 241907818 ENST00000366552 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912849 241913024 ENST00000366552 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920761 ENST00000366552 14 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241929520 241929653 ENST00000366552 15 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241932706 241932807 ENST00000366552 16 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241933923 241933992 ENST00000366552 17 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241934963 241934999 ENST00000366552 18 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241936094 241936233 ENST00000366552 19 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241938407 241938512 ENST00000366552 20 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241943306 241943364 ENST00000366552 21 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241946574 241946683 ENST00000366552 22 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241951151 241951336 ENST00000366552 23 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241953893 241953998 ENST00000366552 24 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241958509 241958589 ENST00000366552 25 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241959559 241959672 ENST00000366552 26 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241964434 241964514 ENST00000366552 27 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241815580 241965435 ENST00000437684 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241815787 241815931 ENST00000437684 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241823832 241823962 ENST00000437684 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241834376 241834478 ENST00000437684 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241837946 241838049 ENST00000437684 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241842787 241842897 ENST00000437684 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241846789 241847003 ENST00000437684 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241850763 241850897 ENST00000437684 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241875104 241875183 ENST00000437684 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241886599 241886738 ENST00000437684 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241901665 241901791 ENST00000437684 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241904818 241904966 ENST00000437684 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241907695 241907818 ENST00000437684 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912849 241913024 ENST00000437684 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920761 ENST00000437684 14 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241929520 241929607 ENST00000437684 15 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241943306 241943364 ENST00000437684 16 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241946574 241946683 ENST00000437684 17 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241951151 241951336 ENST00000437684 18 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241953893 241953998 ENST00000437684 19 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241958509 241958589 ENST00000437684 20 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241959559 241959672 ENST00000437684 21 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241964434 241964514 ENST00000437684 22 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241823830 241846959 ENST00000461971 NA WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241823935 241839710 ENST00000496914 NA WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241846882 241964765 ENST00000414635 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241846882 241847003 ENST00000414635 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241850763 241850897 ENST00000414635 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241875104 241875183 ENST00000414635 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241886599 241886738 ENST00000414635 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241901665 241901791 ENST00000414635 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241904818 241904966 ENST00000414635 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241907695 241907818 ENST00000414635 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912849 241913024 ENST00000414635 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920761 ENST00000414635 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241929520 241929607 ENST00000414635 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241943306 241943364 ENST00000414635 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241946574 241946683 ENST00000414635 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241951151 241951336 ENST00000414635 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241953893 241953998 ENST00000414635 14 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241958509 241958589 ENST00000414635 15 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241959559 241959672 ENST00000414635 16 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241964434 241964517 ENST00000414635 17 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241904850 241959600 ENST00000472717 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241904850 241904966 ENST00000472717 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241907695 241907818 ENST00000472717 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912849 241913024 ENST00000472717 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920761 ENST00000472717 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241929520 241929653 ENST00000472717 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241932706 241932807 ENST00000472717 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241933923 241933992 ENST00000472717 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241934963 241934999 ENST00000472717 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241936094 241936233 ENST00000472717 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241938407 241938512 ENST00000472717 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241943306 241943364 ENST00000472717 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241946574 241946683 ENST00000472717 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241951151 241951336 ENST00000472717 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241958509 241958539 ENST00000472717 14 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241912849 241964957 ENST00000425826 NA WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241912849 241913024 ENST00000425826 1 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241920585 241920761 ENST00000425826 2 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241929520 241929653 ENST00000425826 3 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241932706 241932807 ENST00000425826 4 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241933923 241933992 ENST00000425826 5 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241934963 241934999 ENST00000425826 6 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241936094 241936233 ENST00000425826 7 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241938407 241938512 ENST00000425826 8 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241943306 241943364 ENST00000425826 9 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241946574 241946683 ENST00000425826 10 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241951151 241951336 ENST00000425826 11 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241953893 241953998 ENST00000425826 12 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241958509 241958589 ENST00000425826 13 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241959559 241959672 ENST00000425826 14 WDR64 ENSG00000162843 Not Supported Not Supported +CDS 1 241964434 241964517 ENST00000425826 15 WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241933757 241951196 ENST00000478331 NA WDR64 ENSG00000162843 Not Supported Not Supported +transcript 1 241995237 241996089 ENST00000414898 NA RP11-553N16.1 ENSG00000229022 Not Supported Not Supported +transcript 1 242011269 242013762 ENST00000519225 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013762 ENST00000519225 3 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242011482 242053241 ENST00000366548 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000366548 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242015594 242015713 ENST00000366548 5 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000366548 6 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242020647 242020784 ENST00000366548 7 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242021808 242022020 ENST00000366548 8 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242023819 242024006 ENST00000366548 9 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242024708 242024804 ENST00000366548 10 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242030132 242030357 ENST00000366548 11 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242035334 242035580 ENST00000366548 12 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242042051 242042645 ENST00000366548 13 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242045218 242045319 ENST00000366548 14 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242048616 242048809 ENST00000366548 15 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242052767 242052899 ENST00000366548 16 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242011527 242021891 ENST00000423131 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000423131 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000423131 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242020647 242020784 ENST00000423131 5 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242021808 242021891 ENST00000423131 6 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242011553 242016783 ENST00000523590 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000523590 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000523590 4 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242012033 242053237 ENST00000348581 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000348581 2 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242015594 242015713 ENST00000348581 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000348581 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242020647 242020784 ENST00000348581 5 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242021808 242022020 ENST00000348581 6 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242023819 242024006 ENST00000348581 7 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242024708 242024804 ENST00000348581 8 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242030132 242030357 ENST00000348581 9 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242035334 242035580 ENST00000348581 10 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242042051 242042645 ENST00000348581 11 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242045218 242045319 ENST00000348581 12 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242048616 242048809 ENST00000348581 13 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242052767 242052899 ENST00000348581 14 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242012133 242053048 ENST00000518483 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000518483 2 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242015594 242015713 ENST00000518483 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000518483 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242020647 242020784 ENST00000518483 5 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242021808 242022020 ENST00000518483 6 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242023819 242024006 ENST00000518483 7 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242024708 242024804 ENST00000518483 8 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242030132 242030357 ENST00000518483 9 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242035334 242035580 ENST00000518483 10 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242042051 242042645 ENST00000518483 11 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242045218 242045319 ENST00000518483 12 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242048616 242048809 ENST00000518483 13 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242052769 242052772 ENST00000518483 14 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242012252 242021891 ENST00000437497 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000437497 2 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016774 ENST00000437497 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242020647 242020784 ENST00000437497 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242021808 242021891 ENST00000437497 5 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242012253 242016783 ENST00000450748 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242013728 242013888 ENST00000450748 3 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242015594 242015713 ENST00000450748 4 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242016660 242016783 ENST00000450748 5 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242012285 242022020 ENST00000493702 NA EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242013794 242024006 ENST00000469419 NA EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242042342 242052891 ENST00000521202 NA EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242042342 242042645 ENST00000521202 1 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242048616 242048809 ENST00000521202 2 EXO1 ENSG00000174371 Not Supported Not Supported +CDS 1 242052767 242052891 ENST00000521202 3 EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242048659 242058450 ENST00000518741 NA EXO1 ENSG00000174371 Not Supported Not Supported +transcript 1 242079425 242079845 ENST00000447965 NA RP11-323D18.5 ENSG00000235990 Not Supported Not Supported +transcript 1 242121039 242122359 ENST00000419583 NA BECN1P1 ENSG00000196289 Not Supported Not Supported +transcript 1 242121042 242122364 ENST00000356052 NA BECN1P1 ENSG00000196289 Not Supported Not Supported +transcript 1 242156487 242156984 ENST00000451536 NA CFL1P4 ENSG00000213026 Not Supported Not Supported +transcript 1 242158792 242162375 ENST00000357246 NA MAP1LC3C ENSG00000197769 Not Supported Not Supported +CDS 1 242162253 242162310 ENST00000357246 1 MAP1LC3C ENSG00000197769 Not Supported Not Supported +CDS 1 242162078 242162133 ENST00000357246 2 MAP1LC3C ENSG00000197769 Not Supported Not Supported +CDS 1 242161816 242161922 ENST00000357246 3 MAP1LC3C ENSG00000197769 Not Supported Not Supported +CDS 1 242159468 242159687 ENST00000357246 4 MAP1LC3C ENSG00000197769 Not Supported Not Supported +transcript 1 242187251 242187356 ENST00000411187 NA RNU6-1139P ENSG00000223119 Not Supported Not Supported +transcript 1 242220387 242223544 ENST00000436895 NA TUBB8P6 ENSG00000224625 Not Supported Not Supported +transcript 1 242246288 242687820 ENST00000536534 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242687390 242687578 ENST00000536534 1 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511408 242511544 ENST00000536534 2 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242451664 242451832 ENST00000536534 3 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242428639 242428750 ENST00000536534 4 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242383290 242383417 ENST00000536534 5 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242287770 242287967 ENST00000536534 6 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242277192 242277328 ENST00000536534 7 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242270973 242271141 ENST00000536534 8 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242263970 242264084 ENST00000536534 9 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242253159 242253412 ENST00000536534 10 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242251689 242612758 ENST00000314833 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242612656 242612658 ENST00000314833 1 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511407 242511544 ENST00000314833 2 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242252271 242612784 ENST00000427495 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242612656 242612658 ENST00000427495 1 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511408 242511544 ENST00000427495 2 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242451664 242451832 ENST00000427495 3 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242428639 242428750 ENST00000427495 4 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242383290 242383417 ENST00000427495 5 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242287770 242287967 ENST00000427495 6 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242277192 242277328 ENST00000427495 7 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242270973 242271141 ENST00000427495 8 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242263970 242264084 ENST00000427495 9 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242253159 242253412 ENST00000427495 10 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242252272 242687998 ENST00000366545 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242687390 242687578 ENST00000366545 2 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511407 242511544 ENST00000366545 3 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242252272 242687998 ENST00000442594 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511401 242511450 ENST00000442594 3 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242451664 242451832 ENST00000442594 4 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242428639 242428750 ENST00000442594 5 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242383290 242383417 ENST00000442594 6 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242287770 242287967 ENST00000442594 7 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242277192 242277328 ENST00000442594 8 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242270973 242271141 ENST00000442594 9 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242263970 242264084 ENST00000442594 10 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242253159 242253412 ENST00000442594 11 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242287720 242687973 ENST00000467561 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242687390 242687578 ENST00000467561 1 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511408 242511544 ENST00000467561 2 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242451664 242451832 ENST00000467561 3 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242428664 242428750 ENST00000467561 4 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242383409 242383417 ENST00000467561 5 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242398764 242428735 ENST00000474177 NA PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242428639 242612727 ENST00000459864 NA PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242612656 242612658 ENST00000459864 1 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242511408 242511544 ENST00000459864 2 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242451664 242451832 ENST00000459864 3 PLD5 ENSG00000180287 Not Supported Not Supported +CDS 1 242428639 242428750 ENST00000459864 4 PLD5 ENSG00000180287 Not Supported Not Supported +transcript 1 242297574 242297683 ENST00000410188 NA RNA5SP81 ENSG00000222120 Not Supported Not Supported +transcript 1 242310816 242372431 ENST00000608241 NA RP11-561I11.4 ENSG00000272865 Not Supported Not Supported +transcript 1 242351949 242352091 ENST00000516275 NA RN7SKP12 ENSG00000252084 Not Supported Not Supported +transcript 1 242366857 242374129 ENST00000421878 NA RP11-561I11.3 ENSG00000224525 Not Supported Not Supported +transcript 1 242508860 242509020 ENST00000447710 NA RP11-513D4.3 ENSG00000226750 Not Supported Not Supported +transcript 1 242528491 242529124 ENST00000427498 NA RP11-513D4.2 ENSG00000235467 Not Supported Not Supported +transcript 1 242540225 242540734 ENST00000395679 NA RP11-513D4.1 ENSG00000213690 Not Supported Not Supported +transcript 1 242834442 242834878 ENST00000605697 NA RP11-435I3.1 ENSG00000270859 Not Supported Not Supported +transcript 1 242935922 242936405 ENST00000400938 NA RSL24D1P4 ENSG00000215800 Not Supported Not Supported +transcript 1 243045368 243046777 ENST00000603868 NA RP11-498M14.1 ENSG00000270818 Not Supported Not Supported +transcript 1 243061172 243061255 ENST00000410702 NA AL445675.1 ENSG00000264972 Not Supported Not Supported +transcript 1 243138307 243138386 ENST00000438481 NA RP11-331N16.1 ENSG00000230199 Not Supported Not Supported +transcript 1 243169147 243170770 ENST00000427176 NA RP11-261C10.1 ENSG00000234116 Not Supported Not Supported +transcript 1 243192814 243211127 ENST00000436756 NA RP11-261C10.2 ENSG00000231512 Not Supported Not Supported +transcript 1 243194574 243211171 ENST00000420830 NA RP11-261C10.2 ENSG00000231512 Not Supported Not Supported +transcript 1 243202216 243211826 ENST00000450226 NA RP11-261C10.2 ENSG00000231512 Not Supported Not Supported +transcript 1 243211039 243215554 ENST00000437691 NA RP11-261C10.2 ENSG00000231512 Not Supported Not Supported +transcript 1 243218163 243219696 ENST00000517560 NA RP11-261C10.7 ENSG00000253326 Not Supported Not Supported +transcript 1 243242159 243245427 ENST00000438255 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243242290 243254816 ENST00000427210 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243251337 243255900 ENST00000433986 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243251430 243265020 ENST00000417964 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243254693 243255892 ENST00000415989 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243254768 243255860 ENST00000431528 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243259293 243260889 ENST00000411733 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243260176 243265035 ENST00000435793 NA RP11-261C10.3 ENSG00000214837 Not Supported Not Supported +transcript 1 243244458 243244561 ENST00000390928 NA RNU6-747P ENSG00000212230 Not Supported Not Supported +transcript 1 243287730 243418352 ENST00000366542 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000366542 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000366542 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375188 243375266 ENST00000366542 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364137 ENST00000366542 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243363820 243363982 ENST00000366542 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243362362 243362496 ENST00000366542 7 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243354320 243354796 ENST00000366542 8 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349561 243349724 ENST00000366542 9 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349081 243349374 ENST00000366542 10 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243335999 243336148 ENST00000366542 11 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243332930 243333056 ENST00000366542 12 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243327586 243329418 ENST00000366542 13 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319757 ENST00000366542 14 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305618 243305765 ENST00000366542 15 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000366542 16 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000366542 17 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000366542 18 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000366542 19 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289754 243290040 ENST00000366542 20 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243287730 243418623 ENST00000366544 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000366544 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000366544 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375188 243375266 ENST00000366544 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364137 ENST00000366544 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243363820 243363982 ENST00000366544 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243362362 243362496 ENST00000366544 7 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243354320 243354796 ENST00000366544 8 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349561 243349724 ENST00000366544 9 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243335999 243336148 ENST00000366544 10 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243332930 243333056 ENST00000366544 11 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243327586 243329418 ENST00000366544 12 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319757 ENST00000366544 13 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305618 243305765 ENST00000366544 14 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000366544 15 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000366544 16 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000366544 17 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000366544 18 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289754 243290040 ENST00000366544 19 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243287730 243418623 ENST00000366543 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000366543 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000366543 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375188 243375266 ENST00000366543 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364137 ENST00000366543 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243363820 243363982 ENST00000366543 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243362362 243362496 ENST00000366543 7 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243354320 243354796 ENST00000366543 8 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349561 243349724 ENST00000366543 9 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243335999 243336148 ENST00000366543 10 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243332930 243333056 ENST00000366543 11 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243327586 243329418 ENST00000366543 12 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319649 ENST00000366543 13 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305588 243305765 ENST00000366543 14 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000366543 15 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000366543 16 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000366543 17 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000366543 18 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289754 243290040 ENST00000366543 19 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243287731 243303665 ENST00000468254 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243288195 243320123 ENST00000481987 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319611 ENST00000481987 1 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305588 243305765 ENST00000481987 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000481987 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000481987 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000481987 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000481987 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289754 243290040 ENST00000481987 7 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243288466 243364116 ENST00000336415 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364116 ENST00000336415 1 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243363820 243363982 ENST00000336415 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243362362 243362496 ENST00000336415 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243354320 243354796 ENST00000336415 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349081 243349724 ENST00000336415 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243335999 243336148 ENST00000336415 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243332930 243333056 ENST00000336415 7 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243327586 243329418 ENST00000336415 8 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319757 ENST00000336415 9 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305588 243305765 ENST00000336415 10 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000336415 11 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000336415 12 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000336415 13 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000336415 14 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289751 243290040 ENST00000336415 15 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243289220 243290000 ENST00000466495 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243289224 243292741 ENST00000476661 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243289647 243326620 ENST00000490813 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319611 ENST00000490813 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305669 243305765 ENST00000490813 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000490813 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000490813 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000490813 6 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243291551 243291602 ENST00000490813 7 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243289754 243290040 ENST00000490813 8 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243289711 243299606 ENST00000439296 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243289986 243292157 ENST00000469646 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243292662 243327796 ENST00000413359 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243327586 243327796 ENST00000413359 1 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319649 ENST00000413359 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305669 243305765 ENST00000413359 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000413359 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000413359 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292662 243292755 ENST00000413359 6 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243292675 243326642 ENST00000464936 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319611 ENST00000464936 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305669 243305765 ENST00000464936 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303239 243303409 ENST00000464936 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243299445 243299533 ENST00000464936 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243292675 243292755 ENST00000464936 6 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243299054 243303376 ENST00000468697 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243303286 243326612 ENST00000492145 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243319523 243319611 ENST00000492145 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243305669 243305765 ENST00000492145 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243303286 243303409 ENST00000492145 4 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243328221 243329874 ENST00000451408 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243329291 243338490 ENST00000518289 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243332742 243349711 ENST00000522895 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349561 243349711 ENST00000522895 1 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243335999 243336148 ENST00000522895 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243332838 243333056 ENST00000522895 3 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243332996 243349582 ENST00000461671 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349561 243349582 ENST00000461671 1 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243349081 243349374 ENST00000461671 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243340077 243340118 ENST00000461671 3 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243336113 243349801 ENST00000521911 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243363916 243417772 ENST00000522191 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000522191 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000522191 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375188 243375266 ENST00000522191 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364137 ENST00000522191 5 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243363916 243363982 ENST00000522191 6 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243364079 243416622 ENST00000523424 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000523424 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000523424 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375188 243375266 ENST00000523424 4 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243364079 243364137 ENST00000523424 5 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243374515 243418533 ENST00000522522 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243375197 243418650 ENST00000522995 NA CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243388478 243388582 ENST00000522995 2 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243385026 243385115 ENST00000522995 3 CEP170 ENSG00000143702 Not Supported Not Supported +CDS 1 243375197 243375266 ENST00000522995 4 CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243384857 243418518 ENST00000523581 NA CEP170 ENSG00000143702 Not Supported Not Supported +transcript 1 243299200 243303890 ENST00000439562 NA RP11-261C10.5 ENSG00000227230 Not Supported Not Supported +transcript 1 243327940 243332747 ENST00000437499 NA RP11-261C10.4 ENSG00000232085 Not Supported Not Supported +transcript 1 243327974 243332689 ENST00000422938 NA RP11-261C10.4 ENSG00000232085 Not Supported Not Supported +transcript 1 243388058 243395911 ENST00000596590 NA AC092782.1 ENSG00000269795 Not Supported Not Supported +CDS 1 243388058 243388102 ENST00000596590 1 AC092782.1 ENSG00000269795 Not Supported Not Supported +CDS 1 243395894 243395911 ENST00000596590 2 AC092782.1 ENSG00000269795 Not Supported Not Supported +transcript 1 243419320 243663388 ENST00000355875 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243419476 243419542 ENST00000355875 1 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243433407 243433559 ENST00000355875 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243434280 243434365 ENST00000355875 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243437845 243437958 ENST00000355875 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449574 243449699 ENST00000355875 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000355875 6 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243471291 243471479 ENST00000355875 7 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243480057 243480195 ENST00000355875 8 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243493842 243493994 ENST00000355875 9 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243504341 243504475 ENST00000355875 10 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243507517 243507633 ENST00000355875 11 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243542023 243542165 ENST00000355875 12 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243579004 243579131 ENST00000355875 13 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243581270 243581378 ENST00000355875 14 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243589729 243589860 ENST00000355875 15 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243652316 243652442 ENST00000355875 16 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243663058 243663084 ENST00000355875 17 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243419320 243481353 ENST00000391846 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243419476 243419542 ENST00000391846 1 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243433407 243433559 ENST00000391846 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243434280 243434365 ENST00000391846 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243437845 243437958 ENST00000391846 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449574 243449699 ENST00000391846 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243456393 243456521 ENST00000391846 6 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000391846 7 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243471291 243471479 ENST00000391846 8 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243480057 243480195 ENST00000391846 9 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243481339 243481350 ENST00000391846 10 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243419336 243449699 ENST00000490065 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243419358 243663394 ENST00000366541 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243419476 243419542 ENST00000366541 1 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243433407 243433559 ENST00000366541 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243434280 243434365 ENST00000366541 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243437845 243437958 ENST00000366541 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449574 243449699 ENST00000366541 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243456393 243456521 ENST00000366541 6 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000366541 7 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243471291 243471479 ENST00000366541 8 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243480057 243480195 ENST00000366541 9 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243493842 243493994 ENST00000366541 10 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243504341 243504475 ENST00000366541 11 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243507517 243507633 ENST00000366541 12 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243542023 243542165 ENST00000366541 13 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243579004 243579131 ENST00000366541 14 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243581270 243581378 ENST00000366541 15 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243589729 243589860 ENST00000366541 16 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243652316 243652442 ENST00000366541 17 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243663058 243663084 ENST00000366541 18 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243419372 243663392 ENST00000343783 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449589 243449699 ENST00000343783 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243456393 243456521 ENST00000343783 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000343783 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243471291 243471479 ENST00000343783 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243480057 243480195 ENST00000343783 6 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243493842 243493994 ENST00000343783 7 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243504341 243504475 ENST00000343783 8 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243507517 243507633 ENST00000343783 9 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243542023 243542165 ENST00000343783 10 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243579004 243579131 ENST00000343783 11 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243581270 243581378 ENST00000343783 12 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243589729 243589860 ENST00000343783 13 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243652316 243652442 ENST00000343783 14 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243663058 243663084 ENST00000343783 15 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243432438 243434334 ENST00000491888 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243434327 243468389 ENST00000482234 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243449656 243469850 ENST00000476722 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449656 243449699 ENST00000476722 1 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243456393 243456521 ENST00000476722 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243456701 243456796 ENST00000476722 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000476722 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468314 243468446 ENST00000476722 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243449685 243663393 ENST00000435549 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243449685 243449699 ENST00000435549 1 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243468015 243468079 ENST00000435549 2 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243471291 243471479 ENST00000435549 3 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243480057 243480195 ENST00000435549 4 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243493842 243493994 ENST00000435549 5 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243504341 243504475 ENST00000435549 6 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243507517 243507633 ENST00000435549 7 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243542023 243542165 ENST00000435549 8 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243589729 243589860 ENST00000435549 9 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243652316 243652442 ENST00000435549 10 SDCCAG8 ENSG00000054282 Not Supported Not Supported +CDS 1 243663058 243663087 ENST00000435549 11 SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243456420 243468859 ENST00000496361 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243471086 243480197 ENST00000463012 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243502055 243579131 ENST00000493334 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243581319 243639666 ENST00000463042 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243651117 243663391 ENST00000497459 NA SDCCAG8 ENSG00000054282 Not Supported Not Supported +transcript 1 243430559 243431421 ENST00000451185 NA FCF1P7 ENSG00000224727 Not Supported Not Supported +transcript 1 243509478 243509557 ENST00000584153 NA MIR4677 ENSG00000265201 Not Supported Not Supported +transcript 1 243651535 244006538 ENST00000336199 NA AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 244006427 244006472 ENST00000336199 1 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243858893 243859018 ENST00000336199 2 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243828074 243828185 ENST00000336199 3 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243809195 243809339 ENST00000336199 4 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243800913 243801044 ENST00000336199 5 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243778398 243778463 ENST00000336199 6 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243776973 243777041 ENST00000336199 7 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243736228 243736350 ENST00000336199 8 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243727022 243727150 ENST00000336199 9 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243716031 243716245 ENST00000336199 10 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243708812 243708899 ENST00000336199 11 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243675626 243675728 ENST00000336199 12 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243663048 243663088 ENST00000336199 13 AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243663021 244006886 ENST00000366540 NA AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 244006427 244006472 ENST00000366540 2 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243858893 243859018 ENST00000366540 3 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243828074 243828185 ENST00000366540 4 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243809195 243809339 ENST00000366540 5 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243800913 243801044 ENST00000366540 6 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243778398 243778463 ENST00000366540 7 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243776973 243777041 ENST00000366540 8 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243736228 243736350 ENST00000366540 9 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243727022 243727150 ENST00000366540 10 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243716031 243716245 ENST00000366540 11 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243708812 243708899 ENST00000366540 12 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243675626 243675728 ENST00000366540 13 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243663048 243663088 ENST00000366540 14 AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243665065 244013430 ENST00000366539 NA AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 244006427 244006472 ENST00000366539 2 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243858893 243859018 ENST00000366539 3 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243828074 243828185 ENST00000366539 4 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243809195 243809339 ENST00000366539 5 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243800913 243801044 ENST00000366539 6 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243778398 243778463 ENST00000366539 7 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243776973 243777041 ENST00000366539 8 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243736228 243736350 ENST00000366539 9 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243727022 243727150 ENST00000366539 10 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243716031 243716245 ENST00000366539 11 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243708812 243708899 ENST00000366539 12 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243675626 243675728 ENST00000366539 13 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243668554 243668636 ENST00000366539 14 AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243666484 244006553 ENST00000263826 NA AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 244006427 244006472 ENST00000263826 1 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243858893 243859018 ENST00000263826 2 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243828074 243828185 ENST00000263826 3 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243809195 243809339 ENST00000263826 4 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243800913 243801044 ENST00000263826 5 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243778398 243778463 ENST00000263826 6 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243776973 243777041 ENST00000263826 7 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243736228 243736350 ENST00000263826 8 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243727022 243727150 ENST00000263826 9 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243716031 243716245 ENST00000263826 10 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243708812 243708899 ENST00000263826 11 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243675626 243675728 ENST00000263826 12 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243668554 243668636 ENST00000263826 13 AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243775785 243778448 ENST00000492957 NA AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243809207 244014381 ENST00000552631 NA AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 244006427 244006472 ENST00000552631 2 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243858893 243859018 ENST00000552631 3 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243828074 243828185 ENST00000552631 4 AKT3 ENSG00000117020 Not Supported Not Supported +CDS 1 243809207 243809339 ENST00000552631 5 AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243828074 243977984 ENST00000463991 NA AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243850739 243859018 ENST00000491219 NA AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243858893 243981476 ENST00000490018 NA AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243898966 243978032 ENST00000550388 NA AKT3 ENSG00000117020 Not Supported Not Supported +transcript 1 243708834 243711631 ENST00000439849 NA RP11-269F20.1 ENSG00000236031 Not Supported Not Supported +transcript 1 243787968 243788358 ENST00000424004 NA FABP7P1 ENSG00000226766 Not Supported Not Supported +transcript 1 243866159 243904123 ENST00000453572 NA RP11-370K11.1 ENSG00000232184 Not Supported Not Supported +transcript 1 243956507 243957702 ENST00000417120 NA AKT3-IT1 ENSG00000228939 Not Supported Not Supported +transcript 1 244080704 244210619 ENST00000440494 NA RP11-278H7.1 ENSG00000226828 Not Supported Not Supported +transcript 1 244214585 244220778 ENST00000358704 NA ZBTB18 ENSG00000179456 Not Supported Not Supported +CDS 1 244214734 244214746 ENST00000358704 1 ZBTB18 ENSG00000179456 Not Supported Not Supported +CDS 1 244217090 244218669 ENST00000358704 2 ZBTB18 ENSG00000179456 Not Supported Not Supported +transcript 1 244227632 244231211 ENST00000598000 NA AL590483.1 ENSG00000268146 Not Supported Not Supported +CDS 1 244227916 244228401 ENST00000598000 1 AL590483.1 ENSG00000268146 Not Supported Not Supported +transcript 1 244232122 244256328 ENST00000441338 NA RP11-278H7.4 ENSG00000229960 Not Supported Not Supported +transcript 1 244267234 244267510 ENST00000467120 NA RN7SL148P ENSG00000244066 Not Supported Not Supported +transcript 1 244270667 244272313 ENST00000440148 NA RP11-278H7.3 ENSG00000237759 Not Supported Not Supported +transcript 1 244515937 244552393 ENST00000366537 NA C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244528003 244528058 ENST00000366537 2 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244538674 244538769 ENST00000366537 3 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244541865 244541941 ENST00000366537 4 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244552253 244552368 ENST00000366537 5 C1orf100 ENSG00000173728 Not Supported Not Supported +transcript 1 244515937 244552393 ENST00000308105 NA C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244528003 244528058 ENST00000308105 2 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244538674 244538769 ENST00000308105 3 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244541769 244541941 ENST00000308105 4 C1orf100 ENSG00000173728 Not Supported Not Supported +CDS 1 244552253 244552368 ENST00000308105 5 C1orf100 ENSG00000173728 Not Supported Not Supported +transcript 1 244515951 244552393 ENST00000486803 NA C1orf100 ENSG00000173728 Not Supported Not Supported +transcript 1 244541814 244552965 ENST00000470211 NA C1orf100 ENSG00000173728 Not Supported Not Supported +transcript 1 244538402 244572894 ENST00000417765 NA RP11-518L10.5 ENSG00000240963 Not Supported Not Supported +transcript 1 244558278 244558962 ENST00000435390 NA TGIF2P1 ENSG00000225401 Not Supported Not Supported +transcript 1 244571796 244615436 ENST00000366535 NA ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244614937 244615119 ENST00000366535 1 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244600968 244601070 ENST00000366535 2 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244600127 244600195 ENST00000366535 3 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244595847 244595897 ENST00000366535 4 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244587623 244587689 ENST00000366535 5 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244587255 244587362 ENST00000366535 6 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244586137 244586218 ENST00000366535 7 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244583472 244583598 ENST00000366535 8 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244582062 244582216 ENST00000366535 9 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244580930 244581054 ENST00000366535 10 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244579283 244579380 ENST00000366535 11 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244574589 244574738 ENST00000366535 12 ADSS ENSG00000035687 Not Supported Not Supported +CDS 1 244572891 244572940 ENST00000366535 13 ADSS ENSG00000035687 Not Supported Not Supported +transcript 1 244574669 244582575 ENST00000468215 NA ADSS ENSG00000035687 Not Supported Not Supported +transcript 1 244582196 244588216 ENST00000462358 NA ADSS ENSG00000035687 Not Supported Not Supported +transcript 1 244617679 244773890 ENST00000473875 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624678 244715968 ENST00000460986 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624678 244803806 ENST00000366534 NA C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244624732 244624796 ENST00000366534 1 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244627210 244627258 ENST00000366534 2 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244640843 244640916 ENST00000366534 3 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244641208 244641277 ENST00000366534 4 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244643019 244643086 ENST00000366534 5 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244653749 244653773 ENST00000366534 6 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244662304 244662381 ENST00000366534 7 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244681894 244682000 ENST00000366534 8 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244715624 244716116 ENST00000366534 9 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244723970 244724447 ENST00000366534 10 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244735632 244736074 ENST00000366534 11 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244745098 244745156 ENST00000366534 12 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244747166 244747241 ENST00000366534 13 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244751784 244751836 ENST00000366534 14 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244754983 244755033 ENST00000366534 15 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756697 244756730 ENST00000366534 16 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756801 244756880 ENST00000366534 17 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244768997 244769096 ENST00000366534 18 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244773542 244773628 ENST00000366534 19 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244780831 244780988 ENST00000366534 20 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244798791 244798844 ENST00000366534 21 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244803230 244803380 ENST00000366534 22 C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624690 244803662 ENST00000366533 NA C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244624732 244624796 ENST00000366533 1 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244627210 244627258 ENST00000366533 2 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244640843 244640916 ENST00000366533 3 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244641208 244641277 ENST00000366533 4 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244643019 244643086 ENST00000366533 5 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244653749 244653773 ENST00000366533 6 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244662304 244662381 ENST00000366533 7 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244681894 244682000 ENST00000366533 8 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244715624 244716116 ENST00000366533 9 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244723970 244724447 ENST00000366533 10 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244735632 244736074 ENST00000366533 11 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244745098 244745156 ENST00000366533 12 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244747166 244747241 ENST00000366533 13 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244751784 244751836 ENST00000366533 14 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244754983 244755033 ENST00000366533 15 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756697 244756730 ENST00000366533 16 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756801 244756880 ENST00000366533 17 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244768997 244769096 ENST00000366533 18 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244773542 244773628 ENST00000366533 19 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244798791 244798796 ENST00000366533 20 C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624706 244715777 ENST00000478554 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624713 244803662 ENST00000428042 NA C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244624713 244624796 ENST00000428042 1 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244640843 244640916 ENST00000428042 2 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244641208 244641277 ENST00000428042 3 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244643019 244643086 ENST00000428042 4 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244715624 244716116 ENST00000428042 5 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244723970 244724447 ENST00000428042 6 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244735632 244736074 ENST00000428042 7 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244745098 244745156 ENST00000428042 8 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244747166 244747241 ENST00000428042 9 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244751784 244751836 ENST00000428042 10 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244754983 244755033 ENST00000428042 11 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756697 244756730 ENST00000428042 12 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756801 244756880 ENST00000428042 13 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244768997 244769096 ENST00000428042 14 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244773542 244773628 ENST00000428042 15 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244780831 244780988 ENST00000428042 16 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244798791 244798844 ENST00000428042 17 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244803230 244803383 ENST00000428042 18 C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624713 244803660 ENST00000366531 NA C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244681918 244682000 ENST00000366531 5 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244715624 244716116 ENST00000366531 6 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244723970 244724447 ENST00000366531 7 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244735632 244736074 ENST00000366531 8 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244745098 244745156 ENST00000366531 9 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244747166 244747241 ENST00000366531 10 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244751784 244751836 ENST00000366531 11 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244754983 244755033 ENST00000366531 12 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756697 244756730 ENST00000366531 13 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244756801 244756880 ENST00000366531 14 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244768997 244769096 ENST00000366531 15 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244773542 244773628 ENST00000366531 16 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244780831 244780988 ENST00000366531 17 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244798791 244798844 ENST00000366531 18 C1orf101 ENSG00000179397 Not Supported Not Supported +CDS 1 244803230 244803380 ENST00000366531 19 C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244624722 244715767 ENST00000464170 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244780892 244800048 ENST00000485888 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244803230 244804479 ENST00000487449 NA C1orf101 ENSG00000179397 Not Supported Not Supported +transcript 1 244752848 244752946 ENST00000458882 NA AC099757.1 ENSG00000238952 Not Supported Not Supported +transcript 1 244761693 244761989 ENST00000415043 NA CYCSP5 ENSG00000227735 Not Supported Not Supported +transcript 1 244816237 244872335 ENST00000302550 NA DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244816616 244816657 ENST00000302550 1 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244849899 244849971 ENST00000302550 2 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244852551 244852644 ENST00000302550 3 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244855181 244855322 ENST00000302550 4 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244868858 244869088 ENST00000302550 5 DESI2 ENSG00000121644 Not Supported Not Supported +transcript 1 244816405 244869253 ENST00000263831 NA DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244816616 244816657 ENST00000263831 1 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244849899 244849971 ENST00000263831 2 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244855186 244855322 ENST00000263831 3 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244868858 244869088 ENST00000263831 4 DESI2 ENSG00000121644 Not Supported Not Supported +transcript 1 244816428 244819823 ENST00000484738 NA DESI2 ENSG00000121644 Not Supported Not Supported +transcript 1 244817053 244855224 ENST00000418162 NA DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244817235 244817327 ENST00000418162 1 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244849899 244849971 ENST00000418162 2 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244852551 244852644 ENST00000418162 3 DESI2 ENSG00000121644 Not Supported Not Supported +CDS 1 244855181 244855224 ENST00000418162 4 DESI2 ENSG00000121644 Not Supported Not Supported +transcript 1 244857732 244858022 ENST00000416174 NA RP11-173A6.2 ENSG00000232059 Not Supported Not Supported +transcript 1 244857734 244858022 ENST00000595491 NA RP11-173A6.2 ENSG00000232059 Not Supported Not Supported +transcript 1 244998624 245008359 ENST00000411948 NA COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 244999017 244999058 ENST00000411948 1 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245005246 245005360 ENST00000411948 2 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245005497 245005560 ENST00000411948 3 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245006343 245006475 ENST00000411948 4 COX20 ENSG00000203667 Not Supported Not Supported +transcript 1 244998918 245006554 ENST00000366528 NA COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 244999017 244999058 ENST00000366528 1 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 244999787 244999822 ENST00000366528 2 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245005246 245005360 ENST00000366528 3 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245005497 245005560 ENST00000366528 4 COX20 ENSG00000203667 Not Supported Not Supported +CDS 1 245006343 245006475 ENST00000366528 5 COX20 ENSG00000203667 Not Supported Not Supported +transcript 1 244998958 245007182 ENST00000391839 NA COX20 ENSG00000203667 Not Supported Not Supported +transcript 1 244998961 245008359 ENST00000498262 NA COX20 ENSG00000203667 Not Supported Not Supported +transcript 1 245003049 245006582 ENST00000464757 NA COX20 ENSG00000203667 Not Supported Not Supported +transcript 1 245003940 245010205 ENST00000366527 NA HNRNPU-AS1 ENSG00000188206 Not Supported Not Supported +transcript 1 245008469 245018799 ENST00000475997 NA HNRNPU-AS1 ENSG00000188206 Not Supported Not Supported +transcript 1 245008554 245017805 ENST00000489705 NA HNRNPU-AS1 ENSG00000188206 Not Supported Not Supported +transcript 1 245014468 245027844 ENST00000444376 NA HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245026976 245027609 ENST00000444376 1 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025921 245026032 ENST00000444376 2 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025763 245025836 ENST00000444376 3 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245023637 245023776 ENST00000444376 4 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022577 245022676 ENST00000444376 5 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022031 245022143 ENST00000444376 6 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245021313 245021576 ENST00000444376 7 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245020900 245021019 ENST00000444376 8 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245020030 245020158 ENST00000444376 9 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245019759 245019927 ENST00000444376 10 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245019206 245019460 ENST00000444376 11 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245018726 245018910 ENST00000444376 12 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245018275 245018346 ENST00000444376 13 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245017755 245017805 ENST00000444376 14 HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245016690 245027773 ENST00000283179 NA HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245026919 245027609 ENST00000283179 1 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025921 245026032 ENST00000283179 2 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025763 245025836 ENST00000283179 3 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245023637 245023776 ENST00000283179 4 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022577 245022676 ENST00000283179 5 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022031 245022143 ENST00000283179 6 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245021313 245021576 ENST00000283179 7 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245020900 245021019 ENST00000283179 8 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245020030 245020158 ENST00000283179 9 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245019759 245019927 ENST00000283179 10 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245019206 245019460 ENST00000283179 11 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245018726 245018910 ENST00000283179 12 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245018275 245018346 ENST00000283179 13 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245017755 245017805 ENST00000283179 14 HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245017435 245024393 ENST00000366525 NA HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245019585 245026957 ENST00000483966 NA HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245019716 245020378 ENST00000468690 NA HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245021413 245026396 ENST00000440865 NA HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025921 245026054 ENST00000440865 1 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245025763 245025836 ENST00000440865 2 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245023637 245023776 ENST00000440865 3 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022577 245022676 ENST00000440865 4 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245022031 245022143 ENST00000440865 5 HNRNPU ENSG00000153187 Not Supported Not Supported +CDS 1 245021413 245021576 ENST00000440865 6 HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245021455 245022649 ENST00000465881 NA HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245025080 245027793 ENST00000476241 NA HNRNPU ENSG00000153187 Not Supported Not Supported +transcript 1 245028040 245028574 ENST00000610145 NA RP11-11N7.4 ENSG00000273175 Not Supported Not Supported +transcript 1 245107212 245107518 ENST00000364888 NA RN7SKP55 ENSG00000201758 Not Supported Not Supported +transcript 1 245118160 245118265 ENST00000516264 NA RNU6-947P ENSG00000252073 Not Supported Not Supported +transcript 1 245132652 245134390 ENST00000607453 NA RP11-156E8.1 ENSG00000272195 Not Supported Not Supported +CDS 1 245133291 245134376 ENST00000607453 1 RP11-156E8.1 ENSG00000272195 Not Supported Not Supported +transcript 1 245133007 245255091 ENST00000391837 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133041 245133798 ENST00000518607 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133171 245251139 ENST00000366523 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245133721 245133745 ENST00000366523 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000366523 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000366523 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000366523 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000366523 6 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000366523 7 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245250547 245250659 ENST00000366523 8 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133284 245290466 ENST00000366522 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245133425 245133745 ENST00000366522 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245165423 245165534 ENST00000366522 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000366522 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000366522 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000366522 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000366522 6 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000366522 7 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245285222 245285247 ENST00000366522 8 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133588 245255108 ENST00000497591 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133629 245285283 ENST00000447569 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245133721 245133745 ENST00000447569 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000447569 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000447569 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000447569 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000447569 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000447569 6 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245285222 245285247 ENST00000447569 7 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133653 245251096 ENST00000473686 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133658 245250858 ENST00000366521 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245133658 245133745 ENST00000366521 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245165423 245165534 ENST00000366521 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000366521 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000366521 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000366521 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000366521 6 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000366521 7 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245250547 245250662 ENST00000366521 8 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133692 245286293 ENST00000487845 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133707 245247133 ENST00000549220 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245133725 245250883 ENST00000495271 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245165455 245194133 ENST00000479260 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245180544 245247162 ENST00000551317 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000551317 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000551317 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000551317 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000551317 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245247037 ENST00000551317 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245180544 245250263 ENST00000425550 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245180544 245180628 ENST00000425550 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245222688 245222760 ENST00000425550 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245245385 245245464 ENST00000425550 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246744 245246786 ENST00000425550 4 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000425550 5 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245250062 245250096 ENST00000425550 6 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245246758 245250263 ENST00000427529 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246758 245246786 ENST00000427529 1 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245246924 245246990 ENST00000427529 2 EFCAB2 ENSG00000203666 Not Supported Not Supported +CDS 1 245250035 245250096 ENST00000427529 3 EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245270481 245285823 ENST00000479923 NA EFCAB2 ENSG00000203666 Not Supported Not Supported +transcript 1 245186317 245186420 ENST00000516473 NA RNU6-1089P ENSG00000252282 Not Supported Not Supported +transcript 1 245207230 245207334 ENST00000515945 NA RNU6-999P ENSG00000251754 Not Supported Not Supported +transcript 1 245286773 245287752 ENST00000412257 NA RP11-290P14.2 ENSG00000223353 Not Supported Not Supported +transcript 1 245297229 245297392 ENST00000364300 NA RNU1-132P ENSG00000201170 Not Supported Not Supported +transcript 1 245318287 245866428 ENST00000407071 NA KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245318727 245318789 ENST00000407071 1 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245319584 245319985 ENST00000407071 2 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245530136 245530669 ENST00000407071 3 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245582881 245583047 ENST00000407071 4 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245704069 245704252 ENST00000407071 5 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245765879 245766085 ENST00000407071 6 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245770953 245771046 ENST00000407071 7 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245772568 245772830 ENST00000407071 8 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245775095 245775278 ENST00000407071 9 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245809423 245809582 ENST00000407071 10 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245847535 245847697 ENST00000407071 11 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245848707 245852109 ENST00000407071 12 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245861408 245861610 ENST00000407071 13 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245862189 245862339 ENST00000407071 14 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245865760 245865905 ENST00000407071 15 KIF26B ENSG00000162849 Not Supported Not Supported +transcript 1 245516980 245535019 ENST00000479506 NA KIF26B ENSG00000162849 Not Supported Not Supported +transcript 1 245674304 245872733 ENST00000366518 NA KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245674408 245674430 ENST00000366518 1 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245704069 245704252 ENST00000366518 2 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245765879 245766085 ENST00000366518 3 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245770953 245771046 ENST00000366518 4 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245772568 245772830 ENST00000366518 5 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245775095 245775278 ENST00000366518 6 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245809423 245809582 ENST00000366518 7 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245847535 245847697 ENST00000366518 8 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245848707 245852109 ENST00000366518 9 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245861408 245861610 ENST00000366518 10 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245862189 245862339 ENST00000366518 11 KIF26B ENSG00000162849 Not Supported Not Supported +CDS 1 245865760 245865905 ENST00000366518 12 KIF26B ENSG00000162849 Not Supported Not Supported +transcript 1 245809394 245850616 ENST00000483253 NA KIF26B ENSG00000162849 Not Supported Not Supported +transcript 1 245369746 245397803 ENST00000446321 NA RP11-62I21.1 ENSG00000232192 Not Supported Not Supported +transcript 1 245446133 245446391 ENST00000452887 NA DNAJC19P8 ENSG00000232793 Not Supported Not Supported +transcript 1 245533636 245533721 ENST00000408238 NA AL359983.1 ENSG00000221165 Not Supported Not Supported +transcript 1 245778075 245778447 ENST00000418402 NA RP11-522M21.2 ENSG00000238224 Not Supported Not Supported +transcript 1 245837034 245839780 ENST00000414565 NA RP11-522M21.3 ENSG00000231612 Not Supported Not Supported +transcript 1 245912642 246580714 ENST00000541742 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518383 ENST00000541742 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000541742 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000541742 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490503 246490639 ENST00000541742 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246093172 246093239 ENST00000541742 6 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246091233 246091335 ENST00000541742 7 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246078832 246078942 ENST00000541742 8 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246027101 246027188 ENST00000541742 9 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246021798 246021972 ENST00000541742 10 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245927343 245927451 ENST00000541742 11 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245912868 245912966 ENST00000541742 12 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912644 245952244 ENST00000482592 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912644 246094125 ENST00000366516 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912644 246119404 ENST00000366517 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912644 246670559 ENST00000490107 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518383 ENST00000490107 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000490107 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000490107 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490503 246490639 ENST00000490107 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246093172 246093239 ENST00000490107 6 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246091233 246091335 ENST00000490107 7 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246078832 246078942 ENST00000490107 8 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246027101 246027188 ENST00000490107 9 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246021798 246021972 ENST00000490107 10 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245927343 245927451 ENST00000490107 11 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245912868 245912966 ENST00000490107 12 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912653 246021949 ENST00000483072 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912653 246093239 ENST00000470510 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912669 245977713 ENST00000490322 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245912865 246670519 ENST00000388985 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246670356 246670519 ENST00000388985 1 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518396 ENST00000388985 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000388985 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000388985 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490503 246490639 ENST00000388985 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246093172 246093239 ENST00000388985 6 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246091233 246091335 ENST00000388985 7 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246078832 246078942 ENST00000388985 8 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246027101 246027188 ENST00000388985 9 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246021798 246021972 ENST00000388985 10 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245927343 245927451 ENST00000388985 11 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 245912868 245912966 ENST00000388985 12 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245927343 246151864 ENST00000493441 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 245977644 246151840 ENST00000488153 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246021800 246469311 ENST00000492487 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246021864 246357029 ENST00000391836 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246093172 246093203 ENST00000391836 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246091233 246091335 ENST00000391836 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246078832 246078942 ENST00000391836 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246027101 246027188 ENST00000391836 6 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246021864 246021972 ENST00000391836 7 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246027111 246259725 ENST00000464398 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246093200 246518637 ENST00000453676 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518383 ENST00000453676 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000453676 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000453676 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490503 246490639 ENST00000453676 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246093200 246093239 ENST00000453676 6 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246215859 246670446 ENST00000462422 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246489115 246670614 ENST00000403792 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246670356 246670519 ENST00000403792 1 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518396 ENST00000403792 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000403792 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000403792 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490503 246490639 ENST00000403792 5 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246489683 246489697 ENST00000403792 6 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246490066 246670534 ENST00000470863 NA SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246490635 246647067 ENST00000455277 NA SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246518333 246518383 ENST00000455277 2 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246498669 246498776 ENST00000455277 3 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246493782 246493839 ENST00000455277 4 SMYD3 ENSG00000185420 Not Supported Not Supported +CDS 1 246490635 246490639 ENST00000455277 5 SMYD3 ENSG00000185420 Not Supported Not Supported +transcript 1 246196853 246198905 ENST00000426386 NA RP11-83A16.1 ENSG00000235096 Not Supported Not Supported +transcript 1 246271928 246277168 ENST00000443763 NA RP11-36N20.1 ENSG00000226876 Not Supported Not Supported +transcript 1 246342080 246342506 ENST00000436684 NA CHCHD4P5 ENSG00000225222 Not Supported Not Supported +transcript 1 246352316 246352420 ENST00000365314 NA RNU6-1283P ENSG00000202184 Not Supported Not Supported +transcript 1 246484965 246485740 ENST00000426929 NA SMYD3-IT1 ENSG00000230184 Not Supported Not Supported +transcript 1 246589308 246589421 ENST00000384596 NA Y_RNA ENSG00000207326 Not Supported Not Supported +transcript 1 246672340 246685894 ENST00000398739 NA RP11-690C23.4 ENSG00000227728 Not Supported Not Supported +transcript 1 246679341 246687589 ENST00000366308 NA RP11-690C23.2 ENSG00000242042 Not Supported Not Supported +transcript 1 246690332 246691457 ENST00000412354 NA RP11-690C23.5 ENSG00000230813 Not Supported Not Supported +transcript 1 246691864 246692143 ENST00000426536 NA RP11-690C23.3 ENSG00000229112 Not Supported Not Supported +transcript 1 246703862 246729626 ENST00000366514 NA TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246729128 246729440 ENST00000366514 1 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246727648 246727736 ENST00000366514 2 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246720683 246720836 ENST00000366514 3 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246719875 246720023 ENST00000366514 4 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246714515 246714604 ENST00000366514 5 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246711847 246711909 ENST00000366514 6 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246707823 246707983 ENST00000366514 7 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246704336 246704504 ENST00000366514 8 TFB2M ENSG00000162851 Not Supported Not Supported +transcript 1 246711847 246729563 ENST00000544618 NA TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246729128 246729440 ENST00000544618 1 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246727648 246727736 ENST00000544618 2 TFB2M ENSG00000162851 Not Supported Not Supported +CDS 1 246720015 246720023 ENST00000544618 3 TFB2M ENSG00000162851 Not Supported Not Supported +transcript 1 246729746 246811537 ENST00000483271 NA CNST ENSG00000162852 Not Supported Not Supported +transcript 1 246729748 246831886 ENST00000366513 NA CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246754865 246755243 ENST00000366513 2 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246784731 246784936 ENST00000366513 3 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246795196 246795226 ENST00000366513 4 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246797226 246797312 ENST00000366513 5 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246797775 246797889 ENST00000366513 6 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246805051 246805072 ENST00000366513 7 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246805243 246805339 ENST00000366513 8 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246810441 246811339 ENST00000366513 9 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246823501 246823636 ENST00000366513 10 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246829002 246829204 ENST00000366513 11 CNST ENSG00000162852 Not Supported Not Supported +transcript 1 246729763 246811545 ENST00000366512 NA CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246754865 246755243 ENST00000366512 2 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246784731 246784936 ENST00000366512 3 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246795196 246795226 ENST00000366512 4 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246797226 246797312 ENST00000366512 5 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246797775 246797889 ENST00000366512 6 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246805051 246805072 ENST00000366512 7 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246805243 246805339 ENST00000366512 8 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246810441 246811351 ENST00000366512 9 CNST ENSG00000162852 Not Supported Not Supported +transcript 1 246729816 246797259 ENST00000366511 NA CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246754865 246755243 ENST00000366511 2 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246795196 246795226 ENST00000366511 3 CNST ENSG00000162852 Not Supported Not Supported +CDS 1 246797226 246797226 ENST00000366511 4 CNST ENSG00000162852 Not Supported Not Supported +transcript 1 246769175 246771404 ENST00000417786 NA RP11-439E19.1 ENSG00000225300 Not Supported Not Supported +transcript 1 246795553 246795780 ENST00000449978 NA RP11-452J6.2 ENSG00000228955 Not Supported Not Supported +transcript 1 246845410 246848377 ENST00000570141 NA RP11-439E19.9 ENSG00000260698 Not Supported Not Supported +transcript 1 246853349 246855123 ENST00000442712 NA RP11-439E19.7 ENSG00000235021 Not Supported Not Supported +transcript 1 246887349 246931439 ENST00000366510 NA SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246887725 246887914 ENST00000366510 1 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246890194 246890306 ENST00000366510 2 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246899277 246899357 ENST00000366510 3 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246903474 246903603 ENST00000366510 4 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246907378 246907427 ENST00000366510 5 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246921528 246921658 ENST00000366510 6 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246922336 246922453 ENST00000366510 7 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246923259 246923378 ENST00000366510 8 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246923473 246923529 ENST00000366510 9 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246927548 246927659 ENST00000366510 10 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246929360 246929441 ENST00000366510 11 SCCPDH ENSG00000143653 Not Supported Not Supported +CDS 1 246930497 246930599 ENST00000366510 12 SCCPDH ENSG00000143653 Not Supported Not Supported +transcript 1 246918813 246919134 ENST00000413092 NA RP11-439E19.6 ENSG00000228879 Not Supported Not Supported +transcript 1 246935139 246993361 ENST00000504864 NA KIF28P ENSG00000223519 Not Supported Not Supported +transcript 1 246939531 246952963 ENST00000451123 NA KIF28P ENSG00000223519 Not Supported Not Supported +transcript 1 246943779 246946474 ENST00000508436 NA KIF28P ENSG00000223519 Not Supported Not Supported +transcript 1 246935603 246939074 ENST00000567832 NA RP11-439E19.10 ENSG00000260855 Not Supported Not Supported +transcript 1 246939315 246955687 ENST00000421003 NA RP11-439E19.3 ENSG00000227953 Not Supported Not Supported +transcript 1 246939393 246952902 ENST00000505748 NA RP11-439E19.3 ENSG00000227953 Not Supported Not Supported +transcript 1 246939394 246944856 ENST00000509202 NA RP11-439E19.3 ENSG00000227953 Not Supported Not Supported +transcript 1 246952396 246955687 ENST00000426089 NA RP11-439E19.3 ENSG00000227953 Not Supported Not Supported +transcript 1 246953926 246955687 ENST00000419361 NA RP11-439E19.3 ENSG00000227953 Not Supported Not Supported +transcript 1 246970417 246970487 ENST00000516686 NA SNORD112 ENSG00000252495 Not Supported Not Supported +transcript 1 246981378 246981482 ENST00000433897 NA RP11-397A15.4 ENSG00000235386 Not Supported Not Supported +transcript 1 246996750 246996831 ENST00000516202 NA SNORA25 ENSG00000252011 Not Supported Not Supported +transcript 1 247002400 247062782 ENST00000470300 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247002400 247094665 ENST00000366508 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247094431 247094528 ENST00000366508 1 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247081552 247081679 ENST00000366508 2 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247079444 247079697 ENST00000366508 3 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247076534 247076714 ENST00000366508 4 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247070853 247071060 ENST00000366508 5 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247068843 247068959 ENST00000366508 6 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247067251 247067335 ENST00000366508 7 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247065827 247065977 ENST00000366508 8 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063639 247063771 ENST00000366508 9 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063367 247063548 ENST00000366508 10 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247062753 247062814 ENST00000366508 11 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247061510 247061638 ENST00000366508 12 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247059137 247059227 ENST00000366508 13 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247057961 247058050 ENST00000366508 14 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247055081 247055221 ENST00000366508 15 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247054258 247054362 ENST00000366508 16 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247053268 247053361 ENST00000366508 17 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051696 247051819 ENST00000366508 18 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051479 247051535 ENST00000366508 19 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247050513 247050659 ENST00000366508 20 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247048795 247048982 ENST00000366508 21 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040460 247040604 ENST00000366508 22 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040252 247040383 ENST00000366508 23 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247039339 247039489 ENST00000366508 24 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030963 247031113 ENST00000366508 25 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030546 247030653 ENST00000366508 26 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247027226 247027418 ENST00000366508 27 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247025261 247025455 ENST00000366508 28 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247024201 247024597 ENST00000366508 29 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247020993 247021116 ENST00000366508 30 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247019032 247019129 ENST00000366508 31 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247016393 247016601 ENST00000366508 32 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247012917 247014744 ENST00000366508 33 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247007097 247007230 ENST00000366508 34 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247005996 247006078 ENST00000366508 35 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247004111 247004300 ENST00000366508 36 AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247002400 247094726 ENST00000326225 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247094610 247094629 ENST00000326225 1 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247081552 247081679 ENST00000326225 2 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247079444 247079697 ENST00000326225 3 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247076534 247076714 ENST00000326225 4 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247070853 247071060 ENST00000326225 5 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247068843 247068959 ENST00000326225 6 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247067251 247067335 ENST00000326225 7 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247065827 247065977 ENST00000326225 8 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063639 247063771 ENST00000326225 9 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063367 247063548 ENST00000326225 10 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247062753 247062814 ENST00000326225 11 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247061510 247061638 ENST00000326225 12 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247059137 247059227 ENST00000326225 13 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247057961 247058050 ENST00000326225 14 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247055081 247055221 ENST00000326225 15 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247054258 247054362 ENST00000326225 16 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247053268 247053361 ENST00000326225 17 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051696 247051819 ENST00000326225 18 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051479 247051535 ENST00000326225 19 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247050513 247050659 ENST00000326225 20 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247048795 247048982 ENST00000326225 21 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040460 247040604 ENST00000326225 22 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040252 247040383 ENST00000326225 23 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247039339 247039489 ENST00000326225 24 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030963 247031113 ENST00000326225 25 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030546 247030653 ENST00000326225 26 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247027226 247027418 ENST00000326225 27 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247025261 247025455 ENST00000326225 28 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247024201 247024597 ENST00000326225 29 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247020993 247021116 ENST00000326225 30 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247019032 247019129 ENST00000326225 31 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247016393 247016601 ENST00000326225 32 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247012917 247014744 ENST00000326225 33 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247007097 247007230 ENST00000326225 34 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247005996 247006078 ENST00000326225 35 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247004111 247004300 ENST00000326225 36 AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247002404 247094726 ENST00000391829 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247081552 247081672 ENST00000391829 2 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247079444 247079697 ENST00000391829 3 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247076534 247076714 ENST00000391829 4 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247070853 247071060 ENST00000391829 5 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247068843 247068959 ENST00000391829 6 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247067251 247067335 ENST00000391829 7 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247065827 247065977 ENST00000391829 8 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063639 247063771 ENST00000391829 9 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247063367 247063548 ENST00000391829 10 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247062753 247062814 ENST00000391829 11 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247061510 247061638 ENST00000391829 12 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247059137 247059227 ENST00000391829 13 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247057961 247058050 ENST00000391829 14 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247055081 247055221 ENST00000391829 15 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247054258 247054362 ENST00000391829 16 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247053268 247053361 ENST00000391829 17 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051696 247051819 ENST00000391829 18 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247051479 247051535 ENST00000391829 19 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247050513 247050659 ENST00000391829 20 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247048795 247048982 ENST00000391829 21 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040460 247040604 ENST00000391829 22 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247040252 247040383 ENST00000391829 23 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247039339 247039489 ENST00000391829 24 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030963 247031113 ENST00000391829 25 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247030546 247030653 ENST00000391829 26 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247027226 247027418 ENST00000391829 27 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247025261 247025455 ENST00000391829 28 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247024201 247024597 ENST00000391829 29 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247020993 247021116 ENST00000391829 30 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247019032 247019129 ENST00000391829 31 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247016393 247016601 ENST00000391829 32 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247012917 247014744 ENST00000391829 33 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247007097 247007230 ENST00000391829 34 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247005996 247006078 ENST00000391829 35 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247004111 247004300 ENST00000391829 36 AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247004264 247013151 ENST00000498601 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247012917 247013151 ENST00000498601 1 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247006071 247006078 ENST00000498601 2 AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247013173 247040370 ENST00000483900 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247025260 247027600 ENST00000477526 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247079616 247095280 ENST00000478568 NA AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247081552 247081672 ENST00000478568 2 AHCTF1 ENSG00000153207 Not Supported Not Supported +CDS 1 247079616 247079697 ENST00000478568 3 AHCTF1 ENSG00000153207 Not Supported Not Supported +transcript 1 247108849 247242038 ENST00000465049 NA ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247241896 247241898 ENST00000465049 1 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247163250 247163376 ENST00000465049 2 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000465049 3 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247151423 247151557 ENST00000465049 4 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247143254 247143306 ENST00000465049 5 ZNF670 ENSG00000135747 Not Supported Not Supported +transcript 1 247130964 247242113 ENST00000474541 NA ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247241896 247241898 ENST00000474541 1 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247163250 247163376 ENST00000474541 2 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000474541 3 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247159353 247159483 ENST00000474541 4 ZNF670 ENSG00000135747 Not Supported Not Supported +transcript 1 247200086 247242057 ENST00000366503 NA ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247241896 247241898 ENST00000366503 1 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247202713 247202839 ENST00000366503 2 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247202112 247202172 ENST00000366503 3 ZNF670 ENSG00000135747 Not Supported Not Supported +CDS 1 247200754 247201729 ENST00000366503 4 ZNF670 ENSG00000135747 Not Supported Not Supported +transcript 1 247108849 247171358 ENST00000479214 NA ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247171208 247171210 ENST00000479214 1 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247163250 247163376 ENST00000479214 2 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000479214 3 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247151423 247151557 ENST00000479214 4 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247131090 247131094 ENST00000479214 5 ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247108851 247171301 ENST00000366504 NA ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247171208 247171210 ENST00000366504 1 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247163214 247163376 ENST00000366504 2 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000366504 3 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247151423 247151557 ENST00000366504 4 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247131090 247131094 ENST00000366504 5 ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247108921 247171358 ENST00000491337 NA ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247171208 247171210 ENST00000491337 1 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247163214 247163376 ENST00000491337 2 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000491337 3 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247131090 247131094 ENST00000491337 4 ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247108977 247171395 ENST00000487338 NA ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247171208 247171210 ENST00000487338 1 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247163214 247163376 ENST00000487338 2 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000487338 3 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247151427 247151557 ENST00000487338 4 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247130997 247131094 ENST00000487338 5 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247109102 247109129 ENST00000487338 6 ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247108980 247171328 ENST00000498046 NA ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247148625 247171358 ENST00000339986 NA ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247171208 247171210 ENST00000339986 1 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247163214 247163376 ENST00000339986 2 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247162650 247162742 ENST00000339986 3 ZNF695 ENSG00000197472 Not Supported Not Supported +CDS 1 247150272 247151557 ENST00000339986 4 ZNF695 ENSG00000197472 Not Supported Not Supported +transcript 1 247178370 247180593 ENST00000431287 NA RP11-551G24.3 ENSG00000236775 Not Supported Not Supported +transcript 1 247206093 247207323 ENST00000439523 NA RP11-551G24.2 ENSG00000215796 Not Supported Not Supported +transcript 1 247248691 247249369 ENST00000414775 NA RP11-107G24.3 ENSG00000228982 Not Supported Not Supported +transcript 1 247263264 247267670 ENST00000448299 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267499 247267501 ENST00000448299 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265289 247265415 ENST00000448299 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265033 247265093 ENST00000448299 3 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247263679 247264621 ENST00000448299 4 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247263264 247267674 ENST00000358785 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267241 247267501 ENST00000358785 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265289 247265415 ENST00000358785 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247264539 247264621 ENST00000358785 3 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247263293 247267674 ENST00000343381 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267241 247267501 ENST00000343381 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265289 247265415 ENST00000343381 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265033 247265093 ENST00000343381 3 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247263679 247264621 ENST00000343381 4 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247264158 247267580 ENST00000366501 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267499 247267501 ENST00000366501 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265293 247265415 ENST00000366501 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265037 247265093 ENST00000366501 3 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247264353 247267591 ENST00000366500 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267499 247267501 ENST00000366500 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265289 247265415 ENST00000366500 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247264539 247264621 ENST00000366500 3 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247264592 247267667 ENST00000476158 NA ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247267241 247267501 ENST00000476158 1 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247265289 247265415 ENST00000476158 2 ZNF669 ENSG00000188295 Not Supported Not Supported +CDS 1 247264592 247264621 ENST00000476158 3 ZNF669 ENSG00000188295 Not Supported Not Supported +transcript 1 247273462 247275719 ENST00000408893 NA C1orf229 ENSG00000221953 Not Supported Not Supported +CDS 1 247274816 247275526 ENST00000408893 1 C1orf229 ENSG00000221953 Not Supported Not Supported +transcript 1 247282971 247283580 ENST00000457012 NA FGFR3P6 ENSG00000226164 Not Supported Not Supported +transcript 1 247285277 247335307 ENST00000472531 NA ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247335150 247335179 ENST00000472531 1 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322989 247323115 ENST00000472531 2 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322308 247322368 ENST00000472531 3 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247287173 247287173 ENST00000472531 4 ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247286805 247313252 ENST00000476312 NA ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247301447 247335304 ENST00000491356 NA ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247335150 247335179 ENST00000491356 1 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322989 247323115 ENST00000491356 2 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322308 247322368 ENST00000491356 3 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247302047 247302059 ENST00000491356 4 ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247319203 247335318 ENST00000340684 NA ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247335150 247335179 ENST00000340684 1 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322989 247323115 ENST00000340684 2 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322308 247322368 ENST00000340684 3 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247319871 247320519 ENST00000340684 4 ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247319722 247335269 ENST00000543802 NA ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247335150 247335179 ENST00000543802 1 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322989 247323115 ENST00000543802 2 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247322308 247322368 ENST00000543802 3 ZNF124 ENSG00000196418 Not Supported Not Supported +CDS 1 247319871 247320705 ENST00000543802 4 ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247320219 247335307 ENST00000491848 NA ZNF124 ENSG00000196418 Not Supported Not Supported +transcript 1 247338558 247338827 ENST00000452704 NA RP11-488L18.6 ENSG00000224014 Not Supported Not Supported +transcript 1 247347115 247348784 ENST00000400933 NA RP11-488L18.3 ENSG00000215795 Not Supported Not Supported +transcript 1 247350583 247351828 ENST00000566446 NA RP11-488L18.10 ENSG00000259865 Not Supported Not Supported +transcript 1 247353153 247372795 ENST00000421406 NA MIR3916 ENSG00000227671 Not Supported Not Supported +transcript 1 247353280 247363498 ENST00000452874 NA MIR3916 ENSG00000227671 Not Supported Not Supported +transcript 1 247362701 247374158 ENST00000606173 NA MIR3916 ENSG00000227671 Not Supported Not Supported +transcript 1 247364870 247374116 ENST00000606212 NA MIR3916 ENSG00000227671 Not Supported Not Supported +transcript 1 247364870 247374124 ENST00000606454 NA MIR3916 ENSG00000227671 Not Supported Not Supported +transcript 1 247365269 247365362 ENST00000583893 NA MIR3916 ENSG00000263568 Not Supported Not Supported +transcript 1 247367872 247367963 ENST00000516707 NA RNA5SP82 ENSG00000252516 Not Supported Not Supported +transcript 1 247373993 247405125 ENST00000428687 NA RP11-488L18.8 ENSG00000232347 Not Supported Not Supported +transcript 1 247393242 247395182 ENST00000397642 NA RP11-488L18.1 ENSG00000214144 Not Supported Not Supported +transcript 1 247400170 247401259 ENST00000472048 NA VN1R17P ENSG00000235818 Not Supported Not Supported +transcript 1 247419374 247420445 ENST00000472952 NA VN1R5 ENSG00000197617 Not Supported Not Supported +transcript 1 247458137 247458243 ENST00000365209 NA Y_RNA ENSG00000202079 Not Supported Not Supported +transcript 1 247460714 247477154 ENST00000462139 NA ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247460714 247495045 ENST00000294753 NA ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247492491 247492880 ENST00000294753 3 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247491985 247492168 ENST00000294753 4 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247486456 247486532 ENST00000294753 5 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473626 247473758 ENST00000294753 6 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473001 247473108 ENST00000294753 7 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247471777 247471890 ENST00000294753 8 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247463824 247464578 ENST00000294753 9 ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247461503 247492547 ENST00000461277 NA ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247492491 247492547 ENST00000461277 1 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247491985 247492168 ENST00000461277 2 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247486456 247486532 ENST00000461277 3 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247486000 247486107 ENST00000461277 4 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473626 247473758 ENST00000461277 5 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473001 247473108 ENST00000461277 6 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247471777 247471890 ENST00000461277 7 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247463821 247464578 ENST00000461277 8 ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247463623 247495045 ENST00000366498 NA ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247492491 247492880 ENST00000366498 3 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247491985 247492168 ENST00000366498 4 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247486456 247486532 ENST00000366498 5 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247486000 247486107 ENST00000366498 6 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473626 247473758 ENST00000366498 7 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247473001 247473108 ENST00000366498 8 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247471777 247471890 ENST00000366498 9 ZNF496 ENSG00000162714 Not Supported Not Supported +CDS 1 247463824 247464578 ENST00000366498 10 ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247491978 247495148 ENST00000478225 NA ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247492030 247495147 ENST00000477903 NA ZNF496 ENSG00000162714 Not Supported Not Supported +transcript 1 247579458 247612410 ENST00000391828 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000391828 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000391828 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000391828 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247592887 247593057 ENST00000391828 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000391828 7 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247599272 247599442 ENST00000391828 8 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000391828 9 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000391828 10 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000391828 11 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247579458 247612404 ENST00000366497 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000366497 2 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000366497 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000366497 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247592887 247593057 ENST00000366497 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000366497 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000366497 7 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000366497 8 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000366497 9 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247581351 247612119 ENST00000336119 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000336119 1 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000336119 2 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000336119 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247592887 247593057 ENST00000336119 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000336119 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247599272 247599442 ENST00000336119 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000336119 7 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000336119 8 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000336119 9 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247581351 247612119 ENST00000348069 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000348069 1 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000348069 2 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000348069 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000348069 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000348069 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000348069 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000348069 7 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247581354 247612119 ENST00000366496 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000366496 1 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000366496 2 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000366496 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247592887 247593057 ENST00000366496 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000366496 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000366496 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000366496 7 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000366496 8 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247581922 247589094 ENST00000474792 NA NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247582097 247611806 ENST00000391827 NA NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247582097 247582379 ENST00000391827 1 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247586532 247586651 ENST00000391827 2 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247587149 247588901 ENST00000391827 3 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247597405 247597575 ENST00000391827 4 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247599272 247599442 ENST00000391827 5 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607274 247607444 ENST00000391827 6 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247607953 247608123 ENST00000391827 7 NLRP3 ENSG00000162711 Not Supported Not Supported +CDS 1 247611707 247611803 ENST00000391827 8 NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247607209 247611878 ENST00000532083 NA NLRP3 ENSG00000162711 Not Supported Not Supported +transcript 1 247614255 247615308 ENST00000318749 NA OR2B11 ENSG00000177535 Not Supported Not Supported +CDS 1 247614334 247615284 ENST00000318749 1 OR2B11 ENSG00000177535 Not Supported Not Supported +transcript 1 247654370 247655449 ENST00000522351 NA OR2W5 ENSG00000203664 Not Supported Not Supported +transcript 1 247654370 247655710 ENST00000530852 NA OR2W5 ENSG00000203664 Not Supported Not Supported +transcript 1 247654430 247655392 ENST00000366492 NA OR2W5 ENSG00000203664 Not Supported Not Supported +transcript 1 247670360 247738322 ENST00000527084 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726899 247726941 ENST00000527084 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000527084 5 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000527084 6 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247670375 247738183 ENST00000527541 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726899 247726941 ENST00000527541 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000527541 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000527541 5 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247670394 247712533 ENST00000366490 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247690258 247690356 ENST00000366490 2 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247701978 247702093 ENST00000366490 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712347 247712530 ENST00000366490 4 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247670417 247740969 ENST00000366491 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712494 247712522 ENST00000366491 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726892 247726941 ENST00000366491 5 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000366491 6 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000366491 7 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247670422 247740990 ENST00000366489 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712494 247712522 ENST00000366489 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726892 247726941 ENST00000366489 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000366489 5 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000366489 6 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247670426 247737517 ENST00000526896 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712494 247712522 ENST00000526896 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247719709 247719768 ENST00000526896 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726892 247726941 ENST00000526896 5 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000526896 6 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737517 ENST00000526896 7 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247681734 247738950 ENST00000463359 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726899 247726941 ENST00000463359 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000463359 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000463359 5 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247681754 247737595 ENST00000529512 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726899 247726941 ENST00000529512 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000529512 5 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737595 ENST00000529512 6 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247681776 247712421 ENST00000531662 NA GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247712390 247740992 ENST00000366488 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712494 247712522 ENST00000366488 1 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247719709 247719768 ENST00000366488 2 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726892 247726941 ENST00000366488 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000366488 4 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000366488 5 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247712449 247739846 ENST00000536561 NA GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247712494 247712522 ENST00000536561 1 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247726892 247726941 ENST00000536561 2 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247729233 247729261 ENST00000536561 3 GCSAML ENSG00000169224 Not Supported Not Supported +CDS 1 247737445 247737681 ENST00000536561 4 GCSAML ENSG00000169224 Not Supported Not Supported +transcript 1 247687981 247690054 ENST00000420469 NA GCSAML-AS1 ENSG00000227135 Not Supported Not Supported +transcript 1 247693434 247697141 ENST00000366487 NA OR2C3 ENSG00000196242 Not Supported Not Supported +CDS 1 247694854 247695813 ENST00000366487 2 OR2C3 ENSG00000196242 Not Supported Not Supported +transcript 1 247728941 247804156 ENST00000435333 NA RP11-978I15.10 ENSG00000236817 Not Supported Not Supported +transcript 1 247729210 247803505 ENST00000446347 NA RP11-978I15.10 ENSG00000236817 Not Supported Not Supported +transcript 1 247751662 247752615 ENST00000320065 NA OR2G2 ENSG00000177489 Not Supported Not Supported +CDS 1 247751662 247752612 ENST00000320065 1 OR2G2 ENSG00000177489 Not Supported Not Supported +transcript 1 247768856 247769838 ENST00000320002 NA OR2G3 ENSG00000177476 Not Supported Not Supported +CDS 1 247768888 247769814 ENST00000320002 1 OR2G3 ENSG00000177476 Not Supported Not Supported +transcript 1 247770428 247770503 ENST00000516585 NA RNU6-691P ENSG00000252394 Not Supported Not Supported +transcript 1 247782945 247783872 ENST00000419087 NA OR14L1P ENSG00000198452 Not Supported Not Supported +transcript 1 247782983 247783864 ENST00000366486 NA OR14L1P ENSG00000198452 Not Supported Not Supported +transcript 1 247803051 247910364 ENST00000449298 NA RP11-634B7.4 ENSG00000235749 Not Supported Not Supported +transcript 1 247803351 247827145 ENST00000582218 NA RP11-634B7.4 ENSG00000235749 Not Supported Not Supported +transcript 1 247830189 247831143 ENST00000438288 NA OR3D1P ENSG00000230411 Not Supported Not Supported +transcript 1 247835320 247836365 ENST00000359688 NA OR13G1 ENSG00000197437 Not Supported Not Supported +CDS 1 247835423 247836343 ENST00000359688 1 OR13G1 ENSG00000197437 Not Supported Not Supported +transcript 1 247875045 247876105 ENST00000302084 NA OR6F1 ENSG00000169214 Not Supported Not Supported +CDS 1 247875134 247876057 ENST00000302084 1 OR6F1 ENSG00000169214 Not Supported Not Supported +transcript 1 247875115 247887066 ENST00000419891 NA RP11-634B7.5 ENSG00000239395 Not Supported Not Supported +transcript 1 247886259 247887063 ENST00000426444 NA RP11-634B7.5 ENSG00000239395 Not Supported Not Supported +transcript 1 247886401 247887345 ENST00000366485 NA OR14A2 ENSG00000241128 Not Supported Not Supported +CDS 1 247886404 247887345 ENST00000366485 1 OR14A2 ENSG00000241128 Not Supported Not Supported +transcript 1 247901917 247902861 ENST00000283225 NA OR14K1 ENSG00000153230 Not Supported Not Supported +CDS 1 247901917 247902858 ENST00000283225 1 OR14K1 ENSG00000153230 Not Supported Not Supported +transcript 1 247920676 247921982 ENST00000408896 NA OR1C1 ENSG00000221888 Not Supported Not Supported +CDS 1 247920767 247921708 ENST00000408896 1 OR1C1 ENSG00000221888 Not Supported Not Supported +transcript 1 247938212 247939138 ENST00000446393 NA OR9H1P ENSG00000228336 Not Supported Not Supported +transcript 1 247978102 247979031 ENST00000357627 NA OR14A16 ENSG00000196772 Not Supported Not Supported +CDS 1 247978105 247979031 ENST00000357627 1 OR14A16 ENSG00000196772 Not Supported Not Supported +transcript 1 247990788 247991804 ENST00000412419 NA HSD17B7P1 ENSG00000232908 Not Supported Not Supported +transcript 1 247996651 247997590 ENST00000431838 NA OR6R1P ENSG00000230576 Not Supported Not Supported +transcript 1 248004199 248005254 ENST00000355784 NA OR11L1 ENSG00000197591 Not Supported Not Supported +CDS 1 248004233 248005198 ENST00000355784 1 OR11L1 ENSG00000197591 Not Supported Not Supported +transcript 1 248020501 248041507 ENST00000366481 NA TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248020549 248020968 ENST00000366481 1 TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248023919 248024014 ENST00000366481 2 TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248028007 248028237 ENST00000366481 3 TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248031147 248031169 ENST00000366481 4 TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248031265 248031365 ENST00000366481 5 TRIM58 ENSG00000162722 Not Supported Not Supported +CDS 1 248039202 248039788 ENST00000366481 6 TRIM58 ENSG00000162722 Not Supported Not Supported +transcript 1 248031277 248060449 ENST00000537741 NA OR2W3 ENSG00000238243 Not Supported Not Supported +CDS 1 248058889 248059830 ENST00000537741 3 OR2W3 ENSG00000238243 Not Supported Not Supported +transcript 1 248058889 248059833 ENST00000360358 NA OR2W3 ENSG00000238243 Not Supported Not Supported +CDS 1 248058889 248059830 ENST00000360358 1 OR2W3 ENSG00000238243 Not Supported Not Supported +transcript 1 248084320 248085258 ENST00000319968 NA OR2T8 ENSG00000177462 Not Supported Not Supported +CDS 1 248084320 248085255 ENST00000319968 1 OR2T8 ENSG00000177462 Not Supported Not Supported +transcript 1 248097071 248098057 ENST00000318244 NA OR2AJ1 ENSG00000177275 Not Supported Not Supported +CDS 1 248097071 248098054 ENST00000318244 1 OR2AJ1 ENSG00000177275 Not Supported Not Supported +transcript 1 248099363 248100815 ENST00000427566 NA RP11-438H8.8 ENSG00000226191 Not Supported Not Supported +transcript 1 248100493 248264223 ENST00000366478 NA OR2L13 ENSG00000196071 Not Supported Not Supported +CDS 1 248262678 248263613 ENST00000366478 3 OR2L13 ENSG00000196071 Not Supported Not Supported +transcript 1 248261951 248264224 ENST00000358120 NA OR2L13 ENSG00000196071 Not Supported Not Supported +CDS 1 248262678 248263613 ENST00000358120 2 OR2L13 ENSG00000196071 Not Supported Not Supported +transcript 1 248102275 248102961 ENST00000421144 NA OR2X1P ENSG00000224830 Not Supported Not Supported +transcript 1 248112160 248113098 ENST00000357191 NA OR2L8 ENSG00000196936 Not Supported Not Supported +CDS 1 248112160 248113095 ENST00000357191 1 OR2L8 ENSG00000196936 Not Supported Not Supported +transcript 1 248128535 248129641 ENST00000366480 NA OR2AK2 ENSG00000187080 Not Supported Not Supported +CDS 1 248128634 248129638 ENST00000366480 1 OR2AK2 ENSG00000187080 Not Supported Not Supported +transcript 1 248138043 248138955 ENST00000444456 NA OR2L9P ENSG00000237492 Not Supported Not Supported +transcript 1 248153569 248154506 ENST00000422727 NA OR2L1P ENSG00000224227 Not Supported Not Supported +transcript 1 248160302 248160398 ENST00000362572 NA Y_RNA ENSG00000199442 Not Supported Not Supported +transcript 1 248166431 248167370 ENST00000416377 NA OR2L6P ENSG00000232215 Not Supported Not Supported +transcript 1 248185250 248186188 ENST00000355281 NA OR2L5 ENSG00000197454 Not Supported Not Supported +CDS 1 248185250 248186185 ENST00000355281 1 OR2L5 ENSG00000197454 Not Supported Not Supported +transcript 1 248192422 248192523 ENST00000363215 NA Y_RNA ENSG00000200085 Not Supported Not Supported +transcript 1 248201474 248202607 ENST00000366479 NA OR2L2 ENSG00000203663 Not Supported Not Supported +CDS 1 248201570 248202505 ENST00000366479 1 OR2L2 ENSG00000203663 Not Supported Not Supported +transcript 1 248209090 248209191 ENST00000364112 NA Y_RNA ENSG00000200982 Not Supported Not Supported +transcript 1 248223984 248224922 ENST00000359959 NA OR2L3 ENSG00000198128 Not Supported Not Supported +CDS 1 248223984 248224919 ENST00000359959 1 OR2L3 ENSG00000198128 Not Supported Not Supported +transcript 1 248246936 248247898 ENST00000403423 NA OR2T32P ENSG00000197067 Not Supported Not Supported +transcript 1 248246965 248247898 ENST00000356294 NA OR2T32P ENSG00000197067 Not Supported Not Supported +transcript 1 248285234 248286184 ENST00000318104 NA OR2M1P ENSG00000177233 Not Supported Not Supported +transcript 1 248308450 248309388 ENST00000366476 NA OR2M5 ENSG00000162727 Not Supported Not Supported +CDS 1 248308450 248309385 ENST00000366476 1 OR2M5 ENSG00000162727 Not Supported Not Supported +transcript 1 248343288 248344331 ENST00000359682 NA OR2M2 ENSG00000198601 Not Supported Not Supported +CDS 1 248343288 248344328 ENST00000359682 1 OR2M2 ENSG00000198601 Not Supported Not Supported +transcript 1 248366332 248367392 ENST00000456743 NA OR2M3 ENSG00000228198 Not Supported Not Supported +CDS 1 248366370 248367305 ENST00000456743 1 OR2M3 ENSG00000228198 Not Supported Not Supported +transcript 1 248402231 248403166 ENST00000306687 NA OR2M4 ENSG00000171180 Not Supported Not Supported +CDS 1 248402231 248403163 ENST00000306687 1 OR2M4 ENSG00000171180 Not Supported Not Supported +transcript 1 248436073 248437138 ENST00000318021 NA OR2T33 ENSG00000177212 Not Supported Not Supported +CDS 1 248436157 248437116 ENST00000318021 1 OR2T33 ENSG00000177212 Not Supported Not Supported +transcript 1 248457918 248458880 ENST00000317996 NA OR2T12 ENSG00000177201 Not Supported Not Supported +CDS 1 248457921 248458880 ENST00000317996 1 OR2T12 ENSG00000177201 Not Supported Not Supported +transcript 1 248486894 248487899 ENST00000317965 NA OR2M7 ENSG00000177186 Not Supported Not Supported +CDS 1 248486935 248487870 ENST00000317965 1 OR2M7 ENSG00000177186 Not Supported Not Supported +transcript 1 248512077 248513015 ENST00000317861 NA OR14C36 ENSG00000177174 Not Supported Not Supported +CDS 1 248512077 248513012 ENST00000317861 1 OR14C36 ENSG00000177174 Not Supported Not Supported +transcript 1 248524883 248525929 ENST00000366475 NA OR2T4 ENSG00000196944 Not Supported Not Supported +CDS 1 248524883 248525926 ENST00000366475 1 OR2T4 ENSG00000196944 Not Supported Not Supported +transcript 1 248550910 248551836 ENST00000355728 NA OR2T6 ENSG00000198104 Not Supported Not Supported +CDS 1 248550910 248551833 ENST00000355728 1 OR2T6 ENSG00000198104 Not Supported Not Supported +transcript 1 248569296 248570405 ENST00000366474 NA OR2T1 ENSG00000175143 Not Supported Not Supported +CDS 1 248569296 248570402 ENST00000366474 1 OR2T1 ENSG00000175143 Not Supported Not Supported +transcript 1 248604508 248605434 ENST00000460972 NA OR2T7 ENSG00000227152 Not Supported Not Supported +CDS 1 248604508 248605431 ENST00000460972 1 OR2T7 ENSG00000227152 Not Supported Not Supported +transcript 1 248616077 248617130 ENST00000342927 NA OR2T2 ENSG00000196240 Not Supported Not Supported +CDS 1 248616099 248617070 ENST00000342927 1 OR2T2 ENSG00000196240 Not Supported Not Supported +transcript 1 248636627 248637634 ENST00000359594 NA OR2T3 ENSG00000196539 Not Supported Not Supported +CDS 1 248636652 248637605 ENST00000359594 1 OR2T3 ENSG00000196539 Not Supported Not Supported +transcript 1 248647546 248648785 ENST00000450847 NA RP11-407H12.8 ENSG00000229255 Not Supported Not Supported +transcript 1 248651885 248652898 ENST00000366473 NA OR2T5 ENSG00000203661 Not Supported Not Supported +CDS 1 248651890 248652834 ENST00000366473 1 OR2T5 ENSG00000203661 Not Supported Not Supported +transcript 1 248661609 248661929 ENST00000606902 NA OR2AS2P ENSG00000271934 Not Supported Not Supported +transcript 1 248684916 248685964 ENST00000343414 NA OR2G6 ENSG00000188558 Not Supported Not Supported +CDS 1 248684948 248685895 ENST00000343414 1 OR2G6 ENSG00000188558 Not Supported Not Supported +transcript 1 248712057 248726764 ENST00000438623 NA RP11-438F14.3 ENSG00000224521 Not Supported Not Supported +transcript 1 248725901 248727140 ENST00000436515 NA RP11-438F14.3 ENSG00000224521 Not Supported Not Supported +transcript 1 248712745 248713063 ENST00000427827 NA OR2AS1P ENSG00000227102 Not Supported Not Supported +transcript 1 248721784 248722797 ENST00000328570 NA OR2T29 ENSG00000182783 Not Supported Not Supported +CDS 1 248721848 248722792 ENST00000328570 1 OR2T29 ENSG00000182783 Not Supported Not Supported +transcript 1 248737022 248738080 ENST00000328782 NA OR2T34 ENSG00000183310 Not Supported Not Supported +CDS 1 248737105 248738058 ENST00000328782 1 OR2T34 ENSG00000183310 Not Supported Not Supported +transcript 1 248756052 248757100 ENST00000330500 NA OR2T10 ENSG00000184022 Not Supported Not Supported +CDS 1 248756134 248757069 ENST00000330500 1 OR2T10 ENSG00000184022 Not Supported Not Supported +transcript 1 248758226 248758334 ENST00000364732 NA Y_RNA ENSG00000201602 Not Supported Not Supported +transcript 1 248764717 248765170 ENST00000603158 NA RP11-438F14.10 ENSG00000271701 Not Supported Not Supported +transcript 1 248789420 248790491 ENST00000330803 NA OR2T11 ENSG00000183130 Not Supported Not Supported +CDS 1 248789482 248790429 ENST00000330803 1 OR2T11 ENSG00000183130 Not Supported Not Supported +transcript 1 248801588 248802559 ENST00000317450 NA OR2T35 ENSG00000177151 Not Supported Not Supported +CDS 1 248801591 248802559 ENST00000317450 1 OR2T35 ENSG00000177151 Not Supported Not Supported +transcript 1 248813232 248814185 ENST00000344889 NA OR2T27 ENSG00000187701 Not Supported Not Supported +CDS 1 248813235 248814185 ENST00000344889 1 OR2T27 ENSG00000187701 Not Supported Not Supported +transcript 1 248844628 248845629 ENST00000342623 NA OR14I1 ENSG00000189181 Not Supported Not Supported +CDS 1 248844673 248845605 ENST00000342623 1 OR14I1 ENSG00000189181 Not Supported Not Supported +transcript 1 248855492 248862411 ENST00000437830 NA XX-CR54.1 ENSG00000229703 Not Supported Not Supported +transcript 1 248881947 248885506 ENST00000436484 NA XX-CR54.3 ENSG00000232694 Not Supported Not Supported +transcript 1 248885294 248885502 ENST00000425108 NA AHCYP8 ENSG00000242529 Not Supported Not Supported +transcript 1 248902716 248903150 ENST00000590317 NA LYPD8 ENSG00000266949 Not Supported Not Supported +CDS 1 248902912 248903150 ENST00000590317 1 LYPD8 ENSG00000266949 Not Supported Not Supported +transcript 1 249065834 249067991 ENST00000427780 NA AL672296.1 ENSG00000229663 Not Supported Not Supported +transcript 1 249104648 249108372 ENST00000484202 NA SH3BP5L ENSG00000175137 Not Supported Not Supported +transcript 1 249104650 249120832 ENST00000366472 NA SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249118952 249119134 ENST00000366472 2 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249111021 249111083 ENST00000366472 3 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249110733 249110861 ENST00000366472 4 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249108648 249108809 ENST00000366472 5 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249107188 249107361 ENST00000366472 6 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249106102 249106569 ENST00000366472 7 SH3BP5L ENSG00000175137 Not Supported Not Supported +transcript 1 249104651 249119834 ENST00000475978 NA SH3BP5L ENSG00000175137 Not Supported Not Supported +transcript 1 249105899 249111272 ENST00000411742 NA SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249111184 249111270 ENST00000411742 1 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249111021 249111083 ENST00000411742 2 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249110733 249110861 ENST00000411742 3 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249108648 249108809 ENST00000411742 4 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249107188 249107361 ENST00000411742 5 SH3BP5L ENSG00000175137 Not Supported Not Supported +CDS 1 249106102 249106569 ENST00000411742 6 SH3BP5L ENSG00000175137 Not Supported Not Supported +transcript 1 249110229 249111045 ENST00000494837 NA SH3BP5L ENSG00000175137 Not Supported Not Supported +transcript 1 249120576 249120642 ENST00000582636 NA MIR3124 ENSG00000264500 Not Supported Not Supported +transcript 1 249132409 249141407 ENST00000510904 NA ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249132479 249143716 ENST00000306562 NA ZNF672 ENSG00000171161 Not Supported Not Supported +CDS 1 249141474 249142829 ENST00000306562 4 ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249132530 249141484 ENST00000505503 NA ZNF672 ENSG00000171161 Not Supported Not Supported +CDS 1 249141474 249141484 ENST00000505503 4 ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249133027 249141682 ENST00000428515 NA ZNF672 ENSG00000171161 Not Supported Not Supported +CDS 1 249141474 249141682 ENST00000428515 4 ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249133205 249141419 ENST00000502697 NA ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249133289 249141300 ENST00000515369 NA ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249133353 249141584 ENST00000423362 NA ZNF672 ENSG00000171161 Not Supported Not Supported +CDS 1 249141474 249141584 ENST00000423362 4 ZNF672 ENSG00000171161 Not Supported Not Supported +transcript 1 249144205 249152912 ENST00000463519 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000463519 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152156 249152264 ENST00000463519 2 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144205 249153271 ENST00000306601 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000306601 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000306601 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000306601 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000306601 5 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150487 249150621 ENST00000306601 6 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150145 ENST00000306601 7 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149757 249149834 ENST00000306601 8 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000306601 9 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000306601 10 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000306601 11 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144412 249144715 ENST00000306601 12 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144205 249153271 ENST00000427146 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000427146 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000427146 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000427146 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000427146 5 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150145 ENST00000427146 6 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149757 249149834 ENST00000427146 7 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000427146 8 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000427146 9 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000427146 10 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144412 249144715 ENST00000427146 11 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144207 249153284 ENST00000366471 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000366471 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000366471 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000366471 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000366471 5 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150145 ENST00000366471 6 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149757 249149834 ENST00000366471 7 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000366471 8 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000366471 9 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000366471 10 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144412 249144715 ENST00000366471 11 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144208 249152083 ENST00000533927 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144223 249150142 ENST00000476503 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150142 ENST00000476503 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000476503 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000476503 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000476503 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144409 249144715 ENST00000476503 5 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144239 249153140 ENST00000366469 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000366469 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000366469 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000366469 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000366469 5 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150483 249150621 ENST00000366469 6 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150138 ENST00000366469 7 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149757 249149834 ENST00000366469 8 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000366469 9 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000366469 10 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000366469 11 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144412 249144715 ENST00000366469 12 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144241 249151696 ENST00000477070 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000477070 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000477070 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150572 249150621 ENST00000477070 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150015 249150145 ENST00000477070 4 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144244 249149657 ENST00000482023 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000482023 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000482023 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249145103 249145146 ENST00000482023 3 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144244 249153267 ENST00000412341 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000412341 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000412341 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151532 249151635 ENST00000412341 4 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144265 249153059 ENST00000451251 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152711 249152713 ENST00000451251 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152520 ENST00000451251 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000451251 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151433 249151696 ENST00000451251 4 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150713 249150761 ENST00000451251 5 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249150487 249150621 ENST00000451251 6 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149924 249150145 ENST00000451251 7 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149757 249149834 ENST00000451251 8 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249149579 249149657 ENST00000451251 9 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249148136 249148250 ENST00000451251 10 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144881 249144980 ENST00000451251 11 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249144412 249144715 ENST00000451251 12 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144481 249153264 ENST00000470787 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144576 249148722 ENST00000462037 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249144583 249150285 ENST00000474351 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249149583 249152318 ENST00000478107 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249149794 249151836 ENST00000491971 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249149927 249153217 ENST00000496411 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000496411 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152156 249152216 ENST00000496411 3 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249149981 249151971 ENST00000468455 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249150714 249152728 ENST00000483223 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000483223 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152156 249152216 ENST00000483223 2 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151472 249152523 ENST00000533647 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000533647 1 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152156 249152216 ENST00000533647 2 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151512 249153266 ENST00000496231 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000496231 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152027 249152058 ENST00000496231 3 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249151512 249151696 ENST00000496231 4 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151564 249153282 ENST00000495731 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151590 249153284 ENST00000528141 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000528141 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152206 249152233 ENST00000528141 3 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151639 249153265 ENST00000497847 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151668 249153284 ENST00000530986 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000530986 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152206 249152233 ENST00000530986 3 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151756 249153271 ENST00000534660 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151768 249153315 ENST00000483791 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151809 249152894 ENST00000530699 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151851 249153284 ENST00000533614 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249151868 249153270 ENST00000496053 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249152064 249153343 ENST00000534456 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249152153 249153271 ENST00000391820 NA ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152330 249152508 ENST00000391820 2 ZNF692 ENSG00000171163 Not Supported Not Supported +CDS 1 249152156 249152264 ENST00000391820 3 ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249152174 249153232 ENST00000533976 NA ZNF692 ENSG00000171163 Not Supported Not Supported +transcript 1 249153363 249158995 ENST00000417047 NA AL672294.1 ENSG00000227237 Not Supported Not Supported +transcript 1 249200395 249214145 ENST00000355360 NA PGBD2 ENSG00000185220 Not Supported Not Supported +CDS 1 249211537 249212559 ENST00000355360 3 PGBD2 ENSG00000185220 Not Supported Not Supported +transcript 1 249200442 249212772 ENST00000329291 NA PGBD2 ENSG00000185220 Not Supported Not Supported +CDS 1 249208062 249208078 ENST00000329291 2 PGBD2 ENSG00000185220 Not Supported Not Supported +CDS 1 249210801 249212559 ENST00000329291 3 PGBD2 ENSG00000185220 Not Supported Not Supported +transcript 1 249200464 249212769 ENST00000539153 NA PGBD2 ENSG00000185220 Not Supported Not Supported +CDS 1 249208751 249208758 ENST00000539153 3 PGBD2 ENSG00000185220 Not Supported Not Supported +CDS 1 249210801 249212559 ENST00000539153 4 PGBD2 ENSG00000185220 Not Supported Not Supported +transcript 1 249200571 249211600 ENST00000462488 NA PGBD2 ENSG00000185220 Not Supported Not Supported +transcript 1 249206889 249206994 ENST00000363625 NA RNU6-1205P ENSG00000200495 Not Supported Not Supported +transcript 1 249230780 249231242 ENST00000430973 NA AL672183.2 ENSG00000233084 Not Supported Not Supported diff --git a/tests/test_data/pvacsplice/results/Test.gtf.tsv b/tests/test_data/pvacsplice/results/Test.gtf.tsv new file mode 100644 index 000000000..649d9924a --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.gtf.tsv @@ -0,0 +1,78463 @@ +feature cds_chrom cds_start cds_stop transcript_id transcript_biotype transcript_version transcript_support_level exon_number gene_name gene_id +transcript chr1 65419 71585 ENST00000641515 protein_coding 2 NA NA OR4F5 ENSG00000186092 +CDS chr1 65565 65573 ENST00000641515 protein_coding 2 NA 2 OR4F5 ENSG00000186092 +CDS chr1 69037 70005 ENST00000641515 protein_coding 2 NA 3 OR4F5 ENSG00000186092 +transcript chr1 450740 451678 ENST00000426406 protein_coding 4 NA NA OR4F29 ENSG00000284733 +CDS chr1 450743 451678 ENST00000426406 protein_coding 4 NA 1 OR4F29 ENSG00000284733 +transcript chr1 685716 686654 ENST00000332831 protein_coding 5 NA NA OR4F16 ENSG00000284662 +CDS chr1 685719 686654 ENST00000332831 protein_coding 5 NA 1 OR4F16 ENSG00000284662 +transcript chr1 923923 944574 ENST00000616016 protein_coding 5 5 NA SAMD11 ENSG00000187634 +transcript chr1 923923 944574 ENST00000618323 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 924432 924948 ENST00000616016 protein_coding 5 5 1 SAMD11 ENSG00000187634 +CDS chr1 924432 924948 ENST00000618323 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925150 935793 ENST00000437963 protein_coding 5 5 NA SAMD11 ENSG00000187634 +transcript chr1 925731 944574 ENST00000342066 protein_coding 8 5 NA SAMD11 ENSG00000187634 +CDS chr1 925922 926013 ENST00000616016 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925922 926013 ENST00000618323 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000437963 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000342066 protein_coding 8 5 2 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000616125 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000616125 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000618779 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000618779 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000622503 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000622503 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000618181 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000618181 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000617307 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000617307 protein_coding 5 5 1 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000616016 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618323 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000437963 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000342066 protein_coding 8 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000616125 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618779 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000622503 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618181 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000617307 protein_coding 5 5 2 SAMD11 ENSG00000187634 +transcript chr1 930312 944575 ENST00000341065 protein_coding 8 5 NA SAMD11 ENSG00000187634 +CDS chr1 930312 930336 ENST00000341065 protein_coding 8 5 1 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000616016 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000618323 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000437963 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000342066 protein_coding 8 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000616125 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000618779 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000622503 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000617307 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000341065 protein_coding 8 5 2 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000616016 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618323 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935793 ENST00000437963 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000342066 protein_coding 8 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000616125 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618779 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000622503 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618181 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000617307 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000341065 protein_coding 8 5 3 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000616016 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618323 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000342066 protein_coding 8 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000616125 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618779 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000622503 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618181 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000617307 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000341065 protein_coding 8 5 4 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000618323 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000616125 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939272 939460 ENST00000622503 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000618181 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939272 939460 ENST00000617307 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939275 939412 ENST00000616016 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 939275 939460 ENST00000342066 protein_coding 8 5 7 SAMD11 ENSG00000187634 +CDS chr1 939275 939412 ENST00000341065 protein_coding 8 5 5 SAMD11 ENSG00000187634 +transcript chr1 939275 944259 ENST00000455979 protein_coding 1 2 NA SAMD11 ENSG00000187634 +CDS chr1 939275 939460 ENST00000455979 protein_coding 1 2 1 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000616016 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000618323 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000342066 protein_coding 8 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000618779 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000622503 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000617307 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000341065 protein_coding 8 5 6 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000455979 protein_coding 1 2 2 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000616016 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000618323 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000342066 protein_coding 8 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000618779 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000622503 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000617307 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000341065 protein_coding 8 5 7 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000455979 protein_coding 1 2 3 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000616016 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618323 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000342066 protein_coding 8 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000616125 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618779 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000622503 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618181 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000617307 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000341065 protein_coding 8 5 8 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000455979 protein_coding 1 2 4 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000616016 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618323 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000342066 protein_coding 8 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000616125 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618779 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000622503 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618181 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000617307 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000341065 protein_coding 8 5 9 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000455979 protein_coding 1 2 5 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000616016 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618323 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000342066 protein_coding 8 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000616125 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618779 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000622503 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618181 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000617307 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000341065 protein_coding 8 5 10 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000455979 protein_coding 1 2 6 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000616016 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618323 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000342066 protein_coding 8 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000616125 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618779 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000622503 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618181 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000617307 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000341065 protein_coding 8 5 11 SAMD11 ENSG00000187634 +CDS chr1 943698 944150 ENST00000455979 protein_coding 1 2 7 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000616016 protein_coding 5 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618323 protein_coding 5 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000342066 protein_coding 8 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000616125 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618779 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000622503 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618181 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000341065 protein_coding 8 5 12 SAMD11 ENSG00000187634 +CDS chr1 943971 944150 ENST00000617307 protein_coding 5 5 13 SAMD11 ENSG00000187634 +transcript chr1 944203 959256 ENST00000327044 protein_coding 7 1 NA NOC2L ENSG00000188976 +CDS chr1 944697 944800 ENST00000327044 protein_coding 7 1 19 NOC2L ENSG00000188976 +CDS chr1 945057 945146 ENST00000327044 protein_coding 7 1 18 NOC2L ENSG00000188976 +CDS chr1 945518 945653 ENST00000327044 protein_coding 7 1 17 NOC2L ENSG00000188976 +CDS chr1 946173 946286 ENST00000327044 protein_coding 7 1 16 NOC2L ENSG00000188976 +CDS chr1 946402 946545 ENST00000327044 protein_coding 7 1 15 NOC2L ENSG00000188976 +CDS chr1 948131 948232 ENST00000327044 protein_coding 7 1 14 NOC2L ENSG00000188976 +CDS chr1 948490 948603 ENST00000327044 protein_coding 7 1 13 NOC2L ENSG00000188976 +CDS chr1 951127 951238 ENST00000327044 protein_coding 7 1 12 NOC2L ENSG00000188976 +CDS chr1 952000 952139 ENST00000327044 protein_coding 7 1 11 NOC2L ENSG00000188976 +CDS chr1 952412 952600 ENST00000327044 protein_coding 7 1 10 NOC2L ENSG00000188976 +CDS chr1 953175 953288 ENST00000327044 protein_coding 7 1 9 NOC2L ENSG00000188976 +CDS chr1 953782 953892 ENST00000327044 protein_coding 7 1 8 NOC2L ENSG00000188976 +CDS chr1 954004 954082 ENST00000327044 protein_coding 7 1 7 NOC2L ENSG00000188976 +CDS chr1 955923 956013 ENST00000327044 protein_coding 7 1 6 NOC2L ENSG00000188976 +CDS chr1 956095 956215 ENST00000327044 protein_coding 7 1 5 NOC2L ENSG00000188976 +CDS chr1 956894 957025 ENST00000327044 protein_coding 7 1 4 NOC2L ENSG00000188976 +CDS chr1 957099 957273 ENST00000327044 protein_coding 7 1 3 NOC2L ENSG00000188976 +CDS chr1 958929 959081 ENST00000327044 protein_coding 7 1 2 NOC2L ENSG00000188976 +CDS chr1 959215 959240 ENST00000327044 protein_coding 7 1 1 NOC2L ENSG00000188976 +transcript chr1 960584 965719 ENST00000338591 protein_coding 8 1 NA KLHL17 ENSG00000187961 +CDS chr1 960694 960800 ENST00000338591 protein_coding 8 1 1 KLHL17 ENSG00000187961 +CDS chr1 961293 961552 ENST00000338591 protein_coding 8 1 2 KLHL17 ENSG00000187961 +CDS chr1 961629 961750 ENST00000338591 protein_coding 8 1 3 KLHL17 ENSG00000187961 +CDS chr1 961826 962047 ENST00000338591 protein_coding 8 1 4 KLHL17 ENSG00000187961 +CDS chr1 962355 962471 ENST00000338591 protein_coding 8 1 5 KLHL17 ENSG00000187961 +CDS chr1 962704 962917 ENST00000338591 protein_coding 8 1 6 KLHL17 ENSG00000187961 +CDS chr1 963109 963253 ENST00000338591 protein_coding 8 1 7 KLHL17 ENSG00000187961 +CDS chr1 963337 963504 ENST00000338591 protein_coding 8 1 8 KLHL17 ENSG00000187961 +CDS chr1 963920 964008 ENST00000338591 protein_coding 8 1 9 KLHL17 ENSG00000187961 +CDS chr1 964107 964180 ENST00000338591 protein_coding 8 1 10 KLHL17 ENSG00000187961 +CDS chr1 964349 964530 ENST00000338591 protein_coding 8 1 11 KLHL17 ENSG00000187961 +CDS chr1 964963 965188 ENST00000338591 protein_coding 8 1 12 KLHL17 ENSG00000187961 +transcript chr1 966482 975865 ENST00000379410 protein_coding 8 1 NA PLEKHN1 ENSG00000187583 +transcript chr1 966502 975008 ENST00000379407 protein_coding 7 1 NA PLEKHN1 ENSG00000187583 +transcript chr1 966502 975008 ENST00000379409 protein_coding 6 2 NA PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379410 protein_coding 8 1 1 PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379407 protein_coding 7 1 1 PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379409 protein_coding 6 2 1 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379410 protein_coding 8 1 2 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379407 protein_coding 7 1 2 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379409 protein_coding 6 2 2 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379410 protein_coding 8 1 3 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379407 protein_coding 7 1 3 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379409 protein_coding 6 2 3 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379410 protein_coding 8 1 4 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379407 protein_coding 7 1 4 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379409 protein_coding 6 2 4 PLEKHN1 ENSG00000187583 +CDS chr1 970686 970758 ENST00000379410 protein_coding 8 1 5 PLEKHN1 ENSG00000187583 +CDS chr1 970686 970758 ENST00000379407 protein_coding 7 1 5 PLEKHN1 ENSG00000187583 +CDS chr1 970686 971006 ENST00000379409 protein_coding 6 2 5 PLEKHN1 ENSG00000187583 +CDS chr1 970879 971006 ENST00000379410 protein_coding 8 1 6 PLEKHN1 ENSG00000187583 +CDS chr1 970879 971006 ENST00000379407 protein_coding 7 1 6 PLEKHN1 ENSG00000187583 +CDS chr1 971077 971208 ENST00000379407 protein_coding 7 1 7 PLEKHN1 ENSG00000187583 +CDS chr1 971077 971208 ENST00000379409 protein_coding 6 2 6 PLEKHN1 ENSG00000187583 +CDS chr1 971113 971208 ENST00000379410 protein_coding 8 1 7 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379410 protein_coding 8 1 8 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379407 protein_coding 7 1 8 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379409 protein_coding 6 2 7 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379410 protein_coding 8 1 9 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379407 protein_coding 7 1 9 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379409 protein_coding 6 2 8 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379410 protein_coding 8 1 10 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379407 protein_coding 7 1 10 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379409 protein_coding 6 2 9 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379410 protein_coding 8 1 11 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379407 protein_coding 7 1 11 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379409 protein_coding 6 2 10 PLEKHN1 ENSG00000187583 +CDS chr1 973186 973326 ENST00000379410 protein_coding 8 1 12 PLEKHN1 ENSG00000187583 +CDS chr1 973186 973326 ENST00000379409 protein_coding 6 2 11 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379410 protein_coding 8 1 13 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379407 protein_coding 7 1 12 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379409 protein_coding 6 2 12 PLEKHN1 ENSG00000187583 +transcript chr1 973512 975865 ENST00000491024 protein_coding 1 3 NA PLEKHN1 ENSG00000187583 +CDS chr1 973512 973640 ENST00000491024 protein_coding 1 3 1 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379410 protein_coding 8 1 14 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379407 protein_coding 7 1 13 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379409 protein_coding 6 2 13 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000491024 protein_coding 1 3 2 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379410 protein_coding 8 1 15 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379407 protein_coding 7 1 14 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379409 protein_coding 6 2 14 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000491024 protein_coding 1 3 3 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379410 protein_coding 8 1 16 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379407 protein_coding 7 1 15 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379409 protein_coding 6 2 15 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000491024 protein_coding 1 3 4 PLEKHN1 ENSG00000187583 +transcript chr1 975204 982093 ENST00000341290 protein_coding 6 2 NA PERM1 ENSG00000187642 +transcript chr1 975205 981029 ENST00000433179 protein_coding 3 5 NA PERM1 ENSG00000187642 +CDS chr1 976175 976269 ENST00000341290 protein_coding 6 2 5 PERM1 ENSG00000187642 +CDS chr1 976175 976269 ENST00000433179 protein_coding 3 5 3 PERM1 ENSG00000187642 +CDS chr1 976499 976624 ENST00000341290 protein_coding 6 2 4 PERM1 ENSG00000187642 +CDS chr1 976499 976624 ENST00000433179 protein_coding 3 5 2 PERM1 ENSG00000187642 +CDS chr1 978881 980657 ENST00000341290 protein_coding 6 2 3 PERM1 ENSG00000187642 +CDS chr1 978881 981029 ENST00000433179 protein_coding 3 5 1 PERM1 ENSG00000187642 +CDS chr1 981137 981166 ENST00000341290 protein_coding 6 2 2 PERM1 ENSG00000187642 +transcript chr1 998962 1000172 ENST00000428771 protein_coding 6 2 NA HES4 ENSG00000188290 +transcript chr1 998964 1000097 ENST00000304952 protein_coding 11 1 NA HES4 ENSG00000188290 +transcript chr1 998970 999981 ENST00000484667 protein_coding 2 3 NA HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000428771 protein_coding 6 2 3 HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000304952 protein_coding 11 1 4 HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000484667 protein_coding 2 3 3 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000428771 protein_coding 6 2 2 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000304952 protein_coding 11 1 3 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000484667 protein_coding 2 3 2 HES4 ENSG00000188290 +CDS chr1 999692 999973 ENST00000428771 protein_coding 6 2 1 HES4 ENSG00000188290 +CDS chr1 999692 999787 ENST00000304952 protein_coding 11 1 2 HES4 ENSG00000188290 +CDS chr1 999866 999973 ENST00000304952 protein_coding 11 1 1 HES4 ENSG00000188290 +CDS chr1 999866 999973 ENST00000484667 protein_coding 2 3 1 HES4 ENSG00000188290 +transcript chr1 1001138 1014540 ENST00000624697 protein_coding 4 3 NA ISG15 ENSG00000187608 +transcript chr1 1001145 1014435 ENST00000624652 protein_coding 1 3 NA ISG15 ENSG00000187608 +transcript chr1 1013497 1014540 ENST00000649529 protein_coding 1 NA NA ISG15 ENSG00000187608 +CDS chr1 1013574 1013576 ENST00000649529 protein_coding 1 NA 1 ISG15 ENSG00000187608 +CDS chr1 1013984 1014475 ENST00000649529 protein_coding 1 NA 2 ISG15 ENSG00000187608 +CDS chr1 1014005 1014475 ENST00000624697 protein_coding 4 3 3 ISG15 ENSG00000187608 +CDS chr1 1014005 1014435 ENST00000624652 protein_coding 1 3 3 ISG15 ENSG00000187608 +transcript chr1 1020120 1056116 ENST00000379370 protein_coding 7 1 NA AGRN ENSG00000188157 +transcript chr1 1020123 1056118 ENST00000620552 protein_coding 4 5 NA AGRN ENSG00000188157 +CDS chr1 1020173 1020373 ENST00000379370 protein_coding 7 1 1 AGRN ENSG00000188157 +CDS chr1 1022201 1022462 ENST00000379370 protein_coding 7 1 2 AGRN ENSG00000188157 +CDS chr1 1022414 1022462 ENST00000620552 protein_coding 4 5 2 AGRN ENSG00000188157 +transcript chr1 1034106 1056116 ENST00000651234 protein_coding 1 NA NA AGRN ENSG00000188157 +transcript chr1 1034106 1056116 ENST00000652369 protein_coding 1 NA NA AGRN ENSG00000188157 +CDS chr1 1034556 1034703 ENST00000651234 protein_coding 1 NA 1 AGRN ENSG00000188157 +CDS chr1 1034556 1034703 ENST00000652369 protein_coding 1 NA 1 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000379370 protein_coding 7 1 3 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000620552 protein_coding 4 5 3 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000651234 protein_coding 1 NA 2 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000652369 protein_coding 1 NA 2 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000379370 protein_coding 7 1 4 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000620552 protein_coding 4 5 4 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000651234 protein_coding 1 NA 3 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000652369 protein_coding 1 NA 3 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000379370 protein_coding 7 1 5 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000620552 protein_coding 4 5 5 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000651234 protein_coding 1 NA 4 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000652369 protein_coding 1 NA 4 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000379370 protein_coding 7 1 6 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000620552 protein_coding 4 5 6 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000651234 protein_coding 1 NA 5 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000652369 protein_coding 1 NA 5 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000379370 protein_coding 7 1 7 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000620552 protein_coding 4 5 7 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000651234 protein_coding 1 NA 6 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000652369 protein_coding 1 NA 6 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000379370 protein_coding 7 1 8 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000620552 protein_coding 4 5 8 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000651234 protein_coding 1 NA 7 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000652369 protein_coding 1 NA 7 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000379370 protein_coding 7 1 9 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000620552 protein_coding 4 5 9 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000651234 protein_coding 1 NA 8 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000652369 protein_coding 1 NA 8 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000379370 protein_coding 7 1 10 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000620552 protein_coding 4 5 10 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000651234 protein_coding 1 NA 9 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000652369 protein_coding 1 NA 9 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000379370 protein_coding 7 1 11 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000620552 protein_coding 4 5 11 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000651234 protein_coding 1 NA 10 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000652369 protein_coding 1 NA 10 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000379370 protein_coding 7 1 12 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000620552 protein_coding 4 5 12 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000651234 protein_coding 1 NA 11 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000652369 protein_coding 1 NA 11 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000379370 protein_coding 7 1 13 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000620552 protein_coding 4 5 13 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000651234 protein_coding 1 NA 12 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000652369 protein_coding 1 NA 12 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000379370 protein_coding 7 1 14 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000620552 protein_coding 4 5 14 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000651234 protein_coding 1 NA 13 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000652369 protein_coding 1 NA 13 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000379370 protein_coding 7 1 15 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000620552 protein_coding 4 5 15 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000651234 protein_coding 1 NA 14 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000652369 protein_coding 1 NA 14 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000379370 protein_coding 7 1 16 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000620552 protein_coding 4 5 16 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000651234 protein_coding 1 NA 15 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000652369 protein_coding 1 NA 15 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000379370 protein_coding 7 1 17 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000620552 protein_coding 4 5 17 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000651234 protein_coding 1 NA 16 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000652369 protein_coding 1 NA 16 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000379370 protein_coding 7 1 18 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000620552 protein_coding 4 5 18 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000651234 protein_coding 1 NA 17 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000652369 protein_coding 1 NA 17 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000379370 protein_coding 7 1 19 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000620552 protein_coding 4 5 19 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000651234 protein_coding 1 NA 18 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000652369 protein_coding 1 NA 18 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000379370 protein_coding 7 1 20 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000620552 protein_coding 4 5 20 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000651234 protein_coding 1 NA 19 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000652369 protein_coding 1 NA 19 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000379370 protein_coding 7 1 21 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000620552 protein_coding 4 5 21 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000651234 protein_coding 1 NA 20 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000652369 protein_coding 1 NA 20 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000379370 protein_coding 7 1 22 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000620552 protein_coding 4 5 22 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000651234 protein_coding 1 NA 21 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000652369 protein_coding 1 NA 21 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000379370 protein_coding 7 1 23 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000620552 protein_coding 4 5 23 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000651234 protein_coding 1 NA 22 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000652369 protein_coding 1 NA 22 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000379370 protein_coding 7 1 24 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000620552 protein_coding 4 5 24 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000651234 protein_coding 1 NA 23 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000652369 protein_coding 1 NA 23 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000379370 protein_coding 7 1 25 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000620552 protein_coding 4 5 25 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000651234 protein_coding 1 NA 24 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000652369 protein_coding 1 NA 24 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000379370 protein_coding 7 1 26 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000620552 protein_coding 4 5 26 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000651234 protein_coding 1 NA 25 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000652369 protein_coding 1 NA 25 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000379370 protein_coding 7 1 27 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000620552 protein_coding 4 5 27 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000651234 protein_coding 1 NA 26 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000652369 protein_coding 1 NA 26 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000379370 protein_coding 7 1 28 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000620552 protein_coding 4 5 28 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000651234 protein_coding 1 NA 27 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000652369 protein_coding 1 NA 27 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000379370 protein_coding 7 1 29 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000620552 protein_coding 4 5 29 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000651234 protein_coding 1 NA 28 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000652369 protein_coding 1 NA 28 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000379370 protein_coding 7 1 30 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000620552 protein_coding 4 5 30 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000651234 protein_coding 1 NA 29 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000652369 protein_coding 1 NA 29 AGRN ENSG00000188157 +CDS chr1 1051032 1051043 ENST00000620552 protein_coding 4 5 31 AGRN ENSG00000188157 +CDS chr1 1051032 1051043 ENST00000651234 protein_coding 1 NA 30 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000379370 protein_coding 7 1 31 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000620552 protein_coding 4 5 32 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000651234 protein_coding 1 NA 31 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000652369 protein_coding 1 NA 30 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000379370 protein_coding 7 1 32 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000620552 protein_coding 4 5 33 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000651234 protein_coding 1 NA 32 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000652369 protein_coding 1 NA 31 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000379370 protein_coding 7 1 33 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000620552 protein_coding 4 5 34 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000651234 protein_coding 1 NA 33 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000652369 protein_coding 1 NA 32 AGRN ENSG00000188157 +CDS chr1 1051993 1052016 ENST00000620552 protein_coding 4 5 35 AGRN ENSG00000188157 +CDS chr1 1051993 1052016 ENST00000651234 protein_coding 1 NA 34 AGRN ENSG00000188157 +CDS chr1 1053461 1053493 ENST00000620552 protein_coding 4 5 36 AGRN ENSG00000188157 +CDS chr1 1053461 1053493 ENST00000651234 protein_coding 1 NA 35 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000379370 protein_coding 7 1 34 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000620552 protein_coding 4 5 37 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000651234 protein_coding 1 NA 36 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000652369 protein_coding 1 NA 33 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000379370 protein_coding 7 1 35 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000620552 protein_coding 4 5 38 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000651234 protein_coding 1 NA 37 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000652369 protein_coding 1 NA 34 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000379370 protein_coding 7 1 36 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000620552 protein_coding 4 5 39 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000651234 protein_coding 1 NA 38 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000652369 protein_coding 1 NA 35 AGRN ENSG00000188157 +transcript chr1 1070967 1074306 ENST00000453464 protein_coding 3 2 NA RNF223 ENSG00000237330 +CDS chr1 1071820 1072566 ENST00000453464 protein_coding 3 2 2 RNF223 ENSG00000237330 +transcript chr1 1081818 1116081 ENST00000379339 protein_coding 5 2 NA C1orf159 ENSG00000131591 +transcript chr1 1081823 1116089 ENST00000421241 protein_coding 7 2 NA C1orf159 ENSG00000131591 +transcript chr1 1082235 1092174 ENST00000379320 protein_coding 5 2 NA C1orf159 ENSG00000131591 +transcript chr1 1082700 1106127 ENST00000379319 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379339 protein_coding 5 2 12 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000421241 protein_coding 7 2 10 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379320 protein_coding 5 2 8 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379319 protein_coding 5 5 10 C1orf159 ENSG00000131591 +transcript chr1 1082916 1116095 ENST00000434641 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1082916 1082987 ENST00000434641 protein_coding 5 5 11 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084383 ENST00000379339 protein_coding 5 2 11 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084383 ENST00000379320 protein_coding 5 2 7 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084011 ENST00000434641 protein_coding 5 5 10 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000421241 protein_coding 7 2 9 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000379319 protein_coding 5 5 9 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000434641 protein_coding 5 5 9 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379339 protein_coding 5 2 10 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000421241 protein_coding 7 2 8 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379320 protein_coding 5 2 6 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379319 protein_coding 5 5 8 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000434641 protein_coding 5 5 8 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379339 protein_coding 5 2 9 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000421241 protein_coding 7 2 7 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379320 protein_coding 5 2 5 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379319 protein_coding 5 5 7 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000434641 protein_coding 5 5 7 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379339 protein_coding 5 2 8 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000421241 protein_coding 7 2 6 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379320 protein_coding 5 2 4 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379319 protein_coding 5 5 6 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000434641 protein_coding 5 5 6 C1orf159 ENSG00000131591 +transcript chr1 1087139 1116356 ENST00000462097 protein_coding 5 3 NA C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000462097 protein_coding 5 3 7 C1orf159 ENSG00000131591 +transcript chr1 1087190 1116361 ENST00000475119 protein_coding 5 3 NA C1orf159 ENSG00000131591 +CDS chr1 1087190 1087204 ENST00000475119 protein_coding 5 3 6 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379339 protein_coding 5 2 7 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000421241 protein_coding 7 2 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379320 protein_coding 5 2 3 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379319 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000434641 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000462097 protein_coding 5 3 6 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000475119 protein_coding 5 3 5 C1orf159 ENSG00000131591 +transcript chr1 1087575 1092813 ENST00000442117 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1087575 1087597 ENST00000442117 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379339 protein_coding 5 2 6 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000421241 protein_coding 7 2 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379320 protein_coding 5 2 2 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379319 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000434641 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000462097 protein_coding 5 3 5 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000475119 protein_coding 5 3 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000442117 protein_coding 5 5 4 C1orf159 ENSG00000131591 +transcript chr1 1090406 1092813 ENST00000427787 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1090406 1090428 ENST00000427787 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1090876 1090983 ENST00000379339 protein_coding 5 2 5 C1orf159 ENSG00000131591 +CDS chr1 1091278 1091374 ENST00000427787 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379339 protein_coding 5 2 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000421241 protein_coding 7 2 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379320 protein_coding 5 2 1 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379319 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000434641 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000462097 protein_coding 5 3 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000475119 protein_coding 5 3 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000442117 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000427787 protein_coding 5 5 3 C1orf159 ENSG00000131591 +transcript chr1 1091500 1116089 ENST00000480643 protein_coding 1 4 NA C1orf159 ENSG00000131591 +CDS chr1 1091500 1091543 ENST00000480643 protein_coding 1 4 6 C1orf159 ENSG00000131591 +transcript chr1 1173880 1197936 ENST00000379290 protein_coding 6 1 NA TTLL10 ENSG00000162571 +transcript chr1 1173880 1197936 ENST00000379289 protein_coding 6 2 NA TTLL10 ENSG00000162571 +transcript chr1 1173898 1180174 ENST00000673999 protein_coding 1 NA NA TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000379290 protein_coding 6 1 4 TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000379289 protein_coding 6 2 4 TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000673999 protein_coding 1 NA 4 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000379290 protein_coding 6 1 5 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000379289 protein_coding 6 2 5 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000673999 protein_coding 1 NA 5 TTLL10 ENSG00000162571 +transcript chr1 1179697 1185864 ENST00000379288 protein_coding 3 1 NA TTLL10 ENSG00000162571 +CDS chr1 1180034 1180340 ENST00000379290 protein_coding 6 1 6 TTLL10 ENSG00000162571 +CDS chr1 1180034 1180340 ENST00000379289 protein_coding 6 2 6 TTLL10 ENSG00000162571 +CDS chr1 1180034 1180174 ENST00000673999 protein_coding 1 NA 6 TTLL10 ENSG00000162571 +CDS chr1 1180054 1180340 ENST00000379288 protein_coding 3 1 2 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379290 protein_coding 6 1 7 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379289 protein_coding 6 2 7 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379288 protein_coding 3 1 3 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379290 protein_coding 6 1 8 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379289 protein_coding 6 2 8 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379288 protein_coding 3 1 4 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379290 protein_coding 6 1 9 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379289 protein_coding 6 2 9 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379288 protein_coding 3 1 5 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379290 protein_coding 6 1 10 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379289 protein_coding 6 2 10 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379288 protein_coding 3 1 6 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379290 protein_coding 6 1 11 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379289 protein_coding 6 2 11 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379288 protein_coding 3 1 7 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379290 protein_coding 6 1 12 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379289 protein_coding 6 2 12 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379288 protein_coding 3 1 8 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185109 ENST00000379290 protein_coding 6 1 13 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185109 ENST00000379289 protein_coding 6 2 13 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185139 ENST00000379288 protein_coding 3 1 9 TTLL10 ENSG00000162571 +CDS chr1 1196600 1196716 ENST00000379290 protein_coding 6 1 14 TTLL10 ENSG00000162571 +CDS chr1 1196600 1196716 ENST00000379289 protein_coding 6 2 14 TTLL10 ENSG00000162571 +CDS chr1 1197093 1197186 ENST00000379290 protein_coding 6 1 15 TTLL10 ENSG00000162571 +CDS chr1 1197093 1197186 ENST00000379289 protein_coding 6 2 15 TTLL10 ENSG00000162571 +CDS chr1 1197438 1197844 ENST00000379290 protein_coding 6 1 16 TTLL10 ENSG00000162571 +CDS chr1 1197438 1197844 ENST00000379289 protein_coding 6 2 16 TTLL10 ENSG00000162571 +transcript chr1 1203508 1206571 ENST00000328596 protein_coding 10 1 NA TNFRSF18 ENSG00000186891 +transcript chr1 1203508 1206592 ENST00000379268 protein_coding 7 1 NA TNFRSF18 ENSG00000186891 +CDS chr1 1203594 1203960 ENST00000328596 protein_coding 10 1 4 TNFRSF18 ENSG00000186891 +transcript chr1 1203844 1205680 ENST00000486728 protein_coding 5 1 NA TNFRSF18 ENSG00000186891 +transcript chr1 1203844 1206571 ENST00000379265 protein_coding 5 1 NA TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000379268 protein_coding 7 1 5 TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000486728 protein_coding 5 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000379265 protein_coding 5 1 5 TNFRSF18 ENSG00000186891 +CDS chr1 1204034 1204236 ENST00000379268 protein_coding 7 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1204034 1204236 ENST00000486728 protein_coding 5 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204055 1204236 ENST00000379265 protein_coding 5 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000328596 protein_coding 10 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000379268 protein_coding 7 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000486728 protein_coding 5 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000379265 protein_coding 5 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000328596 protein_coding 10 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000379268 protein_coding 7 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205463 ENST00000486728 protein_coding 5 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000379265 protein_coding 5 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000328596 protein_coding 10 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000379268 protein_coding 7 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000379265 protein_coding 5 1 1 TNFRSF18 ENSG00000186891 +transcript chr1 1211340 1214153 ENST00000379236 protein_coding 4 1 NA TNFRSF4 ENSG00000186827 +CDS chr1 1211558 1211625 ENST00000379236 protein_coding 4 1 7 TNFRSF4 ENSG00000186827 +CDS chr1 1211704 1211832 ENST00000379236 protein_coding 4 1 6 TNFRSF4 ENSG00000186827 +CDS chr1 1211942 1212138 ENST00000379236 protein_coding 4 1 5 TNFRSF4 ENSG00000186827 +CDS chr1 1212638 1212704 ENST00000379236 protein_coding 4 1 4 TNFRSF4 ENSG00000186827 +CDS chr1 1212992 1213093 ENST00000379236 protein_coding 4 1 3 TNFRSF4 ENSG00000186827 +CDS chr1 1213663 1213785 ENST00000379236 protein_coding 4 1 2 TNFRSF4 ENSG00000186827 +CDS chr1 1213983 1214127 ENST00000379236 protein_coding 4 1 1 TNFRSF4 ENSG00000186827 +transcript chr1 1216909 1232067 ENST00000660930 protein_coding 1 NA NA SDF4 ENSG00000078808 +transcript chr1 1216931 1232001 ENST00000360001 protein_coding 12 1 NA SDF4 ENSG00000078808 +transcript chr1 1216931 1232031 ENST00000263741 protein_coding 12 1 NA SDF4 ENSG00000078808 +CDS chr1 1217515 1217688 ENST00000360001 protein_coding 12 1 7 SDF4 ENSG00000078808 +CDS chr1 1217673 1217804 ENST00000263741 protein_coding 12 1 7 SDF4 ENSG00000078808 +CDS chr1 1217673 1217804 ENST00000660930 protein_coding 1 NA 7 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000360001 protein_coding 12 1 6 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000263741 protein_coding 12 1 6 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000660930 protein_coding 1 NA 6 SDF4 ENSG00000078808 +transcript chr1 1218523 1228596 ENST00000403997 protein_coding 2 3 NA SDF4 ENSG00000078808 +CDS chr1 1218523 1218633 ENST00000403997 protein_coding 2 3 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000360001 protein_coding 12 1 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000263741 protein_coding 12 1 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1219005 ENST00000403997 protein_coding 2 3 4 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000660930 protein_coding 1 NA 5 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000360001 protein_coding 12 1 4 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000263741 protein_coding 12 1 4 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000403997 protein_coding 2 3 3 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000660930 protein_coding 1 NA 4 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000360001 protein_coding 12 1 3 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000263741 protein_coding 12 1 3 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000403997 protein_coding 2 3 2 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000660930 protein_coding 1 NA 3 SDF4 ENSG00000078808 +CDS chr1 1228468 1228772 ENST00000360001 protein_coding 12 1 2 SDF4 ENSG00000078808 +CDS chr1 1228468 1228772 ENST00000263741 protein_coding 12 1 2 SDF4 ENSG00000078808 +CDS chr1 1228468 1228596 ENST00000403997 protein_coding 2 3 1 SDF4 ENSG00000078808 +CDS chr1 1228468 1228793 ENST00000660930 protein_coding 1 NA 2 SDF4 ENSG00000078808 +transcript chr1 1232237 1235041 ENST00000379198 protein_coding 5 NA NA B3GALT6 ENSG00000176022 +CDS chr1 1232279 1233265 ENST00000379198 protein_coding 5 NA 1 B3GALT6 ENSG00000176022 +transcript chr1 1242453 1246722 ENST00000330388 protein_coding 2 1 NA C1QTNF12 ENSG00000184163 +CDS chr1 1242551 1242646 ENST00000330388 protein_coding 2 1 8 C1QTNF12 ENSG00000184163 +CDS chr1 1242835 1242913 ENST00000330388 protein_coding 2 1 7 C1QTNF12 ENSG00000184163 +CDS chr1 1243062 1243152 ENST00000330388 protein_coding 2 1 6 C1QTNF12 ENSG00000184163 +CDS chr1 1243444 1243552 ENST00000330388 protein_coding 2 1 5 C1QTNF12 ENSG00000184163 +CDS chr1 1243954 1244105 ENST00000330388 protein_coding 2 1 4 C1QTNF12 ENSG00000184163 +CDS chr1 1244191 1244275 ENST00000330388 protein_coding 2 1 3 C1QTNF12 ENSG00000184163 +CDS chr1 1244381 1244497 ENST00000330388 protein_coding 2 1 2 C1QTNF12 ENSG00000184163 +CDS chr1 1246514 1246690 ENST00000330388 protein_coding 2 1 1 C1QTNF12 ENSG00000184163 +transcript chr1 1253912 1273854 ENST00000349431 protein_coding 11 1 NA UBE2J2 ENSG00000160087 +transcript chr1 1253914 1273854 ENST00000347370 protein_coding 6 3 NA UBE2J2 ENSG00000160087 +transcript chr1 1254985 1273855 ENST00000400929 protein_coding 6 3 NA UBE2J2 ENSG00000160087 +transcript chr1 1255164 1273726 ENST00000360466 protein_coding 6 2 NA UBE2J2 ENSG00000160087 +transcript chr1 1255178 1273833 ENST00000400930 protein_coding 8 5 NA UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000349431 protein_coding 11 1 7 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000400929 protein_coding 6 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000360466 protein_coding 6 2 7 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000400930 protein_coding 8 5 8 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000347370 protein_coding 6 3 7 UBE2J2 ENSG00000160087 +transcript chr1 1255395 1273844 ENST00000435198 protein_coding 5 3 NA UBE2J2 ENSG00000160087 +CDS chr1 1255395 1255487 ENST00000435198 protein_coding 5 3 7 UBE2J2 ENSG00000160087 +transcript chr1 1255439 1273827 ENST00000509720 protein_coding 5 3 NA UBE2J2 ENSG00000160087 +CDS chr1 1255439 1255487 ENST00000509720 protein_coding 5 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000349431 protein_coding 11 1 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000400929 protein_coding 6 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000360466 protein_coding 6 2 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000400930 protein_coding 8 5 7 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000435198 protein_coding 5 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000509720 protein_coding 5 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000347370 protein_coding 6 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000349431 protein_coding 11 1 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000400929 protein_coding 6 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000360466 protein_coding 6 2 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000400930 protein_coding 8 5 6 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000435198 protein_coding 5 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257042 ENST00000509720 protein_coding 5 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000347370 protein_coding 6 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000349431 protein_coding 11 1 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000400929 protein_coding 6 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000360466 protein_coding 6 2 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000400930 protein_coding 8 5 5 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000435198 protein_coding 5 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000347370 protein_coding 6 3 4 UBE2J2 ENSG00000160087 +transcript chr1 1257227 1273837 ENST00000422076 protein_coding 5 5 NA UBE2J2 ENSG00000160087 +CDS chr1 1257227 1257310 ENST00000422076 protein_coding 5 5 5 UBE2J2 ENSG00000160087 +transcript chr1 1257270 1273854 ENST00000502382 protein_coding 1 4 NA UBE2J2 ENSG00000160087 +CDS chr1 1257270 1257310 ENST00000502382 protein_coding 1 4 5 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000349431 protein_coding 11 1 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263361 ENST00000400929 protein_coding 6 3 2 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000360466 protein_coding 6 2 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000400930 protein_coding 8 5 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000435198 protein_coding 5 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000422076 protein_coding 5 5 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000502382 protein_coding 1 4 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263361 ENST00000347370 protein_coding 6 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1264783 1264830 ENST00000400930 protein_coding 8 5 3 UBE2J2 ENSG00000160087 +CDS chr1 1264783 1264830 ENST00000422076 protein_coding 5 5 3 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000349431 protein_coding 11 1 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000360466 protein_coding 6 2 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000400930 protein_coding 8 5 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000435198 protein_coding 5 3 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000422076 protein_coding 5 5 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000502382 protein_coding 1 4 3 UBE2J2 ENSG00000160087 +transcript chr1 1267862 1273471 ENST00000488418 protein_coding 2 2 NA UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000488418 protein_coding 2 2 2 UBE2J2 ENSG00000160087 +transcript chr1 1280436 1292025 ENST00000379116 protein_coding 10 5 NA SCNN1D ENSG00000162572 +transcript chr1 1280588 1292024 ENST00000338555 protein_coding 6 2 NA SCNN1D ENSG00000162572 +CDS chr1 1280662 1280666 ENST00000379116 protein_coding 10 5 1 SCNN1D ENSG00000162572 +transcript chr1 1281224 1292029 ENST00000400928 protein_coding 7 5 NA SCNN1D ENSG00000162572 +CDS chr1 1281226 1281297 ENST00000379116 protein_coding 10 5 2 SCNN1D ENSG00000162572 +CDS chr1 1281411 1281610 ENST00000379116 protein_coding 10 5 3 SCNN1D ENSG00000162572 +transcript chr1 1281925 1286168 ENST00000470022 protein_coding 1 3 NA SCNN1D ENSG00000162572 +transcript chr1 1282109 1292024 ENST00000325425 protein_coding 12 1 NA SCNN1D ENSG00000162572 +CDS chr1 1282242 1282315 ENST00000379116 protein_coding 10 5 4 SCNN1D ENSG00000162572 +CDS chr1 1282259 1282319 ENST00000470022 protein_coding 1 3 2 SCNN1D ENSG00000162572 +CDS chr1 1282259 1282315 ENST00000325425 protein_coding 12 1 1 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000379116 protein_coding 10 5 5 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000470022 protein_coding 1 3 3 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000325425 protein_coding 12 1 2 SCNN1D ENSG00000162572 +CDS chr1 1284025 1284090 ENST00000338555 protein_coding 6 2 3 SCNN1D ENSG00000162572 +CDS chr1 1284025 1284090 ENST00000400928 protein_coding 7 5 4 SCNN1D ENSG00000162572 +CDS chr1 1285571 1285664 ENST00000379116 protein_coding 10 5 6 SCNN1D ENSG00000162572 +CDS chr1 1285571 1285664 ENST00000325425 protein_coding 12 1 3 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000379116 protein_coding 10 5 7 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000338555 protein_coding 6 2 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286168 ENST00000470022 protein_coding 1 3 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000325425 protein_coding 12 1 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000400928 protein_coding 7 5 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000379116 protein_coding 10 5 8 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000338555 protein_coding 6 2 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000325425 protein_coding 12 1 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000400928 protein_coding 7 5 6 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000379116 protein_coding 10 5 9 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000338555 protein_coding 6 2 6 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000325425 protein_coding 12 1 6 SCNN1D ENSG00000162572 +transcript chr1 1287109 1290943 ENST00000379099 protein_coding 3 5 NA SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000379099 protein_coding 3 5 1 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000400928 protein_coding 7 5 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000379116 protein_coding 10 5 10 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000338555 protein_coding 6 2 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000325425 protein_coding 12 1 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287836 ENST00000379099 protein_coding 3 5 2 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000400928 protein_coding 7 5 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000379116 protein_coding 10 5 11 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000338555 protein_coding 6 2 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000325425 protein_coding 12 1 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000400928 protein_coding 7 5 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000379116 protein_coding 10 5 12 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000338555 protein_coding 6 2 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000325425 protein_coding 12 1 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000379099 protein_coding 3 5 3 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000400928 protein_coding 7 5 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000379116 protein_coding 10 5 13 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000338555 protein_coding 6 2 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000325425 protein_coding 12 1 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000379099 protein_coding 3 5 4 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000400928 protein_coding 7 5 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000379116 protein_coding 10 5 14 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000338555 protein_coding 6 2 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000325425 protein_coding 12 1 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000379099 protein_coding 3 5 5 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000400928 protein_coding 7 5 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000379116 protein_coding 10 5 15 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000338555 protein_coding 6 2 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000325425 protein_coding 12 1 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000379099 protein_coding 3 5 6 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000400928 protein_coding 7 5 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000379116 protein_coding 10 5 16 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000338555 protein_coding 6 2 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000325425 protein_coding 12 1 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290943 ENST00000379099 protein_coding 3 5 7 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000400928 protein_coding 7 5 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000379116 protein_coding 10 5 17 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000338555 protein_coding 6 2 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000325425 protein_coding 12 1 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000400928 protein_coding 7 5 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000379116 protein_coding 10 5 18 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000338555 protein_coding 6 2 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000325425 protein_coding 12 1 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000400928 protein_coding 7 5 16 SCNN1D ENSG00000162572 +transcript chr1 1292391 1307930 ENST00000354700 protein_coding 10 1 NA ACAP3 ENSG00000131584 +transcript chr1 1293564 1303260 ENST00000353662 protein_coding 4 1 NA ACAP3 ENSG00000131584 +CDS chr1 1293567 1293708 ENST00000354700 protein_coding 10 1 24 ACAP3 ENSG00000131584 +CDS chr1 1293567 1293708 ENST00000353662 protein_coding 4 1 21 ACAP3 ENSG00000131584 +CDS chr1 1293823 1293933 ENST00000354700 protein_coding 10 1 23 ACAP3 ENSG00000131584 +CDS chr1 1293823 1293933 ENST00000353662 protein_coding 4 1 20 ACAP3 ENSG00000131584 +CDS chr1 1294090 1294199 ENST00000354700 protein_coding 10 1 22 ACAP3 ENSG00000131584 +CDS chr1 1294090 1294199 ENST00000353662 protein_coding 4 1 19 ACAP3 ENSG00000131584 +CDS chr1 1294402 1294628 ENST00000354700 protein_coding 10 1 21 ACAP3 ENSG00000131584 +CDS chr1 1294402 1294628 ENST00000353662 protein_coding 4 1 18 ACAP3 ENSG00000131584 +CDS chr1 1294718 1294816 ENST00000354700 protein_coding 10 1 20 ACAP3 ENSG00000131584 +CDS chr1 1295447 1295554 ENST00000354700 protein_coding 10 1 19 ACAP3 ENSG00000131584 +CDS chr1 1295447 1295554 ENST00000353662 protein_coding 4 1 17 ACAP3 ENSG00000131584 +CDS chr1 1295736 1295938 ENST00000354700 protein_coding 10 1 18 ACAP3 ENSG00000131584 +CDS chr1 1295736 1295938 ENST00000353662 protein_coding 4 1 16 ACAP3 ENSG00000131584 +CDS chr1 1296015 1296109 ENST00000354700 protein_coding 10 1 17 ACAP3 ENSG00000131584 +CDS chr1 1296015 1296109 ENST00000353662 protein_coding 4 1 15 ACAP3 ENSG00000131584 +CDS chr1 1296211 1296280 ENST00000354700 protein_coding 10 1 16 ACAP3 ENSG00000131584 +CDS chr1 1296211 1296280 ENST00000353662 protein_coding 4 1 14 ACAP3 ENSG00000131584 +CDS chr1 1296425 1296633 ENST00000354700 protein_coding 10 1 15 ACAP3 ENSG00000131584 +CDS chr1 1296425 1296633 ENST00000353662 protein_coding 4 1 13 ACAP3 ENSG00000131584 +CDS chr1 1297822 1297933 ENST00000354700 protein_coding 10 1 14 ACAP3 ENSG00000131584 +CDS chr1 1297822 1297933 ENST00000353662 protein_coding 4 1 12 ACAP3 ENSG00000131584 +CDS chr1 1298013 1298113 ENST00000354700 protein_coding 10 1 13 ACAP3 ENSG00000131584 +CDS chr1 1298013 1298113 ENST00000353662 protein_coding 4 1 11 ACAP3 ENSG00000131584 +CDS chr1 1298370 1298421 ENST00000354700 protein_coding 10 1 12 ACAP3 ENSG00000131584 +CDS chr1 1298370 1298421 ENST00000353662 protein_coding 4 1 10 ACAP3 ENSG00000131584 +CDS chr1 1298567 1298679 ENST00000354700 protein_coding 10 1 11 ACAP3 ENSG00000131584 +CDS chr1 1298567 1298679 ENST00000353662 protein_coding 4 1 9 ACAP3 ENSG00000131584 +CDS chr1 1299345 1299356 ENST00000354700 protein_coding 10 1 10 ACAP3 ENSG00000131584 +CDS chr1 1299345 1299356 ENST00000353662 protein_coding 4 1 8 ACAP3 ENSG00000131584 +CDS chr1 1299831 1299905 ENST00000354700 protein_coding 10 1 9 ACAP3 ENSG00000131584 +CDS chr1 1299831 1299905 ENST00000353662 protein_coding 4 1 7 ACAP3 ENSG00000131584 +CDS chr1 1299973 1300068 ENST00000354700 protein_coding 10 1 8 ACAP3 ENSG00000131584 +CDS chr1 1299973 1300068 ENST00000353662 protein_coding 4 1 6 ACAP3 ENSG00000131584 +CDS chr1 1300158 1300202 ENST00000354700 protein_coding 10 1 7 ACAP3 ENSG00000131584 +CDS chr1 1300158 1300202 ENST00000353662 protein_coding 4 1 5 ACAP3 ENSG00000131584 +CDS chr1 1300509 1300692 ENST00000354700 protein_coding 10 1 6 ACAP3 ENSG00000131584 +CDS chr1 1300509 1300692 ENST00000353662 protein_coding 4 1 4 ACAP3 ENSG00000131584 +CDS chr1 1301988 1302046 ENST00000354700 protein_coding 10 1 5 ACAP3 ENSG00000131584 +CDS chr1 1301988 1302046 ENST00000353662 protein_coding 4 1 3 ACAP3 ENSG00000131584 +CDS chr1 1302922 1302975 ENST00000354700 protein_coding 10 1 4 ACAP3 ENSG00000131584 +CDS chr1 1302922 1302975 ENST00000353662 protein_coding 4 1 2 ACAP3 ENSG00000131584 +CDS chr1 1303162 1303281 ENST00000354700 protein_coding 10 1 3 ACAP3 ENSG00000131584 +CDS chr1 1303162 1303260 ENST00000353662 protein_coding 4 1 1 ACAP3 ENSG00000131584 +CDS chr1 1304086 1304143 ENST00000354700 protein_coding 10 1 2 ACAP3 ENSG00000131584 +CDS chr1 1307769 1307815 ENST00000354700 protein_coding 10 1 1 ACAP3 ENSG00000131584 +transcript chr1 1308597 1311677 ENST00000379031 protein_coding 10 1 NA PUSL1 ENSG00000169972 +CDS chr1 1308644 1308720 ENST00000379031 protein_coding 10 1 1 PUSL1 ENSG00000169972 +transcript chr1 1308821 1311069 ENST00000467712 protein_coding 1 5 NA PUSL1 ENSG00000169972 +CDS chr1 1308915 1308972 ENST00000379031 protein_coding 10 1 2 PUSL1 ENSG00000169972 +CDS chr1 1309086 1309273 ENST00000379031 protein_coding 10 1 3 PUSL1 ENSG00000169972 +CDS chr1 1309454 1309603 ENST00000379031 protein_coding 10 1 4 PUSL1 ENSG00000169972 +CDS chr1 1309681 1309851 ENST00000379031 protein_coding 10 1 5 PUSL1 ENSG00000169972 +CDS chr1 1309691 1309851 ENST00000467712 protein_coding 1 5 4 PUSL1 ENSG00000169972 +CDS chr1 1310634 1310688 ENST00000379031 protein_coding 10 1 6 PUSL1 ENSG00000169972 +CDS chr1 1310634 1310688 ENST00000467712 protein_coding 1 5 5 PUSL1 ENSG00000169972 +CDS chr1 1310909 1311071 ENST00000379031 protein_coding 10 1 7 PUSL1 ENSG00000169972 +CDS chr1 1310909 1311069 ENST00000467712 protein_coding 1 5 6 PUSL1 ENSG00000169972 +CDS chr1 1311330 1311376 ENST00000379031 protein_coding 10 1 8 PUSL1 ENSG00000169972 +transcript chr1 1311585 1324687 ENST00000540437 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311585 1324687 ENST00000545578 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311585 1324687 ENST00000620829 protein_coding 4 2 NA INTS11 ENSG00000127054 +transcript chr1 1311600 1324660 ENST00000435064 protein_coding 6 1 NA INTS11 ENSG00000127054 +transcript chr1 1311601 1324673 ENST00000411962 protein_coding 5 5 NA INTS11 ENSG00000127054 +transcript chr1 1311606 1324637 ENST00000421495 protein_coding 6 2 NA INTS11 ENSG00000127054 +transcript chr1 1311606 1324653 ENST00000419704 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311819 1324670 ENST00000450926 protein_coding 6 5 NA INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000435064 protein_coding 6 1 17 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000411962 protein_coding 5 5 15 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000421495 protein_coding 6 2 14 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000419704 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000450926 protein_coding 6 5 17 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000540437 protein_coding 5 2 19 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000545578 protein_coding 5 2 18 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000620829 protein_coding 4 2 15 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000435064 protein_coding 6 1 16 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000411962 protein_coding 5 5 14 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000421495 protein_coding 6 2 13 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000419704 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000450926 protein_coding 6 5 16 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000540437 protein_coding 5 2 18 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000545578 protein_coding 5 2 17 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000620829 protein_coding 4 2 14 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000435064 protein_coding 6 1 15 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000411962 protein_coding 5 5 13 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000421495 protein_coding 6 2 12 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000419704 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000450926 protein_coding 6 5 15 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000540437 protein_coding 5 2 17 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000545578 protein_coding 5 2 16 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000620829 protein_coding 4 2 13 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000435064 protein_coding 6 1 14 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000411962 protein_coding 5 5 12 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000421495 protein_coding 6 2 11 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000419704 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000450926 protein_coding 6 5 14 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000540437 protein_coding 5 2 16 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000545578 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000620829 protein_coding 4 2 12 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000435064 protein_coding 6 1 13 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000411962 protein_coding 5 5 11 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000421495 protein_coding 6 2 10 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000419704 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000450926 protein_coding 6 5 13 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000540437 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000545578 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000620829 protein_coding 4 2 11 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000435064 protein_coding 6 1 12 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000411962 protein_coding 5 5 10 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000421495 protein_coding 6 2 9 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000419704 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000450926 protein_coding 6 5 12 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000540437 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000545578 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000620829 protein_coding 4 2 10 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000435064 protein_coding 6 1 11 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000411962 protein_coding 5 5 9 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000421495 protein_coding 6 2 8 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000419704 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000450926 protein_coding 6 5 11 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000540437 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000545578 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000620829 protein_coding 4 2 9 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000435064 protein_coding 6 1 10 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000411962 protein_coding 5 5 8 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000421495 protein_coding 6 2 7 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000419704 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000450926 protein_coding 6 5 10 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000540437 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000545578 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000620829 protein_coding 4 2 8 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000435064 protein_coding 6 1 9 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000411962 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1313732 1313914 ENST00000421495 protein_coding 6 2 6 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000419704 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000450926 protein_coding 6 5 9 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000540437 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000545578 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000620829 protein_coding 4 2 7 INTS11 ENSG00000127054 +transcript chr1 1313745 1324630 ENST00000434694 protein_coding 6 5 NA INTS11 ENSG00000127054 +CDS chr1 1313745 1313921 ENST00000434694 protein_coding 6 5 7 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000435064 protein_coding 6 1 8 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000411962 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000419704 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000450926 protein_coding 6 5 8 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000434694 protein_coding 6 5 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000540437 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000545578 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000620829 protein_coding 4 2 6 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000435064 protein_coding 6 1 7 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000411962 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000419704 protein_coding 5 2 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000450926 protein_coding 6 5 7 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000434694 protein_coding 6 5 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000540437 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000545578 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000620829 protein_coding 4 2 5 INTS11 ENSG00000127054 +transcript chr1 1314827 1324660 ENST00000526332 protein_coding 5 4 NA INTS11 ENSG00000127054 +CDS chr1 1314827 1314962 ENST00000526332 protein_coding 5 4 5 INTS11 ENSG00000127054 +transcript chr1 1314916 1324671 ENST00000527719 protein_coding 5 5 NA INTS11 ENSG00000127054 +CDS chr1 1314916 1314962 ENST00000527719 protein_coding 5 5 8 INTS11 ENSG00000127054 +transcript chr1 1314918 1324659 ENST00000530031 protein_coding 5 5 NA INTS11 ENSG00000127054 +CDS chr1 1314918 1314962 ENST00000530031 protein_coding 5 5 8 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000435064 protein_coding 6 1 6 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000411962 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000419704 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000450926 protein_coding 6 5 6 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000526332 protein_coding 5 4 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000527719 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000530031 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000540437 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000545578 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000620829 protein_coding 4 2 4 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000435064 protein_coding 6 1 5 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000411962 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000419704 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315552 ENST00000450926 protein_coding 6 5 5 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000526332 protein_coding 5 4 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000527719 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000530031 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000540437 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000545578 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315614 ENST00000620829 protein_coding 4 2 3 INTS11 ENSG00000127054 +transcript chr1 1318679 1324666 ENST00000429572 protein_coding 5 2 NA INTS11 ENSG00000127054 +CDS chr1 1318858 1319524 ENST00000429572 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1319072 1319524 ENST00000434694 protein_coding 6 5 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000435064 protein_coding 6 1 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000450926 protein_coding 6 5 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319352 ENST00000526332 protein_coding 5 4 2 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000527719 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000530031 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000540437 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000545578 protein_coding 5 2 5 INTS11 ENSG00000127054 +transcript chr1 1319306 1324671 ENST00000534345 protein_coding 5 4 NA INTS11 ENSG00000127054 +CDS chr1 1319306 1319524 ENST00000534345 protein_coding 5 4 4 INTS11 ENSG00000127054 +transcript chr1 1319403 1324660 ENST00000498476 protein_coding 6 4 NA INTS11 ENSG00000127054 +CDS chr1 1319403 1319524 ENST00000498476 protein_coding 6 4 6 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000435064 protein_coding 6 1 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000450926 protein_coding 6 5 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000434694 protein_coding 6 5 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000527719 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000530031 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000429572 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000534345 protein_coding 5 4 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000498476 protein_coding 6 4 5 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000540437 protein_coding 5 2 5 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000545578 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000435064 protein_coding 6 1 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000419704 protein_coding 5 2 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000450926 protein_coding 6 5 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000434694 protein_coding 6 5 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000527719 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000530031 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000429572 protein_coding 5 2 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321096 ENST00000534345 protein_coding 5 4 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000498476 protein_coding 6 4 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000540437 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321034 ENST00000545578 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1321908 1321953 ENST00000527719 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1321908 1321980 ENST00000498476 protein_coding 6 4 3 INTS11 ENSG00000127054 +CDS chr1 1321908 1321953 ENST00000540437 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1323147 1323287 ENST00000530031 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1323177 1323287 ENST00000620829 protein_coding 4 2 2 INTS11 ENSG00000127054 +CDS chr1 1323181 1323287 ENST00000411962 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1323181 1323287 ENST00000498476 protein_coding 6 4 2 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000435064 protein_coding 6 1 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000411962 protein_coding 5 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000419704 protein_coding 5 2 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000450926 protein_coding 6 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000434694 protein_coding 6 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000530031 protein_coding 5 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000429572 protein_coding 5 2 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000534345 protein_coding 5 4 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000498476 protein_coding 6 4 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000620829 protein_coding 4 2 1 INTS11 ENSG00000127054 +transcript chr1 1324802 1328896 ENST00000343938 protein_coding 9 2 NA CPTP ENSG00000224051 +transcript chr1 1325241 1327471 ENST00000488011 protein_coding 1 2 NA CPTP ENSG00000224051 +CDS chr1 1326911 1327032 ENST00000343938 protein_coding 9 2 2 CPTP ENSG00000224051 +CDS chr1 1326911 1327032 ENST00000488011 protein_coding 1 2 2 CPTP ENSG00000224051 +CDS chr1 1327241 1327760 ENST00000343938 protein_coding 9 2 3 CPTP ENSG00000224051 +CDS chr1 1327241 1327471 ENST00000488011 protein_coding 1 2 3 CPTP ENSG00000224051 +transcript chr1 1331280 1335314 ENST00000339381 protein_coding 6 2 NA TAS1R3 ENSG00000169962 +CDS chr1 1331346 1331536 ENST00000339381 protein_coding 6 2 1 TAS1R3 ENSG00000169962 +CDS chr1 1331638 1331938 ENST00000339381 protein_coding 6 2 2 TAS1R3 ENSG00000169962 +CDS chr1 1332024 1332806 ENST00000339381 protein_coding 6 2 3 TAS1R3 ENSG00000169962 +CDS chr1 1332921 1333124 ENST00000339381 protein_coding 6 2 4 TAS1R3 ENSG00000169962 +CDS chr1 1333259 1333379 ENST00000339381 protein_coding 6 2 5 TAS1R3 ENSG00000169962 +CDS chr1 1333506 1334461 ENST00000339381 protein_coding 6 2 6 TAS1R3 ENSG00000169962 +transcript chr1 1335276 1349112 ENST00000378891 protein_coding 9 1 NA DVL1 ENSG00000107404 +transcript chr1 1335278 1349418 ENST00000378888 protein_coding 10 5 NA DVL1 ENSG00000107404 +CDS chr1 1336145 1336515 ENST00000378891 protein_coding 9 1 15 DVL1 ENSG00000107404 +CDS chr1 1336145 1336515 ENST00000378888 protein_coding 10 5 15 DVL1 ENSG00000107404 +transcript chr1 1336412 1339422 ENST00000632445 protein_coding 1 5 NA DVL1 ENSG00000107404 +transcript chr1 1337023 1340052 ENST00000631679 protein_coding 1 5 NA DVL1 ENSG00000107404 +CDS chr1 1337048 1337055 ENST00000632445 protein_coding 1 5 5 DVL1 ENSG00000107404 +CDS chr1 1337048 1337055 ENST00000631679 protein_coding 1 5 8 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000378891 protein_coding 9 1 14 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000378888 protein_coding 10 5 14 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000632445 protein_coding 1 5 4 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000631679 protein_coding 1 5 7 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000378891 protein_coding 9 1 13 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000378888 protein_coding 10 5 13 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000632445 protein_coding 1 5 3 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000631679 protein_coding 1 5 6 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000378891 protein_coding 9 1 12 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000378888 protein_coding 10 5 12 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000632445 protein_coding 1 5 2 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000631679 protein_coding 1 5 5 DVL1 ENSG00000107404 +CDS chr1 1339287 1339439 ENST00000378888 protein_coding 10 5 11 DVL1 ENSG00000107404 +CDS chr1 1339287 1339422 ENST00000632445 protein_coding 1 5 1 DVL1 ENSG00000107404 +CDS chr1 1339362 1339439 ENST00000378891 protein_coding 9 1 11 DVL1 ENSG00000107404 +CDS chr1 1339362 1339439 ENST00000631679 protein_coding 1 5 4 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000378891 protein_coding 9 1 10 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000378888 protein_coding 10 5 10 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000631679 protein_coding 1 5 3 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000378891 protein_coding 9 1 9 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000378888 protein_coding 10 5 9 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000631679 protein_coding 1 5 2 DVL1 ENSG00000107404 +CDS chr1 1340038 1340177 ENST00000378891 protein_coding 9 1 8 DVL1 ENSG00000107404 +CDS chr1 1340038 1340177 ENST00000378888 protein_coding 10 5 8 DVL1 ENSG00000107404 +CDS chr1 1340038 1340052 ENST00000631679 protein_coding 1 5 1 DVL1 ENSG00000107404 +CDS chr1 1340247 1340316 ENST00000378891 protein_coding 9 1 7 DVL1 ENSG00000107404 +CDS chr1 1340247 1340316 ENST00000378888 protein_coding 10 5 7 DVL1 ENSG00000107404 +CDS chr1 1340410 1340503 ENST00000378891 protein_coding 9 1 6 DVL1 ENSG00000107404 +CDS chr1 1340410 1340503 ENST00000378888 protein_coding 10 5 6 DVL1 ENSG00000107404 +CDS chr1 1341667 1341805 ENST00000378891 protein_coding 9 1 5 DVL1 ENSG00000107404 +CDS chr1 1341667 1341805 ENST00000378888 protein_coding 10 5 5 DVL1 ENSG00000107404 +CDS chr1 1342053 1342156 ENST00000378891 protein_coding 9 1 4 DVL1 ENSG00000107404 +CDS chr1 1342053 1342156 ENST00000378888 protein_coding 10 5 4 DVL1 ENSG00000107404 +CDS chr1 1342363 1342484 ENST00000378891 protein_coding 9 1 3 DVL1 ENSG00000107404 +CDS chr1 1342363 1342484 ENST00000378888 protein_coding 10 5 3 DVL1 ENSG00000107404 +CDS chr1 1342689 1342758 ENST00000378891 protein_coding 9 1 2 DVL1 ENSG00000107404 +CDS chr1 1342689 1342758 ENST00000378888 protein_coding 10 5 2 DVL1 ENSG00000107404 +CDS chr1 1348896 1349065 ENST00000378891 protein_coding 9 1 1 DVL1 ENSG00000107404 +CDS chr1 1348896 1349065 ENST00000378888 protein_coding 10 5 1 DVL1 ENSG00000107404 +transcript chr1 1352689 1358794 ENST00000342753 protein_coding 8 1 NA MXRA8 ENSG00000162576 +transcript chr1 1352691 1358555 ENST00000309212 protein_coding 11 1 NA MXRA8 ENSG00000162576 +transcript chr1 1352692 1358543 ENST00000445648 protein_coding 5 2 NA MXRA8 ENSG00000162576 +transcript chr1 1352692 1361777 ENST00000477278 protein_coding 3 5 NA MXRA8 ENSG00000162576 +CDS chr1 1353304 1353332 ENST00000445648 protein_coding 5 2 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000309212 protein_coding 11 1 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000477278 protein_coding 3 5 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000342753 protein_coding 8 1 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000309212 protein_coding 11 1 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353946 ENST00000445648 protein_coding 5 2 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000477278 protein_coding 3 5 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000342753 protein_coding 8 1 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000309212 protein_coding 11 1 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000445648 protein_coding 5 2 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000477278 protein_coding 3 5 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000342753 protein_coding 8 1 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000309212 protein_coding 11 1 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000445648 protein_coding 5 2 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000477278 protein_coding 3 5 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000342753 protein_coding 8 1 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000309212 protein_coding 11 1 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000445648 protein_coding 5 2 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000477278 protein_coding 3 5 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000342753 protein_coding 8 1 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000309212 protein_coding 11 1 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000445648 protein_coding 5 2 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000477278 protein_coding 3 5 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000342753 protein_coding 8 1 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000309212 protein_coding 11 1 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000445648 protein_coding 5 2 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000477278 protein_coding 3 5 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000342753 protein_coding 8 1 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000309212 protein_coding 11 1 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000445648 protein_coding 5 2 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000477278 protein_coding 3 5 3 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000309212 protein_coding 11 1 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000445648 protein_coding 5 2 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000477278 protein_coding 3 5 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000342753 protein_coding 8 1 2 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000309212 protein_coding 11 1 1 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000445648 protein_coding 5 2 1 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000342753 protein_coding 8 1 1 MXRA8 ENSG00000162576 +CDS chr1 1361242 1361263 ENST00000477278 protein_coding 3 5 1 MXRA8 ENSG00000162576 +transcript chr1 1373730 1375157 ENST00000338370 protein_coding 7 1 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373732 1375169 ENST00000321751 protein_coding 9 2 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373736 1375207 ENST00000338338 protein_coding 10 1 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373737 1375173 ENST00000378853 protein_coding 3 2 NA AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000338370 protein_coding 7 1 3 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000338338 protein_coding 10 1 4 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000321751 protein_coding 9 2 4 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000378853 protein_coding 3 2 4 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000338370 protein_coding 7 1 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000338338 protein_coding 10 1 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000321751 protein_coding 9 2 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000378853 protein_coding 3 2 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000338370 protein_coding 7 1 1 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000338338 protein_coding 10 1 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000321751 protein_coding 9 2 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000378853 protein_coding 3 2 2 AURKAIP1 ENSG00000175756 +transcript chr1 1385711 1399335 ENST00000400809 protein_coding 8 1 NA CCNL2 ENSG00000221978 +CDS chr1 1387234 1387582 ENST00000400809 protein_coding 8 1 11 CCNL2 ENSG00000221978 +CDS chr1 1387777 1387869 ENST00000400809 protein_coding 8 1 10 CCNL2 ENSG00000221978 +CDS chr1 1387954 1388065 ENST00000400809 protein_coding 8 1 9 CCNL2 ENSG00000221978 +CDS chr1 1390230 1390371 ENST00000400809 protein_coding 8 1 8 CCNL2 ENSG00000221978 +CDS chr1 1390459 1390563 ENST00000400809 protein_coding 8 1 7 CCNL2 ENSG00000221978 +CDS chr1 1390766 1390865 ENST00000400809 protein_coding 8 1 6 CCNL2 ENSG00000221978 +transcript chr1 1392288 1399317 ENST00000408918 protein_coding 8 1 NA CCNL2 ENSG00000221978 +CDS chr1 1392785 1392803 ENST00000408918 protein_coding 8 1 6 CCNL2 ENSG00000221978 +CDS chr1 1393396 1393460 ENST00000400809 protein_coding 8 1 5 CCNL2 ENSG00000221978 +CDS chr1 1393396 1393460 ENST00000408918 protein_coding 8 1 5 CCNL2 ENSG00000221978 +CDS chr1 1395394 1395514 ENST00000400809 protein_coding 8 1 4 CCNL2 ENSG00000221978 +CDS chr1 1395394 1395514 ENST00000408918 protein_coding 8 1 4 CCNL2 ENSG00000221978 +transcript chr1 1395437 1398956 ENST00000497013 protein_coding 1 2 NA CCNL2 ENSG00000221978 +CDS chr1 1395437 1395514 ENST00000497013 protein_coding 1 2 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000400809 protein_coding 8 1 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000408918 protein_coding 8 1 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000497013 protein_coding 1 2 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398671 ENST00000400809 protein_coding 8 1 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398671 ENST00000408918 protein_coding 8 1 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398665 ENST00000497013 protein_coding 1 2 1 CCNL2 ENSG00000221978 +CDS chr1 1399019 1399306 ENST00000400809 protein_coding 8 1 1 CCNL2 ENSG00000221978 +CDS chr1 1399019 1399306 ENST00000408918 protein_coding 8 1 1 CCNL2 ENSG00000221978 +transcript chr1 1401909 1407293 ENST00000344843 protein_coding 12 1 NA MRPL20 ENSG00000242485 +CDS chr1 1402086 1402256 ENST00000344843 protein_coding 12 1 4 MRPL20 ENSG00000242485 +transcript chr1 1402182 1406998 ENST00000492508 protein_coding 1 2 NA MRPL20 ENSG00000242485 +CDS chr1 1402572 1402601 ENST00000492508 protein_coding 1 2 3 MRPL20 ENSG00000242485 +transcript chr1 1405109 1407290 ENST00000482352 protein_coding 1 2 NA MRPL20 ENSG00000242485 +CDS chr1 1405620 1405886 ENST00000482352 protein_coding 1 2 3 MRPL20 ENSG00000242485 +CDS chr1 1405809 1405886 ENST00000344843 protein_coding 12 1 3 MRPL20 ENSG00000242485 +CDS chr1 1405809 1405886 ENST00000492508 protein_coding 1 2 2 MRPL20 ENSG00000242485 +CDS chr1 1406909 1407019 ENST00000344843 protein_coding 12 1 2 MRPL20 ENSG00000242485 +CDS chr1 1406909 1406998 ENST00000492508 protein_coding 1 2 1 MRPL20 ENSG00000242485 +CDS chr1 1406909 1407019 ENST00000482352 protein_coding 1 2 2 MRPL20 ENSG00000242485 +CDS chr1 1407131 1407217 ENST00000344843 protein_coding 12 1 1 MRPL20 ENSG00000242485 +CDS chr1 1407131 1407217 ENST00000482352 protein_coding 1 2 1 MRPL20 ENSG00000242485 +transcript chr1 1418420 1421444 ENST00000520296 protein_coding 5 1 NA ANKRD65 ENSG00000235098 +transcript chr1 1418420 1421769 ENST00000427211 protein_coding 3 1 NA ANKRD65 ENSG00000235098 +transcript chr1 1418420 1421276 ENST00000537107 protein_coding 6 5 NA ANKRD65 ENSG00000235098 +transcript chr1 1418880 1421091 ENST00000454272 protein_coding 2 5 NA ANKRD65 ENSG00000235098 +CDS chr1 1419103 1419549 ENST00000537107 protein_coding 6 5 4 ANKRD65 ENSG00000235098 +CDS chr1 1419103 1419549 ENST00000454272 protein_coding 2 5 3 ANKRD65 ENSG00000235098 +transcript chr1 1419138 1421260 ENST00000442470 protein_coding 1 2 NA ANKRD65 ENSG00000235098 +CDS chr1 1419237 1419549 ENST00000427211 protein_coding 3 1 3 ANKRD65 ENSG00000235098 +CDS chr1 1419237 1419549 ENST00000442470 protein_coding 1 2 2 ANKRD65 ENSG00000235098 +CDS chr1 1419545 1419549 ENST00000520296 protein_coding 5 1 3 ANKRD65 ENSG00000235098 +CDS chr1 1420052 1420592 ENST00000537107 protein_coding 6 5 3 ANKRD65 ENSG00000235098 +CDS chr1 1420052 1420592 ENST00000454272 protein_coding 2 5 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000427211 protein_coding 3 1 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000537107 protein_coding 6 5 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000454272 protein_coding 2 5 1 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000442470 protein_coding 1 2 1 ANKRD65 ENSG00000235098 +CDS chr1 1420816 1421005 ENST00000520296 protein_coding 5 1 2 ANKRD65 ENSG00000235098 +transcript chr1 1425871 1430255 ENST00000378821 protein_coding 4 2 NA TMEM88B ENSG00000205116 +CDS chr1 1426128 1426385 ENST00000378821 protein_coding 4 2 1 TMEM88B ENSG00000205116 +CDS chr1 1427554 1427784 ENST00000378821 protein_coding 4 2 2 TMEM88B ENSG00000205116 +transcript chr1 1434861 1437459 ENST00000495558 protein_coding 1 2 NA VWA1 ENSG00000179403 +transcript chr1 1435523 1440765 ENST00000338660 protein_coding 5 2 NA VWA1 ENSG00000179403 +transcript chr1 1435690 1442882 ENST00000476993 protein_coding 2 1 NA VWA1 ENSG00000179403 +transcript chr1 1435735 1437177 ENST00000471398 protein_coding 1 3 NA VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000338660 protein_coding 5 2 1 VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000476993 protein_coding 2 1 1 VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000471398 protein_coding 1 3 1 VWA1 ENSG00000179403 +CDS chr1 1436807 1437177 ENST00000471398 protein_coding 1 3 2 VWA1 ENSG00000179403 +CDS chr1 1436927 1437484 ENST00000476993 protein_coding 2 1 2 VWA1 ENSG00000179403 +CDS chr1 1436959 1437459 ENST00000495558 protein_coding 1 2 2 VWA1 ENSG00000179403 +CDS chr1 1437322 1437440 ENST00000338660 protein_coding 5 2 2 VWA1 ENSG00000179403 +CDS chr1 1439081 1439784 ENST00000476993 protein_coding 2 1 3 VWA1 ENSG00000179403 +transcript chr1 1449689 1470163 ENST00000378785 protein_coding 7 2 NA ATAD3C ENSG00000215915 +transcript chr1 1449914 1455902 ENST00000475091 protein_coding 2 5 NA ATAD3C ENSG00000215915 +CDS chr1 1450684 1450758 ENST00000378785 protein_coding 7 2 1 ATAD3C ENSG00000215915 +CDS chr1 1450684 1450758 ENST00000475091 protein_coding 2 5 2 ATAD3C ENSG00000215915 +CDS chr1 1452046 1452122 ENST00000378785 protein_coding 7 2 2 ATAD3C ENSG00000215915 +CDS chr1 1452046 1452122 ENST00000475091 protein_coding 2 5 3 ATAD3C ENSG00000215915 +CDS chr1 1452365 1452434 ENST00000378785 protein_coding 7 2 3 ATAD3C ENSG00000215915 +CDS chr1 1452365 1452434 ENST00000475091 protein_coding 2 5 4 ATAD3C ENSG00000215915 +CDS chr1 1454345 1454500 ENST00000378785 protein_coding 7 2 4 ATAD3C ENSG00000215915 +CDS chr1 1455460 1455519 ENST00000378785 protein_coding 7 2 5 ATAD3C ENSG00000215915 +CDS chr1 1455460 1455519 ENST00000475091 protein_coding 2 5 5 ATAD3C ENSG00000215915 +CDS chr1 1455791 1455916 ENST00000378785 protein_coding 7 2 6 ATAD3C ENSG00000215915 +CDS chr1 1455791 1455902 ENST00000475091 protein_coding 2 5 6 ATAD3C ENSG00000215915 +CDS chr1 1456225 1456349 ENST00000378785 protein_coding 7 2 7 ATAD3C ENSG00000215915 +CDS chr1 1457129 1457180 ENST00000378785 protein_coding 7 2 8 ATAD3C ENSG00000215915 +CDS chr1 1459161 1459231 ENST00000378785 protein_coding 7 2 9 ATAD3C ENSG00000215915 +CDS chr1 1460750 1460917 ENST00000378785 protein_coding 7 2 10 ATAD3C ENSG00000215915 +CDS chr1 1462600 1462708 ENST00000378785 protein_coding 7 2 11 ATAD3C ENSG00000215915 +CDS chr1 1468384 1468527 ENST00000378785 protein_coding 7 2 12 ATAD3C ENSG00000215915 +transcript chr1 1471765 1497848 ENST00000673477 protein_coding 1 NA NA ATAD3B ENSG00000160072 +transcript chr1 1471784 1496201 ENST00000308647 protein_coding 8 1 NA ATAD3B ENSG00000160072 +CDS chr1 1471885 1472089 ENST00000673477 protein_coding 1 NA 1 ATAD3B ENSG00000160072 +CDS chr1 1471885 1472089 ENST00000308647 protein_coding 8 1 1 ATAD3B ENSG00000160072 +CDS chr1 1477274 1477350 ENST00000673477 protein_coding 1 NA 2 ATAD3B ENSG00000160072 +CDS chr1 1477274 1477350 ENST00000308647 protein_coding 8 1 2 ATAD3B ENSG00000160072 +CDS chr1 1478644 1478745 ENST00000673477 protein_coding 1 NA 3 ATAD3B ENSG00000160072 +CDS chr1 1479049 1479108 ENST00000673477 protein_coding 1 NA 4 ATAD3B ENSG00000160072 +CDS chr1 1480867 1480936 ENST00000673477 protein_coding 1 NA 5 ATAD3B ENSG00000160072 +CDS chr1 1480867 1480908 ENST00000308647 protein_coding 8 1 3 ATAD3B ENSG00000160072 +CDS chr1 1482138 1482303 ENST00000673477 protein_coding 1 NA 6 ATAD3B ENSG00000160072 +CDS chr1 1482266 1482303 ENST00000308647 protein_coding 8 1 4 ATAD3B ENSG00000160072 +CDS chr1 1482545 1482614 ENST00000673477 protein_coding 1 NA 7 ATAD3B ENSG00000160072 +CDS chr1 1482545 1482614 ENST00000308647 protein_coding 8 1 5 ATAD3B ENSG00000160072 +CDS chr1 1485016 1485171 ENST00000673477 protein_coding 1 NA 8 ATAD3B ENSG00000160072 +CDS chr1 1485016 1485171 ENST00000308647 protein_coding 8 1 6 ATAD3B ENSG00000160072 +CDS chr1 1485782 1485838 ENST00000673477 protein_coding 1 NA 9 ATAD3B ENSG00000160072 +CDS chr1 1485782 1485838 ENST00000308647 protein_coding 8 1 7 ATAD3B ENSG00000160072 +CDS chr1 1486110 1486235 ENST00000673477 protein_coding 1 NA 10 ATAD3B ENSG00000160072 +CDS chr1 1486110 1486235 ENST00000308647 protein_coding 8 1 8 ATAD3B ENSG00000160072 +CDS chr1 1486544 1486668 ENST00000673477 protein_coding 1 NA 11 ATAD3B ENSG00000160072 +CDS chr1 1486544 1486666 ENST00000308647 protein_coding 8 1 9 ATAD3B ENSG00000160072 +CDS chr1 1487863 1487914 ENST00000673477 protein_coding 1 NA 12 ATAD3B ENSG00000160072 +CDS chr1 1489204 1489274 ENST00000673477 protein_coding 1 NA 13 ATAD3B ENSG00000160072 +CDS chr1 1490257 1490424 ENST00000673477 protein_coding 1 NA 14 ATAD3B ENSG00000160072 +CDS chr1 1490563 1490671 ENST00000673477 protein_coding 1 NA 15 ATAD3B ENSG00000160072 +CDS chr1 1495485 1495814 ENST00000673477 protein_coding 1 NA 16 ATAD3B ENSG00000160072 +transcript chr1 1512162 1534685 ENST00000378756 protein_coding 8 1 NA ATAD3A ENSG00000197785 +transcript chr1 1512175 1534685 ENST00000378755 protein_coding 9 2 NA ATAD3A ENSG00000197785 +CDS chr1 1512269 1512473 ENST00000378756 protein_coding 8 1 1 ATAD3A ENSG00000197785 +CDS chr1 1512269 1512473 ENST00000378755 protein_coding 9 2 1 ATAD3A ENSG00000197785 +transcript chr1 1512530 1534685 ENST00000536055 protein_coding 6 2 NA ATAD3A ENSG00000197785 +CDS chr1 1516012 1516088 ENST00000378756 protein_coding 8 1 2 ATAD3A ENSG00000197785 +CDS chr1 1516012 1516088 ENST00000378755 protein_coding 9 2 2 ATAD3A ENSG00000197785 +CDS chr1 1516044 1516088 ENST00000536055 protein_coding 6 2 2 ATAD3A ENSG00000197785 +CDS chr1 1517167 1517412 ENST00000378755 protein_coding 9 2 3 ATAD3A ENSG00000197785 +CDS chr1 1517311 1517412 ENST00000378756 protein_coding 8 1 3 ATAD3A ENSG00000197785 +CDS chr1 1517311 1517412 ENST00000536055 protein_coding 6 2 3 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000378756 protein_coding 8 1 4 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000378755 protein_coding 9 2 4 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000536055 protein_coding 6 2 4 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000378756 protein_coding 8 1 5 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000378755 protein_coding 9 2 5 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000536055 protein_coding 6 2 5 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000378756 protein_coding 8 1 6 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000378755 protein_coding 9 2 6 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000536055 protein_coding 6 2 6 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000378756 protein_coding 8 1 7 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000378755 protein_coding 9 2 7 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000536055 protein_coding 6 2 7 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000378756 protein_coding 8 1 8 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000378755 protein_coding 9 2 8 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000536055 protein_coding 6 2 8 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000378756 protein_coding 8 1 9 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000378755 protein_coding 9 2 9 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000536055 protein_coding 6 2 9 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000378756 protein_coding 8 1 10 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000378755 protein_coding 9 2 10 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000536055 protein_coding 6 2 10 ATAD3A ENSG00000197785 +transcript chr1 1523955 1534142 ENST00000400830 protein_coding 4 5 NA ATAD3A ENSG00000197785 +CDS chr1 1523955 1523964 ENST00000400830 protein_coding 4 5 1 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000378756 protein_coding 8 1 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000378755 protein_coding 9 2 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000536055 protein_coding 6 2 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000400830 protein_coding 4 5 2 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000378756 protein_coding 8 1 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000378755 protein_coding 9 2 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000536055 protein_coding 6 2 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000400830 protein_coding 4 5 3 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000378756 protein_coding 8 1 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000378755 protein_coding 9 2 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000536055 protein_coding 6 2 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000400830 protein_coding 4 5 4 ATAD3A ENSG00000197785 +CDS chr1 1527161 1527238 ENST00000400830 protein_coding 4 5 5 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000378756 protein_coding 8 1 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000378755 protein_coding 9 2 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000536055 protein_coding 6 2 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000400830 protein_coding 4 5 6 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000378756 protein_coding 8 1 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000378755 protein_coding 9 2 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000536055 protein_coding 6 2 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000400830 protein_coding 4 5 7 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000378756 protein_coding 8 1 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000378755 protein_coding 9 2 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000536055 protein_coding 6 2 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000400830 protein_coding 4 5 8 ATAD3A ENSG00000197785 +transcript chr1 1534778 1540624 ENST00000378733 protein_coding 9 2 NA TMEM240 ENSG00000205090 +transcript chr1 1535207 1540453 ENST00000425828 protein_coding 1 2 NA TMEM240 ENSG00000205090 +CDS chr1 1535362 1535507 ENST00000378733 protein_coding 9 2 4 TMEM240 ENSG00000205090 +CDS chr1 1535362 1535507 ENST00000425828 protein_coding 1 2 5 TMEM240 ENSG00000205090 +CDS chr1 1535589 1535797 ENST00000378733 protein_coding 9 2 3 TMEM240 ENSG00000205090 +CDS chr1 1535589 1535797 ENST00000425828 protein_coding 1 2 4 TMEM240 ENSG00000205090 +transcript chr1 1539056 1540350 ENST00000624426 protein_coding 1 3 NA TMEM240 ENSG00000205090 +CDS chr1 1539683 1539790 ENST00000624426 protein_coding 1 3 2 TMEM240 ENSG00000205090 +CDS chr1 1539684 1539790 ENST00000378733 protein_coding 9 2 2 TMEM240 ENSG00000205090 +CDS chr1 1539684 1539790 ENST00000425828 protein_coding 1 2 3 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000378733 protein_coding 9 2 1 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000425828 protein_coding 1 2 2 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000624426 protein_coding 1 3 1 TMEM240 ENSG00000205090 +transcript chr1 1541673 1574863 ENST00000291386 protein_coding 4 1 NA SSU72 ENSG00000160075 +CDS chr1 1542069 1542167 ENST00000291386 protein_coding 4 1 5 SSU72 ENSG00000160075 +CDS chr1 1543869 1543987 ENST00000291386 protein_coding 4 1 4 SSU72 ENSG00000160075 +CDS chr1 1544863 1545002 ENST00000291386 protein_coding 4 1 3 SSU72 ENSG00000160075 +transcript chr1 1560848 1574584 ENST00000359060 protein_coding 5 2 NA SSU72 ENSG00000160075 +CDS chr1 1564538 1564916 ENST00000359060 protein_coding 5 2 2 SSU72 ENSG00000160075 +CDS chr1 1564773 1564916 ENST00000291386 protein_coding 4 1 2 SSU72 ENSG00000160075 +CDS chr1 1574478 1574557 ENST00000291386 protein_coding 4 1 1 SSU72 ENSG00000160075 +CDS chr1 1574478 1574557 ENST00000359060 protein_coding 5 2 1 SSU72 ENSG00000160075 +transcript chr1 1598012 1600135 ENST00000422725 protein_coding 4 NA NA FNDC10 ENSG00000228594 +CDS chr1 1599338 1600015 ENST00000422725 protein_coding 4 NA 1 FNDC10 ENSG00000228594 +transcript chr1 1615500 1630605 ENST00000355826 protein_coding 10 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000505820 protein_coding 7 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000518681 protein_coding 6 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000520777 protein_coding 6 1 NA MIB2 ENSG00000197530 +transcript chr1 1615905 1630604 ENST00000378712 protein_coding 5 2 NA MIB2 ENSG00000197530 +transcript chr1 1616274 1624901 ENST00000510793 protein_coding 5 5 NA MIB2 ENSG00000197530 +transcript chr1 1616310 1630604 ENST00000504599 protein_coding 6 2 NA MIB2 ENSG00000197530 +transcript chr1 1617408 1624821 ENST00000503789 protein_coding 5 5 NA MIB2 ENSG00000197530 +transcript chr1 1617560 1630604 ENST00000378708 protein_coding 5 5 NA MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000355826 protein_coding 10 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000505820 protein_coding 7 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000518681 protein_coding 6 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000520777 protein_coding 6 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000378712 protein_coding 5 2 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000510793 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000504599 protein_coding 6 2 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000503789 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000378708 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000355826 protein_coding 10 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000505820 protein_coding 7 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000518681 protein_coding 6 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000520777 protein_coding 6 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000378712 protein_coding 5 2 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000510793 protein_coding 5 5 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000504599 protein_coding 6 2 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000503789 protein_coding 5 5 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000378708 protein_coding 5 5 3 MIB2 ENSG00000197530 +transcript chr1 1623802 1630604 ENST00000514234 protein_coding 5 2 NA MIB2 ENSG00000197530 +CDS chr1 1623802 1623945 ENST00000514234 protein_coding 5 2 1 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000355826 protein_coding 10 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000505820 protein_coding 7 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000518681 protein_coding 6 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000520777 protein_coding 6 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000378712 protein_coding 5 2 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000510793 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000504599 protein_coding 6 2 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624821 ENST00000503789 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000378708 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000514234 protein_coding 5 2 2 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000355826 protein_coding 10 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000505820 protein_coding 7 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000520777 protein_coding 6 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000504599 protein_coding 6 2 5 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000378708 protein_coding 5 5 5 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000514234 protein_coding 5 2 3 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000355826 protein_coding 10 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000505820 protein_coding 7 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000518681 protein_coding 6 1 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000520777 protein_coding 6 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000378712 protein_coding 5 2 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000504599 protein_coding 6 2 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000378708 protein_coding 5 5 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000514234 protein_coding 5 2 4 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000355826 protein_coding 10 1 8 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000505820 protein_coding 7 1 8 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000518681 protein_coding 6 1 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000378712 protein_coding 5 2 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000504599 protein_coding 6 2 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000514234 protein_coding 5 2 5 MIB2 ENSG00000197530 +CDS chr1 1625558 1625653 ENST00000520777 protein_coding 6 1 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000355826 protein_coding 10 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000505820 protein_coding 7 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000518681 protein_coding 6 1 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000520777 protein_coding 6 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000378712 protein_coding 5 2 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000504599 protein_coding 6 2 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000378708 protein_coding 5 5 7 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000355826 protein_coding 10 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000505820 protein_coding 7 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000518681 protein_coding 6 1 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000520777 protein_coding 6 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000378712 protein_coding 5 2 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000504599 protein_coding 6 2 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000378708 protein_coding 5 5 8 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000514234 protein_coding 5 2 6 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000355826 protein_coding 10 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000505820 protein_coding 7 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000518681 protein_coding 6 1 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000520777 protein_coding 6 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000378712 protein_coding 5 2 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000504599 protein_coding 6 2 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000378708 protein_coding 5 5 9 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000514234 protein_coding 5 2 7 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000355826 protein_coding 10 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000505820 protein_coding 7 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000518681 protein_coding 6 1 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000520777 protein_coding 6 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000378712 protein_coding 5 2 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000504599 protein_coding 6 2 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000378708 protein_coding 5 5 10 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000514234 protein_coding 5 2 8 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000355826 protein_coding 10 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000505820 protein_coding 7 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000518681 protein_coding 6 1 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000520777 protein_coding 6 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000378712 protein_coding 5 2 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000504599 protein_coding 6 2 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000378708 protein_coding 5 5 11 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000514234 protein_coding 5 2 9 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000355826 protein_coding 10 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000505820 protein_coding 7 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000518681 protein_coding 6 1 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000520777 protein_coding 6 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000378712 protein_coding 5 2 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000504599 protein_coding 6 2 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000378708 protein_coding 5 5 12 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000514234 protein_coding 5 2 10 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000355826 protein_coding 10 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000505820 protein_coding 7 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000518681 protein_coding 6 1 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000520777 protein_coding 6 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000378712 protein_coding 5 2 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000504599 protein_coding 6 2 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000378708 protein_coding 5 5 13 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000514234 protein_coding 5 2 11 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000355826 protein_coding 10 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000505820 protein_coding 7 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000518681 protein_coding 6 1 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000520777 protein_coding 6 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000378712 protein_coding 5 2 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000504599 protein_coding 6 2 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000378708 protein_coding 5 5 14 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000514234 protein_coding 5 2 12 MIB2 ENSG00000197530 +transcript chr1 1628489 1630589 ENST00000483015 protein_coding 1 3 NA MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000483015 protein_coding 1 3 1 MIB2 ENSG00000197530 +CDS chr1 1629034 1629311 ENST00000483015 protein_coding 1 3 2 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000355826 protein_coding 10 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000505820 protein_coding 7 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000518681 protein_coding 6 1 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000520777 protein_coding 6 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000378712 protein_coding 5 2 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000504599 protein_coding 6 2 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000378708 protein_coding 5 5 15 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000514234 protein_coding 5 2 13 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000355826 protein_coding 10 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000505820 protein_coding 7 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000518681 protein_coding 6 1 17 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000520777 protein_coding 6 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000504599 protein_coding 6 2 17 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000378708 protein_coding 5 5 16 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000514234 protein_coding 5 2 14 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000483015 protein_coding 1 3 3 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000355826 protein_coding 10 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000505820 protein_coding 7 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000518681 protein_coding 6 1 18 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000520777 protein_coding 6 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000378712 protein_coding 5 2 17 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000504599 protein_coding 6 2 18 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000378708 protein_coding 5 5 17 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000514234 protein_coding 5 2 15 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000483015 protein_coding 1 3 4 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000355826 protein_coding 10 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000505820 protein_coding 7 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000518681 protein_coding 6 1 19 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000520777 protein_coding 6 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630298 ENST00000378712 protein_coding 5 2 18 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000504599 protein_coding 6 2 19 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000378708 protein_coding 5 5 18 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000514234 protein_coding 5 2 16 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000483015 protein_coding 1 3 5 MIB2 ENSG00000197530 +transcript chr1 1632163 1633120 ENST00000472264 protein_coding 1 3 NA MMP23B ENSG00000189409 +transcript chr1 1632173 1634654 ENST00000356026 protein_coding 10 1 NA MMP23B ENSG00000189409 +transcript chr1 1632179 1634654 ENST00000378675 protein_coding 7 1 NA MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000472264 protein_coding 1 3 1 MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000356026 protein_coding 10 1 1 MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000378675 protein_coding 7 1 1 MMP23B ENSG00000189409 +CDS chr1 1632710 1632913 ENST00000472264 protein_coding 1 3 2 MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000356026 protein_coding 10 1 2 MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000378675 protein_coding 7 1 2 MMP23B ENSG00000189409 +transcript chr1 1632783 1634651 ENST00000479814 protein_coding 5 5 NA MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000479814 protein_coding 5 5 1 MMP23B ENSG00000189409 +CDS chr1 1632981 1633120 ENST00000472264 protein_coding 1 3 3 MMP23B ENSG00000189409 +CDS chr1 1632981 1633120 ENST00000356026 protein_coding 10 1 3 MMP23B ENSG00000189409 +CDS chr1 1632981 1633355 ENST00000378675 protein_coding 7 1 3 MMP23B ENSG00000189409 +CDS chr1 1633188 1633355 ENST00000356026 protein_coding 10 1 4 MMP23B ENSG00000189409 +CDS chr1 1633188 1633355 ENST00000479814 protein_coding 5 5 2 MMP23B ENSG00000189409 +transcript chr1 1633203 1634568 ENST00000435358 protein_coding 5 2 NA MMP23B ENSG00000189409 +CDS chr1 1633203 1633355 ENST00000435358 protein_coding 5 2 1 MMP23B ENSG00000189409 +transcript chr1 1633203 1634568 ENST00000503792 protein_coding 1 1 NA MMP23B ENSG00000189409 +CDS chr1 1633203 1633480 ENST00000503792 protein_coding 1 1 1 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000356026 protein_coding 10 1 5 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000378675 protein_coding 7 1 4 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000479814 protein_coding 5 5 3 MMP23B ENSG00000189409 +CDS chr1 1633748 1634099 ENST00000435358 protein_coding 5 2 2 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000503792 protein_coding 1 1 2 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000356026 protein_coding 10 1 6 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000378675 protein_coding 7 1 5 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000479814 protein_coding 5 5 4 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000503792 protein_coding 1 1 3 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000356026 protein_coding 10 1 7 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000378675 protein_coding 7 1 6 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000479814 protein_coding 5 5 5 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000435358 protein_coding 5 2 3 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000503792 protein_coding 1 1 4 MMP23B ENSG00000189409 +CDS chr1 1634451 1634622 ENST00000356026 protein_coding 10 1 8 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000378675 protein_coding 7 1 7 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000479814 protein_coding 5 5 6 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000435358 protein_coding 5 2 4 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000503792 protein_coding 1 1 5 MMP23B ENSG00000189409 +transcript chr1 1635225 1659004 ENST00000341832 protein_coding 11 1 NA CDK11B ENSG00000248333 +transcript chr1 1635587 1659012 ENST00000407249 protein_coding 7 1 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000340677 protein_coding 9 1 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000626918 protein_coding 2 5 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000629289 protein_coding 2 5 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000629312 protein_coding 2 5 NA CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000341832 protein_coding 11 1 20 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000407249 protein_coding 7 1 20 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000340677 protein_coding 9 1 21 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000626918 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000629289 protein_coding 2 5 22 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000629312 protein_coding 2 5 22 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000341832 protein_coding 11 1 19 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000407249 protein_coding 7 1 19 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000340677 protein_coding 9 1 20 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000626918 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000629289 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000629312 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000341832 protein_coding 11 1 18 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000407249 protein_coding 7 1 18 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000340677 protein_coding 9 1 19 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000626918 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000629289 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000629312 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000341832 protein_coding 11 1 17 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000407249 protein_coding 7 1 17 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000340677 protein_coding 9 1 18 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000626918 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000629289 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000629312 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000341832 protein_coding 11 1 16 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000407249 protein_coding 7 1 16 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000340677 protein_coding 9 1 17 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000626918 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000629289 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000629312 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000341832 protein_coding 11 1 15 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000407249 protein_coding 7 1 15 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000340677 protein_coding 9 1 16 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000626918 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000629289 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000629312 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000341832 protein_coding 11 1 14 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000407249 protein_coding 7 1 14 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000340677 protein_coding 9 1 15 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000626918 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000629289 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000629312 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000341832 protein_coding 11 1 13 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000407249 protein_coding 7 1 13 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000340677 protein_coding 9 1 14 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000626918 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000629289 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000629312 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000341832 protein_coding 11 1 12 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000407249 protein_coding 7 1 12 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000340677 protein_coding 9 1 13 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000626918 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000629289 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000629312 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000341832 protein_coding 11 1 11 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000407249 protein_coding 7 1 11 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000340677 protein_coding 9 1 12 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000626918 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000629289 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000629312 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000341832 protein_coding 11 1 10 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000407249 protein_coding 7 1 10 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000340677 protein_coding 9 1 11 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000626918 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000629289 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000629312 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000341832 protein_coding 11 1 9 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000407249 protein_coding 7 1 9 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000340677 protein_coding 9 1 10 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000626918 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000629289 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000629312 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000341832 protein_coding 11 1 8 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000407249 protein_coding 7 1 8 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000340677 protein_coding 9 1 9 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000626918 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000629289 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000629312 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1642347 1642508 ENST00000407249 protein_coding 7 1 7 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000341832 protein_coding 11 1 7 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000340677 protein_coding 9 1 8 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000626918 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000629289 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000629312 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000341832 protein_coding 11 1 6 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000407249 protein_coding 7 1 6 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000340677 protein_coding 9 1 7 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000626918 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000629289 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000629312 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1645460 1645508 ENST00000629289 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645460 1645497 ENST00000629312 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645579 1645643 ENST00000626918 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645611 1645643 ENST00000629312 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645773 1645884 ENST00000626918 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645773 1645866 ENST00000629289 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645773 1645884 ENST00000629312 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645953 1645969 ENST00000629289 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645998 1646048 ENST00000629312 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1646111 1646178 ENST00000629289 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1646126 1646143 ENST00000626918 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000341832 protein_coding 11 1 5 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000407249 protein_coding 7 1 5 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000340677 protein_coding 9 1 6 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000341832 protein_coding 11 1 4 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000407249 protein_coding 7 1 4 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000340677 protein_coding 9 1 5 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000341832 protein_coding 11 1 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000407249 protein_coding 7 1 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000340677 protein_coding 9 1 4 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000626918 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000629289 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000629312 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1657256 1657264 ENST00000340677 protein_coding 9 1 3 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000341832 protein_coding 11 1 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000407249 protein_coding 7 1 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000626918 protein_coding 2 5 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000629289 protein_coding 2 5 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000629312 protein_coding 2 5 2 CDK11B ENSG00000248333 +transcript chr1 1659529 1692724 ENST00000614300 protein_coding 4 1 NA SLC35E2B ENSG00000189339 +CDS chr1 1660106 1660111 ENST00000614300 protein_coding 4 1 7 SLC35E2B ENSG00000189339 +transcript chr1 1661478 1692795 ENST00000617444 protein_coding 5 1 NA SLC35E2B ENSG00000189339 +transcript chr1 1661479 1692728 ENST00000611123 protein_coding 1 2 NA SLC35E2B ENSG00000189339 +CDS chr1 1665785 1666019 ENST00000617444 protein_coding 5 1 10 SLC35E2B ENSG00000189339 +CDS chr1 1665785 1666019 ENST00000611123 protein_coding 1 2 9 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000614300 protein_coding 4 1 6 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000617444 protein_coding 5 1 9 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000611123 protein_coding 1 2 8 SLC35E2B ENSG00000189339 +CDS chr1 1669664 1669736 ENST00000617444 protein_coding 5 1 8 SLC35E2B ENSG00000189339 +CDS chr1 1669664 1669736 ENST00000611123 protein_coding 1 2 7 SLC35E2B ENSG00000189339 +CDS chr1 1670098 1670151 ENST00000617444 protein_coding 5 1 7 SLC35E2B ENSG00000189339 +CDS chr1 1670098 1670151 ENST00000611123 protein_coding 1 2 6 SLC35E2B ENSG00000189339 +CDS chr1 1671509 1671629 ENST00000617444 protein_coding 5 1 6 SLC35E2B ENSG00000189339 +CDS chr1 1671509 1671629 ENST00000611123 protein_coding 1 2 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000614300 protein_coding 4 1 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000617444 protein_coding 5 1 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000611123 protein_coding 1 2 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000614300 protein_coding 4 1 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000617444 protein_coding 5 1 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000611123 protein_coding 1 2 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000614300 protein_coding 4 1 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000617444 protein_coding 5 1 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000611123 protein_coding 1 2 2 SLC35E2B ENSG00000189339 +transcript chr1 1702379 1724357 ENST00000404249 protein_coding 8 1 NA CDK11A ENSG00000008128 +transcript chr1 1702730 1722831 ENST00000356200 protein_coding 7 5 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1722831 ENST00000378638 protein_coding 6 5 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000357760 protein_coding 6 1 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000358779 protein_coding 9 1 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000378633 protein_coding 5 1 NA CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000404249 protein_coding 8 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000356200 protein_coding 7 5 19 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000378638 protein_coding 6 5 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000357760 protein_coding 6 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000358779 protein_coding 9 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000378633 protein_coding 5 1 20 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000404249 protein_coding 8 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000356200 protein_coding 7 5 18 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000378638 protein_coding 6 5 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000357760 protein_coding 6 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000358779 protein_coding 9 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000378633 protein_coding 5 1 19 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000404249 protein_coding 8 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000356200 protein_coding 7 5 17 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000378638 protein_coding 6 5 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000357760 protein_coding 6 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000358779 protein_coding 9 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000378633 protein_coding 5 1 18 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000404249 protein_coding 8 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000356200 protein_coding 7 5 16 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000378638 protein_coding 6 5 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000357760 protein_coding 6 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000358779 protein_coding 9 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000378633 protein_coding 5 1 17 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000404249 protein_coding 8 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000356200 protein_coding 7 5 15 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000378638 protein_coding 6 5 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000357760 protein_coding 6 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000358779 protein_coding 9 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000378633 protein_coding 5 1 16 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000404249 protein_coding 8 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000356200 protein_coding 7 5 14 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000378638 protein_coding 6 5 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000357760 protein_coding 6 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000358779 protein_coding 9 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000378633 protein_coding 5 1 15 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000404249 protein_coding 8 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000356200 protein_coding 7 5 13 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000378638 protein_coding 6 5 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000357760 protein_coding 6 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000358779 protein_coding 9 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000378633 protein_coding 5 1 14 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000404249 protein_coding 8 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000356200 protein_coding 7 5 12 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000378638 protein_coding 6 5 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000357760 protein_coding 6 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000358779 protein_coding 9 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000378633 protein_coding 5 1 13 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000404249 protein_coding 8 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000356200 protein_coding 7 5 11 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000378638 protein_coding 6 5 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000357760 protein_coding 6 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000358779 protein_coding 9 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000378633 protein_coding 5 1 12 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000404249 protein_coding 8 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000356200 protein_coding 7 5 10 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000378638 protein_coding 6 5 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000357760 protein_coding 6 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000358779 protein_coding 9 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000378633 protein_coding 5 1 11 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000404249 protein_coding 8 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000356200 protein_coding 7 5 9 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000378638 protein_coding 6 5 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000357760 protein_coding 6 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000358779 protein_coding 9 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000378633 protein_coding 5 1 10 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000404249 protein_coding 8 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000356200 protein_coding 7 5 8 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000378638 protein_coding 6 5 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000357760 protein_coding 6 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000358779 protein_coding 9 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000378633 protein_coding 5 1 9 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000404249 protein_coding 8 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000356200 protein_coding 7 5 7 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000378638 protein_coding 6 5 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000357760 protein_coding 6 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000358779 protein_coding 9 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000378633 protein_coding 5 1 8 CDK11A ENSG00000008128 +CDS chr1 1709479 1709640 ENST00000378633 protein_coding 5 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000404249 protein_coding 8 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000356200 protein_coding 7 5 6 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000378638 protein_coding 6 5 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000357760 protein_coding 6 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000358779 protein_coding 9 1 7 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000404249 protein_coding 8 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000356200 protein_coding 7 5 5 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000378638 protein_coding 6 5 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712427 ENST00000357760 protein_coding 6 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000358779 protein_coding 9 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000378633 protein_coding 5 1 6 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000404249 protein_coding 8 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000356200 protein_coding 7 5 4 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000378638 protein_coding 6 5 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000357760 protein_coding 6 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000358779 protein_coding 9 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000378633 protein_coding 5 1 5 CDK11A ENSG00000008128 +transcript chr1 1716350 1724032 ENST00000479362 protein_coding 1 1 NA CDK11A ENSG00000008128 +CDS chr1 1716350 1716478 ENST00000479362 protein_coding 1 1 5 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000404249 protein_coding 8 1 4 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000356200 protein_coding 7 5 3 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000378638 protein_coding 6 5 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000357760 protein_coding 6 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000358779 protein_coding 9 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000378633 protein_coding 5 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000479362 protein_coding 1 1 4 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000404249 protein_coding 8 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000356200 protein_coding 7 5 2 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000378638 protein_coding 6 5 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000357760 protein_coding 6 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000358779 protein_coding 9 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000378633 protein_coding 5 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000479362 protein_coding 1 1 3 CDK11A ENSG00000008128 +CDS chr1 1722588 1722596 ENST00000356200 protein_coding 7 5 1 CDK11A ENSG00000008128 +CDS chr1 1722588 1722596 ENST00000378638 protein_coding 6 5 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000404249 protein_coding 8 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000357760 protein_coding 6 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000358779 protein_coding 9 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000378633 protein_coding 5 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000479362 protein_coding 1 1 2 CDK11A ENSG00000008128 +transcript chr1 1722708 1724274 ENST00000401096 protein_coding 2 5 NA CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000401096 protein_coding 2 5 2 CDK11A ENSG00000008128 +transcript chr1 1751232 1778470 ENST00000341426 protein_coding 9 2 NA NADK ENSG00000008130 +transcript chr1 1751232 1778790 ENST00000341991 protein_coding 7 1 NA NADK ENSG00000008130 +transcript chr1 1751232 1780069 ENST00000378625 protein_coding 5 1 NA NADK ENSG00000008130 +transcript chr1 1752471 1758575 ENST00000342348 protein_coding 9 2 NA NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000341426 protein_coding 9 2 12 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000341991 protein_coding 7 1 12 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000378625 protein_coding 5 1 14 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000342348 protein_coding 9 2 10 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000341426 protein_coding 9 2 11 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000341991 protein_coding 7 1 11 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000378625 protein_coding 5 1 13 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000342348 protein_coding 9 2 9 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000341426 protein_coding 9 2 10 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000341991 protein_coding 7 1 10 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000378625 protein_coding 5 1 12 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000342348 protein_coding 9 2 8 NADK ENSG00000008130 +transcript chr1 1754061 1757268 ENST00000469045 protein_coding 5 5 NA NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000341426 protein_coding 9 2 9 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000341991 protein_coding 7 1 9 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000378625 protein_coding 5 1 11 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000342348 protein_coding 9 2 7 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000341426 protein_coding 9 2 8 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000341991 protein_coding 7 1 8 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000378625 protein_coding 5 1 10 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000342348 protein_coding 9 2 6 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000341426 protein_coding 9 2 7 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000341991 protein_coding 7 1 7 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000378625 protein_coding 5 1 9 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000342348 protein_coding 9 2 5 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000341426 protein_coding 9 2 6 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000341991 protein_coding 7 1 6 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000378625 protein_coding 5 1 8 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000342348 protein_coding 9 2 4 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000341426 protein_coding 9 2 5 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000341991 protein_coding 7 1 5 NADK ENSG00000008130 +CDS chr1 1756503 1756657 ENST00000378625 protein_coding 5 1 7 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000342348 protein_coding 9 2 3 NADK ENSG00000008130 +CDS chr1 1756841 1756882 ENST00000469045 protein_coding 5 5 2 NADK ENSG00000008130 +CDS chr1 1757107 1757310 ENST00000378625 protein_coding 5 1 6 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000341426 protein_coding 9 2 4 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000341991 protein_coding 7 1 4 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000342348 protein_coding 9 2 2 NADK ENSG00000008130 +CDS chr1 1757181 1757268 ENST00000469045 protein_coding 5 5 1 NADK ENSG00000008130 +CDS chr1 1758365 1758531 ENST00000342348 protein_coding 9 2 1 NADK ENSG00000008130 +CDS chr1 1759101 1759243 ENST00000378625 protein_coding 5 1 5 NADK ENSG00000008130 +CDS chr1 1759734 1759902 ENST00000378625 protein_coding 5 1 4 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000341426 protein_coding 9 2 3 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000341991 protein_coding 7 1 3 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000378625 protein_coding 5 1 3 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000341426 protein_coding 9 2 2 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000341991 protein_coding 7 1 2 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000378625 protein_coding 5 1 2 NADK ENSG00000008130 +transcript chr1 1785285 1891117 ENST00000610897 protein_coding 4 5 NA GNB1 ENSG00000078369 +transcript chr1 1785285 1891117 ENST00000615252 protein_coding 4 5 NA GNB1 ENSG00000078369 +transcript chr1 1785286 1891087 ENST00000378609 protein_coding 9 1 NA GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000610897 protein_coding 4 5 10 GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000615252 protein_coding 4 5 9 GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000378609 protein_coding 9 1 11 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000610897 protein_coding 4 5 9 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000615252 protein_coding 4 5 8 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000378609 protein_coding 9 1 10 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000610897 protein_coding 4 5 8 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000615252 protein_coding 4 5 7 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000378609 protein_coding 9 1 9 GNB1 ENSG00000078369 +transcript chr1 1790565 1890836 ENST00000439272 protein_coding 6 5 NA GNB1 ENSG00000078369 +CDS chr1 1790565 1790596 ENST00000439272 protein_coding 6 5 8 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000610897 protein_coding 4 5 7 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000615252 protein_coding 4 5 6 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000378609 protein_coding 9 1 8 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000439272 protein_coding 6 5 7 GNB1 ENSG00000078369 +transcript chr1 1793245 1890401 ENST00000434686 protein_coding 6 3 NA GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000434686 protein_coding 6 3 9 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000610897 protein_coding 4 5 6 GNB1 ENSG00000078369 +CDS chr1 1804419 1804548 ENST00000615252 protein_coding 4 5 5 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000378609 protein_coding 9 1 7 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000439272 protein_coding 6 5 6 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000434686 protein_coding 6 3 8 GNB1 ENSG00000078369 +transcript chr1 1804526 1832285 ENST00000437146 protein_coding 1 3 NA GNB1 ENSG00000078369 +CDS chr1 1804526 1804581 ENST00000437146 protein_coding 1 3 6 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000610897 protein_coding 4 5 5 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000378609 protein_coding 9 1 6 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000439272 protein_coding 6 5 5 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000434686 protein_coding 6 3 7 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000437146 protein_coding 1 3 5 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000610897 protein_coding 4 5 4 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000378609 protein_coding 9 1 5 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000439272 protein_coding 6 5 4 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000434686 protein_coding 6 3 6 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000437146 protein_coding 1 3 4 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000610897 protein_coding 4 5 3 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000378609 protein_coding 9 1 4 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000434686 protein_coding 6 3 5 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000437146 protein_coding 1 3 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000610897 protein_coding 4 5 2 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000378609 protein_coding 9 1 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000439272 protein_coding 6 5 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000434686 protein_coding 6 3 4 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000437146 protein_coding 1 3 2 GNB1 ENSG00000078369 +transcript chr1 1915108 1917294 ENST00000378604 protein_coding 3 3 NA CALML6 ENSG00000169885 +transcript chr1 1915260 1917296 ENST00000307786 protein_coding 8 1 NA CALML6 ENSG00000169885 +CDS chr1 1915281 1915307 ENST00000378604 protein_coding 3 3 1 CALML6 ENSG00000169885 +CDS chr1 1915281 1915307 ENST00000307786 protein_coding 8 1 1 CALML6 ENSG00000169885 +CDS chr1 1915685 1915735 ENST00000307786 protein_coding 8 1 2 CALML6 ENSG00000169885 +CDS chr1 1916441 1916615 ENST00000378604 protein_coding 3 3 2 CALML6 ENSG00000169885 +CDS chr1 1916441 1916615 ENST00000307786 protein_coding 8 1 3 CALML6 ENSG00000169885 +CDS chr1 1916752 1916896 ENST00000378604 protein_coding 3 3 3 CALML6 ENSG00000169885 +CDS chr1 1916752 1916896 ENST00000307786 protein_coding 8 1 4 CALML6 ENSG00000169885 +CDS chr1 1916974 1917074 ENST00000378604 protein_coding 3 3 4 CALML6 ENSG00000169885 +CDS chr1 1916974 1917074 ENST00000307786 protein_coding 8 1 5 CALML6 ENSG00000169885 +CDS chr1 1917147 1917190 ENST00000378604 protein_coding 3 3 5 CALML6 ENSG00000169885 +CDS chr1 1917147 1917190 ENST00000307786 protein_coding 8 1 6 CALML6 ENSG00000169885 +transcript chr1 1917590 1918797 ENST00000378602 protein_coding 3 1 NA TMEM52 ENSG00000178821 +transcript chr1 1917591 1919279 ENST00000310991 protein_coding 8 1 NA TMEM52 ENSG00000178821 +transcript chr1 1917845 1919258 ENST00000378598 protein_coding 4 5 NA TMEM52 ENSG00000178821 +CDS chr1 1917885 1918162 ENST00000378602 protein_coding 3 1 2 TMEM52 ENSG00000178821 +CDS chr1 1917885 1918162 ENST00000310991 protein_coding 8 1 5 TMEM52 ENSG00000178821 +CDS chr1 1917956 1918071 ENST00000378598 protein_coding 4 5 3 TMEM52 ENSG00000178821 +CDS chr1 1918253 1918556 ENST00000378602 protein_coding 3 1 1 TMEM52 ENSG00000178821 +CDS chr1 1918253 1918431 ENST00000310991 protein_coding 8 1 4 TMEM52 ENSG00000178821 +transcript chr1 1918386 1919269 ENST00000416272 protein_coding 1 3 NA TMEM52 ENSG00000178821 +CDS chr1 1918386 1918431 ENST00000416272 protein_coding 1 3 3 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000310991 protein_coding 8 1 3 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000378598 protein_coding 4 5 2 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000416272 protein_coding 1 3 2 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919088 ENST00000310991 protein_coding 8 1 2 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919258 ENST00000378598 protein_coding 4 5 1 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919265 ENST00000416272 protein_coding 1 3 1 TMEM52 ENSG00000178821 +CDS chr1 1919182 1919265 ENST00000310991 protein_coding 8 1 1 TMEM52 ENSG00000178821 +transcript chr1 1921951 2003837 ENST00000493964 protein_coding 5 5 NA CFAP74 ENSG00000142609 +transcript chr1 1921957 2003786 ENST00000682832 protein_coding 2 NA NA CFAP74 ENSG00000142609 +CDS chr1 1922290 1922388 ENST00000493964 protein_coding 5 5 38 CFAP74 ENSG00000142609 +CDS chr1 1922290 1922388 ENST00000682832 protein_coding 2 NA 39 CFAP74 ENSG00000142609 +CDS chr1 1922589 1922723 ENST00000682832 protein_coding 2 NA 38 CFAP74 ENSG00000142609 +CDS chr1 1922985 1923115 ENST00000493964 protein_coding 5 5 37 CFAP74 ENSG00000142609 +CDS chr1 1922985 1923145 ENST00000682832 protein_coding 2 NA 37 CFAP74 ENSG00000142609 +CDS chr1 1923367 1923499 ENST00000493964 protein_coding 5 5 36 CFAP74 ENSG00000142609 +CDS chr1 1923367 1923499 ENST00000682832 protein_coding 2 NA 36 CFAP74 ENSG00000142609 +CDS chr1 1923775 1923929 ENST00000493964 protein_coding 5 5 35 CFAP74 ENSG00000142609 +CDS chr1 1923775 1923929 ENST00000682832 protein_coding 2 NA 35 CFAP74 ENSG00000142609 +CDS chr1 1924391 1924520 ENST00000493964 protein_coding 5 5 34 CFAP74 ENSG00000142609 +CDS chr1 1924391 1924520 ENST00000682832 protein_coding 2 NA 34 CFAP74 ENSG00000142609 +CDS chr1 1925783 1925938 ENST00000493964 protein_coding 5 5 33 CFAP74 ENSG00000142609 +CDS chr1 1925783 1925938 ENST00000682832 protein_coding 2 NA 33 CFAP74 ENSG00000142609 +CDS chr1 1926228 1926347 ENST00000493964 protein_coding 5 5 32 CFAP74 ENSG00000142609 +CDS chr1 1926228 1926347 ENST00000682832 protein_coding 2 NA 32 CFAP74 ENSG00000142609 +CDS chr1 1926457 1926512 ENST00000493964 protein_coding 5 5 31 CFAP74 ENSG00000142609 +CDS chr1 1926457 1926512 ENST00000682832 protein_coding 2 NA 31 CFAP74 ENSG00000142609 +CDS chr1 1926652 1926761 ENST00000493964 protein_coding 5 5 30 CFAP74 ENSG00000142609 +CDS chr1 1926652 1926761 ENST00000682832 protein_coding 2 NA 30 CFAP74 ENSG00000142609 +CDS chr1 1926894 1927028 ENST00000493964 protein_coding 5 5 29 CFAP74 ENSG00000142609 +CDS chr1 1926894 1927028 ENST00000682832 protein_coding 2 NA 29 CFAP74 ENSG00000142609 +CDS chr1 1927607 1927746 ENST00000493964 protein_coding 5 5 28 CFAP74 ENSG00000142609 +CDS chr1 1927607 1927746 ENST00000682832 protein_coding 2 NA 28 CFAP74 ENSG00000142609 +CDS chr1 1928784 1928882 ENST00000493964 protein_coding 5 5 27 CFAP74 ENSG00000142609 +CDS chr1 1928784 1928882 ENST00000682832 protein_coding 2 NA 27 CFAP74 ENSG00000142609 +CDS chr1 1930060 1930336 ENST00000493964 protein_coding 5 5 26 CFAP74 ENSG00000142609 +CDS chr1 1930060 1930336 ENST00000682832 protein_coding 2 NA 26 CFAP74 ENSG00000142609 +CDS chr1 1938855 1938988 ENST00000493964 protein_coding 5 5 25 CFAP74 ENSG00000142609 +CDS chr1 1938855 1938988 ENST00000682832 protein_coding 2 NA 25 CFAP74 ENSG00000142609 +CDS chr1 1939594 1939767 ENST00000493964 protein_coding 5 5 24 CFAP74 ENSG00000142609 +CDS chr1 1939594 1939767 ENST00000682832 protein_coding 2 NA 24 CFAP74 ENSG00000142609 +CDS chr1 1940316 1940403 ENST00000493964 protein_coding 5 5 23 CFAP74 ENSG00000142609 +CDS chr1 1940316 1940403 ENST00000682832 protein_coding 2 NA 23 CFAP74 ENSG00000142609 +CDS chr1 1942028 1942156 ENST00000493964 protein_coding 5 5 22 CFAP74 ENSG00000142609 +CDS chr1 1942028 1942156 ENST00000682832 protein_coding 2 NA 22 CFAP74 ENSG00000142609 +CDS chr1 1944331 1944452 ENST00000493964 protein_coding 5 5 21 CFAP74 ENSG00000142609 +CDS chr1 1944331 1944452 ENST00000682832 protein_coding 2 NA 21 CFAP74 ENSG00000142609 +CDS chr1 1946317 1946439 ENST00000493964 protein_coding 5 5 20 CFAP74 ENSG00000142609 +CDS chr1 1946317 1946439 ENST00000682832 protein_coding 2 NA 20 CFAP74 ENSG00000142609 +CDS chr1 1946990 1947054 ENST00000493964 protein_coding 5 5 19 CFAP74 ENSG00000142609 +CDS chr1 1946990 1947054 ENST00000682832 protein_coding 2 NA 19 CFAP74 ENSG00000142609 +CDS chr1 1955691 1955850 ENST00000493964 protein_coding 5 5 18 CFAP74 ENSG00000142609 +CDS chr1 1955691 1955850 ENST00000682832 protein_coding 2 NA 18 CFAP74 ENSG00000142609 +CDS chr1 1956620 1956784 ENST00000493964 protein_coding 5 5 17 CFAP74 ENSG00000142609 +CDS chr1 1956620 1956784 ENST00000682832 protein_coding 2 NA 17 CFAP74 ENSG00000142609 +CDS chr1 1959120 1959209 ENST00000493964 protein_coding 5 5 16 CFAP74 ENSG00000142609 +CDS chr1 1959120 1959209 ENST00000682832 protein_coding 2 NA 16 CFAP74 ENSG00000142609 +CDS chr1 1959964 1960030 ENST00000493964 protein_coding 5 5 15 CFAP74 ENSG00000142609 +CDS chr1 1959964 1960030 ENST00000682832 protein_coding 2 NA 15 CFAP74 ENSG00000142609 +CDS chr1 1963749 1963867 ENST00000493964 protein_coding 5 5 14 CFAP74 ENSG00000142609 +CDS chr1 1963749 1963867 ENST00000682832 protein_coding 2 NA 14 CFAP74 ENSG00000142609 +CDS chr1 1964888 1965061 ENST00000493964 protein_coding 5 5 13 CFAP74 ENSG00000142609 +CDS chr1 1964888 1965061 ENST00000682832 protein_coding 2 NA 13 CFAP74 ENSG00000142609 +CDS chr1 1966371 1966526 ENST00000493964 protein_coding 5 5 12 CFAP74 ENSG00000142609 +CDS chr1 1966371 1966526 ENST00000682832 protein_coding 2 NA 12 CFAP74 ENSG00000142609 +CDS chr1 1968635 1968833 ENST00000493964 protein_coding 5 5 11 CFAP74 ENSG00000142609 +CDS chr1 1968635 1968833 ENST00000682832 protein_coding 2 NA 11 CFAP74 ENSG00000142609 +CDS chr1 1970659 1970816 ENST00000493964 protein_coding 5 5 10 CFAP74 ENSG00000142609 +CDS chr1 1970659 1970816 ENST00000682832 protein_coding 2 NA 10 CFAP74 ENSG00000142609 +CDS chr1 1971980 1972082 ENST00000493964 protein_coding 5 5 9 CFAP74 ENSG00000142609 +CDS chr1 1971980 1972082 ENST00000682832 protein_coding 2 NA 9 CFAP74 ENSG00000142609 +CDS chr1 1972937 1973047 ENST00000493964 protein_coding 5 5 8 CFAP74 ENSG00000142609 +CDS chr1 1972937 1973047 ENST00000682832 protein_coding 2 NA 8 CFAP74 ENSG00000142609 +CDS chr1 1974025 1974198 ENST00000493964 protein_coding 5 5 7 CFAP74 ENSG00000142609 +CDS chr1 1974025 1974198 ENST00000682832 protein_coding 2 NA 7 CFAP74 ENSG00000142609 +CDS chr1 1985386 1985490 ENST00000493964 protein_coding 5 5 6 CFAP74 ENSG00000142609 +CDS chr1 1985386 1985490 ENST00000682832 protein_coding 2 NA 6 CFAP74 ENSG00000142609 +CDS chr1 1986937 1987035 ENST00000493964 protein_coding 5 5 5 CFAP74 ENSG00000142609 +CDS chr1 1986937 1987035 ENST00000682832 protein_coding 2 NA 5 CFAP74 ENSG00000142609 +transcript chr1 1987962 1990929 ENST00000378590 protein_coding 4 3 NA CFAP74 ENSG00000142609 +CDS chr1 1988127 1988133 ENST00000378590 protein_coding 4 3 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000493964 protein_coding 5 5 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000682832 protein_coding 2 NA 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000378590 protein_coding 4 3 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000493964 protein_coding 5 5 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000682832 protein_coding 2 NA 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000378590 protein_coding 4 3 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990956 ENST00000493964 protein_coding 5 5 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990956 ENST00000682832 protein_coding 2 NA 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990929 ENST00000378590 protein_coding 4 3 1 CFAP74 ENSG00000142609 +transcript chr1 2019329 2030079 ENST00000638411 protein_coding 1 5 NA GABRD ENSG00000187730 +transcript chr1 2019345 2030758 ENST00000378585 protein_coding 7 1 NA GABRD ENSG00000187730 +transcript chr1 2019360 2030407 ENST00000640067 protein_coding 1 5 NA GABRD ENSG00000187730 +transcript chr1 2019379 2030365 ENST00000638771 protein_coding 1 3 NA GABRD ENSG00000187730 +transcript chr1 2019404 2030656 ENST00000640949 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000638411 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000378585 protein_coding 7 1 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000640067 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000638771 protein_coding 1 3 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000640949 protein_coding 1 5 1 GABRD ENSG00000187730 +transcript chr1 2019484 2030717 ENST00000640030 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2019484 2019491 ENST00000640030 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000638411 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000378585 protein_coding 7 1 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640067 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000638771 protein_coding 1 3 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640949 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640030 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2025334 2025432 ENST00000638411 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000378585 protein_coding 7 1 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640067 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000638771 protein_coding 1 3 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640949 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640030 protein_coding 1 5 3 GABRD ENSG00000187730 +transcript chr1 2025346 2029714 ENST00000640981 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2025346 2025401 ENST00000640981 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000638411 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000378585 protein_coding 7 1 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640067 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000638771 protein_coding 1 3 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640949 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640030 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640981 protein_coding 1 5 2 GABRD ENSG00000187730 +transcript chr1 2025526 2029185 ENST00000638763 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2025526 2025738 ENST00000638763 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638411 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000378585 protein_coding 7 1 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640067 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638771 protein_coding 1 3 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640949 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640030 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640981 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638763 protein_coding 1 5 2 GABRD ENSG00000187730 +transcript chr1 2027629 2030008 ENST00000638804 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2027629 2027659 ENST00000638804 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2028071 2028292 ENST00000640067 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638411 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000378585 protein_coding 7 1 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638771 protein_coding 1 3 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640949 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640030 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640981 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2028155 2028287 ENST00000638763 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638804 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638411 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000378585 protein_coding 7 1 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000640067 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638771 protein_coding 1 3 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000640949 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029408 ENST00000640981 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2029111 2029185 ENST00000638763 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638804 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000638411 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000378585 protein_coding 7 1 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000640067 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029551 2030203 ENST00000638771 protein_coding 1 3 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000640030 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029551 2029714 ENST00000640981 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2029591 2029762 ENST00000638804 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2029620 2029762 ENST00000640949 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029983 2030079 ENST00000638411 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000378585 protein_coding 7 1 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640067 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640949 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640030 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029983 2029989 ENST00000638804 protein_coding 1 5 5 GABRD ENSG00000187730 +transcript chr1 2050411 2185395 ENST00000378567 protein_coding 8 1 NA PRKCZ ENSG00000067606 +transcript chr1 2050485 2146108 ENST00000468310 protein_coding 5 5 NA PRKCZ ENSG00000067606 +CDS chr1 2050631 2050701 ENST00000378567 protein_coding 8 1 1 PRKCZ ENSG00000067606 +CDS chr1 2050631 2050701 ENST00000468310 protein_coding 5 5 1 PRKCZ ENSG00000067606 +transcript chr1 2050808 2059591 ENST00000503297 protein_coding 1 5 NA PRKCZ ENSG00000067606 +CDS chr1 2055441 2055562 ENST00000378567 protein_coding 8 1 2 PRKCZ ENSG00000067606 +CDS chr1 2055441 2055562 ENST00000468310 protein_coding 5 5 2 PRKCZ ENSG00000067606 +CDS chr1 2055508 2055562 ENST00000503297 protein_coding 1 5 2 PRKCZ ENSG00000067606 +CDS chr1 2056484 2056573 ENST00000378567 protein_coding 8 1 3 PRKCZ ENSG00000067606 +CDS chr1 2056484 2056573 ENST00000503297 protein_coding 1 5 3 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000378567 protein_coding 8 1 4 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000468310 protein_coding 5 5 3 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000503297 protein_coding 1 5 4 PRKCZ ENSG00000067606 +transcript chr1 2073462 2185390 ENST00000400921 protein_coding 6 1 NA PRKCZ ENSG00000067606 +transcript chr1 2073719 2146086 ENST00000495347 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2073986 2185190 ENST00000461106 protein_coding 6 2 NA PRKCZ ENSG00000067606 +CDS chr1 2074254 2074275 ENST00000461106 protein_coding 6 2 1 PRKCZ ENSG00000067606 +transcript chr1 2074688 2150836 ENST00000461465 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2074855 2150945 ENST00000470596 protein_coding 5 2 NA PRKCZ ENSG00000067606 +transcript chr1 2075244 2150863 ENST00000496325 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2104716 2150870 ENST00000482686 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2104739 2156087 ENST00000486681 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2111654 2150978 ENST00000470986 protein_coding 5 2 NA PRKCZ ENSG00000067606 +transcript chr1 2116205 2150897 ENST00000470511 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2133638 2148924 ENST00000471018 protein_coding 6 3 NA PRKCZ ENSG00000067606 +transcript chr1 2134813 2146098 ENST00000466352 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2134990 2150979 ENST00000497183 protein_coding 5 3 NA PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000378567 protein_coding 8 1 5 PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000468310 protein_coding 5 5 4 PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000461106 protein_coding 6 2 2 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000378567 protein_coding 8 1 6 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000468310 protein_coding 5 5 5 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000461106 protein_coding 6 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000400921 protein_coding 6 1 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000495347 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000461465 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470596 protein_coding 5 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000496325 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000482686 protein_coding 5 3 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470986 protein_coding 5 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470511 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000471018 protein_coding 6 3 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000466352 protein_coding 5 3 3 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000378567 protein_coding 8 1 7 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000468310 protein_coding 5 5 6 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000400921 protein_coding 6 1 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146086 ENST00000495347 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000461106 protein_coding 6 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000461465 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470596 protein_coding 5 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000496325 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000482686 protein_coding 5 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470986 protein_coding 5 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470511 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000471018 protein_coding 6 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146098 ENST00000466352 protein_coding 5 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146036 2146108 ENST00000486681 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2146036 2146108 ENST00000497183 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000378567 protein_coding 8 1 8 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000400921 protein_coding 6 1 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000461106 protein_coding 6 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000461465 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470596 protein_coding 5 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000496325 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000482686 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000486681 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470986 protein_coding 5 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470511 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000471018 protein_coding 6 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000497183 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000378567 protein_coding 8 1 9 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000400921 protein_coding 6 1 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000461106 protein_coding 6 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150836 ENST00000461465 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150945 ENST00000470596 protein_coding 5 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150863 ENST00000496325 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150870 ENST00000482686 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000486681 protein_coding 5 3 7 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000470986 protein_coding 5 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150897 ENST00000470511 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150979 ENST00000497183 protein_coding 5 3 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000378567 protein_coding 8 1 10 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000400921 protein_coding 6 1 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000461106 protein_coding 6 2 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156087 ENST00000486681 protein_coding 5 3 8 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000378567 protein_coding 8 1 11 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000400921 protein_coding 6 1 8 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000461106 protein_coding 6 2 8 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000378567 protein_coding 8 1 12 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000400921 protein_coding 6 1 9 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000461106 protein_coding 6 2 9 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000378567 protein_coding 8 1 13 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000400921 protein_coding 6 1 10 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000461106 protein_coding 6 2 10 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000378567 protein_coding 8 1 14 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000400921 protein_coding 6 1 11 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000461106 protein_coding 6 2 11 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000378567 protein_coding 8 1 15 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000400921 protein_coding 6 1 12 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000461106 protein_coding 6 2 12 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000378567 protein_coding 8 1 16 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000400921 protein_coding 6 1 13 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000461106 protein_coding 6 2 13 PRKCZ ENSG00000067606 +transcript chr1 2184461 2194775 ENST00000400919 protein_coding 7 3 NA FAAP20 ENSG00000162585 +CDS chr1 2184583 2184698 ENST00000378567 protein_coding 8 1 17 PRKCZ ENSG00000067606 +CDS chr1 2184583 2184698 ENST00000400921 protein_coding 6 1 14 PRKCZ ENSG00000067606 +CDS chr1 2184583 2184698 ENST00000461106 protein_coding 6 2 14 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000378567 protein_coding 8 1 18 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000400921 protein_coding 6 1 15 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000461106 protein_coding 6 2 15 PRKCZ ENSG00000067606 +transcript chr1 2185175 2194751 ENST00000400918 protein_coding 7 2 NA FAAP20 ENSG00000162585 +CDS chr1 2185281 2185513 ENST00000400919 protein_coding 7 3 3 FAAP20 ENSG00000162585 +CDS chr1 2185474 2185513 ENST00000400918 protein_coding 7 2 4 FAAP20 ENSG00000162585 +transcript chr1 2189548 2194750 ENST00000378543 protein_coding 2 2 NA FAAP20 ENSG00000162585 +transcript chr1 2189548 2194772 ENST00000378546 protein_coding 9 1 NA FAAP20 ENSG00000162585 +CDS chr1 2189712 2189781 ENST00000378546 protein_coding 9 1 4 FAAP20 ENSG00000162585 +CDS chr1 2189780 2189781 ENST00000378543 protein_coding 2 2 3 FAAP20 ENSG00000162585 +transcript chr1 2191901 2194748 ENST00000420515 protein_coding 1 1 NA FAAP20 ENSG00000162585 +CDS chr1 2192861 2192975 ENST00000420515 protein_coding 1 1 4 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000400918 protein_coding 7 2 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000378543 protein_coding 2 2 2 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000378546 protein_coding 9 1 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000420515 protein_coding 1 1 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000400919 protein_coding 7 3 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000400918 protein_coding 7 2 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000378546 protein_coding 9 1 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000420515 protein_coding 1 1 2 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000400918 protein_coding 7 2 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000378543 protein_coding 2 2 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000378546 protein_coding 9 1 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194748 ENST00000420515 protein_coding 1 1 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000400919 protein_coding 7 3 1 FAAP20 ENSG00000162585 +transcript chr1 2228319 2310213 ENST00000378536 protein_coding 5 1 NA SKI ENSG00000157933 +CDS chr1 2228767 2229735 ENST00000378536 protein_coding 5 1 1 SKI ENSG00000157933 +CDS chr1 2302978 2303103 ENST00000378536 protein_coding 5 1 2 SKI ENSG00000157933 +CDS chr1 2303285 2303400 ENST00000378536 protein_coding 5 1 3 SKI ENSG00000157933 +CDS chr1 2303840 2304102 ENST00000378536 protein_coding 5 1 4 SKI ENSG00000157933 +CDS chr1 2304293 2304585 ENST00000378536 protein_coding 5 1 5 SKI ENSG00000157933 +CDS chr1 2306020 2306250 ENST00000378536 protein_coding 5 1 6 SKI ENSG00000157933 +CDS chr1 2306577 2306762 ENST00000378536 protein_coding 5 1 7 SKI ENSG00000157933 +transcript chr1 2321253 2391554 ENST00000378531 protein_coding 8 2 NA MORN1 ENSG00000116151 +CDS chr1 2321386 2321579 ENST00000378531 protein_coding 8 2 14 MORN1 ENSG00000116151 +CDS chr1 2324097 2324143 ENST00000378531 protein_coding 8 2 13 MORN1 ENSG00000116151 +CDS chr1 2336469 2336548 ENST00000378531 protein_coding 8 2 12 MORN1 ENSG00000116151 +CDS chr1 2336717 2336850 ENST00000378531 protein_coding 8 2 11 MORN1 ENSG00000116151 +transcript chr1 2355175 2391707 ENST00000378529 protein_coding 7 1 NA MORN1 ENSG00000116151 +CDS chr1 2355451 2355464 ENST00000378529 protein_coding 7 1 11 MORN1 ENSG00000116151 +CDS chr1 2357432 2357598 ENST00000378531 protein_coding 8 2 10 MORN1 ENSG00000116151 +CDS chr1 2357432 2357598 ENST00000378529 protein_coding 7 1 10 MORN1 ENSG00000116151 +CDS chr1 2358592 2358715 ENST00000378531 protein_coding 8 2 9 MORN1 ENSG00000116151 +CDS chr1 2358592 2358715 ENST00000378529 protein_coding 7 1 9 MORN1 ENSG00000116151 +CDS chr1 2372481 2372591 ENST00000378531 protein_coding 8 2 8 MORN1 ENSG00000116151 +CDS chr1 2372481 2372591 ENST00000378529 protein_coding 7 1 8 MORN1 ENSG00000116151 +CDS chr1 2374461 2374557 ENST00000378531 protein_coding 8 2 7 MORN1 ENSG00000116151 +CDS chr1 2374461 2374557 ENST00000378529 protein_coding 7 1 7 MORN1 ENSG00000116151 +transcript chr1 2374853 2388337 ENST00000449373 protein_coding 2 2 NA MORN1 ENSG00000116151 +CDS chr1 2379062 2379227 ENST00000449373 protein_coding 2 2 5 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000378531 protein_coding 8 2 6 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000378529 protein_coding 7 1 6 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000449373 protein_coding 2 2 4 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000378531 protein_coding 8 2 5 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000378529 protein_coding 7 1 5 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000449373 protein_coding 2 2 3 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000378531 protein_coding 8 2 4 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000378529 protein_coding 7 1 4 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000449373 protein_coding 2 2 2 MORN1 ENSG00000116151 +transcript chr1 2388004 2389996 ENST00000494279 protein_coding 2 2 NA MORN1 ENSG00000116151 +CDS chr1 2388231 2388337 ENST00000494279 protein_coding 2 2 2 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000378531 protein_coding 8 2 3 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000378529 protein_coding 7 1 3 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000449373 protein_coding 2 2 1 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000378531 protein_coding 8 2 2 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000378529 protein_coding 7 1 2 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000494279 protein_coding 2 2 1 MORN1 ENSG00000116151 +CDS chr1 2391458 2391533 ENST00000378531 protein_coding 8 2 1 MORN1 ENSG00000116151 +CDS chr1 2391458 2391533 ENST00000378529 protein_coding 7 1 1 MORN1 ENSG00000116151 +transcript chr1 2391775 2405442 ENST00000378513 protein_coding 7 3 NA RER1 ENSG00000157916 +transcript chr1 2391828 2402325 ENST00000378518 protein_coding 5 3 NA RER1 ENSG00000157916 +transcript chr1 2391841 2405436 ENST00000605895 protein_coding 6 1 NA RER1 ENSG00000157916 +transcript chr1 2391843 2403064 ENST00000306256 protein_coding 13 5 NA RER1 ENSG00000157916 +transcript chr1 2391890 2403751 ENST00000378512 protein_coding 5 1 NA RER1 ENSG00000157916 +transcript chr1 2393174 2402316 ENST00000443438 protein_coding 5 2 NA RER1 ENSG00000157916 +transcript chr1 2394005 2403216 ENST00000488353 protein_coding 2 1 NA RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378518 protein_coding 5 3 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000605895 protein_coding 6 1 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000306256 protein_coding 13 5 3 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378512 protein_coding 5 1 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000443438 protein_coding 5 2 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000488353 protein_coding 2 1 1 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378513 protein_coding 7 3 2 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378518 protein_coding 5 3 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000605895 protein_coding 6 1 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000306256 protein_coding 13 5 4 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378512 protein_coding 5 1 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000443438 protein_coding 5 2 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000488353 protein_coding 2 1 2 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378513 protein_coding 7 3 3 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000605895 protein_coding 6 1 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000306256 protein_coding 13 5 5 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000378512 protein_coding 5 1 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000443438 protein_coding 5 2 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000488353 protein_coding 2 1 3 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378518 protein_coding 5 3 4 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000605895 protein_coding 6 1 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000306256 protein_coding 13 5 6 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378512 protein_coding 5 1 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000443438 protein_coding 5 2 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000488353 protein_coding 2 1 4 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378513 protein_coding 7 3 4 RER1 ENSG00000157916 +CDS chr1 2402097 2402292 ENST00000378512 protein_coding 5 1 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402292 ENST00000378518 protein_coding 5 3 5 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000605895 protein_coding 6 1 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000306256 protein_coding 13 5 7 RER1 ENSG00000157916 +CDS chr1 2402207 2402316 ENST00000443438 protein_coding 5 2 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000488353 protein_coding 2 1 5 RER1 ENSG00000157916 +CDS chr1 2402207 2402292 ENST00000378513 protein_coding 7 3 5 RER1 ENSG00000157916 +CDS chr1 2403035 2403121 ENST00000605895 protein_coding 6 1 7 RER1 ENSG00000157916 +CDS chr1 2403035 2403064 ENST00000306256 protein_coding 13 5 8 RER1 ENSG00000157916 +CDS chr1 2403035 2403121 ENST00000488353 protein_coding 2 1 6 RER1 ENSG00000157916 +transcript chr1 2403964 2412564 ENST00000288774 protein_coding 8 1 NA PEX10 ENSG00000157911 +transcript chr1 2403974 2412564 ENST00000447513 protein_coding 7 1 NA PEX10 ENSG00000157911 +transcript chr1 2404838 2412540 ENST00000507596 protein_coding 5 5 NA PEX10 ENSG00000157911 +CDS chr1 2405769 2405834 ENST00000288774 protein_coding 8 1 6 PEX10 ENSG00000157911 +CDS chr1 2405769 2405834 ENST00000447513 protein_coding 7 1 6 PEX10 ENSG00000157911 +CDS chr1 2405769 2405828 ENST00000507596 protein_coding 5 5 6 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000288774 protein_coding 8 1 5 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000447513 protein_coding 7 1 5 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000507596 protein_coding 5 5 5 PEX10 ENSG00000157911 +CDS chr1 2406720 2406955 ENST00000288774 protein_coding 8 1 4 PEX10 ENSG00000157911 +CDS chr1 2406720 2406895 ENST00000447513 protein_coding 7 1 4 PEX10 ENSG00000157911 +CDS chr1 2406720 2406895 ENST00000507596 protein_coding 5 5 4 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000288774 protein_coding 8 1 3 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000447513 protein_coding 7 1 3 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000507596 protein_coding 5 5 3 PEX10 ENSG00000157911 +transcript chr1 2408530 2413797 ENST00000508384 protein_coding 5 3 NA PEX10 ENSG00000157911 +CDS chr1 2408530 2408619 ENST00000508384 protein_coding 5 3 3 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000288774 protein_coding 8 1 2 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000447513 protein_coding 7 1 2 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000507596 protein_coding 5 5 2 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000288774 protein_coding 8 1 1 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000447513 protein_coding 7 1 1 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000507596 protein_coding 5 5 1 PEX10 ENSG00000157911 +transcript chr1 2425980 2479804 ENST00000609981 protein_coding 5 5 NA PLCH2 ENSG00000149527 +CDS chr1 2430515 2430629 ENST00000609981 protein_coding 5 5 2 PLCH2 ENSG00000149527 +transcript chr1 2467459 2505526 ENST00000449969 protein_coding 5 5 NA PLCH2 ENSG00000149527 +CDS chr1 2467620 2467662 ENST00000449969 protein_coding 5 5 1 PLCH2 ENSG00000149527 +transcript chr1 2476289 2505532 ENST00000378486 protein_coding 8 1 NA PLCH2 ENSG00000149527 +transcript chr1 2476315 2505525 ENST00000419816 protein_coding 6 5 NA PLCH2 ENSG00000149527 +CDS chr1 2476589 2476712 ENST00000419816 protein_coding 6 5 1 PLCH2 ENSG00000149527 +CDS chr1 2476589 2476712 ENST00000378486 protein_coding 8 1 1 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000609981 protein_coding 5 5 3 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000449969 protein_coding 5 5 2 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000419816 protein_coding 6 5 2 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000378486 protein_coding 8 1 2 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479804 ENST00000609981 protein_coding 5 5 4 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479978 ENST00000449969 protein_coding 5 5 3 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479978 ENST00000419816 protein_coding 6 5 3 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479977 ENST00000378486 protein_coding 8 1 3 PLCH2 ENSG00000149527 +transcript chr1 2479888 2505276 ENST00000278878 protein_coding 6 5 NA PLCH2 ENSG00000149527 +CDS chr1 2479888 2479978 ENST00000278878 protein_coding 6 5 1 PLCH2 ENSG00000149527 +CDS chr1 2480183 2480312 ENST00000378486 protein_coding 8 1 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000449969 protein_coding 5 5 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000419816 protein_coding 6 5 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000278878 protein_coding 6 5 2 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000449969 protein_coding 5 5 5 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000419816 protein_coding 6 5 5 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000278878 protein_coding 6 5 3 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000378486 protein_coding 8 1 5 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000449969 protein_coding 5 5 6 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000419816 protein_coding 6 5 6 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000278878 protein_coding 6 5 4 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000378486 protein_coding 8 1 6 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000449969 protein_coding 5 5 7 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000419816 protein_coding 6 5 7 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000278878 protein_coding 6 5 5 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000378486 protein_coding 8 1 7 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000449969 protein_coding 5 5 8 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000419816 protein_coding 6 5 8 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000278878 protein_coding 6 5 6 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000378486 protein_coding 8 1 8 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000449969 protein_coding 5 5 9 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000419816 protein_coding 6 5 9 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000278878 protein_coding 6 5 7 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000378486 protein_coding 8 1 9 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000449969 protein_coding 5 5 10 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000419816 protein_coding 6 5 10 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000278878 protein_coding 6 5 8 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000378486 protein_coding 8 1 10 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000449969 protein_coding 5 5 11 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000419816 protein_coding 6 5 11 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000278878 protein_coding 6 5 9 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000378486 protein_coding 8 1 11 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000449969 protein_coding 5 5 12 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000419816 protein_coding 6 5 12 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000278878 protein_coding 6 5 10 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000378486 protein_coding 8 1 12 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000449969 protein_coding 5 5 13 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000419816 protein_coding 6 5 13 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000278878 protein_coding 6 5 11 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000378486 protein_coding 8 1 13 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000449969 protein_coding 5 5 14 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000419816 protein_coding 6 5 14 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000278878 protein_coding 6 5 12 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000378486 protein_coding 8 1 14 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000449969 protein_coding 5 5 15 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000419816 protein_coding 6 5 15 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000278878 protein_coding 6 5 13 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000378486 protein_coding 8 1 15 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000449969 protein_coding 5 5 16 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000419816 protein_coding 6 5 16 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000378486 protein_coding 8 1 16 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000449969 protein_coding 5 5 17 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000419816 protein_coding 6 5 17 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000278878 protein_coding 6 5 14 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000378486 protein_coding 8 1 17 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000449969 protein_coding 5 5 18 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000419816 protein_coding 6 5 18 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000278878 protein_coding 6 5 15 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000378486 protein_coding 8 1 18 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000449969 protein_coding 5 5 19 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000419816 protein_coding 6 5 19 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000278878 protein_coding 6 5 16 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000378486 protein_coding 8 1 19 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000449969 protein_coding 5 5 20 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000419816 protein_coding 6 5 20 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000278878 protein_coding 6 5 17 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000378486 protein_coding 8 1 20 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502910 ENST00000449969 protein_coding 5 5 21 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000419816 protein_coding 6 5 21 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000278878 protein_coding 6 5 18 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000378486 protein_coding 8 1 21 PLCH2 ENSG00000149527 +CDS chr1 2503617 2503624 ENST00000449969 protein_coding 5 5 22 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000419816 protein_coding 6 5 22 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000278878 protein_coding 6 5 19 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000378486 protein_coding 8 1 22 PLCH2 ENSG00000149527 +transcript chr1 2508537 2526596 ENST00000378466 protein_coding 9 1 NA PANK4 ENSG00000157881 +transcript chr1 2508537 2526596 ENST00000435556 protein_coding 8 2 NA PANK4 ENSG00000157881 +CDS chr1 2508850 2509060 ENST00000378466 protein_coding 9 1 19 PANK4 ENSG00000157881 +CDS chr1 2508850 2509060 ENST00000435556 protein_coding 8 2 19 PANK4 ENSG00000157881 +CDS chr1 2509862 2509930 ENST00000378466 protein_coding 9 1 18 PANK4 ENSG00000157881 +CDS chr1 2509862 2509930 ENST00000435556 protein_coding 8 2 18 PANK4 ENSG00000157881 +CDS chr1 2510057 2510157 ENST00000378466 protein_coding 9 1 17 PANK4 ENSG00000157881 +CDS chr1 2510057 2510157 ENST00000435556 protein_coding 8 2 17 PANK4 ENSG00000157881 +CDS chr1 2510678 2510782 ENST00000378466 protein_coding 9 1 16 PANK4 ENSG00000157881 +CDS chr1 2510678 2510782 ENST00000435556 protein_coding 8 2 16 PANK4 ENSG00000157881 +CDS chr1 2511338 2511387 ENST00000378466 protein_coding 9 1 15 PANK4 ENSG00000157881 +CDS chr1 2511338 2511387 ENST00000435556 protein_coding 8 2 15 PANK4 ENSG00000157881 +CDS chr1 2511628 2511683 ENST00000378466 protein_coding 9 1 14 PANK4 ENSG00000157881 +CDS chr1 2511628 2511683 ENST00000435556 protein_coding 8 2 14 PANK4 ENSG00000157881 +CDS chr1 2512888 2513039 ENST00000378466 protein_coding 9 1 13 PANK4 ENSG00000157881 +CDS chr1 2512888 2513039 ENST00000435556 protein_coding 8 2 13 PANK4 ENSG00000157881 +CDS chr1 2514002 2514089 ENST00000378466 protein_coding 9 1 12 PANK4 ENSG00000157881 +CDS chr1 2514002 2514089 ENST00000435556 protein_coding 8 2 12 PANK4 ENSG00000157881 +CDS chr1 2514354 2514466 ENST00000378466 protein_coding 9 1 11 PANK4 ENSG00000157881 +CDS chr1 2514354 2514466 ENST00000435556 protein_coding 8 2 11 PANK4 ENSG00000157881 +CDS chr1 2515562 2515717 ENST00000378466 protein_coding 9 1 10 PANK4 ENSG00000157881 +CDS chr1 2515562 2515717 ENST00000435556 protein_coding 8 2 10 PANK4 ENSG00000157881 +CDS chr1 2518164 2518264 ENST00000378466 protein_coding 9 1 9 PANK4 ENSG00000157881 +CDS chr1 2518164 2518264 ENST00000435556 protein_coding 8 2 9 PANK4 ENSG00000157881 +CDS chr1 2518516 2518597 ENST00000378466 protein_coding 9 1 8 PANK4 ENSG00000157881 +CDS chr1 2518516 2518597 ENST00000435556 protein_coding 8 2 8 PANK4 ENSG00000157881 +CDS chr1 2519143 2519324 ENST00000378466 protein_coding 9 1 7 PANK4 ENSG00000157881 +CDS chr1 2519143 2519324 ENST00000435556 protein_coding 8 2 7 PANK4 ENSG00000157881 +CDS chr1 2519801 2519954 ENST00000378466 protein_coding 9 1 6 PANK4 ENSG00000157881 +CDS chr1 2519801 2519954 ENST00000435556 protein_coding 8 2 6 PANK4 ENSG00000157881 +CDS chr1 2520322 2520414 ENST00000378466 protein_coding 9 1 5 PANK4 ENSG00000157881 +CDS chr1 2520322 2520414 ENST00000435556 protein_coding 8 2 5 PANK4 ENSG00000157881 +CDS chr1 2520723 2520906 ENST00000378466 protein_coding 9 1 4 PANK4 ENSG00000157881 +CDS chr1 2520723 2520833 ENST00000435556 protein_coding 8 2 4 PANK4 ENSG00000157881 +CDS chr1 2521101 2521315 ENST00000378466 protein_coding 9 1 3 PANK4 ENSG00000157881 +CDS chr1 2521145 2521315 ENST00000435556 protein_coding 8 2 3 PANK4 ENSG00000157881 +CDS chr1 2521718 2521800 ENST00000378466 protein_coding 9 1 2 PANK4 ENSG00000157881 +CDS chr1 2521718 2521800 ENST00000435556 protein_coding 8 2 2 PANK4 ENSG00000157881 +CDS chr1 2526464 2526587 ENST00000378466 protein_coding 9 1 1 PANK4 ENSG00000157881 +CDS chr1 2526464 2526587 ENST00000435556 protein_coding 8 2 1 PANK4 ENSG00000157881 +transcript chr1 2528745 2530263 ENST00000378453 protein_coding 4 1 NA HES5 ENSG00000197921 +CDS chr1 2529472 2529749 ENST00000378453 protein_coding 4 1 3 HES5 ENSG00000197921 +CDS chr1 2529846 2530011 ENST00000378453 protein_coding 4 1 2 HES5 ENSG00000197921 +CDS chr1 2530111 2530164 ENST00000378453 protein_coding 4 1 1 HES5 ENSG00000197921 +transcript chr1 2555639 2560714 ENST00000426449 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555791 2561815 ENST00000434817 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555802 2561815 ENST00000435221 protein_coding 6 2 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555980 2561815 ENST00000451778 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2556222 2561718 ENST00000409119 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2556371 2563829 ENST00000355716 protein_coding 5 1 NA TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000426449 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000434817 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000435221 protein_coding 6 2 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000451778 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000409119 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000355716 protein_coding 5 1 1 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000426449 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000434817 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000435221 protein_coding 6 2 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000451778 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000409119 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000355716 protein_coding 5 1 2 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000426449 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000434817 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000435221 protein_coding 6 2 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000451778 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000409119 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000355716 protein_coding 5 1 3 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000426449 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000434817 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000435221 protein_coding 6 2 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000451778 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000409119 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000355716 protein_coding 5 1 4 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000426449 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000434817 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000435221 protein_coding 6 2 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000451778 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000409119 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000355716 protein_coding 5 1 5 TNFRSF14 ENSG00000157873 +transcript chr1 2560682 2565382 ENST00000482602 protein_coding 5 5 NA TNFRSF14 ENSG00000157873 +CDS chr1 2560682 2560714 ENST00000482602 protein_coding 5 5 1 TNFRSF14 ENSG00000157873 +CDS chr1 2561494 2561521 ENST00000409119 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000434817 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000435221 protein_coding 6 2 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000451778 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000355716 protein_coding 5 1 6 TNFRSF14 ENSG00000157873 +CDS chr1 2561777 2561815 ENST00000482602 protein_coding 5 5 2 TNFRSF14 ENSG00000157873 +CDS chr1 2562865 2562896 ENST00000355716 protein_coding 5 1 7 TNFRSF14 ENSG00000157873 +CDS chr1 2562865 2562865 ENST00000482602 protein_coding 5 5 3 TNFRSF14 ENSG00000157873 +CDS chr1 2563148 2563270 ENST00000355716 protein_coding 5 1 8 TNFRSF14 ENSG00000157873 +transcript chr1 2586750 2591467 ENST00000444521 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586750 2591467 ENST00000378425 protein_coding 9 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586777 2591468 ENST00000419916 protein_coding 8 1 NA PRXL2B ENSG00000157870 +transcript chr1 2586780 2591467 ENST00000378424 protein_coding 9 5 NA PRXL2B ENSG00000157870 +transcript chr1 2586796 2589947 ENST00000537325 protein_coding 6 2 NA PRXL2B ENSG00000157870 +CDS chr1 2586796 2586948 ENST00000444521 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586796 2586948 ENST00000378425 protein_coding 9 2 1 PRXL2B ENSG00000157870 +transcript chr1 2586798 2591463 ENST00000378427 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586833 2588977 ENST00000465233 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586877 2588992 ENST00000498083 protein_coding 2 3 NA PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000419916 protein_coding 8 1 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000378424 protein_coding 9 5 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000537325 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000378427 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000465233 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000498083 protein_coding 2 3 1 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000419916 protein_coding 8 1 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378424 protein_coding 9 5 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000537325 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378427 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000465233 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000498083 protein_coding 2 3 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000444521 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378425 protein_coding 9 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000419916 protein_coding 8 1 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378424 protein_coding 9 5 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000537325 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378427 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000465233 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000498083 protein_coding 2 3 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000444521 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378425 protein_coding 9 2 3 PRXL2B ENSG00000157870 +CDS chr1 2588336 2588453 ENST00000378424 protein_coding 9 5 4 PRXL2B ENSG00000157870 +CDS chr1 2588336 2588453 ENST00000444521 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000419916 protein_coding 8 1 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000537325 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000378427 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000465233 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000498083 protein_coding 2 3 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000378425 protein_coding 9 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588530 2588625 ENST00000465233 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000419916 protein_coding 8 1 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000378424 protein_coding 9 5 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000378427 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000444521 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588922 2589040 ENST00000419916 protein_coding 8 1 6 PRXL2B ENSG00000157870 +CDS chr1 2588922 2588977 ENST00000465233 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588922 2588992 ENST00000498083 protein_coding 2 3 5 PRXL2B ENSG00000157870 +CDS chr1 2588922 2589040 ENST00000444521 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378424 protein_coding 9 5 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378427 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378425 protein_coding 9 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588957 2589040 ENST00000537325 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000419916 protein_coding 8 1 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589411 ENST00000378424 protein_coding 9 5 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000537325 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589411 ENST00000378427 protein_coding 6 2 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000444521 protein_coding 6 2 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000378425 protein_coding 9 2 6 PRXL2B ENSG00000157870 +transcript chr1 2590639 2592678 ENST00000471840 protein_coding 5 5 NA MMEL1 ENSG00000142606 +transcript chr1 2590639 2633016 ENST00000378412 protein_coding 8 2 NA MMEL1 ENSG00000142606 +transcript chr1 2590926 2629494 ENST00000502556 protein_coding 5 1 NA MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000471840 protein_coding 5 5 3 MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000378412 protein_coding 8 2 24 MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000502556 protein_coding 5 1 19 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000471840 protein_coding 5 5 2 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000378412 protein_coding 8 2 23 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000502556 protein_coding 5 1 18 MMEL1 ENSG00000142606 +CDS chr1 2591932 2592027 ENST00000378412 protein_coding 8 2 22 MMEL1 ENSG00000142606 +CDS chr1 2591932 2592027 ENST00000502556 protein_coding 5 1 17 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592678 ENST00000471840 protein_coding 5 5 1 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592720 ENST00000378412 protein_coding 8 2 21 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592720 ENST00000502556 protein_coding 5 1 16 MMEL1 ENSG00000142606 +CDS chr1 2592833 2592966 ENST00000378412 protein_coding 8 2 20 MMEL1 ENSG00000142606 +CDS chr1 2592833 2592966 ENST00000502556 protein_coding 5 1 15 MMEL1 ENSG00000142606 +CDS chr1 2593814 2593933 ENST00000378412 protein_coding 8 2 19 MMEL1 ENSG00000142606 +CDS chr1 2593814 2593933 ENST00000502556 protein_coding 5 1 14 MMEL1 ENSG00000142606 +CDS chr1 2594385 2594443 ENST00000378412 protein_coding 8 2 18 MMEL1 ENSG00000142606 +CDS chr1 2594385 2594443 ENST00000502556 protein_coding 5 1 13 MMEL1 ENSG00000142606 +CDS chr1 2594790 2594893 ENST00000378412 protein_coding 8 2 17 MMEL1 ENSG00000142606 +CDS chr1 2594790 2594893 ENST00000502556 protein_coding 5 1 12 MMEL1 ENSG00000142606 +CDS chr1 2595276 2595359 ENST00000378412 protein_coding 8 2 16 MMEL1 ENSG00000142606 +CDS chr1 2595276 2595359 ENST00000502556 protein_coding 5 1 11 MMEL1 ENSG00000142606 +CDS chr1 2596009 2596107 ENST00000378412 protein_coding 8 2 15 MMEL1 ENSG00000142606 +CDS chr1 2596009 2596107 ENST00000502556 protein_coding 5 1 10 MMEL1 ENSG00000142606 +CDS chr1 2596561 2596689 ENST00000378412 protein_coding 8 2 14 MMEL1 ENSG00000142606 +CDS chr1 2596561 2596689 ENST00000502556 protein_coding 5 1 9 MMEL1 ENSG00000142606 +CDS chr1 2598207 2598300 ENST00000378412 protein_coding 8 2 13 MMEL1 ENSG00000142606 +CDS chr1 2598207 2598300 ENST00000502556 protein_coding 5 1 8 MMEL1 ENSG00000142606 +CDS chr1 2598654 2598790 ENST00000378412 protein_coding 8 2 12 MMEL1 ENSG00000142606 +CDS chr1 2598654 2598790 ENST00000502556 protein_coding 5 1 7 MMEL1 ENSG00000142606 +CDS chr1 2603884 2603973 ENST00000378412 protein_coding 8 2 11 MMEL1 ENSG00000142606 +CDS chr1 2603884 2603973 ENST00000502556 protein_coding 5 1 6 MMEL1 ENSG00000142606 +CDS chr1 2604147 2604281 ENST00000378412 protein_coding 8 2 10 MMEL1 ENSG00000142606 +CDS chr1 2605558 2605623 ENST00000378412 protein_coding 8 2 9 MMEL1 ENSG00000142606 +CDS chr1 2606248 2606366 ENST00000378412 protein_coding 8 2 8 MMEL1 ENSG00000142606 +CDS chr1 2606974 2607069 ENST00000378412 protein_coding 8 2 7 MMEL1 ENSG00000142606 +CDS chr1 2609339 2609419 ENST00000378412 protein_coding 8 2 6 MMEL1 ENSG00000142606 +CDS chr1 2609394 2609419 ENST00000502556 protein_coding 5 1 5 MMEL1 ENSG00000142606 +CDS chr1 2609670 2609831 ENST00000378412 protein_coding 8 2 5 MMEL1 ENSG00000142606 +CDS chr1 2609670 2609831 ENST00000502556 protein_coding 5 1 4 MMEL1 ENSG00000142606 +CDS chr1 2611281 2611340 ENST00000378412 protein_coding 8 2 4 MMEL1 ENSG00000142606 +CDS chr1 2611281 2611340 ENST00000502556 protein_coding 5 1 3 MMEL1 ENSG00000142606 +CDS chr1 2612127 2612204 ENST00000378412 protein_coding 8 2 3 MMEL1 ENSG00000142606 +CDS chr1 2612127 2612204 ENST00000502556 protein_coding 5 1 2 MMEL1 ENSG00000142606 +CDS chr1 2629331 2629484 ENST00000378412 protein_coding 8 2 2 MMEL1 ENSG00000142606 +CDS chr1 2629331 2629484 ENST00000502556 protein_coding 5 1 1 MMEL1 ENSG00000142606 +transcript chr1 2635976 2801717 ENST00000401095 protein_coding 8 5 NA TTC34 ENSG00000215912 +transcript chr1 2641368 2789665 ENST00000637179 protein_coding 1 5 NA TTC34 ENSG00000215912 +CDS chr1 2641371 2641895 ENST00000401095 protein_coding 8 5 9 TTC34 ENSG00000215912 +CDS chr1 2641371 2641895 ENST00000637179 protein_coding 1 5 7 TTC34 ENSG00000215912 +CDS chr1 2644264 2644478 ENST00000401095 protein_coding 8 5 8 TTC34 ENSG00000215912 +CDS chr1 2644264 2644478 ENST00000637179 protein_coding 1 5 6 TTC34 ENSG00000215912 +CDS chr1 2645293 2645563 ENST00000401095 protein_coding 8 5 7 TTC34 ENSG00000215912 +CDS chr1 2645293 2645563 ENST00000637179 protein_coding 1 5 5 TTC34 ENSG00000215912 +CDS chr1 2783609 2783775 ENST00000401095 protein_coding 8 5 6 TTC34 ENSG00000215912 +CDS chr1 2783609 2783775 ENST00000637179 protein_coding 1 5 4 TTC34 ENSG00000215912 +CDS chr1 2785819 2786023 ENST00000401095 protein_coding 8 5 5 TTC34 ENSG00000215912 +CDS chr1 2785819 2786023 ENST00000637179 protein_coding 1 5 3 TTC34 ENSG00000215912 +CDS chr1 2787481 2787706 ENST00000401095 protein_coding 8 5 4 TTC34 ENSG00000215912 +CDS chr1 2787481 2787706 ENST00000637179 protein_coding 1 5 2 TTC34 ENSG00000215912 +CDS chr1 2789503 2790346 ENST00000401095 protein_coding 8 5 3 TTC34 ENSG00000215912 +CDS chr1 2789503 2789591 ENST00000637179 protein_coding 1 5 1 TTC34 ENSG00000215912 +CDS chr1 2800044 2800827 ENST00000401095 protein_coding 8 5 2 TTC34 ENSG00000215912 +transcript chr1 3021467 3022903 ENST00000378404 protein_coding 4 NA NA ACTRT2 ENSG00000169717 +CDS chr1 3021687 3022817 ENST00000378404 protein_coding 4 NA 1 ACTRT2 ENSG00000169717 +transcript chr1 3069168 3434342 ENST00000511072 protein_coding 5 5 NA PRDM16 ENSG00000142611 +transcript chr1 3069197 3435421 ENST00000378391 protein_coding 6 1 NA PRDM16 ENSG00000142611 +transcript chr1 3069203 3438621 ENST00000270722 protein_coding 10 1 NA PRDM16 ENSG00000142611 +transcript chr1 3069211 3434342 ENST00000514189 protein_coding 5 5 NA PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000511072 protein_coding 5 5 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000378391 protein_coding 6 1 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000514189 protein_coding 5 5 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000270722 protein_coding 10 1 1 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000511072 protein_coding 5 5 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000378391 protein_coding 6 1 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000514189 protein_coding 5 5 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000270722 protein_coding 10 1 2 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000511072 protein_coding 5 5 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000378391 protein_coding 6 1 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000514189 protein_coding 5 5 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000270722 protein_coding 10 1 3 PRDM16 ENSG00000142611 +transcript chr1 3244132 3386918 ENST00000463591 protein_coding 1 5 NA PRDM16 ENSG00000142611 +CDS chr1 3244132 3244137 ENST00000463591 protein_coding 1 5 1 PRDM16 ENSG00000142611 +CDS chr1 3385149 3385286 ENST00000511072 protein_coding 5 5 4 PRDM16 ENSG00000142611 +CDS chr1 3385149 3385286 ENST00000514189 protein_coding 5 5 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000378391 protein_coding 6 1 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000270722 protein_coding 10 1 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000463591 protein_coding 1 5 2 PRDM16 ENSG00000142611 +CDS chr1 3386676 3386693 ENST00000463591 protein_coding 1 5 3 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000511072 protein_coding 5 5 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000378391 protein_coding 6 1 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000514189 protein_coding 5 5 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000270722 protein_coding 10 1 5 PRDM16 ENSG00000142611 +transcript chr1 3396491 3434293 ENST00000509860 protein_coding 1 5 NA PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000509860 protein_coding 1 5 1 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000511072 protein_coding 5 5 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000378391 protein_coding 6 1 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000514189 protein_coding 5 5 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000270722 protein_coding 10 1 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000509860 protein_coding 1 5 2 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000511072 protein_coding 5 5 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000378391 protein_coding 6 1 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000514189 protein_coding 5 5 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000270722 protein_coding 10 1 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000509860 protein_coding 1 5 3 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000511072 protein_coding 5 5 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000378391 protein_coding 6 1 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000514189 protein_coding 5 5 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000270722 protein_coding 10 1 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000509860 protein_coding 1 5 4 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000511072 protein_coding 5 5 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000378391 protein_coding 6 1 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000514189 protein_coding 5 5 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000270722 protein_coding 10 1 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000509860 protein_coding 1 5 5 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000511072 protein_coding 5 5 10 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000378391 protein_coding 6 1 10 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000270722 protein_coding 10 1 10 PRDM16 ENSG00000142611 +CDS chr1 3414563 3414647 ENST00000514189 protein_coding 5 5 10 PRDM16 ENSG00000142611 +CDS chr1 3414563 3414647 ENST00000509860 protein_coding 1 5 6 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000511072 protein_coding 5 5 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000378391 protein_coding 6 1 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000514189 protein_coding 5 5 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000270722 protein_coding 10 1 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000509860 protein_coding 1 5 7 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000511072 protein_coding 5 5 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000378391 protein_coding 6 1 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000514189 protein_coding 5 5 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000270722 protein_coding 10 1 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000509860 protein_coding 1 5 8 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000511072 protein_coding 5 5 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000378391 protein_coding 6 1 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000514189 protein_coding 5 5 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000270722 protein_coding 10 1 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000509860 protein_coding 1 5 9 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000511072 protein_coding 5 5 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000378391 protein_coding 6 1 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000514189 protein_coding 5 5 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000270722 protein_coding 10 1 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000509860 protein_coding 1 5 10 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000511072 protein_coding 5 5 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000378391 protein_coding 6 1 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000514189 protein_coding 5 5 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000270722 protein_coding 10 1 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000509860 protein_coding 1 5 11 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000378391 protein_coding 6 1 16 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000270722 protein_coding 10 1 16 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000509860 protein_coding 1 5 12 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433686 ENST00000511072 protein_coding 5 5 16 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433686 ENST00000514189 protein_coding 5 5 16 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433808 ENST00000270722 protein_coding 10 1 17 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433808 ENST00000509860 protein_coding 1 5 13 PRDM16 ENSG00000142611 +CDS chr1 3433734 3433808 ENST00000378391 protein_coding 6 1 17 PRDM16 ENSG00000142611 +transcript chr1 3454665 3481113 ENST00000378378 protein_coding 9 2 NA ARHGEF16 ENSG00000130762 +CDS chr1 3463085 3463672 ENST00000378378 protein_coding 9 2 2 ARHGEF16 ENSG00000130762 +transcript chr1 3466005 3481113 ENST00000378373 protein_coding 5 1 NA ARHGEF16 ENSG00000130762 +CDS chr1 3466148 3466193 ENST00000378378 protein_coding 9 2 3 ARHGEF16 ENSG00000130762 +transcript chr1 3466971 3481113 ENST00000378371 protein_coding 6 1 NA ARHGEF16 ENSG00000130762 +CDS chr1 3467168 3467337 ENST00000378378 protein_coding 9 2 4 ARHGEF16 ENSG00000130762 +transcript chr1 3468544 3473521 ENST00000445297 protein_coding 5 3 NA ARHGEF16 ENSG00000130762 +CDS chr1 3468880 3468936 ENST00000378378 protein_coding 9 2 5 ARHGEF16 ENSG00000130762 +CDS chr1 3469433 3469593 ENST00000378378 protein_coding 9 2 6 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000378373 protein_coding 5 1 4 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000378371 protein_coding 6 1 3 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000445297 protein_coding 5 3 2 ARHGEF16 ENSG00000130762 +transcript chr1 3471624 3476019 ENST00000418137 protein_coding 1 4 NA ARHGEF16 ENSG00000130762 +CDS chr1 3471658 3471791 ENST00000418137 protein_coding 1 4 1 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378378 protein_coding 9 2 7 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378373 protein_coding 5 1 5 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378371 protein_coding 6 1 4 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000445297 protein_coding 5 3 3 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000418137 protein_coding 1 4 2 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378378 protein_coding 9 2 8 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378373 protein_coding 5 1 6 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378371 protein_coding 6 1 5 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473521 ENST00000445297 protein_coding 5 3 4 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000418137 protein_coding 1 4 3 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378378 protein_coding 9 2 9 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378373 protein_coding 5 1 7 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378371 protein_coding 6 1 6 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000418137 protein_coding 1 4 4 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378378 protein_coding 9 2 10 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378373 protein_coding 5 1 8 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378371 protein_coding 6 1 7 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476019 ENST00000418137 protein_coding 1 4 5 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378378 protein_coding 9 2 11 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378373 protein_coding 5 1 9 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378371 protein_coding 6 1 8 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378378 protein_coding 9 2 12 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378373 protein_coding 5 1 10 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378371 protein_coding 6 1 9 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378378 protein_coding 9 2 13 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378373 protein_coding 5 1 11 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378371 protein_coding 6 1 10 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378378 protein_coding 9 2 14 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378373 protein_coding 5 1 12 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378371 protein_coding 6 1 11 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378378 protein_coding 9 2 15 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378373 protein_coding 5 1 13 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378371 protein_coding 6 1 12 ARHGEF16 ENSG00000130762 +transcript chr1 3487951 3611508 ENST00000356575 protein_coding 9 1 NA MEGF6 ENSG00000162591 +transcript chr1 3489920 3531448 ENST00000294599 protein_coding 8 1 NA MEGF6 ENSG00000162591 +CDS chr1 3490531 3490589 ENST00000294599 protein_coding 8 1 30 MEGF6 ENSG00000162591 +CDS chr1 3490531 3490589 ENST00000356575 protein_coding 9 1 37 MEGF6 ENSG00000162591 +CDS chr1 3490912 3490959 ENST00000294599 protein_coding 8 1 29 MEGF6 ENSG00000162591 +CDS chr1 3490912 3490959 ENST00000356575 protein_coding 9 1 36 MEGF6 ENSG00000162591 +transcript chr1 3490925 3496717 ENST00000491842 protein_coding 1 5 NA MEGF6 ENSG00000162591 +CDS chr1 3490925 3490959 ENST00000491842 protein_coding 1 5 7 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000294599 protein_coding 8 1 28 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000356575 protein_coding 9 1 35 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000491842 protein_coding 1 5 6 MEGF6 ENSG00000162591 +CDS chr1 3493771 3493797 ENST00000294599 protein_coding 8 1 27 MEGF6 ENSG00000162591 +CDS chr1 3493771 3493899 ENST00000356575 protein_coding 9 1 34 MEGF6 ENSG00000162591 +CDS chr1 3493996 3494124 ENST00000356575 protein_coding 9 1 33 MEGF6 ENSG00000162591 +CDS chr1 3493996 3494124 ENST00000491842 protein_coding 1 5 5 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000294599 protein_coding 8 1 26 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000356575 protein_coding 9 1 32 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000491842 protein_coding 1 5 4 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000294599 protein_coding 8 1 25 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000356575 protein_coding 9 1 31 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000491842 protein_coding 1 5 3 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000294599 protein_coding 8 1 24 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000356575 protein_coding 9 1 30 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000491842 protein_coding 1 5 2 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496783 ENST00000294599 protein_coding 8 1 23 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496783 ENST00000356575 protein_coding 9 1 29 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496717 ENST00000491842 protein_coding 1 5 1 MEGF6 ENSG00000162591 +CDS chr1 3496988 3497119 ENST00000356575 protein_coding 9 1 28 MEGF6 ENSG00000162591 +CDS chr1 3497233 3497361 ENST00000294599 protein_coding 8 1 22 MEGF6 ENSG00000162591 +CDS chr1 3497233 3497361 ENST00000356575 protein_coding 9 1 27 MEGF6 ENSG00000162591 +CDS chr1 3498371 3498499 ENST00000294599 protein_coding 8 1 21 MEGF6 ENSG00000162591 +CDS chr1 3498371 3498499 ENST00000356575 protein_coding 9 1 26 MEGF6 ENSG00000162591 +CDS chr1 3498698 3498826 ENST00000356575 protein_coding 9 1 25 MEGF6 ENSG00000162591 +CDS chr1 3499138 3499266 ENST00000356575 protein_coding 9 1 24 MEGF6 ENSG00000162591 +CDS chr1 3499588 3499716 ENST00000294599 protein_coding 8 1 20 MEGF6 ENSG00000162591 +CDS chr1 3499588 3499716 ENST00000356575 protein_coding 9 1 23 MEGF6 ENSG00000162591 +CDS chr1 3499796 3499924 ENST00000294599 protein_coding 8 1 19 MEGF6 ENSG00000162591 +CDS chr1 3499796 3499924 ENST00000356575 protein_coding 9 1 22 MEGF6 ENSG00000162591 +CDS chr1 3500633 3500764 ENST00000294599 protein_coding 8 1 18 MEGF6 ENSG00000162591 +CDS chr1 3500633 3500764 ENST00000356575 protein_coding 9 1 21 MEGF6 ENSG00000162591 +CDS chr1 3500966 3501094 ENST00000294599 protein_coding 8 1 17 MEGF6 ENSG00000162591 +CDS chr1 3500966 3501094 ENST00000356575 protein_coding 9 1 20 MEGF6 ENSG00000162591 +CDS chr1 3501177 3501308 ENST00000294599 protein_coding 8 1 16 MEGF6 ENSG00000162591 +CDS chr1 3501177 3501308 ENST00000356575 protein_coding 9 1 19 MEGF6 ENSG00000162591 +CDS chr1 3501796 3501921 ENST00000294599 protein_coding 8 1 15 MEGF6 ENSG00000162591 +CDS chr1 3501796 3501921 ENST00000356575 protein_coding 9 1 18 MEGF6 ENSG00000162591 +CDS chr1 3505208 3505342 ENST00000294599 protein_coding 8 1 14 MEGF6 ENSG00000162591 +CDS chr1 3505208 3505342 ENST00000356575 protein_coding 9 1 17 MEGF6 ENSG00000162591 +CDS chr1 3505422 3505556 ENST00000294599 protein_coding 8 1 13 MEGF6 ENSG00000162591 +CDS chr1 3505422 3505556 ENST00000356575 protein_coding 9 1 16 MEGF6 ENSG00000162591 +CDS chr1 3506108 3506236 ENST00000294599 protein_coding 8 1 12 MEGF6 ENSG00000162591 +CDS chr1 3506108 3506236 ENST00000356575 protein_coding 9 1 15 MEGF6 ENSG00000162591 +CDS chr1 3507795 3507923 ENST00000294599 protein_coding 8 1 11 MEGF6 ENSG00000162591 +CDS chr1 3507795 3507923 ENST00000356575 protein_coding 9 1 14 MEGF6 ENSG00000162591 +CDS chr1 3508558 3508689 ENST00000294599 protein_coding 8 1 10 MEGF6 ENSG00000162591 +CDS chr1 3508558 3508689 ENST00000356575 protein_coding 9 1 13 MEGF6 ENSG00000162591 +CDS chr1 3509075 3509245 ENST00000294599 protein_coding 8 1 9 MEGF6 ENSG00000162591 +CDS chr1 3509075 3509245 ENST00000356575 protein_coding 9 1 12 MEGF6 ENSG00000162591 +CDS chr1 3509870 3509992 ENST00000294599 protein_coding 8 1 8 MEGF6 ENSG00000162591 +CDS chr1 3509870 3509992 ENST00000356575 protein_coding 9 1 11 MEGF6 ENSG00000162591 +CDS chr1 3510783 3510902 ENST00000294599 protein_coding 8 1 7 MEGF6 ENSG00000162591 +CDS chr1 3510783 3510902 ENST00000356575 protein_coding 9 1 10 MEGF6 ENSG00000162591 +CDS chr1 3511550 3511687 ENST00000294599 protein_coding 8 1 6 MEGF6 ENSG00000162591 +CDS chr1 3511550 3511687 ENST00000356575 protein_coding 9 1 9 MEGF6 ENSG00000162591 +CDS chr1 3512006 3512128 ENST00000294599 protein_coding 8 1 5 MEGF6 ENSG00000162591 +CDS chr1 3512006 3512128 ENST00000356575 protein_coding 9 1 8 MEGF6 ENSG00000162591 +CDS chr1 3514550 3514672 ENST00000294599 protein_coding 8 1 4 MEGF6 ENSG00000162591 +CDS chr1 3514550 3514672 ENST00000356575 protein_coding 9 1 7 MEGF6 ENSG00000162591 +CDS chr1 3515402 3515527 ENST00000294599 protein_coding 8 1 3 MEGF6 ENSG00000162591 +CDS chr1 3515402 3515527 ENST00000356575 protein_coding 9 1 6 MEGF6 ENSG00000162591 +CDS chr1 3524124 3524246 ENST00000294599 protein_coding 8 1 2 MEGF6 ENSG00000162591 +CDS chr1 3524124 3524246 ENST00000356575 protein_coding 9 1 5 MEGF6 ENSG00000162591 +CDS chr1 3531080 3531245 ENST00000294599 protein_coding 8 1 1 MEGF6 ENSG00000162591 +CDS chr1 3579825 3579929 ENST00000356575 protein_coding 9 1 4 MEGF6 ENSG00000162591 +CDS chr1 3595338 3595447 ENST00000356575 protein_coding 9 1 3 MEGF6 ENSG00000162591 +CDS chr1 3602466 3602600 ENST00000356575 protein_coding 9 1 2 MEGF6 ENSG00000162591 +CDS chr1 3611138 3611268 ENST00000356575 protein_coding 9 1 1 MEGF6 ENSG00000162591 +transcript chr1 3625015 3630127 ENST00000378344 protein_coding 7 2 NA TPRG1L ENSG00000158109 +transcript chr1 3625050 3630127 ENST00000344579 protein_coding 5 1 NA TPRG1L ENSG00000158109 +CDS chr1 3625073 3625273 ENST00000378344 protein_coding 7 2 1 TPRG1L ENSG00000158109 +CDS chr1 3625073 3625273 ENST00000344579 protein_coding 5 1 1 TPRG1L ENSG00000158109 +CDS chr1 3625424 3625515 ENST00000378344 protein_coding 7 2 2 TPRG1L ENSG00000158109 +CDS chr1 3625424 3625515 ENST00000344579 protein_coding 5 1 2 TPRG1L ENSG00000158109 +CDS chr1 3625713 3625889 ENST00000378344 protein_coding 7 2 3 TPRG1L ENSG00000158109 +CDS chr1 3627500 3627653 ENST00000378344 protein_coding 7 2 4 TPRG1L ENSG00000158109 +CDS chr1 3627500 3627653 ENST00000344579 protein_coding 5 1 3 TPRG1L ENSG00000158109 +CDS chr1 3628409 3628600 ENST00000378344 protein_coding 7 2 5 TPRG1L ENSG00000158109 +CDS chr1 3628409 3628600 ENST00000344579 protein_coding 5 1 4 TPRG1L ENSG00000158109 +transcript chr1 3630767 3650058 ENST00000378322 protein_coding 7 1 NA WRAP73 ENSG00000116213 +transcript chr1 3630770 3650103 ENST00000270708 protein_coding 12 1 NA WRAP73 ENSG00000116213 +CDS chr1 3630978 3631117 ENST00000270708 protein_coding 12 1 12 WRAP73 ENSG00000116213 +CDS chr1 3631401 3631657 ENST00000378322 protein_coding 7 1 11 WRAP73 ENSG00000116213 +CDS chr1 3631466 3631657 ENST00000270708 protein_coding 12 1 11 WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000378322 protein_coding 7 1 10 WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000270708 protein_coding 12 1 10 WRAP73 ENSG00000116213 +transcript chr1 3632213 3650026 ENST00000424367 protein_coding 5 5 NA WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000424367 protein_coding 5 5 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000378322 protein_coding 7 1 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000270708 protein_coding 12 1 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000424367 protein_coding 5 5 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000378322 protein_coding 7 1 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000270708 protein_coding 12 1 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000424367 protein_coding 5 5 7 WRAP73 ENSG00000116213 +transcript chr1 3635014 3652761 ENST00000465916 protein_coding 5 3 NA WRAP73 ENSG00000116213 +CDS chr1 3635014 3635074 ENST00000465916 protein_coding 5 3 8 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000378322 protein_coding 7 1 7 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000270708 protein_coding 12 1 7 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000465916 protein_coding 5 3 7 WRAP73 ENSG00000116213 +transcript chr1 3635272 3650063 ENST00000419924 protein_coding 2 5 NA WRAP73 ENSG00000116213 +CDS chr1 3635272 3635294 ENST00000419924 protein_coding 2 5 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000378322 protein_coding 7 1 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000270708 protein_coding 12 1 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000424367 protein_coding 5 5 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000465916 protein_coding 5 3 6 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000378322 protein_coding 7 1 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000270708 protein_coding 12 1 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000424367 protein_coding 5 5 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000465916 protein_coding 5 3 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000419924 protein_coding 2 5 5 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000378322 protein_coding 7 1 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000270708 protein_coding 12 1 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000424367 protein_coding 5 5 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000465916 protein_coding 5 3 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000419924 protein_coding 2 5 4 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000378322 protein_coding 7 1 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000270708 protein_coding 12 1 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000424367 protein_coding 5 5 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000465916 protein_coding 5 3 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000419924 protein_coding 2 5 3 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000378322 protein_coding 7 1 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000270708 protein_coding 12 1 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000424367 protein_coding 5 5 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647431 ENST00000465916 protein_coding 5 3 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000419924 protein_coding 2 5 2 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000378322 protein_coding 7 1 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000270708 protein_coding 12 1 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000424367 protein_coding 5 5 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000419924 protein_coding 2 5 1 WRAP73 ENSG00000116213 +transcript chr1 3652516 3736201 ENST00000378295 protein_coding 9 1 NA TP73 ENSG00000078900 +transcript chr1 3652520 3736201 ENST00000604074 protein_coding 5 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3733292 ENST00000354437 protein_coding 8 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3736200 ENST00000357733 protein_coding 7 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3736200 ENST00000346387 protein_coding 8 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000378295 protein_coding 9 1 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000604074 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000354437 protein_coding 8 5 2 TP73 ENSG00000078900 +transcript chr1 3682366 3733079 ENST00000603362 protein_coding 5 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000603362 protein_coding 5 5 1 TP73 ENSG00000078900 +transcript chr1 3682366 3733079 ENST00000604479 protein_coding 5 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000604479 protein_coding 5 5 1 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000357733 protein_coding 7 5 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000346387 protein_coding 8 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000378295 protein_coding 9 1 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000604074 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000354437 protein_coding 8 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000603362 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000604479 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000357733 protein_coding 7 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000346387 protein_coding 8 5 3 TP73 ENSG00000078900 +transcript chr1 3690672 3733292 ENST00000378285 protein_coding 5 1 NA TP73 ENSG00000078900 +transcript chr1 3690672 3733292 ENST00000378280 protein_coding 5 1 NA TP73 ENSG00000078900 +transcript chr1 3690672 3736201 ENST00000378288 protein_coding 8 1 NA TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378285 protein_coding 5 1 1 TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378280 protein_coding 5 1 1 TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378288 protein_coding 8 1 1 TP73 ENSG00000078900 +transcript chr1 3698058 3733091 ENST00000378290 protein_coding 4 2 NA TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378295 protein_coding 9 1 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000604074 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000354437 protein_coding 8 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000603362 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000604479 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378285 protein_coding 5 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378280 protein_coding 5 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378288 protein_coding 8 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000357733 protein_coding 7 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000346387 protein_coding 8 5 4 TP73 ENSG00000078900 +CDS chr1 3707576 3707791 ENST00000378290 protein_coding 4 2 2 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378295 protein_coding 9 1 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000604074 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000354437 protein_coding 8 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000603362 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000604479 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378285 protein_coding 5 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378280 protein_coding 5 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378288 protein_coding 8 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378290 protein_coding 4 2 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000357733 protein_coding 7 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000346387 protein_coding 8 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378295 protein_coding 9 1 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000604074 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000354437 protein_coding 8 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000603362 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000604479 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378285 protein_coding 5 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378280 protein_coding 5 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378288 protein_coding 8 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378290 protein_coding 4 2 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000357733 protein_coding 7 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000346387 protein_coding 8 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378295 protein_coding 9 1 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000604074 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000354437 protein_coding 8 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000603362 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000604479 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378285 protein_coding 5 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378280 protein_coding 5 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378288 protein_coding 8 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378290 protein_coding 4 2 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000357733 protein_coding 7 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000346387 protein_coding 8 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378295 protein_coding 9 1 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000604074 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000354437 protein_coding 8 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000603362 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000604479 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378285 protein_coding 5 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378280 protein_coding 5 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378288 protein_coding 8 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378290 protein_coding 4 2 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000357733 protein_coding 7 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000346387 protein_coding 8 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378295 protein_coding 9 1 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000604074 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000354437 protein_coding 8 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000603362 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000604479 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378285 protein_coding 5 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378280 protein_coding 5 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378288 protein_coding 8 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378290 protein_coding 4 2 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000357733 protein_coding 7 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000346387 protein_coding 8 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378295 protein_coding 9 1 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000604074 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000354437 protein_coding 8 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000603362 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000604479 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378285 protein_coding 5 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378280 protein_coding 5 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378288 protein_coding 8 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378290 protein_coding 4 2 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000357733 protein_coding 7 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000346387 protein_coding 8 5 10 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378295 protein_coding 9 1 11 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000354437 protein_coding 8 5 11 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378285 protein_coding 5 1 9 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378288 protein_coding 8 1 9 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378290 protein_coding 4 2 9 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378295 protein_coding 9 1 12 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000354437 protein_coding 8 5 12 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000603362 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378285 protein_coding 5 1 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378280 protein_coding 5 1 9 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378288 protein_coding 8 1 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378290 protein_coding 4 2 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000357733 protein_coding 7 5 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378295 protein_coding 9 1 13 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000604479 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3731463 3731552 ENST00000378280 protein_coding 5 1 10 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378288 protein_coding 8 1 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378290 protein_coding 4 2 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000346387 protein_coding 8 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378295 protein_coding 9 1 14 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000604074 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000354437 protein_coding 8 5 13 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000603362 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000604479 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000378285 protein_coding 5 1 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378288 protein_coding 8 1 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378290 protein_coding 4 2 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000357733 protein_coding 7 5 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000346387 protein_coding 8 5 12 TP73 ENSG00000078900 +transcript chr1 3752450 3771645 ENST00000294600 protein_coding 7 1 NA CCDC27 ENSG00000162592 +CDS chr1 3752482 3752799 ENST00000294600 protein_coding 7 1 1 CCDC27 ENSG00000162592 +CDS chr1 3754118 3754241 ENST00000294600 protein_coding 7 1 2 CCDC27 ENSG00000162592 +CDS chr1 3755457 3755567 ENST00000294600 protein_coding 7 1 3 CCDC27 ENSG00000162592 +CDS chr1 3756733 3756890 ENST00000294600 protein_coding 7 1 4 CCDC27 ENSG00000162592 +CDS chr1 3761281 3761430 ENST00000294600 protein_coding 7 1 5 CCDC27 ENSG00000162592 +CDS chr1 3762620 3762712 ENST00000294600 protein_coding 7 1 6 CCDC27 ENSG00000162592 +CDS chr1 3763108 3763474 ENST00000294600 protein_coding 7 1 7 CCDC27 ENSG00000162592 +CDS chr1 3763706 3763836 ENST00000294600 protein_coding 7 1 8 CCDC27 ENSG00000162592 +CDS chr1 3766535 3766612 ENST00000294600 protein_coding 7 1 9 CCDC27 ENSG00000162592 +CDS chr1 3767233 3767445 ENST00000294600 protein_coding 7 1 10 CCDC27 ENSG00000162592 +CDS chr1 3769783 3769887 ENST00000294600 protein_coding 7 1 11 CCDC27 ENSG00000162592 +CDS chr1 3771401 3771520 ENST00000294600 protein_coding 7 1 12 CCDC27 ENSG00000162592 +transcript chr1 3772749 3775956 ENST00000642557 protein_coding 4 NA NA SMIM1 ENSG00000235169 +transcript chr1 3772771 3775670 ENST00000561886 protein_coding 2 2 NA SMIM1 ENSG00000235169 +transcript chr1 3772787 3775982 ENST00000444870 protein_coding 7 1 NA SMIM1 ENSG00000235169 +transcript chr1 3772825 3775388 ENST00000452264 protein_coding 1 2 NA SMIM1 ENSG00000235169 +CDS chr1 3775374 3775483 ENST00000642557 protein_coding 4 NA 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775484 ENST00000561886 protein_coding 2 2 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775483 ENST00000444870 protein_coding 7 1 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775388 ENST00000452264 protein_coding 1 2 2 SMIM1 ENSG00000235169 +CDS chr1 3775795 3775918 ENST00000642557 protein_coding 4 NA 4 SMIM1 ENSG00000235169 +CDS chr1 3775795 3775918 ENST00000444870 protein_coding 7 1 4 SMIM1 ENSG00000235169 +transcript chr1 3778559 3796498 ENST00000378251 protein_coding 3 1 NA LRRC47 ENSG00000130764 +CDS chr1 3781091 3781336 ENST00000378251 protein_coding 3 1 7 LRRC47 ENSG00000130764 +CDS chr1 3781512 3781601 ENST00000378251 protein_coding 3 1 6 LRRC47 ENSG00000130764 +CDS chr1 3782661 3782763 ENST00000378251 protein_coding 3 1 5 LRRC47 ENSG00000130764 +CDS chr1 3783996 3784111 ENST00000378251 protein_coding 3 1 4 LRRC47 ENSG00000130764 +CDS chr1 3785087 3785203 ENST00000378251 protein_coding 3 1 3 LRRC47 ENSG00000130764 +CDS chr1 3786849 3787310 ENST00000378251 protein_coding 3 1 2 LRRC47 ENSG00000130764 +CDS chr1 3795862 3796476 ENST00000378251 protein_coding 3 1 1 LRRC47 ENSG00000130764 +transcript chr1 3812086 3857211 ENST00000676052 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000378230 protein_coding 8 5 NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000674623 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000675677 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000675666 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857396 ENST00000674558 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3813031 3857194 ENST00000674544 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3813031 3857225 ENST00000675375 protein_coding 1 NA NA CEP104 ENSG00000116198 +CDS chr1 3815220 3815517 ENST00000675666 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000676052 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000378230 protein_coding 8 5 22 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674623 protein_coding 1 NA 23 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000675677 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674558 protein_coding 1 NA 23 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674544 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000675375 protein_coding 1 NA 22 CEP104 ENSG00000116198 +transcript chr1 3816149 3857233 ENST00000428079 protein_coding 6 5 NA CEP104 ENSG00000116198 +CDS chr1 3816263 3816370 ENST00000428079 protein_coding 6 5 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000676052 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000378230 protein_coding 8 5 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674623 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675677 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675666 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674558 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674544 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675375 protein_coding 1 NA 21 CEP104 ENSG00000116198 +transcript chr1 3822776 3857233 ENST00000461667 protein_coding 2 5 NA CEP104 ENSG00000116198 +CDS chr1 3823147 3823241 ENST00000461667 protein_coding 2 5 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000676052 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000378230 protein_coding 8 5 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674623 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000675677 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674558 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674544 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000675375 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000428079 protein_coding 6 5 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000676052 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000378230 protein_coding 8 5 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674623 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675677 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675666 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674558 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674544 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675375 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000428079 protein_coding 6 5 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000461667 protein_coding 2 5 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000676052 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000378230 protein_coding 8 5 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674623 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675677 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675666 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674558 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674544 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675375 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000428079 protein_coding 6 5 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000461667 protein_coding 2 5 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000676052 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000378230 protein_coding 8 5 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674623 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675677 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675666 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674558 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674544 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675375 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000428079 protein_coding 6 5 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000461667 protein_coding 2 5 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000676052 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000378230 protein_coding 8 5 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674623 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675677 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675666 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674558 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674544 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675375 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000428079 protein_coding 6 5 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000461667 protein_coding 2 5 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000676052 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000378230 protein_coding 8 5 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674623 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675677 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675666 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674558 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674544 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675375 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000428079 protein_coding 6 5 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000461667 protein_coding 2 5 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000676052 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000378230 protein_coding 8 5 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674623 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675677 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675666 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674558 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674544 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675375 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000428079 protein_coding 6 5 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000461667 protein_coding 2 5 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000676052 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000378230 protein_coding 8 5 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674623 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675677 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675666 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674558 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674544 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675375 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000428079 protein_coding 6 5 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000461667 protein_coding 2 5 13 CEP104 ENSG00000116198 +transcript chr1 3833671 3857198 ENST00000494653 protein_coding 5 1 NA CEP104 ENSG00000116198 +CDS chr1 3833859 3834035 ENST00000494653 protein_coding 5 1 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000676052 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000378230 protein_coding 8 5 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674623 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675677 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675666 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674558 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674544 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675375 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000428079 protein_coding 6 5 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000461667 protein_coding 2 5 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000676052 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000378230 protein_coding 8 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674623 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675677 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675666 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674558 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674544 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675375 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000428079 protein_coding 6 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000461667 protein_coding 2 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000494653 protein_coding 5 1 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000676052 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000378230 protein_coding 8 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674623 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000675666 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674558 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674544 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000675375 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000428079 protein_coding 6 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000461667 protein_coding 2 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000494653 protein_coding 5 1 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000676052 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000378230 protein_coding 8 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674623 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000675677 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000675666 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674558 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674544 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3837292 3837345 ENST00000675375 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000428079 protein_coding 6 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000461667 protein_coding 2 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000494653 protein_coding 5 1 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000676052 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000378230 protein_coding 8 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674623 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675677 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675666 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674558 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674544 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675375 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000428079 protein_coding 6 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000461667 protein_coding 2 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000494653 protein_coding 5 1 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000676052 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000378230 protein_coding 8 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674623 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675677 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675666 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674558 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674544 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675375 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000428079 protein_coding 6 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000461667 protein_coding 2 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000494653 protein_coding 5 1 7 CEP104 ENSG00000116198 +transcript chr1 3843109 3857214 ENST00000378223 protein_coding 3 1 NA CEP104 ENSG00000116198 +CDS chr1 3843158 3843323 ENST00000378223 protein_coding 3 1 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000676052 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000378230 protein_coding 8 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674623 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675677 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675666 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674558 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674544 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675375 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000428079 protein_coding 6 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000461667 protein_coding 2 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000494653 protein_coding 5 1 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000378223 protein_coding 3 1 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000676052 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000378230 protein_coding 8 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674623 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675677 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675666 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674558 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674544 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675375 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000428079 protein_coding 6 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000461667 protein_coding 2 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000494653 protein_coding 5 1 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000378223 protein_coding 3 1 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847631 ENST00000676052 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000378230 protein_coding 8 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674623 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675677 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675666 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674558 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674544 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675375 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000428079 protein_coding 6 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000461667 protein_coding 2 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000494653 protein_coding 5 1 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000378223 protein_coding 3 1 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000676052 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000378230 protein_coding 8 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000674623 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675677 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675666 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000674558 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675375 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000428079 protein_coding 6 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000461667 protein_coding 2 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000494653 protein_coding 5 1 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000378223 protein_coding 3 1 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000676052 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000378230 protein_coding 8 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674623 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675677 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675666 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674558 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674544 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675375 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000428079 protein_coding 6 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000461667 protein_coding 2 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000494653 protein_coding 5 1 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000378223 protein_coding 3 1 2 CEP104 ENSG00000116198 +transcript chr1 3857267 3860490 ENST00000625756 protein_coding 2 5 NA DFFB ENSG00000169598 +transcript chr1 3857267 3885420 ENST00000338895 protein_coding 7 2 NA DFFB ENSG00000169598 +transcript chr1 3857476 3885429 ENST00000378209 protein_coding 8 1 NA DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000625756 protein_coding 2 5 1 DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000338895 protein_coding 7 2 1 DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000378209 protein_coding 8 1 1 DFFB ENSG00000169598 +CDS chr1 3858718 3858844 ENST00000625756 protein_coding 2 5 2 DFFB ENSG00000169598 +CDS chr1 3858718 3858866 ENST00000338895 protein_coding 7 2 2 DFFB ENSG00000169598 +CDS chr1 3858718 3858844 ENST00000378209 protein_coding 8 1 2 DFFB ENSG00000169598 +CDS chr1 3860420 3860487 ENST00000625756 protein_coding 2 5 3 DFFB ENSG00000169598 +CDS chr1 3865762 3866000 ENST00000338895 protein_coding 7 2 3 DFFB ENSG00000169598 +CDS chr1 3865812 3866000 ENST00000378209 protein_coding 8 1 3 DFFB ENSG00000169598 +CDS chr1 3867974 3868053 ENST00000338895 protein_coding 7 2 4 DFFB ENSG00000169598 +CDS chr1 3867974 3868053 ENST00000378209 protein_coding 8 1 4 DFFB ENSG00000169598 +CDS chr1 3869605 3869775 ENST00000338895 protein_coding 7 2 5 DFFB ENSG00000169598 +CDS chr1 3869605 3869775 ENST00000378209 protein_coding 8 1 5 DFFB ENSG00000169598 +CDS chr1 3872472 3872572 ENST00000338895 protein_coding 7 2 6 DFFB ENSG00000169598 +CDS chr1 3872472 3872572 ENST00000378209 protein_coding 8 1 6 DFFB ENSG00000169598 +CDS chr1 3883507 3883738 ENST00000338895 protein_coding 7 2 7 DFFB ENSG00000169598 +CDS chr1 3883507 3883738 ENST00000378209 protein_coding 8 1 7 DFFB ENSG00000169598 +transcript chr1 3889133 3900272 ENST00000361605 protein_coding 4 1 NA C1orf174 ENSG00000198912 +transcript chr1 3889153 3900221 ENST00000680169 protein_coding 1 NA NA C1orf174 ENSG00000198912 +transcript chr1 3889747 3900258 ENST00000680535 protein_coding 1 NA NA C1orf174 ENSG00000198912 +CDS chr1 3889963 3890073 ENST00000361605 protein_coding 4 1 4 C1orf174 ENSG00000198912 +CDS chr1 3889963 3890073 ENST00000680169 protein_coding 1 NA 4 C1orf174 ENSG00000198912 +CDS chr1 3890464 3891057 ENST00000680535 protein_coding 1 NA 3 C1orf174 ENSG00000198912 +CDS chr1 3890569 3891057 ENST00000361605 protein_coding 4 1 3 C1orf174 ENSG00000198912 +CDS chr1 3890569 3890652 ENST00000680169 protein_coding 1 NA 3 C1orf174 ENSG00000198912 +CDS chr1 3892883 3892996 ENST00000361605 protein_coding 4 1 2 C1orf174 ENSG00000198912 +CDS chr1 3892883 3892996 ENST00000680535 protein_coding 1 NA 2 C1orf174 ENSG00000198912 +CDS chr1 3900172 3900186 ENST00000361605 protein_coding 4 1 1 C1orf174 ENSG00000198912 +CDS chr1 3900172 3900186 ENST00000680535 protein_coding 1 NA 1 C1orf174 ENSG00000198912 +transcript chr1 4654609 4792534 ENST00000378191 protein_coding 5 1 NA AJAP1 ENSG00000196581 +transcript chr1 4654732 4777794 ENST00000378190 protein_coding 7 5 NA AJAP1 ENSG00000196581 +CDS chr1 4655426 4655454 ENST00000378190 protein_coding 7 5 1 AJAP1 ENSG00000196581 +CDS chr1 4655426 4655454 ENST00000378191 protein_coding 5 1 1 AJAP1 ENSG00000196581 +CDS chr1 4711900 4712699 ENST00000378190 protein_coding 7 5 2 AJAP1 ENSG00000196581 +CDS chr1 4711900 4712699 ENST00000378191 protein_coding 5 1 2 AJAP1 ENSG00000196581 +CDS chr1 4769853 4769940 ENST00000378190 protein_coding 7 5 3 AJAP1 ENSG00000196581 +CDS chr1 4769853 4769940 ENST00000378191 protein_coding 5 1 3 AJAP1 ENSG00000196581 +CDS chr1 4772280 4772525 ENST00000378190 protein_coding 7 5 4 AJAP1 ENSG00000196581 +CDS chr1 4772280 4772525 ENST00000378191 protein_coding 5 1 4 AJAP1 ENSG00000196581 +CDS chr1 4774427 4774496 ENST00000378190 protein_coding 7 5 5 AJAP1 ENSG00000196581 +CDS chr1 4774427 4774496 ENST00000378191 protein_coding 5 1 5 AJAP1 ENSG00000196581 +transcript chr1 5862811 5992425 ENST00000378156 protein_coding 9 1 NA NPHP4 ENSG00000131697 +CDS chr1 5863268 5863405 ENST00000378156 protein_coding 9 1 30 NPHP4 ENSG00000131697 +CDS chr1 5863890 5864033 ENST00000378156 protein_coding 9 1 29 NPHP4 ENSG00000131697 +CDS chr1 5864338 5864517 ENST00000378156 protein_coding 9 1 28 NPHP4 ENSG00000131697 +CDS chr1 5865102 5865273 ENST00000378156 protein_coding 9 1 27 NPHP4 ENSG00000131697 +CDS chr1 5866373 5866458 ENST00000378156 protein_coding 9 1 26 NPHP4 ENSG00000131697 +CDS chr1 5867030 5867115 ENST00000378156 protein_coding 9 1 25 NPHP4 ENSG00000131697 +CDS chr1 5867740 5867896 ENST00000378156 protein_coding 9 1 24 NPHP4 ENSG00000131697 +CDS chr1 5873252 5873335 ENST00000378156 protein_coding 9 1 23 NPHP4 ENSG00000131697 +CDS chr1 5874471 5874657 ENST00000378156 protein_coding 9 1 22 NPHP4 ENSG00000131697 +CDS chr1 5874874 5875100 ENST00000378156 protein_coding 9 1 21 NPHP4 ENSG00000131697 +CDS chr1 5877093 5877298 ENST00000378156 protein_coding 9 1 20 NPHP4 ENSG00000131697 +transcript chr1 5879505 5992473 ENST00000622020 protein_coding 4 5 NA NPHP4 ENSG00000131697 +CDS chr1 5879508 5879632 ENST00000622020 protein_coding 4 5 20 NPHP4 ENSG00000131697 +CDS chr1 5880114 5880239 ENST00000378156 protein_coding 9 1 19 NPHP4 ENSG00000131697 +CDS chr1 5880114 5880239 ENST00000622020 protein_coding 4 5 19 NPHP4 ENSG00000131697 +CDS chr1 5887286 5887466 ENST00000378156 protein_coding 9 1 18 NPHP4 ENSG00000131697 +CDS chr1 5887286 5887466 ENST00000622020 protein_coding 4 5 18 NPHP4 ENSG00000131697 +CDS chr1 5890868 5891028 ENST00000378156 protein_coding 9 1 17 NPHP4 ENSG00000131697 +CDS chr1 5890868 5891028 ENST00000622020 protein_coding 4 5 17 NPHP4 ENSG00000131697 +CDS chr1 5904617 5904804 ENST00000378156 protein_coding 9 1 16 NPHP4 ENSG00000131697 +CDS chr1 5904617 5904804 ENST00000622020 protein_coding 4 5 16 NPHP4 ENSG00000131697 +CDS chr1 5905292 5905483 ENST00000378156 protein_coding 9 1 15 NPHP4 ENSG00000131697 +CDS chr1 5905292 5905483 ENST00000622020 protein_coding 4 5 15 NPHP4 ENSG00000131697 +CDS chr1 5905632 5905783 ENST00000378156 protein_coding 9 1 14 NPHP4 ENSG00000131697 +CDS chr1 5905632 5905780 ENST00000622020 protein_coding 4 5 14 NPHP4 ENSG00000131697 +CDS chr1 5907115 5907222 ENST00000378156 protein_coding 9 1 13 NPHP4 ENSG00000131697 +CDS chr1 5907115 5907222 ENST00000622020 protein_coding 4 5 13 NPHP4 ENSG00000131697 +CDS chr1 5909152 5909213 ENST00000378156 protein_coding 9 1 12 NPHP4 ENSG00000131697 +CDS chr1 5909152 5909213 ENST00000622020 protein_coding 4 5 12 NPHP4 ENSG00000131697 +CDS chr1 5927649 5927787 ENST00000378156 protein_coding 9 1 11 NPHP4 ENSG00000131697 +CDS chr1 5927649 5927787 ENST00000622020 protein_coding 4 5 11 NPHP4 ENSG00000131697 +CDS chr1 5933147 5933329 ENST00000378156 protein_coding 9 1 10 NPHP4 ENSG00000131697 +CDS chr1 5933147 5933329 ENST00000622020 protein_coding 4 5 10 NPHP4 ENSG00000131697 +CDS chr1 5947104 5947230 ENST00000378156 protein_coding 9 1 9 NPHP4 ENSG00000131697 +CDS chr1 5947104 5947230 ENST00000622020 protein_coding 4 5 9 NPHP4 ENSG00000131697 +CDS chr1 5948070 5948251 ENST00000378156 protein_coding 9 1 8 NPHP4 ENSG00000131697 +CDS chr1 5948070 5948251 ENST00000622020 protein_coding 4 5 8 NPHP4 ENSG00000131697 +CDS chr1 5952700 5952836 ENST00000378156 protein_coding 9 1 7 NPHP4 ENSG00000131697 +CDS chr1 5952700 5952836 ENST00000622020 protein_coding 4 5 7 NPHP4 ENSG00000131697 +CDS chr1 5961794 5961949 ENST00000378156 protein_coding 9 1 6 NPHP4 ENSG00000131697 +CDS chr1 5961794 5961949 ENST00000622020 protein_coding 4 5 6 NPHP4 ENSG00000131697 +CDS chr1 5967299 5967363 ENST00000378156 protein_coding 9 1 5 NPHP4 ENSG00000131697 +CDS chr1 5967299 5967363 ENST00000622020 protein_coding 4 5 5 NPHP4 ENSG00000131697 +CDS chr1 5969087 5969259 ENST00000378156 protein_coding 9 1 4 NPHP4 ENSG00000131697 +CDS chr1 5969087 5969259 ENST00000622020 protein_coding 4 5 4 NPHP4 ENSG00000131697 +CDS chr1 5978270 5978413 ENST00000378156 protein_coding 9 1 3 NPHP4 ENSG00000131697 +CDS chr1 5978270 5978413 ENST00000622020 protein_coding 4 5 3 NPHP4 ENSG00000131697 +CDS chr1 5986155 5986289 ENST00000378156 protein_coding 9 1 2 NPHP4 ENSG00000131697 +CDS chr1 5986155 5986289 ENST00000622020 protein_coding 4 5 2 NPHP4 ENSG00000131697 +transcript chr1 5990927 6090419 ENST00000655548 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5991320 6090446 ENST00000378111 protein_coding 6 3 NA KCNAB2 ENSG00000069424 +transcript chr1 5992262 6101193 ENST00000378097 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 5992639 6101188 ENST00000666163 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992666 6101178 ENST00000671676 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992671 6082236 ENST00000658883 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992703 6089007 ENST00000445501 protein_coding 6 4 NA KCNAB2 ENSG00000069424 +transcript chr1 5992711 6089051 ENST00000668706 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992711 6101178 ENST00000653262 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992714 6095393 ENST00000389632 protein_coding 9 5 NA KCNAB2 ENSG00000069424 +transcript chr1 5992753 6101190 ENST00000341524 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 5992760 6086371 ENST00000462676 protein_coding 3 5 NA KCNAB2 ENSG00000069424 +transcript chr1 6026013 6099119 ENST00000428161 protein_coding 6 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6026163 6101178 ENST00000352527 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 6026272 6086366 ENST00000663169 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026294 6086363 ENST00000656198 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026320 6098561 ENST00000602612 protein_coding 5 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6026345 6086363 ENST00000666299 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026347 6082816 ENST00000652845 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026361 6072788 ENST00000655703 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6027297 6101180 ENST00000669250 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6034283 6101179 ENST00000164247 protein_coding 5 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6034677 6098213 ENST00000668559 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6034980 6098723 ENST00000378092 protein_coding 6 5 NA KCNAB2 ENSG00000069424 +transcript chr1 6035090 6086362 ENST00000472700 protein_coding 7 5 NA KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000655548 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378111 protein_coding 6 3 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378097 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000666163 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000671676 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000658883 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000445501 protein_coding 6 4 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000668706 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000653262 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000341524 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000462676 protein_coding 3 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000428161 protein_coding 6 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000352527 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000663169 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000656198 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000602612 protein_coding 5 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000666299 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000652845 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000655703 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000669250 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000164247 protein_coding 5 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000668559 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378092 protein_coding 6 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000472700 protein_coding 7 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000655548 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378111 protein_coding 6 3 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378097 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000671676 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000658883 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000445501 protein_coding 6 4 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000668706 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000341524 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000428161 protein_coding 6 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000656198 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000602612 protein_coding 5 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000655703 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000164247 protein_coding 5 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000668559 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378092 protein_coding 6 5 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000472700 protein_coding 7 5 3 KCNAB2 ENSG00000069424 +transcript chr1 6045888 6101180 ENST00000378083 protein_coding 8 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6046114 6087511 ENST00000662147 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6046114 6098855 ENST00000458166 protein_coding 6 2 NA KCNAB2 ENSG00000069424 +CDS chr1 6051537 6051754 ENST00000378083 protein_coding 8 2 2 KCNAB2 ENSG00000069424 +transcript chr1 6065753 6100023 ENST00000662363 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +CDS chr1 6066065 6066276 ENST00000662363 protein_coding 1 NA 1 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000655548 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378111 protein_coding 6 3 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378097 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000666163 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000671676 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000658883 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000445501 protein_coding 6 4 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000668706 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000653262 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000341524 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000462676 protein_coding 3 5 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000428161 protein_coding 6 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000352527 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000663169 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000656198 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000602612 protein_coding 5 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000666299 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000652845 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072788 ENST00000655703 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000669250 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000164247 protein_coding 5 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000668559 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378092 protein_coding 6 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000472700 protein_coding 7 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378083 protein_coding 8 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000662363 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000655548 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378111 protein_coding 6 3 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378097 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000666163 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000671676 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000658883 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000445501 protein_coding 6 4 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000668706 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000653262 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000341524 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000462676 protein_coding 3 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000428161 protein_coding 6 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000352527 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000663169 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000656198 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000602612 protein_coding 5 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000666299 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000652845 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000669250 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000164247 protein_coding 5 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000668559 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378092 protein_coding 6 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000472700 protein_coding 7 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378083 protein_coding 8 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000662363 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000655548 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378111 protein_coding 6 3 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378097 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000666163 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000671676 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082236 ENST00000658883 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000445501 protein_coding 6 4 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000668706 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000653262 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000389632 protein_coding 9 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000341524 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000462676 protein_coding 3 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000428161 protein_coding 6 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000352527 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000663169 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000656198 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000602612 protein_coding 5 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000666299 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082407 ENST00000652845 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000669250 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000164247 protein_coding 5 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000668559 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378092 protein_coding 6 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000472700 protein_coding 7 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378083 protein_coding 8 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000662147 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000458166 protein_coding 6 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000662363 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000655548 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378111 protein_coding 6 3 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378097 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000666163 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000671676 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000445501 protein_coding 6 4 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000668706 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000653262 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000389632 protein_coding 9 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000341524 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000462676 protein_coding 3 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000428161 protein_coding 6 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000352527 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000663169 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000656198 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000602612 protein_coding 5 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085249 ENST00000666299 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000669250 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000164247 protein_coding 5 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000668559 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378092 protein_coding 6 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000472700 protein_coding 7 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378083 protein_coding 8 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000662147 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000458166 protein_coding 6 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000662363 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6085793 ENST00000668706 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6086046 ENST00000462676 protein_coding 3 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6085793 ENST00000472700 protein_coding 7 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000663169 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000656198 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000472700 protein_coding 7 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000655548 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378111 protein_coding 6 3 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378097 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000666163 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000671676 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000445501 protein_coding 6 4 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000668706 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000653262 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000389632 protein_coding 9 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000341524 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000428161 protein_coding 6 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000352527 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000602612 protein_coding 5 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000669250 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000164247 protein_coding 5 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000668559 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378092 protein_coding 6 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378083 protein_coding 8 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000662147 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000458166 protein_coding 6 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000662363 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6088960 6089007 ENST00000445501 protein_coding 6 4 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000655548 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378111 protein_coding 6 3 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378097 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000666163 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000671676 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000668706 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000653262 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000389632 protein_coding 9 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000341524 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000428161 protein_coding 6 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000352527 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000602612 protein_coding 5 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000669250 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000164247 protein_coding 5 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000668559 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378092 protein_coding 6 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378083 protein_coding 8 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000458166 protein_coding 6 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000662363 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090419 ENST00000655548 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090446 ENST00000378111 protein_coding 6 3 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378097 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000666163 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000671676 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000653262 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000389632 protein_coding 9 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000341524 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000428161 protein_coding 6 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000352527 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000602612 protein_coding 5 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000669250 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000164247 protein_coding 5 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000668559 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378092 protein_coding 6 5 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378083 protein_coding 8 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000458166 protein_coding 6 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000662363 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6091263 6091307 ENST00000341524 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6091263 6091307 ENST00000378083 protein_coding 8 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378097 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000666163 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000671676 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000653262 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000389632 protein_coding 9 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000341524 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000428161 protein_coding 6 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000352527 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000602612 protein_coding 5 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000669250 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000164247 protein_coding 5 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000668559 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378092 protein_coding 6 5 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378083 protein_coding 8 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000458166 protein_coding 6 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000662363 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378097 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000666163 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000671676 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000653262 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095393 ENST00000389632 protein_coding 9 5 10 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000341524 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000428161 protein_coding 6 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000352527 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000602612 protein_coding 5 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000669250 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000164247 protein_coding 5 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000668559 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378092 protein_coding 6 5 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378083 protein_coding 8 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000458166 protein_coding 6 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000662363 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378097 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000666163 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000671676 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000653262 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000341524 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000428161 protein_coding 6 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000352527 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000602612 protein_coding 5 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000669250 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000164247 protein_coding 5 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000668559 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378092 protein_coding 6 5 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378083 protein_coding 8 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000458166 protein_coding 6 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000662363 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378097 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000666163 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000671676 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000653262 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000341524 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000428161 protein_coding 6 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000352527 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000602612 protein_coding 5 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000669250 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000164247 protein_coding 5 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000668559 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378092 protein_coding 6 5 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378083 protein_coding 8 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000458166 protein_coding 6 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000662363 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378097 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000666163 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000671676 protein_coding 1 NA 16 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000653262 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000341524 protein_coding 6 1 16 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000428161 protein_coding 6 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000352527 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097528 ENST00000602612 protein_coding 5 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000669250 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000164247 protein_coding 5 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097528 ENST00000668559 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378092 protein_coding 6 5 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378083 protein_coding 8 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000458166 protein_coding 6 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000662363 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6097517 6097528 ENST00000653262 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378097 protein_coding 6 1 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000666163 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000671676 protein_coding 1 NA 17 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000341524 protein_coding 6 1 17 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000428161 protein_coding 6 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000352527 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000669250 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000164247 protein_coding 5 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378092 protein_coding 6 5 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378083 protein_coding 8 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000458166 protein_coding 6 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000662363 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +transcript chr1 6101787 6180321 ENST00000262450 protein_coding 8 1 NA CHD5 ENSG00000116254 +transcript chr1 6105081 6106772 ENST00000475121 protein_coding 1 2 NA CHD5 ENSG00000116254 +CDS chr1 6105371 6105427 ENST00000475121 protein_coding 1 2 3 CHD5 ENSG00000116254 +CDS chr1 6106234 6106287 ENST00000475121 protein_coding 1 2 2 CHD5 ENSG00000116254 +CDS chr1 6106283 6106287 ENST00000262450 protein_coding 8 1 41 CHD5 ENSG00000116254 +CDS chr1 6106395 6106509 ENST00000262450 protein_coding 8 1 40 CHD5 ENSG00000116254 +CDS chr1 6106616 6106779 ENST00000262450 protein_coding 8 1 39 CHD5 ENSG00000116254 +CDS chr1 6106616 6106772 ENST00000475121 protein_coding 1 2 1 CHD5 ENSG00000116254 +CDS chr1 6109795 6109990 ENST00000262450 protein_coding 8 1 38 CHD5 ENSG00000116254 +CDS chr1 6110394 6110526 ENST00000262450 protein_coding 8 1 37 CHD5 ENSG00000116254 +CDS chr1 6111775 6111883 ENST00000262450 protein_coding 8 1 36 CHD5 ENSG00000116254 +CDS chr1 6112140 6112277 ENST00000262450 protein_coding 8 1 35 CHD5 ENSG00000116254 +CDS chr1 6112909 6112998 ENST00000262450 protein_coding 8 1 34 CHD5 ENSG00000116254 +CDS chr1 6121105 6121237 ENST00000262450 protein_coding 8 1 33 CHD5 ENSG00000116254 +CDS chr1 6121494 6121573 ENST00000262450 protein_coding 8 1 32 CHD5 ENSG00000116254 +CDS chr1 6123948 6124107 ENST00000262450 protein_coding 8 1 31 CHD5 ENSG00000116254 +CDS chr1 6124517 6124661 ENST00000262450 protein_coding 8 1 30 CHD5 ENSG00000116254 +CDS chr1 6125100 6125233 ENST00000262450 protein_coding 8 1 29 CHD5 ENSG00000116254 +CDS chr1 6125524 6125612 ENST00000262450 protein_coding 8 1 28 CHD5 ENSG00000116254 +CDS chr1 6125766 6125858 ENST00000262450 protein_coding 8 1 27 CHD5 ENSG00000116254 +CDS chr1 6126572 6126746 ENST00000262450 protein_coding 8 1 26 CHD5 ENSG00000116254 +CDS chr1 6128046 6128218 ENST00000262450 protein_coding 8 1 25 CHD5 ENSG00000116254 +CDS chr1 6128499 6128609 ENST00000262450 protein_coding 8 1 24 CHD5 ENSG00000116254 +CDS chr1 6128838 6129069 ENST00000262450 protein_coding 8 1 23 CHD5 ENSG00000116254 +CDS chr1 6130204 6130328 ENST00000262450 protein_coding 8 1 22 CHD5 ENSG00000116254 +CDS chr1 6131631 6131748 ENST00000262450 protein_coding 8 1 21 CHD5 ENSG00000116254 +CDS chr1 6134128 6134259 ENST00000262450 protein_coding 8 1 20 CHD5 ENSG00000116254 +CDS chr1 6134718 6134859 ENST00000262450 protein_coding 8 1 19 CHD5 ENSG00000116254 +CDS chr1 6135230 6135403 ENST00000262450 protein_coding 8 1 18 CHD5 ENSG00000116254 +CDS chr1 6136517 6136638 ENST00000262450 protein_coding 8 1 17 CHD5 ENSG00000116254 +CDS chr1 6136728 6136865 ENST00000262450 protein_coding 8 1 16 CHD5 ENSG00000116254 +CDS chr1 6142128 6142328 ENST00000262450 protein_coding 8 1 15 CHD5 ENSG00000116254 +CDS chr1 6142414 6142605 ENST00000262450 protein_coding 8 1 14 CHD5 ENSG00000116254 +CDS chr1 6143823 6143931 ENST00000262450 protein_coding 8 1 13 CHD5 ENSG00000116254 +CDS chr1 6144024 6144155 ENST00000262450 protein_coding 8 1 12 CHD5 ENSG00000116254 +CDS chr1 6146212 6146423 ENST00000262450 protein_coding 8 1 11 CHD5 ENSG00000116254 +CDS chr1 6146665 6146871 ENST00000262450 protein_coding 8 1 10 CHD5 ENSG00000116254 +CDS chr1 6148854 6149075 ENST00000262450 protein_coding 8 1 9 CHD5 ENSG00000116254 +CDS chr1 6149246 6149412 ENST00000262450 protein_coding 8 1 8 CHD5 ENSG00000116254 +CDS chr1 6151032 6151155 ENST00000262450 protein_coding 8 1 7 CHD5 ENSG00000116254 +CDS chr1 6152412 6152536 ENST00000262450 protein_coding 8 1 6 CHD5 ENSG00000116254 +CDS chr1 6154660 6154898 ENST00000262450 protein_coding 8 1 5 CHD5 ENSG00000116254 +CDS chr1 6155599 6155717 ENST00000262450 protein_coding 8 1 4 CHD5 ENSG00000116254 +CDS chr1 6159336 6159515 ENST00000262450 protein_coding 8 1 3 CHD5 ENSG00000116254 +CDS chr1 6168150 6168277 ENST00000262450 protein_coding 8 1 2 CHD5 ENSG00000116254 +CDS chr1 6179945 6180023 ENST00000262450 protein_coding 8 1 1 CHD5 ENSG00000116254 +transcript chr1 6185020 6199595 ENST00000234875 protein_coding 9 1 NA RPL22 ENSG00000116251 +transcript chr1 6186615 6200842 ENST00000497965 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186675 6186816 ENST00000234875 protein_coding 9 1 4 RPL22 ENSG00000116251 +CDS chr1 6186675 6186816 ENST00000497965 protein_coding 5 2 4 RPL22 ENSG00000116251 +transcript chr1 6186692 6209244 ENST00000471204 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186692 6186816 ENST00000471204 protein_coding 5 2 5 RPL22 ENSG00000116251 +transcript chr1 6186723 6199553 ENST00000465387 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186723 6186816 ENST00000465387 protein_coding 5 2 4 RPL22 ENSG00000116251 +transcript chr1 6192927 6203494 ENST00000462296 protein_coding 5 3 NA RPL22 ENSG00000116251 +CDS chr1 6192927 6193054 ENST00000462296 protein_coding 5 3 4 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000234875 protein_coding 9 1 3 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000497965 protein_coding 5 2 3 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000471204 protein_coding 5 2 4 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000465387 protein_coding 5 2 3 RPL22 ENSG00000116251 +transcript chr1 6192930 6209389 ENST00000465335 protein_coding 1 3 NA RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000465335 protein_coding 1 3 5 RPL22 ENSG00000116251 +CDS chr1 6197652 6197756 ENST00000234875 protein_coding 9 1 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000497965 protein_coding 5 2 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000471204 protein_coding 5 2 3 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000465387 protein_coding 5 2 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000462296 protein_coding 5 3 3 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000465335 protein_coding 1 3 4 RPL22 ENSG00000116251 +CDS chr1 6199562 6199573 ENST00000234875 protein_coding 9 1 1 RPL22 ENSG00000116251 +transcript chr1 6206119 6221299 ENST00000377939 protein_coding 5 5 NA RNF207 ENSG00000158286 +CDS chr1 6206536 6206726 ENST00000377939 protein_coding 5 5 2 RNF207 ENSG00000158286 +CDS chr1 6207379 6207511 ENST00000377939 protein_coding 5 5 3 RNF207 ENSG00000158286 +CDS chr1 6208881 6209025 ENST00000377939 protein_coding 5 5 4 RNF207 ENSG00000158286 +CDS chr1 6209115 6209196 ENST00000377939 protein_coding 5 5 5 RNF207 ENSG00000158286 +CDS chr1 6209268 6209343 ENST00000377939 protein_coding 5 5 6 RNF207 ENSG00000158286 +CDS chr1 6209414 6209539 ENST00000377939 protein_coding 5 5 7 RNF207 ENSG00000158286 +CDS chr1 6209924 6209970 ENST00000377939 protein_coding 5 5 8 RNF207 ENSG00000158286 +CDS chr1 6210223 6210295 ENST00000377939 protein_coding 5 5 9 RNF207 ENSG00000158286 +CDS chr1 6210370 6210438 ENST00000377939 protein_coding 5 5 10 RNF207 ENSG00000158286 +CDS chr1 6210870 6210938 ENST00000377939 protein_coding 5 5 11 RNF207 ENSG00000158286 +CDS chr1 6211021 6211118 ENST00000377939 protein_coding 5 5 12 RNF207 ENSG00000158286 +CDS chr1 6211867 6212053 ENST00000377939 protein_coding 5 5 13 RNF207 ENSG00000158286 +CDS chr1 6212231 6212416 ENST00000377939 protein_coding 5 5 14 RNF207 ENSG00000158286 +CDS chr1 6212682 6212733 ENST00000377939 protein_coding 5 5 15 RNF207 ENSG00000158286 +CDS chr1 6213066 6213183 ENST00000377939 protein_coding 5 5 16 RNF207 ENSG00000158286 +CDS chr1 6218289 6218369 ENST00000377939 protein_coding 5 5 17 RNF207 ENSG00000158286 +CDS chr1 6219236 6219404 ENST00000377939 protein_coding 5 5 18 RNF207 ENSG00000158286 +transcript chr1 6221193 6235964 ENST00000343813 protein_coding 10 1 NA ICMT ENSG00000116237 +CDS chr1 6225083 6225262 ENST00000343813 protein_coding 10 1 5 ICMT ENSG00000116237 +CDS chr1 6231902 6232119 ENST00000343813 protein_coding 10 1 4 ICMT ENSG00000116237 +CDS chr1 6233474 6233643 ENST00000343813 protein_coding 10 1 3 ICMT ENSG00000116237 +CDS chr1 6234886 6234974 ENST00000343813 protein_coding 10 1 2 ICMT ENSG00000116237 +CDS chr1 6235717 6235911 ENST00000343813 protein_coding 10 1 1 ICMT ENSG00000116237 +transcript chr1 6244179 6245578 ENST00000377898 protein_coding 4 2 NA HES3 ENSG00000173673 +CDS chr1 6244366 6244446 ENST00000377898 protein_coding 4 2 2 HES3 ENSG00000173673 +CDS chr1 6244548 6244629 ENST00000377898 protein_coding 4 2 3 HES3 ENSG00000173673 +CDS chr1 6245110 6245504 ENST00000377898 protein_coding 4 2 4 HES3 ENSG00000173673 +transcript chr1 6247353 6261098 ENST00000377893 protein_coding 3 1 NA GPR153 ENSG00000158292 +CDS chr1 6249341 6250003 ENST00000377893 protein_coding 3 1 6 GPR153 ENSG00000158292 +CDS chr1 6250440 6250624 ENST00000377893 protein_coding 3 1 5 GPR153 ENSG00000158292 +CDS chr1 6251338 6251530 ENST00000377893 protein_coding 3 1 4 GPR153 ENSG00000158292 +CDS chr1 6253718 6254147 ENST00000377893 protein_coding 3 1 3 GPR153 ENSG00000158292 +CDS chr1 6254550 6254905 ENST00000377893 protein_coding 3 1 2 GPR153 ENSG00000158292 +transcript chr1 6264269 6393361 ENST00000608083 protein_coding 5 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264272 6393767 ENST00000361521 protein_coding 9 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6359344 ENST00000377842 protein_coding 7 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6360707 ENST00000377845 protein_coding 7 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6385813 ENST00000377855 protein_coding 6 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6393766 ENST00000545482 protein_coding 5 1 NA ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000608083 protein_coding 5 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377842 protein_coding 7 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377845 protein_coding 7 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377855 protein_coding 6 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000361521 protein_coding 9 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000545482 protein_coding 5 1 9 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000608083 protein_coding 5 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377842 protein_coding 7 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377845 protein_coding 7 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377855 protein_coding 6 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000361521 protein_coding 9 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000545482 protein_coding 5 1 8 ACOT7 ENSG00000097021 +transcript chr1 6281130 6352249 ENST00000473466 protein_coding 2 5 NA ACOT7 ENSG00000097021 +CDS chr1 6281130 6281286 ENST00000473466 protein_coding 2 5 8 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000608083 protein_coding 5 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377842 protein_coding 7 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377845 protein_coding 7 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377855 protein_coding 6 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000361521 protein_coding 9 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000473466 protein_coding 2 5 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000545482 protein_coding 5 1 7 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000608083 protein_coding 5 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377842 protein_coding 7 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377845 protein_coding 7 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377855 protein_coding 6 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000361521 protein_coding 9 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000473466 protein_coding 2 5 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000545482 protein_coding 5 1 6 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000608083 protein_coding 5 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377842 protein_coding 7 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377845 protein_coding 7 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377855 protein_coding 6 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000361521 protein_coding 9 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000473466 protein_coding 2 5 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000545482 protein_coding 5 1 5 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000608083 protein_coding 5 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377842 protein_coding 7 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377845 protein_coding 7 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377855 protein_coding 6 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000361521 protein_coding 9 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000473466 protein_coding 2 5 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000545482 protein_coding 5 1 4 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000608083 protein_coding 5 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377842 protein_coding 7 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377845 protein_coding 7 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377855 protein_coding 6 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000361521 protein_coding 9 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000473466 protein_coding 2 5 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000545482 protein_coding 5 1 3 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000608083 protein_coding 5 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377842 protein_coding 7 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377845 protein_coding 7 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377855 protein_coding 6 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000361521 protein_coding 9 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349862 ENST00000473466 protein_coding 2 5 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000545482 protein_coding 5 1 2 ACOT7 ENSG00000097021 +CDS chr1 6358826 6358845 ENST00000377842 protein_coding 7 1 1 ACOT7 ENSG00000097021 +CDS chr1 6360570 6360652 ENST00000377845 protein_coding 7 1 1 ACOT7 ENSG00000097021 +CDS chr1 6385494 6385666 ENST00000377855 protein_coding 6 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393303 ENST00000608083 protein_coding 5 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393399 ENST00000361521 protein_coding 9 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393399 ENST00000545482 protein_coding 5 1 1 ACOT7 ENSG00000097021 +transcript chr1 6412418 6424670 ENST00000377837 protein_coding 5 1 NA HES2 ENSG00000069812 +transcript chr1 6413000 6419903 ENST00000377836 protein_coding 8 2 NA HES2 ENSG00000069812 +CDS chr1 6413196 6413282 ENST00000377837 protein_coding 5 1 4 HES2 ENSG00000069812 +CDS chr1 6413196 6413282 ENST00000377836 protein_coding 8 2 3 HES2 ENSG00000069812 +transcript chr1 6415232 6419919 ENST00000377834 protein_coding 8 1 NA HES2 ENSG00000069812 +transcript chr1 6418414 6419907 ENST00000487437 protein_coding 5 3 NA HES2 ENSG00000069812 +transcript chr1 6418849 6419917 ENST00000489730 protein_coding 1 2 NA HES2 ENSG00000069812 +CDS chr1 6418876 6419153 ENST00000377834 protein_coding 8 1 4 HES2 ENSG00000069812 +CDS chr1 6419064 6419153 ENST00000487437 protein_coding 5 3 3 HES2 ENSG00000069812 +CDS chr1 6419236 6419340 ENST00000489730 protein_coding 1 2 3 HES2 ENSG00000069812 +CDS chr1 6419241 6419340 ENST00000377834 protein_coding 8 1 3 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377837 protein_coding 5 1 3 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377836 protein_coding 8 2 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377834 protein_coding 8 1 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000487437 protein_coding 5 3 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000489730 protein_coding 1 2 2 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377837 protein_coding 5 1 2 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377836 protein_coding 8 2 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377834 protein_coding 8 1 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000487437 protein_coding 5 3 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000489730 protein_coding 1 2 1 HES2 ENSG00000069812 +transcript chr1 6424776 6460944 ENST00000645284 protein_coding 1 NA NA ESPN ENSG00000187017 +transcript chr1 6424788 6456671 ENST00000636330 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6424956 6425249 ENST00000645284 protein_coding 1 NA 1 ESPN ENSG00000187017 +CDS chr1 6424956 6425249 ENST00000636330 protein_coding 1 5 1 ESPN ENSG00000187017 +CDS chr1 6428226 6428419 ENST00000645284 protein_coding 1 NA 2 ESPN ENSG00000187017 +CDS chr1 6428226 6428419 ENST00000636330 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6440254 6440440 ENST00000645284 protein_coding 1 NA 3 ESPN ENSG00000187017 +CDS chr1 6440254 6440440 ENST00000636330 protein_coding 1 5 3 ESPN ENSG00000187017 +transcript chr1 6440378 6445757 ENST00000418286 protein_coding 1 3 NA ESPN ENSG00000187017 +CDS chr1 6440378 6440440 ENST00000418286 protein_coding 1 3 1 ESPN ENSG00000187017 +CDS chr1 6440626 6440808 ENST00000645284 protein_coding 1 NA 4 ESPN ENSG00000187017 +CDS chr1 6440626 6440808 ENST00000636330 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6440659 6440808 ENST00000418286 protein_coding 1 3 2 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000645284 protein_coding 1 NA 5 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000636330 protein_coding 1 5 5 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000418286 protein_coding 1 3 3 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000645284 protein_coding 1 NA 6 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000636330 protein_coding 1 5 6 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000418286 protein_coding 1 3 4 ESPN ENSG00000187017 +CDS chr1 6445664 6445935 ENST00000645284 protein_coding 1 NA 7 ESPN ENSG00000187017 +CDS chr1 6445664 6445935 ENST00000636330 protein_coding 1 5 7 ESPN ENSG00000187017 +CDS chr1 6445664 6445757 ENST00000418286 protein_coding 1 3 5 ESPN ENSG00000187017 +transcript chr1 6447331 6449056 ENST00000632803 protein_coding 1 3 NA ESPN ENSG00000187017 +transcript chr1 6447351 6449037 ENST00000632593 protein_coding 1 2 NA ESPN ENSG00000187017 +transcript chr1 6448043 6460399 ENST00000461727 protein_coding 6 1 NA ESPN ENSG00000187017 +transcript chr1 6448467 6460052 ENST00000475228 protein_coding 6 5 NA ESPN ENSG00000187017 +transcript chr1 6448520 6448958 ENST00000478323 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6448641 6449091 ENST00000645284 protein_coding 1 NA 8 ESPN ENSG00000187017 +CDS chr1 6448641 6449091 ENST00000636330 protein_coding 1 5 8 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000632803 protein_coding 1 3 2 ESPN ENSG00000187017 +CDS chr1 6448785 6449037 ENST00000632593 protein_coding 1 2 2 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000461727 protein_coding 6 1 2 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000478323 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6448893 6449056 ENST00000632803 protein_coding 1 3 3 ESPN ENSG00000187017 +CDS chr1 6448893 6449091 ENST00000461727 protein_coding 6 1 3 ESPN ENSG00000187017 +CDS chr1 6448893 6448958 ENST00000478323 protein_coding 1 5 3 ESPN ENSG00000187017 +transcript chr1 6449055 6460926 ENST00000633239 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6449055 6449091 ENST00000633239 protein_coding 1 5 1 ESPN ENSG00000187017 +transcript chr1 6450374 6451949 ENST00000475479 protein_coding 2 3 NA ESPN ENSG00000187017 +CDS chr1 6450444 6450470 ENST00000633239 protein_coding 1 5 2 ESPN ENSG00000187017 +transcript chr1 6451317 6457263 ENST00000636644 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6451331 6451370 ENST00000636644 protein_coding 1 5 1 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000645284 protein_coding 1 NA 9 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000636330 protein_coding 1 5 9 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000461727 protein_coding 6 1 4 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000633239 protein_coding 1 5 3 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000636644 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6451620 6451748 ENST00000475228 protein_coding 6 5 3 ESPN ENSG00000187017 +CDS chr1 6451620 6451748 ENST00000475479 protein_coding 2 3 2 ESPN ENSG00000187017 +transcript chr1 6451658 6461367 ENST00000434576 protein_coding 2 3 NA ESPN ENSG00000187017 +CDS chr1 6451658 6451748 ENST00000434576 protein_coding 2 3 1 ESPN ENSG00000187017 +transcript chr1 6451717 6460405 ENST00000477679 protein_coding 2 2 NA ESPN ENSG00000187017 +CDS chr1 6451717 6452096 ENST00000477679 protein_coding 2 2 1 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000645284 protein_coding 1 NA 10 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000636330 protein_coding 1 5 10 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000461727 protein_coding 6 1 5 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000475228 protein_coding 6 5 4 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000633239 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6451833 6451949 ENST00000475479 protein_coding 2 3 3 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000636644 protein_coding 1 5 3 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000434576 protein_coding 2 3 2 ESPN ENSG00000187017 +CDS chr1 6454434 6456194 ENST00000636330 protein_coding 1 5 11 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000645284 protein_coding 1 NA 11 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000461727 protein_coding 6 1 6 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000475228 protein_coding 6 5 5 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000633239 protein_coding 1 5 5 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000636644 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000434576 protein_coding 2 3 3 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000477679 protein_coding 2 2 2 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000645284 protein_coding 1 NA 12 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000461727 protein_coding 6 1 7 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000475228 protein_coding 6 5 6 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000633239 protein_coding 1 5 6 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000434576 protein_coding 2 3 4 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000477679 protein_coding 2 2 3 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000645284 protein_coding 1 NA 13 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000461727 protein_coding 6 1 8 ESPN ENSG00000187017 +CDS chr1 6459999 6460052 ENST00000475228 protein_coding 6 5 7 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000633239 protein_coding 1 5 7 ESPN ENSG00000187017 +CDS chr1 6459999 6460110 ENST00000434576 protein_coding 2 3 5 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000477679 protein_coding 2 2 4 ESPN ENSG00000187017 +transcript chr1 6460786 6465470 ENST00000647810 protein_coding 1 NA NA TNFRSF25 ENSG00000215788 +transcript chr1 6460786 6466173 ENST00000356876 protein_coding 8 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461151 6466175 ENST00000377782 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +CDS chr1 6461180 6461182 ENST00000434576 protein_coding 2 3 6 ESPN ENSG00000187017 +transcript chr1 6461204 6466175 ENST00000351959 protein_coding 9 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461434 6466107 ENST00000348333 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461434 6466107 ENST00000351748 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000647810 protein_coding 1 NA 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000377782 protein_coding 7 1 10 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000356876 protein_coding 8 1 10 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000351959 protein_coding 9 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000348333 protein_coding 7 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000351748 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000647810 protein_coding 1 NA 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000377782 protein_coding 7 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000356876 protein_coding 8 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000351959 protein_coding 9 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000348333 protein_coding 7 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000351748 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000647810 protein_coding 1 NA 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000377782 protein_coding 7 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000356876 protein_coding 8 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000351959 protein_coding 9 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000348333 protein_coding 7 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000351748 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +transcript chr1 6462637 6465630 ENST00000481401 protein_coding 5 5 NA TNFRSF25 ENSG00000215788 +CDS chr1 6462637 6462663 ENST00000481401 protein_coding 5 5 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000647810 protein_coding 1 NA 6 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000377782 protein_coding 7 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000356876 protein_coding 8 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000348333 protein_coding 7 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000481401 protein_coding 5 5 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463065 6463147 ENST00000377782 protein_coding 7 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000647810 protein_coding 1 NA 5 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000356876 protein_coding 8 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000351959 protein_coding 9 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000348333 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463072 ENST00000481401 protein_coding 5 5 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000647810 protein_coding 1 NA 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000377782 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000356876 protein_coding 8 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000351959 protein_coding 9 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000348333 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000647810 protein_coding 1 NA 3 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000377782 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000356876 protein_coding 8 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000351959 protein_coding 9 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000348333 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000647810 protein_coding 1 NA 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000377782 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000356876 protein_coding 8 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000351959 protein_coding 9 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465470 ENST00000647810 protein_coding 1 NA 1 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000377782 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000356876 protein_coding 8 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000351959 protein_coding 9 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000348333 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000351748 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000377782 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000356876 protein_coding 8 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000351959 protein_coding 9 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000348333 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000351748 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +transcript chr1 6467122 6485469 ENST00000535355 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6485954 ENST00000400913 protein_coding 6 5 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6490570 ENST00000377725 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6490594 ENST00000340850 protein_coding 10 5 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6491667 ENST00000377728 protein_coding 8 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6496569 ENST00000377748 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6496696 ENST00000377732 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6497424 ENST00000400915 protein_coding 8 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6506158 ENST00000673471 protein_coding 2 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6520009 ENST00000377740 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467128 6485895 ENST00000675694 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467270 6477658 ENST00000675123 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467505 6497096 ENST00000537245 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000535355 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000400913 protein_coding 6 5 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000340850 protein_coding 10 5 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377728 protein_coding 8 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377748 protein_coding 6 2 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377732 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000400915 protein_coding 8 1 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000673471 protein_coding 2 NA 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377740 protein_coding 5 1 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000675694 protein_coding 1 NA 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000675123 protein_coding 1 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000537245 protein_coding 6 2 22 PLEKHG5 ENSG00000171680 +transcript chr1 6467755 6469163 ENST00000675976 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6467824 6468586 ENST00000675976 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000535355 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000400913 protein_coding 6 5 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000340850 protein_coding 10 5 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377728 protein_coding 8 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377748 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377732 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000400915 protein_coding 8 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000673471 protein_coding 2 NA 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377740 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000675694 protein_coding 1 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6467893 ENST00000675123 protein_coding 1 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000537245 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467846 6467898 ENST00000377725 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6468099 6468586 ENST00000377725 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000535355 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000400913 protein_coding 6 5 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377725 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000340850 protein_coding 10 5 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377728 protein_coding 8 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377748 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377732 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000400915 protein_coding 8 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000673471 protein_coding 2 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377740 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000675694 protein_coding 1 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000675123 protein_coding 1 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000537245 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469163 ENST00000675976 protein_coding 1 NA 1 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000535355 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000400913 protein_coding 6 5 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377725 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000340850 protein_coding 10 5 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377728 protein_coding 8 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377748 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377732 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000400915 protein_coding 8 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000673471 protein_coding 2 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377740 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000675694 protein_coding 1 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000675123 protein_coding 1 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000537245 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000535355 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000400913 protein_coding 6 5 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377725 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000340850 protein_coding 10 5 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377728 protein_coding 8 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377748 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377732 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000400915 protein_coding 8 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000673471 protein_coding 2 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377740 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000675694 protein_coding 1 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000675123 protein_coding 1 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000537245 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000535355 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000400913 protein_coding 6 5 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377725 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000340850 protein_coding 10 5 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377728 protein_coding 8 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377748 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377732 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000400915 protein_coding 8 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000673471 protein_coding 2 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377740 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000675694 protein_coding 1 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000675123 protein_coding 1 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000537245 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000535355 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000400913 protein_coding 6 5 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377725 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000340850 protein_coding 10 5 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377728 protein_coding 8 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377748 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377732 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000400915 protein_coding 8 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000673471 protein_coding 2 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377740 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000675694 protein_coding 1 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000675123 protein_coding 1 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000537245 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000535355 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000400913 protein_coding 6 5 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377725 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000340850 protein_coding 10 5 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377728 protein_coding 8 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377748 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377732 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000400915 protein_coding 8 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000673471 protein_coding 2 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377740 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000675694 protein_coding 1 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000675123 protein_coding 1 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000537245 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000535355 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000400913 protein_coding 6 5 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377725 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000340850 protein_coding 10 5 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377728 protein_coding 8 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377748 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377732 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000400915 protein_coding 8 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000673471 protein_coding 2 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377740 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000675694 protein_coding 1 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000675123 protein_coding 1 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000537245 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000535355 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000400913 protein_coding 6 5 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377725 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000340850 protein_coding 10 5 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377728 protein_coding 8 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377748 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377732 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000400915 protein_coding 8 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000673471 protein_coding 2 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377740 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000675694 protein_coding 1 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000675123 protein_coding 1 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000537245 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000535355 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000400913 protein_coding 6 5 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377725 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000340850 protein_coding 10 5 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377728 protein_coding 8 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377748 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377732 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000400915 protein_coding 8 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000673471 protein_coding 2 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377740 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000675694 protein_coding 1 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000675123 protein_coding 1 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000537245 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000535355 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000400913 protein_coding 6 5 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377725 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000340850 protein_coding 10 5 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377728 protein_coding 8 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377748 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377732 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000400915 protein_coding 8 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000673471 protein_coding 2 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377740 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000675694 protein_coding 1 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000675123 protein_coding 1 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000537245 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000535355 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000400913 protein_coding 6 5 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377725 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000340850 protein_coding 10 5 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377728 protein_coding 8 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377748 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377732 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000400915 protein_coding 8 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000673471 protein_coding 2 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377740 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000675694 protein_coding 1 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000675123 protein_coding 1 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000537245 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000535355 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000400913 protein_coding 6 5 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377725 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000340850 protein_coding 10 5 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377728 protein_coding 8 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377748 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377732 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000400915 protein_coding 8 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000673471 protein_coding 2 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377740 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000675694 protein_coding 1 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000675123 protein_coding 1 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000537245 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000535355 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000400913 protein_coding 6 5 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377725 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000340850 protein_coding 10 5 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377728 protein_coding 8 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377748 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377732 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000400915 protein_coding 8 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000673471 protein_coding 2 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377740 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000675694 protein_coding 1 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000675123 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000537245 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000535355 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000400913 protein_coding 6 5 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377725 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000340850 protein_coding 10 5 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377728 protein_coding 8 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377748 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377732 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000400915 protein_coding 8 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000673471 protein_coding 2 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377740 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000675694 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000675123 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000537245 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +transcript chr1 6474575 6491696 ENST00000675093 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6474575 6474587 ENST00000675093 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +transcript chr1 6474577 6485952 ENST00000676287 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6474577 6474587 ENST00000676287 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000535355 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000400913 protein_coding 6 5 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377725 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000340850 protein_coding 10 5 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377728 protein_coding 8 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377748 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377732 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000400915 protein_coding 8 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000673471 protein_coding 2 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377740 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675694 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675123 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000537245 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675093 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000676287 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000535355 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000400913 protein_coding 6 5 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377725 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000340850 protein_coding 10 5 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377728 protein_coding 8 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377748 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377732 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000400915 protein_coding 8 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000673471 protein_coding 2 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377740 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675694 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675123 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000537245 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675093 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000676287 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000535355 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000400913 protein_coding 6 5 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377725 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000340850 protein_coding 10 5 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377728 protein_coding 8 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377748 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377732 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000400915 protein_coding 8 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000673471 protein_coding 2 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377740 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675694 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675123 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000537245 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675093 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000676287 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477027 6477089 ENST00000377748 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000535355 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000400913 protein_coding 6 5 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377725 protein_coding 5 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000340850 protein_coding 10 5 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377728 protein_coding 8 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000377748 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000377732 protein_coding 5 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000400915 protein_coding 8 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000673471 protein_coding 2 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377740 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675694 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675123 protein_coding 1 NA 1 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000537245 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675093 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000676287 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6485324 6485443 ENST00000535355 protein_coding 6 2 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000377748 protein_coding 6 2 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000377732 protein_coding 5 1 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000400915 protein_coding 8 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496569 ENST00000673471 protein_coding 2 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000537245 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +transcript chr1 6496498 6520074 ENST00000675812 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6496498 6496516 ENST00000675812 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6506026 6506158 ENST00000673471 protein_coding 2 NA 1 PLEKHG5 ENSG00000171680 +transcript chr1 6521347 6554513 ENST00000377705 protein_coding 6 1 NA NOL9 ENSG00000162408 +CDS chr1 6525857 6526003 ENST00000377705 protein_coding 6 1 12 NOL9 ENSG00000162408 +CDS chr1 6526696 6526829 ENST00000377705 protein_coding 6 1 11 NOL9 ENSG00000162408 +CDS chr1 6528994 6529171 ENST00000377705 protein_coding 6 1 10 NOL9 ENSG00000162408 +CDS chr1 6531968 6532079 ENST00000377705 protein_coding 6 1 9 NOL9 ENSG00000162408 +CDS chr1 6532463 6532760 ENST00000377705 protein_coding 6 1 8 NOL9 ENSG00000162408 +CDS chr1 6533280 6533441 ENST00000377705 protein_coding 6 1 7 NOL9 ENSG00000162408 +CDS chr1 6541830 6541927 ENST00000377705 protein_coding 6 1 6 NOL9 ENSG00000162408 +CDS chr1 6544826 6544922 ENST00000377705 protein_coding 6 1 5 NOL9 ENSG00000162408 +CDS chr1 6545045 6545180 ENST00000377705 protein_coding 6 1 4 NOL9 ENSG00000162408 +CDS chr1 6549571 6549698 ENST00000377705 protein_coding 6 1 3 NOL9 ENSG00000162408 +CDS chr1 6550396 6550615 ENST00000377705 protein_coding 6 1 2 NOL9 ENSG00000162408 +CDS chr1 6554107 6554502 ENST00000377705 protein_coding 6 1 1 NOL9 ENSG00000162408 +transcript chr1 6555307 6579755 ENST00000333172 protein_coding 11 1 NA TAS1R1 ENSG00000173662 +transcript chr1 6555309 6579626 ENST00000351136 protein_coding 7 2 NA TAS1R1 ENSG00000173662 +CDS chr1 6555374 6555564 ENST00000333172 protein_coding 11 1 1 TAS1R1 ENSG00000173662 +CDS chr1 6555374 6555564 ENST00000351136 protein_coding 7 2 1 TAS1R1 ENSG00000173662 +CDS chr1 6570909 6571215 ENST00000333172 protein_coding 11 1 2 TAS1R1 ENSG00000173662 +CDS chr1 6570909 6571215 ENST00000351136 protein_coding 7 2 2 TAS1R1 ENSG00000173662 +transcript chr1 6570941 6579426 ENST00000411823 protein_coding 5 2 NA TAS1R1 ENSG00000173662 +CDS chr1 6570941 6571215 ENST00000411823 protein_coding 5 2 1 TAS1R1 ENSG00000173662 +transcript chr1 6570941 6579426 ENST00000415267 protein_coding 1 1 NA TAS1R1 ENSG00000173662 +CDS chr1 6570941 6571215 ENST00000415267 protein_coding 1 1 1 TAS1R1 ENSG00000173662 +CDS chr1 6574631 6575392 ENST00000333172 protein_coding 11 1 3 TAS1R1 ENSG00000173662 +CDS chr1 6574631 6575392 ENST00000411823 protein_coding 5 2 2 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000333172 protein_coding 11 1 4 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000351136 protein_coding 7 2 3 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000415267 protein_coding 1 1 2 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000333172 protein_coding 11 1 5 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000351136 protein_coding 7 2 4 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000415267 protein_coding 1 1 3 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6579581 ENST00000333172 protein_coding 11 1 6 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6579581 ENST00000351136 protein_coding 7 2 5 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6578832 ENST00000411823 protein_coding 5 2 3 TAS1R1 ENSG00000173662 +CDS chr1 6579296 6579426 ENST00000415267 protein_coding 1 1 4 TAS1R1 ENSG00000173662 +transcript chr1 6579994 6589280 ENST00000377674 protein_coding 9 1 NA ZBTB48 ENSG00000204859 +transcript chr1 6580001 6582299 ENST00000319084 protein_coding 9 3 NA ZBTB48 ENSG00000204859 +transcript chr1 6580017 6582245 ENST00000435905 protein_coding 5 5 NA ZBTB48 ENSG00000204859 +transcript chr1 6580088 6588105 ENST00000488936 protein_coding 1 3 NA ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000377674 protein_coding 9 1 2 ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000319084 protein_coding 9 3 2 ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000435905 protein_coding 5 5 2 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582299 ENST00000377674 protein_coding 9 1 3 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582299 ENST00000319084 protein_coding 9 3 3 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582245 ENST00000435905 protein_coding 5 5 3 ZBTB48 ENSG00000204859 +CDS chr1 6582103 6582299 ENST00000488936 protein_coding 1 3 2 ZBTB48 ENSG00000204859 +CDS chr1 6585919 6586030 ENST00000377674 protein_coding 9 1 4 ZBTB48 ENSG00000204859 +CDS chr1 6585919 6586030 ENST00000488936 protein_coding 1 3 3 ZBTB48 ENSG00000204859 +CDS chr1 6586695 6586787 ENST00000377674 protein_coding 9 1 5 ZBTB48 ENSG00000204859 +CDS chr1 6586695 6586787 ENST00000488936 protein_coding 1 3 4 ZBTB48 ENSG00000204859 +CDS chr1 6587205 6587291 ENST00000377674 protein_coding 9 1 6 ZBTB48 ENSG00000204859 +CDS chr1 6587205 6587291 ENST00000488936 protein_coding 1 3 5 ZBTB48 ENSG00000204859 +CDS chr1 6587478 6587632 ENST00000377674 protein_coding 9 1 7 ZBTB48 ENSG00000204859 +CDS chr1 6587478 6587632 ENST00000488936 protein_coding 1 3 6 ZBTB48 ENSG00000204859 +CDS chr1 6588060 6588196 ENST00000377674 protein_coding 9 1 8 ZBTB48 ENSG00000204859 +CDS chr1 6588060 6588105 ENST00000488936 protein_coding 1 3 7 ZBTB48 ENSG00000204859 +CDS chr1 6588278 6588442 ENST00000377674 protein_coding 9 1 9 ZBTB48 ENSG00000204859 +CDS chr1 6588756 6588844 ENST00000377674 protein_coding 9 1 10 ZBTB48 ENSG00000204859 +CDS chr1 6588916 6589209 ENST00000377674 protein_coding 9 1 11 ZBTB48 ENSG00000204859 +transcript chr1 6590724 6602869 ENST00000377658 protein_coding 8 1 NA KLHL21 ENSG00000162413 +transcript chr1 6590724 6603001 ENST00000377663 protein_coding 3 1 NA KLHL21 ENSG00000162413 +transcript chr1 6593193 6614560 ENST00000467612 protein_coding 5 3 NA KLHL21 ENSG00000162413 +CDS chr1 6593368 6593658 ENST00000377658 protein_coding 8 1 4 KLHL21 ENSG00000162413 +CDS chr1 6593368 6593658 ENST00000467612 protein_coding 5 3 4 KLHL21 ENSG00000162413 +transcript chr1 6593381 6599816 ENST00000496707 protein_coding 5 1 NA KLHL21 ENSG00000162413 +CDS chr1 6593381 6593658 ENST00000496707 protein_coding 5 1 4 KLHL21 ENSG00000162413 +transcript chr1 6594081 6614607 ENST00000463043 protein_coding 1 5 NA KLHL21 ENSG00000162413 +CDS chr1 6595368 6595557 ENST00000377663 protein_coding 3 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000377658 protein_coding 8 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000467612 protein_coding 5 3 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000496707 protein_coding 5 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000463043 protein_coding 1 5 3 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599452 ENST00000377658 protein_coding 8 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599452 ENST00000377663 protein_coding 3 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000467612 protein_coding 5 3 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000496707 protein_coding 5 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000463043 protein_coding 1 5 2 KLHL21 ENSG00000162413 +CDS chr1 6601797 6602817 ENST00000377658 protein_coding 8 1 1 KLHL21 ENSG00000162413 +CDS chr1 6601797 6602817 ENST00000377663 protein_coding 3 1 1 KLHL21 ENSG00000162413 +transcript chr1 6613731 6624030 ENST00000377648 protein_coding 5 1 NA PHF13 ENSG00000116273 +CDS chr1 6614067 6614105 ENST00000377648 protein_coding 5 1 1 PHF13 ENSG00000116273 +CDS chr1 6616757 6616858 ENST00000377648 protein_coding 5 1 2 PHF13 ENSG00000116273 +CDS chr1 6619803 6620337 ENST00000377648 protein_coding 5 1 3 PHF13 ENSG00000116273 +CDS chr1 6621411 6621634 ENST00000377648 protein_coding 5 1 4 PHF13 ENSG00000116273 +transcript chr1 6624868 6633562 ENST00000054650 protein_coding 9 1 NA THAP3 ENSG00000041988 +transcript chr1 6625181 6633368 ENST00000307896 protein_coding 10 2 NA THAP3 ENSG00000041988 +transcript chr1 6625192 6635586 ENST00000377627 protein_coding 7 2 NA THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000054650 protein_coding 9 1 2 THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000307896 protein_coding 10 2 1 THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000377627 protein_coding 7 2 1 THAP3 ENSG00000041988 +transcript chr1 6625230 6633051 ENST00000472925 protein_coding 1 2 NA THAP3 ENSG00000041988 +CDS chr1 6625230 6625292 ENST00000472925 protein_coding 1 2 1 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000054650 protein_coding 9 1 3 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000307896 protein_coding 10 2 2 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000377627 protein_coding 7 2 2 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000472925 protein_coding 1 2 2 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000054650 protein_coding 9 1 4 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000377627 protein_coding 7 2 3 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000472925 protein_coding 1 2 3 THAP3 ENSG00000041988 +CDS chr1 6630291 6630353 ENST00000307896 protein_coding 10 2 3 THAP3 ENSG00000041988 +CDS chr1 6632370 6632495 ENST00000377627 protein_coding 7 2 4 THAP3 ENSG00000041988 +CDS chr1 6632391 6632495 ENST00000054650 protein_coding 9 1 5 THAP3 ENSG00000041988 +CDS chr1 6632391 6632495 ENST00000307896 protein_coding 10 2 4 THAP3 ENSG00000041988 +CDS chr1 6632391 6632759 ENST00000472925 protein_coding 1 2 4 THAP3 ENSG00000041988 +CDS chr1 6632796 6633074 ENST00000054650 protein_coding 9 1 6 THAP3 ENSG00000041988 +CDS chr1 6632796 6633074 ENST00000307896 protein_coding 10 2 5 THAP3 ENSG00000041988 +CDS chr1 6634020 6634085 ENST00000377627 protein_coding 7 2 5 THAP3 ENSG00000041988 +transcript chr1 6634168 6681037 ENST00000451196 protein_coding 5 1 NA DNAJC11 ENSG00000007923 +transcript chr1 6634170 6701816 ENST00000377577 protein_coding 10 1 NA DNAJC11 ENSG00000007923 +CDS chr1 6634529 6634784 ENST00000451196 protein_coding 5 1 8 DNAJC11 ENSG00000007923 +transcript chr1 6635113 6701924 ENST00000294401 protein_coding 11 1 NA DNAJC11 ENSG00000007923 +CDS chr1 6635678 6635700 ENST00000377577 protein_coding 10 1 16 DNAJC11 ENSG00000007923 +CDS chr1 6635678 6635700 ENST00000294401 protein_coding 11 1 15 DNAJC11 ENSG00000007923 +CDS chr1 6636117 6636246 ENST00000377577 protein_coding 10 1 15 DNAJC11 ENSG00000007923 +CDS chr1 6636117 6636246 ENST00000294401 protein_coding 11 1 14 DNAJC11 ENSG00000007923 +CDS chr1 6637198 6637340 ENST00000377577 protein_coding 10 1 14 DNAJC11 ENSG00000007923 +CDS chr1 6637198 6637340 ENST00000294401 protein_coding 11 1 13 DNAJC11 ENSG00000007923 +CDS chr1 6637447 6637504 ENST00000377577 protein_coding 10 1 13 DNAJC11 ENSG00000007923 +CDS chr1 6637447 6637504 ENST00000294401 protein_coding 11 1 12 DNAJC11 ENSG00000007923 +CDS chr1 6638295 6638364 ENST00000377577 protein_coding 10 1 12 DNAJC11 ENSG00000007923 +CDS chr1 6638295 6638364 ENST00000294401 protein_coding 11 1 11 DNAJC11 ENSG00000007923 +CDS chr1 6639902 6640057 ENST00000377577 protein_coding 10 1 11 DNAJC11 ENSG00000007923 +CDS chr1 6644558 6644674 ENST00000377577 protein_coding 10 1 10 DNAJC11 ENSG00000007923 +CDS chr1 6644558 6644674 ENST00000294401 protein_coding 11 1 10 DNAJC11 ENSG00000007923 +CDS chr1 6645041 6645126 ENST00000377577 protein_coding 10 1 9 DNAJC11 ENSG00000007923 +CDS chr1 6645041 6645126 ENST00000294401 protein_coding 11 1 9 DNAJC11 ENSG00000007923 +CDS chr1 6645789 6645978 ENST00000377577 protein_coding 10 1 8 DNAJC11 ENSG00000007923 +CDS chr1 6645789 6645978 ENST00000294401 protein_coding 11 1 8 DNAJC11 ENSG00000007923 +transcript chr1 6645800 6701802 ENST00000426784 protein_coding 1 3 NA DNAJC11 ENSG00000007923 +CDS chr1 6645800 6645978 ENST00000426784 protein_coding 1 3 8 DNAJC11 ENSG00000007923 +CDS chr1 6645871 6645978 ENST00000451196 protein_coding 5 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6651017 6651180 ENST00000426784 protein_coding 1 3 7 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000451196 protein_coding 5 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000377577 protein_coding 10 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000294401 protein_coding 11 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000451196 protein_coding 5 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000377577 protein_coding 10 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000294401 protein_coding 11 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000426784 protein_coding 1 3 6 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000451196 protein_coding 5 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000377577 protein_coding 10 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000294401 protein_coding 11 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000426784 protein_coding 1 3 5 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000451196 protein_coding 5 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000377577 protein_coding 10 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000294401 protein_coding 11 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000426784 protein_coding 1 3 4 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000451196 protein_coding 5 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000377577 protein_coding 10 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000294401 protein_coding 11 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000426784 protein_coding 1 3 3 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000451196 protein_coding 5 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000377577 protein_coding 10 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000294401 protein_coding 11 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000426784 protein_coding 1 3 2 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000377577 protein_coding 10 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000294401 protein_coding 11 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000426784 protein_coding 1 3 1 DNAJC11 ENSG00000007923 +transcript chr1 6785454 7769706 ENST00000303635 protein_coding 12 1 NA CAMTA1 ENSG00000171735 +transcript chr1 6785480 6872038 ENST00000473578 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +transcript chr1 6785491 6887865 ENST00000557126 protein_coding 5 2 NA CAMTA1 ENSG00000171735 +transcript chr1 6785518 6872019 ENST00000467404 protein_coding 6 3 NA CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000303635 protein_coding 12 1 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000473578 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000557126 protein_coding 5 2 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000467404 protein_coding 6 3 1 CAMTA1 ENSG00000171735 +CDS chr1 6806983 6807088 ENST00000467404 protein_coding 6 3 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000303635 protein_coding 12 1 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000473578 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000557126 protein_coding 5 2 2 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000303635 protein_coding 12 1 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000473578 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000557126 protein_coding 5 2 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000467404 protein_coding 6 3 3 CAMTA1 ENSG00000171735 +CDS chr1 6871757 6871762 ENST00000473578 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 6871757 6871762 ENST00000467404 protein_coding 6 3 4 CAMTA1 ENSG00000171735 +CDS chr1 6887654 6887722 ENST00000557126 protein_coding 5 2 4 CAMTA1 ENSG00000171735 +CDS chr1 7091304 7091371 ENST00000303635 protein_coding 12 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7249491 7249626 ENST00000303635 protein_coding 12 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7467830 7467901 ENST00000303635 protein_coding 12 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7640400 7640553 ENST00000303635 protein_coding 12 1 7 CAMTA1 ENSG00000171735 +CDS chr1 7661726 7661866 ENST00000303635 protein_coding 12 1 8 CAMTA1 ENSG00000171735 +CDS chr1 7663353 7665199 ENST00000303635 protein_coding 12 1 9 CAMTA1 ENSG00000171735 +CDS chr1 7670911 7671037 ENST00000303635 protein_coding 12 1 10 CAMTA1 ENSG00000171735 +CDS chr1 7677599 7677733 ENST00000303635 protein_coding 12 1 11 CAMTA1 ENSG00000171735 +CDS chr1 7732448 7732599 ENST00000303635 protein_coding 12 1 12 CAMTA1 ENSG00000171735 +CDS chr1 7736344 7736540 ENST00000303635 protein_coding 12 1 13 CAMTA1 ENSG00000171735 +transcript chr1 7736408 7767856 ENST00000495233 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7736408 7736540 ENST00000495233 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +CDS chr1 7736931 7737009 ENST00000303635 protein_coding 12 1 14 CAMTA1 ENSG00000171735 +CDS chr1 7736931 7737009 ENST00000495233 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7737255 7737570 ENST00000303635 protein_coding 12 1 15 CAMTA1 ENSG00000171735 +CDS chr1 7737255 7737570 ENST00000495233 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7737959 7738482 ENST00000303635 protein_coding 12 1 16 CAMTA1 ENSG00000171735 +CDS chr1 7737959 7738482 ENST00000495233 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7744835 7745022 ENST00000303635 protein_coding 12 1 17 CAMTA1 ENSG00000171735 +CDS chr1 7744835 7745022 ENST00000495233 protein_coding 5 1 5 CAMTA1 ENSG00000171735 +transcript chr1 7744914 7767856 ENST00000490905 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7744914 7745022 ENST00000490905 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +transcript chr1 7744961 7766522 ENST00000476864 protein_coding 1 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7744961 7745022 ENST00000476864 protein_coding 1 1 1 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000303635 protein_coding 12 1 18 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000495233 protein_coding 5 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000476864 protein_coding 1 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7745887 7746091 ENST00000490905 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000303635 protein_coding 12 1 19 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000495233 protein_coding 5 1 7 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000490905 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000476864 protein_coding 1 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7749771 7749791 ENST00000495233 protein_coding 5 1 8 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000303635 protein_coding 12 1 20 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000495233 protein_coding 5 1 9 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000490905 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000476864 protein_coding 1 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000303635 protein_coding 12 1 21 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000495233 protein_coding 5 1 10 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000490905 protein_coding 5 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000476864 protein_coding 1 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7755638 7755668 ENST00000303635 protein_coding 12 1 22 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766488 ENST00000303635 protein_coding 12 1 23 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000495233 protein_coding 5 1 11 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000490905 protein_coding 5 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000476864 protein_coding 1 1 6 CAMTA1 ENSG00000171735 +transcript chr1 7771296 7781432 ENST00000054666 protein_coding 11 1 NA VAMP3 ENSG00000049245 +CDS chr1 7771384 7771385 ENST00000054666 protein_coding 11 1 1 VAMP3 ENSG00000049245 +transcript chr1 7772707 7779806 ENST00000470357 protein_coding 1 3 NA VAMP3 ENSG00000049245 +CDS chr1 7773442 7773511 ENST00000054666 protein_coding 11 1 2 VAMP3 ENSG00000049245 +CDS chr1 7777160 7777318 ENST00000054666 protein_coding 11 1 3 VAMP3 ENSG00000049245 +CDS chr1 7777172 7777318 ENST00000470357 protein_coding 1 3 3 VAMP3 ENSG00000049245 +CDS chr1 7778118 7778169 ENST00000054666 protein_coding 11 1 4 VAMP3 ENSG00000049245 +CDS chr1 7778118 7778169 ENST00000470357 protein_coding 1 3 4 VAMP3 ENSG00000049245 +CDS chr1 7779626 7779642 ENST00000054666 protein_coding 11 1 5 VAMP3 ENSG00000049245 +CDS chr1 7779626 7779642 ENST00000470357 protein_coding 1 3 5 VAMP3 ENSG00000049245 +transcript chr1 7784291 7845177 ENST00000377532 protein_coding 8 1 NA PER3 ENSG00000049246 +transcript chr1 7784320 7803958 ENST00000377541 protein_coding 5 1 NA PER3 ENSG00000049246 +transcript chr1 7784429 7845176 ENST00000613533 protein_coding 4 5 NA PER3 ENSG00000049246 +transcript chr1 7784429 7845176 ENST00000614998 protein_coding 4 1 NA PER3 ENSG00000049246 +transcript chr1 7784703 7845177 ENST00000361923 protein_coding 2 1 NA PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000377541 protein_coding 5 1 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000377532 protein_coding 8 1 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000361923 protein_coding 2 1 1 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000613533 protein_coding 4 5 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000614998 protein_coding 4 1 2 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000377541 protein_coding 5 1 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000377532 protein_coding 8 1 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000361923 protein_coding 2 1 2 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000613533 protein_coding 4 5 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000614998 protein_coding 4 1 3 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000377541 protein_coding 5 1 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000377532 protein_coding 8 1 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000361923 protein_coding 2 1 3 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000613533 protein_coding 4 5 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000614998 protein_coding 4 1 4 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000377541 protein_coding 5 1 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000377532 protein_coding 8 1 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000361923 protein_coding 2 1 4 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000613533 protein_coding 4 5 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000614998 protein_coding 4 1 5 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000377532 protein_coding 8 1 6 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000613533 protein_coding 4 5 6 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000614998 protein_coding 4 1 6 PER3 ENSG00000049246 +CDS chr1 7793960 7794008 ENST00000377541 protein_coding 5 1 6 PER3 ENSG00000049246 +CDS chr1 7793960 7794008 ENST00000361923 protein_coding 2 1 5 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000377541 protein_coding 5 1 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000377532 protein_coding 8 1 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000361923 protein_coding 2 1 6 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000613533 protein_coding 4 5 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000614998 protein_coding 4 1 7 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000377541 protein_coding 5 1 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000377532 protein_coding 8 1 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000361923 protein_coding 2 1 7 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000613533 protein_coding 4 5 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000614998 protein_coding 4 1 8 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000377541 protein_coding 5 1 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000377532 protein_coding 8 1 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000361923 protein_coding 2 1 8 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000613533 protein_coding 4 5 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000614998 protein_coding 4 1 9 PER3 ENSG00000049246 +CDS chr1 7803692 7803849 ENST00000377541 protein_coding 5 1 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000377532 protein_coding 8 1 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000361923 protein_coding 2 1 9 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000613533 protein_coding 4 5 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000614998 protein_coding 4 1 10 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000377532 protein_coding 8 1 11 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000361923 protein_coding 2 1 10 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000613533 protein_coding 4 5 11 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000614998 protein_coding 4 1 11 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000377532 protein_coding 8 1 12 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000361923 protein_coding 2 1 11 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000613533 protein_coding 4 5 12 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000614998 protein_coding 4 1 12 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000377532 protein_coding 8 1 13 PER3 ENSG00000049246 +CDS chr1 7810438 7810567 ENST00000361923 protein_coding 2 1 12 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000613533 protein_coding 4 5 13 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000614998 protein_coding 4 1 13 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000377532 protein_coding 8 1 14 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000361923 protein_coding 2 1 13 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000613533 protein_coding 4 5 14 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000614998 protein_coding 4 1 14 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000377532 protein_coding 8 1 15 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000361923 protein_coding 2 1 14 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000613533 protein_coding 4 5 15 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000614998 protein_coding 4 1 15 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000377532 protein_coding 8 1 16 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000361923 protein_coding 2 1 15 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000613533 protein_coding 4 5 16 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000614998 protein_coding 4 1 16 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000377532 protein_coding 8 1 17 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000361923 protein_coding 2 1 16 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000613533 protein_coding 4 5 17 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000614998 protein_coding 4 1 17 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000377532 protein_coding 8 1 18 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000361923 protein_coding 2 1 17 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000613533 protein_coding 4 5 18 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000614998 protein_coding 4 1 18 PER3 ENSG00000049246 +CDS chr1 7829834 7830161 ENST00000377532 protein_coding 8 1 19 PER3 ENSG00000049246 +CDS chr1 7829834 7830161 ENST00000613533 protein_coding 4 5 19 PER3 ENSG00000049246 +CDS chr1 7829837 7830161 ENST00000361923 protein_coding 2 1 18 PER3 ENSG00000049246 +CDS chr1 7829837 7829951 ENST00000614998 protein_coding 4 1 19 PER3 ENSG00000049246 +CDS chr1 7830006 7830161 ENST00000614998 protein_coding 4 1 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000377532 protein_coding 8 1 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000361923 protein_coding 2 1 19 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000613533 protein_coding 4 5 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000614998 protein_coding 4 1 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000377532 protein_coding 8 1 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000361923 protein_coding 2 1 20 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000613533 protein_coding 4 5 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000614998 protein_coding 4 1 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000377532 protein_coding 8 1 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000361923 protein_coding 2 1 21 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000613533 protein_coding 4 5 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000614998 protein_coding 4 1 23 PER3 ENSG00000049246 +transcript chr1 7843083 7853512 ENST00000377516 protein_coding 6 5 NA UTS2 ENSG00000049247 +CDS chr1 7843946 7843950 ENST00000377516 protein_coding 6 5 7 UTS2 ENSG00000049247 +CDS chr1 7846692 7846766 ENST00000377516 protein_coding 6 5 6 UTS2 ENSG00000049247 +transcript chr1 7847612 7853065 ENST00000361696 protein_coding 10 1 NA UTS2 ENSG00000049247 +transcript chr1 7847766 7853431 ENST00000054668 protein_coding 5 1 NA UTS2 ENSG00000049247 +CDS chr1 7847769 7847882 ENST00000361696 protein_coding 10 1 4 UTS2 ENSG00000049247 +CDS chr1 7847769 7847882 ENST00000054668 protein_coding 5 1 5 UTS2 ENSG00000049247 +CDS chr1 7847804 7847882 ENST00000377516 protein_coding 6 5 5 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000377516 protein_coding 6 5 4 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000361696 protein_coding 10 1 3 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000054668 protein_coding 5 1 4 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000377516 protein_coding 6 5 3 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000361696 protein_coding 10 1 2 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000054668 protein_coding 5 1 3 UTS2 ENSG00000049247 +CDS chr1 7852901 7853003 ENST00000377516 protein_coding 6 5 2 UTS2 ENSG00000049247 +CDS chr1 7852901 7853003 ENST00000361696 protein_coding 10 1 1 UTS2 ENSG00000049247 +CDS chr1 7852901 7852923 ENST00000054668 protein_coding 5 1 2 UTS2 ENSG00000049247 +CDS chr1 7853307 7853431 ENST00000054668 protein_coding 5 1 1 UTS2 ENSG00000049247 +transcript chr1 7915871 7940839 ENST00000377507 protein_coding 8 1 NA TNFRSF9 ENSG00000049249 +transcript chr1 7915894 7943165 ENST00000615230 protein_coding 4 5 NA TNFRSF9 ENSG00000049249 +CDS chr1 7920838 7920923 ENST00000377507 protein_coding 8 1 8 TNFRSF9 ENSG00000049249 +CDS chr1 7920838 7920923 ENST00000615230 protein_coding 4 5 9 TNFRSF9 ENSG00000049249 +transcript chr1 7921800 7935100 ENST00000474475 protein_coding 1 3 NA TNFRSF9 ENSG00000049249 +CDS chr1 7921984 7922021 ENST00000474475 protein_coding 1 3 3 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000377507 protein_coding 8 1 7 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000474475 protein_coding 1 3 2 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000615230 protein_coding 4 5 8 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935143 ENST00000377507 protein_coding 8 1 6 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935100 ENST00000474475 protein_coding 1 3 1 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935143 ENST00000615230 protein_coding 4 5 7 TNFRSF9 ENSG00000049249 +CDS chr1 7937690 7937756 ENST00000377507 protein_coding 8 1 5 TNFRSF9 ENSG00000049249 +CDS chr1 7937690 7937756 ENST00000615230 protein_coding 4 5 6 TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000377507 protein_coding 8 1 4 TNFRSF9 ENSG00000049249 +transcript chr1 7938193 7943165 ENST00000674210 protein_coding 1 NA NA TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000674210 protein_coding 1 NA 5 TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000615230 protein_coding 4 5 5 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000377507 protein_coding 8 1 3 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000674210 protein_coding 1 NA 4 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000615230 protein_coding 4 5 4 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000377507 protein_coding 8 1 2 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000674210 protein_coding 1 NA 3 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000615230 protein_coding 4 5 3 TNFRSF9 ENSG00000049249 +transcript chr1 7954291 7985052 ENST00000493373 protein_coding 5 5 NA PARK7 ENSG00000116288 +transcript chr1 7961692 7985505 ENST00000493678 protein_coding 5 1 NA PARK7 ENSG00000116288 +transcript chr1 7961701 7985281 ENST00000377493 protein_coding 9 2 NA PARK7 ENSG00000116288 +transcript chr1 7961711 7985505 ENST00000338639 protein_coding 10 1 NA PARK7 ENSG00000116288 +transcript chr1 7961894 7985250 ENST00000377491 protein_coding 5 3 NA PARK7 ENSG00000116288 +transcript chr1 7961969 7985111 ENST00000377488 protein_coding 5 3 NA PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000493373 protein_coding 5 5 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000338639 protein_coding 10 1 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000493678 protein_coding 5 1 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377493 protein_coding 9 2 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377491 protein_coding 5 3 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377488 protein_coding 5 3 2 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000493373 protein_coding 5 5 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000338639 protein_coding 10 1 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000493678 protein_coding 5 1 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377493 protein_coding 9 2 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377491 protein_coding 5 3 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377488 protein_coding 5 3 3 PARK7 ENSG00000116288 +transcript chr1 7965351 7985282 ENST00000469225 protein_coding 1 3 NA PARK7 ENSG00000116288 +CDS chr1 7965351 7965425 ENST00000469225 protein_coding 1 3 1 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000493373 protein_coding 5 5 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000338639 protein_coding 10 1 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000493678 protein_coding 5 1 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000377491 protein_coding 5 3 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000377488 protein_coding 5 3 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000469225 protein_coding 1 3 2 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000493373 protein_coding 5 5 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000338639 protein_coding 10 1 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000493678 protein_coding 5 1 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377493 protein_coding 9 2 4 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377491 protein_coding 5 3 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377488 protein_coding 5 3 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000469225 protein_coding 1 3 3 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000493373 protein_coding 5 5 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000338639 protein_coding 10 1 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000493678 protein_coding 5 1 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377493 protein_coding 9 2 5 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377491 protein_coding 5 3 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377488 protein_coding 5 3 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000469225 protein_coding 1 3 4 PARK7 ENSG00000116288 +CDS chr1 7984864 7985051 ENST00000469225 protein_coding 1 3 5 PARK7 ENSG00000116288 +CDS chr1 7984894 7985052 ENST00000493373 protein_coding 5 5 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000338639 protein_coding 10 1 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000493678 protein_coding 5 1 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377493 protein_coding 9 2 6 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377491 protein_coding 5 3 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377488 protein_coding 5 3 7 PARK7 ENSG00000116288 +transcript chr1 8004404 8026283 ENST00000474874 protein_coding 5 3 NA ERRFI1 ENSG00000116285 +CDS chr1 8004525 8004558 ENST00000474874 protein_coding 5 3 3 ERRFI1 ENSG00000116285 +transcript chr1 8011727 8026309 ENST00000377482 protein_coding 10 1 NA ERRFI1 ENSG00000116285 +CDS chr1 8013213 8014396 ENST00000377482 protein_coding 10 1 4 ERRFI1 ENSG00000116285 +transcript chr1 8013427 8015633 ENST00000467067 protein_coding 1 2 NA ERRFI1 ENSG00000116285 +transcript chr1 8013739 8026296 ENST00000469499 protein_coding 5 3 NA ERRFI1 ENSG00000116285 +CDS chr1 8014300 8014396 ENST00000469499 protein_coding 5 3 3 ERRFI1 ENSG00000116285 +CDS chr1 8015273 8015384 ENST00000467067 protein_coding 1 2 2 ERRFI1 ENSG00000116285 +CDS chr1 8015308 8015384 ENST00000377482 protein_coding 10 1 3 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000474874 protein_coding 5 3 2 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000377482 protein_coding 10 1 2 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000467067 protein_coding 1 2 1 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000469499 protein_coding 5 3 2 ERRFI1 ENSG00000116285 +transcript chr1 8318114 8344165 ENST00000471889 protein_coding 7 5 NA SLC45A1 ENSG00000162426 +CDS chr1 8324330 8324726 ENST00000471889 protein_coding 7 5 2 SLC45A1 ENSG00000162426 +transcript chr1 8324330 8344167 ENST00000289877 protein_coding 8 1 NA SLC45A1 ENSG00000162426 +CDS chr1 8324330 8324726 ENST00000289877 protein_coding 8 1 1 SLC45A1 ENSG00000162426 +CDS chr1 8325298 8325390 ENST00000471889 protein_coding 7 5 3 SLC45A1 ENSG00000162426 +CDS chr1 8325298 8325390 ENST00000289877 protein_coding 8 1 2 SLC45A1 ENSG00000162426 +CDS chr1 8325818 8326042 ENST00000471889 protein_coding 7 5 4 SLC45A1 ENSG00000162426 +CDS chr1 8325818 8326042 ENST00000289877 protein_coding 8 1 3 SLC45A1 ENSG00000162426 +CDS chr1 8330209 8330936 ENST00000471889 protein_coding 7 5 5 SLC45A1 ENSG00000162426 +CDS chr1 8330209 8330936 ENST00000289877 protein_coding 8 1 4 SLC45A1 ENSG00000162426 +CDS chr1 8335437 8335590 ENST00000471889 protein_coding 7 5 6 SLC45A1 ENSG00000162426 +CDS chr1 8335437 8335590 ENST00000289877 protein_coding 8 1 5 SLC45A1 ENSG00000162426 +CDS chr1 8337816 8337992 ENST00000471889 protein_coding 7 5 7 SLC45A1 ENSG00000162426 +CDS chr1 8337816 8337992 ENST00000289877 protein_coding 8 1 6 SLC45A1 ENSG00000162426 +CDS chr1 8339493 8339698 ENST00000471889 protein_coding 7 5 8 SLC45A1 ENSG00000162426 +CDS chr1 8339493 8339698 ENST00000289877 protein_coding 8 1 7 SLC45A1 ENSG00000162426 +CDS chr1 8343747 8344010 ENST00000471889 protein_coding 7 5 9 SLC45A1 ENSG00000162426 +CDS chr1 8343747 8344010 ENST00000289877 protein_coding 8 1 8 SLC45A1 ENSG00000162426 +transcript chr1 8352397 8817465 ENST00000337907 protein_coding 7 1 NA RERE ENSG00000142599 +transcript chr1 8352404 8817640 ENST00000400908 protein_coding 7 1 NA RERE ENSG00000142599 +transcript chr1 8352406 8525939 ENST00000377464 protein_coding 5 5 NA RERE ENSG00000142599 +transcript chr1 8353943 8656371 ENST00000400907 protein_coding 6 5 NA RERE ENSG00000142599 +transcript chr1 8354093 8423666 ENST00000476556 protein_coding 5 1 NA RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000337907 protein_coding 7 1 24 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000400908 protein_coding 7 1 23 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000377464 protein_coding 5 5 17 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000400907 protein_coding 6 5 15 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000476556 protein_coding 5 1 13 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000337907 protein_coding 7 1 23 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000400908 protein_coding 7 1 22 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000377464 protein_coding 5 5 16 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000400907 protein_coding 6 5 14 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000476556 protein_coding 5 1 12 RERE ENSG00000142599 +transcript chr1 8355521 8362844 ENST00000505225 protein_coding 1 2 NA RERE ENSG00000142599 +CDS chr1 8355521 8355599 ENST00000505225 protein_coding 1 2 5 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000337907 protein_coding 7 1 22 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000400908 protein_coding 7 1 21 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000377464 protein_coding 5 5 15 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000476556 protein_coding 5 1 11 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000505225 protein_coding 1 2 4 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000337907 protein_coding 7 1 21 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000400908 protein_coding 7 1 20 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000377464 protein_coding 5 5 14 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000476556 protein_coding 5 1 10 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000337907 protein_coding 7 1 20 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000400908 protein_coding 7 1 19 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000377464 protein_coding 5 5 13 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000476556 protein_coding 5 1 9 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000337907 protein_coding 7 1 19 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000400908 protein_coding 7 1 18 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000377464 protein_coding 5 5 12 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000476556 protein_coding 5 1 8 RERE ENSG00000142599 +transcript chr1 8361158 8848921 ENST00000656437 protein_coding 1 NA NA RERE ENSG00000142599 +CDS chr1 8361158 8361490 ENST00000656437 protein_coding 1 NA 19 RERE ENSG00000142599 +CDS chr1 8361460 8361490 ENST00000505225 protein_coding 1 2 3 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000337907 protein_coding 7 1 18 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000400908 protein_coding 7 1 17 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000377464 protein_coding 5 5 11 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000476556 protein_coding 5 1 7 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000505225 protein_coding 1 2 2 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000656437 protein_coding 1 NA 18 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000337907 protein_coding 7 1 17 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000400908 protein_coding 7 1 16 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000377464 protein_coding 5 5 10 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000476556 protein_coding 5 1 6 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000505225 protein_coding 1 2 1 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000656437 protein_coding 1 NA 17 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000337907 protein_coding 7 1 16 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000400908 protein_coding 7 1 15 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000377464 protein_coding 5 5 9 RERE ENSG00000142599 +CDS chr1 8364056 8364133 ENST00000476556 protein_coding 5 1 5 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000656437 protein_coding 1 NA 16 RERE ENSG00000142599 +transcript chr1 8364056 8425212 ENST00000488215 protein_coding 5 3 NA RERE ENSG00000142599 +CDS chr1 8364056 8364133 ENST00000488215 protein_coding 5 3 5 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000337907 protein_coding 7 1 15 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000400908 protein_coding 7 1 14 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000377464 protein_coding 5 5 8 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000400907 protein_coding 6 5 13 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000656437 protein_coding 1 NA 15 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000337907 protein_coding 7 1 14 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000400908 protein_coding 7 1 13 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000377464 protein_coding 5 5 7 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000400907 protein_coding 6 5 12 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000656437 protein_coding 1 NA 14 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000337907 protein_coding 7 1 13 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000400908 protein_coding 7 1 12 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000377464 protein_coding 5 5 6 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000400907 protein_coding 6 5 11 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000656437 protein_coding 1 NA 13 RERE ENSG00000142599 +transcript chr1 8422790 8526027 ENST00000464972 protein_coding 5 5 NA RERE ENSG00000142599 +CDS chr1 8422790 8422807 ENST00000464972 protein_coding 5 5 7 RERE ENSG00000142599 +transcript chr1 8436770 8817271 ENST00000659924 protein_coding 1 NA NA RERE ENSG00000142599 +CDS chr1 8438298 8438300 ENST00000659924 protein_coding 1 NA 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000337907 protein_coding 7 1 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000400908 protein_coding 7 1 11 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000377464 protein_coding 5 5 5 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000400907 protein_coding 6 5 10 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000656437 protein_coding 1 NA 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000464972 protein_coding 5 5 6 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000659924 protein_coding 1 NA 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000337907 protein_coding 7 1 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000400908 protein_coding 7 1 10 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000377464 protein_coding 5 5 4 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000400907 protein_coding 6 5 9 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000656437 protein_coding 1 NA 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000464972 protein_coding 5 5 5 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000659924 protein_coding 1 NA 10 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000337907 protein_coding 7 1 10 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000400908 protein_coding 7 1 9 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000377464 protein_coding 5 5 3 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000400907 protein_coding 6 5 8 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000656437 protein_coding 1 NA 10 RERE ENSG00000142599 +CDS chr1 8497405 8497454 ENST00000464972 protein_coding 5 5 4 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000659924 protein_coding 1 NA 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000337907 protein_coding 7 1 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000400908 protein_coding 7 1 8 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000377464 protein_coding 5 5 2 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000400907 protein_coding 6 5 7 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000656437 protein_coding 1 NA 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000659924 protein_coding 1 NA 8 RERE ENSG00000142599 +CDS chr1 8525759 8525784 ENST00000377464 protein_coding 5 5 1 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000337907 protein_coding 7 1 8 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000400908 protein_coding 7 1 7 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000400907 protein_coding 6 5 6 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000656437 protein_coding 1 NA 8 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000659924 protein_coding 1 NA 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000337907 protein_coding 7 1 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000400908 protein_coding 7 1 6 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000400907 protein_coding 6 5 5 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000656437 protein_coding 1 NA 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000659924 protein_coding 1 NA 6 RERE ENSG00000142599 +transcript chr1 8556476 8624380 ENST00000514428 protein_coding 1 3 NA RERE ENSG00000142599 +CDS chr1 8556476 8556571 ENST00000514428 protein_coding 1 3 3 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000337907 protein_coding 7 1 6 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000400908 protein_coding 7 1 5 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000400907 protein_coding 6 5 4 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000656437 protein_coding 1 NA 6 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000659924 protein_coding 1 NA 5 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000514428 protein_coding 1 3 2 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000337907 protein_coding 7 1 5 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000400908 protein_coding 7 1 4 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000400907 protein_coding 6 5 3 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000656437 protein_coding 1 NA 5 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000659924 protein_coding 1 NA 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000337907 protein_coding 7 1 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000400908 protein_coding 7 1 3 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000400907 protein_coding 6 5 2 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000656437 protein_coding 1 NA 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000659924 protein_coding 1 NA 3 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000514428 protein_coding 1 3 1 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000337907 protein_coding 7 1 3 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000400908 protein_coding 7 1 2 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000400907 protein_coding 6 5 1 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000656437 protein_coding 1 NA 3 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000659924 protein_coding 1 NA 2 RERE ENSG00000142599 +transcript chr1 8656193 8703219 ENST00000468247 protein_coding 1 2 NA RERE ENSG00000142599 +CDS chr1 8656193 8656297 ENST00000468247 protein_coding 1 2 2 RERE ENSG00000142599 +transcript chr1 8861000 8878686 ENST00000234590 protein_coding 10 1 NA ENO1 ENSG00000074800 +transcript chr1 8861002 8878689 ENST00000647408 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8861363 8861429 ENST00000234590 protein_coding 10 1 12 ENO1 ENSG00000074800 +CDS chr1 8861363 8861429 ENST00000647408 protein_coding 1 NA 12 ENO1 ENSG00000074800 +CDS chr1 8862887 8862945 ENST00000234590 protein_coding 10 1 11 ENO1 ENSG00000074800 +CDS chr1 8862887 8862945 ENST00000647408 protein_coding 1 NA 11 ENO1 ENSG00000074800 +CDS chr1 8863235 8863343 ENST00000234590 protein_coding 10 1 10 ENO1 ENSG00000074800 +CDS chr1 8863235 8863343 ENST00000647408 protein_coding 1 NA 10 ENO1 ENSG00000074800 +CDS chr1 8863891 8864092 ENST00000234590 protein_coding 10 1 9 ENO1 ENSG00000074800 +CDS chr1 8863891 8864092 ENST00000647408 protein_coding 1 NA 9 ENO1 ENSG00000074800 +CDS chr1 8865285 8865482 ENST00000234590 protein_coding 10 1 8 ENO1 ENSG00000074800 +CDS chr1 8865285 8865482 ENST00000647408 protein_coding 1 NA 8 ENO1 ENSG00000074800 +CDS chr1 8866279 8866501 ENST00000234590 protein_coding 10 1 7 ENO1 ENSG00000074800 +CDS chr1 8866279 8866501 ENST00000647408 protein_coding 1 NA 7 ENO1 ENSG00000074800 +transcript chr1 8866361 8878267 ENST00000497492 protein_coding 1 2 NA ENO1 ENSG00000074800 +CDS chr1 8866361 8866501 ENST00000497492 protein_coding 1 2 7 ENO1 ENSG00000074800 +transcript chr1 8866432 8878032 ENST00000646660 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8866432 8866501 ENST00000646660 protein_coding 1 NA 7 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000234590 protein_coding 10 1 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000647408 protein_coding 1 NA 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000497492 protein_coding 1 2 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000646660 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8867184 8878033 ENST00000646906 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8867184 8867250 ENST00000646906 protein_coding 1 NA 7 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000234590 protein_coding 10 1 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000647408 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000497492 protein_coding 1 2 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000646660 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000646906 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868027 8878720 ENST00000646156 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8868027 8868057 ENST00000646156 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868048 8878646 ENST00000643438 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8868048 8868057 ENST00000643438 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868049 8879190 ENST00000489867 protein_coding 2 1 NA ENO1 ENSG00000074800 +CDS chr1 8868049 8868057 ENST00000489867 protein_coding 2 1 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000234590 protein_coding 10 1 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000497492 protein_coding 1 2 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646660 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646906 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646156 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000643438 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000489867 protein_coding 2 1 4 ENO1 ENSG00000074800 +CDS chr1 8870825 8870883 ENST00000647408 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000234590 protein_coding 10 1 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000647408 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000497492 protein_coding 1 2 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000646660 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000646906 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871900 ENST00000646156 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000643438 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000489867 protein_coding 2 1 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000234590 protein_coding 10 1 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000647408 protein_coding 1 NA 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000497492 protein_coding 1 2 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000646660 protein_coding 1 NA 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000646906 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000643438 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000489867 protein_coding 2 1 2 ENO1 ENSG00000074800 +transcript chr1 8945867 8967745 ENST00000549778 protein_coding 5 3 NA CA6 ENSG00000131686 +transcript chr1 8945868 8975092 ENST00000377443 protein_coding 7 1 NA CA6 ENSG00000131686 +transcript chr1 8945882 8952651 ENST00000480186 protein_coding 7 2 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000549778 protein_coding 5 3 1 CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000480186 protein_coding 7 2 1 CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377443 protein_coding 7 1 1 CA6 ENSG00000131686 +transcript chr1 8945887 8974444 ENST00000377436 protein_coding 6 1 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377436 protein_coding 6 1 1 CA6 ENSG00000131686 +transcript chr1 8945887 8974704 ENST00000377442 protein_coding 3 1 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377442 protein_coding 3 1 1 CA6 ENSG00000131686 +CDS chr1 8949263 8949351 ENST00000549778 protein_coding 5 3 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000480186 protein_coding 7 2 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000377443 protein_coding 7 1 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000377436 protein_coding 6 1 2 CA6 ENSG00000131686 +CDS chr1 8951423 8951700 ENST00000480186 protein_coding 7 2 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377443 protein_coding 7 1 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377436 protein_coding 6 1 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377442 protein_coding 3 1 2 CA6 ENSG00000131686 +CDS chr1 8957142 8957285 ENST00000549778 protein_coding 5 3 3 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000549778 protein_coding 5 3 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377443 protein_coding 7 1 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377436 protein_coding 6 1 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377442 protein_coding 3 1 3 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000549778 protein_coding 5 3 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377443 protein_coding 7 1 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377436 protein_coding 6 1 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377442 protein_coding 3 1 4 CA6 ENSG00000131686 +CDS chr1 8967659 8967745 ENST00000549778 protein_coding 5 3 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377443 protein_coding 7 1 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377436 protein_coding 6 1 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377442 protein_coding 3 1 5 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377443 protein_coding 7 1 7 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377436 protein_coding 6 1 7 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377442 protein_coding 3 1 6 CA6 ENSG00000131686 +CDS chr1 8974347 8974441 ENST00000377436 protein_coding 6 1 8 CA6 ENSG00000131686 +CDS chr1 8974622 8974701 ENST00000377443 protein_coding 7 1 8 CA6 ENSG00000131686 +CDS chr1 8974622 8974701 ENST00000377442 protein_coding 3 1 7 CA6 ENSG00000131686 +transcript chr1 9002973 9026423 ENST00000400906 protein_coding 2 1 NA SLC2A7 ENSG00000197241 +CDS chr1 9003303 9003518 ENST00000400906 protein_coding 2 1 12 SLC2A7 ENSG00000197241 +CDS chr1 9004752 9004879 ENST00000400906 protein_coding 2 1 11 SLC2A7 ENSG00000197241 +CDS chr1 9007310 9007385 ENST00000400906 protein_coding 2 1 10 SLC2A7 ENSG00000197241 +CDS chr1 9010143 9010244 ENST00000400906 protein_coding 2 1 9 SLC2A7 ENSG00000197241 +CDS chr1 9013525 9013635 ENST00000400906 protein_coding 2 1 8 SLC2A7 ENSG00000197241 +CDS chr1 9014681 9014868 ENST00000400906 protein_coding 2 1 7 SLC2A7 ENSG00000197241 +CDS chr1 9015117 9015242 ENST00000400906 protein_coding 2 1 6 SLC2A7 ENSG00000197241 +CDS chr1 9018223 9018375 ENST00000400906 protein_coding 2 1 5 SLC2A7 ENSG00000197241 +CDS chr1 9019209 9019333 ENST00000400906 protein_coding 2 1 4 SLC2A7 ENSG00000197241 +CDS chr1 9022918 9023078 ENST00000400906 protein_coding 2 1 3 SLC2A7 ENSG00000197241 +CDS chr1 9024976 9025074 ENST00000400906 protein_coding 2 1 2 SLC2A7 ENSG00000197241 +CDS chr1 9026295 9026345 ENST00000400906 protein_coding 2 1 1 SLC2A7 ENSG00000197241 +transcript chr1 9035106 9069635 ENST00000377424 protein_coding 9 1 NA SLC2A5 ENSG00000142583 +CDS chr1 9037589 9037789 ENST00000377424 protein_coding 9 1 12 SLC2A5 ENSG00000142583 +CDS chr1 9037897 9038024 ENST00000377424 protein_coding 9 1 11 SLC2A5 ENSG00000142583 +CDS chr1 9038431 9038506 ENST00000377424 protein_coding 9 1 10 SLC2A5 ENSG00000142583 +CDS chr1 9038828 9038929 ENST00000377424 protein_coding 9 1 9 SLC2A5 ENSG00000142583 +CDS chr1 9039552 9039662 ENST00000377424 protein_coding 9 1 8 SLC2A5 ENSG00000142583 +CDS chr1 9039800 9039987 ENST00000377424 protein_coding 9 1 7 SLC2A5 ENSG00000142583 +CDS chr1 9040064 9040189 ENST00000377424 protein_coding 9 1 6 SLC2A5 ENSG00000142583 +transcript chr1 9040080 9069604 ENST00000377414 protein_coding 7 1 NA SLC2A5 ENSG00000142583 +CDS chr1 9041624 9041937 ENST00000377414 protein_coding 7 1 5 SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000377424 protein_coding 9 1 5 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9071727 ENST00000484798 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000484798 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9072265 ENST00000474145 protein_coding 5 2 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000474145 protein_coding 5 2 6 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9073122 ENST00000479813 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000479813 protein_coding 5 3 7 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9088478 ENST00000486632 protein_coding 5 5 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000486632 protein_coding 5 5 7 SLC2A5 ENSG00000142583 +transcript chr1 9041858 9088457 ENST00000487835 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041858 9041937 ENST00000487835 protein_coding 5 3 7 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000377424 protein_coding 9 1 4 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000377414 protein_coding 7 1 4 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000484798 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000474145 protein_coding 5 2 5 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000479813 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000486632 protein_coding 5 5 6 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000487835 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +transcript chr1 9047611 9088443 ENST00000464985 protein_coding 5 4 NA SLC2A5 ENSG00000142583 +CDS chr1 9047611 9047734 ENST00000464985 protein_coding 5 4 6 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000377424 protein_coding 9 1 3 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000377414 protein_coding 7 1 3 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000484798 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000474145 protein_coding 5 2 4 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000479813 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000486632 protein_coding 5 5 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000487835 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000464985 protein_coding 5 4 5 SLC2A5 ENSG00000142583 +transcript chr1 9057498 9069851 ENST00000473209 protein_coding 1 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9057498 9057608 ENST00000473209 protein_coding 1 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000377424 protein_coding 9 1 2 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000377414 protein_coding 7 1 2 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000484798 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000474145 protein_coding 5 2 3 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000479813 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000486632 protein_coding 5 5 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000487835 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000464985 protein_coding 5 4 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000473209 protein_coding 1 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000377424 protein_coding 9 1 1 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000377414 protein_coding 7 1 1 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000484798 protein_coding 5 3 2 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000474145 protein_coding 5 2 2 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000479813 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000486632 protein_coding 5 5 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000487835 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000464985 protein_coding 5 4 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000473209 protein_coding 1 3 2 SLC2A5 ENSG00000142583 +transcript chr1 9100305 9129102 ENST00000377411 protein_coding 5 1 NA GPR157 ENSG00000180758 +CDS chr1 9104422 9104634 ENST00000377411 protein_coding 5 1 4 GPR157 ENSG00000180758 +transcript chr1 9104532 9111370 ENST00000465853 protein_coding 1 5 NA GPR157 ENSG00000180758 +CDS chr1 9104532 9104634 ENST00000465853 protein_coding 1 5 2 GPR157 ENSG00000180758 +CDS chr1 9105486 9105680 ENST00000377411 protein_coding 5 1 3 GPR157 ENSG00000180758 +CDS chr1 9111276 9111489 ENST00000377411 protein_coding 5 1 2 GPR157 ENSG00000180758 +CDS chr1 9111276 9111370 ENST00000465853 protein_coding 1 5 1 GPR157 ENSG00000180758 +CDS chr1 9128645 9129027 ENST00000377411 protein_coding 5 1 1 GPR157 ENSG00000180758 +transcript chr1 9234774 9271337 ENST00000377403 protein_coding 7 1 NA H6PD ENSG00000049239 +transcript chr1 9239844 9267898 ENST00000602477 protein_coding 1 1 NA H6PD ENSG00000049239 +CDS chr1 9239996 9240018 ENST00000602477 protein_coding 1 1 1 H6PD ENSG00000049239 +CDS chr1 9244925 9245561 ENST00000602477 protein_coding 1 1 2 H6PD ENSG00000049239 +CDS chr1 9244935 9245561 ENST00000377403 protein_coding 7 1 2 H6PD ENSG00000049239 +CDS chr1 9246966 9247083 ENST00000377403 protein_coding 7 1 3 H6PD ENSG00000049239 +CDS chr1 9246966 9247083 ENST00000602477 protein_coding 1 1 3 H6PD ENSG00000049239 +CDS chr1 9262059 9262328 ENST00000377403 protein_coding 7 1 4 H6PD ENSG00000049239 +CDS chr1 9262059 9262328 ENST00000602477 protein_coding 1 1 4 H6PD ENSG00000049239 +CDS chr1 9263509 9264866 ENST00000377403 protein_coding 7 1 5 H6PD ENSG00000049239 +CDS chr1 9263509 9264866 ENST00000602477 protein_coding 1 1 5 H6PD ENSG00000049239 +transcript chr1 9292894 9369532 ENST00000328089 protein_coding 11 1 NA SPSB1 ENSG00000171621 +transcript chr1 9294528 9356497 ENST00000450402 protein_coding 1 5 NA SPSB1 ENSG00000171621 +transcript chr1 9351431 9367863 ENST00000357898 protein_coding 3 5 NA SPSB1 ENSG00000171621 +transcript chr1 9355707 9367575 ENST00000377399 protein_coding 2 1 NA SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000328089 protein_coding 11 1 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356497 ENST00000450402 protein_coding 1 5 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000357898 protein_coding 3 5 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000377399 protein_coding 2 1 1 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000328089 protein_coding 11 1 3 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000357898 protein_coding 3 5 3 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000377399 protein_coding 2 1 2 SPSB1 ENSG00000171621 +transcript chr1 9539465 9585173 ENST00000302692 protein_coding 7 1 NA SLC25A33 ENSG00000171612 +CDS chr1 9539692 9539747 ENST00000302692 protein_coding 7 1 1 SLC25A33 ENSG00000171612 +CDS chr1 9553626 9553805 ENST00000302692 protein_coding 7 1 2 SLC25A33 ENSG00000171612 +CDS chr1 9567284 9567361 ENST00000302692 protein_coding 7 1 3 SLC25A33 ENSG00000171612 +CDS chr1 9570258 9570358 ENST00000302692 protein_coding 7 1 4 SLC25A33 ENSG00000171612 +CDS chr1 9573346 9573412 ENST00000302692 protein_coding 7 1 5 SLC25A33 ENSG00000171612 +CDS chr1 9579954 9580234 ENST00000302692 protein_coding 7 1 6 SLC25A33 ENSG00000171612 +CDS chr1 9582299 9582498 ENST00000302692 protein_coding 7 1 7 SLC25A33 ENSG00000171612 +transcript chr1 9588911 9614877 ENST00000340381 protein_coding 11 5 NA TMEM201 ENSG00000188807 +transcript chr1 9588922 9604954 ENST00000340305 protein_coding 9 1 NA TMEM201 ENSG00000188807 +CDS chr1 9588931 9589043 ENST00000340305 protein_coding 9 1 1 TMEM201 ENSG00000188807 +CDS chr1 9588931 9589043 ENST00000340381 protein_coding 11 5 1 TMEM201 ENSG00000188807 +CDS chr1 9595890 9596010 ENST00000340305 protein_coding 9 1 2 TMEM201 ENSG00000188807 +CDS chr1 9595890 9596010 ENST00000340381 protein_coding 11 5 2 TMEM201 ENSG00000188807 +CDS chr1 9596859 9597053 ENST00000340305 protein_coding 9 1 3 TMEM201 ENSG00000188807 +CDS chr1 9596859 9597053 ENST00000340381 protein_coding 11 5 3 TMEM201 ENSG00000188807 +transcript chr1 9596897 9614873 ENST00000416541 protein_coding 5 1 NA TMEM201 ENSG00000188807 +CDS chr1 9596897 9597053 ENST00000416541 protein_coding 5 1 1 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000340305 protein_coding 9 1 4 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000340381 protein_coding 11 5 4 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000416541 protein_coding 5 1 2 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000340305 protein_coding 9 1 5 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000340381 protein_coding 11 5 5 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000416541 protein_coding 5 1 3 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602288 ENST00000340305 protein_coding 9 1 6 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602272 ENST00000340381 protein_coding 11 5 6 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602272 ENST00000416541 protein_coding 5 1 4 TMEM201 ENSG00000188807 +CDS chr1 9607557 9607789 ENST00000340381 protein_coding 11 5 7 TMEM201 ENSG00000188807 +CDS chr1 9607557 9607789 ENST00000416541 protein_coding 5 1 5 TMEM201 ENSG00000188807 +CDS chr1 9609840 9609911 ENST00000340381 protein_coding 11 5 8 TMEM201 ENSG00000188807 +CDS chr1 9610506 9610805 ENST00000340381 protein_coding 11 5 9 TMEM201 ENSG00000188807 +CDS chr1 9610506 9610805 ENST00000416541 protein_coding 5 1 6 TMEM201 ENSG00000188807 +CDS chr1 9611753 9611890 ENST00000340381 protein_coding 11 5 10 TMEM201 ENSG00000188807 +CDS chr1 9611753 9611890 ENST00000416541 protein_coding 5 1 7 TMEM201 ENSG00000188807 +CDS chr1 9612986 9613080 ENST00000340381 protein_coding 11 5 11 TMEM201 ENSG00000188807 +CDS chr1 9612986 9613080 ENST00000416541 protein_coding 5 1 8 TMEM201 ENSG00000188807 +transcript chr1 9651731 9729114 ENST00000377346 protein_coding 9 1 NA PIK3CD ENSG00000171608 +transcript chr1 9651732 9729114 ENST00000628140 protein_coding 2 5 NA PIK3CD ENSG00000171608 +transcript chr1 9710198 9727232 ENST00000361110 protein_coding 6 1 NA PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000377346 protein_coding 9 1 3 PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000361110 protein_coding 6 1 2 PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000628140 protein_coding 2 5 3 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000377346 protein_coding 9 1 4 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000361110 protein_coding 6 1 3 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000628140 protein_coding 2 5 4 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000377346 protein_coding 9 1 5 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000361110 protein_coding 6 1 4 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000628140 protein_coding 2 5 5 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000377346 protein_coding 9 1 6 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000361110 protein_coding 6 1 5 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000628140 protein_coding 2 5 6 PIK3CD ENSG00000171608 +CDS chr1 9716959 9717108 ENST00000377346 protein_coding 9 1 7 PIK3CD ENSG00000171608 +CDS chr1 9717064 9717108 ENST00000361110 protein_coding 6 1 6 PIK3CD ENSG00000171608 +CDS chr1 9717064 9717108 ENST00000628140 protein_coding 2 5 7 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000377346 protein_coding 9 1 8 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000361110 protein_coding 6 1 7 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000628140 protein_coding 2 5 8 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000377346 protein_coding 9 1 9 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000361110 protein_coding 6 1 8 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000628140 protein_coding 2 5 9 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000377346 protein_coding 9 1 10 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000361110 protein_coding 6 1 9 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000628140 protein_coding 2 5 10 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000377346 protein_coding 9 1 11 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000361110 protein_coding 6 1 10 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000628140 protein_coding 2 5 11 PIK3CD ENSG00000171608 +CDS chr1 9720434 9720661 ENST00000361110 protein_coding 6 1 11 PIK3CD ENSG00000171608 +CDS chr1 9720434 9720661 ENST00000628140 protein_coding 2 5 12 PIK3CD ENSG00000171608 +CDS chr1 9720611 9720661 ENST00000377346 protein_coding 9 1 12 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000377346 protein_coding 9 1 13 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000361110 protein_coding 6 1 12 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000628140 protein_coding 2 5 13 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000377346 protein_coding 9 1 14 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000361110 protein_coding 6 1 13 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000628140 protein_coding 2 5 14 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000377346 protein_coding 9 1 15 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000361110 protein_coding 6 1 14 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000628140 protein_coding 2 5 15 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000377346 protein_coding 9 1 16 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000361110 protein_coding 6 1 15 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000628140 protein_coding 2 5 16 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000377346 protein_coding 9 1 17 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000361110 protein_coding 6 1 16 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000628140 protein_coding 2 5 17 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000377346 protein_coding 9 1 18 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000361110 protein_coding 6 1 17 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000628140 protein_coding 2 5 18 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000377346 protein_coding 9 1 19 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000361110 protein_coding 6 1 18 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000628140 protein_coding 2 5 19 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000377346 protein_coding 9 1 20 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000361110 protein_coding 6 1 19 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000628140 protein_coding 2 5 20 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000377346 protein_coding 9 1 21 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000361110 protein_coding 6 1 20 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000628140 protein_coding 2 5 21 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000377346 protein_coding 9 1 22 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000361110 protein_coding 6 1 21 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000628140 protein_coding 2 5 22 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000377346 protein_coding 9 1 23 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000361110 protein_coding 6 1 22 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000628140 protein_coding 2 5 23 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000377346 protein_coding 9 1 24 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000361110 protein_coding 6 1 23 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000628140 protein_coding 2 5 24 PIK3CD ENSG00000171608 +transcript chr1 9728926 9823965 ENST00000377298 protein_coding 9 1 NA CLSTN1 ENSG00000171603 +transcript chr1 9729028 9751581 ENST00000435891 protein_coding 5 2 NA CLSTN1 ENSG00000171603 +transcript chr1 9729028 9823984 ENST00000361311 protein_coding 4 1 NA CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000377298 protein_coding 9 1 19 CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000435891 protein_coding 5 2 14 CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000361311 protein_coding 4 1 18 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000377298 protein_coding 9 1 18 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000435891 protein_coding 5 2 13 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000361311 protein_coding 4 1 17 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000377298 protein_coding 9 1 17 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000435891 protein_coding 5 2 12 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000361311 protein_coding 4 1 16 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000377298 protein_coding 9 1 16 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000435891 protein_coding 5 2 11 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000361311 protein_coding 4 1 15 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000377298 protein_coding 9 1 15 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000435891 protein_coding 5 2 10 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000361311 protein_coding 4 1 14 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000377298 protein_coding 9 1 14 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000435891 protein_coding 5 2 9 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000361311 protein_coding 4 1 13 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000377298 protein_coding 9 1 13 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000435891 protein_coding 5 2 8 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000361311 protein_coding 4 1 12 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000377298 protein_coding 9 1 12 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000435891 protein_coding 5 2 7 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000361311 protein_coding 4 1 11 CLSTN1 ENSG00000171603 +CDS chr1 9737498 9737554 ENST00000377298 protein_coding 9 1 11 CLSTN1 ENSG00000171603 +CDS chr1 9737498 9737554 ENST00000361311 protein_coding 4 1 10 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000377298 protein_coding 9 1 10 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000435891 protein_coding 5 2 6 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000361311 protein_coding 4 1 9 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000377298 protein_coding 9 1 9 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000435891 protein_coding 5 2 5 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000361311 protein_coding 4 1 8 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000377298 protein_coding 9 1 8 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000435891 protein_coding 5 2 4 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000361311 protein_coding 4 1 7 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000377298 protein_coding 9 1 7 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000435891 protein_coding 5 2 3 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000361311 protein_coding 4 1 6 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000377298 protein_coding 9 1 6 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000435891 protein_coding 5 2 2 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000361311 protein_coding 4 1 5 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751681 ENST00000377298 protein_coding 9 1 5 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751581 ENST00000435891 protein_coding 5 2 1 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751681 ENST00000361311 protein_coding 4 1 4 CLSTN1 ENSG00000171603 +CDS chr1 9755114 9755309 ENST00000377298 protein_coding 9 1 4 CLSTN1 ENSG00000171603 +CDS chr1 9755114 9755309 ENST00000361311 protein_coding 4 1 3 CLSTN1 ENSG00000171603 +CDS chr1 9756481 9756510 ENST00000377298 protein_coding 9 1 3 CLSTN1 ENSG00000171603 +CDS chr1 9773272 9773394 ENST00000377298 protein_coding 9 1 2 CLSTN1 ENSG00000171603 +CDS chr1 9773272 9773394 ENST00000361311 protein_coding 4 1 2 CLSTN1 ENSG00000171603 +CDS chr1 9823643 9823733 ENST00000377298 protein_coding 9 1 1 CLSTN1 ENSG00000171603 +CDS chr1 9823643 9823733 ENST00000361311 protein_coding 4 1 1 CLSTN1 ENSG00000171603 +transcript chr1 9848276 9910269 ENST00000377263 protein_coding 6 1 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850109 9910336 ENST00000400904 protein_coding 7 1 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850450 9893237 ENST00000377258 protein_coding 5 3 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850659 9878176 ENST00000377256 protein_coding 1 5 NA CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377263 protein_coding 6 1 6 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000400904 protein_coding 7 1 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377258 protein_coding 5 3 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377256 protein_coding 1 5 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377263 protein_coding 6 1 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000400904 protein_coding 7 1 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377258 protein_coding 5 3 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377256 protein_coding 1 5 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377263 protein_coding 6 1 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000400904 protein_coding 7 1 3 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377258 protein_coding 5 3 3 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377256 protein_coding 1 5 3 CTNNBIP1 ENSG00000178585 +transcript chr1 9922113 9935620 ENST00000488540 protein_coding 5 2 NA LZIC ENSG00000162441 +CDS chr1 9922258 9922358 ENST00000488540 protein_coding 5 2 5 LZIC ENSG00000162441 +transcript chr1 9926293 9943391 ENST00000377223 protein_coding 6 1 NA LZIC ENSG00000162441 +transcript chr1 9929720 9942768 ENST00000400903 protein_coding 6 1 NA LZIC ENSG00000162441 +transcript chr1 9930253 9943407 ENST00000377213 protein_coding 1 1 NA LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000377223 protein_coding 6 1 8 LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000377213 protein_coding 1 1 8 LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000400903 protein_coding 6 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000488540 protein_coding 5 2 4 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000377223 protein_coding 6 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000377213 protein_coding 1 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000400903 protein_coding 6 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000488540 protein_coding 5 2 3 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000377223 protein_coding 6 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000377213 protein_coding 1 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000400903 protein_coding 6 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000488540 protein_coding 5 2 2 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000377223 protein_coding 6 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000377213 protein_coding 1 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000400903 protein_coding 6 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935620 ENST00000488540 protein_coding 5 2 1 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000377223 protein_coding 6 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000377213 protein_coding 1 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000400903 protein_coding 6 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000377223 protein_coding 6 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000377213 protein_coding 1 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000400903 protein_coding 6 1 2 LZIC ENSG00000162441 +transcript chr1 9943428 9981766 ENST00000403197 protein_coding 5 2 NA NMNAT1 ENSG00000173614 +transcript chr1 9943475 9985498 ENST00000377205 protein_coding 6 1 NA NMNAT1 ENSG00000173614 +CDS chr1 9972074 9972188 ENST00000403197 protein_coding 5 2 2 NMNAT1 ENSG00000173614 +CDS chr1 9972074 9972188 ENST00000377205 protein_coding 6 1 2 NMNAT1 ENSG00000173614 +CDS chr1 9975592 9975775 ENST00000403197 protein_coding 5 2 3 NMNAT1 ENSG00000173614 +CDS chr1 9975592 9975775 ENST00000377205 protein_coding 6 1 3 NMNAT1 ENSG00000173614 +CDS chr1 9981031 9981170 ENST00000403197 protein_coding 5 2 4 NMNAT1 ENSG00000173614 +CDS chr1 9981031 9981170 ENST00000377205 protein_coding 6 1 4 NMNAT1 ENSG00000173614 +transcript chr1 9981052 9985501 ENST00000496751 protein_coding 1 2 NA NMNAT1 ENSG00000173614 +CDS chr1 9981052 9981170 ENST00000496751 protein_coding 1 2 1 NMNAT1 ENSG00000173614 +CDS chr1 9981256 9981296 ENST00000403197 protein_coding 5 2 5 NMNAT1 ENSG00000173614 +CDS chr1 9982301 9982698 ENST00000377205 protein_coding 6 1 5 NMNAT1 ENSG00000173614 +CDS chr1 9985136 9985140 ENST00000496751 protein_coding 1 2 2 NMNAT1 ENSG00000173614 +transcript chr1 9997228 10016021 ENST00000294435 protein_coding 8 1 NA RBP7 ENSG00000162444 +CDS chr1 9997259 9997331 ENST00000294435 protein_coding 8 1 1 RBP7 ENSG00000162444 +CDS chr1 10007570 10007748 ENST00000294435 protein_coding 8 1 2 RBP7 ENSG00000162444 +CDS chr1 10008173 10008274 ENST00000294435 protein_coding 8 1 3 RBP7 ENSG00000162444 +CDS chr1 10015782 10015829 ENST00000294435 protein_coding 8 1 4 RBP7 ENSG00000162444 +transcript chr1 10032832 10180367 ENST00000253251 protein_coding 12 1 NA UBE4B ENSG00000130939 +transcript chr1 10032832 10181239 ENST00000672724 protein_coding 1 NA NA UBE4B ENSG00000130939 +transcript chr1 10032958 10181239 ENST00000343090 protein_coding 11 1 NA UBE4B ENSG00000130939 +transcript chr1 10033274 10073118 ENST00000377153 protein_coding 5 3 NA UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000253251 protein_coding 12 1 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000672724 protein_coding 1 NA 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000343090 protein_coding 11 1 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000377153 protein_coding 5 3 1 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000253251 protein_coding 12 1 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000672724 protein_coding 1 NA 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000343090 protein_coding 11 1 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000377153 protein_coding 5 3 2 UBE4B ENSG00000130939 +CDS chr1 10072454 10072542 ENST00000377153 protein_coding 5 3 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000253251 protein_coding 12 1 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000672724 protein_coding 1 NA 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000343090 protein_coding 11 1 3 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000253251 protein_coding 12 1 4 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000672724 protein_coding 1 NA 4 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000343090 protein_coding 11 1 4 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000253251 protein_coding 12 1 5 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000672724 protein_coding 1 NA 5 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000343090 protein_coding 11 1 5 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000253251 protein_coding 12 1 6 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000672724 protein_coding 1 NA 6 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000343090 protein_coding 11 1 6 UBE4B ENSG00000130939 +CDS chr1 10106197 10106583 ENST00000672724 protein_coding 1 NA 7 UBE4B ENSG00000130939 +CDS chr1 10106197 10106583 ENST00000343090 protein_coding 11 1 7 UBE4B ENSG00000130939 +CDS chr1 10107222 10107374 ENST00000672724 protein_coding 1 NA 8 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000253251 protein_coding 12 1 7 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000672724 protein_coding 1 NA 9 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000343090 protein_coding 11 1 8 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000253251 protein_coding 12 1 8 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000672724 protein_coding 1 NA 10 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000343090 protein_coding 11 1 9 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000253251 protein_coding 12 1 9 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000672724 protein_coding 1 NA 11 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000343090 protein_coding 11 1 10 UBE4B ENSG00000130939 +transcript chr1 10122042 10145039 ENST00000470736 protein_coding 1 5 NA UBE4B ENSG00000130939 +CDS chr1 10122042 10122076 ENST00000470736 protein_coding 1 5 1 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000253251 protein_coding 12 1 10 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000672724 protein_coding 1 NA 12 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000343090 protein_coding 11 1 11 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000470736 protein_coding 1 5 2 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000253251 protein_coding 12 1 11 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000672724 protein_coding 1 NA 13 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000343090 protein_coding 11 1 12 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000470736 protein_coding 1 5 3 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000253251 protein_coding 12 1 12 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000672724 protein_coding 1 NA 14 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000343090 protein_coding 11 1 13 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000253251 protein_coding 12 1 13 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000672724 protein_coding 1 NA 15 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000343090 protein_coding 11 1 14 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000470736 protein_coding 1 5 4 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000253251 protein_coding 12 1 14 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000672724 protein_coding 1 NA 16 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000343090 protein_coding 11 1 15 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000470736 protein_coding 1 5 5 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000253251 protein_coding 12 1 15 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000672724 protein_coding 1 NA 17 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000343090 protein_coding 11 1 16 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000470736 protein_coding 1 5 6 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000253251 protein_coding 12 1 16 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000672724 protein_coding 1 NA 18 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000343090 protein_coding 11 1 17 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000470736 protein_coding 1 5 7 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000253251 protein_coding 12 1 17 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000672724 protein_coding 1 NA 19 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000343090 protein_coding 11 1 18 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000470736 protein_coding 1 5 8 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000253251 protein_coding 12 1 18 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000672724 protein_coding 1 NA 20 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000343090 protein_coding 11 1 19 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000253251 protein_coding 12 1 19 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000672724 protein_coding 1 NA 21 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000343090 protein_coding 11 1 20 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000253251 protein_coding 12 1 20 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000672724 protein_coding 1 NA 22 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000343090 protein_coding 11 1 21 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000253251 protein_coding 12 1 21 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000672724 protein_coding 1 NA 23 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000343090 protein_coding 11 1 22 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000253251 protein_coding 12 1 22 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000672724 protein_coding 1 NA 24 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000343090 protein_coding 11 1 23 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000253251 protein_coding 12 1 23 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000672724 protein_coding 1 NA 25 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000343090 protein_coding 11 1 24 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000253251 protein_coding 12 1 24 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000672724 protein_coding 1 NA 26 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000343090 protein_coding 11 1 25 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000253251 protein_coding 12 1 25 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000672724 protein_coding 1 NA 27 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000343090 protein_coding 11 1 26 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000253251 protein_coding 12 1 26 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000672724 protein_coding 1 NA 28 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000343090 protein_coding 11 1 27 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000253251 protein_coding 12 1 27 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000672724 protein_coding 1 NA 29 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000343090 protein_coding 11 1 28 UBE4B ENSG00000130939 +transcript chr1 10210570 10308597 ENST00000377093 protein_coding 9 1 NA KIF1B ENSG00000054523 +transcript chr1 10210570 10381603 ENST00000676179 protein_coding 1 NA NA KIF1B ENSG00000054523 +transcript chr1 10210805 10377937 ENST00000263934 protein_coding 10 1 NA KIF1B ENSG00000054523 +transcript chr1 10211616 10381603 ENST00000377086 protein_coding 5 1 NA KIF1B ENSG00000054523 +transcript chr1 10230764 10306757 ENST00000377083 protein_coding 5 1 NA KIF1B ENSG00000054523 +transcript chr1 10232250 10381597 ENST00000377081 protein_coding 5 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377093 protein_coding 9 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000676179 protein_coding 1 NA 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000263934 protein_coding 10 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377086 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377083 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377081 protein_coding 5 1 1 KIF1B ENSG00000054523 +transcript chr1 10232329 10381596 ENST00000620295 protein_coding 2 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000620295 protein_coding 2 1 1 KIF1B ENSG00000054523 +transcript chr1 10232329 10381596 ENST00000622724 protein_coding 3 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000622724 protein_coding 3 1 1 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377093 protein_coding 9 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000676179 protein_coding 1 NA 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000263934 protein_coding 10 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377086 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377083 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377081 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000620295 protein_coding 2 1 2 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000622724 protein_coding 3 1 2 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377093 protein_coding 9 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000676179 protein_coding 1 NA 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000263934 protein_coding 10 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377086 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377083 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377081 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000620295 protein_coding 2 1 3 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000622724 protein_coding 3 1 3 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377093 protein_coding 9 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000676179 protein_coding 1 NA 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000263934 protein_coding 10 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377086 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377083 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377081 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000620295 protein_coding 2 1 4 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000622724 protein_coding 3 1 4 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377093 protein_coding 9 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000676179 protein_coding 1 NA 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000263934 protein_coding 10 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377086 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377083 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377081 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000620295 protein_coding 2 1 5 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000622724 protein_coding 3 1 5 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377093 protein_coding 9 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000676179 protein_coding 1 NA 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000263934 protein_coding 10 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377086 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377083 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377081 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000620295 protein_coding 2 1 6 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000622724 protein_coding 3 1 6 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377093 protein_coding 9 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000676179 protein_coding 1 NA 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000263934 protein_coding 10 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377086 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377083 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377081 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000620295 protein_coding 2 1 7 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000622724 protein_coding 3 1 7 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377093 protein_coding 9 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000676179 protein_coding 1 NA 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000263934 protein_coding 10 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377086 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377083 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377081 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000620295 protein_coding 2 1 8 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000622724 protein_coding 3 1 8 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000676179 protein_coding 1 NA 10 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000377086 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000377081 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000620295 protein_coding 2 1 9 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000622724 protein_coding 3 1 9 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377093 protein_coding 9 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000676179 protein_coding 1 NA 11 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000263934 protein_coding 10 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377086 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377083 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377081 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000620295 protein_coding 2 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000622724 protein_coding 3 1 10 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377093 protein_coding 9 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000676179 protein_coding 1 NA 12 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000263934 protein_coding 10 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377086 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377083 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377081 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000620295 protein_coding 2 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000622724 protein_coding 3 1 11 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377093 protein_coding 9 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000676179 protein_coding 1 NA 13 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000263934 protein_coding 10 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377086 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377083 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377081 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000620295 protein_coding 2 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000622724 protein_coding 3 1 12 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000676179 protein_coding 1 NA 14 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000377086 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000377081 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000622724 protein_coding 3 1 13 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000676179 protein_coding 1 NA 15 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000377086 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000377081 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000620295 protein_coding 2 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000377093 protein_coding 9 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000263934 protein_coding 10 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000377083 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000622724 protein_coding 3 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377093 protein_coding 9 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000676179 protein_coding 1 NA 16 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000263934 protein_coding 10 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377086 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377083 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377081 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000620295 protein_coding 2 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000622724 protein_coding 3 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377093 protein_coding 9 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000676179 protein_coding 1 NA 17 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000263934 protein_coding 10 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377086 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377083 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377081 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000620295 protein_coding 2 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000622724 protein_coding 3 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377093 protein_coding 9 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000676179 protein_coding 1 NA 18 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000263934 protein_coding 10 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377086 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377083 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377081 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000620295 protein_coding 2 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000622724 protein_coding 3 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377093 protein_coding 9 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000676179 protein_coding 1 NA 19 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000263934 protein_coding 10 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377086 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377083 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377081 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000620295 protein_coding 2 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000622724 protein_coding 3 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377093 protein_coding 9 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000676179 protein_coding 1 NA 20 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000263934 protein_coding 10 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377086 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377083 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377081 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000620295 protein_coding 2 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000622724 protein_coding 3 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377093 protein_coding 9 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000676179 protein_coding 1 NA 21 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000263934 protein_coding 10 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377086 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377083 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377081 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000620295 protein_coding 2 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000622724 protein_coding 3 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377093 protein_coding 9 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000676179 protein_coding 1 NA 22 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000263934 protein_coding 10 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377086 protein_coding 5 1 22 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377083 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377081 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000620295 protein_coding 2 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000622724 protein_coding 3 1 21 KIF1B ENSG00000054523 +CDS chr1 10303163 10304644 ENST00000377093 protein_coding 9 1 21 KIF1B ENSG00000054523 +CDS chr1 10303163 10304644 ENST00000377083 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000676179 protein_coding 1 NA 23 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000263934 protein_coding 10 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000377086 protein_coding 5 1 23 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000377081 protein_coding 5 1 22 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000620295 protein_coding 2 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000622724 protein_coding 3 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000676179 protein_coding 1 NA 24 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000263934 protein_coding 10 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000377086 protein_coding 5 1 24 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000377081 protein_coding 5 1 23 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000620295 protein_coding 2 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000622724 protein_coding 3 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000676179 protein_coding 1 NA 25 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000263934 protein_coding 10 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000377086 protein_coding 5 1 25 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000377081 protein_coding 5 1 24 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000620295 protein_coding 2 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000622724 protein_coding 3 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000676179 protein_coding 1 NA 26 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000263934 protein_coding 10 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000377086 protein_coding 5 1 26 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000377081 protein_coding 5 1 25 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000620295 protein_coding 2 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000622724 protein_coding 3 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000676179 protein_coding 1 NA 27 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000263934 protein_coding 10 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000377086 protein_coding 5 1 27 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000377081 protein_coding 5 1 26 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000620295 protein_coding 2 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000622724 protein_coding 3 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000676179 protein_coding 1 NA 28 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000263934 protein_coding 10 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000377086 protein_coding 5 1 28 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000377081 protein_coding 5 1 27 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000620295 protein_coding 2 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000622724 protein_coding 3 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000676179 protein_coding 1 NA 29 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000263934 protein_coding 10 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000377086 protein_coding 5 1 29 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000377081 protein_coding 5 1 28 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000620295 protein_coding 2 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000622724 protein_coding 3 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000676179 protein_coding 1 NA 30 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000263934 protein_coding 10 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000377086 protein_coding 5 1 30 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000377081 protein_coding 5 1 29 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000620295 protein_coding 2 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000622724 protein_coding 3 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000676179 protein_coding 1 NA 31 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000263934 protein_coding 10 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000377086 protein_coding 5 1 31 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000377081 protein_coding 5 1 30 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000620295 protein_coding 2 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000622724 protein_coding 3 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000676179 protein_coding 1 NA 32 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000263934 protein_coding 10 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000377086 protein_coding 5 1 32 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000377081 protein_coding 5 1 31 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000620295 protein_coding 2 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000622724 protein_coding 3 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000676179 protein_coding 1 NA 33 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000263934 protein_coding 10 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000377086 protein_coding 5 1 33 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000377081 protein_coding 5 1 32 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000620295 protein_coding 2 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000622724 protein_coding 3 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000676179 protein_coding 1 NA 34 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000263934 protein_coding 10 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000377086 protein_coding 5 1 34 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000377081 protein_coding 5 1 33 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000620295 protein_coding 2 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000622724 protein_coding 3 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000676179 protein_coding 1 NA 35 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000263934 protein_coding 10 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000377086 protein_coding 5 1 35 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000377081 protein_coding 5 1 34 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000620295 protein_coding 2 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000622724 protein_coding 3 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000676179 protein_coding 1 NA 36 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000263934 protein_coding 10 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000377086 protein_coding 5 1 36 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000377081 protein_coding 5 1 35 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000620295 protein_coding 2 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000622724 protein_coding 3 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000676179 protein_coding 1 NA 37 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000263934 protein_coding 10 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000377086 protein_coding 5 1 37 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000377081 protein_coding 5 1 36 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000620295 protein_coding 2 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000622724 protein_coding 3 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000676179 protein_coding 1 NA 38 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000263934 protein_coding 10 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000377086 protein_coding 5 1 38 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000377081 protein_coding 5 1 37 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000620295 protein_coding 2 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000622724 protein_coding 3 1 37 KIF1B ENSG00000054523 +transcript chr1 10352664 10377189 ENST00000635499 protein_coding 1 5 NA KIF1B ENSG00000054523 +CDS chr1 10352664 10352736 ENST00000635499 protein_coding 1 5 1 KIF1B ENSG00000054523 +CDS chr1 10355370 10355396 ENST00000635499 protein_coding 1 5 2 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000676179 protein_coding 1 NA 39 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000263934 protein_coding 10 1 37 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000377086 protein_coding 5 1 39 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000377081 protein_coding 5 1 38 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000620295 protein_coding 2 1 37 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000622724 protein_coding 3 1 38 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000635499 protein_coding 1 5 3 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000676179 protein_coding 1 NA 40 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000263934 protein_coding 10 1 38 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000377086 protein_coding 5 1 40 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000377081 protein_coding 5 1 39 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000620295 protein_coding 2 1 38 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000622724 protein_coding 3 1 39 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000635499 protein_coding 1 5 4 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000676179 protein_coding 1 NA 41 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000263934 protein_coding 10 1 39 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000377086 protein_coding 5 1 41 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000377081 protein_coding 5 1 40 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000620295 protein_coding 2 1 39 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000622724 protein_coding 3 1 40 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000635499 protein_coding 1 5 5 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000676179 protein_coding 1 NA 42 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000263934 protein_coding 10 1 40 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000377086 protein_coding 5 1 42 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000377081 protein_coding 5 1 41 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000620295 protein_coding 2 1 40 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000622724 protein_coding 3 1 41 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000635499 protein_coding 1 5 6 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000676179 protein_coding 1 NA 43 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000263934 protein_coding 10 1 41 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000377086 protein_coding 5 1 43 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000377081 protein_coding 5 1 42 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000620295 protein_coding 2 1 41 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000622724 protein_coding 3 1 42 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000635499 protein_coding 1 5 7 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000676179 protein_coding 1 NA 44 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000263934 protein_coding 10 1 42 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000377086 protein_coding 5 1 44 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000377081 protein_coding 5 1 43 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000620295 protein_coding 2 1 42 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000622724 protein_coding 3 1 43 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000635499 protein_coding 1 5 8 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000676179 protein_coding 1 NA 45 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000263934 protein_coding 10 1 43 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000377086 protein_coding 5 1 45 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000377081 protein_coding 5 1 44 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000620295 protein_coding 2 1 43 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000622724 protein_coding 3 1 44 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000635499 protein_coding 1 5 9 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000676179 protein_coding 1 NA 46 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000263934 protein_coding 10 1 44 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000377086 protein_coding 5 1 46 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000377081 protein_coding 5 1 45 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000620295 protein_coding 2 1 44 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000622724 protein_coding 3 1 45 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000635499 protein_coding 1 5 10 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000676179 protein_coding 1 NA 47 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000263934 protein_coding 10 1 45 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000377086 protein_coding 5 1 47 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000377081 protein_coding 5 1 46 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000620295 protein_coding 2 1 45 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000622724 protein_coding 3 1 46 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000635499 protein_coding 1 5 11 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000676179 protein_coding 1 NA 48 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000263934 protein_coding 10 1 46 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000377086 protein_coding 5 1 48 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000377081 protein_coding 5 1 47 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000620295 protein_coding 2 1 46 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000622724 protein_coding 3 1 47 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000635499 protein_coding 1 5 12 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000676179 protein_coding 1 NA 49 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000263934 protein_coding 10 1 47 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000377086 protein_coding 5 1 49 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000635499 protein_coding 1 5 13 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000377081 protein_coding 5 1 48 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000620295 protein_coding 2 1 47 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000622724 protein_coding 3 1 48 KIF1B ENSG00000054523 +transcript chr1 10398592 10411552 ENST00000491493 protein_coding 5 5 NA PGD ENSG00000142657 +transcript chr1 10399064 10420511 ENST00000270776 protein_coding 13 1 NA PGD ENSG00000142657 +transcript chr1 10399112 10417509 ENST00000483936 protein_coding 5 5 NA PGD ENSG00000142657 +CDS chr1 10399118 10399125 ENST00000270776 protein_coding 13 1 1 PGD ENSG00000142657 +CDS chr1 10399118 10399125 ENST00000483936 protein_coding 5 5 1 PGD ENSG00000142657 +transcript chr1 10399498 10408140 ENST00000465632 protein_coding 5 2 NA PGD ENSG00000142657 +CDS chr1 10399629 10399704 ENST00000270776 protein_coding 13 1 2 PGD ENSG00000142657 +CDS chr1 10399629 10399704 ENST00000483936 protein_coding 5 5 2 PGD ENSG00000142657 +transcript chr1 10399632 10413251 ENST00000460189 protein_coding 1 2 NA PGD ENSG00000142657 +CDS chr1 10399632 10399704 ENST00000460189 protein_coding 1 2 1 PGD ENSG00000142657 +CDS chr1 10399660 10399704 ENST00000491493 protein_coding 5 5 2 PGD ENSG00000142657 +CDS chr1 10399660 10399704 ENST00000465632 protein_coding 5 2 1 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000491493 protein_coding 5 5 3 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000270776 protein_coding 13 1 3 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000465632 protein_coding 5 2 2 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000460189 protein_coding 1 2 2 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000491493 protein_coding 5 5 4 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000270776 protein_coding 13 1 4 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000465632 protein_coding 5 2 3 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000491493 protein_coding 5 5 5 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000270776 protein_coding 13 1 5 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000465632 protein_coding 5 2 4 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000460189 protein_coding 1 2 3 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000491493 protein_coding 5 5 6 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000270776 protein_coding 13 1 6 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000465632 protein_coding 5 2 5 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000460189 protein_coding 1 2 4 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000491493 protein_coding 5 5 7 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000270776 protein_coding 13 1 7 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000483936 protein_coding 5 5 3 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000460189 protein_coding 1 2 5 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000270776 protein_coding 13 1 8 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000483936 protein_coding 5 5 4 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000460189 protein_coding 1 2 6 PGD ENSG00000142657 +CDS chr1 10416987 10417117 ENST00000270776 protein_coding 13 1 9 PGD ENSG00000142657 +CDS chr1 10416987 10417117 ENST00000483936 protein_coding 5 5 5 PGD ENSG00000142657 +CDS chr1 10417376 10417509 ENST00000270776 protein_coding 13 1 10 PGD ENSG00000142657 +CDS chr1 10417376 10417509 ENST00000483936 protein_coding 5 5 6 PGD ENSG00000142657 +CDS chr1 10418826 10418925 ENST00000270776 protein_coding 13 1 11 PGD ENSG00000142657 +CDS chr1 10419417 10419539 ENST00000270776 protein_coding 13 1 12 PGD ENSG00000142657 +CDS chr1 10419630 10419746 ENST00000270776 protein_coding 13 1 13 PGD ENSG00000142657 +transcript chr1 10430102 10452153 ENST00000400900 protein_coding 6 2 NA CENPS-CORT ENSG00000251503 +transcript chr1 10430384 10451659 ENST00000470413 protein_coding 6 2 NA CENPS-CORT ENSG00000251503 +transcript chr1 10430433 10442808 ENST00000309048 protein_coding 8 1 NA CENPS ENSG00000175279 +transcript chr1 10430435 10451411 ENST00000602787 protein_coding 6 3 NA CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000400900 protein_coding 6 2 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000470413 protein_coding 6 2 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000602787 protein_coding 6 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000309048 protein_coding 8 1 1 CENPS ENSG00000175279 +transcript chr1 10430804 10452003 ENST00000602296 protein_coding 6 3 NA CENPS-CORT ENSG00000251503 +transcript chr1 10431123 10442502 ENST00000462462 protein_coding 1 3 NA CENPS ENSG00000175279 +transcript chr1 10431258 10451659 ENST00000465026 protein_coding 1 3 NA CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000602296 protein_coding 6 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000465026 protein_coding 1 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000462462 protein_coding 1 3 1 CENPS ENSG00000175279 +CDS chr1 10433842 10433965 ENST00000400900 protein_coding 6 2 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000470413 protein_coding 6 2 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000602787 protein_coding 6 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000309048 protein_coding 8 1 2 CENPS ENSG00000175279 +CDS chr1 10434657 10434690 ENST00000400900 protein_coding 6 2 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000470413 protein_coding 6 2 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000602787 protein_coding 6 3 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000602296 protein_coding 6 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000309048 protein_coding 8 1 3 CENPS ENSG00000175279 +CDS chr1 10440347 10440413 ENST00000400900 protein_coding 6 2 4 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000602787 protein_coding 6 3 4 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000602296 protein_coding 6 3 3 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440381 ENST00000465026 protein_coding 1 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000309048 protein_coding 8 1 4 CENPS ENSG00000175279 +CDS chr1 10440347 10440381 ENST00000462462 protein_coding 1 3 2 CENPS ENSG00000175279 +CDS chr1 10442265 10442402 ENST00000602787 protein_coding 6 3 5 CENPS-CORT ENSG00000251503 +CDS chr1 10442265 10442402 ENST00000309048 protein_coding 8 1 5 CENPS ENSG00000175279 +transcript chr1 10450031 10451998 ENST00000377049 protein_coding 4 1 NA CORT ENSG00000241563 +CDS chr1 10450224 10450322 ENST00000377049 protein_coding 4 1 1 CORT ENSG00000241563 +CDS chr1 10451377 10451592 ENST00000400900 protein_coding 6 2 5 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451398 ENST00000470413 protein_coding 6 2 4 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451592 ENST00000602296 protein_coding 6 3 4 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451592 ENST00000377049 protein_coding 4 1 2 CORT ENSG00000241563 +transcript chr1 10456522 10472529 ENST00000377038 protein_coding 8 1 NA DFFA ENSG00000160049 +CDS chr1 10461493 10461702 ENST00000377038 protein_coding 8 1 6 DFFA ENSG00000160049 +transcript chr1 10462468 10472488 ENST00000377036 protein_coding 2 1 NA DFFA ENSG00000160049 +CDS chr1 10463037 10463209 ENST00000377036 protein_coding 2 1 5 DFFA ENSG00000160049 +CDS chr1 10463058 10463209 ENST00000377038 protein_coding 8 1 5 DFFA ENSG00000160049 +CDS chr1 10463431 10463620 ENST00000377038 protein_coding 8 1 4 DFFA ENSG00000160049 +CDS chr1 10463431 10463620 ENST00000377036 protein_coding 2 1 4 DFFA ENSG00000160049 +CDS chr1 10467190 10467332 ENST00000377038 protein_coding 8 1 3 DFFA ENSG00000160049 +CDS chr1 10467190 10467332 ENST00000377036 protein_coding 2 1 3 DFFA ENSG00000160049 +CDS chr1 10469177 10469338 ENST00000377038 protein_coding 8 1 2 DFFA ENSG00000160049 +CDS chr1 10469177 10469338 ENST00000377036 protein_coding 2 1 2 DFFA ENSG00000160049 +CDS chr1 10472323 10472458 ENST00000377038 protein_coding 8 1 1 DFFA ENSG00000160049 +CDS chr1 10472323 10472458 ENST00000377036 protein_coding 2 1 1 DFFA ENSG00000160049 +transcript chr1 10474950 10630758 ENST00000356607 protein_coding 9 1 NA PEX14 ENSG00000142655 +CDS chr1 10474967 10475002 ENST00000356607 protein_coding 9 1 1 PEX14 ENSG00000142655 +transcript chr1 10474982 10623286 ENST00000491661 protein_coding 2 2 NA PEX14 ENSG00000142655 +CDS chr1 10474982 10475002 ENST00000491661 protein_coding 2 2 1 PEX14 ENSG00000142655 +CDS chr1 10495274 10495321 ENST00000356607 protein_coding 9 1 2 PEX14 ENSG00000142655 +CDS chr1 10495274 10495321 ENST00000491661 protein_coding 2 2 2 PEX14 ENSG00000142655 +CDS chr1 10536213 10536297 ENST00000356607 protein_coding 9 1 3 PEX14 ENSG00000142655 +CDS chr1 10536213 10536297 ENST00000491661 protein_coding 2 2 3 PEX14 ENSG00000142655 +CDS chr1 10599238 10599366 ENST00000356607 protein_coding 9 1 4 PEX14 ENSG00000142655 +CDS chr1 10599238 10599366 ENST00000491661 protein_coding 2 2 4 PEX14 ENSG00000142655 +CDS chr1 10618332 10618417 ENST00000356607 protein_coding 9 1 5 PEX14 ENSG00000142655 +CDS chr1 10618332 10618417 ENST00000491661 protein_coding 2 2 5 PEX14 ENSG00000142655 +CDS chr1 10623019 10623121 ENST00000356607 protein_coding 9 1 6 PEX14 ENSG00000142655 +CDS chr1 10623019 10623129 ENST00000491661 protein_coding 2 2 6 PEX14 ENSG00000142655 +CDS chr1 10624340 10624437 ENST00000356607 protein_coding 9 1 7 PEX14 ENSG00000142655 +CDS chr1 10627272 10627363 ENST00000356607 protein_coding 9 1 8 PEX14 ENSG00000142655 +CDS chr1 10629531 10629984 ENST00000356607 protein_coding 9 1 9 PEX14 ENSG00000142655 +transcript chr1 10636604 10796646 ENST00000377022 protein_coding 8 1 NA CASZ1 ENSG00000130940 +CDS chr1 10638945 10640059 ENST00000377022 protein_coding 8 1 21 CASZ1 ENSG00000130940 +transcript chr1 10642082 10645076 ENST00000447850 protein_coding 3 5 NA CASZ1 ENSG00000130940 +CDS chr1 10642082 10642322 ENST00000447850 protein_coding 3 5 4 CASZ1 ENSG00000130940 +CDS chr1 10642859 10643000 ENST00000377022 protein_coding 8 1 20 CASZ1 ENSG00000130940 +CDS chr1 10642859 10643000 ENST00000447850 protein_coding 3 5 3 CASZ1 ENSG00000130940 +CDS chr1 10643160 10643311 ENST00000377022 protein_coding 8 1 19 CASZ1 ENSG00000130940 +CDS chr1 10643160 10643311 ENST00000447850 protein_coding 3 5 2 CASZ1 ENSG00000130940 +CDS chr1 10644917 10645088 ENST00000377022 protein_coding 8 1 18 CASZ1 ENSG00000130940 +CDS chr1 10644917 10645076 ENST00000447850 protein_coding 3 5 1 CASZ1 ENSG00000130940 +CDS chr1 10646128 10646326 ENST00000377022 protein_coding 8 1 17 CASZ1 ENSG00000130940 +transcript chr1 10647213 10796650 ENST00000344008 protein_coding 5 2 NA CASZ1 ENSG00000130940 +CDS chr1 10647800 10648139 ENST00000344008 protein_coding 5 2 16 CASZ1 ENSG00000130940 +CDS chr1 10647801 10648139 ENST00000377022 protein_coding 8 1 16 CASZ1 ENSG00000130940 +CDS chr1 10649070 10649192 ENST00000377022 protein_coding 8 1 15 CASZ1 ENSG00000130940 +CDS chr1 10649070 10649192 ENST00000344008 protein_coding 5 2 15 CASZ1 ENSG00000130940 +CDS chr1 10649283 10649437 ENST00000377022 protein_coding 8 1 14 CASZ1 ENSG00000130940 +CDS chr1 10649283 10649437 ENST00000344008 protein_coding 5 2 14 CASZ1 ENSG00000130940 +CDS chr1 10650692 10650755 ENST00000377022 protein_coding 8 1 13 CASZ1 ENSG00000130940 +CDS chr1 10650692 10650755 ENST00000344008 protein_coding 5 2 13 CASZ1 ENSG00000130940 +CDS chr1 10650941 10651076 ENST00000377022 protein_coding 8 1 12 CASZ1 ENSG00000130940 +CDS chr1 10650941 10651076 ENST00000344008 protein_coding 5 2 12 CASZ1 ENSG00000130940 +CDS chr1 10653377 10654218 ENST00000377022 protein_coding 8 1 11 CASZ1 ENSG00000130940 +CDS chr1 10653377 10654218 ENST00000344008 protein_coding 5 2 11 CASZ1 ENSG00000130940 +CDS chr1 10654419 10654591 ENST00000377022 protein_coding 8 1 10 CASZ1 ENSG00000130940 +CDS chr1 10654419 10654591 ENST00000344008 protein_coding 5 2 10 CASZ1 ENSG00000130940 +CDS chr1 10655649 10655813 ENST00000377022 protein_coding 8 1 9 CASZ1 ENSG00000130940 +CDS chr1 10655649 10655813 ENST00000344008 protein_coding 5 2 9 CASZ1 ENSG00000130940 +CDS chr1 10656646 10656736 ENST00000377022 protein_coding 8 1 8 CASZ1 ENSG00000130940 +CDS chr1 10656646 10656736 ENST00000344008 protein_coding 5 2 8 CASZ1 ENSG00000130940 +CDS chr1 10658508 10658576 ENST00000377022 protein_coding 8 1 7 CASZ1 ENSG00000130940 +CDS chr1 10658508 10658576 ENST00000344008 protein_coding 5 2 7 CASZ1 ENSG00000130940 +CDS chr1 10659702 10660536 ENST00000377022 protein_coding 8 1 6 CASZ1 ENSG00000130940 +CDS chr1 10659702 10660536 ENST00000344008 protein_coding 5 2 6 CASZ1 ENSG00000130940 +CDS chr1 10665083 10665571 ENST00000377022 protein_coding 8 1 5 CASZ1 ENSG00000130940 +CDS chr1 10665083 10665571 ENST00000344008 protein_coding 5 2 5 CASZ1 ENSG00000130940 +CDS chr1 10693874 10693889 ENST00000377022 protein_coding 8 1 4 CASZ1 ENSG00000130940 +CDS chr1 10693874 10693889 ENST00000344008 protein_coding 5 2 4 CASZ1 ENSG00000130940 +transcript chr1 10946473 10964201 ENST00000418570 protein_coding 6 2 NA C1orf127 ENSG00000175262 +transcript chr1 10946473 10982037 ENST00000377004 protein_coding 8 5 NA C1orf127 ENSG00000175262 +transcript chr1 10946475 10947870 ENST00000468348 protein_coding 1 2 NA C1orf127 ENSG00000175262 +transcript chr1 10946730 10976215 ENST00000520253 protein_coding 1 5 NA C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000418570 protein_coding 6 2 7 C1orf127 ENSG00000175262 +CDS chr1 10947666 10947870 ENST00000468348 protein_coding 1 2 1 C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000520253 protein_coding 1 5 11 C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000377004 protein_coding 8 5 12 C1orf127 ENSG00000175262 +CDS chr1 10949624 10949814 ENST00000418570 protein_coding 6 2 6 C1orf127 ENSG00000175262 +CDS chr1 10949624 10949814 ENST00000377004 protein_coding 8 5 11 C1orf127 ENSG00000175262 +CDS chr1 10949702 10949814 ENST00000520253 protein_coding 1 5 10 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000418570 protein_coding 6 2 5 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000520253 protein_coding 1 5 9 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000377004 protein_coding 8 5 10 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000418570 protein_coding 6 2 4 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000520253 protein_coding 1 5 8 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000377004 protein_coding 8 5 9 C1orf127 ENSG00000175262 +CDS chr1 10957023 10957107 ENST00000520253 protein_coding 1 5 7 C1orf127 ENSG00000175262 +CDS chr1 10957023 10957107 ENST00000377004 protein_coding 8 5 8 C1orf127 ENSG00000175262 +CDS chr1 10957585 10957753 ENST00000418570 protein_coding 6 2 3 C1orf127 ENSG00000175262 +CDS chr1 10957616 10957753 ENST00000520253 protein_coding 1 5 6 C1orf127 ENSG00000175262 +CDS chr1 10957616 10957753 ENST00000377004 protein_coding 8 5 7 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000418570 protein_coding 6 2 2 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000520253 protein_coding 1 5 5 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000377004 protein_coding 8 5 6 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964201 ENST00000418570 protein_coding 6 2 1 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964271 ENST00000520253 protein_coding 1 5 4 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964271 ENST00000377004 protein_coding 8 5 5 C1orf127 ENSG00000175262 +CDS chr1 10966358 10966482 ENST00000520253 protein_coding 1 5 3 C1orf127 ENSG00000175262 +CDS chr1 10966358 10966482 ENST00000377004 protein_coding 8 5 4 C1orf127 ENSG00000175262 +CDS chr1 10969970 10970089 ENST00000520253 protein_coding 1 5 2 C1orf127 ENSG00000175262 +CDS chr1 10969970 10970089 ENST00000377004 protein_coding 8 5 3 C1orf127 ENSG00000175262 +CDS chr1 10976156 10976215 ENST00000520253 protein_coding 1 5 1 C1orf127 ENSG00000175262 +CDS chr1 10976156 10976256 ENST00000377004 protein_coding 8 5 2 C1orf127 ENSG00000175262 +CDS chr1 10982012 10982037 ENST00000377004 protein_coding 8 5 1 C1orf127 ENSG00000175262 +transcript chr1 11012344 11020489 ENST00000473118 protein_coding 5 3 NA TARDBP ENSG00000120948 +transcript chr1 11012424 11023609 ENST00000639083 protein_coding 1 5 NA TARDBP ENSG00000120948 +transcript chr1 11012622 11023248 ENST00000629725 protein_coding 2 5 NA TARDBP ENSG00000120948 +transcript chr1 11012654 11020589 ENST00000476201 protein_coding 5 5 NA TARDBP ENSG00000120948 +transcript chr1 11012654 11025492 ENST00000240185 protein_coding 8 1 NA TARDBP ENSG00000120948 +transcript chr1 11012670 11022310 ENST00000621715 protein_coding 4 3 NA TARDBP ENSG00000120948 +transcript chr1 11013716 11024183 ENST00000315091 protein_coding 7 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000473118 protein_coding 5 3 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000639083 protein_coding 1 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000629725 protein_coding 2 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000476201 protein_coding 5 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000240185 protein_coding 8 1 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000621715 protein_coding 4 3 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000315091 protein_coding 7 5 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023234 ENST00000649624 protein_coding 1 NA NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000649624 protein_coding 1 NA 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023341 ENST00000616545 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000616545 protein_coding 4 5 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023341 ENST00000621790 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000621790 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11015524 11015646 ENST00000476201 protein_coding 5 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000473118 protein_coding 5 3 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000639083 protein_coding 1 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000629725 protein_coding 2 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000476201 protein_coding 5 5 4 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000240185 protein_coding 8 1 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000621715 protein_coding 4 3 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000315091 protein_coding 7 5 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000649624 protein_coding 1 NA 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000616545 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000621790 protein_coding 4 5 2 TARDBP ENSG00000120948 +transcript chr1 11016859 11023287 ENST00000622057 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11016859 11017007 ENST00000622057 protein_coding 4 5 1 TARDBP ENSG00000120948 +transcript chr1 11016865 11023590 ENST00000617172 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11016865 11017007 ENST00000617172 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000473118 protein_coding 5 3 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000639083 protein_coding 1 5 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000629725 protein_coding 2 5 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000476201 protein_coding 5 5 5 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000240185 protein_coding 8 1 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000621715 protein_coding 4 3 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000315091 protein_coding 7 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000649624 protein_coding 1 NA 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000616545 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000621790 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000622057 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000617172 protein_coding 4 5 2 TARDBP ENSG00000120948 +transcript chr1 11018853 11024043 ENST00000610369 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11018853 11018873 ENST00000610369 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11020429 11020489 ENST00000473118 protein_coding 5 3 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000639083 protein_coding 1 5 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000629725 protein_coding 2 5 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020589 ENST00000476201 protein_coding 5 5 6 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000240185 protein_coding 8 1 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000315091 protein_coding 7 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000649624 protein_coding 1 NA 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000616545 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000621790 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000622057 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000617172 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000610369 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11022124 11022651 ENST00000639083 protein_coding 1 5 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000629725 protein_coding 2 5 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022651 ENST00000240185 protein_coding 8 1 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022310 ENST00000621715 protein_coding 4 3 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022241 ENST00000315091 protein_coding 7 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022177 ENST00000649624 protein_coding 1 NA 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000616545 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022268 ENST00000621790 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022241 ENST00000622057 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000617172 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000610369 protein_coding 4 5 3 TARDBP ENSG00000120948 +transcript chr1 11022144 11030526 ENST00000612542 protein_coding 1 5 NA TARDBP ENSG00000120948 +CDS chr1 11022144 11022250 ENST00000612542 protein_coding 1 5 1 TARDBP ENSG00000120948 +CDS chr1 11023161 11023180 ENST00000622057 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000629725 protein_coding 2 5 7 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000315091 protein_coding 7 5 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023231 ENST00000649624 protein_coding 1 NA 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000621790 protein_coding 4 5 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000617172 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11023263 11023324 ENST00000616545 protein_coding 4 5 6 TARDBP ENSG00000120948 +CDS chr1 11023263 11023324 ENST00000610369 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11025110 11025183 ENST00000612542 protein_coding 1 5 2 TARDBP ENSG00000120948 +transcript chr1 11026523 11047239 ENST00000400897 protein_coding 8 1 NA MASP2 ENSG00000009724 +CDS chr1 11026888 11027648 ENST00000400897 protein_coding 8 1 11 MASP2 ENSG00000009724 +CDS chr1 11030176 11030250 ENST00000400897 protein_coding 8 1 10 MASP2 ENSG00000009724 +CDS chr1 11030748 11030882 ENST00000400897 protein_coding 8 1 9 MASP2 ENSG00000009724 +CDS chr1 11034828 11034906 ENST00000400897 protein_coding 8 1 8 MASP2 ENSG00000009724 +CDS chr1 11037693 11037811 ENST00000400897 protein_coding 8 1 7 MASP2 ENSG00000009724 +CDS chr1 11042875 11043022 ENST00000400897 protein_coding 8 1 6 MASP2 ENSG00000009724 +CDS chr1 11043339 11043535 ENST00000400897 protein_coding 8 1 5 MASP2 ENSG00000009724 +transcript chr1 11044798 11047233 ENST00000400898 protein_coding 3 1 NA MASP2 ENSG00000009724 +CDS chr1 11044943 11044953 ENST00000400898 protein_coding 3 1 5 MASP2 ENSG00000009724 +CDS chr1 11045408 11045539 ENST00000400897 protein_coding 8 1 4 MASP2 ENSG00000009724 +CDS chr1 11045408 11045539 ENST00000400898 protein_coding 3 1 4 MASP2 ENSG00000009724 +CDS chr1 11046556 11046733 ENST00000400897 protein_coding 8 1 3 MASP2 ENSG00000009724 +CDS chr1 11046556 11046733 ENST00000400898 protein_coding 3 1 3 MASP2 ENSG00000009724 +CDS chr1 11046891 11047119 ENST00000400897 protein_coding 8 1 2 MASP2 ENSG00000009724 +CDS chr1 11046891 11047119 ENST00000400898 protein_coding 3 1 2 MASP2 ENSG00000009724 +CDS chr1 11047203 11047207 ENST00000400897 protein_coding 8 1 1 MASP2 ENSG00000009724 +CDS chr1 11047203 11047207 ENST00000400898 protein_coding 3 1 1 MASP2 ENSG00000009724 +transcript chr1 11054589 11060018 ENST00000376957 protein_coding 7 1 NA SRM ENSG00000116649 +transcript chr1 11054664 11055820 ENST00000490101 protein_coding 1 2 NA SRM ENSG00000116649 +CDS chr1 11054868 11054885 ENST00000376957 protein_coding 7 1 8 SRM ENSG00000116649 +CDS chr1 11054878 11055084 ENST00000490101 protein_coding 1 2 2 SRM ENSG00000116649 +CDS chr1 11054962 11055084 ENST00000376957 protein_coding 7 1 7 SRM ENSG00000116649 +CDS chr1 11055781 11055926 ENST00000376957 protein_coding 7 1 6 SRM ENSG00000116649 +CDS chr1 11055781 11055820 ENST00000490101 protein_coding 1 2 1 SRM ENSG00000116649 +CDS chr1 11056011 11056094 ENST00000376957 protein_coding 7 1 5 SRM ENSG00000116649 +transcript chr1 11056011 11058873 ENST00000465788 protein_coding 1 5 NA SRM ENSG00000116649 +CDS chr1 11056011 11056094 ENST00000465788 protein_coding 1 5 3 SRM ENSG00000116649 +CDS chr1 11056604 11056757 ENST00000376957 protein_coding 7 1 4 SRM ENSG00000116649 +CDS chr1 11056604 11056757 ENST00000465788 protein_coding 1 5 2 SRM ENSG00000116649 +transcript chr1 11056702 11059686 ENST00000487300 protein_coding 1 2 NA SRM ENSG00000116649 +CDS chr1 11056702 11056757 ENST00000487300 protein_coding 1 2 3 SRM ENSG00000116649 +CDS chr1 11058710 11058873 ENST00000465788 protein_coding 1 5 1 SRM ENSG00000116649 +CDS chr1 11058800 11058892 ENST00000376957 protein_coding 7 1 3 SRM ENSG00000116649 +CDS chr1 11058800 11058892 ENST00000487300 protein_coding 1 2 2 SRM ENSG00000116649 +CDS chr1 11059225 11059345 ENST00000376957 protein_coding 7 1 2 SRM ENSG00000116649 +CDS chr1 11059225 11059434 ENST00000487300 protein_coding 1 2 1 SRM ENSG00000116649 +CDS chr1 11059777 11059943 ENST00000376957 protein_coding 7 1 1 SRM ENSG00000116649 +transcript chr1 11066618 11099869 ENST00000304457 protein_coding 11 1 NA EXOSC10 ENSG00000171824 +transcript chr1 11066618 11099869 ENST00000376936 protein_coding 9 1 NA EXOSC10 ENSG00000171824 +CDS chr1 11066721 11066748 ENST00000304457 protein_coding 11 1 24 EXOSC10 ENSG00000171824 +CDS chr1 11066721 11066748 ENST00000376936 protein_coding 9 1 25 EXOSC10 ENSG00000171824 +CDS chr1 11068008 11068084 ENST00000304457 protein_coding 11 1 23 EXOSC10 ENSG00000171824 +CDS chr1 11068008 11068084 ENST00000376936 protein_coding 9 1 24 EXOSC10 ENSG00000171824 +CDS chr1 11068645 11068706 ENST00000304457 protein_coding 11 1 22 EXOSC10 ENSG00000171824 +CDS chr1 11068645 11068706 ENST00000376936 protein_coding 9 1 23 EXOSC10 ENSG00000171824 +CDS chr1 11069559 11069730 ENST00000304457 protein_coding 11 1 21 EXOSC10 ENSG00000171824 +CDS chr1 11069559 11069730 ENST00000376936 protein_coding 9 1 22 EXOSC10 ENSG00000171824 +CDS chr1 11070900 11070973 ENST00000304457 protein_coding 11 1 20 EXOSC10 ENSG00000171824 +CDS chr1 11070900 11070973 ENST00000376936 protein_coding 9 1 21 EXOSC10 ENSG00000171824 +CDS chr1 11072087 11072171 ENST00000304457 protein_coding 11 1 19 EXOSC10 ENSG00000171824 +CDS chr1 11072087 11072171 ENST00000376936 protein_coding 9 1 20 EXOSC10 ENSG00000171824 +CDS chr1 11073934 11074008 ENST00000376936 protein_coding 9 1 19 EXOSC10 ENSG00000171824 +CDS chr1 11074231 11074326 ENST00000304457 protein_coding 11 1 18 EXOSC10 ENSG00000171824 +CDS chr1 11074231 11074326 ENST00000376936 protein_coding 9 1 18 EXOSC10 ENSG00000171824 +CDS chr1 11076842 11076948 ENST00000304457 protein_coding 11 1 17 EXOSC10 ENSG00000171824 +CDS chr1 11076842 11076948 ENST00000376936 protein_coding 9 1 17 EXOSC10 ENSG00000171824 +CDS chr1 11077365 11077443 ENST00000304457 protein_coding 11 1 16 EXOSC10 ENSG00000171824 +CDS chr1 11077365 11077443 ENST00000376936 protein_coding 9 1 16 EXOSC10 ENSG00000171824 +CDS chr1 11077601 11077651 ENST00000304457 protein_coding 11 1 15 EXOSC10 ENSG00000171824 +CDS chr1 11077601 11077651 ENST00000376936 protein_coding 9 1 15 EXOSC10 ENSG00000171824 +CDS chr1 11079711 11079822 ENST00000304457 protein_coding 11 1 14 EXOSC10 ENSG00000171824 +CDS chr1 11079711 11079822 ENST00000376936 protein_coding 9 1 14 EXOSC10 ENSG00000171824 +CDS chr1 11080499 11080549 ENST00000304457 protein_coding 11 1 13 EXOSC10 ENSG00000171824 +CDS chr1 11080499 11080549 ENST00000376936 protein_coding 9 1 13 EXOSC10 ENSG00000171824 +CDS chr1 11080764 11080912 ENST00000304457 protein_coding 11 1 12 EXOSC10 ENSG00000171824 +CDS chr1 11080764 11080912 ENST00000376936 protein_coding 9 1 12 EXOSC10 ENSG00000171824 +CDS chr1 11081082 11081238 ENST00000304457 protein_coding 11 1 11 EXOSC10 ENSG00000171824 +CDS chr1 11081082 11081238 ENST00000376936 protein_coding 9 1 11 EXOSC10 ENSG00000171824 +CDS chr1 11082688 11082878 ENST00000304457 protein_coding 11 1 10 EXOSC10 ENSG00000171824 +CDS chr1 11082688 11082878 ENST00000376936 protein_coding 9 1 10 EXOSC10 ENSG00000171824 +CDS chr1 11087448 11087591 ENST00000304457 protein_coding 11 1 9 EXOSC10 ENSG00000171824 +CDS chr1 11087448 11087591 ENST00000376936 protein_coding 9 1 9 EXOSC10 ENSG00000171824 +CDS chr1 11087800 11087910 ENST00000304457 protein_coding 11 1 8 EXOSC10 ENSG00000171824 +CDS chr1 11087800 11087910 ENST00000376936 protein_coding 9 1 8 EXOSC10 ENSG00000171824 +CDS chr1 11088123 11088198 ENST00000304457 protein_coding 11 1 7 EXOSC10 ENSG00000171824 +CDS chr1 11088123 11088198 ENST00000376936 protein_coding 9 1 7 EXOSC10 ENSG00000171824 +CDS chr1 11090554 11090668 ENST00000304457 protein_coding 11 1 6 EXOSC10 ENSG00000171824 +CDS chr1 11090554 11090668 ENST00000376936 protein_coding 9 1 6 EXOSC10 ENSG00000171824 +CDS chr1 11091014 11091179 ENST00000304457 protein_coding 11 1 5 EXOSC10 ENSG00000171824 +CDS chr1 11091014 11091179 ENST00000376936 protein_coding 9 1 5 EXOSC10 ENSG00000171824 +CDS chr1 11091493 11091597 ENST00000304457 protein_coding 11 1 4 EXOSC10 ENSG00000171824 +CDS chr1 11091493 11091597 ENST00000376936 protein_coding 9 1 4 EXOSC10 ENSG00000171824 +CDS chr1 11095758 11095881 ENST00000304457 protein_coding 11 1 3 EXOSC10 ENSG00000171824 +CDS chr1 11095758 11095881 ENST00000376936 protein_coding 9 1 3 EXOSC10 ENSG00000171824 +CDS chr1 11098020 11098156 ENST00000304457 protein_coding 11 1 2 EXOSC10 ENSG00000171824 +CDS chr1 11098020 11098156 ENST00000376936 protein_coding 9 1 2 EXOSC10 ENSG00000171824 +CDS chr1 11099721 11099831 ENST00000304457 protein_coding 11 1 1 EXOSC10 ENSG00000171824 +CDS chr1 11099721 11099831 ENST00000376936 protein_coding 9 1 1 EXOSC10 ENSG00000171824 +transcript chr1 11106535 11131558 ENST00000376838 protein_coding 5 2 NA MTOR ENSG00000198793 +transcript chr1 11106535 11262551 ENST00000361445 protein_coding 9 1 NA MTOR ENSG00000198793 +CDS chr1 11107488 11107500 ENST00000376838 protein_coding 5 2 20 MTOR ENSG00000198793 +CDS chr1 11107488 11107500 ENST00000361445 protein_coding 9 1 58 MTOR ENSG00000198793 +CDS chr1 11108181 11108286 ENST00000376838 protein_coding 5 2 19 MTOR ENSG00000198793 +CDS chr1 11108181 11108286 ENST00000361445 protein_coding 9 1 57 MTOR ENSG00000198793 +CDS chr1 11109290 11109370 ENST00000376838 protein_coding 5 2 18 MTOR ENSG00000198793 +CDS chr1 11109290 11109370 ENST00000361445 protein_coding 9 1 56 MTOR ENSG00000198793 +transcript chr1 11109303 11115663 ENST00000455339 protein_coding 1 3 NA MTOR ENSG00000198793 +CDS chr1 11109303 11109370 ENST00000455339 protein_coding 1 3 6 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000376838 protein_coding 5 2 17 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000361445 protein_coding 9 1 55 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000455339 protein_coding 1 3 5 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000376838 protein_coding 5 2 16 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000361445 protein_coding 9 1 54 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000455339 protein_coding 1 3 4 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000376838 protein_coding 5 2 15 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000361445 protein_coding 9 1 53 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000455339 protein_coding 1 3 3 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000376838 protein_coding 5 2 14 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000361445 protein_coding 9 1 52 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000455339 protein_coding 1 3 2 MTOR ENSG00000198793 +CDS chr1 11115396 11115468 ENST00000376838 protein_coding 5 2 13 MTOR ENSG00000198793 +CDS chr1 11115396 11115468 ENST00000361445 protein_coding 9 1 51 MTOR ENSG00000198793 +CDS chr1 11115396 11115452 ENST00000455339 protein_coding 1 3 1 MTOR ENSG00000198793 +CDS chr1 11117004 11117086 ENST00000376838 protein_coding 5 2 12 MTOR ENSG00000198793 +CDS chr1 11117004 11117086 ENST00000361445 protein_coding 9 1 50 MTOR ENSG00000198793 +CDS chr1 11121246 11121368 ENST00000376838 protein_coding 5 2 11 MTOR ENSG00000198793 +CDS chr1 11121246 11121368 ENST00000361445 protein_coding 9 1 49 MTOR ENSG00000198793 +CDS chr1 11121979 11122126 ENST00000376838 protein_coding 5 2 10 MTOR ENSG00000198793 +CDS chr1 11121979 11122126 ENST00000361445 protein_coding 9 1 48 MTOR ENSG00000198793 +CDS chr1 11124498 11124633 ENST00000376838 protein_coding 5 2 9 MTOR ENSG00000198793 +CDS chr1 11124498 11124633 ENST00000361445 protein_coding 9 1 47 MTOR ENSG00000198793 +CDS chr1 11126622 11126796 ENST00000376838 protein_coding 5 2 8 MTOR ENSG00000198793 +CDS chr1 11126622 11126796 ENST00000361445 protein_coding 9 1 46 MTOR ENSG00000198793 +CDS chr1 11127010 11127144 ENST00000376838 protein_coding 5 2 7 MTOR ENSG00000198793 +CDS chr1 11127010 11127144 ENST00000361445 protein_coding 9 1 45 MTOR ENSG00000198793 +CDS chr1 11127624 11127806 ENST00000376838 protein_coding 5 2 6 MTOR ENSG00000198793 +CDS chr1 11127624 11127806 ENST00000361445 protein_coding 9 1 44 MTOR ENSG00000198793 +CDS chr1 11128004 11128126 ENST00000376838 protein_coding 5 2 5 MTOR ENSG00000198793 +CDS chr1 11128004 11128126 ENST00000361445 protein_coding 9 1 43 MTOR ENSG00000198793 +CDS chr1 11128454 11128552 ENST00000376838 protein_coding 5 2 4 MTOR ENSG00000198793 +CDS chr1 11128454 11128552 ENST00000361445 protein_coding 9 1 42 MTOR ENSG00000198793 +CDS chr1 11128855 11128951 ENST00000376838 protein_coding 5 2 3 MTOR ENSG00000198793 +CDS chr1 11128855 11128951 ENST00000361445 protein_coding 9 1 41 MTOR ENSG00000198793 +CDS chr1 11129738 11129838 ENST00000376838 protein_coding 5 2 2 MTOR ENSG00000198793 +CDS chr1 11129738 11129838 ENST00000361445 protein_coding 9 1 40 MTOR ENSG00000198793 +CDS chr1 11130529 11130756 ENST00000376838 protein_coding 5 2 1 MTOR ENSG00000198793 +CDS chr1 11130529 11130777 ENST00000361445 protein_coding 9 1 39 MTOR ENSG00000198793 +CDS chr1 11133080 11133197 ENST00000361445 protein_coding 9 1 38 MTOR ENSG00000198793 +CDS chr1 11134351 11134466 ENST00000361445 protein_coding 9 1 37 MTOR ENSG00000198793 +CDS chr1 11139304 11139435 ENST00000361445 protein_coding 9 1 36 MTOR ENSG00000198793 +CDS chr1 11139533 11139658 ENST00000361445 protein_coding 9 1 35 MTOR ENSG00000198793 +CDS chr1 11144648 11144755 ENST00000361445 protein_coding 9 1 34 MTOR ENSG00000198793 +CDS chr1 11144968 11145045 ENST00000361445 protein_coding 9 1 33 MTOR ENSG00000198793 +CDS chr1 11146676 11146791 ENST00000361445 protein_coding 9 1 32 MTOR ENSG00000198793 +CDS chr1 11150126 11150226 ENST00000361445 protein_coding 9 1 31 MTOR ENSG00000198793 +CDS chr1 11157152 11157291 ENST00000361445 protein_coding 9 1 30 MTOR ENSG00000198793 +CDS chr1 11167442 11167517 ENST00000361445 protein_coding 9 1 29 MTOR ENSG00000198793 +transcript chr1 11189355 11195981 ENST00000376819 protein_coding 4 1 NA ANGPTL7 ENSG00000171819 +CDS chr1 11189580 11189955 ENST00000376819 protein_coding 4 1 1 ANGPTL7 ENSG00000171819 +CDS chr1 11192270 11192370 ENST00000376819 protein_coding 4 1 2 ANGPTL7 ENSG00000171819 +CDS chr1 11193580 11193774 ENST00000376819 protein_coding 4 1 3 ANGPTL7 ENSG00000171819 +CDS chr1 11194461 11194659 ENST00000376819 protein_coding 4 1 4 ANGPTL7 ENSG00000171819 +CDS chr1 11194854 11195020 ENST00000376819 protein_coding 4 1 5 ANGPTL7 ENSG00000171819 +CDS chr1 11199258 11199403 ENST00000361445 protein_coding 9 1 28 MTOR ENSG00000198793 +CDS chr1 11199541 11199703 ENST00000361445 protein_coding 9 1 27 MTOR ENSG00000198793 +CDS chr1 11204561 11204703 ENST00000361445 protein_coding 9 1 26 MTOR ENSG00000198793 +CDS chr1 11209312 11209458 ENST00000361445 protein_coding 9 1 25 MTOR ENSG00000198793 +CDS chr1 11210814 11210906 ENST00000361445 protein_coding 9 1 24 MTOR ENSG00000198793 +CDS chr1 11212312 11212474 ENST00000361445 protein_coding 9 1 23 MTOR ENSG00000198793 +CDS chr1 11212796 11212908 ENST00000361445 protein_coding 9 1 22 MTOR ENSG00000198793 +CDS chr1 11213399 11213566 ENST00000361445 protein_coding 9 1 21 MTOR ENSG00000198793 +CDS chr1 11216148 11216234 ENST00000361445 protein_coding 9 1 20 MTOR ENSG00000198793 +CDS chr1 11228668 11228918 ENST00000361445 protein_coding 9 1 19 MTOR ENSG00000198793 +CDS chr1 11230925 11231054 ENST00000361445 protein_coding 9 1 18 MTOR ENSG00000198793 +CDS chr1 11231300 11231434 ENST00000361445 protein_coding 9 1 17 MTOR ENSG00000198793 +CDS chr1 11232436 11232528 ENST00000361445 protein_coding 9 1 16 MTOR ENSG00000198793 +CDS chr1 11233398 11233487 ENST00000361445 protein_coding 9 1 15 MTOR ENSG00000198793 +CDS chr1 11234143 11234265 ENST00000361445 protein_coding 9 1 14 MTOR ENSG00000198793 +CDS chr1 11237843 11238048 ENST00000361445 protein_coding 9 1 13 MTOR ENSG00000198793 +CDS chr1 11238402 11238617 ENST00000361445 protein_coding 9 1 12 MTOR ENSG00000198793 +CDS chr1 11240303 11240547 ENST00000361445 protein_coding 9 1 11 MTOR ENSG00000198793 +CDS chr1 11241553 11241681 ENST00000361445 protein_coding 9 1 10 MTOR ENSG00000198793 +CDS chr1 11243114 11243300 ENST00000361445 protein_coding 9 1 9 MTOR ENSG00000198793 +CDS chr1 11247625 11247733 ENST00000361445 protein_coding 9 1 8 MTOR ENSG00000198793 +CDS chr1 11247819 11248094 ENST00000361445 protein_coding 9 1 7 MTOR ENSG00000198793 +CDS chr1 11253839 11253973 ENST00000361445 protein_coding 9 1 6 MTOR ENSG00000198793 +CDS chr1 11255992 11256192 ENST00000361445 protein_coding 9 1 5 MTOR ENSG00000198793 +CDS chr1 11256933 11257165 ENST00000361445 protein_coding 9 1 4 MTOR ENSG00000198793 +CDS chr1 11258485 11258593 ENST00000361445 protein_coding 9 1 3 MTOR ENSG00000198793 +CDS chr1 11259248 11259409 ENST00000361445 protein_coding 9 1 2 MTOR ENSG00000198793 +transcript chr1 11273198 11288434 ENST00000376810 protein_coding 6 1 NA UBIAD1 ENSG00000120942 +transcript chr1 11273528 11295164 ENST00000376804 protein_coding 2 2 NA UBIAD1 ENSG00000120942 +CDS chr1 11273532 11274060 ENST00000376810 protein_coding 6 1 1 UBIAD1 ENSG00000120942 +CDS chr1 11273532 11274060 ENST00000376804 protein_coding 2 2 1 UBIAD1 ENSG00000120942 +transcript chr1 11273934 11296049 ENST00000483738 protein_coding 1 3 NA UBIAD1 ENSG00000120942 +CDS chr1 11273934 11274060 ENST00000483738 protein_coding 1 3 1 UBIAD1 ENSG00000120942 +CDS chr1 11285644 11286128 ENST00000376810 protein_coding 6 1 2 UBIAD1 ENSG00000120942 +CDS chr1 11285644 11285732 ENST00000483738 protein_coding 1 3 2 UBIAD1 ENSG00000120942 +CDS chr1 11294873 11294880 ENST00000376804 protein_coding 2 2 2 UBIAD1 ENSG00000120942 +CDS chr1 11294873 11294887 ENST00000483738 protein_coding 1 3 3 UBIAD1 ENSG00000120942 +transcript chr1 11479155 11537551 ENST00000294484 protein_coding 7 1 NA DISP3 ENSG00000204624 +CDS chr1 11500993 11502088 ENST00000294484 protein_coding 7 1 2 DISP3 ENSG00000204624 +CDS chr1 11502678 11502897 ENST00000294484 protein_coding 7 1 3 DISP3 ENSG00000204624 +CDS chr1 11514390 11514526 ENST00000294484 protein_coding 7 1 4 DISP3 ENSG00000204624 +CDS chr1 11515369 11515503 ENST00000294484 protein_coding 7 1 5 DISP3 ENSG00000204624 +CDS chr1 11516001 11516161 ENST00000294484 protein_coding 7 1 6 DISP3 ENSG00000204624 +CDS chr1 11517463 11517602 ENST00000294484 protein_coding 7 1 7 DISP3 ENSG00000204624 +CDS chr1 11519355 11519503 ENST00000294484 protein_coding 7 1 8 DISP3 ENSG00000204624 +CDS chr1 11519719 11519880 ENST00000294484 protein_coding 7 1 9 DISP3 ENSG00000204624 +CDS chr1 11520687 11520848 ENST00000294484 protein_coding 7 1 10 DISP3 ENSG00000204624 +CDS chr1 11523942 11524055 ENST00000294484 protein_coding 7 1 11 DISP3 ENSG00000204624 +CDS chr1 11525176 11525312 ENST00000294484 protein_coding 7 1 12 DISP3 ENSG00000204624 +CDS chr1 11526651 11526835 ENST00000294484 protein_coding 7 1 13 DISP3 ENSG00000204624 +CDS chr1 11529556 11529686 ENST00000294484 protein_coding 7 1 14 DISP3 ENSG00000204624 +CDS chr1 11529787 11529959 ENST00000294484 protein_coding 7 1 15 DISP3 ENSG00000204624 +CDS chr1 11530907 11531033 ENST00000294484 protein_coding 7 1 16 DISP3 ENSG00000204624 +CDS chr1 11531565 11531710 ENST00000294484 protein_coding 7 1 17 DISP3 ENSG00000204624 +transcript chr1 11533676 11537225 ENST00000304391 protein_coding 6 1 NA DISP3 ENSG00000204624 +CDS chr1 11533794 11533827 ENST00000304391 protein_coding 6 1 1 DISP3 ENSG00000204624 +CDS chr1 11534381 11534540 ENST00000294484 protein_coding 7 1 18 DISP3 ENSG00000204624 +CDS chr1 11534381 11534540 ENST00000304391 protein_coding 6 1 2 DISP3 ENSG00000204624 +CDS chr1 11535011 11535124 ENST00000294484 protein_coding 7 1 19 DISP3 ENSG00000204624 +CDS chr1 11535011 11535124 ENST00000304391 protein_coding 6 1 3 DISP3 ENSG00000204624 +CDS chr1 11535478 11535644 ENST00000294484 protein_coding 7 1 20 DISP3 ENSG00000204624 +CDS chr1 11535478 11535644 ENST00000304391 protein_coding 6 1 4 DISP3 ENSG00000204624 +CDS chr1 11536324 11536683 ENST00000294484 protein_coding 7 1 21 DISP3 ENSG00000204624 +CDS chr1 11536324 11536652 ENST00000304391 protein_coding 6 1 5 DISP3 ENSG00000204624 +transcript chr1 11648387 11654429 ENST00000354287 protein_coding 5 1 NA FBXO2 ENSG00000116661 +CDS chr1 11648697 11648828 ENST00000354287 protein_coding 5 1 6 FBXO2 ENSG00000116661 +CDS chr1 11649087 11649225 ENST00000354287 protein_coding 5 1 5 FBXO2 ENSG00000116661 +CDS chr1 11649779 11649874 ENST00000354287 protein_coding 5 1 4 FBXO2 ENSG00000116661 +CDS chr1 11649945 11650074 ENST00000354287 protein_coding 5 1 3 FBXO2 ENSG00000116661 +CDS chr1 11650466 11650834 ENST00000354287 protein_coding 5 1 2 FBXO2 ENSG00000116661 +transcript chr1 11650547 11655785 ENST00000465901 protein_coding 1 3 NA FBXO2 ENSG00000116661 +CDS chr1 11650547 11650834 ENST00000465901 protein_coding 1 3 2 FBXO2 ENSG00000116661 +CDS chr1 11654319 11654340 ENST00000354287 protein_coding 5 1 1 FBXO2 ENSG00000116661 +transcript chr1 11654375 11662289 ENST00000251546 protein_coding 8 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654857 11658868 ENST00000425796 protein_coding 5 3 NA FBXO44 ENSG00000132879 +transcript chr1 11654857 11663327 ENST00000376770 protein_coding 5 1 NA FBXO44 ENSG00000132879 +transcript chr1 11654877 11663327 ENST00000251547 protein_coding 10 1 NA FBXO44 ENSG00000132879 +transcript chr1 11654881 11661391 ENST00000376768 protein_coding 5 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654910 11661349 ENST00000376760 protein_coding 5 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654910 11662291 ENST00000376762 protein_coding 8 1 NA FBXO44 ENSG00000132879 +CDS chr1 11655640 11655712 ENST00000465901 protein_coding 1 3 1 FBXO2 ENSG00000116661 +CDS chr1 11655836 11656100 ENST00000251546 protein_coding 8 2 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000425796 protein_coding 5 3 3 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376768 protein_coding 5 2 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000251547 protein_coding 10 1 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376760 protein_coding 5 2 3 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376762 protein_coding 8 1 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376770 protein_coding 5 1 3 FBXO44 ENSG00000132879 +transcript chr1 11656065 11663117 ENST00000475435 protein_coding 5 3 NA FBXO44 ENSG00000132879 +CDS chr1 11656065 11656100 ENST00000475435 protein_coding 5 3 1 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000251546 protein_coding 8 2 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000425796 protein_coding 5 3 4 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376768 protein_coding 5 2 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658393 ENST00000251547 protein_coding 10 1 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376760 protein_coding 5 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376762 protein_coding 8 1 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000475435 protein_coding 5 3 2 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658393 ENST00000376770 protein_coding 5 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000376768 protein_coding 5 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000251547 protein_coding 10 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000376770 protein_coding 5 1 5 FBXO44 ENSG00000132879 +transcript chr1 11658542 11663324 ENST00000471895 protein_coding 1 3 NA FBXO44 ENSG00000132879 +CDS chr1 11658542 11658628 ENST00000471895 protein_coding 1 3 1 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000251546 protein_coding 8 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658868 ENST00000425796 protein_coding 5 3 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376768 protein_coding 5 2 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000251547 protein_coding 10 1 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376760 protein_coding 5 2 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376762 protein_coding 8 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000475435 protein_coding 5 3 3 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000471895 protein_coding 1 3 2 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376770 protein_coding 5 1 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000251546 protein_coding 8 2 5 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376768 protein_coding 5 2 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661270 ENST00000251547 protein_coding 10 1 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376760 protein_coding 5 2 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376762 protein_coding 8 1 5 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000475435 protein_coding 5 3 4 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000471895 protein_coding 1 3 3 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661270 ENST00000376770 protein_coding 5 1 7 FBXO44 ENSG00000132879 +transcript chr1 11664200 11674354 ENST00000376753 protein_coding 9 1 NA FBXO6 ENSG00000116663 +CDS chr1 11668659 11668944 ENST00000376753 protein_coding 9 1 2 FBXO6 ENSG00000116663 +transcript chr1 11668696 11674030 ENST00000449067 protein_coding 1 3 NA FBXO6 ENSG00000116663 +CDS chr1 11668696 11668944 ENST00000449067 protein_coding 1 3 1 FBXO6 ENSG00000116663 +CDS chr1 11671266 11671392 ENST00000376753 protein_coding 9 1 3 FBXO6 ENSG00000116663 +CDS chr1 11671266 11671392 ENST00000449067 protein_coding 1 3 2 FBXO6 ENSG00000116663 +CDS chr1 11671928 11672023 ENST00000376753 protein_coding 9 1 4 FBXO6 ENSG00000116663 +CDS chr1 11673277 11673412 ENST00000376753 protein_coding 9 1 5 FBXO6 ENSG00000116663 +CDS chr1 11673277 11673412 ENST00000449067 protein_coding 1 3 3 FBXO6 ENSG00000116663 +CDS chr1 11673615 11673848 ENST00000376753 protein_coding 9 1 6 FBXO6 ENSG00000116663 +CDS chr1 11673615 11673848 ENST00000449067 protein_coding 1 3 4 FBXO6 ENSG00000116663 +transcript chr1 11674480 11691650 ENST00000235310 protein_coding 7 2 NA MAD2L2 ENSG00000116670 +transcript chr1 11674480 11681148 ENST00000376692 protein_coding 9 1 NA MAD2L2 ENSG00000116670 +transcript chr1 11674525 11691477 ENST00000376672 protein_coding 5 3 NA MAD2L2 ENSG00000116670 +transcript chr1 11674678 11681118 ENST00000376669 protein_coding 9 3 NA MAD2L2 ENSG00000116670 +transcript chr1 11674748 11691609 ENST00000376667 protein_coding 7 2 NA MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000235310 protein_coding 7 2 11 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376672 protein_coding 5 3 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376669 protein_coding 9 3 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376667 protein_coding 7 2 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376692 protein_coding 9 1 9 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000235310 protein_coding 7 2 10 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376672 protein_coding 5 3 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376669 protein_coding 9 3 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376667 protein_coding 7 2 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376692 protein_coding 9 1 8 MAD2L2 ENSG00000116670 +transcript chr1 11675656 11681111 ENST00000445656 protein_coding 5 3 NA MAD2L2 ENSG00000116670 +CDS chr1 11675656 11675731 ENST00000445656 protein_coding 5 3 6 MAD2L2 ENSG00000116670 +transcript chr1 11675657 11681131 ENST00000456915 protein_coding 1 2 NA MAD2L2 ENSG00000116670 +CDS chr1 11675657 11675731 ENST00000456915 protein_coding 1 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000235310 protein_coding 7 2 9 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376672 protein_coding 5 3 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376669 protein_coding 9 3 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376667 protein_coding 7 2 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376692 protein_coding 9 1 7 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000235310 protein_coding 7 2 8 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376672 protein_coding 5 3 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376669 protein_coding 9 3 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376667 protein_coding 7 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000445656 protein_coding 5 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000456915 protein_coding 1 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376692 protein_coding 9 1 6 MAD2L2 ENSG00000116670 +CDS chr1 11676809 11676948 ENST00000376672 protein_coding 5 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676809 11676948 ENST00000376669 protein_coding 9 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000235310 protein_coding 7 2 7 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000376667 protein_coding 7 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000445656 protein_coding 5 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000456915 protein_coding 1 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000376692 protein_coding 9 1 5 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000235310 protein_coding 7 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376672 protein_coding 5 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376669 protein_coding 9 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376667 protein_coding 7 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000445656 protein_coding 5 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000456915 protein_coding 1 2 3 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376692 protein_coding 9 1 4 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000235310 protein_coding 7 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376672 protein_coding 5 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376669 protein_coding 9 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376667 protein_coding 7 2 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680601 ENST00000445656 protein_coding 5 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000456915 protein_coding 1 2 2 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376692 protein_coding 9 1 3 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000235310 protein_coding 7 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376672 protein_coding 5 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376669 protein_coding 9 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376667 protein_coding 7 2 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000456915 protein_coding 1 2 1 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376692 protein_coding 9 1 2 MAD2L2 ENSG00000116670 +transcript chr1 11691710 11725857 ENST00000294485 protein_coding 6 1 NA DRAXIN ENSG00000162490 +CDS chr1 11706259 11706709 ENST00000294485 protein_coding 6 1 2 DRAXIN ENSG00000162490 +CDS chr1 11709275 11709465 ENST00000294485 protein_coding 6 1 3 DRAXIN ENSG00000162490 +CDS chr1 11711851 11711965 ENST00000294485 protein_coding 6 1 4 DRAXIN ENSG00000162490 +CDS chr1 11712340 11712429 ENST00000294485 protein_coding 6 1 5 DRAXIN ENSG00000162490 +CDS chr1 11715119 11715208 ENST00000294485 protein_coding 6 1 6 DRAXIN ENSG00000162490 +CDS chr1 11719584 11719693 ENST00000294485 protein_coding 6 1 7 DRAXIN ENSG00000162490 +transcript chr1 11736084 11750710 ENST00000376637 protein_coding 7 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736124 11750316 ENST00000400895 protein_coding 6 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736136 11750769 ENST00000314340 protein_coding 10 1 NA AGTRAP ENSG00000177674 +transcript chr1 11736147 11750771 ENST00000376629 protein_coding 8 1 NA AGTRAP ENSG00000177674 +transcript chr1 11736153 11750578 ENST00000376627 protein_coding 6 5 NA AGTRAP ENSG00000177674 +transcript chr1 11736173 11750409 ENST00000452018 protein_coding 6 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736175 11750633 ENST00000510878 protein_coding 1 3 NA AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376637 protein_coding 7 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000400895 protein_coding 6 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000314340 protein_coding 10 1 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376629 protein_coding 8 1 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376627 protein_coding 6 5 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000452018 protein_coding 6 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000510878 protein_coding 1 3 1 AGTRAP ENSG00000177674 +CDS chr1 11744533 11744568 ENST00000376627 protein_coding 6 5 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000400895 protein_coding 6 2 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000314340 protein_coding 10 1 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000376629 protein_coding 8 1 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000376627 protein_coding 6 5 3 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000452018 protein_coding 6 2 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000510878 protein_coding 1 3 2 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000400895 protein_coding 6 2 3 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000376627 protein_coding 6 5 4 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000452018 protein_coding 6 2 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376637 protein_coding 7 2 2 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000400895 protein_coding 6 2 4 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000314340 protein_coding 10 1 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376629 protein_coding 8 1 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376627 protein_coding 6 5 5 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000452018 protein_coding 6 2 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000376637 protein_coding 7 2 3 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748590 ENST00000400895 protein_coding 6 2 5 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748610 ENST00000314340 protein_coding 10 1 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000376629 protein_coding 8 1 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748590 ENST00000376627 protein_coding 6 5 6 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000452018 protein_coding 6 2 5 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748610 ENST00000510878 protein_coding 1 3 3 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750101 ENST00000376637 protein_coding 7 2 4 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750189 ENST00000314340 protein_coding 10 1 5 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750189 ENST00000376629 protein_coding 8 1 5 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750101 ENST00000452018 protein_coding 6 2 6 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750283 ENST00000510878 protein_coding 1 3 4 AGTRAP ENSG00000177674 +transcript chr1 11761787 11789584 ENST00000433342 protein_coding 6 5 NA C1orf167 ENSG00000215910 +transcript chr1 11762193 11789585 ENST00000688073 protein_coding 1 NA NA C1orf167 ENSG00000215910 +CDS chr1 11764401 11764482 ENST00000433342 protein_coding 6 5 2 C1orf167 ENSG00000215910 +CDS chr1 11764401 11764470 ENST00000688073 protein_coding 1 NA 2 C1orf167 ENSG00000215910 +CDS chr1 11765857 11766576 ENST00000433342 protein_coding 6 5 3 C1orf167 ENSG00000215910 +CDS chr1 11765857 11767085 ENST00000688073 protein_coding 1 NA 3 C1orf167 ENSG00000215910 +CDS chr1 11766964 11767085 ENST00000433342 protein_coding 6 5 4 C1orf167 ENSG00000215910 +CDS chr1 11767221 11767264 ENST00000433342 protein_coding 6 5 5 C1orf167 ENSG00000215910 +CDS chr1 11767221 11767264 ENST00000688073 protein_coding 1 NA 4 C1orf167 ENSG00000215910 +CDS chr1 11768077 11768319 ENST00000433342 protein_coding 6 5 6 C1orf167 ENSG00000215910 +CDS chr1 11768077 11768275 ENST00000688073 protein_coding 1 NA 5 C1orf167 ENSG00000215910 +CDS chr1 11768973 11769127 ENST00000688073 protein_coding 1 NA 6 C1orf167 ENSG00000215910 +CDS chr1 11771524 11771636 ENST00000433342 protein_coding 6 5 7 C1orf167 ENSG00000215910 +CDS chr1 11771524 11771636 ENST00000688073 protein_coding 1 NA 7 C1orf167 ENSG00000215910 +CDS chr1 11772082 11772259 ENST00000433342 protein_coding 6 5 8 C1orf167 ENSG00000215910 +CDS chr1 11772082 11772259 ENST00000688073 protein_coding 1 NA 8 C1orf167 ENSG00000215910 +transcript chr1 11772122 11789585 ENST00000312793 protein_coding 9 2 NA C1orf167 ENSG00000215910 +CDS chr1 11772122 11772259 ENST00000312793 protein_coding 9 2 1 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000433342 protein_coding 6 5 9 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000688073 protein_coding 1 NA 9 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000312793 protein_coding 9 2 2 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000433342 protein_coding 6 5 10 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000688073 protein_coding 1 NA 10 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000312793 protein_coding 9 2 3 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000433342 protein_coding 6 5 11 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000688073 protein_coding 1 NA 11 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000312793 protein_coding 9 2 4 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000433342 protein_coding 6 5 12 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000688073 protein_coding 1 NA 12 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000312793 protein_coding 9 2 5 C1orf167 ENSG00000215910 +transcript chr1 11778931 11789478 ENST00000444493 protein_coding 5 1 NA C1orf167 ENSG00000215910 +CDS chr1 11778931 11779080 ENST00000444493 protein_coding 5 1 1 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000433342 protein_coding 6 5 13 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000688073 protein_coding 1 NA 13 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000312793 protein_coding 9 2 6 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000444493 protein_coding 5 1 2 C1orf167 ENSG00000215910 +transcript chr1 11779817 11789478 ENST00000449278 protein_coding 1 1 NA C1orf167 ENSG00000215910 +CDS chr1 11779817 11780010 ENST00000449278 protein_coding 1 1 1 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000433342 protein_coding 6 5 14 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000688073 protein_coding 1 NA 14 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000312793 protein_coding 9 2 7 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000444493 protein_coding 5 1 3 C1orf167 ENSG00000215910 +CDS chr1 11782194 11782333 ENST00000449278 protein_coding 1 1 2 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000433342 protein_coding 6 5 15 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000688073 protein_coding 1 NA 15 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000312793 protein_coding 9 2 8 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000444493 protein_coding 5 1 4 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000449278 protein_coding 1 1 3 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000433342 protein_coding 6 5 16 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000688073 protein_coding 1 NA 16 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000312793 protein_coding 9 2 9 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000444493 protein_coding 5 1 5 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000449278 protein_coding 1 1 4 C1orf167 ENSG00000215910 +transcript chr1 11785723 11805413 ENST00000376592 protein_coding 6 1 NA MTHFR ENSG00000177000 +transcript chr1 11785723 11805964 ENST00000376590 protein_coding 9 1 NA MTHFR ENSG00000177000 +transcript chr1 11785730 11803514 ENST00000376583 protein_coding 7 5 NA MTHFR ENSG00000177000 +transcript chr1 11785732 11805413 ENST00000376585 protein_coding 6 5 NA MTHFR ENSG00000177000 +CDS chr1 11787388 11787493 ENST00000433342 protein_coding 6 5 17 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000688073 protein_coding 1 NA 17 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000312793 protein_coding 9 2 10 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000444493 protein_coding 5 1 6 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000449278 protein_coding 1 1 5 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000433342 protein_coding 6 5 18 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000688073 protein_coding 1 NA 18 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000312793 protein_coding 9 2 11 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000444493 protein_coding 5 1 7 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000449278 protein_coding 1 1 6 C1orf167 ENSG00000215910 +CDS chr1 11788149 11788378 ENST00000688073 protein_coding 1 NA 19 C1orf167 ENSG00000215910 +CDS chr1 11788149 11788378 ENST00000444493 protein_coding 5 1 8 C1orf167 ENSG00000215910 +CDS chr1 11788164 11788378 ENST00000433342 protein_coding 6 5 19 C1orf167 ENSG00000215910 +CDS chr1 11788164 11788378 ENST00000312793 protein_coding 9 2 12 C1orf167 ENSG00000215910 +CDS chr1 11788243 11788378 ENST00000449278 protein_coding 1 1 7 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000433342 protein_coding 6 5 20 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000688073 protein_coding 1 NA 20 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000312793 protein_coding 9 2 13 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000444493 protein_coding 5 1 9 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000449278 protein_coding 1 1 8 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000433342 protein_coding 6 5 21 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000688073 protein_coding 1 NA 21 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000312793 protein_coding 9 2 14 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000444493 protein_coding 5 1 10 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789456 ENST00000449278 protein_coding 1 1 9 C1orf167 ENSG00000215910 +transcript chr1 11790068 11803526 ENST00000423400 protein_coding 7 1 NA MTHFR ENSG00000177000 +transcript chr1 11790349 11803383 ENST00000641407 protein_coding 1 NA NA MTHFR ENSG00000177000 +CDS chr1 11790543 11790716 ENST00000641407 protein_coding 1 NA 11 MTHFR ENSG00000177000 +transcript chr1 11790642 11796545 ENST00000641820 protein_coding 1 NA NA MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376592 protein_coding 6 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376590 protein_coding 9 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376583 protein_coding 7 5 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376585 protein_coding 6 5 13 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000423400 protein_coding 7 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000641820 protein_coding 1 NA 8 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376592 protein_coding 6 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376590 protein_coding 9 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376583 protein_coding 7 5 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376585 protein_coding 6 5 12 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000423400 protein_coding 7 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000641407 protein_coding 1 NA 10 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000641820 protein_coding 1 NA 7 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376592 protein_coding 6 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376590 protein_coding 9 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376583 protein_coding 7 5 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376585 protein_coding 6 5 11 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000423400 protein_coding 7 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000641407 protein_coding 1 NA 9 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000641820 protein_coding 1 NA 6 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376592 protein_coding 6 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376590 protein_coding 9 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376583 protein_coding 7 5 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376585 protein_coding 6 5 10 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000423400 protein_coding 7 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000641407 protein_coding 1 NA 8 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000641820 protein_coding 1 NA 5 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376592 protein_coding 6 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376590 protein_coding 9 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376583 protein_coding 7 5 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376585 protein_coding 6 5 9 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000423400 protein_coding 7 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000641407 protein_coding 1 NA 7 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000641820 protein_coding 1 NA 4 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376592 protein_coding 6 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376590 protein_coding 9 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376583 protein_coding 7 5 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376585 protein_coding 6 5 8 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000423400 protein_coding 7 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000641407 protein_coding 1 NA 6 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000641820 protein_coding 1 NA 3 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376592 protein_coding 6 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376590 protein_coding 9 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376583 protein_coding 7 5 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376585 protein_coding 6 5 7 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000423400 protein_coding 7 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000641407 protein_coding 1 NA 5 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000641820 protein_coding 1 NA 2 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376592 protein_coding 6 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376590 protein_coding 9 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376583 protein_coding 7 5 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376585 protein_coding 6 5 6 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000423400 protein_coding 7 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000641407 protein_coding 1 NA 4 MTHFR ENSG00000177000 +CDS chr1 11796206 11796250 ENST00000641820 protein_coding 1 NA 1 MTHFR ENSG00000177000 +transcript chr1 11796297 11806063 ENST00000376486 protein_coding 3 1 NA MTHFR ENSG00000177000 +CDS chr1 11796297 11796399 ENST00000376486 protein_coding 3 1 5 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376592 protein_coding 6 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376590 protein_coding 9 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376583 protein_coding 7 5 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376585 protein_coding 6 5 5 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000423400 protein_coding 7 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000641407 protein_coding 1 NA 3 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376486 protein_coding 3 1 4 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376592 protein_coding 6 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376590 protein_coding 9 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376583 protein_coding 7 5 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376585 protein_coding 6 5 4 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000423400 protein_coding 7 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000641407 protein_coding 1 NA 2 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376486 protein_coding 3 1 3 MTHFR ENSG00000177000 +transcript chr1 11801205 11805936 ENST00000418034 protein_coding 1 3 NA MTHFR ENSG00000177000 +CDS chr1 11801205 11801399 ENST00000418034 protein_coding 1 3 3 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376592 protein_coding 6 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376590 protein_coding 9 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803129 ENST00000376583 protein_coding 7 5 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803129 ENST00000376585 protein_coding 6 5 3 MTHFR ENSG00000177000 +CDS chr1 11802881 11803126 ENST00000423400 protein_coding 7 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000641407 protein_coding 1 NA 1 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376486 protein_coding 3 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000418034 protein_coding 1 3 2 MTHFR ENSG00000177000 +transcript chr1 11803028 11805294 ENST00000413656 protein_coding 5 1 NA MTHFR ENSG00000177000 +CDS chr1 11803028 11803116 ENST00000413656 protein_coding 5 1 2 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000376583 protein_coding 7 5 1 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000376585 protein_coding 6 5 2 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000423400 protein_coding 7 1 1 MTHFR ENSG00000177000 +transcript chr1 11806096 11843143 ENST00000312413 protein_coding 10 2 NA CLCN6 ENSG00000011021 +transcript chr1 11806191 11843130 ENST00000346436 protein_coding 11 1 NA CLCN6 ENSG00000011021 +transcript chr1 11806260 11839050 ENST00000376496 protein_coding 4 5 NA CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000346436 protein_coding 11 1 1 CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000376496 protein_coding 4 5 1 CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000312413 protein_coding 10 2 1 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000346436 protein_coding 11 1 2 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000376496 protein_coding 4 5 2 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000312413 protein_coding 10 2 2 CLCN6 ENSG00000011021 +CDS chr1 11815846 11815911 ENST00000346436 protein_coding 11 1 3 CLCN6 ENSG00000011021 +CDS chr1 11815846 11815911 ENST00000376496 protein_coding 4 5 3 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000346436 protein_coding 11 1 4 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000376496 protein_coding 4 5 4 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000312413 protein_coding 10 2 3 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000346436 protein_coding 11 1 5 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000376496 protein_coding 4 5 5 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000312413 protein_coding 10 2 4 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000346436 protein_coding 11 1 6 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000376496 protein_coding 4 5 6 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000312413 protein_coding 10 2 5 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000346436 protein_coding 11 1 7 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000376496 protein_coding 4 5 7 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000312413 protein_coding 10 2 6 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000346436 protein_coding 11 1 8 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000376496 protein_coding 4 5 8 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000312413 protein_coding 10 2 7 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000346436 protein_coding 11 1 9 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000376496 protein_coding 4 5 9 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000312413 protein_coding 10 2 8 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000346436 protein_coding 11 1 10 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000376496 protein_coding 4 5 10 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000312413 protein_coding 10 2 9 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000346436 protein_coding 11 1 11 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000376496 protein_coding 4 5 11 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000312413 protein_coding 10 2 10 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000346436 protein_coding 11 1 12 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000376496 protein_coding 4 5 12 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000312413 protein_coding 10 2 11 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000346436 protein_coding 11 1 13 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000376496 protein_coding 4 5 13 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000312413 protein_coding 10 2 12 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000346436 protein_coding 11 1 14 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000376496 protein_coding 4 5 14 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000312413 protein_coding 10 2 13 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000346436 protein_coding 11 1 15 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000376496 protein_coding 4 5 15 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000312413 protein_coding 10 2 14 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000346436 protein_coding 11 1 16 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000376496 protein_coding 4 5 16 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000312413 protein_coding 10 2 15 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000346436 protein_coding 11 1 17 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000376496 protein_coding 4 5 17 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000312413 protein_coding 10 2 16 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000346436 protein_coding 11 1 18 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000376496 protein_coding 4 5 18 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000312413 protein_coding 10 2 17 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000346436 protein_coding 11 1 19 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000376496 protein_coding 4 5 19 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000312413 protein_coding 10 2 18 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000346436 protein_coding 11 1 20 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000376496 protein_coding 4 5 20 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000312413 protein_coding 10 2 19 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000346436 protein_coding 11 1 21 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000376496 protein_coding 4 5 21 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000312413 protein_coding 10 2 20 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838660 ENST00000346436 protein_coding 11 1 22 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838990 ENST00000376496 protein_coding 4 5 22 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838660 ENST00000312413 protein_coding 10 2 21 CLCN6 ENSG00000011021 +CDS chr1 11840143 11840220 ENST00000346436 protein_coding 11 1 23 CLCN6 ENSG00000011021 +CDS chr1 11840143 11840220 ENST00000312413 protein_coding 10 2 22 CLCN6 ENSG00000011021 +transcript chr1 11845709 11847783 ENST00000376480 protein_coding 7 1 NA NPPA ENSG00000175206 +transcript chr1 11845879 11848345 ENST00000376476 protein_coding 1 3 NA NPPA ENSG00000175206 +CDS chr1 11846012 11846014 ENST00000376480 protein_coding 7 1 3 NPPA ENSG00000175206 +CDS chr1 11846012 11846014 ENST00000376476 protein_coding 1 3 3 NPPA ENSG00000175206 +CDS chr1 11847113 11847439 ENST00000376480 protein_coding 7 1 2 NPPA ENSG00000175206 +CDS chr1 11847113 11847412 ENST00000376476 protein_coding 1 3 2 NPPA ENSG00000175206 +CDS chr1 11847562 11847684 ENST00000376480 protein_coding 7 1 1 NPPA ENSG00000175206 +transcript chr1 11857464 11858945 ENST00000376468 protein_coding 4 1 NA NPPB ENSG00000120937 +CDS chr1 11857658 11857671 ENST00000376468 protein_coding 4 1 3 NPPB ENSG00000120937 +CDS chr1 11858214 11858469 ENST00000376468 protein_coding 4 1 2 NPPB ENSG00000120937 +CDS chr1 11858702 11858833 ENST00000376468 protein_coding 4 1 1 NPPB ENSG00000120937 +transcript chr1 11919591 11926427 ENST00000376572 protein_coding 8 1 NA KIAA2013 ENSG00000116685 +transcript chr1 11920183 11926403 ENST00000616327 protein_coding 1 5 NA KIAA2013 ENSG00000116685 +CDS chr1 11920318 11920332 ENST00000376572 protein_coding 8 1 3 KIAA2013 ENSG00000116685 +CDS chr1 11920318 11920332 ENST00000616327 protein_coding 1 5 4 KIAA2013 ENSG00000116685 +transcript chr1 11922175 11926428 ENST00000376576 protein_coding 3 2 NA KIAA2013 ENSG00000116685 +CDS chr1 11922522 11923489 ENST00000376576 protein_coding 3 2 2 KIAA2013 ENSG00000116685 +CDS chr1 11922636 11923489 ENST00000376572 protein_coding 8 1 2 KIAA2013 ENSG00000116685 +CDS chr1 11922636 11923489 ENST00000616327 protein_coding 1 5 3 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000376572 protein_coding 8 1 1 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000616327 protein_coding 1 5 2 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000376576 protein_coding 3 2 1 KIAA2013 ENSG00000116685 +transcript chr1 11934694 11952691 ENST00000449038 protein_coding 5 5 NA PLOD1 ENSG00000083444 +transcript chr1 11934717 11975537 ENST00000196061 protein_coding 5 1 NA PLOD1 ENSG00000083444 +transcript chr1 11934743 11957943 ENST00000429000 protein_coding 6 5 NA PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000449038 protein_coding 5 5 1 PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000196061 protein_coding 5 1 1 PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000429000 protein_coding 6 5 1 PLOD1 ENSG00000083444 +CDS chr1 11944522 11944662 ENST00000449038 protein_coding 5 5 2 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000449038 protein_coding 5 5 3 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000196061 protein_coding 5 1 2 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000429000 protein_coding 6 5 2 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000449038 protein_coding 5 5 4 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000196061 protein_coding 5 1 3 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000429000 protein_coding 6 5 3 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000449038 protein_coding 5 5 5 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000196061 protein_coding 5 1 4 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000429000 protein_coding 6 5 4 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952691 ENST00000449038 protein_coding 5 5 6 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952735 ENST00000196061 protein_coding 5 1 5 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952735 ENST00000429000 protein_coding 6 5 5 PLOD1 ENSG00000083444 +CDS chr1 11954830 11954893 ENST00000196061 protein_coding 5 1 6 PLOD1 ENSG00000083444 +CDS chr1 11954830 11954893 ENST00000429000 protein_coding 6 5 6 PLOD1 ENSG00000083444 +CDS chr1 11956917 11957014 ENST00000196061 protein_coding 5 1 7 PLOD1 ENSG00000083444 +CDS chr1 11957090 11957193 ENST00000429000 protein_coding 6 5 7 PLOD1 ENSG00000083444 +CDS chr1 11957842 11957943 ENST00000196061 protein_coding 5 1 8 PLOD1 ENSG00000083444 +CDS chr1 11957842 11957943 ENST00000429000 protein_coding 6 5 8 PLOD1 ENSG00000083444 +CDS chr1 11958516 11958647 ENST00000196061 protein_coding 5 1 9 PLOD1 ENSG00000083444 +CDS chr1 11960646 11960767 ENST00000196061 protein_coding 5 1 10 PLOD1 ENSG00000083444 +CDS chr1 11963532 11963636 ENST00000196061 protein_coding 5 1 11 PLOD1 ENSG00000083444 +CDS chr1 11964175 11964300 ENST00000196061 protein_coding 5 1 12 PLOD1 ENSG00000083444 +CDS chr1 11964644 11964785 ENST00000196061 protein_coding 5 1 13 PLOD1 ENSG00000083444 +CDS chr1 11965480 11965593 ENST00000196061 protein_coding 5 1 14 PLOD1 ENSG00000083444 +CDS chr1 11966251 11966316 ENST00000196061 protein_coding 5 1 15 PLOD1 ENSG00000083444 +CDS chr1 11966987 11967091 ENST00000196061 protein_coding 5 1 16 PLOD1 ENSG00000083444 +CDS chr1 11970670 11970816 ENST00000196061 protein_coding 5 1 17 PLOD1 ENSG00000083444 +CDS chr1 11972872 11972997 ENST00000196061 protein_coding 5 1 18 PLOD1 ENSG00000083444 +CDS chr1 11974653 11974805 ENST00000196061 protein_coding 5 1 19 PLOD1 ENSG00000083444 +transcript chr1 11980181 12013514 ENST00000444836 protein_coding 5 2 NA MFN2 ENSG00000116688 +transcript chr1 11980189 12013505 ENST00000674817 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980191 12013500 ENST00000675053 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980209 12013500 ENST00000675817 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980209 12015211 ENST00000675298 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000676369 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000412236 protein_coding 2 3 NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000675530 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980216 12013500 ENST00000674548 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980276 12013500 ENST00000674658 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980281 12013500 ENST00000674910 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980299 12013500 ENST00000675231 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013500 ENST00000675113 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000235329 protein_coding 10 1 NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000676293 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000675919 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980446 11992594 ENST00000675781 protein_coding 1 NA NA MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000444836 protein_coding 5 2 2 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674817 protein_coding 1 NA 2 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675053 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675817 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675298 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000676369 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000412236 protein_coding 2 3 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675530 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674548 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674910 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675231 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675113 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000235329 protein_coding 10 1 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000676293 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675919 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675781 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000444836 protein_coding 5 2 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674817 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675053 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675817 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675298 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000676369 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000412236 protein_coding 2 3 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000675530 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674548 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674910 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675231 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675113 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000235329 protein_coding 10 1 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000676293 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675919 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992594 ENST00000675781 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000444836 protein_coding 5 2 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674817 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675053 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675817 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675298 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674548 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674910 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675231 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675113 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000235329 protein_coding 10 1 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000676293 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675919 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996190 11996318 ENST00000674658 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000444836 protein_coding 5 2 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674817 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675053 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675817 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675298 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674548 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674658 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674910 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675231 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675113 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000235329 protein_coding 10 1 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000676293 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675919 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000444836 protein_coding 5 2 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674817 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675053 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675817 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675298 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674548 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674658 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674910 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675231 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675113 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000235329 protein_coding 10 1 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000676293 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675919 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000444836 protein_coding 5 2 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674817 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675053 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675817 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675298 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674548 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674658 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674910 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675231 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675113 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000235329 protein_coding 10 1 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000676293 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675919 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000444836 protein_coding 5 2 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674817 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675053 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675817 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675298 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674548 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674658 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674910 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675231 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675113 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000235329 protein_coding 10 1 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000676293 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675919 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000444836 protein_coding 5 2 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674817 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675053 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675817 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675298 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674548 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674658 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674910 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675231 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675113 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000235329 protein_coding 10 1 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000676293 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675919 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000444836 protein_coding 5 2 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674817 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675053 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675817 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675298 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674548 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674658 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674910 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675231 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675113 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000235329 protein_coding 10 1 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000676293 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675919 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003758 12003889 ENST00000675817 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000444836 protein_coding 5 2 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674817 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675053 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675817 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675298 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674548 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674658 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674910 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675231 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675113 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000235329 protein_coding 10 1 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000676293 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675919 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000444836 protein_coding 5 2 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674817 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675053 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675817 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675298 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674548 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674658 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674910 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675231 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675113 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000235329 protein_coding 10 1 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000676293 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675919 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000444836 protein_coding 5 2 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674817 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675053 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675817 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675298 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674548 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674658 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674910 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675231 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675113 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000235329 protein_coding 10 1 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000676293 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675919 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000444836 protein_coding 5 2 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674817 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675053 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675817 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675298 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674548 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674658 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674910 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675231 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675113 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000235329 protein_coding 10 1 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000676293 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675919 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000444836 protein_coding 5 2 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674817 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675053 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675817 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675298 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674548 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674658 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674910 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675231 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675113 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000235329 protein_coding 10 1 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000676293 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675919 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000444836 protein_coding 5 2 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674817 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675053 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675817 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675298 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674548 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674658 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674910 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675231 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675113 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000235329 protein_coding 10 1 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000676293 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675919 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000444836 protein_coding 5 2 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674817 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675053 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675817 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675298 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674548 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674658 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674910 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675231 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675113 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000235329 protein_coding 10 1 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000676293 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675919 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000444836 protein_coding 5 2 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674817 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675053 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675817 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674548 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674658 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674910 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675231 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675113 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000235329 protein_coding 10 1 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000676293 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675919 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12014257 12014476 ENST00000675298 protein_coding 1 NA 19 MFN2 ENSG00000116688 +transcript chr1 12019498 12032045 ENST00000235332 protein_coding 6 1 NA MIIP ENSG00000116691 +CDS chr1 12021727 12021840 ENST00000235332 protein_coding 6 1 2 MIIP ENSG00000116691 +CDS chr1 12022095 12022442 ENST00000235332 protein_coding 6 1 3 MIIP ENSG00000116691 +CDS chr1 12022833 12022917 ENST00000235332 protein_coding 6 1 4 MIIP ENSG00000116691 +CDS chr1 12029033 12029141 ENST00000235332 protein_coding 6 1 5 MIIP ENSG00000116691 +CDS chr1 12029223 12029281 ENST00000235332 protein_coding 6 1 6 MIIP ENSG00000116691 +CDS chr1 12029765 12029894 ENST00000235332 protein_coding 6 1 7 MIIP ENSG00000116691 +CDS chr1 12030028 12030124 ENST00000235332 protein_coding 6 1 8 MIIP ENSG00000116691 +CDS chr1 12031266 12031403 ENST00000235332 protein_coding 6 1 9 MIIP ENSG00000116691 +CDS chr1 12031722 12031805 ENST00000235332 protein_coding 6 1 10 MIIP ENSG00000116691 +transcript chr1 12063303 12144207 ENST00000263932 protein_coding 7 1 NA TNFRSF8 ENSG00000120949 +transcript chr1 12063377 12144205 ENST00000417814 protein_coding 3 1 NA TNFRSF8 ENSG00000120949 +CDS chr1 12063599 12063661 ENST00000263932 protein_coding 7 1 1 TNFRSF8 ENSG00000120949 +CDS chr1 12084464 12084551 ENST00000263932 protein_coding 7 1 2 TNFRSF8 ENSG00000120949 +CDS chr1 12097101 12097217 ENST00000263932 protein_coding 7 1 3 TNFRSF8 ENSG00000120949 +CDS chr1 12104379 12104531 ENST00000263932 protein_coding 7 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12104444 12104531 ENST00000417814 protein_coding 3 1 3 TNFRSF8 ENSG00000120949 +CDS chr1 12109566 12109656 ENST00000263932 protein_coding 7 1 5 TNFRSF8 ENSG00000120949 +CDS chr1 12109566 12109656 ENST00000417814 protein_coding 3 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12110041 12110204 ENST00000263932 protein_coding 7 1 6 TNFRSF8 ENSG00000120949 +CDS chr1 12110041 12110204 ENST00000417814 protein_coding 3 1 5 TNFRSF8 ENSG00000120949 +CDS chr1 12111898 12112014 ENST00000263932 protein_coding 7 1 7 TNFRSF8 ENSG00000120949 +CDS chr1 12111898 12112014 ENST00000417814 protein_coding 3 1 6 TNFRSF8 ENSG00000120949 +CDS chr1 12115577 12115729 ENST00000263932 protein_coding 7 1 8 TNFRSF8 ENSG00000120949 +CDS chr1 12115577 12115729 ENST00000417814 protein_coding 3 1 7 TNFRSF8 ENSG00000120949 +CDS chr1 12123284 12123377 ENST00000263932 protein_coding 7 1 9 TNFRSF8 ENSG00000120949 +CDS chr1 12123284 12123377 ENST00000417814 protein_coding 3 1 8 TNFRSF8 ENSG00000120949 +CDS chr1 12123715 12123827 ENST00000263932 protein_coding 7 1 10 TNFRSF8 ENSG00000120949 +CDS chr1 12123715 12123827 ENST00000417814 protein_coding 3 1 9 TNFRSF8 ENSG00000120949 +transcript chr1 12125899 12144207 ENST00000413146 protein_coding 6 1 NA TNFRSF8 ENSG00000120949 +CDS chr1 12125951 12126052 ENST00000263932 protein_coding 7 1 11 TNFRSF8 ENSG00000120949 +CDS chr1 12125951 12126052 ENST00000417814 protein_coding 3 1 10 TNFRSF8 ENSG00000120949 +CDS chr1 12126183 12126236 ENST00000263932 protein_coding 7 1 12 TNFRSF8 ENSG00000120949 +CDS chr1 12126183 12126236 ENST00000417814 protein_coding 3 1 11 TNFRSF8 ENSG00000120949 +CDS chr1 12135588 12135613 ENST00000263932 protein_coding 7 1 13 TNFRSF8 ENSG00000120949 +CDS chr1 12135588 12135613 ENST00000417814 protein_coding 3 1 12 TNFRSF8 ENSG00000120949 +CDS chr1 12138229 12138436 ENST00000263932 protein_coding 7 1 14 TNFRSF8 ENSG00000120949 +CDS chr1 12138232 12138436 ENST00000417814 protein_coding 3 1 13 TNFRSF8 ENSG00000120949 +CDS chr1 12138283 12138436 ENST00000413146 protein_coding 6 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000263932 protein_coding 7 1 15 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000417814 protein_coding 3 1 14 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000413146 protein_coding 6 1 5 TNFRSF8 ENSG00000120949 +transcript chr1 12166991 12209220 ENST00000376259 protein_coding 7 1 NA TNFRSF1B ENSG00000028137 +transcript chr1 12167003 12192358 ENST00000536782 protein_coding 2 1 NA TNFRSF1B ENSG00000028137 +CDS chr1 12167092 12167169 ENST00000376259 protein_coding 7 1 1 TNFRSF1B ENSG00000028137 +CDS chr1 12167092 12167169 ENST00000536782 protein_coding 2 1 1 TNFRSF1B ENSG00000028137 +CDS chr1 12188796 12188895 ENST00000376259 protein_coding 7 1 2 TNFRSF1B ENSG00000028137 +CDS chr1 12188796 12188895 ENST00000536782 protein_coding 2 1 2 TNFRSF1B ENSG00000028137 +CDS chr1 12190957 12191085 ENST00000376259 protein_coding 7 1 3 TNFRSF1B ENSG00000028137 +CDS chr1 12190957 12191085 ENST00000536782 protein_coding 2 1 3 TNFRSF1B ENSG00000028137 +CDS chr1 12191774 12191923 ENST00000376259 protein_coding 7 1 4 TNFRSF1B ENSG00000028137 +CDS chr1 12191774 12191923 ENST00000536782 protein_coding 2 1 4 TNFRSF1B ENSG00000028137 +CDS chr1 12192348 12192355 ENST00000536782 protein_coding 2 1 5 TNFRSF1B ENSG00000028137 +CDS chr1 12192431 12192524 ENST00000376259 protein_coding 7 1 5 TNFRSF1B ENSG00000028137 +CDS chr1 12192863 12193098 ENST00000376259 protein_coding 7 1 6 TNFRSF1B ENSG00000028137 +CDS chr1 12193955 12194032 ENST00000376259 protein_coding 7 1 7 TNFRSF1B ENSG00000028137 +CDS chr1 12194584 12194618 ENST00000376259 protein_coding 7 1 8 TNFRSF1B ENSG00000028137 +CDS chr1 12201967 12202171 ENST00000376259 protein_coding 7 1 9 TNFRSF1B ENSG00000028137 +CDS chr1 12206740 12207017 ENST00000376259 protein_coding 7 1 10 TNFRSF1B ENSG00000028137 +transcript chr1 12230030 12512047 ENST00000620676 protein_coding 6 1 NA VPS13D ENSG00000048707 +transcript chr1 12230067 12512047 ENST00000613099 protein_coding 4 1 NA VPS13D ENSG00000048707 +CDS chr1 12234267 12234363 ENST00000620676 protein_coding 6 1 2 VPS13D ENSG00000048707 +CDS chr1 12234267 12234363 ENST00000613099 protein_coding 4 1 2 VPS13D ENSG00000048707 +CDS chr1 12242513 12242590 ENST00000620676 protein_coding 6 1 3 VPS13D ENSG00000048707 +CDS chr1 12242513 12242590 ENST00000613099 protein_coding 4 1 3 VPS13D ENSG00000048707 +CDS chr1 12244246 12244436 ENST00000620676 protein_coding 6 1 4 VPS13D ENSG00000048707 +CDS chr1 12244246 12244436 ENST00000613099 protein_coding 4 1 4 VPS13D ENSG00000048707 +CDS chr1 12244537 12244617 ENST00000620676 protein_coding 6 1 5 VPS13D ENSG00000048707 +CDS chr1 12244537 12244617 ENST00000613099 protein_coding 4 1 5 VPS13D ENSG00000048707 +CDS chr1 12249223 12249339 ENST00000620676 protein_coding 6 1 6 VPS13D ENSG00000048707 +CDS chr1 12249223 12249339 ENST00000613099 protein_coding 4 1 6 VPS13D ENSG00000048707 +CDS chr1 12253722 12253826 ENST00000620676 protein_coding 6 1 7 VPS13D ENSG00000048707 +CDS chr1 12253722 12253826 ENST00000613099 protein_coding 4 1 7 VPS13D ENSG00000048707 +CDS chr1 12256333 12256503 ENST00000620676 protein_coding 6 1 8 VPS13D ENSG00000048707 +CDS chr1 12256333 12256503 ENST00000613099 protein_coding 4 1 8 VPS13D ENSG00000048707 +CDS chr1 12256987 12257087 ENST00000620676 protein_coding 6 1 9 VPS13D ENSG00000048707 +CDS chr1 12256987 12257087 ENST00000613099 protein_coding 4 1 9 VPS13D ENSG00000048707 +CDS chr1 12257935 12258103 ENST00000620676 protein_coding 6 1 10 VPS13D ENSG00000048707 +CDS chr1 12257935 12258103 ENST00000613099 protein_coding 4 1 10 VPS13D ENSG00000048707 +CDS chr1 12260693 12260794 ENST00000620676 protein_coding 6 1 11 VPS13D ENSG00000048707 +CDS chr1 12260693 12260794 ENST00000613099 protein_coding 4 1 11 VPS13D ENSG00000048707 +CDS chr1 12260948 12261149 ENST00000620676 protein_coding 6 1 12 VPS13D ENSG00000048707 +CDS chr1 12260948 12261149 ENST00000613099 protein_coding 4 1 12 VPS13D ENSG00000048707 +CDS chr1 12261901 12262080 ENST00000620676 protein_coding 6 1 13 VPS13D ENSG00000048707 +CDS chr1 12261901 12262080 ENST00000613099 protein_coding 4 1 13 VPS13D ENSG00000048707 +CDS chr1 12266881 12267011 ENST00000620676 protein_coding 6 1 14 VPS13D ENSG00000048707 +CDS chr1 12266881 12267011 ENST00000613099 protein_coding 4 1 14 VPS13D ENSG00000048707 +CDS chr1 12267845 12267920 ENST00000620676 protein_coding 6 1 15 VPS13D ENSG00000048707 +CDS chr1 12267845 12267920 ENST00000613099 protein_coding 4 1 15 VPS13D ENSG00000048707 +CDS chr1 12268706 12268876 ENST00000620676 protein_coding 6 1 16 VPS13D ENSG00000048707 +CDS chr1 12268706 12268876 ENST00000613099 protein_coding 4 1 16 VPS13D ENSG00000048707 +CDS chr1 12270994 12271124 ENST00000620676 protein_coding 6 1 17 VPS13D ENSG00000048707 +CDS chr1 12270994 12271124 ENST00000613099 protein_coding 4 1 17 VPS13D ENSG00000048707 +CDS chr1 12273003 12273135 ENST00000620676 protein_coding 6 1 18 VPS13D ENSG00000048707 +CDS chr1 12273003 12273135 ENST00000613099 protein_coding 4 1 18 VPS13D ENSG00000048707 +CDS chr1 12275825 12278038 ENST00000620676 protein_coding 6 1 19 VPS13D ENSG00000048707 +CDS chr1 12275825 12278038 ENST00000613099 protein_coding 4 1 19 VPS13D ENSG00000048707 +transcript chr1 12277121 12510361 ENST00000011700 protein_coding 10 1 NA VPS13D ENSG00000048707 +CDS chr1 12277121 12278038 ENST00000011700 protein_coding 10 1 1 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000620676 protein_coding 6 1 20 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000613099 protein_coding 4 1 20 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000011700 protein_coding 10 1 2 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000620676 protein_coding 6 1 21 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000613099 protein_coding 4 1 21 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000011700 protein_coding 10 1 3 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000620676 protein_coding 6 1 22 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000613099 protein_coding 4 1 22 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000011700 protein_coding 10 1 4 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000620676 protein_coding 6 1 23 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000613099 protein_coding 4 1 23 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000011700 protein_coding 10 1 5 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000620676 protein_coding 6 1 24 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000613099 protein_coding 4 1 24 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000011700 protein_coding 10 1 6 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000620676 protein_coding 6 1 25 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000613099 protein_coding 4 1 25 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000011700 protein_coding 10 1 7 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000620676 protein_coding 6 1 26 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000613099 protein_coding 4 1 26 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000011700 protein_coding 10 1 8 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000620676 protein_coding 6 1 27 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000613099 protein_coding 4 1 27 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000011700 protein_coding 10 1 9 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000620676 protein_coding 6 1 28 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000613099 protein_coding 4 1 28 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000011700 protein_coding 10 1 10 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000620676 protein_coding 6 1 29 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000613099 protein_coding 4 1 29 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000011700 protein_coding 10 1 11 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000620676 protein_coding 6 1 30 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000613099 protein_coding 4 1 30 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000011700 protein_coding 10 1 12 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000620676 protein_coding 6 1 31 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000613099 protein_coding 4 1 31 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000011700 protein_coding 10 1 13 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000620676 protein_coding 6 1 32 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000613099 protein_coding 4 1 32 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000011700 protein_coding 10 1 14 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000620676 protein_coding 6 1 33 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000613099 protein_coding 4 1 33 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000011700 protein_coding 10 1 15 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000620676 protein_coding 6 1 34 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000613099 protein_coding 4 1 34 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000011700 protein_coding 10 1 16 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000620676 protein_coding 6 1 35 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000613099 protein_coding 4 1 35 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000011700 protein_coding 10 1 17 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000620676 protein_coding 6 1 36 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000613099 protein_coding 4 1 36 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000011700 protein_coding 10 1 18 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000620676 protein_coding 6 1 37 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000613099 protein_coding 4 1 37 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000011700 protein_coding 10 1 19 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000620676 protein_coding 6 1 38 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000613099 protein_coding 4 1 38 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000011700 protein_coding 10 1 20 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000620676 protein_coding 6 1 39 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000613099 protein_coding 4 1 39 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000011700 protein_coding 10 1 21 VPS13D ENSG00000048707 +CDS chr1 12338231 12338305 ENST00000620676 protein_coding 6 1 40 VPS13D ENSG00000048707 +CDS chr1 12338231 12338305 ENST00000011700 protein_coding 10 1 22 VPS13D ENSG00000048707 +CDS chr1 12341780 12341885 ENST00000620676 protein_coding 6 1 41 VPS13D ENSG00000048707 +CDS chr1 12341780 12341885 ENST00000613099 protein_coding 4 1 40 VPS13D ENSG00000048707 +CDS chr1 12341783 12341885 ENST00000011700 protein_coding 10 1 23 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000620676 protein_coding 6 1 42 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000613099 protein_coding 4 1 41 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000011700 protein_coding 10 1 24 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000620676 protein_coding 6 1 43 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000613099 protein_coding 4 1 42 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000011700 protein_coding 10 1 25 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000620676 protein_coding 6 1 44 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000613099 protein_coding 4 1 43 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000011700 protein_coding 10 1 26 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000620676 protein_coding 6 1 45 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000613099 protein_coding 4 1 44 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000011700 protein_coding 10 1 27 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000620676 protein_coding 6 1 46 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000613099 protein_coding 4 1 45 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000011700 protein_coding 10 1 28 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000620676 protein_coding 6 1 47 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000613099 protein_coding 4 1 46 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000011700 protein_coding 10 1 29 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000620676 protein_coding 6 1 48 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000613099 protein_coding 4 1 47 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000011700 protein_coding 10 1 30 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000620676 protein_coding 6 1 49 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000613099 protein_coding 4 1 48 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000011700 protein_coding 10 1 31 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000620676 protein_coding 6 1 50 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000613099 protein_coding 4 1 49 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000011700 protein_coding 10 1 32 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000620676 protein_coding 6 1 51 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000613099 protein_coding 4 1 50 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000011700 protein_coding 10 1 33 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000620676 protein_coding 6 1 52 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000613099 protein_coding 4 1 51 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000011700 protein_coding 10 1 34 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000620676 protein_coding 6 1 53 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000613099 protein_coding 4 1 52 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000011700 protein_coding 10 1 35 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000620676 protein_coding 6 1 54 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000613099 protein_coding 4 1 53 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000011700 protein_coding 10 1 36 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000620676 protein_coding 6 1 55 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000613099 protein_coding 4 1 54 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000011700 protein_coding 10 1 37 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000620676 protein_coding 6 1 56 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000613099 protein_coding 4 1 55 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000011700 protein_coding 10 1 38 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000620676 protein_coding 6 1 57 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000613099 protein_coding 4 1 56 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000011700 protein_coding 10 1 39 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000620676 protein_coding 6 1 58 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000613099 protein_coding 4 1 57 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000011700 protein_coding 10 1 40 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000620676 protein_coding 6 1 59 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000613099 protein_coding 4 1 58 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000011700 protein_coding 10 1 41 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000620676 protein_coding 6 1 60 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000613099 protein_coding 4 1 59 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000011700 protein_coding 10 1 42 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000620676 protein_coding 6 1 61 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000613099 protein_coding 4 1 60 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000011700 protein_coding 10 1 43 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000620676 protein_coding 6 1 62 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000613099 protein_coding 4 1 61 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000011700 protein_coding 10 1 44 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000620676 protein_coding 6 1 63 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000613099 protein_coding 4 1 62 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000011700 protein_coding 10 1 45 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000620676 protein_coding 6 1 64 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000613099 protein_coding 4 1 63 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000011700 protein_coding 10 1 46 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000620676 protein_coding 6 1 65 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000613099 protein_coding 4 1 64 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000011700 protein_coding 10 1 47 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000620676 protein_coding 6 1 66 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000613099 protein_coding 4 1 65 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000011700 protein_coding 10 1 48 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000620676 protein_coding 6 1 67 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000613099 protein_coding 4 1 66 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000011700 protein_coding 10 1 49 VPS13D ENSG00000048707 +transcript chr1 12464940 12512047 ENST00000543766 protein_coding 2 2 NA VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000620676 protein_coding 6 1 68 VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000613099 protein_coding 4 1 67 VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000011700 protein_coding 10 1 50 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000620676 protein_coding 6 1 69 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000613099 protein_coding 4 1 68 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000011700 protein_coding 10 1 51 VPS13D ENSG00000048707 +CDS chr1 12507091 12507093 ENST00000543766 protein_coding 2 2 3 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000620676 protein_coding 6 1 70 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000613099 protein_coding 4 1 69 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000011700 protein_coding 10 1 52 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000543766 protein_coding 2 2 4 VPS13D ENSG00000048707 +transcript chr1 12567910 12618210 ENST00000616661 protein_coding 5 1 NA DHRS3 ENSG00000162496 +CDS chr1 12568343 12568424 ENST00000616661 protein_coding 5 1 6 DHRS3 ENSG00000162496 +transcript chr1 12568392 12616795 ENST00000464917 protein_coding 5 3 NA DHRS3 ENSG00000162496 +CDS chr1 12568392 12568424 ENST00000464917 protein_coding 5 3 4 DHRS3 ENSG00000162496 +CDS chr1 12572728 12572853 ENST00000616661 protein_coding 5 1 5 DHRS3 ENSG00000162496 +CDS chr1 12572728 12572853 ENST00000464917 protein_coding 5 3 3 DHRS3 ENSG00000162496 +CDS chr1 12578718 12578956 ENST00000616661 protein_coding 5 1 4 DHRS3 ENSG00000162496 +transcript chr1 12578718 12596308 ENST00000430996 protein_coding 2 3 NA DHRS3 ENSG00000162496 +CDS chr1 12578718 12578956 ENST00000430996 protein_coding 2 3 4 DHRS3 ENSG00000162496 +CDS chr1 12579293 12579412 ENST00000616661 protein_coding 5 1 3 DHRS3 ENSG00000162496 +CDS chr1 12579293 12579412 ENST00000430996 protein_coding 2 3 3 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580666 ENST00000616661 protein_coding 5 1 2 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580606 ENST00000464917 protein_coding 5 3 2 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580606 ENST00000430996 protein_coding 2 3 2 DHRS3 ENSG00000162496 +CDS chr1 12617154 12617348 ENST00000616661 protein_coding 5 1 1 DHRS3 ENSG00000162496 +transcript chr1 12644085 12667076 ENST00000376221 protein_coding 2 5 NA AADACL4 ENSG00000204518 +CDS chr1 12644547 12644714 ENST00000376221 protein_coding 2 5 1 AADACL4 ENSG00000204518 +CDS chr1 12651123 12651339 ENST00000376221 protein_coding 2 5 2 AADACL4 ENSG00000204518 +CDS chr1 12661791 12661854 ENST00000376221 protein_coding 2 5 3 AADACL4 ENSG00000204518 +CDS chr1 12665961 12666732 ENST00000376221 protein_coding 2 5 4 AADACL4 ENSG00000204518 +transcript chr1 12716110 12728760 ENST00000359318 protein_coding 8 3 NA AADACL3 ENSG00000188984 +CDS chr1 12716177 12716344 ENST00000359318 protein_coding 8 3 1 AADACL3 ENSG00000188984 +CDS chr1 12719475 12719691 ENST00000359318 protein_coding 8 3 2 AADACL3 ENSG00000188984 +CDS chr1 12720883 12720946 ENST00000359318 protein_coding 8 3 3 AADACL3 ENSG00000188984 +CDS chr1 12725222 12725993 ENST00000359318 protein_coding 8 3 4 AADACL3 ENSG00000188984 +transcript chr1 12746200 12763699 ENST00000614859 protein_coding 5 1 NA C1orf158 ENSG00000157330 +transcript chr1 12746425 12761169 ENST00000376210 protein_coding 3 3 NA C1orf158 ENSG00000157330 +CDS chr1 12746431 12746541 ENST00000614859 protein_coding 5 1 1 C1orf158 ENSG00000157330 +CDS chr1 12746431 12746541 ENST00000376210 protein_coding 3 3 1 C1orf158 ENSG00000157330 +CDS chr1 12755700 12755813 ENST00000614859 protein_coding 5 1 2 C1orf158 ENSG00000157330 +CDS chr1 12759310 12759487 ENST00000614859 protein_coding 5 1 3 C1orf158 ENSG00000157330 +CDS chr1 12759310 12759487 ENST00000376210 protein_coding 3 3 2 C1orf158 ENSG00000157330 +CDS chr1 12760770 12760948 ENST00000614859 protein_coding 5 1 4 C1orf158 ENSG00000157330 +CDS chr1 12760770 12760948 ENST00000376210 protein_coding 3 3 3 C1orf158 ENSG00000157330 +transcript chr1 12773738 12777906 ENST00000357726 protein_coding 5 2 NA PRAMEF12 ENSG00000116726 +CDS chr1 12774868 12775154 ENST00000357726 protein_coding 5 2 1 PRAMEF12 ENSG00000116726 +CDS chr1 12775543 12776118 ENST00000357726 protein_coding 5 2 2 PRAMEF12 ENSG00000116726 +CDS chr1 12777011 12777596 ENST00000357726 protein_coding 5 2 3 PRAMEF12 ENSG00000116726 +transcript chr1 12791397 12796628 ENST00000332296 protein_coding 7 1 NA PRAMEF1 ENSG00000116721 +CDS chr1 12793228 12793514 ENST00000332296 protein_coding 7 1 2 PRAMEF1 ENSG00000116721 +CDS chr1 12793915 12794493 ENST00000332296 protein_coding 7 1 3 PRAMEF1 ENSG00000116721 +CDS chr1 12795438 12795993 ENST00000332296 protein_coding 7 1 4 PRAMEF1 ENSG00000116721 +transcript chr1 12824605 12831410 ENST00000619922 protein_coding 1 1 NA PRAMEF11 ENSG00000239810 +CDS chr1 12824945 12825503 ENST00000619922 protein_coding 1 1 4 PRAMEF11 ENSG00000239810 +CDS chr1 12827249 12827830 ENST00000619922 protein_coding 1 1 3 PRAMEF11 ENSG00000239810 +CDS chr1 12828497 12828789 ENST00000619922 protein_coding 1 1 2 PRAMEF11 ENSG00000239810 +transcript chr1 12847377 12848720 ENST00000317869 protein_coding 7 1 NA HNRNPCL1 ENSG00000179172 +CDS chr1 12847411 12848289 ENST00000317869 protein_coding 7 1 2 HNRNPCL1 ENSG00000179172 +transcript chr1 12857086 12861909 ENST00000240189 protein_coding 2 1 NA PRAMEF2 ENSG00000120952 +CDS chr1 12859010 12859296 ENST00000240189 protein_coding 2 1 2 PRAMEF2 ENSG00000120952 +CDS chr1 12859693 12860271 ENST00000240189 protein_coding 2 1 3 PRAMEF2 ENSG00000120952 +CDS chr1 12861221 12861776 ENST00000240189 protein_coding 2 1 4 PRAMEF2 ENSG00000120952 +transcript chr1 12879212 12886201 ENST00000235349 protein_coding 6 1 NA PRAMEF4 ENSG00000243073 +CDS chr1 12879547 12880105 ENST00000235349 protein_coding 6 1 4 PRAMEF4 ENSG00000243073 +CDS chr1 12881854 12882435 ENST00000235349 protein_coding 6 1 3 PRAMEF4 ENSG00000243073 +CDS chr1 12883102 12883394 ENST00000235349 protein_coding 6 1 2 PRAMEF4 ENSG00000243073 +transcript chr1 12892896 12898270 ENST00000235347 protein_coding 4 1 NA PRAMEF10 ENSG00000187545 +CDS chr1 12892919 12893474 ENST00000235347 protein_coding 4 1 4 PRAMEF10 ENSG00000187545 +CDS chr1 12894586 12895164 ENST00000235347 protein_coding 4 1 3 PRAMEF10 ENSG00000187545 +CDS chr1 12895561 12895847 ENST00000235347 protein_coding 4 1 2 PRAMEF10 ENSG00000187545 +transcript chr1 12916610 12920482 ENST00000616979 protein_coding 4 5 NA PRAMEF7 ENSG00000204510 +transcript chr1 12917625 12920480 ENST00000330881 protein_coding 6 1 NA PRAMEF7 ENSG00000204510 +CDS chr1 12917693 12917979 ENST00000330881 protein_coding 6 1 1 PRAMEF7 ENSG00000204510 +CDS chr1 12917693 12917979 ENST00000616979 protein_coding 4 5 2 PRAMEF7 ENSG00000204510 +CDS chr1 12918362 12918937 ENST00000330881 protein_coding 6 1 2 PRAMEF7 ENSG00000204510 +CDS chr1 12918362 12918937 ENST00000616979 protein_coding 4 5 3 PRAMEF7 ENSG00000204510 +CDS chr1 12919852 12920410 ENST00000330881 protein_coding 6 1 3 PRAMEF7 ENSG00000204510 +CDS chr1 12919852 12920410 ENST00000616979 protein_coding 4 5 4 PRAMEF7 ENSG00000204510 +transcript chr1 12938472 12947580 ENST00000376189 protein_coding 5 1 NA PRAMEF6 ENSG00000232423 +transcript chr1 12938472 12945416 ENST00000415464 protein_coding 6 1 NA PRAMEF6 ENSG00000232423 +CDS chr1 12938678 12939236 ENST00000376189 protein_coding 5 1 4 PRAMEF6 ENSG00000232423 +CDS chr1 12938678 12939236 ENST00000415464 protein_coding 6 1 4 PRAMEF6 ENSG00000232423 +CDS chr1 12940984 12941565 ENST00000376189 protein_coding 5 1 3 PRAMEF6 ENSG00000232423 +CDS chr1 12940984 12941565 ENST00000415464 protein_coding 6 1 3 PRAMEF6 ENSG00000232423 +CDS chr1 12942232 12942518 ENST00000376189 protein_coding 5 1 2 PRAMEF6 ENSG00000232423 +CDS chr1 12942232 12942518 ENST00000415464 protein_coding 6 1 2 PRAMEF6 ENSG00000232423 +transcript chr1 13049476 13056575 ENST00000436041 protein_coding 6 1 NA PRAMEF27 ENSG00000274764 +CDS chr1 13049811 13050369 ENST00000436041 protein_coding 6 1 4 PRAMEF27 ENSG00000274764 +CDS chr1 13052118 13052699 ENST00000436041 protein_coding 6 1 3 PRAMEF27 ENSG00000274764 +CDS chr1 13053367 13053659 ENST00000436041 protein_coding 6 1 2 PRAMEF27 ENSG00000274764 +transcript chr1 13060769 13062878 ENST00000617807 protein_coding 3 1 NA HNRNPCL3 ENSG00000277058 +transcript chr1 13061158 13062878 ENST00000681473 protein_coding 1 NA NA HNRNPCL3 ENSG00000277058 +CDS chr1 13061325 13062203 ENST00000617807 protein_coding 3 1 2 HNRNPCL3 ENSG00000277058 +CDS chr1 13061325 13062203 ENST00000681473 protein_coding 1 NA 1 HNRNPCL3 ENSG00000277058 +transcript chr1 13068677 13077884 ENST00000614839 protein_coding 4 1 NA PRAMEF25 ENSG00000229571 +transcript chr1 13070853 13077884 ENST00000619661 protein_coding 2 1 NA PRAMEF25 ENSG00000229571 +CDS chr1 13073694 13073986 ENST00000614839 protein_coding 4 1 2 PRAMEF25 ENSG00000229571 +CDS chr1 13073694 13073986 ENST00000619661 protein_coding 2 1 2 PRAMEF25 ENSG00000229571 +CDS chr1 13074659 13075240 ENST00000614839 protein_coding 4 1 3 PRAMEF25 ENSG00000229571 +CDS chr1 13074659 13075240 ENST00000619661 protein_coding 2 1 3 PRAMEF25 ENSG00000229571 +CDS chr1 13076991 13077549 ENST00000614839 protein_coding 4 1 4 PRAMEF25 ENSG00000229571 +CDS chr1 13076991 13077549 ENST00000619661 protein_coding 2 1 4 PRAMEF25 ENSG00000229571 +transcript chr1 13115488 13116854 ENST00000621994 protein_coding 3 1 NA HNRNPCL2 ENSG00000275774 +CDS chr1 13115522 13116400 ENST00000621994 protein_coding 3 1 2 HNRNPCL2 ENSG00000275774 +transcript chr1 13148907 13156009 ENST00000624207 protein_coding 2 1 NA PRAMEF26 ENSG00000280267 +CDS chr1 13149240 13149798 ENST00000624207 protein_coding 2 1 4 PRAMEF26 ENSG00000280267 +CDS chr1 13151549 13152130 ENST00000624207 protein_coding 2 1 3 PRAMEF26 ENSG00000280267 +CDS chr1 13152803 13153095 ENST00000624207 protein_coding 2 1 2 PRAMEF26 ENSG00000280267 +transcript chr1 13163914 13165631 ENST00000323770 protein_coding 8 NA NA HNRNPCL4 ENSG00000179412 +CDS chr1 13164589 13165467 ENST00000323770 protein_coding 8 NA 1 HNRNPCL4 ENSG00000179412 +transcript chr1 13171848 13179459 ENST00000415919 protein_coding 3 1 NA PRAMEF9 ENSG00000204505 +CDS chr1 13175281 13175573 ENST00000415919 protein_coding 3 1 2 PRAMEF9 ENSG00000204505 +CDS chr1 13176241 13176822 ENST00000415919 protein_coding 3 1 3 PRAMEF9 ENSG00000204505 +CDS chr1 13178571 13179129 ENST00000415919 protein_coding 3 1 4 PRAMEF9 ENSG00000204505 +transcript chr1 13196188 13201409 ENST00000625019 protein_coding 3 5 NA PRAMEF13 ENSG00000279169 +transcript chr1 13196330 13198130 ENST00000638454 protein_coding 1 1 NA PRAMEF13 ENSG00000279169 +CDS chr1 13196826 13197381 ENST00000638454 protein_coding 1 1 2 PRAMEF13 ENSG00000279169 +CDS chr1 13196826 13197381 ENST00000625019 protein_coding 3 5 4 PRAMEF13 ENSG00000279169 +CDS chr1 13197852 13197982 ENST00000638454 protein_coding 1 1 1 PRAMEF13 ENSG00000279169 +CDS chr1 13198328 13198906 ENST00000625019 protein_coding 3 5 3 PRAMEF13 ENSG00000279169 +CDS chr1 13199303 13199589 ENST00000625019 protein_coding 3 5 2 PRAMEF13 ENSG00000279169 +transcript chr1 13222705 13226106 ENST00000624297 protein_coding 2 1 NA PRAMEF18 ENSG00000279804 +CDS chr1 13223335 13223905 ENST00000624297 protein_coding 2 1 3 PRAMEF18 ENSG00000279804 +CDS chr1 13224855 13225433 ENST00000624297 protein_coding 2 1 2 PRAMEF18 ENSG00000279804 +CDS chr1 13225820 13226106 ENST00000624297 protein_coding 2 1 1 PRAMEF18 ENSG00000279804 +transcript chr1 13254212 13263314 ENST00000622421 protein_coding 2 1 NA PRAMEF5 ENSG00000270601 +CDS chr1 13259269 13259555 ENST00000622421 protein_coding 2 1 2 PRAMEF5 ENSG00000270601 +CDS chr1 13260222 13260803 ENST00000622421 protein_coding 2 1 3 PRAMEF5 ENSG00000270601 +CDS chr1 13262550 13263108 ENST00000622421 protein_coding 2 1 4 PRAMEF5 ENSG00000270601 +transcript chr1 13281035 13285154 ENST00000357367 protein_coding 6 1 NA PRAMEF8 ENSG00000182330 +transcript chr1 13281168 13284169 ENST00000621519 protein_coding 4 1 NA PRAMEF8 ENSG00000182330 +transcript chr1 13281302 13285174 ENST00000614831 protein_coding 1 5 NA PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000357367 protein_coding 6 1 4 PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000614831 protein_coding 1 5 4 PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000621519 protein_coding 4 1 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000357367 protein_coding 6 1 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000614831 protein_coding 1 5 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000621519 protein_coding 4 1 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000357367 protein_coding 6 1 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000614831 protein_coding 1 5 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000621519 protein_coding 4 1 1 PRAMEF8 ENSG00000182330 +transcript chr1 13303539 13308907 ENST00000437300 protein_coding 2 1 NA PRAMEF33 ENSG00000237700 +CDS chr1 13305955 13306241 ENST00000437300 protein_coding 2 1 2 PRAMEF33 ENSG00000237700 +CDS chr1 13306638 13307216 ENST00000437300 protein_coding 2 1 3 PRAMEF33 ENSG00000237700 +CDS chr1 13308329 13308884 ENST00000437300 protein_coding 2 1 4 PRAMEF33 ENSG00000237700 +transcript chr1 13315581 13322598 ENST00000376152 protein_coding 2 1 NA PRAMEF15 ENSG00000204501 +CDS chr1 13318408 13318700 ENST00000376152 protein_coding 2 1 2 PRAMEF15 ENSG00000204501 +CDS chr1 13319372 13319953 ENST00000376152 protein_coding 2 1 3 PRAMEF15 ENSG00000204501 +CDS chr1 13321703 13322261 ENST00000376152 protein_coding 2 1 4 PRAMEF15 ENSG00000204501 +transcript chr1 13341892 13347134 ENST00000334600 protein_coding 7 5 NA PRAMEF14 ENSG00000204481 +CDS chr1 13342531 13343086 ENST00000334600 protein_coding 7 5 4 PRAMEF14 ENSG00000204481 +CDS chr1 13344038 13344616 ENST00000334600 protein_coding 7 5 3 PRAMEF14 ENSG00000204481 +CDS chr1 13345028 13345314 ENST00000334600 protein_coding 7 5 2 PRAMEF14 ENSG00000204481 +transcript chr1 13369067 13371900 ENST00000376101 protein_coding 3 5 NA PRAMEF19 ENSG00000204480 +CDS chr1 13369070 13369640 ENST00000376101 protein_coding 3 5 3 PRAMEF19 ENSG00000204480 +CDS chr1 13370649 13371227 ENST00000376101 protein_coding 3 5 2 PRAMEF19 ENSG00000204480 +CDS chr1 13371614 13371900 ENST00000376101 protein_coding 3 5 1 PRAMEF19 ENSG00000204480 +transcript chr1 13389632 13392629 ENST00000376098 protein_coding 4 1 NA PRAMEF17 ENSG00000204479 +CDS chr1 13389658 13389944 ENST00000376098 protein_coding 4 1 1 PRAMEF17 ENSG00000204479 +CDS chr1 13390341 13390919 ENST00000376098 protein_coding 4 1 2 PRAMEF17 ENSG00000204479 +CDS chr1 13391944 13392499 ENST00000376098 protein_coding 4 1 3 PRAMEF17 ENSG00000204479 +transcript chr1 13416351 13421328 ENST00000602960 protein_coding 1 5 NA PRAMEF20 ENSG00000204478 +CDS chr1 13416355 13416641 ENST00000602960 protein_coding 1 5 1 PRAMEF20 ENSG00000204478 +CDS chr1 13418122 13418700 ENST00000602960 protein_coding 1 5 2 PRAMEF20 ENSG00000204478 +CDS chr1 13420697 13421255 ENST00000602960 protein_coding 1 5 3 PRAMEF20 ENSG00000204478 +transcript chr1 13474973 13514003 ENST00000376085 protein_coding 4 1 NA LRRC38 ENSG00000162494 +CDS chr1 13475849 13476099 ENST00000376085 protein_coding 4 1 2 LRRC38 ENSG00000162494 +CDS chr1 13512963 13513593 ENST00000376085 protein_coding 4 1 1 LRRC38 ENSG00000162494 +transcript chr1 13583465 13617957 ENST00000294489 protein_coding 10 1 NA PDPN ENSG00000162493 +transcript chr1 13583762 13617957 ENST00000376057 protein_coding 8 2 NA PDPN ENSG00000162493 +CDS chr1 13583806 13584100 ENST00000294489 protein_coding 10 1 1 PDPN ENSG00000162493 +CDS chr1 13583806 13584100 ENST00000376057 protein_coding 8 2 1 PDPN ENSG00000162493 +transcript chr1 13583832 13617957 ENST00000621990 protein_coding 5 1 NA PDPN ENSG00000162493 +transcript chr1 13583833 13614514 ENST00000510906 protein_coding 5 1 NA PDPN ENSG00000162493 +CDS chr1 13584034 13584100 ENST00000621990 protein_coding 5 1 1 PDPN ENSG00000162493 +CDS chr1 13584034 13584100 ENST00000510906 protein_coding 5 1 1 PDPN ENSG00000162493 +transcript chr1 13584093 13615964 ENST00000509009 protein_coding 5 4 NA PDPN ENSG00000162493 +CDS chr1 13584137 13584188 ENST00000509009 protein_coding 5 4 1 PDPN ENSG00000162493 +transcript chr1 13584267 13616782 ENST00000376061 protein_coding 8 1 NA PDPN ENSG00000162493 +transcript chr1 13584270 13616564 ENST00000513143 protein_coding 5 1 NA PDPN ENSG00000162493 +transcript chr1 13585461 13615917 ENST00000487038 protein_coding 5 2 NA PDPN ENSG00000162493 +transcript chr1 13585472 13616247 ENST00000475043 protein_coding 5 3 NA PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000294489 protein_coding 10 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000376057 protein_coding 8 2 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000621990 protein_coding 5 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000510906 protein_coding 5 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000509009 protein_coding 5 4 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000376061 protein_coding 8 1 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000513143 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000487038 protein_coding 5 2 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000475043 protein_coding 5 3 2 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000294489 protein_coding 10 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000376057 protein_coding 8 2 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000621990 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000510906 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000509009 protein_coding 5 4 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000376061 protein_coding 8 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000513143 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000487038 protein_coding 5 2 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000475043 protein_coding 5 3 3 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000294489 protein_coding 10 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000376057 protein_coding 8 2 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000621990 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000510906 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000509009 protein_coding 5 4 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000376061 protein_coding 8 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000513143 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000487038 protein_coding 5 2 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000475043 protein_coding 5 3 4 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000294489 protein_coding 10 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614405 ENST00000376057 protein_coding 8 2 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000621990 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614412 ENST00000510906 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000509009 protein_coding 5 4 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000376061 protein_coding 8 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000513143 protein_coding 5 1 6 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000487038 protein_coding 5 2 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614405 ENST00000475043 protein_coding 5 3 5 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000294489 protein_coding 10 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000376057 protein_coding 8 2 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000621990 protein_coding 5 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000509009 protein_coding 5 4 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000376061 protein_coding 8 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000513143 protein_coding 5 1 7 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000487038 protein_coding 5 2 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000475043 protein_coding 5 3 6 PDPN ENSG00000162493 +transcript chr1 13700188 13825079 ENST00000311066 protein_coding 10 5 NA PRDM2 ENSG00000116731 +transcript chr1 13700198 13749463 ENST00000484063 protein_coding 6 5 NA PRDM2 ENSG00000116731 +transcript chr1 13700240 13825065 ENST00000376048 protein_coding 9 2 NA PRDM2 ENSG00000116731 +transcript chr1 13704855 13825079 ENST00000235372 protein_coding 11 1 NA PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000311066 protein_coding 10 5 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000484063 protein_coding 6 5 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000376048 protein_coding 9 2 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000235372 protein_coding 11 1 2 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000311066 protein_coding 10 5 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000484063 protein_coding 6 5 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000376048 protein_coding 9 2 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000235372 protein_coding 11 1 3 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000311066 protein_coding 10 5 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732855 ENST00000484063 protein_coding 6 5 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000376048 protein_coding 9 2 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000235372 protein_coding 11 1 4 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000311066 protein_coding 10 5 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000484063 protein_coding 6 5 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000376048 protein_coding 9 2 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000235372 protein_coding 11 1 5 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000311066 protein_coding 10 5 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749463 ENST00000484063 protein_coding 6 5 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000376048 protein_coding 9 2 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000235372 protein_coding 11 1 6 PRDM2 ENSG00000116731 +transcript chr1 13749403 13788079 ENST00000413440 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749415 13787657 ENST00000343137 protein_coding 8 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749435 13823499 ENST00000503842 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749436 13778632 ENST00000407521 protein_coding 7 4 NA PRDM2 ENSG00000116731 +transcript chr1 13749436 13823419 ENST00000505823 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13771726 13778463 ENST00000487453 protein_coding 1 3 NA PRDM2 ENSG00000116731 +CDS chr1 13773078 13773188 ENST00000311066 protein_coding 10 5 7 PRDM2 ENSG00000116731 +CDS chr1 13773078 13773188 ENST00000235372 protein_coding 11 1 7 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000413440 protein_coding 5 1 2 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000343137 protein_coding 8 1 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000503842 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000407521 protein_coding 7 4 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000505823 protein_coding 5 1 2 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000487453 protein_coding 1 3 2 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000311066 protein_coding 10 5 8 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000235372 protein_coding 11 1 8 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000413440 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000343137 protein_coding 8 1 4 PRDM2 ENSG00000116731 +CDS chr1 13778418 13778632 ENST00000407521 protein_coding 7 4 4 PRDM2 ENSG00000116731 +CDS chr1 13778418 13778463 ENST00000487453 protein_coding 1 3 3 PRDM2 ENSG00000116731 +CDS chr1 13786515 13786524 ENST00000413440 protein_coding 5 1 4 PRDM2 ENSG00000116731 +CDS chr1 13786515 13786524 ENST00000343137 protein_coding 8 1 5 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816544 ENST00000311066 protein_coding 10 5 9 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000376048 protein_coding 9 2 7 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816544 ENST00000235372 protein_coding 11 1 9 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000503842 protein_coding 5 1 4 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000505823 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000376048 protein_coding 9 2 8 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000503842 protein_coding 5 1 5 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000505823 protein_coding 5 1 4 PRDM2 ENSG00000116731 +transcript chr1 13892792 14304663 ENST00000636564 protein_coding 1 5 NA KAZN ENSG00000189337 +transcript chr1 13892792 15118043 ENST00000636203 protein_coding 1 5 NA KAZN ENSG00000189337 +CDS chr1 13893666 13893756 ENST00000636564 protein_coding 1 5 1 KAZN ENSG00000189337 +CDS chr1 13893666 13893756 ENST00000636203 protein_coding 1 5 1 KAZN ENSG00000189337 +CDS chr1 14180435 14180592 ENST00000636564 protein_coding 1 5 2 KAZN ENSG00000189337 +CDS chr1 14180435 14180592 ENST00000636203 protein_coding 1 5 2 KAZN ENSG00000189337 +CDS chr1 14304590 14304655 ENST00000636564 protein_coding 1 5 3 KAZN ENSG00000189337 +transcript chr1 14598685 15118043 ENST00000376030 protein_coding 7 5 NA KAZN ENSG00000189337 +transcript chr1 14598717 15065797 ENST00000503743 protein_coding 5 1 NA KAZN ENSG00000189337 +CDS chr1 14598983 14599223 ENST00000636203 protein_coding 1 5 3 KAZN ENSG00000189337 +CDS chr1 14598998 14599223 ENST00000376030 protein_coding 7 5 1 KAZN ENSG00000189337 +CDS chr1 14598998 14599223 ENST00000503743 protein_coding 5 1 2 KAZN ENSG00000189337 +transcript chr1 14924130 15068152 ENST00000361144 protein_coding 9 1 NA KAZN ENSG00000189337 +CDS chr1 14924365 14924572 ENST00000361144 protein_coding 9 1 1 KAZN ENSG00000189337 +transcript chr1 14929800 15056145 ENST00000376028 protein_coding 8 3 NA KAZN ENSG00000189337 +transcript chr1 14929800 15068155 ENST00000400798 protein_coding 6 1 NA KAZN ENSG00000189337 +transcript chr1 14945919 15065797 ENST00000400797 protein_coding 3 1 NA KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000636203 protein_coding 1 5 4 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000376030 protein_coding 7 5 2 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000503743 protein_coding 5 1 3 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000361144 protein_coding 9 1 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000376028 protein_coding 8 3 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000400797 protein_coding 3 1 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000400798 protein_coding 6 1 2 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000636203 protein_coding 1 5 5 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000376030 protein_coding 7 5 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000503743 protein_coding 5 1 4 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000361144 protein_coding 9 1 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000376028 protein_coding 8 3 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000400797 protein_coding 3 1 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000400798 protein_coding 6 1 3 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000636203 protein_coding 1 5 6 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000376030 protein_coding 7 5 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000503743 protein_coding 5 1 5 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000361144 protein_coding 9 1 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000376028 protein_coding 8 3 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000400797 protein_coding 3 1 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000400798 protein_coding 6 1 4 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000636203 protein_coding 1 5 7 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000376030 protein_coding 7 5 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000503743 protein_coding 5 1 6 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000361144 protein_coding 9 1 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056145 ENST00000376028 protein_coding 8 3 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000400797 protein_coding 3 1 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000400798 protein_coding 6 1 5 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000636203 protein_coding 1 5 8 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000376030 protein_coding 7 5 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000503743 protein_coding 5 1 7 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000361144 protein_coding 9 1 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000400797 protein_coding 3 1 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000400798 protein_coding 6 1 6 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000636203 protein_coding 1 5 9 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000376030 protein_coding 7 5 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000503743 protein_coding 5 1 8 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000361144 protein_coding 9 1 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000400797 protein_coding 3 1 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000400798 protein_coding 6 1 7 KAZN ENSG00000189337 +CDS chr1 15065630 15065753 ENST00000636203 protein_coding 1 5 10 KAZN ENSG00000189337 +CDS chr1 15065630 15065753 ENST00000376030 protein_coding 7 5 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000503743 protein_coding 5 1 9 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000361144 protein_coding 9 1 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000400797 protein_coding 3 1 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000400798 protein_coding 6 1 8 KAZN ENSG00000189337 +CDS chr1 15094180 15094385 ENST00000636203 protein_coding 1 5 11 KAZN ENSG00000189337 +CDS chr1 15094180 15094385 ENST00000376030 protein_coding 7 5 9 KAZN ENSG00000189337 +CDS chr1 15094815 15094933 ENST00000636203 protein_coding 1 5 12 KAZN ENSG00000189337 +CDS chr1 15094815 15094933 ENST00000376030 protein_coding 7 5 10 KAZN ENSG00000189337 +CDS chr1 15101543 15101774 ENST00000636203 protein_coding 1 5 13 KAZN ENSG00000189337 +CDS chr1 15101543 15101774 ENST00000376030 protein_coding 7 5 11 KAZN ENSG00000189337 +CDS chr1 15103359 15103460 ENST00000636203 protein_coding 1 5 14 KAZN ENSG00000189337 +CDS chr1 15103359 15103460 ENST00000376030 protein_coding 7 5 12 KAZN ENSG00000189337 +CDS chr1 15104023 15104189 ENST00000636203 protein_coding 1 5 15 KAZN ENSG00000189337 +CDS chr1 15104023 15104189 ENST00000376030 protein_coding 7 5 13 KAZN ENSG00000189337 +CDS chr1 15112427 15112541 ENST00000636203 protein_coding 1 5 16 KAZN ENSG00000189337 +CDS chr1 15112427 15112541 ENST00000376030 protein_coding 7 5 14 KAZN ENSG00000189337 +CDS chr1 15114471 15114632 ENST00000636203 protein_coding 1 5 17 KAZN ENSG00000189337 +CDS chr1 15114471 15114632 ENST00000376030 protein_coding 7 5 15 KAZN ENSG00000189337 +transcript chr1 15152532 15220477 ENST00000428417 protein_coding 5 3 NA TMEM51 ENSG00000171729 +transcript chr1 15152566 15220339 ENST00000376014 protein_coding 7 2 NA TMEM51 ENSG00000171729 +transcript chr1 15152577 15219346 ENST00000451326 protein_coding 6 3 NA TMEM51 ENSG00000171729 +transcript chr1 15153733 15220408 ENST00000400796 protein_coding 7 1 NA TMEM51 ENSG00000171729 +transcript chr1 15153747 15220478 ENST00000376008 protein_coding 3 2 NA TMEM51 ENSG00000171729 +transcript chr1 15153768 15220393 ENST00000434578 protein_coding 6 1 NA TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000376014 protein_coding 7 2 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000451326 protein_coding 6 3 2 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000400796 protein_coding 7 1 2 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000434578 protein_coding 6 1 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000376008 protein_coding 3 2 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000428417 protein_coding 5 3 2 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000376014 protein_coding 7 2 4 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219346 ENST00000451326 protein_coding 6 3 3 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000400796 protein_coding 7 1 3 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000376008 protein_coding 3 2 4 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000428417 protein_coding 5 3 3 TMEM51 ENSG00000171729 +CDS chr1 15219330 15219390 ENST00000434578 protein_coding 6 1 4 TMEM51 ENSG00000171729 +transcript chr1 15236521 15398328 ENST00000683790 protein_coding 1 NA NA FHAD1 ENSG00000142621 +transcript chr1 15247223 15398328 ENST00000688493 protein_coding 1 NA NA FHAD1 ENSG00000142621 +transcript chr1 15247272 15398126 ENST00000358897 protein_coding 8 5 NA FHAD1 ENSG00000142621 +transcript chr1 15247280 15296762 ENST00000433640 protein_coding 7 3 NA FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000683790 protein_coding 1 NA 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000688493 protein_coding 1 NA 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000358897 protein_coding 8 5 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000433640 protein_coding 7 3 2 FHAD1 ENSG00000142621 +transcript chr1 15251785 15397529 ENST00000375998 protein_coding 8 5 NA FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000375998 protein_coding 8 5 1 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000683790 protein_coding 1 NA 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000688493 protein_coding 1 NA 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000358897 protein_coding 8 5 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000375998 protein_coding 8 5 2 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000683790 protein_coding 1 NA 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000688493 protein_coding 1 NA 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000358897 protein_coding 8 5 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000433640 protein_coding 7 3 3 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000375998 protein_coding 8 5 3 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000683790 protein_coding 1 NA 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000688493 protein_coding 1 NA 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000358897 protein_coding 8 5 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296762 ENST00000433640 protein_coding 7 3 4 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000375998 protein_coding 8 5 4 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000683790 protein_coding 1 NA 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000688493 protein_coding 1 NA 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000358897 protein_coding 8 5 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000375998 protein_coding 8 5 5 FHAD1 ENSG00000142621 +transcript chr1 15305762 15330059 ENST00000375997 protein_coding 8 3 NA FHAD1 ENSG00000142621 +transcript chr1 15305769 15328429 ENST00000524761 protein_coding 5 3 NA FHAD1 ENSG00000142621 +transcript chr1 15305780 15329598 ENST00000375995 protein_coding 3 3 NA FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000375997 protein_coding 8 3 1 FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000524761 protein_coding 5 3 1 FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000375995 protein_coding 3 3 1 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000683790 protein_coding 1 NA 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000688493 protein_coding 1 NA 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000358897 protein_coding 8 5 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375998 protein_coding 8 5 6 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375997 protein_coding 8 3 2 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375995 protein_coding 3 3 2 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000683790 protein_coding 1 NA 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000688493 protein_coding 1 NA 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000358897 protein_coding 8 5 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375998 protein_coding 8 5 7 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375997 protein_coding 8 3 3 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375995 protein_coding 3 3 3 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000683790 protein_coding 1 NA 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000688493 protein_coding 1 NA 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000358897 protein_coding 8 5 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000375998 protein_coding 8 5 8 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000375997 protein_coding 8 3 4 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000524761 protein_coding 5 3 2 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000683790 protein_coding 1 NA 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000688493 protein_coding 1 NA 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000358897 protein_coding 8 5 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000375998 protein_coding 8 5 9 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000375997 protein_coding 8 3 5 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000683790 protein_coding 1 NA 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000688493 protein_coding 1 NA 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000358897 protein_coding 8 5 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000375998 protein_coding 8 5 10 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000683790 protein_coding 1 NA 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000688493 protein_coding 1 NA 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000358897 protein_coding 8 5 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375998 protein_coding 8 5 11 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375997 protein_coding 8 3 6 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000524761 protein_coding 5 3 3 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375995 protein_coding 3 3 4 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000683790 protein_coding 1 NA 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000688493 protein_coding 1 NA 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000358897 protein_coding 8 5 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375998 protein_coding 8 5 12 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375997 protein_coding 8 3 7 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000524761 protein_coding 5 3 4 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375995 protein_coding 3 3 5 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000683790 protein_coding 1 NA 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000688493 protein_coding 1 NA 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000358897 protein_coding 8 5 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000375998 protein_coding 8 5 13 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329573 ENST00000375997 protein_coding 8 3 8 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329573 ENST00000375995 protein_coding 3 3 6 FHAD1 ENSG00000142621 +CDS chr1 15339481 15339551 ENST00000683790 protein_coding 1 NA 15 FHAD1 ENSG00000142621 +CDS chr1 15339481 15339551 ENST00000688493 protein_coding 1 NA 15 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341888 ENST00000683790 protein_coding 1 NA 16 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341888 ENST00000688493 protein_coding 1 NA 16 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341893 ENST00000358897 protein_coding 8 5 15 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341893 ENST00000375998 protein_coding 8 5 14 FHAD1 ENSG00000142621 +transcript chr1 15341761 15384558 ENST00000444385 protein_coding 5 2 NA FHAD1 ENSG00000142621 +CDS chr1 15341761 15341888 ENST00000444385 protein_coding 5 2 1 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000683790 protein_coding 1 NA 17 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000688493 protein_coding 1 NA 17 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000358897 protein_coding 8 5 16 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000375998 protein_coding 8 5 15 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000444385 protein_coding 5 2 2 FHAD1 ENSG00000142621 +transcript chr1 15345098 15397741 ENST00000529606 protein_coding 5 2 NA FHAD1 ENSG00000142621 +CDS chr1 15345098 15345190 ENST00000529606 protein_coding 5 2 1 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000683790 protein_coding 1 NA 18 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000688493 protein_coding 1 NA 18 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000358897 protein_coding 8 5 17 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000375998 protein_coding 8 5 16 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000444385 protein_coding 5 2 3 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000529606 protein_coding 5 2 2 FHAD1 ENSG00000142621 +transcript chr1 15345431 15398126 ENST00000314668 protein_coding 13 2 NA FHAD1 ENSG00000142621 +CDS chr1 15345431 15345523 ENST00000314668 protein_coding 13 2 1 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000683790 protein_coding 1 NA 19 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000688493 protein_coding 1 NA 19 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000358897 protein_coding 8 5 18 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000375998 protein_coding 8 5 17 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000683790 protein_coding 1 NA 20 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000688493 protein_coding 1 NA 20 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000358897 protein_coding 8 5 19 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000375998 protein_coding 8 5 18 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000444385 protein_coding 5 2 4 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000529606 protein_coding 5 2 3 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000314668 protein_coding 13 2 2 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000683790 protein_coding 1 NA 21 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000688493 protein_coding 1 NA 21 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000358897 protein_coding 8 5 20 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000375998 protein_coding 8 5 19 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000444385 protein_coding 5 2 5 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000529606 protein_coding 5 2 4 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000314668 protein_coding 13 2 3 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000683790 protein_coding 1 NA 22 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000688493 protein_coding 1 NA 22 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000358897 protein_coding 8 5 21 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000375998 protein_coding 8 5 20 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000444385 protein_coding 5 2 6 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000529606 protein_coding 5 2 5 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000314668 protein_coding 13 2 4 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000683790 protein_coding 1 NA 23 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000688493 protein_coding 1 NA 23 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000358897 protein_coding 8 5 22 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000375998 protein_coding 8 5 21 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000444385 protein_coding 5 2 7 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000529606 protein_coding 5 2 6 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000314668 protein_coding 13 2 5 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000683790 protein_coding 1 NA 24 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000688493 protein_coding 1 NA 24 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000358897 protein_coding 8 5 23 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000375998 protein_coding 8 5 22 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000444385 protein_coding 5 2 8 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000529606 protein_coding 5 2 7 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000314668 protein_coding 13 2 6 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000683790 protein_coding 1 NA 25 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000688493 protein_coding 1 NA 25 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000358897 protein_coding 8 5 24 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000375998 protein_coding 8 5 23 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000444385 protein_coding 5 2 9 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000529606 protein_coding 5 2 8 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000314668 protein_coding 13 2 7 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000683790 protein_coding 1 NA 26 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000688493 protein_coding 1 NA 26 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000358897 protein_coding 8 5 25 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000375998 protein_coding 8 5 24 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000444385 protein_coding 5 2 10 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000529606 protein_coding 5 2 9 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000314668 protein_coding 13 2 8 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000683790 protein_coding 1 NA 27 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000688493 protein_coding 1 NA 27 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000358897 protein_coding 8 5 26 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000375998 protein_coding 8 5 25 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000444385 protein_coding 5 2 11 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000529606 protein_coding 5 2 10 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000314668 protein_coding 13 2 9 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000683790 protein_coding 1 NA 28 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000688493 protein_coding 1 NA 28 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000358897 protein_coding 8 5 27 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000375998 protein_coding 8 5 26 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000444385 protein_coding 5 2 12 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000529606 protein_coding 5 2 11 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000314668 protein_coding 13 2 10 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000683790 protein_coding 1 NA 29 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000688493 protein_coding 1 NA 29 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000358897 protein_coding 8 5 28 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000375998 protein_coding 8 5 27 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000444385 protein_coding 5 2 13 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000529606 protein_coding 5 2 12 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000314668 protein_coding 13 2 11 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000683790 protein_coding 1 NA 30 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000688493 protein_coding 1 NA 30 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000358897 protein_coding 8 5 29 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000375998 protein_coding 8 5 28 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000444385 protein_coding 5 2 14 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000529606 protein_coding 5 2 13 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000314668 protein_coding 13 2 12 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000683790 protein_coding 1 NA 31 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000688493 protein_coding 1 NA 31 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000358897 protein_coding 8 5 30 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000375998 protein_coding 8 5 29 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000444385 protein_coding 5 2 15 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000529606 protein_coding 5 2 14 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000314668 protein_coding 13 2 13 FHAD1 ENSG00000142621 +CDS chr1 15388051 15388131 ENST00000683790 protein_coding 1 NA 32 FHAD1 ENSG00000142621 +CDS chr1 15388051 15388131 ENST00000688493 protein_coding 1 NA 32 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000683790 protein_coding 1 NA 33 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000688493 protein_coding 1 NA 33 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000529606 protein_coding 5 2 15 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000683790 protein_coding 1 NA 34 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000688493 protein_coding 1 NA 34 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000358897 protein_coding 8 5 31 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000375998 protein_coding 8 5 30 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000529606 protein_coding 5 2 16 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000314668 protein_coding 13 2 14 FHAD1 ENSG00000142621 +transcript chr1 15409888 15430339 ENST00000375980 protein_coding 9 1 NA EFHD2 ENSG00000142634 +CDS chr1 15409972 15410279 ENST00000375980 protein_coding 9 1 1 EFHD2 ENSG00000142634 +transcript chr1 15410265 15429081 ENST00000445566 protein_coding 1 5 NA EFHD2 ENSG00000142634 +CDS chr1 15410265 15410279 ENST00000445566 protein_coding 1 5 1 EFHD2 ENSG00000142634 +CDS chr1 15425871 15426018 ENST00000375980 protein_coding 9 1 2 EFHD2 ENSG00000142634 +CDS chr1 15425871 15426018 ENST00000445566 protein_coding 1 5 2 EFHD2 ENSG00000142634 +CDS chr1 15427150 15427284 ENST00000375980 protein_coding 9 1 3 EFHD2 ENSG00000142634 +CDS chr1 15427150 15427284 ENST00000445566 protein_coding 1 5 3 EFHD2 ENSG00000142634 +CDS chr1 15427898 15428009 ENST00000445566 protein_coding 1 5 4 EFHD2 ENSG00000142634 +CDS chr1 15428593 15428721 ENST00000375980 protein_coding 9 1 4 EFHD2 ENSG00000142634 +CDS chr1 15428593 15428717 ENST00000445566 protein_coding 1 5 5 EFHD2 ENSG00000142634 +transcript chr1 15438442 15449242 ENST00000375943 protein_coding 6 1 NA CTRC ENSG00000162438 +transcript chr1 15438443 15449242 ENST00000375949 protein_coding 5 1 NA CTRC ENSG00000162438 +CDS chr1 15438465 15438504 ENST00000375943 protein_coding 6 1 1 CTRC ENSG00000162438 +CDS chr1 15438465 15438504 ENST00000375949 protein_coding 5 1 1 CTRC ENSG00000162438 +CDS chr1 15440300 15440391 ENST00000375949 protein_coding 5 1 2 CTRC ENSG00000162438 +CDS chr1 15440493 15440590 ENST00000375949 protein_coding 5 1 3 CTRC ENSG00000162438 +CDS chr1 15442447 15442572 ENST00000375943 protein_coding 6 1 2 CTRC ENSG00000162438 +CDS chr1 15442447 15442572 ENST00000375949 protein_coding 5 1 4 CTRC ENSG00000162438 +CDS chr1 15443419 15443459 ENST00000375943 protein_coding 6 1 3 CTRC ENSG00000162438 +CDS chr1 15443419 15443555 ENST00000375949 protein_coding 5 1 5 CTRC ENSG00000162438 +CDS chr1 15444606 15444751 ENST00000375949 protein_coding 5 1 6 CTRC ENSG00000162438 +CDS chr1 15445597 15445749 ENST00000375949 protein_coding 5 1 7 CTRC ENSG00000162438 +CDS chr1 15446575 15446586 ENST00000375949 protein_coding 5 1 8 CTRC ENSG00000162438 +transcript chr1 15456732 15472091 ENST00000359621 protein_coding 5 1 NA CELA2A ENSG00000142615 +CDS chr1 15456754 15456793 ENST00000359621 protein_coding 5 1 1 CELA2A ENSG00000142615 +CDS chr1 15457086 15457174 ENST00000359621 protein_coding 5 1 2 CELA2A ENSG00000142615 +CDS chr1 15461561 15461658 ENST00000359621 protein_coding 5 1 3 CELA2A ENSG00000142615 +CDS chr1 15462733 15462861 ENST00000359621 protein_coding 5 1 4 CELA2A ENSG00000142615 +CDS chr1 15463386 15463522 ENST00000359621 protein_coding 5 1 5 CELA2A ENSG00000142615 +CDS chr1 15465999 15466144 ENST00000359621 protein_coding 5 1 6 CELA2A ENSG00000142615 +CDS chr1 15467386 15467538 ENST00000359621 protein_coding 5 1 7 CELA2A ENSG00000142615 +CDS chr1 15471990 15472004 ENST00000359621 protein_coding 5 1 8 CELA2A ENSG00000142615 +transcript chr1 15476104 15491395 ENST00000375910 protein_coding 8 1 NA CELA2B ENSG00000215704 +CDS chr1 15476126 15476165 ENST00000375910 protein_coding 8 1 1 CELA2B ENSG00000215704 +CDS chr1 15476457 15476545 ENST00000375910 protein_coding 8 1 2 CELA2B ENSG00000215704 +transcript chr1 15476465 15482357 ENST00000422901 protein_coding 1 5 NA CELA2B ENSG00000215704 +CDS chr1 15476465 15476545 ENST00000422901 protein_coding 1 5 1 CELA2B ENSG00000215704 +CDS chr1 15481098 15481195 ENST00000375910 protein_coding 8 1 3 CELA2B ENSG00000215704 +CDS chr1 15481098 15481195 ENST00000422901 protein_coding 1 5 2 CELA2B ENSG00000215704 +CDS chr1 15481645 15481749 ENST00000422901 protein_coding 1 5 3 CELA2B ENSG00000215704 +CDS chr1 15482265 15482393 ENST00000375910 protein_coding 8 1 4 CELA2B ENSG00000215704 +CDS chr1 15482265 15482357 ENST00000422901 protein_coding 1 5 4 CELA2B ENSG00000215704 +CDS chr1 15483264 15483400 ENST00000375910 protein_coding 8 1 5 CELA2B ENSG00000215704 +CDS chr1 15485901 15486046 ENST00000375910 protein_coding 8 1 6 CELA2B ENSG00000215704 +CDS chr1 15487285 15487437 ENST00000375910 protein_coding 8 1 7 CELA2B ENSG00000215704 +transcript chr1 15490832 15524445 ENST00000546424 protein_coding 5 5 NA CASP9 ENSG00000132906 +CDS chr1 15491295 15491309 ENST00000375910 protein_coding 8 1 8 CELA2B ENSG00000215704 +transcript chr1 15491401 15524215 ENST00000333868 protein_coding 10 1 NA CASP9 ENSG00000132906 +transcript chr1 15492270 15524347 ENST00000348549 protein_coding 9 1 NA CASP9 ENSG00000132906 +transcript chr1 15492798 15507052 ENST00000424908 protein_coding 5 3 NA CASP9 ENSG00000132906 +transcript chr1 15492855 15524726 ENST00000375890 protein_coding 8 2 NA CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000333868 protein_coding 10 1 9 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000348549 protein_coding 9 1 5 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000424908 protein_coding 5 3 5 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000375890 protein_coding 8 2 9 CASP9 ENSG00000132906 +CDS chr1 15493787 15494001 ENST00000546424 protein_coding 5 5 8 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000333868 protein_coding 10 1 8 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000348549 protein_coding 9 1 4 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000424908 protein_coding 5 3 4 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000375890 protein_coding 8 2 8 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000546424 protein_coding 5 5 7 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000333868 protein_coding 10 1 7 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000348549 protein_coding 9 1 3 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000375890 protein_coding 8 2 7 CASP9 ENSG00000132906 +transcript chr1 15495273 15524889 ENST00000447522 protein_coding 5 3 NA CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000447522 protein_coding 5 3 7 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000546424 protein_coding 5 5 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000333868 protein_coding 10 1 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000424908 protein_coding 5 3 3 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000375890 protein_coding 8 2 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000447522 protein_coding 5 3 6 CASP9 ENSG00000132906 +transcript chr1 15504625 15524217 ENST00000440484 protein_coding 1 4 NA CASP9 ENSG00000132906 +CDS chr1 15504625 15504758 ENST00000440484 protein_coding 1 4 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000546424 protein_coding 5 5 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000333868 protein_coding 10 1 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000424908 protein_coding 5 3 2 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000375890 protein_coding 8 2 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000447522 protein_coding 5 3 5 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000546424 protein_coding 5 5 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000333868 protein_coding 10 1 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507052 ENST00000424908 protein_coding 5 3 1 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000375890 protein_coding 8 2 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000447522 protein_coding 5 3 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000440484 protein_coding 1 4 4 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000546424 protein_coding 5 5 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000333868 protein_coding 10 1 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000375890 protein_coding 8 2 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000447522 protein_coding 5 3 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000440484 protein_coding 1 4 3 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000546424 protein_coding 5 5 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000333868 protein_coding 10 1 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000348549 protein_coding 9 1 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518278 ENST00000375890 protein_coding 8 2 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518278 ENST00000447522 protein_coding 5 3 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000440484 protein_coding 1 4 2 CASP9 ENSG00000132906 +transcript chr1 15518136 15526534 ENST00000469637 protein_coding 1 3 NA CASP9 ENSG00000132906 +CDS chr1 15518136 15518278 ENST00000469637 protein_coding 1 3 3 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000546424 protein_coding 5 5 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000333868 protein_coding 10 1 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000348549 protein_coding 9 1 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000440484 protein_coding 1 4 1 CASP9 ENSG00000132906 +transcript chr1 15526813 15566595 ENST00000375838 protein_coding 5 5 NA DNAJC16 ENSG00000116138 +transcript chr1 15526813 15576092 ENST00000375849 protein_coding 5 1 NA DNAJC16 ENSG00000116138 +transcript chr1 15526813 15571731 ENST00000616884 protein_coding 4 1 NA DNAJC16 ENSG00000116138 +transcript chr1 15526848 15571733 ENST00000375847 protein_coding 8 1 NA DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375838 protein_coding 5 5 2 DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375847 protein_coding 8 1 2 DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375849 protein_coding 5 1 2 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375838 protein_coding 5 5 3 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375847 protein_coding 8 1 3 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375849 protein_coding 5 1 3 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375838 protein_coding 5 5 4 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375847 protein_coding 8 1 4 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375849 protein_coding 5 1 4 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375838 protein_coding 5 5 5 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375847 protein_coding 8 1 5 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375849 protein_coding 5 1 5 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375838 protein_coding 5 5 6 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375847 protein_coding 8 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375849 protein_coding 5 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375838 protein_coding 5 5 7 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375847 protein_coding 8 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375849 protein_coding 5 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15548342 15548428 ENST00000616884 protein_coding 4 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375838 protein_coding 5 5 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375847 protein_coding 8 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375849 protein_coding 5 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000616884 protein_coding 4 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375838 protein_coding 5 5 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375847 protein_coding 8 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375849 protein_coding 5 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000616884 protein_coding 4 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375838 protein_coding 5 5 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375847 protein_coding 8 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375849 protein_coding 5 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000616884 protein_coding 4 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375838 protein_coding 5 5 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375847 protein_coding 8 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375849 protein_coding 5 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000616884 protein_coding 4 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375838 protein_coding 5 5 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375847 protein_coding 8 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375849 protein_coding 5 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000616884 protein_coding 4 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566187 ENST00000375838 protein_coding 5 5 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000375847 protein_coding 8 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000375849 protein_coding 5 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000616884 protein_coding 4 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000375847 protein_coding 8 1 14 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000375849 protein_coding 5 1 14 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000616884 protein_coding 4 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15567778 15568174 ENST00000375847 protein_coding 8 1 15 DNAJC16 ENSG00000116138 +CDS chr1 15567778 15568174 ENST00000616884 protein_coding 4 1 14 DNAJC16 ENSG00000116138 +transcript chr1 15571699 15585051 ENST00000375826 protein_coding 4 1 NA AGMAT ENSG00000116771 +CDS chr1 15573654 15573724 ENST00000375826 protein_coding 4 1 7 AGMAT ENSG00000116771 +CDS chr1 15574757 15574841 ENST00000375826 protein_coding 4 1 6 AGMAT ENSG00000116771 +CDS chr1 15574760 15574775 ENST00000375849 protein_coding 5 1 15 DNAJC16 ENSG00000116138 +CDS chr1 15577685 15577864 ENST00000375826 protein_coding 4 1 5 AGMAT ENSG00000116771 +CDS chr1 15578859 15579054 ENST00000375826 protein_coding 4 1 4 AGMAT ENSG00000116771 +CDS chr1 15580094 15580142 ENST00000375826 protein_coding 4 1 3 AGMAT ENSG00000116771 +CDS chr1 15583193 15583395 ENST00000375826 protein_coding 4 1 2 AGMAT ENSG00000116771 +CDS chr1 15584696 15584967 ENST00000375826 protein_coding 4 1 1 AGMAT ENSG00000116771 +transcript chr1 15617458 15669044 ENST00000480945 protein_coding 6 2 NA DDI2 ENSG00000197312 +CDS chr1 15617671 15617808 ENST00000480945 protein_coding 6 2 1 DDI2 ENSG00000197312 +CDS chr1 15626669 15626798 ENST00000480945 protein_coding 6 2 2 DDI2 ENSG00000197312 +CDS chr1 15630325 15630561 ENST00000480945 protein_coding 6 2 3 DDI2 ENSG00000197312 +CDS chr1 15633439 15633565 ENST00000480945 protein_coding 6 2 4 DDI2 ENSG00000197312 +CDS chr1 15638307 15638434 ENST00000480945 protein_coding 6 2 5 DDI2 ENSG00000197312 +CDS chr1 15643522 15643650 ENST00000480945 protein_coding 6 2 6 DDI2 ENSG00000197312 +CDS chr1 15649720 15649823 ENST00000480945 protein_coding 6 2 7 DDI2 ENSG00000197312 +CDS chr1 15651706 15651895 ENST00000480945 protein_coding 6 2 8 DDI2 ENSG00000197312 +CDS chr1 15656617 15656630 ENST00000480945 protein_coding 6 2 9 DDI2 ENSG00000197312 +transcript chr1 15659713 15662033 ENST00000345034 protein_coding 2 NA NA RSC1A1 ENSG00000215695 +CDS chr1 15659869 15661719 ENST00000345034 protein_coding 2 NA 1 RSC1A1 ENSG00000215695 +transcript chr1 15684320 15734769 ENST00000375799 protein_coding 8 1 NA PLEKHM2 ENSG00000116786 +transcript chr1 15684390 15734769 ENST00000375793 protein_coding 2 5 NA PLEKHM2 ENSG00000116786 +transcript chr1 15684556 15734769 ENST00000642363 protein_coding 1 NA NA PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000375799 protein_coding 8 1 1 PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000375793 protein_coding 2 5 1 PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000642363 protein_coding 1 NA 1 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000375799 protein_coding 8 1 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000375793 protein_coding 2 5 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000642363 protein_coding 1 NA 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000375799 protein_coding 8 1 3 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000375793 protein_coding 2 5 3 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000642363 protein_coding 1 NA 3 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000375799 protein_coding 8 1 4 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000375793 protein_coding 2 5 4 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000642363 protein_coding 1 NA 4 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000375799 protein_coding 8 1 5 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000375793 protein_coding 2 5 5 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000642363 protein_coding 1 NA 5 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000375799 protein_coding 8 1 6 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000375793 protein_coding 2 5 6 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000642363 protein_coding 1 NA 6 PLEKHM2 ENSG00000116786 +CDS chr1 15721329 15721388 ENST00000375799 protein_coding 8 1 7 PLEKHM2 ENSG00000116786 +CDS chr1 15721329 15721388 ENST00000642363 protein_coding 1 NA 7 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000375799 protein_coding 8 1 8 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000375793 protein_coding 2 5 7 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000642363 protein_coding 1 NA 8 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727832 ENST00000375799 protein_coding 8 1 9 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727832 ENST00000375793 protein_coding 2 5 8 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727068 ENST00000642363 protein_coding 1 NA 9 PLEKHM2 ENSG00000116786 +CDS chr1 15727192 15727832 ENST00000642363 protein_coding 1 NA 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000375799 protein_coding 8 1 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000375793 protein_coding 2 5 9 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000642363 protein_coding 1 NA 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000375799 protein_coding 8 1 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000375793 protein_coding 2 5 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000642363 protein_coding 1 NA 12 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000375799 protein_coding 8 1 12 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000375793 protein_coding 2 5 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000642363 protein_coding 1 NA 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000375799 protein_coding 8 1 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000375793 protein_coding 2 5 12 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000642363 protein_coding 1 NA 14 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000375799 protein_coding 8 1 14 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000375793 protein_coding 2 5 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000642363 protein_coding 1 NA 15 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000375799 protein_coding 8 1 15 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000375793 protein_coding 2 5 14 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000642363 protein_coding 1 NA 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000375799 protein_coding 8 1 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000375793 protein_coding 2 5 15 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000642363 protein_coding 1 NA 17 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000375799 protein_coding 8 1 17 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000375793 protein_coding 2 5 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000642363 protein_coding 1 NA 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000375799 protein_coding 8 1 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000375793 protein_coding 2 5 17 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000642363 protein_coding 1 NA 19 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000375799 protein_coding 8 1 19 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000375793 protein_coding 2 5 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000642363 protein_coding 1 NA 20 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000375799 protein_coding 8 1 20 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000375793 protein_coding 2 5 19 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000642363 protein_coding 1 NA 21 PLEKHM2 ENSG00000116786 +transcript chr1 15736258 15741392 ENST00000294454 protein_coding 6 1 NA SLC25A34 ENSG00000162461 +CDS chr1 15736486 15736863 ENST00000294454 protein_coding 6 1 1 SLC25A34 ENSG00000162461 +CDS chr1 15737929 15737994 ENST00000294454 protein_coding 6 1 2 SLC25A34 ENSG00000162461 +CDS chr1 15738093 15738245 ENST00000294454 protein_coding 6 1 3 SLC25A34 ENSG00000162461 +CDS chr1 15738594 15738728 ENST00000294454 protein_coding 6 1 4 SLC25A34 ENSG00000162461 +CDS chr1 15739224 15739403 ENST00000294454 protein_coding 6 1 5 SLC25A34 ENSG00000162461 +transcript chr1 15742499 15747982 ENST00000375782 protein_coding 2 1 NA TMEM82 ENSG00000162460 +CDS chr1 15742560 15742647 ENST00000375782 protein_coding 2 1 1 TMEM82 ENSG00000162460 +CDS chr1 15742835 15742907 ENST00000375782 protein_coding 2 1 2 TMEM82 ENSG00000162460 +CDS chr1 15743020 15743194 ENST00000375782 protein_coding 2 1 3 TMEM82 ENSG00000162460 +CDS chr1 15744160 15744580 ENST00000375782 protein_coding 2 1 4 TMEM82 ENSG00000162460 +CDS chr1 15746867 15747054 ENST00000375782 protein_coding 2 1 5 TMEM82 ENSG00000162460 +CDS chr1 15747546 15747629 ENST00000375782 protein_coding 2 1 6 TMEM82 ENSG00000162460 +transcript chr1 15756607 15765073 ENST00000496928 protein_coding 6 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756617 15765086 ENST00000508310 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756641 15765217 ENST00000510393 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756644 15765035 ENST00000430076 protein_coding 5 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15756659 15786594 ENST00000375771 protein_coding 5 1 NA FBLIM1 ENSG00000162458 +transcript chr1 15757946 15765027 ENST00000510929 protein_coding 5 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15757947 15765076 ENST00000502638 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15758784 15767559 ENST00000483633 protein_coding 6 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15758793 15774631 ENST00000502739 protein_coding 5 5 NA FBLIM1 ENSG00000162458 +transcript chr1 15758795 15786589 ENST00000375766 protein_coding 8 2 NA FBLIM1 ENSG00000162458 +transcript chr1 15758797 15767437 ENST00000431771 protein_coding 6 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15764499 15775242 ENST00000441801 protein_coding 6 1 NA FBLIM1 ENSG00000162458 +transcript chr1 15764953 15785329 ENST00000332305 protein_coding 5 2 NA FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765073 ENST00000496928 protein_coding 6 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765086 ENST00000508310 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765217 ENST00000510393 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765035 ENST00000430076 protein_coding 5 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000375771 protein_coding 5 1 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765027 ENST00000510929 protein_coding 5 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765076 ENST00000502638 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000375766 protein_coding 8 2 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000483633 protein_coding 6 3 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000502739 protein_coding 5 5 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000431771 protein_coding 6 3 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000441801 protein_coding 6 1 2 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000332305 protein_coding 5 2 1 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000375771 protein_coding 5 1 5 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000375766 protein_coding 8 2 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767559 ENST00000483633 protein_coding 6 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767437 ENST00000431771 protein_coding 6 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000441801 protein_coding 6 1 3 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000375771 protein_coding 5 1 6 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000375766 protein_coding 8 2 5 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000441801 protein_coding 6 1 4 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000375771 protein_coding 5 1 7 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000375766 protein_coding 8 2 6 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000502739 protein_coding 5 5 4 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000441801 protein_coding 6 1 5 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000332305 protein_coding 5 2 2 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000375771 protein_coding 5 1 8 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000375766 protein_coding 8 2 7 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774631 ENST00000502739 protein_coding 5 5 5 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15775028 ENST00000441801 protein_coding 6 1 6 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000332305 protein_coding 5 2 3 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000375771 protein_coding 5 1 9 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000375766 protein_coding 8 2 8 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000332305 protein_coding 5 2 4 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000375771 protein_coding 5 1 10 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000375766 protein_coding 8 2 9 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000332305 protein_coding 5 2 5 FBLIM1 ENSG00000162458 +transcript chr1 15807169 15809348 ENST00000483273 protein_coding 2 NA NA UQCRHL ENSG00000233954 +CDS chr1 15807377 15807649 ENST00000483273 protein_coding 2 NA 1 UQCRHL ENSG00000233954 +transcript chr1 15836095 15928557 ENST00000673875 protein_coding 1 NA NA SPEN ENSG00000065526 +transcript chr1 15847707 15940456 ENST00000375759 protein_coding 8 1 NA SPEN ENSG00000065526 +CDS chr1 15848068 15848150 ENST00000375759 protein_coding 8 1 1 SPEN ENSG00000065526 +CDS chr1 15872816 15873136 ENST00000375759 protein_coding 8 1 2 SPEN ENSG00000065526 +CDS chr1 15872937 15873136 ENST00000673875 protein_coding 1 NA 3 SPEN ENSG00000065526 +transcript chr1 15873502 15911301 ENST00000438066 protein_coding 1 3 NA SPEN ENSG00000065526 +CDS chr1 15874115 15874395 ENST00000438066 protein_coding 1 3 1 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000673875 protein_coding 1 NA 4 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000375759 protein_coding 8 1 3 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000438066 protein_coding 1 3 2 SPEN ENSG00000065526 +transcript chr1 15876576 15920906 ENST00000442985 protein_coding 1 5 NA SPEN ENSG00000065526 +CDS chr1 15876576 15876678 ENST00000442985 protein_coding 1 5 1 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000673875 protein_coding 1 NA 5 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000375759 protein_coding 8 1 4 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000438066 protein_coding 1 3 3 SPEN ENSG00000065526 +CDS chr1 15909324 15909481 ENST00000442985 protein_coding 1 5 2 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000673875 protein_coding 1 NA 6 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000375759 protein_coding 8 1 5 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000438066 protein_coding 1 3 4 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000442985 protein_coding 1 5 3 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000673875 protein_coding 1 NA 7 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000375759 protein_coding 8 1 6 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000442985 protein_coding 1 5 4 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000673875 protein_coding 1 NA 8 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000375759 protein_coding 8 1 7 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000442985 protein_coding 1 5 5 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000673875 protein_coding 1 NA 9 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000375759 protein_coding 8 1 8 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000442985 protein_coding 1 5 6 SPEN ENSG00000065526 +CDS chr1 15920870 15920983 ENST00000673875 protein_coding 1 NA 10 SPEN ENSG00000065526 +CDS chr1 15920870 15920983 ENST00000375759 protein_coding 8 1 9 SPEN ENSG00000065526 +CDS chr1 15920870 15920906 ENST00000442985 protein_coding 1 5 7 SPEN ENSG00000065526 +CDS chr1 15922249 15922349 ENST00000673875 protein_coding 1 NA 11 SPEN ENSG00000065526 +CDS chr1 15922249 15922349 ENST00000375759 protein_coding 8 1 10 SPEN ENSG00000065526 +CDS chr1 15928091 15928557 ENST00000673875 protein_coding 1 NA 12 SPEN ENSG00000065526 +CDS chr1 15928091 15936266 ENST00000375759 protein_coding 8 1 11 SPEN ENSG00000065526 +CDS chr1 15937163 15937645 ENST00000375759 protein_coding 8 1 12 SPEN ENSG00000065526 +CDS chr1 15937812 15938006 ENST00000375759 protein_coding 8 1 13 SPEN ENSG00000065526 +CDS chr1 15938718 15938876 ENST00000375759 protein_coding 8 1 14 SPEN ENSG00000065526 +CDS chr1 15939296 15939424 ENST00000375759 protein_coding 8 1 15 SPEN ENSG00000065526 +transcript chr1 15941869 15943089 ENST00000440560 protein_coding 5 3 NA ZBTB17 ENSG00000116809 +transcript chr1 15941869 15976101 ENST00000375743 protein_coding 9 1 NA ZBTB17 ENSG00000116809 +transcript chr1 15941871 15976079 ENST00000537142 protein_coding 5 2 NA ZBTB17 ENSG00000116809 +transcript chr1 15941871 15976132 ENST00000375733 protein_coding 6 1 NA ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000440560 protein_coding 5 3 4 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000375743 protein_coding 9 1 16 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000537142 protein_coding 5 2 15 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000375733 protein_coding 6 1 16 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942441 ENST00000440560 protein_coding 5 3 3 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942420 ENST00000375743 protein_coding 9 1 15 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942420 ENST00000537142 protein_coding 5 2 14 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942441 ENST00000375733 protein_coding 6 1 15 ZBTB17 ENSG00000116809 +transcript chr1 15942407 15944428 ENST00000444358 protein_coding 1 5 NA ZBTB17 ENSG00000116809 +CDS chr1 15942407 15942420 ENST00000444358 protein_coding 1 5 6 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000440560 protein_coding 5 3 2 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000375743 protein_coding 9 1 14 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000537142 protein_coding 5 2 13 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000375733 protein_coding 6 1 14 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000444358 protein_coding 1 5 5 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943089 ENST00000440560 protein_coding 5 3 1 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000375743 protein_coding 9 1 13 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000537142 protein_coding 5 2 12 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000375733 protein_coding 6 1 13 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000444358 protein_coding 1 5 4 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000375743 protein_coding 9 1 12 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000537142 protein_coding 5 2 11 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000375733 protein_coding 6 1 12 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000444358 protein_coding 1 5 3 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000375743 protein_coding 9 1 11 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000537142 protein_coding 5 2 10 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000375733 protein_coding 6 1 11 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000444358 protein_coding 1 5 2 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000375743 protein_coding 9 1 10 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000537142 protein_coding 5 2 9 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000375733 protein_coding 6 1 10 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000375743 protein_coding 9 1 9 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000537142 protein_coding 5 2 8 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000375733 protein_coding 6 1 9 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944428 ENST00000444358 protein_coding 1 5 1 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000375743 protein_coding 9 1 8 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000537142 protein_coding 5 2 7 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000375733 protein_coding 6 1 8 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000375743 protein_coding 9 1 7 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000537142 protein_coding 5 2 6 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000375733 protein_coding 6 1 7 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000375743 protein_coding 9 1 6 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000537142 protein_coding 5 2 5 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000375733 protein_coding 6 1 6 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946294 ENST00000375743 protein_coding 9 1 5 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946316 ENST00000537142 protein_coding 5 2 4 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946294 ENST00000375733 protein_coding 6 1 5 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947123 ENST00000375743 protein_coding 9 1 4 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947060 ENST00000537142 protein_coding 5 2 3 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947123 ENST00000375733 protein_coding 6 1 4 ZBTB17 ENSG00000116809 +CDS chr1 15948291 15948495 ENST00000375743 protein_coding 9 1 3 ZBTB17 ENSG00000116809 +CDS chr1 15948291 15948495 ENST00000375733 protein_coding 6 1 3 ZBTB17 ENSG00000116809 +transcript chr1 16004236 16008807 ENST00000329454 protein_coding 2 1 NA SRARP ENSG00000183888 +CDS chr1 16004304 16004385 ENST00000329454 protein_coding 2 1 1 SRARP ENSG00000183888 +CDS chr1 16005919 16006343 ENST00000329454 protein_coding 2 1 2 SRARP ENSG00000183888 +transcript chr1 16014028 16018041 ENST00000411503 protein_coding 5 1 NA HSPB7 ENSG00000173641 +transcript chr1 16014028 16019594 ENST00000375718 protein_coding 4 2 NA HSPB7 ENSG00000173641 +transcript chr1 16014029 16018043 ENST00000311890 protein_coding 14 1 NA HSPB7 ENSG00000173641 +transcript chr1 16015374 16017825 ENST00000463576 protein_coding 5 4 NA HSPB7 ENSG00000173641 +transcript chr1 16015374 16018073 ENST00000487046 protein_coding 1 1 NA HSPB7 ENSG00000173641 +transcript chr1 16015499 16018005 ENST00000406363 protein_coding 2 1 NA HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000411503 protein_coding 5 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000375718 protein_coding 4 2 4 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000311890 protein_coding 14 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000463576 protein_coding 5 4 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000487046 protein_coding 1 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000406363 protein_coding 2 1 3 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017207 ENST00000375718 protein_coding 4 2 3 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017207 ENST00000311890 protein_coding 14 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017222 ENST00000487046 protein_coding 1 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017219 ENST00000406363 protein_coding 2 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017089 16017207 ENST00000411503 protein_coding 5 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017089 16017222 ENST00000463576 protein_coding 5 4 2 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000411503 protein_coding 5 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017852 ENST00000375718 protein_coding 4 2 2 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000311890 protein_coding 14 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017825 ENST00000463576 protein_coding 5 4 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000487046 protein_coding 1 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000406363 protein_coding 2 1 1 HSPB7 ENSG00000173641 +CDS chr1 16019134 16019469 ENST00000375718 protein_coding 4 2 1 HSPB7 ENSG00000173641 +transcript chr1 16021871 16034050 ENST00000375692 protein_coding 5 1 NA CLCNKA ENSG00000186510 +transcript chr1 16022014 16033663 ENST00000439316 protein_coding 6 2 NA CLCNKA ENSG00000186510 +transcript chr1 16022036 16034050 ENST00000331433 protein_coding 5 1 NA CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000375692 protein_coding 5 1 3 CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000439316 protein_coding 6 2 2 CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000331433 protein_coding 5 1 2 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000375692 protein_coding 5 1 4 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000439316 protein_coding 6 2 3 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000331433 protein_coding 5 1 3 CLCNKA ENSG00000186510 +CDS chr1 16024763 16024891 ENST00000375692 protein_coding 5 1 5 CLCNKA ENSG00000186510 +CDS chr1 16024763 16024891 ENST00000331433 protein_coding 5 1 4 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000375692 protein_coding 5 1 6 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000439316 protein_coding 6 2 4 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000331433 protein_coding 5 1 5 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000375692 protein_coding 5 1 7 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000439316 protein_coding 6 2 5 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000331433 protein_coding 5 1 6 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000375692 protein_coding 5 1 8 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000439316 protein_coding 6 2 6 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000331433 protein_coding 5 1 7 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000375692 protein_coding 5 1 9 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000439316 protein_coding 6 2 7 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000331433 protein_coding 5 1 8 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000375692 protein_coding 5 1 10 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000439316 protein_coding 6 2 8 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000331433 protein_coding 5 1 9 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000375692 protein_coding 5 1 11 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000439316 protein_coding 6 2 9 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000331433 protein_coding 5 1 10 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000375692 protein_coding 5 1 12 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000439316 protein_coding 6 2 10 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000331433 protein_coding 5 1 11 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000375692 protein_coding 5 1 13 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000439316 protein_coding 6 2 11 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000331433 protein_coding 5 1 12 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000375692 protein_coding 5 1 14 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000439316 protein_coding 6 2 12 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000331433 protein_coding 5 1 13 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000375692 protein_coding 5 1 15 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000439316 protein_coding 6 2 13 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000331433 protein_coding 5 1 14 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000375692 protein_coding 5 1 16 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000439316 protein_coding 6 2 14 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000331433 protein_coding 5 1 15 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000375692 protein_coding 5 1 17 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000439316 protein_coding 6 2 15 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000331433 protein_coding 5 1 16 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000375692 protein_coding 5 1 18 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000439316 protein_coding 6 2 16 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000331433 protein_coding 5 1 17 CLCNKA ENSG00000186510 +CDS chr1 16032443 16032526 ENST00000439316 protein_coding 6 2 17 CLCNKA ENSG00000186510 +CDS chr1 16032443 16032526 ENST00000331433 protein_coding 5 1 18 CLCNKA ENSG00000186510 +CDS chr1 16032446 16032526 ENST00000375692 protein_coding 5 1 19 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000375692 protein_coding 5 1 20 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000439316 protein_coding 6 2 18 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000331433 protein_coding 5 1 19 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000375692 protein_coding 5 1 21 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000439316 protein_coding 6 2 19 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000331433 protein_coding 5 1 20 CLCNKA ENSG00000186510 +transcript chr1 16040252 16057279 ENST00000684324 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040276 16057252 ENST00000684545 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040339 16057257 ENST00000683578 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040339 16057311 ENST00000682338 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040985 16057293 ENST00000682793 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16043782 16057308 ENST00000375679 protein_coding 9 1 NA CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000684324 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000684545 protein_coding 1 NA 2 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000683578 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000682338 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000682793 protein_coding 1 NA 2 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000375679 protein_coding 9 1 2 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000684324 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000684545 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000683578 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000682338 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000682793 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000375679 protein_coding 9 1 3 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000684324 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000684545 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000683578 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000682338 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000682793 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000375679 protein_coding 9 1 4 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000684324 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000684545 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000683578 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000682338 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000682793 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000375679 protein_coding 9 1 5 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000684324 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000684545 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000683578 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000682338 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000682793 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000375679 protein_coding 9 1 6 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000684324 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000684545 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000683578 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000682338 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000682793 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000375679 protein_coding 9 1 7 CLCNKB ENSG00000184908 +transcript chr1 16048789 16057308 ENST00000375667 protein_coding 7 2 NA CLCNKB ENSG00000184908 +CDS chr1 16048972 16049245 ENST00000375667 protein_coding 7 2 1 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000684324 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000684545 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000683578 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000682338 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000682793 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000375679 protein_coding 9 1 8 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000684324 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000684545 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000683578 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000682338 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000682793 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000375679 protein_coding 9 1 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000375667 protein_coding 7 2 2 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000684324 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000684545 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000683578 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000682338 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000682793 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000375679 protein_coding 9 1 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000375667 protein_coding 7 2 3 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000684324 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000684545 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000683578 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000682338 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000682793 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000375679 protein_coding 9 1 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000375667 protein_coding 7 2 4 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000684324 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000684545 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000683578 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000682338 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000682793 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000375679 protein_coding 9 1 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000375667 protein_coding 7 2 5 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000684324 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000684545 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000683578 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000682338 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000682793 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000375679 protein_coding 9 1 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000375667 protein_coding 7 2 6 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000684324 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000684545 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000683578 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000682338 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000682793 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000375679 protein_coding 9 1 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000375667 protein_coding 7 2 7 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000684324 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000684545 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000683578 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000682338 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000682793 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000375679 protein_coding 9 1 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000375667 protein_coding 7 2 8 CLCNKB ENSG00000184908 +transcript chr1 16052323 16057308 ENST00000431772 protein_coding 1 5 NA CLCNKB ENSG00000184908 +CDS chr1 16052323 16052411 ENST00000431772 protein_coding 1 5 1 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000684324 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000684545 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000683578 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000682338 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000682793 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000375679 protein_coding 9 1 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000375667 protein_coding 7 2 9 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000431772 protein_coding 1 5 2 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000684324 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000684545 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000683578 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000682338 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000682793 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000375679 protein_coding 9 1 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000375667 protein_coding 7 2 10 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000431772 protein_coding 1 5 3 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000684324 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000684545 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000682338 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000682793 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000375679 protein_coding 9 1 18 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000683578 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000375667 protein_coding 7 2 11 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000431772 protein_coding 1 5 4 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000684324 protein_coding 1 NA 22 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000684545 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000683578 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000682338 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000682793 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000375679 protein_coding 9 1 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000375667 protein_coding 7 2 12 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000684324 protein_coding 1 NA 23 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000684545 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000683578 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000682338 protein_coding 1 NA 22 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000682793 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000375679 protein_coding 9 1 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000375667 protein_coding 7 2 13 CLCNKB ENSG00000184908 +CDS chr1 16057238 16057282 ENST00000431772 protein_coding 1 5 5 CLCNKB ENSG00000184908 +transcript chr1 16057769 16073651 ENST00000375662 protein_coding 5 1 NA FAM131C ENSG00000185519 +CDS chr1 16058440 16058717 ENST00000375662 protein_coding 5 1 7 FAM131C ENSG00000185519 +CDS chr1 16059494 16059604 ENST00000375662 protein_coding 5 1 6 FAM131C ENSG00000185519 +CDS chr1 16059869 16060051 ENST00000375662 protein_coding 5 1 5 FAM131C ENSG00000185519 +CDS chr1 16062099 16062192 ENST00000375662 protein_coding 5 1 4 FAM131C ENSG00000185519 +CDS chr1 16062499 16062534 ENST00000375662 protein_coding 5 1 3 FAM131C ENSG00000185519 +CDS chr1 16063521 16063636 ENST00000375662 protein_coding 5 1 2 FAM131C ENSG00000185519 +CDS chr1 16073421 16073442 ENST00000375662 protein_coding 5 1 1 FAM131C ENSG00000185519 +transcript chr1 16124337 16156069 ENST00000358432 protein_coding 8 1 NA EPHA2 ENSG00000142627 +CDS chr1 16125218 16125320 ENST00000358432 protein_coding 8 1 17 EPHA2 ENSG00000142627 +CDS chr1 16129434 16129589 ENST00000358432 protein_coding 8 1 16 EPHA2 ENSG00000142627 +CDS chr1 16130226 16130419 ENST00000358432 protein_coding 8 1 15 EPHA2 ENSG00000142627 +CDS chr1 16131721 16131870 ENST00000358432 protein_coding 8 1 14 EPHA2 ENSG00000142627 +CDS chr1 16132064 16132273 ENST00000358432 protein_coding 8 1 13 EPHA2 ENSG00000142627 +CDS chr1 16132378 16132439 ENST00000358432 protein_coding 8 1 12 EPHA2 ENSG00000142627 +CDS chr1 16133180 16133368 ENST00000358432 protein_coding 8 1 11 EPHA2 ENSG00000142627 +CDS chr1 16133481 16133606 ENST00000358432 protein_coding 8 1 10 EPHA2 ENSG00000142627 +CDS chr1 16133860 16133915 ENST00000358432 protein_coding 8 1 9 EPHA2 ENSG00000142627 +CDS chr1 16134468 16134567 ENST00000358432 protein_coding 8 1 8 EPHA2 ENSG00000142627 +CDS chr1 16135036 16135189 ENST00000358432 protein_coding 8 1 7 EPHA2 ENSG00000142627 +CDS chr1 16135655 16135770 ENST00000358432 protein_coding 8 1 6 EPHA2 ENSG00000142627 +CDS chr1 16137853 16138185 ENST00000358432 protein_coding 8 1 5 EPHA2 ENSG00000142627 +CDS chr1 16138275 16138430 ENST00000358432 protein_coding 8 1 4 EPHA2 ENSG00000142627 +CDS chr1 16148378 16149047 ENST00000358432 protein_coding 8 1 3 EPHA2 ENSG00000142627 +CDS chr1 16150896 16150963 ENST00000358432 protein_coding 8 1 2 EPHA2 ENSG00000142627 +CDS chr1 16155848 16155932 ENST00000358432 protein_coding 8 1 1 EPHA2 ENSG00000142627 +transcript chr1 16197854 16212652 ENST00000270747 protein_coding 8 1 NA ARHGEF19 ENSG00000142632 +CDS chr1 16198590 16198744 ENST00000270747 protein_coding 8 1 16 ARHGEF19 ENSG00000142632 +CDS chr1 16199150 16199254 ENST00000270747 protein_coding 8 1 15 ARHGEF19 ENSG00000142632 +CDS chr1 16201782 16201861 ENST00000270747 protein_coding 8 1 14 ARHGEF19 ENSG00000142632 +CDS chr1 16202416 16202574 ENST00000270747 protein_coding 8 1 13 ARHGEF19 ENSG00000142632 +CDS chr1 16204759 16204919 ENST00000270747 protein_coding 8 1 12 ARHGEF19 ENSG00000142632 +transcript chr1 16204811 16206543 ENST00000449495 protein_coding 1 2 NA ARHGEF19 ENSG00000142632 +CDS chr1 16204811 16204919 ENST00000449495 protein_coding 1 2 6 ARHGEF19 ENSG00000142632 +CDS chr1 16205087 16205176 ENST00000270747 protein_coding 8 1 11 ARHGEF19 ENSG00000142632 +CDS chr1 16205087 16205176 ENST00000449495 protein_coding 1 2 5 ARHGEF19 ENSG00000142632 +CDS chr1 16205351 16205425 ENST00000270747 protein_coding 8 1 10 ARHGEF19 ENSG00000142632 +CDS chr1 16205351 16205425 ENST00000449495 protein_coding 1 2 4 ARHGEF19 ENSG00000142632 +CDS chr1 16205538 16205667 ENST00000270747 protein_coding 8 1 9 ARHGEF19 ENSG00000142632 +CDS chr1 16205538 16205667 ENST00000449495 protein_coding 1 2 3 ARHGEF19 ENSG00000142632 +transcript chr1 16205849 16206526 ENST00000441785 protein_coding 1 2 NA ARHGEF19 ENSG00000142632 +CDS chr1 16205930 16206083 ENST00000441785 protein_coding 1 2 2 ARHGEF19 ENSG00000142632 +CDS chr1 16205931 16206083 ENST00000270747 protein_coding 8 1 8 ARHGEF19 ENSG00000142632 +CDS chr1 16205931 16206083 ENST00000449495 protein_coding 1 2 2 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206340 ENST00000270747 protein_coding 8 1 7 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206543 ENST00000449495 protein_coding 1 2 1 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206526 ENST00000441785 protein_coding 1 2 1 ARHGEF19 ENSG00000142632 +CDS chr1 16206948 16207210 ENST00000270747 protein_coding 8 1 6 ARHGEF19 ENSG00000142632 +CDS chr1 16207522 16207598 ENST00000270747 protein_coding 8 1 5 ARHGEF19 ENSG00000142632 +CDS chr1 16207675 16207777 ENST00000270747 protein_coding 8 1 4 ARHGEF19 ENSG00000142632 +CDS chr1 16207944 16208225 ENST00000270747 protein_coding 8 1 3 ARHGEF19 ENSG00000142632 +CDS chr1 16208643 16209054 ENST00000270747 protein_coding 8 1 2 ARHGEF19 ENSG00000142632 +transcript chr1 16231692 16237183 ENST00000375599 protein_coding 8 1 NA CPLANE2 ENSG00000132881 +CDS chr1 16232051 16232297 ENST00000375599 protein_coding 8 1 5 CPLANE2 ENSG00000132881 +transcript chr1 16232281 16236659 ENST00000434014 protein_coding 1 5 NA CPLANE2 ENSG00000132881 +CDS chr1 16232281 16232297 ENST00000434014 protein_coding 1 5 4 CPLANE2 ENSG00000132881 +CDS chr1 16232510 16232646 ENST00000375599 protein_coding 8 1 4 CPLANE2 ENSG00000132881 +CDS chr1 16232510 16232646 ENST00000434014 protein_coding 1 5 3 CPLANE2 ENSG00000132881 +CDS chr1 16232893 16233017 ENST00000375599 protein_coding 8 1 3 CPLANE2 ENSG00000132881 +CDS chr1 16233612 16233764 ENST00000375599 protein_coding 8 1 2 CPLANE2 ENSG00000132881 +CDS chr1 16233612 16233764 ENST00000434014 protein_coding 1 5 2 CPLANE2 ENSG00000132881 +CDS chr1 16236631 16236742 ENST00000375599 protein_coding 8 1 1 CPLANE2 ENSG00000132881 +CDS chr1 16236631 16236659 ENST00000434014 protein_coding 1 5 1 CPLANE2 ENSG00000132881 +transcript chr1 16246840 16352480 ENST00000375592 protein_coding 8 1 NA FBXO42 ENSG00000037637 +CDS chr1 16250673 16251785 ENST00000375592 protein_coding 8 1 10 FBXO42 ENSG00000037637 +transcript chr1 16251082 16253427 ENST00000456164 protein_coding 5 2 NA FBXO42 ENSG00000037637 +CDS chr1 16251082 16251785 ENST00000456164 protein_coding 5 2 3 FBXO42 ENSG00000037637 +transcript chr1 16251082 16253593 ENST00000444116 protein_coding 1 5 NA FBXO42 ENSG00000037637 +CDS chr1 16251082 16251785 ENST00000444116 protein_coding 1 5 4 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000375592 protein_coding 8 1 9 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000456164 protein_coding 5 2 2 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000444116 protein_coding 1 5 3 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253152 ENST00000375592 protein_coding 8 1 8 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253170 ENST00000456164 protein_coding 5 2 1 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253170 ENST00000444116 protein_coding 1 5 2 FBXO42 ENSG00000037637 +CDS chr1 16253635 16253731 ENST00000375592 protein_coding 8 1 7 FBXO42 ENSG00000037637 +CDS chr1 16255711 16255821 ENST00000375592 protein_coding 8 1 6 FBXO42 ENSG00000037637 +CDS chr1 16256606 16256759 ENST00000375592 protein_coding 8 1 5 FBXO42 ENSG00000037637 +CDS chr1 16294783 16294917 ENST00000375592 protein_coding 8 1 4 FBXO42 ENSG00000037637 +CDS chr1 16305803 16305919 ENST00000375592 protein_coding 8 1 3 FBXO42 ENSG00000037637 +CDS chr1 16315169 16315418 ENST00000375592 protein_coding 8 1 2 FBXO42 ENSG00000037637 +transcript chr1 16367088 16395406 ENST00000471507 protein_coding 5 2 NA SZRD1 ENSG00000055070 +transcript chr1 16367225 16398145 ENST00000401089 protein_coding 3 2 NA SZRD1 ENSG00000055070 +transcript chr1 16367242 16398145 ENST00000401088 protein_coding 9 1 NA SZRD1 ENSG00000055070 +CDS chr1 16367258 16367308 ENST00000401088 protein_coding 9 1 1 SZRD1 ENSG00000055070 +CDS chr1 16367258 16367308 ENST00000471507 protein_coding 5 2 1 SZRD1 ENSG00000055070 +CDS chr1 16367265 16367308 ENST00000401089 protein_coding 3 2 1 SZRD1 ENSG00000055070 +transcript chr1 16367265 16398142 ENST00000492354 protein_coding 1 1 NA SZRD1 ENSG00000055070 +CDS chr1 16367265 16367308 ENST00000492354 protein_coding 1 1 1 SZRD1 ENSG00000055070 +transcript chr1 16387117 16403974 ENST00000491418 protein_coding 5 5 NA SPATA21 ENSG00000187144 +CDS chr1 16387298 16387301 ENST00000491418 protein_coding 5 5 5 SPATA21 ENSG00000187144 +CDS chr1 16391375 16391424 ENST00000401088 protein_coding 9 1 2 SZRD1 ENSG00000055070 +CDS chr1 16391375 16391424 ENST00000471507 protein_coding 5 2 2 SZRD1 ENSG00000055070 +CDS chr1 16393228 16393482 ENST00000401088 protein_coding 9 1 3 SZRD1 ENSG00000055070 +CDS chr1 16393228 16393482 ENST00000401089 protein_coding 3 2 2 SZRD1 ENSG00000055070 +CDS chr1 16393231 16393482 ENST00000471507 protein_coding 5 2 3 SZRD1 ENSG00000055070 +CDS chr1 16393231 16393482 ENST00000492354 protein_coding 1 1 2 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000401088 protein_coding 9 1 4 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000471507 protein_coding 5 2 4 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000401089 protein_coding 3 2 3 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000492354 protein_coding 1 1 3 SZRD1 ENSG00000055070 +transcript chr1 16398643 16437424 ENST00000335496 protein_coding 5 1 NA SPATA21 ENSG00000187144 +transcript chr1 16398667 16437190 ENST00000540400 protein_coding 1 1 NA SPATA21 ENSG00000187144 +CDS chr1 16398768 16398822 ENST00000335496 protein_coding 5 1 13 SPATA21 ENSG00000187144 +CDS chr1 16398768 16398822 ENST00000540400 protein_coding 1 1 11 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000491418 protein_coding 5 5 4 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000335496 protein_coding 5 1 12 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000540400 protein_coding 1 1 10 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000491418 protein_coding 5 5 3 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000335496 protein_coding 5 1 11 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000540400 protein_coding 1 1 9 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000491418 protein_coding 5 5 2 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000335496 protein_coding 5 1 10 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000540400 protein_coding 1 1 8 SPATA21 ENSG00000187144 +CDS chr1 16403968 16403974 ENST00000491418 protein_coding 5 5 1 SPATA21 ENSG00000187144 +CDS chr1 16403968 16404039 ENST00000335496 protein_coding 5 1 9 SPATA21 ENSG00000187144 +CDS chr1 16403968 16404039 ENST00000540400 protein_coding 1 1 7 SPATA21 ENSG00000187144 +CDS chr1 16404967 16405104 ENST00000335496 protein_coding 5 1 8 SPATA21 ENSG00000187144 +CDS chr1 16404967 16405104 ENST00000540400 protein_coding 1 1 6 SPATA21 ENSG00000187144 +CDS chr1 16409118 16409203 ENST00000335496 protein_coding 5 1 7 SPATA21 ENSG00000187144 +CDS chr1 16409118 16409203 ENST00000540400 protein_coding 1 1 5 SPATA21 ENSG00000187144 +CDS chr1 16409601 16410043 ENST00000335496 protein_coding 5 1 6 SPATA21 ENSG00000187144 +CDS chr1 16409601 16410043 ENST00000540400 protein_coding 1 1 4 SPATA21 ENSG00000187144 +CDS chr1 16410778 16410852 ENST00000540400 protein_coding 1 1 3 SPATA21 ENSG00000187144 +CDS chr1 16421509 16421557 ENST00000335496 protein_coding 5 1 5 SPATA21 ENSG00000187144 +CDS chr1 16421911 16421971 ENST00000335496 protein_coding 5 1 4 SPATA21 ENSG00000187144 +transcript chr1 16424904 16437416 ENST00000375577 protein_coding 5 1 NA SPATA21 ENSG00000187144 +transcript chr1 16425097 16431371 ENST00000612240 protein_coding 1 5 NA SPATA21 ENSG00000187144 +CDS chr1 16425100 16425210 ENST00000375577 protein_coding 5 1 5 SPATA21 ENSG00000187144 +CDS chr1 16425100 16425210 ENST00000612240 protein_coding 1 5 4 SPATA21 ENSG00000187144 +CDS chr1 16425524 16425731 ENST00000375577 protein_coding 5 1 4 SPATA21 ENSG00000187144 +CDS chr1 16425524 16425731 ENST00000612240 protein_coding 1 5 3 SPATA21 ENSG00000187144 +CDS chr1 16427864 16428015 ENST00000375577 protein_coding 5 1 3 SPATA21 ENSG00000187144 +CDS chr1 16427864 16428015 ENST00000612240 protein_coding 1 5 2 SPATA21 ENSG00000187144 +CDS chr1 16431243 16431371 ENST00000375577 protein_coding 5 1 2 SPATA21 ENSG00000187144 +CDS chr1 16431243 16431371 ENST00000612240 protein_coding 1 5 1 SPATA21 ENSG00000187144 +CDS chr1 16431338 16431371 ENST00000335496 protein_coding 5 1 3 SPATA21 ENSG00000187144 +transcript chr1 16440721 16459008 ENST00000504551 protein_coding 6 5 NA NECAP2 ENSG00000157191 +transcript chr1 16440724 16460078 ENST00000337132 protein_coding 10 1 NA NECAP2 ENSG00000157191 +transcript chr1 16440724 16459073 ENST00000457722 protein_coding 6 2 NA NECAP2 ENSG00000157191 +transcript chr1 16440736 16460077 ENST00000443980 protein_coding 6 2 NA NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000337132 protein_coding 10 1 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000504551 protein_coding 6 5 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440775 ENST00000457722 protein_coding 6 2 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000443980 protein_coding 6 2 1 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000337132 protein_coding 10 1 2 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000457722 protein_coding 6 2 2 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000443980 protein_coding 6 2 2 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000337132 protein_coding 10 1 3 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000504551 protein_coding 6 5 2 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000457722 protein_coding 6 2 3 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000443980 protein_coding 6 2 3 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000337132 protein_coding 10 1 4 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000457722 protein_coding 6 2 4 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000443980 protein_coding 6 2 4 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000337132 protein_coding 10 1 5 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000504551 protein_coding 6 5 3 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000457722 protein_coding 6 2 5 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000443980 protein_coding 6 2 5 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000337132 protein_coding 10 1 6 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000504551 protein_coding 6 5 4 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000457722 protein_coding 6 2 6 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000443980 protein_coding 6 2 6 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000337132 protein_coding 10 1 7 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000504551 protein_coding 6 5 5 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000457722 protein_coding 6 2 7 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000337132 protein_coding 10 1 8 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000504551 protein_coding 6 5 6 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000457722 protein_coding 6 2 8 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458993 ENST00000443980 protein_coding 6 2 7 NECAP2 ENSG00000157191 +transcript chr1 16562319 16613487 ENST00000430580 protein_coding 6 5 NA NBPF1 ENSG00000219481 +CDS chr1 16563946 16564186 ENST00000430580 protein_coding 6 5 29 NBPF1 ENSG00000219481 +CDS chr1 16564807 16564918 ENST00000430580 protein_coding 6 5 28 NBPF1 ENSG00000219481 +CDS chr1 16565633 16565805 ENST00000430580 protein_coding 6 5 27 NBPF1 ENSG00000219481 +CDS chr1 16566408 16566459 ENST00000430580 protein_coding 6 5 26 NBPF1 ENSG00000219481 +CDS chr1 16567179 16567351 ENST00000430580 protein_coding 6 5 25 NBPF1 ENSG00000219481 +CDS chr1 16567979 16568030 ENST00000430580 protein_coding 6 5 24 NBPF1 ENSG00000219481 +CDS chr1 16569073 16569236 ENST00000430580 protein_coding 6 5 23 NBPF1 ENSG00000219481 +CDS chr1 16573142 16573193 ENST00000430580 protein_coding 6 5 22 NBPF1 ENSG00000219481 +CDS chr1 16574487 16574692 ENST00000430580 protein_coding 6 5 21 NBPF1 ENSG00000219481 +CDS chr1 16575157 16575229 ENST00000430580 protein_coding 6 5 20 NBPF1 ENSG00000219481 +CDS chr1 16576267 16576481 ENST00000430580 protein_coding 6 5 19 NBPF1 ENSG00000219481 +CDS chr1 16577317 16577419 ENST00000430580 protein_coding 6 5 18 NBPF1 ENSG00000219481 +CDS chr1 16579193 16579402 ENST00000430580 protein_coding 6 5 17 NBPF1 ENSG00000219481 +CDS chr1 16580745 16580956 ENST00000430580 protein_coding 6 5 16 NBPF1 ENSG00000219481 +CDS chr1 16581420 16581492 ENST00000430580 protein_coding 6 5 15 NBPF1 ENSG00000219481 +CDS chr1 16582544 16582758 ENST00000430580 protein_coding 6 5 14 NBPF1 ENSG00000219481 +CDS chr1 16583594 16583696 ENST00000430580 protein_coding 6 5 13 NBPF1 ENSG00000219481 +CDS chr1 16585489 16585698 ENST00000430580 protein_coding 6 5 12 NBPF1 ENSG00000219481 +CDS chr1 16587050 16587261 ENST00000430580 protein_coding 6 5 11 NBPF1 ENSG00000219481 +CDS chr1 16587725 16587797 ENST00000430580 protein_coding 6 5 10 NBPF1 ENSG00000219481 +CDS chr1 16588849 16589063 ENST00000430580 protein_coding 6 5 9 NBPF1 ENSG00000219481 +CDS chr1 16589899 16590001 ENST00000430580 protein_coding 6 5 8 NBPF1 ENSG00000219481 +CDS chr1 16591847 16592021 ENST00000430580 protein_coding 6 5 7 NBPF1 ENSG00000219481 +transcript chr1 16921931 16972964 ENST00000375541 protein_coding 10 5 NA CROCC ENSG00000058453 +CDS chr1 16922019 16922078 ENST00000375541 protein_coding 10 5 1 CROCC ENSG00000058453 +CDS chr1 16922663 16922798 ENST00000375541 protein_coding 10 5 2 CROCC ENSG00000058453 +transcript chr1 16922755 16961078 ENST00000445545 protein_coding 6 5 NA CROCC ENSG00000058453 +CDS chr1 16922755 16922798 ENST00000445545 protein_coding 6 5 1 CROCC ENSG00000058453 +transcript chr1 16922767 16954362 ENST00000467938 protein_coding 5 2 NA CROCC ENSG00000058453 +CDS chr1 16922767 16922798 ENST00000467938 protein_coding 5 2 1 CROCC ENSG00000058453 +CDS chr1 16924325 16924479 ENST00000375541 protein_coding 10 5 3 CROCC ENSG00000058453 +CDS chr1 16924325 16924479 ENST00000445545 protein_coding 6 5 2 CROCC ENSG00000058453 +CDS chr1 16929846 16930031 ENST00000375541 protein_coding 10 5 4 CROCC ENSG00000058453 +CDS chr1 16929846 16930031 ENST00000467938 protein_coding 5 2 2 CROCC ENSG00000058453 +CDS chr1 16930124 16930207 ENST00000375541 protein_coding 10 5 5 CROCC ENSG00000058453 +CDS chr1 16930124 16930207 ENST00000467938 protein_coding 5 2 3 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000375541 protein_coding 10 5 6 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000445545 protein_coding 6 5 3 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000467938 protein_coding 5 2 4 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000375541 protein_coding 10 5 7 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000445545 protein_coding 6 5 4 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000467938 protein_coding 5 2 5 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000375541 protein_coding 10 5 8 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000445545 protein_coding 6 5 5 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000467938 protein_coding 5 2 6 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000375541 protein_coding 10 5 9 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000445545 protein_coding 6 5 6 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000467938 protein_coding 5 2 7 CROCC ENSG00000058453 +transcript chr1 16936791 16940093 ENST00000467715 protein_coding 2 3 NA CROCC ENSG00000058453 +CDS chr1 16936791 16936873 ENST00000467715 protein_coding 2 3 1 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000375541 protein_coding 10 5 10 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000445545 protein_coding 6 5 7 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000467938 protein_coding 5 2 8 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000467715 protein_coding 2 3 2 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000375541 protein_coding 10 5 11 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000445545 protein_coding 6 5 8 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000467938 protein_coding 5 2 9 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000375541 protein_coding 10 5 12 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000445545 protein_coding 6 5 9 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000467938 protein_coding 5 2 10 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000467715 protein_coding 2 3 3 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000375541 protein_coding 10 5 13 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000445545 protein_coding 6 5 10 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000467938 protein_coding 5 2 11 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000467715 protein_coding 2 3 4 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000375541 protein_coding 10 5 14 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000445545 protein_coding 6 5 11 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000467938 protein_coding 5 2 12 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000375541 protein_coding 10 5 15 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000445545 protein_coding 6 5 12 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000467938 protein_coding 5 2 13 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000375541 protein_coding 10 5 16 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000445545 protein_coding 6 5 13 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000467938 protein_coding 5 2 14 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000375541 protein_coding 10 5 17 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000445545 protein_coding 6 5 14 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000467938 protein_coding 5 2 15 CROCC ENSG00000058453 +CDS chr1 16948331 16948524 ENST00000375541 protein_coding 10 5 18 CROCC ENSG00000058453 +CDS chr1 16948331 16948524 ENST00000445545 protein_coding 6 5 15 CROCC ENSG00000058453 +CDS chr1 16948799 16948926 ENST00000375541 protein_coding 10 5 19 CROCC ENSG00000058453 +CDS chr1 16948799 16948926 ENST00000445545 protein_coding 6 5 16 CROCC ENSG00000058453 +CDS chr1 16950953 16951122 ENST00000375541 protein_coding 10 5 20 CROCC ENSG00000058453 +CDS chr1 16950953 16951122 ENST00000445545 protein_coding 6 5 17 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000375541 protein_coding 10 5 21 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000445545 protein_coding 6 5 18 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000467938 protein_coding 5 2 16 CROCC ENSG00000058453 +CDS chr1 16954223 16954357 ENST00000375541 protein_coding 10 5 22 CROCC ENSG00000058453 +CDS chr1 16954223 16954357 ENST00000445545 protein_coding 6 5 19 CROCC ENSG00000058453 +CDS chr1 16954223 16954362 ENST00000467938 protein_coding 5 2 17 CROCC ENSG00000058453 +CDS chr1 16954734 16954877 ENST00000375541 protein_coding 10 5 23 CROCC ENSG00000058453 +CDS chr1 16954734 16954877 ENST00000445545 protein_coding 6 5 20 CROCC ENSG00000058453 +CDS chr1 16955312 16955550 ENST00000375541 protein_coding 10 5 24 CROCC ENSG00000058453 +CDS chr1 16955312 16955550 ENST00000445545 protein_coding 6 5 21 CROCC ENSG00000058453 +CDS chr1 16955997 16956156 ENST00000375541 protein_coding 10 5 25 CROCC ENSG00000058453 +CDS chr1 16955997 16956156 ENST00000445545 protein_coding 6 5 22 CROCC ENSG00000058453 +CDS chr1 16958583 16958750 ENST00000375541 protein_coding 10 5 26 CROCC ENSG00000058453 +CDS chr1 16958583 16958750 ENST00000445545 protein_coding 6 5 23 CROCC ENSG00000058453 +CDS chr1 16960758 16961130 ENST00000375541 protein_coding 10 5 27 CROCC ENSG00000058453 +CDS chr1 16960758 16961078 ENST00000445545 protein_coding 6 5 24 CROCC ENSG00000058453 +CDS chr1 16965723 16965892 ENST00000375541 protein_coding 10 5 28 CROCC ENSG00000058453 +CDS chr1 16965999 16966119 ENST00000375541 protein_coding 10 5 29 CROCC ENSG00000058453 +CDS chr1 16966408 16966571 ENST00000375541 protein_coding 10 5 30 CROCC ENSG00000058453 +CDS chr1 16968203 16968418 ENST00000375541 protein_coding 10 5 31 CROCC ENSG00000058453 +CDS chr1 16969116 16969340 ENST00000375541 protein_coding 10 5 32 CROCC ENSG00000058453 +CDS chr1 16969785 16969934 ENST00000375541 protein_coding 10 5 33 CROCC ENSG00000058453 +CDS chr1 16970253 16970453 ENST00000375541 protein_coding 10 5 34 CROCC ENSG00000058453 +CDS chr1 16970636 16970767 ENST00000375541 protein_coding 10 5 35 CROCC ENSG00000058453 +CDS chr1 16971465 16971647 ENST00000375541 protein_coding 10 5 36 CROCC ENSG00000058453 +CDS chr1 16972360 16972443 ENST00000375541 protein_coding 10 5 37 CROCC ENSG00000058453 +transcript chr1 16974502 16978276 ENST00000375534 protein_coding 7 2 NA MFAP2 ENSG00000117122 +transcript chr1 16974502 16980620 ENST00000375535 protein_coding 4 1 NA MFAP2 ENSG00000117122 +CDS chr1 16974923 16975023 ENST00000375534 protein_coding 7 2 8 MFAP2 ENSG00000117122 +CDS chr1 16974923 16975023 ENST00000375535 protein_coding 4 1 9 MFAP2 ENSG00000117122 +CDS chr1 16975269 16975342 ENST00000375534 protein_coding 7 2 7 MFAP2 ENSG00000117122 +CDS chr1 16975269 16975342 ENST00000375535 protein_coding 4 1 8 MFAP2 ENSG00000117122 +CDS chr1 16975643 16975730 ENST00000375534 protein_coding 7 2 6 MFAP2 ENSG00000117122 +CDS chr1 16975643 16975730 ENST00000375535 protein_coding 4 1 7 MFAP2 ENSG00000117122 +CDS chr1 16976501 16976545 ENST00000375534 protein_coding 7 2 5 MFAP2 ENSG00000117122 +CDS chr1 16976501 16976545 ENST00000375535 protein_coding 4 1 6 MFAP2 ENSG00000117122 +CDS chr1 16976708 16976794 ENST00000375534 protein_coding 7 2 4 MFAP2 ENSG00000117122 +CDS chr1 16976708 16976794 ENST00000375535 protein_coding 4 1 5 MFAP2 ENSG00000117122 +CDS chr1 16976897 16976923 ENST00000375534 protein_coding 7 2 3 MFAP2 ENSG00000117122 +CDS chr1 16976897 16976923 ENST00000375535 protein_coding 4 1 4 MFAP2 ENSG00000117122 +CDS chr1 16977109 16977195 ENST00000375534 protein_coding 7 2 2 MFAP2 ENSG00000117122 +CDS chr1 16977109 16977198 ENST00000375535 protein_coding 4 1 3 MFAP2 ENSG00000117122 +CDS chr1 16978237 16978273 ENST00000375534 protein_coding 7 2 1 MFAP2 ENSG00000117122 +CDS chr1 16978237 16978273 ENST00000375535 protein_coding 4 1 2 MFAP2 ENSG00000117122 +transcript chr1 16985958 17011915 ENST00000341676 protein_coding 9 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985958 17011928 ENST00000326735 protein_coding 13 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985958 17011928 ENST00000452699 protein_coding 5 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985981 16990003 ENST00000502418 protein_coding 1 3 NA ATP13A2 ENSG00000159363 +CDS chr1 16985988 16986358 ENST00000341676 protein_coding 9 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16985988 16986358 ENST00000502418 protein_coding 1 3 7 ATP13A2 ENSG00000159363 +CDS chr1 16986224 16986358 ENST00000326735 protein_coding 13 1 29 ATP13A2 ENSG00000159363 +CDS chr1 16986224 16986358 ENST00000452699 protein_coding 5 1 29 ATP13A2 ENSG00000159363 +CDS chr1 16986463 16986632 ENST00000326735 protein_coding 13 1 28 ATP13A2 ENSG00000159363 +CDS chr1 16986463 16986632 ENST00000452699 protein_coding 5 1 28 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000341676 protein_coding 9 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000326735 protein_coding 13 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000452699 protein_coding 5 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000502418 protein_coding 1 3 6 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000341676 protein_coding 9 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000326735 protein_coding 13 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000452699 protein_coding 5 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000502418 protein_coding 1 3 5 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000341676 protein_coding 9 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000326735 protein_coding 13 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000452699 protein_coding 5 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000502418 protein_coding 1 3 4 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000341676 protein_coding 9 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000326735 protein_coding 13 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000452699 protein_coding 5 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000502418 protein_coding 1 3 3 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000341676 protein_coding 9 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000326735 protein_coding 13 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000452699 protein_coding 5 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000502418 protein_coding 1 3 2 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000326735 protein_coding 13 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000452699 protein_coding 5 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000502418 protein_coding 1 3 1 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000341676 protein_coding 9 1 21 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000326735 protein_coding 13 1 21 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000452699 protein_coding 5 1 21 ATP13A2 ENSG00000159363 +transcript chr1 16990175 16996283 ENST00000503552 protein_coding 1 5 NA ATP13A2 ENSG00000159363 +CDS chr1 16990175 16990287 ENST00000503552 protein_coding 1 5 7 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000341676 protein_coding 9 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000326735 protein_coding 13 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000452699 protein_coding 5 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000503552 protein_coding 1 5 6 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000341676 protein_coding 9 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000326735 protein_coding 13 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000452699 protein_coding 5 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000503552 protein_coding 1 5 5 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000341676 protein_coding 9 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000326735 protein_coding 13 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000452699 protein_coding 5 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992342 ENST00000503552 protein_coding 1 5 4 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000341676 protein_coding 9 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000326735 protein_coding 13 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000452699 protein_coding 5 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000503552 protein_coding 1 5 3 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000341676 protein_coding 9 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000326735 protein_coding 13 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000452699 protein_coding 5 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000341676 protein_coding 9 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000326735 protein_coding 13 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000452699 protein_coding 5 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000503552 protein_coding 1 5 2 ATP13A2 ENSG00000159363 +transcript chr1 16996087 17000312 ENST00000506174 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 16996087 16996164 ENST00000506174 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000341676 protein_coding 9 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000326735 protein_coding 13 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000452699 protein_coding 5 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996283 ENST00000503552 protein_coding 1 5 1 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000506174 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000341676 protein_coding 9 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000326735 protein_coding 13 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000452699 protein_coding 5 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996478 ENST00000506174 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000341676 protein_coding 9 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000326735 protein_coding 13 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000452699 protein_coding 5 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000506174 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000341676 protein_coding 9 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000326735 protein_coding 13 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000452699 protein_coding 5 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000506174 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +transcript chr1 17000011 17005714 ENST00000510069 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000510069 protein_coding 5 5 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000341676 protein_coding 9 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000326735 protein_coding 13 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000452699 protein_coding 5 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000506174 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000510069 protein_coding 5 5 9 ATP13A2 ENSG00000159363 +transcript chr1 17000269 17005072 ENST00000511957 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 17000269 17000312 ENST00000511957 protein_coding 5 5 7 ATP13A2 ENSG00000159363 +transcript chr1 17000283 17005395 ENST00000508222 protein_coding 5 4 NA ATP13A2 ENSG00000159363 +CDS chr1 17000283 17000312 ENST00000508222 protein_coding 5 4 8 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000341676 protein_coding 9 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000326735 protein_coding 13 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000452699 protein_coding 5 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000510069 protein_coding 5 5 8 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000507 ENST00000511957 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000507 ENST00000508222 protein_coding 5 4 7 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000341676 protein_coding 9 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000326735 protein_coding 13 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000452699 protein_coding 5 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000510069 protein_coding 5 5 7 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000511957 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000508222 protein_coding 5 4 6 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000341676 protein_coding 9 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000326735 protein_coding 13 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000452699 protein_coding 5 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000510069 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000511957 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000508222 protein_coding 5 4 5 ATP13A2 ENSG00000159363 +transcript chr1 17002320 17005765 ENST00000509619 protein_coding 1 4 NA ATP13A2 ENSG00000159363 +CDS chr1 17002320 17002373 ENST00000509619 protein_coding 1 4 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000341676 protein_coding 9 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000326735 protein_coding 13 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000452699 protein_coding 5 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004408 ENST00000510069 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000511957 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000508222 protein_coding 5 4 4 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004408 ENST00000509619 protein_coding 1 4 5 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000326735 protein_coding 13 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000510069 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000511957 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000341676 protein_coding 9 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000452699 protein_coding 5 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000508222 protein_coding 5 4 3 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000509619 protein_coding 1 4 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000341676 protein_coding 9 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000326735 protein_coding 13 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000452699 protein_coding 5 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000510069 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000511957 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000508222 protein_coding 5 4 2 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000509619 protein_coding 1 4 3 ATP13A2 ENSG00000159363 +transcript chr1 17005068 17011757 ENST00000617114 protein_coding 5 5 NA NA ENSG00000288636 +CDS chr1 17005071 17005072 ENST00000617114 protein_coding 5 5 4 NA ENSG00000288636 +CDS chr1 17005374 17005556 ENST00000341676 protein_coding 9 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000326735 protein_coding 13 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000452699 protein_coding 5 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000510069 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005395 ENST00000508222 protein_coding 5 4 1 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000509619 protein_coding 1 4 2 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000617114 protein_coding 5 5 3 NA ENSG00000288636 +CDS chr1 17005684 17005778 ENST00000341676 protein_coding 9 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000326735 protein_coding 13 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000452699 protein_coding 5 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005714 ENST00000510069 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005765 ENST00000509619 protein_coding 1 4 1 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000617114 protein_coding 5 5 2 NA ENSG00000288636 +CDS chr1 17011729 17011738 ENST00000341676 protein_coding 9 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011738 ENST00000326735 protein_coding 13 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011738 ENST00000452699 protein_coding 5 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011757 ENST00000617114 protein_coding 5 5 1 NA ENSG00000288636 +transcript chr1 17018722 17054032 ENST00000375499 protein_coding 8 1 NA SDHB ENSG00000117118 +CDS chr1 17018884 17018958 ENST00000375499 protein_coding 8 1 8 SDHB ENSG00000117118 +CDS chr1 17022608 17022730 ENST00000375499 protein_coding 8 1 7 SDHB ENSG00000117118 +CDS chr1 17023973 17024074 ENST00000375499 protein_coding 8 1 6 SDHB ENSG00000117118 +transcript chr1 17023973 17045219 ENST00000491274 protein_coding 5 5 NA SDHB ENSG00000117118 +CDS chr1 17023973 17024074 ENST00000491274 protein_coding 5 5 6 SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000375499 protein_coding 8 1 5 SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000491274 protein_coding 5 5 5 SDHB ENSG00000117118 +transcript chr1 17027749 17052488 ENST00000463045 protein_coding 2 3 NA SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000463045 protein_coding 2 3 5 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000375499 protein_coding 8 1 4 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000491274 protein_coding 5 5 4 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000463045 protein_coding 2 3 4 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000375499 protein_coding 8 1 3 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000491274 protein_coding 5 5 3 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000463045 protein_coding 2 3 3 SDHB ENSG00000117118 +CDS chr1 17044761 17044888 ENST00000375499 protein_coding 8 1 2 SDHB ENSG00000117118 +CDS chr1 17044761 17044888 ENST00000491274 protein_coding 5 5 2 SDHB ENSG00000117118 +CDS chr1 17044761 17044789 ENST00000463045 protein_coding 2 3 2 SDHB ENSG00000117118 +CDS chr1 17045141 17045170 ENST00000491274 protein_coding 5 5 1 SDHB ENSG00000117118 +CDS chr1 17053948 17054019 ENST00000375499 protein_coding 8 1 1 SDHB ENSG00000117118 +transcript chr1 17066761 17119451 ENST00000375486 protein_coding 9 1 NA PADI2 ENSG00000117115 +CDS chr1 17069047 17069277 ENST00000375486 protein_coding 9 1 16 PADI2 ENSG00000117115 +CDS chr1 17070088 17070216 ENST00000375486 protein_coding 9 1 15 PADI2 ENSG00000117115 +CDS chr1 17071406 17071491 ENST00000375486 protein_coding 9 1 14 PADI2 ENSG00000117115 +CDS chr1 17074856 17074949 ENST00000375486 protein_coding 9 1 13 PADI2 ENSG00000117115 +CDS chr1 17075679 17075823 ENST00000375486 protein_coding 9 1 12 PADI2 ENSG00000117115 +transcript chr1 17079031 17119435 ENST00000375481 protein_coding 1 1 NA PADI2 ENSG00000117115 +CDS chr1 17079263 17079415 ENST00000375481 protein_coding 1 1 11 PADI2 ENSG00000117115 +CDS chr1 17079264 17079415 ENST00000375486 protein_coding 9 1 11 PADI2 ENSG00000117115 +CDS chr1 17082545 17082652 ENST00000375486 protein_coding 9 1 10 PADI2 ENSG00000117115 +CDS chr1 17082545 17082652 ENST00000375481 protein_coding 1 1 10 PADI2 ENSG00000117115 +CDS chr1 17083726 17083837 ENST00000375486 protein_coding 9 1 9 PADI2 ENSG00000117115 +CDS chr1 17083726 17083837 ENST00000375481 protein_coding 1 1 9 PADI2 ENSG00000117115 +CDS chr1 17084599 17084702 ENST00000375486 protein_coding 9 1 8 PADI2 ENSG00000117115 +CDS chr1 17084599 17084702 ENST00000375481 protein_coding 1 1 8 PADI2 ENSG00000117115 +CDS chr1 17086521 17086699 ENST00000375486 protein_coding 9 1 7 PADI2 ENSG00000117115 +CDS chr1 17086521 17086699 ENST00000375481 protein_coding 1 1 7 PADI2 ENSG00000117115 +CDS chr1 17092408 17092533 ENST00000375486 protein_coding 9 1 6 PADI2 ENSG00000117115 +CDS chr1 17092408 17092533 ENST00000375481 protein_coding 1 1 6 PADI2 ENSG00000117115 +CDS chr1 17093567 17093684 ENST00000375486 protein_coding 9 1 5 PADI2 ENSG00000117115 +CDS chr1 17093567 17093684 ENST00000375481 protein_coding 1 1 5 PADI2 ENSG00000117115 +CDS chr1 17095909 17095970 ENST00000375486 protein_coding 9 1 4 PADI2 ENSG00000117115 +CDS chr1 17095909 17095970 ENST00000375481 protein_coding 1 1 4 PADI2 ENSG00000117115 +CDS chr1 17102987 17103059 ENST00000375486 protein_coding 9 1 3 PADI2 ENSG00000117115 +CDS chr1 17102987 17103059 ENST00000375481 protein_coding 1 1 3 PADI2 ENSG00000117115 +CDS chr1 17104878 17105061 ENST00000375486 protein_coding 9 1 2 PADI2 ENSG00000117115 +CDS chr1 17104878 17105061 ENST00000375481 protein_coding 1 1 2 PADI2 ENSG00000117115 +CDS chr1 17119280 17119371 ENST00000375486 protein_coding 9 1 1 PADI2 ENSG00000117115 +CDS chr1 17119280 17119371 ENST00000375481 protein_coding 1 1 1 PADI2 ENSG00000117115 +transcript chr1 17205128 17246007 ENST00000375471 protein_coding 5 1 NA PADI1 ENSG00000142623 +CDS chr1 17205218 17205309 ENST00000375471 protein_coding 5 1 1 PADI1 ENSG00000142623 +CDS chr1 17222290 17222470 ENST00000375471 protein_coding 5 1 2 PADI1 ENSG00000142623 +CDS chr1 17223621 17223693 ENST00000375471 protein_coding 5 1 3 PADI1 ENSG00000142623 +CDS chr1 17224367 17224428 ENST00000375471 protein_coding 5 1 4 PADI1 ENSG00000142623 +CDS chr1 17225811 17225928 ENST00000375471 protein_coding 5 1 5 PADI1 ENSG00000142623 +CDS chr1 17226033 17226158 ENST00000375471 protein_coding 5 1 6 PADI1 ENSG00000142623 +CDS chr1 17228625 17228797 ENST00000375471 protein_coding 5 1 7 PADI1 ENSG00000142623 +CDS chr1 17228948 17229051 ENST00000375471 protein_coding 5 1 8 PADI1 ENSG00000142623 +CDS chr1 17230085 17230208 ENST00000375471 protein_coding 5 1 9 PADI1 ENSG00000142623 +CDS chr1 17230572 17230679 ENST00000375471 protein_coding 5 1 10 PADI1 ENSG00000142623 +CDS chr1 17232819 17232970 ENST00000375471 protein_coding 5 1 11 PADI1 ENSG00000142623 +CDS chr1 17237314 17237458 ENST00000375471 protein_coding 5 1 12 PADI1 ENSG00000142623 +CDS chr1 17238616 17238709 ENST00000375471 protein_coding 5 1 13 PADI1 ENSG00000142623 +CDS chr1 17239704 17239783 ENST00000375471 protein_coding 5 1 14 PADI1 ENSG00000142623 +CDS chr1 17240635 17240760 ENST00000375471 protein_coding 5 1 15 PADI1 ENSG00000142623 +CDS chr1 17244010 17244240 ENST00000375471 protein_coding 5 1 16 PADI1 ENSG00000142623 +transcript chr1 17249098 17284233 ENST00000375460 protein_coding 3 1 NA PADI3 ENSG00000142619 +CDS chr1 17249138 17249229 ENST00000375460 protein_coding 3 1 1 PADI3 ENSG00000142619 +CDS chr1 17259578 17259758 ENST00000375460 protein_coding 3 1 2 PADI3 ENSG00000142619 +CDS chr1 17262133 17262205 ENST00000375460 protein_coding 3 1 3 PADI3 ENSG00000142619 +CDS chr1 17265659 17265720 ENST00000375460 protein_coding 3 1 4 PADI3 ENSG00000142619 +CDS chr1 17266719 17266836 ENST00000375460 protein_coding 3 1 5 PADI3 ENSG00000142619 +CDS chr1 17267837 17267962 ENST00000375460 protein_coding 3 1 6 PADI3 ENSG00000142619 +CDS chr1 17270233 17270411 ENST00000375460 protein_coding 3 1 7 PADI3 ENSG00000142619 +CDS chr1 17270879 17270982 ENST00000375460 protein_coding 3 1 8 PADI3 ENSG00000142619 +CDS chr1 17271067 17271178 ENST00000375460 protein_coding 3 1 9 PADI3 ENSG00000142619 +CDS chr1 17273340 17273447 ENST00000375460 protein_coding 3 1 10 PADI3 ENSG00000142619 +CDS chr1 17274635 17274786 ENST00000375460 protein_coding 3 1 11 PADI3 ENSG00000142619 +CDS chr1 17276519 17276663 ENST00000375460 protein_coding 3 1 12 PADI3 ENSG00000142619 +CDS chr1 17276774 17276876 ENST00000375460 protein_coding 3 1 13 PADI3 ENSG00000142619 +CDS chr1 17280350 17280429 ENST00000375460 protein_coding 3 1 14 PADI3 ENSG00000142619 +CDS chr1 17280671 17280796 ENST00000375460 protein_coding 3 1 15 PADI3 ENSG00000142619 +CDS chr1 17282846 17283076 ENST00000375460 protein_coding 3 1 16 PADI3 ENSG00000142619 +transcript chr1 17308195 17334796 ENST00000375453 protein_coding 5 2 NA PADI4 ENSG00000159339 +transcript chr1 17308197 17364004 ENST00000375448 protein_coding 4 1 NA PADI4 ENSG00000159339 +CDS chr1 17308223 17308314 ENST00000375453 protein_coding 5 2 1 PADI4 ENSG00000159339 +CDS chr1 17308223 17308314 ENST00000375448 protein_coding 4 1 1 PADI4 ENSG00000159339 +CDS chr1 17330969 17331149 ENST00000375453 protein_coding 5 2 2 PADI4 ENSG00000159339 +CDS chr1 17330969 17331149 ENST00000375448 protein_coding 4 1 2 PADI4 ENSG00000159339 +CDS chr1 17333943 17334009 ENST00000375453 protein_coding 5 2 3 PADI4 ENSG00000159339 +CDS chr1 17333943 17334009 ENST00000375448 protein_coding 4 1 3 PADI4 ENSG00000159339 +CDS chr1 17334324 17334364 ENST00000375453 protein_coding 5 2 4 PADI4 ENSG00000159339 +CDS chr1 17336159 17336226 ENST00000375448 protein_coding 4 1 4 PADI4 ENSG00000159339 +CDS chr1 17338038 17338155 ENST00000375448 protein_coding 4 1 5 PADI4 ENSG00000159339 +CDS chr1 17339688 17339813 ENST00000375448 protein_coding 4 1 6 PADI4 ENSG00000159339 +CDS chr1 17341943 17342121 ENST00000375448 protein_coding 4 1 7 PADI4 ENSG00000159339 +CDS chr1 17342299 17342402 ENST00000375448 protein_coding 4 1 8 PADI4 ENSG00000159339 +CDS chr1 17346028 17346139 ENST00000375448 protein_coding 4 1 9 PADI4 ENSG00000159339 +CDS chr1 17347941 17348048 ENST00000375448 protein_coding 4 1 10 PADI4 ENSG00000159339 +CDS chr1 17354533 17354687 ENST00000375448 protein_coding 4 1 11 PADI4 ENSG00000159339 +CDS chr1 17355983 17356127 ENST00000375448 protein_coding 4 1 12 PADI4 ENSG00000159339 +CDS chr1 17356357 17356459 ENST00000375448 protein_coding 4 1 13 PADI4 ENSG00000159339 +CDS chr1 17358838 17358908 ENST00000375448 protein_coding 4 1 14 PADI4 ENSG00000159339 +CDS chr1 17359280 17359408 ENST00000375448 protein_coding 4 1 15 PADI4 ENSG00000159339 +CDS chr1 17363522 17363752 ENST00000375448 protein_coding 4 1 16 PADI4 ENSG00000159339 +transcript chr1 17372196 17401699 ENST00000619609 protein_coding 1 1 NA PADI6 ENSG00000276747 +CDS chr1 17372246 17372361 ENST00000619609 protein_coding 1 1 1 PADI6 ENSG00000276747 +CDS chr1 17373056 17373233 ENST00000619609 protein_coding 1 1 2 PADI6 ENSG00000276747 +CDS chr1 17375427 17375499 ENST00000619609 protein_coding 1 1 3 PADI6 ENSG00000276747 +CDS chr1 17379920 17379987 ENST00000619609 protein_coding 1 1 4 PADI6 ENSG00000276747 +CDS chr1 17381047 17381164 ENST00000619609 protein_coding 1 1 5 PADI6 ENSG00000276747 +CDS chr1 17381967 17382092 ENST00000619609 protein_coding 1 1 6 PADI6 ENSG00000276747 +CDS chr1 17388381 17388559 ENST00000619609 protein_coding 1 1 7 PADI6 ENSG00000276747 +CDS chr1 17388777 17388880 ENST00000619609 protein_coding 1 1 8 PADI6 ENSG00000276747 +CDS chr1 17392114 17392225 ENST00000619609 protein_coding 1 1 9 PADI6 ENSG00000276747 +CDS chr1 17393975 17394082 ENST00000619609 protein_coding 1 1 10 PADI6 ENSG00000276747 +CDS chr1 17394300 17394454 ENST00000619609 protein_coding 1 1 11 PADI6 ENSG00000276747 +CDS chr1 17394951 17395107 ENST00000619609 protein_coding 1 1 12 PADI6 ENSG00000276747 +CDS chr1 17395540 17395663 ENST00000619609 protein_coding 1 1 13 PADI6 ENSG00000276747 +CDS chr1 17397071 17397141 ENST00000619609 protein_coding 1 1 14 PADI6 ENSG00000276747 +CDS chr1 17398686 17398847 ENST00000619609 protein_coding 1 1 15 PADI6 ENSG00000276747 +CDS chr1 17401205 17401435 ENST00000619609 protein_coding 1 1 16 PADI6 ENSG00000276747 +transcript chr1 17406760 17439677 ENST00000375436 protein_coding 9 1 NA RCC2 ENSG00000179051 +transcript chr1 17408676 17438561 ENST00000375433 protein_coding 3 1 NA RCC2 ENSG00000179051 +CDS chr1 17409093 17409194 ENST00000375436 protein_coding 9 1 13 RCC2 ENSG00000179051 +CDS chr1 17409093 17409194 ENST00000375433 protein_coding 3 1 12 RCC2 ENSG00000179051 +CDS chr1 17409974 17410051 ENST00000375436 protein_coding 9 1 12 RCC2 ENSG00000179051 +CDS chr1 17409974 17410051 ENST00000375433 protein_coding 3 1 11 RCC2 ENSG00000179051 +CDS chr1 17412122 17412194 ENST00000375436 protein_coding 9 1 11 RCC2 ENSG00000179051 +CDS chr1 17412122 17412194 ENST00000375433 protein_coding 3 1 10 RCC2 ENSG00000179051 +CDS chr1 17413073 17413178 ENST00000375436 protein_coding 9 1 10 RCC2 ENSG00000179051 +CDS chr1 17413073 17413178 ENST00000375433 protein_coding 3 1 9 RCC2 ENSG00000179051 +CDS chr1 17413537 17413717 ENST00000375436 protein_coding 9 1 9 RCC2 ENSG00000179051 +CDS chr1 17413537 17413717 ENST00000375433 protein_coding 3 1 8 RCC2 ENSG00000179051 +CDS chr1 17416480 17416646 ENST00000375436 protein_coding 9 1 8 RCC2 ENSG00000179051 +CDS chr1 17416480 17416646 ENST00000375433 protein_coding 3 1 7 RCC2 ENSG00000179051 +CDS chr1 17420714 17420828 ENST00000375436 protein_coding 9 1 7 RCC2 ENSG00000179051 +CDS chr1 17420714 17420828 ENST00000375433 protein_coding 3 1 6 RCC2 ENSG00000179051 +CDS chr1 17422203 17422291 ENST00000375436 protein_coding 9 1 6 RCC2 ENSG00000179051 +CDS chr1 17422203 17422291 ENST00000375433 protein_coding 3 1 5 RCC2 ENSG00000179051 +CDS chr1 17422705 17422836 ENST00000375436 protein_coding 9 1 5 RCC2 ENSG00000179051 +CDS chr1 17422705 17422836 ENST00000375433 protein_coding 3 1 4 RCC2 ENSG00000179051 +CDS chr1 17425541 17425684 ENST00000375436 protein_coding 9 1 4 RCC2 ENSG00000179051 +CDS chr1 17425541 17425684 ENST00000375433 protein_coding 3 1 3 RCC2 ENSG00000179051 +CDS chr1 17429106 17429199 ENST00000375436 protein_coding 9 1 3 RCC2 ENSG00000179051 +CDS chr1 17429106 17429199 ENST00000375433 protein_coding 3 1 2 RCC2 ENSG00000179051 +CDS chr1 17438230 17438514 ENST00000375436 protein_coding 9 1 2 RCC2 ENSG00000179051 +CDS chr1 17438230 17438514 ENST00000375433 protein_coding 3 1 1 RCC2 ENSG00000179051 +transcript chr1 17539698 17697869 ENST00000361221 protein_coding 8 1 NA ARHGEF10L ENSG00000074964 +transcript chr1 17580553 17697649 ENST00000375415 protein_coding 5 1 NA ARHGEF10L ENSG00000074964 +CDS chr1 17580596 17580632 ENST00000361221 protein_coding 8 1 2 ARHGEF10L ENSG00000074964 +CDS chr1 17580596 17580632 ENST00000375415 protein_coding 5 1 1 ARHGEF10L ENSG00000074964 +CDS chr1 17587460 17587645 ENST00000361221 protein_coding 8 1 3 ARHGEF10L ENSG00000074964 +CDS chr1 17587460 17587645 ENST00000375415 protein_coding 5 1 2 ARHGEF10L ENSG00000074964 +CDS chr1 17588446 17588479 ENST00000361221 protein_coding 8 1 4 ARHGEF10L ENSG00000074964 +CDS chr1 17588446 17588479 ENST00000375415 protein_coding 5 1 3 ARHGEF10L ENSG00000074964 +CDS chr1 17602127 17602218 ENST00000361221 protein_coding 8 1 5 ARHGEF10L ENSG00000074964 +CDS chr1 17602127 17602218 ENST00000375415 protein_coding 5 1 4 ARHGEF10L ENSG00000074964 +CDS chr1 17603508 17603591 ENST00000361221 protein_coding 8 1 6 ARHGEF10L ENSG00000074964 +CDS chr1 17603508 17603591 ENST00000375415 protein_coding 5 1 5 ARHGEF10L ENSG00000074964 +CDS chr1 17607802 17607977 ENST00000361221 protein_coding 8 1 7 ARHGEF10L ENSG00000074964 +CDS chr1 17607802 17607977 ENST00000375415 protein_coding 5 1 6 ARHGEF10L ENSG00000074964 +CDS chr1 17613058 17613174 ENST00000361221 protein_coding 8 1 8 ARHGEF10L ENSG00000074964 +CDS chr1 17616094 17616202 ENST00000361221 protein_coding 8 1 9 ARHGEF10L ENSG00000074964 +CDS chr1 17616094 17616202 ENST00000375415 protein_coding 5 1 7 ARHGEF10L ENSG00000074964 +transcript chr1 17618316 17697868 ENST00000375408 protein_coding 7 5 NA ARHGEF10L ENSG00000074964 +CDS chr1 17618354 17618522 ENST00000375408 protein_coding 7 5 1 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000361221 protein_coding 8 1 10 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000375415 protein_coding 5 1 8 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000375408 protein_coding 7 5 2 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000361221 protein_coding 8 1 11 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000375415 protein_coding 5 1 9 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000375408 protein_coding 7 5 3 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000361221 protein_coding 8 1 12 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000375415 protein_coding 5 1 10 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000375408 protein_coding 7 5 4 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000361221 protein_coding 8 1 13 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000375415 protein_coding 5 1 11 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000375408 protein_coding 7 5 5 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000361221 protein_coding 8 1 14 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000375415 protein_coding 5 1 12 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000375408 protein_coding 7 5 6 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000361221 protein_coding 8 1 15 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000375415 protein_coding 5 1 13 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000375408 protein_coding 7 5 7 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000361221 protein_coding 8 1 16 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000375415 protein_coding 5 1 14 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000375408 protein_coding 7 5 8 ARHGEF10L ENSG00000074964 +CDS chr1 17634548 17634562 ENST00000361221 protein_coding 8 1 17 ARHGEF10L ENSG00000074964 +CDS chr1 17634548 17634562 ENST00000375415 protein_coding 5 1 15 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000361221 protein_coding 8 1 18 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000375415 protein_coding 5 1 16 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000375408 protein_coding 7 5 9 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000361221 protein_coding 8 1 19 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000375415 protein_coding 5 1 17 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000375408 protein_coding 7 5 10 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000361221 protein_coding 8 1 20 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000375415 protein_coding 5 1 18 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000375408 protein_coding 7 5 11 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000361221 protein_coding 8 1 21 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000375415 protein_coding 5 1 19 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000375408 protein_coding 7 5 12 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000361221 protein_coding 8 1 22 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000375415 protein_coding 5 1 20 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000375408 protein_coding 7 5 13 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000361221 protein_coding 8 1 23 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000375415 protein_coding 5 1 21 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000375408 protein_coding 7 5 14 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000361221 protein_coding 8 1 24 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000375415 protein_coding 5 1 22 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000375408 protein_coding 7 5 15 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000361221 protein_coding 8 1 25 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000375415 protein_coding 5 1 23 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000375408 protein_coding 7 5 16 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000361221 protein_coding 8 1 26 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000375415 protein_coding 5 1 24 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000375408 protein_coding 7 5 17 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000361221 protein_coding 8 1 27 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000375415 protein_coding 5 1 25 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000375408 protein_coding 7 5 18 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000361221 protein_coding 8 1 28 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000375415 protein_coding 5 1 26 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000375408 protein_coding 7 5 19 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000361221 protein_coding 8 1 29 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000375415 protein_coding 5 1 27 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000375408 protein_coding 7 5 20 ARHGEF10L ENSG00000074964 +transcript chr1 17755333 17827063 ENST00000375406 protein_coding 2 1 NA ACTL8 ENSG00000117148 +transcript chr1 17822982 17827061 ENST00000617065 protein_coding 1 2 NA ACTL8 ENSG00000117148 +CDS chr1 17823009 17823356 ENST00000375406 protein_coding 2 1 2 ACTL8 ENSG00000117148 +CDS chr1 17823009 17823356 ENST00000617065 protein_coding 1 2 1 ACTL8 ENSG00000117148 +CDS chr1 17825767 17826516 ENST00000375406 protein_coding 2 1 3 ACTL8 ENSG00000117148 +CDS chr1 17825767 17826516 ENST00000617065 protein_coding 1 2 2 ACTL8 ENSG00000117148 +transcript chr1 18107798 18378483 ENST00000251296 protein_coding 4 1 NA IGSF21 ENSG00000117154 +CDS chr1 18108129 18108198 ENST00000251296 protein_coding 4 1 1 IGSF21 ENSG00000117154 +CDS chr1 18227898 18228010 ENST00000251296 protein_coding 4 1 2 IGSF21 ENSG00000117154 +CDS chr1 18291866 18291987 ENST00000251296 protein_coding 4 1 3 IGSF21 ENSG00000117154 +CDS chr1 18334892 18335010 ENST00000251296 protein_coding 4 1 4 IGSF21 ENSG00000117154 +CDS chr1 18362115 18362230 ENST00000251296 protein_coding 4 1 5 IGSF21 ENSG00000117154 +CDS chr1 18365223 18365697 ENST00000251296 protein_coding 4 1 6 IGSF21 ENSG00000117154 +CDS chr1 18376310 18376395 ENST00000251296 protein_coding 4 1 7 IGSF21 ENSG00000117154 +CDS chr1 18376800 18376992 ENST00000251296 protein_coding 4 1 8 IGSF21 ENSG00000117154 +CDS chr1 18377393 18377431 ENST00000251296 protein_coding 4 1 9 IGSF21 ENSG00000117154 +CDS chr1 18378256 18378323 ENST00000251296 protein_coding 4 1 10 IGSF21 ENSG00000117154 +transcript chr1 18480930 18485974 ENST00000400664 protein_coding 3 NA NA KLHDC7A ENSG00000179023 +CDS chr1 18480982 18483312 ENST00000400664 protein_coding 3 NA 1 KLHDC7A ENSG00000179023 +transcript chr1 18630846 18748866 ENST00000420770 protein_coding 7 1 NA PAX7 ENSG00000009709 +transcript chr1 18631006 18736138 ENST00000375375 protein_coding 7 1 NA PAX7 ENSG00000009709 +transcript chr1 18631524 18736102 ENST00000400661 protein_coding 3 1 NA PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000420770 protein_coding 7 1 1 PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000375375 protein_coding 7 1 1 PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000400661 protein_coding 3 1 1 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000420770 protein_coding 7 1 2 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000375375 protein_coding 7 1 2 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000400661 protein_coding 3 1 2 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000420770 protein_coding 7 1 3 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000375375 protein_coding 7 1 3 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000400661 protein_coding 3 1 3 PAX7 ENSG00000009709 +CDS chr1 18636237 18636371 ENST00000420770 protein_coding 7 1 4 PAX7 ENSG00000009709 +CDS chr1 18636237 18636371 ENST00000375375 protein_coding 7 1 4 PAX7 ENSG00000009709 +CDS chr1 18636243 18636371 ENST00000400661 protein_coding 3 1 4 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000420770 protein_coding 7 1 5 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000375375 protein_coding 7 1 5 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000400661 protein_coding 3 1 5 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000420770 protein_coding 7 1 6 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000375375 protein_coding 7 1 6 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000400661 protein_coding 3 1 6 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000420770 protein_coding 7 1 7 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000375375 protein_coding 7 1 7 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000400661 protein_coding 3 1 7 PAX7 ENSG00000009709 +CDS chr1 18735632 18735878 ENST00000420770 protein_coding 7 1 8 PAX7 ENSG00000009709 +CDS chr1 18735632 18736036 ENST00000375375 protein_coding 7 1 8 PAX7 ENSG00000009709 +CDS chr1 18735632 18736036 ENST00000400661 protein_coding 3 1 8 PAX7 ENSG00000009709 +CDS chr1 18744814 18744926 ENST00000420770 protein_coding 7 1 9 PAX7 ENSG00000009709 +transcript chr1 18839599 18859682 ENST00000375371 protein_coding 3 2 NA TAS1R2 ENSG00000179002 +CDS chr1 18839602 18840527 ENST00000375371 protein_coding 3 2 6 TAS1R2 ENSG00000179002 +CDS chr1 18841729 18841852 ENST00000375371 protein_coding 3 2 5 TAS1R2 ENSG00000179002 +CDS chr1 18849341 18849550 ENST00000375371 protein_coding 3 2 4 TAS1R2 ENSG00000179002 +CDS chr1 18854213 18854986 ENST00000375371 protein_coding 3 2 3 TAS1R2 ENSG00000179002 +CDS chr1 18857331 18857631 ENST00000375371 protein_coding 3 2 2 TAS1R2 ENSG00000179002 +CDS chr1 18859479 18859660 ENST00000375371 protein_coding 3 2 1 TAS1R2 ENSG00000179002 +transcript chr1 18871430 18902553 ENST00000290597 protein_coding 9 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18871430 18902555 ENST00000375341 protein_coding 8 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18871432 18902528 ENST00000538839 protein_coding 5 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18872733 18890891 ENST00000538309 protein_coding 5 2 NA ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000290597 protein_coding 9 1 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000375341 protein_coding 8 1 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000538309 protein_coding 5 2 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000538839 protein_coding 5 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000290597 protein_coding 9 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000375341 protein_coding 8 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000538309 protein_coding 5 2 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000538839 protein_coding 5 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000290597 protein_coding 9 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000375341 protein_coding 8 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000538309 protein_coding 5 2 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000538839 protein_coding 5 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000290597 protein_coding 9 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000375341 protein_coding 8 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000538309 protein_coding 5 2 12 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000290597 protein_coding 9 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000375341 protein_coding 8 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000538309 protein_coding 5 2 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000538839 protein_coding 5 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000290597 protein_coding 9 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000375341 protein_coding 8 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000538309 protein_coding 5 2 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000538839 protein_coding 5 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000290597 protein_coding 9 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000375341 protein_coding 8 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000538309 protein_coding 5 2 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000538839 protein_coding 5 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000290597 protein_coding 9 1 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000375341 protein_coding 8 1 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000538309 protein_coding 5 2 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000538839 protein_coding 5 1 8 ALDH4A1 ENSG00000159423 +transcript chr1 18883111 18902724 ENST00000432718 protein_coding 1 3 NA ALDH4A1 ENSG00000159423 +CDS chr1 18883111 18883198 ENST00000432718 protein_coding 1 3 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000290597 protein_coding 9 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000375341 protein_coding 8 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000538309 protein_coding 5 2 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000538839 protein_coding 5 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000290597 protein_coding 9 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000375341 protein_coding 8 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000538309 protein_coding 5 2 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000432718 protein_coding 1 3 5 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000538839 protein_coding 5 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000290597 protein_coding 9 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000375341 protein_coding 8 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000538309 protein_coding 5 2 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000432718 protein_coding 1 3 4 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000538839 protein_coding 5 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000290597 protein_coding 9 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000375341 protein_coding 8 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000538309 protein_coding 5 2 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000538839 protein_coding 5 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000290597 protein_coding 9 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000375341 protein_coding 8 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889430 ENST00000538309 protein_coding 5 2 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000432718 protein_coding 1 3 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000538839 protein_coding 5 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000290597 protein_coding 9 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000375341 protein_coding 8 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000432718 protein_coding 1 3 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000538839 protein_coding 5 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000290597 protein_coding 9 1 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000375341 protein_coding 8 1 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000432718 protein_coding 1 3 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000538839 protein_coding 5 1 1 ALDH4A1 ENSG00000159423 +transcript chr1 18904280 18956676 ENST00000455833 protein_coding 7 5 NA IFFO2 ENSG00000169991 +transcript chr1 18908291 18911992 ENST00000355609 protein_coding 8 5 NA IFFO2 ENSG00000169991 +transcript chr1 18908340 18955698 ENST00000416166 protein_coding 1 3 NA IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000455833 protein_coding 7 5 9 IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000355609 protein_coding 8 5 3 IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000416166 protein_coding 1 3 8 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000455833 protein_coding 7 5 8 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000355609 protein_coding 8 5 2 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000416166 protein_coding 1 3 7 IFFO2 ENSG00000169991 +CDS chr1 18911384 18911476 ENST00000455833 protein_coding 7 5 7 IFFO2 ENSG00000169991 +CDS chr1 18911384 18911476 ENST00000416166 protein_coding 1 3 6 IFFO2 ENSG00000169991 +CDS chr1 18911963 18912083 ENST00000455833 protein_coding 7 5 6 IFFO2 ENSG00000169991 +CDS chr1 18911963 18911992 ENST00000355609 protein_coding 8 5 1 IFFO2 ENSG00000169991 +CDS chr1 18911963 18912083 ENST00000416166 protein_coding 1 3 5 IFFO2 ENSG00000169991 +CDS chr1 18916903 18917042 ENST00000455833 protein_coding 7 5 5 IFFO2 ENSG00000169991 +CDS chr1 18916903 18917042 ENST00000416166 protein_coding 1 3 4 IFFO2 ENSG00000169991 +CDS chr1 18918362 18918502 ENST00000455833 protein_coding 7 5 4 IFFO2 ENSG00000169991 +CDS chr1 18919678 18919773 ENST00000455833 protein_coding 7 5 3 IFFO2 ENSG00000169991 +CDS chr1 18919678 18919773 ENST00000416166 protein_coding 1 3 3 IFFO2 ENSG00000169991 +CDS chr1 18921061 18921121 ENST00000455833 protein_coding 7 5 2 IFFO2 ENSG00000169991 +CDS chr1 18921061 18921121 ENST00000416166 protein_coding 1 3 2 IFFO2 ENSG00000169991 +CDS chr1 18955668 18956332 ENST00000455833 protein_coding 7 5 1 IFFO2 ENSG00000169991 +CDS chr1 18955668 18955698 ENST00000416166 protein_coding 1 3 1 IFFO2 ENSG00000169991 +transcript chr1 19074510 19082240 ENST00000375225 protein_coding 7 2 NA UBR4 ENSG00000127481 +transcript chr1 19074510 19210266 ENST00000375254 protein_coding 8 1 NA UBR4 ENSG00000127481 +transcript chr1 19074514 19104916 ENST00000375224 protein_coding 1 2 NA UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375225 protein_coding 7 2 4 UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375254 protein_coding 8 1 106 UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375224 protein_coding 1 2 21 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375225 protein_coding 7 2 3 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375254 protein_coding 8 1 105 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375224 protein_coding 1 2 20 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375225 protein_coding 7 2 2 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375254 protein_coding 8 1 104 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375224 protein_coding 1 2 19 UBR4 ENSG00000127481 +CDS chr1 19081349 19081806 ENST00000375225 protein_coding 7 2 1 UBR4 ENSG00000127481 +CDS chr1 19081349 19081573 ENST00000375254 protein_coding 8 1 103 UBR4 ENSG00000127481 +CDS chr1 19081349 19081573 ENST00000375224 protein_coding 1 2 18 UBR4 ENSG00000127481 +CDS chr1 19084504 19084698 ENST00000375254 protein_coding 8 1 102 UBR4 ENSG00000127481 +CDS chr1 19084504 19084698 ENST00000375224 protein_coding 1 2 17 UBR4 ENSG00000127481 +CDS chr1 19086145 19086270 ENST00000375254 protein_coding 8 1 101 UBR4 ENSG00000127481 +CDS chr1 19086145 19086270 ENST00000375224 protein_coding 1 2 16 UBR4 ENSG00000127481 +CDS chr1 19086679 19086821 ENST00000375254 protein_coding 8 1 100 UBR4 ENSG00000127481 +CDS chr1 19086679 19086821 ENST00000375224 protein_coding 1 2 15 UBR4 ENSG00000127481 +CDS chr1 19087816 19087929 ENST00000375254 protein_coding 8 1 99 UBR4 ENSG00000127481 +CDS chr1 19087816 19087929 ENST00000375224 protein_coding 1 2 14 UBR4 ENSG00000127481 +CDS chr1 19088759 19088977 ENST00000375254 protein_coding 8 1 98 UBR4 ENSG00000127481 +CDS chr1 19088759 19088977 ENST00000375224 protein_coding 1 2 13 UBR4 ENSG00000127481 +CDS chr1 19092819 19092918 ENST00000375254 protein_coding 8 1 97 UBR4 ENSG00000127481 +CDS chr1 19092819 19092918 ENST00000375224 protein_coding 1 2 12 UBR4 ENSG00000127481 +CDS chr1 19093313 19093486 ENST00000375254 protein_coding 8 1 96 UBR4 ENSG00000127481 +CDS chr1 19093313 19093486 ENST00000375224 protein_coding 1 2 11 UBR4 ENSG00000127481 +CDS chr1 19093949 19094139 ENST00000375254 protein_coding 8 1 95 UBR4 ENSG00000127481 +CDS chr1 19093949 19094139 ENST00000375224 protein_coding 1 2 10 UBR4 ENSG00000127481 +CDS chr1 19094906 19095025 ENST00000375254 protein_coding 8 1 94 UBR4 ENSG00000127481 +CDS chr1 19094906 19095025 ENST00000375224 protein_coding 1 2 9 UBR4 ENSG00000127481 +CDS chr1 19095545 19095652 ENST00000375254 protein_coding 8 1 93 UBR4 ENSG00000127481 +CDS chr1 19095545 19095652 ENST00000375224 protein_coding 1 2 8 UBR4 ENSG00000127481 +CDS chr1 19096523 19096650 ENST00000375254 protein_coding 8 1 92 UBR4 ENSG00000127481 +CDS chr1 19096523 19096650 ENST00000375224 protein_coding 1 2 7 UBR4 ENSG00000127481 +CDS chr1 19097193 19097280 ENST00000375254 protein_coding 8 1 91 UBR4 ENSG00000127481 +CDS chr1 19097193 19097280 ENST00000375224 protein_coding 1 2 6 UBR4 ENSG00000127481 +CDS chr1 19099597 19099677 ENST00000375254 protein_coding 8 1 90 UBR4 ENSG00000127481 +CDS chr1 19099597 19099677 ENST00000375224 protein_coding 1 2 5 UBR4 ENSG00000127481 +CDS chr1 19100376 19100573 ENST00000375254 protein_coding 8 1 89 UBR4 ENSG00000127481 +CDS chr1 19100376 19100573 ENST00000375224 protein_coding 1 2 4 UBR4 ENSG00000127481 +CDS chr1 19101520 19101641 ENST00000375254 protein_coding 8 1 88 UBR4 ENSG00000127481 +CDS chr1 19101520 19101641 ENST00000375224 protein_coding 1 2 3 UBR4 ENSG00000127481 +CDS chr1 19104084 19104257 ENST00000375254 protein_coding 8 1 87 UBR4 ENSG00000127481 +CDS chr1 19104084 19104105 ENST00000375224 protein_coding 1 2 2 UBR4 ENSG00000127481 +CDS chr1 19104585 19104666 ENST00000375254 protein_coding 8 1 86 UBR4 ENSG00000127481 +CDS chr1 19105048 19105189 ENST00000375254 protein_coding 8 1 85 UBR4 ENSG00000127481 +CDS chr1 19105733 19105842 ENST00000375254 protein_coding 8 1 84 UBR4 ENSG00000127481 +CDS chr1 19106569 19106726 ENST00000375254 protein_coding 8 1 83 UBR4 ENSG00000127481 +CDS chr1 19106837 19106966 ENST00000375254 protein_coding 8 1 82 UBR4 ENSG00000127481 +CDS chr1 19110096 19110223 ENST00000375254 protein_coding 8 1 81 UBR4 ENSG00000127481 +CDS chr1 19110380 19110464 ENST00000375254 protein_coding 8 1 80 UBR4 ENSG00000127481 +CDS chr1 19110742 19110832 ENST00000375254 protein_coding 8 1 79 UBR4 ENSG00000127481 +transcript chr1 19111640 19118849 ENST00000375218 protein_coding 3 2 NA UBR4 ENSG00000127481 +CDS chr1 19112524 19112867 ENST00000375254 protein_coding 8 1 78 UBR4 ENSG00000127481 +CDS chr1 19113699 19113827 ENST00000375254 protein_coding 8 1 77 UBR4 ENSG00000127481 +CDS chr1 19113882 19114070 ENST00000375218 protein_coding 3 2 5 UBR4 ENSG00000127481 +CDS chr1 19113945 19114070 ENST00000375254 protein_coding 8 1 76 UBR4 ENSG00000127481 +CDS chr1 19114811 19114949 ENST00000375254 protein_coding 8 1 75 UBR4 ENSG00000127481 +CDS chr1 19114811 19114949 ENST00000375218 protein_coding 3 2 4 UBR4 ENSG00000127481 +CDS chr1 19115398 19115637 ENST00000375254 protein_coding 8 1 74 UBR4 ENSG00000127481 +CDS chr1 19115398 19115637 ENST00000375218 protein_coding 3 2 3 UBR4 ENSG00000127481 +CDS chr1 19117221 19117414 ENST00000375254 protein_coding 8 1 73 UBR4 ENSG00000127481 +CDS chr1 19117221 19117288 ENST00000375218 protein_coding 3 2 2 UBR4 ENSG00000127481 +CDS chr1 19117823 19117910 ENST00000375254 protein_coding 8 1 72 UBR4 ENSG00000127481 +CDS chr1 19118872 19118957 ENST00000375254 protein_coding 8 1 71 UBR4 ENSG00000127481 +CDS chr1 19119557 19119701 ENST00000375254 protein_coding 8 1 70 UBR4 ENSG00000127481 +CDS chr1 19120180 19120348 ENST00000375254 protein_coding 8 1 69 UBR4 ENSG00000127481 +CDS chr1 19121189 19121434 ENST00000375254 protein_coding 8 1 68 UBR4 ENSG00000127481 +transcript chr1 19121200 19151700 ENST00000425413 protein_coding 5 2 NA UBR4 ENSG00000127481 +CDS chr1 19121200 19121434 ENST00000425413 protein_coding 5 2 21 UBR4 ENSG00000127481 +transcript chr1 19121213 19168055 ENST00000417040 protein_coding 1 5 NA UBR4 ENSG00000127481 +CDS chr1 19121213 19121434 ENST00000417040 protein_coding 1 5 41 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000375254 protein_coding 8 1 67 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000425413 protein_coding 5 2 20 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000417040 protein_coding 1 5 40 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000375254 protein_coding 8 1 66 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000425413 protein_coding 5 2 19 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000417040 protein_coding 1 5 39 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000375254 protein_coding 8 1 65 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000425413 protein_coding 5 2 18 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000417040 protein_coding 1 5 38 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000375254 protein_coding 8 1 64 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000425413 protein_coding 5 2 17 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000417040 protein_coding 1 5 37 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000375254 protein_coding 8 1 63 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000425413 protein_coding 5 2 16 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000417040 protein_coding 1 5 36 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000375254 protein_coding 8 1 62 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000425413 protein_coding 5 2 15 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000417040 protein_coding 1 5 35 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000375254 protein_coding 8 1 61 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000425413 protein_coding 5 2 14 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000417040 protein_coding 1 5 34 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000375254 protein_coding 8 1 60 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000425413 protein_coding 5 2 13 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000417040 protein_coding 1 5 33 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000375254 protein_coding 8 1 59 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000425413 protein_coding 5 2 12 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000417040 protein_coding 1 5 32 UBR4 ENSG00000127481 +CDS chr1 19140788 19140892 ENST00000375254 protein_coding 8 1 58 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000375254 protein_coding 8 1 57 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000425413 protein_coding 5 2 11 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000417040 protein_coding 1 5 31 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000375254 protein_coding 8 1 56 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000425413 protein_coding 5 2 10 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000417040 protein_coding 1 5 30 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000375254 protein_coding 8 1 55 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000425413 protein_coding 5 2 9 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000417040 protein_coding 1 5 29 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000375254 protein_coding 8 1 54 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000425413 protein_coding 5 2 8 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000417040 protein_coding 1 5 28 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000375254 protein_coding 8 1 53 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000425413 protein_coding 5 2 7 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000417040 protein_coding 1 5 27 UBR4 ENSG00000127481 +CDS chr1 19146023 19146106 ENST00000425413 protein_coding 5 2 6 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000375254 protein_coding 8 1 52 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000425413 protein_coding 5 2 5 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000417040 protein_coding 1 5 26 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000375254 protein_coding 8 1 51 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000425413 protein_coding 5 2 4 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000417040 protein_coding 1 5 25 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000375254 protein_coding 8 1 50 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000425413 protein_coding 5 2 3 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000417040 protein_coding 1 5 24 UBR4 ENSG00000127481 +CDS chr1 19149763 19149795 ENST00000417040 protein_coding 1 5 23 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000375254 protein_coding 8 1 49 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000425413 protein_coding 5 2 2 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000417040 protein_coding 1 5 22 UBR4 ENSG00000127481 +CDS chr1 19151643 19151859 ENST00000375254 protein_coding 8 1 48 UBR4 ENSG00000127481 +CDS chr1 19151643 19151700 ENST00000425413 protein_coding 5 2 1 UBR4 ENSG00000127481 +CDS chr1 19151643 19151859 ENST00000417040 protein_coding 1 5 21 UBR4 ENSG00000127481 +CDS chr1 19152313 19152476 ENST00000375254 protein_coding 8 1 47 UBR4 ENSG00000127481 +CDS chr1 19152313 19152476 ENST00000417040 protein_coding 1 5 20 UBR4 ENSG00000127481 +CDS chr1 19153301 19153502 ENST00000375254 protein_coding 8 1 46 UBR4 ENSG00000127481 +CDS chr1 19153301 19153502 ENST00000417040 protein_coding 1 5 19 UBR4 ENSG00000127481 +CDS chr1 19153768 19153939 ENST00000375254 protein_coding 8 1 45 UBR4 ENSG00000127481 +CDS chr1 19153768 19153939 ENST00000417040 protein_coding 1 5 18 UBR4 ENSG00000127481 +CDS chr1 19154918 19155075 ENST00000375254 protein_coding 8 1 44 UBR4 ENSG00000127481 +CDS chr1 19154918 19155075 ENST00000417040 protein_coding 1 5 17 UBR4 ENSG00000127481 +CDS chr1 19155441 19155668 ENST00000375254 protein_coding 8 1 43 UBR4 ENSG00000127481 +CDS chr1 19155441 19155668 ENST00000417040 protein_coding 1 5 16 UBR4 ENSG00000127481 +CDS chr1 19156271 19156423 ENST00000375254 protein_coding 8 1 42 UBR4 ENSG00000127481 +CDS chr1 19156271 19156423 ENST00000417040 protein_coding 1 5 15 UBR4 ENSG00000127481 +CDS chr1 19156767 19156925 ENST00000375254 protein_coding 8 1 41 UBR4 ENSG00000127481 +CDS chr1 19156767 19156925 ENST00000417040 protein_coding 1 5 14 UBR4 ENSG00000127481 +CDS chr1 19157815 19157997 ENST00000375254 protein_coding 8 1 40 UBR4 ENSG00000127481 +CDS chr1 19157815 19157997 ENST00000417040 protein_coding 1 5 13 UBR4 ENSG00000127481 +CDS chr1 19160111 19160281 ENST00000375254 protein_coding 8 1 39 UBR4 ENSG00000127481 +CDS chr1 19160111 19160281 ENST00000417040 protein_coding 1 5 12 UBR4 ENSG00000127481 +CDS chr1 19160917 19161147 ENST00000375254 protein_coding 8 1 38 UBR4 ENSG00000127481 +CDS chr1 19160917 19161147 ENST00000417040 protein_coding 1 5 11 UBR4 ENSG00000127481 +CDS chr1 19161589 19161736 ENST00000375254 protein_coding 8 1 37 UBR4 ENSG00000127481 +CDS chr1 19161589 19161736 ENST00000417040 protein_coding 1 5 10 UBR4 ENSG00000127481 +CDS chr1 19161827 19161897 ENST00000375254 protein_coding 8 1 36 UBR4 ENSG00000127481 +CDS chr1 19161827 19161897 ENST00000417040 protein_coding 1 5 9 UBR4 ENSG00000127481 +CDS chr1 19162420 19162611 ENST00000375254 protein_coding 8 1 35 UBR4 ENSG00000127481 +CDS chr1 19162420 19162611 ENST00000417040 protein_coding 1 5 8 UBR4 ENSG00000127481 +CDS chr1 19163764 19163827 ENST00000375254 protein_coding 8 1 34 UBR4 ENSG00000127481 +CDS chr1 19163764 19163827 ENST00000417040 protein_coding 1 5 7 UBR4 ENSG00000127481 +CDS chr1 19164253 19164441 ENST00000375254 protein_coding 8 1 33 UBR4 ENSG00000127481 +CDS chr1 19164253 19164441 ENST00000417040 protein_coding 1 5 6 UBR4 ENSG00000127481 +CDS chr1 19164799 19164997 ENST00000375254 protein_coding 8 1 32 UBR4 ENSG00000127481 +CDS chr1 19164799 19164997 ENST00000417040 protein_coding 1 5 5 UBR4 ENSG00000127481 +CDS chr1 19165249 19165349 ENST00000375254 protein_coding 8 1 31 UBR4 ENSG00000127481 +CDS chr1 19165249 19165349 ENST00000417040 protein_coding 1 5 4 UBR4 ENSG00000127481 +CDS chr1 19165656 19165757 ENST00000375254 protein_coding 8 1 30 UBR4 ENSG00000127481 +CDS chr1 19165656 19165757 ENST00000417040 protein_coding 1 5 3 UBR4 ENSG00000127481 +CDS chr1 19167022 19167231 ENST00000375254 protein_coding 8 1 29 UBR4 ENSG00000127481 +CDS chr1 19167022 19167231 ENST00000417040 protein_coding 1 5 2 UBR4 ENSG00000127481 +CDS chr1 19168027 19168184 ENST00000375254 protein_coding 8 1 28 UBR4 ENSG00000127481 +CDS chr1 19168027 19168055 ENST00000417040 protein_coding 1 5 1 UBR4 ENSG00000127481 +CDS chr1 19169435 19169532 ENST00000375254 protein_coding 8 1 27 UBR4 ENSG00000127481 +CDS chr1 19170762 19170883 ENST00000375254 protein_coding 8 1 26 UBR4 ENSG00000127481 +CDS chr1 19172864 19173093 ENST00000375254 protein_coding 8 1 25 UBR4 ENSG00000127481 +CDS chr1 19173181 19173306 ENST00000375254 protein_coding 8 1 24 UBR4 ENSG00000127481 +CDS chr1 19173439 19173621 ENST00000375254 protein_coding 8 1 23 UBR4 ENSG00000127481 +CDS chr1 19174319 19174447 ENST00000375254 protein_coding 8 1 22 UBR4 ENSG00000127481 +CDS chr1 19174954 19175033 ENST00000375254 protein_coding 8 1 21 UBR4 ENSG00000127481 +CDS chr1 19176592 19176727 ENST00000375254 protein_coding 8 1 20 UBR4 ENSG00000127481 +CDS chr1 19177461 19177743 ENST00000375254 protein_coding 8 1 19 UBR4 ENSG00000127481 +CDS chr1 19179051 19179220 ENST00000375254 protein_coding 8 1 18 UBR4 ENSG00000127481 +CDS chr1 19183811 19183896 ENST00000375254 protein_coding 8 1 17 UBR4 ENSG00000127481 +CDS chr1 19184016 19184175 ENST00000375254 protein_coding 8 1 16 UBR4 ENSG00000127481 +CDS chr1 19185099 19185286 ENST00000375254 protein_coding 8 1 15 UBR4 ENSG00000127481 +CDS chr1 19186540 19186657 ENST00000375254 protein_coding 8 1 14 UBR4 ENSG00000127481 +CDS chr1 19187164 19187301 ENST00000375254 protein_coding 8 1 13 UBR4 ENSG00000127481 +CDS chr1 19187441 19187540 ENST00000375254 protein_coding 8 1 12 UBR4 ENSG00000127481 +CDS chr1 19192188 19192378 ENST00000375254 protein_coding 8 1 11 UBR4 ENSG00000127481 +CDS chr1 19192481 19192540 ENST00000375254 protein_coding 8 1 10 UBR4 ENSG00000127481 +CDS chr1 19193433 19193557 ENST00000375254 protein_coding 8 1 9 UBR4 ENSG00000127481 +CDS chr1 19197141 19197265 ENST00000375254 protein_coding 8 1 8 UBR4 ENSG00000127481 +CDS chr1 19197670 19197811 ENST00000375254 protein_coding 8 1 7 UBR4 ENSG00000127481 +CDS chr1 19197947 19198049 ENST00000375254 protein_coding 8 1 6 UBR4 ENSG00000127481 +CDS chr1 19198541 19198680 ENST00000375254 protein_coding 8 1 5 UBR4 ENSG00000127481 +CDS chr1 19198799 19198928 ENST00000375254 protein_coding 8 1 4 UBR4 ENSG00000127481 +CDS chr1 19199651 19199754 ENST00000375254 protein_coding 8 1 3 UBR4 ENSG00000127481 +CDS chr1 19201718 19201815 ENST00000375254 protein_coding 8 1 2 UBR4 ENSG00000127481 +CDS chr1 19210073 19210248 ENST00000375254 protein_coding 8 1 1 UBR4 ENSG00000127481 +transcript chr1 19215660 19251524 ENST00000477853 protein_coding 6 1 NA EMC1 ENSG00000127463 +transcript chr1 19215660 19251524 ENST00000688219 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19215660 19251524 ENST00000690732 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19216805 19251523 ENST00000690823 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19216874 19251509 ENST00000375199 protein_coding 7 1 NA EMC1 ENSG00000127463 +transcript chr1 19218148 19251522 ENST00000375208 protein_coding 7 2 NA EMC1 ENSG00000127463 +transcript chr1 19219303 19251509 ENST00000486405 protein_coding 2 2 NA EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000477853 protein_coding 6 1 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000688219 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000690732 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000690823 protein_coding 1 NA 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000375199 protein_coding 7 1 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000375208 protein_coding 7 2 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000486405 protein_coding 2 2 24 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000477853 protein_coding 6 1 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000688219 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000690732 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000690823 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000375199 protein_coding 7 1 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000375208 protein_coding 7 2 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000486405 protein_coding 2 2 23 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000477853 protein_coding 6 1 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000688219 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000690732 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000690823 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000375199 protein_coding 7 1 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000375208 protein_coding 7 2 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000486405 protein_coding 2 2 22 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000477853 protein_coding 6 1 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000688219 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000690732 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000690823 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000375199 protein_coding 7 1 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000375208 protein_coding 7 2 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000486405 protein_coding 2 2 21 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000477853 protein_coding 6 1 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000688219 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000690732 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000690823 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000375199 protein_coding 7 1 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000375208 protein_coding 7 2 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000486405 protein_coding 2 2 20 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000477853 protein_coding 6 1 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000688219 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000690732 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000690823 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000375199 protein_coding 7 1 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000375208 protein_coding 7 2 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000486405 protein_coding 2 2 19 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000477853 protein_coding 6 1 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000688219 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000690732 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000690823 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000375199 protein_coding 7 1 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000375208 protein_coding 7 2 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000486405 protein_coding 2 2 18 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000477853 protein_coding 6 1 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000688219 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000690823 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000375199 protein_coding 7 1 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000375208 protein_coding 7 2 15 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000486405 protein_coding 2 2 17 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000477853 protein_coding 6 1 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000688219 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000690732 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000690823 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000375199 protein_coding 7 1 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000375208 protein_coding 7 2 14 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000486405 protein_coding 2 2 16 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000477853 protein_coding 6 1 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000688219 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000690732 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000690823 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000375199 protein_coding 7 1 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000375208 protein_coding 7 2 13 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000486405 protein_coding 2 2 15 EMC1 ENSG00000127463 +CDS chr1 19234180 19234188 ENST00000486405 protein_coding 2 2 14 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000477853 protein_coding 6 1 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000690732 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000690823 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000375199 protein_coding 7 1 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000375208 protein_coding 7 2 12 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000486405 protein_coding 2 2 13 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000477853 protein_coding 6 1 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000688219 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000690732 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000690823 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000375199 protein_coding 7 1 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000375208 protein_coding 7 2 11 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000486405 protein_coding 2 2 12 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000477853 protein_coding 6 1 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000688219 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000690732 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000690823 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000375199 protein_coding 7 1 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000375208 protein_coding 7 2 10 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000486405 protein_coding 2 2 11 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000477853 protein_coding 6 1 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000688219 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000690732 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000690823 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238854 ENST00000375199 protein_coding 7 1 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000375208 protein_coding 7 2 9 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000486405 protein_coding 2 2 10 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000477853 protein_coding 6 1 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000688219 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000690732 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000690823 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000375199 protein_coding 7 1 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000375208 protein_coding 7 2 8 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000486405 protein_coding 2 2 9 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000477853 protein_coding 6 1 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000688219 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000690732 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000690823 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000375199 protein_coding 7 1 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000375208 protein_coding 7 2 7 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000486405 protein_coding 2 2 8 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000477853 protein_coding 6 1 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000688219 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000690732 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000690823 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000375199 protein_coding 7 1 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000375208 protein_coding 7 2 6 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000486405 protein_coding 2 2 7 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000477853 protein_coding 6 1 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000688219 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000690732 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241136 ENST00000690823 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000375199 protein_coding 7 1 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000375208 protein_coding 7 2 5 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000486405 protein_coding 2 2 6 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000477853 protein_coding 6 1 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000688219 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000690732 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000690823 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000375199 protein_coding 7 1 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000375208 protein_coding 7 2 4 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000486405 protein_coding 2 2 5 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000477853 protein_coding 6 1 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000688219 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000690732 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000690823 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000375199 protein_coding 7 1 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000375208 protein_coding 7 2 3 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000486405 protein_coding 2 2 4 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000477853 protein_coding 6 1 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000688219 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000690732 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000690823 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000375199 protein_coding 7 1 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000486405 protein_coding 2 2 3 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000477853 protein_coding 6 1 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000688219 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000690732 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000690823 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000375199 protein_coding 7 1 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000375208 protein_coding 7 2 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000486405 protein_coding 2 2 2 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000477853 protein_coding 6 1 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000688219 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000690732 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000690823 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000375199 protein_coding 7 1 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000375208 protein_coding 7 2 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000486405 protein_coding 2 2 1 EMC1 ENSG00000127463 +transcript chr1 19251805 19260128 ENST00000330263 protein_coding 5 1 NA MRTO4 ENSG00000053372 +CDS chr1 19251836 19251863 ENST00000330263 protein_coding 5 1 1 MRTO4 ENSG00000053372 +CDS chr1 19254782 19254840 ENST00000330263 protein_coding 5 1 2 MRTO4 ENSG00000053372 +CDS chr1 19255948 19256051 ENST00000330263 protein_coding 5 1 3 MRTO4 ENSG00000053372 +CDS chr1 19257064 19257145 ENST00000330263 protein_coding 5 1 4 MRTO4 ENSG00000053372 +CDS chr1 19257454 19257521 ENST00000330263 protein_coding 5 1 5 MRTO4 ENSG00000053372 +CDS chr1 19257833 19257984 ENST00000330263 protein_coding 5 1 6 MRTO4 ENSG00000053372 +CDS chr1 19258477 19258553 ENST00000330263 protein_coding 5 1 7 MRTO4 ENSG00000053372 +CDS chr1 19258681 19258827 ENST00000330263 protein_coding 5 1 8 MRTO4 ENSG00000053372 +transcript chr1 19282573 19288770 ENST00000361640 protein_coding 5 1 NA AKR7A3 ENSG00000162482 +CDS chr1 19282734 19282892 ENST00000361640 protein_coding 5 1 7 AKR7A3 ENSG00000162482 +CDS chr1 19283996 19284125 ENST00000361640 protein_coding 5 1 6 AKR7A3 ENSG00000162482 +CDS chr1 19284686 19284785 ENST00000361640 protein_coding 5 1 5 AKR7A3 ENSG00000162482 +CDS chr1 19285018 19285114 ENST00000361640 protein_coding 5 1 4 AKR7A3 ENSG00000162482 +CDS chr1 19285888 19285992 ENST00000361640 protein_coding 5 1 3 AKR7A3 ENSG00000162482 +CDS chr1 19286185 19286372 ENST00000361640 protein_coding 5 1 2 AKR7A3 ENSG00000162482 +CDS chr1 19288496 19288709 ENST00000361640 protein_coding 5 1 1 AKR7A3 ENSG00000162482 +transcript chr1 19303965 19312144 ENST00000235835 protein_coding 8 1 NA AKR7A2 ENSG00000053371 +transcript chr1 19303999 19312094 ENST00000330072 protein_coding 9 2 NA AKR7A2 ENSG00000053371 +transcript chr1 19304166 19311907 ENST00000489286 protein_coding 5 5 NA AKR7A2 ENSG00000053371 +CDS chr1 19304228 19304386 ENST00000235835 protein_coding 8 1 7 AKR7A2 ENSG00000053371 +CDS chr1 19304228 19304386 ENST00000330072 protein_coding 9 2 6 AKR7A2 ENSG00000053371 +CDS chr1 19304277 19304386 ENST00000489286 protein_coding 5 5 5 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000235835 protein_coding 8 1 6 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000330072 protein_coding 9 2 5 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000489286 protein_coding 5 5 4 AKR7A2 ENSG00000053371 +CDS chr1 19307002 19307101 ENST00000235835 protein_coding 8 1 5 AKR7A2 ENSG00000053371 +CDS chr1 19307002 19307101 ENST00000330072 protein_coding 9 2 4 AKR7A2 ENSG00000053371 +CDS chr1 19307314 19307410 ENST00000235835 protein_coding 8 1 4 AKR7A2 ENSG00000053371 +CDS chr1 19307314 19307410 ENST00000330072 protein_coding 9 2 3 AKR7A2 ENSG00000053371 +CDS chr1 19308158 19308262 ENST00000235835 protein_coding 8 1 3 AKR7A2 ENSG00000053371 +CDS chr1 19308158 19308262 ENST00000489286 protein_coding 5 5 3 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000235835 protein_coding 8 1 2 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000330072 protein_coding 9 2 2 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000489286 protein_coding 5 5 2 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19312124 ENST00000235835 protein_coding 8 1 1 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19312094 ENST00000330072 protein_coding 9 2 1 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19311907 ENST00000489286 protein_coding 5 5 1 AKR7A2 ENSG00000053371 +transcript chr1 19312326 19329300 ENST00000375153 protein_coding 8 2 NA SLC66A1 ENSG00000040487 +transcript chr1 19312326 19329300 ENST00000375155 protein_coding 7 2 NA SLC66A1 ENSG00000040487 +transcript chr1 19312341 19329300 ENST00000400548 protein_coding 6 1 NA SLC66A1 ENSG00000040487 +CDS chr1 19317678 19317841 ENST00000375153 protein_coding 8 2 2 SLC66A1 ENSG00000040487 +CDS chr1 19317678 19317841 ENST00000375155 protein_coding 7 2 3 SLC66A1 ENSG00000040487 +CDS chr1 19324633 19324762 ENST00000375153 protein_coding 8 2 3 SLC66A1 ENSG00000040487 +CDS chr1 19324633 19324762 ENST00000375155 protein_coding 7 2 4 SLC66A1 ENSG00000040487 +CDS chr1 19324664 19324762 ENST00000400548 protein_coding 6 1 3 SLC66A1 ENSG00000040487 +transcript chr1 19324754 19328081 ENST00000432465 protein_coding 1 5 NA SLC66A1 ENSG00000040487 +CDS chr1 19324754 19324762 ENST00000432465 protein_coding 1 5 1 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000375153 protein_coding 8 2 4 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000375155 protein_coding 7 2 5 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000400548 protein_coding 6 1 4 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000432465 protein_coding 1 5 2 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000375153 protein_coding 8 2 5 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000375155 protein_coding 7 2 6 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000400548 protein_coding 6 1 5 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000432465 protein_coding 1 5 3 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000375153 protein_coding 8 2 6 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000375155 protein_coding 7 2 7 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000400548 protein_coding 6 1 6 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000432465 protein_coding 1 5 4 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000375153 protein_coding 8 2 7 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000375155 protein_coding 7 2 8 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000400548 protein_coding 6 1 7 SLC66A1 ENSG00000040487 +CDS chr1 19327571 19327618 ENST00000432465 protein_coding 1 5 5 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000375153 protein_coding 8 2 8 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000375155 protein_coding 7 2 9 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000400548 protein_coding 6 1 8 SLC66A1 ENSG00000040487 +transcript chr1 19338775 19485539 ENST00000264202 protein_coding 8 1 NA CAPZB ENSG00000077549 +transcript chr1 19338776 19485513 ENST00000264203 protein_coding 7 2 NA CAPZB ENSG00000077549 +transcript chr1 19338823 19485485 ENST00000375142 protein_coding 5 5 NA CAPZB ENSG00000077549 +transcript chr1 19339245 19485537 ENST00000375144 protein_coding 6 1 NA CAPZB ENSG00000077549 +transcript chr1 19339325 19485537 ENST00000674432 protein_coding 1 NA NA CAPZB ENSG00000077549 +transcript chr1 19339359 19484664 ENST00000433834 protein_coding 5 2 NA CAPZB ENSG00000077549 +CDS chr1 19339533 19339617 ENST00000264202 protein_coding 8 1 9 CAPZB ENSG00000077549 +CDS chr1 19339533 19339617 ENST00000433834 protein_coding 5 2 9 CAPZB ENSG00000077549 +CDS chr1 19339570 19339617 ENST00000264203 protein_coding 7 2 9 CAPZB ENSG00000077549 +CDS chr1 19342765 19342864 ENST00000375142 protein_coding 5 5 9 CAPZB ENSG00000077549 +CDS chr1 19342765 19342864 ENST00000674432 protein_coding 1 NA 9 CAPZB ENSG00000077549 +CDS chr1 19344357 19344434 ENST00000375144 protein_coding 6 1 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000264202 protein_coding 8 1 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000375142 protein_coding 5 5 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000674432 protein_coding 1 NA 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000433834 protein_coding 5 2 8 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000264202 protein_coding 8 1 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000264203 protein_coding 7 2 8 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000375142 protein_coding 5 5 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000375144 protein_coding 6 1 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000674432 protein_coding 1 NA 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000433834 protein_coding 5 2 7 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000264202 protein_coding 8 1 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000264203 protein_coding 7 2 7 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000375142 protein_coding 5 5 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000375144 protein_coding 6 1 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000674432 protein_coding 1 NA 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000433834 protein_coding 5 2 6 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000264202 protein_coding 8 1 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000264203 protein_coding 7 2 6 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000375142 protein_coding 5 5 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000375144 protein_coding 6 1 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000674432 protein_coding 1 NA 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000433834 protein_coding 5 2 5 CAPZB ENSG00000077549 +transcript chr1 19374048 19385564 ENST00000674278 protein_coding 1 NA NA CAPZB ENSG00000077549 +CDS chr1 19378539 19378653 ENST00000674278 protein_coding 1 NA 2 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000264202 protein_coding 8 1 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000264203 protein_coding 7 2 5 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000375142 protein_coding 5 5 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000375144 protein_coding 6 1 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000674432 protein_coding 1 NA 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000433834 protein_coding 5 2 4 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000264202 protein_coding 8 1 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000264203 protein_coding 7 2 4 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000375142 protein_coding 5 5 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000375144 protein_coding 6 1 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000674432 protein_coding 1 NA 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000433834 protein_coding 5 2 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385564 ENST00000674278 protein_coding 1 NA 1 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000264202 protein_coding 8 1 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000264203 protein_coding 7 2 3 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000375142 protein_coding 5 5 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000375144 protein_coding 6 1 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000674432 protein_coding 1 NA 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000433834 protein_coding 5 2 2 CAPZB ENSG00000077549 +CDS chr1 19448834 19448914 ENST00000264203 protein_coding 7 2 2 CAPZB ENSG00000077549 +CDS chr1 19484190 19484279 ENST00000433834 protein_coding 5 2 1 CAPZB ENSG00000077549 +transcript chr1 19484403 19626630 ENST00000648702 protein_coding 1 NA NA MICOS10 ENSG00000173436 +CDS chr1 19485436 19485438 ENST00000264202 protein_coding 8 1 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000375142 protein_coding 5 5 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000375144 protein_coding 6 1 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000674432 protein_coding 1 NA 1 CAPZB ENSG00000077549 +transcript chr1 19596977 19629821 ENST00000617872 protein_coding 4 2 NA MICOS10 ENSG00000173436 +transcript chr1 19596979 19629820 ENST00000322753 protein_coding 7 1 NA MICOS10 ENSG00000173436 +transcript chr1 19596979 19658056 ENST00000602662 protein_coding 1 2 NA NBL1 ENSG00000158747 +CDS chr1 19597046 19597109 ENST00000322753 protein_coding 7 1 1 MICOS10 ENSG00000173436 +CDS chr1 19597046 19597109 ENST00000617872 protein_coding 4 2 1 MICOS10 ENSG00000173436 +CDS chr1 19622100 19622147 ENST00000322753 protein_coding 7 1 2 MICOS10 ENSG00000173436 +CDS chr1 19623474 19623583 ENST00000322753 protein_coding 7 1 3 MICOS10 ENSG00000173436 +CDS chr1 19623474 19623583 ENST00000617872 protein_coding 4 2 2 MICOS10 ENSG00000173436 +CDS chr1 19623479 19623583 ENST00000648702 protein_coding 1 NA 3 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000648702 protein_coding 1 NA 4 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000322753 protein_coding 7 1 4 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000617872 protein_coding 4 2 3 MICOS10 ENSG00000173436 +transcript chr1 19640554 19656934 ENST00000428975 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19643232 19657129 ENST00000289749 protein_coding 6 2 NA NBL1 ENSG00000158747 +CDS chr1 19643312 19643397 ENST00000289749 protein_coding 6 2 1 NBL1 ENSG00000158747 +transcript chr1 19643409 19656969 ENST00000451758 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19643409 19658456 ENST00000622566 protein_coding 4 4 NA NBL1 ENSG00000158747 +transcript chr1 19643714 19656911 ENST00000439664 protein_coding 5 2 NA NBL1 ENSG00000158747 +transcript chr1 19643714 19658456 ENST00000621723 protein_coding 4 2 NA NBL1 ENSG00000158747 +transcript chr1 19644311 19658452 ENST00000375136 protein_coding 8 1 NA NBL1 ENSG00000158747 +transcript chr1 19645372 19656933 ENST00000425400 protein_coding 5 1 NA NBL1 ENSG00000158747 +transcript chr1 19645372 19658456 ENST00000618761 protein_coding 4 1 NA NBL1 ENSG00000158747 +transcript chr1 19645766 19655436 ENST00000439278 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19645766 19658456 ENST00000615215 protein_coding 4 1 NA NBL1 ENSG00000158747 +CDS chr1 19645951 19646033 ENST00000439278 protein_coding 5 4 1 NBL1 ENSG00000158747 +CDS chr1 19645951 19646033 ENST00000615215 protein_coding 4 1 1 NBL1 ENSG00000158747 +transcript chr1 19647610 19657076 ENST00000427894 protein_coding 5 3 NA NBL1 ENSG00000158747 +transcript chr1 19647610 19658456 ENST00000548815 protein_coding 2 3 NA NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000289749 protein_coding 6 2 2 NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000439278 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000615215 protein_coding 4 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000602662 protein_coding 1 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000428975 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000451758 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000439664 protein_coding 5 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000375136 protein_coding 8 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000425400 protein_coding 5 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000622566 protein_coding 4 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000621723 protein_coding 4 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000618761 protein_coding 4 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000548815 protein_coding 2 3 2 NBL1 ENSG00000158747 +CDS chr1 19655034 19655200 ENST00000427894 protein_coding 5 3 2 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000602662 protein_coding 1 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000428975 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000289749 protein_coding 6 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000451758 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000439664 protein_coding 5 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000375136 protein_coding 8 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000425400 protein_coding 5 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655436 ENST00000439278 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000427894 protein_coding 5 3 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000622566 protein_coding 4 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000621723 protein_coding 4 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000618761 protein_coding 4 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000548815 protein_coding 2 3 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000615215 protein_coding 4 1 3 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000602662 protein_coding 1 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656934 ENST00000428975 protein_coding 5 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000289749 protein_coding 6 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656969 ENST00000451758 protein_coding 5 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656911 ENST00000439664 protein_coding 5 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000375136 protein_coding 8 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656933 ENST00000425400 protein_coding 5 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657076 ENST00000427894 protein_coding 5 3 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000622566 protein_coding 4 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000621723 protein_coding 4 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000618761 protein_coding 4 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000548815 protein_coding 2 3 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000615215 protein_coding 4 1 4 NBL1 ENSG00000158747 +transcript chr1 19664875 19680966 ENST00000289753 protein_coding 2 1 NA HTR6 ENSG00000158748 +CDS chr1 19665754 19666467 ENST00000289753 protein_coding 2 1 1 HTR6 ENSG00000158748 +CDS chr1 19678567 19678725 ENST00000289753 protein_coding 2 1 2 HTR6 ENSG00000158748 +CDS chr1 19678919 19679365 ENST00000289753 protein_coding 2 1 3 HTR6 ENSG00000158748 +transcript chr1 19682240 19799916 ENST00000294543 protein_coding 11 1 NA TMCO4 ENSG00000162542 +transcript chr1 19682240 19799344 ENST00000375127 protein_coding 5 1 NA TMCO4 ENSG00000162542 +CDS chr1 19682632 19682714 ENST00000375127 protein_coding 5 1 16 TMCO4 ENSG00000162542 +CDS chr1 19683043 19683444 ENST00000294543 protein_coding 11 1 16 TMCO4 ENSG00000162542 +CDS chr1 19683288 19683444 ENST00000375127 protein_coding 5 1 15 TMCO4 ENSG00000162542 +CDS chr1 19694434 19694551 ENST00000294543 protein_coding 11 1 15 TMCO4 ENSG00000162542 +CDS chr1 19694434 19694551 ENST00000375127 protein_coding 5 1 14 TMCO4 ENSG00000162542 +CDS chr1 19700768 19700885 ENST00000294543 protein_coding 11 1 14 TMCO4 ENSG00000162542 +CDS chr1 19700768 19700885 ENST00000375127 protein_coding 5 1 13 TMCO4 ENSG00000162542 +CDS chr1 19737372 19737456 ENST00000294543 protein_coding 11 1 13 TMCO4 ENSG00000162542 +CDS chr1 19737372 19737456 ENST00000375127 protein_coding 5 1 12 TMCO4 ENSG00000162542 +CDS chr1 19739824 19739960 ENST00000294543 protein_coding 11 1 12 TMCO4 ENSG00000162542 +CDS chr1 19739824 19739960 ENST00000375127 protein_coding 5 1 11 TMCO4 ENSG00000162542 +CDS chr1 19740777 19740941 ENST00000294543 protein_coding 11 1 11 TMCO4 ENSG00000162542 +CDS chr1 19740777 19740941 ENST00000375127 protein_coding 5 1 10 TMCO4 ENSG00000162542 +CDS chr1 19745532 19745651 ENST00000294543 protein_coding 11 1 10 TMCO4 ENSG00000162542 +CDS chr1 19745532 19745651 ENST00000375127 protein_coding 5 1 9 TMCO4 ENSG00000162542 +CDS chr1 19746456 19746599 ENST00000294543 protein_coding 11 1 9 TMCO4 ENSG00000162542 +CDS chr1 19746456 19746599 ENST00000375127 protein_coding 5 1 8 TMCO4 ENSG00000162542 +CDS chr1 19747163 19747260 ENST00000294543 protein_coding 11 1 8 TMCO4 ENSG00000162542 +CDS chr1 19747163 19747260 ENST00000375127 protein_coding 5 1 7 TMCO4 ENSG00000162542 +CDS chr1 19755634 19755766 ENST00000294543 protein_coding 11 1 7 TMCO4 ENSG00000162542 +CDS chr1 19755634 19755766 ENST00000375127 protein_coding 5 1 6 TMCO4 ENSG00000162542 +CDS chr1 19770542 19770569 ENST00000294543 protein_coding 11 1 6 TMCO4 ENSG00000162542 +CDS chr1 19770542 19770569 ENST00000375127 protein_coding 5 1 5 TMCO4 ENSG00000162542 +CDS chr1 19771308 19771482 ENST00000294543 protein_coding 11 1 5 TMCO4 ENSG00000162542 +CDS chr1 19771308 19771482 ENST00000375127 protein_coding 5 1 4 TMCO4 ENSG00000162542 +CDS chr1 19780580 19780758 ENST00000294543 protein_coding 11 1 4 TMCO4 ENSG00000162542 +CDS chr1 19780580 19780758 ENST00000375127 protein_coding 5 1 3 TMCO4 ENSG00000162542 +transcript chr1 19814029 19815283 ENST00000375121 protein_coding 4 NA NA RNF186 ENSG00000178828 +CDS chr1 19814421 19815101 ENST00000375121 protein_coding 4 NA 1 RNF186 ENSG00000178828 +transcript chr1 19882395 19912945 ENST00000375120 protein_coding 4 1 NA OTUD3 ENSG00000169914 +CDS chr1 19882514 19882734 ENST00000375120 protein_coding 4 1 1 OTUD3 ENSG00000169914 +CDS chr1 19890385 19890533 ENST00000375120 protein_coding 4 1 2 OTUD3 ENSG00000169914 +CDS chr1 19894368 19894480 ENST00000375120 protein_coding 4 1 3 OTUD3 ENSG00000169914 +CDS chr1 19897540 19897662 ENST00000375120 protein_coding 4 1 4 OTUD3 ENSG00000169914 +CDS chr1 19904267 19904398 ENST00000375120 protein_coding 4 1 5 OTUD3 ENSG00000169914 +CDS chr1 19904891 19904987 ENST00000375120 protein_coding 4 1 6 OTUD3 ENSG00000169914 +CDS chr1 19906432 19906616 ENST00000375120 protein_coding 4 1 7 OTUD3 ENSG00000169914 +CDS chr1 19907570 19907743 ENST00000375120 protein_coding 4 1 8 OTUD3 ENSG00000169914 +transcript chr1 19920009 19923617 ENST00000375116 protein_coding 3 1 NA PLA2G2E ENSG00000188784 +CDS chr1 19920310 19920449 ENST00000375116 protein_coding 3 1 4 PLA2G2E ENSG00000188784 +CDS chr1 19922298 19922404 ENST00000375116 protein_coding 3 1 3 PLA2G2E ENSG00000188784 +CDS chr1 19922617 19922755 ENST00000375116 protein_coding 3 1 2 PLA2G2E ENSG00000188784 +CDS chr1 19923520 19923559 ENST00000375116 protein_coding 3 1 1 PLA2G2E ENSG00000188784 +transcript chr1 19975431 19979607 ENST00000400520 protein_coding 8 1 NA PLA2G2A ENSG00000188257 +transcript chr1 19975431 19979621 ENST00000649436 protein_coding 1 NA NA PLA2G2A ENSG00000188257 +transcript chr1 19975438 19980416 ENST00000375111 protein_coding 7 1 NA PLA2G2A ENSG00000188257 +transcript chr1 19975673 19979618 ENST00000482011 protein_coding 2 1 NA PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000400520 protein_coding 8 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000649436 protein_coding 1 NA 5 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000375111 protein_coding 7 1 6 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000482011 protein_coding 2 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000400520 protein_coding 8 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000649436 protein_coding 1 NA 4 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000375111 protein_coding 7 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000482011 protein_coding 2 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000400520 protein_coding 8 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978483 ENST00000649436 protein_coding 1 NA 3 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000375111 protein_coding 7 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000482011 protein_coding 2 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000400520 protein_coding 8 1 2 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000375111 protein_coding 7 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000482011 protein_coding 2 1 2 PLA2G2A ENSG00000188257 +transcript chr1 20070194 20091911 ENST00000375108 protein_coding 4 1 NA PLA2G5 ENSG00000127472 +CDS chr1 20084831 20084870 ENST00000375108 protein_coding 4 1 2 PLA2G5 ENSG00000127472 +CDS chr1 20086083 20086227 ENST00000375108 protein_coding 4 1 3 PLA2G5 ENSG00000127472 +CDS chr1 20089789 20089895 ENST00000375108 protein_coding 4 1 4 PLA2G5 ENSG00000127472 +CDS chr1 20090568 20090689 ENST00000375108 protein_coding 4 1 5 PLA2G5 ENSG00000127472 +transcript chr1 20111939 20119536 ENST00000375105 protein_coding 8 1 NA PLA2G2D ENSG00000117215 +transcript chr1 20112657 20119566 ENST00000617227 protein_coding 1 1 NA PLA2G2D ENSG00000117215 +CDS chr1 20114117 20114259 ENST00000375105 protein_coding 8 1 4 PLA2G2D ENSG00000117215 +CDS chr1 20114259 20114259 ENST00000617227 protein_coding 1 1 3 PLA2G2D ENSG00000117215 +CDS chr1 20115507 20115613 ENST00000375105 protein_coding 8 1 3 PLA2G2D ENSG00000117215 +CDS chr1 20116333 20116477 ENST00000375105 protein_coding 8 1 2 PLA2G2D ENSG00000117215 +CDS chr1 20116333 20116477 ENST00000617227 protein_coding 1 1 2 PLA2G2D ENSG00000117215 +CDS chr1 20119459 20119498 ENST00000375105 protein_coding 8 1 1 PLA2G2D ENSG00000117215 +CDS chr1 20119459 20119498 ENST00000617227 protein_coding 1 1 1 PLA2G2D ENSG00000117215 +transcript chr1 20139323 20150381 ENST00000375102 protein_coding 4 1 NA PLA2G2F ENSG00000158786 +CDS chr1 20139428 20139543 ENST00000375102 protein_coding 4 1 1 PLA2G2F ENSG00000158786 +CDS chr1 20140166 20140218 ENST00000375102 protein_coding 4 1 2 PLA2G2F ENSG00000158786 +CDS chr1 20143446 20143590 ENST00000375102 protein_coding 4 1 3 PLA2G2F ENSG00000158786 +CDS chr1 20144580 20144689 ENST00000375102 protein_coding 4 1 4 PLA2G2F ENSG00000158786 +CDS chr1 20148190 20148398 ENST00000375102 protein_coding 4 1 5 PLA2G2F ENSG00000158786 +transcript chr1 20161253 20177424 ENST00000429261 protein_coding 2 5 NA PLA2G2C ENSG00000187980 +transcript chr1 20163055 20186518 ENST00000679259 protein_coding 1 NA NA PLA2G2C ENSG00000187980 +transcript chr1 20163991 20175194 ENST00000247992 protein_coding 5 5 NA PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000429261 protein_coding 2 5 4 PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000679259 protein_coding 1 NA 5 PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000247992 protein_coding 5 5 3 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172897 ENST00000429261 protein_coding 2 5 3 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172897 ENST00000679259 protein_coding 1 NA 4 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172891 ENST00000247992 protein_coding 5 5 2 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175145 ENST00000429261 protein_coding 2 5 2 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175145 ENST00000679259 protein_coding 1 NA 3 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175194 ENST00000247992 protein_coding 5 5 1 PLA2G2C ENSG00000187980 +CDS chr1 20177324 20177363 ENST00000429261 protein_coding 2 5 1 PLA2G2C ENSG00000187980 +CDS chr1 20177324 20177363 ENST00000679259 protein_coding 1 NA 2 PLA2G2C ENSG00000187980 +transcript chr1 20186096 20196050 ENST00000375099 protein_coding 4 1 NA UBXN10 ENSG00000162543 +CDS chr1 20190562 20191401 ENST00000375099 protein_coding 4 1 2 UBXN10 ENSG00000162543 +transcript chr1 20290875 20359518 ENST00000289815 protein_coding 13 5 NA VWA5B1 ENSG00000158816 +transcript chr1 20290919 20354263 ENST00000375079 protein_coding 6 5 NA VWA5B1 ENSG00000158816 +transcript chr1 20303081 20312942 ENST00000530722 protein_coding 5 4 NA VWA5B1 ENSG00000158816 +transcript chr1 20303081 20314412 ENST00000534075 protein_coding 1 2 NA VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000289815 protein_coding 13 5 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000375079 protein_coding 6 5 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000530722 protein_coding 5 4 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000534075 protein_coding 1 2 2 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000289815 protein_coding 13 5 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000375079 protein_coding 6 5 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312942 ENST00000530722 protein_coding 5 4 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000534075 protein_coding 1 2 3 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314592 ENST00000289815 protein_coding 13 5 4 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314592 ENST00000375079 protein_coding 6 5 4 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314412 ENST00000534075 protein_coding 1 2 4 VWA5B1 ENSG00000158816 +CDS chr1 20317530 20317675 ENST00000289815 protein_coding 13 5 5 VWA5B1 ENSG00000158816 +CDS chr1 20317530 20317675 ENST00000375079 protein_coding 6 5 5 VWA5B1 ENSG00000158816 +CDS chr1 20318590 20318721 ENST00000289815 protein_coding 13 5 6 VWA5B1 ENSG00000158816 +CDS chr1 20318590 20318721 ENST00000375079 protein_coding 6 5 6 VWA5B1 ENSG00000158816 +CDS chr1 20319382 20319506 ENST00000289815 protein_coding 13 5 7 VWA5B1 ENSG00000158816 +CDS chr1 20319382 20319506 ENST00000375079 protein_coding 6 5 7 VWA5B1 ENSG00000158816 +CDS chr1 20323356 20323532 ENST00000289815 protein_coding 13 5 8 VWA5B1 ENSG00000158816 +CDS chr1 20323356 20323532 ENST00000375079 protein_coding 6 5 8 VWA5B1 ENSG00000158816 +CDS chr1 20327890 20328000 ENST00000289815 protein_coding 13 5 9 VWA5B1 ENSG00000158816 +CDS chr1 20327890 20328000 ENST00000375079 protein_coding 6 5 9 VWA5B1 ENSG00000158816 +CDS chr1 20330180 20330382 ENST00000289815 protein_coding 13 5 10 VWA5B1 ENSG00000158816 +CDS chr1 20330180 20330382 ENST00000375079 protein_coding 6 5 10 VWA5B1 ENSG00000158816 +CDS chr1 20330869 20330983 ENST00000289815 protein_coding 13 5 11 VWA5B1 ENSG00000158816 +CDS chr1 20330869 20330983 ENST00000375079 protein_coding 6 5 11 VWA5B1 ENSG00000158816 +CDS chr1 20332766 20332951 ENST00000289815 protein_coding 13 5 12 VWA5B1 ENSG00000158816 +CDS chr1 20332766 20332951 ENST00000375079 protein_coding 6 5 12 VWA5B1 ENSG00000158816 +CDS chr1 20336303 20336486 ENST00000289815 protein_coding 13 5 13 VWA5B1 ENSG00000158816 +CDS chr1 20336303 20336486 ENST00000375079 protein_coding 6 5 13 VWA5B1 ENSG00000158816 +CDS chr1 20337646 20337836 ENST00000289815 protein_coding 13 5 14 VWA5B1 ENSG00000158816 +CDS chr1 20337646 20337836 ENST00000375079 protein_coding 6 5 14 VWA5B1 ENSG00000158816 +CDS chr1 20342432 20342609 ENST00000289815 protein_coding 13 5 15 VWA5B1 ENSG00000158816 +CDS chr1 20342432 20342609 ENST00000375079 protein_coding 6 5 15 VWA5B1 ENSG00000158816 +CDS chr1 20343079 20343393 ENST00000289815 protein_coding 13 5 16 VWA5B1 ENSG00000158816 +CDS chr1 20343079 20343393 ENST00000375079 protein_coding 6 5 16 VWA5B1 ENSG00000158816 +CDS chr1 20345456 20345593 ENST00000289815 protein_coding 13 5 17 VWA5B1 ENSG00000158816 +CDS chr1 20345456 20345593 ENST00000375079 protein_coding 6 5 17 VWA5B1 ENSG00000158816 +CDS chr1 20348245 20348358 ENST00000289815 protein_coding 13 5 18 VWA5B1 ENSG00000158816 +CDS chr1 20348248 20348376 ENST00000375079 protein_coding 6 5 18 VWA5B1 ENSG00000158816 +CDS chr1 20350156 20350230 ENST00000289815 protein_coding 13 5 19 VWA5B1 ENSG00000158816 +CDS chr1 20350156 20350230 ENST00000375079 protein_coding 6 5 19 VWA5B1 ENSG00000158816 +CDS chr1 20350857 20350926 ENST00000289815 protein_coding 13 5 20 VWA5B1 ENSG00000158816 +CDS chr1 20350857 20350926 ENST00000375079 protein_coding 6 5 20 VWA5B1 ENSG00000158816 +CDS chr1 20352055 20352172 ENST00000289815 protein_coding 13 5 21 VWA5B1 ENSG00000158816 +CDS chr1 20352055 20352172 ENST00000375079 protein_coding 6 5 21 VWA5B1 ENSG00000158816 +CDS chr1 20353757 20354260 ENST00000289815 protein_coding 13 5 22 VWA5B1 ENSG00000158816 +CDS chr1 20353757 20354260 ENST00000375079 protein_coding 6 5 22 VWA5B1 ENSG00000158816 +transcript chr1 20482391 20486210 ENST00000375078 protein_coding 4 1 NA CAMK2N1 ENSG00000162545 +CDS chr1 20483652 20483719 ENST00000375078 protein_coding 4 1 2 CAMK2N1 ENSG00000162545 +CDS chr1 20485214 20485379 ENST00000375078 protein_coding 4 1 1 CAMK2N1 ENSG00000162545 +transcript chr1 20499448 20508151 ENST00000264198 protein_coding 5 1 NA MUL1 ENSG00000090432 +CDS chr1 20500693 20501419 ENST00000264198 protein_coding 5 1 4 MUL1 ENSG00000090432 +CDS chr1 20502069 20502189 ENST00000264198 protein_coding 5 1 3 MUL1 ENSG00000090432 +CDS chr1 20503222 20503309 ENST00000264198 protein_coding 5 1 2 MUL1 ENSG00000090432 +CDS chr1 20507905 20508024 ENST00000264198 protein_coding 5 1 1 MUL1 ENSG00000090432 +transcript chr1 20552573 20555020 ENST00000332947 protein_coding 6 NA NA FAM43B ENSG00000183114 +CDS chr1 20552974 20553960 ENST00000332947 protein_coding 6 NA 1 FAM43B ENSG00000183114 +transcript chr1 20589097 20618903 ENST00000375071 protein_coding 4 1 NA CDA ENSG00000158825 +CDS chr1 20589130 20589283 ENST00000375071 protein_coding 4 1 1 CDA ENSG00000158825 +CDS chr1 20604928 20605039 ENST00000375071 protein_coding 4 1 2 CDA ENSG00000158825 +CDS chr1 20613842 20613899 ENST00000375071 protein_coding 4 1 3 CDA ENSG00000158825 +CDS chr1 20618452 20618565 ENST00000375071 protein_coding 4 1 4 CDA ENSG00000158825 +transcript chr1 20633458 20651511 ENST00000321556 protein_coding 5 1 NA PINK1 ENSG00000158828 +CDS chr1 20633549 20633935 ENST00000321556 protein_coding 5 1 1 PINK1 ENSG00000158828 +CDS chr1 20637842 20638129 ENST00000321556 protein_coding 5 1 2 PINK1 ENSG00000158828 +CDS chr1 20639892 20639992 ENST00000321556 protein_coding 5 1 3 PINK1 ENSG00000158828 +CDS chr1 20644490 20644672 ENST00000321556 protein_coding 5 1 4 PINK1 ENSG00000158828 +CDS chr1 20645560 20645723 ENST00000321556 protein_coding 5 1 5 PINK1 ENSG00000158828 +CDS chr1 20648505 20648632 ENST00000321556 protein_coding 5 1 6 PINK1 ENSG00000158828 +CDS chr1 20648995 20649231 ENST00000321556 protein_coding 5 1 7 PINK1 ENSG00000158828 +CDS chr1 20650434 20650688 ENST00000321556 protein_coding 5 1 8 PINK1 ENSG00000158828 +transcript chr1 20651767 20661544 ENST00000415136 protein_coding 6 1 NA DDOST ENSG00000244038 +transcript chr1 20651777 20661369 ENST00000602624 protein_coding 7 1 NA DDOST ENSG00000244038 +CDS chr1 20652382 20652528 ENST00000415136 protein_coding 6 1 11 DDOST ENSG00000244038 +CDS chr1 20652382 20652528 ENST00000602624 protein_coding 7 1 11 DDOST ENSG00000244038 +CDS chr1 20652621 20652727 ENST00000415136 protein_coding 6 1 10 DDOST ENSG00000244038 +CDS chr1 20652621 20652727 ENST00000602624 protein_coding 7 1 10 DDOST ENSG00000244038 +CDS chr1 20652851 20652971 ENST00000415136 protein_coding 6 1 9 DDOST ENSG00000244038 +CDS chr1 20652851 20652971 ENST00000602624 protein_coding 7 1 9 DDOST ENSG00000244038 +CDS chr1 20653627 20653774 ENST00000415136 protein_coding 6 1 8 DDOST ENSG00000244038 +CDS chr1 20653627 20653774 ENST00000602624 protein_coding 7 1 8 DDOST ENSG00000244038 +CDS chr1 20654223 20654371 ENST00000415136 protein_coding 6 1 7 DDOST ENSG00000244038 +CDS chr1 20654223 20654371 ENST00000602624 protein_coding 7 1 7 DDOST ENSG00000244038 +CDS chr1 20654614 20654707 ENST00000415136 protein_coding 6 1 6 DDOST ENSG00000244038 +CDS chr1 20654614 20654707 ENST00000602624 protein_coding 7 1 6 DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000415136 protein_coding 6 1 5 DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000602624 protein_coding 7 1 5 DDOST ENSG00000244038 +transcript chr1 20655440 20661388 ENST00000464364 protein_coding 1 5 NA DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000464364 protein_coding 1 5 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000415136 protein_coding 6 1 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000602624 protein_coding 7 1 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000464364 protein_coding 1 5 3 DDOST ENSG00000244038 +CDS chr1 20656101 20656187 ENST00000415136 protein_coding 6 1 3 DDOST ENSG00000244038 +CDS chr1 20656101 20656187 ENST00000602624 protein_coding 7 1 3 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000415136 protein_coding 6 1 2 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000602624 protein_coding 7 1 2 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000464364 protein_coding 1 5 2 DDOST ENSG00000244038 +CDS chr1 20661197 20661401 ENST00000415136 protein_coding 6 1 1 DDOST ENSG00000244038 +CDS chr1 20661197 20661350 ENST00000602624 protein_coding 7 1 1 DDOST ENSG00000244038 +CDS chr1 20661197 20661350 ENST00000464364 protein_coding 1 5 1 DDOST ENSG00000244038 +transcript chr1 20664014 20717491 ENST00000375044 protein_coding 5 1 NA KIF17 ENSG00000117245 +transcript chr1 20664014 20718007 ENST00000400463 protein_coding 8 1 NA KIF17 ENSG00000117245 +transcript chr1 20664016 20718017 ENST00000247986 protein_coding 2 1 NA KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000375044 protein_coding 5 1 15 KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000400463 protein_coding 8 1 15 KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000247986 protein_coding 2 1 15 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000375044 protein_coding 5 1 14 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000400463 protein_coding 8 1 14 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000247986 protein_coding 2 1 14 KIF17 ENSG00000117245 +CDS chr1 20670421 20670491 ENST00000375044 protein_coding 5 1 13 KIF17 ENSG00000117245 +CDS chr1 20670421 20670488 ENST00000400463 protein_coding 8 1 13 KIF17 ENSG00000117245 +CDS chr1 20670421 20670491 ENST00000247986 protein_coding 2 1 13 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000375044 protein_coding 5 1 12 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000400463 protein_coding 8 1 12 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000247986 protein_coding 2 1 12 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000375044 protein_coding 5 1 11 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000400463 protein_coding 8 1 11 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000247986 protein_coding 2 1 11 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000375044 protein_coding 5 1 10 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000400463 protein_coding 8 1 10 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000247986 protein_coding 2 1 10 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000375044 protein_coding 5 1 9 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000400463 protein_coding 8 1 9 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000247986 protein_coding 2 1 9 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000375044 protein_coding 5 1 8 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000400463 protein_coding 8 1 8 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000247986 protein_coding 2 1 8 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000375044 protein_coding 5 1 7 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000400463 protein_coding 8 1 7 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000247986 protein_coding 2 1 7 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000375044 protein_coding 5 1 6 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000400463 protein_coding 8 1 6 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000247986 protein_coding 2 1 6 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000375044 protein_coding 5 1 5 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000400463 protein_coding 8 1 5 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000247986 protein_coding 2 1 5 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000375044 protein_coding 5 1 4 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000400463 protein_coding 8 1 4 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000247986 protein_coding 2 1 4 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000375044 protein_coding 5 1 3 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000400463 protein_coding 8 1 3 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000247986 protein_coding 2 1 3 KIF17 ENSG00000117245 +CDS chr1 20715493 20715570 ENST00000375044 protein_coding 5 1 2 KIF17 ENSG00000117245 +CDS chr1 20715493 20715639 ENST00000400463 protein_coding 8 1 2 KIF17 ENSG00000117245 +CDS chr1 20715493 20715639 ENST00000247986 protein_coding 2 1 2 KIF17 ENSG00000117245 +CDS chr1 20717476 20717706 ENST00000400463 protein_coding 8 1 1 KIF17 ENSG00000117245 +CDS chr1 20717476 20717706 ENST00000247986 protein_coding 2 1 1 KIF17 ENSG00000117245 +transcript chr1 20719731 20732703 ENST00000444387 protein_coding 7 2 NA SH2D5 ENSG00000189410 +transcript chr1 20719732 20732640 ENST00000375031 protein_coding 5 2 NA SH2D5 ENSG00000189410 +CDS chr1 20721795 20721995 ENST00000444387 protein_coding 7 2 10 SH2D5 ENSG00000189410 +CDS chr1 20721795 20721995 ENST00000375031 protein_coding 5 2 9 SH2D5 ENSG00000189410 +CDS chr1 20722756 20722915 ENST00000444387 protein_coding 7 2 9 SH2D5 ENSG00000189410 +CDS chr1 20722756 20722915 ENST00000375031 protein_coding 5 2 8 SH2D5 ENSG00000189410 +CDS chr1 20723626 20723734 ENST00000444387 protein_coding 7 2 8 SH2D5 ENSG00000189410 +CDS chr1 20723626 20723734 ENST00000375031 protein_coding 5 2 7 SH2D5 ENSG00000189410 +CDS chr1 20724083 20724251 ENST00000444387 protein_coding 7 2 7 SH2D5 ENSG00000189410 +CDS chr1 20724083 20724251 ENST00000375031 protein_coding 5 2 6 SH2D5 ENSG00000189410 +CDS chr1 20724396 20724635 ENST00000444387 protein_coding 7 2 6 SH2D5 ENSG00000189410 +CDS chr1 20724396 20724635 ENST00000375031 protein_coding 5 2 5 SH2D5 ENSG00000189410 +transcript chr1 20724601 20732278 ENST00000447746 protein_coding 6 4 NA SH2D5 ENSG00000189410 +CDS chr1 20724601 20724635 ENST00000447746 protein_coding 6 4 5 SH2D5 ENSG00000189410 +transcript chr1 20724631 20732837 ENST00000518294 protein_coding 5 5 NA SH2D5 ENSG00000189410 +CDS chr1 20724631 20724635 ENST00000518294 protein_coding 5 5 6 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000444387 protein_coding 7 2 5 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726057 ENST00000375031 protein_coding 5 2 4 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000447746 protein_coding 6 4 4 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000518294 protein_coding 5 5 5 SH2D5 ENSG00000189410 +transcript chr1 20725932 20731591 ENST00000517430 protein_coding 5 4 NA SH2D5 ENSG00000189410 +CDS chr1 20725932 20726066 ENST00000517430 protein_coding 5 4 5 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000444387 protein_coding 7 2 4 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000518294 protein_coding 5 5 4 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000517430 protein_coding 5 4 4 SH2D5 ENSG00000189410 +transcript chr1 20727032 20731175 ENST00000519434 protein_coding 1 5 NA SH2D5 ENSG00000189410 +CDS chr1 20727032 20727075 ENST00000519434 protein_coding 1 5 5 SH2D5 ENSG00000189410 +CDS chr1 20727469 20727603 ENST00000447746 protein_coding 6 4 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000444387 protein_coding 7 2 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000518294 protein_coding 5 5 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000517430 protein_coding 5 4 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000519434 protein_coding 1 5 4 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000444387 protein_coding 7 2 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000447746 protein_coding 6 4 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000518294 protein_coding 5 5 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000517430 protein_coding 5 4 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000519434 protein_coding 1 5 3 SH2D5 ENSG00000189410 +transcript chr1 20740266 20787307 ENST00000438032 protein_coding 6 5 NA HP1BP3 ENSG00000127483 +transcript chr1 20742679 20786652 ENST00000312239 protein_coding 10 2 NA HP1BP3 ENSG00000127483 +transcript chr1 20742682 20775005 ENST00000375003 protein_coding 6 1 NA HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000438032 protein_coding 6 5 13 HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000312239 protein_coding 10 2 13 HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000375003 protein_coding 6 1 9 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000438032 protein_coding 6 5 12 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000312239 protein_coding 10 2 12 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000375003 protein_coding 6 1 8 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000438032 protein_coding 6 5 11 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000312239 protein_coding 10 2 11 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000375003 protein_coding 6 1 7 HP1BP3 ENSG00000127483 +transcript chr1 20747615 20776604 ENST00000419948 protein_coding 5 5 NA HP1BP3 ENSG00000127483 +CDS chr1 20747615 20747655 ENST00000419948 protein_coding 5 5 7 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000438032 protein_coding 6 5 10 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000312239 protein_coding 10 2 10 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000375003 protein_coding 6 1 6 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000419948 protein_coding 5 5 6 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000438032 protein_coding 6 5 9 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000312239 protein_coding 10 2 9 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000375003 protein_coding 6 1 5 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000419948 protein_coding 5 5 5 HP1BP3 ENSG00000127483 +transcript chr1 20757199 20787312 ENST00000424732 protein_coding 5 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20757199 20757256 ENST00000424732 protein_coding 5 3 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000438032 protein_coding 6 5 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000312239 protein_coding 10 2 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000375003 protein_coding 6 1 4 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000419948 protein_coding 5 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000424732 protein_coding 5 3 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000438032 protein_coding 6 5 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000312239 protein_coding 10 2 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000375003 protein_coding 6 1 3 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000424732 protein_coding 5 3 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000438032 protein_coding 6 5 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000312239 protein_coding 10 2 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000375003 protein_coding 6 1 2 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000419948 protein_coding 5 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000424732 protein_coding 5 3 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000438032 protein_coding 6 5 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000312239 protein_coding 10 2 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773504 ENST00000375003 protein_coding 6 1 1 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000419948 protein_coding 5 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000424732 protein_coding 5 3 4 HP1BP3 ENSG00000127483 +transcript chr1 20773587 20786283 ENST00000417710 protein_coding 5 5 NA HP1BP3 ENSG00000127483 +CDS chr1 20773587 20773610 ENST00000417710 protein_coding 5 5 5 HP1BP3 ENSG00000127483 +transcript chr1 20775655 20786640 ENST00000375000 protein_coding 5 1 NA HP1BP3 ENSG00000127483 +CDS chr1 20775957 20776005 ENST00000375000 protein_coding 5 1 5 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000438032 protein_coding 6 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000312239 protein_coding 10 2 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776604 ENST00000419948 protein_coding 5 5 1 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000424732 protein_coding 5 3 3 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000417710 protein_coding 5 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000375000 protein_coding 5 1 4 HP1BP3 ENSG00000127483 +transcript chr1 20776698 20787323 ENST00000437575 protein_coding 5 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20776698 20776750 ENST00000437575 protein_coding 5 3 4 HP1BP3 ENSG00000127483 +transcript chr1 20776713 20786652 ENST00000419490 protein_coding 5 4 NA HP1BP3 ENSG00000127483 +CDS chr1 20776713 20776750 ENST00000419490 protein_coding 5 4 3 HP1BP3 ENSG00000127483 +transcript chr1 20776720 20786652 ENST00000414993 protein_coding 1 4 NA HP1BP3 ENSG00000127483 +CDS chr1 20776720 20776750 ENST00000414993 protein_coding 1 4 4 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000438032 protein_coding 6 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000312239 protein_coding 10 2 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000424732 protein_coding 5 3 2 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000417710 protein_coding 5 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000375000 protein_coding 5 1 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000437575 protein_coding 5 3 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000419490 protein_coding 5 4 2 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000414993 protein_coding 1 4 3 HP1BP3 ENSG00000127483 +transcript chr1 20779836 20786666 ENST00000443615 protein_coding 1 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20779836 20779893 ENST00000443615 protein_coding 1 3 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000438032 protein_coding 6 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000312239 protein_coding 10 2 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000417710 protein_coding 5 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000375000 protein_coding 5 1 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000414993 protein_coding 1 4 2 HP1BP3 ENSG00000127483 +transcript chr1 20806292 21176888 ENST00000374935 protein_coding 7 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21050994 ENST00000264211 protein_coding 13 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21176836 ENST00000685872 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21176897 ENST00000602326 protein_coding 6 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20806483 21177285 ENST00000686579 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806488 21113129 ENST00000684485 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806488 21176234 ENST00000688741 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20807004 21176847 ENST00000400422 protein_coding 6 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20807319 21176836 ENST00000634879 protein_coding 2 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20807319 21176836 ENST00000693470 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000374935 protein_coding 7 5 33 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000264211 protein_coding 13 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000685872 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000602326 protein_coding 6 1 37 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000686579 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000684485 protein_coding 1 NA 36 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000688741 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000400422 protein_coding 6 1 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000634879 protein_coding 2 5 34 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000693470 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000374935 protein_coding 7 5 32 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000264211 protein_coding 13 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000685872 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000602326 protein_coding 6 1 36 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000686579 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000684485 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000688741 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000400422 protein_coding 6 1 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000634879 protein_coding 2 5 33 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000693470 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000374935 protein_coding 7 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000264211 protein_coding 13 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000685872 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000602326 protein_coding 6 1 35 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000686579 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000684485 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000688741 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000400422 protein_coding 6 1 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000634879 protein_coding 2 5 32 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000693470 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000374935 protein_coding 7 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000264211 protein_coding 13 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000685872 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000602326 protein_coding 6 1 34 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000686579 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000684485 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000688741 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000400422 protein_coding 6 1 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000634879 protein_coding 2 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000693470 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000374935 protein_coding 7 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000264211 protein_coding 13 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000685872 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000602326 protein_coding 6 1 33 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000686579 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000684485 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000688741 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000400422 protein_coding 6 1 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000634879 protein_coding 2 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000693470 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000374935 protein_coding 7 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000264211 protein_coding 13 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000685872 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000602326 protein_coding 6 1 32 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000686579 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000684485 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000688741 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000400422 protein_coding 6 1 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000634879 protein_coding 2 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000693470 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000374935 protein_coding 7 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000264211 protein_coding 13 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000685872 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000602326 protein_coding 6 1 31 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000686579 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000684485 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000688741 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000400422 protein_coding 6 1 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000634879 protein_coding 2 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000693470 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000374935 protein_coding 7 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000264211 protein_coding 13 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000685872 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000602326 protein_coding 6 1 30 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000686579 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000684485 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000688741 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000400422 protein_coding 6 1 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000634879 protein_coding 2 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000693470 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000374935 protein_coding 7 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000264211 protein_coding 13 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000685872 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000602326 protein_coding 6 1 29 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000686579 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000684485 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000688741 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000400422 protein_coding 6 1 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000634879 protein_coding 2 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000693470 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000374935 protein_coding 7 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000264211 protein_coding 13 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000685872 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000602326 protein_coding 6 1 28 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000686579 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000684485 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000688741 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000400422 protein_coding 6 1 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000634879 protein_coding 2 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000693470 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000374935 protein_coding 7 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000264211 protein_coding 13 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000685872 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000602326 protein_coding 6 1 27 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000686579 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000684485 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000688741 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000400422 protein_coding 6 1 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000634879 protein_coding 2 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000693470 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000374935 protein_coding 7 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000264211 protein_coding 13 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000685872 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000602326 protein_coding 6 1 26 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000686579 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000684485 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000688741 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000400422 protein_coding 6 1 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000634879 protein_coding 2 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000693470 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000374935 protein_coding 7 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000264211 protein_coding 13 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000685872 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000602326 protein_coding 6 1 25 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000686579 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000684485 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000688741 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000400422 protein_coding 6 1 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000634879 protein_coding 2 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000693470 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000374935 protein_coding 7 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000264211 protein_coding 13 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000685872 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000602326 protein_coding 6 1 24 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000686579 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000684485 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000688741 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000400422 protein_coding 6 1 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000634879 protein_coding 2 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000693470 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000374935 protein_coding 7 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000264211 protein_coding 13 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000685872 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000602326 protein_coding 6 1 23 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000686579 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000684485 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000688741 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000400422 protein_coding 6 1 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000634879 protein_coding 2 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000693470 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000374935 protein_coding 7 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000264211 protein_coding 13 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000685872 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000602326 protein_coding 6 1 22 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000686579 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000684485 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000688741 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000400422 protein_coding 6 1 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000634879 protein_coding 2 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000693470 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000374935 protein_coding 7 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000264211 protein_coding 13 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000685872 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000602326 protein_coding 6 1 21 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000686579 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000684485 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000688741 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000400422 protein_coding 6 1 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000634879 protein_coding 2 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000693470 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000374935 protein_coding 7 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000264211 protein_coding 13 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000685872 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000602326 protein_coding 6 1 20 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000686579 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000684485 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000688741 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000400422 protein_coding 6 1 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000634879 protein_coding 2 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000693470 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000374935 protein_coding 7 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000264211 protein_coding 13 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000685872 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000602326 protein_coding 6 1 19 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000686579 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000684485 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000688741 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000400422 protein_coding 6 1 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000634879 protein_coding 2 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000693470 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20892619 20892729 ENST00000684485 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20892619 20892729 ENST00000400422 protein_coding 6 1 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000374935 protein_coding 7 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000264211 protein_coding 13 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000685872 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000602326 protein_coding 6 1 18 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000686579 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000684485 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000688741 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000400422 protein_coding 6 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000634879 protein_coding 2 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000693470 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000374935 protein_coding 7 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000264211 protein_coding 13 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000685872 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000602326 protein_coding 6 1 17 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000686579 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000684485 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000688741 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000400422 protein_coding 6 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000634879 protein_coding 2 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000693470 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000374935 protein_coding 7 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000264211 protein_coding 13 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000685872 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000602326 protein_coding 6 1 16 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000686579 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000684485 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000688741 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000400422 protein_coding 6 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000634879 protein_coding 2 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000693470 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000374935 protein_coding 7 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000264211 protein_coding 13 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000685872 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000602326 protein_coding 6 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000686579 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000684485 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000688741 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000400422 protein_coding 6 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000634879 protein_coding 2 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000693470 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +transcript chr1 20941242 21174737 ENST00000356916 protein_coding 7 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20941247 21168039 ENST00000682284 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +CDS chr1 20941379 20941395 ENST00000356916 protein_coding 7 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20941379 20941395 ENST00000682284 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000264211 protein_coding 13 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000685872 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000602326 protein_coding 6 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000686579 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000684485 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000688741 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000400422 protein_coding 6 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000634879 protein_coding 2 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000693470 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000356916 protein_coding 7 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000682284 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000374935 protein_coding 7 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000264211 protein_coding 13 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000685872 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000602326 protein_coding 6 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000686579 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000684485 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000688741 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000400422 protein_coding 6 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000634879 protein_coding 2 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000693470 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000356916 protein_coding 7 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000682284 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +transcript chr1 20950006 21176884 ENST00000438975 protein_coding 5 5 NA EIF4G3 ENSG00000075151 +CDS chr1 20950006 20950111 ENST00000438975 protein_coding 5 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000374935 protein_coding 7 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000264211 protein_coding 13 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000685872 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000602326 protein_coding 6 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000686579 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000684485 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000688741 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000400422 protein_coding 6 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000634879 protein_coding 2 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000693470 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000356916 protein_coding 7 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000682284 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000438975 protein_coding 5 5 9 EIF4G3 ENSG00000075151 +transcript chr1 20969474 21176857 ENST00000411888 protein_coding 5 5 NA EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000411888 protein_coding 5 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000374935 protein_coding 7 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000264211 protein_coding 13 5 5 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000685872 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000602326 protein_coding 6 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000686579 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000684485 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000688741 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000400422 protein_coding 6 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000634879 protein_coding 2 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000693470 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000356916 protein_coding 7 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000682284 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000438975 protein_coding 5 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000411888 protein_coding 5 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000374935 protein_coding 7 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000264211 protein_coding 13 5 4 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000685872 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000602326 protein_coding 6 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000686579 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000684485 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000688741 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000400422 protein_coding 6 1 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000634879 protein_coding 2 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000693470 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000356916 protein_coding 7 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000682284 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000438975 protein_coding 5 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000411888 protein_coding 5 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000374935 protein_coding 7 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000264211 protein_coding 13 5 3 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000685872 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000602326 protein_coding 6 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000686579 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000684485 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000688741 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000400422 protein_coding 6 1 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000634879 protein_coding 2 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000693470 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000356916 protein_coding 7 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000682284 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000438975 protein_coding 5 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000411888 protein_coding 5 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000602326 protein_coding 6 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000686579 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000684485 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000602326 protein_coding 6 1 7 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000684485 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000688741 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000356916 protein_coding 7 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000682284 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000602326 protein_coding 6 1 6 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000688741 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000411888 protein_coding 5 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000374935 protein_coding 7 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000264211 protein_coding 13 5 2 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000685872 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000602326 protein_coding 6 1 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000686579 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000684485 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000688741 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000400422 protein_coding 6 1 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000634879 protein_coding 2 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000693470 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000356916 protein_coding 7 1 7 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000682284 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000438975 protein_coding 5 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000411888 protein_coding 5 5 4 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000685872 protein_coding 1 NA 3 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000634879 protein_coding 2 5 4 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000693470 protein_coding 1 NA 3 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000685872 protein_coding 1 NA 2 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000634879 protein_coding 2 5 3 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000693470 protein_coding 1 NA 2 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176392 ENST00000685872 protein_coding 1 NA 1 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176358 ENST00000634879 protein_coding 2 5 2 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176836 ENST00000693470 protein_coding 1 NA 1 EIF4G3 ENSG00000075151 +CDS chr1 21176722 21176836 ENST00000634879 protein_coding 2 5 1 EIF4G3 ENSG00000075151 +transcript chr1 21217247 21345504 ENST00000415912 protein_coding 6 1 NA ECE1 ENSG00000117298 +transcript chr1 21217250 21290463 ENST00000374893 protein_coding 11 1 NA ECE1 ENSG00000117298 +transcript chr1 21217281 21345572 ENST00000649812 protein_coding 1 NA NA ECE1 ENSG00000117298 +CDS chr1 21217714 21217978 ENST00000649812 protein_coding 1 NA 20 ECE1 ENSG00000117298 +transcript chr1 21218584 21279549 ENST00000357071 protein_coding 8 1 NA ECE1 ENSG00000117298 +transcript chr1 21219894 21290464 ENST00000436918 protein_coding 6 2 NA ECE1 ENSG00000117298 +transcript chr1 21219937 21290257 ENST00000264205 protein_coding 10 1 NA ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000415912 protein_coding 6 1 19 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000374893 protein_coding 11 1 19 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000357071 protein_coding 8 1 17 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000436918 protein_coding 6 2 18 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000264205 protein_coding 10 1 18 ECE1 ENSG00000117298 +CDS chr1 21219959 21220131 ENST00000649812 protein_coding 1 NA 19 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000415912 protein_coding 6 1 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000374893 protein_coding 11 1 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000649812 protein_coding 1 NA 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000357071 protein_coding 8 1 16 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000264205 protein_coding 10 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000415912 protein_coding 6 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000374893 protein_coding 11 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000649812 protein_coding 1 NA 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000357071 protein_coding 8 1 15 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000436918 protein_coding 6 2 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000264205 protein_coding 10 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000415912 protein_coding 6 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000374893 protein_coding 11 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000649812 protein_coding 1 NA 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000357071 protein_coding 8 1 14 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000436918 protein_coding 6 2 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000264205 protein_coding 10 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000415912 protein_coding 6 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000374893 protein_coding 11 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000649812 protein_coding 1 NA 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000357071 protein_coding 8 1 13 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000436918 protein_coding 6 2 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000264205 protein_coding 10 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000415912 protein_coding 6 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000374893 protein_coding 11 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000649812 protein_coding 1 NA 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000357071 protein_coding 8 1 12 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000436918 protein_coding 6 2 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000264205 protein_coding 10 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000415912 protein_coding 6 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000374893 protein_coding 11 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000649812 protein_coding 1 NA 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000357071 protein_coding 8 1 11 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000436918 protein_coding 6 2 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000264205 protein_coding 10 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000415912 protein_coding 6 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000374893 protein_coding 11 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000649812 protein_coding 1 NA 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000357071 protein_coding 8 1 10 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000436918 protein_coding 6 2 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000264205 protein_coding 10 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000415912 protein_coding 6 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000374893 protein_coding 11 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000649812 protein_coding 1 NA 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000357071 protein_coding 8 1 9 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000436918 protein_coding 6 2 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000264205 protein_coding 10 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000415912 protein_coding 6 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000374893 protein_coding 11 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000649812 protein_coding 1 NA 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000357071 protein_coding 8 1 8 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000436918 protein_coding 6 2 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000264205 protein_coding 10 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000415912 protein_coding 6 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000374893 protein_coding 11 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000649812 protein_coding 1 NA 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000357071 protein_coding 8 1 7 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000436918 protein_coding 6 2 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000264205 protein_coding 10 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000415912 protein_coding 6 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000374893 protein_coding 11 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000649812 protein_coding 1 NA 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000357071 protein_coding 8 1 6 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000436918 protein_coding 6 2 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000264205 protein_coding 10 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000415912 protein_coding 6 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000374893 protein_coding 11 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000649812 protein_coding 1 NA 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000357071 protein_coding 8 1 5 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000436918 protein_coding 6 2 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000264205 protein_coding 10 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000415912 protein_coding 6 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000374893 protein_coding 11 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000649812 protein_coding 1 NA 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000357071 protein_coding 8 1 4 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000436918 protein_coding 6 2 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000264205 protein_coding 10 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000415912 protein_coding 6 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000374893 protein_coding 11 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000649812 protein_coding 1 NA 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000357071 protein_coding 8 1 3 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000436918 protein_coding 6 2 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000264205 protein_coding 10 1 4 ECE1 ENSG00000117298 +transcript chr1 21260313 21280069 ENST00000473505 protein_coding 5 3 NA ECE1 ENSG00000117298 +CDS chr1 21260313 21260392 ENST00000473505 protein_coding 5 3 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000415912 protein_coding 6 1 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000374893 protein_coding 11 1 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000649812 protein_coding 1 NA 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000357071 protein_coding 8 1 2 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000436918 protein_coding 6 2 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000264205 protein_coding 10 1 3 ECE1 ENSG00000117298 +CDS chr1 21272699 21272849 ENST00000473505 protein_coding 5 3 3 ECE1 ENSG00000117298 +transcript chr1 21272746 21298999 ENST00000481130 protein_coding 6 4 NA ECE1 ENSG00000117298 +CDS chr1 21272746 21272911 ENST00000481130 protein_coding 6 4 4 ECE1 ENSG00000117298 +transcript chr1 21272832 21294424 ENST00000527991 protein_coding 2 4 NA ECE1 ENSG00000117298 +CDS chr1 21272832 21272911 ENST00000527991 protein_coding 2 4 4 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000415912 protein_coding 6 1 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000374893 protein_coding 11 1 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000649812 protein_coding 1 NA 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279434 ENST00000357071 protein_coding 8 1 1 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000436918 protein_coding 6 2 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000264205 protein_coding 10 1 2 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000481130 protein_coding 6 4 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000527991 protein_coding 2 4 3 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000415912 protein_coding 6 1 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000374893 protein_coding 11 1 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000649812 protein_coding 1 NA 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000436918 protein_coding 6 2 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290198 ENST00000264205 protein_coding 10 1 1 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000481130 protein_coding 6 4 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000527991 protein_coding 2 4 2 ECE1 ENSG00000117298 +CDS chr1 21290364 21290414 ENST00000374893 protein_coding 11 1 1 ECE1 ENSG00000117298 +CDS chr1 21290364 21290414 ENST00000436918 protein_coding 6 2 1 ECE1 ENSG00000117298 +CDS chr1 21298817 21298825 ENST00000481130 protein_coding 6 4 1 ECE1 ENSG00000117298 +CDS chr1 21345376 21345378 ENST00000415912 protein_coding 6 1 1 ECE1 ENSG00000117298 +CDS chr1 21345376 21345378 ENST00000649812 protein_coding 1 NA 1 ECE1 ENSG00000117298 +transcript chr1 21440128 21483467 ENST00000454000 protein_coding 6 2 NA NBPF3 ENSG00000142794 +transcript chr1 21440137 21484900 ENST00000318249 protein_coding 10 1 NA NBPF3 ENSG00000142794 +transcript chr1 21440164 21484900 ENST00000342104 protein_coding 9 2 NA NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000454000 protein_coding 6 2 2 NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000342104 protein_coding 9 2 2 NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000318249 protein_coding 10 1 2 NBPF3 ENSG00000142794 +transcript chr1 21468550 21483412 ENST00000619554 protein_coding 1 2 NA NBPF3 ENSG00000142794 +CDS chr1 21468688 21468897 ENST00000342104 protein_coding 9 2 3 NBPF3 ENSG00000142794 +CDS chr1 21468688 21468897 ENST00000318249 protein_coding 10 1 3 NBPF3 ENSG00000142794 +CDS chr1 21468723 21468897 ENST00000619554 protein_coding 1 2 2 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000454000 protein_coding 6 2 3 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000342104 protein_coding 9 2 4 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000318249 protein_coding 10 1 4 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000619554 protein_coding 1 2 3 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000454000 protein_coding 6 2 4 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000342104 protein_coding 9 2 5 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000318249 protein_coding 10 1 5 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000619554 protein_coding 1 2 4 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000454000 protein_coding 6 2 5 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000342104 protein_coding 9 2 6 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000318249 protein_coding 10 1 6 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000619554 protein_coding 1 2 5 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000454000 protein_coding 6 2 6 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000342104 protein_coding 9 2 7 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000318249 protein_coding 10 1 7 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000619554 protein_coding 1 2 6 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000454000 protein_coding 6 2 7 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000342104 protein_coding 9 2 8 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000318249 protein_coding 10 1 8 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000619554 protein_coding 1 2 7 NBPF3 ENSG00000142794 +CDS chr1 21478069 21478196 ENST00000342104 protein_coding 9 2 9 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000454000 protein_coding 6 2 8 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000318249 protein_coding 10 1 9 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000619554 protein_coding 1 2 8 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000454000 protein_coding 6 2 9 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000342104 protein_coding 9 2 10 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000318249 protein_coding 10 1 10 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000619554 protein_coding 1 2 9 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000454000 protein_coding 6 2 10 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000342104 protein_coding 9 2 11 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000318249 protein_coding 10 1 11 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000619554 protein_coding 1 2 10 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000454000 protein_coding 6 2 11 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000342104 protein_coding 9 2 12 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000318249 protein_coding 10 1 12 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000619554 protein_coding 1 2 11 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000454000 protein_coding 6 2 12 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000342104 protein_coding 9 2 13 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000318249 protein_coding 10 1 13 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000619554 protein_coding 1 2 12 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000454000 protein_coding 6 2 13 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000342104 protein_coding 9 2 14 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000318249 protein_coding 10 1 14 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000619554 protein_coding 1 2 13 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000454000 protein_coding 6 2 14 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000342104 protein_coding 9 2 15 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000318249 protein_coding 10 1 15 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000619554 protein_coding 1 2 14 NBPF3 ENSG00000142794 +transcript chr1 21509423 21578410 ENST00000374840 protein_coding 8 1 NA ALPL ENSG00000162551 +transcript chr1 21509426 21578399 ENST00000539907 protein_coding 5 2 NA ALPL ENSG00000162551 +transcript chr1 21509428 21578175 ENST00000540617 protein_coding 5 2 NA ALPL ENSG00000162551 +transcript chr1 21551279 21578012 ENST00000374832 protein_coding 5 2 NA ALPL ENSG00000162551 +CDS chr1 21554082 21554142 ENST00000374840 protein_coding 8 1 2 ALPL ENSG00000162551 +CDS chr1 21554082 21554142 ENST00000374832 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21560626 21560745 ENST00000374840 protein_coding 8 1 3 ALPL ENSG00000162551 +CDS chr1 21560626 21560745 ENST00000374832 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21560680 21560745 ENST00000539907 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21560730 21560745 ENST00000540617 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000374840 protein_coding 8 1 4 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000540617 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000374832 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000374840 protein_coding 8 1 5 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000539907 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000540617 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000374832 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000374840 protein_coding 8 1 6 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000539907 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000540617 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000374832 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000374840 protein_coding 8 1 7 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000539907 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000540617 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000374832 protein_coding 5 2 7 ALPL ENSG00000162551 +transcript chr1 21570303 21577731 ENST00000374830 protein_coding 2 4 NA ALPL ENSG00000162551 +CDS chr1 21570303 21570374 ENST00000374830 protein_coding 2 4 1 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000374840 protein_coding 8 1 8 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000539907 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000540617 protein_coding 5 2 7 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000374832 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000374840 protein_coding 8 1 9 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000539907 protein_coding 5 2 7 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000540617 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000374832 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374840 protein_coding 8 1 10 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000539907 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000540617 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374832 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374830 protein_coding 2 4 2 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374840 protein_coding 8 1 11 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000539907 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000540617 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374832 protein_coding 5 2 11 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374830 protein_coding 2 4 3 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374840 protein_coding 8 1 12 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000539907 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000540617 protein_coding 5 2 11 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374832 protein_coding 5 2 12 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374830 protein_coding 2 4 4 ALPL ENSG00000162551 +transcript chr1 21596221 21620041 ENST00000374763 protein_coding 6 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21596221 21622568 ENST00000374761 protein_coding 6 5 NA RAP1GAP ENSG00000076864 +transcript chr1 21596221 21669357 ENST00000374765 protein_coding 9 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21596222 21669301 ENST00000542643 protein_coding 6 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21597008 21651836 ENST00000495204 protein_coding 5 1 NA RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374763 protein_coding 6 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374761 protein_coding 6 5 22 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374765 protein_coding 9 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000542643 protein_coding 6 1 26 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000495204 protein_coding 5 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374763 protein_coding 6 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374761 protein_coding 6 5 21 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374765 protein_coding 9 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598040 ENST00000542643 protein_coding 6 1 25 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000495204 protein_coding 5 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374763 protein_coding 6 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374761 protein_coding 6 5 20 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374765 protein_coding 9 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000542643 protein_coding 6 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000495204 protein_coding 5 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374763 protein_coding 6 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374761 protein_coding 6 5 19 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374765 protein_coding 9 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000542643 protein_coding 6 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000495204 protein_coding 5 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374763 protein_coding 6 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374761 protein_coding 6 5 18 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374765 protein_coding 9 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000542643 protein_coding 6 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000495204 protein_coding 5 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374763 protein_coding 6 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374761 protein_coding 6 5 17 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374765 protein_coding 9 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000542643 protein_coding 6 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000495204 protein_coding 5 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21603658 21603912 ENST00000374763 protein_coding 6 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21603835 21603912 ENST00000542643 protein_coding 6 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374763 protein_coding 6 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374761 protein_coding 6 5 16 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374765 protein_coding 9 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000542643 protein_coding 6 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000495204 protein_coding 5 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374763 protein_coding 6 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374761 protein_coding 6 5 15 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374765 protein_coding 9 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000542643 protein_coding 6 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000495204 protein_coding 5 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374763 protein_coding 6 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374761 protein_coding 6 5 14 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374765 protein_coding 9 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000542643 protein_coding 6 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000495204 protein_coding 5 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374763 protein_coding 6 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374761 protein_coding 6 5 13 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374765 protein_coding 9 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000542643 protein_coding 6 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000495204 protein_coding 5 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374763 protein_coding 6 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374761 protein_coding 6 5 12 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374765 protein_coding 9 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000542643 protein_coding 6 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000495204 protein_coding 5 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374763 protein_coding 6 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374761 protein_coding 6 5 11 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374765 protein_coding 9 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000542643 protein_coding 6 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000495204 protein_coding 5 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374763 protein_coding 6 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374761 protein_coding 6 5 10 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374765 protein_coding 9 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000542643 protein_coding 6 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000495204 protein_coding 5 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374763 protein_coding 6 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374761 protein_coding 6 5 9 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374765 protein_coding 9 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000542643 protein_coding 6 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000495204 protein_coding 5 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374763 protein_coding 6 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374761 protein_coding 6 5 8 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374765 protein_coding 9 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000542643 protein_coding 6 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000495204 protein_coding 5 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374763 protein_coding 6 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374761 protein_coding 6 5 7 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374765 protein_coding 9 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000542643 protein_coding 6 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000495204 protein_coding 5 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374763 protein_coding 6 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374761 protein_coding 6 5 6 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374765 protein_coding 9 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000542643 protein_coding 6 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000495204 protein_coding 5 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374763 protein_coding 6 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374761 protein_coding 6 5 5 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374765 protein_coding 9 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000542643 protein_coding 6 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000495204 protein_coding 5 1 7 RAP1GAP ENSG00000076864 +transcript chr1 21617307 21669308 ENST00000317967 protein_coding 11 2 NA RAP1GAP ENSG00000076864 +CDS chr1 21617307 21617491 ENST00000317967 protein_coding 11 2 8 RAP1GAP ENSG00000076864 +transcript chr1 21617932 21653307 ENST00000447293 protein_coding 5 2 NA RAP1GAP ENSG00000076864 +CDS chr1 21617932 21617972 ENST00000447293 protein_coding 5 2 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374763 protein_coding 6 1 3 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374761 protein_coding 6 5 4 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374765 protein_coding 9 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000542643 protein_coding 6 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000495204 protein_coding 5 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000317967 protein_coding 11 2 7 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374763 protein_coding 6 1 2 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374761 protein_coding 6 5 3 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374765 protein_coding 9 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000542643 protein_coding 6 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000495204 protein_coding 5 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000317967 protein_coding 11 2 6 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000447293 protein_coding 5 2 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000374763 protein_coding 6 1 1 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620050 ENST00000374761 protein_coding 6 5 2 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000374765 protein_coding 9 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000542643 protein_coding 6 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620050 ENST00000495204 protein_coding 5 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000317967 protein_coding 11 2 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000447293 protein_coding 5 2 4 RAP1GAP ENSG00000076864 +CDS chr1 21622339 21622413 ENST00000374761 protein_coding 6 5 1 RAP1GAP ENSG00000076864 +CDS chr1 21626304 21626397 ENST00000495204 protein_coding 5 1 3 RAP1GAP ENSG00000076864 +CDS chr1 21649761 21649796 ENST00000495204 protein_coding 5 1 2 RAP1GAP ENSG00000076864 +CDS chr1 21651779 21651822 ENST00000495204 protein_coding 5 1 1 RAP1GAP ENSG00000076864 +transcript chr1 21678298 21783149 ENST00000308271 protein_coding 14 1 NA USP48 ENSG00000090686 +transcript chr1 21678298 21783195 ENST00000400301 protein_coding 5 1 NA USP48 ENSG00000090686 +transcript chr1 21678903 21725119 ENST00000374732 protein_coding 7 2 NA USP48 ENSG00000090686 +transcript chr1 21679367 21782991 ENST00000529637 protein_coding 5 1 NA USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000308271 protein_coding 14 1 27 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000374732 protein_coding 7 2 15 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000529637 protein_coding 5 1 27 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000400301 protein_coding 5 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000308271 protein_coding 14 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000374732 protein_coding 7 2 14 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000529637 protein_coding 5 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000400301 protein_coding 5 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000308271 protein_coding 14 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000374732 protein_coding 7 2 13 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000529637 protein_coding 5 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000400301 protein_coding 5 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000308271 protein_coding 14 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000374732 protein_coding 7 2 12 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000529637 protein_coding 5 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000400301 protein_coding 5 1 23 USP48 ENSG00000090686 +CDS chr1 21695066 21695221 ENST00000308271 protein_coding 14 1 23 USP48 ENSG00000090686 +CDS chr1 21695066 21695221 ENST00000529637 protein_coding 5 1 23 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000308271 protein_coding 14 1 22 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000374732 protein_coding 7 2 11 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000529637 protein_coding 5 1 22 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000400301 protein_coding 5 1 22 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000308271 protein_coding 14 1 21 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000374732 protein_coding 7 2 10 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000529637 protein_coding 5 1 21 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000400301 protein_coding 5 1 21 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000308271 protein_coding 14 1 20 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000374732 protein_coding 7 2 9 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000529637 protein_coding 5 1 20 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000400301 protein_coding 5 1 20 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000308271 protein_coding 14 1 19 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000374732 protein_coding 7 2 8 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000529637 protein_coding 5 1 19 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000400301 protein_coding 5 1 19 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000308271 protein_coding 14 1 18 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000374732 protein_coding 7 2 7 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000529637 protein_coding 5 1 18 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000400301 protein_coding 5 1 18 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000308271 protein_coding 14 1 17 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000374732 protein_coding 7 2 6 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000529637 protein_coding 5 1 17 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000400301 protein_coding 5 1 17 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000308271 protein_coding 14 1 16 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000374732 protein_coding 7 2 5 USP48 ENSG00000090686 +CDS chr1 21706744 21706907 ENST00000529637 protein_coding 5 1 16 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000400301 protein_coding 5 1 16 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000308271 protein_coding 14 1 15 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000374732 protein_coding 7 2 4 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000529637 protein_coding 5 1 15 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000400301 protein_coding 5 1 15 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000308271 protein_coding 14 1 14 USP48 ENSG00000090686 +CDS chr1 21721036 21721163 ENST00000374732 protein_coding 7 2 3 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000529637 protein_coding 5 1 14 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000400301 protein_coding 5 1 14 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000308271 protein_coding 14 1 13 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000374732 protein_coding 7 2 2 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000529637 protein_coding 5 1 13 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000400301 protein_coding 5 1 13 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000308271 protein_coding 14 1 12 USP48 ENSG00000090686 +CDS chr1 21723898 21724162 ENST00000374732 protein_coding 7 2 1 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000529637 protein_coding 5 1 12 USP48 ENSG00000090686 +transcript chr1 21723898 21732836 ENST00000526044 protein_coding 5 3 NA USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000526044 protein_coding 5 3 4 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000400301 protein_coding 5 1 12 USP48 ENSG00000090686 +transcript chr1 21723972 21732826 ENST00000534705 protein_coding 5 4 NA USP48 ENSG00000090686 +CDS chr1 21723972 21724095 ENST00000534705 protein_coding 5 4 4 USP48 ENSG00000090686 +transcript chr1 21727851 21783606 ENST00000421625 protein_coding 6 2 NA USP48 ENSG00000090686 +CDS chr1 21728565 21728719 ENST00000421625 protein_coding 6 2 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000308271 protein_coding 14 1 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000529637 protein_coding 5 1 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000526044 protein_coding 5 3 3 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000534705 protein_coding 5 4 3 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000400301 protein_coding 5 1 11 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000308271 protein_coding 14 1 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729829 ENST00000529637 protein_coding 5 1 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729761 ENST00000526044 protein_coding 5 3 2 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000534705 protein_coding 5 4 2 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000421625 protein_coding 6 2 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000400301 protein_coding 5 1 10 USP48 ENSG00000090686 +CDS chr1 21732664 21732700 ENST00000534705 protein_coding 5 4 1 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000308271 protein_coding 14 1 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000529637 protein_coding 5 1 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000421625 protein_coding 6 2 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000400301 protein_coding 5 1 9 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000308271 protein_coding 14 1 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000529637 protein_coding 5 1 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000421625 protein_coding 6 2 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000400301 protein_coding 5 1 8 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000308271 protein_coding 14 1 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000529637 protein_coding 5 1 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000421625 protein_coding 6 2 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000400301 protein_coding 5 1 7 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000308271 protein_coding 14 1 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000529637 protein_coding 5 1 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000421625 protein_coding 6 2 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000400301 protein_coding 5 1 6 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000308271 protein_coding 14 1 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000529637 protein_coding 5 1 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000421625 protein_coding 6 2 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000400301 protein_coding 5 1 5 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000308271 protein_coding 14 1 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000529637 protein_coding 5 1 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000421625 protein_coding 6 2 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000400301 protein_coding 5 1 4 USP48 ENSG00000090686 +transcript chr1 21753007 21782020 ENST00000527823 protein_coding 5 4 NA USP48 ENSG00000090686 +CDS chr1 21753007 21753119 ENST00000527823 protein_coding 5 4 4 USP48 ENSG00000090686 +transcript chr1 21753035 21783226 ENST00000532737 protein_coding 1 4 NA USP48 ENSG00000090686 +CDS chr1 21753035 21753119 ENST00000532737 protein_coding 1 4 5 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000308271 protein_coding 14 1 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000529637 protein_coding 5 1 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000421625 protein_coding 6 2 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756576 ENST00000527823 protein_coding 5 4 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756576 ENST00000532737 protein_coding 1 4 4 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000400301 protein_coding 5 1 3 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000308271 protein_coding 14 1 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000529637 protein_coding 5 1 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000421625 protein_coding 6 2 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000400301 protein_coding 5 1 2 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000308271 protein_coding 14 1 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000529637 protein_coding 5 1 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000421625 protein_coding 6 2 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000400301 protein_coding 5 1 1 USP48 ENSG00000090686 +transcript chr1 21812265 21825225 ENST00000344642 protein_coding 7 2 NA LDLRAD2 ENSG00000187942 +transcript chr1 21812363 21823963 ENST00000543870 protein_coding 1 1 NA LDLRAD2 ENSG00000187942 +CDS chr1 21812452 21812536 ENST00000344642 protein_coding 7 2 1 LDLRAD2 ENSG00000187942 +CDS chr1 21812452 21812536 ENST00000543870 protein_coding 1 1 1 LDLRAD2 ENSG00000187942 +CDS chr1 21814398 21814823 ENST00000344642 protein_coding 7 2 2 LDLRAD2 ENSG00000187942 +CDS chr1 21814398 21814823 ENST00000543870 protein_coding 1 1 2 LDLRAD2 ENSG00000187942 +CDS chr1 21815943 21816074 ENST00000344642 protein_coding 7 2 3 LDLRAD2 ENSG00000187942 +CDS chr1 21815943 21816074 ENST00000543870 protein_coding 1 1 3 LDLRAD2 ENSG00000187942 +CDS chr1 21821450 21821611 ENST00000344642 protein_coding 7 2 4 LDLRAD2 ENSG00000187942 +CDS chr1 21821450 21821611 ENST00000543870 protein_coding 1 1 4 LDLRAD2 ENSG00000187942 +CDS chr1 21822202 21822212 ENST00000344642 protein_coding 7 2 5 LDLRAD2 ENSG00000187942 +CDS chr1 21822202 21822212 ENST00000543870 protein_coding 1 1 5 LDLRAD2 ENSG00000187942 +transcript chr1 21822244 21937310 ENST00000374695 protein_coding 8 1 NA HSPG2 ENSG00000142798 +CDS chr1 21823319 21823488 ENST00000374695 protein_coding 8 1 97 HSPG2 ENSG00000142798 +CDS chr1 21823616 21823719 ENST00000374695 protein_coding 8 1 96 HSPG2 ENSG00000142798 +CDS chr1 21824121 21824204 ENST00000374695 protein_coding 8 1 95 HSPG2 ENSG00000142798 +CDS chr1 21824306 21824376 ENST00000374695 protein_coding 8 1 94 HSPG2 ENSG00000142798 +CDS chr1 21824537 21824615 ENST00000374695 protein_coding 8 1 93 HSPG2 ENSG00000142798 +CDS chr1 21824704 21824779 ENST00000374695 protein_coding 8 1 92 HSPG2 ENSG00000142798 +CDS chr1 21827863 21827919 ENST00000374695 protein_coding 8 1 91 HSPG2 ENSG00000142798 +CDS chr1 21828030 21828152 ENST00000374695 protein_coding 8 1 90 HSPG2 ENSG00000142798 +CDS chr1 21828255 21828426 ENST00000374695 protein_coding 8 1 89 HSPG2 ENSG00000142798 +CDS chr1 21828835 21829079 ENST00000374695 protein_coding 8 1 88 HSPG2 ENSG00000142798 +CDS chr1 21829383 21829604 ENST00000374695 protein_coding 8 1 87 HSPG2 ENSG00000142798 +CDS chr1 21829993 21830091 ENST00000374695 protein_coding 8 1 86 HSPG2 ENSG00000142798 +transcript chr1 21829993 21833577 ENST00000635682 protein_coding 1 5 NA HSPG2 ENSG00000142798 +CDS chr1 21829993 21830091 ENST00000635682 protein_coding 1 5 9 HSPG2 ENSG00000142798 +CDS chr1 21830982 21831090 ENST00000374695 protein_coding 8 1 85 HSPG2 ENSG00000142798 +CDS chr1 21830982 21831090 ENST00000635682 protein_coding 1 5 8 HSPG2 ENSG00000142798 +CDS chr1 21831215 21831324 ENST00000374695 protein_coding 8 1 84 HSPG2 ENSG00000142798 +CDS chr1 21831215 21831324 ENST00000635682 protein_coding 1 5 7 HSPG2 ENSG00000142798 +CDS chr1 21831463 21831562 ENST00000374695 protein_coding 8 1 83 HSPG2 ENSG00000142798 +CDS chr1 21831463 21831562 ENST00000635682 protein_coding 1 5 6 HSPG2 ENSG00000142798 +CDS chr1 21831652 21831796 ENST00000374695 protein_coding 8 1 82 HSPG2 ENSG00000142798 +CDS chr1 21831652 21831796 ENST00000635682 protein_coding 1 5 5 HSPG2 ENSG00000142798 +CDS chr1 21832495 21832606 ENST00000374695 protein_coding 8 1 81 HSPG2 ENSG00000142798 +CDS chr1 21832495 21832606 ENST00000635682 protein_coding 1 5 4 HSPG2 ENSG00000142798 +CDS chr1 21832875 21832892 ENST00000635682 protein_coding 1 5 3 HSPG2 ENSG00000142798 +CDS chr1 21833268 21833384 ENST00000374695 protein_coding 8 1 80 HSPG2 ENSG00000142798 +CDS chr1 21833268 21833384 ENST00000635682 protein_coding 1 5 2 HSPG2 ENSG00000142798 +CDS chr1 21833467 21833614 ENST00000374695 protein_coding 8 1 79 HSPG2 ENSG00000142798 +CDS chr1 21833467 21833577 ENST00000635682 protein_coding 1 5 1 HSPG2 ENSG00000142798 +CDS chr1 21833816 21833925 ENST00000374695 protein_coding 8 1 78 HSPG2 ENSG00000142798 +CDS chr1 21834679 21834945 ENST00000374695 protein_coding 8 1 77 HSPG2 ENSG00000142798 +transcript chr1 21835409 21839006 ENST00000374676 protein_coding 4 3 NA HSPG2 ENSG00000142798 +CDS chr1 21835495 21835637 ENST00000374676 protein_coding 4 3 2 HSPG2 ENSG00000142798 +CDS chr1 21835540 21835637 ENST00000374695 protein_coding 8 1 76 HSPG2 ENSG00000142798 +CDS chr1 21836802 21837006 ENST00000374695 protein_coding 8 1 75 HSPG2 ENSG00000142798 +CDS chr1 21838825 21839085 ENST00000374695 protein_coding 8 1 74 HSPG2 ENSG00000142798 +CDS chr1 21838825 21839006 ENST00000374676 protein_coding 4 3 1 HSPG2 ENSG00000142798 +CDS chr1 21839371 21839550 ENST00000374695 protein_coding 8 1 73 HSPG2 ENSG00000142798 +CDS chr1 21839822 21840017 ENST00000374695 protein_coding 8 1 72 HSPG2 ENSG00000142798 +CDS chr1 21841101 21841285 ENST00000374695 protein_coding 8 1 71 HSPG2 ENSG00000142798 +CDS chr1 21841539 21841673 ENST00000374695 protein_coding 8 1 70 HSPG2 ENSG00000142798 +CDS chr1 21842002 21842142 ENST00000374695 protein_coding 8 1 69 HSPG2 ENSG00000142798 +CDS chr1 21842239 21842380 ENST00000374695 protein_coding 8 1 68 HSPG2 ENSG00000142798 +CDS chr1 21842770 21842921 ENST00000374695 protein_coding 8 1 67 HSPG2 ENSG00000142798 +CDS chr1 21843297 21843438 ENST00000374695 protein_coding 8 1 66 HSPG2 ENSG00000142798 +CDS chr1 21844148 21844299 ENST00000374695 protein_coding 8 1 65 HSPG2 ENSG00000142798 +CDS chr1 21846108 21846255 ENST00000374695 protein_coding 8 1 64 HSPG2 ENSG00000142798 +CDS chr1 21846448 21846599 ENST00000374695 protein_coding 8 1 63 HSPG2 ENSG00000142798 +CDS chr1 21847354 21847492 ENST00000374695 protein_coding 8 1 62 HSPG2 ENSG00000142798 +CDS chr1 21847689 21847840 ENST00000374695 protein_coding 8 1 61 HSPG2 ENSG00000142798 +CDS chr1 21847958 21848093 ENST00000374695 protein_coding 8 1 60 HSPG2 ENSG00000142798 +CDS chr1 21848643 21848794 ENST00000374695 protein_coding 8 1 59 HSPG2 ENSG00000142798 +CDS chr1 21848893 21849031 ENST00000374695 protein_coding 8 1 58 HSPG2 ENSG00000142798 +CDS chr1 21850041 21850192 ENST00000374695 protein_coding 8 1 57 HSPG2 ENSG00000142798 +CDS chr1 21850363 21850498 ENST00000374695 protein_coding 8 1 56 HSPG2 ENSG00000142798 +CDS chr1 21851546 21851697 ENST00000374695 protein_coding 8 1 55 HSPG2 ENSG00000142798 +CDS chr1 21851791 21851926 ENST00000374695 protein_coding 8 1 54 HSPG2 ENSG00000142798 +CDS chr1 21852088 21852233 ENST00000374695 protein_coding 8 1 53 HSPG2 ENSG00000142798 +CDS chr1 21852700 21852832 ENST00000374695 protein_coding 8 1 52 HSPG2 ENSG00000142798 +CDS chr1 21852919 21853070 ENST00000374695 protein_coding 8 1 51 HSPG2 ENSG00000142798 +CDS chr1 21854193 21854343 ENST00000374695 protein_coding 8 1 50 HSPG2 ENSG00000142798 +CDS chr1 21854611 21854765 ENST00000374695 protein_coding 8 1 49 HSPG2 ENSG00000142798 +CDS chr1 21854848 21854983 ENST00000374695 protein_coding 8 1 48 HSPG2 ENSG00000142798 +CDS chr1 21855304 21855446 ENST00000374695 protein_coding 8 1 47 HSPG2 ENSG00000142798 +CDS chr1 21855523 21855675 ENST00000374695 protein_coding 8 1 46 HSPG2 ENSG00000142798 +CDS chr1 21855787 21855912 ENST00000374695 protein_coding 8 1 45 HSPG2 ENSG00000142798 +CDS chr1 21857015 21857195 ENST00000374695 protein_coding 8 1 44 HSPG2 ENSG00000142798 +CDS chr1 21857285 21857385 ENST00000374695 protein_coding 8 1 43 HSPG2 ENSG00000142798 +CDS chr1 21859566 21859676 ENST00000374695 protein_coding 8 1 42 HSPG2 ENSG00000142798 +CDS chr1 21859835 21860002 ENST00000374695 protein_coding 8 1 41 HSPG2 ENSG00000142798 +CDS chr1 21860177 21860235 ENST00000374695 protein_coding 8 1 40 HSPG2 ENSG00000142798 +CDS chr1 21861757 21861843 ENST00000374695 protein_coding 8 1 39 HSPG2 ENSG00000142798 +CDS chr1 21861988 21862115 ENST00000374695 protein_coding 8 1 38 HSPG2 ENSG00000142798 +CDS chr1 21864100 21864213 ENST00000374695 protein_coding 8 1 37 HSPG2 ENSG00000142798 +CDS chr1 21864843 21865073 ENST00000374695 protein_coding 8 1 36 HSPG2 ENSG00000142798 +CDS chr1 21865285 21865365 ENST00000374695 protein_coding 8 1 35 HSPG2 ENSG00000142798 +CDS chr1 21865717 21865809 ENST00000374695 protein_coding 8 1 34 HSPG2 ENSG00000142798 +transcript chr1 21865717 21872377 ENST00000644714 protein_coding 1 NA NA HSPG2 ENSG00000142798 +CDS chr1 21865717 21865809 ENST00000644714 protein_coding 1 NA 6 HSPG2 ENSG00000142798 +CDS chr1 21868885 21868968 ENST00000644714 protein_coding 1 NA 5 HSPG2 ENSG00000142798 +CDS chr1 21869466 21869663 ENST00000644714 protein_coding 1 NA 4 HSPG2 ENSG00000142798 +CDS chr1 21870213 21870314 ENST00000644714 protein_coding 1 NA 3 HSPG2 ENSG00000142798 +CDS chr1 21870834 21870872 ENST00000644714 protein_coding 1 NA 2 HSPG2 ENSG00000142798 +CDS chr1 21872186 21872377 ENST00000374695 protein_coding 8 1 33 HSPG2 ENSG00000142798 +CDS chr1 21872186 21872377 ENST00000644714 protein_coding 1 NA 1 HSPG2 ENSG00000142798 +CDS chr1 21872620 21872760 ENST00000374695 protein_coding 8 1 32 HSPG2 ENSG00000142798 +CDS chr1 21872997 21873091 ENST00000374695 protein_coding 8 1 31 HSPG2 ENSG00000142798 +CDS chr1 21873375 21873424 ENST00000374695 protein_coding 8 1 30 HSPG2 ENSG00000142798 +CDS chr1 21873925 21874011 ENST00000374695 protein_coding 8 1 29 HSPG2 ENSG00000142798 +CDS chr1 21874406 21874533 ENST00000374695 protein_coding 8 1 28 HSPG2 ENSG00000142798 +CDS chr1 21874616 21874729 ENST00000374695 protein_coding 8 1 27 HSPG2 ENSG00000142798 +CDS chr1 21874891 21875002 ENST00000374695 protein_coding 8 1 26 HSPG2 ENSG00000142798 +CDS chr1 21875629 21875747 ENST00000374695 protein_coding 8 1 25 HSPG2 ENSG00000142798 +CDS chr1 21875863 21876042 ENST00000374695 protein_coding 8 1 24 HSPG2 ENSG00000142798 +CDS chr1 21876229 21876405 ENST00000374695 protein_coding 8 1 23 HSPG2 ENSG00000142798 +CDS chr1 21876512 21876652 ENST00000374695 protein_coding 8 1 22 HSPG2 ENSG00000142798 +CDS chr1 21878186 21878253 ENST00000374695 protein_coding 8 1 21 HSPG2 ENSG00000142798 +CDS chr1 21878433 21878491 ENST00000374695 protein_coding 8 1 20 HSPG2 ENSG00000142798 +CDS chr1 21878577 21878663 ENST00000374695 protein_coding 8 1 19 HSPG2 ENSG00000142798 +CDS chr1 21878994 21879121 ENST00000374695 protein_coding 8 1 18 HSPG2 ENSG00000142798 +CDS chr1 21880107 21880254 ENST00000374695 protein_coding 8 1 17 HSPG2 ENSG00000142798 +CDS chr1 21880363 21880559 ENST00000374695 protein_coding 8 1 16 HSPG2 ENSG00000142798 +CDS chr1 21880656 21880835 ENST00000374695 protein_coding 8 1 15 HSPG2 ENSG00000142798 +CDS chr1 21881339 21881502 ENST00000374695 protein_coding 8 1 14 HSPG2 ENSG00000142798 +CDS chr1 21884528 21884674 ENST00000374695 protein_coding 8 1 13 HSPG2 ENSG00000142798 +CDS chr1 21884767 21884918 ENST00000374695 protein_coding 8 1 12 HSPG2 ENSG00000142798 +CDS chr1 21885013 21885157 ENST00000374695 protein_coding 8 1 11 HSPG2 ENSG00000142798 +CDS chr1 21885320 21885451 ENST00000374695 protein_coding 8 1 10 HSPG2 ENSG00000142798 +CDS chr1 21887215 21887334 ENST00000374695 protein_coding 8 1 9 HSPG2 ENSG00000142798 +transcript chr1 21887235 21890694 ENST00000374673 protein_coding 4 3 NA HSPG2 ENSG00000142798 +CDS chr1 21887235 21887334 ENST00000374673 protein_coding 4 3 7 HSPG2 ENSG00000142798 +CDS chr1 21887420 21887674 ENST00000374695 protein_coding 8 1 8 HSPG2 ENSG00000142798 +CDS chr1 21887420 21887674 ENST00000374673 protein_coding 4 3 6 HSPG2 ENSG00000142798 +CDS chr1 21887938 21888066 ENST00000374695 protein_coding 8 1 7 HSPG2 ENSG00000142798 +CDS chr1 21887938 21888066 ENST00000374673 protein_coding 4 3 5 HSPG2 ENSG00000142798 +CDS chr1 21888668 21888718 ENST00000374673 protein_coding 4 3 4 HSPG2 ENSG00000142798 +CDS chr1 21889981 21890141 ENST00000374695 protein_coding 8 1 6 HSPG2 ENSG00000142798 +CDS chr1 21889981 21890141 ENST00000374673 protein_coding 4 3 3 HSPG2 ENSG00000142798 +CDS chr1 21890427 21890485 ENST00000374695 protein_coding 8 1 5 HSPG2 ENSG00000142798 +CDS chr1 21890427 21890485 ENST00000374673 protein_coding 4 3 2 HSPG2 ENSG00000142798 +CDS chr1 21890585 21890694 ENST00000374695 protein_coding 8 1 4 HSPG2 ENSG00000142798 +CDS chr1 21890585 21890694 ENST00000374673 protein_coding 4 3 1 HSPG2 ENSG00000142798 +CDS chr1 21895922 21895966 ENST00000374695 protein_coding 8 1 3 HSPG2 ENSG00000142798 +CDS chr1 21896175 21896310 ENST00000374695 protein_coding 8 1 2 HSPG2 ENSG00000142798 +CDS chr1 21937155 21937217 ENST00000374695 protein_coding 8 1 1 HSPG2 ENSG00000142798 +transcript chr1 21977022 21989354 ENST00000337107 protein_coding 11 1 NA CELA3B ENSG00000219073 +CDS chr1 21977040 21977082 ENST00000337107 protein_coding 11 1 1 CELA3B ENSG00000219073 +CDS chr1 21978369 21978454 ENST00000337107 protein_coding 11 1 2 CELA3B ENSG00000219073 +CDS chr1 21980824 21980921 ENST00000337107 protein_coding 11 1 3 CELA3B ENSG00000219073 +CDS chr1 21981038 21981172 ENST00000337107 protein_coding 11 1 4 CELA3B ENSG00000219073 +transcript chr1 21981102 21998642 ENST00000400277 protein_coding 2 5 NA CELA3B ENSG00000219073 +CDS chr1 21981102 21981172 ENST00000400277 protein_coding 2 5 1 CELA3B ENSG00000219073 +CDS chr1 21983694 21983830 ENST00000337107 protein_coding 11 1 5 CELA3B ENSG00000219073 +CDS chr1 21983694 21983830 ENST00000400277 protein_coding 2 5 2 CELA3B ENSG00000219073 +CDS chr1 21984189 21984331 ENST00000337107 protein_coding 11 1 6 CELA3B ENSG00000219073 +CDS chr1 21984189 21984331 ENST00000400277 protein_coding 2 5 3 CELA3B ENSG00000219073 +CDS chr1 21986531 21986683 ENST00000337107 protein_coding 11 1 7 CELA3B ENSG00000219073 +CDS chr1 21986531 21986683 ENST00000400277 protein_coding 2 5 4 CELA3B ENSG00000219073 +CDS chr1 21989262 21989276 ENST00000337107 protein_coding 11 1 8 CELA3B ENSG00000219073 +CDS chr1 21998151 21998186 ENST00000400277 protein_coding 2 5 5 CELA3B ENSG00000219073 +transcript chr1 22001657 22012542 ENST00000290122 protein_coding 8 1 NA CELA3A ENSG00000142789 +CDS chr1 22001675 22001717 ENST00000290122 protein_coding 8 1 1 CELA3A ENSG00000142789 +CDS chr1 22003003 22003088 ENST00000290122 protein_coding 8 1 2 CELA3A ENSG00000142789 +CDS chr1 22005447 22005544 ENST00000290122 protein_coding 8 1 3 CELA3A ENSG00000142789 +CDS chr1 22005662 22005796 ENST00000290122 protein_coding 8 1 4 CELA3A ENSG00000142789 +CDS chr1 22006878 22007014 ENST00000290122 protein_coding 8 1 5 CELA3A ENSG00000142789 +CDS chr1 22007373 22007515 ENST00000290122 protein_coding 8 1 6 CELA3A ENSG00000142789 +transcript chr1 22007450 22012539 ENST00000400271 protein_coding 2 3 NA CELA3A ENSG00000142789 +CDS chr1 22007450 22007515 ENST00000400271 protein_coding 2 3 1 CELA3A ENSG00000142789 +CDS chr1 22009705 22009857 ENST00000290122 protein_coding 8 1 7 CELA3A ENSG00000142789 +CDS chr1 22009705 22009857 ENST00000400271 protein_coding 2 3 2 CELA3A ENSG00000142789 +CDS chr1 22010138 22010143 ENST00000400271 protein_coding 2 3 3 CELA3A ENSG00000142789 +CDS chr1 22012450 22012464 ENST00000290122 protein_coding 8 1 8 CELA3A ENSG00000142789 +transcript chr1 22025511 22101360 ENST00000648594 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052627 22092923 ENST00000400259 protein_coding 5 5 NA CDC42 ENSG00000070831 +transcript chr1 22052668 22092946 ENST00000344548 protein_coding 7 1 NA CDC42 ENSG00000070831 +transcript chr1 22052709 22090807 ENST00000315554 protein_coding 13 1 NA CDC42 ENSG00000070831 +transcript chr1 22052709 22101360 ENST00000656825 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052710 22086725 ENST00000651171 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052712 22086715 ENST00000652582 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052717 22090770 ENST00000667384 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22053297 22086790 ENST00000411827 protein_coding 1 3 NA CDC42 ENSG00000070831 +transcript chr1 22053486 22091576 ENST00000662562 protein_coding 1 NA NA CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000648594 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000400259 protein_coding 5 5 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000344548 protein_coding 7 1 3 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000315554 protein_coding 13 1 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000656825 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000651171 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000652582 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000667384 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000411827 protein_coding 1 3 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000662562 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22078747 22078881 ENST00000652582 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000648594 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000400259 protein_coding 5 5 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000344548 protein_coding 7 1 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000315554 protein_coding 13 1 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000656825 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000651171 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000652582 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000667384 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000411827 protein_coding 1 3 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000662562 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000648594 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000400259 protein_coding 5 5 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000344548 protein_coding 7 1 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000315554 protein_coding 13 1 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000656825 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000651171 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000652582 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000667384 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000411827 protein_coding 1 3 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000662562 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000648594 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000400259 protein_coding 5 5 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000344548 protein_coding 7 1 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000315554 protein_coding 13 1 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000656825 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086725 ENST00000651171 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086715 ENST00000652582 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086878 ENST00000667384 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086790 ENST00000411827 protein_coding 1 3 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000662562 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22089943 22090029 ENST00000315554 protein_coding 13 1 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000648594 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000400259 protein_coding 5 5 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000344548 protein_coding 7 1 7 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000656825 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000662562 protein_coding 1 NA 7 CDC42 ENSG00000070831 +transcript chr1 22117313 22143097 ENST00000290167 protein_coding 11 1 NA WNT4 ENSG00000162552 +CDS chr1 22120053 22120517 ENST00000290167 protein_coding 11 1 5 WNT4 ENSG00000162552 +CDS chr1 22121211 22121353 ENST00000290167 protein_coding 11 1 4 WNT4 ENSG00000162552 +CDS chr1 22121445 22121576 ENST00000290167 protein_coding 11 1 3 WNT4 ENSG00000162552 +transcript chr1 22127038 22129851 ENST00000415567 protein_coding 1 2 NA WNT4 ENSG00000162552 +CDS chr1 22127270 22127481 ENST00000415567 protein_coding 1 2 2 WNT4 ENSG00000162552 +transcript chr1 22127474 22143969 ENST00000441048 protein_coding 1 5 NA WNT4 ENSG00000162552 +CDS chr1 22127474 22127481 ENST00000441048 protein_coding 1 5 3 WNT4 ENSG00000162552 +CDS chr1 22129616 22129851 ENST00000290167 protein_coding 11 1 2 WNT4 ENSG00000162552 +CDS chr1 22129616 22129851 ENST00000415567 protein_coding 1 2 1 WNT4 ENSG00000162552 +CDS chr1 22129616 22129763 ENST00000441048 protein_coding 1 5 2 WNT4 ENSG00000162552 +CDS chr1 22142846 22142922 ENST00000290167 protein_coding 11 1 1 WNT4 ENSG00000162552 +transcript chr1 22428838 22511763 ENST00000650433 protein_coding 1 NA NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531154 ENST00000375647 protein_coding 5 1 NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531157 ENST00000404138 protein_coding 5 5 NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531157 ENST00000374651 protein_coding 8 1 NA ZBTB40 ENSG00000184677 +transcript chr1 22451867 22506241 ENST00000400239 protein_coding 6 5 NA ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000650433 protein_coding 1 NA 2 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000400239 protein_coding 6 5 3 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000375647 protein_coding 5 1 2 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000404138 protein_coding 5 5 3 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000374651 protein_coding 8 1 2 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000650433 protein_coding 1 NA 3 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000400239 protein_coding 6 5 4 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000375647 protein_coding 5 1 3 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000404138 protein_coding 5 5 4 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000374651 protein_coding 8 1 3 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000400239 protein_coding 6 5 5 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000375647 protein_coding 5 1 4 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000404138 protein_coding 5 5 5 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000400239 protein_coding 6 5 6 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000375647 protein_coding 5 1 5 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000404138 protein_coding 5 5 6 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000650433 protein_coding 1 NA 4 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000400239 protein_coding 6 5 7 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000375647 protein_coding 5 1 6 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000404138 protein_coding 5 5 7 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000374651 protein_coding 8 1 4 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000650433 protein_coding 1 NA 5 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000375647 protein_coding 5 1 7 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000404138 protein_coding 5 5 8 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000374651 protein_coding 8 1 5 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000650433 protein_coding 1 NA 6 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000375647 protein_coding 5 1 8 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000404138 protein_coding 5 5 9 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000374651 protein_coding 8 1 6 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000650433 protein_coding 1 NA 7 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000375647 protein_coding 5 1 9 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000404138 protein_coding 5 5 10 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000374651 protein_coding 8 1 7 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000650433 protein_coding 1 NA 8 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000375647 protein_coding 5 1 10 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000404138 protein_coding 5 5 11 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000374651 protein_coding 8 1 8 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22511763 ENST00000650433 protein_coding 1 NA 9 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000375647 protein_coding 5 1 11 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000404138 protein_coding 5 5 12 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000374651 protein_coding 8 1 9 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000375647 protein_coding 5 1 12 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000404138 protein_coding 5 5 13 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000374651 protein_coding 8 1 10 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000375647 protein_coding 5 1 13 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000404138 protein_coding 5 5 14 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000374651 protein_coding 8 1 11 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000375647 protein_coding 5 1 14 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000404138 protein_coding 5 5 15 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000374651 protein_coding 8 1 12 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000375647 protein_coding 5 1 15 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000404138 protein_coding 5 5 16 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000374651 protein_coding 8 1 13 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000375647 protein_coding 5 1 16 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000404138 protein_coding 5 5 17 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000374651 protein_coding 8 1 14 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000375647 protein_coding 5 1 17 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000404138 protein_coding 5 5 18 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000374651 protein_coding 8 1 15 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000375647 protein_coding 5 1 18 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000404138 protein_coding 5 5 19 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000374651 protein_coding 8 1 16 ZBTB40 ENSG00000184677 +transcript chr1 22563489 22603595 ENST00000166244 protein_coding 8 2 NA EPHA8 ENSG00000070886 +transcript chr1 22563564 22589621 ENST00000374644 protein_coding 8 1 NA EPHA8 ENSG00000070886 +CDS chr1 22563636 22563729 ENST00000166244 protein_coding 8 2 1 EPHA8 ENSG00000070886 +CDS chr1 22563636 22563729 ENST00000374644 protein_coding 8 1 1 EPHA8 ENSG00000070886 +CDS chr1 22569289 22569353 ENST00000166244 protein_coding 8 2 2 EPHA8 ENSG00000070886 +CDS chr1 22569289 22569353 ENST00000374644 protein_coding 8 1 2 EPHA8 ENSG00000070886 +CDS chr1 22576217 22576880 ENST00000166244 protein_coding 8 2 3 EPHA8 ENSG00000070886 +CDS chr1 22576217 22576880 ENST00000374644 protein_coding 8 1 3 EPHA8 ENSG00000070886 +CDS chr1 22586480 22586635 ENST00000166244 protein_coding 8 2 4 EPHA8 ENSG00000070886 +CDS chr1 22586480 22586635 ENST00000374644 protein_coding 8 1 4 EPHA8 ENSG00000070886 +CDS chr1 22588871 22589206 ENST00000166244 protein_coding 8 2 5 EPHA8 ENSG00000070886 +CDS chr1 22588871 22589376 ENST00000374644 protein_coding 8 1 5 EPHA8 ENSG00000070886 +CDS chr1 22593326 22593450 ENST00000166244 protein_coding 8 2 6 EPHA8 ENSG00000070886 +CDS chr1 22593524 22593686 ENST00000166244 protein_coding 8 2 7 EPHA8 ENSG00000070886 +CDS chr1 22595230 22595323 ENST00000166244 protein_coding 8 2 8 EPHA8 ENSG00000070886 +CDS chr1 22596106 22596173 ENST00000166244 protein_coding 8 2 9 EPHA8 ENSG00000070886 +CDS chr1 22597312 22597476 ENST00000166244 protein_coding 8 2 10 EPHA8 ENSG00000070886 +CDS chr1 22597676 22597861 ENST00000166244 protein_coding 8 2 11 EPHA8 ENSG00000070886 +CDS chr1 22598151 22598212 ENST00000166244 protein_coding 8 2 12 EPHA8 ENSG00000070886 +CDS chr1 22598838 22599047 ENST00000166244 protein_coding 8 2 13 EPHA8 ENSG00000070886 +CDS chr1 22600661 22600810 ENST00000166244 protein_coding 8 2 14 EPHA8 ENSG00000070886 +CDS chr1 22600898 22601088 ENST00000166244 protein_coding 8 2 15 EPHA8 ENSG00000070886 +CDS chr1 22601300 22601473 ENST00000166244 protein_coding 8 2 16 EPHA8 ENSG00000070886 +CDS chr1 22601627 22601738 ENST00000166244 protein_coding 8 2 17 EPHA8 ENSG00000070886 +transcript chr1 22636628 22639678 ENST00000374642 protein_coding 8 1 NA C1QA ENSG00000173372 +transcript chr1 22636762 22639331 ENST00000438241 protein_coding 1 3 NA C1QA ENSG00000173372 +transcript chr1 22637580 22639608 ENST00000402322 protein_coding 1 1 NA C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000374642 protein_coding 8 1 2 C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000438241 protein_coding 1 3 2 C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000402322 protein_coding 1 1 1 C1QA ENSG00000173372 +CDS chr1 22638833 22639404 ENST00000374642 protein_coding 8 1 3 C1QA ENSG00000173372 +CDS chr1 22638833 22639331 ENST00000438241 protein_coding 1 3 3 C1QA ENSG00000173372 +CDS chr1 22638833 22639404 ENST00000402322 protein_coding 1 1 2 C1QA ENSG00000173372 +transcript chr1 22643633 22648108 ENST00000374640 protein_coding 9 1 NA C1QC ENSG00000159189 +transcript chr1 22643633 22648110 ENST00000374639 protein_coding 7 2 NA C1QC ENSG00000159189 +transcript chr1 22643653 22647887 ENST00000374637 protein_coding 1 3 NA C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374640 protein_coding 9 1 2 C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374639 protein_coding 7 2 2 C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374637 protein_coding 1 3 2 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374640 protein_coding 9 1 3 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374639 protein_coding 7 2 3 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374637 protein_coding 1 3 3 C1QC ENSG00000159189 +transcript chr1 22652762 22661090 ENST00000510260 protein_coding 5 5 NA C1QB ENSG00000173369 +transcript chr1 22653189 22661316 ENST00000432749 protein_coding 6 2 NA C1QB ENSG00000173369 +transcript chr1 22653236 22661637 ENST00000509305 protein_coding 6 1 NA C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000510260 protein_coding 5 5 2 C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000432749 protein_coding 6 2 3 C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000509305 protein_coding 6 1 2 C1QB ENSG00000173369 +CDS chr1 22660812 22661090 ENST00000510260 protein_coding 5 5 3 C1QB ENSG00000173369 +CDS chr1 22660812 22661316 ENST00000432749 protein_coding 6 2 4 C1QB ENSG00000173369 +CDS chr1 22660812 22661383 ENST00000509305 protein_coding 6 1 3 C1QB ENSG00000173369 +transcript chr1 22710839 22921500 ENST00000374630 protein_coding 8 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710839 22891265 ENST00000544305 protein_coding 5 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710965 22921500 ENST00000400191 protein_coding 7 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710970 22914270 ENST00000374632 protein_coding 7 1 NA EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000374630 protein_coding 8 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000400191 protein_coding 7 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000374632 protein_coding 7 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000544305 protein_coding 5 1 1 EPHB2 ENSG00000133216 +transcript chr1 22775178 22913752 ENST00000374627 protein_coding 1 5 NA EPHB2 ENSG00000133216 +CDS chr1 22775202 22775244 ENST00000374627 protein_coding 1 5 1 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374630 protein_coding 8 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000400191 protein_coding 7 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374632 protein_coding 7 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374627 protein_coding 1 5 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000544305 protein_coding 5 1 2 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374630 protein_coding 8 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000400191 protein_coding 7 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374632 protein_coding 7 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374627 protein_coding 1 5 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000544305 protein_coding 5 1 3 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374630 protein_coding 8 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000400191 protein_coding 7 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374632 protein_coding 7 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374627 protein_coding 1 5 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000544305 protein_coding 5 1 4 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374630 protein_coding 8 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000400191 protein_coding 7 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374632 protein_coding 7 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374627 protein_coding 1 5 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000544305 protein_coding 5 1 5 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374630 protein_coding 8 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000400191 protein_coding 7 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374632 protein_coding 7 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374627 protein_coding 1 5 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000544305 protein_coding 5 1 6 EPHB2 ENSG00000133216 +CDS chr1 22891129 22891146 ENST00000544305 protein_coding 5 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892881 22893046 ENST00000374627 protein_coding 1 5 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000374630 protein_coding 8 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000400191 protein_coding 7 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000374632 protein_coding 7 1 7 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374630 protein_coding 8 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000400191 protein_coding 7 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374632 protein_coding 7 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374627 protein_coding 1 5 8 EPHB2 ENSG00000133216 +CDS chr1 22896411 22896478 ENST00000374632 protein_coding 7 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000374630 protein_coding 8 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000400191 protein_coding 7 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000374627 protein_coding 1 5 9 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374630 protein_coding 8 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000400191 protein_coding 7 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374632 protein_coding 7 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374627 protein_coding 1 5 10 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374630 protein_coding 8 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000400191 protein_coding 7 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374632 protein_coding 7 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374627 protein_coding 1 5 11 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374630 protein_coding 8 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000400191 protein_coding 7 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374632 protein_coding 7 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374627 protein_coding 1 5 12 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374630 protein_coding 8 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000400191 protein_coding 7 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374632 protein_coding 7 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374627 protein_coding 1 5 13 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374630 protein_coding 8 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000400191 protein_coding 7 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374632 protein_coding 7 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374627 protein_coding 1 5 14 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000374630 protein_coding 8 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000400191 protein_coding 7 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000374632 protein_coding 7 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912600 ENST00000374627 protein_coding 1 5 15 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913567 ENST00000374630 protein_coding 8 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913564 ENST00000400191 protein_coding 7 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913567 ENST00000374632 protein_coding 7 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913658 22913867 ENST00000400191 protein_coding 7 1 17 EPHB2 ENSG00000133216 +transcript chr1 22953043 22965338 ENST00000426928 protein_coding 6 5 NA LACTBL1 ENSG00000215906 +CDS chr1 22953046 22954024 ENST00000426928 protein_coding 6 5 6 LACTBL1 ENSG00000215906 +transcript chr1 22953049 22963178 ENST00000618559 protein_coding 1 5 NA LACTBL1 ENSG00000215906 +CDS chr1 22953049 22954024 ENST00000618559 protein_coding 1 5 6 LACTBL1 ENSG00000215906 +CDS chr1 22955321 22955426 ENST00000426928 protein_coding 6 5 5 LACTBL1 ENSG00000215906 +CDS chr1 22955321 22955426 ENST00000618559 protein_coding 1 5 5 LACTBL1 ENSG00000215906 +CDS chr1 22958685 22958920 ENST00000426928 protein_coding 6 5 4 LACTBL1 ENSG00000215906 +CDS chr1 22958685 22958713 ENST00000618559 protein_coding 1 5 4 LACTBL1 ENSG00000215906 +CDS chr1 22958762 22958920 ENST00000618559 protein_coding 1 5 3 LACTBL1 ENSG00000215906 +CDS chr1 22959942 22960099 ENST00000426928 protein_coding 6 5 3 LACTBL1 ENSG00000215906 +CDS chr1 22959942 22960099 ENST00000618559 protein_coding 1 5 2 LACTBL1 ENSG00000215906 +CDS chr1 22963107 22963216 ENST00000426928 protein_coding 6 5 2 LACTBL1 ENSG00000215906 +CDS chr1 22963107 22963178 ENST00000618559 protein_coding 1 5 1 LACTBL1 ENSG00000215906 +CDS chr1 22965290 22965338 ENST00000426928 protein_coding 6 5 1 LACTBL1 ENSG00000215906 +transcript chr1 23010834 23015852 ENST00000566855 protein_coding 4 2 NA TEX46 ENSG00000227868 +transcript chr1 23010834 23019100 ENST00000440767 protein_coding 3 2 NA TEX46 ENSG00000227868 +transcript chr1 23010835 23014094 ENST00000622840 protein_coding 2 5 NA TEX46 ENSG00000227868 +CDS chr1 23010904 23011101 ENST00000566855 protein_coding 4 2 3 TEX46 ENSG00000227868 +CDS chr1 23010904 23011200 ENST00000440767 protein_coding 3 2 3 TEX46 ENSG00000227868 +CDS chr1 23010904 23011101 ENST00000622840 protein_coding 2 5 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014045 ENST00000566855 protein_coding 4 2 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014045 ENST00000440767 protein_coding 3 2 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014074 ENST00000622840 protein_coding 2 5 1 TEX46 ENSG00000227868 +CDS chr1 23015772 23015773 ENST00000566855 protein_coding 4 2 1 TEX46 ENSG00000227868 +CDS chr1 23018967 23019001 ENST00000440767 protein_coding 3 2 1 TEX46 ENSG00000227868 +transcript chr1 23019443 23076570 ENST00000688680 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23076587 ENST00000691694 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000692975 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000691682 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000691404 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083638 ENST00000686339 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083638 ENST00000693156 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000465864 protein_coding 2 5 NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692056 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692853 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000686270 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000685102 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000690627 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000686771 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692209 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019448 23083689 ENST00000356634 protein_coding 7 1 NA KDM1A ENSG00000004487 +transcript chr1 23019468 23083689 ENST00000400181 protein_coding 9 1 NA KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000688680 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691694 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692975 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691682 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691404 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686339 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000693156 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000465864 protein_coding 2 5 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692056 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692853 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686270 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000685102 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000690627 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686771 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692209 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000356634 protein_coding 7 1 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000400181 protein_coding 9 1 1 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000688680 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691694 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692975 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691682 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691404 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686339 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000693156 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000465864 protein_coding 2 5 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692056 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692853 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686270 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000685102 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000690627 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686771 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692209 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000356634 protein_coding 7 1 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000400181 protein_coding 9 1 2 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000688680 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000691694 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000691404 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000686270 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000685102 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000690627 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000400181 protein_coding 9 1 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000688680 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691694 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692975 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691682 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691404 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686339 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000693156 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000465864 protein_coding 2 5 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692056 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692853 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686270 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000685102 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000690627 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686771 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692209 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000356634 protein_coding 7 1 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000400181 protein_coding 9 1 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000688680 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691694 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692975 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691682 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691404 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686339 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000693156 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000465864 protein_coding 2 5 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692056 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692853 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686270 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000685102 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000690627 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686771 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692209 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000356634 protein_coding 7 1 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000400181 protein_coding 9 1 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000688680 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691694 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692975 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691682 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691404 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686339 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000693156 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000465864 protein_coding 2 5 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692056 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692853 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686270 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000685102 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000690627 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686771 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692209 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000356634 protein_coding 7 1 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000400181 protein_coding 9 1 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000688680 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691694 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692975 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691682 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691404 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686339 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000693156 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000465864 protein_coding 2 5 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692056 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692853 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686270 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000685102 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000690627 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686771 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692209 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000356634 protein_coding 7 1 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000400181 protein_coding 9 1 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000688680 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691694 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692975 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691682 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691404 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686339 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000693156 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000465864 protein_coding 2 5 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692056 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692853 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686270 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000685102 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000690627 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686771 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692209 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000356634 protein_coding 7 1 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000400181 protein_coding 9 1 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000688680 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691694 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692975 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691682 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691404 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686339 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000693156 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000465864 protein_coding 2 5 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692056 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692853 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686270 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000685102 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000690627 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686771 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692209 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000356634 protein_coding 7 1 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000400181 protein_coding 9 1 9 KDM1A ENSG00000004487 +CDS chr1 23066060 23066071 ENST00000400181 protein_coding 9 1 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000688680 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691694 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692975 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691682 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691404 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000686339 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000693156 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000465864 protein_coding 2 5 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692056 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692853 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000686270 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000685102 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000356634 protein_coding 7 1 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000400181 protein_coding 9 1 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000688680 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691694 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692975 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691682 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691404 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000686339 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000693156 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000465864 protein_coding 2 5 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692056 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692853 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000686270 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000685102 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000356634 protein_coding 7 1 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000400181 protein_coding 9 1 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000688680 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691694 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692975 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691682 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691404 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686339 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000693156 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000465864 protein_coding 2 5 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692056 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692853 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686270 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000685102 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000690627 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686771 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000356634 protein_coding 7 1 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000400181 protein_coding 9 1 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000688680 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691694 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692975 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691682 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691404 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686339 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000693156 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000465864 protein_coding 2 5 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692056 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686270 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000685102 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000690627 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686771 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692209 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000356634 protein_coding 7 1 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000400181 protein_coding 9 1 14 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000465864 protein_coding 2 5 13 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000692056 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000685102 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000688680 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691694 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000692975 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691682 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691404 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686339 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000693156 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686270 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000690627 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686771 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000692209 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000356634 protein_coding 7 1 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000400181 protein_coding 9 1 15 KDM1A ENSG00000004487 +CDS chr1 23074463 23074498 ENST00000688680 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23075667 23075690 ENST00000691694 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692975 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000691682 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000691404 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686339 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000693156 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000465864 protein_coding 2 5 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692056 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692853 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686270 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000685102 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000690627 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686771 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692209 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000356634 protein_coding 7 1 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000400181 protein_coding 9 1 16 KDM1A ENSG00000004487 +transcript chr1 23077234 23083354 ENST00000494920 protein_coding 1 3 NA KDM1A ENSG00000004487 +CDS chr1 23077234 23077360 ENST00000494920 protein_coding 1 3 1 KDM1A ENSG00000004487 +CDS chr1 23078966 23079177 ENST00000494920 protein_coding 1 3 2 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692975 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000691682 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000691404 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000465864 protein_coding 2 5 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692853 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000685102 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000690627 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000686771 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692209 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000356634 protein_coding 7 1 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000400181 protein_coding 9 1 17 KDM1A ENSG00000004487 +transcript chr1 23079013 23083686 ENST00000685243 protein_coding 1 NA NA KDM1A ENSG00000004487 +CDS chr1 23079013 23079177 ENST00000685243 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692975 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000691682 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000691404 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000465864 protein_coding 2 5 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692853 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000685102 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000690627 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000686771 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692209 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000356634 protein_coding 7 1 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000400181 protein_coding 9 1 18 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000494920 protein_coding 1 3 3 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000685243 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692975 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000691682 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000691404 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000693156 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000465864 protein_coding 2 5 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692056 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692853 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000686270 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000685102 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000690627 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000686771 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692209 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000356634 protein_coding 7 1 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000400181 protein_coding 9 1 19 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000494920 protein_coding 1 3 4 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000685243 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23082220 23082453 ENST00000692975 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000691682 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082453 ENST00000691404 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082220 23082355 ENST00000693156 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000465864 protein_coding 2 5 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692056 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692853 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000686270 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000685102 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000690627 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000686771 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692209 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000356634 protein_coding 7 1 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000400181 protein_coding 9 1 20 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000494920 protein_coding 1 3 5 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000685243 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23082293 23082366 ENST00000686339 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23082450 23082482 ENST00000691682 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082450 23082482 ENST00000685243 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686339 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23083179 23083219 ENST00000693156 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000465864 protein_coding 2 5 19 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692056 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692853 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686270 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000685102 protein_coding 1 NA 20 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000690627 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686771 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692209 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000356634 protein_coding 7 1 19 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000400181 protein_coding 9 1 21 KDM1A ENSG00000004487 +CDS chr1 23083179 23083354 ENST00000494920 protein_coding 1 3 6 KDM1A ENSG00000004487 +transcript chr1 23084030 23177808 ENST00000302291 protein_coding 8 5 NA LUZP1 ENSG00000169641 +CDS chr1 23088898 23089053 ENST00000302291 protein_coding 8 5 5 LUZP1 ENSG00000169641 +transcript chr1 23090427 23168817 ENST00000314174 protein_coding 5 1 NA LUZP1 ENSG00000169641 +CDS chr1 23090893 23090898 ENST00000314174 protein_coding 5 1 3 LUZP1 ENSG00000169641 +CDS chr1 23091190 23094261 ENST00000302291 protein_coding 8 5 4 LUZP1 ENSG00000169641 +CDS chr1 23091190 23094261 ENST00000314174 protein_coding 5 1 2 LUZP1 ENSG00000169641 +transcript chr1 23093443 23168845 ENST00000471849 protein_coding 5 1 NA LUZP1 ENSG00000169641 +CDS chr1 23093443 23094261 ENST00000471849 protein_coding 5 1 4 LUZP1 ENSG00000169641 +transcript chr1 23094155 23133679 ENST00000475164 protein_coding 2 5 NA LUZP1 ENSG00000169641 +CDS chr1 23094155 23094261 ENST00000475164 protein_coding 2 5 4 LUZP1 ENSG00000169641 +transcript chr1 23191895 23217502 ENST00000374619 protein_coding 2 NA NA HTR1D ENSG00000179546 +CDS chr1 23193089 23194219 ENST00000374619 protein_coding 2 NA 2 HTR1D ENSG00000179546 +transcript chr1 23304688 23344284 ENST00000302271 protein_coding 11 1 NA HNRNPR ENSG00000125944 +transcript chr1 23304688 23344336 ENST00000478691 protein_coding 5 1 NA HNRNPR ENSG00000125944 +transcript chr1 23309783 23344310 ENST00000374616 protein_coding 7 1 NA HNRNPR ENSG00000125944 +transcript chr1 23309786 23344322 ENST00000374612 protein_coding 5 5 NA HNRNPR ENSG00000125944 +transcript chr1 23309930 23344330 ENST00000675048 protein_coding 1 NA NA HNRNPR ENSG00000125944 +transcript chr1 23310333 23344295 ENST00000606561 protein_coding 5 2 NA HNRNPR ENSG00000125944 +transcript chr1 23310454 23341008 ENST00000427764 protein_coding 3 1 NA HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000302271 protein_coding 11 1 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000478691 protein_coding 5 1 10 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000374616 protein_coding 7 1 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000374612 protein_coding 5 5 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000675048 protein_coding 1 NA 8 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000606561 protein_coding 5 2 9 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000427764 protein_coding 3 1 9 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000302271 protein_coding 11 1 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000478691 protein_coding 5 1 9 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000374616 protein_coding 7 1 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000374612 protein_coding 5 5 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000675048 protein_coding 1 NA 7 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000606561 protein_coding 5 2 8 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000427764 protein_coding 3 1 8 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000302271 protein_coding 11 1 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000478691 protein_coding 5 1 8 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000374616 protein_coding 7 1 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000374612 protein_coding 5 5 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000675048 protein_coding 1 NA 6 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000606561 protein_coding 5 2 7 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000427764 protein_coding 3 1 7 HNRNPR ENSG00000125944 +transcript chr1 23313553 23338549 ENST00000463552 protein_coding 5 4 NA HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000463552 protein_coding 5 4 6 HNRNPR ENSG00000125944 +transcript chr1 23313599 23333631 ENST00000470941 protein_coding 5 4 NA HNRNPR ENSG00000125944 +CDS chr1 23313599 23313702 ENST00000470941 protein_coding 5 4 4 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000302271 protein_coding 11 1 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318697 ENST00000478691 protein_coding 5 1 7 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318697 ENST00000374616 protein_coding 7 1 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000374612 protein_coding 5 5 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000606561 protein_coding 5 2 6 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000427764 protein_coding 3 1 6 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000463552 protein_coding 5 4 5 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000470941 protein_coding 5 4 3 HNRNPR ENSG00000125944 +transcript chr1 23318483 23344281 ENST00000476451 protein_coding 2 4 NA HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000476451 protein_coding 2 4 8 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000302271 protein_coding 11 1 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000478691 protein_coding 5 1 6 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000374616 protein_coding 7 1 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000374612 protein_coding 5 5 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000606561 protein_coding 5 2 5 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000427764 protein_coding 3 1 5 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000463552 protein_coding 5 4 4 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000470941 protein_coding 5 4 2 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000476451 protein_coding 2 4 7 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000302271 protein_coding 11 1 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000478691 protein_coding 5 1 5 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000374616 protein_coding 7 1 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000374612 protein_coding 5 5 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000675048 protein_coding 1 NA 5 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000606561 protein_coding 5 2 4 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000427764 protein_coding 3 1 4 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000463552 protein_coding 5 4 3 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000476451 protein_coding 2 4 6 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000302271 protein_coding 11 1 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000478691 protein_coding 5 1 4 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000374616 protein_coding 7 1 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000374612 protein_coding 5 5 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000470941 protein_coding 5 4 1 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000476451 protein_coding 2 4 5 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000302271 protein_coding 11 1 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000478691 protein_coding 5 1 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000374616 protein_coding 7 1 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000374612 protein_coding 5 5 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000675048 protein_coding 1 NA 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000606561 protein_coding 5 2 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000427764 protein_coding 3 1 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000463552 protein_coding 5 4 2 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000476451 protein_coding 2 4 4 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000302271 protein_coding 11 1 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000374616 protein_coding 7 1 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000374612 protein_coding 5 5 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000675048 protein_coding 1 NA 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000427764 protein_coding 3 1 2 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338549 ENST00000463552 protein_coding 5 4 1 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000302271 protein_coding 11 1 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000374616 protein_coding 7 1 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000374612 protein_coding 5 5 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000675048 protein_coding 1 NA 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000427764 protein_coding 3 1 1 HNRNPR ENSG00000125944 +transcript chr1 23359448 23369836 ENST00000314011 protein_coding 9 1 NA ZNF436 ENSG00000125945 +transcript chr1 23359975 23368386 ENST00000374608 protein_coding 3 1 NA ZNF436 ENSG00000125945 +CDS chr1 23361972 23363221 ENST00000314011 protein_coding 9 1 4 ZNF436 ENSG00000125945 +CDS chr1 23361972 23363221 ENST00000374608 protein_coding 3 1 3 ZNF436 ENSG00000125945 +CDS chr1 23367042 23367168 ENST00000314011 protein_coding 9 1 3 ZNF436 ENSG00000125945 +CDS chr1 23367042 23367168 ENST00000374608 protein_coding 3 1 2 ZNF436 ENSG00000125945 +CDS chr1 23367973 23368005 ENST00000314011 protein_coding 9 1 2 ZNF436 ENSG00000125945 +CDS chr1 23367973 23368005 ENST00000374608 protein_coding 3 1 1 ZNF436 ENSG00000125945 +transcript chr1 23380909 23424748 ENST00000450454 protein_coding 7 1 NA TCEA3 ENSG00000204219 +CDS chr1 23381469 23381474 ENST00000450454 protein_coding 7 1 11 TCEA3 ENSG00000204219 +transcript chr1 23383433 23424618 ENST00000476978 protein_coding 2 3 NA TCEA3 ENSG00000204219 +CDS chr1 23384054 23384068 ENST00000476978 protein_coding 2 3 11 TCEA3 ENSG00000204219 +CDS chr1 23384346 23384417 ENST00000450454 protein_coding 7 1 10 TCEA3 ENSG00000204219 +CDS chr1 23384346 23384417 ENST00000476978 protein_coding 2 3 10 TCEA3 ENSG00000204219 +CDS chr1 23387273 23387419 ENST00000450454 protein_coding 7 1 9 TCEA3 ENSG00000204219 +CDS chr1 23387273 23387419 ENST00000476978 protein_coding 2 3 9 TCEA3 ENSG00000204219 +CDS chr1 23393879 23394033 ENST00000450454 protein_coding 7 1 8 TCEA3 ENSG00000204219 +CDS chr1 23393879 23394033 ENST00000476978 protein_coding 2 3 8 TCEA3 ENSG00000204219 +CDS chr1 23397545 23397601 ENST00000450454 protein_coding 7 1 7 TCEA3 ENSG00000204219 +CDS chr1 23397545 23397601 ENST00000476978 protein_coding 2 3 7 TCEA3 ENSG00000204219 +CDS chr1 23397792 23397955 ENST00000450454 protein_coding 7 1 6 TCEA3 ENSG00000204219 +CDS chr1 23397792 23397955 ENST00000476978 protein_coding 2 3 6 TCEA3 ENSG00000204219 +transcript chr1 23403481 23424707 ENST00000374601 protein_coding 7 1 NA TCEA3 ENSG00000204219 +transcript chr1 23404069 23419386 ENST00000461794 protein_coding 1 3 NA TCEA3 ENSG00000204219 +CDS chr1 23404142 23404160 ENST00000374601 protein_coding 7 1 6 TCEA3 ENSG00000204219 +CDS chr1 23404142 23404160 ENST00000461794 protein_coding 1 3 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000450454 protein_coding 7 1 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000476978 protein_coding 2 3 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000374601 protein_coding 7 1 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000461794 protein_coding 1 3 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000450454 protein_coding 7 1 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000476978 protein_coding 2 3 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000374601 protein_coding 7 1 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000461794 protein_coding 1 3 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000450454 protein_coding 7 1 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000476978 protein_coding 2 3 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000374601 protein_coding 7 1 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000461794 protein_coding 1 3 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000450454 protein_coding 7 1 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000476978 protein_coding 2 3 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000374601 protein_coding 7 1 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419097 ENST00000461794 protein_coding 1 3 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424633 ENST00000450454 protein_coding 7 1 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424618 ENST00000476978 protein_coding 2 3 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424633 ENST00000374601 protein_coding 7 1 1 TCEA3 ENSG00000204219 +transcript chr1 23428563 23436677 ENST00000495646 protein_coding 5 2 NA ASAP3 ENSG00000088280 +transcript chr1 23428563 23484179 ENST00000336689 protein_coding 8 1 NA ASAP3 ENSG00000088280 +transcript chr1 23429532 23433532 ENST00000465372 protein_coding 5 5 NA ASAP3 ENSG00000088280 +transcript chr1 23429722 23484179 ENST00000437606 protein_coding 6 2 NA ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000495646 protein_coding 5 2 10 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000336689 protein_coding 8 1 25 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000465372 protein_coding 5 5 5 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000437606 protein_coding 6 2 24 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000495646 protein_coding 5 2 9 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000336689 protein_coding 8 1 24 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000465372 protein_coding 5 5 4 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000437606 protein_coding 6 2 23 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000495646 protein_coding 5 2 8 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000336689 protein_coding 8 1 23 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000465372 protein_coding 5 5 3 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000437606 protein_coding 6 2 22 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000495646 protein_coding 5 2 7 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000336689 protein_coding 8 1 22 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000437606 protein_coding 6 2 21 ASAP3 ENSG00000088280 +CDS chr1 23433158 23433272 ENST00000465372 protein_coding 5 5 2 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000495646 protein_coding 5 2 6 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000336689 protein_coding 8 1 21 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000465372 protein_coding 5 5 1 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000437606 protein_coding 6 2 20 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000495646 protein_coding 5 2 5 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000336689 protein_coding 8 1 20 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000437606 protein_coding 6 2 19 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000495646 protein_coding 5 2 4 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000336689 protein_coding 8 1 19 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000437606 protein_coding 6 2 18 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000495646 protein_coding 5 2 3 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000336689 protein_coding 8 1 18 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000437606 protein_coding 6 2 17 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000495646 protein_coding 5 2 2 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000336689 protein_coding 8 1 17 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000437606 protein_coding 6 2 16 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436642 ENST00000495646 protein_coding 5 2 1 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436654 ENST00000336689 protein_coding 8 1 16 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436654 ENST00000437606 protein_coding 6 2 15 ASAP3 ENSG00000088280 +CDS chr1 23436911 23437044 ENST00000336689 protein_coding 8 1 15 ASAP3 ENSG00000088280 +CDS chr1 23436911 23437044 ENST00000437606 protein_coding 6 2 14 ASAP3 ENSG00000088280 +CDS chr1 23437130 23437320 ENST00000336689 protein_coding 8 1 14 ASAP3 ENSG00000088280 +CDS chr1 23437130 23437320 ENST00000437606 protein_coding 6 2 13 ASAP3 ENSG00000088280 +CDS chr1 23437424 23437472 ENST00000336689 protein_coding 8 1 13 ASAP3 ENSG00000088280 +CDS chr1 23437424 23437472 ENST00000437606 protein_coding 6 2 12 ASAP3 ENSG00000088280 +CDS chr1 23438747 23438834 ENST00000336689 protein_coding 8 1 12 ASAP3 ENSG00000088280 +CDS chr1 23438747 23438834 ENST00000437606 protein_coding 6 2 11 ASAP3 ENSG00000088280 +CDS chr1 23439161 23439230 ENST00000336689 protein_coding 8 1 11 ASAP3 ENSG00000088280 +CDS chr1 23439161 23439230 ENST00000437606 protein_coding 6 2 10 ASAP3 ENSG00000088280 +CDS chr1 23441102 23441211 ENST00000336689 protein_coding 8 1 10 ASAP3 ENSG00000088280 +CDS chr1 23441102 23441211 ENST00000437606 protein_coding 6 2 9 ASAP3 ENSG00000088280 +CDS chr1 23441387 23441473 ENST00000336689 protein_coding 8 1 9 ASAP3 ENSG00000088280 +CDS chr1 23441387 23441473 ENST00000437606 protein_coding 6 2 8 ASAP3 ENSG00000088280 +CDS chr1 23441655 23441730 ENST00000336689 protein_coding 8 1 8 ASAP3 ENSG00000088280 +CDS chr1 23441655 23441730 ENST00000437606 protein_coding 6 2 7 ASAP3 ENSG00000088280 +CDS chr1 23442186 23442271 ENST00000336689 protein_coding 8 1 7 ASAP3 ENSG00000088280 +CDS chr1 23442186 23442271 ENST00000437606 protein_coding 6 2 6 ASAP3 ENSG00000088280 +CDS chr1 23442501 23442612 ENST00000336689 protein_coding 8 1 6 ASAP3 ENSG00000088280 +CDS chr1 23442501 23442635 ENST00000437606 protein_coding 6 2 5 ASAP3 ENSG00000088280 +CDS chr1 23451479 23451528 ENST00000336689 protein_coding 8 1 5 ASAP3 ENSG00000088280 +transcript chr1 23451479 23484568 ENST00000608765 protein_coding 1 5 NA ASAP3 ENSG00000088280 +CDS chr1 23451479 23451528 ENST00000608765 protein_coding 1 5 6 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000336689 protein_coding 8 1 4 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000437606 protein_coding 6 2 4 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000608765 protein_coding 1 5 5 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000336689 protein_coding 8 1 3 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000437606 protein_coding 6 2 3 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000608765 protein_coding 1 5 4 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000336689 protein_coding 8 1 2 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000437606 protein_coding 6 2 2 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000608765 protein_coding 1 5 3 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000336689 protein_coding 8 1 1 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000437606 protein_coding 6 2 1 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000608765 protein_coding 1 5 2 ASAP3 ENSG00000088280 +transcript chr1 23506438 23531233 ENST00000361729 protein_coding 3 1 NA E2F2 ENSG00000007968 +CDS chr1 23509883 23510148 ENST00000361729 protein_coding 3 1 7 E2F2 ENSG00000007968 +CDS chr1 23516335 23516527 ENST00000361729 protein_coding 3 1 6 E2F2 ENSG00000007968 +CDS chr1 23519016 23519130 ENST00000361729 protein_coding 3 1 5 E2F2 ENSG00000007968 +CDS chr1 23520913 23521071 ENST00000361729 protein_coding 3 1 4 E2F2 ENSG00000007968 +CDS chr1 23521837 23522056 ENST00000361729 protein_coding 3 1 3 E2F2 ENSG00000007968 +CDS chr1 23524383 23524488 ENST00000361729 protein_coding 3 1 2 E2F2 ENSG00000007968 +CDS chr1 23530542 23530793 ENST00000361729 protein_coding 3 1 1 E2F2 ENSG00000007968 +transcript chr1 23557926 23559501 ENST00000374561 protein_coding 6 1 NA ID3 ENSG00000117318 +CDS chr1 23558963 23559019 ENST00000374561 protein_coding 6 1 2 ID3 ENSG00000117318 +CDS chr1 23559127 23559426 ENST00000374561 protein_coding 6 1 1 ID3 ENSG00000117318 +transcript chr1 23691742 23696417 ENST00000374550 protein_coding 8 1 NA RPL11 ENSG00000142676 +transcript chr1 23691806 23696835 ENST00000643754 protein_coding 2 NA NA RPL11 ENSG00000142676 +CDS chr1 23691824 23691829 ENST00000374550 protein_coding 8 1 1 RPL11 ENSG00000142676 +CDS chr1 23691824 23691829 ENST00000643754 protein_coding 2 NA 1 RPL11 ENSG00000142676 +transcript chr1 23692306 23696418 ENST00000458455 protein_coding 2 1 NA RPL11 ENSG00000142676 +CDS chr1 23692609 23692759 ENST00000643754 protein_coding 2 NA 2 RPL11 ENSG00000142676 +CDS chr1 23692612 23692759 ENST00000374550 protein_coding 8 1 2 RPL11 ENSG00000142676 +CDS chr1 23692636 23692759 ENST00000458455 protein_coding 2 1 1 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000374550 protein_coding 8 1 3 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000643754 protein_coding 2 NA 3 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000458455 protein_coding 2 1 2 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000374550 protein_coding 8 1 4 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000643754 protein_coding 2 NA 4 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000458455 protein_coding 2 1 3 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000374550 protein_coding 8 1 5 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000643754 protein_coding 2 NA 5 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000458455 protein_coding 2 1 4 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000374550 protein_coding 8 1 6 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000643754 protein_coding 2 NA 6 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000458455 protein_coding 2 1 5 RPL11 ENSG00000142676 +transcript chr1 23743471 23762059 ENST00000613537 protein_coding 5 1 NA ELOA ENSG00000011007 +CDS chr1 23743504 23743578 ENST00000613537 protein_coding 5 1 1 ELOA ENSG00000011007 +CDS chr1 23749021 23749077 ENST00000613537 protein_coding 5 1 2 ELOA ENSG00000011007 +CDS chr1 23749842 23749948 ENST00000613537 protein_coding 5 1 3 ELOA ENSG00000011007 +CDS chr1 23750845 23752030 ENST00000613537 protein_coding 5 1 4 ELOA ENSG00000011007 +CDS chr1 23752407 23752518 ENST00000613537 protein_coding 5 1 5 ELOA ENSG00000011007 +CDS chr1 23754100 23754255 ENST00000613537 protein_coding 5 1 6 ELOA ENSG00000011007 +CDS chr1 23754363 23754460 ENST00000613537 protein_coding 5 1 7 ELOA ENSG00000011007 +CDS chr1 23755843 23756023 ENST00000613537 protein_coding 5 1 8 ELOA ENSG00000011007 +CDS chr1 23756274 23756385 ENST00000613537 protein_coding 5 1 9 ELOA ENSG00000011007 +CDS chr1 23756953 23757125 ENST00000613537 protein_coding 5 1 10 ELOA ENSG00000011007 +CDS chr1 23759512 23759570 ENST00000613537 protein_coding 5 1 11 ELOA ENSG00000011007 +transcript chr1 23778418 23788232 ENST00000246151 protein_coding 9 1 NA PITHD1 ENSG00000057757 +CDS chr1 23778516 23778713 ENST00000246151 protein_coding 9 1 1 PITHD1 ENSG00000057757 +transcript chr1 23779357 23786378 ENST00000415372 protein_coding 1 2 NA PITHD1 ENSG00000057757 +CDS chr1 23779438 23779481 ENST00000246151 protein_coding 9 1 2 PITHD1 ENSG00000057757 +CDS chr1 23779864 23779941 ENST00000246151 protein_coding 9 1 3 PITHD1 ENSG00000057757 +CDS chr1 23779901 23779941 ENST00000415372 protein_coding 1 2 1 PITHD1 ENSG00000057757 +transcript chr1 23785192 23788232 ENST00000374524 protein_coding 1 3 NA PITHD1 ENSG00000057757 +CDS chr1 23785675 23785779 ENST00000246151 protein_coding 9 1 4 PITHD1 ENSG00000057757 +CDS chr1 23785675 23785779 ENST00000415372 protein_coding 1 2 2 PITHD1 ENSG00000057757 +CDS chr1 23785694 23785779 ENST00000374524 protein_coding 1 3 2 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786423 ENST00000246151 protein_coding 9 1 5 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786378 ENST00000415372 protein_coding 1 2 3 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786423 ENST00000374524 protein_coding 1 3 3 PITHD1 ENSG00000057757 +CDS chr1 23787275 23787373 ENST00000246151 protein_coding 9 1 6 PITHD1 ENSG00000057757 +CDS chr1 23787275 23787373 ENST00000374524 protein_coding 1 3 4 PITHD1 ENSG00000057757 +transcript chr1 23791145 23795539 ENST00000374514 protein_coding 8 1 NA LYPLA2 ENSG00000011009 +transcript chr1 23791187 23794511 ENST00000420982 protein_coding 5 3 NA LYPLA2 ENSG00000011009 +transcript chr1 23791187 23794745 ENST00000374505 protein_coding 6 3 NA LYPLA2 ENSG00000011009 +transcript chr1 23791203 23794955 ENST00000374503 protein_coding 7 2 NA LYPLA2 ENSG00000011009 +transcript chr1 23791221 23794870 ENST00000374502 protein_coding 7 2 NA LYPLA2 ENSG00000011009 +transcript chr1 23791992 23793907 ENST00000421070 protein_coding 1 5 NA LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374514 protein_coding 8 1 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374505 protein_coding 6 3 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374503 protein_coding 7 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374502 protein_coding 7 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000421070 protein_coding 1 5 2 LYPLA2 ENSG00000011009 +CDS chr1 23792720 23792760 ENST00000420982 protein_coding 5 3 2 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374514 protein_coding 8 1 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374505 protein_coding 6 3 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374503 protein_coding 7 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374502 protein_coding 7 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000421070 protein_coding 1 5 3 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374514 protein_coding 8 1 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000420982 protein_coding 5 3 3 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374505 protein_coding 6 3 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374503 protein_coding 7 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374502 protein_coding 7 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000421070 protein_coding 1 5 4 LYPLA2 ENSG00000011009 +transcript chr1 23793653 23795277 ENST00000374501 protein_coding 1 2 NA LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374514 protein_coding 8 1 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000420982 protein_coding 5 3 4 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374505 protein_coding 6 3 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374503 protein_coding 7 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374502 protein_coding 7 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000421070 protein_coding 1 5 5 LYPLA2 ENSG00000011009 +CDS chr1 23793730 23793752 ENST00000374501 protein_coding 1 2 1 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374514 protein_coding 8 1 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000420982 protein_coding 5 3 5 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374505 protein_coding 6 3 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374503 protein_coding 7 2 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374502 protein_coding 7 2 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793907 ENST00000421070 protein_coding 1 5 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374501 protein_coding 1 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374514 protein_coding 8 1 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000420982 protein_coding 5 3 6 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374503 protein_coding 7 2 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374502 protein_coding 7 2 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374501 protein_coding 1 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374514 protein_coding 8 1 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000420982 protein_coding 5 3 7 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794339 ENST00000374505 protein_coding 6 3 7 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374503 protein_coding 7 2 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794394 ENST00000374502 protein_coding 7 2 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374501 protein_coding 1 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794600 ENST00000374514 protein_coding 8 1 9 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794511 ENST00000420982 protein_coding 5 3 8 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794600 ENST00000374501 protein_coding 1 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23794552 23794600 ENST00000374503 protein_coding 7 2 9 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794729 ENST00000374514 protein_coding 8 1 10 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794707 ENST00000374503 protein_coding 7 2 10 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794729 ENST00000374501 protein_coding 1 2 6 LYPLA2 ENSG00000011009 +transcript chr1 23795599 23800754 ENST00000617979 protein_coding 5 1 NA GALE ENSG00000117308 +transcript chr1 23795600 23800402 ENST00000374497 protein_coding 7 1 NA GALE ENSG00000117308 +transcript chr1 23795604 23796942 ENST00000456977 protein_coding 5 2 NA GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000617979 protein_coding 5 1 12 GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000374497 protein_coding 7 1 12 GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000456977 protein_coding 5 2 4 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000617979 protein_coding 5 1 11 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000374497 protein_coding 7 1 11 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000456977 protein_coding 5 2 3 GALE ENSG00000117308 +transcript chr1 23796151 23799533 ENST00000429356 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000429356 protein_coding 5 5 8 GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000617979 protein_coding 5 1 10 GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000374497 protein_coding 7 1 10 GALE ENSG00000117308 +transcript chr1 23796509 23800770 ENST00000418277 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000418277 protein_coding 5 5 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000617979 protein_coding 5 1 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000374497 protein_coding 7 1 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000456977 protein_coding 5 2 2 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000429356 protein_coding 5 5 7 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000418277 protein_coding 5 5 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000617979 protein_coding 5 1 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000374497 protein_coding 7 1 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000456977 protein_coding 5 2 1 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000429356 protein_coding 5 5 6 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000418277 protein_coding 5 5 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000617979 protein_coding 5 1 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000374497 protein_coding 7 1 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000429356 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000418277 protein_coding 5 5 6 GALE ENSG00000117308 +transcript chr1 23797092 23800523 ENST00000425913 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23797092 23797147 ENST00000425913 protein_coding 5 5 7 GALE ENSG00000117308 +transcript chr1 23797094 23799570 ENST00000445705 protein_coding 1 2 NA GALE ENSG00000117308 +CDS chr1 23797094 23797147 ENST00000445705 protein_coding 1 2 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000617979 protein_coding 5 1 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000374497 protein_coding 7 1 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000429356 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000418277 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000425913 protein_coding 5 5 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000445705 protein_coding 1 2 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000617979 protein_coding 5 1 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000374497 protein_coding 7 1 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000429356 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000418277 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000425913 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000445705 protein_coding 1 2 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000617979 protein_coding 5 1 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000374497 protein_coding 7 1 4 GALE ENSG00000117308 +CDS chr1 23798615 23798659 ENST00000429356 protein_coding 5 5 2 GALE ENSG00000117308 +CDS chr1 23798615 23798659 ENST00000418277 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000425913 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000445705 protein_coding 1 2 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000617979 protein_coding 5 1 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000374497 protein_coding 7 1 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000425913 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000445705 protein_coding 1 2 2 GALE ENSG00000117308 +transcript chr1 23801885 23825429 ENST00000374490 protein_coding 8 1 NA HMGCL ENSG00000117305 +transcript chr1 23801887 23825428 ENST00000436439 protein_coding 6 2 NA HMGCL ENSG00000117305 +transcript chr1 23801910 23825402 ENST00000235958 protein_coding 4 5 NA HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000374490 protein_coding 8 1 9 HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000436439 protein_coding 6 2 7 HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000235958 protein_coding 4 5 5 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000374490 protein_coding 8 1 8 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000436439 protein_coding 6 2 6 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000235958 protein_coding 4 5 4 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000374490 protein_coding 8 1 7 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000436439 protein_coding 6 2 5 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000235958 protein_coding 4 5 3 HMGCL ENSG00000117305 +CDS chr1 23810736 23810799 ENST00000374490 protein_coding 8 1 6 HMGCL ENSG00000117305 +CDS chr1 23814190 23814338 ENST00000374490 protein_coding 8 1 5 HMGCL ENSG00000117305 +CDS chr1 23816675 23816770 ENST00000374490 protein_coding 8 1 4 HMGCL ENSG00000117305 +CDS chr1 23816675 23816770 ENST00000436439 protein_coding 6 2 4 HMGCL ENSG00000117305 +CDS chr1 23817476 23817583 ENST00000374490 protein_coding 8 1 3 HMGCL ENSG00000117305 +CDS chr1 23817476 23817583 ENST00000436439 protein_coding 6 2 3 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000374490 protein_coding 8 1 2 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000436439 protein_coding 6 2 2 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000235958 protein_coding 4 5 2 HMGCL ENSG00000117305 +CDS chr1 23825356 23825415 ENST00000374490 protein_coding 8 1 1 HMGCL ENSG00000117305 +CDS chr1 23825356 23825415 ENST00000436439 protein_coding 6 2 1 HMGCL ENSG00000117305 +CDS chr1 23825356 23825402 ENST00000235958 protein_coding 4 5 1 HMGCL ENSG00000117305 +transcript chr1 23845077 23868290 ENST00000374479 protein_coding 4 1 NA FUCA1 ENSG00000179163 +CDS chr1 23845718 23845855 ENST00000374479 protein_coding 4 1 8 FUCA1 ENSG00000179163 +CDS chr1 23846074 23846173 ENST00000374479 protein_coding 4 1 7 FUCA1 ENSG00000179163 +CDS chr1 23848649 23848839 ENST00000374479 protein_coding 4 1 6 FUCA1 ENSG00000179163 +CDS chr1 23854360 23854560 ENST00000374479 protein_coding 4 1 5 FUCA1 ENSG00000179163 +CDS chr1 23859798 23859903 ENST00000374479 protein_coding 4 1 4 FUCA1 ENSG00000179163 +CDS chr1 23863134 23863271 ENST00000374479 protein_coding 4 1 3 FUCA1 ENSG00000179163 +CDS chr1 23865491 23865625 ENST00000374479 protein_coding 4 1 2 FUCA1 ENSG00000179163 +CDS chr1 23867898 23868286 ENST00000374479 protein_coding 4 1 1 FUCA1 ENSG00000179163 +transcript chr1 23870515 23913362 ENST00000374472 protein_coding 5 1 NA CNR2 ENSG00000188822 +CDS chr1 23874538 23875617 ENST00000374472 protein_coding 5 1 2 CNR2 ENSG00000188822 +transcript chr1 23956839 23963446 ENST00000647887 protein_coding 1 NA NA PNRC2 ENSG00000189266 +transcript chr1 23959109 23961465 ENST00000471915 protein_coding 5 3 NA PNRC2 ENSG00000189266 +transcript chr1 23959828 23961880 ENST00000374468 protein_coding 1 2 NA PNRC2 ENSG00000189266 +transcript chr1 23959828 23963462 ENST00000334351 protein_coding 8 1 NA PNRC2 ENSG00000189266 +transcript chr1 23960968 23961443 ENST00000579103 protein_coding 1 2 NA PNRC2 ENSG00000189266 +CDS chr1 23960968 23961134 ENST00000579103 protein_coding 1 2 1 PNRC2 ENSG00000189266 +CDS chr1 23961440 23961440 ENST00000579103 protein_coding 1 2 2 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000647887 protein_coding 1 NA 4 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961465 ENST00000471915 protein_coding 5 3 3 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000374468 protein_coding 1 2 3 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000334351 protein_coding 8 1 3 PNRC2 ENSG00000189266 +transcript chr1 23964347 23980327 ENST00000492112 protein_coding 3 1 NA SRSF10 ENSG00000188529 +transcript chr1 23964804 23980331 ENST00000344989 protein_coding 10 1 NA SRSF10 ENSG00000188529 +transcript chr1 23966445 23980296 ENST00000453840 protein_coding 7 1 NA SRSF10 ENSG00000188529 +transcript chr1 23967173 23980356 ENST00000484146 protein_coding 6 2 NA SRSF10 ENSG00000188529 +transcript chr1 23967307 23980308 ENST00000374452 protein_coding 9 1 NA SRSF10 ENSG00000188529 +transcript chr1 23967618 23980294 ENST00000374453 protein_coding 7 5 NA SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000344989 protein_coding 10 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000453840 protein_coding 7 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000484146 protein_coding 6 2 5 SRSF10 ENSG00000188529 +CDS chr1 23967929 23967956 ENST00000374452 protein_coding 9 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967929 23967956 ENST00000374453 protein_coding 7 5 6 SRSF10 ENSG00000188529 +transcript chr1 23969083 23980327 ENST00000343255 protein_coding 9 2 NA SRSF10 ENSG00000188529 +CDS chr1 23971145 23971439 ENST00000492112 protein_coding 3 1 6 SRSF10 ENSG00000188529 +CDS chr1 23971145 23971439 ENST00000343255 protein_coding 9 2 6 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000492112 protein_coding 3 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000344989 protein_coding 10 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000453840 protein_coding 7 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000374452 protein_coding 9 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000374453 protein_coding 7 5 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000343255 protein_coding 9 2 5 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000492112 protein_coding 3 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000344989 protein_coding 10 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000453840 protein_coding 7 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000484146 protein_coding 6 2 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000374452 protein_coding 9 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000374453 protein_coding 7 5 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000343255 protein_coding 9 2 4 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000492112 protein_coding 3 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000344989 protein_coding 10 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000453840 protein_coding 7 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000484146 protein_coding 6 2 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000374452 protein_coding 9 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000374453 protein_coding 7 5 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000343255 protein_coding 9 2 3 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000492112 protein_coding 3 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000344989 protein_coding 10 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000453840 protein_coding 7 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000484146 protein_coding 6 2 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000374452 protein_coding 9 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000374453 protein_coding 7 5 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000343255 protein_coding 9 2 2 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000492112 protein_coding 3 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000344989 protein_coding 10 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000453840 protein_coding 7 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000484146 protein_coding 6 2 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000374452 protein_coding 9 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000374453 protein_coding 7 5 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000343255 protein_coding 9 2 1 SRSF10 ENSG00000188529 +transcript chr1 24056035 24066579 ENST00000338909 protein_coding 9 2 NA MYOM3 ENSG00000142661 +transcript chr1 24056041 24112135 ENST00000374434 protein_coding 4 1 NA MYOM3 ENSG00000142661 +CDS chr1 24057367 24057627 ENST00000338909 protein_coding 9 2 10 MYOM3 ENSG00000142661 +CDS chr1 24057367 24057627 ENST00000374434 protein_coding 4 1 37 MYOM3 ENSG00000142661 +CDS chr1 24058924 24058979 ENST00000338909 protein_coding 9 2 9 MYOM3 ENSG00000142661 +CDS chr1 24058924 24058979 ENST00000374434 protein_coding 4 1 36 MYOM3 ENSG00000142661 +CDS chr1 24061060 24061082 ENST00000338909 protein_coding 9 2 8 MYOM3 ENSG00000142661 +CDS chr1 24061060 24061082 ENST00000374434 protein_coding 4 1 35 MYOM3 ENSG00000142661 +CDS chr1 24061273 24061309 ENST00000338909 protein_coding 9 2 7 MYOM3 ENSG00000142661 +CDS chr1 24061273 24061309 ENST00000374434 protein_coding 4 1 34 MYOM3 ENSG00000142661 +CDS chr1 24061946 24062109 ENST00000338909 protein_coding 9 2 6 MYOM3 ENSG00000142661 +CDS chr1 24061946 24062109 ENST00000374434 protein_coding 4 1 33 MYOM3 ENSG00000142661 +CDS chr1 24063126 24063234 ENST00000338909 protein_coding 9 2 5 MYOM3 ENSG00000142661 +CDS chr1 24063126 24063234 ENST00000374434 protein_coding 4 1 32 MYOM3 ENSG00000142661 +CDS chr1 24063492 24063530 ENST00000338909 protein_coding 9 2 4 MYOM3 ENSG00000142661 +CDS chr1 24063492 24063530 ENST00000374434 protein_coding 4 1 31 MYOM3 ENSG00000142661 +CDS chr1 24064072 24064159 ENST00000338909 protein_coding 9 2 3 MYOM3 ENSG00000142661 +CDS chr1 24064072 24064159 ENST00000374434 protein_coding 4 1 30 MYOM3 ENSG00000142661 +CDS chr1 24065891 24066001 ENST00000338909 protein_coding 9 2 2 MYOM3 ENSG00000142661 +CDS chr1 24065891 24066001 ENST00000374434 protein_coding 4 1 29 MYOM3 ENSG00000142661 +CDS chr1 24066107 24066208 ENST00000338909 protein_coding 9 2 1 MYOM3 ENSG00000142661 +CDS chr1 24067021 24067088 ENST00000374434 protein_coding 4 1 28 MYOM3 ENSG00000142661 +CDS chr1 24067970 24068029 ENST00000374434 protein_coding 4 1 27 MYOM3 ENSG00000142661 +CDS chr1 24068223 24068367 ENST00000374434 protein_coding 4 1 26 MYOM3 ENSG00000142661 +CDS chr1 24071117 24071253 ENST00000374434 protein_coding 4 1 25 MYOM3 ENSG00000142661 +CDS chr1 24071969 24072013 ENST00000374434 protein_coding 4 1 24 MYOM3 ENSG00000142661 +CDS chr1 24074160 24074269 ENST00000374434 protein_coding 4 1 23 MYOM3 ENSG00000142661 +CDS chr1 24075319 24075475 ENST00000374434 protein_coding 4 1 22 MYOM3 ENSG00000142661 +CDS chr1 24076159 24076273 ENST00000374434 protein_coding 4 1 21 MYOM3 ENSG00000142661 +CDS chr1 24080016 24080194 ENST00000374434 protein_coding 4 1 20 MYOM3 ENSG00000142661 +CDS chr1 24081330 24081456 ENST00000374434 protein_coding 4 1 19 MYOM3 ENSG00000142661 +CDS chr1 24082001 24082188 ENST00000374434 protein_coding 4 1 18 MYOM3 ENSG00000142661 +CDS chr1 24082593 24082714 ENST00000374434 protein_coding 4 1 17 MYOM3 ENSG00000142661 +CDS chr1 24084468 24084639 ENST00000374434 protein_coding 4 1 16 MYOM3 ENSG00000142661 +CDS chr1 24086644 24086827 ENST00000374434 protein_coding 4 1 15 MYOM3 ENSG00000142661 +CDS chr1 24089538 24089665 ENST00000374434 protein_coding 4 1 14 MYOM3 ENSG00000142661 +CDS chr1 24090065 24090118 ENST00000374434 protein_coding 4 1 13 MYOM3 ENSG00000142661 +CDS chr1 24090797 24090996 ENST00000374434 protein_coding 4 1 12 MYOM3 ENSG00000142661 +CDS chr1 24092174 24092315 ENST00000374434 protein_coding 4 1 11 MYOM3 ENSG00000142661 +CDS chr1 24092947 24093108 ENST00000374434 protein_coding 4 1 10 MYOM3 ENSG00000142661 +CDS chr1 24094853 24094990 ENST00000374434 protein_coding 4 1 9 MYOM3 ENSG00000142661 +CDS chr1 24095442 24095486 ENST00000374434 protein_coding 4 1 8 MYOM3 ENSG00000142661 +CDS chr1 24097923 24098011 ENST00000374434 protein_coding 4 1 7 MYOM3 ENSG00000142661 +CDS chr1 24099680 24099775 ENST00000374434 protein_coding 4 1 6 MYOM3 ENSG00000142661 +CDS chr1 24105920 24106077 ENST00000374434 protein_coding 4 1 5 MYOM3 ENSG00000142661 +CDS chr1 24107073 24107232 ENST00000374434 protein_coding 4 1 4 MYOM3 ENSG00000142661 +CDS chr1 24107993 24108073 ENST00000374434 protein_coding 4 1 3 MYOM3 ENSG00000142661 +CDS chr1 24108476 24108636 ENST00000374434 protein_coding 4 1 2 MYOM3 ENSG00000142661 +transcript chr1 24119771 24143140 ENST00000270800 protein_coding 2 1 NA IL22RA1 ENSG00000142677 +CDS chr1 24120808 24121737 ENST00000270800 protein_coding 2 1 7 IL22RA1 ENSG00000142677 +CDS chr1 24123302 24123423 ENST00000270800 protein_coding 2 1 6 IL22RA1 ENSG00000142677 +CDS chr1 24128141 24128279 ENST00000270800 protein_coding 2 1 5 IL22RA1 ENSG00000142677 +CDS chr1 24134211 24134386 ENST00000270800 protein_coding 2 1 4 IL22RA1 ENSG00000142677 +CDS chr1 24137131 24137309 ENST00000270800 protein_coding 2 1 3 IL22RA1 ENSG00000142677 +CDS chr1 24138582 24138714 ENST00000270800 protein_coding 2 1 2 IL22RA1 ENSG00000142677 +CDS chr1 24143040 24143082 ENST00000270800 protein_coding 2 1 1 IL22RA1 ENSG00000142677 +transcript chr1 24154168 24187289 ENST00000327535 protein_coding 6 1 NA IFNLR1 ENSG00000185436 +transcript chr1 24157099 24187261 ENST00000327575 protein_coding 6 1 NA IFNLR1 ENSG00000185436 +transcript chr1 24157130 24187248 ENST00000374421 protein_coding 7 1 NA IFNLR1 ENSG00000185436 +CDS chr1 24157133 24157891 ENST00000327535 protein_coding 6 1 7 IFNLR1 ENSG00000185436 +CDS chr1 24157133 24157804 ENST00000374421 protein_coding 7 1 7 IFNLR1 ENSG00000185436 +CDS chr1 24157830 24157891 ENST00000327575 protein_coding 6 1 6 IFNLR1 ENSG00000185436 +transcript chr1 24159000 24187959 ENST00000374419 protein_coding 1 5 NA IFNLR1 ENSG00000185436 +CDS chr1 24159049 24159182 ENST00000374419 protein_coding 1 5 6 IFNLR1 ENSG00000185436 +CDS chr1 24159052 24159182 ENST00000327535 protein_coding 6 1 6 IFNLR1 ENSG00000185436 +CDS chr1 24159052 24159182 ENST00000374421 protein_coding 7 1 6 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000327535 protein_coding 6 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000327575 protein_coding 6 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000374421 protein_coding 7 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000374419 protein_coding 1 5 5 IFNLR1 ENSG00000185436 +transcript chr1 24161378 24187248 ENST00000374418 protein_coding 3 1 NA IFNLR1 ENSG00000185436 +CDS chr1 24161419 24161684 ENST00000374418 protein_coding 3 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000327535 protein_coding 6 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000327575 protein_coding 6 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000374421 protein_coding 7 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000374419 protein_coding 1 5 4 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000327535 protein_coding 6 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000327575 protein_coding 6 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000374421 protein_coding 7 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169534 ENST00000374419 protein_coding 1 5 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000374418 protein_coding 3 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000327535 protein_coding 6 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000327575 protein_coding 6 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000374421 protein_coding 7 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000374418 protein_coding 3 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000327535 protein_coding 6 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000327575 protein_coding 6 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000374421 protein_coding 7 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000374418 protein_coding 3 1 1 IFNLR1 ENSG00000185436 +transcript chr1 24199558 24355212 ENST00000690803 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24318764 24355312 ENST00000692334 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24318775 24355212 ENST00000689444 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24319357 24343269 ENST00000461318 protein_coding 2 3 NA GRHL3 ENSG00000158055 +transcript chr1 24319357 24355318 ENST00000361548 protein_coding 9 1 NA GRHL3 ENSG00000158055 +transcript chr1 24319425 24364482 ENST00000350501 protein_coding 9 2 NA GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000461318 protein_coding 2 3 1 GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000361548 protein_coding 9 1 1 GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000350501 protein_coding 9 2 1 GRHL3 ENSG00000158055 +transcript chr1 24319566 24355318 ENST00000356046 protein_coding 6 1 NA GRHL3 ENSG00000158055 +transcript chr1 24319814 24355318 ENST00000524724 protein_coding 6 4 NA GRHL3 ENSG00000158055 +transcript chr1 24323040 24354488 ENST00000236255 protein_coding 4 1 NA GRHL3 ENSG00000158055 +transcript chr1 24323040 24354488 ENST00000528064 protein_coding 6 1 NA GRHL3 ENSG00000158055 +CDS chr1 24323086 24323117 ENST00000236255 protein_coding 4 1 1 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000461318 protein_coding 2 3 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000361548 protein_coding 9 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000350501 protein_coding 9 2 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000236255 protein_coding 4 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000689444 protein_coding 1 NA 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000356046 protein_coding 6 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000524724 protein_coding 6 4 2 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000689444 protein_coding 1 NA 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000461318 protein_coding 2 3 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000361548 protein_coding 9 1 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000350501 protein_coding 9 2 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000356046 protein_coding 6 1 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000524724 protein_coding 6 4 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000236255 protein_coding 4 1 3 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000689444 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000461318 protein_coding 2 3 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000361548 protein_coding 9 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000350501 protein_coding 9 2 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000356046 protein_coding 6 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000524724 protein_coding 6 4 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000236255 protein_coding 4 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000690803 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000692334 protein_coding 1 NA 3 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000528064 protein_coding 6 1 3 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000690803 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000692334 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000689444 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000461318 protein_coding 2 3 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000361548 protein_coding 9 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000350501 protein_coding 9 2 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000356046 protein_coding 6 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000524724 protein_coding 6 4 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000236255 protein_coding 4 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000528064 protein_coding 6 1 4 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000690803 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000692334 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000689444 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000461318 protein_coding 2 3 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000361548 protein_coding 9 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000350501 protein_coding 9 2 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000356046 protein_coding 6 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000524724 protein_coding 6 4 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000236255 protein_coding 4 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000528064 protein_coding 6 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000690803 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000692334 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000689444 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000461318 protein_coding 2 3 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000361548 protein_coding 9 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000350501 protein_coding 9 2 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000356046 protein_coding 6 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000524724 protein_coding 6 4 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000236255 protein_coding 4 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000528064 protein_coding 6 1 6 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000690803 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000692334 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000689444 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000461318 protein_coding 2 3 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000361548 protein_coding 9 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000350501 protein_coding 9 2 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000356046 protein_coding 6 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000524724 protein_coding 6 4 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000236255 protein_coding 4 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000528064 protein_coding 6 1 7 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000690803 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000692334 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000689444 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000461318 protein_coding 2 3 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000361548 protein_coding 9 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000350501 protein_coding 9 2 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000356046 protein_coding 6 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000524724 protein_coding 6 4 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000236255 protein_coding 4 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000528064 protein_coding 6 1 8 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000690803 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000692334 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000689444 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000461318 protein_coding 2 3 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000361548 protein_coding 9 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000350501 protein_coding 9 2 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000356046 protein_coding 6 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000524724 protein_coding 6 4 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000236255 protein_coding 4 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000528064 protein_coding 6 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000690803 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000692334 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000689444 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343154 ENST00000461318 protein_coding 2 3 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000361548 protein_coding 9 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000350501 protein_coding 9 2 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000356046 protein_coding 6 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000524724 protein_coding 6 4 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000236255 protein_coding 4 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000528064 protein_coding 6 1 10 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000690803 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000692334 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000689444 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000361548 protein_coding 9 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000350501 protein_coding 9 2 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000356046 protein_coding 6 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000524724 protein_coding 6 4 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000236255 protein_coding 4 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000528064 protein_coding 6 1 11 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000690803 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000692334 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000689444 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000361548 protein_coding 9 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000350501 protein_coding 9 2 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000356046 protein_coding 6 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000524724 protein_coding 6 4 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000236255 protein_coding 4 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000528064 protein_coding 6 1 12 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000690803 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000692334 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000689444 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000361548 protein_coding 9 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000350501 protein_coding 9 2 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000356046 protein_coding 6 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000524724 protein_coding 6 4 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000236255 protein_coding 4 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000528064 protein_coding 6 1 13 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000690803 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000692334 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000689444 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000361548 protein_coding 9 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000350501 protein_coding 9 2 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000356046 protein_coding 6 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000524724 protein_coding 6 4 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000236255 protein_coding 4 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000528064 protein_coding 6 1 14 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000690803 protein_coding 1 NA 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000692334 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000689444 protein_coding 1 NA 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000361548 protein_coding 9 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000356046 protein_coding 6 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000524724 protein_coding 6 4 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000236255 protein_coding 4 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000528064 protein_coding 6 1 15 GRHL3 ENSG00000158055 +transcript chr1 24356999 24413782 ENST00000337248 protein_coding 9 5 NA STPG1 ENSG00000001460 +transcript chr1 24356999 24415097 ENST00000374409 protein_coding 5 2 NA STPG1 ENSG00000001460 +transcript chr1 24357005 24413725 ENST00000003583 protein_coding 12 5 NA STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000337248 protein_coding 9 5 9 STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000374409 protein_coding 5 2 9 STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000003583 protein_coding 12 5 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000337248 protein_coding 9 5 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000374409 protein_coding 5 2 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000003583 protein_coding 12 5 7 STPG1 ENSG00000001460 +CDS chr1 24364185 24364368 ENST00000350501 protein_coding 9 2 16 GRHL3 ENSG00000158055 +transcript chr1 24369043 24379823 ENST00000438866 protein_coding 1 2 NA STPG1 ENSG00000001460 +CDS chr1 24369350 24369407 ENST00000438866 protein_coding 1 2 4 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000337248 protein_coding 9 5 7 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000374409 protein_coding 5 2 7 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000003583 protein_coding 12 5 6 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000438866 protein_coding 1 2 3 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000337248 protein_coding 9 5 6 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000374409 protein_coding 5 2 6 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000003583 protein_coding 12 5 5 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000438866 protein_coding 1 2 2 STPG1 ENSG00000001460 +transcript chr1 24379273 24391679 ENST00000435187 protein_coding 1 2 NA STPG1 ENSG00000001460 +CDS chr1 24379614 24379823 ENST00000435187 protein_coding 1 2 3 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000337248 protein_coding 9 5 5 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000374409 protein_coding 5 2 5 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000003583 protein_coding 12 5 4 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000438866 protein_coding 1 2 1 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000337248 protein_coding 9 5 4 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000374409 protein_coding 5 2 4 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000003583 protein_coding 12 5 3 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000435187 protein_coding 1 2 2 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000337248 protein_coding 9 5 3 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000374409 protein_coding 5 2 3 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000435187 protein_coding 1 2 1 STPG1 ENSG00000001460 +CDS chr1 24401319 24401388 ENST00000337248 protein_coding 9 5 2 STPG1 ENSG00000001460 +CDS chr1 24401319 24401388 ENST00000374409 protein_coding 5 2 2 STPG1 ENSG00000001460 +CDS chr1 24401319 24401366 ENST00000003583 protein_coding 12 5 2 STPG1 ENSG00000001460 +transcript chr1 24415802 24472976 ENST00000374399 protein_coding 9 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415803 24472976 ENST00000003912 protein_coding 7 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415813 24454824 ENST00000358028 protein_coding 8 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415814 24466310 ENST00000339255 protein_coding 2 5 NA NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000374399 protein_coding 9 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000358028 protein_coding 8 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000339255 protein_coding 2 5 2 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000374399 protein_coding 9 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000358028 protein_coding 8 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000339255 protein_coding 2 5 3 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000374399 protein_coding 9 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000358028 protein_coding 8 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000339255 protein_coding 2 5 4 NIPAL3 ENSG00000001461 +CDS chr1 24442139 24442226 ENST00000003912 protein_coding 7 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000374399 protein_coding 9 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000003912 protein_coding 7 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000358028 protein_coding 8 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000339255 protein_coding 2 5 5 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000374399 protein_coding 9 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000003912 protein_coding 7 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000358028 protein_coding 8 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000339255 protein_coding 2 5 6 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000374399 protein_coding 9 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000003912 protein_coding 7 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000358028 protein_coding 8 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000339255 protein_coding 2 5 7 NIPAL3 ENSG00000001461 +CDS chr1 24454054 24454094 ENST00000358028 protein_coding 8 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000374399 protein_coding 9 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000003912 protein_coding 7 1 9 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000339255 protein_coding 2 5 8 NIPAL3 ENSG00000001461 +transcript chr1 24456166 24466378 ENST00000432012 protein_coding 1 1 NA NIPAL3 ENSG00000001461 +CDS chr1 24456166 24456273 ENST00000432012 protein_coding 1 1 1 NIPAL3 ENSG00000001461 +CDS chr1 24457734 24457833 ENST00000432012 protein_coding 1 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000374399 protein_coding 9 1 9 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000003912 protein_coding 7 1 10 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000339255 protein_coding 2 5 9 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000432012 protein_coding 1 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000374399 protein_coding 9 1 10 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000003912 protein_coding 7 1 11 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000339255 protein_coding 2 5 10 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000432012 protein_coding 1 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000374399 protein_coding 9 1 11 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000003912 protein_coding 7 1 12 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000339255 protein_coding 2 5 11 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464064 ENST00000432012 protein_coding 1 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24466004 24466086 ENST00000339255 protein_coding 2 5 12 NIPAL3 ENSG00000001461 +CDS chr1 24468986 24469182 ENST00000374399 protein_coding 9 1 12 NIPAL3 ENSG00000001461 +CDS chr1 24468986 24469182 ENST00000003912 protein_coding 7 1 13 NIPAL3 ENSG00000001461 +transcript chr1 24502351 24536800 ENST00000538532 protein_coding 6 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502351 24537019 ENST00000618490 protein_coding 4 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502836 24541040 ENST00000374395 protein_coding 9 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502897 24537019 ENST00000436717 protein_coding 6 3 NA RCAN3 ENSG00000117602 +transcript chr1 24502897 24537019 ENST00000616511 protein_coding 4 1 NA RCAN3 ENSG00000117602 +transcript chr1 24507567 24535357 ENST00000425530 protein_coding 3 5 NA RCAN3 ENSG00000117602 +transcript chr1 24514320 24535337 ENST00000412742 protein_coding 5 1 NA RCAN3 ENSG00000117602 +transcript chr1 24514347 24535357 ENST00000630217 protein_coding 1 1 NA RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000538532 protein_coding 6 1 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000374395 protein_coding 9 1 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000436717 protein_coding 6 3 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000425530 protein_coding 3 5 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000412742 protein_coding 5 1 1 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000630217 protein_coding 1 1 1 RCAN3 ENSG00000117602 +transcript chr1 24514373 24535279 ENST00000374393 protein_coding 4 1 NA RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000374393 protein_coding 4 1 1 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000538532 protein_coding 6 1 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000374395 protein_coding 9 1 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000425530 protein_coding 3 5 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000412742 protein_coding 5 1 2 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000538532 protein_coding 6 1 4 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000374395 protein_coding 9 1 4 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000436717 protein_coding 6 3 3 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000630217 protein_coding 1 1 2 RCAN3 ENSG00000117602 +CDS chr1 24533089 24533254 ENST00000618490 protein_coding 4 1 3 RCAN3 ENSG00000117602 +CDS chr1 24533089 24533254 ENST00000616511 protein_coding 4 1 3 RCAN3 ENSG00000117602 +CDS chr1 24533113 24533254 ENST00000425530 protein_coding 3 5 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000538532 protein_coding 6 1 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000618490 protein_coding 4 1 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000374395 protein_coding 9 1 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000436717 protein_coding 6 3 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000616511 protein_coding 4 1 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000425530 protein_coding 3 5 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535242 ENST00000412742 protein_coding 5 1 3 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000630217 protein_coding 1 1 3 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535242 ENST00000374393 protein_coding 4 1 2 RCAN3 ENSG00000117602 +transcript chr1 24556087 24609328 ENST00000374392 protein_coding 3 1 NA NCMAP ENSG00000184454 +CDS chr1 24595431 24595512 ENST00000374392 protein_coding 3 1 2 NCMAP ENSG00000184454 +CDS chr1 24600940 24601024 ENST00000374392 protein_coding 3 1 3 NCMAP ENSG00000184454 +CDS chr1 24605606 24605744 ENST00000374392 protein_coding 3 1 4 NCMAP ENSG00000184454 +transcript chr1 24641231 24649987 ENST00000593639 protein_coding 5 5 NA SRRM1 ENSG00000133226 +transcript chr1 24643299 24672626 ENST00000374389 protein_coding 8 5 NA SRRM1 ENSG00000133226 +transcript chr1 24643302 24673281 ENST00000323848 protein_coding 14 1 NA SRRM1 ENSG00000133226 +CDS chr1 24643327 24643347 ENST00000323848 protein_coding 14 1 1 SRRM1 ENSG00000133226 +CDS chr1 24643327 24643347 ENST00000374389 protein_coding 8 5 1 SRRM1 ENSG00000133226 +transcript chr1 24643559 24669508 ENST00000596378 protein_coding 1 1 NA SRRM1 ENSG00000133226 +CDS chr1 24645984 24646073 ENST00000323848 protein_coding 14 1 2 SRRM1 ENSG00000133226 +CDS chr1 24645984 24646073 ENST00000374389 protein_coding 8 5 2 SRRM1 ENSG00000133226 +CDS chr1 24646667 24646789 ENST00000323848 protein_coding 14 1 3 SRRM1 ENSG00000133226 +CDS chr1 24646667 24646789 ENST00000374389 protein_coding 8 5 3 SRRM1 ENSG00000133226 +CDS chr1 24646673 24646789 ENST00000593639 protein_coding 5 5 3 SRRM1 ENSG00000133226 +CDS chr1 24646673 24646789 ENST00000596378 protein_coding 1 1 3 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000593639 protein_coding 5 5 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000323848 protein_coding 14 1 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000374389 protein_coding 8 5 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000596378 protein_coding 1 1 4 SRRM1 ENSG00000133226 +CDS chr1 24649971 24649987 ENST00000593639 protein_coding 5 5 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000323848 protein_coding 14 1 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000374389 protein_coding 8 5 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000596378 protein_coding 1 1 5 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000323848 protein_coding 14 1 6 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000374389 protein_coding 8 5 6 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000596378 protein_coding 1 1 6 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000323848 protein_coding 14 1 7 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000374389 protein_coding 8 5 7 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000596378 protein_coding 1 1 7 SRRM1 ENSG00000133226 +CDS chr1 24652913 24653032 ENST00000323848 protein_coding 14 1 8 SRRM1 ENSG00000133226 +CDS chr1 24652913 24653032 ENST00000596378 protein_coding 1 1 8 SRRM1 ENSG00000133226 +CDS chr1 24652928 24653032 ENST00000374389 protein_coding 8 5 8 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655129 ENST00000323848 protein_coding 14 1 9 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655129 ENST00000374389 protein_coding 8 5 9 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655123 ENST00000596378 protein_coding 1 1 9 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000323848 protein_coding 14 1 10 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000374389 protein_coding 8 5 10 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000596378 protein_coding 1 1 10 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000323848 protein_coding 14 1 11 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000374389 protein_coding 8 5 11 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000596378 protein_coding 1 1 11 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000323848 protein_coding 14 1 12 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000374389 protein_coding 8 5 12 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000596378 protein_coding 1 1 12 SRRM1 ENSG00000133226 +CDS chr1 24663183 24663224 ENST00000374389 protein_coding 8 5 13 SRRM1 ENSG00000133226 +CDS chr1 24663183 24663224 ENST00000596378 protein_coding 1 1 13 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000323848 protein_coding 14 1 13 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000374389 protein_coding 8 5 14 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000596378 protein_coding 1 1 14 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669587 ENST00000323848 protein_coding 14 1 14 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669587 ENST00000374389 protein_coding 8 5 15 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669508 ENST00000596378 protein_coding 1 1 15 SRRM1 ENSG00000133226 +CDS chr1 24670120 24670315 ENST00000323848 protein_coding 14 1 15 SRRM1 ENSG00000133226 +CDS chr1 24670120 24670315 ENST00000374389 protein_coding 8 5 16 SRRM1 ENSG00000133226 +CDS chr1 24671386 24671595 ENST00000323848 protein_coding 14 1 16 SRRM1 ENSG00000133226 +CDS chr1 24671386 24671595 ENST00000374389 protein_coding 8 5 17 SRRM1 ENSG00000133226 +CDS chr1 24672182 24672283 ENST00000323848 protein_coding 14 1 17 SRRM1 ENSG00000133226 +CDS chr1 24672182 24672283 ENST00000374389 protein_coding 8 5 18 SRRM1 ENSG00000133226 +transcript chr1 24745447 24844321 ENST00000374379 protein_coding 9 1 NA CLIC4 ENSG00000169504 +CDS chr1 24745554 24745625 ENST00000374379 protein_coding 9 1 1 CLIC4 ENSG00000169504 +CDS chr1 24797742 24797851 ENST00000374379 protein_coding 9 1 2 CLIC4 ENSG00000169504 +CDS chr1 24814094 24814219 ENST00000374379 protein_coding 9 1 3 CLIC4 ENSG00000169504 +CDS chr1 24827010 24827116 ENST00000374379 protein_coding 9 1 4 CLIC4 ENSG00000169504 +CDS chr1 24839860 24840041 ENST00000374379 protein_coding 9 1 5 CLIC4 ENSG00000169504 +CDS chr1 24840773 24840934 ENST00000374379 protein_coding 9 1 6 CLIC4 ENSG00000169504 +transcript chr1 24899511 24930276 ENST00000308873 protein_coding 11 1 NA RUNX3 ENSG00000020633 +transcript chr1 24899511 24965010 ENST00000399916 protein_coding 5 2 NA RUNX3 ENSG00000020633 +transcript chr1 24901029 24964984 ENST00000338888 protein_coding 3 1 NA RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000308873 protein_coding 11 1 5 RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000338888 protein_coding 3 1 7 RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000399916 protein_coding 5 2 6 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000308873 protein_coding 11 1 4 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000338888 protein_coding 3 1 6 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000399916 protein_coding 5 2 5 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000308873 protein_coding 11 1 3 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000338888 protein_coding 3 1 5 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000399916 protein_coding 5 2 4 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000308873 protein_coding 11 1 2 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000338888 protein_coding 3 1 4 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000399916 protein_coding 5 2 3 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929868 ENST00000308873 protein_coding 11 1 1 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929852 ENST00000338888 protein_coding 3 1 3 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929852 ENST00000399916 protein_coding 5 2 2 RUNX3 ENSG00000020633 +CDS chr1 24964514 24964571 ENST00000338888 protein_coding 3 1 2 RUNX3 ENSG00000020633 +CDS chr1 24964514 24964571 ENST00000399916 protein_coding 5 2 1 RUNX3 ENSG00000020633 +transcript chr1 25222276 25232502 ENST00000236273 protein_coding 9 1 NA SYF2 ENSG00000117614 +transcript chr1 25222965 25232486 ENST00000354361 protein_coding 3 2 NA SYF2 ENSG00000117614 +CDS chr1 25223269 25223431 ENST00000236273 protein_coding 9 1 7 SYF2 ENSG00000117614 +CDS chr1 25223269 25223431 ENST00000354361 protein_coding 3 2 6 SYF2 ENSG00000117614 +CDS chr1 25225002 25225100 ENST00000236273 protein_coding 9 1 6 SYF2 ENSG00000117614 +CDS chr1 25225002 25225100 ENST00000354361 protein_coding 3 2 5 SYF2 ENSG00000117614 +CDS chr1 25227442 25227532 ENST00000236273 protein_coding 9 1 5 SYF2 ENSG00000117614 +CDS chr1 25227442 25227532 ENST00000354361 protein_coding 3 2 4 SYF2 ENSG00000117614 +CDS chr1 25228118 25228235 ENST00000236273 protein_coding 9 1 4 SYF2 ENSG00000117614 +CDS chr1 25228118 25228235 ENST00000354361 protein_coding 3 2 3 SYF2 ENSG00000117614 +CDS chr1 25228998 25229123 ENST00000236273 protein_coding 9 1 3 SYF2 ENSG00000117614 +CDS chr1 25232104 25232211 ENST00000236273 protein_coding 9 1 2 SYF2 ENSG00000117614 +CDS chr1 25232104 25232211 ENST00000354361 protein_coding 3 2 2 SYF2 ENSG00000117614 +CDS chr1 25232444 25232467 ENST00000236273 protein_coding 9 1 1 SYF2 ENSG00000117614 +CDS chr1 25232444 25232467 ENST00000354361 protein_coding 3 2 1 SYF2 ENSG00000117614 +transcript chr1 25242249 25247454 ENST00000243189 protein_coding 12 1 NA RSRP1 ENSG00000117616 +CDS chr1 25242592 25242705 ENST00000243189 protein_coding 12 1 5 RSRP1 ENSG00000117616 +CDS chr1 25243550 25243633 ENST00000243189 protein_coding 12 1 4 RSRP1 ENSG00000117616 +transcript chr1 25244072 25247446 ENST00000431849 protein_coding 3 1 NA RSRP1 ENSG00000117616 +CDS chr1 25245096 25245301 ENST00000431849 protein_coding 3 1 3 RSRP1 ENSG00000117616 +CDS chr1 25245150 25245301 ENST00000243189 protein_coding 12 1 3 RSRP1 ENSG00000117616 +CDS chr1 25246444 25246963 ENST00000243189 protein_coding 12 1 2 RSRP1 ENSG00000117616 +CDS chr1 25246444 25246963 ENST00000431849 protein_coding 3 1 2 RSRP1 ENSG00000117616 +transcript chr1 25246577 25267915 ENST00000568701 protein_coding 1 4 NA RSRP1 ENSG00000117616 +CDS chr1 25246577 25246963 ENST00000568701 protein_coding 1 4 2 RSRP1 ENSG00000117616 +transcript chr1 25246676 25338100 ENST00000561867 protein_coding 1 3 NA RSRP1 ENSG00000117616 +CDS chr1 25246676 25246963 ENST00000561867 protein_coding 1 3 2 RSRP1 ENSG00000117616 +transcript chr1 25246695 25338213 ENST00000568996 protein_coding 1 3 NA RSRP1 ENSG00000117616 +CDS chr1 25246695 25246963 ENST00000568996 protein_coding 1 3 2 RSRP1 ENSG00000117616 +transcript chr1 25272439 25329161 ENST00000648012 protein_coding 1 NA NA RHD ENSG00000187010 +transcript chr1 25272486 25330445 ENST00000622561 protein_coding 4 5 NA RHD ENSG00000187010 +transcript chr1 25272498 25329211 ENST00000454452 protein_coding 6 1 NA RHD ENSG00000187010 +transcript chr1 25272509 25330445 ENST00000328664 protein_coding 9 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000648012 protein_coding 1 NA 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000622561 protein_coding 4 5 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000454452 protein_coding 6 1 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000328664 protein_coding 9 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000342055 protein_coding 9 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000342055 protein_coding 9 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000357542 protein_coding 8 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000357542 protein_coding 8 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000417538 protein_coding 6 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000417538 protein_coding 6 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000423810 protein_coding 6 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000423810 protein_coding 6 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000568195 protein_coding 5 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000568195 protein_coding 5 1 1 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000648012 protein_coding 1 NA 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000622561 protein_coding 4 5 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000454452 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000328664 protein_coding 9 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000342055 protein_coding 9 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000357542 protein_coding 8 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000417538 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000423810 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000568195 protein_coding 5 1 2 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000648012 protein_coding 1 NA 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000622561 protein_coding 4 5 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000454452 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000328664 protein_coding 9 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000342055 protein_coding 9 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000357542 protein_coding 8 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000417538 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000423810 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000568195 protein_coding 5 1 3 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000648012 protein_coding 1 NA 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000622561 protein_coding 4 5 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000454452 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000328664 protein_coding 9 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000342055 protein_coding 9 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000357542 protein_coding 8 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000417538 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000423810 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000568195 protein_coding 5 1 4 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000648012 protein_coding 1 NA 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000622561 protein_coding 4 5 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000454452 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000328664 protein_coding 9 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000342055 protein_coding 9 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000357542 protein_coding 8 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000417538 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000423810 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000568195 protein_coding 5 1 5 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000648012 protein_coding 1 NA 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000622561 protein_coding 4 5 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000454452 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000328664 protein_coding 9 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000342055 protein_coding 9 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000357542 protein_coding 8 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000417538 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000423810 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000568195 protein_coding 5 1 6 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000622561 protein_coding 4 5 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000328664 protein_coding 9 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000342055 protein_coding 9 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000357542 protein_coding 8 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000423810 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000568195 protein_coding 5 1 7 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000622561 protein_coding 4 5 8 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000342055 protein_coding 9 1 8 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000423810 protein_coding 6 1 8 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000648012 protein_coding 1 NA 7 RHD ENSG00000187010 +CDS chr1 25317000 25317049 ENST00000622561 protein_coding 4 5 9 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000328664 protein_coding 9 1 8 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000417538 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25317000 25317049 ENST00000423810 protein_coding 6 1 9 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000568195 protein_coding 5 1 8 RHD ENSG00000187010 +CDS chr1 25321889 25321904 ENST00000648012 protein_coding 1 NA 8 RHD ENSG00000187010 +CDS chr1 25321889 25321962 ENST00000328664 protein_coding 9 1 9 RHD ENSG00000187010 +CDS chr1 25328898 25328921 ENST00000454452 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25328898 25328921 ENST00000328664 protein_coding 9 1 10 RHD ENSG00000187010 +CDS chr1 25328898 25329133 ENST00000342055 protein_coding 9 1 9 RHD ENSG00000187010 +CDS chr1 25328898 25329012 ENST00000357542 protein_coding 8 1 8 RHD ENSG00000187010 +CDS chr1 25328898 25329012 ENST00000417538 protein_coding 6 1 8 RHD ENSG00000187010 +CDS chr1 25328898 25329133 ENST00000568195 protein_coding 5 1 9 RHD ENSG00000187010 +transcript chr1 25338334 25362361 ENST00000374358 protein_coding 5 1 NA TMEM50A ENSG00000183726 +CDS chr1 25340487 25340579 ENST00000374358 protein_coding 5 1 2 TMEM50A ENSG00000183726 +CDS chr1 25342961 25343073 ENST00000374358 protein_coding 5 1 3 TMEM50A ENSG00000183726 +CDS chr1 25351626 25351693 ENST00000374358 protein_coding 5 1 4 TMEM50A ENSG00000183726 +CDS chr1 25352882 25352974 ENST00000374358 protein_coding 5 1 5 TMEM50A ENSG00000183726 +CDS chr1 25356793 25356853 ENST00000374358 protein_coding 5 1 6 TMEM50A ENSG00000183726 +CDS chr1 25360660 25360702 ENST00000374358 protein_coding 5 1 7 TMEM50A ENSG00000183726 +transcript chr1 25362249 25420825 ENST00000294413 protein_coding 13 1 NA RHCE ENSG00000188672 +transcript chr1 25362308 25420795 ENST00000340849 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362312 25430192 ENST00000349320 protein_coding 7 2 NA RHCE ENSG00000188672 +transcript chr1 25362359 25402702 ENST00000527747 protein_coding 5 3 NA RHCE ENSG00000188672 +transcript chr1 25362363 25420792 ENST00000346452 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362431 25420805 ENST00000349438 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362523 25420806 ENST00000413854 protein_coding 5 1 NA RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000294413 protein_coding 13 1 10 RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000349320 protein_coding 7 2 12 RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000346452 protein_coding 8 1 7 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000294413 protein_coding 13 1 9 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000349320 protein_coding 7 2 11 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000346452 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000340849 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000527747 protein_coding 5 3 3 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000349438 protein_coding 8 1 8 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000413854 protein_coding 5 1 8 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000294413 protein_coding 13 1 8 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000349320 protein_coding 7 2 10 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000527747 protein_coding 5 3 2 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000346452 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000349438 protein_coding 8 1 7 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000294413 protein_coding 13 1 7 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000340849 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000349320 protein_coding 7 2 9 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000346452 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000413854 protein_coding 5 1 7 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000294413 protein_coding 13 1 6 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000340849 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000349320 protein_coding 7 2 8 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000349438 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000413854 protein_coding 5 1 6 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000294413 protein_coding 13 1 5 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000349320 protein_coding 7 2 7 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000349438 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000413854 protein_coding 5 1 5 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000294413 protein_coding 13 1 4 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000349320 protein_coding 7 2 6 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000349438 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000413854 protein_coding 5 1 4 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000294413 protein_coding 13 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000340849 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000349320 protein_coding 7 2 5 RHCE ENSG00000188672 +CDS chr1 25402596 25402702 ENST00000527747 protein_coding 5 3 1 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000346452 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000349438 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000413854 protein_coding 5 1 3 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000294413 protein_coding 13 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000340849 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000349320 protein_coding 7 2 4 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000346452 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000349438 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000413854 protein_coding 5 1 2 RHCE ENSG00000188672 +CDS chr1 25411340 25411439 ENST00000349320 protein_coding 7 2 3 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000294413 protein_coding 13 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000340849 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000346452 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000349438 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000413854 protein_coding 5 1 1 RHCE ENSG00000188672 +transcript chr1 25430858 25500205 ENST00000399766 protein_coding 7 1 NA MACO1 ENSG00000204178 +transcript chr1 25430897 25500209 ENST00000374343 protein_coding 5 1 NA MACO1 ENSG00000204178 +CDS chr1 25431099 25431178 ENST00000399766 protein_coding 7 1 1 MACO1 ENSG00000204178 +CDS chr1 25431099 25431178 ENST00000374343 protein_coding 5 1 1 MACO1 ENSG00000204178 +CDS chr1 25446762 25446903 ENST00000399766 protein_coding 7 1 2 MACO1 ENSG00000204178 +CDS chr1 25446762 25446903 ENST00000374343 protein_coding 5 1 2 MACO1 ENSG00000204178 +CDS chr1 25448808 25448934 ENST00000399766 protein_coding 7 1 3 MACO1 ENSG00000204178 +CDS chr1 25448808 25448934 ENST00000374343 protein_coding 5 1 3 MACO1 ENSG00000204178 +CDS chr1 25454259 25454382 ENST00000399766 protein_coding 7 1 4 MACO1 ENSG00000204178 +CDS chr1 25454259 25454382 ENST00000374343 protein_coding 5 1 4 MACO1 ENSG00000204178 +CDS chr1 25456653 25456831 ENST00000374343 protein_coding 5 1 5 MACO1 ENSG00000204178 +CDS chr1 25458391 25458892 ENST00000374343 protein_coding 5 1 6 MACO1 ENSG00000204178 +CDS chr1 25484116 25484274 ENST00000399766 protein_coding 7 1 5 MACO1 ENSG00000204178 +CDS chr1 25484116 25484274 ENST00000374343 protein_coding 5 1 7 MACO1 ENSG00000204178 +CDS chr1 25485613 25485795 ENST00000399766 protein_coding 7 1 6 MACO1 ENSG00000204178 +CDS chr1 25485613 25485795 ENST00000374343 protein_coding 5 1 8 MACO1 ENSG00000204178 +CDS chr1 25489173 25489293 ENST00000399766 protein_coding 7 1 7 MACO1 ENSG00000204178 +CDS chr1 25489173 25489293 ENST00000374343 protein_coding 5 1 9 MACO1 ENSG00000204178 +CDS chr1 25491410 25491584 ENST00000399766 protein_coding 7 1 8 MACO1 ENSG00000204178 +CDS chr1 25491410 25491584 ENST00000374343 protein_coding 5 1 10 MACO1 ENSG00000204178 +CDS chr1 25498264 25498463 ENST00000399766 protein_coding 7 1 9 MACO1 ENSG00000204178 +CDS chr1 25498264 25498463 ENST00000374343 protein_coding 5 1 11 MACO1 ENSG00000204178 +transcript chr1 25543606 25568886 ENST00000374338 protein_coding 5 1 NA LDLRAP1 ENSG00000157978 +CDS chr1 25543699 25543786 ENST00000374338 protein_coding 5 1 1 LDLRAP1 ENSG00000157978 +CDS chr1 25553922 25554064 ENST00000374338 protein_coding 5 1 2 LDLRAP1 ENSG00000157978 +CDS chr1 25554860 25554972 ENST00000374338 protein_coding 5 1 3 LDLRAP1 ENSG00000157978 +CDS chr1 25557153 25557267 ENST00000374338 protein_coding 5 1 4 LDLRAP1 ENSG00000157978 +CDS chr1 25562644 25562716 ENST00000374338 protein_coding 5 1 5 LDLRAP1 ENSG00000157978 +CDS chr1 25563070 25563153 ENST00000374338 protein_coding 5 1 6 LDLRAP1 ENSG00000157978 +CDS chr1 25563661 25563791 ENST00000374338 protein_coding 5 1 7 LDLRAP1 ENSG00000157978 +CDS chr1 25565173 25565207 ENST00000374338 protein_coding 5 1 8 LDLRAP1 ENSG00000157978 +CDS chr1 25566848 25566989 ENST00000374338 protein_coding 5 1 9 LDLRAP1 ENSG00000157978 +transcript chr1 25616791 25784450 ENST00000374332 protein_coding 9 1 NA MAN1C1 ENSG00000117643 +transcript chr1 25617468 25786206 ENST00000611903 protein_coding 4 5 NA MAN1C1 ENSG00000117643 +CDS chr1 25617798 25618337 ENST00000374332 protein_coding 9 1 1 MAN1C1 ENSG00000117643 +transcript chr1 25617850 25784450 ENST00000263979 protein_coding 7 5 NA MAN1C1 ENSG00000117643 +CDS chr1 25686440 25686536 ENST00000374332 protein_coding 9 1 2 MAN1C1 ENSG00000117643 +CDS chr1 25686440 25686536 ENST00000263979 protein_coding 7 5 3 MAN1C1 ENSG00000117643 +CDS chr1 25686530 25686536 ENST00000611903 protein_coding 4 5 2 MAN1C1 ENSG00000117643 +transcript chr1 25709602 25784450 ENST00000374329 protein_coding 1 2 NA MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000374332 protein_coding 9 1 3 MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000611903 protein_coding 4 5 3 MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000263979 protein_coding 7 5 4 MAN1C1 ENSG00000117643 +CDS chr1 25746718 25746783 ENST00000374329 protein_coding 1 2 2 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000374332 protein_coding 9 1 4 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000611903 protein_coding 4 5 4 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000263979 protein_coding 7 5 5 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000374329 protein_coding 1 2 3 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000374332 protein_coding 9 1 5 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000611903 protein_coding 4 5 5 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000263979 protein_coding 7 5 6 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000374329 protein_coding 1 2 4 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000374332 protein_coding 9 1 6 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758713 ENST00000611903 protein_coding 4 5 6 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000263979 protein_coding 7 5 7 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000374329 protein_coding 1 2 5 MAN1C1 ENSG00000117643 +CDS chr1 25763638 25763639 ENST00000611903 protein_coding 4 5 7 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000374332 protein_coding 9 1 7 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000611903 protein_coding 4 5 8 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000263979 protein_coding 7 5 8 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000374329 protein_coding 1 2 6 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000374332 protein_coding 9 1 8 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000611903 protein_coding 4 5 9 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000263979 protein_coding 7 5 9 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000374329 protein_coding 1 2 7 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000374332 protein_coding 9 1 9 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000611903 protein_coding 4 5 10 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000263979 protein_coding 7 5 10 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000374329 protein_coding 1 2 8 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000374332 protein_coding 9 1 10 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781103 ENST00000611903 protein_coding 4 5 11 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000263979 protein_coding 7 5 11 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000374329 protein_coding 1 2 9 MAN1C1 ENSG00000117643 +CDS chr1 25781251 25781260 ENST00000611903 protein_coding 4 5 12 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000374332 protein_coding 9 1 11 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782643 ENST00000611903 protein_coding 4 5 13 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000263979 protein_coding 7 5 12 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000374329 protein_coding 1 2 10 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000374332 protein_coding 9 1 12 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000263979 protein_coding 7 5 13 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000374329 protein_coding 1 2 11 MAN1C1 ENSG00000117643 +transcript chr1 25800193 25818221 ENST00000361547 protein_coding 7 1 NA SELENON ENSG00000162430 +transcript chr1 25800193 25818221 ENST00000374315 protein_coding 1 5 NA SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000361547 protein_coding 7 1 1 SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000374315 protein_coding 1 5 1 SELENON ENSG00000162430 +transcript chr1 25800231 25815718 ENST00000354177 protein_coding 9 5 NA SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000354177 protein_coding 9 5 1 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000361547 protein_coding 7 1 2 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000374315 protein_coding 1 5 2 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000354177 protein_coding 9 5 2 SELENON ENSG00000162430 +CDS chr1 25802016 25802117 ENST00000361547 protein_coding 7 1 3 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000361547 protein_coding 7 1 4 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000374315 protein_coding 1 5 3 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000354177 protein_coding 9 5 3 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000361547 protein_coding 7 1 5 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000374315 protein_coding 1 5 4 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000354177 protein_coding 9 5 4 SELENON ENSG00000162430 +CDS chr1 25809026 25809150 ENST00000361547 protein_coding 7 1 6 SELENON ENSG00000162430 +CDS chr1 25809026 25809150 ENST00000374315 protein_coding 1 5 5 SELENON ENSG00000162430 +CDS chr1 25809095 25809150 ENST00000354177 protein_coding 9 5 5 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000361547 protein_coding 7 1 7 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000374315 protein_coding 1 5 6 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000354177 protein_coding 9 5 6 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000361547 protein_coding 7 1 8 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000374315 protein_coding 1 5 7 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000354177 protein_coding 9 5 7 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000361547 protein_coding 7 1 9 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000374315 protein_coding 1 5 8 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000354177 protein_coding 9 5 8 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000361547 protein_coding 7 1 10 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000374315 protein_coding 1 5 9 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000354177 protein_coding 9 5 9 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000361547 protein_coding 7 1 11 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000374315 protein_coding 1 5 10 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000354177 protein_coding 9 5 10 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000361547 protein_coding 7 1 12 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000374315 protein_coding 1 5 11 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000354177 protein_coding 9 5 11 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000361547 protein_coding 7 1 13 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000374315 protein_coding 1 5 12 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000354177 protein_coding 9 5 12 SELENON ENSG00000162430 +transcript chr1 25818640 25829514 ENST00000424294 protein_coding 5 5 NA MTFR1L ENSG00000117640 +transcript chr1 25819926 25826707 ENST00000533762 protein_coding 5 5 NA MTFR1L ENSG00000117640 +transcript chr1 25819929 25826720 ENST00000529116 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819929 25832942 ENST00000474295 protein_coding 5 1 NA MTFR1L ENSG00000117640 +transcript chr1 25819939 25826826 ENST00000488327 protein_coding 6 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819940 25829829 ENST00000472643 protein_coding 5 3 NA MTFR1L ENSG00000117640 +transcript chr1 25819954 25832938 ENST00000374303 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25819979 25829831 ENST00000526894 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819986 25832211 ENST00000524618 protein_coding 5 2 NA MTFR1L ENSG00000117640 +transcript chr1 25820003 25832938 ENST00000374307 protein_coding 9 2 NA MTFR1L ENSG00000117640 +transcript chr1 25820193 25826707 ENST00000525713 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25820193 25832938 ENST00000374301 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25820443 25829569 ENST00000526158 protein_coding 5 3 NA MTFR1L ENSG00000117640 +transcript chr1 25820828 25832938 ENST00000374300 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25821523 25832936 ENST00000466284 protein_coding 1 2 NA MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000424294 protein_coding 5 5 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000529116 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000474295 protein_coding 5 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374303 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000526894 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374307 protein_coding 9 2 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000525713 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374301 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000526158 protein_coding 5 3 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374300 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000466284 protein_coding 1 2 1 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000424294 protein_coding 5 5 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000529116 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000474295 protein_coding 5 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374303 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000526894 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374307 protein_coding 9 2 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000525713 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374301 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000526158 protein_coding 5 3 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374300 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000466284 protein_coding 1 2 2 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000424294 protein_coding 5 5 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000529116 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000474295 protein_coding 5 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374303 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000526894 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374307 protein_coding 9 2 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000525713 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374301 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000526158 protein_coding 5 3 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374300 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000466284 protein_coding 1 2 3 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000424294 protein_coding 5 5 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826720 ENST00000529116 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000474295 protein_coding 5 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374303 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000526894 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374307 protein_coding 9 2 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826707 ENST00000525713 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374301 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000526158 protein_coding 5 3 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374300 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000466284 protein_coding 1 2 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826707 ENST00000533762 protein_coding 5 5 6 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000488327 protein_coding 6 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000472643 protein_coding 5 3 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000524618 protein_coding 5 2 5 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829514 ENST00000424294 protein_coding 5 5 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829829 ENST00000472643 protein_coding 5 3 5 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374303 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000524618 protein_coding 5 2 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374301 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829569 ENST00000526158 protein_coding 5 3 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374300 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829545 25829830 ENST00000374307 protein_coding 9 2 6 MTFR1L ENSG00000117640 +CDS chr1 25829618 25829781 ENST00000474295 protein_coding 5 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829618 25829781 ENST00000466284 protein_coding 1 2 5 MTFR1L ENSG00000117640 +CDS chr1 25829687 25829781 ENST00000526894 protein_coding 5 4 6 MTFR1L ENSG00000117640 +transcript chr1 25831913 25859458 ENST00000538789 protein_coding 5 1 NA AUNIP ENSG00000127423 +CDS chr1 25831921 25832023 ENST00000374303 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000524618 protein_coding 5 2 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374307 protein_coding 9 2 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374301 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374300 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25832091 25832158 ENST00000538789 protein_coding 5 1 4 AUNIP ENSG00000127423 +transcript chr1 25834006 25859457 ENST00000374298 protein_coding 4 1 NA AUNIP ENSG00000127423 +CDS chr1 25834996 25835846 ENST00000374298 protein_coding 4 1 3 AUNIP ENSG00000127423 +CDS chr1 25835022 25835846 ENST00000538789 protein_coding 5 1 3 AUNIP ENSG00000127423 +CDS chr1 25837413 25837554 ENST00000538789 protein_coding 5 1 2 AUNIP ENSG00000127423 +CDS chr1 25837413 25837554 ENST00000374298 protein_coding 4 1 2 AUNIP ENSG00000127423 +CDS chr1 25859280 25859357 ENST00000538789 protein_coding 5 1 1 AUNIP ENSG00000127423 +CDS chr1 25859280 25859357 ENST00000374298 protein_coding 4 1 1 AUNIP ENSG00000127423 +transcript chr1 25861484 25871253 ENST00000374296 protein_coding 4 1 NA PAQR7 ENSG00000182749 +transcript chr1 25861484 25875708 ENST00000675840 protein_coding 1 NA NA PAQR7 ENSG00000182749 +CDS chr1 25862802 25863839 ENST00000374296 protein_coding 4 1 2 PAQR7 ENSG00000182749 +CDS chr1 25862802 25863839 ENST00000675840 protein_coding 1 NA 3 PAQR7 ENSG00000182749 +transcript chr1 25885440 25906466 ENST00000426559 protein_coding 6 1 NA STMN1 ENSG00000117632 +CDS chr1 25885726 25885869 ENST00000426559 protein_coding 6 1 5 STMN1 ENSG00000117632 +transcript chr1 25900116 25906419 ENST00000455785 protein_coding 7 1 NA STMN1 ENSG00000117632 +transcript chr1 25900118 25906153 ENST00000399728 protein_coding 5 2 NA STMN1 ENSG00000117632 +transcript chr1 25900595 25906991 ENST00000357865 protein_coding 6 2 NA STMN1 ENSG00000117632 +transcript chr1 25900741 25905128 ENST00000374291 protein_coding 5 2 NA STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000455785 protein_coding 7 1 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000399728 protein_coding 5 2 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000357865 protein_coding 6 2 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000374291 protein_coding 5 2 5 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000426559 protein_coding 6 1 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000455785 protein_coding 7 1 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000399728 protein_coding 5 2 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000357865 protein_coding 6 2 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000374291 protein_coding 5 2 4 STMN1 ENSG00000117632 +transcript chr1 25901612 25905489 ENST00000446334 protein_coding 1 2 NA STMN1 ENSG00000117632 +CDS chr1 25901612 25901682 ENST00000446334 protein_coding 1 2 4 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000426559 protein_coding 6 1 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000455785 protein_coding 7 1 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000399728 protein_coding 5 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000357865 protein_coding 6 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000374291 protein_coding 5 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000446334 protein_coding 1 2 3 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000426559 protein_coding 6 1 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000455785 protein_coding 7 1 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000399728 protein_coding 5 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000357865 protein_coding 6 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000374291 protein_coding 5 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000446334 protein_coding 1 2 2 STMN1 ENSG00000117632 +transcript chr1 25959767 25998063 ENST00000374282 protein_coding 8 1 NA PAFAH2 ENSG00000158006 +transcript chr1 25960770 25998044 ENST00000374284 protein_coding 5 1 NA PAFAH2 ENSG00000158006 +CDS chr1 25961992 25962083 ENST00000374282 protein_coding 8 1 11 PAFAH2 ENSG00000158006 +CDS chr1 25961992 25962083 ENST00000374284 protein_coding 5 1 11 PAFAH2 ENSG00000158006 +CDS chr1 25972558 25972712 ENST00000374282 protein_coding 8 1 10 PAFAH2 ENSG00000158006 +CDS chr1 25972558 25972712 ENST00000374284 protein_coding 5 1 10 PAFAH2 ENSG00000158006 +CDS chr1 25974480 25974650 ENST00000374282 protein_coding 8 1 9 PAFAH2 ENSG00000158006 +CDS chr1 25974480 25974650 ENST00000374284 protein_coding 5 1 9 PAFAH2 ENSG00000158006 +CDS chr1 25976682 25976773 ENST00000374282 protein_coding 8 1 8 PAFAH2 ENSG00000158006 +CDS chr1 25976682 25976773 ENST00000374284 protein_coding 5 1 8 PAFAH2 ENSG00000158006 +CDS chr1 25982364 25982477 ENST00000374282 protein_coding 8 1 7 PAFAH2 ENSG00000158006 +CDS chr1 25982364 25982477 ENST00000374284 protein_coding 5 1 7 PAFAH2 ENSG00000158006 +CDS chr1 25983946 25984087 ENST00000374282 protein_coding 8 1 6 PAFAH2 ENSG00000158006 +CDS chr1 25983946 25984087 ENST00000374284 protein_coding 5 1 6 PAFAH2 ENSG00000158006 +transcript chr1 25983956 25997621 ENST00000439092 protein_coding 6 3 NA PAFAH2 ENSG00000158006 +CDS chr1 25983956 25984102 ENST00000439092 protein_coding 6 3 6 PAFAH2 ENSG00000158006 +transcript chr1 25984002 25998055 ENST00000441420 protein_coding 1 5 NA PAFAH2 ENSG00000158006 +CDS chr1 25984002 25984087 ENST00000441420 protein_coding 1 5 7 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000374282 protein_coding 8 1 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000374284 protein_coding 5 1 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000439092 protein_coding 6 3 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000441420 protein_coding 1 5 6 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000374282 protein_coding 8 1 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000374284 protein_coding 5 1 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000439092 protein_coding 6 3 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000441420 protein_coding 1 5 5 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000374282 protein_coding 8 1 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000374284 protein_coding 5 1 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000439092 protein_coding 6 3 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000441420 protein_coding 1 5 4 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000374282 protein_coding 8 1 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000374284 protein_coding 5 1 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000439092 protein_coding 6 3 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000441420 protein_coding 1 5 3 PAFAH2 ENSG00000158006 +transcript chr1 26021775 26036464 ENST00000374280 protein_coding 4 1 NA EXTL1 ENSG00000158008 +CDS chr1 26022647 26023425 ENST00000374280 protein_coding 4 1 1 EXTL1 ENSG00000158008 +CDS chr1 26029193 26029286 ENST00000374280 protein_coding 4 1 2 EXTL1 ENSG00000158008 +CDS chr1 26029600 26029707 ENST00000374280 protein_coding 4 1 3 EXTL1 ENSG00000158008 +CDS chr1 26030476 26030595 ENST00000374280 protein_coding 4 1 4 EXTL1 ENSG00000158008 +CDS chr1 26031132 26031264 ENST00000374280 protein_coding 4 1 5 EXTL1 ENSG00000158008 +CDS chr1 26031460 26031566 ENST00000374280 protein_coding 4 1 6 EXTL1 ENSG00000158008 +CDS chr1 26032396 26032485 ENST00000374280 protein_coding 4 1 7 EXTL1 ENSG00000158008 +CDS chr1 26033229 26033315 ENST00000374280 protein_coding 4 1 8 EXTL1 ENSG00000158008 +CDS chr1 26033696 26033856 ENST00000374280 protein_coding 4 1 9 EXTL1 ENSG00000158008 +CDS chr1 26034836 26035004 ENST00000374280 protein_coding 4 1 10 EXTL1 ENSG00000158008 +CDS chr1 26035165 26035344 ENST00000374280 protein_coding 4 1 11 EXTL1 ENSG00000158008 +transcript chr1 26037252 26046113 ENST00000374278 protein_coding 7 1 NA SLC30A2 ENSG00000158014 +transcript chr1 26037252 26046118 ENST00000374276 protein_coding 4 1 NA SLC30A2 ENSG00000158014 +CDS chr1 26039163 26039305 ENST00000374278 protein_coding 7 1 7 SLC30A2 ENSG00000158014 +CDS chr1 26039163 26039305 ENST00000374276 protein_coding 4 1 8 SLC30A2 ENSG00000158014 +CDS chr1 26039777 26039911 ENST00000374278 protein_coding 7 1 6 SLC30A2 ENSG00000158014 +CDS chr1 26039777 26039911 ENST00000374276 protein_coding 4 1 7 SLC30A2 ENSG00000158014 +CDS chr1 26041700 26041805 ENST00000374278 protein_coding 7 1 5 SLC30A2 ENSG00000158014 +CDS chr1 26041700 26041805 ENST00000374276 protein_coding 4 1 6 SLC30A2 ENSG00000158014 +CDS chr1 26042549 26042708 ENST00000374278 protein_coding 7 1 4 SLC30A2 ENSG00000158014 +CDS chr1 26042549 26042708 ENST00000374276 protein_coding 4 1 5 SLC30A2 ENSG00000158014 +CDS chr1 26043398 26043551 ENST00000374278 protein_coding 7 1 3 SLC30A2 ENSG00000158014 +CDS chr1 26043398 26043551 ENST00000374276 protein_coding 4 1 4 SLC30A2 ENSG00000158014 +CDS chr1 26044298 26044444 ENST00000374276 protein_coding 4 1 3 SLC30A2 ENSG00000158014 +CDS chr1 26044997 26045217 ENST00000374278 protein_coding 7 1 2 SLC30A2 ENSG00000158014 +CDS chr1 26044997 26045217 ENST00000374276 protein_coding 4 1 2 SLC30A2 ENSG00000158014 +CDS chr1 26045847 26045896 ENST00000374278 protein_coding 7 1 1 SLC30A2 ENSG00000158014 +CDS chr1 26045847 26045896 ENST00000374276 protein_coding 4 1 1 SLC30A2 ENSG00000158014 +transcript chr1 26051301 26067630 ENST00000374272 protein_coding 4 1 NA TRIM63 ENSG00000158022 +CDS chr1 26051876 26051883 ENST00000374272 protein_coding 4 1 9 TRIM63 ENSG00000158022 +CDS chr1 26053893 26053964 ENST00000374272 protein_coding 4 1 8 TRIM63 ENSG00000158022 +CDS chr1 26057203 26057327 ENST00000374272 protein_coding 4 1 7 TRIM63 ENSG00000158022 +CDS chr1 26057628 26057650 ENST00000374272 protein_coding 4 1 6 TRIM63 ENSG00000158022 +CDS chr1 26058390 26058623 ENST00000374272 protein_coding 4 1 5 TRIM63 ENSG00000158022 +CDS chr1 26060266 26060361 ENST00000374272 protein_coding 4 1 4 TRIM63 ENSG00000158022 +CDS chr1 26061166 26061334 ENST00000374272 protein_coding 4 1 3 TRIM63 ENSG00000158022 +CDS chr1 26066268 26066440 ENST00000374272 protein_coding 4 1 2 TRIM63 ENSG00000158022 +CDS chr1 26067336 26067494 ENST00000374272 protein_coding 4 1 1 TRIM63 ENSG00000158022 +transcript chr1 26111165 26125530 ENST00000619836 protein_coding 4 3 NA PDIK1L ENSG00000175087 +transcript chr1 26111173 26122124 ENST00000444713 protein_coding 5 3 NA PDIK1L ENSG00000175087 +transcript chr1 26111824 26125555 ENST00000374269 protein_coding 2 1 NA PDIK1L ENSG00000175087 +transcript chr1 26111837 26125543 ENST00000374271 protein_coding 8 1 NA PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000444713 protein_coding 5 3 2 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000374271 protein_coding 8 1 3 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000374269 protein_coding 2 1 2 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000619836 protein_coding 4 3 2 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122124 ENST00000444713 protein_coding 5 3 3 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000374271 protein_coding 8 1 4 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000374269 protein_coding 2 1 3 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000619836 protein_coding 4 3 3 PDIK1L ENSG00000175087 +transcript chr1 26159079 26163962 ENST00000374268 protein_coding 5 1 NA FAM110D ENSG00000197245 +CDS chr1 26161292 26162104 ENST00000374268 protein_coding 5 1 2 FAM110D ENSG00000197245 +transcript chr1 26164101 26168963 ENST00000634842 protein_coding 2 5 NA C1orf232 ENSG00000282872 +CDS chr1 26164164 26164455 ENST00000634842 protein_coding 2 5 4 C1orf232 ENSG00000282872 +transcript chr1 26165708 26168581 ENST00000635463 protein_coding 1 2 NA C1orf232 ENSG00000282872 +CDS chr1 26165738 26165923 ENST00000635463 protein_coding 1 2 3 C1orf232 ENSG00000282872 +CDS chr1 26165826 26165923 ENST00000634842 protein_coding 2 5 3 C1orf232 ENSG00000282872 +CDS chr1 26166035 26166118 ENST00000634842 protein_coding 2 5 2 C1orf232 ENSG00000282872 +CDS chr1 26166035 26166118 ENST00000635463 protein_coding 1 2 2 C1orf232 ENSG00000282872 +CDS chr1 26168416 26168499 ENST00000634842 protein_coding 2 5 1 C1orf232 ENSG00000282872 +CDS chr1 26168416 26168499 ENST00000635463 protein_coding 1 2 1 C1orf232 ENSG00000282872 +transcript chr1 26169516 26171821 ENST00000448923 protein_coding 2 2 NA ZNF593OS ENSG00000236782 +transcript chr1 26169908 26170873 ENST00000374266 protein_coding 7 1 NA ZNF593 ENSG00000142684 +transcript chr1 26169942 26170873 ENST00000270812 protein_coding 6 2 NA ZNF593 ENSG00000142684 +CDS chr1 26169984 26170183 ENST00000374266 protein_coding 7 1 1 ZNF593 ENSG00000142684 +CDS chr1 26169984 26170183 ENST00000270812 protein_coding 6 2 1 ZNF593 ENSG00000142684 +transcript chr1 26170325 26171821 ENST00000433939 protein_coding 6 3 NA ZNF593OS ENSG00000236782 +CDS chr1 26170418 26170480 ENST00000374266 protein_coding 7 1 2 ZNF593 ENSG00000142684 +CDS chr1 26170418 26170685 ENST00000270812 protein_coding 6 2 2 ZNF593 ENSG00000142684 +transcript chr1 26170491 26171831 ENST00000648649 protein_coding 1 NA NA ZNF593OS ENSG00000236782 +CDS chr1 26170575 26170713 ENST00000374266 protein_coding 7 1 3 ZNF593 ENSG00000142684 +CDS chr1 26171192 26171335 ENST00000448923 protein_coding 2 2 2 ZNF593OS ENSG00000236782 +CDS chr1 26171192 26171335 ENST00000433939 protein_coding 6 3 3 ZNF593OS ENSG00000236782 +CDS chr1 26171192 26171335 ENST00000648649 protein_coding 1 NA 2 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000448923 protein_coding 2 2 1 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000433939 protein_coding 6 3 2 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000648649 protein_coding 1 NA 1 ZNF593OS ENSG00000236782 +transcript chr1 26177491 26189884 ENST00000361530 protein_coding 11 1 NA CNKSR1 ENSG00000142675 +transcript chr1 26177509 26189884 ENST00000374253 protein_coding 9 1 NA CNKSR1 ENSG00000142675 +CDS chr1 26177548 26177599 ENST00000361530 protein_coding 11 1 1 CNKSR1 ENSG00000142675 +CDS chr1 26177548 26177599 ENST00000374253 protein_coding 9 1 1 CNKSR1 ENSG00000142675 +transcript chr1 26180168 26189846 ENST00000531191 protein_coding 5 5 NA CNKSR1 ENSG00000142675 +CDS chr1 26180453 26180610 ENST00000361530 protein_coding 11 1 2 CNKSR1 ENSG00000142675 +CDS chr1 26180453 26180610 ENST00000374253 protein_coding 9 1 2 CNKSR1 ENSG00000142675 +CDS chr1 26180715 26180896 ENST00000361530 protein_coding 11 1 3 CNKSR1 ENSG00000142675 +CDS chr1 26180715 26180896 ENST00000374253 protein_coding 9 1 3 CNKSR1 ENSG00000142675 +CDS chr1 26181857 26181941 ENST00000361530 protein_coding 11 1 4 CNKSR1 ENSG00000142675 +CDS chr1 26181857 26181941 ENST00000374253 protein_coding 9 1 4 CNKSR1 ENSG00000142675 +CDS chr1 26182361 26182402 ENST00000361530 protein_coding 11 1 5 CNKSR1 ENSG00000142675 +CDS chr1 26182361 26182402 ENST00000374253 protein_coding 9 1 5 CNKSR1 ENSG00000142675 +CDS chr1 26182480 26182584 ENST00000361530 protein_coding 11 1 6 CNKSR1 ENSG00000142675 +CDS chr1 26182480 26182584 ENST00000374253 protein_coding 9 1 6 CNKSR1 ENSG00000142675 +CDS chr1 26183197 26183256 ENST00000361530 protein_coding 11 1 7 CNKSR1 ENSG00000142675 +CDS chr1 26183197 26183256 ENST00000374253 protein_coding 9 1 7 CNKSR1 ENSG00000142675 +CDS chr1 26183346 26183414 ENST00000361530 protein_coding 11 1 8 CNKSR1 ENSG00000142675 +CDS chr1 26183346 26183435 ENST00000374253 protein_coding 9 1 8 CNKSR1 ENSG00000142675 +CDS chr1 26183729 26183830 ENST00000361530 protein_coding 11 1 9 CNKSR1 ENSG00000142675 +CDS chr1 26183729 26183830 ENST00000374253 protein_coding 9 1 9 CNKSR1 ENSG00000142675 +CDS chr1 26183750 26183830 ENST00000531191 protein_coding 5 5 8 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000361530 protein_coding 11 1 10 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000374253 protein_coding 9 1 10 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000531191 protein_coding 5 5 9 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000361530 protein_coding 11 1 11 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000374253 protein_coding 9 1 11 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000531191 protein_coding 5 5 10 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000361530 protein_coding 11 1 12 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000374253 protein_coding 9 1 12 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000531191 protein_coding 5 5 11 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000361530 protein_coding 11 1 13 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000374253 protein_coding 9 1 13 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000531191 protein_coding 5 5 12 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000361530 protein_coding 11 1 14 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000374253 protein_coding 9 1 14 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000531191 protein_coding 5 5 13 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000361530 protein_coding 11 1 15 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000374253 protein_coding 9 1 15 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000531191 protein_coding 5 5 14 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000361530 protein_coding 11 1 16 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000374253 protein_coding 9 1 16 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000531191 protein_coding 5 5 15 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000361530 protein_coding 11 1 17 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000374253 protein_coding 9 1 17 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000531191 protein_coding 5 5 16 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000361530 protein_coding 11 1 18 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000374253 protein_coding 9 1 18 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000531191 protein_coding 5 5 17 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000361530 protein_coding 11 1 19 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000374253 protein_coding 9 1 19 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000531191 protein_coding 5 5 18 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000361530 protein_coding 11 1 20 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000374253 protein_coding 9 1 20 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000531191 protein_coding 5 5 19 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000361530 protein_coding 11 1 21 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000374253 protein_coding 9 1 21 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000531191 protein_coding 5 5 20 CNKSR1 ENSG00000142675 +transcript chr1 26190561 26201603 ENST00000338855 protein_coding 6 5 NA CATSPER4 ENSG00000188782 +transcript chr1 26190602 26202964 ENST00000456354 protein_coding 7 1 NA CATSPER4 ENSG00000188782 +CDS chr1 26190628 26190840 ENST00000338855 protein_coding 6 5 1 CATSPER4 ENSG00000188782 +CDS chr1 26190628 26190840 ENST00000456354 protein_coding 7 1 1 CATSPER4 ENSG00000188782 +CDS chr1 26191287 26191430 ENST00000338855 protein_coding 6 5 2 CATSPER4 ENSG00000188782 +CDS chr1 26191287 26191430 ENST00000456354 protein_coding 7 1 2 CATSPER4 ENSG00000188782 +CDS chr1 26193787 26193888 ENST00000338855 protein_coding 6 5 3 CATSPER4 ENSG00000188782 +CDS chr1 26193787 26193888 ENST00000456354 protein_coding 7 1 3 CATSPER4 ENSG00000188782 +CDS chr1 26197686 26197783 ENST00000338855 protein_coding 6 5 4 CATSPER4 ENSG00000188782 +CDS chr1 26197686 26197783 ENST00000456354 protein_coding 7 1 4 CATSPER4 ENSG00000188782 +CDS chr1 26197957 26198077 ENST00000338855 protein_coding 6 5 5 CATSPER4 ENSG00000188782 +CDS chr1 26197957 26198077 ENST00000456354 protein_coding 7 1 5 CATSPER4 ENSG00000188782 +CDS chr1 26198286 26198419 ENST00000338855 protein_coding 6 5 6 CATSPER4 ENSG00000188782 +CDS chr1 26198286 26198419 ENST00000456354 protein_coding 7 1 6 CATSPER4 ENSG00000188782 +CDS chr1 26199884 26200058 ENST00000338855 protein_coding 6 5 7 CATSPER4 ENSG00000188782 +CDS chr1 26199884 26200058 ENST00000456354 protein_coding 7 1 7 CATSPER4 ENSG00000188782 +CDS chr1 26200830 26201041 ENST00000338855 protein_coding 6 5 8 CATSPER4 ENSG00000188782 +CDS chr1 26200830 26201041 ENST00000456354 protein_coding 7 1 8 CATSPER4 ENSG00000188782 +CDS chr1 26201354 26201603 ENST00000338855 protein_coding 6 5 9 CATSPER4 ENSG00000188782 +CDS chr1 26201354 26201519 ENST00000456354 protein_coding 7 1 9 CATSPER4 ENSG00000188782 +CDS chr1 26202489 26202539 ENST00000456354 protein_coding 7 1 10 CATSPER4 ENSG00000188782 +transcript chr1 26234200 26277687 ENST00000640292 protein_coding 2 5 NA CEP85 ENSG00000130695 +transcript chr1 26234200 26278808 ENST00000451429 protein_coding 8 2 NA CEP85 ENSG00000130695 +transcript chr1 26234202 26278808 ENST00000252992 protein_coding 8 1 NA CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000640292 protein_coding 2 5 2 CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000451429 protein_coding 8 2 2 CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000252992 protein_coding 8 1 2 CEP85 ENSG00000130695 +CDS chr1 26244166 26244318 ENST00000451429 protein_coding 8 2 3 CEP85 ENSG00000130695 +CDS chr1 26244166 26244318 ENST00000252992 protein_coding 8 1 3 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000640292 protein_coding 2 5 3 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000451429 protein_coding 8 2 4 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000252992 protein_coding 8 1 4 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000640292 protein_coding 2 5 4 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000451429 protein_coding 8 2 5 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000252992 protein_coding 8 1 5 CEP85 ENSG00000130695 +transcript chr1 26257673 26278807 ENST00000453146 protein_coding 1 1 NA CEP85 ENSG00000130695 +CDS chr1 26257673 26257730 ENST00000453146 protein_coding 1 1 1 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000640292 protein_coding 2 5 5 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000451429 protein_coding 8 2 6 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000252992 protein_coding 8 1 6 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000453146 protein_coding 1 1 2 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000640292 protein_coding 2 5 6 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000451429 protein_coding 8 2 7 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000252992 protein_coding 8 1 7 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000453146 protein_coding 1 1 3 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000640292 protein_coding 2 5 7 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000451429 protein_coding 8 2 8 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000252992 protein_coding 8 1 8 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000453146 protein_coding 1 1 4 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000640292 protein_coding 2 5 8 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000451429 protein_coding 8 2 9 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000252992 protein_coding 8 1 9 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000453146 protein_coding 1 1 5 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000640292 protein_coding 2 5 9 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000451429 protein_coding 8 2 10 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000252992 protein_coding 8 1 10 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000453146 protein_coding 1 1 6 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000640292 protein_coding 2 5 10 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000451429 protein_coding 8 2 11 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000252992 protein_coding 8 1 11 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000453146 protein_coding 1 1 7 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000640292 protein_coding 2 5 11 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000451429 protein_coding 8 2 12 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000252992 protein_coding 8 1 12 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000453146 protein_coding 1 1 8 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000640292 protein_coding 2 5 12 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000451429 protein_coding 8 2 13 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000252992 protein_coding 8 1 13 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000453146 protein_coding 1 1 9 CEP85 ENSG00000130695 +CDS chr1 26277133 26277290 ENST00000640292 protein_coding 2 5 13 CEP85 ENSG00000130695 +CDS chr1 26277133 26277290 ENST00000252992 protein_coding 8 1 14 CEP85 ENSG00000130695 +CDS chr1 26277136 26277290 ENST00000451429 protein_coding 8 2 14 CEP85 ENSG00000130695 +CDS chr1 26277136 26277290 ENST00000453146 protein_coding 1 1 10 CEP85 ENSG00000130695 +transcript chr1 26280086 26281522 ENST00000270792 protein_coding 10 1 NA SH3BGRL3 ENSG00000142669 +transcript chr1 26280122 26281450 ENST00000319041 protein_coding 6 2 NA SH3BGRL3 ENSG00000142669 +CDS chr1 26280156 26280203 ENST00000270792 protein_coding 10 1 1 SH3BGRL3 ENSG00000142669 +CDS chr1 26280156 26280203 ENST00000319041 protein_coding 6 2 1 SH3BGRL3 ENSG00000142669 +CDS chr1 26280765 26280932 ENST00000270792 protein_coding 10 1 2 SH3BGRL3 ENSG00000142669 +CDS chr1 26280765 26280980 ENST00000319041 protein_coding 6 2 2 SH3BGRL3 ENSG00000142669 +CDS chr1 26281058 26281120 ENST00000270792 protein_coding 10 1 3 SH3BGRL3 ENSG00000142669 +transcript chr1 26281328 26306636 ENST00000314675 protein_coding 11 2 NA UBXN11 ENSG00000158062 +transcript chr1 26282282 26306620 ENST00000374223 protein_coding 5 1 NA UBXN11 ENSG00000158062 +transcript chr1 26282282 26306636 ENST00000374222 protein_coding 6 5 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26306632 ENST00000357089 protein_coding 8 5 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26306645 ENST00000374221 protein_coding 7 2 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26318363 ENST00000374217 protein_coding 7 2 NA UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000314675 protein_coding 11 2 11 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374223 protein_coding 5 1 12 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374222 protein_coding 6 5 15 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000357089 protein_coding 8 5 14 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374221 protein_coding 7 2 16 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374217 protein_coding 7 2 15 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000314675 protein_coding 11 2 10 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374223 protein_coding 5 1 11 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374222 protein_coding 6 5 14 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000357089 protein_coding 8 5 13 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374221 protein_coding 7 2 15 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374217 protein_coding 7 2 14 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000314675 protein_coding 11 2 9 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374223 protein_coding 5 1 10 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374222 protein_coding 6 5 13 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000357089 protein_coding 8 5 12 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374221 protein_coding 7 2 14 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374217 protein_coding 7 2 13 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000314675 protein_coding 11 2 8 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374223 protein_coding 5 1 9 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374222 protein_coding 6 5 12 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000357089 protein_coding 8 5 11 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374221 protein_coding 7 2 13 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374217 protein_coding 7 2 12 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000314675 protein_coding 11 2 7 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374223 protein_coding 5 1 8 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374222 protein_coding 6 5 11 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000357089 protein_coding 8 5 10 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374221 protein_coding 7 2 12 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374217 protein_coding 7 2 11 UBXN11 ENSG00000158062 +transcript chr1 26285460 26306609 ENST00000374215 protein_coding 5 5 NA UBXN11 ENSG00000158062 +CDS chr1 26285460 26285541 ENST00000374215 protein_coding 5 5 10 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000314675 protein_coding 11 2 6 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374223 protein_coding 5 1 7 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374222 protein_coding 6 5 10 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000357089 protein_coding 8 5 9 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374221 protein_coding 7 2 11 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374217 protein_coding 7 2 10 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000314675 protein_coding 11 2 5 UBXN11 ENSG00000158062 +CDS chr1 26285823 26285867 ENST00000374223 protein_coding 5 1 6 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374222 protein_coding 6 5 9 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000357089 protein_coding 8 5 8 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374221 protein_coding 7 2 10 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374217 protein_coding 7 2 9 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374215 protein_coding 5 5 9 UBXN11 ENSG00000158062 +transcript chr1 26285876 26303167 ENST00000452980 protein_coding 5 3 NA UBXN11 ENSG00000158062 +CDS chr1 26285876 26286037 ENST00000452980 protein_coding 5 3 8 UBXN11 ENSG00000158062 +transcript chr1 26285943 26303016 ENST00000442942 protein_coding 6 2 NA UBXN11 ENSG00000158062 +CDS chr1 26285943 26286037 ENST00000442942 protein_coding 6 2 7 UBXN11 ENSG00000158062 +transcript chr1 26286028 26306989 ENST00000450041 protein_coding 6 5 NA UBXN11 ENSG00000158062 +CDS chr1 26286028 26286037 ENST00000450041 protein_coding 6 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374222 protein_coding 6 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000357089 protein_coding 8 5 7 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374221 protein_coding 7 2 9 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374217 protein_coding 7 2 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374215 protein_coding 5 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000452980 protein_coding 5 3 7 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000442942 protein_coding 6 2 6 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000450041 protein_coding 6 5 7 UBXN11 ENSG00000158062 +transcript chr1 26294205 26306636 ENST00000423664 protein_coding 5 3 NA UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000423664 protein_coding 5 3 9 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374222 protein_coding 6 5 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000357089 protein_coding 8 5 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374221 protein_coding 7 2 8 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374217 protein_coding 7 2 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374215 protein_coding 5 5 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000452980 protein_coding 5 3 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000442942 protein_coding 6 2 5 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000450041 protein_coding 6 5 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000423664 protein_coding 5 3 8 UBXN11 ENSG00000158062 +transcript chr1 26296947 26306576 ENST00000421827 protein_coding 2 5 NA UBXN11 ENSG00000158062 +CDS chr1 26296947 26296995 ENST00000421827 protein_coding 2 5 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374222 protein_coding 6 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000357089 protein_coding 8 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374221 protein_coding 7 2 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374217 protein_coding 7 2 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374215 protein_coding 5 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000452980 protein_coding 5 3 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000442942 protein_coding 6 2 4 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000450041 protein_coding 6 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000423664 protein_coding 5 3 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000421827 protein_coding 2 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374222 protein_coding 6 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000357089 protein_coding 8 5 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374221 protein_coding 7 2 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374217 protein_coding 7 2 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374215 protein_coding 5 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000452980 protein_coding 5 3 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000442942 protein_coding 6 2 3 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298036 ENST00000450041 protein_coding 6 5 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000423664 protein_coding 5 3 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000421827 protein_coding 2 5 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000314675 protein_coding 11 2 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000374222 protein_coding 6 5 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000374221 protein_coding 7 2 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301010 ENST00000374215 protein_coding 5 5 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301010 ENST00000423664 protein_coding 5 3 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000421827 protein_coding 2 5 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000314675 protein_coding 11 2 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374222 protein_coding 6 5 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000357089 protein_coding 8 5 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374221 protein_coding 7 2 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374217 protein_coding 7 2 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000452980 protein_coding 5 3 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000442942 protein_coding 6 2 2 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000421827 protein_coding 2 5 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000314675 protein_coding 11 2 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374222 protein_coding 6 5 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000357089 protein_coding 8 5 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374221 protein_coding 7 2 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374217 protein_coding 7 2 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000452980 protein_coding 5 3 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000442942 protein_coding 6 2 1 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000421827 protein_coding 2 5 2 UBXN11 ENSG00000158062 +transcript chr1 26317958 26320523 ENST00000374213 protein_coding 3 1 NA CD52 ENSG00000169442 +CDS chr1 26318018 26318071 ENST00000374213 protein_coding 3 1 1 CD52 ENSG00000169442 +CDS chr1 26320171 26320299 ENST00000374213 protein_coding 3 1 2 CD52 ENSG00000169442 +transcript chr1 26321698 26360080 ENST00000475866 protein_coding 3 4 NA CRYBG2 ENSG00000176092 +transcript chr1 26321865 26354130 ENST00000308182 protein_coding 10 5 NA CRYBG2 ENSG00000176092 +CDS chr1 26321971 26322056 ENST00000475866 protein_coding 3 4 22 CRYBG2 ENSG00000176092 +CDS chr1 26321971 26322056 ENST00000308182 protein_coding 10 5 20 CRYBG2 ENSG00000176092 +CDS chr1 26322164 26322323 ENST00000475866 protein_coding 3 4 21 CRYBG2 ENSG00000176092 +CDS chr1 26322164 26322323 ENST00000308182 protein_coding 10 5 19 CRYBG2 ENSG00000176092 +CDS chr1 26324152 26324310 ENST00000475866 protein_coding 3 4 20 CRYBG2 ENSG00000176092 +CDS chr1 26324152 26324310 ENST00000308182 protein_coding 10 5 18 CRYBG2 ENSG00000176092 +CDS chr1 26328209 26328332 ENST00000475866 protein_coding 3 4 19 CRYBG2 ENSG00000176092 +CDS chr1 26328209 26328332 ENST00000308182 protein_coding 10 5 17 CRYBG2 ENSG00000176092 +CDS chr1 26328734 26328873 ENST00000475866 protein_coding 3 4 18 CRYBG2 ENSG00000176092 +CDS chr1 26328734 26328873 ENST00000308182 protein_coding 10 5 16 CRYBG2 ENSG00000176092 +CDS chr1 26331489 26331618 ENST00000475866 protein_coding 3 4 17 CRYBG2 ENSG00000176092 +CDS chr1 26331489 26331618 ENST00000308182 protein_coding 10 5 15 CRYBG2 ENSG00000176092 +transcript chr1 26331594 26339346 ENST00000429942 protein_coding 2 5 NA CRYBG2 ENSG00000176092 +CDS chr1 26331594 26331618 ENST00000429942 protein_coding 2 5 9 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000475866 protein_coding 3 4 16 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000308182 protein_coding 10 5 14 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000429942 protein_coding 2 5 8 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000475866 protein_coding 3 4 15 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000308182 protein_coding 10 5 13 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000429942 protein_coding 2 5 7 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000475866 protein_coding 3 4 14 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000308182 protein_coding 10 5 12 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000429942 protein_coding 2 5 6 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000475866 protein_coding 3 4 13 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000308182 protein_coding 10 5 11 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000429942 protein_coding 2 5 5 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000475866 protein_coding 3 4 12 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000308182 protein_coding 10 5 10 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000429942 protein_coding 2 5 4 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000475866 protein_coding 3 4 11 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000308182 protein_coding 10 5 9 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000429942 protein_coding 2 5 3 CRYBG2 ENSG00000176092 +CDS chr1 26338012 26338047 ENST00000475866 protein_coding 3 4 10 CRYBG2 ENSG00000176092 +CDS chr1 26338012 26338047 ENST00000308182 protein_coding 10 5 8 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000475866 protein_coding 3 4 9 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000308182 protein_coding 10 5 7 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000429942 protein_coding 2 5 2 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339429 ENST00000475866 protein_coding 3 4 8 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339429 ENST00000308182 protein_coding 10 5 6 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339346 ENST00000429942 protein_coding 2 5 1 CRYBG2 ENSG00000176092 +CDS chr1 26342754 26342883 ENST00000475866 protein_coding 3 4 7 CRYBG2 ENSG00000176092 +CDS chr1 26342754 26342883 ENST00000308182 protein_coding 10 5 5 CRYBG2 ENSG00000176092 +CDS chr1 26343047 26343159 ENST00000475866 protein_coding 3 4 6 CRYBG2 ENSG00000176092 +CDS chr1 26343047 26343159 ENST00000308182 protein_coding 10 5 4 CRYBG2 ENSG00000176092 +CDS chr1 26343246 26343293 ENST00000475866 protein_coding 3 4 5 CRYBG2 ENSG00000176092 +CDS chr1 26343246 26343293 ENST00000308182 protein_coding 10 5 3 CRYBG2 ENSG00000176092 +CDS chr1 26343745 26346712 ENST00000475866 protein_coding 3 4 4 CRYBG2 ENSG00000176092 +CDS chr1 26343745 26346657 ENST00000308182 protein_coding 10 5 2 CRYBG2 ENSG00000176092 +CDS chr1 26354046 26354785 ENST00000475866 protein_coding 3 4 3 CRYBG2 ENSG00000176092 +CDS chr1 26356459 26356522 ENST00000475866 protein_coding 3 4 2 CRYBG2 ENSG00000176092 +CDS chr1 26359937 26360049 ENST00000475866 protein_coding 3 4 1 CRYBG2 ENSG00000176092 +transcript chr1 26361634 26372735 ENST00000403843 protein_coding 5 1 NA ZNF683 ENSG00000176083 +transcript chr1 26361634 26372750 ENST00000349618 protein_coding 8 1 NA ZNF683 ENSG00000176083 +transcript chr1 26361635 26372775 ENST00000436292 protein_coding 5 5 NA ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000403843 protein_coding 5 1 7 ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000349618 protein_coding 8 1 6 ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000436292 protein_coding 5 5 7 ZNF683 ENSG00000176083 +CDS chr1 26362116 26362175 ENST00000403843 protein_coding 5 1 6 ZNF683 ENSG00000176083 +CDS chr1 26362116 26362175 ENST00000436292 protein_coding 5 5 6 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000403843 protein_coding 5 1 5 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000349618 protein_coding 8 1 5 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000436292 protein_coding 5 5 5 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000403843 protein_coding 5 1 4 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000349618 protein_coding 8 1 4 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000436292 protein_coding 5 5 4 ZNF683 ENSG00000176083 +transcript chr1 26364722 26374522 ENST00000455900 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364722 26365226 ENST00000455900 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364737 26370745 ENST00000451801 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364737 26365226 ENST00000451801 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364933 26370750 ENST00000454975 protein_coding 1 5 NA ZNF683 ENSG00000176083 +CDS chr1 26364933 26365226 ENST00000454975 protein_coding 1 5 4 ZNF683 ENSG00000176083 +transcript chr1 26364974 26372744 ENST00000453132 protein_coding 5 3 NA ZNF683 ENSG00000176083 +CDS chr1 26364974 26365226 ENST00000453132 protein_coding 5 3 3 ZNF683 ENSG00000176083 +transcript chr1 26364979 26372700 ENST00000423508 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364979 26365226 ENST00000423508 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364980 26374452 ENST00000416125 protein_coding 1 3 NA ZNF683 ENSG00000176083 +CDS chr1 26364980 26365226 ENST00000416125 protein_coding 1 3 5 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000403843 protein_coding 5 1 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000349618 protein_coding 8 1 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000436292 protein_coding 5 5 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000455900 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000451801 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367647 ENST00000454975 protein_coding 1 5 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000423508 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000416125 protein_coding 1 3 4 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000403843 protein_coding 5 1 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000349618 protein_coding 8 1 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000436292 protein_coding 5 5 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368582 ENST00000455900 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000451801 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000454975 protein_coding 1 5 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000453132 protein_coding 5 3 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368582 ENST00000423508 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000416125 protein_coding 1 3 3 ZNF683 ENSG00000176083 +CDS chr1 26372535 26372547 ENST00000423508 protein_coding 5 2 1 ZNF683 ENSG00000176083 +CDS chr1 26374278 26374290 ENST00000455900 protein_coding 5 2 1 ZNF683 ENSG00000176083 +transcript chr1 26410817 26429719 ENST00000254231 protein_coding 4 1 NA LIN28A ENSG00000131914 +transcript chr1 26410817 26429728 ENST00000326279 protein_coding 11 1 NA LIN28A ENSG00000131914 +CDS chr1 26410892 26410922 ENST00000254231 protein_coding 4 1 1 LIN28A ENSG00000131914 +CDS chr1 26410892 26410922 ENST00000326279 protein_coding 11 1 1 LIN28A ENSG00000131914 +CDS chr1 26411386 26411582 ENST00000254231 protein_coding 4 1 2 LIN28A ENSG00000131914 +CDS chr1 26411386 26411582 ENST00000326279 protein_coding 11 1 2 LIN28A ENSG00000131914 +CDS chr1 26425303 26425487 ENST00000254231 protein_coding 4 1 3 LIN28A ENSG00000131914 +CDS chr1 26425303 26425487 ENST00000326279 protein_coding 11 1 3 LIN28A ENSG00000131914 +CDS chr1 26426242 26426455 ENST00000254231 protein_coding 4 1 4 LIN28A ENSG00000131914 +CDS chr1 26426242 26426455 ENST00000326279 protein_coding 11 1 4 LIN28A ENSG00000131914 +transcript chr1 26432316 26448565 ENST00000427245 protein_coding 6 5 NA DHDDS ENSG00000117682 +transcript chr1 26432321 26471306 ENST00000236342 protein_coding 12 1 NA DHDDS ENSG00000117682 +transcript chr1 26432339 26469373 ENST00000525682 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432340 26469226 ENST00000526219 protein_coding 5 1 NA DHDDS ENSG00000117682 +transcript chr1 26432342 26448176 ENST00000374185 protein_coding 7 2 NA DHDDS ENSG00000117682 +transcript chr1 26432355 26471294 ENST00000360009 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432366 26447615 ENST00000533087 protein_coding 5 5 NA DHDDS ENSG00000117682 +transcript chr1 26432367 26446384 ENST00000531312 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432368 26446359 ENST00000525165 protein_coding 5 2 NA DHDDS ENSG00000117682 +transcript chr1 26432371 26442763 ENST00000525326 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432371 26442805 ENST00000525546 protein_coding 5 2 NA DHDDS ENSG00000117682 +transcript chr1 26432390 26447639 ENST00000436153 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432403 26438284 ENST00000530781 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432891 26460144 ENST00000430232 protein_coding 5 2 NA DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000427245 protein_coding 6 5 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000236342 protein_coding 12 1 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525682 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000526219 protein_coding 5 1 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000374185 protein_coding 7 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000360009 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000533087 protein_coding 5 5 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000531312 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525165 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525326 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525546 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000436153 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000530781 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000430232 protein_coding 5 2 1 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000427245 protein_coding 6 5 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000236342 protein_coding 12 1 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525682 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000526219 protein_coding 5 1 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000374185 protein_coding 7 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000360009 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000533087 protein_coding 5 5 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000531312 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525165 protein_coding 5 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525326 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525546 protein_coding 5 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000436153 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000530781 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000430232 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000427245 protein_coding 6 5 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000236342 protein_coding 12 1 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000525682 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000526219 protein_coding 5 1 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000374185 protein_coding 7 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000360009 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000533087 protein_coding 5 5 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000531312 protein_coding 5 4 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000525165 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442763 ENST00000525326 protein_coding 5 4 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442805 ENST00000525546 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000436153 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000430232 protein_coding 5 2 3 DHDDS ENSG00000117682 +transcript chr1 26442836 26471294 ENST00000431933 protein_coding 5 5 NA DHDDS ENSG00000117682 +CDS chr1 26442836 26442873 ENST00000431933 protein_coding 5 5 1 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000427245 protein_coding 6 5 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000236342 protein_coding 12 1 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000525682 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000374185 protein_coding 7 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000360009 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000533087 protein_coding 5 5 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446384 ENST00000531312 protein_coding 5 4 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446359 ENST00000525165 protein_coding 5 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000436153 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000431933 protein_coding 5 5 2 DHDDS ENSG00000117682 +transcript chr1 26446364 26467527 ENST00000416052 protein_coding 1 3 NA DHDDS ENSG00000117682 +CDS chr1 26446364 26446432 ENST00000416052 protein_coding 1 3 1 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000427245 protein_coding 6 5 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000236342 protein_coding 12 1 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000526219 protein_coding 5 1 5 DHDDS ENSG00000117682 +CDS chr1 26447559 26447745 ENST00000374185 protein_coding 7 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000360009 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447615 ENST00000533087 protein_coding 5 5 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447639 ENST00000436153 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000430232 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000416052 protein_coding 1 3 2 DHDDS ENSG00000117682 +CDS chr1 26448356 26448407 ENST00000427245 protein_coding 6 5 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000236342 protein_coding 12 1 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000525682 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000526219 protein_coding 5 1 6 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000360009 protein_coding 6 2 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000430232 protein_coding 5 2 5 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000431933 protein_coding 5 5 3 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000416052 protein_coding 1 3 3 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000236342 protein_coding 12 1 8 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000525682 protein_coding 6 2 7 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000526219 protein_coding 5 1 7 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000360009 protein_coding 6 2 8 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000430232 protein_coding 5 2 6 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000416052 protein_coding 1 3 4 DHDDS ENSG00000117682 +CDS chr1 26467293 26467382 ENST00000416052 protein_coding 1 3 5 DHDDS ENSG00000117682 +CDS chr1 26468892 26469128 ENST00000360009 protein_coding 6 2 9 DHDDS ENSG00000117682 +CDS chr1 26468892 26469128 ENST00000431933 protein_coding 5 5 4 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000236342 protein_coding 12 1 9 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000525682 protein_coding 6 2 8 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000526219 protein_coding 5 1 8 DHDDS ENSG00000117682 +transcript chr1 26472440 26476642 ENST00000361427 protein_coding 6 1 NA HMGN2 ENSG00000198830 +transcript chr1 26472515 26475970 ENST00000619352 protein_coding 4 1 NA HMGN2 ENSG00000198830 +CDS chr1 26472613 26472627 ENST00000361427 protein_coding 6 1 1 HMGN2 ENSG00000198830 +CDS chr1 26472613 26472627 ENST00000619352 protein_coding 4 1 2 HMGN2 ENSG00000198830 +CDS chr1 26473483 26473527 ENST00000361427 protein_coding 6 1 2 HMGN2 ENSG00000198830 +CDS chr1 26473483 26473527 ENST00000619352 protein_coding 4 1 3 HMGN2 ENSG00000198830 +CDS chr1 26473703 26473732 ENST00000361427 protein_coding 6 1 3 HMGN2 ENSG00000198830 +CDS chr1 26473703 26473732 ENST00000619352 protein_coding 4 1 4 HMGN2 ENSG00000198830 +CDS chr1 26474085 26474135 ENST00000361427 protein_coding 6 1 4 HMGN2 ENSG00000198830 +CDS chr1 26474085 26474135 ENST00000619352 protein_coding 4 1 5 HMGN2 ENSG00000198830 +CDS chr1 26474572 26474667 ENST00000361427 protein_coding 6 1 5 HMGN2 ENSG00000198830 +CDS chr1 26474572 26474667 ENST00000619352 protein_coding 4 1 6 HMGN2 ENSG00000198830 +CDS chr1 26475113 26475145 ENST00000361427 protein_coding 6 1 6 HMGN2 ENSG00000198830 +CDS chr1 26475113 26475145 ENST00000619352 protein_coding 4 1 7 HMGN2 ENSG00000198830 +transcript chr1 26529761 26575025 ENST00000374168 protein_coding 7 1 NA RPS6KA1 ENSG00000117676 +transcript chr1 26529778 26575014 ENST00000374166 protein_coding 8 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26529921 26529983 ENST00000374168 protein_coding 7 1 1 RPS6KA1 ENSG00000117676 +CDS chr1 26529921 26529983 ENST00000374166 protein_coding 8 5 1 RPS6KA1 ENSG00000117676 +transcript chr1 26531218 26574431 ENST00000526792 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +transcript chr1 26531328 26554251 ENST00000529454 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26536925 26536969 ENST00000374168 protein_coding 7 1 2 RPS6KA1 ENSG00000117676 +CDS chr1 26536925 26536969 ENST00000374166 protein_coding 8 5 2 RPS6KA1 ENSG00000117676 +transcript chr1 26543112 26575014 ENST00000530003 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26543162 26543221 ENST00000530003 protein_coding 5 5 1 RPS6KA1 ENSG00000117676 +transcript chr1 26545852 26574276 ENST00000531382 protein_coding 5 2 NA RPS6KA1 ENSG00000117676 +CDS chr1 26545901 26546035 ENST00000531382 protein_coding 5 2 1 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000374168 protein_coding 7 1 3 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000374166 protein_coding 8 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000530003 protein_coding 5 5 2 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000531382 protein_coding 5 2 2 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000374168 protein_coding 7 1 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000374166 protein_coding 8 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000530003 protein_coding 5 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000531382 protein_coding 5 2 3 RPS6KA1 ENSG00000117676 +CDS chr1 26547240 26547270 ENST00000526792 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547240 26547270 ENST00000529454 protein_coding 5 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000374168 protein_coding 7 1 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000374166 protein_coding 8 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000526792 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000529454 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000530003 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000531382 protein_coding 5 2 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000374168 protein_coding 7 1 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000374166 protein_coding 8 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000526792 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000529454 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000530003 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000531382 protein_coding 5 2 5 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000374168 protein_coding 7 1 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000374166 protein_coding 8 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000526792 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000529454 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000530003 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000531382 protein_coding 5 2 6 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000374168 protein_coding 7 1 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000374166 protein_coding 8 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000526792 protein_coding 5 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000529454 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000530003 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000531382 protein_coding 5 2 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000374168 protein_coding 7 1 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000374166 protein_coding 8 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000526792 protein_coding 5 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000530003 protein_coding 5 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000531382 protein_coding 5 2 8 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000374168 protein_coding 7 1 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000526792 protein_coding 5 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000530003 protein_coding 5 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000531382 protein_coding 5 2 9 RPS6KA1 ENSG00000117676 +CDS chr1 26555184 26555221 ENST00000374166 protein_coding 8 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000374168 protein_coding 7 1 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000374166 protein_coding 8 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000526792 protein_coding 5 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000530003 protein_coding 5 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000531382 protein_coding 5 2 10 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000374168 protein_coding 7 1 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000374166 protein_coding 8 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000526792 protein_coding 5 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000530003 protein_coding 5 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000531382 protein_coding 5 2 11 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000374168 protein_coding 7 1 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000374166 protein_coding 8 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000526792 protein_coding 5 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000530003 protein_coding 5 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000531382 protein_coding 5 2 12 RPS6KA1 ENSG00000117676 +transcript chr1 26557043 26571508 ENST00000403732 protein_coding 2 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26557043 26557100 ENST00000403732 protein_coding 2 5 1 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000374168 protein_coding 7 1 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000374166 protein_coding 8 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000526792 protein_coding 5 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000530003 protein_coding 5 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000531382 protein_coding 5 2 13 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000403732 protein_coding 2 5 2 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000374168 protein_coding 7 1 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000374166 protein_coding 8 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000526792 protein_coding 5 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000530003 protein_coding 5 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000531382 protein_coding 5 2 14 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000374168 protein_coding 7 1 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000374166 protein_coding 8 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000526792 protein_coding 5 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000530003 protein_coding 5 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000531382 protein_coding 5 2 15 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000403732 protein_coding 2 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000374168 protein_coding 7 1 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000374166 protein_coding 8 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000526792 protein_coding 5 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000530003 protein_coding 5 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000531382 protein_coding 5 2 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000403732 protein_coding 2 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000374168 protein_coding 7 1 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000374166 protein_coding 8 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000526792 protein_coding 5 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000530003 protein_coding 5 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000531382 protein_coding 5 2 17 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571508 ENST00000403732 protein_coding 2 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000374168 protein_coding 7 1 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000374166 protein_coding 8 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000526792 protein_coding 5 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000530003 protein_coding 5 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000531382 protein_coding 5 2 18 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000374168 protein_coding 7 1 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000374166 protein_coding 8 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000526792 protein_coding 5 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000530003 protein_coding 5 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000531382 protein_coding 5 2 19 RPS6KA1 ENSG00000117676 +transcript chr1 26572270 26574734 ENST00000438977 protein_coding 1 3 NA RPS6KA1 ENSG00000117676 +CDS chr1 26572270 26572293 ENST00000438977 protein_coding 1 3 1 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000374168 protein_coding 7 1 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000374166 protein_coding 8 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000526792 protein_coding 5 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000530003 protein_coding 5 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000531382 protein_coding 5 2 20 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000438977 protein_coding 1 3 2 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000374168 protein_coding 7 1 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000374166 protein_coding 8 5 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000526792 protein_coding 5 5 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000530003 protein_coding 5 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000531382 protein_coding 5 2 21 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574197 ENST00000438977 protein_coding 1 3 3 RPS6KA1 ENSG00000117676 +CDS chr1 26574377 26574440 ENST00000438977 protein_coding 1 3 4 RPS6KA1 ENSG00000117676 +transcript chr1 26693236 26781177 ENST00000430799 protein_coding 7 5 NA ARID1A ENSG00000117713 +transcript chr1 26696015 26782104 ENST00000324856 protein_coding 13 1 NA ARID1A ENSG00000117713 +transcript chr1 26696032 26731568 ENST00000637465 protein_coding 1 5 NA ARID1A ENSG00000117713 +CDS chr1 26696404 26697540 ENST00000324856 protein_coding 13 1 1 ARID1A ENSG00000117713 +transcript chr1 26696404 26780817 ENST00000457599 protein_coding 6 5 NA ARID1A ENSG00000117713 +CDS chr1 26696404 26697540 ENST00000457599 protein_coding 6 5 1 ARID1A ENSG00000117713 +transcript chr1 26727708 26731318 ENST00000524572 protein_coding 1 4 NA ARID1A ENSG00000117713 +transcript chr1 26728912 26780756 ENST00000374152 protein_coding 7 5 NA ARID1A ENSG00000117713 +CDS chr1 26729651 26729863 ENST00000324856 protein_coding 13 1 2 ARID1A ENSG00000117713 +CDS chr1 26729651 26729863 ENST00000457599 protein_coding 6 5 2 ARID1A ENSG00000117713 +transcript chr1 26729657 26782102 ENST00000636219 protein_coding 1 5 NA ARID1A ENSG00000117713 +CDS chr1 26729657 26729863 ENST00000636219 protein_coding 1 5 1 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000430799 protein_coding 7 5 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000637465 protein_coding 1 5 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000524572 protein_coding 1 4 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000374152 protein_coding 7 5 1 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000430799 protein_coding 7 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000324856 protein_coding 13 1 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731568 ENST00000637465 protein_coding 1 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000457599 protein_coding 6 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731318 ENST00000524572 protein_coding 1 4 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000374152 protein_coding 7 5 2 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000636219 protein_coding 1 5 2 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000430799 protein_coding 7 5 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000324856 protein_coding 13 1 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000457599 protein_coding 6 5 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000374152 protein_coding 7 5 3 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000636219 protein_coding 1 5 3 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000430799 protein_coding 7 5 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000324856 protein_coding 13 1 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000457599 protein_coding 6 5 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000374152 protein_coding 7 5 4 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000636219 protein_coding 1 5 4 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000430799 protein_coding 7 5 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000324856 protein_coding 13 1 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000457599 protein_coding 6 5 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000374152 protein_coding 7 5 5 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000636219 protein_coding 1 5 5 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000430799 protein_coding 7 5 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000324856 protein_coding 13 1 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000457599 protein_coding 6 5 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000374152 protein_coding 7 5 6 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000636219 protein_coding 1 5 6 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000430799 protein_coding 7 5 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000324856 protein_coding 13 1 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000457599 protein_coding 6 5 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000374152 protein_coding 7 5 7 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000636219 protein_coding 1 5 7 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000430799 protein_coding 7 5 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000324856 protein_coding 13 1 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000457599 protein_coding 6 5 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000374152 protein_coding 7 5 8 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000636219 protein_coding 1 5 8 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000430799 protein_coding 7 5 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000324856 protein_coding 13 1 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000457599 protein_coding 6 5 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000374152 protein_coding 7 5 9 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000636219 protein_coding 1 5 9 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000430799 protein_coding 7 5 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000324856 protein_coding 13 1 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000457599 protein_coding 6 5 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000374152 protein_coding 7 5 10 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000636219 protein_coding 1 5 10 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000430799 protein_coding 7 5 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000324856 protein_coding 13 1 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000457599 protein_coding 6 5 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000374152 protein_coding 7 5 11 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000636219 protein_coding 1 5 11 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000430799 protein_coding 7 5 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000324856 protein_coding 13 1 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000457599 protein_coding 6 5 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000374152 protein_coding 7 5 12 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000636219 protein_coding 1 5 12 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000324856 protein_coding 13 1 14 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000457599 protein_coding 6 5 14 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000374152 protein_coding 7 5 13 ARID1A ENSG00000117713 +CDS chr1 26772815 26772987 ENST00000430799 protein_coding 7 5 14 ARID1A ENSG00000117713 +CDS chr1 26772815 26772987 ENST00000636219 protein_coding 1 5 13 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000430799 protein_coding 7 5 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000324856 protein_coding 13 1 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000457599 protein_coding 6 5 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000374152 protein_coding 7 5 14 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000636219 protein_coding 1 5 14 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000430799 protein_coding 7 5 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000324856 protein_coding 13 1 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000457599 protein_coding 6 5 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000374152 protein_coding 7 5 15 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000636219 protein_coding 1 5 15 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000430799 protein_coding 7 5 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000324856 protein_coding 13 1 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000457599 protein_coding 6 5 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000374152 protein_coding 7 5 16 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000636219 protein_coding 1 5 16 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000430799 protein_coding 7 5 18 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000324856 protein_coding 13 1 18 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000374152 protein_coding 7 5 17 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000636219 protein_coding 1 5 17 ARID1A ENSG00000117713 +CDS chr1 26774980 26775220 ENST00000457599 protein_coding 6 5 18 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000430799 protein_coding 7 5 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000324856 protein_coding 13 1 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000457599 protein_coding 6 5 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000374152 protein_coding 7 5 18 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000636219 protein_coding 1 5 18 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000430799 protein_coding 7 5 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000324856 protein_coding 13 1 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000457599 protein_coding 6 5 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000374152 protein_coding 7 5 19 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000636219 protein_coding 1 5 19 ARID1A ENSG00000117713 +transcript chr1 26787054 26798257 ENST00000455364 protein_coding 2 3 NA PIGV ENSG00000060642 +transcript chr1 26787645 26798394 ENST00000686194 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787675 26800645 ENST00000674335 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787944 26798297 ENST00000693629 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787944 26798297 ENST00000686655 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787948 26798382 ENST00000688730 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787950 26798382 ENST00000688522 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787950 26800659 ENST00000674202 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787952 26798401 ENST00000691454 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787958 26798257 ENST00000689130 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26798270 ENST00000687468 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26798270 ENST00000686325 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26800659 ENST00000674222 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787978 26798382 ENST00000691135 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26788177 26798268 ENST00000374145 protein_coding 6 2 NA PIGV ENSG00000060642 +transcript chr1 26788177 26800642 ENST00000431541 protein_coding 6 2 NA PIGV ENSG00000060642 +transcript chr1 26788195 26800652 ENST00000674273 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26788928 26798268 ENST00000078527 protein_coding 9 1 NA PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000455364 protein_coding 2 3 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000686194 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000693629 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000688522 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674202 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000691454 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000687468 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000686325 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674222 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000691135 protein_coding 1 NA 1 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000374145 protein_coding 6 2 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000431541 protein_coding 6 2 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674273 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000078527 protein_coding 9 1 2 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000455364 protein_coding 2 3 3 PIGV ENSG00000060642 +CDS chr1 26794113 26794206 ENST00000686194 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000688522 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674202 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000691454 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795214 ENST00000687468 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000686325 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674222 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000691135 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000374145 protein_coding 6 2 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795214 ENST00000431541 protein_coding 6 2 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674273 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000078527 protein_coding 9 1 3 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000674335 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000688730 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000689130 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794834 26795234 ENST00000686194 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797440 26797466 ENST00000691454 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000455364 protein_coding 2 3 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000686194 protein_coding 1 NA 5 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674335 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000693629 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000688730 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000688522 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674202 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797891 ENST00000687468 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674222 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000691135 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000374145 protein_coding 6 2 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797891 ENST00000431541 protein_coding 6 2 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674273 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000078527 protein_coding 9 1 4 PIGV ENSG00000060642 +CDS chr1 26797574 26797891 ENST00000686325 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797599 26797841 ENST00000686655 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26797615 26797644 ENST00000689130 protein_coding 1 NA 3 PIGV ENSG00000060642 +transcript chr1 26826688 26857604 ENST00000374142 protein_coding 9 1 NA ZDHHC18 ENSG00000204160 +CDS chr1 26826805 26827139 ENST00000374142 protein_coding 9 1 1 ZDHHC18 ENSG00000204160 +transcript chr1 26832004 26853963 ENST00000374141 protein_coding 6 2 NA ZDHHC18 ENSG00000204160 +transcript chr1 26832020 26851174 ENST00000534643 protein_coding 5 4 NA ZDHHC18 ENSG00000204160 +CDS chr1 26832447 26832607 ENST00000374142 protein_coding 9 1 2 ZDHHC18 ENSG00000204160 +CDS chr1 26832517 26832607 ENST00000374141 protein_coding 6 2 2 ZDHHC18 ENSG00000204160 +CDS chr1 26832517 26832607 ENST00000534643 protein_coding 5 4 2 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000374142 protein_coding 9 1 3 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000374141 protein_coding 6 2 3 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000534643 protein_coding 5 4 3 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000374142 protein_coding 9 1 4 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000374141 protein_coding 6 2 4 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000534643 protein_coding 5 4 4 ZDHHC18 ENSG00000204160 +transcript chr1 26850362 26857602 ENST00000488397 protein_coding 3 2 NA ZDHHC18 ENSG00000204160 +CDS chr1 26850362 26850438 ENST00000488397 protein_coding 3 2 1 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000374142 protein_coding 9 1 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000374141 protein_coding 6 2 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000534643 protein_coding 5 4 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000488397 protein_coding 3 2 2 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000374142 protein_coding 9 1 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000374141 protein_coding 6 2 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851174 ENST00000534643 protein_coding 5 4 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000488397 protein_coding 3 2 3 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000374142 protein_coding 9 1 7 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000374141 protein_coding 6 2 7 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000488397 protein_coding 3 2 4 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853840 ENST00000374142 protein_coding 9 1 8 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853840 ENST00000374141 protein_coding 6 2 8 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853825 ENST00000488397 protein_coding 3 2 5 ZDHHC18 ENSG00000204160 +CDS chr1 26856185 26856223 ENST00000488397 protein_coding 3 2 6 ZDHHC18 ENSG00000204160 +transcript chr1 26863149 26864456 ENST00000339276 protein_coding 6 NA NA SFN ENSG00000175793 +CDS chr1 26863213 26863956 ENST00000339276 protein_coding 6 NA 1 SFN ENSG00000175793 +transcript chr1 26876132 26890283 ENST00000374135 protein_coding 9 1 NA GPN2 ENSG00000142751 +transcript chr1 26879376 26886525 ENST00000374133 protein_coding 3 3 NA GPN2 ENSG00000142751 +CDS chr1 26879680 26879749 ENST00000374135 protein_coding 9 1 5 GPN2 ENSG00000142751 +CDS chr1 26879680 26879749 ENST00000374133 protein_coding 3 3 4 GPN2 ENSG00000142751 +CDS chr1 26884160 26884290 ENST00000374135 protein_coding 9 1 4 GPN2 ENSG00000142751 +CDS chr1 26884160 26884290 ENST00000374133 protein_coding 3 3 3 GPN2 ENSG00000142751 +transcript chr1 26884233 26890260 ENST00000431781 protein_coding 2 5 NA GPN2 ENSG00000142751 +CDS chr1 26885973 26886133 ENST00000374135 protein_coding 9 1 3 GPN2 ENSG00000142751 +CDS chr1 26885973 26886133 ENST00000374133 protein_coding 3 3 2 GPN2 ENSG00000142751 +CDS chr1 26886477 26886507 ENST00000374133 protein_coding 3 3 1 GPN2 ENSG00000142751 +CDS chr1 26888969 26889125 ENST00000374135 protein_coding 9 1 2 GPN2 ENSG00000142751 +CDS chr1 26888989 26889125 ENST00000431781 protein_coding 2 5 3 GPN2 ENSG00000142751 +CDS chr1 26889686 26890096 ENST00000374135 protein_coding 9 1 1 GPN2 ENSG00000142751 +CDS chr1 26889686 26889732 ENST00000431781 protein_coding 2 5 2 GPN2 ENSG00000142751 +CDS chr1 26889945 26890096 ENST00000431781 protein_coding 2 5 1 GPN2 ENSG00000142751 +transcript chr1 26890488 26893448 ENST00000445019 protein_coding 5 3 NA GPATCH3 ENSG00000198746 +transcript chr1 26890488 26900467 ENST00000361720 protein_coding 10 1 NA GPATCH3 ENSG00000198746 +CDS chr1 26890807 26890851 ENST00000445019 protein_coding 5 3 3 GPATCH3 ENSG00000198746 +CDS chr1 26891013 26891226 ENST00000361720 protein_coding 10 1 7 GPATCH3 ENSG00000198746 +transcript chr1 26891057 26892892 ENST00000450844 protein_coding 1 2 NA GPATCH3 ENSG00000198746 +CDS chr1 26891057 26891226 ENST00000450844 protein_coding 1 2 3 GPATCH3 ENSG00000198746 +CDS chr1 26892411 26892538 ENST00000361720 protein_coding 10 1 6 GPATCH3 ENSG00000198746 +CDS chr1 26892411 26892538 ENST00000450844 protein_coding 1 2 2 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892791 ENST00000445019 protein_coding 5 3 2 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892791 ENST00000361720 protein_coding 10 1 5 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892756 ENST00000450844 protein_coding 1 2 1 GPATCH3 ENSG00000198746 +CDS chr1 26893389 26893448 ENST00000445019 protein_coding 5 3 1 GPATCH3 ENSG00000198746 +CDS chr1 26893389 26893448 ENST00000361720 protein_coding 10 1 4 GPATCH3 ENSG00000198746 +CDS chr1 26894236 26894410 ENST00000361720 protein_coding 10 1 3 GPATCH3 ENSG00000198746 +CDS chr1 26897301 26897725 ENST00000361720 protein_coding 10 1 2 GPATCH3 ENSG00000198746 +CDS chr1 26899992 26900442 ENST00000361720 protein_coding 10 1 1 GPATCH3 ENSG00000198746 +transcript chr1 26900238 26942776 ENST00000435827 protein_coding 6 5 NA NUDC ENSG00000090273 +CDS chr1 26911143 26911235 ENST00000435827 protein_coding 6 5 3 NUDC ENSG00000090273 +transcript chr1 26911489 26913975 ENST00000254227 protein_coding 4 1 NA NR0B2 ENSG00000131910 +CDS chr1 26911848 26912086 ENST00000254227 protein_coding 4 1 2 NR0B2 ENSG00000131910 +CDS chr1 26913409 26913940 ENST00000254227 protein_coding 4 1 1 NR0B2 ENSG00000131910 +transcript chr1 26921743 26946871 ENST00000321265 protein_coding 10 1 NA NUDC ENSG00000090273 +CDS chr1 26921849 26921929 ENST00000321265 protein_coding 10 1 1 NUDC ENSG00000090273 +transcript chr1 26922142 26942776 ENST00000452707 protein_coding 1 3 NA NUDC ENSG00000090273 +CDS chr1 26924089 26924166 ENST00000435827 protein_coding 6 5 4 NUDC ENSG00000090273 +CDS chr1 26924089 26924166 ENST00000321265 protein_coding 10 1 2 NUDC ENSG00000090273 +CDS chr1 26924155 26924166 ENST00000452707 protein_coding 1 3 2 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000435827 protein_coding 6 5 5 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000321265 protein_coding 10 1 3 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000452707 protein_coding 1 3 3 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000435827 protein_coding 6 5 6 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000321265 protein_coding 10 1 4 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000452707 protein_coding 1 3 4 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000435827 protein_coding 6 5 7 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000321265 protein_coding 10 1 5 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000452707 protein_coding 1 3 5 NUDC ENSG00000090273 +CDS chr1 26942871 26943065 ENST00000321265 protein_coding 10 1 6 NUDC ENSG00000090273 +CDS chr1 26945390 26945473 ENST00000321265 protein_coding 10 1 7 NUDC ENSG00000090273 +CDS chr1 26945568 26945686 ENST00000321265 protein_coding 10 1 8 NUDC ENSG00000090273 +CDS chr1 26946130 26946178 ENST00000321265 protein_coding 10 1 9 NUDC ENSG00000090273 +transcript chr1 26949562 26960468 ENST00000320567 protein_coding 6 2 NA KDF1 ENSG00000175707 +CDS chr1 26950072 26950151 ENST00000320567 protein_coding 6 2 4 KDF1 ENSG00000175707 +CDS chr1 26950682 26950756 ENST00000320567 protein_coding 6 2 3 KDF1 ENSG00000175707 +CDS chr1 26951342 26952380 ENST00000320567 protein_coding 6 2 2 KDF1 ENSG00000175707 +transcript chr1 26993692 27000886 ENST00000522111 protein_coding 3 1 NA TRNP1 ENSG00000253368 +CDS chr1 26993787 26994467 ENST00000522111 protein_coding 3 1 1 TRNP1 ENSG00000253368 +transcript chr1 26994319 27000109 ENST00000531285 protein_coding 1 2 NA TRNP1 ENSG00000253368 +CDS chr1 26994319 26994467 ENST00000531285 protein_coding 1 2 1 TRNP1 ENSG00000253368 +transcript chr1 27005020 27012850 ENST00000289166 protein_coding 6 1 NA TENT5B ENSG00000158246 +CDS chr1 27005947 27006957 ENST00000289166 protein_coding 6 1 2 TENT5B ENSG00000158246 +CDS chr1 27012407 27012670 ENST00000289166 protein_coding 6 1 1 TENT5B ENSG00000158246 +transcript chr1 27098809 27155125 ENST00000263980 protein_coding 8 1 NA SLC9A1 ENSG00000090020 +CDS chr1 27100310 27100644 ENST00000263980 protein_coding 8 1 12 SLC9A1 ENSG00000090020 +CDS chr1 27101203 27101275 ENST00000263980 protein_coding 8 1 11 SLC9A1 ENSG00000090020 +CDS chr1 27101725 27101826 ENST00000263980 protein_coding 8 1 10 SLC9A1 ENSG00000090020 +CDS chr1 27102016 27102130 ENST00000263980 protein_coding 8 1 9 SLC9A1 ENSG00000090020 +CDS chr1 27102385 27102558 ENST00000263980 protein_coding 8 1 8 SLC9A1 ENSG00000090020 +CDS chr1 27102673 27102743 ENST00000263980 protein_coding 8 1 7 SLC9A1 ENSG00000090020 +CDS chr1 27103223 27103312 ENST00000263980 protein_coding 8 1 6 SLC9A1 ENSG00000090020 +transcript chr1 27105451 27154598 ENST00000374086 protein_coding 3 1 NA SLC9A1 ENSG00000090020 +CDS chr1 27105705 27106087 ENST00000374086 protein_coding 3 1 5 SLC9A1 ENSG00000090020 +CDS chr1 27105885 27106087 ENST00000263980 protein_coding 8 1 5 SLC9A1 ENSG00000090020 +CDS chr1 27107648 27107865 ENST00000263980 protein_coding 8 1 4 SLC9A1 ENSG00000090020 +CDS chr1 27107648 27107865 ENST00000374086 protein_coding 3 1 4 SLC9A1 ENSG00000090020 +CDS chr1 27109527 27109777 ENST00000263980 protein_coding 8 1 3 SLC9A1 ENSG00000090020 +CDS chr1 27109527 27109777 ENST00000374086 protein_coding 3 1 3 SLC9A1 ENSG00000090020 +CDS chr1 27113826 27114286 ENST00000263980 protein_coding 8 1 2 SLC9A1 ENSG00000090020 +CDS chr1 27113826 27114286 ENST00000374086 protein_coding 3 1 2 SLC9A1 ENSG00000090020 +transcript chr1 27114233 27166981 ENST00000374084 protein_coding 2 5 NA SLC9A1 ENSG00000090020 +CDS chr1 27114233 27114286 ENST00000374084 protein_coding 2 5 4 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000263980 protein_coding 8 1 1 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000374086 protein_coding 3 1 1 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000374084 protein_coding 2 5 3 SLC9A1 ENSG00000090020 +transcript chr1 27234632 27308636 ENST00000319394 protein_coding 8 1 NA WDTC1 ENSG00000142784 +transcript chr1 27234668 27308244 ENST00000361771 protein_coding 7 1 NA WDTC1 ENSG00000142784 +CDS chr1 27261055 27261102 ENST00000361771 protein_coding 7 1 2 WDTC1 ENSG00000142784 +CDS chr1 27261055 27261102 ENST00000319394 protein_coding 8 1 2 WDTC1 ENSG00000142784 +CDS chr1 27263152 27263235 ENST00000361771 protein_coding 7 1 3 WDTC1 ENSG00000142784 +CDS chr1 27263152 27263235 ENST00000319394 protein_coding 8 1 3 WDTC1 ENSG00000142784 +CDS chr1 27282239 27282285 ENST00000361771 protein_coding 7 1 4 WDTC1 ENSG00000142784 +CDS chr1 27282239 27282285 ENST00000319394 protein_coding 8 1 4 WDTC1 ENSG00000142784 +CDS chr1 27283338 27283449 ENST00000361771 protein_coding 7 1 5 WDTC1 ENSG00000142784 +CDS chr1 27283338 27283449 ENST00000319394 protein_coding 8 1 5 WDTC1 ENSG00000142784 +CDS chr1 27287674 27287861 ENST00000361771 protein_coding 7 1 6 WDTC1 ENSG00000142784 +CDS chr1 27287674 27287861 ENST00000319394 protein_coding 8 1 6 WDTC1 ENSG00000142784 +CDS chr1 27292215 27292397 ENST00000361771 protein_coding 7 1 7 WDTC1 ENSG00000142784 +CDS chr1 27292215 27292397 ENST00000319394 protein_coding 8 1 7 WDTC1 ENSG00000142784 +CDS chr1 27294022 27294116 ENST00000361771 protein_coding 7 1 8 WDTC1 ENSG00000142784 +CDS chr1 27294022 27294116 ENST00000319394 protein_coding 8 1 8 WDTC1 ENSG00000142784 +CDS chr1 27294514 27294629 ENST00000361771 protein_coding 7 1 9 WDTC1 ENSG00000142784 +CDS chr1 27294514 27294629 ENST00000319394 protein_coding 8 1 9 WDTC1 ENSG00000142784 +CDS chr1 27296326 27296401 ENST00000361771 protein_coding 7 1 10 WDTC1 ENSG00000142784 +CDS chr1 27296326 27296401 ENST00000319394 protein_coding 8 1 10 WDTC1 ENSG00000142784 +CDS chr1 27297048 27297156 ENST00000319394 protein_coding 8 1 11 WDTC1 ENSG00000142784 +CDS chr1 27297051 27297156 ENST00000361771 protein_coding 7 1 11 WDTC1 ENSG00000142784 +CDS chr1 27297938 27298111 ENST00000361771 protein_coding 7 1 12 WDTC1 ENSG00000142784 +CDS chr1 27297938 27298111 ENST00000319394 protein_coding 8 1 12 WDTC1 ENSG00000142784 +CDS chr1 27301226 27301461 ENST00000361771 protein_coding 7 1 13 WDTC1 ENSG00000142784 +CDS chr1 27301226 27301461 ENST00000319394 protein_coding 8 1 13 WDTC1 ENSG00000142784 +CDS chr1 27303621 27303795 ENST00000361771 protein_coding 7 1 14 WDTC1 ENSG00000142784 +CDS chr1 27303621 27303795 ENST00000319394 protein_coding 8 1 14 WDTC1 ENSG00000142784 +CDS chr1 27305001 27305193 ENST00000361771 protein_coding 7 1 15 WDTC1 ENSG00000142784 +CDS chr1 27305001 27305193 ENST00000319394 protein_coding 8 1 15 WDTC1 ENSG00000142784 +CDS chr1 27306186 27306380 ENST00000361771 protein_coding 7 1 16 WDTC1 ENSG00000142784 +CDS chr1 27306186 27306380 ENST00000319394 protein_coding 8 1 16 WDTC1 ENSG00000142784 +transcript chr1 27322145 27336399 ENST00000611517 protein_coding 4 1 NA TMEM222 ENSG00000186501 +transcript chr1 27322163 27336400 ENST00000374076 protein_coding 9 1 NA TMEM222 ENSG00000186501 +CDS chr1 27322198 27322391 ENST00000374076 protein_coding 9 1 1 TMEM222 ENSG00000186501 +CDS chr1 27322198 27322391 ENST00000611517 protein_coding 4 1 1 TMEM222 ENSG00000186501 +transcript chr1 27322248 27336400 ENST00000608611 protein_coding 5 1 NA TMEM222 ENSG00000186501 +transcript chr1 27322254 27332559 ENST00000466759 protein_coding 5 3 NA TMEM222 ENSG00000186501 +transcript chr1 27322281 27334896 ENST00000464813 protein_coding 5 2 NA TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000608611 protein_coding 5 1 1 TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000466759 protein_coding 5 3 1 TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000464813 protein_coding 5 2 1 TMEM222 ENSG00000186501 +transcript chr1 27322300 27335545 ENST00000498220 protein_coding 1 3 NA TMEM222 ENSG00000186501 +CDS chr1 27322300 27322391 ENST00000498220 protein_coding 1 3 1 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000374076 protein_coding 9 1 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000608611 protein_coding 5 1 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000466759 protein_coding 5 3 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000464813 protein_coding 5 2 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000498220 protein_coding 1 3 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000611517 protein_coding 4 1 2 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000374076 protein_coding 9 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000608611 protein_coding 5 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000466759 protein_coding 5 3 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000464813 protein_coding 5 2 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000498220 protein_coding 1 3 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000611517 protein_coding 4 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332447 27332474 ENST00000466759 protein_coding 5 3 4 TMEM222 ENSG00000186501 +CDS chr1 27333361 27333435 ENST00000498220 protein_coding 1 3 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000374076 protein_coding 9 1 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000608611 protein_coding 5 1 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000464813 protein_coding 5 2 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000498220 protein_coding 1 3 5 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000611517 protein_coding 4 1 4 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000374076 protein_coding 9 1 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000608611 protein_coding 5 1 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334282 ENST00000464813 protein_coding 5 2 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000498220 protein_coding 1 3 6 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000611517 protein_coding 4 1 5 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000374076 protein_coding 9 1 6 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000608611 protein_coding 5 1 6 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000498220 protein_coding 1 3 7 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000611517 protein_coding 4 1 6 TMEM222 ENSG00000186501 +transcript chr1 27342020 27353901 ENST00000618673 protein_coding 4 5 NA SYTL1 ENSG00000142765 +transcript chr1 27342022 27353932 ENST00000318074 protein_coding 9 2 NA SYTL1 ENSG00000142765 +transcript chr1 27342022 27353932 ENST00000616558 protein_coding 5 1 NA SYTL1 ENSG00000142765 +transcript chr1 27343228 27347458 ENST00000473280 protein_coding 1 3 NA SYTL1 ENSG00000142765 +transcript chr1 27344873 27353930 ENST00000543823 protein_coding 1 1 NA SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000618673 protein_coding 4 5 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000318074 protein_coding 9 2 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000616558 protein_coding 5 1 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000473280 protein_coding 1 3 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000543823 protein_coding 1 1 1 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000618673 protein_coding 4 5 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000318074 protein_coding 9 2 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000616558 protein_coding 5 1 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347458 ENST00000473280 protein_coding 1 3 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000543823 protein_coding 1 1 2 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000618673 protein_coding 4 5 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000318074 protein_coding 9 2 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000616558 protein_coding 5 1 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000543823 protein_coding 1 1 3 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000618673 protein_coding 4 5 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000318074 protein_coding 9 2 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000616558 protein_coding 5 1 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000543823 protein_coding 1 1 4 SYTL1 ENSG00000142765 +CDS chr1 27349080 27349152 ENST00000616558 protein_coding 5 1 6 SYTL1 ENSG00000142765 +CDS chr1 27349080 27349152 ENST00000543823 protein_coding 1 1 5 SYTL1 ENSG00000142765 +CDS chr1 27349116 27349152 ENST00000618673 protein_coding 4 5 6 SYTL1 ENSG00000142765 +CDS chr1 27349116 27349152 ENST00000318074 protein_coding 9 2 6 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000618673 protein_coding 4 5 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000318074 protein_coding 9 2 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000616558 protein_coding 5 1 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000543823 protein_coding 1 1 6 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000618673 protein_coding 4 5 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000318074 protein_coding 9 2 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000616558 protein_coding 5 1 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000543823 protein_coding 1 1 7 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000618673 protein_coding 4 5 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000318074 protein_coding 9 2 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000616558 protein_coding 5 1 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000543823 protein_coding 1 1 8 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000618673 protein_coding 4 5 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000318074 protein_coding 9 2 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000616558 protein_coding 5 1 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000543823 protein_coding 1 1 9 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000318074 protein_coding 9 2 11 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000616558 protein_coding 5 1 11 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000543823 protein_coding 1 1 10 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000618673 protein_coding 4 5 11 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000318074 protein_coding 9 2 12 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000616558 protein_coding 5 1 12 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000543823 protein_coding 1 1 11 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000618673 protein_coding 4 5 12 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000318074 protein_coding 9 2 13 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000616558 protein_coding 5 1 13 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000543823 protein_coding 1 1 12 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000618673 protein_coding 4 5 13 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000318074 protein_coding 9 2 14 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000616558 protein_coding 5 1 14 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000543823 protein_coding 1 1 13 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000618673 protein_coding 4 5 14 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000318074 protein_coding 9 2 15 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000616558 protein_coding 5 1 15 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000543823 protein_coding 1 1 14 SYTL1 ENSG00000142765 +transcript chr1 27355184 27356471 ENST00000486046 protein_coding 5 3 NA MAP3K6 ENSG00000142733 +transcript chr1 27355184 27366961 ENST00000357582 protein_coding 3 1 NA MAP3K6 ENSG00000142733 +transcript chr1 27355186 27366858 ENST00000374040 protein_coding 7 1 NA MAP3K6 ENSG00000142733 +CDS chr1 27355383 27355469 ENST00000486046 protein_coding 5 3 3 MAP3K6 ENSG00000142733 +CDS chr1 27355394 27355469 ENST00000357582 protein_coding 3 1 29 MAP3K6 ENSG00000142733 +CDS chr1 27355394 27355469 ENST00000374040 protein_coding 7 1 28 MAP3K6 ENSG00000142733 +CDS chr1 27355669 27355745 ENST00000357582 protein_coding 3 1 28 MAP3K6 ENSG00000142733 +CDS chr1 27355669 27355745 ENST00000374040 protein_coding 7 1 27 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000486046 protein_coding 5 3 2 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000357582 protein_coding 3 1 27 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000374040 protein_coding 7 1 26 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356471 ENST00000486046 protein_coding 5 3 1 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356500 ENST00000357582 protein_coding 3 1 26 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356500 ENST00000374040 protein_coding 7 1 25 MAP3K6 ENSG00000142733 +CDS chr1 27356590 27356749 ENST00000357582 protein_coding 3 1 25 MAP3K6 ENSG00000142733 +CDS chr1 27356590 27356749 ENST00000374040 protein_coding 7 1 24 MAP3K6 ENSG00000142733 +CDS chr1 27357009 27357114 ENST00000357582 protein_coding 3 1 24 MAP3K6 ENSG00000142733 +CDS chr1 27357009 27357114 ENST00000374040 protein_coding 7 1 23 MAP3K6 ENSG00000142733 +CDS chr1 27357400 27357576 ENST00000357582 protein_coding 3 1 23 MAP3K6 ENSG00000142733 +CDS chr1 27357400 27357576 ENST00000374040 protein_coding 7 1 22 MAP3K6 ENSG00000142733 +CDS chr1 27357711 27357876 ENST00000357582 protein_coding 3 1 22 MAP3K6 ENSG00000142733 +CDS chr1 27357711 27357876 ENST00000374040 protein_coding 7 1 21 MAP3K6 ENSG00000142733 +CDS chr1 27358181 27358319 ENST00000357582 protein_coding 3 1 21 MAP3K6 ENSG00000142733 +CDS chr1 27358181 27358319 ENST00000374040 protein_coding 7 1 20 MAP3K6 ENSG00000142733 +CDS chr1 27358419 27358611 ENST00000357582 protein_coding 3 1 20 MAP3K6 ENSG00000142733 +CDS chr1 27358419 27358611 ENST00000374040 protein_coding 7 1 19 MAP3K6 ENSG00000142733 +CDS chr1 27358709 27358866 ENST00000357582 protein_coding 3 1 19 MAP3K6 ENSG00000142733 +CDS chr1 27358709 27358866 ENST00000374040 protein_coding 7 1 18 MAP3K6 ENSG00000142733 +CDS chr1 27359417 27359522 ENST00000357582 protein_coding 3 1 18 MAP3K6 ENSG00000142733 +CDS chr1 27359417 27359522 ENST00000374040 protein_coding 7 1 17 MAP3K6 ENSG00000142733 +CDS chr1 27359858 27359994 ENST00000357582 protein_coding 3 1 17 MAP3K6 ENSG00000142733 +CDS chr1 27359858 27359994 ENST00000374040 protein_coding 7 1 16 MAP3K6 ENSG00000142733 +CDS chr1 27360241 27360368 ENST00000357582 protein_coding 3 1 16 MAP3K6 ENSG00000142733 +CDS chr1 27360241 27360368 ENST00000374040 protein_coding 7 1 15 MAP3K6 ENSG00000142733 +CDS chr1 27360705 27360838 ENST00000357582 protein_coding 3 1 15 MAP3K6 ENSG00000142733 +CDS chr1 27360705 27360838 ENST00000374040 protein_coding 7 1 14 MAP3K6 ENSG00000142733 +CDS chr1 27360921 27361008 ENST00000357582 protein_coding 3 1 14 MAP3K6 ENSG00000142733 +CDS chr1 27360921 27361008 ENST00000374040 protein_coding 7 1 13 MAP3K6 ENSG00000142733 +CDS chr1 27361157 27361252 ENST00000357582 protein_coding 3 1 13 MAP3K6 ENSG00000142733 +CDS chr1 27361157 27361252 ENST00000374040 protein_coding 7 1 12 MAP3K6 ENSG00000142733 +CDS chr1 27361346 27361395 ENST00000357582 protein_coding 3 1 12 MAP3K6 ENSG00000142733 +CDS chr1 27361346 27361395 ENST00000374040 protein_coding 7 1 11 MAP3K6 ENSG00000142733 +CDS chr1 27361520 27361627 ENST00000357582 protein_coding 3 1 11 MAP3K6 ENSG00000142733 +CDS chr1 27361520 27361627 ENST00000374040 protein_coding 7 1 10 MAP3K6 ENSG00000142733 +CDS chr1 27361705 27361867 ENST00000357582 protein_coding 3 1 10 MAP3K6 ENSG00000142733 +CDS chr1 27361705 27361867 ENST00000374040 protein_coding 7 1 9 MAP3K6 ENSG00000142733 +CDS chr1 27362091 27362250 ENST00000357582 protein_coding 3 1 9 MAP3K6 ENSG00000142733 +CDS chr1 27362091 27362250 ENST00000374040 protein_coding 7 1 8 MAP3K6 ENSG00000142733 +CDS chr1 27362641 27362753 ENST00000357582 protein_coding 3 1 8 MAP3K6 ENSG00000142733 +CDS chr1 27362641 27362753 ENST00000374040 protein_coding 7 1 7 MAP3K6 ENSG00000142733 +CDS chr1 27362851 27363021 ENST00000357582 protein_coding 3 1 7 MAP3K6 ENSG00000142733 +CDS chr1 27362851 27363021 ENST00000374040 protein_coding 7 1 6 MAP3K6 ENSG00000142733 +CDS chr1 27363442 27363548 ENST00000357582 protein_coding 3 1 6 MAP3K6 ENSG00000142733 +CDS chr1 27363442 27363548 ENST00000374040 protein_coding 7 1 5 MAP3K6 ENSG00000142733 +CDS chr1 27363917 27364085 ENST00000357582 protein_coding 3 1 5 MAP3K6 ENSG00000142733 +CDS chr1 27363917 27364085 ENST00000374040 protein_coding 7 1 4 MAP3K6 ENSG00000142733 +CDS chr1 27364204 27364394 ENST00000357582 protein_coding 3 1 4 MAP3K6 ENSG00000142733 +CDS chr1 27364204 27364394 ENST00000374040 protein_coding 7 1 3 MAP3K6 ENSG00000142733 +CDS chr1 27364661 27364684 ENST00000357582 protein_coding 3 1 3 MAP3K6 ENSG00000142733 +CDS chr1 27364773 27364912 ENST00000357582 protein_coding 3 1 2 MAP3K6 ENSG00000142733 +CDS chr1 27364773 27364912 ENST00000374040 protein_coding 7 1 2 MAP3K6 ENSG00000142733 +CDS chr1 27366258 27366597 ENST00000357582 protein_coding 3 1 1 MAP3K6 ENSG00000142733 +CDS chr1 27366258 27366597 ENST00000374040 protein_coding 7 1 1 MAP3K6 ENSG00000142733 +transcript chr1 27369110 27374824 ENST00000270879 protein_coding 9 1 NA FCN3 ENSG00000142748 +transcript chr1 27369112 27374824 ENST00000354982 protein_coding 2 1 NA FCN3 ENSG00000142748 +CDS chr1 27369239 27369477 ENST00000270879 protein_coding 9 1 8 FCN3 ENSG00000142748 +CDS chr1 27369239 27369477 ENST00000354982 protein_coding 2 1 7 FCN3 ENSG00000142748 +CDS chr1 27370596 27370730 ENST00000270879 protein_coding 9 1 7 FCN3 ENSG00000142748 +CDS chr1 27370596 27370730 ENST00000354982 protein_coding 2 1 6 FCN3 ENSG00000142748 +CDS chr1 27370843 27370972 ENST00000270879 protein_coding 9 1 6 FCN3 ENSG00000142748 +CDS chr1 27370843 27370972 ENST00000354982 protein_coding 2 1 5 FCN3 ENSG00000142748 +CDS chr1 27373136 27373263 ENST00000270879 protein_coding 9 1 5 FCN3 ENSG00000142748 +CDS chr1 27373136 27373263 ENST00000354982 protein_coding 2 1 4 FCN3 ENSG00000142748 +CDS chr1 27373488 27373520 ENST00000270879 protein_coding 9 1 4 FCN3 ENSG00000142748 +CDS chr1 27373965 27374009 ENST00000270879 protein_coding 9 1 3 FCN3 ENSG00000142748 +CDS chr1 27373965 27374009 ENST00000354982 protein_coding 2 1 3 FCN3 ENSG00000142748 +CDS chr1 27374356 27374451 ENST00000270879 protein_coding 9 1 2 FCN3 ENSG00000142748 +CDS chr1 27374356 27374451 ENST00000354982 protein_coding 2 1 2 FCN3 ENSG00000142748 +CDS chr1 27374728 27374818 ENST00000270879 protein_coding 9 1 1 FCN3 ENSG00000142748 +CDS chr1 27374728 27374818 ENST00000354982 protein_coding 2 1 1 FCN3 ENSG00000142748 +transcript chr1 27379176 27383303 ENST00000374027 protein_coding 7 1 NA CD164L2 ENSG00000174950 +transcript chr1 27379176 27383333 ENST00000374030 protein_coding 3 5 NA CD164L2 ENSG00000174950 +CDS chr1 27379506 27379509 ENST00000374030 protein_coding 3 5 6 CD164L2 ENSG00000174950 +CDS chr1 27380050 27380195 ENST00000374027 protein_coding 7 1 5 CD164L2 ENSG00000174950 +CDS chr1 27380051 27380195 ENST00000374030 protein_coding 3 5 5 CD164L2 ENSG00000174950 +CDS chr1 27381780 27381824 ENST00000374027 protein_coding 7 1 4 CD164L2 ENSG00000174950 +CDS chr1 27381780 27381824 ENST00000374030 protein_coding 3 5 4 CD164L2 ENSG00000174950 +CDS chr1 27382328 27382399 ENST00000374027 protein_coding 7 1 3 CD164L2 ENSG00000174950 +CDS chr1 27382328 27382399 ENST00000374030 protein_coding 3 5 3 CD164L2 ENSG00000174950 +CDS chr1 27382500 27382667 ENST00000374027 protein_coding 7 1 2 CD164L2 ENSG00000174950 +CDS chr1 27382500 27382667 ENST00000374030 protein_coding 3 5 2 CD164L2 ENSG00000174950 +CDS chr1 27383152 27383239 ENST00000374027 protein_coding 7 1 1 CD164L2 ENSG00000174950 +CDS chr1 27383152 27383239 ENST00000374030 protein_coding 3 5 1 CD164L2 ENSG00000174950 +transcript chr1 27392622 27395814 ENST00000374024 protein_coding 4 1 NA GPR3 ENSG00000181773 +CDS chr1 27393799 27394788 ENST00000374024 protein_coding 4 1 2 GPR3 ENSG00000181773 +transcript chr1 27404230 27490167 ENST00000618852 protein_coding 5 1 NA WASF2 ENSG00000158195 +CDS chr1 27408192 27408346 ENST00000618852 protein_coding 5 1 9 WASF2 ENSG00000158195 +transcript chr1 27408197 27490051 ENST00000536657 protein_coding 1 2 NA WASF2 ENSG00000158195 +CDS chr1 27408328 27408346 ENST00000536657 protein_coding 1 2 8 WASF2 ENSG00000158195 +CDS chr1 27409692 27410206 ENST00000618852 protein_coding 5 1 8 WASF2 ENSG00000158195 +CDS chr1 27412572 27412727 ENST00000618852 protein_coding 5 1 7 WASF2 ENSG00000158195 +CDS chr1 27412572 27412727 ENST00000536657 protein_coding 1 2 7 WASF2 ENSG00000158195 +CDS chr1 27414833 27414963 ENST00000618852 protein_coding 5 1 6 WASF2 ENSG00000158195 +CDS chr1 27414833 27414963 ENST00000536657 protein_coding 1 2 6 WASF2 ENSG00000158195 +CDS chr1 27415985 27416102 ENST00000618852 protein_coding 5 1 5 WASF2 ENSG00000158195 +CDS chr1 27415985 27416102 ENST00000536657 protein_coding 1 2 5 WASF2 ENSG00000158195 +CDS chr1 27418269 27418422 ENST00000618852 protein_coding 5 1 4 WASF2 ENSG00000158195 +CDS chr1 27418269 27418422 ENST00000536657 protein_coding 1 2 4 WASF2 ENSG00000158195 +CDS chr1 27418954 27419088 ENST00000618852 protein_coding 5 1 3 WASF2 ENSG00000158195 +CDS chr1 27418954 27419088 ENST00000536657 protein_coding 1 2 3 WASF2 ENSG00000158195 +CDS chr1 27428761 27428890 ENST00000618852 protein_coding 5 1 2 WASF2 ENSG00000158195 +CDS chr1 27428761 27428890 ENST00000536657 protein_coding 1 2 2 WASF2 ENSG00000158195 +transcript chr1 27534035 27603592 ENST00000247087 protein_coding 10 5 NA AHDC1 ENSG00000126705 +transcript chr1 27534245 27604144 ENST00000673934 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534273 27603479 ENST00000644989 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534303 27603632 ENST00000374011 protein_coding 6 5 NA AHDC1 ENSG00000126705 +transcript chr1 27534661 27604177 ENST00000642416 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534685 27604151 ENST00000642245 protein_coding 1 NA NA AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000247087 protein_coding 10 5 5 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000673934 protein_coding 1 NA 8 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000644989 protein_coding 1 NA 5 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000374011 protein_coding 6 5 6 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000642416 protein_coding 1 NA 6 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000642245 protein_coding 1 NA 8 AHDC1 ENSG00000126705 +transcript chr1 27612064 27635185 ENST00000374005 protein_coding 8 1 NA FGR ENSG00000000938 +transcript chr1 27612292 27626240 ENST00000399173 protein_coding 5 5 NA FGR ENSG00000000938 +transcript chr1 27612300 27624062 ENST00000374004 protein_coding 5 1 NA FGR ENSG00000000938 +transcript chr1 27612669 27626569 ENST00000374003 protein_coding 7 2 NA FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374005 protein_coding 8 1 13 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000399173 protein_coding 5 5 13 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374004 protein_coding 5 1 11 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374003 protein_coding 7 2 13 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374005 protein_coding 8 1 12 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000399173 protein_coding 5 5 12 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374004 protein_coding 5 1 10 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374003 protein_coding 7 2 12 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374005 protein_coding 8 1 11 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000399173 protein_coding 5 5 11 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374004 protein_coding 5 1 9 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374003 protein_coding 7 2 11 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374005 protein_coding 8 1 10 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000399173 protein_coding 5 5 10 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374004 protein_coding 5 1 8 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374003 protein_coding 7 2 10 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374005 protein_coding 8 1 9 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000399173 protein_coding 5 5 9 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374004 protein_coding 5 1 7 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374003 protein_coding 7 2 9 FGR ENSG00000000938 +transcript chr1 27615514 27626135 ENST00000457296 protein_coding 5 5 NA FGR ENSG00000000938 +CDS chr1 27615514 27615613 ENST00000457296 protein_coding 5 5 9 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374005 protein_coding 8 1 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000399173 protein_coding 5 5 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374004 protein_coding 5 1 6 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374003 protein_coding 7 2 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000457296 protein_coding 5 5 8 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374005 protein_coding 8 1 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000399173 protein_coding 5 5 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374004 protein_coding 5 1 5 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374003 protein_coding 7 2 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000457296 protein_coding 5 5 7 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374005 protein_coding 8 1 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000399173 protein_coding 5 5 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374004 protein_coding 5 1 4 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374003 protein_coding 7 2 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000457296 protein_coding 5 5 6 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374005 protein_coding 8 1 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000399173 protein_coding 5 5 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374004 protein_coding 5 1 3 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374003 protein_coding 7 2 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000457296 protein_coding 5 5 5 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374005 protein_coding 8 1 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000399173 protein_coding 5 5 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374004 protein_coding 5 1 2 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374003 protein_coding 7 2 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000457296 protein_coding 5 5 4 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374005 protein_coding 8 1 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000399173 protein_coding 5 5 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374004 protein_coding 5 1 1 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374003 protein_coding 7 2 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000457296 protein_coding 5 5 3 FGR ENSG00000000938 +transcript chr1 27666064 27672178 ENST00000339145 protein_coding 8 2 NA IFI6 ENSG00000126709 +transcript chr1 27666064 27672192 ENST00000361157 protein_coding 11 1 NA IFI6 ENSG00000126709 +transcript chr1 27666065 27672212 ENST00000679644 protein_coding 1 NA NA IFI6 ENSG00000126709 +transcript chr1 27666066 27672198 ENST00000362020 protein_coding 4 1 NA IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000339145 protein_coding 8 2 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000361157 protein_coding 11 1 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000679644 protein_coding 1 NA 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000362020 protein_coding 4 1 5 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000339145 protein_coding 8 2 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000361157 protein_coding 11 1 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000679644 protein_coding 1 NA 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000362020 protein_coding 4 1 4 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000339145 protein_coding 8 2 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000361157 protein_coding 11 1 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000679644 protein_coding 1 NA 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000362020 protein_coding 4 1 3 IFI6 ENSG00000126709 +CDS chr1 27669221 27669314 ENST00000339145 protein_coding 8 2 2 IFI6 ENSG00000126709 +CDS chr1 27669233 27669314 ENST00000362020 protein_coding 4 1 2 IFI6 ENSG00000126709 +CDS chr1 27669245 27669314 ENST00000361157 protein_coding 11 1 2 IFI6 ENSG00000126709 +CDS chr1 27669245 27669314 ENST00000679644 protein_coding 1 NA 2 IFI6 ENSG00000126709 +transcript chr1 27725961 27763116 ENST00000373954 protein_coding 11 1 NA FAM76A ENSG00000009780 +transcript chr1 27725996 27761473 ENST00000419687 protein_coding 6 2 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27759764 ENST00000530324 protein_coding 5 1 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27760581 ENST00000234549 protein_coding 11 1 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27761964 ENST00000373949 protein_coding 5 2 NA FAM76A ENSG00000009780 +transcript chr1 27726057 27760581 ENST00000010299 protein_coding 10 1 NA FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000373954 protein_coding 11 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000419687 protein_coding 6 2 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000530324 protein_coding 5 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000234549 protein_coding 11 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000373949 protein_coding 5 2 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000010299 protein_coding 10 1 1 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000373954 protein_coding 11 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000419687 protein_coding 6 2 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000530324 protein_coding 5 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000234549 protein_coding 11 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000373949 protein_coding 5 2 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000010299 protein_coding 10 1 2 FAM76A ENSG00000009780 +CDS chr1 27730232 27730333 ENST00000234549 protein_coding 11 1 3 FAM76A ENSG00000009780 +CDS chr1 27730232 27730333 ENST00000010299 protein_coding 10 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000373954 protein_coding 11 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000419687 protein_coding 6 2 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000530324 protein_coding 5 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000234549 protein_coding 11 1 4 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000373949 protein_coding 5 2 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000010299 protein_coding 10 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000373954 protein_coding 11 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000530324 protein_coding 5 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000234549 protein_coding 11 1 5 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000373949 protein_coding 5 2 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000010299 protein_coding 10 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000373954 protein_coding 11 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000419687 protein_coding 6 2 4 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000530324 protein_coding 5 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000234549 protein_coding 11 1 6 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000373949 protein_coding 5 2 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000010299 protein_coding 10 1 6 FAM76A ENSG00000009780 +transcript chr1 27744774 27760185 ENST00000446647 protein_coding 1 3 NA FAM76A ENSG00000009780 +CDS chr1 27744774 27744811 ENST00000446647 protein_coding 1 3 1 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000373954 protein_coding 11 1 6 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000530324 protein_coding 5 1 6 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000010299 protein_coding 10 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000373954 protein_coding 11 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000419687 protein_coding 6 2 5 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000530324 protein_coding 5 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000234549 protein_coding 11 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000373949 protein_coding 5 2 6 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000010299 protein_coding 10 1 8 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000446647 protein_coding 1 3 2 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000373954 protein_coding 11 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000419687 protein_coding 6 2 6 FAM76A ENSG00000009780 +CDS chr1 27759526 27759654 ENST00000530324 protein_coding 5 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000234549 protein_coding 11 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000373949 protein_coding 5 2 7 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000010299 protein_coding 10 1 9 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000446647 protein_coding 1 3 3 FAM76A ENSG00000009780 +CDS chr1 27759958 27760053 ENST00000446647 protein_coding 1 3 4 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000373954 protein_coding 11 1 9 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000419687 protein_coding 6 2 7 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000234549 protein_coding 11 1 9 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000373949 protein_coding 5 2 8 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000010299 protein_coding 10 1 10 FAM76A ENSG00000009780 +transcript chr1 27773219 27824443 ENST00000373943 protein_coding 9 1 NA STX12 ENSG00000117758 +transcript chr1 27773235 27812268 ENST00000440806 protein_coding 2 3 NA STX12 ENSG00000117758 +CDS chr1 27773308 27773425 ENST00000373943 protein_coding 9 1 1 STX12 ENSG00000117758 +CDS chr1 27773308 27773425 ENST00000440806 protein_coding 2 3 1 STX12 ENSG00000117758 +CDS chr1 27789562 27789631 ENST00000373943 protein_coding 9 1 2 STX12 ENSG00000117758 +CDS chr1 27789562 27789631 ENST00000440806 protein_coding 2 3 2 STX12 ENSG00000117758 +CDS chr1 27793533 27793632 ENST00000373943 protein_coding 9 1 3 STX12 ENSG00000117758 +CDS chr1 27793533 27793632 ENST00000440806 protein_coding 2 3 3 STX12 ENSG00000117758 +CDS chr1 27801678 27801815 ENST00000373943 protein_coding 9 1 4 STX12 ENSG00000117758 +CDS chr1 27801678 27801815 ENST00000440806 protein_coding 2 3 4 STX12 ENSG00000117758 +CDS chr1 27810246 27810289 ENST00000373943 protein_coding 9 1 5 STX12 ENSG00000117758 +CDS chr1 27810246 27810289 ENST00000440806 protein_coding 2 3 5 STX12 ENSG00000117758 +CDS chr1 27811992 27812060 ENST00000440806 protein_coding 2 3 6 STX12 ENSG00000117758 +CDS chr1 27812163 27812268 ENST00000373943 protein_coding 9 1 6 STX12 ENSG00000117758 +CDS chr1 27812163 27812268 ENST00000440806 protein_coding 2 3 7 STX12 ENSG00000117758 +CDS chr1 27817851 27817923 ENST00000373943 protein_coding 9 1 7 STX12 ENSG00000117758 +CDS chr1 27819650 27819732 ENST00000373943 protein_coding 9 1 8 STX12 ENSG00000117758 +CDS chr1 27822231 27822326 ENST00000373943 protein_coding 9 1 9 STX12 ENSG00000117758 +transcript chr1 27830782 27851676 ENST00000311772 protein_coding 10 1 NA PPP1R8 ENSG00000117751 +transcript chr1 27830814 27851528 ENST00000236412 protein_coding 11 1 NA PPP1R8 ENSG00000117751 +transcript chr1 27830822 27851672 ENST00000373931 protein_coding 8 1 NA PPP1R8 ENSG00000117751 +CDS chr1 27830836 27830891 ENST00000311772 protein_coding 10 1 1 PPP1R8 ENSG00000117751 +transcript chr1 27831324 27850432 ENST00000431586 protein_coding 1 3 NA PPP1R8 ENSG00000117751 +CDS chr1 27832756 27832816 ENST00000311772 protein_coding 10 1 2 PPP1R8 ENSG00000117751 +CDS chr1 27838699 27838852 ENST00000311772 protein_coding 10 1 3 PPP1R8 ENSG00000117751 +CDS chr1 27841014 27841234 ENST00000311772 protein_coding 10 1 4 PPP1R8 ENSG00000117751 +CDS chr1 27841169 27841234 ENST00000373931 protein_coding 8 1 4 PPP1R8 ENSG00000117751 +CDS chr1 27841169 27841234 ENST00000431586 protein_coding 1 3 4 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000311772 protein_coding 10 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000373931 protein_coding 8 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000431586 protein_coding 1 3 5 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000311772 protein_coding 10 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000373931 protein_coding 8 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000431586 protein_coding 1 3 6 PPP1R8 ENSG00000117751 +CDS chr1 27847063 27847092 ENST00000236412 protein_coding 11 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000311772 protein_coding 10 1 7 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000236412 protein_coding 11 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000373931 protein_coding 8 1 7 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850432 ENST00000431586 protein_coding 1 3 7 PPP1R8 ENSG00000117751 +transcript chr1 27872543 27886685 ENST00000328928 protein_coding 11 2 NA THEMIS2 ENSG00000130775 +transcript chr1 27872544 27886675 ENST00000373921 protein_coding 8 5 NA THEMIS2 ENSG00000130775 +transcript chr1 27872544 27886685 ENST00000373925 protein_coding 5 1 NA THEMIS2 ENSG00000130775 +transcript chr1 27872549 27886533 ENST00000373927 protein_coding 7 1 NA THEMIS2 ENSG00000130775 +transcript chr1 27872556 27879948 ENST00000427466 protein_coding 1 3 NA THEMIS2 ENSG00000130775 +transcript chr1 27872558 27882475 ENST00000442118 protein_coding 5 3 NA THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000328928 protein_coding 11 2 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373921 protein_coding 8 5 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373925 protein_coding 5 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373927 protein_coding 7 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000427466 protein_coding 1 3 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000442118 protein_coding 5 3 1 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000328928 protein_coding 11 2 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373921 protein_coding 8 5 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373925 protein_coding 5 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373927 protein_coding 7 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000442118 protein_coding 5 3 2 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000328928 protein_coding 11 2 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000373921 protein_coding 8 5 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000373925 protein_coding 5 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27879948 ENST00000427466 protein_coding 1 3 2 THEMIS2 ENSG00000130775 +transcript chr1 27879731 27886673 ENST00000456990 protein_coding 1 1 NA THEMIS2 ENSG00000130775 +CDS chr1 27879731 27880054 ENST00000456990 protein_coding 1 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882125 ENST00000328928 protein_coding 11 2 4 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27883043 ENST00000373921 protein_coding 8 5 4 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882475 ENST00000442118 protein_coding 5 3 3 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882077 ENST00000456990 protein_coding 1 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27882513 27883043 ENST00000328928 protein_coding 11 2 5 THEMIS2 ENSG00000130775 +CDS chr1 27882513 27883043 ENST00000456990 protein_coding 1 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000328928 protein_coding 11 2 6 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000373921 protein_coding 8 5 5 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885428 ENST00000373925 protein_coding 5 1 4 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885428 ENST00000373927 protein_coding 7 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000456990 protein_coding 1 1 4 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000328928 protein_coding 11 2 7 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000373921 protein_coding 8 5 6 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000456990 protein_coding 1 1 5 THEMIS2 ENSG00000130775 +transcript chr1 27891524 27914575 ENST00000373912 protein_coding 8 1 NA RPA2 ENSG00000117748 +transcript chr1 27891538 27897085 ENST00000419958 protein_coding 5 3 NA RPA2 ENSG00000117748 +transcript chr1 27891924 27914746 ENST00000373909 protein_coding 7 3 NA RPA2 ENSG00000117748 +transcript chr1 27892073 27914513 ENST00000313433 protein_coding 11 1 NA RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000373912 protein_coding 8 1 9 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000419958 protein_coding 5 3 4 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000373909 protein_coding 7 3 9 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000313433 protein_coding 11 1 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000373912 protein_coding 8 1 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000419958 protein_coding 5 3 3 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000373909 protein_coding 7 3 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000313433 protein_coding 11 1 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000373912 protein_coding 8 1 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000419958 protein_coding 5 3 2 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000373909 protein_coding 7 3 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000313433 protein_coding 11 1 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000373912 protein_coding 8 1 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897085 ENST00000419958 protein_coding 5 3 1 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000373909 protein_coding 7 3 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000313433 protein_coding 11 1 5 RPA2 ENSG00000117748 +transcript chr1 27897005 27914588 ENST00000444045 protein_coding 1 5 NA RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000444045 protein_coding 1 5 6 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000373912 protein_coding 8 1 5 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000373909 protein_coding 7 3 5 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000313433 protein_coding 11 1 4 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000444045 protein_coding 1 5 5 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000373912 protein_coding 8 1 4 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000373909 protein_coding 7 3 4 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000313433 protein_coding 11 1 3 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000444045 protein_coding 1 5 4 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000373912 protein_coding 8 1 3 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000373909 protein_coding 7 3 3 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000313433 protein_coding 11 1 2 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000444045 protein_coding 1 5 3 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000373912 protein_coding 8 1 2 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000373909 protein_coding 7 3 2 RPA2 ENSG00000117748 +CDS chr1 27914063 27914443 ENST00000313433 protein_coding 11 1 1 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000444045 protein_coding 1 5 2 RPA2 ENSG00000117748 +CDS chr1 27914422 27914443 ENST00000444045 protein_coding 1 5 1 RPA2 ENSG00000117748 +CDS chr1 27914434 27914443 ENST00000373912 protein_coding 8 1 1 RPA2 ENSG00000117748 +CDS chr1 27914627 27914660 ENST00000373909 protein_coding 7 3 1 RPA2 ENSG00000117748 +transcript chr1 27935000 27959152 ENST00000373894 protein_coding 8 1 NA SMPDL3B ENSG00000130768 +transcript chr1 27935039 27955711 ENST00000411604 protein_coding 5 5 NA SMPDL3B ENSG00000130768 +transcript chr1 27935039 27956480 ENST00000373888 protein_coding 8 1 NA SMPDL3B ENSG00000130768 +transcript chr1 27935110 27959151 ENST00000549094 protein_coding 1 5 NA SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000373894 protein_coding 8 1 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000411604 protein_coding 5 5 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000373888 protein_coding 8 1 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000549094 protein_coding 1 5 1 SMPDL3B ENSG00000130768 +CDS chr1 27942275 27942364 ENST00000411604 protein_coding 5 5 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000373894 protein_coding 8 1 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000411604 protein_coding 5 5 3 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000373888 protein_coding 8 1 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000549094 protein_coding 1 5 2 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000373894 protein_coding 8 1 3 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000411604 protein_coding 5 5 4 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000373888 protein_coding 8 1 3 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000549094 protein_coding 1 5 3 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000373894 protein_coding 8 1 4 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000411604 protein_coding 5 5 5 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000373888 protein_coding 8 1 4 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000373894 protein_coding 8 1 5 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000411604 protein_coding 5 5 6 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000373888 protein_coding 8 1 5 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000549094 protein_coding 1 5 4 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000373894 protein_coding 8 1 6 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955711 ENST00000411604 protein_coding 5 5 7 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000373888 protein_coding 8 1 6 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000549094 protein_coding 1 5 5 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956082 ENST00000373894 protein_coding 8 1 7 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956196 ENST00000373888 protein_coding 8 1 7 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956082 ENST00000549094 protein_coding 1 5 6 SMPDL3B ENSG00000130768 +CDS chr1 27958476 27958835 ENST00000373894 protein_coding 8 1 8 SMPDL3B ENSG00000130768 +CDS chr1 27958476 27958835 ENST00000549094 protein_coding 1 5 7 SMPDL3B ENSG00000130768 +transcript chr1 27959651 27968093 ENST00000675759 protein_coding 1 NA NA XKR8 ENSG00000158156 +transcript chr1 27959943 27968077 ENST00000675575 protein_coding 1 NA NA XKR8 ENSG00000158156 +transcript chr1 27959973 27968093 ENST00000373884 protein_coding 6 1 NA XKR8 ENSG00000158156 +CDS chr1 27960070 27960362 ENST00000675575 protein_coding 1 NA 1 XKR8 ENSG00000158156 +CDS chr1 27960070 27960362 ENST00000373884 protein_coding 6 1 1 XKR8 ENSG00000158156 +CDS chr1 27963497 27963692 ENST00000675575 protein_coding 1 NA 2 XKR8 ENSG00000158156 +CDS chr1 27963497 27963693 ENST00000373884 protein_coding 6 1 2 XKR8 ENSG00000158156 +CDS chr1 27963597 27963693 ENST00000675759 protein_coding 1 NA 2 XKR8 ENSG00000158156 +CDS chr1 27966503 27967197 ENST00000675759 protein_coding 1 NA 3 XKR8 ENSG00000158156 +CDS chr1 27966503 27967197 ENST00000373884 protein_coding 6 1 3 XKR8 ENSG00000158156 +transcript chr1 27970344 28088610 ENST00000373871 protein_coding 8 1 NA EYA3 ENSG00000158161 +transcript chr1 27970347 28088637 ENST00000540618 protein_coding 5 2 NA EYA3 ENSG00000158161 +transcript chr1 27970347 28088637 ENST00000436342 protein_coding 6 2 NA EYA3 ENSG00000158161 +transcript chr1 27973468 28058087 ENST00000373864 protein_coding 5 5 NA EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000373871 protein_coding 8 1 18 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000373864 protein_coding 5 5 14 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000540618 protein_coding 5 2 17 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000436342 protein_coding 6 2 17 EYA3 ENSG00000158161 +transcript chr1 27977273 28088564 ENST00000373863 protein_coding 3 1 NA EYA3 ENSG00000158161 +CDS chr1 27977285 27977389 ENST00000373863 protein_coding 3 1 17 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373871 protein_coding 8 1 17 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373864 protein_coding 5 5 13 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373863 protein_coding 3 1 16 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000540618 protein_coding 5 2 16 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000436342 protein_coding 6 2 16 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373871 protein_coding 8 1 16 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373864 protein_coding 5 5 12 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373863 protein_coding 3 1 15 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000540618 protein_coding 5 2 15 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000436342 protein_coding 6 2 15 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373871 protein_coding 8 1 15 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373864 protein_coding 5 5 11 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373863 protein_coding 3 1 14 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000540618 protein_coding 5 2 14 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000436342 protein_coding 6 2 14 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373871 protein_coding 8 1 14 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373864 protein_coding 5 5 10 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373863 protein_coding 3 1 13 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000540618 protein_coding 5 2 13 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000436342 protein_coding 6 2 13 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373871 protein_coding 8 1 13 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373864 protein_coding 5 5 9 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373863 protein_coding 3 1 12 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000540618 protein_coding 5 2 12 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000436342 protein_coding 6 2 12 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373871 protein_coding 8 1 12 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373864 protein_coding 5 5 8 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373863 protein_coding 3 1 11 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000540618 protein_coding 5 2 11 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000436342 protein_coding 6 2 11 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373871 protein_coding 8 1 11 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373864 protein_coding 5 5 7 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373863 protein_coding 3 1 10 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000540618 protein_coding 5 2 10 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000436342 protein_coding 6 2 10 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000373871 protein_coding 8 1 10 EYA3 ENSG00000158161 +CDS chr1 28010947 28011083 ENST00000373864 protein_coding 5 5 6 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000373863 protein_coding 3 1 9 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000540618 protein_coding 5 2 9 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000436342 protein_coding 6 2 9 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373871 protein_coding 8 1 9 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373864 protein_coding 5 5 5 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373863 protein_coding 3 1 8 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000540618 protein_coding 5 2 8 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000436342 protein_coding 6 2 8 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373871 protein_coding 8 1 8 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373864 protein_coding 5 5 4 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373863 protein_coding 3 1 7 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000540618 protein_coding 5 2 7 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000436342 protein_coding 6 2 7 EYA3 ENSG00000158161 +CDS chr1 28027789 28027926 ENST00000373871 protein_coding 8 1 7 EYA3 ENSG00000158161 +CDS chr1 28027789 28027926 ENST00000436342 protein_coding 6 2 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000373871 protein_coding 8 1 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000373863 protein_coding 3 1 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000540618 protein_coding 5 2 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000436342 protein_coding 6 2 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000373871 protein_coding 8 1 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038869 ENST00000373864 protein_coding 5 5 3 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000373863 protein_coding 3 1 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000540618 protein_coding 5 2 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038903 ENST00000436342 protein_coding 6 2 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000373871 protein_coding 8 1 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000373863 protein_coding 3 1 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000540618 protein_coding 5 2 4 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000373871 protein_coding 8 1 3 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000373863 protein_coding 3 1 3 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000540618 protein_coding 5 2 3 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000373871 protein_coding 8 1 2 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000373863 protein_coding 3 1 2 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000540618 protein_coding 5 2 2 EYA3 ENSG00000158161 +transcript chr1 28147166 28176690 ENST00000373857 protein_coding 8 1 NA PTAFR ENSG00000169403 +transcript chr1 28147166 28193936 ENST00000539896 protein_coding 1 2 NA PTAFR ENSG00000169403 +transcript chr1 28149673 28193873 ENST00000305392 protein_coding 3 1 NA PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000373857 protein_coding 8 1 2 PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000305392 protein_coding 3 1 2 PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000539896 protein_coding 1 2 3 PTAFR ENSG00000169403 +transcript chr1 28199456 28205350 ENST00000603289 protein_coding 5 5 NA DNAJC8 ENSG00000126698 +CDS chr1 28200201 28200232 ENST00000603289 protein_coding 5 5 4 DNAJC8 ENSG00000126698 +transcript chr1 28200278 28233029 ENST00000263697 protein_coding 6 1 NA DNAJC8 ENSG00000126698 +CDS chr1 28201251 28201370 ENST00000263697 protein_coding 6 1 9 DNAJC8 ENSG00000126698 +CDS chr1 28201256 28201370 ENST00000603289 protein_coding 5 5 3 DNAJC8 ENSG00000126698 +CDS chr1 28203747 28203822 ENST00000603289 protein_coding 5 5 2 DNAJC8 ENSG00000126698 +CDS chr1 28203747 28203822 ENST00000263697 protein_coding 6 1 8 DNAJC8 ENSG00000126698 +CDS chr1 28205258 28205350 ENST00000603289 protein_coding 5 5 1 DNAJC8 ENSG00000126698 +CDS chr1 28205258 28205349 ENST00000263697 protein_coding 6 1 7 DNAJC8 ENSG00000126698 +CDS chr1 28208342 28208413 ENST00000263697 protein_coding 6 1 6 DNAJC8 ENSG00000126698 +CDS chr1 28209972 28210066 ENST00000263697 protein_coding 6 1 5 DNAJC8 ENSG00000126698 +CDS chr1 28210571 28210637 ENST00000263697 protein_coding 6 1 4 DNAJC8 ENSG00000126698 +CDS chr1 28214940 28214996 ENST00000263697 protein_coding 6 1 3 DNAJC8 ENSG00000126698 +CDS chr1 28228922 28229023 ENST00000263697 protein_coding 6 1 2 DNAJC8 ENSG00000126698 +CDS chr1 28232921 28232998 ENST00000263697 protein_coding 6 1 1 DNAJC8 ENSG00000126698 +transcript chr1 28236109 28238105 ENST00000497986 protein_coding 5 2 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236124 28238100 ENST00000335514 protein_coding 10 1 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236142 28246906 ENST00000468425 protein_coding 2 2 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236154 28238098 ENST00000465645 protein_coding 1 1 NA ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000497986 protein_coding 5 2 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000335514 protein_coding 10 1 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000468425 protein_coding 2 2 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000465645 protein_coding 1 1 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000497986 protein_coding 5 2 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000335514 protein_coding 10 1 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000468425 protein_coding 2 2 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236453 ENST00000465645 protein_coding 1 1 2 ATP5IF1 ENSG00000130770 +CDS chr1 28237761 28237794 ENST00000497986 protein_coding 5 2 3 ATP5IF1 ENSG00000130770 +CDS chr1 28237837 28237975 ENST00000335514 protein_coding 10 1 3 ATP5IF1 ENSG00000130770 +CDS chr1 28246589 28246634 ENST00000468425 protein_coding 2 2 3 ATP5IF1 ENSG00000130770 +transcript chr1 28259518 28282491 ENST00000253063 protein_coding 4 1 NA SESN2 ENSG00000130766 +CDS chr1 28259848 28259937 ENST00000253063 protein_coding 4 1 1 SESN2 ENSG00000130766 +CDS chr1 28269183 28269248 ENST00000253063 protein_coding 4 1 2 SESN2 ENSG00000130766 +CDS chr1 28271674 28271871 ENST00000253063 protein_coding 4 1 3 SESN2 ENSG00000130766 +CDS chr1 28272284 28272466 ENST00000253063 protein_coding 4 1 4 SESN2 ENSG00000130766 +CDS chr1 28272581 28272793 ENST00000253063 protein_coding 4 1 5 SESN2 ENSG00000130766 +CDS chr1 28273358 28273508 ENST00000253063 protein_coding 4 1 6 SESN2 ENSG00000130766 +CDS chr1 28274040 28274158 ENST00000253063 protein_coding 4 1 7 SESN2 ENSG00000130766 +CDS chr1 28274825 28275015 ENST00000253063 protein_coding 4 1 8 SESN2 ENSG00000130766 +CDS chr1 28279097 28279241 ENST00000253063 protein_coding 4 1 9 SESN2 ENSG00000130766 +CDS chr1 28280716 28280799 ENST00000253063 protein_coding 4 1 10 SESN2 ENSG00000130766 +transcript chr1 28329040 28335965 ENST00000373842 protein_coding 9 2 NA MED18 ENSG00000130772 +transcript chr1 28329055 28335964 ENST00000398997 protein_coding 2 5 NA MED18 ENSG00000130772 +CDS chr1 28330663 28330735 ENST00000373842 protein_coding 9 2 2 MED18 ENSG00000130772 +CDS chr1 28330663 28330735 ENST00000398997 protein_coding 2 5 2 MED18 ENSG00000130772 +CDS chr1 28334417 28334967 ENST00000373842 protein_coding 9 2 3 MED18 ENSG00000130772 +CDS chr1 28334417 28334967 ENST00000398997 protein_coding 2 5 3 MED18 ENSG00000130772 +transcript chr1 28369609 28466584 ENST00000632202 protein_coding 1 5 NA PHACTR4 ENSG00000204138 +transcript chr1 28369740 28500364 ENST00000373839 protein_coding 8 1 NA PHACTR4 ENSG00000204138 +CDS chr1 28407448 28407463 ENST00000373839 protein_coding 8 1 2 PHACTR4 ENSG00000204138 +CDS chr1 28407448 28407463 ENST00000632202 protein_coding 1 5 2 PHACTR4 ENSG00000204138 +transcript chr1 28438151 28460286 ENST00000633167 protein_coding 1 5 NA PHACTR4 ENSG00000204138 +transcript chr1 28438171 28497303 ENST00000373836 protein_coding 4 5 NA PHACTR4 ENSG00000204138 +CDS chr1 28438385 28438430 ENST00000633167 protein_coding 1 5 1 PHACTR4 ENSG00000204138 +CDS chr1 28438385 28438430 ENST00000373836 protein_coding 4 5 1 PHACTR4 ENSG00000204138 +CDS chr1 28457832 28457855 ENST00000632202 protein_coding 1 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28457832 28457855 ENST00000633167 protein_coding 1 5 2 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000373839 protein_coding 8 1 3 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000632202 protein_coding 1 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000633167 protein_coding 1 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000373836 protein_coding 4 5 2 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000373839 protein_coding 8 1 4 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000632202 protein_coding 1 5 5 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460286 ENST00000633167 protein_coding 1 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000373836 protein_coding 4 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000373839 protein_coding 8 1 5 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000632202 protein_coding 1 5 6 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000373836 protein_coding 4 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466768 ENST00000373839 protein_coding 8 1 6 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466584 ENST00000632202 protein_coding 1 5 7 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466768 ENST00000373836 protein_coding 4 5 5 PHACTR4 ENSG00000204138 +CDS chr1 28473554 28474151 ENST00000373839 protein_coding 8 1 7 PHACTR4 ENSG00000204138 +CDS chr1 28473554 28474151 ENST00000373836 protein_coding 4 5 6 PHACTR4 ENSG00000204138 +CDS chr1 28476107 28476291 ENST00000373839 protein_coding 8 1 8 PHACTR4 ENSG00000204138 +CDS chr1 28476107 28476291 ENST00000373836 protein_coding 4 5 7 PHACTR4 ENSG00000204138 +CDS chr1 28480451 28480604 ENST00000373839 protein_coding 8 1 9 PHACTR4 ENSG00000204138 +CDS chr1 28480451 28480604 ENST00000373836 protein_coding 4 5 8 PHACTR4 ENSG00000204138 +CDS chr1 28489170 28489225 ENST00000373839 protein_coding 8 1 10 PHACTR4 ENSG00000204138 +CDS chr1 28489170 28489225 ENST00000373836 protein_coding 4 5 9 PHACTR4 ENSG00000204138 +CDS chr1 28490951 28491012 ENST00000373839 protein_coding 8 1 11 PHACTR4 ENSG00000204138 +CDS chr1 28490951 28491012 ENST00000373836 protein_coding 4 5 10 PHACTR4 ENSG00000204138 +CDS chr1 28491650 28491787 ENST00000373839 protein_coding 8 1 12 PHACTR4 ENSG00000204138 +CDS chr1 28491650 28491787 ENST00000373836 protein_coding 4 5 11 PHACTR4 ENSG00000204138 +CDS chr1 28493015 28493091 ENST00000373839 protein_coding 8 1 13 PHACTR4 ENSG00000204138 +CDS chr1 28493015 28493091 ENST00000373836 protein_coding 4 5 12 PHACTR4 ENSG00000204138 +CDS chr1 28496534 28496546 ENST00000373839 protein_coding 8 1 14 PHACTR4 ENSG00000204138 +CDS chr1 28496534 28496546 ENST00000373836 protein_coding 4 5 13 PHACTR4 ENSG00000204138 +transcript chr1 28505943 28539196 ENST00000398958 protein_coding 6 5 NA RCC1 ENSG00000180198 +transcript chr1 28505980 28538968 ENST00000649185 protein_coding 1 NA NA RCC1 ENSG00000180198 +transcript chr1 28505990 28535899 ENST00000427469 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28506043 28538989 ENST00000683442 protein_coding 1 NA NA RCC1 ENSG00000180198 +transcript chr1 28506056 28535919 ENST00000434290 protein_coding 6 5 NA RCC1 ENSG00000180198 +transcript chr1 28506057 28539300 ENST00000373833 protein_coding 10 1 NA RCC1 ENSG00000180198 +transcript chr1 28510077 28536026 ENST00000419074 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28518136 28538983 ENST00000373832 protein_coding 5 1 NA RCC1 ENSG00000180198 +transcript chr1 28518257 28538164 ENST00000373831 protein_coding 7 1 NA RCC1 ENSG00000180198 +transcript chr1 28518266 28536875 ENST00000411533 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28518626 28531818 ENST00000486790 protein_coding 2 5 NA RCC1 ENSG00000180198 +CDS chr1 28518661 28518957 ENST00000486790 protein_coding 2 5 1 RCC1 ENSG00000180198 +transcript chr1 28518695 28536293 ENST00000430407 protein_coding 1 5 NA RCC1 ENSG00000180198 +CDS chr1 28529858 28529939 ENST00000486790 protein_coding 2 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000398958 protein_coding 6 5 4 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000649185 protein_coding 1 NA 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000427469 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000434290 protein_coding 6 5 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373833 protein_coding 10 1 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000419074 protein_coding 5 5 3 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373832 protein_coding 5 1 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373831 protein_coding 7 1 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000411533 protein_coding 5 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000430407 protein_coding 1 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000683442 protein_coding 1 NA 5 RCC1 ENSG00000180198 +CDS chr1 28530523 28530615 ENST00000649185 protein_coding 1 NA 6 RCC1 ENSG00000180198 +CDS chr1 28530523 28530615 ENST00000373831 protein_coding 7 1 3 RCC1 ENSG00000180198 +CDS chr1 28530523 28530573 ENST00000411533 protein_coding 5 5 3 RCC1 ENSG00000180198 +CDS chr1 28530523 28530573 ENST00000486790 protein_coding 2 5 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000398958 protein_coding 6 5 5 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000649185 protein_coding 1 NA 7 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000427469 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000434290 protein_coding 6 5 6 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373833 protein_coding 10 1 6 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000419074 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373832 protein_coding 5 1 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373831 protein_coding 7 1 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000411533 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531818 ENST00000486790 protein_coding 2 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000430407 protein_coding 1 5 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000683442 protein_coding 1 NA 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000398958 protein_coding 6 5 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000649185 protein_coding 1 NA 8 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000427469 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000434290 protein_coding 6 5 7 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373833 protein_coding 10 1 7 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000419074 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373832 protein_coding 5 1 4 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373831 protein_coding 7 1 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000411533 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000430407 protein_coding 1 5 4 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000683442 protein_coding 1 NA 7 RCC1 ENSG00000180198 +CDS chr1 28532674 28532757 ENST00000434290 protein_coding 6 5 8 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000398958 protein_coding 6 5 7 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000649185 protein_coding 1 NA 9 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000427469 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000434290 protein_coding 6 5 9 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373833 protein_coding 10 1 8 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000419074 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373832 protein_coding 5 1 5 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373831 protein_coding 7 1 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000411533 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000430407 protein_coding 1 5 5 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000683442 protein_coding 1 NA 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000398958 protein_coding 6 5 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000649185 protein_coding 1 NA 10 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000427469 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000434290 protein_coding 6 5 10 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373833 protein_coding 10 1 9 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000419074 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373832 protein_coding 5 1 6 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373831 protein_coding 7 1 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000411533 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000430407 protein_coding 1 5 6 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000683442 protein_coding 1 NA 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000398958 protein_coding 6 5 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000649185 protein_coding 1 NA 11 RCC1 ENSG00000180198 +CDS chr1 28535871 28535899 ENST00000427469 protein_coding 5 5 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28535919 ENST00000434290 protein_coding 6 5 11 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373833 protein_coding 10 1 10 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000419074 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373832 protein_coding 5 1 7 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373831 protein_coding 7 1 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000411533 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000430407 protein_coding 1 5 7 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000683442 protein_coding 1 NA 10 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000398958 protein_coding 6 5 10 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000649185 protein_coding 1 NA 12 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373833 protein_coding 10 1 11 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373832 protein_coding 5 1 8 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373831 protein_coding 7 1 9 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000411533 protein_coding 5 5 9 RCC1 ENSG00000180198 +CDS chr1 28536262 28536293 ENST00000430407 protein_coding 1 5 8 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000683442 protein_coding 1 NA 11 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000398958 protein_coding 6 5 11 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000649185 protein_coding 1 NA 13 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373833 protein_coding 10 1 12 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373832 protein_coding 5 1 9 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373831 protein_coding 7 1 10 RCC1 ENSG00000180198 +CDS chr1 28536747 28536875 ENST00000411533 protein_coding 5 5 10 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000683442 protein_coding 1 NA 12 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000398958 protein_coding 6 5 12 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000649185 protein_coding 1 NA 14 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373833 protein_coding 10 1 13 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373832 protein_coding 5 1 10 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373831 protein_coding 7 1 11 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000683442 protein_coding 1 NA 13 RCC1 ENSG00000180198 +transcript chr1 28553085 28578545 ENST00000373830 protein_coding 4 1 NA TRNAU1AP ENSG00000180098 +CDS chr1 28553111 28553137 ENST00000373830 protein_coding 4 1 1 TRNAU1AP ENSG00000180098 +CDS chr1 28553640 28553737 ENST00000373830 protein_coding 4 1 2 TRNAU1AP ENSG00000180098 +CDS chr1 28560633 28560732 ENST00000373830 protein_coding 4 1 3 TRNAU1AP ENSG00000180098 +CDS chr1 28561346 28561398 ENST00000373830 protein_coding 4 1 4 TRNAU1AP ENSG00000180098 +CDS chr1 28564703 28564834 ENST00000373830 protein_coding 4 1 5 TRNAU1AP ENSG00000180098 +CDS chr1 28567294 28567413 ENST00000373830 protein_coding 4 1 6 TRNAU1AP ENSG00000180098 +CDS chr1 28571176 28571338 ENST00000373830 protein_coding 4 1 7 TRNAU1AP ENSG00000180098 +CDS chr1 28571867 28571900 ENST00000373830 protein_coding 4 1 8 TRNAU1AP ENSG00000180098 +CDS chr1 28577500 28577633 ENST00000373830 protein_coding 4 1 9 TRNAU1AP ENSG00000180098 +transcript chr1 28587829 28643104 ENST00000685589 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28587837 28643085 ENST00000693642 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28587861 28643104 ENST00000688108 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28588495 28643019 ENST00000691563 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28589323 28643115 ENST00000471683 protein_coding 6 3 NA TAF12 ENSG00000120656 +CDS chr1 28589619 28589742 ENST00000688108 protein_coding 1 NA 7 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000685589 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000691563 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000471683 protein_coding 6 3 7 TAF12 ENSG00000120656 +CDS chr1 28589781 28589787 ENST00000693642 protein_coding 1 NA 7 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000685589 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000693642 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000688108 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000691563 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000471683 protein_coding 6 3 6 TAF12 ENSG00000120656 +transcript chr1 28592200 28595443 ENST00000373826 protein_coding 3 1 NA RAB42 ENSG00000188060 +transcript chr1 28592265 28595449 ENST00000465518 protein_coding 3 2 NA RAB42 ENSG00000188060 +CDS chr1 28592512 28592744 ENST00000465518 protein_coding 3 2 1 RAB42 ENSG00000188060 +CDS chr1 28593694 28594114 ENST00000465518 protein_coding 3 2 2 RAB42 ENSG00000188060 +CDS chr1 28593800 28594114 ENST00000373826 protein_coding 3 1 2 RAB42 ENSG00000188060 +transcript chr1 28602850 28643067 ENST00000373824 protein_coding 9 1 NA TAF12 ENSG00000120656 +transcript chr1 28602850 28643085 ENST00000495422 protein_coding 2 5 NA TAF12 ENSG00000120656 +transcript chr1 28603096 28643007 ENST00000689843 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603096 28643015 ENST00000691050 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603096 28648291 ENST00000685312 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603101 28643005 ENST00000263974 protein_coding 4 1 NA TAF12 ENSG00000120656 +transcript chr1 28603366 28643063 ENST00000693729 protein_coding 1 NA NA TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000373824 protein_coding 9 1 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000495422 protein_coding 2 5 7 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000689843 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000691050 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000685312 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000263974 protein_coding 4 1 6 TAF12 ENSG00000120656 +transcript chr1 28604027 28643081 ENST00000690492 protein_coding 1 NA NA TAF12 ENSG00000120656 +CDS chr1 28605336 28605460 ENST00000693729 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605336 28605460 ENST00000690492 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000685589 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000693642 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000688108 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000691563 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000471683 protein_coding 6 3 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000373824 protein_coding 9 1 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000495422 protein_coding 2 5 6 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000689843 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000691050 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000685312 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000263974 protein_coding 4 1 5 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000685589 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000693642 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000688108 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000691563 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000471683 protein_coding 6 3 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000373824 protein_coding 9 1 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000495422 protein_coding 2 5 5 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000689843 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000691050 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000685312 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000263974 protein_coding 4 1 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000693729 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000690492 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000693642 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000688108 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000471683 protein_coding 6 3 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000373824 protein_coding 9 1 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000495422 protein_coding 2 5 4 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000689843 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000685312 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000263974 protein_coding 4 1 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000690492 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000693642 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000688108 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000691563 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000471683 protein_coding 6 3 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000373824 protein_coding 9 1 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622165 ENST00000495422 protein_coding 2 5 3 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000689843 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000685312 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000263974 protein_coding 4 1 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000693729 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000690492 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28623946 28624017 ENST00000495422 protein_coding 2 5 2 TAF12 ENSG00000120656 +transcript chr1 28668778 28714886 ENST00000361872 protein_coding 8 1 NA GMEB1 ENSG00000162419 +transcript chr1 28668780 28714873 ENST00000294409 protein_coding 2 1 NA GMEB1 ENSG00000162419 +transcript chr1 28668784 28719353 ENST00000373816 protein_coding 6 2 NA GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000373816 protein_coding 6 2 2 GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000361872 protein_coding 8 1 2 GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000294409 protein_coding 2 1 2 GMEB1 ENSG00000162419 +CDS chr1 28690074 28690186 ENST00000294409 protein_coding 2 1 3 GMEB1 ENSG00000162419 +CDS chr1 28690104 28690186 ENST00000373816 protein_coding 6 2 3 GMEB1 ENSG00000162419 +CDS chr1 28690104 28690186 ENST00000361872 protein_coding 8 1 3 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000373816 protein_coding 6 2 4 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000361872 protein_coding 8 1 4 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000294409 protein_coding 2 1 4 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000373816 protein_coding 6 2 5 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000361872 protein_coding 8 1 5 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000294409 protein_coding 2 1 5 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000373816 protein_coding 6 2 6 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000361872 protein_coding 8 1 6 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000294409 protein_coding 2 1 6 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000373816 protein_coding 6 2 7 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000361872 protein_coding 8 1 7 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000294409 protein_coding 2 1 7 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000373816 protein_coding 6 2 8 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000361872 protein_coding 8 1 8 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000294409 protein_coding 2 1 8 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000373816 protein_coding 6 2 9 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000361872 protein_coding 8 1 9 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000294409 protein_coding 2 1 9 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000373816 protein_coding 6 2 10 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000361872 protein_coding 8 1 10 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000294409 protein_coding 2 1 10 GMEB1 ENSG00000162419 +transcript chr1 28736621 28742871 ENST00000474884 protein_coding 5 5 NA YTHDF2 ENSG00000198492 +transcript chr1 28736621 28769774 ENST00000542507 protein_coding 5 5 NA YTHDF2 ENSG00000198492 +transcript chr1 28736940 28769775 ENST00000373812 protein_coding 8 1 NA YTHDF2 ENSG00000198492 +transcript chr1 28736940 28769775 ENST00000541996 protein_coding 5 2 NA YTHDF2 ENSG00000198492 +transcript chr1 28736965 28743002 ENST00000496288 protein_coding 5 2 NA YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000474884 protein_coding 5 5 2 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000542507 protein_coding 5 5 2 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000373812 protein_coding 8 1 1 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000496288 protein_coding 5 2 1 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000474884 protein_coding 5 5 3 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000542507 protein_coding 5 5 3 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000373812 protein_coding 8 1 2 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000496288 protein_coding 5 2 2 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000474884 protein_coding 5 5 4 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000542507 protein_coding 5 5 4 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000373812 protein_coding 8 1 3 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738329 ENST00000496288 protein_coding 5 2 3 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28742871 ENST00000474884 protein_coding 5 5 5 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743986 ENST00000542507 protein_coding 5 5 5 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743986 ENST00000373812 protein_coding 8 1 4 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743002 ENST00000496288 protein_coding 5 2 4 YTHDF2 ENSG00000198492 +CDS chr1 28742421 28743986 ENST00000541996 protein_coding 5 2 3 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000542507 protein_coding 5 5 6 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000373812 protein_coding 8 1 5 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000541996 protein_coding 5 2 4 YTHDF2 ENSG00000198492 +transcript chr1 28812170 28871267 ENST00000234961 protein_coding 7 1 NA OPRD1 ENSG00000116329 +CDS chr1 28812384 28812610 ENST00000234961 protein_coding 7 1 1 OPRD1 ENSG00000116329 +CDS chr1 28858954 28859303 ENST00000234961 protein_coding 7 1 2 OPRD1 ENSG00000116329 +CDS chr1 28862742 28863280 ENST00000234961 protein_coding 7 1 3 OPRD1 ENSG00000116329 +transcript chr1 28887091 29120041 ENST00000647103 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887100 29120041 ENST00000642937 protein_coding 2 NA NA EPB41 ENSG00000159023 +transcript chr1 28887103 29072169 ENST00000646189 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887103 29072956 ENST00000644342 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887124 29117114 ENST00000373800 protein_coding 7 1 NA EPB41 ENSG00000159023 +transcript chr1 28887124 29118846 ENST00000649717 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887172 29117114 ENST00000347529 protein_coding 7 1 NA EPB41 ENSG00000159023 +transcript chr1 28893371 29065163 ENST00000646260 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28893741 29120046 ENST00000373798 protein_coding 5 5 NA EPB41 ENSG00000159023 +transcript chr1 28914544 29072293 ENST00000644600 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914567 29072280 ENST00000643173 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29065899 ENST00000648181 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29072169 ENST00000650265 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29072312 ENST00000644780 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29120041 ENST00000343067 protein_coding 9 5 NA EPB41 ENSG00000159023 +transcript chr1 28914572 29072173 ENST00000643604 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914574 29065221 ENST00000373797 protein_coding 2 1 NA EPB41 ENSG00000159023 +transcript chr1 28914601 29117048 ENST00000349460 protein_coding 9 1 NA EPB41 ENSG00000159023 +transcript chr1 28914626 29065950 ENST00000645184 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000347529 protein_coding 7 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000646260 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000373798 protein_coding 5 5 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000644600 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000643173 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000648181 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000650265 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000644780 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000343067 protein_coding 9 5 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000643604 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000373797 protein_coding 2 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000349460 protein_coding 9 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000645184 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000347529 protein_coding 7 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000646260 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000373798 protein_coding 5 5 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000644600 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000643173 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000650265 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000343067 protein_coding 9 5 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000643604 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000373797 protein_coding 2 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000349460 protein_coding 9 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000645184 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000647103 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000646189 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000644342 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000642937 protein_coding 2 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000373800 protein_coding 7 1 4 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000649717 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000647103 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000646189 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644342 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000642937 protein_coding 2 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373800 protein_coding 7 1 5 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000649717 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000646260 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373798 protein_coding 5 5 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644600 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000643173 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000650265 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644780 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000343067 protein_coding 9 5 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000643604 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373797 protein_coding 2 1 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000349460 protein_coding 9 1 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000645184 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000647103 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000646189 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644342 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000642937 protein_coding 2 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373800 protein_coding 7 1 6 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000649717 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000347529 protein_coding 7 1 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000646260 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373798 protein_coding 5 5 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644600 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000643173 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000648181 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000650265 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644780 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000343067 protein_coding 9 5 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000643604 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373797 protein_coding 2 1 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000349460 protein_coding 9 1 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000645184 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000647103 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000646189 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644342 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000642937 protein_coding 2 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373800 protein_coding 7 1 7 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000649717 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000347529 protein_coding 7 1 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000646260 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373798 protein_coding 5 5 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644600 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000643173 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000648181 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000650265 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644780 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000343067 protein_coding 9 5 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000643604 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373797 protein_coding 2 1 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000349460 protein_coding 9 1 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000645184 protein_coding 1 NA 6 EPB41 ENSG00000159023 +transcript chr1 29015692 29072806 ENST00000636666 protein_coding 1 5 NA EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000636666 protein_coding 1 5 1 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000647103 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000646189 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644342 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000642937 protein_coding 2 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373800 protein_coding 7 1 8 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000649717 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000347529 protein_coding 7 1 6 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000646260 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373798 protein_coding 5 5 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644600 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000643173 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000648181 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000650265 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644780 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000343067 protein_coding 9 5 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000643604 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373797 protein_coding 2 1 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000349460 protein_coding 9 1 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000645184 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000636666 protein_coding 1 5 2 EPB41 ENSG00000159023 +transcript chr1 29018359 29072314 ENST00000644848 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29018359 29018442 ENST00000644848 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000647103 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000646189 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644342 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000642937 protein_coding 2 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373800 protein_coding 7 1 9 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000649717 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000347529 protein_coding 7 1 7 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000646260 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373798 protein_coding 5 5 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644600 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000643173 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000648181 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000650265 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644780 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000343067 protein_coding 9 5 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000643604 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373797 protein_coding 2 1 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000349460 protein_coding 9 1 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000645184 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000636666 protein_coding 1 5 3 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644848 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000647103 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000646189 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644342 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000642937 protein_coding 2 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373800 protein_coding 7 1 10 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000649717 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000347529 protein_coding 7 1 8 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000646260 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373798 protein_coding 5 5 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644600 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000643173 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000648181 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000650265 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644780 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000343067 protein_coding 9 5 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000643604 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373797 protein_coding 2 1 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000349460 protein_coding 9 1 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000645184 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000636666 protein_coding 1 5 4 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644848 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000647103 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000646189 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644342 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000642937 protein_coding 2 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373800 protein_coding 7 1 11 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000649717 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000347529 protein_coding 7 1 9 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000646260 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373798 protein_coding 5 5 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644600 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000643173 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000648181 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000650265 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644780 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000343067 protein_coding 9 5 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000643604 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373797 protein_coding 2 1 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000349460 protein_coding 9 1 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000645184 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000636666 protein_coding 1 5 5 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644848 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000647103 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000646189 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644342 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000642937 protein_coding 2 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373800 protein_coding 7 1 12 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000649717 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000347529 protein_coding 7 1 10 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000646260 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373798 protein_coding 5 5 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644600 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000643173 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000648181 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000650265 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644780 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000343067 protein_coding 9 5 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000643604 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373797 protein_coding 2 1 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000349460 protein_coding 9 1 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000645184 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000636666 protein_coding 1 5 6 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644848 protein_coding 1 NA 5 EPB41 ENSG00000159023 +transcript chr1 29039418 29069522 ENST00000644470 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29039418 29039426 ENST00000644470 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000647103 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000646189 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000642937 protein_coding 2 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373800 protein_coding 7 1 13 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000649717 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000347529 protein_coding 7 1 11 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000646260 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373798 protein_coding 5 5 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644600 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000643173 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000648181 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000650265 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644780 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000343067 protein_coding 9 5 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000643604 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373797 protein_coding 2 1 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000349460 protein_coding 9 1 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000645184 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644848 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000644342 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000636666 protein_coding 1 5 7 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000644470 protein_coding 1 NA 2 EPB41 ENSG00000159023 +transcript chr1 29053164 29097904 ENST00000646871 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29053164 29053312 ENST00000646871 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644342 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000642937 protein_coding 2 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000373798 protein_coding 5 5 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644600 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000643173 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000648181 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000650265 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644780 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000343067 protein_coding 9 5 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000643604 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000373797 protein_coding 2 1 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000349460 protein_coding 9 1 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644470 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000646871 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000642937 protein_coding 2 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000373798 protein_coding 5 5 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644600 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000643173 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000648181 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000650265 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644780 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000343067 protein_coding 9 5 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000643604 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644470 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000642937 protein_coding 2 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373800 protein_coding 7 1 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373798 protein_coding 5 5 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644600 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644780 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000343067 protein_coding 9 5 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000643604 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373797 protein_coding 2 1 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644470 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000647103 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000646189 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644342 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000642937 protein_coding 2 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000373800 protein_coding 7 1 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000347529 protein_coding 7 1 12 EPB41 ENSG00000159023 +CDS chr1 29064982 29065163 ENST00000646260 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000373798 protein_coding 5 5 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644600 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000643173 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000648181 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000650265 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644780 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000343067 protein_coding 9 5 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000643604 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000373797 protein_coding 2 1 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000349460 protein_coding 9 1 14 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000645184 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000636666 protein_coding 1 5 8 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644848 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644470 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000646871 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000646189 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644342 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644600 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000643173 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000650265 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644780 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000643604 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000349460 protein_coding 9 1 15 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000636666 protein_coding 1 5 9 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644848 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644342 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644600 protein_coding 1 NA 18 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000643173 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000643604 protein_coding 1 NA 18 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644848 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644470 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29070364 29070612 ENST00000646189 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29070364 29070612 ENST00000650265 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29070391 29070612 ENST00000644780 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29070391 29070612 ENST00000636666 protein_coding 1 5 10 EPB41 ENSG00000159023 +CDS chr1 29096155 29096604 ENST00000646871 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000647103 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000642937 protein_coding 2 NA 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000373800 protein_coding 7 1 16 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000649717 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000347529 protein_coding 7 1 13 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000373798 protein_coding 5 5 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000343067 protein_coding 9 5 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000349460 protein_coding 9 1 16 EPB41 ENSG00000159023 +CDS chr1 29097807 29097904 ENST00000646871 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000647103 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000642937 protein_coding 2 NA 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000649717 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000347529 protein_coding 7 1 14 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000373798 protein_coding 5 5 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000343067 protein_coding 9 5 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000349460 protein_coding 9 1 17 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000647103 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000642937 protein_coding 2 NA 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000373800 protein_coding 7 1 17 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000649717 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000347529 protein_coding 7 1 15 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000373798 protein_coding 5 5 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000343067 protein_coding 9 5 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000349460 protein_coding 9 1 18 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000647103 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000642937 protein_coding 2 NA 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000373800 protein_coding 7 1 18 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000649717 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000347529 protein_coding 7 1 16 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000373798 protein_coding 5 5 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000343067 protein_coding 9 5 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000349460 protein_coding 9 1 19 EPB41 ENSG00000159023 +transcript chr1 29119429 29123903 ENST00000521452 protein_coding 2 1 NA TMEM200B ENSG00000253304 +transcript chr1 29119434 29122501 ENST00000420504 protein_coding 2 1 NA TMEM200B ENSG00000253304 +CDS chr1 29120908 29121828 ENST00000521452 protein_coding 2 1 2 TMEM200B ENSG00000253304 +CDS chr1 29120908 29121828 ENST00000420504 protein_coding 2 1 2 TMEM200B ENSG00000253304 +transcript chr1 29147743 29181900 ENST00000373795 protein_coding 7 1 NA SRSF4 ENSG00000116350 +CDS chr1 29148413 29149226 ENST00000373795 protein_coding 7 1 6 SRSF4 ENSG00000116350 +transcript chr1 29148671 29181882 ENST00000466448 protein_coding 4 3 NA SRSF4 ENSG00000116350 +CDS chr1 29148671 29149226 ENST00000466448 protein_coding 4 3 5 SRSF4 ENSG00000116350 +CDS chr1 29150103 29150192 ENST00000373795 protein_coding 7 1 5 SRSF4 ENSG00000116350 +CDS chr1 29154696 29154910 ENST00000373795 protein_coding 7 1 4 SRSF4 ENSG00000116350 +CDS chr1 29154696 29154910 ENST00000466448 protein_coding 4 3 4 SRSF4 ENSG00000116350 +CDS chr1 29159374 29159486 ENST00000373795 protein_coding 7 1 3 SRSF4 ENSG00000116350 +CDS chr1 29159374 29159486 ENST00000466448 protein_coding 4 3 3 SRSF4 ENSG00000116350 +CDS chr1 29160375 29160517 ENST00000373795 protein_coding 7 1 2 SRSF4 ENSG00000116350 +CDS chr1 29160375 29160517 ENST00000466448 protein_coding 4 3 2 SRSF4 ENSG00000116350 +CDS chr1 29181646 29181752 ENST00000373795 protein_coding 7 1 1 SRSF4 ENSG00000116350 +CDS chr1 29181646 29181752 ENST00000466448 protein_coding 4 3 1 SRSF4 ENSG00000116350 +transcript chr1 29192657 29230934 ENST00000263702 protein_coding 11 1 NA MECR ENSG00000116353 +transcript chr1 29192873 29230924 ENST00000373791 protein_coding 7 2 NA MECR ENSG00000116353 +CDS chr1 29194025 29194179 ENST00000263702 protein_coding 11 1 10 MECR ENSG00000116353 +CDS chr1 29194025 29194179 ENST00000373791 protein_coding 7 2 10 MECR ENSG00000116353 +CDS chr1 29195941 29196013 ENST00000263702 protein_coding 11 1 9 MECR ENSG00000116353 +CDS chr1 29195941 29196013 ENST00000373791 protein_coding 7 2 9 MECR ENSG00000116353 +CDS chr1 29196198 29196258 ENST00000263702 protein_coding 11 1 8 MECR ENSG00000116353 +CDS chr1 29196198 29196258 ENST00000373791 protein_coding 7 2 8 MECR ENSG00000116353 +CDS chr1 29200516 29200589 ENST00000263702 protein_coding 11 1 7 MECR ENSG00000116353 +CDS chr1 29200516 29200589 ENST00000373791 protein_coding 7 2 7 MECR ENSG00000116353 +CDS chr1 29201943 29202045 ENST00000263702 protein_coding 11 1 6 MECR ENSG00000116353 +CDS chr1 29201943 29202045 ENST00000373791 protein_coding 7 2 6 MECR ENSG00000116353 +CDS chr1 29203131 29203233 ENST00000263702 protein_coding 11 1 5 MECR ENSG00000116353 +CDS chr1 29203131 29203233 ENST00000373791 protein_coding 7 2 5 MECR ENSG00000116353 +CDS chr1 29206762 29206905 ENST00000263702 protein_coding 11 1 4 MECR ENSG00000116353 +CDS chr1 29206762 29206905 ENST00000373791 protein_coding 7 2 4 MECR ENSG00000116353 +CDS chr1 29216005 29216136 ENST00000263702 protein_coding 11 1 3 MECR ENSG00000116353 +CDS chr1 29216005 29216136 ENST00000373791 protein_coding 7 2 3 MECR ENSG00000116353 +CDS chr1 29216588 29216685 ENST00000263702 protein_coding 11 1 2 MECR ENSG00000116353 +CDS chr1 29216588 29216633 ENST00000373791 protein_coding 7 2 2 MECR ENSG00000116353 +CDS chr1 29230731 29230906 ENST00000263702 protein_coding 11 1 1 MECR ENSG00000116353 +transcript chr1 29236516 29325661 ENST00000345512 protein_coding 7 1 NA PTPRU ENSG00000060656 +transcript chr1 29236522 29326800 ENST00000373779 protein_coding 8 1 NA PTPRU ENSG00000060656 +transcript chr1 29236549 29326813 ENST00000428026 protein_coding 6 1 NA PTPRU ENSG00000060656 +transcript chr1 29236639 29326669 ENST00000460170 protein_coding 2 1 NA PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000345512 protein_coding 7 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000373779 protein_coding 8 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000428026 protein_coding 6 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000460170 protein_coding 2 1 1 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000345512 protein_coding 7 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000373779 protein_coding 8 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000428026 protein_coding 6 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000460170 protein_coding 2 1 2 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000345512 protein_coding 7 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000373779 protein_coding 8 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000428026 protein_coding 6 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000460170 protein_coding 2 1 3 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000345512 protein_coding 7 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000373779 protein_coding 8 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000428026 protein_coding 6 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000460170 protein_coding 2 1 4 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000345512 protein_coding 7 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000373779 protein_coding 8 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000428026 protein_coding 6 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000460170 protein_coding 2 1 5 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000345512 protein_coding 7 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000373779 protein_coding 8 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000428026 protein_coding 6 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000460170 protein_coding 2 1 6 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000345512 protein_coding 7 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000373779 protein_coding 8 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000428026 protein_coding 6 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000460170 protein_coding 2 1 7 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000345512 protein_coding 7 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000373779 protein_coding 8 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000428026 protein_coding 6 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000460170 protein_coding 2 1 8 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000345512 protein_coding 7 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000373779 protein_coding 8 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000428026 protein_coding 6 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000460170 protein_coding 2 1 9 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000345512 protein_coding 7 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000373779 protein_coding 8 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000428026 protein_coding 6 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000460170 protein_coding 2 1 10 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000345512 protein_coding 7 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000373779 protein_coding 8 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000428026 protein_coding 6 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000460170 protein_coding 2 1 11 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000345512 protein_coding 7 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000373779 protein_coding 8 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000428026 protein_coding 6 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000460170 protein_coding 2 1 12 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000345512 protein_coding 7 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000373779 protein_coding 8 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000428026 protein_coding 6 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000460170 protein_coding 2 1 13 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000345512 protein_coding 7 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000373779 protein_coding 8 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000428026 protein_coding 6 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000460170 protein_coding 2 1 14 PTPRU ENSG00000060656 +CDS chr1 29289683 29289712 ENST00000345512 protein_coding 7 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000345512 protein_coding 7 1 16 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000373779 protein_coding 8 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000428026 protein_coding 6 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000460170 protein_coding 2 1 15 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000345512 protein_coding 7 1 17 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000373779 protein_coding 8 1 16 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000428026 protein_coding 6 1 16 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000460170 protein_coding 2 1 16 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000345512 protein_coding 7 1 18 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000373779 protein_coding 8 1 17 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000428026 protein_coding 6 1 17 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000460170 protein_coding 2 1 17 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000345512 protein_coding 7 1 19 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000373779 protein_coding 8 1 18 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000428026 protein_coding 6 1 18 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000460170 protein_coding 2 1 18 PTPRU ENSG00000060656 +CDS chr1 29307129 29307146 ENST00000460170 protein_coding 2 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000345512 protein_coding 7 1 20 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000373779 protein_coding 8 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000428026 protein_coding 6 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000460170 protein_coding 2 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000345512 protein_coding 7 1 21 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000373779 protein_coding 8 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311544 ENST00000428026 protein_coding 6 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000460170 protein_coding 2 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000345512 protein_coding 7 1 22 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000373779 protein_coding 8 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000428026 protein_coding 6 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000460170 protein_coding 2 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000345512 protein_coding 7 1 23 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000373779 protein_coding 8 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000428026 protein_coding 6 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000460170 protein_coding 2 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000345512 protein_coding 7 1 24 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000373779 protein_coding 8 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000428026 protein_coding 6 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000460170 protein_coding 2 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000345512 protein_coding 7 1 25 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000373779 protein_coding 8 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000428026 protein_coding 6 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000460170 protein_coding 2 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000345512 protein_coding 7 1 26 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000373779 protein_coding 8 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000428026 protein_coding 6 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000460170 protein_coding 2 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000345512 protein_coding 7 1 27 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000373779 protein_coding 8 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000428026 protein_coding 6 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000460170 protein_coding 2 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000345512 protein_coding 7 1 28 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000373779 protein_coding 8 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000428026 protein_coding 6 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000460170 protein_coding 2 1 28 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000345512 protein_coding 7 1 29 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000373779 protein_coding 8 1 28 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000428026 protein_coding 6 1 28 PTPRU ENSG00000060656 +CDS chr1 29323637 29323788 ENST00000460170 protein_coding 2 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000345512 protein_coding 7 1 30 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000373779 protein_coding 8 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000428026 protein_coding 6 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000460170 protein_coding 2 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000345512 protein_coding 7 1 31 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000373779 protein_coding 8 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000428026 protein_coding 6 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000460170 protein_coding 2 1 31 PTPRU ENSG00000060656 +transcript chr1 30711277 30723585 ENST00000373765 protein_coding 5 1 NA MATN1 ENSG00000162510 +CDS chr1 30713585 30713631 ENST00000373765 protein_coding 5 1 8 MATN1 ENSG00000162510 +CDS chr1 30714247 30714327 ENST00000373765 protein_coding 5 1 7 MATN1 ENSG00000162510 +CDS chr1 30715157 30715309 ENST00000373765 protein_coding 5 1 6 MATN1 ENSG00000162510 +CDS chr1 30715909 30716325 ENST00000373765 protein_coding 5 1 5 MATN1 ENSG00000162510 +CDS chr1 30716790 30716915 ENST00000373765 protein_coding 5 1 4 MATN1 ENSG00000162510 +CDS chr1 30718735 30718957 ENST00000373765 protein_coding 5 1 3 MATN1 ENSG00000162510 +CDS chr1 30721405 30721751 ENST00000373765 protein_coding 5 1 2 MATN1 ENSG00000162510 +CDS chr1 30723458 30723551 ENST00000373765 protein_coding 5 1 1 MATN1 ENSG00000162510 +transcript chr1 30732469 30757774 ENST00000294507 protein_coding 4 1 NA LAPTM5 ENSG00000162511 +CDS chr1 30733831 30733917 ENST00000294507 protein_coding 4 1 8 LAPTM5 ENSG00000162511 +CDS chr1 30735173 30735265 ENST00000294507 protein_coding 4 1 7 LAPTM5 ENSG00000162511 +CDS chr1 30737604 30737699 ENST00000294507 protein_coding 4 1 6 LAPTM5 ENSG00000162511 +CDS chr1 30738940 30739062 ENST00000294507 protein_coding 4 1 5 LAPTM5 ENSG00000162511 +CDS chr1 30739809 30739937 ENST00000294507 protein_coding 4 1 4 LAPTM5 ENSG00000162511 +CDS chr1 30741640 30741716 ENST00000294507 protein_coding 4 1 3 LAPTM5 ENSG00000162511 +CDS chr1 30742456 30742549 ENST00000294507 protein_coding 4 1 2 LAPTM5 ENSG00000162511 +CDS chr1 30757659 30757745 ENST00000294507 protein_coding 4 1 1 LAPTM5 ENSG00000162511 +transcript chr1 30869466 30908758 ENST00000339394 protein_coding 7 1 NA SDC3 ENSG00000162512 +transcript chr1 30869467 30878740 ENST00000336798 protein_coding 11 1 NA SDC3 ENSG00000162512 +CDS chr1 30873214 30873377 ENST00000336798 protein_coding 11 1 3 SDC3 ENSG00000162512 +CDS chr1 30873214 30873377 ENST00000339394 protein_coding 7 1 5 SDC3 ENSG00000162512 +CDS chr1 30874297 30874588 ENST00000336798 protein_coding 11 1 2 SDC3 ENSG00000162512 +CDS chr1 30874297 30874588 ENST00000339394 protein_coding 7 1 4 SDC3 ENSG00000162512 +CDS chr1 30876552 30877247 ENST00000336798 protein_coding 11 1 1 SDC3 ENSG00000162512 +CDS chr1 30876552 30877165 ENST00000339394 protein_coding 7 1 3 SDC3 ENSG00000162512 +CDS chr1 30878623 30878740 ENST00000339394 protein_coding 7 1 2 SDC3 ENSG00000162512 +CDS chr1 30908449 30908586 ENST00000339394 protein_coding 7 1 1 SDC3 ENSG00000162512 +transcript chr1 30931506 31065695 ENST00000424085 protein_coding 6 5 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065698 ENST00000257075 protein_coding 9 1 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065704 ENST00000373747 protein_coding 7 5 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065717 ENST00000426105 protein_coding 7 1 NA PUM1 ENSG00000134644 +transcript chr1 30932059 31065726 ENST00000525843 protein_coding 5 5 NA PUM1 ENSG00000134644 +transcript chr1 30932844 30995059 ENST00000498419 protein_coding 5 5 NA PUM1 ENSG00000134644 +transcript chr1 30932844 31065684 ENST00000440538 protein_coding 6 1 NA PUM1 ENSG00000134644 +transcript chr1 30932850 31065991 ENST00000373741 protein_coding 8 1 NA PUM1 ENSG00000134644 +transcript chr1 30933080 31065785 ENST00000373742 protein_coding 6 2 NA PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000424085 protein_coding 6 5 18 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000257075 protein_coding 9 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373747 protein_coding 7 5 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000525843 protein_coding 5 5 21 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000426105 protein_coding 7 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000498419 protein_coding 5 5 17 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000440538 protein_coding 6 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373741 protein_coding 8 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373742 protein_coding 6 2 20 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000424085 protein_coding 6 5 17 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000257075 protein_coding 9 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373747 protein_coding 7 5 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000525843 protein_coding 5 5 20 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000426105 protein_coding 7 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000498419 protein_coding 5 5 16 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000440538 protein_coding 6 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373741 protein_coding 8 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373742 protein_coding 6 2 19 PUM1 ENSG00000134644 +transcript chr1 30936722 30953757 ENST00000529846 protein_coding 5 3 NA PUM1 ENSG00000134644 +CDS chr1 30936722 30936835 ENST00000529846 protein_coding 5 3 6 PUM1 ENSG00000134644 +transcript chr1 30936724 30953744 ENST00000525997 protein_coding 1 3 NA PUM1 ENSG00000134644 +CDS chr1 30936724 30936835 ENST00000525997 protein_coding 1 3 6 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000424085 protein_coding 6 5 16 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000257075 protein_coding 9 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373747 protein_coding 7 5 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000525843 protein_coding 5 5 19 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000426105 protein_coding 7 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000498419 protein_coding 5 5 15 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000440538 protein_coding 6 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373741 protein_coding 8 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373742 protein_coding 6 2 18 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000529846 protein_coding 5 3 5 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000525997 protein_coding 1 3 5 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000424085 protein_coding 6 5 15 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000257075 protein_coding 9 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373747 protein_coding 7 5 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000525843 protein_coding 5 5 18 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000426105 protein_coding 7 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000498419 protein_coding 5 5 14 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000440538 protein_coding 6 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373741 protein_coding 8 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373742 protein_coding 6 2 17 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000525997 protein_coding 1 3 4 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000424085 protein_coding 6 5 14 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000257075 protein_coding 9 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373747 protein_coding 7 5 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000525843 protein_coding 5 5 17 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000426105 protein_coding 7 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000498419 protein_coding 5 5 13 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000440538 protein_coding 6 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373741 protein_coding 8 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373742 protein_coding 6 2 16 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000529846 protein_coding 5 3 4 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000373747 protein_coding 7 5 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000426105 protein_coding 7 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000498419 protein_coding 5 5 12 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000440538 protein_coding 6 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000373741 protein_coding 8 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000529846 protein_coding 5 3 3 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000424085 protein_coding 6 5 13 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000257075 protein_coding 9 1 17 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000525843 protein_coding 5 5 16 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000373742 protein_coding 6 2 15 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000525997 protein_coding 1 3 3 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000424085 protein_coding 6 5 12 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000257075 protein_coding 9 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373747 protein_coding 7 5 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000525843 protein_coding 5 5 15 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000426105 protein_coding 7 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000498419 protein_coding 5 5 11 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000440538 protein_coding 6 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373741 protein_coding 8 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373742 protein_coding 6 2 14 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000529846 protein_coding 5 3 2 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000525997 protein_coding 1 3 2 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000424085 protein_coding 6 5 11 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000257075 protein_coding 9 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373747 protein_coding 7 5 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000525843 protein_coding 5 5 14 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000426105 protein_coding 7 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000498419 protein_coding 5 5 10 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000440538 protein_coding 6 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373741 protein_coding 8 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373742 protein_coding 6 2 13 PUM1 ENSG00000134644 +CDS chr1 30953714 30953757 ENST00000529846 protein_coding 5 3 1 PUM1 ENSG00000134644 +CDS chr1 30953714 30953744 ENST00000525997 protein_coding 1 3 1 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000424085 protein_coding 6 5 10 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000257075 protein_coding 9 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373747 protein_coding 7 5 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000426105 protein_coding 7 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000498419 protein_coding 5 5 9 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000440538 protein_coding 6 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373741 protein_coding 8 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373742 protein_coding 6 2 12 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000424085 protein_coding 6 5 9 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000257075 protein_coding 9 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373747 protein_coding 7 5 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000525843 protein_coding 5 5 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000426105 protein_coding 7 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000498419 protein_coding 5 5 8 PUM1 ENSG00000134644 +CDS chr1 30965982 30966197 ENST00000440538 protein_coding 6 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373741 protein_coding 8 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373742 protein_coding 6 2 11 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000424085 protein_coding 6 5 8 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000257075 protein_coding 9 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373747 protein_coding 7 5 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000525843 protein_coding 5 5 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000426105 protein_coding 7 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000498419 protein_coding 5 5 7 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000440538 protein_coding 6 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373741 protein_coding 8 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373742 protein_coding 6 2 10 PUM1 ENSG00000134644 +transcript chr1 30967225 30995104 ENST00000532678 protein_coding 1 4 NA PUM1 ENSG00000134644 +CDS chr1 30967225 30967310 ENST00000532678 protein_coding 1 4 6 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000424085 protein_coding 6 5 7 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000257075 protein_coding 9 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373747 protein_coding 7 5 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000525843 protein_coding 5 5 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000426105 protein_coding 7 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000498419 protein_coding 5 5 6 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000440538 protein_coding 6 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373741 protein_coding 8 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373742 protein_coding 6 2 9 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000532678 protein_coding 1 4 5 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000424085 protein_coding 6 5 6 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000257075 protein_coding 9 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373747 protein_coding 7 5 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000525843 protein_coding 5 5 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000426105 protein_coding 7 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000498419 protein_coding 5 5 5 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000440538 protein_coding 6 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373741 protein_coding 8 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373742 protein_coding 6 2 8 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000532678 protein_coding 1 4 4 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000424085 protein_coding 6 5 5 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000257075 protein_coding 9 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000373747 protein_coding 7 5 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000525843 protein_coding 5 5 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000426105 protein_coding 7 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980178 ENST00000498419 protein_coding 5 5 4 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000440538 protein_coding 6 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000373741 protein_coding 8 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000373742 protein_coding 6 2 7 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000424085 protein_coding 6 5 4 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000257075 protein_coding 9 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373747 protein_coding 7 5 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000525843 protein_coding 5 5 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000426105 protein_coding 7 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000498419 protein_coding 5 5 3 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000440538 protein_coding 6 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373741 protein_coding 8 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373742 protein_coding 6 2 6 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000532678 protein_coding 1 4 3 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000257075 protein_coding 9 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373747 protein_coding 7 5 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000525843 protein_coding 5 5 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000426105 protein_coding 7 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000498419 protein_coding 5 5 2 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000440538 protein_coding 6 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373741 protein_coding 8 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373742 protein_coding 6 2 5 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000532678 protein_coding 1 4 2 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000257075 protein_coding 9 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373747 protein_coding 7 5 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000525843 protein_coding 5 5 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000426105 protein_coding 7 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995059 ENST00000498419 protein_coding 5 5 1 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000440538 protein_coding 6 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373741 protein_coding 8 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373742 protein_coding 6 2 4 PUM1 ENSG00000134644 +CDS chr1 30995054 30995104 ENST00000532678 protein_coding 1 4 1 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000257075 protein_coding 9 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000373747 protein_coding 7 5 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000525843 protein_coding 5 5 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000426105 protein_coding 7 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000440538 protein_coding 6 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000373741 protein_coding 8 1 5 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000257075 protein_coding 9 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000373747 protein_coding 7 5 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000525843 protein_coding 5 5 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000426105 protein_coding 7 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000440538 protein_coding 6 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000373741 protein_coding 8 1 4 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000424085 protein_coding 6 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000257075 protein_coding 9 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373747 protein_coding 7 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000525843 protein_coding 5 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000426105 protein_coding 7 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000440538 protein_coding 6 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373741 protein_coding 8 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373742 protein_coding 6 2 3 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000424085 protein_coding 6 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000257075 protein_coding 9 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000373747 protein_coding 7 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000525843 protein_coding 5 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000426105 protein_coding 7 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000440538 protein_coding 6 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000373741 protein_coding 8 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000373742 protein_coding 6 2 2 PUM1 ENSG00000134644 +transcript chr1 31059279 31061916 ENST00000531867 protein_coding 1 4 NA PUM1 ENSG00000134644 +CDS chr1 31059279 31059566 ENST00000531867 protein_coding 1 4 2 PUM1 ENSG00000134644 +CDS chr1 31065689 31065726 ENST00000525843 protein_coding 5 5 1 PUM1 ENSG00000134644 +CDS chr1 31065689 31065785 ENST00000373741 protein_coding 8 1 1 PUM1 ENSG00000134644 +CDS chr1 31065689 31065785 ENST00000373742 protein_coding 6 2 1 PUM1 ENSG00000134644 +transcript chr1 31179745 31239887 ENST00000373736 protein_coding 7 2 NA NKAIN1 ENSG00000084628 +transcript chr1 31181589 31188153 ENST00000526106 protein_coding 5 2 NA NKAIN1 ENSG00000084628 +CDS chr1 31181706 31181712 ENST00000373736 protein_coding 7 2 7 NKAIN1 ENSG00000084628 +CDS chr1 31181706 31181712 ENST00000526106 protein_coding 5 2 5 NKAIN1 ENSG00000084628 +CDS chr1 31181860 31181941 ENST00000373736 protein_coding 7 2 6 NKAIN1 ENSG00000084628 +CDS chr1 31181860 31181941 ENST00000526106 protein_coding 5 2 4 NKAIN1 ENSG00000084628 +CDS chr1 31182530 31182590 ENST00000373736 protein_coding 7 2 5 NKAIN1 ENSG00000084628 +CDS chr1 31182530 31182590 ENST00000526106 protein_coding 5 2 3 NKAIN1 ENSG00000084628 +transcript chr1 31182551 31193920 ENST00000530145 protein_coding 1 4 NA NKAIN1 ENSG00000084628 +CDS chr1 31182551 31182590 ENST00000530145 protein_coding 1 4 5 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000373736 protein_coding 7 2 4 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000526106 protein_coding 5 2 2 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000530145 protein_coding 1 4 4 NKAIN1 ENSG00000084628 +CDS chr1 31185247 31185327 ENST00000373736 protein_coding 7 2 3 NKAIN1 ENSG00000084628 +CDS chr1 31185247 31185327 ENST00000530145 protein_coding 1 4 3 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188187 ENST00000373736 protein_coding 7 2 2 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188153 ENST00000526106 protein_coding 5 2 1 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188109 ENST00000530145 protein_coding 1 4 2 NKAIN1 ENSG00000084628 +CDS chr1 31239494 31239547 ENST00000373736 protein_coding 7 2 1 NKAIN1 ENSG00000084628 +transcript chr1 31259568 31296788 ENST00000263694 protein_coding 9 1 NA SNRNP40 ENSG00000060688 +transcript chr1 31259710 31269666 ENST00000373720 protein_coding 3 1 NA SNRNP40 ENSG00000060688 +CDS chr1 31260075 31260121 ENST00000263694 protein_coding 9 1 10 SNRNP40 ENSG00000060688 +CDS chr1 31260075 31260121 ENST00000373720 protein_coding 3 1 4 SNRNP40 ENSG00000060688 +CDS chr1 31261529 31261632 ENST00000263694 protein_coding 9 1 9 SNRNP40 ENSG00000060688 +CDS chr1 31261529 31261632 ENST00000373720 protein_coding 3 1 3 SNRNP40 ENSG00000060688 +CDS chr1 31267871 31267932 ENST00000263694 protein_coding 9 1 8 SNRNP40 ENSG00000060688 +CDS chr1 31267871 31267932 ENST00000373720 protein_coding 3 1 2 SNRNP40 ENSG00000060688 +CDS chr1 31269158 31269240 ENST00000263694 protein_coding 9 1 7 SNRNP40 ENSG00000060688 +CDS chr1 31269158 31269325 ENST00000373720 protein_coding 3 1 1 SNRNP40 ENSG00000060688 +CDS chr1 31271379 31271499 ENST00000263694 protein_coding 9 1 6 SNRNP40 ENSG00000060688 +CDS chr1 31281374 31281496 ENST00000263694 protein_coding 9 1 5 SNRNP40 ENSG00000060688 +CDS chr1 31289254 31289419 ENST00000263694 protein_coding 9 1 4 SNRNP40 ENSG00000060688 +CDS chr1 31291913 31292006 ENST00000263694 protein_coding 9 1 3 SNRNP40 ENSG00000060688 +CDS chr1 31293219 31293348 ENST00000263694 protein_coding 9 1 2 SNRNP40 ENSG00000060688 +CDS chr1 31296611 31296751 ENST00000263694 protein_coding 9 1 1 SNRNP40 ENSG00000060688 +transcript chr1 31296982 31364953 ENST00000618216 protein_coding 4 3 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000546109 protein_coding 5 2 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000616393 protein_coding 4 5 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000616859 protein_coding 4 4 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000615916 protein_coding 4 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297008 31364936 ENST00000373714 protein_coding 5 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297032 31364936 ENST00000344147 protein_coding 10 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297036 31364552 ENST00000627541 protein_coding 1 5 NA ZCCHC17 ENSG00000121766 +CDS chr1 31297082 31297213 ENST00000615916 protein_coding 4 1 1 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000344147 protein_coding 10 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000373714 protein_coding 5 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000618216 protein_coding 4 3 2 ZCCHC17 ENSG00000121766 +CDS chr1 31318195 31318236 ENST00000546109 protein_coding 5 2 3 ZCCHC17 ENSG00000121766 +CDS chr1 31318195 31318236 ENST00000616859 protein_coding 4 4 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000344147 protein_coding 10 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000373714 protein_coding 5 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000618216 protein_coding 4 3 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000546109 protein_coding 5 2 4 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000616859 protein_coding 4 4 4 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000615916 protein_coding 4 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31319115 31319166 ENST00000627541 protein_coding 1 5 2 ZCCHC17 ENSG00000121766 +CDS chr1 31319128 31319166 ENST00000616393 protein_coding 4 5 3 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000344147 protein_coding 10 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000373714 protein_coding 5 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000627541 protein_coding 1 5 3 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000618216 protein_coding 4 3 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000546109 protein_coding 5 2 5 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000616859 protein_coding 4 4 5 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000615916 protein_coding 4 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000344147 protein_coding 10 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000373714 protein_coding 5 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000627541 protein_coding 1 5 4 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000618216 protein_coding 4 3 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000546109 protein_coding 5 2 6 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000616393 protein_coding 4 5 4 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000616859 protein_coding 4 4 6 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000615916 protein_coding 4 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000344147 protein_coding 10 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000373714 protein_coding 5 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346818 ENST00000627541 protein_coding 1 5 5 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000618216 protein_coding 4 3 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000546109 protein_coding 5 2 7 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000616393 protein_coding 4 5 5 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000615916 protein_coding 4 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000344147 protein_coding 10 1 7 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000373714 protein_coding 5 1 7 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000627541 protein_coding 1 5 6 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000546109 protein_coding 5 2 8 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000616393 protein_coding 4 5 6 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000615916 protein_coding 4 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000344147 protein_coding 10 1 8 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000373714 protein_coding 5 1 8 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000627541 protein_coding 1 5 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364051 ENST00000618216 protein_coding 4 3 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000546109 protein_coding 5 2 9 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000616393 protein_coding 4 5 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364218 ENST00000616859 protein_coding 4 4 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000615916 protein_coding 4 1 7 ZCCHC17 ENSG00000121766 +transcript chr1 31365253 31373076 ENST00000373713 protein_coding 7 1 NA FABP3 ENSG00000121769 +CDS chr1 31365889 31365939 ENST00000373713 protein_coding 7 1 4 FABP3 ENSG00000121769 +transcript chr1 31365891 31376850 ENST00000482018 protein_coding 1 5 NA FABP3 ENSG00000121769 +CDS chr1 31365891 31365939 ENST00000482018 protein_coding 1 5 6 FABP3 ENSG00000121769 +CDS chr1 31367393 31367494 ENST00000373713 protein_coding 7 1 3 FABP3 ENSG00000121769 +CDS chr1 31367393 31367494 ENST00000482018 protein_coding 1 5 5 FABP3 ENSG00000121769 +CDS chr1 31369385 31369557 ENST00000373713 protein_coding 7 1 2 FABP3 ENSG00000121769 +CDS chr1 31369385 31369557 ENST00000482018 protein_coding 1 5 4 FABP3 ENSG00000121769 +CDS chr1 31372942 31373014 ENST00000373713 protein_coding 7 1 1 FABP3 ENSG00000121769 +CDS chr1 31372942 31373014 ENST00000482018 protein_coding 1 5 3 FABP3 ENSG00000121769 +transcript chr1 31409565 31434677 ENST00000373710 protein_coding 5 2 NA SERINC2 ENSG00000168528 +CDS chr1 31409838 31409852 ENST00000373710 protein_coding 5 2 1 SERINC2 ENSG00000168528 +transcript chr1 31410174 31434680 ENST00000536859 protein_coding 5 2 NA SERINC2 ENSG00000168528 +CDS chr1 31410385 31410435 ENST00000373710 protein_coding 5 2 2 SERINC2 ENSG00000168528 +CDS chr1 31410385 31410435 ENST00000536859 protein_coding 5 2 1 SERINC2 ENSG00000168528 +transcript chr1 31413213 31434678 ENST00000373709 protein_coding 8 1 NA SERINC2 ENSG00000168528 +CDS chr1 31413266 31413304 ENST00000373709 protein_coding 8 1 1 SERINC2 ENSG00000168528 +transcript chr1 31413813 31434680 ENST00000536384 protein_coding 2 2 NA SERINC2 ENSG00000168528 +CDS chr1 31414014 31414064 ENST00000536384 protein_coding 2 2 1 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000373710 protein_coding 5 2 3 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000373709 protein_coding 8 1 2 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000536384 protein_coding 2 2 2 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000536859 protein_coding 5 2 2 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000373710 protein_coding 5 2 4 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000373709 protein_coding 8 1 3 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000536384 protein_coding 2 2 3 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000536859 protein_coding 5 2 3 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000373710 protein_coding 5 2 5 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000373709 protein_coding 8 1 4 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000536384 protein_coding 2 2 4 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000536859 protein_coding 5 2 4 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000373710 protein_coding 5 2 6 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000373709 protein_coding 8 1 5 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000536384 protein_coding 2 2 5 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000536859 protein_coding 5 2 5 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000373710 protein_coding 5 2 7 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000373709 protein_coding 8 1 6 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000536384 protein_coding 2 2 6 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000536859 protein_coding 5 2 6 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000373710 protein_coding 5 2 8 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000373709 protein_coding 8 1 7 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000536384 protein_coding 2 2 7 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000536859 protein_coding 5 2 7 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000373710 protein_coding 5 2 9 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000373709 protein_coding 8 1 8 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000536384 protein_coding 2 2 8 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000536859 protein_coding 5 2 8 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000373710 protein_coding 5 2 10 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000373709 protein_coding 8 1 9 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000536384 protein_coding 2 2 9 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000536859 protein_coding 5 2 9 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000373710 protein_coding 5 2 11 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000373709 protein_coding 8 1 10 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000536384 protein_coding 2 2 10 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000536859 protein_coding 5 2 10 SERINC2 ENSG00000168528 +transcript chr1 31576485 31587682 ENST00000457433 protein_coding 6 2 NA TINAGL1 ENSG00000142910 +transcript chr1 31576515 31587686 ENST00000271064 protein_coding 12 1 NA TINAGL1 ENSG00000142910 +CDS chr1 31577149 31577458 ENST00000457433 protein_coding 6 2 2 TINAGL1 ENSG00000142910 +CDS chr1 31577149 31577458 ENST00000271064 protein_coding 12 1 2 TINAGL1 ENSG00000142910 +transcript chr1 31578145 31587682 ENST00000537531 protein_coding 2 5 NA TINAGL1 ENSG00000142910 +CDS chr1 31579204 31579267 ENST00000457433 protein_coding 6 2 3 TINAGL1 ENSG00000142910 +CDS chr1 31579204 31579267 ENST00000271064 protein_coding 12 1 3 TINAGL1 ENSG00000142910 +CDS chr1 31579209 31579267 ENST00000537531 protein_coding 2 5 2 TINAGL1 ENSG00000142910 +CDS chr1 31583149 31583241 ENST00000271064 protein_coding 12 1 4 TINAGL1 ENSG00000142910 +CDS chr1 31583149 31583241 ENST00000537531 protein_coding 2 5 3 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000457433 protein_coding 6 2 4 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000271064 protein_coding 12 1 5 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000537531 protein_coding 2 5 4 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000457433 protein_coding 6 2 5 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000271064 protein_coding 12 1 6 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000537531 protein_coding 2 5 5 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000457433 protein_coding 6 2 6 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000271064 protein_coding 12 1 7 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000537531 protein_coding 2 5 6 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000457433 protein_coding 6 2 7 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000271064 protein_coding 12 1 8 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000537531 protein_coding 2 5 7 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000457433 protein_coding 6 2 8 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000271064 protein_coding 12 1 9 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000537531 protein_coding 2 5 8 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000457433 protein_coding 6 2 9 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000271064 protein_coding 12 1 10 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000537531 protein_coding 2 5 9 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000457433 protein_coding 6 2 10 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000271064 protein_coding 12 1 11 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000537531 protein_coding 2 5 10 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000457433 protein_coding 6 2 11 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000271064 protein_coding 12 1 12 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000537531 protein_coding 2 5 11 TINAGL1 ENSG00000142910 +transcript chr1 31617689 31627613 ENST00000403528 protein_coding 7 5 NA HCRTR1 ENSG00000121764 +transcript chr1 31619040 31627191 ENST00000373706 protein_coding 9 1 NA HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000403528 protein_coding 7 5 3 HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000373706 protein_coding 9 1 1 HCRTR1 ENSG00000121764 +transcript chr1 31619193 31632518 ENST00000373705 protein_coding 1 1 NA HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000373705 protein_coding 1 1 1 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000403528 protein_coding 7 5 4 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000373706 protein_coding 9 1 2 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000373705 protein_coding 1 1 2 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000403528 protein_coding 7 5 5 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000373706 protein_coding 9 1 3 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000373705 protein_coding 1 1 3 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000403528 protein_coding 7 5 6 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000373706 protein_coding 9 1 4 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000373705 protein_coding 1 1 4 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000403528 protein_coding 7 5 7 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000373706 protein_coding 9 1 5 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000373705 protein_coding 1 1 5 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000403528 protein_coding 7 5 8 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000373706 protein_coding 9 1 6 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000373705 protein_coding 1 1 6 HCRTR1 ENSG00000121764 +CDS chr1 31626790 31626977 ENST00000403528 protein_coding 7 5 9 HCRTR1 ENSG00000121764 +CDS chr1 31626790 31626977 ENST00000373706 protein_coding 9 1 7 HCRTR1 ENSG00000121764 +transcript chr1 31629866 31644876 ENST00000373703 protein_coding 5 1 NA PEF1 ENSG00000162517 +CDS chr1 31630616 31630842 ENST00000373703 protein_coding 5 1 5 PEF1 ENSG00000162517 +CDS chr1 31632436 31632515 ENST00000373705 protein_coding 1 1 7 HCRTR1 ENSG00000121764 +CDS chr1 31632495 31632638 ENST00000373703 protein_coding 5 1 4 PEF1 ENSG00000162517 +CDS chr1 31633159 31633314 ENST00000373703 protein_coding 5 1 3 PEF1 ENSG00000162517 +CDS chr1 31635222 31635522 ENST00000373703 protein_coding 5 1 2 PEF1 ENSG00000162517 +CDS chr1 31644841 31644864 ENST00000373703 protein_coding 5 1 1 PEF1 ENSG00000162517 +transcript chr1 31652263 31704017 ENST00000373672 protein_coding 8 5 NA COL16A1 ENSG00000084636 +CDS chr1 31652654 31652853 ENST00000373672 protein_coding 8 5 71 COL16A1 ENSG00000084636 +CDS chr1 31653599 31653676 ENST00000373672 protein_coding 8 5 70 COL16A1 ENSG00000084636 +CDS chr1 31653867 31654043 ENST00000373672 protein_coding 8 5 69 COL16A1 ENSG00000084636 +CDS chr1 31654792 31654858 ENST00000373672 protein_coding 8 5 68 COL16A1 ENSG00000084636 +CDS chr1 31655314 31655502 ENST00000373672 protein_coding 8 5 67 COL16A1 ENSG00000084636 +CDS chr1 31656400 31656444 ENST00000373672 protein_coding 8 5 66 COL16A1 ENSG00000084636 +transcript chr1 31656400 31666081 ENST00000440437 protein_coding 1 5 NA COL16A1 ENSG00000084636 +CDS chr1 31656400 31656444 ENST00000440437 protein_coding 1 5 13 COL16A1 ENSG00000084636 +CDS chr1 31657033 31657068 ENST00000373672 protein_coding 8 5 65 COL16A1 ENSG00000084636 +CDS chr1 31657033 31657068 ENST00000440437 protein_coding 1 5 12 COL16A1 ENSG00000084636 +CDS chr1 31658488 31658577 ENST00000373672 protein_coding 8 5 64 COL16A1 ENSG00000084636 +CDS chr1 31658488 31658577 ENST00000440437 protein_coding 1 5 11 COL16A1 ENSG00000084636 +CDS chr1 31658914 31658964 ENST00000373672 protein_coding 8 5 63 COL16A1 ENSG00000084636 +CDS chr1 31658914 31658964 ENST00000440437 protein_coding 1 5 10 COL16A1 ENSG00000084636 +CDS chr1 31660585 31660638 ENST00000373672 protein_coding 8 5 62 COL16A1 ENSG00000084636 +CDS chr1 31660585 31660638 ENST00000440437 protein_coding 1 5 9 COL16A1 ENSG00000084636 +CDS chr1 31661066 31661119 ENST00000373672 protein_coding 8 5 61 COL16A1 ENSG00000084636 +CDS chr1 31661066 31661119 ENST00000440437 protein_coding 1 5 8 COL16A1 ENSG00000084636 +CDS chr1 31661414 31661458 ENST00000373672 protein_coding 8 5 60 COL16A1 ENSG00000084636 +CDS chr1 31661414 31661458 ENST00000440437 protein_coding 1 5 7 COL16A1 ENSG00000084636 +CDS chr1 31661660 31661704 ENST00000373672 protein_coding 8 5 59 COL16A1 ENSG00000084636 +CDS chr1 31661660 31661704 ENST00000440437 protein_coding 1 5 6 COL16A1 ENSG00000084636 +CDS chr1 31662334 31662387 ENST00000373672 protein_coding 8 5 58 COL16A1 ENSG00000084636 +CDS chr1 31662334 31662387 ENST00000440437 protein_coding 1 5 5 COL16A1 ENSG00000084636 +CDS chr1 31662587 31662658 ENST00000373672 protein_coding 8 5 57 COL16A1 ENSG00000084636 +CDS chr1 31665172 31665234 ENST00000373672 protein_coding 8 5 56 COL16A1 ENSG00000084636 +CDS chr1 31665172 31665234 ENST00000440437 protein_coding 1 5 4 COL16A1 ENSG00000084636 +CDS chr1 31665583 31665618 ENST00000373672 protein_coding 8 5 55 COL16A1 ENSG00000084636 +CDS chr1 31665583 31665618 ENST00000440437 protein_coding 1 5 3 COL16A1 ENSG00000084636 +CDS chr1 31665882 31665935 ENST00000373672 protein_coding 8 5 54 COL16A1 ENSG00000084636 +CDS chr1 31665882 31665935 ENST00000440437 protein_coding 1 5 2 COL16A1 ENSG00000084636 +CDS chr1 31666037 31666081 ENST00000373672 protein_coding 8 5 53 COL16A1 ENSG00000084636 +CDS chr1 31666037 31666081 ENST00000440437 protein_coding 1 5 1 COL16A1 ENSG00000084636 +CDS chr1 31667575 31667628 ENST00000373672 protein_coding 8 5 52 COL16A1 ENSG00000084636 +CDS chr1 31668165 31668218 ENST00000373672 protein_coding 8 5 51 COL16A1 ENSG00000084636 +CDS chr1 31668802 31668855 ENST00000373672 protein_coding 8 5 50 COL16A1 ENSG00000084636 +CDS chr1 31670602 31670646 ENST00000373672 protein_coding 8 5 49 COL16A1 ENSG00000084636 +CDS chr1 31671615 31671659 ENST00000373672 protein_coding 8 5 48 COL16A1 ENSG00000084636 +CDS chr1 31672416 31672502 ENST00000373672 protein_coding 8 5 47 COL16A1 ENSG00000084636 +transcript chr1 31672430 31683748 ENST00000458715 protein_coding 5 5 NA COL16A1 ENSG00000084636 +CDS chr1 31672430 31672502 ENST00000458715 protein_coding 5 5 13 COL16A1 ENSG00000084636 +CDS chr1 31672596 31672637 ENST00000373672 protein_coding 8 5 46 COL16A1 ENSG00000084636 +CDS chr1 31672596 31672637 ENST00000458715 protein_coding 5 5 12 COL16A1 ENSG00000084636 +CDS chr1 31672724 31672840 ENST00000373672 protein_coding 8 5 45 COL16A1 ENSG00000084636 +CDS chr1 31672724 31672840 ENST00000458715 protein_coding 5 5 11 COL16A1 ENSG00000084636 +CDS chr1 31675007 31675039 ENST00000373672 protein_coding 8 5 44 COL16A1 ENSG00000084636 +CDS chr1 31675007 31675039 ENST00000458715 protein_coding 5 5 10 COL16A1 ENSG00000084636 +CDS chr1 31675258 31675311 ENST00000373672 protein_coding 8 5 43 COL16A1 ENSG00000084636 +CDS chr1 31675258 31675311 ENST00000458715 protein_coding 5 5 9 COL16A1 ENSG00000084636 +transcript chr1 31679230 31704319 ENST00000373668 protein_coding 7 2 NA COL16A1 ENSG00000084636 +CDS chr1 31679458 31679685 ENST00000373668 protein_coding 7 2 41 COL16A1 ENSG00000084636 +CDS chr1 31679632 31679685 ENST00000373672 protein_coding 8 5 42 COL16A1 ENSG00000084636 +CDS chr1 31679632 31679685 ENST00000458715 protein_coding 5 5 8 COL16A1 ENSG00000084636 +CDS chr1 31679804 31679851 ENST00000373672 protein_coding 8 5 41 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000373672 protein_coding 8 5 40 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000458715 protein_coding 5 5 7 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000373668 protein_coding 7 2 40 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000373672 protein_coding 8 5 39 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000458715 protein_coding 5 5 6 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000373668 protein_coding 7 2 39 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000373672 protein_coding 8 5 38 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000458715 protein_coding 5 5 5 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000373668 protein_coding 7 2 38 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000373672 protein_coding 8 5 37 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000458715 protein_coding 5 5 4 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000373668 protein_coding 7 2 37 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000373672 protein_coding 8 5 36 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000458715 protein_coding 5 5 3 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000373668 protein_coding 7 2 36 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000373672 protein_coding 8 5 35 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000458715 protein_coding 5 5 2 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000373668 protein_coding 7 2 35 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000373672 protein_coding 8 5 34 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000458715 protein_coding 5 5 1 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000373668 protein_coding 7 2 34 COL16A1 ENSG00000084636 +CDS chr1 31683950 31684003 ENST00000373672 protein_coding 8 5 33 COL16A1 ENSG00000084636 +CDS chr1 31683950 31684003 ENST00000373668 protein_coding 7 2 33 COL16A1 ENSG00000084636 +CDS chr1 31684109 31684231 ENST00000373672 protein_coding 8 5 32 COL16A1 ENSG00000084636 +CDS chr1 31684109 31684231 ENST00000373668 protein_coding 7 2 32 COL16A1 ENSG00000084636 +CDS chr1 31684523 31684630 ENST00000373672 protein_coding 8 5 31 COL16A1 ENSG00000084636 +CDS chr1 31684523 31684630 ENST00000373668 protein_coding 7 2 31 COL16A1 ENSG00000084636 +CDS chr1 31684821 31684856 ENST00000373672 protein_coding 8 5 30 COL16A1 ENSG00000084636 +CDS chr1 31684821 31684856 ENST00000373668 protein_coding 7 2 30 COL16A1 ENSG00000084636 +CDS chr1 31685639 31685770 ENST00000373672 protein_coding 8 5 29 COL16A1 ENSG00000084636 +CDS chr1 31685639 31685770 ENST00000373668 protein_coding 7 2 29 COL16A1 ENSG00000084636 +CDS chr1 31686091 31686135 ENST00000373672 protein_coding 8 5 28 COL16A1 ENSG00000084636 +CDS chr1 31686091 31686135 ENST00000373668 protein_coding 7 2 28 COL16A1 ENSG00000084636 +CDS chr1 31686244 31686279 ENST00000373672 protein_coding 8 5 27 COL16A1 ENSG00000084636 +CDS chr1 31686244 31686279 ENST00000373668 protein_coding 7 2 27 COL16A1 ENSG00000084636 +CDS chr1 31688467 31688502 ENST00000373672 protein_coding 8 5 26 COL16A1 ENSG00000084636 +CDS chr1 31688467 31688502 ENST00000373668 protein_coding 7 2 26 COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373672 protein_coding 8 5 25 COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373668 protein_coding 7 2 25 COL16A1 ENSG00000084636 +transcript chr1 31688861 31697010 ENST00000373667 protein_coding 4 5 NA COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373667 protein_coding 4 5 17 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373672 protein_coding 8 5 24 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373668 protein_coding 7 2 24 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373667 protein_coding 4 5 16 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373672 protein_coding 8 5 23 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373668 protein_coding 7 2 23 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373667 protein_coding 4 5 15 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373672 protein_coding 8 5 22 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373668 protein_coding 7 2 22 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373667 protein_coding 4 5 14 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373672 protein_coding 8 5 21 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373668 protein_coding 7 2 21 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373667 protein_coding 4 5 13 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373672 protein_coding 8 5 20 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373668 protein_coding 7 2 20 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373667 protein_coding 4 5 12 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373672 protein_coding 8 5 19 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373668 protein_coding 7 2 19 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373667 protein_coding 4 5 11 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373672 protein_coding 8 5 18 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373668 protein_coding 7 2 18 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373667 protein_coding 4 5 10 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373672 protein_coding 8 5 17 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373668 protein_coding 7 2 17 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373667 protein_coding 4 5 9 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373672 protein_coding 8 5 16 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373668 protein_coding 7 2 16 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373667 protein_coding 4 5 8 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373672 protein_coding 8 5 15 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373668 protein_coding 7 2 15 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373667 protein_coding 4 5 7 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373672 protein_coding 8 5 14 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373668 protein_coding 7 2 14 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373667 protein_coding 4 5 6 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373672 protein_coding 8 5 13 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373668 protein_coding 7 2 13 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373667 protein_coding 4 5 5 COL16A1 ENSG00000084636 +CDS chr1 31694144 31694170 ENST00000373672 protein_coding 8 5 12 COL16A1 ENSG00000084636 +CDS chr1 31694144 31694170 ENST00000373668 protein_coding 7 2 12 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373672 protein_coding 8 5 11 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373668 protein_coding 7 2 11 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373667 protein_coding 4 5 4 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373672 protein_coding 8 5 10 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373668 protein_coding 7 2 10 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373667 protein_coding 4 5 3 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373672 protein_coding 8 5 9 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373668 protein_coding 7 2 9 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373667 protein_coding 4 5 2 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697088 ENST00000373672 protein_coding 8 5 8 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697088 ENST00000373668 protein_coding 7 2 8 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697010 ENST00000373667 protein_coding 4 5 1 COL16A1 ENSG00000084636 +CDS chr1 31697220 31697300 ENST00000373672 protein_coding 8 5 7 COL16A1 ENSG00000084636 +CDS chr1 31697220 31697300 ENST00000373668 protein_coding 7 2 7 COL16A1 ENSG00000084636 +CDS chr1 31697906 31698172 ENST00000373672 protein_coding 8 5 6 COL16A1 ENSG00000084636 +CDS chr1 31697906 31698172 ENST00000373668 protein_coding 7 2 6 COL16A1 ENSG00000084636 +CDS chr1 31698483 31698606 ENST00000373672 protein_coding 8 5 5 COL16A1 ENSG00000084636 +CDS chr1 31698483 31698606 ENST00000373668 protein_coding 7 2 5 COL16A1 ENSG00000084636 +CDS chr1 31699813 31699930 ENST00000373672 protein_coding 8 5 4 COL16A1 ENSG00000084636 +CDS chr1 31699813 31699930 ENST00000373668 protein_coding 7 2 4 COL16A1 ENSG00000084636 +CDS chr1 31700041 31700115 ENST00000373672 protein_coding 8 5 3 COL16A1 ENSG00000084636 +CDS chr1 31700041 31700115 ENST00000373668 protein_coding 7 2 3 COL16A1 ENSG00000084636 +CDS chr1 31702121 31702193 ENST00000373672 protein_coding 8 5 2 COL16A1 ENSG00000084636 +CDS chr1 31702121 31702193 ENST00000373668 protein_coding 7 2 2 COL16A1 ENSG00000084636 +transcript chr1 31727117 31759423 ENST00000398556 protein_coding 7 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31763922 ENST00000398547 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764035 ENST00000373655 protein_coding 6 1 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764340 ENST00000398542 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764340 ENST00000373658 protein_coding 8 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727195 31757259 ENST00000527361 protein_coding 5 1 NA ADGRB2 ENSG00000121753 +transcript chr1 31727411 31756801 ENST00000398538 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398556 protein_coding 7 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398547 protein_coding 5 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000373655 protein_coding 6 1 33 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398542 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000373658 protein_coding 8 5 33 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000527361 protein_coding 5 1 30 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398538 protein_coding 5 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000398556 protein_coding 7 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000373655 protein_coding 6 1 32 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000373658 protein_coding 8 5 32 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000527361 protein_coding 5 1 29 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398556 protein_coding 7 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398547 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728277 ENST00000373655 protein_coding 6 1 31 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398542 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000373658 protein_coding 8 5 31 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728277 ENST00000527361 protein_coding 5 1 28 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398538 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398556 protein_coding 7 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398547 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000373655 protein_coding 6 1 30 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398542 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000373658 protein_coding 8 5 30 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000527361 protein_coding 5 1 27 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398538 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398556 protein_coding 7 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398547 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000373655 protein_coding 6 1 29 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398542 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000373658 protein_coding 8 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000527361 protein_coding 5 1 26 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398538 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398556 protein_coding 7 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398547 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000373655 protein_coding 6 1 28 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398542 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000373658 protein_coding 8 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000527361 protein_coding 5 1 25 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398538 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398556 protein_coding 7 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398547 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000373655 protein_coding 6 1 27 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398542 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000373658 protein_coding 8 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000527361 protein_coding 5 1 24 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398538 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398556 protein_coding 7 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398547 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000373655 protein_coding 6 1 26 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398542 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000373658 protein_coding 8 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000527361 protein_coding 5 1 23 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398538 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000398547 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000373655 protein_coding 6 1 25 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000373658 protein_coding 8 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000398538 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398556 protein_coding 7 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398547 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000373655 protein_coding 6 1 24 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398542 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000373658 protein_coding 8 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000527361 protein_coding 5 1 22 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398538 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398556 protein_coding 7 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398547 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000373655 protein_coding 6 1 23 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398542 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000373658 protein_coding 8 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000527361 protein_coding 5 1 21 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398538 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398556 protein_coding 7 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398547 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000373655 protein_coding 6 1 22 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398542 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000373658 protein_coding 8 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000527361 protein_coding 5 1 20 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398538 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398556 protein_coding 7 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398547 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000373655 protein_coding 6 1 21 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398542 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000373658 protein_coding 8 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000527361 protein_coding 5 1 19 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398538 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398556 protein_coding 7 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398547 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000373655 protein_coding 6 1 20 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398542 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000373658 protein_coding 8 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000527361 protein_coding 5 1 18 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398538 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398556 protein_coding 7 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398547 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000373655 protein_coding 6 1 19 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398542 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000373658 protein_coding 8 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000527361 protein_coding 5 1 17 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398538 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398556 protein_coding 7 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398547 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000373655 protein_coding 6 1 18 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398542 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000373658 protein_coding 8 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000527361 protein_coding 5 1 16 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398538 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +transcript chr1 31738245 31756815 ENST00000420125 protein_coding 5 2 NA ADGRB2 ENSG00000121753 +CDS chr1 31738245 31738326 ENST00000420125 protein_coding 5 2 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398556 protein_coding 7 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398547 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000373655 protein_coding 6 1 17 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398542 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000373658 protein_coding 8 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000527361 protein_coding 5 1 15 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398538 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000420125 protein_coding 5 2 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398556 protein_coding 7 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398547 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000373655 protein_coding 6 1 16 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398542 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000373658 protein_coding 8 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000527361 protein_coding 5 1 14 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398538 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000420125 protein_coding 5 2 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398556 protein_coding 7 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398547 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000373655 protein_coding 6 1 15 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398542 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000373658 protein_coding 8 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000527361 protein_coding 5 1 13 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398538 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000420125 protein_coding 5 2 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398556 protein_coding 7 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398547 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000373655 protein_coding 6 1 14 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398542 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000373658 protein_coding 8 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000527361 protein_coding 5 1 12 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398538 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000420125 protein_coding 5 2 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398556 protein_coding 7 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398547 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000373655 protein_coding 6 1 13 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398542 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000373658 protein_coding 8 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000527361 protein_coding 5 1 11 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398538 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000420125 protein_coding 5 2 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398556 protein_coding 7 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398547 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000373655 protein_coding 6 1 12 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398542 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000373658 protein_coding 8 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000527361 protein_coding 5 1 10 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398538 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000420125 protein_coding 5 2 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398556 protein_coding 7 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398547 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000373655 protein_coding 6 1 11 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398542 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000373658 protein_coding 8 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000527361 protein_coding 5 1 9 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398538 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000420125 protein_coding 5 2 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398556 protein_coding 7 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398547 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000373655 protein_coding 6 1 10 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398542 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000373658 protein_coding 8 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000527361 protein_coding 5 1 8 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398538 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000420125 protein_coding 5 2 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398556 protein_coding 7 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398547 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000373655 protein_coding 6 1 9 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398542 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000373658 protein_coding 8 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000527361 protein_coding 5 1 7 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398538 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000420125 protein_coding 5 2 5 ADGRB2 ENSG00000121753 +transcript chr1 31741800 31764893 ENST00000533175 protein_coding 1 1 NA ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000533175 protein_coding 1 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398556 protein_coding 7 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398547 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000373655 protein_coding 6 1 8 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398542 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000373658 protein_coding 8 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000527361 protein_coding 5 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398538 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000420125 protein_coding 5 2 4 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000533175 protein_coding 1 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398556 protein_coding 7 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398547 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000373655 protein_coding 6 1 7 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000373658 protein_coding 8 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000527361 protein_coding 5 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398538 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000533175 protein_coding 1 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000373655 protein_coding 6 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000398542 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000373658 protein_coding 8 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000527361 protein_coding 5 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000398538 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000420125 protein_coding 5 2 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398556 protein_coding 7 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398547 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000373655 protein_coding 6 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398542 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000373658 protein_coding 8 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000527361 protein_coding 5 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398538 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000420125 protein_coding 5 2 2 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000533175 protein_coding 1 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000398556 protein_coding 7 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398547 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000373655 protein_coding 6 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398542 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000373658 protein_coding 8 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000527361 protein_coding 5 1 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398538 protein_coding 5 5 1 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000420125 protein_coding 5 2 1 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000533175 protein_coding 1 1 2 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000373655 protein_coding 6 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000373658 protein_coding 8 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000527361 protein_coding 5 1 1 ADGRB2 ENSG00000121753 +transcript chr1 31757217 31761026 ENST00000436464 protein_coding 1 4 NA ADGRB2 ENSG00000121753 +CDS chr1 31757217 31757221 ENST00000436464 protein_coding 1 4 3 ADGRB2 ENSG00000121753 +CDS chr1 31759321 31759350 ENST00000398556 protein_coding 7 5 1 ADGRB2 ENSG00000121753 +CDS chr1 31764680 31764802 ENST00000533175 protein_coding 1 1 1 ADGRB2 ENSG00000121753 +transcript chr1 31790422 31816022 ENST00000257100 protein_coding 7 2 NA SPOCD1 ENSG00000134668 +transcript chr1 31790422 31816022 ENST00000360482 protein_coding 7 2 NA SPOCD1 ENSG00000134668 +transcript chr1 31790477 31798839 ENST00000452755 protein_coding 6 5 NA SPOCD1 ENSG00000134668 +transcript chr1 31790483 31815375 ENST00000533231 protein_coding 5 5 NA SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000257100 protein_coding 7 2 15 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791291 ENST00000360482 protein_coding 7 2 16 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000452755 protein_coding 6 5 9 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000533231 protein_coding 5 5 15 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000257100 protein_coding 7 2 14 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000360482 protein_coding 7 2 15 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000452755 protein_coding 6 5 8 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000533231 protein_coding 5 5 14 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000257100 protein_coding 7 2 13 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000360482 protein_coding 7 2 14 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000452755 protein_coding 6 5 7 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000533231 protein_coding 5 5 13 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000257100 protein_coding 7 2 12 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000360482 protein_coding 7 2 13 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000452755 protein_coding 6 5 6 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000533231 protein_coding 5 5 12 SPOCD1 ENSG00000134668 +transcript chr1 31793319 31798716 ENST00000528579 protein_coding 1 2 NA SPOCD1 ENSG00000134668 +CDS chr1 31793319 31793428 ENST00000528579 protein_coding 1 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000257100 protein_coding 7 2 11 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000360482 protein_coding 7 2 12 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000452755 protein_coding 6 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000533231 protein_coding 5 5 11 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000528579 protein_coding 1 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000257100 protein_coding 7 2 10 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000360482 protein_coding 7 2 11 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000452755 protein_coding 6 5 4 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000533231 protein_coding 5 5 10 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000528579 protein_coding 1 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000257100 protein_coding 7 2 9 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000360482 protein_coding 7 2 10 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000533231 protein_coding 5 5 9 SPOCD1 ENSG00000134668 +CDS chr1 31796593 31796715 ENST00000452755 protein_coding 6 5 3 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000257100 protein_coding 7 2 8 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000360482 protein_coding 7 2 9 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000452755 protein_coding 6 5 2 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000533231 protein_coding 5 5 8 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000528579 protein_coding 1 2 2 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000257100 protein_coding 7 2 7 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000360482 protein_coding 7 2 8 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798780 ENST00000452755 protein_coding 6 5 1 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000533231 protein_coding 5 5 7 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798716 ENST00000528579 protein_coding 1 2 1 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000257100 protein_coding 7 2 6 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000360482 protein_coding 7 2 7 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000533231 protein_coding 5 5 6 SPOCD1 ENSG00000134668 +transcript chr1 31799402 31816002 ENST00000529396 protein_coding 1 4 NA SPOCD1 ENSG00000134668 +CDS chr1 31799402 31799485 ENST00000529396 protein_coding 1 4 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000257100 protein_coding 7 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000360482 protein_coding 7 2 6 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000533231 protein_coding 5 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799854 ENST00000529396 protein_coding 1 4 4 SPOCD1 ENSG00000134668 +transcript chr1 31799809 31816022 ENST00000528791 protein_coding 5 5 NA SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000528791 protein_coding 5 5 6 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000257100 protein_coding 7 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000360482 protein_coding 7 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000533231 protein_coding 5 5 4 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000528791 protein_coding 5 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800521 ENST00000257100 protein_coding 7 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800617 ENST00000360482 protein_coding 7 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800617 ENST00000533231 protein_coding 5 5 3 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800521 ENST00000528791 protein_coding 5 5 4 SPOCD1 ENSG00000134668 +transcript chr1 31800460 31816020 ENST00000525930 protein_coding 1 4 NA SPOCD1 ENSG00000134668 +CDS chr1 31800460 31800521 ENST00000525930 protein_coding 1 4 3 SPOCD1 ENSG00000134668 +CDS chr1 31801664 31801705 ENST00000360482 protein_coding 7 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31801664 31801705 ENST00000533231 protein_coding 5 5 2 SPOCD1 ENSG00000134668 +CDS chr1 31813951 31815333 ENST00000360482 protein_coding 7 2 2 SPOCD1 ENSG00000134668 +CDS chr1 31813951 31815333 ENST00000533231 protein_coding 5 5 1 SPOCD1 ENSG00000134668 +transcript chr1 31906421 31919483 ENST00000602725 protein_coding 5 1 NA PTP4A2 ENSG00000184007 +transcript chr1 31906421 31938368 ENST00000647444 protein_coding 2 NA NA PTP4A2 ENSG00000184007 +transcript chr1 31908263 31937775 ENST00000649841 protein_coding 1 NA NA PTP4A2 ENSG00000184007 +transcript chr1 31908534 31919368 ENST00000457805 protein_coding 6 2 NA PTP4A2 ENSG00000184007 +transcript chr1 31908658 31919109 ENST00000602683 protein_coding 5 2 NA PTP4A2 ENSG00000184007 +transcript chr1 31908708 31919123 ENST00000470404 protein_coding 5 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000602725 protein_coding 5 1 5 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000647444 protein_coding 2 NA 6 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000649841 protein_coding 1 NA 8 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000457805 protein_coding 6 2 4 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000602683 protein_coding 5 2 4 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000602725 protein_coding 5 1 4 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000647444 protein_coding 2 NA 5 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000649841 protein_coding 1 NA 7 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000457805 protein_coding 6 2 3 PTP4A2 ENSG00000184007 +CDS chr1 31910083 31910112 ENST00000470404 protein_coding 5 3 3 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000602725 protein_coding 5 1 3 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000647444 protein_coding 2 NA 4 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000649841 protein_coding 1 NA 6 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000457805 protein_coding 6 2 2 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000602683 protein_coding 5 2 3 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000602725 protein_coding 5 1 2 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000647444 protein_coding 2 NA 3 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000649841 protein_coding 1 NA 5 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000602683 protein_coding 5 2 2 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000470404 protein_coding 5 3 2 PTP4A2 ENSG00000184007 +transcript chr1 31915895 31942576 ENST00000468531 protein_coding 1 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000468531 protein_coding 1 3 3 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000602725 protein_coding 5 1 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000647444 protein_coding 2 NA 2 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000649841 protein_coding 1 NA 4 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000457805 protein_coding 6 2 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000602683 protein_coding 5 2 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000470404 protein_coding 5 3 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000468531 protein_coding 1 3 2 PTP4A2 ENSG00000184007 +transcript chr1 31919000 31937785 ENST00000534796 protein_coding 5 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31919000 31919065 ENST00000534796 protein_coding 5 3 3 PTP4A2 ENSG00000184007 +transcript chr1 31919563 31919628 ENST00000679970 protein_coding 1 NA NA NA ENSG00000288678 +CDS chr1 31919566 31919628 ENST00000679970 protein_coding 1 NA 1 NA ENSG00000288678 +transcript chr1 32013868 32043877 ENST00000327300 protein_coding 12 1 NA KHDRBS1 ENSG00000121774 +CDS chr1 32013996 32014377 ENST00000327300 protein_coding 12 1 1 KHDRBS1 ENSG00000121774 +transcript chr1 32013996 32042624 ENST00000492989 protein_coding 1 1 NA KHDRBS1 ENSG00000121774 +CDS chr1 32013996 32014377 ENST00000492989 protein_coding 1 1 1 KHDRBS1 ENSG00000121774 +CDS chr1 32030298 32030422 ENST00000327300 protein_coding 12 1 2 KHDRBS1 ENSG00000121774 +CDS chr1 32030298 32030422 ENST00000492989 protein_coding 1 1 2 KHDRBS1 ENSG00000121774 +CDS chr1 32031524 32031640 ENST00000327300 protein_coding 12 1 3 KHDRBS1 ENSG00000121774 +CDS chr1 32033188 32033334 ENST00000327300 protein_coding 12 1 4 KHDRBS1 ENSG00000121774 +CDS chr1 32033188 32033334 ENST00000492989 protein_coding 1 1 3 KHDRBS1 ENSG00000121774 +CDS chr1 32036910 32037043 ENST00000327300 protein_coding 12 1 5 KHDRBS1 ENSG00000121774 +CDS chr1 32036910 32037043 ENST00000492989 protein_coding 1 1 4 KHDRBS1 ENSG00000121774 +CDS chr1 32037835 32038036 ENST00000327300 protein_coding 12 1 6 KHDRBS1 ENSG00000121774 +CDS chr1 32037835 32038036 ENST00000492989 protein_coding 1 1 5 KHDRBS1 ENSG00000121774 +CDS chr1 32038552 32038619 ENST00000327300 protein_coding 12 1 7 KHDRBS1 ENSG00000121774 +CDS chr1 32038552 32038619 ENST00000492989 protein_coding 1 1 6 KHDRBS1 ENSG00000121774 +CDS chr1 32039515 32039573 ENST00000327300 protein_coding 12 1 8 KHDRBS1 ENSG00000121774 +CDS chr1 32039515 32039573 ENST00000492989 protein_coding 1 1 7 KHDRBS1 ENSG00000121774 +CDS chr1 32042527 32042621 ENST00000327300 protein_coding 12 1 9 KHDRBS1 ENSG00000121774 +CDS chr1 32042527 32042621 ENST00000492989 protein_coding 1 1 8 KHDRBS1 ENSG00000121774 +transcript chr1 32072935 32091745 ENST00000438825 protein_coding 5 5 NA TMEM39B ENSG00000121775 +transcript chr1 32072939 32102863 ENST00000336294 protein_coding 10 1 NA TMEM39B ENSG00000121775 +CDS chr1 32073048 32073051 ENST00000438825 protein_coding 5 5 1 TMEM39B ENSG00000121775 +CDS chr1 32073048 32073051 ENST00000336294 protein_coding 10 1 1 TMEM39B ENSG00000121775 +CDS chr1 32074951 32075077 ENST00000438825 protein_coding 5 5 2 TMEM39B ENSG00000121775 +CDS chr1 32074951 32075077 ENST00000336294 protein_coding 10 1 2 TMEM39B ENSG00000121775 +CDS chr1 32075603 32075822 ENST00000438825 protein_coding 5 5 3 TMEM39B ENSG00000121775 +CDS chr1 32075603 32075822 ENST00000336294 protein_coding 10 1 3 TMEM39B ENSG00000121775 +CDS chr1 32076763 32076846 ENST00000336294 protein_coding 10 1 4 TMEM39B ENSG00000121775 +CDS chr1 32077164 32077318 ENST00000438825 protein_coding 5 5 4 TMEM39B ENSG00000121775 +CDS chr1 32077164 32077318 ENST00000336294 protein_coding 10 1 5 TMEM39B ENSG00000121775 +CDS chr1 32091675 32091745 ENST00000438825 protein_coding 5 5 5 TMEM39B ENSG00000121775 +CDS chr1 32091675 32092011 ENST00000336294 protein_coding 10 1 6 TMEM39B ENSG00000121775 +CDS chr1 32094784 32094971 ENST00000336294 protein_coding 10 1 7 TMEM39B ENSG00000121775 +CDS chr1 32100442 32100562 ENST00000336294 protein_coding 10 1 8 TMEM39B ENSG00000121775 +CDS chr1 32102431 32102670 ENST00000336294 protein_coding 10 1 9 TMEM39B ENSG00000121775 +transcript chr1 32108056 32176563 ENST00000373625 protein_coding 8 1 NA KPNA6 ENSG00000025800 +CDS chr1 32108131 32108134 ENST00000373625 protein_coding 8 1 1 KPNA6 ENSG00000025800 +CDS chr1 32154588 32154721 ENST00000373625 protein_coding 8 1 2 KPNA6 ENSG00000025800 +CDS chr1 32156853 32156945 ENST00000373625 protein_coding 8 1 3 KPNA6 ENSG00000025800 +transcript chr1 32156862 32167296 ENST00000446515 protein_coding 1 3 NA KPNA6 ENSG00000025800 +CDS chr1 32156862 32156945 ENST00000446515 protein_coding 1 3 1 KPNA6 ENSG00000025800 +CDS chr1 32157346 32157445 ENST00000373625 protein_coding 8 1 4 KPNA6 ENSG00000025800 +CDS chr1 32157346 32157445 ENST00000446515 protein_coding 1 3 2 KPNA6 ENSG00000025800 +CDS chr1 32158267 32158361 ENST00000373625 protein_coding 8 1 5 KPNA6 ENSG00000025800 +CDS chr1 32158267 32158361 ENST00000446515 protein_coding 1 3 3 KPNA6 ENSG00000025800 +CDS chr1 32159400 32159531 ENST00000373625 protein_coding 8 1 6 KPNA6 ENSG00000025800 +CDS chr1 32160615 32160703 ENST00000373625 protein_coding 8 1 7 KPNA6 ENSG00000025800 +CDS chr1 32160615 32160703 ENST00000446515 protein_coding 1 3 4 KPNA6 ENSG00000025800 +CDS chr1 32161947 32162046 ENST00000373625 protein_coding 8 1 8 KPNA6 ENSG00000025800 +CDS chr1 32161947 32162046 ENST00000446515 protein_coding 1 3 5 KPNA6 ENSG00000025800 +CDS chr1 32162361 32162524 ENST00000373625 protein_coding 8 1 9 KPNA6 ENSG00000025800 +CDS chr1 32162361 32162524 ENST00000446515 protein_coding 1 3 6 KPNA6 ENSG00000025800 +CDS chr1 32163235 32163313 ENST00000373625 protein_coding 8 1 10 KPNA6 ENSG00000025800 +CDS chr1 32163235 32163313 ENST00000446515 protein_coding 1 3 7 KPNA6 ENSG00000025800 +CDS chr1 32166105 32166230 ENST00000373625 protein_coding 8 1 11 KPNA6 ENSG00000025800 +CDS chr1 32166105 32166230 ENST00000446515 protein_coding 1 3 8 KPNA6 ENSG00000025800 +CDS chr1 32167169 32167296 ENST00000373625 protein_coding 8 1 12 KPNA6 ENSG00000025800 +CDS chr1 32167169 32167296 ENST00000446515 protein_coding 1 3 9 KPNA6 ENSG00000025800 +CDS chr1 32169882 32170060 ENST00000373625 protein_coding 8 1 13 KPNA6 ENSG00000025800 +CDS chr1 32170707 32170891 ENST00000373625 protein_coding 8 1 14 KPNA6 ENSG00000025800 +transcript chr1 32179675 32198285 ENST00000373610 protein_coding 8 1 NA TXLNA ENSG00000084652 +transcript chr1 32180065 32198285 ENST00000373609 protein_coding 1 1 NA TXLNA ENSG00000084652 +CDS chr1 32180346 32180514 ENST00000373610 protein_coding 8 1 2 TXLNA ENSG00000084652 +CDS chr1 32180346 32180514 ENST00000373609 protein_coding 1 1 1 TXLNA ENSG00000084652 +CDS chr1 32181242 32181577 ENST00000373610 protein_coding 8 1 3 TXLNA ENSG00000084652 +CDS chr1 32181242 32181577 ENST00000373609 protein_coding 1 1 2 TXLNA ENSG00000084652 +CDS chr1 32184525 32184616 ENST00000373610 protein_coding 8 1 4 TXLNA ENSG00000084652 +CDS chr1 32184525 32184616 ENST00000373609 protein_coding 1 1 3 TXLNA ENSG00000084652 +CDS chr1 32187954 32188124 ENST00000373610 protein_coding 8 1 5 TXLNA ENSG00000084652 +CDS chr1 32187954 32188124 ENST00000373609 protein_coding 1 1 4 TXLNA ENSG00000084652 +CDS chr1 32190055 32190249 ENST00000373610 protein_coding 8 1 6 TXLNA ENSG00000084652 +CDS chr1 32190055 32190249 ENST00000373609 protein_coding 1 1 5 TXLNA ENSG00000084652 +CDS chr1 32192311 32192430 ENST00000373610 protein_coding 8 1 7 TXLNA ENSG00000084652 +CDS chr1 32192311 32192430 ENST00000373609 protein_coding 1 1 6 TXLNA ENSG00000084652 +CDS chr1 32192657 32192731 ENST00000373610 protein_coding 8 1 8 TXLNA ENSG00000084652 +CDS chr1 32192657 32192731 ENST00000373609 protein_coding 1 1 7 TXLNA ENSG00000084652 +CDS chr1 32193208 32193300 ENST00000373610 protein_coding 8 1 9 TXLNA ENSG00000084652 +CDS chr1 32193208 32193300 ENST00000373609 protein_coding 1 1 8 TXLNA ENSG00000084652 +CDS chr1 32194065 32194160 ENST00000373610 protein_coding 8 1 10 TXLNA ENSG00000084652 +CDS chr1 32194065 32194160 ENST00000373609 protein_coding 1 1 9 TXLNA ENSG00000084652 +CDS chr1 32194902 32195192 ENST00000373610 protein_coding 8 1 11 TXLNA ENSG00000084652 +CDS chr1 32194902 32195192 ENST00000373609 protein_coding 1 1 10 TXLNA ENSG00000084652 +transcript chr1 32200595 32205387 ENST00000373602 protein_coding 10 1 NA CCDC28B ENSG00000160050 +transcript chr1 32200633 32205387 ENST00000421922 protein_coding 6 1 NA CCDC28B ENSG00000160050 +transcript chr1 32200648 32205387 ENST00000681230 protein_coding 1 NA NA CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000373602 protein_coding 10 1 2 CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000421922 protein_coding 6 1 2 CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000681230 protein_coding 1 NA 2 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000373602 protein_coding 10 1 3 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000421922 protein_coding 6 1 3 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000681230 protein_coding 1 NA 3 CCDC28B ENSG00000160050 +CDS chr1 32204186 32204379 ENST00000373602 protein_coding 10 1 4 CCDC28B ENSG00000160050 +CDS chr1 32204186 32204379 ENST00000421922 protein_coding 6 1 4 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204620 ENST00000373602 protein_coding 10 1 5 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204795 ENST00000421922 protein_coding 6 1 5 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204611 ENST00000681230 protein_coding 1 NA 4 CCDC28B ENSG00000160050 +CDS chr1 32205194 32205245 ENST00000373602 protein_coding 10 1 6 CCDC28B ENSG00000160050 +transcript chr1 32205671 32208682 ENST00000291358 protein_coding 11 1 NA IQCC ENSG00000160051 +transcript chr1 32205671 32208682 ENST00000537469 protein_coding 2 1 NA IQCC ENSG00000160051 +CDS chr1 32205682 32205723 ENST00000291358 protein_coding 11 1 1 IQCC ENSG00000160051 +CDS chr1 32205682 32205963 ENST00000537469 protein_coding 2 1 1 IQCC ENSG00000160051 +CDS chr1 32206154 32206297 ENST00000291358 protein_coding 11 1 2 IQCC ENSG00000160051 +CDS chr1 32206154 32206297 ENST00000537469 protein_coding 2 1 2 IQCC ENSG00000160051 +CDS chr1 32206509 32206761 ENST00000291358 protein_coding 11 1 3 IQCC ENSG00000160051 +CDS chr1 32206509 32206761 ENST00000537469 protein_coding 2 1 3 IQCC ENSG00000160051 +CDS chr1 32207002 32207120 ENST00000291358 protein_coding 11 1 4 IQCC ENSG00000160051 +CDS chr1 32207002 32207120 ENST00000537469 protein_coding 2 1 4 IQCC ENSG00000160051 +CDS chr1 32207240 32208079 ENST00000291358 protein_coding 11 1 5 IQCC ENSG00000160051 +CDS chr1 32207240 32208079 ENST00000537469 protein_coding 2 1 5 IQCC ENSG00000160051 +transcript chr1 32209089 32216192 ENST00000409358 protein_coding 2 1 NA DCDC2B ENSG00000222046 +CDS chr1 32209094 32209359 ENST00000409358 protein_coding 2 1 1 DCDC2B ENSG00000222046 +CDS chr1 32211272 32211323 ENST00000409358 protein_coding 2 1 2 DCDC2B ENSG00000222046 +CDS chr1 32211761 32211837 ENST00000409358 protein_coding 2 1 3 DCDC2B ENSG00000222046 +CDS chr1 32212070 32212201 ENST00000409358 protein_coding 2 1 4 DCDC2B ENSG00000222046 +CDS chr1 32212490 32212636 ENST00000409358 protein_coding 2 1 5 DCDC2B ENSG00000222046 +CDS chr1 32212754 32212793 ENST00000409358 protein_coding 2 1 6 DCDC2B ENSG00000222046 +CDS chr1 32214797 32214932 ENST00000409358 protein_coding 2 1 7 DCDC2B ENSG00000222046 +CDS chr1 32215440 32215543 ENST00000409358 protein_coding 2 1 8 DCDC2B ENSG00000222046 +CDS chr1 32215802 32215894 ENST00000409358 protein_coding 2 1 9 DCDC2B ENSG00000222046 +transcript chr1 32216197 32222343 ENST00000373593 protein_coding 5 1 NA TMEM234 ENSG00000160055 +transcript chr1 32216200 32222338 ENST00000344461 protein_coding 7 1 NA TMEM234 ENSG00000160055 +transcript chr1 32216200 32222353 ENST00000309777 protein_coding 11 1 NA TMEM234 ENSG00000160055 +CDS chr1 32216413 32216517 ENST00000344461 protein_coding 7 1 6 TMEM234 ENSG00000160055 +CDS chr1 32216856 32216947 ENST00000309777 protein_coding 11 1 5 TMEM234 ENSG00000160055 +CDS chr1 32216889 32216947 ENST00000344461 protein_coding 7 1 5 TMEM234 ENSG00000160055 +CDS chr1 32217047 32217351 ENST00000373593 protein_coding 5 1 4 TMEM234 ENSG00000160055 +CDS chr1 32217259 32217351 ENST00000344461 protein_coding 7 1 4 TMEM234 ENSG00000160055 +CDS chr1 32217259 32217351 ENST00000309777 protein_coding 11 1 4 TMEM234 ENSG00000160055 +transcript chr1 32221077 32231376 ENST00000677701 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221106 32231604 ENST00000677760 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32221131 32221197 ENST00000373593 protein_coding 5 1 3 TMEM234 ENSG00000160055 +CDS chr1 32221131 32221197 ENST00000344461 protein_coding 7 1 3 TMEM234 ENSG00000160055 +CDS chr1 32221131 32221197 ENST00000309777 protein_coding 11 1 3 TMEM234 ENSG00000160055 +transcript chr1 32221523 32231473 ENST00000676801 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221584 32231405 ENST00000677772 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221590 32231604 ENST00000677202 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32221867 32222018 ENST00000373593 protein_coding 5 1 2 TMEM234 ENSG00000160055 +CDS chr1 32221867 32222018 ENST00000344461 protein_coding 7 1 2 TMEM234 ENSG00000160055 +CDS chr1 32221867 32222018 ENST00000309777 protein_coding 11 1 2 TMEM234 ENSG00000160055 +transcript chr1 32222128 32231604 ENST00000677711 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32222307 32222322 ENST00000373593 protein_coding 5 1 1 TMEM234 ENSG00000160055 +CDS chr1 32222307 32222322 ENST00000344461 protein_coding 7 1 1 TMEM234 ENSG00000160055 +CDS chr1 32222307 32222322 ENST00000309777 protein_coding 11 1 1 TMEM234 ENSG00000160055 +transcript chr1 32222405 32231333 ENST00000676679 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222405 32231602 ENST00000678689 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222405 32231604 ENST00000373586 protein_coding 2 1 NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000679290 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000677378 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000678534 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231604 ENST00000678968 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32236167 ENST00000678063 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32236170 ENST00000678150 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32245397 ENST00000677198 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222413 32231602 ENST00000677540 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222416 32236109 ENST00000678420 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222418 32231592 ENST00000678162 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222420 32236165 ENST00000678711 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222424 32231505 ENST00000678883 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222428 32231604 ENST00000677353 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222433 32229254 ENST00000355082 protein_coding 10 3 NA EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677701 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677760 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000676801 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677202 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677711 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000676679 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678689 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000373586 protein_coding 2 1 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000679290 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677378 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678534 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678968 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678063 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678150 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677198 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677540 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678420 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678162 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678711 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678883 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677353 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000355082 protein_coding 10 3 1 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677701 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677760 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000676801 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677202 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677711 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000676679 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678689 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000373586 protein_coding 2 1 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000679290 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678534 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678968 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678063 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678150 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677198 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677540 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678420 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678711 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678883 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677353 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000355082 protein_coding 10 3 2 EIF3I ENSG00000084623 +CDS chr1 32222541 32222630 ENST00000677378 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677701 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677760 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000676801 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677202 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677711 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000676679 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678689 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000373586 protein_coding 2 1 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677378 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678534 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678968 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678063 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678150 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677198 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677540 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678420 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678162 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678711 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678883 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677353 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000355082 protein_coding 10 3 3 EIF3I ENSG00000084623 +CDS chr1 32224082 32224121 ENST00000677772 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677701 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677760 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000676801 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677772 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677202 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677711 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000676679 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678689 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000373586 protein_coding 2 1 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677378 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678534 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678968 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678063 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678150 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677198 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677540 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678420 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678162 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678711 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678883 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677353 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000355082 protein_coding 10 3 4 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677701 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677760 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000676801 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677772 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677202 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677711 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000676679 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678689 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000373586 protein_coding 2 1 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677378 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678534 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226283 ENST00000678968 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678063 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678150 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677198 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677540 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678420 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678162 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678711 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678883 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000355082 protein_coding 10 3 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677701 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677760 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000676801 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677772 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677202 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677711 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000676679 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678689 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000373586 protein_coding 2 1 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677378 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678534 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678063 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678150 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677198 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677540 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678420 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678162 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678711 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678883 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677353 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000355082 protein_coding 10 3 6 EIF3I ENSG00000084623 +CDS chr1 32227964 32228110 ENST00000678534 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677701 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677760 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000676801 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677772 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677202 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677711 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000676679 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678689 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000373586 protein_coding 2 1 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000679290 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677378 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678534 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678968 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678063 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678150 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677198 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677540 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678420 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678162 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678711 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678883 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677353 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000355082 protein_coding 10 3 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677701 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677760 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000676801 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677772 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677202 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677711 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000676679 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678689 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000373586 protein_coding 2 1 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000679290 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677378 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678534 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678968 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678063 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678150 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677198 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677540 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678420 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678162 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678711 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678883 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677353 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000355082 protein_coding 10 3 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677701 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677760 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000676801 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677772 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677202 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677711 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000676679 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678689 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000373586 protein_coding 2 1 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000679290 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677378 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678534 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678968 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678063 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678150 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677198 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678420 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678162 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678711 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678883 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677353 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229209 ENST00000355082 protein_coding 10 3 9 EIF3I ENSG00000084623 +CDS chr1 32230266 32230376 ENST00000676679 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677701 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677760 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000676801 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677772 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677202 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677711 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000676679 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678689 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000373586 protein_coding 2 1 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000679290 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677378 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678534 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678968 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678063 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678150 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677198 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32230944 ENST00000677540 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678162 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678711 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231020 ENST00000678883 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677353 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677701 protein_coding 1 NA 14 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677760 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000676801 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677772 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677202 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677711 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000676679 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000679290 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677378 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000678968 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000678162 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677353 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231121 32231193 ENST00000373586 protein_coding 2 1 11 EIF3I ENSG00000084623 +CDS chr1 32231260 32231287 ENST00000678689 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231260 32231287 ENST00000678534 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678063 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678150 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000677198 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678420 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32234424 32234676 ENST00000678711 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32235011 32235302 ENST00000678063 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32235011 32235302 ENST00000678420 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32235513 32235555 ENST00000678150 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32245234 32245252 ENST00000677198 protein_coding 1 NA 12 EIF3I ENSG00000084623 +transcript chr1 32247222 32248856 ENST00000373582 protein_coding 4 1 NA FAM167B ENSG00000183615 +CDS chr1 32247422 32247682 ENST00000373582 protein_coding 4 1 1 FAM167B ENSG00000183615 +CDS chr1 32248371 32248598 ENST00000373582 protein_coding 4 1 2 FAM167B ENSG00000183615 +transcript chr1 32251239 32286164 ENST00000373564 protein_coding 7 5 NA LCK ENSG00000182866 +transcript chr1 32251264 32275618 ENST00000482949 protein_coding 5 5 NA LCK ENSG00000182866 +transcript chr1 32251265 32286165 ENST00000336890 protein_coding 10 1 NA LCK ENSG00000182866 +transcript chr1 32251274 32279909 ENST00000495610 protein_coding 6 5 NA LCK ENSG00000182866 +transcript chr1 32274111 32286164 ENST00000619559 protein_coding 4 1 NA LCK ENSG00000182866 +transcript chr1 32274113 32275078 ENST00000461712 protein_coding 6 2 NA LCK ENSG00000182866 +transcript chr1 32274115 32275604 ENST00000373562 protein_coding 7 4 NA LCK ENSG00000182866 +transcript chr1 32274121 32275002 ENST00000477031 protein_coding 6 4 NA LCK ENSG00000182866 +transcript chr1 32274121 32276428 ENST00000373557 protein_coding 6 3 NA LCK ENSG00000182866 +transcript chr1 32274132 32286162 ENST00000333070 protein_coding 4 1 NA LCK ENSG00000182866 +CDS chr1 32274198 32274434 ENST00000477031 protein_coding 6 4 1 LCK ENSG00000182866 +CDS chr1 32274198 32274434 ENST00000373557 protein_coding 6 3 1 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000373564 protein_coding 7 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000482949 protein_coding 5 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000336890 protein_coding 10 1 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000495610 protein_coding 6 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000619559 protein_coding 4 1 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000461712 protein_coding 6 2 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000373562 protein_coding 7 4 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000333070 protein_coding 4 1 2 LCK ENSG00000182866 +CDS chr1 32274737 32275083 ENST00000373564 protein_coding 7 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32275083 ENST00000482949 protein_coding 5 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000336890 protein_coding 10 1 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000495610 protein_coding 6 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000619559 protein_coding 4 1 3 LCK ENSG00000182866 +CDS chr1 32274737 32275078 ENST00000461712 protein_coding 6 2 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000373562 protein_coding 7 4 3 LCK ENSG00000182866 +CDS chr1 32274737 32275002 ENST00000477031 protein_coding 6 4 2 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000373557 protein_coding 6 3 2 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000333070 protein_coding 4 1 3 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000336890 protein_coding 10 1 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000495610 protein_coding 6 5 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000619559 protein_coding 4 1 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000373562 protein_coding 7 4 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000373557 protein_coding 6 3 3 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000333070 protein_coding 4 1 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373564 protein_coding 7 5 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000482949 protein_coding 5 5 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000336890 protein_coding 10 1 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000495610 protein_coding 6 5 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000619559 protein_coding 4 1 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373562 protein_coding 7 4 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373557 protein_coding 6 3 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000333070 protein_coding 4 1 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000373564 protein_coding 7 5 5 LCK ENSG00000182866 +CDS chr1 32275569 32275618 ENST00000482949 protein_coding 5 5 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000336890 protein_coding 10 1 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000495610 protein_coding 6 5 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000619559 protein_coding 4 1 6 LCK ENSG00000182866 +CDS chr1 32275569 32275604 ENST00000373562 protein_coding 7 4 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000373557 protein_coding 6 3 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000333070 protein_coding 4 1 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000373564 protein_coding 7 5 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000336890 protein_coding 10 1 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000495610 protein_coding 6 5 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000619559 protein_coding 4 1 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000373557 protein_coding 6 3 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000333070 protein_coding 4 1 7 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000336890 protein_coding 10 1 8 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000619559 protein_coding 4 1 8 LCK ENSG00000182866 +CDS chr1 32276337 32276428 ENST00000373557 protein_coding 6 3 7 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000333070 protein_coding 4 1 8 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000373564 protein_coding 7 5 7 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000336890 protein_coding 10 1 9 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000495610 protein_coding 6 5 8 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000619559 protein_coding 4 1 9 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000333070 protein_coding 4 1 9 LCK ENSG00000182866 +CDS chr1 32279581 32279747 ENST00000333070 protein_coding 4 1 10 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000373564 protein_coding 7 5 8 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000336890 protein_coding 10 1 10 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000495610 protein_coding 6 5 9 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000619559 protein_coding 4 1 10 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000373564 protein_coding 7 5 9 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000336890 protein_coding 10 1 11 LCK ENSG00000182866 +CDS chr1 32279841 32279909 ENST00000495610 protein_coding 6 5 10 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000619559 protein_coding 4 1 11 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000333070 protein_coding 4 1 11 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000373564 protein_coding 7 5 10 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000336890 protein_coding 10 1 12 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000619559 protein_coding 4 1 12 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000333070 protein_coding 4 1 12 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000373564 protein_coding 7 5 11 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000336890 protein_coding 10 1 13 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000619559 protein_coding 4 1 13 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000333070 protein_coding 4 1 13 LCK ENSG00000182866 +transcript chr1 32292083 32333626 ENST00000373548 protein_coding 8 1 NA HDAC1 ENSG00000116478 +transcript chr1 32292140 32329140 ENST00000428704 protein_coding 1 2 NA HDAC1 ENSG00000116478 +CDS chr1 32292170 32292218 ENST00000373548 protein_coding 8 1 1 HDAC1 ENSG00000116478 +CDS chr1 32292170 32292218 ENST00000428704 protein_coding 1 2 1 HDAC1 ENSG00000116478 +CDS chr1 32302621 32302733 ENST00000373548 protein_coding 8 1 2 HDAC1 ENSG00000116478 +CDS chr1 32302621 32302733 ENST00000428704 protein_coding 1 2 2 HDAC1 ENSG00000116478 +CDS chr1 32316665 32316782 ENST00000373548 protein_coding 8 1 3 HDAC1 ENSG00000116478 +CDS chr1 32316665 32316782 ENST00000428704 protein_coding 1 2 3 HDAC1 ENSG00000116478 +CDS chr1 32324479 32324553 ENST00000373548 protein_coding 8 1 4 HDAC1 ENSG00000116478 +CDS chr1 32326939 32327077 ENST00000373548 protein_coding 8 1 5 HDAC1 ENSG00000116478 +CDS chr1 32326939 32327077 ENST00000428704 protein_coding 1 2 4 HDAC1 ENSG00000116478 +CDS chr1 32327536 32327677 ENST00000373548 protein_coding 8 1 6 HDAC1 ENSG00000116478 +CDS chr1 32327536 32327677 ENST00000428704 protein_coding 1 2 5 HDAC1 ENSG00000116478 +CDS chr1 32329068 32329160 ENST00000373548 protein_coding 8 1 7 HDAC1 ENSG00000116478 +CDS chr1 32329068 32329140 ENST00000428704 protein_coding 1 2 6 HDAC1 ENSG00000116478 +CDS chr1 32330578 32330686 ENST00000373548 protein_coding 8 1 8 HDAC1 ENSG00000116478 +CDS chr1 32330768 32330908 ENST00000373548 protein_coding 8 1 9 HDAC1 ENSG00000116478 +CDS chr1 32331474 32331582 ENST00000373548 protein_coding 8 1 10 HDAC1 ENSG00000116478 +CDS chr1 32331676 32331806 ENST00000373548 protein_coding 8 1 11 HDAC1 ENSG00000116478 +CDS chr1 32332090 32332242 ENST00000373548 protein_coding 8 1 12 HDAC1 ENSG00000116478 +CDS chr1 32332701 32332749 ENST00000373548 protein_coding 8 1 13 HDAC1 ENSG00000116478 +CDS chr1 32333017 32333041 ENST00000373548 protein_coding 8 1 14 HDAC1 ENSG00000116478 +transcript chr1 32333839 32336233 ENST00000329421 protein_coding 8 1 NA MARCKSL1 ENSG00000175130 +CDS chr1 32334600 32335097 ENST00000329421 protein_coding 8 1 2 MARCKSL1 ENSG00000175130 +CDS chr1 32335947 32336033 ENST00000329421 protein_coding 8 1 1 MARCKSL1 ENSG00000175130 +transcript chr1 32353454 32363779 ENST00000574315 protein_coding 1 3 NA TSSK3 ENSG00000162526 +transcript chr1 32361270 32362485 ENST00000432622 protein_coding 2 2 NA FAM229A ENSG00000225828 +transcript chr1 32361298 32361824 ENST00000428500 protein_coding 1 2 NA FAM229A ENSG00000225828 +CDS chr1 32361436 32361535 ENST00000432622 protein_coding 2 2 3 FAM229A ENSG00000225828 +CDS chr1 32361504 32361564 ENST00000428500 protein_coding 1 2 2 FAM229A ENSG00000225828 +CDS chr1 32361730 32361876 ENST00000432622 protein_coding 2 2 2 FAM229A ENSG00000225828 +CDS chr1 32361730 32361824 ENST00000428500 protein_coding 1 2 1 FAM229A ENSG00000225828 +CDS chr1 32361958 32362091 ENST00000432622 protein_coding 2 2 1 FAM229A ENSG00000225828 +transcript chr1 32362539 32364312 ENST00000373534 protein_coding 4 1 NA TSSK3 ENSG00000162526 +CDS chr1 32362702 32362846 ENST00000373534 protein_coding 4 1 1 TSSK3 ENSG00000162526 +CDS chr1 32363595 32364253 ENST00000373534 protein_coding 4 1 2 TSSK3 ENSG00000162526 +CDS chr1 32363675 32363779 ENST00000574315 protein_coding 1 3 2 TSSK3 ENSG00000162526 +transcript chr1 32364633 32394441 ENST00000455895 protein_coding 7 1 NA BSDC1 ENSG00000160058 +transcript chr1 32365171 32394426 ENST00000341071 protein_coding 11 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366296 32394441 ENST00000526031 protein_coding 5 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366301 32394441 ENST00000419121 protein_coding 6 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366477 32394430 ENST00000446293 protein_coding 6 2 NA BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000455895 protein_coding 7 1 11 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000526031 protein_coding 5 2 9 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000419121 protein_coding 6 2 10 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000446293 protein_coding 6 2 11 BSDC1 ENSG00000160058 +CDS chr1 32368336 32368550 ENST00000341071 protein_coding 11 2 10 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000455895 protein_coding 7 1 10 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000526031 protein_coding 5 2 8 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000419121 protein_coding 6 2 9 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000446293 protein_coding 6 2 10 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000455895 protein_coding 7 1 9 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000341071 protein_coding 11 2 9 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000526031 protein_coding 5 2 7 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000419121 protein_coding 6 2 8 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000446293 protein_coding 6 2 9 BSDC1 ENSG00000160058 +transcript chr1 32376687 32394425 ENST00000527163 protein_coding 5 5 NA BSDC1 ENSG00000160058 +CDS chr1 32376687 32376741 ENST00000527163 protein_coding 5 5 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000455895 protein_coding 7 1 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000341071 protein_coding 11 2 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000526031 protein_coding 5 2 6 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000419121 protein_coding 6 2 7 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000446293 protein_coding 6 2 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000527163 protein_coding 5 5 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000455895 protein_coding 7 1 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000341071 protein_coding 11 2 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000526031 protein_coding 5 2 5 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000419121 protein_coding 6 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000446293 protein_coding 6 2 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000527163 protein_coding 5 5 6 BSDC1 ENSG00000160058 +transcript chr1 32378227 32394428 ENST00000530485 protein_coding 1 5 NA BSDC1 ENSG00000160058 +CDS chr1 32378227 32378283 ENST00000530485 protein_coding 1 5 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000455895 protein_coding 7 1 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000341071 protein_coding 11 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000526031 protein_coding 5 2 4 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000419121 protein_coding 6 2 5 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000446293 protein_coding 6 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000527163 protein_coding 5 5 5 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000530485 protein_coding 1 5 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000455895 protein_coding 7 1 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000341071 protein_coding 11 2 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000526031 protein_coding 5 2 3 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000419121 protein_coding 6 2 4 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000446293 protein_coding 6 2 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000527163 protein_coding 5 5 4 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000530485 protein_coding 1 5 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383997 ENST00000455895 protein_coding 7 1 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32384048 ENST00000341071 protein_coding 11 2 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32384048 ENST00000446293 protein_coding 6 2 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383939 ENST00000527163 protein_coding 5 5 3 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383997 ENST00000530485 protein_coding 1 5 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000455895 protein_coding 7 1 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000341071 protein_coding 11 2 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000419121 protein_coding 6 2 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000446293 protein_coding 6 2 3 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000455895 protein_coding 7 1 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000341071 protein_coding 11 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000526031 protein_coding 5 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000419121 protein_coding 6 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000446293 protein_coding 6 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394128 ENST00000527163 protein_coding 5 5 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000530485 protein_coding 1 5 2 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000455895 protein_coding 7 1 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000341071 protein_coding 11 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000526031 protein_coding 5 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000419121 protein_coding 6 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000446293 protein_coding 6 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000530485 protein_coding 1 5 1 BSDC1 ENSG00000160058 +transcript chr1 32465072 32496686 ENST00000609129 protein_coding 2 5 NA ZBTB8B ENSG00000273274 +CDS chr1 32470625 32471615 ENST00000609129 protein_coding 2 5 2 ZBTB8B ENSG00000273274 +CDS chr1 32480891 32481069 ENST00000609129 protein_coding 2 5 3 ZBTB8B ENSG00000273274 +CDS chr1 32485101 32485415 ENST00000609129 protein_coding 2 5 4 ZBTB8B ENSG00000273274 +transcript chr1 32539427 32605941 ENST00000373510 protein_coding 9 1 NA ZBTB8A ENSG00000160062 +transcript chr1 32539429 32600990 ENST00000316459 protein_coding 4 1 NA ZBTB8A ENSG00000160062 +CDS chr1 32592932 32593754 ENST00000373510 protein_coding 9 1 3 ZBTB8A ENSG00000160062 +CDS chr1 32592932 32593754 ENST00000316459 protein_coding 4 1 3 ZBTB8A ENSG00000160062 +CDS chr1 32595054 32595223 ENST00000373510 protein_coding 9 1 4 ZBTB8A ENSG00000160062 +CDS chr1 32595054 32595223 ENST00000316459 protein_coding 4 1 4 ZBTB8A ENSG00000160062 +CDS chr1 32600087 32600416 ENST00000373510 protein_coding 9 1 5 ZBTB8A ENSG00000160062 +transcript chr1 32600172 32650565 ENST00000341885 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +CDS chr1 32600256 32600350 ENST00000341885 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32600268 32600294 ENST00000316459 protein_coding 4 1 5 ZBTB8A ENSG00000160062 +transcript chr1 32620820 32650550 ENST00000468695 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621311 32650549 ENST00000492007 protein_coding 6 3 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621604 32650554 ENST00000373506 protein_coding 8 3 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621830 32650525 ENST00000373501 protein_coding 6 5 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621830 32650560 ENST00000436661 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621858 32650525 ENST00000465588 protein_coding 2 2 NA ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000468695 protein_coding 6 1 7 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000492007 protein_coding 6 3 4 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000373506 protein_coding 8 3 6 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000373501 protein_coding 6 5 7 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000465588 protein_coding 2 2 6 ZBTB8OS ENSG00000176261 +CDS chr1 32621905 32621948 ENST00000436661 protein_coding 6 1 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000468695 protein_coding 6 1 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000492007 protein_coding 6 3 3 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000373506 protein_coding 8 3 5 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000373501 protein_coding 6 5 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000436661 protein_coding 6 1 5 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000465588 protein_coding 2 2 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000468695 protein_coding 6 1 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000373506 protein_coding 8 3 4 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000373501 protein_coding 6 5 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000465588 protein_coding 2 2 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000468695 protein_coding 6 1 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000373506 protein_coding 8 3 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000373501 protein_coding 6 5 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000436661 protein_coding 6 1 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000465588 protein_coding 2 2 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000468695 protein_coding 6 1 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000373506 protein_coding 8 3 2 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000373501 protein_coding 6 5 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000436661 protein_coding 6 1 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634023 ENST00000465588 protein_coding 2 2 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634702 32634715 ENST00000373501 protein_coding 6 5 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000468695 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000492007 protein_coding 6 3 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000436661 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32650429 32650529 ENST00000373506 protein_coding 8 3 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000341885 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000468695 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000492007 protein_coding 6 3 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000436661 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +transcript chr1 32651142 32680053 ENST00000414241 protein_coding 7 1 NA RBBP4 ENSG00000162521 +transcript chr1 32651208 32686211 ENST00000373493 protein_coding 10 1 NA RBBP4 ENSG00000162521 +transcript chr1 32651234 32680657 ENST00000373485 protein_coding 5 1 NA RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000414241 protein_coding 7 1 1 RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000373493 protein_coding 10 1 1 RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000373485 protein_coding 5 1 1 RBBP4 ENSG00000162521 +transcript chr1 32651356 32680040 ENST00000458695 protein_coding 6 2 NA RBBP4 ENSG00000162521 +transcript chr1 32651485 32657572 ENST00000490500 protein_coding 5 3 NA RBBP4 ENSG00000162521 +transcript chr1 32651487 32668281 ENST00000445722 protein_coding 2 2 NA RBBP4 ENSG00000162521 +CDS chr1 32651914 32652061 ENST00000373493 protein_coding 10 1 2 RBBP4 ENSG00000162521 +CDS chr1 32651914 32652061 ENST00000373485 protein_coding 5 1 2 RBBP4 ENSG00000162521 +CDS chr1 32651917 32652061 ENST00000414241 protein_coding 7 1 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000458695 protein_coding 6 2 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000490500 protein_coding 5 3 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000445722 protein_coding 2 2 2 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000414241 protein_coding 7 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000373493 protein_coding 10 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000373485 protein_coding 5 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000458695 protein_coding 6 2 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000490500 protein_coding 5 3 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000445722 protein_coding 2 2 3 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000414241 protein_coding 7 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000373493 protein_coding 10 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000373485 protein_coding 5 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000458695 protein_coding 6 2 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668281 ENST00000445722 protein_coding 2 2 4 RBBP4 ENSG00000162521 +transcript chr1 32668319 32672901 ENST00000475321 protein_coding 5 5 NA RBBP4 ENSG00000162521 +CDS chr1 32668319 32668398 ENST00000475321 protein_coding 5 5 1 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000414241 protein_coding 7 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000373493 protein_coding 10 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000373485 protein_coding 5 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000458695 protein_coding 6 2 5 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000414241 protein_coding 7 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000373493 protein_coding 10 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000373485 protein_coding 5 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000458695 protein_coding 6 2 6 RBBP4 ENSG00000162521 +CDS chr1 32669045 32669132 ENST00000475321 protein_coding 5 5 2 RBBP4 ENSG00000162521 +transcript chr1 32669093 32679908 ENST00000463378 protein_coding 5 5 NA RBBP4 ENSG00000162521 +CDS chr1 32669093 32669132 ENST00000463378 protein_coding 5 5 1 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000414241 protein_coding 7 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000373493 protein_coding 10 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000373485 protein_coding 5 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000458695 protein_coding 6 2 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000475321 protein_coding 5 5 3 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000463378 protein_coding 5 5 2 RBBP4 ENSG00000162521 +transcript chr1 32669256 32680651 ENST00000482190 protein_coding 1 3 NA RBBP4 ENSG00000162521 +CDS chr1 32669256 32669357 ENST00000482190 protein_coding 1 3 1 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000414241 protein_coding 7 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000373493 protein_coding 10 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000373485 protein_coding 5 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000458695 protein_coding 6 2 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000475321 protein_coding 5 5 4 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000463378 protein_coding 5 5 3 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000482190 protein_coding 1 3 2 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000414241 protein_coding 7 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000373493 protein_coding 10 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000373485 protein_coding 5 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000458695 protein_coding 6 2 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000475321 protein_coding 5 5 5 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000463378 protein_coding 5 5 4 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000482190 protein_coding 1 3 3 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000414241 protein_coding 7 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000373493 protein_coding 10 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000373485 protein_coding 5 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000458695 protein_coding 6 2 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000475321 protein_coding 5 5 6 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000463378 protein_coding 5 5 5 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000482190 protein_coding 1 3 4 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000414241 protein_coding 7 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000373493 protein_coding 10 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000373485 protein_coding 5 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000458695 protein_coding 6 2 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000475321 protein_coding 5 5 7 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000463378 protein_coding 5 5 6 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000482190 protein_coding 1 3 5 RBBP4 ENSG00000162521 +CDS chr1 32673459 32673580 ENST00000463378 protein_coding 5 5 7 RBBP4 ENSG00000162521 +CDS chr1 32679635 32679698 ENST00000482190 protein_coding 1 3 6 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000414241 protein_coding 7 1 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000373493 protein_coding 10 1 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000458695 protein_coding 6 2 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679811 ENST00000463378 protein_coding 5 5 8 RBBP4 ENSG00000162521 +transcript chr1 32679906 32702770 ENST00000409190 protein_coding 8 2 NA SYNC ENSG00000162520 +CDS chr1 32680526 32680543 ENST00000373485 protein_coding 5 1 12 RBBP4 ENSG00000162521 +CDS chr1 32680526 32680536 ENST00000482190 protein_coding 1 3 7 RBBP4 ENSG00000162521 +transcript chr1 32681491 32702756 ENST00000373484 protein_coding 4 2 NA SYNC ENSG00000162520 +CDS chr1 32681791 32681860 ENST00000373484 protein_coding 4 2 4 SYNC ENSG00000162520 +CDS chr1 32681853 32681860 ENST00000409190 protein_coding 8 2 5 SYNC ENSG00000162520 +CDS chr1 32684010 32684089 ENST00000409190 protein_coding 8 2 4 SYNC ENSG00000162520 +CDS chr1 32684258 32684382 ENST00000409190 protein_coding 8 2 3 SYNC ENSG00000162520 +CDS chr1 32684258 32684382 ENST00000373484 protein_coding 4 2 3 SYNC ENSG00000162520 +CDS chr1 32694865 32696044 ENST00000409190 protein_coding 8 2 2 SYNC ENSG00000162520 +CDS chr1 32694865 32696044 ENST00000373484 protein_coding 4 2 2 SYNC ENSG00000162520 +transcript chr1 32695565 32703596 ENST00000417633 protein_coding 1 4 NA SYNC ENSG00000162520 +CDS chr1 32695565 32695833 ENST00000417633 protein_coding 1 4 2 SYNC ENSG00000162520 +transcript chr1 32695623 32703079 ENST00000426909 protein_coding 1 4 NA SYNC ENSG00000162520 +CDS chr1 32695623 32695833 ENST00000426909 protein_coding 1 4 2 SYNC ENSG00000162520 +CDS chr1 32702608 32702660 ENST00000409190 protein_coding 8 2 1 SYNC ENSG00000162520 +CDS chr1 32702608 32702660 ENST00000373484 protein_coding 4 2 1 SYNC ENSG00000162520 +transcript chr1 32741830 32774970 ENST00000401073 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +CDS chr1 32741955 32742189 ENST00000401073 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +transcript chr1 32754021 32774970 ENST00000373481 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +CDS chr1 32754090 32754180 ENST00000373481 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +transcript chr1 32765634 32773197 ENST00000294521 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +transcript chr1 32765667 32774970 ENST00000373480 protein_coding 1 1 NA KIAA1522 ENSG00000162522 +CDS chr1 32765770 32765827 ENST00000294521 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +CDS chr1 32765770 32765827 ENST00000373480 protein_coding 1 1 1 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000401073 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000373481 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000294521 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000373480 protein_coding 1 1 2 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000401073 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000373481 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000294521 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000373480 protein_coding 1 1 3 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000401073 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000373481 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000294521 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000373480 protein_coding 1 1 4 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000401073 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000373481 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000373480 protein_coding 1 1 5 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000401073 protein_coding 7 2 6 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000373481 protein_coding 7 2 6 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000373480 protein_coding 1 1 6 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000401073 protein_coding 7 2 7 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000373481 protein_coding 7 2 7 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000294521 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000373480 protein_coding 1 1 7 KIAA1522 ENSG00000162522 +transcript chr1 32775239 32817358 ENST00000373477 protein_coding 9 1 NA YARS1 ENSG00000134684 +transcript chr1 32775309 32817380 ENST00000675785 protein_coding 1 NA NA YARS1 ENSG00000134684 +CDS chr1 32775984 32776091 ENST00000373477 protein_coding 9 1 13 YARS1 ENSG00000134684 +CDS chr1 32775984 32776091 ENST00000675785 protein_coding 1 NA 12 YARS1 ENSG00000134684 +CDS chr1 32779382 32779523 ENST00000373477 protein_coding 9 1 12 YARS1 ENSG00000134684 +CDS chr1 32779382 32779523 ENST00000675785 protein_coding 1 NA 11 YARS1 ENSG00000134684 +CDS chr1 32780085 32780278 ENST00000373477 protein_coding 9 1 11 YARS1 ENSG00000134684 +CDS chr1 32780085 32780278 ENST00000675785 protein_coding 1 NA 10 YARS1 ENSG00000134684 +CDS chr1 32781048 32781145 ENST00000373477 protein_coding 9 1 10 YARS1 ENSG00000134684 +CDS chr1 32781048 32781145 ENST00000675785 protein_coding 1 NA 9 YARS1 ENSG00000134684 +CDS chr1 32782404 32782539 ENST00000373477 protein_coding 9 1 9 YARS1 ENSG00000134684 +CDS chr1 32782404 32782539 ENST00000675785 protein_coding 1 NA 8 YARS1 ENSG00000134684 +CDS chr1 32786362 32786447 ENST00000373477 protein_coding 9 1 8 YARS1 ENSG00000134684 +CDS chr1 32786362 32786447 ENST00000675785 protein_coding 1 NA 7 YARS1 ENSG00000134684 +CDS chr1 32786940 32787075 ENST00000373477 protein_coding 9 1 7 YARS1 ENSG00000134684 +CDS chr1 32786940 32787075 ENST00000675785 protein_coding 1 NA 6 YARS1 ENSG00000134684 +CDS chr1 32791162 32791254 ENST00000373477 protein_coding 9 1 6 YARS1 ENSG00000134684 +CDS chr1 32791162 32791254 ENST00000675785 protein_coding 1 NA 5 YARS1 ENSG00000134684 +CDS chr1 32797763 32797843 ENST00000373477 protein_coding 9 1 5 YARS1 ENSG00000134684 +CDS chr1 32797763 32797843 ENST00000675785 protein_coding 1 NA 4 YARS1 ENSG00000134684 +CDS chr1 32806482 32806611 ENST00000373477 protein_coding 9 1 4 YARS1 ENSG00000134684 +CDS chr1 32806482 32806611 ENST00000675785 protein_coding 1 NA 3 YARS1 ENSG00000134684 +CDS chr1 32810591 32810766 ENST00000373477 protein_coding 9 1 3 YARS1 ENSG00000134684 +CDS chr1 32810591 32810766 ENST00000675785 protein_coding 1 NA 2 YARS1 ENSG00000134684 +CDS chr1 32810911 32811057 ENST00000373477 protein_coding 9 1 2 YARS1 ENSG00000134684 +transcript chr1 32816767 32826489 ENST00000530710 protein_coding 5 4 NA S100PBP ENSG00000116497 +CDS chr1 32817188 32817244 ENST00000373477 protein_coding 9 1 1 YARS1 ENSG00000134684 +CDS chr1 32817188 32817244 ENST00000675785 protein_coding 1 NA 1 YARS1 ENSG00000134684 +transcript chr1 32817442 32857854 ENST00000373476 protein_coding 5 2 NA S100PBP ENSG00000116497 +transcript chr1 32817557 32826223 ENST00000529027 protein_coding 5 3 NA S100PBP ENSG00000116497 +transcript chr1 32817653 32826460 ENST00000526230 protein_coding 1 4 NA S100PBP ENSG00000116497 +transcript chr1 32817653 32858875 ENST00000373475 protein_coding 10 1 NA S100PBP ENSG00000116497 +transcript chr1 32817655 32826613 ENST00000531256 protein_coding 1 4 NA S100PBP ENSG00000116497 +transcript chr1 32817699 32826538 ENST00000482212 protein_coding 1 2 NA S100PBP ENSG00000116497 +transcript chr1 32824897 32826115 ENST00000530552 protein_coding 1 2 NA S100PBP ENSG00000116497 +CDS chr1 32826100 32826489 ENST00000530710 protein_coding 5 4 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826930 ENST00000373476 protein_coding 5 2 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826223 ENST00000529027 protein_coding 5 3 4 S100PBP ENSG00000116497 +CDS chr1 32826100 32826460 ENST00000526230 protein_coding 1 4 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826930 ENST00000373475 protein_coding 10 1 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826613 ENST00000531256 protein_coding 1 4 2 S100PBP ENSG00000116497 +CDS chr1 32826100 32826538 ENST00000482212 protein_coding 1 2 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826115 ENST00000530552 protein_coding 1 2 2 S100PBP ENSG00000116497 +CDS chr1 32827993 32828081 ENST00000373476 protein_coding 5 2 4 S100PBP ENSG00000116497 +CDS chr1 32827993 32828081 ENST00000373475 protein_coding 10 1 4 S100PBP ENSG00000116497 +CDS chr1 32829964 32830067 ENST00000373476 protein_coding 5 2 5 S100PBP ENSG00000116497 +CDS chr1 32829964 32830067 ENST00000373475 protein_coding 10 1 5 S100PBP ENSG00000116497 +CDS chr1 32853079 32853166 ENST00000373476 protein_coding 5 2 6 S100PBP ENSG00000116497 +CDS chr1 32853079 32853166 ENST00000373475 protein_coding 10 1 6 S100PBP ENSG00000116497 +CDS chr1 32855924 32856035 ENST00000373476 protein_coding 5 2 7 S100PBP ENSG00000116497 +CDS chr1 32855924 32856035 ENST00000373475 protein_coding 10 1 7 S100PBP ENSG00000116497 +transcript chr1 32862268 32870912 ENST00000373471 protein_coding 9 2 NA FNDC5 ENSG00000160097 +transcript chr1 32862307 32870775 ENST00000649537 protein_coding 2 NA NA FNDC5 ENSG00000160097 +CDS chr1 32864297 32864299 ENST00000373471 protein_coding 9 2 6 FNDC5 ENSG00000160097 +CDS chr1 32864297 32864299 ENST00000649537 protein_coding 2 NA 6 FNDC5 ENSG00000160097 +transcript chr1 32864449 32872480 ENST00000496770 protein_coding 1 1 NA FNDC5 ENSG00000160097 +CDS chr1 32864613 32864797 ENST00000496770 protein_coding 1 1 5 FNDC5 ENSG00000160097 +CDS chr1 32864664 32864797 ENST00000373471 protein_coding 9 2 5 FNDC5 ENSG00000160097 +CDS chr1 32864664 32864797 ENST00000649537 protein_coding 2 NA 5 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000373471 protein_coding 9 2 4 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000649537 protein_coding 2 NA 4 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000496770 protein_coding 1 1 4 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868388 ENST00000373471 protein_coding 9 2 3 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868355 ENST00000649537 protein_coding 2 NA 3 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868373 ENST00000496770 protein_coding 1 1 3 FNDC5 ENSG00000160097 +CDS chr1 32868882 32868997 ENST00000373471 protein_coding 9 2 2 FNDC5 ENSG00000160097 +CDS chr1 32868882 32868997 ENST00000649537 protein_coding 2 NA 2 FNDC5 ENSG00000160097 +CDS chr1 32870653 32870746 ENST00000373471 protein_coding 9 2 1 FNDC5 ENSG00000160097 +CDS chr1 32870653 32870746 ENST00000649537 protein_coding 2 NA 1 FNDC5 ENSG00000160097 +transcript chr1 32886491 32894646 ENST00000373467 protein_coding 4 1 NA HPCA ENSG00000121905 +CDS chr1 32888899 32889276 ENST00000373467 protein_coding 4 1 2 HPCA ENSG00000121905 +CDS chr1 32893524 32893629 ENST00000373467 protein_coding 4 1 3 HPCA ENSG00000121905 +CDS chr1 32893765 32893859 ENST00000373467 protein_coding 4 1 4 HPCA ENSG00000121905 +transcript chr1 32894595 32901389 ENST00000329151 protein_coding 5 1 NA TMEM54 ENSG00000121900 +transcript chr1 32894595 32901389 ENST00000373463 protein_coding 8 1 NA TMEM54 ENSG00000121900 +CDS chr1 32894808 32894879 ENST00000329151 protein_coding 5 1 5 TMEM54 ENSG00000121900 +CDS chr1 32894808 32894879 ENST00000373463 protein_coding 8 1 6 TMEM54 ENSG00000121900 +CDS chr1 32895305 32895439 ENST00000329151 protein_coding 5 1 4 TMEM54 ENSG00000121900 +CDS chr1 32895305 32895439 ENST00000373463 protein_coding 8 1 5 TMEM54 ENSG00000121900 +CDS chr1 32895555 32895644 ENST00000329151 protein_coding 5 1 3 TMEM54 ENSG00000121900 +CDS chr1 32895555 32895743 ENST00000373463 protein_coding 8 1 4 TMEM54 ENSG00000121900 +CDS chr1 32895910 32895969 ENST00000373463 protein_coding 8 1 3 TMEM54 ENSG00000121900 +CDS chr1 32898126 32898319 ENST00000329151 protein_coding 5 1 2 TMEM54 ENSG00000121900 +CDS chr1 32898126 32898319 ENST00000373463 protein_coding 8 1 2 TMEM54 ENSG00000121900 +CDS chr1 32901223 32901238 ENST00000329151 protein_coding 5 1 1 TMEM54 ENSG00000121900 +CDS chr1 32901223 32901238 ENST00000373463 protein_coding 8 1 1 TMEM54 ENSG00000121900 +transcript chr1 32936445 32964685 ENST00000373456 protein_coding 11 1 NA RNF19B ENSG00000116514 +transcript chr1 32936449 32964809 ENST00000235150 protein_coding 5 1 NA RNF19B ENSG00000116514 +transcript chr1 32936454 32964685 ENST00000356990 protein_coding 9 1 NA RNF19B ENSG00000116514 +CDS chr1 32936809 32937259 ENST00000373456 protein_coding 11 1 9 RNF19B ENSG00000116514 +CDS chr1 32936809 32937259 ENST00000235150 protein_coding 5 1 9 RNF19B ENSG00000116514 +CDS chr1 32937291 32937309 ENST00000356990 protein_coding 9 1 9 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000373456 protein_coding 11 1 8 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000356990 protein_coding 9 1 8 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000235150 protein_coding 5 1 8 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000373456 protein_coding 11 1 7 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000356990 protein_coding 9 1 7 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000235150 protein_coding 5 1 7 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000373456 protein_coding 11 1 6 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000356990 protein_coding 9 1 6 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000235150 protein_coding 5 1 6 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000373456 protein_coding 11 1 5 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000356990 protein_coding 9 1 5 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000235150 protein_coding 5 1 5 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000373456 protein_coding 11 1 4 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000356990 protein_coding 9 1 4 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000235150 protein_coding 5 1 4 RNF19B ENSG00000116514 +CDS chr1 32948222 32948366 ENST00000373456 protein_coding 11 1 3 RNF19B ENSG00000116514 +CDS chr1 32948222 32948363 ENST00000356990 protein_coding 9 1 3 RNF19B ENSG00000116514 +CDS chr1 32948222 32948363 ENST00000235150 protein_coding 5 1 3 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000373456 protein_coding 11 1 2 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000356990 protein_coding 9 1 2 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000235150 protein_coding 5 1 2 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000373456 protein_coding 11 1 1 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000356990 protein_coding 9 1 1 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000235150 protein_coding 5 1 1 RNF19B ENSG00000116514 +transcript chr1 33007940 33036911 ENST00000629371 protein_coding 2 3 NA AK2 ENSG00000004455 +transcript chr1 33007986 33036883 ENST00000373449 protein_coding 7 1 NA AK2 ENSG00000004455 +transcript chr1 33007986 33036883 ENST00000672715 protein_coding 1 NA NA AK2 ENSG00000004455 +transcript chr1 33008892 33037004 ENST00000354858 protein_coding 11 1 NA AK2 ENSG00000004455 +transcript chr1 33010478 33036840 ENST00000548033 protein_coding 5 1 NA AK2 ENSG00000004455 +transcript chr1 33010755 33036886 ENST00000467905 protein_coding 5 2 NA AK2 ENSG00000004455 +CDS chr1 33010832 33010833 ENST00000373449 protein_coding 7 1 7 AK2 ENSG00000004455 +CDS chr1 33010832 33010833 ENST00000548033 protein_coding 5 1 6 AK2 ENSG00000004455 +CDS chr1 33012121 33012122 ENST00000467905 protein_coding 5 2 7 AK2 ENSG00000004455 +transcript chr1 33013044 33036877 ENST00000480134 protein_coding 5 2 NA AK2 ENSG00000004455 +CDS chr1 33013184 33013402 ENST00000672715 protein_coding 1 NA 6 AK2 ENSG00000004455 +CDS chr1 33013184 33013402 ENST00000354858 protein_coding 11 1 5 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000373449 protein_coding 7 1 6 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000548033 protein_coding 5 1 5 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000467905 protein_coding 5 2 6 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000373449 protein_coding 7 1 5 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000672715 protein_coding 1 NA 5 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000354858 protein_coding 11 1 4 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000548033 protein_coding 5 1 4 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000467905 protein_coding 5 2 5 AK2 ENSG00000004455 +CDS chr1 33014526 33014594 ENST00000629371 protein_coding 2 3 4 AK2 ENSG00000004455 +CDS chr1 33014526 33014594 ENST00000480134 protein_coding 5 2 4 AK2 ENSG00000004455 +transcript chr1 33017460 33036863 ENST00000673291 protein_coding 1 NA NA AK2 ENSG00000004455 +transcript chr1 33019683 33036844 ENST00000487289 protein_coding 1 2 NA AK2 ENSG00000004455 +CDS chr1 33019979 33020039 ENST00000673291 protein_coding 1 NA 5 AK2 ENSG00000004455 +CDS chr1 33020101 33020161 ENST00000487289 protein_coding 1 2 5 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000373449 protein_coding 7 1 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000672715 protein_coding 1 NA 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000354858 protein_coding 11 1 3 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000548033 protein_coding 5 1 3 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000467905 protein_coding 5 2 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000673291 protein_coding 1 NA 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000487289 protein_coding 1 2 4 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000629371 protein_coding 2 3 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000373449 protein_coding 7 1 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000672715 protein_coding 1 NA 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000354858 protein_coding 11 1 2 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000548033 protein_coding 5 1 2 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000467905 protein_coding 5 2 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000480134 protein_coding 5 2 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000673291 protein_coding 1 NA 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000487289 protein_coding 1 2 3 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000629371 protein_coding 2 3 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000373449 protein_coding 7 1 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000672715 protein_coding 1 NA 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000467905 protein_coding 5 2 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000480134 protein_coding 5 2 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000673291 protein_coding 1 NA 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000487289 protein_coding 1 2 2 AK2 ENSG00000004455 +transcript chr1 33031626 33036859 ENST00000626911 protein_coding 1 3 NA AK2 ENSG00000004455 +CDS chr1 33031629 33031661 ENST00000626911 protein_coding 1 3 2 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000629371 protein_coding 2 3 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000373449 protein_coding 7 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000672715 protein_coding 1 NA 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000354858 protein_coding 11 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000548033 protein_coding 5 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000467905 protein_coding 5 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000480134 protein_coding 5 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000673291 protein_coding 1 NA 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000487289 protein_coding 1 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000626911 protein_coding 1 3 1 AK2 ENSG00000004455 +transcript chr1 33081153 33123492 ENST00000294517 protein_coding 11 1 NA AZIN2 ENSG00000142920 +transcript chr1 33081167 33120529 ENST00000373443 protein_coding 7 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000294517 protein_coding 11 1 4 AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373443 protein_coding 7 1 3 AZIN2 ENSG00000142920 +transcript chr1 33082250 33098230 ENST00000373440 protein_coding 6 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373440 protein_coding 6 1 1 AZIN2 ENSG00000142920 +transcript chr1 33082250 33120182 ENST00000373441 protein_coding 1 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373441 protein_coding 1 1 1 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000294517 protein_coding 11 1 5 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373443 protein_coding 7 1 4 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373440 protein_coding 6 1 2 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373441 protein_coding 1 1 2 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000294517 protein_coding 11 1 6 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000373443 protein_coding 7 1 5 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000373441 protein_coding 1 1 3 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000294517 protein_coding 11 1 7 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000373443 protein_coding 7 1 6 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000373441 protein_coding 1 1 4 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000294517 protein_coding 11 1 8 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000373443 protein_coding 7 1 7 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000373441 protein_coding 1 1 5 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000294517 protein_coding 11 1 9 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373443 protein_coding 7 1 8 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373440 protein_coding 6 1 3 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373441 protein_coding 1 1 6 AZIN2 ENSG00000142920 +CDS chr1 33098007 33098179 ENST00000373441 protein_coding 1 1 7 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098179 ENST00000294517 protein_coding 11 1 10 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098179 ENST00000373443 protein_coding 7 1 9 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098230 ENST00000373440 protein_coding 6 1 4 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000294517 protein_coding 11 1 11 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000373443 protein_coding 7 1 10 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000373441 protein_coding 1 1 8 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000294517 protein_coding 11 1 12 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000373443 protein_coding 7 1 11 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000373441 protein_coding 1 1 9 AZIN2 ENSG00000142920 +transcript chr1 33145399 33182043 ENST00000291416 protein_coding 10 1 NA TRIM62 ENSG00000116525 +transcript chr1 33146702 33176550 ENST00000543586 protein_coding 1 2 NA TRIM62 ENSG00000116525 +CDS chr1 33147180 33147727 ENST00000291416 protein_coding 10 1 5 TRIM62 ENSG00000116525 +CDS chr1 33147180 33147727 ENST00000543586 protein_coding 1 2 5 TRIM62 ENSG00000116525 +CDS chr1 33158253 33158368 ENST00000291416 protein_coding 10 1 4 TRIM62 ENSG00000116525 +CDS chr1 33158253 33158368 ENST00000543586 protein_coding 1 2 4 TRIM62 ENSG00000116525 +CDS chr1 33159688 33159944 ENST00000291416 protein_coding 10 1 3 TRIM62 ENSG00000116525 +CDS chr1 33159688 33159944 ENST00000543586 protein_coding 1 2 3 TRIM62 ENSG00000116525 +CDS chr1 33165471 33165566 ENST00000291416 protein_coding 10 1 2 TRIM62 ENSG00000116525 +CDS chr1 33165471 33165566 ENST00000543586 protein_coding 1 2 2 TRIM62 ENSG00000116525 +CDS chr1 33176408 33176452 ENST00000543586 protein_coding 1 2 1 TRIM62 ENSG00000116525 +CDS chr1 33181025 33181432 ENST00000291416 protein_coding 10 1 1 TRIM62 ENSG00000116525 +transcript chr1 33256492 33300719 ENST00000539719 protein_coding 6 5 NA ZNF362 ENSG00000160094 +transcript chr1 33256545 33280414 ENST00000483388 protein_coding 5 2 NA ZNF362 ENSG00000160094 +CDS chr1 33270575 33270612 ENST00000539719 protein_coding 6 5 2 ZNF362 ENSG00000160094 +transcript chr1 33270575 33300719 ENST00000373428 protein_coding 5 1 NA ZNF362 ENSG00000160094 +CDS chr1 33270575 33270612 ENST00000373428 protein_coding 5 1 1 ZNF362 ENSG00000160094 +CDS chr1 33276100 33276163 ENST00000539719 protein_coding 6 5 3 ZNF362 ENSG00000160094 +CDS chr1 33276100 33276163 ENST00000373428 protein_coding 5 1 2 ZNF362 ENSG00000160094 +CDS chr1 33276101 33276163 ENST00000483388 protein_coding 5 2 2 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000539719 protein_coding 6 5 4 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000483388 protein_coding 5 2 3 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000373428 protein_coding 5 1 3 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280457 ENST00000539719 protein_coding 6 5 5 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280414 ENST00000483388 protein_coding 5 2 4 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280457 ENST00000373428 protein_coding 5 1 4 ZNF362 ENSG00000160094 +CDS chr1 33281587 33281811 ENST00000539719 protein_coding 6 5 6 ZNF362 ENSG00000160094 +CDS chr1 33281587 33281811 ENST00000373428 protein_coding 5 1 5 ZNF362 ENSG00000160094 +CDS chr1 33294937 33295015 ENST00000539719 protein_coding 6 5 7 ZNF362 ENSG00000160094 +CDS chr1 33294937 33295015 ENST00000373428 protein_coding 5 1 6 ZNF362 ENSG00000160094 +CDS chr1 33295147 33295305 ENST00000539719 protein_coding 6 5 8 ZNF362 ENSG00000160094 +CDS chr1 33295147 33295305 ENST00000373428 protein_coding 5 1 7 ZNF362 ENSG00000160094 +CDS chr1 33298930 33299043 ENST00000539719 protein_coding 6 5 9 ZNF362 ENSG00000160094 +CDS chr1 33298930 33299043 ENST00000373428 protein_coding 5 1 8 ZNF362 ENSG00000160094 +transcript chr1 33306766 33321098 ENST00000442999 protein_coding 3 5 NA A3GALT2 ENSG00000184389 +CDS chr1 33306769 33307453 ENST00000442999 protein_coding 3 5 5 A3GALT2 ENSG00000184389 +CDS chr1 33312052 33312189 ENST00000442999 protein_coding 3 5 4 A3GALT2 ENSG00000184389 +CDS chr1 33312501 33312590 ENST00000442999 protein_coding 3 5 3 A3GALT2 ENSG00000184389 +CDS chr1 33312807 33312890 ENST00000442999 protein_coding 3 5 2 A3GALT2 ENSG00000184389 +CDS chr1 33321076 33321098 ENST00000442999 protein_coding 3 5 1 A3GALT2 ENSG00000184389 +transcript chr1 33323623 33430646 ENST00000373422 protein_coding 8 2 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33349885 ENST00000373418 protein_coding 7 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33375593 ENST00000257118 protein_coding 5 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33431020 ENST00000431992 protein_coding 6 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33431095 ENST00000683057 protein_coding 1 NA NA PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000373422 protein_coding 8 2 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000373418 protein_coding 7 1 7 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000257118 protein_coding 5 1 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000431992 protein_coding 6 1 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000683057 protein_coding 1 NA 15 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000373422 protein_coding 8 2 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000373418 protein_coding 7 1 6 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000257118 protein_coding 5 1 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000431992 protein_coding 6 1 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000683057 protein_coding 1 NA 14 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000373422 protein_coding 8 2 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000373418 protein_coding 7 1 5 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000257118 protein_coding 5 1 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000431992 protein_coding 6 1 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000683057 protein_coding 1 NA 13 PHC2 ENSG00000134686 +transcript chr1 33330071 33349772 ENST00000493483 protein_coding 5 3 NA PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000493483 protein_coding 5 3 6 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000373422 protein_coding 8 2 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000373418 protein_coding 7 1 4 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000257118 protein_coding 5 1 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000431992 protein_coding 6 1 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000683057 protein_coding 1 NA 12 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000493483 protein_coding 5 3 5 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000373422 protein_coding 8 2 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000373418 protein_coding 7 1 3 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000257118 protein_coding 5 1 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000431992 protein_coding 6 1 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000683057 protein_coding 1 NA 11 PHC2 ENSG00000134686 +CDS chr1 33332275 33332296 ENST00000493483 protein_coding 5 3 4 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000373422 protein_coding 8 2 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334242 ENST00000373418 protein_coding 7 1 2 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000257118 protein_coding 5 1 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000431992 protein_coding 6 1 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000683057 protein_coding 1 NA 10 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000373422 protein_coding 8 2 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000257118 protein_coding 5 1 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000431992 protein_coding 6 1 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000683057 protein_coding 1 NA 9 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000373422 protein_coding 8 2 7 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000431992 protein_coding 6 1 7 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000683057 protein_coding 1 NA 8 PHC2 ENSG00000134686 +CDS chr1 33354841 33355253 ENST00000257118 protein_coding 5 1 7 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000373422 protein_coding 8 2 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000257118 protein_coding 5 1 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000431992 protein_coding 6 1 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000683057 protein_coding 1 NA 7 PHC2 ENSG00000134686 +CDS chr1 33368536 33368622 ENST00000257118 protein_coding 5 1 5 PHC2 ENSG00000134686 +CDS chr1 33368536 33368622 ENST00000683057 protein_coding 1 NA 6 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000373422 protein_coding 8 2 5 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000257118 protein_coding 5 1 4 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000431992 protein_coding 6 1 5 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000683057 protein_coding 1 NA 5 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000373422 protein_coding 8 2 4 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000257118 protein_coding 5 1 3 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000431992 protein_coding 6 1 4 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000683057 protein_coding 1 NA 4 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000373422 protein_coding 8 2 3 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000257118 protein_coding 5 1 2 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000431992 protein_coding 6 1 3 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000683057 protein_coding 1 NA 3 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000373422 protein_coding 8 2 2 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000257118 protein_coding 5 1 1 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000431992 protein_coding 6 1 2 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000683057 protein_coding 1 NA 2 PHC2 ENSG00000134686 +transcript chr1 33472645 33496507 ENST00000361328 protein_coding 7 2 NA ZSCAN20 ENSG00000121903 +transcript chr1 33472645 33501643 ENST00000684572 protein_coding 1 NA NA ZSCAN20 ENSG00000121903 +transcript chr1 33472651 33492636 ENST00000373413 protein_coding 2 1 NA ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000361328 protein_coding 7 2 2 ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000684572 protein_coding 1 NA 2 ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000373413 protein_coding 2 1 2 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000361328 protein_coding 7 2 3 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000684572 protein_coding 1 NA 3 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000373413 protein_coding 2 1 3 ZSCAN20 ENSG00000121903 +CDS chr1 33489115 33489191 ENST00000361328 protein_coding 7 2 4 ZSCAN20 ENSG00000121903 +CDS chr1 33489115 33489191 ENST00000684572 protein_coding 1 NA 4 ZSCAN20 ENSG00000121903 +CDS chr1 33489518 33489602 ENST00000361328 protein_coding 7 2 5 ZSCAN20 ENSG00000121903 +CDS chr1 33489518 33489602 ENST00000684572 protein_coding 1 NA 5 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491702 ENST00000361328 protein_coding 7 2 6 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491702 ENST00000684572 protein_coding 1 NA 6 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491719 ENST00000373413 protein_coding 2 1 4 ZSCAN20 ENSG00000121903 +CDS chr1 33493187 33493615 ENST00000361328 protein_coding 7 2 7 ZSCAN20 ENSG00000121903 +CDS chr1 33493187 33493615 ENST00000684572 protein_coding 1 NA 7 ZSCAN20 ENSG00000121903 +CDS chr1 33494218 33495473 ENST00000361328 protein_coding 7 2 8 ZSCAN20 ENSG00000121903 +CDS chr1 33494218 33495473 ENST00000684572 protein_coding 1 NA 8 ZSCAN20 ENSG00000121903 +transcript chr1 33513998 34165230 ENST00000373381 protein_coding 9 1 NA CSMD2 ENSG00000121904 +transcript chr1 33513999 34165842 ENST00000619121 protein_coding 4 5 NA CSMD2 ENSG00000121904 +transcript chr1 33514009 34165842 ENST00000373388 protein_coding 7 1 NA CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000373381 protein_coding 9 1 70 CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000619121 protein_coding 4 5 70 CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000373388 protein_coding 7 1 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000373381 protein_coding 9 1 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000619121 protein_coding 4 5 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000373388 protein_coding 7 1 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000373381 protein_coding 9 1 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000619121 protein_coding 4 5 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000373388 protein_coding 7 1 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000373381 protein_coding 9 1 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000619121 protein_coding 4 5 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000373388 protein_coding 7 1 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000373381 protein_coding 9 1 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000619121 protein_coding 4 5 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000373388 protein_coding 7 1 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000373381 protein_coding 9 1 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000619121 protein_coding 4 5 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000373388 protein_coding 7 1 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000373381 protein_coding 9 1 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000619121 protein_coding 4 5 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000373388 protein_coding 7 1 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000373381 protein_coding 9 1 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000619121 protein_coding 4 5 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000373388 protein_coding 7 1 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000373381 protein_coding 9 1 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000619121 protein_coding 4 5 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000373388 protein_coding 7 1 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000373381 protein_coding 9 1 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000619121 protein_coding 4 5 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000373388 protein_coding 7 1 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000373381 protein_coding 9 1 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000619121 protein_coding 4 5 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000373388 protein_coding 7 1 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000373381 protein_coding 9 1 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000619121 protein_coding 4 5 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000373388 protein_coding 7 1 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000373381 protein_coding 9 1 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000619121 protein_coding 4 5 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000373388 protein_coding 7 1 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000373381 protein_coding 9 1 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000619121 protein_coding 4 5 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000373388 protein_coding 7 1 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000373381 protein_coding 9 1 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000619121 protein_coding 4 5 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000373388 protein_coding 7 1 55 CSMD2 ENSG00000121904 +CDS chr1 33557734 33557922 ENST00000373381 protein_coding 9 1 55 CSMD2 ENSG00000121904 +CDS chr1 33557734 33557922 ENST00000619121 protein_coding 4 5 55 CSMD2 ENSG00000121904 +CDS chr1 33559300 33559473 ENST00000373381 protein_coding 9 1 54 CSMD2 ENSG00000121904 +CDS chr1 33559300 33559473 ENST00000619121 protein_coding 4 5 54 CSMD2 ENSG00000121904 +transcript chr1 33559353 33572590 ENST00000465819 protein_coding 1 5 NA CSMD2 ENSG00000121904 +CDS chr1 33559353 33559473 ENST00000465819 protein_coding 1 5 5 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567841 ENST00000373381 protein_coding 9 1 53 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567841 ENST00000619121 protein_coding 4 5 53 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567766 ENST00000373388 protein_coding 7 1 54 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567766 ENST00000465819 protein_coding 1 5 4 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000373381 protein_coding 9 1 52 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000619121 protein_coding 4 5 52 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000373388 protein_coding 7 1 53 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000465819 protein_coding 1 5 3 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000373381 protein_coding 9 1 51 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000619121 protein_coding 4 5 51 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000373388 protein_coding 7 1 52 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000465819 protein_coding 1 5 2 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000373381 protein_coding 9 1 50 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000619121 protein_coding 4 5 50 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000373388 protein_coding 7 1 51 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572590 ENST00000465819 protein_coding 1 5 1 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000373381 protein_coding 9 1 49 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000619121 protein_coding 4 5 49 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000373388 protein_coding 7 1 50 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000373381 protein_coding 9 1 48 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000619121 protein_coding 4 5 48 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000373388 protein_coding 7 1 49 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000373381 protein_coding 9 1 47 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000619121 protein_coding 4 5 47 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000373388 protein_coding 7 1 48 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000373381 protein_coding 9 1 46 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000619121 protein_coding 4 5 46 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000373388 protein_coding 7 1 47 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000373381 protein_coding 9 1 45 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000619121 protein_coding 4 5 45 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000373388 protein_coding 7 1 46 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000373381 protein_coding 9 1 44 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000619121 protein_coding 4 5 44 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000373388 protein_coding 7 1 45 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000373381 protein_coding 9 1 43 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000619121 protein_coding 4 5 43 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000373388 protein_coding 7 1 44 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000373381 protein_coding 9 1 42 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000619121 protein_coding 4 5 42 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000373388 protein_coding 7 1 43 CSMD2 ENSG00000121904 +CDS chr1 33605863 33605988 ENST00000373388 protein_coding 7 1 42 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000373381 protein_coding 9 1 41 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000619121 protein_coding 4 5 41 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000373388 protein_coding 7 1 41 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000373381 protein_coding 9 1 40 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000619121 protein_coding 4 5 40 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000373388 protein_coding 7 1 40 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000373381 protein_coding 9 1 39 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000619121 protein_coding 4 5 39 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000373388 protein_coding 7 1 39 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000373381 protein_coding 9 1 38 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000619121 protein_coding 4 5 38 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000373388 protein_coding 7 1 38 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000373381 protein_coding 9 1 37 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000619121 protein_coding 4 5 37 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000373388 protein_coding 7 1 37 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000373381 protein_coding 9 1 36 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000619121 protein_coding 4 5 36 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000373388 protein_coding 7 1 36 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000373381 protein_coding 9 1 35 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000619121 protein_coding 4 5 35 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000373388 protein_coding 7 1 35 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000373381 protein_coding 9 1 34 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000619121 protein_coding 4 5 34 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000373388 protein_coding 7 1 34 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000373381 protein_coding 9 1 33 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000619121 protein_coding 4 5 33 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000373388 protein_coding 7 1 33 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000373381 protein_coding 9 1 32 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000619121 protein_coding 4 5 32 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000373388 protein_coding 7 1 32 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000373381 protein_coding 9 1 31 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000619121 protein_coding 4 5 31 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000373388 protein_coding 7 1 31 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000373381 protein_coding 9 1 30 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000619121 protein_coding 4 5 30 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000373388 protein_coding 7 1 30 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000373381 protein_coding 9 1 29 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000619121 protein_coding 4 5 29 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000373388 protein_coding 7 1 29 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000373381 protein_coding 9 1 28 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000619121 protein_coding 4 5 28 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000373388 protein_coding 7 1 28 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000373381 protein_coding 9 1 27 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000619121 protein_coding 4 5 27 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000373388 protein_coding 7 1 27 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000373381 protein_coding 9 1 26 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000619121 protein_coding 4 5 26 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000373388 protein_coding 7 1 26 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000373381 protein_coding 9 1 25 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000619121 protein_coding 4 5 25 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000373388 protein_coding 7 1 25 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000373381 protein_coding 9 1 24 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000619121 protein_coding 4 5 24 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000373388 protein_coding 7 1 24 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000373381 protein_coding 9 1 23 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000619121 protein_coding 4 5 23 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000373388 protein_coding 7 1 23 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000373381 protein_coding 9 1 22 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000619121 protein_coding 4 5 22 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000373388 protein_coding 7 1 22 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000373381 protein_coding 9 1 21 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000619121 protein_coding 4 5 21 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000373388 protein_coding 7 1 21 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000373381 protein_coding 9 1 20 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000619121 protein_coding 4 5 20 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000373388 protein_coding 7 1 20 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000373381 protein_coding 9 1 19 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000619121 protein_coding 4 5 19 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000373388 protein_coding 7 1 19 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000373381 protein_coding 9 1 18 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000619121 protein_coding 4 5 18 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000373388 protein_coding 7 1 18 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000373381 protein_coding 9 1 17 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000619121 protein_coding 4 5 17 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000373388 protein_coding 7 1 17 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000373381 protein_coding 9 1 16 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000619121 protein_coding 4 5 16 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000373388 protein_coding 7 1 16 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000373381 protein_coding 9 1 15 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000619121 protein_coding 4 5 15 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000373388 protein_coding 7 1 15 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000373381 protein_coding 9 1 14 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000619121 protein_coding 4 5 14 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000373388 protein_coding 7 1 14 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000373381 protein_coding 9 1 13 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000619121 protein_coding 4 5 13 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000373388 protein_coding 7 1 13 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000373381 protein_coding 9 1 12 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000619121 protein_coding 4 5 12 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000373388 protein_coding 7 1 12 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000373381 protein_coding 9 1 11 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000619121 protein_coding 4 5 11 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000373388 protein_coding 7 1 11 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000373381 protein_coding 9 1 10 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000619121 protein_coding 4 5 10 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000373388 protein_coding 7 1 10 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000373381 protein_coding 9 1 9 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000619121 protein_coding 4 5 9 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000373388 protein_coding 7 1 9 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000373381 protein_coding 9 1 8 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000619121 protein_coding 4 5 8 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000373388 protein_coding 7 1 8 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000373381 protein_coding 9 1 7 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000619121 protein_coding 4 5 7 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000373388 protein_coding 7 1 7 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000373381 protein_coding 9 1 6 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000619121 protein_coding 4 5 6 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000373388 protein_coding 7 1 6 CSMD2 ENSG00000121904 +transcript chr1 33860475 33864791 ENST00000519684 protein_coding 5 1 NA HMGB4 ENSG00000176256 +transcript chr1 33860500 33864791 ENST00000522796 protein_coding 1 5 NA HMGB4 ENSG00000176256 +transcript chr1 33864079 33864791 ENST00000681531 protein_coding 1 NA NA HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000519684 protein_coding 5 1 2 HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000522796 protein_coding 1 5 4 HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000681531 protein_coding 1 NA 1 HMGB4 ENSG00000176256 +CDS chr1 33918094 33918301 ENST00000373381 protein_coding 9 1 5 CSMD2 ENSG00000121904 +CDS chr1 33918094 33918301 ENST00000619121 protein_coding 4 5 5 CSMD2 ENSG00000121904 +CDS chr1 33918094 33918301 ENST00000373388 protein_coding 7 1 5 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000373381 protein_coding 9 1 4 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000619121 protein_coding 4 5 4 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000373388 protein_coding 7 1 4 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000373381 protein_coding 9 1 3 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000619121 protein_coding 4 5 3 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000373388 protein_coding 7 1 3 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000373381 protein_coding 9 1 2 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000619121 protein_coding 4 5 2 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000373388 protein_coding 7 1 2 CSMD2 ENSG00000121904 +CDS chr1 34164911 34165097 ENST00000373381 protein_coding 9 1 1 CSMD2 ENSG00000121904 +CDS chr1 34165747 34165813 ENST00000619121 protein_coding 4 5 1 CSMD2 ENSG00000121904 +CDS chr1 34165747 34165813 ENST00000373388 protein_coding 7 1 1 CSMD2 ENSG00000121904 +transcript chr1 34166883 34219131 ENST00000373374 protein_coding 7 1 NA C1orf94 ENSG00000142698 +transcript chr1 34176907 34219131 ENST00000488417 protein_coding 2 1 NA C1orf94 ENSG00000142698 +CDS chr1 34177790 34178109 ENST00000488417 protein_coding 2 1 1 C1orf94 ENSG00000142698 +CDS chr1 34197225 34197913 ENST00000488417 protein_coding 2 1 2 C1orf94 ENSG00000142698 +CDS chr1 34197475 34197913 ENST00000373374 protein_coding 7 1 2 C1orf94 ENSG00000142698 +CDS chr1 34200772 34201032 ENST00000373374 protein_coding 7 1 3 C1orf94 ENSG00000142698 +CDS chr1 34200772 34201032 ENST00000488417 protein_coding 2 1 3 C1orf94 ENSG00000142698 +CDS chr1 34202084 34202259 ENST00000373374 protein_coding 7 1 4 C1orf94 ENSG00000142698 +CDS chr1 34202084 34202259 ENST00000488417 protein_coding 2 1 4 C1orf94 ENSG00000142698 +CDS chr1 34208157 34208234 ENST00000373374 protein_coding 7 1 5 C1orf94 ENSG00000142698 +CDS chr1 34208157 34208234 ENST00000488417 protein_coding 2 1 5 C1orf94 ENSG00000142698 +CDS chr1 34212210 34212406 ENST00000373374 protein_coding 7 1 6 C1orf94 ENSG00000142698 +CDS chr1 34212210 34212406 ENST00000488417 protein_coding 2 1 6 C1orf94 ENSG00000142698 +CDS chr1 34218686 34218758 ENST00000373374 protein_coding 7 1 7 C1orf94 ENSG00000142698 +CDS chr1 34218686 34218758 ENST00000488417 protein_coding 2 1 7 C1orf94 ENSG00000142698 +transcript chr1 34755047 34758512 ENST00000338513 protein_coding 1 1 NA GJB5 ENSG00000189280 +CDS chr1 34757331 34758149 ENST00000338513 protein_coding 1 1 2 GJB5 ENSG00000189280 +transcript chr1 34759740 34762327 ENST00000339480 protein_coding 3 2 NA GJB4 ENSG00000189433 +CDS chr1 34761255 34762052 ENST00000339480 protein_coding 3 2 2 GJB4 ENSG00000189433 +transcript chr1 34781214 34786364 ENST00000373366 protein_coding 3 1 NA GJB3 ENSG00000188910 +transcript chr1 34782278 34786369 ENST00000373362 protein_coding 3 1 NA GJB3 ENSG00000188910 +CDS chr1 34784763 34785572 ENST00000373366 protein_coding 3 1 2 GJB3 ENSG00000188910 +CDS chr1 34784763 34785572 ENST00000373362 protein_coding 3 1 2 GJB3 ENSG00000188910 +transcript chr1 34792999 34795747 ENST00000342280 protein_coding 5 1 NA GJA4 ENSG00000187513 +transcript chr1 34792999 34795090 ENST00000450137 protein_coding 1 2 NA GJA4 ENSG00000187513 +CDS chr1 34794214 34795212 ENST00000342280 protein_coding 5 1 2 GJA4 ENSG00000187513 +CDS chr1 34794214 34795090 ENST00000450137 protein_coding 1 2 2 GJA4 ENSG00000187513 +transcript chr1 34850362 34859749 ENST00000521580 protein_coding 3 1 NA SMIM12 ENSG00000163866 +transcript chr1 34855050 34859069 ENST00000446026 protein_coding 1 1 NA SMIM12 ENSG00000163866 +transcript chr1 34855169 34859755 ENST00000456842 protein_coding 1 2 NA SMIM12 ENSG00000163866 +transcript chr1 34855349 34859717 ENST00000423898 protein_coding 1 2 NA SMIM12 ENSG00000163866 +transcript chr1 34855689 34859045 ENST00000417239 protein_coding 1 3 NA SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000521580 protein_coding 3 1 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000446026 protein_coding 1 1 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000456842 protein_coding 1 2 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000423898 protein_coding 1 2 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000417239 protein_coding 1 3 3 SMIM12 ENSG00000163866 +transcript chr1 34865436 34929650 ENST00000373347 protein_coding 6 5 NA DLGAP3 ENSG00000116544 +transcript chr1 34865436 34905383 ENST00000235180 protein_coding 4 2 NA DLGAP3 ENSG00000116544 +CDS chr1 34866086 34866301 ENST00000373347 protein_coding 6 5 12 DLGAP3 ENSG00000116544 +CDS chr1 34866086 34866301 ENST00000235180 protein_coding 4 2 10 DLGAP3 ENSG00000116544 +CDS chr1 34867048 34867191 ENST00000373347 protein_coding 6 5 11 DLGAP3 ENSG00000116544 +CDS chr1 34867048 34867191 ENST00000235180 protein_coding 4 2 9 DLGAP3 ENSG00000116544 +CDS chr1 34867536 34867627 ENST00000373347 protein_coding 6 5 10 DLGAP3 ENSG00000116544 +CDS chr1 34867536 34867627 ENST00000235180 protein_coding 4 2 8 DLGAP3 ENSG00000116544 +CDS chr1 34868605 34869089 ENST00000373347 protein_coding 6 5 9 DLGAP3 ENSG00000116544 +CDS chr1 34868605 34869089 ENST00000235180 protein_coding 4 2 7 DLGAP3 ENSG00000116544 +CDS chr1 34884978 34885063 ENST00000373347 protein_coding 6 5 8 DLGAP3 ENSG00000116544 +CDS chr1 34884978 34885063 ENST00000235180 protein_coding 4 2 6 DLGAP3 ENSG00000116544 +CDS chr1 34885478 34885791 ENST00000373347 protein_coding 6 5 7 DLGAP3 ENSG00000116544 +CDS chr1 34885478 34885791 ENST00000235180 protein_coding 4 2 5 DLGAP3 ENSG00000116544 +CDS chr1 34886072 34886285 ENST00000373347 protein_coding 6 5 6 DLGAP3 ENSG00000116544 +CDS chr1 34886072 34886285 ENST00000235180 protein_coding 4 2 4 DLGAP3 ENSG00000116544 +CDS chr1 34899669 34899741 ENST00000373347 protein_coding 6 5 5 DLGAP3 ENSG00000116544 +CDS chr1 34899669 34899741 ENST00000235180 protein_coding 4 2 3 DLGAP3 ENSG00000116544 +CDS chr1 34900068 34900273 ENST00000373347 protein_coding 6 5 4 DLGAP3 ENSG00000116544 +CDS chr1 34900068 34900273 ENST00000235180 protein_coding 4 2 2 DLGAP3 ENSG00000116544 +CDS chr1 34904277 34905383 ENST00000373347 protein_coding 6 5 3 DLGAP3 ENSG00000116544 +CDS chr1 34904277 34905383 ENST00000235180 protein_coding 4 2 1 DLGAP3 ENSG00000116544 +transcript chr1 34974356 34985313 ENST00000417456 protein_coding 1 2 NA NA ENSG00000284773 +CDS chr1 34977346 34977402 ENST00000417456 protein_coding 1 2 2 NA ENSG00000284773 +transcript chr1 34981535 34985353 ENST00000373337 protein_coding 3 1 NA TMEM35B ENSG00000243749 +CDS chr1 34981947 34982119 ENST00000373337 protein_coding 3 1 3 TMEM35B ENSG00000243749 +CDS chr1 34983767 34983947 ENST00000373337 protein_coding 3 1 2 TMEM35B ENSG00000243749 +CDS chr1 34985198 34985305 ENST00000373337 protein_coding 3 1 1 TMEM35B ENSG00000243749 +CDS chr1 34985198 34985305 ENST00000417456 protein_coding 1 2 1 NA ENSG00000284773 +transcript chr1 34986165 35031945 ENST00000357182 protein_coding 9 1 NA ZMYM6 ENSG00000163867 +CDS chr1 34987107 34988935 ENST00000357182 protein_coding 9 1 16 ZMYM6 ENSG00000163867 +CDS chr1 34992234 34992387 ENST00000357182 protein_coding 9 1 15 ZMYM6 ENSG00000163867 +CDS chr1 35003968 35004005 ENST00000357182 protein_coding 9 1 14 ZMYM6 ENSG00000163867 +CDS chr1 35005132 35005272 ENST00000357182 protein_coding 9 1 13 ZMYM6 ENSG00000163867 +CDS chr1 35006951 35007098 ENST00000357182 protein_coding 9 1 12 ZMYM6 ENSG00000163867 +CDS chr1 35008752 35008924 ENST00000357182 protein_coding 9 1 11 ZMYM6 ENSG00000163867 +CDS chr1 35010447 35010597 ENST00000357182 protein_coding 9 1 10 ZMYM6 ENSG00000163867 +CDS chr1 35010758 35011036 ENST00000357182 protein_coding 9 1 9 ZMYM6 ENSG00000163867 +CDS chr1 35011890 35012005 ENST00000357182 protein_coding 9 1 8 ZMYM6 ENSG00000163867 +CDS chr1 35012431 35012581 ENST00000357182 protein_coding 9 1 7 ZMYM6 ENSG00000163867 +CDS chr1 35014697 35014888 ENST00000357182 protein_coding 9 1 6 ZMYM6 ENSG00000163867 +transcript chr1 35014866 35031632 ENST00000415531 protein_coding 5 5 NA ZMYM6 ENSG00000163867 +CDS chr1 35014866 35014888 ENST00000415531 protein_coding 5 5 6 ZMYM6 ENSG00000163867 +CDS chr1 35014988 35015162 ENST00000357182 protein_coding 9 1 5 ZMYM6 ENSG00000163867 +CDS chr1 35014988 35015162 ENST00000415531 protein_coding 5 5 5 ZMYM6 ENSG00000163867 +transcript chr1 35017244 35031905 ENST00000317538 protein_coding 9 1 NA ZMYM6 ENSG00000163867 +transcript chr1 35018513 35031690 ENST00000373333 protein_coding 1 1 NA ZMYM6 ENSG00000163867 +CDS chr1 35019271 35019602 ENST00000317538 protein_coding 9 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35019271 35019602 ENST00000373333 protein_coding 1 1 5 ZMYM6 ENSG00000163867 +CDS chr1 35019353 35019602 ENST00000357182 protein_coding 9 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35019353 35019602 ENST00000415531 protein_coding 5 5 4 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000357182 protein_coding 9 1 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000415531 protein_coding 5 5 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000317538 protein_coding 9 1 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000373333 protein_coding 1 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000357182 protein_coding 9 1 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000415531 protein_coding 5 5 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000317538 protein_coding 9 1 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000373333 protein_coding 1 1 3 ZMYM6 ENSG00000163867 +transcript chr1 35032172 35115624 ENST00000650449 protein_coding 1 NA NA ZMYM1 ENSG00000197056 +transcript chr1 35059786 35113215 ENST00000417119 protein_coding 5 2 NA ZMYM1 ENSG00000197056 +transcript chr1 35059786 35115856 ENST00000611874 protein_coding 4 2 NA ZMYM1 ENSG00000197056 +transcript chr1 35079385 35115859 ENST00000359858 protein_coding 9 1 NA ZMYM1 ENSG00000197056 +transcript chr1 35079391 35115859 ENST00000373330 protein_coding 1 1 NA ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000650449 protein_coding 1 NA 5 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000417119 protein_coding 5 2 3 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000611874 protein_coding 4 2 3 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000359858 protein_coding 9 1 2 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000373330 protein_coding 1 1 3 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000650449 protein_coding 1 NA 6 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000417119 protein_coding 5 2 4 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000611874 protein_coding 4 2 4 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000359858 protein_coding 9 1 3 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000373330 protein_coding 1 1 4 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000650449 protein_coding 1 NA 7 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000417119 protein_coding 5 2 5 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000611874 protein_coding 4 2 5 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000359858 protein_coding 9 1 4 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000373330 protein_coding 1 1 5 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000650449 protein_coding 1 NA 8 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000417119 protein_coding 5 2 6 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000611874 protein_coding 4 2 6 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000359858 protein_coding 9 1 5 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000373330 protein_coding 1 1 6 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000650449 protein_coding 1 NA 9 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000417119 protein_coding 5 2 7 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000611874 protein_coding 4 2 7 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000359858 protein_coding 9 1 6 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000373330 protein_coding 1 1 7 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000650449 protein_coding 1 NA 10 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000417119 protein_coding 5 2 8 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000611874 protein_coding 4 2 8 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000359858 protein_coding 9 1 7 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000373330 protein_coding 1 1 8 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000650449 protein_coding 1 NA 11 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000417119 protein_coding 5 2 9 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000611874 protein_coding 4 2 9 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000359858 protein_coding 9 1 8 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000373330 protein_coding 1 1 9 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000650449 protein_coding 1 NA 12 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000417119 protein_coding 5 2 10 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000611874 protein_coding 4 2 10 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000359858 protein_coding 9 1 9 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000373330 protein_coding 1 1 10 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000650449 protein_coding 1 NA 13 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35113215 ENST00000417119 protein_coding 5 2 11 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000611874 protein_coding 4 2 11 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000359858 protein_coding 9 1 10 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000373330 protein_coding 1 1 11 ZMYM1 ENSG00000197056 +transcript chr1 35182936 35193145 ENST00000357214 protein_coding 6 1 NA SFPQ ENSG00000116560 +CDS chr1 35184459 35184593 ENST00000357214 protein_coding 6 1 10 SFPQ ENSG00000116560 +CDS chr1 35187001 35187122 ENST00000357214 protein_coding 6 1 9 SFPQ ENSG00000116560 +CDS chr1 35187203 35187251 ENST00000357214 protein_coding 6 1 8 SFPQ ENSG00000116560 +CDS chr1 35187973 35188090 ENST00000357214 protein_coding 6 1 7 SFPQ ENSG00000116560 +CDS chr1 35189003 35189087 ENST00000357214 protein_coding 6 1 6 SFPQ ENSG00000116560 +CDS chr1 35189186 35189382 ENST00000357214 protein_coding 6 1 5 SFPQ ENSG00000116560 +CDS chr1 35190498 35190593 ENST00000357214 protein_coding 6 1 4 SFPQ ENSG00000116560 +CDS chr1 35190694 35190995 ENST00000357214 protein_coding 6 1 3 SFPQ ENSG00000116560 +CDS chr1 35191341 35191529 ENST00000357214 protein_coding 6 1 2 SFPQ ENSG00000116560 +CDS chr1 35192222 35193049 ENST00000357214 protein_coding 6 1 1 SFPQ ENSG00000116560 +transcript chr1 35268709 35422058 ENST00000314607 protein_coding 11 2 NA ZMYM4 ENSG00000146463 +transcript chr1 35269033 35359229 ENST00000441447 protein_coding 1 5 NA ZMYM4 ENSG00000146463 +CDS chr1 35269047 35269085 ENST00000314607 protein_coding 11 2 1 ZMYM4 ENSG00000146463 +CDS chr1 35325360 35325405 ENST00000314607 protein_coding 11 2 2 ZMYM4 ENSG00000146463 +CDS chr1 35358925 35359446 ENST00000314607 protein_coding 11 2 3 ZMYM4 ENSG00000146463 +CDS chr1 35358936 35359229 ENST00000441447 protein_coding 1 5 4 ZMYM4 ENSG00000146463 +CDS chr1 35361194 35361255 ENST00000314607 protein_coding 11 2 4 ZMYM4 ENSG00000146463 +CDS chr1 35361619 35361789 ENST00000314607 protein_coding 11 2 5 ZMYM4 ENSG00000146463 +transcript chr1 35361705 35422058 ENST00000457946 protein_coding 1 5 NA ZMYM4 ENSG00000146463 +CDS chr1 35361705 35361789 ENST00000457946 protein_coding 1 5 1 ZMYM4 ENSG00000146463 +CDS chr1 35370029 35370113 ENST00000314607 protein_coding 11 2 6 ZMYM4 ENSG00000146463 +CDS chr1 35370029 35370113 ENST00000457946 protein_coding 1 5 2 ZMYM4 ENSG00000146463 +CDS chr1 35370372 35370627 ENST00000314607 protein_coding 11 2 7 ZMYM4 ENSG00000146463 +CDS chr1 35370372 35370627 ENST00000457946 protein_coding 1 5 3 ZMYM4 ENSG00000146463 +CDS chr1 35381259 35381433 ENST00000314607 protein_coding 11 2 8 ZMYM4 ENSG00000146463 +CDS chr1 35381259 35381433 ENST00000457946 protein_coding 1 5 4 ZMYM4 ENSG00000146463 +CDS chr1 35381546 35381758 ENST00000314607 protein_coding 11 2 9 ZMYM4 ENSG00000146463 +CDS chr1 35381546 35381758 ENST00000457946 protein_coding 1 5 5 ZMYM4 ENSG00000146463 +CDS chr1 35385442 35385592 ENST00000314607 protein_coding 11 2 10 ZMYM4 ENSG00000146463 +CDS chr1 35386074 35386189 ENST00000314607 protein_coding 11 2 11 ZMYM4 ENSG00000146463 +CDS chr1 35387003 35387278 ENST00000314607 protein_coding 11 2 12 ZMYM4 ENSG00000146463 +CDS chr1 35387003 35387278 ENST00000457946 protein_coding 1 5 6 ZMYM4 ENSG00000146463 +CDS chr1 35387454 35387604 ENST00000314607 protein_coding 11 2 13 ZMYM4 ENSG00000146463 +CDS chr1 35387454 35387604 ENST00000457946 protein_coding 1 5 7 ZMYM4 ENSG00000146463 +CDS chr1 35388910 35389082 ENST00000314607 protein_coding 11 2 14 ZMYM4 ENSG00000146463 +CDS chr1 35388910 35389082 ENST00000457946 protein_coding 1 5 8 ZMYM4 ENSG00000146463 +CDS chr1 35389948 35390098 ENST00000314607 protein_coding 11 2 15 ZMYM4 ENSG00000146463 +CDS chr1 35389948 35390098 ENST00000457946 protein_coding 1 5 9 ZMYM4 ENSG00000146463 +CDS chr1 35392212 35392352 ENST00000314607 protein_coding 11 2 16 ZMYM4 ENSG00000146463 +CDS chr1 35392212 35392352 ENST00000457946 protein_coding 1 5 10 ZMYM4 ENSG00000146463 +CDS chr1 35392647 35392684 ENST00000314607 protein_coding 11 2 17 ZMYM4 ENSG00000146463 +CDS chr1 35392647 35392684 ENST00000457946 protein_coding 1 5 11 ZMYM4 ENSG00000146463 +CDS chr1 35393595 35393739 ENST00000314607 protein_coding 11 2 18 ZMYM4 ENSG00000146463 +CDS chr1 35393595 35393739 ENST00000457946 protein_coding 1 5 12 ZMYM4 ENSG00000146463 +CDS chr1 35396552 35396670 ENST00000314607 protein_coding 11 2 19 ZMYM4 ENSG00000146463 +CDS chr1 35396555 35396670 ENST00000457946 protein_coding 1 5 13 ZMYM4 ENSG00000146463 +CDS chr1 35397377 35397545 ENST00000314607 protein_coding 11 2 20 ZMYM4 ENSG00000146463 +CDS chr1 35397377 35397545 ENST00000457946 protein_coding 1 5 14 ZMYM4 ENSG00000146463 +CDS chr1 35398413 35398466 ENST00000314607 protein_coding 11 2 21 ZMYM4 ENSG00000146463 +CDS chr1 35398413 35398466 ENST00000457946 protein_coding 1 5 15 ZMYM4 ENSG00000146463 +CDS chr1 35398864 35399043 ENST00000314607 protein_coding 11 2 22 ZMYM4 ENSG00000146463 +CDS chr1 35398864 35399043 ENST00000457946 protein_coding 1 5 16 ZMYM4 ENSG00000146463 +CDS chr1 35399482 35399576 ENST00000314607 protein_coding 11 2 23 ZMYM4 ENSG00000146463 +CDS chr1 35399482 35399576 ENST00000457946 protein_coding 1 5 17 ZMYM4 ENSG00000146463 +CDS chr1 35405023 35405194 ENST00000314607 protein_coding 11 2 24 ZMYM4 ENSG00000146463 +CDS chr1 35405023 35405194 ENST00000457946 protein_coding 1 5 18 ZMYM4 ENSG00000146463 +CDS chr1 35405373 35405468 ENST00000314607 protein_coding 11 2 25 ZMYM4 ENSG00000146463 +CDS chr1 35405373 35405468 ENST00000457946 protein_coding 1 5 19 ZMYM4 ENSG00000146463 +CDS chr1 35408008 35408159 ENST00000314607 protein_coding 11 2 26 ZMYM4 ENSG00000146463 +CDS chr1 35408008 35408159 ENST00000457946 protein_coding 1 5 20 ZMYM4 ENSG00000146463 +CDS chr1 35413972 35414083 ENST00000314607 protein_coding 11 2 27 ZMYM4 ENSG00000146463 +CDS chr1 35413972 35414083 ENST00000457946 protein_coding 1 5 21 ZMYM4 ENSG00000146463 +CDS chr1 35415466 35415714 ENST00000314607 protein_coding 11 2 28 ZMYM4 ENSG00000146463 +CDS chr1 35415466 35415714 ENST00000457946 protein_coding 1 5 22 ZMYM4 ENSG00000146463 +CDS chr1 35418443 35418572 ENST00000314607 protein_coding 11 2 29 ZMYM4 ENSG00000146463 +CDS chr1 35418443 35418572 ENST00000457946 protein_coding 1 5 23 ZMYM4 ENSG00000146463 +CDS chr1 35419470 35419674 ENST00000314607 protein_coding 11 2 30 ZMYM4 ENSG00000146463 +CDS chr1 35419470 35419674 ENST00000457946 protein_coding 1 5 24 ZMYM4 ENSG00000146463 +transcript chr1 35433492 35557403 ENST00000325722 protein_coding 8 1 NA KIAA0319L ENSG00000142687 +transcript chr1 35434105 35454707 ENST00000373266 protein_coding 8 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35434897 35435081 ENST00000325722 protein_coding 8 1 21 KIAA0319L ENSG00000142687 +CDS chr1 35434897 35435081 ENST00000373266 protein_coding 8 5 12 KIAA0319L ENSG00000142687 +transcript chr1 35434965 35557655 ENST00000426982 protein_coding 6 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35434965 35435081 ENST00000426982 protein_coding 6 5 21 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000325722 protein_coding 8 1 20 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000373266 protein_coding 8 5 11 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000426982 protein_coding 6 5 20 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000325722 protein_coding 8 1 19 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000373266 protein_coding 8 5 10 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000426982 protein_coding 6 5 19 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000325722 protein_coding 8 1 18 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000373266 protein_coding 8 5 9 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000426982 protein_coding 6 5 18 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000325722 protein_coding 8 1 17 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000373266 protein_coding 8 5 8 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000426982 protein_coding 6 5 17 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000325722 protein_coding 8 1 16 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000373266 protein_coding 8 5 7 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000426982 protein_coding 6 5 16 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000325722 protein_coding 8 1 15 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000373266 protein_coding 8 5 6 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000426982 protein_coding 6 5 15 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000325722 protein_coding 8 1 14 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000373266 protein_coding 8 5 5 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000426982 protein_coding 6 5 14 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000325722 protein_coding 8 1 13 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000373266 protein_coding 8 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000426982 protein_coding 6 5 13 KIAA0319L ENSG00000142687 +transcript chr1 35451635 35554987 ENST00000440579 protein_coding 5 2 NA KIAA0319L ENSG00000142687 +CDS chr1 35451635 35451776 ENST00000440579 protein_coding 5 2 13 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000325722 protein_coding 8 1 12 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000373266 protein_coding 8 5 3 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000426982 protein_coding 6 5 12 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000440579 protein_coding 5 2 12 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000325722 protein_coding 8 1 11 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454452 ENST00000373266 protein_coding 8 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000426982 protein_coding 6 5 11 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000440579 protein_coding 5 2 11 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000325722 protein_coding 8 1 10 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000426982 protein_coding 6 5 10 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000440579 protein_coding 5 2 10 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000325722 protein_coding 8 1 9 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000426982 protein_coding 6 5 9 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000440579 protein_coding 5 2 9 KIAA0319L ENSG00000142687 +transcript chr1 35460308 35506867 ENST00000431916 protein_coding 5 3 NA KIAA0319L ENSG00000142687 +CDS chr1 35460308 35460437 ENST00000431916 protein_coding 5 3 6 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000325722 protein_coding 8 1 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000426982 protein_coding 6 5 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000440579 protein_coding 5 2 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000431916 protein_coding 5 3 5 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000325722 protein_coding 8 1 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000426982 protein_coding 6 5 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000440579 protein_coding 5 2 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000431916 protein_coding 5 3 4 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000325722 protein_coding 8 1 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000426982 protein_coding 6 5 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000440579 protein_coding 5 2 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000431916 protein_coding 5 3 3 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000325722 protein_coding 8 1 5 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000426982 protein_coding 6 5 5 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000440579 protein_coding 5 2 5 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000325722 protein_coding 8 1 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000426982 protein_coding 6 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000440579 protein_coding 5 2 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000431916 protein_coding 5 3 2 KIAA0319L ENSG00000142687 +transcript chr1 35479060 35557403 ENST00000469892 protein_coding 5 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35479060 35479212 ENST00000469892 protein_coding 5 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000325722 protein_coding 8 1 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000426982 protein_coding 6 5 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000440579 protein_coding 5 2 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35506867 ENST00000431916 protein_coding 5 3 1 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000469892 protein_coding 5 5 3 KIAA0319L ENSG00000142687 +transcript chr1 35506739 35554987 ENST00000494948 protein_coding 1 4 NA KIAA0319L ENSG00000142687 +CDS chr1 35506739 35507135 ENST00000494948 protein_coding 1 4 3 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000325722 protein_coding 8 1 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000426982 protein_coding 6 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000440579 protein_coding 5 2 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000469892 protein_coding 5 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000494948 protein_coding 1 4 2 KIAA0319L ENSG00000142687 +transcript chr1 35557473 35566772 ENST00000373253 protein_coding 7 1 NA NCDN ENSG00000020129 +transcript chr1 35557792 35566779 ENST00000356090 protein_coding 8 1 NA NCDN ENSG00000020129 +transcript chr1 35557799 35566779 ENST00000373243 protein_coding 7 1 NA NCDN ENSG00000020129 +CDS chr1 35558191 35558223 ENST00000356090 protein_coding 8 1 2 NCDN ENSG00000020129 +CDS chr1 35558191 35558223 ENST00000373243 protein_coding 7 1 1 NCDN ENSG00000020129 +transcript chr1 35558506 35560934 ENST00000437806 protein_coding 1 2 NA NCDN ENSG00000020129 +CDS chr1 35559107 35559247 ENST00000356090 protein_coding 8 1 3 NCDN ENSG00000020129 +CDS chr1 35559107 35559247 ENST00000373243 protein_coding 7 1 2 NCDN ENSG00000020129 +CDS chr1 35559125 35559247 ENST00000373253 protein_coding 7 1 2 NCDN ENSG00000020129 +CDS chr1 35559125 35559247 ENST00000437806 protein_coding 1 2 2 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000373253 protein_coding 7 1 3 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000356090 protein_coding 8 1 4 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000373243 protein_coding 7 1 3 NCDN ENSG00000020129 +CDS chr1 35560326 35560934 ENST00000437806 protein_coding 1 2 3 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000373253 protein_coding 7 1 4 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000356090 protein_coding 8 1 5 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000373243 protein_coding 7 1 4 NCDN ENSG00000020129 +transcript chr1 35562468 35567274 ENST00000423723 protein_coding 1 3 NA NCDN ENSG00000020129 +CDS chr1 35562468 35562633 ENST00000423723 protein_coding 1 3 1 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000373253 protein_coding 7 1 5 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000356090 protein_coding 8 1 6 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000373243 protein_coding 7 1 5 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000423723 protein_coding 1 3 2 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000373253 protein_coding 7 1 6 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000356090 protein_coding 8 1 7 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000373243 protein_coding 7 1 6 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000423723 protein_coding 1 3 3 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000373253 protein_coding 7 1 7 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000356090 protein_coding 8 1 8 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000373243 protein_coding 7 1 7 NCDN ENSG00000020129 +CDS chr1 35566823 35566866 ENST00000423723 protein_coding 1 3 4 NCDN ENSG00000020129 +transcript chr1 35573314 35595328 ENST00000373235 protein_coding 4 1 NA TFAP2E ENSG00000116819 +CDS chr1 35573578 35573604 ENST00000373235 protein_coding 4 1 1 TFAP2E ENSG00000116819 +CDS chr1 35573927 35574409 ENST00000373235 protein_coding 4 1 2 TFAP2E ENSG00000116819 +CDS chr1 35574949 35575000 ENST00000373235 protein_coding 4 1 3 TFAP2E ENSG00000116819 +CDS chr1 35588330 35588552 ENST00000373235 protein_coding 4 1 4 TFAP2E ENSG00000116819 +CDS chr1 35589930 35590048 ENST00000373235 protein_coding 4 1 5 TFAP2E ENSG00000116819 +CDS chr1 35590634 35590775 ENST00000373235 protein_coding 4 1 6 TFAP2E ENSG00000116819 +CDS chr1 35594394 35594673 ENST00000373235 protein_coding 4 1 7 TFAP2E ENSG00000116819 +transcript chr1 35599541 35641526 ENST00000373237 protein_coding 4 1 NA PSMB2 ENSG00000126067 +transcript chr1 35599544 35631537 ENST00000621781 protein_coding 4 1 NA PSMB2 ENSG00000126067 +CDS chr1 35603270 35603374 ENST00000373237 protein_coding 4 1 6 PSMB2 ENSG00000126067 +CDS chr1 35603270 35603374 ENST00000621781 protein_coding 4 1 5 PSMB2 ENSG00000126067 +CDS chr1 35605233 35605282 ENST00000373237 protein_coding 4 1 5 PSMB2 ENSG00000126067 +CDS chr1 35605233 35605282 ENST00000621781 protein_coding 4 1 4 PSMB2 ENSG00000126067 +CDS chr1 35609246 35609408 ENST00000373237 protein_coding 4 1 4 PSMB2 ENSG00000126067 +CDS chr1 35609246 35609342 ENST00000621781 protein_coding 4 1 3 PSMB2 ENSG00000126067 +CDS chr1 35631274 35631344 ENST00000373237 protein_coding 4 1 3 PSMB2 ENSG00000126067 +CDS chr1 35636310 35636432 ENST00000373237 protein_coding 4 1 2 PSMB2 ENSG00000126067 +CDS chr1 35641342 35641432 ENST00000373237 protein_coding 4 1 1 PSMB2 ENSG00000126067 +transcript chr1 35713877 35718884 ENST00000270815 protein_coding 5 1 NA C1orf216 ENSG00000142686 +CDS chr1 35715635 35716321 ENST00000270815 protein_coding 5 1 2 C1orf216 ENSG00000142686 +transcript chr1 35720218 35769967 ENST00000251195 protein_coding 9 1 NA CLSPN ENSG00000092853 +CDS chr1 35720894 35720980 ENST00000251195 protein_coding 9 1 25 CLSPN ENSG00000092853 +transcript chr1 35732112 35769978 ENST00000318121 protein_coding 8 1 NA CLSPN ENSG00000092853 +transcript chr1 35736405 35769928 ENST00000373220 protein_coding 7 1 NA CLSPN ENSG00000092853 +transcript chr1 35736405 35769928 ENST00000520551 protein_coding 1 1 NA CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000318121 protein_coding 8 1 25 CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000373220 protein_coding 7 1 24 CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000520551 protein_coding 1 1 25 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000251195 protein_coding 9 1 24 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000318121 protein_coding 8 1 24 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000373220 protein_coding 7 1 23 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000520551 protein_coding 1 1 24 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000251195 protein_coding 9 1 23 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000318121 protein_coding 8 1 23 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000373220 protein_coding 7 1 22 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000520551 protein_coding 1 1 23 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000251195 protein_coding 9 1 22 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000318121 protein_coding 8 1 22 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000373220 protein_coding 7 1 21 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000520551 protein_coding 1 1 22 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000251195 protein_coding 9 1 21 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000318121 protein_coding 8 1 21 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000373220 protein_coding 7 1 20 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000520551 protein_coding 1 1 21 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000251195 protein_coding 9 1 20 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000318121 protein_coding 8 1 20 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000373220 protein_coding 7 1 19 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000520551 protein_coding 1 1 20 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000251195 protein_coding 9 1 19 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000318121 protein_coding 8 1 19 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000373220 protein_coding 7 1 18 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000520551 protein_coding 1 1 19 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000251195 protein_coding 9 1 18 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000318121 protein_coding 8 1 18 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000373220 protein_coding 7 1 17 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000520551 protein_coding 1 1 18 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000251195 protein_coding 9 1 17 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000318121 protein_coding 8 1 17 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000373220 protein_coding 7 1 16 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000520551 protein_coding 1 1 17 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000251195 protein_coding 9 1 16 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000318121 protein_coding 8 1 16 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000373220 protein_coding 7 1 15 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000520551 protein_coding 1 1 16 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000251195 protein_coding 9 1 15 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000318121 protein_coding 8 1 15 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000373220 protein_coding 7 1 14 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000520551 protein_coding 1 1 15 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000251195 protein_coding 9 1 14 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000318121 protein_coding 8 1 14 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000373220 protein_coding 7 1 13 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000520551 protein_coding 1 1 14 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000251195 protein_coding 9 1 13 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000318121 protein_coding 8 1 13 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000373220 protein_coding 7 1 12 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000520551 protein_coding 1 1 13 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000251195 protein_coding 9 1 12 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000318121 protein_coding 8 1 12 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000373220 protein_coding 7 1 11 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000520551 protein_coding 1 1 12 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000251195 protein_coding 9 1 11 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000318121 protein_coding 8 1 11 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000373220 protein_coding 7 1 10 CLSPN ENSG00000092853 +CDS chr1 35749633 35749652 ENST00000520551 protein_coding 1 1 11 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000251195 protein_coding 9 1 10 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000318121 protein_coding 8 1 10 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000373220 protein_coding 7 1 9 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000520551 protein_coding 1 1 10 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000251195 protein_coding 9 1 9 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000318121 protein_coding 8 1 9 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000520551 protein_coding 1 1 9 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000251195 protein_coding 9 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000318121 protein_coding 8 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000373220 protein_coding 7 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000520551 protein_coding 1 1 8 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000251195 protein_coding 9 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000318121 protein_coding 8 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000373220 protein_coding 7 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000520551 protein_coding 1 1 7 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000251195 protein_coding 9 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000318121 protein_coding 8 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000373220 protein_coding 7 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000520551 protein_coding 1 1 6 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000251195 protein_coding 9 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000318121 protein_coding 8 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000373220 protein_coding 7 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000520551 protein_coding 1 1 5 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000251195 protein_coding 9 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000318121 protein_coding 8 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000373220 protein_coding 7 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000520551 protein_coding 1 1 4 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000251195 protein_coding 9 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000318121 protein_coding 8 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000373220 protein_coding 7 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000520551 protein_coding 1 1 3 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000251195 protein_coding 9 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000318121 protein_coding 8 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000373220 protein_coding 7 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000520551 protein_coding 1 1 2 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000251195 protein_coding 9 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000318121 protein_coding 8 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000373220 protein_coding 7 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000520551 protein_coding 1 1 1 CLSPN ENSG00000092853 +transcript chr1 35808016 35857890 ENST00000373210 protein_coding 4 1 NA AGO4 ENSG00000134698 +CDS chr1 35808417 35808435 ENST00000373210 protein_coding 4 1 1 AGO4 ENSG00000134698 +CDS chr1 35816882 35817047 ENST00000373210 protein_coding 4 1 2 AGO4 ENSG00000134698 +CDS chr1 35822862 35822982 ENST00000373210 protein_coding 4 1 3 AGO4 ENSG00000134698 +CDS chr1 35825313 35825494 ENST00000373210 protein_coding 4 1 4 AGO4 ENSG00000134698 +CDS chr1 35825679 35825815 ENST00000373210 protein_coding 4 1 5 AGO4 ENSG00000134698 +CDS chr1 35825926 35826060 ENST00000373210 protein_coding 4 1 6 AGO4 ENSG00000134698 +CDS chr1 35826748 35826835 ENST00000373210 protein_coding 4 1 7 AGO4 ENSG00000134698 +CDS chr1 35831427 35831574 ENST00000373210 protein_coding 4 1 8 AGO4 ENSG00000134698 +CDS chr1 35831812 35831931 ENST00000373210 protein_coding 4 1 9 AGO4 ENSG00000134698 +CDS chr1 35832057 35832185 ENST00000373210 protein_coding 4 1 10 AGO4 ENSG00000134698 +CDS chr1 35832437 35832570 ENST00000373210 protein_coding 4 1 11 AGO4 ENSG00000134698 +CDS chr1 35833990 35834174 ENST00000373210 protein_coding 4 1 12 AGO4 ENSG00000134698 +CDS chr1 35835834 35835993 ENST00000373210 protein_coding 4 1 13 AGO4 ENSG00000134698 +CDS chr1 35841165 35841480 ENST00000373210 protein_coding 4 1 14 AGO4 ENSG00000134698 +CDS chr1 35841616 35841750 ENST00000373210 protein_coding 4 1 15 AGO4 ENSG00000134698 +CDS chr1 35850157 35850258 ENST00000373210 protein_coding 4 1 16 AGO4 ENSG00000134698 +CDS chr1 35850854 35851053 ENST00000373210 protein_coding 4 1 17 AGO4 ENSG00000134698 +CDS chr1 35853497 35853602 ENST00000373210 protein_coding 4 1 18 AGO4 ENSG00000134698 +transcript chr1 35869808 35920958 ENST00000373206 protein_coding 5 2 NA AGO1 ENSG00000092847 +transcript chr1 35883209 35930532 ENST00000373204 protein_coding 6 1 NA AGO1 ENSG00000092847 +transcript chr1 35883209 35930532 ENST00000674426 protein_coding 1 NA NA AGO1 ENSG00000092847 +transcript chr1 35883209 35924298 ENST00000674304 protein_coding 1 NA NA AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000373204 protein_coding 6 1 1 AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000674426 protein_coding 1 NA 1 AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000674304 protein_coding 1 NA 1 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000373204 protein_coding 6 1 2 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000674426 protein_coding 1 NA 2 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000674304 protein_coding 1 NA 2 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000373204 protein_coding 6 1 3 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000674426 protein_coding 1 NA 3 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000674304 protein_coding 1 NA 3 AGO1 ENSG00000092847 +CDS chr1 35892573 35892677 ENST00000373206 protein_coding 5 2 3 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000373206 protein_coding 5 2 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000373204 protein_coding 6 1 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000674426 protein_coding 1 NA 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000674304 protein_coding 1 NA 4 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000373206 protein_coding 5 2 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000373204 protein_coding 6 1 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000674426 protein_coding 1 NA 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000674304 protein_coding 1 NA 5 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000373206 protein_coding 5 2 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000373204 protein_coding 6 1 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000674426 protein_coding 1 NA 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000674304 protein_coding 1 NA 6 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000373206 protein_coding 5 2 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000373204 protein_coding 6 1 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000674426 protein_coding 1 NA 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000674304 protein_coding 1 NA 7 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000373206 protein_coding 5 2 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000373204 protein_coding 6 1 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000674426 protein_coding 1 NA 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000674304 protein_coding 1 NA 8 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000373206 protein_coding 5 2 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000373204 protein_coding 6 1 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000674426 protein_coding 1 NA 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000674304 protein_coding 1 NA 9 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000373206 protein_coding 5 2 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000373204 protein_coding 6 1 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000674426 protein_coding 1 NA 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000674304 protein_coding 1 NA 10 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000373206 protein_coding 5 2 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000373204 protein_coding 6 1 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000674426 protein_coding 1 NA 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000674304 protein_coding 1 NA 11 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000373206 protein_coding 5 2 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000373204 protein_coding 6 1 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000674426 protein_coding 1 NA 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000674304 protein_coding 1 NA 12 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000373206 protein_coding 5 2 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000373204 protein_coding 6 1 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000674426 protein_coding 1 NA 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000674304 protein_coding 1 NA 13 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000373206 protein_coding 5 2 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000373204 protein_coding 6 1 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000674426 protein_coding 1 NA 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000674304 protein_coding 1 NA 14 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000373206 protein_coding 5 2 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000373204 protein_coding 6 1 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000674426 protein_coding 1 NA 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000674304 protein_coding 1 NA 15 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000373206 protein_coding 5 2 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000373204 protein_coding 6 1 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000674426 protein_coding 1 NA 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000674304 protein_coding 1 NA 16 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000373206 protein_coding 5 2 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000373204 protein_coding 6 1 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000674426 protein_coding 1 NA 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000674304 protein_coding 1 NA 17 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000373206 protein_coding 5 2 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000373204 protein_coding 6 1 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000674426 protein_coding 1 NA 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000674304 protein_coding 1 NA 18 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000373206 protein_coding 5 2 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000373204 protein_coding 6 1 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919706 ENST00000674426 protein_coding 1 NA 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000674304 protein_coding 1 NA 19 AGO1 ENSG00000092847 +transcript chr1 35930718 35983409 ENST00000324350 protein_coding 9 2 NA AGO3 ENSG00000126070 +transcript chr1 35931082 35982652 ENST00000397828 protein_coding 3 2 NA AGO3 ENSG00000126070 +transcript chr1 35931105 36072500 ENST00000373191 protein_coding 9 2 NA AGO3 ENSG00000126070 +transcript chr1 35931258 36056462 ENST00000246314 protein_coding 10 1 NA AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000324350 protein_coding 9 2 2 AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000373191 protein_coding 9 2 1 AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000397828 protein_coding 3 2 1 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000324350 protein_coding 9 2 3 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000373191 protein_coding 9 2 2 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000397828 protein_coding 3 2 2 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000324350 protein_coding 9 2 4 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000373191 protein_coding 9 2 3 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000397828 protein_coding 3 2 3 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000324350 protein_coding 9 2 5 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000373191 protein_coding 9 2 4 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000397828 protein_coding 3 2 4 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000324350 protein_coding 9 2 6 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000373191 protein_coding 9 2 5 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000397828 protein_coding 3 2 5 AGO3 ENSG00000126070 +CDS chr1 35982621 35982649 ENST00000324350 protein_coding 9 2 7 AGO3 ENSG00000126070 +CDS chr1 35982621 35982649 ENST00000397828 protein_coding 3 2 6 AGO3 ENSG00000126070 +CDS chr1 36004341 36004475 ENST00000373191 protein_coding 9 2 6 AGO3 ENSG00000126070 +CDS chr1 36004385 36004475 ENST00000246314 protein_coding 10 1 4 AGO3 ENSG00000126070 +CDS chr1 36008690 36008777 ENST00000373191 protein_coding 9 2 7 AGO3 ENSG00000126070 +CDS chr1 36008690 36008777 ENST00000246314 protein_coding 10 1 5 AGO3 ENSG00000126070 +CDS chr1 36008897 36009044 ENST00000373191 protein_coding 9 2 8 AGO3 ENSG00000126070 +CDS chr1 36008897 36009044 ENST00000246314 protein_coding 10 1 6 AGO3 ENSG00000126070 +CDS chr1 36009475 36009594 ENST00000373191 protein_coding 9 2 9 AGO3 ENSG00000126070 +CDS chr1 36009475 36009594 ENST00000246314 protein_coding 10 1 7 AGO3 ENSG00000126070 +CDS chr1 36013630 36013752 ENST00000373191 protein_coding 9 2 10 AGO3 ENSG00000126070 +CDS chr1 36013630 36013752 ENST00000246314 protein_coding 10 1 8 AGO3 ENSG00000126070 +CDS chr1 36013915 36014048 ENST00000373191 protein_coding 9 2 11 AGO3 ENSG00000126070 +CDS chr1 36013915 36014048 ENST00000246314 protein_coding 10 1 9 AGO3 ENSG00000126070 +CDS chr1 36027114 36027298 ENST00000373191 protein_coding 9 2 12 AGO3 ENSG00000126070 +CDS chr1 36027114 36027298 ENST00000246314 protein_coding 10 1 10 AGO3 ENSG00000126070 +CDS chr1 36034174 36034333 ENST00000373191 protein_coding 9 2 13 AGO3 ENSG00000126070 +CDS chr1 36034174 36034333 ENST00000246314 protein_coding 10 1 11 AGO3 ENSG00000126070 +CDS chr1 36036177 36036267 ENST00000373191 protein_coding 9 2 14 AGO3 ENSG00000126070 +CDS chr1 36036177 36036267 ENST00000246314 protein_coding 10 1 12 AGO3 ENSG00000126070 +CDS chr1 36039790 36039984 ENST00000373191 protein_coding 9 2 15 AGO3 ENSG00000126070 +CDS chr1 36039790 36039984 ENST00000246314 protein_coding 10 1 13 AGO3 ENSG00000126070 +CDS chr1 36040307 36040441 ENST00000373191 protein_coding 9 2 16 AGO3 ENSG00000126070 +CDS chr1 36040307 36040441 ENST00000246314 protein_coding 10 1 14 AGO3 ENSG00000126070 +CDS chr1 36043447 36043548 ENST00000373191 protein_coding 9 2 17 AGO3 ENSG00000126070 +CDS chr1 36043447 36043548 ENST00000246314 protein_coding 10 1 15 AGO3 ENSG00000126070 +CDS chr1 36054946 36055145 ENST00000373191 protein_coding 9 2 18 AGO3 ENSG00000126070 +CDS chr1 36054946 36055145 ENST00000246314 protein_coding 10 1 16 AGO3 ENSG00000126070 +CDS chr1 36055637 36055742 ENST00000373191 protein_coding 9 2 19 AGO3 ENSG00000126070 +CDS chr1 36055637 36055742 ENST00000246314 protein_coding 10 1 17 AGO3 ENSG00000126070 +transcript chr1 36084094 36088275 ENST00000207457 protein_coding 8 1 NA TEKT2 ENSG00000092850 +CDS chr1 36084922 36085077 ENST00000207457 protein_coding 8 1 2 TEKT2 ENSG00000092850 +CDS chr1 36085163 36085288 ENST00000207457 protein_coding 8 1 3 TEKT2 ENSG00000092850 +CDS chr1 36085836 36086041 ENST00000207457 protein_coding 8 1 4 TEKT2 ENSG00000092850 +CDS chr1 36086704 36086847 ENST00000207457 protein_coding 8 1 5 TEKT2 ENSG00000092850 +CDS chr1 36086931 36087045 ENST00000207457 protein_coding 8 1 6 TEKT2 ENSG00000092850 +CDS chr1 36087204 36087311 ENST00000207457 protein_coding 8 1 7 TEKT2 ENSG00000092850 +transcript chr1 36087251 36088275 ENST00000473120 protein_coding 1 3 NA TEKT2 ENSG00000092850 +CDS chr1 36087251 36087311 ENST00000473120 protein_coding 1 3 1 TEKT2 ENSG00000092850 +CDS chr1 36087439 36087582 ENST00000207457 protein_coding 8 1 8 TEKT2 ENSG00000092850 +CDS chr1 36087439 36087582 ENST00000473120 protein_coding 1 3 2 TEKT2 ENSG00000092850 +CDS chr1 36087728 36087807 ENST00000207457 protein_coding 8 1 9 TEKT2 ENSG00000092850 +CDS chr1 36087728 36087808 ENST00000473120 protein_coding 1 3 3 TEKT2 ENSG00000092850 +CDS chr1 36087973 36088183 ENST00000207457 protein_coding 8 1 10 TEKT2 ENSG00000092850 +transcript chr1 36088892 36093932 ENST00000373178 protein_coding 5 1 NA ADPRS ENSG00000116863 +CDS chr1 36088905 36089115 ENST00000373178 protein_coding 5 1 1 ADPRS ENSG00000116863 +CDS chr1 36091244 36091340 ENST00000373178 protein_coding 5 1 2 ADPRS ENSG00000116863 +CDS chr1 36091618 36091825 ENST00000373178 protein_coding 5 1 3 ADPRS ENSG00000116863 +CDS chr1 36091910 36092094 ENST00000373178 protein_coding 5 1 4 ADPRS ENSG00000116863 +CDS chr1 36092422 36092522 ENST00000373178 protein_coding 5 1 5 ADPRS ENSG00000116863 +CDS chr1 36093097 36093383 ENST00000373178 protein_coding 5 1 6 ADPRS ENSG00000116863 +transcript chr1 36095239 36125222 ENST00000397799 protein_coding 2 5 NA COL8A2 ENSG00000171812 +transcript chr1 36095241 36100249 ENST00000303143 protein_coding 9 2 NA COL8A2 ENSG00000171812 +transcript chr1 36097507 36100249 ENST00000481785 protein_coding 1 1 NA COL8A2 ENSG00000171812 +CDS chr1 36097572 36099487 ENST00000397799 protein_coding 2 5 4 COL8A2 ENSG00000171812 +CDS chr1 36097572 36099487 ENST00000303143 protein_coding 9 2 2 COL8A2 ENSG00000171812 +CDS chr1 36097572 36099485 ENST00000481785 protein_coding 1 1 2 COL8A2 ENSG00000171812 +CDS chr1 36100050 36100242 ENST00000397799 protein_coding 2 5 3 COL8A2 ENSG00000171812 +CDS chr1 36100050 36100242 ENST00000303143 protein_coding 9 2 1 COL8A2 ENSG00000171812 +transcript chr1 36136570 36149514 ENST00000616074 protein_coding 4 5 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136570 36149514 ENST00000616395 protein_coding 4 3 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136570 36156053 ENST00000617904 protein_coding 4 2 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136572 36149486 ENST00000373166 protein_coding 8 1 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136945 36149451 ENST00000373163 protein_coding 5 3 NA TRAPPC3 ENSG00000054116 +transcript chr1 36137054 36149497 ENST00000373162 protein_coding 5 2 NA TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000616074 protein_coding 4 5 3 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000616395 protein_coding 4 3 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000617904 protein_coding 4 2 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373166 protein_coding 8 1 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373163 protein_coding 5 3 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373162 protein_coding 5 2 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000616074 protein_coding 4 5 2 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000616395 protein_coding 4 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000617904 protein_coding 4 2 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373166 protein_coding 8 1 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373163 protein_coding 5 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373162 protein_coding 5 2 4 TRAPPC3 ENSG00000054116 +transcript chr1 36137896 36149496 ENST00000373159 protein_coding 1 3 NA TRAPPC3 ENSG00000054116 +CDS chr1 36138119 36138232 ENST00000373159 protein_coding 1 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139843 ENST00000616395 protein_coding 4 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000617904 protein_coding 4 2 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373166 protein_coding 8 1 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373163 protein_coding 5 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373162 protein_coding 5 2 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373159 protein_coding 1 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000616395 protein_coding 4 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000617904 protein_coding 4 2 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000373166 protein_coding 8 1 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000373163 protein_coding 5 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000373162 protein_coding 5 2 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000373159 protein_coding 1 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000616074 protein_coding 4 5 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000616395 protein_coding 4 3 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000373166 protein_coding 8 1 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000373159 protein_coding 1 3 1 TRAPPC3 ENSG00000054116 +transcript chr1 36155579 36175008 ENST00000429533 protein_coding 6 3 NA MAP7D1 ENSG00000116871 +transcript chr1 36155965 36180849 ENST00000316156 protein_coding 8 1 NA MAP7D1 ENSG00000116871 +transcript chr1 36156160 36180849 ENST00000474796 protein_coding 2 2 NA MAP7D1 ENSG00000116871 +transcript chr1 36156198 36180849 ENST00000373150 protein_coding 8 2 NA MAP7D1 ENSG00000116871 +transcript chr1 36156202 36180840 ENST00000373151 protein_coding 6 1 NA MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000316156 protein_coding 8 1 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000474796 protein_coding 2 2 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000373150 protein_coding 8 2 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000373151 protein_coding 6 1 1 MAP7D1 ENSG00000116871 +transcript chr1 36157215 36172540 ENST00000530729 protein_coding 1 3 NA MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000316156 protein_coding 8 1 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000474796 protein_coding 2 2 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000373150 protein_coding 8 2 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000373151 protein_coding 6 1 2 MAP7D1 ENSG00000116871 +CDS chr1 36171042 36171315 ENST00000429533 protein_coding 6 3 2 MAP7D1 ENSG00000116871 +CDS chr1 36171042 36171315 ENST00000530729 protein_coding 1 3 2 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000429533 protein_coding 6 3 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000316156 protein_coding 8 1 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000474796 protein_coding 2 2 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000373150 protein_coding 8 2 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000373151 protein_coding 6 1 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000530729 protein_coding 1 3 3 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000429533 protein_coding 6 3 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000316156 protein_coding 8 1 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000474796 protein_coding 2 2 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000373150 protein_coding 8 2 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000373151 protein_coding 6 1 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172540 ENST00000530729 protein_coding 1 3 4 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000429533 protein_coding 6 3 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000316156 protein_coding 8 1 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000474796 protein_coding 2 2 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000373150 protein_coding 8 2 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000373151 protein_coding 6 1 5 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000429533 protein_coding 6 3 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000474796 protein_coding 2 2 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000373150 protein_coding 8 2 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000373151 protein_coding 6 1 6 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000316156 protein_coding 8 1 6 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000474796 protein_coding 2 2 7 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176321 ENST00000373150 protein_coding 8 2 7 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000373151 protein_coding 6 1 7 MAP7D1 ENSG00000116871 +CDS chr1 36176418 36176581 ENST00000373150 protein_coding 8 2 8 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000316156 protein_coding 8 1 7 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000474796 protein_coding 2 2 8 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000373150 protein_coding 8 2 9 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000373151 protein_coding 6 1 8 MAP7D1 ENSG00000116871 +transcript chr1 36176717 36178822 ENST00000530975 protein_coding 4 5 NA MAP7D1 ENSG00000116871 +CDS chr1 36176717 36176842 ENST00000530975 protein_coding 4 5 1 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000316156 protein_coding 8 1 8 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000474796 protein_coding 2 2 9 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000373150 protein_coding 8 2 10 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000373151 protein_coding 6 1 9 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000530975 protein_coding 4 5 2 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000316156 protein_coding 8 1 9 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000474796 protein_coding 2 2 10 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000373150 protein_coding 8 2 11 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000373151 protein_coding 6 1 10 MAP7D1 ENSG00000116871 +CDS chr1 36178446 36178596 ENST00000530975 protein_coding 4 5 3 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000316156 protein_coding 8 1 10 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000474796 protein_coding 2 2 11 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000373150 protein_coding 8 2 12 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000373151 protein_coding 6 1 11 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178822 ENST00000530975 protein_coding 4 5 4 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000316156 protein_coding 8 1 11 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000474796 protein_coding 2 2 12 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000373150 protein_coding 8 2 13 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000373151 protein_coding 6 1 12 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000316156 protein_coding 8 1 12 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000474796 protein_coding 2 2 13 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000373150 protein_coding 8 2 14 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000373151 protein_coding 6 1 13 MAP7D1 ENSG00000116871 +CDS chr1 36179512 36179557 ENST00000373151 protein_coding 6 1 14 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000316156 protein_coding 8 1 13 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000474796 protein_coding 2 2 14 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000373150 protein_coding 8 2 15 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000316156 protein_coding 8 1 14 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000474796 protein_coding 2 2 15 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000373150 protein_coding 8 2 16 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000373151 protein_coding 6 1 15 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000316156 protein_coding 8 1 15 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000474796 protein_coding 2 2 16 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000373150 protein_coding 8 2 17 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000373151 protein_coding 6 1 16 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000316156 protein_coding 8 1 16 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000474796 protein_coding 2 2 17 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000373150 protein_coding 8 2 18 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000373151 protein_coding 6 1 17 MAP7D1 ENSG00000116871 +transcript chr1 36224432 36304148 ENST00000469141 protein_coding 6 1 NA THRAP3 ENSG00000054118 +transcript chr1 36224433 36305357 ENST00000648638 protein_coding 1 NA NA THRAP3 ENSG00000054118 +transcript chr1 36224443 36305357 ENST00000354618 protein_coding 10 1 NA THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000354618 protein_coding 10 1 3 THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000469141 protein_coding 6 1 4 THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000648638 protein_coding 1 NA 4 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000354618 protein_coding 10 1 4 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000469141 protein_coding 6 1 5 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000648638 protein_coding 1 NA 5 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000354618 protein_coding 10 1 5 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000469141 protein_coding 6 1 6 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000648638 protein_coding 1 NA 6 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000354618 protein_coding 10 1 6 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000469141 protein_coding 6 1 7 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000648638 protein_coding 1 NA 7 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000354618 protein_coding 10 1 7 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000469141 protein_coding 6 1 8 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000648638 protein_coding 1 NA 8 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000354618 protein_coding 10 1 8 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000469141 protein_coding 6 1 9 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000648638 protein_coding 1 NA 9 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000354618 protein_coding 10 1 9 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000469141 protein_coding 6 1 10 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000648638 protein_coding 1 NA 10 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000354618 protein_coding 10 1 10 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000469141 protein_coding 6 1 11 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000648638 protein_coding 1 NA 11 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000354618 protein_coding 10 1 11 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000469141 protein_coding 6 1 12 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000648638 protein_coding 1 NA 12 THRAP3 ENSG00000054118 +CDS chr1 36303796 36304014 ENST00000354618 protein_coding 10 1 12 THRAP3 ENSG00000054118 +CDS chr1 36303796 36304014 ENST00000469141 protein_coding 6 1 13 THRAP3 ENSG00000054118 +CDS chr1 36303796 36303831 ENST00000648638 protein_coding 1 NA 13 THRAP3 ENSG00000054118 +CDS chr1 36304474 36304521 ENST00000648638 protein_coding 1 NA 14 THRAP3 ENSG00000054118 +transcript chr1 36306368 36321347 ENST00000453908 protein_coding 8 5 NA SH3D21 ENSG00000214193 +CDS chr1 36306421 36306424 ENST00000453908 protein_coding 8 5 1 SH3D21 ENSG00000214193 +CDS chr1 36306598 36306755 ENST00000453908 protein_coding 8 5 2 SH3D21 ENSG00000214193 +CDS chr1 36306842 36306905 ENST00000453908 protein_coding 8 5 3 SH3D21 ENSG00000214193 +transcript chr1 36307110 36324977 ENST00000505871 protein_coding 7 2 NA SH3D21 ENSG00000214193 +CDS chr1 36307167 36307285 ENST00000453908 protein_coding 8 5 4 SH3D21 ENSG00000214193 +CDS chr1 36307274 36307285 ENST00000505871 protein_coding 7 2 1 SH3D21 ENSG00000214193 +CDS chr1 36307517 36307607 ENST00000453908 protein_coding 8 5 5 SH3D21 ENSG00000214193 +CDS chr1 36307517 36307607 ENST00000505871 protein_coding 7 2 2 SH3D21 ENSG00000214193 +CDS chr1 36307770 36307825 ENST00000453908 protein_coding 8 5 6 SH3D21 ENSG00000214193 +CDS chr1 36307770 36307825 ENST00000505871 protein_coding 7 2 3 SH3D21 ENSG00000214193 +CDS chr1 36307918 36307963 ENST00000453908 protein_coding 8 5 7 SH3D21 ENSG00000214193 +CDS chr1 36307918 36307963 ENST00000505871 protein_coding 7 2 4 SH3D21 ENSG00000214193 +CDS chr1 36308109 36308209 ENST00000453908 protein_coding 8 5 8 SH3D21 ENSG00000214193 +CDS chr1 36308109 36308209 ENST00000505871 protein_coding 7 2 5 SH3D21 ENSG00000214193 +CDS chr1 36308389 36308475 ENST00000453908 protein_coding 8 5 9 SH3D21 ENSG00000214193 +CDS chr1 36308389 36308475 ENST00000505871 protein_coding 7 2 6 SH3D21 ENSG00000214193 +CDS chr1 36309548 36309590 ENST00000453908 protein_coding 8 5 10 SH3D21 ENSG00000214193 +CDS chr1 36309548 36309590 ENST00000505871 protein_coding 7 2 7 SH3D21 ENSG00000214193 +CDS chr1 36319071 36319164 ENST00000453908 protein_coding 8 5 11 SH3D21 ENSG00000214193 +CDS chr1 36319071 36319164 ENST00000505871 protein_coding 7 2 8 SH3D21 ENSG00000214193 +CDS chr1 36319260 36319312 ENST00000453908 protein_coding 8 5 12 SH3D21 ENSG00000214193 +CDS chr1 36319260 36319312 ENST00000505871 protein_coding 7 2 9 SH3D21 ENSG00000214193 +CDS chr1 36319442 36319536 ENST00000453908 protein_coding 8 5 13 SH3D21 ENSG00000214193 +CDS chr1 36319442 36319536 ENST00000505871 protein_coding 7 2 10 SH3D21 ENSG00000214193 +CDS chr1 36319675 36320798 ENST00000453908 protein_coding 8 5 14 SH3D21 ENSG00000214193 +CDS chr1 36319675 36320798 ENST00000505871 protein_coding 7 2 11 SH3D21 ENSG00000214193 +CDS chr1 36320915 36320978 ENST00000453908 protein_coding 8 5 15 SH3D21 ENSG00000214193 +CDS chr1 36320915 36320978 ENST00000505871 protein_coding 7 2 12 SH3D21 ENSG00000214193 +CDS chr1 36321056 36321124 ENST00000453908 protein_coding 8 5 16 SH3D21 ENSG00000214193 +CDS chr1 36321056 36321124 ENST00000505871 protein_coding 7 2 13 SH3D21 ENSG00000214193 +transcript chr1 36322030 36323645 ENST00000490466 protein_coding 2 2 NA EVA1B ENSG00000142694 +transcript chr1 36322031 36324154 ENST00000270824 protein_coding 1 2 NA EVA1B ENSG00000142694 +CDS chr1 36322298 36322725 ENST00000490466 protein_coding 2 2 3 EVA1B ENSG00000142694 +CDS chr1 36322298 36322725 ENST00000270824 protein_coding 1 2 3 EVA1B ENSG00000142694 +CDS chr1 36322971 36323037 ENST00000490466 protein_coding 2 2 2 EVA1B ENSG00000142694 +CDS chr1 36322971 36323037 ENST00000270824 protein_coding 1 2 2 EVA1B ENSG00000142694 +transcript chr1 36339624 36361340 ENST00000359297 protein_coding 6 2 NA STK40 ENSG00000196182 +transcript chr1 36339624 36385884 ENST00000373129 protein_coding 7 1 NA STK40 ENSG00000196182 +transcript chr1 36339624 36385888 ENST00000373130 protein_coding 7 1 NA STK40 ENSG00000196182 +transcript chr1 36339628 36385924 ENST00000373132 protein_coding 4 1 NA STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373129 protein_coding 7 1 12 STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373130 protein_coding 7 1 11 STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373132 protein_coding 4 1 11 STK40 ENSG00000196182 +CDS chr1 36343202 36343448 ENST00000359297 protein_coding 6 2 9 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373129 protein_coding 7 1 11 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373130 protein_coding 7 1 10 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373132 protein_coding 4 1 10 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000359297 protein_coding 6 2 8 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373129 protein_coding 7 1 10 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373130 protein_coding 7 1 9 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373132 protein_coding 4 1 9 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000359297 protein_coding 6 2 7 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373129 protein_coding 7 1 9 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373130 protein_coding 7 1 8 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373132 protein_coding 4 1 8 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000359297 protein_coding 6 2 6 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373129 protein_coding 7 1 8 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373130 protein_coding 7 1 7 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373132 protein_coding 4 1 7 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000359297 protein_coding 6 2 5 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373129 protein_coding 7 1 7 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373130 protein_coding 7 1 6 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373132 protein_coding 4 1 6 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000359297 protein_coding 6 2 4 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373129 protein_coding 7 1 6 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373130 protein_coding 7 1 5 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373132 protein_coding 4 1 5 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000359297 protein_coding 6 2 3 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373129 protein_coding 7 1 5 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373130 protein_coding 7 1 4 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373132 protein_coding 4 1 4 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000359297 protein_coding 6 2 2 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000373129 protein_coding 7 1 4 STK40 ENSG00000196182 +CDS chr1 36358737 36358837 ENST00000373130 protein_coding 7 1 3 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000373132 protein_coding 4 1 3 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000359297 protein_coding 6 2 1 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373129 protein_coding 7 1 3 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373130 protein_coding 7 1 2 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373132 protein_coding 4 1 2 STK40 ENSG00000196182 +transcript chr1 36393436 36397908 ENST00000315732 protein_coding 3 1 NA LSM10 ENSG00000181817 +CDS chr1 36393761 36394129 ENST00000315732 protein_coding 3 1 2 LSM10 ENSG00000181817 +transcript chr1 36415827 36422181 ENST00000468441 protein_coding 5 5 NA OSCP1 ENSG00000116885 +CDS chr1 36416051 36416095 ENST00000468441 protein_coding 5 5 4 OSCP1 ENSG00000116885 +transcript chr1 36417906 36450451 ENST00000235532 protein_coding 9 1 NA OSCP1 ENSG00000116885 +transcript chr1 36417910 36450433 ENST00000356637 protein_coding 9 5 NA OSCP1 ENSG00000116885 +transcript chr1 36417943 36440975 ENST00000433045 protein_coding 6 5 NA OSCP1 ENSG00000116885 +transcript chr1 36418060 36450279 ENST00000445843 protein_coding 7 5 NA OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000235532 protein_coding 9 1 10 OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000356637 protein_coding 9 5 11 OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000433045 protein_coding 6 5 10 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000468441 protein_coding 5 5 3 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000235532 protein_coding 9 1 9 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000356637 protein_coding 9 5 10 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000433045 protein_coding 6 5 9 OSCP1 ENSG00000116885 +CDS chr1 36419019 36419054 ENST00000445843 protein_coding 7 5 8 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000468441 protein_coding 5 5 2 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000235532 protein_coding 9 1 8 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000356637 protein_coding 9 5 9 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000433045 protein_coding 6 5 8 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422181 ENST00000468441 protein_coding 5 5 1 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000235532 protein_coding 9 1 7 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000356637 protein_coding 9 5 8 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000433045 protein_coding 6 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000445843 protein_coding 7 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000235532 protein_coding 9 1 6 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000356637 protein_coding 9 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000433045 protein_coding 6 5 6 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000445843 protein_coding 7 5 6 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000235532 protein_coding 9 1 5 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000356637 protein_coding 9 5 6 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000433045 protein_coding 6 5 5 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000445843 protein_coding 7 5 5 OSCP1 ENSG00000116885 +transcript chr1 36428299 36450443 ENST00000354267 protein_coding 3 5 NA OSCP1 ENSG00000116885 +CDS chr1 36428323 36428475 ENST00000354267 protein_coding 3 5 5 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000235532 protein_coding 9 1 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000356637 protein_coding 9 5 5 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000433045 protein_coding 6 5 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000445843 protein_coding 7 5 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000354267 protein_coding 3 5 4 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000235532 protein_coding 9 1 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000356637 protein_coding 9 5 4 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000433045 protein_coding 6 5 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000445843 protein_coding 7 5 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000354267 protein_coding 3 5 3 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000235532 protein_coding 9 1 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000356637 protein_coding 9 5 3 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438887 ENST00000433045 protein_coding 6 5 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000445843 protein_coding 7 5 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000354267 protein_coding 3 5 2 OSCP1 ENSG00000116885 +CDS chr1 36444004 36444033 ENST00000356637 protein_coding 9 5 2 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000235532 protein_coding 9 1 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000356637 protein_coding 9 5 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450279 ENST00000445843 protein_coding 7 5 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000354267 protein_coding 3 5 1 OSCP1 ENSG00000116885 +transcript chr1 36455718 36464384 ENST00000373116 protein_coding 6 1 NA MRPS15 ENSG00000116898 +CDS chr1 36455791 36455925 ENST00000373116 protein_coding 6 1 8 MRPS15 ENSG00000116898 +CDS chr1 36456187 36456378 ENST00000373116 protein_coding 6 1 7 MRPS15 ENSG00000116898 +CDS chr1 36457923 36457981 ENST00000373116 protein_coding 6 1 6 MRPS15 ENSG00000116898 +CDS chr1 36460692 36460776 ENST00000373116 protein_coding 6 1 5 MRPS15 ENSG00000116898 +CDS chr1 36461264 36461312 ENST00000373116 protein_coding 6 1 4 MRPS15 ENSG00000116898 +CDS chr1 36462088 36462163 ENST00000373116 protein_coding 6 1 3 MRPS15 ENSG00000116898 +CDS chr1 36463806 36463850 ENST00000373116 protein_coding 6 1 2 MRPS15 ENSG00000116898 +CDS chr1 36464146 36464275 ENST00000373116 protein_coding 6 1 1 MRPS15 ENSG00000116898 +transcript chr1 36466043 36482913 ENST00000373106 protein_coding 6 1 NA CSF3R ENSG00000119535 +transcript chr1 36466043 36483278 ENST00000373103 protein_coding 5 1 NA CSF3R ENSG00000119535 +transcript chr1 36466043 36483278 ENST00000373104 protein_coding 5 1 NA CSF3R ENSG00000119535 +transcript chr1 36466044 36479519 ENST00000361632 protein_coding 8 1 NA CSF3R ENSG00000119535 +transcript chr1 36466083 36471474 ENST00000464465 protein_coding 6 5 NA CSF3R ENSG00000119535 +transcript chr1 36466096 36479519 ENST00000331941 protein_coding 6 5 NA CSF3R ENSG00000119535 +CDS chr1 36466099 36466200 ENST00000373104 protein_coding 5 1 18 CSF3R ENSG00000119535 +CDS chr1 36466099 36466200 ENST00000331941 protein_coding 6 5 16 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000373106 protein_coding 6 1 17 CSF3R ENSG00000119535 +CDS chr1 36466360 36466908 ENST00000373103 protein_coding 5 1 17 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000361632 protein_coding 8 1 15 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000464465 protein_coding 6 5 7 CSF3R ENSG00000119535 +CDS chr1 36466621 36466827 ENST00000373104 protein_coding 5 1 17 CSF3R ENSG00000119535 +CDS chr1 36466621 36466827 ENST00000331941 protein_coding 6 5 15 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373106 protein_coding 6 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373103 protein_coding 5 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373104 protein_coding 5 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000361632 protein_coding 8 1 14 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000464465 protein_coding 6 5 6 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000331941 protein_coding 6 5 14 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373106 protein_coding 6 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373103 protein_coding 5 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373104 protein_coding 5 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000361632 protein_coding 8 1 13 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000464465 protein_coding 6 5 5 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000331941 protein_coding 6 5 13 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373106 protein_coding 6 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373103 protein_coding 5 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373104 protein_coding 5 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000361632 protein_coding 8 1 12 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000464465 protein_coding 6 5 4 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000331941 protein_coding 6 5 12 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373106 protein_coding 6 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373103 protein_coding 5 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373104 protein_coding 5 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000361632 protein_coding 8 1 11 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000464465 protein_coding 6 5 3 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000331941 protein_coding 6 5 11 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373106 protein_coding 6 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373103 protein_coding 5 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373104 protein_coding 5 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000361632 protein_coding 8 1 10 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000331941 protein_coding 6 5 10 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373106 protein_coding 6 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373103 protein_coding 5 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373104 protein_coding 5 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000361632 protein_coding 8 1 9 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000464465 protein_coding 6 5 2 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000331941 protein_coding 6 5 9 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373106 protein_coding 6 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373103 protein_coding 5 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373104 protein_coding 5 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000361632 protein_coding 8 1 8 CSF3R ENSG00000119535 +CDS chr1 36471433 36471474 ENST00000464465 protein_coding 6 5 1 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000331941 protein_coding 6 5 8 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373106 protein_coding 6 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373103 protein_coding 5 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373104 protein_coding 5 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000361632 protein_coding 8 1 7 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000331941 protein_coding 6 5 7 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373106 protein_coding 6 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373103 protein_coding 5 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373104 protein_coding 5 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000361632 protein_coding 8 1 6 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000331941 protein_coding 6 5 6 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373106 protein_coding 6 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373103 protein_coding 5 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373104 protein_coding 5 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000361632 protein_coding 8 1 5 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000331941 protein_coding 6 5 5 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373106 protein_coding 6 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373103 protein_coding 5 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373104 protein_coding 5 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000361632 protein_coding 8 1 4 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000331941 protein_coding 6 5 4 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373106 protein_coding 6 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373103 protein_coding 5 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373104 protein_coding 5 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000361632 protein_coding 8 1 3 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000331941 protein_coding 6 5 3 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373106 protein_coding 6 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373103 protein_coding 5 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373104 protein_coding 5 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000361632 protein_coding 8 1 2 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000331941 protein_coding 6 5 2 CSF3R ENSG00000119535 +transcript chr1 36479432 36482051 ENST00000533491 protein_coding 1 5 NA CSF3R ENSG00000119535 +CDS chr1 36479432 36479496 ENST00000533491 protein_coding 1 5 4 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373106 protein_coding 6 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373103 protein_coding 5 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373104 protein_coding 5 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000361632 protein_coding 8 1 1 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000331941 protein_coding 6 5 1 CSF3R ENSG00000119535 +transcript chr1 36795527 37034515 ENST00000373091 protein_coding 8 1 NA GRIK3 ENSG00000163873 +CDS chr1 36801854 36802045 ENST00000373091 protein_coding 8 1 16 GRIK3 ENSG00000163873 +transcript chr1 36804618 37034129 ENST00000373093 protein_coding 4 1 NA GRIK3 ENSG00000163873 +CDS chr1 36804936 36805237 ENST00000373093 protein_coding 4 1 15 GRIK3 ENSG00000163873 +CDS chr1 36804987 36805237 ENST00000373091 protein_coding 8 1 15 GRIK3 ENSG00000163873 +CDS chr1 36806104 36806326 ENST00000373091 protein_coding 8 1 14 GRIK3 ENSG00000163873 +CDS chr1 36806104 36806326 ENST00000373093 protein_coding 4 1 14 GRIK3 ENSG00000163873 +CDS chr1 36817060 36817277 ENST00000373091 protein_coding 8 1 13 GRIK3 ENSG00000163873 +CDS chr1 36817060 36817277 ENST00000373093 protein_coding 4 1 13 GRIK3 ENSG00000163873 +CDS chr1 36819736 36819854 ENST00000373091 protein_coding 8 1 12 GRIK3 ENSG00000163873 +CDS chr1 36819736 36819854 ENST00000373093 protein_coding 4 1 12 GRIK3 ENSG00000163873 +CDS chr1 36825603 36825826 ENST00000373091 protein_coding 8 1 11 GRIK3 ENSG00000163873 +CDS chr1 36825603 36825826 ENST00000373093 protein_coding 4 1 11 GRIK3 ENSG00000163873 +CDS chr1 36841736 36841939 ENST00000373091 protein_coding 8 1 10 GRIK3 ENSG00000163873 +CDS chr1 36841736 36841939 ENST00000373093 protein_coding 4 1 10 GRIK3 ENSG00000163873 +CDS chr1 36850311 36850424 ENST00000373091 protein_coding 8 1 9 GRIK3 ENSG00000163873 +CDS chr1 36850311 36850424 ENST00000373093 protein_coding 4 1 9 GRIK3 ENSG00000163873 +CDS chr1 36853615 36853722 ENST00000373091 protein_coding 8 1 8 GRIK3 ENSG00000163873 +CDS chr1 36853615 36853722 ENST00000373093 protein_coding 4 1 8 GRIK3 ENSG00000163873 +CDS chr1 36859108 36859251 ENST00000373091 protein_coding 8 1 7 GRIK3 ENSG00000163873 +CDS chr1 36859108 36859251 ENST00000373093 protein_coding 4 1 7 GRIK3 ENSG00000163873 +CDS chr1 36859844 36860017 ENST00000373091 protein_coding 8 1 6 GRIK3 ENSG00000163873 +CDS chr1 36859844 36860017 ENST00000373093 protein_coding 4 1 6 GRIK3 ENSG00000163873 +CDS chr1 36869748 36869801 ENST00000373091 protein_coding 8 1 5 GRIK3 ENSG00000163873 +CDS chr1 36869748 36869801 ENST00000373093 protein_coding 4 1 5 GRIK3 ENSG00000163873 +CDS chr1 36872188 36872369 ENST00000373091 protein_coding 8 1 4 GRIK3 ENSG00000163873 +CDS chr1 36872188 36872369 ENST00000373093 protein_coding 4 1 4 GRIK3 ENSG00000163873 +CDS chr1 36880634 36880891 ENST00000373091 protein_coding 8 1 3 GRIK3 ENSG00000163873 +CDS chr1 36880634 36880891 ENST00000373093 protein_coding 4 1 3 GRIK3 ENSG00000163873 +CDS chr1 36890920 36891096 ENST00000373091 protein_coding 8 1 2 GRIK3 ENSG00000163873 +CDS chr1 36890920 36891096 ENST00000373093 protein_coding 4 1 2 GRIK3 ENSG00000163873 +CDS chr1 37033994 37034108 ENST00000373091 protein_coding 8 1 1 GRIK3 ENSG00000163873 +CDS chr1 37033994 37034108 ENST00000373093 protein_coding 4 1 1 GRIK3 ENSG00000163873 +transcript chr1 37474580 37484377 ENST00000373087 protein_coding 7 1 NA ZC3H12A ENSG00000163874 +CDS chr1 37475497 37475939 ENST00000373087 protein_coding 7 1 2 ZC3H12A ENSG00000163874 +CDS chr1 37480290 37480429 ENST00000373087 protein_coding 7 1 3 ZC3H12A ENSG00000163874 +CDS chr1 37481601 37481835 ENST00000373087 protein_coding 7 1 4 ZC3H12A ENSG00000163874 +transcript chr1 37481690 37482602 ENST00000471012 protein_coding 1 3 NA ZC3H12A ENSG00000163874 +CDS chr1 37481690 37481835 ENST00000471012 protein_coding 1 3 1 ZC3H12A ENSG00000163874 +CDS chr1 37482354 37482602 ENST00000471012 protein_coding 1 3 2 ZC3H12A ENSG00000163874 +CDS chr1 37482434 37482540 ENST00000373087 protein_coding 7 1 5 ZC3H12A ENSG00000163874 +CDS chr1 37482737 37483608 ENST00000373087 protein_coding 7 1 6 ZC3H12A ENSG00000163874 +transcript chr1 37489993 37514766 ENST00000296214 protein_coding 10 1 NA MEAF6 ENSG00000163875 +transcript chr1 37492575 37514763 ENST00000373075 protein_coding 6 1 NA MEAF6 ENSG00000163875 +transcript chr1 37493311 37514269 ENST00000373074 protein_coding 5 2 NA MEAF6 ENSG00000163875 +transcript chr1 37493762 37514763 ENST00000373073 protein_coding 8 3 NA MEAF6 ENSG00000163875 +CDS chr1 37493772 37493814 ENST00000373073 protein_coding 8 3 6 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000373075 protein_coding 6 1 8 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000296214 protein_coding 10 1 7 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000373074 protein_coding 5 2 6 MEAF6 ENSG00000163875 +transcript chr1 37495874 37514746 ENST00000448519 protein_coding 2 1 NA MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000373075 protein_coding 6 1 7 MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000296214 protein_coding 10 1 6 MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000373074 protein_coding 5 2 5 MEAF6 ENSG00000163875 +CDS chr1 37496595 37496604 ENST00000448519 protein_coding 2 1 7 MEAF6 ENSG00000163875 +CDS chr1 37496707 37496736 ENST00000373075 protein_coding 6 1 6 MEAF6 ENSG00000163875 +CDS chr1 37496707 37496736 ENST00000448519 protein_coding 2 1 6 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373075 protein_coding 6 1 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000296214 protein_coding 10 1 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373074 protein_coding 5 2 4 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373073 protein_coding 8 3 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000448519 protein_coding 2 1 5 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373075 protein_coding 6 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000296214 protein_coding 10 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373074 protein_coding 5 2 3 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373073 protein_coding 8 3 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000448519 protein_coding 2 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373075 protein_coding 6 1 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000296214 protein_coding 10 1 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373074 protein_coding 5 2 2 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373073 protein_coding 8 3 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000448519 protein_coding 2 1 3 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000373075 protein_coding 6 1 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000296214 protein_coding 10 1 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513562 ENST00000373074 protein_coding 5 2 1 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000373073 protein_coding 8 3 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000448519 protein_coding 2 1 2 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000373075 protein_coding 6 1 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000296214 protein_coding 10 1 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000373073 protein_coding 8 3 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000448519 protein_coding 2 1 1 MEAF6 ENSG00000163875 +transcript chr1 37534449 37554293 ENST00000296215 protein_coding 8 1 NA SNIP1 ENSG00000163877 +CDS chr1 37537751 37538012 ENST00000296215 protein_coding 8 1 4 SNIP1 ENSG00000163877 +CDS chr1 37540157 37540755 ENST00000296215 protein_coding 8 1 3 SNIP1 ENSG00000163877 +CDS chr1 37552645 37552747 ENST00000296215 protein_coding 8 1 2 SNIP1 ENSG00000163877 +CDS chr1 37554006 37554229 ENST00000296215 protein_coding 8 1 1 SNIP1 ENSG00000163877 +transcript chr1 37556919 37566856 ENST00000296218 protein_coding 8 1 NA DNALI1 ENSG00000163879 +CDS chr1 37556929 37557075 ENST00000296218 protein_coding 8 1 1 DNALI1 ENSG00000163879 +transcript chr1 37556940 37566857 ENST00000652629 protein_coding 1 NA NA DNALI1 ENSG00000163879 +CDS chr1 37556995 37557075 ENST00000652629 protein_coding 1 NA 1 DNALI1 ENSG00000163879 +CDS chr1 37557603 37557748 ENST00000652629 protein_coding 1 NA 2 DNALI1 ENSG00000163879 +CDS chr1 37557603 37557748 ENST00000296218 protein_coding 8 1 2 DNALI1 ENSG00000163879 +CDS chr1 37559327 37559496 ENST00000652629 protein_coding 1 NA 3 DNALI1 ENSG00000163879 +CDS chr1 37559327 37559496 ENST00000296218 protein_coding 8 1 3 DNALI1 ENSG00000163879 +CDS chr1 37561557 37561735 ENST00000652629 protein_coding 1 NA 4 DNALI1 ENSG00000163879 +CDS chr1 37561557 37561735 ENST00000296218 protein_coding 8 1 4 DNALI1 ENSG00000163879 +CDS chr1 37562081 37562245 ENST00000652629 protein_coding 1 NA 5 DNALI1 ENSG00000163879 +CDS chr1 37562081 37562245 ENST00000296218 protein_coding 8 1 5 DNALI1 ENSG00000163879 +CDS chr1 37565026 37565058 ENST00000652629 protein_coding 1 NA 6 DNALI1 ENSG00000163879 +CDS chr1 37565026 37565058 ENST00000296218 protein_coding 8 1 6 DNALI1 ENSG00000163879 +transcript chr1 37566816 37595937 ENST00000373062 protein_coding 8 1 NA GNL2 ENSG00000134697 +CDS chr1 37566858 37567007 ENST00000373062 protein_coding 8 1 16 GNL2 ENSG00000134697 +CDS chr1 37567673 37567764 ENST00000373062 protein_coding 8 1 15 GNL2 ENSG00000134697 +CDS chr1 37568275 37568357 ENST00000373062 protein_coding 8 1 14 GNL2 ENSG00000134697 +CDS chr1 37568851 37569302 ENST00000373062 protein_coding 8 1 13 GNL2 ENSG00000134697 +CDS chr1 37574343 37574456 ENST00000373062 protein_coding 8 1 12 GNL2 ENSG00000134697 +CDS chr1 37574665 37574823 ENST00000373062 protein_coding 8 1 11 GNL2 ENSG00000134697 +CDS chr1 37575595 37575699 ENST00000373062 protein_coding 8 1 10 GNL2 ENSG00000134697 +transcript chr1 37575595 37582923 ENST00000538069 protein_coding 2 3 NA GNL2 ENSG00000134697 +CDS chr1 37575595 37575699 ENST00000538069 protein_coding 2 3 5 GNL2 ENSG00000134697 +CDS chr1 37576428 37576556 ENST00000373062 protein_coding 8 1 9 GNL2 ENSG00000134697 +CDS chr1 37576428 37576556 ENST00000538069 protein_coding 2 3 4 GNL2 ENSG00000134697 +CDS chr1 37581342 37581545 ENST00000538069 protein_coding 2 3 3 GNL2 ENSG00000134697 +CDS chr1 37582223 37582336 ENST00000373062 protein_coding 8 1 8 GNL2 ENSG00000134697 +CDS chr1 37582223 37582336 ENST00000538069 protein_coding 2 3 2 GNL2 ENSG00000134697 +CDS chr1 37582778 37582936 ENST00000373062 protein_coding 8 1 7 GNL2 ENSG00000134697 +CDS chr1 37582778 37582923 ENST00000538069 protein_coding 2 3 1 GNL2 ENSG00000134697 +CDS chr1 37583867 37583933 ENST00000373062 protein_coding 8 1 6 GNL2 ENSG00000134697 +CDS chr1 37587311 37587495 ENST00000373062 protein_coding 8 1 5 GNL2 ENSG00000134697 +CDS chr1 37590706 37590845 ENST00000373062 protein_coding 8 1 4 GNL2 ENSG00000134697 +CDS chr1 37592712 37592806 ENST00000373062 protein_coding 8 1 3 GNL2 ENSG00000134697 +CDS chr1 37593762 37593846 ENST00000373062 protein_coding 8 1 2 GNL2 ENSG00000134697 +CDS chr1 37595759 37595822 ENST00000373062 protein_coding 8 1 1 GNL2 ENSG00000134697 +transcript chr1 37611350 37634665 ENST00000615459 protein_coding 4 2 NA RSPO1 ENSG00000169218 +transcript chr1 37611350 37634665 ENST00000612451 protein_coding 4 1 NA RSPO1 ENSG00000169218 +transcript chr1 37611350 37634892 ENST00000356545 protein_coding 7 1 NA RSPO1 ENSG00000169218 +transcript chr1 37611812 37634616 ENST00000401068 protein_coding 1 1 NA RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000615459 protein_coding 4 2 7 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000612451 protein_coding 4 1 6 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000356545 protein_coding 7 1 7 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000401068 protein_coding 1 1 8 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000615459 protein_coding 4 2 6 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000356545 protein_coding 7 1 6 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000401068 protein_coding 1 1 7 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000615459 protein_coding 4 2 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000612451 protein_coding 4 1 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000356545 protein_coding 7 1 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000401068 protein_coding 1 1 6 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000615459 protein_coding 4 2 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000612451 protein_coding 4 1 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000356545 protein_coding 7 1 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000401068 protein_coding 1 1 5 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000612451 protein_coding 4 1 3 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000356545 protein_coding 7 1 3 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000401068 protein_coding 1 1 4 RSPO1 ENSG00000169218 +CDS chr1 37629889 37629901 ENST00000615459 protein_coding 4 2 3 RSPO1 ENSG00000169218 +transcript chr1 37681570 37690520 ENST00000358011 protein_coding 8 2 NA C1orf109 ENSG00000116922 +transcript chr1 37681570 37690529 ENST00000486637 protein_coding 2 3 NA C1orf109 ENSG00000116922 +transcript chr1 37683111 37690504 ENST00000464085 protein_coding 5 2 NA C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000358011 protein_coding 8 2 5 C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000464085 protein_coding 5 2 5 C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000486637 protein_coding 2 3 5 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000358011 protein_coding 8 2 4 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000464085 protein_coding 5 2 4 C1orf109 ENSG00000116922 +transcript chr1 37683319 37692223 ENST00000491981 protein_coding 5 5 NA C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000491981 protein_coding 5 5 4 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000486637 protein_coding 2 3 4 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000358011 protein_coding 8 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000464085 protein_coding 5 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000491981 protein_coding 5 5 3 C1orf109 ENSG00000116922 +transcript chr1 37686273 37690520 ENST00000461359 protein_coding 5 2 NA C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000461359 protein_coding 5 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000486637 protein_coding 2 3 3 C1orf109 ENSG00000116922 +transcript chr1 37686302 37692205 ENST00000477060 protein_coding 1 3 NA C1orf109 ENSG00000116922 +CDS chr1 37686302 37686452 ENST00000477060 protein_coding 1 3 3 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000358011 protein_coding 8 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000464085 protein_coding 5 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000491981 protein_coding 5 5 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000461359 protein_coding 5 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000477060 protein_coding 1 3 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000486637 protein_coding 2 3 2 C1orf109 ENSG00000116922 +transcript chr1 37689606 37692242 ENST00000488137 protein_coding 5 3 NA C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000488137 protein_coding 5 3 3 C1orf109 ENSG00000116922 +transcript chr1 37689768 37692249 ENST00000619962 protein_coding 1 5 NA C1orf109 ENSG00000116922 +CDS chr1 37689768 37689880 ENST00000619962 protein_coding 1 5 3 C1orf109 ENSG00000116922 +transcript chr1 37692481 37709713 ENST00000327331 protein_coding 2 1 NA CDCA8 ENSG00000134690 +transcript chr1 37692516 37709719 ENST00000373055 protein_coding 6 1 NA CDCA8 ENSG00000134690 +CDS chr1 37692691 37692784 ENST00000373055 protein_coding 6 1 1 CDCA8 ENSG00000134690 +CDS chr1 37692691 37692784 ENST00000327331 protein_coding 2 1 2 CDCA8 ENSG00000134690 +CDS chr1 37692905 37693033 ENST00000373055 protein_coding 6 1 2 CDCA8 ENSG00000134690 +CDS chr1 37692905 37693033 ENST00000327331 protein_coding 2 1 3 CDCA8 ENSG00000134690 +CDS chr1 37695910 37695950 ENST00000373055 protein_coding 6 1 3 CDCA8 ENSG00000134690 +CDS chr1 37695910 37695950 ENST00000327331 protein_coding 2 1 4 CDCA8 ENSG00000134690 +CDS chr1 37698905 37698977 ENST00000373055 protein_coding 6 1 4 CDCA8 ENSG00000134690 +CDS chr1 37698905 37698977 ENST00000327331 protein_coding 2 1 5 CDCA8 ENSG00000134690 +CDS chr1 37700436 37700521 ENST00000373055 protein_coding 6 1 5 CDCA8 ENSG00000134690 +CDS chr1 37700436 37700521 ENST00000327331 protein_coding 2 1 6 CDCA8 ENSG00000134690 +CDS chr1 37701754 37701818 ENST00000373055 protein_coding 6 1 6 CDCA8 ENSG00000134690 +CDS chr1 37701754 37701818 ENST00000327331 protein_coding 2 1 7 CDCA8 ENSG00000134690 +CDS chr1 37703252 37703347 ENST00000373055 protein_coding 6 1 7 CDCA8 ENSG00000134690 +CDS chr1 37703252 37703347 ENST00000327331 protein_coding 2 1 8 CDCA8 ENSG00000134690 +CDS chr1 37705441 37705567 ENST00000373055 protein_coding 6 1 8 CDCA8 ENSG00000134690 +CDS chr1 37705441 37705567 ENST00000327331 protein_coding 2 1 9 CDCA8 ENSG00000134690 +CDS chr1 37706978 37707064 ENST00000373055 protein_coding 6 1 9 CDCA8 ENSG00000134690 +CDS chr1 37706978 37707064 ENST00000327331 protein_coding 2 1 10 CDCA8 ENSG00000134690 +CDS chr1 37708322 37708363 ENST00000373055 protein_coding 6 1 10 CDCA8 ENSG00000134690 +CDS chr1 37708322 37708363 ENST00000327331 protein_coding 2 1 11 CDCA8 ENSG00000134690 +transcript chr1 37715854 37765066 ENST00000427468 protein_coding 6 5 NA EPHA10 ENSG00000183317 +transcript chr1 37715976 37765120 ENST00000373048 protein_coding 9 5 NA EPHA10 ENSG00000183317 +CDS chr1 37715979 37715997 ENST00000427468 protein_coding 6 5 18 EPHA10 ENSG00000183317 +CDS chr1 37718375 37718486 ENST00000373048 protein_coding 9 5 17 EPHA10 ENSG00000183317 +CDS chr1 37718376 37718486 ENST00000427468 protein_coding 6 5 17 EPHA10 ENSG00000183317 +CDS chr1 37718661 37718816 ENST00000373048 protein_coding 9 5 16 EPHA10 ENSG00000183317 +CDS chr1 37718661 37718816 ENST00000427468 protein_coding 6 5 16 EPHA10 ENSG00000183317 +CDS chr1 37719414 37719607 ENST00000373048 protein_coding 9 5 15 EPHA10 ENSG00000183317 +CDS chr1 37719414 37719607 ENST00000427468 protein_coding 6 5 15 EPHA10 ENSG00000183317 +CDS chr1 37719909 37720058 ENST00000373048 protein_coding 9 5 14 EPHA10 ENSG00000183317 +CDS chr1 37719909 37720058 ENST00000427468 protein_coding 6 5 14 EPHA10 ENSG00000183317 +CDS chr1 37720351 37720554 ENST00000373048 protein_coding 9 5 13 EPHA10 ENSG00000183317 +CDS chr1 37720351 37720554 ENST00000427468 protein_coding 6 5 13 EPHA10 ENSG00000183317 +CDS chr1 37720783 37720844 ENST00000373048 protein_coding 9 5 12 EPHA10 ENSG00000183317 +CDS chr1 37720783 37720844 ENST00000427468 protein_coding 6 5 12 EPHA10 ENSG00000183317 +CDS chr1 37721660 37721845 ENST00000373048 protein_coding 9 5 11 EPHA10 ENSG00000183317 +CDS chr1 37721660 37721845 ENST00000427468 protein_coding 6 5 11 EPHA10 ENSG00000183317 +transcript chr1 37722274 37752969 ENST00000540011 protein_coding 2 5 NA EPHA10 ENSG00000183317 +CDS chr1 37722277 37722296 ENST00000540011 protein_coding 2 5 7 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000373048 protein_coding 9 5 10 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000427468 protein_coding 6 5 10 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000540011 protein_coding 2 5 6 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000373048 protein_coding 9 5 9 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000427468 protein_coding 6 5 9 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000540011 protein_coding 2 5 5 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000373048 protein_coding 9 5 8 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000427468 protein_coding 6 5 8 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000540011 protein_coding 2 5 4 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731582 ENST00000373048 protein_coding 9 5 7 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731582 ENST00000427468 protein_coding 6 5 7 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731558 ENST00000540011 protein_coding 2 5 3 EPHA10 ENSG00000183317 +CDS chr1 37735257 37735390 ENST00000373048 protein_coding 9 5 6 EPHA10 ENSG00000183317 +CDS chr1 37735257 37735390 ENST00000427468 protein_coding 6 5 6 EPHA10 ENSG00000183317 +CDS chr1 37752876 37753226 ENST00000373048 protein_coding 9 5 5 EPHA10 ENSG00000183317 +CDS chr1 37752876 37753226 ENST00000427468 protein_coding 6 5 5 EPHA10 ENSG00000183317 +CDS chr1 37754215 37754370 ENST00000373048 protein_coding 9 5 4 EPHA10 ENSG00000183317 +CDS chr1 37754215 37754370 ENST00000427468 protein_coding 6 5 4 EPHA10 ENSG00000183317 +transcript chr1 37760272 37765133 ENST00000319637 protein_coding 6 1 NA EPHA10 ENSG00000183317 +CDS chr1 37761370 37762083 ENST00000319637 protein_coding 6 1 3 EPHA10 ENSG00000183317 +CDS chr1 37761405 37762083 ENST00000373048 protein_coding 9 5 3 EPHA10 ENSG00000183317 +CDS chr1 37761405 37762083 ENST00000427468 protein_coding 6 5 3 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000373048 protein_coding 9 5 2 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000319637 protein_coding 6 1 2 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000427468 protein_coding 6 5 2 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000373048 protein_coding 9 5 1 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000319637 protein_coding 6 1 1 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000427468 protein_coding 6 5 1 EPHA10 ENSG00000183317 +transcript chr1 37793847 37801133 ENST00000373045 protein_coding 11 1 NA MANEAL ENSG00000185090 +transcript chr1 37793883 37801133 ENST00000397631 protein_coding 7 1 NA MANEAL ENSG00000185090 +CDS chr1 37794183 37794732 ENST00000373045 protein_coding 11 1 1 MANEAL ENSG00000185090 +CDS chr1 37794183 37794732 ENST00000397631 protein_coding 7 1 1 MANEAL ENSG00000185090 +transcript chr1 37794483 37800221 ENST00000532512 protein_coding 1 4 NA MANEAL ENSG00000185090 +CDS chr1 37794483 37794732 ENST00000532512 protein_coding 1 4 1 MANEAL ENSG00000185090 +transcript chr1 37795408 37800448 ENST00000525897 protein_coding 1 2 NA MANEAL ENSG00000185090 +transcript chr1 37795488 37801137 ENST00000329006 protein_coding 5 2 NA MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000373045 protein_coding 11 1 2 MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000397631 protein_coding 7 1 2 MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000532512 protein_coding 1 4 2 MANEAL ENSG00000185090 +CDS chr1 37795769 37795846 ENST00000525897 protein_coding 1 2 2 MANEAL ENSG00000185090 +CDS chr1 37795776 37795846 ENST00000329006 protein_coding 5 2 1 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000373045 protein_coding 11 1 3 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000397631 protein_coding 7 1 3 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000525897 protein_coding 1 2 3 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000373045 protein_coding 11 1 4 MANEAL ENSG00000185090 +CDS chr1 37799567 37799596 ENST00000532512 protein_coding 1 4 3 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000525897 protein_coding 1 2 4 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000329006 protein_coding 5 2 2 MANEAL ENSG00000185090 +CDS chr1 37799844 37799856 ENST00000397631 protein_coding 7 1 4 MANEAL ENSG00000185090 +transcript chr1 37802945 37808208 ENST00000373044 protein_coding 3 1 NA YRDC ENSG00000196449 +CDS chr1 37803928 37803997 ENST00000373044 protein_coding 3 1 5 YRDC ENSG00000196449 +CDS chr1 37804302 37804444 ENST00000373044 protein_coding 3 1 4 YRDC ENSG00000196449 +CDS chr1 37806857 37806976 ENST00000373044 protein_coding 3 1 3 YRDC ENSG00000196449 +transcript chr1 37806979 37809452 ENST00000373043 protein_coding 1 1 NA C1orf122 ENSG00000197982 +CDS chr1 37807101 37807215 ENST00000373044 protein_coding 3 1 2 YRDC ENSG00000196449 +transcript chr1 37807747 37809449 ENST00000468084 protein_coding 1 2 NA C1orf122 ENSG00000197982 +transcript chr1 37807790 37809454 ENST00000373042 protein_coding 5 1 NA C1orf122 ENSG00000197982 +CDS chr1 37807792 37808180 ENST00000373044 protein_coding 3 1 1 YRDC ENSG00000196449 +CDS chr1 37808405 37808439 ENST00000373042 protein_coding 5 1 1 C1orf122 ENSG00000197982 +CDS chr1 37808531 37808732 ENST00000373042 protein_coding 5 1 2 C1orf122 ENSG00000197982 +CDS chr1 37808685 37808732 ENST00000373043 protein_coding 1 1 1 C1orf122 ENSG00000197982 +CDS chr1 37808685 37808732 ENST00000468084 protein_coding 1 2 2 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000373043 protein_coding 1 1 2 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000468084 protein_coding 1 2 3 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000373042 protein_coding 5 1 3 C1orf122 ENSG00000197982 +transcript chr1 37809574 37859592 ENST00000373036 protein_coding 5 1 NA MTF1 ENSG00000188786 +CDS chr1 37815139 37815566 ENST00000373036 protein_coding 5 1 11 MTF1 ENSG00000188786 +CDS chr1 37817419 37817482 ENST00000373036 protein_coding 5 1 10 MTF1 ENSG00000188786 +CDS chr1 37822121 37822716 ENST00000373036 protein_coding 5 1 9 MTF1 ENSG00000188786 +CDS chr1 37823710 37823812 ENST00000373036 protein_coding 5 1 8 MTF1 ENSG00000188786 +CDS chr1 37832245 37832322 ENST00000373036 protein_coding 5 1 7 MTF1 ENSG00000188786 +CDS chr1 37835079 37835215 ENST00000373036 protein_coding 5 1 6 MTF1 ENSG00000188786 +CDS chr1 37835671 37835744 ENST00000373036 protein_coding 5 1 5 MTF1 ENSG00000188786 +CDS chr1 37838625 37838756 ENST00000373036 protein_coding 5 1 4 MTF1 ENSG00000188786 +CDS chr1 37839920 37840158 ENST00000373036 protein_coding 5 1 3 MTF1 ENSG00000188786 +CDS chr1 37857251 37857658 ENST00000373036 protein_coding 5 1 2 MTF1 ENSG00000188786 +transcript chr1 37860697 37931749 ENST00000373027 protein_coding 5 2 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947053 ENST00000373024 protein_coding 8 1 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947057 ENST00000373023 protein_coding 6 5 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947021 ENST00000458109 protein_coding 6 1 NA INPP5B ENSG00000204084 +transcript chr1 37862068 37946309 ENST00000373026 protein_coding 5 5 NA INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373027 protein_coding 5 2 18 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373026 protein_coding 5 5 23 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373024 protein_coding 8 1 24 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373023 protein_coding 6 5 24 INPP5B ENSG00000204084 +CDS chr1 37862374 37862430 ENST00000458109 protein_coding 6 1 20 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373027 protein_coding 5 2 17 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373026 protein_coding 5 5 22 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373024 protein_coding 8 1 23 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373023 protein_coding 6 5 23 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373027 protein_coding 5 2 16 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373026 protein_coding 5 5 21 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373024 protein_coding 8 1 22 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373023 protein_coding 6 5 22 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373027 protein_coding 5 2 15 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373026 protein_coding 5 5 20 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373024 protein_coding 8 1 21 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373023 protein_coding 6 5 21 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373027 protein_coding 5 2 14 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373026 protein_coding 5 5 19 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373024 protein_coding 8 1 20 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373023 protein_coding 6 5 20 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373027 protein_coding 5 2 13 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373026 protein_coding 5 5 18 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373024 protein_coding 8 1 19 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373023 protein_coding 6 5 19 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000458109 protein_coding 6 1 19 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373027 protein_coding 5 2 12 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373026 protein_coding 5 5 17 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373024 protein_coding 8 1 18 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373023 protein_coding 6 5 18 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000458109 protein_coding 6 1 18 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373027 protein_coding 5 2 11 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373026 protein_coding 5 5 16 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373024 protein_coding 8 1 17 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373023 protein_coding 6 5 17 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000458109 protein_coding 6 1 17 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373027 protein_coding 5 2 10 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373026 protein_coding 5 5 15 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373024 protein_coding 8 1 16 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373023 protein_coding 6 5 16 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000458109 protein_coding 6 1 16 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373027 protein_coding 5 2 9 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373026 protein_coding 5 5 14 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373024 protein_coding 8 1 15 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373023 protein_coding 6 5 15 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000458109 protein_coding 6 1 15 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373027 protein_coding 5 2 8 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373026 protein_coding 5 5 13 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373024 protein_coding 8 1 14 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373023 protein_coding 6 5 14 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000458109 protein_coding 6 1 14 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373027 protein_coding 5 2 7 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373026 protein_coding 5 5 12 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373024 protein_coding 8 1 13 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373023 protein_coding 6 5 13 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000458109 protein_coding 6 1 13 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373027 protein_coding 5 2 6 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373026 protein_coding 5 5 11 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373024 protein_coding 8 1 12 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373023 protein_coding 6 5 12 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000458109 protein_coding 6 1 12 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373027 protein_coding 5 2 5 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373026 protein_coding 5 5 10 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373024 protein_coding 8 1 11 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373023 protein_coding 6 5 11 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000458109 protein_coding 6 1 11 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373027 protein_coding 5 2 4 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373026 protein_coding 5 5 9 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373024 protein_coding 8 1 10 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373023 protein_coding 6 5 10 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000458109 protein_coding 6 1 10 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373027 protein_coding 5 2 3 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373026 protein_coding 5 5 8 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373024 protein_coding 8 1 9 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373023 protein_coding 6 5 9 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000458109 protein_coding 6 1 9 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373027 protein_coding 5 2 2 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373026 protein_coding 5 5 7 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373024 protein_coding 8 1 8 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373023 protein_coding 6 5 8 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000458109 protein_coding 6 1 8 INPP5B ENSG00000204084 +transcript chr1 37928537 37946334 ENST00000373021 protein_coding 1 1 NA INPP5B ENSG00000204084 +CDS chr1 37931488 37932053 ENST00000373021 protein_coding 1 1 6 INPP5B ENSG00000204084 +CDS chr1 37931673 37931712 ENST00000373027 protein_coding 5 2 1 INPP5B ENSG00000204084 +CDS chr1 37931673 37932053 ENST00000373026 protein_coding 5 5 6 INPP5B ENSG00000204084 +CDS chr1 37931673 37932053 ENST00000373023 protein_coding 6 5 7 INPP5B ENSG00000204084 +CDS chr1 37931913 37932053 ENST00000373024 protein_coding 8 1 7 INPP5B ENSG00000204084 +CDS chr1 37931913 37932053 ENST00000458109 protein_coding 6 1 7 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373026 protein_coding 5 5 5 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373024 protein_coding 8 1 6 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373021 protein_coding 1 1 5 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373023 protein_coding 6 5 6 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000458109 protein_coding 6 1 6 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373026 protein_coding 5 5 4 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373024 protein_coding 8 1 5 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373021 protein_coding 1 1 4 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373023 protein_coding 6 5 5 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000458109 protein_coding 6 1 5 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373026 protein_coding 5 5 3 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373024 protein_coding 8 1 4 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373021 protein_coding 1 1 3 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373023 protein_coding 6 5 4 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000458109 protein_coding 6 1 4 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373026 protein_coding 5 5 2 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373024 protein_coding 8 1 3 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373021 protein_coding 1 1 2 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373023 protein_coding 6 5 3 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000458109 protein_coding 6 1 3 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373026 protein_coding 5 5 1 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373024 protein_coding 8 1 2 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373021 protein_coding 1 1 1 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373023 protein_coding 6 5 2 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000458109 protein_coding 6 1 2 INPP5B ENSG00000204084 +transcript chr1 37956975 37990022 ENST00000373019 protein_coding 5 1 NA SF3A3 ENSG00000183431 +CDS chr1 37958189 37958263 ENST00000373019 protein_coding 5 1 17 SF3A3 ENSG00000183431 +CDS chr1 37960120 37960175 ENST00000373019 protein_coding 5 1 16 SF3A3 ENSG00000183431 +CDS chr1 37968044 37968134 ENST00000373019 protein_coding 5 1 15 SF3A3 ENSG00000183431 +CDS chr1 37969354 37969464 ENST00000373019 protein_coding 5 1 14 SF3A3 ENSG00000183431 +CDS chr1 37969571 37969735 ENST00000373019 protein_coding 5 1 13 SF3A3 ENSG00000183431 +CDS chr1 37976884 37976953 ENST00000373019 protein_coding 5 1 12 SF3A3 ENSG00000183431 +CDS chr1 37978720 37978827 ENST00000373019 protein_coding 5 1 11 SF3A3 ENSG00000183431 +CDS chr1 37978988 37979055 ENST00000373019 protein_coding 5 1 10 SF3A3 ENSG00000183431 +CDS chr1 37979465 37979533 ENST00000373019 protein_coding 5 1 9 SF3A3 ENSG00000183431 +CDS chr1 37980586 37980724 ENST00000373019 protein_coding 5 1 8 SF3A3 ENSG00000183431 +CDS chr1 37981729 37981811 ENST00000373019 protein_coding 5 1 7 SF3A3 ENSG00000183431 +CDS chr1 37984169 37984260 ENST00000373019 protein_coding 5 1 6 SF3A3 ENSG00000183431 +CDS chr1 37984707 37984779 ENST00000373019 protein_coding 5 1 5 SF3A3 ENSG00000183431 +CDS chr1 37987573 37987678 ENST00000373019 protein_coding 5 1 4 SF3A3 ENSG00000183431 +CDS chr1 37987784 37987836 ENST00000373019 protein_coding 5 1 3 SF3A3 ENSG00000183431 +CDS chr1 37989548 37989595 ENST00000373019 protein_coding 5 1 2 SF3A3 ENSG00000183431 +CDS chr1 37989870 37989965 ENST00000373019 protein_coding 5 1 1 SF3A3 ENSG00000183431 +transcript chr1 37996770 38005514 ENST00000373016 protein_coding 4 1 NA FHL3 ENSG00000183386 +CDS chr1 37997408 37997559 ENST00000373016 protein_coding 4 1 6 FHL3 ENSG00000183386 +CDS chr1 37997684 37997870 ENST00000373016 protein_coding 4 1 5 FHL3 ENSG00000183386 +CDS chr1 37997963 37998132 ENST00000373016 protein_coding 4 1 4 FHL3 ENSG00000183386 +CDS chr1 37998974 37999148 ENST00000373016 protein_coding 4 1 3 FHL3 ENSG00000183386 +CDS chr1 37999257 37999412 ENST00000373016 protein_coding 4 1 2 FHL3 ENSG00000183386 +transcript chr1 38012734 38024820 ENST00000373014 protein_coding 5 1 NA UTP11 ENSG00000183520 +CDS chr1 38012803 38012865 ENST00000373014 protein_coding 5 1 1 UTP11 ENSG00000183520 +CDS chr1 38016359 38016420 ENST00000373014 protein_coding 5 1 2 UTP11 ENSG00000183520 +CDS chr1 38017668 38017770 ENST00000373014 protein_coding 5 1 3 UTP11 ENSG00000183520 +CDS chr1 38018464 38018577 ENST00000373014 protein_coding 5 1 4 UTP11 ENSG00000183520 +CDS chr1 38019059 38019152 ENST00000373014 protein_coding 5 1 5 UTP11 ENSG00000183520 +CDS chr1 38019253 38019383 ENST00000373014 protein_coding 5 1 6 UTP11 ENSG00000183520 +CDS chr1 38022699 38022809 ENST00000373014 protein_coding 5 1 7 UTP11 ENSG00000183520 +CDS chr1 38023545 38023625 ENST00000373014 protein_coding 5 1 8 UTP11 ENSG00000183520 +transcript chr1 38043829 38046793 ENST00000373012 protein_coding 5 NA NA POU3F1 ENSG00000185668 +CDS chr1 38045391 38046743 ENST00000373012 protein_coding 5 NA 1 POU3F1 ENSG00000185668 +transcript chr1 38838198 38859772 ENST00000373001 protein_coding 4 1 NA RRAGC ENSG00000116954 +CDS chr1 38839556 38839704 ENST00000373001 protein_coding 4 1 7 RRAGC ENSG00000116954 +CDS chr1 38845939 38846087 ENST00000373001 protein_coding 4 1 6 RRAGC ENSG00000116954 +CDS chr1 38851615 38851757 ENST00000373001 protein_coding 4 1 5 RRAGC ENSG00000116954 +CDS chr1 38852374 38852488 ENST00000373001 protein_coding 4 1 4 RRAGC ENSG00000116954 +CDS chr1 38855708 38855907 ENST00000373001 protein_coding 4 1 3 RRAGC ENSG00000116954 +CDS chr1 38856879 38857082 ENST00000373001 protein_coding 4 1 2 RRAGC ENSG00000116954 +CDS chr1 38859410 38859646 ENST00000373001 protein_coding 4 1 1 RRAGC ENSG00000116954 +transcript chr1 38862493 38873348 ENST00000397572 protein_coding 5 1 NA MYCBP ENSG00000214114 +transcript chr1 38864236 38873368 ENST00000494695 protein_coding 4 2 NA MYCBP ENSG00000214114 +transcript chr1 38864529 38881602 ENST00000621281 protein_coding 1 2 NA NA ENSG00000274944 +CDS chr1 38864673 38864714 ENST00000621281 protein_coding 1 2 5 NA ENSG00000274944 +CDS chr1 38864673 38864714 ENST00000397572 protein_coding 5 1 5 MYCBP ENSG00000214114 +CDS chr1 38866880 38867009 ENST00000621281 protein_coding 1 2 4 NA ENSG00000274944 +CDS chr1 38866880 38867009 ENST00000397572 protein_coding 5 1 4 MYCBP ENSG00000214114 +CDS chr1 38866920 38866999 ENST00000494695 protein_coding 4 2 3 MYCBP ENSG00000214114 +CDS chr1 38867562 38867610 ENST00000621281 protein_coding 1 2 3 NA ENSG00000274944 +CDS chr1 38867562 38867610 ENST00000397572 protein_coding 5 1 3 MYCBP ENSG00000214114 +CDS chr1 38873018 38873090 ENST00000621281 protein_coding 1 2 2 NA ENSG00000274944 +CDS chr1 38873018 38873090 ENST00000397572 protein_coding 5 1 2 MYCBP ENSG00000214114 +CDS chr1 38873018 38873090 ENST00000494695 protein_coding 4 2 2 MYCBP ENSG00000214114 +CDS chr1 38873291 38873305 ENST00000397572 protein_coding 5 1 1 MYCBP ENSG00000214114 +CDS chr1 38873291 38873305 ENST00000494695 protein_coding 4 2 1 MYCBP ENSG00000214114 +transcript chr1 38874069 38881587 ENST00000357771 protein_coding 5 1 NA GJA9 ENSG00000131233 +transcript chr1 38874451 38876351 ENST00000360786 protein_coding 3 NA NA GJA9 ENSG00000131233 +CDS chr1 38874554 38876098 ENST00000360786 protein_coding 3 NA 1 GJA9 ENSG00000131233 +CDS chr1 38874554 38876098 ENST00000357771 protein_coding 5 1 2 GJA9 ENSG00000131233 +CDS chr1 38881432 38881467 ENST00000621281 protein_coding 1 2 1 NA ENSG00000274944 +transcript chr1 38885807 38941830 ENST00000372990 protein_coding 6 5 NA RHBDL2 ENSG00000158315 +transcript chr1 38886296 38926837 ENST00000289248 protein_coding 6 2 NA RHBDL2 ENSG00000158315 +CDS chr1 38886507 38886683 ENST00000289248 protein_coding 6 2 8 RHBDL2 ENSG00000158315 +CDS chr1 38886507 38886683 ENST00000372990 protein_coding 6 5 8 RHBDL2 ENSG00000158315 +CDS chr1 38887963 38888024 ENST00000289248 protein_coding 6 2 7 RHBDL2 ENSG00000158315 +CDS chr1 38887963 38888024 ENST00000372990 protein_coding 6 5 7 RHBDL2 ENSG00000158315 +CDS chr1 38893164 38893224 ENST00000289248 protein_coding 6 2 6 RHBDL2 ENSG00000158315 +CDS chr1 38893164 38893224 ENST00000372990 protein_coding 6 5 6 RHBDL2 ENSG00000158315 +CDS chr1 38895969 38896069 ENST00000289248 protein_coding 6 2 5 RHBDL2 ENSG00000158315 +CDS chr1 38895969 38896069 ENST00000372990 protein_coding 6 5 5 RHBDL2 ENSG00000158315 +CDS chr1 38911322 38911434 ENST00000289248 protein_coding 6 2 4 RHBDL2 ENSG00000158315 +CDS chr1 38911322 38911434 ENST00000372990 protein_coding 6 5 4 RHBDL2 ENSG00000158315 +transcript chr1 38915503 38941799 ENST00000540558 protein_coding 1 1 NA RHBDL2 ENSG00000158315 +CDS chr1 38915561 38915710 ENST00000540558 protein_coding 1 1 3 RHBDL2 ENSG00000158315 +CDS chr1 38915562 38915710 ENST00000289248 protein_coding 6 2 3 RHBDL2 ENSG00000158315 +CDS chr1 38915562 38915710 ENST00000372990 protein_coding 6 5 3 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000289248 protein_coding 6 2 2 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000540558 protein_coding 1 1 2 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000372990 protein_coding 6 5 2 RHBDL2 ENSG00000158315 +transcript chr1 38991276 39006059 ENST00000432648 protein_coding 8 1 NA AKIRIN1 ENSG00000174574 +transcript chr1 38991288 39004761 ENST00000446189 protein_coding 6 2 NA AKIRIN1 ENSG00000174574 +transcript chr1 38991288 39004854 ENST00000372984 protein_coding 8 2 NA AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000432648 protein_coding 8 1 1 AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000446189 protein_coding 6 2 1 AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000372984 protein_coding 8 2 1 AKIRIN1 ENSG00000174574 +transcript chr1 38991496 39004381 ENST00000531822 protein_coding 1 5 NA AKIRIN1 ENSG00000174574 +CDS chr1 38991496 38991600 ENST00000531822 protein_coding 1 5 1 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000432648 protein_coding 8 1 2 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000446189 protein_coding 6 2 2 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000531822 protein_coding 1 5 2 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000432648 protein_coding 8 1 3 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000372984 protein_coding 8 2 2 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000531822 protein_coding 1 5 3 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000432648 protein_coding 8 1 4 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000446189 protein_coding 6 2 3 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000372984 protein_coding 8 2 3 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000432648 protein_coding 8 1 5 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000446189 protein_coding 6 2 4 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000372984 protein_coding 8 2 4 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000531822 protein_coding 1 5 4 AKIRIN1 ENSG00000174574 +transcript chr1 39026318 39034636 ENST00000372967 protein_coding 3 1 NA NDUFS5 ENSG00000168653 +transcript chr1 39026350 39034615 ENST00000372969 protein_coding 8 1 NA NDUFS5 ENSG00000168653 +CDS chr1 39028725 39028940 ENST00000372967 protein_coding 3 1 2 NDUFS5 ENSG00000168653 +CDS chr1 39028725 39028940 ENST00000372969 protein_coding 8 1 2 NDUFS5 ENSG00000168653 +CDS chr1 39034392 39034493 ENST00000372967 protein_coding 3 1 3 NDUFS5 ENSG00000168653 +CDS chr1 39034392 39034493 ENST00000372969 protein_coding 8 1 3 NDUFS5 ENSG00000168653 +transcript chr1 39081316 39102981 ENST00000484793 protein_coding 5 2 NA MACF1 ENSG00000127603 +transcript chr1 39081417 39103726 ENST00000602421 protein_coding 5 2 NA MACF1 ENSG00000127603 +transcript chr1 39081417 39486987 ENST00000361689 protein_coding 7 5 NA MACF1 ENSG00000127603 +transcript chr1 39084062 39487177 ENST00000567887 protein_coding 5 5 NA MACF1 ENSG00000127603 +transcript chr1 39084132 39486980 ENST00000372915 protein_coding 8 5 NA MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000484793 protein_coding 5 2 3 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000602421 protein_coding 5 2 2 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000361689 protein_coding 7 5 2 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000567887 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000372915 protein_coding 8 5 1 MACF1 ENSG00000127603 +CDS chr1 39102703 39102845 ENST00000484793 protein_coding 5 2 4 MACF1 ENSG00000127603 +CDS chr1 39102703 39102845 ENST00000602421 protein_coding 5 2 3 MACF1 ENSG00000127603 +transcript chr1 39105411 39323008 ENST00000524432 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39105624 39105717 ENST00000524432 protein_coding 5 5 1 MACF1 ENSG00000127603 +transcript chr1 39158864 39333181 ENST00000672812 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39158969 39159020 ENST00000672812 protein_coding 1 NA 1 MACF1 ENSG00000127603 +transcript chr1 39204695 39254375 ENST00000494012 protein_coding 1 4 NA MACF1 ENSG00000127603 +transcript chr1 39204695 39487138 ENST00000564288 protein_coding 6 5 NA MACF1 ENSG00000127603 +transcript chr1 39204848 39206957 ENST00000602528 protein_coding 2 NA NA MACF1 ENSG00000127603 +CDS chr1 39205023 39205131 ENST00000494012 protein_coding 1 4 1 MACF1 ENSG00000127603 +CDS chr1 39205023 39205131 ENST00000564288 protein_coding 6 5 1 MACF1 ENSG00000127603 +CDS chr1 39205023 39205136 ENST00000602528 protein_coding 2 NA 1 MACF1 ENSG00000127603 +transcript chr1 39215263 39486987 ENST00000671089 protein_coding 2 NA NA MACF1 ENSG00000127603 +CDS chr1 39215363 39215429 ENST00000671089 protein_coding 2 NA 1 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000361689 protein_coding 7 5 3 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000567887 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000372915 protein_coding 8 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000524432 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000672812 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000494012 protein_coding 1 4 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000564288 protein_coding 6 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000671089 protein_coding 2 NA 2 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000361689 protein_coding 7 5 4 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000567887 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000372915 protein_coding 8 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000524432 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000672812 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000494012 protein_coding 1 4 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000564288 protein_coding 6 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000671089 protein_coding 2 NA 3 MACF1 ENSG00000127603 +CDS chr1 39251846 39251941 ENST00000567887 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39251846 39251941 ENST00000564288 protein_coding 6 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000361689 protein_coding 7 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000567887 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000372915 protein_coding 8 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000524432 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000672812 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000494012 protein_coding 1 4 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000564288 protein_coding 6 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000671089 protein_coding 2 NA 4 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000361689 protein_coding 7 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000567887 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000372915 protein_coding 8 5 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000524432 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000672812 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000564288 protein_coding 6 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000671089 protein_coding 2 NA 5 MACF1 ENSG00000127603 +transcript chr1 39268527 39357775 ENST00000530262 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39268698 39269687 ENST00000530262 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000361689 protein_coding 7 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000567887 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000372915 protein_coding 8 5 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000524432 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000672812 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000564288 protein_coding 6 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000671089 protein_coding 2 NA 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000530262 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000361689 protein_coding 7 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000567887 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000372915 protein_coding 8 5 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000524432 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000672812 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000564288 protein_coding 6 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000671089 protein_coding 2 NA 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000530262 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000361689 protein_coding 7 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000567887 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000372915 protein_coding 8 5 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000524432 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000672812 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000564288 protein_coding 6 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000671089 protein_coding 2 NA 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000530262 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000361689 protein_coding 7 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000567887 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000372915 protein_coding 8 5 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000524432 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000672812 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000564288 protein_coding 6 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000671089 protein_coding 2 NA 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000530262 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000361689 protein_coding 7 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000567887 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000372915 protein_coding 8 5 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000524432 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000672812 protein_coding 1 NA 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000564288 protein_coding 6 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000671089 protein_coding 2 NA 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000530262 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000361689 protein_coding 7 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000567887 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000372915 protein_coding 8 5 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000524432 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000672812 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000564288 protein_coding 6 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000671089 protein_coding 2 NA 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000530262 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000361689 protein_coding 7 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000567887 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000372915 protein_coding 8 5 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000524432 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000672812 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000564288 protein_coding 6 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000671089 protein_coding 2 NA 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000530262 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000361689 protein_coding 7 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000567887 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000372915 protein_coding 8 5 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000524432 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000672812 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000564288 protein_coding 6 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000671089 protein_coding 2 NA 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000530262 protein_coding 5 5 9 MACF1 ENSG00000127603 +transcript chr1 39285645 39322948 ENST00000673706 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39285645 39285758 ENST00000673706 protein_coding 1 NA 1 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000361689 protein_coding 7 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000567887 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000372915 protein_coding 8 5 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000524432 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000672812 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000564288 protein_coding 6 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000671089 protein_coding 2 NA 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000530262 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000673706 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000361689 protein_coding 7 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000567887 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000372915 protein_coding 8 5 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000524432 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000672812 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000564288 protein_coding 6 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000671089 protein_coding 2 NA 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000530262 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000673706 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000361689 protein_coding 7 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000567887 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000372915 protein_coding 8 5 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000524432 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000672812 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000564288 protein_coding 6 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000671089 protein_coding 2 NA 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000530262 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000673706 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000361689 protein_coding 7 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000567887 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000372915 protein_coding 8 5 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000524432 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000672812 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000564288 protein_coding 6 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000671089 protein_coding 2 NA 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000530262 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000673706 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000361689 protein_coding 7 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000567887 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000372915 protein_coding 8 5 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000524432 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000672812 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000564288 protein_coding 6 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000671089 protein_coding 2 NA 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000530262 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000673706 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000361689 protein_coding 7 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000567887 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000372915 protein_coding 8 5 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000524432 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000672812 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000564288 protein_coding 6 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000671089 protein_coding 2 NA 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000530262 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000673706 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000361689 protein_coding 7 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000567887 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000372915 protein_coding 8 5 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000524432 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000672812 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000564288 protein_coding 6 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000671089 protein_coding 2 NA 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000530262 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000673706 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39299252 39299257 ENST00000673706 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000361689 protein_coding 7 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000567887 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000372915 protein_coding 8 5 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000524432 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000672812 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000564288 protein_coding 6 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000671089 protein_coding 2 NA 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000530262 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000673706 protein_coding 1 NA 10 MACF1 ENSG00000127603 +transcript chr1 39300314 39486987 ENST00000372925 protein_coding 6 5 NA MACF1 ENSG00000127603 +CDS chr1 39300314 39300362 ENST00000372925 protein_coding 6 5 1 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000361689 protein_coding 7 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000567887 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000372915 protein_coding 8 5 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000524432 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000672812 protein_coding 1 NA 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000564288 protein_coding 6 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000671089 protein_coding 2 NA 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000530262 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000673706 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000372925 protein_coding 6 5 2 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000361689 protein_coding 7 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000567887 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000372915 protein_coding 8 5 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000524432 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000672812 protein_coding 1 NA 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000564288 protein_coding 6 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000671089 protein_coding 2 NA 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000530262 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000673706 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000372925 protein_coding 6 5 3 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000361689 protein_coding 7 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000567887 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000372915 protein_coding 8 5 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000524432 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000672812 protein_coding 1 NA 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000564288 protein_coding 6 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000671089 protein_coding 2 NA 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000530262 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000673706 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000372925 protein_coding 6 5 4 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000361689 protein_coding 7 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000567887 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000372915 protein_coding 8 5 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000524432 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000672812 protein_coding 1 NA 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000564288 protein_coding 6 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000671089 protein_coding 2 NA 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000530262 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000673706 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000372925 protein_coding 6 5 5 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000361689 protein_coding 7 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000567887 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000372915 protein_coding 8 5 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000524432 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000672812 protein_coding 1 NA 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000564288 protein_coding 6 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000671089 protein_coding 2 NA 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000530262 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000673706 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000372925 protein_coding 6 5 6 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000361689 protein_coding 7 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000567887 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000372915 protein_coding 8 5 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000524432 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000672812 protein_coding 1 NA 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000564288 protein_coding 6 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000671089 protein_coding 2 NA 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000530262 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000673706 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000372925 protein_coding 6 5 7 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000361689 protein_coding 7 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000567887 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000372915 protein_coding 8 5 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000524432 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000672812 protein_coding 1 NA 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000564288 protein_coding 6 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000671089 protein_coding 2 NA 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000530262 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000673706 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000372925 protein_coding 6 5 8 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000361689 protein_coding 7 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000567887 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000372915 protein_coding 8 5 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000524432 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000672812 protein_coding 1 NA 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000564288 protein_coding 6 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000671089 protein_coding 2 NA 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000530262 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000673706 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000372925 protein_coding 6 5 9 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000361689 protein_coding 7 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000567887 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000372915 protein_coding 8 5 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000524432 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000672812 protein_coding 1 NA 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000564288 protein_coding 6 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000671089 protein_coding 2 NA 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000530262 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000673706 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000372925 protein_coding 6 5 10 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000361689 protein_coding 7 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000567887 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000372915 protein_coding 8 5 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000524432 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000672812 protein_coding 1 NA 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000564288 protein_coding 6 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000671089 protein_coding 2 NA 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000530262 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000673706 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000372925 protein_coding 6 5 11 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000361689 protein_coding 7 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000567887 protein_coding 5 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000372915 protein_coding 8 5 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000524432 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000672812 protein_coding 1 NA 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000564288 protein_coding 6 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000671089 protein_coding 2 NA 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000530262 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39322910 39322948 ENST00000673706 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000372925 protein_coding 6 5 12 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000361689 protein_coding 7 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000567887 protein_coding 5 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000372915 protein_coding 8 5 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000672812 protein_coding 1 NA 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000564288 protein_coding 6 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000671089 protein_coding 2 NA 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000530262 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000372925 protein_coding 6 5 13 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000361689 protein_coding 7 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000567887 protein_coding 5 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000372915 protein_coding 8 5 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000672812 protein_coding 1 NA 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000564288 protein_coding 6 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000671089 protein_coding 2 NA 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000530262 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000372925 protein_coding 6 5 14 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000361689 protein_coding 7 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000567887 protein_coding 5 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000372915 protein_coding 8 5 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000672812 protein_coding 1 NA 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000564288 protein_coding 6 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000671089 protein_coding 2 NA 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000530262 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000372925 protein_coding 6 5 15 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000567887 protein_coding 5 5 37 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000372915 protein_coding 8 5 36 MACF1 ENSG00000127603 +CDS chr1 39331203 39333181 ENST00000672812 protein_coding 1 NA 36 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000564288 protein_coding 6 5 37 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000567887 protein_coding 5 5 38 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000372915 protein_coding 8 5 37 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000564288 protein_coding 6 5 38 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000567887 protein_coding 5 5 39 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000372915 protein_coding 8 5 38 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000564288 protein_coding 6 5 39 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000567887 protein_coding 5 5 40 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000372915 protein_coding 8 5 39 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000564288 protein_coding 6 5 40 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000567887 protein_coding 5 5 41 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000372915 protein_coding 8 5 40 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000564288 protein_coding 6 5 41 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000361689 protein_coding 7 5 37 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000567887 protein_coding 5 5 42 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000372915 protein_coding 8 5 41 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000564288 protein_coding 6 5 42 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000671089 protein_coding 2 NA 36 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000530262 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000372925 protein_coding 6 5 16 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000361689 protein_coding 7 5 38 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000567887 protein_coding 5 5 43 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000372915 protein_coding 8 5 42 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000564288 protein_coding 6 5 43 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000671089 protein_coding 2 NA 37 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000530262 protein_coding 5 5 33 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000372925 protein_coding 6 5 17 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000361689 protein_coding 7 5 39 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000567887 protein_coding 5 5 44 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000372915 protein_coding 8 5 43 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000564288 protein_coding 6 5 44 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000671089 protein_coding 2 NA 38 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000530262 protein_coding 5 5 34 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000372925 protein_coding 6 5 18 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000361689 protein_coding 7 5 40 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000567887 protein_coding 5 5 45 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000372915 protein_coding 8 5 44 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000564288 protein_coding 6 5 45 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000671089 protein_coding 2 NA 39 MACF1 ENSG00000127603 +CDS chr1 39357375 39357775 ENST00000530262 protein_coding 5 5 35 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000372925 protein_coding 6 5 19 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000361689 protein_coding 7 5 41 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000567887 protein_coding 5 5 46 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000372915 protein_coding 8 5 45 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000564288 protein_coding 6 5 46 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000671089 protein_coding 2 NA 40 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000372925 protein_coding 6 5 20 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000361689 protein_coding 7 5 42 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000567887 protein_coding 5 5 47 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000372915 protein_coding 8 5 46 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000564288 protein_coding 6 5 47 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000671089 protein_coding 2 NA 41 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000372925 protein_coding 6 5 21 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000361689 protein_coding 7 5 43 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000567887 protein_coding 5 5 48 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000372915 protein_coding 8 5 47 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000564288 protein_coding 6 5 48 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000671089 protein_coding 2 NA 42 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000372925 protein_coding 6 5 22 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000361689 protein_coding 7 5 44 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000567887 protein_coding 5 5 49 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000372915 protein_coding 8 5 48 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000564288 protein_coding 6 5 49 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000671089 protein_coding 2 NA 43 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000372925 protein_coding 6 5 23 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000361689 protein_coding 7 5 45 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000567887 protein_coding 5 5 50 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000372915 protein_coding 8 5 49 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000564288 protein_coding 6 5 50 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000671089 protein_coding 2 NA 44 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000372925 protein_coding 6 5 24 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000361689 protein_coding 7 5 46 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000567887 protein_coding 5 5 51 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000372915 protein_coding 8 5 50 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000564288 protein_coding 6 5 51 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000671089 protein_coding 2 NA 45 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000372925 protein_coding 6 5 25 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000361689 protein_coding 7 5 47 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000567887 protein_coding 5 5 52 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000372915 protein_coding 8 5 51 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000564288 protein_coding 6 5 52 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000671089 protein_coding 2 NA 46 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000372925 protein_coding 6 5 26 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000361689 protein_coding 7 5 48 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000567887 protein_coding 5 5 53 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000372915 protein_coding 8 5 52 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000564288 protein_coding 6 5 53 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000671089 protein_coding 2 NA 47 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000361689 protein_coding 7 5 49 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000567887 protein_coding 5 5 54 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000372915 protein_coding 8 5 53 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000564288 protein_coding 6 5 54 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000671089 protein_coding 2 NA 48 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000372925 protein_coding 6 5 27 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000361689 protein_coding 7 5 50 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000567887 protein_coding 5 5 55 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000372915 protein_coding 8 5 54 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000564288 protein_coding 6 5 55 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000671089 protein_coding 2 NA 49 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000372925 protein_coding 6 5 28 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000361689 protein_coding 7 5 51 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000567887 protein_coding 5 5 56 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000372915 protein_coding 8 5 55 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000564288 protein_coding 6 5 56 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000671089 protein_coding 2 NA 50 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000372925 protein_coding 6 5 29 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000361689 protein_coding 7 5 52 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000567887 protein_coding 5 5 57 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000372915 protein_coding 8 5 56 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000564288 protein_coding 6 5 57 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000671089 protein_coding 2 NA 51 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000372925 protein_coding 6 5 30 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000361689 protein_coding 7 5 53 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000567887 protein_coding 5 5 58 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000372915 protein_coding 8 5 57 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000564288 protein_coding 6 5 58 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000671089 protein_coding 2 NA 52 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000372925 protein_coding 6 5 31 MACF1 ENSG00000127603 +transcript chr1 39409503 39428092 ENST00000530275 protein_coding 3 NA NA MACF1 ENSG00000127603 +CDS chr1 39410266 39414477 ENST00000530275 protein_coding 3 NA 1 MACF1 ENSG00000127603 +transcript chr1 39413983 39486067 ENST00000683517 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39413983 39414477 ENST00000683517 protein_coding 1 NA 1 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000361689 protein_coding 7 5 54 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000567887 protein_coding 5 5 59 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000372915 protein_coding 8 5 58 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000564288 protein_coding 6 5 59 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000671089 protein_coding 2 NA 53 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000372925 protein_coding 6 5 32 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000530275 protein_coding 3 NA 2 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000683517 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000361689 protein_coding 7 5 55 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000567887 protein_coding 5 5 60 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000372915 protein_coding 8 5 59 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000564288 protein_coding 6 5 60 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000671089 protein_coding 2 NA 54 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000372925 protein_coding 6 5 33 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000530275 protein_coding 3 NA 3 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000683517 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000361689 protein_coding 7 5 56 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000567887 protein_coding 5 5 61 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000372915 protein_coding 8 5 60 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000564288 protein_coding 6 5 61 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000671089 protein_coding 2 NA 55 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000372925 protein_coding 6 5 34 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000530275 protein_coding 3 NA 4 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000683517 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000361689 protein_coding 7 5 57 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000567887 protein_coding 5 5 62 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000372915 protein_coding 8 5 61 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000564288 protein_coding 6 5 62 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000671089 protein_coding 2 NA 56 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000372925 protein_coding 6 5 35 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000530275 protein_coding 3 NA 5 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000683517 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000361689 protein_coding 7 5 58 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000567887 protein_coding 5 5 63 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000564288 protein_coding 6 5 63 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000671089 protein_coding 2 NA 57 MACF1 ENSG00000127603 +CDS chr1 39427961 39428092 ENST00000530275 protein_coding 3 NA 6 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000361689 protein_coding 7 5 59 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000567887 protein_coding 5 5 64 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000372915 protein_coding 8 5 62 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000564288 protein_coding 6 5 64 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000671089 protein_coding 2 NA 58 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000372925 protein_coding 6 5 36 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000683517 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000361689 protein_coding 7 5 60 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000567887 protein_coding 5 5 65 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000372915 protein_coding 8 5 63 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000564288 protein_coding 6 5 65 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000671089 protein_coding 2 NA 59 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000372925 protein_coding 6 5 37 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000683517 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000361689 protein_coding 7 5 61 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000567887 protein_coding 5 5 66 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000372915 protein_coding 8 5 64 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000564288 protein_coding 6 5 66 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000671089 protein_coding 2 NA 60 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000372925 protein_coding 6 5 38 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000683517 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000361689 protein_coding 7 5 62 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000567887 protein_coding 5 5 67 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000372915 protein_coding 8 5 65 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000564288 protein_coding 6 5 67 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000671089 protein_coding 2 NA 61 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000372925 protein_coding 6 5 39 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000683517 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000361689 protein_coding 7 5 63 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000567887 protein_coding 5 5 68 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000372915 protein_coding 8 5 66 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000564288 protein_coding 6 5 68 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000671089 protein_coding 2 NA 62 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000372925 protein_coding 6 5 40 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000683517 protein_coding 1 NA 10 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000361689 protein_coding 7 5 64 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000567887 protein_coding 5 5 69 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000372915 protein_coding 8 5 67 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000564288 protein_coding 6 5 69 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000671089 protein_coding 2 NA 63 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000372925 protein_coding 6 5 41 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000683517 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000361689 protein_coding 7 5 65 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000567887 protein_coding 5 5 70 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000372915 protein_coding 8 5 68 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000564288 protein_coding 6 5 70 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000671089 protein_coding 2 NA 64 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000372925 protein_coding 6 5 42 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000683517 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000361689 protein_coding 7 5 66 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000671089 protein_coding 2 NA 65 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000372925 protein_coding 6 5 43 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000683517 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000361689 protein_coding 7 5 67 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000567887 protein_coding 5 5 71 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000372915 protein_coding 8 5 69 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000564288 protein_coding 6 5 71 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000671089 protein_coding 2 NA 66 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000372925 protein_coding 6 5 44 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000683517 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000361689 protein_coding 7 5 68 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000567887 protein_coding 5 5 72 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000372915 protein_coding 8 5 70 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000564288 protein_coding 6 5 72 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000671089 protein_coding 2 NA 67 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000372925 protein_coding 6 5 45 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000683517 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000361689 protein_coding 7 5 69 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000567887 protein_coding 5 5 73 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000372915 protein_coding 8 5 71 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000564288 protein_coding 6 5 73 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000671089 protein_coding 2 NA 68 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000372925 protein_coding 6 5 46 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000683517 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000361689 protein_coding 7 5 70 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000567887 protein_coding 5 5 74 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000372915 protein_coding 8 5 72 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000564288 protein_coding 6 5 74 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000671089 protein_coding 2 NA 69 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000372925 protein_coding 6 5 47 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000683517 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000361689 protein_coding 7 5 71 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000567887 protein_coding 5 5 75 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000372915 protein_coding 8 5 73 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000564288 protein_coding 6 5 75 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000671089 protein_coding 2 NA 70 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000372925 protein_coding 6 5 48 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000683517 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000361689 protein_coding 7 5 72 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000567887 protein_coding 5 5 76 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000372915 protein_coding 8 5 74 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000564288 protein_coding 6 5 76 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000671089 protein_coding 2 NA 71 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000372925 protein_coding 6 5 49 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000683517 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000361689 protein_coding 7 5 73 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000567887 protein_coding 5 5 77 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000372915 protein_coding 8 5 75 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000564288 protein_coding 6 5 77 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000671089 protein_coding 2 NA 72 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000372925 protein_coding 6 5 50 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000683517 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000361689 protein_coding 7 5 74 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000567887 protein_coding 5 5 78 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000372915 protein_coding 8 5 76 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000564288 protein_coding 6 5 78 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000671089 protein_coding 2 NA 73 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000372925 protein_coding 6 5 51 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000683517 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000361689 protein_coding 7 5 75 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000567887 protein_coding 5 5 79 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000372915 protein_coding 8 5 77 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000564288 protein_coding 6 5 79 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000671089 protein_coding 2 NA 74 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000372925 protein_coding 6 5 52 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000683517 protein_coding 1 NA 22 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000361689 protein_coding 7 5 76 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000567887 protein_coding 5 5 80 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000372915 protein_coding 8 5 78 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000564288 protein_coding 6 5 80 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000671089 protein_coding 2 NA 75 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000372925 protein_coding 6 5 53 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000683517 protein_coding 1 NA 23 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000361689 protein_coding 7 5 77 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000567887 protein_coding 5 5 81 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000372915 protein_coding 8 5 79 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000564288 protein_coding 6 5 81 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000671089 protein_coding 2 NA 76 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000372925 protein_coding 6 5 54 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000683517 protein_coding 1 NA 24 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000361689 protein_coding 7 5 78 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000567887 protein_coding 5 5 82 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000372915 protein_coding 8 5 80 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000564288 protein_coding 6 5 82 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000671089 protein_coding 2 NA 77 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000372925 protein_coding 6 5 55 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000683517 protein_coding 1 NA 25 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000361689 protein_coding 7 5 79 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000567887 protein_coding 5 5 83 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000372915 protein_coding 8 5 81 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000564288 protein_coding 6 5 83 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000671089 protein_coding 2 NA 78 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000372925 protein_coding 6 5 56 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000683517 protein_coding 1 NA 26 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000361689 protein_coding 7 5 80 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000567887 protein_coding 5 5 84 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000372915 protein_coding 8 5 82 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000564288 protein_coding 6 5 84 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000671089 protein_coding 2 NA 79 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000372925 protein_coding 6 5 57 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000683517 protein_coding 1 NA 27 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000361689 protein_coding 7 5 81 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000567887 protein_coding 5 5 85 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000372915 protein_coding 8 5 83 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000564288 protein_coding 6 5 85 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000671089 protein_coding 2 NA 80 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000372925 protein_coding 6 5 58 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000683517 protein_coding 1 NA 28 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000361689 protein_coding 7 5 82 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000567887 protein_coding 5 5 86 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000372915 protein_coding 8 5 84 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000564288 protein_coding 6 5 86 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000671089 protein_coding 2 NA 81 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000372925 protein_coding 6 5 59 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000683517 protein_coding 1 NA 29 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000361689 protein_coding 7 5 83 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000567887 protein_coding 5 5 87 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000372915 protein_coding 8 5 85 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000564288 protein_coding 6 5 87 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000671089 protein_coding 2 NA 82 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000372925 protein_coding 6 5 60 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000683517 protein_coding 1 NA 30 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000361689 protein_coding 7 5 84 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000567887 protein_coding 5 5 88 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000372915 protein_coding 8 5 86 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000564288 protein_coding 6 5 88 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000671089 protein_coding 2 NA 83 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000372925 protein_coding 6 5 61 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000683517 protein_coding 1 NA 31 MACF1 ENSG00000127603 +transcript chr1 39453837 39486987 ENST00000360115 protein_coding 8 5 NA MACF1 ENSG00000127603 +CDS chr1 39453837 39453850 ENST00000360115 protein_coding 8 5 1 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000361689 protein_coding 7 5 85 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000567887 protein_coding 5 5 89 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000372915 protein_coding 8 5 87 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000564288 protein_coding 6 5 89 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000671089 protein_coding 2 NA 84 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000372925 protein_coding 6 5 62 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000683517 protein_coding 1 NA 32 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000360115 protein_coding 8 5 2 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000361689 protein_coding 7 5 86 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000567887 protein_coding 5 5 90 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000372915 protein_coding 8 5 88 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000564288 protein_coding 6 5 90 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000671089 protein_coding 2 NA 85 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000372925 protein_coding 6 5 63 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000683517 protein_coding 1 NA 33 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000360115 protein_coding 8 5 3 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000361689 protein_coding 7 5 87 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000567887 protein_coding 5 5 91 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000372915 protein_coding 8 5 89 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000564288 protein_coding 6 5 91 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000671089 protein_coding 2 NA 86 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000372925 protein_coding 6 5 64 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000683517 protein_coding 1 NA 34 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000360115 protein_coding 8 5 4 MACF1 ENSG00000127603 +transcript chr1 39459123 39486987 ENST00000446276 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39459123 39459249 ENST00000446276 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39459818 39459832 ENST00000360115 protein_coding 8 5 5 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000361689 protein_coding 7 5 88 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000567887 protein_coding 5 5 92 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000372915 protein_coding 8 5 90 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000564288 protein_coding 6 5 92 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000671089 protein_coding 2 NA 87 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000372925 protein_coding 6 5 65 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000683517 protein_coding 1 NA 35 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000360115 protein_coding 8 5 6 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000446276 protein_coding 5 5 2 MACF1 ENSG00000127603 +transcript chr1 39460747 39486987 ENST00000442046 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39460747 39460794 ENST00000442046 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000361689 protein_coding 7 5 89 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000567887 protein_coding 5 5 93 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000372915 protein_coding 8 5 91 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000564288 protein_coding 6 5 93 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000671089 protein_coding 2 NA 88 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000372925 protein_coding 6 5 66 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000683517 protein_coding 1 NA 36 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000360115 protein_coding 8 5 7 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000446276 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000442046 protein_coding 5 5 2 MACF1 ENSG00000127603 +transcript chr1 39462020 39479994 ENST00000422234 protein_coding 2 5 NA MACF1 ENSG00000127603 +CDS chr1 39462020 39462037 ENST00000422234 protein_coding 2 5 1 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000361689 protein_coding 7 5 90 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000567887 protein_coding 5 5 94 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000372915 protein_coding 8 5 92 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000564288 protein_coding 6 5 94 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000671089 protein_coding 2 NA 89 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000372925 protein_coding 6 5 67 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000683517 protein_coding 1 NA 37 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000360115 protein_coding 8 5 8 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000446276 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000442046 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000422234 protein_coding 2 5 2 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000567887 protein_coding 5 5 95 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000564288 protein_coding 6 5 95 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000360115 protein_coding 8 5 9 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000446276 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000361689 protein_coding 7 5 91 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000567887 protein_coding 5 5 96 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000372915 protein_coding 8 5 93 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000564288 protein_coding 6 5 96 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000671089 protein_coding 2 NA 90 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000372925 protein_coding 6 5 68 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000683517 protein_coding 1 NA 38 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000360115 protein_coding 8 5 10 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000446276 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000442046 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000422234 protein_coding 2 5 3 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000567887 protein_coding 5 5 97 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000564288 protein_coding 6 5 97 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000422234 protein_coding 2 5 4 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000361689 protein_coding 7 5 92 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000567887 protein_coding 5 5 98 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000372915 protein_coding 8 5 94 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000564288 protein_coding 6 5 98 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000671089 protein_coding 2 NA 91 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000372925 protein_coding 6 5 69 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000683517 protein_coding 1 NA 39 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000360115 protein_coding 8 5 11 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000446276 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000442046 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39479798 39479994 ENST00000422234 protein_coding 2 5 5 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000567887 protein_coding 5 5 99 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000564288 protein_coding 6 5 99 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000446276 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000442046 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000361689 protein_coding 7 5 93 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000567887 protein_coding 5 5 100 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000372915 protein_coding 8 5 95 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000564288 protein_coding 6 5 100 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000671089 protein_coding 2 NA 92 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000372925 protein_coding 6 5 70 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000683517 protein_coding 1 NA 40 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000360115 protein_coding 8 5 12 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000446276 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000442046 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000361689 protein_coding 7 5 94 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000567887 protein_coding 5 5 101 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000372915 protein_coding 8 5 96 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000564288 protein_coding 6 5 101 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000671089 protein_coding 2 NA 93 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000372925 protein_coding 6 5 71 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000683517 protein_coding 1 NA 41 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000360115 protein_coding 8 5 13 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000446276 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000442046 protein_coding 5 5 8 MACF1 ENSG00000127603 +transcript chr1 39491636 39529869 ENST00000331593 protein_coding 6 1 NA BMP8A ENSG00000183682 +CDS chr1 39491992 39492325 ENST00000331593 protein_coding 6 1 1 BMP8A ENSG00000183682 +CDS chr1 39511174 39511363 ENST00000331593 protein_coding 6 1 2 BMP8A ENSG00000183682 +CDS chr1 39511756 39511904 ENST00000331593 protein_coding 6 1 3 BMP8A ENSG00000183682 +CDS chr1 39521376 39521570 ENST00000331593 protein_coding 6 1 4 BMP8A ENSG00000183682 +CDS chr1 39522403 39522482 ENST00000331593 protein_coding 6 1 5 BMP8A ENSG00000183682 +CDS chr1 39523007 39523117 ENST00000331593 protein_coding 6 1 6 BMP8A ENSG00000183682 +CDS chr1 39525649 39525795 ENST00000331593 protein_coding 6 1 7 BMP8A ENSG00000183682 +transcript chr1 39560709 39575686 ENST00000677006 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560814 39567517 ENST00000676859 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560814 39568865 ENST00000527718 protein_coding 2 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39564491 ENST00000437136 protein_coding 5 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576253 ENST00000372862 protein_coding 7 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576744 ENST00000372857 protein_coding 7 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576751 ENST00000372856 protein_coding 7 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576790 ENST00000372858 protein_coding 8 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560857 39575786 ENST00000678625 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560857 39575913 ENST00000677609 protein_coding 1 NA NA PABPC4 ENSG00000090621 +CDS chr1 39561108 39561122 ENST00000437136 protein_coding 5 5 7 PABPC4 ENSG00000090621 +transcript chr1 39561552 39562188 ENST00000530186 protein_coding 1 2 NA PABPC4 ENSG00000090621 +transcript chr1 39561687 39572484 ENST00000421687 protein_coding 6 5 NA PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000677006 protein_coding 1 NA 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000676859 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000527718 protein_coding 2 5 10 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372862 protein_coding 7 5 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372857 protein_coding 7 1 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372856 protein_coding 7 1 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372858 protein_coding 8 1 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000678625 protein_coding 1 NA 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000677609 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000530186 protein_coding 1 2 2 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000421687 protein_coding 6 5 14 PABPC4 ENSG00000090621 +CDS chr1 39561728 39561787 ENST00000437136 protein_coding 5 5 6 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000677006 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000676859 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000527718 protein_coding 2 5 9 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000437136 protein_coding 5 5 5 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372862 protein_coding 7 5 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372857 protein_coding 7 1 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372856 protein_coding 7 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372858 protein_coding 8 1 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000678625 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000677609 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562188 ENST00000530186 protein_coding 1 2 1 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000421687 protein_coding 6 5 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000677006 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000676859 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000527718 protein_coding 2 5 8 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000437136 protein_coding 5 5 4 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372862 protein_coding 7 5 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372857 protein_coding 7 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372856 protein_coding 7 1 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372858 protein_coding 8 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000678625 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000677609 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562380 ENST00000421687 protein_coding 6 5 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000677006 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000676859 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000527718 protein_coding 2 5 7 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000437136 protein_coding 5 5 3 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372862 protein_coding 7 5 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372857 protein_coding 7 1 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372856 protein_coding 7 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372858 protein_coding 8 1 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000678625 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000677609 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000421687 protein_coding 6 5 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000677006 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000676859 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000527718 protein_coding 2 5 6 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000437136 protein_coding 5 5 2 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000372857 protein_coding 7 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000372858 protein_coding 8 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000678625 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000421687 protein_coding 6 5 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564491 ENST00000437136 protein_coding 5 5 1 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000372856 protein_coding 7 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000372858 protein_coding 8 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000678625 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000677609 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000421687 protein_coding 6 5 9 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000677006 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000676859 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000527718 protein_coding 2 5 5 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000372862 protein_coding 7 5 10 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000372857 protein_coding 7 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000677006 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000676859 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000527718 protein_coding 2 5 4 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372862 protein_coding 7 5 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372857 protein_coding 7 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372856 protein_coding 7 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372858 protein_coding 8 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000421687 protein_coding 6 5 8 PABPC4 ENSG00000090621 +CDS chr1 39564701 39564773 ENST00000678625 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39564701 39564773 ENST00000677609 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000677006 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000676859 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565366 ENST00000527718 protein_coding 2 5 3 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372862 protein_coding 7 5 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372857 protein_coding 7 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372856 protein_coding 7 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372858 protein_coding 8 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000678625 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000677609 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000421687 protein_coding 6 5 7 PABPC4 ENSG00000090621 +CDS chr1 39567357 39567458 ENST00000676859 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000677006 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000527718 protein_coding 2 5 2 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372862 protein_coding 7 5 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372857 protein_coding 7 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372856 protein_coding 7 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372858 protein_coding 8 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000678625 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000677609 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000421687 protein_coding 6 5 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000677006 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568865 ENST00000527718 protein_coding 2 5 1 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372862 protein_coding 7 5 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372857 protein_coding 7 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372856 protein_coding 7 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372858 protein_coding 8 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000678625 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000677609 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000421687 protein_coding 6 5 5 PABPC4 ENSG00000090621 +transcript chr1 39568825 39572418 ENST00000474378 protein_coding 1 5 NA PABPC4 ENSG00000090621 +CDS chr1 39568825 39568939 ENST00000474378 protein_coding 1 5 6 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000677006 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372862 protein_coding 7 5 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372857 protein_coding 7 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372856 protein_coding 7 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372858 protein_coding 8 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000678625 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000677609 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000421687 protein_coding 6 5 4 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000474378 protein_coding 1 5 5 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000677006 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372862 protein_coding 7 5 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372857 protein_coding 7 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372856 protein_coding 7 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372858 protein_coding 8 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000678625 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000677609 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000421687 protein_coding 6 5 3 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000474378 protein_coding 1 5 4 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000677006 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372862 protein_coding 7 5 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372857 protein_coding 7 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372856 protein_coding 7 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372858 protein_coding 8 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000678625 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000677609 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000421687 protein_coding 6 5 2 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000474378 protein_coding 1 5 3 PABPC4 ENSG00000090621 +CDS chr1 39571607 39571705 ENST00000474378 protein_coding 1 5 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000677006 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372862 protein_coding 7 5 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372857 protein_coding 7 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372856 protein_coding 7 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372858 protein_coding 8 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572566 ENST00000678625 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000677609 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572484 ENST00000421687 protein_coding 6 5 1 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572418 ENST00000474378 protein_coding 1 5 1 PABPC4 ENSG00000090621 +transcript chr1 39572393 39576790 ENST00000451091 protein_coding 2 3 NA PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000451091 protein_coding 2 3 3 PABPC4 ENSG00000090621 +CDS chr1 39575632 39575686 ENST00000677006 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372862 protein_coding 7 5 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372857 protein_coding 7 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372856 protein_coding 7 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372858 protein_coding 8 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575876 ENST00000677609 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000451091 protein_coding 2 3 2 PABPC4 ENSG00000090621 +transcript chr1 39575938 39576787 ENST00000531243 protein_coding 2 4 NA PABPC4 ENSG00000090621 +CDS chr1 39575938 39575951 ENST00000531243 protein_coding 2 4 2 PABPC4 ENSG00000090621 +transcript chr1 39623435 39639643 ENST00000372852 protein_coding 4 1 NA HEYL ENSG00000163909 +CDS chr1 39626510 39627180 ENST00000372852 protein_coding 4 1 5 HEYL ENSG00000163909 +CDS chr1 39630227 39630308 ENST00000372852 protein_coding 4 1 4 HEYL ENSG00000163909 +CDS chr1 39631496 39631579 ENST00000372852 protein_coding 4 1 3 HEYL ENSG00000163909 +CDS chr1 39632649 39632715 ENST00000372852 protein_coding 4 1 2 HEYL ENSG00000163909 +CDS chr1 39639546 39639625 ENST00000372852 protein_coding 4 1 1 HEYL ENSG00000163909 +transcript chr1 39651229 39672107 ENST00000235628 protein_coding 2 1 NA NT5C1A ENSG00000116981 +CDS chr1 39659124 39659486 ENST00000235628 protein_coding 2 1 6 NT5C1A ENSG00000116981 +CDS chr1 39661079 39661263 ENST00000235628 protein_coding 2 1 5 NT5C1A ENSG00000116981 +CDS chr1 39663312 39663434 ENST00000235628 protein_coding 2 1 4 NT5C1A ENSG00000116981 +CDS chr1 39665521 39665650 ENST00000235628 protein_coding 2 1 3 NT5C1A ENSG00000116981 +CDS chr1 39666069 39666236 ENST00000235628 protein_coding 2 1 2 NT5C1A ENSG00000116981 +CDS chr1 39671904 39672038 ENST00000235628 protein_coding 2 1 1 NT5C1A ENSG00000116981 +transcript chr1 39678648 39691433 ENST00000372844 protein_coding 8 1 NA HPCAL4 ENSG00000116983 +transcript chr1 39678648 39691485 ENST00000612703 protein_coding 3 2 NA HPCAL4 ENSG00000116983 +transcript chr1 39678648 39691485 ENST00000617690 protein_coding 2 5 NA HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000372844 protein_coding 8 1 4 HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000612703 protein_coding 3 2 3 HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000617690 protein_coding 2 5 5 HPCAL4 ENSG00000116983 +CDS chr1 39683937 39684152 ENST00000372844 protein_coding 8 1 3 HPCAL4 ENSG00000116983 +CDS chr1 39683937 39684152 ENST00000617690 protein_coding 2 5 4 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000372844 protein_coding 8 1 2 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000612703 protein_coding 3 2 2 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000617690 protein_coding 2 5 3 HPCAL4 ENSG00000116983 +transcript chr1 39692182 39745403 ENST00000470018 protein_coding 5 5 NA PPIE ENSG00000084072 +transcript chr1 39738882 39756769 ENST00000324379 protein_coding 10 1 NA PPIE ENSG00000084072 +transcript chr1 39738885 39763914 ENST00000356511 protein_coding 6 1 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000324379 protein_coding 10 1 1 PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000356511 protein_coding 6 1 1 PPIE ENSG00000084072 +transcript chr1 39738901 39753052 ENST00000497370 protein_coding 5 5 NA PPIE ENSG00000084072 +transcript chr1 39738901 39753266 ENST00000470213 protein_coding 5 3 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000470213 protein_coding 5 3 1 PPIE ENSG00000084072 +transcript chr1 39738901 39753444 ENST00000372835 protein_coding 9 3 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000372835 protein_coding 9 3 1 PPIE ENSG00000084072 +transcript chr1 39738901 39763914 ENST00000372830 protein_coding 5 1 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000372830 protein_coding 5 1 1 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000324379 protein_coding 10 1 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000356511 protein_coding 6 1 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000470213 protein_coding 5 3 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000372835 protein_coding 9 3 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000372830 protein_coding 5 1 2 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000324379 protein_coding 10 1 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000356511 protein_coding 6 1 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000470213 protein_coding 5 3 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000372830 protein_coding 5 1 3 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000324379 protein_coding 10 1 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000356511 protein_coding 6 1 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000470213 protein_coding 5 3 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000372830 protein_coding 5 1 4 PPIE ENSG00000084072 +CDS chr1 39741919 39741921 ENST00000470018 protein_coding 5 5 5 PPIE ENSG00000084072 +CDS chr1 39741919 39741921 ENST00000497370 protein_coding 5 5 4 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000470018 protein_coding 5 5 6 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000324379 protein_coding 10 1 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000356511 protein_coding 6 1 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000497370 protein_coding 5 5 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000470213 protein_coding 5 3 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000372830 protein_coding 5 1 5 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000470018 protein_coding 5 5 7 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000324379 protein_coding 10 1 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000356511 protein_coding 6 1 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000497370 protein_coding 5 5 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000470213 protein_coding 5 3 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000372835 protein_coding 9 3 3 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000372830 protein_coding 5 1 6 PPIE ENSG00000084072 +CDS chr1 39745375 39745403 ENST00000470018 protein_coding 5 5 8 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000324379 protein_coding 10 1 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000356511 protein_coding 6 1 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000497370 protein_coding 5 5 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000372835 protein_coding 9 3 4 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000372830 protein_coding 5 1 7 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000324379 protein_coding 10 1 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000356511 protein_coding 6 1 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000497370 protein_coding 5 5 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000470213 protein_coding 5 3 7 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000372835 protein_coding 9 3 5 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000372830 protein_coding 5 1 8 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000324379 protein_coding 10 1 9 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000356511 protein_coding 6 1 9 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000497370 protein_coding 5 5 9 PPIE ENSG00000084072 +CDS chr1 39752910 39752963 ENST00000470213 protein_coding 5 3 8 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000372835 protein_coding 9 3 6 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000372830 protein_coding 5 1 9 PPIE ENSG00000084072 +CDS chr1 39753287 39753352 ENST00000324379 protein_coding 10 1 10 PPIE ENSG00000084072 +CDS chr1 39753287 39753352 ENST00000372835 protein_coding 9 3 7 PPIE ENSG00000084072 +transcript chr1 39757182 39788865 ENST00000372827 protein_coding 8 1 NA BMP8B ENSG00000116985 +CDS chr1 39760422 39760568 ENST00000372827 protein_coding 8 1 7 BMP8B ENSG00000116985 +CDS chr1 39762517 39762621 ENST00000372830 protein_coding 5 1 10 PPIE ENSG00000084072 +CDS chr1 39763092 39763202 ENST00000372827 protein_coding 8 1 6 BMP8B ENSG00000116985 +CDS chr1 39763689 39763739 ENST00000356511 protein_coding 6 1 10 PPIE ENSG00000084072 +CDS chr1 39763712 39763791 ENST00000372827 protein_coding 8 1 5 BMP8B ENSG00000116985 +CDS chr1 39764623 39764817 ENST00000372827 protein_coding 8 1 4 BMP8B ENSG00000116985 +transcript chr1 39769523 39771348 ENST00000327582 protein_coding 5 NA NA OXCT2 ENSG00000198754 +CDS chr1 39769705 39771255 ENST00000327582 protein_coding 5 NA 1 OXCT2 ENSG00000198754 +CDS chr1 39774308 39774456 ENST00000372827 protein_coding 8 1 3 BMP8B ENSG00000116985 +CDS chr1 39774849 39775038 ENST00000372827 protein_coding 8 1 2 BMP8B ENSG00000116985 +CDS chr1 39788152 39788485 ENST00000372827 protein_coding 8 1 1 BMP8B ENSG00000116985 +transcript chr1 39838110 39883504 ENST00000316891 protein_coding 10 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841022 39883504 ENST00000537440 protein_coding 5 5 NA TRIT1 ENSG00000043514 +transcript chr1 39841051 39883491 ENST00000441669 protein_coding 6 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841051 39883506 ENST00000372818 protein_coding 5 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841714 39883434 ENST00000541099 protein_coding 5 1 NA TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000441669 protein_coding 6 1 9 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000316891 protein_coding 10 1 11 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000372818 protein_coding 5 1 10 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000541099 protein_coding 5 1 4 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000537440 protein_coding 5 5 10 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000441669 protein_coding 6 1 8 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000316891 protein_coding 10 1 10 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000372818 protein_coding 5 1 9 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844188 ENST00000541099 protein_coding 5 1 3 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000537440 protein_coding 5 5 9 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000441669 protein_coding 6 1 7 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000316891 protein_coding 10 1 9 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000372818 protein_coding 5 1 8 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000537440 protein_coding 5 5 8 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000441669 protein_coding 6 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000316891 protein_coding 10 1 8 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000537440 protein_coding 5 5 7 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000441669 protein_coding 6 1 5 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000316891 protein_coding 10 1 7 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000372818 protein_coding 5 1 7 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848091 ENST00000441669 protein_coding 6 1 4 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848097 ENST00000316891 protein_coding 10 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848097 ENST00000372818 protein_coding 5 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848001 ENST00000537440 protein_coding 5 5 6 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000441669 protein_coding 6 1 3 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000316891 protein_coding 10 1 5 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000372818 protein_coding 5 1 5 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000441669 protein_coding 6 1 2 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000316891 protein_coding 10 1 4 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000372818 protein_coding 5 1 4 TRIT1 ENSG00000043514 +CDS chr1 39853970 39854068 ENST00000316891 protein_coding 10 1 3 TRIT1 ENSG00000043514 +CDS chr1 39853970 39854068 ENST00000372818 protein_coding 5 1 3 TRIT1 ENSG00000043514 +CDS chr1 39857277 39857417 ENST00000316891 protein_coding 10 1 2 TRIT1 ENSG00000043514 +CDS chr1 39857277 39857417 ENST00000372818 protein_coding 5 1 2 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000441669 protein_coding 6 1 1 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000316891 protein_coding 10 1 1 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000372818 protein_coding 5 1 1 TRIT1 ENSG00000043514 +transcript chr1 39895426 39902013 ENST00000397332 protein_coding 2 1 NA MYCL ENSG00000116990 +transcript chr1 39895428 39901917 ENST00000372816 protein_coding 3 2 NA MYCL ENSG00000116990 +CDS chr1 39897375 39897970 ENST00000397332 protein_coding 2 1 3 MYCL ENSG00000116990 +CDS chr1 39897375 39897970 ENST00000372816 protein_coding 3 2 2 MYCL ENSG00000116990 +transcript chr1 39899612 39901919 ENST00000372815 protein_coding 1 1 NA MYCL ENSG00000116990 +CDS chr1 39900817 39901443 ENST00000372815 protein_coding 1 1 2 MYCL ENSG00000116990 +CDS chr1 39900939 39901443 ENST00000397332 protein_coding 2 1 2 MYCL ENSG00000116990 +CDS chr1 39900939 39901434 ENST00000372816 protein_coding 3 2 1 MYCL ENSG00000116990 +transcript chr1 39901134 39902256 ENST00000450953 protein_coding 3 4 NA MYCL ENSG00000116990 +CDS chr1 39901134 39901434 ENST00000450953 protein_coding 3 4 2 MYCL ENSG00000116990 +CDS chr1 39901808 39901888 ENST00000397332 protein_coding 2 1 1 MYCL ENSG00000116990 +CDS chr1 39901808 39901888 ENST00000372815 protein_coding 1 1 1 MYCL ENSG00000116990 +transcript chr1 39955112 39969968 ENST00000420632 protein_coding 6 2 NA MFSD2A ENSG00000168389 +transcript chr1 39955145 39969956 ENST00000372811 protein_coding 10 1 NA MFSD2A ENSG00000168389 +transcript chr1 39955146 39966691 ENST00000434861 protein_coding 5 3 NA MFSD2A ENSG00000168389 +transcript chr1 39955150 39969966 ENST00000372809 protein_coding 5 2 NA MFSD2A ENSG00000168389 +CDS chr1 39955293 39955385 ENST00000372811 protein_coding 10 1 1 MFSD2A ENSG00000168389 +CDS chr1 39955293 39955379 ENST00000434861 protein_coding 5 3 1 MFSD2A ENSG00000168389 +CDS chr1 39955293 39955385 ENST00000372809 protein_coding 5 2 1 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000372811 protein_coding 10 1 2 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000434861 protein_coding 5 3 2 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000372809 protein_coding 5 2 2 MFSD2A ENSG00000168389 +CDS chr1 39958662 39958825 ENST00000372809 protein_coding 5 2 3 MFSD2A ENSG00000168389 +CDS chr1 39958701 39958825 ENST00000372811 protein_coding 10 1 3 MFSD2A ENSG00000168389 +CDS chr1 39958701 39958825 ENST00000434861 protein_coding 5 3 3 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000372811 protein_coding 10 1 4 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000434861 protein_coding 5 3 4 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000372809 protein_coding 5 2 4 MFSD2A ENSG00000168389 +CDS chr1 39965326 39965334 ENST00000420632 protein_coding 6 2 2 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000372811 protein_coding 10 1 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000434861 protein_coding 5 3 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000372809 protein_coding 5 2 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000420632 protein_coding 6 2 3 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000372811 protein_coding 10 1 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000434861 protein_coding 5 3 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000372809 protein_coding 5 2 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000420632 protein_coding 6 2 4 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000372811 protein_coding 10 1 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000434861 protein_coding 5 3 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000372809 protein_coding 5 2 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000420632 protein_coding 6 2 5 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000372811 protein_coding 10 1 8 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000372809 protein_coding 5 2 8 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000420632 protein_coding 6 2 6 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000372811 protein_coding 10 1 9 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000372809 protein_coding 5 2 9 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000420632 protein_coding 6 2 7 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000372811 protein_coding 10 1 10 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000372809 protein_coding 5 2 10 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000420632 protein_coding 6 2 8 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000372811 protein_coding 10 1 11 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000372809 protein_coding 5 2 11 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000420632 protein_coding 6 2 9 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000372811 protein_coding 10 1 12 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000372809 protein_coding 5 2 12 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000420632 protein_coding 6 2 10 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000372811 protein_coding 10 1 13 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000372809 protein_coding 5 2 13 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000420632 protein_coding 6 2 11 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000372811 protein_coding 10 1 14 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000372809 protein_coding 5 2 14 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000420632 protein_coding 6 2 12 MFSD2A ENSG00000168389 +transcript chr1 40040233 40072649 ENST00000372797 protein_coding 7 1 NA CAP1 ENSG00000131236 +transcript chr1 40040240 40072515 ENST00000372802 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040323 40064558 ENST00000449311 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040583 40066300 ENST00000421589 protein_coding 5 2 NA CAP1 ENSG00000131236 +transcript chr1 40040720 40069764 ENST00000414893 protein_coding 5 3 NA CAP1 ENSG00000131236 +transcript chr1 40040729 40072648 ENST00000372792 protein_coding 7 1 NA CAP1 ENSG00000131236 +transcript chr1 40040729 40072648 ENST00000372805 protein_coding 8 1 NA CAP1 ENSG00000131236 +transcript chr1 40040732 40066314 ENST00000414281 protein_coding 5 4 NA CAP1 ENSG00000131236 +transcript chr1 40040733 40066229 ENST00000420216 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040752 40071608 ENST00000372798 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040753 40072641 ENST00000340450 protein_coding 7 5 NA CAP1 ENSG00000131236 +transcript chr1 40040765 40067700 ENST00000435719 protein_coding 5 3 NA CAP1 ENSG00000131236 +transcript chr1 40040767 40067556 ENST00000427843 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040780 40066218 ENST00000417287 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040780 40066295 ENST00000424977 protein_coding 1 5 NA CAP1 ENSG00000131236 +transcript chr1 40040882 40060130 ENST00000446031 protein_coding 1 3 NA CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372797 protein_coding 7 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372802 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000449311 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000421589 protein_coding 5 2 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000414893 protein_coding 5 3 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000414281 protein_coding 5 4 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000420216 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372792 protein_coding 7 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372798 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000340450 protein_coding 7 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372805 protein_coding 8 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000435719 protein_coding 5 3 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000427843 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000417287 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000424977 protein_coding 1 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000446031 protein_coding 1 3 2 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372797 protein_coding 7 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000449311 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000421589 protein_coding 5 2 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060089 ENST00000414893 protein_coding 5 3 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000414281 protein_coding 5 4 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000420216 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372792 protein_coding 7 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372805 protein_coding 8 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000427843 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000417287 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000424977 protein_coding 1 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060130 ENST00000446031 protein_coding 1 3 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000372802 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000372798 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000340450 protein_coding 7 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000435719 protein_coding 5 3 3 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372797 protein_coding 7 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372802 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000449311 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000421589 protein_coding 5 2 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000414281 protein_coding 5 4 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000420216 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372792 protein_coding 7 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372798 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000340450 protein_coding 7 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372805 protein_coding 8 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000435719 protein_coding 5 3 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000427843 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000417287 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000424977 protein_coding 1 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372797 protein_coding 7 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372802 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000449311 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000421589 protein_coding 5 2 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000414281 protein_coding 5 4 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000420216 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372792 protein_coding 7 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372798 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000340450 protein_coding 7 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372805 protein_coding 8 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000435719 protein_coding 5 3 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000427843 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000417287 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000424977 protein_coding 1 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372797 protein_coding 7 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372802 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064558 ENST00000449311 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000421589 protein_coding 5 2 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000414281 protein_coding 5 4 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000420216 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372792 protein_coding 7 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372798 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000340450 protein_coding 7 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372805 protein_coding 8 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000435719 protein_coding 5 3 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000427843 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000417287 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000424977 protein_coding 1 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372797 protein_coding 7 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372802 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066300 ENST00000421589 protein_coding 5 2 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066314 ENST00000414281 protein_coding 5 4 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066229 ENST00000420216 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372792 protein_coding 7 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372798 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000340450 protein_coding 7 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372805 protein_coding 8 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000435719 protein_coding 5 3 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000427843 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066218 ENST00000417287 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066295 ENST00000424977 protein_coding 1 5 8 CAP1 ENSG00000131236 +CDS chr1 40066273 40066320 ENST00000414893 protein_coding 5 3 4 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372797 protein_coding 7 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372802 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000414893 protein_coding 5 3 5 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372792 protein_coding 7 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372798 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000340450 protein_coding 7 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372805 protein_coding 8 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067700 ENST00000435719 protein_coding 5 3 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067556 ENST00000427843 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372797 protein_coding 7 1 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372802 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069764 ENST00000414893 protein_coding 5 3 6 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372792 protein_coding 7 1 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372798 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000340450 protein_coding 7 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372805 protein_coding 8 1 9 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372797 protein_coding 7 1 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372802 protein_coding 5 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372792 protein_coding 7 1 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372798 protein_coding 5 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000340450 protein_coding 7 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372805 protein_coding 8 1 10 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372797 protein_coding 7 1 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372802 protein_coding 5 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372792 protein_coding 7 1 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372798 protein_coding 5 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000340450 protein_coding 7 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372805 protein_coding 8 1 11 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372797 protein_coding 7 1 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372802 protein_coding 5 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372792 protein_coding 7 1 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372798 protein_coding 5 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000340450 protein_coding 7 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372805 protein_coding 8 1 12 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372797 protein_coding 7 1 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372802 protein_coding 5 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372792 protein_coding 7 1 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372798 protein_coding 5 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000340450 protein_coding 7 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372805 protein_coding 8 1 13 CAP1 ENSG00000131236 +transcript chr1 40072710 40097247 ENST00000641471 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072712 40097252 ENST00000642050 protein_coding 2 NA NA PPT1 ENSG00000131238 +transcript chr1 40072712 40082321 ENST00000530076 protein_coding 6 2 NA PPT1 ENSG00000131238 +transcript chr1 40072719 40097216 ENST00000641083 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072726 40097252 ENST00000433473 protein_coding 8 1 NA PPT1 ENSG00000131238 +transcript chr1 40072726 40097254 ENST00000641319 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072729 40097252 ENST00000439754 protein_coding 6 3 NA PPT1 ENSG00000131238 +transcript chr1 40072738 40097260 ENST00000449045 protein_coding 7 2 NA PPT1 ENSG00000131238 +transcript chr1 40073786 40091373 ENST00000641381 protein_coding 1 NA NA PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000642050 protein_coding 2 NA 9 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000641471 protein_coding 1 NA 10 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000530076 protein_coding 6 2 5 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000433473 protein_coding 8 1 9 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000439754 protein_coding 6 3 8 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000449045 protein_coding 7 2 6 PPT1 ENSG00000131238 +CDS chr1 40074104 40074183 ENST00000641083 protein_coding 1 NA 9 PPT1 ENSG00000131238 +transcript chr1 40074127 40097252 ENST00000527311 protein_coding 7 3 NA PPT1 ENSG00000131238 +CDS chr1 40074127 40074183 ENST00000527311 protein_coding 7 3 7 PPT1 ENSG00000131238 +CDS chr1 40074171 40074183 ENST00000641381 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40075141 40075245 ENST00000641319 protein_coding 1 NA 9 PPT1 ENSG00000131238 +CDS chr1 40076730 40076913 ENST00000641083 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000642050 protein_coding 2 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641471 protein_coding 1 NA 9 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000530076 protein_coding 6 2 4 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000433473 protein_coding 8 1 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641319 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000449045 protein_coding 7 2 5 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641381 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000527311 protein_coding 7 3 6 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000642050 protein_coding 2 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641471 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40078560 40078628 ENST00000530076 protein_coding 6 2 3 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641083 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000433473 protein_coding 8 1 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641319 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000439754 protein_coding 6 3 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000449045 protein_coding 7 2 4 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000527311 protein_coding 7 3 5 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000642050 protein_coding 2 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641471 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641083 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000433473 protein_coding 8 1 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641319 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000439754 protein_coding 6 3 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000449045 protein_coding 7 2 3 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000527311 protein_coding 7 3 4 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000642050 protein_coding 2 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641471 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641083 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000433473 protein_coding 8 1 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641319 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000439754 protein_coding 6 3 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000449045 protein_coding 7 2 2 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641381 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000642050 protein_coding 2 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641471 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641083 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000433473 protein_coding 8 1 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641319 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000439754 protein_coding 6 3 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091373 ENST00000641381 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000527311 protein_coding 7 3 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000642050 protein_coding 2 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641471 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641083 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000433473 protein_coding 8 1 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641319 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000439754 protein_coding 6 3 3 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000642050 protein_coding 2 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641471 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641083 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092504 ENST00000433473 protein_coding 8 1 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641319 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000439754 protein_coding 6 3 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000527311 protein_coding 7 3 2 PPT1 ENSG00000131238 +CDS chr1 40093933 40094019 ENST00000641471 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000642050 protein_coding 2 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000641471 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097216 ENST00000641083 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000433473 protein_coding 8 1 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000641319 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000439754 protein_coding 6 3 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000449045 protein_coding 7 2 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000527311 protein_coding 7 3 1 PPT1 ENSG00000131238 +transcript chr1 40161387 40240921 ENST00000372771 protein_coding 5 1 NA RLF ENSG00000117000 +CDS chr1 40161400 40161636 ENST00000372771 protein_coding 5 1 1 RLF ENSG00000117000 +CDS chr1 40189055 40189209 ENST00000372771 protein_coding 5 1 2 RLF ENSG00000117000 +CDS chr1 40190772 40190853 ENST00000372771 protein_coding 5 1 3 RLF ENSG00000117000 +CDS chr1 40195632 40195764 ENST00000372771 protein_coding 5 1 4 RLF ENSG00000117000 +CDS chr1 40202412 40202614 ENST00000372771 protein_coding 5 1 5 RLF ENSG00000117000 +CDS chr1 40222574 40222710 ENST00000372771 protein_coding 5 1 6 RLF ENSG00000117000 +CDS chr1 40231517 40231658 ENST00000372771 protein_coding 5 1 7 RLF ENSG00000117000 +CDS chr1 40235792 40240444 ENST00000372771 protein_coding 5 1 8 RLF ENSG00000117000 +transcript chr1 40247937 40251684 ENST00000372766 protein_coding 4 1 NA TMCO2 ENSG00000188800 +CDS chr1 40247994 40248230 ENST00000372766 protein_coding 4 1 1 TMCO2 ENSG00000188800 +CDS chr1 40251283 40251591 ENST00000372766 protein_coding 4 1 2 TMCO2 ENSG00000188800 +transcript chr1 40258236 40294180 ENST00000372759 protein_coding 4 1 NA ZMPSTE24 ENSG00000084073 +CDS chr1 40258272 40258394 ENST00000372759 protein_coding 4 1 1 ZMPSTE24 ENSG00000084073 +CDS chr1 40260839 40260985 ENST00000372759 protein_coding 4 1 2 ZMPSTE24 ENSG00000084073 +CDS chr1 40267786 40267872 ENST00000372759 protein_coding 4 1 3 ZMPSTE24 ENSG00000084073 +CDS chr1 40268419 40268535 ENST00000372759 protein_coding 4 1 4 ZMPSTE24 ENSG00000084073 +CDS chr1 40269975 40270127 ENST00000372759 protein_coding 4 1 5 ZMPSTE24 ENSG00000084073 +CDS chr1 40271894 40272035 ENST00000372759 protein_coding 4 1 6 ZMPSTE24 ENSG00000084073 +CDS chr1 40281343 40281527 ENST00000372759 protein_coding 4 1 7 ZMPSTE24 ENSG00000084073 +CDS chr1 40285925 40286029 ENST00000372759 protein_coding 4 1 8 ZMPSTE24 ENSG00000084073 +CDS chr1 40290854 40290997 ENST00000372759 protein_coding 4 1 9 ZMPSTE24 ENSG00000084073 +CDS chr1 40292445 40292666 ENST00000372759 protein_coding 4 1 10 ZMPSTE24 ENSG00000084073 +transcript chr1 40300489 40317286 ENST00000372748 protein_coding 8 1 NA COL9A2 ENSG00000049089 +CDS chr1 40301185 40301381 ENST00000372748 protein_coding 8 1 32 COL9A2 ENSG00000049089 +CDS chr1 40301812 40301889 ENST00000372748 protein_coding 8 1 31 COL9A2 ENSG00000049089 +CDS chr1 40302621 40302809 ENST00000372748 protein_coding 8 1 30 COL9A2 ENSG00000049089 +CDS chr1 40303131 40303185 ENST00000372748 protein_coding 8 1 29 COL9A2 ENSG00000049089 +CDS chr1 40303530 40303676 ENST00000372748 protein_coding 8 1 28 COL9A2 ENSG00000049089 +CDS chr1 40303807 40303839 ENST00000372748 protein_coding 8 1 27 COL9A2 ENSG00000049089 +CDS chr1 40303928 40303972 ENST00000372748 protein_coding 8 1 26 COL9A2 ENSG00000049089 +CDS chr1 40304064 40304099 ENST00000372748 protein_coding 8 1 25 COL9A2 ENSG00000049089 +CDS chr1 40304320 40304391 ENST00000372748 protein_coding 8 1 24 COL9A2 ENSG00000049089 +CDS chr1 40304476 40304529 ENST00000372748 protein_coding 8 1 23 COL9A2 ENSG00000049089 +CDS chr1 40304794 40304847 ENST00000372748 protein_coding 8 1 22 COL9A2 ENSG00000049089 +CDS chr1 40305715 40305768 ENST00000372748 protein_coding 8 1 21 COL9A2 ENSG00000049089 +CDS chr1 40306143 40306187 ENST00000372748 protein_coding 8 1 20 COL9A2 ENSG00000049089 +CDS chr1 40307446 40307499 ENST00000372748 protein_coding 8 1 19 COL9A2 ENSG00000049089 +CDS chr1 40307703 40307756 ENST00000372748 protein_coding 8 1 18 COL9A2 ENSG00000049089 +CDS chr1 40308192 40308245 ENST00000372748 protein_coding 8 1 17 COL9A2 ENSG00000049089 +CDS chr1 40309938 40309991 ENST00000372748 protein_coding 8 1 16 COL9A2 ENSG00000049089 +CDS chr1 40310111 40310164 ENST00000372748 protein_coding 8 1 15 COL9A2 ENSG00000049089 +CDS chr1 40310264 40310317 ENST00000372748 protein_coding 8 1 14 COL9A2 ENSG00000049089 +transcript chr1 40310290 40316690 ENST00000417105 protein_coding 6 5 NA COL9A2 ENSG00000049089 +CDS chr1 40310290 40310317 ENST00000417105 protein_coding 6 5 14 COL9A2 ENSG00000049089 +CDS chr1 40310714 40310767 ENST00000372748 protein_coding 8 1 13 COL9A2 ENSG00000049089 +CDS chr1 40310714 40310767 ENST00000417105 protein_coding 6 5 13 COL9A2 ENSG00000049089 +CDS chr1 40311093 40311146 ENST00000372748 protein_coding 8 1 12 COL9A2 ENSG00000049089 +CDS chr1 40311093 40311146 ENST00000417105 protein_coding 6 5 12 COL9A2 ENSG00000049089 +CDS chr1 40311230 40311286 ENST00000372748 protein_coding 8 1 11 COL9A2 ENSG00000049089 +CDS chr1 40311230 40311286 ENST00000417105 protein_coding 6 5 11 COL9A2 ENSG00000049089 +CDS chr1 40311500 40311547 ENST00000372748 protein_coding 8 1 10 COL9A2 ENSG00000049089 +CDS chr1 40311500 40311547 ENST00000417105 protein_coding 6 5 10 COL9A2 ENSG00000049089 +CDS chr1 40311662 40311715 ENST00000372748 protein_coding 8 1 9 COL9A2 ENSG00000049089 +CDS chr1 40311662 40311715 ENST00000417105 protein_coding 6 5 9 COL9A2 ENSG00000049089 +transcript chr1 40311671 40317267 ENST00000372736 protein_coding 3 3 NA COL9A2 ENSG00000049089 +CDS chr1 40311671 40311715 ENST00000372736 protein_coding 3 3 4 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000372748 protein_coding 8 1 8 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000417105 protein_coding 6 5 8 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000372736 protein_coding 3 3 3 COL9A2 ENSG00000049089 +CDS chr1 40312456 40312479 ENST00000372748 protein_coding 8 1 7 COL9A2 ENSG00000049089 +CDS chr1 40312456 40312479 ENST00000417105 protein_coding 6 5 7 COL9A2 ENSG00000049089 +CDS chr1 40312574 40312609 ENST00000372748 protein_coding 8 1 6 COL9A2 ENSG00000049089 +CDS chr1 40312574 40312609 ENST00000417105 protein_coding 6 5 6 COL9A2 ENSG00000049089 +transcript chr1 40312599 40316104 ENST00000642679 protein_coding 1 NA NA COL9A2 ENSG00000049089 +CDS chr1 40312599 40312609 ENST00000642679 protein_coding 1 NA 6 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312784 ENST00000372748 protein_coding 8 1 5 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312751 ENST00000417105 protein_coding 6 5 5 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312751 ENST00000642679 protein_coding 1 NA 5 COL9A2 ENSG00000049089 +CDS chr1 40314205 40314267 ENST00000372748 protein_coding 8 1 4 COL9A2 ENSG00000049089 +CDS chr1 40314352 40314387 ENST00000372748 protein_coding 8 1 3 COL9A2 ENSG00000049089 +CDS chr1 40315590 40315664 ENST00000372748 protein_coding 8 1 2 COL9A2 ENSG00000049089 +CDS chr1 40315590 40315664 ENST00000372736 protein_coding 3 3 2 COL9A2 ENSG00000049089 +CDS chr1 40317123 40317197 ENST00000372748 protein_coding 8 1 1 COL9A2 ENSG00000049089 +CDS chr1 40317123 40317197 ENST00000372736 protein_coding 3 3 1 COL9A2 ENSG00000049089 +transcript chr1 40344850 40414240 ENST00000435168 protein_coding 6 5 NA SMAP2 ENSG00000084070 +CDS chr1 40362382 40362436 ENST00000435168 protein_coding 6 5 2 SMAP2 ENSG00000084070 +transcript chr1 40373727 40423322 ENST00000372718 protein_coding 8 1 NA SMAP2 ENSG00000084070 +CDS chr1 40374121 40374223 ENST00000372718 protein_coding 8 1 1 SMAP2 ENSG00000084070 +transcript chr1 40374648 40423326 ENST00000372708 protein_coding 5 1 NA SMAP2 ENSG00000084070 +CDS chr1 40374696 40374708 ENST00000372708 protein_coding 5 1 1 SMAP2 ENSG00000084070 +transcript chr1 40393345 40423324 ENST00000614549 protein_coding 4 1 NA SMAP2 ENSG00000084070 +CDS chr1 40393417 40393504 ENST00000614549 protein_coding 4 1 1 SMAP2 ENSG00000084070 +transcript chr1 40396800 40423324 ENST00000539317 protein_coding 2 2 NA SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000435168 protein_coding 6 5 3 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000372718 protein_coding 8 1 2 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000372708 protein_coding 5 1 2 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000614549 protein_coding 4 1 2 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000435168 protein_coding 6 5 4 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000372718 protein_coding 8 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000372708 protein_coding 5 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000614549 protein_coding 4 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408656 40408738 ENST00000539317 protein_coding 2 2 3 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000435168 protein_coding 6 5 5 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000372718 protein_coding 8 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000372708 protein_coding 5 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000614549 protein_coding 4 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000539317 protein_coding 2 2 4 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000435168 protein_coding 6 5 6 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000372718 protein_coding 8 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000372708 protein_coding 5 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000614549 protein_coding 4 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000539317 protein_coding 2 2 5 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000435168 protein_coding 6 5 7 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000372718 protein_coding 8 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000372708 protein_coding 5 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000614549 protein_coding 4 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000539317 protein_coding 2 2 6 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000372718 protein_coding 8 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000372708 protein_coding 5 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000614549 protein_coding 4 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000539317 protein_coding 2 2 7 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000372718 protein_coding 8 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000372708 protein_coding 5 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000614549 protein_coding 4 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000539317 protein_coding 2 2 8 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000372718 protein_coding 8 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000372708 protein_coding 5 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000614549 protein_coding 4 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000539317 protein_coding 2 2 9 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000372718 protein_coding 8 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000372708 protein_coding 5 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000614549 protein_coding 4 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000539317 protein_coding 2 2 10 SMAP2 ENSG00000084070 +transcript chr1 40450107 40463680 ENST00000484445 protein_coding 5 1 NA ZFP69B ENSG00000187801 +transcript chr1 40450107 40463718 ENST00000411995 protein_coding 6 5 NA ZFP69B ENSG00000187801 +transcript chr1 40450476 40463715 ENST00000361584 protein_coding 5 1 NA ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000484445 protein_coding 5 1 2 ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000411995 protein_coding 6 5 2 ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000361584 protein_coding 5 1 1 ZFP69B ENSG00000187801 +CDS chr1 40454203 40454288 ENST00000411995 protein_coding 6 5 3 ZFP69B ENSG00000187801 +CDS chr1 40454203 40454288 ENST00000361584 protein_coding 5 1 2 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000484445 protein_coding 5 1 3 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000411995 protein_coding 6 5 4 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000361584 protein_coding 5 1 3 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000484445 protein_coding 5 1 4 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000411995 protein_coding 6 5 5 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000361584 protein_coding 5 1 4 ZFP69B ENSG00000187801 +CDS chr1 40462421 40462463 ENST00000484445 protein_coding 5 1 5 ZFP69B ENSG00000187801 +CDS chr1 40462421 40463586 ENST00000411995 protein_coding 6 5 6 ZFP69B ENSG00000187801 +CDS chr1 40462421 40463586 ENST00000361584 protein_coding 5 1 5 ZFP69B ENSG00000187801 +transcript chr1 40477290 40496343 ENST00000372706 protein_coding 6 1 NA ZFP69 ENSG00000187815 +transcript chr1 40477630 40496288 ENST00000372705 protein_coding 3 2 NA ZFP69 ENSG00000187815 +CDS chr1 40479362 40479488 ENST00000372706 protein_coding 6 1 2 ZFP69 ENSG00000187815 +CDS chr1 40479362 40479488 ENST00000372705 protein_coding 3 2 2 ZFP69 ENSG00000187815 +CDS chr1 40481763 40481854 ENST00000372706 protein_coding 6 1 3 ZFP69 ENSG00000187815 +CDS chr1 40481763 40481854 ENST00000372705 protein_coding 3 2 3 ZFP69 ENSG00000187815 +CDS chr1 40489088 40489214 ENST00000372706 protein_coding 6 1 4 ZFP69 ENSG00000187815 +CDS chr1 40489088 40489214 ENST00000372705 protein_coding 3 2 4 ZFP69 ENSG00000187815 +CDS chr1 40489529 40489624 ENST00000372706 protein_coding 6 1 5 ZFP69 ENSG00000187815 +CDS chr1 40489529 40489624 ENST00000372705 protein_coding 3 2 5 ZFP69 ENSG00000187815 +CDS chr1 40494921 40496056 ENST00000372706 protein_coding 6 1 6 ZFP69 ENSG00000187815 +CDS chr1 40494921 40496056 ENST00000372705 protein_coding 3 2 6 ZFP69 ENSG00000187815 +transcript chr1 40508741 40516036 ENST00000358527 protein_coding 6 1 NA EXO5 ENSG00000164002 +transcript chr1 40508747 40516037 ENST00000372703 protein_coding 1 2 NA EXO5 ENSG00000164002 +transcript chr1 40508754 40516036 ENST00000420209 protein_coding 2 2 NA EXO5 ENSG00000164002 +transcript chr1 40508761 40516036 ENST00000296380 protein_coding 9 2 NA EXO5 ENSG00000164002 +transcript chr1 40508761 40516036 ENST00000682383 protein_coding 1 NA NA EXO5 ENSG00000164002 +transcript chr1 40508767 40516036 ENST00000432259 protein_coding 6 3 NA EXO5 ENSG00000164002 +transcript chr1 40508767 40516038 ENST00000415550 protein_coding 6 2 NA EXO5 ENSG00000164002 +transcript chr1 40508775 40516036 ENST00000418186 protein_coding 2 3 NA EXO5 ENSG00000164002 +transcript chr1 40508798 40516036 ENST00000443729 protein_coding 6 3 NA EXO5 ENSG00000164002 +transcript chr1 40508806 40516036 ENST00000419161 protein_coding 2 3 NA EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000358527 protein_coding 6 1 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000372703 protein_coding 1 2 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000420209 protein_coding 2 2 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000296380 protein_coding 9 2 3 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000682383 protein_coding 1 NA 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000432259 protein_coding 6 3 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000415550 protein_coding 6 2 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000418186 protein_coding 2 3 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000443729 protein_coding 6 3 3 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000419161 protein_coding 2 3 2 EXO5 ENSG00000164002 +transcript chr1 40531573 40548110 ENST00000648542 protein_coding 1 NA NA ZNF684 ENSG00000117010 +transcript chr1 40531637 40548167 ENST00000372699 protein_coding 8 1 NA ZNF684 ENSG00000117010 +transcript chr1 40531663 40545037 ENST00000372696 protein_coding 3 3 NA ZNF684 ENSG00000117010 +transcript chr1 40531663 40545037 ENST00000372697 protein_coding 7 3 NA ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000648542 protein_coding 1 NA 3 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372699 protein_coding 8 1 2 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372696 protein_coding 3 3 2 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372697 protein_coding 7 3 2 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000648542 protein_coding 1 NA 4 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372699 protein_coding 8 1 3 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372696 protein_coding 3 3 3 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372697 protein_coding 7 3 3 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000648542 protein_coding 1 NA 5 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372699 protein_coding 8 1 4 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372696 protein_coding 3 3 4 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372697 protein_coding 7 3 4 ZNF684 ENSG00000117010 +CDS chr1 40544397 40544515 ENST00000372697 protein_coding 7 3 5 ZNF684 ENSG00000117010 +CDS chr1 40544416 40544453 ENST00000372696 protein_coding 3 3 5 ZNF684 ENSG00000117010 +CDS chr1 40546562 40547457 ENST00000648542 protein_coding 1 NA 6 ZNF684 ENSG00000117010 +CDS chr1 40546562 40547457 ENST00000372699 protein_coding 8 1 5 ZNF684 ENSG00000117010 +transcript chr1 40620680 40665682 ENST00000372684 protein_coding 8 1 NA RIMS3 ENSG00000117016 +transcript chr1 40626214 40665445 ENST00000372683 protein_coding 1 1 NA RIMS3 ENSG00000117016 +CDS chr1 40626520 40626729 ENST00000372684 protein_coding 8 1 8 RIMS3 ENSG00000117016 +CDS chr1 40626520 40626729 ENST00000372683 protein_coding 1 1 8 RIMS3 ENSG00000117016 +CDS chr1 40628810 40628949 ENST00000372684 protein_coding 8 1 7 RIMS3 ENSG00000117016 +CDS chr1 40628810 40628949 ENST00000372683 protein_coding 1 1 7 RIMS3 ENSG00000117016 +CDS chr1 40629271 40629372 ENST00000372684 protein_coding 8 1 6 RIMS3 ENSG00000117016 +CDS chr1 40629271 40629372 ENST00000372683 protein_coding 1 1 6 RIMS3 ENSG00000117016 +CDS chr1 40633069 40633181 ENST00000372684 protein_coding 8 1 5 RIMS3 ENSG00000117016 +CDS chr1 40633069 40633181 ENST00000372683 protein_coding 1 1 5 RIMS3 ENSG00000117016 +CDS chr1 40635916 40636057 ENST00000372684 protein_coding 8 1 4 RIMS3 ENSG00000117016 +CDS chr1 40635916 40636057 ENST00000372683 protein_coding 1 1 4 RIMS3 ENSG00000117016 +CDS chr1 40641709 40641925 ENST00000372684 protein_coding 8 1 3 RIMS3 ENSG00000117016 +CDS chr1 40641709 40641925 ENST00000372683 protein_coding 1 1 3 RIMS3 ENSG00000117016 +transcript chr1 40691689 40771126 ENST00000427410 protein_coding 6 2 NA NFYC ENSG00000066136 +transcript chr1 40691704 40771603 ENST00000447388 protein_coding 8 1 NA NFYC ENSG00000066136 +transcript chr1 40691716 40771139 ENST00000425457 protein_coding 6 2 NA NFYC ENSG00000066136 +transcript chr1 40691717 40753246 ENST00000453631 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40691743 40771601 ENST00000456393 protein_coding 6 1 NA NFYC ENSG00000066136 +transcript chr1 40691838 40771102 ENST00000372654 protein_coding 5 1 NA NFYC ENSG00000066136 +transcript chr1 40692008 40747584 ENST00000534399 protein_coding 5 4 NA NFYC ENSG00000066136 +transcript chr1 40692013 40771106 ENST00000372653 protein_coding 5 2 NA NFYC ENSG00000066136 +transcript chr1 40692290 40766687 ENST00000372669 protein_coding 8 5 NA NFYC ENSG00000066136 +transcript chr1 40709357 40771603 ENST00000372652 protein_coding 5 2 NA NFYC ENSG00000066136 +transcript chr1 40709543 40770940 ENST00000372651 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40734848 40749576 ENST00000531464 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40735315 40771093 ENST00000440226 protein_coding 7 5 NA NFYC ENSG00000066136 +transcript chr1 40738834 40758159 ENST00000525290 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40738836 40753216 ENST00000530965 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40738836 40762961 ENST00000416859 protein_coding 6 5 NA NFYC ENSG00000066136 +transcript chr1 40738838 40771603 ENST00000308733 protein_coding 9 1 NA NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000427410 protein_coding 6 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000447388 protein_coding 8 1 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000425457 protein_coding 6 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000453631 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000456393 protein_coding 6 1 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372654 protein_coding 5 1 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000534399 protein_coding 5 4 4 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372653 protein_coding 5 2 7 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372669 protein_coding 8 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372652 protein_coding 5 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372651 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000531464 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000440226 protein_coding 7 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000525290 protein_coding 5 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000530965 protein_coding 5 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000416859 protein_coding 6 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000308733 protein_coding 9 1 1 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000427410 protein_coding 6 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000447388 protein_coding 8 1 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000425457 protein_coding 6 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000453631 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000456393 protein_coding 6 1 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372654 protein_coding 5 1 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747584 ENST00000534399 protein_coding 5 4 5 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372653 protein_coding 5 2 8 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372669 protein_coding 8 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372652 protein_coding 5 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372651 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000531464 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000440226 protein_coding 7 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000525290 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000416859 protein_coding 6 5 2 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000308733 protein_coding 9 1 2 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000447388 protein_coding 8 1 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000425457 protein_coding 6 2 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000453631 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000456393 protein_coding 6 1 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372654 protein_coding 5 1 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372653 protein_coding 5 2 9 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372669 protein_coding 8 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372652 protein_coding 5 2 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372651 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749576 ENST00000531464 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000440226 protein_coding 7 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000525290 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000530965 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000416859 protein_coding 6 5 3 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000308733 protein_coding 9 1 3 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000427410 protein_coding 6 2 4 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000447388 protein_coding 8 1 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000425457 protein_coding 6 2 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000453631 protein_coding 5 5 6 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000456393 protein_coding 6 1 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372654 protein_coding 5 1 6 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372653 protein_coding 5 2 10 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372669 protein_coding 8 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372652 protein_coding 5 2 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372651 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000440226 protein_coding 7 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000525290 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40753151 40753216 ENST00000530965 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000308733 protein_coding 9 1 4 NFYC ENSG00000066136 +transcript chr1 40753213 40771603 ENST00000414185 protein_coding 1 3 NA NFYC ENSG00000066136 +CDS chr1 40753213 40753246 ENST00000414185 protein_coding 1 3 1 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000427410 protein_coding 6 2 5 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000447388 protein_coding 8 1 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000425457 protein_coding 6 2 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000456393 protein_coding 6 1 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372654 protein_coding 5 1 7 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372653 protein_coding 5 2 11 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372669 protein_coding 8 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372652 protein_coding 5 2 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372651 protein_coding 5 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000440226 protein_coding 7 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000416859 protein_coding 6 5 4 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000308733 protein_coding 9 1 5 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000414185 protein_coding 1 3 2 NFYC ENSG00000066136 +CDS chr1 40758124 40758159 ENST00000525290 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000427410 protein_coding 6 2 6 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000447388 protein_coding 8 1 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000425457 protein_coding 6 2 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000456393 protein_coding 6 1 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372654 protein_coding 5 1 8 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372669 protein_coding 8 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372652 protein_coding 5 2 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372651 protein_coding 5 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000440226 protein_coding 7 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40762961 ENST00000416859 protein_coding 6 5 5 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000308733 protein_coding 9 1 6 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000414185 protein_coding 1 3 3 NFYC ENSG00000066136 +CDS chr1 40762990 40763046 ENST00000372653 protein_coding 5 2 12 NFYC ENSG00000066136 +CDS chr1 40763363 40763489 ENST00000372669 protein_coding 8 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000427410 protein_coding 6 2 7 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000447388 protein_coding 8 1 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000425457 protein_coding 6 2 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000456393 protein_coding 6 1 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372654 protein_coding 5 1 9 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372653 protein_coding 5 2 13 NFYC ENSG00000066136 +CDS chr1 40766596 40766687 ENST00000372669 protein_coding 8 5 9 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372652 protein_coding 5 2 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372651 protein_coding 5 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000440226 protein_coding 7 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000308733 protein_coding 9 1 7 NFYC ENSG00000066136 +CDS chr1 40766596 40766685 ENST00000414185 protein_coding 1 3 4 NFYC ENSG00000066136 +CDS chr1 40766918 40766974 ENST00000425457 protein_coding 6 2 9 NFYC ENSG00000066136 +CDS chr1 40766918 40766974 ENST00000308733 protein_coding 9 1 8 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000427410 protein_coding 6 2 8 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000447388 protein_coding 8 1 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000425457 protein_coding 6 2 10 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000456393 protein_coding 6 1 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372654 protein_coding 5 1 10 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372653 protein_coding 5 2 14 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372652 protein_coding 5 2 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372651 protein_coding 5 5 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000440226 protein_coding 7 5 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000308733 protein_coding 9 1 9 NFYC ENSG00000066136 +CDS chr1 40770397 40770825 ENST00000372652 protein_coding 5 2 10 NFYC ENSG00000066136 +CDS chr1 40770397 40770825 ENST00000308733 protein_coding 9 1 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000427410 protein_coding 6 2 9 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000447388 protein_coding 8 1 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000425457 protein_coding 6 2 11 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372654 protein_coding 5 1 11 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372653 protein_coding 5 2 15 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372651 protein_coding 5 5 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000440226 protein_coding 7 5 10 NFYC ENSG00000066136 +CDS chr1 40770712 40770825 ENST00000456393 protein_coding 6 1 10 NFYC ENSG00000066136 +CDS chr1 40771384 40771482 ENST00000414185 protein_coding 1 3 5 NFYC ENSG00000066136 +transcript chr1 40783787 40840452 ENST00000347132 protein_coding 10 1 NA KCNQ4 ENSG00000117013 +CDS chr1 40784094 40784407 ENST00000347132 protein_coding 10 1 1 KCNQ4 ENSG00000117013 +transcript chr1 40784094 40838523 ENST00000509682 protein_coding 6 5 NA KCNQ4 ENSG00000117013 +CDS chr1 40784094 40784407 ENST00000509682 protein_coding 6 5 1 KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000347132 protein_coding 10 1 2 KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000509682 protein_coding 6 5 2 KCNQ4 ENSG00000117013 +transcript chr1 40817265 40839289 ENST00000443478 protein_coding 3 5 NA KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000443478 protein_coding 3 5 1 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000347132 protein_coding 10 1 3 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000509682 protein_coding 6 5 3 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000443478 protein_coding 3 5 2 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000347132 protein_coding 10 1 4 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000509682 protein_coding 6 5 4 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000443478 protein_coding 3 5 3 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000347132 protein_coding 10 1 5 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000509682 protein_coding 6 5 5 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000443478 protein_coding 3 5 4 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000347132 protein_coding 10 1 6 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000509682 protein_coding 6 5 6 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000443478 protein_coding 3 5 5 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000347132 protein_coding 10 1 7 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000509682 protein_coding 6 5 7 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000443478 protein_coding 3 5 6 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000347132 protein_coding 10 1 8 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000509682 protein_coding 6 5 8 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000443478 protein_coding 3 5 7 KCNQ4 ENSG00000117013 +CDS chr1 40824097 40824258 ENST00000347132 protein_coding 10 1 9 KCNQ4 ENSG00000117013 +CDS chr1 40826638 40826694 ENST00000443478 protein_coding 3 5 8 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000347132 protein_coding 10 1 10 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000509682 protein_coding 6 5 9 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000443478 protein_coding 3 5 9 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000347132 protein_coding 10 1 11 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000509682 protein_coding 6 5 10 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000443478 protein_coding 3 5 10 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000347132 protein_coding 10 1 12 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000509682 protein_coding 6 5 11 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000443478 protein_coding 3 5 11 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000347132 protein_coding 10 1 13 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000509682 protein_coding 6 5 12 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000443478 protein_coding 3 5 12 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000347132 protein_coding 10 1 14 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000509682 protein_coding 6 5 13 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000443478 protein_coding 3 5 13 KCNQ4 ENSG00000117013 +transcript chr1 40861054 40862363 ENST00000372638 protein_coding 4 NA NA CITED4 ENSG00000179862 +CDS chr1 40861576 40862127 ENST00000372638 protein_coding 4 NA 1 CITED4 ENSG00000179862 +transcript chr1 40979696 41012565 ENST00000650070 protein_coding 2 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979705 41012550 ENST00000649864 protein_coding 1 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979721 41012539 ENST00000649124 protein_coding 1 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979758 41004250 ENST00000463285 protein_coding 6 3 NA CTPS1 ENSG00000171793 +transcript chr1 40980108 40984988 ENST00000470271 protein_coding 5 3 NA CTPS1 ENSG00000171793 +transcript chr1 40983161 41011779 ENST00000372616 protein_coding 1 2 NA CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000650070 protein_coding 2 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000649864 protein_coding 1 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000649124 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000463285 protein_coding 6 3 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000470271 protein_coding 5 3 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000372616 protein_coding 1 2 1 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000650070 protein_coding 2 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000649864 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000649124 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000463285 protein_coding 6 3 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984988 ENST00000470271 protein_coding 5 3 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000372616 protein_coding 1 2 2 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000650070 protein_coding 2 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000649864 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000649124 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000463285 protein_coding 6 3 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000372616 protein_coding 1 2 3 CTPS1 ENSG00000171793 +transcript chr1 40988519 41012056 ENST00000649215 protein_coding 1 NA NA CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000650070 protein_coding 2 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000649864 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000649124 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000463285 protein_coding 6 3 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000372616 protein_coding 1 2 4 CTPS1 ENSG00000171793 +CDS chr1 40988624 40988710 ENST00000649215 protein_coding 1 NA 1 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000650070 protein_coding 2 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649864 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649124 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000463285 protein_coding 6 3 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000372616 protein_coding 1 2 5 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649215 protein_coding 1 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000650070 protein_coding 2 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649864 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649124 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000463285 protein_coding 6 3 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000372616 protein_coding 1 2 6 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649215 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000650070 protein_coding 2 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649864 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649124 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000463285 protein_coding 6 3 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000372616 protein_coding 1 2 7 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649215 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000650070 protein_coding 2 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649864 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649124 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000463285 protein_coding 6 3 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000372616 protein_coding 1 2 8 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649215 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000650070 protein_coding 2 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649864 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649124 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000463285 protein_coding 6 3 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000372616 protein_coding 1 2 9 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649215 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000650070 protein_coding 2 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649864 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649124 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000463285 protein_coding 6 3 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000372616 protein_coding 1 2 10 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649215 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000650070 protein_coding 2 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649864 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649124 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000463285 protein_coding 6 3 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000372616 protein_coding 1 2 11 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649215 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 41003981 41004111 ENST00000463285 protein_coding 6 3 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000650070 protein_coding 2 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649864 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649124 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000372616 protein_coding 1 2 12 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649215 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000650070 protein_coding 2 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649864 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649124 protein_coding 1 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000372616 protein_coding 1 2 13 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649215 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000650070 protein_coding 2 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649864 protein_coding 1 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649124 protein_coding 1 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000372616 protein_coding 1 2 14 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649215 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000650070 protein_coding 2 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649864 protein_coding 1 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649124 protein_coding 1 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000372616 protein_coding 1 2 15 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649215 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000650070 protein_coding 2 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009590 ENST00000649864 protein_coding 1 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000649124 protein_coding 1 NA 18 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000372616 protein_coding 1 2 16 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000649215 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000650070 protein_coding 2 NA 18 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000649124 protein_coding 1 NA 19 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000372616 protein_coding 1 2 17 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000649215 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +transcript chr1 41015589 41021717 ENST00000693284 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000302946 protein_coding 13 1 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000372613 protein_coding 6 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000439569 protein_coding 2 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021743 ENST00000372611 protein_coding 5 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41023237 ENST00000359345 protein_coding 5 1 NA SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000693284 protein_coding 1 NA 5 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000302946 protein_coding 13 1 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000372613 protein_coding 6 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000439569 protein_coding 2 2 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000372611 protein_coding 5 2 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000359345 protein_coding 5 1 4 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000693284 protein_coding 1 NA 4 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000302946 protein_coding 13 1 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000439569 protein_coding 2 2 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000372611 protein_coding 5 2 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000359345 protein_coding 5 1 3 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018147 ENST00000693284 protein_coding 1 NA 3 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000302946 protein_coding 13 1 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000372613 protein_coding 6 2 2 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000439569 protein_coding 2 2 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41017979 ENST00000372611 protein_coding 5 2 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000359345 protein_coding 5 1 2 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000693284 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000302946 protein_coding 13 1 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000372613 protein_coding 6 2 1 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000439569 protein_coding 2 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000372611 protein_coding 5 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000359345 protein_coding 5 1 1 SLFNL1 ENSG00000171790 +transcript chr1 41020475 41021717 ENST00000689703 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020475 41020660 ENST00000689703 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41020554 41021717 ENST00000693533 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020554 41020660 ENST00000693533 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41020600 41021746 ENST00000690672 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020600 41020660 ENST00000690672 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41027200 41161481 ENST00000397171 protein_coding 6 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41152674 ENST00000397174 protein_coding 6 2 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161481 ENST00000361191 protein_coding 9 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161481 ENST00000361705 protein_coding 7 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161433 ENST00000402904 protein_coding 6 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41160898 ENST00000326197 protein_coding 11 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41163017 ENST00000372595 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242110 ENST00000337495 protein_coding 9 2 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242116 ENST00000372597 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242116 ENST00000372596 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027204 41037452 ENST00000472037 protein_coding 5 3 NA SCMH1 ENSG00000010803 +transcript chr1 41028192 41159871 ENST00000456518 protein_coding 3 2 NA SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000326197 protein_coding 11 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372595 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000337495 protein_coding 9 2 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372597 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372596 protein_coding 5 1 16 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000472037 protein_coding 5 3 4 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000456518 protein_coding 3 2 9 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000397171 protein_coding 6 5 14 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000397174 protein_coding 6 2 13 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000361191 protein_coding 9 5 12 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000361705 protein_coding 7 5 13 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000402904 protein_coding 6 5 15 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000326197 protein_coding 11 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372595 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000337495 protein_coding 9 2 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372597 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372596 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000472037 protein_coding 5 3 3 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000456518 protein_coding 3 2 8 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000397171 protein_coding 6 5 13 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000397174 protein_coding 6 2 12 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000361191 protein_coding 9 5 11 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000361705 protein_coding 7 5 12 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000402904 protein_coding 6 5 14 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000326197 protein_coding 11 1 13 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000372595 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000472037 protein_coding 5 3 2 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000397174 protein_coding 6 2 11 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000402904 protein_coding 6 5 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000326197 protein_coding 11 1 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372595 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000337495 protein_coding 9 2 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372597 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372596 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037452 ENST00000472037 protein_coding 5 3 1 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000456518 protein_coding 3 2 7 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000397171 protein_coding 6 5 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000397174 protein_coding 6 2 10 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000361191 protein_coding 9 5 10 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000361705 protein_coding 7 5 11 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000402904 protein_coding 6 5 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000326197 protein_coding 11 1 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372595 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000337495 protein_coding 9 2 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372597 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372596 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000456518 protein_coding 3 2 6 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000397171 protein_coding 6 5 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000397174 protein_coding 6 2 9 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000361191 protein_coding 9 5 9 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000361705 protein_coding 7 5 10 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000402904 protein_coding 6 5 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000326197 protein_coding 11 1 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372595 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000337495 protein_coding 9 2 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372597 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372596 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000456518 protein_coding 3 2 5 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000397171 protein_coding 6 5 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000397174 protein_coding 6 2 8 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000361191 protein_coding 9 5 8 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000361705 protein_coding 7 5 9 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000402904 protein_coding 6 5 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000326197 protein_coding 11 1 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372595 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000337495 protein_coding 9 2 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372597 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372596 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000456518 protein_coding 3 2 4 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000397171 protein_coding 6 5 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000397174 protein_coding 6 2 7 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000361191 protein_coding 9 5 7 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000361705 protein_coding 7 5 8 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000402904 protein_coding 6 5 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000326197 protein_coding 11 1 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372595 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000337495 protein_coding 9 2 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372597 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372596 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000456518 protein_coding 3 2 3 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000397171 protein_coding 6 5 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000397174 protein_coding 6 2 6 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000361191 protein_coding 9 5 6 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000361705 protein_coding 7 5 7 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000402904 protein_coding 6 5 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000326197 protein_coding 11 1 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372595 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000337495 protein_coding 9 2 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372597 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372596 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000397171 protein_coding 6 5 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000397174 protein_coding 6 2 5 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000361191 protein_coding 9 5 5 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000361705 protein_coding 7 5 6 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000402904 protein_coding 6 5 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000326197 protein_coding 11 1 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372595 protein_coding 5 1 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000337495 protein_coding 9 2 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372597 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372596 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000397171 protein_coding 6 5 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000397174 protein_coding 6 2 4 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000361191 protein_coding 9 5 4 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000361705 protein_coding 7 5 5 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000402904 protein_coding 6 5 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000326197 protein_coding 11 1 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000372595 protein_coding 5 1 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000337495 protein_coding 9 2 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000372597 protein_coding 5 1 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000372596 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000456518 protein_coding 3 2 2 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000397171 protein_coding 6 5 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000397174 protein_coding 6 2 3 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000361191 protein_coding 9 5 3 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000361705 protein_coding 7 5 4 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000402904 protein_coding 6 5 5 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000326197 protein_coding 11 1 4 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000337495 protein_coding 9 2 5 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000397174 protein_coding 6 2 2 SCMH1 ENSG00000010803 +CDS chr1 41152599 41152674 ENST00000326197 protein_coding 11 1 3 SCMH1 ENSG00000010803 +CDS chr1 41152599 41152674 ENST00000397174 protein_coding 6 2 1 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000372597 protein_coding 5 1 5 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000456518 protein_coding 3 2 1 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000361705 protein_coding 7 5 3 SCMH1 ENSG00000010803 +CDS chr1 41160875 41160898 ENST00000337495 protein_coding 9 2 4 SCMH1 ENSG00000010803 +CDS chr1 41161364 41161432 ENST00000337495 protein_coding 9 2 3 SCMH1 ENSG00000010803 +CDS chr1 41186121 41186133 ENST00000337495 protein_coding 9 2 2 SCMH1 ENSG00000010803 +transcript chr1 41361931 41382681 ENST00000641094 protein_coding 2 NA NA FOXO6 ENSG00000204060 +CDS chr1 41361931 41362344 ENST00000641094 protein_coding 2 NA 1 FOXO6 ENSG00000204060 +transcript chr1 41366679 41382681 ENST00000686812 protein_coding 1 NA NA FOXO6 ENSG00000204060 +CDS chr1 41366746 41366775 ENST00000686812 protein_coding 1 NA 1 FOXO6 ENSG00000204060 +CDS chr1 41381616 41382200 ENST00000641094 protein_coding 2 NA 2 FOXO6 ENSG00000204060 +CDS chr1 41381616 41382200 ENST00000686812 protein_coding 1 NA 2 FOXO6 ENSG00000204060 +CDS chr1 41382202 41382678 ENST00000641094 protein_coding 2 NA 3 FOXO6 ENSG00000204060 +CDS chr1 41382202 41382678 ENST00000686812 protein_coding 1 NA 3 FOXO6 ENSG00000204060 +transcript chr1 41478775 41484683 ENST00000372587 protein_coding 5 1 NA EDN2 ENSG00000127129 +CDS chr1 41479412 41479502 ENST00000372587 protein_coding 5 1 5 EDN2 ENSG00000127129 +CDS chr1 41481095 41481193 ENST00000372587 protein_coding 5 1 4 EDN2 ENSG00000127129 +CDS chr1 41482466 41482588 ENST00000372587 protein_coding 5 1 3 EDN2 ENSG00000127129 +CDS chr1 41484047 41484203 ENST00000372587 protein_coding 5 1 2 EDN2 ENSG00000127129 +CDS chr1 41484538 41484601 ENST00000372587 protein_coding 5 1 1 EDN2 ENSG00000127129 +transcript chr1 41506365 41662325 ENST00000643665 protein_coding 1 NA NA HIVEP3 ENSG00000127124 +transcript chr1 41506365 41918922 ENST00000372583 protein_coding 6 1 NA HIVEP3 ENSG00000127124 +transcript chr1 41506365 41918707 ENST00000372584 protein_coding 5 1 NA HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511263 ENST00000643665 protein_coding 1 NA 8 HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511266 ENST00000372583 protein_coding 6 1 9 HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511263 ENST00000372584 protein_coding 5 1 8 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000643665 protein_coding 1 NA 7 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000372583 protein_coding 6 1 8 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000372584 protein_coding 5 1 7 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000643665 protein_coding 1 NA 6 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000372583 protein_coding 6 1 7 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000372584 protein_coding 5 1 6 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000643665 protein_coding 1 NA 5 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000372583 protein_coding 6 1 6 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000372584 protein_coding 5 1 5 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000643665 protein_coding 1 NA 4 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000372583 protein_coding 6 1 5 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000372584 protein_coding 5 1 4 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000643665 protein_coding 1 NA 3 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000372583 protein_coding 6 1 4 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000372584 protein_coding 5 1 3 HIVEP3 ENSG00000127124 +transcript chr1 41585306 41628816 ENST00000646142 protein_coding 1 NA NA NA ENSG00000284895 +CDS chr1 41585309 41585318 ENST00000646142 protein_coding 1 NA 2 NA ENSG00000284895 +CDS chr1 41628749 41628816 ENST00000646142 protein_coding 1 NA 1 NA ENSG00000284895 +transcript chr1 42153410 42155820 ENST00000372581 protein_coding 2 1 NA GUCA2B ENSG00000044012 +CDS chr1 42153451 42153540 ENST00000372581 protein_coding 2 1 1 GUCA2B ENSG00000044012 +CDS chr1 42154680 42154866 ENST00000372581 protein_coding 2 1 2 GUCA2B ENSG00000044012 +CDS chr1 42155535 42155593 ENST00000372581 protein_coding 2 1 3 GUCA2B ENSG00000044012 +transcript chr1 42162690 42164745 ENST00000357001 protein_coding 3 1 NA GUCA2A ENSG00000197273 +CDS chr1 42162909 42162970 ENST00000357001 protein_coding 3 1 3 GUCA2A ENSG00000197273 +CDS chr1 42163403 42163610 ENST00000357001 protein_coding 3 1 2 GUCA2A ENSG00000197273 +CDS chr1 42164638 42164712 ENST00000357001 protein_coding 3 1 1 GUCA2A ENSG00000197273 +transcript chr1 42176539 42189809 ENST00000372571 protein_coding 5 2 NA FOXJ3 ENSG00000198815 +transcript chr1 42176539 42334965 ENST00000372572 protein_coding 5 1 NA FOXJ3 ENSG00000198815 +transcript chr1 42176539 42335877 ENST00000372573 protein_coding 5 2 NA FOXJ3 ENSG00000198815 +transcript chr1 42176545 42315459 ENST00000545068 protein_coding 5 5 NA FOXJ3 ENSG00000198815 +transcript chr1 42176545 42335215 ENST00000361776 protein_coding 5 5 NA FOXJ3 ENSG00000198815 +transcript chr1 42176548 42335235 ENST00000361346 protein_coding 6 1 NA FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372571 protein_coding 5 2 3 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372572 protein_coding 5 1 15 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372573 protein_coding 5 2 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000361346 protein_coding 6 1 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000545068 protein_coding 5 5 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000361776 protein_coding 5 5 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372571 protein_coding 5 2 2 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372572 protein_coding 5 1 14 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372573 protein_coding 5 2 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000361346 protein_coding 6 1 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000545068 protein_coding 5 5 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000361776 protein_coding 5 5 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188923 ENST00000372571 protein_coding 5 2 1 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000372572 protein_coding 5 1 13 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000372573 protein_coding 5 2 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000361346 protein_coding 6 1 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000545068 protein_coding 5 5 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000361776 protein_coding 5 5 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000372572 protein_coding 5 1 12 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000372573 protein_coding 5 2 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000361346 protein_coding 6 1 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000545068 protein_coding 5 5 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000361776 protein_coding 5 5 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000372572 protein_coding 5 1 11 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000372573 protein_coding 5 2 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000361346 protein_coding 6 1 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000545068 protein_coding 5 5 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000361776 protein_coding 5 5 8 FOXJ3 ENSG00000198815 +transcript chr1 42191406 42335221 ENST00000445886 protein_coding 5 1 NA FOXJ3 ENSG00000198815 +CDS chr1 42191406 42191719 ENST00000445886 protein_coding 5 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000372572 protein_coding 5 1 10 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000372573 protein_coding 5 2 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000445886 protein_coding 5 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000361346 protein_coding 6 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000545068 protein_coding 5 5 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000361776 protein_coding 5 5 7 FOXJ3 ENSG00000198815 +transcript chr1 42194997 42206011 ENST00000422278 protein_coding 1 3 NA FOXJ3 ENSG00000198815 +CDS chr1 42194997 42195064 ENST00000422278 protein_coding 1 3 3 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000372572 protein_coding 5 1 9 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000372573 protein_coding 5 2 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000445886 protein_coding 5 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000422278 protein_coding 1 3 2 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000361346 protein_coding 6 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000545068 protein_coding 5 5 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000361776 protein_coding 5 5 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000372572 protein_coding 5 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000372573 protein_coding 5 2 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205824 ENST00000422278 protein_coding 1 3 1 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000361346 protein_coding 6 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000545068 protein_coding 5 5 6 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000372572 protein_coding 5 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000372573 protein_coding 5 2 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000445886 protein_coding 5 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000361346 protein_coding 6 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000545068 protein_coding 5 5 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000361776 protein_coding 5 5 5 FOXJ3 ENSG00000198815 +transcript chr1 42264931 42278587 ENST00000454417 protein_coding 1 3 NA FOXJ3 ENSG00000198815 +CDS chr1 42265055 42265189 ENST00000454417 protein_coding 1 3 2 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000372572 protein_coding 5 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000372573 protein_coding 5 2 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000445886 protein_coding 5 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000361346 protein_coding 6 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000545068 protein_coding 5 5 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000361776 protein_coding 5 5 4 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000372572 protein_coding 5 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000372573 protein_coding 5 2 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000445886 protein_coding 5 1 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278587 ENST00000454417 protein_coding 1 3 1 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000361346 protein_coding 6 1 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000545068 protein_coding 5 5 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000361776 protein_coding 5 5 3 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000372572 protein_coding 5 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000372573 protein_coding 5 2 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000445886 protein_coding 5 1 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000361346 protein_coding 6 1 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000545068 protein_coding 5 5 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000361776 protein_coding 5 5 2 FOXJ3 ENSG00000198815 +transcript chr1 42380792 42424232 ENST00000431473 protein_coding 4 1 NA RIMKLA ENSG00000177181 +transcript chr1 42380795 42410165 ENST00000410070 protein_coding 6 3 NA RIMKLA ENSG00000177181 +CDS chr1 42380935 42381097 ENST00000431473 protein_coding 4 1 1 RIMKLA ENSG00000177181 +CDS chr1 42399404 42399634 ENST00000431473 protein_coding 4 1 2 RIMKLA ENSG00000177181 +CDS chr1 42399613 42399634 ENST00000410070 protein_coding 6 3 3 RIMKLA ENSG00000177181 +CDS chr1 42404511 42404597 ENST00000410070 protein_coding 6 3 4 RIMKLA ENSG00000177181 +CDS chr1 42404511 42404597 ENST00000431473 protein_coding 4 1 3 RIMKLA ENSG00000177181 +CDS chr1 42409984 42410165 ENST00000410070 protein_coding 6 3 5 RIMKLA ENSG00000177181 +CDS chr1 42409984 42410187 ENST00000431473 protein_coding 4 1 4 RIMKLA ENSG00000177181 +CDS chr1 42414484 42414971 ENST00000431473 protein_coding 4 1 5 RIMKLA ENSG00000177181 +transcript chr1 42430329 42456022 ENST00000372565 protein_coding 8 1 NA ZMYND12 ENSG00000066185 +CDS chr1 42430739 42430858 ENST00000372565 protein_coding 8 1 8 ZMYND12 ENSG00000066185 +CDS chr1 42433143 42433288 ENST00000372565 protein_coding 8 1 7 ZMYND12 ENSG00000066185 +CDS chr1 42435274 42435385 ENST00000372565 protein_coding 8 1 6 ZMYND12 ENSG00000066185 +CDS chr1 42436421 42436543 ENST00000372565 protein_coding 8 1 5 ZMYND12 ENSG00000066185 +CDS chr1 42439856 42440025 ENST00000372565 protein_coding 8 1 4 ZMYND12 ENSG00000066185 +CDS chr1 42448467 42448638 ENST00000372565 protein_coding 8 1 3 ZMYND12 ENSG00000066185 +CDS chr1 42449918 42450059 ENST00000372565 protein_coding 8 1 2 ZMYND12 ENSG00000066185 +CDS chr1 42455888 42455997 ENST00000372565 protein_coding 8 1 1 ZMYND12 ENSG00000066185 +transcript chr1 42456117 42460081 ENST00000372562 protein_coding 1 2 NA PPCS ENSG00000127125 +transcript chr1 42456539 42457504 ENST00000372560 protein_coding 3 1 NA PPCS ENSG00000127125 +transcript chr1 42456543 42461236 ENST00000372561 protein_coding 4 1 NA PPCS ENSG00000127125 +transcript chr1 42456561 42460414 ENST00000372556 protein_coding 3 2 NA PPCS ENSG00000127125 +CDS chr1 42456566 42457073 ENST00000372560 protein_coding 3 1 1 PPCS ENSG00000127125 +CDS chr1 42456566 42457073 ENST00000372561 protein_coding 4 1 1 PPCS ENSG00000127125 +CDS chr1 42456566 42456628 ENST00000372556 protein_coding 3 2 1 PPCS ENSG00000127125 +CDS chr1 42457247 42457377 ENST00000372560 protein_coding 3 1 2 PPCS ENSG00000127125 +CDS chr1 42457247 42457350 ENST00000372561 protein_coding 4 1 2 PPCS ENSG00000127125 +CDS chr1 42457247 42457350 ENST00000372556 protein_coding 3 2 2 PPCS ENSG00000127125 +CDS chr1 42457258 42457350 ENST00000372562 protein_coding 1 2 2 PPCS ENSG00000127125 +CDS chr1 42459603 42459923 ENST00000372562 protein_coding 1 2 3 PPCS ENSG00000127125 +CDS chr1 42459603 42459923 ENST00000372561 protein_coding 4 1 3 PPCS ENSG00000127125 +CDS chr1 42459603 42459603 ENST00000372556 protein_coding 3 2 3 PPCS ENSG00000127125 +transcript chr1 42463221 42484158 ENST00000654683 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463237 42654176 ENST00000667205 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463286 42590268 ENST00000655164 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463286 42657190 ENST00000657597 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463291 42483924 ENST00000667947 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463294 42654165 ENST00000668663 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463294 42654415 ENST00000660083 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42483909 ENST00000655845 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42590268 ENST00000671281 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42654154 ENST00000664805 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463329 42637342 ENST00000654604 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463330 42484102 ENST00000655447 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463339 42566698 ENST00000661864 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463343 42653860 ENST00000665176 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463461 42581455 ENST00000670982 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463526 42545418 ENST00000668036 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42473286 42473303 ENST00000657597 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +transcript chr1 42479310 42484148 ENST00000670292 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000654683 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000667205 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655164 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000667947 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000668663 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000660083 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655845 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000671281 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000664805 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000654604 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655447 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000661864 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000665176 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000670982 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000670292 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +transcript chr1 42480661 42654107 ENST00000340612 protein_coding 6 5 NA CCDC30 ENSG00000186409 +transcript chr1 42482656 42654181 ENST00000428554 protein_coding 6 5 NA CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000654683 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000667205 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000655164 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000657597 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000668663 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000660083 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000655845 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000671281 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000664805 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000654604 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000655447 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000661864 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000665176 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000670982 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000670292 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42482676 42482708 ENST00000667947 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482720 42482816 ENST00000668036 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42482720 42482816 ENST00000340612 protein_coding 6 5 2 CCDC30 ENSG00000186409 +transcript chr1 42482755 42581429 ENST00000653735 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42482755 42482816 ENST00000653735 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000667205 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000655164 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000657597 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000668663 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000660083 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000671281 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000664805 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000654604 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000661864 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000665176 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000670982 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000668036 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000340612 protein_coding 6 5 3 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000653735 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +transcript chr1 42490207 42654189 ENST00000671538 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42490207 42490229 ENST00000671538 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000667205 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000655164 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000657597 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000668663 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000660083 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000671281 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000664805 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000654604 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000661864 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000665176 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000670982 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000668036 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000340612 protein_coding 6 5 4 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000653735 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000671538 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000667205 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000655164 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000657597 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000668663 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000660083 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000671281 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000664805 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000654604 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000661864 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000665176 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000670982 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000668036 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000340612 protein_coding 6 5 5 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498892 ENST00000653735 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498892 ENST00000671538 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +transcript chr1 42534889 42654664 ENST00000342022 protein_coding 8 5 NA CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000657597 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000654604 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000671538 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42536485 42536601 ENST00000428554 protein_coding 6 5 6 CCDC30 ENSG00000186409 +CDS chr1 42536485 42536601 ENST00000342022 protein_coding 8 5 2 CCDC30 ENSG00000186409 +transcript chr1 42536573 42595573 ENST00000514642 protein_coding 1 1 NA CCDC30 ENSG00000186409 +CDS chr1 42536573 42536601 ENST00000514642 protein_coding 1 1 1 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000657597 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000428554 protein_coding 6 5 7 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000671538 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000342022 protein_coding 8 5 3 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000657597 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545418 ENST00000668036 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000340612 protein_coding 6 5 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000428554 protein_coding 6 5 8 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000671538 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000342022 protein_coding 8 5 4 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000657597 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000340612 protein_coding 6 5 7 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000428554 protein_coding 6 5 9 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000671538 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000342022 protein_coding 8 5 5 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000667205 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000655164 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000657597 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000668663 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000660083 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000671281 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000664805 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000654604 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566658 ENST00000661864 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000665176 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000670982 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000340612 protein_coding 6 5 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000428554 protein_coding 6 5 10 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000653735 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000671538 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000342022 protein_coding 8 5 6 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000514642 protein_coding 1 1 2 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000667205 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000655164 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000657597 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000668663 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000660083 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000671281 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000664805 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000654604 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000665176 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000340612 protein_coding 6 5 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000428554 protein_coding 6 5 11 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000653735 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000671538 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000342022 protein_coding 8 5 7 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000514642 protein_coding 1 1 3 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000667205 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000655164 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000657597 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000668663 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000660083 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000671281 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000664805 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000654604 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000665176 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581455 ENST00000670982 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000340612 protein_coding 6 5 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000428554 protein_coding 6 5 12 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581429 ENST00000653735 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000671538 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000342022 protein_coding 8 5 8 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000514642 protein_coding 1 1 4 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000667205 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000655164 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000657597 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000668663 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000660083 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000671281 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000664805 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000654604 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000665176 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000340612 protein_coding 6 5 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000428554 protein_coding 6 5 13 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000671538 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000342022 protein_coding 8 5 9 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000514642 protein_coding 1 1 5 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000667205 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000657597 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000668663 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000660083 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000664805 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000654604 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000665176 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000340612 protein_coding 6 5 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000428554 protein_coding 6 5 14 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000671538 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000342022 protein_coding 8 5 10 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000667205 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000657597 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000668663 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000660083 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000664805 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637342 ENST00000654604 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000665176 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000340612 protein_coding 6 5 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000428554 protein_coding 6 5 15 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000671538 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000342022 protein_coding 8 5 11 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000667205 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000657597 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000668663 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000660083 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000664805 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000665176 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000340612 protein_coding 6 5 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000428554 protein_coding 6 5 16 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000671538 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000342022 protein_coding 8 5 12 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000667205 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000657597 protein_coding 1 NA 18 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000668663 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000660083 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000664805 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000665176 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000340612 protein_coding 6 5 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000428554 protein_coding 6 5 17 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000671538 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000342022 protein_coding 8 5 13 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000667205 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000657597 protein_coding 1 NA 19 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000668663 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000660083 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000664805 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000665176 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000340612 protein_coding 6 5 16 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000428554 protein_coding 6 5 18 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000342022 protein_coding 8 5 14 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000667205 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000657597 protein_coding 1 NA 20 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000668663 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000660083 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000664805 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653519 ENST00000665176 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000340612 protein_coding 6 5 17 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000428554 protein_coding 6 5 19 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000671538 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000342022 protein_coding 8 5 15 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000667205 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000657597 protein_coding 1 NA 21 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000668663 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000660083 protein_coding 1 NA 18 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000664805 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000340612 protein_coding 6 5 18 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000428554 protein_coding 6 5 20 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000671538 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000342022 protein_coding 8 5 16 CCDC30 ENSG00000186409 +transcript chr1 42658335 42676043 ENST00000677900 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658335 42676757 ENST00000372550 protein_coding 6 1 NA PPIH ENSG00000171960 +transcript chr1 42658368 42676713 ENST00000676675 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658423 42676758 ENST00000304979 protein_coding 8 1 NA PPIH ENSG00000171960 +transcript chr1 42658426 42669179 ENST00000678803 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658436 42676202 ENST00000678333 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000677900 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000372550 protein_coding 6 1 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000676675 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000304979 protein_coding 8 1 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000678803 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000678333 protein_coding 1 NA 1 PPIH ENSG00000171960 +transcript chr1 42658512 42667419 ENST00000440068 protein_coding 6 5 NA PPIH ENSG00000171960 +transcript chr1 42658701 42676043 ENST00000679245 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658701 42676757 ENST00000677356 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658703 42669031 ENST00000678308 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000677900 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000372550 protein_coding 6 1 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000676675 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000304979 protein_coding 8 1 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000678803 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000678333 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000440068 protein_coding 6 5 2 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000679245 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000677356 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000678308 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677900 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000372550 protein_coding 6 1 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000676675 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000304979 protein_coding 8 1 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678803 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678333 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000440068 protein_coding 6 5 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000679245 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677356 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678308 protein_coding 1 NA 2 PPIH ENSG00000171960 +transcript chr1 42659228 42669050 ENST00000677219 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677219 protein_coding 1 NA 1 PPIH ENSG00000171960 +transcript chr1 42659228 42676619 ENST00000677312 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677312 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677900 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000372550 protein_coding 6 1 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000676675 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000304979 protein_coding 8 1 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678803 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678333 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000440068 protein_coding 6 5 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000679245 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677356 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678308 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677219 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677312 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677900 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000372550 protein_coding 6 1 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000676675 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000304979 protein_coding 8 1 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678803 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678333 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000440068 protein_coding 6 5 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000679245 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677356 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678308 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677219 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677312 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677900 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000372550 protein_coding 6 1 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000676675 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000304979 protein_coding 8 1 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678803 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678333 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000440068 protein_coding 6 5 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000679245 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677356 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678308 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677219 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677312 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677900 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000372550 protein_coding 6 1 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000676675 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000304979 protein_coding 8 1 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678803 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678333 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000440068 protein_coding 6 5 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000679245 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677356 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678308 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677219 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677312 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677900 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000372550 protein_coding 6 1 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000676675 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000304979 protein_coding 8 1 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678803 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678333 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000440068 protein_coding 6 5 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000679245 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677356 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678308 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677219 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677312 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677900 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000372550 protein_coding 6 1 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000676675 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000304979 protein_coding 8 1 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678803 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678333 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000440068 protein_coding 6 5 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000679245 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677356 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678308 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677219 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677312 protein_coding 1 NA 7 PPIH ENSG00000171960 +transcript chr1 42682418 42703805 ENST00000321358 protein_coding 12 1 NA YBX1 ENSG00000065978 +transcript chr1 42682440 42697262 ENST00000332220 protein_coding 10 5 NA YBX1 ENSG00000065978 +CDS chr1 42682566 42682731 ENST00000321358 protein_coding 12 1 1 YBX1 ENSG00000065978 +CDS chr1 42682566 42682731 ENST00000332220 protein_coding 10 5 1 YBX1 ENSG00000065978 +transcript chr1 42682987 42702349 ENST00000436427 protein_coding 1 1 NA YBX1 ENSG00000065978 +CDS chr1 42682987 42683365 ENST00000436427 protein_coding 1 1 1 YBX1 ENSG00000065978 +CDS chr1 42683403 42683466 ENST00000321358 protein_coding 12 1 2 YBX1 ENSG00000065978 +CDS chr1 42683403 42683466 ENST00000332220 protein_coding 10 5 2 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000321358 protein_coding 12 1 3 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000332220 protein_coding 10 5 3 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000436427 protein_coding 1 1 2 YBX1 ENSG00000065978 +CDS chr1 42696199 42696288 ENST00000321358 protein_coding 12 1 4 YBX1 ENSG00000065978 +CDS chr1 42696199 42696288 ENST00000436427 protein_coding 1 1 3 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000321358 protein_coding 12 1 5 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000332220 protein_coding 10 5 4 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000436427 protein_coding 1 1 4 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000321358 protein_coding 12 1 6 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000332220 protein_coding 10 5 5 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000436427 protein_coding 1 1 5 YBX1 ENSG00000065978 +CDS chr1 42700781 42701012 ENST00000321358 protein_coding 12 1 7 YBX1 ENSG00000065978 +CDS chr1 42700781 42701012 ENST00000436427 protein_coding 1 1 6 YBX1 ENSG00000065978 +transcript chr1 42733093 42740236 ENST00000296387 protein_coding 6 2 NA CLDN19 ENSG00000164007 +transcript chr1 42733093 42740254 ENST00000539749 protein_coding 5 2 NA CLDN19 ENSG00000164007 +transcript chr1 42734995 42740140 ENST00000372539 protein_coding 3 1 NA CLDN19 ENSG00000164007 +CDS chr1 42735089 42735134 ENST00000296387 protein_coding 6 2 5 CLDN19 ENSG00000164007 +CDS chr1 42735765 42736030 ENST00000539749 protein_coding 5 2 3 CLDN19 ENSG00000164007 +CDS chr1 42735871 42736030 ENST00000372539 protein_coding 3 1 4 CLDN19 ENSG00000164007 +CDS chr1 42735878 42736030 ENST00000296387 protein_coding 6 2 4 CLDN19 ENSG00000164007 +CDS chr1 42738229 42738313 ENST00000296387 protein_coding 6 2 3 CLDN19 ENSG00000164007 +CDS chr1 42738229 42738313 ENST00000372539 protein_coding 3 1 3 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000296387 protein_coding 6 2 2 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000539749 protein_coding 5 2 2 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000372539 protein_coding 3 1 2 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000296387 protein_coding 6 2 1 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000539749 protein_coding 5 2 1 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000372539 protein_coding 3 1 1 CLDN19 ENSG00000164007 +transcript chr1 42746335 42767084 ENST00000397054 protein_coding 7 1 NA P3H1 ENSG00000117385 +transcript chr1 42746374 42767028 ENST00000296388 protein_coding 10 1 NA P3H1 ENSG00000117385 +transcript chr1 42746375 42767012 ENST00000236040 protein_coding 8 2 NA P3H1 ENSG00000117385 +CDS chr1 42746700 42746852 ENST00000296388 protein_coding 10 1 15 P3H1 ENSG00000117385 +CDS chr1 42746836 42746852 ENST00000397054 protein_coding 7 1 15 P3H1 ENSG00000117385 +CDS chr1 42746915 42747412 ENST00000236040 protein_coding 8 2 14 P3H1 ENSG00000117385 +CDS chr1 42747253 42747412 ENST00000397054 protein_coding 7 1 14 P3H1 ENSG00000117385 +CDS chr1 42747272 42747412 ENST00000296388 protein_coding 10 1 14 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000397054 protein_coding 7 1 13 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000296388 protein_coding 10 1 13 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000236040 protein_coding 8 2 13 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000397054 protein_coding 7 1 12 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000296388 protein_coding 10 1 12 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000236040 protein_coding 8 2 12 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000397054 protein_coding 7 1 11 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000296388 protein_coding 10 1 11 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000236040 protein_coding 8 2 11 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000397054 protein_coding 7 1 10 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000296388 protein_coding 10 1 10 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000236040 protein_coding 8 2 10 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000397054 protein_coding 7 1 9 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000296388 protein_coding 10 1 9 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000236040 protein_coding 8 2 9 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000397054 protein_coding 7 1 8 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000296388 protein_coding 10 1 8 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000236040 protein_coding 8 2 8 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000397054 protein_coding 7 1 7 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000296388 protein_coding 10 1 7 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000236040 protein_coding 8 2 7 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000397054 protein_coding 7 1 6 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000296388 protein_coding 10 1 6 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000236040 protein_coding 8 2 6 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000397054 protein_coding 7 1 5 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000296388 protein_coding 10 1 5 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000236040 protein_coding 8 2 5 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000397054 protein_coding 7 1 4 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000296388 protein_coding 10 1 4 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000236040 protein_coding 8 2 4 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000397054 protein_coding 7 1 3 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000296388 protein_coding 10 1 3 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000236040 protein_coding 8 2 3 P3H1 ENSG00000117385 +transcript chr1 42759257 42767002 ENST00000372526 protein_coding 2 3 NA P3H1 ENSG00000117385 +CDS chr1 42759257 42759390 ENST00000372526 protein_coding 2 3 3 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000397054 protein_coding 7 1 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000296388 protein_coding 10 1 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000236040 protein_coding 8 2 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762346 ENST00000372526 protein_coding 2 3 2 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000397054 protein_coding 7 1 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000296388 protein_coding 10 1 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000236040 protein_coding 8 2 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000372526 protein_coding 2 3 1 P3H1 ENSG00000117385 +transcript chr1 42767249 42779491 ENST00000372525 protein_coding 7 1 NA C1orf50 ENSG00000164008 +CDS chr1 42767312 42767390 ENST00000372525 protein_coding 7 1 1 C1orf50 ENSG00000164008 +CDS chr1 42767509 42767624 ENST00000372525 protein_coding 7 1 2 C1orf50 ENSG00000164008 +CDS chr1 42773563 42773649 ENST00000372525 protein_coding 7 1 3 C1orf50 ENSG00000164008 +CDS chr1 42774737 42774868 ENST00000372525 protein_coding 7 1 4 C1orf50 ENSG00000164008 +CDS chr1 42775209 42775391 ENST00000372525 protein_coding 7 1 5 C1orf50 ENSG00000164008 +transcript chr1 42784991 42800827 ENST00000637012 protein_coding 2 5 NA TMEM269 ENSG00000274386 +transcript chr1 42787990 42800827 ENST00000536543 protein_coding 6 5 NA TMEM269 ENSG00000274386 +CDS chr1 42789894 42789934 ENST00000637012 protein_coding 2 5 2 TMEM269 ENSG00000274386 +CDS chr1 42789894 42789934 ENST00000536543 protein_coding 6 5 3 TMEM269 ENSG00000274386 +CDS chr1 42792805 42792902 ENST00000637012 protein_coding 2 5 3 TMEM269 ENSG00000274386 +CDS chr1 42792805 42792902 ENST00000536543 protein_coding 6 5 4 TMEM269 ENSG00000274386 +CDS chr1 42793601 42793744 ENST00000637012 protein_coding 2 5 4 TMEM269 ENSG00000274386 +CDS chr1 42793601 42793744 ENST00000536543 protein_coding 6 5 5 TMEM269 ENSG00000274386 +CDS chr1 42794413 42794613 ENST00000637012 protein_coding 2 5 5 TMEM269 ENSG00000274386 +CDS chr1 42794413 42794613 ENST00000536543 protein_coding 6 5 6 TMEM269 ENSG00000274386 +CDS chr1 42798098 42798222 ENST00000637012 protein_coding 2 5 6 TMEM269 ENSG00000274386 +CDS chr1 42798098 42798222 ENST00000536543 protein_coding 6 5 7 TMEM269 ENSG00000274386 +transcript chr1 42807052 42816804 ENST00000372522 protein_coding 5 3 NA SVBP ENSG00000177868 +transcript chr1 42807052 42817397 ENST00000372521 protein_coding 9 1 NA SVBP ENSG00000177868 +CDS chr1 42807417 42807500 ENST00000372522 protein_coding 5 3 3 SVBP ENSG00000177868 +CDS chr1 42807417 42807500 ENST00000372521 protein_coding 9 1 3 SVBP ENSG00000177868 +CDS chr1 42816431 42816544 ENST00000372522 protein_coding 5 3 2 SVBP ENSG00000177868 +CDS chr1 42816431 42816544 ENST00000372521 protein_coding 9 1 2 SVBP ENSG00000177868 +transcript chr1 42817122 42830499 ENST00000645239 protein_coding 1 NA NA ERMAP ENSG00000164010 +transcript chr1 42817122 42844991 ENST00000372517 protein_coding 8 1 NA ERMAP ENSG00000164010 +transcript chr1 42825560 42844989 ENST00000372514 protein_coding 7 1 NA ERMAP ENSG00000164010 +CDS chr1 42830449 42830499 ENST00000645239 protein_coding 1 NA 4 ERMAP ENSG00000164010 +CDS chr1 42830449 42830533 ENST00000372517 protein_coding 8 1 3 ERMAP ENSG00000164010 +CDS chr1 42830449 42830533 ENST00000372514 protein_coding 7 1 2 ERMAP ENSG00000164010 +CDS chr1 42830768 42831115 ENST00000372517 protein_coding 8 1 4 ERMAP ENSG00000164010 +CDS chr1 42830768 42831115 ENST00000372514 protein_coding 7 1 3 ERMAP ENSG00000164010 +CDS chr1 42835038 42835154 ENST00000372517 protein_coding 8 1 5 ERMAP ENSG00000164010 +CDS chr1 42835038 42835154 ENST00000372514 protein_coding 7 1 4 ERMAP ENSG00000164010 +CDS chr1 42835732 42835764 ENST00000372517 protein_coding 8 1 6 ERMAP ENSG00000164010 +CDS chr1 42835732 42835764 ENST00000372514 protein_coding 7 1 5 ERMAP ENSG00000164010 +CDS chr1 42837158 42837190 ENST00000372517 protein_coding 8 1 7 ERMAP ENSG00000164010 +CDS chr1 42837158 42837190 ENST00000372514 protein_coding 7 1 6 ERMAP ENSG00000164010 +CDS chr1 42838901 42838921 ENST00000372517 protein_coding 8 1 8 ERMAP ENSG00000164010 +CDS chr1 42838901 42838921 ENST00000372514 protein_coding 7 1 7 ERMAP ENSG00000164010 +CDS chr1 42840033 42840053 ENST00000372517 protein_coding 8 1 9 ERMAP ENSG00000164010 +CDS chr1 42840033 42840053 ENST00000372514 protein_coding 7 1 8 ERMAP ENSG00000164010 +CDS chr1 42840152 42840178 ENST00000372517 protein_coding 8 1 10 ERMAP ENSG00000164010 +CDS chr1 42840152 42840178 ENST00000372514 protein_coding 7 1 9 ERMAP ENSG00000164010 +CDS chr1 42840270 42840296 ENST00000372517 protein_coding 8 1 11 ERMAP ENSG00000164010 +CDS chr1 42840270 42840296 ENST00000372514 protein_coding 7 1 10 ERMAP ENSG00000164010 +CDS chr1 42842517 42843229 ENST00000372517 protein_coding 8 1 12 ERMAP ENSG00000164010 +CDS chr1 42842517 42843229 ENST00000372514 protein_coding 7 1 11 ERMAP ENSG00000164010 +transcript chr1 42846573 42852473 ENST00000372502 protein_coding 5 2 NA ZNF691 ENSG00000164011 +transcript chr1 42846609 42852477 ENST00000372508 protein_coding 7 1 NA ZNF691 ENSG00000164011 +transcript chr1 42846613 42852477 ENST00000651192 protein_coding 1 NA NA ZNF691 ENSG00000164011 +transcript chr1 42846626 42852477 ENST00000372507 protein_coding 5 3 NA ZNF691 ENSG00000164011 +transcript chr1 42846628 42852477 ENST00000372506 protein_coding 5 2 NA ZNF691 ENSG00000164011 +transcript chr1 42846637 42852477 ENST00000372504 protein_coding 5 5 NA ZNF691 ENSG00000164011 +transcript chr1 42849291 42851264 ENST00000397034 protein_coding 3 3 NA ZNF691 ENSG00000164011 +transcript chr1 42849555 42851754 ENST00000372503 protein_coding 2 2 NA ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000372502 protein_coding 5 2 3 ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000651192 protein_coding 1 NA 3 ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000372503 protein_coding 2 2 1 ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000372504 protein_coding 5 5 4 ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000397034 protein_coding 3 3 3 ZNF691 ENSG00000164011 +transcript chr1 42850687 42852473 ENST00000630961 protein_coding 1 3 NA ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000630961 protein_coding 1 3 1 ZNF691 ENSG00000164011 +CDS chr1 42850923 42851264 ENST00000397034 protein_coding 3 3 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000372502 protein_coding 5 2 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000651192 protein_coding 1 NA 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000372504 protein_coding 5 5 5 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851754 ENST00000372503 protein_coding 2 2 2 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000630961 protein_coding 1 3 2 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372508 protein_coding 7 1 2 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372507 protein_coding 5 3 3 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372506 protein_coding 5 2 4 ZNF691 ENSG00000164011 +transcript chr1 42925353 42958868 ENST00000426263 protein_coding 10 1 NA SLC2A1 ENSG00000117394 +transcript chr1 42926244 42958859 ENST00000674765 protein_coding 1 NA NA SLC2A1 ENSG00000117394 +transcript chr1 42926796 42943238 ENST00000475162 protein_coding 3 5 NA SLC2A1 ENSG00000117394 +CDS chr1 42926810 42926857 ENST00000674765 protein_coding 1 NA 9 SLC2A1 ENSG00000117394 +CDS chr1 42926970 42926978 ENST00000475162 protein_coding 3 5 4 SLC2A1 ENSG00000117394 +CDS chr1 42927044 42927241 ENST00000426263 protein_coding 10 1 10 SLC2A1 ENSG00000117394 +CDS chr1 42927605 42927808 ENST00000426263 protein_coding 10 1 9 SLC2A1 ENSG00000117394 +CDS chr1 42928932 42929033 ENST00000426263 protein_coding 10 1 8 SLC2A1 ENSG00000117394 +CDS chr1 42928977 42929033 ENST00000674765 protein_coding 1 NA 8 SLC2A1 ENSG00000117394 +CDS chr1 42929210 42929314 ENST00000426263 protein_coding 10 1 7 SLC2A1 ENSG00000117394 +CDS chr1 42929210 42929314 ENST00000674765 protein_coding 1 NA 7 SLC2A1 ENSG00000117394 +CDS chr1 42929593 42929780 ENST00000426263 protein_coding 10 1 6 SLC2A1 ENSG00000117394 +CDS chr1 42929593 42929780 ENST00000674765 protein_coding 1 NA 6 SLC2A1 ENSG00000117394 +CDS chr1 42929873 42930035 ENST00000426263 protein_coding 10 1 5 SLC2A1 ENSG00000117394 +CDS chr1 42929873 42930035 ENST00000674765 protein_coding 1 NA 5 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000426263 protein_coding 10 1 4 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000674765 protein_coding 1 NA 4 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000475162 protein_coding 3 5 3 SLC2A1 ENSG00000117394 +transcript chr1 42930698 42958836 ENST00000372500 protein_coding 4 3 NA SLC2A1 ENSG00000117394 +CDS chr1 42930698 42930866 ENST00000372500 protein_coding 4 3 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000426263 protein_coding 10 1 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000674765 protein_coding 1 NA 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000475162 protein_coding 3 5 2 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000372500 protein_coding 4 3 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943321 ENST00000426263 protein_coding 10 1 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943321 ENST00000674765 protein_coding 1 NA 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943238 ENST00000475162 protein_coding 3 5 1 SLC2A1 ENSG00000117394 +transcript chr1 42951616 42958859 ENST00000460369 protein_coding 3 2 NA SLC2A1 ENSG00000117394 +CDS chr1 42951820 42951930 ENST00000460369 protein_coding 3 2 2 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000426263 protein_coding 10 1 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000674765 protein_coding 1 NA 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000372500 protein_coding 4 3 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000460369 protein_coding 3 2 1 SLC2A1 ENSG00000117394 +transcript chr1 43145153 43156396 ENST00000410048 protein_coding 5 3 NA FAM183A ENSG00000186973 +CDS chr1 43145249 43145297 ENST00000410048 protein_coding 5 3 1 FAM183A ENSG00000186973 +transcript chr1 43147904 43156396 ENST00000335282 protein_coding 5 2 NA FAM183A ENSG00000186973 +transcript chr1 43147923 43156279 ENST00000409396 protein_coding 5 3 NA FAM183A ENSG00000186973 +CDS chr1 43147952 43148084 ENST00000409396 protein_coding 5 3 1 FAM183A ENSG00000186973 +CDS chr1 43147952 43148084 ENST00000335282 protein_coding 5 2 1 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000410048 protein_coding 5 3 2 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000409396 protein_coding 5 3 2 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000335282 protein_coding 5 2 2 FAM183A ENSG00000186973 +CDS chr1 43152828 43152931 ENST00000410048 protein_coding 5 3 3 FAM183A ENSG00000186973 +CDS chr1 43152828 43152979 ENST00000409396 protein_coding 5 3 3 FAM183A ENSG00000186973 +CDS chr1 43152828 43152931 ENST00000335282 protein_coding 5 2 3 FAM183A ENSG00000186973 +CDS chr1 43156206 43156310 ENST00000410048 protein_coding 5 3 4 FAM183A ENSG00000186973 +CDS chr1 43156206 43156279 ENST00000409396 protein_coding 5 3 4 FAM183A ENSG00000186973 +CDS chr1 43156206 43156310 ENST00000335282 protein_coding 5 2 4 FAM183A ENSG00000186973 +transcript chr1 43164175 43172570 ENST00000431635 protein_coding 6 2 NA EBNA1BP2 ENSG00000117395 +transcript chr1 43164184 43172290 ENST00000236051 protein_coding 3 1 NA EBNA1BP2 ENSG00000117395 +CDS chr1 43164446 43164493 ENST00000236051 protein_coding 3 1 9 EBNA1BP2 ENSG00000117395 +CDS chr1 43164446 43164493 ENST00000431635 protein_coding 6 2 10 EBNA1BP2 ENSG00000117395 +CDS chr1 43164643 43164805 ENST00000236051 protein_coding 3 1 8 EBNA1BP2 ENSG00000117395 +CDS chr1 43164643 43164805 ENST00000431635 protein_coding 6 2 9 EBNA1BP2 ENSG00000117395 +CDS chr1 43166826 43166919 ENST00000236051 protein_coding 3 1 7 EBNA1BP2 ENSG00000117395 +CDS chr1 43166826 43166919 ENST00000431635 protein_coding 6 2 8 EBNA1BP2 ENSG00000117395 +CDS chr1 43167160 43167235 ENST00000236051 protein_coding 3 1 6 EBNA1BP2 ENSG00000117395 +CDS chr1 43167160 43167235 ENST00000431635 protein_coding 6 2 7 EBNA1BP2 ENSG00000117395 +CDS chr1 43168939 43169028 ENST00000236051 protein_coding 3 1 5 EBNA1BP2 ENSG00000117395 +CDS chr1 43168939 43169028 ENST00000431635 protein_coding 6 2 6 EBNA1BP2 ENSG00000117395 +CDS chr1 43170756 43170879 ENST00000236051 protein_coding 3 1 4 EBNA1BP2 ENSG00000117395 +CDS chr1 43170756 43170879 ENST00000431635 protein_coding 6 2 5 EBNA1BP2 ENSG00000117395 +CDS chr1 43171479 43171651 ENST00000236051 protein_coding 3 1 3 EBNA1BP2 ENSG00000117395 +CDS chr1 43171479 43171651 ENST00000431635 protein_coding 6 2 4 EBNA1BP2 ENSG00000117395 +CDS chr1 43171886 43171969 ENST00000236051 protein_coding 3 1 2 EBNA1BP2 ENSG00000117395 +CDS chr1 43171886 43171969 ENST00000431635 protein_coding 6 2 3 EBNA1BP2 ENSG00000117395 +CDS chr1 43172053 43172118 ENST00000236051 protein_coding 3 1 1 EBNA1BP2 ENSG00000117395 +CDS chr1 43172053 43172141 ENST00000431635 protein_coding 6 2 2 EBNA1BP2 ENSG00000117395 +CDS chr1 43172280 43172421 ENST00000431635 protein_coding 6 2 1 EBNA1BP2 ENSG00000117395 +transcript chr1 43172330 43254358 ENST00000372492 protein_coding 9 5 NA CFAP57 ENSG00000243710 +transcript chr1 43172330 43210878 ENST00000528956 protein_coding 5 2 NA CFAP57 ENSG00000243710 +transcript chr1 43172330 43254355 ENST00000610710 protein_coding 4 5 NA CFAP57 ENSG00000243710 +transcript chr1 43172344 43183614 ENST00000529956 protein_coding 5 4 NA CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000372492 protein_coding 9 5 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000528956 protein_coding 5 2 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000529956 protein_coding 5 4 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000610710 protein_coding 4 5 2 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000372492 protein_coding 9 5 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000528956 protein_coding 5 2 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000529956 protein_coding 5 4 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000610710 protein_coding 4 5 3 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000372492 protein_coding 9 5 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000528956 protein_coding 5 2 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183614 ENST00000529956 protein_coding 5 4 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000610710 protein_coding 4 5 4 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000372492 protein_coding 9 5 5 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000528956 protein_coding 5 2 5 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000610710 protein_coding 4 5 5 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000372492 protein_coding 9 5 6 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000528956 protein_coding 5 2 6 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000610710 protein_coding 4 5 6 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000372492 protein_coding 9 5 7 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000528956 protein_coding 5 2 7 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000610710 protein_coding 4 5 7 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000372492 protein_coding 9 5 8 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000528956 protein_coding 5 2 8 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000610710 protein_coding 4 5 8 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000372492 protein_coding 9 5 9 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000528956 protein_coding 5 2 9 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000610710 protein_coding 4 5 9 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000372492 protein_coding 9 5 10 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000528956 protein_coding 5 2 10 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000610710 protein_coding 4 5 10 CFAP57 ENSG00000243710 +CDS chr1 43209743 43209916 ENST00000372492 protein_coding 9 5 11 CFAP57 ENSG00000243710 +CDS chr1 43209743 43210081 ENST00000528956 protein_coding 5 2 11 CFAP57 ENSG00000243710 +CDS chr1 43209743 43209916 ENST00000610710 protein_coding 4 5 11 CFAP57 ENSG00000243710 +CDS chr1 43215255 43215416 ENST00000372492 protein_coding 9 5 12 CFAP57 ENSG00000243710 +CDS chr1 43215255 43215416 ENST00000610710 protein_coding 4 5 12 CFAP57 ENSG00000243710 +CDS chr1 43219382 43219537 ENST00000372492 protein_coding 9 5 13 CFAP57 ENSG00000243710 +CDS chr1 43219382 43219537 ENST00000610710 protein_coding 4 5 13 CFAP57 ENSG00000243710 +CDS chr1 43221372 43221465 ENST00000372492 protein_coding 9 5 14 CFAP57 ENSG00000243710 +CDS chr1 43221372 43221465 ENST00000610710 protein_coding 4 5 14 CFAP57 ENSG00000243710 +CDS chr1 43222105 43222295 ENST00000372492 protein_coding 9 5 15 CFAP57 ENSG00000243710 +CDS chr1 43222105 43222295 ENST00000610710 protein_coding 4 5 15 CFAP57 ENSG00000243710 +CDS chr1 43222824 43222997 ENST00000372492 protein_coding 9 5 16 CFAP57 ENSG00000243710 +CDS chr1 43222824 43222997 ENST00000610710 protein_coding 4 5 16 CFAP57 ENSG00000243710 +CDS chr1 43224046 43224204 ENST00000372492 protein_coding 9 5 17 CFAP57 ENSG00000243710 +CDS chr1 43224046 43224204 ENST00000610710 protein_coding 4 5 17 CFAP57 ENSG00000243710 +CDS chr1 43226983 43227126 ENST00000372492 protein_coding 9 5 18 CFAP57 ENSG00000243710 +CDS chr1 43226983 43227126 ENST00000610710 protein_coding 4 5 18 CFAP57 ENSG00000243710 +CDS chr1 43232066 43232164 ENST00000610710 protein_coding 4 5 19 CFAP57 ENSG00000243710 +CDS chr1 43232508 43232624 ENST00000372492 protein_coding 9 5 19 CFAP57 ENSG00000243710 +CDS chr1 43232508 43232624 ENST00000610710 protein_coding 4 5 20 CFAP57 ENSG00000243710 +CDS chr1 43234279 43234413 ENST00000372492 protein_coding 9 5 20 CFAP57 ENSG00000243710 +CDS chr1 43234279 43234413 ENST00000610710 protein_coding 4 5 21 CFAP57 ENSG00000243710 +CDS chr1 43234495 43234638 ENST00000372492 protein_coding 9 5 21 CFAP57 ENSG00000243710 +CDS chr1 43234495 43234638 ENST00000610710 protein_coding 4 5 22 CFAP57 ENSG00000243710 +CDS chr1 43243227 43243359 ENST00000372492 protein_coding 9 5 22 CFAP57 ENSG00000243710 +CDS chr1 43243227 43243359 ENST00000610710 protein_coding 4 5 23 CFAP57 ENSG00000243710 +CDS chr1 43253977 43254188 ENST00000372492 protein_coding 9 5 23 CFAP57 ENSG00000243710 +CDS chr1 43253977 43254188 ENST00000610710 protein_coding 4 5 24 CFAP57 ENSG00000243710 +transcript chr1 43269983 43274002 ENST00000439858 protein_coding 6 2 NA TMEM125 ENSG00000179178 +transcript chr1 43270025 43274002 ENST00000432792 protein_coding 6 1 NA TMEM125 ENSG00000179178 +transcript chr1 43270946 43272769 ENST00000456751 protein_coding 1 3 NA TMEM125 ENSG00000179178 +CDS chr1 43272723 43273379 ENST00000439858 protein_coding 6 2 4 TMEM125 ENSG00000179178 +CDS chr1 43272723 43273379 ENST00000432792 protein_coding 6 1 4 TMEM125 ENSG00000179178 +CDS chr1 43272723 43272769 ENST00000456751 protein_coding 1 3 3 TMEM125 ENSG00000179178 +transcript chr1 43281877 43285581 ENST00000523677 protein_coding 6 1 NA C1orf210 ENSG00000253313 +transcript chr1 43282661 43285617 ENST00000423420 protein_coding 1 3 NA C1orf210 ENSG00000253313 +CDS chr1 43282788 43283107 ENST00000523677 protein_coding 6 1 3 C1orf210 ENSG00000253313 +CDS chr1 43282788 43283107 ENST00000423420 protein_coding 1 3 3 C1orf210 ENSG00000253313 +CDS chr1 43283252 43283270 ENST00000523677 protein_coding 6 1 2 C1orf210 ENSG00000253313 +CDS chr1 43283252 43283270 ENST00000423420 protein_coding 1 3 2 C1orf210 ENSG00000253313 +transcript chr1 43300982 43323108 ENST00000372476 protein_coding 8 1 NA TIE1 ENSG00000066056 +CDS chr1 43301072 43301129 ENST00000372476 protein_coding 8 1 1 TIE1 ENSG00000066056 +transcript chr1 43301072 43308968 ENST00000538015 protein_coding 1 1 NA TIE1 ENSG00000066056 +CDS chr1 43301072 43301129 ENST00000538015 protein_coding 1 1 1 TIE1 ENSG00000066056 +CDS chr1 43304851 43305165 ENST00000372476 protein_coding 8 1 2 TIE1 ENSG00000066056 +CDS chr1 43304851 43305165 ENST00000538015 protein_coding 1 1 2 TIE1 ENSG00000066056 +CDS chr1 43305233 43305343 ENST00000372476 protein_coding 8 1 3 TIE1 ENSG00000066056 +CDS chr1 43305233 43305343 ENST00000538015 protein_coding 1 1 3 TIE1 ENSG00000066056 +CDS chr1 43306840 43306995 ENST00000372476 protein_coding 8 1 4 TIE1 ENSG00000066056 +CDS chr1 43306840 43306995 ENST00000538015 protein_coding 1 1 4 TIE1 ENSG00000066056 +CDS chr1 43307142 43307273 ENST00000372476 protein_coding 8 1 5 TIE1 ENSG00000066056 +CDS chr1 43307142 43307273 ENST00000538015 protein_coding 1 1 5 TIE1 ENSG00000066056 +CDS chr1 43307432 43307572 ENST00000372476 protein_coding 8 1 6 TIE1 ENSG00000066056 +CDS chr1 43307432 43307572 ENST00000538015 protein_coding 1 1 6 TIE1 ENSG00000066056 +CDS chr1 43307796 43307924 ENST00000372476 protein_coding 8 1 7 TIE1 ENSG00000066056 +CDS chr1 43307796 43307924 ENST00000538015 protein_coding 1 1 7 TIE1 ENSG00000066056 +CDS chr1 43308871 43308965 ENST00000538015 protein_coding 1 1 8 TIE1 ENSG00000066056 +CDS chr1 43308986 43309131 ENST00000372476 protein_coding 8 1 8 TIE1 ENSG00000066056 +CDS chr1 43309388 43309532 ENST00000372476 protein_coding 8 1 9 TIE1 ENSG00000066056 +CDS chr1 43311671 43311829 ENST00000372476 protein_coding 8 1 10 TIE1 ENSG00000066056 +CDS chr1 43311994 43312131 ENST00000372476 protein_coding 8 1 11 TIE1 ENSG00000066056 +CDS chr1 43312305 43312601 ENST00000372476 protein_coding 8 1 12 TIE1 ENSG00000066056 +CDS chr1 43313135 43313425 ENST00000372476 protein_coding 8 1 13 TIE1 ENSG00000066056 +CDS chr1 43313778 43313968 ENST00000372476 protein_coding 8 1 14 TIE1 ENSG00000066056 +CDS chr1 43317199 43317409 ENST00000372476 protein_coding 8 1 15 TIE1 ENSG00000066056 +CDS chr1 43317564 43317674 ENST00000372476 protein_coding 8 1 16 TIE1 ENSG00000066056 +CDS chr1 43317882 43318072 ENST00000372476 protein_coding 8 1 17 TIE1 ENSG00000066056 +CDS chr1 43319235 43319348 ENST00000372476 protein_coding 8 1 18 TIE1 ENSG00000066056 +CDS chr1 43319459 43319529 ENST00000372476 protein_coding 8 1 19 TIE1 ENSG00000066056 +CDS chr1 43321269 43321309 ENST00000372476 protein_coding 8 1 20 TIE1 ENSG00000066056 +CDS chr1 43321396 43321492 ENST00000372476 protein_coding 8 1 21 TIE1 ENSG00000066056 +CDS chr1 43321616 43321715 ENST00000372476 protein_coding 8 1 22 TIE1 ENSG00000066056 +CDS chr1 43322651 43322719 ENST00000372476 protein_coding 8 1 23 TIE1 ENSG00000066056 +transcript chr1 43337818 43354466 ENST00000372470 protein_coding 9 1 NA MPL ENSG00000117400 +CDS chr1 43337849 43337927 ENST00000372470 protein_coding 9 1 1 MPL ENSG00000117400 +transcript chr1 43337849 43352772 ENST00000413998 protein_coding 7 1 NA MPL ENSG00000117400 +CDS chr1 43337849 43337927 ENST00000413998 protein_coding 7 1 1 MPL ENSG00000117400 +CDS chr1 43338099 43338231 ENST00000372470 protein_coding 9 1 2 MPL ENSG00000117400 +CDS chr1 43338120 43338231 ENST00000413998 protein_coding 7 1 2 MPL ENSG00000117400 +CDS chr1 43338542 43338720 ENST00000372470 protein_coding 9 1 3 MPL ENSG00000117400 +CDS chr1 43338542 43338720 ENST00000413998 protein_coding 7 1 3 MPL ENSG00000117400 +CDS chr1 43339271 43339569 ENST00000372470 protein_coding 9 1 4 MPL ENSG00000117400 +CDS chr1 43339271 43339569 ENST00000413998 protein_coding 7 1 4 MPL ENSG00000117400 +CDS chr1 43339964 43340126 ENST00000372470 protein_coding 9 1 5 MPL ENSG00000117400 +CDS chr1 43339964 43340126 ENST00000413998 protein_coding 7 1 5 MPL ENSG00000117400 +CDS chr1 43340387 43340513 ENST00000372470 protein_coding 9 1 6 MPL ENSG00000117400 +CDS chr1 43340387 43340513 ENST00000413998 protein_coding 7 1 6 MPL ENSG00000117400 +CDS chr1 43346445 43346629 ENST00000372470 protein_coding 9 1 7 MPL ENSG00000117400 +CDS chr1 43346445 43346629 ENST00000413998 protein_coding 7 1 7 MPL ENSG00000117400 +CDS chr1 43346792 43346934 ENST00000372470 protein_coding 9 1 8 MPL ENSG00000117400 +CDS chr1 43346792 43346934 ENST00000413998 protein_coding 7 1 8 MPL ENSG00000117400 +CDS chr1 43348843 43349002 ENST00000372470 protein_coding 9 1 9 MPL ENSG00000117400 +CDS chr1 43348843 43349002 ENST00000413998 protein_coding 7 1 9 MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000372470 protein_coding 9 1 10 MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000413998 protein_coding 7 1 10 MPL ENSG00000117400 +transcript chr1 43349263 43352736 ENST00000643351 protein_coding 1 NA NA MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000643351 protein_coding 1 NA 1 MPL ENSG00000117400 +CDS chr1 43349837 43349962 ENST00000643351 protein_coding 1 NA 2 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000372470 protein_coding 9 1 11 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000413998 protein_coding 7 1 11 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000643351 protein_coding 1 NA 3 MPL ENSG00000117400 +CDS chr1 43352518 43352769 ENST00000372470 protein_coding 9 1 12 MPL ENSG00000117400 +CDS chr1 43352518 43352769 ENST00000413998 protein_coding 7 1 12 MPL ENSG00000117400 +CDS chr1 43352518 43352736 ENST00000643351 protein_coding 1 NA 4 MPL ENSG00000117400 +transcript chr1 43358981 43363203 ENST00000310955 protein_coding 11 1 NA CDC20 ENSG00000117399 +transcript chr1 43359013 43363203 ENST00000372462 protein_coding 1 1 NA CDC20 ENSG00000117399 +CDS chr1 43359216 43359396 ENST00000310955 protein_coding 11 1 2 CDC20 ENSG00000117399 +CDS chr1 43359216 43359396 ENST00000372462 protein_coding 1 1 1 CDC20 ENSG00000117399 +CDS chr1 43359490 43359638 ENST00000310955 protein_coding 11 1 3 CDC20 ENSG00000117399 +CDS chr1 43359490 43359638 ENST00000372462 protein_coding 1 1 2 CDC20 ENSG00000117399 +CDS chr1 43359725 43359821 ENST00000310955 protein_coding 11 1 4 CDC20 ENSG00000117399 +CDS chr1 43359725 43359821 ENST00000372462 protein_coding 1 1 3 CDC20 ENSG00000117399 +CDS chr1 43359969 43360097 ENST00000310955 protein_coding 11 1 5 CDC20 ENSG00000117399 +CDS chr1 43359969 43360097 ENST00000372462 protein_coding 1 1 4 CDC20 ENSG00000117399 +CDS chr1 43360193 43360389 ENST00000310955 protein_coding 11 1 6 CDC20 ENSG00000117399 +CDS chr1 43360193 43360389 ENST00000372462 protein_coding 1 1 5 CDC20 ENSG00000117399 +CDS chr1 43360499 43360593 ENST00000310955 protein_coding 11 1 7 CDC20 ENSG00000117399 +CDS chr1 43360499 43360593 ENST00000372462 protein_coding 1 1 6 CDC20 ENSG00000117399 +CDS chr1 43360733 43360961 ENST00000310955 protein_coding 11 1 8 CDC20 ENSG00000117399 +CDS chr1 43360733 43360961 ENST00000372462 protein_coding 1 1 7 CDC20 ENSG00000117399 +CDS chr1 43361120 43361245 ENST00000310955 protein_coding 11 1 9 CDC20 ENSG00000117399 +CDS chr1 43361120 43361245 ENST00000372462 protein_coding 1 1 8 CDC20 ENSG00000117399 +CDS chr1 43362195 43362312 ENST00000310955 protein_coding 11 1 10 CDC20 ENSG00000117399 +CDS chr1 43362195 43362312 ENST00000372462 protein_coding 1 1 9 CDC20 ENSG00000117399 +CDS chr1 43362951 43363126 ENST00000310955 protein_coding 11 1 11 CDC20 ENSG00000117399 +CDS chr1 43362951 43363126 ENST00000372462 protein_coding 1 1 10 CDC20 ENSG00000117399 +transcript chr1 43363398 43367738 ENST00000621943 protein_coding 4 2 NA ELOVL1 ENSG00000066322 +transcript chr1 43363398 43368074 ENST00000413844 protein_coding 3 2 NA ELOVL1 ENSG00000066322 +transcript chr1 43363401 43368011 ENST00000372458 protein_coding 8 1 NA ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000621943 protein_coding 4 2 8 ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000413844 protein_coding 3 2 7 ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000372458 protein_coding 8 1 8 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000621943 protein_coding 4 2 7 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000413844 protein_coding 3 2 6 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000372458 protein_coding 8 1 7 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000621943 protein_coding 4 2 6 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000413844 protein_coding 3 2 5 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000372458 protein_coding 8 1 6 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000621943 protein_coding 4 2 5 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000413844 protein_coding 3 2 4 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000372458 protein_coding 8 1 5 ELOVL1 ENSG00000066322 +CDS chr1 43364928 43365008 ENST00000621943 protein_coding 4 2 4 ELOVL1 ENSG00000066322 +CDS chr1 43364928 43365008 ENST00000372458 protein_coding 8 1 4 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000621943 protein_coding 4 2 3 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000413844 protein_coding 3 2 3 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000372458 protein_coding 8 1 3 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000621943 protein_coding 4 2 2 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000413844 protein_coding 3 2 2 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000372458 protein_coding 8 1 2 ELOVL1 ENSG00000066322 +transcript chr1 43383917 43389800 ENST00000372457 protein_coding 9 2 NA MED8 ENSG00000159479 +transcript chr1 43383917 43389808 ENST00000290663 protein_coding 10 5 NA MED8 ENSG00000159479 +CDS chr1 43384453 43384552 ENST00000290663 protein_coding 10 5 8 MED8 ENSG00000159479 +transcript chr1 43384726 43389784 ENST00000372455 protein_coding 4 1 NA MED8 ENSG00000159479 +CDS chr1 43385045 43385106 ENST00000372457 protein_coding 9 2 7 MED8 ENSG00000159479 +CDS chr1 43385045 43385106 ENST00000372455 protein_coding 4 1 7 MED8 ENSG00000159479 +CDS chr1 43385046 43385106 ENST00000290663 protein_coding 10 5 7 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000372457 protein_coding 9 2 6 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000290663 protein_coding 10 5 6 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000372455 protein_coding 4 1 6 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000372457 protein_coding 9 2 5 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000290663 protein_coding 10 5 5 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000372455 protein_coding 4 1 5 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000372457 protein_coding 9 2 4 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000290663 protein_coding 10 5 4 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000372455 protein_coding 4 1 4 MED8 ENSG00000159479 +CDS chr1 43387503 43387647 ENST00000372457 protein_coding 9 2 3 MED8 ENSG00000159479 +CDS chr1 43387503 43387647 ENST00000290663 protein_coding 10 5 3 MED8 ENSG00000159479 +CDS chr1 43387503 43387505 ENST00000372455 protein_coding 4 1 3 MED8 ENSG00000159479 +CDS chr1 43388310 43388428 ENST00000372457 protein_coding 9 2 2 MED8 ENSG00000159479 +CDS chr1 43388310 43388428 ENST00000290663 protein_coding 10 5 2 MED8 ENSG00000159479 +CDS chr1 43389759 43389764 ENST00000372457 protein_coding 9 2 1 MED8 ENSG00000159479 +CDS chr1 43389759 43389764 ENST00000290663 protein_coding 10 5 1 MED8 ENSG00000159479 +transcript chr1 43389882 43406894 ENST00000372450 protein_coding 8 1 NA SZT2 ENSG00000198198 +transcript chr1 43389896 43454247 ENST00000562955 protein_coding 2 5 NA SZT2 ENSG00000198198 +transcript chr1 43389899 43454247 ENST00000634258 protein_coding 3 5 NA SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000372450 protein_coding 8 1 1 SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000634258 protein_coding 3 5 1 SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000562955 protein_coding 2 5 1 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000372450 protein_coding 8 1 2 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000634258 protein_coding 3 5 2 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000562955 protein_coding 2 5 2 SZT2 ENSG00000198198 +CDS chr1 43403601 43403774 ENST00000634258 protein_coding 3 5 3 SZT2 ENSG00000198198 +CDS chr1 43403601 43403774 ENST00000562955 protein_coding 2 5 3 SZT2 ENSG00000198198 +CDS chr1 43403607 43403774 ENST00000372450 protein_coding 8 1 3 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000372450 protein_coding 8 1 4 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000634258 protein_coding 3 5 4 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000562955 protein_coding 2 5 4 SZT2 ENSG00000198198 +CDS chr1 43406283 43406324 ENST00000372450 protein_coding 8 1 5 SZT2 ENSG00000198198 +CDS chr1 43415082 43415213 ENST00000634258 protein_coding 3 5 5 SZT2 ENSG00000198198 +CDS chr1 43415082 43415213 ENST00000562955 protein_coding 2 5 5 SZT2 ENSG00000198198 +CDS chr1 43415960 43416101 ENST00000634258 protein_coding 3 5 6 SZT2 ENSG00000198198 +CDS chr1 43415960 43416101 ENST00000562955 protein_coding 2 5 6 SZT2 ENSG00000198198 +CDS chr1 43416535 43416641 ENST00000634258 protein_coding 3 5 7 SZT2 ENSG00000198198 +CDS chr1 43416535 43416641 ENST00000562955 protein_coding 2 5 7 SZT2 ENSG00000198198 +CDS chr1 43419734 43419944 ENST00000634258 protein_coding 3 5 8 SZT2 ENSG00000198198 +CDS chr1 43419734 43419944 ENST00000562955 protein_coding 2 5 8 SZT2 ENSG00000198198 +CDS chr1 43420153 43420323 ENST00000634258 protein_coding 3 5 9 SZT2 ENSG00000198198 +CDS chr1 43420153 43420323 ENST00000562955 protein_coding 2 5 9 SZT2 ENSG00000198198 +CDS chr1 43420749 43420983 ENST00000634258 protein_coding 3 5 10 SZT2 ENSG00000198198 +CDS chr1 43420749 43420983 ENST00000562955 protein_coding 2 5 10 SZT2 ENSG00000198198 +CDS chr1 43421174 43421303 ENST00000634258 protein_coding 3 5 11 SZT2 ENSG00000198198 +CDS chr1 43421174 43421303 ENST00000562955 protein_coding 2 5 11 SZT2 ENSG00000198198 +CDS chr1 43422083 43422225 ENST00000634258 protein_coding 3 5 12 SZT2 ENSG00000198198 +CDS chr1 43422083 43422225 ENST00000562955 protein_coding 2 5 12 SZT2 ENSG00000198198 +CDS chr1 43422480 43422632 ENST00000634258 protein_coding 3 5 13 SZT2 ENSG00000198198 +CDS chr1 43422480 43422632 ENST00000562955 protein_coding 2 5 13 SZT2 ENSG00000198198 +CDS chr1 43422769 43422883 ENST00000634258 protein_coding 3 5 14 SZT2 ENSG00000198198 +CDS chr1 43422769 43422883 ENST00000562955 protein_coding 2 5 14 SZT2 ENSG00000198198 +CDS chr1 43423099 43423316 ENST00000634258 protein_coding 3 5 15 SZT2 ENSG00000198198 +CDS chr1 43423099 43423316 ENST00000562955 protein_coding 2 5 15 SZT2 ENSG00000198198 +CDS chr1 43424217 43424432 ENST00000634258 protein_coding 3 5 16 SZT2 ENSG00000198198 +CDS chr1 43424217 43424432 ENST00000562955 protein_coding 2 5 16 SZT2 ENSG00000198198 +CDS chr1 43424784 43424862 ENST00000634258 protein_coding 3 5 17 SZT2 ENSG00000198198 +CDS chr1 43424784 43424862 ENST00000562955 protein_coding 2 5 17 SZT2 ENSG00000198198 +CDS chr1 43425113 43425207 ENST00000634258 protein_coding 3 5 18 SZT2 ENSG00000198198 +CDS chr1 43425113 43425207 ENST00000562955 protein_coding 2 5 18 SZT2 ENSG00000198198 +CDS chr1 43425474 43425642 ENST00000634258 protein_coding 3 5 19 SZT2 ENSG00000198198 +CDS chr1 43425474 43425642 ENST00000562955 protein_coding 2 5 19 SZT2 ENSG00000198198 +CDS chr1 43425835 43425949 ENST00000634258 protein_coding 3 5 20 SZT2 ENSG00000198198 +CDS chr1 43425835 43425949 ENST00000562955 protein_coding 2 5 20 SZT2 ENSG00000198198 +CDS chr1 43426038 43426151 ENST00000634258 protein_coding 3 5 21 SZT2 ENSG00000198198 +CDS chr1 43426038 43426151 ENST00000562955 protein_coding 2 5 21 SZT2 ENSG00000198198 +CDS chr1 43426368 43426538 ENST00000634258 protein_coding 3 5 22 SZT2 ENSG00000198198 +CDS chr1 43426715 43426809 ENST00000634258 protein_coding 3 5 23 SZT2 ENSG00000198198 +CDS chr1 43426715 43426809 ENST00000562955 protein_coding 2 5 22 SZT2 ENSG00000198198 +CDS chr1 43427056 43427179 ENST00000634258 protein_coding 3 5 24 SZT2 ENSG00000198198 +CDS chr1 43427056 43427179 ENST00000562955 protein_coding 2 5 23 SZT2 ENSG00000198198 +CDS chr1 43427281 43427445 ENST00000634258 protein_coding 3 5 25 SZT2 ENSG00000198198 +CDS chr1 43427281 43427445 ENST00000562955 protein_coding 2 5 24 SZT2 ENSG00000198198 +CDS chr1 43427530 43427734 ENST00000634258 protein_coding 3 5 26 SZT2 ENSG00000198198 +CDS chr1 43427530 43427734 ENST00000562955 protein_coding 2 5 25 SZT2 ENSG00000198198 +CDS chr1 43428003 43428118 ENST00000634258 protein_coding 3 5 27 SZT2 ENSG00000198198 +CDS chr1 43428003 43428118 ENST00000562955 protein_coding 2 5 26 SZT2 ENSG00000198198 +CDS chr1 43428240 43428486 ENST00000634258 protein_coding 3 5 28 SZT2 ENSG00000198198 +CDS chr1 43428240 43428486 ENST00000562955 protein_coding 2 5 27 SZT2 ENSG00000198198 +CDS chr1 43429703 43429844 ENST00000634258 protein_coding 3 5 29 SZT2 ENSG00000198198 +CDS chr1 43429703 43429844 ENST00000562955 protein_coding 2 5 28 SZT2 ENSG00000198198 +CDS chr1 43430011 43430103 ENST00000634258 protein_coding 3 5 30 SZT2 ENSG00000198198 +CDS chr1 43430011 43430103 ENST00000562955 protein_coding 2 5 29 SZT2 ENSG00000198198 +CDS chr1 43430311 43430389 ENST00000634258 protein_coding 3 5 31 SZT2 ENSG00000198198 +CDS chr1 43430311 43430389 ENST00000562955 protein_coding 2 5 30 SZT2 ENSG00000198198 +CDS chr1 43430496 43430789 ENST00000634258 protein_coding 3 5 32 SZT2 ENSG00000198198 +CDS chr1 43430496 43430789 ENST00000562955 protein_coding 2 5 31 SZT2 ENSG00000198198 +CDS chr1 43430949 43431090 ENST00000634258 protein_coding 3 5 33 SZT2 ENSG00000198198 +CDS chr1 43430949 43431090 ENST00000562955 protein_coding 2 5 32 SZT2 ENSG00000198198 +CDS chr1 43431265 43431372 ENST00000634258 protein_coding 3 5 34 SZT2 ENSG00000198198 +CDS chr1 43431265 43431372 ENST00000562955 protein_coding 2 5 33 SZT2 ENSG00000198198 +CDS chr1 43431460 43431523 ENST00000634258 protein_coding 3 5 35 SZT2 ENSG00000198198 +CDS chr1 43431460 43431523 ENST00000562955 protein_coding 2 5 34 SZT2 ENSG00000198198 +CDS chr1 43431716 43431901 ENST00000634258 protein_coding 3 5 36 SZT2 ENSG00000198198 +CDS chr1 43431716 43431901 ENST00000562955 protein_coding 2 5 35 SZT2 ENSG00000198198 +CDS chr1 43432272 43432439 ENST00000634258 protein_coding 3 5 37 SZT2 ENSG00000198198 +CDS chr1 43432272 43432439 ENST00000562955 protein_coding 2 5 36 SZT2 ENSG00000198198 +CDS chr1 43432517 43432604 ENST00000634258 protein_coding 3 5 38 SZT2 ENSG00000198198 +CDS chr1 43432517 43432604 ENST00000562955 protein_coding 2 5 37 SZT2 ENSG00000198198 +CDS chr1 43432728 43432799 ENST00000634258 protein_coding 3 5 39 SZT2 ENSG00000198198 +CDS chr1 43432728 43432799 ENST00000562955 protein_coding 2 5 38 SZT2 ENSG00000198198 +CDS chr1 43432989 43433190 ENST00000634258 protein_coding 3 5 40 SZT2 ENSG00000198198 +CDS chr1 43432989 43433190 ENST00000562955 protein_coding 2 5 39 SZT2 ENSG00000198198 +CDS chr1 43434386 43434485 ENST00000634258 protein_coding 3 5 41 SZT2 ENSG00000198198 +CDS chr1 43434386 43434485 ENST00000562955 protein_coding 2 5 40 SZT2 ENSG00000198198 +CDS chr1 43435200 43435329 ENST00000634258 protein_coding 3 5 42 SZT2 ENSG00000198198 +CDS chr1 43435200 43435329 ENST00000562955 protein_coding 2 5 41 SZT2 ENSG00000198198 +CDS chr1 43437171 43437323 ENST00000634258 protein_coding 3 5 43 SZT2 ENSG00000198198 +CDS chr1 43437171 43437323 ENST00000562955 protein_coding 2 5 42 SZT2 ENSG00000198198 +CDS chr1 43437406 43437508 ENST00000634258 protein_coding 3 5 44 SZT2 ENSG00000198198 +CDS chr1 43437406 43437508 ENST00000562955 protein_coding 2 5 43 SZT2 ENSG00000198198 +CDS chr1 43437595 43437700 ENST00000634258 protein_coding 3 5 45 SZT2 ENSG00000198198 +CDS chr1 43437595 43437700 ENST00000562955 protein_coding 2 5 44 SZT2 ENSG00000198198 +CDS chr1 43437791 43437902 ENST00000634258 protein_coding 3 5 46 SZT2 ENSG00000198198 +CDS chr1 43437791 43437902 ENST00000562955 protein_coding 2 5 45 SZT2 ENSG00000198198 +CDS chr1 43438699 43438817 ENST00000634258 protein_coding 3 5 47 SZT2 ENSG00000198198 +CDS chr1 43438699 43438817 ENST00000562955 protein_coding 2 5 46 SZT2 ENSG00000198198 +CDS chr1 43438929 43439093 ENST00000634258 protein_coding 3 5 48 SZT2 ENSG00000198198 +CDS chr1 43438929 43439093 ENST00000562955 protein_coding 2 5 47 SZT2 ENSG00000198198 +CDS chr1 43439358 43439442 ENST00000634258 protein_coding 3 5 49 SZT2 ENSG00000198198 +CDS chr1 43439358 43439442 ENST00000562955 protein_coding 2 5 48 SZT2 ENSG00000198198 +CDS chr1 43439605 43439769 ENST00000634258 protein_coding 3 5 50 SZT2 ENSG00000198198 +CDS chr1 43439605 43439769 ENST00000562955 protein_coding 2 5 49 SZT2 ENSG00000198198 +CDS chr1 43439881 43440048 ENST00000634258 protein_coding 3 5 51 SZT2 ENSG00000198198 +CDS chr1 43439881 43440048 ENST00000562955 protein_coding 2 5 50 SZT2 ENSG00000198198 +CDS chr1 43440453 43440586 ENST00000634258 protein_coding 3 5 52 SZT2 ENSG00000198198 +CDS chr1 43440453 43440586 ENST00000562955 protein_coding 2 5 51 SZT2 ENSG00000198198 +CDS chr1 43441214 43441380 ENST00000634258 protein_coding 3 5 53 SZT2 ENSG00000198198 +CDS chr1 43441214 43441380 ENST00000562955 protein_coding 2 5 52 SZT2 ENSG00000198198 +CDS chr1 43441504 43441601 ENST00000634258 protein_coding 3 5 54 SZT2 ENSG00000198198 +CDS chr1 43441504 43441601 ENST00000562955 protein_coding 2 5 53 SZT2 ENSG00000198198 +CDS chr1 43441686 43441818 ENST00000634258 protein_coding 3 5 55 SZT2 ENSG00000198198 +CDS chr1 43441686 43441818 ENST00000562955 protein_coding 2 5 54 SZT2 ENSG00000198198 +CDS chr1 43442000 43442130 ENST00000634258 protein_coding 3 5 56 SZT2 ENSG00000198198 +CDS chr1 43442000 43442130 ENST00000562955 protein_coding 2 5 55 SZT2 ENSG00000198198 +CDS chr1 43442268 43442368 ENST00000634258 protein_coding 3 5 57 SZT2 ENSG00000198198 +CDS chr1 43442268 43442368 ENST00000562955 protein_coding 2 5 56 SZT2 ENSG00000198198 +CDS chr1 43442442 43442618 ENST00000634258 protein_coding 3 5 58 SZT2 ENSG00000198198 +CDS chr1 43442442 43442618 ENST00000562955 protein_coding 2 5 57 SZT2 ENSG00000198198 +CDS chr1 43442819 43443086 ENST00000634258 protein_coding 3 5 59 SZT2 ENSG00000198198 +CDS chr1 43442819 43443086 ENST00000562955 protein_coding 2 5 58 SZT2 ENSG00000198198 +CDS chr1 43443188 43443267 ENST00000634258 protein_coding 3 5 60 SZT2 ENSG00000198198 +CDS chr1 43443188 43443267 ENST00000562955 protein_coding 2 5 59 SZT2 ENSG00000198198 +CDS chr1 43443352 43443477 ENST00000634258 protein_coding 3 5 61 SZT2 ENSG00000198198 +CDS chr1 43443352 43443477 ENST00000562955 protein_coding 2 5 60 SZT2 ENSG00000198198 +CDS chr1 43443597 43443796 ENST00000634258 protein_coding 3 5 62 SZT2 ENSG00000198198 +CDS chr1 43443597 43443796 ENST00000562955 protein_coding 2 5 61 SZT2 ENSG00000198198 +CDS chr1 43445894 43445984 ENST00000634258 protein_coding 3 5 63 SZT2 ENSG00000198198 +CDS chr1 43445894 43445984 ENST00000562955 protein_coding 2 5 62 SZT2 ENSG00000198198 +CDS chr1 43446179 43446259 ENST00000634258 protein_coding 3 5 64 SZT2 ENSG00000198198 +CDS chr1 43446179 43446259 ENST00000562955 protein_coding 2 5 63 SZT2 ENSG00000198198 +CDS chr1 43446342 43446416 ENST00000634258 protein_coding 3 5 65 SZT2 ENSG00000198198 +CDS chr1 43446342 43446416 ENST00000562955 protein_coding 2 5 64 SZT2 ENSG00000198198 +CDS chr1 43446955 43447168 ENST00000634258 protein_coding 3 5 66 SZT2 ENSG00000198198 +CDS chr1 43446955 43447168 ENST00000562955 protein_coding 2 5 65 SZT2 ENSG00000198198 +CDS chr1 43447545 43447698 ENST00000634258 protein_coding 3 5 67 SZT2 ENSG00000198198 +CDS chr1 43447545 43447698 ENST00000562955 protein_coding 2 5 66 SZT2 ENSG00000198198 +CDS chr1 43447849 43447971 ENST00000634258 protein_coding 3 5 68 SZT2 ENSG00000198198 +CDS chr1 43447849 43447971 ENST00000562955 protein_coding 2 5 67 SZT2 ENSG00000198198 +CDS chr1 43448079 43448484 ENST00000634258 protein_coding 3 5 69 SZT2 ENSG00000198198 +CDS chr1 43448079 43448484 ENST00000562955 protein_coding 2 5 68 SZT2 ENSG00000198198 +CDS chr1 43448612 43448728 ENST00000634258 protein_coding 3 5 70 SZT2 ENSG00000198198 +CDS chr1 43448612 43448728 ENST00000562955 protein_coding 2 5 69 SZT2 ENSG00000198198 +CDS chr1 43450103 43450171 ENST00000634258 protein_coding 3 5 71 SZT2 ENSG00000198198 +CDS chr1 43450103 43450171 ENST00000562955 protein_coding 2 5 70 SZT2 ENSG00000198198 +CDS chr1 43450337 43450477 ENST00000634258 protein_coding 3 5 72 SZT2 ENSG00000198198 +CDS chr1 43450337 43450477 ENST00000562955 protein_coding 2 5 71 SZT2 ENSG00000198198 +transcript chr1 43450989 43453931 ENST00000372430 protein_coding 9 1 NA HYI ENSG00000178922 +transcript chr1 43451003 43453989 ENST00000583037 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451154 43453716 ENST00000372433 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451154 43453825 ENST00000372434 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451158 43453452 ENST00000470662 protein_coding 5 3 NA HYI ENSG00000178922 +transcript chr1 43451158 43453467 ENST00000487366 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451158 43453963 ENST00000372432 protein_coding 5 1 NA HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000372434 protein_coding 5 5 9 HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000470662 protein_coding 5 3 7 HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000372430 protein_coding 9 1 8 HYI ENSG00000178922 +transcript chr1 43451320 43453848 ENST00000486909 protein_coding 1 5 NA HYI ENSG00000178922 +CDS chr1 43451342 43451544 ENST00000486909 protein_coding 1 5 7 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000372434 protein_coding 5 5 8 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000470662 protein_coding 5 3 6 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000372430 protein_coding 9 1 7 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000583037 protein_coding 5 5 8 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000372433 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000487366 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000372432 protein_coding 5 1 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000583037 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372433 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372434 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000470662 protein_coding 5 3 5 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000487366 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372430 protein_coding 9 1 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372432 protein_coding 5 1 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000486909 protein_coding 1 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000583037 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372433 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372434 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372430 protein_coding 9 1 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372432 protein_coding 5 1 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000486909 protein_coding 1 5 5 HYI ENSG00000178922 +CDS chr1 43451828 43451847 ENST00000470662 protein_coding 5 3 4 HYI ENSG00000178922 +CDS chr1 43451828 43451847 ENST00000487366 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000583037 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372433 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372434 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000470662 protein_coding 5 3 3 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000487366 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372430 protein_coding 9 1 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372432 protein_coding 5 1 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000486909 protein_coding 1 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000583037 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372433 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372434 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000470662 protein_coding 5 3 2 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000487366 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372430 protein_coding 9 1 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372432 protein_coding 5 1 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000486909 protein_coding 1 5 3 HYI ENSG00000178922 +CDS chr1 43452903 43453004 ENST00000583037 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43452903 43453004 ENST00000372434 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43453386 43453452 ENST00000470662 protein_coding 5 3 1 HYI ENSG00000178922 +CDS chr1 43453386 43453467 ENST00000487366 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000372430 protein_coding 9 1 2 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000372432 protein_coding 5 1 2 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000486909 protein_coding 1 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000583037 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000372433 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000372434 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000583037 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453716 ENST00000372433 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372434 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372430 protein_coding 9 1 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372432 protein_coding 5 1 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000486909 protein_coding 1 5 1 HYI ENSG00000178922 +transcript chr1 43530876 43579285 ENST00000617451 protein_coding 4 5 NA PTPRF ENSG00000142949 +transcript chr1 43530883 43623666 ENST00000359947 protein_coding 9 1 NA PTPRF ENSG00000142949 +transcript chr1 43530890 43622357 ENST00000438120 protein_coding 5 1 NA PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000359947 protein_coding 9 1 3 PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000438120 protein_coding 5 1 3 PTPRF ENSG00000142949 +transcript chr1 43545076 43579284 ENST00000437607 protein_coding 1 1 NA PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000437607 protein_coding 1 1 1 PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000617451 protein_coding 4 5 3 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000359947 protein_coding 9 1 4 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000438120 protein_coding 5 1 4 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000437607 protein_coding 1 1 2 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000617451 protein_coding 4 5 4 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000359947 protein_coding 9 1 5 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000438120 protein_coding 5 1 5 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000437607 protein_coding 1 1 3 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000617451 protein_coding 4 5 5 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000359947 protein_coding 9 1 6 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000438120 protein_coding 5 1 6 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000437607 protein_coding 1 1 4 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000617451 protein_coding 4 5 6 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000359947 protein_coding 9 1 7 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000438120 protein_coding 5 1 7 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000437607 protein_coding 1 1 5 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000617451 protein_coding 4 5 7 PTPRF ENSG00000142949 +CDS chr1 43579176 43579284 ENST00000437607 protein_coding 1 1 6 PTPRF ENSG00000142949 +CDS chr1 43579176 43579282 ENST00000617451 protein_coding 4 5 8 PTPRF ENSG00000142949 +CDS chr1 43588731 43589000 ENST00000359947 protein_coding 9 1 8 PTPRF ENSG00000142949 +CDS chr1 43588731 43589000 ENST00000438120 protein_coding 5 1 8 PTPRF ENSG00000142949 +CDS chr1 43590972 43591553 ENST00000359947 protein_coding 9 1 9 PTPRF ENSG00000142949 +CDS chr1 43590972 43591553 ENST00000438120 protein_coding 5 1 9 PTPRF ENSG00000142949 +transcript chr1 43591021 43622283 ENST00000412568 protein_coding 6 5 NA PTPRF ENSG00000142949 +CDS chr1 43591021 43591553 ENST00000412568 protein_coding 6 5 1 PTPRF ENSG00000142949 +transcript chr1 43591053 43623654 ENST00000429895 protein_coding 5 1 NA PTPRF ENSG00000142949 +CDS chr1 43591053 43591553 ENST00000429895 protein_coding 5 1 1 PTPRF ENSG00000142949 +transcript chr1 43591450 43622842 ENST00000414879 protein_coding 5 2 NA PTPRF ENSG00000142949 +CDS chr1 43591450 43591553 ENST00000414879 protein_coding 5 2 1 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000359947 protein_coding 9 1 10 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000438120 protein_coding 5 1 10 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000412568 protein_coding 6 5 2 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000429895 protein_coding 5 1 2 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000414879 protein_coding 5 2 2 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000359947 protein_coding 9 1 11 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000438120 protein_coding 5 1 11 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000412568 protein_coding 6 5 3 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000429895 protein_coding 5 1 3 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000414879 protein_coding 5 2 3 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000359947 protein_coding 9 1 12 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000438120 protein_coding 5 1 12 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000429895 protein_coding 5 1 4 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000359947 protein_coding 9 1 13 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000438120 protein_coding 5 1 13 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000412568 protein_coding 6 5 4 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000429895 protein_coding 5 1 5 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000414879 protein_coding 5 2 4 PTPRF ENSG00000142949 +transcript chr1 43598839 43623663 ENST00000372407 protein_coding 4 2 NA PTPRF ENSG00000142949 +CDS chr1 43598839 43598913 ENST00000372407 protein_coding 4 2 1 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000359947 protein_coding 9 1 14 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000412568 protein_coding 6 5 5 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000372407 protein_coding 4 2 2 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000359947 protein_coding 9 1 15 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000438120 protein_coding 5 1 14 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000412568 protein_coding 6 5 6 PTPRF ENSG00000142949 +CDS chr1 43603416 43603527 ENST00000429895 protein_coding 5 1 6 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000414879 protein_coding 5 2 5 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000372407 protein_coding 4 2 3 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000359947 protein_coding 9 1 16 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000438120 protein_coding 5 1 15 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000429895 protein_coding 5 1 7 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000414879 protein_coding 5 2 6 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000359947 protein_coding 9 1 17 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000438120 protein_coding 5 1 16 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000412568 protein_coding 6 5 7 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000429895 protein_coding 5 1 8 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000414879 protein_coding 5 2 7 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000372407 protein_coding 4 2 4 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000359947 protein_coding 9 1 18 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000438120 protein_coding 5 1 17 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000412568 protein_coding 6 5 8 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000429895 protein_coding 5 1 9 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000414879 protein_coding 5 2 8 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000372407 protein_coding 4 2 5 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000359947 protein_coding 9 1 19 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000438120 protein_coding 5 1 18 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000412568 protein_coding 6 5 9 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000429895 protein_coding 5 1 10 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000414879 protein_coding 5 2 9 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000372407 protein_coding 4 2 6 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000359947 protein_coding 9 1 20 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000438120 protein_coding 5 1 19 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000412568 protein_coding 6 5 10 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000429895 protein_coding 5 1 11 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000414879 protein_coding 5 2 10 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000372407 protein_coding 4 2 7 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000359947 protein_coding 9 1 21 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000438120 protein_coding 5 1 20 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000412568 protein_coding 6 5 11 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000429895 protein_coding 5 1 12 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000414879 protein_coding 5 2 11 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000372407 protein_coding 4 2 8 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000359947 protein_coding 9 1 22 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000438120 protein_coding 5 1 21 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000412568 protein_coding 6 5 12 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000429895 protein_coding 5 1 13 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000414879 protein_coding 5 2 12 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000372407 protein_coding 4 2 9 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000412568 protein_coding 6 5 13 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000414879 protein_coding 5 2 13 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000372407 protein_coding 4 2 10 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000359947 protein_coding 9 1 23 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000438120 protein_coding 5 1 22 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000412568 protein_coding 6 5 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000429895 protein_coding 5 1 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000414879 protein_coding 5 2 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000372407 protein_coding 4 2 11 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000359947 protein_coding 9 1 24 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000438120 protein_coding 5 1 23 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000412568 protein_coding 6 5 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000429895 protein_coding 5 1 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000414879 protein_coding 5 2 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000372407 protein_coding 4 2 12 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000359947 protein_coding 9 1 25 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000438120 protein_coding 5 1 24 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000412568 protein_coding 6 5 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000429895 protein_coding 5 1 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000414879 protein_coding 5 2 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000372407 protein_coding 4 2 13 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000359947 protein_coding 9 1 26 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000438120 protein_coding 5 1 25 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000412568 protein_coding 6 5 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000429895 protein_coding 5 1 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000414879 protein_coding 5 2 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000372407 protein_coding 4 2 14 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000359947 protein_coding 9 1 27 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000438120 protein_coding 5 1 26 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000412568 protein_coding 6 5 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000429895 protein_coding 5 1 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000414879 protein_coding 5 2 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000372407 protein_coding 4 2 15 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000359947 protein_coding 9 1 28 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000438120 protein_coding 5 1 27 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000412568 protein_coding 6 5 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000429895 protein_coding 5 1 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000414879 protein_coding 5 2 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000372407 protein_coding 4 2 16 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000359947 protein_coding 9 1 29 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000438120 protein_coding 5 1 28 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000412568 protein_coding 6 5 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000429895 protein_coding 5 1 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000414879 protein_coding 5 2 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000372407 protein_coding 4 2 17 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000359947 protein_coding 9 1 30 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000438120 protein_coding 5 1 29 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000412568 protein_coding 6 5 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000429895 protein_coding 5 1 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000414879 protein_coding 5 2 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000372407 protein_coding 4 2 18 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000359947 protein_coding 9 1 31 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000438120 protein_coding 5 1 30 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000412568 protein_coding 6 5 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000429895 protein_coding 5 1 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000414879 protein_coding 5 2 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000372407 protein_coding 4 2 19 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000359947 protein_coding 9 1 32 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000438120 protein_coding 5 1 31 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000412568 protein_coding 6 5 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000429895 protein_coding 5 1 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000414879 protein_coding 5 2 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000372407 protein_coding 4 2 20 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000359947 protein_coding 9 1 33 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000438120 protein_coding 5 1 32 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000412568 protein_coding 6 5 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000429895 protein_coding 5 1 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000414879 protein_coding 5 2 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000372407 protein_coding 4 2 21 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000359947 protein_coding 9 1 34 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000438120 protein_coding 5 1 33 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000412568 protein_coding 6 5 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000429895 protein_coding 5 1 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000414879 protein_coding 5 2 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000372407 protein_coding 4 2 22 PTPRF ENSG00000142949 +transcript chr1 43650149 43705518 ENST00000372396 protein_coding 4 1 NA KDM4A ENSG00000066135 +transcript chr1 43650536 43667021 ENST00000463151 protein_coding 5 5 NA KDM4A ENSG00000066135 +CDS chr1 43653176 43653313 ENST00000372396 protein_coding 4 1 2 KDM4A ENSG00000066135 +CDS chr1 43653176 43653313 ENST00000463151 protein_coding 5 5 2 KDM4A ENSG00000066135 +CDS chr1 43655591 43655766 ENST00000372396 protein_coding 4 1 3 KDM4A ENSG00000066135 +CDS chr1 43655591 43655766 ENST00000463151 protein_coding 5 5 3 KDM4A ENSG00000066135 +CDS chr1 43660298 43660412 ENST00000372396 protein_coding 4 1 4 KDM4A ENSG00000066135 +CDS chr1 43660298 43660412 ENST00000463151 protein_coding 5 5 4 KDM4A ENSG00000066135 +CDS chr1 43662894 43663087 ENST00000372396 protein_coding 4 1 5 KDM4A ENSG00000066135 +CDS chr1 43662894 43663087 ENST00000463151 protein_coding 5 5 5 KDM4A ENSG00000066135 +CDS chr1 43665696 43665745 ENST00000372396 protein_coding 4 1 6 KDM4A ENSG00000066135 +CDS chr1 43665696 43665745 ENST00000463151 protein_coding 5 5 6 KDM4A ENSG00000066135 +CDS chr1 43666452 43666555 ENST00000372396 protein_coding 4 1 7 KDM4A ENSG00000066135 +CDS chr1 43666452 43666555 ENST00000463151 protein_coding 5 5 7 KDM4A ENSG00000066135 +CDS chr1 43666954 43667091 ENST00000372396 protein_coding 4 1 8 KDM4A ENSG00000066135 +CDS chr1 43666954 43667021 ENST00000463151 protein_coding 5 5 8 KDM4A ENSG00000066135 +CDS chr1 43667772 43668019 ENST00000372396 protein_coding 4 1 9 KDM4A ENSG00000066135 +CDS chr1 43669100 43669299 ENST00000372396 protein_coding 4 1 10 KDM4A ENSG00000066135 +CDS chr1 43671505 43671875 ENST00000372396 protein_coding 4 1 11 KDM4A ENSG00000066135 +CDS chr1 43683684 43683804 ENST00000372396 protein_coding 4 1 12 KDM4A ENSG00000066135 +CDS chr1 43688914 43689095 ENST00000372396 protein_coding 4 1 13 KDM4A ENSG00000066135 +CDS chr1 43690845 43691049 ENST00000372396 protein_coding 4 1 14 KDM4A ENSG00000066135 +CDS chr1 43691496 43691572 ENST00000372396 protein_coding 4 1 15 KDM4A ENSG00000066135 +CDS chr1 43692256 43692311 ENST00000372396 protein_coding 4 1 16 KDM4A ENSG00000066135 +CDS chr1 43693994 43694102 ENST00000372396 protein_coding 4 1 17 KDM4A ENSG00000066135 +CDS chr1 43694709 43694894 ENST00000372396 protein_coding 4 1 18 KDM4A ENSG00000066135 +CDS chr1 43697843 43698013 ENST00000372396 protein_coding 4 1 19 KDM4A ENSG00000066135 +CDS chr1 43703617 43703736 ENST00000372396 protein_coding 4 1 20 KDM4A ENSG00000066135 +CDS chr1 43704020 43704112 ENST00000372396 protein_coding 4 1 21 KDM4A ENSG00000066135 +CDS chr1 43704230 43704367 ENST00000372396 protein_coding 4 1 22 KDM4A ENSG00000066135 +transcript chr1 43707527 43930891 ENST00000372372 protein_coding 7 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931162 ENST00000361400 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000545417 protein_coding 5 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000330208 protein_coding 6 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000335430 protein_coding 10 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931159 ENST00000347631 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931122 ENST00000372374 protein_coding 7 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931131 ENST00000643252 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931140 ENST00000647237 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931151 ENST00000642331 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707538 43931159 ENST00000361392 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707539 43838283 ENST00000646109 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707541 43931146 ENST00000353126 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707543 43931139 ENST00000642934 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707544 43931139 ENST00000351035 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707547 43931146 ENST00000646971 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707555 43931151 ENST00000647148 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707556 43931130 ENST00000262915 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707640 43772734 ENST00000484868 protein_coding 2 3 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707647 43931152 ENST00000361746 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707648 43922584 ENST00000645034 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707841 43931129 ENST00000644195 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43736233 43931122 ENST00000372368 protein_coding 7 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43736237 43931140 ENST00000646686 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000347631 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372372 protein_coding 7 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000361400 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372374 protein_coding 7 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000643252 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000647237 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000642331 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000361392 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646109 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000353126 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000642934 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000351035 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646971 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000647148 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000262915 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000484868 protein_coding 2 3 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000361746 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000645034 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000644195 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372368 protein_coding 7 1 1 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646686 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930202 ENST00000372362 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372362 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930202 ENST00000531451 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531451 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372369 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372369 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372367 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000372367 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372365 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372365 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000528371 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000528371 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000531816 protein_coding 1 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531816 protein_coding 1 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000531993 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531993 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930709 ENST00000361812 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000361812 protein_coding 9 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930972 ENST00000372366 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000372366 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000545417 protein_coding 5 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000330208 protein_coding 6 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000335430 protein_coding 10 5 2 ST3GAL3 ENSG00000126091 +transcript chr1 43736279 43930760 ENST00000645117 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736279 43736380 ENST00000645117 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736320 43931141 ENST00000533933 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736320 43736380 ENST00000533933 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736336 43930988 ENST00000332628 protein_coding 11 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736336 43736380 ENST00000332628 protein_coding 11 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736341 43931139 ENST00000644922 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736341 43736425 ENST00000644922 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736369 43931092 ENST00000644287 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736369 43736380 ENST00000644287 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43771884 43772071 ENST00000484868 protein_coding 2 3 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000347631 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372374 protein_coding 7 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000643252 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647237 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000642331 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361392 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000353126 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000351035 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000646971 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647148 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000262915 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361746 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000645034 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644195 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372368 protein_coding 7 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372362 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372369 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372365 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361812 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000533933 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644922 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644287 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +transcript chr1 43792102 43931127 ENST00000647503 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647503 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000545417 protein_coding 5 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000347631 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372372 protein_coding 7 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361400 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372374 protein_coding 7 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000643252 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647237 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000642331 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361392 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646109 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000353126 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000642934 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000351035 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646971 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647148 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000262915 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361746 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000645034 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644195 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372368 protein_coding 7 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646686 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372362 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531451 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372369 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372367 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372365 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000528371 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531816 protein_coding 1 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531993 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361812 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372366 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000645117 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000533933 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000332628 protein_coding 11 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644922 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644287 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647503 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000545417 protein_coding 5 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000330208 protein_coding 6 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000335430 protein_coding 10 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000372372 protein_coding 7 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000647237 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000351035 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000262915 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000372368 protein_coding 7 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000347631 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372372 protein_coding 7 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361400 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000643252 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647237 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000642331 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361392 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838283 ENST00000646109 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000353126 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000642934 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000351035 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000646971 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647148 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000262915 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361746 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000645034 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644195 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372368 protein_coding 7 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000646686 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372362 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000531451 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372369 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372367 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372365 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000528371 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000531816 protein_coding 1 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361812 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372366 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000645117 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000533933 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644922 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644287 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647503 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000545417 protein_coding 5 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000330208 protein_coding 6 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000335430 protein_coding 10 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000347631 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372372 protein_coding 7 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361400 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372374 protein_coding 7 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000643252 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647237 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000642331 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361392 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000353126 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000642934 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000351035 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000646971 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647148 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000262915 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361746 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000645034 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644195 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372368 protein_coding 7 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000646686 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372362 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000531451 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372369 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372367 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372365 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000528371 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000531993 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361812 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372366 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000645117 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000533933 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000332628 protein_coding 11 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644922 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644287 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647503 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000545417 protein_coding 5 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000335430 protein_coding 10 5 5 ST3GAL3 ENSG00000126091 +transcript chr1 43894385 43914639 ENST00000645161 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43894385 43894477 ENST00000645161 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43896730 43896822 ENST00000361746 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000347631 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372372 protein_coding 7 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361400 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372374 protein_coding 7 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000643252 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647237 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000642331 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361392 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000353126 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000642934 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000351035 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000646971 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647148 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000262915 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361746 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645034 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644195 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372368 protein_coding 7 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000646686 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372369 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372367 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372365 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000528371 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000531993 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372366 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645117 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000533933 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000332628 protein_coding 11 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644922 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644287 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647503 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645161 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000335430 protein_coding 10 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000347631 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372372 protein_coding 7 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361400 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372374 protein_coding 7 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000643252 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647237 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000642331 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361392 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000353126 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000642934 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000351035 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000646971 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647148 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000262915 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361746 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000645034 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644195 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372368 protein_coding 7 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000646686 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372369 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372367 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000372365 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000528371 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000531993 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000372366 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000645117 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000533933 protein_coding 6 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000332628 protein_coding 11 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644922 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644287 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647503 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000645161 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000335430 protein_coding 10 5 7 ST3GAL3 ENSG00000126091 +transcript chr1 43899225 43917029 ENST00000643989 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43899225 43899263 ENST00000643989 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000347631 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372372 protein_coding 7 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361400 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372374 protein_coding 7 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000643252 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000647237 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000642331 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361392 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000353126 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000642934 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000351035 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000646971 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000647148 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000262915 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361746 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000645034 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644195 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372368 protein_coding 7 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000646686 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372369 protein_coding 5 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000531993 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000533933 protein_coding 6 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000332628 protein_coding 11 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644922 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644287 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000645161 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000643989 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +transcript chr1 43899588 43930176 ENST00000490502 protein_coding 1 3 NA ST3GAL3 ENSG00000126091 +CDS chr1 43899588 43899727 ENST00000490502 protein_coding 1 3 1 ST3GAL3 ENSG00000126091 +CDS chr1 43900749 43900790 ENST00000643989 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43911167 43911241 ENST00000645161 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000347631 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372372 protein_coding 7 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361400 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372374 protein_coding 7 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000643252 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000642331 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361392 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000351035 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000646971 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000647148 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000262915 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361746 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000645034 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000644195 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372368 protein_coding 7 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000646686 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000533933 protein_coding 6 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000332628 protein_coding 11 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000644287 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000490502 protein_coding 1 3 2 ST3GAL3 ENSG00000126091 +CDS chr1 43920494 43920550 ENST00000372369 protein_coding 5 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000347631 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372372 protein_coding 7 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361400 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372374 protein_coding 7 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000643252 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000642331 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361392 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000351035 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000646971 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000647148 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000262915 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361746 protein_coding 9 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000645034 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000644195 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000646686 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372369 protein_coding 5 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000332628 protein_coding 11 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920940 ENST00000644287 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000490502 protein_coding 1 3 3 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000643252 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000642331 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921763 ENST00000645034 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000646686 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43921512 43921638 ENST00000647148 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930019 43930176 ENST00000490502 protein_coding 1 3 4 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000347631 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372372 protein_coding 7 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361400 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372374 protein_coding 7 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000643252 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000647237 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000642331 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361392 protein_coding 9 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000353126 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000642934 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000351035 protein_coding 8 5 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000646971 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000647148 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000262915 protein_coding 8 5 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361746 protein_coding 9 1 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644195 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372368 protein_coding 7 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000646686 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000372362 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000531451 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372369 protein_coding 5 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000372367 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000528371 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000531816 protein_coding 1 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000531993 protein_coding 6 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000361812 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000533933 protein_coding 6 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000332628 protein_coding 11 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644922 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644287 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000647503 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000545417 protein_coding 5 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000330208 protein_coding 6 5 5 ST3GAL3 ENSG00000126091 +transcript chr1 43933320 43937239 ENST00000414809 protein_coding 7 3 NA ARTN ENSG00000117407 +transcript chr1 43933675 43936231 ENST00000477048 protein_coding 5 5 NA ARTN ENSG00000117407 +transcript chr1 43933719 43936231 ENST00000471394 protein_coding 6 3 NA ARTN ENSG00000117407 +transcript chr1 43933801 43937240 ENST00000372359 protein_coding 10 1 NA ARTN ENSG00000117407 +transcript chr1 43933812 43937240 ENST00000498139 protein_coding 6 1 NA ARTN ENSG00000117407 +transcript chr1 43933846 43936346 ENST00000491846 protein_coding 5 3 NA ARTN ENSG00000117407 +transcript chr1 43934195 43936346 ENST00000479128 protein_coding 5 3 NA ARTN ENSG00000117407 +transcript chr1 43934198 43936345 ENST00000472435 protein_coding 1 3 NA ARTN ENSG00000117407 +transcript chr1 43934387 43936346 ENST00000474592 protein_coding 1 5 NA ARTN ENSG00000117407 +transcript chr1 43935359 43936807 ENST00000372354 protein_coding 3 1 NA ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000414809 protein_coding 7 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000477048 protein_coding 5 5 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000471394 protein_coding 6 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000372359 protein_coding 10 1 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000498139 protein_coding 6 1 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000491846 protein_coding 5 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000479128 protein_coding 5 3 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000472435 protein_coding 1 3 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000474592 protein_coding 1 5 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000372354 protein_coding 3 1 1 ARTN ENSG00000117407 +transcript chr1 43935807 43936765 ENST00000438616 protein_coding 3 1 NA ARTN ENSG00000117407 +CDS chr1 43935982 43936231 ENST00000438616 protein_coding 3 1 1 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000414809 protein_coding 7 3 4 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000498139 protein_coding 6 1 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000491846 protein_coding 5 3 4 ARTN ENSG00000117407 +CDS chr1 43936069 43936236 ENST00000479128 protein_coding 5 3 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936236 ENST00000472435 protein_coding 1 3 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000474592 protein_coding 1 5 3 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000477048 protein_coding 5 5 3 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000471394 protein_coding 6 3 4 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000372359 protein_coding 10 1 4 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000372354 protein_coding 3 1 2 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000414809 protein_coding 7 3 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000372359 protein_coding 10 1 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000498139 protein_coding 6 1 4 ARTN ENSG00000117407 +CDS chr1 43936302 43936346 ENST00000491846 protein_coding 5 3 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936346 ENST00000474592 protein_coding 1 5 4 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000372354 protein_coding 3 1 3 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000438616 protein_coding 3 1 2 ARTN ENSG00000117407 +transcript chr1 43946950 43968022 ENST00000372343 protein_coding 8 1 NA IPO13 ENSG00000117408 +CDS chr1 43947601 43947684 ENST00000372343 protein_coding 8 1 1 IPO13 ENSG00000117408 +CDS chr1 43949417 43950153 ENST00000372343 protein_coding 8 1 2 IPO13 ENSG00000117408 +CDS chr1 43956320 43956460 ENST00000372343 protein_coding 8 1 3 IPO13 ENSG00000117408 +CDS chr1 43956560 43956701 ENST00000372343 protein_coding 8 1 4 IPO13 ENSG00000117408 +CDS chr1 43956810 43956976 ENST00000372343 protein_coding 8 1 5 IPO13 ENSG00000117408 +CDS chr1 43957195 43957315 ENST00000372343 protein_coding 8 1 6 IPO13 ENSG00000117408 +CDS chr1 43957402 43957549 ENST00000372343 protein_coding 8 1 7 IPO13 ENSG00000117408 +CDS chr1 43957977 43958158 ENST00000372343 protein_coding 8 1 8 IPO13 ENSG00000117408 +CDS chr1 43958242 43958268 ENST00000372343 protein_coding 8 1 9 IPO13 ENSG00000117408 +CDS chr1 43958461 43958595 ENST00000372343 protein_coding 8 1 10 IPO13 ENSG00000117408 +CDS chr1 43958746 43958889 ENST00000372343 protein_coding 8 1 11 IPO13 ENSG00000117408 +CDS chr1 43960249 43960329 ENST00000372343 protein_coding 8 1 12 IPO13 ENSG00000117408 +CDS chr1 43960876 43961013 ENST00000372343 protein_coding 8 1 13 IPO13 ENSG00000117408 +CDS chr1 43961166 43961262 ENST00000372343 protein_coding 8 1 14 IPO13 ENSG00000117408 +CDS chr1 43964269 43964321 ENST00000372343 protein_coding 8 1 15 IPO13 ENSG00000117408 +transcript chr1 43965939 43967752 ENST00000372339 protein_coding 3 2 NA IPO13 ENSG00000117408 +CDS chr1 43966524 43966641 ENST00000372339 protein_coding 3 2 1 IPO13 ENSG00000117408 +CDS chr1 43966575 43966641 ENST00000372343 protein_coding 8 1 16 IPO13 ENSG00000117408 +CDS chr1 43966724 43966782 ENST00000372343 protein_coding 8 1 17 IPO13 ENSG00000117408 +CDS chr1 43966724 43966782 ENST00000372339 protein_coding 3 2 2 IPO13 ENSG00000117408 +CDS chr1 43966930 43967019 ENST00000372343 protein_coding 8 1 18 IPO13 ENSG00000117408 +CDS chr1 43966930 43967019 ENST00000372339 protein_coding 3 2 3 IPO13 ENSG00000117408 +CDS chr1 43967315 43967496 ENST00000372343 protein_coding 8 1 19 IPO13 ENSG00000117408 +CDS chr1 43967315 43967496 ENST00000372339 protein_coding 3 2 4 IPO13 ENSG00000117408 +CDS chr1 43967586 43967679 ENST00000372343 protein_coding 8 1 20 IPO13 ENSG00000117408 +CDS chr1 43967586 43967679 ENST00000372339 protein_coding 3 2 5 IPO13 ENSG00000117408 +transcript chr1 43970010 43973369 ENST00000255108 protein_coding 8 1 NA DPH2 ENSG00000132768 +transcript chr1 43970025 43973340 ENST00000396758 protein_coding 6 3 NA DPH2 ENSG00000132768 +CDS chr1 43970176 43970322 ENST00000255108 protein_coding 8 1 1 DPH2 ENSG00000132768 +CDS chr1 43970176 43970322 ENST00000396758 protein_coding 6 3 1 DPH2 ENSG00000132768 +CDS chr1 43970596 43970708 ENST00000255108 protein_coding 8 1 2 DPH2 ENSG00000132768 +CDS chr1 43970596 43970708 ENST00000396758 protein_coding 6 3 2 DPH2 ENSG00000132768 +CDS chr1 43970966 43971189 ENST00000255108 protein_coding 8 1 3 DPH2 ENSG00000132768 +CDS chr1 43970966 43971189 ENST00000396758 protein_coding 6 3 3 DPH2 ENSG00000132768 +transcript chr1 43971114 43972763 ENST00000459879 protein_coding 1 2 NA DPH2 ENSG00000132768 +CDS chr1 43971114 43971189 ENST00000459879 protein_coding 1 2 1 DPH2 ENSG00000132768 +CDS chr1 43971387 43972070 ENST00000255108 protein_coding 8 1 4 DPH2 ENSG00000132768 +CDS chr1 43971660 43972070 ENST00000459879 protein_coding 1 2 2 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000255108 protein_coding 8 1 5 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000396758 protein_coding 6 3 4 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000459879 protein_coding 1 2 3 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000255108 protein_coding 8 1 6 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000396758 protein_coding 6 3 5 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000459879 protein_coding 1 2 4 DPH2 ENSG00000132768 +transcript chr1 43974487 43976823 ENST00000472505 protein_coding 6 5 NA ATP6V0B ENSG00000117410 +transcript chr1 43974944 43978213 ENST00000532642 protein_coding 5 2 NA ATP6V0B ENSG00000117410 +transcript chr1 43974948 43978289 ENST00000236067 protein_coding 8 2 NA ATP6V0B ENSG00000117410 +transcript chr1 43974951 43978023 ENST00000471859 protein_coding 6 5 NA ATP6V0B ENSG00000117410 +transcript chr1 43974960 43978295 ENST00000472174 protein_coding 7 1 NA ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975107 ENST00000532642 protein_coding 5 2 1 ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975297 ENST00000471859 protein_coding 6 5 1 ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975107 ENST00000472174 protein_coding 7 1 1 ATP6V0B ENSG00000117410 +CDS chr1 43975800 43975848 ENST00000532642 protein_coding 5 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43975800 43975848 ENST00000472174 protein_coding 7 1 2 ATP6V0B ENSG00000117410 +transcript chr1 43976055 43978295 ENST00000498664 protein_coding 1 2 NA ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000532642 protein_coding 5 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000471859 protein_coding 6 5 2 ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000472174 protein_coding 7 1 3 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000472505 protein_coding 6 5 2 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000236067 protein_coding 8 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000498664 protein_coding 1 2 1 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000472505 protein_coding 6 5 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000532642 protein_coding 5 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000236067 protein_coding 8 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000471859 protein_coding 6 5 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000472174 protein_coding 7 1 4 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000498664 protein_coding 1 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000472505 protein_coding 6 5 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000532642 protein_coding 5 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000236067 protein_coding 8 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000471859 protein_coding 6 5 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000472174 protein_coding 7 1 5 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000498664 protein_coding 1 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976823 ENST00000472505 protein_coding 6 5 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000532642 protein_coding 5 2 6 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000236067 protein_coding 8 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000471859 protein_coding 6 5 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000472174 protein_coding 7 1 6 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000498664 protein_coding 1 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977408 ENST00000532642 protein_coding 5 2 7 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000236067 protein_coding 8 2 6 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000471859 protein_coding 6 5 6 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000472174 protein_coding 7 1 7 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000498664 protein_coding 1 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000236067 protein_coding 8 2 7 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000471859 protein_coding 6 5 7 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000472174 protein_coding 7 1 8 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000498664 protein_coding 1 2 6 ATP6V0B ENSG00000117410 +transcript chr1 43978943 43981327 ENST00000498543 protein_coding 1 3 NA B4GALT2 ENSG00000117411 +transcript chr1 43979179 43991110 ENST00000434555 protein_coding 7 1 NA B4GALT2 ENSG00000117411 +transcript chr1 43979210 43991168 ENST00000372324 protein_coding 6 1 NA B4GALT2 ENSG00000117411 +transcript chr1 43979237 43987769 ENST00000481924 protein_coding 2 2 NA B4GALT2 ENSG00000117411 +transcript chr1 43979877 43991168 ENST00000356836 protein_coding 10 2 NA B4GALT2 ENSG00000117411 +transcript chr1 43979936 43991170 ENST00000309519 protein_coding 8 2 NA B4GALT2 ENSG00000117411 +CDS chr1 43980012 43980046 ENST00000309519 protein_coding 8 2 1 B4GALT2 ENSG00000117411 +CDS chr1 43981109 43981473 ENST00000309519 protein_coding 8 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981327 ENST00000498543 protein_coding 1 3 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000434555 protein_coding 7 1 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000372324 protein_coding 6 1 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000481924 protein_coding 2 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000356836 protein_coding 10 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000434555 protein_coding 7 1 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000372324 protein_coding 6 1 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000481924 protein_coding 2 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000356836 protein_coding 10 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000309519 protein_coding 8 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000434555 protein_coding 7 1 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000372324 protein_coding 6 1 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000481924 protein_coding 2 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000356836 protein_coding 10 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000309519 protein_coding 8 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000434555 protein_coding 7 1 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000372324 protein_coding 6 1 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000481924 protein_coding 2 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000356836 protein_coding 10 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000309519 protein_coding 8 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000434555 protein_coding 7 1 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000372324 protein_coding 6 1 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985622 ENST00000481924 protein_coding 2 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000356836 protein_coding 10 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000309519 protein_coding 8 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000434555 protein_coding 7 1 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000372324 protein_coding 6 1 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000356836 protein_coding 10 2 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000309519 protein_coding 8 2 7 B4GALT2 ENSG00000117411 +transcript chr1 43991500 44016556 ENST00000372307 protein_coding 7 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43991599 43996528 ENST00000372318 protein_coding 8 1 NA CCDC24 ENSG00000159214 +CDS chr1 43991612 43991992 ENST00000372307 protein_coding 7 2 12 SLC6A9 ENSG00000196517 +transcript chr1 43991831 44031360 ENST00000372306 protein_coding 7 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43991842 43996110 ENST00000466180 protein_coding 1 3 NA CCDC24 ENSG00000159214 +CDS chr1 43991879 43992004 ENST00000372318 protein_coding 8 1 2 CCDC24 ENSG00000159214 +CDS chr1 43991879 43992004 ENST00000466180 protein_coding 1 3 1 CCDC24 ENSG00000159214 +CDS chr1 43991880 43991992 ENST00000372306 protein_coding 7 2 12 SLC6A9 ENSG00000196517 +CDS chr1 43992212 43992387 ENST00000372318 protein_coding 8 1 3 CCDC24 ENSG00000159214 +CDS chr1 43992523 43992639 ENST00000372318 protein_coding 8 1 4 CCDC24 ENSG00000159214 +CDS chr1 43993804 43993964 ENST00000466180 protein_coding 1 3 2 CCDC24 ENSG00000159214 +CDS chr1 43993887 43993964 ENST00000372318 protein_coding 8 1 5 CCDC24 ENSG00000159214 +CDS chr1 43995108 43995162 ENST00000372318 protein_coding 8 1 6 CCDC24 ENSG00000159214 +CDS chr1 43995108 43995162 ENST00000466180 protein_coding 1 3 3 CCDC24 ENSG00000159214 +CDS chr1 43995601 43995670 ENST00000372318 protein_coding 8 1 7 CCDC24 ENSG00000159214 +CDS chr1 43995601 43995670 ENST00000466180 protein_coding 1 3 4 CCDC24 ENSG00000159214 +CDS chr1 43995778 43995856 ENST00000372318 protein_coding 8 1 8 CCDC24 ENSG00000159214 +CDS chr1 43995778 43995856 ENST00000466180 protein_coding 1 3 5 CCDC24 ENSG00000159214 +CDS chr1 43995938 43996157 ENST00000372318 protein_coding 8 1 9 CCDC24 ENSG00000159214 +CDS chr1 43995942 43996110 ENST00000466180 protein_coding 1 3 6 CCDC24 ENSG00000159214 +transcript chr1 43996483 44031462 ENST00000372310 protein_coding 8 5 NA SLC6A9 ENSG00000196517 +transcript chr1 43996503 44031177 ENST00000673836 protein_coding 1 NA NA SLC6A9 ENSG00000196517 +transcript chr1 43997443 44031386 ENST00000475075 protein_coding 6 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43997528 44017325 ENST00000357730 protein_coding 6 1 NA SLC6A9 ENSG00000196517 +transcript chr1 43997528 44017325 ENST00000360584 protein_coding 6 1 NA SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000372310 protein_coding 8 5 14 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000673836 protein_coding 1 NA 14 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000475075 protein_coding 6 2 12 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000357730 protein_coding 6 1 13 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000360584 protein_coding 6 1 14 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000372310 protein_coding 8 5 13 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000673836 protein_coding 1 NA 13 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000475075 protein_coding 6 2 11 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000357730 protein_coding 6 1 12 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000360584 protein_coding 6 1 13 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000372307 protein_coding 7 2 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44001055 ENST00000372306 protein_coding 7 2 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000372310 protein_coding 8 5 12 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000673836 protein_coding 1 NA 12 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000475075 protein_coding 6 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000357730 protein_coding 6 1 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000360584 protein_coding 6 1 12 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000372307 protein_coding 7 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000372310 protein_coding 8 5 11 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000673836 protein_coding 1 NA 11 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000475075 protein_coding 6 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000357730 protein_coding 6 1 10 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000360584 protein_coding 6 1 11 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372307 protein_coding 7 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372306 protein_coding 7 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372310 protein_coding 8 5 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000673836 protein_coding 1 NA 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000475075 protein_coding 6 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000357730 protein_coding 6 1 9 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000360584 protein_coding 6 1 10 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372307 protein_coding 7 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372306 protein_coding 7 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372310 protein_coding 8 5 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000673836 protein_coding 1 NA 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000475075 protein_coding 6 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000357730 protein_coding 6 1 8 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000360584 protein_coding 6 1 9 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372307 protein_coding 7 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372306 protein_coding 7 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372310 protein_coding 8 5 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000673836 protein_coding 1 NA 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000475075 protein_coding 6 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000357730 protein_coding 6 1 7 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000360584 protein_coding 6 1 8 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372307 protein_coding 7 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372306 protein_coding 7 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372310 protein_coding 8 5 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000673836 protein_coding 1 NA 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000475075 protein_coding 6 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000357730 protein_coding 6 1 6 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000360584 protein_coding 6 1 7 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372307 protein_coding 7 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372306 protein_coding 7 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372310 protein_coding 8 5 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000673836 protein_coding 1 NA 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000475075 protein_coding 6 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000357730 protein_coding 6 1 5 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000360584 protein_coding 6 1 6 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372307 protein_coding 7 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372306 protein_coding 7 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372310 protein_coding 8 5 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000673836 protein_coding 1 NA 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008609 ENST00000475075 protein_coding 6 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000357730 protein_coding 6 1 4 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000360584 protein_coding 6 1 5 SLC6A9 ENSG00000196517 +transcript chr1 44008597 44017332 ENST00000528803 protein_coding 1 4 NA SLC6A9 ENSG00000196517 +CDS chr1 44008597 44008623 ENST00000528803 protein_coding 1 4 5 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010088 ENST00000372307 protein_coding 7 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000372306 protein_coding 7 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000372310 protein_coding 8 5 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000673836 protein_coding 1 NA 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000357730 protein_coding 6 1 3 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000360584 protein_coding 6 1 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000528803 protein_coding 1 4 4 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000372306 protein_coding 7 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000372310 protein_coding 8 5 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000673836 protein_coding 1 NA 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000357730 protein_coding 6 1 2 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000360584 protein_coding 6 1 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000528803 protein_coding 1 4 3 SLC6A9 ENSG00000196517 +transcript chr1 44010726 44031462 ENST00000466926 protein_coding 1 3 NA SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000466926 protein_coding 1 3 4 SLC6A9 ENSG00000196517 +CDS chr1 44011561 44011722 ENST00000360584 protein_coding 6 1 2 SLC6A9 ENSG00000196517 +CDS chr1 44011561 44011722 ENST00000466926 protein_coding 1 3 3 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000357730 protein_coding 6 1 1 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000360584 protein_coding 6 1 1 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000528803 protein_coding 1 4 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000372306 protein_coding 7 2 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000372310 protein_coding 8 5 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000673836 protein_coding 1 NA 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000466926 protein_coding 1 3 2 SLC6A9 ENSG00000196517 +transcript chr1 44118821 44135140 ENST00000372299 protein_coding 4 1 NA KLF17 ENSG00000171872 +CDS chr1 44118908 44118988 ENST00000372299 protein_coding 4 1 1 KLF17 ENSG00000171872 +CDS chr1 44129353 44130196 ENST00000372299 protein_coding 4 1 2 KLF17 ENSG00000171872 +CDS chr1 44130512 44130753 ENST00000372299 protein_coding 4 1 3 KLF17 ENSG00000171872 +transcript chr1 44137821 44141631 ENST00000634670 protein_coding 1 5 NA KLF18 ENSG00000283039 +CDS chr1 44137824 44138011 ENST00000634670 protein_coding 1 5 2 KLF18 ENSG00000283039 +CDS chr1 44138664 44141631 ENST00000634670 protein_coding 1 5 1 KLF18 ENSG00000283039 +transcript chr1 44213455 44220681 ENST00000361745 protein_coding 10 1 NA DMAP1 ENSG00000178028 +transcript chr1 44213459 44219241 ENST00000446292 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213471 44218747 ENST00000440641 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213471 44220673 ENST00000372289 protein_coding 7 1 NA DMAP1 ENSG00000178028 +transcript chr1 44213473 44214880 ENST00000436069 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213473 44219114 ENST00000437511 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213488 44220681 ENST00000315913 protein_coding 9 1 NA DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000361745 protein_coding 10 1 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000446292 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000440641 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000436069 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000437511 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000315913 protein_coding 9 1 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000372289 protein_coding 7 1 1 DMAP1 ENSG00000178028 +transcript chr1 44213841 44218430 ENST00000372290 protein_coding 4 5 NA DMAP1 ENSG00000178028 +CDS chr1 44213841 44213858 ENST00000372290 protein_coding 4 5 1 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000361745 protein_coding 10 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000446292 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000440641 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000436069 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000437511 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000315913 protein_coding 9 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000372289 protein_coding 7 1 2 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000372290 protein_coding 4 5 2 DMAP1 ENSG00000178028 +CDS chr1 44214539 44214616 ENST00000436069 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214539 44214616 ENST00000437511 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000361745 protein_coding 10 1 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000446292 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000440641 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214880 ENST00000436069 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000437511 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000315913 protein_coding 9 1 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000372289 protein_coding 7 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000372290 protein_coding 4 5 3 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000361745 protein_coding 10 1 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000446292 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000440641 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000437511 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000315913 protein_coding 9 1 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000372289 protein_coding 7 1 4 DMAP1 ENSG00000178028 +CDS chr1 44218341 44218430 ENST00000372290 protein_coding 4 5 4 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000361745 protein_coding 10 1 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000446292 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218747 ENST00000440641 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000437511 protein_coding 5 3 7 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000315913 protein_coding 9 1 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000372289 protein_coding 7 1 5 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000361745 protein_coding 10 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000446292 protein_coding 5 3 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219114 ENST00000437511 protein_coding 5 3 8 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000315913 protein_coding 9 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000372289 protein_coding 7 1 6 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000361745 protein_coding 10 1 8 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000315913 protein_coding 9 1 8 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000372289 protein_coding 7 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000361745 protein_coding 10 1 9 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000315913 protein_coding 9 1 9 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000372289 protein_coding 7 1 8 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000361745 protein_coding 10 1 10 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000315913 protein_coding 9 1 10 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000372289 protein_coding 7 1 9 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000361745 protein_coding 10 1 11 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000315913 protein_coding 9 1 11 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000372289 protein_coding 7 1 10 DMAP1 ENSG00000178028 +transcript chr1 44221070 44319744 ENST00000456170 protein_coding 6 5 NA ERI3 ENSG00000117419 +transcript chr1 44221070 44323043 ENST00000372259 protein_coding 9 5 NA ERI3 ENSG00000117419 +transcript chr1 44221070 44355257 ENST00000372257 protein_coding 7 1 NA ERI3 ENSG00000117419 +transcript chr1 44221339 44355061 ENST00000649995 protein_coding 1 NA NA ERI3 ENSG00000117419 +transcript chr1 44221504 44248002 ENST00000479101 protein_coding 1 3 NA ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000456170 protein_coding 6 5 7 ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000372259 protein_coding 9 5 7 ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000372257 protein_coding 7 1 9 ERI3 ENSG00000117419 +CDS chr1 44232375 44232388 ENST00000649995 protein_coding 1 NA 9 ERI3 ENSG00000117419 +CDS chr1 44241926 44242080 ENST00000479101 protein_coding 1 3 2 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000456170 protein_coding 6 5 6 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000372259 protein_coding 9 5 6 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000372257 protein_coding 7 1 8 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000649995 protein_coding 1 NA 8 ERI3 ENSG00000117419 +CDS chr1 44247939 44248002 ENST00000479101 protein_coding 1 3 1 ERI3 ENSG00000117419 +transcript chr1 44247986 44355260 ENST00000452396 protein_coding 5 3 NA ERI3 ENSG00000117419 +CDS chr1 44247986 44248038 ENST00000452396 protein_coding 5 3 6 ERI3 ENSG00000117419 +CDS chr1 44283986 44284069 ENST00000456170 protein_coding 6 5 5 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000456170 protein_coding 6 5 4 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000372259 protein_coding 9 5 5 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000372257 protein_coding 7 1 7 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000649995 protein_coding 1 NA 7 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000452396 protein_coding 5 3 5 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000456170 protein_coding 6 5 3 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000372259 protein_coding 9 5 4 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000372257 protein_coding 7 1 6 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000649995 protein_coding 1 NA 6 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000452396 protein_coding 5 3 4 ERI3 ENSG00000117419 +transcript chr1 44308310 44355249 ENST00000457571 protein_coding 1 5 NA ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000457571 protein_coding 1 5 6 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000456170 protein_coding 6 5 2 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000372259 protein_coding 9 5 3 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000372257 protein_coding 7 1 5 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000649995 protein_coding 1 NA 5 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000452396 protein_coding 5 3 3 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000457571 protein_coding 1 5 5 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000456170 protein_coding 6 5 1 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000372259 protein_coding 9 5 2 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000372257 protein_coding 7 1 4 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000649995 protein_coding 1 NA 4 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000452396 protein_coding 5 3 2 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000457571 protein_coding 1 5 4 ERI3 ENSG00000117419 +CDS chr1 44322725 44322868 ENST00000372259 protein_coding 9 5 1 ERI3 ENSG00000117419 +CDS chr1 44339045 44339322 ENST00000372257 protein_coding 7 1 3 ERI3 ENSG00000117419 +CDS chr1 44339045 44339322 ENST00000649995 protein_coding 1 NA 3 ERI3 ENSG00000117419 +CDS chr1 44339045 44339316 ENST00000457571 protein_coding 1 5 3 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000372257 protein_coding 7 1 2 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000649995 protein_coding 1 NA 2 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000457571 protein_coding 1 5 2 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000372257 protein_coding 7 1 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000649995 protein_coding 1 NA 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000452396 protein_coding 5 3 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000457571 protein_coding 1 5 1 ERI3 ENSG00000117419 +transcript chr1 44405194 44651723 ENST00000355387 protein_coding 6 1 NA RNF220 ENSG00000187147 +transcript chr1 44405255 44651723 ENST00000361799 protein_coding 7 1 NA RNF220 ENSG00000187147 +transcript chr1 44405288 44651724 ENST00000372247 protein_coding 6 5 NA RNF220 ENSG00000187147 +CDS chr1 44412098 44412722 ENST00000355387 protein_coding 6 1 2 RNF220 ENSG00000187147 +CDS chr1 44412098 44412722 ENST00000361799 protein_coding 7 1 2 RNF220 ENSG00000187147 +CDS chr1 44412098 44412726 ENST00000372247 protein_coding 6 5 2 RNF220 ENSG00000187147 +CDS chr1 44573002 44573005 ENST00000372247 protein_coding 6 5 3 RNF220 ENSG00000187147 +CDS chr1 44614165 44614297 ENST00000355387 protein_coding 6 1 3 RNF220 ENSG00000187147 +CDS chr1 44614165 44614297 ENST00000361799 protein_coding 7 1 3 RNF220 ENSG00000187147 +CDS chr1 44614173 44614297 ENST00000372247 protein_coding 6 5 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000355387 protein_coding 6 1 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000361799 protein_coding 7 1 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000372247 protein_coding 6 5 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000355387 protein_coding 6 1 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000361799 protein_coding 7 1 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000372247 protein_coding 6 5 6 RNF220 ENSG00000187147 +transcript chr1 44626326 44636152 ENST00000453863 protein_coding 5 3 NA RNF220 ENSG00000187147 +CDS chr1 44626326 44626398 ENST00000453863 protein_coding 5 3 1 RNF220 ENSG00000187147 +transcript chr1 44631732 44649769 ENST00000335497 protein_coding 11 5 NA RNF220 ENSG00000187147 +transcript chr1 44631732 44649957 ENST00000440132 protein_coding 2 2 NA RNF220 ENSG00000187147 +CDS chr1 44632155 44632208 ENST00000335497 protein_coding 11 5 1 RNF220 ENSG00000187147 +CDS chr1 44632155 44632208 ENST00000440132 protein_coding 2 2 1 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000355387 protein_coding 6 1 6 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000361799 protein_coding 7 1 6 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000372247 protein_coding 6 5 7 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000453863 protein_coding 5 3 2 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000335497 protein_coding 11 5 2 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000440132 protein_coding 2 2 2 RNF220 ENSG00000187147 +transcript chr1 44635238 44674459 ENST00000372242 protein_coding 7 3 NA TMEM53 ENSG00000126106 +transcript chr1 44635238 44674462 ENST00000372243 protein_coding 7 2 NA TMEM53 ENSG00000126106 +transcript chr1 44635238 44674477 ENST00000372244 protein_coding 3 2 NA TMEM53 ENSG00000126106 +CDS chr1 44635545 44635588 ENST00000355387 protein_coding 6 1 7 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000361799 protein_coding 7 1 7 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000372247 protein_coding 6 5 8 RNF220 ENSG00000187147 +CDS chr1 44635545 44635666 ENST00000453863 protein_coding 5 3 3 RNF220 ENSG00000187147 +CDS chr1 44635545 44635666 ENST00000335497 protein_coding 11 5 3 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000440132 protein_coding 2 2 3 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000355387 protein_coding 6 1 8 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000361799 protein_coding 7 1 8 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000372247 protein_coding 6 5 9 RNF220 ENSG00000187147 +CDS chr1 44636030 44636152 ENST00000453863 protein_coding 5 3 4 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000335497 protein_coding 11 5 4 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000440132 protein_coding 2 2 4 RNF220 ENSG00000187147 +CDS chr1 44636390 44636457 ENST00000372244 protein_coding 3 2 3 TMEM53 ENSG00000126106 +CDS chr1 44636413 44636457 ENST00000372242 protein_coding 7 3 5 TMEM53 ENSG00000126106 +CDS chr1 44636413 44636457 ENST00000372243 protein_coding 7 2 4 TMEM53 ENSG00000126106 +CDS chr1 44644698 44644794 ENST00000355387 protein_coding 6 1 9 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000361799 protein_coding 7 1 9 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000372247 protein_coding 6 5 10 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000335497 protein_coding 11 5 5 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000440132 protein_coding 2 2 5 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000355387 protein_coding 6 1 10 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000361799 protein_coding 7 1 10 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000372247 protein_coding 6 5 11 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000335497 protein_coding 11 5 6 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000440132 protein_coding 2 2 6 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000355387 protein_coding 6 1 11 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000361799 protein_coding 7 1 11 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000372247 protein_coding 6 5 12 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000335497 protein_coding 11 5 7 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000440132 protein_coding 2 2 7 RNF220 ENSG00000187147 +CDS chr1 44645360 44645464 ENST00000372242 protein_coding 7 3 4 TMEM53 ENSG00000126106 +CDS chr1 44645360 44645464 ENST00000372243 protein_coding 7 2 3 TMEM53 ENSG00000126106 +CDS chr1 44645360 44645464 ENST00000372244 protein_coding 3 2 2 TMEM53 ENSG00000126106 +CDS chr1 44645410 44645488 ENST00000355387 protein_coding 6 1 12 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000361799 protein_coding 7 1 12 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000372247 protein_coding 6 5 13 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000335497 protein_coding 11 5 8 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000440132 protein_coding 2 2 8 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000355387 protein_coding 6 1 13 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000361799 protein_coding 7 1 13 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000372247 protein_coding 6 5 14 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000335497 protein_coding 11 5 9 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000440132 protein_coding 2 2 9 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000355387 protein_coding 6 1 14 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000361799 protein_coding 7 1 14 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000372247 protein_coding 6 5 15 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000440132 protein_coding 2 2 10 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000355387 protein_coding 6 1 15 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000361799 protein_coding 7 1 15 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000372247 protein_coding 6 5 16 RNF220 ENSG00000187147 +transcript chr1 44653247 44674481 ENST00000372237 protein_coding 8 1 NA TMEM53 ENSG00000126106 +transcript chr1 44654465 44674443 ENST00000372235 protein_coding 7 2 NA TMEM53 ENSG00000126106 +CDS chr1 44654562 44655209 ENST00000372237 protein_coding 8 1 3 TMEM53 ENSG00000126106 +CDS chr1 44654562 44655119 ENST00000372235 protein_coding 7 2 3 TMEM53 ENSG00000126106 +transcript chr1 44654896 44674402 ENST00000420706 protein_coding 1 2 NA TMEM53 ENSG00000126106 +CDS chr1 44654896 44655116 ENST00000420706 protein_coding 1 2 3 TMEM53 ENSG00000126106 +CDS chr1 44654940 44655209 ENST00000372242 protein_coding 7 3 3 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372242 protein_coding 7 3 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372243 protein_coding 7 2 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372237 protein_coding 8 1 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372235 protein_coding 7 2 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000420706 protein_coding 1 2 2 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372242 protein_coding 7 3 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372243 protein_coding 7 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372244 protein_coding 3 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372237 protein_coding 8 1 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372235 protein_coding 7 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000420706 protein_coding 1 2 1 TMEM53 ENSG00000126106 +transcript chr1 44674713 44698133 ENST00000418644 protein_coding 5 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674713 44725591 ENST00000458657 protein_coding 6 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674714 44725591 ENST00000535358 protein_coding 6 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674722 44704111 ENST00000441519 protein_coding 5 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674726 44701109 ENST00000445071 protein_coding 5 3 NA ARMH1 ENSG00000198520 +transcript chr1 44674755 44697140 ENST00000453711 protein_coding 1 3 NA ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000418644 protein_coding 5 5 4 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000458657 protein_coding 6 5 3 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000535358 protein_coding 6 5 2 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000441519 protein_coding 5 5 2 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000445071 protein_coding 5 3 3 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000453711 protein_coding 1 3 3 ARMH1 ENSG00000198520 +transcript chr1 44689834 44724380 ENST00000434068 protein_coding 1 3 NA ARMH1 ENSG00000198520 +CDS chr1 44689834 44689874 ENST00000434068 protein_coding 1 3 1 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000418644 protein_coding 5 5 5 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000458657 protein_coding 6 5 4 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000535358 protein_coding 6 5 3 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000441519 protein_coding 5 5 3 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000445071 protein_coding 5 3 4 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697140 ENST00000453711 protein_coding 1 3 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698133 ENST00000418644 protein_coding 5 5 6 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000458657 protein_coding 6 5 5 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000535358 protein_coding 6 5 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000441519 protein_coding 5 5 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000445071 protein_coding 5 3 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000458657 protein_coding 6 5 6 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000535358 protein_coding 6 5 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000441519 protein_coding 5 5 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701109 ENST00000445071 protein_coding 5 3 6 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000434068 protein_coding 1 3 2 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000458657 protein_coding 6 5 7 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000535358 protein_coding 6 5 6 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704111 ENST00000441519 protein_coding 5 5 6 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000434068 protein_coding 1 3 3 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000458657 protein_coding 6 5 8 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000535358 protein_coding 6 5 7 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000434068 protein_coding 1 3 4 ARMH1 ENSG00000198520 +CDS chr1 44724320 44724392 ENST00000458657 protein_coding 6 5 9 ARMH1 ENSG00000198520 +CDS chr1 44724320 44724392 ENST00000535358 protein_coding 6 5 8 ARMH1 ENSG00000198520 +CDS chr1 44724337 44724380 ENST00000434068 protein_coding 1 3 5 ARMH1 ENSG00000198520 +CDS chr1 44724539 44724668 ENST00000458657 protein_coding 6 5 10 ARMH1 ENSG00000198520 +CDS chr1 44724539 44724668 ENST00000535358 protein_coding 6 5 9 ARMH1 ENSG00000198520 +CDS chr1 44724762 44724839 ENST00000458657 protein_coding 6 5 11 ARMH1 ENSG00000198520 +CDS chr1 44724762 44724839 ENST00000535358 protein_coding 6 5 10 ARMH1 ENSG00000198520 +CDS chr1 44725136 44725217 ENST00000458657 protein_coding 6 5 12 ARMH1 ENSG00000198520 +CDS chr1 44725136 44725217 ENST00000535358 protein_coding 6 5 11 ARMH1 ENSG00000198520 +CDS chr1 44725291 44725400 ENST00000458657 protein_coding 6 5 13 ARMH1 ENSG00000198520 +CDS chr1 44725291 44725400 ENST00000535358 protein_coding 6 5 12 ARMH1 ENSG00000198520 +transcript chr1 44739818 44757971 ENST00000452259 protein_coding 5 5 NA KIF2C ENSG00000142945 +transcript chr1 44739837 44767767 ENST00000372224 protein_coding 9 1 NA KIF2C ENSG00000142945 +CDS chr1 44739933 44740002 ENST00000452259 protein_coding 5 5 1 KIF2C ENSG00000142945 +CDS chr1 44739933 44740002 ENST00000372224 protein_coding 9 1 1 KIF2C ENSG00000142945 +transcript chr1 44739953 44756148 ENST00000455186 protein_coding 5 5 NA KIF2C ENSG00000142945 +CDS chr1 44740000 44740042 ENST00000455186 protein_coding 5 5 1 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000452259 protein_coding 5 5 2 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000372224 protein_coding 9 1 2 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000455186 protein_coding 5 5 2 KIF2C ENSG00000142945 +transcript chr1 44746406 44767767 ENST00000372217 protein_coding 5 1 NA KIF2C ENSG00000142945 +CDS chr1 44746757 44746759 ENST00000372217 protein_coding 5 1 1 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000452259 protein_coding 5 5 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000372224 protein_coding 9 1 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000455186 protein_coding 5 5 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000372217 protein_coding 5 1 2 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000452259 protein_coding 5 5 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000372224 protein_coding 9 1 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000455186 protein_coding 5 5 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000372217 protein_coding 5 1 3 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000452259 protein_coding 5 5 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000372224 protein_coding 9 1 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000455186 protein_coding 5 5 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000372217 protein_coding 5 1 4 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000372224 protein_coding 9 1 6 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000455186 protein_coding 5 5 6 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000372217 protein_coding 5 1 5 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000452259 protein_coding 5 5 6 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000372224 protein_coding 9 1 7 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000455186 protein_coding 5 5 7 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000372217 protein_coding 5 1 6 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000452259 protein_coding 5 5 7 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000372224 protein_coding 9 1 8 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000455186 protein_coding 5 5 8 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000372217 protein_coding 5 1 7 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000452259 protein_coding 5 5 8 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000372224 protein_coding 9 1 9 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000455186 protein_coding 5 5 9 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000372217 protein_coding 5 1 8 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000452259 protein_coding 5 5 9 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000372224 protein_coding 9 1 10 KIF2C ENSG00000142945 +CDS chr1 44756075 44756148 ENST00000455186 protein_coding 5 5 10 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000372217 protein_coding 5 1 9 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000452259 protein_coding 5 5 10 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000372224 protein_coding 9 1 11 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000372217 protein_coding 5 1 10 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000452259 protein_coding 5 5 11 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000372224 protein_coding 9 1 12 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000372217 protein_coding 5 1 11 KIF2C ENSG00000142945 +CDS chr1 44758049 44758140 ENST00000372224 protein_coding 9 1 13 KIF2C ENSG00000142945 +CDS chr1 44758049 44758140 ENST00000372217 protein_coding 5 1 12 KIF2C ENSG00000142945 +CDS chr1 44759206 44759348 ENST00000372224 protein_coding 9 1 14 KIF2C ENSG00000142945 +CDS chr1 44759206 44759348 ENST00000372217 protein_coding 5 1 13 KIF2C ENSG00000142945 +CDS chr1 44760280 44760484 ENST00000372224 protein_coding 9 1 15 KIF2C ENSG00000142945 +CDS chr1 44760280 44760484 ENST00000372217 protein_coding 5 1 14 KIF2C ENSG00000142945 +transcript chr1 44760480 44762613 ENST00000423289 protein_coding 1 5 NA KIF2C ENSG00000142945 +CDS chr1 44760480 44760484 ENST00000423289 protein_coding 1 5 1 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000372224 protein_coding 9 1 16 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000372217 protein_coding 5 1 15 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000423289 protein_coding 1 5 2 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000372224 protein_coding 9 1 17 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000372217 protein_coding 5 1 16 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000423289 protein_coding 1 5 3 KIF2C ENSG00000142945 +CDS chr1 44762229 44762295 ENST00000423289 protein_coding 1 5 4 KIF2C ENSG00000142945 +CDS chr1 44762346 44762451 ENST00000372224 protein_coding 9 1 18 KIF2C ENSG00000142945 +CDS chr1 44762346 44762451 ENST00000372217 protein_coding 5 1 17 KIF2C ENSG00000142945 +CDS chr1 44762545 44762658 ENST00000372224 protein_coding 9 1 19 KIF2C ENSG00000142945 +CDS chr1 44762545 44762658 ENST00000372217 protein_coding 5 1 18 KIF2C ENSG00000142945 +CDS chr1 44762545 44762613 ENST00000423289 protein_coding 1 5 5 KIF2C ENSG00000142945 +CDS chr1 44766826 44766949 ENST00000372224 protein_coding 9 1 20 KIF2C ENSG00000142945 +CDS chr1 44766826 44766949 ENST00000372217 protein_coding 5 1 19 KIF2C ENSG00000142945 +CDS chr1 44767097 44767176 ENST00000372224 protein_coding 9 1 21 KIF2C ENSG00000142945 +CDS chr1 44767097 44767176 ENST00000372217 protein_coding 5 1 20 KIF2C ENSG00000142945 +transcript chr1 44775540 44778779 ENST00000396651 protein_coding 8 1 NA RPS8 ENSG00000142937 +transcript chr1 44775573 44778779 ENST00000372209 protein_coding 3 2 NA RPS8 ENSG00000142937 +CDS chr1 44775597 44775600 ENST00000396651 protein_coding 8 1 1 RPS8 ENSG00000142937 +CDS chr1 44775597 44775600 ENST00000372209 protein_coding 3 2 1 RPS8 ENSG00000142937 +CDS chr1 44776034 44776140 ENST00000396651 protein_coding 8 1 2 RPS8 ENSG00000142937 +CDS chr1 44776034 44776140 ENST00000372209 protein_coding 3 2 2 RPS8 ENSG00000142937 +CDS chr1 44776675 44776774 ENST00000396651 protein_coding 8 1 3 RPS8 ENSG00000142937 +CDS chr1 44776675 44776714 ENST00000372209 protein_coding 3 2 3 RPS8 ENSG00000142937 +CDS chr1 44777614 44777789 ENST00000396651 protein_coding 8 1 4 RPS8 ENSG00000142937 +CDS chr1 44777614 44777789 ENST00000372209 protein_coding 3 2 4 RPS8 ENSG00000142937 +CDS chr1 44778000 44778129 ENST00000396651 protein_coding 8 1 5 RPS8 ENSG00000142937 +CDS chr1 44778000 44778129 ENST00000372209 protein_coding 3 2 5 RPS8 ENSG00000142937 +CDS chr1 44778576 44778682 ENST00000396651 protein_coding 8 1 6 RPS8 ENSG00000142937 +CDS chr1 44778576 44778682 ENST00000372209 protein_coding 3 2 6 RPS8 ENSG00000142937 +transcript chr1 44783585 44788170 ENST00000372207 protein_coding 4 1 NA BEST4 ENSG00000142959 +CDS chr1 44784213 44784483 ENST00000372207 protein_coding 4 1 9 BEST4 ENSG00000142959 +CDS chr1 44784629 44784783 ENST00000372207 protein_coding 4 1 8 BEST4 ENSG00000142959 +CDS chr1 44784905 44784985 ENST00000372207 protein_coding 4 1 7 BEST4 ENSG00000142959 +CDS chr1 44785108 44785305 ENST00000372207 protein_coding 4 1 6 BEST4 ENSG00000142959 +CDS chr1 44785599 44785676 ENST00000372207 protein_coding 4 1 5 BEST4 ENSG00000142959 +CDS chr1 44786074 44786228 ENST00000372207 protein_coding 4 1 4 BEST4 ENSG00000142959 +CDS chr1 44786463 44786696 ENST00000372207 protein_coding 4 1 3 BEST4 ENSG00000142959 +CDS chr1 44787372 44787466 ENST00000372207 protein_coding 4 1 2 BEST4 ENSG00000142959 +CDS chr1 44787554 44787705 ENST00000372207 protein_coding 4 1 1 BEST4 ENSG00000142959 +transcript chr1 44800377 44805990 ENST00000372201 protein_coding 5 1 NA PLK3 ENSG00000173846 +CDS chr1 44800464 44800673 ENST00000372201 protein_coding 5 1 1 PLK3 ENSG00000173846 +CDS chr1 44800840 44800947 ENST00000372201 protein_coding 5 1 2 PLK3 ENSG00000173846 +CDS chr1 44801036 44801152 ENST00000372201 protein_coding 5 1 3 PLK3 ENSG00000173846 +CDS chr1 44801622 44801751 ENST00000372201 protein_coding 5 1 4 PLK3 ENSG00000173846 +CDS chr1 44801845 44801932 ENST00000372201 protein_coding 5 1 5 PLK3 ENSG00000173846 +CDS chr1 44802760 44802855 ENST00000372201 protein_coding 5 1 6 PLK3 ENSG00000173846 +CDS chr1 44802955 44803153 ENST00000372201 protein_coding 5 1 7 PLK3 ENSG00000173846 +CDS chr1 44803268 44803391 ENST00000372201 protein_coding 5 1 8 PLK3 ENSG00000173846 +CDS chr1 44803600 44803691 ENST00000372201 protein_coding 5 1 9 PLK3 ENSG00000173846 +CDS chr1 44803931 44804024 ENST00000372201 protein_coding 5 1 10 PLK3 ENSG00000173846 +CDS chr1 44804163 44804246 ENST00000372201 protein_coding 5 1 11 PLK3 ENSG00000173846 +CDS chr1 44804339 44804501 ENST00000372201 protein_coding 5 1 12 PLK3 ENSG00000173846 +CDS chr1 44804650 44804779 ENST00000372201 protein_coding 5 1 13 PLK3 ENSG00000173846 +CDS chr1 44805266 44805379 ENST00000372201 protein_coding 5 1 14 PLK3 ENSG00000173846 +CDS chr1 44805487 44805675 ENST00000372201 protein_coding 5 1 15 PLK3 ENSG00000173846 +transcript chr1 44805893 44807351 ENST00000339355 protein_coding 3 NA NA DYNLT4 ENSG00000188396 +transcript chr1 44805893 44807351 ENST00000675259 protein_coding 1 NA NA DYNLT4 ENSG00000188396 +CDS chr1 44806006 44806668 ENST00000339355 protein_coding 3 NA 3 DYNLT4 ENSG00000188396 +CDS chr1 44806006 44806668 ENST00000675259 protein_coding 1 NA 2 DYNLT4 ENSG00000188396 +transcript chr1 44808482 44814129 ENST00000450269 protein_coding 5 5 NA BTBD19 ENSG00000222009 +transcript chr1 44808523 44813926 ENST00000409335 protein_coding 6 5 NA BTBD19 ENSG00000222009 +CDS chr1 44808821 44808906 ENST00000450269 protein_coding 5 5 1 BTBD19 ENSG00000222009 +CDS chr1 44808821 44808906 ENST00000409335 protein_coding 6 5 1 BTBD19 ENSG00000222009 +CDS chr1 44810213 44810426 ENST00000450269 protein_coding 5 5 2 BTBD19 ENSG00000222009 +CDS chr1 44810213 44810426 ENST00000409335 protein_coding 6 5 2 BTBD19 ENSG00000222009 +CDS chr1 44810554 44810607 ENST00000450269 protein_coding 5 5 3 BTBD19 ENSG00000222009 +CDS chr1 44812039 44812098 ENST00000450269 protein_coding 5 5 4 BTBD19 ENSG00000222009 +CDS chr1 44812996 44813064 ENST00000450269 protein_coding 5 5 5 BTBD19 ENSG00000222009 +CDS chr1 44812996 44813064 ENST00000409335 protein_coding 6 5 3 BTBD19 ENSG00000222009 +CDS chr1 44813138 44813269 ENST00000450269 protein_coding 5 5 6 BTBD19 ENSG00000222009 +CDS chr1 44813138 44813269 ENST00000409335 protein_coding 6 5 4 BTBD19 ENSG00000222009 +CDS chr1 44813374 44813499 ENST00000450269 protein_coding 5 5 7 BTBD19 ENSG00000222009 +CDS chr1 44813374 44813499 ENST00000409335 protein_coding 6 5 5 BTBD19 ENSG00000222009 +CDS chr1 44813638 44813769 ENST00000450269 protein_coding 5 5 8 BTBD19 ENSG00000222009 +CDS chr1 44813638 44813769 ENST00000409335 protein_coding 6 5 6 BTBD19 ENSG00000222009 +transcript chr1 44819844 44823260 ENST00000438067 protein_coding 5 3 NA PTCH2 ENSG00000117425 +transcript chr1 44819844 44842944 ENST00000447098 protein_coding 6 1 NA PTCH2 ENSG00000117425 +CDS chr1 44820692 44820704 ENST00000438067 protein_coding 5 3 5 PTCH2 ENSG00000117425 +CDS chr1 44820692 44820704 ENST00000447098 protein_coding 6 1 23 PTCH2 ENSG00000117425 +CDS chr1 44821842 44821904 ENST00000438067 protein_coding 5 3 4 PTCH2 ENSG00000117425 +transcript chr1 44821938 44843253 ENST00000372192 protein_coding 4 1 NA PTCH2 ENSG00000117425 +CDS chr1 44822418 44822669 ENST00000372192 protein_coding 4 1 22 PTCH2 ENSG00000117425 +CDS chr1 44822602 44822669 ENST00000438067 protein_coding 5 3 3 PTCH2 ENSG00000117425 +CDS chr1 44822602 44822669 ENST00000447098 protein_coding 6 1 22 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000438067 protein_coding 5 3 2 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000447098 protein_coding 6 1 21 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000372192 protein_coding 4 1 21 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823260 ENST00000438067 protein_coding 5 3 1 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823385 ENST00000447098 protein_coding 6 1 20 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823385 ENST00000372192 protein_coding 4 1 20 PTCH2 ENSG00000117425 +CDS chr1 44826250 44826387 ENST00000447098 protein_coding 6 1 19 PTCH2 ENSG00000117425 +CDS chr1 44826250 44826387 ENST00000372192 protein_coding 4 1 19 PTCH2 ENSG00000117425 +CDS chr1 44826488 44826768 ENST00000447098 protein_coding 6 1 18 PTCH2 ENSG00000117425 +CDS chr1 44826488 44826768 ENST00000372192 protein_coding 4 1 18 PTCH2 ENSG00000117425 +CDS chr1 44826902 44827082 ENST00000447098 protein_coding 6 1 17 PTCH2 ENSG00000117425 +CDS chr1 44826902 44827082 ENST00000372192 protein_coding 4 1 17 PTCH2 ENSG00000117425 +CDS chr1 44827167 44827309 ENST00000447098 protein_coding 6 1 16 PTCH2 ENSG00000117425 +CDS chr1 44827167 44827309 ENST00000372192 protein_coding 4 1 16 PTCH2 ENSG00000117425 +CDS chr1 44827402 44827714 ENST00000447098 protein_coding 6 1 15 PTCH2 ENSG00000117425 +CDS chr1 44827402 44827714 ENST00000372192 protein_coding 4 1 15 PTCH2 ENSG00000117425 +CDS chr1 44827843 44828191 ENST00000447098 protein_coding 6 1 14 PTCH2 ENSG00000117425 +CDS chr1 44827843 44828191 ENST00000372192 protein_coding 4 1 14 PTCH2 ENSG00000117425 +CDS chr1 44828296 44828414 ENST00000447098 protein_coding 6 1 13 PTCH2 ENSG00000117425 +CDS chr1 44828296 44828414 ENST00000372192 protein_coding 4 1 13 PTCH2 ENSG00000117425 +CDS chr1 44828506 44828631 ENST00000447098 protein_coding 6 1 12 PTCH2 ENSG00000117425 +CDS chr1 44828506 44828631 ENST00000372192 protein_coding 4 1 12 PTCH2 ENSG00000117425 +CDS chr1 44828982 44829074 ENST00000447098 protein_coding 6 1 11 PTCH2 ENSG00000117425 +CDS chr1 44828982 44829074 ENST00000372192 protein_coding 4 1 11 PTCH2 ENSG00000117425 +CDS chr1 44829157 44829312 ENST00000447098 protein_coding 6 1 10 PTCH2 ENSG00000117425 +CDS chr1 44829157 44829312 ENST00000372192 protein_coding 4 1 10 PTCH2 ENSG00000117425 +CDS chr1 44829402 44829533 ENST00000447098 protein_coding 6 1 9 PTCH2 ENSG00000117425 +CDS chr1 44829402 44829533 ENST00000372192 protein_coding 4 1 9 PTCH2 ENSG00000117425 +CDS chr1 44829614 44829761 ENST00000447098 protein_coding 6 1 8 PTCH2 ENSG00000117425 +CDS chr1 44829614 44829761 ENST00000372192 protein_coding 4 1 8 PTCH2 ENSG00000117425 +CDS chr1 44829909 44830030 ENST00000447098 protein_coding 6 1 7 PTCH2 ENSG00000117425 +CDS chr1 44829909 44830030 ENST00000372192 protein_coding 4 1 7 PTCH2 ENSG00000117425 +CDS chr1 44830848 44831043 ENST00000447098 protein_coding 6 1 6 PTCH2 ENSG00000117425 +CDS chr1 44830848 44831043 ENST00000372192 protein_coding 4 1 6 PTCH2 ENSG00000117425 +CDS chr1 44831706 44831797 ENST00000447098 protein_coding 6 1 5 PTCH2 ENSG00000117425 +CDS chr1 44831706 44831797 ENST00000372192 protein_coding 4 1 5 PTCH2 ENSG00000117425 +CDS chr1 44831975 44832044 ENST00000447098 protein_coding 6 1 4 PTCH2 ENSG00000117425 +CDS chr1 44831975 44832044 ENST00000372192 protein_coding 4 1 4 PTCH2 ENSG00000117425 +CDS chr1 44832152 44832341 ENST00000447098 protein_coding 6 1 3 PTCH2 ENSG00000117425 +CDS chr1 44832152 44832341 ENST00000372192 protein_coding 4 1 3 PTCH2 ENSG00000117425 +CDS chr1 44841847 44842039 ENST00000447098 protein_coding 6 1 2 PTCH2 ENSG00000117425 +CDS chr1 44841847 44842039 ENST00000372192 protein_coding 4 1 2 PTCH2 ENSG00000117425 +CDS chr1 44842861 44842932 ENST00000447098 protein_coding 6 1 1 PTCH2 ENSG00000117425 +CDS chr1 44842861 44842932 ENST00000372192 protein_coding 4 1 1 PTCH2 ENSG00000117425 +transcript chr1 44850522 44986595 ENST00000360403 protein_coding 7 1 NA EIF2B3 ENSG00000070785 +transcript chr1 44850522 44986722 ENST00000620860 protein_coding 4 1 NA EIF2B3 ENSG00000070785 +transcript chr1 44850776 44926655 ENST00000439363 protein_coding 5 3 NA EIF2B3 ENSG00000070785 +CDS chr1 44850954 44851003 ENST00000360403 protein_coding 7 1 12 EIF2B3 ENSG00000070785 +CDS chr1 44851003 44851003 ENST00000620860 protein_coding 4 1 11 EIF2B3 ENSG00000070785 +CDS chr1 44851003 44851003 ENST00000439363 protein_coding 5 3 7 EIF2B3 ENSG00000070785 +CDS chr1 44857704 44857807 ENST00000360403 protein_coding 7 1 11 EIF2B3 ENSG00000070785 +transcript chr1 44874527 44986587 ENST00000372183 protein_coding 7 1 NA EIF2B3 ENSG00000070785 +CDS chr1 44874644 44874826 ENST00000372183 protein_coding 7 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000360403 protein_coding 7 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000620860 protein_coding 4 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000439363 protein_coding 5 3 6 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000360403 protein_coding 7 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000620860 protein_coding 4 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000439363 protein_coding 5 3 5 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000372183 protein_coding 7 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000360403 protein_coding 7 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000620860 protein_coding 4 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000439363 protein_coding 5 3 4 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000372183 protein_coding 7 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000360403 protein_coding 7 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000620860 protein_coding 4 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000439363 protein_coding 5 3 3 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000372183 protein_coding 7 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000360403 protein_coding 7 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000620860 protein_coding 4 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000439363 protein_coding 5 3 2 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000372183 protein_coding 7 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000360403 protein_coding 7 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000620860 protein_coding 4 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926655 ENST00000439363 protein_coding 5 3 1 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000372183 protein_coding 7 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000360403 protein_coding 7 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000620860 protein_coding 4 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000372183 protein_coding 7 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000360403 protein_coding 7 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000620860 protein_coding 4 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000372183 protein_coding 7 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000360403 protein_coding 7 1 2 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000620860 protein_coding 4 1 2 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000372183 protein_coding 7 1 2 EIF2B3 ENSG00000070785 +transcript chr1 45002540 45008551 ENST00000372168 protein_coding 7 2 NA HECTD3 ENSG00000126107 +transcript chr1 45002548 45011324 ENST00000372172 protein_coding 5 5 NA HECTD3 ENSG00000126107 +CDS chr1 45003495 45003576 ENST00000372168 protein_coding 7 2 13 HECTD3 ENSG00000126107 +CDS chr1 45003495 45003576 ENST00000372172 protein_coding 5 5 21 HECTD3 ENSG00000126107 +CDS chr1 45003669 45003740 ENST00000372168 protein_coding 7 2 12 HECTD3 ENSG00000126107 +CDS chr1 45003669 45003740 ENST00000372172 protein_coding 5 5 20 HECTD3 ENSG00000126107 +CDS chr1 45003855 45003936 ENST00000372168 protein_coding 7 2 11 HECTD3 ENSG00000126107 +CDS chr1 45003855 45003936 ENST00000372172 protein_coding 5 5 19 HECTD3 ENSG00000126107 +CDS chr1 45004060 45004134 ENST00000372168 protein_coding 7 2 10 HECTD3 ENSG00000126107 +CDS chr1 45004060 45004134 ENST00000372172 protein_coding 5 5 18 HECTD3 ENSG00000126107 +CDS chr1 45004248 45004377 ENST00000372168 protein_coding 7 2 9 HECTD3 ENSG00000126107 +CDS chr1 45004248 45004377 ENST00000372172 protein_coding 5 5 17 HECTD3 ENSG00000126107 +CDS chr1 45004600 45004806 ENST00000372168 protein_coding 7 2 8 HECTD3 ENSG00000126107 +CDS chr1 45004600 45004806 ENST00000372172 protein_coding 5 5 16 HECTD3 ENSG00000126107 +CDS chr1 45005794 45005883 ENST00000372168 protein_coding 7 2 7 HECTD3 ENSG00000126107 +CDS chr1 45005794 45005883 ENST00000372172 protein_coding 5 5 15 HECTD3 ENSG00000126107 +CDS chr1 45005997 45006116 ENST00000372168 protein_coding 7 2 6 HECTD3 ENSG00000126107 +CDS chr1 45005997 45006116 ENST00000372172 protein_coding 5 5 14 HECTD3 ENSG00000126107 +CDS chr1 45006692 45006795 ENST00000372168 protein_coding 7 2 5 HECTD3 ENSG00000126107 +CDS chr1 45006692 45006795 ENST00000372172 protein_coding 5 5 13 HECTD3 ENSG00000126107 +CDS chr1 45006951 45007015 ENST00000372168 protein_coding 7 2 4 HECTD3 ENSG00000126107 +CDS chr1 45006951 45007015 ENST00000372172 protein_coding 5 5 12 HECTD3 ENSG00000126107 +CDS chr1 45007219 45007271 ENST00000372168 protein_coding 7 2 3 HECTD3 ENSG00000126107 +CDS chr1 45007219 45007271 ENST00000372172 protein_coding 5 5 11 HECTD3 ENSG00000126107 +CDS chr1 45007413 45007595 ENST00000372168 protein_coding 7 2 2 HECTD3 ENSG00000126107 +CDS chr1 45007413 45007595 ENST00000372172 protein_coding 5 5 10 HECTD3 ENSG00000126107 +CDS chr1 45008240 45008389 ENST00000372168 protein_coding 7 2 1 HECTD3 ENSG00000126107 +CDS chr1 45008240 45008321 ENST00000372172 protein_coding 5 5 9 HECTD3 ENSG00000126107 +CDS chr1 45008536 45008701 ENST00000372172 protein_coding 5 5 8 HECTD3 ENSG00000126107 +CDS chr1 45009144 45009226 ENST00000372172 protein_coding 5 5 7 HECTD3 ENSG00000126107 +CDS chr1 45009369 45009482 ENST00000372172 protein_coding 5 5 6 HECTD3 ENSG00000126107 +CDS chr1 45009568 45009683 ENST00000372172 protein_coding 5 5 5 HECTD3 ENSG00000126107 +CDS chr1 45009986 45010121 ENST00000372172 protein_coding 5 5 4 HECTD3 ENSG00000126107 +CDS chr1 45010201 45010293 ENST00000372172 protein_coding 5 5 3 HECTD3 ENSG00000126107 +CDS chr1 45010546 45010706 ENST00000372172 protein_coding 5 5 2 HECTD3 ENSG00000126107 +CDS chr1 45010889 45011257 ENST00000372172 protein_coding 5 5 1 HECTD3 ENSG00000126107 +transcript chr1 45010950 45015504 ENST00000652165 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45011916 45013703 ENST00000650713 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012162 45015575 ENST00000651476 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000636293 protein_coding 1 5 NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000636836 protein_coding 1 5 NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000652287 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012248 45015570 ENST00000491773 protein_coding 6 2 NA UROD ENSG00000126088 +transcript chr1 45012254 45014574 ENST00000434478 protein_coding 6 3 NA UROD ENSG00000126088 +transcript chr1 45012254 45015575 ENST00000246337 protein_coding 9 1 NA UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000636293 protein_coding 1 5 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000636836 protein_coding 1 5 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000652287 protein_coding 1 NA 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000434478 protein_coding 6 3 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000246337 protein_coding 9 1 1 UROD ENSG00000126088 +transcript chr1 45012691 45014809 ENST00000469548 protein_coding 5 2 NA UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000636293 protein_coding 1 5 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000636836 protein_coding 1 5 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000652287 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000434478 protein_coding 6 3 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000246337 protein_coding 9 1 2 UROD ENSG00000126088 +transcript chr1 45012907 45014825 ENST00000428106 protein_coding 1 3 NA UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000428106 protein_coding 1 3 1 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000652165 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000650713 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000651476 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000491773 protein_coding 6 2 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000469548 protein_coding 5 2 1 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000652165 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000650713 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000651476 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000636293 protein_coding 1 5 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000636836 protein_coding 1 5 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000652287 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000491773 protein_coding 6 2 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000434478 protein_coding 6 3 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000246337 protein_coding 9 1 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000469548 protein_coding 5 2 2 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000428106 protein_coding 1 3 2 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000652165 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000650713 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000651476 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000636293 protein_coding 1 5 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000636836 protein_coding 1 5 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000491773 protein_coding 6 2 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000434478 protein_coding 6 3 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000246337 protein_coding 9 1 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000469548 protein_coding 5 2 3 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000428106 protein_coding 1 3 3 UROD ENSG00000126088 +CDS chr1 45013540 45013791 ENST00000434478 protein_coding 6 3 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000652165 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013703 ENST00000650713 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000651476 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000636293 protein_coding 1 5 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000636836 protein_coding 1 5 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000652287 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000491773 protein_coding 6 2 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000246337 protein_coding 9 1 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000469548 protein_coding 5 2 4 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000428106 protein_coding 1 3 4 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000652165 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000651476 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000636293 protein_coding 1 5 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000636836 protein_coding 1 5 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000652287 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000491773 protein_coding 6 2 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000434478 protein_coding 6 3 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000246337 protein_coding 9 1 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000469548 protein_coding 5 2 5 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000651476 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000636836 protein_coding 1 5 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000652287 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45014439 45014574 ENST00000434478 protein_coding 6 3 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000246337 protein_coding 9 1 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000469548 protein_coding 5 2 6 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000428106 protein_coding 1 3 5 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000652165 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000651476 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000636293 protein_coding 1 5 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000636836 protein_coding 1 5 8 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000652287 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000491773 protein_coding 6 2 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000246337 protein_coding 9 1 8 UROD ENSG00000126088 +CDS chr1 45014736 45014809 ENST00000469548 protein_coding 5 2 7 UROD ENSG00000126088 +CDS chr1 45014736 45014825 ENST00000428106 protein_coding 1 3 6 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000652165 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000651476 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000636293 protein_coding 1 5 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000652287 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000491773 protein_coding 6 2 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000246337 protein_coding 9 1 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000652165 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000651476 protein_coding 1 NA 10 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000636293 protein_coding 1 5 9 UROD ENSG00000126088 +CDS chr1 45015337 45015355 ENST00000636836 protein_coding 1 5 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000652287 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000491773 protein_coding 6 2 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000246337 protein_coding 9 1 10 UROD ENSG00000126088 +transcript chr1 45016399 45206605 ENST00000359600 protein_coding 6 1 NA ZSWIM5 ENSG00000162415 +CDS chr1 45018457 45019316 ENST00000359600 protein_coding 6 1 14 ZSWIM5 ENSG00000162415 +CDS chr1 45020066 45020147 ENST00000359600 protein_coding 6 1 13 ZSWIM5 ENSG00000162415 +CDS chr1 45020625 45020788 ENST00000359600 protein_coding 6 1 12 ZSWIM5 ENSG00000162415 +CDS chr1 45034312 45034469 ENST00000359600 protein_coding 6 1 11 ZSWIM5 ENSG00000162415 +CDS chr1 45035688 45035823 ENST00000359600 protein_coding 6 1 10 ZSWIM5 ENSG00000162415 +CDS chr1 45036039 45036299 ENST00000359600 protein_coding 6 1 9 ZSWIM5 ENSG00000162415 +CDS chr1 45038936 45039073 ENST00000359600 protein_coding 6 1 8 ZSWIM5 ENSG00000162415 +CDS chr1 45040392 45040538 ENST00000359600 protein_coding 6 1 7 ZSWIM5 ENSG00000162415 +CDS chr1 45043219 45043395 ENST00000359600 protein_coding 6 1 6 ZSWIM5 ENSG00000162415 +CDS chr1 45051074 45051253 ENST00000359600 protein_coding 6 1 5 ZSWIM5 ENSG00000162415 +CDS chr1 45058609 45058759 ENST00000359600 protein_coding 6 1 4 ZSWIM5 ENSG00000162415 +CDS chr1 45060099 45060247 ENST00000359600 protein_coding 6 1 3 ZSWIM5 ENSG00000162415 +CDS chr1 45087881 45088237 ENST00000359600 protein_coding 6 1 2 ZSWIM5 ENSG00000162415 +CDS chr1 45205756 45206350 ENST00000359600 protein_coding 6 1 1 ZSWIM5 ENSG00000162415 +transcript chr1 45326895 45328710 ENST00000334815 protein_coding 6 NA NA HPDL ENSG00000186603 +CDS chr1 45327149 45328261 ENST00000334815 protein_coding 6 NA 1 HPDL ENSG00000186603 +transcript chr1 45329163 45340447 ENST00000529984 protein_coding 5 2 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339935 ENST00000372104 protein_coding 5 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339935 ENST00000448481 protein_coding 5 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339970 ENST00000456914 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340080 ENST00000354383 protein_coding 10 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340115 ENST00000355498 protein_coding 6 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340388 ENST00000372110 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340388 ENST00000372098 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340440 ENST00000672818 protein_coding 3 NA NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340470 ENST00000372115 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329243 45339995 ENST00000488731 protein_coding 6 5 NA MUTYH ENSG00000132781 +transcript chr1 45329246 45340163 ENST00000531105 protein_coding 5 5 NA MUTYH ENSG00000132781 +transcript chr1 45329274 45332278 ENST00000529892 protein_coding 5 5 NA MUTYH ENSG00000132781 +transcript chr1 45329306 45339946 ENST00000528013 protein_coding 6 5 NA MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000529984 protein_coding 5 2 7 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372104 protein_coding 5 1 17 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000448481 protein_coding 5 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000456914 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000354383 protein_coding 10 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000355498 protein_coding 6 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372110 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372098 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000672818 protein_coding 3 NA 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372115 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000488731 protein_coding 6 5 7 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000529892 protein_coding 5 5 6 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000528013 protein_coding 6 5 16 MUTYH ENSG00000132781 +CDS chr1 45329367 45329437 ENST00000531105 protein_coding 5 5 3 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000529984 protein_coding 5 2 6 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372104 protein_coding 5 1 16 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000448481 protein_coding 5 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000456914 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000354383 protein_coding 10 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000355498 protein_coding 6 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372110 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372098 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000672818 protein_coding 3 NA 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372115 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000488731 protein_coding 6 5 6 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000529892 protein_coding 5 5 5 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000528013 protein_coding 6 5 15 MUTYH ENSG00000132781 +transcript chr1 45330552 45336629 ENST00000672314 protein_coding 1 NA NA MUTYH ENSG00000132781 +CDS chr1 45330552 45330557 ENST00000672314 protein_coding 1 NA 15 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000529984 protein_coding 5 2 5 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372104 protein_coding 5 1 15 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000448481 protein_coding 5 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000456914 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000354383 protein_coding 10 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000355498 protein_coding 6 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372110 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372098 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000672818 protein_coding 3 NA 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372115 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000488731 protein_coding 6 5 5 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000529892 protein_coding 5 5 4 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000528013 protein_coding 6 5 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000672314 protein_coding 1 NA 14 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000529984 protein_coding 5 2 4 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372104 protein_coding 5 1 14 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000448481 protein_coding 5 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000456914 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000354383 protein_coding 10 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000355498 protein_coding 6 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372110 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372098 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000672818 protein_coding 3 NA 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372115 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000488731 protein_coding 6 5 4 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000529892 protein_coding 5 5 3 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000528013 protein_coding 6 5 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000672314 protein_coding 1 NA 13 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372104 protein_coding 5 1 13 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000448481 protein_coding 5 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000456914 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000354383 protein_coding 10 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000355498 protein_coding 6 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372110 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372098 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000672818 protein_coding 3 NA 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372115 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000528013 protein_coding 6 5 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000672314 protein_coding 1 NA 12 MUTYH ENSG00000132781 +transcript chr1 45331734 45340381 ENST00000412971 protein_coding 5 3 NA MUTYH ENSG00000132781 +CDS chr1 45331734 45331849 ENST00000412971 protein_coding 5 3 7 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372104 protein_coding 5 1 12 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000448481 protein_coding 5 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000456914 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000354383 protein_coding 10 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000355498 protein_coding 6 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372110 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372098 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000672818 protein_coding 3 NA 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372115 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000529892 protein_coding 5 5 2 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000528013 protein_coding 6 5 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000672314 protein_coding 1 NA 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000412971 protein_coding 5 3 6 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372104 protein_coding 5 1 11 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000448481 protein_coding 5 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000456914 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000354383 protein_coding 10 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000355498 protein_coding 6 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372110 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372098 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000672818 protein_coding 3 NA 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372115 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332278 ENST00000529892 protein_coding 5 5 1 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000528013 protein_coding 6 5 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000672314 protein_coding 1 NA 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000412971 protein_coding 5 3 5 MUTYH ENSG00000132781 +transcript chr1 45332175 45340000 ENST00000435155 protein_coding 1 5 NA MUTYH ENSG00000132781 +CDS chr1 45332175 45332310 ENST00000435155 protein_coding 1 5 10 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372104 protein_coding 5 1 10 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000448481 protein_coding 5 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000456914 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000354383 protein_coding 10 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000355498 protein_coding 6 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372110 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372098 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000672818 protein_coding 3 NA 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372115 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000528013 protein_coding 6 5 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000672314 protein_coding 1 NA 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000412971 protein_coding 5 3 4 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000435155 protein_coding 1 5 9 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372104 protein_coding 5 1 9 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000448481 protein_coding 5 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000456914 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000354383 protein_coding 10 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000355498 protein_coding 6 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372110 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372098 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000672818 protein_coding 3 NA 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372115 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000528013 protein_coding 6 5 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000672314 protein_coding 1 NA 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000412971 protein_coding 5 3 3 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000435155 protein_coding 1 5 8 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000529984 protein_coding 5 2 3 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372104 protein_coding 5 1 8 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000448481 protein_coding 5 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000456914 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000354383 protein_coding 10 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000355498 protein_coding 6 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372110 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372098 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000672818 protein_coding 3 NA 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372115 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000488731 protein_coding 6 5 3 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000528013 protein_coding 6 5 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000672314 protein_coding 1 NA 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000412971 protein_coding 5 3 2 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000435155 protein_coding 1 5 7 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372104 protein_coding 5 1 7 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000448481 protein_coding 5 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000456914 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000354383 protein_coding 10 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000355498 protein_coding 6 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372110 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372098 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000672818 protein_coding 3 NA 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372115 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000528013 protein_coding 6 5 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000672314 protein_coding 1 NA 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000435155 protein_coding 1 5 6 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372104 protein_coding 5 1 6 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000448481 protein_coding 5 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000456914 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000354383 protein_coding 10 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000355498 protein_coding 6 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372110 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372098 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000672818 protein_coding 3 NA 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372115 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000528013 protein_coding 6 5 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000672314 protein_coding 1 NA 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000435155 protein_coding 1 5 5 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372104 protein_coding 5 1 5 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000448481 protein_coding 5 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000456914 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000354383 protein_coding 10 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000355498 protein_coding 6 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372110 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372098 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000672818 protein_coding 3 NA 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372115 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000528013 protein_coding 6 5 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000672314 protein_coding 1 NA 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000435155 protein_coding 1 5 4 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000372104 protein_coding 5 1 4 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000448481 protein_coding 5 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000456914 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333564 ENST00000354383 protein_coding 10 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000355498 protein_coding 6 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333564 ENST00000372110 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000372098 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000672818 protein_coding 3 NA 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000372115 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333603 ENST00000528013 protein_coding 6 5 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000672314 protein_coding 1 NA 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000435155 protein_coding 1 5 3 MUTYH ENSG00000132781 +transcript chr1 45333413 45339945 ENST00000483127 protein_coding 1 5 NA MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000483127 protein_coding 1 5 4 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000529984 protein_coding 5 2 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000372104 protein_coding 5 1 3 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000448481 protein_coding 5 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000456914 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000354383 protein_coding 10 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000355498 protein_coding 6 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372110 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372098 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000672818 protein_coding 3 NA 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372115 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000488731 protein_coding 6 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000531105 protein_coding 5 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000528013 protein_coding 6 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000672314 protein_coding 1 NA 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000435155 protein_coding 1 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000483127 protein_coding 1 5 3 MUTYH ENSG00000132781 +CDS chr1 45338186 45338197 ENST00000483127 protein_coding 1 5 2 MUTYH ENSG00000132781 +transcript chr1 45340170 45343973 ENST00000372090 protein_coding 6 1 NA TOE1 ENSG00000132773 +CDS chr1 45340219 45340254 ENST00000372110 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000372098 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000672818 protein_coding 3 NA 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000372115 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000412971 protein_coding 5 3 1 MUTYH ENSG00000132781 +CDS chr1 45340253 45340304 ENST00000372090 protein_coding 6 1 1 TOE1 ENSG00000132773 +CDS chr1 45341073 45341215 ENST00000372090 protein_coding 6 1 2 TOE1 ENSG00000132773 +CDS chr1 45341303 45341343 ENST00000372090 protein_coding 6 1 3 TOE1 ENSG00000132773 +CDS chr1 45341473 45341569 ENST00000372090 protein_coding 6 1 4 TOE1 ENSG00000132773 +CDS chr1 45341949 45342107 ENST00000372090 protein_coding 6 1 5 TOE1 ENSG00000132773 +CDS chr1 45342384 45342643 ENST00000372090 protein_coding 6 1 6 TOE1 ENSG00000132773 +CDS chr1 45342843 45343002 ENST00000372090 protein_coding 6 1 7 TOE1 ENSG00000132773 +CDS chr1 45343082 45343699 ENST00000372090 protein_coding 6 1 8 TOE1 ENSG00000132773 +transcript chr1 45343883 45457799 ENST00000372084 protein_coding 5 1 NA TESK2 ENSG00000070759 +transcript chr1 45343883 45491163 ENST00000372086 protein_coding 4 1 NA TESK2 ENSG00000070759 +CDS chr1 45344843 45345558 ENST00000372084 protein_coding 5 1 9 TESK2 ENSG00000070759 +CDS chr1 45344843 45345558 ENST00000372086 protein_coding 4 1 11 TESK2 ENSG00000070759 +CDS chr1 45345877 45345994 ENST00000372084 protein_coding 5 1 8 TESK2 ENSG00000070759 +CDS chr1 45345877 45345994 ENST00000372086 protein_coding 4 1 10 TESK2 ENSG00000070759 +CDS chr1 45346693 45346779 ENST00000372086 protein_coding 4 1 9 TESK2 ENSG00000070759 +CDS chr1 45346979 45347062 ENST00000372084 protein_coding 5 1 7 TESK2 ENSG00000070759 +CDS chr1 45346979 45347062 ENST00000372086 protein_coding 4 1 8 TESK2 ENSG00000070759 +CDS chr1 45347609 45347693 ENST00000372084 protein_coding 5 1 6 TESK2 ENSG00000070759 +CDS chr1 45347609 45347693 ENST00000372086 protein_coding 4 1 7 TESK2 ENSG00000070759 +CDS chr1 45347918 45348000 ENST00000372084 protein_coding 5 1 5 TESK2 ENSG00000070759 +CDS chr1 45347918 45348000 ENST00000372086 protein_coding 4 1 6 TESK2 ENSG00000070759 +CDS chr1 45355303 45355449 ENST00000372084 protein_coding 5 1 4 TESK2 ENSG00000070759 +CDS chr1 45355303 45355449 ENST00000372086 protein_coding 4 1 5 TESK2 ENSG00000070759 +CDS chr1 45385912 45385960 ENST00000372084 protein_coding 5 1 3 TESK2 ENSG00000070759 +CDS chr1 45385912 45385960 ENST00000372086 protein_coding 4 1 4 TESK2 ENSG00000070759 +CDS chr1 45421725 45421846 ENST00000372084 protein_coding 5 1 2 TESK2 ENSG00000070759 +CDS chr1 45421725 45421846 ENST00000372086 protein_coding 4 1 3 TESK2 ENSG00000070759 +CDS chr1 45457564 45457785 ENST00000372084 protein_coding 5 1 1 TESK2 ENSG00000070759 +CDS chr1 45457564 45457785 ENST00000372086 protein_coding 4 1 2 TESK2 ENSG00000070759 +transcript chr1 45493866 45500073 ENST00000629482 protein_coding 3 1 NA CCDC163 ENSG00000280670 +transcript chr1 45494392 45499974 ENST00000626657 protein_coding 2 1 NA CCDC163 ENSG00000280670 +CDS chr1 45495062 45495166 ENST00000629482 protein_coding 3 1 5 CCDC163 ENSG00000280670 +CDS chr1 45495450 45495473 ENST00000626657 protein_coding 2 1 5 CCDC163 ENSG00000280670 +CDS chr1 45496556 45496623 ENST00000629482 protein_coding 3 1 4 CCDC163 ENSG00000280670 +CDS chr1 45496556 45496623 ENST00000626657 protein_coding 2 1 4 CCDC163 ENSG00000280670 +CDS chr1 45497299 45497383 ENST00000629482 protein_coding 3 1 3 CCDC163 ENSG00000280670 +CDS chr1 45497299 45497383 ENST00000626657 protein_coding 2 1 3 CCDC163 ENSG00000280670 +CDS chr1 45499345 45499443 ENST00000629482 protein_coding 3 1 2 CCDC163 ENSG00000280670 +CDS chr1 45499345 45499443 ENST00000626657 protein_coding 2 1 2 CCDC163 ENSG00000280670 +CDS chr1 45499532 45499609 ENST00000629482 protein_coding 3 1 1 CCDC163 ENSG00000280670 +CDS chr1 45499532 45499609 ENST00000626657 protein_coding 2 1 1 CCDC163 ENSG00000280670 +transcript chr1 45500300 45513382 ENST00000401061 protein_coding 9 2 NA MMACHC ENSG00000132763 +CDS chr1 45500333 45500413 ENST00000401061 protein_coding 9 2 1 MMACHC ENSG00000132763 +transcript chr1 45500341 45511065 ENST00000616135 protein_coding 1 2 NA MMACHC ENSG00000132763 +CDS chr1 45507356 45507550 ENST00000401061 protein_coding 9 2 2 MMACHC ENSG00000132763 +CDS chr1 45507446 45507550 ENST00000616135 protein_coding 1 2 2 MMACHC ENSG00000132763 +CDS chr1 45508212 45508364 ENST00000401061 protein_coding 9 2 3 MMACHC ENSG00000132763 +CDS chr1 45508212 45508364 ENST00000616135 protein_coding 1 2 3 MMACHC ENSG00000132763 +CDS chr1 45508796 45509212 ENST00000401061 protein_coding 9 2 4 MMACHC ENSG00000132763 +CDS chr1 45508796 45509212 ENST00000616135 protein_coding 1 2 4 MMACHC ENSG00000132763 +transcript chr1 45510914 45521938 ENST00000447184 protein_coding 6 5 NA PRDX1 ENSG00000117450 +transcript chr1 45510914 45523047 ENST00000424390 protein_coding 2 2 NA PRDX1 ENSG00000117450 +transcript chr1 45510914 45542732 ENST00000676549 protein_coding 1 NA NA PRDX1 ENSG00000117450 +transcript chr1 45511036 45521938 ENST00000262746 protein_coding 5 5 NA PRDX1 ENSG00000117450 +transcript chr1 45511051 45521854 ENST00000372079 protein_coding 1 3 NA PRDX1 ENSG00000117450 +transcript chr1 45511051 45521884 ENST00000319248 protein_coding 13 1 NA PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000447184 protein_coding 6 5 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000424390 protein_coding 2 2 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000676549 protein_coding 1 NA 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000262746 protein_coding 5 5 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000372079 protein_coding 1 3 5 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000319248 protein_coding 13 1 6 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000447184 protein_coding 6 5 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000424390 protein_coding 2 2 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000676549 protein_coding 1 NA 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000262746 protein_coding 5 5 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000372079 protein_coding 1 3 4 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000319248 protein_coding 13 1 5 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000447184 protein_coding 6 5 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000424390 protein_coding 2 2 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000676549 protein_coding 1 NA 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000262746 protein_coding 5 5 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514895 ENST00000372079 protein_coding 1 3 3 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000319248 protein_coding 13 1 4 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000447184 protein_coding 6 5 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000424390 protein_coding 2 2 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000676549 protein_coding 1 NA 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000262746 protein_coding 5 5 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000319248 protein_coding 13 1 3 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000447184 protein_coding 6 5 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000424390 protein_coding 2 2 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000676549 protein_coding 1 NA 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000262746 protein_coding 5 5 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000319248 protein_coding 13 1 2 PRDX1 ENSG00000117450 +CDS chr1 45518990 45519043 ENST00000372079 protein_coding 1 3 2 PRDX1 ENSG00000117450 +transcript chr1 45550543 45570049 ENST00000372070 protein_coding 7 1 NA AKR1A1 ENSG00000117448 +transcript chr1 45550783 45570048 ENST00000621846 protein_coding 4 5 NA AKR1A1 ENSG00000117448 +transcript chr1 45550804 45568068 ENST00000434299 protein_coding 5 2 NA AKR1A1 ENSG00000117448 +transcript chr1 45550826 45570049 ENST00000351829 protein_coding 9 1 NA AKR1A1 ENSG00000117448 +transcript chr1 45551067 45568025 ENST00000481885 protein_coding 5 3 NA AKR1A1 ENSG00000117448 +transcript chr1 45551068 45567588 ENST00000471651 protein_coding 1 1 NA AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000372070 protein_coding 7 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000621846 protein_coding 4 5 3 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000434299 protein_coding 5 2 4 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000481885 protein_coding 5 3 2 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000351829 protein_coding 9 1 2 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000471651 protein_coding 1 1 2 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000372070 protein_coding 7 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000621846 protein_coding 4 5 4 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000434299 protein_coding 5 2 5 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000481885 protein_coding 5 3 3 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000351829 protein_coding 9 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000471651 protein_coding 1 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000372070 protein_coding 7 1 5 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000621846 protein_coding 4 5 5 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000434299 protein_coding 5 2 6 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000481885 protein_coding 5 3 4 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000351829 protein_coding 9 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567021 ENST00000471651 protein_coding 1 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45567961 45568025 ENST00000481885 protein_coding 5 3 5 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000372070 protein_coding 7 1 6 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000621846 protein_coding 4 5 6 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568068 ENST00000434299 protein_coding 5 2 7 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000351829 protein_coding 9 1 5 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000372070 protein_coding 7 1 7 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000621846 protein_coding 4 5 7 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000351829 protein_coding 9 1 6 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000372070 protein_coding 7 1 8 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000621846 protein_coding 4 5 8 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000351829 protein_coding 9 1 7 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000372070 protein_coding 7 1 9 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000621846 protein_coding 4 5 9 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000351829 protein_coding 9 1 8 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000372070 protein_coding 7 1 10 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000621846 protein_coding 4 5 10 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000351829 protein_coding 9 1 9 AKR1A1 ENSG00000117448 +transcript chr1 45583846 45615131 ENST00000437901 protein_coding 6 5 NA NASP ENSG00000132780 +transcript chr1 45583988 45618904 ENST00000537798 protein_coding 5 2 NA NASP ENSG00000132780 +transcript chr1 45584041 45618893 ENST00000350030 protein_coding 8 1 NA NASP ENSG00000132780 +transcript chr1 45584045 45607533 ENST00000527470 protein_coding 5 4 NA NASP ENSG00000132780 +transcript chr1 45584045 45614117 ENST00000525515 protein_coding 5 5 NA NASP ENSG00000132780 +transcript chr1 45584058 45615463 ENST00000528238 protein_coding 5 5 NA NASP ENSG00000132780 +transcript chr1 45584061 45607972 ENST00000470768 protein_coding 5 3 NA NASP ENSG00000132780 +transcript chr1 45584063 45618246 ENST00000372052 protein_coding 8 5 NA NASP ENSG00000132780 +transcript chr1 45584065 45594757 ENST00000629893 protein_coding 1 5 NA NASP ENSG00000132780 +transcript chr1 45584065 45618247 ENST00000351223 protein_coding 7 1 NA NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000437901 protein_coding 6 5 2 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000537798 protein_coding 5 2 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000350030 protein_coding 8 1 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000527470 protein_coding 5 4 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000525515 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000528238 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000470768 protein_coding 5 3 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000372052 protein_coding 8 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000629893 protein_coding 1 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000351223 protein_coding 7 1 1 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000437901 protein_coding 6 5 3 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000537798 protein_coding 5 2 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000350030 protein_coding 8 1 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000527470 protein_coding 5 4 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000528238 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000470768 protein_coding 5 3 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000372052 protein_coding 8 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000629893 protein_coding 1 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000351223 protein_coding 7 1 2 NASP ENSG00000132780 +CDS chr1 45594694 45594754 ENST00000629893 protein_coding 1 5 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000437901 protein_coding 6 5 4 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000350030 protein_coding 8 1 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000525515 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000372052 protein_coding 8 5 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000351223 protein_coding 7 1 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000437901 protein_coding 6 5 5 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000350030 protein_coding 8 1 4 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000525515 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000470768 protein_coding 5 3 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000351223 protein_coding 7 1 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000437901 protein_coding 6 5 6 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000537798 protein_coding 5 2 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000350030 protein_coding 8 1 5 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000527470 protein_coding 5 4 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000525515 protein_coding 5 5 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000528238 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000470768 protein_coding 5 3 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000372052 protein_coding 8 5 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000351223 protein_coding 7 1 5 NASP ENSG00000132780 +CDS chr1 45607321 45608337 ENST00000537798 protein_coding 5 2 4 NASP ENSG00000132780 +CDS chr1 45607321 45608337 ENST00000350030 protein_coding 8 1 6 NASP ENSG00000132780 +CDS chr1 45607321 45607533 ENST00000527470 protein_coding 5 4 4 NASP ENSG00000132780 +CDS chr1 45607321 45607972 ENST00000470768 protein_coding 5 3 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000437901 protein_coding 6 5 7 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000537798 protein_coding 5 2 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000350030 protein_coding 8 1 7 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000525515 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000528238 protein_coding 5 5 4 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000372052 protein_coding 8 5 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000351223 protein_coding 7 1 6 NASP ENSG00000132780 +transcript chr1 45613169 45618213 ENST00000531612 protein_coding 5 5 NA NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000531612 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000437901 protein_coding 6 5 8 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000537798 protein_coding 5 2 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000350030 protein_coding 8 1 8 NASP ENSG00000132780 +CDS chr1 45614096 45614117 ENST00000525515 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000528238 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000372052 protein_coding 8 5 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000351223 protein_coding 7 1 7 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000531612 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000437901 protein_coding 6 5 9 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000537798 protein_coding 5 2 7 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000350030 protein_coding 8 1 9 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000528238 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000372052 protein_coding 8 5 7 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000351223 protein_coding 7 1 8 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000531612 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45615013 45615131 ENST00000437901 protein_coding 6 5 10 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000537798 protein_coding 5 2 8 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000350030 protein_coding 8 1 10 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000528238 protein_coding 5 5 7 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000372052 protein_coding 8 5 8 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000351223 protein_coding 7 1 9 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000531612 protein_coding 5 5 4 NASP ENSG00000132780 +transcript chr1 45615059 45618247 ENST00000534450 protein_coding 1 2 NA NASP ENSG00000132780 +CDS chr1 45615059 45615201 ENST00000534450 protein_coding 1 2 1 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000537798 protein_coding 5 2 9 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000350030 protein_coding 8 1 11 NASP ENSG00000132780 +CDS chr1 45615305 45615463 ENST00000528238 protein_coding 5 5 8 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000372052 protein_coding 8 5 9 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000351223 protein_coding 7 1 10 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000531612 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000534450 protein_coding 1 2 2 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000537798 protein_coding 5 2 10 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000350030 protein_coding 8 1 12 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000372052 protein_coding 8 5 10 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000351223 protein_coding 7 1 11 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000531612 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000534450 protein_coding 1 2 3 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000537798 protein_coding 5 2 11 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000350030 protein_coding 8 1 13 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000372052 protein_coding 8 5 11 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000351223 protein_coding 7 1 12 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000534450 protein_coding 1 2 4 NASP ENSG00000132780 +CDS chr1 45616701 45616703 ENST00000531612 protein_coding 5 5 7 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000537798 protein_coding 5 2 12 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000350030 protein_coding 8 1 14 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000372052 protein_coding 8 5 12 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000351223 protein_coding 7 1 13 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000531612 protein_coding 5 5 8 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000537798 protein_coding 5 2 13 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000350030 protein_coding 8 1 15 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000372052 protein_coding 8 5 13 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000351223 protein_coding 7 1 14 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000531612 protein_coding 5 5 9 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000534450 protein_coding 1 2 5 NASP ENSG00000132780 +transcript chr1 45620044 45624054 ENST00000528266 protein_coding 6 2 NA CCDC17 ENSG00000159588 +transcript chr1 45620045 45624053 ENST00000421127 protein_coding 6 2 NA CCDC17 ENSG00000159588 +transcript chr1 45620223 45623967 ENST00000445048 protein_coding 2 1 NA CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000528266 protein_coding 6 2 13 CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000421127 protein_coding 6 2 13 CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000445048 protein_coding 2 1 2 CCDC17 ENSG00000159588 +CDS chr1 45620723 45620833 ENST00000528266 protein_coding 6 2 12 CCDC17 ENSG00000159588 +CDS chr1 45620723 45620833 ENST00000421127 protein_coding 6 2 12 CCDC17 ENSG00000159588 +CDS chr1 45620903 45621113 ENST00000528266 protein_coding 6 2 11 CCDC17 ENSG00000159588 +CDS chr1 45620903 45621113 ENST00000421127 protein_coding 6 2 11 CCDC17 ENSG00000159588 +CDS chr1 45621281 45621484 ENST00000528266 protein_coding 6 2 10 CCDC17 ENSG00000159588 +CDS chr1 45621281 45621484 ENST00000421127 protein_coding 6 2 10 CCDC17 ENSG00000159588 +CDS chr1 45621638 45621735 ENST00000528266 protein_coding 6 2 9 CCDC17 ENSG00000159588 +CDS chr1 45621638 45621735 ENST00000421127 protein_coding 6 2 9 CCDC17 ENSG00000159588 +CDS chr1 45621877 45621995 ENST00000528266 protein_coding 6 2 8 CCDC17 ENSG00000159588 +CDS chr1 45621877 45621995 ENST00000421127 protein_coding 6 2 8 CCDC17 ENSG00000159588 +CDS chr1 45622241 45622348 ENST00000528266 protein_coding 6 2 7 CCDC17 ENSG00000159588 +CDS chr1 45622241 45622348 ENST00000421127 protein_coding 6 2 7 CCDC17 ENSG00000159588 +CDS chr1 45622549 45622667 ENST00000528266 protein_coding 6 2 6 CCDC17 ENSG00000159588 +CDS chr1 45622549 45622667 ENST00000421127 protein_coding 6 2 6 CCDC17 ENSG00000159588 +CDS chr1 45622751 45622834 ENST00000528266 protein_coding 6 2 5 CCDC17 ENSG00000159588 +CDS chr1 45622751 45622834 ENST00000421127 protein_coding 6 2 5 CCDC17 ENSG00000159588 +CDS chr1 45622955 45623117 ENST00000528266 protein_coding 6 2 4 CCDC17 ENSG00000159588 +CDS chr1 45622955 45623117 ENST00000421127 protein_coding 6 2 4 CCDC17 ENSG00000159588 +CDS chr1 45623217 45623439 ENST00000528266 protein_coding 6 2 3 CCDC17 ENSG00000159588 +CDS chr1 45623217 45623412 ENST00000421127 protein_coding 6 2 3 CCDC17 ENSG00000159588 +CDS chr1 45623557 45623652 ENST00000528266 protein_coding 6 2 2 CCDC17 ENSG00000159588 +CDS chr1 45623557 45623652 ENST00000421127 protein_coding 6 2 2 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000528266 protein_coding 6 2 1 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000421127 protein_coding 6 2 1 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000445048 protein_coding 2 1 1 CCDC17 ENSG00000159588 +transcript chr1 45627304 45686533 ENST00000355105 protein_coding 8 1 NA GPBP1L1 ENSG00000159592 +transcript chr1 45627304 45686536 ENST00000290795 protein_coding 7 5 NA GPBP1L1 ENSG00000159592 +CDS chr1 45628259 45628408 ENST00000355105 protein_coding 8 1 13 GPBP1L1 ENSG00000159592 +CDS chr1 45628259 45628408 ENST00000290795 protein_coding 7 5 12 GPBP1L1 ENSG00000159592 +CDS chr1 45629576 45629678 ENST00000355105 protein_coding 8 1 12 GPBP1L1 ENSG00000159592 +CDS chr1 45629576 45629678 ENST00000290795 protein_coding 7 5 11 GPBP1L1 ENSG00000159592 +CDS chr1 45630482 45630606 ENST00000355105 protein_coding 8 1 11 GPBP1L1 ENSG00000159592 +CDS chr1 45630482 45630606 ENST00000290795 protein_coding 7 5 10 GPBP1L1 ENSG00000159592 +CDS chr1 45633489 45633647 ENST00000355105 protein_coding 8 1 10 GPBP1L1 ENSG00000159592 +CDS chr1 45633489 45633647 ENST00000290795 protein_coding 7 5 9 GPBP1L1 ENSG00000159592 +CDS chr1 45634096 45634236 ENST00000355105 protein_coding 8 1 9 GPBP1L1 ENSG00000159592 +CDS chr1 45634096 45634236 ENST00000290795 protein_coding 7 5 8 GPBP1L1 ENSG00000159592 +CDS chr1 45640210 45640403 ENST00000355105 protein_coding 8 1 8 GPBP1L1 ENSG00000159592 +CDS chr1 45640210 45640403 ENST00000290795 protein_coding 7 5 7 GPBP1L1 ENSG00000159592 +CDS chr1 45642427 45642499 ENST00000355105 protein_coding 8 1 7 GPBP1L1 ENSG00000159592 +CDS chr1 45642427 45642499 ENST00000290795 protein_coding 7 5 6 GPBP1L1 ENSG00000159592 +CDS chr1 45654543 45654829 ENST00000355105 protein_coding 8 1 6 GPBP1L1 ENSG00000159592 +CDS chr1 45654543 45654829 ENST00000290795 protein_coding 7 5 5 GPBP1L1 ENSG00000159592 +CDS chr1 45655190 45655319 ENST00000355105 protein_coding 8 1 5 GPBP1L1 ENSG00000159592 +CDS chr1 45655190 45655319 ENST00000290795 protein_coding 7 5 4 GPBP1L1 ENSG00000159592 +CDS chr1 45659028 45659087 ENST00000355105 protein_coding 8 1 4 GPBP1L1 ENSG00000159592 +CDS chr1 45659028 45659087 ENST00000290795 protein_coding 7 5 3 GPBP1L1 ENSG00000159592 +transcript chr1 45688181 45694436 ENST00000372025 protein_coding 5 1 NA TMEM69 ENSG00000159596 +CDS chr1 45691069 45691110 ENST00000372025 protein_coding 5 1 2 TMEM69 ENSG00000159596 +CDS chr1 45693204 45693902 ENST00000372025 protein_coding 5 1 3 TMEM69 ENSG00000159596 +transcript chr1 45694324 45750650 ENST00000359942 protein_coding 8 1 NA IPP ENSG00000197429 +CDS chr1 45694421 45694515 ENST00000359942 protein_coding 8 1 10 IPP ENSG00000197429 +transcript chr1 45698711 45750653 ENST00000396478 protein_coding 4 2 NA IPP ENSG00000197429 +CDS chr1 45699969 45700190 ENST00000396478 protein_coding 4 2 9 IPP ENSG00000197429 +CDS chr1 45700070 45700190 ENST00000359942 protein_coding 8 1 9 IPP ENSG00000197429 +CDS chr1 45714246 45714466 ENST00000359942 protein_coding 8 1 8 IPP ENSG00000197429 +CDS chr1 45714246 45714466 ENST00000396478 protein_coding 4 2 8 IPP ENSG00000197429 +CDS chr1 45716895 45717017 ENST00000359942 protein_coding 8 1 7 IPP ENSG00000197429 +CDS chr1 45716895 45717017 ENST00000396478 protein_coding 4 2 7 IPP ENSG00000197429 +CDS chr1 45719203 45719340 ENST00000359942 protein_coding 8 1 6 IPP ENSG00000197429 +CDS chr1 45719203 45719340 ENST00000396478 protein_coding 4 2 6 IPP ENSG00000197429 +CDS chr1 45727631 45727798 ENST00000359942 protein_coding 8 1 5 IPP ENSG00000197429 +CDS chr1 45727631 45727798 ENST00000396478 protein_coding 4 2 5 IPP ENSG00000197429 +CDS chr1 45729614 45729769 ENST00000359942 protein_coding 8 1 4 IPP ENSG00000197429 +CDS chr1 45729614 45729769 ENST00000396478 protein_coding 4 2 4 IPP ENSG00000197429 +CDS chr1 45740901 45741332 ENST00000359942 protein_coding 8 1 3 IPP ENSG00000197429 +CDS chr1 45740901 45741332 ENST00000396478 protein_coding 4 2 3 IPP ENSG00000197429 +CDS chr1 45746120 45746411 ENST00000359942 protein_coding 8 1 2 IPP ENSG00000197429 +CDS chr1 45746120 45746411 ENST00000396478 protein_coding 4 2 2 IPP ENSG00000197429 +transcript chr1 45803612 46036122 ENST00000361297 protein_coding 7 1 NA MAST2 ENSG00000086015 +CDS chr1 45803896 45804072 ENST00000361297 protein_coding 7 1 1 MAST2 ENSG00000086015 +CDS chr1 45824433 45824580 ENST00000361297 protein_coding 7 1 2 MAST2 ENSG00000086015 +CDS chr1 45829439 45829581 ENST00000361297 protein_coding 7 1 3 MAST2 ENSG00000086015 +CDS chr1 45882364 45882395 ENST00000361297 protein_coding 7 1 4 MAST2 ENSG00000086015 +transcript chr1 45913588 46030759 ENST00000372008 protein_coding 6 5 NA MAST2 ENSG00000086015 +transcript chr1 45913647 46036122 ENST00000674079 protein_coding 1 NA NA MAST2 ENSG00000086015 +CDS chr1 45913830 45913879 ENST00000674079 protein_coding 1 NA 1 MAST2 ENSG00000086015 +CDS chr1 45917379 45917533 ENST00000372008 protein_coding 6 5 2 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000361297 protein_coding 7 1 5 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000372008 protein_coding 6 5 3 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000674079 protein_coding 1 NA 2 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000361297 protein_coding 7 1 6 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000372008 protein_coding 6 5 4 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000674079 protein_coding 1 NA 3 MAST2 ENSG00000086015 +CDS chr1 46000959 46000979 ENST00000674079 protein_coding 1 NA 4 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000361297 protein_coding 7 1 7 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000372008 protein_coding 6 5 5 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000674079 protein_coding 1 NA 5 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000361297 protein_coding 7 1 8 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000372008 protein_coding 6 5 6 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000674079 protein_coding 1 NA 6 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000361297 protein_coding 7 1 9 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000372008 protein_coding 6 5 7 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000674079 protein_coding 1 NA 7 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000361297 protein_coding 7 1 10 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000372008 protein_coding 6 5 8 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000674079 protein_coding 1 NA 8 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000361297 protein_coding 7 1 11 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000372008 protein_coding 6 5 9 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000674079 protein_coding 1 NA 9 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000361297 protein_coding 7 1 12 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000372008 protein_coding 6 5 10 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000674079 protein_coding 1 NA 10 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000361297 protein_coding 7 1 13 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000372008 protein_coding 6 5 11 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000674079 protein_coding 1 NA 11 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000361297 protein_coding 7 1 14 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000372008 protein_coding 6 5 12 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000674079 protein_coding 1 NA 12 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000361297 protein_coding 7 1 15 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000372008 protein_coding 6 5 13 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000674079 protein_coding 1 NA 13 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000361297 protein_coding 7 1 16 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000372008 protein_coding 6 5 14 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000674079 protein_coding 1 NA 14 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000361297 protein_coding 7 1 17 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000372008 protein_coding 6 5 15 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000674079 protein_coding 1 NA 15 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000361297 protein_coding 7 1 18 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000372008 protein_coding 6 5 16 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000674079 protein_coding 1 NA 16 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000361297 protein_coding 7 1 19 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000372008 protein_coding 6 5 17 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000674079 protein_coding 1 NA 17 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000361297 protein_coding 7 1 20 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000372008 protein_coding 6 5 18 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000674079 protein_coding 1 NA 18 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000361297 protein_coding 7 1 21 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000372008 protein_coding 6 5 19 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000674079 protein_coding 1 NA 19 MAST2 ENSG00000086015 +CDS chr1 46030607 46030761 ENST00000361297 protein_coding 7 1 22 MAST2 ENSG00000086015 +CDS chr1 46030607 46030759 ENST00000372008 protein_coding 6 5 20 MAST2 ENSG00000086015 +CDS chr1 46030607 46030761 ENST00000674079 protein_coding 1 NA 20 MAST2 ENSG00000086015 +CDS chr1 46031007 46031290 ENST00000361297 protein_coding 7 1 23 MAST2 ENSG00000086015 +CDS chr1 46031007 46031290 ENST00000674079 protein_coding 1 NA 21 MAST2 ENSG00000086015 +CDS chr1 46031391 46031585 ENST00000361297 protein_coding 7 1 24 MAST2 ENSG00000086015 +CDS chr1 46031391 46031585 ENST00000674079 protein_coding 1 NA 22 MAST2 ENSG00000086015 +CDS chr1 46032178 46032404 ENST00000361297 protein_coding 7 1 25 MAST2 ENSG00000086015 +CDS chr1 46032178 46032404 ENST00000674079 protein_coding 1 NA 23 MAST2 ENSG00000086015 +CDS chr1 46032596 46032718 ENST00000361297 protein_coding 7 1 26 MAST2 ENSG00000086015 +CDS chr1 46032596 46032718 ENST00000674079 protein_coding 1 NA 24 MAST2 ENSG00000086015 +CDS chr1 46033802 46033938 ENST00000361297 protein_coding 7 1 27 MAST2 ENSG00000086015 +CDS chr1 46033802 46033938 ENST00000674079 protein_coding 1 NA 25 MAST2 ENSG00000086015 +CDS chr1 46034073 46034266 ENST00000361297 protein_coding 7 1 28 MAST2 ENSG00000086015 +CDS chr1 46034073 46034266 ENST00000674079 protein_coding 1 NA 26 MAST2 ENSG00000086015 +CDS chr1 46034538 46036063 ENST00000361297 protein_coding 7 1 29 MAST2 ENSG00000086015 +CDS chr1 46034538 46036063 ENST00000674079 protein_coding 1 NA 27 MAST2 ENSG00000086015 +transcript chr1 46040140 46132629 ENST00000262741 protein_coding 10 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46040140 46132794 ENST00000372006 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46040142 46133036 ENST00000420542 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46043661 46176488 ENST00000540385 protein_coding 2 2 NA P3R3URF-PIK3R3 ENSG00000278139 +transcript chr1 46043662 46132616 ENST00000423209 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000262741 protein_coding 10 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000372006 protein_coding 5 1 11 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000420542 protein_coding 5 1 11 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000423209 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000540385 protein_coding 2 2 10 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46045918 46046088 ENST00000262741 protein_coding 10 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000372006 protein_coding 5 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000420542 protein_coding 5 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000423209 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000540385 protein_coding 2 2 9 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46046551 46046625 ENST00000262741 protein_coding 10 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000372006 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000420542 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000423209 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000540385 protein_coding 2 2 8 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46055795 46055971 ENST00000262741 protein_coding 10 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000372006 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000420542 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000540385 protein_coding 2 2 7 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46061929 46062071 ENST00000262741 protein_coding 10 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000372006 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000420542 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000423209 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000540385 protein_coding 2 2 6 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46066054 46066179 ENST00000262741 protein_coding 10 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000372006 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000420542 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000423209 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000540385 protein_coding 2 2 5 P3R3URF-PIK3R3 ENSG00000278139 +transcript chr1 46066056 46132913 ENST00000425892 protein_coding 2 5 NA PIK3R3 ENSG00000117461 +CDS chr1 46066056 46066179 ENST00000425892 protein_coding 2 5 6 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000262741 protein_coding 10 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000372006 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000420542 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000423209 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000425892 protein_coding 2 5 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000540385 protein_coding 2 2 4 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46077515 46077613 ENST00000262741 protein_coding 10 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000372006 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000420542 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000423209 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000425892 protein_coding 2 5 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000540385 protein_coding 2 2 3 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46080642 46080750 ENST00000262741 protein_coding 10 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000372006 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000420542 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000423209 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000425892 protein_coding 2 5 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000540385 protein_coding 2 2 2 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46131847 46131952 ENST00000262741 protein_coding 10 1 1 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000372006 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000420542 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000423209 protein_coding 5 1 1 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000425892 protein_coding 2 5 2 PIK3R3 ENSG00000117461 +transcript chr1 46175087 46185962 ENST00000372003 protein_coding 6 1 NA TSPAN1 ENSG00000117472 +transcript chr1 46175486 46176488 ENST00000506599 protein_coding 2 2 NA P3R3URF ENSG00000250719 +CDS chr1 46175589 46175629 ENST00000506599 protein_coding 2 2 2 P3R3URF ENSG00000250719 +CDS chr1 46176228 46176471 ENST00000540385 protein_coding 2 2 1 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46176228 46176471 ENST00000506599 protein_coding 2 2 1 P3R3URF ENSG00000250719 +CDS chr1 46181108 46181164 ENST00000372003 protein_coding 6 1 3 TSPAN1 ENSG00000117472 +CDS chr1 46184191 46184397 ENST00000372003 protein_coding 6 1 4 TSPAN1 ENSG00000117472 +CDS chr1 46184594 46184668 ENST00000372003 protein_coding 6 1 5 TSPAN1 ENSG00000117472 +CDS chr1 46184785 46184883 ENST00000372003 protein_coding 6 1 6 TSPAN1 ENSG00000117472 +CDS chr1 46184960 46185115 ENST00000372003 protein_coding 6 1 7 TSPAN1 ENSG00000117472 +CDS chr1 46185225 46185308 ENST00000372003 protein_coding 6 1 8 TSPAN1 ENSG00000117472 +CDS chr1 46185486 46185530 ENST00000372003 protein_coding 6 1 9 TSPAN1 ENSG00000117472 +transcript chr1 46188683 46198434 ENST00000371984 protein_coding 8 1 NA POMGNT1 ENSG00000085998 +transcript chr1 46188683 46220305 ENST00000371992 protein_coding 1 2 NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198134 ENST00000396420 protein_coding 8 2 NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198438 ENST00000686737 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198453 ENST00000685444 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198457 ENST00000688608 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198457 ENST00000692369 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46203238 ENST00000687683 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188699 46198457 ENST00000687149 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +CDS chr1 46188722 46188980 ENST00000371992 protein_coding 1 2 23 POMGNT1 ENSG00000085998 +CDS chr1 46188722 46188980 ENST00000692369 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189242 46189357 ENST00000371992 protein_coding 1 2 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000371984 protein_coding 8 1 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000396420 protein_coding 8 2 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000686737 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000685444 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000688608 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000687683 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000687149 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000371984 protein_coding 8 1 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000396420 protein_coding 8 2 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000686737 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000685444 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000688608 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000692369 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000687683 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000687149 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189484 46189567 ENST00000371992 protein_coding 1 2 21 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000371984 protein_coding 8 1 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000371992 protein_coding 1 2 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000396420 protein_coding 8 2 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000686737 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000685444 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000688608 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000692369 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000687683 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000687149 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000371984 protein_coding 8 1 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000371992 protein_coding 1 2 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000396420 protein_coding 8 2 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000686737 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000685444 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000688608 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000692369 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000687683 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190621 ENST00000687149 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000371984 protein_coding 8 1 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000371992 protein_coding 1 2 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000396420 protein_coding 8 2 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000686737 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000685444 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000688608 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000692369 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000687683 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000371984 protein_coding 8 1 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000371992 protein_coding 1 2 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000396420 protein_coding 8 2 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000686737 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000685444 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000688608 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000692369 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000687683 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000687149 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000371984 protein_coding 8 1 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000371992 protein_coding 1 2 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000396420 protein_coding 8 2 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000686737 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000685444 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000688608 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000692369 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000687683 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000687149 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000371984 protein_coding 8 1 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000371992 protein_coding 1 2 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000396420 protein_coding 8 2 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000686737 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000685444 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000688608 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000692369 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000687683 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000687149 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000371984 protein_coding 8 1 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000371992 protein_coding 1 2 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000396420 protein_coding 8 2 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000686737 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000685444 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000688608 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000692369 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000687683 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000687149 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000371984 protein_coding 8 1 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000371992 protein_coding 1 2 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000396420 protein_coding 8 2 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000686737 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000685444 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000688608 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000692369 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000687683 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000687149 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000371984 protein_coding 8 1 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000371992 protein_coding 1 2 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000396420 protein_coding 8 2 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000686737 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000685444 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000688608 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000692369 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000687683 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000687149 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000371984 protein_coding 8 1 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000371992 protein_coding 1 2 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000396420 protein_coding 8 2 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000686737 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000685444 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000688608 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000692369 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000687683 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000687149 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000371984 protein_coding 8 1 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000371992 protein_coding 1 2 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000396420 protein_coding 8 2 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000686737 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000685444 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000688608 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000692369 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000687683 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000687149 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000371984 protein_coding 8 1 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000371992 protein_coding 1 2 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000396420 protein_coding 8 2 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000686737 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000685444 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000688608 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000692369 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000687683 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000687149 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000371984 protein_coding 8 1 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000371992 protein_coding 1 2 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000396420 protein_coding 8 2 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000686737 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000692369 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000687683 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000687149 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000371984 protein_coding 8 1 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000371992 protein_coding 1 2 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000396420 protein_coding 8 2 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000686737 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000685444 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000688608 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000692369 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000687683 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000687149 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000371984 protein_coding 8 1 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000371992 protein_coding 1 2 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000396420 protein_coding 8 2 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000686737 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000685444 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000688608 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000692369 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000687683 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000687149 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000371984 protein_coding 8 1 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000371992 protein_coding 1 2 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000396420 protein_coding 8 2 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000686737 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000685444 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000688608 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000692369 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000687683 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000687149 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000371984 protein_coding 8 1 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000371992 protein_coding 1 2 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000396420 protein_coding 8 2 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000686737 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000685444 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000688608 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000692369 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000687683 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000687149 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000371984 protein_coding 8 1 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000371992 protein_coding 1 2 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000396420 protein_coding 8 2 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000686737 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000685444 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000688608 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000692369 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000687683 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000687149 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000371984 protein_coding 8 1 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000371992 protein_coding 1 2 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000396420 protein_coding 8 2 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000686737 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000685444 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000688608 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000692369 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000687683 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000687149 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +transcript chr1 46203334 46221256 ENST00000371980 protein_coding 4 1 NA LURAP1 ENSG00000171357 +CDS chr1 46203427 46203624 ENST00000371980 protein_coding 4 1 1 LURAP1 ENSG00000171357 +CDS chr1 46219699 46220217 ENST00000371980 protein_coding 4 1 2 LURAP1 ENSG00000171357 +transcript chr1 46247688 46261358 ENST00000463715 protein_coding 5 5 NA RAD54L ENSG00000085999 +transcript chr1 46247695 46278473 ENST00000442598 protein_coding 5 2 NA RAD54L ENSG00000085999 +transcript chr1 46247700 46261015 ENST00000493985 protein_coding 5 4 NA RAD54L ENSG00000085999 +transcript chr1 46247700 46278480 ENST00000671528 protein_coding 1 NA NA RAD54L ENSG00000085999 +transcript chr1 46247715 46260928 ENST00000669994 protein_coding 1 NA NA RAD54L ENSG00000085999 +transcript chr1 46247763 46278473 ENST00000371975 protein_coding 9 1 NA RAD54L ENSG00000085999 +transcript chr1 46247769 46260879 ENST00000469835 protein_coding 6 3 NA RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000442598 protein_coding 5 2 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000671528 protein_coding 1 NA 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000669994 protein_coding 1 NA 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000371975 protein_coding 9 1 1 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000469835 protein_coding 6 3 2 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000442598 protein_coding 5 2 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000671528 protein_coding 1 NA 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000669994 protein_coding 1 NA 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000371975 protein_coding 9 1 2 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000469835 protein_coding 6 3 3 RAD54L ENSG00000085999 +transcript chr1 46248512 46261015 ENST00000493032 protein_coding 5 3 NA RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000442598 protein_coding 5 2 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000671528 protein_coding 1 NA 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000669994 protein_coding 1 NA 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000371975 protein_coding 9 1 3 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000469835 protein_coding 6 3 4 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000442598 protein_coding 5 2 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000671528 protein_coding 1 NA 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000669994 protein_coding 1 NA 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000371975 protein_coding 9 1 4 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000469835 protein_coding 6 3 5 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000442598 protein_coding 5 2 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000671528 protein_coding 1 NA 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000669994 protein_coding 1 NA 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000371975 protein_coding 9 1 5 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000469835 protein_coding 6 3 6 RAD54L ENSG00000085999 +transcript chr1 46259964 46267608 ENST00000472889 protein_coding 2 4 NA RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000472889 protein_coding 2 4 1 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000442598 protein_coding 5 2 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000671528 protein_coding 1 NA 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000669994 protein_coding 1 NA 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000371975 protein_coding 9 1 6 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000469835 protein_coding 6 3 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000472889 protein_coding 2 4 2 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000442598 protein_coding 5 2 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000671528 protein_coding 1 NA 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46260928 ENST00000669994 protein_coding 1 NA 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000371975 protein_coding 9 1 7 RAD54L ENSG00000085999 +CDS chr1 46260727 46260879 ENST00000469835 protein_coding 6 3 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000472889 protein_coding 2 4 3 RAD54L ENSG00000085999 +CDS chr1 46260790 46261015 ENST00000493985 protein_coding 5 4 7 RAD54L ENSG00000085999 +CDS chr1 46260790 46261015 ENST00000493032 protein_coding 5 3 5 RAD54L ENSG00000085999 +transcript chr1 46261196 46281161 ENST00000496156 protein_coding 5 5 NA LRRC41 ENSG00000132128 +CDS chr1 46261261 46261385 ENST00000442598 protein_coding 5 2 9 RAD54L ENSG00000085999 +CDS chr1 46261261 46261385 ENST00000671528 protein_coding 1 NA 9 RAD54L ENSG00000085999 +CDS chr1 46261261 46261385 ENST00000371975 protein_coding 9 1 8 RAD54L ENSG00000085999 +CDS chr1 46261264 46261385 ENST00000472889 protein_coding 2 4 4 RAD54L ENSG00000085999 +CDS chr1 46261269 46261358 ENST00000463715 protein_coding 5 5 7 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000442598 protein_coding 5 2 10 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000671528 protein_coding 1 NA 10 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000371975 protein_coding 9 1 9 RAD54L ENSG00000085999 +CDS chr1 46267459 46267608 ENST00000472889 protein_coding 2 4 5 RAD54L ENSG00000085999 +CDS chr1 46267497 46267677 ENST00000496156 protein_coding 5 5 6 LRRC41 ENSG00000132128 +CDS chr1 46270659 46270785 ENST00000442598 protein_coding 5 2 11 RAD54L ENSG00000085999 +CDS chr1 46270659 46270785 ENST00000671528 protein_coding 1 NA 11 RAD54L ENSG00000085999 +CDS chr1 46270659 46270785 ENST00000371975 protein_coding 9 1 10 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000442598 protein_coding 5 2 12 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000671528 protein_coding 1 NA 12 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000371975 protein_coding 9 1 11 RAD54L ENSG00000085999 +transcript chr1 46272466 46278439 ENST00000488942 protein_coding 5 3 NA RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000488942 protein_coding 5 3 1 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000442598 protein_coding 5 2 13 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000671528 protein_coding 1 NA 13 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000371975 protein_coding 9 1 12 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000488942 protein_coding 5 3 2 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000442598 protein_coding 5 2 14 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000671528 protein_coding 1 NA 14 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000371975 protein_coding 9 1 13 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000442598 protein_coding 5 2 15 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000671528 protein_coding 1 NA 15 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000371975 protein_coding 9 1 14 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000488942 protein_coding 5 3 3 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000442598 protein_coding 5 2 16 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000671528 protein_coding 1 NA 16 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000371975 protein_coding 9 1 15 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000488942 protein_coding 5 3 4 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000442598 protein_coding 5 2 17 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000671528 protein_coding 1 NA 17 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000371975 protein_coding 9 1 16 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000488942 protein_coding 5 3 5 RAD54L ENSG00000085999 +transcript chr1 46277462 46303616 ENST00000617190 protein_coding 5 1 NA LRRC41 ENSG00000132128 +CDS chr1 46277817 46277980 ENST00000442598 protein_coding 5 2 18 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000671528 protein_coding 1 NA 18 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000371975 protein_coding 9 1 17 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000488942 protein_coding 5 3 6 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000442598 protein_coding 5 2 19 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000671528 protein_coding 1 NA 19 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000371975 protein_coding 9 1 18 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000488942 protein_coding 5 3 7 RAD54L ENSG00000085999 +transcript chr1 46278401 46303366 ENST00000343304 protein_coding 10 1 NA LRRC41 ENSG00000132128 +transcript chr1 46278403 46303263 ENST00000615587 protein_coding 4 1 NA LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000617190 protein_coding 5 1 10 LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000615587 protein_coding 4 1 10 LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000343304 protein_coding 10 1 10 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000496156 protein_coding 5 5 5 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000617190 protein_coding 5 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000615587 protein_coding 4 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000343304 protein_coding 10 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000496156 protein_coding 5 5 4 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000617190 protein_coding 5 1 8 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000615587 protein_coding 4 1 8 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000343304 protein_coding 10 1 8 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000496156 protein_coding 5 5 3 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000617190 protein_coding 5 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000615587 protein_coding 4 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000343304 protein_coding 10 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000496156 protein_coding 5 5 2 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000617190 protein_coding 5 1 6 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000615587 protein_coding 4 1 6 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000343304 protein_coding 10 1 6 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281161 ENST00000496156 protein_coding 5 5 1 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000617190 protein_coding 5 1 5 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000615587 protein_coding 4 1 5 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000343304 protein_coding 10 1 5 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000617190 protein_coding 5 1 4 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000615587 protein_coding 4 1 4 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000343304 protein_coding 10 1 4 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000617190 protein_coding 5 1 3 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000615587 protein_coding 4 1 3 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000343304 protein_coding 10 1 3 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000617190 protein_coding 5 1 2 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000615587 protein_coding 4 1 2 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000343304 protein_coding 10 1 2 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303322 ENST00000617190 protein_coding 5 1 1 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303256 ENST00000615587 protein_coding 4 1 1 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303322 ENST00000343304 protein_coding 10 1 1 LRRC41 ENSG00000132128 +transcript chr1 46303698 46316776 ENST00000311672 protein_coding 10 1 NA UQCRH ENSG00000173660 +CDS chr1 46303767 46303820 ENST00000311672 protein_coding 10 1 1 UQCRH ENSG00000173660 +CDS chr1 46309101 46309127 ENST00000311672 protein_coding 10 1 2 UQCRH ENSG00000173660 +CDS chr1 46310155 46310316 ENST00000311672 protein_coding 10 1 3 UQCRH ENSG00000173660 +CDS chr1 46316552 46316581 ENST00000311672 protein_coding 10 1 4 UQCRH ENSG00000173660 +transcript chr1 46340807 46365018 ENST00000474844 protein_coding 6 1 NA NSUN4 ENSG00000117481 +CDS chr1 46340827 46340919 ENST00000474844 protein_coding 6 1 1 NSUN4 ENSG00000117481 +transcript chr1 46341187 46362192 ENST00000537428 protein_coding 2 2 NA NSUN4 ENSG00000117481 +transcript chr1 46341836 46362192 ENST00000498008 protein_coding 5 2 NA NSUN4 ENSG00000117481 +CDS chr1 46341844 46343799 ENST00000498008 protein_coding 5 2 1 NSUN4 ENSG00000117481 +transcript chr1 46343393 46362190 ENST00000495427 protein_coding 1 2 NA NSUN4 ENSG00000117481 +CDS chr1 46343393 46343799 ENST00000495427 protein_coding 1 2 1 NSUN4 ENSG00000117481 +CDS chr1 46344801 46345144 ENST00000474844 protein_coding 6 1 2 NSUN4 ENSG00000117481 +CDS chr1 46344855 46345144 ENST00000537428 protein_coding 2 2 2 NSUN4 ENSG00000117481 +CDS chr1 46346921 46347075 ENST00000474844 protein_coding 6 1 3 NSUN4 ENSG00000117481 +CDS chr1 46346921 46347075 ENST00000537428 protein_coding 2 2 3 NSUN4 ENSG00000117481 +CDS chr1 46352868 46353028 ENST00000474844 protein_coding 6 1 4 NSUN4 ENSG00000117481 +CDS chr1 46352868 46353028 ENST00000537428 protein_coding 2 2 4 NSUN4 ENSG00000117481 +CDS chr1 46360704 46360828 ENST00000474844 protein_coding 6 1 5 NSUN4 ENSG00000117481 +CDS chr1 46360704 46360828 ENST00000537428 protein_coding 2 2 5 NSUN4 ENSG00000117481 +CDS chr1 46361570 46361843 ENST00000474844 protein_coding 6 1 6 NSUN4 ENSG00000117481 +CDS chr1 46361570 46361843 ENST00000537428 protein_coding 2 2 6 NSUN4 ENSG00000117481 +transcript chr1 46394317 46413845 ENST00000243167 protein_coding 9 1 NA FAAH ENSG00000117480 +CDS chr1 46394349 46394543 ENST00000243167 protein_coding 9 1 1 FAAH ENSG00000117480 +CDS chr1 46402091 46402204 ENST00000243167 protein_coding 9 1 2 FAAH ENSG00000117480 +CDS chr1 46405014 46405148 ENST00000243167 protein_coding 9 1 3 FAAH ENSG00000117480 +CDS chr1 46405372 46405505 ENST00000243167 protein_coding 9 1 4 FAAH ENSG00000117480 +CDS chr1 46405588 46405794 ENST00000243167 protein_coding 9 1 5 FAAH ENSG00000117480 +CDS chr1 46406038 46406078 ENST00000243167 protein_coding 9 1 6 FAAH ENSG00000117480 +CDS chr1 46406244 46406368 ENST00000243167 protein_coding 9 1 7 FAAH ENSG00000117480 +CDS chr1 46408459 46408584 ENST00000243167 protein_coding 9 1 8 FAAH ENSG00000117480 +CDS chr1 46409101 46409198 ENST00000243167 protein_coding 9 1 9 FAAH ENSG00000117480 +CDS chr1 46410398 46410497 ENST00000243167 protein_coding 9 1 10 FAAH ENSG00000117480 +CDS chr1 46410814 46410854 ENST00000243167 protein_coding 9 1 11 FAAH ENSG00000117480 +CDS chr1 46411612 46411651 ENST00000243167 protein_coding 9 1 12 FAAH ENSG00000117480 +CDS chr1 46412143 46412251 ENST00000243167 protein_coding 9 1 13 FAAH ENSG00000117480 +CDS chr1 46413075 46413220 ENST00000243167 protein_coding 9 1 14 FAAH ENSG00000117480 +CDS chr1 46413447 46413572 ENST00000243167 protein_coding 9 1 15 FAAH ENSG00000117480 +transcript chr1 46489836 46516216 ENST00000360032 protein_coding 4 1 NA DMBX1 ENSG00000197587 +transcript chr1 46506996 46514212 ENST00000371956 protein_coding 8 1 NA DMBX1 ENSG00000197587 +CDS chr1 46507011 46507164 ENST00000360032 protein_coding 4 1 3 DMBX1 ENSG00000197587 +CDS chr1 46507011 46507164 ENST00000371956 protein_coding 8 1 1 DMBX1 ENSG00000197587 +CDS chr1 46510461 46510654 ENST00000371956 protein_coding 8 1 2 DMBX1 ENSG00000197587 +CDS chr1 46510476 46510654 ENST00000360032 protein_coding 4 1 4 DMBX1 ENSG00000197587 +CDS chr1 46510935 46511283 ENST00000360032 protein_coding 4 1 5 DMBX1 ENSG00000197587 +CDS chr1 46510935 46511283 ENST00000371956 protein_coding 8 1 3 DMBX1 ENSG00000197587 +CDS chr1 46512043 46512491 ENST00000360032 protein_coding 4 1 6 DMBX1 ENSG00000197587 +CDS chr1 46512043 46512491 ENST00000371956 protein_coding 8 1 4 DMBX1 ENSG00000197587 +transcript chr1 46532166 46543969 ENST00000634804 protein_coding 2 NA NA TMEM275 ENSG00000282881 +CDS chr1 46532997 46533527 ENST00000634804 protein_coding 2 NA 2 TMEM275 ENSG00000282881 +transcript chr1 46545641 46551647 ENST00000481882 protein_coding 7 5 NA KNCN ENSG00000162456 +transcript chr1 46547428 46551215 ENST00000396314 protein_coding 3 4 NA KNCN ENSG00000162456 +CDS chr1 46547733 46547809 ENST00000481882 protein_coding 7 5 4 KNCN ENSG00000162456 +CDS chr1 46547733 46547809 ENST00000396314 protein_coding 3 4 3 KNCN ENSG00000162456 +CDS chr1 46549193 46549267 ENST00000481882 protein_coding 7 5 3 KNCN ENSG00000162456 +CDS chr1 46549193 46549267 ENST00000396314 protein_coding 3 4 2 KNCN ENSG00000162456 +CDS chr1 46549934 46550002 ENST00000481882 protein_coding 7 5 2 KNCN ENSG00000162456 +CDS chr1 46551065 46551215 ENST00000481882 protein_coding 7 5 1 KNCN ENSG00000162456 +CDS chr1 46551065 46551215 ENST00000396314 protein_coding 3 4 1 KNCN ENSG00000162456 +transcript chr1 46557407 46604268 ENST00000371945 protein_coding 10 1 NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000341183 protein_coding 9 5 NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000649800 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000650026 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000650508 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557418 46604214 ENST00000371946 protein_coding 9 1 NA MKNK1 ENSG00000079277 +transcript chr1 46558233 46565063 ENST00000524749 protein_coding 5 5 NA MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000371945 protein_coding 10 1 13 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000341183 protein_coding 9 5 12 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000649800 protein_coding 1 NA 14 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000650508 protein_coding 1 NA 13 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000371946 protein_coding 9 1 14 MKNK1 ENSG00000079277 +transcript chr1 46558699 46604255 ENST00000428112 protein_coding 7 2 NA MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000650026 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000524749 protein_coding 5 5 3 MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000428112 protein_coding 7 2 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000371945 protein_coding 10 1 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000341183 protein_coding 9 5 11 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000649800 protein_coding 1 NA 13 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000650508 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000371946 protein_coding 9 1 13 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000371945 protein_coding 10 1 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000341183 protein_coding 9 5 10 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000649800 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000650026 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000650508 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000371946 protein_coding 9 1 12 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000428112 protein_coding 7 2 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000371945 protein_coding 10 1 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000341183 protein_coding 9 5 9 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000649800 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000650026 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000650508 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000371946 protein_coding 9 1 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000524749 protein_coding 5 5 2 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000428112 protein_coding 7 2 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000371945 protein_coding 10 1 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000341183 protein_coding 9 5 8 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000649800 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000650026 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000650508 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000371946 protein_coding 9 1 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565063 ENST00000524749 protein_coding 5 5 1 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000428112 protein_coding 7 2 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000371945 protein_coding 10 1 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000341183 protein_coding 9 5 7 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000649800 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000650026 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000650508 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000371946 protein_coding 9 1 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000428112 protein_coding 7 2 8 MKNK1 ENSG00000079277 +transcript chr1 46568456 46604294 ENST00000496619 protein_coding 6 3 NA MKNK1 ENSG00000079277 +CDS chr1 46568456 46568498 ENST00000496619 protein_coding 6 3 8 MKNK1 ENSG00000079277 +CDS chr1 46571417 46571539 ENST00000649800 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46571417 46571539 ENST00000371946 protein_coding 9 1 8 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000371945 protein_coding 10 1 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000341183 protein_coding 9 5 6 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000649800 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000650026 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000650508 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000371946 protein_coding 9 1 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000428112 protein_coding 7 2 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000496619 protein_coding 6 3 7 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000371945 protein_coding 10 1 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000649800 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000650026 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000650508 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000371946 protein_coding 9 1 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000428112 protein_coding 7 2 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000496619 protein_coding 6 3 6 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000371945 protein_coding 10 1 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000341183 protein_coding 9 5 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000649800 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000650026 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000650508 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000371946 protein_coding 9 1 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000428112 protein_coding 7 2 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000496619 protein_coding 6 3 5 MKNK1 ENSG00000079277 +transcript chr1 46576584 46604255 ENST00000529170 protein_coding 6 4 NA MKNK1 ENSG00000079277 +CDS chr1 46576584 46576654 ENST00000529170 protein_coding 6 4 5 MKNK1 ENSG00000079277 +transcript chr1 46576589 46616843 ENST00000531769 protein_coding 6 4 NA MKNK1 ENSG00000079277 +CDS chr1 46576589 46576654 ENST00000531769 protein_coding 6 4 5 MKNK1 ENSG00000079277 +transcript chr1 46580434 46594280 ENST00000465783 protein_coding 6 2 NA MKNK1 ENSG00000079277 +transcript chr1 46580440 46594261 ENST00000474868 protein_coding 2 3 NA MKNK1 ENSG00000079277 +CDS chr1 46580491 46580627 ENST00000465783 protein_coding 6 2 3 MKNK1 ENSG00000079277 +CDS chr1 46580491 46580627 ENST00000474868 protein_coding 2 3 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000371945 protein_coding 10 1 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580552 ENST00000341183 protein_coding 9 5 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000649800 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000650026 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000650508 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000371946 protein_coding 9 1 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000428112 protein_coding 7 2 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000496619 protein_coding 6 3 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000529170 protein_coding 6 4 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000531769 protein_coding 6 4 4 MKNK1 ENSG00000079277 +transcript chr1 46580596 46595059 ENST00000532110 protein_coding 1 4 NA MKNK1 ENSG00000079277 +CDS chr1 46580596 46580627 ENST00000532110 protein_coding 1 4 4 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000371945 protein_coding 10 1 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000649800 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000650026 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000650508 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000371946 protein_coding 9 1 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000428112 protein_coding 7 2 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000496619 protein_coding 6 3 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000529170 protein_coding 6 4 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000531769 protein_coding 6 4 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000465783 protein_coding 6 2 2 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000474868 protein_coding 2 3 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000532110 protein_coding 1 4 3 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000649800 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000650026 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000650508 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594280 ENST00000532110 protein_coding 1 4 2 MKNK1 ENSG00000079277 +CDS chr1 46594868 46594943 ENST00000532110 protein_coding 1 4 1 MKNK1 ENSG00000079277 +transcript chr1 46607719 46616811 ENST00000319928 protein_coding 9 2 NA MOB3C ENSG00000142961 +transcript chr1 46607719 46615133 ENST00000271139 protein_coding 13 1 NA MOB3C ENSG00000142961 +transcript chr1 46607725 46616465 ENST00000371940 protein_coding 1 1 NA MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000319928 protein_coding 9 2 4 MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000271139 protein_coding 13 1 4 MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000371940 protein_coding 1 1 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000319928 protein_coding 9 2 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000271139 protein_coding 13 1 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000371940 protein_coding 1 1 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000319928 protein_coding 9 2 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000271139 protein_coding 13 1 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000371940 protein_coding 1 1 1 MOB3C ENSG00000142961 +transcript chr1 46632737 46668454 ENST00000576409 protein_coding 5 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46633678 46645256 ENST00000492233 protein_coding 5 3 NA ATPAF1 ENSG00000123472 +CDS chr1 46633768 46633828 ENST00000492233 protein_coding 5 3 4 ATPAF1 ENSG00000123472 +transcript chr1 46635041 46665878 ENST00000542495 protein_coding 5 2 NA ATPAF1 ENSG00000123472 +transcript chr1 46635041 46668427 ENST00000371937 protein_coding 8 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46635045 46668364 ENST00000574428 protein_coding 5 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46635079 46665372 ENST00000526821 protein_coding 5 3 NA ATPAF1 ENSG00000123472 +transcript chr1 46635423 46668427 ENST00000329231 protein_coding 8 2 NA ATPAF1 ENSG00000123472 +transcript chr1 46635634 46658727 ENST00000534216 protein_coding 5 5 NA ATPAF1 ENSG00000123472 +transcript chr1 46635708 46665855 ENST00000532925 protein_coding 5 2 NA ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000576409 protein_coding 5 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000542495 protein_coding 5 2 10 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000371937 protein_coding 8 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000574428 protein_coding 5 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000526821 protein_coding 5 3 6 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000329231 protein_coding 8 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000534216 protein_coding 5 5 6 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000532925 protein_coding 5 2 9 ATPAF1 ENSG00000123472 +CDS chr1 46635897 46635970 ENST00000492233 protein_coding 5 3 3 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000576409 protein_coding 5 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000492233 protein_coding 5 3 2 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000542495 protein_coding 5 2 9 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000371937 protein_coding 8 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000574428 protein_coding 5 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000534216 protein_coding 5 5 5 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000532925 protein_coding 5 2 8 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000576409 protein_coding 5 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000492233 protein_coding 5 3 1 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000542495 protein_coding 5 2 8 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000371937 protein_coding 8 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000574428 protein_coding 5 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000534216 protein_coding 5 5 4 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000532925 protein_coding 5 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000576409 protein_coding 5 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000542495 protein_coding 5 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000371937 protein_coding 8 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000574428 protein_coding 5 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000526821 protein_coding 5 3 5 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000329231 protein_coding 8 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000534216 protein_coding 5 5 3 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000532925 protein_coding 5 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000576409 protein_coding 5 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000542495 protein_coding 5 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000371937 protein_coding 8 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000574428 protein_coding 5 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000526821 protein_coding 5 3 4 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000329231 protein_coding 8 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000532925 protein_coding 5 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000576409 protein_coding 5 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658162 ENST00000542495 protein_coding 5 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000371937 protein_coding 8 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000574428 protein_coding 5 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000526821 protein_coding 5 3 3 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000329231 protein_coding 8 2 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000534216 protein_coding 5 5 2 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000532925 protein_coding 5 2 4 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000576409 protein_coding 5 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000371937 protein_coding 8 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000574428 protein_coding 5 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000526821 protein_coding 5 3 2 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000329231 protein_coding 8 2 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658727 ENST00000534216 protein_coding 5 5 1 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000532925 protein_coding 5 2 3 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000576409 protein_coding 5 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000371937 protein_coding 8 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000574428 protein_coding 5 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665372 ENST00000526821 protein_coding 5 3 1 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000329231 protein_coding 8 2 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000532925 protein_coding 5 2 2 ATPAF1 ENSG00000123472 +CDS chr1 46665647 46665648 ENST00000532925 protein_coding 5 2 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000576409 protein_coding 5 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000371937 protein_coding 8 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668322 ENST00000574428 protein_coding 5 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000329231 protein_coding 8 2 1 ATPAF1 ENSG00000123472 +transcript chr1 46668855 46673251 ENST00000564071 protein_coding 1 3 NA TEX38 ENSG00000186118 +CDS chr1 46669439 46669478 ENST00000564071 protein_coding 1 3 1 TEX38 ENSG00000186118 +transcript chr1 46671854 46673594 ENST00000334122 protein_coding 5 1 NA TEX38 ENSG00000186118 +transcript chr1 46671859 46673476 ENST00000415500 protein_coding 1 1 NA TEX38 ENSG00000186118 +transcript chr1 46671878 46673494 ENST00000564373 protein_coding 1 1 NA TEX38 ENSG00000186118 +CDS chr1 46671935 46671971 ENST00000334122 protein_coding 5 1 1 TEX38 ENSG00000186118 +CDS chr1 46672873 46673251 ENST00000564071 protein_coding 1 3 2 TEX38 ENSG00000186118 +CDS chr1 46672873 46673453 ENST00000334122 protein_coding 5 1 2 TEX38 ENSG00000186118 +CDS chr1 46672998 46673453 ENST00000564373 protein_coding 1 1 2 TEX38 ENSG00000186118 +CDS chr1 46673064 46673453 ENST00000415500 protein_coding 1 1 2 TEX38 ENSG00000186118 +transcript chr1 46675159 46719114 ENST00000371933 protein_coding 8 1 NA EFCAB14 ENSG00000159658 +transcript chr1 46675159 46719114 ENST00000672422 protein_coding 2 NA NA EFCAB14 ENSG00000159658 +transcript chr1 46675165 46719136 ENST00000674435 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +transcript chr1 46677895 46719123 ENST00000674263 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000371933 protein_coding 8 1 11 EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000672422 protein_coding 2 NA 11 EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000674435 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46680062 46680138 ENST00000674263 protein_coding 1 NA 11 EFCAB14 ENSG00000159658 +transcript chr1 46682100 46719123 ENST00000674415 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +CDS chr1 46683247 46683425 ENST00000674415 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000371933 protein_coding 8 1 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000672422 protein_coding 2 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000674435 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000674263 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000371933 protein_coding 8 1 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000672422 protein_coding 2 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674435 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674263 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674415 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000371933 protein_coding 8 1 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000672422 protein_coding 2 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674435 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674263 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674415 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000371933 protein_coding 8 1 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000672422 protein_coding 2 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000674263 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000674415 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000371933 protein_coding 8 1 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000672422 protein_coding 2 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674435 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674263 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674415 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000371933 protein_coding 8 1 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000672422 protein_coding 2 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674435 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674263 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674415 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000371933 protein_coding 8 1 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000672422 protein_coding 2 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674435 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674263 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674415 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000371933 protein_coding 8 1 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000672422 protein_coding 2 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674435 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674263 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674415 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000371933 protein_coding 8 1 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000672422 protein_coding 2 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674435 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674263 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674415 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000371933 protein_coding 8 1 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718180 ENST00000672422 protein_coding 2 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674435 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674263 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674415 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +transcript chr1 46798998 46814759 ENST00000640628 protein_coding 1 5 NA CYP4B1 ENSG00000142973 +transcript chr1 46799046 46819413 ENST00000271153 protein_coding 8 1 NA CYP4B1 ENSG00000142973 +transcript chr1 46799046 46819413 ENST00000371923 protein_coding 9 1 NA CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000640628 protein_coding 1 5 1 CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000271153 protein_coding 8 1 1 CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000371923 protein_coding 9 1 1 CYP4B1 ENSG00000142973 +transcript chr1 46799082 46818814 ENST00000371919 protein_coding 8 1 NA CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000371919 protein_coding 8 1 1 CYP4B1 ENSG00000142973 +transcript chr1 46806807 46813988 ENST00000526297 protein_coding 5 4 NA CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000640628 protein_coding 1 5 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000271153 protein_coding 8 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000371923 protein_coding 9 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000371919 protein_coding 8 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000640628 protein_coding 1 5 3 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000271153 protein_coding 8 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000371923 protein_coding 9 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000640628 protein_coding 1 5 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000271153 protein_coding 8 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000371923 protein_coding 9 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000371919 protein_coding 8 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46812618 46812623 ENST00000526297 protein_coding 5 4 4 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000640628 protein_coding 1 5 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000271153 protein_coding 8 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000371923 protein_coding 9 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000371919 protein_coding 8 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000526297 protein_coding 5 4 5 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46814063 ENST00000371923 protein_coding 9 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46814063 ENST00000371919 protein_coding 8 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46813988 ENST00000526297 protein_coding 5 4 6 CYP4B1 ENSG00000142973 +CDS chr1 46813912 46814063 ENST00000640628 protein_coding 1 5 6 CYP4B1 ENSG00000142973 +CDS chr1 46813912 46814063 ENST00000271153 protein_coding 8 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000640628 protein_coding 1 5 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000271153 protein_coding 8 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000371923 protein_coding 9 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000371919 protein_coding 8 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46814754 46814759 ENST00000640628 protein_coding 1 5 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000271153 protein_coding 8 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000371923 protein_coding 9 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000371919 protein_coding 8 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000271153 protein_coding 8 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000371923 protein_coding 9 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000371919 protein_coding 8 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000271153 protein_coding 8 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000371923 protein_coding 9 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000371919 protein_coding 8 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000271153 protein_coding 8 1 11 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000371923 protein_coding 9 1 11 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000371919 protein_coding 8 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000271153 protein_coding 8 1 12 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000371923 protein_coding 9 1 12 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000371919 protein_coding 8 1 11 CYP4B1 ENSG00000142973 +transcript chr1 46929188 46941476 ENST00000310638 protein_coding 9 1 NA CYP4A11 ENSG00000187048 +transcript chr1 46929637 46941464 ENST00000462347 protein_coding 5 5 NA CYP4A11 ENSG00000187048 +CDS chr1 46930118 46930310 ENST00000310638 protein_coding 9 1 12 CYP4A11 ENSG00000187048 +CDS chr1 46930118 46930310 ENST00000462347 protein_coding 5 5 10 CYP4A11 ENSG00000187048 +transcript chr1 46932431 46941464 ENST00000371905 protein_coding 1 1 NA CYP4A11 ENSG00000187048 +CDS chr1 46932760 46932837 ENST00000371905 protein_coding 1 1 11 CYP4A11 ENSG00000187048 +CDS chr1 46932761 46932837 ENST00000310638 protein_coding 9 1 11 CYP4A11 ENSG00000187048 +CDS chr1 46932761 46932837 ENST00000462347 protein_coding 5 5 9 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000310638 protein_coding 9 1 10 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000462347 protein_coding 5 5 8 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000371905 protein_coding 1 1 10 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934079 ENST00000310638 protein_coding 9 1 9 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934131 ENST00000462347 protein_coding 5 5 7 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934079 ENST00000371905 protein_coding 1 1 9 CYP4A11 ENSG00000187048 +CDS chr1 46934176 46934366 ENST00000310638 protein_coding 9 1 8 CYP4A11 ENSG00000187048 +CDS chr1 46934176 46934366 ENST00000371905 protein_coding 1 1 8 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000310638 protein_coding 9 1 7 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000462347 protein_coding 5 5 6 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000371905 protein_coding 1 1 7 CYP4A11 ENSG00000187048 +CDS chr1 46935000 46935154 ENST00000310638 protein_coding 9 1 6 CYP4A11 ENSG00000187048 +CDS chr1 46935000 46935154 ENST00000371905 protein_coding 1 1 6 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000310638 protein_coding 9 1 5 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000462347 protein_coding 5 5 5 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000371905 protein_coding 1 1 5 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000310638 protein_coding 9 1 4 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000462347 protein_coding 5 5 4 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000371905 protein_coding 1 1 4 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000310638 protein_coding 9 1 3 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000462347 protein_coding 5 5 3 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000371905 protein_coding 1 1 3 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000310638 protein_coding 9 1 2 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000462347 protein_coding 5 5 2 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000371905 protein_coding 1 1 2 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000310638 protein_coding 9 1 1 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000462347 protein_coding 5 5 1 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000371905 protein_coding 1 1 1 CYP4A11 ENSG00000187048 +transcript chr1 47023669 47050751 ENST00000371901 protein_coding 4 1 NA CYP4X1 ENSG00000186377 +CDS chr1 47023818 47023994 ENST00000371901 protein_coding 4 1 1 CYP4X1 ENSG00000186377 +CDS chr1 47029990 47030131 ENST00000371901 protein_coding 4 1 2 CYP4X1 ENSG00000186377 +CDS chr1 47031436 47031480 ENST00000371901 protein_coding 4 1 3 CYP4X1 ENSG00000186377 +CDS chr1 47033241 47033368 ENST00000371901 protein_coding 4 1 4 CYP4X1 ENSG00000186377 +CDS chr1 47035806 47035933 ENST00000371901 protein_coding 4 1 5 CYP4X1 ENSG00000186377 +CDS chr1 47036017 47036171 ENST00000371901 protein_coding 4 1 6 CYP4X1 ENSG00000186377 +CDS chr1 47038660 47038766 ENST00000371901 protein_coding 4 1 7 CYP4X1 ENSG00000186377 +CDS chr1 47039342 47039532 ENST00000371901 protein_coding 4 1 8 CYP4X1 ENSG00000186377 +CDS chr1 47046467 47046600 ENST00000371901 protein_coding 4 1 9 CYP4X1 ENSG00000186377 +CDS chr1 47048565 47048629 ENST00000371901 protein_coding 4 1 10 CYP4X1 ENSG00000186377 +CDS chr1 47049422 47049504 ENST00000371901 protein_coding 4 1 11 CYP4X1 ENSG00000186377 +CDS chr1 47050000 47050171 ENST00000371901 protein_coding 4 1 12 CYP4X1 ENSG00000186377 +transcript chr1 47067231 47118318 ENST00000334194 protein_coding 4 1 NA CYP4Z1 ENSG00000186160 +CDS chr1 47067491 47067667 ENST00000334194 protein_coding 4 1 1 CYP4Z1 ENSG00000186160 +CDS chr1 47068622 47068763 ENST00000334194 protein_coding 4 1 2 CYP4Z1 ENSG00000186160 +CDS chr1 47080623 47080667 ENST00000334194 protein_coding 4 1 3 CYP4Z1 ENSG00000186160 +CDS chr1 47082334 47082461 ENST00000334194 protein_coding 4 1 4 CYP4Z1 ENSG00000186160 +CDS chr1 47084620 47084744 ENST00000334194 protein_coding 4 1 5 CYP4Z1 ENSG00000186160 +CDS chr1 47084824 47084978 ENST00000334194 protein_coding 4 1 6 CYP4Z1 ENSG00000186160 +CDS chr1 47094566 47094669 ENST00000334194 protein_coding 4 1 7 CYP4Z1 ENSG00000186160 +CDS chr1 47099094 47099284 ENST00000334194 protein_coding 4 1 8 CYP4Z1 ENSG00000186160 +CDS chr1 47106128 47106261 ENST00000334194 protein_coding 4 1 9 CYP4Z1 ENSG00000186160 +CDS chr1 47115529 47115593 ENST00000334194 protein_coding 4 1 10 CYP4Z1 ENSG00000186160 +CDS chr1 47116650 47116732 ENST00000334194 protein_coding 4 1 11 CYP4Z1 ENSG00000186160 +CDS chr1 47117766 47117931 ENST00000334194 protein_coding 4 1 12 CYP4Z1 ENSG00000186160 +transcript chr1 47137441 47149727 ENST00000371891 protein_coding 8 1 NA CYP4A22 ENSG00000162365 +transcript chr1 47137450 47149275 ENST00000371890 protein_coding 7 5 NA CYP4A22 ENSG00000162365 +transcript chr1 47137454 47147402 ENST00000619754 protein_coding 4 1 NA CYP4A22 ENSG00000162365 +transcript chr1 47137455 47146483 ENST00000294337 protein_coding 7 1 NA CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000371891 protein_coding 8 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000371890 protein_coding 7 5 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000619754 protein_coding 4 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000294337 protein_coding 7 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000371891 protein_coding 8 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000371890 protein_coding 7 5 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000619754 protein_coding 4 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000294337 protein_coding 7 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000371891 protein_coding 8 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000371890 protein_coding 7 5 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000619754 protein_coding 4 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000294337 protein_coding 7 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000371891 protein_coding 8 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000371890 protein_coding 7 5 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000619754 protein_coding 4 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000294337 protein_coding 7 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000371891 protein_coding 8 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000371890 protein_coding 7 5 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000619754 protein_coding 4 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000294337 protein_coding 7 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143762 47143916 ENST00000371891 protein_coding 8 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47143762 47143916 ENST00000294337 protein_coding 7 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000371891 protein_coding 8 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000371890 protein_coding 7 5 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000619754 protein_coding 4 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000294337 protein_coding 7 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144550 47144740 ENST00000371891 protein_coding 8 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47144550 47144740 ENST00000294337 protein_coding 7 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47144785 47144970 ENST00000371890 protein_coding 7 5 7 CYP4A22 ENSG00000162365 +CDS chr1 47144785 47144970 ENST00000619754 protein_coding 4 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144837 47144970 ENST00000371891 protein_coding 8 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47144837 47144970 ENST00000294337 protein_coding 7 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000371891 protein_coding 8 1 10 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000371890 protein_coding 7 5 8 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000619754 protein_coding 4 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000294337 protein_coding 7 1 10 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146153 ENST00000371891 protein_coding 8 1 11 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146153 ENST00000371890 protein_coding 7 5 9 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146154 ENST00000619754 protein_coding 4 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146154 ENST00000294337 protein_coding 7 1 11 CYP4A22 ENSG00000162365 +CDS chr1 47148602 47148794 ENST00000371891 protein_coding 8 1 12 CYP4A22 ENSG00000162365 +CDS chr1 47148602 47148794 ENST00000371890 protein_coding 7 5 10 CYP4A22 ENSG00000162365 +transcript chr1 47183582 47190036 ENST00000294338 protein_coding 7 1 NA PDZK1IP1 ENSG00000162366 +transcript chr1 47183971 47191044 ENST00000371885 protein_coding 1 3 NA PDZK1IP1 ENSG00000162366 +CDS chr1 47183974 47184043 ENST00000294338 protein_coding 7 1 4 PDZK1IP1 ENSG00000162366 +CDS chr1 47183974 47184043 ENST00000371885 protein_coding 1 3 5 PDZK1IP1 ENSG00000162366 +CDS chr1 47185002 47185097 ENST00000294338 protein_coding 7 1 3 PDZK1IP1 ENSG00000162366 +CDS chr1 47185002 47185097 ENST00000371885 protein_coding 1 3 4 PDZK1IP1 ENSG00000162366 +CDS chr1 47187319 47187427 ENST00000294338 protein_coding 7 1 2 PDZK1IP1 ENSG00000162366 +CDS chr1 47187319 47187427 ENST00000371885 protein_coding 1 3 3 PDZK1IP1 ENSG00000162366 +CDS chr1 47189866 47189932 ENST00000294338 protein_coding 7 1 1 PDZK1IP1 ENSG00000162366 +CDS chr1 47189866 47189932 ENST00000371885 protein_coding 1 3 2 PDZK1IP1 ENSG00000162366 +transcript chr1 47216290 47231715 ENST00000371884 protein_coding 6 1 NA TAL1 ENSG00000162367 +transcript chr1 47216291 47232225 ENST00000691006 protein_coding 1 NA NA TAL1 ENSG00000162367 +transcript chr1 47216292 47229771 ENST00000294339 protein_coding 3 1 NA TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000371884 protein_coding 6 1 5 TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000691006 protein_coding 1 NA 5 TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000294339 protein_coding 3 1 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000371884 protein_coding 6 1 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000691006 protein_coding 1 NA 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000294339 protein_coding 3 1 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000371884 protein_coding 6 1 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000691006 protein_coding 1 NA 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000294339 protein_coding 3 1 2 TAL1 ENSG00000162367 +transcript chr1 47250139 47314147 ENST00000360380 protein_coding 7 1 NA STIL ENSG00000123473 +transcript chr1 47250139 47314147 ENST00000371877 protein_coding 8 1 NA STIL ENSG00000123473 +transcript chr1 47250173 47314892 ENST00000337817 protein_coding 10 5 NA STIL ENSG00000123473 +transcript chr1 47250243 47295848 ENST00000683977 protein_coding 1 NA NA STIL ENSG00000123473 +transcript chr1 47250622 47313135 ENST00000682977 protein_coding 1 NA NA STIL ENSG00000123473 +transcript chr1 47250622 47313135 ENST00000396221 protein_coding 6 1 NA STIL ENSG00000123473 +transcript chr1 47251136 47314147 ENST00000447475 protein_coding 7 1 NA STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000360380 protein_coding 7 1 18 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000371877 protein_coding 8 1 17 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000337817 protein_coding 10 5 19 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000682977 protein_coding 1 NA 18 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000396221 protein_coding 6 1 17 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000447475 protein_coding 7 1 19 STIL ENSG00000123473 +CDS chr1 47251863 47251922 ENST00000683977 protein_coding 1 NA 10 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000360380 protein_coding 7 1 17 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000371877 protein_coding 8 1 16 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000337817 protein_coding 10 5 18 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000682977 protein_coding 1 NA 17 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000396221 protein_coding 6 1 16 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000447475 protein_coding 7 1 18 STIL ENSG00000123473 +CDS chr1 47262903 47263113 ENST00000360380 protein_coding 7 1 16 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000371877 protein_coding 8 1 15 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000337817 protein_coding 10 5 17 STIL ENSG00000123473 +CDS chr1 47262903 47263113 ENST00000683977 protein_coding 1 NA 9 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000682977 protein_coding 1 NA 16 STIL ENSG00000123473 +CDS chr1 47262903 47263062 ENST00000396221 protein_coding 6 1 15 STIL ENSG00000123473 +CDS chr1 47262903 47263062 ENST00000447475 protein_coding 7 1 17 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000360380 protein_coding 7 1 15 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000371877 protein_coding 8 1 14 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000337817 protein_coding 10 5 16 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000683977 protein_coding 1 NA 8 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000682977 protein_coding 1 NA 15 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000396221 protein_coding 6 1 14 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000447475 protein_coding 7 1 16 STIL ENSG00000123473 +transcript chr1 47269635 47310319 ENST00000436811 protein_coding 2 2 NA STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000436811 protein_coding 2 2 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000360380 protein_coding 7 1 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000371877 protein_coding 8 1 13 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000337817 protein_coding 10 5 15 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000683977 protein_coding 1 NA 7 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000682977 protein_coding 1 NA 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000396221 protein_coding 6 1 13 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000447475 protein_coding 7 1 15 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000436811 protein_coding 2 2 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000360380 protein_coding 7 1 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000371877 protein_coding 8 1 12 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000337817 protein_coding 10 5 14 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000683977 protein_coding 1 NA 6 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000682977 protein_coding 1 NA 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000396221 protein_coding 6 1 12 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000447475 protein_coding 7 1 14 STIL ENSG00000123473 +CDS chr1 47280241 47280363 ENST00000436811 protein_coding 2 2 12 STIL ENSG00000123473 +CDS chr1 47280946 47281209 ENST00000436811 protein_coding 2 2 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000360380 protein_coding 7 1 12 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000371877 protein_coding 8 1 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000337817 protein_coding 10 5 13 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000683977 protein_coding 1 NA 5 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000682977 protein_coding 1 NA 12 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000396221 protein_coding 6 1 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000447475 protein_coding 7 1 13 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000436811 protein_coding 2 2 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000360380 protein_coding 7 1 11 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000371877 protein_coding 8 1 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000337817 protein_coding 10 5 12 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000683977 protein_coding 1 NA 4 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000682977 protein_coding 1 NA 11 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000396221 protein_coding 6 1 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000447475 protein_coding 7 1 12 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000436811 protein_coding 2 2 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000360380 protein_coding 7 1 10 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000371877 protein_coding 8 1 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000337817 protein_coding 10 5 11 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000683977 protein_coding 1 NA 3 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000682977 protein_coding 1 NA 10 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000396221 protein_coding 6 1 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000447475 protein_coding 7 1 11 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000436811 protein_coding 2 2 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000360380 protein_coding 7 1 9 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000371877 protein_coding 8 1 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000337817 protein_coding 10 5 10 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000683977 protein_coding 1 NA 2 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000682977 protein_coding 1 NA 9 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000396221 protein_coding 6 1 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000447475 protein_coding 7 1 10 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000436811 protein_coding 2 2 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000360380 protein_coding 7 1 8 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000371877 protein_coding 8 1 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000337817 protein_coding 10 5 9 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000683977 protein_coding 1 NA 1 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000682977 protein_coding 1 NA 8 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000396221 protein_coding 6 1 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000447475 protein_coding 7 1 9 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000436811 protein_coding 2 2 6 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000360380 protein_coding 7 1 7 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000371877 protein_coding 8 1 6 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000337817 protein_coding 10 5 8 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000682977 protein_coding 1 NA 7 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000396221 protein_coding 6 1 6 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000447475 protein_coding 7 1 8 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000436811 protein_coding 2 2 5 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000337817 protein_coding 10 5 7 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000682977 protein_coding 1 NA 6 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000447475 protein_coding 7 1 7 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000360380 protein_coding 7 1 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000371877 protein_coding 8 1 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000337817 protein_coding 10 5 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000682977 protein_coding 1 NA 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000396221 protein_coding 6 1 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000447475 protein_coding 7 1 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000436811 protein_coding 2 2 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000360380 protein_coding 7 1 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000371877 protein_coding 8 1 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000337817 protein_coding 10 5 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000682977 protein_coding 1 NA 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000396221 protein_coding 6 1 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000447475 protein_coding 7 1 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000436811 protein_coding 2 2 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000360380 protein_coding 7 1 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000371877 protein_coding 8 1 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000337817 protein_coding 10 5 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000682977 protein_coding 1 NA 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000396221 protein_coding 6 1 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000447475 protein_coding 7 1 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000436811 protein_coding 2 2 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000360380 protein_coding 7 1 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000371877 protein_coding 8 1 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000337817 protein_coding 10 5 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000682977 protein_coding 1 NA 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000396221 protein_coding 6 1 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000447475 protein_coding 7 1 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000436811 protein_coding 2 2 1 STIL ENSG00000123473 +transcript chr1 47333790 47378839 ENST00000371873 protein_coding 10 1 NA CMPK1 ENSG00000162368 +transcript chr1 47333879 47358875 ENST00000471289 protein_coding 2 2 NA CMPK1 ENSG00000162368 +transcript chr1 47333914 47377123 ENST00000450808 protein_coding 2 2 NA CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000371873 protein_coding 10 1 1 CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000471289 protein_coding 2 2 1 CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000450808 protein_coding 2 2 1 CMPK1 ENSG00000162368 +CDS chr1 47358298 47358300 ENST00000471289 protein_coding 2 2 2 CMPK1 ENSG00000162368 +CDS chr1 47368469 47368615 ENST00000371873 protein_coding 10 1 2 CMPK1 ENSG00000162368 +CDS chr1 47372955 47373107 ENST00000371873 protein_coding 10 1 3 CMPK1 ENSG00000162368 +CDS chr1 47372955 47373107 ENST00000450808 protein_coding 2 2 2 CMPK1 ENSG00000162368 +CDS chr1 47374909 47374985 ENST00000371873 protein_coding 10 1 4 CMPK1 ENSG00000162368 +CDS chr1 47374909 47374985 ENST00000450808 protein_coding 2 2 3 CMPK1 ENSG00000162368 +CDS chr1 47375197 47375293 ENST00000371873 protein_coding 10 1 5 CMPK1 ENSG00000162368 +CDS chr1 47375197 47375293 ENST00000450808 protein_coding 2 2 4 CMPK1 ENSG00000162368 +CDS chr1 47376704 47376742 ENST00000371873 protein_coding 10 1 6 CMPK1 ENSG00000162368 +CDS chr1 47376704 47376742 ENST00000450808 protein_coding 2 2 5 CMPK1 ENSG00000162368 +transcript chr1 47416285 47418052 ENST00000335071 protein_coding 4 NA NA FOXE3 ENSG00000186790 +CDS chr1 47416316 47417272 ENST00000335071 protein_coding 4 NA 1 FOXE3 ENSG00000186790 +transcript chr1 47438044 47440691 ENST00000334793 protein_coding 6 NA NA FOXD2 ENSG00000186564 +CDS chr1 47438136 47439620 ENST00000334793 protein_coding 6 NA 1 FOXD2 ENSG00000186564 +transcript chr1 47760528 47997385 ENST00000606738 protein_coding 3 1 NA TRABD2B ENSG00000269113 +CDS chr1 47765905 47766106 ENST00000606738 protein_coding 3 1 7 TRABD2B ENSG00000269113 +CDS chr1 47775170 47775439 ENST00000606738 protein_coding 3 1 6 TRABD2B ENSG00000269113 +CDS chr1 47778454 47778544 ENST00000606738 protein_coding 3 1 5 TRABD2B ENSG00000269113 +CDS chr1 47794586 47794760 ENST00000606738 protein_coding 3 1 4 TRABD2B ENSG00000269113 +CDS chr1 47801473 47801619 ENST00000606738 protein_coding 3 1 3 TRABD2B ENSG00000269113 +CDS chr1 47994034 47994597 ENST00000606738 protein_coding 3 1 2 TRABD2B ENSG00000269113 +CDS chr1 47996688 47996789 ENST00000606738 protein_coding 3 1 1 TRABD2B ENSG00000269113 +transcript chr1 48222685 48247601 ENST00000533824 protein_coding 5 1 NA SLC5A9 ENSG00000117834 +transcript chr1 48222687 48248644 ENST00000236495 protein_coding 9 1 NA SLC5A9 ENSG00000117834 +transcript chr1 48222716 48248638 ENST00000438567 protein_coding 7 1 NA SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000533824 protein_coding 5 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000438567 protein_coding 7 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000236495 protein_coding 9 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000533824 protein_coding 5 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000438567 protein_coding 7 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000236495 protein_coding 9 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000533824 protein_coding 5 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000438567 protein_coding 7 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000236495 protein_coding 9 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48229103 48229165 ENST00000533824 protein_coding 5 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229103 48229177 ENST00000236495 protein_coding 9 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000533824 protein_coding 5 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000438567 protein_coding 7 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000236495 protein_coding 9 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000533824 protein_coding 5 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000438567 protein_coding 7 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000236495 protein_coding 9 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000533824 protein_coding 5 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000438567 protein_coding 7 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000236495 protein_coding 9 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000533824 protein_coding 5 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000438567 protein_coding 7 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000236495 protein_coding 9 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000533824 protein_coding 5 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000438567 protein_coding 7 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000236495 protein_coding 9 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000533824 protein_coding 5 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000438567 protein_coding 7 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000236495 protein_coding 9 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000533824 protein_coding 5 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000438567 protein_coding 7 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000236495 protein_coding 9 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000533824 protein_coding 5 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000438567 protein_coding 7 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000236495 protein_coding 9 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000533824 protein_coding 5 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000438567 protein_coding 7 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000236495 protein_coding 9 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000533824 protein_coding 5 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000438567 protein_coding 7 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000236495 protein_coding 9 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000533824 protein_coding 5 1 15 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000438567 protein_coding 7 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000236495 protein_coding 9 1 15 SLC5A9 ENSG00000117834 +transcript chr1 48295373 48472204 ENST00000371847 protein_coding 8 1 NA SPATA6 ENSG00000132122 +transcript chr1 48295374 48472208 ENST00000396199 protein_coding 7 2 NA SPATA6 ENSG00000132122 +transcript chr1 48297837 48472010 ENST00000371843 protein_coding 7 1 NA SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000371847 protein_coding 8 1 13 SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000371843 protein_coding 7 1 13 SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000396199 protein_coding 7 2 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000371847 protein_coding 8 1 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000371843 protein_coding 7 1 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000396199 protein_coding 7 2 11 SPATA6 ENSG00000132122 +transcript chr1 48305799 48400850 ENST00000371841 protein_coding 1 5 NA SPATA6 ENSG00000132122 +CDS chr1 48305799 48305878 ENST00000371841 protein_coding 1 5 7 SPATA6 ENSG00000132122 +CDS chr1 48355670 48355769 ENST00000371847 protein_coding 8 1 11 SPATA6 ENSG00000132122 +CDS chr1 48355670 48355769 ENST00000396199 protein_coding 7 2 10 SPATA6 ENSG00000132122 +CDS chr1 48355718 48355769 ENST00000371843 protein_coding 7 1 11 SPATA6 ENSG00000132122 +CDS chr1 48355718 48355769 ENST00000371841 protein_coding 1 5 6 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371847 protein_coding 8 1 10 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371843 protein_coding 7 1 10 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371841 protein_coding 1 5 5 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000396199 protein_coding 7 2 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371847 protein_coding 8 1 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371843 protein_coding 7 1 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371841 protein_coding 1 5 4 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000396199 protein_coding 7 2 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371847 protein_coding 8 1 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371843 protein_coding 7 1 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371841 protein_coding 1 5 3 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000396199 protein_coding 7 2 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371847 protein_coding 8 1 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371843 protein_coding 7 1 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371841 protein_coding 1 5 2 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000396199 protein_coding 7 2 6 SPATA6 ENSG00000132122 +CDS chr1 48400773 48400781 ENST00000371841 protein_coding 1 5 1 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000371847 protein_coding 8 1 6 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000371843 protein_coding 7 1 6 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000396199 protein_coding 7 2 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000371847 protein_coding 8 1 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000371843 protein_coding 7 1 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000396199 protein_coding 7 2 4 SPATA6 ENSG00000132122 +CDS chr1 48413110 48413151 ENST00000371847 protein_coding 8 1 4 SPATA6 ENSG00000132122 +CDS chr1 48413110 48413151 ENST00000371843 protein_coding 7 1 4 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000371847 protein_coding 8 1 3 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000371843 protein_coding 7 1 3 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000396199 protein_coding 7 2 3 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000371847 protein_coding 8 1 2 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000371843 protein_coding 7 1 2 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000396199 protein_coding 7 2 2 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000371847 protein_coding 8 1 1 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000371843 protein_coding 7 1 1 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000396199 protein_coding 7 2 1 SPATA6 ENSG00000132122 +transcript chr1 48532854 50023954 ENST00000371839 protein_coding 6 2 NA AGBL4 ENSG00000186094 +CDS chr1 48534176 48534293 ENST00000371839 protein_coding 6 2 14 AGBL4 ENSG00000186094 +CDS chr1 48534890 48534916 ENST00000371839 protein_coding 6 2 13 AGBL4 ENSG00000186094 +CDS chr1 48539642 48539738 ENST00000371839 protein_coding 6 2 12 AGBL4 ENSG00000186094 +transcript chr1 48583870 49045714 ENST00000416121 protein_coding 5 1 NA AGBL4 ENSG00000186094 +CDS chr1 48586912 48587166 ENST00000416121 protein_coding 5 1 7 AGBL4 ENSG00000186094 +CDS chr1 48587004 48587166 ENST00000371839 protein_coding 6 2 11 AGBL4 ENSG00000186094 +CDS chr1 48590833 48590985 ENST00000371839 protein_coding 6 2 10 AGBL4 ENSG00000186094 +CDS chr1 48590833 48590985 ENST00000416121 protein_coding 5 1 6 AGBL4 ENSG00000186094 +transcript chr1 48634208 50023913 ENST00000371838 protein_coding 5 5 NA AGBL4 ENSG00000186094 +CDS chr1 48634484 48634604 ENST00000371838 protein_coding 5 5 9 AGBL4 ENSG00000186094 +CDS chr1 48634493 48634604 ENST00000371839 protein_coding 6 2 9 AGBL4 ENSG00000186094 +CDS chr1 48634493 48634604 ENST00000416121 protein_coding 5 1 5 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000371839 protein_coding 6 2 8 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000416121 protein_coding 5 1 4 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000371838 protein_coding 5 5 8 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000371839 protein_coding 6 2 7 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000416121 protein_coding 5 1 3 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000371838 protein_coding 5 5 7 AGBL4 ENSG00000186094 +transcript chr1 48727519 48776891 ENST00000371833 protein_coding 4 1 NA BEND5 ENSG00000162373 +CDS chr1 48727889 48728043 ENST00000371833 protein_coding 4 1 6 BEND5 ENSG00000162373 +CDS chr1 48736239 48736452 ENST00000371833 protein_coding 4 1 5 BEND5 ENSG00000162373 +CDS chr1 48742623 48742771 ENST00000371833 protein_coding 4 1 4 BEND5 ENSG00000162373 +CDS chr1 48758900 48759284 ENST00000371833 protein_coding 4 1 3 BEND5 ENSG00000162373 +CDS chr1 48761337 48761470 ENST00000371833 protein_coding 4 1 2 BEND5 ENSG00000162373 +CDS chr1 48776606 48776831 ENST00000371833 protein_coding 4 1 1 BEND5 ENSG00000162373 +transcript chr1 48817507 50023900 ENST00000371836 protein_coding 1 1 NA AGBL4 ENSG00000186094 +CDS chr1 48818206 48818222 ENST00000371836 protein_coding 1 1 7 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371839 protein_coding 6 2 6 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000416121 protein_coding 5 1 2 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371838 protein_coding 5 5 6 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371836 protein_coding 1 1 6 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371839 protein_coding 6 2 5 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045714 ENST00000416121 protein_coding 5 1 1 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371838 protein_coding 5 5 5 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371836 protein_coding 1 1 5 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371839 protein_coding 6 2 4 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371838 protein_coding 5 5 4 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371836 protein_coding 1 1 4 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371839 protein_coding 6 2 3 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371838 protein_coding 5 5 3 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371836 protein_coding 1 1 3 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371839 protein_coding 6 2 2 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371838 protein_coding 5 5 2 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371836 protein_coding 1 1 2 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371839 protein_coding 6 2 1 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371838 protein_coding 5 5 1 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371836 protein_coding 1 1 1 AGBL4 ENSG00000186094 +transcript chr1 50047607 50177192 ENST00000463650 protein_coding 2 5 NA ELAVL4 ENSG00000162374 +transcript chr1 50048014 50201570 ENST00000448907 protein_coding 7 2 NA ELAVL4 ENSG00000162374 +CDS chr1 50048165 50048182 ENST00000448907 protein_coding 7 2 1 ELAVL4 ENSG00000162374 +transcript chr1 50103910 50203770 ENST00000371827 protein_coding 5 1 NA ELAVL4 ENSG00000162374 +CDS chr1 50103992 50104000 ENST00000371827 protein_coding 5 1 1 ELAVL4 ENSG00000162374 +transcript chr1 50105666 50201584 ENST00000651347 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50105903 50105950 ENST00000651347 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +transcript chr1 50106265 50201399 ENST00000357083 protein_coding 8 1 NA ELAVL4 ENSG00000162374 +CDS chr1 50106277 50106393 ENST00000357083 protein_coding 8 1 1 ELAVL4 ENSG00000162374 +transcript chr1 50108856 50201576 ENST00000650764 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50108920 50177128 ENST00000494555 protein_coding 2 3 NA ELAVL4 ENSG00000162374 +transcript chr1 50108920 50203772 ENST00000371824 protein_coding 7 1 NA ELAVL4 ENSG00000162374 +transcript chr1 50108966 50201402 ENST00000371823 protein_coding 8 1 NA ELAVL4 ENSG00000162374 +transcript chr1 50109066 50181300 ENST00000652693 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000650764 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000371824 protein_coding 7 1 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000371823 protein_coding 8 1 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000652693 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +transcript chr1 50109706 50202294 ENST00000371819 protein_coding 1 2 NA ELAVL4 ENSG00000162374 +transcript chr1 50109788 50201116 ENST00000651258 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50109826 50195708 ENST00000652353 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50109833 50203770 ENST00000371821 protein_coding 6 5 NA ELAVL4 ENSG00000162374 +transcript chr1 50109837 50203747 ENST00000652274 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50109941 50109964 ENST00000371819 protein_coding 1 2 1 ELAVL4 ENSG00000162374 +CDS chr1 50109941 50109964 ENST00000371821 protein_coding 6 5 1 ELAVL4 ENSG00000162374 +CDS chr1 50141853 50141858 ENST00000494555 protein_coding 2 3 2 ELAVL4 ENSG00000162374 +CDS chr1 50141853 50141858 ENST00000651258 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000448907 protein_coding 7 2 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371827 protein_coding 5 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000651347 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000357083 protein_coding 8 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000650764 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000494555 protein_coding 2 3 3 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371824 protein_coding 7 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371823 protein_coding 8 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000652693 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371819 protein_coding 1 2 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000651258 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371821 protein_coding 6 5 2 ELAVL4 ENSG00000162374 +CDS chr1 50144969 50145197 ENST00000463650 protein_coding 2 5 2 ELAVL4 ENSG00000162374 +CDS chr1 50144969 50145197 ENST00000652274 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50145116 50145197 ENST00000652353 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000463650 protein_coding 2 5 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000448907 protein_coding 7 2 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371827 protein_coding 5 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000651347 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000357083 protein_coding 8 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000650764 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177128 ENST00000494555 protein_coding 2 3 4 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371824 protein_coding 7 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371823 protein_coding 8 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652693 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371819 protein_coding 1 2 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000651258 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652353 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371821 protein_coding 6 5 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652274 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50179544 50179573 ENST00000652693 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000448907 protein_coding 7 2 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371827 protein_coding 5 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000651347 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000357083 protein_coding 8 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000650764 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371824 protein_coding 7 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371823 protein_coding 8 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371819 protein_coding 1 2 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000651258 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000652353 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371821 protein_coding 6 5 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000652274 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000448907 protein_coding 7 2 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371827 protein_coding 5 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000651347 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000357083 protein_coding 8 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000650764 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371824 protein_coding 7 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371823 protein_coding 8 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371819 protein_coding 1 2 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000651258 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195708 ENST00000652353 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371821 protein_coding 6 5 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000652274 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000448907 protein_coding 7 2 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371827 protein_coding 5 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000651347 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000357083 protein_coding 8 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371824 protein_coding 7 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371823 protein_coding 8 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371819 protein_coding 1 2 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000651258 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371821 protein_coding 6 5 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000652274 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50200809 50201175 ENST00000371823 protein_coding 8 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200809 50201175 ENST00000371821 protein_coding 6 5 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000448907 protein_coding 7 2 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371827 protein_coding 5 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000651347 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000357083 protein_coding 8 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000650764 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371824 protein_coding 7 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371819 protein_coding 1 2 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201116 ENST00000651258 protein_coding 1 NA 8 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000652274 protein_coding 1 NA 8 ELAVL4 ENSG00000162374 +transcript chr1 50417550 50421632 ENST00000418121 protein_coding 5 1 NA DMRTA2 ENSG00000142700 +transcript chr1 50417550 50423443 ENST00000404795 protein_coding 4 5 NA DMRTA2 ENSG00000142700 +CDS chr1 50418668 50419734 ENST00000418121 protein_coding 5 1 2 DMRTA2 ENSG00000142700 +CDS chr1 50418668 50419734 ENST00000404795 protein_coding 4 5 3 DMRTA2 ENSG00000142700 +CDS chr1 50420978 50421536 ENST00000418121 protein_coding 5 1 1 DMRTA2 ENSG00000142700 +CDS chr1 50420978 50421536 ENST00000404795 protein_coding 4 5 2 DMRTA2 ENSG00000142700 +transcript chr1 50437028 50960267 ENST00000396153 protein_coding 7 1 NA FAF1 ENSG00000185104 +CDS chr1 50441443 50441523 ENST00000396153 protein_coding 7 1 19 FAF1 ENSG00000185104 +CDS chr1 50475464 50475679 ENST00000396153 protein_coding 7 1 18 FAF1 ENSG00000185104 +CDS chr1 50490588 50490665 ENST00000396153 protein_coding 7 1 17 FAF1 ENSG00000185104 +CDS chr1 50491721 50491801 ENST00000396153 protein_coding 7 1 16 FAF1 ENSG00000185104 +CDS chr1 50535369 50535457 ENST00000396153 protein_coding 7 1 15 FAF1 ENSG00000185104 +CDS chr1 50539592 50539728 ENST00000396153 protein_coding 7 1 14 FAF1 ENSG00000185104 +CDS chr1 50567077 50567231 ENST00000396153 protein_coding 7 1 13 FAF1 ENSG00000185104 +CDS chr1 50582618 50582699 ENST00000396153 protein_coding 7 1 12 FAF1 ENSG00000185104 +CDS chr1 50583652 50583715 ENST00000396153 protein_coding 7 1 11 FAF1 ENSG00000185104 +CDS chr1 50584685 50584811 ENST00000396153 protein_coding 7 1 10 FAF1 ENSG00000185104 +CDS chr1 50596121 50596216 ENST00000396153 protein_coding 7 1 9 FAF1 ENSG00000185104 +CDS chr1 50655442 50655528 ENST00000396153 protein_coding 7 1 8 FAF1 ENSG00000185104 +CDS chr1 50705786 50705891 ENST00000396153 protein_coding 7 1 7 FAF1 ENSG00000185104 +CDS chr1 50738863 50738954 ENST00000396153 protein_coding 7 1 6 FAF1 ENSG00000185104 +CDS chr1 50744684 50744775 ENST00000396153 protein_coding 7 1 5 FAF1 ENSG00000185104 +CDS chr1 50788000 50788205 ENST00000396153 protein_coding 7 1 4 FAF1 ENSG00000185104 +CDS chr1 50801631 50801677 ENST00000396153 protein_coding 7 1 3 FAF1 ENSG00000185104 +CDS chr1 50857929 50857997 ENST00000396153 protein_coding 7 1 2 FAF1 ENSG00000185104 +CDS chr1 50959767 50959811 ENST00000396153 protein_coding 7 1 1 FAF1 ENSG00000185104 +transcript chr1 50960745 50974633 ENST00000262662 protein_coding 5 2 NA CDKN2C ENSG00000123080 +transcript chr1 50968706 50974634 ENST00000396148 protein_coding 2 1 NA CDKN2C ENSG00000123080 +transcript chr1 50970245 50974634 ENST00000371761 protein_coding 4 1 NA CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000262662 protein_coding 5 2 3 CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000396148 protein_coding 2 1 2 CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000371761 protein_coding 4 1 1 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000262662 protein_coding 5 2 4 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000396148 protein_coding 2 1 3 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000371761 protein_coding 4 1 2 CDKN2C ENSG00000123080 +transcript chr1 51102221 51147849 ENST00000648827 protein_coding 1 NA NA C1orf185 ENSG00000204006 +transcript chr1 51102228 51148086 ENST00000371759 protein_coding 7 2 NA C1orf185 ENSG00000204006 +CDS chr1 51102234 51102249 ENST00000648827 protein_coding 1 NA 1 C1orf185 ENSG00000204006 +CDS chr1 51102234 51102249 ENST00000371759 protein_coding 7 2 1 C1orf185 ENSG00000204006 +transcript chr1 51102271 51147845 ENST00000467127 protein_coding 5 3 NA C1orf185 ENSG00000204006 +CDS chr1 51112464 51112569 ENST00000648827 protein_coding 1 NA 2 C1orf185 ENSG00000204006 +CDS chr1 51112464 51112569 ENST00000371759 protein_coding 7 2 2 C1orf185 ENSG00000204006 +CDS chr1 51118666 51118801 ENST00000648827 protein_coding 1 NA 3 C1orf185 ENSG00000204006 +CDS chr1 51118666 51118801 ENST00000371759 protein_coding 7 2 3 C1orf185 ENSG00000204006 +CDS chr1 51118727 51118801 ENST00000467127 protein_coding 5 3 3 C1orf185 ENSG00000204006 +CDS chr1 51145724 51145760 ENST00000371759 protein_coding 7 2 4 C1orf185 ENSG00000204006 +CDS chr1 51145724 51145760 ENST00000467127 protein_coding 5 3 4 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147568 ENST00000648827 protein_coding 1 NA 4 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147768 ENST00000371759 protein_coding 7 2 5 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147768 ENST00000467127 protein_coding 5 3 5 C1orf185 ENSG00000204006 +transcript chr1 51236273 51273447 ENST00000242719 protein_coding 4 1 NA RNF11 ENSG00000123091 +CDS chr1 51236757 51236879 ENST00000242719 protein_coding 4 1 1 RNF11 ENSG00000123091 +CDS chr1 51269956 51270125 ENST00000242719 protein_coding 4 1 2 RNF11 ENSG00000123091 +CDS chr1 51271151 51271319 ENST00000242719 protein_coding 4 1 3 RNF11 ENSG00000123091 +transcript chr1 51287258 51297990 ENST00000530004 protein_coding 5 1 NA TTC39A ENSG00000085831 +transcript chr1 51287258 51322210 ENST00000447632 protein_coding 6 1 NA TTC39A ENSG00000085831 +transcript chr1 51287258 51330562 ENST00000680483 protein_coding 1 NA NA TTC39A ENSG00000085831 +transcript chr1 51287258 51345116 ENST00000413473 protein_coding 6 1 NA TTC39A ENSG00000085831 +transcript chr1 51287266 51325976 ENST00000422925 protein_coding 6 3 NA TTC39A ENSG00000085831 +transcript chr1 51287347 51330550 ENST00000439482 protein_coding 6 5 NA TTC39A ENSG00000085831 +transcript chr1 51287810 51322268 ENST00000680290 protein_coding 1 NA NA TTC39A ENSG00000085831 +transcript chr1 51287812 51330173 ENST00000262675 protein_coding 11 2 NA TTC39A ENSG00000085831 +transcript chr1 51287970 51322258 ENST00000371750 protein_coding 9 1 NA TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000530004 protein_coding 5 1 7 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000447632 protein_coding 6 1 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000680483 protein_coding 1 NA 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000413473 protein_coding 6 1 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000422925 protein_coding 6 3 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000439482 protein_coding 6 5 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000680290 protein_coding 1 NA 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000262675 protein_coding 11 2 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000371750 protein_coding 9 1 18 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000530004 protein_coding 5 1 6 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000447632 protein_coding 6 1 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000680483 protein_coding 1 NA 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000413473 protein_coding 6 1 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000422925 protein_coding 6 3 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000439482 protein_coding 6 5 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000680290 protein_coding 1 NA 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000262675 protein_coding 11 2 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000371750 protein_coding 9 1 17 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000530004 protein_coding 5 1 5 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000447632 protein_coding 6 1 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000680483 protein_coding 1 NA 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000413473 protein_coding 6 1 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000422925 protein_coding 6 3 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000439482 protein_coding 6 5 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000680290 protein_coding 1 NA 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000262675 protein_coding 11 2 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000371750 protein_coding 9 1 16 TTC39A ENSG00000085831 +transcript chr1 51290092 51296860 ENST00000525906 protein_coding 1 5 NA TTC39A ENSG00000085831 +CDS chr1 51290092 51290119 ENST00000525906 protein_coding 1 5 5 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000530004 protein_coding 5 1 4 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000447632 protein_coding 6 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000680483 protein_coding 1 NA 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000413473 protein_coding 6 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000422925 protein_coding 6 3 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000439482 protein_coding 6 5 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000680290 protein_coding 1 NA 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000262675 protein_coding 11 2 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000371750 protein_coding 9 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000525906 protein_coding 1 5 4 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000530004 protein_coding 5 1 3 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000447632 protein_coding 6 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000680483 protein_coding 1 NA 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000413473 protein_coding 6 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000422925 protein_coding 6 3 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000439482 protein_coding 6 5 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000680290 protein_coding 1 NA 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000262675 protein_coding 11 2 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000371750 protein_coding 9 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000525906 protein_coding 1 5 3 TTC39A ENSG00000085831 +transcript chr1 51295538 51330562 ENST00000371747 protein_coding 7 2 NA TTC39A ENSG00000085831 +CDS chr1 51296051 51296170 ENST00000371747 protein_coding 7 2 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296155 ENST00000530004 protein_coding 5 1 2 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000447632 protein_coding 6 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000680483 protein_coding 1 NA 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000413473 protein_coding 6 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000422925 protein_coding 6 3 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000439482 protein_coding 6 5 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000680290 protein_coding 1 NA 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000262675 protein_coding 11 2 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000371750 protein_coding 9 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296155 ENST00000525906 protein_coding 1 5 2 TTC39A ENSG00000085831 +transcript chr1 51297218 51331346 ENST00000262676 protein_coding 9 2 NA TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000447632 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000680483 protein_coding 1 NA 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000413473 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000422925 protein_coding 6 3 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000439482 protein_coding 6 5 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000680290 protein_coding 1 NA 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000262675 protein_coding 11 2 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000371750 protein_coding 9 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000371747 protein_coding 7 2 12 TTC39A ENSG00000085831 +transcript chr1 51301705 51330947 ENST00000411642 protein_coding 6 1 NA TTC39A ENSG00000085831 +CDS chr1 51301705 51301733 ENST00000411642 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51302084 51302416 ENST00000262676 protein_coding 9 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000447632 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000680483 protein_coding 1 NA 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000413473 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000422925 protein_coding 6 3 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000439482 protein_coding 6 5 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000680290 protein_coding 1 NA 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000262675 protein_coding 11 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000371750 protein_coding 9 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000371747 protein_coding 7 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000411642 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000447632 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000680483 protein_coding 1 NA 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000413473 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000422925 protein_coding 6 3 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000439482 protein_coding 6 5 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000680290 protein_coding 1 NA 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000262675 protein_coding 11 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000371750 protein_coding 9 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000371747 protein_coding 7 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000262676 protein_coding 9 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000411642 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000447632 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000680483 protein_coding 1 NA 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000413473 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000422925 protein_coding 6 3 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000439482 protein_coding 6 5 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000680290 protein_coding 1 NA 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000262675 protein_coding 11 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000371750 protein_coding 9 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000371747 protein_coding 7 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000262676 protein_coding 9 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000411642 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000447632 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000680483 protein_coding 1 NA 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000413473 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000422925 protein_coding 6 3 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000439482 protein_coding 6 5 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000680290 protein_coding 1 NA 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000262675 protein_coding 11 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000371750 protein_coding 9 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000371747 protein_coding 7 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000262676 protein_coding 9 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000411642 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000447632 protein_coding 6 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000680483 protein_coding 1 NA 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000413473 protein_coding 6 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000422925 protein_coding 6 3 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000439482 protein_coding 6 5 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000680290 protein_coding 1 NA 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000262675 protein_coding 11 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000371750 protein_coding 9 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000371747 protein_coding 7 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000262676 protein_coding 9 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000411642 protein_coding 6 1 7 TTC39A ENSG00000085831 +transcript chr1 51306024 51330202 ENST00000380849 protein_coding 6 3 NA TTC39A ENSG00000085831 +CDS chr1 51306024 51306076 ENST00000380849 protein_coding 6 3 7 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000447632 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000680483 protein_coding 1 NA 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000413473 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000422925 protein_coding 6 3 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000439482 protein_coding 6 5 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000680290 protein_coding 1 NA 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000262675 protein_coding 11 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000371750 protein_coding 9 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000371747 protein_coding 7 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000262676 protein_coding 9 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000411642 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000380849 protein_coding 6 3 6 TTC39A ENSG00000085831 +transcript chr1 51309392 51345116 ENST00000401051 protein_coding 7 4 NA TTC39A ENSG00000085831 +CDS chr1 51309392 51309430 ENST00000401051 protein_coding 7 4 6 TTC39A ENSG00000085831 +transcript chr1 51309399 51325953 ENST00000532836 protein_coding 5 4 NA TTC39A ENSG00000085831 +CDS chr1 51309399 51309430 ENST00000532836 protein_coding 5 4 6 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000447632 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000680483 protein_coding 1 NA 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000413473 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000422925 protein_coding 6 3 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000439482 protein_coding 6 5 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000680290 protein_coding 1 NA 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000262675 protein_coding 11 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000371750 protein_coding 9 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000371747 protein_coding 7 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000262676 protein_coding 9 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000411642 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000380849 protein_coding 6 3 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000401051 protein_coding 7 4 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000532836 protein_coding 5 4 5 TTC39A ENSG00000085831 +transcript chr1 51311257 51345116 ENST00000527205 protein_coding 1 4 NA TTC39A ENSG00000085831 +CDS chr1 51311257 51311321 ENST00000527205 protein_coding 1 4 6 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000447632 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000680483 protein_coding 1 NA 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000413473 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000422925 protein_coding 6 3 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000439482 protein_coding 6 5 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000680290 protein_coding 1 NA 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000262675 protein_coding 11 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000371750 protein_coding 9 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000371747 protein_coding 7 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000262676 protein_coding 9 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000411642 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000380849 protein_coding 6 3 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000401051 protein_coding 7 4 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000532836 protein_coding 5 4 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000527205 protein_coding 1 4 5 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000447632 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000680483 protein_coding 1 NA 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000413473 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000422925 protein_coding 6 3 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000439482 protein_coding 6 5 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000680290 protein_coding 1 NA 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000262675 protein_coding 11 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000371750 protein_coding 9 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000371747 protein_coding 7 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000262676 protein_coding 9 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000411642 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000380849 protein_coding 6 3 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000401051 protein_coding 7 4 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000532836 protein_coding 5 4 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000527205 protein_coding 1 4 4 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000447632 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000680483 protein_coding 1 NA 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000413473 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000422925 protein_coding 6 3 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000439482 protein_coding 6 5 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000680290 protein_coding 1 NA 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000262675 protein_coding 11 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000371750 protein_coding 9 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000371747 protein_coding 7 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000262676 protein_coding 9 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000411642 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000380849 protein_coding 6 3 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000401051 protein_coding 7 4 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000532836 protein_coding 5 4 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000527205 protein_coding 1 4 3 TTC39A ENSG00000085831 +CDS chr1 51322118 51322161 ENST00000447632 protein_coding 6 1 1 TTC39A ENSG00000085831 +CDS chr1 51322118 51322161 ENST00000371750 protein_coding 9 1 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000680483 protein_coding 1 NA 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000439482 protein_coding 6 5 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000371747 protein_coding 7 2 1 TTC39A ENSG00000085831 +CDS chr1 51331154 51331185 ENST00000262676 protein_coding 9 2 1 TTC39A ENSG00000085831 +CDS chr1 51343007 51343078 ENST00000527205 protein_coding 1 4 2 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000413473 protein_coding 6 1 1 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000401051 protein_coding 7 4 1 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000527205 protein_coding 1 4 1 TTC39A ENSG00000085831 +transcript chr1 51354263 51519241 ENST00000371730 protein_coding 6 1 NA EPS15 ENSG00000085832 +transcript chr1 51354263 51519266 ENST00000371733 protein_coding 8 1 NA EPS15 ENSG00000085832 +CDS chr1 51356703 51356846 ENST00000371730 protein_coding 6 1 23 EPS15 ENSG00000085832 +CDS chr1 51356703 51356846 ENST00000371733 protein_coding 8 1 25 EPS15 ENSG00000085832 +CDS chr1 51361171 51361355 ENST00000371730 protein_coding 6 1 22 EPS15 ENSG00000085832 +CDS chr1 51361171 51361355 ENST00000371733 protein_coding 8 1 24 EPS15 ENSG00000085832 +CDS chr1 51363866 51364028 ENST00000371730 protein_coding 6 1 21 EPS15 ENSG00000085832 +CDS chr1 51363866 51364028 ENST00000371733 protein_coding 8 1 23 EPS15 ENSG00000085832 +CDS chr1 51365953 51366029 ENST00000371730 protein_coding 6 1 20 EPS15 ENSG00000085832 +CDS chr1 51365953 51366029 ENST00000371733 protein_coding 8 1 22 EPS15 ENSG00000085832 +CDS chr1 51394381 51394447 ENST00000371730 protein_coding 6 1 19 EPS15 ENSG00000085832 +CDS chr1 51394381 51394447 ENST00000371733 protein_coding 8 1 21 EPS15 ENSG00000085832 +CDS chr1 51399032 51399165 ENST00000371730 protein_coding 6 1 18 EPS15 ENSG00000085832 +CDS chr1 51399032 51399165 ENST00000371733 protein_coding 8 1 20 EPS15 ENSG00000085832 +CDS chr1 51400918 51400953 ENST00000371730 protein_coding 6 1 17 EPS15 ENSG00000085832 +CDS chr1 51400918 51400953 ENST00000371733 protein_coding 8 1 19 EPS15 ENSG00000085832 +CDS chr1 51402435 51402525 ENST00000371730 protein_coding 6 1 16 EPS15 ENSG00000085832 +CDS chr1 51402435 51402525 ENST00000371733 protein_coding 8 1 18 EPS15 ENSG00000085832 +CDS chr1 51403419 51403532 ENST00000371730 protein_coding 6 1 15 EPS15 ENSG00000085832 +CDS chr1 51403419 51403532 ENST00000371733 protein_coding 8 1 17 EPS15 ENSG00000085832 +CDS chr1 51405905 51406108 ENST00000371733 protein_coding 8 1 16 EPS15 ENSG00000085832 +CDS chr1 51408135 51408332 ENST00000371733 protein_coding 8 1 15 EPS15 ENSG00000085832 +CDS chr1 51409535 51409696 ENST00000371730 protein_coding 6 1 14 EPS15 ENSG00000085832 +CDS chr1 51409535 51409696 ENST00000371733 protein_coding 8 1 14 EPS15 ENSG00000085832 +CDS chr1 51421786 51421858 ENST00000371730 protein_coding 6 1 13 EPS15 ENSG00000085832 +CDS chr1 51421786 51421858 ENST00000371733 protein_coding 8 1 13 EPS15 ENSG00000085832 +CDS chr1 51440347 51440432 ENST00000371730 protein_coding 6 1 12 EPS15 ENSG00000085832 +CDS chr1 51440347 51440432 ENST00000371733 protein_coding 8 1 12 EPS15 ENSG00000085832 +CDS chr1 51444889 51445045 ENST00000371730 protein_coding 6 1 11 EPS15 ENSG00000085832 +CDS chr1 51444889 51445045 ENST00000371733 protein_coding 8 1 11 EPS15 ENSG00000085832 +CDS chr1 51446960 51447105 ENST00000371730 protein_coding 6 1 10 EPS15 ENSG00000085832 +CDS chr1 51446960 51447105 ENST00000371733 protein_coding 8 1 10 EPS15 ENSG00000085832 +CDS chr1 51448046 51448135 ENST00000371730 protein_coding 6 1 9 EPS15 ENSG00000085832 +CDS chr1 51448046 51448135 ENST00000371733 protein_coding 8 1 9 EPS15 ENSG00000085832 +CDS chr1 51461091 51461150 ENST00000371730 protein_coding 6 1 8 EPS15 ENSG00000085832 +CDS chr1 51461091 51461150 ENST00000371733 protein_coding 8 1 8 EPS15 ENSG00000085832 +CDS chr1 51463673 51463798 ENST00000371730 protein_coding 6 1 7 EPS15 ENSG00000085832 +CDS chr1 51463673 51463798 ENST00000371733 protein_coding 8 1 7 EPS15 ENSG00000085832 +CDS chr1 51465261 51465326 ENST00000371730 protein_coding 6 1 6 EPS15 ENSG00000085832 +CDS chr1 51465261 51465326 ENST00000371733 protein_coding 8 1 6 EPS15 ENSG00000085832 +CDS chr1 51468473 51468568 ENST00000371730 protein_coding 6 1 5 EPS15 ENSG00000085832 +CDS chr1 51468473 51468568 ENST00000371733 protein_coding 8 1 5 EPS15 ENSG00000085832 +CDS chr1 51471690 51471737 ENST00000371730 protein_coding 6 1 4 EPS15 ENSG00000085832 +CDS chr1 51471690 51471737 ENST00000371733 protein_coding 8 1 4 EPS15 ENSG00000085832 +CDS chr1 51472859 51472948 ENST00000371730 protein_coding 6 1 3 EPS15 ENSG00000085832 +CDS chr1 51472859 51472948 ENST00000371733 protein_coding 8 1 3 EPS15 ENSG00000085832 +CDS chr1 51481273 51481314 ENST00000371730 protein_coding 6 1 2 EPS15 ENSG00000085832 +CDS chr1 51481273 51481314 ENST00000371733 protein_coding 8 1 2 EPS15 ENSG00000085832 +CDS chr1 51519199 51519231 ENST00000371730 protein_coding 6 1 1 EPS15 ENSG00000085832 +CDS chr1 51519199 51519231 ENST00000371733 protein_coding 8 1 1 EPS15 ENSG00000085832 +transcript chr1 51577179 51788469 ENST00000371714 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +transcript chr1 51617092 51788469 ENST00000447887 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +transcript chr1 51617092 51789219 ENST00000428468 protein_coding 6 1 NA OSBPL9 ENSG00000117859 +transcript chr1 51617109 51788469 ENST00000453295 protein_coding 5 1 NA OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000371714 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000447887 protein_coding 5 2 1 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000428468 protein_coding 6 1 1 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000453295 protein_coding 5 1 1 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000371714 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000447887 protein_coding 5 2 2 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000428468 protein_coding 6 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000371714 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000447887 protein_coding 5 2 3 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000428468 protein_coding 6 1 3 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000453295 protein_coding 5 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000371714 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000447887 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000428468 protein_coding 6 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000453295 protein_coding 5 1 3 OSBPL9 ENSG00000117859 +transcript chr1 51729303 51765905 ENST00000532975 protein_coding 5 4 NA OSBPL9 ENSG00000117859 +transcript chr1 51729600 51761964 ENST00000527631 protein_coding 5 4 NA OSBPL9 ENSG00000117859 +transcript chr1 51729808 51787789 ENST00000531828 protein_coding 5 5 NA OSBPL9 ENSG00000117859 +transcript chr1 51729815 51788469 ENST00000361556 protein_coding 9 1 NA OSBPL9 ENSG00000117859 +transcript chr1 51729857 51756369 ENST00000481937 protein_coding 5 3 NA OSBPL9 ENSG00000117859 +transcript chr1 51729904 51788469 ENST00000462759 protein_coding 5 1 NA OSBPL9 ENSG00000117859 +CDS chr1 51729975 51730001 ENST00000361556 protein_coding 9 1 1 OSBPL9 ENSG00000117859 +transcript chr1 51730034 51788469 ENST00000486942 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +CDS chr1 51740143 51740211 ENST00000447887 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000371714 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000447887 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000428468 protein_coding 6 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000453295 protein_coding 5 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000361556 protein_coding 9 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000371714 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000447887 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000428468 protein_coding 6 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000453295 protein_coding 5 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000361556 protein_coding 9 1 3 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000371714 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000447887 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000428468 protein_coding 6 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000453295 protein_coding 5 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000361556 protein_coding 9 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000371714 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000447887 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000428468 protein_coding 6 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000453295 protein_coding 5 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000361556 protein_coding 9 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000532975 protein_coding 5 4 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000527631 protein_coding 5 4 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000531828 protein_coding 5 5 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000481937 protein_coding 5 3 6 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000462759 protein_coding 5 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000486942 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000428468 protein_coding 6 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000453295 protein_coding 5 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000527631 protein_coding 5 4 6 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000531828 protein_coding 5 5 6 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756369 ENST00000481937 protein_coding 5 3 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000371714 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000447887 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000428468 protein_coding 6 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000453295 protein_coding 5 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000532975 protein_coding 5 4 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000527631 protein_coding 5 4 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000531828 protein_coding 5 5 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000361556 protein_coding 9 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000462759 protein_coding 5 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000486942 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000371714 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000447887 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000428468 protein_coding 6 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000453295 protein_coding 5 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000532975 protein_coding 5 4 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761964 ENST00000527631 protein_coding 5 4 8 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000531828 protein_coding 5 5 8 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000361556 protein_coding 9 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000462759 protein_coding 5 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000486942 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000371714 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000447887 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000428468 protein_coding 6 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000453295 protein_coding 5 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765905 ENST00000532975 protein_coding 5 4 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000531828 protein_coding 5 5 9 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000361556 protein_coding 9 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000462759 protein_coding 5 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000486942 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000371714 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000447887 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000428468 protein_coding 6 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000453295 protein_coding 5 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000531828 protein_coding 5 5 10 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000361556 protein_coding 9 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000462759 protein_coding 5 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000486942 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000371714 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000447887 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000428468 protein_coding 6 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000453295 protein_coding 5 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000531828 protein_coding 5 5 11 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000361556 protein_coding 9 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000462759 protein_coding 5 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000486942 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000371714 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000447887 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000428468 protein_coding 6 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000453295 protein_coding 5 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000531828 protein_coding 5 5 12 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000361556 protein_coding 9 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000462759 protein_coding 5 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000486942 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000371714 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000447887 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000428468 protein_coding 6 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000453295 protein_coding 5 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000531828 protein_coding 5 5 13 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000361556 protein_coding 9 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000462759 protein_coding 5 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000486942 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000371714 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000447887 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000428468 protein_coding 6 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000453295 protein_coding 5 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000531828 protein_coding 5 5 14 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000361556 protein_coding 9 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000462759 protein_coding 5 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000486942 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000371714 protein_coding 5 2 20 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000447887 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000428468 protein_coding 6 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000453295 protein_coding 5 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000531828 protein_coding 5 5 15 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000361556 protein_coding 9 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000462759 protein_coding 5 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000486942 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000371714 protein_coding 5 2 21 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000447887 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000428468 protein_coding 6 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000453295 protein_coding 5 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000531828 protein_coding 5 5 16 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000361556 protein_coding 9 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000462759 protein_coding 5 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000486942 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000371714 protein_coding 5 2 22 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000447887 protein_coding 5 2 20 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000428468 protein_coding 6 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000453295 protein_coding 5 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000531828 protein_coding 5 5 17 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000361556 protein_coding 9 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000462759 protein_coding 5 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000486942 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +transcript chr1 51784575 51798427 ENST00000625138 protein_coding 1 5 NA OSBPL9 ENSG00000117859 +CDS chr1 51784575 51784582 ENST00000625138 protein_coding 1 5 1 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000371714 protein_coding 5 2 23 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000447887 protein_coding 5 2 21 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000428468 protein_coding 6 1 21 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000453295 protein_coding 5 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000531828 protein_coding 5 5 18 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000361556 protein_coding 9 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000462759 protein_coding 5 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000486942 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000625138 protein_coding 1 5 2 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000371714 protein_coding 5 2 24 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000447887 protein_coding 5 2 22 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000428468 protein_coding 6 1 22 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000453295 protein_coding 5 1 21 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000531828 protein_coding 5 5 19 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000361556 protein_coding 9 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000462759 protein_coding 5 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000486942 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000625138 protein_coding 1 5 3 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000371714 protein_coding 5 2 25 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000447887 protein_coding 5 2 23 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000428468 protein_coding 6 1 23 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000453295 protein_coding 5 1 22 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000531828 protein_coding 5 5 20 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000361556 protein_coding 9 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000462759 protein_coding 5 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000486942 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000625138 protein_coding 1 5 4 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000371714 protein_coding 5 2 26 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000447887 protein_coding 5 2 24 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000428468 protein_coding 6 1 24 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000453295 protein_coding 5 1 23 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000531828 protein_coding 5 5 21 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000361556 protein_coding 9 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000462759 protein_coding 5 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000486942 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000625138 protein_coding 1 5 5 OSBPL9 ENSG00000117859 +transcript chr1 51789191 51814071 ENST00000440943 protein_coding 5 5 NA NRDC ENSG00000078618 +transcript chr1 51789191 51878805 ENST00000354831 protein_coding 11 1 NA NRDC ENSG00000078618 +transcript chr1 51789196 51878040 ENST00000539524 protein_coding 5 1 NA NRDC ENSG00000078618 +transcript chr1 51789210 51878727 ENST00000352171 protein_coding 12 1 NA NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000440943 protein_coding 5 5 16 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000352171 protein_coding 12 1 31 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000354831 protein_coding 11 1 33 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000539524 protein_coding 5 1 33 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000440943 protein_coding 5 5 15 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000352171 protein_coding 12 1 30 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000354831 protein_coding 11 1 32 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000539524 protein_coding 5 1 32 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000440943 protein_coding 5 5 14 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000352171 protein_coding 12 1 29 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000354831 protein_coding 11 1 31 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000539524 protein_coding 5 1 31 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000440943 protein_coding 5 5 13 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000352171 protein_coding 12 1 28 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000354831 protein_coding 11 1 30 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000539524 protein_coding 5 1 30 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000352171 protein_coding 12 1 27 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000354831 protein_coding 11 1 29 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000539524 protein_coding 5 1 29 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000440943 protein_coding 5 5 12 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000352171 protein_coding 12 1 26 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000354831 protein_coding 11 1 28 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000539524 protein_coding 5 1 28 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000440943 protein_coding 5 5 11 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000352171 protein_coding 12 1 25 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000354831 protein_coding 11 1 27 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000539524 protein_coding 5 1 27 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000440943 protein_coding 5 5 10 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000352171 protein_coding 12 1 24 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000354831 protein_coding 11 1 26 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000539524 protein_coding 5 1 26 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000440943 protein_coding 5 5 9 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000352171 protein_coding 12 1 23 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000354831 protein_coding 11 1 25 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000539524 protein_coding 5 1 25 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000440943 protein_coding 5 5 8 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000352171 protein_coding 12 1 22 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000354831 protein_coding 11 1 24 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000539524 protein_coding 5 1 24 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000440943 protein_coding 5 5 7 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000352171 protein_coding 12 1 21 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000354831 protein_coding 11 1 23 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000539524 protein_coding 5 1 23 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000440943 protein_coding 5 5 6 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000352171 protein_coding 12 1 20 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000354831 protein_coding 11 1 22 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000539524 protein_coding 5 1 22 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000440943 protein_coding 5 5 5 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000352171 protein_coding 12 1 19 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000354831 protein_coding 11 1 21 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000539524 protein_coding 5 1 21 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000352171 protein_coding 12 1 18 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000354831 protein_coding 11 1 20 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000539524 protein_coding 5 1 20 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000440943 protein_coding 5 5 4 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000352171 protein_coding 12 1 17 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000354831 protein_coding 11 1 19 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000539524 protein_coding 5 1 19 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000440943 protein_coding 5 5 3 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000352171 protein_coding 12 1 16 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000354831 protein_coding 11 1 18 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000539524 protein_coding 5 1 18 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000440943 protein_coding 5 5 2 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000352171 protein_coding 12 1 15 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000354831 protein_coding 11 1 17 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000539524 protein_coding 5 1 17 NRDC ENSG00000078618 +CDS chr1 51814035 51814071 ENST00000440943 protein_coding 5 5 1 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000352171 protein_coding 12 1 14 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000354831 protein_coding 11 1 16 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000539524 protein_coding 5 1 16 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000352171 protein_coding 12 1 13 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000354831 protein_coding 11 1 15 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000539524 protein_coding 5 1 15 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000352171 protein_coding 12 1 12 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000354831 protein_coding 11 1 14 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000539524 protein_coding 5 1 14 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000352171 protein_coding 12 1 11 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000354831 protein_coding 11 1 13 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000539524 protein_coding 5 1 13 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000352171 protein_coding 12 1 10 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000354831 protein_coding 11 1 12 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000539524 protein_coding 5 1 12 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000352171 protein_coding 12 1 9 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000354831 protein_coding 11 1 11 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000539524 protein_coding 5 1 11 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000352171 protein_coding 12 1 8 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000354831 protein_coding 11 1 10 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000539524 protein_coding 5 1 10 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000352171 protein_coding 12 1 7 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000354831 protein_coding 11 1 9 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000539524 protein_coding 5 1 9 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000352171 protein_coding 12 1 6 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000354831 protein_coding 11 1 8 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000539524 protein_coding 5 1 8 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000352171 protein_coding 12 1 5 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000354831 protein_coding 11 1 7 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000539524 protein_coding 5 1 7 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000352171 protein_coding 12 1 4 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000354831 protein_coding 11 1 6 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000539524 protein_coding 5 1 6 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000352171 protein_coding 12 1 3 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000354831 protein_coding 11 1 5 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000539524 protein_coding 5 1 5 NRDC ENSG00000078618 +CDS chr1 51836369 51836438 ENST00000354831 protein_coding 11 1 4 NRDC ENSG00000078618 +CDS chr1 51836369 51836438 ENST00000539524 protein_coding 5 1 4 NRDC ENSG00000078618 +CDS chr1 51837487 51837620 ENST00000354831 protein_coding 11 1 3 NRDC ENSG00000078618 +CDS chr1 51837487 51837620 ENST00000539524 protein_coding 5 1 3 NRDC ENSG00000078618 +CDS chr1 51840226 51840514 ENST00000352171 protein_coding 12 1 2 NRDC ENSG00000078618 +CDS chr1 51840226 51840514 ENST00000354831 protein_coding 11 1 2 NRDC ENSG00000078618 +CDS chr1 51840226 51840459 ENST00000539524 protein_coding 5 1 2 NRDC ENSG00000078618 +CDS chr1 51878275 51878615 ENST00000352171 protein_coding 12 1 1 NRDC ENSG00000078618 +CDS chr1 51878275 51878615 ENST00000354831 protein_coding 11 1 1 NRDC ENSG00000078618 +transcript chr1 51907956 51990700 ENST00000371655 protein_coding 4 1 NA RAB3B ENSG00000169213 +CDS chr1 51919930 51920114 ENST00000371655 protein_coding 4 1 5 RAB3B ENSG00000169213 +CDS chr1 51933318 51933442 ENST00000371655 protein_coding 4 1 4 RAB3B ENSG00000169213 +CDS chr1 51937294 51937412 ENST00000371655 protein_coding 4 1 3 RAB3B ENSG00000169213 +CDS chr1 51976890 51977117 ENST00000371655 protein_coding 4 1 2 RAB3B ENSG00000169213 +transcript chr1 52020131 52055191 ENST00000371626 protein_coding 9 1 NA TXNDC12 ENSG00000117862 +CDS chr1 52020936 52021012 ENST00000371626 protein_coding 9 1 7 TXNDC12 ENSG00000117862 +CDS chr1 52023491 52023574 ENST00000371626 protein_coding 9 1 6 TXNDC12 ENSG00000117862 +CDS chr1 52024510 52024579 ENST00000371626 protein_coding 9 1 5 TXNDC12 ENSG00000117862 +CDS chr1 52027275 52027348 ENST00000371626 protein_coding 9 1 4 TXNDC12 ENSG00000117862 +CDS chr1 52028578 52028630 ENST00000371626 protein_coding 9 1 3 TXNDC12 ENSG00000117862 +transcript chr1 52032103 52033810 ENST00000371614 protein_coding 2 NA NA KTI12 ENSG00000198841 +CDS chr1 52032700 52033761 ENST00000371614 protein_coding 2 NA 1 KTI12 ENSG00000198841 +transcript chr1 52033285 52055191 ENST00000610127 protein_coding 2 2 NA TXNDC12 ENSG00000117862 +CDS chr1 52034045 52034051 ENST00000610127 protein_coding 2 2 3 TXNDC12 ENSG00000117862 +CDS chr1 52041537 52041597 ENST00000371626 protein_coding 9 1 2 TXNDC12 ENSG00000117862 +CDS chr1 52041537 52041597 ENST00000610127 protein_coding 2 2 2 TXNDC12 ENSG00000117862 +CDS chr1 52055000 52055096 ENST00000371626 protein_coding 9 1 1 TXNDC12 ENSG00000117862 +CDS chr1 52055000 52055096 ENST00000610127 protein_coding 2 2 1 TXNDC12 ENSG00000117862 +transcript chr1 52056271 52087155 ENST00000489308 protein_coding 6 2 NA BTF3L4 ENSG00000134717 +transcript chr1 52056295 52090716 ENST00000313334 protein_coding 13 1 NA BTF3L4 ENSG00000134717 +transcript chr1 52056304 52088418 ENST00000472944 protein_coding 6 1 NA BTF3L4 ENSG00000134717 +transcript chr1 52056321 52086610 ENST00000484036 protein_coding 1 2 NA BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000313334 protein_coding 13 1 2 BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000489308 protein_coding 6 2 2 BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000484036 protein_coding 1 2 2 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000313334 protein_coding 13 1 3 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000489308 protein_coding 6 2 3 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000484036 protein_coding 1 2 3 BTF3L4 ENSG00000134717 +CDS chr1 52083340 52083541 ENST00000313334 protein_coding 13 1 4 BTF3L4 ENSG00000134717 +CDS chr1 52083340 52083541 ENST00000484036 protein_coding 1 2 4 BTF3L4 ENSG00000134717 +CDS chr1 52083346 52083541 ENST00000472944 protein_coding 6 1 3 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000313334 protein_coding 13 1 5 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000489308 protein_coding 6 2 4 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000472944 protein_coding 6 1 4 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086176 ENST00000484036 protein_coding 1 2 5 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086755 ENST00000313334 protein_coding 13 1 6 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086717 ENST00000489308 protein_coding 6 2 5 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086755 ENST00000472944 protein_coding 6 1 5 BTF3L4 ENSG00000134717 +transcript chr1 52142089 52346634 ENST00000287727 protein_coding 8 5 NA ZFYVE9 ENSG00000157077 +transcript chr1 52142212 52348671 ENST00000371591 protein_coding 2 1 NA ZFYVE9 ENSG00000157077 +transcript chr1 52142374 52346515 ENST00000357206 protein_coding 6 1 NA ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000287727 protein_coding 8 5 3 ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000371591 protein_coding 2 1 4 ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000357206 protein_coding 6 1 3 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000287727 protein_coding 8 5 4 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000371591 protein_coding 2 1 5 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000357206 protein_coding 6 1 4 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000287727 protein_coding 8 5 5 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000371591 protein_coding 2 1 6 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000357206 protein_coding 6 1 5 ZFYVE9 ENSG00000157077 +CDS chr1 52266655 52266831 ENST00000287727 protein_coding 8 5 6 ZFYVE9 ENSG00000157077 +CDS chr1 52266655 52266831 ENST00000371591 protein_coding 2 1 7 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000287727 protein_coding 8 5 7 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000371591 protein_coding 2 1 8 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000357206 protein_coding 6 1 6 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000287727 protein_coding 8 5 8 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000371591 protein_coding 2 1 9 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000357206 protein_coding 6 1 7 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000287727 protein_coding 8 5 9 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000371591 protein_coding 2 1 10 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000357206 protein_coding 6 1 8 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000287727 protein_coding 8 5 10 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000371591 protein_coding 2 1 11 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000357206 protein_coding 6 1 9 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000287727 protein_coding 8 5 11 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000371591 protein_coding 2 1 12 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000357206 protein_coding 6 1 10 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000287727 protein_coding 8 5 12 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000371591 protein_coding 2 1 13 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000357206 protein_coding 6 1 11 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000287727 protein_coding 8 5 13 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000371591 protein_coding 2 1 14 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000357206 protein_coding 6 1 12 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000287727 protein_coding 8 5 14 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000371591 protein_coding 2 1 15 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000357206 protein_coding 6 1 13 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000287727 protein_coding 8 5 15 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000371591 protein_coding 2 1 16 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000357206 protein_coding 6 1 14 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000287727 protein_coding 8 5 16 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000371591 protein_coding 2 1 17 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000357206 protein_coding 6 1 15 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000287727 protein_coding 8 5 17 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000371591 protein_coding 2 1 18 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000357206 protein_coding 6 1 16 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000287727 protein_coding 8 5 18 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000371591 protein_coding 2 1 19 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000357206 protein_coding 6 1 17 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000287727 protein_coding 8 5 19 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000371591 protein_coding 2 1 20 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000357206 protein_coding 6 1 18 ZFYVE9 ENSG00000157077 +transcript chr1 52350593 52366193 ENST00000371586 protein_coding 6 5 NA CC2D1B ENSG00000154222 +transcript chr1 52350597 52366205 ENST00000284376 protein_coding 8 5 NA CC2D1B ENSG00000154222 +transcript chr1 52352538 52360196 ENST00000438021 protein_coding 5 1 NA CC2D1B ENSG00000154222 +CDS chr1 52353176 52353223 ENST00000438021 protein_coding 5 1 19 CC2D1B ENSG00000154222 +transcript chr1 52353519 52360548 ENST00000450942 protein_coding 2 5 NA CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000371586 protein_coding 6 5 24 CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000284376 protein_coding 8 5 24 CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000450942 protein_coding 2 5 19 CC2D1B ENSG00000154222 +CDS chr1 52353603 52353647 ENST00000438021 protein_coding 5 1 18 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000371586 protein_coding 6 5 23 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000284376 protein_coding 8 5 23 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000438021 protein_coding 5 1 17 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000450942 protein_coding 2 5 18 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000371586 protein_coding 6 5 22 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000284376 protein_coding 8 5 22 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000438021 protein_coding 5 1 16 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000450942 protein_coding 2 5 17 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000371586 protein_coding 6 5 21 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000284376 protein_coding 8 5 21 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000438021 protein_coding 5 1 15 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000450942 protein_coding 2 5 16 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000371586 protein_coding 6 5 20 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000284376 protein_coding 8 5 20 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000438021 protein_coding 5 1 14 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000450942 protein_coding 2 5 15 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000371586 protein_coding 6 5 19 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000284376 protein_coding 8 5 19 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000438021 protein_coding 5 1 13 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000450942 protein_coding 2 5 14 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000371586 protein_coding 6 5 18 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000284376 protein_coding 8 5 18 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000438021 protein_coding 5 1 12 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000450942 protein_coding 2 5 13 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000371586 protein_coding 6 5 17 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000284376 protein_coding 8 5 17 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000438021 protein_coding 5 1 11 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000450942 protein_coding 2 5 12 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000371586 protein_coding 6 5 16 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000284376 protein_coding 8 5 16 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000438021 protein_coding 5 1 10 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000450942 protein_coding 2 5 11 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000371586 protein_coding 6 5 15 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000284376 protein_coding 8 5 15 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000438021 protein_coding 5 1 9 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000450942 protein_coding 2 5 10 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357916 ENST00000371586 protein_coding 6 5 14 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000284376 protein_coding 8 5 14 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000438021 protein_coding 5 1 8 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000450942 protein_coding 2 5 9 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000371586 protein_coding 6 5 13 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000284376 protein_coding 8 5 13 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000438021 protein_coding 5 1 7 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000450942 protein_coding 2 5 8 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000371586 protein_coding 6 5 12 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000284376 protein_coding 8 5 12 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000438021 protein_coding 5 1 6 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000450942 protein_coding 2 5 7 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000371586 protein_coding 6 5 11 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000284376 protein_coding 8 5 11 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000438021 protein_coding 5 1 5 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000450942 protein_coding 2 5 6 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000371586 protein_coding 6 5 10 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000284376 protein_coding 8 5 10 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000438021 protein_coding 5 1 4 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000450942 protein_coding 2 5 5 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000371586 protein_coding 6 5 9 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000284376 protein_coding 8 5 9 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000438021 protein_coding 5 1 3 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000450942 protein_coding 2 5 4 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000371586 protein_coding 6 5 8 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000284376 protein_coding 8 5 8 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000438021 protein_coding 5 1 2 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359820 ENST00000450942 protein_coding 2 5 3 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000371586 protein_coding 6 5 7 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000284376 protein_coding 8 5 7 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360196 ENST00000438021 protein_coding 5 1 1 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000450942 protein_coding 2 5 2 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360549 ENST00000371586 protein_coding 6 5 6 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360549 ENST00000284376 protein_coding 8 5 6 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360548 ENST00000450942 protein_coding 2 5 1 CC2D1B ENSG00000154222 +CDS chr1 52360974 52361132 ENST00000371586 protein_coding 6 5 5 CC2D1B ENSG00000154222 +CDS chr1 52360974 52361132 ENST00000284376 protein_coding 8 5 5 CC2D1B ENSG00000154222 +CDS chr1 52361513 52361616 ENST00000371586 protein_coding 6 5 4 CC2D1B ENSG00000154222 +CDS chr1 52361513 52361616 ENST00000284376 protein_coding 8 5 4 CC2D1B ENSG00000154222 +CDS chr1 52362602 52362746 ENST00000371586 protein_coding 6 5 3 CC2D1B ENSG00000154222 +CDS chr1 52362602 52362746 ENST00000284376 protein_coding 8 5 3 CC2D1B ENSG00000154222 +CDS chr1 52364552 52364620 ENST00000371586 protein_coding 6 5 2 CC2D1B ENSG00000154222 +CDS chr1 52364552 52364620 ENST00000284376 protein_coding 8 5 2 CC2D1B ENSG00000154222 +transcript chr1 52372829 52404423 ENST00000371568 protein_coding 8 1 NA ORC1 ENSG00000085840 +transcript chr1 52372831 52404387 ENST00000371566 protein_coding 1 1 NA ORC1 ENSG00000085840 +CDS chr1 52373184 52373375 ENST00000371568 protein_coding 8 1 17 ORC1 ENSG00000085840 +CDS chr1 52373184 52373375 ENST00000371566 protein_coding 1 1 17 ORC1 ENSG00000085840 +CDS chr1 52374810 52374897 ENST00000371568 protein_coding 8 1 16 ORC1 ENSG00000085840 +CDS chr1 52374810 52374897 ENST00000371566 protein_coding 1 1 16 ORC1 ENSG00000085840 +CDS chr1 52375430 52375599 ENST00000371568 protein_coding 8 1 15 ORC1 ENSG00000085840 +CDS chr1 52375430 52375599 ENST00000371566 protein_coding 1 1 15 ORC1 ENSG00000085840 +CDS chr1 52381642 52381761 ENST00000371568 protein_coding 8 1 14 ORC1 ENSG00000085840 +CDS chr1 52381642 52381761 ENST00000371566 protein_coding 1 1 14 ORC1 ENSG00000085840 +CDS chr1 52383420 52383569 ENST00000371568 protein_coding 8 1 13 ORC1 ENSG00000085840 +CDS chr1 52383420 52383569 ENST00000371566 protein_coding 1 1 13 ORC1 ENSG00000085840 +CDS chr1 52383830 52383937 ENST00000371568 protein_coding 8 1 12 ORC1 ENSG00000085840 +CDS chr1 52383830 52383937 ENST00000371566 protein_coding 1 1 12 ORC1 ENSG00000085840 +CDS chr1 52384550 52384721 ENST00000371568 protein_coding 8 1 11 ORC1 ENSG00000085840 +CDS chr1 52384550 52384721 ENST00000371566 protein_coding 1 1 11 ORC1 ENSG00000085840 +CDS chr1 52385161 52385262 ENST00000371568 protein_coding 8 1 10 ORC1 ENSG00000085840 +CDS chr1 52385161 52385262 ENST00000371566 protein_coding 1 1 10 ORC1 ENSG00000085840 +CDS chr1 52385852 52385949 ENST00000371568 protein_coding 8 1 9 ORC1 ENSG00000085840 +CDS chr1 52385852 52385949 ENST00000371566 protein_coding 1 1 9 ORC1 ENSG00000085840 +CDS chr1 52388442 52388637 ENST00000371568 protein_coding 8 1 8 ORC1 ENSG00000085840 +CDS chr1 52388442 52388637 ENST00000371566 protein_coding 1 1 8 ORC1 ENSG00000085840 +CDS chr1 52389217 52389321 ENST00000371568 protein_coding 8 1 7 ORC1 ENSG00000085840 +CDS chr1 52389217 52389321 ENST00000371566 protein_coding 1 1 7 ORC1 ENSG00000085840 +CDS chr1 52393443 52393803 ENST00000371568 protein_coding 8 1 6 ORC1 ENSG00000085840 +CDS chr1 52393443 52393803 ENST00000371566 protein_coding 1 1 6 ORC1 ENSG00000085840 +CDS chr1 52396046 52396364 ENST00000371568 protein_coding 8 1 5 ORC1 ENSG00000085840 +CDS chr1 52396046 52396364 ENST00000371566 protein_coding 1 1 5 ORC1 ENSG00000085840 +CDS chr1 52397685 52397863 ENST00000371568 protein_coding 8 1 4 ORC1 ENSG00000085840 +CDS chr1 52397685 52397863 ENST00000371566 protein_coding 1 1 4 ORC1 ENSG00000085840 +CDS chr1 52401362 52401489 ENST00000371568 protein_coding 8 1 3 ORC1 ENSG00000085840 +CDS chr1 52401362 52401489 ENST00000371566 protein_coding 1 1 3 ORC1 ENSG00000085840 +CDS chr1 52402129 52402223 ENST00000371568 protein_coding 8 1 2 ORC1 ENSG00000085840 +CDS chr1 52402129 52402223 ENST00000371566 protein_coding 1 1 2 ORC1 ENSG00000085840 +transcript chr1 52404602 52420836 ENST00000257181 protein_coding 10 1 NA PRPF38A ENSG00000134748 +CDS chr1 52404750 52404879 ENST00000257181 protein_coding 10 1 1 PRPF38A ENSG00000134748 +CDS chr1 52405680 52405839 ENST00000257181 protein_coding 10 1 2 PRPF38A ENSG00000134748 +transcript chr1 52408282 52431227 ENST00000528457 protein_coding 5 3 NA TUT4 ENSG00000134744 +CDS chr1 52408345 52408460 ENST00000528457 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52408569 52408690 ENST00000257181 protein_coding 10 1 3 PRPF38A ENSG00000134748 +CDS chr1 52411115 52411200 ENST00000257181 protein_coding 10 1 4 PRPF38A ENSG00000134748 +CDS chr1 52412514 52412624 ENST00000257181 protein_coding 10 1 5 PRPF38A ENSG00000134748 +CDS chr1 52413879 52413991 ENST00000257181 protein_coding 10 1 6 PRPF38A ENSG00000134748 +CDS chr1 52414621 52414647 ENST00000257181 protein_coding 10 1 7 PRPF38A ENSG00000134748 +CDS chr1 52414762 52414859 ENST00000257181 protein_coding 10 1 8 PRPF38A ENSG00000134748 +CDS chr1 52415338 52415386 ENST00000257181 protein_coding 10 1 9 PRPF38A ENSG00000134748 +CDS chr1 52416648 52416687 ENST00000257181 protein_coding 10 1 10 PRPF38A ENSG00000134748 +transcript chr1 52423275 52553092 ENST00000257177 protein_coding 9 1 NA TUT4 ENSG00000134744 +transcript chr1 52423275 52553100 ENST00000371544 protein_coding 7 5 NA TUT4 ENSG00000134744 +transcript chr1 52423563 52431438 ENST00000494469 protein_coding 5 3 NA TUT4 ENSG00000134744 +transcript chr1 52423636 52431081 ENST00000471623 protein_coding 1 3 NA TUT4 ENSG00000134744 +CDS chr1 52423828 52423913 ENST00000471623 protein_coding 1 3 3 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000257177 protein_coding 9 1 30 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000371544 protein_coding 7 5 30 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000494469 protein_coding 5 3 4 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000528457 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000257177 protein_coding 9 1 29 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000371544 protein_coding 7 5 29 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000494469 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000471623 protein_coding 1 3 2 TUT4 ENSG00000134744 +CDS chr1 52431013 52431227 ENST00000528457 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52431013 52431460 ENST00000257177 protein_coding 9 1 28 TUT4 ENSG00000134744 +CDS chr1 52431013 52431460 ENST00000371544 protein_coding 7 5 28 TUT4 ENSG00000134744 +CDS chr1 52431013 52431118 ENST00000494469 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52431013 52431081 ENST00000471623 protein_coding 1 3 1 TUT4 ENSG00000134744 +transcript chr1 52431126 52446628 ENST00000531722 protein_coding 5 3 NA TUT4 ENSG00000134744 +CDS chr1 52431126 52431223 ENST00000531722 protein_coding 5 3 9 TUT4 ENSG00000134744 +transcript chr1 52431247 52446650 ENST00000474453 protein_coding 6 5 NA TUT4 ENSG00000134744 +CDS chr1 52431247 52431460 ENST00000474453 protein_coding 6 5 8 TUT4 ENSG00000134744 +CDS chr1 52431317 52431438 ENST00000494469 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52431317 52431460 ENST00000531722 protein_coding 5 3 8 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000257177 protein_coding 9 1 27 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000371544 protein_coding 7 5 27 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000531722 protein_coding 5 3 7 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000474453 protein_coding 6 5 7 TUT4 ENSG00000134744 +CDS chr1 52436755 52436978 ENST00000257177 protein_coding 9 1 26 TUT4 ENSG00000134744 +CDS chr1 52436755 52436975 ENST00000371544 protein_coding 7 5 26 TUT4 ENSG00000134744 +CDS chr1 52436755 52436963 ENST00000531722 protein_coding 5 3 6 TUT4 ENSG00000134744 +CDS chr1 52436755 52436963 ENST00000474453 protein_coding 6 5 6 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000257177 protein_coding 9 1 25 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000371544 protein_coding 7 5 25 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000531722 protein_coding 5 3 5 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000474453 protein_coding 6 5 5 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000257177 protein_coding 9 1 24 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000371544 protein_coding 7 5 24 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000531722 protein_coding 5 3 4 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000474453 protein_coding 6 5 4 TUT4 ENSG00000134744 +transcript chr1 52445787 52553082 ENST00000528642 protein_coding 5 5 NA TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000528642 protein_coding 5 5 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000257177 protein_coding 9 1 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000371544 protein_coding 7 5 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000531722 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000474453 protein_coding 6 5 3 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000528642 protein_coding 5 5 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000257177 protein_coding 9 1 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000371544 protein_coding 7 5 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000531722 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000474453 protein_coding 6 5 2 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000528642 protein_coding 5 5 21 TUT4 ENSG00000134744 +transcript chr1 52446400 52553458 ENST00000484723 protein_coding 6 1 NA TUT4 ENSG00000134744 +CDS chr1 52446400 52446442 ENST00000484723 protein_coding 6 1 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000257177 protein_coding 9 1 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000371544 protein_coding 7 5 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446628 ENST00000531722 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52446590 52446650 ENST00000474453 protein_coding 6 5 1 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000528642 protein_coding 5 5 20 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000484723 protein_coding 6 1 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000257177 protein_coding 9 1 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000371544 protein_coding 7 5 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000528642 protein_coding 5 5 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000257177 protein_coding 9 1 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000371544 protein_coding 7 5 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000528642 protein_coding 5 5 18 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000484723 protein_coding 6 1 19 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000257177 protein_coding 9 1 18 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000371544 protein_coding 7 5 18 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000528642 protein_coding 5 5 17 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000484723 protein_coding 6 1 18 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000257177 protein_coding 9 1 17 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000371544 protein_coding 7 5 17 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000528642 protein_coding 5 5 16 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000484723 protein_coding 6 1 17 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000257177 protein_coding 9 1 16 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000371544 protein_coding 7 5 16 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000528642 protein_coding 5 5 15 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000484723 protein_coding 6 1 16 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000257177 protein_coding 9 1 15 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000371544 protein_coding 7 5 15 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000528642 protein_coding 5 5 14 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000484723 protein_coding 6 1 15 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000257177 protein_coding 9 1 14 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000371544 protein_coding 7 5 14 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000528642 protein_coding 5 5 13 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000484723 protein_coding 6 1 14 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000257177 protein_coding 9 1 13 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000371544 protein_coding 7 5 13 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000528642 protein_coding 5 5 12 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000484723 protein_coding 6 1 13 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000257177 protein_coding 9 1 12 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000371544 protein_coding 7 5 12 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000528642 protein_coding 5 5 11 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000484723 protein_coding 6 1 12 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000257177 protein_coding 9 1 11 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000371544 protein_coding 7 5 11 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000484723 protein_coding 6 1 11 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000257177 protein_coding 9 1 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000371544 protein_coding 7 5 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000528642 protein_coding 5 5 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000484723 protein_coding 6 1 10 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000257177 protein_coding 9 1 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000371544 protein_coding 7 5 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000528642 protein_coding 5 5 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000484723 protein_coding 6 1 9 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000257177 protein_coding 9 1 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000371544 protein_coding 7 5 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000528642 protein_coding 5 5 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000484723 protein_coding 6 1 8 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000257177 protein_coding 9 1 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000371544 protein_coding 7 5 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000528642 protein_coding 5 5 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000484723 protein_coding 6 1 7 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000257177 protein_coding 9 1 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000371544 protein_coding 7 5 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000528642 protein_coding 5 5 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000484723 protein_coding 6 1 6 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000257177 protein_coding 9 1 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000371544 protein_coding 7 5 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000528642 protein_coding 5 5 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000484723 protein_coding 6 1 5 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000257177 protein_coding 9 1 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000371544 protein_coding 7 5 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000528642 protein_coding 5 5 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000484723 protein_coding 6 1 4 TUT4 ENSG00000134744 +transcript chr1 52514778 52552994 ENST00000355809 protein_coding 4 1 NA TUT4 ENSG00000134744 +CDS chr1 52515846 52516054 ENST00000355809 protein_coding 4 1 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000257177 protein_coding 9 1 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000371544 protein_coding 7 5 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000528642 protein_coding 5 5 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516049 ENST00000484723 protein_coding 6 1 3 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000257177 protein_coding 9 1 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000371544 protein_coding 7 5 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000528642 protein_coding 5 5 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000355809 protein_coding 4 1 2 TUT4 ENSG00000134744 +transcript chr1 52526020 52553085 ENST00000470626 protein_coding 1 3 NA TUT4 ENSG00000134744 +CDS chr1 52526020 52526280 ENST00000470626 protein_coding 1 3 5 TUT4 ENSG00000134744 +transcript chr1 52526050 52553487 ENST00000524582 protein_coding 1 4 NA TUT4 ENSG00000134744 +CDS chr1 52526050 52526280 ENST00000524582 protein_coding 1 4 3 TUT4 ENSG00000134744 +transcript chr1 52602371 52609051 ENST00000361314 protein_coding 5 1 NA GPX7 ENSG00000116157 +CDS chr1 52602410 52602547 ENST00000361314 protein_coding 5 1 1 GPX7 ENSG00000116157 +CDS chr1 52606684 52606945 ENST00000361314 protein_coding 5 1 2 GPX7 ENSG00000116157 +CDS chr1 52608262 52608422 ENST00000361314 protein_coding 5 1 3 GPX7 ENSG00000116157 +transcript chr1 52633168 52657065 ENST00000517870 protein_coding 2 1 NA SHISAL2A ENSG00000182183 +CDS chr1 52633494 52633675 ENST00000517870 protein_coding 2 1 1 SHISAL2A ENSG00000182183 +CDS chr1 52642863 52643002 ENST00000517870 protein_coding 2 1 2 SHISAL2A ENSG00000182183 +CDS chr1 52656790 52657037 ENST00000517870 protein_coding 2 1 3 SHISAL2A ENSG00000182183 +transcript chr1 52684449 52698347 ENST00000371538 protein_coding 5 1 NA COA7 ENSG00000162377 +CDS chr1 52687723 52688168 ENST00000371538 protein_coding 5 1 3 COA7 ENSG00000162377 +CDS chr1 52692727 52692867 ENST00000371538 protein_coding 5 1 2 COA7 ENSG00000162377 +CDS chr1 52698221 52698326 ENST00000371538 protein_coding 5 1 1 COA7 ENSG00000162377 +transcript chr1 52726453 52827336 ENST00000294353 protein_coding 7 1 NA ZYG11B ENSG00000162378 +transcript chr1 52726467 52816638 ENST00000545132 protein_coding 5 2 NA ZYG11B ENSG00000162378 +CDS chr1 52726654 52726683 ENST00000294353 protein_coding 7 1 1 ZYG11B ENSG00000162378 +CDS chr1 52726654 52726683 ENST00000545132 protein_coding 5 2 1 ZYG11B ENSG00000162378 +CDS chr1 52756458 52756623 ENST00000294353 protein_coding 7 1 2 ZYG11B ENSG00000162378 +CDS chr1 52756458 52756623 ENST00000545132 protein_coding 5 2 2 ZYG11B ENSG00000162378 +CDS chr1 52771020 52771774 ENST00000294353 protein_coding 7 1 3 ZYG11B ENSG00000162378 +CDS chr1 52771020 52771774 ENST00000545132 protein_coding 5 2 3 ZYG11B ENSG00000162378 +CDS chr1 52779853 52779993 ENST00000294353 protein_coding 7 1 4 ZYG11B ENSG00000162378 +CDS chr1 52779853 52779993 ENST00000545132 protein_coding 5 2 4 ZYG11B ENSG00000162378 +CDS chr1 52784877 52785053 ENST00000294353 protein_coding 7 1 5 ZYG11B ENSG00000162378 +CDS chr1 52784877 52785053 ENST00000545132 protein_coding 5 2 5 ZYG11B ENSG00000162378 +CDS chr1 52790003 52790067 ENST00000294353 protein_coding 7 1 6 ZYG11B ENSG00000162378 +CDS chr1 52790003 52790067 ENST00000545132 protein_coding 5 2 6 ZYG11B ENSG00000162378 +CDS chr1 52796292 52796391 ENST00000294353 protein_coding 7 1 7 ZYG11B ENSG00000162378 +CDS chr1 52796292 52796391 ENST00000545132 protein_coding 5 2 7 ZYG11B ENSG00000162378 +CDS chr1 52796734 52796784 ENST00000294353 protein_coding 7 1 8 ZYG11B ENSG00000162378 +CDS chr1 52796734 52796784 ENST00000545132 protein_coding 5 2 8 ZYG11B ENSG00000162378 +CDS chr1 52801819 52801980 ENST00000294353 protein_coding 7 1 9 ZYG11B ENSG00000162378 +CDS chr1 52801819 52801980 ENST00000545132 protein_coding 5 2 9 ZYG11B ENSG00000162378 +CDS chr1 52802092 52802139 ENST00000294353 protein_coding 7 1 10 ZYG11B ENSG00000162378 +CDS chr1 52802092 52802139 ENST00000545132 protein_coding 5 2 10 ZYG11B ENSG00000162378 +CDS chr1 52805471 52805473 ENST00000545132 protein_coding 5 2 11 ZYG11B ENSG00000162378 +CDS chr1 52813536 52813733 ENST00000294353 protein_coding 7 1 11 ZYG11B ENSG00000162378 +CDS chr1 52813860 52813912 ENST00000294353 protein_coding 7 1 12 ZYG11B ENSG00000162378 +CDS chr1 52816532 52816629 ENST00000294353 protein_coding 7 1 13 ZYG11B ENSG00000162378 +CDS chr1 52821439 52821626 ENST00000294353 protein_coding 7 1 14 ZYG11B ENSG00000162378 +transcript chr1 52842511 52894998 ENST00000371532 protein_coding 5 5 NA ZYG11A ENSG00000203995 +transcript chr1 52842511 52894991 ENST00000612017 protein_coding 4 5 NA ZYG11A ENSG00000203995 +transcript chr1 52842760 52894998 ENST00000371528 protein_coding 2 5 NA ZYG11A ENSG00000203995 +CDS chr1 52842884 52842973 ENST00000371528 protein_coding 2 5 1 ZYG11A ENSG00000203995 +CDS chr1 52854465 52854630 ENST00000371528 protein_coding 2 5 2 ZYG11A ENSG00000203995 +CDS chr1 52856998 52857749 ENST00000371528 protein_coding 2 5 3 ZYG11A ENSG00000203995 +CDS chr1 52860731 52860871 ENST00000371528 protein_coding 2 5 4 ZYG11A ENSG00000203995 +CDS chr1 52860749 52860871 ENST00000371532 protein_coding 5 5 3 ZYG11A ENSG00000203995 +CDS chr1 52860749 52860871 ENST00000612017 protein_coding 4 5 3 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000371532 protein_coding 5 5 4 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000371528 protein_coding 2 5 5 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000612017 protein_coding 4 5 4 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000371532 protein_coding 5 5 5 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000371528 protein_coding 2 5 6 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000612017 protein_coding 4 5 5 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000371532 protein_coding 5 5 6 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000371528 protein_coding 2 5 7 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000612017 protein_coding 4 5 6 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000371532 protein_coding 5 5 7 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000371528 protein_coding 2 5 8 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000612017 protein_coding 4 5 7 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000371532 protein_coding 5 5 8 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000371528 protein_coding 2 5 9 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000612017 protein_coding 4 5 8 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000371532 protein_coding 5 5 9 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000371528 protein_coding 2 5 10 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000612017 protein_coding 4 5 9 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000371532 protein_coding 5 5 10 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000371528 protein_coding 2 5 11 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000612017 protein_coding 4 5 10 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000371532 protein_coding 5 5 11 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000371528 protein_coding 2 5 12 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000612017 protein_coding 4 5 11 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000371532 protein_coding 5 5 12 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000371528 protein_coding 2 5 13 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000612017 protein_coding 4 5 12 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000371532 protein_coding 5 5 13 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000371528 protein_coding 2 5 14 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000612017 protein_coding 4 5 13 ZYG11A ENSG00000203995 +transcript chr1 52895910 52921740 ENST00000371522 protein_coding 9 1 NA ECHDC2 ENSG00000121310 +transcript chr1 52895910 52921774 ENST00000536120 protein_coding 5 3 NA ECHDC2 ENSG00000121310 +transcript chr1 52896233 52921726 ENST00000358358 protein_coding 9 2 NA ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000371522 protein_coding 9 1 10 ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000358358 protein_coding 9 2 9 ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000536120 protein_coding 5 3 8 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000371522 protein_coding 9 1 9 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000358358 protein_coding 9 2 8 ECHDC2 ENSG00000121310 +transcript chr1 52897437 52921718 ENST00000467988 protein_coding 2 5 NA ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000467988 protein_coding 2 5 7 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000536120 protein_coding 5 3 7 ECHDC2 ENSG00000121310 +CDS chr1 52899174 52899224 ENST00000371522 protein_coding 9 1 8 ECHDC2 ENSG00000121310 +CDS chr1 52899174 52899224 ENST00000358358 protein_coding 9 2 7 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000371522 protein_coding 9 1 7 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000358358 protein_coding 9 2 6 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000467988 protein_coding 2 5 6 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000536120 protein_coding 5 3 6 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000371522 protein_coding 9 1 6 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000358358 protein_coding 9 2 5 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000467988 protein_coding 2 5 5 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000536120 protein_coding 5 3 5 ECHDC2 ENSG00000121310 +CDS chr1 52906519 52906611 ENST00000371522 protein_coding 9 1 5 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000371522 protein_coding 9 1 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000358358 protein_coding 9 2 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000467988 protein_coding 2 5 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000536120 protein_coding 5 3 4 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000371522 protein_coding 9 1 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000358358 protein_coding 9 2 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000467988 protein_coding 2 5 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000536120 protein_coding 5 3 3 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000371522 protein_coding 9 1 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000358358 protein_coding 9 2 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000467988 protein_coding 2 5 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000536120 protein_coding 5 3 2 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000371522 protein_coding 9 1 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000358358 protein_coding 9 2 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000467988 protein_coding 2 5 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000536120 protein_coding 5 3 1 ECHDC2 ENSG00000121310 +transcript chr1 52927276 53051698 ENST00000371514 protein_coding 8 1 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53050903 ENST00000528311 protein_coding 5 2 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53050970 ENST00000371509 protein_coding 8 1 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53051260 ENST00000407246 protein_coding 6 2 NA SCP2 ENSG00000116171 +transcript chr1 52927318 52994232 ENST00000371513 protein_coding 9 1 NA SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371514 protein_coding 8 1 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371509 protein_coding 8 1 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000407246 protein_coding 6 2 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371513 protein_coding 9 1 1 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371514 protein_coding 8 1 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371509 protein_coding 8 1 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000407246 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371513 protein_coding 9 1 2 SCP2 ENSG00000116171 +transcript chr1 52941803 52980453 ENST00000529363 protein_coding 2 5 NA SCP2 ENSG00000116171 +CDS chr1 52941803 52941853 ENST00000529363 protein_coding 2 5 1 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371514 protein_coding 8 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371509 protein_coding 8 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371513 protein_coding 9 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000529363 protein_coding 2 5 2 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000371514 protein_coding 8 1 4 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000407246 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000529363 protein_coding 2 5 3 SCP2 ENSG00000116171 +CDS chr1 52950799 52950886 ENST00000528311 protein_coding 5 2 3 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371514 protein_coding 8 1 5 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000528311 protein_coding 5 2 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371509 protein_coding 8 1 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000407246 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371513 protein_coding 9 1 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000529363 protein_coding 2 5 4 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371514 protein_coding 8 1 6 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000528311 protein_coding 5 2 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371509 protein_coding 8 1 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000407246 protein_coding 6 2 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371513 protein_coding 9 1 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000529363 protein_coding 2 5 5 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371514 protein_coding 8 1 7 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000528311 protein_coding 5 2 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371509 protein_coding 8 1 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000407246 protein_coding 6 2 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371513 protein_coding 9 1 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000529363 protein_coding 2 5 6 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371514 protein_coding 8 1 8 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000528311 protein_coding 5 2 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371509 protein_coding 8 1 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000407246 protein_coding 6 2 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371513 protein_coding 9 1 7 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371514 protein_coding 8 1 9 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000528311 protein_coding 5 2 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371509 protein_coding 8 1 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000407246 protein_coding 6 2 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371513 protein_coding 9 1 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000529363 protein_coding 2 5 7 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371514 protein_coding 8 1 10 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000528311 protein_coding 5 2 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371509 protein_coding 8 1 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000407246 protein_coding 6 2 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371513 protein_coding 9 1 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980453 ENST00000529363 protein_coding 2 5 8 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371514 protein_coding 8 1 11 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000528311 protein_coding 5 2 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371509 protein_coding 8 1 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000407246 protein_coding 6 2 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371513 protein_coding 9 1 10 SCP2 ENSG00000116171 +CDS chr1 52993258 52993274 ENST00000371513 protein_coding 9 1 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000371514 protein_coding 8 1 12 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000528311 protein_coding 5 2 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000371509 protein_coding 8 1 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000407246 protein_coding 6 2 11 SCP2 ENSG00000116171 +transcript chr1 53014928 53051126 ENST00000430330 protein_coding 6 2 NA SCP2 ENSG00000116171 +transcript chr1 53014938 53051617 ENST00000408941 protein_coding 7 2 NA SCP2 ENSG00000116171 +transcript chr1 53014966 53048515 ENST00000478274 protein_coding 6 2 NA SCP2 ENSG00000116171 +CDS chr1 53014966 53015043 ENST00000478274 protein_coding 6 2 1 SCP2 ENSG00000116171 +transcript chr1 53014966 53051018 ENST00000484100 protein_coding 5 2 NA SCP2 ENSG00000116171 +CDS chr1 53014966 53015043 ENST00000484100 protein_coding 5 2 1 SCP2 ENSG00000116171 +transcript chr1 53014968 53051113 ENST00000435345 protein_coding 6 1 NA SCP2 ENSG00000116171 +transcript chr1 53014974 53051610 ENST00000488965 protein_coding 1 1 NA SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000430330 protein_coding 6 2 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000435345 protein_coding 6 1 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000488965 protein_coding 1 1 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000408941 protein_coding 7 2 1 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000371514 protein_coding 8 1 13 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000528311 protein_coding 5 2 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000371509 protein_coding 8 1 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000407246 protein_coding 6 2 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000478274 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000484100 protein_coding 5 2 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000435345 protein_coding 6 1 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000488965 protein_coding 1 1 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000408941 protein_coding 7 2 2 SCP2 ENSG00000116171 +CDS chr1 53027978 53028071 ENST00000430330 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000371514 protein_coding 8 1 14 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000528311 protein_coding 5 2 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000371509 protein_coding 8 1 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000407246 protein_coding 6 2 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000430330 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000478274 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000435345 protein_coding 6 1 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000371514 protein_coding 8 1 15 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000528311 protein_coding 5 2 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000371509 protein_coding 8 1 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000407246 protein_coding 6 2 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000430330 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047964 ENST00000478274 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000484100 protein_coding 5 2 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000435345 protein_coding 6 1 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000488965 protein_coding 1 1 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000408941 protein_coding 7 2 3 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000371514 protein_coding 8 1 16 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000528311 protein_coding 5 2 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000371509 protein_coding 8 1 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000407246 protein_coding 6 2 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000430330 protein_coding 6 2 5 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000435345 protein_coding 6 1 5 SCP2 ENSG00000116171 +transcript chr1 53062052 53085501 ENST00000395871 protein_coding 7 5 NA PODN ENSG00000174348 +transcript chr1 53062213 53070122 ENST00000673702 protein_coding 1 NA NA PODN ENSG00000174348 +transcript chr1 53062213 53084770 ENST00000673956 protein_coding 1 NA NA PODN ENSG00000174348 +transcript chr1 53062213 53085494 ENST00000312553 protein_coding 10 1 NA PODN ENSG00000174348 +transcript chr1 53062213 53085494 ENST00000371500 protein_coding 8 1 NA PODN ENSG00000174348 +transcript chr1 53062213 53085501 ENST00000618387 protein_coding 1 2 NA PODN ENSG00000174348 +CDS chr1 53062220 53062308 ENST00000395871 protein_coding 7 5 1 PODN ENSG00000174348 +CDS chr1 53066836 53066867 ENST00000371500 protein_coding 8 1 3 PODN ENSG00000174348 +CDS chr1 53066836 53066867 ENST00000618387 protein_coding 1 2 2 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000371500 protein_coding 8 1 4 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000395871 protein_coding 7 5 2 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000618387 protein_coding 1 2 3 PODN ENSG00000174348 +CDS chr1 53069856 53070122 ENST00000673702 protein_coding 1 NA 4 PODN ENSG00000174348 +CDS chr1 53069856 53070167 ENST00000673956 protein_coding 1 NA 2 PODN ENSG00000174348 +CDS chr1 53069856 53070167 ENST00000312553 protein_coding 10 1 2 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000312553 protein_coding 10 1 3 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000371500 protein_coding 8 1 5 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000395871 protein_coding 7 5 3 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000618387 protein_coding 1 2 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000312553 protein_coding 10 1 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000371500 protein_coding 8 1 6 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000395871 protein_coding 7 5 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000618387 protein_coding 1 2 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000312553 protein_coding 10 1 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000371500 protein_coding 8 1 7 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000395871 protein_coding 7 5 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000618387 protein_coding 1 2 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000312553 protein_coding 10 1 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000371500 protein_coding 8 1 8 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000395871 protein_coding 7 5 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000618387 protein_coding 1 2 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000673956 protein_coding 1 NA 3 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000312553 protein_coding 10 1 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000371500 protein_coding 8 1 9 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000395871 protein_coding 7 5 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000618387 protein_coding 1 2 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000673956 protein_coding 1 NA 4 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000312553 protein_coding 10 1 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000371500 protein_coding 8 1 10 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000395871 protein_coding 7 5 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000618387 protein_coding 1 2 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000673956 protein_coding 1 NA 5 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000312553 protein_coding 10 1 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000371500 protein_coding 8 1 11 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000395871 protein_coding 7 5 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000618387 protein_coding 1 2 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000673956 protein_coding 1 NA 6 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000312553 protein_coding 10 1 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000371500 protein_coding 8 1 12 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000395871 protein_coding 7 5 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000618387 protein_coding 1 2 11 PODN ENSG00000174348 +transcript chr1 53087179 53142604 ENST00000611397 protein_coding 5 1 NA SLC1A7 ENSG00000162383 +transcript chr1 53087183 53142638 ENST00000371494 protein_coding 9 1 NA SLC1A7 ENSG00000162383 +transcript chr1 53087520 53142577 ENST00000620347 protein_coding 5 1 NA SLC1A7 ENSG00000162383 +CDS chr1 53088012 53088227 ENST00000371494 protein_coding 9 1 11 SLC1A7 ENSG00000162383 +CDS chr1 53088012 53088227 ENST00000620347 protein_coding 5 1 11 SLC1A7 ENSG00000162383 +CDS chr1 53088079 53088246 ENST00000611397 protein_coding 5 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000611397 protein_coding 5 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000371494 protein_coding 9 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000620347 protein_coding 5 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000611397 protein_coding 5 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000371494 protein_coding 9 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000620347 protein_coding 5 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090806 ENST00000611397 protein_coding 5 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090806 ENST00000371494 protein_coding 9 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090983 ENST00000620347 protein_coding 5 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000611397 protein_coding 5 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000371494 protein_coding 9 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000620347 protein_coding 5 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000611397 protein_coding 5 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000371494 protein_coding 9 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000620347 protein_coding 5 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000611397 protein_coding 5 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000371494 protein_coding 9 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000620347 protein_coding 5 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000611397 protein_coding 5 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000371494 protein_coding 9 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000620347 protein_coding 5 1 4 SLC1A7 ENSG00000162383 +transcript chr1 53107928 53142617 ENST00000371491 protein_coding 4 1 NA SLC1A7 ENSG00000162383 +CDS chr1 53108592 53108634 ENST00000371491 protein_coding 4 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000371494 protein_coding 9 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000620347 protein_coding 5 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000371491 protein_coding 4 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000611397 protein_coding 5 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000371494 protein_coding 9 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000620347 protein_coding 5 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000371491 protein_coding 4 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000611397 protein_coding 5 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000371494 protein_coding 9 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000620347 protein_coding 5 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000371491 protein_coding 4 1 1 SLC1A7 ENSG00000162383 +transcript chr1 53196792 53214178 ENST00000636867 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196800 53214170 ENST00000636891 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196800 53214177 ENST00000637252 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196813 53213595 ENST00000636935 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196820 53213846 ENST00000635862 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196824 53214197 ENST00000371486 protein_coding 4 1 NA CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000371486 protein_coding 4 1 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636867 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636891 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000637252 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636935 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000635862 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000371486 protein_coding 4 1 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636867 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636891 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000637252 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636935 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000635862 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000371486 protein_coding 4 1 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636867 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636891 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000637252 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636935 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000635862 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53210015 53211319 ENST00000371486 protein_coding 4 1 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211250 ENST00000636867 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211369 ENST00000636891 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211319 ENST00000637252 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211250 ENST00000635862 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53212781 53212816 ENST00000637252 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53212781 53212816 ENST00000635862 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000371486 protein_coding 4 1 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000636867 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213362 ENST00000636891 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000637252 protein_coding 1 5 6 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000636935 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000635862 protein_coding 1 5 6 CPT2 ENSG00000157184 +transcript chr1 53214099 53220634 ENST00000294360 protein_coding 5 1 NA CZIB ENSG00000162384 +CDS chr1 53214662 53214736 ENST00000294360 protein_coding 5 1 8 CZIB ENSG00000162384 +CDS chr1 53215991 53216056 ENST00000294360 protein_coding 5 1 7 CZIB ENSG00000162384 +CDS chr1 53216782 53216859 ENST00000294360 protein_coding 5 1 6 CZIB ENSG00000162384 +CDS chr1 53218172 53218203 ENST00000294360 protein_coding 5 1 5 CZIB ENSG00000162384 +CDS chr1 53218414 53218495 ENST00000294360 protein_coding 5 1 4 CZIB ENSG00000162384 +CDS chr1 53218867 53218923 ENST00000294360 protein_coding 5 1 3 CZIB ENSG00000162384 +CDS chr1 53220261 53220344 ENST00000294360 protein_coding 5 1 2 CZIB ENSG00000162384 +CDS chr1 53220570 53220575 ENST00000294360 protein_coding 5 1 1 CZIB ENSG00000162384 +transcript chr1 53226900 53238518 ENST00000371470 protein_coding 8 1 NA MAGOH ENSG00000162385 +transcript chr1 53226926 53238499 ENST00000371466 protein_coding 4 2 NA MAGOH ENSG00000162385 +CDS chr1 53227048 53227144 ENST00000371470 protein_coding 8 1 5 MAGOH ENSG00000162385 +CDS chr1 53227048 53227144 ENST00000371466 protein_coding 4 2 4 MAGOH ENSG00000162385 +CDS chr1 53228872 53228954 ENST00000371470 protein_coding 8 1 4 MAGOH ENSG00000162385 +CDS chr1 53228872 53228954 ENST00000371466 protein_coding 4 2 3 MAGOH ENSG00000162385 +CDS chr1 53233542 53233652 ENST00000371470 protein_coding 8 1 3 MAGOH ENSG00000162385 +CDS chr1 53235577 53235635 ENST00000371470 protein_coding 8 1 2 MAGOH ENSG00000162385 +CDS chr1 53235577 53235635 ENST00000371466 protein_coding 4 2 2 MAGOH ENSG00000162385 +CDS chr1 53238361 53238448 ENST00000371470 protein_coding 8 1 1 MAGOH ENSG00000162385 +CDS chr1 53238361 53238448 ENST00000371466 protein_coding 4 2 1 MAGOH ENSG00000162385 +transcript chr1 53242364 53328070 ENST00000306052 protein_coding 12 1 NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328028 ENST00000658277 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328057 ENST00000667377 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328096 ENST00000668448 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245546 53328030 ENST00000657895 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245546 53328469 ENST00000662198 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245547 53327883 ENST00000668071 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245591 53277070 ENST00000653217 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53245880 53245981 ENST00000667377 protein_coding 1 NA 18 LRP8 ENSG00000157193 +transcript chr1 53246552 53327894 ENST00000465675 protein_coding 6 2 NA LRP8 ENSG00000157193 +transcript chr1 53246553 53328054 ENST00000371454 protein_coding 6 1 NA LRP8 ENSG00000157193 +transcript chr1 53246558 53328035 ENST00000662604 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53246568 53327912 ENST00000354412 protein_coding 7 1 NA LRP8 ENSG00000157193 +transcript chr1 53246595 53276824 ENST00000656486 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53246710 53257291 ENST00000654947 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53247018 53327922 ENST00000347547 protein_coding 7 1 NA LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000306052 protein_coding 12 1 19 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000658277 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000668448 protein_coding 1 NA 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000657895 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000662198 protein_coding 1 NA 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000668071 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000653217 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000465675 protein_coding 6 2 19 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000371454 protein_coding 6 1 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000662604 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000354412 protein_coding 7 1 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000656486 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000347547 protein_coding 7 1 17 LRP8 ENSG00000157193 +CDS chr1 53247040 53247056 ENST00000654947 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000306052 protein_coding 12 1 18 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000658277 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000668448 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000657895 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000662198 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000653217 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000465675 protein_coding 6 2 18 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000656486 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53249380 53249440 ENST00000654947 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000347547 protein_coding 7 1 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000306052 protein_coding 12 1 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000658277 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000667377 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000668448 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000657895 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000662198 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000668071 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000653217 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000465675 protein_coding 6 2 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000371454 protein_coding 6 1 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000662604 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000354412 protein_coding 7 1 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000656486 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000654947 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000347547 protein_coding 7 1 15 LRP8 ENSG00000157193 +transcript chr1 53251676 53328024 ENST00000659993 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53252377 53252537 ENST00000659993 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000306052 protein_coding 12 1 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000658277 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000667377 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000668448 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000657895 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000662198 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000668071 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000653217 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000465675 protein_coding 6 2 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000371454 protein_coding 6 1 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000662604 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000354412 protein_coding 7 1 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000656486 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000654947 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000347547 protein_coding 7 1 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000659993 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000306052 protein_coding 12 1 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000658277 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000667377 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000657895 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000662198 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000668071 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000653217 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000465675 protein_coding 6 2 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000371454 protein_coding 6 1 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000662604 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000656486 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53257240 53257291 ENST00000654947 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000347547 protein_coding 7 1 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000659993 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000306052 protein_coding 12 1 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000658277 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000667377 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000668448 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258465 ENST00000657895 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000662198 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000668071 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000653217 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000465675 protein_coding 6 2 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000371454 protein_coding 6 1 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000662604 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000354412 protein_coding 7 1 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000656486 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000347547 protein_coding 7 1 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000659993 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000306052 protein_coding 12 1 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000658277 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000667377 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000668448 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000657895 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000662198 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000668071 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000653217 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000465675 protein_coding 6 2 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000371454 protein_coding 6 1 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000662604 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000354412 protein_coding 7 1 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000656486 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000347547 protein_coding 7 1 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000659993 protein_coding 1 NA 13 LRP8 ENSG00000157193 +transcript chr1 53261213 53271053 ENST00000653169 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53261776 53261787 ENST00000653169 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000306052 protein_coding 12 1 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000658277 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000667377 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000668448 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000657895 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000662198 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000668071 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000653217 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000465675 protein_coding 6 2 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000371454 protein_coding 6 1 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000662604 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000354412 protein_coding 7 1 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000656486 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000347547 protein_coding 7 1 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000659993 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000653169 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000306052 protein_coding 12 1 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000658277 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000667377 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000668448 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000657895 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000662198 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000668071 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000653217 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000465675 protein_coding 6 2 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000371454 protein_coding 6 1 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000662604 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000354412 protein_coding 7 1 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000656486 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000347547 protein_coding 7 1 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000659993 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000653169 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000306052 protein_coding 12 1 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000658277 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000667377 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000668448 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000657895 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000662198 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000668071 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000653217 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000465675 protein_coding 6 2 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000371454 protein_coding 6 1 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000662604 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000354412 protein_coding 7 1 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000656486 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000347547 protein_coding 7 1 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000659993 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000653169 protein_coding 1 NA 3 LRP8 ENSG00000157193 +transcript chr1 53264216 53276707 ENST00000475501 protein_coding 2 3 NA LRP8 ENSG00000157193 +CDS chr1 53264216 53264396 ENST00000475501 protein_coding 2 3 4 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000306052 protein_coding 12 1 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000658277 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000667377 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000668448 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000657895 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000662198 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000668071 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000653217 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000465675 protein_coding 6 2 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000371454 protein_coding 6 1 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000662604 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000354412 protein_coding 7 1 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000656486 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000347547 protein_coding 7 1 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000659993 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000653169 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000475501 protein_coding 2 3 3 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000306052 protein_coding 12 1 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000667377 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000668448 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000662198 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000668071 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000653217 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000465675 protein_coding 6 2 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000371454 protein_coding 6 1 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000662604 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000354412 protein_coding 7 1 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000656486 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000347547 protein_coding 7 1 6 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000659993 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271053 ENST00000653169 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000306052 protein_coding 12 1 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000658277 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000667377 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000668448 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000657895 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000662198 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000668071 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000653217 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000465675 protein_coding 6 2 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000371454 protein_coding 6 1 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000662604 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000354412 protein_coding 7 1 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000347547 protein_coding 7 1 5 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000659993 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53272604 53272642 ENST00000653217 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53272604 53272642 ENST00000465675 protein_coding 6 2 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000306052 protein_coding 12 1 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000667377 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000668448 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000657895 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000662198 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000668071 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000653217 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000465675 protein_coding 6 2 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000371454 protein_coding 6 1 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000662604 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000354412 protein_coding 7 1 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000656486 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000659993 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275655 53275753 ENST00000475501 protein_coding 2 3 2 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000306052 protein_coding 12 1 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000667377 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000668448 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277070 ENST00000653217 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000371454 protein_coding 6 1 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53276824 ENST00000656486 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000659993 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53276707 ENST00000475501 protein_coding 2 3 1 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000306052 protein_coding 12 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000667377 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000668448 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000657895 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000662198 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000668071 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000465675 protein_coding 6 2 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000371454 protein_coding 6 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000354412 protein_coding 7 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000347547 protein_coding 7 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000659993 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000306052 protein_coding 12 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000658277 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000667377 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000668448 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000657895 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000662198 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000668071 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000465675 protein_coding 6 2 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000371454 protein_coding 6 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000662604 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000354412 protein_coding 7 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000347547 protein_coding 7 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000659993 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000306052 protein_coding 12 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000658277 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000667377 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000668448 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000657895 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000662198 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000668071 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000465675 protein_coding 6 2 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000371454 protein_coding 6 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000662604 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000354412 protein_coding 7 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000347547 protein_coding 7 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000659993 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000306052 protein_coding 12 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000658277 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000667377 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000668448 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000657895 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000662198 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327883 ENST00000668071 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327894 ENST00000465675 protein_coding 6 2 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000371454 protein_coding 6 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000662604 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000354412 protein_coding 7 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000347547 protein_coding 7 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000659993 protein_coding 1 NA 1 LRP8 ENSG00000157193 +transcript chr1 53459399 53467488 ENST00000371445 protein_coding 3 1 NA DMRTB1 ENSG00000143006 +CDS chr1 53459454 53460030 ENST00000371445 protein_coding 3 1 1 DMRTB1 ENSG00000143006 +CDS chr1 53461473 53461645 ENST00000371445 protein_coding 3 1 2 DMRTB1 ENSG00000143006 +CDS chr1 53464637 53464847 ENST00000371445 protein_coding 3 1 3 DMRTB1 ENSG00000143006 +CDS chr1 53466595 53466659 ENST00000371445 protein_coding 3 1 4 DMRTB1 ENSG00000143006 +transcript chr1 53506237 53734204 ENST00000312233 protein_coding 4 2 NA GLIS1 ENSG00000174332 +transcript chr1 53506239 53739164 ENST00000628545 protein_coding 2 5 NA GLIS1 ENSG00000174332 +CDS chr1 53506622 53506776 ENST00000312233 protein_coding 4 2 10 GLIS1 ENSG00000174332 +CDS chr1 53506622 53506776 ENST00000628545 protein_coding 2 5 11 GLIS1 ENSG00000174332 +CDS chr1 53509120 53509287 ENST00000312233 protein_coding 4 2 9 GLIS1 ENSG00000174332 +CDS chr1 53509120 53509287 ENST00000628545 protein_coding 2 5 10 GLIS1 ENSG00000174332 +CDS chr1 53509849 53510027 ENST00000312233 protein_coding 4 2 8 GLIS1 ENSG00000174332 +CDS chr1 53509849 53510027 ENST00000628545 protein_coding 2 5 9 GLIS1 ENSG00000174332 +CDS chr1 53514625 53514781 ENST00000312233 protein_coding 4 2 7 GLIS1 ENSG00000174332 +CDS chr1 53514625 53514781 ENST00000628545 protein_coding 2 5 8 GLIS1 ENSG00000174332 +CDS chr1 53520634 53520766 ENST00000312233 protein_coding 4 2 6 GLIS1 ENSG00000174332 +CDS chr1 53520634 53520766 ENST00000628545 protein_coding 2 5 7 GLIS1 ENSG00000174332 +CDS chr1 53524777 53524887 ENST00000312233 protein_coding 4 2 5 GLIS1 ENSG00000174332 +CDS chr1 53524777 53524887 ENST00000628545 protein_coding 2 5 6 GLIS1 ENSG00000174332 +CDS chr1 53529791 53529952 ENST00000312233 protein_coding 4 2 4 GLIS1 ENSG00000174332 +CDS chr1 53529791 53529952 ENST00000628545 protein_coding 2 5 5 GLIS1 ENSG00000174332 +CDS chr1 53594108 53594902 ENST00000312233 protein_coding 4 2 3 GLIS1 ENSG00000174332 +CDS chr1 53594108 53594990 ENST00000628545 protein_coding 2 5 4 GLIS1 ENSG00000174332 +CDS chr1 53600101 53600278 ENST00000628545 protein_coding 2 5 3 GLIS1 ENSG00000174332 +CDS chr1 53737806 53738064 ENST00000628545 protein_coding 2 5 2 GLIS1 ENSG00000174332 +transcript chr1 53765478 53838296 ENST00000371429 protein_coding 4 1 NA NDC1 ENSG00000058804 +CDS chr1 53767973 53768033 ENST00000371429 protein_coding 4 1 18 NDC1 ENSG00000058804 +CDS chr1 53772329 53772489 ENST00000371429 protein_coding 4 1 17 NDC1 ENSG00000058804 +CDS chr1 53787158 53787258 ENST00000371429 protein_coding 4 1 16 NDC1 ENSG00000058804 +CDS chr1 53789133 53789196 ENST00000371429 protein_coding 4 1 15 NDC1 ENSG00000058804 +CDS chr1 53793229 53793279 ENST00000371429 protein_coding 4 1 14 NDC1 ENSG00000058804 +CDS chr1 53796689 53796804 ENST00000371429 protein_coding 4 1 13 NDC1 ENSG00000058804 +CDS chr1 53796899 53797144 ENST00000371429 protein_coding 4 1 12 NDC1 ENSG00000058804 +CDS chr1 53800693 53800848 ENST00000371429 protein_coding 4 1 11 NDC1 ENSG00000058804 +CDS chr1 53803928 53804009 ENST00000371429 protein_coding 4 1 10 NDC1 ENSG00000058804 +CDS chr1 53806425 53806517 ENST00000371429 protein_coding 4 1 9 NDC1 ENSG00000058804 +CDS chr1 53807656 53807791 ENST00000371429 protein_coding 4 1 8 NDC1 ENSG00000058804 +CDS chr1 53809695 53809746 ENST00000371429 protein_coding 4 1 7 NDC1 ENSG00000058804 +CDS chr1 53818971 53819079 ENST00000371429 protein_coding 4 1 6 NDC1 ENSG00000058804 +CDS chr1 53825798 53825936 ENST00000371429 protein_coding 4 1 5 NDC1 ENSG00000058804 +CDS chr1 53827999 53828173 ENST00000371429 protein_coding 4 1 4 NDC1 ENSG00000058804 +CDS chr1 53832490 53832591 ENST00000371429 protein_coding 4 1 3 NDC1 ENSG00000058804 +CDS chr1 53835500 53835620 ENST00000371429 protein_coding 4 1 2 NDC1 ENSG00000058804 +CDS chr1 53838205 53838261 ENST00000371429 protein_coding 4 1 1 NDC1 ENSG00000058804 +transcript chr1 53851733 53889779 ENST00000371399 protein_coding 5 2 NA YIPF1 ENSG00000058799 +transcript chr1 53851733 53889797 ENST00000072644 protein_coding 7 1 NA YIPF1 ENSG00000058799 +CDS chr1 53860067 53860153 ENST00000371399 protein_coding 5 2 8 YIPF1 ENSG00000058799 +CDS chr1 53860067 53860153 ENST00000072644 protein_coding 7 1 10 YIPF1 ENSG00000058799 +CDS chr1 53866200 53866382 ENST00000371399 protein_coding 5 2 7 YIPF1 ENSG00000058799 +CDS chr1 53866200 53866382 ENST00000072644 protein_coding 7 1 9 YIPF1 ENSG00000058799 +CDS chr1 53866758 53866856 ENST00000371399 protein_coding 5 2 6 YIPF1 ENSG00000058799 +CDS chr1 53866758 53866924 ENST00000072644 protein_coding 7 1 8 YIPF1 ENSG00000058799 +CDS chr1 53871372 53871488 ENST00000072644 protein_coding 7 1 7 YIPF1 ENSG00000058799 +CDS chr1 53878315 53878402 ENST00000072644 protein_coding 7 1 6 YIPF1 ENSG00000058799 +CDS chr1 53878642 53878722 ENST00000072644 protein_coding 7 1 5 YIPF1 ENSG00000058799 +CDS chr1 53883113 53883276 ENST00000072644 protein_coding 7 1 4 YIPF1 ENSG00000058799 +CDS chr1 53888907 53888937 ENST00000072644 protein_coding 7 1 3 YIPF1 ENSG00000058799 +transcript chr1 53892167 53906294 ENST00000529589 protein_coding 5 3 NA DIO1 ENSG00000211452 +transcript chr1 53894187 53911086 ENST00000361921 protein_coding 8 1 NA DIO1 ENSG00000211452 +transcript chr1 53894188 53911084 ENST00000322679 protein_coding 10 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000361921 protein_coding 8 1 1 DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000322679 protein_coding 10 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000532493 protein_coding 5 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000532493 protein_coding 5 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000525202 protein_coding 5 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894355 ENST00000525202 protein_coding 5 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000524406 protein_coding 5 1 NA DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000388876 protein_coding 3 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000388876 protein_coding 3 1 1 DIO1 ENSG00000211452 +CDS chr1 53894340 53894547 ENST00000529589 protein_coding 5 3 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000529589 protein_coding 5 3 3 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000361921 protein_coding 8 1 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000322679 protein_coding 10 1 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000525202 protein_coding 5 1 2 DIO1 ENSG00000211452 +CDS chr1 53904716 53904809 ENST00000524406 protein_coding 5 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000529589 protein_coding 5 3 4 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000361921 protein_coding 8 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000525202 protein_coding 5 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000524406 protein_coding 5 1 4 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000388876 protein_coding 3 1 2 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000361921 protein_coding 8 1 4 DIO1 ENSG00000211452 +CDS chr1 53909931 53909932 ENST00000322679 protein_coding 10 1 3 DIO1 ENSG00000211452 +CDS chr1 53909931 53909932 ENST00000532493 protein_coding 5 1 2 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000525202 protein_coding 5 1 4 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000524406 protein_coding 5 1 5 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000388876 protein_coding 3 1 3 DIO1 ENSG00000211452 +transcript chr1 53916574 53945572 ENST00000371378 protein_coding 6 3 NA HSPB11 ENSG00000081870 +CDS chr1 53916793 53917116 ENST00000371378 protein_coding 6 3 6 HSPB11 ENSG00000081870 +transcript chr1 53921561 53945699 ENST00000194214 protein_coding 10 1 NA HSPB11 ENSG00000081870 +CDS chr1 53921654 53921767 ENST00000194214 protein_coding 10 1 6 HSPB11 ENSG00000081870 +transcript chr1 53923533 53945610 ENST00000371377 protein_coding 3 1 NA HSPB11 ENSG00000081870 +CDS chr1 53923886 53923947 ENST00000371377 protein_coding 3 1 5 HSPB11 ENSG00000081870 +CDS chr1 53923904 53923947 ENST00000371378 protein_coding 6 3 5 HSPB11 ENSG00000081870 +CDS chr1 53923904 53923947 ENST00000194214 protein_coding 10 1 5 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000371378 protein_coding 6 3 4 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000194214 protein_coding 10 1 4 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000371377 protein_coding 3 1 4 HSPB11 ENSG00000081870 +transcript chr1 53929497 53940100 ENST00000371376 protein_coding 1 3 NA HSPB11 ENSG00000081870 +CDS chr1 53930022 53930145 ENST00000371376 protein_coding 1 3 2 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000371378 protein_coding 6 3 3 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000194214 protein_coding 10 1 3 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000371377 protein_coding 3 1 3 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371378 protein_coding 6 3 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000194214 protein_coding 10 1 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371377 protein_coding 3 1 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371376 protein_coding 1 3 1 HSPB11 ENSG00000081870 +transcript chr1 53946085 53958252 ENST00000371368 protein_coding 5 3 NA LRRC42 ENSG00000116212 +transcript chr1 53946350 53968168 ENST00000371370 protein_coding 8 2 NA LRRC42 ENSG00000116212 +transcript chr1 53946353 53968168 ENST00000319223 protein_coding 8 1 NA LRRC42 ENSG00000116212 +transcript chr1 53946358 53960468 ENST00000444987 protein_coding 1 5 NA LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000371370 protein_coding 8 2 3 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000371368 protein_coding 5 3 4 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000319223 protein_coding 8 1 2 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000444987 protein_coding 1 5 3 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000371370 protein_coding 8 2 4 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958252 ENST00000371368 protein_coding 5 3 5 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000319223 protein_coding 8 1 3 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000444987 protein_coding 1 5 4 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960474 ENST00000371370 protein_coding 8 2 5 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960474 ENST00000319223 protein_coding 8 1 4 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960468 ENST00000444987 protein_coding 1 5 5 LRRC42 ENSG00000116212 +CDS chr1 53962034 53962122 ENST00000371370 protein_coding 8 2 6 LRRC42 ENSG00000116212 +CDS chr1 53962034 53962122 ENST00000319223 protein_coding 8 1 5 LRRC42 ENSG00000116212 +CDS chr1 53962296 53962409 ENST00000371370 protein_coding 8 2 7 LRRC42 ENSG00000116212 +CDS chr1 53962296 53962409 ENST00000319223 protein_coding 8 1 6 LRRC42 ENSG00000116212 +CDS chr1 53966296 53966380 ENST00000371370 protein_coding 8 2 8 LRRC42 ENSG00000116212 +CDS chr1 53966296 53966380 ENST00000319223 protein_coding 8 1 7 LRRC42 ENSG00000116212 +CDS chr1 53967665 53967936 ENST00000371370 protein_coding 8 2 9 LRRC42 ENSG00000116212 +CDS chr1 53967665 53967936 ENST00000319223 protein_coding 8 1 8 LRRC42 ENSG00000116212 +transcript chr1 54007298 54018186 ENST00000371360 protein_coding 2 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54007299 54018186 ENST00000545928 protein_coding 5 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54007299 54018186 ENST00000420619 protein_coding 5 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54008739 54018172 ENST00000371362 protein_coding 7 1 NA LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000371362 protein_coding 7 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000371360 protein_coding 2 1 6 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000545928 protein_coding 5 1 5 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000420619 protein_coding 5 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000371362 protein_coding 7 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000371360 protein_coding 2 1 5 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000545928 protein_coding 5 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000420619 protein_coding 5 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000371360 protein_coding 2 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000545928 protein_coding 5 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000420619 protein_coding 5 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54014236 54014364 ENST00000371360 protein_coding 2 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000371362 protein_coding 7 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000371360 protein_coding 2 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000545928 protein_coding 5 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000371362 protein_coding 7 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000371360 protein_coding 2 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000545928 protein_coding 5 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018176 ENST00000420619 protein_coding 5 1 1 LDLRAD1 ENSG00000203985 +transcript chr1 54026681 54053204 ENST00000234831 protein_coding 10 1 NA TMEM59 ENSG00000116209 +transcript chr1 54031663 54048013 ENST00000371348 protein_coding 5 1 NA TMEM59 ENSG00000116209 +transcript chr1 54031676 54044942 ENST00000371344 protein_coding 5 2 NA TMEM59 ENSG00000116209 +transcript chr1 54031966 54053504 ENST00000371341 protein_coding 5 2 NA TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000234831 protein_coding 10 1 8 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371348 protein_coding 5 1 7 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371344 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371341 protein_coding 5 2 8 TMEM59 ENSG00000116209 +transcript chr1 54036599 54053412 ENST00000420738 protein_coding 5 3 NA TMEM59 ENSG00000116209 +CDS chr1 54036599 54036718 ENST00000420738 protein_coding 5 3 8 TMEM59 ENSG00000116209 +transcript chr1 54036599 54053441 ENST00000440019 protein_coding 5 2 NA TMEM59 ENSG00000116209 +CDS chr1 54036599 54036718 ENST00000440019 protein_coding 5 2 6 TMEM59 ENSG00000116209 +transcript chr1 54036602 54053405 ENST00000452421 protein_coding 5 5 NA TMEM59 ENSG00000116209 +CDS chr1 54036602 54036718 ENST00000452421 protein_coding 5 5 8 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000234831 protein_coding 10 1 7 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371348 protein_coding 5 1 6 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371344 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371341 protein_coding 5 2 7 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000234831 protein_coding 10 1 6 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371348 protein_coding 5 1 5 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371344 protein_coding 5 2 3 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371341 protein_coding 5 2 6 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000420738 protein_coding 5 3 7 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000440019 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000452421 protein_coding 5 5 7 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000234831 protein_coding 10 1 5 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371348 protein_coding 5 1 4 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371344 protein_coding 5 2 2 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371341 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000420738 protein_coding 5 3 6 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000440019 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000452421 protein_coding 5 5 6 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043525 ENST00000234831 protein_coding 10 1 4 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371348 protein_coding 5 1 3 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371344 protein_coding 5 2 1 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371341 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000420738 protein_coding 5 3 5 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000440019 protein_coding 5 2 3 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043525 ENST00000452421 protein_coding 5 5 5 TMEM59 ENSG00000116209 +transcript chr1 54045486 54053192 ENST00000371337 protein_coding 3 2 NA TMEM59 ENSG00000116209 +CDS chr1 54045647 54045786 ENST00000371337 protein_coding 3 2 3 TMEM59 ENSG00000116209 +CDS chr1 54045692 54045786 ENST00000234831 protein_coding 10 1 3 TMEM59 ENSG00000116209 +CDS chr1 54045692 54045786 ENST00000452421 protein_coding 5 5 4 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000234831 protein_coding 10 1 2 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000452421 protein_coding 5 5 3 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000371337 protein_coding 3 2 2 TMEM59 ENSG00000116209 +CDS chr1 54048650 54048682 ENST00000452421 protein_coding 5 5 2 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000234831 protein_coding 10 1 1 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000452421 protein_coding 5 5 1 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000371337 protein_coding 3 2 1 TMEM59 ENSG00000116209 +transcript chr1 54053608 54106082 ENST00000234827 protein_coding 6 1 NA TCEANC2 ENSG00000116205 +transcript chr1 54054134 54096493 ENST00000371331 protein_coding 1 2 NA TCEANC2 ENSG00000116205 +CDS chr1 54054333 54054524 ENST00000371331 protein_coding 1 2 1 TCEANC2 ENSG00000116205 +CDS chr1 54054423 54054524 ENST00000234827 protein_coding 6 1 2 TCEANC2 ENSG00000116205 +CDS chr1 54068756 54068897 ENST00000234827 protein_coding 6 1 3 TCEANC2 ENSG00000116205 +CDS chr1 54068756 54068897 ENST00000371331 protein_coding 1 2 2 TCEANC2 ENSG00000116205 +CDS chr1 54088597 54088790 ENST00000234827 protein_coding 6 1 4 TCEANC2 ENSG00000116205 +CDS chr1 54088597 54088790 ENST00000371331 protein_coding 1 2 3 TCEANC2 ENSG00000116205 +CDS chr1 54096285 54096470 ENST00000234827 protein_coding 6 1 5 TCEANC2 ENSG00000116205 +CDS chr1 54096285 54096470 ENST00000371331 protein_coding 1 2 4 TCEANC2 ENSG00000116205 +transcript chr1 54104295 54106077 ENST00000391366 protein_coding 3 NA NA TCEANC2 ENSG00000116205 +CDS chr1 54104468 54104857 ENST00000391366 protein_coding 3 NA 1 TCEANC2 ENSG00000116205 +transcript chr1 54132968 54152922 ENST00000530059 protein_coding 2 5 NA CDCP2 ENSG00000157211 +CDS chr1 54132971 54133294 ENST00000530059 protein_coding 2 5 6 CDCP2 ENSG00000157211 +CDS chr1 54136630 54136808 ENST00000530059 protein_coding 2 5 5 CDCP2 ENSG00000157211 +transcript chr1 54138995 54153770 ENST00000371330 protein_coding 1 2 NA CDCP2 ENSG00000157211 +CDS chr1 54139523 54140106 ENST00000371330 protein_coding 1 2 4 CDCP2 ENSG00000157211 +CDS chr1 54139753 54140106 ENST00000530059 protein_coding 2 5 4 CDCP2 ENSG00000157211 +CDS chr1 54141098 54141433 ENST00000530059 protein_coding 2 5 3 CDCP2 ENSG00000157211 +CDS chr1 54141098 54141433 ENST00000371330 protein_coding 1 2 3 CDCP2 ENSG00000157211 +CDS chr1 54144466 54144813 ENST00000530059 protein_coding 2 5 2 CDCP2 ENSG00000157211 +CDS chr1 54144466 54144813 ENST00000371330 protein_coding 1 2 2 CDCP2 ENSG00000157211 +CDS chr1 54152844 54152922 ENST00000530059 protein_coding 2 5 1 CDCP2 ENSG00000157211 +CDS chr1 54152844 54152922 ENST00000371330 protein_coding 1 2 1 CDCP2 ENSG00000157211 +transcript chr1 54169651 54195681 ENST00000287899 protein_coding 13 3 NA CYB5RL ENSG00000215883 +transcript chr1 54169651 54200030 ENST00000534324 protein_coding 6 5 NA CYB5RL ENSG00000215883 +CDS chr1 54174622 54174822 ENST00000287899 protein_coding 13 3 5 CYB5RL ENSG00000215883 +CDS chr1 54174622 54174822 ENST00000534324 protein_coding 6 5 8 CYB5RL ENSG00000215883 +transcript chr1 54175545 54195436 ENST00000493530 protein_coding 2 5 NA CYB5RL ENSG00000215883 +CDS chr1 54175619 54175660 ENST00000493530 protein_coding 2 5 5 CYB5RL ENSG00000215883 +CDS chr1 54179149 54179352 ENST00000534324 protein_coding 6 5 7 CYB5RL ENSG00000215883 +CDS chr1 54179149 54179352 ENST00000493530 protein_coding 2 5 4 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000287899 protein_coding 13 3 4 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000534324 protein_coding 6 5 6 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000493530 protein_coding 2 5 3 CYB5RL ENSG00000215883 +CDS chr1 54187652 54187739 ENST00000287899 protein_coding 13 3 3 CYB5RL ENSG00000215883 +CDS chr1 54187652 54187739 ENST00000534324 protein_coding 6 5 5 CYB5RL ENSG00000215883 +transcript chr1 54190551 54196404 ENST00000497820 protein_coding 1 3 NA CYB5RL ENSG00000215883 +CDS chr1 54190681 54190896 ENST00000497820 protein_coding 1 3 3 CYB5RL ENSG00000215883 +CDS chr1 54190738 54190896 ENST00000493530 protein_coding 2 5 2 CYB5RL ENSG00000215883 +CDS chr1 54190748 54190896 ENST00000287899 protein_coding 13 3 2 CYB5RL ENSG00000215883 +CDS chr1 54190748 54190896 ENST00000534324 protein_coding 6 5 4 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000287899 protein_coding 13 3 1 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000534324 protein_coding 6 5 3 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195436 ENST00000493530 protein_coding 2 5 1 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000497820 protein_coding 1 3 2 CYB5RL ENSG00000215883 +transcript chr1 54200167 54218381 ENST00000336230 protein_coding 10 1 NA MRPL37 ENSG00000116221 +transcript chr1 54200167 54218383 ENST00000360840 protein_coding 9 1 NA MRPL37 ENSG00000116221 +transcript chr1 54200196 54225464 ENST00000605337 protein_coding 5 5 NA MRPL37 ENSG00000116221 +CDS chr1 54200244 54200589 ENST00000360840 protein_coding 9 1 1 MRPL37 ENSG00000116221 +CDS chr1 54200244 54200589 ENST00000605337 protein_coding 5 5 1 MRPL37 ENSG00000116221 +CDS chr1 54200335 54200589 ENST00000336230 protein_coding 10 1 1 MRPL37 ENSG00000116221 +CDS chr1 54205018 54205201 ENST00000360840 protein_coding 9 1 2 MRPL37 ENSG00000116221 +CDS chr1 54205018 54205201 ENST00000605337 protein_coding 5 5 2 MRPL37 ENSG00000116221 +CDS chr1 54205295 54205410 ENST00000360840 protein_coding 9 1 3 MRPL37 ENSG00000116221 +CDS chr1 54205295 54205410 ENST00000605337 protein_coding 5 5 3 MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000360840 protein_coding 9 1 4 MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000605337 protein_coding 5 5 4 MRPL37 ENSG00000116221 +transcript chr1 54209946 54220930 ENST00000398219 protein_coding 2 3 NA MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000398219 protein_coding 2 3 1 MRPL37 ENSG00000116221 +CDS chr1 54209948 54210131 ENST00000336230 protein_coding 10 1 2 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000336230 protein_coding 10 1 3 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000360840 protein_coding 9 1 5 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000605337 protein_coding 5 5 5 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000398219 protein_coding 2 3 2 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000336230 protein_coding 10 1 4 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000360840 protein_coding 9 1 6 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000605337 protein_coding 5 5 6 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000398219 protein_coding 2 3 3 MRPL37 ENSG00000116221 +CDS chr1 54218172 54218246 ENST00000336230 protein_coding 10 1 5 MRPL37 ENSG00000116221 +CDS chr1 54218172 54218246 ENST00000360840 protein_coding 9 1 7 MRPL37 ENSG00000116221 +CDS chr1 54220611 54220853 ENST00000398219 protein_coding 2 3 4 MRPL37 ENSG00000116221 +CDS chr1 54225125 54225379 ENST00000605337 protein_coding 5 5 7 MRPL37 ENSG00000116221 +transcript chr1 54225433 54405504 ENST00000417664 protein_coding 7 5 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406008 ENST00000371319 protein_coding 8 2 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406223 ENST00000357475 protein_coding 9 1 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406419 ENST00000610401 protein_coding 5 5 NA SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000417664 protein_coding 7 5 18 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000371319 protein_coding 8 2 17 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000357475 protein_coding 9 1 17 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000610401 protein_coding 5 5 18 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000417664 protein_coding 7 5 17 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000371319 protein_coding 8 2 16 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000357475 protein_coding 9 1 16 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000610401 protein_coding 5 5 17 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000417664 protein_coding 7 5 16 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000371319 protein_coding 8 2 15 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000357475 protein_coding 9 1 15 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000610401 protein_coding 5 5 16 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000417664 protein_coding 7 5 15 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000371319 protein_coding 8 2 14 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000357475 protein_coding 9 1 14 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000610401 protein_coding 5 5 15 SSBP3 ENSG00000157216 +transcript chr1 54238989 54251860 ENST00000444533 protein_coding 5 3 NA SSBP3 ENSG00000157216 +CDS chr1 54239081 54239199 ENST00000444533 protein_coding 5 3 7 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000417664 protein_coding 7 5 14 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000371319 protein_coding 8 2 13 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000357475 protein_coding 9 1 13 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000610401 protein_coding 5 5 14 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000417664 protein_coding 7 5 13 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000371319 protein_coding 8 2 12 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000357475 protein_coding 9 1 12 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000610401 protein_coding 5 5 13 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000444533 protein_coding 5 3 6 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000417664 protein_coding 7 5 12 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000371319 protein_coding 8 2 11 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000357475 protein_coding 9 1 11 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000610401 protein_coding 5 5 12 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000444533 protein_coding 5 3 5 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000417664 protein_coding 7 5 11 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000371319 protein_coding 8 2 10 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000357475 protein_coding 9 1 10 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000610401 protein_coding 5 5 11 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000444533 protein_coding 5 3 4 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000417664 protein_coding 7 5 10 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000371319 protein_coding 8 2 9 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000357475 protein_coding 9 1 9 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000610401 protein_coding 5 5 10 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000444533 protein_coding 5 3 3 SSBP3 ENSG00000157216 +transcript chr1 54243237 54413479 ENST00000525990 protein_coding 1 2 NA SSBP3 ENSG00000157216 +CDS chr1 54243237 54243299 ENST00000525990 protein_coding 1 2 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000417664 protein_coding 7 5 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000371319 protein_coding 8 2 8 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000357475 protein_coding 9 1 8 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000610401 protein_coding 5 5 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000444533 protein_coding 5 3 2 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000525990 protein_coding 1 2 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000417664 protein_coding 7 5 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000371319 protein_coding 8 2 7 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000357475 protein_coding 9 1 7 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000610401 protein_coding 5 5 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000444533 protein_coding 5 3 1 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000525990 protein_coding 1 2 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000417664 protein_coding 7 5 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000371319 protein_coding 8 2 6 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000610401 protein_coding 5 5 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000525990 protein_coding 1 2 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000417664 protein_coding 7 5 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000357475 protein_coding 9 1 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000610401 protein_coding 5 5 6 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281473 ENST00000417664 protein_coding 7 5 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000371319 protein_coding 8 2 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000357475 protein_coding 9 1 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000610401 protein_coding 5 5 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281473 ENST00000525990 protein_coding 1 2 5 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000371319 protein_coding 8 2 4 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000357475 protein_coding 9 1 4 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000610401 protein_coding 5 5 4 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000371319 protein_coding 8 2 3 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000357475 protein_coding 9 1 3 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000610401 protein_coding 5 5 3 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000371319 protein_coding 8 2 2 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000357475 protein_coding 9 1 2 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000610401 protein_coding 5 5 2 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000371319 protein_coding 8 2 1 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000357475 protein_coding 9 1 1 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000610401 protein_coding 5 5 1 SSBP3 ENSG00000157216 +transcript chr1 54548228 54610329 ENST00000343744 protein_coding 7 1 NA ACOT11 ENSG00000162390 +transcript chr1 54548228 54639192 ENST00000371316 protein_coding 3 1 NA ACOT11 ENSG00000162390 +CDS chr1 54548310 54548342 ENST00000343744 protein_coding 7 1 1 ACOT11 ENSG00000162390 +CDS chr1 54548310 54548342 ENST00000371316 protein_coding 3 1 1 ACOT11 ENSG00000162390 +CDS chr1 54584655 54584862 ENST00000343744 protein_coding 7 1 2 ACOT11 ENSG00000162390 +CDS chr1 54584655 54584862 ENST00000371316 protein_coding 3 1 2 ACOT11 ENSG00000162390 +CDS chr1 54585835 54585904 ENST00000343744 protein_coding 7 1 3 ACOT11 ENSG00000162390 +CDS chr1 54585835 54585904 ENST00000371316 protein_coding 3 1 3 ACOT11 ENSG00000162390 +CDS chr1 54592546 54592606 ENST00000343744 protein_coding 7 1 4 ACOT11 ENSG00000162390 +CDS chr1 54592546 54592606 ENST00000371316 protein_coding 3 1 4 ACOT11 ENSG00000162390 +CDS chr1 54593941 54594039 ENST00000343744 protein_coding 7 1 5 ACOT11 ENSG00000162390 +CDS chr1 54593941 54594039 ENST00000371316 protein_coding 3 1 5 ACOT11 ENSG00000162390 +CDS chr1 54594556 54594691 ENST00000343744 protein_coding 7 1 6 ACOT11 ENSG00000162390 +CDS chr1 54594556 54594691 ENST00000371316 protein_coding 3 1 6 ACOT11 ENSG00000162390 +CDS chr1 54597259 54597415 ENST00000343744 protein_coding 7 1 7 ACOT11 ENSG00000162390 +CDS chr1 54597259 54597415 ENST00000371316 protein_coding 3 1 7 ACOT11 ENSG00000162390 +CDS chr1 54599296 54599415 ENST00000343744 protein_coding 7 1 8 ACOT11 ENSG00000162390 +CDS chr1 54599296 54599415 ENST00000371316 protein_coding 3 1 8 ACOT11 ENSG00000162390 +CDS chr1 54601269 54601413 ENST00000343744 protein_coding 7 1 9 ACOT11 ENSG00000162390 +CDS chr1 54601269 54601413 ENST00000371316 protein_coding 3 1 9 ACOT11 ENSG00000162390 +CDS chr1 54602669 54602724 ENST00000343744 protein_coding 7 1 10 ACOT11 ENSG00000162390 +CDS chr1 54602669 54602724 ENST00000371316 protein_coding 3 1 10 ACOT11 ENSG00000162390 +CDS chr1 54603871 54603937 ENST00000343744 protein_coding 7 1 11 ACOT11 ENSG00000162390 +CDS chr1 54603871 54603937 ENST00000371316 protein_coding 3 1 11 ACOT11 ENSG00000162390 +CDS chr1 54604346 54604429 ENST00000343744 protein_coding 7 1 12 ACOT11 ENSG00000162390 +CDS chr1 54604346 54604429 ENST00000371316 protein_coding 3 1 12 ACOT11 ENSG00000162390 +CDS chr1 54605076 54605209 ENST00000343744 protein_coding 7 1 13 ACOT11 ENSG00000162390 +CDS chr1 54605076 54605209 ENST00000371316 protein_coding 3 1 13 ACOT11 ENSG00000162390 +CDS chr1 54607134 54607265 ENST00000343744 protein_coding 7 1 14 ACOT11 ENSG00000162390 +CDS chr1 54607134 54607265 ENST00000371316 protein_coding 3 1 14 ACOT11 ENSG00000162390 +CDS chr1 54607942 54608068 ENST00000343744 protein_coding 7 1 15 ACOT11 ENSG00000162390 +CDS chr1 54607942 54608068 ENST00000371316 protein_coding 3 1 15 ACOT11 ENSG00000162390 +CDS chr1 54608957 54609109 ENST00000343744 protein_coding 7 1 16 ACOT11 ENSG00000162390 +transcript chr1 54609181 54623525 ENST00000302250 protein_coding 7 1 NA FAM151A ENSG00000162391 +transcript chr1 54609182 54623556 ENST00000371304 protein_coding 2 5 NA FAM151A ENSG00000162391 +CDS chr1 54609271 54609941 ENST00000302250 protein_coding 7 1 8 FAM151A ENSG00000162391 +CDS chr1 54609271 54609547 ENST00000371304 protein_coding 2 5 7 FAM151A ENSG00000162391 +CDS chr1 54610412 54610555 ENST00000302250 protein_coding 7 1 7 FAM151A ENSG00000162391 +CDS chr1 54611606 54611745 ENST00000302250 protein_coding 7 1 6 FAM151A ENSG00000162391 +CDS chr1 54611629 54611745 ENST00000371304 protein_coding 2 5 6 FAM151A ENSG00000162391 +CDS chr1 54612486 54612710 ENST00000302250 protein_coding 7 1 5 FAM151A ENSG00000162391 +CDS chr1 54612486 54612710 ENST00000371304 protein_coding 2 5 5 FAM151A ENSG00000162391 +CDS chr1 54614700 54614859 ENST00000302250 protein_coding 7 1 4 FAM151A ENSG00000162391 +CDS chr1 54614700 54614859 ENST00000371304 protein_coding 2 5 4 FAM151A ENSG00000162391 +CDS chr1 54616020 54616172 ENST00000302250 protein_coding 7 1 3 FAM151A ENSG00000162391 +CDS chr1 54616020 54616172 ENST00000371304 protein_coding 2 5 3 FAM151A ENSG00000162391 +CDS chr1 54619864 54620007 ENST00000302250 protein_coding 7 1 2 FAM151A ENSG00000162391 +CDS chr1 54619864 54620007 ENST00000371304 protein_coding 2 5 2 FAM151A ENSG00000162391 +CDS chr1 54623278 54623395 ENST00000302250 protein_coding 7 1 1 FAM151A ENSG00000162391 +CDS chr1 54623278 54623395 ENST00000371304 protein_coding 2 5 1 FAM151A ENSG00000162391 +CDS chr1 54630734 54630886 ENST00000371316 protein_coding 3 1 16 ACOT11 ENSG00000162390 +CDS chr1 54634688 54634726 ENST00000371316 protein_coding 3 1 17 ACOT11 ENSG00000162390 +transcript chr1 54641754 54700208 ENST00000339553 protein_coding 9 5 NA MROH7 ENSG00000184313 +transcript chr1 54641786 54710266 ENST00000421030 protein_coding 7 2 NA MROH7 ENSG00000184313 +transcript chr1 54641808 54710262 ENST00000409996 protein_coding 5 5 NA MROH7 ENSG00000184313 +transcript chr1 54641822 54700223 ENST00000395690 protein_coding 6 5 NA MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000421030 protein_coding 7 2 3 MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000395690 protein_coding 6 5 3 MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000339553 protein_coding 9 5 3 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000421030 protein_coding 7 2 4 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000395690 protein_coding 6 5 4 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000339553 protein_coding 9 5 4 MROH7 ENSG00000184313 +CDS chr1 54665232 54665240 ENST00000409996 protein_coding 5 5 2 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000421030 protein_coding 7 2 5 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000409996 protein_coding 5 5 3 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000395690 protein_coding 6 5 5 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000339553 protein_coding 9 5 5 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000421030 protein_coding 7 2 6 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000409996 protein_coding 5 5 4 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000395690 protein_coding 6 5 6 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000339553 protein_coding 9 5 6 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000421030 protein_coding 7 2 7 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000409996 protein_coding 5 5 5 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000395690 protein_coding 6 5 7 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000339553 protein_coding 9 5 7 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000421030 protein_coding 7 2 8 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000409996 protein_coding 5 5 6 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000395690 protein_coding 6 5 8 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000339553 protein_coding 9 5 8 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000421030 protein_coding 7 2 9 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000409996 protein_coding 5 5 7 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000395690 protein_coding 6 5 9 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000339553 protein_coding 9 5 9 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000421030 protein_coding 7 2 10 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000409996 protein_coding 5 5 8 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000395690 protein_coding 6 5 10 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000339553 protein_coding 9 5 10 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000421030 protein_coding 7 2 11 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000409996 protein_coding 5 5 9 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000395690 protein_coding 6 5 11 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000339553 protein_coding 9 5 11 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000421030 protein_coding 7 2 12 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000409996 protein_coding 5 5 10 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000395690 protein_coding 6 5 12 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000339553 protein_coding 9 5 12 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000421030 protein_coding 7 2 13 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000409996 protein_coding 5 5 11 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000395690 protein_coding 6 5 13 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000339553 protein_coding 9 5 13 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000421030 protein_coding 7 2 14 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000409996 protein_coding 5 5 12 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000395690 protein_coding 6 5 14 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000339553 protein_coding 9 5 14 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000421030 protein_coding 7 2 15 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000409996 protein_coding 5 5 13 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000395690 protein_coding 6 5 15 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000339553 protein_coding 9 5 15 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000421030 protein_coding 7 2 16 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000409996 protein_coding 5 5 14 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000395690 protein_coding 6 5 16 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000339553 protein_coding 9 5 16 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000421030 protein_coding 7 2 17 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000409996 protein_coding 5 5 15 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000395690 protein_coding 6 5 17 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000339553 protein_coding 9 5 17 MROH7 ENSG00000184313 +CDS chr1 54697653 54697690 ENST00000395690 protein_coding 6 5 18 MROH7 ENSG00000184313 +CDS chr1 54697653 54697690 ENST00000339553 protein_coding 9 5 18 MROH7 ENSG00000184313 +CDS chr1 54700069 54700156 ENST00000395690 protein_coding 6 5 19 MROH7 ENSG00000184313 +CDS chr1 54700076 54700205 ENST00000339553 protein_coding 9 5 19 MROH7 ENSG00000184313 +CDS chr1 54700321 54700461 ENST00000421030 protein_coding 7 2 18 MROH7 ENSG00000184313 +CDS chr1 54700321 54700461 ENST00000409996 protein_coding 5 5 16 MROH7 ENSG00000184313 +CDS chr1 54701143 54701322 ENST00000421030 protein_coding 7 2 19 MROH7 ENSG00000184313 +CDS chr1 54701143 54701322 ENST00000409996 protein_coding 5 5 17 MROH7 ENSG00000184313 +CDS chr1 54702090 54702245 ENST00000421030 protein_coding 7 2 20 MROH7 ENSG00000184313 +CDS chr1 54702090 54702245 ENST00000409996 protein_coding 5 5 18 MROH7 ENSG00000184313 +CDS chr1 54702623 54702745 ENST00000421030 protein_coding 7 2 21 MROH7 ENSG00000184313 +CDS chr1 54702623 54702745 ENST00000409996 protein_coding 5 5 19 MROH7 ENSG00000184313 +CDS chr1 54706435 54706537 ENST00000421030 protein_coding 7 2 22 MROH7 ENSG00000184313 +CDS chr1 54706435 54706537 ENST00000409996 protein_coding 5 5 20 MROH7 ENSG00000184313 +CDS chr1 54709014 54709076 ENST00000421030 protein_coding 7 2 23 MROH7 ENSG00000184313 +CDS chr1 54709014 54709076 ENST00000409996 protein_coding 5 5 21 MROH7 ENSG00000184313 +CDS chr1 54709946 54710184 ENST00000421030 protein_coding 7 2 24 MROH7 ENSG00000184313 +CDS chr1 54709946 54710184 ENST00000409996 protein_coding 5 5 22 MROH7 ENSG00000184313 +transcript chr1 54715861 54742657 ENST00000371281 protein_coding 4 1 NA TTC4 ENSG00000243725 +CDS chr1 54715909 54716019 ENST00000371281 protein_coding 4 1 1 TTC4 ENSG00000243725 +CDS chr1 54716600 54716717 ENST00000371281 protein_coding 4 1 2 TTC4 ENSG00000243725 +CDS chr1 54717492 54717653 ENST00000371281 protein_coding 4 1 3 TTC4 ENSG00000243725 +CDS chr1 54721163 54721240 ENST00000371281 protein_coding 4 1 4 TTC4 ENSG00000243725 +CDS chr1 54722675 54722799 ENST00000371281 protein_coding 4 1 5 TTC4 ENSG00000243725 +CDS chr1 54728346 54728432 ENST00000371281 protein_coding 4 1 6 TTC4 ENSG00000243725 +CDS chr1 54731486 54731700 ENST00000371281 protein_coding 4 1 7 TTC4 ENSG00000243725 +CDS chr1 54733629 54733710 ENST00000371281 protein_coding 4 1 8 TTC4 ENSG00000243725 +CDS chr1 54737582 54737664 ENST00000371281 protein_coding 4 1 9 TTC4 ENSG00000243725 +CDS chr1 54741411 54741510 ENST00000371281 protein_coding 4 1 10 TTC4 ENSG00000243725 +transcript chr1 54756898 54764523 ENST00000371279 protein_coding 4 1 NA PARS2 ENSG00000162396 +CDS chr1 54757737 54759161 ENST00000371279 protein_coding 4 1 2 PARS2 ENSG00000162396 +transcript chr1 54779712 54801323 ENST00000371276 protein_coding 9 5 NA TTC22 ENSG00000006555 +CDS chr1 54781246 54781779 ENST00000371276 protein_coding 9 5 7 TTC22 ENSG00000006555 +CDS chr1 54782325 54782477 ENST00000371276 protein_coding 9 5 6 TTC22 ENSG00000006555 +transcript chr1 54784551 54801198 ENST00000371274 protein_coding 8 2 NA TTC22 ENSG00000006555 +transcript chr1 54784554 54787792 ENST00000448308 protein_coding 2 3 NA TTC22 ENSG00000006555 +CDS chr1 54784730 54784876 ENST00000448308 protein_coding 2 3 4 TTC22 ENSG00000006555 +CDS chr1 54785549 54785644 ENST00000371274 protein_coding 8 2 6 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000371276 protein_coding 9 5 5 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000371274 protein_coding 8 2 5 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000448308 protein_coding 2 3 3 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000371276 protein_coding 9 5 4 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000371274 protein_coding 8 2 4 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000448308 protein_coding 2 3 2 TTC22 ENSG00000006555 +CDS chr1 54787711 54787826 ENST00000371276 protein_coding 9 5 3 TTC22 ENSG00000006555 +CDS chr1 54787711 54787826 ENST00000371274 protein_coding 8 2 3 TTC22 ENSG00000006555 +CDS chr1 54787711 54787792 ENST00000448308 protein_coding 2 3 1 TTC22 ENSG00000006555 +CDS chr1 54788042 54788097 ENST00000371276 protein_coding 9 5 2 TTC22 ENSG00000006555 +CDS chr1 54788042 54788097 ENST00000371274 protein_coding 8 2 2 TTC22 ENSG00000006555 +CDS chr1 54800597 54801163 ENST00000371276 protein_coding 9 5 1 TTC22 ENSG00000006555 +CDS chr1 54800597 54801163 ENST00000371274 protein_coding 8 2 1 TTC22 ENSG00000006555 +transcript chr1 54806063 54842252 ENST00000358193 protein_coding 7 1 NA LEXM ENSG00000162398 +transcript chr1 54806063 54842252 ENST00000371273 protein_coding 4 1 NA LEXM ENSG00000162398 +CDS chr1 54806117 54806220 ENST00000358193 protein_coding 7 1 1 LEXM ENSG00000162398 +CDS chr1 54806117 54806220 ENST00000371273 protein_coding 4 1 1 LEXM ENSG00000162398 +CDS chr1 54806996 54807083 ENST00000358193 protein_coding 7 1 2 LEXM ENSG00000162398 +CDS chr1 54806996 54807083 ENST00000371273 protein_coding 4 1 2 LEXM ENSG00000162398 +CDS chr1 54807526 54807690 ENST00000358193 protein_coding 7 1 3 LEXM ENSG00000162398 +CDS chr1 54807526 54807690 ENST00000371273 protein_coding 4 1 3 LEXM ENSG00000162398 +CDS chr1 54807889 54808011 ENST00000358193 protein_coding 7 1 4 LEXM ENSG00000162398 +CDS chr1 54807889 54808011 ENST00000371273 protein_coding 4 1 4 LEXM ENSG00000162398 +CDS chr1 54811794 54811931 ENST00000358193 protein_coding 7 1 5 LEXM ENSG00000162398 +CDS chr1 54811794 54811931 ENST00000371273 protein_coding 4 1 5 LEXM ENSG00000162398 +CDS chr1 54812046 54812189 ENST00000358193 protein_coding 7 1 6 LEXM ENSG00000162398 +CDS chr1 54812046 54812189 ENST00000371273 protein_coding 4 1 6 LEXM ENSG00000162398 +CDS chr1 54813814 54813975 ENST00000358193 protein_coding 7 1 7 LEXM ENSG00000162398 +CDS chr1 54813814 54813975 ENST00000371273 protein_coding 4 1 7 LEXM ENSG00000162398 +CDS chr1 54814914 54815039 ENST00000358193 protein_coding 7 1 8 LEXM ENSG00000162398 +CDS chr1 54814914 54815039 ENST00000371273 protein_coding 4 1 8 LEXM ENSG00000162398 +CDS chr1 54816989 54817122 ENST00000358193 protein_coding 7 1 9 LEXM ENSG00000162398 +CDS chr1 54816989 54817122 ENST00000371273 protein_coding 4 1 9 LEXM ENSG00000162398 +CDS chr1 54841616 54841673 ENST00000358193 protein_coding 7 1 10 LEXM ENSG00000162398 +CDS chr1 54841801 54841870 ENST00000371273 protein_coding 4 1 10 LEXM ENSG00000162398 +transcript chr1 54849627 54887195 ENST00000371269 protein_coding 9 1 NA DHCR24 ENSG00000116133 +transcript chr1 54849643 54887167 ENST00000535035 protein_coding 6 1 NA DHCR24 ENSG00000116133 +transcript chr1 54850876 54887195 ENST00000436604 protein_coding 2 3 NA DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000371269 protein_coding 9 1 9 DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000535035 protein_coding 6 1 10 DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000436604 protein_coding 2 3 9 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000371269 protein_coding 9 1 8 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000535035 protein_coding 6 1 9 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000436604 protein_coding 2 3 8 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000371269 protein_coding 9 1 7 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000535035 protein_coding 6 1 8 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000436604 protein_coding 2 3 7 DHCR24 ENSG00000116133 +CDS chr1 54855989 54856024 ENST00000535035 protein_coding 6 1 7 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000371269 protein_coding 9 1 6 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000535035 protein_coding 6 1 6 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000436604 protein_coding 2 3 6 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000371269 protein_coding 9 1 5 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000535035 protein_coding 6 1 5 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000436604 protein_coding 2 3 5 DHCR24 ENSG00000116133 +transcript chr1 54871592 54886490 ENST00000650362 protein_coding 1 NA NA DHCR24 ENSG00000116133 +CDS chr1 54871592 54871613 ENST00000650362 protein_coding 1 NA 5 DHCR24 ENSG00000116133 +transcript chr1 54871602 54886808 ENST00000648182 protein_coding 1 NA NA DHCR24 ENSG00000116133 +CDS chr1 54871602 54871613 ENST00000648182 protein_coding 1 NA 5 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000371269 protein_coding 9 1 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000535035 protein_coding 6 1 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000436604 protein_coding 2 3 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000650362 protein_coding 1 NA 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000648182 protein_coding 1 NA 4 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000371269 protein_coding 9 1 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000535035 protein_coding 6 1 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000436604 protein_coding 2 3 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000650362 protein_coding 1 NA 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000648182 protein_coding 1 NA 3 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000371269 protein_coding 9 1 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000535035 protein_coding 6 1 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000436604 protein_coding 2 3 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883737 ENST00000650362 protein_coding 1 NA 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000648182 protein_coding 1 NA 2 DHCR24 ENSG00000116133 +CDS chr1 54886618 54886725 ENST00000648182 protein_coding 1 NA 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000371269 protein_coding 9 1 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000535035 protein_coding 6 1 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000436604 protein_coding 2 3 1 DHCR24 ENSG00000116133 +transcript chr1 54980628 54992288 ENST00000371268 protein_coding 4 1 NA TMEM61 ENSG00000143001 +CDS chr1 54981066 54981080 ENST00000371268 protein_coding 4 1 1 TMEM61 ENSG00000143001 +CDS chr1 54986097 54986446 ENST00000371268 protein_coding 4 1 2 TMEM61 ENSG00000143001 +CDS chr1 54991836 54992100 ENST00000371268 protein_coding 4 1 3 TMEM61 ENSG00000143001 +transcript chr1 54998933 55017172 ENST00000651561 protein_coding 1 NA NA BSND ENSG00000162399 +CDS chr1 54999187 54999363 ENST00000651561 protein_coding 1 NA 1 BSND ENSG00000162399 +CDS chr1 55005022 55005116 ENST00000651561 protein_coding 1 NA 2 BSND ENSG00000162399 +CDS chr1 55006997 55007272 ENST00000651561 protein_coding 1 NA 3 BSND ENSG00000162399 +CDS chr1 55008214 55008625 ENST00000651561 protein_coding 1 NA 4 BSND ENSG00000162399 +transcript chr1 55039548 55064852 ENST00000302118 protein_coding 5 1 NA PCSK9 ENSG00000169174 +CDS chr1 55039838 55040044 ENST00000302118 protein_coding 5 1 1 PCSK9 ENSG00000169174 +transcript chr1 55040295 55064797 ENST00000673903 protein_coding 1 NA NA PCSK9 ENSG00000169174 +CDS chr1 55043843 55044034 ENST00000302118 protein_coding 5 1 2 PCSK9 ENSG00000169174 +CDS chr1 55044011 55044034 ENST00000673903 protein_coding 1 NA 2 PCSK9 ENSG00000169174 +CDS chr1 55046523 55046646 ENST00000302118 protein_coding 5 1 3 PCSK9 ENSG00000169174 +CDS chr1 55046523 55046646 ENST00000673903 protein_coding 1 NA 3 PCSK9 ENSG00000169174 +CDS chr1 55052278 55052411 ENST00000302118 protein_coding 5 1 4 PCSK9 ENSG00000169174 +CDS chr1 55052278 55052411 ENST00000673903 protein_coding 1 NA 4 PCSK9 ENSG00000169174 +CDS chr1 55052650 55052791 ENST00000302118 protein_coding 5 1 5 PCSK9 ENSG00000169174 +CDS chr1 55052650 55052791 ENST00000673903 protein_coding 1 NA 5 PCSK9 ENSG00000169174 +CDS chr1 55055993 55056189 ENST00000302118 protein_coding 5 1 6 PCSK9 ENSG00000169174 +CDS chr1 55055993 55056189 ENST00000673903 protein_coding 1 NA 6 PCSK9 ENSG00000169174 +CDS chr1 55057331 55057514 ENST00000302118 protein_coding 5 1 7 PCSK9 ENSG00000169174 +CDS chr1 55057331 55057514 ENST00000673903 protein_coding 1 NA 7 PCSK9 ENSG00000169174 +CDS chr1 55058036 55058209 ENST00000302118 protein_coding 5 1 8 PCSK9 ENSG00000169174 +CDS chr1 55058036 55058209 ENST00000673903 protein_coding 1 NA 8 PCSK9 ENSG00000169174 +CDS chr1 55058499 55058647 ENST00000302118 protein_coding 5 1 9 PCSK9 ENSG00000169174 +CDS chr1 55058499 55058647 ENST00000673903 protein_coding 1 NA 9 PCSK9 ENSG00000169174 +CDS chr1 55059486 55059663 ENST00000302118 protein_coding 5 1 10 PCSK9 ENSG00000169174 +CDS chr1 55059486 55059663 ENST00000673903 protein_coding 1 NA 10 PCSK9 ENSG00000169174 +CDS chr1 55061375 55061556 ENST00000302118 protein_coding 5 1 11 PCSK9 ENSG00000169174 +CDS chr1 55061375 55061556 ENST00000673903 protein_coding 1 NA 11 PCSK9 ENSG00000169174 +CDS chr1 55063369 55063581 ENST00000302118 protein_coding 5 1 12 PCSK9 ENSG00000169174 +CDS chr1 55063369 55063581 ENST00000673903 protein_coding 1 NA 12 PCSK9 ENSG00000169174 +transcript chr1 55066359 55215364 ENST00000294383 protein_coding 7 5 NA USP24 ENSG00000162402 +CDS chr1 55069048 55069107 ENST00000294383 protein_coding 7 5 68 USP24 ENSG00000162402 +transcript chr1 55071273 55075499 ENST00000484447 protein_coding 5 3 NA USP24 ENSG00000162402 +CDS chr1 55071437 55071490 ENST00000484447 protein_coding 5 3 6 USP24 ENSG00000162402 +CDS chr1 55071814 55071924 ENST00000294383 protein_coding 7 5 67 USP24 ENSG00000162402 +CDS chr1 55071814 55071924 ENST00000484447 protein_coding 5 3 5 USP24 ENSG00000162402 +CDS chr1 55072317 55072403 ENST00000294383 protein_coding 7 5 66 USP24 ENSG00000162402 +CDS chr1 55072317 55072403 ENST00000484447 protein_coding 5 3 4 USP24 ENSG00000162402 +CDS chr1 55072786 55072861 ENST00000294383 protein_coding 7 5 65 USP24 ENSG00000162402 +CDS chr1 55072786 55072861 ENST00000484447 protein_coding 5 3 3 USP24 ENSG00000162402 +CDS chr1 55073828 55073906 ENST00000294383 protein_coding 7 5 64 USP24 ENSG00000162402 +CDS chr1 55073828 55073906 ENST00000484447 protein_coding 5 3 2 USP24 ENSG00000162402 +CDS chr1 55075457 55075523 ENST00000294383 protein_coding 7 5 63 USP24 ENSG00000162402 +CDS chr1 55075457 55075499 ENST00000484447 protein_coding 5 3 1 USP24 ENSG00000162402 +CDS chr1 55077235 55077300 ENST00000294383 protein_coding 7 5 62 USP24 ENSG00000162402 +CDS chr1 55078538 55078651 ENST00000294383 protein_coding 7 5 61 USP24 ENSG00000162402 +CDS chr1 55079538 55079659 ENST00000294383 protein_coding 7 5 60 USP24 ENSG00000162402 +CDS chr1 55081322 55081424 ENST00000294383 protein_coding 7 5 59 USP24 ENSG00000162402 +CDS chr1 55083272 55083364 ENST00000294383 protein_coding 7 5 58 USP24 ENSG00000162402 +CDS chr1 55083772 55083888 ENST00000294383 protein_coding 7 5 57 USP24 ENSG00000162402 +CDS chr1 55085942 55086038 ENST00000294383 protein_coding 7 5 56 USP24 ENSG00000162402 +CDS chr1 55089627 55089740 ENST00000294383 protein_coding 7 5 55 USP24 ENSG00000162402 +CDS chr1 55092023 55092126 ENST00000294383 protein_coding 7 5 54 USP24 ENSG00000162402 +CDS chr1 55092821 55092916 ENST00000294383 protein_coding 7 5 53 USP24 ENSG00000162402 +CDS chr1 55093937 55094087 ENST00000294383 protein_coding 7 5 52 USP24 ENSG00000162402 +CDS chr1 55095255 55095396 ENST00000294383 protein_coding 7 5 51 USP24 ENSG00000162402 +CDS chr1 55096498 55096622 ENST00000294383 protein_coding 7 5 50 USP24 ENSG00000162402 +CDS chr1 55096952 55097172 ENST00000294383 protein_coding 7 5 49 USP24 ENSG00000162402 +CDS chr1 55097598 55097717 ENST00000294383 protein_coding 7 5 48 USP24 ENSG00000162402 +CDS chr1 55097943 55098084 ENST00000294383 protein_coding 7 5 47 USP24 ENSG00000162402 +CDS chr1 55098476 55098558 ENST00000294383 protein_coding 7 5 46 USP24 ENSG00000162402 +CDS chr1 55099771 55099869 ENST00000294383 protein_coding 7 5 45 USP24 ENSG00000162402 +CDS chr1 55100839 55100964 ENST00000294383 protein_coding 7 5 44 USP24 ENSG00000162402 +CDS chr1 55101584 55101703 ENST00000294383 protein_coding 7 5 43 USP24 ENSG00000162402 +CDS chr1 55103876 55104020 ENST00000294383 protein_coding 7 5 42 USP24 ENSG00000162402 +CDS chr1 55106146 55106263 ENST00000294383 protein_coding 7 5 41 USP24 ENSG00000162402 +CDS chr1 55107239 55107430 ENST00000294383 protein_coding 7 5 40 USP24 ENSG00000162402 +CDS chr1 55110185 55110246 ENST00000294383 protein_coding 7 5 39 USP24 ENSG00000162402 +CDS chr1 55120596 55120756 ENST00000294383 protein_coding 7 5 38 USP24 ENSG00000162402 +CDS chr1 55121436 55121506 ENST00000294383 protein_coding 7 5 37 USP24 ENSG00000162402 +CDS chr1 55123447 55123602 ENST00000294383 protein_coding 7 5 36 USP24 ENSG00000162402 +CDS chr1 55124469 55124628 ENST00000294383 protein_coding 7 5 35 USP24 ENSG00000162402 +CDS chr1 55125320 55125548 ENST00000294383 protein_coding 7 5 34 USP24 ENSG00000162402 +CDS chr1 55125663 55125758 ENST00000294383 protein_coding 7 5 33 USP24 ENSG00000162402 +CDS chr1 55129477 55129574 ENST00000294383 protein_coding 7 5 32 USP24 ENSG00000162402 +CDS chr1 55132545 55132700 ENST00000294383 protein_coding 7 5 31 USP24 ENSG00000162402 +CDS chr1 55134070 55134163 ENST00000294383 protein_coding 7 5 30 USP24 ENSG00000162402 +CDS chr1 55134328 55134413 ENST00000294383 protein_coding 7 5 29 USP24 ENSG00000162402 +CDS chr1 55137515 55137688 ENST00000294383 protein_coding 7 5 28 USP24 ENSG00000162402 +CDS chr1 55137806 55137904 ENST00000294383 protein_coding 7 5 27 USP24 ENSG00000162402 +CDS chr1 55138608 55138718 ENST00000294383 protein_coding 7 5 26 USP24 ENSG00000162402 +CDS chr1 55138944 55139010 ENST00000294383 protein_coding 7 5 25 USP24 ENSG00000162402 +CDS chr1 55141616 55141731 ENST00000294383 protein_coding 7 5 24 USP24 ENSG00000162402 +CDS chr1 55142742 55142795 ENST00000294383 protein_coding 7 5 23 USP24 ENSG00000162402 +CDS chr1 55142979 55143119 ENST00000294383 protein_coding 7 5 22 USP24 ENSG00000162402 +CDS chr1 55144127 55144203 ENST00000294383 protein_coding 7 5 21 USP24 ENSG00000162402 +CDS chr1 55145998 55146109 ENST00000294383 protein_coding 7 5 20 USP24 ENSG00000162402 +CDS chr1 55146929 55147060 ENST00000294383 protein_coding 7 5 19 USP24 ENSG00000162402 +CDS chr1 55147649 55147798 ENST00000294383 protein_coding 7 5 18 USP24 ENSG00000162402 +CDS chr1 55148463 55148570 ENST00000294383 protein_coding 7 5 17 USP24 ENSG00000162402 +CDS chr1 55153870 55153917 ENST00000294383 protein_coding 7 5 16 USP24 ENSG00000162402 +CDS chr1 55154119 55154280 ENST00000294383 protein_coding 7 5 15 USP24 ENSG00000162402 +CDS chr1 55154371 55154466 ENST00000294383 protein_coding 7 5 14 USP24 ENSG00000162402 +CDS chr1 55154671 55154778 ENST00000294383 protein_coding 7 5 13 USP24 ENSG00000162402 +CDS chr1 55156948 55157051 ENST00000294383 protein_coding 7 5 12 USP24 ENSG00000162402 +CDS chr1 55157256 55157370 ENST00000294383 protein_coding 7 5 11 USP24 ENSG00000162402 +CDS chr1 55158878 55159036 ENST00000294383 protein_coding 7 5 10 USP24 ENSG00000162402 +CDS chr1 55159611 55159685 ENST00000294383 protein_coding 7 5 9 USP24 ENSG00000162402 +CDS chr1 55162199 55162264 ENST00000294383 protein_coding 7 5 8 USP24 ENSG00000162402 +CDS chr1 55165885 55165950 ENST00000294383 protein_coding 7 5 7 USP24 ENSG00000162402 +CDS chr1 55166568 55166603 ENST00000294383 protein_coding 7 5 6 USP24 ENSG00000162402 +CDS chr1 55171556 55171678 ENST00000294383 protein_coding 7 5 5 USP24 ENSG00000162402 +CDS chr1 55172377 55172520 ENST00000294383 protein_coding 7 5 4 USP24 ENSG00000162402 +CDS chr1 55176376 55176443 ENST00000294383 protein_coding 7 5 3 USP24 ENSG00000162402 +CDS chr1 55177967 55178132 ENST00000294383 protein_coding 7 5 2 USP24 ENSG00000162402 +CDS chr1 55214790 55215113 ENST00000294383 protein_coding 7 5 1 USP24 ENSG00000162402 +transcript chr1 56494761 56579563 ENST00000371250 protein_coding 4 1 NA PLPP3 ENSG00000162407 +CDS chr1 56496554 56496676 ENST00000371250 protein_coding 4 1 6 PLPP3 ENSG00000162407 +CDS chr1 56511976 56512152 ENST00000371250 protein_coding 4 1 5 PLPP3 ENSG00000162407 +CDS chr1 56523823 56523880 ENST00000371250 protein_coding 4 1 4 PLPP3 ENSG00000162407 +CDS chr1 56524277 56524554 ENST00000371250 protein_coding 4 1 3 PLPP3 ENSG00000162407 +CDS chr1 56536955 56537112 ENST00000371250 protein_coding 4 1 2 PLPP3 ENSG00000162407 +CDS chr1 56578878 56579016 ENST00000371250 protein_coding 4 1 1 PLPP3 ENSG00000162407 +transcript chr1 56645314 56715335 ENST00000371244 protein_coding 9 1 NA PRKAA2 ENSG00000162409 +CDS chr1 56645388 56645481 ENST00000371244 protein_coding 9 1 1 PRKAA2 ENSG00000162409 +CDS chr1 56674381 56674522 ENST00000371244 protein_coding 9 1 2 PRKAA2 ENSG00000162409 +CDS chr1 56691394 56691487 ENST00000371244 protein_coding 9 1 3 PRKAA2 ENSG00000162409 +CDS chr1 56692358 56692502 ENST00000371244 protein_coding 9 1 4 PRKAA2 ENSG00000162409 +CDS chr1 56693765 56693852 ENST00000371244 protein_coding 9 1 5 PRKAA2 ENSG00000162409 +CDS chr1 56695935 56696159 ENST00000371244 protein_coding 9 1 6 PRKAA2 ENSG00000162409 +CDS chr1 56703971 56704475 ENST00000371244 protein_coding 9 1 7 PRKAA2 ENSG00000162409 +CDS chr1 56706092 56706218 ENST00000371244 protein_coding 9 1 8 PRKAA2 ENSG00000162409 +CDS chr1 56707475 56707710 ENST00000371244 protein_coding 9 1 9 PRKAA2 ENSG00000162409 +transcript chr1 56718789 56819404 ENST00000343433 protein_coding 7 1 NA FYB2 ENSG00000187889 +CDS chr1 56719674 56719692 ENST00000343433 protein_coding 7 1 20 FYB2 ENSG00000187889 +CDS chr1 56720022 56720055 ENST00000343433 protein_coding 7 1 19 FYB2 ENSG00000187889 +CDS chr1 56720173 56720329 ENST00000343433 protein_coding 7 1 18 FYB2 ENSG00000187889 +CDS chr1 56723588 56723681 ENST00000343433 protein_coding 7 1 17 FYB2 ENSG00000187889 +CDS chr1 56726497 56726583 ENST00000343433 protein_coding 7 1 16 FYB2 ENSG00000187889 +CDS chr1 56737087 56737147 ENST00000343433 protein_coding 7 1 15 FYB2 ENSG00000187889 +CDS chr1 56738625 56738653 ENST00000343433 protein_coding 7 1 14 FYB2 ENSG00000187889 +CDS chr1 56740697 56740795 ENST00000343433 protein_coding 7 1 13 FYB2 ENSG00000187889 +CDS chr1 56742161 56742221 ENST00000343433 protein_coding 7 1 12 FYB2 ENSG00000187889 +CDS chr1 56744026 56744066 ENST00000343433 protein_coding 7 1 11 FYB2 ENSG00000187889 +CDS chr1 56744152 56744266 ENST00000343433 protein_coding 7 1 10 FYB2 ENSG00000187889 +CDS chr1 56751044 56751203 ENST00000343433 protein_coding 7 1 9 FYB2 ENSG00000187889 +CDS chr1 56753839 56753935 ENST00000343433 protein_coding 7 1 8 FYB2 ENSG00000187889 +CDS chr1 56755896 56755927 ENST00000343433 protein_coding 7 1 7 FYB2 ENSG00000187889 +CDS chr1 56758716 56758750 ENST00000343433 protein_coding 7 1 6 FYB2 ENSG00000187889 +CDS chr1 56767829 56767938 ENST00000343433 protein_coding 7 1 5 FYB2 ENSG00000187889 +CDS chr1 56787175 56787208 ENST00000343433 protein_coding 7 1 4 FYB2 ENSG00000187889 +CDS chr1 56788973 56789134 ENST00000343433 protein_coding 7 1 3 FYB2 ENSG00000187889 +CDS chr1 56792056 56792803 ENST00000343433 protein_coding 7 1 2 FYB2 ENSG00000187889 +CDS chr1 56819282 56819290 ENST00000343433 protein_coding 7 1 1 FYB2 ENSG00000187889 +transcript chr1 56854797 56918223 ENST00000361249 protein_coding 4 1 NA C8A ENSG00000157131 +CDS chr1 56854902 56854978 ENST00000361249 protein_coding 4 1 1 C8A ENSG00000157131 +CDS chr1 56867609 56867702 ENST00000361249 protein_coding 4 1 2 C8A ENSG00000157131 +CDS chr1 56874949 56875093 ENST00000361249 protein_coding 4 1 3 C8A ENSG00000157131 +CDS chr1 56876062 56876209 ENST00000361249 protein_coding 4 1 4 C8A ENSG00000157131 +CDS chr1 56881445 56881634 ENST00000361249 protein_coding 4 1 5 C8A ENSG00000157131 +CDS chr1 56883481 56883681 ENST00000361249 protein_coding 4 1 6 C8A ENSG00000157131 +CDS chr1 56885927 56886167 ENST00000361249 protein_coding 4 1 7 C8A ENSG00000157131 +CDS chr1 56906667 56906792 ENST00000361249 protein_coding 4 1 8 C8A ENSG00000157131 +CDS chr1 56907956 56908113 ENST00000361249 protein_coding 4 1 9 C8A ENSG00000157131 +CDS chr1 56912403 56912625 ENST00000361249 protein_coding 4 1 10 C8A ENSG00000157131 +CDS chr1 56917565 56917713 ENST00000361249 protein_coding 4 1 11 C8A ENSG00000157131 +transcript chr1 56929207 56966015 ENST00000371237 protein_coding 9 1 NA C8B ENSG00000021852 +transcript chr1 56929212 56966140 ENST00000535057 protein_coding 5 2 NA C8B ENSG00000021852 +transcript chr1 56929212 56966140 ENST00000543257 protein_coding 5 2 NA C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000371237 protein_coding 9 1 12 C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000535057 protein_coding 5 2 13 C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000543257 protein_coding 5 2 13 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000371237 protein_coding 9 1 11 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000535057 protein_coding 5 2 12 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000543257 protein_coding 5 2 12 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000371237 protein_coding 9 1 10 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000535057 protein_coding 5 2 11 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000543257 protein_coding 5 2 11 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000371237 protein_coding 9 1 9 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000535057 protein_coding 5 2 10 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000543257 protein_coding 5 2 10 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000371237 protein_coding 9 1 8 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000535057 protein_coding 5 2 9 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000543257 protein_coding 5 2 9 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000371237 protein_coding 9 1 7 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000535057 protein_coding 5 2 8 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000543257 protein_coding 5 2 8 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000371237 protein_coding 9 1 6 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000535057 protein_coding 5 2 7 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000543257 protein_coding 5 2 7 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000371237 protein_coding 9 1 5 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000535057 protein_coding 5 2 6 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000543257 protein_coding 5 2 6 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000371237 protein_coding 9 1 4 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000535057 protein_coding 5 2 5 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000543257 protein_coding 5 2 5 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000371237 protein_coding 9 1 3 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000535057 protein_coding 5 2 4 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000543257 protein_coding 5 2 4 C8B ENSG00000021852 +CDS chr1 56959529 56959591 ENST00000535057 protein_coding 5 2 3 C8B ENSG00000021852 +CDS chr1 56960020 56960176 ENST00000371237 protein_coding 9 1 2 C8B ENSG00000021852 +CDS chr1 56960020 56960112 ENST00000543257 protein_coding 5 2 3 C8B ENSG00000021852 +CDS chr1 56965857 56965948 ENST00000371237 protein_coding 9 1 1 C8B ENSG00000021852 +transcript chr1 56994778 57424060 ENST00000371236 protein_coding 7 5 NA DAB1 ENSG00000173406 +transcript chr1 56994782 57291168 ENST00000414851 protein_coding 6 5 NA DAB1 ENSG00000173406 +transcript chr1 56998025 57291066 ENST00000420954 protein_coding 6 1 NA DAB1 ENSG00000173406 +transcript chr1 57010695 57291065 ENST00000371231 protein_coding 5 5 NA DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000371236 protein_coding 7 5 14 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000371231 protein_coding 5 5 15 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000414851 protein_coding 6 5 13 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000420954 protein_coding 6 1 13 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000371236 protein_coding 7 5 13 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000371231 protein_coding 5 5 14 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000414851 protein_coding 6 5 12 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000420954 protein_coding 6 1 12 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000371236 protein_coding 7 5 12 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000371231 protein_coding 5 5 13 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000414851 protein_coding 6 5 11 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000420954 protein_coding 6 1 11 DAB1 ENSG00000173406 +transcript chr1 57015352 57291065 ENST00000371232 protein_coding 8 5 NA DAB1 ENSG00000173406 +CDS chr1 57015352 57015431 ENST00000371232 protein_coding 8 5 9 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371236 protein_coding 7 5 11 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371231 protein_coding 5 5 12 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371232 protein_coding 8 5 8 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000414851 protein_coding 6 5 10 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000420954 protein_coding 6 1 10 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371236 protein_coding 7 5 10 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371231 protein_coding 5 5 11 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371232 protein_coding 8 5 7 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000414851 protein_coding 6 5 9 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000420954 protein_coding 6 1 9 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000371231 protein_coding 5 5 10 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000371232 protein_coding 8 5 6 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000420954 protein_coding 6 1 8 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000371231 protein_coding 5 5 9 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000371232 protein_coding 8 5 5 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000420954 protein_coding 6 1 7 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371236 protein_coding 7 5 9 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371231 protein_coding 5 5 8 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371232 protein_coding 8 5 4 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000414851 protein_coding 6 5 8 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000420954 protein_coding 6 1 6 DAB1 ENSG00000173406 +transcript chr1 57062890 57291065 ENST00000332102 protein_coding 10 3 NA DAB1 ENSG00000173406 +CDS chr1 57062890 57062943 ENST00000332102 protein_coding 10 3 6 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000371236 protein_coding 7 5 8 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000371231 protein_coding 5 5 7 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000414851 protein_coding 6 5 7 DAB1 ENSG00000173406 +transcript chr1 57070734 57424057 ENST00000371230 protein_coding 1 5 NA DAB1 ENSG00000173406 +CDS chr1 57070981 57071061 ENST00000371230 protein_coding 1 5 7 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000371236 protein_coding 7 5 7 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000371231 protein_coding 5 5 6 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000414851 protein_coding 6 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371236 protein_coding 7 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371231 protein_coding 5 5 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000332102 protein_coding 10 3 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371230 protein_coding 1 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000414851 protein_coding 6 5 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000420954 protein_coding 6 1 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371236 protein_coding 7 5 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371231 protein_coding 5 5 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000332102 protein_coding 10 3 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371230 protein_coding 1 5 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000414851 protein_coding 6 5 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000420954 protein_coding 6 1 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371236 protein_coding 7 5 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371231 protein_coding 5 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371232 protein_coding 8 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000332102 protein_coding 10 3 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371230 protein_coding 1 5 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000414851 protein_coding 6 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000420954 protein_coding 6 1 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371236 protein_coding 7 5 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371231 protein_coding 5 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371232 protein_coding 8 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000332102 protein_coding 10 3 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371230 protein_coding 1 5 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000414851 protein_coding 6 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000420954 protein_coding 6 1 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371236 protein_coding 7 5 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371231 protein_coding 5 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371232 protein_coding 8 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000332102 protein_coding 10 3 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371230 protein_coding 1 5 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000414851 protein_coding 6 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000420954 protein_coding 6 1 1 DAB1 ENSG00000173406 +transcript chr1 58467927 58538818 ENST00000421528 protein_coding 6 5 NA OMA1 ENSG00000162600 +CDS chr1 58473876 58473968 ENST00000421528 protein_coding 6 5 8 OMA1 ENSG00000162600 +transcript chr1 58480719 58546726 ENST00000371226 protein_coding 8 1 NA OMA1 ENSG00000162600 +CDS chr1 58480968 58481174 ENST00000371226 protein_coding 8 1 9 OMA1 ENSG00000162600 +CDS chr1 58506060 58506209 ENST00000421528 protein_coding 6 5 7 OMA1 ENSG00000162600 +CDS chr1 58506060 58506209 ENST00000371226 protein_coding 8 1 8 OMA1 ENSG00000162600 +CDS chr1 58527261 58527335 ENST00000421528 protein_coding 6 5 6 OMA1 ENSG00000162600 +CDS chr1 58527261 58527335 ENST00000371226 protein_coding 8 1 7 OMA1 ENSG00000162600 +CDS chr1 58530601 58530729 ENST00000421528 protein_coding 6 5 5 OMA1 ENSG00000162600 +CDS chr1 58530601 58530729 ENST00000371226 protein_coding 8 1 6 OMA1 ENSG00000162600 +CDS chr1 58533953 58534060 ENST00000421528 protein_coding 6 5 4 OMA1 ENSG00000162600 +CDS chr1 58533953 58534060 ENST00000371226 protein_coding 8 1 5 OMA1 ENSG00000162600 +transcript chr1 58533987 58546706 ENST00000456980 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58533987 58534060 ENST00000456980 protein_coding 5 5 5 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000421528 protein_coding 6 5 3 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000371226 protein_coding 8 1 4 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000456980 protein_coding 5 5 4 OMA1 ENSG00000162600 +transcript chr1 58534294 58546758 ENST00000419242 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58534294 58534331 ENST00000419242 protein_coding 5 5 4 OMA1 ENSG00000162600 +transcript chr1 58534303 58546802 ENST00000426139 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58534303 58534331 ENST00000426139 protein_coding 5 5 4 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000421528 protein_coding 6 5 2 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000371226 protein_coding 8 1 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000456980 protein_coding 5 5 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000419242 protein_coding 5 5 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000426139 protein_coding 5 5 3 OMA1 ENSG00000162600 +transcript chr1 58536691 58546714 ENST00000453710 protein_coding 1 5 NA OMA1 ENSG00000162600 +CDS chr1 58536691 58536741 ENST00000453710 protein_coding 1 5 5 OMA1 ENSG00000162600 +CDS chr1 58538795 58538818 ENST00000421528 protein_coding 6 5 1 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000371226 protein_coding 8 1 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000456980 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000419242 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000426139 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000453710 protein_coding 1 5 4 OMA1 ENSG00000162600 +transcript chr1 58539033 58546708 ENST00000482274 protein_coding 2 5 NA OMA1 ENSG00000162600 +CDS chr1 58539033 58539294 ENST00000482274 protein_coding 2 5 2 OMA1 ENSG00000162600 +transcript chr1 58575433 58577252 ENST00000371225 protein_coding 4 NA NA TACSTD2 ENSG00000184292 +CDS chr1 58576188 58577156 ENST00000371225 protein_coding 4 NA 1 TACSTD2 ENSG00000184292 +transcript chr1 58643440 58700072 ENST00000655340 protein_coding 1 NA NA MYSM1 ENSG00000162601 +CDS chr1 58646480 58646569 ENST00000655340 protein_coding 1 NA 20 MYSM1 ENSG00000162601 +transcript chr1 58654743 58700062 ENST00000472487 protein_coding 6 1 NA MYSM1 ENSG00000162601 +transcript chr1 58654751 58668483 ENST00000622766 protein_coding 1 1 NA MYSM1 ENSG00000162601 +CDS chr1 58660000 58660155 ENST00000472487 protein_coding 6 1 20 MYSM1 ENSG00000162601 +CDS chr1 58660000 58660155 ENST00000622766 protein_coding 1 1 7 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000655340 protein_coding 1 NA 19 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000472487 protein_coding 6 1 19 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000622766 protein_coding 1 1 6 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000655340 protein_coding 1 NA 18 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000472487 protein_coding 6 1 18 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000622766 protein_coding 1 1 5 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000655340 protein_coding 1 NA 17 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000472487 protein_coding 6 1 17 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000622766 protein_coding 1 1 4 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000655340 protein_coding 1 NA 16 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000472487 protein_coding 6 1 16 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000622766 protein_coding 1 1 3 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667921 ENST00000655340 protein_coding 1 NA 15 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667921 ENST00000472487 protein_coding 6 1 15 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667906 ENST00000622766 protein_coding 1 1 2 MYSM1 ENSG00000162601 +CDS chr1 58668632 58668682 ENST00000655340 protein_coding 1 NA 14 MYSM1 ENSG00000162601 +CDS chr1 58668632 58668682 ENST00000472487 protein_coding 6 1 14 MYSM1 ENSG00000162601 +CDS chr1 58668984 58669038 ENST00000655340 protein_coding 1 NA 13 MYSM1 ENSG00000162601 +CDS chr1 58668984 58669038 ENST00000472487 protein_coding 6 1 13 MYSM1 ENSG00000162601 +CDS chr1 58671870 58671958 ENST00000655340 protein_coding 1 NA 12 MYSM1 ENSG00000162601 +CDS chr1 58671870 58671958 ENST00000472487 protein_coding 6 1 12 MYSM1 ENSG00000162601 +CDS chr1 58673573 58673650 ENST00000655340 protein_coding 1 NA 11 MYSM1 ENSG00000162601 +CDS chr1 58673573 58673650 ENST00000472487 protein_coding 6 1 11 MYSM1 ENSG00000162601 +CDS chr1 58675477 58675580 ENST00000655340 protein_coding 1 NA 10 MYSM1 ENSG00000162601 +CDS chr1 58675477 58675580 ENST00000472487 protein_coding 6 1 10 MYSM1 ENSG00000162601 +CDS chr1 58676926 58677056 ENST00000655340 protein_coding 1 NA 9 MYSM1 ENSG00000162601 +CDS chr1 58676926 58677056 ENST00000472487 protein_coding 6 1 9 MYSM1 ENSG00000162601 +CDS chr1 58681785 58682545 ENST00000655340 protein_coding 1 NA 8 MYSM1 ENSG00000162601 +CDS chr1 58681785 58682545 ENST00000472487 protein_coding 6 1 8 MYSM1 ENSG00000162601 +CDS chr1 58685153 58685251 ENST00000655340 protein_coding 1 NA 7 MYSM1 ENSG00000162601 +CDS chr1 58685153 58685251 ENST00000472487 protein_coding 6 1 7 MYSM1 ENSG00000162601 +CDS chr1 58689038 58689116 ENST00000655340 protein_coding 1 NA 6 MYSM1 ENSG00000162601 +CDS chr1 58689038 58689116 ENST00000472487 protein_coding 6 1 6 MYSM1 ENSG00000162601 +CDS chr1 58690226 58690249 ENST00000655340 protein_coding 1 NA 5 MYSM1 ENSG00000162601 +CDS chr1 58690226 58690249 ENST00000472487 protein_coding 6 1 5 MYSM1 ENSG00000162601 +CDS chr1 58690340 58690417 ENST00000655340 protein_coding 1 NA 4 MYSM1 ENSG00000162601 +CDS chr1 58690340 58690417 ENST00000472487 protein_coding 6 1 4 MYSM1 ENSG00000162601 +CDS chr1 58692861 58692931 ENST00000655340 protein_coding 1 NA 3 MYSM1 ENSG00000162601 +CDS chr1 58692861 58692931 ENST00000472487 protein_coding 6 1 3 MYSM1 ENSG00000162601 +CDS chr1 58695129 58695207 ENST00000655340 protein_coding 1 NA 2 MYSM1 ENSG00000162601 +CDS chr1 58695129 58695207 ENST00000472487 protein_coding 6 1 2 MYSM1 ENSG00000162601 +CDS chr1 58699985 58700052 ENST00000655340 protein_coding 1 NA 1 MYSM1 ENSG00000162601 +CDS chr1 58699985 58700052 ENST00000472487 protein_coding 6 1 1 MYSM1 ENSG00000162601 +transcript chr1 58780791 58784047 ENST00000371222 protein_coding 4 NA NA JUN ENSG00000177606 +CDS chr1 58782078 58783070 ENST00000371222 protein_coding 4 NA 1 JUN ENSG00000177606 +transcript chr1 59296638 59321712 ENST00000582567 protein_coding 1 4 NA FGGY ENSG00000172456 +transcript chr1 59296795 59378837 ENST00000413489 protein_coding 5 3 NA FGGY ENSG00000172456 +transcript chr1 59296981 59762724 ENST00000371218 protein_coding 8 1 NA FGGY ENSG00000172456 +transcript chr1 59297094 59762730 ENST00000303721 protein_coding 12 1 NA FGGY ENSG00000172456 +transcript chr1 59310087 59762728 ENST00000371212 protein_coding 5 2 NA FGGY ENSG00000172456 +CDS chr1 59321550 59321712 ENST00000582567 protein_coding 1 4 3 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000413489 protein_coding 5 3 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000371218 protein_coding 8 1 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000303721 protein_coding 12 1 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000371212 protein_coding 5 2 2 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000413489 protein_coding 5 3 3 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000371218 protein_coding 8 1 3 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000303721 protein_coding 12 1 3 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000413489 protein_coding 5 3 4 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000371218 protein_coding 8 1 4 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000303721 protein_coding 12 1 4 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000413489 protein_coding 5 3 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000371218 protein_coding 8 1 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000303721 protein_coding 12 1 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000371212 protein_coding 5 2 3 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000371218 protein_coding 8 1 6 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000303721 protein_coding 12 1 6 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000371212 protein_coding 5 2 4 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000371218 protein_coding 8 1 7 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000303721 protein_coding 12 1 7 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000371212 protein_coding 5 2 5 FGGY ENSG00000172456 +transcript chr1 59553918 59762728 ENST00000371210 protein_coding 1 2 NA FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000371218 protein_coding 8 1 8 FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000303721 protein_coding 12 1 8 FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000371212 protein_coding 5 2 6 FGGY ENSG00000172456 +CDS chr1 59554222 59554227 ENST00000371210 protein_coding 1 2 2 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371218 protein_coding 8 1 9 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000303721 protein_coding 12 1 9 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371212 protein_coding 5 2 7 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371210 protein_coding 1 2 3 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371218 protein_coding 8 1 10 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000303721 protein_coding 12 1 10 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371212 protein_coding 5 2 8 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371210 protein_coding 1 2 4 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371218 protein_coding 8 1 11 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000303721 protein_coding 12 1 11 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371212 protein_coding 5 2 9 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371210 protein_coding 1 2 5 FGGY ENSG00000172456 +CDS chr1 59641280 59641351 ENST00000371218 protein_coding 8 1 12 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371218 protein_coding 8 1 13 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000303721 protein_coding 12 1 12 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371212 protein_coding 5 2 10 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371210 protein_coding 1 2 6 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371218 protein_coding 8 1 14 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000303721 protein_coding 12 1 13 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371212 protein_coding 5 2 11 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371210 protein_coding 1 2 7 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371218 protein_coding 8 1 15 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000303721 protein_coding 12 1 14 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371212 protein_coding 5 2 12 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371210 protein_coding 1 2 8 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371218 protein_coding 8 1 16 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000303721 protein_coding 12 1 15 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371212 protein_coding 5 2 13 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371210 protein_coding 1 2 9 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371218 protein_coding 8 1 17 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000303721 protein_coding 12 1 16 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371212 protein_coding 5 2 14 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371210 protein_coding 1 2 10 FGGY ENSG00000172456 +transcript chr1 59814786 59835350 ENST00000455990 protein_coding 5 4 NA HOOK1 ENSG00000134709 +transcript chr1 59814949 59876322 ENST00000371208 protein_coding 5 1 NA HOOK1 ENSG00000134709 +transcript chr1 59815008 59872965 ENST00000687049 protein_coding 1 NA NA HOOK1 ENSG00000134709 +CDS chr1 59815118 59815180 ENST00000455990 protein_coding 5 4 2 HOOK1 ENSG00000134709 +CDS chr1 59815118 59815180 ENST00000371208 protein_coding 5 1 1 HOOK1 ENSG00000134709 +CDS chr1 59821858 59821943 ENST00000455990 protein_coding 5 4 3 HOOK1 ENSG00000134709 +CDS chr1 59821858 59821943 ENST00000371208 protein_coding 5 1 2 HOOK1 ENSG00000134709 +CDS chr1 59828780 59828852 ENST00000455990 protein_coding 5 4 4 HOOK1 ENSG00000134709 +CDS chr1 59828780 59828852 ENST00000371208 protein_coding 5 1 3 HOOK1 ENSG00000134709 +CDS chr1 59832163 59832213 ENST00000455990 protein_coding 5 4 5 HOOK1 ENSG00000134709 +CDS chr1 59832163 59832213 ENST00000371208 protein_coding 5 1 4 HOOK1 ENSG00000134709 +CDS chr1 59832196 59832213 ENST00000687049 protein_coding 1 NA 3 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000455990 protein_coding 5 4 6 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000371208 protein_coding 5 1 5 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000687049 protein_coding 1 NA 4 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835350 ENST00000455990 protein_coding 5 4 7 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835412 ENST00000371208 protein_coding 5 1 6 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835412 ENST00000687049 protein_coding 1 NA 5 HOOK1 ENSG00000134709 +CDS chr1 59836873 59836935 ENST00000371208 protein_coding 5 1 7 HOOK1 ENSG00000134709 +CDS chr1 59836873 59836935 ENST00000687049 protein_coding 1 NA 6 HOOK1 ENSG00000134709 +CDS chr1 59840308 59840391 ENST00000371208 protein_coding 5 1 8 HOOK1 ENSG00000134709 +CDS chr1 59840308 59840391 ENST00000687049 protein_coding 1 NA 7 HOOK1 ENSG00000134709 +CDS chr1 59843432 59843598 ENST00000371208 protein_coding 5 1 9 HOOK1 ENSG00000134709 +CDS chr1 59843432 59843598 ENST00000687049 protein_coding 1 NA 8 HOOK1 ENSG00000134709 +CDS chr1 59847045 59847185 ENST00000371208 protein_coding 5 1 10 HOOK1 ENSG00000134709 +CDS chr1 59847045 59847185 ENST00000687049 protein_coding 1 NA 9 HOOK1 ENSG00000134709 +CDS chr1 59848315 59848516 ENST00000371208 protein_coding 5 1 11 HOOK1 ENSG00000134709 +CDS chr1 59848315 59848516 ENST00000687049 protein_coding 1 NA 10 HOOK1 ENSG00000134709 +CDS chr1 59849073 59849183 ENST00000371208 protein_coding 5 1 12 HOOK1 ENSG00000134709 +CDS chr1 59849073 59849183 ENST00000687049 protein_coding 1 NA 11 HOOK1 ENSG00000134709 +CDS chr1 59858428 59858515 ENST00000371208 protein_coding 5 1 13 HOOK1 ENSG00000134709 +CDS chr1 59858428 59858515 ENST00000687049 protein_coding 1 NA 12 HOOK1 ENSG00000134709 +CDS chr1 59858985 59859045 ENST00000371208 protein_coding 5 1 14 HOOK1 ENSG00000134709 +CDS chr1 59858985 59859045 ENST00000687049 protein_coding 1 NA 13 HOOK1 ENSG00000134709 +CDS chr1 59860188 59860328 ENST00000371208 protein_coding 5 1 15 HOOK1 ENSG00000134709 +CDS chr1 59860188 59860328 ENST00000687049 protein_coding 1 NA 14 HOOK1 ENSG00000134709 +CDS chr1 59862784 59862877 ENST00000371208 protein_coding 5 1 16 HOOK1 ENSG00000134709 +CDS chr1 59862784 59862877 ENST00000687049 protein_coding 1 NA 15 HOOK1 ENSG00000134709 +CDS chr1 59864632 59864666 ENST00000371208 protein_coding 5 1 17 HOOK1 ENSG00000134709 +CDS chr1 59864632 59864666 ENST00000687049 protein_coding 1 NA 16 HOOK1 ENSG00000134709 +CDS chr1 59865163 59865245 ENST00000371208 protein_coding 5 1 18 HOOK1 ENSG00000134709 +CDS chr1 59865163 59865245 ENST00000687049 protein_coding 1 NA 17 HOOK1 ENSG00000134709 +CDS chr1 59865872 59865972 ENST00000371208 protein_coding 5 1 19 HOOK1 ENSG00000134709 +CDS chr1 59865872 59865972 ENST00000687049 protein_coding 1 NA 18 HOOK1 ENSG00000134709 +CDS chr1 59868250 59868351 ENST00000371208 protein_coding 5 1 20 HOOK1 ENSG00000134709 +CDS chr1 59868250 59868351 ENST00000687049 protein_coding 1 NA 19 HOOK1 ENSG00000134709 +CDS chr1 59871042 59871110 ENST00000371208 protein_coding 5 1 21 HOOK1 ENSG00000134709 +CDS chr1 59871042 59871110 ENST00000687049 protein_coding 1 NA 20 HOOK1 ENSG00000134709 +CDS chr1 59872795 59872962 ENST00000371208 protein_coding 5 1 22 HOOK1 ENSG00000134709 +CDS chr1 59872795 59872962 ENST00000687049 protein_coding 1 NA 21 HOOK1 ENSG00000134709 +transcript chr1 59893308 59926773 ENST00000371204 protein_coding 4 1 NA CYP2J2 ENSG00000134716 +CDS chr1 59893654 59893829 ENST00000371204 protein_coding 4 1 9 CYP2J2 ENSG00000134716 +CDS chr1 59900965 59901103 ENST00000371204 protein_coding 4 1 8 CYP2J2 ENSG00000134716 +CDS chr1 59904871 59905058 ENST00000371204 protein_coding 4 1 7 CYP2J2 ENSG00000134716 +CDS chr1 59907786 59907927 ENST00000371204 protein_coding 4 1 6 CYP2J2 ENSG00000134716 +CDS chr1 59909784 59909960 ENST00000371204 protein_coding 4 1 5 CYP2J2 ENSG00000134716 +CDS chr1 59911608 59911768 ENST00000371204 protein_coding 4 1 4 CYP2J2 ENSG00000134716 +CDS chr1 59912162 59912311 ENST00000371204 protein_coding 4 1 3 CYP2J2 ENSG00000134716 +CDS chr1 59915938 59916100 ENST00000371204 protein_coding 4 1 2 CYP2J2 ENSG00000134716 +CDS chr1 59926537 59926746 ENST00000371204 protein_coding 4 1 1 CYP2J2 ENSG00000134716 +transcript chr1 59990394 60073736 ENST00000450089 protein_coding 6 5 NA C1orf87 ENSG00000162598 +transcript chr1 59990394 60073770 ENST00000371201 protein_coding 3 1 NA C1orf87 ENSG00000162598 +CDS chr1 59990676 59990833 ENST00000450089 protein_coding 6 5 8 C1orf87 ENSG00000162598 +CDS chr1 59990676 59990833 ENST00000371201 protein_coding 3 1 12 C1orf87 ENSG00000162598 +CDS chr1 59997609 59997816 ENST00000450089 protein_coding 6 5 7 C1orf87 ENSG00000162598 +CDS chr1 59997609 59997816 ENST00000371201 protein_coding 3 1 11 C1orf87 ENSG00000162598 +CDS chr1 60001077 60001156 ENST00000450089 protein_coding 6 5 6 C1orf87 ENSG00000162598 +CDS chr1 60001077 60001156 ENST00000371201 protein_coding 3 1 10 C1orf87 ENSG00000162598 +CDS chr1 60010392 60010456 ENST00000450089 protein_coding 6 5 5 C1orf87 ENSG00000162598 +CDS chr1 60010392 60010456 ENST00000371201 protein_coding 3 1 9 C1orf87 ENSG00000162598 +CDS chr1 60025401 60025498 ENST00000450089 protein_coding 6 5 4 C1orf87 ENSG00000162598 +CDS chr1 60025401 60025498 ENST00000371201 protein_coding 3 1 8 C1orf87 ENSG00000162598 +CDS chr1 60033476 60033641 ENST00000371201 protein_coding 3 1 7 C1orf87 ENSG00000162598 +CDS chr1 60037992 60038107 ENST00000371201 protein_coding 3 1 6 C1orf87 ENSG00000162598 +CDS chr1 60039917 60040180 ENST00000371201 protein_coding 3 1 5 C1orf87 ENSG00000162598 +CDS chr1 60040991 60041131 ENST00000371201 protein_coding 3 1 4 C1orf87 ENSG00000162598 +CDS chr1 60055204 60055438 ENST00000450089 protein_coding 6 5 3 C1orf87 ENSG00000162598 +CDS chr1 60055204 60055438 ENST00000371201 protein_coding 3 1 3 C1orf87 ENSG00000162598 +CDS chr1 60072537 60072643 ENST00000450089 protein_coding 6 5 2 C1orf87 ENSG00000162598 +CDS chr1 60072537 60072643 ENST00000371201 protein_coding 3 1 2 C1orf87 ENSG00000162598 +transcript chr1 60865259 61455525 ENST00000371191 protein_coding 5 5 NA NFIA ENSG00000162599 +CDS chr1 60865371 60865466 ENST00000371191 protein_coding 5 5 1 NFIA ENSG00000162599 +transcript chr1 61053830 61332586 ENST00000476646 protein_coding 5 3 NA NFIA ENSG00000162599 +transcript chr1 61077274 61455585 ENST00000407417 protein_coding 7 2 NA NFIA ENSG00000162599 +CDS chr1 61077626 61077628 ENST00000407417 protein_coding 7 2 1 NFIA ENSG00000162599 +transcript chr1 61081862 61455562 ENST00000371189 protein_coding 8 2 NA NFIA ENSG00000162599 +CDS chr1 61081944 61082047 ENST00000371189 protein_coding 8 2 1 NFIA ENSG00000162599 +transcript chr1 61082398 61456742 ENST00000664149 protein_coding 1 NA NA NFIA ENSG00000162599 +transcript chr1 61082561 61462788 ENST00000403491 protein_coding 8 1 NA NFIA ENSG00000162599 +transcript chr1 61082621 61456394 ENST00000371187 protein_coding 7 1 NA NFIA ENSG00000162599 +transcript chr1 61082723 61455524 ENST00000485903 protein_coding 6 5 NA NFIA ENSG00000162599 +transcript chr1 61082748 61455526 ENST00000371185 protein_coding 6 5 NA NFIA ENSG00000162599 +transcript chr1 61082754 61455487 ENST00000371184 protein_coding 6 5 NA NFIA ENSG00000162599 +CDS chr1 61082761 61082818 ENST00000371189 protein_coding 8 2 2 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000664149 protein_coding 1 NA 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000403491 protein_coding 8 1 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371187 protein_coding 7 1 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000485903 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371185 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371184 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371191 protein_coding 5 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000407417 protein_coding 7 2 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371189 protein_coding 8 2 3 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000664149 protein_coding 1 NA 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000403491 protein_coding 8 1 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371187 protein_coding 7 1 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000485903 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371185 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371184 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088263 61088680 ENST00000476646 protein_coding 5 3 2 NFIA ENSG00000162599 +transcript chr1 61088412 61133028 ENST00000496712 protein_coding 1 3 NA NFIA ENSG00000162599 +CDS chr1 61088412 61088680 ENST00000496712 protein_coding 1 3 1 NFIA ENSG00000162599 +CDS chr1 61132695 61132708 ENST00000496712 protein_coding 1 3 2 NFIA ENSG00000162599 +transcript chr1 61203523 61456678 ENST00000663597 protein_coding 1 NA NA NFIA ENSG00000162599 +transcript chr1 61275142 61457876 ENST00000657234 protein_coding 1 NA NA NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371191 protein_coding 5 5 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000476646 protein_coding 5 3 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000407417 protein_coding 7 2 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371189 protein_coding 8 2 4 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000664149 protein_coding 1 NA 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000403491 protein_coding 8 1 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371187 protein_coding 7 1 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000485903 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371191 protein_coding 5 5 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000476646 protein_coding 5 3 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000407417 protein_coding 7 2 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371189 protein_coding 8 2 5 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000664149 protein_coding 1 NA 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000403491 protein_coding 8 1 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371187 protein_coding 7 1 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000485903 protein_coding 6 5 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371185 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371191 protein_coding 5 5 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000407417 protein_coding 7 2 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371189 protein_coding 8 2 6 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000664149 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000403491 protein_coding 8 1 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371187 protein_coding 7 1 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000485903 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371185 protein_coding 6 5 4 NFIA ENSG00000162599 +transcript chr1 61352450 61404226 ENST00000482020 protein_coding 1 3 NA NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000482020 protein_coding 1 3 1 NFIA ENSG00000162599 +CDS chr1 61352518 61352567 ENST00000663597 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61352518 61352567 ENST00000657234 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371191 protein_coding 5 5 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000407417 protein_coding 7 2 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371189 protein_coding 8 2 7 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000664149 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000403491 protein_coding 8 1 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371187 protein_coding 7 1 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000485903 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371185 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000663597 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000657234 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000482020 protein_coding 1 3 2 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371191 protein_coding 5 5 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000407417 protein_coding 7 2 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371189 protein_coding 8 2 8 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000664149 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000403491 protein_coding 8 1 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371187 protein_coding 7 1 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371185 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371184 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000663597 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000657234 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000482020 protein_coding 1 3 3 NFIA ENSG00000162599 +CDS chr1 61385871 61385924 ENST00000482020 protein_coding 1 3 4 NFIA ENSG00000162599 +transcript chr1 61404076 61458037 ENST00000357977 protein_coding 5 2 NA NFIA ENSG00000162599 +CDS chr1 61404085 61404282 ENST00000357977 protein_coding 5 2 1 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371191 protein_coding 5 5 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000407417 protein_coding 7 2 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371189 protein_coding 8 2 9 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000664149 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000403491 protein_coding 8 1 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371187 protein_coding 7 1 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000485903 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371185 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371184 protein_coding 6 5 4 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000663597 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000657234 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404226 ENST00000482020 protein_coding 1 3 5 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371191 protein_coding 5 5 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000407417 protein_coding 7 2 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371189 protein_coding 8 2 10 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000664149 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000403491 protein_coding 8 1 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371187 protein_coding 7 1 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000485903 protein_coding 6 5 8 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371185 protein_coding 6 5 8 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371184 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000663597 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000657234 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000357977 protein_coding 5 2 2 NFIA ENSG00000162599 +transcript chr1 61406672 61455874 ENST00000493627 protein_coding 1 1 NA NFIA ENSG00000162599 +CDS chr1 61406672 61406727 ENST00000493627 protein_coding 1 1 1 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371191 protein_coding 5 5 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000407417 protein_coding 7 2 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371189 protein_coding 8 2 11 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000664149 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000403491 protein_coding 8 1 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000485903 protein_coding 6 5 9 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371185 protein_coding 6 5 9 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371184 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000657234 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000357977 protein_coding 5 2 3 NFIA ENSG00000162599 +CDS chr1 61439451 61439518 ENST00000493627 protein_coding 1 1 2 NFIA ENSG00000162599 +CDS chr1 61443523 61443534 ENST00000664149 protein_coding 1 NA 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371191 protein_coding 5 5 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000407417 protein_coding 7 2 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371189 protein_coding 8 2 12 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000403491 protein_coding 8 1 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455376 ENST00000371187 protein_coding 7 1 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000485903 protein_coding 6 5 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371185 protein_coding 6 5 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371184 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61455303 61455376 ENST00000663597 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000657234 protein_coding 1 NA 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000357977 protein_coding 5 2 4 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000493627 protein_coding 1 1 3 NFIA ENSG00000162599 +transcript chr1 61681046 61725141 ENST00000606498 protein_coding 5 5 NA TM2D1 ENSG00000162604 +transcript chr1 61681047 61725423 ENST00000294613 protein_coding 9 1 NA TM2D1 ENSG00000162604 +transcript chr1 61681049 61725423 ENST00000371180 protein_coding 6 5 NA TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000606498 protein_coding 5 5 6 TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000371180 protein_coding 6 5 6 TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000294613 protein_coding 9 1 6 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000606498 protein_coding 5 5 5 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000371180 protein_coding 6 5 5 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000294613 protein_coding 9 1 5 TM2D1 ENSG00000162604 +transcript chr1 61697509 61725133 ENST00000371177 protein_coding 2 5 NA TM2D1 ENSG00000162604 +CDS chr1 61700156 61700274 ENST00000371177 protein_coding 2 5 5 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000606498 protein_coding 5 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000371180 protein_coding 6 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000371177 protein_coding 2 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000294613 protein_coding 9 1 4 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000606498 protein_coding 5 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000371180 protein_coding 6 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000371177 protein_coding 2 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000294613 protein_coding 9 1 3 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000606498 protein_coding 5 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000371180 protein_coding 6 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000371177 protein_coding 2 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723784 ENST00000294613 protein_coding 9 1 2 TM2D1 ENSG00000162604 +CDS chr1 61724955 61725120 ENST00000294613 protein_coding 9 1 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725120 ENST00000606498 protein_coding 5 5 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725306 ENST00000371180 protein_coding 6 5 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725120 ENST00000371177 protein_coding 2 5 1 TM2D1 ENSG00000162604 +transcript chr1 61742477 62163920 ENST00000371158 protein_coding 6 5 NA PATJ ENSG00000132849 +transcript chr1 61742480 62163915 ENST00000642238 protein_coding 2 NA NA PATJ ENSG00000132849 +CDS chr1 61762893 61762914 ENST00000642238 protein_coding 2 NA 2 PATJ ENSG00000132849 +CDS chr1 61762893 61762914 ENST00000371158 protein_coding 6 5 2 PATJ ENSG00000132849 +CDS chr1 61763013 61763179 ENST00000642238 protein_coding 2 NA 3 PATJ ENSG00000132849 +CDS chr1 61763013 61763179 ENST00000371158 protein_coding 6 5 3 PATJ ENSG00000132849 +CDS chr1 61766279 61766473 ENST00000642238 protein_coding 2 NA 4 PATJ ENSG00000132849 +CDS chr1 61766279 61766473 ENST00000371158 protein_coding 6 5 4 PATJ ENSG00000132849 +CDS chr1 61769283 61769422 ENST00000642238 protein_coding 2 NA 5 PATJ ENSG00000132849 +CDS chr1 61769283 61769422 ENST00000371158 protein_coding 6 5 5 PATJ ENSG00000132849 +CDS chr1 61771431 61771626 ENST00000642238 protein_coding 2 NA 6 PATJ ENSG00000132849 +CDS chr1 61771431 61771626 ENST00000371158 protein_coding 6 5 6 PATJ ENSG00000132849 +CDS chr1 61775206 61775334 ENST00000642238 protein_coding 2 NA 7 PATJ ENSG00000132849 +CDS chr1 61775206 61775334 ENST00000371158 protein_coding 6 5 7 PATJ ENSG00000132849 +CDS chr1 61787754 61787972 ENST00000642238 protein_coding 2 NA 8 PATJ ENSG00000132849 +CDS chr1 61787754 61787972 ENST00000371158 protein_coding 6 5 8 PATJ ENSG00000132849 +CDS chr1 61791348 61791447 ENST00000642238 protein_coding 2 NA 9 PATJ ENSG00000132849 +CDS chr1 61791348 61791447 ENST00000371158 protein_coding 6 5 9 PATJ ENSG00000132849 +CDS chr1 61795467 61795558 ENST00000642238 protein_coding 2 NA 10 PATJ ENSG00000132849 +CDS chr1 61795467 61795558 ENST00000371158 protein_coding 6 5 10 PATJ ENSG00000132849 +CDS chr1 61797287 61797428 ENST00000642238 protein_coding 2 NA 11 PATJ ENSG00000132849 +CDS chr1 61797287 61797428 ENST00000371158 protein_coding 6 5 11 PATJ ENSG00000132849 +CDS chr1 61801623 61801769 ENST00000642238 protein_coding 2 NA 12 PATJ ENSG00000132849 +CDS chr1 61801623 61801769 ENST00000371158 protein_coding 6 5 12 PATJ ENSG00000132849 +CDS chr1 61805448 61805524 ENST00000642238 protein_coding 2 NA 13 PATJ ENSG00000132849 +CDS chr1 61805448 61805524 ENST00000371158 protein_coding 6 5 13 PATJ ENSG00000132849 +CDS chr1 61808474 61808530 ENST00000642238 protein_coding 2 NA 14 PATJ ENSG00000132849 +CDS chr1 61808474 61808530 ENST00000371158 protein_coding 6 5 14 PATJ ENSG00000132849 +CDS chr1 61822945 61823079 ENST00000642238 protein_coding 2 NA 15 PATJ ENSG00000132849 +CDS chr1 61822945 61823079 ENST00000371158 protein_coding 6 5 15 PATJ ENSG00000132849 +CDS chr1 61827422 61827583 ENST00000642238 protein_coding 2 NA 16 PATJ ENSG00000132849 +CDS chr1 61827422 61827583 ENST00000371158 protein_coding 6 5 16 PATJ ENSG00000132849 +CDS chr1 61833654 61833785 ENST00000642238 protein_coding 2 NA 17 PATJ ENSG00000132849 +CDS chr1 61833654 61833785 ENST00000371158 protein_coding 6 5 17 PATJ ENSG00000132849 +CDS chr1 61856030 61856239 ENST00000642238 protein_coding 2 NA 18 PATJ ENSG00000132849 +CDS chr1 61856030 61856239 ENST00000371158 protein_coding 6 5 18 PATJ ENSG00000132849 +CDS chr1 61861551 61861667 ENST00000642238 protein_coding 2 NA 19 PATJ ENSG00000132849 +CDS chr1 61861551 61861667 ENST00000371158 protein_coding 6 5 19 PATJ ENSG00000132849 +CDS chr1 61864238 61864633 ENST00000642238 protein_coding 2 NA 20 PATJ ENSG00000132849 +CDS chr1 61864238 61864633 ENST00000371158 protein_coding 6 5 20 PATJ ENSG00000132849 +CDS chr1 61875243 61875366 ENST00000642238 protein_coding 2 NA 21 PATJ ENSG00000132849 +CDS chr1 61875243 61875366 ENST00000371158 protein_coding 6 5 21 PATJ ENSG00000132849 +CDS chr1 61884237 61884408 ENST00000642238 protein_coding 2 NA 22 PATJ ENSG00000132849 +CDS chr1 61884237 61884408 ENST00000371158 protein_coding 6 5 22 PATJ ENSG00000132849 +CDS chr1 61899583 61899654 ENST00000642238 protein_coding 2 NA 23 PATJ ENSG00000132849 +CDS chr1 61899583 61899654 ENST00000371158 protein_coding 6 5 23 PATJ ENSG00000132849 +CDS chr1 61901282 61901459 ENST00000642238 protein_coding 2 NA 24 PATJ ENSG00000132849 +CDS chr1 61901282 61901459 ENST00000371158 protein_coding 6 5 24 PATJ ENSG00000132849 +CDS chr1 61908372 61908482 ENST00000642238 protein_coding 2 NA 25 PATJ ENSG00000132849 +CDS chr1 61908372 61908482 ENST00000371158 protein_coding 6 5 25 PATJ ENSG00000132849 +transcript chr1 61908455 61991779 ENST00000494842 protein_coding 2 5 NA PATJ ENSG00000132849 +CDS chr1 61908455 61908482 ENST00000494842 protein_coding 2 5 1 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000642238 protein_coding 2 NA 26 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000371158 protein_coding 6 5 26 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000494842 protein_coding 2 5 2 PATJ ENSG00000132849 +transcript chr1 61914647 61990436 ENST00000490547 protein_coding 2 5 NA PATJ ENSG00000132849 +CDS chr1 61914647 61914664 ENST00000490547 protein_coding 2 5 1 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000642238 protein_coding 2 NA 27 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000371158 protein_coding 6 5 27 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000494842 protein_coding 2 5 3 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000490547 protein_coding 2 5 2 PATJ ENSG00000132849 +transcript chr1 61952053 62163950 ENST00000646453 protein_coding 1 NA NA PATJ ENSG00000132849 +transcript chr1 61952075 62178675 ENST00000635137 protein_coding 1 1 NA PATJ ENSG00000132849 +transcript chr1 61952312 62117393 ENST00000307297 protein_coding 8 2 NA PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000646453 protein_coding 1 NA 1 PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000635137 protein_coding 1 1 1 PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000307297 protein_coding 8 2 1 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000642238 protein_coding 2 NA 28 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000371158 protein_coding 6 5 28 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000494842 protein_coding 2 5 4 PATJ ENSG00000132849 +CDS chr1 61990168 61990382 ENST00000490547 protein_coding 2 5 3 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000646453 protein_coding 1 NA 2 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000635137 protein_coding 1 1 2 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000307297 protein_coding 8 2 2 PATJ ENSG00000132849 +CDS chr1 61991482 61991514 ENST00000494842 protein_coding 2 5 5 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000642238 protein_coding 2 NA 29 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000371158 protein_coding 6 5 29 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000646453 protein_coding 1 NA 3 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000635137 protein_coding 1 1 3 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000307297 protein_coding 8 2 3 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000642238 protein_coding 2 NA 30 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000371158 protein_coding 6 5 30 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000646453 protein_coding 1 NA 4 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000635137 protein_coding 1 1 4 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000307297 protein_coding 8 2 4 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000642238 protein_coding 2 NA 31 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000371158 protein_coding 6 5 31 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000646453 protein_coding 1 NA 5 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000635137 protein_coding 1 1 5 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000307297 protein_coding 8 2 5 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000642238 protein_coding 2 NA 32 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000371158 protein_coding 6 5 32 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000646453 protein_coding 1 NA 6 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000635137 protein_coding 1 1 6 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000307297 protein_coding 8 2 6 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000642238 protein_coding 2 NA 33 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000371158 protein_coding 6 5 33 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000646453 protein_coding 1 NA 7 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000635137 protein_coding 1 1 7 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000307297 protein_coding 8 2 7 PATJ ENSG00000132849 +CDS chr1 62100319 62100408 ENST00000307297 protein_coding 8 2 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000642238 protein_coding 2 NA 34 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000371158 protein_coding 6 5 34 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000646453 protein_coding 1 NA 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000635137 protein_coding 1 1 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000307297 protein_coding 8 2 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000642238 protein_coding 2 NA 35 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000371158 protein_coding 6 5 35 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000646453 protein_coding 1 NA 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000635137 protein_coding 1 1 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000307297 protein_coding 8 2 10 PATJ ENSG00000132849 +transcript chr1 62114090 62117395 ENST00000465798 protein_coding 2 2 NA PATJ ENSG00000132849 +CDS chr1 62114090 62114246 ENST00000465798 protein_coding 2 2 1 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000642238 protein_coding 2 NA 36 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000371158 protein_coding 6 5 36 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000646453 protein_coding 1 NA 10 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000635137 protein_coding 1 1 10 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000307297 protein_coding 8 2 11 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000465798 protein_coding 2 2 2 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000642238 protein_coding 2 NA 37 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000371158 protein_coding 6 5 37 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000646453 protein_coding 1 NA 11 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000635137 protein_coding 1 1 11 PATJ ENSG00000132849 +CDS chr1 62117132 62117242 ENST00000307297 protein_coding 8 2 12 PATJ ENSG00000132849 +CDS chr1 62117132 62117242 ENST00000465798 protein_coding 2 2 3 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000642238 protein_coding 2 NA 38 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000371158 protein_coding 6 5 38 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000646453 protein_coding 1 NA 12 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000635137 protein_coding 1 1 12 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000642238 protein_coding 2 NA 39 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000371158 protein_coding 6 5 39 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000646453 protein_coding 1 NA 13 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000635137 protein_coding 1 1 13 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000642238 protein_coding 2 NA 40 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000371158 protein_coding 6 5 40 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000646453 protein_coding 1 NA 14 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000635137 protein_coding 1 1 14 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000642238 protein_coding 2 NA 41 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000371158 protein_coding 6 5 41 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000646453 protein_coding 1 NA 15 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000635137 protein_coding 1 1 15 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000642238 protein_coding 2 NA 42 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000371158 protein_coding 6 5 42 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000646453 protein_coding 1 NA 16 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000635137 protein_coding 1 1 16 PATJ ENSG00000132849 +CDS chr1 62153358 62153481 ENST00000642238 protein_coding 2 NA 43 PATJ ENSG00000132849 +CDS chr1 62153358 62153481 ENST00000646453 protein_coding 1 NA 17 PATJ ENSG00000132849 +CDS chr1 62160908 62161051 ENST00000642238 protein_coding 2 NA 44 PATJ ENSG00000132849 +CDS chr1 62160908 62160932 ENST00000371158 protein_coding 6 5 43 PATJ ENSG00000132849 +CDS chr1 62160908 62161051 ENST00000646453 protein_coding 1 NA 18 PATJ ENSG00000132849 +CDS chr1 62178423 62178471 ENST00000635137 protein_coding 1 1 17 PATJ ENSG00000132849 +transcript chr1 62194849 62212328 ENST00000498273 protein_coding 2 1 NA L1TD1 ENSG00000240563 +CDS chr1 62206629 62207636 ENST00000498273 protein_coding 2 1 3 L1TD1 ENSG00000240563 +CDS chr1 62209783 62211369 ENST00000498273 protein_coding 2 1 4 L1TD1 ENSG00000240563 +transcript chr1 62236165 62319434 ENST00000371153 protein_coding 9 1 NA KANK4 ENSG00000132854 +transcript chr1 62236979 62263424 ENST00000317477 protein_coding 8 2 NA KANK4 ENSG00000132854 +transcript chr1 62237544 62272791 ENST00000371150 protein_coding 5 2 NA KANK4 ENSG00000132854 +transcript chr1 62237544 62319301 ENST00000354381 protein_coding 3 2 NA KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000317477 protein_coding 8 2 4 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000371153 protein_coding 9 1 10 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000371150 protein_coding 5 2 7 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000354381 protein_coding 3 2 9 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000317477 protein_coding 8 2 3 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000371153 protein_coding 9 1 9 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000371150 protein_coding 5 2 6 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000354381 protein_coding 3 2 8 KANK4 ENSG00000132854 +CDS chr1 62253067 62253162 ENST00000317477 protein_coding 8 2 2 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000371153 protein_coding 9 1 8 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000371150 protein_coding 5 2 5 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000354381 protein_coding 3 2 7 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000371153 protein_coding 9 1 7 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000371150 protein_coding 5 2 4 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000354381 protein_coding 3 2 6 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000371153 protein_coding 9 1 6 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000371150 protein_coding 5 2 3 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000354381 protein_coding 3 2 5 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000371153 protein_coding 9 1 5 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000371150 protein_coding 5 2 2 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000354381 protein_coding 3 2 4 KANK4 ENSG00000132854 +CDS chr1 62271478 62271589 ENST00000371153 protein_coding 9 1 4 KANK4 ENSG00000132854 +CDS chr1 62271478 62271557 ENST00000371150 protein_coding 5 2 1 KANK4 ENSG00000132854 +CDS chr1 62271478 62271589 ENST00000354381 protein_coding 3 2 3 KANK4 ENSG00000132854 +CDS chr1 62273204 62275087 ENST00000371153 protein_coding 9 1 3 KANK4 ENSG00000132854 +CDS chr1 62281549 62281564 ENST00000371153 protein_coding 9 1 2 KANK4 ENSG00000132854 +CDS chr1 62281549 62281564 ENST00000354381 protein_coding 3 2 2 KANK4 ENSG00000132854 +transcript chr1 62436297 62443320 ENST00000452143 protein_coding 5 3 NA USP1 ENSG00000162607 +transcript chr1 62436298 62441580 ENST00000442679 protein_coding 5 2 NA USP1 ENSG00000162607 +transcript chr1 62436304 62451802 ENST00000371146 protein_coding 5 5 NA USP1 ENSG00000162607 +transcript chr1 62437049 62451804 ENST00000339950 protein_coding 5 1 NA USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000452143 protein_coding 5 3 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000442679 protein_coding 5 2 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000339950 protein_coding 5 1 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000371146 protein_coding 5 5 2 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000452143 protein_coding 5 3 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441580 ENST00000442679 protein_coding 5 2 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000339950 protein_coding 5 1 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000371146 protein_coding 5 5 3 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000452143 protein_coding 5 3 4 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000339950 protein_coding 5 1 4 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000371146 protein_coding 5 5 4 USP1 ENSG00000162607 +CDS chr1 62443159 62443320 ENST00000452143 protein_coding 5 3 5 USP1 ENSG00000162607 +CDS chr1 62443159 62443319 ENST00000339950 protein_coding 5 1 5 USP1 ENSG00000162607 +CDS chr1 62443159 62443319 ENST00000371146 protein_coding 5 5 5 USP1 ENSG00000162607 +CDS chr1 62444738 62445429 ENST00000339950 protein_coding 5 1 6 USP1 ENSG00000162607 +CDS chr1 62444738 62445429 ENST00000371146 protein_coding 5 5 6 USP1 ENSG00000162607 +CDS chr1 62447341 62447511 ENST00000339950 protein_coding 5 1 7 USP1 ENSG00000162607 +CDS chr1 62447341 62447511 ENST00000371146 protein_coding 5 5 7 USP1 ENSG00000162607 +CDS chr1 62448465 62448666 ENST00000339950 protein_coding 5 1 8 USP1 ENSG00000162607 +CDS chr1 62448465 62448666 ENST00000371146 protein_coding 5 5 8 USP1 ENSG00000162607 +CDS chr1 62450246 62450978 ENST00000339950 protein_coding 5 1 9 USP1 ENSG00000162607 +CDS chr1 62450246 62450978 ENST00000371146 protein_coding 5 5 9 USP1 ENSG00000162607 +transcript chr1 62454726 62688264 ENST00000251157 protein_coding 10 5 NA DOCK7 ENSG00000116641 +transcript chr1 62454726 62688386 ENST00000635253 protein_coding 2 5 NA DOCK7 ENSG00000116641 +transcript chr1 62454830 62688275 ENST00000454575 protein_coding 6 1 NA DOCK7 ENSG00000116641 +transcript chr1 62455013 62688264 ENST00000340370 protein_coding 10 2 NA DOCK7 ENSG00000116641 +transcript chr1 62455033 62552761 ENST00000637255 protein_coding 1 5 NA DOCK7 ENSG00000116641 +transcript chr1 62455414 62688264 ENST00000634264 protein_coding 1 5 NA DOCK7 ENSG00000116641 +transcript chr1 62455414 62688264 ENST00000635123 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000251157 protein_coding 10 5 50 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000454575 protein_coding 6 1 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000340370 protein_coding 10 2 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000637255 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000634264 protein_coding 1 5 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000635123 protein_coding 1 5 48 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000635253 protein_coding 2 5 50 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000251157 protein_coding 10 5 49 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000454575 protein_coding 6 1 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000340370 protein_coding 10 2 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000637255 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000634264 protein_coding 1 5 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000635123 protein_coding 1 5 47 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000635253 protein_coding 2 5 49 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000251157 protein_coding 10 5 48 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000454575 protein_coding 6 1 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000340370 protein_coding 10 2 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000637255 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000634264 protein_coding 1 5 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000635123 protein_coding 1 5 46 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000635253 protein_coding 2 5 48 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000251157 protein_coding 10 5 47 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000454575 protein_coding 6 1 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000340370 protein_coding 10 2 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000637255 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000634264 protein_coding 1 5 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000635123 protein_coding 1 5 45 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000635253 protein_coding 2 5 47 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000251157 protein_coding 10 5 46 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000454575 protein_coding 6 1 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000340370 protein_coding 10 2 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000637255 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000634264 protein_coding 1 5 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000635123 protein_coding 1 5 44 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000635253 protein_coding 2 5 46 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000251157 protein_coding 10 5 45 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000454575 protein_coding 6 1 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000340370 protein_coding 10 2 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000637255 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000634264 protein_coding 1 5 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000635123 protein_coding 1 5 43 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000635253 protein_coding 2 5 45 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000251157 protein_coding 10 5 44 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000454575 protein_coding 6 1 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000340370 protein_coding 10 2 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000637255 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000634264 protein_coding 1 5 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000635123 protein_coding 1 5 42 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000635253 protein_coding 2 5 44 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000251157 protein_coding 10 5 43 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000340370 protein_coding 10 2 42 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000634264 protein_coding 1 5 42 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000635253 protein_coding 2 5 43 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000251157 protein_coding 10 5 42 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000454575 protein_coding 6 1 42 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000340370 protein_coding 10 2 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000637255 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000634264 protein_coding 1 5 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000635123 protein_coding 1 5 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000635253 protein_coding 2 5 42 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000251157 protein_coding 10 5 41 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000454575 protein_coding 6 1 41 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000340370 protein_coding 10 2 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000637255 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000634264 protein_coding 1 5 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000635123 protein_coding 1 5 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000635253 protein_coding 2 5 41 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000251157 protein_coding 10 5 40 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000454575 protein_coding 6 1 40 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000340370 protein_coding 10 2 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000637255 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000634264 protein_coding 1 5 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000635123 protein_coding 1 5 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000635253 protein_coding 2 5 40 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000251157 protein_coding 10 5 39 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000454575 protein_coding 6 1 39 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000340370 protein_coding 10 2 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000637255 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000634264 protein_coding 1 5 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000635123 protein_coding 1 5 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000635253 protein_coding 2 5 39 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000251157 protein_coding 10 5 38 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000454575 protein_coding 6 1 38 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000340370 protein_coding 10 2 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000637255 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000634264 protein_coding 1 5 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000635123 protein_coding 1 5 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000635253 protein_coding 2 5 38 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000251157 protein_coding 10 5 37 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000454575 protein_coding 6 1 37 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000340370 protein_coding 10 2 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000637255 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000634264 protein_coding 1 5 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000635123 protein_coding 1 5 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000635253 protein_coding 2 5 37 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000251157 protein_coding 10 5 36 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000454575 protein_coding 6 1 36 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000340370 protein_coding 10 2 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000637255 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000634264 protein_coding 1 5 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000635123 protein_coding 1 5 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000635253 protein_coding 2 5 36 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000251157 protein_coding 10 5 35 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000454575 protein_coding 6 1 35 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000340370 protein_coding 10 2 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000637255 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000634264 protein_coding 1 5 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000635123 protein_coding 1 5 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000635253 protein_coding 2 5 35 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000251157 protein_coding 10 5 34 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000454575 protein_coding 6 1 34 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000340370 protein_coding 10 2 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000637255 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000634264 protein_coding 1 5 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000635123 protein_coding 1 5 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000635253 protein_coding 2 5 34 DOCK7 ENSG00000116641 +CDS chr1 62513444 62513606 ENST00000340370 protein_coding 10 2 32 DOCK7 ENSG00000116641 +CDS chr1 62513444 62513606 ENST00000635253 protein_coding 2 5 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000251157 protein_coding 10 5 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000454575 protein_coding 6 1 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000637255 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000634264 protein_coding 1 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000635123 protein_coding 1 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000251157 protein_coding 10 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000454575 protein_coding 6 1 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000340370 protein_coding 10 2 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000637255 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000634264 protein_coding 1 5 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000635123 protein_coding 1 5 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000635253 protein_coding 2 5 32 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000251157 protein_coding 10 5 31 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000454575 protein_coding 6 1 31 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000340370 protein_coding 10 2 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000637255 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000634264 protein_coding 1 5 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000635123 protein_coding 1 5 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000635253 protein_coding 2 5 31 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000251157 protein_coding 10 5 30 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000454575 protein_coding 6 1 30 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000340370 protein_coding 10 2 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000637255 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000634264 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000635123 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000635253 protein_coding 2 5 30 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000251157 protein_coding 10 5 29 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000454575 protein_coding 6 1 29 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000340370 protein_coding 10 2 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000637255 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000634264 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000635123 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000635253 protein_coding 2 5 29 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000251157 protein_coding 10 5 28 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000454575 protein_coding 6 1 28 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000340370 protein_coding 10 2 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000637255 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000634264 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000635123 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000635253 protein_coding 2 5 28 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000251157 protein_coding 10 5 27 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000454575 protein_coding 6 1 27 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000340370 protein_coding 10 2 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000637255 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000634264 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000635123 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000635253 protein_coding 2 5 27 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000251157 protein_coding 10 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000454575 protein_coding 6 1 26 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000340370 protein_coding 10 2 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000637255 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000634264 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000635123 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000635253 protein_coding 2 5 26 DOCK7 ENSG00000116641 +transcript chr1 62539844 62561669 ENST00000634929 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62539844 62539892 ENST00000634929 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000251157 protein_coding 10 5 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000454575 protein_coding 6 1 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000340370 protein_coding 10 2 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000637255 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000634264 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000635123 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000635253 protein_coding 2 5 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000634929 protein_coding 1 5 5 DOCK7 ENSG00000116641 +transcript chr1 62542637 62561634 ENST00000634652 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62542637 62542703 ENST00000634652 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62543286 62543321 ENST00000637255 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000251157 protein_coding 10 5 24 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000454575 protein_coding 6 1 24 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000340370 protein_coding 10 2 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000637255 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000634264 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000635123 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000635253 protein_coding 2 5 24 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000251157 protein_coding 10 5 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000454575 protein_coding 6 1 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000637255 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000635253 protein_coding 2 5 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000634652 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000251157 protein_coding 10 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000454575 protein_coding 6 1 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000340370 protein_coding 10 2 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552761 ENST00000637255 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634264 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000635123 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000635253 protein_coding 2 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634929 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634652 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000251157 protein_coding 10 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000454575 protein_coding 6 1 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000340370 protein_coding 10 2 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634264 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000635123 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000635253 protein_coding 2 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634929 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634652 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000251157 protein_coding 10 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000454575 protein_coding 6 1 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000340370 protein_coding 10 2 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634264 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000635123 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000635253 protein_coding 2 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634929 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634652 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000251157 protein_coding 10 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000454575 protein_coding 6 1 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000340370 protein_coding 10 2 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000634264 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000635123 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000635253 protein_coding 2 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561669 ENST00000634929 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561634 ENST00000634652 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000251157 protein_coding 10 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000454575 protein_coding 6 1 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000340370 protein_coding 10 2 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000634264 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000635123 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000635253 protein_coding 2 5 18 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000251157 protein_coding 10 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000454575 protein_coding 6 1 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000340370 protein_coding 10 2 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000634264 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000635123 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000635253 protein_coding 2 5 17 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000251157 protein_coding 10 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000454575 protein_coding 6 1 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000340370 protein_coding 10 2 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000634264 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000635123 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000635253 protein_coding 2 5 16 DOCK7 ENSG00000116641 +transcript chr1 62584105 62688368 ENST00000404627 protein_coding 3 2 NA DOCK7 ENSG00000116641 +CDS chr1 62584783 62584878 ENST00000404627 protein_coding 3 2 16 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000251157 protein_coding 10 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000454575 protein_coding 6 1 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000340370 protein_coding 10 2 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000634264 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000635123 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000635253 protein_coding 2 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000404627 protein_coding 3 2 15 DOCK7 ENSG00000116641 +transcript chr1 62597520 62606313 ENST00000371129 protein_coding 4 1 NA ANGPTL3 ENSG00000132855 +CDS chr1 62597567 62598061 ENST00000371129 protein_coding 4 1 1 ANGPTL3 ENSG00000132855 +CDS chr1 62598696 62598806 ENST00000371129 protein_coding 4 1 2 ANGPTL3 ENSG00000132855 +CDS chr1 62601082 62601196 ENST00000371129 protein_coding 4 1 3 ANGPTL3 ENSG00000132855 +CDS chr1 62601769 62601882 ENST00000371129 protein_coding 4 1 4 ANGPTL3 ENSG00000132855 +CDS chr1 62602285 62602380 ENST00000371129 protein_coding 4 1 5 ANGPTL3 ENSG00000132855 +CDS chr1 62603969 62604235 ENST00000371129 protein_coding 4 1 6 ANGPTL3 ENSG00000132855 +CDS chr1 62604633 62604814 ENST00000371129 protein_coding 4 1 7 ANGPTL3 ENSG00000132855 +CDS chr1 62618706 62618868 ENST00000251157 protein_coding 10 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000454575 protein_coding 6 1 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000340370 protein_coding 10 2 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000634264 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000635123 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000635253 protein_coding 2 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000404627 protein_coding 3 2 14 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000251157 protein_coding 10 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000454575 protein_coding 6 1 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000340370 protein_coding 10 2 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000634264 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000635123 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000635253 protein_coding 2 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000404627 protein_coding 3 2 13 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000251157 protein_coding 10 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000454575 protein_coding 6 1 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000340370 protein_coding 10 2 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000634264 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000635123 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000635253 protein_coding 2 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000404627 protein_coding 3 2 12 DOCK7 ENSG00000116641 +transcript chr1 62627559 62663106 ENST00000635827 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62629567 62629673 ENST00000635827 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000251157 protein_coding 10 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000454575 protein_coding 6 1 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000340370 protein_coding 10 2 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000634264 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635123 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635253 protein_coding 2 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000404627 protein_coding 3 2 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635827 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000251157 protein_coding 10 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000454575 protein_coding 6 1 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000340370 protein_coding 10 2 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000634264 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635123 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635253 protein_coding 2 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000404627 protein_coding 3 2 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635827 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000251157 protein_coding 10 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000454575 protein_coding 6 1 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000340370 protein_coding 10 2 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000634264 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635123 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635253 protein_coding 2 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000404627 protein_coding 3 2 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635827 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000251157 protein_coding 10 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000454575 protein_coding 6 1 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000340370 protein_coding 10 2 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000634264 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635123 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635253 protein_coding 2 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000404627 protein_coding 3 2 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635827 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000251157 protein_coding 10 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000454575 protein_coding 6 1 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000340370 protein_coding 10 2 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000634264 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635123 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635253 protein_coding 2 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000404627 protein_coding 3 2 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635827 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000251157 protein_coding 10 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000454575 protein_coding 6 1 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000340370 protein_coding 10 2 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000634264 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635123 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635253 protein_coding 2 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000404627 protein_coding 3 2 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635827 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000251157 protein_coding 10 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000454575 protein_coding 6 1 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000340370 protein_coding 10 2 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000634264 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635123 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635253 protein_coding 2 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000404627 protein_coding 3 2 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635827 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000251157 protein_coding 10 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000454575 protein_coding 6 1 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000340370 protein_coding 10 2 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000634264 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635123 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635253 protein_coding 2 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000404627 protein_coding 3 2 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635827 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000251157 protein_coding 10 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000454575 protein_coding 6 1 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000340370 protein_coding 10 2 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000634264 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635123 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635253 protein_coding 2 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000404627 protein_coding 3 2 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635827 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000251157 protein_coding 10 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000454575 protein_coding 6 1 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000340370 protein_coding 10 2 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000634264 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000635123 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000635253 protein_coding 2 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000404627 protein_coding 3 2 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663106 ENST00000635827 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000251157 protein_coding 10 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000454575 protein_coding 6 1 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000340370 protein_coding 10 2 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000634264 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000635123 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000635253 protein_coding 2 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000404627 protein_coding 3 2 1 DOCK7 ENSG00000116641 +transcript chr1 62784132 62865516 ENST00000317868 protein_coding 9 1 NA ATG4C ENSG00000125703 +transcript chr1 62784135 62819065 ENST00000443289 protein_coding 5 2 NA ATG4C ENSG00000125703 +transcript chr1 62784135 62865513 ENST00000371120 protein_coding 7 1 NA ATG4C ENSG00000125703 +transcript chr1 62785233 62819179 ENST00000371118 protein_coding 1 5 NA ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000443289 protein_coding 5 2 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000317868 protein_coding 9 1 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000371120 protein_coding 7 1 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000371118 protein_coding 1 5 2 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000443289 protein_coding 5 2 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000317868 protein_coding 9 1 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000371120 protein_coding 7 1 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000371118 protein_coding 1 5 3 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000443289 protein_coding 5 2 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000317868 protein_coding 9 1 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000371120 protein_coding 7 1 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000371118 protein_coding 1 5 4 ATG4C ENSG00000125703 +CDS chr1 62819005 62819065 ENST00000443289 protein_coding 5 2 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819335 ENST00000317868 protein_coding 9 1 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819335 ENST00000371120 protein_coding 7 1 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819179 ENST00000371118 protein_coding 1 5 5 ATG4C ENSG00000125703 +CDS chr1 62821139 62821209 ENST00000317868 protein_coding 9 1 6 ATG4C ENSG00000125703 +CDS chr1 62821139 62821209 ENST00000371120 protein_coding 7 1 6 ATG4C ENSG00000125703 +transcript chr1 62821183 62835529 ENST00000414558 protein_coding 2 5 NA ATG4C ENSG00000125703 +CDS chr1 62821183 62821209 ENST00000414558 protein_coding 2 5 1 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000317868 protein_coding 9 1 7 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000371120 protein_coding 7 1 7 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000414558 protein_coding 2 5 2 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000317868 protein_coding 9 1 8 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000371120 protein_coding 7 1 8 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000414558 protein_coding 2 5 3 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000317868 protein_coding 9 1 9 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000371120 protein_coding 7 1 9 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000414558 protein_coding 2 5 4 ATG4C ENSG00000125703 +CDS chr1 62835386 62835394 ENST00000414558 protein_coding 2 5 5 ATG4C ENSG00000125703 +CDS chr1 62841428 62841547 ENST00000317868 protein_coding 9 1 10 ATG4C ENSG00000125703 +CDS chr1 62841428 62841547 ENST00000371120 protein_coding 7 1 10 ATG4C ENSG00000125703 +CDS chr1 62863992 62864156 ENST00000317868 protein_coding 9 1 11 ATG4C ENSG00000125703 +CDS chr1 62863992 62864156 ENST00000371120 protein_coding 7 1 11 ATG4C ENSG00000125703 +transcript chr1 63322567 63325128 ENST00000371116 protein_coding 4 NA NA FOXD3 ENSG00000187140 +CDS chr1 63323059 63324492 ENST00000371116 protein_coding 4 NA 1 FOXD3 ENSG00000187140 +transcript chr1 63367627 63438553 ENST00000263440 protein_coding 6 5 NA ALG6 ENSG00000088035 +CDS chr1 63370978 63371059 ENST00000263440 protein_coding 6 5 2 ALG6 ENSG00000088035 +CDS chr1 63396513 63396597 ENST00000263440 protein_coding 6 5 3 ALG6 ENSG00000088035 +CDS chr1 63402254 63402343 ENST00000263440 protein_coding 6 5 4 ALG6 ENSG00000088035 +CDS chr1 63404453 63404541 ENST00000263440 protein_coding 6 5 5 ALG6 ENSG00000088035 +CDS chr1 63406317 63406399 ENST00000263440 protein_coding 6 5 6 ALG6 ENSG00000088035 +CDS chr1 63407062 63407126 ENST00000263440 protein_coding 6 5 7 ALG6 ENSG00000088035 +CDS chr1 63411146 63411331 ENST00000263440 protein_coding 6 5 8 ALG6 ENSG00000088035 +CDS chr1 63411926 63412061 ENST00000263440 protein_coding 6 5 9 ALG6 ENSG00000088035 +CDS chr1 63414061 63414146 ENST00000263440 protein_coding 6 5 10 ALG6 ENSG00000088035 +CDS chr1 63415873 63415957 ENST00000263440 protein_coding 6 5 11 ALG6 ENSG00000088035 +CDS chr1 63419370 63419440 ENST00000263440 protein_coding 6 5 12 ALG6 ENSG00000088035 +CDS chr1 63428733 63428801 ENST00000263440 protein_coding 6 5 13 ALG6 ENSG00000088035 +CDS chr1 63428928 63429126 ENST00000263440 protein_coding 6 5 14 ALG6 ENSG00000088035 +CDS chr1 63436823 63437017 ENST00000263440 protein_coding 6 5 15 ALG6 ENSG00000088035 +transcript chr1 63440770 63523225 ENST00000271002 protein_coding 15 1 NA ITGB3BP ENSG00000142856 +transcript chr1 63440773 63523194 ENST00000371092 protein_coding 7 1 NA ITGB3BP ENSG00000142856 +CDS chr1 63446810 63446856 ENST00000371092 protein_coding 7 1 9 ITGB3BP ENSG00000142856 +CDS chr1 63446810 63446856 ENST00000271002 protein_coding 15 1 8 ITGB3BP ENSG00000142856 +CDS chr1 63453918 63453974 ENST00000371092 protein_coding 7 1 8 ITGB3BP ENSG00000142856 +CDS chr1 63453918 63453974 ENST00000271002 protein_coding 15 1 7 ITGB3BP ENSG00000142856 +CDS chr1 63454380 63454473 ENST00000371092 protein_coding 7 1 7 ITGB3BP ENSG00000142856 +CDS chr1 63454380 63454473 ENST00000271002 protein_coding 15 1 6 ITGB3BP ENSG00000142856 +CDS chr1 63454890 63454968 ENST00000371092 protein_coding 7 1 6 ITGB3BP ENSG00000142856 +CDS chr1 63454890 63454968 ENST00000271002 protein_coding 15 1 5 ITGB3BP ENSG00000142856 +CDS chr1 63478764 63478833 ENST00000371092 protein_coding 7 1 5 ITGB3BP ENSG00000142856 +CDS chr1 63478764 63478833 ENST00000271002 protein_coding 15 1 4 ITGB3BP ENSG00000142856 +CDS chr1 63490083 63490218 ENST00000371092 protein_coding 7 1 4 ITGB3BP ENSG00000142856 +CDS chr1 63490083 63490218 ENST00000271002 protein_coding 15 1 3 ITGB3BP ENSG00000142856 +CDS chr1 63508528 63508570 ENST00000371092 protein_coding 7 1 3 ITGB3BP ENSG00000142856 +CDS chr1 63508528 63508570 ENST00000271002 protein_coding 15 1 2 ITGB3BP ENSG00000142856 +CDS chr1 63510065 63510181 ENST00000371092 protein_coding 7 1 2 ITGB3BP ENSG00000142856 +CDS chr1 63523129 63523133 ENST00000371092 protein_coding 7 1 1 ITGB3BP ENSG00000142856 +CDS chr1 63523129 63523133 ENST00000271002 protein_coding 15 1 1 ITGB3BP ENSG00000142856 +transcript chr1 63523525 63572693 ENST00000371088 protein_coding 5 1 NA EFCAB7 ENSG00000203965 +CDS chr1 63525573 63525759 ENST00000371088 protein_coding 5 1 2 EFCAB7 ENSG00000203965 +CDS chr1 63531820 63532031 ENST00000371088 protein_coding 5 1 3 EFCAB7 ENSG00000203965 +CDS chr1 63532670 63532756 ENST00000371088 protein_coding 5 1 4 EFCAB7 ENSG00000203965 +CDS chr1 63533454 63533649 ENST00000371088 protein_coding 5 1 5 EFCAB7 ENSG00000203965 +CDS chr1 63534095 63534216 ENST00000371088 protein_coding 5 1 6 EFCAB7 ENSG00000203965 +CDS chr1 63545916 63546057 ENST00000371088 protein_coding 5 1 7 EFCAB7 ENSG00000203965 +CDS chr1 63551725 63551834 ENST00000371088 protein_coding 5 1 8 EFCAB7 ENSG00000203965 +CDS chr1 63555358 63555515 ENST00000371088 protein_coding 5 1 9 EFCAB7 ENSG00000203965 +CDS chr1 63557114 63557247 ENST00000371088 protein_coding 5 1 10 EFCAB7 ENSG00000203965 +CDS chr1 63561709 63561857 ENST00000371088 protein_coding 5 1 11 EFCAB7 ENSG00000203965 +CDS chr1 63568310 63568519 ENST00000371088 protein_coding 5 1 12 EFCAB7 ENSG00000203965 +CDS chr1 63571021 63571128 ENST00000371088 protein_coding 5 1 13 EFCAB7 ENSG00000203965 +CDS chr1 63572442 63572513 ENST00000371088 protein_coding 5 1 14 EFCAB7 ENSG00000203965 +transcript chr1 63593411 63660245 ENST00000371084 protein_coding 8 1 NA PGM1 ENSG00000079739 +transcript chr1 63593411 63660209 ENST00000650546 protein_coding 1 NA NA PGM1 ENSG00000079739 +CDS chr1 63593489 63593734 ENST00000371084 protein_coding 8 1 1 PGM1 ENSG00000079739 +CDS chr1 63593489 63593734 ENST00000650546 protein_coding 1 NA 1 PGM1 ENSG00000079739 +transcript chr1 63593809 63660241 ENST00000540265 protein_coding 5 2 NA PGM1 ENSG00000079739 +transcript chr1 63623093 63660221 ENST00000371083 protein_coding 4 2 NA PGM1 ENSG00000079739 +CDS chr1 63623461 63623760 ENST00000371083 protein_coding 4 2 1 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000371084 protein_coding 8 1 2 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000650546 protein_coding 1 NA 2 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000371083 protein_coding 4 2 2 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000371084 protein_coding 8 1 3 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000650546 protein_coding 1 NA 3 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000371083 protein_coding 4 2 3 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000371084 protein_coding 8 1 4 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000650546 protein_coding 1 NA 4 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000371083 protein_coding 4 2 4 PGM1 ENSG00000079739 +CDS chr1 63631692 63631782 ENST00000540265 protein_coding 5 2 4 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000371084 protein_coding 8 1 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000650546 protein_coding 1 NA 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000371083 protein_coding 4 2 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000540265 protein_coding 5 2 5 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000371084 protein_coding 8 1 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000650546 protein_coding 1 NA 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000371083 protein_coding 4 2 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000540265 protein_coding 5 2 6 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000371084 protein_coding 8 1 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000650546 protein_coding 1 NA 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000371083 protein_coding 4 2 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000540265 protein_coding 5 2 7 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000371084 protein_coding 8 1 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000650546 protein_coding 1 NA 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000371083 protein_coding 4 2 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000540265 protein_coding 5 2 8 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000371084 protein_coding 8 1 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000650546 protein_coding 1 NA 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000371083 protein_coding 4 2 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000540265 protein_coding 5 2 9 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000371084 protein_coding 8 1 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000650546 protein_coding 1 NA 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000371083 protein_coding 4 2 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000540265 protein_coding 5 2 10 PGM1 ENSG00000079739 +CDS chr1 63654990 63655111 ENST00000650546 protein_coding 1 NA 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000371084 protein_coding 8 1 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659616 ENST00000650546 protein_coding 1 NA 12 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000371083 protein_coding 4 2 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000540265 protein_coding 5 2 11 PGM1 ENSG00000079739 +transcript chr1 63774017 64181498 ENST00000371079 protein_coding 6 1 NA ROR1 ENSG00000185483 +transcript chr1 63774022 64143385 ENST00000371080 protein_coding 5 1 NA ROR1 ENSG00000185483 +CDS chr1 63774418 63774508 ENST00000371079 protein_coding 6 1 1 ROR1 ENSG00000185483 +CDS chr1 63774418 63774508 ENST00000371080 protein_coding 5 1 1 ROR1 ENSG00000185483 +CDS chr1 64009305 64009376 ENST00000371079 protein_coding 6 1 2 ROR1 ENSG00000185483 +CDS chr1 64009305 64009376 ENST00000371080 protein_coding 5 1 2 ROR1 ENSG00000185483 +CDS chr1 64049691 64049978 ENST00000371079 protein_coding 6 1 3 ROR1 ENSG00000185483 +CDS chr1 64049691 64049978 ENST00000371080 protein_coding 5 1 3 ROR1 ENSG00000185483 +CDS chr1 64050686 64050716 ENST00000371079 protein_coding 6 1 4 ROR1 ENSG00000185483 +CDS chr1 64050686 64050716 ENST00000371080 protein_coding 5 1 4 ROR1 ENSG00000185483 +CDS chr1 64137369 64137496 ENST00000371079 protein_coding 6 1 5 ROR1 ENSG00000185483 +CDS chr1 64137369 64137496 ENST00000371080 protein_coding 5 1 5 ROR1 ENSG00000185483 +CDS chr1 64140109 64140426 ENST00000371079 protein_coding 6 1 6 ROR1 ENSG00000185483 +CDS chr1 64140109 64140426 ENST00000371080 protein_coding 5 1 6 ROR1 ENSG00000185483 +CDS chr1 64142405 64142650 ENST00000371079 protein_coding 6 1 7 ROR1 ENSG00000185483 +CDS chr1 64142405 64142655 ENST00000371080 protein_coding 5 1 7 ROR1 ENSG00000185483 +CDS chr1 64158981 64159192 ENST00000371079 protein_coding 6 1 8 ROR1 ENSG00000185483 +CDS chr1 64177428 64178852 ENST00000371079 protein_coding 6 1 9 ROR1 ENSG00000185483 +transcript chr1 64203623 64267368 ENST00000371077 protein_coding 10 5 NA UBE2U ENSG00000177414 +transcript chr1 64203627 64267368 ENST00000611228 protein_coding 4 5 NA UBE2U ENSG00000177414 +transcript chr1 64203807 64244344 ENST00000371076 protein_coding 7 1 NA UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000371077 protein_coding 10 5 1 UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000611228 protein_coding 4 5 1 UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000371076 protein_coding 7 1 1 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000371077 protein_coding 10 5 2 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000611228 protein_coding 4 5 2 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000371076 protein_coding 7 1 2 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000371077 protein_coding 10 5 3 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000611228 protein_coding 4 5 3 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000371076 protein_coding 7 1 3 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000371077 protein_coding 10 5 4 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000611228 protein_coding 4 5 4 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000371076 protein_coding 7 1 4 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000371077 protein_coding 10 5 5 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000611228 protein_coding 4 5 5 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000371076 protein_coding 7 1 5 UBE2U ENSG00000177414 +transcript chr1 64214815 64267368 ENST00000608020 protein_coding 5 5 NA UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000608020 protein_coding 5 5 1 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000371077 protein_coding 10 5 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000611228 protein_coding 4 5 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000371076 protein_coding 7 1 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000608020 protein_coding 5 5 2 UBE2U ENSG00000177414 +transcript chr1 64220864 64267249 ENST00000608956 protein_coding 1 3 NA UBE2U ENSG00000177414 +CDS chr1 64220864 64220907 ENST00000608956 protein_coding 1 3 1 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000371077 protein_coding 10 5 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000611228 protein_coding 4 5 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000371076 protein_coding 7 1 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000608020 protein_coding 5 5 3 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000371077 protein_coding 10 5 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000611228 protein_coding 4 5 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000371076 protein_coding 7 1 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000608020 protein_coding 5 5 4 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000608956 protein_coding 1 3 2 UBE2U ENSG00000177414 +CDS chr1 64244130 64244130 ENST00000371076 protein_coding 7 1 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000371077 protein_coding 10 5 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000611228 protein_coding 4 5 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000608020 protein_coding 5 5 5 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000608956 protein_coding 1 3 3 UBE2U ENSG00000177414 +CDS chr1 64267012 64267205 ENST00000611228 protein_coding 4 5 10 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000371077 protein_coding 10 5 10 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000608020 protein_coding 5 5 6 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000608956 protein_coding 1 3 4 UBE2U ENSG00000177414 +transcript chr1 64470129 64693053 ENST00000651257 protein_coding 2 NA NA CACHD1 ENSG00000158966 +CDS chr1 64470745 64470942 ENST00000651257 protein_coding 2 NA 1 CACHD1 ENSG00000158966 +transcript chr1 64470793 64693058 ENST00000290039 protein_coding 6 5 NA CACHD1 ENSG00000158966 +CDS chr1 64470898 64470942 ENST00000290039 protein_coding 6 5 1 CACHD1 ENSG00000158966 +transcript chr1 64505901 64693040 ENST00000650260 protein_coding 1 NA NA CACHD1 ENSG00000158966 +CDS chr1 64550594 64550656 ENST00000651257 protein_coding 2 NA 2 CACHD1 ENSG00000158966 +CDS chr1 64550594 64550656 ENST00000290039 protein_coding 6 5 2 CACHD1 ENSG00000158966 +CDS chr1 64582156 64582304 ENST00000651257 protein_coding 2 NA 3 CACHD1 ENSG00000158966 +CDS chr1 64582156 64582304 ENST00000290039 protein_coding 6 5 3 CACHD1 ENSG00000158966 +CDS chr1 64582297 64582304 ENST00000650260 protein_coding 1 NA 3 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000651257 protein_coding 2 NA 4 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000650260 protein_coding 1 NA 4 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000290039 protein_coding 6 5 4 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000651257 protein_coding 2 NA 5 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000650260 protein_coding 1 NA 5 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000290039 protein_coding 6 5 5 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000651257 protein_coding 2 NA 6 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000650260 protein_coding 1 NA 6 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000290039 protein_coding 6 5 6 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000651257 protein_coding 2 NA 7 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000650260 protein_coding 1 NA 7 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000290039 protein_coding 6 5 7 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000651257 protein_coding 2 NA 8 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000650260 protein_coding 1 NA 8 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000290039 protein_coding 6 5 8 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000651257 protein_coding 2 NA 9 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000650260 protein_coding 1 NA 9 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000290039 protein_coding 6 5 9 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000651257 protein_coding 2 NA 10 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000650260 protein_coding 1 NA 10 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000290039 protein_coding 6 5 10 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000651257 protein_coding 2 NA 11 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000650260 protein_coding 1 NA 11 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000290039 protein_coding 6 5 11 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000651257 protein_coding 2 NA 12 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000650260 protein_coding 1 NA 12 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000290039 protein_coding 6 5 12 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000651257 protein_coding 2 NA 13 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000650260 protein_coding 1 NA 13 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000290039 protein_coding 6 5 13 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000651257 protein_coding 2 NA 14 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000650260 protein_coding 1 NA 14 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000290039 protein_coding 6 5 14 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000651257 protein_coding 2 NA 15 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000650260 protein_coding 1 NA 15 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000290039 protein_coding 6 5 15 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000651257 protein_coding 2 NA 16 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000650260 protein_coding 1 NA 16 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000290039 protein_coding 6 5 16 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000651257 protein_coding 2 NA 17 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000650260 protein_coding 1 NA 17 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000290039 protein_coding 6 5 17 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000651257 protein_coding 2 NA 18 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000650260 protein_coding 1 NA 18 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000290039 protein_coding 6 5 18 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000651257 protein_coding 2 NA 19 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000650260 protein_coding 1 NA 19 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000290039 protein_coding 6 5 19 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000651257 protein_coding 2 NA 20 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000650260 protein_coding 1 NA 20 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000290039 protein_coding 6 5 20 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000651257 protein_coding 2 NA 21 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000650260 protein_coding 1 NA 21 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000290039 protein_coding 6 5 21 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000651257 protein_coding 2 NA 22 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000650260 protein_coding 1 NA 22 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000290039 protein_coding 6 5 22 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000651257 protein_coding 2 NA 23 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000650260 protein_coding 1 NA 23 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000290039 protein_coding 6 5 23 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000651257 protein_coding 2 NA 24 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000650260 protein_coding 1 NA 24 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000290039 protein_coding 6 5 24 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000651257 protein_coding 2 NA 25 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000650260 protein_coding 1 NA 25 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000290039 protein_coding 6 5 25 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000651257 protein_coding 2 NA 26 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000650260 protein_coding 1 NA 26 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000290039 protein_coding 6 5 26 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000651257 protein_coding 2 NA 27 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000650260 protein_coding 1 NA 27 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000290039 protein_coding 6 5 27 CACHD1 ENSG00000158966 +transcript chr1 64745095 64833232 ENST00000371072 protein_coding 8 1 NA RAVER2 ENSG00000162437 +transcript chr1 64745095 64833229 ENST00000294428 protein_coding 7 5 NA RAVER2 ENSG00000162437 +CDS chr1 64745173 64745421 ENST00000371072 protein_coding 8 1 1 RAVER2 ENSG00000162437 +CDS chr1 64745173 64745421 ENST00000294428 protein_coding 7 5 1 RAVER2 ENSG00000162437 +CDS chr1 64768656 64768722 ENST00000371072 protein_coding 8 1 2 RAVER2 ENSG00000162437 +CDS chr1 64768656 64768722 ENST00000294428 protein_coding 7 5 2 RAVER2 ENSG00000162437 +CDS chr1 64777623 64778092 ENST00000371072 protein_coding 8 1 3 RAVER2 ENSG00000162437 +CDS chr1 64777623 64778092 ENST00000294428 protein_coding 7 5 3 RAVER2 ENSG00000162437 +CDS chr1 64781380 64781571 ENST00000371072 protein_coding 8 1 4 RAVER2 ENSG00000162437 +CDS chr1 64781380 64781571 ENST00000294428 protein_coding 7 5 4 RAVER2 ENSG00000162437 +CDS chr1 64789388 64789514 ENST00000371072 protein_coding 8 1 5 RAVER2 ENSG00000162437 +CDS chr1 64789388 64789514 ENST00000294428 protein_coding 7 5 5 RAVER2 ENSG00000162437 +CDS chr1 64802976 64803061 ENST00000371072 protein_coding 8 1 6 RAVER2 ENSG00000162437 +CDS chr1 64802976 64803061 ENST00000294428 protein_coding 7 5 6 RAVER2 ENSG00000162437 +CDS chr1 64804734 64804838 ENST00000294428 protein_coding 7 5 7 RAVER2 ENSG00000162437 +CDS chr1 64804773 64804838 ENST00000371072 protein_coding 8 1 7 RAVER2 ENSG00000162437 +CDS chr1 64804991 64805105 ENST00000371072 protein_coding 8 1 8 RAVER2 ENSG00000162437 +CDS chr1 64804991 64805105 ENST00000294428 protein_coding 7 5 8 RAVER2 ENSG00000162437 +CDS chr1 64807206 64807474 ENST00000371072 protein_coding 8 1 9 RAVER2 ENSG00000162437 +CDS chr1 64807206 64807474 ENST00000294428 protein_coding 7 5 9 RAVER2 ENSG00000162437 +CDS chr1 64812738 64812849 ENST00000371072 protein_coding 8 1 10 RAVER2 ENSG00000162437 +CDS chr1 64812738 64812849 ENST00000294428 protein_coding 7 5 10 RAVER2 ENSG00000162437 +CDS chr1 64814704 64814840 ENST00000371072 protein_coding 8 1 11 RAVER2 ENSG00000162437 +CDS chr1 64814704 64814840 ENST00000294428 protein_coding 7 5 11 RAVER2 ENSG00000162437 +CDS chr1 64830839 64830982 ENST00000371072 protein_coding 8 1 12 RAVER2 ENSG00000162437 +CDS chr1 64830839 64830982 ENST00000294428 protein_coding 7 5 12 RAVER2 ENSG00000162437 +transcript chr1 64833229 64966549 ENST00000342505 protein_coding 5 5 NA JAK1 ENSG00000162434 +transcript chr1 64833243 64966370 ENST00000673046 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833243 64966448 ENST00000672247 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833245 65067732 ENST00000672434 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833250 64846681 ENST00000672574 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833254 64873496 ENST00000673246 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833262 64966552 ENST00000673254 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833293 65067731 ENST00000671954 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833313 64966919 ENST00000672179 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833391 64966284 ENST00000671929 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000342505 protein_coding 5 5 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673046 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672247 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672434 protein_coding 1 NA 27 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672574 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673246 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673254 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000671954 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672179 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000671929 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000342505 protein_coding 5 5 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673046 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672247 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672434 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672574 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673246 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673254 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000671954 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672179 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000671929 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000342505 protein_coding 5 5 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673046 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672247 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672434 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672574 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673246 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673254 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000671954 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672179 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000671929 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000342505 protein_coding 5 5 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673046 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672247 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672434 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672574 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673246 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673254 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000671954 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672179 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000671929 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000342505 protein_coding 5 5 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673046 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672247 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672434 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672574 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673246 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673254 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000671954 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672179 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000671929 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000342505 protein_coding 5 5 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673046 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672247 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672434 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672574 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673246 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673254 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000671954 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672179 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000671929 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000342505 protein_coding 5 5 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841333 ENST00000673046 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672247 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672434 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672574 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000673246 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000673254 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000671954 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672179 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000671929 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000342505 protein_coding 5 5 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673046 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672247 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672434 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673246 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673254 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000671954 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672179 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000671929 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841556 64841601 ENST00000672574 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000342505 protein_coding 5 5 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673046 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672247 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672434 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672574 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673246 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673254 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000671954 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672179 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000671929 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000342505 protein_coding 5 5 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673046 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672247 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672434 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672574 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673246 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673254 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000671954 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672179 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000671929 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000342505 protein_coding 5 5 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673046 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672247 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672434 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672574 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673246 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673254 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000671954 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672179 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000671929 protein_coding 1 NA 16 JAK1 ENSG00000162434 +transcript chr1 64846405 65067746 ENST00000673502 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64846512 64846736 ENST00000673502 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000342505 protein_coding 5 5 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673046 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672247 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672434 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64846649 64846681 ENST00000672574 protein_coding 1 NA 1 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673246 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673254 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000671954 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672179 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000671929 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000342505 protein_coding 5 5 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673046 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672247 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672434 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673246 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673254 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000671954 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672179 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000671929 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673502 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000342505 protein_coding 5 5 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673046 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672247 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672434 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673246 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673254 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000671954 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672179 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000671929 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673502 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000342505 protein_coding 5 5 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673046 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672247 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672434 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673246 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673254 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000671954 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672179 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000671929 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673502 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000342505 protein_coding 5 5 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673046 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672247 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672434 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673246 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673254 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000671954 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672179 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000671929 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673502 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000342505 protein_coding 5 5 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673046 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672247 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672434 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673246 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673254 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000671954 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672179 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000671929 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673502 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000342505 protein_coding 5 5 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673046 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672247 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672434 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673246 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673254 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000671954 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672179 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000671929 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673502 protein_coding 1 NA 10 JAK1 ENSG00000162434 +transcript chr1 64864928 65067754 ENST00000672751 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64864928 64864972 ENST00000672751 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000342505 protein_coding 5 5 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000673046 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672247 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672434 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64866866 64867079 ENST00000673246 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64866866 64867076 ENST00000673254 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000671954 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672179 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000671929 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000673502 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672751 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000342505 protein_coding 5 5 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673046 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672247 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672434 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673246 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673254 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000671954 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672179 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000671929 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673502 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672751 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000342505 protein_coding 5 5 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673046 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672247 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672434 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64873370 64873496 ENST00000673246 protein_coding 1 NA 1 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673254 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000671954 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672179 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000671929 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673502 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672751 protein_coding 1 NA 5 JAK1 ENSG00000162434 +transcript chr1 64873458 65067729 ENST00000672099 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64873458 64873523 ENST00000672099 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000342505 protein_coding 5 5 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673046 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672247 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672434 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673254 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000671954 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672179 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000671929 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673502 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672751 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672099 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000342505 protein_coding 5 5 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673046 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672247 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672434 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673254 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000671954 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672179 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000671929 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673502 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672751 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672099 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000342505 protein_coding 5 5 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673046 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672247 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672434 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673254 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000671954 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672179 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000671929 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673502 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672751 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672099 protein_coding 1 NA 5 JAK1 ENSG00000162434 +transcript chr1 65147549 65232145 ENST00000545314 protein_coding 5 1 NA AK4 ENSG00000162433 +transcript chr1 65147670 65226891 ENST00000546702 protein_coding 5 1 NA AK4 ENSG00000162433 +transcript chr1 65147830 65232145 ENST00000395334 protein_coding 6 1 NA AK4 ENSG00000162433 +transcript chr1 65148203 65232145 ENST00000327299 protein_coding 8 1 NA AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000327299 protein_coding 8 1 1 AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000545314 protein_coding 5 1 2 AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000395334 protein_coding 6 1 2 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000327299 protein_coding 8 1 2 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000545314 protein_coding 5 1 3 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000395334 protein_coding 6 1 3 AK4 ENSG00000162433 +CDS chr1 65190721 65190829 ENST00000546702 protein_coding 5 1 2 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000546702 protein_coding 5 1 3 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000327299 protein_coding 8 1 3 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000545314 protein_coding 5 1 4 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000395334 protein_coding 6 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000546702 protein_coding 5 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000327299 protein_coding 8 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000545314 protein_coding 5 1 5 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000395334 protein_coding 6 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000546702 protein_coding 5 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000327299 protein_coding 8 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000545314 protein_coding 5 1 6 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000395334 protein_coding 6 1 6 AK4 ENSG00000162433 +transcript chr1 65254462 65392588 ENST00000494710 protein_coding 6 5 NA DNAJC6 ENSG00000116675 +CDS chr1 65254535 65254649 ENST00000494710 protein_coding 6 5 1 DNAJC6 ENSG00000116675 +transcript chr1 65264694 65415869 ENST00000263441 protein_coding 11 2 NA DNAJC6 ENSG00000116675 +transcript chr1 65264754 65415869 ENST00000395325 protein_coding 7 1 NA DNAJC6 ENSG00000116675 +CDS chr1 65264911 65264932 ENST00000395325 protein_coding 7 1 1 DNAJC6 ENSG00000116675 +transcript chr1 65309543 65415871 ENST00000371069 protein_coding 5 1 NA DNAJC6 ENSG00000116675 +CDS chr1 65309746 65309938 ENST00000371069 protein_coding 5 1 1 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000494710 protein_coding 6 5 2 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000395325 protein_coding 7 1 2 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000371069 protein_coding 5 1 2 DNAJC6 ENSG00000116675 +CDS chr1 65364652 65364785 ENST00000263441 protein_coding 11 2 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000494710 protein_coding 6 5 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000395325 protein_coding 7 1 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000371069 protein_coding 5 1 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000263441 protein_coding 11 2 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000494710 protein_coding 6 5 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000395325 protein_coding 7 1 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000371069 protein_coding 5 1 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000263441 protein_coding 11 2 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000494710 protein_coding 6 5 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000395325 protein_coding 7 1 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000371069 protein_coding 5 1 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000263441 protein_coding 11 2 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000494710 protein_coding 6 5 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000395325 protein_coding 7 1 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000371069 protein_coding 5 1 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000263441 protein_coding 11 2 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000494710 protein_coding 6 5 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000395325 protein_coding 7 1 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000371069 protein_coding 5 1 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000263441 protein_coding 11 2 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000494710 protein_coding 6 5 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000395325 protein_coding 7 1 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000371069 protein_coding 5 1 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000263441 protein_coding 11 2 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000494710 protein_coding 6 5 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000395325 protein_coding 7 1 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000371069 protein_coding 5 1 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000263441 protein_coding 11 2 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000494710 protein_coding 6 5 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000395325 protein_coding 7 1 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000371069 protein_coding 5 1 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000263441 protein_coding 11 2 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000494710 protein_coding 6 5 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000395325 protein_coding 7 1 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000371069 protein_coding 5 1 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000263441 protein_coding 11 2 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392588 ENST00000494710 protein_coding 6 5 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000395325 protein_coding 7 1 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000371069 protein_coding 5 1 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000263441 protein_coding 11 2 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000395325 protein_coding 7 1 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000371069 protein_coding 5 1 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000263441 protein_coding 11 2 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000395325 protein_coding 7 1 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000371069 protein_coding 5 1 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000263441 protein_coding 11 2 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000395325 protein_coding 7 1 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000371069 protein_coding 5 1 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000263441 protein_coding 11 2 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000395325 protein_coding 7 1 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000371069 protein_coding 5 1 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000263441 protein_coding 11 2 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000395325 protein_coding 7 1 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000371069 protein_coding 5 1 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000263441 protein_coding 11 2 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000395325 protein_coding 7 1 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000371069 protein_coding 5 1 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000263441 protein_coding 11 2 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000395325 protein_coding 7 1 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000371069 protein_coding 5 1 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000263441 protein_coding 11 2 20 DNAJC6 ENSG00000116675 +transcript chr1 65420587 65432064 ENST00000475108 protein_coding 5 3 NA LEPROT ENSG00000213625 +transcript chr1 65420652 65630422 ENST00000371059 protein_coding 7 1 NA LEPR ENSG00000116678 +transcript chr1 65420652 65635428 ENST00000371060 protein_coding 7 1 NA LEPR ENSG00000116678 +transcript chr1 65420668 65436007 ENST00000371065 protein_coding 9 1 NA LEPROT ENSG00000213625 +transcript chr1 65420668 65641559 ENST00000349533 protein_coding 11 1 NA LEPR ENSG00000116678 +transcript chr1 65420708 65431920 ENST00000488747 protein_coding 5 5 NA LEPROT ENSG00000213625 +transcript chr1 65420710 65430303 ENST00000484243 protein_coding 1 3 NA LEPROT ENSG00000213625 +transcript chr1 65420716 65436007 ENST00000613538 protein_coding 1 1 NA LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000475108 protein_coding 5 3 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000371065 protein_coding 9 1 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000488747 protein_coding 5 5 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000484243 protein_coding 1 3 1 LEPROT ENSG00000213625 +CDS chr1 65421417 65421459 ENST00000613538 protein_coding 1 1 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000475108 protein_coding 5 3 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000371065 protein_coding 9 1 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000488747 protein_coding 5 5 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000484243 protein_coding 1 3 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000613538 protein_coding 1 1 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430048 ENST00000371065 protein_coding 9 1 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430198 ENST00000484243 protein_coding 1 3 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430048 ENST00000613538 protein_coding 1 1 4 LEPROT ENSG00000213625 +CDS chr1 65429931 65430048 ENST00000488747 protein_coding 5 5 3 LEPROT ENSG00000213625 +CDS chr1 65431803 65431929 ENST00000475108 protein_coding 5 3 3 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000371065 protein_coding 9 1 4 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000488747 protein_coding 5 5 4 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000613538 protein_coding 1 1 5 LEPROT ENSG00000213625 +transcript chr1 65525689 65626234 ENST00000344610 protein_coding 12 1 NA LEPR ENSG00000116678 +transcript chr1 65525689 65635409 ENST00000616738 protein_coding 4 1 NA LEPR ENSG00000116678 +transcript chr1 65565546 65626234 ENST00000371058 protein_coding 1 5 NA LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371059 protein_coding 7 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371060 protein_coding 7 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000349533 protein_coding 11 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371058 protein_coding 1 5 1 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000344610 protein_coding 12 1 2 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000616738 protein_coding 4 1 2 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371059 protein_coding 7 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371060 protein_coding 7 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000349533 protein_coding 11 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371058 protein_coding 1 5 2 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000344610 protein_coding 12 1 3 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000616738 protein_coding 4 1 3 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371059 protein_coding 7 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371060 protein_coding 7 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000349533 protein_coding 11 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371058 protein_coding 1 5 3 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000344610 protein_coding 12 1 4 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000616738 protein_coding 4 1 4 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371059 protein_coding 7 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371060 protein_coding 7 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000349533 protein_coding 11 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371058 protein_coding 1 5 4 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000344610 protein_coding 12 1 5 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000616738 protein_coding 4 1 5 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371059 protein_coding 7 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371060 protein_coding 7 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000349533 protein_coding 11 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371058 protein_coding 1 5 5 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000344610 protein_coding 12 1 6 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000616738 protein_coding 4 1 6 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371059 protein_coding 7 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371060 protein_coding 7 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000349533 protein_coding 11 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371058 protein_coding 1 5 6 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000344610 protein_coding 12 1 7 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000616738 protein_coding 4 1 7 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371059 protein_coding 7 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371060 protein_coding 7 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000349533 protein_coding 11 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371058 protein_coding 1 5 7 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000344610 protein_coding 12 1 8 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000616738 protein_coding 4 1 8 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371059 protein_coding 7 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371060 protein_coding 7 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000349533 protein_coding 11 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371058 protein_coding 1 5 8 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000344610 protein_coding 12 1 9 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000616738 protein_coding 4 1 9 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371059 protein_coding 7 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371060 protein_coding 7 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000349533 protein_coding 11 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371058 protein_coding 1 5 9 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000344610 protein_coding 12 1 10 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000616738 protein_coding 4 1 10 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371059 protein_coding 7 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371060 protein_coding 7 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000349533 protein_coding 11 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371058 protein_coding 1 5 10 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000344610 protein_coding 12 1 11 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000616738 protein_coding 4 1 11 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371059 protein_coding 7 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371060 protein_coding 7 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000349533 protein_coding 11 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371058 protein_coding 1 5 11 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000344610 protein_coding 12 1 12 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000616738 protein_coding 4 1 12 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371059 protein_coding 7 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371060 protein_coding 7 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000349533 protein_coding 11 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371058 protein_coding 1 5 12 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000344610 protein_coding 12 1 13 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000616738 protein_coding 4 1 13 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371059 protein_coding 7 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371060 protein_coding 7 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000349533 protein_coding 11 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371058 protein_coding 1 5 13 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000344610 protein_coding 12 1 14 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000616738 protein_coding 4 1 14 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371059 protein_coding 7 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371060 protein_coding 7 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000349533 protein_coding 11 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371058 protein_coding 1 5 14 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000344610 protein_coding 12 1 15 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000616738 protein_coding 4 1 15 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371059 protein_coding 7 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371060 protein_coding 7 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000349533 protein_coding 11 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371058 protein_coding 1 5 15 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000344610 protein_coding 12 1 16 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000616738 protein_coding 4 1 16 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371059 protein_coding 7 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371060 protein_coding 7 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000349533 protein_coding 11 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371058 protein_coding 1 5 16 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000344610 protein_coding 12 1 17 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000616738 protein_coding 4 1 17 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371059 protein_coding 7 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371060 protein_coding 7 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000349533 protein_coding 11 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371058 protein_coding 1 5 17 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000344610 protein_coding 12 1 18 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000616738 protein_coding 4 1 18 LEPR ENSG00000116678 +CDS chr1 65626123 65626167 ENST00000371058 protein_coding 1 5 18 LEPR ENSG00000116678 +CDS chr1 65626123 65626167 ENST00000344610 protein_coding 12 1 19 LEPR ENSG00000116678 +CDS chr1 65630202 65630402 ENST00000371059 protein_coding 7 1 20 LEPR ENSG00000116678 +CDS chr1 65633152 65633166 ENST00000371060 protein_coding 7 1 20 LEPR ENSG00000116678 +CDS chr1 65633152 65633166 ENST00000616738 protein_coding 4 1 19 LEPR ENSG00000116678 +CDS chr1 65636191 65637012 ENST00000349533 protein_coding 11 1 20 LEPR ENSG00000116678 +transcript chr1 65792514 66374278 ENST00000329654 protein_coding 8 1 NA PDE4B ENSG00000184588 +transcript chr1 65792895 66374574 ENST00000341517 protein_coding 9 1 NA PDE4B ENSG00000184588 +CDS chr1 65913315 65913356 ENST00000329654 protein_coding 8 1 2 PDE4B ENSG00000184588 +CDS chr1 65913315 65913356 ENST00000341517 protein_coding 9 1 2 PDE4B ENSG00000184588 +CDS chr1 65918597 65918835 ENST00000329654 protein_coding 8 1 3 PDE4B ENSG00000184588 +CDS chr1 65918597 65918835 ENST00000341517 protein_coding 9 1 3 PDE4B ENSG00000184588 +transcript chr1 65992422 66374573 ENST00000423207 protein_coding 6 1 NA PDE4B ENSG00000184588 +CDS chr1 65992907 65993142 ENST00000423207 protein_coding 6 1 1 PDE4B ENSG00000184588 +transcript chr1 66152390 66332590 ENST00000412480 protein_coding 6 4 NA PDE4B ENSG00000184588 +CDS chr1 66152528 66152532 ENST00000412480 protein_coding 6 4 1 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000329654 protein_coding 8 1 4 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000341517 protein_coding 9 1 4 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000423207 protein_coding 6 1 2 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000412480 protein_coding 6 4 2 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000329654 protein_coding 8 1 5 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000341517 protein_coding 9 1 5 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000423207 protein_coding 6 1 3 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000412480 protein_coding 6 4 3 PDE4B ENSG00000184588 +transcript chr1 66257647 66266155 ENST00000491340 protein_coding 2 3 NA PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000491340 protein_coding 2 3 1 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000329654 protein_coding 8 1 6 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000341517 protein_coding 9 1 6 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000423207 protein_coding 6 1 4 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000412480 protein_coding 6 4 4 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000491340 protein_coding 2 3 2 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000329654 protein_coding 8 1 7 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000341517 protein_coding 9 1 7 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000423207 protein_coding 6 1 5 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000412480 protein_coding 6 4 5 PDE4B ENSG00000184588 +CDS chr1 66266038 66266125 ENST00000491340 protein_coding 2 3 3 PDE4B ENSG00000184588 +transcript chr1 66330728 66363215 ENST00000528771 protein_coding 5 4 NA PDE4B ENSG00000184588 +transcript chr1 66332004 66374579 ENST00000371045 protein_coding 9 1 NA PDE4B ENSG00000184588 +transcript chr1 66332149 66363234 ENST00000531025 protein_coding 5 4 NA PDE4B ENSG00000184588 +transcript chr1 66332189 66363260 ENST00000526197 protein_coding 5 4 NA PDE4B ENSG00000184588 +CDS chr1 66332390 66332620 ENST00000371045 protein_coding 9 1 1 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000329654 protein_coding 8 1 8 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000341517 protein_coding 9 1 8 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000423207 protein_coding 6 1 6 PDE4B ENSG00000184588 +CDS chr1 66332508 66332590 ENST00000412480 protein_coding 6 4 6 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000528771 protein_coding 5 4 2 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000531025 protein_coding 5 4 2 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000526197 protein_coding 5 4 2 PDE4B ENSG00000184588 +transcript chr1 66354382 66372738 ENST00000480109 protein_coding 2 1 NA PDE4B ENSG00000184588 +CDS chr1 66354847 66354894 ENST00000480109 protein_coding 2 1 1 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000329654 protein_coding 8 1 9 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000341517 protein_coding 9 1 9 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000423207 protein_coding 6 1 7 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000528771 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000371045 protein_coding 9 1 2 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000531025 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000526197 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000480109 protein_coding 2 1 2 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000329654 protein_coding 8 1 10 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000341517 protein_coding 9 1 10 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000423207 protein_coding 6 1 8 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000528771 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000371045 protein_coding 9 1 3 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000531025 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000526197 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000480109 protein_coding 2 1 3 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000329654 protein_coding 8 1 11 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000341517 protein_coding 9 1 11 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000423207 protein_coding 6 1 9 PDE4B ENSG00000184588 +CDS chr1 66363168 66363215 ENST00000528771 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000371045 protein_coding 9 1 4 PDE4B ENSG00000184588 +CDS chr1 66363168 66363234 ENST00000531025 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363260 ENST00000526197 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000480109 protein_coding 2 1 4 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000329654 protein_coding 8 1 12 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000341517 protein_coding 9 1 12 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000423207 protein_coding 6 1 10 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000371045 protein_coding 9 1 5 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000480109 protein_coding 2 1 5 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000329654 protein_coding 8 1 13 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000341517 protein_coding 9 1 13 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000423207 protein_coding 6 1 11 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000371045 protein_coding 9 1 6 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000480109 protein_coding 2 1 6 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000329654 protein_coding 8 1 14 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000341517 protein_coding 9 1 14 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000423207 protein_coding 6 1 12 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000371045 protein_coding 9 1 7 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000480109 protein_coding 2 1 7 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000329654 protein_coding 8 1 15 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000341517 protein_coding 9 1 15 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000423207 protein_coding 6 1 13 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000371045 protein_coding 9 1 8 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000480109 protein_coding 2 1 8 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000329654 protein_coding 8 1 16 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000341517 protein_coding 9 1 16 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000423207 protein_coding 6 1 14 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000371045 protein_coding 9 1 9 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000480109 protein_coding 2 1 9 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000329654 protein_coding 8 1 17 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000341517 protein_coding 9 1 17 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000423207 protein_coding 6 1 15 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000371045 protein_coding 9 1 10 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000480109 protein_coding 2 1 10 PDE4B ENSG00000184588 +transcript chr1 66533267 66748987 ENST00000682707 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533383 66744374 ENST00000237247 protein_coding 10 5 NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66690518 ENST00000684751 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66691982 ENST00000683291 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000682054 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000435165 protein_coding 3 2 NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000684539 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533586 66748987 ENST00000681971 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533590 66690432 ENST00000682476 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533590 66748987 ENST00000684168 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533592 66745085 ENST00000371039 protein_coding 5 1 NA SGIP1 ENSG00000118473 +transcript chr1 66533982 66748987 ENST00000684178 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534014 66748987 ENST00000684664 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534015 66748987 ENST00000682416 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534015 66748987 ENST00000683499 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534085 66748987 ENST00000683257 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66690523 ENST00000684083 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66743334 ENST00000682938 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66748987 ENST00000683581 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66748987 ENST00000682293 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534153 66751139 ENST00000371037 protein_coding 9 1 NA SGIP1 ENSG00000118473 +transcript chr1 66534161 66743595 ENST00000684651 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534179 66748987 ENST00000682762 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534187 66690457 ENST00000424320 protein_coding 6 3 NA SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682707 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000237247 protein_coding 10 5 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684751 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683291 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682054 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000435165 protein_coding 3 2 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684539 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000681971 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682476 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684168 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000371039 protein_coding 5 1 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684178 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684664 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682416 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683499 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683257 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684083 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682938 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683581 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682293 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000371037 protein_coding 9 1 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684651 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66590591 66590606 ENST00000424320 protein_coding 6 3 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682707 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000237247 protein_coding 10 5 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684751 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683291 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682054 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000435165 protein_coding 3 2 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684539 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000681971 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682476 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684168 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000371039 protein_coding 5 1 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684178 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684664 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682416 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683499 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683257 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684083 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682938 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683581 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682293 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000371037 protein_coding 9 1 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684651 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000424320 protein_coding 6 3 3 SGIP1 ENSG00000118473 +CDS chr1 66625913 66626010 ENST00000682762 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682707 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000237247 protein_coding 10 5 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684751 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683291 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682054 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000435165 protein_coding 3 2 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684539 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000681971 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682476 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684168 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000371039 protein_coding 5 1 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684178 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684664 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682416 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683499 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683257 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684083 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682938 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683581 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682293 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000371037 protein_coding 9 1 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684651 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682762 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000424320 protein_coding 6 3 4 SGIP1 ENSG00000118473 +CDS chr1 66634080 66634163 ENST00000237247 protein_coding 10 5 5 SGIP1 ENSG00000118473 +CDS chr1 66634080 66634163 ENST00000684651 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682707 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000681971 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682476 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000684168 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000684178 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682416 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000683499 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000371037 protein_coding 9 1 4 SGIP1 ENSG00000118473 +CDS chr1 66635947 66636015 ENST00000684651 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682707 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000237247 protein_coding 10 5 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684751 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683291 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682054 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000435165 protein_coding 3 2 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684539 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000681971 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682476 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684168 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000371039 protein_coding 5 1 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684178 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684664 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682416 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683499 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683257 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684083 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682938 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683581 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682293 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000371037 protein_coding 9 1 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684651 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682762 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000424320 protein_coding 6 3 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682707 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000237247 protein_coding 10 5 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684751 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683291 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682054 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000435165 protein_coding 3 2 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684539 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000681971 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682476 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684168 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000371039 protein_coding 5 1 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684178 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684664 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682416 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683499 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683257 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684083 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682938 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683581 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682293 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000371037 protein_coding 9 1 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684651 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682762 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000424320 protein_coding 6 3 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682707 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000237247 protein_coding 10 5 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684751 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683291 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682054 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000435165 protein_coding 3 2 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684539 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000681971 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682476 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684168 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000371039 protein_coding 5 1 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684178 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684664 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682416 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683499 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683257 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684083 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682938 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683581 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682293 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000371037 protein_coding 9 1 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684651 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682762 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000424320 protein_coding 6 3 7 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000237247 protein_coding 10 5 9 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000371037 protein_coding 9 1 8 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000684651 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000237247 protein_coding 10 5 10 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000371037 protein_coding 9 1 9 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000684651 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682707 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000237247 protein_coding 10 5 11 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684751 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683291 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682054 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000435165 protein_coding 3 2 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684539 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000681971 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682476 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684168 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000371039 protein_coding 5 1 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684178 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684664 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682416 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683499 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683257 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684083 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682938 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683581 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682293 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000371037 protein_coding 9 1 10 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684651 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682762 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000424320 protein_coding 6 3 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682707 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000237247 protein_coding 10 5 12 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684751 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683291 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682054 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000435165 protein_coding 3 2 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684539 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000681971 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682476 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684168 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000371039 protein_coding 5 1 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684178 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684664 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682416 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683499 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683257 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684083 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682938 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683581 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682293 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000371037 protein_coding 9 1 11 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684651 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682762 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000424320 protein_coding 6 3 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682707 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000237247 protein_coding 10 5 13 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684751 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683291 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682054 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000435165 protein_coding 3 2 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684539 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000681971 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682476 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684168 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000371039 protein_coding 5 1 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684178 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684664 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682416 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683499 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683257 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684083 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682938 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683581 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682293 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000371037 protein_coding 9 1 12 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684651 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682762 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000424320 protein_coding 6 3 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682707 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000237247 protein_coding 10 5 14 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684751 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683291 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682054 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000435165 protein_coding 3 2 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684539 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000681971 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682476 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684168 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000371039 protein_coding 5 1 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684178 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684664 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682416 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683499 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683257 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684083 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682938 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683581 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682293 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000371037 protein_coding 9 1 13 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684651 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682762 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000424320 protein_coding 6 3 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682707 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000237247 protein_coding 10 5 15 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684751 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683291 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682054 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000435165 protein_coding 3 2 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684539 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000681971 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682476 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684168 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000371039 protein_coding 5 1 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684178 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684664 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682416 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683499 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683257 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684083 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682938 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683581 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682293 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000371037 protein_coding 9 1 14 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684651 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682762 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000424320 protein_coding 6 3 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000237247 protein_coding 10 5 16 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000682054 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000683499 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000684083 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000682938 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000683581 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000371037 protein_coding 9 1 15 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000684651 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +transcript chr1 66682294 66690531 ENST00000487507 protein_coding 1 2 NA SGIP1 ENSG00000118473 +CDS chr1 66682294 66682369 ENST00000487507 protein_coding 1 2 1 SGIP1 ENSG00000118473 +CDS chr1 66684107 66684187 ENST00000237247 protein_coding 10 5 17 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682707 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000237247 protein_coding 10 5 18 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000684751 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683291 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682054 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000435165 protein_coding 3 2 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684539 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000681971 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000682476 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684168 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000371039 protein_coding 5 1 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684178 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684664 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682416 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683499 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683257 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000684083 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682938 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683581 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682293 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000371037 protein_coding 9 1 16 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684651 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682762 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000424320 protein_coding 6 3 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000487507 protein_coding 1 2 2 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682707 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000237247 protein_coding 10 5 19 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000683291 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682054 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000435165 protein_coding 3 2 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684539 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000681971 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684168 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000371039 protein_coding 5 1 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684178 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684664 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682416 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683499 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683257 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682938 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683581 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682293 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000371037 protein_coding 9 1 17 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684651 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682762 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000424320 protein_coding 6 3 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000487507 protein_coding 1 2 3 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000684168 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000371039 protein_coding 5 1 15 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000684664 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000682416 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682707 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000237247 protein_coding 10 5 20 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682054 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684539 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684178 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683499 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683257 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682938 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683581 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000371037 protein_coding 9 1 18 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684651 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682707 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000237247 protein_coding 10 5 21 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682054 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000435165 protein_coding 3 2 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684539 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000681971 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684168 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000371039 protein_coding 5 1 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684178 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684664 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682416 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683499 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683257 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682938 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683581 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682293 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000371037 protein_coding 9 1 19 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684651 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682762 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682707 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000237247 protein_coding 10 5 22 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682054 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000435165 protein_coding 3 2 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684539 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000681971 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684168 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000371039 protein_coding 5 1 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684178 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684664 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729380 ENST00000682416 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683499 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683257 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682938 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683581 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682293 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000371037 protein_coding 9 1 20 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684651 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682762 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682707 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000237247 protein_coding 10 5 23 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682054 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000435165 protein_coding 3 2 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684539 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000681971 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684168 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000371039 protein_coding 5 1 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684178 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684664 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682416 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683499 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683257 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682938 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683581 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682293 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000371037 protein_coding 9 1 21 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684651 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682762 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682707 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000237247 protein_coding 10 5 24 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682054 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000435165 protein_coding 3 2 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684539 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000681971 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684168 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000371039 protein_coding 5 1 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684178 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684664 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682416 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683499 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683257 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683581 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682293 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000371037 protein_coding 9 1 22 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684651 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682762 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682707 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000237247 protein_coding 10 5 25 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682054 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000435165 protein_coding 3 2 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684539 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000681971 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684168 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000371039 protein_coding 5 1 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684178 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684664 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682416 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683499 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683257 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683581 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682293 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000371037 protein_coding 9 1 23 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684651 protein_coding 1 NA 24 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682762 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682707 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000237247 protein_coding 10 5 26 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682054 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000435165 protein_coding 3 2 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684539 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000681971 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684168 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000371039 protein_coding 5 1 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684178 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684664 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682416 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683499 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683257 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683581 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682293 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000371037 protein_coding 9 1 24 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684651 protein_coding 1 NA 25 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682762 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682707 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000237247 protein_coding 10 5 27 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682054 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000435165 protein_coding 3 2 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684539 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000681971 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684168 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000371039 protein_coding 5 1 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684178 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684664 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682416 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683499 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683257 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743171 ENST00000682938 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683581 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682293 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000371037 protein_coding 9 1 25 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684651 protein_coding 1 NA 26 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682762 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +transcript chr1 66752459 66779047 ENST00000282670 protein_coding 7 1 NA DYNLT5 ENSG00000152760 +CDS chr1 66754659 66754777 ENST00000282670 protein_coding 7 1 2 DYNLT5 ENSG00000152760 +CDS chr1 66770387 66770478 ENST00000282670 protein_coding 7 1 3 DYNLT5 ENSG00000152760 +CDS chr1 66776279 66776403 ENST00000282670 protein_coding 7 1 4 DYNLT5 ENSG00000152760 +CDS chr1 66777251 66777451 ENST00000282670 protein_coding 7 1 5 DYNLT5 ENSG00000152760 +transcript chr1 66797740 66801276 ENST00000304526 protein_coding 3 1 NA INSL5 ENSG00000172410 +CDS chr1 66798016 66798245 ENST00000304526 protein_coding 3 1 2 INSL5 ENSG00000172410 +CDS chr1 66801047 66801221 ENST00000304526 protein_coding 3 1 1 INSL5 ENSG00000172410 +transcript chr1 66812885 66924856 ENST00000371026 protein_coding 8 1 NA DNAI4 ENSG00000152763 +transcript chr1 66813970 66874878 ENST00000464352 protein_coding 6 2 NA DNAI4 ENSG00000152763 +CDS chr1 66814133 66814180 ENST00000371026 protein_coding 8 1 17 DNAI4 ENSG00000152763 +CDS chr1 66814133 66814180 ENST00000464352 protein_coding 6 2 12 DNAI4 ENSG00000152763 +CDS chr1 66822361 66822517 ENST00000371026 protein_coding 8 1 16 DNAI4 ENSG00000152763 +CDS chr1 66822361 66822517 ENST00000464352 protein_coding 6 2 11 DNAI4 ENSG00000152763 +CDS chr1 66826820 66827046 ENST00000371026 protein_coding 8 1 15 DNAI4 ENSG00000152763 +CDS chr1 66826820 66827046 ENST00000464352 protein_coding 6 2 10 DNAI4 ENSG00000152763 +CDS chr1 66827812 66827910 ENST00000371026 protein_coding 8 1 14 DNAI4 ENSG00000152763 +CDS chr1 66833585 66833706 ENST00000371026 protein_coding 8 1 13 DNAI4 ENSG00000152763 +CDS chr1 66833585 66833706 ENST00000464352 protein_coding 6 2 9 DNAI4 ENSG00000152763 +CDS chr1 66833991 66834148 ENST00000371026 protein_coding 8 1 12 DNAI4 ENSG00000152763 +CDS chr1 66833991 66834148 ENST00000464352 protein_coding 6 2 8 DNAI4 ENSG00000152763 +CDS chr1 66835626 66835777 ENST00000371026 protein_coding 8 1 11 DNAI4 ENSG00000152763 +CDS chr1 66835626 66835777 ENST00000464352 protein_coding 6 2 7 DNAI4 ENSG00000152763 +transcript chr1 66837603 66924840 ENST00000371023 protein_coding 7 1 NA DNAI4 ENSG00000152763 +transcript chr1 66837607 66862303 ENST00000531552 protein_coding 1 3 NA DNAI4 ENSG00000152763 +CDS chr1 66837656 66837796 ENST00000371023 protein_coding 7 1 10 DNAI4 ENSG00000152763 +CDS chr1 66837656 66837796 ENST00000531552 protein_coding 1 3 3 DNAI4 ENSG00000152763 +CDS chr1 66837710 66837796 ENST00000371026 protein_coding 8 1 10 DNAI4 ENSG00000152763 +CDS chr1 66837710 66837796 ENST00000464352 protein_coding 6 2 6 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000371026 protein_coding 8 1 9 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000464352 protein_coding 6 2 5 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000371023 protein_coding 7 1 9 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000531552 protein_coding 1 3 2 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000371026 protein_coding 8 1 8 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000464352 protein_coding 6 2 4 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000371023 protein_coding 7 1 8 DNAI4 ENSG00000152763 +transcript chr1 66847924 66871509 ENST00000469450 protein_coding 1 3 NA DNAI4 ENSG00000152763 +CDS chr1 66848244 66848311 ENST00000469450 protein_coding 1 3 3 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000371026 protein_coding 8 1 7 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000464352 protein_coding 6 2 3 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000371023 protein_coding 7 1 7 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862303 ENST00000531552 protein_coding 1 3 1 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000469450 protein_coding 1 3 2 DNAI4 ENSG00000152763 +transcript chr1 66870805 66924846 ENST00000371022 protein_coding 3 5 NA DNAI4 ENSG00000152763 +CDS chr1 66871350 66871509 ENST00000371022 protein_coding 3 5 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000371026 protein_coding 8 1 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000464352 protein_coding 6 2 2 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000371023 protein_coding 7 1 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000469450 protein_coding 1 3 1 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371026 protein_coding 8 1 5 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874878 ENST00000464352 protein_coding 6 2 1 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371023 protein_coding 7 1 5 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371022 protein_coding 3 5 5 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371026 protein_coding 8 1 4 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371023 protein_coding 7 1 4 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371022 protein_coding 3 5 4 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371026 protein_coding 8 1 3 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371023 protein_coding 7 1 3 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371022 protein_coding 3 5 3 DNAI4 ENSG00000152763 +transcript chr1 66904859 66907016 ENST00000488333 protein_coding 2 3 NA DNAI4 ENSG00000152763 +CDS chr1 66905183 66905329 ENST00000488333 protein_coding 2 3 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371026 protein_coding 8 1 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371023 protein_coding 7 1 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371022 protein_coding 3 5 2 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371026 protein_coding 8 1 1 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371023 protein_coding 7 1 1 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371022 protein_coding 3 5 1 DNAI4 ENSG00000152763 +transcript chr1 66924895 66988619 ENST00000355977 protein_coding 10 5 NA MIER1 ENSG00000198160 +transcript chr1 66924895 66988619 ENST00000371018 protein_coding 7 1 NA MIER1 ENSG00000198160 +transcript chr1 66924957 66988031 ENST00000357692 protein_coding 6 1 NA MIER1 ENSG00000198160 +transcript chr1 66924959 66986670 ENST00000371016 protein_coding 5 1 NA MIER1 ENSG00000198160 +transcript chr1 66924959 66986670 ENST00000371014 protein_coding 5 2 NA MIER1 ENSG00000198160 +transcript chr1 66924967 66948240 ENST00000371012 protein_coding 6 2 NA MIER1 ENSG00000198160 +transcript chr1 66924990 66988619 ENST00000401041 protein_coding 6 2 NA MIER1 ENSG00000198160 +CDS chr1 66925029 66925095 ENST00000401041 protein_coding 6 2 1 MIER1 ENSG00000198160 +CDS chr1 66925029 66925095 ENST00000371014 protein_coding 5 2 1 MIER1 ENSG00000198160 +CDS chr1 66926142 66926242 ENST00000401041 protein_coding 6 2 2 MIER1 ENSG00000198160 +CDS chr1 66926142 66926242 ENST00000371014 protein_coding 5 2 2 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000357692 protein_coding 6 1 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371016 protein_coding 5 1 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371012 protein_coding 6 2 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371018 protein_coding 7 1 3 MIER1 ENSG00000198160 +transcript chr1 66930243 66986670 ENST00000401042 protein_coding 7 1 NA MIER1 ENSG00000198160 +transcript chr1 66930243 66988030 ENST00000355356 protein_coding 3 1 NA MIER1 ENSG00000198160 +CDS chr1 66930392 66930400 ENST00000401042 protein_coding 7 1 1 MIER1 ENSG00000198160 +CDS chr1 66930392 66930400 ENST00000355356 protein_coding 3 1 1 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000357692 protein_coding 6 1 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000401041 protein_coding 6 2 3 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371016 protein_coding 5 1 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371014 protein_coding 5 2 3 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371012 protein_coding 6 2 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000401042 protein_coding 7 1 2 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000355356 protein_coding 3 1 2 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371018 protein_coding 7 1 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000357692 protein_coding 6 1 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000401041 protein_coding 6 2 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371016 protein_coding 5 1 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371014 protein_coding 5 2 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946307 ENST00000371012 protein_coding 6 2 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000401042 protein_coding 7 1 3 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000355356 protein_coding 3 1 3 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371018 protein_coding 7 1 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000357692 protein_coding 6 1 6 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000401041 protein_coding 6 2 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371016 protein_coding 5 1 6 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371014 protein_coding 5 2 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000401042 protein_coding 7 1 4 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000355356 protein_coding 3 1 4 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371018 protein_coding 7 1 6 MIER1 ENSG00000198160 +CDS chr1 66958068 66958220 ENST00000355977 protein_coding 10 5 4 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000357692 protein_coding 6 1 7 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000401041 protein_coding 6 2 6 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371016 protein_coding 5 1 7 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371014 protein_coding 5 2 6 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000401042 protein_coding 7 1 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000355356 protein_coding 3 1 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000355977 protein_coding 10 5 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371018 protein_coding 7 1 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000357692 protein_coding 6 1 8 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000401041 protein_coding 6 2 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371016 protein_coding 5 1 8 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371014 protein_coding 5 2 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000401042 protein_coding 7 1 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000355356 protein_coding 3 1 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000355977 protein_coding 10 5 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371018 protein_coding 7 1 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000357692 protein_coding 6 1 9 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000401041 protein_coding 6 2 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371016 protein_coding 5 1 9 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371014 protein_coding 5 2 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000401042 protein_coding 7 1 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000355356 protein_coding 3 1 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000355977 protein_coding 10 5 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371018 protein_coding 7 1 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000357692 protein_coding 6 1 10 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000401041 protein_coding 6 2 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371016 protein_coding 5 1 10 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371014 protein_coding 5 2 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000401042 protein_coding 7 1 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000355356 protein_coding 3 1 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000355977 protein_coding 10 5 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371018 protein_coding 7 1 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000357692 protein_coding 6 1 11 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000401041 protein_coding 6 2 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371016 protein_coding 5 1 11 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371014 protein_coding 5 2 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000401042 protein_coding 7 1 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000355356 protein_coding 3 1 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000355977 protein_coding 10 5 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371018 protein_coding 7 1 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000357692 protein_coding 6 1 12 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000401041 protein_coding 6 2 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371016 protein_coding 5 1 12 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371014 protein_coding 5 2 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000401042 protein_coding 7 1 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000355356 protein_coding 3 1 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000355977 protein_coding 10 5 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371018 protein_coding 7 1 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000357692 protein_coding 6 1 13 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000401041 protein_coding 6 2 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371016 protein_coding 5 1 13 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371014 protein_coding 5 2 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000401042 protein_coding 7 1 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000355356 protein_coding 3 1 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000355977 protein_coding 10 5 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371018 protein_coding 7 1 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000357692 protein_coding 6 1 14 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000401041 protein_coding 6 2 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371016 protein_coding 5 1 14 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371014 protein_coding 5 2 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000401042 protein_coding 7 1 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000355356 protein_coding 3 1 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000355977 protein_coding 10 5 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371018 protein_coding 7 1 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000357692 protein_coding 6 1 15 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000401041 protein_coding 6 2 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000371016 protein_coding 5 1 15 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000371014 protein_coding 5 2 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000401042 protein_coding 7 1 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000355356 protein_coding 3 1 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000355977 protein_coding 10 5 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984652 ENST00000371018 protein_coding 7 1 15 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371016 protein_coding 5 1 16 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371014 protein_coding 5 2 15 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000401042 protein_coding 7 1 14 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000355977 protein_coding 10 5 14 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371018 protein_coding 7 1 16 MIER1 ENSG00000198160 +transcript chr1 66999350 67054148 ENST00000235345 protein_coding 6 1 NA SLC35D1 ENSG00000116704 +CDS chr1 67004343 67004448 ENST00000235345 protein_coding 6 1 12 SLC35D1 ENSG00000116704 +CDS chr1 67009085 67009167 ENST00000235345 protein_coding 6 1 11 SLC35D1 ENSG00000116704 +CDS chr1 67020369 67020447 ENST00000235345 protein_coding 6 1 10 SLC35D1 ENSG00000116704 +CDS chr1 67021535 67021602 ENST00000235345 protein_coding 6 1 9 SLC35D1 ENSG00000116704 +CDS chr1 67042236 67042328 ENST00000235345 protein_coding 6 1 8 SLC35D1 ENSG00000116704 +CDS chr1 67047265 67047367 ENST00000235345 protein_coding 6 1 7 SLC35D1 ENSG00000116704 +CDS chr1 67049782 67049850 ENST00000235345 protein_coding 6 1 6 SLC35D1 ENSG00000116704 +CDS chr1 67050433 67050504 ENST00000235345 protein_coding 6 1 5 SLC35D1 ENSG00000116704 +CDS chr1 67052012 67052079 ENST00000235345 protein_coding 6 1 4 SLC35D1 ENSG00000116704 +CDS chr1 67052771 67052857 ENST00000235345 protein_coding 6 1 3 SLC35D1 ENSG00000116704 +CDS chr1 67052956 67052989 ENST00000235345 protein_coding 6 1 2 SLC35D1 ENSG00000116704 +CDS chr1 67053811 67054013 ENST00000235345 protein_coding 6 1 1 SLC35D1 ENSG00000116704 +transcript chr1 67092165 67231852 ENST00000371007 protein_coding 6 5 NA C1orf141 ENSG00000203963 +transcript chr1 67092165 67134970 ENST00000684719 protein_coding 1 NA NA C1orf141 ENSG00000203963 +transcript chr1 67092176 67127261 ENST00000371006 protein_coding 5 2 NA C1orf141 ENSG00000203963 +transcript chr1 67092176 67127261 ENST00000475209 protein_coding 6 5 NA C1orf141 ENSG00000203963 +transcript chr1 67092397 67127261 ENST00000621590 protein_coding 4 5 NA C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000371007 protein_coding 6 5 8 C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000371006 protein_coding 5 2 6 C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000684719 protein_coding 1 NA 8 C1orf141 ENSG00000203963 +transcript chr1 67093559 67231853 ENST00000448166 protein_coding 6 5 NA C1orf141 ENSG00000203963 +CDS chr1 67093559 67093604 ENST00000448166 protein_coding 6 5 10 C1orf141 ENSG00000203963 +CDS chr1 67093583 67093604 ENST00000475209 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000371007 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000448166 protein_coding 6 5 9 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000371006 protein_coding 5 2 5 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000684719 protein_coding 1 NA 7 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000371007 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000448166 protein_coding 6 5 8 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000371006 protein_coding 5 2 4 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000475209 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000684719 protein_coding 1 NA 6 C1orf141 ENSG00000203963 +transcript chr1 67096296 67134977 ENST00000603691 protein_coding 1 5 NA C1orf141 ENSG00000203963 +CDS chr1 67096296 67096321 ENST00000603691 protein_coding 1 5 8 C1orf141 ENSG00000203963 +CDS chr1 67096315 67096321 ENST00000621590 protein_coding 4 5 3 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000448166 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000603691 protein_coding 1 5 7 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000475209 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000448166 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000603691 protein_coding 1 5 6 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000475209 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000371007 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000448166 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000603691 protein_coding 1 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000371006 protein_coding 5 2 3 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000475209 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000684719 protein_coding 1 NA 5 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000371007 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000448166 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000603691 protein_coding 1 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000371006 protein_coding 5 2 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000475209 protein_coding 6 5 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000621590 protein_coding 4 5 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000684719 protein_coding 1 NA 4 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000371007 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000448166 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000603691 protein_coding 1 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000371006 protein_coding 5 2 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000475209 protein_coding 6 5 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000621590 protein_coding 4 5 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000684719 protein_coding 1 NA 3 C1orf141 ENSG00000203963 +transcript chr1 67138907 67259167 ENST00000637002 protein_coding 1 1 NA IL23R ENSG00000162594 +transcript chr1 67166454 67259979 ENST00000347310 protein_coding 10 1 NA IL23R ENSG00000162594 +CDS chr1 67168121 67168190 ENST00000347310 protein_coding 10 1 2 IL23R ENSG00000162594 +CDS chr1 67169342 67169638 ENST00000347310 protein_coding 10 1 3 IL23R ENSG00000162594 +CDS chr1 67182836 67182959 ENST00000347310 protein_coding 10 1 4 IL23R ENSG00000162594 +CDS chr1 67200737 67200897 ENST00000347310 protein_coding 10 1 5 IL23R ENSG00000162594 +CDS chr1 67200855 67200897 ENST00000637002 protein_coding 1 1 5 IL23R ENSG00000162594 +CDS chr1 67206910 67207055 ENST00000637002 protein_coding 1 1 6 IL23R ENSG00000162594 +CDS chr1 67206910 67207055 ENST00000347310 protein_coding 10 1 6 IL23R ENSG00000162594 +transcript chr1 67207616 67259248 ENST00000425614 protein_coding 3 1 NA IL23R ENSG00000162594 +CDS chr1 67207666 67207698 ENST00000425614 protein_coding 3 1 1 IL23R ENSG00000162594 +transcript chr1 67219557 67259671 ENST00000395227 protein_coding 2 3 NA IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000637002 protein_coding 1 1 7 IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000347310 protein_coding 10 1 7 IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000425614 protein_coding 3 1 2 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000637002 protein_coding 1 1 8 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000347310 protein_coding 10 1 8 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000425614 protein_coding 3 1 3 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000637002 protein_coding 1 1 9 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000347310 protein_coding 10 1 9 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000425614 protein_coding 3 1 4 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000637002 protein_coding 1 1 10 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000347310 protein_coding 10 1 10 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000425614 protein_coding 3 1 5 IL23R ENSG00000162594 +CDS chr1 67255895 67255927 ENST00000395227 protein_coding 2 3 2 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000637002 protein_coding 1 1 11 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000347310 protein_coding 10 1 11 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000425614 protein_coding 3 1 6 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000395227 protein_coding 2 3 3 IL23R ENSG00000162594 +transcript chr1 67307364 67396900 ENST00000262345 protein_coding 5 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307364 67396900 ENST00000544434 protein_coding 5 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307853 67397058 ENST00000541374 protein_coding 6 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307873 67395835 ENST00000371000 protein_coding 5 2 NA IL12RB2 ENSG00000081985 +transcript chr1 67307873 67398724 ENST00000674203 protein_coding 2 NA NA IL12RB2 ENSG00000081985 +transcript chr1 67307905 67397090 ENST00000648487 protein_coding 1 NA NA IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000262345 protein_coding 5 1 2 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000544434 protein_coding 5 1 2 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000541374 protein_coding 6 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000371000 protein_coding 5 2 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000674203 protein_coding 2 NA 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000648487 protein_coding 1 NA 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000262345 protein_coding 5 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000544434 protein_coding 5 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000541374 protein_coding 6 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000371000 protein_coding 5 2 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000674203 protein_coding 2 NA 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000648487 protein_coding 1 NA 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000262345 protein_coding 5 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000544434 protein_coding 5 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000541374 protein_coding 6 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000371000 protein_coding 5 2 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000674203 protein_coding 2 NA 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000648487 protein_coding 1 NA 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000262345 protein_coding 5 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000544434 protein_coding 5 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000541374 protein_coding 6 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000371000 protein_coding 5 2 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000674203 protein_coding 2 NA 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000648487 protein_coding 1 NA 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000262345 protein_coding 5 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000544434 protein_coding 5 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000541374 protein_coding 6 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000371000 protein_coding 5 2 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000674203 protein_coding 2 NA 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000648487 protein_coding 1 NA 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000262345 protein_coding 5 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000544434 protein_coding 5 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000541374 protein_coding 6 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000371000 protein_coding 5 2 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000674203 protein_coding 2 NA 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000648487 protein_coding 1 NA 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000262345 protein_coding 5 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000544434 protein_coding 5 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000541374 protein_coding 6 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000371000 protein_coding 5 2 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000674203 protein_coding 2 NA 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000648487 protein_coding 1 NA 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000262345 protein_coding 5 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000544434 protein_coding 5 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000541374 protein_coding 6 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000371000 protein_coding 5 2 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000674203 protein_coding 2 NA 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000648487 protein_coding 1 NA 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000262345 protein_coding 5 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000544434 protein_coding 5 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000541374 protein_coding 6 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000371000 protein_coding 5 2 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000674203 protein_coding 2 NA 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000648487 protein_coding 1 NA 11 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000262345 protein_coding 5 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000371000 protein_coding 5 2 12 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000674203 protein_coding 2 NA 12 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000648487 protein_coding 1 NA 12 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000262345 protein_coding 5 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000371000 protein_coding 5 2 13 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000674203 protein_coding 2 NA 13 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000648487 protein_coding 1 NA 13 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000262345 protein_coding 5 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000544434 protein_coding 5 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000541374 protein_coding 6 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000371000 protein_coding 5 2 14 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000674203 protein_coding 2 NA 14 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000648487 protein_coding 1 NA 14 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000262345 protein_coding 5 1 14 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000544434 protein_coding 5 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000371000 protein_coding 5 2 15 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000674203 protein_coding 2 NA 15 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000648487 protein_coding 1 NA 15 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000262345 protein_coding 5 1 15 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000544434 protein_coding 5 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000674203 protein_coding 2 NA 16 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000648487 protein_coding 1 NA 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000262345 protein_coding 5 1 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000544434 protein_coding 5 1 14 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67395596 ENST00000541374 protein_coding 6 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67395577 ENST00000371000 protein_coding 5 2 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000674203 protein_coding 2 NA 17 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000648487 protein_coding 1 NA 17 IL12RB2 ENSG00000081985 +transcript chr1 67407810 67430415 ENST00000370994 protein_coding 8 1 NA SERBP1 ENSG00000142864 +transcript chr1 67407810 67430402 ENST00000361219 protein_coding 11 1 NA SERBP1 ENSG00000142864 +transcript chr1 67411038 67430386 ENST00000370995 protein_coding 6 1 NA SERBP1 ENSG00000142864 +transcript chr1 67412867 67430372 ENST00000370990 protein_coding 5 1 NA SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370994 protein_coding 8 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370995 protein_coding 6 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000361219 protein_coding 11 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370990 protein_coding 5 1 8 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370994 protein_coding 8 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370995 protein_coding 6 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000361219 protein_coding 11 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370990 protein_coding 5 1 7 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370994 protein_coding 8 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370995 protein_coding 6 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000361219 protein_coding 11 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370990 protein_coding 5 1 6 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424277 ENST00000370994 protein_coding 8 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424322 ENST00000370995 protein_coding 6 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424277 ENST00000361219 protein_coding 11 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424322 ENST00000370990 protein_coding 5 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424959 ENST00000370994 protein_coding 8 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424977 ENST00000370995 protein_coding 6 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424977 ENST00000361219 protein_coding 11 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424959 ENST00000370990 protein_coding 5 1 4 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370994 protein_coding 8 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370995 protein_coding 6 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000361219 protein_coding 11 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370990 protein_coding 5 1 3 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370994 protein_coding 8 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370995 protein_coding 6 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000361219 protein_coding 11 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370990 protein_coding 5 1 2 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370994 protein_coding 8 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370995 protein_coding 6 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000361219 protein_coding 11 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370990 protein_coding 5 1 1 SERBP1 ENSG00000142864 +transcript chr1 67685201 67688334 ENST00000370986 protein_coding 9 1 NA GADD45A ENSG00000116717 +transcript chr1 67685201 67687986 ENST00000370985 protein_coding 4 1 NA GADD45A ENSG00000116717 +transcript chr1 67685214 67687986 ENST00000650283 protein_coding 1 NA NA GADD45A ENSG00000116717 +transcript chr1 67685214 67687986 ENST00000648742 protein_coding 1 NA NA GADD45A ENSG00000116717 +transcript chr1 67685405 67688333 ENST00000617962 protein_coding 2 1 NA GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000370986 protein_coding 9 1 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000370985 protein_coding 4 1 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000650283 protein_coding 1 NA 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000648742 protein_coding 1 NA 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000617962 protein_coding 2 1 1 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000370986 protein_coding 9 1 2 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000650283 protein_coding 1 NA 2 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000617962 protein_coding 2 1 2 GADD45A ENSG00000116717 +CDS chr1 67686350 67686587 ENST00000370986 protein_coding 9 1 3 GADD45A ENSG00000116717 +CDS chr1 67686350 67686587 ENST00000370985 protein_coding 4 1 2 GADD45A ENSG00000116717 +CDS chr1 67686404 67686587 ENST00000617962 protein_coding 2 1 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000370986 protein_coding 9 1 4 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000370985 protein_coding 4 1 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687694 ENST00000650283 protein_coding 1 NA 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687694 ENST00000648742 protein_coding 1 NA 2 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000617962 protein_coding 2 1 4 GADD45A ENSG00000116717 +transcript chr1 67701475 67833467 ENST00000370982 protein_coding 4 1 NA GNG12 ENSG00000172380 +CDS chr1 67705454 67705576 ENST00000370982 protein_coding 4 1 4 GNG12 ENSG00000172380 +CDS chr1 67707594 67707686 ENST00000370982 protein_coding 4 1 3 GNG12 ENSG00000172380 +transcript chr1 68045886 68051631 ENST00000370981 protein_coding 3 2 NA DIRAS3 ENSG00000162595 +transcript chr1 68045962 68050627 ENST00000646789 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +transcript chr1 68045962 68051623 ENST00000693623 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +transcript chr1 68046235 68051717 ENST00000691269 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000370981 protein_coding 3 2 4 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000646789 protein_coding 1 NA 2 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000693623 protein_coding 1 NA 3 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000691269 protein_coding 1 NA 2 DIRAS3 ENSG00000162595 +transcript chr1 68098473 68232545 ENST00000354777 protein_coding 6 1 NA WLS ENSG00000116729 +CDS chr1 68098635 68098753 ENST00000354777 protein_coding 6 1 12 WLS ENSG00000116729 +transcript chr1 68125360 68232523 ENST00000262348 protein_coding 9 1 NA WLS ENSG00000116729 +transcript chr1 68125492 68232544 ENST00000370976 protein_coding 7 1 NA WLS ENSG00000116729 +CDS chr1 68126229 68126335 ENST00000262348 protein_coding 9 1 12 WLS ENSG00000116729 +CDS chr1 68126229 68126335 ENST00000370976 protein_coding 7 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000354777 protein_coding 6 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000262348 protein_coding 9 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000370976 protein_coding 7 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000354777 protein_coding 6 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000262348 protein_coding 9 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000370976 protein_coding 7 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000354777 protein_coding 6 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000262348 protein_coding 9 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000370976 protein_coding 7 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000354777 protein_coding 6 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000262348 protein_coding 9 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000370976 protein_coding 7 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000354777 protein_coding 6 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000262348 protein_coding 9 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000370976 protein_coding 7 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000354777 protein_coding 6 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000262348 protein_coding 9 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000370976 protein_coding 7 1 5 WLS ENSG00000116729 +transcript chr1 68150268 68232280 ENST00000534713 protein_coding 5 3 NA WLS ENSG00000116729 +CDS chr1 68150268 68150356 ENST00000534713 protein_coding 5 3 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000354777 protein_coding 6 1 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000262348 protein_coding 9 1 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000370976 protein_coding 7 1 4 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000534713 protein_coding 5 3 4 WLS ENSG00000116729 +transcript chr1 68153517 68231687 ENST00000533537 protein_coding 5 4 NA WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000533537 protein_coding 5 4 4 WLS ENSG00000116729 +transcript chr1 68153517 68233018 ENST00000530486 protein_coding 5 5 NA WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000530486 protein_coding 5 5 5 WLS ENSG00000116729 +transcript chr1 68153554 68232523 ENST00000370973 protein_coding 2 4 NA WLS ENSG00000116729 +CDS chr1 68153554 68153653 ENST00000370973 protein_coding 2 4 5 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000354777 protein_coding 6 1 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000262348 protein_coding 9 1 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000370976 protein_coding 7 1 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000534713 protein_coding 5 3 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000533537 protein_coding 5 4 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000530486 protein_coding 5 5 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000370973 protein_coding 2 4 4 WLS ENSG00000116729 +transcript chr1 68155172 68233120 ENST00000471243 protein_coding 2 4 NA WLS ENSG00000116729 +CDS chr1 68155172 68155260 ENST00000471243 protein_coding 2 4 4 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000354777 protein_coding 6 1 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000262348 protein_coding 9 1 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000370976 protein_coding 7 1 2 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000534713 protein_coding 5 3 2 WLS ENSG00000116729 +CDS chr1 68159123 68159227 ENST00000533537 protein_coding 5 4 2 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000530486 protein_coding 5 5 3 WLS ENSG00000116729 +CDS chr1 68159123 68159227 ENST00000370973 protein_coding 2 4 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000471243 protein_coding 2 4 3 WLS ENSG00000116729 +transcript chr1 68193858 68232523 ENST00000370971 protein_coding 1 1 NA WLS ENSG00000116729 +CDS chr1 68193953 68194227 ENST00000370971 protein_coding 1 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194221 ENST00000354777 protein_coding 6 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194227 ENST00000262348 protein_coding 9 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194198 ENST00000530486 protein_coding 5 5 2 WLS ENSG00000116729 +CDS chr1 68193955 68194198 ENST00000471243 protein_coding 2 4 2 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000354777 protein_coding 6 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000262348 protein_coding 9 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000370976 protein_coding 7 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232280 ENST00000534713 protein_coding 5 3 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000370971 protein_coding 1 1 1 WLS ENSG00000116729 +transcript chr1 68428822 68449954 ENST00000262340 protein_coding 6 1 NA RPE65 ENSG00000116745 +CDS chr1 68429779 68429927 ENST00000262340 protein_coding 6 1 14 RPE65 ENSG00000116745 +CDS chr1 68431065 68431176 ENST00000262340 protein_coding 6 1 13 RPE65 ENSG00000116745 +CDS chr1 68431282 68431376 ENST00000262340 protein_coding 6 1 12 RPE65 ENSG00000116745 +CDS chr1 68431471 68431585 ENST00000262340 protein_coding 6 1 11 RPE65 ENSG00000116745 +CDS chr1 68438187 68438316 ENST00000262340 protein_coding 6 1 10 RPE65 ENSG00000116745 +CDS chr1 68438942 68439081 ENST00000262340 protein_coding 6 1 9 RPE65 ENSG00000116745 +CDS chr1 68439191 68439323 ENST00000262340 protein_coding 6 1 8 RPE65 ENSG00000116745 +CDS chr1 68439561 68439642 ENST00000262340 protein_coding 6 1 7 RPE65 ENSG00000116745 +CDS chr1 68440853 68441000 ENST00000262340 protein_coding 6 1 6 RPE65 ENSG00000116745 +CDS chr1 68444531 68444672 ENST00000262340 protein_coding 6 1 5 RPE65 ENSG00000116745 +CDS chr1 68444776 68444883 ENST00000262340 protein_coding 6 1 4 RPE65 ENSG00000116745 +CDS chr1 68446710 68446860 ENST00000262340 protein_coding 6 1 3 RPE65 ENSG00000116745 +CDS chr1 68448624 68448706 ENST00000262340 protein_coding 6 1 2 RPE65 ENSG00000116745 +CDS chr1 68449895 68449905 ENST00000262340 protein_coding 6 1 1 RPE65 ENSG00000116745 +transcript chr1 68474152 68497082 ENST00000456315 protein_coding 7 1 NA DEPDC1 ENSG00000024526 +transcript chr1 68474152 68497221 ENST00000370966 protein_coding 9 1 NA DEPDC1 ENSG00000024526 +CDS chr1 68476935 68477069 ENST00000456315 protein_coding 7 1 12 DEPDC1 ENSG00000024526 +CDS chr1 68476935 68477069 ENST00000370966 protein_coding 9 1 11 DEPDC1 ENSG00000024526 +CDS chr1 68477787 68477972 ENST00000456315 protein_coding 7 1 11 DEPDC1 ENSG00000024526 +CDS chr1 68477787 68477972 ENST00000370966 protein_coding 9 1 10 DEPDC1 ENSG00000024526 +CDS chr1 68479144 68479320 ENST00000456315 protein_coding 7 1 10 DEPDC1 ENSG00000024526 +CDS chr1 68479144 68479320 ENST00000370966 protein_coding 9 1 9 DEPDC1 ENSG00000024526 +CDS chr1 68481440 68481612 ENST00000456315 protein_coding 7 1 9 DEPDC1 ENSG00000024526 +CDS chr1 68481440 68481612 ENST00000370966 protein_coding 9 1 8 DEPDC1 ENSG00000024526 +CDS chr1 68482046 68482897 ENST00000456315 protein_coding 7 1 8 DEPDC1 ENSG00000024526 +CDS chr1 68483950 68484090 ENST00000456315 protein_coding 7 1 7 DEPDC1 ENSG00000024526 +CDS chr1 68483950 68484090 ENST00000370966 protein_coding 9 1 7 DEPDC1 ENSG00000024526 +CDS chr1 68486937 68486984 ENST00000456315 protein_coding 7 1 6 DEPDC1 ENSG00000024526 +CDS chr1 68486937 68486984 ENST00000370966 protein_coding 9 1 6 DEPDC1 ENSG00000024526 +transcript chr1 68486941 68497082 ENST00000525124 protein_coding 1 3 NA DEPDC1 ENSG00000024526 +CDS chr1 68486941 68486984 ENST00000525124 protein_coding 1 3 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488504 ENST00000456315 protein_coding 7 1 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488504 ENST00000370966 protein_coding 9 1 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488431 ENST00000525124 protein_coding 1 3 4 DEPDC1 ENSG00000024526 +CDS chr1 68488916 68489034 ENST00000456315 protein_coding 7 1 4 DEPDC1 ENSG00000024526 +CDS chr1 68488916 68489034 ENST00000370966 protein_coding 9 1 4 DEPDC1 ENSG00000024526 +CDS chr1 68489452 68489608 ENST00000456315 protein_coding 7 1 3 DEPDC1 ENSG00000024526 +CDS chr1 68489452 68489608 ENST00000370966 protein_coding 9 1 3 DEPDC1 ENSG00000024526 +CDS chr1 68494430 68494695 ENST00000456315 protein_coding 7 1 2 DEPDC1 ENSG00000024526 +CDS chr1 68494430 68494695 ENST00000370966 protein_coding 9 1 2 DEPDC1 ENSG00000024526 +CDS chr1 68496952 68496999 ENST00000456315 protein_coding 7 1 1 DEPDC1 ENSG00000024526 +CDS chr1 68496952 68496999 ENST00000370966 protein_coding 9 1 1 DEPDC1 ENSG00000024526 +transcript chr1 69567922 70144364 ENST00000651989 protein_coding 2 NA NA LRRC7 ENSG00000033122 +transcript chr1 69568398 70123488 ENST00000310961 protein_coding 9 5 NA LRRC7 ENSG00000033122 +transcript chr1 69568450 69875004 ENST00000370958 protein_coding 5 1 NA LRRC7 ENSG00000033122 +CDS chr1 69568640 69568641 ENST00000651989 protein_coding 2 NA 1 LRRC7 ENSG00000033122 +CDS chr1 69568640 69568641 ENST00000370958 protein_coding 5 1 1 LRRC7 ENSG00000033122 +CDS chr1 69678381 69678478 ENST00000651989 protein_coding 2 NA 2 LRRC7 ENSG00000033122 +CDS chr1 69678381 69678478 ENST00000370958 protein_coding 5 1 2 LRRC7 ENSG00000033122 +CDS chr1 69716218 69716218 ENST00000310961 protein_coding 9 5 3 LRRC7 ENSG00000033122 +transcript chr1 69760187 70121994 ENST00000415775 protein_coding 2 1 NA LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000651989 protein_coding 2 NA 3 LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000310961 protein_coding 9 5 4 LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000370958 protein_coding 5 1 3 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000651989 protein_coding 2 NA 4 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000310961 protein_coding 9 5 5 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000370958 protein_coding 5 1 4 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000651989 protein_coding 2 NA 5 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000310961 protein_coding 9 5 6 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000370958 protein_coding 5 1 5 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000651989 protein_coding 2 NA 6 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000310961 protein_coding 9 5 7 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000370958 protein_coding 5 1 6 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000651989 protein_coding 2 NA 7 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000310961 protein_coding 9 5 8 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000370958 protein_coding 5 1 7 LRRC7 ENSG00000033122 +CDS chr1 69873467 69873470 ENST00000370958 protein_coding 5 1 8 LRRC7 ENSG00000033122 +CDS chr1 69931507 69931570 ENST00000651989 protein_coding 2 NA 8 LRRC7 ENSG00000033122 +CDS chr1 69931507 69931570 ENST00000310961 protein_coding 9 5 9 LRRC7 ENSG00000033122 +CDS chr1 69980379 69980453 ENST00000651989 protein_coding 2 NA 9 LRRC7 ENSG00000033122 +CDS chr1 69980379 69980453 ENST00000310961 protein_coding 9 5 10 LRRC7 ENSG00000033122 +CDS chr1 69986242 69986386 ENST00000651989 protein_coding 2 NA 10 LRRC7 ENSG00000033122 +CDS chr1 69986242 69986386 ENST00000310961 protein_coding 9 5 11 LRRC7 ENSG00000033122 +CDS chr1 69994561 69994633 ENST00000651989 protein_coding 2 NA 11 LRRC7 ENSG00000033122 +CDS chr1 69994561 69994633 ENST00000310961 protein_coding 9 5 12 LRRC7 ENSG00000033122 +CDS chr1 70011797 70011926 ENST00000651989 protein_coding 2 NA 12 LRRC7 ENSG00000033122 +CDS chr1 70011797 70011926 ENST00000310961 protein_coding 9 5 13 LRRC7 ENSG00000033122 +CDS chr1 70012974 70013089 ENST00000651989 protein_coding 2 NA 13 LRRC7 ENSG00000033122 +CDS chr1 70012974 70013089 ENST00000310961 protein_coding 9 5 14 LRRC7 ENSG00000033122 +CDS chr1 70016465 70016534 ENST00000651989 protein_coding 2 NA 14 LRRC7 ENSG00000033122 +CDS chr1 70016465 70016534 ENST00000310961 protein_coding 9 5 15 LRRC7 ENSG00000033122 +CDS chr1 70018719 70018818 ENST00000651989 protein_coding 2 NA 15 LRRC7 ENSG00000033122 +CDS chr1 70018719 70018818 ENST00000310961 protein_coding 9 5 16 LRRC7 ENSG00000033122 +CDS chr1 70021005 70021129 ENST00000651989 protein_coding 2 NA 16 LRRC7 ENSG00000033122 +CDS chr1 70021005 70021129 ENST00000310961 protein_coding 9 5 17 LRRC7 ENSG00000033122 +CDS chr1 70021104 70021129 ENST00000415775 protein_coding 2 1 14 LRRC7 ENSG00000033122 +CDS chr1 70023126 70023374 ENST00000651989 protein_coding 2 NA 17 LRRC7 ENSG00000033122 +CDS chr1 70023126 70023374 ENST00000310961 protein_coding 9 5 18 LRRC7 ENSG00000033122 +CDS chr1 70028171 70028371 ENST00000651989 protein_coding 2 NA 18 LRRC7 ENSG00000033122 +CDS chr1 70028171 70028371 ENST00000310961 protein_coding 9 5 19 LRRC7 ENSG00000033122 +CDS chr1 70036121 70036232 ENST00000651989 protein_coding 2 NA 19 LRRC7 ENSG00000033122 +CDS chr1 70036121 70036232 ENST00000310961 protein_coding 9 5 20 LRRC7 ENSG00000033122 +CDS chr1 70036444 70036624 ENST00000651989 protein_coding 2 NA 20 LRRC7 ENSG00000033122 +CDS chr1 70036444 70036624 ENST00000310961 protein_coding 9 5 21 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000651989 protein_coding 2 NA 21 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000310961 protein_coding 9 5 22 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000415775 protein_coding 2 1 15 LRRC7 ENSG00000033122 +CDS chr1 70043954 70044094 ENST00000651989 protein_coding 2 NA 22 LRRC7 ENSG00000033122 +CDS chr1 70043954 70044094 ENST00000415775 protein_coding 2 1 16 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000651989 protein_coding 2 NA 23 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000310961 protein_coding 9 5 23 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000415775 protein_coding 2 1 17 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000651989 protein_coding 2 NA 24 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000310961 protein_coding 9 5 24 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000415775 protein_coding 2 1 18 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000651989 protein_coding 2 NA 25 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000310961 protein_coding 9 5 25 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000415775 protein_coding 2 1 19 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000651989 protein_coding 2 NA 26 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000310961 protein_coding 9 5 26 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000415775 protein_coding 2 1 20 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000651989 protein_coding 2 NA 27 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000310961 protein_coding 9 5 27 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000415775 protein_coding 2 1 21 LRRC7 ENSG00000033122 +transcript chr1 70144805 70205579 ENST00000370952 protein_coding 4 1 NA LRRC40 ENSG00000066557 +CDS chr1 70145803 70145905 ENST00000370952 protein_coding 4 1 15 LRRC40 ENSG00000066557 +CDS chr1 70148487 70148672 ENST00000370952 protein_coding 4 1 14 LRRC40 ENSG00000066557 +CDS chr1 70151128 70151205 ENST00000370952 protein_coding 4 1 13 LRRC40 ENSG00000066557 +CDS chr1 70152433 70152543 ENST00000370952 protein_coding 4 1 12 LRRC40 ENSG00000066557 +CDS chr1 70155689 70155796 ENST00000370952 protein_coding 4 1 11 LRRC40 ENSG00000066557 +CDS chr1 70159330 70159438 ENST00000370952 protein_coding 4 1 10 LRRC40 ENSG00000066557 +CDS chr1 70173465 70173510 ENST00000370952 protein_coding 4 1 9 LRRC40 ENSG00000066557 +CDS chr1 70173622 70173709 ENST00000370952 protein_coding 4 1 8 LRRC40 ENSG00000066557 +CDS chr1 70175810 70175982 ENST00000370952 protein_coding 4 1 7 LRRC40 ENSG00000066557 +CDS chr1 70178851 70178993 ENST00000370952 protein_coding 4 1 6 LRRC40 ENSG00000066557 +CDS chr1 70181086 70181209 ENST00000370952 protein_coding 4 1 5 LRRC40 ENSG00000066557 +CDS chr1 70184785 70184914 ENST00000370952 protein_coding 4 1 4 LRRC40 ENSG00000066557 +CDS chr1 70187265 70187338 ENST00000370952 protein_coding 4 1 3 LRRC40 ENSG00000066557 +CDS chr1 70189092 70189273 ENST00000370952 protein_coding 4 1 2 LRRC40 ENSG00000066557 +CDS chr1 70205390 70205540 ENST00000370952 protein_coding 4 1 1 LRRC40 ENSG00000066557 +transcript chr1 70205682 70251617 ENST00000370951 protein_coding 5 1 NA SRSF11 ENSG00000116754 +transcript chr1 70205724 70253052 ENST00000370950 protein_coding 7 1 NA SRSF11 ENSG00000116754 +transcript chr1 70221380 70253052 ENST00000370949 protein_coding 2 1 NA SRSF11 ENSG00000116754 +transcript chr1 70221396 70250805 ENST00000395136 protein_coding 7 1 NA SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370951 protein_coding 5 1 2 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370950 protein_coding 7 1 2 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370949 protein_coding 2 1 1 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000395136 protein_coding 7 1 1 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370951 protein_coding 5 1 3 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370950 protein_coding 7 1 3 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370949 protein_coding 2 1 2 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000395136 protein_coding 7 1 2 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370951 protein_coding 5 1 4 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370950 protein_coding 7 1 4 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370949 protein_coding 2 1 3 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000395136 protein_coding 7 1 3 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370951 protein_coding 5 1 5 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370950 protein_coding 7 1 5 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370949 protein_coding 2 1 4 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000395136 protein_coding 7 1 4 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370951 protein_coding 5 1 6 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370950 protein_coding 7 1 6 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370949 protein_coding 2 1 5 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000395136 protein_coding 7 1 5 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370951 protein_coding 5 1 7 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370950 protein_coding 7 1 7 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370949 protein_coding 2 1 6 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000395136 protein_coding 7 1 6 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370951 protein_coding 5 1 8 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370950 protein_coding 7 1 8 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370949 protein_coding 2 1 7 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000395136 protein_coding 7 1 7 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370951 protein_coding 5 1 9 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370950 protein_coding 7 1 9 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370949 protein_coding 2 1 8 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000395136 protein_coding 7 1 8 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370951 protein_coding 5 1 10 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370950 protein_coding 7 1 10 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370949 protein_coding 2 1 9 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000395136 protein_coding 7 1 9 SRSF11 ENSG00000116754 +CDS chr1 70249931 70250047 ENST00000395136 protein_coding 7 1 10 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370951 protein_coding 5 1 11 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370950 protein_coding 7 1 11 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370949 protein_coding 2 1 10 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370951 protein_coding 5 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370950 protein_coding 7 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370949 protein_coding 2 1 11 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000395136 protein_coding 7 1 11 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000370950 protein_coding 7 1 13 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000370949 protein_coding 2 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000395136 protein_coding 7 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250611 70250802 ENST00000370951 protein_coding 5 1 13 SRSF11 ENSG00000116754 +transcript chr1 70258999 70354722 ENST00000370944 protein_coding 9 1 NA ANKRD13C ENSG00000118454 +transcript chr1 70261237 70354734 ENST00000262346 protein_coding 6 1 NA ANKRD13C ENSG00000118454 +CDS chr1 70262720 70262847 ENST00000370944 protein_coding 9 1 13 ANKRD13C ENSG00000118454 +CDS chr1 70262720 70262847 ENST00000262346 protein_coding 6 1 12 ANKRD13C ENSG00000118454 +CDS chr1 70270856 70270956 ENST00000370944 protein_coding 9 1 12 ANKRD13C ENSG00000118454 +CDS chr1 70270856 70270956 ENST00000262346 protein_coding 6 1 11 ANKRD13C ENSG00000118454 +CDS chr1 70274720 70274818 ENST00000370944 protein_coding 9 1 11 ANKRD13C ENSG00000118454 +CDS chr1 70274720 70274818 ENST00000262346 protein_coding 6 1 10 ANKRD13C ENSG00000118454 +CDS chr1 70276765 70276844 ENST00000370944 protein_coding 9 1 10 ANKRD13C ENSG00000118454 +CDS chr1 70276765 70276844 ENST00000262346 protein_coding 6 1 9 ANKRD13C ENSG00000118454 +CDS chr1 70292388 70292549 ENST00000370944 protein_coding 9 1 9 ANKRD13C ENSG00000118454 +CDS chr1 70292388 70292549 ENST00000262346 protein_coding 6 1 8 ANKRD13C ENSG00000118454 +CDS chr1 70296130 70296261 ENST00000370944 protein_coding 9 1 8 ANKRD13C ENSG00000118454 +CDS chr1 70296130 70296261 ENST00000262346 protein_coding 6 1 7 ANKRD13C ENSG00000118454 +CDS chr1 70300764 70300908 ENST00000370944 protein_coding 9 1 7 ANKRD13C ENSG00000118454 +CDS chr1 70300764 70300908 ENST00000262346 protein_coding 6 1 6 ANKRD13C ENSG00000118454 +CDS chr1 70306224 70306290 ENST00000370944 protein_coding 9 1 6 ANKRD13C ENSG00000118454 +CDS chr1 70306224 70306290 ENST00000262346 protein_coding 6 1 5 ANKRD13C ENSG00000118454 +CDS chr1 70313745 70313790 ENST00000370944 protein_coding 9 1 5 ANKRD13C ENSG00000118454 +CDS chr1 70313745 70313790 ENST00000262346 protein_coding 6 1 4 ANKRD13C ENSG00000118454 +CDS chr1 70315481 70315566 ENST00000370944 protein_coding 9 1 4 ANKRD13C ENSG00000118454 +CDS chr1 70315481 70315566 ENST00000262346 protein_coding 6 1 3 ANKRD13C ENSG00000118454 +CDS chr1 70324853 70324957 ENST00000370944 protein_coding 9 1 3 ANKRD13C ENSG00000118454 +CDS chr1 70336058 70336099 ENST00000370944 protein_coding 9 1 2 ANKRD13C ENSG00000118454 +CDS chr1 70336058 70336099 ENST00000262346 protein_coding 6 1 2 ANKRD13C ENSG00000118454 +CDS chr1 70353979 70354408 ENST00000370944 protein_coding 9 1 1 ANKRD13C ENSG00000118454 +CDS chr1 70353979 70354408 ENST00000262346 protein_coding 6 1 1 ANKRD13C ENSG00000118454 +transcript chr1 70411218 70439851 ENST00000411986 protein_coding 6 2 NA CTH ENSG00000116761 +transcript chr1 70411268 70439851 ENST00000370938 protein_coding 8 1 NA CTH ENSG00000116761 +transcript chr1 70411383 70439204 ENST00000346806 protein_coding 2 1 NA CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000411986 protein_coding 6 2 1 CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000370938 protein_coding 8 1 1 CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000346806 protein_coding 2 1 1 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000411986 protein_coding 6 2 2 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000370938 protein_coding 8 1 2 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000346806 protein_coding 2 1 2 CTH ENSG00000116761 +CDS chr1 70417937 70418032 ENST00000370938 protein_coding 8 1 3 CTH ENSG00000116761 +CDS chr1 70417937 70418032 ENST00000346806 protein_coding 2 1 3 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000411986 protein_coding 6 2 3 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000370938 protein_coding 8 1 4 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000346806 protein_coding 2 1 4 CTH ENSG00000116761 +CDS chr1 70424285 70424416 ENST00000411986 protein_coding 6 2 4 CTH ENSG00000116761 +CDS chr1 70424285 70424416 ENST00000370938 protein_coding 8 1 5 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000411986 protein_coding 6 2 5 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000370938 protein_coding 8 1 6 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000346806 protein_coding 2 1 5 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000411986 protein_coding 6 2 6 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000370938 protein_coding 8 1 7 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000346806 protein_coding 2 1 6 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000411986 protein_coding 6 2 7 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000370938 protein_coding 8 1 8 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000346806 protein_coding 2 1 7 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000411986 protein_coding 6 2 8 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000370938 protein_coding 8 1 9 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000346806 protein_coding 2 1 8 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000411986 protein_coding 6 2 9 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000370938 protein_coding 8 1 10 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000346806 protein_coding 2 1 9 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000411986 protein_coding 6 2 10 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000370938 protein_coding 8 1 11 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000346806 protein_coding 2 1 10 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000411986 protein_coding 6 2 11 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000370938 protein_coding 8 1 12 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000346806 protein_coding 2 1 11 CTH ENSG00000116761 +transcript chr1 70852353 71047788 ENST00000370931 protein_coding 7 1 NA PTGER3 ENSG00000050628 +transcript chr1 70852353 71047808 ENST00000628037 protein_coding 2 1 NA PTGER3 ENSG00000050628 +transcript chr1 70852573 71047633 ENST00000460330 protein_coding 5 1 NA PTGER3 ENSG00000050628 +CDS chr1 70852842 70852859 ENST00000628037 protein_coding 2 1 3 PTGER3 ENSG00000050628 +CDS chr1 70852842 70852859 ENST00000460330 protein_coding 5 1 4 PTGER3 ENSG00000050628 +transcript chr1 70952432 71047788 ENST00000356595 protein_coding 8 1 NA PTGER3 ENSG00000050628 +CDS chr1 70952910 70953059 ENST00000356595 protein_coding 8 1 4 PTGER3 ENSG00000050628 +CDS chr1 70953763 70953789 ENST00000460330 protein_coding 5 1 3 PTGER3 ENSG00000050628 +CDS chr1 70953763 70953789 ENST00000356595 protein_coding 8 1 3 PTGER3 ENSG00000050628 +CDS chr1 70953789 70953789 ENST00000370931 protein_coding 7 1 4 PTGER3 ENSG00000050628 +transcript chr1 70970782 71047816 ENST00000306666 protein_coding 10 1 NA PTGER3 ENSG00000050628 +CDS chr1 70971733 70971733 ENST00000306666 protein_coding 10 1 4 PTGER3 ENSG00000050628 +CDS chr1 70974297 70974388 ENST00000370931 protein_coding 7 1 3 PTGER3 ENSG00000050628 +CDS chr1 70974297 70974388 ENST00000306666 protein_coding 10 1 3 PTGER3 ENSG00000050628 +transcript chr1 71006631 71047808 ENST00000370924 protein_coding 4 1 NA PTGER3 ENSG00000050628 +CDS chr1 71012218 71012484 ENST00000370924 protein_coding 4 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000370931 protein_coding 7 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000628037 protein_coding 2 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000460330 protein_coding 5 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000356595 protein_coding 8 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000306666 protein_coding 10 1 2 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000370931 protein_coding 7 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000628037 protein_coding 2 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000460330 protein_coding 5 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000356595 protein_coding 8 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000306666 protein_coding 10 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000370924 protein_coding 4 1 1 PTGER3 ENSG00000050628 +transcript chr1 71063291 71081035 ENST00000370920 protein_coding 8 1 NA ZRANB2 ENSG00000132485 +transcript chr1 71063337 71081011 ENST00000254821 protein_coding 10 1 NA ZRANB2 ENSG00000132485 +CDS chr1 71065077 71065137 ENST00000370920 protein_coding 8 1 10 ZRANB2 ENSG00000132485 +transcript chr1 71065719 71081289 ENST00000611683 protein_coding 1 2 NA ZRANB2 ENSG00000132485 +CDS chr1 71065722 71065752 ENST00000254821 protein_coding 10 1 10 ZRANB2 ENSG00000132485 +CDS chr1 71065722 71065752 ENST00000611683 protein_coding 1 2 10 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000370920 protein_coding 8 1 9 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000254821 protein_coding 10 1 9 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000611683 protein_coding 1 2 9 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000370920 protein_coding 8 1 8 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000254821 protein_coding 10 1 8 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000611683 protein_coding 1 2 8 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000370920 protein_coding 8 1 7 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000254821 protein_coding 10 1 7 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000611683 protein_coding 1 2 7 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000370920 protein_coding 8 1 6 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000254821 protein_coding 10 1 6 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000611683 protein_coding 1 2 6 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000370920 protein_coding 8 1 5 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000254821 protein_coding 10 1 5 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000611683 protein_coding 1 2 5 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000370920 protein_coding 8 1 4 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000254821 protein_coding 10 1 4 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000611683 protein_coding 1 2 4 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000370920 protein_coding 8 1 3 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000254821 protein_coding 10 1 3 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000611683 protein_coding 1 2 3 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000370920 protein_coding 8 1 2 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000254821 protein_coding 10 1 2 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000611683 protein_coding 1 2 2 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000370920 protein_coding 8 1 1 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000254821 protein_coding 10 1 1 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000611683 protein_coding 1 2 1 ZRANB2 ENSG00000132485 +transcript chr1 71395943 72282539 ENST00000357731 protein_coding 10 1 NA NEGR1 ENSG00000172260 +transcript chr1 71402944 72100930 ENST00000306821 protein_coding 3 1 NA NEGR1 ENSG00000172260 +CDS chr1 71407449 71407570 ENST00000357731 protein_coding 10 1 7 NEGR1 ENSG00000172260 +CDS chr1 71407449 71407570 ENST00000306821 protein_coding 3 1 7 NEGR1 ENSG00000172260 +CDS chr1 71592817 71592968 ENST00000357731 protein_coding 10 1 6 NEGR1 ENSG00000172260 +CDS chr1 71592817 71592968 ENST00000306821 protein_coding 3 1 6 NEGR1 ENSG00000172260 +CDS chr1 71611026 71611146 ENST00000357731 protein_coding 10 1 5 NEGR1 ENSG00000172260 +CDS chr1 71611026 71611146 ENST00000306821 protein_coding 3 1 5 NEGR1 ENSG00000172260 +CDS chr1 71698008 71698139 ENST00000357731 protein_coding 10 1 4 NEGR1 ENSG00000172260 +CDS chr1 71698008 71698139 ENST00000306821 protein_coding 3 1 4 NEGR1 ENSG00000172260 +CDS chr1 71776172 71776297 ENST00000357731 protein_coding 10 1 3 NEGR1 ENSG00000172260 +CDS chr1 71776172 71776297 ENST00000306821 protein_coding 3 1 3 NEGR1 ENSG00000172260 +CDS chr1 71935079 71935311 ENST00000357731 protein_coding 10 1 2 NEGR1 ENSG00000172260 +CDS chr1 71935079 71935103 ENST00000306821 protein_coding 3 1 2 NEGR1 ENSG00000172260 +CDS chr1 72282319 72282494 ENST00000357731 protein_coding 10 1 1 NEGR1 ENSG00000172260 +transcript chr1 74026015 74074790 ENST00000417067 protein_coding 5 2 NA LRRIQ3 ENSG00000162620 +transcript chr1 74026015 74183684 ENST00000395089 protein_coding 5 5 NA LRRIQ3 ENSG00000162620 +transcript chr1 74026015 74198176 ENST00000354431 protein_coding 9 5 NA LRRIQ3 ENSG00000162620 +CDS chr1 74026816 74026969 ENST00000395089 protein_coding 5 5 7 LRRIQ3 ENSG00000162620 +CDS chr1 74026816 74026969 ENST00000354431 protein_coding 9 5 8 LRRIQ3 ENSG00000162620 +CDS chr1 74026920 74026969 ENST00000417067 protein_coding 5 2 2 LRRIQ3 ENSG00000162620 +CDS chr1 74041213 74041933 ENST00000395089 protein_coding 5 5 6 LRRIQ3 ENSG00000162620 +CDS chr1 74041213 74041933 ENST00000354431 protein_coding 9 5 7 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000417067 protein_coding 5 2 1 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000395089 protein_coding 5 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000354431 protein_coding 9 5 6 LRRIQ3 ENSG00000162620 +transcript chr1 74084127 74198155 ENST00000370909 protein_coding 6 5 NA LRRIQ3 ENSG00000162620 +CDS chr1 74084187 74084216 ENST00000370909 protein_coding 6 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000395089 protein_coding 5 5 4 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000354431 protein_coding 9 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000370909 protein_coding 6 5 4 LRRIQ3 ENSG00000162620 +transcript chr1 74144384 74183511 ENST00000444984 protein_coding 1 3 NA LRRIQ3 ENSG00000162620 +CDS chr1 74144443 74144545 ENST00000444984 protein_coding 1 3 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000395089 protein_coding 5 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000354431 protein_coding 9 5 4 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000370909 protein_coding 6 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000444984 protein_coding 1 3 2 LRRIQ3 ENSG00000162620 +transcript chr1 74179907 74198147 ENST00000370911 protein_coding 7 1 NA LRRIQ3 ENSG00000162620 +CDS chr1 74180749 74180772 ENST00000370911 protein_coding 7 1 4 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000395089 protein_coding 5 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000354431 protein_coding 9 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000370911 protein_coding 7 1 3 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000395089 protein_coding 5 5 1 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000354431 protein_coding 9 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000370909 protein_coding 6 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183511 ENST00000444984 protein_coding 1 3 1 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000370911 protein_coding 7 1 2 LRRIQ3 ENSG00000162620 +transcript chr1 74198235 74543982 ENST00000557284 protein_coding 7 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198238 74204593 ENST00000467578 protein_coding 7 2 NA FPGT ENSG00000254685 +transcript chr1 74198241 74206206 ENST00000370894 protein_coding 9 1 NA FPGT ENSG00000254685 +transcript chr1 74198242 74464925 ENST00000370899 protein_coding 7 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198242 74208702 ENST00000370898 protein_coding 9 1 NA FPGT ENSG00000254685 +transcript chr1 74198242 74204491 ENST00000482102 protein_coding 2 4 NA FPGT ENSG00000254685 +transcript chr1 74198244 74375848 ENST00000370895 protein_coding 5 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198249 74367964 ENST00000534632 protein_coding 5 4 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198264 74240683 ENST00000370893 protein_coding 1 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198267 74206223 ENST00000534056 protein_coding 5 2 NA FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000557284 protein_coding 7 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370899 protein_coding 7 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370895 protein_coding 5 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000534632 protein_coding 5 4 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370893 protein_coding 1 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370898 protein_coding 9 1 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000467578 protein_coding 7 2 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000370894 protein_coding 9 1 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198426 ENST00000482102 protein_coding 2 4 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000534056 protein_coding 5 2 1 FPGT ENSG00000254685 +transcript chr1 74198351 74204577 ENST00000472069 protein_coding 1 3 NA FPGT ENSG00000254685 +CDS chr1 74198351 74198426 ENST00000472069 protein_coding 1 3 1 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000557284 protein_coding 7 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370899 protein_coding 7 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370895 protein_coding 5 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000534632 protein_coding 5 4 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370893 protein_coding 1 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370898 protein_coding 9 1 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199845 ENST00000467578 protein_coding 7 2 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000370894 protein_coding 9 1 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199845 ENST00000482102 protein_coding 2 4 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000534056 protein_coding 5 2 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000472069 protein_coding 1 3 2 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000557284 protein_coding 7 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370899 protein_coding 7 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370895 protein_coding 5 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000534632 protein_coding 5 4 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370893 protein_coding 1 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370898 protein_coding 9 1 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201398 ENST00000467578 protein_coding 7 2 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000370894 protein_coding 9 1 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201398 ENST00000482102 protein_coding 2 4 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000534056 protein_coding 5 2 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000472069 protein_coding 1 3 3 FPGT ENSG00000254685 +CDS chr1 74204391 74205829 ENST00000370898 protein_coding 9 1 4 FPGT ENSG00000254685 +CDS chr1 74204391 74204456 ENST00000534056 protein_coding 5 2 4 FPGT ENSG00000254685 +CDS chr1 74204391 74204577 ENST00000472069 protein_coding 1 3 4 FPGT ENSG00000254685 +CDS chr1 74205208 74205371 ENST00000370894 protein_coding 9 1 4 FPGT ENSG00000254685 +CDS chr1 74205219 74205829 ENST00000534056 protein_coding 5 2 5 FPGT ENSG00000254685 +transcript chr1 74235387 74544428 ENST00000326637 protein_coding 8 1 NA TNNI3K ENSG00000116783 +CDS chr1 74235452 74235491 ENST00000326637 protein_coding 8 1 1 TNNI3K ENSG00000116783 +CDS chr1 74236102 74236210 ENST00000326637 protein_coding 8 1 2 TNNI3K ENSG00000116783 +CDS chr1 74236102 74236210 ENST00000557284 protein_coding 7 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370899 protein_coding 7 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370895 protein_coding 5 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370893 protein_coding 1 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74239956 74239956 ENST00000370893 protein_coding 1 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000326637 protein_coding 8 1 3 TNNI3K ENSG00000116783 +CDS chr1 74249459 74249544 ENST00000557284 protein_coding 7 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000370899 protein_coding 7 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000370895 protein_coding 5 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000326637 protein_coding 8 1 4 TNNI3K ENSG00000116783 +CDS chr1 74250672 74250769 ENST00000557284 protein_coding 7 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000370899 protein_coding 7 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000370895 protein_coding 5 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000326637 protein_coding 8 1 5 TNNI3K ENSG00000116783 +CDS chr1 74271598 74271708 ENST00000557284 protein_coding 7 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000370899 protein_coding 7 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000370895 protein_coding 5 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000326637 protein_coding 8 1 6 TNNI3K ENSG00000116783 +CDS chr1 74331450 74331548 ENST00000557284 protein_coding 7 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000370899 protein_coding 7 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000370895 protein_coding 5 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000326637 protein_coding 8 1 7 TNNI3K ENSG00000116783 +CDS chr1 74336011 74336149 ENST00000557284 protein_coding 7 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000370899 protein_coding 7 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000370895 protein_coding 5 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000326637 protein_coding 8 1 8 TNNI3K ENSG00000116783 +CDS chr1 74342842 74342986 ENST00000557284 protein_coding 7 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000370899 protein_coding 7 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000370895 protein_coding 5 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000326637 protein_coding 8 1 9 TNNI3K ENSG00000116783 +CDS chr1 74343075 74343179 ENST00000557284 protein_coding 7 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000370899 protein_coding 7 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000370895 protein_coding 5 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000326637 protein_coding 8 1 10 TNNI3K ENSG00000116783 +CDS chr1 74353266 74353360 ENST00000557284 protein_coding 7 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000370899 protein_coding 7 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000370895 protein_coding 5 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000326637 protein_coding 8 1 11 TNNI3K ENSG00000116783 +CDS chr1 74353980 74354129 ENST00000557284 protein_coding 7 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000370899 protein_coding 7 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000370895 protein_coding 5 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000326637 protein_coding 8 1 12 TNNI3K ENSG00000116783 +CDS chr1 74367256 74367342 ENST00000557284 protein_coding 7 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000370899 protein_coding 7 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000370895 protein_coding 5 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000534632 protein_coding 5 4 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000326637 protein_coding 8 1 13 TNNI3K ENSG00000116783 +CDS chr1 74367908 74367964 ENST00000557284 protein_coding 7 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000370899 protein_coding 7 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000370895 protein_coding 5 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000534632 protein_coding 5 4 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000326637 protein_coding 8 1 14 TNNI3K ENSG00000116783 +CDS chr1 74369022 74369114 ENST00000557284 protein_coding 7 2 16 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000370899 protein_coding 7 2 16 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000370895 protein_coding 5 2 16 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74369061 74375848 ENST00000526236 protein_coding 5 2 NA TNNI3K ENSG00000116783 +CDS chr1 74369061 74369114 ENST00000526236 protein_coding 5 2 1 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000326637 protein_coding 8 1 15 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000526236 protein_coding 5 2 2 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000557284 protein_coding 7 2 17 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369207 74369264 ENST00000370899 protein_coding 7 2 17 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369207 74369264 ENST00000370895 protein_coding 5 2 17 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74369221 74439539 ENST00000534020 protein_coding 5 3 NA TNNI3K ENSG00000116783 +CDS chr1 74369221 74369264 ENST00000534020 protein_coding 5 3 1 TNNI3K ENSG00000116783 +transcript chr1 74369234 74418346 ENST00000525480 protein_coding 2 2 NA TNNI3K ENSG00000116783 +CDS chr1 74369234 74369264 ENST00000525480 protein_coding 2 2 1 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000326637 protein_coding 8 1 16 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000526236 protein_coding 5 2 3 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000534020 protein_coding 5 3 2 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000525480 protein_coding 2 2 2 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000557284 protein_coding 7 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369391 74369585 ENST00000370899 protein_coding 7 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369391 74369585 ENST00000370895 protein_coding 5 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370392 ENST00000326637 protein_coding 8 1 17 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000526236 protein_coding 5 2 4 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000534020 protein_coding 5 3 3 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000525480 protein_coding 2 2 3 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000557284 protein_coding 7 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370392 ENST00000370899 protein_coding 7 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370408 ENST00000370895 protein_coding 5 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74375565 74375601 ENST00000526236 protein_coding 5 2 5 TNNI3K ENSG00000116783 +CDS chr1 74401839 74401957 ENST00000534020 protein_coding 5 3 4 TNNI3K ENSG00000116783 +CDS chr1 74418168 74418174 ENST00000525480 protein_coding 2 2 4 TNNI3K ENSG00000116783 +CDS chr1 74436080 74436132 ENST00000326637 protein_coding 8 1 18 TNNI3K ENSG00000116783 +CDS chr1 74436080 74436132 ENST00000557284 protein_coding 7 2 20 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436080 74436132 ENST00000370899 protein_coding 7 2 20 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436474 74436526 ENST00000326637 protein_coding 8 1 19 TNNI3K ENSG00000116783 +CDS chr1 74436474 74436526 ENST00000534020 protein_coding 5 3 5 TNNI3K ENSG00000116783 +CDS chr1 74436474 74436526 ENST00000557284 protein_coding 7 2 21 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436474 74436526 ENST00000370899 protein_coding 7 2 21 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74439490 74439622 ENST00000326637 protein_coding 8 1 20 TNNI3K ENSG00000116783 +CDS chr1 74439490 74439539 ENST00000534020 protein_coding 5 3 6 TNNI3K ENSG00000116783 +CDS chr1 74439490 74439622 ENST00000557284 protein_coding 7 2 22 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74439490 74439622 ENST00000370899 protein_coding 7 2 22 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74463441 74463550 ENST00000326637 protein_coding 8 1 21 TNNI3K ENSG00000116783 +CDS chr1 74463441 74463550 ENST00000557284 protein_coding 7 2 23 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74463441 74463550 ENST00000370899 protein_coding 7 2 23 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74464635 74464739 ENST00000370899 protein_coding 7 2 24 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74469376 74512611 ENST00000294635 protein_coding 5 5 NA LRRC53 ENSG00000162621 +CDS chr1 74469881 74472201 ENST00000294635 protein_coding 5 5 5 LRRC53 ENSG00000162621 +CDS chr1 74475295 74475810 ENST00000294635 protein_coding 5 5 4 LRRC53 ENSG00000162621 +CDS chr1 74480153 74480968 ENST00000294635 protein_coding 5 5 3 LRRC53 ENSG00000162621 +CDS chr1 74483262 74483349 ENST00000294635 protein_coding 5 5 2 LRRC53 ENSG00000162621 +CDS chr1 74489189 74489248 ENST00000326637 protein_coding 8 1 22 TNNI3K ENSG00000116783 +CDS chr1 74489189 74489248 ENST00000557284 protein_coding 7 2 24 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74492097 74492266 ENST00000326637 protein_coding 8 1 23 TNNI3K ENSG00000116783 +CDS chr1 74492097 74492266 ENST00000557284 protein_coding 7 2 25 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74540234 74540313 ENST00000326637 protein_coding 8 1 24 TNNI3K ENSG00000116783 +CDS chr1 74540234 74540313 ENST00000557284 protein_coding 7 2 26 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74543906 74543979 ENST00000326637 protein_coding 8 1 25 TNNI3K ENSG00000116783 +CDS chr1 74543906 74543979 ENST00000557284 protein_coding 7 2 27 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74568123 74673792 ENST00000326665 protein_coding 10 5 NA ERICH3 ENSG00000178965 +CDS chr1 74571120 74573491 ENST00000326665 protein_coding 10 5 14 ERICH3 ENSG00000178965 +CDS chr1 74576895 74576936 ENST00000326665 protein_coding 10 5 13 ERICH3 ENSG00000178965 +transcript chr1 74589327 74634855 ENST00000420661 protein_coding 6 1 NA ERICH3 ENSG00000178965 +CDS chr1 74589617 74590080 ENST00000420661 protein_coding 6 1 7 ERICH3 ENSG00000178965 +CDS chr1 74589631 74590080 ENST00000326665 protein_coding 10 5 12 ERICH3 ENSG00000178965 +CDS chr1 74599695 74599931 ENST00000326665 protein_coding 10 5 11 ERICH3 ENSG00000178965 +CDS chr1 74599695 74599931 ENST00000420661 protein_coding 6 1 6 ERICH3 ENSG00000178965 +CDS chr1 74606601 74606902 ENST00000326665 protein_coding 10 5 10 ERICH3 ENSG00000178965 +CDS chr1 74606601 74606902 ENST00000420661 protein_coding 6 1 5 ERICH3 ENSG00000178965 +CDS chr1 74612623 74612809 ENST00000326665 protein_coding 10 5 9 ERICH3 ENSG00000178965 +CDS chr1 74612623 74612809 ENST00000420661 protein_coding 6 1 4 ERICH3 ENSG00000178965 +CDS chr1 74620734 74620914 ENST00000326665 protein_coding 10 5 8 ERICH3 ENSG00000178965 +CDS chr1 74620734 74620914 ENST00000420661 protein_coding 6 1 3 ERICH3 ENSG00000178965 +CDS chr1 74631713 74631928 ENST00000326665 protein_coding 10 5 7 ERICH3 ENSG00000178965 +CDS chr1 74631713 74631928 ENST00000420661 protein_coding 6 1 2 ERICH3 ENSG00000178965 +CDS chr1 74634665 74634676 ENST00000420661 protein_coding 6 1 1 ERICH3 ENSG00000178965 +CDS chr1 74636280 74636438 ENST00000326665 protein_coding 10 5 6 ERICH3 ENSG00000178965 +CDS chr1 74641331 74641459 ENST00000326665 protein_coding 10 5 5 ERICH3 ENSG00000178965 +CDS chr1 74643027 74643098 ENST00000326665 protein_coding 10 5 4 ERICH3 ENSG00000178965 +CDS chr1 74646667 74646792 ENST00000326665 protein_coding 10 5 3 ERICH3 ENSG00000178965 +CDS chr1 74649222 74649315 ENST00000326665 protein_coding 10 5 2 ERICH3 ENSG00000178965 +CDS chr1 74673497 74673519 ENST00000326665 protein_coding 10 5 1 ERICH3 ENSG00000178965 +transcript chr1 74705482 74733018 ENST00000370872 protein_coding 7 1 NA CRYZ ENSG00000116791 +transcript chr1 74705486 74733050 ENST00000340866 protein_coding 10 1 NA CRYZ ENSG00000116791 +transcript chr1 74705490 74733408 ENST00000417775 protein_coding 5 1 NA CRYZ ENSG00000116791 +transcript chr1 74705972 74733022 ENST00000370871 protein_coding 7 1 NA CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000370872 protein_coding 7 1 7 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000340866 protein_coding 10 1 9 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000417775 protein_coding 5 1 10 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000370871 protein_coding 7 1 8 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000370872 protein_coding 7 1 6 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000340866 protein_coding 10 1 8 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000417775 protein_coding 5 1 9 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000370871 protein_coding 7 1 7 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000370872 protein_coding 7 1 5 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000340866 protein_coding 10 1 7 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000417775 protein_coding 5 1 8 CRYZ ENSG00000116791 +transcript chr1 74707105 74733061 ENST00000370870 protein_coding 5 5 NA CRYZ ENSG00000116791 +CDS chr1 74707105 74707204 ENST00000370870 protein_coding 5 5 8 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370872 protein_coding 7 1 4 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000340866 protein_coding 10 1 6 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000417775 protein_coding 5 1 7 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370871 protein_coding 7 1 6 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370870 protein_coding 5 5 7 CRYZ ENSG00000116791 +transcript chr1 74710109 74732811 ENST00000441120 protein_coding 1 3 NA CRYZ ENSG00000116791 +CDS chr1 74710109 74710247 ENST00000441120 protein_coding 1 3 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370872 protein_coding 7 1 3 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000340866 protein_coding 10 1 5 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000417775 protein_coding 5 1 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370871 protein_coding 7 1 5 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370870 protein_coding 5 5 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000441120 protein_coding 1 3 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000340866 protein_coding 10 1 4 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000417775 protein_coding 5 1 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000370871 protein_coding 7 1 4 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000370870 protein_coding 5 5 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000441120 protein_coding 1 3 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723134 ENST00000370872 protein_coding 7 1 2 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000340866 protein_coding 10 1 3 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000417775 protein_coding 5 1 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000370871 protein_coding 7 1 3 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000370870 protein_coding 5 5 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000441120 protein_coding 1 3 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000340866 protein_coding 10 1 2 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000417775 protein_coding 5 1 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000370871 protein_coding 7 1 2 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000370870 protein_coding 5 5 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000441120 protein_coding 1 3 2 CRYZ ENSG00000116791 +transcript chr1 74733152 74766674 ENST00000457880 protein_coding 6 2 NA TYW3 ENSG00000162623 +transcript chr1 74733152 74766677 ENST00000370867 protein_coding 8 1 NA TYW3 ENSG00000162623 +CDS chr1 74733245 74733418 ENST00000457880 protein_coding 6 2 1 TYW3 ENSG00000162623 +CDS chr1 74733245 74733418 ENST00000370867 protein_coding 8 1 1 TYW3 ENSG00000162623 +transcript chr1 74733247 74764400 ENST00000479111 protein_coding 5 3 NA TYW3 ENSG00000162623 +transcript chr1 74736189 74752394 ENST00000483990 protein_coding 1 3 NA TYW3 ENSG00000162623 +CDS chr1 74736542 74736622 ENST00000457880 protein_coding 6 2 2 TYW3 ENSG00000162623 +CDS chr1 74736542 74736622 ENST00000370867 protein_coding 8 1 2 TYW3 ENSG00000162623 +CDS chr1 74738690 74738788 ENST00000370867 protein_coding 8 1 3 TYW3 ENSG00000162623 +CDS chr1 74748751 74748822 ENST00000457880 protein_coding 6 2 3 TYW3 ENSG00000162623 +CDS chr1 74748751 74748822 ENST00000370867 protein_coding 8 1 4 TYW3 ENSG00000162623 +CDS chr1 74748757 74748822 ENST00000479111 protein_coding 5 3 5 TYW3 ENSG00000162623 +CDS chr1 74748757 74748822 ENST00000483990 protein_coding 1 3 3 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000457880 protein_coding 6 2 4 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000370867 protein_coding 8 1 5 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000479111 protein_coding 5 3 6 TYW3 ENSG00000162623 +CDS chr1 74752292 74752394 ENST00000483990 protein_coding 1 3 4 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000457880 protein_coding 6 2 5 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000370867 protein_coding 8 1 6 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000479111 protein_coding 5 3 7 TYW3 ENSG00000162623 +transcript chr1 75128434 75161533 ENST00000294638 protein_coding 9 1 NA LHX8 ENSG00000162624 +CDS chr1 75130715 75130732 ENST00000294638 protein_coding 9 1 2 LHX8 ENSG00000162624 +transcript chr1 75134388 75161533 ENST00000356261 protein_coding 4 1 NA LHX8 ENSG00000162624 +CDS chr1 75136603 75136689 ENST00000294638 protein_coding 9 1 3 LHX8 ENSG00000162624 +CDS chr1 75136615 75136689 ENST00000356261 protein_coding 4 1 2 LHX8 ENSG00000162624 +CDS chr1 75137100 75137261 ENST00000294638 protein_coding 9 1 4 LHX8 ENSG00000162624 +CDS chr1 75137100 75137261 ENST00000356261 protein_coding 4 1 3 LHX8 ENSG00000162624 +CDS chr1 75140985 75141106 ENST00000294638 protein_coding 9 1 5 LHX8 ENSG00000162624 +CDS chr1 75140985 75141106 ENST00000356261 protein_coding 4 1 4 LHX8 ENSG00000162624 +CDS chr1 75143118 75143338 ENST00000294638 protein_coding 9 1 6 LHX8 ENSG00000162624 +CDS chr1 75143118 75143338 ENST00000356261 protein_coding 4 1 5 LHX8 ENSG00000162624 +CDS chr1 75143845 75143948 ENST00000294638 protein_coding 9 1 7 LHX8 ENSG00000162624 +CDS chr1 75143845 75143948 ENST00000356261 protein_coding 4 1 6 LHX8 ENSG00000162624 +CDS chr1 75148587 75148682 ENST00000294638 protein_coding 9 1 8 LHX8 ENSG00000162624 +CDS chr1 75148587 75148682 ENST00000356261 protein_coding 4 1 7 LHX8 ENSG00000162624 +CDS chr1 75156893 75157076 ENST00000294638 protein_coding 9 1 9 LHX8 ENSG00000162624 +CDS chr1 75156893 75157076 ENST00000356261 protein_coding 4 1 8 LHX8 ENSG00000162624 +CDS chr1 75160819 75160892 ENST00000294638 protein_coding 9 1 10 LHX8 ENSG00000162624 +CDS chr1 75160819 75160892 ENST00000356261 protein_coding 4 1 9 LHX8 ENSG00000162624 +transcript chr1 75202129 75611114 ENST00000370859 protein_coding 8 2 NA SLC44A5 ENSG00000137968 +CDS chr1 75203730 75203833 ENST00000370859 protein_coding 8 2 24 SLC44A5 ENSG00000137968 +transcript chr1 75204475 75611084 ENST00000370855 protein_coding 5 1 NA SLC44A5 ENSG00000137968 +CDS chr1 75206610 75206719 ENST00000370855 protein_coding 5 1 24 SLC44A5 ENSG00000137968 +CDS chr1 75211468 75211552 ENST00000370859 protein_coding 8 2 23 SLC44A5 ENSG00000137968 +CDS chr1 75211468 75211552 ENST00000370855 protein_coding 5 1 23 SLC44A5 ENSG00000137968 +CDS chr1 75213705 75213793 ENST00000370859 protein_coding 8 2 22 SLC44A5 ENSG00000137968 +CDS chr1 75213705 75213793 ENST00000370855 protein_coding 5 1 22 SLC44A5 ENSG00000137968 +CDS chr1 75213919 75213989 ENST00000370859 protein_coding 8 2 21 SLC44A5 ENSG00000137968 +CDS chr1 75213919 75213989 ENST00000370855 protein_coding 5 1 21 SLC44A5 ENSG00000137968 +CDS chr1 75214605 75214678 ENST00000370859 protein_coding 8 2 20 SLC44A5 ENSG00000137968 +CDS chr1 75214605 75214678 ENST00000370855 protein_coding 5 1 20 SLC44A5 ENSG00000137968 +CDS chr1 75215754 75215857 ENST00000370859 protein_coding 8 2 19 SLC44A5 ENSG00000137968 +CDS chr1 75215754 75215857 ENST00000370855 protein_coding 5 1 19 SLC44A5 ENSG00000137968 +CDS chr1 75217866 75217960 ENST00000370859 protein_coding 8 2 18 SLC44A5 ENSG00000137968 +CDS chr1 75217866 75217960 ENST00000370855 protein_coding 5 1 18 SLC44A5 ENSG00000137968 +CDS chr1 75218490 75218752 ENST00000370859 protein_coding 8 2 17 SLC44A5 ENSG00000137968 +CDS chr1 75218490 75218752 ENST00000370855 protein_coding 5 1 17 SLC44A5 ENSG00000137968 +CDS chr1 75219257 75219344 ENST00000370859 protein_coding 8 2 16 SLC44A5 ENSG00000137968 +CDS chr1 75219257 75219344 ENST00000370855 protein_coding 5 1 16 SLC44A5 ENSG00000137968 +CDS chr1 75219800 75219892 ENST00000370859 protein_coding 8 2 15 SLC44A5 ENSG00000137968 +CDS chr1 75219800 75219892 ENST00000370855 protein_coding 5 1 15 SLC44A5 ENSG00000137968 +CDS chr1 75222361 75222460 ENST00000370859 protein_coding 8 2 14 SLC44A5 ENSG00000137968 +CDS chr1 75222361 75222460 ENST00000370855 protein_coding 5 1 14 SLC44A5 ENSG00000137968 +CDS chr1 75227726 75227857 ENST00000370859 protein_coding 8 2 13 SLC44A5 ENSG00000137968 +CDS chr1 75227726 75227857 ENST00000370855 protein_coding 5 1 13 SLC44A5 ENSG00000137968 +CDS chr1 75233986 75234098 ENST00000370859 protein_coding 8 2 12 SLC44A5 ENSG00000137968 +CDS chr1 75233986 75234098 ENST00000370855 protein_coding 5 1 12 SLC44A5 ENSG00000137968 +CDS chr1 75236987 75237070 ENST00000370859 protein_coding 8 2 11 SLC44A5 ENSG00000137968 +CDS chr1 75236987 75237070 ENST00000370855 protein_coding 5 1 11 SLC44A5 ENSG00000137968 +CDS chr1 75238513 75238636 ENST00000370859 protein_coding 8 2 10 SLC44A5 ENSG00000137968 +CDS chr1 75238513 75238636 ENST00000370855 protein_coding 5 1 10 SLC44A5 ENSG00000137968 +CDS chr1 75242001 75242061 ENST00000370859 protein_coding 8 2 9 SLC44A5 ENSG00000137968 +CDS chr1 75242001 75242061 ENST00000370855 protein_coding 5 1 9 SLC44A5 ENSG00000137968 +CDS chr1 75242886 75243011 ENST00000370859 protein_coding 8 2 8 SLC44A5 ENSG00000137968 +CDS chr1 75242886 75243011 ENST00000370855 protein_coding 5 1 8 SLC44A5 ENSG00000137968 +CDS chr1 75251210 75251294 ENST00000370859 protein_coding 8 2 7 SLC44A5 ENSG00000137968 +CDS chr1 75251210 75251294 ENST00000370855 protein_coding 5 1 7 SLC44A5 ENSG00000137968 +CDS chr1 75274958 75275042 ENST00000370859 protein_coding 8 2 6 SLC44A5 ENSG00000137968 +CDS chr1 75274958 75275042 ENST00000370855 protein_coding 5 1 6 SLC44A5 ENSG00000137968 +CDS chr1 75300612 75300685 ENST00000370859 protein_coding 8 2 5 SLC44A5 ENSG00000137968 +CDS chr1 75300612 75300685 ENST00000370855 protein_coding 5 1 5 SLC44A5 ENSG00000137968 +CDS chr1 75339582 75339630 ENST00000370859 protein_coding 8 2 4 SLC44A5 ENSG00000137968 +CDS chr1 75339582 75339630 ENST00000370855 protein_coding 5 1 4 SLC44A5 ENSG00000137968 +CDS chr1 75396583 75396621 ENST00000370859 protein_coding 8 2 3 SLC44A5 ENSG00000137968 +CDS chr1 75396583 75396621 ENST00000370855 protein_coding 5 1 3 SLC44A5 ENSG00000137968 +CDS chr1 75541435 75541447 ENST00000370859 protein_coding 8 2 2 SLC44A5 ENSG00000137968 +CDS chr1 75541435 75541447 ENST00000370855 protein_coding 5 1 2 SLC44A5 ENSG00000137968 +transcript chr1 75724431 75763596 ENST00000541113 protein_coding 6 1 NA ACADM ENSG00000117054 +transcript chr1 75724431 75763596 ENST00000680805 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724629 75763720 ENST00000681790 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724709 75763491 ENST00000370834 protein_coding 9 1 NA ACADM ENSG00000117054 +transcript chr1 75724709 75763679 ENST00000370841 protein_coding 9 1 NA ACADM ENSG00000117054 +transcript chr1 75724761 75763596 ENST00000679687 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724780 75762809 ENST00000420607 protein_coding 6 1 NA ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000541113 protein_coding 6 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000680805 protein_coding 1 NA 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000370834 protein_coding 9 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000370841 protein_coding 9 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000679687 protein_coding 1 NA 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000420607 protein_coding 6 1 1 ACADM ENSG00000117054 +CDS chr1 75728389 75728488 ENST00000420607 protein_coding 6 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000541113 protein_coding 6 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000680805 protein_coding 1 NA 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000370834 protein_coding 9 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000370841 protein_coding 9 1 2 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000541113 protein_coding 6 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000680805 protein_coding 1 NA 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000370834 protein_coding 9 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000370841 protein_coding 9 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000420607 protein_coding 6 1 3 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000541113 protein_coding 6 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000680805 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000370834 protein_coding 9 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000370841 protein_coding 9 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000420607 protein_coding 6 1 4 ACADM ENSG00000117054 +CDS chr1 75732895 75732922 ENST00000681790 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75733051 75733149 ENST00000370834 protein_coding 9 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000541113 protein_coding 6 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000680805 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000681790 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000370834 protein_coding 9 1 6 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000370841 protein_coding 9 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000420607 protein_coding 6 1 5 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000541113 protein_coding 6 1 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000680805 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000681790 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000370834 protein_coding 9 1 7 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000370841 protein_coding 9 1 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000420607 protein_coding 6 1 6 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000541113 protein_coding 6 1 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000680805 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000681790 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000370834 protein_coding 9 1 8 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000370841 protein_coding 9 1 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000679687 protein_coding 1 NA 2 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000420607 protein_coding 6 1 7 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000541113 protein_coding 6 1 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000680805 protein_coding 1 NA 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000681790 protein_coding 1 NA 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000370834 protein_coding 9 1 9 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000370841 protein_coding 9 1 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000679687 protein_coding 1 NA 3 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000420607 protein_coding 6 1 8 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000541113 protein_coding 6 1 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000681790 protein_coding 1 NA 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000370834 protein_coding 9 1 10 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000370841 protein_coding 9 1 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000679687 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000420607 protein_coding 6 1 9 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000680805 protein_coding 1 NA 9 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000681790 protein_coding 1 NA 10 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000370834 protein_coding 9 1 11 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000370841 protein_coding 9 1 10 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000679687 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000420607 protein_coding 6 1 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000541113 protein_coding 6 1 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000680805 protein_coding 1 NA 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000681790 protein_coding 1 NA 11 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000370834 protein_coding 9 1 12 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000370841 protein_coding 9 1 11 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000679687 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000420607 protein_coding 6 1 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000541113 protein_coding 6 1 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000680805 protein_coding 1 NA 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000681790 protein_coding 1 NA 12 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000370834 protein_coding 9 1 13 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000370841 protein_coding 9 1 12 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000679687 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000420607 protein_coding 6 1 12 ACADM ENSG00000117054 +transcript chr1 75786231 75790113 ENST00000370826 protein_coding 3 2 NA RABGGTB ENSG00000137955 +transcript chr1 75786256 75795086 ENST00000319942 protein_coding 8 1 NA RABGGTB ENSG00000137955 +CDS chr1 75786272 75786274 ENST00000370826 protein_coding 3 2 1 RABGGTB ENSG00000137955 +CDS chr1 75786272 75786274 ENST00000319942 protein_coding 8 1 1 RABGGTB ENSG00000137955 +CDS chr1 75787497 75787604 ENST00000370826 protein_coding 3 2 2 RABGGTB ENSG00000137955 +CDS chr1 75787497 75787604 ENST00000319942 protein_coding 8 1 2 RABGGTB ENSG00000137955 +CDS chr1 75789159 75789356 ENST00000370826 protein_coding 3 2 3 RABGGTB ENSG00000137955 +CDS chr1 75789159 75789356 ENST00000319942 protein_coding 8 1 3 RABGGTB ENSG00000137955 +CDS chr1 75789952 75790098 ENST00000370826 protein_coding 3 2 4 RABGGTB ENSG00000137955 +CDS chr1 75789952 75790057 ENST00000319942 protein_coding 8 1 4 RABGGTB ENSG00000137955 +CDS chr1 75791285 75791337 ENST00000319942 protein_coding 8 1 5 RABGGTB ENSG00000137955 +CDS chr1 75791461 75791571 ENST00000319942 protein_coding 8 1 6 RABGGTB ENSG00000137955 +CDS chr1 75792181 75792306 ENST00000319942 protein_coding 8 1 7 RABGGTB ENSG00000137955 +CDS chr1 75794084 75794233 ENST00000319942 protein_coding 8 1 8 RABGGTB ENSG00000137955 +CDS chr1 75794510 75794647 ENST00000319942 protein_coding 8 1 9 RABGGTB ENSG00000137955 +transcript chr1 75796882 75913242 ENST00000263187 protein_coding 4 1 NA MSH4 ENSG00000057468 +CDS chr1 75796986 75797229 ENST00000263187 protein_coding 4 1 1 MSH4 ENSG00000057468 +CDS chr1 75803731 75803913 ENST00000263187 protein_coding 4 1 2 MSH4 ENSG00000057468 +CDS chr1 75806981 75807141 ENST00000263187 protein_coding 4 1 3 MSH4 ENSG00000057468 +CDS chr1 75810697 75810807 ENST00000263187 protein_coding 4 1 4 MSH4 ENSG00000057468 +CDS chr1 75815021 75815136 ENST00000263187 protein_coding 4 1 5 MSH4 ENSG00000057468 +CDS chr1 75816373 75816546 ENST00000263187 protein_coding 4 1 6 MSH4 ENSG00000057468 +CDS chr1 75822409 75822581 ENST00000263187 protein_coding 4 1 7 MSH4 ENSG00000057468 +CDS chr1 75848209 75848276 ENST00000263187 protein_coding 4 1 8 MSH4 ENSG00000057468 +CDS chr1 75867514 75867588 ENST00000263187 protein_coding 4 1 9 MSH4 ENSG00000057468 +CDS chr1 75876936 75877000 ENST00000263187 protein_coding 4 1 10 MSH4 ENSG00000057468 +CDS chr1 75878149 75878318 ENST00000263187 protein_coding 4 1 11 MSH4 ENSG00000057468 +CDS chr1 75878992 75879128 ENST00000263187 protein_coding 4 1 12 MSH4 ENSG00000057468 +CDS chr1 75880050 75880153 ENST00000263187 protein_coding 4 1 13 MSH4 ENSG00000057468 +CDS chr1 75881246 75881370 ENST00000263187 protein_coding 4 1 14 MSH4 ENSG00000057468 +CDS chr1 75883621 75883821 ENST00000263187 protein_coding 4 1 15 MSH4 ENSG00000057468 +CDS chr1 75889251 75889369 ENST00000263187 protein_coding 4 1 16 MSH4 ENSG00000057468 +CDS chr1 75890696 75890824 ENST00000263187 protein_coding 4 1 17 MSH4 ENSG00000057468 +CDS chr1 75897907 75898081 ENST00000263187 protein_coding 4 1 18 MSH4 ENSG00000057468 +CDS chr1 75899618 75899706 ENST00000263187 protein_coding 4 1 19 MSH4 ENSG00000057468 +CDS chr1 75912696 75912884 ENST00000263187 protein_coding 4 1 20 MSH4 ENSG00000057468 +transcript chr1 75918873 75932404 ENST00000284142 protein_coding 7 1 NA ASB17 ENSG00000154007 +CDS chr1 75918955 75919158 ENST00000284142 protein_coding 7 1 3 ASB17 ENSG00000154007 +CDS chr1 75922080 75922359 ENST00000284142 protein_coding 7 1 2 ASB17 ENSG00000154007 +CDS chr1 75931891 75932291 ENST00000284142 protein_coding 7 1 1 ASB17 ENSG00000154007 +transcript chr1 76074746 76634603 ENST00000328299 protein_coding 4 1 NA ST6GALNAC3 ENSG00000184005 +CDS chr1 76074867 76074884 ENST00000328299 protein_coding 4 1 1 ST6GALNAC3 ENSG00000184005 +transcript chr1 76313800 76413003 ENST00000621530 protein_coding 1 5 NA ST6GALNAC3 ENSG00000184005 +CDS chr1 76313805 76313999 ENST00000328299 protein_coding 4 1 2 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412008 76412417 ENST00000328299 protein_coding 4 1 3 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412008 76412417 ENST00000621530 protein_coding 1 5 2 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412997 76413003 ENST00000621530 protein_coding 1 5 3 ST6GALNAC3 ENSG00000184005 +CDS chr1 76627452 76627559 ENST00000328299 protein_coding 4 1 4 ST6GALNAC3 ENSG00000184005 +CDS chr1 76628620 76628803 ENST00000328299 protein_coding 4 1 5 ST6GALNAC3 ENSG00000184005 +transcript chr1 76867480 77067546 ENST00000477717 protein_coding 6 1 NA ST6GALNAC5 ENSG00000117069 +CDS chr1 76867676 76867690 ENST00000477717 protein_coding 6 1 1 ST6GALNAC5 ENSG00000117069 +CDS chr1 76868497 76868742 ENST00000477717 protein_coding 6 1 2 ST6GALNAC5 ENSG00000117069 +CDS chr1 77044204 77044613 ENST00000477717 protein_coding 6 1 3 ST6GALNAC5 ENSG00000117069 +CDS chr1 77050258 77050365 ENST00000477717 protein_coding 6 1 4 ST6GALNAC5 ENSG00000117069 +CDS chr1 77062975 77063203 ENST00000477717 protein_coding 6 1 5 ST6GALNAC5 ENSG00000117069 +transcript chr1 77088989 77219430 ENST00000370812 protein_coding 8 1 NA PIGK ENSG00000142892 +transcript chr1 77088990 77219430 ENST00000445065 protein_coding 5 1 NA PIGK ENSG00000142892 +CDS chr1 77092377 77092490 ENST00000370812 protein_coding 8 1 11 PIGK ENSG00000142892 +CDS chr1 77092377 77092490 ENST00000445065 protein_coding 5 1 8 PIGK ENSG00000142892 +CDS chr1 77122275 77122359 ENST00000370812 protein_coding 8 1 10 PIGK ENSG00000142892 +CDS chr1 77122275 77122359 ENST00000445065 protein_coding 5 1 7 PIGK ENSG00000142892 +transcript chr1 77153536 77219429 ENST00000359130 protein_coding 1 1 NA PIGK ENSG00000142892 +CDS chr1 77154439 77154621 ENST00000359130 protein_coding 1 1 9 PIGK ENSG00000142892 +CDS chr1 77154449 77154621 ENST00000370812 protein_coding 8 1 9 PIGK ENSG00000142892 +CDS chr1 77154449 77154621 ENST00000445065 protein_coding 5 1 6 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000370812 protein_coding 8 1 8 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000445065 protein_coding 5 1 5 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000359130 protein_coding 1 1 8 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000370812 protein_coding 8 1 7 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000445065 protein_coding 5 1 4 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000359130 protein_coding 1 1 7 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000370812 protein_coding 8 1 6 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000445065 protein_coding 5 1 3 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000359130 protein_coding 1 1 6 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000370812 protein_coding 8 1 5 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000445065 protein_coding 5 1 2 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000359130 protein_coding 1 1 5 PIGK ENSG00000142892 +CDS chr1 77169260 77169395 ENST00000370812 protein_coding 8 1 4 PIGK ENSG00000142892 +CDS chr1 77169260 77169395 ENST00000359130 protein_coding 1 1 4 PIGK ENSG00000142892 +CDS chr1 77206640 77206731 ENST00000370812 protein_coding 8 1 3 PIGK ENSG00000142892 +CDS chr1 77206640 77206731 ENST00000359130 protein_coding 1 1 3 PIGK ENSG00000142892 +CDS chr1 77210436 77210489 ENST00000370812 protein_coding 8 1 2 PIGK ENSG00000142892 +CDS chr1 77210436 77210489 ENST00000359130 protein_coding 1 1 2 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000370812 protein_coding 8 1 1 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000445065 protein_coding 5 1 1 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000359130 protein_coding 1 1 1 PIGK ENSG00000142892 +transcript chr1 77282019 77559966 ENST00000354567 protein_coding 7 1 NA AK5 ENSG00000154027 +CDS chr1 77282314 77282373 ENST00000354567 protein_coding 7 1 1 AK5 ENSG00000154027 +transcript chr1 77282602 77559962 ENST00000344720 protein_coding 9 1 NA AK5 ENSG00000154027 +transcript chr1 77283079 77297856 ENST00000478407 protein_coding 1 5 NA AK5 ENSG00000154027 +CDS chr1 77286941 77287127 ENST00000354567 protein_coding 7 1 2 AK5 ENSG00000154027 +CDS chr1 77286959 77287127 ENST00000344720 protein_coding 9 1 2 AK5 ENSG00000154027 +CDS chr1 77286959 77287127 ENST00000478407 protein_coding 1 5 2 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000354567 protein_coding 7 1 3 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000344720 protein_coding 9 1 3 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000478407 protein_coding 1 5 3 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000354567 protein_coding 7 1 4 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000344720 protein_coding 9 1 4 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000478407 protein_coding 1 5 4 AK5 ENSG00000154027 +CDS chr1 77297834 77297947 ENST00000354567 protein_coding 7 1 5 AK5 ENSG00000154027 +CDS chr1 77297834 77297947 ENST00000344720 protein_coding 9 1 5 AK5 ENSG00000154027 +CDS chr1 77297834 77297856 ENST00000478407 protein_coding 1 5 5 AK5 ENSG00000154027 +CDS chr1 77340377 77340568 ENST00000354567 protein_coding 7 1 6 AK5 ENSG00000154027 +CDS chr1 77340377 77340568 ENST00000344720 protein_coding 9 1 6 AK5 ENSG00000154027 +CDS chr1 77410981 77411071 ENST00000354567 protein_coding 7 1 7 AK5 ENSG00000154027 +CDS chr1 77410981 77411071 ENST00000344720 protein_coding 9 1 7 AK5 ENSG00000154027 +CDS chr1 77417639 77417715 ENST00000354567 protein_coding 7 1 8 AK5 ENSG00000154027 +CDS chr1 77417639 77417715 ENST00000344720 protein_coding 9 1 8 AK5 ENSG00000154027 +CDS chr1 77483317 77483359 ENST00000354567 protein_coding 7 1 9 AK5 ENSG00000154027 +CDS chr1 77483317 77483359 ENST00000344720 protein_coding 9 1 9 AK5 ENSG00000154027 +CDS chr1 77486308 77486352 ENST00000354567 protein_coding 7 1 10 AK5 ENSG00000154027 +CDS chr1 77486308 77486352 ENST00000344720 protein_coding 9 1 10 AK5 ENSG00000154027 +CDS chr1 77518564 77518727 ENST00000354567 protein_coding 7 1 11 AK5 ENSG00000154027 +CDS chr1 77518564 77518727 ENST00000344720 protein_coding 9 1 11 AK5 ENSG00000154027 +CDS chr1 77521827 77521943 ENST00000354567 protein_coding 7 1 12 AK5 ENSG00000154027 +CDS chr1 77521827 77521943 ENST00000344720 protein_coding 9 1 12 AK5 ENSG00000154027 +transcript chr1 77532107 77558731 ENST00000478255 protein_coding 1 2 NA AK5 ENSG00000154027 +CDS chr1 77535847 77536038 ENST00000354567 protein_coding 7 1 13 AK5 ENSG00000154027 +CDS chr1 77535847 77536038 ENST00000344720 protein_coding 9 1 13 AK5 ENSG00000154027 +CDS chr1 77535874 77536038 ENST00000478255 protein_coding 1 2 2 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000354567 protein_coding 7 1 14 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000344720 protein_coding 9 1 14 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000478255 protein_coding 1 2 3 AK5 ENSG00000154027 +transcript chr1 77562416 77682658 ENST00000370801 protein_coding 8 1 NA ZZZ3 ENSG00000036549 +transcript chr1 77564888 77683419 ENST00000370798 protein_coding 5 1 NA ZZZ3 ENSG00000036549 +CDS chr1 77565643 77565784 ENST00000370801 protein_coding 8 1 15 ZZZ3 ENSG00000036549 +CDS chr1 77565643 77565784 ENST00000370798 protein_coding 5 1 14 ZZZ3 ENSG00000036549 +CDS chr1 77566081 77566181 ENST00000370801 protein_coding 8 1 14 ZZZ3 ENSG00000036549 +CDS chr1 77566081 77566181 ENST00000370798 protein_coding 5 1 13 ZZZ3 ENSG00000036549 +CDS chr1 77568332 77568466 ENST00000370801 protein_coding 8 1 13 ZZZ3 ENSG00000036549 +CDS chr1 77568332 77568466 ENST00000370798 protein_coding 5 1 12 ZZZ3 ENSG00000036549 +CDS chr1 77576068 77576220 ENST00000370801 protein_coding 8 1 12 ZZZ3 ENSG00000036549 +CDS chr1 77576068 77576220 ENST00000370798 protein_coding 5 1 11 ZZZ3 ENSG00000036549 +CDS chr1 77578774 77578869 ENST00000370801 protein_coding 8 1 11 ZZZ3 ENSG00000036549 +CDS chr1 77578774 77578869 ENST00000370798 protein_coding 5 1 10 ZZZ3 ENSG00000036549 +CDS chr1 77579527 77579628 ENST00000370801 protein_coding 8 1 10 ZZZ3 ENSG00000036549 +CDS chr1 77579527 77579628 ENST00000370798 protein_coding 5 1 9 ZZZ3 ENSG00000036549 +CDS chr1 77580998 77581069 ENST00000370801 protein_coding 8 1 9 ZZZ3 ENSG00000036549 +CDS chr1 77580998 77581069 ENST00000370798 protein_coding 5 1 8 ZZZ3 ENSG00000036549 +CDS chr1 77581776 77581891 ENST00000370801 protein_coding 8 1 8 ZZZ3 ENSG00000036549 +CDS chr1 77581776 77581891 ENST00000370798 protein_coding 5 1 7 ZZZ3 ENSG00000036549 +CDS chr1 77581979 77582126 ENST00000370801 protein_coding 8 1 7 ZZZ3 ENSG00000036549 +CDS chr1 77581979 77582126 ENST00000370798 protein_coding 5 1 6 ZZZ3 ENSG00000036549 +CDS chr1 77584517 77584655 ENST00000370801 protein_coding 8 1 6 ZZZ3 ENSG00000036549 +CDS chr1 77584517 77584655 ENST00000370798 protein_coding 5 1 5 ZZZ3 ENSG00000036549 +CDS chr1 77631850 77633354 ENST00000370801 protein_coding 8 1 5 ZZZ3 ENSG00000036549 +transcript chr1 77633182 77682675 ENST00000433749 protein_coding 5 4 NA ZZZ3 ENSG00000036549 +CDS chr1 77633182 77633354 ENST00000433749 protein_coding 5 4 4 ZZZ3 ENSG00000036549 +transcript chr1 77633246 77683374 ENST00000414381 protein_coding 5 4 NA ZZZ3 ENSG00000036549 +CDS chr1 77633246 77633354 ENST00000414381 protein_coding 5 4 4 ZZZ3 ENSG00000036549 +CDS chr1 77639449 77639471 ENST00000370798 protein_coding 5 1 4 ZZZ3 ENSG00000036549 +transcript chr1 77695987 77759852 ENST00000370794 protein_coding 7 1 NA USP33 ENSG00000077254 +transcript chr1 77695991 77728336 ENST00000481579 protein_coding 5 2 NA USP33 ENSG00000077254 +transcript chr1 77695991 77759852 ENST00000370793 protein_coding 5 1 NA USP33 ENSG00000077254 +transcript chr1 77695991 77745462 ENST00000357428 protein_coding 5 5 NA USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000370794 protein_coding 7 1 24 USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000370793 protein_coding 5 1 25 USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000357428 protein_coding 5 5 24 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000370794 protein_coding 7 1 23 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000370793 protein_coding 5 1 24 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000357428 protein_coding 5 5 23 USP33 ENSG00000077254 +CDS chr1 77697878 77697931 ENST00000481579 protein_coding 5 2 13 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000370794 protein_coding 7 1 22 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000370793 protein_coding 5 1 23 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000357428 protein_coding 5 5 22 USP33 ENSG00000077254 +transcript chr1 77711652 77759852 ENST00000370792 protein_coding 7 1 NA USP33 ENSG00000077254 +CDS chr1 77711738 77711855 ENST00000370792 protein_coding 7 1 22 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000370794 protein_coding 7 1 21 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000481579 protein_coding 5 2 12 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000370793 protein_coding 5 1 22 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000357428 protein_coding 5 5 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370794 protein_coding 7 1 20 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000481579 protein_coding 5 2 11 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370793 protein_coding 5 1 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370792 protein_coding 7 1 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000357428 protein_coding 5 5 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370794 protein_coding 7 1 19 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000481579 protein_coding 5 2 10 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370793 protein_coding 5 1 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370792 protein_coding 7 1 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000357428 protein_coding 5 5 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370794 protein_coding 7 1 18 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000481579 protein_coding 5 2 9 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370793 protein_coding 5 1 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370792 protein_coding 7 1 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000357428 protein_coding 5 5 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370794 protein_coding 7 1 17 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000481579 protein_coding 5 2 8 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370793 protein_coding 5 1 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370792 protein_coding 7 1 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000357428 protein_coding 5 5 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370794 protein_coding 7 1 16 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000481579 protein_coding 5 2 7 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370793 protein_coding 5 1 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370792 protein_coding 7 1 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000357428 protein_coding 5 5 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370794 protein_coding 7 1 15 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000481579 protein_coding 5 2 6 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370793 protein_coding 5 1 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370792 protein_coding 7 1 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000357428 protein_coding 5 5 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000370794 protein_coding 7 1 14 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000481579 protein_coding 5 2 5 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000370793 protein_coding 5 1 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721901 ENST00000370792 protein_coding 7 1 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000357428 protein_coding 5 5 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370794 protein_coding 7 1 13 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000481579 protein_coding 5 2 4 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370793 protein_coding 5 1 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370792 protein_coding 7 1 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000357428 protein_coding 5 5 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370794 protein_coding 7 1 12 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000481579 protein_coding 5 2 3 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370793 protein_coding 5 1 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370792 protein_coding 7 1 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000357428 protein_coding 5 5 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370794 protein_coding 7 1 11 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000481579 protein_coding 5 2 2 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370793 protein_coding 5 1 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370792 protein_coding 7 1 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000357428 protein_coding 5 5 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370794 protein_coding 7 1 10 USP33 ENSG00000077254 +CDS chr1 77728295 77728336 ENST00000481579 protein_coding 5 2 1 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370793 protein_coding 5 1 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370792 protein_coding 7 1 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000357428 protein_coding 5 5 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370794 protein_coding 7 1 9 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370793 protein_coding 5 1 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370792 protein_coding 7 1 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000357428 protein_coding 5 5 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370794 protein_coding 7 1 8 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370793 protein_coding 5 1 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370792 protein_coding 7 1 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000357428 protein_coding 5 5 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370794 protein_coding 7 1 7 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370793 protein_coding 5 1 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370792 protein_coding 7 1 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000357428 protein_coding 5 5 7 USP33 ENSG00000077254 +transcript chr1 77734357 77759689 ENST00000524536 protein_coding 5 3 NA USP33 ENSG00000077254 +CDS chr1 77734357 77734416 ENST00000524536 protein_coding 5 3 9 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370794 protein_coding 7 1 6 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370793 protein_coding 5 1 7 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370792 protein_coding 7 1 7 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000524536 protein_coding 5 3 8 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000357428 protein_coding 5 5 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370794 protein_coding 7 1 5 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370793 protein_coding 5 1 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370792 protein_coding 7 1 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000524536 protein_coding 5 3 7 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000357428 protein_coding 5 5 5 USP33 ENSG00000077254 +transcript chr1 77739377 77759388 ENST00000530709 protein_coding 5 4 NA USP33 ENSG00000077254 +CDS chr1 77739377 77739417 ENST00000530709 protein_coding 5 4 6 USP33 ENSG00000077254 +transcript chr1 77739398 77759820 ENST00000524778 protein_coding 1 5 NA USP33 ENSG00000077254 +CDS chr1 77739398 77739417 ENST00000524778 protein_coding 1 5 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370794 protein_coding 7 1 4 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370793 protein_coding 5 1 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370792 protein_coding 7 1 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000524536 protein_coding 5 3 6 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000530709 protein_coding 5 4 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000524778 protein_coding 1 5 4 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000357428 protein_coding 5 5 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370794 protein_coding 7 1 3 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370793 protein_coding 5 1 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370792 protein_coding 7 1 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000524536 protein_coding 5 3 5 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000530709 protein_coding 5 4 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000524778 protein_coding 1 5 3 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000357428 protein_coding 5 5 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741697 ENST00000370794 protein_coding 7 1 2 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000370793 protein_coding 5 1 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000370792 protein_coding 7 1 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000524536 protein_coding 5 3 4 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000530709 protein_coding 5 4 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741697 ENST00000524778 protein_coding 1 5 2 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000357428 protein_coding 5 5 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000370793 protein_coding 5 1 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000370792 protein_coding 7 1 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000524536 protein_coding 5 3 3 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000530709 protein_coding 5 4 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000357428 protein_coding 5 5 1 USP33 ENSG00000077254 +transcript chr1 77779624 77879539 ENST00000443751 protein_coding 3 1 NA MIGA1 ENSG00000180488 +transcript chr1 77779630 77868636 ENST00000645756 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779630 77879039 ENST00000643390 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779636 77878378 ENST00000642959 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779649 77879540 ENST00000370791 protein_coding 8 1 NA MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000370791 protein_coding 8 1 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000645756 protein_coding 1 NA 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000642959 protein_coding 1 NA 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000443751 protein_coding 3 1 1 MIGA1 ENSG00000180488 +transcript chr1 77779763 77878376 ENST00000646892 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779775 77878378 ENST00000645526 protein_coding 1 NA NA MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000370791 protein_coding 8 1 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000645756 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783267 ENST00000642959 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000443751 protein_coding 3 1 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000643390 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000646892 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000645526 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000370791 protein_coding 8 1 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000645756 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000643390 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000642959 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000646892 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000645526 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000443751 protein_coding 3 1 3 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000370791 protein_coding 8 1 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000645756 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000643390 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000642959 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000646892 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000645526 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000443751 protein_coding 3 1 4 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000370791 protein_coding 8 1 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000645756 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000643390 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000642959 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000646892 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000645526 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000443751 protein_coding 3 1 5 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000370791 protein_coding 8 1 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000645756 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000643390 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000642959 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000646892 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000645526 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000443751 protein_coding 3 1 6 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000370791 protein_coding 8 1 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000645756 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000643390 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000642959 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000646892 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000645526 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000443751 protein_coding 3 1 7 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000370791 protein_coding 8 1 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000645756 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000643390 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000642959 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000646892 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000645526 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000443751 protein_coding 3 1 8 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000370791 protein_coding 8 1 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000645756 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000643390 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000642959 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000646892 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000645526 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000443751 protein_coding 3 1 9 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000370791 protein_coding 8 1 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000645756 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000643390 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000642959 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000646892 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000645526 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000443751 protein_coding 3 1 10 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000370791 protein_coding 8 1 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000645756 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000643390 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000642959 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000646892 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000645526 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000443751 protein_coding 3 1 11 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000370791 protein_coding 8 1 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000645756 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000643390 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000642959 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000646892 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000645526 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000443751 protein_coding 3 1 12 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000370791 protein_coding 8 1 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000645756 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000643390 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000642959 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000646892 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000645526 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000443751 protein_coding 3 1 13 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000370791 protein_coding 8 1 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000645756 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000643390 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000642959 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000646892 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000645526 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000443751 protein_coding 3 1 14 MIGA1 ENSG00000180488 +CDS chr1 77868248 77868439 ENST00000645756 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873001 77873120 ENST00000646892 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873001 77873120 ENST00000443751 protein_coding 3 1 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000370791 protein_coding 8 1 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000642959 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000645526 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000370791 protein_coding 8 1 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000642959 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000646892 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000645526 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000443751 protein_coding 3 1 16 MIGA1 ENSG00000180488 +CDS chr1 77878756 77878797 ENST00000643390 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +transcript chr1 77888513 77933384 ENST00000401035 protein_coding 7 1 NA NEXN ENSG00000162614 +transcript chr1 77888515 77943891 ENST00000330010 protein_coding 12 2 NA NEXN ENSG00000162614 +transcript chr1 77888624 77943895 ENST00000334785 protein_coding 12 1 NA NEXN ENSG00000162614 +transcript chr1 77888662 77935919 ENST00000440324 protein_coding 5 5 NA NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000401035 protein_coding 7 1 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000334785 protein_coding 12 1 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000440324 protein_coding 5 5 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000330010 protein_coding 12 2 2 NEXN ENSG00000162614 +CDS chr1 77917566 77917757 ENST00000334785 protein_coding 12 1 3 NEXN ENSG00000162614 +CDS chr1 77917566 77917757 ENST00000440324 protein_coding 5 5 3 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000401035 protein_coding 7 1 3 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000334785 protein_coding 12 1 4 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000440324 protein_coding 5 5 4 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000330010 protein_coding 12 2 3 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000401035 protein_coding 7 1 4 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000334785 protein_coding 12 1 5 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000440324 protein_coding 5 5 5 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000330010 protein_coding 12 2 4 NEXN ENSG00000162614 +transcript chr1 77918128 77943895 ENST00000342754 protein_coding 5 1 NA NEXN ENSG00000162614 +CDS chr1 77918128 77918273 ENST00000342754 protein_coding 5 1 1 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000401035 protein_coding 7 1 5 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000334785 protein_coding 12 1 6 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000342754 protein_coding 5 1 2 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000330010 protein_coding 12 2 5 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000401035 protein_coding 7 1 6 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000334785 protein_coding 12 1 7 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000440324 protein_coding 5 5 6 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000342754 protein_coding 5 1 3 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000330010 protein_coding 12 2 6 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000401035 protein_coding 7 1 7 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000334785 protein_coding 12 1 8 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000440324 protein_coding 5 5 7 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000342754 protein_coding 5 1 4 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000330010 protein_coding 12 2 7 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000401035 protein_coding 7 1 8 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000334785 protein_coding 12 1 9 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000440324 protein_coding 5 5 8 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000342754 protein_coding 5 1 5 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000330010 protein_coding 12 2 8 NEXN ENSG00000162614 +CDS chr1 77933282 77933384 ENST00000401035 protein_coding 7 1 9 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000334785 protein_coding 12 1 10 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000440324 protein_coding 5 5 9 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000342754 protein_coding 5 1 6 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000330010 protein_coding 12 2 9 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000334785 protein_coding 12 1 11 NEXN ENSG00000162614 +CDS chr1 77935823 77935919 ENST00000440324 protein_coding 5 5 10 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000342754 protein_coding 5 1 7 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000330010 protein_coding 12 2 10 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000334785 protein_coding 12 1 12 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000342754 protein_coding 5 1 8 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000330010 protein_coding 12 2 11 NEXN ENSG00000162614 +CDS chr1 77942461 77942826 ENST00000334785 protein_coding 12 1 13 NEXN ENSG00000162614 +CDS chr1 77942461 77942818 ENST00000342754 protein_coding 5 1 9 NEXN ENSG00000162614 +CDS chr1 77942461 77942826 ENST00000330010 protein_coding 12 2 12 NEXN ENSG00000162614 +CDS chr1 77942900 77942910 ENST00000342754 protein_coding 5 1 10 NEXN ENSG00000162614 +transcript chr1 77944055 77979072 ENST00000370768 protein_coding 7 1 NA FUBP1 ENSG00000162613 +transcript chr1 77948405 77979092 ENST00000370767 protein_coding 5 5 NA FUBP1 ENSG00000162613 +CDS chr1 77948769 77948774 ENST00000370768 protein_coding 7 1 20 FUBP1 ENSG00000162613 +CDS chr1 77948876 77948914 ENST00000370767 protein_coding 5 5 20 FUBP1 ENSG00000162613 +CDS chr1 77949155 77949300 ENST00000370768 protein_coding 7 1 19 FUBP1 ENSG00000162613 +CDS chr1 77949155 77949300 ENST00000370767 protein_coding 5 5 19 FUBP1 ENSG00000162613 +CDS chr1 77955255 77955329 ENST00000370768 protein_coding 7 1 18 FUBP1 ENSG00000162613 +CDS chr1 77955255 77955329 ENST00000370767 protein_coding 5 5 18 FUBP1 ENSG00000162613 +CDS chr1 77956572 77956700 ENST00000370768 protein_coding 7 1 17 FUBP1 ENSG00000162613 +CDS chr1 77956572 77956700 ENST00000370767 protein_coding 5 5 17 FUBP1 ENSG00000162613 +CDS chr1 77960184 77960263 ENST00000370768 protein_coding 7 1 16 FUBP1 ENSG00000162613 +CDS chr1 77960184 77960263 ENST00000370767 protein_coding 5 5 16 FUBP1 ENSG00000162613 +CDS chr1 77960344 77960495 ENST00000370768 protein_coding 7 1 15 FUBP1 ENSG00000162613 +CDS chr1 77960344 77960495 ENST00000370767 protein_coding 5 5 15 FUBP1 ENSG00000162613 +CDS chr1 77962770 77962930 ENST00000370768 protein_coding 7 1 14 FUBP1 ENSG00000162613 +CDS chr1 77962770 77962930 ENST00000370767 protein_coding 5 5 14 FUBP1 ENSG00000162613 +CDS chr1 77963574 77963715 ENST00000370768 protein_coding 7 1 13 FUBP1 ENSG00000162613 +CDS chr1 77963574 77963715 ENST00000370767 protein_coding 5 5 13 FUBP1 ENSG00000162613 +CDS chr1 77964062 77964162 ENST00000370768 protein_coding 7 1 12 FUBP1 ENSG00000162613 +CDS chr1 77964062 77964162 ENST00000370767 protein_coding 5 5 12 FUBP1 ENSG00000162613 +CDS chr1 77964254 77964356 ENST00000370768 protein_coding 7 1 11 FUBP1 ENSG00000162613 +CDS chr1 77964254 77964356 ENST00000370767 protein_coding 5 5 11 FUBP1 ENSG00000162613 +CDS chr1 77964646 77964747 ENST00000370768 protein_coding 7 1 10 FUBP1 ENSG00000162613 +CDS chr1 77964646 77964747 ENST00000370767 protein_coding 5 5 10 FUBP1 ENSG00000162613 +CDS chr1 77964870 77964968 ENST00000370768 protein_coding 7 1 9 FUBP1 ENSG00000162613 +CDS chr1 77964870 77964968 ENST00000370767 protein_coding 5 5 9 FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000370768 protein_coding 7 1 8 FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000370767 protein_coding 5 5 8 FUBP1 ENSG00000162613 +transcript chr1 77965069 77979110 ENST00000421641 protein_coding 1 5 NA FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000421641 protein_coding 1 5 9 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000370768 protein_coding 7 1 7 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000370767 protein_coding 5 5 7 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000421641 protein_coding 1 5 8 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000370768 protein_coding 7 1 6 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000370767 protein_coding 5 5 6 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000421641 protein_coding 1 5 7 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967101 ENST00000370768 protein_coding 7 1 5 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967101 ENST00000370767 protein_coding 5 5 5 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967098 ENST00000421641 protein_coding 1 5 6 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000370768 protein_coding 7 1 4 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000370767 protein_coding 5 5 4 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000421641 protein_coding 1 5 5 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000370768 protein_coding 7 1 3 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000370767 protein_coding 5 5 3 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000421641 protein_coding 1 5 4 FUBP1 ENSG00000162613 +CDS chr1 77969022 77969084 ENST00000421641 protein_coding 1 5 3 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000370768 protein_coding 7 1 2 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000370767 protein_coding 5 5 2 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000421641 protein_coding 1 5 2 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000370768 protein_coding 7 1 1 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000370767 protein_coding 5 5 1 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000421641 protein_coding 1 5 1 FUBP1 ENSG00000162613 +transcript chr1 77980184 78013355 ENST00000426517 protein_coding 1 3 NA DNAJB4 ENSG00000162616 +transcript chr1 78004939 78017964 ENST00000370763 protein_coding 6 1 NA DNAJB4 ENSG00000162616 +CDS chr1 78005111 78005321 ENST00000426517 protein_coding 1 3 2 DNAJB4 ENSG00000162616 +CDS chr1 78005111 78005321 ENST00000370763 protein_coding 6 1 1 DNAJB4 ENSG00000162616 +CDS chr1 78013051 78013355 ENST00000426517 protein_coding 1 3 3 DNAJB4 ENSG00000162616 +CDS chr1 78013051 78013619 ENST00000370763 protein_coding 6 1 2 DNAJB4 ENSG00000162616 +CDS chr1 78016014 78016244 ENST00000370763 protein_coding 6 1 3 DNAJB4 ENSG00000162616 +transcript chr1 78045966 78138444 ENST00000370759 protein_coding 4 1 NA GIPC2 ENSG00000137960 +CDS chr1 78046095 78046334 ENST00000370759 protein_coding 4 1 1 GIPC2 ENSG00000137960 +CDS chr1 78080675 78080860 ENST00000370759 protein_coding 4 1 2 GIPC2 ENSG00000137960 +CDS chr1 78094952 78095132 ENST00000370759 protein_coding 4 1 3 GIPC2 ENSG00000137960 +CDS chr1 78119393 78119499 ENST00000370759 protein_coding 4 1 4 GIPC2 ENSG00000137960 +CDS chr1 78125881 78125962 ENST00000370759 protein_coding 4 1 5 GIPC2 ENSG00000137960 +CDS chr1 78135592 78135740 ENST00000370759 protein_coding 4 1 6 GIPC2 ENSG00000137960 +transcript chr1 78303884 78539749 ENST00000370758 protein_coding 5 1 NA PTGFR ENSG00000122420 +transcript chr1 78490974 78540701 ENST00000370757 protein_coding 8 1 NA PTGFR ENSG00000122420 +transcript chr1 78491072 78539749 ENST00000370756 protein_coding 3 1 NA PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370758 protein_coding 5 1 3 PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370757 protein_coding 8 1 2 PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370756 protein_coding 3 1 2 PTGFR ENSG00000122420 +CDS chr1 78497874 78497944 ENST00000370756 protein_coding 3 1 3 PTGFR ENSG00000122420 +CDS chr1 78536406 78536684 ENST00000370758 protein_coding 5 1 4 PTGFR ENSG00000122420 +CDS chr1 78536406 78536684 ENST00000370757 protein_coding 8 1 3 PTGFR ENSG00000122420 +CDS chr1 78536406 78536427 ENST00000370756 protein_coding 3 1 4 PTGFR ENSG00000122420 +transcript chr1 78619902 78642369 ENST00000679998 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78619922 78628207 ENST00000452835 protein_coding 1 4 NA IFI44L ENSG00000137959 +transcript chr1 78619931 78642328 ENST00000681613 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620448 78646145 ENST00000370751 protein_coding 10 1 NA IFI44L ENSG00000137959 +transcript chr1 78620449 78642393 ENST00000459784 protein_coding 6 3 NA IFI44L ENSG00000137959 +transcript chr1 78620472 78642393 ENST00000680110 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620527 78642328 ENST00000680295 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620722 78642685 ENST00000679848 protein_coding 1 NA NA IFI44L ENSG00000137959 +CDS chr1 78627916 78628207 ENST00000452835 protein_coding 1 4 3 IFI44L ENSG00000137959 +CDS chr1 78627916 78628393 ENST00000370751 protein_coding 10 1 2 IFI44L ENSG00000137959 +transcript chr1 78627985 78630187 ENST00000450498 protein_coding 1 5 NA IFI44L ENSG00000137959 +CDS chr1 78627985 78628393 ENST00000450498 protein_coding 1 5 1 IFI44L ENSG00000137959 +CDS chr1 78628951 78628999 ENST00000370751 protein_coding 10 1 3 IFI44L ENSG00000137959 +CDS chr1 78628951 78628999 ENST00000450498 protein_coding 1 5 2 IFI44L ENSG00000137959 +CDS chr1 78629720 78629915 ENST00000370751 protein_coding 10 1 4 IFI44L ENSG00000137959 +CDS chr1 78629720 78629915 ENST00000450498 protein_coding 1 5 3 IFI44L ENSG00000137959 +CDS chr1 78629993 78630034 ENST00000450498 protein_coding 1 5 4 IFI44L ENSG00000137959 +CDS chr1 78635337 78635489 ENST00000370751 protein_coding 10 1 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000679998 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000681613 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000459784 protein_coding 6 3 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000680110 protein_coding 1 NA 2 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000680295 protein_coding 1 NA 2 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000679848 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000679998 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000681613 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000370751 protein_coding 10 1 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000459784 protein_coding 6 3 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000680110 protein_coding 1 NA 3 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000680295 protein_coding 1 NA 3 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000679848 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000679998 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000681613 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000370751 protein_coding 10 1 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000459784 protein_coding 6 3 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000680110 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000680295 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000679848 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000679998 protein_coding 1 NA 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000681613 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000370751 protein_coding 10 1 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000459784 protein_coding 6 3 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000680110 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000680295 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000679848 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000679998 protein_coding 1 NA 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000681613 protein_coding 1 NA 8 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000370751 protein_coding 10 1 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000459784 protein_coding 6 3 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000680110 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000680295 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000679848 protein_coding 1 NA 8 IFI44L ENSG00000137959 +transcript chr1 78649831 78664073 ENST00000370747 protein_coding 9 1 NA IFI44 ENSG00000137965 +transcript chr1 78649832 78659428 ENST00000438486 protein_coding 1 3 NA IFI44 ENSG00000137965 +CDS chr1 78650196 78650652 ENST00000370747 protein_coding 9 1 2 IFI44 ENSG00000137965 +CDS chr1 78650568 78650652 ENST00000438486 protein_coding 1 3 2 IFI44 ENSG00000137965 +CDS chr1 78654243 78654279 ENST00000370747 protein_coding 9 1 3 IFI44 ENSG00000137965 +CDS chr1 78654243 78654279 ENST00000438486 protein_coding 1 3 3 IFI44 ENSG00000137965 +CDS chr1 78655014 78655209 ENST00000370747 protein_coding 9 1 4 IFI44 ENSG00000137965 +CDS chr1 78655014 78655209 ENST00000438486 protein_coding 1 3 4 IFI44 ENSG00000137965 +CDS chr1 78655362 78655511 ENST00000370747 protein_coding 9 1 5 IFI44 ENSG00000137965 +CDS chr1 78655362 78655511 ENST00000438486 protein_coding 1 3 5 IFI44 ENSG00000137965 +CDS chr1 78659312 78659483 ENST00000370747 protein_coding 9 1 6 IFI44 ENSG00000137965 +CDS chr1 78659312 78659428 ENST00000438486 protein_coding 1 3 6 IFI44 ENSG00000137965 +CDS chr1 78660554 78660654 ENST00000370747 protein_coding 9 1 7 IFI44 ENSG00000137965 +CDS chr1 78662704 78662878 ENST00000370747 protein_coding 9 1 8 IFI44 ENSG00000137965 +transcript chr1 78662735 78664078 ENST00000446486 protein_coding 1 3 NA IFI44 ENSG00000137965 +CDS chr1 78662735 78662917 ENST00000446486 protein_coding 1 3 1 IFI44 ENSG00000137965 +CDS chr1 78663765 78663808 ENST00000370747 protein_coding 9 1 9 IFI44 ENSG00000137965 +CDS chr1 78663765 78663808 ENST00000446486 protein_coding 1 3 2 IFI44 ENSG00000137965 +transcript chr1 78889764 78917885 ENST00000401034 protein_coding 7 5 NA ADGRL4 ENSG00000162618 +transcript chr1 78889764 79006730 ENST00000370742 protein_coding 4 1 NA ADGRL4 ENSG00000162618 +CDS chr1 78889818 78889821 ENST00000401034 protein_coding 7 5 6 ADGRL4 ENSG00000162618 +transcript chr1 78889919 79006820 ENST00000671209 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78889960 79282124 ENST00000661030 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78890531 79236490 ENST00000655029 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78890672 79006730 ENST00000656841 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000370742 protein_coding 4 1 15 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000671209 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000661030 protein_coding 1 NA 17 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000655029 protein_coding 1 NA 17 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000656841 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78891158 78891216 ENST00000401034 protein_coding 7 5 5 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000401034 protein_coding 7 5 4 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000370742 protein_coding 4 1 14 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000671209 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000661030 protein_coding 1 NA 16 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000655029 protein_coding 1 NA 16 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000656841 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000401034 protein_coding 7 5 3 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000370742 protein_coding 4 1 13 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000671209 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000661030 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000655029 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000656841 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000401034 protein_coding 7 5 2 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000370742 protein_coding 4 1 12 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000671209 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000661030 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000655029 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000656841 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78917885 ENST00000401034 protein_coding 7 5 1 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000370742 protein_coding 4 1 11 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000671209 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000661030 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000655029 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000656841 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000370742 protein_coding 4 1 10 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000671209 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000661030 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000655029 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000656841 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000370742 protein_coding 4 1 9 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000661030 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000655029 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000656841 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000370742 protein_coding 4 1 8 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000671209 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000661030 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000655029 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000656841 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000370742 protein_coding 4 1 7 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000671209 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000661030 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000655029 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000656841 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000370742 protein_coding 4 1 6 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000671209 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000661030 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000655029 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000656841 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +transcript chr1 78937962 79188483 ENST00000656300 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78937962 78937990 ENST00000656300 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000370742 protein_coding 4 1 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000671209 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000661030 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000655029 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000656841 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000656300 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +transcript chr1 78938192 79028211 ENST00000659463 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78938192 78938279 ENST00000659463 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +transcript chr1 78938209 79188399 ENST00000662530 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78938209 78938279 ENST00000662530 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000370742 protein_coding 4 1 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000671209 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000661030 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000655029 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000656841 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000656300 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000659463 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000662530 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000370742 protein_coding 4 1 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000671209 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000661030 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000655029 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000656841 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000656300 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000659463 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000662530 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +transcript chr1 78946334 79028261 ENST00000662640 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78946334 78946426 ENST00000662640 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005219 ENST00000370742 protein_coding 4 1 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005219 ENST00000671209 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000661030 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000655029 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000656841 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000662640 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 79006633 79006654 ENST00000370742 protein_coding 4 1 1 ADGRL4 ENSG00000162618 +CDS chr1 79006633 79006654 ENST00000671209 protein_coding 1 NA 1 ADGRL4 ENSG00000162618 +transcript chr1 81306166 81991368 ENST00000370721 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370723 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370725 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370727 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81992422 ENST00000370728 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81992422 ENST00000370730 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81699770 81991426 ENST00000359929 protein_coding 7 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81987353 ENST00000674489 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81992180 ENST00000674442 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81992393 ENST00000674419 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81991812 ENST00000674407 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992395 ENST00000674168 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992397 ENST00000674307 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992404 ENST00000674209 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000319517 protein_coding 10 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000370713 protein_coding 5 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000370715 protein_coding 5 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992422 ENST00000370717 protein_coding 6 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992422 ENST00000627151 protein_coding 2 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81800934 81993932 ENST00000686636 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800987 81992403 ENST00000674393 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800998 81991794 ENST00000674208 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370721 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370723 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370725 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370727 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370728 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370730 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000359929 protein_coding 7 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674489 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674442 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674419 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674407 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674168 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674307 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674209 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000319517 protein_coding 10 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370713 protein_coding 5 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370715 protein_coding 5 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370717 protein_coding 6 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000627151 protein_coding 2 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000686636 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674393 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674208 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370721 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370723 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370725 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370727 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370728 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370730 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000359929 protein_coding 7 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674489 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674442 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674419 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674407 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674168 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674307 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674209 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000319517 protein_coding 10 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370713 protein_coding 5 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370715 protein_coding 5 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370717 protein_coding 6 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000627151 protein_coding 2 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000686636 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674393 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674208 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370721 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370723 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370725 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370727 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370728 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370730 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000359929 protein_coding 7 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674489 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674442 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674419 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674407 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674168 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674307 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674209 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000319517 protein_coding 10 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370713 protein_coding 5 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370715 protein_coding 5 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370717 protein_coding 6 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000627151 protein_coding 2 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000686636 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674393 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674208 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81942034 81942045 ENST00000370721 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942034 81942045 ENST00000686636 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370721 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370723 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370725 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370727 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370728 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370730 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000359929 protein_coding 7 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674489 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674442 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674419 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674407 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674168 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674307 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674209 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000319517 protein_coding 10 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370713 protein_coding 5 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370715 protein_coding 5 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370717 protein_coding 6 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000627151 protein_coding 2 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000686636 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674393 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674208 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +transcript chr1 81942969 81991368 ENST00000449420 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000449420 protein_coding 5 5 1 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370723 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370725 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370727 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370728 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370730 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000359929 protein_coding 7 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674489 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674442 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674419 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674407 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674168 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674307 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674209 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000319517 protein_coding 10 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370713 protein_coding 5 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370715 protein_coding 5 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370717 protein_coding 6 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000627151 protein_coding 2 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000686636 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674393 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674208 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000449420 protein_coding 5 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81950387 81950482 ENST00000370721 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370721 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370723 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370725 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370727 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370728 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370730 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000359929 protein_coding 7 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674489 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674442 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674419 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674407 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674168 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674307 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674209 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000319517 protein_coding 10 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370713 protein_coding 5 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370715 protein_coding 5 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370717 protein_coding 6 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000627151 protein_coding 2 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000686636 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674393 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674208 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000449420 protein_coding 5 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370721 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370723 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370725 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370727 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370728 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370730 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000359929 protein_coding 7 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674489 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674442 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674419 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674407 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674168 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674307 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674209 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000319517 protein_coding 10 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370713 protein_coding 5 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370715 protein_coding 5 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370717 protein_coding 6 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000627151 protein_coding 2 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000686636 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674393 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674208 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000449420 protein_coding 5 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370725 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370727 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370728 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370730 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674489 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674419 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370717 protein_coding 6 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000627151 protein_coding 2 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000686636 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674208 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000449420 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370721 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370723 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370725 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370727 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370728 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370730 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000359929 protein_coding 7 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674489 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674442 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674419 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674407 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674168 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674307 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674209 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000319517 protein_coding 10 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370713 protein_coding 5 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370715 protein_coding 5 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370717 protein_coding 6 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000627151 protein_coding 2 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000686636 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674393 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674208 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000449420 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370721 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370723 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370725 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370727 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370728 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370730 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000359929 protein_coding 7 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674489 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674442 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674419 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674407 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674168 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674307 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674209 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000319517 protein_coding 10 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370713 protein_coding 5 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370715 protein_coding 5 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370717 protein_coding 6 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000627151 protein_coding 2 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000686636 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674393 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674208 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000449420 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370721 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370723 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370725 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370727 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370728 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370730 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000359929 protein_coding 7 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674489 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674442 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674419 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674407 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674168 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674307 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674209 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000319517 protein_coding 10 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370713 protein_coding 5 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370715 protein_coding 5 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370717 protein_coding 6 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000627151 protein_coding 2 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000686636 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674393 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674208 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000449420 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370721 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370723 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370725 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370727 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370728 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370730 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000359929 protein_coding 7 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674489 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674442 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674419 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674407 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674168 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674307 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674209 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000319517 protein_coding 10 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370713 protein_coding 5 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370715 protein_coding 5 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370717 protein_coding 6 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000627151 protein_coding 2 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000686636 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674393 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674208 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000449420 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370721 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370723 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370725 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370727 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370728 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370730 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000359929 protein_coding 7 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674489 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674442 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674419 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674407 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674168 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674307 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674209 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000319517 protein_coding 10 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370713 protein_coding 5 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370715 protein_coding 5 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370717 protein_coding 6 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000627151 protein_coding 2 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000686636 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674393 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674208 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000449420 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370721 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370723 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370725 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370727 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370728 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370730 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000359929 protein_coding 7 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674489 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674442 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674419 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674407 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674168 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674307 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674209 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000319517 protein_coding 10 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370713 protein_coding 5 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370715 protein_coding 5 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370717 protein_coding 6 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000627151 protein_coding 2 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000686636 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674393 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674208 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000449420 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370721 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370723 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370725 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370727 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370728 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370730 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000359929 protein_coding 7 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674489 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674442 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674419 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674407 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674168 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674307 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674209 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000319517 protein_coding 10 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370713 protein_coding 5 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370715 protein_coding 5 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370717 protein_coding 6 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000627151 protein_coding 2 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000686636 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674393 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674208 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000449420 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370721 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370723 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370725 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370727 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370728 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370730 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000359929 protein_coding 7 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674489 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674442 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674419 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674407 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674168 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674307 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674209 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000319517 protein_coding 10 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370713 protein_coding 5 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370715 protein_coding 5 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370717 protein_coding 6 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000627151 protein_coding 2 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000686636 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674393 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674208 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000449420 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +transcript chr1 81979889 81992423 ENST00000402328 protein_coding 2 5 NA ADGRL2 ENSG00000117114 +CDS chr1 81979889 81979960 ENST00000402328 protein_coding 2 5 1 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370723 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370725 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370727 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674489 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674168 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674307 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000627151 protein_coding 2 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000449420 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000402328 protein_coding 2 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000674489 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000674307 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000449420 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370721 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370723 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370725 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370727 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370728 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370730 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000359929 protein_coding 7 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674489 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674442 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674419 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674407 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674168 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674307 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674209 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000319517 protein_coding 10 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370713 protein_coding 5 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370715 protein_coding 5 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370717 protein_coding 6 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000627151 protein_coding 2 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000686636 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674393 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674208 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000449420 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000402328 protein_coding 2 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370721 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370723 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370725 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370727 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370728 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370730 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000359929 protein_coding 7 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674489 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674442 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674419 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674407 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674168 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674307 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674209 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000319517 protein_coding 10 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370713 protein_coding 5 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370715 protein_coding 5 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370717 protein_coding 6 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000627151 protein_coding 2 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000686636 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674393 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674208 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000449420 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000402328 protein_coding 2 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370721 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370723 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370725 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370727 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370728 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370730 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000359929 protein_coding 7 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674489 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674442 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674419 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674407 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674168 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674307 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674209 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000319517 protein_coding 10 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370715 protein_coding 5 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370717 protein_coding 6 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000627151 protein_coding 2 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000686636 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674393 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674208 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000449420 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000402328 protein_coding 2 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370721 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370723 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370725 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370728 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987220 ENST00000674489 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674407 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674307 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674209 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370717 protein_coding 6 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000686636 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000449420 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000402328 protein_coding 2 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81987260 81987291 ENST00000674442 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81987289 81987341 ENST00000370715 protein_coding 5 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81987289 81987341 ENST00000674208 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81987869 81987886 ENST00000686636 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81987869 81987886 ENST00000402328 protein_coding 2 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81989657 81989691 ENST00000674407 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81989657 81989677 ENST00000370715 protein_coding 5 1 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370721 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370723 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370725 protein_coding 5 5 26 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370727 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370728 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370730 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000359929 protein_coding 7 1 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674419 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674168 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674307 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674209 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000319517 protein_coding 10 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81990399 ENST00000370713 protein_coding 5 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370717 protein_coding 6 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000627151 protein_coding 2 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000686636 protein_coding 1 NA 24 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674393 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81990399 ENST00000674208 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000449420 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000402328 protein_coding 2 5 8 ADGRL2 ENSG00000117114 +transcript chr1 83865024 83999132 ENST00000260505 protein_coding 13 2 NA TTLL7 ENSG00000137941 +CDS chr1 83869965 83870082 ENST00000260505 protein_coding 13 2 21 TTLL7 ENSG00000137941 +CDS chr1 83882963 83883136 ENST00000260505 protein_coding 13 2 20 TTLL7 ENSG00000137941 +CDS chr1 83890321 83890481 ENST00000260505 protein_coding 13 2 19 TTLL7 ENSG00000137941 +CDS chr1 83904079 83904159 ENST00000260505 protein_coding 13 2 18 TTLL7 ENSG00000137941 +CDS chr1 83906329 83906463 ENST00000260505 protein_coding 13 2 17 TTLL7 ENSG00000137941 +CDS chr1 83907456 83907661 ENST00000260505 protein_coding 13 2 16 TTLL7 ENSG00000137941 +CDS chr1 83911165 83911363 ENST00000260505 protein_coding 13 2 15 TTLL7 ENSG00000137941 +transcript chr1 83912996 83999150 ENST00000610996 protein_coding 1 5 NA TTLL7 ENSG00000137941 +CDS chr1 83912999 83913040 ENST00000610996 protein_coding 1 5 15 TTLL7 ENSG00000137941 +CDS chr1 83917604 83917690 ENST00000260505 protein_coding 13 2 14 TTLL7 ENSG00000137941 +CDS chr1 83917604 83917690 ENST00000610996 protein_coding 1 5 14 TTLL7 ENSG00000137941 +CDS chr1 83919699 83919834 ENST00000260505 protein_coding 13 2 13 TTLL7 ENSG00000137941 +CDS chr1 83919699 83919834 ENST00000610996 protein_coding 1 5 13 TTLL7 ENSG00000137941 +CDS chr1 83921087 83921160 ENST00000260505 protein_coding 13 2 12 TTLL7 ENSG00000137941 +CDS chr1 83921087 83921160 ENST00000610996 protein_coding 1 5 12 TTLL7 ENSG00000137941 +CDS chr1 83921247 83921394 ENST00000260505 protein_coding 13 2 11 TTLL7 ENSG00000137941 +CDS chr1 83921247 83921394 ENST00000610996 protein_coding 1 5 11 TTLL7 ENSG00000137941 +CDS chr1 83929136 83929230 ENST00000260505 protein_coding 13 2 10 TTLL7 ENSG00000137941 +CDS chr1 83929136 83929230 ENST00000610996 protein_coding 1 5 10 TTLL7 ENSG00000137941 +CDS chr1 83933608 83933766 ENST00000260505 protein_coding 13 2 9 TTLL7 ENSG00000137941 +CDS chr1 83933608 83933766 ENST00000610996 protein_coding 1 5 9 TTLL7 ENSG00000137941 +CDS chr1 83937852 83938016 ENST00000260505 protein_coding 13 2 8 TTLL7 ENSG00000137941 +CDS chr1 83937852 83938016 ENST00000610996 protein_coding 1 5 8 TTLL7 ENSG00000137941 +CDS chr1 83942463 83942679 ENST00000260505 protein_coding 13 2 7 TTLL7 ENSG00000137941 +CDS chr1 83942463 83942679 ENST00000610996 protein_coding 1 5 7 TTLL7 ENSG00000137941 +CDS chr1 83947124 83947282 ENST00000260505 protein_coding 13 2 6 TTLL7 ENSG00000137941 +CDS chr1 83947124 83947282 ENST00000610996 protein_coding 1 5 6 TTLL7 ENSG00000137941 +CDS chr1 83948628 83948695 ENST00000260505 protein_coding 13 2 5 TTLL7 ENSG00000137941 +CDS chr1 83948628 83948695 ENST00000610996 protein_coding 1 5 5 TTLL7 ENSG00000137941 +CDS chr1 83949865 83949986 ENST00000260505 protein_coding 13 2 4 TTLL7 ENSG00000137941 +CDS chr1 83949865 83949986 ENST00000610996 protein_coding 1 5 4 TTLL7 ENSG00000137941 +CDS chr1 83951845 83951976 ENST00000260505 protein_coding 13 2 3 TTLL7 ENSG00000137941 +CDS chr1 83951845 83951976 ENST00000610996 protein_coding 1 5 3 TTLL7 ENSG00000137941 +CDS chr1 83952187 83952211 ENST00000260505 protein_coding 13 2 2 TTLL7 ENSG00000137941 +CDS chr1 83952187 83952211 ENST00000610996 protein_coding 1 5 2 TTLL7 ENSG00000137941 +transcript chr1 84078062 84238498 ENST00000370689 protein_coding 6 1 NA PRKACB ENSG00000142875 +transcript chr1 84078144 84205439 ENST00000370688 protein_coding 7 1 NA PRKACB ENSG00000142875 +CDS chr1 84078326 84078371 ENST00000370689 protein_coding 6 1 1 PRKACB ENSG00000142875 +CDS chr1 84078326 84078371 ENST00000370688 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84144271 84238498 ENST00000370685 protein_coding 7 1 NA PRKACB ENSG00000142875 +CDS chr1 84144362 84144548 ENST00000370685 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84164317 84204525 ENST00000370684 protein_coding 5 5 NA PRKACB ENSG00000142875 +transcript chr1 84164323 84196742 ENST00000436133 protein_coding 5 3 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84235309 ENST00000446538 protein_coding 5 2 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84238494 ENST00000610703 protein_coding 4 2 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84238494 ENST00000370682 protein_coding 7 1 NA PRKACB ENSG00000142875 +transcript chr1 84164394 84202695 ENST00000432111 protein_coding 5 5 NA PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000370684 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000436133 protein_coding 5 3 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000446538 protein_coding 5 2 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000432111 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000610703 protein_coding 4 2 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000370682 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84164681 84197791 ENST00000450730 protein_coding 5 3 NA PRKACB ENSG00000142875 +transcript chr1 84164695 84205297 ENST00000370680 protein_coding 5 1 NA PRKACB ENSG00000142875 +transcript chr1 84164904 84197824 ENST00000413538 protein_coding 5 5 NA PRKACB ENSG00000142875 +transcript chr1 84164912 84197812 ENST00000417530 protein_coding 5 2 NA PRKACB ENSG00000142875 +transcript chr1 84164966 84238498 ENST00000394839 protein_coding 6 2 NA PRKACB ENSG00000142875 +transcript chr1 84164966 84238496 ENST00000614872 protein_coding 4 1 NA PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000450730 protein_coding 5 3 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000370680 protein_coding 5 1 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000413538 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000417530 protein_coding 5 2 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000394839 protein_coding 6 2 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000614872 protein_coding 4 1 1 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000436133 protein_coding 5 3 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000446538 protein_coding 5 2 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000450730 protein_coding 5 3 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000370680 protein_coding 5 1 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000394839 protein_coding 6 2 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000614872 protein_coding 4 1 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000370682 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000436133 protein_coding 5 3 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000446538 protein_coding 5 2 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000432111 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000450730 protein_coding 5 3 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000370680 protein_coding 5 1 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000413538 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000394839 protein_coding 6 2 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000614872 protein_coding 4 1 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000370682 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000446538 protein_coding 5 2 4 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000370680 protein_coding 5 1 4 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000614872 protein_coding 4 1 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370689 protein_coding 6 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370688 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370685 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370684 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000436133 protein_coding 5 3 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000446538 protein_coding 5 2 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000432111 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000450730 protein_coding 5 3 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370680 protein_coding 5 1 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000413538 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000417530 protein_coding 5 2 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000394839 protein_coding 6 2 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000610703 protein_coding 4 2 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000614872 protein_coding 4 1 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370682 protein_coding 7 1 4 PRKACB ENSG00000142875 +transcript chr1 84181660 84238494 ENST00000610457 protein_coding 1 2 NA PRKACB ENSG00000142875 +CDS chr1 84181660 84181728 ENST00000610457 protein_coding 1 2 1 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370689 protein_coding 6 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370688 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370685 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370684 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000436133 protein_coding 5 3 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000446538 protein_coding 5 2 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000432111 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000450730 protein_coding 5 3 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370680 protein_coding 5 1 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000413538 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000417530 protein_coding 5 2 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000394839 protein_coding 6 2 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000610703 protein_coding 4 2 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000614872 protein_coding 4 1 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000610457 protein_coding 1 2 2 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370682 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370689 protein_coding 6 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370688 protein_coding 7 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370685 protein_coding 7 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370684 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000436133 protein_coding 5 3 6 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000446538 protein_coding 5 2 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000432111 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000450730 protein_coding 5 3 6 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370680 protein_coding 5 1 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000413538 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000417530 protein_coding 5 2 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000610703 protein_coding 4 2 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000614872 protein_coding 4 1 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000610457 protein_coding 1 2 3 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370682 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370689 protein_coding 6 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370688 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370685 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370684 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000436133 protein_coding 5 3 7 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000446538 protein_coding 5 2 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000432111 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000450730 protein_coding 5 3 7 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370680 protein_coding 5 1 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000413538 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000417530 protein_coding 5 2 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000394839 protein_coding 6 2 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000610703 protein_coding 4 2 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000614872 protein_coding 4 1 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000610457 protein_coding 1 2 4 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370682 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370689 protein_coding 6 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370688 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370685 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370684 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000436133 protein_coding 5 3 8 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000446538 protein_coding 5 2 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000432111 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000450730 protein_coding 5 3 8 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370680 protein_coding 5 1 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000413538 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000417530 protein_coding 5 2 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000394839 protein_coding 6 2 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000610703 protein_coding 4 2 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000614872 protein_coding 4 1 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000610457 protein_coding 1 2 5 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370682 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370689 protein_coding 6 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370688 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370685 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370684 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000446538 protein_coding 5 2 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000432111 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197791 ENST00000450730 protein_coding 5 3 9 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370680 protein_coding 5 1 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000413538 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197812 ENST00000417530 protein_coding 5 2 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000394839 protein_coding 6 2 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000610703 protein_coding 4 2 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000614872 protein_coding 4 1 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000610457 protein_coding 1 2 6 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370682 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370689 protein_coding 6 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370688 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370685 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370684 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000446538 protein_coding 5 2 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202695 ENST00000432111 protein_coding 5 5 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370680 protein_coding 5 1 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000394839 protein_coding 6 2 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000610703 protein_coding 4 2 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000614872 protein_coding 4 1 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000610457 protein_coding 1 2 7 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370682 protein_coding 7 1 10 PRKACB ENSG00000142875 +CDS chr1 84204479 84204487 ENST00000370680 protein_coding 5 1 12 PRKACB ENSG00000142875 +CDS chr1 84204482 84204487 ENST00000370688 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84204482 84204487 ENST00000370684 protein_coding 5 5 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370689 protein_coding 6 1 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370685 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000446538 protein_coding 5 2 12 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000394839 protein_coding 6 2 10 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000610703 protein_coding 4 2 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000614872 protein_coding 4 1 12 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000610457 protein_coding 1 2 8 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370682 protein_coding 7 1 11 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370689 protein_coding 6 1 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370685 protein_coding 7 1 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000446538 protein_coding 5 2 13 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000394839 protein_coding 6 2 11 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000610703 protein_coding 4 2 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000614872 protein_coding 4 1 13 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000610457 protein_coding 1 2 9 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370682 protein_coding 7 1 12 PRKACB ENSG00000142875 +transcript chr1 84298366 84350798 ENST00000370673 protein_coding 7 2 NA SAMD13 ENSG00000203943 +CDS chr1 84298558 84298567 ENST00000370673 protein_coding 7 2 1 SAMD13 ENSG00000203943 +transcript chr1 84299558 84350070 ENST00000370671 protein_coding 7 3 NA SAMD13 ENSG00000203943 +CDS chr1 84299617 84299644 ENST00000370671 protein_coding 7 3 1 SAMD13 ENSG00000203943 +transcript chr1 84301708 84350798 ENST00000394834 protein_coding 8 2 NA SAMD13 ENSG00000203943 +transcript chr1 84301720 84349994 ENST00000370669 protein_coding 5 3 NA SAMD13 ENSG00000203943 +transcript chr1 84302651 84350796 ENST00000370668 protein_coding 7 1 NA SAMD13 ENSG00000203943 +transcript chr1 84303033 84349930 ENST00000370670 protein_coding 2 4 NA SAMD13 ENSG00000203943 +CDS chr1 84303203 84303287 ENST00000370673 protein_coding 7 2 2 SAMD13 ENSG00000203943 +CDS chr1 84303203 84303287 ENST00000370671 protein_coding 7 3 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000394834 protein_coding 8 2 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370669 protein_coding 5 3 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370668 protein_coding 7 1 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370670 protein_coding 2 4 2 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370673 protein_coding 7 2 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370671 protein_coding 7 3 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000394834 protein_coding 8 2 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370669 protein_coding 5 3 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370668 protein_coding 7 1 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370670 protein_coding 2 4 3 SAMD13 ENSG00000203943 +transcript chr1 84325680 84389957 ENST00000454967 protein_coding 1 3 NA SAMD13 ENSG00000203943 +CDS chr1 84325680 84325748 ENST00000454967 protein_coding 1 3 1 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370673 protein_coding 7 2 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370671 protein_coding 7 3 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000394834 protein_coding 8 2 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370669 protein_coding 5 3 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370668 protein_coding 7 1 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370670 protein_coding 2 4 4 SAMD13 ENSG00000203943 +CDS chr1 84388280 84388360 ENST00000454967 protein_coding 1 3 2 SAMD13 ENSG00000203943 +transcript chr1 84398484 84415018 ENST00000370665 protein_coding 4 1 NA DNASE2B ENSG00000137976 +CDS chr1 84398565 84398689 ENST00000370665 protein_coding 4 1 1 DNASE2B ENSG00000137976 +CDS chr1 84401901 84402078 ENST00000370665 protein_coding 4 1 2 DNASE2B ENSG00000137976 +transcript chr1 84408230 84415008 ENST00000370662 protein_coding 3 1 NA DNASE2B ENSG00000137976 +CDS chr1 84408437 84408518 ENST00000370665 protein_coding 4 1 3 DNASE2B ENSG00000137976 +CDS chr1 84410838 84410999 ENST00000370665 protein_coding 4 1 4 DNASE2B ENSG00000137976 +CDS chr1 84412349 84412546 ENST00000370665 protein_coding 4 1 5 DNASE2B ENSG00000137976 +CDS chr1 84412426 84412546 ENST00000370662 protein_coding 3 1 3 DNASE2B ENSG00000137976 +CDS chr1 84414528 84414865 ENST00000370665 protein_coding 4 1 6 DNASE2B ENSG00000137976 +CDS chr1 84414528 84414865 ENST00000370662 protein_coding 3 1 4 DNASE2B ENSG00000137976 +transcript chr1 84479259 84483330 ENST00000370656 protein_coding 5 2 NA RPF1 ENSG00000117133 +transcript chr1 84479266 84498352 ENST00000370654 protein_coding 6 1 NA RPF1 ENSG00000117133 +CDS chr1 84479282 84479509 ENST00000370656 protein_coding 5 2 1 RPF1 ENSG00000117133 +CDS chr1 84479282 84479509 ENST00000370654 protein_coding 6 1 1 RPF1 ENSG00000117133 +CDS chr1 84480956 84481012 ENST00000370656 protein_coding 5 2 2 RPF1 ENSG00000117133 +CDS chr1 84480956 84481012 ENST00000370654 protein_coding 6 1 2 RPF1 ENSG00000117133 +CDS chr1 84482915 84483016 ENST00000370656 protein_coding 5 2 3 RPF1 ENSG00000117133 +CDS chr1 84482915 84482995 ENST00000370654 protein_coding 6 1 3 RPF1 ENSG00000117133 +CDS chr1 84489633 84489728 ENST00000370654 protein_coding 6 1 4 RPF1 ENSG00000117133 +CDS chr1 84490319 84490472 ENST00000370654 protein_coding 6 1 5 RPF1 ENSG00000117133 +CDS chr1 84495373 84495455 ENST00000370654 protein_coding 6 1 6 RPF1 ENSG00000117133 +CDS chr1 84495882 84496063 ENST00000370654 protein_coding 6 1 7 RPF1 ENSG00000117133 +CDS chr1 84496244 84496370 ENST00000370654 protein_coding 6 1 8 RPF1 ENSG00000117133 +CDS chr1 84497429 84497467 ENST00000370654 protein_coding 6 1 9 RPF1 ENSG00000117133 +transcript chr1 84498325 84506581 ENST00000370645 protein_coding 9 2 NA GNG5 ENSG00000174021 +transcript chr1 84498329 84506565 ENST00000370641 protein_coding 3 1 NA GNG5 ENSG00000174021 +transcript chr1 84498501 84506273 ENST00000686161 protein_coding 1 NA NA GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000370645 protein_coding 9 2 3 GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000370641 protein_coding 3 1 2 GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000686161 protein_coding 1 NA 2 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000370645 protein_coding 9 2 2 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000370641 protein_coding 3 1 1 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000686161 protein_coding 1 NA 1 GNG5 ENSG00000174021 +transcript chr1 84506397 84554539 ENST00000490879 protein_coding 8 5 NA SPATA1 ENSG00000122432 +CDS chr1 84516360 84516395 ENST00000490879 protein_coding 8 5 2 SPATA1 ENSG00000122432 +CDS chr1 84520585 84520691 ENST00000490879 protein_coding 8 5 3 SPATA1 ENSG00000122432 +CDS chr1 84522390 84522507 ENST00000490879 protein_coding 8 5 4 SPATA1 ENSG00000122432 +CDS chr1 84525696 84525749 ENST00000490879 protein_coding 8 5 5 SPATA1 ENSG00000122432 +CDS chr1 84525845 84526073 ENST00000490879 protein_coding 8 5 6 SPATA1 ENSG00000122432 +CDS chr1 84532860 84532974 ENST00000490879 protein_coding 8 5 7 SPATA1 ENSG00000122432 +CDS chr1 84533709 84533766 ENST00000490879 protein_coding 8 5 8 SPATA1 ENSG00000122432 +CDS chr1 84544202 84544304 ENST00000490879 protein_coding 8 5 9 SPATA1 ENSG00000122432 +CDS chr1 84545634 84545759 ENST00000490879 protein_coding 8 5 10 SPATA1 ENSG00000122432 +CDS chr1 84548786 84548964 ENST00000490879 protein_coding 8 5 11 SPATA1 ENSG00000122432 +transcript chr1 84549611 84574440 ENST00000370630 protein_coding 6 1 NA CTBS ENSG00000117151 +CDS chr1 84550432 84550530 ENST00000490879 protein_coding 8 5 12 SPATA1 ENSG00000122432 +CDS chr1 84553035 84553121 ENST00000490879 protein_coding 8 5 13 SPATA1 ENSG00000122432 +CDS chr1 84555002 84555199 ENST00000370630 protein_coding 6 1 7 CTBS ENSG00000117151 +CDS chr1 84563257 84563418 ENST00000370630 protein_coding 6 1 6 CTBS ENSG00000117151 +CDS chr1 84563735 84563832 ENST00000370630 protein_coding 6 1 5 CTBS ENSG00000117151 +CDS chr1 84565841 84566012 ENST00000370630 protein_coding 6 1 4 CTBS ENSG00000117151 +CDS chr1 84569931 84570139 ENST00000370630 protein_coding 6 1 3 CTBS ENSG00000117151 +CDS chr1 84570582 84570720 ENST00000370630 protein_coding 6 1 2 CTBS ENSG00000117151 +CDS chr1 84574239 84574415 ENST00000370630 protein_coding 6 1 1 CTBS ENSG00000117151 +transcript chr1 84643706 84690461 ENST00000342203 protein_coding 8 1 NA SSX2IP ENSG00000117155 +transcript chr1 84643707 84690468 ENST00000437941 protein_coding 6 2 NA SSX2IP ENSG00000117155 +transcript chr1 84647376 84690444 ENST00000605755 protein_coding 5 2 NA SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000342203 protein_coding 8 1 14 SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000437941 protein_coding 6 2 13 SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000605755 protein_coding 5 2 13 SSX2IP ENSG00000117155 +transcript chr1 84649630 84690289 ENST00000603677 protein_coding 1 1 NA SSX2IP ENSG00000117155 +CDS chr1 84650328 84650527 ENST00000603677 protein_coding 1 1 3 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000342203 protein_coding 8 1 13 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000437941 protein_coding 6 2 12 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000605755 protein_coding 5 2 12 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000342203 protein_coding 8 1 12 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000437941 protein_coding 6 2 11 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000605755 protein_coding 5 2 11 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651943 ENST00000603677 protein_coding 1 1 2 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000342203 protein_coding 8 1 11 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000437941 protein_coding 6 2 10 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000605755 protein_coding 5 2 10 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000342203 protein_coding 8 1 10 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000437941 protein_coding 6 2 9 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000605755 protein_coding 5 2 9 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000342203 protein_coding 8 1 9 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000437941 protein_coding 6 2 8 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000605755 protein_coding 5 2 8 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000342203 protein_coding 8 1 8 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000437941 protein_coding 6 2 7 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000605755 protein_coding 5 2 7 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000342203 protein_coding 8 1 7 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000437941 protein_coding 6 2 6 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000605755 protein_coding 5 2 6 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000342203 protein_coding 8 1 6 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000437941 protein_coding 6 2 5 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000605755 protein_coding 5 2 5 SSX2IP ENSG00000117155 +transcript chr1 84666119 84690803 ENST00000422026 protein_coding 1 3 NA SSX2IP ENSG00000117155 +CDS chr1 84666119 84666232 ENST00000422026 protein_coding 1 3 5 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000342203 protein_coding 8 1 5 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000437941 protein_coding 6 2 4 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000605755 protein_coding 5 2 4 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000342203 protein_coding 8 1 4 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000437941 protein_coding 6 2 3 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000605755 protein_coding 5 2 3 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000422026 protein_coding 1 3 4 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670815 ENST00000342203 protein_coding 8 1 3 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670777 ENST00000437941 protein_coding 6 2 2 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670777 ENST00000605755 protein_coding 5 2 2 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670815 ENST00000422026 protein_coding 1 3 3 SSX2IP ENSG00000117155 +CDS chr1 84671177 84671219 ENST00000342203 protein_coding 8 1 2 SSX2IP ENSG00000117155 +CDS chr1 84671177 84671219 ENST00000422026 protein_coding 1 3 2 SSX2IP ENSG00000117155 +transcript chr1 84811602 84866159 ENST00000440886 protein_coding 1 1 NA LPAR3 ENSG00000171517 +transcript chr1 84811602 84893206 ENST00000370611 protein_coding 4 1 NA LPAR3 ENSG00000171517 +CDS chr1 84813849 84814171 ENST00000440886 protein_coding 1 1 2 LPAR3 ENSG00000171517 +CDS chr1 84813849 84814171 ENST00000370611 protein_coding 4 1 3 LPAR3 ENSG00000171517 +CDS chr1 84865385 84866120 ENST00000440886 protein_coding 1 1 1 LPAR3 ENSG00000171517 +CDS chr1 84865385 84866120 ENST00000370611 protein_coding 4 1 2 LPAR3 ENSG00000171517 +transcript chr1 84925583 84997113 ENST00000370608 protein_coding 8 1 NA MCOLN2 ENSG00000153898 +transcript chr1 84926685 84997112 ENST00000284027 protein_coding 5 5 NA MCOLN2 ENSG00000153898 +CDS chr1 84926688 84926721 ENST00000370608 protein_coding 8 1 14 MCOLN2 ENSG00000153898 +CDS chr1 84926688 84926721 ENST00000284027 protein_coding 5 5 14 MCOLN2 ENSG00000153898 +CDS chr1 84929558 84929679 ENST00000370608 protein_coding 8 1 13 MCOLN2 ENSG00000153898 +CDS chr1 84929558 84929679 ENST00000284027 protein_coding 5 5 13 MCOLN2 ENSG00000153898 +CDS chr1 84931362 84931568 ENST00000370608 protein_coding 8 1 12 MCOLN2 ENSG00000153898 +CDS chr1 84931362 84931568 ENST00000284027 protein_coding 5 5 12 MCOLN2 ENSG00000153898 +CDS chr1 84937755 84937877 ENST00000370608 protein_coding 8 1 11 MCOLN2 ENSG00000153898 +CDS chr1 84937755 84937877 ENST00000284027 protein_coding 5 5 11 MCOLN2 ENSG00000153898 +CDS chr1 84937981 84938082 ENST00000370608 protein_coding 8 1 10 MCOLN2 ENSG00000153898 +CDS chr1 84937981 84938082 ENST00000284027 protein_coding 5 5 10 MCOLN2 ENSG00000153898 +CDS chr1 84939553 84939702 ENST00000370608 protein_coding 8 1 9 MCOLN2 ENSG00000153898 +CDS chr1 84939553 84939702 ENST00000284027 protein_coding 5 5 9 MCOLN2 ENSG00000153898 +CDS chr1 84940879 84940991 ENST00000370608 protein_coding 8 1 8 MCOLN2 ENSG00000153898 +CDS chr1 84940879 84940991 ENST00000284027 protein_coding 5 5 8 MCOLN2 ENSG00000153898 +CDS chr1 84947033 84947132 ENST00000370608 protein_coding 8 1 7 MCOLN2 ENSG00000153898 +CDS chr1 84947033 84947132 ENST00000284027 protein_coding 5 5 7 MCOLN2 ENSG00000153898 +CDS chr1 84952243 84952339 ENST00000370608 protein_coding 8 1 6 MCOLN2 ENSG00000153898 +CDS chr1 84952243 84952339 ENST00000284027 protein_coding 5 5 6 MCOLN2 ENSG00000153898 +CDS chr1 84952446 84952530 ENST00000370608 protein_coding 8 1 5 MCOLN2 ENSG00000153898 +CDS chr1 84952446 84952530 ENST00000284027 protein_coding 5 5 5 MCOLN2 ENSG00000153898 +CDS chr1 84956431 84956584 ENST00000370608 protein_coding 8 1 4 MCOLN2 ENSG00000153898 +CDS chr1 84956431 84956584 ENST00000284027 protein_coding 5 5 4 MCOLN2 ENSG00000153898 +CDS chr1 84958529 84958702 ENST00000370608 protein_coding 8 1 3 MCOLN2 ENSG00000153898 +CDS chr1 84958529 84958702 ENST00000284027 protein_coding 5 5 3 MCOLN2 ENSG00000153898 +CDS chr1 84965549 84965708 ENST00000370608 protein_coding 8 1 2 MCOLN2 ENSG00000153898 +CDS chr1 84965549 84965701 ENST00000284027 protein_coding 5 5 2 MCOLN2 ENSG00000153898 +CDS chr1 84996796 84996872 ENST00000370608 protein_coding 8 1 1 MCOLN2 ENSG00000153898 +transcript chr1 84999147 85133138 ENST00000370596 protein_coding 5 5 NA DNAI3 ENSG00000162643 +transcript chr1 85018082 85048500 ENST00000370589 protein_coding 7 1 NA MCOLN3 ENSG00000055732 +transcript chr1 85018908 85048446 ENST00000341115 protein_coding 8 2 NA MCOLN3 ENSG00000055732 +CDS chr1 85019126 85019257 ENST00000370589 protein_coding 7 1 13 MCOLN3 ENSG00000055732 +CDS chr1 85019126 85019257 ENST00000341115 protein_coding 8 2 12 MCOLN3 ENSG00000055732 +CDS chr1 85021070 85021276 ENST00000370589 protein_coding 7 1 12 MCOLN3 ENSG00000055732 +CDS chr1 85021070 85021276 ENST00000341115 protein_coding 8 2 11 MCOLN3 ENSG00000055732 +CDS chr1 85022070 85022192 ENST00000370589 protein_coding 7 1 11 MCOLN3 ENSG00000055732 +CDS chr1 85022070 85022192 ENST00000341115 protein_coding 8 2 10 MCOLN3 ENSG00000055732 +CDS chr1 85022299 85022400 ENST00000370589 protein_coding 7 1 10 MCOLN3 ENSG00000055732 +CDS chr1 85022299 85022400 ENST00000341115 protein_coding 8 2 9 MCOLN3 ENSG00000055732 +transcript chr1 85024541 85048470 ENST00000370587 protein_coding 5 1 NA MCOLN3 ENSG00000055732 +CDS chr1 85025939 85026088 ENST00000370589 protein_coding 7 1 9 MCOLN3 ENSG00000055732 +CDS chr1 85025939 85026088 ENST00000341115 protein_coding 8 2 8 MCOLN3 ENSG00000055732 +CDS chr1 85026154 85026284 ENST00000370587 protein_coding 5 1 9 MCOLN3 ENSG00000055732 +CDS chr1 85026172 85026284 ENST00000370589 protein_coding 7 1 8 MCOLN3 ENSG00000055732 +CDS chr1 85026172 85026284 ENST00000341115 protein_coding 8 2 7 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000370589 protein_coding 7 1 7 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000341115 protein_coding 8 2 6 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000370587 protein_coding 5 1 8 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000370589 protein_coding 7 1 6 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000341115 protein_coding 8 2 5 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000370587 protein_coding 5 1 7 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000370589 protein_coding 7 1 5 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000341115 protein_coding 8 2 4 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000370587 protein_coding 5 1 6 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000370589 protein_coding 7 1 4 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000341115 protein_coding 8 2 3 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000370587 protein_coding 5 1 5 MCOLN3 ENSG00000055732 +CDS chr1 85041010 85041177 ENST00000370589 protein_coding 7 1 3 MCOLN3 ENSG00000055732 +CDS chr1 85041010 85041177 ENST00000370587 protein_coding 5 1 4 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000370589 protein_coding 7 1 2 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000341115 protein_coding 8 2 2 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000370587 protein_coding 5 1 3 MCOLN3 ENSG00000055732 +transcript chr1 85062312 85133138 ENST00000326813 protein_coding 12 2 NA DNAI3 ENSG00000162643 +transcript chr1 85062327 85133138 ENST00000294664 protein_coding 11 1 NA DNAI3 ENSG00000162643 +transcript chr1 85062327 85084568 ENST00000528899 protein_coding 5 5 NA DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000370596 protein_coding 5 5 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000326813 protein_coding 12 2 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000294664 protein_coding 11 1 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000528899 protein_coding 5 5 2 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000370596 protein_coding 5 5 3 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000326813 protein_coding 12 2 3 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000294664 protein_coding 11 1 3 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000370596 protein_coding 5 5 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000326813 protein_coding 12 2 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000294664 protein_coding 11 1 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000528899 protein_coding 5 5 3 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000370596 protein_coding 5 5 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000326813 protein_coding 12 2 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000294664 protein_coding 11 1 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000528899 protein_coding 5 5 4 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000370596 protein_coding 5 5 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000326813 protein_coding 12 2 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000294664 protein_coding 11 1 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084568 ENST00000528899 protein_coding 5 5 5 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000370596 protein_coding 5 5 7 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000326813 protein_coding 12 2 7 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000294664 protein_coding 11 1 7 DNAI3 ENSG00000162643 +CDS chr1 85090116 85090232 ENST00000294664 protein_coding 11 1 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000370596 protein_coding 5 5 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000326813 protein_coding 12 2 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000294664 protein_coding 11 1 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000370596 protein_coding 5 5 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000326813 protein_coding 12 2 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000294664 protein_coding 11 1 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000370596 protein_coding 5 5 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000326813 protein_coding 12 2 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000294664 protein_coding 11 1 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000370596 protein_coding 5 5 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000326813 protein_coding 12 2 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000294664 protein_coding 11 1 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000370596 protein_coding 5 5 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000326813 protein_coding 12 2 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000294664 protein_coding 11 1 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000370596 protein_coding 5 5 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000326813 protein_coding 12 2 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000294664 protein_coding 11 1 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000370596 protein_coding 5 5 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000326813 protein_coding 12 2 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000294664 protein_coding 11 1 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000370596 protein_coding 5 5 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000326813 protein_coding 12 2 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000294664 protein_coding 11 1 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000370596 protein_coding 5 5 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000326813 protein_coding 12 2 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000294664 protein_coding 11 1 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000370596 protein_coding 5 5 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000326813 protein_coding 12 2 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000294664 protein_coding 11 1 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000370596 protein_coding 5 5 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000326813 protein_coding 12 2 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000294664 protein_coding 11 1 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000370596 protein_coding 5 5 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000326813 protein_coding 12 2 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000294664 protein_coding 11 1 20 DNAI3 ENSG00000162643 +transcript chr1 85126553 85130181 ENST00000484007 protein_coding 1 3 NA DNAI3 ENSG00000162643 +CDS chr1 85126553 85126715 ENST00000484007 protein_coding 1 3 1 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000370596 protein_coding 5 5 20 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000326813 protein_coding 12 2 20 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000294664 protein_coding 11 1 21 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000484007 protein_coding 1 3 2 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000370596 protein_coding 5 5 21 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000326813 protein_coding 12 2 21 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000294664 protein_coding 11 1 22 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130118 ENST00000484007 protein_coding 1 3 3 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000370596 protein_coding 5 5 22 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000326813 protein_coding 12 2 22 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000294664 protein_coding 11 1 23 DNAI3 ENSG00000162643 +transcript chr1 85156889 85201016 ENST00000341460 protein_coding 6 5 NA SYDE2 ENSG00000097096 +CDS chr1 85158753 85159249 ENST00000341460 protein_coding 6 5 7 SYDE2 ENSG00000097096 +CDS chr1 85164526 85164757 ENST00000341460 protein_coding 6 5 6 SYDE2 ENSG00000097096 +CDS chr1 85169044 85169225 ENST00000341460 protein_coding 6 5 5 SYDE2 ENSG00000097096 +CDS chr1 85178146 85178272 ENST00000341460 protein_coding 6 5 4 SYDE2 ENSG00000097096 +CDS chr1 85182098 85183200 ENST00000341460 protein_coding 6 5 3 SYDE2 ENSG00000097096 +CDS chr1 85190057 85190752 ENST00000341460 protein_coding 6 5 2 SYDE2 ENSG00000097096 +CDS chr1 85200252 85200996 ENST00000341460 protein_coding 6 5 1 SYDE2 ENSG00000097096 +transcript chr1 85249953 85259662 ENST00000471115 protein_coding 6 1 NA C1orf52 ENSG00000162642 +CDS chr1 85252632 85252702 ENST00000471115 protein_coding 6 1 3 C1orf52 ENSG00000162642 +transcript chr1 85257443 85259633 ENST00000344356 protein_coding 5 1 NA C1orf52 ENSG00000162642 +CDS chr1 85257446 85257471 ENST00000344356 protein_coding 5 1 3 C1orf52 ENSG00000162642 +CDS chr1 85258524 85258722 ENST00000471115 protein_coding 6 1 2 C1orf52 ENSG00000162642 +CDS chr1 85258524 85258722 ENST00000344356 protein_coding 5 1 2 C1orf52 ENSG00000162642 +CDS chr1 85259358 85259633 ENST00000471115 protein_coding 6 1 1 C1orf52 ENSG00000162642 +CDS chr1 85259358 85259633 ENST00000344356 protein_coding 5 1 1 C1orf52 ENSG00000162642 +transcript chr1 85265776 85276632 ENST00000648566 protein_coding 1 NA NA BCL10 ENSG00000142867 +transcript chr1 85267624 85276456 ENST00000620248 protein_coding 2 5 NA BCL10 ENSG00000142867 +CDS chr1 85267630 85267982 ENST00000648566 protein_coding 1 NA 3 BCL10 ENSG00000142867 +CDS chr1 85267630 85267949 ENST00000620248 protein_coding 2 5 3 BCL10 ENSG00000142867 +CDS chr1 85270618 85270906 ENST00000648566 protein_coding 1 NA 2 BCL10 ENSG00000142867 +CDS chr1 85270618 85270906 ENST00000620248 protein_coding 2 5 2 BCL10 ENSG00000142867 +CDS chr1 85276296 85276352 ENST00000648566 protein_coding 1 NA 1 BCL10 ENSG00000142867 +CDS chr1 85276296 85276352 ENST00000620248 protein_coding 2 5 1 BCL10 ENSG00000142867 +transcript chr1 85318481 85578363 ENST00000426972 protein_coding 8 1 NA DDAH1 ENSG00000153904 +transcript chr1 85318485 85465159 ENST00000284031 protein_coding 13 1 NA DDAH1 ENSG00000153904 +transcript chr1 85321452 85404528 ENST00000633113 protein_coding 1 2 NA DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000426972 protein_coding 8 1 7 DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000284031 protein_coding 13 1 6 DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000633113 protein_coding 1 2 6 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000426972 protein_coding 8 1 6 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000284031 protein_coding 13 1 5 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000633113 protein_coding 1 2 5 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000426972 protein_coding 8 1 5 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000284031 protein_coding 13 1 4 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000633113 protein_coding 1 2 4 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000426972 protein_coding 8 1 4 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000284031 protein_coding 13 1 3 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000633113 protein_coding 1 2 3 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358841 ENST00000426972 protein_coding 8 1 3 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358847 ENST00000284031 protein_coding 13 1 2 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358847 ENST00000633113 protein_coding 1 2 2 DDAH1 ENSG00000153904 +CDS chr1 85404381 85404383 ENST00000633113 protein_coding 1 2 1 DDAH1 ENSG00000153904 +CDS chr1 85464743 85465045 ENST00000284031 protein_coding 13 1 1 DDAH1 ENSG00000153904 +transcript chr1 85580761 85583950 ENST00000451137 protein_coding 7 1 NA CCN1 ENSG00000142871 +CDS chr1 85580985 85581047 ENST00000451137 protein_coding 7 1 1 CCN1 ENSG00000142871 +CDS chr1 85581365 85581578 ENST00000451137 protein_coding 7 1 2 CCN1 ENSG00000142871 +CDS chr1 85581928 85582284 ENST00000451137 protein_coding 7 1 3 CCN1 ENSG00000142871 +CDS chr1 85582416 85582624 ENST00000451137 protein_coding 7 1 4 CCN1 ENSG00000142871 +CDS chr1 85582740 85583039 ENST00000451137 protein_coding 7 1 5 CCN1 ENSG00000142871 +transcript chr1 85649417 85708433 ENST00000370574 protein_coding 4 1 NA ZNHIT6 ENSG00000117174 +transcript chr1 85649423 85708433 ENST00000431532 protein_coding 6 2 NA ZNHIT6 ENSG00000117174 +CDS chr1 85654061 85654098 ENST00000370574 protein_coding 4 1 10 ZNHIT6 ENSG00000117174 +CDS chr1 85654061 85654098 ENST00000431532 protein_coding 6 2 11 ZNHIT6 ENSG00000117174 +CDS chr1 85657847 85657971 ENST00000370574 protein_coding 4 1 9 ZNHIT6 ENSG00000117174 +CDS chr1 85657847 85657971 ENST00000431532 protein_coding 6 2 10 ZNHIT6 ENSG00000117174 +CDS chr1 85677236 85677313 ENST00000370574 protein_coding 4 1 8 ZNHIT6 ENSG00000117174 +CDS chr1 85677236 85677313 ENST00000431532 protein_coding 6 2 9 ZNHIT6 ENSG00000117174 +CDS chr1 85678701 85678781 ENST00000370574 protein_coding 4 1 7 ZNHIT6 ENSG00000117174 +CDS chr1 85678701 85678781 ENST00000431532 protein_coding 6 2 8 ZNHIT6 ENSG00000117174 +CDS chr1 85680836 85680904 ENST00000370574 protein_coding 4 1 6 ZNHIT6 ENSG00000117174 +CDS chr1 85680836 85680904 ENST00000431532 protein_coding 6 2 7 ZNHIT6 ENSG00000117174 +CDS chr1 85702157 85702260 ENST00000370574 protein_coding 4 1 5 ZNHIT6 ENSG00000117174 +CDS chr1 85702157 85702260 ENST00000431532 protein_coding 6 2 6 ZNHIT6 ENSG00000117174 +CDS chr1 85706078 85706163 ENST00000370574 protein_coding 4 1 4 ZNHIT6 ENSG00000117174 +CDS chr1 85706078 85706163 ENST00000431532 protein_coding 6 2 5 ZNHIT6 ENSG00000117174 +CDS chr1 85706249 85706355 ENST00000370574 protein_coding 4 1 3 ZNHIT6 ENSG00000117174 +CDS chr1 85706249 85706355 ENST00000431532 protein_coding 6 2 4 ZNHIT6 ENSG00000117174 +CDS chr1 85706442 85706507 ENST00000370574 protein_coding 4 1 2 ZNHIT6 ENSG00000117174 +CDS chr1 85706442 85706507 ENST00000431532 protein_coding 6 2 3 ZNHIT6 ENSG00000117174 +CDS chr1 85707629 85708284 ENST00000370574 protein_coding 4 1 1 ZNHIT6 ENSG00000117174 +CDS chr1 85707629 85707936 ENST00000431532 protein_coding 6 2 2 ZNHIT6 ENSG00000117174 +CDS chr1 85708054 85708284 ENST00000431532 protein_coding 6 2 1 ZNHIT6 ENSG00000117174 +transcript chr1 85729233 86156772 ENST00000370571 protein_coding 7 1 NA COL24A1 ENSG00000171502 +CDS chr1 85730549 85730692 ENST00000370571 protein_coding 7 1 60 COL24A1 ENSG00000171502 +CDS chr1 85734749 85734964 ENST00000370571 protein_coding 7 1 59 COL24A1 ENSG00000171502 +CDS chr1 85737396 85737505 ENST00000370571 protein_coding 7 1 58 COL24A1 ENSG00000171502 +CDS chr1 85744666 85744834 ENST00000370571 protein_coding 7 1 57 COL24A1 ENSG00000171502 +CDS chr1 85745441 85745506 ENST00000370571 protein_coding 7 1 56 COL24A1 ENSG00000171502 +CDS chr1 85761396 85761422 ENST00000370571 protein_coding 7 1 55 COL24A1 ENSG00000171502 +CDS chr1 85761531 85761566 ENST00000370571 protein_coding 7 1 54 COL24A1 ENSG00000171502 +CDS chr1 85775674 85775709 ENST00000370571 protein_coding 7 1 53 COL24A1 ENSG00000171502 +CDS chr1 85781220 85781273 ENST00000370571 protein_coding 7 1 52 COL24A1 ENSG00000171502 +CDS chr1 85783496 85783558 ENST00000370571 protein_coding 7 1 51 COL24A1 ENSG00000171502 +CDS chr1 85784113 85784166 ENST00000370571 protein_coding 7 1 50 COL24A1 ENSG00000171502 +CDS chr1 85784259 85784366 ENST00000370571 protein_coding 7 1 49 COL24A1 ENSG00000171502 +CDS chr1 85786354 85786461 ENST00000370571 protein_coding 7 1 48 COL24A1 ENSG00000171502 +CDS chr1 85816788 85816895 ENST00000370571 protein_coding 7 1 47 COL24A1 ENSG00000171502 +CDS chr1 85818034 85818087 ENST00000370571 protein_coding 7 1 46 COL24A1 ENSG00000171502 +CDS chr1 85823536 85823589 ENST00000370571 protein_coding 7 1 45 COL24A1 ENSG00000171502 +CDS chr1 85823685 85823738 ENST00000370571 protein_coding 7 1 44 COL24A1 ENSG00000171502 +CDS chr1 85838585 85838638 ENST00000370571 protein_coding 7 1 43 COL24A1 ENSG00000171502 +CDS chr1 85841222 85841278 ENST00000370571 protein_coding 7 1 42 COL24A1 ENSG00000171502 +CDS chr1 85842068 85842121 ENST00000370571 protein_coding 7 1 41 COL24A1 ENSG00000171502 +CDS chr1 85842340 85842393 ENST00000370571 protein_coding 7 1 40 COL24A1 ENSG00000171502 +CDS chr1 85847665 85847772 ENST00000370571 protein_coding 7 1 39 COL24A1 ENSG00000171502 +CDS chr1 85849353 85849406 ENST00000370571 protein_coding 7 1 38 COL24A1 ENSG00000171502 +CDS chr1 85868519 85868626 ENST00000370571 protein_coding 7 1 37 COL24A1 ENSG00000171502 +CDS chr1 85868782 85868835 ENST00000370571 protein_coding 7 1 36 COL24A1 ENSG00000171502 +CDS chr1 85874649 85874702 ENST00000370571 protein_coding 7 1 35 COL24A1 ENSG00000171502 +CDS chr1 85875277 85875330 ENST00000370571 protein_coding 7 1 34 COL24A1 ENSG00000171502 +CDS chr1 85877122 85877175 ENST00000370571 protein_coding 7 1 33 COL24A1 ENSG00000171502 +CDS chr1 85889560 85889613 ENST00000370571 protein_coding 7 1 32 COL24A1 ENSG00000171502 +CDS chr1 85895858 85895902 ENST00000370571 protein_coding 7 1 31 COL24A1 ENSG00000171502 +CDS chr1 85896021 85896065 ENST00000370571 protein_coding 7 1 30 COL24A1 ENSG00000171502 +CDS chr1 85896356 85896409 ENST00000370571 protein_coding 7 1 29 COL24A1 ENSG00000171502 +CDS chr1 85907194 85907247 ENST00000370571 protein_coding 7 1 28 COL24A1 ENSG00000171502 +CDS chr1 85908598 85908651 ENST00000370571 protein_coding 7 1 27 COL24A1 ENSG00000171502 +CDS chr1 85909950 85910003 ENST00000370571 protein_coding 7 1 26 COL24A1 ENSG00000171502 +CDS chr1 85911380 85911433 ENST00000370571 protein_coding 7 1 25 COL24A1 ENSG00000171502 +CDS chr1 85961249 85961293 ENST00000370571 protein_coding 7 1 24 COL24A1 ENSG00000171502 +CDS chr1 85965009 85965062 ENST00000370571 protein_coding 7 1 23 COL24A1 ENSG00000171502 +CDS chr1 85970227 85970271 ENST00000370571 protein_coding 7 1 22 COL24A1 ENSG00000171502 +CDS chr1 85971340 85971393 ENST00000370571 protein_coding 7 1 21 COL24A1 ENSG00000171502 +CDS chr1 85987601 85987654 ENST00000370571 protein_coding 7 1 20 COL24A1 ENSG00000171502 +CDS chr1 86017151 86017204 ENST00000370571 protein_coding 7 1 19 COL24A1 ENSG00000171502 +CDS chr1 86022240 86022293 ENST00000370571 protein_coding 7 1 18 COL24A1 ENSG00000171502 +CDS chr1 86022538 86022591 ENST00000370571 protein_coding 7 1 17 COL24A1 ENSG00000171502 +CDS chr1 86022833 86022877 ENST00000370571 protein_coding 7 1 16 COL24A1 ENSG00000171502 +CDS chr1 86022954 86023007 ENST00000370571 protein_coding 7 1 15 COL24A1 ENSG00000171502 +CDS chr1 86031878 86031922 ENST00000370571 protein_coding 7 1 14 COL24A1 ENSG00000171502 +CDS chr1 86033870 86033923 ENST00000370571 protein_coding 7 1 13 COL24A1 ENSG00000171502 +CDS chr1 86046825 86046869 ENST00000370571 protein_coding 7 1 12 COL24A1 ENSG00000171502 +CDS chr1 86050124 86050177 ENST00000370571 protein_coding 7 1 11 COL24A1 ENSG00000171502 +CDS chr1 86057931 86057975 ENST00000370571 protein_coding 7 1 10 COL24A1 ENSG00000171502 +CDS chr1 86059121 86059174 ENST00000370571 protein_coding 7 1 9 COL24A1 ENSG00000171502 +CDS chr1 86063715 86063759 ENST00000370571 protein_coding 7 1 8 COL24A1 ENSG00000171502 +CDS chr1 86089174 86089227 ENST00000370571 protein_coding 7 1 7 COL24A1 ENSG00000171502 +CDS chr1 86092267 86092320 ENST00000370571 protein_coding 7 1 6 COL24A1 ENSG00000171502 +CDS chr1 86112567 86112620 ENST00000370571 protein_coding 7 1 5 COL24A1 ENSG00000171502 +CDS chr1 86115325 86115378 ENST00000370571 protein_coding 7 1 4 COL24A1 ENSG00000171502 +CDS chr1 86124845 86126214 ENST00000370571 protein_coding 7 1 3 COL24A1 ENSG00000171502 +transcript chr1 86126092 86156943 ENST00000496682 protein_coding 2 5 NA COL24A1 ENSG00000171502 +CDS chr1 86126092 86126214 ENST00000496682 protein_coding 2 5 4 COL24A1 ENSG00000171502 +CDS chr1 86146119 86146183 ENST00000370571 protein_coding 7 1 2 COL24A1 ENSG00000171502 +CDS chr1 86146119 86146183 ENST00000496682 protein_coding 2 5 3 COL24A1 ENSG00000171502 +CDS chr1 86156341 86156396 ENST00000370571 protein_coding 7 1 1 COL24A1 ENSG00000171502 +CDS chr1 86156341 86156396 ENST00000496682 protein_coding 2 5 2 COL24A1 ENSG00000171502 +transcript chr1 86346824 86396262 ENST00000359242 protein_coding 7 1 NA ODF2L ENSG00000122417 +transcript chr1 86348737 86383196 ENST00000460698 protein_coding 6 5 NA ODF2L ENSG00000122417 +transcript chr1 86348738 86396340 ENST00000370566 protein_coding 7 2 NA ODF2L ENSG00000122417 +CDS chr1 86348753 86348878 ENST00000460698 protein_coding 6 5 13 ODF2L ENSG00000122417 +CDS chr1 86348753 86348878 ENST00000370566 protein_coding 7 2 16 ODF2L ENSG00000122417 +transcript chr1 86348832 86355383 ENST00000462648 protein_coding 5 5 NA ODF2L ENSG00000122417 +CDS chr1 86348832 86348878 ENST00000462648 protein_coding 5 5 5 ODF2L ENSG00000122417 +transcript chr1 86350094 86396280 ENST00000294678 protein_coding 6 1 NA ODF2L ENSG00000122417 +transcript chr1 86350095 86396342 ENST00000317336 protein_coding 11 5 NA ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000359242 protein_coding 7 1 18 ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000294678 protein_coding 6 1 18 ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000317336 protein_coding 11 5 18 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000359242 protein_coding 7 1 17 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000460698 protein_coding 6 5 12 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000370566 protein_coding 7 2 15 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000462648 protein_coding 5 5 4 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000294678 protein_coding 6 1 17 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000317336 protein_coding 11 5 17 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000359242 protein_coding 7 1 16 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000460698 protein_coding 6 5 11 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000370566 protein_coding 7 2 14 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000462648 protein_coding 5 5 3 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000294678 protein_coding 6 1 16 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000317336 protein_coding 11 5 16 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000359242 protein_coding 7 1 15 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000460698 protein_coding 6 5 10 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000370566 protein_coding 7 2 13 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000462648 protein_coding 5 5 2 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000294678 protein_coding 6 1 15 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000317336 protein_coding 11 5 15 ODF2L ENSG00000122417 +CDS chr1 86355345 86355383 ENST00000462648 protein_coding 5 5 1 ODF2L ENSG00000122417 +CDS chr1 86355345 86355383 ENST00000294678 protein_coding 6 1 14 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000359242 protein_coding 7 1 14 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000460698 protein_coding 6 5 9 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000294678 protein_coding 6 1 13 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000317336 protein_coding 11 5 14 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000359242 protein_coding 7 1 13 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000460698 protein_coding 6 5 8 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000370566 protein_coding 7 2 12 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000294678 protein_coding 6 1 12 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000317336 protein_coding 11 5 13 ODF2L ENSG00000122417 +transcript chr1 86358819 86396283 ENST00000479890 protein_coding 5 1 NA ODF2L ENSG00000122417 +CDS chr1 86358819 86358891 ENST00000479890 protein_coding 5 1 8 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000359242 protein_coding 7 1 12 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000460698 protein_coding 6 5 7 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000370566 protein_coding 7 2 11 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000294678 protein_coding 6 1 11 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000479890 protein_coding 5 1 7 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000317336 protein_coding 11 5 12 ODF2L ENSG00000122417 +CDS chr1 86368636 86368722 ENST00000359242 protein_coding 7 1 11 ODF2L ENSG00000122417 +CDS chr1 86368636 86368722 ENST00000317336 protein_coding 11 5 11 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000359242 protein_coding 7 1 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000460698 protein_coding 6 5 6 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000370566 protein_coding 7 2 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000294678 protein_coding 6 1 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000479890 protein_coding 5 1 6 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000317336 protein_coding 11 5 10 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000359242 protein_coding 7 1 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000460698 protein_coding 6 5 5 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000370566 protein_coding 7 2 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000294678 protein_coding 6 1 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000479890 protein_coding 5 1 5 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000317336 protein_coding 11 5 9 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000359242 protein_coding 7 1 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000460698 protein_coding 6 5 4 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000370566 protein_coding 7 2 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000294678 protein_coding 6 1 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000479890 protein_coding 5 1 4 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000317336 protein_coding 11 5 8 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000359242 protein_coding 7 1 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000460698 protein_coding 6 5 3 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000370566 protein_coding 7 2 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000294678 protein_coding 6 1 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000317336 protein_coding 11 5 7 ODF2L ENSG00000122417 +transcript chr1 86382326 86396253 ENST00000394733 protein_coding 2 3 NA ODF2L ENSG00000122417 +CDS chr1 86382326 86382358 ENST00000394733 protein_coding 2 3 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000359242 protein_coding 7 1 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000460698 protein_coding 6 5 2 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000370566 protein_coding 7 2 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000294678 protein_coding 6 1 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000479890 protein_coding 5 1 3 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000394733 protein_coding 2 3 5 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000317336 protein_coding 11 5 6 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000359242 protein_coding 7 1 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000460698 protein_coding 6 5 1 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000370566 protein_coding 7 2 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000294678 protein_coding 6 1 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383175 ENST00000479890 protein_coding 5 1 2 ODF2L ENSG00000122417 +CDS chr1 86383134 86383175 ENST00000394733 protein_coding 2 3 4 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000317336 protein_coding 11 5 5 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000359242 protein_coding 7 1 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000370566 protein_coding 7 2 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000294678 protein_coding 6 1 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000317336 protein_coding 11 5 4 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000359242 protein_coding 7 1 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000370566 protein_coding 7 2 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000294678 protein_coding 6 1 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000317336 protein_coding 11 5 3 ODF2L ENSG00000122417 +transcript chr1 86385728 86396323 ENST00000478286 protein_coding 2 1 NA ODF2L ENSG00000122417 +transcript chr1 86386809 86395977 ENST00000486215 protein_coding 1 2 NA ODF2L ENSG00000122417 +CDS chr1 86386848 86387027 ENST00000478286 protein_coding 2 1 2 ODF2L ENSG00000122417 +CDS chr1 86386848 86387027 ENST00000486215 protein_coding 1 2 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000359242 protein_coding 7 1 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000370566 protein_coding 7 2 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000294678 protein_coding 6 1 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000317336 protein_coding 11 5 2 ODF2L ENSG00000122417 +transcript chr1 86424171 86456553 ENST00000370565 protein_coding 5 1 NA CLCA2 ENSG00000137975 +CDS chr1 86424248 86424433 ENST00000370565 protein_coding 5 1 1 CLCA2 ENSG00000137975 +CDS chr1 86425339 86425476 ENST00000370565 protein_coding 5 1 2 CLCA2 ENSG00000137975 +CDS chr1 86428418 86428568 ENST00000370565 protein_coding 5 1 3 CLCA2 ENSG00000137975 +CDS chr1 86430862 86430970 ENST00000370565 protein_coding 5 1 4 CLCA2 ENSG00000137975 +CDS chr1 86432369 86432528 ENST00000370565 protein_coding 5 1 5 CLCA2 ENSG00000137975 +CDS chr1 86434518 86434745 ENST00000370565 protein_coding 5 1 6 CLCA2 ENSG00000137975 +CDS chr1 86438876 86439106 ENST00000370565 protein_coding 5 1 7 CLCA2 ENSG00000137975 +CDS chr1 86440148 86440325 ENST00000370565 protein_coding 5 1 8 CLCA2 ENSG00000137975 +CDS chr1 86441437 86441543 ENST00000370565 protein_coding 5 1 9 CLCA2 ENSG00000137975 +CDS chr1 86443787 86444011 ENST00000370565 protein_coding 5 1 10 CLCA2 ENSG00000137975 +CDS chr1 86447508 86447778 ENST00000370565 protein_coding 5 1 11 CLCA2 ENSG00000137975 +CDS chr1 86450563 86450733 ENST00000370565 protein_coding 5 1 12 CLCA2 ENSG00000137975 +CDS chr1 86453369 86453602 ENST00000370565 protein_coding 5 1 13 CLCA2 ENSG00000137975 +CDS chr1 86455085 86455524 ENST00000370565 protein_coding 5 1 14 CLCA2 ENSG00000137975 +transcript chr1 86468368 86500259 ENST00000234701 protein_coding 7 1 NA CLCA1 ENSG00000016490 +transcript chr1 86468927 86500259 ENST00000394711 protein_coding 2 1 NA CLCA1 ENSG00000016490 +CDS chr1 86468972 86469133 ENST00000234701 protein_coding 7 1 2 CLCA1 ENSG00000016490 +CDS chr1 86468972 86469133 ENST00000394711 protein_coding 2 1 1 CLCA1 ENSG00000016490 +CDS chr1 86473417 86473557 ENST00000234701 protein_coding 7 1 3 CLCA1 ENSG00000016490 +CDS chr1 86473417 86473557 ENST00000394711 protein_coding 2 1 2 CLCA1 ENSG00000016490 +CDS chr1 86473729 86473876 ENST00000234701 protein_coding 7 1 4 CLCA1 ENSG00000016490 +CDS chr1 86473729 86473876 ENST00000394711 protein_coding 2 1 3 CLCA1 ENSG00000016490 +CDS chr1 86476448 86476553 ENST00000234701 protein_coding 7 1 5 CLCA1 ENSG00000016490 +CDS chr1 86476448 86476553 ENST00000394711 protein_coding 2 1 4 CLCA1 ENSG00000016490 +CDS chr1 86482205 86482382 ENST00000234701 protein_coding 7 1 6 CLCA1 ENSG00000016490 +CDS chr1 86482205 86482382 ENST00000394711 protein_coding 2 1 5 CLCA1 ENSG00000016490 +CDS chr1 86485343 86485561 ENST00000234701 protein_coding 7 1 7 CLCA1 ENSG00000016490 +CDS chr1 86485343 86485561 ENST00000394711 protein_coding 2 1 6 CLCA1 ENSG00000016490 +CDS chr1 86486526 86486753 ENST00000234701 protein_coding 7 1 8 CLCA1 ENSG00000016490 +CDS chr1 86486526 86486753 ENST00000394711 protein_coding 2 1 7 CLCA1 ENSG00000016490 +CDS chr1 86488996 86489170 ENST00000234701 protein_coding 7 1 9 CLCA1 ENSG00000016490 +CDS chr1 86488996 86489170 ENST00000394711 protein_coding 2 1 8 CLCA1 ENSG00000016490 +CDS chr1 86491265 86491371 ENST00000234701 protein_coding 7 1 10 CLCA1 ENSG00000016490 +CDS chr1 86491265 86491371 ENST00000394711 protein_coding 2 1 9 CLCA1 ENSG00000016490 +CDS chr1 86493384 86493599 ENST00000234701 protein_coding 7 1 11 CLCA1 ENSG00000016490 +CDS chr1 86493384 86493599 ENST00000394711 protein_coding 2 1 10 CLCA1 ENSG00000016490 +CDS chr1 86494187 86494448 ENST00000234701 protein_coding 7 1 12 CLCA1 ENSG00000016490 +CDS chr1 86494187 86494448 ENST00000394711 protein_coding 2 1 11 CLCA1 ENSG00000016490 +CDS chr1 86495505 86495675 ENST00000234701 protein_coding 7 1 13 CLCA1 ENSG00000016490 +CDS chr1 86495505 86495675 ENST00000394711 protein_coding 2 1 12 CLCA1 ENSG00000016490 +CDS chr1 86498572 86498811 ENST00000234701 protein_coding 7 1 14 CLCA1 ENSG00000016490 +CDS chr1 86498572 86498811 ENST00000394711 protein_coding 2 1 13 CLCA1 ENSG00000016490 +CDS chr1 86499654 86500042 ENST00000234701 protein_coding 7 1 15 CLCA1 ENSG00000016490 +CDS chr1 86499654 86500042 ENST00000394711 protein_coding 2 1 14 CLCA1 ENSG00000016490 +transcript chr1 86547078 86580754 ENST00000370563 protein_coding 3 1 NA CLCA4 ENSG00000016602 +CDS chr1 86547120 86547278 ENST00000370563 protein_coding 3 1 1 CLCA4 ENSG00000016602 +CDS chr1 86559932 86560072 ENST00000370563 protein_coding 3 1 2 CLCA4 ENSG00000016602 +CDS chr1 86560211 86560358 ENST00000370563 protein_coding 3 1 3 CLCA4 ENSG00000016602 +CDS chr1 86563661 86563769 ENST00000370563 protein_coding 3 1 4 CLCA4 ENSG00000016602 +CDS chr1 86565274 86565451 ENST00000370563 protein_coding 3 1 5 CLCA4 ENSG00000016602 +CDS chr1 86565802 86566020 ENST00000370563 protein_coding 3 1 6 CLCA4 ENSG00000016602 +CDS chr1 86567424 86567651 ENST00000370563 protein_coding 3 1 7 CLCA4 ENSG00000016602 +CDS chr1 86571077 86571254 ENST00000370563 protein_coding 3 1 8 CLCA4 ENSG00000016602 +CDS chr1 86572614 86572720 ENST00000370563 protein_coding 3 1 9 CLCA4 ENSG00000016602 +CDS chr1 86574540 86574755 ENST00000370563 protein_coding 3 1 10 CLCA4 ENSG00000016602 +CDS chr1 86575332 86575599 ENST00000370563 protein_coding 3 1 11 CLCA4 ENSG00000016602 +CDS chr1 86577902 86578072 ENST00000370563 protein_coding 3 1 12 CLCA4 ENSG00000016602 +CDS chr1 86579354 86579587 ENST00000370563 protein_coding 3 1 13 CLCA4 ENSG00000016602 +CDS chr1 86579942 86580342 ENST00000370563 protein_coding 3 1 14 CLCA4 ENSG00000016602 +transcript chr1 86704570 86748176 ENST00000616170 protein_coding 4 1 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704570 86748176 ENST00000535010 protein_coding 5 2 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704576 86748184 ENST00000370558 protein_coding 8 1 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704895 86743268 ENST00000482504 protein_coding 1 1 NA SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000370558 protein_coding 8 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000482504 protein_coding 1 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000616170 protein_coding 4 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000370558 protein_coding 8 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000482504 protein_coding 1 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000616170 protein_coding 4 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000370558 protein_coding 8 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000482504 protein_coding 1 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000616170 protein_coding 4 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719593 86719635 ENST00000535010 protein_coding 5 2 2 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000370558 protein_coding 8 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000482504 protein_coding 1 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000616170 protein_coding 4 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000535010 protein_coding 5 2 3 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000370558 protein_coding 8 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000482504 protein_coding 1 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000616170 protein_coding 4 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000535010 protein_coding 5 2 4 SH3GLB1 ENSG00000097033 +CDS chr1 86728403 86728441 ENST00000482504 protein_coding 1 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86728403 86728489 ENST00000616170 protein_coding 4 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86730088 86730111 ENST00000482504 protein_coding 1 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000370558 protein_coding 8 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000482504 protein_coding 1 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000616170 protein_coding 4 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000535010 protein_coding 5 2 5 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000370558 protein_coding 8 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000482504 protein_coding 1 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000616170 protein_coding 4 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000535010 protein_coding 5 2 6 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000370558 protein_coding 8 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000482504 protein_coding 1 1 10 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000616170 protein_coding 4 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000535010 protein_coding 5 2 7 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000370558 protein_coding 8 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000482504 protein_coding 1 1 11 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000616170 protein_coding 4 1 10 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000535010 protein_coding 5 2 8 SH3GLB1 ENSG00000097033 +transcript chr1 86862445 86914126 ENST00000331835 protein_coding 10 1 NA SELENOF ENSG00000183291 +transcript chr1 86862725 86914134 ENST00000370554 protein_coding 5 1 NA SELENOF ENSG00000183291 +transcript chr1 86863301 86914126 ENST00000401030 protein_coding 4 2 NA SELENOF ENSG00000183291 +CDS chr1 86863477 86863605 ENST00000331835 protein_coding 10 1 5 SELENOF ENSG00000183291 +transcript chr1 86863517 86903352 ENST00000497861 protein_coding 5 3 NA SELENOF ENSG00000183291 +CDS chr1 86863517 86863605 ENST00000497861 protein_coding 5 3 4 SELENOF ENSG00000183291 +CDS chr1 86863550 86863605 ENST00000370554 protein_coding 5 1 4 SELENOF ENSG00000183291 +CDS chr1 86863581 86863605 ENST00000401030 protein_coding 4 2 6 SELENOF ENSG00000183291 +CDS chr1 86868053 86868102 ENST00000331835 protein_coding 10 1 4 SELENOF ENSG00000183291 +CDS chr1 86868053 86868102 ENST00000401030 protein_coding 4 2 5 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000331835 protein_coding 10 1 3 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000370554 protein_coding 5 1 3 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000401030 protein_coding 4 2 4 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000497861 protein_coding 5 3 3 SELENOF ENSG00000183291 +CDS chr1 86887156 86887196 ENST00000401030 protein_coding 4 2 3 SELENOF ENSG00000183291 +CDS chr1 86887156 86887196 ENST00000497861 protein_coding 5 3 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000331835 protein_coding 10 1 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000370554 protein_coding 5 1 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000401030 protein_coding 4 2 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903352 ENST00000497861 protein_coding 5 3 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000331835 protein_coding 10 1 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000370554 protein_coding 5 1 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000401030 protein_coding 4 2 1 SELENOF ENSG00000183291 +transcript chr1 86914635 87109982 ENST00000370550 protein_coding 10 1 NA HS2ST1 ENSG00000153936 +transcript chr1 86914648 87098445 ENST00000370551 protein_coding 8 1 NA HS2ST1 ENSG00000153936 +transcript chr1 86914806 87104377 ENST00000687893 protein_coding 1 NA NA HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000370550 protein_coding 10 1 1 HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000370551 protein_coding 8 1 1 HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000687893 protein_coding 1 NA 1 HS2ST1 ENSG00000153936 +transcript chr1 86915680 87109175 ENST00000690674 protein_coding 1 NA NA HS2ST1 ENSG00000153936 +transcript chr1 86956484 87092588 ENST00000591456 protein_coding 1 4 NA HS2ST1 ENSG00000153936 +transcript chr1 86993009 87169204 ENST00000370548 protein_coding 3 2 NA NA ENSG00000267561 +CDS chr1 86993082 86993127 ENST00000370548 protein_coding 3 2 1 NA ENSG00000267561 +CDS chr1 87072934 87073172 ENST00000370550 protein_coding 10 1 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000370551 protein_coding 8 1 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000687893 protein_coding 1 NA 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000370548 protein_coding 3 2 2 NA ENSG00000267561 +CDS chr1 87072984 87073172 ENST00000690674 protein_coding 1 NA 2 HS2ST1 ENSG00000153936 +CDS chr1 87072984 87073172 ENST00000591456 protein_coding 1 4 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370550 protein_coding 10 1 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370551 protein_coding 8 1 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000687893 protein_coding 1 NA 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000690674 protein_coding 1 NA 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000591456 protein_coding 1 4 4 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370548 protein_coding 3 2 3 NA ENSG00000267561 +CDS chr1 87092531 87092669 ENST00000370550 protein_coding 10 1 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000370551 protein_coding 8 1 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000687893 protein_coding 1 NA 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000690674 protein_coding 1 NA 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092588 ENST00000591456 protein_coding 1 4 5 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000370548 protein_coding 3 2 4 NA ENSG00000267561 +CDS chr1 87097838 87097935 ENST00000370550 protein_coding 10 1 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097936 ENST00000370551 protein_coding 8 1 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000687893 protein_coding 1 NA 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000690674 protein_coding 1 NA 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000370548 protein_coding 3 2 5 NA ENSG00000267561 +CDS chr1 87103432 87103589 ENST00000370550 protein_coding 10 1 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103594 ENST00000687893 protein_coding 1 NA 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103589 ENST00000690674 protein_coding 1 NA 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103589 ENST00000370548 protein_coding 3 2 6 NA ENSG00000267561 +CDS chr1 87104467 87104693 ENST00000690674 protein_coding 1 NA 7 HS2ST1 ENSG00000153936 +CDS chr1 87104470 87104693 ENST00000370550 protein_coding 10 1 7 HS2ST1 ENSG00000153936 +CDS chr1 87133614 87133718 ENST00000370548 protein_coding 3 2 7 NA ENSG00000267561 +CDS chr1 87168136 87168173 ENST00000370548 protein_coding 3 2 8 NA ENSG00000267561 +transcript chr1 87328880 87348923 ENST00000370544 protein_coding 10 1 NA LMO4 ENSG00000143013 +transcript chr1 87331668 87345408 ENST00000370542 protein_coding 1 1 NA LMO4 ENSG00000143013 +CDS chr1 87332016 87332251 ENST00000370544 protein_coding 10 1 2 LMO4 ENSG00000143013 +CDS chr1 87332016 87332251 ENST00000370542 protein_coding 1 1 2 LMO4 ENSG00000143013 +CDS chr1 87339536 87339632 ENST00000370544 protein_coding 10 1 3 LMO4 ENSG00000143013 +CDS chr1 87339536 87339632 ENST00000370542 protein_coding 1 1 3 LMO4 ENSG00000143013 +CDS chr1 87340047 87340202 ENST00000370544 protein_coding 10 1 4 LMO4 ENSG00000143013 +CDS chr1 87340047 87340202 ENST00000370542 protein_coding 1 1 4 LMO4 ENSG00000143013 +CDS chr1 87344788 87344793 ENST00000370544 protein_coding 10 1 5 LMO4 ENSG00000143013 +CDS chr1 87344788 87344793 ENST00000370542 protein_coding 1 1 5 LMO4 ENSG00000143013 +transcript chr1 88684222 88806268 ENST00000316005 protein_coding 11 5 NA PKN2 ENSG00000065243 +transcript chr1 88684273 88836255 ENST00000370521 protein_coding 8 1 NA PKN2 ENSG00000065243 +transcript chr1 88684573 88833519 ENST00000370513 protein_coding 9 1 NA PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000316005 protein_coding 11 5 1 PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000370521 protein_coding 8 1 1 PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000370513 protein_coding 9 1 1 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000316005 protein_coding 11 5 2 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000370521 protein_coding 8 1 2 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000370513 protein_coding 9 1 2 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000316005 protein_coding 11 5 3 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000370521 protein_coding 8 1 3 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000370513 protein_coding 9 1 3 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000316005 protein_coding 11 5 4 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000370521 protein_coding 8 1 4 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000370513 protein_coding 9 1 4 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000316005 protein_coding 11 5 5 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000370521 protein_coding 8 1 5 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000370513 protein_coding 9 1 5 PKN2 ENSG00000065243 +transcript chr1 88771455 88804894 ENST00000436111 protein_coding 1 3 NA PKN2 ENSG00000065243 +CDS chr1 88771455 88771566 ENST00000436111 protein_coding 1 3 1 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000316005 protein_coding 11 5 6 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000370521 protein_coding 8 1 6 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000436111 protein_coding 1 3 2 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000370513 protein_coding 9 1 6 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000316005 protein_coding 11 5 7 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000370521 protein_coding 8 1 7 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000370513 protein_coding 9 1 7 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000316005 protein_coding 11 5 8 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000370521 protein_coding 8 1 8 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000436111 protein_coding 1 3 3 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000370513 protein_coding 9 1 8 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000316005 protein_coding 11 5 9 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000370521 protein_coding 8 1 9 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000436111 protein_coding 1 3 4 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000316005 protein_coding 11 5 10 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000370521 protein_coding 8 1 10 PKN2 ENSG00000065243 +CDS chr1 88804846 88804894 ENST00000436111 protein_coding 1 3 5 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000370513 protein_coding 9 1 9 PKN2 ENSG00000065243 +CDS chr1 88805497 88805807 ENST00000316005 protein_coding 11 5 11 PKN2 ENSG00000065243 +CDS chr1 88805497 88805671 ENST00000370521 protein_coding 8 1 11 PKN2 ENSG00000065243 +CDS chr1 88805497 88805671 ENST00000370513 protein_coding 9 1 10 PKN2 ENSG00000065243 +CDS chr1 88805891 88806017 ENST00000370521 protein_coding 8 1 12 PKN2 ENSG00000065243 +CDS chr1 88805891 88806017 ENST00000370513 protein_coding 9 1 11 PKN2 ENSG00000065243 +CDS chr1 88807313 88807443 ENST00000370521 protein_coding 8 1 13 PKN2 ENSG00000065243 +CDS chr1 88807313 88807443 ENST00000370513 protein_coding 9 1 12 PKN2 ENSG00000065243 +CDS chr1 88807529 88807604 ENST00000370521 protein_coding 8 1 14 PKN2 ENSG00000065243 +CDS chr1 88807529 88807604 ENST00000370513 protein_coding 9 1 13 PKN2 ENSG00000065243 +CDS chr1 88807684 88807775 ENST00000370521 protein_coding 8 1 15 PKN2 ENSG00000065243 +CDS chr1 88807684 88807775 ENST00000370513 protein_coding 9 1 14 PKN2 ENSG00000065243 +CDS chr1 88813557 88813733 ENST00000370521 protein_coding 8 1 16 PKN2 ENSG00000065243 +CDS chr1 88813557 88813733 ENST00000370513 protein_coding 9 1 15 PKN2 ENSG00000065243 +CDS chr1 88821941 88822003 ENST00000370521 protein_coding 8 1 17 PKN2 ENSG00000065243 +CDS chr1 88821941 88822003 ENST00000370513 protein_coding 9 1 16 PKN2 ENSG00000065243 +CDS chr1 88824310 88824386 ENST00000370521 protein_coding 8 1 18 PKN2 ENSG00000065243 +CDS chr1 88824310 88824386 ENST00000370513 protein_coding 9 1 17 PKN2 ENSG00000065243 +transcript chr1 88824346 88829167 ENST00000449189 protein_coding 1 3 NA PKN2 ENSG00000065243 +CDS chr1 88824346 88824386 ENST00000449189 protein_coding 1 3 1 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000370521 protein_coding 8 1 19 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000449189 protein_coding 1 3 2 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000370513 protein_coding 9 1 18 PKN2 ENSG00000065243 +CDS chr1 88829010 88829018 ENST00000449189 protein_coding 1 3 3 PKN2 ENSG00000065243 +CDS chr1 88832744 88832851 ENST00000370521 protein_coding 8 1 20 PKN2 ENSG00000065243 +CDS chr1 88832744 88832851 ENST00000370513 protein_coding 9 1 19 PKN2 ENSG00000065243 +CDS chr1 88833077 88833157 ENST00000370521 protein_coding 8 1 21 PKN2 ENSG00000065243 +CDS chr1 88833077 88833157 ENST00000370513 protein_coding 9 1 20 PKN2 ENSG00000065243 +CDS chr1 88833245 88833445 ENST00000370521 protein_coding 8 1 22 PKN2 ENSG00000065243 +CDS chr1 88833245 88833445 ENST00000370513 protein_coding 9 1 21 PKN2 ENSG00000065243 +transcript chr1 88852633 88891567 ENST00000370500 protein_coding 10 1 NA GTF2B ENSG00000137947 +CDS chr1 88853216 88853346 ENST00000370500 protein_coding 10 1 7 GTF2B ENSG00000137947 +transcript chr1 88853224 88891496 ENST00000448623 protein_coding 5 5 NA GTF2B ENSG00000137947 +CDS chr1 88853322 88853346 ENST00000448623 protein_coding 5 5 7 GTF2B ENSG00000137947 +CDS chr1 88857206 88857487 ENST00000370500 protein_coding 10 1 6 GTF2B ENSG00000137947 +transcript chr1 88857315 88891589 ENST00000418217 protein_coding 1 5 NA GTF2B ENSG00000137947 +CDS chr1 88857315 88857487 ENST00000418217 protein_coding 1 5 6 GTF2B ENSG00000137947 +CDS chr1 88857373 88857487 ENST00000448623 protein_coding 5 5 6 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000370500 protein_coding 10 1 5 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000448623 protein_coding 5 5 5 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000418217 protein_coding 1 5 5 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000370500 protein_coding 10 1 4 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000448623 protein_coding 5 5 4 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000418217 protein_coding 1 5 4 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000370500 protein_coding 10 1 3 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000448623 protein_coding 5 5 3 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000418217 protein_coding 1 5 3 GTF2B ENSG00000137947 +CDS chr1 88887261 88887367 ENST00000370500 protein_coding 10 1 2 GTF2B ENSG00000137947 +CDS chr1 88887261 88887367 ENST00000448623 protein_coding 5 5 2 GTF2B ENSG00000137947 +CDS chr1 88887276 88887367 ENST00000418217 protein_coding 1 5 2 GTF2B ENSG00000137947 +CDS chr1 88891483 88891499 ENST00000370500 protein_coding 10 1 1 GTF2B ENSG00000137947 +CDS chr1 88891483 88891496 ENST00000448623 protein_coding 5 5 1 GTF2B ENSG00000137947 +CDS chr1 88891483 88891499 ENST00000418217 protein_coding 1 5 1 GTF2B ENSG00000137947 +transcript chr1 88935773 88992776 ENST00000370491 protein_coding 7 2 NA KYAT3 ENSG00000137944 +transcript chr1 88935779 88992629 ENST00000260508 protein_coding 9 1 NA KYAT3 ENSG00000137944 +CDS chr1 88936186 88936245 ENST00000370491 protein_coding 7 2 13 KYAT3 ENSG00000137944 +CDS chr1 88936186 88936245 ENST00000260508 protein_coding 9 1 14 KYAT3 ENSG00000137944 +CDS chr1 88943005 88943091 ENST00000370491 protein_coding 7 2 12 KYAT3 ENSG00000137944 +CDS chr1 88943005 88943091 ENST00000260508 protein_coding 9 1 13 KYAT3 ENSG00000137944 +CDS chr1 88943350 88943423 ENST00000370491 protein_coding 7 2 11 KYAT3 ENSG00000137944 +CDS chr1 88943350 88943423 ENST00000260508 protein_coding 9 1 12 KYAT3 ENSG00000137944 +CDS chr1 88949091 88949277 ENST00000370491 protein_coding 7 2 10 KYAT3 ENSG00000137944 +CDS chr1 88949091 88949277 ENST00000260508 protein_coding 9 1 11 KYAT3 ENSG00000137944 +CDS chr1 88953063 88953152 ENST00000370491 protein_coding 7 2 9 KYAT3 ENSG00000137944 +CDS chr1 88953063 88953152 ENST00000260508 protein_coding 9 1 10 KYAT3 ENSG00000137944 +CDS chr1 88955149 88955225 ENST00000370491 protein_coding 7 2 8 KYAT3 ENSG00000137944 +CDS chr1 88955149 88955225 ENST00000260508 protein_coding 9 1 9 KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000370491 protein_coding 7 2 7 KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000260508 protein_coding 9 1 8 KYAT3 ENSG00000137944 +transcript chr1 88961167 88992953 ENST00000370486 protein_coding 1 5 NA KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000370486 protein_coding 1 5 9 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000370491 protein_coding 7 2 6 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000260508 protein_coding 9 1 7 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000370486 protein_coding 1 5 8 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000370491 protein_coding 7 2 5 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000260508 protein_coding 9 1 6 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000370486 protein_coding 1 5 7 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000370491 protein_coding 7 2 4 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000260508 protein_coding 9 1 5 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000370486 protein_coding 1 5 6 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000370491 protein_coding 7 2 3 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000260508 protein_coding 9 1 4 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000370486 protein_coding 1 5 5 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969464 ENST00000370491 protein_coding 7 2 2 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969467 ENST00000260508 protein_coding 9 1 3 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969467 ENST00000370486 protein_coding 1 5 4 KYAT3 ENSG00000137944 +transcript chr1 88979456 88992629 ENST00000652648 protein_coding 1 NA NA RBMXL1 ENSG00000213516 +transcript chr1 88979456 88992772 ENST00000321792 protein_coding 5 1 NA RBMXL1 ENSG00000213516 +transcript chr1 88979459 88992960 ENST00000399794 protein_coding 6 2 NA RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000652648 protein_coding 1 NA 3 RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000321792 protein_coding 5 1 2 RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000399794 protein_coding 6 2 3 RBMXL1 ENSG00000213516 +transcript chr1 88983351 88992759 ENST00000413769 protein_coding 1 2 NA RBMXL1 ENSG00000213516 +CDS chr1 88983351 88983826 ENST00000413769 protein_coding 1 2 3 RBMXL1 ENSG00000213516 +CDS chr1 88988252 88988350 ENST00000260508 protein_coding 9 1 2 KYAT3 ENSG00000137944 +CDS chr1 88988252 88988350 ENST00000370486 protein_coding 1 5 3 KYAT3 ENSG00000137944 +transcript chr1 89006680 89022866 ENST00000370481 protein_coding 9 1 NA GBP3 ENSG00000117226 +CDS chr1 89007727 89007852 ENST00000370481 protein_coding 9 1 11 GBP3 ENSG00000117226 +transcript chr1 89008844 89011835 ENST00000461384 protein_coding 6 2 NA GBP3 ENSG00000117226 +CDS chr1 89008893 89009140 ENST00000461384 protein_coding 6 2 4 GBP3 ENSG00000117226 +transcript chr1 89008935 89013299 ENST00000445969 protein_coding 1 2 NA GBP3 ENSG00000117226 +CDS chr1 89008935 89009140 ENST00000445969 protein_coding 1 2 3 GBP3 ENSG00000117226 +CDS chr1 89008947 89009140 ENST00000370481 protein_coding 9 1 10 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000370481 protein_coding 9 1 9 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000461384 protein_coding 6 2 3 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000445969 protein_coding 1 2 2 GBP3 ENSG00000117226 +CDS chr1 89010904 89011116 ENST00000370481 protein_coding 9 1 8 GBP3 ENSG00000117226 +CDS chr1 89010904 89011116 ENST00000461384 protein_coding 6 2 2 GBP3 ENSG00000117226 +CDS chr1 89011747 89012027 ENST00000370481 protein_coding 9 1 7 GBP3 ENSG00000117226 +CDS chr1 89011747 89011835 ENST00000461384 protein_coding 6 2 1 GBP3 ENSG00000117226 +CDS chr1 89013185 89013427 ENST00000370481 protein_coding 9 1 6 GBP3 ENSG00000117226 +CDS chr1 89013198 89013299 ENST00000445969 protein_coding 1 2 1 GBP3 ENSG00000117226 +CDS chr1 89014083 89014279 ENST00000370481 protein_coding 9 1 5 GBP3 ENSG00000117226 +transcript chr1 89014102 89022866 ENST00000564665 protein_coding 1 4 NA GBP3 ENSG00000117226 +CDS chr1 89014102 89014279 ENST00000564665 protein_coding 1 4 4 GBP3 ENSG00000117226 +CDS chr1 89014547 89014656 ENST00000370481 protein_coding 9 1 4 GBP3 ENSG00000117226 +CDS chr1 89014547 89014656 ENST00000564665 protein_coding 1 4 3 GBP3 ENSG00000117226 +CDS chr1 89015287 89015414 ENST00000370481 protein_coding 9 1 3 GBP3 ENSG00000117226 +CDS chr1 89015287 89015367 ENST00000564665 protein_coding 1 4 2 GBP3 ENSG00000117226 +CDS chr1 89020532 89020721 ENST00000370481 protein_coding 9 1 2 GBP3 ENSG00000117226 +transcript chr1 89052319 89065208 ENST00000370473 protein_coding 5 1 NA GBP1 ENSG00000117228 +CDS chr1 89053358 89053468 ENST00000370473 protein_coding 5 1 11 GBP1 ENSG00000117228 +CDS chr1 89054682 89054875 ENST00000370473 protein_coding 5 1 10 GBP1 ENSG00000117228 +CDS chr1 89055113 89055215 ENST00000370473 protein_coding 5 1 9 GBP1 ENSG00000117228 +CDS chr1 89056016 89056228 ENST00000370473 protein_coding 5 1 8 GBP1 ENSG00000117228 +CDS chr1 89056854 89057134 ENST00000370473 protein_coding 5 1 7 GBP1 ENSG00000117228 +transcript chr1 89057615 89065360 ENST00000681280 protein_coding 1 NA NA GBP1 ENSG00000117228 +CDS chr1 89057978 89058234 ENST00000681280 protein_coding 1 NA 6 GBP1 ENSG00000117228 +CDS chr1 89057992 89058234 ENST00000370473 protein_coding 5 1 6 GBP1 ENSG00000117228 +CDS chr1 89058841 89059043 ENST00000370473 protein_coding 5 1 5 GBP1 ENSG00000117228 +CDS chr1 89058841 89059043 ENST00000681280 protein_coding 1 NA 5 GBP1 ENSG00000117228 +CDS chr1 89059317 89059426 ENST00000370473 protein_coding 5 1 4 GBP1 ENSG00000117228 +CDS chr1 89059317 89059426 ENST00000681280 protein_coding 1 NA 4 GBP1 ENSG00000117228 +CDS chr1 89060197 89060324 ENST00000370473 protein_coding 5 1 3 GBP1 ENSG00000117228 +CDS chr1 89060197 89060324 ENST00000681280 protein_coding 1 NA 3 GBP1 ENSG00000117228 +CDS chr1 89063045 89063234 ENST00000370473 protein_coding 5 1 2 GBP1 ENSG00000117228 +CDS chr1 89063045 89063234 ENST00000681280 protein_coding 1 NA 2 GBP1 ENSG00000117228 +transcript chr1 89106132 89126114 ENST00000370466 protein_coding 4 1 NA GBP2 ENSG00000162645 +CDS chr1 89108178 89108291 ENST00000370466 protein_coding 4 1 11 GBP2 ENSG00000162645 +CDS chr1 89109677 89109870 ENST00000370466 protein_coding 4 1 10 GBP2 ENSG00000162645 +CDS chr1 89110164 89110266 ENST00000370466 protein_coding 4 1 9 GBP2 ENSG00000162645 +CDS chr1 89112472 89112684 ENST00000370466 protein_coding 4 1 8 GBP2 ENSG00000162645 +CDS chr1 89114016 89114296 ENST00000370466 protein_coding 4 1 7 GBP2 ENSG00000162645 +CDS chr1 89116992 89117234 ENST00000370466 protein_coding 4 1 6 GBP2 ENSG00000162645 +CDS chr1 89117577 89117773 ENST00000370466 protein_coding 4 1 5 GBP2 ENSG00000162645 +CDS chr1 89120179 89120288 ENST00000370466 protein_coding 4 1 4 GBP2 ENSG00000162645 +CDS chr1 89121143 89121270 ENST00000370466 protein_coding 4 1 3 GBP2 ENSG00000162645 +CDS chr1 89121777 89121966 ENST00000370466 protein_coding 4 1 2 GBP2 ENSG00000162645 +transcript chr1 89131742 89176003 ENST00000294671 protein_coding 3 2 NA GBP7 ENSG00000213512 +CDS chr1 89132152 89132403 ENST00000294671 protein_coding 3 2 11 GBP7 ENSG00000213512 +CDS chr1 89133258 89133451 ENST00000294671 protein_coding 3 2 10 GBP7 ENSG00000213512 +transcript chr1 89133301 89176009 ENST00000650452 protein_coding 1 NA NA GBP7 ENSG00000213512 +CDS chr1 89133301 89133443 ENST00000650452 protein_coding 1 NA 9 GBP7 ENSG00000213512 +CDS chr1 89141546 89141648 ENST00000294671 protein_coding 3 2 9 GBP7 ENSG00000213512 +CDS chr1 89147567 89147779 ENST00000294671 protein_coding 3 2 8 GBP7 ENSG00000213512 +CDS chr1 89147567 89147779 ENST00000650452 protein_coding 1 NA 8 GBP7 ENSG00000213512 +CDS chr1 89149292 89149572 ENST00000294671 protein_coding 3 2 7 GBP7 ENSG00000213512 +CDS chr1 89149292 89149572 ENST00000650452 protein_coding 1 NA 7 GBP7 ENSG00000213512 +CDS chr1 89150330 89150575 ENST00000294671 protein_coding 3 2 6 GBP7 ENSG00000213512 +CDS chr1 89150330 89150575 ENST00000650452 protein_coding 1 NA 6 GBP7 ENSG00000213512 +CDS chr1 89152268 89152464 ENST00000294671 protein_coding 3 2 5 GBP7 ENSG00000213512 +CDS chr1 89152268 89152464 ENST00000650452 protein_coding 1 NA 5 GBP7 ENSG00000213512 +CDS chr1 89152668 89152777 ENST00000294671 protein_coding 3 2 4 GBP7 ENSG00000213512 +CDS chr1 89152668 89152777 ENST00000650452 protein_coding 1 NA 4 GBP7 ENSG00000213512 +CDS chr1 89164731 89164858 ENST00000294671 protein_coding 3 2 3 GBP7 ENSG00000213512 +CDS chr1 89164731 89164858 ENST00000650452 protein_coding 1 NA 3 GBP7 ENSG00000213512 +CDS chr1 89171746 89171935 ENST00000294671 protein_coding 3 2 2 GBP7 ENSG00000213512 +CDS chr1 89171746 89171935 ENST00000650452 protein_coding 1 NA 2 GBP7 ENSG00000213512 +transcript chr1 89181144 89198942 ENST00000355754 protein_coding 7 1 NA GBP4 ENSG00000162654 +CDS chr1 89185257 89185469 ENST00000355754 protein_coding 7 1 11 GBP4 ENSG00000162654 +CDS chr1 89186333 89186526 ENST00000355754 protein_coding 7 1 10 GBP4 ENSG00000162654 +CDS chr1 89187000 89187102 ENST00000355754 protein_coding 7 1 9 GBP4 ENSG00000162654 +CDS chr1 89188582 89188794 ENST00000355754 protein_coding 7 1 8 GBP4 ENSG00000162654 +CDS chr1 89190038 89190318 ENST00000355754 protein_coding 7 1 7 GBP4 ENSG00000162654 +CDS chr1 89191261 89191506 ENST00000355754 protein_coding 7 1 6 GBP4 ENSG00000162654 +CDS chr1 89192904 89193100 ENST00000355754 protein_coding 7 1 5 GBP4 ENSG00000162654 +CDS chr1 89193303 89193412 ENST00000355754 protein_coding 7 1 4 GBP4 ENSG00000162654 +CDS chr1 89195297 89195424 ENST00000355754 protein_coding 7 1 3 GBP4 ENSG00000162654 +CDS chr1 89197110 89197304 ENST00000355754 protein_coding 7 1 2 GBP4 ENSG00000162654 +CDS chr1 89198795 89198834 ENST00000355754 protein_coding 7 1 1 GBP4 ENSG00000162654 +transcript chr1 89256189 89272860 ENST00000370459 protein_coding 8 5 NA GBP5 ENSG00000154451 +CDS chr1 89260707 89260817 ENST00000370459 protein_coding 8 5 12 GBP5 ENSG00000154451 +CDS chr1 89262220 89262401 ENST00000370459 protein_coding 8 5 11 GBP5 ENSG00000154451 +CDS chr1 89262683 89262785 ENST00000370459 protein_coding 8 5 10 GBP5 ENSG00000154451 +transcript chr1 89262698 89272804 ENST00000443807 protein_coding 1 2 NA GBP5 ENSG00000154451 +CDS chr1 89262698 89262785 ENST00000443807 protein_coding 1 2 8 GBP5 ENSG00000154451 +CDS chr1 89263736 89263948 ENST00000370459 protein_coding 8 5 9 GBP5 ENSG00000154451 +CDS chr1 89263736 89263948 ENST00000443807 protein_coding 1 2 7 GBP5 ENSG00000154451 +CDS chr1 89264686 89264966 ENST00000370459 protein_coding 8 5 8 GBP5 ENSG00000154451 +CDS chr1 89264686 89264966 ENST00000443807 protein_coding 1 2 6 GBP5 ENSG00000154451 +CDS chr1 89266346 89266588 ENST00000370459 protein_coding 8 5 7 GBP5 ENSG00000154451 +CDS chr1 89266346 89266588 ENST00000443807 protein_coding 1 2 5 GBP5 ENSG00000154451 +CDS chr1 89266957 89267153 ENST00000370459 protein_coding 8 5 6 GBP5 ENSG00000154451 +CDS chr1 89266957 89267153 ENST00000443807 protein_coding 1 2 4 GBP5 ENSG00000154451 +CDS chr1 89267417 89267526 ENST00000370459 protein_coding 8 5 5 GBP5 ENSG00000154451 +CDS chr1 89267417 89267526 ENST00000443807 protein_coding 1 2 3 GBP5 ENSG00000154451 +CDS chr1 89268729 89268856 ENST00000370459 protein_coding 8 5 4 GBP5 ENSG00000154451 +CDS chr1 89268729 89268856 ENST00000443807 protein_coding 1 2 2 GBP5 ENSG00000154451 +CDS chr1 89269366 89269555 ENST00000370459 protein_coding 8 5 3 GBP5 ENSG00000154451 +CDS chr1 89269366 89269555 ENST00000443807 protein_coding 1 2 1 GBP5 ENSG00000154451 +transcript chr1 89364059 89388160 ENST00000370456 protein_coding 5 1 NA GBP6 ENSG00000183347 +CDS chr1 89368552 89368741 ENST00000370456 protein_coding 5 1 2 GBP6 ENSG00000183347 +CDS chr1 89369546 89369673 ENST00000370456 protein_coding 5 1 3 GBP6 ENSG00000183347 +CDS chr1 89378103 89378212 ENST00000370456 protein_coding 5 1 4 GBP6 ENSG00000183347 +CDS chr1 89378417 89378613 ENST00000370456 protein_coding 5 1 5 GBP6 ENSG00000183347 +CDS chr1 89380386 89380631 ENST00000370456 protein_coding 5 1 6 GBP6 ENSG00000183347 +CDS chr1 89381694 89381974 ENST00000370456 protein_coding 5 1 7 GBP6 ENSG00000183347 +CDS chr1 89382664 89382876 ENST00000370456 protein_coding 5 1 8 GBP6 ENSG00000183347 +CDS chr1 89383652 89383754 ENST00000370456 protein_coding 5 1 9 GBP6 ENSG00000183347 +CDS chr1 89384093 89384286 ENST00000370456 protein_coding 5 1 10 GBP6 ENSG00000183347 +CDS chr1 89385230 89385466 ENST00000370456 protein_coding 5 1 11 GBP6 ENSG00000183347 +transcript chr1 89524829 89593366 ENST00000439853 protein_coding 6 1 NA LRRC8B ENSG00000197147 +transcript chr1 89524829 89597861 ENST00000330947 protein_coding 7 5 NA LRRC8B ENSG00000197147 +transcript chr1 89524836 89582961 ENST00000449440 protein_coding 5 3 NA LRRC8B ENSG00000197147 +transcript chr1 89524854 89597848 ENST00000640258 protein_coding 1 5 NA LRRC8B ENSG00000197147 +transcript chr1 89524883 89597848 ENST00000639264 protein_coding 1 5 NA LRRC8B ENSG00000197147 +transcript chr1 89579592 89579654 ENST00000676334 protein_coding 1 NA NA NA ENSG00000288629 +CDS chr1 89579592 89579651 ENST00000676334 protein_coding 1 NA 1 NA ENSG00000288629 +CDS chr1 89582651 89584789 ENST00000439853 protein_coding 6 1 5 LRRC8B ENSG00000197147 +CDS chr1 89582651 89582961 ENST00000449440 protein_coding 5 3 6 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000640258 protein_coding 1 5 8 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000639264 protein_coding 1 5 6 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000330947 protein_coding 7 5 5 LRRC8B ENSG00000197147 +CDS chr1 89588313 89588366 ENST00000439853 protein_coding 6 1 6 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000640258 protein_coding 1 5 9 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000639264 protein_coding 1 5 7 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000330947 protein_coding 7 5 6 LRRC8B ENSG00000197147 +transcript chr1 89633120 89719533 ENST00000370454 protein_coding 9 1 NA LRRC8C ENSG00000171488 +CDS chr1 89686474 89686611 ENST00000370454 protein_coding 9 1 2 LRRC8C ENSG00000171488 +CDS chr1 89712709 89714979 ENST00000370454 protein_coding 9 1 3 LRRC8C ENSG00000171488 +transcript chr1 89821014 89933160 ENST00000525774 protein_coding 5 4 NA LRRC8D ENSG00000171492 +transcript chr1 89821032 89936611 ENST00000337338 protein_coding 9 2 NA LRRC8D ENSG00000171492 +transcript chr1 89821921 89936001 ENST00000394593 protein_coding 7 1 NA LRRC8D ENSG00000171492 +transcript chr1 89833693 89933433 ENST00000532201 protein_coding 5 4 NA LRRC8D ENSG00000171492 +transcript chr1 89843048 89933418 ENST00000414841 protein_coding 1 3 NA LRRC8D ENSG00000171492 +transcript chr1 89843423 89933628 ENST00000527156 protein_coding 1 2 NA LRRC8D ENSG00000171492 +transcript chr1 89846580 89933892 ENST00000441269 protein_coding 2 3 NA LRRC8D ENSG00000171492 +CDS chr1 89933069 89933160 ENST00000525774 protein_coding 5 4 4 LRRC8D ENSG00000171492 +CDS chr1 89933069 89935642 ENST00000337338 protein_coding 9 2 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89935642 ENST00000394593 protein_coding 7 1 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933433 ENST00000532201 protein_coding 5 4 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933418 ENST00000414841 protein_coding 1 3 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933628 ENST00000527156 protein_coding 1 2 2 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933892 ENST00000441269 protein_coding 2 3 2 LRRC8D ENSG00000171492 +transcript chr1 89995110 90035533 ENST00000340281 protein_coding 9 1 NA ZNF326 ENSG00000162664 +transcript chr1 89995134 90006449 ENST00000361911 protein_coding 9 1 NA ZNF326 ENSG00000162664 +transcript chr1 89995137 90035531 ENST00000370447 protein_coding 3 1 NA ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000340281 protein_coding 9 1 1 ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000361911 protein_coding 9 1 1 ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000370447 protein_coding 3 1 1 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000340281 protein_coding 9 1 2 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000361911 protein_coding 9 1 2 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000370447 protein_coding 3 1 2 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000340281 protein_coding 9 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000361911 protein_coding 9 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000370447 protein_coding 3 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005244 ENST00000340281 protein_coding 9 1 4 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005245 ENST00000361911 protein_coding 9 1 4 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005244 ENST00000370447 protein_coding 3 1 4 ZNF326 ENSG00000162664 +CDS chr1 90007345 90007750 ENST00000340281 protein_coding 9 1 5 ZNF326 ENSG00000162664 +CDS chr1 90007612 90007750 ENST00000370447 protein_coding 3 1 5 ZNF326 ENSG00000162664 +CDS chr1 90010088 90010286 ENST00000340281 protein_coding 9 1 6 ZNF326 ENSG00000162664 +CDS chr1 90010088 90010286 ENST00000370447 protein_coding 3 1 6 ZNF326 ENSG00000162664 +CDS chr1 90013126 90013237 ENST00000340281 protein_coding 9 1 7 ZNF326 ENSG00000162664 +CDS chr1 90013126 90013237 ENST00000370447 protein_coding 3 1 7 ZNF326 ENSG00000162664 +CDS chr1 90017317 90017464 ENST00000340281 protein_coding 9 1 8 ZNF326 ENSG00000162664 +CDS chr1 90017317 90017464 ENST00000370447 protein_coding 3 1 8 ZNF326 ENSG00000162664 +CDS chr1 90018685 90018784 ENST00000340281 protein_coding 9 1 9 ZNF326 ENSG00000162664 +CDS chr1 90018685 90018784 ENST00000370447 protein_coding 3 1 9 ZNF326 ENSG00000162664 +CDS chr1 90020792 90020922 ENST00000340281 protein_coding 9 1 10 ZNF326 ENSG00000162664 +CDS chr1 90020792 90020922 ENST00000370447 protein_coding 3 1 10 ZNF326 ENSG00000162664 +CDS chr1 90022250 90022345 ENST00000340281 protein_coding 9 1 11 ZNF326 ENSG00000162664 +CDS chr1 90022250 90022345 ENST00000370447 protein_coding 3 1 11 ZNF326 ENSG00000162664 +CDS chr1 90027354 90027698 ENST00000340281 protein_coding 9 1 12 ZNF326 ENSG00000162664 +CDS chr1 90027354 90027698 ENST00000370447 protein_coding 3 1 12 ZNF326 ENSG00000162664 +transcript chr1 90711539 90717302 ENST00000370445 protein_coding 5 1 NA BARHL2 ENSG00000143032 +CDS chr1 90712315 90712624 ENST00000370445 protein_coding 5 1 3 BARHL2 ENSG00000143032 +CDS chr1 90714531 90714756 ENST00000370445 protein_coding 5 1 2 BARHL2 ENSG00000143032 +CDS chr1 90716571 90717195 ENST00000370445 protein_coding 5 1 1 BARHL2 ENSG00000143032 +transcript chr1 90915298 91021473 ENST00000370440 protein_coding 5 5 NA ZNF644 ENSG00000122482 +transcript chr1 90915304 91021457 ENST00000347275 protein_coding 9 1 NA ZNF644 ENSG00000122482 +transcript chr1 90915304 91022035 ENST00000337393 protein_coding 10 1 NA ZNF644 ENSG00000122482 +transcript chr1 90916185 91022272 ENST00000361321 protein_coding 5 2 NA ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000370440 protein_coding 5 5 6 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000347275 protein_coding 9 1 4 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000361321 protein_coding 5 2 4 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000337393 protein_coding 10 1 6 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000370440 protein_coding 5 5 5 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000347275 protein_coding 9 1 3 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000361321 protein_coding 5 2 3 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000337393 protein_coding 10 1 5 ZNF644 ENSG00000122482 +CDS chr1 90937485 90938090 ENST00000370440 protein_coding 5 5 4 ZNF644 ENSG00000122482 +CDS chr1 90937485 90938090 ENST00000337393 protein_coding 10 1 4 ZNF644 ENSG00000122482 +CDS chr1 90938272 90941309 ENST00000370440 protein_coding 5 5 3 ZNF644 ENSG00000122482 +CDS chr1 90938272 90941309 ENST00000337393 protein_coding 10 1 3 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982353 ENST00000370440 protein_coding 5 5 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982331 ENST00000347275 protein_coding 9 1 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982331 ENST00000361321 protein_coding 5 2 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982353 ENST00000337393 protein_coding 10 1 2 ZNF644 ENSG00000122482 +transcript chr1 91260766 91404837 ENST00000370425 protein_coding 8 1 NA HFM1 ENSG00000162669 +CDS chr1 91261293 91261359 ENST00000370425 protein_coding 8 1 39 HFM1 ENSG00000162669 +transcript chr1 91262186 91347449 ENST00000430465 protein_coding 1 1 NA HFM1 ENSG00000162669 +CDS chr1 91262240 91262392 ENST00000430465 protein_coding 1 1 19 HFM1 ENSG00000162669 +CDS chr1 91262241 91262392 ENST00000370425 protein_coding 8 1 38 HFM1 ENSG00000162669 +CDS chr1 91262481 91262592 ENST00000370425 protein_coding 8 1 37 HFM1 ENSG00000162669 +CDS chr1 91262481 91262592 ENST00000430465 protein_coding 1 1 18 HFM1 ENSG00000162669 +CDS chr1 91266017 91266107 ENST00000370425 protein_coding 8 1 36 HFM1 ENSG00000162669 +CDS chr1 91266017 91266107 ENST00000430465 protein_coding 1 1 17 HFM1 ENSG00000162669 +CDS chr1 91267745 91267855 ENST00000370425 protein_coding 8 1 35 HFM1 ENSG00000162669 +CDS chr1 91267745 91267855 ENST00000430465 protein_coding 1 1 16 HFM1 ENSG00000162669 +CDS chr1 91273712 91273815 ENST00000370425 protein_coding 8 1 34 HFM1 ENSG00000162669 +CDS chr1 91273712 91273815 ENST00000430465 protein_coding 1 1 15 HFM1 ENSG00000162669 +CDS chr1 91274730 91274809 ENST00000370425 protein_coding 8 1 33 HFM1 ENSG00000162669 +CDS chr1 91274730 91274809 ENST00000430465 protein_coding 1 1 14 HFM1 ENSG00000162669 +CDS chr1 91276628 91276743 ENST00000370425 protein_coding 8 1 32 HFM1 ENSG00000162669 +CDS chr1 91276628 91276743 ENST00000430465 protein_coding 1 1 13 HFM1 ENSG00000162669 +CDS chr1 91276982 91277062 ENST00000370425 protein_coding 8 1 31 HFM1 ENSG00000162669 +CDS chr1 91276982 91277062 ENST00000430465 protein_coding 1 1 12 HFM1 ENSG00000162669 +CDS chr1 91313349 91313495 ENST00000370425 protein_coding 8 1 30 HFM1 ENSG00000162669 +CDS chr1 91313349 91313495 ENST00000430465 protein_coding 1 1 11 HFM1 ENSG00000162669 +CDS chr1 91313957 91314060 ENST00000370425 protein_coding 8 1 29 HFM1 ENSG00000162669 +CDS chr1 91313957 91314060 ENST00000430465 protein_coding 1 1 10 HFM1 ENSG00000162669 +CDS chr1 91315815 91315972 ENST00000370425 protein_coding 8 1 28 HFM1 ENSG00000162669 +CDS chr1 91315815 91315972 ENST00000430465 protein_coding 1 1 9 HFM1 ENSG00000162669 +CDS chr1 91316101 91316184 ENST00000370425 protein_coding 8 1 27 HFM1 ENSG00000162669 +CDS chr1 91316101 91316184 ENST00000430465 protein_coding 1 1 8 HFM1 ENSG00000162669 +CDS chr1 91316391 91316476 ENST00000370425 protein_coding 8 1 26 HFM1 ENSG00000162669 +CDS chr1 91316391 91316476 ENST00000430465 protein_coding 1 1 7 HFM1 ENSG00000162669 +CDS chr1 91319078 91319209 ENST00000370425 protein_coding 8 1 25 HFM1 ENSG00000162669 +CDS chr1 91319293 91319390 ENST00000370425 protein_coding 8 1 24 HFM1 ENSG00000162669 +CDS chr1 91319293 91319390 ENST00000430465 protein_coding 1 1 6 HFM1 ENSG00000162669 +CDS chr1 91322950 91322997 ENST00000370425 protein_coding 8 1 23 HFM1 ENSG00000162669 +CDS chr1 91322950 91322997 ENST00000430465 protein_coding 1 1 5 HFM1 ENSG00000162669 +CDS chr1 91323093 91323199 ENST00000370425 protein_coding 8 1 22 HFM1 ENSG00000162669 +CDS chr1 91323093 91323199 ENST00000430465 protein_coding 1 1 4 HFM1 ENSG00000162669 +CDS chr1 91324675 91324766 ENST00000370425 protein_coding 8 1 21 HFM1 ENSG00000162669 +CDS chr1 91324675 91324766 ENST00000430465 protein_coding 1 1 3 HFM1 ENSG00000162669 +CDS chr1 91343430 91343510 ENST00000370425 protein_coding 8 1 20 HFM1 ENSG00000162669 +CDS chr1 91343430 91343510 ENST00000430465 protein_coding 1 1 2 HFM1 ENSG00000162669 +CDS chr1 91347429 91347476 ENST00000370425 protein_coding 8 1 19 HFM1 ENSG00000162669 +CDS chr1 91347429 91347449 ENST00000430465 protein_coding 1 1 1 HFM1 ENSG00000162669 +CDS chr1 91350738 91350871 ENST00000370425 protein_coding 8 1 18 HFM1 ENSG00000162669 +CDS chr1 91351549 91351643 ENST00000370425 protein_coding 8 1 17 HFM1 ENSG00000162669 +CDS chr1 91352506 91352651 ENST00000370425 protein_coding 8 1 16 HFM1 ENSG00000162669 +CDS chr1 91353051 91353152 ENST00000370425 protein_coding 8 1 15 HFM1 ENSG00000162669 +CDS chr1 91353256 91353299 ENST00000370425 protein_coding 8 1 14 HFM1 ENSG00000162669 +CDS chr1 91375358 91375446 ENST00000370425 protein_coding 8 1 13 HFM1 ENSG00000162669 +CDS chr1 91375527 91375727 ENST00000370425 protein_coding 8 1 12 HFM1 ENSG00000162669 +CDS chr1 91378025 91378183 ENST00000370425 protein_coding 8 1 11 HFM1 ENSG00000162669 +CDS chr1 91378403 91378480 ENST00000370425 protein_coding 8 1 10 HFM1 ENSG00000162669 +CDS chr1 91379063 91379214 ENST00000370425 protein_coding 8 1 9 HFM1 ENSG00000162669 +CDS chr1 91380104 91380236 ENST00000370425 protein_coding 8 1 8 HFM1 ENSG00000162669 +transcript chr1 91380233 91404856 ENST00000448819 protein_coding 5 5 NA HFM1 ENSG00000162669 +CDS chr1 91380233 91380236 ENST00000448819 protein_coding 5 5 6 HFM1 ENSG00000162669 +CDS chr1 91380912 91380982 ENST00000370425 protein_coding 8 1 7 HFM1 ENSG00000162669 +CDS chr1 91380912 91380982 ENST00000448819 protein_coding 5 5 5 HFM1 ENSG00000162669 +CDS chr1 91385187 91385234 ENST00000370425 protein_coding 8 1 6 HFM1 ENSG00000162669 +CDS chr1 91385187 91385234 ENST00000448819 protein_coding 5 5 4 HFM1 ENSG00000162669 +CDS chr1 91385575 91385834 ENST00000370425 protein_coding 8 1 5 HFM1 ENSG00000162669 +CDS chr1 91385575 91385834 ENST00000448819 protein_coding 5 5 3 HFM1 ENSG00000162669 +transcript chr1 91385614 91404840 ENST00000427444 protein_coding 1 5 NA HFM1 ENSG00000162669 +CDS chr1 91385614 91385834 ENST00000427444 protein_coding 1 5 4 HFM1 ENSG00000162669 +CDS chr1 91394093 91394402 ENST00000370425 protein_coding 8 1 4 HFM1 ENSG00000162669 +CDS chr1 91394093 91394402 ENST00000427444 protein_coding 1 5 3 HFM1 ENSG00000162669 +transcript chr1 91394173 91404735 ENST00000455133 protein_coding 1 4 NA HFM1 ENSG00000162669 +CDS chr1 91394173 91394402 ENST00000455133 protein_coding 1 4 4 HFM1 ENSG00000162669 +CDS chr1 91396293 91396405 ENST00000370425 protein_coding 8 1 3 HFM1 ENSG00000162669 +CDS chr1 91396293 91396405 ENST00000455133 protein_coding 1 4 3 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000370425 protein_coding 8 1 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000448819 protein_coding 5 5 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401069 ENST00000427444 protein_coding 1 5 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000455133 protein_coding 1 4 2 HFM1 ENSG00000162669 +transcript chr1 91500851 91525764 ENST00000234626 protein_coding 11 1 NA CDC7 ENSG00000097046 +transcript chr1 91501108 91525764 ENST00000428239 protein_coding 5 1 NA CDC7 ENSG00000097046 +transcript chr1 91501138 91511823 ENST00000426137 protein_coding 1 5 NA CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000234626 protein_coding 11 1 2 CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000426137 protein_coding 1 5 2 CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000428239 protein_coding 5 1 2 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000234626 protein_coding 11 1 3 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000426137 protein_coding 1 5 3 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000428239 protein_coding 5 1 3 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000234626 protein_coding 11 1 4 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000426137 protein_coding 1 5 4 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000428239 protein_coding 5 1 4 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000234626 protein_coding 11 1 5 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000426137 protein_coding 1 5 5 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000428239 protein_coding 5 1 5 CDC7 ENSG00000097046 +CDS chr1 91511781 91511923 ENST00000234626 protein_coding 11 1 6 CDC7 ENSG00000097046 +CDS chr1 91511781 91511823 ENST00000426137 protein_coding 1 5 6 CDC7 ENSG00000097046 +CDS chr1 91511781 91511923 ENST00000428239 protein_coding 5 1 6 CDC7 ENSG00000097046 +CDS chr1 91513058 91513307 ENST00000234626 protein_coding 11 1 7 CDC7 ENSG00000097046 +CDS chr1 91513058 91513307 ENST00000428239 protein_coding 5 1 7 CDC7 ENSG00000097046 +CDS chr1 91513948 91514043 ENST00000234626 protein_coding 11 1 8 CDC7 ENSG00000097046 +CDS chr1 91513948 91514043 ENST00000428239 protein_coding 5 1 8 CDC7 ENSG00000097046 +CDS chr1 91514819 91514997 ENST00000234626 protein_coding 11 1 9 CDC7 ENSG00000097046 +CDS chr1 91514819 91514997 ENST00000428239 protein_coding 5 1 9 CDC7 ENSG00000097046 +CDS chr1 91515794 91515876 ENST00000234626 protein_coding 11 1 10 CDC7 ENSG00000097046 +CDS chr1 91515794 91515876 ENST00000428239 protein_coding 5 1 10 CDC7 ENSG00000097046 +CDS chr1 91520130 91520279 ENST00000234626 protein_coding 11 1 11 CDC7 ENSG00000097046 +CDS chr1 91520130 91520279 ENST00000428239 protein_coding 5 1 11 CDC7 ENSG00000097046 +CDS chr1 91524041 91524432 ENST00000234626 protein_coding 11 1 12 CDC7 ENSG00000097046 +CDS chr1 91524041 91524432 ENST00000428239 protein_coding 5 1 12 CDC7 ENSG00000097046 +transcript chr1 91680343 91886151 ENST00000212355 protein_coding 9 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91682426 91906335 ENST00000370399 protein_coding 6 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91682430 91861593 ENST00000525962 protein_coding 5 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91683729 91886109 ENST00000465892 protein_coding 6 1 NA TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000370399 protein_coding 6 1 18 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000525962 protein_coding 5 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000465892 protein_coding 6 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000212355 protein_coding 9 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000370399 protein_coding 6 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000525962 protein_coding 5 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000465892 protein_coding 6 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000212355 protein_coding 9 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000370399 protein_coding 6 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000525962 protein_coding 5 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000465892 protein_coding 6 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000212355 protein_coding 9 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000370399 protein_coding 6 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000525962 protein_coding 5 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000465892 protein_coding 6 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000212355 protein_coding 9 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000370399 protein_coding 6 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000525962 protein_coding 5 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000465892 protein_coding 6 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000212355 protein_coding 9 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000370399 protein_coding 6 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000525962 protein_coding 5 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000465892 protein_coding 6 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000212355 protein_coding 9 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000370399 protein_coding 6 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000525962 protein_coding 5 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000465892 protein_coding 6 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000212355 protein_coding 9 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000370399 protein_coding 6 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000525962 protein_coding 5 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000465892 protein_coding 6 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000212355 protein_coding 9 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720227 ENST00000370399 protein_coding 6 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720230 ENST00000525962 protein_coding 5 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720227 ENST00000465892 protein_coding 6 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720230 ENST00000212355 protein_coding 9 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000370399 protein_coding 6 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000525962 protein_coding 5 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000465892 protein_coding 6 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000212355 protein_coding 9 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000370399 protein_coding 6 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000525962 protein_coding 5 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000465892 protein_coding 6 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000212355 protein_coding 9 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000370399 protein_coding 6 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000525962 protein_coding 5 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000465892 protein_coding 6 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000212355 protein_coding 9 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000370399 protein_coding 6 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000525962 protein_coding 5 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000465892 protein_coding 6 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000212355 protein_coding 9 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000370399 protein_coding 6 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000525962 protein_coding 5 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000465892 protein_coding 6 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000212355 protein_coding 9 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000370399 protein_coding 6 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000525962 protein_coding 5 1 2 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000465892 protein_coding 6 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000212355 protein_coding 9 1 3 TGFBR3 ENSG00000069702 +transcript chr1 91797427 91886122 ENST00000417833 protein_coding 2 4 NA TGFBR3 ENSG00000069702 +CDS chr1 91797427 91797471 ENST00000417833 protein_coding 2 4 4 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000370399 protein_coding 6 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000525962 protein_coding 5 1 1 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000465892 protein_coding 6 1 2 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000417833 protein_coding 2 4 3 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000212355 protein_coding 9 1 2 TGFBR3 ENSG00000069702 +transcript chr1 91949343 91977138 ENST00000448194 protein_coding 6 5 NA BRDT ENSG00000137948 +transcript chr1 91949363 91964649 ENST00000470955 protein_coding 6 4 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014421 ENST00000362005 protein_coding 7 1 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014421 ENST00000370389 protein_coding 6 1 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014426 ENST00000394530 protein_coding 7 2 NA BRDT ENSG00000137948 +transcript chr1 91949372 91976350 ENST00000423434 protein_coding 5 3 NA BRDT ENSG00000137948 +transcript chr1 91949384 91976421 ENST00000440509 protein_coding 5 3 NA BRDT ENSG00000137948 +transcript chr1 91949384 91980743 ENST00000426141 protein_coding 6 1 NA BRDT ENSG00000137948 +transcript chr1 91949398 91962910 ENST00000449584 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949398 91976286 ENST00000427104 protein_coding 5 5 NA BRDT ENSG00000137948 +transcript chr1 91949401 91962796 ENST00000355011 protein_coding 7 4 NA BRDT ENSG00000137948 +transcript chr1 91949401 92014421 ENST00000399546 protein_coding 7 2 NA BRDT ENSG00000137948 +transcript chr1 91949403 91964722 ENST00000450792 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949403 91964735 ENST00000548992 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949403 91968224 ENST00000552654 protein_coding 1 4 NA BRDT ENSG00000137948 +transcript chr1 91949434 91962849 ENST00000457265 protein_coding 1 4 NA BRDT ENSG00000137948 +transcript chr1 91952162 92014421 ENST00000402388 protein_coding 1 1 NA BRDT ENSG00000137948 +transcript chr1 91952164 91980743 ENST00000680541 protein_coding 1 NA NA BRDT ENSG00000137948 +transcript chr1 91952360 91980738 ENST00000680091 protein_coding 1 NA NA BRDT ENSG00000137948 +CDS chr1 91952498 91952502 ENST00000680091 protein_coding 1 NA 1 BRDT ENSG00000137948 +CDS chr1 91962718 91962946 ENST00000680091 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000448194 protein_coding 6 5 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000470955 protein_coding 6 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000362005 protein_coding 7 1 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000394530 protein_coding 7 2 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000423434 protein_coding 5 3 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000440509 protein_coding 5 3 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000426141 protein_coding 6 1 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962910 ENST00000449584 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000427104 protein_coding 5 5 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962796 ENST00000355011 protein_coding 7 4 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000399546 protein_coding 7 2 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000450792 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000548992 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962849 ENST00000457265 protein_coding 1 4 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000402388 protein_coding 1 1 2 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000448194 protein_coding 6 5 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964649 ENST00000470955 protein_coding 6 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000362005 protein_coding 7 1 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000423434 protein_coding 5 3 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000440509 protein_coding 5 3 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000426141 protein_coding 6 1 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000427104 protein_coding 5 5 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000399546 protein_coding 7 2 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964722 ENST00000450792 protein_coding 5 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964735 ENST00000548992 protein_coding 5 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000402388 protein_coding 1 1 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000680091 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 91964654 91964764 ENST00000370389 protein_coding 6 1 3 BRDT ENSG00000137948 +CDS chr1 91964654 91964764 ENST00000552654 protein_coding 1 4 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000448194 protein_coding 6 5 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000362005 protein_coding 7 1 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000370389 protein_coding 6 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000394530 protein_coding 7 2 3 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000423434 protein_coding 5 3 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000440509 protein_coding 5 3 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000426141 protein_coding 6 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000427104 protein_coding 5 5 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000399546 protein_coding 7 2 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968224 ENST00000552654 protein_coding 1 4 6 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000402388 protein_coding 1 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000680091 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 91968167 91968260 ENST00000680541 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000448194 protein_coding 6 5 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000362005 protein_coding 7 1 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000370389 protein_coding 6 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000394530 protein_coding 7 2 4 BRDT ENSG00000137948 +CDS chr1 91976266 91976350 ENST00000423434 protein_coding 5 3 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976421 ENST00000440509 protein_coding 5 3 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000426141 protein_coding 6 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976286 ENST00000427104 protein_coding 5 5 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000399546 protein_coding 7 2 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000402388 protein_coding 1 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000680541 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000680091 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 91977043 91977138 ENST00000448194 protein_coding 6 5 7 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000362005 protein_coding 7 1 7 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000370389 protein_coding 6 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000394530 protein_coding 7 2 5 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000426141 protein_coding 6 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000399546 protein_coding 7 2 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000402388 protein_coding 1 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000680541 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000680091 protein_coding 1 NA 6 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000362005 protein_coding 7 1 8 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000370389 protein_coding 6 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000394530 protein_coding 7 2 6 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000426141 protein_coding 6 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000399546 protein_coding 7 2 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000402388 protein_coding 1 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000680541 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000680091 protein_coding 1 NA 7 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000362005 protein_coding 7 1 9 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000370389 protein_coding 6 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000394530 protein_coding 7 2 7 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000426141 protein_coding 6 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000399546 protein_coding 7 2 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000402388 protein_coding 1 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000680541 protein_coding 1 NA 6 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000680091 protein_coding 1 NA 8 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000362005 protein_coding 7 1 10 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000370389 protein_coding 6 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000394530 protein_coding 7 2 8 BRDT ENSG00000137948 +CDS chr1 91980643 91980743 ENST00000426141 protein_coding 6 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000399546 protein_coding 7 2 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000402388 protein_coding 1 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980743 ENST00000680541 protein_coding 1 NA 7 BRDT ENSG00000137948 +CDS chr1 91980643 91980738 ENST00000680091 protein_coding 1 NA 9 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000362005 protein_coding 7 1 11 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000370389 protein_coding 6 1 10 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000394530 protein_coding 7 2 9 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000399546 protein_coding 7 2 10 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000402388 protein_coding 1 1 10 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000362005 protein_coding 7 1 12 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000370389 protein_coding 6 1 11 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000394530 protein_coding 7 2 10 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000399546 protein_coding 7 2 11 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000402388 protein_coding 1 1 11 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000362005 protein_coding 7 1 13 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000370389 protein_coding 6 1 12 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000394530 protein_coding 7 2 11 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000399546 protein_coding 7 2 12 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000402388 protein_coding 1 1 12 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000362005 protein_coding 7 1 14 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000370389 protein_coding 6 1 13 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000394530 protein_coding 7 2 12 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000399546 protein_coding 7 2 13 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000402388 protein_coding 1 1 13 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000362005 protein_coding 7 1 15 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000370389 protein_coding 6 1 14 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000394530 protein_coding 7 2 13 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000399546 protein_coding 7 2 14 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000402388 protein_coding 1 1 14 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000362005 protein_coding 7 1 16 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000370389 protein_coding 6 1 15 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000394530 protein_coding 7 2 14 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000399546 protein_coding 7 2 15 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000402388 protein_coding 1 1 15 BRDT ENSG00000137948 +transcript chr1 91994099 92014420 ENST00000680194 protein_coding 1 NA NA BRDT ENSG00000137948 +CDS chr1 91994099 91994254 ENST00000680194 protein_coding 1 NA 1 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000362005 protein_coding 7 1 17 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000370389 protein_coding 6 1 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000394530 protein_coding 7 2 15 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000399546 protein_coding 7 2 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000402388 protein_coding 1 1 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000680194 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000362005 protein_coding 7 1 18 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000370389 protein_coding 6 1 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000394530 protein_coding 7 2 16 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000399546 protein_coding 7 2 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000402388 protein_coding 1 1 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000680194 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000362005 protein_coding 7 1 19 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000370389 protein_coding 6 1 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000394530 protein_coding 7 2 17 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000399546 protein_coding 7 2 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000402388 protein_coding 1 1 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000680194 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 92007938 92008045 ENST00000680194 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000362005 protein_coding 7 1 20 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000370389 protein_coding 6 1 19 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000394530 protein_coding 7 2 18 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000399546 protein_coding 7 2 19 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000402388 protein_coding 1 1 19 BRDT ENSG00000137948 +transcript chr1 92029985 92063538 ENST00000370383 protein_coding 5 1 NA EPHX4 ENSG00000172031 +CDS chr1 92030080 92030310 ENST00000370383 protein_coding 5 1 1 EPHX4 ENSG00000172031 +CDS chr1 92032505 92032590 ENST00000370383 protein_coding 5 1 2 EPHX4 ENSG00000172031 +CDS chr1 92042823 92042980 ENST00000370383 protein_coding 5 1 3 EPHX4 ENSG00000172031 +CDS chr1 92045532 92045660 ENST00000370383 protein_coding 5 1 4 EPHX4 ENSG00000172031 +CDS chr1 92050317 92050420 ENST00000370383 protein_coding 5 1 5 EPHX4 ENSG00000172031 +CDS chr1 92052510 92052658 ENST00000370383 protein_coding 5 1 6 EPHX4 ENSG00000172031 +CDS chr1 92063055 92063283 ENST00000370383 protein_coding 5 1 7 EPHX4 ENSG00000172031 +transcript chr1 92074533 92075411 ENST00000596516 protein_coding 3 NA NA SETSIP ENSG00000230667 +CDS chr1 92074536 92075411 ENST00000596516 protein_coding 3 NA 1 SETSIP ENSG00000230667 +transcript chr1 92080336 92147840 ENST00000342818 protein_coding 4 1 NA BTBD8 ENSG00000189195 +transcript chr1 92080345 92184723 ENST00000636805 protein_coding 2 5 NA BTBD8 ENSG00000189195 +CDS chr1 92080572 92080720 ENST00000636805 protein_coding 2 5 1 BTBD8 ENSG00000189195 +CDS chr1 92080572 92080720 ENST00000342818 protein_coding 4 1 1 BTBD8 ENSG00000189195 +CDS chr1 92088698 92088895 ENST00000636805 protein_coding 2 5 2 BTBD8 ENSG00000189195 +CDS chr1 92088698 92088895 ENST00000342818 protein_coding 4 1 2 BTBD8 ENSG00000189195 +CDS chr1 92102473 92102669 ENST00000636805 protein_coding 2 5 3 BTBD8 ENSG00000189195 +CDS chr1 92102473 92102669 ENST00000342818 protein_coding 4 1 3 BTBD8 ENSG00000189195 +CDS chr1 92107884 92108001 ENST00000636805 protein_coding 2 5 4 BTBD8 ENSG00000189195 +CDS chr1 92107884 92108001 ENST00000342818 protein_coding 4 1 4 BTBD8 ENSG00000189195 +CDS chr1 92129687 92129776 ENST00000636805 protein_coding 2 5 5 BTBD8 ENSG00000189195 +CDS chr1 92129687 92129776 ENST00000342818 protein_coding 4 1 5 BTBD8 ENSG00000189195 +CDS chr1 92139350 92139430 ENST00000636805 protein_coding 2 5 6 BTBD8 ENSG00000189195 +CDS chr1 92139350 92139430 ENST00000342818 protein_coding 4 1 6 BTBD8 ENSG00000189195 +CDS chr1 92141115 92141211 ENST00000636805 protein_coding 2 5 7 BTBD8 ENSG00000189195 +CDS chr1 92141115 92141211 ENST00000342818 protein_coding 4 1 7 BTBD8 ENSG00000189195 +CDS chr1 92147180 92147268 ENST00000636805 protein_coding 2 5 8 BTBD8 ENSG00000189195 +CDS chr1 92147180 92147268 ENST00000342818 protein_coding 4 1 8 BTBD8 ENSG00000189195 +CDS chr1 92147684 92147786 ENST00000636805 protein_coding 2 5 9 BTBD8 ENSG00000189195 +CDS chr1 92147684 92147798 ENST00000342818 protein_coding 4 1 9 BTBD8 ENSG00000189195 +CDS chr1 92166958 92167140 ENST00000636805 protein_coding 2 5 10 BTBD8 ENSG00000189195 +transcript chr1 92166985 92184722 ENST00000370378 protein_coding 5 5 NA BTBD8 ENSG00000189195 +CDS chr1 92166985 92167140 ENST00000370378 protein_coding 5 5 1 BTBD8 ENSG00000189195 +CDS chr1 92167848 92167985 ENST00000636805 protein_coding 2 5 11 BTBD8 ENSG00000189195 +CDS chr1 92167848 92167985 ENST00000370378 protein_coding 5 5 2 BTBD8 ENSG00000189195 +CDS chr1 92168866 92168995 ENST00000636805 protein_coding 2 5 12 BTBD8 ENSG00000189195 +CDS chr1 92168866 92168995 ENST00000370378 protein_coding 5 5 3 BTBD8 ENSG00000189195 +transcript chr1 92168923 92184723 ENST00000637221 protein_coding 2 1 NA BTBD8 ENSG00000189195 +CDS chr1 92168962 92168995 ENST00000637221 protein_coding 2 1 1 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000636805 protein_coding 2 5 13 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000370378 protein_coding 5 5 4 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000637221 protein_coding 2 1 2 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000636805 protein_coding 2 5 14 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000370378 protein_coding 5 5 5 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000637221 protein_coding 2 1 3 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000636805 protein_coding 2 5 15 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000370378 protein_coding 5 5 6 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000637221 protein_coding 2 1 4 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000636805 protein_coding 2 5 16 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000370378 protein_coding 5 5 7 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000637221 protein_coding 2 1 5 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000636805 protein_coding 2 5 17 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000370378 protein_coding 5 5 8 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000637221 protein_coding 2 1 6 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000636805 protein_coding 2 5 18 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000370378 protein_coding 5 5 9 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000637221 protein_coding 2 1 7 BTBD8 ENSG00000189195 +transcript chr1 92217915 92245813 ENST00000370375 protein_coding 8 1 NA C1orf146 ENSG00000203910 +transcript chr1 92218032 92245715 ENST00000370373 protein_coding 2 5 NA C1orf146 ENSG00000203910 +CDS chr1 92231421 92231486 ENST00000370375 protein_coding 8 1 2 C1orf146 ENSG00000203910 +CDS chr1 92242212 92242305 ENST00000370375 protein_coding 8 1 3 C1orf146 ENSG00000203910 +CDS chr1 92244217 92244385 ENST00000370375 protein_coding 8 1 4 C1orf146 ENSG00000203910 +CDS chr1 92244234 92244385 ENST00000370373 protein_coding 2 5 5 C1orf146 ENSG00000203910 +CDS chr1 92244779 92244857 ENST00000370375 protein_coding 8 1 5 C1orf146 ENSG00000203910 +CDS chr1 92244779 92244857 ENST00000370373 protein_coding 2 5 6 C1orf146 ENSG00000203910 +CDS chr1 92245540 92245671 ENST00000370375 protein_coding 8 1 6 C1orf146 ENSG00000203910 +CDS chr1 92245540 92245671 ENST00000370373 protein_coding 2 5 7 C1orf146 ENSG00000203910 +transcript chr1 92246402 92298987 ENST00000370360 protein_coding 8 1 NA GLMN ENSG00000174842 +CDS chr1 92246533 92246646 ENST00000370360 protein_coding 8 1 19 GLMN ENSG00000174842 +CDS chr1 92247062 92247144 ENST00000370360 protein_coding 8 1 18 GLMN ENSG00000174842 +transcript chr1 92247062 92271652 ENST00000495852 protein_coding 6 5 NA GLMN ENSG00000174842 +CDS chr1 92247062 92247144 ENST00000495852 protein_coding 6 5 10 GLMN ENSG00000174842 +CDS chr1 92247878 92247989 ENST00000370360 protein_coding 8 1 17 GLMN ENSG00000174842 +CDS chr1 92247878 92247989 ENST00000495852 protein_coding 6 5 9 GLMN ENSG00000174842 +CDS chr1 92262863 92262926 ENST00000370360 protein_coding 8 1 16 GLMN ENSG00000174842 +CDS chr1 92262863 92262926 ENST00000495852 protein_coding 6 5 8 GLMN ENSG00000174842 +transcript chr1 92262865 92286592 ENST00000463560 protein_coding 1 5 NA GLMN ENSG00000174842 +CDS chr1 92262865 92262926 ENST00000463560 protein_coding 1 5 9 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000370360 protein_coding 8 1 15 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000495852 protein_coding 6 5 7 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000463560 protein_coding 1 5 8 GLMN ENSG00000174842 +CDS chr1 92264554 92264638 ENST00000370360 protein_coding 8 1 14 GLMN ENSG00000174842 +CDS chr1 92264554 92264638 ENST00000495852 protein_coding 6 5 6 GLMN ENSG00000174842 +CDS chr1 92266419 92266492 ENST00000370360 protein_coding 8 1 13 GLMN ENSG00000174842 +CDS chr1 92266419 92266492 ENST00000495852 protein_coding 6 5 5 GLMN ENSG00000174842 +CDS chr1 92266540 92266593 ENST00000463560 protein_coding 1 5 7 GLMN ENSG00000174842 +CDS chr1 92266700 92266741 ENST00000370360 protein_coding 8 1 12 GLMN ENSG00000174842 +CDS chr1 92266700 92266741 ENST00000463560 protein_coding 1 5 6 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000370360 protein_coding 8 1 11 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000495852 protein_coding 6 5 4 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000463560 protein_coding 1 5 5 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000370360 protein_coding 8 1 10 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000495852 protein_coding 6 5 3 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000463560 protein_coding 1 5 4 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000370360 protein_coding 8 1 9 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000495852 protein_coding 6 5 2 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000463560 protein_coding 1 5 3 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000370360 protein_coding 8 1 8 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000495852 protein_coding 6 5 1 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000463560 protein_coding 1 5 2 GLMN ENSG00000174842 +CDS chr1 92286490 92286592 ENST00000370360 protein_coding 8 1 7 GLMN ENSG00000174842 +CDS chr1 92286490 92286592 ENST00000463560 protein_coding 1 5 1 GLMN ENSG00000174842 +CDS chr1 92288914 92289151 ENST00000370360 protein_coding 8 1 6 GLMN ENSG00000174842 +CDS chr1 92290198 92290306 ENST00000370360 protein_coding 8 1 5 GLMN ENSG00000174842 +CDS chr1 92291418 92291537 ENST00000370360 protein_coding 8 1 4 GLMN ENSG00000174842 +CDS chr1 92297404 92297529 ENST00000370360 protein_coding 8 1 3 GLMN ENSG00000174842 +CDS chr1 92297961 92297999 ENST00000370360 protein_coding 8 1 2 GLMN ENSG00000174842 +transcript chr1 92299059 92402056 ENST00000610020 protein_coding 2 1 NA RPAP2 ENSG00000122484 +CDS chr1 92299074 92299146 ENST00000610020 protein_coding 2 1 1 RPAP2 ENSG00000122484 +CDS chr1 92300194 92300239 ENST00000610020 protein_coding 2 1 2 RPAP2 ENSG00000122484 +CDS chr1 92301476 92301590 ENST00000610020 protein_coding 2 1 3 RPAP2 ENSG00000122484 +CDS chr1 92303977 92304075 ENST00000610020 protein_coding 2 1 4 RPAP2 ENSG00000122484 +CDS chr1 92304284 92304349 ENST00000610020 protein_coding 2 1 5 RPAP2 ENSG00000122484 +CDS chr1 92307188 92307276 ENST00000610020 protein_coding 2 1 6 RPAP2 ENSG00000122484 +CDS chr1 92320599 92320634 ENST00000610020 protein_coding 2 1 7 RPAP2 ENSG00000122484 +CDS chr1 92323445 92324375 ENST00000610020 protein_coding 2 1 8 RPAP2 ENSG00000122484 +CDS chr1 92333391 92333473 ENST00000610020 protein_coding 2 1 9 RPAP2 ENSG00000122484 +CDS chr1 92336347 92336427 ENST00000610020 protein_coding 2 1 10 RPAP2 ENSG00000122484 +CDS chr1 92345846 92345914 ENST00000610020 protein_coding 2 1 11 RPAP2 ENSG00000122484 +CDS chr1 92380724 92380871 ENST00000610020 protein_coding 2 1 12 RPAP2 ENSG00000122484 +transcript chr1 92473043 92486925 ENST00000294702 protein_coding 6 2 NA GFI1 ENSG00000162676 +transcript chr1 92474762 92483954 ENST00000370332 protein_coding 5 1 NA GFI1 ENSG00000162676 +transcript chr1 92474762 92486071 ENST00000427103 protein_coding 5 1 NA GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000294702 protein_coding 6 2 7 GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000370332 protein_coding 5 1 7 GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000427103 protein_coding 5 1 7 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000294702 protein_coding 6 2 6 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000370332 protein_coding 5 1 6 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000427103 protein_coding 5 1 6 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000294702 protein_coding 6 2 5 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000370332 protein_coding 5 1 5 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000427103 protein_coding 5 1 5 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000294702 protein_coding 6 2 4 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000370332 protein_coding 5 1 4 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000427103 protein_coding 5 1 4 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000294702 protein_coding 6 2 3 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000370332 protein_coding 5 1 3 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000427103 protein_coding 5 1 3 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000294702 protein_coding 6 2 2 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000370332 protein_coding 5 1 2 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000427103 protein_coding 5 1 2 GFI1 ENSG00000162676 +transcript chr1 92508696 92785108 ENST00000684568 protein_coding 2 NA NA EVI5 ENSG00000067208 +transcript chr1 92508696 92792404 ENST00000370331 protein_coding 5 1 NA EVI5 ENSG00000067208 +transcript chr1 92508696 92792404 ENST00000540033 protein_coding 2 1 NA EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000684568 protein_coding 2 NA 20 EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000370331 protein_coding 5 1 18 EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000540033 protein_coding 2 1 19 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000684568 protein_coding 2 NA 19 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000370331 protein_coding 5 1 17 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000540033 protein_coding 2 1 18 EVI5 ENSG00000067208 +transcript chr1 92563642 92665955 ENST00000491940 protein_coding 5 5 NA EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000491940 protein_coding 5 5 9 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000684568 protein_coding 2 NA 18 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000370331 protein_coding 5 1 16 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000540033 protein_coding 2 1 17 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000491940 protein_coding 5 5 8 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000684568 protein_coding 2 NA 17 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000370331 protein_coding 5 1 15 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000540033 protein_coding 2 1 16 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000491940 protein_coding 5 5 7 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000684568 protein_coding 2 NA 16 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000370331 protein_coding 5 1 14 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000540033 protein_coding 2 1 15 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000491940 protein_coding 5 5 6 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000684568 protein_coding 2 NA 15 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000370331 protein_coding 5 1 13 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000540033 protein_coding 2 1 14 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000491940 protein_coding 5 5 5 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000684568 protein_coding 2 NA 14 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000370331 protein_coding 5 1 12 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000540033 protein_coding 2 1 13 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000491940 protein_coding 5 5 4 EVI5 ENSG00000067208 +CDS chr1 92662719 92662865 ENST00000684568 protein_coding 2 NA 13 EVI5 ENSG00000067208 +CDS chr1 92662719 92662865 ENST00000491940 protein_coding 5 5 3 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000684568 protein_coding 2 NA 12 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000540033 protein_coding 2 1 12 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000491940 protein_coding 5 5 2 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000684568 protein_coding 2 NA 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000370331 protein_coding 5 1 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000540033 protein_coding 2 1 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665955 ENST00000491940 protein_coding 5 5 1 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000684568 protein_coding 2 NA 10 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000370331 protein_coding 5 1 10 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000540033 protein_coding 2 1 10 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000684568 protein_coding 2 NA 9 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000370331 protein_coding 5 1 9 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000540033 protein_coding 2 1 9 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000684568 protein_coding 2 NA 8 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000370331 protein_coding 5 1 8 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000540033 protein_coding 2 1 8 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000684568 protein_coding 2 NA 7 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000370331 protein_coding 5 1 7 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000540033 protein_coding 2 1 7 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000684568 protein_coding 2 NA 6 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000370331 protein_coding 5 1 6 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000540033 protein_coding 2 1 6 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000684568 protein_coding 2 NA 5 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000370331 protein_coding 5 1 5 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000540033 protein_coding 2 1 5 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000684568 protein_coding 2 NA 4 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000370331 protein_coding 5 1 4 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000540033 protein_coding 2 1 4 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000684568 protein_coding 2 NA 3 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000370331 protein_coding 5 1 3 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000540033 protein_coding 2 1 3 EVI5 ENSG00000067208 +CDS chr1 92736398 92736546 ENST00000684568 protein_coding 2 NA 2 EVI5 ENSG00000067208 +CDS chr1 92736398 92736627 ENST00000370331 protein_coding 5 1 2 EVI5 ENSG00000067208 +CDS chr1 92736398 92736627 ENST00000540033 protein_coding 2 1 2 EVI5 ENSG00000067208 +CDS chr1 92792344 92792394 ENST00000370331 protein_coding 5 1 1 EVI5 ENSG00000067208 +CDS chr1 92792344 92792394 ENST00000540033 protein_coding 2 1 1 EVI5 ENSG00000067208 +transcript chr1 92832013 92841835 ENST00000645300 protein_coding 1 NA NA RPL5 ENSG00000122406 +transcript chr1 92832040 92841924 ENST00000370321 protein_coding 8 1 NA RPL5 ENSG00000122406 +transcript chr1 92832057 92841923 ENST00000645119 protein_coding 1 NA NA RPL5 ENSG00000122406 +transcript chr1 92832109 92837469 ENST00000315741 protein_coding 5 5 NA RPL5 ENSG00000122406 +CDS chr1 92832115 92832117 ENST00000370321 protein_coding 8 1 1 RPL5 ENSG00000122406 +CDS chr1 92832115 92832117 ENST00000645119 protein_coding 1 NA 1 RPL5 ENSG00000122406 +transcript chr1 92832737 92961522 ENST00000615519 protein_coding 4 1 NA DIPK1A ENSG00000154511 +CDS chr1 92833023 92833034 ENST00000615519 protein_coding 4 1 5 DIPK1A ENSG00000154511 +CDS chr1 92833389 92833458 ENST00000370321 protein_coding 8 1 2 RPL5 ENSG00000122406 +CDS chr1 92833389 92833458 ENST00000645119 protein_coding 1 NA 2 RPL5 ENSG00000122406 +CDS chr1 92833545 92833660 ENST00000370321 protein_coding 8 1 3 RPL5 ENSG00000122406 +CDS chr1 92833545 92833660 ENST00000645119 protein_coding 1 NA 3 RPL5 ENSG00000122406 +CDS chr1 92833622 92833660 ENST00000645300 protein_coding 1 NA 2 RPL5 ENSG00000122406 +CDS chr1 92833622 92833660 ENST00000315741 protein_coding 5 5 3 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000645300 protein_coding 1 NA 3 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000370321 protein_coding 8 1 4 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000645119 protein_coding 1 NA 4 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000315741 protein_coding 5 5 4 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000645300 protein_coding 1 NA 4 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000370321 protein_coding 8 1 5 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000315741 protein_coding 5 5 5 RPL5 ENSG00000122406 +CDS chr1 92837456 92837633 ENST00000645300 protein_coding 1 NA 5 RPL5 ENSG00000122406 +CDS chr1 92837456 92837633 ENST00000370321 protein_coding 8 1 6 RPL5 ENSG00000122406 +CDS chr1 92837456 92837469 ENST00000315741 protein_coding 5 5 6 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000645300 protein_coding 1 NA 6 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000370321 protein_coding 8 1 7 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000645119 protein_coding 1 NA 5 RPL5 ENSG00000122406 +CDS chr1 92841766 92841835 ENST00000645300 protein_coding 1 NA 7 RPL5 ENSG00000122406 +CDS chr1 92841766 92841862 ENST00000370321 protein_coding 8 1 8 RPL5 ENSG00000122406 +CDS chr1 92841766 92841862 ENST00000645119 protein_coding 1 NA 6 RPL5 ENSG00000122406 +transcript chr1 92842160 92877150 ENST00000613047 protein_coding 4 4 NA DIPK1A ENSG00000154511 +transcript chr1 92842160 92961522 ENST00000613902 protein_coding 4 4 NA DIPK1A ENSG00000154511 +transcript chr1 92842160 92961522 ENST00000616709 protein_coding 4 3 NA DIPK1A ENSG00000154511 +transcript chr1 92842167 92961462 ENST00000370310 protein_coding 5 2 NA DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000613047 protein_coding 4 4 5 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000613902 protein_coding 4 4 4 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000616709 protein_coding 4 3 4 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000370310 protein_coding 5 2 5 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000615519 protein_coding 4 1 4 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000613047 protein_coding 4 4 4 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000613902 protein_coding 4 4 3 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000370310 protein_coding 5 2 4 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000615519 protein_coding 4 1 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000613047 protein_coding 4 4 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000613902 protein_coding 4 4 2 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000616709 protein_coding 4 3 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000370310 protein_coding 5 2 3 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000615519 protein_coding 4 1 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876409 ENST00000613047 protein_coding 4 4 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000616709 protein_coding 4 3 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000370310 protein_coding 5 2 2 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000615519 protein_coding 4 1 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000613902 protein_coding 4 4 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000616709 protein_coding 4 3 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000370310 protein_coding 5 2 1 DIPK1A ENSG00000154511 +transcript chr1 93079235 93139079 ENST00000540243 protein_coding 5 2 NA MTF2 ENSG00000143033 +transcript chr1 93079235 93139079 ENST00000545708 protein_coding 5 2 NA MTF2 ENSG00000143033 +transcript chr1 93079283 93139076 ENST00000370298 protein_coding 9 1 NA MTF2 ENSG00000143033 +transcript chr1 93079311 93137151 ENST00000370303 protein_coding 4 1 NA MTF2 ENSG00000143033 +CDS chr1 93079527 93079531 ENST00000370298 protein_coding 9 1 1 MTF2 ENSG00000143033 +CDS chr1 93079527 93079531 ENST00000370303 protein_coding 4 1 1 MTF2 ENSG00000143033 +CDS chr1 93110230 93110428 ENST00000370298 protein_coding 9 1 2 MTF2 ENSG00000143033 +CDS chr1 93110230 93110428 ENST00000370303 protein_coding 4 1 2 MTF2 ENSG00000143033 +CDS chr1 93110545 93110626 ENST00000370298 protein_coding 9 1 3 MTF2 ENSG00000143033 +CDS chr1 93110545 93110626 ENST00000370303 protein_coding 4 1 3 MTF2 ENSG00000143033 +CDS chr1 93114688 93114783 ENST00000370298 protein_coding 9 1 4 MTF2 ENSG00000143033 +CDS chr1 93114688 93114783 ENST00000370303 protein_coding 4 1 4 MTF2 ENSG00000143033 +CDS chr1 93114708 93114783 ENST00000540243 protein_coding 5 2 2 MTF2 ENSG00000143033 +CDS chr1 93114708 93114783 ENST00000545708 protein_coding 5 2 5 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000540243 protein_coding 5 2 3 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000545708 protein_coding 5 2 6 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000370298 protein_coding 9 1 5 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000370303 protein_coding 4 1 5 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000540243 protein_coding 5 2 4 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000545708 protein_coding 5 2 7 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000370298 protein_coding 9 1 6 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000370303 protein_coding 4 1 6 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000540243 protein_coding 5 2 5 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000545708 protein_coding 5 2 8 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000370298 protein_coding 9 1 7 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000370303 protein_coding 4 1 7 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000540243 protein_coding 5 2 6 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000545708 protein_coding 5 2 9 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000370298 protein_coding 9 1 8 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000370303 protein_coding 4 1 8 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000540243 protein_coding 5 2 7 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000545708 protein_coding 5 2 10 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000370298 protein_coding 9 1 9 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000370303 protein_coding 4 1 9 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000540243 protein_coding 5 2 8 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000545708 protein_coding 5 2 11 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000370298 protein_coding 9 1 10 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000370303 protein_coding 4 1 10 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000540243 protein_coding 5 2 9 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000545708 protein_coding 5 2 12 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000370298 protein_coding 9 1 11 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000540243 protein_coding 5 2 10 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000545708 protein_coding 5 2 13 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000370298 protein_coding 9 1 12 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000370303 protein_coding 4 1 11 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000540243 protein_coding 5 2 11 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000545708 protein_coding 5 2 14 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000370298 protein_coding 9 1 13 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000370303 protein_coding 4 1 12 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000540243 protein_coding 5 2 12 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000545708 protein_coding 5 2 15 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000370298 protein_coding 9 1 14 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000370303 protein_coding 4 1 13 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000540243 protein_coding 5 2 13 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000545708 protein_coding 5 2 16 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000370298 protein_coding 9 1 15 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000370303 protein_coding 4 1 14 MTF2 ENSG00000143033 +transcript chr1 93149742 93180413 ENST00000370282 protein_coding 8 1 NA TMED5 ENSG00000117500 +transcript chr1 93154232 93180361 ENST00000479918 protein_coding 5 3 NA TMED5 ENSG00000117500 +CDS chr1 93154673 93154888 ENST00000370282 protein_coding 8 1 4 TMED5 ENSG00000117500 +CDS chr1 93154830 93154888 ENST00000479918 protein_coding 5 3 5 TMED5 ENSG00000117500 +CDS chr1 93156036 93156084 ENST00000479918 protein_coding 5 3 4 TMED5 ENSG00000117500 +transcript chr1 93156040 93180261 ENST00000370280 protein_coding 1 2 NA TMED5 ENSG00000117500 +CDS chr1 93156285 93156483 ENST00000370280 protein_coding 1 2 3 TMED5 ENSG00000117500 +CDS chr1 93156300 93156483 ENST00000370282 protein_coding 8 1 3 TMED5 ENSG00000117500 +CDS chr1 93156300 93156483 ENST00000479918 protein_coding 5 3 3 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000370282 protein_coding 8 1 2 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000479918 protein_coding 5 3 2 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000370280 protein_coding 1 2 2 TMED5 ENSG00000117500 +transcript chr1 93179919 93278477 ENST00000343253 protein_coding 11 5 NA CCDC18 ENSG00000122483 +CDS chr1 93180054 93180242 ENST00000370282 protein_coding 8 1 1 TMED5 ENSG00000117500 +CDS chr1 93180054 93180242 ENST00000479918 protein_coding 5 3 1 TMED5 ENSG00000117500 +CDS chr1 93180054 93180242 ENST00000370280 protein_coding 1 2 1 TMED5 ENSG00000117500 +transcript chr1 93180363 93278607 ENST00000401026 protein_coding 7 1 NA CCDC18 ENSG00000122483 +transcript chr1 93180716 93186398 ENST00000448243 protein_coding 6 2 NA CCDC18 ENSG00000122483 +transcript chr1 93180724 93278730 ENST00000370276 protein_coding 6 5 NA CCDC18 ENSG00000122483 +transcript chr1 93180724 93278730 ENST00000690025 protein_coding 1 NA NA CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000343253 protein_coding 11 5 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000401026 protein_coding 7 1 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000448243 protein_coding 6 2 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000370276 protein_coding 6 5 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000690025 protein_coding 1 NA 2 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000343253 protein_coding 11 5 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000401026 protein_coding 7 1 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000448243 protein_coding 6 2 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000370276 protein_coding 6 5 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000690025 protein_coding 1 NA 3 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000343253 protein_coding 11 5 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000401026 protein_coding 7 1 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186398 ENST00000448243 protein_coding 6 2 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000370276 protein_coding 6 5 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000690025 protein_coding 1 NA 4 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000343253 protein_coding 11 5 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000401026 protein_coding 7 1 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000370276 protein_coding 6 5 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000690025 protein_coding 1 NA 5 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000343253 protein_coding 11 5 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000401026 protein_coding 7 1 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000370276 protein_coding 6 5 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000690025 protein_coding 1 NA 6 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000343253 protein_coding 11 5 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000401026 protein_coding 7 1 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000370276 protein_coding 6 5 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000690025 protein_coding 1 NA 7 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000343253 protein_coding 11 5 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000401026 protein_coding 7 1 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000370276 protein_coding 6 5 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000690025 protein_coding 1 NA 8 CCDC18 ENSG00000122483 +transcript chr1 93205555 93246892 ENST00000455267 protein_coding 1 5 NA CCDC18 ENSG00000122483 +CDS chr1 93205555 93205631 ENST00000455267 protein_coding 1 5 1 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000343253 protein_coding 11 5 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000401026 protein_coding 7 1 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000370276 protein_coding 6 5 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000690025 protein_coding 1 NA 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000455267 protein_coding 1 5 2 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000343253 protein_coding 11 5 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000401026 protein_coding 7 1 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000370276 protein_coding 6 5 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000690025 protein_coding 1 NA 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000455267 protein_coding 1 5 3 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000343253 protein_coding 11 5 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000401026 protein_coding 7 1 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000370276 protein_coding 6 5 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000690025 protein_coding 1 NA 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000455267 protein_coding 1 5 4 CCDC18 ENSG00000122483 +CDS chr1 93214743 93214966 ENST00000401026 protein_coding 7 1 12 CCDC18 ENSG00000122483 +CDS chr1 93214743 93214966 ENST00000690025 protein_coding 1 NA 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000343253 protein_coding 11 5 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000370276 protein_coding 6 5 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000455267 protein_coding 1 5 5 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000343253 protein_coding 11 5 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000401026 protein_coding 7 1 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000370276 protein_coding 6 5 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000690025 protein_coding 1 NA 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000455267 protein_coding 1 5 6 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000343253 protein_coding 11 5 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000401026 protein_coding 7 1 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000370276 protein_coding 6 5 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000690025 protein_coding 1 NA 14 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000343253 protein_coding 11 5 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000401026 protein_coding 7 1 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000370276 protein_coding 6 5 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000690025 protein_coding 1 NA 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000455267 protein_coding 1 5 7 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000343253 protein_coding 11 5 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000401026 protein_coding 7 1 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000370276 protein_coding 6 5 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000690025 protein_coding 1 NA 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000455267 protein_coding 1 5 8 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000343253 protein_coding 11 5 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000401026 protein_coding 7 1 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000370276 protein_coding 6 5 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000690025 protein_coding 1 NA 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000455267 protein_coding 1 5 9 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000343253 protein_coding 11 5 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000401026 protein_coding 7 1 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000370276 protein_coding 6 5 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000690025 protein_coding 1 NA 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000455267 protein_coding 1 5 10 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000343253 protein_coding 11 5 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000401026 protein_coding 7 1 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000370276 protein_coding 6 5 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000690025 protein_coding 1 NA 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000455267 protein_coding 1 5 11 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000343253 protein_coding 11 5 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000401026 protein_coding 7 1 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000370276 protein_coding 6 5 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000690025 protein_coding 1 NA 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000455267 protein_coding 1 5 12 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000343253 protein_coding 11 5 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000401026 protein_coding 7 1 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000370276 protein_coding 6 5 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000690025 protein_coding 1 NA 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000455267 protein_coding 1 5 13 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000343253 protein_coding 11 5 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000401026 protein_coding 7 1 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000370276 protein_coding 6 5 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000690025 protein_coding 1 NA 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000455267 protein_coding 1 5 14 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000343253 protein_coding 11 5 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000401026 protein_coding 7 1 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000370276 protein_coding 6 5 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000690025 protein_coding 1 NA 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246892 ENST00000455267 protein_coding 1 5 15 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000343253 protein_coding 11 5 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000401026 protein_coding 7 1 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000370276 protein_coding 6 5 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000690025 protein_coding 1 NA 24 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000343253 protein_coding 11 5 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000401026 protein_coding 7 1 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000370276 protein_coding 6 5 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000690025 protein_coding 1 NA 25 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000343253 protein_coding 11 5 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000401026 protein_coding 7 1 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000370276 protein_coding 6 5 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000690025 protein_coding 1 NA 26 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000343253 protein_coding 11 5 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000401026 protein_coding 7 1 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000370276 protein_coding 6 5 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000690025 protein_coding 1 NA 27 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000343253 protein_coding 11 5 28 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000370276 protein_coding 6 5 28 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000690025 protein_coding 1 NA 28 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000343253 protein_coding 11 5 29 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000401026 protein_coding 7 1 28 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000370276 protein_coding 6 5 29 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000690025 protein_coding 1 NA 29 CCDC18 ENSG00000122483 +transcript chr1 93345907 93369493 ENST00000370272 protein_coding 9 1 NA DR1 ENSG00000117505 +transcript chr1 93345935 93361168 ENST00000370267 protein_coding 1 2 NA DR1 ENSG00000117505 +CDS chr1 93346646 93346865 ENST00000370272 protein_coding 9 1 1 DR1 ENSG00000117505 +CDS chr1 93346646 93346865 ENST00000370267 protein_coding 1 2 2 DR1 ENSG00000117505 +CDS chr1 93353908 93354071 ENST00000370272 protein_coding 9 1 2 DR1 ENSG00000117505 +CDS chr1 93353908 93354071 ENST00000370267 protein_coding 1 2 3 DR1 ENSG00000117505 +CDS chr1 93360493 93360636 ENST00000370272 protein_coding 9 1 3 DR1 ENSG00000117505 +CDS chr1 93360493 93360636 ENST00000370267 protein_coding 1 2 4 DR1 ENSG00000117505 +transcript chr1 93448118 93554661 ENST00000271234 protein_coding 13 5 NA FNBP1L ENSG00000137942 +transcript chr1 93448131 93554659 ENST00000260506 protein_coding 12 1 NA FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000260506 protein_coding 12 1 1 FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000271234 protein_coding 13 5 1 FNBP1L ENSG00000137942 +transcript chr1 93448282 93554661 ENST00000370253 protein_coding 6 5 NA FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000370253 protein_coding 6 5 1 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000260506 protein_coding 12 1 2 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000271234 protein_coding 13 5 2 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000370253 protein_coding 6 5 2 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000260506 protein_coding 12 1 3 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000271234 protein_coding 13 5 3 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000370253 protein_coding 6 5 3 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000260506 protein_coding 12 1 4 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000271234 protein_coding 13 5 4 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000370253 protein_coding 6 5 4 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000260506 protein_coding 12 1 5 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000271234 protein_coding 13 5 5 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000370253 protein_coding 6 5 5 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000260506 protein_coding 12 1 6 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000271234 protein_coding 13 5 6 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000370253 protein_coding 6 5 6 FNBP1L ENSG00000137942 +transcript chr1 93529710 93552579 ENST00000424449 protein_coding 2 2 NA FNBP1L ENSG00000137942 +CDS chr1 93529710 93529756 ENST00000424449 protein_coding 2 2 1 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000260506 protein_coding 12 1 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000271234 protein_coding 13 5 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000370253 protein_coding 6 5 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000424449 protein_coding 2 2 2 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000260506 protein_coding 12 1 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000271234 protein_coding 13 5 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000370253 protein_coding 6 5 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000424449 protein_coding 2 2 3 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000260506 protein_coding 12 1 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000271234 protein_coding 13 5 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000370253 protein_coding 6 5 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000424449 protein_coding 2 2 4 FNBP1L ENSG00000137942 +CDS chr1 93536332 93536490 ENST00000271234 protein_coding 13 5 10 FNBP1L ENSG00000137942 +CDS chr1 93536332 93536490 ENST00000424449 protein_coding 2 2 5 FNBP1L ENSG00000137942 +CDS chr1 93541042 93541056 ENST00000271234 protein_coding 13 5 11 FNBP1L ENSG00000137942 +CDS chr1 93541042 93541056 ENST00000424449 protein_coding 2 2 6 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000260506 protein_coding 12 1 10 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000271234 protein_coding 13 5 12 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000370253 protein_coding 6 5 10 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000424449 protein_coding 2 2 7 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000260506 protein_coding 12 1 11 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000271234 protein_coding 13 5 13 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000370253 protein_coding 6 5 11 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000424449 protein_coding 2 2 8 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000260506 protein_coding 12 1 12 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000271234 protein_coding 13 5 14 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000370253 protein_coding 6 5 12 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000424449 protein_coding 2 2 9 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000260506 protein_coding 12 1 13 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000271234 protein_coding 13 5 15 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000370253 protein_coding 6 5 13 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000424449 protein_coding 2 2 10 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551122 ENST00000260506 protein_coding 12 1 14 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000271234 protein_coding 13 5 16 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000370253 protein_coding 6 5 14 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000424449 protein_coding 2 2 11 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000271234 protein_coding 13 5 17 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000370253 protein_coding 6 5 15 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000424449 protein_coding 2 2 12 FNBP1L ENSG00000137942 +transcript chr1 93561741 93681837 ENST00000260502 protein_coding 11 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561786 93614097 ENST00000370247 protein_coding 7 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561787 93585082 ENST00000539242 protein_coding 5 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561791 93847150 ENST00000370244 protein_coding 5 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561794 93681370 ENST00000370243 protein_coding 1 2 NA BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370247 protein_coding 7 1 10 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000260502 protein_coding 11 1 12 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370244 protein_coding 5 1 14 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370243 protein_coding 1 2 12 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000539242 protein_coding 5 1 8 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370247 protein_coding 7 1 9 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000260502 protein_coding 11 1 11 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370244 protein_coding 5 1 13 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370243 protein_coding 1 2 11 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000539242 protein_coding 5 1 7 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370247 protein_coding 7 1 8 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000260502 protein_coding 11 1 10 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370244 protein_coding 5 1 12 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370243 protein_coding 1 2 10 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000539242 protein_coding 5 1 6 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370247 protein_coding 7 1 7 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000260502 protein_coding 11 1 9 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370244 protein_coding 5 1 11 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370243 protein_coding 1 2 9 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000539242 protein_coding 5 1 5 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370247 protein_coding 7 1 6 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000260502 protein_coding 11 1 8 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370244 protein_coding 5 1 10 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370243 protein_coding 1 2 8 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000539242 protein_coding 5 1 4 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370247 protein_coding 7 1 5 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000260502 protein_coding 11 1 7 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370244 protein_coding 5 1 9 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370243 protein_coding 1 2 7 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000539242 protein_coding 5 1 3 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370247 protein_coding 7 1 4 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000260502 protein_coding 11 1 6 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370244 protein_coding 5 1 8 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370243 protein_coding 1 2 6 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584078 ENST00000539242 protein_coding 5 1 2 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370247 protein_coding 7 1 3 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000260502 protein_coding 11 1 5 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370244 protein_coding 5 1 7 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370243 protein_coding 1 2 5 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370247 protein_coding 7 1 2 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000260502 protein_coding 11 1 4 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370244 protein_coding 5 1 6 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370243 protein_coding 1 2 4 BCAR3 ENSG00000137936 +CDS chr1 93613847 93613930 ENST00000370247 protein_coding 7 1 1 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000260502 protein_coding 11 1 3 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000370244 protein_coding 5 1 5 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000370243 protein_coding 1 2 3 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000260502 protein_coding 11 1 2 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000370244 protein_coding 5 1 4 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000370243 protein_coding 1 2 2 BCAR3 ENSG00000137936 +transcript chr1 93866284 93879206 ENST00000436063 protein_coding 7 1 NA DNTTIP2 ENSG00000067334 +CDS chr1 93869854 93869944 ENST00000436063 protein_coding 7 1 7 DNTTIP2 ENSG00000067334 +CDS chr1 93870683 93870792 ENST00000436063 protein_coding 7 1 6 DNTTIP2 ENSG00000067334 +CDS chr1 93872072 93872236 ENST00000436063 protein_coding 7 1 5 DNTTIP2 ENSG00000067334 +CDS chr1 93873119 93873214 ENST00000436063 protein_coding 7 1 4 DNTTIP2 ENSG00000067334 +CDS chr1 93875645 93875783 ENST00000436063 protein_coding 7 1 3 DNTTIP2 ENSG00000067334 +CDS chr1 93876268 93877862 ENST00000436063 protein_coding 7 1 2 DNTTIP2 ENSG00000067334 +transcript chr1 93877473 93879164 ENST00000528680 protein_coding 1 3 NA DNTTIP2 ENSG00000067334 +CDS chr1 93877473 93877883 ENST00000528680 protein_coding 1 3 2 DNTTIP2 ENSG00000067334 +CDS chr1 93879077 93879148 ENST00000436063 protein_coding 7 1 1 DNTTIP2 ENSG00000067334 +CDS chr1 93879077 93879148 ENST00000528680 protein_coding 1 3 1 DNTTIP2 ENSG00000067334 +transcript chr1 93885199 93909430 ENST00000370238 protein_coding 8 1 NA GCLM ENSG00000023909 +transcript chr1 93887034 93909456 ENST00000615724 protein_coding 1 1 NA GCLM ENSG00000023909 +CDS chr1 93888993 93889159 ENST00000370238 protein_coding 8 1 7 GCLM ENSG00000023909 +CDS chr1 93888993 93889159 ENST00000615724 protein_coding 1 1 6 GCLM ENSG00000023909 +CDS chr1 93894614 93894728 ENST00000370238 protein_coding 8 1 6 GCLM ENSG00000023909 +CDS chr1 93894614 93894728 ENST00000615724 protein_coding 1 1 5 GCLM ENSG00000023909 +CDS chr1 93896618 93896820 ENST00000370238 protein_coding 8 1 5 GCLM ENSG00000023909 +CDS chr1 93896618 93896820 ENST00000615724 protein_coding 1 1 4 GCLM ENSG00000023909 +CDS chr1 93897839 93897898 ENST00000370238 protein_coding 8 1 4 GCLM ENSG00000023909 +CDS chr1 93897839 93897898 ENST00000615724 protein_coding 1 1 3 GCLM ENSG00000023909 +CDS chr1 93901585 93901669 ENST00000370238 protein_coding 8 1 3 GCLM ENSG00000023909 +CDS chr1 93901585 93901669 ENST00000615724 protein_coding 1 1 2 GCLM ENSG00000023909 +CDS chr1 93904523 93904588 ENST00000370238 protein_coding 8 1 2 GCLM ENSG00000023909 +CDS chr1 93909038 93909163 ENST00000370238 protein_coding 8 1 1 GCLM ENSG00000023909 +CDS chr1 93909038 93909163 ENST00000615724 protein_coding 1 1 1 GCLM ENSG00000023909 +transcript chr1 93992834 94121148 ENST00000370225 protein_coding 4 1 NA ABCA4 ENSG00000198691 +CDS chr1 93993240 93993242 ENST00000370225 protein_coding 4 1 50 ABCA4 ENSG00000198691 +CDS chr1 93996109 93996195 ENST00000370225 protein_coding 4 1 49 ABCA4 ENSG00000198691 +CDS chr1 93997861 93998110 ENST00000370225 protein_coding 4 1 48 ABCA4 ENSG00000198691 +CDS chr1 94000836 94000928 ENST00000370225 protein_coding 4 1 47 ABCA4 ENSG00000198691 +CDS chr1 94001002 94001105 ENST00000370225 protein_coding 4 1 46 ABCA4 ENSG00000198691 +CDS chr1 94001858 94001992 ENST00000370225 protein_coding 4 1 45 ABCA4 ENSG00000198691 +CDS chr1 94005441 94005582 ENST00000370225 protein_coding 4 1 44 ABCA4 ENSG00000198691 +CDS chr1 94007634 94007740 ENST00000370225 protein_coding 4 1 43 ABCA4 ENSG00000198691 +CDS chr1 94008235 94008297 ENST00000370225 protein_coding 4 1 42 ABCA4 ENSG00000198691 +CDS chr1 94008751 94008871 ENST00000370225 protein_coding 4 1 41 ABCA4 ENSG00000198691 +CDS chr1 94010800 94010929 ENST00000370225 protein_coding 4 1 40 ABCA4 ENSG00000198691 +CDS chr1 94011262 94011385 ENST00000370225 protein_coding 4 1 39 ABCA4 ENSG00000198691 +CDS chr1 94014543 94014690 ENST00000370225 protein_coding 4 1 38 ABCA4 ENSG00000198691 +CDS chr1 94015739 94015854 ENST00000370225 protein_coding 4 1 37 ABCA4 ENSG00000198691 +CDS chr1 94019582 94019759 ENST00000370225 protein_coding 4 1 36 ABCA4 ENSG00000198691 +CDS chr1 94021240 94021409 ENST00000370225 protein_coding 4 1 35 ABCA4 ENSG00000198691 +CDS chr1 94021640 94021714 ENST00000370225 protein_coding 4 1 34 ABCA4 ENSG00000198691 +CDS chr1 94021846 94021951 ENST00000370225 protein_coding 4 1 33 ABCA4 ENSG00000198691 +CDS chr1 94023386 94023418 ENST00000370225 protein_coding 4 1 32 ABCA4 ENSG00000198691 +CDS chr1 94024954 94025048 ENST00000370225 protein_coding 4 1 31 ABCA4 ENSG00000198691 +CDS chr1 94029445 94029631 ENST00000370225 protein_coding 4 1 30 ABCA4 ENSG00000198691 +CDS chr1 94030428 94030526 ENST00000370225 protein_coding 4 1 29 ABCA4 ENSG00000198691 +CDS chr1 94030996 94031120 ENST00000370225 protein_coding 4 1 28 ABCA4 ENSG00000198691 +CDS chr1 94031778 94032043 ENST00000370225 protein_coding 4 1 27 ABCA4 ENSG00000198691 +CDS chr1 94036740 94036788 ENST00000370225 protein_coding 4 1 26 ABCA4 ENSG00000198691 +CDS chr1 94037145 94037350 ENST00000370225 protein_coding 4 1 25 ABCA4 ENSG00000198691 +CDS chr1 94040043 94040127 ENST00000370225 protein_coding 4 1 24 ABCA4 ENSG00000198691 +CDS chr1 94041209 94041402 ENST00000370225 protein_coding 4 1 23 ABCA4 ENSG00000198691 +CDS chr1 94042761 94042898 ENST00000370225 protein_coding 4 1 22 ABCA4 ENSG00000198691 +CDS chr1 94043336 94043475 ENST00000370225 protein_coding 4 1 21 ABCA4 ENSG00000198691 +CDS chr1 94044613 94044744 ENST00000370225 protein_coding 4 1 20 ABCA4 ENSG00000198691 +transcript chr1 94045637 94121125 ENST00000649773 protein_coding 1 NA NA ABCA4 ENSG00000198691 +CDS chr1 94045725 94045965 ENST00000649773 protein_coding 1 NA 19 ABCA4 ENSG00000198691 +CDS chr1 94046919 94047093 ENST00000370225 protein_coding 4 1 19 ABCA4 ENSG00000198691 +CDS chr1 94046919 94047093 ENST00000649773 protein_coding 1 NA 18 ABCA4 ENSG00000198691 +CDS chr1 94048868 94048957 ENST00000370225 protein_coding 4 1 18 ABCA4 ENSG00000198691 +CDS chr1 94048868 94048957 ENST00000649773 protein_coding 1 NA 17 ABCA4 ENSG00000198691 +CDS chr1 94051633 94051698 ENST00000370225 protein_coding 4 1 17 ABCA4 ENSG00000198691 +CDS chr1 94051633 94051698 ENST00000649773 protein_coding 1 NA 16 ABCA4 ENSG00000198691 +CDS chr1 94055111 94055315 ENST00000370225 protein_coding 4 1 16 ABCA4 ENSG00000198691 +CDS chr1 94055111 94055315 ENST00000649773 protein_coding 1 NA 15 ABCA4 ENSG00000198691 +CDS chr1 94056601 94056822 ENST00000370225 protein_coding 4 1 15 ABCA4 ENSG00000198691 +CDS chr1 94060537 94060759 ENST00000370225 protein_coding 4 1 14 ABCA4 ENSG00000198691 +CDS chr1 94060537 94060759 ENST00000649773 protein_coding 1 NA 14 ABCA4 ENSG00000198691 +CDS chr1 94062577 94062753 ENST00000370225 protein_coding 4 1 13 ABCA4 ENSG00000198691 +CDS chr1 94062577 94062753 ENST00000649773 protein_coding 1 NA 13 ABCA4 ENSG00000198691 +CDS chr1 94063112 94063317 ENST00000370225 protein_coding 4 1 12 ABCA4 ENSG00000198691 +CDS chr1 94063112 94063317 ENST00000649773 protein_coding 1 NA 12 ABCA4 ENSG00000198691 +CDS chr1 94077690 94077887 ENST00000370225 protein_coding 4 1 11 ABCA4 ENSG00000198691 +CDS chr1 94077690 94077887 ENST00000649773 protein_coding 1 NA 11 ABCA4 ENSG00000198691 +CDS chr1 94078590 94078706 ENST00000370225 protein_coding 4 1 10 ABCA4 ENSG00000198691 +CDS chr1 94078590 94078706 ENST00000649773 protein_coding 1 NA 10 ABCA4 ENSG00000198691 +CDS chr1 94079322 94079461 ENST00000370225 protein_coding 4 1 9 ABCA4 ENSG00000198691 +CDS chr1 94079322 94079461 ENST00000649773 protein_coding 1 NA 9 ABCA4 ENSG00000198691 +CDS chr1 94080478 94080718 ENST00000370225 protein_coding 4 1 8 ABCA4 ENSG00000198691 +CDS chr1 94080478 94080718 ENST00000649773 protein_coding 1 NA 8 ABCA4 ENSG00000198691 +CDS chr1 94083352 94083441 ENST00000370225 protein_coding 4 1 7 ABCA4 ENSG00000198691 +CDS chr1 94083352 94083441 ENST00000649773 protein_coding 1 NA 7 ABCA4 ENSG00000198691 +CDS chr1 94098794 94098991 ENST00000370225 protein_coding 4 1 6 ABCA4 ENSG00000198691 +CDS chr1 94098794 94098991 ENST00000649773 protein_coding 1 NA 6 ABCA4 ENSG00000198691 +CDS chr1 94103015 94103142 ENST00000370225 protein_coding 4 1 5 ABCA4 ENSG00000198691 +CDS chr1 94103015 94103142 ENST00000649773 protein_coding 1 NA 5 ABCA4 ENSG00000198691 +CDS chr1 94108577 94108716 ENST00000370225 protein_coding 4 1 4 ABCA4 ENSG00000198691 +CDS chr1 94108577 94108716 ENST00000649773 protein_coding 1 NA 4 ABCA4 ENSG00000198691 +CDS chr1 94111438 94111579 ENST00000370225 protein_coding 4 1 3 ABCA4 ENSG00000198691 +CDS chr1 94111438 94111579 ENST00000649773 protein_coding 1 NA 3 ABCA4 ENSG00000198691 +CDS chr1 94112973 94113066 ENST00000370225 protein_coding 4 1 2 ABCA4 ENSG00000198691 +CDS chr1 94112973 94113066 ENST00000649773 protein_coding 1 NA 2 ABCA4 ENSG00000198691 +CDS chr1 94120980 94121045 ENST00000370225 protein_coding 4 1 1 ABCA4 ENSG00000198691 +CDS chr1 94120980 94121045 ENST00000649773 protein_coding 1 NA 1 ABCA4 ENSG00000198691 +transcript chr1 94168905 94237584 ENST00000260526 protein_coding 11 1 NA ARHGAP29 ENSG00000137962 +CDS chr1 94173872 94174749 ENST00000260526 protein_coding 11 1 23 ARHGAP29 ENSG00000137962 +CDS chr1 94177612 94177720 ENST00000260526 protein_coding 11 1 22 ARHGAP29 ENSG00000137962 +CDS chr1 94177852 94178167 ENST00000260526 protein_coding 11 1 21 ARHGAP29 ENSG00000137962 +CDS chr1 94179725 94179957 ENST00000260526 protein_coding 11 1 20 ARHGAP29 ENSG00000137962 +CDS chr1 94184151 94184288 ENST00000260526 protein_coding 11 1 19 ARHGAP29 ENSG00000137962 +CDS chr1 94184872 94185060 ENST00000260526 protein_coding 11 1 18 ARHGAP29 ENSG00000137962 +CDS chr1 94185342 94185481 ENST00000260526 protein_coding 11 1 17 ARHGAP29 ENSG00000137962 +CDS chr1 94186499 94186597 ENST00000260526 protein_coding 11 1 16 ARHGAP29 ENSG00000137962 +CDS chr1 94188837 94188941 ENST00000260526 protein_coding 11 1 15 ARHGAP29 ENSG00000137962 +CDS chr1 94189216 94189352 ENST00000260526 protein_coding 11 1 14 ARHGAP29 ENSG00000137962 +CDS chr1 94189926 94190083 ENST00000260526 protein_coding 11 1 13 ARHGAP29 ENSG00000137962 +CDS chr1 94201720 94201857 ENST00000260526 protein_coding 11 1 12 ARHGAP29 ENSG00000137962 +transcript chr1 94201895 94237633 ENST00000370217 protein_coding 3 1 NA ARHGAP29 ENSG00000137962 +CDS chr1 94202508 94202732 ENST00000370217 protein_coding 3 1 11 ARHGAP29 ENSG00000137962 +CDS chr1 94202544 94202732 ENST00000260526 protein_coding 11 1 11 ARHGAP29 ENSG00000137962 +CDS chr1 94202918 94202998 ENST00000260526 protein_coding 11 1 10 ARHGAP29 ENSG00000137962 +CDS chr1 94202918 94202998 ENST00000370217 protein_coding 3 1 10 ARHGAP29 ENSG00000137962 +CDS chr1 94203100 94203210 ENST00000260526 protein_coding 11 1 9 ARHGAP29 ENSG00000137962 +CDS chr1 94203100 94203210 ENST00000370217 protein_coding 3 1 9 ARHGAP29 ENSG00000137962 +CDS chr1 94203930 94203994 ENST00000260526 protein_coding 11 1 8 ARHGAP29 ENSG00000137962 +CDS chr1 94203930 94203994 ENST00000370217 protein_coding 3 1 8 ARHGAP29 ENSG00000137962 +CDS chr1 94205061 94205198 ENST00000260526 protein_coding 11 1 7 ARHGAP29 ENSG00000137962 +CDS chr1 94205061 94205198 ENST00000370217 protein_coding 3 1 7 ARHGAP29 ENSG00000137962 +CDS chr1 94205635 94205683 ENST00000260526 protein_coding 11 1 6 ARHGAP29 ENSG00000137962 +CDS chr1 94205635 94205683 ENST00000370217 protein_coding 3 1 6 ARHGAP29 ENSG00000137962 +CDS chr1 94208832 94208904 ENST00000260526 protein_coding 11 1 5 ARHGAP29 ENSG00000137962 +CDS chr1 94208832 94208904 ENST00000370217 protein_coding 3 1 5 ARHGAP29 ENSG00000137962 +CDS chr1 94209254 94209350 ENST00000260526 protein_coding 11 1 4 ARHGAP29 ENSG00000137962 +CDS chr1 94209254 94209350 ENST00000370217 protein_coding 3 1 4 ARHGAP29 ENSG00000137962 +CDS chr1 94220258 94220392 ENST00000260526 protein_coding 11 1 3 ARHGAP29 ENSG00000137962 +CDS chr1 94220258 94220392 ENST00000370217 protein_coding 3 1 3 ARHGAP29 ENSG00000137962 +CDS chr1 94231407 94231611 ENST00000260526 protein_coding 11 1 2 ARHGAP29 ENSG00000137962 +CDS chr1 94231407 94231611 ENST00000370217 protein_coding 3 1 2 ARHGAP29 ENSG00000137962 +transcript chr1 94418389 94518663 ENST00000370214 protein_coding 9 1 NA ABCD3 ENSG00000117528 +transcript chr1 94418455 94518663 ENST00000647998 protein_coding 2 NA NA ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000370214 protein_coding 9 1 1 ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000647998 protein_coding 2 NA 1 ABCD3 ENSG00000117528 +transcript chr1 94418479 94478723 ENST00000315713 protein_coding 5 1 NA ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000315713 protein_coding 5 1 1 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000370214 protein_coding 9 1 2 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000647998 protein_coding 2 NA 2 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000315713 protein_coding 5 1 2 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000370214 protein_coding 9 1 3 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000647998 protein_coding 2 NA 3 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000315713 protein_coding 5 1 3 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000370214 protein_coding 9 1 4 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000647998 protein_coding 2 NA 4 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000315713 protein_coding 5 1 4 ABCD3 ENSG00000117528 +CDS chr1 94472173 94472242 ENST00000647998 protein_coding 2 NA 5 ABCD3 ENSG00000117528 +CDS chr1 94473766 94473835 ENST00000370214 protein_coding 9 1 5 ABCD3 ENSG00000117528 +CDS chr1 94473766 94473835 ENST00000315713 protein_coding 5 1 5 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000370214 protein_coding 9 1 6 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000647998 protein_coding 2 NA 6 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000315713 protein_coding 5 1 6 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000370214 protein_coding 9 1 7 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000647998 protein_coding 2 NA 7 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000315713 protein_coding 5 1 7 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000370214 protein_coding 9 1 8 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000647998 protein_coding 2 NA 8 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000315713 protein_coding 5 1 8 ABCD3 ENSG00000117528 +CDS chr1 94478524 94478547 ENST00000315713 protein_coding 5 1 9 ABCD3 ENSG00000117528 +CDS chr1 94480464 94480606 ENST00000370214 protein_coding 9 1 9 ABCD3 ENSG00000117528 +CDS chr1 94480464 94480606 ENST00000647998 protein_coding 2 NA 9 ABCD3 ENSG00000117528 +CDS chr1 94483170 94483239 ENST00000370214 protein_coding 9 1 10 ABCD3 ENSG00000117528 +CDS chr1 94483170 94483239 ENST00000647998 protein_coding 2 NA 10 ABCD3 ENSG00000117528 +CDS chr1 94487542 94487611 ENST00000370214 protein_coding 9 1 11 ABCD3 ENSG00000117528 +CDS chr1 94487542 94487611 ENST00000647998 protein_coding 2 NA 11 ABCD3 ENSG00000117528 +CDS chr1 94487694 94487791 ENST00000370214 protein_coding 9 1 12 ABCD3 ENSG00000117528 +CDS chr1 94487694 94487791 ENST00000647998 protein_coding 2 NA 12 ABCD3 ENSG00000117528 +CDS chr1 94487892 94487983 ENST00000370214 protein_coding 9 1 13 ABCD3 ENSG00000117528 +CDS chr1 94487892 94487983 ENST00000647998 protein_coding 2 NA 13 ABCD3 ENSG00000117528 +CDS chr1 94489725 94489816 ENST00000370214 protein_coding 9 1 14 ABCD3 ENSG00000117528 +CDS chr1 94489725 94489816 ENST00000647998 protein_coding 2 NA 14 ABCD3 ENSG00000117528 +CDS chr1 94489903 94489975 ENST00000370214 protein_coding 9 1 15 ABCD3 ENSG00000117528 +CDS chr1 94489903 94489975 ENST00000647998 protein_coding 2 NA 15 ABCD3 ENSG00000117528 +CDS chr1 94491184 94491247 ENST00000370214 protein_coding 9 1 16 ABCD3 ENSG00000117528 +CDS chr1 94491184 94491247 ENST00000647998 protein_coding 2 NA 16 ABCD3 ENSG00000117528 +CDS chr1 94498602 94498679 ENST00000370214 protein_coding 9 1 17 ABCD3 ENSG00000117528 +CDS chr1 94498602 94498679 ENST00000647998 protein_coding 2 NA 17 ABCD3 ENSG00000117528 +CDS chr1 94498783 94498848 ENST00000370214 protein_coding 9 1 18 ABCD3 ENSG00000117528 +CDS chr1 94498783 94498848 ENST00000647998 protein_coding 2 NA 18 ABCD3 ENSG00000117528 +CDS chr1 94498945 94499034 ENST00000370214 protein_coding 9 1 19 ABCD3 ENSG00000117528 +CDS chr1 94498945 94499034 ENST00000647998 protein_coding 2 NA 19 ABCD3 ENSG00000117528 +CDS chr1 94499495 94499614 ENST00000370214 protein_coding 9 1 20 ABCD3 ENSG00000117528 +CDS chr1 94499495 94499614 ENST00000647998 protein_coding 2 NA 20 ABCD3 ENSG00000117528 +CDS chr1 94506538 94506642 ENST00000370214 protein_coding 9 1 21 ABCD3 ENSG00000117528 +CDS chr1 94506538 94506642 ENST00000647998 protein_coding 2 NA 21 ABCD3 ENSG00000117528 +CDS chr1 94515146 94515202 ENST00000370214 protein_coding 9 1 22 ABCD3 ENSG00000117528 +CDS chr1 94515146 94515202 ENST00000647998 protein_coding 2 NA 22 ABCD3 ENSG00000117528 +CDS chr1 94517052 94517126 ENST00000370214 protein_coding 9 1 23 ABCD3 ENSG00000117528 +CDS chr1 94517052 94517126 ENST00000647998 protein_coding 2 NA 23 ABCD3 ENSG00000117528 +transcript chr1 94529173 94541759 ENST00000334047 protein_coding 12 1 NA F3 ENSG00000117525 +transcript chr1 94529310 94541637 ENST00000370207 protein_coding 4 1 NA F3 ENSG00000117525 +CDS chr1 94530463 94530596 ENST00000334047 protein_coding 12 1 6 F3 ENSG00000117525 +CDS chr1 94530474 94530596 ENST00000370207 protein_coding 4 1 5 F3 ENSG00000117525 +CDS chr1 94532321 94532480 ENST00000334047 protein_coding 12 1 5 F3 ENSG00000117525 +CDS chr1 94533090 94533268 ENST00000334047 protein_coding 12 1 4 F3 ENSG00000117525 +CDS chr1 94533090 94533268 ENST00000370207 protein_coding 4 1 4 F3 ENSG00000117525 +CDS chr1 94535965 94536164 ENST00000334047 protein_coding 12 1 3 F3 ENSG00000117525 +CDS chr1 94535965 94536164 ENST00000370207 protein_coding 4 1 3 F3 ENSG00000117525 +CDS chr1 94540257 94540368 ENST00000334047 protein_coding 12 1 2 F3 ENSG00000117525 +CDS chr1 94540257 94540368 ENST00000370207 protein_coding 4 1 2 F3 ENSG00000117525 +CDS chr1 94541537 94541636 ENST00000334047 protein_coding 12 1 1 F3 ENSG00000117525 +CDS chr1 94541537 94541636 ENST00000370207 protein_coding 4 1 1 F3 ENSG00000117525 +transcript chr1 94820342 94895052 ENST00000446120 protein_coding 6 2 NA SLC44A3 ENSG00000143036 +transcript chr1 94820357 94895246 ENST00000271227 protein_coding 11 1 NA SLC44A3 ENSG00000143036 +transcript chr1 94820397 94895052 ENST00000527077 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +transcript chr1 94820401 94895053 ENST00000529450 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000446120 protein_coding 6 2 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000271227 protein_coding 11 1 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000527077 protein_coding 5 2 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000529450 protein_coding 5 2 1 SLC44A3 ENSG00000143036 +transcript chr1 94820621 94895053 ENST00000467909 protein_coding 5 1 NA SLC44A3 ENSG00000143036 +transcript chr1 94820646 94837834 ENST00000422520 protein_coding 6 3 NA SLC44A3 ENSG00000143036 +transcript chr1 94820650 94895029 ENST00000532427 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +CDS chr1 94820949 94821056 ENST00000271227 protein_coding 11 1 2 SLC44A3 ENSG00000143036 +CDS chr1 94820949 94821056 ENST00000529450 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000446120 protein_coding 6 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000271227 protein_coding 11 1 3 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000527077 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000529450 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000467909 protein_coding 5 1 2 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000422520 protein_coding 6 3 3 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000532427 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000446120 protein_coding 6 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000271227 protein_coding 11 1 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000527077 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000529450 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000467909 protein_coding 5 1 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000422520 protein_coding 6 3 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000532427 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000446120 protein_coding 6 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000271227 protein_coding 11 1 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000527077 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000529450 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000467909 protein_coding 5 1 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000422520 protein_coding 6 3 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000532427 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000446120 protein_coding 6 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000271227 protein_coding 11 1 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000527077 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000529450 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000467909 protein_coding 5 1 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837834 ENST00000422520 protein_coding 6 3 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000532427 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000446120 protein_coding 6 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000271227 protein_coding 11 1 7 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000527077 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000529450 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000467909 protein_coding 5 1 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000532427 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000446120 protein_coding 6 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000271227 protein_coding 11 1 8 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000527077 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000529450 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000467909 protein_coding 5 1 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000532427 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000446120 protein_coding 6 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000271227 protein_coding 11 1 9 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000527077 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000529450 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000467909 protein_coding 5 1 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000532427 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000446120 protein_coding 6 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000271227 protein_coding 11 1 10 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000527077 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000529450 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000467909 protein_coding 5 1 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000532427 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000446120 protein_coding 6 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000271227 protein_coding 11 1 11 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000527077 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000529450 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000467909 protein_coding 5 1 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000532427 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000446120 protein_coding 6 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000271227 protein_coding 11 1 12 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000527077 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000467909 protein_coding 5 1 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000532427 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +transcript chr1 94867331 94895052 ENST00000532670 protein_coding 1 4 NA SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000532670 protein_coding 1 4 1 SLC44A3 ENSG00000143036 +CDS chr1 94867334 94867417 ENST00000529450 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000446120 protein_coding 6 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000271227 protein_coding 11 1 13 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000527077 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000529450 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000467909 protein_coding 5 1 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000532427 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000532670 protein_coding 1 4 2 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000446120 protein_coding 6 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000271227 protein_coding 11 1 14 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000527077 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000529450 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000467909 protein_coding 5 1 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000532427 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000446120 protein_coding 6 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000271227 protein_coding 11 1 15 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000527077 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000529450 protein_coding 5 2 15 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000467909 protein_coding 5 1 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000532427 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000532670 protein_coding 1 4 3 SLC44A3 ENSG00000143036 +transcript chr1 94896949 94925808 ENST00000545882 protein_coding 5 2 NA CNN3 ENSG00000117519 +transcript chr1 94896949 94927223 ENST00000394202 protein_coding 8 2 NA CNN3 ENSG00000117519 +transcript chr1 94896957 94927110 ENST00000370206 protein_coding 9 1 NA CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000370206 protein_coding 9 1 7 CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000545882 protein_coding 5 2 7 CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000394202 protein_coding 8 2 6 CNN3 ENSG00000117519 +transcript chr1 94898052 94925801 ENST00000415017 protein_coding 1 2 NA CNN3 ENSG00000117519 +CDS chr1 94898052 94898083 ENST00000415017 protein_coding 1 2 7 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000370206 protein_coding 9 1 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000415017 protein_coding 1 2 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000545882 protein_coding 5 2 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000394202 protein_coding 8 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000370206 protein_coding 9 1 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000415017 protein_coding 1 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000545882 protein_coding 5 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000394202 protein_coding 8 2 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000370206 protein_coding 9 1 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000415017 protein_coding 1 2 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000545882 protein_coding 5 2 4 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000370206 protein_coding 9 1 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000415017 protein_coding 1 2 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000545882 protein_coding 5 2 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000394202 protein_coding 8 2 3 CNN3 ENSG00000117519 +CDS chr1 94903403 94903524 ENST00000370206 protein_coding 9 1 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903458 ENST00000415017 protein_coding 1 2 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903458 ENST00000545882 protein_coding 5 2 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903524 ENST00000394202 protein_coding 8 2 2 CNN3 ENSG00000117519 +CDS chr1 94926838 94926894 ENST00000370206 protein_coding 9 1 1 CNN3 ENSG00000117519 +CDS chr1 94926838 94926894 ENST00000394202 protein_coding 8 2 1 CNN3 ENSG00000117519 +transcript chr1 94974405 95072951 ENST00000370205 protein_coding 6 1 NA ALG14 ENSG00000172339 +CDS chr1 94983079 94983306 ENST00000370205 protein_coding 6 1 4 ALG14 ENSG00000172339 +CDS chr1 95027129 95027260 ENST00000370205 protein_coding 6 1 3 ALG14 ENSG00000172339 +CDS chr1 95064866 95065017 ENST00000370205 protein_coding 6 1 2 ALG14 ENSG00000172339 +CDS chr1 95072763 95072898 ENST00000370205 protein_coding 6 1 1 ALG14 ENSG00000172339 +transcript chr1 95117355 95197607 ENST00000370203 protein_coding 9 1 NA TLCD4 ENSG00000152078 +transcript chr1 95117439 95173878 ENST00000456991 protein_coding 5 3 NA TLCD4 ENSG00000152078 +transcript chr1 95117923 95173845 ENST00000455656 protein_coding 1 5 NA TLCD4 ENSG00000152078 +transcript chr1 95117923 95244955 ENST00000604534 protein_coding 5 2 NA TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95143902 95144056 ENST00000370203 protein_coding 9 1 2 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000456991 protein_coding 5 3 3 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000455656 protein_coding 1 5 2 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000604534 protein_coding 5 2 2 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95148702 95148791 ENST00000370203 protein_coding 9 1 3 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000456991 protein_coding 5 3 4 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000455656 protein_coding 1 5 3 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000604534 protein_coding 5 2 3 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95150208 95150266 ENST00000370203 protein_coding 9 1 4 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000456991 protein_coding 5 3 5 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000455656 protein_coding 1 5 4 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000604534 protein_coding 5 2 4 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95151325 95151419 ENST00000370203 protein_coding 9 1 5 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000456991 protein_coding 5 3 6 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000455656 protein_coding 1 5 5 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000604534 protein_coding 5 2 5 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 95151377 95247225 ENST00000604203 protein_coding 1 3 NA TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95151377 95151419 ENST00000604203 protein_coding 1 3 1 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95173816 95173889 ENST00000370203 protein_coding 9 1 6 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173878 ENST00000456991 protein_coding 5 3 7 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173845 ENST00000455656 protein_coding 1 5 6 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173889 ENST00000604534 protein_coding 5 2 6 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95173816 95173889 ENST00000604203 protein_coding 1 3 2 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95191550 95191865 ENST00000370203 protein_coding 9 1 7 TLCD4 ENSG00000152078 +CDS chr1 95230902 95230994 ENST00000604534 protein_coding 5 2 7 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95230902 95230994 ENST00000604203 protein_coding 1 3 3 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 95234210 95247225 ENST00000370202 protein_coding 5 3 NA RWDD3 ENSG00000122481 +transcript chr1 95234211 95247223 ENST00000263893 protein_coding 10 1 NA RWDD3 ENSG00000122481 +CDS chr1 95234231 95234315 ENST00000370202 protein_coding 5 3 1 RWDD3 ENSG00000122481 +CDS chr1 95234231 95234315 ENST00000263893 protein_coding 10 1 1 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244698 ENST00000370202 protein_coding 5 3 2 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244710 ENST00000263893 protein_coding 10 1 2 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244247 ENST00000604534 protein_coding 5 2 8 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95246542 95246657 ENST00000370202 protein_coding 5 3 3 RWDD3 ENSG00000122481 +CDS chr1 95246756 95246867 ENST00000370202 protein_coding 5 3 4 RWDD3 ENSG00000122481 +CDS chr1 95246756 95246867 ENST00000604203 protein_coding 1 3 4 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 96721777 96815029 ENST00000675735 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96721783 96823738 ENST00000609116 protein_coding 5 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721784 96815049 ENST00000674951 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96721788 96814858 ENST00000426398 protein_coding 3 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721810 96814793 ENST00000370197 protein_coding 5 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721810 96814793 ENST00000370198 protein_coding 5 1 NA PTBP2 ENSG00000117569 +CDS chr1 96721865 96721896 ENST00000675735 protein_coding 1 NA 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000609116 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721896 ENST00000426398 protein_coding 3 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000370197 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000370198 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000674951 protein_coding 1 NA 1 PTBP2 ENSG00000117569 +transcript chr1 96722030 96815612 ENST00000676292 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96722046 96813499 ENST00000676096 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96722717 96815029 ENST00000675401 protein_coding 1 NA NA PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000675735 protein_coding 1 NA 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000609116 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000426398 protein_coding 3 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000370197 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000370198 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000674951 protein_coding 1 NA 2 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000675735 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000609116 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000426398 protein_coding 3 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000370197 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000370198 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000674951 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751479 96751500 ENST00000676292 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751479 96751500 ENST00000676096 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000675735 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000609116 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000426398 protein_coding 3 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000370197 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000370198 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000674951 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000676292 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000676096 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000675735 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000609116 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000426398 protein_coding 3 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000370197 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000370198 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000674951 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000676292 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000676096 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000675735 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000609116 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000426398 protein_coding 3 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000370197 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000370198 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000674951 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000676292 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000676096 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777714 96777749 ENST00000675401 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000675735 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000609116 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000426398 protein_coding 3 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000370197 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000370198 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000674951 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000676292 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000676096 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000675401 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000675735 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000609116 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000426398 protein_coding 3 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000370197 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000370198 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000674951 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000676292 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000676096 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000675401 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000370197 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000370198 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000676292 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000675401 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000675735 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000609116 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000426398 protein_coding 3 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000674951 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000676096 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000675735 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000609116 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000426398 protein_coding 3 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000370197 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000370198 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000674951 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000676292 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000676096 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000675401 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000675735 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000609116 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000426398 protein_coding 3 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000370197 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000370198 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000674951 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000676292 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000676096 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000675401 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000675735 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000609116 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000426398 protein_coding 3 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000370197 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000370198 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000674951 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000676292 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000676096 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000675401 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000675735 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000609116 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000426398 protein_coding 3 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000370197 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000370198 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000674951 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000676292 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000675401 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000609116 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000426398 protein_coding 3 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000370197 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000676096 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000675735 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000370198 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000674951 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000676292 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000675401 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +transcript chr1 97077743 97921034 ENST00000370192 protein_coding 8 1 NA DPYD ENSG00000188641 +CDS chr1 97078979 97079146 ENST00000370192 protein_coding 8 1 23 DPYD ENSG00000188641 +CDS chr1 97082330 97082470 ENST00000370192 protein_coding 8 1 22 DPYD ENSG00000188641 +CDS chr1 97098489 97098632 ENST00000370192 protein_coding 8 1 21 DPYD ENSG00000188641 +CDS chr1 97193069 97193248 ENST00000370192 protein_coding 8 1 20 DPYD ENSG00000188641 +CDS chr1 97234852 97234994 ENST00000370192 protein_coding 8 1 19 DPYD ENSG00000188641 +CDS chr1 97305259 97305378 ENST00000370192 protein_coding 8 1 18 DPYD ENSG00000188641 +CDS chr1 97306177 97306297 ENST00000370192 protein_coding 8 1 17 DPYD ENSG00000188641 +CDS chr1 97373561 97373644 ENST00000370192 protein_coding 8 1 16 DPYD ENSG00000188641 +CDS chr1 97382393 97382461 ENST00000370192 protein_coding 8 1 15 DPYD ENSG00000188641 +CDS chr1 97450059 97450223 ENST00000370192 protein_coding 8 1 14 DPYD ENSG00000188641 +CDS chr1 97515726 97515941 ENST00000370192 protein_coding 8 1 13 DPYD ENSG00000188641 +CDS chr1 97549560 97549744 ENST00000370192 protein_coding 8 1 12 DPYD ENSG00000188641 +CDS chr1 97573760 97573970 ENST00000370192 protein_coding 8 1 11 DPYD ENSG00000188641 +CDS chr1 97593218 97593387 ENST00000370192 protein_coding 8 1 10 DPYD ENSG00000188641 +CDS chr1 97595059 97595166 ENST00000370192 protein_coding 8 1 9 DPYD ENSG00000188641 +CDS chr1 97679095 97679182 ENST00000370192 protein_coding 8 1 8 DPYD ENSG00000188641 +CDS chr1 97691717 97691798 ENST00000370192 protein_coding 8 1 7 DPYD ENSG00000188641 +CDS chr1 97699351 97699547 ENST00000370192 protein_coding 8 1 6 DPYD ENSG00000188641 +transcript chr1 97719758 97921049 ENST00000306031 protein_coding 5 1 NA DPYD ENSG00000188641 +CDS chr1 97720891 97720926 ENST00000306031 protein_coding 5 1 6 DPYD ENSG00000188641 +CDS chr1 97721510 97721671 ENST00000370192 protein_coding 8 1 5 DPYD ENSG00000188641 +CDS chr1 97721510 97721671 ENST00000306031 protein_coding 5 1 5 DPYD ENSG00000188641 +CDS chr1 97740392 97740479 ENST00000370192 protein_coding 8 1 4 DPYD ENSG00000188641 +CDS chr1 97740392 97740479 ENST00000306031 protein_coding 5 1 4 DPYD ENSG00000188641 +CDS chr1 97828114 97828196 ENST00000370192 protein_coding 8 1 3 DPYD ENSG00000188641 +CDS chr1 97828114 97828196 ENST00000306031 protein_coding 5 1 3 DPYD ENSG00000188641 +CDS chr1 97883264 97883374 ENST00000370192 protein_coding 8 1 2 DPYD ENSG00000188641 +CDS chr1 97883264 97883374 ENST00000306031 protein_coding 5 1 2 DPYD ENSG00000188641 +CDS chr1 97920884 97920922 ENST00000370192 protein_coding 8 1 1 DPYD ENSG00000188641 +CDS chr1 97920884 97920922 ENST00000306031 protein_coding 5 1 1 DPYD ENSG00000188641 +transcript chr1 98661701 98760498 ENST00000529992 protein_coding 5 2 NA SNX7 ENSG00000162627 +transcript chr1 98661721 98760500 ENST00000306121 protein_coding 8 1 NA SNX7 ENSG00000162627 +CDS chr1 98661732 98661911 ENST00000529992 protein_coding 5 2 1 SNX7 ENSG00000162627 +CDS chr1 98661732 98661911 ENST00000306121 protein_coding 8 1 1 SNX7 ENSG00000162627 +transcript chr1 98662223 98691577 ENST00000454199 protein_coding 1 4 NA SNX7 ENSG00000162627 +CDS chr1 98684885 98685067 ENST00000529992 protein_coding 5 2 2 SNX7 ENSG00000162627 +CDS chr1 98684885 98685067 ENST00000306121 protein_coding 8 1 2 SNX7 ENSG00000162627 +CDS chr1 98684897 98685067 ENST00000454199 protein_coding 1 4 2 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000529992 protein_coding 5 2 3 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000306121 protein_coding 8 1 3 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000454199 protein_coding 1 4 3 SNX7 ENSG00000162627 +CDS chr1 98691535 98691699 ENST00000306121 protein_coding 8 1 4 SNX7 ENSG00000162627 +CDS chr1 98691535 98691577 ENST00000454199 protein_coding 1 4 4 SNX7 ENSG00000162627 +CDS chr1 98695518 98695716 ENST00000529992 protein_coding 5 2 4 SNX7 ENSG00000162627 +CDS chr1 98695518 98695716 ENST00000306121 protein_coding 8 1 5 SNX7 ENSG00000162627 +CDS chr1 98698706 98698905 ENST00000529992 protein_coding 5 2 5 SNX7 ENSG00000162627 +CDS chr1 98698706 98698905 ENST00000306121 protein_coding 8 1 6 SNX7 ENSG00000162627 +CDS chr1 98701817 98701903 ENST00000529992 protein_coding 5 2 6 SNX7 ENSG00000162627 +CDS chr1 98701817 98701903 ENST00000306121 protein_coding 8 1 7 SNX7 ENSG00000162627 +CDS chr1 98738237 98738389 ENST00000529992 protein_coding 5 2 7 SNX7 ENSG00000162627 +CDS chr1 98738237 98738389 ENST00000306121 protein_coding 8 1 8 SNX7 ENSG00000162627 +CDS chr1 98760054 98760128 ENST00000529992 protein_coding 5 2 8 SNX7 ENSG00000162627 +CDS chr1 98760054 98760128 ENST00000306121 protein_coding 8 1 9 SNX7 ENSG00000162627 +transcript chr1 98890245 99004861 ENST00000263177 protein_coding 5 1 NA PLPPR5 ENSG00000117598 +transcript chr1 98890245 99005032 ENST00000672681 protein_coding 1 NA NA PLPPR5 ENSG00000117598 +transcript chr1 98890245 99005032 ENST00000370188 protein_coding 7 1 NA PLPPR5 ENSG00000117598 +CDS chr1 98893014 98893104 ENST00000672681 protein_coding 1 NA 7 PLPPR5 ENSG00000117598 +CDS chr1 98893075 98893104 ENST00000263177 protein_coding 5 1 6 PLPPR5 ENSG00000117598 +CDS chr1 98893075 98893104 ENST00000370188 protein_coding 7 1 6 PLPPR5 ENSG00000117598 +CDS chr1 98897262 98897389 ENST00000672681 protein_coding 1 NA 6 PLPPR5 ENSG00000117598 +CDS chr1 98914786 98914920 ENST00000263177 protein_coding 5 1 5 PLPPR5 ENSG00000117598 +CDS chr1 98914801 98914920 ENST00000672681 protein_coding 1 NA 5 PLPPR5 ENSG00000117598 +CDS chr1 98914801 98914920 ENST00000370188 protein_coding 7 1 5 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000263177 protein_coding 5 1 4 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000672681 protein_coding 1 NA 4 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000370188 protein_coding 7 1 4 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000263177 protein_coding 5 1 3 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000672681 protein_coding 1 NA 3 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000370188 protein_coding 7 1 3 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000263177 protein_coding 5 1 2 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000672681 protein_coding 1 NA 2 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000370188 protein_coding 7 1 2 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000263177 protein_coding 5 1 1 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000672681 protein_coding 1 NA 1 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000370188 protein_coding 7 1 1 PLPPR5 ENSG00000117598 +transcript chr1 99264292 99309580 ENST00000457765 protein_coding 6 2 NA PLPPR4 ENSG00000117600 +transcript chr1 99264492 99309584 ENST00000370185 protein_coding 9 1 NA PLPPR4 ENSG00000117600 +CDS chr1 99264594 99264671 ENST00000370185 protein_coding 9 1 1 PLPPR4 ENSG00000117600 +CDS chr1 99264594 99264671 ENST00000457765 protein_coding 6 2 1 PLPPR4 ENSG00000117600 +CDS chr1 99287965 99288150 ENST00000370185 protein_coding 9 1 2 PLPPR4 ENSG00000117600 +CDS chr1 99287965 99288150 ENST00000457765 protein_coding 6 2 2 PLPPR4 ENSG00000117600 +CDS chr1 99296738 99296867 ENST00000370185 protein_coding 9 1 3 PLPPR4 ENSG00000117600 +CDS chr1 99296738 99296867 ENST00000457765 protein_coding 6 2 3 PLPPR4 ENSG00000117600 +CDS chr1 99299035 99299230 ENST00000370185 protein_coding 9 1 4 PLPPR4 ENSG00000117600 +CDS chr1 99299035 99299230 ENST00000457765 protein_coding 6 2 4 PLPPR4 ENSG00000117600 +CDS chr1 99300909 99300966 ENST00000370185 protein_coding 9 1 5 PLPPR4 ENSG00000117600 +CDS chr1 99300909 99300966 ENST00000457765 protein_coding 6 2 5 PLPPR4 ENSG00000117600 +CDS chr1 99301724 99301897 ENST00000370185 protein_coding 9 1 6 PLPPR4 ENSG00000117600 +CDS chr1 99305685 99307007 ENST00000370185 protein_coding 9 1 7 PLPPR4 ENSG00000117600 +CDS chr1 99305685 99307007 ENST00000457765 protein_coding 6 2 6 PLPPR4 ENSG00000117600 +transcript chr1 99646113 99694535 ENST00000263174 protein_coding 9 1 NA PALMD ENSG00000099260 +transcript chr1 99646193 99690077 ENST00000605497 protein_coding 5 1 NA PALMD ENSG00000099260 +CDS chr1 99646318 99646362 ENST00000263174 protein_coding 9 1 1 PALMD ENSG00000099260 +CDS chr1 99646318 99646362 ENST00000605497 protein_coding 5 1 1 PALMD ENSG00000099260 +CDS chr1 99662319 99662399 ENST00000263174 protein_coding 9 1 2 PALMD ENSG00000099260 +CDS chr1 99662319 99662399 ENST00000605497 protein_coding 5 1 2 PALMD ENSG00000099260 +CDS chr1 99667642 99667766 ENST00000263174 protein_coding 9 1 3 PALMD ENSG00000099260 +CDS chr1 99667642 99667766 ENST00000605497 protein_coding 5 1 3 PALMD ENSG00000099260 +CDS chr1 99686676 99686790 ENST00000263174 protein_coding 9 1 4 PALMD ENSG00000099260 +CDS chr1 99686676 99686790 ENST00000605497 protein_coding 5 1 4 PALMD ENSG00000099260 +CDS chr1 99686930 99686963 ENST00000263174 protein_coding 9 1 5 PALMD ENSG00000099260 +CDS chr1 99686930 99686963 ENST00000605497 protein_coding 5 1 5 PALMD ENSG00000099260 +CDS chr1 99687076 99687189 ENST00000263174 protein_coding 9 1 6 PALMD ENSG00000099260 +CDS chr1 99687076 99687189 ENST00000605497 protein_coding 5 1 6 PALMD ENSG00000099260 +CDS chr1 99688775 99689872 ENST00000263174 protein_coding 9 1 7 PALMD ENSG00000099260 +CDS chr1 99688775 99689913 ENST00000605497 protein_coding 5 1 7 PALMD ENSG00000099260 +CDS chr1 99694019 99694059 ENST00000263174 protein_coding 9 1 8 PALMD ENSG00000099260 +transcript chr1 99703970 99766635 ENST00000646001 protein_coding 2 NA NA FRRS1 ENSG00000156869 +transcript chr1 99708703 99765793 ENST00000287474 protein_coding 9 2 NA FRRS1 ENSG00000156869 +CDS chr1 99708901 99709120 ENST00000287474 protein_coding 9 2 17 FRRS1 ENSG00000156869 +CDS chr1 99709031 99709120 ENST00000646001 protein_coding 2 NA 17 FRRS1 ENSG00000156869 +CDS chr1 99709198 99709259 ENST00000646001 protein_coding 2 NA 16 FRRS1 ENSG00000156869 +CDS chr1 99709198 99709259 ENST00000287474 protein_coding 9 2 16 FRRS1 ENSG00000156869 +CDS chr1 99710806 99710949 ENST00000646001 protein_coding 2 NA 15 FRRS1 ENSG00000156869 +CDS chr1 99710834 99710949 ENST00000287474 protein_coding 9 2 15 FRRS1 ENSG00000156869 +CDS chr1 99712105 99712163 ENST00000646001 protein_coding 2 NA 14 FRRS1 ENSG00000156869 +CDS chr1 99712105 99712163 ENST00000287474 protein_coding 9 2 14 FRRS1 ENSG00000156869 +CDS chr1 99712418 99712515 ENST00000646001 protein_coding 2 NA 13 FRRS1 ENSG00000156869 +CDS chr1 99712418 99712515 ENST00000287474 protein_coding 9 2 13 FRRS1 ENSG00000156869 +CDS chr1 99715586 99715672 ENST00000646001 protein_coding 2 NA 12 FRRS1 ENSG00000156869 +CDS chr1 99715586 99715672 ENST00000287474 protein_coding 9 2 12 FRRS1 ENSG00000156869 +CDS chr1 99717410 99717525 ENST00000646001 protein_coding 2 NA 11 FRRS1 ENSG00000156869 +CDS chr1 99717410 99717525 ENST00000287474 protein_coding 9 2 11 FRRS1 ENSG00000156869 +CDS chr1 99719534 99719647 ENST00000646001 protein_coding 2 NA 10 FRRS1 ENSG00000156869 +CDS chr1 99719534 99719647 ENST00000287474 protein_coding 9 2 10 FRRS1 ENSG00000156869 +CDS chr1 99728493 99728640 ENST00000646001 protein_coding 2 NA 9 FRRS1 ENSG00000156869 +CDS chr1 99728493 99728640 ENST00000287474 protein_coding 9 2 9 FRRS1 ENSG00000156869 +CDS chr1 99729650 99729748 ENST00000646001 protein_coding 2 NA 8 FRRS1 ENSG00000156869 +CDS chr1 99729650 99729748 ENST00000287474 protein_coding 9 2 8 FRRS1 ENSG00000156869 +CDS chr1 99738086 99738268 ENST00000646001 protein_coding 2 NA 7 FRRS1 ENSG00000156869 +CDS chr1 99738086 99738268 ENST00000287474 protein_coding 9 2 7 FRRS1 ENSG00000156869 +CDS chr1 99740793 99740940 ENST00000646001 protein_coding 2 NA 6 FRRS1 ENSG00000156869 +CDS chr1 99740793 99740940 ENST00000287474 protein_coding 9 2 6 FRRS1 ENSG00000156869 +CDS chr1 99742179 99742273 ENST00000646001 protein_coding 2 NA 5 FRRS1 ENSG00000156869 +CDS chr1 99742179 99742273 ENST00000287474 protein_coding 9 2 5 FRRS1 ENSG00000156869 +CDS chr1 99747294 99747430 ENST00000646001 protein_coding 2 NA 4 FRRS1 ENSG00000156869 +CDS chr1 99747294 99747430 ENST00000287474 protein_coding 9 2 4 FRRS1 ENSG00000156869 +CDS chr1 99748573 99748768 ENST00000646001 protein_coding 2 NA 3 FRRS1 ENSG00000156869 +CDS chr1 99748573 99748768 ENST00000287474 protein_coding 9 2 3 FRRS1 ENSG00000156869 +transcript chr1 99850361 99924020 ENST00000361915 protein_coding 8 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000370165 protein_coding 7 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000370163 protein_coding 7 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000294724 protein_coding 8 1 NA AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000361915 protein_coding 8 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000370165 protein_coding 7 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000370163 protein_coding 7 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000294724 protein_coding 8 1 2 AGL ENSG00000162688 +transcript chr1 99852670 99924023 ENST00000370161 protein_coding 6 5 NA AGL ENSG00000162688 +CDS chr1 99852670 99852703 ENST00000370161 protein_coding 6 5 1 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000361915 protein_coding 8 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370165 protein_coding 7 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370163 protein_coding 7 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000294724 protein_coding 8 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370161 protein_coding 6 5 2 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000361915 protein_coding 8 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370165 protein_coding 7 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370163 protein_coding 7 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000294724 protein_coding 8 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370161 protein_coding 6 5 3 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000361915 protein_coding 8 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370165 protein_coding 7 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370163 protein_coding 7 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000294724 protein_coding 8 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370161 protein_coding 6 5 4 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000361915 protein_coding 8 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370165 protein_coding 7 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370163 protein_coding 7 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000294724 protein_coding 8 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370161 protein_coding 6 5 5 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000361915 protein_coding 8 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370165 protein_coding 7 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370163 protein_coding 7 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000294724 protein_coding 8 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370161 protein_coding 6 5 6 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000361915 protein_coding 8 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370165 protein_coding 7 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370163 protein_coding 7 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000294724 protein_coding 8 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370161 protein_coding 6 5 7 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000361915 protein_coding 8 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370165 protein_coding 7 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370163 protein_coding 7 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000294724 protein_coding 8 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370161 protein_coding 6 5 8 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000361915 protein_coding 8 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370165 protein_coding 7 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370163 protein_coding 7 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000294724 protein_coding 8 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370161 protein_coding 6 5 9 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000361915 protein_coding 8 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370165 protein_coding 7 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370163 protein_coding 7 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000294724 protein_coding 8 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370161 protein_coding 6 5 10 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000361915 protein_coding 8 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370165 protein_coding 7 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370163 protein_coding 7 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000294724 protein_coding 8 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370161 protein_coding 6 5 11 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000361915 protein_coding 8 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370165 protein_coding 7 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370163 protein_coding 7 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000294724 protein_coding 8 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370161 protein_coding 6 5 12 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000361915 protein_coding 8 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370165 protein_coding 7 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370163 protein_coding 7 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000294724 protein_coding 8 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370161 protein_coding 6 5 13 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000361915 protein_coding 8 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370165 protein_coding 7 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370163 protein_coding 7 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000294724 protein_coding 8 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370161 protein_coding 6 5 14 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000361915 protein_coding 8 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370165 protein_coding 7 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370163 protein_coding 7 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000294724 protein_coding 8 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370161 protein_coding 6 5 15 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000361915 protein_coding 8 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370165 protein_coding 7 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370163 protein_coding 7 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000294724 protein_coding 8 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370161 protein_coding 6 5 16 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000361915 protein_coding 8 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370165 protein_coding 7 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370163 protein_coding 7 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000294724 protein_coding 8 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370161 protein_coding 6 5 17 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000361915 protein_coding 8 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370165 protein_coding 7 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370163 protein_coding 7 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000294724 protein_coding 8 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370161 protein_coding 6 5 18 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000361915 protein_coding 8 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370165 protein_coding 7 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370163 protein_coding 7 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000294724 protein_coding 8 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370161 protein_coding 6 5 19 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000361915 protein_coding 8 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370165 protein_coding 7 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370163 protein_coding 7 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000294724 protein_coding 8 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370161 protein_coding 6 5 20 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000361915 protein_coding 8 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370165 protein_coding 7 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370163 protein_coding 7 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000294724 protein_coding 8 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370161 protein_coding 6 5 21 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000361915 protein_coding 8 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370165 protein_coding 7 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370163 protein_coding 7 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000294724 protein_coding 8 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370161 protein_coding 6 5 22 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000361915 protein_coding 8 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370165 protein_coding 7 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370163 protein_coding 7 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000294724 protein_coding 8 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370161 protein_coding 6 5 23 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000361915 protein_coding 8 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370165 protein_coding 7 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370163 protein_coding 7 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000294724 protein_coding 8 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370161 protein_coding 6 5 24 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000361915 protein_coding 8 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370165 protein_coding 7 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370163 protein_coding 7 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000294724 protein_coding 8 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370161 protein_coding 6 5 25 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000361915 protein_coding 8 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370165 protein_coding 7 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370163 protein_coding 7 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000294724 protein_coding 8 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370161 protein_coding 6 5 26 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000361915 protein_coding 8 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370165 protein_coding 7 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370163 protein_coding 7 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000294724 protein_coding 8 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370161 protein_coding 6 5 27 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000361915 protein_coding 8 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370165 protein_coding 7 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370163 protein_coding 7 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000294724 protein_coding 8 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370161 protein_coding 6 5 28 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000361915 protein_coding 8 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370165 protein_coding 7 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370163 protein_coding 7 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000294724 protein_coding 8 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370161 protein_coding 6 5 29 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000361915 protein_coding 8 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370165 protein_coding 7 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370163 protein_coding 7 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000294724 protein_coding 8 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370161 protein_coding 6 5 30 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000361915 protein_coding 8 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370165 protein_coding 7 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370163 protein_coding 7 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000294724 protein_coding 8 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370161 protein_coding 6 5 31 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000361915 protein_coding 8 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370165 protein_coding 7 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370163 protein_coding 7 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000294724 protein_coding 8 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370161 protein_coding 6 5 32 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000361915 protein_coding 8 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370165 protein_coding 7 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370163 protein_coding 7 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000294724 protein_coding 8 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370161 protein_coding 6 5 33 AGL ENSG00000162688 +transcript chr1 99969351 100027722 ENST00000638371 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99969979 100023259 ENST00000427993 protein_coding 7 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99969996 100035634 ENST00000533028 protein_coding 8 1 NA SLC35A3 ENSG00000117620 +transcript chr1 99970005 100022611 ENST00000639221 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970006 100024014 ENST00000638336 protein_coding 1 1 NA SLC35A3 ENSG00000117620 +transcript chr1 99970006 100026472 ENST00000639807 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970011 100082698 ENST00000638792 protein_coding 1 5 NA NA ENSG00000283761 +transcript chr1 99970013 100023453 ENST00000640715 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970013 100026888 ENST00000465289 protein_coding 6 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970018 100082494 ENST00000639037 protein_coding 1 5 NA NA ENSG00000283761 +transcript chr1 99970020 100017881 ENST00000639994 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970024 100015697 ENST00000638988 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970030 100023247 ENST00000640732 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970033 100026851 ENST00000640600 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970036 100026636 ENST00000638338 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970436 100026979 ENST00000370153 protein_coding 6 5 NA SLC35A3 ENSG00000117620 +CDS chr1 99970537 99970644 ENST00000370153 protein_coding 6 5 1 SLC35A3 ENSG00000117620 +CDS chr1 99993537 99993741 ENST00000370153 protein_coding 6 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638792 protein_coding 1 5 2 NA ENSG00000283761 +CDS chr1 99993555 99993741 ENST00000639037 protein_coding 1 5 2 NA ENSG00000283761 +CDS chr1 99993555 99993741 ENST00000638371 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000533028 protein_coding 8 1 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000427993 protein_coding 7 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639221 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638336 protein_coding 1 1 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639807 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640715 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000465289 protein_coding 6 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639994 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638988 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640732 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640600 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638338 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638792 protein_coding 1 5 3 NA ENSG00000283761 +CDS chr1 99999261 99999415 ENST00000639037 protein_coding 1 5 3 NA ENSG00000283761 +CDS chr1 99999261 99999415 ENST00000638371 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000533028 protein_coding 8 1 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000427993 protein_coding 7 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639221 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638336 protein_coding 1 1 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639807 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640715 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000465289 protein_coding 6 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639994 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638988 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640732 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640600 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638338 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000370153 protein_coding 6 5 3 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638792 protein_coding 1 5 4 NA ENSG00000283761 +CDS chr1 100007034 100007156 ENST00000639037 protein_coding 1 5 4 NA ENSG00000283761 +CDS chr1 100007034 100007156 ENST00000638371 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000533028 protein_coding 8 1 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000427993 protein_coding 7 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638336 protein_coding 1 1 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000640715 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000465289 protein_coding 6 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000639994 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638988 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000640600 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638338 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000370153 protein_coding 6 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638792 protein_coding 1 5 5 NA ENSG00000283761 +CDS chr1 100011365 100011533 ENST00000639037 protein_coding 1 5 5 NA ENSG00000283761 +CDS chr1 100011365 100011533 ENST00000638371 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000533028 protein_coding 8 1 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000427993 protein_coding 7 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639221 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638336 protein_coding 1 1 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639807 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640715 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000465289 protein_coding 6 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639994 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638988 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640732 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640600 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638338 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000370153 protein_coding 6 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000638792 protein_coding 1 5 6 NA ENSG00000283761 +CDS chr1 100015302 100015420 ENST00000639037 protein_coding 1 5 6 NA ENSG00000283761 +CDS chr1 100015302 100015420 ENST00000638371 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000533028 protein_coding 8 1 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000427993 protein_coding 7 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639221 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639807 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640715 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000465289 protein_coding 6 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639994 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015438 ENST00000638988 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640732 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640600 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000638338 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000370153 protein_coding 6 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000638371 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000533028 protein_coding 8 1 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000427993 protein_coding 7 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000639807 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000465289 protein_coding 6 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017816 ENST00000639994 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000640732 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000640600 protein_coding 1 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000370153 protein_coding 6 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000533028 protein_coding 8 1 8 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000427993 protein_coding 7 5 9 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022439 ENST00000639221 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022411 ENST00000638336 protein_coding 1 1 6 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022439 ENST00000640715 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000465289 protein_coding 6 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000640732 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000370153 protein_coding 6 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024741 ENST00000639807 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024741 ENST00000640600 protein_coding 1 5 9 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024836 ENST00000638338 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100027142 100027208 ENST00000638371 protein_coding 1 5 8 SLC35A3 ENSG00000117620 +transcript chr1 100038095 100083377 ENST00000370152 protein_coding 8 1 NA MFSD14A ENSG00000156875 +CDS chr1 100038233 100038316 ENST00000370152 protein_coding 8 1 1 MFSD14A ENSG00000156875 +CDS chr1 100049909 100050004 ENST00000638792 protein_coding 1 5 7 NA ENSG00000283761 +CDS chr1 100049909 100050004 ENST00000639037 protein_coding 1 5 7 NA ENSG00000283761 +CDS chr1 100049909 100050004 ENST00000370152 protein_coding 8 1 2 MFSD14A ENSG00000156875 +CDS chr1 100058666 100058728 ENST00000638792 protein_coding 1 5 8 NA ENSG00000283761 +CDS chr1 100058666 100058728 ENST00000639037 protein_coding 1 5 8 NA ENSG00000283761 +CDS chr1 100058666 100058728 ENST00000370152 protein_coding 8 1 3 MFSD14A ENSG00000156875 +CDS chr1 100059878 100060005 ENST00000638792 protein_coding 1 5 9 NA ENSG00000283761 +CDS chr1 100059878 100060005 ENST00000639037 protein_coding 1 5 9 NA ENSG00000283761 +CDS chr1 100059878 100060005 ENST00000370152 protein_coding 8 1 4 MFSD14A ENSG00000156875 +CDS chr1 100061835 100061949 ENST00000638792 protein_coding 1 5 10 NA ENSG00000283761 +CDS chr1 100061835 100061949 ENST00000639037 protein_coding 1 5 10 NA ENSG00000283761 +CDS chr1 100061835 100061949 ENST00000370152 protein_coding 8 1 5 MFSD14A ENSG00000156875 +CDS chr1 100067977 100068195 ENST00000638792 protein_coding 1 5 11 NA ENSG00000283761 +CDS chr1 100067977 100068195 ENST00000639037 protein_coding 1 5 11 NA ENSG00000283761 +CDS chr1 100067977 100068195 ENST00000370152 protein_coding 8 1 6 MFSD14A ENSG00000156875 +CDS chr1 100068473 100068586 ENST00000638792 protein_coding 1 5 12 NA ENSG00000283761 +CDS chr1 100068473 100068586 ENST00000639037 protein_coding 1 5 12 NA ENSG00000283761 +CDS chr1 100068473 100068586 ENST00000370152 protein_coding 8 1 7 MFSD14A ENSG00000156875 +CDS chr1 100069614 100069685 ENST00000639037 protein_coding 1 5 13 NA ENSG00000283761 +CDS chr1 100069614 100069685 ENST00000370152 protein_coding 8 1 8 MFSD14A ENSG00000156875 +CDS chr1 100077165 100077277 ENST00000638792 protein_coding 1 5 13 NA ENSG00000283761 +CDS chr1 100077165 100077277 ENST00000639037 protein_coding 1 5 14 NA ENSG00000283761 +CDS chr1 100077165 100077277 ENST00000370152 protein_coding 8 1 9 MFSD14A ENSG00000156875 +CDS chr1 100078451 100078548 ENST00000638792 protein_coding 1 5 14 NA ENSG00000283761 +CDS chr1 100078451 100078548 ENST00000639037 protein_coding 1 5 15 NA ENSG00000283761 +CDS chr1 100078451 100078548 ENST00000370152 protein_coding 8 1 10 MFSD14A ENSG00000156875 +CDS chr1 100080496 100080659 ENST00000638792 protein_coding 1 5 15 NA ENSG00000283761 +CDS chr1 100080496 100080659 ENST00000639037 protein_coding 1 5 16 NA ENSG00000283761 +CDS chr1 100080496 100080659 ENST00000370152 protein_coding 8 1 11 MFSD14A ENSG00000156875 +CDS chr1 100082003 100082206 ENST00000638792 protein_coding 1 5 16 NA ENSG00000283761 +CDS chr1 100082003 100082206 ENST00000639037 protein_coding 1 5 17 NA ENSG00000283761 +CDS chr1 100082003 100082206 ENST00000370152 protein_coding 8 1 12 MFSD14A ENSG00000156875 +transcript chr1 100083570 100132930 ENST00000287482 protein_coding 6 1 NA SASS6 ENSG00000156876 +CDS chr1 100085331 100085434 ENST00000287482 protein_coding 6 1 17 SASS6 ENSG00000156876 +CDS chr1 100085536 100085630 ENST00000287482 protein_coding 6 1 16 SASS6 ENSG00000156876 +CDS chr1 100088139 100088236 ENST00000287482 protein_coding 6 1 15 SASS6 ENSG00000156876 +CDS chr1 100102955 100103083 ENST00000287482 protein_coding 6 1 14 SASS6 ENSG00000156876 +CDS chr1 100105767 100105903 ENST00000287482 protein_coding 6 1 13 SASS6 ENSG00000156876 +CDS chr1 100106912 100106993 ENST00000287482 protein_coding 6 1 12 SASS6 ENSG00000156876 +CDS chr1 100107374 100107553 ENST00000287482 protein_coding 6 1 11 SASS6 ENSG00000156876 +CDS chr1 100107628 100107717 ENST00000287482 protein_coding 6 1 10 SASS6 ENSG00000156876 +CDS chr1 100107810 100108004 ENST00000287482 protein_coding 6 1 9 SASS6 ENSG00000156876 +CDS chr1 100110292 100110483 ENST00000287482 protein_coding 6 1 8 SASS6 ENSG00000156876 +CDS chr1 100119018 100119137 ENST00000287482 protein_coding 6 1 7 SASS6 ENSG00000156876 +CDS chr1 100120394 100120459 ENST00000287482 protein_coding 6 1 6 SASS6 ENSG00000156876 +CDS chr1 100121378 100121549 ENST00000287482 protein_coding 6 1 5 SASS6 ENSG00000156876 +CDS chr1 100122380 100122484 ENST00000287482 protein_coding 6 1 4 SASS6 ENSG00000156876 +CDS chr1 100123210 100123289 ENST00000287482 protein_coding 6 1 3 SASS6 ENSG00000156876 +CDS chr1 100125882 100125942 ENST00000287482 protein_coding 6 1 2 SASS6 ENSG00000156876 +CDS chr1 100132750 100132814 ENST00000287482 protein_coding 6 1 1 SASS6 ENSG00000156876 +transcript chr1 100133150 100140540 ENST00000370143 protein_coding 5 3 NA TRMT13 ENSG00000122435 +transcript chr1 100133163 100150496 ENST00000370141 protein_coding 8 1 NA TRMT13 ENSG00000122435 +CDS chr1 100133169 100133315 ENST00000370143 protein_coding 5 3 1 TRMT13 ENSG00000122435 +CDS chr1 100133169 100133315 ENST00000370141 protein_coding 8 1 1 TRMT13 ENSG00000122435 +transcript chr1 100133215 100140812 ENST00000370139 protein_coding 1 3 NA TRMT13 ENSG00000122435 +CDS chr1 100133262 100133315 ENST00000370139 protein_coding 1 3 1 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370143 protein_coding 5 3 2 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370141 protein_coding 8 1 2 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370139 protein_coding 1 3 2 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370143 protein_coding 5 3 3 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370141 protein_coding 8 1 3 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370139 protein_coding 1 3 3 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370143 protein_coding 5 3 4 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370141 protein_coding 8 1 4 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370139 protein_coding 1 3 4 TRMT13 ENSG00000122435 +CDS chr1 100140182 100140251 ENST00000370141 protein_coding 8 1 5 TRMT13 ENSG00000122435 +CDS chr1 100140182 100140251 ENST00000370139 protein_coding 1 3 5 TRMT13 ENSG00000122435 +CDS chr1 100140408 100140410 ENST00000370143 protein_coding 5 3 5 TRMT13 ENSG00000122435 +CDS chr1 100140408 100140514 ENST00000370141 protein_coding 8 1 6 TRMT13 ENSG00000122435 +CDS chr1 100140450 100140538 ENST00000370139 protein_coding 1 3 6 TRMT13 ENSG00000122435 +CDS chr1 100140852 100141019 ENST00000370141 protein_coding 8 1 7 TRMT13 ENSG00000122435 +CDS chr1 100143137 100143209 ENST00000370141 protein_coding 8 1 8 TRMT13 ENSG00000122435 +CDS chr1 100144069 100144143 ENST00000370141 protein_coding 8 1 9 TRMT13 ENSG00000122435 +CDS chr1 100147894 100148326 ENST00000370141 protein_coding 8 1 10 TRMT13 ENSG00000122435 +transcript chr1 100148448 100178256 ENST00000370137 protein_coding 6 1 NA LRRC39 ENSG00000122477 +transcript chr1 100148449 100178273 ENST00000342895 protein_coding 7 5 NA LRRC39 ENSG00000122477 +transcript chr1 100148449 100178273 ENST00000620882 protein_coding 4 5 NA LRRC39 ENSG00000122477 +CDS chr1 100148625 100148817 ENST00000370141 protein_coding 8 1 11 TRMT13 ENSG00000122435 +transcript chr1 100148853 100178215 ENST00000370138 protein_coding 1 5 NA LRRC39 ENSG00000122477 +CDS chr1 100149045 100149097 ENST00000370137 protein_coding 6 1 10 LRRC39 ENSG00000122477 +CDS chr1 100149045 100149097 ENST00000342895 protein_coding 7 5 9 LRRC39 ENSG00000122477 +CDS chr1 100149371 100149435 ENST00000620882 protein_coding 4 5 9 LRRC39 ENSG00000122477 +CDS chr1 100149371 100149435 ENST00000370138 protein_coding 1 5 10 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000370137 protein_coding 6 1 9 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000342895 protein_coding 7 5 8 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000620882 protein_coding 4 5 8 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000370138 protein_coding 1 5 9 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000370137 protein_coding 6 1 8 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000342895 protein_coding 7 5 7 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000620882 protein_coding 4 5 7 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000370138 protein_coding 1 5 8 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000370137 protein_coding 6 1 7 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000342895 protein_coding 7 5 6 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000620882 protein_coding 4 5 6 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000370138 protein_coding 1 5 7 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000370137 protein_coding 6 1 6 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000342895 protein_coding 7 5 5 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000620882 protein_coding 4 5 5 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000370138 protein_coding 1 5 6 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000370137 protein_coding 6 1 5 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000342895 protein_coding 7 5 4 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000620882 protein_coding 4 5 4 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000370138 protein_coding 1 5 5 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000370137 protein_coding 6 1 4 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000342895 protein_coding 7 5 3 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000620882 protein_coding 4 5 3 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000370138 protein_coding 1 5 4 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000370137 protein_coding 6 1 3 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000342895 protein_coding 7 5 2 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000620882 protein_coding 4 5 2 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000370138 protein_coding 1 5 3 LRRC39 ENSG00000122477 +transcript chr1 100186919 100249834 ENST00000370132 protein_coding 8 1 NA DBT ENSG00000137992 +transcript chr1 100195670 100249823 ENST00000681617 protein_coding 1 NA NA DBT ENSG00000137992 +transcript chr1 100195971 100249833 ENST00000681780 protein_coding 1 NA NA DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000370132 protein_coding 8 1 11 DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000681617 protein_coding 1 NA 12 DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000681780 protein_coding 1 NA 12 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000370132 protein_coding 8 1 10 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000681617 protein_coding 1 NA 11 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000681780 protein_coding 1 NA 11 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000370132 protein_coding 8 1 9 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000681617 protein_coding 1 NA 10 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000681780 protein_coding 1 NA 10 DBT ENSG00000137992 +transcript chr1 100210543 100249820 ENST00000370131 protein_coding 3 1 NA DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000370132 protein_coding 8 1 8 DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000681617 protein_coding 1 NA 9 DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000681780 protein_coding 1 NA 9 DBT ENSG00000137992 +CDS chr1 100211104 100211124 ENST00000370131 protein_coding 3 1 8 DBT ENSG00000137992 +CDS chr1 100213499 100213624 ENST00000681617 protein_coding 1 NA 8 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000370132 protein_coding 8 1 7 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000681617 protein_coding 1 NA 7 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000681780 protein_coding 1 NA 8 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000370131 protein_coding 3 1 7 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000370132 protein_coding 8 1 6 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000681617 protein_coding 1 NA 6 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000681780 protein_coding 1 NA 7 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000370131 protein_coding 3 1 6 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000370132 protein_coding 8 1 5 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000681617 protein_coding 1 NA 5 DBT ENSG00000137992 +CDS chr1 100218626 100218637 ENST00000681780 protein_coding 1 NA 6 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000370131 protein_coding 3 1 5 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000370132 protein_coding 8 1 4 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000681617 protein_coding 1 NA 4 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000370131 protein_coding 3 1 4 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000370132 protein_coding 8 1 3 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000681617 protein_coding 1 NA 3 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000370131 protein_coding 3 1 3 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000370132 protein_coding 8 1 2 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000681617 protein_coding 1 NA 2 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000370131 protein_coding 3 1 2 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000370132 protein_coding 8 1 1 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000681617 protein_coding 1 NA 1 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000370131 protein_coding 3 1 1 DBT ENSG00000137992 +transcript chr1 100266216 100292769 ENST00000370128 protein_coding 9 1 NA RTCA ENSG00000137996 +transcript chr1 100266249 100291771 ENST00000260563 protein_coding 4 1 NA RTCA ENSG00000137996 +transcript chr1 100266289 100266929 ENST00000370126 protein_coding 1 1 NA RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000370128 protein_coding 9 1 1 RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000260563 protein_coding 4 1 1 RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000370126 protein_coding 1 1 1 RTCA ENSG00000137996 +CDS chr1 100266524 100266624 ENST00000370128 protein_coding 9 1 2 RTCA ENSG00000137996 +CDS chr1 100266524 100266624 ENST00000260563 protein_coding 4 1 2 RTCA ENSG00000137996 +CDS chr1 100266524 100266625 ENST00000370126 protein_coding 1 1 2 RTCA ENSG00000137996 +CDS chr1 100267500 100267538 ENST00000260563 protein_coding 4 1 3 RTCA ENSG00000137996 +CDS chr1 100268152 100268295 ENST00000370128 protein_coding 9 1 3 RTCA ENSG00000137996 +CDS chr1 100268152 100268295 ENST00000260563 protein_coding 4 1 4 RTCA ENSG00000137996 +CDS chr1 100270557 100270680 ENST00000370128 protein_coding 9 1 4 RTCA ENSG00000137996 +CDS chr1 100270557 100270680 ENST00000260563 protein_coding 4 1 5 RTCA ENSG00000137996 +CDS chr1 100273394 100273452 ENST00000370128 protein_coding 9 1 5 RTCA ENSG00000137996 +CDS chr1 100273394 100273452 ENST00000260563 protein_coding 4 1 6 RTCA ENSG00000137996 +CDS chr1 100274824 100274965 ENST00000370128 protein_coding 9 1 6 RTCA ENSG00000137996 +CDS chr1 100274824 100274965 ENST00000260563 protein_coding 4 1 7 RTCA ENSG00000137996 +CDS chr1 100275599 100275723 ENST00000370128 protein_coding 9 1 7 RTCA ENSG00000137996 +CDS chr1 100275599 100275723 ENST00000260563 protein_coding 4 1 8 RTCA ENSG00000137996 +CDS chr1 100277258 100277316 ENST00000370128 protein_coding 9 1 8 RTCA ENSG00000137996 +CDS chr1 100277258 100277316 ENST00000260563 protein_coding 4 1 9 RTCA ENSG00000137996 +CDS chr1 100285228 100285322 ENST00000370128 protein_coding 9 1 9 RTCA ENSG00000137996 +CDS chr1 100285228 100285322 ENST00000260563 protein_coding 4 1 10 RTCA ENSG00000137996 +CDS chr1 100287099 100287203 ENST00000370128 protein_coding 9 1 10 RTCA ENSG00000137996 +CDS chr1 100287099 100287203 ENST00000260563 protein_coding 4 1 11 RTCA ENSG00000137996 +CDS chr1 100291403 100291501 ENST00000370128 protein_coding 9 1 11 RTCA ENSG00000137996 +CDS chr1 100291403 100291501 ENST00000260563 protein_coding 4 1 12 RTCA ENSG00000137996 +transcript chr1 100345022 100499453 ENST00000635056 protein_coding 2 2 NA CDC14A ENSG00000079335 +transcript chr1 100345038 100518253 ENST00000647005 protein_coding 1 NA NA CDC14A ENSG00000079335 +transcript chr1 100351698 100499460 ENST00000644676 protein_coding 1 NA NA CDC14A ENSG00000079335 +CDS chr1 100351757 100351808 ENST00000644676 protein_coding 1 NA 1 CDC14A ENSG00000079335 +transcript chr1 100352467 100499465 ENST00000361544 protein_coding 11 1 NA CDC14A ENSG00000079335 +transcript chr1 100352502 100484734 ENST00000370124 protein_coding 8 1 NA CDC14A ENSG00000079335 +transcript chr1 100352506 100520277 ENST00000336454 protein_coding 5 1 NA CDC14A ENSG00000079335 +transcript chr1 100352949 100518293 ENST00000644813 protein_coding 1 NA NA CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000361544 protein_coding 11 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000336454 protein_coding 5 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000370124 protein_coding 8 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000644813 protein_coding 1 NA 1 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000644676 protein_coding 1 NA 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000361544 protein_coding 11 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000336454 protein_coding 5 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000370124 protein_coding 8 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000644813 protein_coding 1 NA 2 CDC14A ENSG00000079335 +transcript chr1 100363118 100455484 ENST00000455467 protein_coding 6 3 NA CDC14A ENSG00000079335 +CDS chr1 100363122 100363225 ENST00000455467 protein_coding 6 3 1 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000644676 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000361544 protein_coding 11 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000336454 protein_coding 5 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000370124 protein_coding 8 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000644813 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000455467 protein_coding 6 3 2 CDC14A ENSG00000079335 +CDS chr1 100377580 100377621 ENST00000635056 protein_coding 2 2 3 CDC14A ENSG00000079335 +CDS chr1 100377580 100377621 ENST00000647005 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000635056 protein_coding 2 2 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000647005 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000644676 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000361544 protein_coding 11 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000336454 protein_coding 5 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000370124 protein_coding 8 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000644813 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000455467 protein_coding 6 3 3 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000635056 protein_coding 2 2 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000647005 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000644676 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000361544 protein_coding 11 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000336454 protein_coding 5 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000370124 protein_coding 8 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000644813 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000455467 protein_coding 6 3 4 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000635056 protein_coding 2 2 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000647005 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000644676 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000361544 protein_coding 11 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000336454 protein_coding 5 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000370124 protein_coding 8 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000644813 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000455467 protein_coding 6 3 5 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000635056 protein_coding 2 2 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000647005 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000644676 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000361544 protein_coding 11 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000336454 protein_coding 5 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000370124 protein_coding 8 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000644813 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000455467 protein_coding 6 3 6 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000635056 protein_coding 2 2 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000647005 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000644676 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000361544 protein_coding 11 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000336454 protein_coding 5 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000370124 protein_coding 8 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000644813 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455484 ENST00000455467 protein_coding 6 3 7 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000635056 protein_coding 2 2 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000647005 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000644676 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000361544 protein_coding 11 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000336454 protein_coding 5 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000370124 protein_coding 8 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000644813 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000635056 protein_coding 2 2 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000647005 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000644676 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000361544 protein_coding 11 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000336454 protein_coding 5 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000370124 protein_coding 8 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000644813 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000635056 protein_coding 2 2 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000647005 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000644676 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000361544 protein_coding 11 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000336454 protein_coding 5 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484463 ENST00000370124 protein_coding 8 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000644813 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000635056 protein_coding 2 2 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000647005 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000644676 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000361544 protein_coding 11 1 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000336454 protein_coding 5 1 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000644813 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000635056 protein_coding 2 2 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000647005 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000644676 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000361544 protein_coding 11 1 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000336454 protein_coding 5 1 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000644813 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000635056 protein_coding 2 2 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000647005 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000644676 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000361544 protein_coding 11 1 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000336454 protein_coding 5 1 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000644813 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000635056 protein_coding 2 2 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000647005 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000644676 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000361544 protein_coding 11 1 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000336454 protein_coding 5 1 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000644813 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100504814 100504888 ENST00000647005 protein_coding 1 NA 16 CDC14A ENSG00000079335 +CDS chr1 100504814 100504888 ENST00000644813 protein_coding 1 NA 16 CDC14A ENSG00000079335 +CDS chr1 100518251 100518277 ENST00000336454 protein_coding 5 1 16 CDC14A ENSG00000079335 +transcript chr1 100538139 100542021 ENST00000315033 protein_coding 5 1 NA GPR88 ENSG00000181656 +CDS chr1 100538967 100540118 ENST00000315033 protein_coding 5 1 2 GPR88 ENSG00000181656 +transcript chr1 100719742 100738613 ENST00000370119 protein_coding 8 2 NA VCAM1 ENSG00000162692 +transcript chr1 100719742 100739045 ENST00000294728 protein_coding 7 1 NA VCAM1 ENSG00000162692 +transcript chr1 100719755 100739045 ENST00000347652 protein_coding 6 1 NA VCAM1 ENSG00000162692 +transcript chr1 100719764 100739038 ENST00000370115 protein_coding 1 5 NA VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000370119 protein_coding 8 2 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000347652 protein_coding 6 1 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000294728 protein_coding 7 1 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000370115 protein_coding 1 5 1 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720565 ENST00000370119 protein_coding 8 2 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000347652 protein_coding 6 1 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000294728 protein_coding 7 1 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000370115 protein_coding 1 5 2 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000370119 protein_coding 8 2 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000347652 protein_coding 6 1 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000294728 protein_coding 7 1 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000370115 protein_coding 1 5 3 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000370119 protein_coding 8 2 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000347652 protein_coding 6 1 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000294728 protein_coding 7 1 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000370115 protein_coding 1 5 4 VCAM1 ENSG00000162692 +CDS chr1 100729107 100729382 ENST00000370119 protein_coding 8 2 5 VCAM1 ENSG00000162692 +CDS chr1 100729107 100729382 ENST00000294728 protein_coding 7 1 5 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000370119 protein_coding 8 2 6 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000347652 protein_coding 6 1 5 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000294728 protein_coding 7 1 6 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000370119 protein_coding 8 2 7 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000347652 protein_coding 6 1 6 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000294728 protein_coding 7 1 7 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000370115 protein_coding 1 5 5 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000370119 protein_coding 8 2 8 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000347652 protein_coding 6 1 7 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000294728 protein_coding 7 1 8 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000370115 protein_coding 1 5 6 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000370119 protein_coding 8 2 9 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000347652 protein_coding 6 1 8 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000294728 protein_coding 7 1 9 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000370115 protein_coding 1 5 7 VCAM1 ENSG00000162692 +transcript chr1 100872372 100895179 ENST00000535414 protein_coding 5 5 NA EXTL2 ENSG00000162694 +transcript chr1 100872387 100894812 ENST00000370113 protein_coding 7 1 NA EXTL2 ENSG00000162694 +transcript chr1 100872391 100894842 ENST00000370114 protein_coding 8 1 NA EXTL2 ENSG00000162694 +CDS chr1 100873945 100874430 ENST00000370113 protein_coding 7 1 5 EXTL2 ENSG00000162694 +CDS chr1 100873945 100874430 ENST00000370114 protein_coding 8 1 5 EXTL2 ENSG00000162694 +transcript chr1 100874160 100894664 ENST00000450240 protein_coding 2 4 NA EXTL2 ENSG00000162694 +CDS chr1 100874160 100874430 ENST00000450240 protein_coding 2 4 6 EXTL2 ENSG00000162694 +CDS chr1 100874423 100874430 ENST00000535414 protein_coding 5 5 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000370113 protein_coding 7 1 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000370114 protein_coding 8 1 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000450240 protein_coding 2 4 5 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000370113 protein_coding 7 1 3 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000370114 protein_coding 8 1 3 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000450240 protein_coding 2 4 4 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000535414 protein_coding 5 5 3 EXTL2 ENSG00000162694 +transcript chr1 100877519 100894811 ENST00000416479 protein_coding 1 2 NA EXTL2 ENSG00000162694 +CDS chr1 100877519 100877869 ENST00000416479 protein_coding 1 2 4 EXTL2 ENSG00000162694 +CDS chr1 100878424 100878447 ENST00000450240 protein_coding 2 4 3 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000370113 protein_coding 7 1 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000370114 protein_coding 8 1 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000450240 protein_coding 2 4 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000535414 protein_coding 5 5 2 EXTL2 ENSG00000162694 +transcript chr1 100896076 100981753 ENST00000370112 protein_coding 8 1 NA SLC30A7 ENSG00000162695 +transcript chr1 100896090 100981757 ENST00000357650 protein_coding 9 1 NA SLC30A7 ENSG00000162695 +CDS chr1 100896263 100896342 ENST00000370112 protein_coding 8 1 1 SLC30A7 ENSG00000162695 +CDS chr1 100896263 100896342 ENST00000357650 protein_coding 9 1 1 SLC30A7 ENSG00000162695 +CDS chr1 100896570 100896671 ENST00000370112 protein_coding 8 1 2 SLC30A7 ENSG00000162695 +CDS chr1 100896570 100896671 ENST00000357650 protein_coding 9 1 2 SLC30A7 ENSG00000162695 +CDS chr1 100906852 100906965 ENST00000370112 protein_coding 8 1 3 SLC30A7 ENSG00000162695 +CDS chr1 100906852 100906965 ENST00000357650 protein_coding 9 1 3 SLC30A7 ENSG00000162695 +CDS chr1 100911063 100911150 ENST00000370112 protein_coding 8 1 4 SLC30A7 ENSG00000162695 +CDS chr1 100911063 100911150 ENST00000357650 protein_coding 9 1 4 SLC30A7 ENSG00000162695 +CDS chr1 100912112 100912238 ENST00000370112 protein_coding 8 1 5 SLC30A7 ENSG00000162695 +CDS chr1 100912112 100912238 ENST00000357650 protein_coding 9 1 5 SLC30A7 ENSG00000162695 +CDS chr1 100913663 100913806 ENST00000370112 protein_coding 8 1 6 SLC30A7 ENSG00000162695 +CDS chr1 100913663 100913806 ENST00000357650 protein_coding 9 1 6 SLC30A7 ENSG00000162695 +CDS chr1 100918077 100918127 ENST00000370112 protein_coding 8 1 7 SLC30A7 ENSG00000162695 +CDS chr1 100918077 100918127 ENST00000357650 protein_coding 9 1 7 SLC30A7 ENSG00000162695 +CDS chr1 100921706 100921841 ENST00000370112 protein_coding 8 1 8 SLC30A7 ENSG00000162695 +CDS chr1 100921706 100921841 ENST00000357650 protein_coding 9 1 8 SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000370112 protein_coding 8 1 9 SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000357650 protein_coding 9 1 9 SLC30A7 ENSG00000162695 +transcript chr1 100961828 100972658 ENST00000370111 protein_coding 4 5 NA SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000370111 protein_coding 4 5 1 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000370112 protein_coding 8 1 10 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000357650 protein_coding 9 1 10 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000370111 protein_coding 4 5 2 SLC30A7 ENSG00000162695 +CDS chr1 100972277 100972294 ENST00000370111 protein_coding 4 5 3 SLC30A7 ENSG00000162695 +CDS chr1 100974810 100974854 ENST00000370112 protein_coding 8 1 11 SLC30A7 ENSG00000162695 +CDS chr1 100974810 100974854 ENST00000357650 protein_coding 9 1 11 SLC30A7 ENSG00000162695 +transcript chr1 100989623 101025784 ENST00000370109 protein_coding 8 1 NA DPH5 ENSG00000117543 +transcript chr1 100989653 101025792 ENST00000427040 protein_coding 3 1 NA DPH5 ENSG00000117543 +transcript chr1 100990224 101025763 ENST00000342173 protein_coding 11 1 NA DPH5 ENSG00000117543 +transcript chr1 100990358 101025767 ENST00000488176 protein_coding 1 3 NA DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000370109 protein_coding 8 1 8 DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000427040 protein_coding 3 1 7 DPH5 ENSG00000117543 +CDS chr1 100990411 100990628 ENST00000342173 protein_coding 11 1 8 DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000488176 protein_coding 1 3 8 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000370109 protein_coding 8 1 7 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000427040 protein_coding 3 1 6 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000342173 protein_coding 11 1 7 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000488176 protein_coding 1 3 7 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000370109 protein_coding 8 1 6 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000427040 protein_coding 3 1 5 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000342173 protein_coding 11 1 6 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000488176 protein_coding 1 3 6 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000370109 protein_coding 8 1 5 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000427040 protein_coding 3 1 4 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000342173 protein_coding 11 1 5 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000488176 protein_coding 1 3 5 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000370109 protein_coding 8 1 4 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000427040 protein_coding 3 1 3 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000342173 protein_coding 11 1 4 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000488176 protein_coding 1 3 4 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000370109 protein_coding 8 1 3 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000427040 protein_coding 3 1 2 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000342173 protein_coding 11 1 3 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000488176 protein_coding 1 3 3 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000370109 protein_coding 8 1 2 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000427040 protein_coding 3 1 1 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000342173 protein_coding 11 1 2 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000488176 protein_coding 1 3 2 DPH5 ENSG00000117543 +transcript chr1 101236865 101239519 ENST00000475821 protein_coding 2 2 NA S1PR1 ENSG00000170989 +transcript chr1 101237019 101241518 ENST00000305352 protein_coding 7 1 NA S1PR1 ENSG00000170989 +transcript chr1 101237498 101241189 ENST00000649383 protein_coding 1 NA NA S1PR1 ENSG00000170989 +transcript chr1 101238090 101241372 ENST00000475289 protein_coding 2 3 NA S1PR1 ENSG00000170989 +transcript chr1 101238335 101241308 ENST00000648480 protein_coding 1 NA NA S1PR1 ENSG00000170989 +CDS chr1 101238985 101239519 ENST00000475821 protein_coding 2 2 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000305352 protein_coding 7 1 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000649383 protein_coding 1 NA 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000475289 protein_coding 2 3 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000648480 protein_coding 1 NA 2 S1PR1 ENSG00000170989 +transcript chr1 101802560 101996926 ENST00000370103 protein_coding 9 1 NA OLFM3 ENSG00000118733 +transcript chr1 101803486 101846973 ENST00000338858 protein_coding 9 1 NA OLFM3 ENSG00000118733 +transcript chr1 101803486 101837029 ENST00000536598 protein_coding 1 5 NA OLFM3 ENSG00000118733 +CDS chr1 101804241 101804915 ENST00000338858 protein_coding 9 1 6 OLFM3 ENSG00000118733 +CDS chr1 101804241 101804915 ENST00000370103 protein_coding 9 1 6 OLFM3 ENSG00000118733 +CDS chr1 101806076 101806182 ENST00000338858 protein_coding 9 1 5 OLFM3 ENSG00000118733 +CDS chr1 101806076 101806182 ENST00000370103 protein_coding 9 1 5 OLFM3 ENSG00000118733 +CDS chr1 101813094 101813146 ENST00000536598 protein_coding 1 5 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000338858 protein_coding 9 1 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000370103 protein_coding 9 1 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000536598 protein_coding 1 5 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830827 ENST00000338858 protein_coding 9 1 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830827 ENST00000370103 protein_coding 9 1 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830818 ENST00000536598 protein_coding 1 5 2 OLFM3 ENSG00000118733 +CDS chr1 101836879 101837025 ENST00000338858 protein_coding 9 1 2 OLFM3 ENSG00000118733 +CDS chr1 101836879 101837025 ENST00000370103 protein_coding 9 1 2 OLFM3 ENSG00000118733 +CDS chr1 101846845 101846973 ENST00000338858 protein_coding 9 1 1 OLFM3 ENSG00000118733 +CDS chr1 101996748 101996816 ENST00000370103 protein_coding 9 1 1 OLFM3 ENSG00000118733 +transcript chr1 102876467 103108496 ENST00000358392 protein_coding 6 5 NA COL11A1 ENSG00000060718 +transcript chr1 102876468 103108496 ENST00000353414 protein_coding 8 5 NA COL11A1 ENSG00000060718 +transcript chr1 102876473 103108522 ENST00000370096 protein_coding 9 1 NA COL11A1 ENSG00000060718 +transcript chr1 102877951 103108479 ENST00000512756 protein_coding 5 1 NA COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000370096 protein_coding 9 1 67 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000512756 protein_coding 5 1 65 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000353414 protein_coding 8 5 66 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000358392 protein_coding 6 5 67 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000370096 protein_coding 9 1 66 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000512756 protein_coding 5 1 64 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000353414 protein_coding 8 5 65 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000358392 protein_coding 6 5 66 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000370096 protein_coding 9 1 65 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000512756 protein_coding 5 1 63 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000353414 protein_coding 8 5 64 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000358392 protein_coding 6 5 65 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000370096 protein_coding 9 1 64 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000512756 protein_coding 5 1 62 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000353414 protein_coding 8 5 63 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000358392 protein_coding 6 5 64 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000370096 protein_coding 9 1 63 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000512756 protein_coding 5 1 61 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000353414 protein_coding 8 5 62 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000358392 protein_coding 6 5 63 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000370096 protein_coding 9 1 62 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000512756 protein_coding 5 1 60 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000353414 protein_coding 8 5 61 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000358392 protein_coding 6 5 62 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000370096 protein_coding 9 1 61 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000512756 protein_coding 5 1 59 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000353414 protein_coding 8 5 60 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000358392 protein_coding 6 5 61 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000370096 protein_coding 9 1 60 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000512756 protein_coding 5 1 58 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000353414 protein_coding 8 5 59 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000358392 protein_coding 6 5 60 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000370096 protein_coding 9 1 59 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000512756 protein_coding 5 1 57 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000353414 protein_coding 8 5 58 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000358392 protein_coding 6 5 59 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000370096 protein_coding 9 1 58 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000512756 protein_coding 5 1 56 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000353414 protein_coding 8 5 57 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000358392 protein_coding 6 5 58 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000370096 protein_coding 9 1 57 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000512756 protein_coding 5 1 55 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000353414 protein_coding 8 5 56 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000358392 protein_coding 6 5 57 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000370096 protein_coding 9 1 56 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000512756 protein_coding 5 1 54 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000353414 protein_coding 8 5 55 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000358392 protein_coding 6 5 56 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000370096 protein_coding 9 1 55 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000512756 protein_coding 5 1 53 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000353414 protein_coding 8 5 54 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000358392 protein_coding 6 5 55 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000370096 protein_coding 9 1 54 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000512756 protein_coding 5 1 52 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000353414 protein_coding 8 5 53 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000358392 protein_coding 6 5 54 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000370096 protein_coding 9 1 53 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000512756 protein_coding 5 1 51 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000353414 protein_coding 8 5 52 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000358392 protein_coding 6 5 53 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000370096 protein_coding 9 1 52 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000512756 protein_coding 5 1 50 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000353414 protein_coding 8 5 51 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000358392 protein_coding 6 5 52 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000370096 protein_coding 9 1 51 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000512756 protein_coding 5 1 49 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000353414 protein_coding 8 5 50 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000358392 protein_coding 6 5 51 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000370096 protein_coding 9 1 50 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000512756 protein_coding 5 1 48 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000353414 protein_coding 8 5 49 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000358392 protein_coding 6 5 50 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000370096 protein_coding 9 1 49 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000512756 protein_coding 5 1 47 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000353414 protein_coding 8 5 48 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000358392 protein_coding 6 5 49 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000370096 protein_coding 9 1 48 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000512756 protein_coding 5 1 46 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000353414 protein_coding 8 5 47 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000358392 protein_coding 6 5 48 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000370096 protein_coding 9 1 47 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000512756 protein_coding 5 1 45 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000353414 protein_coding 8 5 46 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000358392 protein_coding 6 5 47 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000370096 protein_coding 9 1 46 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000512756 protein_coding 5 1 44 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000353414 protein_coding 8 5 45 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000358392 protein_coding 6 5 46 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000370096 protein_coding 9 1 45 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000512756 protein_coding 5 1 43 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000353414 protein_coding 8 5 44 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000358392 protein_coding 6 5 45 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000370096 protein_coding 9 1 44 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000512756 protein_coding 5 1 42 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000353414 protein_coding 8 5 43 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000358392 protein_coding 6 5 44 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000370096 protein_coding 9 1 43 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000512756 protein_coding 5 1 41 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000353414 protein_coding 8 5 42 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000358392 protein_coding 6 5 43 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000370096 protein_coding 9 1 42 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000512756 protein_coding 5 1 40 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000353414 protein_coding 8 5 41 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000358392 protein_coding 6 5 42 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000370096 protein_coding 9 1 41 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000512756 protein_coding 5 1 39 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000353414 protein_coding 8 5 40 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000358392 protein_coding 6 5 41 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000370096 protein_coding 9 1 40 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000512756 protein_coding 5 1 38 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000353414 protein_coding 8 5 39 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000358392 protein_coding 6 5 40 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000370096 protein_coding 9 1 39 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000512756 protein_coding 5 1 37 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000353414 protein_coding 8 5 38 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000358392 protein_coding 6 5 39 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000370096 protein_coding 9 1 38 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000512756 protein_coding 5 1 36 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000353414 protein_coding 8 5 37 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000358392 protein_coding 6 5 38 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000370096 protein_coding 9 1 37 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000512756 protein_coding 5 1 35 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000353414 protein_coding 8 5 36 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000358392 protein_coding 6 5 37 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000370096 protein_coding 9 1 36 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000512756 protein_coding 5 1 34 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000353414 protein_coding 8 5 35 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000358392 protein_coding 6 5 36 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000370096 protein_coding 9 1 35 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000512756 protein_coding 5 1 33 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000353414 protein_coding 8 5 34 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000358392 protein_coding 6 5 35 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000370096 protein_coding 9 1 34 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000512756 protein_coding 5 1 32 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000353414 protein_coding 8 5 33 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000358392 protein_coding 6 5 34 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000370096 protein_coding 9 1 33 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000512756 protein_coding 5 1 31 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000353414 protein_coding 8 5 32 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000358392 protein_coding 6 5 33 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000370096 protein_coding 9 1 32 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000512756 protein_coding 5 1 30 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000353414 protein_coding 8 5 31 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000358392 protein_coding 6 5 32 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000370096 protein_coding 9 1 31 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000512756 protein_coding 5 1 29 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000353414 protein_coding 8 5 30 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000358392 protein_coding 6 5 31 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000370096 protein_coding 9 1 30 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000512756 protein_coding 5 1 28 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000353414 protein_coding 8 5 29 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000358392 protein_coding 6 5 30 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000370096 protein_coding 9 1 29 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000512756 protein_coding 5 1 27 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000353414 protein_coding 8 5 28 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000358392 protein_coding 6 5 29 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000370096 protein_coding 9 1 28 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000512756 protein_coding 5 1 26 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000353414 protein_coding 8 5 27 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000358392 protein_coding 6 5 28 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000370096 protein_coding 9 1 27 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000512756 protein_coding 5 1 25 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000353414 protein_coding 8 5 26 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000358392 protein_coding 6 5 27 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000370096 protein_coding 9 1 26 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000512756 protein_coding 5 1 24 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000353414 protein_coding 8 5 25 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000358392 protein_coding 6 5 26 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000370096 protein_coding 9 1 25 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000512756 protein_coding 5 1 23 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000353414 protein_coding 8 5 24 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000358392 protein_coding 6 5 25 COL11A1 ENSG00000060718 +transcript chr1 103001014 103108485 ENST00000461720 protein_coding 6 5 NA COL11A1 ENSG00000060718 +transcript chr1 103001079 103108872 ENST00000645458 protein_coding 1 NA NA COL11A1 ENSG00000060718 +CDS chr1 103001157 103001201 ENST00000461720 protein_coding 6 5 26 COL11A1 ENSG00000060718 +CDS chr1 103001157 103001201 ENST00000645458 protein_coding 1 NA 26 COL11A1 ENSG00000060718 +transcript chr1 103001260 103108522 ENST00000647280 protein_coding 1 NA NA COL11A1 ENSG00000060718 +transcript chr1 103001260 103108522 ENST00000644186 protein_coding 1 NA NA COL11A1 ENSG00000060718 +CDS chr1 103001506 103001631 ENST00000647280 protein_coding 1 NA 25 COL11A1 ENSG00000060718 +CDS chr1 103001859 103001969 ENST00000644186 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000370096 protein_coding 9 1 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000512756 protein_coding 5 1 22 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000461720 protein_coding 6 5 25 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000645458 protein_coding 1 NA 25 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000647280 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000353414 protein_coding 8 5 23 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000358392 protein_coding 6 5 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000370096 protein_coding 9 1 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000512756 protein_coding 5 1 21 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000461720 protein_coding 6 5 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000645458 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000647280 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000644186 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000353414 protein_coding 8 5 22 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000358392 protein_coding 6 5 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000370096 protein_coding 9 1 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000512756 protein_coding 5 1 20 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000461720 protein_coding 6 5 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000645458 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000647280 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000644186 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000353414 protein_coding 8 5 21 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000358392 protein_coding 6 5 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000370096 protein_coding 9 1 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000512756 protein_coding 5 1 19 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000461720 protein_coding 6 5 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000645458 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000647280 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000644186 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000353414 protein_coding 8 5 20 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000358392 protein_coding 6 5 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000370096 protein_coding 9 1 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000512756 protein_coding 5 1 18 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000461720 protein_coding 6 5 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000645458 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000647280 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000644186 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000353414 protein_coding 8 5 19 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000358392 protein_coding 6 5 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000370096 protein_coding 9 1 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000512756 protein_coding 5 1 17 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000461720 protein_coding 6 5 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000645458 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000647280 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000644186 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000353414 protein_coding 8 5 18 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000358392 protein_coding 6 5 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000370096 protein_coding 9 1 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000512756 protein_coding 5 1 16 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000461720 protein_coding 6 5 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000645458 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000647280 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000644186 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000353414 protein_coding 8 5 17 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000358392 protein_coding 6 5 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000370096 protein_coding 9 1 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000512756 protein_coding 5 1 15 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000461720 protein_coding 6 5 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000645458 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000647280 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000644186 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000353414 protein_coding 8 5 16 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000358392 protein_coding 6 5 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000370096 protein_coding 9 1 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000512756 protein_coding 5 1 14 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000461720 protein_coding 6 5 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000645458 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000647280 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000644186 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000353414 protein_coding 8 5 15 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000358392 protein_coding 6 5 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000370096 protein_coding 9 1 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000512756 protein_coding 5 1 13 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000461720 protein_coding 6 5 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000645458 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000647280 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000644186 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000353414 protein_coding 8 5 14 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000358392 protein_coding 6 5 15 COL11A1 ENSG00000060718 +transcript chr1 103008473 103108178 ENST00000427239 protein_coding 5 5 NA COL11A1 ENSG00000060718 +CDS chr1 103008473 103008516 ENST00000427239 protein_coding 5 5 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000370096 protein_coding 9 1 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000512756 protein_coding 5 1 12 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000461720 protein_coding 6 5 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000645458 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000647280 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000644186 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000427239 protein_coding 5 5 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000353414 protein_coding 8 5 13 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000358392 protein_coding 6 5 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000370096 protein_coding 9 1 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000512756 protein_coding 5 1 11 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000461720 protein_coding 6 5 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000645458 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000647280 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000644186 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000427239 protein_coding 5 5 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000353414 protein_coding 8 5 12 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000358392 protein_coding 6 5 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000370096 protein_coding 9 1 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000512756 protein_coding 5 1 10 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000461720 protein_coding 6 5 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000645458 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000647280 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000644186 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000427239 protein_coding 5 5 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000353414 protein_coding 8 5 11 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000358392 protein_coding 6 5 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000370096 protein_coding 9 1 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000512756 protein_coding 5 1 9 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000461720 protein_coding 6 5 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000645458 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000647280 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000644186 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000427239 protein_coding 5 5 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000353414 protein_coding 8 5 10 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000358392 protein_coding 6 5 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000370096 protein_coding 9 1 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000512756 protein_coding 5 1 8 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000461720 protein_coding 6 5 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000645458 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000647280 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000644186 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000427239 protein_coding 5 5 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000353414 protein_coding 8 5 9 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000358392 protein_coding 6 5 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000370096 protein_coding 9 1 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000512756 protein_coding 5 1 7 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000461720 protein_coding 6 5 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000645458 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000647280 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000644186 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000427239 protein_coding 5 5 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000353414 protein_coding 8 5 8 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000358392 protein_coding 6 5 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000370096 protein_coding 9 1 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000461720 protein_coding 6 5 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000645458 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000647280 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000644186 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000427239 protein_coding 5 5 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000353414 protein_coding 8 5 7 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000358392 protein_coding 6 5 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000370096 protein_coding 9 1 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000461720 protein_coding 6 5 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000645458 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000647280 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000644186 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000427239 protein_coding 5 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000353414 protein_coding 8 5 6 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000358392 protein_coding 6 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000461720 protein_coding 6 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000427239 protein_coding 5 5 6 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000358392 protein_coding 6 5 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000370096 protein_coding 9 1 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000512756 protein_coding 5 1 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000461720 protein_coding 6 5 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000645458 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000647280 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000644186 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +transcript chr1 103030901 103082859 ENST00000447608 protein_coding 1 5 NA COL11A1 ENSG00000060718 +CDS chr1 103031077 103031244 ENST00000447608 protein_coding 1 5 4 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000370096 protein_coding 9 1 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000512756 protein_coding 5 1 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000461720 protein_coding 6 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000645458 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000647280 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000644186 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000427239 protein_coding 5 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000353414 protein_coding 8 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000358392 protein_coding 6 5 5 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000370096 protein_coding 9 1 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000512756 protein_coding 5 1 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000461720 protein_coding 6 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000645458 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000647280 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000644186 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000427239 protein_coding 5 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000447608 protein_coding 1 5 3 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000353414 protein_coding 8 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000358392 protein_coding 6 5 4 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000370096 protein_coding 9 1 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000512756 protein_coding 5 1 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000461720 protein_coding 6 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000645458 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000647280 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000644186 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000427239 protein_coding 5 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000447608 protein_coding 1 5 2 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000353414 protein_coding 8 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000358392 protein_coding 6 5 3 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000370096 protein_coding 9 1 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000512756 protein_coding 5 1 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000461720 protein_coding 6 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000645458 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000647280 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000644186 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000427239 protein_coding 5 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082859 ENST00000447608 protein_coding 1 5 1 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000353414 protein_coding 8 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000358392 protein_coding 6 5 2 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000370096 protein_coding 9 1 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000512756 protein_coding 5 1 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000461720 protein_coding 6 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000645458 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000647280 protein_coding 1 NA 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000644186 protein_coding 1 NA 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000427239 protein_coding 5 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000353414 protein_coding 8 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000358392 protein_coding 6 5 1 COL11A1 ENSG00000060718 +transcript chr1 103525691 103553343 ENST00000524631 protein_coding 5 2 NA RNPC3 ENSG00000185946 +transcript chr1 103525697 103535441 ENST00000531883 protein_coding 5 2 NA RNPC3 ENSG00000185946 +transcript chr1 103525699 103555112 ENST00000533099 protein_coding 5 5 NA RNPC3 ENSG00000185946 +transcript chr1 103525699 103555239 ENST00000423855 protein_coding 7 1 NA RNPC3 ENSG00000185946 +transcript chr1 103525757 103541475 ENST00000527062 protein_coding 5 5 NA RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000524631 protein_coding 5 2 1 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000531883 protein_coding 5 2 2 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000533099 protein_coding 5 5 2 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000423855 protein_coding 7 1 1 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000524631 protein_coding 5 2 2 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000531883 protein_coding 5 2 3 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000533099 protein_coding 5 5 3 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000423855 protein_coding 7 1 2 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000524631 protein_coding 5 2 3 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000531883 protein_coding 5 2 4 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000533099 protein_coding 5 5 4 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000423855 protein_coding 7 1 3 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000524631 protein_coding 5 2 4 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000531883 protein_coding 5 2 5 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000533099 protein_coding 5 5 5 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000423855 protein_coding 7 1 4 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000524631 protein_coding 5 2 5 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000531883 protein_coding 5 2 6 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000533099 protein_coding 5 5 6 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000423855 protein_coding 7 1 5 RNPC3 ENSG00000185946 +CDS chr1 103535364 103535441 ENST00000527062 protein_coding 5 5 5 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000524631 protein_coding 5 2 6 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000533099 protein_coding 5 5 7 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000527062 protein_coding 5 5 6 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000423855 protein_coding 7 1 6 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000524631 protein_coding 5 2 7 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000533099 protein_coding 5 5 8 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000527062 protein_coding 5 5 7 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000423855 protein_coding 7 1 7 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000524631 protein_coding 5 2 8 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000533099 protein_coding 5 5 9 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000527062 protein_coding 5 5 8 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000423855 protein_coding 7 1 8 RNPC3 ENSG00000185946 +transcript chr1 103541361 103547035 ENST00000524641 protein_coding 1 4 NA RNPC3 ENSG00000185946 +CDS chr1 103541361 103541475 ENST00000524641 protein_coding 1 4 1 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000533099 protein_coding 5 5 10 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000423855 protein_coding 7 1 9 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000524641 protein_coding 1 4 2 RNPC3 ENSG00000185946 +CDS chr1 103543299 103543447 ENST00000524631 protein_coding 5 2 9 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000524631 protein_coding 5 2 10 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000533099 protein_coding 5 5 11 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000423855 protein_coding 7 1 10 RNPC3 ENSG00000185946 +CDS chr1 103544977 103545102 ENST00000524641 protein_coding 1 4 3 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000524631 protein_coding 5 2 11 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000533099 protein_coding 5 5 12 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000423855 protein_coding 7 1 11 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000524641 protein_coding 1 4 4 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000524631 protein_coding 5 2 12 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000533099 protein_coding 5 5 13 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000423855 protein_coding 7 1 12 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000524641 protein_coding 1 4 5 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000524631 protein_coding 5 2 13 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000533099 protein_coding 5 5 14 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000423855 protein_coding 7 1 13 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000524631 protein_coding 5 2 14 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000533099 protein_coding 5 5 15 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000423855 protein_coding 7 1 14 RNPC3 ENSG00000185946 +transcript chr1 103554700 103579529 ENST00000361355 protein_coding 8 1 NA AMY2B ENSG00000240038 +transcript chr1 103561757 103572229 ENST00000435302 protein_coding 5 3 NA AMY2B ENSG00000240038 +transcript chr1 103565031 103572200 ENST00000453959 protein_coding 5 2 NA AMY2B ENSG00000240038 +transcript chr1 103571100 103579530 ENST00000610648 protein_coding 1 1 NA AMY2B ENSG00000240038 +transcript chr1 103571589 103579534 ENST00000684275 protein_coding 1 NA NA AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000361355 protein_coding 8 1 3 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000435302 protein_coding 5 3 3 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000453959 protein_coding 5 2 2 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000610648 protein_coding 1 1 2 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000684275 protein_coding 1 NA 1 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000361355 protein_coding 8 1 4 AMY2B ENSG00000240038 +CDS chr1 103572110 103572229 ENST00000435302 protein_coding 5 3 4 AMY2B ENSG00000240038 +CDS chr1 103572110 103572200 ENST00000453959 protein_coding 5 2 3 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000610648 protein_coding 1 1 3 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000684275 protein_coding 1 NA 2 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000361355 protein_coding 8 1 5 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000610648 protein_coding 1 1 4 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000684275 protein_coding 1 NA 3 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000361355 protein_coding 8 1 6 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000610648 protein_coding 1 1 5 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000684275 protein_coding 1 NA 4 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000361355 protein_coding 8 1 7 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000610648 protein_coding 1 1 6 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000684275 protein_coding 1 NA 5 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000361355 protein_coding 8 1 8 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000610648 protein_coding 1 1 7 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000684275 protein_coding 1 NA 6 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000361355 protein_coding 8 1 9 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000610648 protein_coding 1 1 8 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000684275 protein_coding 1 NA 7 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000361355 protein_coding 8 1 10 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000610648 protein_coding 1 1 9 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000684275 protein_coding 1 NA 8 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000361355 protein_coding 8 1 11 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000610648 protein_coding 1 1 10 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000684275 protein_coding 1 NA 9 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000361355 protein_coding 8 1 12 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000610648 protein_coding 1 1 11 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000684275 protein_coding 1 NA 10 AMY2B ENSG00000240038 +transcript chr1 103617427 103620668 ENST00000423678 protein_coding 2 3 NA AMY2A ENSG00000243480 +transcript chr1 103617427 103625780 ENST00000414303 protein_coding 7 1 NA AMY2A ENSG00000243480 +CDS chr1 103617441 103617608 ENST00000423678 protein_coding 2 3 1 AMY2A ENSG00000243480 +CDS chr1 103617441 103617608 ENST00000414303 protein_coding 7 1 1 AMY2A ENSG00000243480 +CDS chr1 103617954 103618100 ENST00000423678 protein_coding 2 3 2 AMY2A ENSG00000243480 +CDS chr1 103617954 103618100 ENST00000414303 protein_coding 7 1 2 AMY2A ENSG00000243480 +CDS chr1 103618911 103619108 ENST00000423678 protein_coding 2 3 3 AMY2A ENSG00000243480 +CDS chr1 103618911 103619108 ENST00000414303 protein_coding 7 1 3 AMY2A ENSG00000243480 +CDS chr1 103619554 103619784 ENST00000414303 protein_coding 7 1 4 AMY2A ENSG00000243480 +CDS chr1 103620551 103620668 ENST00000423678 protein_coding 2 3 4 AMY2A ENSG00000243480 +CDS chr1 103620551 103620684 ENST00000414303 protein_coding 7 1 5 AMY2A ENSG00000243480 +CDS chr1 103621577 103621699 ENST00000414303 protein_coding 7 1 6 AMY2A ENSG00000243480 +CDS chr1 103621794 103621893 ENST00000414303 protein_coding 7 1 7 AMY2A ENSG00000243480 +CDS chr1 103623866 103623984 ENST00000414303 protein_coding 7 1 8 AMY2A ENSG00000243480 +CDS chr1 103624096 103624221 ENST00000414303 protein_coding 7 1 9 AMY2A ENSG00000243480 +CDS chr1 103625557 103625743 ENST00000414303 protein_coding 7 1 10 AMY2A ENSG00000243480 +transcript chr1 103655760 103664554 ENST00000370083 protein_coding 9 1 NA AMY1A ENSG00000237763 +transcript chr1 103656018 103656990 ENST00000422549 protein_coding 1 3 NA AMY1A ENSG00000237763 +CDS chr1 103656331 103656498 ENST00000370083 protein_coding 9 1 2 AMY1A ENSG00000237763 +CDS chr1 103656331 103656498 ENST00000422549 protein_coding 1 3 2 AMY1A ENSG00000237763 +CDS chr1 103656844 103656990 ENST00000370083 protein_coding 9 1 3 AMY1A ENSG00000237763 +CDS chr1 103656844 103656990 ENST00000422549 protein_coding 1 3 3 AMY1A ENSG00000237763 +CDS chr1 103657794 103657991 ENST00000370083 protein_coding 9 1 4 AMY1A ENSG00000237763 +CDS chr1 103658440 103658670 ENST00000370083 protein_coding 9 1 5 AMY1A ENSG00000237763 +CDS chr1 103659410 103659543 ENST00000370083 protein_coding 9 1 6 AMY1A ENSG00000237763 +CDS chr1 103660360 103660482 ENST00000370083 protein_coding 9 1 7 AMY1A ENSG00000237763 +CDS chr1 103660577 103660676 ENST00000370083 protein_coding 9 1 8 AMY1A ENSG00000237763 +CDS chr1 103662657 103662775 ENST00000370083 protein_coding 9 1 9 AMY1A ENSG00000237763 +CDS chr1 103662886 103663011 ENST00000370083 protein_coding 9 1 10 AMY1A ENSG00000237763 +CDS chr1 103664331 103664517 ENST00000370083 protein_coding 9 1 11 AMY1A ENSG00000237763 +transcript chr1 103687415 103696210 ENST00000330330 protein_coding 10 1 NA AMY1B ENSG00000174876 +transcript chr1 103687415 103696454 ENST00000370080 protein_coding 7 2 NA AMY1B ENSG00000174876 +CDS chr1 103687452 103687638 ENST00000330330 protein_coding 10 1 11 AMY1B ENSG00000174876 +CDS chr1 103687452 103687638 ENST00000370080 protein_coding 7 2 11 AMY1B ENSG00000174876 +CDS chr1 103688958 103689083 ENST00000330330 protein_coding 10 1 10 AMY1B ENSG00000174876 +CDS chr1 103688958 103689083 ENST00000370080 protein_coding 7 2 10 AMY1B ENSG00000174876 +CDS chr1 103689194 103689312 ENST00000330330 protein_coding 10 1 9 AMY1B ENSG00000174876 +CDS chr1 103689194 103689312 ENST00000370080 protein_coding 7 2 9 AMY1B ENSG00000174876 +CDS chr1 103691294 103691393 ENST00000330330 protein_coding 10 1 8 AMY1B ENSG00000174876 +CDS chr1 103691294 103691393 ENST00000370080 protein_coding 7 2 8 AMY1B ENSG00000174876 +CDS chr1 103691488 103691610 ENST00000330330 protein_coding 10 1 7 AMY1B ENSG00000174876 +CDS chr1 103691488 103691610 ENST00000370080 protein_coding 7 2 7 AMY1B ENSG00000174876 +CDS chr1 103692427 103692560 ENST00000330330 protein_coding 10 1 6 AMY1B ENSG00000174876 +CDS chr1 103692427 103692560 ENST00000370080 protein_coding 7 2 6 AMY1B ENSG00000174876 +CDS chr1 103693300 103693530 ENST00000330330 protein_coding 10 1 5 AMY1B ENSG00000174876 +CDS chr1 103693300 103693530 ENST00000370080 protein_coding 7 2 5 AMY1B ENSG00000174876 +CDS chr1 103693979 103694176 ENST00000330330 protein_coding 10 1 4 AMY1B ENSG00000174876 +CDS chr1 103693979 103694176 ENST00000370080 protein_coding 7 2 4 AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000330330 protein_coding 10 1 3 AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000370080 protein_coding 7 2 3 AMY1B ENSG00000174876 +transcript chr1 103694980 103695952 ENST00000425410 protein_coding 1 3 NA AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000425410 protein_coding 1 3 3 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000330330 protein_coding 10 1 2 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000370080 protein_coding 7 2 2 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000425410 protein_coding 1 3 2 AMY1B ENSG00000174876 +transcript chr1 103745323 103758726 ENST00000684141 protein_coding 1 NA NA AMY1C ENSG00000187733 +transcript chr1 103749654 103752750 ENST00000683532 protein_coding 1 NA NA AMY1C ENSG00000187733 +transcript chr1 103749898 103758692 ENST00000622339 protein_coding 5 5 NA AMY1C ENSG00000187733 +transcript chr1 103750406 103758690 ENST00000370079 protein_coding 3 1 NA AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000684141 protein_coding 1 NA 3 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000683532 protein_coding 1 NA 2 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000622339 protein_coding 5 5 2 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000370079 protein_coding 3 1 1 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000684141 protein_coding 1 NA 4 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000683532 protein_coding 1 NA 3 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000622339 protein_coding 5 5 3 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000370079 protein_coding 3 1 2 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000684141 protein_coding 1 NA 5 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000683532 protein_coding 1 NA 4 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000622339 protein_coding 5 5 4 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000370079 protein_coding 3 1 3 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000684141 protein_coding 1 NA 6 AMY1C ENSG00000187733 +CDS chr1 103752579 103752750 ENST00000683532 protein_coding 1 NA 5 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000622339 protein_coding 5 5 5 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000370079 protein_coding 3 1 4 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000684141 protein_coding 1 NA 7 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000622339 protein_coding 5 5 6 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000370079 protein_coding 3 1 5 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000684141 protein_coding 1 NA 8 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000622339 protein_coding 5 5 7 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000370079 protein_coding 3 1 6 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000684141 protein_coding 1 NA 9 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000622339 protein_coding 5 5 8 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000370079 protein_coding 3 1 7 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000684141 protein_coding 1 NA 10 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000622339 protein_coding 5 5 9 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000370079 protein_coding 3 1 8 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000684141 protein_coding 1 NA 11 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000622339 protein_coding 5 5 10 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000370079 protein_coding 3 1 9 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000684141 protein_coding 1 NA 12 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000622339 protein_coding 5 5 11 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000370079 protein_coding 3 1 10 AMY1C ENSG00000187733 +transcript chr1 107056674 107059294 ENST00000370078 protein_coding 2 NA NA PRMT6 ENSG00000198890 +CDS chr1 107056716 107057840 ENST00000370078 protein_coding 2 NA 1 PRMT6 ENSG00000198890 +transcript chr1 107140007 107481849 ENST00000370073 protein_coding 6 5 NA NTNG1 ENSG00000162631 +transcript chr1 107140007 107481853 ENST00000370074 protein_coding 8 1 NA NTNG1 ENSG00000162631 +transcript chr1 107141039 107484923 ENST00000370068 protein_coding 6 5 NA NTNG1 ENSG00000162631 +transcript chr1 107141039 107483458 ENST00000370067 protein_coding 5 5 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370073 protein_coding 6 5 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370074 protein_coding 8 1 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370068 protein_coding 6 5 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370067 protein_coding 5 5 2 NTNG1 ENSG00000162631 +transcript chr1 107148594 107480840 ENST00000370065 protein_coding 1 5 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370065 protein_coding 1 5 1 NTNG1 ENSG00000162631 +transcript chr1 107148594 107480840 ENST00000370066 protein_coding 5 1 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370066 protein_coding 5 1 1 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370073 protein_coding 6 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370074 protein_coding 8 1 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370068 protein_coding 6 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370067 protein_coding 5 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370065 protein_coding 1 5 2 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370066 protein_coding 5 1 2 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370073 protein_coding 6 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370074 protein_coding 8 1 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370068 protein_coding 6 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370067 protein_coding 5 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370065 protein_coding 1 5 3 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370066 protein_coding 5 1 3 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370073 protein_coding 6 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370074 protein_coding 8 1 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370068 protein_coding 6 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370067 protein_coding 5 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370065 protein_coding 1 5 4 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370066 protein_coding 5 1 4 NTNG1 ENSG00000162631 +CDS chr1 107418580 107418645 ENST00000370067 protein_coding 5 5 6 NTNG1 ENSG00000162631 +CDS chr1 107418580 107418645 ENST00000370066 protein_coding 5 1 5 NTNG1 ENSG00000162631 +CDS chr1 107421084 107421143 ENST00000370066 protein_coding 5 1 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370073 protein_coding 6 5 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370068 protein_coding 6 5 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370065 protein_coding 1 5 5 NTNG1 ENSG00000162631 +CDS chr1 107436665 107436799 ENST00000370073 protein_coding 6 5 7 NTNG1 ENSG00000162631 +CDS chr1 107436665 107436799 ENST00000370068 protein_coding 6 5 7 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370073 protein_coding 6 5 8 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370074 protein_coding 8 1 6 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370068 protein_coding 6 5 8 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370067 protein_coding 5 5 7 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370065 protein_coding 1 5 6 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370066 protein_coding 5 1 7 NTNG1 ENSG00000162631 +transcript chr1 107571161 107965180 ENST00000370056 protein_coding 9 1 NA VAV3 ENSG00000134215 +transcript chr1 107571589 107965009 ENST00000527011 protein_coding 5 1 NA VAV3 ENSG00000134215 +transcript chr1 107572975 107688504 ENST00000415432 protein_coding 6 1 NA VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000370056 protein_coding 9 1 27 VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000527011 protein_coding 5 1 28 VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000415432 protein_coding 6 1 10 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000370056 protein_coding 9 1 26 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000527011 protein_coding 5 1 27 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000415432 protein_coding 6 1 9 VAV3 ENSG00000134215 +CDS chr1 107576392 107576475 ENST00000527011 protein_coding 5 1 26 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000370056 protein_coding 9 1 25 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000527011 protein_coding 5 1 25 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000415432 protein_coding 6 1 8 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000370056 protein_coding 9 1 24 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000527011 protein_coding 5 1 24 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000415432 protein_coding 6 1 7 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000370056 protein_coding 9 1 23 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000527011 protein_coding 5 1 23 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000415432 protein_coding 6 1 6 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000370056 protein_coding 9 1 22 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000527011 protein_coding 5 1 22 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000415432 protein_coding 6 1 5 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000370056 protein_coding 9 1 21 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000527011 protein_coding 5 1 21 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000415432 protein_coding 6 1 4 VAV3 ENSG00000134215 +transcript chr1 107617584 107749508 ENST00000529809 protein_coding 5 4 NA VAV3 ENSG00000134215 +CDS chr1 107617584 107617632 ENST00000529809 protein_coding 5 4 6 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000370056 protein_coding 9 1 20 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000527011 protein_coding 5 1 20 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000415432 protein_coding 6 1 3 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000529809 protein_coding 5 4 5 VAV3 ENSG00000134215 +transcript chr1 107668963 107964853 ENST00000490388 protein_coding 2 2 NA VAV3 ENSG00000134215 +CDS chr1 107669387 107669472 ENST00000490388 protein_coding 2 2 20 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000370056 protein_coding 9 1 19 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000527011 protein_coding 5 1 19 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000415432 protein_coding 6 1 2 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000490388 protein_coding 2 2 19 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000370056 protein_coding 9 1 18 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000527011 protein_coding 5 1 18 VAV3 ENSG00000134215 +CDS chr1 107688381 107688431 ENST00000415432 protein_coding 6 1 1 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000490388 protein_coding 2 2 18 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000370056 protein_coding 9 1 17 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000527011 protein_coding 5 1 17 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000529809 protein_coding 5 4 4 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000490388 protein_coding 2 2 17 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000370056 protein_coding 9 1 16 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000527011 protein_coding 5 1 16 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000529809 protein_coding 5 4 3 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000490388 protein_coding 2 2 16 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000370056 protein_coding 9 1 15 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000527011 protein_coding 5 1 15 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000529809 protein_coding 5 4 2 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000490388 protein_coding 2 2 15 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000370056 protein_coding 9 1 14 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000527011 protein_coding 5 1 14 VAV3 ENSG00000134215 +CDS chr1 107749462 107749508 ENST00000529809 protein_coding 5 4 1 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000490388 protein_coding 2 2 14 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000370056 protein_coding 9 1 13 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000527011 protein_coding 5 1 13 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000490388 protein_coding 2 2 13 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000370056 protein_coding 9 1 12 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000527011 protein_coding 5 1 12 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000490388 protein_coding 2 2 12 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000370056 protein_coding 9 1 11 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000527011 protein_coding 5 1 11 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000490388 protein_coding 2 2 11 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000370056 protein_coding 9 1 10 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000527011 protein_coding 5 1 10 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000490388 protein_coding 2 2 10 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000370056 protein_coding 9 1 9 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000527011 protein_coding 5 1 9 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000490388 protein_coding 2 2 9 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000370056 protein_coding 9 1 8 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000527011 protein_coding 5 1 8 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000490388 protein_coding 2 2 8 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000370056 protein_coding 9 1 7 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000527011 protein_coding 5 1 7 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000490388 protein_coding 2 2 7 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000370056 protein_coding 9 1 6 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000527011 protein_coding 5 1 6 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000490388 protein_coding 2 2 6 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000370056 protein_coding 9 1 5 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000527011 protein_coding 5 1 5 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000490388 protein_coding 2 2 5 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000370056 protein_coding 9 1 4 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000527011 protein_coding 5 1 4 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000490388 protein_coding 2 2 4 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000370056 protein_coding 9 1 3 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000527011 protein_coding 5 1 3 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000490388 protein_coding 2 2 3 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000370056 protein_coding 9 1 2 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000527011 protein_coding 5 1 2 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000490388 protein_coding 2 2 2 VAV3 ENSG00000134215 +CDS chr1 107964666 107964869 ENST00000370056 protein_coding 9 1 1 VAV3 ENSG00000134215 +CDS chr1 107964666 107964869 ENST00000527011 protein_coding 5 1 1 VAV3 ENSG00000134215 +CDS chr1 107964666 107964853 ENST00000490388 protein_coding 2 2 1 VAV3 ENSG00000134215 +transcript chr1 108134043 108200343 ENST00000565488 protein_coding 6 1 NA SLC25A24 ENSG00000085491 +transcript chr1 108134823 108192818 ENST00000370041 protein_coding 4 1 NA SLC25A24 ENSG00000085491 +CDS chr1 108136656 108136837 ENST00000565488 protein_coding 6 1 10 SLC25A24 ENSG00000085491 +CDS chr1 108136656 108136837 ENST00000370041 protein_coding 4 1 10 SLC25A24 ENSG00000085491 +CDS chr1 108139058 108139208 ENST00000565488 protein_coding 6 1 9 SLC25A24 ENSG00000085491 +CDS chr1 108139058 108139208 ENST00000370041 protein_coding 4 1 9 SLC25A24 ENSG00000085491 +CDS chr1 108143543 108143710 ENST00000565488 protein_coding 6 1 8 SLC25A24 ENSG00000085491 +CDS chr1 108143543 108143710 ENST00000370041 protein_coding 4 1 8 SLC25A24 ENSG00000085491 +CDS chr1 108148279 108148386 ENST00000565488 protein_coding 6 1 7 SLC25A24 ENSG00000085491 +CDS chr1 108148279 108148386 ENST00000370041 protein_coding 4 1 7 SLC25A24 ENSG00000085491 +CDS chr1 108154983 108155135 ENST00000565488 protein_coding 6 1 6 SLC25A24 ENSG00000085491 +CDS chr1 108154983 108155135 ENST00000370041 protein_coding 4 1 6 SLC25A24 ENSG00000085491 +CDS chr1 108157462 108157620 ENST00000565488 protein_coding 6 1 5 SLC25A24 ENSG00000085491 +CDS chr1 108157462 108157620 ENST00000370041 protein_coding 4 1 5 SLC25A24 ENSG00000085491 +CDS chr1 108161182 108161293 ENST00000565488 protein_coding 6 1 4 SLC25A24 ENSG00000085491 +CDS chr1 108161182 108161293 ENST00000370041 protein_coding 4 1 4 SLC25A24 ENSG00000085491 +CDS chr1 108181941 108182028 ENST00000565488 protein_coding 6 1 3 SLC25A24 ENSG00000085491 +CDS chr1 108181941 108182028 ENST00000370041 protein_coding 4 1 3 SLC25A24 ENSG00000085491 +CDS chr1 108185828 108185954 ENST00000565488 protein_coding 6 1 2 SLC25A24 ENSG00000085491 +CDS chr1 108185828 108185954 ENST00000370041 protein_coding 4 1 2 SLC25A24 ENSG00000085491 +CDS chr1 108192496 108192621 ENST00000370041 protein_coding 4 1 1 SLC25A24 ENSG00000085491 +transcript chr1 108198493 108200849 ENST00000569674 protein_coding 1 NA NA SLC25A24 ENSG00000085491 +CDS chr1 108199932 108200138 ENST00000569674 protein_coding 1 NA 1 SLC25A24 ENSG00000085491 +CDS chr1 108199956 108200138 ENST00000565488 protein_coding 6 1 1 SLC25A24 ENSG00000085491 +transcript chr1 108222464 108244076 ENST00000415641 protein_coding 8 2 NA NBPF4 ENSG00000196427 +transcript chr1 108223705 108244081 ENST00000613157 protein_coding 2 5 NA NBPF4 ENSG00000196427 +CDS chr1 108223708 108223746 ENST00000415641 protein_coding 8 2 15 NBPF4 ENSG00000196427 +CDS chr1 108223708 108223746 ENST00000613157 protein_coding 2 5 16 NBPF4 ENSG00000196427 +CDS chr1 108226679 108226893 ENST00000415641 protein_coding 8 2 14 NBPF4 ENSG00000196427 +CDS chr1 108226679 108226893 ENST00000613157 protein_coding 2 5 15 NBPF4 ENSG00000196427 +CDS chr1 108228920 108229156 ENST00000415641 protein_coding 8 2 13 NBPF4 ENSG00000196427 +CDS chr1 108228920 108229156 ENST00000613157 protein_coding 2 5 14 NBPF4 ENSG00000196427 +CDS chr1 108232256 108232428 ENST00000415641 protein_coding 8 2 12 NBPF4 ENSG00000196427 +CDS chr1 108232256 108232428 ENST00000613157 protein_coding 2 5 13 NBPF4 ENSG00000196427 +CDS chr1 108233160 108233211 ENST00000415641 protein_coding 8 2 11 NBPF4 ENSG00000196427 +CDS chr1 108233160 108233211 ENST00000613157 protein_coding 2 5 12 NBPF4 ENSG00000196427 +CDS chr1 108234242 108234411 ENST00000415641 protein_coding 8 2 10 NBPF4 ENSG00000196427 +CDS chr1 108234242 108234411 ENST00000613157 protein_coding 2 5 11 NBPF4 ENSG00000196427 +CDS chr1 108235236 108235287 ENST00000415641 protein_coding 8 2 9 NBPF4 ENSG00000196427 +CDS chr1 108235236 108235287 ENST00000613157 protein_coding 2 5 10 NBPF4 ENSG00000196427 +CDS chr1 108236270 108236409 ENST00000415641 protein_coding 8 2 8 NBPF4 ENSG00000196427 +CDS chr1 108236270 108236409 ENST00000613157 protein_coding 2 5 9 NBPF4 ENSG00000196427 +CDS chr1 108237011 108237097 ENST00000613157 protein_coding 2 5 8 NBPF4 ENSG00000196427 +CDS chr1 108237287 108237338 ENST00000415641 protein_coding 8 2 7 NBPF4 ENSG00000196427 +CDS chr1 108237287 108237338 ENST00000613157 protein_coding 2 5 7 NBPF4 ENSG00000196427 +CDS chr1 108238748 108238959 ENST00000415641 protein_coding 8 2 6 NBPF4 ENSG00000196427 +CDS chr1 108238748 108238959 ENST00000613157 protein_coding 2 5 6 NBPF4 ENSG00000196427 +CDS chr1 108239828 108239906 ENST00000415641 protein_coding 8 2 5 NBPF4 ENSG00000196427 +CDS chr1 108239828 108239906 ENST00000613157 protein_coding 2 5 5 NBPF4 ENSG00000196427 +CDS chr1 108240950 108241164 ENST00000415641 protein_coding 8 2 4 NBPF4 ENSG00000196427 +CDS chr1 108240950 108241164 ENST00000613157 protein_coding 2 5 4 NBPF4 ENSG00000196427 +CDS chr1 108242074 108242173 ENST00000415641 protein_coding 8 2 3 NBPF4 ENSG00000196427 +CDS chr1 108242074 108242173 ENST00000613157 protein_coding 2 5 3 NBPF4 ENSG00000196427 +CDS chr1 108243584 108243761 ENST00000415641 protein_coding 8 2 2 NBPF4 ENSG00000196427 +CDS chr1 108243584 108243761 ENST00000613157 protein_coding 2 5 2 NBPF4 ENSG00000196427 +transcript chr1 108450282 108470638 ENST00000370040 protein_coding 7 5 NA NBPF6 ENSG00000186086 +transcript chr1 108450321 108465395 ENST00000531446 protein_coding 2 1 NA NBPF6 ENSG00000186086 +transcript chr1 108450343 108471920 ENST00000495380 protein_coding 7 5 NA NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000495380 protein_coding 7 5 2 NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000531446 protein_coding 2 1 2 NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000370040 protein_coding 7 5 2 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000495380 protein_coding 7 5 3 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000531446 protein_coding 2 1 3 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000370040 protein_coding 7 5 3 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000495380 protein_coding 7 5 4 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000531446 protein_coding 2 1 4 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000370040 protein_coding 7 5 4 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000495380 protein_coding 7 5 5 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000531446 protein_coding 2 1 5 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000370040 protein_coding 7 5 5 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000495380 protein_coding 7 5 6 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000531446 protein_coding 2 1 6 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000370040 protein_coding 7 5 6 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000495380 protein_coding 7 5 7 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000531446 protein_coding 2 1 7 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000370040 protein_coding 7 5 7 NBPF6 ENSG00000186086 +CDS chr1 108457248 108457334 ENST00000531446 protein_coding 2 1 8 NBPF6 ENSG00000186086 +CDS chr1 108457248 108457334 ENST00000370040 protein_coding 7 5 8 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000495380 protein_coding 7 5 8 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000531446 protein_coding 2 1 9 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000370040 protein_coding 7 5 9 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000495380 protein_coding 7 5 9 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000531446 protein_coding 2 1 10 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000370040 protein_coding 7 5 10 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000495380 protein_coding 7 5 10 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000531446 protein_coding 2 1 11 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000370040 protein_coding 7 5 11 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000495380 protein_coding 7 5 11 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000531446 protein_coding 2 1 12 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000370040 protein_coding 7 5 12 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000495380 protein_coding 7 5 12 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000531446 protein_coding 2 1 13 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000370040 protein_coding 7 5 13 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465424 ENST00000495380 protein_coding 7 5 13 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465395 ENST00000531446 protein_coding 2 1 14 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465424 ENST00000370040 protein_coding 7 5 14 NBPF6 ENSG00000186086 +CDS chr1 108467451 108467665 ENST00000495380 protein_coding 7 5 14 NBPF6 ENSG00000186086 +CDS chr1 108467451 108467665 ENST00000370040 protein_coding 7 5 15 NBPF6 ENSG00000186086 +CDS chr1 108470597 108470635 ENST00000495380 protein_coding 7 5 15 NBPF6 ENSG00000186086 +CDS chr1 108470597 108470635 ENST00000370040 protein_coding 7 5 16 NBPF6 ENSG00000186086 +transcript chr1 108560089 108644900 ENST00000405454 protein_coding 1 5 NA FAM102B ENSG00000162636 +transcript chr1 108560100 108639322 ENST00000370035 protein_coding 8 1 NA FAM102B ENSG00000162636 +CDS chr1 108560429 108560565 ENST00000405454 protein_coding 1 5 1 FAM102B ENSG00000162636 +CDS chr1 108560429 108560565 ENST00000370035 protein_coding 8 1 1 FAM102B ENSG00000162636 +CDS chr1 108600566 108600686 ENST00000405454 protein_coding 1 5 2 FAM102B ENSG00000162636 +CDS chr1 108600566 108600686 ENST00000370035 protein_coding 8 1 2 FAM102B ENSG00000162636 +CDS chr1 108606223 108606252 ENST00000405454 protein_coding 1 5 3 FAM102B ENSG00000162636 +CDS chr1 108606223 108606252 ENST00000370035 protein_coding 8 1 3 FAM102B ENSG00000162636 +CDS chr1 108612178 108612294 ENST00000405454 protein_coding 1 5 4 FAM102B ENSG00000162636 +CDS chr1 108612178 108612294 ENST00000370035 protein_coding 8 1 4 FAM102B ENSG00000162636 +CDS chr1 108616382 108616428 ENST00000405454 protein_coding 1 5 5 FAM102B ENSG00000162636 +CDS chr1 108616382 108616428 ENST00000370035 protein_coding 8 1 5 FAM102B ENSG00000162636 +CDS chr1 108624645 108624748 ENST00000405454 protein_coding 1 5 6 FAM102B ENSG00000162636 +CDS chr1 108624645 108624748 ENST00000370035 protein_coding 8 1 6 FAM102B ENSG00000162636 +CDS chr1 108628167 108628262 ENST00000405454 protein_coding 1 5 7 FAM102B ENSG00000162636 +CDS chr1 108628167 108628262 ENST00000370035 protein_coding 8 1 7 FAM102B ENSG00000162636 +CDS chr1 108628395 108628584 ENST00000405454 protein_coding 1 5 8 FAM102B ENSG00000162636 +CDS chr1 108628395 108628584 ENST00000370035 protein_coding 8 1 8 FAM102B ENSG00000162636 +CDS chr1 108628677 108628804 ENST00000405454 protein_coding 1 5 9 FAM102B ENSG00000162636 +CDS chr1 108628677 108628804 ENST00000370035 protein_coding 8 1 9 FAM102B ENSG00000162636 +CDS chr1 108629588 108629657 ENST00000405454 protein_coding 1 5 10 FAM102B ENSG00000162636 +CDS chr1 108629588 108629657 ENST00000370035 protein_coding 8 1 10 FAM102B ENSG00000162636 +CDS chr1 108635108 108635147 ENST00000370035 protein_coding 8 1 11 FAM102B ENSG00000162636 +CDS chr1 108644696 108644720 ENST00000405454 protein_coding 1 5 11 FAM102B ENSG00000162636 +transcript chr1 108648290 108661122 ENST00000402983 protein_coding 5 1 NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661055 ENST00000370031 protein_coding 5 5 NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661093 ENST00000651461 protein_coding 1 NA NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661526 ENST00000370032 protein_coding 9 1 NA HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000402983 protein_coding 5 1 8 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000370031 protein_coding 5 5 9 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000651461 protein_coding 1 NA 8 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000370032 protein_coding 9 1 8 HENMT1 ENSG00000162639 +transcript chr1 108648800 108661180 ENST00000420055 protein_coding 1 1 NA HENMT1 ENSG00000162639 +CDS chr1 108648800 108648991 ENST00000420055 protein_coding 1 1 8 HENMT1 ENSG00000162639 +CDS chr1 108649341 108649433 ENST00000370031 protein_coding 5 5 8 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000402983 protein_coding 5 1 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000370031 protein_coding 5 5 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000651461 protein_coding 1 NA 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000370032 protein_coding 9 1 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000420055 protein_coding 1 1 7 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000402983 protein_coding 5 1 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000370031 protein_coding 5 5 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000651461 protein_coding 1 NA 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000370032 protein_coding 9 1 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000420055 protein_coding 1 1 6 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000402983 protein_coding 5 1 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000370031 protein_coding 5 5 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000651461 protein_coding 1 NA 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000370032 protein_coding 9 1 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000420055 protein_coding 1 1 5 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000402983 protein_coding 5 1 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000370031 protein_coding 5 5 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000651461 protein_coding 1 NA 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000370032 protein_coding 9 1 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000420055 protein_coding 1 1 4 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000402983 protein_coding 5 1 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000370031 protein_coding 5 5 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000651461 protein_coding 1 NA 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000370032 protein_coding 9 1 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000420055 protein_coding 1 1 3 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000402983 protein_coding 5 1 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000370031 protein_coding 5 5 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000651461 protein_coding 1 NA 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000370032 protein_coding 9 1 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000420055 protein_coding 1 1 2 HENMT1 ENSG00000162639 +transcript chr1 108692310 108702928 ENST00000370025 protein_coding 9 1 NA PRPF38B ENSG00000134186 +transcript chr1 108692324 108697504 ENST00000370022 protein_coding 9 1 NA PRPF38B ENSG00000134186 +transcript chr1 108692341 108701803 ENST00000370021 protein_coding 1 1 NA PRPF38B ENSG00000134186 +CDS chr1 108692592 108692867 ENST00000370025 protein_coding 9 1 1 PRPF38B ENSG00000134186 +CDS chr1 108692592 108692867 ENST00000370022 protein_coding 9 1 1 PRPF38B ENSG00000134186 +CDS chr1 108695702 108695770 ENST00000370025 protein_coding 9 1 2 PRPF38B ENSG00000134186 +CDS chr1 108695702 108695770 ENST00000370022 protein_coding 9 1 2 PRPF38B ENSG00000134186 +CDS chr1 108695759 108695770 ENST00000370021 protein_coding 1 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370025 protein_coding 9 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370022 protein_coding 9 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370021 protein_coding 1 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370025 protein_coding 9 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370022 protein_coding 9 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370021 protein_coding 1 1 5 PRPF38B ENSG00000134186 +CDS chr1 108696740 108696751 ENST00000370022 protein_coding 9 1 5 PRPF38B ENSG00000134186 +CDS chr1 108698604 108698827 ENST00000370025 protein_coding 9 1 5 PRPF38B ENSG00000134186 +CDS chr1 108698604 108698827 ENST00000370021 protein_coding 1 1 6 PRPF38B ENSG00000134186 +CDS chr1 108699162 108700017 ENST00000370025 protein_coding 9 1 6 PRPF38B ENSG00000134186 +CDS chr1 108699162 108700017 ENST00000370021 protein_coding 1 1 7 PRPF38B ENSG00000134186 +transcript chr1 108712908 108742749 ENST00000370017 protein_coding 9 5 NA FNDC7 ENSG00000143107 +CDS chr1 108712934 108712996 ENST00000370017 protein_coding 9 5 1 FNDC7 ENSG00000143107 +CDS chr1 108713511 108713529 ENST00000370017 protein_coding 9 5 2 FNDC7 ENSG00000143107 +CDS chr1 108717777 108718031 ENST00000370017 protein_coding 9 5 3 FNDC7 ENSG00000143107 +CDS chr1 108718789 108719049 ENST00000370017 protein_coding 9 5 4 FNDC7 ENSG00000143107 +CDS chr1 108722335 108722592 ENST00000370017 protein_coding 9 5 5 FNDC7 ENSG00000143107 +transcript chr1 108722411 108742056 ENST00000445274 protein_coding 1 1 NA FNDC7 ENSG00000143107 +CDS chr1 108722411 108722592 ENST00000445274 protein_coding 1 1 1 FNDC7 ENSG00000143107 +CDS chr1 108725750 108726004 ENST00000370017 protein_coding 9 5 6 FNDC7 ENSG00000143107 +CDS chr1 108725750 108726004 ENST00000445274 protein_coding 1 1 2 FNDC7 ENSG00000143107 +CDS chr1 108727808 108728065 ENST00000370017 protein_coding 9 5 7 FNDC7 ENSG00000143107 +CDS chr1 108727808 108728065 ENST00000445274 protein_coding 1 1 3 FNDC7 ENSG00000143107 +CDS chr1 108728632 108728886 ENST00000370017 protein_coding 9 5 8 FNDC7 ENSG00000143107 +CDS chr1 108728632 108728886 ENST00000445274 protein_coding 1 1 4 FNDC7 ENSG00000143107 +CDS chr1 108730674 108730928 ENST00000370017 protein_coding 9 5 9 FNDC7 ENSG00000143107 +CDS chr1 108730674 108730928 ENST00000445274 protein_coding 1 1 5 FNDC7 ENSG00000143107 +CDS chr1 108733272 108733532 ENST00000370017 protein_coding 9 5 10 FNDC7 ENSG00000143107 +CDS chr1 108733272 108733532 ENST00000445274 protein_coding 1 1 6 FNDC7 ENSG00000143107 +CDS chr1 108737495 108737524 ENST00000370017 protein_coding 9 5 11 FNDC7 ENSG00000143107 +CDS chr1 108741773 108741801 ENST00000370017 protein_coding 9 5 12 FNDC7 ENSG00000143107 +CDS chr1 108741773 108741801 ENST00000445274 protein_coding 1 1 7 FNDC7 ENSG00000143107 +transcript chr1 108746674 108809523 ENST00000370008 protein_coding 4 1 NA STXBP3 ENSG00000116266 +CDS chr1 108746738 108746786 ENST00000370008 protein_coding 4 1 1 STXBP3 ENSG00000116266 +CDS chr1 108752257 108752306 ENST00000370008 protein_coding 4 1 2 STXBP3 ENSG00000116266 +CDS chr1 108753063 108753144 ENST00000370008 protein_coding 4 1 3 STXBP3 ENSG00000116266 +CDS chr1 108756690 108756766 ENST00000370008 protein_coding 4 1 4 STXBP3 ENSG00000116266 +CDS chr1 108758510 108758588 ENST00000370008 protein_coding 4 1 5 STXBP3 ENSG00000116266 +CDS chr1 108759985 108760085 ENST00000370008 protein_coding 4 1 6 STXBP3 ENSG00000116266 +CDS chr1 108772665 108772819 ENST00000370008 protein_coding 4 1 7 STXBP3 ENSG00000116266 +CDS chr1 108776333 108776423 ENST00000370008 protein_coding 4 1 8 STXBP3 ENSG00000116266 +CDS chr1 108779286 108779410 ENST00000370008 protein_coding 4 1 9 STXBP3 ENSG00000116266 +CDS chr1 108782422 108782517 ENST00000370008 protein_coding 4 1 10 STXBP3 ENSG00000116266 +CDS chr1 108782649 108782706 ENST00000370008 protein_coding 4 1 11 STXBP3 ENSG00000116266 +CDS chr1 108793582 108793647 ENST00000370008 protein_coding 4 1 12 STXBP3 ENSG00000116266 +CDS chr1 108794827 108794907 ENST00000370008 protein_coding 4 1 13 STXBP3 ENSG00000116266 +CDS chr1 108796234 108796372 ENST00000370008 protein_coding 4 1 14 STXBP3 ENSG00000116266 +CDS chr1 108796620 108796726 ENST00000370008 protein_coding 4 1 15 STXBP3 ENSG00000116266 +CDS chr1 108798145 108798237 ENST00000370008 protein_coding 4 1 16 STXBP3 ENSG00000116266 +CDS chr1 108800220 108800305 ENST00000370008 protein_coding 4 1 17 STXBP3 ENSG00000116266 +CDS chr1 108807401 108807549 ENST00000370008 protein_coding 4 1 18 STXBP3 ENSG00000116266 +CDS chr1 108808783 108808874 ENST00000370008 protein_coding 4 1 19 STXBP3 ENSG00000116266 +transcript chr1 108815901 108857094 ENST00000370001 protein_coding 8 1 NA AKNAD1 ENSG00000162641 +CDS chr1 108816174 108816302 ENST00000370001 protein_coding 8 1 16 AKNAD1 ENSG00000162641 +CDS chr1 108817048 108817177 ENST00000370001 protein_coding 8 1 15 AKNAD1 ENSG00000162641 +CDS chr1 108820545 108820626 ENST00000370001 protein_coding 8 1 14 AKNAD1 ENSG00000162641 +transcript chr1 108823057 108852717 ENST00000369994 protein_coding 5 5 NA AKNAD1 ENSG00000162641 +transcript chr1 108823057 108857084 ENST00000369995 protein_coding 7 5 NA AKNAD1 ENSG00000162641 +CDS chr1 108823156 108823244 ENST00000369994 protein_coding 5 5 13 AKNAD1 ENSG00000162641 +CDS chr1 108823156 108823271 ENST00000369995 protein_coding 7 5 14 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000370001 protein_coding 8 1 13 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000369994 protein_coding 5 5 12 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000369995 protein_coding 7 5 13 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000370001 protein_coding 8 1 12 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000369994 protein_coding 5 5 11 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000369995 protein_coding 7 5 12 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000370001 protein_coding 8 1 11 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000369994 protein_coding 5 5 10 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000369995 protein_coding 7 5 11 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000370001 protein_coding 8 1 10 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000369994 protein_coding 5 5 9 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000369995 protein_coding 7 5 10 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000370001 protein_coding 8 1 9 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000369994 protein_coding 5 5 8 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000369995 protein_coding 7 5 9 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108835056 ENST00000370001 protein_coding 8 1 8 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108834966 ENST00000369994 protein_coding 5 5 7 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108835056 ENST00000369995 protein_coding 7 5 8 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000370001 protein_coding 8 1 7 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000369994 protein_coding 5 5 6 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000369995 protein_coding 7 5 7 AKNAD1 ENSG00000162641 +transcript chr1 108837660 108963484 ENST00000357393 protein_coding 6 4 NA AKNAD1 ENSG00000162641 +CDS chr1 108837660 108837706 ENST00000357393 protein_coding 6 4 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000370001 protein_coding 8 1 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000369994 protein_coding 5 5 5 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000369995 protein_coding 7 5 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000357393 protein_coding 6 4 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000370001 protein_coding 8 1 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000369994 protein_coding 5 5 4 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000369995 protein_coding 7 5 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000357393 protein_coding 6 4 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000370001 protein_coding 8 1 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000369994 protein_coding 5 5 3 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000369995 protein_coding 7 5 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000357393 protein_coding 6 4 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000370001 protein_coding 8 1 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000369994 protein_coding 5 5 2 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000369995 protein_coding 7 5 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000357393 protein_coding 6 4 2 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000370001 protein_coding 8 1 2 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000369994 protein_coding 5 5 1 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000369995 protein_coding 7 5 2 AKNAD1 ENSG00000162641 +transcript chr1 108875350 108934545 ENST00000406462 protein_coding 6 5 NA GPSM2 ENSG00000121957 +transcript chr1 108876979 108924361 ENST00000441735 protein_coding 2 2 NA GPSM2 ENSG00000121957 +transcript chr1 108876981 108898724 ENST00000435987 protein_coding 5 3 NA GPSM2 ENSG00000121957 +transcript chr1 108876981 108934335 ENST00000642355 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108876982 108930382 ENST00000645164 protein_coding 2 NA NA GPSM2 ENSG00000121957 +transcript chr1 108876985 108934545 ENST00000264126 protein_coding 9 1 NA GPSM2 ENSG00000121957 +transcript chr1 108876993 108930239 ENST00000674914 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877003 108897086 ENST00000643094 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877003 108930377 ENST00000674700 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877135 108930711 ENST00000675086 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877146 108930377 ENST00000676184 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877159 108930367 ENST00000675087 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877256 108897032 ENST00000435475 protein_coding 5 3 NA GPSM2 ENSG00000121957 +transcript chr1 108881885 108963475 ENST00000690509 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108884821 108930377 ENST00000446797 protein_coding 2 4 NA GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000406462 protein_coding 6 5 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000441735 protein_coding 2 2 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000435987 protein_coding 5 3 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000642355 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000645164 protein_coding 2 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000264126 protein_coding 9 1 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000643094 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000675086 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000676184 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000435475 protein_coding 5 3 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000446797 protein_coding 2 4 1 GPSM2 ENSG00000121957 +CDS chr1 108885566 108885578 ENST00000674914 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885566 108885578 ENST00000675087 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108886079 108886172 ENST00000674914 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108886079 108886172 ENST00000675087 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000406462 protein_coding 6 5 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000441735 protein_coding 2 2 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000435987 protein_coding 5 3 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000642355 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000645164 protein_coding 2 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000264126 protein_coding 9 1 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000674914 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897086 ENST00000643094 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000675086 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000676184 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000675087 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897032 ENST00000435475 protein_coding 5 3 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000446797 protein_coding 2 4 2 GPSM2 ENSG00000121957 +CDS chr1 108896865 108897085 ENST00000674700 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000406462 protein_coding 6 5 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000441735 protein_coding 2 2 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000435987 protein_coding 5 3 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000642355 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000645164 protein_coding 2 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000264126 protein_coding 9 1 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000674914 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000674700 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000675086 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000676184 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000675087 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000446797 protein_coding 2 4 3 GPSM2 ENSG00000121957 +transcript chr1 108897536 108904225 ENST00000645255 protein_coding 1 NA NA GPSM2 ENSG00000121957 +CDS chr1 108897536 108897627 ENST00000645255 protein_coding 1 NA 1 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000406462 protein_coding 6 5 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000441735 protein_coding 2 2 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000435987 protein_coding 5 3 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000642355 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000645164 protein_coding 2 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000264126 protein_coding 9 1 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000674914 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000674700 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000675086 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000676184 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000675087 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000446797 protein_coding 2 4 4 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000645255 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000406462 protein_coding 6 5 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000441735 protein_coding 2 2 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898724 ENST00000435987 protein_coding 5 3 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000642355 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000645164 protein_coding 2 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000264126 protein_coding 9 1 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000674914 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000674700 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000675086 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000676184 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000675087 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000446797 protein_coding 2 4 5 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000645255 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000406462 protein_coding 6 5 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000441735 protein_coding 2 2 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000642355 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000645164 protein_coding 2 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000264126 protein_coding 9 1 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000674914 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000674700 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000675086 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000676184 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000675087 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000446797 protein_coding 2 4 6 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000645255 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000406462 protein_coding 6 5 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000441735 protein_coding 2 2 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000642355 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000645164 protein_coding 2 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000264126 protein_coding 9 1 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000674914 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000674700 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000675086 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000676184 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000675087 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000446797 protein_coding 2 4 7 GPSM2 ENSG00000121957 +transcript chr1 108901904 108926890 ENST00000643643 protein_coding 1 NA NA GPSM2 ENSG00000121957 +CDS chr1 108901904 108901945 ENST00000643643 protein_coding 1 NA 1 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000406462 protein_coding 6 5 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000441735 protein_coding 2 2 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000642355 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000645164 protein_coding 2 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000264126 protein_coding 9 1 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000674914 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000674700 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000675086 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000676184 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000675087 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000446797 protein_coding 2 4 8 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000645255 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000643643 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000406462 protein_coding 6 5 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000441735 protein_coding 2 2 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000642355 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000645164 protein_coding 2 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000264126 protein_coding 9 1 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000674914 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000674700 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000675086 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000676184 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000675087 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000446797 protein_coding 2 4 9 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904225 ENST00000645255 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000643643 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000406462 protein_coding 6 5 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000441735 protein_coding 2 2 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000642355 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000645164 protein_coding 2 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000264126 protein_coding 9 1 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000674914 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000674700 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000675086 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000676184 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000675087 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000446797 protein_coding 2 4 10 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000643643 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000406462 protein_coding 6 5 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000441735 protein_coding 2 2 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000642355 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000645164 protein_coding 2 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000264126 protein_coding 9 1 12 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000674914 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000674700 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000676184 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000675087 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000446797 protein_coding 2 4 11 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000643643 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000406462 protein_coding 6 5 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000441735 protein_coding 2 2 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000642355 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000645164 protein_coding 2 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000264126 protein_coding 9 1 13 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000674914 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000674700 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000675086 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000676184 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000675087 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000446797 protein_coding 2 4 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000643643 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000406462 protein_coding 6 5 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924280 ENST00000441735 protein_coding 2 2 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000642355 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000645164 protein_coding 2 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000264126 protein_coding 9 1 14 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000674914 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000675086 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000676184 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000675087 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000446797 protein_coding 2 4 13 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000643643 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +transcript chr1 108925924 108962330 ENST00000687134 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963443 ENST00000689351 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000685497 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000691342 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000686776 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000692342 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963453 ENST00000686434 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963462 ENST00000687734 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000688778 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000685104 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000689103 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000687591 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000691777 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000690756 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963480 ENST00000689991 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000691513 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000686821 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000692511 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000689479 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000687646 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000687226 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000693336 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963499 ENST00000685540 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963500 ENST00000685014 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963515 ENST00000687328 protein_coding 1 NA NA CLCC1 ENSG00000121940 +CDS chr1 108926275 108926301 ENST00000643643 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +transcript chr1 108927361 108963476 ENST00000675018 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927382 108963504 ENST00000690781 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108954408 ENST00000686817 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963453 ENST00000688285 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963475 ENST00000687449 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963480 ENST00000687865 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963484 ENST00000687099 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963484 ENST00000685791 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963504 ENST00000689189 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963527 ENST00000691556 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927473 108963484 ENST00000369968 protein_coding 7 5 NA CLCC1 ENSG00000121940 +transcript chr1 108929505 108963484 ENST00000369969 protein_coding 7 5 NA CLCC1 ENSG00000121940 +transcript chr1 108929508 108963457 ENST00000356970 protein_coding 6 5 NA CLCC1 ENSG00000121940 +CDS chr1 108929701 108929937 ENST00000406462 protein_coding 6 5 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000642355 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000645164 protein_coding 2 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000264126 protein_coding 9 1 15 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000674914 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929714 ENST00000674700 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000675086 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000676184 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000675087 protein_coding 1 NA 17 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000446797 protein_coding 2 4 14 GPSM2 ENSG00000121957 +transcript chr1 108929937 108944010 ENST00000692184 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108929939 108934730 ENST00000473062 protein_coding 2 3 NA CLCC1 ENSG00000121940 +transcript chr1 108929939 108943882 ENST00000482889 protein_coding 2 3 NA CLCC1 ENSG00000121940 +transcript chr1 108929980 108947702 ENST00000369976 protein_coding 6 2 NA CLCC1 ENSG00000121940 +CDS chr1 108930199 108930204 ENST00000692184 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108930199 108930204 ENST00000482889 protein_coding 2 3 6 CLCC1 ENSG00000121940 +transcript chr1 108931793 108963484 ENST00000688610 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931828 108963475 ENST00000675571 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931828 108963504 ENST00000693089 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931829 108963504 ENST00000675650 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931986 108963504 ENST00000369970 protein_coding 8 5 NA CLCC1 ENSG00000121940 +transcript chr1 108932015 108963504 ENST00000675654 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932020 108963419 ENST00000675790 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932022 108963450 ENST00000675584 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932106 108963467 ENST00000676392 protein_coding 2 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932298 108963453 ENST00000676391 protein_coding 2 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932312 108963413 ENST00000676454 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932337 108963425 ENST00000674849 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932345 108963427 ENST00000675956 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932392 108963453 ENST00000302500 protein_coding 5 1 NA CLCC1 ENSG00000121940 +CDS chr1 108932487 108932501 ENST00000676391 protein_coding 2 NA 11 CLCC1 ENSG00000121940 +transcript chr1 108932499 108963484 ENST00000675508 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963450 ENST00000690874 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963477 ENST00000686078 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963488 ENST00000693673 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963488 ENST00000692404 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933400 108963381 ENST00000685628 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933400 108963504 ENST00000692732 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108934658 108950448 ENST00000348264 protein_coding 6 1 NA CLCC1 ENSG00000121940 +transcript chr1 108934670 108950441 ENST00000675247 protein_coding 2 NA NA CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690509 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687134 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689351 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685497 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691342 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686776 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692342 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686434 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687734 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688778 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685104 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689103 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687591 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691777 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690756 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689991 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691513 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686821 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692511 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689479 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687646 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687226 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693336 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685540 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685014 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687328 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675018 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690781 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686817 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688285 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687449 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687865 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687099 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685791 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689189 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691556 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369968 protein_coding 7 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369969 protein_coding 7 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000356970 protein_coding 6 5 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934730 ENST00000473062 protein_coding 2 3 1 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934758 ENST00000369976 protein_coding 6 2 9 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688610 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675571 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693089 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675650 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369970 protein_coding 8 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675654 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675790 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675584 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000676392 protein_coding 2 NA 13 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000676454 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000674849 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675956 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000302500 protein_coding 5 1 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675508 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690874 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686078 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693673 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692404 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685628 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692732 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000348264 protein_coding 6 1 6 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675247 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108934858 108934942 ENST00000369976 protein_coding 6 2 8 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690509 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687134 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689351 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685497 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691342 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686776 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692342 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686434 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687734 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688778 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685104 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689103 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687591 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691777 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690756 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689991 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691513 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686821 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692511 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689479 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687646 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687226 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693336 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685540 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685014 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687328 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675018 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690781 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686817 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688285 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687449 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687865 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687099 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685791 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689189 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691556 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369968 protein_coding 7 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369969 protein_coding 7 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000356970 protein_coding 6 5 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369976 protein_coding 6 2 7 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688610 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675571 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693089 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675650 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369970 protein_coding 8 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675654 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675790 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675584 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676392 protein_coding 2 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676391 protein_coding 2 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676454 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000674849 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675956 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000302500 protein_coding 5 1 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675508 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690874 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686078 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693673 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692404 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685628 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692732 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000348264 protein_coding 6 1 5 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675247 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108938166 108938216 ENST00000675584 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108938166 108938216 ENST00000676392 protein_coding 2 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690509 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687134 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689351 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685497 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691342 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686776 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692342 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686434 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687734 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688778 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685104 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689103 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687591 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691777 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690756 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689991 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691513 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686821 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692511 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689479 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687646 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687226 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693336 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685540 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685014 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687328 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675018 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690781 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686817 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688285 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687449 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687865 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687099 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685791 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689189 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691556 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369968 protein_coding 7 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369969 protein_coding 7 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000356970 protein_coding 6 5 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000482889 protein_coding 2 3 5 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369976 protein_coding 6 2 6 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688610 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675571 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693089 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675650 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369970 protein_coding 8 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675654 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675790 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675584 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676392 protein_coding 2 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676391 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676454 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000674849 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675956 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000302500 protein_coding 5 1 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675508 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690874 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686078 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693673 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692404 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685628 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692732 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000348264 protein_coding 6 1 4 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675247 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690509 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687134 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689351 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685497 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691342 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686776 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692342 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686434 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687734 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688778 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685104 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689103 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687591 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691777 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690756 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689991 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691513 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686821 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692511 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689479 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687646 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687226 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693336 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685540 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685014 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687328 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675018 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690781 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686817 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688285 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687449 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687865 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687099 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685791 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689189 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691556 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369968 protein_coding 7 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369969 protein_coding 7 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000356970 protein_coding 6 5 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000482889 protein_coding 2 3 4 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369976 protein_coding 6 2 5 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688610 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675571 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693089 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675650 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369970 protein_coding 8 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675654 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675790 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675584 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676392 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676391 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676454 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000674849 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675956 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000302500 protein_coding 5 1 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675508 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690874 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686078 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693673 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692404 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685628 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692732 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675247 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690509 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687134 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689351 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685497 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691342 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686776 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692342 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686434 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687734 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688778 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685104 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689103 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687591 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691777 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690756 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689991 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691513 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686821 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692511 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689479 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687646 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687226 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693336 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685540 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685014 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687328 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675018 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690781 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686817 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688285 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687449 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687865 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687099 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685791 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689189 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691556 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369968 protein_coding 7 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369969 protein_coding 7 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000356970 protein_coding 6 5 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000482889 protein_coding 2 3 3 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369976 protein_coding 6 2 4 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688610 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675571 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693089 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675650 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369970 protein_coding 8 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675654 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675790 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675584 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676392 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676391 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676454 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000674849 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675956 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000302500 protein_coding 5 1 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675508 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690874 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686078 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693673 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692404 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685628 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692732 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675247 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690509 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687134 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689351 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685497 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691342 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686776 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692342 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686434 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687734 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000688778 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685104 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689103 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687591 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691777 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690756 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689991 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691513 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686821 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692511 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689479 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687646 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687226 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693336 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685540 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685014 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687328 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675018 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690781 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686817 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000688285 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687449 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687865 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687099 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685791 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689189 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691556 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369968 protein_coding 7 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369969 protein_coding 7 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000356970 protein_coding 6 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692184 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000482889 protein_coding 2 3 2 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369976 protein_coding 6 2 3 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675571 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693089 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675650 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369970 protein_coding 8 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675654 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675790 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675584 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676392 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676391 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676454 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000674849 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675956 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675508 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690874 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686078 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693673 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692404 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685628 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675247 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943559 108943615 ENST00000692732 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690509 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687134 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689351 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685497 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000691342 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686776 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692342 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000686434 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000687734 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000688778 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685104 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000689103 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687591 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691777 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690756 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689991 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691513 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686821 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692511 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689479 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687646 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000687226 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693336 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685540 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685014 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687328 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000675018 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690781 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686817 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000688285 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687449 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687865 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687099 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685791 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689189 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691556 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369968 protein_coding 7 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369969 protein_coding 7 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000356970 protein_coding 6 5 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944010 ENST00000692184 protein_coding 1 NA 1 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943882 ENST00000482889 protein_coding 2 3 1 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369976 protein_coding 6 2 2 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000675571 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693089 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675650 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000369970 protein_coding 8 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675654 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000675790 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675584 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000676392 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000676391 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000674849 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675956 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675508 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690874 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686078 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693673 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692404 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000685628 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692732 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675247 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +transcript chr1 108943847 108963489 ENST00000676059 protein_coding 2 NA NA CLCC1 ENSG00000121940 +CDS chr1 108943847 108944057 ENST00000676059 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +transcript chr1 108944033 108963480 ENST00000674527 protein_coding 1 NA NA CLCC1 ENSG00000121940 +CDS chr1 108944033 108944057 ENST00000674527 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690509 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687134 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689351 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685497 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686776 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692342 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686434 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687734 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688778 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685104 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687591 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691777 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690756 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689991 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691513 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686821 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692511 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689479 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687646 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687226 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693336 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685540 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685014 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687328 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690781 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686817 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688285 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687449 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687865 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687099 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685791 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689189 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691556 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369968 protein_coding 7 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369969 protein_coding 7 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000356970 protein_coding 6 5 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947702 ENST00000369976 protein_coding 6 2 1 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688610 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693089 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675650 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369970 protein_coding 8 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675654 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675790 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675584 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676392 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676391 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676454 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000674849 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675956 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000302500 protein_coding 5 1 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675508 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690874 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686078 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693673 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692404 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685628 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692732 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000348264 protein_coding 6 1 3 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675247 protein_coding 2 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676059 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000674527 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690509 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687134 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689351 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685497 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686776 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692342 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686434 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687734 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688778 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685104 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687591 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691777 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690756 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689991 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691513 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686821 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692511 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689479 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687646 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687226 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693336 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685540 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685014 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687328 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690781 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686817 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688285 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687449 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687865 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687099 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685791 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689189 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691556 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369968 protein_coding 7 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369969 protein_coding 7 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000356970 protein_coding 6 5 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688610 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693089 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675650 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369970 protein_coding 8 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675654 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675790 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675584 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676392 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676391 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676454 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000674849 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675956 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000302500 protein_coding 5 1 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675508 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690874 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686078 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693673 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692404 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685628 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692732 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000348264 protein_coding 6 1 2 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676059 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000674527 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690509 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687134 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689351 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685497 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686776 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000692342 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686434 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687734 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688778 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685104 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687591 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000691777 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690756 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689991 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000691513 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686821 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692511 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000689479 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687646 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687226 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693336 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685540 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685014 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687328 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690781 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000686817 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688285 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687449 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687865 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687099 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000685791 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689189 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000691556 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000369968 protein_coding 7 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000369969 protein_coding 7 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000356970 protein_coding 6 5 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688610 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693089 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675650 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000369970 protein_coding 8 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675654 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675790 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675584 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676392 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676391 protein_coding 2 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676454 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000674849 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675956 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000302500 protein_coding 5 1 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675508 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690874 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686078 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693673 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692404 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685628 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692732 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000348264 protein_coding 6 1 1 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675247 protein_coding 2 NA 1 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676059 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000674527 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +transcript chr1 108970214 109041986 ENST00000400794 protein_coding 7 1 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042075 ENST00000361054 protein_coding 7 5 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042102 ENST00000369962 protein_coding 8 1 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042113 ENST00000369965 protein_coding 8 1 NA WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000400794 protein_coding 7 1 15 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000361054 protein_coding 7 5 14 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000369962 protein_coding 8 1 15 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000369965 protein_coding 8 1 15 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000400794 protein_coding 7 1 14 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000361054 protein_coding 7 5 13 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000369962 protein_coding 8 1 14 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000369965 protein_coding 8 1 14 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000400794 protein_coding 7 1 13 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000361054 protein_coding 7 5 12 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000369962 protein_coding 8 1 13 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000369965 protein_coding 8 1 13 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000400794 protein_coding 7 1 12 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000361054 protein_coding 7 5 11 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000369962 protein_coding 8 1 12 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000369965 protein_coding 8 1 12 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000400794 protein_coding 7 1 11 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000361054 protein_coding 7 5 10 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000369962 protein_coding 8 1 11 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000369965 protein_coding 8 1 11 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000400794 protein_coding 7 1 10 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000361054 protein_coding 7 5 9 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000369962 protein_coding 8 1 10 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000369965 protein_coding 8 1 10 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000400794 protein_coding 7 1 9 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000361054 protein_coding 7 5 8 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000369962 protein_coding 8 1 9 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000369965 protein_coding 8 1 9 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000400794 protein_coding 7 1 8 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000361054 protein_coding 7 5 7 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000369962 protein_coding 8 1 8 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000369965 protein_coding 8 1 8 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000400794 protein_coding 7 1 7 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000361054 protein_coding 7 5 6 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000369962 protein_coding 8 1 7 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000369965 protein_coding 8 1 7 WDR47 ENSG00000085433 +CDS chr1 109004592 109004718 ENST00000400794 protein_coding 7 1 6 WDR47 ENSG00000085433 +CDS chr1 109004592 109004715 ENST00000361054 protein_coding 7 5 5 WDR47 ENSG00000085433 +CDS chr1 109004592 109004715 ENST00000369962 protein_coding 8 1 6 WDR47 ENSG00000085433 +CDS chr1 109004592 109004718 ENST00000369965 protein_coding 8 1 6 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000400794 protein_coding 7 1 5 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000361054 protein_coding 7 5 4 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000369962 protein_coding 8 1 5 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000369965 protein_coding 8 1 5 WDR47 ENSG00000085433 +transcript chr1 109011527 109041547 ENST00000530772 protein_coding 5 5 NA WDR47 ENSG00000085433 +CDS chr1 109011527 109011718 ENST00000530772 protein_coding 5 5 5 WDR47 ENSG00000085433 +transcript chr1 109011546 109042105 ENST00000529074 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109011546 109011718 ENST00000529074 protein_coding 1 4 4 WDR47 ENSG00000085433 +transcript chr1 109011576 109042102 ENST00000531337 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109011576 109011718 ENST00000531337 protein_coding 1 4 3 WDR47 ENSG00000085433 +CDS chr1 109013820 109013925 ENST00000400794 protein_coding 7 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000361054 protein_coding 7 5 3 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000369962 protein_coding 8 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000369965 protein_coding 8 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000530772 protein_coding 5 5 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000529074 protein_coding 1 4 3 WDR47 ENSG00000085433 +CDS chr1 109013841 109013867 ENST00000531337 protein_coding 1 4 2 WDR47 ENSG00000085433 +transcript chr1 109013850 109041986 ENST00000528747 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109013850 109013925 ENST00000528747 protein_coding 1 4 5 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000400794 protein_coding 7 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000369962 protein_coding 8 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000369965 protein_coding 8 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000530772 protein_coding 5 5 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017540 ENST00000529074 protein_coding 1 4 2 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000528747 protein_coding 1 4 4 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000400794 protein_coding 7 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000361054 protein_coding 7 5 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000369962 protein_coding 8 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000369965 protein_coding 8 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000530772 protein_coding 5 5 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000528747 protein_coding 1 4 3 WDR47 ENSG00000085433 +transcript chr1 109062496 109076007 ENST00000461096 protein_coding 7 5 NA TAF13 ENSG00000197780 +transcript chr1 109064140 109076003 ENST00000338366 protein_coding 6 1 NA TAF13 ENSG00000197780 +transcript chr1 109064463 109076012 ENST00000692048 protein_coding 1 NA NA TAF13 ENSG00000197780 +CDS chr1 109064526 109064693 ENST00000461096 protein_coding 7 5 4 TAF13 ENSG00000197780 +CDS chr1 109064526 109064693 ENST00000338366 protein_coding 6 1 4 TAF13 ENSG00000197780 +CDS chr1 109064633 109064693 ENST00000692048 protein_coding 1 NA 5 TAF13 ENSG00000197780 +CDS chr1 109065797 109065918 ENST00000692048 protein_coding 1 NA 4 TAF13 ENSG00000197780 +CDS chr1 109066135 109066224 ENST00000461096 protein_coding 7 5 3 TAF13 ENSG00000197780 +CDS chr1 109066135 109066232 ENST00000338366 protein_coding 6 1 3 TAF13 ENSG00000197780 +CDS chr1 109066135 109066232 ENST00000692048 protein_coding 1 NA 3 TAF13 ENSG00000197780 +CDS chr1 109074987 109075065 ENST00000338366 protein_coding 6 1 2 TAF13 ENSG00000197780 +CDS chr1 109074987 109075065 ENST00000692048 protein_coding 1 NA 2 TAF13 ENSG00000197780 +CDS chr1 109075921 109075947 ENST00000338366 protein_coding 6 1 1 TAF13 ENSG00000197780 +CDS chr1 109075921 109075947 ENST00000692048 protein_coding 1 NA 1 TAF13 ENSG00000197780 +transcript chr1 109090764 109096934 ENST00000338272 protein_coding 9 1 NA TMEM167B ENSG00000215717 +transcript chr1 109090773 109096921 ENST00000651489 protein_coding 1 NA NA TMEM167B ENSG00000215717 +CDS chr1 109090873 109090882 ENST00000338272 protein_coding 9 1 1 TMEM167B ENSG00000215717 +CDS chr1 109090873 109090882 ENST00000651489 protein_coding 1 NA 1 TMEM167B ENSG00000215717 +CDS chr1 109092890 109093021 ENST00000338272 protein_coding 9 1 2 TMEM167B ENSG00000215717 +CDS chr1 109092890 109093082 ENST00000651489 protein_coding 1 NA 2 TMEM167B ENSG00000215717 +CDS chr1 109094417 109094496 ENST00000338272 protein_coding 9 1 3 TMEM167B ENSG00000215717 +CDS chr1 109094417 109094576 ENST00000651489 protein_coding 1 NA 3 TMEM167B ENSG00000215717 +transcript chr1 109105951 109112747 ENST00000369948 protein_coding 8 2 NA C1orf194 ENSG00000179902 +transcript chr1 109105951 109113857 ENST00000369949 protein_coding 8 2 NA C1orf194 ENSG00000179902 +transcript chr1 109105955 109112747 ENST00000369945 protein_coding 7 5 NA C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369948 protein_coding 8 2 5 C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369949 protein_coding 8 2 5 C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369945 protein_coding 7 5 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369948 protein_coding 8 2 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369949 protein_coding 8 2 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369945 protein_coding 7 5 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369948 protein_coding 8 2 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369949 protein_coding 8 2 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369945 protein_coding 7 5 2 C1orf194 ENSG00000179902 +CDS chr1 109107921 109108037 ENST00000369948 protein_coding 8 2 2 C1orf194 ENSG00000179902 +CDS chr1 109107921 109108037 ENST00000369949 protein_coding 8 2 2 C1orf194 ENSG00000179902 +CDS chr1 109112599 109112679 ENST00000369948 protein_coding 8 2 1 C1orf194 ENSG00000179902 +CDS chr1 109112599 109112679 ENST00000369945 protein_coding 7 5 1 C1orf194 ENSG00000179902 +CDS chr1 109113633 109113677 ENST00000369949 protein_coding 8 2 1 C1orf194 ENSG00000179902 +transcript chr1 109113679 109162014 ENST00000533147 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113911 109172013 ENST00000531664 protein_coding 5 3 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113929 109164681 ENST00000534476 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113963 109164691 ENST00000526264 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114107 109200782 ENST00000457623 protein_coding 6 5 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114115 109206781 ENST00000369939 protein_coding 8 5 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114155 109203105 ENST00000529753 protein_coding 5 1 NA ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000533147 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000531664 protein_coding 5 3 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000534476 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000526264 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000369939 protein_coding 8 5 1 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000457623 protein_coding 6 5 1 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000529753 protein_coding 5 1 1 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000533147 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000531664 protein_coding 5 3 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000534476 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000526264 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000369939 protein_coding 8 5 2 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000457623 protein_coding 6 5 2 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000529753 protein_coding 5 1 2 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000531664 protein_coding 5 3 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164681 ENST00000534476 protein_coding 5 4 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000526264 protein_coding 5 4 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000369939 protein_coding 8 5 3 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000457623 protein_coding 6 5 3 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000529753 protein_coding 5 1 3 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000531664 protein_coding 5 3 5 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000369939 protein_coding 8 5 4 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000457623 protein_coding 6 5 4 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000529753 protein_coding 5 1 4 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000369939 protein_coding 8 5 5 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000457623 protein_coding 6 5 5 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000529753 protein_coding 5 1 5 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173579 ENST00000369939 protein_coding 8 5 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173579 ENST00000457623 protein_coding 6 5 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173557 ENST00000529753 protein_coding 5 1 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173688 109173837 ENST00000369939 protein_coding 8 5 7 ELAPOR1 ENSG00000116299 +CDS chr1 109185045 109185133 ENST00000369939 protein_coding 8 5 8 ELAPOR1 ENSG00000116299 +CDS chr1 109185045 109185133 ENST00000457623 protein_coding 6 5 7 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000369939 protein_coding 8 5 9 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000457623 protein_coding 6 5 8 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000529753 protein_coding 5 1 7 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000369939 protein_coding 8 5 10 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000457623 protein_coding 6 5 9 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000529753 protein_coding 5 1 8 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000369939 protein_coding 8 5 11 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000457623 protein_coding 6 5 10 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000529753 protein_coding 5 1 9 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000369939 protein_coding 8 5 12 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000457623 protein_coding 6 5 11 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000529753 protein_coding 5 1 10 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000369939 protein_coding 8 5 13 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000457623 protein_coding 6 5 12 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000529753 protein_coding 5 1 11 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000369939 protein_coding 8 5 14 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000457623 protein_coding 6 5 13 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000529753 protein_coding 5 1 12 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000369939 protein_coding 8 5 15 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000457623 protein_coding 6 5 14 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000529753 protein_coding 5 1 13 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000369939 protein_coding 8 5 16 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000457623 protein_coding 6 5 15 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000529753 protein_coding 5 1 14 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000369939 protein_coding 8 5 17 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000457623 protein_coding 6 5 16 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000529753 protein_coding 5 1 15 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000369939 protein_coding 8 5 18 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000457623 protein_coding 6 5 17 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000529753 protein_coding 5 1 16 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000369939 protein_coding 8 5 19 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000457623 protein_coding 6 5 18 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000529753 protein_coding 5 1 17 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000369939 protein_coding 8 5 20 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000457623 protein_coding 6 5 19 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000529753 protein_coding 5 1 18 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200900 ENST00000369939 protein_coding 8 5 21 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200782 ENST00000457623 protein_coding 6 5 20 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200900 ENST00000529753 protein_coding 5 1 19 ELAPOR1 ENSG00000116299 +CDS chr1 109202944 109203009 ENST00000369939 protein_coding 8 5 22 ELAPOR1 ENSG00000116299 +CDS chr1 109202944 109203009 ENST00000529753 protein_coding 5 1 20 ELAPOR1 ENSG00000116299 +transcript chr1 109213918 109238182 ENST00000234677 protein_coding 7 1 NA SARS1 ENSG00000031698 +transcript chr1 109213982 109238148 ENST00000369923 protein_coding 4 5 NA SARS1 ENSG00000031698 +CDS chr1 109213993 109214128 ENST00000234677 protein_coding 7 1 1 SARS1 ENSG00000031698 +CDS chr1 109213993 109214128 ENST00000369923 protein_coding 4 5 1 SARS1 ENSG00000031698 +CDS chr1 109223978 109224048 ENST00000234677 protein_coding 7 1 2 SARS1 ENSG00000031698 +CDS chr1 109223978 109224048 ENST00000369923 protein_coding 4 5 2 SARS1 ENSG00000031698 +CDS chr1 109228352 109228432 ENST00000234677 protein_coding 7 1 3 SARS1 ENSG00000031698 +CDS chr1 109228352 109228432 ENST00000369923 protein_coding 4 5 3 SARS1 ENSG00000031698 +CDS chr1 109229414 109229572 ENST00000234677 protein_coding 7 1 4 SARS1 ENSG00000031698 +CDS chr1 109229414 109229572 ENST00000369923 protein_coding 4 5 4 SARS1 ENSG00000031698 +CDS chr1 109230878 109231021 ENST00000234677 protein_coding 7 1 5 SARS1 ENSG00000031698 +CDS chr1 109230878 109231021 ENST00000369923 protein_coding 4 5 5 SARS1 ENSG00000031698 +CDS chr1 109231631 109231786 ENST00000234677 protein_coding 7 1 6 SARS1 ENSG00000031698 +CDS chr1 109231631 109231786 ENST00000369923 protein_coding 4 5 6 SARS1 ENSG00000031698 +CDS chr1 109235210 109235431 ENST00000234677 protein_coding 7 1 7 SARS1 ENSG00000031698 +CDS chr1 109235210 109235431 ENST00000369923 protein_coding 4 5 7 SARS1 ENSG00000031698 +CDS chr1 109235977 109236106 ENST00000234677 protein_coding 7 1 8 SARS1 ENSG00000031698 +CDS chr1 109235977 109236106 ENST00000369923 protein_coding 4 5 8 SARS1 ENSG00000031698 +CDS chr1 109236391 109236548 ENST00000234677 protein_coding 7 1 9 SARS1 ENSG00000031698 +CDS chr1 109236391 109236548 ENST00000369923 protein_coding 4 5 9 SARS1 ENSG00000031698 +CDS chr1 109236805 109236870 ENST00000369923 protein_coding 4 5 10 SARS1 ENSG00000031698 +CDS chr1 109237244 109237373 ENST00000234677 protein_coding 7 1 10 SARS1 ENSG00000031698 +CDS chr1 109237244 109237373 ENST00000369923 protein_coding 4 5 11 SARS1 ENSG00000031698 +CDS chr1 109237731 109237885 ENST00000234677 protein_coding 7 1 11 SARS1 ENSG00000031698 +CDS chr1 109237731 109237885 ENST00000369923 protein_coding 4 5 12 SARS1 ENSG00000031698 +transcript chr1 109249539 109275751 ENST00000271332 protein_coding 4 1 NA CELSR2 ENSG00000143126 +CDS chr1 109250080 109253389 ENST00000271332 protein_coding 4 1 1 CELSR2 ENSG00000143126 +CDS chr1 109258432 109259079 ENST00000271332 protein_coding 4 1 2 CELSR2 ENSG00000143126 +CDS chr1 109261042 109261264 ENST00000271332 protein_coding 4 1 3 CELSR2 ENSG00000143126 +CDS chr1 109261513 109261628 ENST00000271332 protein_coding 4 1 4 CELSR2 ENSG00000143126 +CDS chr1 109261808 109261896 ENST00000271332 protein_coding 4 1 5 CELSR2 ENSG00000143126 +CDS chr1 109262287 109262444 ENST00000271332 protein_coding 4 1 6 CELSR2 ENSG00000143126 +CDS chr1 109262806 109262969 ENST00000271332 protein_coding 4 1 7 CELSR2 ENSG00000143126 +CDS chr1 109263142 109263267 ENST00000271332 protein_coding 4 1 8 CELSR2 ENSG00000143126 +CDS chr1 109263611 109263777 ENST00000271332 protein_coding 4 1 9 CELSR2 ENSG00000143126 +CDS chr1 109264078 109264365 ENST00000271332 protein_coding 4 1 10 CELSR2 ENSG00000143126 +CDS chr1 109264454 109264628 ENST00000271332 protein_coding 4 1 11 CELSR2 ENSG00000143126 +CDS chr1 109264868 109265009 ENST00000271332 protein_coding 4 1 12 CELSR2 ENSG00000143126 +CDS chr1 109265191 109265311 ENST00000271332 protein_coding 4 1 13 CELSR2 ENSG00000143126 +CDS chr1 109265735 109265918 ENST00000271332 protein_coding 4 1 14 CELSR2 ENSG00000143126 +CDS chr1 109266105 109266206 ENST00000271332 protein_coding 4 1 15 CELSR2 ENSG00000143126 +CDS chr1 109267548 109267642 ENST00000271332 protein_coding 4 1 16 CELSR2 ENSG00000143126 +CDS chr1 109267851 109268060 ENST00000271332 protein_coding 4 1 17 CELSR2 ENSG00000143126 +CDS chr1 109268581 109268764 ENST00000271332 protein_coding 4 1 18 CELSR2 ENSG00000143126 +CDS chr1 109268880 109269008 ENST00000271332 protein_coding 4 1 19 CELSR2 ENSG00000143126 +CDS chr1 109269110 109269290 ENST00000271332 protein_coding 4 1 20 CELSR2 ENSG00000143126 +CDS chr1 109269424 109269591 ENST00000271332 protein_coding 4 1 21 CELSR2 ENSG00000143126 +CDS chr1 109269694 109269820 ENST00000271332 protein_coding 4 1 22 CELSR2 ENSG00000143126 +CDS chr1 109269933 109270133 ENST00000271332 protein_coding 4 1 23 CELSR2 ENSG00000143126 +CDS chr1 109270426 109270600 ENST00000271332 protein_coding 4 1 24 CELSR2 ENSG00000143126 +CDS chr1 109270927 109271039 ENST00000271332 protein_coding 4 1 25 CELSR2 ENSG00000143126 +CDS chr1 109271217 109271296 ENST00000271332 protein_coding 4 1 26 CELSR2 ENSG00000143126 +CDS chr1 109271386 109271512 ENST00000271332 protein_coding 4 1 27 CELSR2 ENSG00000143126 +CDS chr1 109271600 109271722 ENST00000271332 protein_coding 4 1 28 CELSR2 ENSG00000143126 +CDS chr1 109272278 109272405 ENST00000271332 protein_coding 4 1 29 CELSR2 ENSG00000143126 +CDS chr1 109272640 109272728 ENST00000271332 protein_coding 4 1 30 CELSR2 ENSG00000143126 +CDS chr1 109272833 109273027 ENST00000271332 protein_coding 4 1 31 CELSR2 ENSG00000143126 +CDS chr1 109273166 109273336 ENST00000271332 protein_coding 4 1 32 CELSR2 ENSG00000143126 +CDS chr1 109273436 109273670 ENST00000271332 protein_coding 4 1 33 CELSR2 ENSG00000143126 +CDS chr1 109274022 109274046 ENST00000271332 protein_coding 4 1 34 CELSR2 ENSG00000143126 +transcript chr1 109279556 109283115 ENST00000369904 protein_coding 7 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279556 109283125 ENST00000409267 protein_coding 5 5 NA PSRC1 ENSG00000134222 +transcript chr1 109279556 109283147 ENST00000369907 protein_coding 7 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279557 109283168 ENST00000369909 protein_coding 6 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279565 109283186 ENST00000409138 protein_coding 6 2 NA PSRC1 ENSG00000134222 +transcript chr1 109279585 109283122 ENST00000369903 protein_coding 6 5 NA PSRC1 ENSG00000134222 +CDS chr1 109280124 109280156 ENST00000369904 protein_coding 7 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000409267 protein_coding 5 5 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369907 protein_coding 7 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000409138 protein_coding 6 2 7 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369903 protein_coding 6 5 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369909 protein_coding 6 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369904 protein_coding 7 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000409267 protein_coding 5 5 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369907 protein_coding 7 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000409138 protein_coding 6 2 6 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369903 protein_coding 6 5 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369909 protein_coding 6 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280777 109280916 ENST00000369904 protein_coding 7 1 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000409267 protein_coding 5 5 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369907 protein_coding 7 1 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281251 ENST00000409138 protein_coding 6 2 5 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369903 protein_coding 6 5 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369909 protein_coding 6 1 6 PSRC1 ENSG00000134222 +transcript chr1 109280809 109281679 ENST00000474126 protein_coding 2 3 NA PSRC1 ENSG00000134222 +CDS chr1 109280809 109280969 ENST00000474126 protein_coding 2 3 3 PSRC1 ENSG00000134222 +transcript chr1 109280986 109283122 ENST00000429031 protein_coding 5 3 NA PSRC1 ENSG00000134222 +CDS chr1 109280986 109281046 ENST00000429031 protein_coding 5 3 6 PSRC1 ENSG00000134222 +CDS chr1 109281108 109281251 ENST00000369904 protein_coding 7 1 5 PSRC1 ENSG00000134222 +CDS chr1 109281108 109281251 ENST00000474126 protein_coding 2 3 2 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000409267 protein_coding 5 5 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369907 protein_coding 7 1 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369903 protein_coding 6 5 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000429031 protein_coding 5 3 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369909 protein_coding 6 1 5 PSRC1 ENSG00000134222 +transcript chr1 109281155 109283122 ENST00000418914 protein_coding 2 1 NA PSRC1 ENSG00000134222 +CDS chr1 109281155 109281251 ENST00000418914 protein_coding 2 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369904 protein_coding 7 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000409267 protein_coding 5 5 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369907 protein_coding 7 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000409138 protein_coding 6 2 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369903 protein_coding 6 5 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109281679 ENST00000474126 protein_coding 2 3 1 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000429031 protein_coding 5 3 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000418914 protein_coding 2 1 3 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369909 protein_coding 6 1 4 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369904 protein_coding 7 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000409267 protein_coding 5 5 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369907 protein_coding 7 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000409138 protein_coding 6 2 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369903 protein_coding 6 5 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000429031 protein_coding 5 3 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000418914 protein_coding 2 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369909 protein_coding 6 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369904 protein_coding 7 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000409267 protein_coding 5 5 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369907 protein_coding 7 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000409138 protein_coding 6 2 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369903 protein_coding 6 5 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000429031 protein_coding 5 3 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000418914 protein_coding 2 1 1 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369909 protein_coding 6 1 2 PSRC1 ENSG00000134222 +transcript chr1 109292365 109307011 ENST00000357155 protein_coding 2 1 NA MYBPHL ENSG00000221986 +CDS chr1 109294242 109294249 ENST00000357155 protein_coding 2 1 8 MYBPHL ENSG00000221986 +CDS chr1 109295111 109295297 ENST00000357155 protein_coding 2 1 7 MYBPHL ENSG00000221986 +CDS chr1 109296234 109296370 ENST00000357155 protein_coding 2 1 6 MYBPHL ENSG00000221986 +CDS chr1 109296783 109296942 ENST00000357155 protein_coding 2 1 5 MYBPHL ENSG00000221986 +CDS chr1 109297050 109297189 ENST00000357155 protein_coding 2 1 4 MYBPHL ENSG00000221986 +CDS chr1 109297422 109297617 ENST00000357155 protein_coding 2 1 3 MYBPHL ENSG00000221986 +CDS chr1 109298169 109298257 ENST00000357155 protein_coding 2 1 2 MYBPHL ENSG00000221986 +CDS chr1 109306847 109306991 ENST00000357155 protein_coding 2 1 1 MYBPHL ENSG00000221986 +transcript chr1 109309568 109393357 ENST00000538502 protein_coding 5 2 NA SORT1 ENSG00000134243 +transcript chr1 109309575 109397918 ENST00000256637 protein_coding 8 1 NA SORT1 ENSG00000134243 +CDS chr1 109314046 109314057 ENST00000256637 protein_coding 8 1 20 SORT1 ENSG00000134243 +CDS chr1 109314046 109314057 ENST00000538502 protein_coding 5 2 20 SORT1 ENSG00000134243 +CDS chr1 109314261 109314384 ENST00000256637 protein_coding 8 1 19 SORT1 ENSG00000134243 +CDS chr1 109314261 109314384 ENST00000538502 protein_coding 5 2 19 SORT1 ENSG00000134243 +CDS chr1 109314672 109314778 ENST00000256637 protein_coding 8 1 18 SORT1 ENSG00000134243 +CDS chr1 109314672 109314778 ENST00000538502 protein_coding 5 2 18 SORT1 ENSG00000134243 +CDS chr1 109316850 109316958 ENST00000256637 protein_coding 8 1 17 SORT1 ENSG00000134243 +CDS chr1 109316850 109316958 ENST00000538502 protein_coding 5 2 17 SORT1 ENSG00000134243 +CDS chr1 109317853 109317969 ENST00000256637 protein_coding 8 1 16 SORT1 ENSG00000134243 +CDS chr1 109317853 109317969 ENST00000538502 protein_coding 5 2 16 SORT1 ENSG00000134243 +CDS chr1 109322932 109323121 ENST00000256637 protein_coding 8 1 15 SORT1 ENSG00000134243 +CDS chr1 109322932 109323121 ENST00000538502 protein_coding 5 2 15 SORT1 ENSG00000134243 +CDS chr1 109324899 109325089 ENST00000256637 protein_coding 8 1 14 SORT1 ENSG00000134243 +CDS chr1 109324899 109325089 ENST00000538502 protein_coding 5 2 14 SORT1 ENSG00000134243 +CDS chr1 109326992 109327160 ENST00000256637 protein_coding 8 1 13 SORT1 ENSG00000134243 +CDS chr1 109326992 109327160 ENST00000538502 protein_coding 5 2 13 SORT1 ENSG00000134243 +CDS chr1 109327499 109327601 ENST00000256637 protein_coding 8 1 12 SORT1 ENSG00000134243 +CDS chr1 109327499 109327601 ENST00000538502 protein_coding 5 2 12 SORT1 ENSG00000134243 +CDS chr1 109336240 109336346 ENST00000256637 protein_coding 8 1 11 SORT1 ENSG00000134243 +CDS chr1 109336240 109336346 ENST00000538502 protein_coding 5 2 11 SORT1 ENSG00000134243 +CDS chr1 109340724 109340879 ENST00000256637 protein_coding 8 1 10 SORT1 ENSG00000134243 +CDS chr1 109340724 109340879 ENST00000538502 protein_coding 5 2 10 SORT1 ENSG00000134243 +CDS chr1 109342014 109342158 ENST00000256637 protein_coding 8 1 9 SORT1 ENSG00000134243 +CDS chr1 109342014 109342158 ENST00000538502 protein_coding 5 2 9 SORT1 ENSG00000134243 +CDS chr1 109345751 109345881 ENST00000256637 protein_coding 8 1 8 SORT1 ENSG00000134243 +CDS chr1 109345751 109345878 ENST00000538502 protein_coding 5 2 8 SORT1 ENSG00000134243 +CDS chr1 109347483 109347532 ENST00000256637 protein_coding 8 1 7 SORT1 ENSG00000134243 +CDS chr1 109347483 109347532 ENST00000538502 protein_coding 5 2 7 SORT1 ENSG00000134243 +CDS chr1 109350929 109351002 ENST00000256637 protein_coding 8 1 6 SORT1 ENSG00000134243 +CDS chr1 109350929 109351002 ENST00000538502 protein_coding 5 2 6 SORT1 ENSG00000134243 +transcript chr1 109350947 109389899 ENST00000493736 protein_coding 5 2 NA SORT1 ENSG00000134243 +CDS chr1 109350947 109351002 ENST00000493736 protein_coding 5 2 6 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000256637 protein_coding 8 1 5 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000493736 protein_coding 5 2 5 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000538502 protein_coding 5 2 5 SORT1 ENSG00000134243 +transcript chr1 109354485 109393357 ENST00000482236 protein_coding 5 3 NA SORT1 ENSG00000134243 +CDS chr1 109354485 109354531 ENST00000482236 protein_coding 5 3 5 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000256637 protein_coding 8 1 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000493736 protein_coding 5 2 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000482236 protein_coding 5 3 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000538502 protein_coding 5 2 4 SORT1 ENSG00000134243 +transcript chr1 109355441 109392988 ENST00000633956 protein_coding 1 4 NA SORT1 ENSG00000134243 +CDS chr1 109355441 109355469 ENST00000633956 protein_coding 1 4 4 SORT1 ENSG00000134243 +CDS chr1 109367408 109367481 ENST00000256637 protein_coding 8 1 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000493736 protein_coding 5 2 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000482236 protein_coding 5 3 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000633956 protein_coding 1 4 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000538502 protein_coding 5 2 3 SORT1 ENSG00000134243 +CDS chr1 109369530 109369589 ENST00000256637 protein_coding 8 1 2 SORT1 ENSG00000134243 +CDS chr1 109397587 109397892 ENST00000256637 protein_coding 8 1 1 SORT1 ENSG00000134243 +transcript chr1 109399042 109426448 ENST00000271308 protein_coding 9 1 NA PSMA5 ENSG00000143106 +transcript chr1 109402013 109426132 ENST00000538610 protein_coding 5 1 NA PSMA5 ENSG00000143106 +CDS chr1 109402016 109402090 ENST00000271308 protein_coding 9 1 9 PSMA5 ENSG00000143106 +CDS chr1 109402016 109402090 ENST00000538610 protein_coding 5 1 9 PSMA5 ENSG00000143106 +CDS chr1 109409928 109410014 ENST00000271308 protein_coding 9 1 8 PSMA5 ENSG00000143106 +CDS chr1 109409928 109410014 ENST00000538610 protein_coding 5 1 8 PSMA5 ENSG00000143106 +CDS chr1 109411011 109411113 ENST00000271308 protein_coding 9 1 7 PSMA5 ENSG00000143106 +CDS chr1 109411011 109411113 ENST00000538610 protein_coding 5 1 7 PSMA5 ENSG00000143106 +CDS chr1 109411877 109411935 ENST00000271308 protein_coding 9 1 6 PSMA5 ENSG00000143106 +CDS chr1 109411877 109411935 ENST00000538610 protein_coding 5 1 6 PSMA5 ENSG00000143106 +CDS chr1 109412077 109412184 ENST00000271308 protein_coding 9 1 5 PSMA5 ENSG00000143106 +CDS chr1 109412077 109412184 ENST00000538610 protein_coding 5 1 5 PSMA5 ENSG00000143106 +CDS chr1 109413068 109413135 ENST00000271308 protein_coding 9 1 4 PSMA5 ENSG00000143106 +CDS chr1 109413068 109413135 ENST00000538610 protein_coding 5 1 4 PSMA5 ENSG00000143106 +CDS chr1 109415237 109415363 ENST00000271308 protein_coding 9 1 3 PSMA5 ENSG00000143106 +CDS chr1 109415237 109415285 ENST00000538610 protein_coding 5 1 3 PSMA5 ENSG00000143106 +CDS chr1 109421860 109421926 ENST00000271308 protein_coding 9 1 2 PSMA5 ENSG00000143106 +CDS chr1 109426302 109426330 ENST00000271308 protein_coding 9 1 1 PSMA5 ENSG00000143106 +transcript chr1 109466546 109482134 ENST00000369872 protein_coding 4 1 NA SYPL2 ENSG00000143028 +CDS chr1 109466844 109466897 ENST00000369872 protein_coding 4 1 1 SYPL2 ENSG00000143028 +CDS chr1 109467059 109467133 ENST00000369872 protein_coding 4 1 2 SYPL2 ENSG00000143028 +CDS chr1 109475581 109475705 ENST00000369872 protein_coding 4 1 3 SYPL2 ENSG00000143028 +CDS chr1 109476776 109476977 ENST00000369872 protein_coding 4 1 4 SYPL2 ENSG00000143028 +CDS chr1 109477818 109478009 ENST00000369872 protein_coding 4 1 5 SYPL2 ENSG00000143028 +CDS chr1 109479378 109479545 ENST00000369872 protein_coding 4 1 6 SYPL2 ENSG00000143028 +transcript chr1 109483905 109492734 ENST00000459635 protein_coding 2 2 NA ATXN7L2 ENSG00000162650 +transcript chr1 109483905 109492734 ENST00000683729 protein_coding 1 NA NA ATXN7L2 ENSG00000162650 +transcript chr1 109483939 109492734 ENST00000369870 protein_coding 7 1 NA ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000459635 protein_coding 2 2 1 ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000369870 protein_coding 7 1 1 ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000683729 protein_coding 1 NA 1 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000459635 protein_coding 2 2 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000369870 protein_coding 7 1 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000683729 protein_coding 1 NA 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000459635 protein_coding 2 2 3 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000369870 protein_coding 7 1 3 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000683729 protein_coding 1 NA 3 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000459635 protein_coding 2 2 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000369870 protein_coding 7 1 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000683729 protein_coding 1 NA 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487518 109487804 ENST00000459635 protein_coding 2 2 5 ATXN7L2 ENSG00000162650 +CDS chr1 109487518 109487804 ENST00000683729 protein_coding 1 NA 5 ATXN7L2 ENSG00000162650 +CDS chr1 109487614 109487804 ENST00000369870 protein_coding 7 1 5 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000459635 protein_coding 2 2 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000369870 protein_coding 7 1 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000683729 protein_coding 1 NA 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000459635 protein_coding 2 2 7 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000369870 protein_coding 7 1 7 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000683729 protein_coding 1 NA 7 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000459635 protein_coding 2 2 8 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000369870 protein_coding 7 1 8 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000683729 protein_coding 1 NA 8 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000459635 protein_coding 2 2 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000369870 protein_coding 7 1 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000683729 protein_coding 1 NA 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000459635 protein_coding 2 2 10 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000369870 protein_coding 7 1 10 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000683729 protein_coding 1 NA 10 ATXN7L2 ENSG00000162650 +CDS chr1 109492027 109492065 ENST00000459635 protein_coding 2 2 11 ATXN7L2 ENSG00000162650 +CDS chr1 109492586 109492597 ENST00000369870 protein_coding 7 1 11 ATXN7L2 ENSG00000162650 +CDS chr1 109492586 109492597 ENST00000683729 protein_coding 1 NA 11 ATXN7L2 ENSG00000162650 +transcript chr1 109494052 109496272 ENST00000393709 protein_coding 3 4 NA CYB561D1 ENSG00000174151 +transcript chr1 109494079 109498855 ENST00000496961 protein_coding 5 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494080 109496555 ENST00000533024 protein_coding 5 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494094 109500435 ENST00000420578 protein_coding 7 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494099 109500433 ENST00000310611 protein_coding 8 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494100 109496459 ENST00000527072 protein_coding 5 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494105 109502932 ENST00000528785 protein_coding 1 5 NA CYB561D1 ENSG00000174151 +transcript chr1 109494114 109496562 ENST00000369868 protein_coding 7 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494115 109500440 ENST00000430195 protein_coding 2 2 NA CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494154 ENST00000393709 protein_coding 3 4 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000496961 protein_coding 5 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494154 ENST00000533024 protein_coding 5 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000420578 protein_coding 7 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000310611 protein_coding 8 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000527072 protein_coding 5 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000528785 protein_coding 1 5 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000369868 protein_coding 7 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000430195 protein_coding 2 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000310611 protein_coding 8 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000369868 protein_coding 7 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000430195 protein_coding 2 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000496961 protein_coding 5 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000533024 protein_coding 5 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000420578 protein_coding 7 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000310611 protein_coding 8 1 3 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000528785 protein_coding 1 5 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000430195 protein_coding 2 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495679 109495684 ENST00000496961 protein_coding 5 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495679 109495772 ENST00000430195 protein_coding 2 2 4 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000393709 protein_coding 3 4 2 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495864 ENST00000533024 protein_coding 5 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000420578 protein_coding 7 1 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495864 ENST00000310611 protein_coding 8 1 4 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495772 ENST00000527072 protein_coding 5 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496255 ENST00000528785 protein_coding 1 5 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000369868 protein_coding 7 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109502383 109502389 ENST00000528785 protein_coding 1 5 4 CYB561D1 ENSG00000174151 +transcript chr1 109504178 109509727 ENST00000369864 protein_coding 5 1 NA AMIGO1 ENSG00000181754 +transcript chr1 109507068 109509738 ENST00000369862 protein_coding 1 5 NA AMIGO1 ENSG00000181754 +CDS chr1 109507434 109508912 ENST00000369864 protein_coding 5 1 2 AMIGO1 ENSG00000181754 +CDS chr1 109507434 109508912 ENST00000369862 protein_coding 1 5 2 AMIGO1 ENSG00000181754 +transcript chr1 109539872 109547237 ENST00000689084 protein_coding 1 NA NA GPR61 ENSG00000156097 +transcript chr1 109539872 109547260 ENST00000527748 protein_coding 5 2 NA GPR61 ENSG00000156097 +CDS chr1 109543023 109543475 ENST00000689084 protein_coding 1 NA 2 GPR61 ENSG00000156097 +CDS chr1 109543023 109544375 ENST00000527748 protein_coding 5 2 2 GPR61 ENSG00000156097 +CDS chr1 109545311 109545322 ENST00000689084 protein_coding 1 NA 3 GPR61 ENSG00000156097 +transcript chr1 109548615 109600195 ENST00000369851 protein_coding 7 1 NA GNAI3 ENSG00000065135 +CDS chr1 109548721 109548838 ENST00000369851 protein_coding 7 1 1 GNAI3 ENSG00000065135 +CDS chr1 109573737 109573779 ENST00000369851 protein_coding 7 1 2 GNAI3 ENSG00000065135 +CDS chr1 109573896 109574037 ENST00000369851 protein_coding 7 1 3 GNAI3 ENSG00000065135 +CDS chr1 109579204 109579361 ENST00000369851 protein_coding 7 1 4 GNAI3 ENSG00000065135 +CDS chr1 109582437 109582565 ENST00000369851 protein_coding 7 1 5 GNAI3 ENSG00000065135 +CDS chr1 109586216 109586345 ENST00000369851 protein_coding 7 1 6 GNAI3 ENSG00000065135 +CDS chr1 109586729 109586882 ENST00000369851 protein_coding 7 1 7 GNAI3 ENSG00000065135 +CDS chr1 109592043 109592230 ENST00000369851 protein_coding 7 1 8 GNAI3 ENSG00000065135 +transcript chr1 109603091 109619616 ENST00000679935 protein_coding 1 NA NA GNAT2 ENSG00000134183 +transcript chr1 109603254 109613084 ENST00000351050 protein_coding 8 1 NA GNAT2 ENSG00000134183 +CDS chr1 109603357 109603544 ENST00000679935 protein_coding 1 NA 9 GNAT2 ENSG00000134183 +CDS chr1 109603357 109603544 ENST00000351050 protein_coding 8 1 8 GNAT2 ENSG00000134183 +CDS chr1 109603951 109604104 ENST00000679935 protein_coding 1 NA 8 GNAT2 ENSG00000134183 +CDS chr1 109603951 109604104 ENST00000351050 protein_coding 8 1 7 GNAT2 ENSG00000134183 +CDS chr1 109605970 109606099 ENST00000679935 protein_coding 1 NA 7 GNAT2 ENSG00000134183 +CDS chr1 109605970 109606099 ENST00000351050 protein_coding 8 1 6 GNAT2 ENSG00000134183 +CDS chr1 109606308 109606436 ENST00000679935 protein_coding 1 NA 6 GNAT2 ENSG00000134183 +CDS chr1 109606308 109606436 ENST00000351050 protein_coding 8 1 5 GNAT2 ENSG00000134183 +CDS chr1 109608631 109608788 ENST00000679935 protein_coding 1 NA 5 GNAT2 ENSG00000134183 +CDS chr1 109608631 109608788 ENST00000351050 protein_coding 8 1 4 GNAT2 ENSG00000134183 +transcript chr1 109608721 109619929 ENST00000622865 protein_coding 1 3 NA GNAT2 ENSG00000134183 +CDS chr1 109608721 109608788 ENST00000622865 protein_coding 1 3 5 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000679935 protein_coding 1 NA 4 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000351050 protein_coding 8 1 3 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000622865 protein_coding 1 3 4 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000679935 protein_coding 1 NA 3 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000351050 protein_coding 8 1 2 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000622865 protein_coding 1 3 3 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000679935 protein_coding 1 NA 2 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000351050 protein_coding 8 1 1 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000622865 protein_coding 1 3 2 GNAT2 ENSG00000134183 +transcript chr1 109616104 109631152 ENST00000531734 protein_coding 6 4 NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632044 ENST00000667949 protein_coding 2 NA NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632051 ENST00000342115 protein_coding 8 1 NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632051 ENST00000528667 protein_coding 7 1 NA AMPD2 ENSG00000116337 +CDS chr1 109620269 109620278 ENST00000531734 protein_coding 6 4 2 AMPD2 ENSG00000116337 +CDS chr1 109620269 109620278 ENST00000342115 protein_coding 8 1 1 AMPD2 ENSG00000116337 +transcript chr1 109620608 109631152 ENST00000531203 protein_coding 6 4 NA AMPD2 ENSG00000116337 +transcript chr1 109620654 109632051 ENST00000256578 protein_coding 8 5 NA AMPD2 ENSG00000116337 +transcript chr1 109621103 109631698 ENST00000369840 protein_coding 7 5 NA AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000528667 protein_coding 7 1 2 AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000256578 protein_coding 8 5 1 AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000369840 protein_coding 7 5 1 AMPD2 ENSG00000116337 +transcript chr1 109621176 109631568 ENST00000358729 protein_coding 9 2 NA AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000358729 protein_coding 9 2 1 AMPD2 ENSG00000116337 +transcript chr1 109621232 109632044 ENST00000476688 protein_coding 3 3 NA AMPD2 ENSG00000116337 +CDS chr1 109621232 109621266 ENST00000476688 protein_coding 3 3 1 AMPD2 ENSG00000116337 +transcript chr1 109623814 109631217 ENST00000528454 protein_coding 5 2 NA AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000531734 protein_coding 6 4 3 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000342115 protein_coding 8 1 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000528667 protein_coding 7 1 3 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000256578 protein_coding 8 5 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000369840 protein_coding 7 5 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000358729 protein_coding 9 2 2 AMPD2 ENSG00000116337 +CDS chr1 109625404 109625433 ENST00000531203 protein_coding 6 4 3 AMPD2 ENSG00000116337 +CDS chr1 109625404 109625433 ENST00000528454 protein_coding 5 2 2 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000531734 protein_coding 6 4 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000342115 protein_coding 8 1 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000528667 protein_coding 7 1 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000531203 protein_coding 6 4 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000256578 protein_coding 8 5 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000369840 protein_coding 7 5 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000358729 protein_coding 9 2 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000528454 protein_coding 5 2 3 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000531734 protein_coding 6 4 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000342115 protein_coding 8 1 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000528667 protein_coding 7 1 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000531203 protein_coding 6 4 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000256578 protein_coding 8 5 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000369840 protein_coding 7 5 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000358729 protein_coding 9 2 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000476688 protein_coding 3 3 2 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000528454 protein_coding 5 2 4 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000531734 protein_coding 6 4 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000342115 protein_coding 8 1 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000528667 protein_coding 7 1 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000531203 protein_coding 6 4 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000256578 protein_coding 8 5 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000369840 protein_coding 7 5 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000358729 protein_coding 9 2 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000476688 protein_coding 3 3 3 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000528454 protein_coding 5 2 5 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000531734 protein_coding 6 4 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000342115 protein_coding 8 1 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000528667 protein_coding 7 1 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000531203 protein_coding 6 4 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000256578 protein_coding 8 5 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000369840 protein_coding 7 5 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000358729 protein_coding 9 2 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000476688 protein_coding 3 3 4 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000528454 protein_coding 5 2 6 AMPD2 ENSG00000116337 +CDS chr1 109626795 109626912 ENST00000667949 protein_coding 2 NA 5 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000531734 protein_coding 6 4 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000667949 protein_coding 2 NA 6 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000342115 protein_coding 8 1 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000528667 protein_coding 7 1 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000531203 protein_coding 6 4 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000256578 protein_coding 8 5 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000369840 protein_coding 7 5 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000358729 protein_coding 9 2 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000476688 protein_coding 3 3 5 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000528454 protein_coding 5 2 7 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000531734 protein_coding 6 4 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000667949 protein_coding 2 NA 7 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000342115 protein_coding 8 1 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000528667 protein_coding 7 1 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000531203 protein_coding 6 4 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000256578 protein_coding 8 5 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000369840 protein_coding 7 5 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000358729 protein_coding 9 2 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000476688 protein_coding 3 3 6 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000528454 protein_coding 5 2 8 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000531734 protein_coding 6 4 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000667949 protein_coding 2 NA 8 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000342115 protein_coding 8 1 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000528667 protein_coding 7 1 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000531203 protein_coding 6 4 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000256578 protein_coding 8 5 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000369840 protein_coding 7 5 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000358729 protein_coding 9 2 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000476688 protein_coding 3 3 7 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000528454 protein_coding 5 2 9 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000531734 protein_coding 6 4 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000667949 protein_coding 2 NA 9 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000342115 protein_coding 8 1 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000528667 protein_coding 7 1 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000531203 protein_coding 6 4 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000256578 protein_coding 8 5 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000369840 protein_coding 7 5 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000358729 protein_coding 9 2 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000476688 protein_coding 3 3 8 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000528454 protein_coding 5 2 10 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000531734 protein_coding 6 4 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000667949 protein_coding 2 NA 10 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000342115 protein_coding 8 1 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000528667 protein_coding 7 1 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000531203 protein_coding 6 4 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000256578 protein_coding 8 5 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000369840 protein_coding 7 5 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000358729 protein_coding 9 2 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000476688 protein_coding 3 3 9 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000528454 protein_coding 5 2 11 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000531734 protein_coding 6 4 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000667949 protein_coding 2 NA 11 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000342115 protein_coding 8 1 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000528667 protein_coding 7 1 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000531203 protein_coding 6 4 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000256578 protein_coding 8 5 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000369840 protein_coding 7 5 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000358729 protein_coding 9 2 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000476688 protein_coding 3 3 10 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000528454 protein_coding 5 2 12 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000531734 protein_coding 6 4 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000667949 protein_coding 2 NA 12 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000342115 protein_coding 8 1 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000528667 protein_coding 7 1 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000531203 protein_coding 6 4 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000256578 protein_coding 8 5 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000369840 protein_coding 7 5 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000358729 protein_coding 9 2 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000476688 protein_coding 3 3 11 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000528454 protein_coding 5 2 13 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000531734 protein_coding 6 4 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000667949 protein_coding 2 NA 13 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000342115 protein_coding 8 1 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000528667 protein_coding 7 1 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000531203 protein_coding 6 4 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000256578 protein_coding 8 5 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000369840 protein_coding 7 5 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000358729 protein_coding 9 2 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000476688 protein_coding 3 3 12 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000528454 protein_coding 5 2 14 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000531734 protein_coding 6 4 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000667949 protein_coding 2 NA 14 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000342115 protein_coding 8 1 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000528667 protein_coding 7 1 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000531203 protein_coding 6 4 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000256578 protein_coding 8 5 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000369840 protein_coding 7 5 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000358729 protein_coding 9 2 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000476688 protein_coding 3 3 13 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000528454 protein_coding 5 2 15 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000531734 protein_coding 6 4 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000667949 protein_coding 2 NA 15 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000342115 protein_coding 8 1 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000528667 protein_coding 7 1 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000531203 protein_coding 6 4 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000256578 protein_coding 8 5 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630439 ENST00000369840 protein_coding 7 5 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000358729 protein_coding 9 2 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000476688 protein_coding 3 3 14 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000528454 protein_coding 5 2 16 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000531734 protein_coding 6 4 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000667949 protein_coding 2 NA 16 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000342115 protein_coding 8 1 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000528667 protein_coding 7 1 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000531203 protein_coding 6 4 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000256578 protein_coding 8 5 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000369840 protein_coding 7 5 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000476688 protein_coding 3 3 15 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000528454 protein_coding 5 2 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000531734 protein_coding 6 4 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000667949 protein_coding 2 NA 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000342115 protein_coding 8 1 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000528667 protein_coding 7 1 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000531203 protein_coding 6 4 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000256578 protein_coding 8 5 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000369840 protein_coding 7 5 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000358729 protein_coding 9 2 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000476688 protein_coding 3 3 16 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000528454 protein_coding 5 2 18 AMPD2 ENSG00000116337 +transcript chr1 109656099 109661700 ENST00000369836 protein_coding 9 1 NA GSTM4 ENSG00000168765 +transcript chr1 109656122 109665496 ENST00000326729 protein_coding 9 1 NA GSTM4 ENSG00000168765 +transcript chr1 109656336 109661742 ENST00000369833 protein_coding 5 5 NA GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000369836 protein_coding 9 1 1 GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000326729 protein_coding 9 1 1 GSTM4 ENSG00000168765 +transcript chr1 109656390 109674836 ENST00000336075 protein_coding 6 1 NA GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000336075 protein_coding 6 1 1 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000369836 protein_coding 9 1 2 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000326729 protein_coding 9 1 2 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000336075 protein_coding 6 1 2 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000369836 protein_coding 9 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000326729 protein_coding 9 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000336075 protein_coding 6 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657536 109657671 ENST00000369833 protein_coding 5 5 2 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000369836 protein_coding 9 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000326729 protein_coding 9 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000336075 protein_coding 6 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000369836 protein_coding 9 1 5 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000326729 protein_coding 9 1 5 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000369833 protein_coding 5 5 3 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000336075 protein_coding 6 1 5 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000369836 protein_coding 9 1 6 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000326729 protein_coding 9 1 6 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000369833 protein_coding 5 5 4 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000336075 protein_coding 6 1 6 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000369836 protein_coding 9 1 7 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000326729 protein_coding 9 1 7 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659272 ENST00000369833 protein_coding 5 5 5 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000336075 protein_coding 6 1 7 GSTM4 ENSG00000168765 +CDS chr1 109661165 109661251 ENST00000369836 protein_coding 9 1 8 GSTM4 ENSG00000168765 +CDS chr1 109665011 109665028 ENST00000326729 protein_coding 9 1 8 GSTM4 ENSG00000168765 +transcript chr1 109668022 109709549 ENST00000369831 protein_coding 6 2 NA GSTM2 ENSG00000213366 +transcript chr1 109668022 109683997 ENST00000442650 protein_coding 5 5 NA GSTM2 ENSG00000213366 +transcript chr1 109668036 109675283 ENST00000369827 protein_coding 7 5 NA GSTM2 ENSG00000213366 +transcript chr1 109668051 109702442 ENST00000460717 protein_coding 7 2 NA GSTM2 ENSG00000213366 +transcript chr1 109668057 109675286 ENST00000241337 protein_coding 9 1 NA GSTM2 ENSG00000213366 +transcript chr1 109668083 109671486 ENST00000467579 protein_coding 7 3 NA GSTM2 ENSG00000213366 +transcript chr1 109668088 109683584 ENST00000414179 protein_coding 6 1 NA GSTM2 ENSG00000213366 +transcript chr1 109668092 109673525 ENST00000369829 protein_coding 2 3 NA GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369831 protein_coding 6 2 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000460717 protein_coding 7 2 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000241337 protein_coding 9 1 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000467579 protein_coding 7 3 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369829 protein_coding 2 3 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000442650 protein_coding 5 5 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369827 protein_coding 7 5 1 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369831 protein_coding 6 2 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000460717 protein_coding 7 2 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000241337 protein_coding 9 1 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000467579 protein_coding 7 3 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369829 protein_coding 2 3 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000442650 protein_coding 5 5 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369827 protein_coding 7 5 2 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369831 protein_coding 6 2 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000460717 protein_coding 7 2 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000241337 protein_coding 9 1 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000467579 protein_coding 7 3 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369829 protein_coding 2 3 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000442650 protein_coding 5 5 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369827 protein_coding 7 5 3 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369831 protein_coding 6 2 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000460717 protein_coding 7 2 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000241337 protein_coding 9 1 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000467579 protein_coding 7 3 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369829 protein_coding 2 3 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000442650 protein_coding 5 5 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369827 protein_coding 7 5 4 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369831 protein_coding 6 2 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000460717 protein_coding 7 2 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000241337 protein_coding 9 1 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000467579 protein_coding 7 3 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369829 protein_coding 2 3 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000442650 protein_coding 5 5 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369827 protein_coding 7 5 5 GSTM2 ENSG00000213366 +CDS chr1 109669524 109669571 ENST00000414179 protein_coding 6 1 5 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369831 protein_coding 6 2 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000460717 protein_coding 7 2 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000241337 protein_coding 9 1 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000414179 protein_coding 6 1 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369829 protein_coding 2 3 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000442650 protein_coding 5 5 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369827 protein_coding 7 5 6 GSTM2 ENSG00000213366 +CDS chr1 109671314 109671382 ENST00000467579 protein_coding 7 3 6 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000369831 protein_coding 6 2 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000460717 protein_coding 7 2 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000241337 protein_coding 9 1 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671486 ENST00000467579 protein_coding 7 3 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000414179 protein_coding 6 1 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000369829 protein_coding 2 3 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000442650 protein_coding 5 5 7 GSTM2 ENSG00000213366 +CDS chr1 109673203 109673214 ENST00000369829 protein_coding 2 3 8 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000241337 protein_coding 9 1 8 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000369827 protein_coding 7 5 7 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000336075 protein_coding 6 1 8 GSTM4 ENSG00000168765 +CDS chr1 109681809 109681814 ENST00000460717 protein_coding 7 2 8 GSTM2 ENSG00000213366 +CDS chr1 109681809 109681814 ENST00000414179 protein_coding 6 1 8 GSTM2 ENSG00000213366 +CDS chr1 109681809 109681814 ENST00000442650 protein_coding 5 5 8 GSTM2 ENSG00000213366 +transcript chr1 109687817 109693745 ENST00000309851 protein_coding 10 1 NA GSTM1 ENSG00000134184 +transcript chr1 109687829 109693388 ENST00000369823 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687840 109693743 ENST00000349334 protein_coding 7 1 NA GSTM1 ENSG00000134184 +transcript chr1 109687845 109690319 ENST00000476065 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687845 109708685 ENST00000483399 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687858 109693619 ENST00000369819 protein_coding 2 1 NA GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000309851 protein_coding 10 1 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000369823 protein_coding 6 3 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000349334 protein_coding 7 1 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000483399 protein_coding 6 3 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000369819 protein_coding 2 1 1 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000309851 protein_coding 10 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000369823 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000349334 protein_coding 7 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000483399 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000369819 protein_coding 2 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688236 109688245 ENST00000476065 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000309851 protein_coding 10 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000369823 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000349334 protein_coding 7 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000476065 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000483399 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000369819 protein_coding 2 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688991 109689129 ENST00000369823 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000309851 protein_coding 10 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000349334 protein_coding 7 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000476065 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000369819 protein_coding 2 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000309851 protein_coding 10 1 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000369823 protein_coding 6 3 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000349334 protein_coding 7 1 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000476065 protein_coding 6 3 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689302 ENST00000483399 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000369819 protein_coding 2 1 5 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000309851 protein_coding 10 1 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000369823 protein_coding 6 3 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000349334 protein_coding 7 1 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690319 ENST00000476065 protein_coding 6 3 6 GSTM1 ENSG00000134184 +CDS chr1 109690454 109690564 ENST00000309851 protein_coding 10 1 7 GSTM1 ENSG00000134184 +CDS chr1 109690454 109690564 ENST00000369823 protein_coding 6 3 7 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000309851 protein_coding 10 1 8 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000369823 protein_coding 6 3 8 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000349334 protein_coding 7 1 7 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000369819 protein_coding 2 1 6 GSTM1 ENSG00000134184 +CDS chr1 109708481 109708573 ENST00000369831 protein_coding 6 2 8 GSTM2 ENSG00000213366 +transcript chr1 109711780 109715240 ENST00000647711 protein_coding 1 NA NA GSTM5 ENSG00000134201 +transcript chr1 109712251 109718268 ENST00000256593 protein_coding 8 1 NA GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000647711 protein_coding 1 NA 2 GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000256593 protein_coding 8 1 1 GSTM5 ENSG00000134201 +transcript chr1 109712313 109717426 ENST00000369812 protein_coding 6 5 NA GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000369812 protein_coding 6 5 1 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000647711 protein_coding 1 NA 3 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000256593 protein_coding 8 1 2 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000369812 protein_coding 6 5 2 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000647711 protein_coding 1 NA 4 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000256593 protein_coding 8 1 3 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000369812 protein_coding 6 5 3 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000647711 protein_coding 1 NA 5 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000256593 protein_coding 8 1 4 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000369812 protein_coding 6 5 4 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713761 ENST00000647711 protein_coding 1 NA 6 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713761 ENST00000256593 protein_coding 8 1 5 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713710 ENST00000369812 protein_coding 6 5 5 GSTM5 ENSG00000134201 +transcript chr1 109713733 109717731 ENST00000648974 protein_coding 1 NA NA GSTM5 ENSG00000134201 +CDS chr1 109713733 109713761 ENST00000648974 protein_coding 1 NA 1 GSTM5 ENSG00000134201 +CDS chr1 109713953 109714003 ENST00000369812 protein_coding 6 5 6 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000647711 protein_coding 1 NA 7 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000256593 protein_coding 8 1 6 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000648974 protein_coding 1 NA 2 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000369812 protein_coding 6 5 7 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000647711 protein_coding 1 NA 8 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000256593 protein_coding 8 1 7 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000648974 protein_coding 1 NA 3 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000369812 protein_coding 6 5 8 GSTM5 ENSG00000134201 +CDS chr1 109716002 109716090 ENST00000648974 protein_coding 1 NA 4 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717423 ENST00000256593 protein_coding 8 1 8 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717340 ENST00000648974 protein_coding 1 NA 5 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717423 ENST00000369812 protein_coding 6 5 9 GSTM5 ENSG00000134201 +transcript chr1 109733932 109740516 ENST00000256594 protein_coding 7 1 NA GSTM3 ENSG00000134202 +transcript chr1 109733937 109741038 ENST00000361066 protein_coding 7 1 NA GSTM3 ENSG00000134202 +CDS chr1 109737074 109737169 ENST00000361066 protein_coding 7 1 9 GSTM3 ENSG00000134202 +CDS chr1 109737074 109737169 ENST00000256594 protein_coding 7 1 8 GSTM3 ENSG00000134202 +CDS chr1 109737457 109737567 ENST00000361066 protein_coding 7 1 8 GSTM3 ENSG00000134202 +CDS chr1 109737457 109737567 ENST00000256594 protein_coding 7 1 7 GSTM3 ENSG00000134202 +CDS chr1 109737656 109737751 ENST00000361066 protein_coding 7 1 7 GSTM3 ENSG00000134202 +CDS chr1 109737656 109737751 ENST00000256594 protein_coding 7 1 6 GSTM3 ENSG00000134202 +CDS chr1 109738091 109738191 ENST00000361066 protein_coding 7 1 6 GSTM3 ENSG00000134202 +CDS chr1 109738091 109738191 ENST00000256594 protein_coding 7 1 5 GSTM3 ENSG00000134202 +CDS chr1 109738285 109738366 ENST00000361066 protein_coding 7 1 5 GSTM3 ENSG00000134202 +CDS chr1 109738285 109738366 ENST00000256594 protein_coding 7 1 4 GSTM3 ENSG00000134202 +CDS chr1 109739429 109739493 ENST00000361066 protein_coding 7 1 4 GSTM3 ENSG00000134202 +CDS chr1 109739429 109739493 ENST00000256594 protein_coding 7 1 3 GSTM3 ENSG00000134202 +CDS chr1 109739833 109739908 ENST00000361066 protein_coding 7 1 3 GSTM3 ENSG00000134202 +CDS chr1 109739833 109739908 ENST00000256594 protein_coding 7 1 2 GSTM3 ENSG00000134202 +CDS chr1 109740240 109740287 ENST00000361066 protein_coding 7 1 2 GSTM3 ENSG00000134202 +CDS chr1 109740240 109740287 ENST00000256594 protein_coding 7 1 1 GSTM3 ENSG00000134202 +transcript chr1 109750080 109763924 ENST00000361852 protein_coding 8 1 NA EPS8L3 ENSG00000198758 +transcript chr1 109750080 109763923 ENST00000361965 protein_coding 9 1 NA EPS8L3 ENSG00000198758 +transcript chr1 109750081 109764027 ENST00000369805 protein_coding 7 1 NA EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000361852 protein_coding 8 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000369805 protein_coding 7 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000361965 protein_coding 9 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000361852 protein_coding 8 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000369805 protein_coding 7 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000361965 protein_coding 9 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000361852 protein_coding 8 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000369805 protein_coding 7 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000361965 protein_coding 9 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000361852 protein_coding 8 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000369805 protein_coding 7 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000361965 protein_coding 9 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752103 ENST00000361852 protein_coding 8 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752193 ENST00000369805 protein_coding 7 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752193 ENST00000361965 protein_coding 9 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000361852 protein_coding 8 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000369805 protein_coding 7 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000361965 protein_coding 9 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000361852 protein_coding 8 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000369805 protein_coding 7 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000361965 protein_coding 9 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000361852 protein_coding 8 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000369805 protein_coding 7 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000361965 protein_coding 9 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000361852 protein_coding 8 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000369805 protein_coding 7 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000361965 protein_coding 9 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000361852 protein_coding 8 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000369805 protein_coding 7 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000361965 protein_coding 9 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000361852 protein_coding 8 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000369805 protein_coding 7 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000361965 protein_coding 9 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000361852 protein_coding 8 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000369805 protein_coding 7 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000361965 protein_coding 9 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758663 ENST00000361852 protein_coding 8 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758666 ENST00000369805 protein_coding 7 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758663 ENST00000361965 protein_coding 9 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000361852 protein_coding 8 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000369805 protein_coding 7 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000361965 protein_coding 9 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000361852 protein_coding 8 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000369805 protein_coding 7 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000361965 protein_coding 9 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000361852 protein_coding 8 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000369805 protein_coding 7 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000361965 protein_coding 9 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000361852 protein_coding 8 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000369805 protein_coding 7 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000361965 protein_coding 9 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000361852 protein_coding 8 1 2 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000369805 protein_coding 7 1 2 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000361965 protein_coding 9 1 2 EPS8L3 ENSG00000198758 +transcript chr1 109910242 109921880 ENST00000527192 protein_coding 5 4 NA CSF1 ENSG00000184371 +CDS chr1 109910368 109910427 ENST00000527192 protein_coding 5 4 1 CSF1 ENSG00000184371 +transcript chr1 109910506 109921913 ENST00000525659 protein_coding 5 4 NA CSF1 ENSG00000184371 +transcript chr1 109910605 109917425 ENST00000357302 protein_coding 8 3 NA CSF1 ENSG00000184371 +transcript chr1 109910849 109930992 ENST00000329608 protein_coding 11 1 NA CSF1 ENSG00000184371 +transcript chr1 109910870 109923599 ENST00000488198 protein_coding 5 3 NA CSF1 ENSG00000184371 +transcript chr1 109910899 109926743 ENST00000369802 protein_coding 7 1 NA CSF1 ENSG00000184371 +transcript chr1 109910908 109929034 ENST00000420111 protein_coding 6 5 NA CSF1 ENSG00000184371 +transcript chr1 109910986 109925198 ENST00000369801 protein_coding 1 1 NA CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000357302 protein_coding 8 3 2 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000329608 protein_coding 11 1 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000488198 protein_coding 5 3 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000369802 protein_coding 7 1 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000420111 protein_coding 6 5 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000369801 protein_coding 1 1 1 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000527192 protein_coding 5 4 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000357302 protein_coding 8 3 3 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000329608 protein_coding 11 1 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000369802 protein_coding 7 1 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000420111 protein_coding 6 5 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000369801 protein_coding 1 1 2 CSF1 ENSG00000184371 +CDS chr1 109914343 109914381 ENST00000525659 protein_coding 5 4 2 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000527192 protein_coding 5 4 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000525659 protein_coding 5 4 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000357302 protein_coding 8 3 4 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000329608 protein_coding 11 1 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000488198 protein_coding 5 3 2 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000369802 protein_coding 7 1 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000420111 protein_coding 6 5 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000369801 protein_coding 1 1 3 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000527192 protein_coding 5 4 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000525659 protein_coding 5 4 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917425 ENST00000357302 protein_coding 8 3 5 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000329608 protein_coding 11 1 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000488198 protein_coding 5 3 3 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000369802 protein_coding 7 1 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000420111 protein_coding 6 5 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000369801 protein_coding 1 1 4 CSF1 ENSG00000184371 +CDS chr1 109921847 109921880 ENST00000527192 protein_coding 5 4 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921913 ENST00000525659 protein_coding 5 4 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000329608 protein_coding 11 1 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000488198 protein_coding 5 3 4 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000369802 protein_coding 7 1 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000420111 protein_coding 6 5 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000369801 protein_coding 1 1 5 CSF1 ENSG00000184371 +CDS chr1 109923166 109924190 ENST00000329608 protein_coding 11 1 6 CSF1 ENSG00000184371 +CDS chr1 109923166 109923599 ENST00000488198 protein_coding 5 3 5 CSF1 ENSG00000184371 +CDS chr1 109923166 109924190 ENST00000369802 protein_coding 7 1 6 CSF1 ENSG00000184371 +CDS chr1 109923166 109923711 ENST00000369801 protein_coding 1 1 6 CSF1 ENSG00000184371 +CDS chr1 109924060 109924190 ENST00000420111 protein_coding 6 5 6 CSF1 ENSG00000184371 +CDS chr1 109924060 109924190 ENST00000369801 protein_coding 1 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000329608 protein_coding 11 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000369802 protein_coding 7 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000420111 protein_coding 6 5 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000369801 protein_coding 1 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000329608 protein_coding 11 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000369802 protein_coding 7 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000420111 protein_coding 6 5 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000369801 protein_coding 1 1 9 CSF1 ENSG00000184371 +transcript chr1 109984765 110023742 ENST00000369799 protein_coding 10 1 NA AHCYL1 ENSG00000168710 +transcript chr1 109984765 110023741 ENST00000393614 protein_coding 8 2 NA AHCYL1 ENSG00000168710 +CDS chr1 109985053 109985172 ENST00000369799 protein_coding 10 1 1 AHCYL1 ENSG00000168710 +transcript chr1 110004131 110022389 ENST00000359172 protein_coding 3 1 NA AHCYL1 ENSG00000168710 +CDS chr1 110009034 110009145 ENST00000369799 protein_coding 10 1 2 AHCYL1 ENSG00000168710 +CDS chr1 110009055 110009145 ENST00000359172 protein_coding 3 1 2 AHCYL1 ENSG00000168710 +CDS chr1 110009055 110009145 ENST00000393614 protein_coding 8 2 2 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000369799 protein_coding 10 1 3 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000359172 protein_coding 3 1 3 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000393614 protein_coding 8 2 3 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000369799 protein_coding 10 1 4 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000359172 protein_coding 3 1 4 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000393614 protein_coding 8 2 4 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000369799 protein_coding 10 1 5 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000359172 protein_coding 3 1 5 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000393614 protein_coding 8 2 5 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000369799 protein_coding 10 1 6 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000359172 protein_coding 3 1 6 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000393614 protein_coding 8 2 6 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000369799 protein_coding 10 1 7 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000359172 protein_coding 3 1 7 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000393614 protein_coding 8 2 7 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000369799 protein_coding 10 1 8 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000359172 protein_coding 3 1 8 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000393614 protein_coding 8 2 8 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000369799 protein_coding 10 1 9 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000359172 protein_coding 3 1 9 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000393614 protein_coding 8 2 9 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000369799 protein_coding 10 1 10 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000359172 protein_coding 3 1 10 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000393614 protein_coding 8 2 10 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000369799 protein_coding 10 1 11 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000359172 protein_coding 3 1 11 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000393614 protein_coding 8 2 11 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000369799 protein_coding 10 1 12 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000359172 protein_coding 3 1 12 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000393614 protein_coding 8 2 12 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000369799 protein_coding 10 1 13 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000359172 protein_coding 3 1 13 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000393614 protein_coding 8 2 13 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000369799 protein_coding 10 1 14 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000359172 protein_coding 3 1 14 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000393614 protein_coding 8 2 14 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000369799 protein_coding 10 1 15 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000359172 protein_coding 3 1 15 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000393614 protein_coding 8 2 15 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000369799 protein_coding 10 1 16 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000359172 protein_coding 3 1 16 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000393614 protein_coding 8 2 16 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000369799 protein_coding 10 1 17 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000359172 protein_coding 3 1 17 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000393614 protein_coding 8 2 17 AHCYL1 ENSG00000168710 +transcript chr1 110031577 110054639 ENST00000369796 protein_coding 5 2 NA STRIP1 ENSG00000143093 +transcript chr1 110034624 110054641 ENST00000369795 protein_coding 8 1 NA STRIP1 ENSG00000143093 +CDS chr1 110034638 110034817 ENST00000369795 protein_coding 8 1 1 STRIP1 ENSG00000143093 +CDS chr1 110037891 110037960 ENST00000369795 protein_coding 8 1 2 STRIP1 ENSG00000143093 +CDS chr1 110038683 110038757 ENST00000369795 protein_coding 8 1 3 STRIP1 ENSG00000143093 +CDS chr1 110038718 110038757 ENST00000369796 protein_coding 5 2 3 STRIP1 ENSG00000143093 +CDS chr1 110039172 110039306 ENST00000369796 protein_coding 5 2 4 STRIP1 ENSG00000143093 +CDS chr1 110039172 110039306 ENST00000369795 protein_coding 8 1 4 STRIP1 ENSG00000143093 +CDS chr1 110039395 110039515 ENST00000369796 protein_coding 5 2 5 STRIP1 ENSG00000143093 +CDS chr1 110039395 110039515 ENST00000369795 protein_coding 8 1 5 STRIP1 ENSG00000143093 +CDS chr1 110040635 110040703 ENST00000369796 protein_coding 5 2 6 STRIP1 ENSG00000143093 +CDS chr1 110040635 110040703 ENST00000369795 protein_coding 8 1 6 STRIP1 ENSG00000143093 +CDS chr1 110041536 110041642 ENST00000369796 protein_coding 5 2 7 STRIP1 ENSG00000143093 +CDS chr1 110041536 110041642 ENST00000369795 protein_coding 8 1 7 STRIP1 ENSG00000143093 +CDS chr1 110041734 110041861 ENST00000369796 protein_coding 5 2 8 STRIP1 ENSG00000143093 +CDS chr1 110041734 110041861 ENST00000369795 protein_coding 8 1 8 STRIP1 ENSG00000143093 +CDS chr1 110043088 110043270 ENST00000369796 protein_coding 5 2 9 STRIP1 ENSG00000143093 +CDS chr1 110043088 110043270 ENST00000369795 protein_coding 8 1 9 STRIP1 ENSG00000143093 +CDS chr1 110043639 110043856 ENST00000369796 protein_coding 5 2 10 STRIP1 ENSG00000143093 +CDS chr1 110043639 110043856 ENST00000369795 protein_coding 8 1 10 STRIP1 ENSG00000143093 +CDS chr1 110044840 110044905 ENST00000369796 protein_coding 5 2 11 STRIP1 ENSG00000143093 +CDS chr1 110044840 110044905 ENST00000369795 protein_coding 8 1 11 STRIP1 ENSG00000143093 +CDS chr1 110045015 110045078 ENST00000369796 protein_coding 5 2 12 STRIP1 ENSG00000143093 +CDS chr1 110045015 110045078 ENST00000369795 protein_coding 8 1 12 STRIP1 ENSG00000143093 +CDS chr1 110046680 110046751 ENST00000369796 protein_coding 5 2 13 STRIP1 ENSG00000143093 +CDS chr1 110046680 110046751 ENST00000369795 protein_coding 8 1 13 STRIP1 ENSG00000143093 +CDS chr1 110047542 110047616 ENST00000369796 protein_coding 5 2 14 STRIP1 ENSG00000143093 +CDS chr1 110047542 110047616 ENST00000369795 protein_coding 8 1 14 STRIP1 ENSG00000143093 +CDS chr1 110047772 110047869 ENST00000369796 protein_coding 5 2 15 STRIP1 ENSG00000143093 +CDS chr1 110047772 110047869 ENST00000369795 protein_coding 8 1 15 STRIP1 ENSG00000143093 +CDS chr1 110049112 110049238 ENST00000369796 protein_coding 5 2 16 STRIP1 ENSG00000143093 +CDS chr1 110049112 110049238 ENST00000369795 protein_coding 8 1 16 STRIP1 ENSG00000143093 +CDS chr1 110049460 110049560 ENST00000369796 protein_coding 5 2 17 STRIP1 ENSG00000143093 +CDS chr1 110049460 110049560 ENST00000369795 protein_coding 8 1 17 STRIP1 ENSG00000143093 +CDS chr1 110050343 110050409 ENST00000369796 protein_coding 5 2 18 STRIP1 ENSG00000143093 +CDS chr1 110050343 110050409 ENST00000369795 protein_coding 8 1 18 STRIP1 ENSG00000143093 +CDS chr1 110050956 110051060 ENST00000369796 protein_coding 5 2 19 STRIP1 ENSG00000143093 +CDS chr1 110050956 110051060 ENST00000369795 protein_coding 8 1 19 STRIP1 ENSG00000143093 +CDS chr1 110051683 110051887 ENST00000369796 protein_coding 5 2 20 STRIP1 ENSG00000143093 +CDS chr1 110051683 110051887 ENST00000369795 protein_coding 8 1 20 STRIP1 ENSG00000143093 +CDS chr1 110053665 110053909 ENST00000369796 protein_coding 5 2 21 STRIP1 ENSG00000143093 +CDS chr1 110053665 110053909 ENST00000369795 protein_coding 8 1 21 STRIP1 ENSG00000143093 +transcript chr1 110059870 110070672 ENST00000647563 protein_coding 2 NA NA ALX3 ENSG00000156150 +transcript chr1 110060397 110064924 ENST00000649954 protein_coding 1 NA NA ALX3 ENSG00000156150 +CDS chr1 110060736 110061041 ENST00000647563 protein_coding 2 NA 4 ALX3 ENSG00000156150 +CDS chr1 110060736 110061041 ENST00000649954 protein_coding 1 NA 3 ALX3 ENSG00000156150 +CDS chr1 110061435 110061563 ENST00000647563 protein_coding 2 NA 3 ALX3 ENSG00000156150 +CDS chr1 110061435 110061563 ENST00000649954 protein_coding 1 NA 2 ALX3 ENSG00000156150 +CDS chr1 110064587 110064903 ENST00000647563 protein_coding 2 NA 2 ALX3 ENSG00000156150 +CDS chr1 110064587 110064751 ENST00000649954 protein_coding 1 NA 1 ALX3 ENSG00000156150 +CDS chr1 110070336 110070612 ENST00000647563 protein_coding 2 NA 1 ALX3 ENSG00000156150 +transcript chr1 110112443 110113947 ENST00000334179 protein_coding 5 NA NA UBL4B ENSG00000186150 +CDS chr1 110112535 110113056 ENST00000334179 protein_coding 5 NA 1 UBL4B ENSG00000186150 +transcript chr1 110150494 110202202 ENST00000331565 protein_coding 5 2 NA SLC6A17 ENSG00000197106 +CDS chr1 110166930 110167215 ENST00000331565 protein_coding 5 2 2 SLC6A17 ENSG00000197106 +CDS chr1 110172060 110172217 ENST00000331565 protein_coding 5 2 3 SLC6A17 ENSG00000197106 +CDS chr1 110173973 110174099 ENST00000331565 protein_coding 5 2 4 SLC6A17 ENSG00000197106 +CDS chr1 110174779 110174960 ENST00000331565 protein_coding 5 2 5 SLC6A17 ENSG00000197106 +CDS chr1 110176629 110176739 ENST00000331565 protein_coding 5 2 6 SLC6A17 ENSG00000197106 +CDS chr1 110191972 110192213 ENST00000331565 protein_coding 5 2 7 SLC6A17 ENSG00000197106 +CDS chr1 110192506 110192698 ENST00000331565 protein_coding 5 2 8 SLC6A17 ENSG00000197106 +CDS chr1 110194579 110194771 ENST00000331565 protein_coding 5 2 9 SLC6A17 ENSG00000197106 +CDS chr1 110195586 110195745 ENST00000331565 protein_coding 5 2 10 SLC6A17 ENSG00000197106 +CDS chr1 110197437 110197599 ENST00000331565 protein_coding 5 2 11 SLC6A17 ENSG00000197106 +CDS chr1 110198076 110198441 ENST00000331565 protein_coding 5 2 12 SLC6A17 ENSG00000197106 +transcript chr1 110210314 110234044 ENST00000438661 protein_coding 3 1 NA KCNC4 ENSG00000116396 +transcript chr1 110211473 110249124 ENST00000369787 protein_coding 7 1 NA KCNC4 ENSG00000116396 +transcript chr1 110211492 110234039 ENST00000413138 protein_coding 7 5 NA KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000369787 protein_coding 7 1 1 KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000413138 protein_coding 7 5 1 KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000438661 protein_coding 3 1 1 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000369787 protein_coding 7 1 2 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000413138 protein_coding 7 5 2 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000438661 protein_coding 3 1 2 KCNC4 ENSG00000116396 +transcript chr1 110223830 110229151 ENST00000636402 protein_coding 1 5 NA KCNC4 ENSG00000116396 +CDS chr1 110223830 110223900 ENST00000636402 protein_coding 1 5 1 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000369787 protein_coding 7 1 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000413138 protein_coding 7 5 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000438661 protein_coding 3 1 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000636402 protein_coding 1 5 2 KCNC4 ENSG00000116396 +CDS chr1 110228533 110228696 ENST00000636402 protein_coding 1 5 3 KCNC4 ENSG00000116396 +CDS chr1 110232221 110232306 ENST00000369787 protein_coding 7 1 4 KCNC4 ENSG00000116396 +CDS chr1 110232849 110232901 ENST00000413138 protein_coding 7 5 4 KCNC4 ENSG00000116396 +CDS chr1 110232911 110232969 ENST00000438661 protein_coding 3 1 4 KCNC4 ENSG00000116396 +transcript chr1 110338506 110346673 ENST00000652747 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339323 110342690 ENST00000602849 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339323 110346673 ENST00000487146 protein_coding 8 1 NA RBM15 ENSG00000162775 +transcript chr1 110339323 110346681 ENST00000618772 protein_coding 4 1 NA RBM15 ENSG00000162775 +transcript chr1 110339377 110346677 ENST00000369784 protein_coding 9 1 NA RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000652747 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000369784 protein_coding 9 1 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342276 ENST00000602849 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000487146 protein_coding 8 1 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000618772 protein_coding 4 1 1 RBM15 ENSG00000162775 +transcript chr1 110339422 110346633 ENST00000650953 protein_coding 2 NA NA RBM15 ENSG00000162775 +transcript chr1 110339425 110342690 ENST00000652342 protein_coding 2 NA NA RBM15 ENSG00000162775 +transcript chr1 110339425 110346677 ENST00000654015 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339466 110346677 ENST00000617047 protein_coding 1 1 NA RBM15 ENSG00000162775 +CDS chr1 110339538 110342181 ENST00000650953 protein_coding 2 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342276 ENST00000652342 protein_coding 2 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342268 ENST00000654015 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342268 ENST00000617047 protein_coding 1 1 1 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000369784 protein_coding 9 1 2 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000618772 protein_coding 4 1 2 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000617047 protein_coding 1 1 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000652747 protein_coding 1 NA 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000487146 protein_coding 8 1 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000650953 protein_coding 2 NA 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000654015 protein_coding 1 NA 2 RBM15 ENSG00000162775 +transcript chr1 110362851 110391082 ENST00000437429 protein_coding 6 2 NA SLC16A4 ENSG00000168679 +transcript chr1 110362851 110391082 ENST00000541986 protein_coding 5 2 NA SLC16A4 ENSG00000168679 +transcript chr1 110362857 110391026 ENST00000369779 protein_coding 9 1 NA SLC16A4 ENSG00000168679 +transcript chr1 110362860 110391026 ENST00000472422 protein_coding 6 1 NA SLC16A4 ENSG00000168679 +transcript chr1 110362860 110391048 ENST00000369781 protein_coding 8 1 NA SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000541986 protein_coding 5 2 8 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000369779 protein_coding 9 1 9 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000472422 protein_coding 6 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000369781 protein_coding 8 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110363774 110363913 ENST00000437429 protein_coding 6 2 7 SLC16A4 ENSG00000168679 +transcript chr1 110375036 110379183 ENST00000467986 protein_coding 2 2 NA SLC16A4 ENSG00000168679 +CDS chr1 110375438 110375551 ENST00000467986 protein_coding 2 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000437429 protein_coding 6 2 6 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000541986 protein_coding 5 2 7 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000369779 protein_coding 9 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000472422 protein_coding 6 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000369781 protein_coding 8 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000437429 protein_coding 6 2 5 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000541986 protein_coding 5 2 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000369779 protein_coding 9 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000472422 protein_coding 6 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000369781 protein_coding 8 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000467986 protein_coding 2 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000437429 protein_coding 6 2 4 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000541986 protein_coding 5 2 5 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000369779 protein_coding 9 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000472422 protein_coding 6 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379183 ENST00000467986 protein_coding 2 2 1 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000437429 protein_coding 6 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000541986 protein_coding 5 2 4 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000369779 protein_coding 9 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000472422 protein_coding 6 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000369781 protein_coding 8 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000541986 protein_coding 5 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000369779 protein_coding 9 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000369781 protein_coding 8 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000369779 protein_coding 9 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000472422 protein_coding 6 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000369781 protein_coding 8 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389270 ENST00000437429 protein_coding 6 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389270 ENST00000541986 protein_coding 5 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000369779 protein_coding 9 1 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000472422 protein_coding 6 1 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000369781 protein_coding 8 1 2 SLC16A4 ENSG00000168679 +transcript chr1 110401249 110407668 ENST00000483260 protein_coding 5 2 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401249 110407671 ENST00000474861 protein_coding 6 2 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401253 110407694 ENST00000602318 protein_coding 6 1 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401253 110407942 ENST00000256644 protein_coding 8 1 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401257 110406425 ENST00000602858 protein_coding 5 2 NA LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000483260 protein_coding 5 2 5 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000474861 protein_coding 6 2 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000602318 protein_coding 6 1 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000256644 protein_coding 8 1 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000602858 protein_coding 5 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000483260 protein_coding 5 2 4 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000474861 protein_coding 6 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000602318 protein_coding 6 1 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000256644 protein_coding 8 1 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000602858 protein_coding 5 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000483260 protein_coding 5 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000474861 protein_coding 6 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000602318 protein_coding 6 1 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000256644 protein_coding 8 1 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406378 ENST00000602858 protein_coding 5 2 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407033 110407064 ENST00000483260 protein_coding 5 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110407033 110407064 ENST00000474861 protein_coding 6 2 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407586 110407620 ENST00000602318 protein_coding 6 1 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407586 110407866 ENST00000256644 protein_coding 8 1 1 LAMTOR5 ENSG00000134248 +transcript chr1 110451149 110457358 ENST00000271331 protein_coding 4 1 NA PROK1 ENSG00000143125 +CDS chr1 110451217 110451288 ENST00000271331 protein_coding 4 1 1 PROK1 ENSG00000143125 +CDS chr1 110453961 110454086 ENST00000271331 protein_coding 4 1 2 PROK1 ENSG00000143125 +CDS chr1 110456232 110456348 ENST00000271331 protein_coding 4 1 3 PROK1 ENSG00000143125 +transcript chr1 110517217 110519175 ENST00000369771 protein_coding 4 NA NA KCNA10 ENSG00000143105 +CDS chr1 110517255 110518787 ENST00000369771 protein_coding 4 NA 1 KCNA10 ENSG00000143105 +transcript chr1 110593580 110606009 ENST00000640774 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606019 ENST00000638616 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606358 ENST00000316361 protein_coding 10 2 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606850 ENST00000638477 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607307 ENST00000639048 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607367 ENST00000675391 protein_coding 1 NA NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607368 ENST00000639233 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607429 ENST00000633222 protein_coding 1 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110631474 ENST00000369770 protein_coding 7 1 NA KCNA2 ENSG00000177301 +CDS chr1 110593896 110593928 ENST00000369770 protein_coding 7 1 5 KCNA2 ENSG00000177301 +CDS chr1 110601964 110602170 ENST00000640774 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110602030 110602170 ENST00000369770 protein_coding 7 1 4 KCNA2 ENSG00000177301 +CDS chr1 110602122 110602170 ENST00000638477 protein_coding 2 5 4 KCNA2 ENSG00000177301 +transcript chr1 110602997 110608025 ENST00000638532 protein_coding 1 5 NA KCNA2 ENSG00000177301 +transcript chr1 110602998 110607816 ENST00000485317 protein_coding 6 5 NA KCNA2 ENSG00000177301 +transcript chr1 110603061 110605571 ENST00000640956 protein_coding 1 5 NA KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000638616 protein_coding 2 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000316361 protein_coding 10 2 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604020 ENST00000639048 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000675391 protein_coding 1 NA 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604200 ENST00000639233 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000633222 protein_coding 1 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000638532 protein_coding 1 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000485317 protein_coding 6 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604416 ENST00000640956 protein_coding 1 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603889 110604020 ENST00000640774 protein_coding 2 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603889 110604782 ENST00000369770 protein_coding 7 1 3 KCNA2 ENSG00000177301 +CDS chr1 110603893 110604020 ENST00000638477 protein_coding 2 5 3 KCNA2 ENSG00000177301 +transcript chr1 110672465 110674940 ENST00000369769 protein_coding 4 NA NA KCNA3 ENSG00000177272 +CDS chr1 110673085 110674809 ENST00000369769 protein_coding 4 NA 1 KCNA3 ENSG00000177272 +transcript chr1 110871188 110899922 ENST00000648608 protein_coding 1 NA NA CD53 ENSG00000143119 +transcript chr1 110873148 110899922 ENST00000271324 protein_coding 6 1 NA CD53 ENSG00000143119 +CDS chr1 110891409 110891471 ENST00000648608 protein_coding 1 NA 3 CD53 ENSG00000143119 +CDS chr1 110891409 110891471 ENST00000271324 protein_coding 6 1 2 CD53 ENSG00000143119 +CDS chr1 110892345 110892533 ENST00000648608 protein_coding 1 NA 4 CD53 ENSG00000143119 +CDS chr1 110892345 110892533 ENST00000271324 protein_coding 6 1 3 CD53 ENSG00000143119 +CDS chr1 110894327 110894401 ENST00000648608 protein_coding 1 NA 5 CD53 ENSG00000143119 +CDS chr1 110894327 110894401 ENST00000271324 protein_coding 6 1 4 CD53 ENSG00000143119 +CDS chr1 110894960 110895055 ENST00000648608 protein_coding 1 NA 6 CD53 ENSG00000143119 +CDS chr1 110894960 110895055 ENST00000271324 protein_coding 6 1 5 CD53 ENSG00000143119 +CDS chr1 110896653 110896733 ENST00000648608 protein_coding 1 NA 7 CD53 ENSG00000143119 +CDS chr1 110896653 110896733 ENST00000271324 protein_coding 6 1 6 CD53 ENSG00000143119 +CDS chr1 110897809 110897892 ENST00000648608 protein_coding 1 NA 8 CD53 ENSG00000143119 +CDS chr1 110897809 110897892 ENST00000271324 protein_coding 6 1 7 CD53 ENSG00000143119 +CDS chr1 110899124 110899192 ENST00000648608 protein_coding 1 NA 9 CD53 ENSG00000143119 +CDS chr1 110899124 110899192 ENST00000271324 protein_coding 6 1 8 CD53 ENSG00000143119 +transcript chr1 110947190 110963922 ENST00000369763 protein_coding 5 5 NA LRIF1 ENSG00000121931 +transcript chr1 110947191 110952961 ENST00000494675 protein_coding 5 2 NA LRIF1 ENSG00000121931 +transcript chr1 110947222 110963965 ENST00000485275 protein_coding 2 2 NA LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000369763 protein_coding 5 5 4 LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000494675 protein_coding 5 2 3 LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000485275 protein_coding 2 2 3 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950123 ENST00000369763 protein_coding 5 5 3 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950111 ENST00000494675 protein_coding 5 2 2 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950111 ENST00000485275 protein_coding 2 2 2 LRIF1 ENSG00000121931 +CDS chr1 110951288 110952815 ENST00000369763 protein_coding 5 5 2 LRIF1 ENSG00000121931 +CDS chr1 110963621 110963688 ENST00000369763 protein_coding 5 5 1 LRIF1 ENSG00000121931 +transcript chr1 111117163 111140093 ENST00000484310 protein_coding 6 1 NA DRAM2 ENSG00000156171 +transcript chr1 111117333 111140040 ENST00000286692 protein_coding 8 1 NA DRAM2 ENSG00000156171 +transcript chr1 111117333 111140203 ENST00000539140 protein_coding 6 1 NA DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000484310 protein_coding 6 1 10 DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000286692 protein_coding 8 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000539140 protein_coding 6 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000484310 protein_coding 6 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000286692 protein_coding 8 1 8 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000539140 protein_coding 6 1 8 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000484310 protein_coding 6 1 8 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000286692 protein_coding 8 1 7 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000539140 protein_coding 6 1 7 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000484310 protein_coding 6 1 7 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000286692 protein_coding 8 1 6 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000539140 protein_coding 6 1 6 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000484310 protein_coding 6 1 6 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000286692 protein_coding 8 1 5 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000539140 protein_coding 6 1 5 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000484310 protein_coding 6 1 5 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000286692 protein_coding 8 1 4 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000539140 protein_coding 6 1 4 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000484310 protein_coding 6 1 4 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000286692 protein_coding 8 1 3 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000539140 protein_coding 6 1 3 DRAM2 ENSG00000156171 +transcript chr1 111139627 111185102 ENST00000545121 protein_coding 5 1 NA CEPT1 ENSG00000134255 +transcript chr1 111140223 111185104 ENST00000357172 protein_coding 9 1 NA CEPT1 ENSG00000134255 +CDS chr1 111147715 111148053 ENST00000545121 protein_coding 5 1 2 CEPT1 ENSG00000134255 +CDS chr1 111147715 111148053 ENST00000357172 protein_coding 9 1 2 CEPT1 ENSG00000134255 +CDS chr1 111159380 111159527 ENST00000545121 protein_coding 5 1 3 CEPT1 ENSG00000134255 +CDS chr1 111159380 111159527 ENST00000357172 protein_coding 9 1 3 CEPT1 ENSG00000134255 +CDS chr1 111161155 111161296 ENST00000545121 protein_coding 5 1 4 CEPT1 ENSG00000134255 +CDS chr1 111161155 111161296 ENST00000357172 protein_coding 9 1 4 CEPT1 ENSG00000134255 +CDS chr1 111174879 111174963 ENST00000545121 protein_coding 5 1 5 CEPT1 ENSG00000134255 +CDS chr1 111174879 111174963 ENST00000357172 protein_coding 9 1 5 CEPT1 ENSG00000134255 +CDS chr1 111182187 111182318 ENST00000545121 protein_coding 5 1 6 CEPT1 ENSG00000134255 +CDS chr1 111182187 111182318 ENST00000357172 protein_coding 9 1 6 CEPT1 ENSG00000134255 +CDS chr1 111182799 111182957 ENST00000545121 protein_coding 5 1 7 CEPT1 ENSG00000134255 +CDS chr1 111182799 111182957 ENST00000357172 protein_coding 9 1 7 CEPT1 ENSG00000134255 +CDS chr1 111183462 111183587 ENST00000545121 protein_coding 5 1 8 CEPT1 ENSG00000134255 +CDS chr1 111183462 111183587 ENST00000357172 protein_coding 9 1 8 CEPT1 ENSG00000134255 +CDS chr1 111184191 111184307 ENST00000545121 protein_coding 5 1 9 CEPT1 ENSG00000134255 +CDS chr1 111184191 111184307 ENST00000357172 protein_coding 9 1 9 CEPT1 ENSG00000134255 +transcript chr1 111185969 111200646 ENST00000357640 protein_coding 9 1 NA DENND2D ENSG00000162777 +transcript chr1 111187174 111204409 ENST00000369752 protein_coding 5 2 NA DENND2D ENSG00000162777 +CDS chr1 111187608 111187681 ENST00000357640 protein_coding 9 1 12 DENND2D ENSG00000162777 +CDS chr1 111187608 111187681 ENST00000369752 protein_coding 5 2 12 DENND2D ENSG00000162777 +CDS chr1 111188131 111188370 ENST00000357640 protein_coding 9 1 11 DENND2D ENSG00000162777 +CDS chr1 111188131 111188370 ENST00000369752 protein_coding 5 2 11 DENND2D ENSG00000162777 +CDS chr1 111188702 111188786 ENST00000357640 protein_coding 9 1 10 DENND2D ENSG00000162777 +CDS chr1 111188702 111188786 ENST00000369752 protein_coding 5 2 10 DENND2D ENSG00000162777 +CDS chr1 111189212 111189253 ENST00000357640 protein_coding 9 1 9 DENND2D ENSG00000162777 +CDS chr1 111189212 111189253 ENST00000369752 protein_coding 5 2 9 DENND2D ENSG00000162777 +CDS chr1 111192140 111192317 ENST00000357640 protein_coding 9 1 8 DENND2D ENSG00000162777 +CDS chr1 111192140 111192317 ENST00000369752 protein_coding 5 2 8 DENND2D ENSG00000162777 +CDS chr1 111194578 111194726 ENST00000357640 protein_coding 9 1 7 DENND2D ENSG00000162777 +CDS chr1 111194578 111194726 ENST00000369752 protein_coding 5 2 7 DENND2D ENSG00000162777 +CDS chr1 111195916 111196056 ENST00000357640 protein_coding 9 1 6 DENND2D ENSG00000162777 +CDS chr1 111195916 111196056 ENST00000369752 protein_coding 5 2 6 DENND2D ENSG00000162777 +CDS chr1 111197176 111197253 ENST00000357640 protein_coding 9 1 5 DENND2D ENSG00000162777 +CDS chr1 111197176 111197253 ENST00000369752 protein_coding 5 2 5 DENND2D ENSG00000162777 +CDS chr1 111197920 111197989 ENST00000357640 protein_coding 9 1 4 DENND2D ENSG00000162777 +CDS chr1 111197920 111197989 ENST00000369752 protein_coding 5 2 4 DENND2D ENSG00000162777 +CDS chr1 111198630 111198742 ENST00000357640 protein_coding 9 1 3 DENND2D ENSG00000162777 +CDS chr1 111198630 111198742 ENST00000369752 protein_coding 5 2 3 DENND2D ENSG00000162777 +CDS chr1 111199623 111199798 ENST00000357640 protein_coding 9 1 2 DENND2D ENSG00000162777 +CDS chr1 111199623 111199798 ENST00000369752 protein_coding 5 2 2 DENND2D ENSG00000162777 +CDS chr1 111200393 111200459 ENST00000357640 protein_coding 9 1 1 DENND2D ENSG00000162777 +transcript chr1 111200771 111243439 ENST00000445067 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111204296 111204353 ENST00000369752 protein_coding 5 2 1 DENND2D ENSG00000162777 +transcript chr1 111227016 111236080 ENST00000528451 protein_coding 5 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227068 111235763 ENST00000486561 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227610 111243440 ENST00000369744 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227678 111235763 ENST00000474304 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227713 111243440 ENST00000369748 protein_coding 9 1 NA CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000445067 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000528451 protein_coding 5 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000486561 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000369744 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000474304 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000369748 protein_coding 9 1 1 CHI3L2 ENSG00000064886 +transcript chr1 111229692 111243439 ENST00000466741 protein_coding 5 1 NA CHI3L2 ENSG00000064886 +transcript chr1 111229706 111238759 ENST00000477185 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229753 111236148 ENST00000467038 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229757 111235763 ENST00000497587 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229820 111242634 ENST00000524472 protein_coding 5 2 NA CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000445067 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000528451 protein_coding 5 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000486561 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000474304 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000369748 protein_coding 9 1 2 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000445067 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000528451 protein_coding 5 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000486561 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000369744 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000474304 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000369748 protein_coding 9 1 3 CHI3L2 ENSG00000064886 +transcript chr1 111230766 111238866 ENST00000533831 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111230766 111230943 ENST00000533831 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000466741 protein_coding 5 1 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000477185 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000467038 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000497587 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000524472 protein_coding 5 2 2 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000445067 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000528451 protein_coding 5 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000486561 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000369744 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000474304 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000369748 protein_coding 9 1 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000466741 protein_coding 5 1 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000477185 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000497587 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000524472 protein_coding 5 2 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000533831 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000445067 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000528451 protein_coding 5 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000486561 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000369744 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235000 ENST00000474304 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000369748 protein_coding 9 1 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000466741 protein_coding 5 1 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000477185 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000467038 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000497587 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000524472 protein_coding 5 2 4 CHI3L2 ENSG00000064886 +transcript chr1 111235016 111243440 ENST00000497220 protein_coding 5 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111235016 111235057 ENST00000497220 protein_coding 5 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000445067 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000528451 protein_coding 5 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000486561 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000369744 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000474304 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000369748 protein_coding 9 1 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000466741 protein_coding 5 1 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000477185 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000467038 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000497587 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000524472 protein_coding 5 2 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000497220 protein_coding 5 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000445067 protein_coding 6 5 9 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236080 ENST00000528451 protein_coding 5 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000369744 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000369748 protein_coding 9 1 7 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000466741 protein_coding 5 1 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000477185 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236148 ENST00000467038 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000524472 protein_coding 5 2 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000533831 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000497220 protein_coding 5 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000445067 protein_coding 6 5 10 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000369744 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000369748 protein_coding 9 1 8 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000466741 protein_coding 5 1 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238759 ENST00000477185 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000524472 protein_coding 5 2 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238866 ENST00000533831 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +transcript chr1 111238927 111243432 ENST00000472825 protein_coding 2 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111238927 111238932 ENST00000472825 protein_coding 2 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000445067 protein_coding 6 5 11 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000369744 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000369748 protein_coding 9 1 9 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000466741 protein_coding 5 1 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000524472 protein_coding 5 2 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000497220 protein_coding 5 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000472825 protein_coding 2 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000445067 protein_coding 6 5 12 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000369744 protein_coding 6 5 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000369748 protein_coding 9 1 10 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000466741 protein_coding 5 1 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000524472 protein_coding 5 2 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000497220 protein_coding 5 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111243217 111243219 ENST00000472825 protein_coding 2 5 3 CHI3L2 ENSG00000064886 +transcript chr1 111290851 111320563 ENST00000369740 protein_coding 6 1 NA CHIA ENSG00000134216 +transcript chr1 111290862 111320557 ENST00000422815 protein_coding 5 1 NA CHIA ENSG00000134216 +CDS chr1 111290862 111290950 ENST00000422815 protein_coding 5 1 1 CHIA ENSG00000134216 +transcript chr1 111290862 111320557 ENST00000483391 protein_coding 5 1 NA CHIA ENSG00000134216 +transcript chr1 111310374 111320565 ENST00000451398 protein_coding 6 1 NA CHIA ENSG00000134216 +transcript chr1 111310374 111320565 ENST00000343320 protein_coding 10 5 NA CHIA ENSG00000134216 +transcript chr1 111310465 111320475 ENST00000353665 protein_coding 10 1 NA CHIA ENSG00000134216 +CDS chr1 111310468 111310492 ENST00000369740 protein_coding 6 1 2 CHIA ENSG00000134216 +transcript chr1 111310468 111320380 ENST00000489524 protein_coding 5 1 NA CHIA ENSG00000134216 +CDS chr1 111310468 111310492 ENST00000343320 protein_coding 10 5 1 CHIA ENSG00000134216 +transcript chr1 111310477 111320566 ENST00000430615 protein_coding 1 1 NA CHIA ENSG00000134216 +CDS chr1 111311689 111311718 ENST00000369740 protein_coding 6 1 3 CHIA ENSG00000134216 +CDS chr1 111311689 111311718 ENST00000343320 protein_coding 10 5 2 CHIA ENSG00000134216 +CDS chr1 111312190 111312391 ENST00000369740 protein_coding 6 1 4 CHIA ENSG00000134216 +CDS chr1 111312190 111312391 ENST00000343320 protein_coding 10 5 3 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000422815 protein_coding 5 1 2 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000369740 protein_coding 6 1 5 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000343320 protein_coding 10 5 4 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000422815 protein_coding 5 1 3 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000369740 protein_coding 6 1 6 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000343320 protein_coding 10 5 5 CHIA ENSG00000134216 +CDS chr1 111315280 111315435 ENST00000430615 protein_coding 1 1 4 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000422815 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000369740 protein_coding 6 1 7 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000430615 protein_coding 1 1 5 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000343320 protein_coding 10 5 6 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000483391 protein_coding 5 1 3 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000353665 protein_coding 10 1 5 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000489524 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000451398 protein_coding 6 1 4 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000422815 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000483391 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000369740 protein_coding 6 1 8 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000353665 protein_coding 10 1 6 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000489524 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000430615 protein_coding 1 1 6 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000451398 protein_coding 6 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000343320 protein_coding 10 5 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000422815 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000483391 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000369740 protein_coding 6 1 9 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000353665 protein_coding 10 1 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000489524 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000430615 protein_coding 1 1 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000451398 protein_coding 6 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000343320 protein_coding 10 5 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000422815 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000483391 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000369740 protein_coding 6 1 10 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000353665 protein_coding 10 1 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000489524 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000430615 protein_coding 1 1 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000451398 protein_coding 6 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000343320 protein_coding 10 5 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000422815 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000483391 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000369740 protein_coding 6 1 11 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000353665 protein_coding 10 1 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000489524 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000430615 protein_coding 1 1 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000451398 protein_coding 6 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000343320 protein_coding 10 5 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000422815 protein_coding 5 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000483391 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000369740 protein_coding 6 1 12 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000353665 protein_coding 10 1 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320380 ENST00000489524 protein_coding 5 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000430615 protein_coding 1 1 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000451398 protein_coding 6 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000343320 protein_coding 10 5 11 CHIA ENSG00000134216 +transcript chr1 111346620 111351563 ENST00000369737 protein_coding 4 2 NA PIFO ENSG00000173947 +transcript chr1 111346622 111353013 ENST00000369738 protein_coding 9 1 NA PIFO ENSG00000173947 +CDS chr1 111346653 111346671 ENST00000369738 protein_coding 9 1 1 PIFO ENSG00000173947 +CDS chr1 111346653 111346671 ENST00000369737 protein_coding 4 2 1 PIFO ENSG00000173947 +CDS chr1 111346910 111347049 ENST00000369738 protein_coding 9 1 2 PIFO ENSG00000173947 +CDS chr1 111346910 111347049 ENST00000369737 protein_coding 4 2 2 PIFO ENSG00000173947 +CDS chr1 111347674 111347772 ENST00000369738 protein_coding 9 1 3 PIFO ENSG00000173947 +CDS chr1 111348516 111348646 ENST00000369738 protein_coding 9 1 4 PIFO ENSG00000173947 +CDS chr1 111348516 111348646 ENST00000369737 protein_coding 4 2 3 PIFO ENSG00000173947 +CDS chr1 111350106 111350223 ENST00000369738 protein_coding 9 1 5 PIFO ENSG00000173947 +CDS chr1 111350106 111350223 ENST00000369737 protein_coding 4 2 4 PIFO ENSG00000173947 +CDS chr1 111351259 111351324 ENST00000369738 protein_coding 9 1 6 PIFO ENSG00000173947 +CDS chr1 111351259 111351324 ENST00000369737 protein_coding 4 2 5 PIFO ENSG00000173947 +transcript chr1 111414319 111427735 ENST00000369732 protein_coding 4 1 NA OVGP1 ENSG00000085465 +CDS chr1 111414467 111415344 ENST00000369732 protein_coding 4 1 11 OVGP1 ENSG00000085465 +CDS chr1 111416323 111416458 ENST00000369732 protein_coding 4 1 10 OVGP1 ENSG00000085465 +CDS chr1 111419610 111419726 ENST00000369732 protein_coding 4 1 9 OVGP1 ENSG00000085465 +CDS chr1 111421276 111421461 ENST00000369732 protein_coding 4 1 8 OVGP1 ENSG00000085465 +CDS chr1 111421565 111421673 ENST00000369732 protein_coding 4 1 7 OVGP1 ENSG00000085465 +CDS chr1 111422927 111423051 ENST00000369732 protein_coding 4 1 6 OVGP1 ENSG00000085465 +CDS chr1 111423543 111423708 ENST00000369732 protein_coding 4 1 5 OVGP1 ENSG00000085465 +CDS chr1 111425383 111425439 ENST00000369732 protein_coding 4 1 4 OVGP1 ENSG00000085465 +CDS chr1 111426437 111426641 ENST00000369732 protein_coding 4 1 3 OVGP1 ENSG00000085465 +CDS chr1 111427062 111427091 ENST00000369732 protein_coding 4 1 2 OVGP1 ENSG00000085465 +CDS chr1 111427697 111427721 ENST00000369732 protein_coding 4 1 1 OVGP1 ENSG00000085465 +transcript chr1 111439890 111449256 ENST00000235090 protein_coding 10 1 NA WDR77 ENSG00000116455 +transcript chr1 111441228 111448729 ENST00000449340 protein_coding 1 5 NA WDR77 ENSG00000116455 +CDS chr1 111441233 111441389 ENST00000235090 protein_coding 10 1 10 WDR77 ENSG00000116455 +CDS chr1 111441233 111441389 ENST00000449340 protein_coding 1 5 9 WDR77 ENSG00000116455 +CDS chr1 111442025 111442093 ENST00000235090 protein_coding 10 1 9 WDR77 ENSG00000116455 +CDS chr1 111442025 111442129 ENST00000449340 protein_coding 1 5 8 WDR77 ENSG00000116455 +CDS chr1 111442653 111442761 ENST00000235090 protein_coding 10 1 8 WDR77 ENSG00000116455 +CDS chr1 111442653 111442761 ENST00000449340 protein_coding 1 5 7 WDR77 ENSG00000116455 +CDS chr1 111443323 111443394 ENST00000235090 protein_coding 10 1 7 WDR77 ENSG00000116455 +CDS chr1 111443323 111443394 ENST00000449340 protein_coding 1 5 6 WDR77 ENSG00000116455 +CDS chr1 111443867 111443921 ENST00000235090 protein_coding 10 1 6 WDR77 ENSG00000116455 +CDS chr1 111443867 111443921 ENST00000449340 protein_coding 1 5 5 WDR77 ENSG00000116455 +CDS chr1 111444054 111444124 ENST00000235090 protein_coding 10 1 5 WDR77 ENSG00000116455 +CDS chr1 111444054 111444124 ENST00000449340 protein_coding 1 5 4 WDR77 ENSG00000116455 +CDS chr1 111447095 111447144 ENST00000235090 protein_coding 10 1 4 WDR77 ENSG00000116455 +CDS chr1 111447095 111447144 ENST00000449340 protein_coding 1 5 3 WDR77 ENSG00000116455 +CDS chr1 111447435 111447576 ENST00000235090 protein_coding 10 1 3 WDR77 ENSG00000116455 +CDS chr1 111447435 111447576 ENST00000449340 protein_coding 1 5 2 WDR77 ENSG00000116455 +CDS chr1 111448619 111448804 ENST00000235090 protein_coding 10 1 2 WDR77 ENSG00000116455 +CDS chr1 111448619 111448729 ENST00000449340 protein_coding 1 5 1 WDR77 ENSG00000116455 +CDS chr1 111449055 111449169 ENST00000235090 protein_coding 10 1 1 WDR77 ENSG00000116455 +transcript chr1 111449464 111462773 ENST00000369722 protein_coding 8 1 NA ATP5PB ENSG00000116459 +transcript chr1 111449484 111461026 ENST00000483994 protein_coding 1 2 NA ATP5PB ENSG00000116459 +CDS chr1 111449542 111449581 ENST00000369722 protein_coding 8 1 1 ATP5PB ENSG00000116459 +CDS chr1 111449542 111449581 ENST00000483994 protein_coding 1 2 1 ATP5PB ENSG00000116459 +CDS chr1 111449837 111449873 ENST00000369722 protein_coding 8 1 2 ATP5PB ENSG00000116459 +CDS chr1 111454211 111454356 ENST00000369722 protein_coding 8 1 3 ATP5PB ENSG00000116459 +CDS chr1 111456086 111456249 ENST00000369722 protein_coding 8 1 4 ATP5PB ENSG00000116459 +CDS chr1 111456086 111456249 ENST00000483994 protein_coding 1 2 2 ATP5PB ENSG00000116459 +CDS chr1 111456630 111456755 ENST00000369722 protein_coding 8 1 5 ATP5PB ENSG00000116459 +CDS chr1 111456630 111456755 ENST00000483994 protein_coding 1 2 3 ATP5PB ENSG00000116459 +CDS chr1 111459457 111459636 ENST00000369722 protein_coding 8 1 6 ATP5PB ENSG00000116459 +CDS chr1 111459457 111459636 ENST00000483994 protein_coding 1 2 4 ATP5PB ENSG00000116459 +CDS chr1 111460917 111460991 ENST00000369722 protein_coding 8 1 7 ATP5PB ENSG00000116459 +CDS chr1 111460917 111460991 ENST00000483994 protein_coding 1 2 5 ATP5PB ENSG00000116459 +transcript chr1 111473792 111478512 ENST00000343534 protein_coding 9 1 NA C1orf162 ENSG00000143110 +transcript chr1 111473984 111478512 ENST00000369718 protein_coding 4 2 NA C1orf162 ENSG00000143110 +CDS chr1 111476029 111476065 ENST00000343534 protein_coding 9 1 2 C1orf162 ENSG00000143110 +CDS chr1 111476029 111476065 ENST00000369718 protein_coding 4 2 2 C1orf162 ENSG00000143110 +CDS chr1 111476798 111476867 ENST00000343534 protein_coding 9 1 3 C1orf162 ENSG00000143110 +CDS chr1 111476798 111476867 ENST00000369718 protein_coding 4 2 3 C1orf162 ENSG00000143110 +CDS chr1 111477334 111477428 ENST00000343534 protein_coding 9 1 4 C1orf162 ENSG00000143110 +CDS chr1 111477334 111477428 ENST00000369718 protein_coding 4 2 4 C1orf162 ENSG00000143110 +CDS chr1 111477651 111477775 ENST00000343534 protein_coding 9 1 5 C1orf162 ENSG00000143110 +CDS chr1 111477726 111477775 ENST00000369718 protein_coding 4 2 5 C1orf162 ENSG00000143110 +CDS chr1 111477983 111478120 ENST00000343534 protein_coding 9 1 6 C1orf162 ENSG00000143110 +CDS chr1 111477983 111478120 ENST00000369718 protein_coding 4 2 6 C1orf162 ENSG00000143110 +transcript chr1 111483348 111503633 ENST00000369716 protein_coding 9 1 NA TMIGD3 ENSG00000121933 +transcript chr1 111483348 111563962 ENST00000369717 protein_coding 8 1 NA TMIGD3 ENSG00000121933 +transcript chr1 111483569 111563934 ENST00000443498 protein_coding 5 3 NA TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000369716 protein_coding 9 1 6 TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000369717 protein_coding 8 1 6 TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000443498 protein_coding 5 3 5 TMIGD3 ENSG00000121933 +transcript chr1 111485315 111488824 ENST00000472933 protein_coding 2 2 NA TMIGD3 ENSG00000121933 +CDS chr1 111485735 111485840 ENST00000472933 protein_coding 2 2 3 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000369716 protein_coding 9 1 5 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000369717 protein_coding 8 1 5 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000443498 protein_coding 5 3 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000369716 protein_coding 9 1 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000369717 protein_coding 8 1 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000443498 protein_coding 5 3 3 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000472933 protein_coding 2 2 2 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111489024 ENST00000369716 protein_coding 9 1 3 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111489024 ENST00000369717 protein_coding 8 1 3 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111488867 ENST00000443498 protein_coding 5 3 2 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111488824 ENST00000472933 protein_coding 2 2 1 TMIGD3 ENSG00000121933 +CDS chr1 111490656 111490762 ENST00000369716 protein_coding 9 1 2 TMIGD3 ENSG00000121933 +CDS chr1 111490656 111490762 ENST00000369717 protein_coding 8 1 2 TMIGD3 ENSG00000121933 +transcript chr1 111499429 111503633 ENST00000241356 protein_coding 5 1 NA ADORA3 ENSG00000282608 +transcript chr1 111499828 111503412 ENST00000632535 protein_coding 1 3 NA ADORA3 ENSG00000282608 +CDS chr1 111499953 111500556 ENST00000241356 protein_coding 5 1 2 ADORA3 ENSG00000282608 +CDS chr1 111500602 111500620 ENST00000632535 protein_coding 1 3 2 ADORA3 ENSG00000282608 +CDS chr1 111503005 111503354 ENST00000369716 protein_coding 9 1 1 TMIGD3 ENSG00000121933 +CDS chr1 111503005 111503354 ENST00000241356 protein_coding 5 1 1 ADORA3 ENSG00000282608 +CDS chr1 111503005 111503354 ENST00000632535 protein_coding 1 3 1 ADORA3 ENSG00000282608 +transcript chr1 111542218 111713113 ENST00000356415 protein_coding 5 1 NA RAP1A ENSG00000116473 +CDS chr1 111563846 111563952 ENST00000369717 protein_coding 8 1 1 TMIGD3 ENSG00000121933 +CDS chr1 111563846 111563934 ENST00000443498 protein_coding 5 3 1 TMIGD3 ENSG00000121933 +transcript chr1 111619777 111716668 ENST00000687939 protein_coding 1 NA NA RAP1A ENSG00000116473 +transcript chr1 111619789 111716691 ENST00000369709 protein_coding 4 1 NA RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000356415 protein_coding 5 1 2 RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000687939 protein_coding 1 NA 3 RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000369709 protein_coding 4 1 2 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000356415 protein_coding 5 1 3 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000687939 protein_coding 1 NA 4 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000369709 protein_coding 4 1 3 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000356415 protein_coding 5 1 4 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000687939 protein_coding 1 NA 5 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000369709 protein_coding 4 1 4 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000356415 protein_coding 5 1 5 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000687939 protein_coding 1 NA 6 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000369709 protein_coding 4 1 5 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000356415 protein_coding 5 1 6 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000687939 protein_coding 1 NA 7 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000369709 protein_coding 4 1 6 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000356415 protein_coding 5 1 7 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000687939 protein_coding 1 NA 8 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000369709 protein_coding 4 1 7 RAP1A ENSG00000116473 +transcript chr1 111722064 111739395 ENST00000357260 protein_coding 6 1 NA INKA2 ENSG00000197852 +transcript chr1 111722351 111739363 ENST00000534365 protein_coding 1 5 NA INKA2 ENSG00000197852 +CDS chr1 111723105 111723148 ENST00000534365 protein_coding 1 5 3 INKA2 ENSG00000197852 +CDS chr1 111726971 111727804 ENST00000357260 protein_coding 6 1 2 INKA2 ENSG00000197852 +transcript chr1 111727344 111739253 ENST00000527621 protein_coding 1 4 NA INKA2 ENSG00000197852 +CDS chr1 111727344 111727831 ENST00000527621 protein_coding 1 4 2 INKA2 ENSG00000197852 +CDS chr1 111727564 111727804 ENST00000534365 protein_coding 1 5 2 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000357260 protein_coding 6 1 1 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000534365 protein_coding 1 5 1 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000527621 protein_coding 1 4 1 INKA2 ENSG00000197852 +transcript chr1 111754832 111768990 ENST00000679724 protein_coding 1 NA NA DDX20 ENSG00000064703 +transcript chr1 111755901 111768000 ENST00000369702 protein_coding 5 1 NA DDX20 ENSG00000064703 +transcript chr1 111755903 111775602 ENST00000680627 protein_coding 1 NA NA DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000679724 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000369702 protein_coding 5 1 1 DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000680627 protein_coding 1 NA 1 DDX20 ENSG00000064703 +transcript chr1 111755930 111767197 ENST00000680518 protein_coding 1 NA NA DDX20 ENSG00000064703 +CDS chr1 111755976 111756225 ENST00000680518 protein_coding 1 NA 1 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000679724 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000369702 protein_coding 5 1 2 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000680627 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000680518 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000679724 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000369702 protein_coding 5 1 3 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000680627 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000680518 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000679724 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000369702 protein_coding 5 1 4 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000680627 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000680518 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000679724 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000369702 protein_coding 5 1 5 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000680627 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000680518 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000679724 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000369702 protein_coding 5 1 6 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000680627 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000680518 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000679724 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000369702 protein_coding 5 1 7 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000680627 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000680518 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000679724 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000369702 protein_coding 5 1 8 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000680627 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000680518 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000679724 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000369702 protein_coding 5 1 9 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000680627 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000680518 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000679724 protein_coding 1 NA 11 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000369702 protein_coding 5 1 10 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000680627 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000680518 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111764402 111764409 ENST00000680518 protein_coding 1 NA 11 DDX20 ENSG00000064703 +CDS chr1 111765737 111766896 ENST00000679724 protein_coding 1 NA 12 DDX20 ENSG00000064703 +CDS chr1 111765737 111766896 ENST00000369702 protein_coding 5 1 11 DDX20 ENSG00000064703 +CDS chr1 111765737 111766686 ENST00000680627 protein_coding 1 NA 11 DDX20 ENSG00000064703 +transcript chr1 111770662 111982796 ENST00000369697 protein_coding 5 1 NA KCND3 ENSG00000171385 +transcript chr1 111770662 111989668 ENST00000302127 protein_coding 5 5 NA KCND3 ENSG00000171385 +transcript chr1 111775809 111989155 ENST00000315987 protein_coding 6 1 NA KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000369697 protein_coding 5 1 6 KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000302127 protein_coding 5 5 8 KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000315987 protein_coding 6 1 8 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000369697 protein_coding 5 1 5 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000302127 protein_coding 5 5 7 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000315987 protein_coding 6 1 7 KCND3 ENSG00000171385 +CDS chr1 111778436 111778492 ENST00000302127 protein_coding 5 5 6 KCND3 ENSG00000171385 +CDS chr1 111778436 111778492 ENST00000315987 protein_coding 6 1 6 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000369697 protein_coding 5 1 4 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000302127 protein_coding 5 5 5 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000315987 protein_coding 6 1 5 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000369697 protein_coding 5 1 3 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000302127 protein_coding 5 5 4 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000315987 protein_coding 6 1 4 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000369697 protein_coding 5 1 2 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000302127 protein_coding 5 5 3 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000315987 protein_coding 6 1 3 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000369697 protein_coding 5 1 1 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000302127 protein_coding 5 5 2 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000315987 protein_coding 6 1 2 KCND3 ENSG00000171385 +transcript chr1 112396214 112461164 ENST00000271277 protein_coding 11 1 NA CTTNBP2NL ENSG00000143079 +transcript chr1 112396519 112456306 ENST00000441739 protein_coding 1 3 NA CTTNBP2NL ENSG00000143079 +CDS chr1 112416166 112416264 ENST00000271277 protein_coding 11 1 3 CTTNBP2NL ENSG00000143079 +CDS chr1 112416166 112416264 ENST00000441739 protein_coding 1 3 3 CTTNBP2NL ENSG00000143079 +CDS chr1 112448942 112449172 ENST00000271277 protein_coding 11 1 4 CTTNBP2NL ENSG00000143079 +CDS chr1 112448942 112449172 ENST00000441739 protein_coding 1 3 4 CTTNBP2NL ENSG00000143079 +CDS chr1 112454449 112454556 ENST00000271277 protein_coding 11 1 5 CTTNBP2NL ENSG00000143079 +CDS chr1 112454449 112454556 ENST00000441739 protein_coding 1 3 5 CTTNBP2NL ENSG00000143079 +CDS chr1 112455931 112457409 ENST00000271277 protein_coding 11 1 6 CTTNBP2NL ENSG00000143079 +CDS chr1 112455931 112456306 ENST00000441739 protein_coding 1 3 6 CTTNBP2NL ENSG00000143079 +transcript chr1 112466541 112521283 ENST00000256640 protein_coding 9 2 NA WNT2B ENSG00000134245 +transcript chr1 112467434 112530165 ENST00000369686 protein_coding 9 1 NA WNT2B ENSG00000134245 +CDS chr1 112467538 112467591 ENST00000369686 protein_coding 9 1 1 WNT2B ENSG00000134245 +CDS chr1 112491011 112491081 ENST00000369686 protein_coding 9 1 2 WNT2B ENSG00000134245 +transcript chr1 112508965 112530165 ENST00000369684 protein_coding 5 1 NA WNT2B ENSG00000134245 +CDS chr1 112509263 112509444 ENST00000369684 protein_coding 5 1 1 WNT2B ENSG00000134245 +CDS chr1 112514874 112515094 ENST00000369686 protein_coding 9 1 3 WNT2B ENSG00000134245 +CDS chr1 112514874 112515094 ENST00000369684 protein_coding 5 1 2 WNT2B ENSG00000134245 +CDS chr1 112514968 112515094 ENST00000256640 protein_coding 9 2 2 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000256640 protein_coding 9 2 3 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000369686 protein_coding 9 1 4 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000369684 protein_coding 5 1 3 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000256640 protein_coding 9 2 4 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000369686 protein_coding 9 1 5 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000369684 protein_coding 5 1 4 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000256640 protein_coding 9 2 5 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000369686 protein_coding 9 1 6 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000369684 protein_coding 5 1 5 WNT2B ENSG00000134245 +transcript chr1 112523514 112619141 ENST00000358039 protein_coding 9 1 NA ST7L ENSG00000007341 +transcript chr1 112523518 112619189 ENST00000360743 protein_coding 8 1 NA ST7L ENSG00000007341 +transcript chr1 112525883 112618928 ENST00000369669 protein_coding 5 2 NA ST7L ENSG00000007341 +transcript chr1 112525986 112619189 ENST00000490067 protein_coding 5 1 NA ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000360743 protein_coding 8 1 14 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000358039 protein_coding 9 1 15 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000369669 protein_coding 5 2 14 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000490067 protein_coding 5 1 15 ST7L ENSG00000007341 +transcript chr1 112541790 112619189 ENST00000343210 protein_coding 11 1 NA ST7L ENSG00000007341 +transcript chr1 112541790 112619189 ENST00000369666 protein_coding 5 1 NA ST7L ENSG00000007341 +CDS chr1 112541915 112542090 ENST00000343210 protein_coding 11 1 14 ST7L ENSG00000007341 +CDS chr1 112541915 112542090 ENST00000369666 protein_coding 5 1 14 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000360743 protein_coding 8 1 13 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000358039 protein_coding 9 1 14 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000369669 protein_coding 5 2 13 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000490067 protein_coding 5 1 14 ST7L ENSG00000007341 +transcript chr1 112541951 112610906 ENST00000418497 protein_coding 5 5 NA ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000418497 protein_coding 5 5 8 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000358039 protein_coding 9 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000369669 protein_coding 5 2 12 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000490067 protein_coding 5 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000343210 protein_coding 11 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000369666 protein_coding 5 1 13 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000360743 protein_coding 8 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000358039 protein_coding 9 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000369669 protein_coding 5 2 11 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000490067 protein_coding 5 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000343210 protein_coding 11 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000369666 protein_coding 5 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000418497 protein_coding 5 5 7 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000360743 protein_coding 8 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000358039 protein_coding 9 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000369669 protein_coding 5 2 10 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000490067 protein_coding 5 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000343210 protein_coding 11 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000369666 protein_coding 5 1 11 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000360743 protein_coding 8 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000358039 protein_coding 9 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000369669 protein_coding 5 2 9 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000490067 protein_coding 5 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000343210 protein_coding 11 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000369666 protein_coding 5 1 10 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000360743 protein_coding 8 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000358039 protein_coding 9 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000369669 protein_coding 5 2 8 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000490067 protein_coding 5 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000343210 protein_coding 11 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000369666 protein_coding 5 1 9 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000360743 protein_coding 8 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000358039 protein_coding 9 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000369669 protein_coding 5 2 7 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000490067 protein_coding 5 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000343210 protein_coding 11 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000369666 protein_coding 5 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000418497 protein_coding 5 5 6 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000360743 protein_coding 8 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000358039 protein_coding 9 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369669 protein_coding 5 2 6 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000490067 protein_coding 5 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000343210 protein_coding 11 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369666 protein_coding 5 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000418497 protein_coding 5 5 5 ST7L ENSG00000007341 +transcript chr1 112583972 112618217 ENST00000369664 protein_coding 1 5 NA ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369664 protein_coding 1 5 7 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000360743 protein_coding 8 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000358039 protein_coding 9 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369669 protein_coding 5 2 5 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000490067 protein_coding 5 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000343210 protein_coding 11 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369666 protein_coding 5 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000418497 protein_coding 5 5 4 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369664 protein_coding 1 5 6 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000360743 protein_coding 8 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000358039 protein_coding 9 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598043 ENST00000369669 protein_coding 5 2 4 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000490067 protein_coding 5 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000343210 protein_coding 11 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000369666 protein_coding 5 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000418497 protein_coding 5 5 3 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000369664 protein_coding 1 5 5 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000360743 protein_coding 8 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000358039 protein_coding 9 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000490067 protein_coding 5 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000343210 protein_coding 11 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000369666 protein_coding 5 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000418497 protein_coding 5 5 2 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000369664 protein_coding 1 5 4 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000360743 protein_coding 8 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000358039 protein_coding 9 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000490067 protein_coding 5 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000343210 protein_coding 11 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000369666 protein_coding 5 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112610906 ENST00000418497 protein_coding 5 5 1 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000369664 protein_coding 1 5 3 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000360743 protein_coding 8 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000358039 protein_coding 9 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616844 ENST00000490067 protein_coding 5 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000343210 protein_coding 11 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616844 ENST00000369666 protein_coding 5 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000369664 protein_coding 1 5 2 ST7L ENSG00000007341 +CDS chr1 112618007 112618043 ENST00000369664 protein_coding 1 5 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000360743 protein_coding 8 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000358039 protein_coding 9 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000490067 protein_coding 5 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000343210 protein_coding 11 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000369666 protein_coding 5 1 1 ST7L ENSG00000007341 +transcript chr1 112619832 112671616 ENST00000263168 protein_coding 4 1 NA CAPZA1 ENSG00000116489 +CDS chr1 112619845 112619883 ENST00000263168 protein_coding 4 1 1 CAPZA1 ENSG00000116489 +CDS chr1 112647210 112647273 ENST00000263168 protein_coding 4 1 2 CAPZA1 ENSG00000116489 +CDS chr1 112649418 112649469 ENST00000263168 protein_coding 4 1 3 CAPZA1 ENSG00000116489 +CDS chr1 112653598 112653661 ENST00000263168 protein_coding 4 1 4 CAPZA1 ENSG00000116489 +CDS chr1 112654465 112654671 ENST00000263168 protein_coding 4 1 5 CAPZA1 ENSG00000116489 +CDS chr1 112659022 112659101 ENST00000263168 protein_coding 4 1 6 CAPZA1 ENSG00000116489 +CDS chr1 112659701 112659779 ENST00000263168 protein_coding 4 1 7 CAPZA1 ENSG00000116489 +CDS chr1 112667074 112667145 ENST00000263168 protein_coding 4 1 8 CAPZA1 ENSG00000116489 +CDS chr1 112669543 112669605 ENST00000263168 protein_coding 4 1 9 CAPZA1 ENSG00000116489 +CDS chr1 112669992 112670129 ENST00000263168 protein_coding 4 1 10 CAPZA1 ENSG00000116489 +transcript chr1 112674421 112700746 ENST00000413052 protein_coding 6 1 NA MOV10 ENSG00000155363 +transcript chr1 112674659 112700739 ENST00000369645 protein_coding 6 5 NA MOV10 ENSG00000155363 +transcript chr1 112674684 112700720 ENST00000686097 protein_coding 1 NA NA MOV10 ENSG00000155363 +transcript chr1 112674695 112700720 ENST00000686428 protein_coding 1 NA NA MOV10 ENSG00000155363 +transcript chr1 112674698 112700734 ENST00000369644 protein_coding 5 1 NA MOV10 ENSG00000155363 +transcript chr1 112674745 112700710 ENST00000357443 protein_coding 2 1 NA MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000413052 protein_coding 6 1 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000369645 protein_coding 6 5 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000686428 protein_coding 1 NA 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000357443 protein_coding 2 1 1 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000413052 protein_coding 6 1 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000369645 protein_coding 6 5 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000686428 protein_coding 1 NA 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000357443 protein_coding 2 1 2 MOV10 ENSG00000155363 +CDS chr1 112688966 112689138 ENST00000686097 protein_coding 1 NA 4 MOV10 ENSG00000155363 +CDS chr1 112688966 112689138 ENST00000369644 protein_coding 5 1 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000413052 protein_coding 6 1 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000369645 protein_coding 6 5 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000686097 protein_coding 1 NA 5 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000686428 protein_coding 1 NA 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000369644 protein_coding 5 1 5 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000357443 protein_coding 2 1 3 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000413052 protein_coding 6 1 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000369645 protein_coding 6 5 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000686097 protein_coding 1 NA 6 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000686428 protein_coding 1 NA 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000369644 protein_coding 5 1 6 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000357443 protein_coding 2 1 4 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000413052 protein_coding 6 1 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000369645 protein_coding 6 5 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000686097 protein_coding 1 NA 7 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000686428 protein_coding 1 NA 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000369644 protein_coding 5 1 7 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000357443 protein_coding 2 1 5 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000413052 protein_coding 6 1 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000369645 protein_coding 6 5 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000686097 protein_coding 1 NA 8 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000686428 protein_coding 1 NA 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000369644 protein_coding 5 1 8 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000357443 protein_coding 2 1 6 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000413052 protein_coding 6 1 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000369645 protein_coding 6 5 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000686097 protein_coding 1 NA 9 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000686428 protein_coding 1 NA 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000369644 protein_coding 5 1 9 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000357443 protein_coding 2 1 7 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000413052 protein_coding 6 1 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000369645 protein_coding 6 5 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000686097 protein_coding 1 NA 10 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000686428 protein_coding 1 NA 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000369644 protein_coding 5 1 10 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000357443 protein_coding 2 1 8 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000413052 protein_coding 6 1 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000369645 protein_coding 6 5 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000686097 protein_coding 1 NA 11 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000686428 protein_coding 1 NA 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000369644 protein_coding 5 1 11 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000357443 protein_coding 2 1 9 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000413052 protein_coding 6 1 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000369645 protein_coding 6 5 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000686097 protein_coding 1 NA 12 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000686428 protein_coding 1 NA 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000369644 protein_coding 5 1 12 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000357443 protein_coding 2 1 10 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000413052 protein_coding 6 1 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000369645 protein_coding 6 5 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000686097 protein_coding 1 NA 13 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000686428 protein_coding 1 NA 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000369644 protein_coding 5 1 13 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000357443 protein_coding 2 1 11 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000413052 protein_coding 6 1 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000369645 protein_coding 6 5 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000686097 protein_coding 1 NA 14 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000686428 protein_coding 1 NA 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000369644 protein_coding 5 1 14 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000357443 protein_coding 2 1 12 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000413052 protein_coding 6 1 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000369645 protein_coding 6 5 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000686097 protein_coding 1 NA 15 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000686428 protein_coding 1 NA 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000369644 protein_coding 5 1 15 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000357443 protein_coding 2 1 13 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000413052 protein_coding 6 1 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000369645 protein_coding 6 5 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000686097 protein_coding 1 NA 16 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000686428 protein_coding 1 NA 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000369644 protein_coding 5 1 16 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000357443 protein_coding 2 1 14 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000413052 protein_coding 6 1 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000369645 protein_coding 6 5 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000686097 protein_coding 1 NA 17 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000686428 protein_coding 1 NA 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000369644 protein_coding 5 1 17 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000357443 protein_coding 2 1 15 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000413052 protein_coding 6 1 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000369645 protein_coding 6 5 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000686097 protein_coding 1 NA 18 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000686428 protein_coding 1 NA 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000369644 protein_coding 5 1 18 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000357443 protein_coding 2 1 16 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000413052 protein_coding 6 1 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000369645 protein_coding 6 5 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000686097 protein_coding 1 NA 19 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000686428 protein_coding 1 NA 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000369644 protein_coding 5 1 19 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000357443 protein_coding 2 1 17 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000413052 protein_coding 6 1 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000369645 protein_coding 6 5 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000686097 protein_coding 1 NA 20 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000686428 protein_coding 1 NA 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000369644 protein_coding 5 1 20 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000357443 protein_coding 2 1 18 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000413052 protein_coding 6 1 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000369645 protein_coding 6 5 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700310 ENST00000686097 protein_coding 1 NA 21 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000686428 protein_coding 1 NA 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000369644 protein_coding 5 1 21 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000357443 protein_coding 2 1 19 MOV10 ENSG00000155363 +CDS chr1 112700396 112700544 ENST00000686428 protein_coding 1 NA 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000413052 protein_coding 6 1 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000369645 protein_coding 6 5 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000686097 protein_coding 1 NA 22 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000369644 protein_coding 5 1 22 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000357443 protein_coding 2 1 20 MOV10 ENSG00000155363 +transcript chr1 112701127 112707056 ENST00000369633 protein_coding 6 3 NA RHOC ENSG00000155366 +transcript chr1 112701131 112707127 ENST00000339083 protein_coding 12 1 NA RHOC ENSG00000155366 +transcript chr1 112701131 112707434 ENST00000369642 protein_coding 7 1 NA RHOC ENSG00000155366 +transcript chr1 112701133 112707127 ENST00000285735 protein_coding 6 2 NA RHOC ENSG00000155366 +transcript chr1 112701275 112707135 ENST00000369638 protein_coding 6 5 NA RHOC ENSG00000155366 +transcript chr1 112701313 112707125 ENST00000369637 protein_coding 5 3 NA RHOC ENSG00000155366 +transcript chr1 112701325 112707120 ENST00000369636 protein_coding 6 2 NA RHOC ENSG00000155366 +CDS chr1 112701464 112701695 ENST00000369636 protein_coding 6 2 5 RHOC ENSG00000155366 +transcript chr1 112701520 112707079 ENST00000369632 protein_coding 6 3 NA RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369633 protein_coding 6 3 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000339083 protein_coding 12 1 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369642 protein_coding 7 1 5 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000285735 protein_coding 6 2 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369638 protein_coding 6 5 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369637 protein_coding 5 3 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369632 protein_coding 6 3 6 RHOC ENSG00000155366 +transcript chr1 112701556 112707056 ENST00000425265 protein_coding 6 3 NA RHOC ENSG00000155366 +CDS chr1 112701556 112701713 ENST00000425265 protein_coding 6 3 6 RHOC ENSG00000155366 +transcript chr1 112701614 112704997 ENST00000534717 protein_coding 5 3 NA RHOC ENSG00000155366 +CDS chr1 112701614 112701713 ENST00000534717 protein_coding 5 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369633 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000339083 protein_coding 12 1 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369642 protein_coding 7 1 4 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000285735 protein_coding 6 2 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369638 protein_coding 6 5 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369637 protein_coding 5 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369632 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000425265 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000534717 protein_coding 5 3 4 RHOC ENSG00000155366 +transcript chr1 112702588 112707102 ENST00000436685 protein_coding 6 5 NA RHOC ENSG00000155366 +CDS chr1 112702588 112702693 ENST00000436685 protein_coding 6 5 5 RHOC ENSG00000155366 +CDS chr1 112702606 112702693 ENST00000369636 protein_coding 6 2 4 RHOC ENSG00000155366 +transcript chr1 112702648 112711355 ENST00000605933 protein_coding 5 5 NA NA ENSG00000271810 +CDS chr1 112702648 112702693 ENST00000605933 protein_coding 5 5 7 NA ENSG00000271810 +transcript chr1 112702648 112711355 ENST00000606505 protein_coding 5 5 NA NA ENSG00000271810 +CDS chr1 112702648 112702693 ENST00000606505 protein_coding 5 5 8 NA ENSG00000271810 +CDS chr1 112702999 112703119 ENST00000369633 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000339083 protein_coding 12 1 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369642 protein_coding 7 1 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000285735 protein_coding 6 2 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369638 protein_coding 6 5 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369637 protein_coding 5 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369636 protein_coding 6 2 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369632 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000425265 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000534717 protein_coding 5 3 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000436685 protein_coding 6 5 4 RHOC ENSG00000155366 +transcript chr1 112702999 112707116 ENST00000484054 protein_coding 3 5 NA RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000484054 protein_coding 3 5 5 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000605933 protein_coding 5 5 6 NA ENSG00000271810 +CDS chr1 112702999 112703119 ENST00000606505 protein_coding 5 5 7 NA ENSG00000271810 +transcript chr1 112703001 112704921 ENST00000414971 protein_coding 1 3 NA RHOC ENSG00000155366 +CDS chr1 112703001 112703119 ENST00000414971 protein_coding 1 3 4 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369633 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000339083 protein_coding 12 1 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369642 protein_coding 7 1 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000285735 protein_coding 6 2 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369638 protein_coding 6 5 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369637 protein_coding 5 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369636 protein_coding 6 2 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369632 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000425265 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000534717 protein_coding 5 3 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000436685 protein_coding 6 5 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703806 ENST00000484054 protein_coding 3 5 4 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000414971 protein_coding 1 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703806 ENST00000605933 protein_coding 5 5 5 NA ENSG00000271810 +CDS chr1 112703644 112703806 ENST00000606505 protein_coding 5 5 6 NA ENSG00000271810 +CDS chr1 112705100 112705168 ENST00000484054 protein_coding 3 5 3 RHOC ENSG00000155366 +CDS chr1 112705100 112705168 ENST00000606505 protein_coding 5 5 5 NA ENSG00000271810 +CDS chr1 112705605 112705639 ENST00000484054 protein_coding 3 5 2 RHOC ENSG00000155366 +transcript chr1 112709998 112715332 ENST00000309276 protein_coding 11 1 NA PPM1J ENSG00000155367 +transcript chr1 112709998 112715291 ENST00000464951 protein_coding 1 1 NA PPM1J ENSG00000155367 +CDS chr1 112710166 112710310 ENST00000309276 protein_coding 11 1 10 PPM1J ENSG00000155367 +CDS chr1 112710166 112710310 ENST00000464951 protein_coding 1 1 11 PPM1J ENSG00000155367 +CDS chr1 112710460 112710611 ENST00000605933 protein_coding 5 5 4 NA ENSG00000271810 +CDS chr1 112710460 112710611 ENST00000606505 protein_coding 5 5 4 NA ENSG00000271810 +CDS chr1 112710460 112710611 ENST00000309276 protein_coding 11 1 9 PPM1J ENSG00000155367 +CDS chr1 112710460 112710611 ENST00000464951 protein_coding 1 1 10 PPM1J ENSG00000155367 +CDS chr1 112710744 112710851 ENST00000605933 protein_coding 5 5 3 NA ENSG00000271810 +CDS chr1 112710744 112710851 ENST00000606505 protein_coding 5 5 3 NA ENSG00000271810 +CDS chr1 112710744 112710851 ENST00000309276 protein_coding 11 1 8 PPM1J ENSG00000155367 +CDS chr1 112710744 112710851 ENST00000464951 protein_coding 1 1 9 PPM1J ENSG00000155367 +CDS chr1 112711008 112711071 ENST00000605933 protein_coding 5 5 2 NA ENSG00000271810 +CDS chr1 112711008 112711071 ENST00000606505 protein_coding 5 5 2 NA ENSG00000271810 +CDS chr1 112711008 112711071 ENST00000309276 protein_coding 11 1 7 PPM1J ENSG00000155367 +CDS chr1 112711008 112711071 ENST00000464951 protein_coding 1 1 8 PPM1J ENSG00000155367 +CDS chr1 112711266 112711355 ENST00000605933 protein_coding 5 5 1 NA ENSG00000271810 +CDS chr1 112711266 112711355 ENST00000606505 protein_coding 5 5 1 NA ENSG00000271810 +CDS chr1 112711266 112711384 ENST00000309276 protein_coding 11 1 6 PPM1J ENSG00000155367 +CDS chr1 112711266 112711384 ENST00000464951 protein_coding 1 1 7 PPM1J ENSG00000155367 +CDS chr1 112711971 112712055 ENST00000309276 protein_coding 11 1 5 PPM1J ENSG00000155367 +CDS chr1 112711971 112712055 ENST00000464951 protein_coding 1 1 6 PPM1J ENSG00000155367 +CDS chr1 112712345 112712457 ENST00000309276 protein_coding 11 1 4 PPM1J ENSG00000155367 +CDS chr1 112712345 112712457 ENST00000464951 protein_coding 1 1 5 PPM1J ENSG00000155367 +CDS chr1 112712744 112713031 ENST00000309276 protein_coding 11 1 3 PPM1J ENSG00000155367 +CDS chr1 112712744 112712803 ENST00000464951 protein_coding 1 1 4 PPM1J ENSG00000155367 +CDS chr1 112712921 112712971 ENST00000464951 protein_coding 1 1 3 PPM1J ENSG00000155367 +CDS chr1 112713497 112713611 ENST00000309276 protein_coding 11 1 2 PPM1J ENSG00000155367 +CDS chr1 112714976 112715301 ENST00000309276 protein_coding 11 1 1 PPM1J ENSG00000155367 +transcript chr1 112718905 112727235 ENST00000361886 protein_coding 4 1 NA TAFA3 ENSG00000184599 +transcript chr1 112720419 112727235 ENST00000369630 protein_coding 7 1 NA TAFA3 ENSG00000184599 +CDS chr1 112722234 112722348 ENST00000361886 protein_coding 4 1 3 TAFA3 ENSG00000184599 +CDS chr1 112722234 112722348 ENST00000369630 protein_coding 7 1 2 TAFA3 ENSG00000184599 +CDS chr1 112723016 112723165 ENST00000361886 protein_coding 4 1 4 TAFA3 ENSG00000184599 +CDS chr1 112723016 112723165 ENST00000369630 protein_coding 7 1 3 TAFA3 ENSG00000184599 +CDS chr1 112723945 112724137 ENST00000369630 protein_coding 7 1 4 TAFA3 ENSG00000184599 +CDS chr1 112724013 112724137 ENST00000361886 protein_coding 4 1 5 TAFA3 ENSG00000184599 +CDS chr1 112726629 112726637 ENST00000361886 protein_coding 4 1 6 TAFA3 ENSG00000184599 +CDS chr1 112726629 112726677 ENST00000369630 protein_coding 7 1 5 TAFA3 ENSG00000184599 +transcript chr1 112911847 112935996 ENST00000443580 protein_coding 6 3 NA SLC16A1 ENSG00000155380 +transcript chr1 112911847 112956196 ENST00000369626 protein_coding 8 1 NA SLC16A1 ENSG00000155380 +transcript chr1 112911847 112957593 ENST00000679803 protein_coding 1 NA NA SLC16A1 ENSG00000155380 +transcript chr1 112911852 112956063 ENST00000538576 protein_coding 5 2 NA SLC16A1 ENSG00000155380 +transcript chr1 112911856 112956198 ENST00000458229 protein_coding 6 2 NA SLC16A1 ENSG00000155380 +transcript chr1 112911856 112957013 ENST00000429288 protein_coding 2 3 NA SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000443580 protein_coding 6 3 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000369626 protein_coding 8 1 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000679803 protein_coding 1 NA 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000538576 protein_coding 5 2 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000458229 protein_coding 6 2 6 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000429288 protein_coding 2 3 5 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000443580 protein_coding 6 3 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000369626 protein_coding 8 1 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000679803 protein_coding 1 NA 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000538576 protein_coding 5 2 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000458229 protein_coding 6 2 5 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000429288 protein_coding 2 3 4 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000443580 protein_coding 6 3 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000369626 protein_coding 8 1 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000679803 protein_coding 1 NA 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000538576 protein_coding 5 2 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000458229 protein_coding 6 2 4 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000429288 protein_coding 2 3 3 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000443580 protein_coding 6 3 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000369626 protein_coding 8 1 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000679803 protein_coding 1 NA 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000538576 protein_coding 5 2 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000458229 protein_coding 6 2 3 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000429288 protein_coding 2 3 2 SLC16A1 ENSG00000155380 +transcript chr1 113073198 113132260 ENST00000361127 protein_coding 6 1 NA LRIG2 ENSG00000198799 +CDS chr1 113073407 113073645 ENST00000361127 protein_coding 6 1 1 LRIG2 ENSG00000198799 +CDS chr1 113091318 113091383 ENST00000361127 protein_coding 6 1 2 LRIG2 ENSG00000198799 +CDS chr1 113093206 113093280 ENST00000361127 protein_coding 6 1 3 LRIG2 ENSG00000198799 +CDS chr1 113093430 113093564 ENST00000361127 protein_coding 6 1 4 LRIG2 ENSG00000198799 +CDS chr1 113094339 113094482 ENST00000361127 protein_coding 6 1 5 LRIG2 ENSG00000198799 +CDS chr1 113094612 113094755 ENST00000361127 protein_coding 6 1 6 LRIG2 ENSG00000198799 +CDS chr1 113095874 113096017 ENST00000361127 protein_coding 6 1 7 LRIG2 ENSG00000198799 +CDS chr1 113096222 113096365 ENST00000361127 protein_coding 6 1 8 LRIG2 ENSG00000198799 +CDS chr1 113098705 113098785 ENST00000361127 protein_coding 6 1 9 LRIG2 ENSG00000198799 +CDS chr1 113100211 113100282 ENST00000361127 protein_coding 6 1 10 LRIG2 ENSG00000198799 +CDS chr1 113100420 113100488 ENST00000361127 protein_coding 6 1 11 LRIG2 ENSG00000198799 +CDS chr1 113107594 113107757 ENST00000361127 protein_coding 6 1 12 LRIG2 ENSG00000198799 +CDS chr1 113110242 113110562 ENST00000361127 protein_coding 6 1 13 LRIG2 ENSG00000198799 +CDS chr1 113112479 113112760 ENST00000361127 protein_coding 6 1 14 LRIG2 ENSG00000198799 +CDS chr1 113114427 113114876 ENST00000361127 protein_coding 6 1 15 LRIG2 ENSG00000198799 +CDS chr1 113116287 113116436 ENST00000361127 protein_coding 6 1 16 LRIG2 ENSG00000198799 +CDS chr1 113119233 113119523 ENST00000361127 protein_coding 6 1 17 LRIG2 ENSG00000198799 +CDS chr1 113123875 113124098 ENST00000361127 protein_coding 6 1 18 LRIG2 ENSG00000198799 +transcript chr1 113390515 113685923 ENST00000307546 protein_coding 14 5 NA MAGI3 ENSG00000081026 +transcript chr1 113390749 113682434 ENST00000369617 protein_coding 8 1 NA MAGI3 ENSG00000081026 +transcript chr1 113390972 113685923 ENST00000369615 protein_coding 5 5 NA MAGI3 ENSG00000081026 +transcript chr1 113390989 113682434 ENST00000369611 protein_coding 4 1 NA MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369617 protein_coding 8 1 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000307546 protein_coding 14 5 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369615 protein_coding 5 5 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369611 protein_coding 4 1 1 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369617 protein_coding 8 1 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000307546 protein_coding 14 5 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369615 protein_coding 5 5 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369611 protein_coding 4 1 2 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369617 protein_coding 8 1 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000307546 protein_coding 14 5 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369615 protein_coding 5 5 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369611 protein_coding 4 1 3 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369617 protein_coding 8 1 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000307546 protein_coding 14 5 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369615 protein_coding 5 5 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369611 protein_coding 4 1 4 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369617 protein_coding 8 1 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000307546 protein_coding 14 5 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369615 protein_coding 5 5 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369611 protein_coding 4 1 5 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369617 protein_coding 8 1 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000307546 protein_coding 14 5 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369615 protein_coding 5 5 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369611 protein_coding 4 1 6 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369617 protein_coding 8 1 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000307546 protein_coding 14 5 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369615 protein_coding 5 5 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369611 protein_coding 4 1 7 MAGI3 ENSG00000081026 +CDS chr1 113618532 113618606 ENST00000369617 protein_coding 8 1 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369617 protein_coding 8 1 9 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000307546 protein_coding 14 5 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369615 protein_coding 5 5 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369611 protein_coding 4 1 8 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369617 protein_coding 8 1 10 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000307546 protein_coding 14 5 9 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369615 protein_coding 5 5 9 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369611 protein_coding 4 1 9 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369617 protein_coding 8 1 11 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000307546 protein_coding 14 5 10 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369615 protein_coding 5 5 10 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369611 protein_coding 4 1 10 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369617 protein_coding 8 1 12 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000307546 protein_coding 14 5 11 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369615 protein_coding 5 5 11 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369611 protein_coding 4 1 11 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369617 protein_coding 8 1 13 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000307546 protein_coding 14 5 12 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369615 protein_coding 5 5 12 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369611 protein_coding 4 1 12 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369617 protein_coding 8 1 14 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000307546 protein_coding 14 5 13 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369615 protein_coding 5 5 13 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369611 protein_coding 4 1 13 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369617 protein_coding 8 1 15 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000307546 protein_coding 14 5 14 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369615 protein_coding 5 5 14 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369611 protein_coding 4 1 14 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369617 protein_coding 8 1 16 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000307546 protein_coding 14 5 15 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369615 protein_coding 5 5 15 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369611 protein_coding 4 1 15 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369617 protein_coding 8 1 17 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000307546 protein_coding 14 5 16 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369615 protein_coding 5 5 16 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369611 protein_coding 4 1 16 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369617 protein_coding 8 1 18 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000307546 protein_coding 14 5 17 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369615 protein_coding 5 5 17 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369611 protein_coding 4 1 17 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369617 protein_coding 8 1 19 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000307546 protein_coding 14 5 18 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369615 protein_coding 5 5 18 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369611 protein_coding 4 1 18 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369617 protein_coding 8 1 20 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000307546 protein_coding 14 5 19 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369615 protein_coding 5 5 19 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369611 protein_coding 4 1 19 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369617 protein_coding 8 1 21 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000307546 protein_coding 14 5 20 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369615 protein_coding 5 5 20 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369611 protein_coding 4 1 20 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369617 protein_coding 8 1 22 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369615 protein_coding 5 5 21 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369611 protein_coding 4 1 21 MAGI3 ENSG00000081026 +CDS chr1 113682897 113684011 ENST00000307546 protein_coding 14 5 21 MAGI3 ENSG00000081026 +transcript chr1 113696831 113759486 ENST00000369604 protein_coding 6 5 NA PHTF1 ENSG00000116793 +transcript chr1 113697202 113759155 ENST00000393357 protein_coding 6 1 NA PHTF1 ENSG00000116793 +transcript chr1 113697205 113759338 ENST00000369598 protein_coding 5 5 NA PHTF1 ENSG00000116793 +transcript chr1 113697205 113759437 ENST00000369600 protein_coding 5 5 NA PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369598 protein_coding 5 5 18 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369600 protein_coding 5 5 18 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369604 protein_coding 6 5 19 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000393357 protein_coding 6 1 18 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369598 protein_coding 5 5 17 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369600 protein_coding 5 5 17 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369604 protein_coding 6 5 18 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000393357 protein_coding 6 1 17 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369598 protein_coding 5 5 16 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369600 protein_coding 5 5 16 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369604 protein_coding 6 5 17 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000393357 protein_coding 6 1 16 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369598 protein_coding 5 5 15 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369600 protein_coding 5 5 15 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369604 protein_coding 6 5 16 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000393357 protein_coding 6 1 15 PHTF1 ENSG00000116793 +transcript chr1 113703823 113759476 ENST00000357783 protein_coding 6 1 NA PHTF1 ENSG00000116793 +CDS chr1 113704060 113704167 ENST00000357783 protein_coding 6 1 15 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369598 protein_coding 5 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369600 protein_coding 5 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369604 protein_coding 6 5 15 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000393357 protein_coding 6 1 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369598 protein_coding 5 5 13 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369600 protein_coding 5 5 13 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369604 protein_coding 6 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000357783 protein_coding 6 1 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000393357 protein_coding 6 1 13 PHTF1 ENSG00000116793 +transcript chr1 113705765 113713328 ENST00000412670 protein_coding 1 1 NA PHTF1 ENSG00000116793 +CDS chr1 113705836 113706162 ENST00000412670 protein_coding 1 1 6 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369598 protein_coding 5 5 12 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369600 protein_coding 5 5 12 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369604 protein_coding 6 5 13 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000357783 protein_coding 6 1 13 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000393357 protein_coding 6 1 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369598 protein_coding 5 5 11 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369600 protein_coding 5 5 11 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369604 protein_coding 6 5 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000357783 protein_coding 6 1 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000412670 protein_coding 1 1 5 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000393357 protein_coding 6 1 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369598 protein_coding 5 5 10 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369600 protein_coding 5 5 10 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369604 protein_coding 6 5 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000357783 protein_coding 6 1 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000412670 protein_coding 1 1 4 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000393357 protein_coding 6 1 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369598 protein_coding 5 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369600 protein_coding 5 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369604 protein_coding 6 5 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000357783 protein_coding 6 1 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000412670 protein_coding 1 1 3 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000393357 protein_coding 6 1 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369598 protein_coding 5 5 8 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369600 protein_coding 5 5 8 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369604 protein_coding 6 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000357783 protein_coding 6 1 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000412670 protein_coding 1 1 2 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000393357 protein_coding 6 1 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369598 protein_coding 5 5 7 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369600 protein_coding 5 5 7 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369604 protein_coding 6 5 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000357783 protein_coding 6 1 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713328 ENST00000412670 protein_coding 1 1 1 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000393357 protein_coding 6 1 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000369600 protein_coding 5 5 6 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000369604 protein_coding 6 5 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000357783 protein_coding 6 1 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000393357 protein_coding 6 1 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369598 protein_coding 5 5 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369600 protein_coding 5 5 5 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369604 protein_coding 6 5 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000357783 protein_coding 6 1 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000393357 protein_coding 6 1 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000369598 protein_coding 5 5 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000369604 protein_coding 6 5 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000357783 protein_coding 6 1 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000393357 protein_coding 6 1 4 PHTF1 ENSG00000116793 +transcript chr1 113738126 113759158 ENST00000446739 protein_coding 1 4 NA PHTF1 ENSG00000116793 +CDS chr1 113738126 113738268 ENST00000446739 protein_coding 1 4 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369598 protein_coding 5 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369600 protein_coding 5 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369604 protein_coding 6 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000357783 protein_coding 6 1 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000446739 protein_coding 1 4 3 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000393357 protein_coding 6 1 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369598 protein_coding 5 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369600 protein_coding 5 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369604 protein_coding 6 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000357783 protein_coding 6 1 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000446739 protein_coding 1 4 2 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000393357 protein_coding 6 1 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369598 protein_coding 5 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369600 protein_coding 5 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369604 protein_coding 6 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000357783 protein_coding 6 1 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000446739 protein_coding 1 4 1 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000393357 protein_coding 6 1 1 PHTF1 ENSG00000116793 +transcript chr1 113761832 113812476 ENST00000261441 protein_coding 9 2 NA RSBN1 ENSG00000081019 +transcript chr1 113761833 113812448 ENST00000612242 protein_coding 4 2 NA RSBN1 ENSG00000081019 +transcript chr1 113765848 113812289 ENST00000615321 protein_coding 1 2 NA RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000261441 protein_coding 9 2 7 RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000615321 protein_coding 1 2 7 RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000612242 protein_coding 4 2 7 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000261441 protein_coding 9 2 6 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000615321 protein_coding 1 2 6 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000612242 protein_coding 4 2 6 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000261441 protein_coding 9 2 5 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000615321 protein_coding 1 2 5 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000612242 protein_coding 4 2 5 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000261441 protein_coding 9 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000615321 protein_coding 1 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000612242 protein_coding 4 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000261441 protein_coding 9 2 3 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000615321 protein_coding 1 2 3 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000612242 protein_coding 4 2 3 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000261441 protein_coding 9 2 2 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000615321 protein_coding 1 2 2 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000612242 protein_coding 4 2 2 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812412 ENST00000261441 protein_coding 9 2 1 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812268 ENST00000615321 protein_coding 1 2 1 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812412 ENST00000612242 protein_coding 4 2 1 RSBN1 ENSG00000081019 +transcript chr1 113813811 113871712 ENST00000460620 protein_coding 5 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813811 113871712 ENST00000359785 protein_coding 10 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813812 113871753 ENST00000538253 protein_coding 5 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813815 113871698 ENST00000528414 protein_coding 5 1 NA PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000359785 protein_coding 10 1 21 PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000528414 protein_coding 5 1 19 PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000538253 protein_coding 5 1 20 PTPN22 ENSG00000134242 +transcript chr1 113819299 113871712 ENST00000420377 protein_coding 6 1 NA PTPN22 ENSG00000134242 +transcript chr1 113819526 113871712 ENST00000525799 protein_coding 1 1 NA PTPN22 ENSG00000134242 +CDS chr1 113819551 113819654 ENST00000420377 protein_coding 6 1 20 PTPN22 ENSG00000134242 +CDS chr1 113819551 113819654 ENST00000525799 protein_coding 1 1 15 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000359785 protein_coding 10 1 20 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000528414 protein_coding 5 1 18 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000538253 protein_coding 5 1 19 PTPN22 ENSG00000134242 +CDS chr1 113819586 113819654 ENST00000460620 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000359785 protein_coding 10 1 19 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000528414 protein_coding 5 1 17 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000420377 protein_coding 6 1 19 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000525799 protein_coding 1 1 14 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000538253 protein_coding 5 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000359785 protein_coding 10 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000528414 protein_coding 5 1 16 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000420377 protein_coding 6 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000525799 protein_coding 1 1 13 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000538253 protein_coding 5 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000359785 protein_coding 10 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000528414 protein_coding 5 1 15 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000420377 protein_coding 6 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000525799 protein_coding 1 1 12 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000538253 protein_coding 5 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000359785 protein_coding 10 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000528414 protein_coding 5 1 14 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000420377 protein_coding 6 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000525799 protein_coding 1 1 11 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000538253 protein_coding 5 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000359785 protein_coding 10 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000528414 protein_coding 5 1 13 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000420377 protein_coding 6 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000525799 protein_coding 1 1 10 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000538253 protein_coding 5 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000359785 protein_coding 10 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000528414 protein_coding 5 1 12 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000420377 protein_coding 6 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000525799 protein_coding 1 1 9 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000538253 protein_coding 5 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000359785 protein_coding 10 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000528414 protein_coding 5 1 11 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000420377 protein_coding 6 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000525799 protein_coding 1 1 8 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000538253 protein_coding 5 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000359785 protein_coding 10 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000528414 protein_coding 5 1 10 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000420377 protein_coding 6 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000525799 protein_coding 1 1 7 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000538253 protein_coding 5 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000359785 protein_coding 10 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000420377 protein_coding 6 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000525799 protein_coding 1 1 6 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000538253 protein_coding 5 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000359785 protein_coding 10 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000420377 protein_coding 6 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000525799 protein_coding 1 1 5 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000538253 protein_coding 5 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000359785 protein_coding 10 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000528414 protein_coding 5 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000420377 protein_coding 6 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000538253 protein_coding 5 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000359785 protein_coding 10 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000528414 protein_coding 5 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000420377 protein_coding 6 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000538253 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000460620 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000359785 protein_coding 10 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000528414 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000420377 protein_coding 6 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000538253 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000359785 protein_coding 10 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000528414 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000420377 protein_coding 6 1 6 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000460620 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000359785 protein_coding 10 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000528414 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000420377 protein_coding 6 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000538253 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000460620 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000359785 protein_coding 10 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000528414 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000420377 protein_coding 6 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000525799 protein_coding 1 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000538253 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000460620 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000359785 protein_coding 10 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000528414 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000420377 protein_coding 6 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000525799 protein_coding 1 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000538253 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000460620 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000359785 protein_coding 10 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000528414 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000420377 protein_coding 6 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000525799 protein_coding 1 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000538253 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000460620 protein_coding 5 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000359785 protein_coding 10 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000528414 protein_coding 5 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000420377 protein_coding 6 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000525799 protein_coding 1 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000538253 protein_coding 5 1 1 PTPN22 ENSG00000134242 +transcript chr1 113876816 113887581 ENST00000393316 protein_coding 8 1 NA BCL2L15 ENSG00000188761 +transcript chr1 113881054 113887437 ENST00000393320 protein_coding 3 1 NA BCL2L15 ENSG00000188761 +CDS chr1 113881100 113881140 ENST00000393320 protein_coding 3 1 2 BCL2L15 ENSG00000188761 +transcript chr1 113881123 113887375 ENST00000471267 protein_coding 1 1 NA BCL2L15 ENSG00000188761 +CDS chr1 113881126 113881140 ENST00000393316 protein_coding 8 1 4 BCL2L15 ENSG00000188761 +CDS chr1 113881126 113881140 ENST00000471267 protein_coding 1 1 3 BCL2L15 ENSG00000188761 +CDS chr1 113881773 113881997 ENST00000393316 protein_coding 8 1 3 BCL2L15 ENSG00000188761 +CDS chr1 113886537 113886658 ENST00000393316 protein_coding 8 1 2 BCL2L15 ENSG00000188761 +CDS chr1 113886537 113886658 ENST00000471267 protein_coding 1 1 2 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000393316 protein_coding 8 1 1 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000393320 protein_coding 3 1 1 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000471267 protein_coding 1 1 1 BCL2L15 ENSG00000188761 +transcript chr1 113894194 113904799 ENST00000369569 protein_coding 6 1 NA AP4B1 ENSG00000134262 +transcript chr1 113894748 113904828 ENST00000369567 protein_coding 5 2 NA AP4B1 ENSG00000134262 +transcript chr1 113894748 113905070 ENST00000256658 protein_coding 8 1 NA AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000369567 protein_coding 5 2 7 AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000369569 protein_coding 6 1 10 AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000256658 protein_coding 8 1 11 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000369567 protein_coding 5 2 6 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000369569 protein_coding 6 1 9 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000256658 protein_coding 8 1 10 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000369567 protein_coding 5 2 5 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000369569 protein_coding 6 1 8 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000256658 protein_coding 8 1 9 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000369567 protein_coding 5 2 4 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000369569 protein_coding 6 1 7 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000256658 protein_coding 8 1 8 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000369567 protein_coding 5 2 3 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000369569 protein_coding 6 1 6 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000256658 protein_coding 8 1 7 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369567 protein_coding 5 2 2 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369569 protein_coding 6 1 5 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000256658 protein_coding 8 1 6 AP4B1 ENSG00000134262 +transcript chr1 113899904 113905201 ENST00000369564 protein_coding 5 5 NA AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369564 protein_coding 5 5 5 AP4B1 ENSG00000134262 +transcript chr1 113899988 113905020 ENST00000432415 protein_coding 5 3 NA AP4B1 ENSG00000134262 +CDS chr1 113899988 113900400 ENST00000432415 protein_coding 5 3 3 AP4B1 ENSG00000134262 +transcript chr1 113900231 113905037 ENST00000369571 protein_coding 2 3 NA AP4B1 ENSG00000134262 +CDS chr1 113900231 113900400 ENST00000369571 protein_coding 2 3 6 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369569 protein_coding 6 1 4 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000256658 protein_coding 8 1 5 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369564 protein_coding 5 5 4 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369571 protein_coding 2 3 5 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369569 protein_coding 6 1 3 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000256658 protein_coding 8 1 4 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369564 protein_coding 5 5 3 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369571 protein_coding 2 3 4 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000369569 protein_coding 6 1 2 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000256658 protein_coding 8 1 3 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000369571 protein_coding 2 3 3 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369567 protein_coding 5 2 1 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369569 protein_coding 6 1 1 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000256658 protein_coding 8 1 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369564 protein_coding 5 5 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000432415 protein_coding 5 3 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369571 protein_coding 2 3 2 AP4B1 ENSG00000134262 +transcript chr1 113905213 113912381 ENST00000650596 protein_coding 1 NA NA DCLRE1B ENSG00000118655 +transcript chr1 113905326 113914086 ENST00000650450 protein_coding 2 NA NA DCLRE1B ENSG00000118655 +CDS chr1 113905587 113905775 ENST00000650596 protein_coding 1 NA 1 DCLRE1B ENSG00000118655 +CDS chr1 113905587 113905775 ENST00000650450 protein_coding 2 NA 1 DCLRE1B ENSG00000118655 +CDS chr1 113906996 113907161 ENST00000650596 protein_coding 1 NA 2 DCLRE1B ENSG00000118655 +CDS chr1 113906996 113907161 ENST00000650450 protein_coding 2 NA 2 DCLRE1B ENSG00000118655 +CDS chr1 113908009 113908191 ENST00000650450 protein_coding 2 NA 3 DCLRE1B ENSG00000118655 +CDS chr1 113911131 113912188 ENST00000650596 protein_coding 1 NA 3 DCLRE1B ENSG00000118655 +CDS chr1 113911131 113912188 ENST00000650450 protein_coding 2 NA 4 DCLRE1B ENSG00000118655 +transcript chr1 113929324 113977869 ENST00000426820 protein_coding 7 2 NA HIPK1 ENSG00000163349 +transcript chr1 113929374 113972073 ENST00000369559 protein_coding 8 1 NA HIPK1 ENSG00000163349 +transcript chr1 113929374 113977869 ENST00000626993 protein_coding 2 5 NA HIPK1 ENSG00000163349 +transcript chr1 113929710 113977804 ENST00000369558 protein_coding 5 1 NA HIPK1 ENSG00000163349 +transcript chr1 113929755 113973571 ENST00000369561 protein_coding 8 5 NA HIPK1 ENSG00000163349 +transcript chr1 113929859 113973897 ENST00000369555 protein_coding 6 5 NA HIPK1 ENSG00000163349 +transcript chr1 113930505 113940740 ENST00000514621 protein_coding 5 4 NA HIPK1 ENSG00000163349 +transcript chr1 113930728 113940702 ENST00000503968 protein_coding 1 4 NA HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000426820 protein_coding 7 2 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369559 protein_coding 8 1 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369558 protein_coding 5 1 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369561 protein_coding 8 5 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369555 protein_coding 6 5 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113940740 ENST00000514621 protein_coding 5 4 3 HIPK1 ENSG00000163349 +CDS chr1 113940384 113940702 ENST00000503968 protein_coding 1 4 4 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000626993 protein_coding 2 5 2 HIPK1 ENSG00000163349 +transcript chr1 113951145 113977804 ENST00000340480 protein_coding 8 1 NA HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000426820 protein_coding 7 2 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369559 protein_coding 8 1 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369558 protein_coding 5 1 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369561 protein_coding 8 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369555 protein_coding 6 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000626993 protein_coding 2 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952812 113952889 ENST00000340480 protein_coding 8 1 2 HIPK1 ENSG00000163349 +transcript chr1 113953877 113973881 ENST00000369553 protein_coding 5 1 NA HIPK1 ENSG00000163349 +CDS chr1 113954633 113954770 ENST00000369553 protein_coding 5 1 2 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000426820 protein_coding 7 2 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369559 protein_coding 8 1 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369558 protein_coding 5 1 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369561 protein_coding 8 5 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369555 protein_coding 6 5 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000340480 protein_coding 8 1 3 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000626993 protein_coding 2 5 4 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000426820 protein_coding 7 2 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369559 protein_coding 8 1 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369558 protein_coding 5 1 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369561 protein_coding 8 5 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369555 protein_coding 6 5 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000340480 protein_coding 8 1 4 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369553 protein_coding 5 1 3 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000626993 protein_coding 2 5 5 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000426820 protein_coding 7 2 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369559 protein_coding 8 1 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369558 protein_coding 5 1 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369561 protein_coding 8 5 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369555 protein_coding 6 5 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000340480 protein_coding 8 1 5 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369553 protein_coding 5 1 4 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000626993 protein_coding 2 5 6 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000426820 protein_coding 7 2 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369559 protein_coding 8 1 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369558 protein_coding 5 1 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957184 ENST00000369561 protein_coding 8 5 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369555 protein_coding 6 5 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000340480 protein_coding 8 1 6 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369553 protein_coding 5 1 5 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000626993 protein_coding 2 5 7 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000426820 protein_coding 7 2 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369559 protein_coding 8 1 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369558 protein_coding 5 1 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369561 protein_coding 8 5 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369555 protein_coding 6 5 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000340480 protein_coding 8 1 7 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369553 protein_coding 5 1 6 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000626993 protein_coding 2 5 8 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000426820 protein_coding 7 2 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369559 protein_coding 8 1 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369558 protein_coding 5 1 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369561 protein_coding 8 5 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369555 protein_coding 6 5 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000340480 protein_coding 8 1 8 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369553 protein_coding 5 1 7 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000626993 protein_coding 2 5 9 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000426820 protein_coding 7 2 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369559 protein_coding 8 1 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369558 protein_coding 5 1 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369561 protein_coding 8 5 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000340480 protein_coding 8 1 9 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369553 protein_coding 5 1 8 HIPK1 ENSG00000163349 +transcript chr1 113963440 113977804 ENST00000361587 protein_coding 3 1 NA HIPK1 ENSG00000163349 +CDS chr1 113963440 113963521 ENST00000361587 protein_coding 3 1 1 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000426820 protein_coding 7 2 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369559 protein_coding 8 1 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369558 protein_coding 5 1 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369561 protein_coding 8 5 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369555 protein_coding 6 5 10 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000340480 protein_coding 8 1 10 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369553 protein_coding 5 1 9 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000626993 protein_coding 2 5 10 HIPK1 ENSG00000163349 +CDS chr1 113966133 113966272 ENST00000361587 protein_coding 3 1 2 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000426820 protein_coding 7 2 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369559 protein_coding 8 1 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369558 protein_coding 5 1 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369561 protein_coding 8 5 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369555 protein_coding 6 5 11 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000340480 protein_coding 8 1 11 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369553 protein_coding 5 1 10 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000361587 protein_coding 3 1 3 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000626993 protein_coding 2 5 11 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000426820 protein_coding 7 2 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369559 protein_coding 8 1 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369558 protein_coding 5 1 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369561 protein_coding 8 5 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369555 protein_coding 6 5 12 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000340480 protein_coding 8 1 12 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369553 protein_coding 5 1 11 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000361587 protein_coding 3 1 4 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000626993 protein_coding 2 5 12 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000426820 protein_coding 7 2 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369559 protein_coding 8 1 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369558 protein_coding 5 1 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369561 protein_coding 8 5 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369555 protein_coding 6 5 13 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000340480 protein_coding 8 1 13 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369553 protein_coding 5 1 12 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000361587 protein_coding 3 1 5 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000626993 protein_coding 2 5 13 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000426820 protein_coding 7 2 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113972035 ENST00000369559 protein_coding 8 1 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369558 protein_coding 5 1 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369561 protein_coding 8 5 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369555 protein_coding 6 5 14 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000340480 protein_coding 8 1 14 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369553 protein_coding 5 1 13 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000361587 protein_coding 3 1 6 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000626993 protein_coding 2 5 14 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000426820 protein_coding 7 2 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369558 protein_coding 5 1 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369561 protein_coding 8 5 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369555 protein_coding 6 5 15 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000340480 protein_coding 8 1 15 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369553 protein_coding 5 1 14 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000361587 protein_coding 3 1 7 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000626993 protein_coding 2 5 15 HIPK1 ENSG00000163349 +transcript chr1 113979391 113982254 ENST00000393300 protein_coding 6 3 NA OLFML3 ENSG00000116774 +transcript chr1 113979441 113982254 ENST00000369551 protein_coding 5 2 NA OLFML3 ENSG00000116774 +transcript chr1 113979474 113982253 ENST00000320334 protein_coding 5 1 NA OLFML3 ENSG00000116774 +CDS chr1 113979517 113979630 ENST00000320334 protein_coding 5 1 1 OLFML3 ENSG00000116774 +CDS chr1 113980073 113980126 ENST00000369551 protein_coding 5 2 2 OLFML3 ENSG00000116774 +CDS chr1 113980332 113980617 ENST00000369551 protein_coding 5 2 3 OLFML3 ENSG00000116774 +CDS chr1 113980332 113980617 ENST00000320334 protein_coding 5 1 2 OLFML3 ENSG00000116774 +CDS chr1 113980401 113980617 ENST00000393300 protein_coding 6 3 2 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000369551 protein_coding 5 2 4 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000320334 protein_coding 5 1 3 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000393300 protein_coding 6 3 3 OLFML3 ENSG00000116774 +transcript chr1 114089292 114152440 ENST00000607941 protein_coding 5 2 NA SYT6 ENSG00000134207 +transcript chr1 114089292 114152917 ENST00000609117 protein_coding 5 5 NA SYT6 ENSG00000134207 +transcript chr1 114089292 114153869 ENST00000610222 protein_coding 3 5 NA SYT6 ENSG00000134207 +transcript chr1 114089298 114153869 ENST00000369547 protein_coding 6 1 NA SYT6 ENSG00000134207 +transcript chr1 114090774 114153880 ENST00000641643 protein_coding 2 NA NA SYT6 ENSG00000134207 +CDS chr1 114092014 114092082 ENST00000369547 protein_coding 6 1 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000607941 protein_coding 5 2 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000609117 protein_coding 5 5 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000610222 protein_coding 3 5 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000641643 protein_coding 2 NA 7 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000607941 protein_coding 5 2 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000609117 protein_coding 5 5 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000369547 protein_coding 6 1 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000610222 protein_coding 3 5 6 SYT6 ENSG00000134207 +CDS chr1 114097748 114097877 ENST00000641643 protein_coding 2 NA 6 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000607941 protein_coding 5 2 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000609117 protein_coding 5 5 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000369547 protein_coding 6 1 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000610222 protein_coding 3 5 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000641643 protein_coding 2 NA 5 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000607941 protein_coding 5 2 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000609117 protein_coding 5 5 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000369547 protein_coding 6 1 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000610222 protein_coding 3 5 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000641643 protein_coding 2 NA 4 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000607941 protein_coding 5 2 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000609117 protein_coding 5 5 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000369547 protein_coding 6 1 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000610222 protein_coding 3 5 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000641643 protein_coding 2 NA 3 SYT6 ENSG00000134207 +transcript chr1 114137669 114152957 ENST00000608203 protein_coding 1 3 NA SYT6 ENSG00000134207 +CDS chr1 114137669 114138053 ENST00000608203 protein_coding 1 3 3 SYT6 ENSG00000134207 +transcript chr1 114138046 114152980 ENST00000609577 protein_coding 1 5 NA SYT6 ENSG00000134207 +CDS chr1 114138046 114138053 ENST00000609577 protein_coding 1 5 3 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000607941 protein_coding 5 2 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000609117 protein_coding 5 5 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139963 ENST00000369547 protein_coding 6 1 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139963 ENST00000610222 protein_coding 3 5 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000641643 protein_coding 2 NA 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000608203 protein_coding 1 3 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000609577 protein_coding 1 5 2 SYT6 ENSG00000134207 +transcript chr1 114139653 114152922 ENST00000608879 protein_coding 1 5 NA SYT6 ENSG00000134207 +CDS chr1 114139653 114139963 ENST00000608879 protein_coding 1 5 2 SYT6 ENSG00000134207 +CDS chr1 114152623 114152686 ENST00000608879 protein_coding 1 5 1 SYT6 ENSG00000134207 +CDS chr1 114153610 114153772 ENST00000369547 protein_coding 6 1 1 SYT6 ENSG00000134207 +CDS chr1 114153610 114153772 ENST00000610222 protein_coding 3 5 1 SYT6 ENSG00000134207 +transcript chr1 114392790 114511203 ENST00000358465 protein_coding 7 1 NA TRIM33 ENSG00000197323 +transcript chr1 114397608 114463236 ENST00000448034 protein_coding 5 5 NA TRIM33 ENSG00000197323 +transcript chr1 114397608 114511160 ENST00000369543 protein_coding 6 1 NA TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000358465 protein_coding 7 1 20 TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000448034 protein_coding 5 5 18 TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000369543 protein_coding 6 1 19 TRIM33 ENSG00000197323 +CDS chr1 114397940 114397990 ENST00000358465 protein_coding 7 1 19 TRIM33 ENSG00000197323 +CDS chr1 114397940 114397990 ENST00000448034 protein_coding 5 5 17 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000358465 protein_coding 7 1 18 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000448034 protein_coding 5 5 16 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000369543 protein_coding 6 1 18 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000358465 protein_coding 7 1 17 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000448034 protein_coding 5 5 15 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000369543 protein_coding 6 1 17 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000358465 protein_coding 7 1 16 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000448034 protein_coding 5 5 14 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000369543 protein_coding 6 1 16 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000358465 protein_coding 7 1 15 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000448034 protein_coding 5 5 13 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000369543 protein_coding 6 1 15 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000358465 protein_coding 7 1 14 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000448034 protein_coding 5 5 12 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000369543 protein_coding 6 1 14 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000358465 protein_coding 7 1 13 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000448034 protein_coding 5 5 11 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000369543 protein_coding 6 1 13 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000358465 protein_coding 7 1 12 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000448034 protein_coding 5 5 10 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000369543 protein_coding 6 1 12 TRIM33 ENSG00000197323 +CDS chr1 114420380 114420451 ENST00000448034 protein_coding 5 5 9 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000358465 protein_coding 7 1 11 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000448034 protein_coding 5 5 8 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000369543 protein_coding 6 1 11 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000358465 protein_coding 7 1 10 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000448034 protein_coding 5 5 7 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000369543 protein_coding 6 1 10 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000358465 protein_coding 7 1 9 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000448034 protein_coding 5 5 6 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000369543 protein_coding 6 1 9 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000358465 protein_coding 7 1 8 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000448034 protein_coding 5 5 5 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000369543 protein_coding 6 1 8 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000358465 protein_coding 7 1 7 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000448034 protein_coding 5 5 4 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000369543 protein_coding 6 1 7 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000358465 protein_coding 7 1 6 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000448034 protein_coding 5 5 3 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000369543 protein_coding 6 1 6 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000358465 protein_coding 7 1 5 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000448034 protein_coding 5 5 2 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000369543 protein_coding 6 1 5 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000358465 protein_coding 7 1 4 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000448034 protein_coding 5 5 1 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000369543 protein_coding 6 1 4 TRIM33 ENSG00000197323 +CDS chr1 114463412 114463556 ENST00000358465 protein_coding 7 1 3 TRIM33 ENSG00000197323 +CDS chr1 114463412 114463556 ENST00000369543 protein_coding 6 1 3 TRIM33 ENSG00000197323 +CDS chr1 114464270 114464388 ENST00000358465 protein_coding 7 1 2 TRIM33 ENSG00000197323 +CDS chr1 114464270 114464388 ENST00000369543 protein_coding 6 1 2 TRIM33 ENSG00000197323 +CDS chr1 114510551 114511076 ENST00000358465 protein_coding 7 1 1 TRIM33 ENSG00000197323 +CDS chr1 114510551 114511076 ENST00000369543 protein_coding 6 1 1 TRIM33 ENSG00000197323 +transcript chr1 114567557 114581615 ENST00000369541 protein_coding 4 1 NA BCAS2 ENSG00000116752 +CDS chr1 114568133 114568256 ENST00000369541 protein_coding 4 1 7 BCAS2 ENSG00000116752 +CDS chr1 114569992 114570072 ENST00000369541 protein_coding 4 1 6 BCAS2 ENSG00000116752 +CDS chr1 114570700 114570750 ENST00000369541 protein_coding 4 1 5 BCAS2 ENSG00000116752 +CDS chr1 114575590 114575751 ENST00000369541 protein_coding 4 1 4 BCAS2 ENSG00000116752 +CDS chr1 114576688 114576758 ENST00000369541 protein_coding 4 1 3 BCAS2 ENSG00000116752 +CDS chr1 114581299 114581391 ENST00000369541 protein_coding 4 1 2 BCAS2 ENSG00000116752 +CDS chr1 114581499 114581591 ENST00000369541 protein_coding 4 1 1 BCAS2 ENSG00000116752 +transcript chr1 114582848 114670111 ENST00000393276 protein_coding 7 5 NA DENND2C ENSG00000175984 +transcript chr1 114582850 114670049 ENST00000393274 protein_coding 6 5 NA DENND2C ENSG00000175984 +transcript chr1 114582851 114626193 ENST00000393277 protein_coding 2 5 NA DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393276 protein_coding 7 5 18 DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393274 protein_coding 6 5 21 DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393277 protein_coding 2 5 18 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393276 protein_coding 7 5 17 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393274 protein_coding 6 5 20 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393277 protein_coding 2 5 17 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393276 protein_coding 7 5 16 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393274 protein_coding 6 5 19 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393277 protein_coding 2 5 16 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393276 protein_coding 7 5 15 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393274 protein_coding 6 5 18 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393277 protein_coding 2 5 15 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393276 protein_coding 7 5 14 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393274 protein_coding 6 5 17 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393277 protein_coding 2 5 14 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393276 protein_coding 7 5 13 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393274 protein_coding 6 5 16 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393277 protein_coding 2 5 13 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393276 protein_coding 7 5 12 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393274 protein_coding 6 5 15 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393277 protein_coding 2 5 12 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393276 protein_coding 7 5 11 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393274 protein_coding 6 5 14 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393277 protein_coding 2 5 11 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393276 protein_coding 7 5 10 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393274 protein_coding 6 5 13 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393277 protein_coding 2 5 10 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393276 protein_coding 7 5 9 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393274 protein_coding 6 5 12 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393277 protein_coding 2 5 9 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393276 protein_coding 7 5 8 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393274 protein_coding 6 5 11 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393277 protein_coding 2 5 8 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393276 protein_coding 7 5 7 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393274 protein_coding 6 5 10 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393277 protein_coding 2 5 7 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393276 protein_coding 7 5 6 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393274 protein_coding 6 5 9 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393277 protein_coding 2 5 6 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393276 protein_coding 7 5 5 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393274 protein_coding 6 5 8 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393277 protein_coding 2 5 5 DENND2C ENSG00000175984 +CDS chr1 114621895 114622065 ENST00000393274 protein_coding 6 5 7 DENND2C ENSG00000175984 +CDS chr1 114621895 114622065 ENST00000393277 protein_coding 2 5 4 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393276 protein_coding 7 5 4 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393274 protein_coding 6 5 6 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393277 protein_coding 2 5 3 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393276 protein_coding 7 5 3 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393274 protein_coding 6 5 5 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393277 protein_coding 2 5 2 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393276 protein_coding 7 5 2 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393274 protein_coding 6 5 4 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393277 protein_coding 2 5 1 DENND2C ENSG00000175984 +transcript chr1 114673098 114695546 ENST00000520113 protein_coding 7 1 NA AMPD1 ENSG00000116748 +transcript chr1 114673101 114695618 ENST00000369538 protein_coding 4 2 NA AMPD1 ENSG00000116748 +CDS chr1 114673117 114673272 ENST00000520113 protein_coding 7 1 16 AMPD1 ENSG00000116748 +CDS chr1 114673117 114673272 ENST00000369538 protein_coding 4 2 15 AMPD1 ENSG00000116748 +CDS chr1 114673639 114673749 ENST00000520113 protein_coding 7 1 15 AMPD1 ENSG00000116748 +CDS chr1 114673639 114673749 ENST00000369538 protein_coding 4 2 14 AMPD1 ENSG00000116748 +CDS chr1 114673909 114674082 ENST00000520113 protein_coding 7 1 14 AMPD1 ENSG00000116748 +CDS chr1 114673909 114674082 ENST00000369538 protein_coding 4 2 13 AMPD1 ENSG00000116748 +CDS chr1 114674752 114674872 ENST00000520113 protein_coding 7 1 13 AMPD1 ENSG00000116748 +CDS chr1 114674752 114674872 ENST00000369538 protein_coding 4 2 12 AMPD1 ENSG00000116748 +CDS chr1 114675530 114675693 ENST00000520113 protein_coding 7 1 12 AMPD1 ENSG00000116748 +CDS chr1 114675530 114675693 ENST00000369538 protein_coding 4 2 11 AMPD1 ENSG00000116748 +CDS chr1 114675877 114676003 ENST00000520113 protein_coding 7 1 11 AMPD1 ENSG00000116748 +CDS chr1 114675877 114676003 ENST00000369538 protein_coding 4 2 10 AMPD1 ENSG00000116748 +CDS chr1 114677351 114677514 ENST00000520113 protein_coding 7 1 10 AMPD1 ENSG00000116748 +CDS chr1 114677351 114677514 ENST00000369538 protein_coding 4 2 9 AMPD1 ENSG00000116748 +CDS chr1 114677910 114678041 ENST00000520113 protein_coding 7 1 9 AMPD1 ENSG00000116748 +CDS chr1 114677910 114678041 ENST00000369538 protein_coding 4 2 8 AMPD1 ENSG00000116748 +CDS chr1 114678333 114678527 ENST00000520113 protein_coding 7 1 8 AMPD1 ENSG00000116748 +CDS chr1 114678333 114678527 ENST00000369538 protein_coding 4 2 7 AMPD1 ENSG00000116748 +CDS chr1 114679579 114679708 ENST00000520113 protein_coding 7 1 7 AMPD1 ENSG00000116748 +CDS chr1 114679579 114679708 ENST00000369538 protein_coding 4 2 6 AMPD1 ENSG00000116748 +CDS chr1 114680259 114680478 ENST00000520113 protein_coding 7 1 6 AMPD1 ENSG00000116748 +CDS chr1 114680259 114680478 ENST00000369538 protein_coding 4 2 5 AMPD1 ENSG00000116748 +CDS chr1 114684199 114684364 ENST00000520113 protein_coding 7 1 5 AMPD1 ENSG00000116748 +CDS chr1 114684199 114684364 ENST00000369538 protein_coding 4 2 4 AMPD1 ENSG00000116748 +CDS chr1 114686745 114686910 ENST00000520113 protein_coding 7 1 4 AMPD1 ENSG00000116748 +CDS chr1 114686745 114686910 ENST00000369538 protein_coding 4 2 3 AMPD1 ENSG00000116748 +CDS chr1 114688561 114688741 ENST00000520113 protein_coding 7 1 3 AMPD1 ENSG00000116748 +CDS chr1 114688561 114688741 ENST00000369538 protein_coding 4 2 2 AMPD1 ENSG00000116748 +CDS chr1 114693436 114693447 ENST00000520113 protein_coding 7 1 2 AMPD1 ENSG00000116748 +CDS chr1 114695450 114695471 ENST00000520113 protein_coding 7 1 1 AMPD1 ENSG00000116748 +CDS chr1 114695450 114695471 ENST00000369538 protein_coding 4 2 1 AMPD1 ENSG00000116748 +transcript chr1 114704469 114716771 ENST00000369535 protein_coding 5 1 NA NRAS ENSG00000213281 +CDS chr1 114708538 114708654 ENST00000369535 protein_coding 5 1 5 NRAS ENSG00000213281 +CDS chr1 114709569 114709728 ENST00000369535 protein_coding 5 1 4 NRAS ENSG00000213281 +CDS chr1 114713800 114713978 ENST00000369535 protein_coding 5 1 3 NRAS ENSG00000213281 +CDS chr1 114716050 114716160 ENST00000369535 protein_coding 5 1 2 NRAS ENSG00000213281 +transcript chr1 114716913 114757983 ENST00000339438 protein_coding 10 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757933 ENST00000689989 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757969 ENST00000689217 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757983 ENST00000688211 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757983 ENST00000438362 protein_coding 7 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757984 ENST00000358528 protein_coding 9 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757987 ENST00000692719 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114758014 ENST00000610726 protein_coding 5 5 NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757933 ENST00000689732 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757964 ENST00000693467 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757983 ENST00000686235 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757984 ENST00000684913 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114758003 ENST00000686025 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114758003 ENST00000686781 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716920 114757976 ENST00000687759 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114757985 ENST00000692672 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114757987 ENST00000529046 protein_coding 6 4 NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000689885 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000686667 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000691032 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758005 ENST00000692044 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716923 114758003 ENST00000690207 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114717295 114757974 ENST00000261443 protein_coding 9 1 NA CSDE1 ENSG00000009307 +transcript chr1 114717305 114758027 ENST00000530886 protein_coding 5 5 NA CSDE1 ENSG00000009307 +transcript chr1 114717312 114758003 ENST00000369530 protein_coding 5 1 NA CSDE1 ENSG00000009307 +transcript chr1 114717957 114757982 ENST00000534699 protein_coding 5 2 NA CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000339438 protein_coding 10 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689989 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689217 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000688211 protein_coding 1 NA 22 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000438362 protein_coding 7 1 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000358528 protein_coding 9 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692719 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000610726 protein_coding 5 5 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689732 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000693467 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686235 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000684913 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686025 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686781 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000687759 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692672 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000529046 protein_coding 6 4 16 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689885 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686667 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000691032 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692044 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000690207 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000261443 protein_coding 9 1 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000530886 protein_coding 5 5 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000369530 protein_coding 5 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000534699 protein_coding 5 2 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000339438 protein_coding 10 1 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689989 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689217 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000688211 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000438362 protein_coding 7 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000358528 protein_coding 9 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692719 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000610726 protein_coding 5 5 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689732 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000693467 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686235 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000684913 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686025 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686781 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000687759 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692672 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000529046 protein_coding 6 4 15 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689885 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686667 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000691032 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692044 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000690207 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000261443 protein_coding 9 1 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000530886 protein_coding 5 5 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000369530 protein_coding 5 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000534699 protein_coding 5 2 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000339438 protein_coding 10 1 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689989 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689217 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000688211 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000438362 protein_coding 7 1 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000358528 protein_coding 9 1 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692719 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000610726 protein_coding 5 5 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689732 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000693467 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686235 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000684913 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686025 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686781 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000687759 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692672 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000529046 protein_coding 6 4 14 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689885 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686667 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000691032 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692044 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000690207 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000261443 protein_coding 9 1 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000530886 protein_coding 5 5 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000369530 protein_coding 5 1 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000534699 protein_coding 5 2 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000339438 protein_coding 10 1 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689989 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689217 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000688211 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000438362 protein_coding 7 1 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000358528 protein_coding 9 1 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692719 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000610726 protein_coding 5 5 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689732 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000693467 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686235 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000684913 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686025 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686781 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000687759 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692672 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000529046 protein_coding 6 4 13 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689885 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686667 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000691032 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692044 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000690207 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000261443 protein_coding 9 1 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000530886 protein_coding 5 5 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000369530 protein_coding 5 1 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000534699 protein_coding 5 2 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000339438 protein_coding 10 1 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689989 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689217 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000688211 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000438362 protein_coding 7 1 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000358528 protein_coding 9 1 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692719 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000610726 protein_coding 5 5 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689732 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000693467 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686235 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000684913 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686025 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686781 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000687759 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692672 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000529046 protein_coding 6 4 12 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689885 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686667 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000691032 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692044 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000690207 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000261443 protein_coding 9 1 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000530886 protein_coding 5 5 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000369530 protein_coding 5 1 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000534699 protein_coding 5 2 15 CSDE1 ENSG00000009307 +CDS chr1 114724288 114724335 ENST00000690207 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000339438 protein_coding 10 1 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689989 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689217 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000688211 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000438362 protein_coding 7 1 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000358528 protein_coding 9 1 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692719 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000610726 protein_coding 5 5 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689732 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000693467 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686235 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000684913 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686025 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686781 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000687759 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692672 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000529046 protein_coding 6 4 11 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689885 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686667 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000691032 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692044 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000690207 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000261443 protein_coding 9 1 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000530886 protein_coding 5 5 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000369530 protein_coding 5 1 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000534699 protein_coding 5 2 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000339438 protein_coding 10 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689989 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689217 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000688211 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000438362 protein_coding 7 1 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000358528 protein_coding 9 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692719 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000610726 protein_coding 5 5 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689732 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000693467 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686235 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000684913 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686025 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686781 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000687759 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692672 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000529046 protein_coding 6 4 10 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689885 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686667 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000691032 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692044 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000690207 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000261443 protein_coding 9 1 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000530886 protein_coding 5 5 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000369530 protein_coding 5 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000534699 protein_coding 5 2 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000339438 protein_coding 10 1 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689989 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689217 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000688211 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000438362 protein_coding 7 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000358528 protein_coding 9 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692719 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000610726 protein_coding 5 5 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689732 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000693467 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686235 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000684913 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686025 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686781 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000687759 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692672 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000529046 protein_coding 6 4 9 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689885 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686667 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000691032 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692044 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000690207 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000261443 protein_coding 9 1 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000530886 protein_coding 5 5 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000369530 protein_coding 5 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000534699 protein_coding 5 2 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000339438 protein_coding 10 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689989 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689217 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000688211 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000438362 protein_coding 7 1 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000358528 protein_coding 9 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692719 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000610726 protein_coding 5 5 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689732 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000693467 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686235 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000684913 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686025 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686781 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000687759 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692672 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000529046 protein_coding 6 4 8 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689885 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692044 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000690207 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000261443 protein_coding 9 1 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000530886 protein_coding 5 5 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000369530 protein_coding 5 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000534699 protein_coding 5 2 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000339438 protein_coding 10 1 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689989 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689217 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000688211 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000438362 protein_coding 7 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000358528 protein_coding 9 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000692719 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000610726 protein_coding 5 5 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689732 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000693467 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000686235 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000684913 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000686025 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000687759 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000690207 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000261443 protein_coding 9 1 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000530886 protein_coding 5 5 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000369530 protein_coding 5 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000534699 protein_coding 5 2 10 CSDE1 ENSG00000009307 +CDS chr1 114730529 114730648 ENST00000689885 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000339438 protein_coding 10 1 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689989 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689217 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000688211 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000438362 protein_coding 7 1 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000358528 protein_coding 9 1 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692719 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000610726 protein_coding 5 5 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689732 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000693467 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686235 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000684913 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686025 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686781 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000687759 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692672 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000529046 protein_coding 6 4 7 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689885 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686667 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000691032 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692044 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000690207 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000261443 protein_coding 9 1 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000530886 protein_coding 5 5 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000369530 protein_coding 5 1 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000534699 protein_coding 5 2 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000339438 protein_coding 10 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689989 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689217 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000688211 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000438362 protein_coding 7 1 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000358528 protein_coding 9 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692719 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000610726 protein_coding 5 5 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689732 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000693467 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686235 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000684913 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686025 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686781 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000687759 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692672 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000529046 protein_coding 6 4 6 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689885 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686667 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000691032 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692044 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000690207 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000261443 protein_coding 9 1 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000530886 protein_coding 5 5 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000369530 protein_coding 5 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000534699 protein_coding 5 2 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000339438 protein_coding 10 1 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689989 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689217 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000688211 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000438362 protein_coding 7 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000358528 protein_coding 9 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692719 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000610726 protein_coding 5 5 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689732 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000693467 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686235 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000684913 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686025 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686781 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000687759 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692672 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000529046 protein_coding 6 4 5 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689885 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686667 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000691032 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692044 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000690207 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000261443 protein_coding 9 1 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000530886 protein_coding 5 5 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000369530 protein_coding 5 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000534699 protein_coding 5 2 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000339438 protein_coding 10 1 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689989 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689217 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000688211 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000438362 protein_coding 7 1 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000358528 protein_coding 9 1 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692719 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000610726 protein_coding 5 5 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689732 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000693467 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686235 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000684913 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686025 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686781 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000687759 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692672 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000529046 protein_coding 6 4 4 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689885 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686667 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000691032 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692044 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000690207 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000261443 protein_coding 9 1 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000530886 protein_coding 5 5 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000369530 protein_coding 5 1 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000534699 protein_coding 5 2 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000339438 protein_coding 10 1 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689989 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689217 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000688211 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000438362 protein_coding 7 1 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000358528 protein_coding 9 1 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692719 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000610726 protein_coding 5 5 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689732 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000693467 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686235 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000684913 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686025 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686781 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000687759 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692672 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000529046 protein_coding 6 4 3 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689885 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686667 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000691032 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692044 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000690207 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000261443 protein_coding 9 1 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000530886 protein_coding 5 5 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000369530 protein_coding 5 1 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000534699 protein_coding 5 2 5 CSDE1 ENSG00000009307 +transcript chr1 114736758 114757969 ENST00000525132 protein_coding 1 5 NA CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000525132 protein_coding 1 5 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000689989 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000689217 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000688211 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000438362 protein_coding 7 1 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000358528 protein_coding 9 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000692719 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000610726 protein_coding 5 5 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000691032 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000692044 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000534699 protein_coding 5 2 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000339438 protein_coding 10 1 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689989 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689217 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000688211 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000438362 protein_coding 7 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000358528 protein_coding 9 1 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692719 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000610726 protein_coding 5 5 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689732 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000693467 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686235 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000684913 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686025 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686781 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000687759 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692672 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000529046 protein_coding 6 4 2 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689885 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686667 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000691032 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692044 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000690207 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000261443 protein_coding 9 1 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000530886 protein_coding 5 5 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000369530 protein_coding 5 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000534699 protein_coding 5 2 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000525132 protein_coding 1 5 4 CSDE1 ENSG00000009307 +transcript chr1 114737988 114746859 ENST00000534389 protein_coding 2 4 NA CSDE1 ENSG00000009307 +CDS chr1 114737988 114738072 ENST00000534389 protein_coding 2 4 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000339438 protein_coding 10 1 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689989 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689217 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000688211 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000438362 protein_coding 7 1 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000358528 protein_coding 9 1 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692719 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000610726 protein_coding 5 5 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689732 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000693467 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686235 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000684913 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686025 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686781 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692672 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689885 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686667 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000691032 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692044 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000690207 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000261443 protein_coding 9 1 2 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000369530 protein_coding 5 1 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000534699 protein_coding 5 2 2 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000534389 protein_coding 2 4 2 CSDE1 ENSG00000009307 +transcript chr1 114739753 114758676 ENST00000525878 protein_coding 5 4 NA CSDE1 ENSG00000009307 +CDS chr1 114739753 114739890 ENST00000525878 protein_coding 5 4 3 CSDE1 ENSG00000009307 +transcript chr1 114739870 114757987 ENST00000525970 protein_coding 5 4 NA CSDE1 ENSG00000009307 +CDS chr1 114739870 114739890 ENST00000525970 protein_coding 5 4 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000688211 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000610726 protein_coding 5 5 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000692672 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000369530 protein_coding 5 1 3 CSDE1 ENSG00000009307 +transcript chr1 114769479 114780685 ENST00000060969 protein_coding 6 1 NA SIKE1 ENSG00000052723 +transcript chr1 114769479 114780685 ENST00000369528 protein_coding 9 1 NA SIKE1 ENSG00000052723 +CDS chr1 114774274 114774372 ENST00000060969 protein_coding 6 1 5 SIKE1 ENSG00000052723 +CDS chr1 114774274 114774372 ENST00000369528 protein_coding 9 1 5 SIKE1 ENSG00000052723 +CDS chr1 114776346 114776459 ENST00000060969 protein_coding 6 1 4 SIKE1 ENSG00000052723 +CDS chr1 114776346 114776459 ENST00000369528 protein_coding 9 1 4 SIKE1 ENSG00000052723 +CDS chr1 114779142 114779284 ENST00000060969 protein_coding 6 1 3 SIKE1 ENSG00000052723 +CDS chr1 114779142 114779284 ENST00000369528 protein_coding 9 1 3 SIKE1 ENSG00000052723 +CDS chr1 114780110 114780215 ENST00000060969 protein_coding 6 1 2 SIKE1 ENSG00000052723 +CDS chr1 114780110 114780215 ENST00000369528 protein_coding 9 1 2 SIKE1 ENSG00000052723 +CDS chr1 114780437 114780607 ENST00000369528 protein_coding 9 1 1 SIKE1 ENSG00000052723 +CDS chr1 114780449 114780607 ENST00000060969 protein_coding 6 1 1 SIKE1 ENSG00000052723 +transcript chr1 114854863 114995370 ENST00000369522 protein_coding 8 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114977610 ENST00000455987 protein_coding 5 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114995019 ENST00000618516 protein_coding 4 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114995019 ENST00000613524 protein_coding 4 1 NA SYCP1 ENSG00000198765 +transcript chr1 114855133 114995367 ENST00000369518 protein_coding 1 5 NA SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000369522 protein_coding 8 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000455987 protein_coding 5 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000369518 protein_coding 1 5 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000618516 protein_coding 4 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000613524 protein_coding 4 1 2 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000369522 protein_coding 8 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000455987 protein_coding 5 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000369518 protein_coding 1 5 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000618516 protein_coding 4 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000613524 protein_coding 4 1 3 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000369522 protein_coding 8 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000455987 protein_coding 5 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000369518 protein_coding 1 5 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000618516 protein_coding 4 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000613524 protein_coding 4 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000369522 protein_coding 8 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000455987 protein_coding 5 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000369518 protein_coding 1 5 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000618516 protein_coding 4 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000613524 protein_coding 4 1 5 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000369522 protein_coding 8 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000455987 protein_coding 5 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000369518 protein_coding 1 5 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000618516 protein_coding 4 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000613524 protein_coding 4 1 6 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000369522 protein_coding 8 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000455987 protein_coding 5 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000369518 protein_coding 1 5 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000618516 protein_coding 4 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000613524 protein_coding 4 1 7 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000369522 protein_coding 8 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000455987 protein_coding 5 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000369518 protein_coding 1 5 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000618516 protein_coding 4 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000613524 protein_coding 4 1 8 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000369522 protein_coding 8 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000455987 protein_coding 5 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000369518 protein_coding 1 5 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000618516 protein_coding 4 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000613524 protein_coding 4 1 9 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000369522 protein_coding 8 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000455987 protein_coding 5 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000369518 protein_coding 1 5 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000618516 protein_coding 4 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000613524 protein_coding 4 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000369522 protein_coding 8 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000455987 protein_coding 5 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000369518 protein_coding 1 5 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000618516 protein_coding 4 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000613524 protein_coding 4 1 11 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000369522 protein_coding 8 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000455987 protein_coding 5 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000369518 protein_coding 1 5 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000618516 protein_coding 4 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000613524 protein_coding 4 1 12 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000369522 protein_coding 8 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000455987 protein_coding 5 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000369518 protein_coding 1 5 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000618516 protein_coding 4 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000613524 protein_coding 4 1 13 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000369522 protein_coding 8 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000455987 protein_coding 5 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000369518 protein_coding 1 5 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000618516 protein_coding 4 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000613524 protein_coding 4 1 14 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000369522 protein_coding 8 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000455987 protein_coding 5 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000369518 protein_coding 1 5 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000618516 protein_coding 4 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000613524 protein_coding 4 1 15 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000369522 protein_coding 8 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000455987 protein_coding 5 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000369518 protein_coding 1 5 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000618516 protein_coding 4 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000613524 protein_coding 4 1 16 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000369522 protein_coding 8 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000455987 protein_coding 5 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000369518 protein_coding 1 5 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000618516 protein_coding 4 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000613524 protein_coding 4 1 17 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000369522 protein_coding 8 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000455987 protein_coding 5 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000369518 protein_coding 1 5 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000618516 protein_coding 4 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000613524 protein_coding 4 1 18 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000369522 protein_coding 8 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000455987 protein_coding 5 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000369518 protein_coding 1 5 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000618516 protein_coding 4 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000613524 protein_coding 4 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000369522 protein_coding 8 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000455987 protein_coding 5 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000369518 protein_coding 1 5 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000618516 protein_coding 4 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000613524 protein_coding 4 1 20 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000369522 protein_coding 8 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000455987 protein_coding 5 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000369518 protein_coding 1 5 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000618516 protein_coding 4 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000613524 protein_coding 4 1 21 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000369522 protein_coding 8 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000455987 protein_coding 5 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000369518 protein_coding 1 5 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000618516 protein_coding 4 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000613524 protein_coding 4 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000369522 protein_coding 8 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000455987 protein_coding 5 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000369518 protein_coding 1 5 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000618516 protein_coding 4 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000613524 protein_coding 4 1 23 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000369522 protein_coding 8 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000455987 protein_coding 5 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000369518 protein_coding 1 5 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000618516 protein_coding 4 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000613524 protein_coding 4 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000369522 protein_coding 8 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000455987 protein_coding 5 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000369518 protein_coding 1 5 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000618516 protein_coding 4 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000613524 protein_coding 4 1 25 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000369522 protein_coding 8 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000455987 protein_coding 5 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000369518 protein_coding 1 5 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000618516 protein_coding 4 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000613524 protein_coding 4 1 26 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000369522 protein_coding 8 1 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000455987 protein_coding 5 1 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000369518 protein_coding 1 5 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000618516 protein_coding 4 1 27 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000369522 protein_coding 8 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977610 ENST00000455987 protein_coding 5 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000369518 protein_coding 1 5 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000618516 protein_coding 4 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000613524 protein_coding 4 1 27 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000369522 protein_coding 8 1 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000369518 protein_coding 1 5 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000618516 protein_coding 4 1 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000613524 protein_coding 4 1 28 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000369522 protein_coding 8 1 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000369518 protein_coding 1 5 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000618516 protein_coding 4 1 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000613524 protein_coding 4 1 29 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000369522 protein_coding 8 1 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000369518 protein_coding 1 5 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000618516 protein_coding 4 1 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000613524 protein_coding 4 1 30 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000369522 protein_coding 8 1 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000369518 protein_coding 1 5 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000618516 protein_coding 4 1 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000613524 protein_coding 4 1 31 SYCP1 ENSG00000198765 +transcript chr1 115029826 115034302 ENST00000256592 protein_coding 3 5 NA TSHB ENSG00000134200 +CDS chr1 115033363 115033524 ENST00000256592 protein_coding 3 5 2 TSHB ENSG00000134200 +CDS chr1 115033973 115034224 ENST00000256592 protein_coding 3 5 3 TSHB ENSG00000134200 +transcript chr1 115048011 115089503 ENST00000369516 protein_coding 7 1 NA TSPAN2 ENSG00000134198 +transcript chr1 115050356 115089500 ENST00000369515 protein_coding 6 3 NA TSPAN2 ENSG00000134198 +transcript chr1 115050383 115089414 ENST00000433172 protein_coding 3 1 NA TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000369516 protein_coding 7 1 8 TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000369515 protein_coding 6 3 7 TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000433172 protein_coding 3 1 7 TSPAN2 ENSG00000134198 +CDS chr1 115053379 115053462 ENST00000369516 protein_coding 7 1 7 TSPAN2 ENSG00000134198 +CDS chr1 115053379 115053462 ENST00000369515 protein_coding 6 3 6 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000369516 protein_coding 7 1 6 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000369515 protein_coding 6 3 5 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000433172 protein_coding 3 1 6 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000369516 protein_coding 7 1 5 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000369515 protein_coding 6 3 4 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000433172 protein_coding 3 1 5 TSPAN2 ENSG00000134198 +CDS chr1 115060464 115060538 ENST00000369516 protein_coding 7 1 4 TSPAN2 ENSG00000134198 +CDS chr1 115060464 115060538 ENST00000433172 protein_coding 3 1 4 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000369516 protein_coding 7 1 3 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000369515 protein_coding 6 3 3 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000433172 protein_coding 3 1 3 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000369516 protein_coding 7 1 2 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000369515 protein_coding 6 3 2 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000433172 protein_coding 3 1 2 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089432 ENST00000369516 protein_coding 7 1 1 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089432 ENST00000369515 protein_coding 6 3 1 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089414 ENST00000433172 protein_coding 3 1 1 TSPAN2 ENSG00000134198 +transcript chr1 115285904 115338256 ENST00000676038 protein_coding 2 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000369512 protein_coding 3 1 NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000680116 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000681124 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338253 ENST00000675637 protein_coding 2 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338770 ENST00000679806 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115286025 115289021 ENST00000680540 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115286025 115338459 ENST00000680752 protein_coding 1 NA NA NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000676038 protein_coding 2 NA 4 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000369512 protein_coding 3 1 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680116 protein_coding 1 NA 4 NGF ENSG00000134259 +CDS chr1 115286073 115286324 ENST00000681124 protein_coding 1 NA 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000675637 protein_coding 2 NA 2 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000679806 protein_coding 1 NA 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680540 protein_coding 1 NA 1 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680752 protein_coding 1 NA 3 NGF ENSG00000134259 +transcript chr1 115641970 115698221 ENST00000355485 protein_coding 7 1 NA VANGL1 ENSG00000173218 +transcript chr1 115641991 115698224 ENST00000369510 protein_coding 8 1 NA VANGL1 ENSG00000173218 +transcript chr1 115642629 115691854 ENST00000310260 protein_coding 7 1 NA VANGL1 ENSG00000173218 +transcript chr1 115651402 115691854 ENST00000369509 protein_coding 1 1 NA VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000369510 protein_coding 8 1 2 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000310260 protein_coding 7 1 2 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000369509 protein_coding 1 1 1 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000355485 protein_coding 7 1 2 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659767 ENST00000369510 protein_coding 8 1 3 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000310260 protein_coding 7 1 3 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000369509 protein_coding 1 1 2 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000355485 protein_coding 7 1 3 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000369510 protein_coding 8 1 4 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000310260 protein_coding 7 1 4 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000369509 protein_coding 1 1 3 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000355485 protein_coding 7 1 4 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000369510 protein_coding 8 1 5 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000310260 protein_coding 7 1 5 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000369509 protein_coding 1 1 4 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000355485 protein_coding 7 1 5 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000369510 protein_coding 8 1 6 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000310260 protein_coding 7 1 6 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000369509 protein_coding 1 1 5 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000355485 protein_coding 7 1 6 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000369510 protein_coding 8 1 7 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000310260 protein_coding 7 1 7 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000369509 protein_coding 1 1 6 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000355485 protein_coding 7 1 7 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000369510 protein_coding 8 1 8 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000310260 protein_coding 7 1 8 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000369509 protein_coding 1 1 7 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000355485 protein_coding 7 1 8 VANGL1 ENSG00000173218 +transcript chr1 115700021 115768714 ENST00000261448 protein_coding 6 1 NA CASQ2 ENSG00000118729 +CDS chr1 115701244 115701426 ENST00000261448 protein_coding 6 1 11 CASQ2 ENSG00000118729 +CDS chr1 115702921 115702995 ENST00000261448 protein_coding 6 1 10 CASQ2 ENSG00000118729 +CDS chr1 115705192 115705292 ENST00000261448 protein_coding 6 1 9 CASQ2 ENSG00000118729 +CDS chr1 115717840 115717894 ENST00000261448 protein_coding 6 1 8 CASQ2 ENSG00000118729 +CDS chr1 115725508 115725553 ENST00000261448 protein_coding 6 1 7 CASQ2 ENSG00000118729 +CDS chr1 115726992 115727122 ENST00000261448 protein_coding 6 1 6 CASQ2 ENSG00000118729 +CDS chr1 115732901 115732974 ENST00000261448 protein_coding 6 1 5 CASQ2 ENSG00000118729 +CDS chr1 115738224 115738335 ENST00000261448 protein_coding 6 1 4 CASQ2 ENSG00000118729 +CDS chr1 115740728 115740828 ENST00000261448 protein_coding 6 1 3 CASQ2 ENSG00000118729 +CDS chr1 115744828 115744912 ENST00000261448 protein_coding 6 1 2 CASQ2 ENSG00000118729 +CDS chr1 115768308 115768541 ENST00000261448 protein_coding 6 1 1 CASQ2 ENSG00000118729 +transcript chr1 115836377 115841126 ENST00000320238 protein_coding 3 1 NA NHLH2 ENSG00000177551 +transcript chr1 115836692 115843917 ENST00000369506 protein_coding 1 NA NA NHLH2 ENSG00000177551 +CDS chr1 115837968 115838372 ENST00000320238 protein_coding 3 1 3 NHLH2 ENSG00000177551 +CDS chr1 115837968 115838372 ENST00000369506 protein_coding 1 NA 1 NHLH2 ENSG00000177551 +transcript chr1 115838052 115840741 ENST00000429731 protein_coding 1 1 NA NHLH2 ENSG00000177551 +CDS chr1 115838052 115838372 ENST00000429731 protein_coding 1 1 2 NHLH2 ENSG00000177551 +transcript chr1 115976513 116070054 ENST00000369503 protein_coding 9 1 NA SLC22A15 ENSG00000163393 +transcript chr1 115976614 116031890 ENST00000369502 protein_coding 1 2 NA SLC22A15 ENSG00000163393 +CDS chr1 115976628 115976714 ENST00000369503 protein_coding 9 1 1 SLC22A15 ENSG00000163393 +CDS chr1 115976628 115976714 ENST00000369502 protein_coding 1 2 1 SLC22A15 ENSG00000163393 +CDS chr1 115992031 115992243 ENST00000369503 protein_coding 9 1 2 SLC22A15 ENSG00000163393 +CDS chr1 115992031 115992243 ENST00000369502 protein_coding 1 2 2 SLC22A15 ENSG00000163393 +CDS chr1 116019582 116019714 ENST00000369503 protein_coding 9 1 3 SLC22A15 ENSG00000163393 +CDS chr1 116019582 116019714 ENST00000369502 protein_coding 1 2 3 SLC22A15 ENSG00000163393 +CDS chr1 116020721 116020885 ENST00000369503 protein_coding 9 1 4 SLC22A15 ENSG00000163393 +CDS chr1 116020721 116020885 ENST00000369502 protein_coding 1 2 4 SLC22A15 ENSG00000163393 +CDS chr1 116026893 116027022 ENST00000369503 protein_coding 9 1 5 SLC22A15 ENSG00000163393 +CDS chr1 116026893 116027022 ENST00000369502 protein_coding 1 2 5 SLC22A15 ENSG00000163393 +CDS chr1 116031366 116031581 ENST00000369503 protein_coding 9 1 6 SLC22A15 ENSG00000163393 +CDS chr1 116031403 116031409 ENST00000369502 protein_coding 1 2 6 SLC22A15 ENSG00000163393 +CDS chr1 116035187 116035327 ENST00000369503 protein_coding 9 1 7 SLC22A15 ENSG00000163393 +CDS chr1 116037303 116037388 ENST00000369503 protein_coding 9 1 8 SLC22A15 ENSG00000163393 +CDS chr1 116062762 116062882 ENST00000369503 protein_coding 9 1 9 SLC22A15 ENSG00000163393 +CDS chr1 116064436 116064508 ENST00000369503 protein_coding 9 1 10 SLC22A15 ENSG00000163393 +CDS chr1 116066520 116066708 ENST00000369503 protein_coding 9 1 11 SLC22A15 ENSG00000163393 +CDS chr1 116067019 116067105 ENST00000369503 protein_coding 9 1 12 SLC22A15 ENSG00000163393 +transcript chr1 116111399 116138149 ENST00000684484 protein_coding 1 NA NA MAB21L3 ENSG00000173212 +transcript chr1 116111399 116138149 ENST00000369500 protein_coding 4 2 NA MAB21L3 ENSG00000173212 +transcript chr1 116111854 116138149 ENST00000683341 protein_coding 1 NA NA MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000684484 protein_coding 1 NA 2 MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000369500 protein_coding 4 2 3 MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000683341 protein_coding 1 NA 2 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000684484 protein_coding 1 NA 3 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000369500 protein_coding 4 2 4 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000683341 protein_coding 1 NA 3 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000684484 protein_coding 1 NA 4 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000369500 protein_coding 4 2 5 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000683341 protein_coding 1 NA 4 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000684484 protein_coding 1 NA 5 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000369500 protein_coding 4 2 6 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000683341 protein_coding 1 NA 5 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000684484 protein_coding 1 NA 6 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000369500 protein_coding 4 2 7 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000683341 protein_coding 1 NA 6 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000684484 protein_coding 1 NA 7 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000369500 protein_coding 4 2 8 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000683341 protein_coding 1 NA 7 MAB21L3 ENSG00000173212 +transcript chr1 116372668 116388155 ENST00000418797 protein_coding 5 3 NA ATP1A1 ENSG00000163399 +transcript chr1 116373244 116404774 ENST00000295598 protein_coding 10 1 NA ATP1A1 ENSG00000163399 +CDS chr1 116373512 116373523 ENST00000295598 protein_coding 10 1 1 ATP1A1 ENSG00000163399 +transcript chr1 116373867 116404772 ENST00000537345 protein_coding 5 2 NA ATP1A1 ENSG00000163399 +CDS chr1 116374230 116374241 ENST00000537345 protein_coding 5 2 1 ATP1A1 ENSG00000163399 +transcript chr1 116382411 116388663 ENST00000369494 protein_coding 5 3 NA ATP1A1 ENSG00000163399 +transcript chr1 116383370 116404772 ENST00000369496 protein_coding 8 2 NA ATP1A1 ENSG00000163399 +CDS chr1 116384014 116384124 ENST00000295598 protein_coding 10 1 2 ATP1A1 ENSG00000163399 +CDS chr1 116384014 116384124 ENST00000537345 protein_coding 5 2 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000418797 protein_coding 5 3 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000369494 protein_coding 5 3 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000369496 protein_coding 8 2 2 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000418797 protein_coding 5 3 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000295598 protein_coding 10 1 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000537345 protein_coding 5 2 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000369494 protein_coding 5 3 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000369496 protein_coding 8 2 3 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000418797 protein_coding 5 3 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000295598 protein_coding 10 1 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000537345 protein_coding 5 2 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000369494 protein_coding 5 3 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000369496 protein_coding 8 2 4 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388155 ENST00000418797 protein_coding 5 3 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000295598 protein_coding 10 1 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000537345 protein_coding 5 2 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000369494 protein_coding 5 3 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000369496 protein_coding 8 2 5 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000295598 protein_coding 10 1 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000537345 protein_coding 5 2 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388663 ENST00000369494 protein_coding 5 3 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000369496 protein_coding 8 2 6 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000295598 protein_coding 10 1 7 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000537345 protein_coding 5 2 7 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000369496 protein_coding 8 2 7 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000295598 protein_coding 10 1 8 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000537345 protein_coding 5 2 8 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000369496 protein_coding 8 2 8 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000295598 protein_coding 10 1 9 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000537345 protein_coding 5 2 9 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000369496 protein_coding 8 2 9 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000295598 protein_coding 10 1 10 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000537345 protein_coding 5 2 10 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000369496 protein_coding 8 2 10 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000295598 protein_coding 10 1 11 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000537345 protein_coding 5 2 11 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000369496 protein_coding 8 2 11 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000295598 protein_coding 10 1 12 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000537345 protein_coding 5 2 12 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000369496 protein_coding 8 2 12 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000295598 protein_coding 10 1 13 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000537345 protein_coding 5 2 13 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000369496 protein_coding 8 2 13 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000295598 protein_coding 10 1 14 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000537345 protein_coding 5 2 14 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000369496 protein_coding 8 2 14 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000295598 protein_coding 10 1 15 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000537345 protein_coding 5 2 15 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000369496 protein_coding 8 2 15 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000295598 protein_coding 10 1 16 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000537345 protein_coding 5 2 16 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000369496 protein_coding 8 2 16 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000295598 protein_coding 10 1 17 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000537345 protein_coding 5 2 17 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000369496 protein_coding 8 2 17 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000295598 protein_coding 10 1 18 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000537345 protein_coding 5 2 18 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000369496 protein_coding 8 2 18 ATP1A1 ENSG00000163399 +transcript chr1 116399471 116410261 ENST00000440951 protein_coding 1 5 NA ATP1A1 ENSG00000163399 +CDS chr1 116399471 116399543 ENST00000440951 protein_coding 1 5 1 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000295598 protein_coding 10 1 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000537345 protein_coding 5 2 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000369496 protein_coding 8 2 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000440951 protein_coding 1 5 2 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000295598 protein_coding 10 1 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000537345 protein_coding 5 2 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000369496 protein_coding 8 2 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000440951 protein_coding 1 5 3 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000295598 protein_coding 10 1 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000537345 protein_coding 5 2 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000369496 protein_coding 8 2 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000440951 protein_coding 1 5 4 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000295598 protein_coding 10 1 22 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000537345 protein_coding 5 2 22 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000369496 protein_coding 8 2 22 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000295598 protein_coding 10 1 23 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000537345 protein_coding 5 2 23 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000369496 protein_coding 8 2 23 ATP1A1 ENSG00000163399 +CDS chr1 116410135 116410153 ENST00000440951 protein_coding 1 5 5 ATP1A1 ENSG00000163399 +transcript chr1 116514534 116571026 ENST00000369489 protein_coding 10 1 NA CD58 ENSG00000116815 +CDS chr1 116514816 116514822 ENST00000369489 protein_coding 10 1 6 CD58 ENSG00000116815 +transcript chr1 116518700 116571026 ENST00000457047 protein_coding 6 1 NA CD58 ENSG00000116815 +CDS chr1 116519230 116519267 ENST00000457047 protein_coding 6 1 5 CD58 ENSG00000116815 +CDS chr1 116519231 116519267 ENST00000369489 protein_coding 10 1 5 CD58 ENSG00000116815 +transcript chr1 116519231 116544590 ENST00000526981 protein_coding 1 1 NA CD58 ENSG00000116815 +CDS chr1 116519231 116519267 ENST00000526981 protein_coding 1 1 3 CD58 ENSG00000116815 +transcript chr1 116521787 116571039 ENST00000369487 protein_coding 3 1 NA CD58 ENSG00000116815 +CDS chr1 116521892 116521983 ENST00000369487 protein_coding 3 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000369489 protein_coding 10 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000457047 protein_coding 6 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000526981 protein_coding 1 1 2 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000369489 protein_coding 10 1 3 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000457047 protein_coding 6 1 3 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000369487 protein_coding 3 1 3 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000369489 protein_coding 10 1 2 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000457047 protein_coding 6 1 2 CD58 ENSG00000116815 +CDS chr1 116544311 116544590 ENST00000526981 protein_coding 1 1 1 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000369487 protein_coding 3 1 2 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000369489 protein_coding 10 1 1 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000457047 protein_coding 6 1 1 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000369487 protein_coding 3 1 1 CD58 ENSG00000116815 +transcript chr1 116574399 116667755 ENST00000369483 protein_coding 5 5 NA IGSF3 ENSG00000143061 +transcript chr1 116574408 116667733 ENST00000369486 protein_coding 8 1 NA IGSF3 ENSG00000143061 +transcript chr1 116577220 116666431 ENST00000318837 protein_coding 6 2 NA IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000369486 protein_coding 8 1 11 IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000318837 protein_coding 6 2 11 IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000369483 protein_coding 5 5 12 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000369486 protein_coding 8 1 10 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000318837 protein_coding 6 2 10 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000369483 protein_coding 5 5 11 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000369486 protein_coding 8 1 9 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000318837 protein_coding 6 2 9 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000369483 protein_coding 5 5 10 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000369486 protein_coding 8 1 8 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000318837 protein_coding 6 2 8 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000369483 protein_coding 5 5 9 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000369486 protein_coding 8 1 7 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000318837 protein_coding 6 2 7 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000369483 protein_coding 5 5 8 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000369486 protein_coding 8 1 6 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000318837 protein_coding 6 2 6 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000369483 protein_coding 5 5 7 IGSF3 ENSG00000143061 +CDS chr1 116606492 116606551 ENST00000318837 protein_coding 6 2 5 IGSF3 ENSG00000143061 +CDS chr1 116606492 116606551 ENST00000369483 protein_coding 5 5 6 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000369486 protein_coding 8 1 5 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000318837 protein_coding 6 2 4 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000369483 protein_coding 5 5 5 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000369486 protein_coding 8 1 4 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000318837 protein_coding 6 2 3 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000369483 protein_coding 5 5 4 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000369486 protein_coding 8 1 3 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000318837 protein_coding 6 2 2 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000369483 protein_coding 5 5 3 IGSF3 ENSG00000143061 +transcript chr1 116616264 116646945 ENST00000481589 protein_coding 1 5 NA IGSF3 ENSG00000143061 +CDS chr1 116616264 116616278 ENST00000481589 protein_coding 1 5 2 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000369486 protein_coding 8 1 2 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000318837 protein_coding 6 2 1 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000369483 protein_coding 5 5 2 IGSF3 ENSG00000143061 +transcript chr1 116754430 116769229 ENST00000369478 protein_coding 4 1 NA CD2 ENSG00000116824 +transcript chr1 116754467 116755021 ENST00000369477 protein_coding 1 2 NA CD2 ENSG00000116824 +CDS chr1 116754493 116754553 ENST00000369478 protein_coding 4 1 1 CD2 ENSG00000116824 +CDS chr1 116754493 116754553 ENST00000369477 protein_coding 1 2 1 CD2 ENSG00000116824 +CDS chr1 116754631 116754951 ENST00000369478 protein_coding 4 1 2 CD2 ENSG00000116824 +CDS chr1 116754631 116754968 ENST00000369477 protein_coding 1 2 2 CD2 ENSG00000116824 +CDS chr1 116760402 116760632 ENST00000369478 protein_coding 4 1 3 CD2 ENSG00000116824 +CDS chr1 116764484 116764606 ENST00000369478 protein_coding 4 1 4 CD2 ENSG00000116824 +CDS chr1 116768464 116768780 ENST00000369478 protein_coding 4 1 5 CD2 ENSG00000116824 +transcript chr1 116909916 116990353 ENST00000393203 protein_coding 3 1 NA PTGFRN ENSG00000134247 +CDS chr1 116910204 116910252 ENST00000393203 protein_coding 3 1 1 PTGFRN ENSG00000134247 +CDS chr1 116941715 116942083 ENST00000393203 protein_coding 3 1 2 PTGFRN ENSG00000134247 +CDS chr1 116944679 116945092 ENST00000393203 protein_coding 3 1 3 PTGFRN ENSG00000134247 +CDS chr1 116949192 116949572 ENST00000393203 protein_coding 3 1 4 PTGFRN ENSG00000134247 +CDS chr1 116961243 116961668 ENST00000393203 protein_coding 3 1 5 PTGFRN ENSG00000134247 +CDS chr1 116966911 116967330 ENST00000393203 protein_coding 3 1 6 PTGFRN ENSG00000134247 +CDS chr1 116974216 116974323 ENST00000393203 protein_coding 3 1 7 PTGFRN ENSG00000134247 +CDS chr1 116984680 116984985 ENST00000393203 protein_coding 3 1 8 PTGFRN ENSG00000134247 +CDS chr1 116986801 116986964 ENST00000393203 protein_coding 3 1 9 PTGFRN ENSG00000134247 +transcript chr1 117001750 117034250 ENST00000256652 protein_coding 8 2 NA CD101 ENSG00000134256 +transcript chr1 117001760 117036552 ENST00000682167 protein_coding 1 NA NA CD101 ENSG00000134256 +transcript chr1 117001812 117036417 ENST00000369470 protein_coding 1 1 NA CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000369470 protein_coding 1 1 1 CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000256652 protein_coding 8 2 1 CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000682167 protein_coding 1 NA 1 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000369470 protein_coding 1 1 2 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000256652 protein_coding 8 2 2 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000682167 protein_coding 1 NA 2 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000369470 protein_coding 1 1 3 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000256652 protein_coding 8 2 3 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000682167 protein_coding 1 NA 3 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000369470 protein_coding 1 1 4 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000256652 protein_coding 8 2 4 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000682167 protein_coding 1 NA 4 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000369470 protein_coding 1 1 5 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000256652 protein_coding 8 2 5 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000682167 protein_coding 1 NA 5 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000369470 protein_coding 1 1 6 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000256652 protein_coding 8 2 6 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000682167 protein_coding 1 NA 6 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000369470 protein_coding 1 1 7 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000256652 protein_coding 8 2 7 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000682167 protein_coding 1 NA 7 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000369470 protein_coding 1 1 8 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000256652 protein_coding 8 2 8 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000682167 protein_coding 1 NA 8 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000369470 protein_coding 1 1 9 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000256652 protein_coding 8 2 9 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000682167 protein_coding 1 NA 9 CD101 ENSG00000134256 +transcript chr1 117060326 117107453 ENST00000369466 protein_coding 9 1 NA TTF2 ENSG00000116830 +CDS chr1 117060347 117060374 ENST00000369466 protein_coding 9 1 1 TTF2 ENSG00000116830 +CDS chr1 117060455 117060557 ENST00000369466 protein_coding 9 1 2 TTF2 ENSG00000116830 +CDS chr1 117062387 117062473 ENST00000369466 protein_coding 9 1 3 TTF2 ENSG00000116830 +CDS chr1 117073661 117073727 ENST00000369466 protein_coding 9 1 4 TTF2 ENSG00000116830 +CDS chr1 117074870 117075859 ENST00000369466 protein_coding 9 1 5 TTF2 ENSG00000116830 +CDS chr1 117076180 117076294 ENST00000369466 protein_coding 9 1 6 TTF2 ENSG00000116830 +CDS chr1 117076641 117076823 ENST00000369466 protein_coding 9 1 7 TTF2 ENSG00000116830 +CDS chr1 117077916 117078043 ENST00000369466 protein_coding 9 1 8 TTF2 ENSG00000116830 +CDS chr1 117079568 117079649 ENST00000369466 protein_coding 9 1 9 TTF2 ENSG00000116830 +CDS chr1 117081828 117081947 ENST00000369466 protein_coding 9 1 10 TTF2 ENSG00000116830 +CDS chr1 117084018 117084168 ENST00000369466 protein_coding 9 1 11 TTF2 ENSG00000116830 +CDS chr1 117086417 117086522 ENST00000369466 protein_coding 9 1 12 TTF2 ENSG00000116830 +CDS chr1 117088801 117088982 ENST00000369466 protein_coding 9 1 13 TTF2 ENSG00000116830 +CDS chr1 117090055 117090208 ENST00000369466 protein_coding 9 1 14 TTF2 ENSG00000116830 +CDS chr1 117090532 117090623 ENST00000369466 protein_coding 9 1 15 TTF2 ENSG00000116830 +CDS chr1 117091328 117091410 ENST00000369466 protein_coding 9 1 16 TTF2 ENSG00000116830 +CDS chr1 117091817 117091950 ENST00000369466 protein_coding 9 1 17 TTF2 ENSG00000116830 +CDS chr1 117092731 117092901 ENST00000369466 protein_coding 9 1 18 TTF2 ENSG00000116830 +CDS chr1 117095309 117095367 ENST00000369466 protein_coding 9 1 19 TTF2 ENSG00000116830 +CDS chr1 117096149 117096299 ENST00000369466 protein_coding 9 1 20 TTF2 ENSG00000116830 +transcript chr1 117096171 117102362 ENST00000427271 protein_coding 1 3 NA TTF2 ENSG00000116830 +CDS chr1 117096171 117096299 ENST00000427271 protein_coding 1 3 1 TTF2 ENSG00000116830 +CDS chr1 117097351 117097433 ENST00000369466 protein_coding 9 1 21 TTF2 ENSG00000116830 +CDS chr1 117097351 117097433 ENST00000427271 protein_coding 1 3 2 TTF2 ENSG00000116830 +CDS chr1 117098833 117098907 ENST00000369466 protein_coding 9 1 22 TTF2 ENSG00000116830 +CDS chr1 117098833 117098907 ENST00000427271 protein_coding 1 3 3 TTF2 ENSG00000116830 +CDS chr1 117101380 117101521 ENST00000369466 protein_coding 9 1 23 TTF2 ENSG00000116830 +CDS chr1 117101380 117101521 ENST00000427271 protein_coding 1 3 4 TTF2 ENSG00000116830 +transcript chr1 117111060 117121749 ENST00000256649 protein_coding 9 1 NA TRIM45 ENSG00000134253 +transcript chr1 117111060 117121762 ENST00000369464 protein_coding 7 1 NA TRIM45 ENSG00000134253 +transcript chr1 117112185 117122587 ENST00000369461 protein_coding 3 5 NA TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000256649 protein_coding 9 1 6 TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000369464 protein_coding 7 1 6 TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000369461 protein_coding 3 5 7 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000256649 protein_coding 9 1 5 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000369464 protein_coding 7 1 5 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000369461 protein_coding 3 5 6 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000256649 protein_coding 9 1 4 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000369464 protein_coding 7 1 4 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000369461 protein_coding 3 5 5 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000256649 protein_coding 9 1 3 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000369464 protein_coding 7 1 3 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000369461 protein_coding 3 5 4 TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000256649 protein_coding 9 1 2 TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000369461 protein_coding 3 5 3 TRIM45 ENSG00000134253 +transcript chr1 117118034 117121792 ENST00000485032 protein_coding 1 2 NA TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000485032 protein_coding 1 2 3 TRIM45 ENSG00000134253 +CDS chr1 117118088 117118767 ENST00000369464 protein_coding 7 1 2 TRIM45 ENSG00000134253 +CDS chr1 117120714 117121201 ENST00000256649 protein_coding 9 1 1 TRIM45 ENSG00000134253 +CDS chr1 117120714 117121201 ENST00000369464 protein_coding 7 1 1 TRIM45 ENSG00000134253 +CDS chr1 117120714 117120964 ENST00000369461 protein_coding 3 5 2 TRIM45 ENSG00000134253 +CDS chr1 117120714 117120889 ENST00000485032 protein_coding 1 2 2 TRIM45 ENSG00000134253 +CDS chr1 117121799 117121864 ENST00000369461 protein_coding 3 5 1 TRIM45 ENSG00000134253 +transcript chr1 117143587 117173266 ENST00000359008 protein_coding 8 5 NA VTCN1 ENSG00000134258 +transcript chr1 117143587 117210927 ENST00000369458 protein_coding 8 1 NA VTCN1 ENSG00000134258 +transcript chr1 117143588 117203836 ENST00000539893 protein_coding 5 2 NA VTCN1 ENSG00000134258 +transcript chr1 117143588 117210960 ENST00000328189 protein_coding 7 5 NA VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000359008 protein_coding 8 5 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000369458 protein_coding 8 1 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000539893 protein_coding 5 2 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000328189 protein_coding 7 5 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000359008 protein_coding 8 5 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000369458 protein_coding 8 1 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000539893 protein_coding 5 2 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000328189 protein_coding 7 5 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156921 ENST00000359008 protein_coding 8 5 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156921 ENST00000369458 protein_coding 8 1 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156733 ENST00000539893 protein_coding 5 2 3 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000359008 protein_coding 8 5 2 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000369458 protein_coding 8 1 2 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000328189 protein_coding 7 5 2 VTCN1 ENSG00000134258 +CDS chr1 117173187 117173227 ENST00000359008 protein_coding 8 5 1 VTCN1 ENSG00000134258 +CDS chr1 117210824 117210855 ENST00000369458 protein_coding 8 1 1 VTCN1 ENSG00000134258 +CDS chr1 117210824 117210855 ENST00000328189 protein_coding 7 5 1 VTCN1 ENSG00000134258 +transcript chr1 117367449 117528872 ENST00000356554 protein_coding 7 1 NA MAN1A2 ENSG00000198162 +CDS chr1 117368184 117368485 ENST00000356554 protein_coding 7 1 1 MAN1A2 ENSG00000198162 +CDS chr1 117402186 117402441 ENST00000356554 protein_coding 7 1 2 MAN1A2 ENSG00000198162 +CDS chr1 117405549 117405645 ENST00000356554 protein_coding 7 1 3 MAN1A2 ENSG00000198162 +CDS chr1 117414713 117414831 ENST00000356554 protein_coding 7 1 4 MAN1A2 ENSG00000198162 +CDS chr1 117420569 117420649 ENST00000356554 protein_coding 7 1 5 MAN1A2 ENSG00000198162 +transcript chr1 117420597 117515939 ENST00000449370 protein_coding 6 2 NA MAN1A2 ENSG00000198162 +CDS chr1 117420597 117420649 ENST00000449370 protein_coding 6 2 1 MAN1A2 ENSG00000198162 +CDS chr1 117442231 117442325 ENST00000356554 protein_coding 7 1 6 MAN1A2 ENSG00000198162 +CDS chr1 117442231 117442325 ENST00000449370 protein_coding 6 2 2 MAN1A2 ENSG00000198162 +CDS chr1 117460489 117460612 ENST00000356554 protein_coding 7 1 7 MAN1A2 ENSG00000198162 +CDS chr1 117460489 117460612 ENST00000449370 protein_coding 6 2 3 MAN1A2 ENSG00000198162 +CDS chr1 117466334 117466427 ENST00000356554 protein_coding 7 1 8 MAN1A2 ENSG00000198162 +CDS chr1 117466334 117466427 ENST00000449370 protein_coding 6 2 4 MAN1A2 ENSG00000198162 +CDS chr1 117493147 117493262 ENST00000356554 protein_coding 7 1 9 MAN1A2 ENSG00000198162 +CDS chr1 117493147 117493262 ENST00000449370 protein_coding 6 2 5 MAN1A2 ENSG00000198162 +CDS chr1 117496763 117496982 ENST00000356554 protein_coding 7 1 10 MAN1A2 ENSG00000198162 +CDS chr1 117496763 117496982 ENST00000449370 protein_coding 6 2 6 MAN1A2 ENSG00000198162 +transcript chr1 117496780 117523322 ENST00000421535 protein_coding 5 3 NA MAN1A2 ENSG00000198162 +CDS chr1 117496780 117496982 ENST00000421535 protein_coding 5 3 1 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000356554 protein_coding 7 1 11 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000449370 protein_coding 6 2 7 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000421535 protein_coding 5 3 2 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000356554 protein_coding 7 1 12 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000449370 protein_coding 6 2 8 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000421535 protein_coding 5 3 3 MAN1A2 ENSG00000198162 +transcript chr1 117502861 117525352 ENST00000422329 protein_coding 1 2 NA MAN1A2 ENSG00000198162 +CDS chr1 117502861 117502970 ENST00000422329 protein_coding 1 2 1 MAN1A2 ENSG00000198162 +CDS chr1 117514849 117514849 ENST00000449370 protein_coding 6 2 9 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522954 ENST00000356554 protein_coding 7 1 13 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522937 ENST00000421535 protein_coding 5 3 4 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522937 ENST00000422329 protein_coding 1 2 2 MAN1A2 ENSG00000198162 +CDS chr1 117523250 117523254 ENST00000421535 protein_coding 5 3 5 MAN1A2 ENSG00000198162 +CDS chr1 117525089 117525156 ENST00000422329 protein_coding 1 2 3 MAN1A2 ENSG00000198162 +transcript chr1 117606048 117628389 ENST00000369448 protein_coding 4 1 NA TENT5C ENSG00000183508 +CDS chr1 117622869 117624041 ENST00000369448 protein_coding 4 1 2 TENT5C ENSG00000183508 +transcript chr1 117863485 117929621 ENST00000369443 protein_coding 10 2 NA GDAP2 ENSG00000196505 +CDS chr1 117870572 117870616 ENST00000369443 protein_coding 10 2 14 GDAP2 ENSG00000196505 +transcript chr1 117877222 117929583 ENST00000369442 protein_coding 3 1 NA GDAP2 ENSG00000196505 +CDS chr1 117877967 117878152 ENST00000369442 protein_coding 3 1 13 GDAP2 ENSG00000196505 +CDS chr1 117878009 117878152 ENST00000369443 protein_coding 10 2 13 GDAP2 ENSG00000196505 +CDS chr1 117881823 117881877 ENST00000369443 protein_coding 10 2 12 GDAP2 ENSG00000196505 +CDS chr1 117881823 117881877 ENST00000369442 protein_coding 3 1 12 GDAP2 ENSG00000196505 +CDS chr1 117883488 117883627 ENST00000369443 protein_coding 10 2 11 GDAP2 ENSG00000196505 +CDS chr1 117883488 117883627 ENST00000369442 protein_coding 3 1 11 GDAP2 ENSG00000196505 +CDS chr1 117886577 117886653 ENST00000369443 protein_coding 10 2 10 GDAP2 ENSG00000196505 +CDS chr1 117886577 117886653 ENST00000369442 protein_coding 3 1 10 GDAP2 ENSG00000196505 +CDS chr1 117887698 117887774 ENST00000369443 protein_coding 10 2 9 GDAP2 ENSG00000196505 +CDS chr1 117887698 117887774 ENST00000369442 protein_coding 3 1 9 GDAP2 ENSG00000196505 +CDS chr1 117896833 117896989 ENST00000369443 protein_coding 10 2 8 GDAP2 ENSG00000196505 +CDS chr1 117896833 117896989 ENST00000369442 protein_coding 3 1 8 GDAP2 ENSG00000196505 +CDS chr1 117899057 117899216 ENST00000369443 protein_coding 10 2 7 GDAP2 ENSG00000196505 +CDS chr1 117899057 117899216 ENST00000369442 protein_coding 3 1 7 GDAP2 ENSG00000196505 +CDS chr1 117906506 117906582 ENST00000369443 protein_coding 10 2 6 GDAP2 ENSG00000196505 +CDS chr1 117906506 117906582 ENST00000369442 protein_coding 3 1 6 GDAP2 ENSG00000196505 +CDS chr1 117911994 117912082 ENST00000369443 protein_coding 10 2 5 GDAP2 ENSG00000196505 +CDS chr1 117911994 117912082 ENST00000369442 protein_coding 3 1 5 GDAP2 ENSG00000196505 +CDS chr1 117912530 117912683 ENST00000369443 protein_coding 10 2 4 GDAP2 ENSG00000196505 +CDS chr1 117912530 117912683 ENST00000369442 protein_coding 3 1 4 GDAP2 ENSG00000196505 +CDS chr1 117918597 117918736 ENST00000369443 protein_coding 10 2 3 GDAP2 ENSG00000196505 +CDS chr1 117918597 117918736 ENST00000369442 protein_coding 3 1 3 GDAP2 ENSG00000196505 +CDS chr1 117920182 117920357 ENST00000369443 protein_coding 10 2 2 GDAP2 ENSG00000196505 +CDS chr1 117920182 117920357 ENST00000369442 protein_coding 3 1 2 GDAP2 ENSG00000196505 +transcript chr1 117929720 117941788 ENST00000369441 protein_coding 7 1 NA WDR3 ENSG00000065183 +transcript chr1 117929739 117966543 ENST00000349139 protein_coding 6 1 NA WDR3 ENSG00000065183 +CDS chr1 117933320 117933490 ENST00000349139 protein_coding 6 1 2 WDR3 ENSG00000065183 +CDS chr1 117933320 117933389 ENST00000369441 protein_coding 7 1 2 WDR3 ENSG00000065183 +CDS chr1 117933630 117933679 ENST00000369441 protein_coding 7 1 3 WDR3 ENSG00000065183 +CDS chr1 117934473 117934682 ENST00000349139 protein_coding 6 1 3 WDR3 ENSG00000065183 +CDS chr1 117936769 117936887 ENST00000349139 protein_coding 6 1 4 WDR3 ENSG00000065183 +CDS chr1 117938480 117938558 ENST00000349139 protein_coding 6 1 5 WDR3 ENSG00000065183 +CDS chr1 117939477 117939572 ENST00000349139 protein_coding 6 1 6 WDR3 ENSG00000065183 +CDS chr1 117940827 117940940 ENST00000349139 protein_coding 6 1 7 WDR3 ENSG00000065183 +CDS chr1 117941124 117941225 ENST00000349139 protein_coding 6 1 8 WDR3 ENSG00000065183 +CDS chr1 117941750 117941847 ENST00000349139 protein_coding 6 1 9 WDR3 ENSG00000065183 +CDS chr1 117942437 117942544 ENST00000349139 protein_coding 6 1 10 WDR3 ENSG00000065183 +CDS chr1 117943396 117943626 ENST00000349139 protein_coding 6 1 11 WDR3 ENSG00000065183 +CDS chr1 117946086 117946179 ENST00000349139 protein_coding 6 1 12 WDR3 ENSG00000065183 +CDS chr1 117948405 117948506 ENST00000349139 protein_coding 6 1 13 WDR3 ENSG00000065183 +CDS chr1 117949751 117949836 ENST00000349139 protein_coding 6 1 14 WDR3 ENSG00000065183 +CDS chr1 117949995 117950130 ENST00000349139 protein_coding 6 1 15 WDR3 ENSG00000065183 +CDS chr1 117950834 117950890 ENST00000349139 protein_coding 6 1 16 WDR3 ENSG00000065183 +CDS chr1 117951976 117952076 ENST00000349139 protein_coding 6 1 17 WDR3 ENSG00000065183 +CDS chr1 117952297 117952408 ENST00000349139 protein_coding 6 1 18 WDR3 ENSG00000065183 +CDS chr1 117952528 117952662 ENST00000349139 protein_coding 6 1 19 WDR3 ENSG00000065183 +CDS chr1 117952946 117952996 ENST00000349139 protein_coding 6 1 20 WDR3 ENSG00000065183 +CDS chr1 117953476 117953541 ENST00000349139 protein_coding 6 1 21 WDR3 ENSG00000065183 +transcript chr1 117953590 118185228 ENST00000336338 protein_coding 10 1 NA SPAG17 ENSG00000155761 +CDS chr1 117954007 117954099 ENST00000349139 protein_coding 6 1 22 WDR3 ENSG00000065183 +CDS chr1 117954580 117954627 ENST00000349139 protein_coding 6 1 23 WDR3 ENSG00000065183 +CDS chr1 117955315 117955358 ENST00000349139 protein_coding 6 1 24 WDR3 ENSG00000065183 +CDS chr1 117957068 117957196 ENST00000349139 protein_coding 6 1 25 WDR3 ENSG00000065183 +CDS chr1 117958910 117959003 ENST00000349139 protein_coding 6 1 26 WDR3 ENSG00000065183 +CDS chr1 117959292 117959444 ENST00000349139 protein_coding 6 1 27 WDR3 ENSG00000065183 +CDS chr1 117963802 117963938 ENST00000336338 protein_coding 10 1 48 SPAG17 ENSG00000155761 +transcript chr1 117965097 118008070 ENST00000437255 protein_coding 1 2 NA SPAG17 ENSG00000155761 +CDS chr1 117966601 117966753 ENST00000437255 protein_coding 1 2 17 SPAG17 ENSG00000155761 +CDS chr1 117966609 117966753 ENST00000336338 protein_coding 10 1 47 SPAG17 ENSG00000155761 +CDS chr1 117970056 117970116 ENST00000336338 protein_coding 10 1 46 SPAG17 ENSG00000155761 +CDS chr1 117970056 117970116 ENST00000437255 protein_coding 1 2 16 SPAG17 ENSG00000155761 +CDS chr1 117971863 117972047 ENST00000336338 protein_coding 10 1 45 SPAG17 ENSG00000155761 +CDS chr1 117971863 117972047 ENST00000437255 protein_coding 1 2 15 SPAG17 ENSG00000155761 +CDS chr1 117973425 117973561 ENST00000336338 protein_coding 10 1 44 SPAG17 ENSG00000155761 +CDS chr1 117973425 117973561 ENST00000437255 protein_coding 1 2 14 SPAG17 ENSG00000155761 +CDS chr1 117981270 117981401 ENST00000336338 protein_coding 10 1 43 SPAG17 ENSG00000155761 +CDS chr1 117981270 117981401 ENST00000437255 protein_coding 1 2 13 SPAG17 ENSG00000155761 +CDS chr1 117983811 117983913 ENST00000336338 protein_coding 10 1 42 SPAG17 ENSG00000155761 +CDS chr1 117983811 117983913 ENST00000437255 protein_coding 1 2 12 SPAG17 ENSG00000155761 +CDS chr1 117984683 117984782 ENST00000336338 protein_coding 10 1 41 SPAG17 ENSG00000155761 +CDS chr1 117984683 117984782 ENST00000437255 protein_coding 1 2 11 SPAG17 ENSG00000155761 +CDS chr1 117987834 117987881 ENST00000336338 protein_coding 10 1 40 SPAG17 ENSG00000155761 +CDS chr1 117987834 117987881 ENST00000437255 protein_coding 1 2 10 SPAG17 ENSG00000155761 +CDS chr1 117988105 117988204 ENST00000336338 protein_coding 10 1 39 SPAG17 ENSG00000155761 +CDS chr1 117988105 117988204 ENST00000437255 protein_coding 1 2 9 SPAG17 ENSG00000155761 +CDS chr1 117990861 117990906 ENST00000336338 protein_coding 10 1 38 SPAG17 ENSG00000155761 +CDS chr1 117990861 117990906 ENST00000437255 protein_coding 1 2 8 SPAG17 ENSG00000155761 +CDS chr1 117991415 117991528 ENST00000336338 protein_coding 10 1 37 SPAG17 ENSG00000155761 +CDS chr1 117991415 117991528 ENST00000437255 protein_coding 1 2 7 SPAG17 ENSG00000155761 +CDS chr1 117992466 117992648 ENST00000336338 protein_coding 10 1 36 SPAG17 ENSG00000155761 +CDS chr1 117992466 117992648 ENST00000437255 protein_coding 1 2 6 SPAG17 ENSG00000155761 +CDS chr1 117994406 117994530 ENST00000336338 protein_coding 10 1 35 SPAG17 ENSG00000155761 +CDS chr1 117994406 117994530 ENST00000437255 protein_coding 1 2 5 SPAG17 ENSG00000155761 +CDS chr1 117996370 117996500 ENST00000336338 protein_coding 10 1 34 SPAG17 ENSG00000155761 +CDS chr1 117996370 117996500 ENST00000437255 protein_coding 1 2 4 SPAG17 ENSG00000155761 +CDS chr1 117996598 117996743 ENST00000336338 protein_coding 10 1 33 SPAG17 ENSG00000155761 +CDS chr1 117996598 117996743 ENST00000437255 protein_coding 1 2 3 SPAG17 ENSG00000155761 +CDS chr1 118005414 118005602 ENST00000336338 protein_coding 10 1 32 SPAG17 ENSG00000155761 +CDS chr1 118005414 118005602 ENST00000437255 protein_coding 1 2 2 SPAG17 ENSG00000155761 +CDS chr1 118008044 118008198 ENST00000336338 protein_coding 10 1 31 SPAG17 ENSG00000155761 +CDS chr1 118008044 118008070 ENST00000437255 protein_coding 1 2 1 SPAG17 ENSG00000155761 +CDS chr1 118012228 118012372 ENST00000336338 protein_coding 10 1 30 SPAG17 ENSG00000155761 +CDS chr1 118015965 118016182 ENST00000336338 protein_coding 10 1 29 SPAG17 ENSG00000155761 +CDS chr1 118023304 118023463 ENST00000336338 protein_coding 10 1 28 SPAG17 ENSG00000155761 +CDS chr1 118025238 118025416 ENST00000336338 protein_coding 10 1 27 SPAG17 ENSG00000155761 +CDS chr1 118028274 118028394 ENST00000336338 protein_coding 10 1 26 SPAG17 ENSG00000155761 +CDS chr1 118031692 118031867 ENST00000336338 protein_coding 10 1 25 SPAG17 ENSG00000155761 +CDS chr1 118036770 118036883 ENST00000336338 protein_coding 10 1 24 SPAG17 ENSG00000155761 +CDS chr1 118039292 118039444 ENST00000336338 protein_coding 10 1 23 SPAG17 ENSG00000155761 +CDS chr1 118040730 118040841 ENST00000336338 protein_coding 10 1 22 SPAG17 ENSG00000155761 +CDS chr1 118041803 118042042 ENST00000336338 protein_coding 10 1 21 SPAG17 ENSG00000155761 +CDS chr1 118054002 118054093 ENST00000336338 protein_coding 10 1 20 SPAG17 ENSG00000155761 +CDS chr1 118055733 118055914 ENST00000336338 protein_coding 10 1 19 SPAG17 ENSG00000155761 +CDS chr1 118066745 118066899 ENST00000336338 protein_coding 10 1 18 SPAG17 ENSG00000155761 +CDS chr1 118073854 118073967 ENST00000336338 protein_coding 10 1 17 SPAG17 ENSG00000155761 +CDS chr1 118074539 118074600 ENST00000336338 protein_coding 10 1 16 SPAG17 ENSG00000155761 +CDS chr1 118081101 118081319 ENST00000336338 protein_coding 10 1 15 SPAG17 ENSG00000155761 +CDS chr1 118081415 118081642 ENST00000336338 protein_coding 10 1 14 SPAG17 ENSG00000155761 +CDS chr1 118085922 118086072 ENST00000336338 protein_coding 10 1 13 SPAG17 ENSG00000155761 +CDS chr1 118086671 118086784 ENST00000336338 protein_coding 10 1 12 SPAG17 ENSG00000155761 +CDS chr1 118086871 118087008 ENST00000336338 protein_coding 10 1 11 SPAG17 ENSG00000155761 +CDS chr1 118091606 118091718 ENST00000336338 protein_coding 10 1 10 SPAG17 ENSG00000155761 +CDS chr1 118091930 118092002 ENST00000336338 protein_coding 10 1 9 SPAG17 ENSG00000155761 +CDS chr1 118093156 118093317 ENST00000336338 protein_coding 10 1 8 SPAG17 ENSG00000155761 +CDS chr1 118097670 118097851 ENST00000336338 protein_coding 10 1 7 SPAG17 ENSG00000155761 +CDS chr1 118099606 118099800 ENST00000336338 protein_coding 10 1 6 SPAG17 ENSG00000155761 +CDS chr1 118101740 118101926 ENST00000336338 protein_coding 10 1 5 SPAG17 ENSG00000155761 +CDS chr1 118115310 118115441 ENST00000336338 protein_coding 10 1 4 SPAG17 ENSG00000155761 +CDS chr1 118150543 118150629 ENST00000336338 protein_coding 10 1 3 SPAG17 ENSG00000155761 +CDS chr1 118151229 118151369 ENST00000336338 protein_coding 10 1 2 SPAG17 ENSG00000155761 +CDS chr1 118185071 118185157 ENST00000336338 protein_coding 10 1 1 SPAG17 ENSG00000155761 +transcript chr1 118883046 118989556 ENST00000207157 protein_coding 7 1 NA TBX15 ENSG00000092607 +transcript chr1 118883047 118914125 ENST00000449873 protein_coding 5 5 NA TBX15 ENSG00000092607 +transcript chr1 118883047 118988343 ENST00000369429 protein_coding 5 5 NA TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000207157 protein_coding 7 1 8 TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000449873 protein_coding 5 5 4 TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000369429 protein_coding 5 5 8 TBX15 ENSG00000092607 +CDS chr1 118890867 118890965 ENST00000449873 protein_coding 5 5 3 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000207157 protein_coding 7 1 7 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000449873 protein_coding 5 5 2 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000369429 protein_coding 5 5 7 TBX15 ENSG00000092607 +CDS chr1 118914115 118914179 ENST00000207157 protein_coding 7 1 6 TBX15 ENSG00000092607 +CDS chr1 118914115 118914125 ENST00000449873 protein_coding 5 5 1 TBX15 ENSG00000092607 +CDS chr1 118914115 118914179 ENST00000369429 protein_coding 5 5 6 TBX15 ENSG00000092607 +CDS chr1 118923436 118923603 ENST00000207157 protein_coding 7 1 5 TBX15 ENSG00000092607 +CDS chr1 118923436 118923603 ENST00000369429 protein_coding 5 5 5 TBX15 ENSG00000092607 +CDS chr1 118924646 118924817 ENST00000207157 protein_coding 7 1 4 TBX15 ENSG00000092607 +CDS chr1 118924646 118924817 ENST00000369429 protein_coding 5 5 4 TBX15 ENSG00000092607 +CDS chr1 118926510 118926611 ENST00000207157 protein_coding 7 1 3 TBX15 ENSG00000092607 +CDS chr1 118926510 118926611 ENST00000369429 protein_coding 5 5 3 TBX15 ENSG00000092607 +CDS chr1 118931619 118931719 ENST00000207157 protein_coding 7 1 2 TBX15 ENSG00000092607 +CDS chr1 118931619 118931832 ENST00000369429 protein_coding 5 5 2 TBX15 ENSG00000092607 +CDS chr1 118987591 118987795 ENST00000369429 protein_coding 5 5 1 TBX15 ENSG00000092607 +transcript chr1 119031216 119140648 ENST00000369426 protein_coding 9 1 NA WARS2 ENSG00000116874 +transcript chr1 119031216 119140653 ENST00000235521 protein_coding 5 1 NA WARS2 ENSG00000116874 +CDS chr1 119032914 119033359 ENST00000235521 protein_coding 5 1 6 WARS2 ENSG00000116874 +CDS chr1 119033363 119033388 ENST00000369426 protein_coding 9 1 6 WARS2 ENSG00000116874 +CDS chr1 119034095 119034213 ENST00000369426 protein_coding 9 1 5 WARS2 ENSG00000116874 +CDS chr1 119034095 119034213 ENST00000235521 protein_coding 5 1 5 WARS2 ENSG00000116874 +CDS chr1 119042264 119042349 ENST00000369426 protein_coding 9 1 4 WARS2 ENSG00000116874 +CDS chr1 119042264 119042349 ENST00000235521 protein_coding 5 1 4 WARS2 ENSG00000116874 +CDS chr1 119045582 119045662 ENST00000369426 protein_coding 9 1 3 WARS2 ENSG00000116874 +CDS chr1 119045582 119045662 ENST00000235521 protein_coding 5 1 3 WARS2 ENSG00000116874 +CDS chr1 119076350 119076607 ENST00000369426 protein_coding 9 1 2 WARS2 ENSG00000116874 +CDS chr1 119076350 119076607 ENST00000235521 protein_coding 5 1 2 WARS2 ENSG00000116874 +CDS chr1 119140555 119140644 ENST00000369426 protein_coding 9 1 1 WARS2 ENSG00000116874 +CDS chr1 119140555 119140644 ENST00000235521 protein_coding 5 1 1 WARS2 ENSG00000116874 +transcript chr1 119368779 119386694 ENST00000457318 protein_coding 5 3 NA HAO2 ENSG00000116882 +transcript chr1 119368779 119394128 ENST00000622548 protein_coding 4 1 NA HAO2 ENSG00000116882 +transcript chr1 119368785 119394130 ENST00000325945 protein_coding 4 1 NA HAO2 ENSG00000116882 +transcript chr1 119368809 119394130 ENST00000361035 protein_coding 8 1 NA HAO2 ENSG00000116882 +CDS chr1 119380693 119380723 ENST00000361035 protein_coding 8 1 2 HAO2 ENSG00000116882 +CDS chr1 119381078 119381216 ENST00000361035 protein_coding 8 1 3 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000457318 protein_coding 5 3 2 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000325945 protein_coding 4 1 2 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000622548 protein_coding 4 1 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000457318 protein_coding 5 3 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000361035 protein_coding 8 1 4 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000325945 protein_coding 4 1 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000622548 protein_coding 4 1 4 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000361035 protein_coding 8 1 5 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000325945 protein_coding 4 1 4 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000622548 protein_coding 4 1 5 HAO2 ENSG00000116882 +CDS chr1 119384851 119385053 ENST00000457318 protein_coding 5 3 4 HAO2 ENSG00000116882 +CDS chr1 119386622 119386694 ENST00000457318 protein_coding 5 3 5 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000361035 protein_coding 8 1 6 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000325945 protein_coding 4 1 5 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000622548 protein_coding 4 1 6 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000361035 protein_coding 8 1 7 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000325945 protein_coding 4 1 6 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000622548 protein_coding 4 1 7 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000361035 protein_coding 8 1 8 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000325945 protein_coding 4 1 7 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000622548 protein_coding 4 1 8 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000361035 protein_coding 8 1 9 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000325945 protein_coding 4 1 8 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000622548 protein_coding 4 1 9 HAO2 ENSG00000116882 +transcript chr1 119414931 119423035 ENST00000543831 protein_coding 5 3 NA HSD3B2 ENSG00000203859 +transcript chr1 119415050 119422088 ENST00000433745 protein_coding 5 3 NA HSD3B2 ENSG00000203859 +transcript chr1 119415150 119423034 ENST00000369416 protein_coding 4 1 NA HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000433745 protein_coding 5 3 2 HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000369416 protein_coding 4 1 2 HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000543831 protein_coding 5 3 2 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000433745 protein_coding 5 3 3 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000369416 protein_coding 4 1 3 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000543831 protein_coding 5 3 3 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422088 ENST00000433745 protein_coding 5 3 4 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422617 ENST00000369416 protein_coding 4 1 4 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422617 ENST00000543831 protein_coding 5 3 4 HSD3B2 ENSG00000203859 +transcript chr1 119507198 119511602 ENST00000531340 protein_coding 5 3 NA HSD3B1 ENSG00000203857 +transcript chr1 119507210 119515054 ENST00000369413 protein_coding 8 1 NA HSD3B1 ENSG00000203857 +transcript chr1 119507318 119514800 ENST00000528909 protein_coding 1 1 NA HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000531340 protein_coding 5 3 2 HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000369413 protein_coding 8 1 2 HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000528909 protein_coding 1 1 1 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511602 ENST00000531340 protein_coding 5 3 3 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511667 ENST00000369413 protein_coding 8 1 3 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511667 ENST00000528909 protein_coding 1 1 2 HSD3B1 ENSG00000203857 +CDS chr1 119513834 119514642 ENST00000369413 protein_coding 8 1 4 HSD3B1 ENSG00000203857 +CDS chr1 119513834 119514642 ENST00000528909 protein_coding 1 1 3 HSD3B1 ENSG00000203857 +transcript chr1 119619377 119648266 ENST00000421812 protein_coding 3 3 NA ZNF697 ENSG00000143067 +CDS chr1 119622708 119624116 ENST00000421812 protein_coding 3 3 3 ZNF697 ENSG00000143067 +CDS chr1 119625875 119626100 ENST00000421812 protein_coding 3 3 2 ZNF697 ENSG00000143067 +transcript chr1 119648411 119744190 ENST00000641597 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119659798 119734676 ENST00000493622 protein_coding 5 5 NA PHGDH ENSG00000092621 +transcript chr1 119708555 119721247 ENST00000641720 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711884 119744094 ENST00000641947 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711886 119744212 ENST00000641074 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711898 119744215 ENST00000641115 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711934 119744212 ENST00000369409 protein_coding 9 1 NA PHGDH ENSG00000092621 +transcript chr1 119711934 119744215 ENST00000641023 protein_coding 2 NA NA PHGDH ENSG00000092621 +transcript chr1 119711983 119735435 ENST00000641272 protein_coding 1 NA NA PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641597 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641720 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641947 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641074 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641115 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000369409 protein_coding 9 1 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641023 protein_coding 2 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641272 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641597 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119721170 119721247 ENST00000641720 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641947 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641074 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641115 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000369409 protein_coding 9 1 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641023 protein_coding 2 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641272 protein_coding 1 NA 2 PHGDH ENSG00000092621 +transcript chr1 119721276 119744215 ENST00000641811 protein_coding 1 NA NA PHGDH ENSG00000092621 +CDS chr1 119721276 119721321 ENST00000641811 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119721317 119721321 ENST00000493622 protein_coding 5 5 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641597 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000493622 protein_coding 5 5 4 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641947 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641074 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641115 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000369409 protein_coding 9 1 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641023 protein_coding 2 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641811 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641597 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000493622 protein_coding 5 5 5 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641947 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641074 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641115 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000369409 protein_coding 9 1 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641023 protein_coding 2 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641272 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641811 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641597 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000493622 protein_coding 5 5 6 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641947 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641074 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641115 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000369409 protein_coding 9 1 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641023 protein_coding 2 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641272 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641811 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641597 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119734634 119734676 ENST00000493622 protein_coding 5 5 7 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641947 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641074 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641115 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000369409 protein_coding 9 1 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641023 protein_coding 2 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641272 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641811 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641597 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641947 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641074 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641115 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000369409 protein_coding 9 1 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641023 protein_coding 2 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735435 ENST00000641272 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641811 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641597 protein_coding 1 NA 11 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641947 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641074 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641115 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000369409 protein_coding 9 1 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641023 protein_coding 2 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641811 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641597 protein_coding 1 NA 12 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641947 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641074 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000369409 protein_coding 9 1 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641023 protein_coding 2 NA 9 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000641597 protein_coding 1 NA 13 PHGDH ENSG00000092621 +CDS chr1 119741767 119741876 ENST00000641947 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000369409 protein_coding 9 1 10 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000641023 protein_coding 2 NA 10 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641597 protein_coding 1 NA 14 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641947 protein_coding 1 NA 11 PHGDH ENSG00000092621 +CDS chr1 119742807 119743015 ENST00000641074 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641115 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000369409 protein_coding 9 1 11 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641023 protein_coding 2 NA 11 PHGDH ENSG00000092621 +CDS chr1 119743867 119744015 ENST00000369409 protein_coding 9 1 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641597 protein_coding 1 NA 15 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641947 protein_coding 1 NA 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641115 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641023 protein_coding 2 NA 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744011 ENST00000641811 protein_coding 1 NA 8 PHGDH ENSG00000092621 +transcript chr1 119748002 119768905 ENST00000369406 protein_coding 8 1 NA HMGCS2 ENSG00000134240 +transcript chr1 119748384 119768905 ENST00000544913 protein_coding 2 2 NA HMGCS2 ENSG00000134240 +CDS chr1 119750805 119750908 ENST00000369406 protein_coding 8 1 9 HMGCS2 ENSG00000134240 +CDS chr1 119750805 119750908 ENST00000544913 protein_coding 2 2 8 HMGCS2 ENSG00000134240 +CDS chr1 119752549 119752674 ENST00000369406 protein_coding 8 1 8 HMGCS2 ENSG00000134240 +CDS chr1 119752549 119752674 ENST00000544913 protein_coding 2 2 7 HMGCS2 ENSG00000134240 +CDS chr1 119753280 119753386 ENST00000369406 protein_coding 8 1 7 HMGCS2 ENSG00000134240 +CDS chr1 119753280 119753386 ENST00000544913 protein_coding 2 2 6 HMGCS2 ENSG00000134240 +CDS chr1 119755427 119755597 ENST00000369406 protein_coding 8 1 6 HMGCS2 ENSG00000134240 +CDS chr1 119755427 119755597 ENST00000544913 protein_coding 2 2 5 HMGCS2 ENSG00000134240 +CDS chr1 119757273 119757438 ENST00000369406 protein_coding 8 1 5 HMGCS2 ENSG00000134240 +CDS chr1 119757273 119757438 ENST00000544913 protein_coding 2 2 4 HMGCS2 ENSG00000134240 +CDS chr1 119759118 119759282 ENST00000369406 protein_coding 8 1 4 HMGCS2 ENSG00000134240 +CDS chr1 119759118 119759282 ENST00000544913 protein_coding 2 2 3 HMGCS2 ENSG00000134240 +CDS chr1 119759864 119759989 ENST00000369406 protein_coding 8 1 3 HMGCS2 ENSG00000134240 +CDS chr1 119764172 119764626 ENST00000369406 protein_coding 8 1 2 HMGCS2 ENSG00000134240 +CDS chr1 119764172 119764626 ENST00000544913 protein_coding 2 2 2 HMGCS2 ENSG00000134240 +CDS chr1 119768741 119768844 ENST00000369406 protein_coding 8 1 1 HMGCS2 ENSG00000134240 +CDS chr1 119768741 119768844 ENST00000544913 protein_coding 2 2 1 HMGCS2 ENSG00000134240 +transcript chr1 119794017 119811460 ENST00000256585 protein_coding 10 1 NA REG4 ENSG00000134193 +transcript chr1 119794018 119811580 ENST00000354219 protein_coding 5 1 NA REG4 ENSG00000134193 +transcript chr1 119794413 119808805 ENST00000530654 protein_coding 1 5 NA REG4 ENSG00000134193 +CDS chr1 119794621 119794685 ENST00000256585 protein_coding 10 1 6 REG4 ENSG00000134193 +CDS chr1 119794621 119794685 ENST00000354219 protein_coding 5 1 7 REG4 ENSG00000134193 +CDS chr1 119794680 119794685 ENST00000530654 protein_coding 1 5 4 REG4 ENSG00000134193 +CDS chr1 119798497 119798602 ENST00000256585 protein_coding 10 1 5 REG4 ENSG00000134193 +CDS chr1 119798497 119798602 ENST00000354219 protein_coding 5 1 6 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000256585 protein_coding 10 1 4 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000354219 protein_coding 5 1 5 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000530654 protein_coding 1 5 3 REG4 ENSG00000134193 +transcript chr1 119801172 119811580 ENST00000369401 protein_coding 4 1 NA REG4 ENSG00000134193 +CDS chr1 119802831 119803165 ENST00000369401 protein_coding 4 1 3 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000256585 protein_coding 10 1 3 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000354219 protein_coding 5 1 4 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000530654 protein_coding 1 5 2 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000256585 protein_coding 10 1 2 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000354219 protein_coding 5 1 3 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000530654 protein_coding 1 5 1 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000369401 protein_coding 4 1 2 REG4 ENSG00000134193 +transcript chr1 119893533 119896515 ENST00000369400 protein_coding 2 NA NA ADAM30 ENSG00000134249 +CDS chr1 119893967 119896336 ENST00000369400 protein_coding 2 NA 1 ADAM30 ENSG00000134249 +transcript chr1 119911553 120069662 ENST00000256646 protein_coding 7 1 NA NOTCH2 ENSG00000134250 +CDS chr1 119915309 119916694 ENST00000256646 protein_coding 7 1 34 NOTCH2 ENSG00000134250 +CDS chr1 119917665 119917762 ENST00000256646 protein_coding 7 1 33 NOTCH2 ENSG00000134250 +CDS chr1 119918406 119918553 ENST00000256646 protein_coding 7 1 32 NOTCH2 ENSG00000134250 +CDS chr1 119919312 119919613 ENST00000256646 protein_coding 7 1 31 NOTCH2 ENSG00000134250 +CDS chr1 119920229 119920397 ENST00000256646 protein_coding 7 1 30 NOTCH2 ENSG00000134250 +CDS chr1 119921713 119921809 ENST00000256646 protein_coding 7 1 29 NOTCH2 ENSG00000134250 +CDS chr1 119922236 119922446 ENST00000256646 protein_coding 7 1 28 NOTCH2 ENSG00000134250 +CDS chr1 119922636 119922778 ENST00000256646 protein_coding 7 1 27 NOTCH2 ENSG00000134250 +CDS chr1 119923637 119923984 ENST00000256646 protein_coding 7 1 26 NOTCH2 ENSG00000134250 +CDS chr1 119925305 119925810 ENST00000256646 protein_coding 7 1 25 NOTCH2 ENSG00000134250 +CDS chr1 119926499 119926611 ENST00000256646 protein_coding 7 1 24 NOTCH2 ENSG00000134250 +CDS chr1 119928976 119929212 ENST00000256646 protein_coding 7 1 23 NOTCH2 ENSG00000134250 +CDS chr1 119935472 119935604 ENST00000256646 protein_coding 7 1 22 NOTCH2 ENSG00000134250 +CDS chr1 119937282 119937466 ENST00000256646 protein_coding 7 1 21 NOTCH2 ENSG00000134250 +CDS chr1 119937857 119938010 ENST00000256646 protein_coding 7 1 20 NOTCH2 ENSG00000134250 +CDS chr1 119940555 119940756 ENST00000256646 protein_coding 7 1 19 NOTCH2 ENSG00000134250 +CDS chr1 119941526 119941754 ENST00000256646 protein_coding 7 1 18 NOTCH2 ENSG00000134250 +CDS chr1 119948414 119948566 ENST00000256646 protein_coding 7 1 17 NOTCH2 ENSG00000134250 +CDS chr1 119949007 119949126 ENST00000256646 protein_coding 7 1 16 NOTCH2 ENSG00000134250 +CDS chr1 119950724 119950837 ENST00000256646 protein_coding 7 1 15 NOTCH2 ENSG00000134250 +CDS chr1 119953543 119953688 ENST00000256646 protein_coding 7 1 14 NOTCH2 ENSG00000134250 +CDS chr1 119955040 119955232 ENST00000256646 protein_coding 7 1 13 NOTCH2 ENSG00000134250 +CDS chr1 119959392 119959502 ENST00000256646 protein_coding 7 1 12 NOTCH2 ENSG00000134250 +CDS chr1 119963574 119963807 ENST00000256646 protein_coding 7 1 11 NOTCH2 ENSG00000134250 +CDS chr1 119965453 119965566 ENST00000256646 protein_coding 7 1 10 NOTCH2 ENSG00000134250 +CDS chr1 119966376 119966489 ENST00000256646 protein_coding 7 1 9 NOTCH2 ENSG00000134250 +CDS chr1 119967433 119967621 ENST00000256646 protein_coding 7 1 8 NOTCH2 ENSG00000134250 +CDS chr1 119968077 119968232 ENST00000256646 protein_coding 7 1 7 NOTCH2 ENSG00000134250 +CDS chr1 119969511 119969744 ENST00000256646 protein_coding 7 1 6 NOTCH2 ENSG00000134250 +CDS chr1 119986960 119987082 ENST00000256646 protein_coding 7 1 5 NOTCH2 ENSG00000134250 +transcript chr1 119995861 120069616 ENST00000652302 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 119996676 119996746 ENST00000652302 protein_coding 1 NA 5 NOTCH2 ENSG00000134250 +CDS chr1 119996997 119997332 ENST00000256646 protein_coding 7 1 4 NOTCH2 ENSG00000134250 +CDS chr1 119996997 119997332 ENST00000652302 protein_coding 1 NA 4 NOTCH2 ENSG00000134250 +transcript chr1 119997288 120100688 ENST00000652264 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 119997288 119997332 ENST00000652264 protein_coding 1 NA 4 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000256646 protein_coding 7 1 3 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000652302 protein_coding 1 NA 3 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000652264 protein_coding 1 NA 3 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029987 ENST00000256646 protein_coding 7 1 2 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029987 ENST00000652302 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029943 ENST00000652264 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +transcript chr1 120029906 120069626 ENST00000652737 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029943 ENST00000652737 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +CDS chr1 120069334 120069406 ENST00000256646 protein_coding 7 1 1 NOTCH2 ENSG00000134250 +CDS chr1 120069334 120069406 ENST00000652302 protein_coding 1 NA 1 NOTCH2 ENSG00000134250 +transcript chr1 120150898 120176520 ENST00000578049 protein_coding 4 1 NA SEC22B ENSG00000265808 +CDS chr1 120157041 120157192 ENST00000578049 protein_coding 4 1 5 SEC22B ENSG00000265808 +transcript chr1 120157291 120160501 ENST00000618538 protein_coding 1 3 NA SEC22B ENSG00000265808 +CDS chr1 120159284 120159402 ENST00000618538 protein_coding 1 3 2 SEC22B ENSG00000265808 +CDS chr1 120160384 120160530 ENST00000578049 protein_coding 4 1 4 SEC22B ENSG00000265808 +CDS chr1 120160384 120160501 ENST00000618538 protein_coding 1 3 1 SEC22B ENSG00000265808 +CDS chr1 120163210 120163370 ENST00000578049 protein_coding 4 1 3 SEC22B ENSG00000265808 +CDS chr1 120168840 120168949 ENST00000578049 protein_coding 4 1 2 SEC22B ENSG00000265808 +CDS chr1 120176307 120176381 ENST00000578049 protein_coding 4 1 1 SEC22B ENSG00000265808 +transcript chr1 120723912 120793882 ENST00000690847 protein_coding 1 NA NA NOTCH2NLR ENSG00000286106 +transcript chr1 120723946 120793874 ENST00000624419 protein_coding 2 5 NA NOTCH2NLR ENSG00000286106 +transcript chr1 120723949 120807662 ENST00000652763 protein_coding 1 NA NA NBPF26 ENSG00000273136 +transcript chr1 120723949 120840619 ENST00000620612 protein_coding 5 5 NA NBPF26 ENSG00000273136 +CDS chr1 120724178 120724250 ENST00000690847 protein_coding 1 NA 1 NOTCH2NLR ENSG00000286106 +CDS chr1 120724178 120724250 ENST00000624419 protein_coding 2 5 1 NOTCH2NLR ENSG00000286106 +CDS chr1 120724178 120724250 ENST00000620612 protein_coding 5 5 1 NBPF26 ENSG00000273136 +CDS chr1 120763628 120763709 ENST00000690847 protein_coding 1 NA 2 NOTCH2NLR ENSG00000286106 +CDS chr1 120763628 120763709 ENST00000624419 protein_coding 2 5 2 NOTCH2NLR ENSG00000286106 +CDS chr1 120763628 120763709 ENST00000620612 protein_coding 5 5 2 NBPF26 ENSG00000273136 +CDS chr1 120784974 120785233 ENST00000690847 protein_coding 1 NA 3 NOTCH2NLR ENSG00000286106 +CDS chr1 120784974 120785233 ENST00000624419 protein_coding 2 5 3 NOTCH2NLR ENSG00000286106 +CDS chr1 120784974 120785233 ENST00000620612 protein_coding 5 5 3 NBPF26 ENSG00000273136 +transcript chr1 120784987 120833634 ENST00000651062 protein_coding 1 NA NA NBPF26 ENSG00000273136 +CDS chr1 120784987 120785233 ENST00000651062 protein_coding 1 NA 1 NBPF26 ENSG00000273136 +CDS chr1 120793161 120793681 ENST00000690847 protein_coding 1 NA 4 NOTCH2NLR ENSG00000286106 +CDS chr1 120793161 120793496 ENST00000624419 protein_coding 2 5 4 NOTCH2NLR ENSG00000286106 +CDS chr1 120793161 120793496 ENST00000620612 protein_coding 5 5 4 NBPF26 ENSG00000273136 +CDS chr1 120793161 120793496 ENST00000651062 protein_coding 1 NA 2 NBPF26 ENSG00000273136 +CDS chr1 120793747 120793817 ENST00000624419 protein_coding 2 5 5 NOTCH2NLR ENSG00000286106 +transcript chr1 120805297 120842110 ENST00000652444 protein_coding 1 NA NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000611287 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000611702 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000617913 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840627 ENST00000619748 protein_coding 4 5 NA NBPF26 ENSG00000273136 +CDS chr1 120805556 120805765 ENST00000620612 protein_coding 5 5 5 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000652763 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000652444 protein_coding 1 NA 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000611287 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000611702 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000617913 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807662 ENST00000652763 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000620612 protein_coding 5 5 6 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000651062 protein_coding 1 NA 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000652444 protein_coding 1 NA 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000611287 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000611702 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000617913 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000620612 protein_coding 5 5 7 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000651062 protein_coding 1 NA 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000652444 protein_coding 1 NA 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000611287 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000611702 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000617913 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000620612 protein_coding 5 5 8 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000651062 protein_coding 1 NA 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000652444 protein_coding 1 NA 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000611287 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000611702 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000617913 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000620612 protein_coding 5 5 9 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000651062 protein_coding 1 NA 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000652444 protein_coding 1 NA 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000611287 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000617913 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000620612 protein_coding 5 5 10 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000651062 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000652444 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000611287 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000617913 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000620612 protein_coding 5 5 11 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000651062 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000652444 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000611287 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000617913 protein_coding 4 5 8 NBPF26 ENSG00000273136 +transcript chr1 120813906 120841481 ENST00000609741 protein_coding 2 5 NA NBPF26 ENSG00000273136 +CDS chr1 120813923 120813993 ENST00000619748 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120813923 120813993 ENST00000609741 protein_coding 2 5 1 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000620612 protein_coding 5 5 12 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000651062 protein_coding 1 NA 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000652444 protein_coding 1 NA 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000611287 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000617913 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000619748 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000609741 protein_coding 2 5 2 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000620612 protein_coding 5 5 13 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000651062 protein_coding 1 NA 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000652444 protein_coding 1 NA 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000611287 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000617913 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000619748 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000609741 protein_coding 2 5 3 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000620612 protein_coding 5 5 14 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000651062 protein_coding 1 NA 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000652444 protein_coding 1 NA 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000611287 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000611702 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000617913 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000619748 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000609741 protein_coding 2 5 4 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000620612 protein_coding 5 5 15 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000651062 protein_coding 1 NA 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000652444 protein_coding 1 NA 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000611287 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000611702 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000617913 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000619748 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000609741 protein_coding 2 5 5 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000620612 protein_coding 5 5 16 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822156 ENST00000651062 protein_coding 1 NA 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000652444 protein_coding 1 NA 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000611287 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000611702 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000617913 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000619748 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000609741 protein_coding 2 5 6 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000620612 protein_coding 5 5 17 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000651062 protein_coding 1 NA 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000652444 protein_coding 1 NA 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000611287 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000611702 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000617913 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000619748 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000609741 protein_coding 2 5 7 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000620612 protein_coding 5 5 18 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000652444 protein_coding 1 NA 15 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000617913 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000619748 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000609741 protein_coding 2 5 8 NBPF26 ENSG00000273136 +CDS chr1 120824866 120824917 ENST00000617913 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120824866 120824917 ENST00000609741 protein_coding 2 5 9 NBPF26 ENSG00000273136 +CDS chr1 120829764 120829815 ENST00000620612 protein_coding 5 5 19 NBPF26 ENSG00000273136 +CDS chr1 120829764 120829815 ENST00000652444 protein_coding 1 NA 16 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000620612 protein_coding 5 5 20 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000652444 protein_coding 1 NA 17 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000611287 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000611702 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000617913 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000609741 protein_coding 2 5 10 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000620612 protein_coding 5 5 21 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000652444 protein_coding 1 NA 18 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000611287 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000611702 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000617913 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000609741 protein_coding 2 5 11 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000620612 protein_coding 5 5 22 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000652444 protein_coding 1 NA 19 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000611287 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000611702 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000617913 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000609741 protein_coding 2 5 12 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000620612 protein_coding 5 5 23 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000652444 protein_coding 1 NA 20 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000611287 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000617913 protein_coding 4 5 20 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000609741 protein_coding 2 5 13 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000620612 protein_coding 5 5 24 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833634 ENST00000651062 protein_coding 1 NA 15 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000652444 protein_coding 1 NA 21 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000609741 protein_coding 2 5 14 NBPF26 ENSG00000273136 +CDS chr1 120834495 120834546 ENST00000611702 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120834495 120834546 ENST00000609741 protein_coding 2 5 15 NBPF26 ENSG00000273136 +CDS chr1 120834630 120834802 ENST00000609741 protein_coding 2 5 16 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000620612 protein_coding 5 5 25 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000652444 protein_coding 1 NA 22 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000619748 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000609741 protein_coding 2 5 17 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000620612 protein_coding 5 5 26 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000652444 protein_coding 1 NA 23 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000619748 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000609741 protein_coding 2 5 18 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000620612 protein_coding 5 5 27 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000652444 protein_coding 1 NA 24 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000619748 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000609741 protein_coding 2 5 19 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000620612 protein_coding 5 5 28 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000652444 protein_coding 1 NA 25 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000619748 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000609741 protein_coding 2 5 20 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000620612 protein_coding 5 5 29 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000652444 protein_coding 1 NA 26 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000619748 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000609741 protein_coding 2 5 21 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000620612 protein_coding 5 5 30 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000652444 protein_coding 1 NA 27 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000611287 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000611702 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000617913 protein_coding 4 5 21 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000619748 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000609741 protein_coding 2 5 22 NBPF26 ENSG00000273136 +transcript chr1 120889771 120890530 ENST00000577856 protein_coding 3 NA NA PPIAL4A ENSG00000263353 +CDS chr1 120889821 120890312 ENST00000577856 protein_coding 3 NA 1 PPIAL4A ENSG00000263353 +transcript chr1 121087345 121095642 ENST00000616817 protein_coding 4 5 NA FCGR1B ENSG00000198019 +transcript chr1 121087345 121097161 ENST00000369384 protein_coding 9 1 NA FCGR1B ENSG00000198019 +transcript chr1 121087345 121095642 ENST00000623603 protein_coding 3 1 NA FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000616817 protein_coding 4 5 1 FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000369384 protein_coding 9 1 1 FCGR1B ENSG00000198019 +transcript chr1 121087395 121096155 ENST00000369383 protein_coding 8 1 NA FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000369383 protein_coding 8 1 1 FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000623603 protein_coding 3 1 1 FCGR1B ENSG00000198019 +transcript chr1 121087413 121096127 ENST00000369178 protein_coding 5 5 NA FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000616817 protein_coding 4 5 2 FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000369384 protein_coding 9 1 2 FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000623603 protein_coding 3 1 2 FCGR1B ENSG00000198019 +CDS chr1 121087830 121087841 ENST00000369178 protein_coding 5 5 2 FCGR1B ENSG00000198019 +CDS chr1 121088651 121088908 ENST00000616817 protein_coding 4 5 3 FCGR1B ENSG00000198019 +CDS chr1 121088654 121088908 ENST00000369384 protein_coding 9 1 3 FCGR1B ENSG00000198019 +CDS chr1 121088654 121088908 ENST00000623603 protein_coding 3 1 3 FCGR1B ENSG00000198019 +CDS chr1 121088683 121088908 ENST00000369178 protein_coding 5 5 3 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000616817 protein_coding 4 5 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369384 protein_coding 9 1 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369383 protein_coding 8 1 2 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369178 protein_coding 5 5 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000623603 protein_coding 3 1 4 FCGR1B ENSG00000198019 +CDS chr1 121094674 121094783 ENST00000616817 protein_coding 4 5 5 FCGR1B ENSG00000198019 +CDS chr1 121094674 121094783 ENST00000623603 protein_coding 3 1 5 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096149 ENST00000369384 protein_coding 9 1 5 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096149 ENST00000369383 protein_coding 8 1 3 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096127 ENST00000369178 protein_coding 5 5 5 FCGR1B ENSG00000198019 +transcript chr1 121167646 121184340 ENST00000369390 protein_coding 7 1 NA FAM72B ENSG00000188610 +transcript chr1 121167720 121183911 ENST00000355228 protein_coding 8 1 NA FAM72B ENSG00000188610 +transcript chr1 121168232 121184314 ENST00000619376 protein_coding 4 1 NA FAM72B ENSG00000188610 +transcript chr1 121168585 121185539 ENST00000471903 protein_coding 6 5 NA FAM72B ENSG00000188610 +transcript chr1 121168735 121184292 ENST00000452190 protein_coding 2 3 NA FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000369390 protein_coding 7 1 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000355228 protein_coding 8 1 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000471903 protein_coding 6 5 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000452190 protein_coding 2 3 5 FAM72B ENSG00000188610 +CDS chr1 121168784 121168835 ENST00000619376 protein_coding 4 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000369390 protein_coding 7 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000355228 protein_coding 8 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000471903 protein_coding 6 5 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000452190 protein_coding 2 3 4 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000369390 protein_coding 7 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000355228 protein_coding 8 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000619376 protein_coding 4 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000471903 protein_coding 6 5 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000452190 protein_coding 2 3 3 FAM72B ENSG00000188610 +CDS chr1 121183338 121183489 ENST00000369390 protein_coding 7 1 1 FAM72B ENSG00000188610 +CDS chr1 121183338 121183489 ENST00000619376 protein_coding 4 1 1 FAM72B ENSG00000188610 +CDS chr1 121183338 121183402 ENST00000452190 protein_coding 2 3 2 FAM72B ENSG00000188610 +CDS chr1 121183458 121183489 ENST00000355228 protein_coding 8 1 1 FAM72B ENSG00000188610 +transcript chr1 121184975 121392874 ENST00000367123 protein_coding 8 5 NA SRGAP2C ENSG00000171943 +CDS chr1 121185318 121185469 ENST00000471903 protein_coding 6 5 1 FAM72B ENSG00000188610 +transcript chr1 121187102 121387966 ENST00000304465 protein_coding 7 5 NA SRGAP2C ENSG00000171943 +CDS chr1 121187447 121187513 ENST00000367123 protein_coding 8 5 2 SRGAP2C ENSG00000171943 +CDS chr1 121284803 121284995 ENST00000367123 protein_coding 8 5 3 SRGAP2C ENSG00000171943 +CDS chr1 121324478 121324640 ENST00000367123 protein_coding 8 5 4 SRGAP2C ENSG00000171943 +CDS chr1 121365293 121365355 ENST00000367123 protein_coding 8 5 5 SRGAP2C ENSG00000171943 +CDS chr1 121365329 121365355 ENST00000304465 protein_coding 7 5 2 SRGAP2C ENSG00000171943 +CDS chr1 121373971 121374186 ENST00000367123 protein_coding 8 5 6 SRGAP2C ENSG00000171943 +CDS chr1 121373971 121374186 ENST00000304465 protein_coding 7 5 3 SRGAP2C ENSG00000171943 +CDS chr1 121374826 121374954 ENST00000367123 protein_coding 8 5 7 SRGAP2C ENSG00000171943 +CDS chr1 121374826 121374954 ENST00000304465 protein_coding 7 5 4 SRGAP2C ENSG00000171943 +CDS chr1 121382701 121382925 ENST00000367123 protein_coding 8 5 8 SRGAP2C ENSG00000171943 +CDS chr1 121382704 121382925 ENST00000304465 protein_coding 7 5 5 SRGAP2C ENSG00000171943 +CDS chr1 121386506 121386607 ENST00000367123 protein_coding 8 5 9 SRGAP2C ENSG00000171943 +CDS chr1 121386506 121386607 ENST00000304465 protein_coding 7 5 6 SRGAP2C ENSG00000171943 +CDS chr1 121387634 121387852 ENST00000367123 protein_coding 8 5 10 SRGAP2C ENSG00000171943 +CDS chr1 121387634 121387852 ENST00000304465 protein_coding 7 5 7 SRGAP2C ENSG00000171943 +transcript chr1 143902387 143905966 ENST00000609879 protein_coding 2 2 NA H3-2 ENSG00000273213 +transcript chr1 143905510 143905977 ENST00000392948 protein_coding 5 NA NA H3-2 ENSG00000273213 +CDS chr1 143905559 143905966 ENST00000609879 protein_coding 2 2 1 H3-2 ENSG00000273213 +CDS chr1 143905559 143905966 ENST00000392948 protein_coding 5 NA 1 H3-2 ENSG00000273213 +transcript chr1 143955287 143971986 ENST00000584486 protein_coding 6 1 NA FAM72C ENSG00000263513 +transcript chr1 143955878 143971965 ENST00000369175 protein_coding 4 1 NA FAM72C ENSG00000263513 +CDS chr1 143956390 143956481 ENST00000584486 protein_coding 6 1 4 FAM72C ENSG00000263513 +CDS chr1 143956430 143956481 ENST00000369175 protein_coding 4 1 3 FAM72C ENSG00000263513 +CDS chr1 143964855 143964979 ENST00000584486 protein_coding 6 1 3 FAM72C ENSG00000263513 +CDS chr1 143968924 143969001 ENST00000584486 protein_coding 6 1 2 FAM72C ENSG00000263513 +CDS chr1 143968924 143969001 ENST00000369175 protein_coding 4 1 2 FAM72C ENSG00000263513 +CDS chr1 143970990 143971141 ENST00000584486 protein_coding 6 1 1 FAM72C ENSG00000263513 +CDS chr1 143970990 143971141 ENST00000369175 protein_coding 4 1 1 FAM72C ENSG00000263513 +transcript chr1 144372875 144373634 ENST00000581164 protein_coding 2 NA NA PPIAL4E ENSG00000271567 +CDS chr1 144373093 144373584 ENST00000581164 protein_coding 2 NA 1 PPIAL4E ENSG00000271567 +transcript chr1 144421390 144461647 ENST00000488031 protein_coding 6 5 NA NBPF15 ENSG00000266338 +transcript chr1 144421390 144461669 ENST00000581897 protein_coding 7 1 NA NBPF15 ENSG00000266338 +transcript chr1 144421516 144461676 ENST00000577412 protein_coding 6 5 NA NBPF15 ENSG00000266338 +transcript chr1 144421525 144461594 ENST00000614785 protein_coding 5 5 NA NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000488031 protein_coding 6 5 20 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000581897 protein_coding 7 1 22 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000577412 protein_coding 6 5 21 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000614785 protein_coding 5 5 22 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000488031 protein_coding 6 5 19 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000581897 protein_coding 7 1 21 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000577412 protein_coding 6 5 20 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000614785 protein_coding 5 5 21 NBPF15 ENSG00000266338 +transcript chr1 144423930 144459380 ENST00000584793 protein_coding 7 5 NA NBPF15 ENSG00000266338 +CDS chr1 144423930 144423975 ENST00000584793 protein_coding 7 5 21 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000488031 protein_coding 6 5 18 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000581897 protein_coding 7 1 20 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000577412 protein_coding 6 5 19 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000614785 protein_coding 5 5 20 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000584793 protein_coding 7 5 20 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000488031 protein_coding 6 5 17 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000581897 protein_coding 7 1 19 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000577412 protein_coding 6 5 18 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000614785 protein_coding 5 5 19 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000584793 protein_coding 7 5 19 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000488031 protein_coding 6 5 16 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000581897 protein_coding 7 1 18 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000577412 protein_coding 6 5 17 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000614785 protein_coding 5 5 18 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000584793 protein_coding 7 5 18 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000488031 protein_coding 6 5 15 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000581897 protein_coding 7 1 17 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000577412 protein_coding 6 5 16 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000614785 protein_coding 5 5 17 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000584793 protein_coding 7 5 17 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000488031 protein_coding 6 5 14 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000581897 protein_coding 7 1 16 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000577412 protein_coding 6 5 15 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000614785 protein_coding 5 5 16 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000584793 protein_coding 7 5 16 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000488031 protein_coding 6 5 13 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000581897 protein_coding 7 1 15 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000577412 protein_coding 6 5 14 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000614785 protein_coding 5 5 15 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000584793 protein_coding 7 5 15 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000488031 protein_coding 6 5 12 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000581897 protein_coding 7 1 14 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000577412 protein_coding 6 5 13 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000584793 protein_coding 7 5 14 NBPF15 ENSG00000266338 +CDS chr1 144429811 144429863 ENST00000614785 protein_coding 5 5 14 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000488031 protein_coding 6 5 11 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000581897 protein_coding 7 1 13 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000577412 protein_coding 6 5 12 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000614785 protein_coding 5 5 13 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000584793 protein_coding 7 5 13 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000488031 protein_coding 6 5 10 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000581897 protein_coding 7 1 12 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000577412 protein_coding 6 5 11 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000614785 protein_coding 5 5 12 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000584793 protein_coding 7 5 12 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000488031 protein_coding 6 5 9 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000581897 protein_coding 7 1 11 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000577412 protein_coding 6 5 10 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000614785 protein_coding 5 5 11 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000584793 protein_coding 7 5 11 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000488031 protein_coding 6 5 8 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000581897 protein_coding 7 1 10 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000577412 protein_coding 6 5 9 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000614785 protein_coding 5 5 10 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000584793 protein_coding 7 5 10 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000488031 protein_coding 6 5 7 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000581897 protein_coding 7 1 9 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000577412 protein_coding 6 5 8 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000614785 protein_coding 5 5 9 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000584793 protein_coding 7 5 9 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000488031 protein_coding 6 5 6 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000581897 protein_coding 7 1 8 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000577412 protein_coding 6 5 7 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000614785 protein_coding 5 5 8 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000584793 protein_coding 7 5 8 NBPF15 ENSG00000266338 +transcript chr1 144439993 144461558 ENST00000579734 protein_coding 6 5 NA NBPF15 ENSG00000266338 +CDS chr1 144439993 144440003 ENST00000579734 protein_coding 6 5 6 NBPF15 ENSG00000266338 +transcript chr1 144592893 144593652 ENST00000581138 protein_coding 4 NA NA PPIAL4F ENSG00000279782 +CDS chr1 144592943 144593434 ENST00000581138 protein_coding 4 NA 1 PPIAL4F ENSG00000279782 +transcript chr1 144887265 145095528 ENST00000612199 protein_coding 4 1 NA SRGAP2B ENSG00000196369 +transcript chr1 144887288 145095329 ENST00000641863 protein_coding 2 NA NA SRGAP2B ENSG00000196369 +CDS chr1 144892163 144892381 ENST00000612199 protein_coding 4 1 10 SRGAP2B ENSG00000196369 +CDS chr1 144892163 144892381 ENST00000641863 protein_coding 2 NA 10 SRGAP2B ENSG00000196369 +CDS chr1 144893408 144893509 ENST00000612199 protein_coding 4 1 9 SRGAP2B ENSG00000196369 +CDS chr1 144893408 144893509 ENST00000641863 protein_coding 2 NA 9 SRGAP2B ENSG00000196369 +CDS chr1 144897116 144897337 ENST00000612199 protein_coding 4 1 8 SRGAP2B ENSG00000196369 +CDS chr1 144897116 144897340 ENST00000641863 protein_coding 2 NA 8 SRGAP2B ENSG00000196369 +CDS chr1 144905091 144905219 ENST00000612199 protein_coding 4 1 7 SRGAP2B ENSG00000196369 +CDS chr1 144905091 144905219 ENST00000641863 protein_coding 2 NA 7 SRGAP2B ENSG00000196369 +CDS chr1 144905859 144906074 ENST00000612199 protein_coding 4 1 6 SRGAP2B ENSG00000196369 +CDS chr1 144905859 144906074 ENST00000641863 protein_coding 2 NA 6 SRGAP2B ENSG00000196369 +CDS chr1 144914692 144914754 ENST00000612199 protein_coding 4 1 5 SRGAP2B ENSG00000196369 +CDS chr1 144914692 144914754 ENST00000641863 protein_coding 2 NA 5 SRGAP2B ENSG00000196369 +CDS chr1 144955439 144955601 ENST00000612199 protein_coding 4 1 4 SRGAP2B ENSG00000196369 +CDS chr1 144955439 144955601 ENST00000641863 protein_coding 2 NA 4 SRGAP2B ENSG00000196369 +CDS chr1 144995008 144995200 ENST00000612199 protein_coding 4 1 3 SRGAP2B ENSG00000196369 +CDS chr1 144995008 144995200 ENST00000641863 protein_coding 2 NA 3 SRGAP2B ENSG00000196369 +CDS chr1 145092835 145092901 ENST00000612199 protein_coding 4 1 2 SRGAP2B ENSG00000196369 +CDS chr1 145092835 145092901 ENST00000641863 protein_coding 2 NA 2 SRGAP2B ENSG00000196369 +transcript chr1 145095974 145112696 ENST00000400889 protein_coding 3 1 NA FAM72D ENSG00000215784 +CDS chr1 145096848 145096999 ENST00000400889 protein_coding 3 1 1 FAM72D ENSG00000215784 +CDS chr1 145098988 145099065 ENST00000400889 protein_coding 3 1 2 FAM72D ENSG00000215784 +CDS chr1 145103007 145103131 ENST00000400889 protein_coding 3 1 3 FAM72D ENSG00000215784 +CDS chr1 145111503 145111594 ENST00000400889 protein_coding 3 1 4 FAM72D ENSG00000215784 +transcript chr1 145241415 145242174 ENST00000544708 protein_coding 3 NA NA PPIAL4D ENSG00000289549 +CDS chr1 145241633 145242124 ENST00000544708 protein_coding 3 NA 1 PPIAL4D ENSG00000289549 +transcript chr1 145289900 145405567 ENST00000369373 protein_coding 9 5 NA NBPF20 ENSG00000162825 +CDS chr1 145291529 145291769 ENST00000369373 protein_coding 9 5 138 NBPF20 ENSG00000162825 +CDS chr1 145292381 145292489 ENST00000369373 protein_coding 9 5 137 NBPF20 ENSG00000162825 +CDS chr1 145293204 145293376 ENST00000369373 protein_coding 9 5 136 NBPF20 ENSG00000162825 +CDS chr1 145294021 145294072 ENST00000369373 protein_coding 9 5 135 NBPF20 ENSG00000162825 +CDS chr1 145294782 145294954 ENST00000369373 protein_coding 9 5 134 NBPF20 ENSG00000162825 +CDS chr1 145295567 145295618 ENST00000369373 protein_coding 9 5 133 NBPF20 ENSG00000162825 +CDS chr1 145296338 145296510 ENST00000369373 protein_coding 9 5 132 NBPF20 ENSG00000162825 +CDS chr1 145297139 145297247 ENST00000369373 protein_coding 9 5 131 NBPF20 ENSG00000162825 +CDS chr1 145297962 145298134 ENST00000369373 protein_coding 9 5 130 NBPF20 ENSG00000162825 +CDS chr1 145298787 145298838 ENST00000369373 protein_coding 9 5 129 NBPF20 ENSG00000162825 +CDS chr1 145299548 145299720 ENST00000369373 protein_coding 9 5 128 NBPF20 ENSG00000162825 +CDS chr1 145300329 145300380 ENST00000369373 protein_coding 9 5 127 NBPF20 ENSG00000162825 +CDS chr1 145301100 145301272 ENST00000369373 protein_coding 9 5 126 NBPF20 ENSG00000162825 +CDS chr1 145301901 145302009 ENST00000369373 protein_coding 9 5 125 NBPF20 ENSG00000162825 +CDS chr1 145302724 145302896 ENST00000369373 protein_coding 9 5 124 NBPF20 ENSG00000162825 +CDS chr1 145303533 145303584 ENST00000369373 protein_coding 9 5 123 NBPF20 ENSG00000162825 +CDS chr1 145304294 145304466 ENST00000369373 protein_coding 9 5 122 NBPF20 ENSG00000162825 +CDS chr1 145305070 145305178 ENST00000369373 protein_coding 9 5 121 NBPF20 ENSG00000162825 +CDS chr1 145305893 145306065 ENST00000369373 protein_coding 9 5 120 NBPF20 ENSG00000162825 +CDS chr1 145306716 145306767 ENST00000369373 protein_coding 9 5 119 NBPF20 ENSG00000162825 +CDS chr1 145307477 145307649 ENST00000369373 protein_coding 9 5 118 NBPF20 ENSG00000162825 +CDS chr1 145308253 145308361 ENST00000369373 protein_coding 9 5 117 NBPF20 ENSG00000162825 +CDS chr1 145309076 145309248 ENST00000369373 protein_coding 9 5 116 NBPF20 ENSG00000162825 +CDS chr1 145309897 145309948 ENST00000369373 protein_coding 9 5 115 NBPF20 ENSG00000162825 +CDS chr1 145310658 145310830 ENST00000369373 protein_coding 9 5 114 NBPF20 ENSG00000162825 +CDS chr1 145311437 145311488 ENST00000369373 protein_coding 9 5 113 NBPF20 ENSG00000162825 +CDS chr1 145312208 145312380 ENST00000369373 protein_coding 9 5 112 NBPF20 ENSG00000162825 +CDS chr1 145313009 145313117 ENST00000369373 protein_coding 9 5 111 NBPF20 ENSG00000162825 +CDS chr1 145313832 145314004 ENST00000369373 protein_coding 9 5 110 NBPF20 ENSG00000162825 +CDS chr1 145314665 145314716 ENST00000369373 protein_coding 9 5 109 NBPF20 ENSG00000162825 +CDS chr1 145315426 145315598 ENST00000369373 protein_coding 9 5 108 NBPF20 ENSG00000162825 +CDS chr1 145316207 145316258 ENST00000369373 protein_coding 9 5 107 NBPF20 ENSG00000162825 +CDS chr1 145316978 145317150 ENST00000369373 protein_coding 9 5 106 NBPF20 ENSG00000162825 +CDS chr1 145317781 145317889 ENST00000369373 protein_coding 9 5 105 NBPF20 ENSG00000162825 +CDS chr1 145318604 145318776 ENST00000369373 protein_coding 9 5 104 NBPF20 ENSG00000162825 +CDS chr1 145319435 145319486 ENST00000369373 protein_coding 9 5 103 NBPF20 ENSG00000162825 +CDS chr1 145320196 145320368 ENST00000369373 protein_coding 9 5 102 NBPF20 ENSG00000162825 +CDS chr1 145320969 145321020 ENST00000369373 protein_coding 9 5 101 NBPF20 ENSG00000162825 +CDS chr1 145321740 145321912 ENST00000369373 protein_coding 9 5 100 NBPF20 ENSG00000162825 +CDS chr1 145322543 145322651 ENST00000369373 protein_coding 9 5 99 NBPF20 ENSG00000162825 +CDS chr1 145323366 145323538 ENST00000369373 protein_coding 9 5 98 NBPF20 ENSG00000162825 +CDS chr1 145324185 145324236 ENST00000369373 protein_coding 9 5 97 NBPF20 ENSG00000162825 +CDS chr1 145324946 145325118 ENST00000369373 protein_coding 9 5 96 NBPF20 ENSG00000162825 +CDS chr1 145325719 145325770 ENST00000369373 protein_coding 9 5 95 NBPF20 ENSG00000162825 +CDS chr1 145326490 145326662 ENST00000369373 protein_coding 9 5 94 NBPF20 ENSG00000162825 +CDS chr1 145327291 145327399 ENST00000369373 protein_coding 9 5 93 NBPF20 ENSG00000162825 +CDS chr1 145328114 145328286 ENST00000369373 protein_coding 9 5 92 NBPF20 ENSG00000162825 +CDS chr1 145328945 145328996 ENST00000369373 protein_coding 9 5 91 NBPF20 ENSG00000162825 +CDS chr1 145329706 145329878 ENST00000369373 protein_coding 9 5 90 NBPF20 ENSG00000162825 +CDS chr1 145330486 145330537 ENST00000369373 protein_coding 9 5 89 NBPF20 ENSG00000162825 +CDS chr1 145331257 145331429 ENST00000369373 protein_coding 9 5 88 NBPF20 ENSG00000162825 +CDS chr1 145332058 145332166 ENST00000369373 protein_coding 9 5 87 NBPF20 ENSG00000162825 +CDS chr1 145332881 145333053 ENST00000369373 protein_coding 9 5 86 NBPF20 ENSG00000162825 +CDS chr1 145333698 145333749 ENST00000369373 protein_coding 9 5 85 NBPF20 ENSG00000162825 +CDS chr1 145334459 145334631 ENST00000369373 protein_coding 9 5 84 NBPF20 ENSG00000162825 +CDS chr1 145335242 145335293 ENST00000369373 protein_coding 9 5 83 NBPF20 ENSG00000162825 +CDS chr1 145336013 145336185 ENST00000369373 protein_coding 9 5 82 NBPF20 ENSG00000162825 +CDS chr1 145336814 145336922 ENST00000369373 protein_coding 9 5 81 NBPF20 ENSG00000162825 +CDS chr1 145337637 145337809 ENST00000369373 protein_coding 9 5 80 NBPF20 ENSG00000162825 +CDS chr1 145338454 145338505 ENST00000369373 protein_coding 9 5 79 NBPF20 ENSG00000162825 +CDS chr1 145339215 145339387 ENST00000369373 protein_coding 9 5 78 NBPF20 ENSG00000162825 +CDS chr1 145339996 145340047 ENST00000369373 protein_coding 9 5 77 NBPF20 ENSG00000162825 +CDS chr1 145340767 145340939 ENST00000369373 protein_coding 9 5 76 NBPF20 ENSG00000162825 +CDS chr1 145341564 145341672 ENST00000369373 protein_coding 9 5 75 NBPF20 ENSG00000162825 +CDS chr1 145342387 145342559 ENST00000369373 protein_coding 9 5 74 NBPF20 ENSG00000162825 +CDS chr1 145343208 145343259 ENST00000369373 protein_coding 9 5 73 NBPF20 ENSG00000162825 +CDS chr1 145343969 145344141 ENST00000369373 protein_coding 9 5 72 NBPF20 ENSG00000162825 +CDS chr1 145344750 145344801 ENST00000369373 protein_coding 9 5 71 NBPF20 ENSG00000162825 +CDS chr1 145345521 145345693 ENST00000369373 protein_coding 9 5 70 NBPF20 ENSG00000162825 +CDS chr1 145346322 145346430 ENST00000369373 protein_coding 9 5 69 NBPF20 ENSG00000162825 +CDS chr1 145347145 145347317 ENST00000369373 protein_coding 9 5 68 NBPF20 ENSG00000162825 +CDS chr1 145347978 145348029 ENST00000369373 protein_coding 9 5 67 NBPF20 ENSG00000162825 +CDS chr1 145348739 145348911 ENST00000369373 protein_coding 9 5 66 NBPF20 ENSG00000162825 +CDS chr1 145349520 145349571 ENST00000369373 protein_coding 9 5 65 NBPF20 ENSG00000162825 +CDS chr1 145350291 145350463 ENST00000369373 protein_coding 9 5 64 NBPF20 ENSG00000162825 +CDS chr1 145351094 145351202 ENST00000369373 protein_coding 9 5 63 NBPF20 ENSG00000162825 +CDS chr1 145351917 145352089 ENST00000369373 protein_coding 9 5 62 NBPF20 ENSG00000162825 +CDS chr1 145352742 145352793 ENST00000369373 protein_coding 9 5 61 NBPF20 ENSG00000162825 +CDS chr1 145353503 145353675 ENST00000369373 protein_coding 9 5 60 NBPF20 ENSG00000162825 +CDS chr1 145354284 145354335 ENST00000369373 protein_coding 9 5 59 NBPF20 ENSG00000162825 +CDS chr1 145355055 145355227 ENST00000369373 protein_coding 9 5 58 NBPF20 ENSG00000162825 +CDS chr1 145355856 145355964 ENST00000369373 protein_coding 9 5 57 NBPF20 ENSG00000162825 +CDS chr1 145356679 145356851 ENST00000369373 protein_coding 9 5 56 NBPF20 ENSG00000162825 +CDS chr1 145357490 145357541 ENST00000369373 protein_coding 9 5 55 NBPF20 ENSG00000162825 +CDS chr1 145358251 145358423 ENST00000369373 protein_coding 9 5 54 NBPF20 ENSG00000162825 +CDS chr1 145359031 145359082 ENST00000369373 protein_coding 9 5 53 NBPF20 ENSG00000162825 +CDS chr1 145359802 145359974 ENST00000369373 protein_coding 9 5 52 NBPF20 ENSG00000162825 +CDS chr1 145360603 145360711 ENST00000369373 protein_coding 9 5 51 NBPF20 ENSG00000162825 +CDS chr1 145361426 145361598 ENST00000369373 protein_coding 9 5 50 NBPF20 ENSG00000162825 +CDS chr1 145362243 145362294 ENST00000369373 protein_coding 9 5 49 NBPF20 ENSG00000162825 +CDS chr1 145363004 145363176 ENST00000369373 protein_coding 9 5 48 NBPF20 ENSG00000162825 +CDS chr1 145363785 145363836 ENST00000369373 protein_coding 9 5 47 NBPF20 ENSG00000162825 +CDS chr1 145364556 145364728 ENST00000369373 protein_coding 9 5 46 NBPF20 ENSG00000162825 +CDS chr1 145365357 145365465 ENST00000369373 protein_coding 9 5 45 NBPF20 ENSG00000162825 +CDS chr1 145366180 145366352 ENST00000369373 protein_coding 9 5 44 NBPF20 ENSG00000162825 +CDS chr1 145367003 145367054 ENST00000369373 protein_coding 9 5 43 NBPF20 ENSG00000162825 +CDS chr1 145367764 145367936 ENST00000369373 protein_coding 9 5 42 NBPF20 ENSG00000162825 +CDS chr1 145368545 145368596 ENST00000369373 protein_coding 9 5 41 NBPF20 ENSG00000162825 +CDS chr1 145369316 145369488 ENST00000369373 protein_coding 9 5 40 NBPF20 ENSG00000162825 +CDS chr1 145370117 145370225 ENST00000369373 protein_coding 9 5 39 NBPF20 ENSG00000162825 +CDS chr1 145370940 145371112 ENST00000369373 protein_coding 9 5 38 NBPF20 ENSG00000162825 +CDS chr1 145371751 145371802 ENST00000369373 protein_coding 9 5 37 NBPF20 ENSG00000162825 +CDS chr1 145372512 145372684 ENST00000369373 protein_coding 9 5 36 NBPF20 ENSG00000162825 +CDS chr1 145373293 145373344 ENST00000369373 protein_coding 9 5 35 NBPF20 ENSG00000162825 +CDS chr1 145374064 145374236 ENST00000369373 protein_coding 9 5 34 NBPF20 ENSG00000162825 +CDS chr1 145374865 145374973 ENST00000369373 protein_coding 9 5 33 NBPF20 ENSG00000162825 +CDS chr1 145375688 145375860 ENST00000369373 protein_coding 9 5 32 NBPF20 ENSG00000162825 +CDS chr1 145376505 145376556 ENST00000369373 protein_coding 9 5 31 NBPF20 ENSG00000162825 +CDS chr1 145377266 145377438 ENST00000369373 protein_coding 9 5 30 NBPF20 ENSG00000162825 +CDS chr1 145378043 145378094 ENST00000369373 protein_coding 9 5 29 NBPF20 ENSG00000162825 +CDS chr1 145378814 145378986 ENST00000369373 protein_coding 9 5 28 NBPF20 ENSG00000162825 +CDS chr1 145379617 145379725 ENST00000369373 protein_coding 9 5 27 NBPF20 ENSG00000162825 +CDS chr1 145380440 145380612 ENST00000369373 protein_coding 9 5 26 NBPF20 ENSG00000162825 +CDS chr1 145381257 145381308 ENST00000369373 protein_coding 9 5 25 NBPF20 ENSG00000162825 +CDS chr1 145382018 145382190 ENST00000369373 protein_coding 9 5 24 NBPF20 ENSG00000162825 +CDS chr1 145382799 145382850 ENST00000369373 protein_coding 9 5 23 NBPF20 ENSG00000162825 +CDS chr1 145383570 145383742 ENST00000369373 protein_coding 9 5 22 NBPF20 ENSG00000162825 +CDS chr1 145384371 145384479 ENST00000369373 protein_coding 9 5 21 NBPF20 ENSG00000162825 +CDS chr1 145385194 145385366 ENST00000369373 protein_coding 9 5 20 NBPF20 ENSG00000162825 +CDS chr1 145386013 145386064 ENST00000369373 protein_coding 9 5 19 NBPF20 ENSG00000162825 +CDS chr1 145386774 145386946 ENST00000369373 protein_coding 9 5 18 NBPF20 ENSG00000162825 +CDS chr1 145387547 145387598 ENST00000369373 protein_coding 9 5 17 NBPF20 ENSG00000162825 +CDS chr1 145388318 145388490 ENST00000369373 protein_coding 9 5 16 NBPF20 ENSG00000162825 +CDS chr1 145389121 145389229 ENST00000369373 protein_coding 9 5 15 NBPF20 ENSG00000162825 +CDS chr1 145389944 145390116 ENST00000369373 protein_coding 9 5 14 NBPF20 ENSG00000162825 +CDS chr1 145390769 145390820 ENST00000369373 protein_coding 9 5 13 NBPF20 ENSG00000162825 +CDS chr1 145391530 145391702 ENST00000369373 protein_coding 9 5 12 NBPF20 ENSG00000162825 +CDS chr1 145392303 145392354 ENST00000369373 protein_coding 9 5 11 NBPF20 ENSG00000162825 +CDS chr1 145393074 145393246 ENST00000369373 protein_coding 9 5 10 NBPF20 ENSG00000162825 +CDS chr1 145393884 145393935 ENST00000369373 protein_coding 9 5 9 NBPF20 ENSG00000162825 +CDS chr1 145394978 145395141 ENST00000369373 protein_coding 9 5 8 NBPF20 ENSG00000162825 +CDS chr1 145399049 145399100 ENST00000369373 protein_coding 9 5 7 NBPF20 ENSG00000162825 +CDS chr1 145400386 145400594 ENST00000369373 protein_coding 9 5 6 NBPF20 ENSG00000162825 +CDS chr1 145401059 145401131 ENST00000369373 protein_coding 9 5 5 NBPF20 ENSG00000162825 +CDS chr1 145402167 145402381 ENST00000369373 protein_coding 9 5 4 NBPF20 ENSG00000162825 +CDS chr1 145403216 145403318 ENST00000369373 protein_coding 9 5 3 NBPF20 ENSG00000162825 +CDS chr1 145405098 145405272 ENST00000369373 protein_coding 9 5 2 NBPF20 ENSG00000162825 +transcript chr1 145607988 145670650 ENST00000313835 protein_coding 14 1 NA GPR89A ENSG00000117262 +transcript chr1 145608048 145670184 ENST00000534502 protein_coding 5 2 NA GPR89A ENSG00000117262 +CDS chr1 145608134 145608175 ENST00000313835 protein_coding 14 1 1 GPR89A ENSG00000117262 +transcript chr1 145608613 145670178 ENST00000462900 protein_coding 2 2 NA GPR89A ENSG00000117262 +CDS chr1 145616234 145616293 ENST00000313835 protein_coding 14 1 2 GPR89A ENSG00000117262 +CDS chr1 145616267 145616293 ENST00000534502 protein_coding 5 2 3 GPR89A ENSG00000117262 +CDS chr1 145616267 145616293 ENST00000462900 protein_coding 2 2 2 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000313835 protein_coding 14 1 3 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000534502 protein_coding 5 2 4 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000462900 protein_coding 2 2 3 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000313835 protein_coding 14 1 4 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000534502 protein_coding 5 2 5 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000462900 protein_coding 2 2 4 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000313835 protein_coding 14 1 5 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000534502 protein_coding 5 2 6 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000462900 protein_coding 2 2 5 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000313835 protein_coding 14 1 6 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000534502 protein_coding 5 2 7 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000462900 protein_coding 2 2 6 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000313835 protein_coding 14 1 7 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000534502 protein_coding 5 2 8 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000462900 protein_coding 2 2 7 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000313835 protein_coding 14 1 8 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000534502 protein_coding 5 2 9 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000462900 protein_coding 2 2 8 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000313835 protein_coding 14 1 9 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000534502 protein_coding 5 2 10 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000462900 protein_coding 2 2 9 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000313835 protein_coding 14 1 10 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000534502 protein_coding 5 2 11 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000462900 protein_coding 2 2 10 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000313835 protein_coding 14 1 11 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000534502 protein_coding 5 2 12 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000462900 protein_coding 2 2 11 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000313835 protein_coding 14 1 12 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000534502 protein_coding 5 2 13 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000462900 protein_coding 2 2 12 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000313835 protein_coding 14 1 13 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000534502 protein_coding 5 2 14 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000462900 protein_coding 2 2 13 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000313835 protein_coding 14 1 14 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000534502 protein_coding 5 2 15 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000462900 protein_coding 2 2 14 GPR89A ENSG00000117262 +transcript chr1 145670852 145707400 ENST00000451928 protein_coding 6 2 NA PDZK1 ENSG00000174827 +transcript chr1 145670985 145691802 ENST00000344770 protein_coding 6 5 NA PDZK1 ENSG00000174827 +transcript chr1 145670985 145707368 ENST00000417171 protein_coding 6 1 NA PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000344770 protein_coding 6 5 9 PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000417171 protein_coding 6 1 9 PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000451928 protein_coding 6 2 7 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000344770 protein_coding 6 5 8 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000417171 protein_coding 6 1 8 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000451928 protein_coding 6 2 6 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000344770 protein_coding 6 5 7 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000417171 protein_coding 6 1 7 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000451928 protein_coding 6 2 5 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000344770 protein_coding 6 5 6 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000417171 protein_coding 6 1 6 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000451928 protein_coding 6 2 4 PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000344770 protein_coding 6 5 5 PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000417171 protein_coding 6 1 5 PDZK1 ENSG00000174827 +transcript chr1 145680912 145708148 ENST00000443667 protein_coding 1 5 NA PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000443667 protein_coding 1 5 6 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000344770 protein_coding 6 5 4 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000417171 protein_coding 6 1 4 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000443667 protein_coding 1 5 5 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000344770 protein_coding 6 5 3 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000417171 protein_coding 6 1 3 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000443667 protein_coding 1 5 4 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000451928 protein_coding 6 2 3 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000344770 protein_coding 6 5 2 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000417171 protein_coding 6 1 2 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000443667 protein_coding 1 5 3 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000451928 protein_coding 6 2 2 PDZK1 ENSG00000174827 +transcript chr1 145719471 145739153 ENST00000616463 protein_coding 1 2 NA CD160 ENSG00000117281 +transcript chr1 145719499 145739288 ENST00000369288 protein_coding 7 1 NA CD160 ENSG00000117281 +transcript chr1 145728244 145739288 ENST00000235933 protein_coding 10 5 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000616463 protein_coding 1 2 2 CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000369288 protein_coding 7 1 3 CD160 ENSG00000117281 +transcript chr1 145728328 145736301 ENST00000401557 protein_coding 7 1 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000401557 protein_coding 7 1 1 CD160 ENSG00000117281 +transcript chr1 145728328 145738493 ENST00000584442 protein_coding 2 5 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000584442 protein_coding 2 5 1 CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000235933 protein_coding 10 5 1 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000369288 protein_coding 7 1 4 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000401557 protein_coding 7 1 2 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000235933 protein_coding 10 5 2 CD160 ENSG00000117281 +CDS chr1 145735997 145736298 ENST00000616463 protein_coding 1 2 3 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000369288 protein_coding 7 1 5 CD160 ENSG00000117281 +CDS chr1 145735997 145736298 ENST00000401557 protein_coding 7 1 3 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000584442 protein_coding 2 5 2 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000235933 protein_coding 10 5 3 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000369288 protein_coding 7 1 6 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000584442 protein_coding 2 5 3 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000235933 protein_coding 10 5 4 CD160 ENSG00000117281 +transcript chr1 145738868 145824095 ENST00000582693 protein_coding 5 1 NA RNF115 ENSG00000265491 +CDS chr1 145746869 145746997 ENST00000582693 protein_coding 5 1 9 RNF115 ENSG00000265491 +CDS chr1 145747995 145748110 ENST00000582693 protein_coding 5 1 8 RNF115 ENSG00000265491 +CDS chr1 145750407 145750500 ENST00000582693 protein_coding 5 1 7 RNF115 ENSG00000265491 +CDS chr1 145751438 145751510 ENST00000582693 protein_coding 5 1 6 RNF115 ENSG00000265491 +CDS chr1 145752978 145753049 ENST00000582693 protein_coding 5 1 5 RNF115 ENSG00000265491 +CDS chr1 145771711 145771919 ENST00000582693 protein_coding 5 1 4 RNF115 ENSG00000265491 +CDS chr1 145784539 145784596 ENST00000582693 protein_coding 5 1 3 RNF115 ENSG00000265491 +CDS chr1 145788908 145788966 ENST00000582693 protein_coding 5 1 2 RNF115 ENSG00000265491 +CDS chr1 145823772 145823873 ENST00000582693 protein_coding 5 1 1 RNF115 ENSG00000265491 +transcript chr1 145824176 145842493 ENST00000369294 protein_coding 5 1 NA POLR3C ENSG00000186141 +transcript chr1 145824200 145844402 ENST00000334163 protein_coding 4 1 NA POLR3C ENSG00000186141 +CDS chr1 145825777 145825923 ENST00000369294 protein_coding 5 1 2 POLR3C ENSG00000186141 +CDS chr1 145825777 145825923 ENST00000334163 protein_coding 4 1 2 POLR3C ENSG00000186141 +CDS chr1 145826454 145826709 ENST00000369294 protein_coding 5 1 3 POLR3C ENSG00000186141 +CDS chr1 145826454 145826709 ENST00000334163 protein_coding 4 1 3 POLR3C ENSG00000186141 +CDS chr1 145826820 145827005 ENST00000369294 protein_coding 5 1 4 POLR3C ENSG00000186141 +CDS chr1 145826820 145827005 ENST00000334163 protein_coding 4 1 4 POLR3C ENSG00000186141 +CDS chr1 145828749 145828837 ENST00000369294 protein_coding 5 1 5 POLR3C ENSG00000186141 +CDS chr1 145828749 145828837 ENST00000334163 protein_coding 4 1 5 POLR3C ENSG00000186141 +CDS chr1 145833260 145833364 ENST00000369294 protein_coding 5 1 6 POLR3C ENSG00000186141 +CDS chr1 145833260 145833364 ENST00000334163 protein_coding 4 1 6 POLR3C ENSG00000186141 +CDS chr1 145833490 145833582 ENST00000369294 protein_coding 5 1 7 POLR3C ENSG00000186141 +CDS chr1 145833490 145833582 ENST00000334163 protein_coding 4 1 7 POLR3C ENSG00000186141 +CDS chr1 145836494 145836574 ENST00000369294 protein_coding 5 1 8 POLR3C ENSG00000186141 +CDS chr1 145836494 145836574 ENST00000334163 protein_coding 4 1 8 POLR3C ENSG00000186141 +CDS chr1 145836815 145836866 ENST00000369294 protein_coding 5 1 9 POLR3C ENSG00000186141 +CDS chr1 145836815 145836866 ENST00000334163 protein_coding 4 1 9 POLR3C ENSG00000186141 +CDS chr1 145837536 145837596 ENST00000369294 protein_coding 5 1 10 POLR3C ENSG00000186141 +CDS chr1 145837536 145837596 ENST00000334163 protein_coding 4 1 10 POLR3C ENSG00000186141 +CDS chr1 145838056 145838206 ENST00000369294 protein_coding 5 1 11 POLR3C ENSG00000186141 +CDS chr1 145838056 145838206 ENST00000334163 protein_coding 4 1 11 POLR3C ENSG00000186141 +CDS chr1 145839890 145839991 ENST00000334163 protein_coding 4 1 12 POLR3C ENSG00000186141 +CDS chr1 145840116 145840165 ENST00000334163 protein_coding 4 1 13 POLR3C ENSG00000186141 +CDS chr1 145840922 145841071 ENST00000334163 protein_coding 4 1 14 POLR3C ENSG00000186141 +CDS chr1 145842339 145842350 ENST00000369294 protein_coding 5 1 12 POLR3C ENSG00000186141 +CDS chr1 145842339 145842417 ENST00000334163 protein_coding 4 1 15 POLR3C ENSG00000186141 +transcript chr1 145845630 145848954 ENST00000334513 protein_coding 6 5 NA NUDT17 ENSG00000186364 +CDS chr1 145845641 145845832 ENST00000334513 protein_coding 6 5 1 NUDT17 ENSG00000186364 +CDS chr1 145846013 145846196 ENST00000334513 protein_coding 6 5 2 NUDT17 ENSG00000186364 +CDS chr1 145846433 145846458 ENST00000334513 protein_coding 6 5 3 NUDT17 ENSG00000186364 +CDS chr1 145846598 145846690 ENST00000334513 protein_coding 6 5 4 NUDT17 ENSG00000186364 +CDS chr1 145847250 145847348 ENST00000334513 protein_coding 6 5 5 NUDT17 ENSG00000186364 +CDS chr1 145847583 145847719 ENST00000334513 protein_coding 6 5 6 NUDT17 ENSG00000186364 +CDS chr1 145848112 145848264 ENST00000334513 protein_coding 6 5 7 NUDT17 ENSG00000186364 +CDS chr1 145848377 145848476 ENST00000334513 protein_coding 6 5 8 NUDT17 ENSG00000186364 +transcript chr1 145848522 145859045 ENST00000369298 protein_coding 5 5 NA PIAS3 ENSG00000131788 +transcript chr1 145848522 145859081 ENST00000393045 protein_coding 7 1 NA PIAS3 ENSG00000131788 +CDS chr1 145849449 145849712 ENST00000369298 protein_coding 5 5 15 PIAS3 ENSG00000131788 +CDS chr1 145849449 145849712 ENST00000393045 protein_coding 7 1 14 PIAS3 ENSG00000131788 +CDS chr1 145850232 145850269 ENST00000369298 protein_coding 5 5 14 PIAS3 ENSG00000131788 +CDS chr1 145850232 145850269 ENST00000393045 protein_coding 7 1 13 PIAS3 ENSG00000131788 +CDS chr1 145850453 145850586 ENST00000369298 protein_coding 5 5 13 PIAS3 ENSG00000131788 +CDS chr1 145850453 145850586 ENST00000393045 protein_coding 7 1 12 PIAS3 ENSG00000131788 +CDS chr1 145850771 145850939 ENST00000369298 protein_coding 5 5 12 PIAS3 ENSG00000131788 +CDS chr1 145850771 145850939 ENST00000393045 protein_coding 7 1 11 PIAS3 ENSG00000131788 +CDS chr1 145851020 145851153 ENST00000369298 protein_coding 5 5 11 PIAS3 ENSG00000131788 +CDS chr1 145851020 145851153 ENST00000393045 protein_coding 7 1 10 PIAS3 ENSG00000131788 +CDS chr1 145853504 145853664 ENST00000369298 protein_coding 5 5 10 PIAS3 ENSG00000131788 +CDS chr1 145853504 145853664 ENST00000393045 protein_coding 7 1 9 PIAS3 ENSG00000131788 +CDS chr1 145853813 145853886 ENST00000369298 protein_coding 5 5 9 PIAS3 ENSG00000131788 +CDS chr1 145853813 145853886 ENST00000393045 protein_coding 7 1 8 PIAS3 ENSG00000131788 +CDS chr1 145854458 145854563 ENST00000369298 protein_coding 5 5 8 PIAS3 ENSG00000131788 +CDS chr1 145854458 145854563 ENST00000393045 protein_coding 7 1 7 PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000369298 protein_coding 5 5 7 PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000393045 protein_coding 7 1 6 PIAS3 ENSG00000131788 +transcript chr1 145854746 145859836 ENST00000393046 protein_coding 3 2 NA PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000393046 protein_coding 3 2 6 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000369298 protein_coding 5 5 6 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000393045 protein_coding 7 1 5 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000393046 protein_coding 3 2 5 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000369298 protein_coding 5 5 5 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000393045 protein_coding 7 1 4 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000393046 protein_coding 3 2 4 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000369298 protein_coding 5 5 4 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000393045 protein_coding 7 1 3 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000393046 protein_coding 3 2 3 PIAS3 ENSG00000131788 +CDS chr1 145856589 145856667 ENST00000369298 protein_coding 5 5 3 PIAS3 ENSG00000131788 +CDS chr1 145856589 145857006 ENST00000393045 protein_coding 7 1 2 PIAS3 ENSG00000131788 +CDS chr1 145856589 145857003 ENST00000393046 protein_coding 3 2 2 PIAS3 ENSG00000131788 +transcript chr1 145856761 145859745 ENST00000463514 protein_coding 2 3 NA PIAS3 ENSG00000131788 +CDS chr1 145856761 145857006 ENST00000463514 protein_coding 2 3 3 PIAS3 ENSG00000131788 +CDS chr1 145856773 145857006 ENST00000369298 protein_coding 5 5 2 PIAS3 ENSG00000131788 +CDS chr1 145857315 145857344 ENST00000463514 protein_coding 2 3 2 PIAS3 ENSG00000131788 +CDS chr1 145858967 145858990 ENST00000369298 protein_coding 5 5 1 PIAS3 ENSG00000131788 +CDS chr1 145858967 145858990 ENST00000393045 protein_coding 7 1 1 PIAS3 ENSG00000131788 +transcript chr1 145866560 145885866 ENST00000544626 protein_coding 2 5 NA ANKRD35 ENSG00000198483 +transcript chr1 145866564 145885866 ENST00000355594 protein_coding 9 2 NA ANKRD35 ENSG00000198483 +CDS chr1 145867333 145867392 ENST00000544626 protein_coding 2 5 11 ANKRD35 ENSG00000198483 +CDS chr1 145867333 145867392 ENST00000355594 protein_coding 9 2 13 ANKRD35 ENSG00000198483 +CDS chr1 145867991 145868056 ENST00000544626 protein_coding 2 5 10 ANKRD35 ENSG00000198483 +CDS chr1 145867991 145868056 ENST00000355594 protein_coding 9 2 12 ANKRD35 ENSG00000198483 +CDS chr1 145868311 145868400 ENST00000544626 protein_coding 2 5 9 ANKRD35 ENSG00000198483 +CDS chr1 145868311 145868400 ENST00000355594 protein_coding 9 2 11 ANKRD35 ENSG00000198483 +CDS chr1 145871982 145873985 ENST00000544626 protein_coding 2 5 8 ANKRD35 ENSG00000198483 +CDS chr1 145871982 145873985 ENST00000355594 protein_coding 9 2 10 ANKRD35 ENSG00000198483 +CDS chr1 145874155 145874192 ENST00000544626 protein_coding 2 5 7 ANKRD35 ENSG00000198483 +CDS chr1 145874155 145874192 ENST00000355594 protein_coding 9 2 9 ANKRD35 ENSG00000198483 +CDS chr1 145874822 145875006 ENST00000544626 protein_coding 2 5 6 ANKRD35 ENSG00000198483 +CDS chr1 145874822 145875006 ENST00000355594 protein_coding 9 2 8 ANKRD35 ENSG00000198483 +CDS chr1 145876140 145876246 ENST00000544626 protein_coding 2 5 5 ANKRD35 ENSG00000198483 +CDS chr1 145876140 145876246 ENST00000355594 protein_coding 9 2 7 ANKRD35 ENSG00000198483 +CDS chr1 145876569 145876639 ENST00000544626 protein_coding 2 5 4 ANKRD35 ENSG00000198483 +CDS chr1 145876569 145876639 ENST00000355594 protein_coding 9 2 6 ANKRD35 ENSG00000198483 +CDS chr1 145876816 145876873 ENST00000544626 protein_coding 2 5 3 ANKRD35 ENSG00000198483 +CDS chr1 145876816 145876873 ENST00000355594 protein_coding 9 2 5 ANKRD35 ENSG00000198483 +CDS chr1 145877968 145877988 ENST00000544626 protein_coding 2 5 2 ANKRD35 ENSG00000198483 +CDS chr1 145877968 145878032 ENST00000355594 protein_coding 9 2 4 ANKRD35 ENSG00000198483 +CDS chr1 145878391 145878479 ENST00000355594 protein_coding 9 2 3 ANKRD35 ENSG00000198483 +CDS chr1 145879258 145879388 ENST00000355594 protein_coding 9 2 2 ANKRD35 ENSG00000198483 +CDS chr1 145885720 145885758 ENST00000355594 protein_coding 9 2 1 ANKRD35 ENSG00000198483 +CDS chr1 145885726 145885758 ENST00000544626 protein_coding 2 5 1 ANKRD35 ENSG00000198483 +transcript chr1 145891208 145910050 ENST00000369304 protein_coding 8 1 NA ITGA10 ENSG00000143127 +transcript chr1 145891214 145910090 ENST00000539363 protein_coding 2 1 NA ITGA10 ENSG00000143127 +CDS chr1 145892801 145892863 ENST00000369304 protein_coding 8 1 30 ITGA10 ENSG00000143127 +CDS chr1 145892801 145892863 ENST00000539363 protein_coding 2 1 26 ITGA10 ENSG00000143127 +CDS chr1 145893161 145893274 ENST00000369304 protein_coding 8 1 29 ITGA10 ENSG00000143127 +CDS chr1 145893161 145893274 ENST00000539363 protein_coding 2 1 25 ITGA10 ENSG00000143127 +CDS chr1 145893540 145893635 ENST00000369304 protein_coding 8 1 28 ITGA10 ENSG00000143127 +CDS chr1 145893540 145893635 ENST00000539363 protein_coding 2 1 24 ITGA10 ENSG00000143127 +CDS chr1 145895280 145895393 ENST00000369304 protein_coding 8 1 27 ITGA10 ENSG00000143127 +CDS chr1 145895280 145895393 ENST00000539363 protein_coding 2 1 23 ITGA10 ENSG00000143127 +CDS chr1 145895631 145895711 ENST00000369304 protein_coding 8 1 26 ITGA10 ENSG00000143127 +CDS chr1 145895631 145895711 ENST00000539363 protein_coding 2 1 22 ITGA10 ENSG00000143127 +CDS chr1 145895983 145896096 ENST00000369304 protein_coding 8 1 25 ITGA10 ENSG00000143127 +CDS chr1 145895983 145896096 ENST00000539363 protein_coding 2 1 21 ITGA10 ENSG00000143127 +CDS chr1 145896268 145896352 ENST00000369304 protein_coding 8 1 24 ITGA10 ENSG00000143127 +CDS chr1 145896268 145896352 ENST00000539363 protein_coding 2 1 20 ITGA10 ENSG00000143127 +CDS chr1 145896769 145896858 ENST00000369304 protein_coding 8 1 23 ITGA10 ENSG00000143127 +CDS chr1 145896769 145896858 ENST00000539363 protein_coding 2 1 19 ITGA10 ENSG00000143127 +CDS chr1 145897011 145897087 ENST00000369304 protein_coding 8 1 22 ITGA10 ENSG00000143127 +CDS chr1 145897011 145897087 ENST00000539363 protein_coding 2 1 18 ITGA10 ENSG00000143127 +CDS chr1 145897247 145897339 ENST00000369304 protein_coding 8 1 21 ITGA10 ENSG00000143127 +CDS chr1 145897247 145897339 ENST00000539363 protein_coding 2 1 17 ITGA10 ENSG00000143127 +CDS chr1 145897512 145897653 ENST00000369304 protein_coding 8 1 20 ITGA10 ENSG00000143127 +CDS chr1 145897512 145897653 ENST00000539363 protein_coding 2 1 16 ITGA10 ENSG00000143127 +CDS chr1 145897815 145897900 ENST00000369304 protein_coding 8 1 19 ITGA10 ENSG00000143127 +CDS chr1 145897815 145897900 ENST00000539363 protein_coding 2 1 15 ITGA10 ENSG00000143127 +CDS chr1 145898110 145898223 ENST00000369304 protein_coding 8 1 18 ITGA10 ENSG00000143127 +CDS chr1 145898110 145898223 ENST00000539363 protein_coding 2 1 14 ITGA10 ENSG00000143127 +CDS chr1 145898936 145899078 ENST00000369304 protein_coding 8 1 17 ITGA10 ENSG00000143127 +CDS chr1 145898936 145899078 ENST00000539363 protein_coding 2 1 13 ITGA10 ENSG00000143127 +CDS chr1 145899175 145899341 ENST00000369304 protein_coding 8 1 16 ITGA10 ENSG00000143127 +CDS chr1 145899175 145899341 ENST00000539363 protein_coding 2 1 12 ITGA10 ENSG00000143127 +CDS chr1 145900057 145900187 ENST00000369304 protein_coding 8 1 15 ITGA10 ENSG00000143127 +CDS chr1 145900057 145900187 ENST00000539363 protein_coding 2 1 11 ITGA10 ENSG00000143127 +CDS chr1 145900790 145900993 ENST00000369304 protein_coding 8 1 14 ITGA10 ENSG00000143127 +CDS chr1 145900790 145900993 ENST00000539363 protein_coding 2 1 10 ITGA10 ENSG00000143127 +CDS chr1 145901135 145901278 ENST00000369304 protein_coding 8 1 13 ITGA10 ENSG00000143127 +CDS chr1 145901135 145901278 ENST00000539363 protein_coding 2 1 9 ITGA10 ENSG00000143127 +CDS chr1 145901516 145901664 ENST00000369304 protein_coding 8 1 12 ITGA10 ENSG00000143127 +CDS chr1 145901516 145901664 ENST00000539363 protein_coding 2 1 8 ITGA10 ENSG00000143127 +CDS chr1 145901877 145902021 ENST00000369304 protein_coding 8 1 11 ITGA10 ENSG00000143127 +CDS chr1 145901877 145902021 ENST00000539363 protein_coding 2 1 7 ITGA10 ENSG00000143127 +CDS chr1 145902246 145902319 ENST00000369304 protein_coding 8 1 10 ITGA10 ENSG00000143127 +CDS chr1 145902246 145902319 ENST00000539363 protein_coding 2 1 6 ITGA10 ENSG00000143127 +CDS chr1 145902454 145902619 ENST00000369304 protein_coding 8 1 9 ITGA10 ENSG00000143127 +CDS chr1 145902454 145902619 ENST00000539363 protein_coding 2 1 5 ITGA10 ENSG00000143127 +CDS chr1 145902811 145902961 ENST00000369304 protein_coding 8 1 8 ITGA10 ENSG00000143127 +CDS chr1 145902811 145902961 ENST00000539363 protein_coding 2 1 4 ITGA10 ENSG00000143127 +CDS chr1 145904052 145904200 ENST00000369304 protein_coding 8 1 7 ITGA10 ENSG00000143127 +CDS chr1 145904052 145904200 ENST00000539363 protein_coding 2 1 3 ITGA10 ENSG00000143127 +CDS chr1 145904684 145904811 ENST00000369304 protein_coding 8 1 6 ITGA10 ENSG00000143127 +CDS chr1 145904684 145904811 ENST00000539363 protein_coding 2 1 2 ITGA10 ENSG00000143127 +CDS chr1 145906394 145906508 ENST00000369304 protein_coding 8 1 5 ITGA10 ENSG00000143127 +CDS chr1 145906733 145906824 ENST00000369304 protein_coding 8 1 4 ITGA10 ENSG00000143127 +CDS chr1 145907041 145907150 ENST00000369304 protein_coding 8 1 3 ITGA10 ENSG00000143127 +CDS chr1 145907354 145907465 ENST00000369304 protein_coding 8 1 2 ITGA10 ENSG00000143127 +CDS chr1 145909963 145910014 ENST00000369304 protein_coding 8 1 1 ITGA10 ENSG00000143127 +CDS chr1 145909963 145910014 ENST00000539363 protein_coding 2 1 1 ITGA10 ENSG00000143127 +transcript chr1 145911350 145912406 ENST00000428634 protein_coding 1 2 NA PEX11B ENSG00000131779 +transcript chr1 145911350 145918717 ENST00000369306 protein_coding 8 1 NA PEX11B ENSG00000131779 +transcript chr1 145911351 145918529 ENST00000537888 protein_coding 1 2 NA PEX11B ENSG00000131779 +CDS chr1 145912164 145912406 ENST00000428634 protein_coding 1 2 1 PEX11B ENSG00000131779 +CDS chr1 145912164 145912566 ENST00000369306 protein_coding 8 1 4 PEX11B ENSG00000131779 +CDS chr1 145912164 145912566 ENST00000537888 protein_coding 1 2 4 PEX11B ENSG00000131779 +CDS chr1 145916817 145917018 ENST00000369306 protein_coding 8 1 3 PEX11B ENSG00000131779 +CDS chr1 145916817 145917018 ENST00000537888 protein_coding 1 2 3 PEX11B ENSG00000131779 +CDS chr1 145917701 145917816 ENST00000369306 protein_coding 8 1 2 PEX11B ENSG00000131779 +CDS chr1 145917701 145917816 ENST00000537888 protein_coding 1 2 2 PEX11B ENSG00000131779 +CDS chr1 145918432 145918445 ENST00000537888 protein_coding 1 2 1 PEX11B ENSG00000131779 +CDS chr1 145918633 145918688 ENST00000369306 protein_coding 8 1 1 PEX11B ENSG00000131779 +transcript chr1 145921556 145927476 ENST00000691760 protein_coding 1 NA NA RBM8A ENSG00000265241 +transcript chr1 145921556 145927484 ENST00000583313 protein_coding 7 1 NA RBM8A ENSG00000265241 +transcript chr1 145921632 145927447 ENST00000632555 protein_coding 1 3 NA RBM8A ENSG00000265241 +transcript chr1 145925642 145927460 ENST00000369307 protein_coding 4 1 NA RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000691760 protein_coding 1 NA 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000583313 protein_coding 7 1 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000632555 protein_coding 1 3 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000369307 protein_coding 4 1 6 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000691760 protein_coding 1 NA 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000583313 protein_coding 7 1 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000632555 protein_coding 1 3 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000369307 protein_coding 4 1 5 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000691760 protein_coding 1 NA 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000583313 protein_coding 7 1 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000632555 protein_coding 1 3 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000369307 protein_coding 4 1 4 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000691760 protein_coding 1 NA 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000583313 protein_coding 7 1 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000632555 protein_coding 1 3 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926883 ENST00000369307 protein_coding 4 1 3 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000691760 protein_coding 1 NA 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000583313 protein_coding 7 1 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000632555 protein_coding 1 3 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000369307 protein_coding 4 1 2 RBM8A ENSG00000265241 +transcript chr1 145927258 145977811 ENST00000625258 protein_coding 1 5 NA NA ENSG00000280778 +CDS chr1 145927360 145927426 ENST00000691760 protein_coding 1 NA 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000583313 protein_coding 7 1 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000632555 protein_coding 1 3 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000369307 protein_coding 4 1 1 RBM8A ENSG00000265241 +transcript chr1 145933423 145958017 ENST00000604000 protein_coding 4 1 NA LIX1L ENSG00000271601 +CDS chr1 145936313 145936552 ENST00000604000 protein_coding 4 1 6 LIX1L ENSG00000271601 +CDS chr1 145936908 145936985 ENST00000604000 protein_coding 4 1 5 LIX1L ENSG00000271601 +CDS chr1 145937604 145937699 ENST00000604000 protein_coding 4 1 4 LIX1L ENSG00000271601 +CDS chr1 145942713 145942853 ENST00000604000 protein_coding 4 1 3 LIX1L ENSG00000271601 +CDS chr1 145947619 145947782 ENST00000604000 protein_coding 4 1 2 LIX1L ENSG00000271601 +CDS chr1 145957636 145957927 ENST00000604000 protein_coding 4 1 1 LIX1L ENSG00000271601 +transcript chr1 145959441 145964575 ENST00000606888 protein_coding 3 2 NA ANKRD34A ENSG00000272031 +CDS chr1 145960272 145961759 ENST00000606888 protein_coding 3 2 4 ANKRD34A ENSG00000272031 +transcript chr1 145961404 145962596 ENST00000619813 protein_coding 1 4 NA ANKRD34A ENSG00000272031 +CDS chr1 145961404 145961759 ENST00000619813 protein_coding 1 4 3 ANKRD34A ENSG00000272031 +transcript chr1 145961449 145962955 ENST00000619519 protein_coding 1 4 NA ANKRD34A ENSG00000272031 +CDS chr1 145961449 145961759 ENST00000619519 protein_coding 1 4 2 ANKRD34A ENSG00000272031 +transcript chr1 145964690 145978848 ENST00000369314 protein_coding 2 1 NA POLR3GL ENSG00000121851 +transcript chr1 145964703 145978570 ENST00000369313 protein_coding 7 2 NA POLR3GL ENSG00000121851 +CDS chr1 145974866 145974991 ENST00000369314 protein_coding 2 1 2 POLR3GL ENSG00000121851 +CDS chr1 145974866 145974991 ENST00000369313 protein_coding 7 2 2 POLR3GL ENSG00000121851 +CDS chr1 145975307 145975436 ENST00000369314 protein_coding 2 1 3 POLR3GL ENSG00000121851 +CDS chr1 145975307 145975436 ENST00000369313 protein_coding 7 2 3 POLR3GL ENSG00000121851 +CDS chr1 145977084 145977152 ENST00000369314 protein_coding 2 1 4 POLR3GL ENSG00000121851 +CDS chr1 145977113 145977152 ENST00000625258 protein_coding 1 5 2 NA ENSG00000280778 +CDS chr1 145977483 145977539 ENST00000625258 protein_coding 1 5 3 NA ENSG00000280778 +CDS chr1 145977483 145977539 ENST00000369314 protein_coding 2 1 5 POLR3GL ENSG00000121851 +CDS chr1 145977483 145977539 ENST00000369313 protein_coding 7 2 4 POLR3GL ENSG00000121851 +CDS chr1 145977778 145977811 ENST00000625258 protein_coding 1 5 4 NA ENSG00000280778 +CDS chr1 145977778 145977851 ENST00000369314 protein_coding 2 1 6 POLR3GL ENSG00000121851 +CDS chr1 145977778 145977851 ENST00000369313 protein_coding 7 2 5 POLR3GL ENSG00000121851 +CDS chr1 145977983 145978096 ENST00000369314 protein_coding 2 1 7 POLR3GL ENSG00000121851 +CDS chr1 145977983 145978096 ENST00000369313 protein_coding 7 2 6 POLR3GL ENSG00000121851 +CDS chr1 145978361 145978444 ENST00000369314 protein_coding 2 1 8 POLR3GL ENSG00000121851 +CDS chr1 145978361 145978444 ENST00000369313 protein_coding 7 2 7 POLR3GL ENSG00000121851 +transcript chr1 145992435 145996579 ENST00000582401 protein_coding 6 1 NA TXNIP ENSG00000265972 +transcript chr1 145993839 145995763 ENST00000425134 protein_coding 2 2 NA TXNIP ENSG00000265972 +CDS chr1 145993854 145993886 ENST00000582401 protein_coding 6 1 8 TXNIP ENSG00000265972 +CDS chr1 145993854 145993886 ENST00000425134 protein_coding 2 2 7 TXNIP ENSG00000265972 +CDS chr1 145994016 145994167 ENST00000582401 protein_coding 6 1 7 TXNIP ENSG00000265972 +CDS chr1 145994016 145994167 ENST00000425134 protein_coding 2 2 6 TXNIP ENSG00000265972 +CDS chr1 145994281 145994437 ENST00000582401 protein_coding 6 1 6 TXNIP ENSG00000265972 +CDS chr1 145994281 145994437 ENST00000425134 protein_coding 2 2 5 TXNIP ENSG00000265972 +CDS chr1 145994544 145994800 ENST00000582401 protein_coding 6 1 5 TXNIP ENSG00000265972 +CDS chr1 145994544 145994800 ENST00000425134 protein_coding 2 2 4 TXNIP ENSG00000265972 +CDS chr1 145994929 145995031 ENST00000582401 protein_coding 6 1 4 TXNIP ENSG00000265972 +CDS chr1 145994929 145995031 ENST00000425134 protein_coding 2 2 3 TXNIP ENSG00000265972 +CDS chr1 145995144 145995291 ENST00000582401 protein_coding 6 1 3 TXNIP ENSG00000265972 +CDS chr1 145995144 145995291 ENST00000425134 protein_coding 2 2 2 TXNIP ENSG00000265972 +CDS chr1 145995404 145995476 ENST00000582401 protein_coding 6 1 2 TXNIP ENSG00000265972 +CDS chr1 145995404 145995561 ENST00000425134 protein_coding 2 2 1 TXNIP ENSG00000265972 +CDS chr1 145996017 145996266 ENST00000582401 protein_coding 6 1 1 TXNIP ENSG00000265972 +transcript chr1 146017468 146021734 ENST00000475797 protein_coding 1 2 NA HJV ENSG00000168509 +transcript chr1 146017468 146021735 ENST00000497365 protein_coding 5 1 NA HJV ENSG00000168509 +transcript chr1 146017470 146021735 ENST00000336751 protein_coding 11 2 NA HJV ENSG00000168509 +transcript chr1 146017470 146021918 ENST00000357836 protein_coding 5 1 NA HJV ENSG00000168509 +transcript chr1 146017547 146036746 ENST00000636675 protein_coding 1 5 NA HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000475797 protein_coding 1 2 2 HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000497365 protein_coding 5 1 3 HJV ENSG00000168509 +CDS chr1 146018080 146018700 ENST00000336751 protein_coding 11 2 4 HJV ENSG00000168509 +CDS chr1 146018080 146018700 ENST00000357836 protein_coding 5 1 3 HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000636675 protein_coding 1 5 3 HJV ENSG00000168509 +transcript chr1 146018567 146021735 ENST00000634927 protein_coding 1 4 NA HJV ENSG00000168509 +CDS chr1 146018625 146018700 ENST00000634927 protein_coding 1 4 4 HJV ENSG00000168509 +CDS chr1 146019175 146019734 ENST00000336751 protein_coding 11 2 3 HJV ENSG00000168509 +CDS chr1 146019175 146019492 ENST00000357836 protein_coding 5 1 2 HJV ENSG00000168509 +transcript chr1 146019552 146021735 ENST00000421822 protein_coding 2 4 NA HJV ENSG00000168509 +CDS chr1 146019552 146019734 ENST00000421822 protein_coding 2 4 3 HJV ENSG00000168509 +CDS chr1 146019698 146019734 ENST00000634927 protein_coding 1 4 3 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000336751 protein_coding 11 2 2 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000634927 protein_coding 1 4 2 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000421822 protein_coding 2 4 2 HJV ENSG00000168509 +transcript chr1 146064711 146144804 ENST00000583866 protein_coding 9 5 NA NBPF10 ENSG00000271425 +transcript chr1 146066318 146144804 ENST00000617010 protein_coding 2 5 NA NBPF10 ENSG00000271425 +CDS chr1 146066321 146066561 ENST00000583866 protein_coding 9 5 90 NBPF10 ENSG00000271425 +CDS chr1 146066321 146066561 ENST00000617010 protein_coding 2 5 91 NBPF10 ENSG00000271425 +CDS chr1 146067180 146067288 ENST00000583866 protein_coding 9 5 89 NBPF10 ENSG00000271425 +CDS chr1 146067180 146067288 ENST00000617010 protein_coding 2 5 90 NBPF10 ENSG00000271425 +CDS chr1 146068003 146068175 ENST00000583866 protein_coding 9 5 88 NBPF10 ENSG00000271425 +CDS chr1 146068003 146068175 ENST00000617010 protein_coding 2 5 89 NBPF10 ENSG00000271425 +CDS chr1 146068772 146068823 ENST00000583866 protein_coding 9 5 87 NBPF10 ENSG00000271425 +CDS chr1 146068772 146068823 ENST00000617010 protein_coding 2 5 88 NBPF10 ENSG00000271425 +CDS chr1 146069543 146069715 ENST00000583866 protein_coding 9 5 86 NBPF10 ENSG00000271425 +CDS chr1 146069543 146069715 ENST00000617010 protein_coding 2 5 87 NBPF10 ENSG00000271425 +CDS chr1 146070324 146070432 ENST00000583866 protein_coding 9 5 85 NBPF10 ENSG00000271425 +CDS chr1 146070324 146070432 ENST00000617010 protein_coding 2 5 86 NBPF10 ENSG00000271425 +CDS chr1 146071147 146071319 ENST00000583866 protein_coding 9 5 84 NBPF10 ENSG00000271425 +CDS chr1 146071147 146071319 ENST00000617010 protein_coding 2 5 85 NBPF10 ENSG00000271425 +CDS chr1 146071968 146072019 ENST00000583866 protein_coding 9 5 83 NBPF10 ENSG00000271425 +CDS chr1 146071968 146072019 ENST00000617010 protein_coding 2 5 84 NBPF10 ENSG00000271425 +CDS chr1 146072729 146072901 ENST00000583866 protein_coding 9 5 82 NBPF10 ENSG00000271425 +CDS chr1 146072729 146072901 ENST00000617010 protein_coding 2 5 83 NBPF10 ENSG00000271425 +CDS chr1 146073500 146073551 ENST00000583866 protein_coding 9 5 81 NBPF10 ENSG00000271425 +CDS chr1 146073500 146073551 ENST00000617010 protein_coding 2 5 82 NBPF10 ENSG00000271425 +CDS chr1 146074271 146074443 ENST00000583866 protein_coding 9 5 80 NBPF10 ENSG00000271425 +CDS chr1 146074271 146074504 ENST00000617010 protein_coding 2 5 81 NBPF10 ENSG00000271425 +CDS chr1 146074572 146074717 ENST00000617010 protein_coding 2 5 80 NBPF10 ENSG00000271425 +CDS chr1 146075046 146075154 ENST00000583866 protein_coding 9 5 79 NBPF10 ENSG00000271425 +CDS chr1 146075046 146075154 ENST00000617010 protein_coding 2 5 79 NBPF10 ENSG00000271425 +CDS chr1 146075869 146076041 ENST00000583866 protein_coding 9 5 78 NBPF10 ENSG00000271425 +CDS chr1 146075869 146076041 ENST00000617010 protein_coding 2 5 78 NBPF10 ENSG00000271425 +CDS chr1 146076706 146076757 ENST00000583866 protein_coding 9 5 77 NBPF10 ENSG00000271425 +CDS chr1 146076706 146076757 ENST00000617010 protein_coding 2 5 77 NBPF10 ENSG00000271425 +CDS chr1 146077467 146077639 ENST00000583866 protein_coding 9 5 76 NBPF10 ENSG00000271425 +CDS chr1 146077467 146077639 ENST00000617010 protein_coding 2 5 76 NBPF10 ENSG00000271425 +CDS chr1 146078236 146078287 ENST00000583866 protein_coding 9 5 75 NBPF10 ENSG00000271425 +CDS chr1 146078236 146078287 ENST00000617010 protein_coding 2 5 75 NBPF10 ENSG00000271425 +CDS chr1 146079007 146079179 ENST00000583866 protein_coding 9 5 74 NBPF10 ENSG00000271425 +CDS chr1 146079007 146079179 ENST00000617010 protein_coding 2 5 74 NBPF10 ENSG00000271425 +CDS chr1 146079782 146079890 ENST00000583866 protein_coding 9 5 73 NBPF10 ENSG00000271425 +CDS chr1 146079782 146079890 ENST00000617010 protein_coding 2 5 73 NBPF10 ENSG00000271425 +CDS chr1 146080605 146080777 ENST00000583866 protein_coding 9 5 72 NBPF10 ENSG00000271425 +CDS chr1 146080605 146080777 ENST00000617010 protein_coding 2 5 72 NBPF10 ENSG00000271425 +CDS chr1 146081436 146081487 ENST00000583866 protein_coding 9 5 71 NBPF10 ENSG00000271425 +CDS chr1 146081436 146081487 ENST00000617010 protein_coding 2 5 71 NBPF10 ENSG00000271425 +CDS chr1 146082197 146082369 ENST00000583866 protein_coding 9 5 70 NBPF10 ENSG00000271425 +CDS chr1 146082197 146082369 ENST00000617010 protein_coding 2 5 70 NBPF10 ENSG00000271425 +CDS chr1 146082966 146083017 ENST00000583866 protein_coding 9 5 69 NBPF10 ENSG00000271425 +CDS chr1 146082966 146083017 ENST00000617010 protein_coding 2 5 69 NBPF10 ENSG00000271425 +CDS chr1 146083737 146083909 ENST00000583866 protein_coding 9 5 68 NBPF10 ENSG00000271425 +CDS chr1 146083737 146083909 ENST00000617010 protein_coding 2 5 68 NBPF10 ENSG00000271425 +CDS chr1 146084518 146084626 ENST00000583866 protein_coding 9 5 67 NBPF10 ENSG00000271425 +CDS chr1 146084518 146084626 ENST00000617010 protein_coding 2 5 67 NBPF10 ENSG00000271425 +CDS chr1 146085341 146085513 ENST00000583866 protein_coding 9 5 66 NBPF10 ENSG00000271425 +CDS chr1 146085341 146085513 ENST00000617010 protein_coding 2 5 66 NBPF10 ENSG00000271425 +CDS chr1 146086164 146086215 ENST00000583866 protein_coding 9 5 65 NBPF10 ENSG00000271425 +CDS chr1 146086164 146086215 ENST00000617010 protein_coding 2 5 65 NBPF10 ENSG00000271425 +CDS chr1 146086924 146087096 ENST00000583866 protein_coding 9 5 64 NBPF10 ENSG00000271425 +CDS chr1 146086924 146087096 ENST00000617010 protein_coding 2 5 64 NBPF10 ENSG00000271425 +CDS chr1 146087693 146087744 ENST00000583866 protein_coding 9 5 63 NBPF10 ENSG00000271425 +CDS chr1 146087693 146087744 ENST00000617010 protein_coding 2 5 63 NBPF10 ENSG00000271425 +CDS chr1 146088464 146088636 ENST00000583866 protein_coding 9 5 62 NBPF10 ENSG00000271425 +CDS chr1 146088464 146088470 ENST00000617010 protein_coding 2 5 62 NBPF10 ENSG00000271425 +CDS chr1 146089239 146089347 ENST00000583866 protein_coding 9 5 61 NBPF10 ENSG00000271425 +CDS chr1 146090062 146090234 ENST00000583866 protein_coding 9 5 60 NBPF10 ENSG00000271425 +CDS chr1 146090881 146090932 ENST00000583866 protein_coding 9 5 59 NBPF10 ENSG00000271425 +CDS chr1 146091642 146091814 ENST00000583866 protein_coding 9 5 58 NBPF10 ENSG00000271425 +CDS chr1 146092411 146092462 ENST00000583866 protein_coding 9 5 57 NBPF10 ENSG00000271425 +CDS chr1 146093182 146093354 ENST00000583866 protein_coding 9 5 56 NBPF10 ENSG00000271425 +CDS chr1 146093957 146094065 ENST00000583866 protein_coding 9 5 55 NBPF10 ENSG00000271425 +CDS chr1 146094780 146094952 ENST00000583866 protein_coding 9 5 54 NBPF10 ENSG00000271425 +CDS chr1 146095603 146095654 ENST00000583866 protein_coding 9 5 53 NBPF10 ENSG00000271425 +CDS chr1 146096364 146096536 ENST00000583866 protein_coding 9 5 52 NBPF10 ENSG00000271425 +CDS chr1 146097133 146097184 ENST00000583866 protein_coding 9 5 51 NBPF10 ENSG00000271425 +CDS chr1 146097904 146098076 ENST00000583866 protein_coding 9 5 50 NBPF10 ENSG00000271425 +CDS chr1 146098679 146098787 ENST00000583866 protein_coding 9 5 49 NBPF10 ENSG00000271425 +CDS chr1 146099502 146099674 ENST00000583866 protein_coding 9 5 48 NBPF10 ENSG00000271425 +CDS chr1 146100325 146100376 ENST00000583866 protein_coding 9 5 47 NBPF10 ENSG00000271425 +CDS chr1 146101086 146101258 ENST00000583866 protein_coding 9 5 46 NBPF10 ENSG00000271425 +CDS chr1 146101855 146101906 ENST00000583866 protein_coding 9 5 45 NBPF10 ENSG00000271425 +CDS chr1 146102626 146102798 ENST00000583866 protein_coding 9 5 44 NBPF10 ENSG00000271425 +CDS chr1 146103401 146103509 ENST00000583866 protein_coding 9 5 43 NBPF10 ENSG00000271425 +CDS chr1 146104224 146104396 ENST00000583866 protein_coding 9 5 42 NBPF10 ENSG00000271425 +CDS chr1 146105043 146105094 ENST00000583866 protein_coding 9 5 41 NBPF10 ENSG00000271425 +CDS chr1 146105804 146105976 ENST00000583866 protein_coding 9 5 40 NBPF10 ENSG00000271425 +CDS chr1 146106573 146106624 ENST00000583866 protein_coding 9 5 39 NBPF10 ENSG00000271425 +CDS chr1 146107344 146107516 ENST00000583866 protein_coding 9 5 38 NBPF10 ENSG00000271425 +CDS chr1 146108119 146108227 ENST00000583866 protein_coding 9 5 37 NBPF10 ENSG00000271425 +CDS chr1 146108942 146109114 ENST00000583866 protein_coding 9 5 36 NBPF10 ENSG00000271425 +CDS chr1 146109751 146109802 ENST00000583866 protein_coding 9 5 35 NBPF10 ENSG00000271425 +CDS chr1 146110512 146110684 ENST00000583866 protein_coding 9 5 34 NBPF10 ENSG00000271425 +CDS chr1 146111281 146111332 ENST00000583866 protein_coding 9 5 33 NBPF10 ENSG00000271425 +CDS chr1 146112054 146112226 ENST00000583866 protein_coding 9 5 32 NBPF10 ENSG00000271425 +CDS chr1 146112829 146112937 ENST00000583866 protein_coding 9 5 31 NBPF10 ENSG00000271425 +CDS chr1 146113652 146113824 ENST00000583866 protein_coding 9 5 30 NBPF10 ENSG00000271425 +transcript chr1 146113652 146229000 ENST00000612520 protein_coding 2 5 NA NBPF10 ENSG00000271425 +CDS chr1 146113652 146113824 ENST00000612520 protein_coding 2 5 21 NBPF10 ENSG00000271425 +CDS chr1 146114469 146114520 ENST00000583866 protein_coding 9 5 29 NBPF10 ENSG00000271425 +CDS chr1 146114469 146114520 ENST00000612520 protein_coding 2 5 20 NBPF10 ENSG00000271425 +CDS chr1 146115230 146115402 ENST00000583866 protein_coding 9 5 28 NBPF10 ENSG00000271425 +CDS chr1 146115999 146116050 ENST00000583866 protein_coding 9 5 27 NBPF10 ENSG00000271425 +CDS chr1 146116772 146116944 ENST00000583866 protein_coding 9 5 26 NBPF10 ENSG00000271425 +CDS chr1 146117547 146117655 ENST00000583866 protein_coding 9 5 25 NBPF10 ENSG00000271425 +CDS chr1 146118370 146118542 ENST00000583866 protein_coding 9 5 24 NBPF10 ENSG00000271425 +CDS chr1 146119195 146119246 ENST00000583866 protein_coding 9 5 23 NBPF10 ENSG00000271425 +CDS chr1 146119956 146120128 ENST00000583866 protein_coding 9 5 22 NBPF10 ENSG00000271425 +CDS chr1 146120725 146120776 ENST00000583866 protein_coding 9 5 21 NBPF10 ENSG00000271425 +CDS chr1 146121498 146121670 ENST00000583866 protein_coding 9 5 20 NBPF10 ENSG00000271425 +CDS chr1 146121498 146121670 ENST00000612520 protein_coding 2 5 19 NBPF10 ENSG00000271425 +CDS chr1 146122283 146122391 ENST00000583866 protein_coding 9 5 19 NBPF10 ENSG00000271425 +CDS chr1 146123106 146123278 ENST00000583866 protein_coding 9 5 18 NBPF10 ENSG00000271425 +CDS chr1 146123927 146123978 ENST00000583866 protein_coding 9 5 17 NBPF10 ENSG00000271425 +CDS chr1 146124688 146124860 ENST00000583866 protein_coding 9 5 16 NBPF10 ENSG00000271425 +CDS chr1 146125465 146125516 ENST00000583866 protein_coding 9 5 15 NBPF10 ENSG00000271425 +CDS chr1 146126236 146126408 ENST00000583866 protein_coding 9 5 14 NBPF10 ENSG00000271425 +CDS chr1 146127028 146127079 ENST00000583866 protein_coding 9 5 13 NBPF10 ENSG00000271425 +CDS chr1 146127028 146127079 ENST00000612520 protein_coding 2 5 18 NBPF10 ENSG00000271425 +CDS chr1 146128119 146128282 ENST00000583866 protein_coding 9 5 12 NBPF10 ENSG00000271425 +CDS chr1 146128119 146128282 ENST00000612520 protein_coding 2 5 17 NBPF10 ENSG00000271425 +CDS chr1 146132186 146132237 ENST00000583866 protein_coding 9 5 11 NBPF10 ENSG00000271425 +CDS chr1 146132186 146132237 ENST00000612520 protein_coding 2 5 16 NBPF10 ENSG00000271425 +CDS chr1 146133523 146133728 ENST00000583866 protein_coding 9 5 10 NBPF10 ENSG00000271425 +CDS chr1 146133523 146133728 ENST00000612520 protein_coding 2 5 15 NBPF10 ENSG00000271425 +CDS chr1 146134193 146134265 ENST00000583866 protein_coding 9 5 9 NBPF10 ENSG00000271425 +CDS chr1 146134193 146134265 ENST00000612520 protein_coding 2 5 14 NBPF10 ENSG00000271425 +CDS chr1 146135307 146135521 ENST00000583866 protein_coding 9 5 8 NBPF10 ENSG00000271425 +CDS chr1 146135307 146135521 ENST00000612520 protein_coding 2 5 13 NBPF10 ENSG00000271425 +CDS chr1 146136353 146136455 ENST00000583866 protein_coding 9 5 7 NBPF10 ENSG00000271425 +CDS chr1 146136353 146136455 ENST00000612520 protein_coding 2 5 12 NBPF10 ENSG00000271425 +CDS chr1 146138236 146138445 ENST00000583866 protein_coding 9 5 6 NBPF10 ENSG00000271425 +CDS chr1 146138236 146138445 ENST00000612520 protein_coding 2 5 11 NBPF10 ENSG00000271425 +CDS chr1 146139809 146140020 ENST00000583866 protein_coding 9 5 5 NBPF10 ENSG00000271425 +CDS chr1 146139809 146140020 ENST00000612520 protein_coding 2 5 10 NBPF10 ENSG00000271425 +CDS chr1 146140484 146140556 ENST00000583866 protein_coding 9 5 4 NBPF10 ENSG00000271425 +CDS chr1 146140484 146140556 ENST00000612520 protein_coding 2 5 9 NBPF10 ENSG00000271425 +CDS chr1 146141604 146141818 ENST00000583866 protein_coding 9 5 3 NBPF10 ENSG00000271425 +CDS chr1 146141604 146141818 ENST00000612520 protein_coding 2 5 8 NBPF10 ENSG00000271425 +CDS chr1 146142650 146142752 ENST00000583866 protein_coding 9 5 2 NBPF10 ENSG00000271425 +CDS chr1 146142650 146142752 ENST00000612520 protein_coding 2 5 7 NBPF10 ENSG00000271425 +CDS chr1 146144595 146144769 ENST00000583866 protein_coding 9 5 1 NBPF10 ENSG00000271425 +CDS chr1 146144595 146144769 ENST00000612520 protein_coding 2 5 6 NBPF10 ENSG00000271425 +transcript chr1 146146521 146229026 ENST00000579793 protein_coding 6 2 NA NOTCH2NLA ENSG00000264343 +CDS chr1 146147692 146147747 ENST00000579793 protein_coding 6 2 5 NOTCH2NLA ENSG00000264343 +transcript chr1 146155352 146229026 ENST00000362074 protein_coding 7 1 NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000687833 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000688759 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000689750 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156110 146228528 ENST00000686973 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156110 146229031 ENST00000692119 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000362074 protein_coding 7 1 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000687833 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000686973 protein_coding 1 NA 7 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000692119 protein_coding 1 NA 6 NOTCH2NLA ENSG00000264343 +CDS chr1 146156295 146156815 ENST00000688759 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156295 146156815 ENST00000689750 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000579793 protein_coding 6 2 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000362074 protein_coding 7 1 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000687833 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000686973 protein_coding 1 NA 6 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000692119 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000579793 protein_coding 6 2 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000362074 protein_coding 7 1 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000687833 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000688759 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000689750 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000686973 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000692119 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +transcript chr1 146164841 146228508 ENST00000685177 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +CDS chr1 146164841 146165010 ENST00000685177 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000579793 protein_coding 6 2 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000362074 protein_coding 7 1 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000687833 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000688759 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000689750 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000686973 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000692119 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000685177 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +transcript chr1 146344006 146344765 ENST00000584068 protein_coding 4 NA NA PPIAL4H ENSG00000270339 +CDS chr1 146344224 146344715 ENST00000584068 protein_coding 4 NA 1 PPIAL4H ENSG00000270339 +transcript chr1 146938744 146996202 ENST00000617931 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146949314 146996093 ENST00000617844 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146949314 146996093 ENST00000611443 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146959971 146994601 ENST00000439206 protein_coding 6 5 NA NBPF12 ENSG00000268043 +transcript chr1 146959971 146994601 ENST00000613714 protein_coding 2 5 NA NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000617931 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000617844 protein_coding 4 5 4 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000439206 protein_coding 6 5 2 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000611443 protein_coding 4 5 4 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000617931 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000617844 protein_coding 4 5 5 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000611443 protein_coding 4 5 5 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000617931 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000617844 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000611443 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000617931 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000617844 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000611443 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000617931 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000617844 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000611443 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000617931 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000617844 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000611443 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146966499 146966673 ENST00000613714 protein_coding 2 5 2 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000617931 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000617844 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000439206 protein_coding 6 5 3 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000611443 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000613714 protein_coding 2 5 3 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000617931 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000617844 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000439206 protein_coding 6 5 4 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000611443 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000613714 protein_coding 2 5 4 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000617931 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000617844 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000439206 protein_coding 6 5 5 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000611443 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000613714 protein_coding 2 5 5 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000617931 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000617844 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000611443 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000613714 protein_coding 2 5 6 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000617931 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000617844 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000611443 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000613714 protein_coding 2 5 7 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000617931 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000617844 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000611443 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000613714 protein_coding 2 5 8 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000617931 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000617844 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000611443 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000613714 protein_coding 2 5 9 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000617931 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000617844 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000611443 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000613714 protein_coding 2 5 10 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000617931 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000617844 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000439206 protein_coding 6 5 6 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000611443 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000613714 protein_coding 2 5 11 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000617931 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000617844 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000439206 protein_coding 6 5 7 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000611443 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000613714 protein_coding 2 5 12 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000617931 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000617844 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000439206 protein_coding 6 5 8 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000611443 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000613714 protein_coding 2 5 13 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000617931 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000617844 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000439206 protein_coding 6 5 9 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000611443 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000613714 protein_coding 2 5 14 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000617931 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000617844 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000611443 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000617931 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000617844 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000611443 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000617931 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000617844 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000439206 protein_coding 6 5 10 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000611443 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000613714 protein_coding 2 5 15 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000617931 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000617844 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000439206 protein_coding 6 5 11 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000611443 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000613714 protein_coding 2 5 16 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000617931 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000617844 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000439206 protein_coding 6 5 12 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000611443 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000613714 protein_coding 2 5 17 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000617931 protein_coding 4 5 29 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000617844 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000611443 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000613714 protein_coding 2 5 18 NBPF12 ENSG00000268043 +CDS chr1 146989574 146989746 ENST00000617931 protein_coding 4 5 30 NBPF12 ENSG00000268043 +CDS chr1 146989574 146989746 ENST00000617844 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000617931 protein_coding 4 5 31 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000617844 protein_coding 4 5 29 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000439206 protein_coding 6 5 13 NBPF12 ENSG00000268043 +CDS chr1 146991113 146991285 ENST00000617931 protein_coding 4 5 32 NBPF12 ENSG00000268043 +CDS chr1 146991113 146991285 ENST00000617844 protein_coding 4 5 30 NBPF12 ENSG00000268043 +CDS chr1 146991995 146992046 ENST00000617931 protein_coding 4 5 33 NBPF12 ENSG00000268043 +CDS chr1 146991995 146992046 ENST00000617844 protein_coding 4 5 31 NBPF12 ENSG00000268043 +CDS chr1 146992712 146992884 ENST00000617931 protein_coding 4 5 34 NBPF12 ENSG00000268043 +CDS chr1 146992712 146992884 ENST00000617844 protein_coding 4 5 32 NBPF12 ENSG00000268043 +CDS chr1 146993599 146993707 ENST00000617931 protein_coding 4 5 35 NBPF12 ENSG00000268043 +CDS chr1 146993599 146993707 ENST00000617844 protein_coding 4 5 33 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000617931 protein_coding 4 5 36 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000617844 protein_coding 4 5 34 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000439206 protein_coding 6 5 14 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000611443 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000613714 protein_coding 2 5 19 NBPF12 ENSG00000268043 +transcript chr1 147155106 147172470 ENST00000254101 protein_coding 4 1 NA PRKAB2 ENSG00000131791 +CDS chr1 147159568 147159642 ENST00000254101 protein_coding 4 1 8 PRKAB2 ENSG00000131791 +CDS chr1 147161712 147161780 ENST00000254101 protein_coding 4 1 7 PRKAB2 ENSG00000131791 +CDS chr1 147162440 147162573 ENST00000254101 protein_coding 4 1 6 PRKAB2 ENSG00000131791 +CDS chr1 147166498 147166618 ENST00000254101 protein_coding 4 1 5 PRKAB2 ENSG00000131791 +CDS chr1 147166846 147166939 ENST00000254101 protein_coding 4 1 4 PRKAB2 ENSG00000131791 +CDS chr1 147167767 147167933 ENST00000254101 protein_coding 4 1 3 PRKAB2 ENSG00000131791 +CDS chr1 147171989 147172144 ENST00000254101 protein_coding 4 1 2 PRKAB2 ENSG00000131791 +transcript chr1 147184305 147225353 ENST00000441068 protein_coding 6 1 NA FMO5 ENSG00000131781 +transcript chr1 147184492 147225638 ENST00000578284 protein_coding 5 5 NA FMO5 ENSG00000131781 +CDS chr1 147184495 147184630 ENST00000441068 protein_coding 6 1 9 FMO5 ENSG00000131781 +CDS chr1 147184495 147184630 ENST00000578284 protein_coding 5 5 9 FMO5 ENSG00000131781 +transcript chr1 147186261 147225339 ENST00000254090 protein_coding 9 1 NA FMO5 ENSG00000131781 +transcript chr1 147186261 147225309 ENST00000369272 protein_coding 7 1 NA FMO5 ENSG00000131781 +CDS chr1 147186903 147187245 ENST00000254090 protein_coding 9 1 9 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000441068 protein_coding 6 1 8 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000254090 protein_coding 9 1 8 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000578284 protein_coding 5 5 8 FMO5 ENSG00000131781 +CDS chr1 147190225 147190249 ENST00000369272 protein_coding 7 1 6 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000441068 protein_coding 6 1 7 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000254090 protein_coding 9 1 7 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000578284 protein_coding 5 5 7 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000441068 protein_coding 6 1 6 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000254090 protein_coding 9 1 6 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000369272 protein_coding 7 1 5 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000578284 protein_coding 5 5 6 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000441068 protein_coding 6 1 5 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000254090 protein_coding 9 1 5 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000369272 protein_coding 7 1 4 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000578284 protein_coding 5 5 5 FMO5 ENSG00000131781 +transcript chr1 147212447 147225631 ENST00000533174 protein_coding 5 4 NA FMO5 ENSG00000131781 +CDS chr1 147212447 147212535 ENST00000533174 protein_coding 5 4 5 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000441068 protein_coding 6 1 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000254090 protein_coding 9 1 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000369272 protein_coding 7 1 3 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000533174 protein_coding 5 4 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000578284 protein_coding 5 5 4 FMO5 ENSG00000131781 +transcript chr1 147213359 147225873 ENST00000533848 protein_coding 2 4 NA FMO5 ENSG00000131781 +CDS chr1 147213359 147213470 ENST00000533848 protein_coding 2 4 4 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000441068 protein_coding 6 1 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000254090 protein_coding 9 1 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000369272 protein_coding 7 1 2 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000533174 protein_coding 5 4 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000533848 protein_coding 2 4 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000578284 protein_coding 5 5 3 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000441068 protein_coding 6 1 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000254090 protein_coding 9 1 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000369272 protein_coding 7 1 1 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000533174 protein_coding 5 4 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000533848 protein_coding 2 4 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000578284 protein_coding 5 5 2 FMO5 ENSG00000131781 +transcript chr1 147242654 147295730 ENST00000652587 protein_coding 1 NA NA CHD1L ENSG00000131778 +transcript chr1 147242681 147295753 ENST00000361293 protein_coding 10 2 NA CHD1L ENSG00000131778 +transcript chr1 147242684 147295765 ENST00000369259 protein_coding 4 1 NA CHD1L ENSG00000131778 +transcript chr1 147242684 147295762 ENST00000369258 protein_coding 8 1 NA CHD1L ENSG00000131778 +transcript chr1 147242698 147295585 ENST00000650714 protein_coding 1 NA NA CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000652587 protein_coding 1 NA 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000361293 protein_coding 10 2 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000369259 protein_coding 4 1 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000369258 protein_coding 8 1 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000650714 protein_coding 1 NA 1 CHD1L ENSG00000131778 +transcript chr1 147243140 147295689 ENST00000431239 protein_coding 6 5 NA CHD1L ENSG00000131778 +CDS chr1 147252623 147252735 ENST00000369258 protein_coding 8 1 2 CHD1L ENSG00000131778 +CDS chr1 147252623 147252735 ENST00000650714 protein_coding 1 NA 2 CHD1L ENSG00000131778 +CDS chr1 147252712 147252735 ENST00000431239 protein_coding 6 5 2 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000369258 protein_coding 8 1 3 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000650714 protein_coding 1 NA 3 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000431239 protein_coding 6 5 3 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000369258 protein_coding 8 1 4 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000650714 protein_coding 1 NA 4 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000431239 protein_coding 6 5 4 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000369258 protein_coding 8 1 5 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000650714 protein_coding 1 NA 5 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000431239 protein_coding 6 5 5 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000369258 protein_coding 8 1 6 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000650714 protein_coding 1 NA 6 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000431239 protein_coding 6 5 6 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000369258 protein_coding 8 1 7 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000650714 protein_coding 1 NA 7 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000431239 protein_coding 6 5 7 CHD1L ENSG00000131778 +CDS chr1 147264429 147264584 ENST00000361293 protein_coding 10 2 2 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000361293 protein_coding 10 2 3 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000369259 protein_coding 4 1 2 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000369258 protein_coding 8 1 8 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000650714 protein_coding 1 NA 8 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000431239 protein_coding 6 5 8 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000361293 protein_coding 10 2 4 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000369259 protein_coding 4 1 3 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000369258 protein_coding 8 1 9 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000650714 protein_coding 1 NA 9 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000431239 protein_coding 6 5 9 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000361293 protein_coding 10 2 5 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000369259 protein_coding 4 1 4 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000369258 protein_coding 8 1 10 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000650714 protein_coding 1 NA 10 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000431239 protein_coding 6 5 10 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000361293 protein_coding 10 2 6 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000369259 protein_coding 4 1 5 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000369258 protein_coding 8 1 11 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000650714 protein_coding 1 NA 11 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000431239 protein_coding 6 5 11 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000361293 protein_coding 10 2 7 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000369259 protein_coding 4 1 6 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000369258 protein_coding 8 1 12 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000650714 protein_coding 1 NA 12 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000431239 protein_coding 6 5 12 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000652587 protein_coding 1 NA 2 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000361293 protein_coding 10 2 8 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000369259 protein_coding 4 1 7 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000369258 protein_coding 8 1 13 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000650714 protein_coding 1 NA 13 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000431239 protein_coding 6 5 13 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000652587 protein_coding 1 NA 3 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000361293 protein_coding 10 2 9 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000369259 protein_coding 4 1 8 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000369258 protein_coding 8 1 14 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000650714 protein_coding 1 NA 14 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000431239 protein_coding 6 5 14 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000652587 protein_coding 1 NA 4 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000361293 protein_coding 10 2 10 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000369259 protein_coding 4 1 9 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000369258 protein_coding 8 1 15 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000431239 protein_coding 6 5 15 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000652587 protein_coding 1 NA 5 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000361293 protein_coding 10 2 11 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000369259 protein_coding 4 1 10 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000369258 protein_coding 8 1 16 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000431239 protein_coding 6 5 16 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000652587 protein_coding 1 NA 6 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000361293 protein_coding 10 2 12 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000369259 protein_coding 4 1 11 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000369258 protein_coding 8 1 17 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000650714 protein_coding 1 NA 15 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000431239 protein_coding 6 5 17 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000652587 protein_coding 1 NA 7 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000361293 protein_coding 10 2 13 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000369259 protein_coding 4 1 12 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000369258 protein_coding 8 1 18 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000650714 protein_coding 1 NA 16 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000431239 protein_coding 6 5 18 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000652587 protein_coding 1 NA 8 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000361293 protein_coding 10 2 14 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000369259 protein_coding 4 1 13 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000369258 protein_coding 8 1 19 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000650714 protein_coding 1 NA 17 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000431239 protein_coding 6 5 19 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000652587 protein_coding 1 NA 9 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000361293 protein_coding 10 2 15 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000369259 protein_coding 4 1 14 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000369258 protein_coding 8 1 20 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000650714 protein_coding 1 NA 18 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000431239 protein_coding 6 5 20 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000652587 protein_coding 1 NA 10 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000361293 protein_coding 10 2 16 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000369259 protein_coding 4 1 15 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000369258 protein_coding 8 1 21 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000650714 protein_coding 1 NA 19 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000431239 protein_coding 6 5 21 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000652587 protein_coding 1 NA 11 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000361293 protein_coding 10 2 17 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000369259 protein_coding 4 1 16 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000369258 protein_coding 8 1 22 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000650714 protein_coding 1 NA 20 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000431239 protein_coding 6 5 22 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000652587 protein_coding 1 NA 12 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000361293 protein_coding 10 2 18 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000369259 protein_coding 4 1 17 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000369258 protein_coding 8 1 23 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000650714 protein_coding 1 NA 21 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000431239 protein_coding 6 5 23 CHD1L ENSG00000131778 +transcript chr1 147541501 147626180 ENST00000683836 protein_coding 1 NA NA BCL9 ENSG00000116128 +transcript chr1 147541501 147626216 ENST00000234739 protein_coding 8 1 NA BCL9 ENSG00000116128 +transcript chr1 147606785 147626198 ENST00000684121 protein_coding 1 NA NA BCL9 ENSG00000116128 +transcript chr1 147611590 147611796 ENST00000675347 protein_coding 1 NA NA NA ENSG00000288626 +CDS chr1 147611590 147611793 ENST00000675347 protein_coding 1 NA 1 NA ENSG00000288626 +CDS chr1 147611837 147611889 ENST00000683836 protein_coding 1 NA 4 BCL9 ENSG00000116128 +CDS chr1 147611837 147611889 ENST00000234739 protein_coding 8 1 4 BCL9 ENSG00000116128 +CDS chr1 147611837 147611889 ENST00000684121 protein_coding 1 NA 2 BCL9 ENSG00000116128 +CDS chr1 147612883 147613199 ENST00000683836 protein_coding 1 NA 5 BCL9 ENSG00000116128 +CDS chr1 147612883 147613199 ENST00000234739 protein_coding 8 1 5 BCL9 ENSG00000116128 +CDS chr1 147612883 147612977 ENST00000684121 protein_coding 1 NA 3 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000683836 protein_coding 1 NA 6 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000234739 protein_coding 8 1 6 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000684121 protein_coding 1 NA 4 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000683836 protein_coding 1 NA 7 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000234739 protein_coding 8 1 7 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000684121 protein_coding 1 NA 5 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000683836 protein_coding 1 NA 8 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000234739 protein_coding 8 1 8 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000684121 protein_coding 1 NA 6 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000683836 protein_coding 1 NA 9 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000234739 protein_coding 8 1 9 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000684121 protein_coding 1 NA 7 BCL9 ENSG00000116128 +CDS chr1 147623842 147624956 ENST00000234739 protein_coding 8 1 10 BCL9 ENSG00000116128 +CDS chr1 147623842 147624956 ENST00000684121 protein_coding 1 NA 8 BCL9 ENSG00000116128 +CDS chr1 147623878 147624956 ENST00000683836 protein_coding 1 NA 10 BCL9 ENSG00000116128 +transcript chr1 147629652 147659001 ENST00000609196 protein_coding 5 3 NA ACP6 ENSG00000162836 +CDS chr1 147631056 147631065 ENST00000609196 protein_coding 5 3 6 ACP6 ENSG00000162836 +transcript chr1 147642230 147670524 ENST00000583509 protein_coding 7 1 NA ACP6 ENSG00000162836 +CDS chr1 147647426 147647566 ENST00000583509 protein_coding 7 1 10 ACP6 ENSG00000162836 +CDS chr1 147648246 147648411 ENST00000583509 protein_coding 7 1 9 ACP6 ENSG00000162836 +transcript chr1 147649817 147670048 ENST00000487562 protein_coding 5 5 NA ACP6 ENSG00000162836 +CDS chr1 147650143 147650238 ENST00000609196 protein_coding 5 3 5 ACP6 ENSG00000162836 +CDS chr1 147650143 147650238 ENST00000583509 protein_coding 7 1 8 ACP6 ENSG00000162836 +transcript chr1 147651974 147670278 ENST00000392988 protein_coding 6 1 NA ACP6 ENSG00000162836 +CDS chr1 147652449 147652549 ENST00000609196 protein_coding 5 3 4 ACP6 ENSG00000162836 +CDS chr1 147652449 147652549 ENST00000583509 protein_coding 7 1 7 ACP6 ENSG00000162836 +transcript chr1 147652549 147659677 ENST00000611629 protein_coding 4 4 NA ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000487562 protein_coding 5 5 7 ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000392988 protein_coding 6 1 6 ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000611629 protein_coding 4 4 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000609196 protein_coding 5 3 3 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000583509 protein_coding 7 1 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000487562 protein_coding 5 5 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000392988 protein_coding 6 1 5 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000611629 protein_coding 4 4 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000609196 protein_coding 5 3 2 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000583509 protein_coding 7 1 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000487562 protein_coding 5 5 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000392988 protein_coding 6 1 4 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000611629 protein_coding 4 4 4 ACP6 ENSG00000162836 +transcript chr1 147655226 147670452 ENST00000493129 protein_coding 2 5 NA ACP6 ENSG00000162836 +CDS chr1 147655226 147655248 ENST00000493129 protein_coding 2 5 6 ACP6 ENSG00000162836 +CDS chr1 147658960 147659001 ENST00000609196 protein_coding 5 3 1 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000583509 protein_coding 7 1 4 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000487562 protein_coding 5 5 4 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000392988 protein_coding 6 1 3 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000611629 protein_coding 4 4 3 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000493129 protein_coding 2 5 5 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000583509 protein_coding 7 1 3 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000487562 protein_coding 5 5 3 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000392988 protein_coding 6 1 2 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000611629 protein_coding 4 4 2 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000493129 protein_coding 2 5 4 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000583509 protein_coding 7 1 2 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000487562 protein_coding 5 5 2 ACP6 ENSG00000162836 +CDS chr1 147659647 147659677 ENST00000611629 protein_coding 4 4 1 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000493129 protein_coding 2 5 3 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000583509 protein_coding 7 1 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000487562 protein_coding 5 5 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000392988 protein_coding 6 1 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147669895 ENST00000493129 protein_coding 2 5 2 ACP6 ENSG00000162836 +transcript chr1 147756199 147760602 ENST00000579774 protein_coding 3 1 NA GJA5 ENSG00000265107 +transcript chr1 147756200 147773362 ENST00000621517 protein_coding 1 2 NA GJA5 ENSG00000265107 +CDS chr1 147758165 147759238 ENST00000579774 protein_coding 3 1 2 GJA5 ENSG00000265107 +CDS chr1 147758165 147759238 ENST00000621517 protein_coding 1 2 2 GJA5 ENSG00000265107 +transcript chr1 147758484 147773354 ENST00000430508 protein_coding 1 2 NA GJA5 ENSG00000265107 +CDS chr1 147758484 147759238 ENST00000430508 protein_coding 1 2 2 GJA5 ENSG00000265107 +transcript chr1 147902795 147909269 ENST00000369235 protein_coding 2 NA NA GJA8 ENSG00000121634 +CDS chr1 147907956 147909254 ENST00000369235 protein_coding 2 NA 2 GJA8 ENSG00000121634 +transcript chr1 147928420 147993592 ENST00000314163 protein_coding 12 1 NA GPR89B ENSG00000188092 +transcript chr1 147928436 147966645 ENST00000468618 protein_coding 6 3 NA GPR89B ENSG00000188092 +CDS chr1 147928537 147928578 ENST00000314163 protein_coding 12 1 1 GPR89B ENSG00000188092 +CDS chr1 147928537 147928578 ENST00000468618 protein_coding 6 3 1 GPR89B ENSG00000188092 +CDS chr1 147936627 147936686 ENST00000314163 protein_coding 12 1 2 GPR89B ENSG00000188092 +CDS chr1 147938714 147938817 ENST00000314163 protein_coding 12 1 3 GPR89B ENSG00000188092 +CDS chr1 147938714 147938817 ENST00000468618 protein_coding 6 3 2 GPR89B ENSG00000188092 +CDS chr1 147943438 147943544 ENST00000314163 protein_coding 12 1 4 GPR89B ENSG00000188092 +CDS chr1 147943438 147943544 ENST00000468618 protein_coding 6 3 3 GPR89B ENSG00000188092 +CDS chr1 147943997 147944098 ENST00000314163 protein_coding 12 1 5 GPR89B ENSG00000188092 +CDS chr1 147943997 147944098 ENST00000468618 protein_coding 6 3 4 GPR89B ENSG00000188092 +CDS chr1 147953345 147953465 ENST00000314163 protein_coding 12 1 6 GPR89B ENSG00000188092 +CDS chr1 147953345 147953465 ENST00000468618 protein_coding 6 3 5 GPR89B ENSG00000188092 +CDS chr1 147954322 147954402 ENST00000314163 protein_coding 12 1 7 GPR89B ENSG00000188092 +CDS chr1 147954322 147954402 ENST00000468618 protein_coding 6 3 6 GPR89B ENSG00000188092 +CDS chr1 147966554 147966663 ENST00000314163 protein_coding 12 1 8 GPR89B ENSG00000188092 +CDS chr1 147966554 147966645 ENST00000468618 protein_coding 6 3 7 GPR89B ENSG00000188092 +CDS chr1 147968875 147968963 ENST00000314163 protein_coding 12 1 9 GPR89B ENSG00000188092 +CDS chr1 147969867 147969959 ENST00000314163 protein_coding 12 1 10 GPR89B ENSG00000188092 +CDS chr1 147986199 147986294 ENST00000314163 protein_coding 12 1 11 GPR89B ENSG00000188092 +CDS chr1 147988432 147988521 ENST00000314163 protein_coding 12 1 12 GPR89B ENSG00000188092 +CDS chr1 147992502 147992567 ENST00000314163 protein_coding 12 1 13 GPR89B ENSG00000188092 +CDS chr1 147992711 147992914 ENST00000314163 protein_coding 12 1 14 GPR89B ENSG00000188092 +transcript chr1 148102047 148127288 ENST00000614015 protein_coding 4 2 NA NBPF11 ENSG00000263956 +transcript chr1 148102151 148152322 ENST00000615281 protein_coding 4 1 NA NBPF11 ENSG00000263956 +transcript chr1 148102151 148152281 ENST00000682118 protein_coding 1 NA NA NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000614015 protein_coding 4 2 21 NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000615281 protein_coding 4 1 24 NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000682118 protein_coding 1 NA 24 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000614015 protein_coding 4 2 20 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000615281 protein_coding 4 1 23 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000682118 protein_coding 1 NA 23 NBPF11 ENSG00000263956 +transcript chr1 148104583 148137802 ENST00000613531 protein_coding 1 1 NA NBPF11 ENSG00000263956 +CDS chr1 148104583 148104645 ENST00000613531 protein_coding 1 1 22 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000614015 protein_coding 4 2 19 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000615281 protein_coding 4 1 22 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000613531 protein_coding 1 1 21 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000682118 protein_coding 1 NA 22 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000614015 protein_coding 4 2 18 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000615281 protein_coding 4 1 21 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000613531 protein_coding 1 1 20 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000682118 protein_coding 1 NA 21 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000614015 protein_coding 4 2 17 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000615281 protein_coding 4 1 20 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000613531 protein_coding 1 1 19 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000682118 protein_coding 1 NA 20 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000614015 protein_coding 4 2 16 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000615281 protein_coding 4 1 19 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000613531 protein_coding 1 1 18 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000682118 protein_coding 1 NA 19 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000614015 protein_coding 4 2 15 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000615281 protein_coding 4 1 18 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000613531 protein_coding 1 1 17 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000682118 protein_coding 1 NA 18 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000614015 protein_coding 4 2 14 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000615281 protein_coding 4 1 17 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000613531 protein_coding 1 1 16 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000682118 protein_coding 1 NA 17 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000614015 protein_coding 4 2 13 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000615281 protein_coding 4 1 16 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000613531 protein_coding 1 1 15 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000682118 protein_coding 1 NA 16 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000614015 protein_coding 4 2 12 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000615281 protein_coding 4 1 15 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000613531 protein_coding 1 1 14 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000682118 protein_coding 1 NA 15 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000614015 protein_coding 4 2 11 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000615281 protein_coding 4 1 14 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000613531 protein_coding 1 1 13 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000682118 protein_coding 1 NA 14 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000614015 protein_coding 4 2 10 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000615281 protein_coding 4 1 13 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000613531 protein_coding 1 1 12 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000682118 protein_coding 1 NA 13 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000614015 protein_coding 4 2 9 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000615281 protein_coding 4 1 12 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000613531 protein_coding 1 1 11 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000682118 protein_coding 1 NA 12 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000614015 protein_coding 4 2 8 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000615281 protein_coding 4 1 11 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000613531 protein_coding 1 1 10 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000682118 protein_coding 1 NA 11 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000614015 protein_coding 4 2 7 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000615281 protein_coding 4 1 10 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000613531 protein_coding 1 1 9 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000682118 protein_coding 1 NA 10 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000614015 protein_coding 4 2 6 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000615281 protein_coding 4 1 9 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000613531 protein_coding 1 1 8 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000682118 protein_coding 1 NA 9 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000614015 protein_coding 4 2 5 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000615281 protein_coding 4 1 8 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000613531 protein_coding 1 1 7 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000682118 protein_coding 1 NA 8 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000614015 protein_coding 4 2 4 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000615281 protein_coding 4 1 7 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000613531 protein_coding 1 1 6 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000682118 protein_coding 1 NA 7 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000614015 protein_coding 4 2 3 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000615281 protein_coding 4 1 6 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000682118 protein_coding 1 NA 6 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000614015 protein_coding 4 2 2 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000615281 protein_coding 4 1 5 NBPF11 ENSG00000263956 +CDS chr1 148126829 148126881 ENST00000613531 protein_coding 1 1 5 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000682118 protein_coding 1 NA 5 NBPF11 ENSG00000263956 +transcript chr1 148482548 148483302 ENST00000419275 protein_coding 3 NA NA PPIAL4G ENSG00000236334 +CDS chr1 148482761 148483252 ENST00000419275 protein_coding 3 NA 1 PPIAL4G ENSG00000236334 +transcript chr1 148531385 148595717 ENST00000614999 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148531385 148596011 ENST00000619423 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532118 148593685 ENST00000621066 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000611826 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000616120 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000621070 protein_coding 4 5 NA NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000614999 protein_coding 4 5 66 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000619423 protein_coding 4 5 71 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000621066 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000611826 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000621070 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148533861 148533969 ENST00000614999 protein_coding 4 5 65 NBPF14 ENSG00000270629 +CDS chr1 148533861 148533969 ENST00000619423 protein_coding 4 5 70 NBPF14 ENSG00000270629 +CDS chr1 148534684 148534856 ENST00000614999 protein_coding 4 5 64 NBPF14 ENSG00000270629 +CDS chr1 148534684 148534856 ENST00000619423 protein_coding 4 5 69 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000614999 protein_coding 4 5 63 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000619423 protein_coding 4 5 68 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000611826 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148536224 148536396 ENST00000614999 protein_coding 4 5 62 NBPF14 ENSG00000270629 +CDS chr1 148536224 148536396 ENST00000619423 protein_coding 4 5 67 NBPF14 ENSG00000270629 +CDS chr1 148537011 148537119 ENST00000614999 protein_coding 4 5 61 NBPF14 ENSG00000270629 +CDS chr1 148537011 148537119 ENST00000619423 protein_coding 4 5 66 NBPF14 ENSG00000270629 +CDS chr1 148537834 148538006 ENST00000614999 protein_coding 4 5 60 NBPF14 ENSG00000270629 +CDS chr1 148537834 148538006 ENST00000619423 protein_coding 4 5 65 NBPF14 ENSG00000270629 +CDS chr1 148538649 148538700 ENST00000614999 protein_coding 4 5 59 NBPF14 ENSG00000270629 +CDS chr1 148538649 148538700 ENST00000619423 protein_coding 4 5 64 NBPF14 ENSG00000270629 +CDS chr1 148539410 148539582 ENST00000614999 protein_coding 4 5 58 NBPF14 ENSG00000270629 +CDS chr1 148539410 148539582 ENST00000619423 protein_coding 4 5 63 NBPF14 ENSG00000270629 +CDS chr1 148540179 148540230 ENST00000614999 protein_coding 4 5 57 NBPF14 ENSG00000270629 +CDS chr1 148540179 148540230 ENST00000619423 protein_coding 4 5 62 NBPF14 ENSG00000270629 +CDS chr1 148540950 148541122 ENST00000614999 protein_coding 4 5 56 NBPF14 ENSG00000270629 +CDS chr1 148540950 148541122 ENST00000619423 protein_coding 4 5 61 NBPF14 ENSG00000270629 +CDS chr1 148541731 148541839 ENST00000614999 protein_coding 4 5 55 NBPF14 ENSG00000270629 +CDS chr1 148541731 148541839 ENST00000619423 protein_coding 4 5 60 NBPF14 ENSG00000270629 +CDS chr1 148542554 148542726 ENST00000614999 protein_coding 4 5 54 NBPF14 ENSG00000270629 +CDS chr1 148542554 148542726 ENST00000619423 protein_coding 4 5 59 NBPF14 ENSG00000270629 +CDS chr1 148543363 148543414 ENST00000614999 protein_coding 4 5 53 NBPF14 ENSG00000270629 +CDS chr1 148543363 148543414 ENST00000619423 protein_coding 4 5 58 NBPF14 ENSG00000270629 +CDS chr1 148544124 148544296 ENST00000614999 protein_coding 4 5 52 NBPF14 ENSG00000270629 +CDS chr1 148544124 148544296 ENST00000619423 protein_coding 4 5 57 NBPF14 ENSG00000270629 +CDS chr1 148544893 148544944 ENST00000614999 protein_coding 4 5 51 NBPF14 ENSG00000270629 +CDS chr1 148544893 148544944 ENST00000619423 protein_coding 4 5 56 NBPF14 ENSG00000270629 +CDS chr1 148545664 148545836 ENST00000614999 protein_coding 4 5 50 NBPF14 ENSG00000270629 +CDS chr1 148545664 148545836 ENST00000619423 protein_coding 4 5 55 NBPF14 ENSG00000270629 +CDS chr1 148546445 148546553 ENST00000614999 protein_coding 4 5 49 NBPF14 ENSG00000270629 +CDS chr1 148546445 148546553 ENST00000619423 protein_coding 4 5 54 NBPF14 ENSG00000270629 +CDS chr1 148547268 148547440 ENST00000614999 protein_coding 4 5 48 NBPF14 ENSG00000270629 +CDS chr1 148547268 148547440 ENST00000619423 protein_coding 4 5 53 NBPF14 ENSG00000270629 +CDS chr1 148548071 148548122 ENST00000614999 protein_coding 4 5 47 NBPF14 ENSG00000270629 +CDS chr1 148548071 148548122 ENST00000619423 protein_coding 4 5 52 NBPF14 ENSG00000270629 +CDS chr1 148548832 148549004 ENST00000614999 protein_coding 4 5 46 NBPF14 ENSG00000270629 +CDS chr1 148548832 148549004 ENST00000619423 protein_coding 4 5 51 NBPF14 ENSG00000270629 +CDS chr1 148549601 148549652 ENST00000614999 protein_coding 4 5 45 NBPF14 ENSG00000270629 +CDS chr1 148549601 148549652 ENST00000619423 protein_coding 4 5 50 NBPF14 ENSG00000270629 +CDS chr1 148550372 148550544 ENST00000614999 protein_coding 4 5 44 NBPF14 ENSG00000270629 +CDS chr1 148550372 148550544 ENST00000619423 protein_coding 4 5 49 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000614999 protein_coding 4 5 43 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000619423 protein_coding 4 5 48 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000621066 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000621070 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000614999 protein_coding 4 5 42 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000619423 protein_coding 4 5 47 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000621066 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000611826 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000621070 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000614999 protein_coding 4 5 41 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000619423 protein_coding 4 5 46 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000621066 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000611826 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000621070 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148553540 148553712 ENST00000614999 protein_coding 4 5 40 NBPF14 ENSG00000270629 +CDS chr1 148553540 148553712 ENST00000619423 protein_coding 4 5 45 NBPF14 ENSG00000270629 +CDS chr1 148554309 148554360 ENST00000614999 protein_coding 4 5 39 NBPF14 ENSG00000270629 +CDS chr1 148554309 148554360 ENST00000619423 protein_coding 4 5 44 NBPF14 ENSG00000270629 +CDS chr1 148555080 148555252 ENST00000614999 protein_coding 4 5 38 NBPF14 ENSG00000270629 +CDS chr1 148555080 148555252 ENST00000619423 protein_coding 4 5 43 NBPF14 ENSG00000270629 +CDS chr1 148555867 148555975 ENST00000614999 protein_coding 4 5 37 NBPF14 ENSG00000270629 +CDS chr1 148555867 148555975 ENST00000619423 protein_coding 4 5 42 NBPF14 ENSG00000270629 +CDS chr1 148556690 148556862 ENST00000614999 protein_coding 4 5 36 NBPF14 ENSG00000270629 +CDS chr1 148556690 148556862 ENST00000619423 protein_coding 4 5 41 NBPF14 ENSG00000270629 +CDS chr1 148557491 148557542 ENST00000614999 protein_coding 4 5 35 NBPF14 ENSG00000270629 +CDS chr1 148557491 148557542 ENST00000619423 protein_coding 4 5 40 NBPF14 ENSG00000270629 +CDS chr1 148558252 148558424 ENST00000614999 protein_coding 4 5 34 NBPF14 ENSG00000270629 +CDS chr1 148558252 148558424 ENST00000619423 protein_coding 4 5 39 NBPF14 ENSG00000270629 +CDS chr1 148559021 148559072 ENST00000614999 protein_coding 4 5 33 NBPF14 ENSG00000270629 +CDS chr1 148559021 148559072 ENST00000619423 protein_coding 4 5 38 NBPF14 ENSG00000270629 +CDS chr1 148559793 148559965 ENST00000614999 protein_coding 4 5 32 NBPF14 ENSG00000270629 +CDS chr1 148559793 148559965 ENST00000619423 protein_coding 4 5 37 NBPF14 ENSG00000270629 +CDS chr1 148560584 148560692 ENST00000614999 protein_coding 4 5 31 NBPF14 ENSG00000270629 +CDS chr1 148560584 148560692 ENST00000619423 protein_coding 4 5 36 NBPF14 ENSG00000270629 +CDS chr1 148561407 148561579 ENST00000614999 protein_coding 4 5 30 NBPF14 ENSG00000270629 +CDS chr1 148561407 148561579 ENST00000619423 protein_coding 4 5 35 NBPF14 ENSG00000270629 +CDS chr1 148562236 148562287 ENST00000614999 protein_coding 4 5 29 NBPF14 ENSG00000270629 +CDS chr1 148562236 148562287 ENST00000619423 protein_coding 4 5 34 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000614999 protein_coding 4 5 28 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000619423 protein_coding 4 5 33 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000621066 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000614999 protein_coding 4 5 27 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000619423 protein_coding 4 5 32 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000621066 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000614999 protein_coding 4 5 26 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000619423 protein_coding 4 5 31 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000621066 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148565320 148565428 ENST00000614999 protein_coding 4 5 25 NBPF14 ENSG00000270629 +CDS chr1 148565320 148565428 ENST00000619423 protein_coding 4 5 30 NBPF14 ENSG00000270629 +CDS chr1 148566143 148566315 ENST00000614999 protein_coding 4 5 24 NBPF14 ENSG00000270629 +CDS chr1 148566143 148566315 ENST00000619423 protein_coding 4 5 29 NBPF14 ENSG00000270629 +CDS chr1 148566952 148567003 ENST00000614999 protein_coding 4 5 23 NBPF14 ENSG00000270629 +CDS chr1 148566952 148567003 ENST00000619423 protein_coding 4 5 28 NBPF14 ENSG00000270629 +CDS chr1 148567713 148567885 ENST00000614999 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148567713 148567885 ENST00000619423 protein_coding 4 5 27 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000614999 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000619423 protein_coding 4 5 26 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000621066 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000614999 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000619423 protein_coding 4 5 25 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000621066 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148570042 148570150 ENST00000614999 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148570042 148570150 ENST00000619423 protein_coding 4 5 24 NBPF14 ENSG00000270629 +CDS chr1 148570865 148571037 ENST00000614999 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148570865 148571037 ENST00000619423 protein_coding 4 5 23 NBPF14 ENSG00000270629 +CDS chr1 148571682 148571733 ENST00000619423 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148572443 148572615 ENST00000619423 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148573230 148573338 ENST00000619423 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148573230 148573338 ENST00000621066 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148574053 148574225 ENST00000619423 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148574053 148574225 ENST00000621066 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000614999 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000619423 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000621066 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000614999 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000619423 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000621066 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000611826 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000621070 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000614999 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000619423 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000621066 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000614999 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000619423 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000621066 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148577335 148577355 ENST00000616120 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000614999 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000619423 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000621066 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000611826 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000616120 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000621070 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000614999 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000619423 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000621066 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000611826 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000621070 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000614999 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000619423 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000621066 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000611826 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000616120 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000621070 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000614999 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000619423 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000621066 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000611826 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000616120 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000621070 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000614999 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000619423 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000621066 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000616120 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000621070 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000614999 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000619423 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000621066 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000616120 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000621070 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000614999 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000619423 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000616120 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000621070 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000614999 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000619423 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000621070 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000614999 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000619423 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000621070 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000614999 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000619423 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000611826 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000621070 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000614999 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000619423 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000611826 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000621070 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000614999 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000619423 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593668 ENST00000621066 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000611826 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000621070 protein_coding 4 5 3 NBPF14 ENSG00000270629 +transcript chr1 148593645 148679742 ENST00000606877 protein_coding 2 2 NA NBPF14 ENSG00000270629 +CDS chr1 148593645 148593700 ENST00000606877 protein_coding 2 2 8 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000614999 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000619423 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000611826 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000616120 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000621070 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000606877 protein_coding 2 2 7 NBPF14 ENSG00000270629 +transcript chr1 148607040 148679779 ENST00000593495 protein_coding 3 1 NA NOTCH2NLB ENSG00000286019 +CDS chr1 148607086 148607159 ENST00000593495 protein_coding 3 1 5 NOTCH2NLB ENSG00000286019 +CDS chr1 148607410 148607745 ENST00000593495 protein_coding 3 1 4 NOTCH2NLB ENSG00000286019 +CDS chr1 148615691 148615950 ENST00000593495 protein_coding 3 1 3 NOTCH2NLB ENSG00000286019 +CDS chr1 148640016 148640089 ENST00000593495 protein_coding 3 1 2 NOTCH2NLB ENSG00000286019 +CDS chr1 148679462 148679464 ENST00000593495 protein_coding 3 1 1 NOTCH2NLB ENSG00000286019 +transcript chr1 148748774 148752415 ENST00000322209 protein_coding 5 NA NA NUDT4B ENSG00000177144 +CDS chr1 148748953 148749495 ENST00000322209 protein_coding 5 NA 1 NUDT4B ENSG00000177144 +transcript chr1 148808181 148932725 ENST00000530472 protein_coding 5 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148808466 149032955 ENST00000524974 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148808478 148915750 ENST00000620605 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +transcript chr1 148808485 149032955 ENST00000585156 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000530472 protein_coding 5 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000524974 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000620605 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000585156 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +transcript chr1 148844382 149033019 ENST00000618462 protein_coding 4 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148844536 148932238 ENST00000533259 protein_coding 1 4 NA PDE4DIP ENSG00000178104 +transcript chr1 148844598 148868784 ENST00000618504 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +transcript chr1 148844605 148965514 ENST00000617454 protein_coding 4 3 NA PDE4DIP ENSG00000178104 +transcript chr1 148844613 148870651 ENST00000616206 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000618462 protein_coding 4 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000618504 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000617454 protein_coding 4 3 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000616206 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +transcript chr1 148845306 148931810 ENST00000613995 protein_coding 4 5 NA PDE4DIP ENSG00000178104 +CDS chr1 148845445 148845467 ENST00000613995 protein_coding 4 5 1 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000530472 protein_coding 5 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000524974 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000620605 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000585156 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000618462 protein_coding 4 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000618504 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000617454 protein_coding 4 3 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000616206 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000613995 protein_coding 4 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000530472 protein_coding 5 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000524974 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000620605 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000585156 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000618462 protein_coding 4 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868640 ENST00000618504 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868589 ENST00000617454 protein_coding 4 3 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000616206 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000613995 protein_coding 4 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148870168 148870410 ENST00000616206 protein_coding 4 2 4 PDE4DIP ENSG00000178104 +transcript chr1 148889403 148937778 ENST00000534536 protein_coding 5 3 NA PDE4DIP ENSG00000178104 +transcript chr1 148889403 148932728 ENST00000464103 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148889463 149033016 ENST00000369356 protein_coding 8 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148889491 148889529 ENST00000534536 protein_coding 5 3 1 PDE4DIP ENSG00000178104 +CDS chr1 148889491 148889529 ENST00000464103 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +transcript chr1 148889564 149033016 ENST00000369354 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889576 148932729 ENST00000369347 protein_coding 8 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889609 148993882 ENST00000369349 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889645 148993882 ENST00000369351 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369356 protein_coding 8 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369354 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369347 protein_coding 8 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369349 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369351 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000530472 protein_coding 5 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000524974 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000620605 protein_coding 4 2 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000585156 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000618462 protein_coding 4 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000613995 protein_coding 4 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000534536 protein_coding 5 3 2 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000464103 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148915507 148915611 ENST00000620605 protein_coding 4 2 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000530472 protein_coding 5 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000524974 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000585156 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000618462 protein_coding 4 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000613995 protein_coding 4 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000534536 protein_coding 5 3 3 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369356 protein_coding 8 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369354 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369347 protein_coding 8 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369349 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369351 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000464103 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000530472 protein_coding 5 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000524974 protein_coding 5 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000585156 protein_coding 5 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000618462 protein_coding 4 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931810 ENST00000613995 protein_coding 4 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000534536 protein_coding 5 3 4 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369356 protein_coding 8 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369354 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369347 protein_coding 8 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369349 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369351 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000464103 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148931805 148931923 ENST00000533259 protein_coding 1 4 3 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000530472 protein_coding 5 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000524974 protein_coding 5 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000585156 protein_coding 5 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000618462 protein_coding 4 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000534536 protein_coding 5 3 5 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369356 protein_coding 8 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369354 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000369347 protein_coding 8 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369349 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369351 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000464103 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148932121 148932238 ENST00000533259 protein_coding 1 4 4 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000524974 protein_coding 5 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000585156 protein_coding 5 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000618462 protein_coding 4 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937778 ENST00000534536 protein_coding 5 3 6 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369356 protein_coding 8 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369354 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369349 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369351 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +transcript chr1 148951937 148981746 ENST00000479408 protein_coding 6 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148952124 148993880 ENST00000313431 protein_coding 13 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148952341 148986477 ENST00000529945 protein_coding 2 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148952781 148953905 ENST00000313431 protein_coding 13 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148952781 148953905 ENST00000529945 protein_coding 2 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000524974 protein_coding 5 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000585156 protein_coding 5 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000618462 protein_coding 4 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369356 protein_coding 8 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369354 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369349 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369351 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000313431 protein_coding 13 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000529945 protein_coding 2 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148960657 148960785 ENST00000479408 protein_coding 6 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000524974 protein_coding 5 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000585156 protein_coding 5 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000618462 protein_coding 4 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369356 protein_coding 8 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369354 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369349 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369351 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000479408 protein_coding 6 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000313431 protein_coding 13 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000529945 protein_coding 2 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000524974 protein_coding 5 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000585156 protein_coding 5 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000618462 protein_coding 4 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369356 protein_coding 8 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369354 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369349 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369351 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000479408 protein_coding 6 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000313431 protein_coding 13 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000529945 protein_coding 2 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000524974 protein_coding 5 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000585156 protein_coding 5 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000618462 protein_coding 4 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369356 protein_coding 8 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369354 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369349 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369351 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000479408 protein_coding 6 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000313431 protein_coding 13 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000529945 protein_coding 2 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148962455 148962640 ENST00000617454 protein_coding 4 3 4 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000524974 protein_coding 5 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000585156 protein_coding 5 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000618462 protein_coding 4 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965514 ENST00000617454 protein_coding 4 3 5 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369356 protein_coding 8 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369354 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369349 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369351 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000479408 protein_coding 6 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000313431 protein_coding 13 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000529945 protein_coding 2 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000524974 protein_coding 5 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000585156 protein_coding 5 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000618462 protein_coding 4 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369356 protein_coding 8 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369354 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369349 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369351 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000479408 protein_coding 6 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000313431 protein_coding 13 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000529945 protein_coding 2 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000524974 protein_coding 5 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000585156 protein_coding 5 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000618462 protein_coding 4 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369356 protein_coding 8 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369354 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369349 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369351 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000479408 protein_coding 6 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000313431 protein_coding 13 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000529945 protein_coding 2 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000524974 protein_coding 5 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000585156 protein_coding 5 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000618462 protein_coding 4 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369356 protein_coding 8 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369354 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369349 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369351 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000479408 protein_coding 6 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000313431 protein_coding 13 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000529945 protein_coding 2 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000524974 protein_coding 5 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000585156 protein_coding 5 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000618462 protein_coding 4 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369356 protein_coding 8 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369354 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369349 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369351 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000479408 protein_coding 6 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000313431 protein_coding 13 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000529945 protein_coding 2 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000524974 protein_coding 5 5 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000585156 protein_coding 5 5 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000618462 protein_coding 4 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369356 protein_coding 8 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369354 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369349 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369351 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000479408 protein_coding 6 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000313431 protein_coding 13 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000529945 protein_coding 2 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000524974 protein_coding 5 5 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000585156 protein_coding 5 5 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000618462 protein_coding 4 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369356 protein_coding 8 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369354 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369349 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369351 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000479408 protein_coding 6 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000313431 protein_coding 13 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000529945 protein_coding 2 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000524974 protein_coding 5 5 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000585156 protein_coding 5 5 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000618462 protein_coding 4 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369356 protein_coding 8 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369354 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369349 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369351 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000479408 protein_coding 6 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000313431 protein_coding 13 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000529945 protein_coding 2 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000524974 protein_coding 5 5 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000585156 protein_coding 5 5 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000618462 protein_coding 4 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369356 protein_coding 8 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369354 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369349 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369351 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000479408 protein_coding 6 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000313431 protein_coding 13 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000529945 protein_coding 2 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000524974 protein_coding 5 5 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000585156 protein_coding 5 5 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000618462 protein_coding 4 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369356 protein_coding 8 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369354 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369349 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369351 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000479408 protein_coding 6 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000313431 protein_coding 13 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000529945 protein_coding 2 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000524974 protein_coding 5 5 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000585156 protein_coding 5 5 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000618462 protein_coding 4 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369356 protein_coding 8 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369354 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369349 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369351 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000479408 protein_coding 6 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000313431 protein_coding 13 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000529945 protein_coding 2 1 16 PDE4DIP ENSG00000178104 +transcript chr1 148979795 148993882 ENST00000491426 protein_coding 3 2 NA PDE4DIP ENSG00000178104 +CDS chr1 148979795 148979849 ENST00000491426 protein_coding 3 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000524974 protein_coding 5 5 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000585156 protein_coding 5 5 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000618462 protein_coding 4 1 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369356 protein_coding 8 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369354 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369349 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369351 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981441 ENST00000479408 protein_coding 6 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000313431 protein_coding 13 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981441 ENST00000529945 protein_coding 2 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000491426 protein_coding 3 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000524974 protein_coding 5 5 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000585156 protein_coding 5 5 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000618462 protein_coding 4 1 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369356 protein_coding 8 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369354 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369349 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148992033 ENST00000369351 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000313431 protein_coding 13 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000491426 protein_coding 3 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148992255 148992257 ENST00000369349 protein_coding 7 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148992255 148992257 ENST00000313431 protein_coding 13 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148993485 148993496 ENST00000491426 protein_coding 3 2 4 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000524974 protein_coding 5 5 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000585156 protein_coding 5 5 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000618462 protein_coding 4 1 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000369356 protein_coding 8 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000369354 protein_coding 7 1 23 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000524974 protein_coding 5 5 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000585156 protein_coding 5 5 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149001696 ENST00000618462 protein_coding 4 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000369356 protein_coding 8 1 24 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000369354 protein_coding 7 1 24 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000524974 protein_coding 5 5 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000585156 protein_coding 5 5 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000618462 protein_coding 4 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000369356 protein_coding 8 1 25 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000369354 protein_coding 7 1 25 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000618462 protein_coding 4 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000369356 protein_coding 8 1 26 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000369354 protein_coding 7 1 26 PDE4DIP ENSG00000178104 +CDS chr1 149003614 149003730 ENST00000524974 protein_coding 5 5 29 PDE4DIP ENSG00000178104 +CDS chr1 149003614 149003730 ENST00000585156 protein_coding 5 5 29 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000524974 protein_coding 5 5 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000585156 protein_coding 5 5 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000618462 protein_coding 4 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000369356 protein_coding 8 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000369354 protein_coding 7 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000524974 protein_coding 5 5 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000585156 protein_coding 5 5 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000618462 protein_coding 4 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000369356 protein_coding 8 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000369354 protein_coding 7 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000524974 protein_coding 5 5 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000585156 protein_coding 5 5 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000618462 protein_coding 4 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000369356 protein_coding 8 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000369354 protein_coding 7 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000524974 protein_coding 5 5 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000585156 protein_coding 5 5 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000618462 protein_coding 4 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000369356 protein_coding 8 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000369354 protein_coding 7 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000585156 protein_coding 5 5 34 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000618462 protein_coding 4 1 34 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000369356 protein_coding 8 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000369354 protein_coding 7 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000524974 protein_coding 5 5 34 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000585156 protein_coding 5 5 35 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000369356 protein_coding 8 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000369354 protein_coding 7 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000524974 protein_coding 5 5 35 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000585156 protein_coding 5 5 36 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000618462 protein_coding 4 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000369356 protein_coding 8 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000369354 protein_coding 7 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000524974 protein_coding 5 5 36 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000585156 protein_coding 5 5 37 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000618462 protein_coding 4 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000369356 protein_coding 8 1 34 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000369354 protein_coding 7 1 34 PDE4DIP ENSG00000178104 +transcript chr1 149017760 149028587 ENST00000530130 protein_coding 2 3 NA PDE4DIP ENSG00000178104 +CDS chr1 149017760 149017879 ENST00000530130 protein_coding 2 3 1 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000524974 protein_coding 5 5 37 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000585156 protein_coding 5 5 38 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000618462 protein_coding 4 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000369356 protein_coding 8 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000369354 protein_coding 7 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000530130 protein_coding 2 3 2 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000524974 protein_coding 5 5 38 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000585156 protein_coding 5 5 39 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000618462 protein_coding 4 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000369356 protein_coding 8 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000369354 protein_coding 7 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000530130 protein_coding 2 3 3 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000524974 protein_coding 5 5 39 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000585156 protein_coding 5 5 40 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000618462 protein_coding 4 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000369356 protein_coding 8 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000369354 protein_coding 7 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000530130 protein_coding 2 3 4 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000524974 protein_coding 5 5 40 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000585156 protein_coding 5 5 41 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000618462 protein_coding 4 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000369356 protein_coding 8 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000369354 protein_coding 7 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000524974 protein_coding 5 5 41 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000585156 protein_coding 5 5 42 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000618462 protein_coding 4 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000369356 protein_coding 8 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000369354 protein_coding 7 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000530130 protein_coding 2 3 5 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000524974 protein_coding 5 5 42 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000585156 protein_coding 5 5 43 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000618462 protein_coding 4 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000369356 protein_coding 8 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000369354 protein_coding 7 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000530130 protein_coding 2 3 6 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000524974 protein_coding 5 5 43 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000585156 protein_coding 5 5 44 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000618462 protein_coding 4 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000369356 protein_coding 8 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000369354 protein_coding 7 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028587 ENST00000530130 protein_coding 2 3 7 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000524974 protein_coding 5 5 44 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000585156 protein_coding 5 5 45 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000618462 protein_coding 4 1 44 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000369356 protein_coding 8 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000369354 protein_coding 7 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000524974 protein_coding 5 5 45 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000585156 protein_coding 5 5 46 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000618462 protein_coding 4 1 45 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000369356 protein_coding 8 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000369354 protein_coding 7 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000524974 protein_coding 5 5 46 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000585156 protein_coding 5 5 47 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000618462 protein_coding 4 1 46 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000369354 protein_coding 7 1 44 PDE4DIP ENSG00000178104 +CDS chr1 149032000 149032086 ENST00000369356 protein_coding 8 1 44 PDE4DIP ENSG00000178104 +transcript chr1 149054027 149103539 ENST00000615421 protein_coding 4 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149064482 ENST00000621074 protein_coding 5 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149082311 ENST00000613595 protein_coding 4 1 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149103561 ENST00000584027 protein_coding 9 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054138 149103561 ENST00000621645 protein_coding 4 2 NA NBPF9 ENSG00000269713 +transcript chr1 149055630 149082311 ENST00000610300 protein_coding 4 1 NA NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000615421 protein_coding 4 5 29 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000621074 protein_coding 5 5 6 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000613595 protein_coding 4 1 21 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000584027 protein_coding 9 5 30 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000621645 protein_coding 4 2 28 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000610300 protein_coding 4 1 21 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000615421 protein_coding 4 5 28 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000621074 protein_coding 5 5 5 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000613595 protein_coding 4 1 20 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000584027 protein_coding 9 5 29 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000621645 protein_coding 4 2 27 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000610300 protein_coding 4 1 20 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000615421 protein_coding 4 5 27 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000621074 protein_coding 5 5 4 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000584027 protein_coding 9 5 28 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000621645 protein_coding 4 2 26 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000610300 protein_coding 4 1 19 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000615421 protein_coding 4 5 26 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000621074 protein_coding 5 5 3 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000584027 protein_coding 9 5 27 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000621645 protein_coding 4 2 25 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000610300 protein_coding 4 1 18 NBPF9 ENSG00000269713 +transcript chr1 149058182 149063805 ENST00000483630 protein_coding 6 5 NA NBPF9 ENSG00000269713 +CDS chr1 149058182 149058215 ENST00000483630 protein_coding 6 5 4 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000615421 protein_coding 4 5 25 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000621074 protein_coding 5 5 2 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000584027 protein_coding 9 5 26 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000621645 protein_coding 4 2 24 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000483630 protein_coding 6 5 3 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000615421 protein_coding 4 5 24 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000584027 protein_coding 9 5 25 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000621645 protein_coding 4 2 23 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000615421 protein_coding 4 5 23 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000613595 protein_coding 4 1 19 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000584027 protein_coding 9 5 24 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000621645 protein_coding 4 2 22 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000615421 protein_coding 4 5 22 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000613595 protein_coding 4 1 18 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000584027 protein_coding 9 5 23 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000621645 protein_coding 4 2 21 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000615421 protein_coding 4 5 21 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000613595 protein_coding 4 1 17 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000584027 protein_coding 9 5 22 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000621645 protein_coding 4 2 20 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000610300 protein_coding 4 1 17 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000615421 protein_coding 4 5 20 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000613595 protein_coding 4 1 16 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000584027 protein_coding 9 5 21 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000621645 protein_coding 4 2 19 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000610300 protein_coding 4 1 16 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000483630 protein_coding 6 5 2 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000615421 protein_coding 4 5 19 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000613595 protein_coding 4 1 15 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000584027 protein_coding 9 5 20 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000621645 protein_coding 4 2 18 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000610300 protein_coding 4 1 15 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000483630 protein_coding 6 5 1 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000615421 protein_coding 4 5 18 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000621074 protein_coding 5 5 1 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000613595 protein_coding 4 1 14 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000584027 protein_coding 9 5 19 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000621645 protein_coding 4 2 17 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000610300 protein_coding 4 1 14 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000615421 protein_coding 4 5 17 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000613595 protein_coding 4 1 13 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000584027 protein_coding 9 5 18 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000610300 protein_coding 4 1 13 NBPF9 ENSG00000269713 +CDS chr1 149065637 149065689 ENST00000621645 protein_coding 4 2 16 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000615421 protein_coding 4 5 16 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000613595 protein_coding 4 1 12 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000584027 protein_coding 9 5 17 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000621645 protein_coding 4 2 15 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000610300 protein_coding 4 1 12 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000615421 protein_coding 4 5 15 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000613595 protein_coding 4 1 11 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000584027 protein_coding 9 5 16 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000610300 protein_coding 4 1 11 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000615421 protein_coding 4 5 14 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000613595 protein_coding 4 1 10 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000584027 protein_coding 9 5 15 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000610300 protein_coding 4 1 10 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000615421 protein_coding 4 5 13 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000613595 protein_coding 4 1 9 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000584027 protein_coding 9 5 14 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000621645 protein_coding 4 2 14 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000610300 protein_coding 4 1 9 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000615421 protein_coding 4 5 12 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000613595 protein_coding 4 1 8 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000584027 protein_coding 9 5 13 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000621645 protein_coding 4 2 13 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000610300 protein_coding 4 1 8 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000615421 protein_coding 4 5 11 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000613595 protein_coding 4 1 7 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000584027 protein_coding 9 5 12 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000621645 protein_coding 4 2 12 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000610300 protein_coding 4 1 7 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000615421 protein_coding 4 5 10 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000613595 protein_coding 4 1 6 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000584027 protein_coding 9 5 11 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000621645 protein_coding 4 2 11 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000610300 protein_coding 4 1 6 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000615421 protein_coding 4 5 9 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000613595 protein_coding 4 1 5 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000584027 protein_coding 9 5 10 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000621645 protein_coding 4 2 10 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000610300 protein_coding 4 1 5 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000615421 protein_coding 4 5 8 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000613595 protein_coding 4 1 4 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000584027 protein_coding 9 5 9 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000621645 protein_coding 4 2 9 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000610300 protein_coding 4 1 4 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000615421 protein_coding 4 5 7 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000613595 protein_coding 4 1 3 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000584027 protein_coding 9 5 8 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000621645 protein_coding 4 2 8 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000610300 protein_coding 4 1 3 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000615421 protein_coding 4 5 6 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000613595 protein_coding 4 1 2 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000584027 protein_coding 9 5 7 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000621645 protein_coding 4 2 7 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000610300 protein_coding 4 1 2 NBPF9 ENSG00000269713 +transcript chr1 149390621 149471833 ENST00000650865 protein_coding 2 NA NA NOTCH2NLC ENSG00000286219 +transcript chr1 149390623 149556361 ENST00000621744 protein_coding 4 5 NA NA ENSG00000286185 +transcript chr1 149390633 149464958 ENST00000652191 protein_coding 1 NA NA NOTCH2NLC ENSG00000286219 +CDS chr1 149390788 149390922 ENST00000650865 protein_coding 2 NA 1 NOTCH2NLC ENSG00000286219 +transcript chr1 149406376 149468030 ENST00000578189 protein_coding 1 1 NA NOTCH2NLC ENSG00000286219 +CDS chr1 149430942 149431015 ENST00000650865 protein_coding 2 NA 2 NOTCH2NLC ENSG00000286219 +CDS chr1 149430978 149431015 ENST00000652191 protein_coding 1 NA 2 NOTCH2NLC ENSG00000286219 +CDS chr1 149430978 149431015 ENST00000578189 protein_coding 1 1 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000650865 protein_coding 2 NA 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000652191 protein_coding 1 NA 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000578189 protein_coding 1 1 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000650865 protein_coding 2 NA 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000652191 protein_coding 1 NA 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000578189 protein_coding 1 1 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000650865 protein_coding 2 NA 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000652191 protein_coding 1 NA 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000578189 protein_coding 1 1 6 NOTCH2NLC ENSG00000286219 +transcript chr1 149475045 149556361 ENST00000651566 protein_coding 2 NA NA NBPF19 ENSG00000271383 +transcript chr1 149475760 149554764 ENST00000611931 protein_coding 4 5 NA NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000651566 protein_coding 2 NA 2 NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000611931 protein_coding 4 5 1 NBPF19 ENSG00000271383 +transcript chr1 149475933 149555644 ENST00000612881 protein_coding 4 5 NA NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000612881 protein_coding 4 5 1 NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000621744 protein_coding 4 5 5 NA ENSG00000286185 +CDS chr1 149477945 149478047 ENST00000651566 protein_coding 2 NA 3 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000611931 protein_coding 4 5 2 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000612881 protein_coding 4 5 2 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000621744 protein_coding 4 5 6 NA ENSG00000286185 +transcript chr1 149477960 149555625 ENST00000369227 protein_coding 7 5 NA NBPF19 ENSG00000271383 +CDS chr1 149477977 149478047 ENST00000369227 protein_coding 7 5 1 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000651566 protein_coding 2 NA 4 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000611931 protein_coding 4 5 3 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000612881 protein_coding 4 5 3 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000369227 protein_coding 7 5 2 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000621744 protein_coding 4 5 7 NA ENSG00000286185 +CDS chr1 149480142 149480214 ENST00000651566 protein_coding 2 NA 5 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000611931 protein_coding 4 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000612881 protein_coding 4 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000369227 protein_coding 7 5 3 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000621744 protein_coding 4 5 8 NA ENSG00000286185 +CDS chr1 149480679 149480884 ENST00000651566 protein_coding 2 NA 6 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000611931 protein_coding 4 5 5 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000612881 protein_coding 4 5 5 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000369227 protein_coding 7 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000621744 protein_coding 4 5 9 NA ENSG00000286185 +CDS chr1 149482175 149482226 ENST00000651566 protein_coding 2 NA 7 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000611931 protein_coding 4 5 6 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000612881 protein_coding 4 5 6 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000369227 protein_coding 7 5 5 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000621744 protein_coding 4 5 10 NA ENSG00000286185 +CDS chr1 149486130 149486293 ENST00000651566 protein_coding 2 NA 8 NBPF19 ENSG00000271383 +CDS chr1 149486130 149486293 ENST00000369227 protein_coding 7 5 6 NBPF19 ENSG00000271383 +CDS chr1 149486130 149486293 ENST00000621744 protein_coding 4 5 11 NA ENSG00000286185 +CDS chr1 149487332 149487383 ENST00000651566 protein_coding 2 NA 9 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000611931 protein_coding 4 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000612881 protein_coding 4 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000369227 protein_coding 7 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000621744 protein_coding 4 5 12 NA ENSG00000286185 +CDS chr1 149488013 149488185 ENST00000651566 protein_coding 2 NA 10 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488033 ENST00000612881 protein_coding 4 5 8 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488185 ENST00000369227 protein_coding 7 5 8 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488185 ENST00000621744 protein_coding 4 5 13 NA ENSG00000286185 +CDS chr1 149488905 149488956 ENST00000651566 protein_coding 2 NA 11 NBPF19 ENSG00000271383 +CDS chr1 149488905 149488956 ENST00000369227 protein_coding 7 5 9 NBPF19 ENSG00000271383 +CDS chr1 149488905 149488956 ENST00000621744 protein_coding 4 5 14 NA ENSG00000286185 +CDS chr1 149489561 149489733 ENST00000651566 protein_coding 2 NA 12 NBPF19 ENSG00000271383 +CDS chr1 149489561 149489733 ENST00000621744 protein_coding 4 5 15 NA ENSG00000286185 +CDS chr1 149490443 149490494 ENST00000651566 protein_coding 2 NA 13 NBPF19 ENSG00000271383 +CDS chr1 149490443 149490494 ENST00000621744 protein_coding 4 5 16 NA ENSG00000286185 +CDS chr1 149491139 149491311 ENST00000651566 protein_coding 2 NA 14 NBPF19 ENSG00000271383 +CDS chr1 149491139 149491311 ENST00000621744 protein_coding 4 5 17 NA ENSG00000286185 +CDS chr1 149492026 149492134 ENST00000651566 protein_coding 2 NA 15 NBPF19 ENSG00000271383 +CDS chr1 149492026 149492134 ENST00000621744 protein_coding 4 5 18 NA ENSG00000286185 +CDS chr1 149492768 149492940 ENST00000651566 protein_coding 2 NA 16 NBPF19 ENSG00000271383 +CDS chr1 149492768 149492788 ENST00000611931 protein_coding 4 5 8 NBPF19 ENSG00000271383 +CDS chr1 149492768 149492940 ENST00000621744 protein_coding 4 5 19 NA ENSG00000286185 +CDS chr1 149493660 149493711 ENST00000651566 protein_coding 2 NA 17 NBPF19 ENSG00000271383 +CDS chr1 149493660 149493711 ENST00000621744 protein_coding 4 5 20 NA ENSG00000286185 +CDS chr1 149494318 149494490 ENST00000651566 protein_coding 2 NA 18 NBPF19 ENSG00000271383 +CDS chr1 149494318 149494490 ENST00000621744 protein_coding 4 5 21 NA ENSG00000286185 +CDS chr1 149495200 149495251 ENST00000651566 protein_coding 2 NA 19 NBPF19 ENSG00000271383 +CDS chr1 149495200 149495251 ENST00000621744 protein_coding 4 5 22 NA ENSG00000286185 +CDS chr1 149495902 149496074 ENST00000651566 protein_coding 2 NA 20 NBPF19 ENSG00000271383 +CDS chr1 149495902 149496074 ENST00000621744 protein_coding 4 5 23 NA ENSG00000286185 +CDS chr1 149496789 149496897 ENST00000651566 protein_coding 2 NA 21 NBPF19 ENSG00000271383 +CDS chr1 149496789 149496897 ENST00000621744 protein_coding 4 5 24 NA ENSG00000286185 +CDS chr1 149497525 149497697 ENST00000651566 protein_coding 2 NA 22 NBPF19 ENSG00000271383 +CDS chr1 149497525 149497697 ENST00000621744 protein_coding 4 5 25 NA ENSG00000286185 +CDS chr1 149498417 149498468 ENST00000651566 protein_coding 2 NA 23 NBPF19 ENSG00000271383 +CDS chr1 149498417 149498468 ENST00000621744 protein_coding 4 5 26 NA ENSG00000286185 +CDS chr1 149499073 149499245 ENST00000651566 protein_coding 2 NA 24 NBPF19 ENSG00000271383 +CDS chr1 149499073 149499245 ENST00000621744 protein_coding 4 5 27 NA ENSG00000286185 +CDS chr1 149499955 149500006 ENST00000651566 protein_coding 2 NA 25 NBPF19 ENSG00000271383 +CDS chr1 149499955 149500006 ENST00000621744 protein_coding 4 5 28 NA ENSG00000286185 +transcript chr1 149499966 149524617 ENST00000426482 protein_coding 3 5 NA NBPF19 ENSG00000271383 +CDS chr1 149499966 149500006 ENST00000426482 protein_coding 3 5 1 NBPF19 ENSG00000271383 +CDS chr1 149500657 149500829 ENST00000651566 protein_coding 2 NA 26 NBPF19 ENSG00000271383 +CDS chr1 149500657 149500829 ENST00000621744 protein_coding 4 5 29 NA ENSG00000286185 +CDS chr1 149500666 149500833 ENST00000426482 protein_coding 3 5 2 NBPF19 ENSG00000271383 +CDS chr1 149501544 149501652 ENST00000651566 protein_coding 2 NA 27 NBPF19 ENSG00000271383 +CDS chr1 149501544 149501652 ENST00000621744 protein_coding 4 5 30 NA ENSG00000286185 +CDS chr1 149501605 149501652 ENST00000426482 protein_coding 3 5 3 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000651566 protein_coding 2 NA 28 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000426482 protein_coding 3 5 4 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000621744 protein_coding 4 5 31 NA ENSG00000286185 +CDS chr1 149503178 149503229 ENST00000651566 protein_coding 2 NA 29 NBPF19 ENSG00000271383 +CDS chr1 149503178 149503229 ENST00000426482 protein_coding 3 5 5 NBPF19 ENSG00000271383 +CDS chr1 149503178 149503229 ENST00000621744 protein_coding 4 5 32 NA ENSG00000286185 +CDS chr1 149503834 149504006 ENST00000651566 protein_coding 2 NA 30 NBPF19 ENSG00000271383 +CDS chr1 149503834 149504006 ENST00000426482 protein_coding 3 5 6 NBPF19 ENSG00000271383 +CDS chr1 149503834 149504006 ENST00000621744 protein_coding 4 5 33 NA ENSG00000286185 +CDS chr1 149504716 149504767 ENST00000651566 protein_coding 2 NA 31 NBPF19 ENSG00000271383 +CDS chr1 149504716 149504765 ENST00000426482 protein_coding 3 5 7 NBPF19 ENSG00000271383 +CDS chr1 149504716 149504767 ENST00000621744 protein_coding 4 5 34 NA ENSG00000286185 +CDS chr1 149505418 149505590 ENST00000651566 protein_coding 2 NA 32 NBPF19 ENSG00000271383 +CDS chr1 149505418 149505590 ENST00000621744 protein_coding 4 5 35 NA ENSG00000286185 +CDS chr1 149506305 149506413 ENST00000651566 protein_coding 2 NA 33 NBPF19 ENSG00000271383 +CDS chr1 149506305 149506413 ENST00000621744 protein_coding 4 5 36 NA ENSG00000286185 +CDS chr1 149507047 149507219 ENST00000651566 protein_coding 2 NA 34 NBPF19 ENSG00000271383 +CDS chr1 149507047 149507219 ENST00000621744 protein_coding 4 5 37 NA ENSG00000286185 +CDS chr1 149507939 149507990 ENST00000651566 protein_coding 2 NA 35 NBPF19 ENSG00000271383 +CDS chr1 149507939 149507990 ENST00000621744 protein_coding 4 5 38 NA ENSG00000286185 +CDS chr1 149508595 149508767 ENST00000651566 protein_coding 2 NA 36 NBPF19 ENSG00000271383 +CDS chr1 149508595 149508767 ENST00000621744 protein_coding 4 5 39 NA ENSG00000286185 +CDS chr1 149509477 149509528 ENST00000651566 protein_coding 2 NA 37 NBPF19 ENSG00000271383 +CDS chr1 149509477 149509528 ENST00000621744 protein_coding 4 5 40 NA ENSG00000286185 +CDS chr1 149510179 149510351 ENST00000651566 protein_coding 2 NA 38 NBPF19 ENSG00000271383 +CDS chr1 149510179 149510351 ENST00000621744 protein_coding 4 5 41 NA ENSG00000286185 +CDS chr1 149511066 149511174 ENST00000651566 protein_coding 2 NA 39 NBPF19 ENSG00000271383 +CDS chr1 149511066 149511174 ENST00000621744 protein_coding 4 5 42 NA ENSG00000286185 +CDS chr1 149511808 149511980 ENST00000651566 protein_coding 2 NA 40 NBPF19 ENSG00000271383 +CDS chr1 149511808 149511980 ENST00000621744 protein_coding 4 5 43 NA ENSG00000286185 +CDS chr1 149512700 149512751 ENST00000651566 protein_coding 2 NA 41 NBPF19 ENSG00000271383 +CDS chr1 149512700 149512751 ENST00000621744 protein_coding 4 5 44 NA ENSG00000286185 +CDS chr1 149513356 149513528 ENST00000651566 protein_coding 2 NA 42 NBPF19 ENSG00000271383 +CDS chr1 149513356 149513528 ENST00000621744 protein_coding 4 5 45 NA ENSG00000286185 +CDS chr1 149514238 149514289 ENST00000651566 protein_coding 2 NA 43 NBPF19 ENSG00000271383 +CDS chr1 149514238 149514289 ENST00000621744 protein_coding 4 5 46 NA ENSG00000286185 +CDS chr1 149514936 149515108 ENST00000651566 protein_coding 2 NA 44 NBPF19 ENSG00000271383 +CDS chr1 149514936 149515108 ENST00000621744 protein_coding 4 5 47 NA ENSG00000286185 +CDS chr1 149515822 149515930 ENST00000651566 protein_coding 2 NA 45 NBPF19 ENSG00000271383 +CDS chr1 149515822 149515930 ENST00000621744 protein_coding 4 5 48 NA ENSG00000286185 +CDS chr1 149516564 149516736 ENST00000651566 protein_coding 2 NA 46 NBPF19 ENSG00000271383 +CDS chr1 149516564 149516736 ENST00000621744 protein_coding 4 5 49 NA ENSG00000286185 +CDS chr1 149517456 149517507 ENST00000651566 protein_coding 2 NA 47 NBPF19 ENSG00000271383 +CDS chr1 149517456 149517507 ENST00000621744 protein_coding 4 5 50 NA ENSG00000286185 +CDS chr1 149518110 149518282 ENST00000651566 protein_coding 2 NA 48 NBPF19 ENSG00000271383 +CDS chr1 149518110 149518282 ENST00000369227 protein_coding 7 5 10 NBPF19 ENSG00000271383 +CDS chr1 149518110 149518282 ENST00000621744 protein_coding 4 5 51 NA ENSG00000286185 +CDS chr1 149518992 149519043 ENST00000651566 protein_coding 2 NA 49 NBPF19 ENSG00000271383 +CDS chr1 149518992 149519043 ENST00000369227 protein_coding 7 5 11 NBPF19 ENSG00000271383 +CDS chr1 149518992 149519043 ENST00000621744 protein_coding 4 5 52 NA ENSG00000286185 +CDS chr1 149519688 149519860 ENST00000651566 protein_coding 2 NA 50 NBPF19 ENSG00000271383 +CDS chr1 149519688 149519860 ENST00000369227 protein_coding 7 5 12 NBPF19 ENSG00000271383 +CDS chr1 149519688 149519860 ENST00000621744 protein_coding 4 5 53 NA ENSG00000286185 +CDS chr1 149520575 149520683 ENST00000651566 protein_coding 2 NA 51 NBPF19 ENSG00000271383 +CDS chr1 149520575 149520683 ENST00000369227 protein_coding 7 5 13 NBPF19 ENSG00000271383 +CDS chr1 149520575 149520683 ENST00000621744 protein_coding 4 5 54 NA ENSG00000286185 +CDS chr1 149521319 149521491 ENST00000651566 protein_coding 2 NA 52 NBPF19 ENSG00000271383 +CDS chr1 149521319 149521491 ENST00000369227 protein_coding 7 5 14 NBPF19 ENSG00000271383 +CDS chr1 149521319 149521491 ENST00000621744 protein_coding 4 5 55 NA ENSG00000286185 +CDS chr1 149522211 149522262 ENST00000651566 protein_coding 2 NA 53 NBPF19 ENSG00000271383 +CDS chr1 149522211 149522262 ENST00000369227 protein_coding 7 5 15 NBPF19 ENSG00000271383 +CDS chr1 149522211 149522262 ENST00000621744 protein_coding 4 5 56 NA ENSG00000286185 +CDS chr1 149522865 149523037 ENST00000651566 protein_coding 2 NA 54 NBPF19 ENSG00000271383 +CDS chr1 149522865 149523037 ENST00000621744 protein_coding 4 5 57 NA ENSG00000286185 +CDS chr1 149523747 149523798 ENST00000651566 protein_coding 2 NA 55 NBPF19 ENSG00000271383 +CDS chr1 149523747 149523798 ENST00000621744 protein_coding 4 5 58 NA ENSG00000286185 +CDS chr1 149524445 149524617 ENST00000651566 protein_coding 2 NA 56 NBPF19 ENSG00000271383 +CDS chr1 149524445 149524617 ENST00000621744 protein_coding 4 5 59 NA ENSG00000286185 +CDS chr1 149525332 149525440 ENST00000651566 protein_coding 2 NA 57 NBPF19 ENSG00000271383 +CDS chr1 149525332 149525440 ENST00000621744 protein_coding 4 5 60 NA ENSG00000286185 +CDS chr1 149526070 149526242 ENST00000651566 protein_coding 2 NA 58 NBPF19 ENSG00000271383 +CDS chr1 149526070 149526242 ENST00000369227 protein_coding 7 5 16 NBPF19 ENSG00000271383 +CDS chr1 149526070 149526242 ENST00000621744 protein_coding 4 5 61 NA ENSG00000286185 +CDS chr1 149526962 149527013 ENST00000651566 protein_coding 2 NA 59 NBPF19 ENSG00000271383 +CDS chr1 149526962 149527013 ENST00000369227 protein_coding 7 5 17 NBPF19 ENSG00000271383 +CDS chr1 149526962 149527013 ENST00000621744 protein_coding 4 5 62 NA ENSG00000286185 +CDS chr1 149527614 149527786 ENST00000651566 protein_coding 2 NA 60 NBPF19 ENSG00000271383 +CDS chr1 149527614 149527786 ENST00000369227 protein_coding 7 5 18 NBPF19 ENSG00000271383 +CDS chr1 149527614 149527786 ENST00000621744 protein_coding 4 5 63 NA ENSG00000286185 +CDS chr1 149528496 149528547 ENST00000651566 protein_coding 2 NA 61 NBPF19 ENSG00000271383 +CDS chr1 149528496 149528547 ENST00000369227 protein_coding 7 5 19 NBPF19 ENSG00000271383 +CDS chr1 149528496 149528547 ENST00000621744 protein_coding 4 5 64 NA ENSG00000286185 +CDS chr1 149529174 149529346 ENST00000651566 protein_coding 2 NA 62 NBPF19 ENSG00000271383 +CDS chr1 149529174 149529346 ENST00000369227 protein_coding 7 5 20 NBPF19 ENSG00000271383 +CDS chr1 149529174 149529346 ENST00000621744 protein_coding 4 5 65 NA ENSG00000286185 +CDS chr1 149530061 149530169 ENST00000651566 protein_coding 2 NA 63 NBPF19 ENSG00000271383 +CDS chr1 149530061 149530169 ENST00000369227 protein_coding 7 5 21 NBPF19 ENSG00000271383 +CDS chr1 149530061 149530169 ENST00000621744 protein_coding 4 5 66 NA ENSG00000286185 +CDS chr1 149530799 149530971 ENST00000651566 protein_coding 2 NA 64 NBPF19 ENSG00000271383 +CDS chr1 149530799 149530971 ENST00000621744 protein_coding 4 5 67 NA ENSG00000286185 +CDS chr1 149531691 149531742 ENST00000651566 protein_coding 2 NA 65 NBPF19 ENSG00000271383 +CDS chr1 149531691 149531742 ENST00000621744 protein_coding 4 5 68 NA ENSG00000286185 +CDS chr1 149532345 149532517 ENST00000651566 protein_coding 2 NA 66 NBPF19 ENSG00000271383 +CDS chr1 149532345 149532517 ENST00000621744 protein_coding 4 5 69 NA ENSG00000286185 +CDS chr1 149533227 149533278 ENST00000651566 protein_coding 2 NA 67 NBPF19 ENSG00000271383 +CDS chr1 149533227 149533278 ENST00000621744 protein_coding 4 5 70 NA ENSG00000286185 +CDS chr1 149533925 149534097 ENST00000651566 protein_coding 2 NA 68 NBPF19 ENSG00000271383 +CDS chr1 149533925 149534097 ENST00000621744 protein_coding 4 5 71 NA ENSG00000286185 +CDS chr1 149534812 149534920 ENST00000651566 protein_coding 2 NA 69 NBPF19 ENSG00000271383 +CDS chr1 149534812 149534920 ENST00000621744 protein_coding 4 5 72 NA ENSG00000286185 +CDS chr1 149535554 149535726 ENST00000651566 protein_coding 2 NA 70 NBPF19 ENSG00000271383 +CDS chr1 149535554 149535726 ENST00000621744 protein_coding 4 5 73 NA ENSG00000286185 +CDS chr1 149536446 149536497 ENST00000651566 protein_coding 2 NA 71 NBPF19 ENSG00000271383 +CDS chr1 149536446 149536497 ENST00000621744 protein_coding 4 5 74 NA ENSG00000286185 +CDS chr1 149537100 149537272 ENST00000651566 protein_coding 2 NA 72 NBPF19 ENSG00000271383 +CDS chr1 149537100 149537272 ENST00000621744 protein_coding 4 5 75 NA ENSG00000286185 +CDS chr1 149537982 149538033 ENST00000651566 protein_coding 2 NA 73 NBPF19 ENSG00000271383 +CDS chr1 149537982 149538033 ENST00000621744 protein_coding 4 5 76 NA ENSG00000286185 +CDS chr1 149538676 149538848 ENST00000651566 protein_coding 2 NA 74 NBPF19 ENSG00000271383 +CDS chr1 149538676 149538848 ENST00000621744 protein_coding 4 5 77 NA ENSG00000286185 +CDS chr1 149539563 149539671 ENST00000651566 protein_coding 2 NA 75 NBPF19 ENSG00000271383 +CDS chr1 149539563 149539671 ENST00000621744 protein_coding 4 5 78 NA ENSG00000286185 +CDS chr1 149540301 149540473 ENST00000651566 protein_coding 2 NA 76 NBPF19 ENSG00000271383 +CDS chr1 149540301 149540473 ENST00000621744 protein_coding 4 5 79 NA ENSG00000286185 +CDS chr1 149541193 149541244 ENST00000651566 protein_coding 2 NA 77 NBPF19 ENSG00000271383 +CDS chr1 149541193 149541244 ENST00000621744 protein_coding 4 5 80 NA ENSG00000286185 +CDS chr1 149541853 149542025 ENST00000651566 protein_coding 2 NA 78 NBPF19 ENSG00000271383 +CDS chr1 149541853 149542025 ENST00000621744 protein_coding 4 5 81 NA ENSG00000286185 +CDS chr1 149542735 149542786 ENST00000651566 protein_coding 2 NA 79 NBPF19 ENSG00000271383 +CDS chr1 149542735 149542786 ENST00000621744 protein_coding 4 5 82 NA ENSG00000286185 +CDS chr1 149543413 149543585 ENST00000651566 protein_coding 2 NA 80 NBPF19 ENSG00000271383 +CDS chr1 149543413 149543585 ENST00000621744 protein_coding 4 5 83 NA ENSG00000286185 +CDS chr1 149544300 149544408 ENST00000651566 protein_coding 2 NA 81 NBPF19 ENSG00000271383 +CDS chr1 149544300 149544408 ENST00000621744 protein_coding 4 5 84 NA ENSG00000286185 +CDS chr1 149545038 149545210 ENST00000651566 protein_coding 2 NA 82 NBPF19 ENSG00000271383 +CDS chr1 149545038 149545210 ENST00000621744 protein_coding 4 5 85 NA ENSG00000286185 +CDS chr1 149545930 149545981 ENST00000651566 protein_coding 2 NA 83 NBPF19 ENSG00000271383 +CDS chr1 149545930 149545981 ENST00000621744 protein_coding 4 5 86 NA ENSG00000286185 +CDS chr1 149546590 149546762 ENST00000651566 protein_coding 2 NA 84 NBPF19 ENSG00000271383 +CDS chr1 149546590 149546762 ENST00000621744 protein_coding 4 5 87 NA ENSG00000286185 +CDS chr1 149547472 149547523 ENST00000651566 protein_coding 2 NA 85 NBPF19 ENSG00000271383 +CDS chr1 149547472 149547523 ENST00000621744 protein_coding 4 5 88 NA ENSG00000286185 +CDS chr1 149548150 149548322 ENST00000651566 protein_coding 2 NA 86 NBPF19 ENSG00000271383 +CDS chr1 149548150 149548322 ENST00000621744 protein_coding 4 5 89 NA ENSG00000286185 +CDS chr1 149549037 149549145 ENST00000651566 protein_coding 2 NA 87 NBPF19 ENSG00000271383 +CDS chr1 149549037 149549145 ENST00000621744 protein_coding 4 5 90 NA ENSG00000286185 +CDS chr1 149549775 149549947 ENST00000651566 protein_coding 2 NA 88 NBPF19 ENSG00000271383 +CDS chr1 149549775 149549947 ENST00000621744 protein_coding 4 5 91 NA ENSG00000286185 +CDS chr1 149550667 149550718 ENST00000651566 protein_coding 2 NA 89 NBPF19 ENSG00000271383 +CDS chr1 149550667 149550718 ENST00000621744 protein_coding 4 5 92 NA ENSG00000286185 +CDS chr1 149551327 149551499 ENST00000651566 protein_coding 2 NA 90 NBPF19 ENSG00000271383 +CDS chr1 149551327 149551499 ENST00000621744 protein_coding 4 5 93 NA ENSG00000286185 +CDS chr1 149552209 149552260 ENST00000651566 protein_coding 2 NA 91 NBPF19 ENSG00000271383 +CDS chr1 149552209 149552260 ENST00000621744 protein_coding 4 5 94 NA ENSG00000286185 +CDS chr1 149552887 149553059 ENST00000651566 protein_coding 2 NA 92 NBPF19 ENSG00000271383 +CDS chr1 149552887 149553059 ENST00000621744 protein_coding 4 5 95 NA ENSG00000286185 +CDS chr1 149553774 149553882 ENST00000651566 protein_coding 2 NA 93 NBPF19 ENSG00000271383 +CDS chr1 149553774 149553882 ENST00000621744 protein_coding 4 5 96 NA ENSG00000286185 +CDS chr1 149554495 149554735 ENST00000651566 protein_coding 2 NA 94 NBPF19 ENSG00000271383 +CDS chr1 149554495 149554735 ENST00000369227 protein_coding 7 5 22 NBPF19 ENSG00000271383 +CDS chr1 149554495 149554735 ENST00000621744 protein_coding 4 5 97 NA ENSG00000286185 +transcript chr1 149583848 149584607 ENST00000585245 protein_coding 3 NA NA PPIAL4C ENSG00000288867 +CDS chr1 149583898 149584389 ENST00000585245 protein_coding 3 NA 1 PPIAL4C ENSG00000288867 +transcript chr1 149782671 149791390 ENST00000444948 protein_coding 5 2 NA FCGR1A ENSG00000150337 +transcript chr1 149782689 149812373 ENST00000545683 protein_coding 1 2 NA H2BC18 ENSG00000203814 +transcript chr1 149782694 149791675 ENST00000369168 protein_coding 5 1 NA FCGR1A ENSG00000150337 +CDS chr1 149782744 149782774 ENST00000444948 protein_coding 5 2 1 FCGR1A ENSG00000150337 +CDS chr1 149782744 149782774 ENST00000369168 protein_coding 5 1 1 FCGR1A ENSG00000150337 +CDS chr1 149783170 149783190 ENST00000369168 protein_coding 5 1 2 FCGR1A ENSG00000150337 +CDS chr1 149783236 149783260 ENST00000545683 protein_coding 1 2 2 H2BC18 ENSG00000203814 +CDS chr1 149784003 149784257 ENST00000369168 protein_coding 5 1 3 FCGR1A ENSG00000150337 +CDS chr1 149788366 149788617 ENST00000444948 protein_coding 5 2 2 FCGR1A ENSG00000150337 +CDS chr1 149788366 149788617 ENST00000369168 protein_coding 5 1 4 FCGR1A ENSG00000150337 +CDS chr1 149790054 149790338 ENST00000444948 protein_coding 5 2 3 FCGR1A ENSG00000150337 +CDS chr1 149790054 149790338 ENST00000369168 protein_coding 5 1 5 FCGR1A ENSG00000150337 +CDS chr1 149791237 149791390 ENST00000444948 protein_coding 5 2 4 FCGR1A ENSG00000150337 +CDS chr1 149791237 149791514 ENST00000369168 protein_coding 5 1 6 FCGR1A ENSG00000150337 +transcript chr1 149811879 149812370 ENST00000369167 protein_coding 3 NA NA H2BC18 ENSG00000203814 +CDS chr1 149811946 149812323 ENST00000369167 protein_coding 3 NA 1 H2BC18 ENSG00000203814 +CDS chr1 149811947 149812323 ENST00000545683 protein_coding 1 2 1 H2BC18 ENSG00000203814 +transcript chr1 149813225 149813693 ENST00000331491 protein_coding 2 NA NA H3C13 ENSG00000183598 +CDS chr1 149813274 149813681 ENST00000331491 protein_coding 2 NA 1 H3C13 ENSG00000183598 +transcript chr1 149832657 149833052 ENST00000578186 protein_coding 3 NA NA H4C14 ENSG00000270882 +CDS chr1 149832685 149832993 ENST00000578186 protein_coding 3 NA 1 H4C14 ENSG00000270882 +transcript chr1 149840687 149841208 ENST00000369158 protein_coding 2 NA NA H3C14 ENSG00000203811 +CDS chr1 149840750 149841157 ENST00000369158 protein_coding 2 NA 1 H3C14 ENSG00000203811 +transcript chr1 149842218 149842750 ENST00000369159 protein_coding 3 NA NA H2AC18 ENSG00000288825 +CDS chr1 149842309 149842698 ENST00000369159 protein_coding 3 NA 1 H2AC18 ENSG00000288825 +transcript chr1 149851061 149851594 ENST00000607355 protein_coding 3 NA NA H2AC19 ENSG00000288859 +CDS chr1 149851114 149851503 ENST00000607355 protein_coding 3 NA 1 H2AC19 ENSG00000288859 +transcript chr1 149852608 149853125 ENST00000403683 protein_coding 2 NA NA H3C15 ENSG00000203852 +CDS chr1 149852655 149853062 ENST00000403683 protein_coding 2 NA 1 H3C15 ENSG00000203852 +transcript chr1 149860764 149861159 ENST00000579512 protein_coding 3 NA NA H4C15 ENSG00000270276 +CDS chr1 149860823 149861131 ENST00000579512 protein_coding 3 NA 1 H4C15 ENSG00000270276 +transcript chr1 149884459 149886682 ENST00000369155 protein_coding 4 NA NA H2BC21 ENSG00000184678 +CDS chr1 149886263 149886640 ENST00000369155 protein_coding 4 NA 1 H2BC21 ENSG00000184678 +transcript chr1 149886918 149887411 ENST00000331380 protein_coding 4 NA NA H2AC20 ENSG00000184260 +CDS chr1 149886975 149887361 ENST00000331380 protein_coding 4 NA 1 H2AC20 ENSG00000184260 +transcript chr1 149887469 149887965 ENST00000331128 protein_coding 6 NA NA H2AC21 ENSG00000184270 +CDS chr1 149887527 149887916 ENST00000331128 protein_coding 6 NA 1 H2AC21 ENSG00000184270 +transcript chr1 149887890 149900491 ENST00000369153 protein_coding 2 3 NA BOLA1 ENSG00000178096 +transcript chr1 149899568 149900795 ENST00000369152 protein_coding 6 1 NA BOLA1 ENSG00000178096 +transcript chr1 149899626 149900548 ENST00000369150 protein_coding 1 3 NA BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369153 protein_coding 2 3 3 BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369152 protein_coding 6 1 2 BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369150 protein_coding 1 3 2 BOLA1 ENSG00000178096 +transcript chr1 149903318 149917844 ENST00000369146 protein_coding 8 1 NA SV2A ENSG00000159164 +CDS chr1 149905017 149905197 ENST00000369146 protein_coding 8 1 13 SV2A ENSG00000159164 +transcript chr1 149905472 149917841 ENST00000369145 protein_coding 1 2 NA SV2A ENSG00000159164 +CDS chr1 149905879 149906039 ENST00000369145 protein_coding 1 2 12 SV2A ENSG00000159164 +CDS chr1 149905880 149906039 ENST00000369146 protein_coding 8 1 12 SV2A ENSG00000159164 +CDS chr1 149906650 149906856 ENST00000369146 protein_coding 8 1 11 SV2A ENSG00000159164 +CDS chr1 149906650 149906856 ENST00000369145 protein_coding 1 2 11 SV2A ENSG00000159164 +CDS chr1 149907700 149907833 ENST00000369146 protein_coding 8 1 10 SV2A ENSG00000159164 +CDS chr1 149907700 149907833 ENST00000369145 protein_coding 1 2 10 SV2A ENSG00000159164 +CDS chr1 149908042 149908206 ENST00000369146 protein_coding 8 1 9 SV2A ENSG00000159164 +CDS chr1 149908042 149908206 ENST00000369145 protein_coding 1 2 9 SV2A ENSG00000159164 +CDS chr1 149909192 149909280 ENST00000369146 protein_coding 8 1 8 SV2A ENSG00000159164 +CDS chr1 149909192 149909280 ENST00000369145 protein_coding 1 2 8 SV2A ENSG00000159164 +CDS chr1 149909461 149909571 ENST00000369146 protein_coding 8 1 7 SV2A ENSG00000159164 +CDS chr1 149909461 149909571 ENST00000369145 protein_coding 1 2 7 SV2A ENSG00000159164 +CDS chr1 149909801 149909890 ENST00000369146 protein_coding 8 1 6 SV2A ENSG00000159164 +CDS chr1 149909801 149909890 ENST00000369145 protein_coding 1 2 6 SV2A ENSG00000159164 +CDS chr1 149910570 149910703 ENST00000369146 protein_coding 8 1 5 SV2A ENSG00000159164 +CDS chr1 149910570 149910703 ENST00000369145 protein_coding 1 2 5 SV2A ENSG00000159164 +CDS chr1 149910826 149910977 ENST00000369146 protein_coding 8 1 4 SV2A ENSG00000159164 +CDS chr1 149910826 149910977 ENST00000369145 protein_coding 1 2 4 SV2A ENSG00000159164 +CDS chr1 149911800 149911980 ENST00000369146 protein_coding 8 1 3 SV2A ENSG00000159164 +CDS chr1 149911800 149911980 ENST00000369145 protein_coding 1 2 3 SV2A ENSG00000159164 +CDS chr1 149913219 149913840 ENST00000369146 protein_coding 8 1 2 SV2A ENSG00000159164 +CDS chr1 149913219 149913840 ENST00000369145 protein_coding 1 2 2 SV2A ENSG00000159164 +transcript chr1 149923317 149927803 ENST00000271628 protein_coding 9 1 NA SF3B4 ENSG00000143368 +CDS chr1 149923545 149923729 ENST00000271628 protein_coding 9 1 6 SF3B4 ENSG00000143368 +CDS chr1 149923841 149924014 ENST00000271628 protein_coding 9 1 5 SF3B4 ENSG00000143368 +CDS chr1 149925836 149926042 ENST00000271628 protein_coding 9 1 4 SF3B4 ENSG00000143368 +CDS chr1 149926376 149926918 ENST00000271628 protein_coding 9 1 3 SF3B4 ENSG00000143368 +transcript chr1 149926382 149927591 ENST00000457312 protein_coding 1 5 NA SF3B4 ENSG00000143368 +CDS chr1 149926382 149926918 ENST00000457312 protein_coding 1 5 3 SF3B4 ENSG00000143368 +CDS chr1 149927166 149927294 ENST00000271628 protein_coding 9 1 2 SF3B4 ENSG00000143368 +CDS chr1 149927166 149927199 ENST00000457312 protein_coding 1 5 2 SF3B4 ENSG00000143368 +CDS chr1 149927726 149927759 ENST00000271628 protein_coding 9 1 1 SF3B4 ENSG00000143368 +transcript chr1 149928651 149936879 ENST00000439741 protein_coding 4 2 NA MTMR11 ENSG00000014914 +transcript chr1 149928652 149936350 ENST00000369140 protein_coding 7 2 NA MTMR11 ENSG00000014914 +CDS chr1 149928870 149928901 ENST00000369140 protein_coding 7 2 17 MTMR11 ENSG00000014914 +CDS chr1 149929132 149929317 ENST00000439741 protein_coding 4 2 17 MTMR11 ENSG00000014914 +CDS chr1 149929155 149929317 ENST00000369140 protein_coding 7 2 16 MTMR11 ENSG00000014914 +CDS chr1 149929623 149929916 ENST00000439741 protein_coding 4 2 16 MTMR11 ENSG00000014914 +CDS chr1 149929623 149929916 ENST00000369140 protein_coding 7 2 15 MTMR11 ENSG00000014914 +CDS chr1 149930365 149930547 ENST00000439741 protein_coding 4 2 15 MTMR11 ENSG00000014914 +CDS chr1 149930365 149930547 ENST00000369140 protein_coding 7 2 14 MTMR11 ENSG00000014914 +CDS chr1 149930792 149930965 ENST00000439741 protein_coding 4 2 14 MTMR11 ENSG00000014914 +CDS chr1 149930792 149930965 ENST00000369140 protein_coding 7 2 13 MTMR11 ENSG00000014914 +CDS chr1 149931260 149931426 ENST00000439741 protein_coding 4 2 13 MTMR11 ENSG00000014914 +CDS chr1 149931260 149931426 ENST00000369140 protein_coding 7 2 12 MTMR11 ENSG00000014914 +CDS chr1 149931944 149932014 ENST00000439741 protein_coding 4 2 12 MTMR11 ENSG00000014914 +CDS chr1 149931944 149932014 ENST00000369140 protein_coding 7 2 11 MTMR11 ENSG00000014914 +CDS chr1 149932264 149932330 ENST00000439741 protein_coding 4 2 11 MTMR11 ENSG00000014914 +CDS chr1 149932264 149932330 ENST00000369140 protein_coding 7 2 10 MTMR11 ENSG00000014914 +CDS chr1 149933406 149933530 ENST00000439741 protein_coding 4 2 10 MTMR11 ENSG00000014914 +CDS chr1 149933406 149933530 ENST00000369140 protein_coding 7 2 9 MTMR11 ENSG00000014914 +CDS chr1 149933610 149933698 ENST00000439741 protein_coding 4 2 9 MTMR11 ENSG00000014914 +CDS chr1 149933610 149933698 ENST00000369140 protein_coding 7 2 8 MTMR11 ENSG00000014914 +CDS chr1 149933855 149933942 ENST00000439741 protein_coding 4 2 8 MTMR11 ENSG00000014914 +CDS chr1 149933855 149933942 ENST00000369140 protein_coding 7 2 7 MTMR11 ENSG00000014914 +CDS chr1 149934191 149934326 ENST00000439741 protein_coding 4 2 7 MTMR11 ENSG00000014914 +CDS chr1 149934191 149934326 ENST00000369140 protein_coding 7 2 6 MTMR11 ENSG00000014914 +CDS chr1 149934448 149934526 ENST00000439741 protein_coding 4 2 6 MTMR11 ENSG00000014914 +CDS chr1 149934448 149934526 ENST00000369140 protein_coding 7 2 5 MTMR11 ENSG00000014914 +CDS chr1 149934986 149935128 ENST00000439741 protein_coding 4 2 5 MTMR11 ENSG00000014914 +CDS chr1 149934986 149935128 ENST00000369140 protein_coding 7 2 4 MTMR11 ENSG00000014914 +CDS chr1 149935299 149935359 ENST00000439741 protein_coding 4 2 4 MTMR11 ENSG00000014914 +CDS chr1 149935299 149935359 ENST00000369140 protein_coding 7 2 3 MTMR11 ENSG00000014914 +CDS chr1 149935584 149935705 ENST00000439741 protein_coding 4 2 3 MTMR11 ENSG00000014914 +CDS chr1 149935584 149935620 ENST00000369140 protein_coding 7 2 2 MTMR11 ENSG00000014914 +CDS chr1 149936154 149936229 ENST00000439741 protein_coding 4 2 2 MTMR11 ENSG00000014914 +CDS chr1 149936154 149936164 ENST00000369140 protein_coding 7 2 1 MTMR11 ENSG00000014914 +CDS chr1 149936582 149936647 ENST00000439741 protein_coding 4 2 1 MTMR11 ENSG00000014914 +transcript chr1 149937812 150010726 ENST00000581312 protein_coding 6 1 NA OTUD7B ENSG00000264522 +CDS chr1 149943860 149945065 ENST00000581312 protein_coding 6 1 12 OTUD7B ENSG00000264522 +CDS chr1 149947251 149947335 ENST00000581312 protein_coding 6 1 11 OTUD7B ENSG00000264522 +transcript chr1 149947291 150010675 ENST00000417191 protein_coding 2 1 NA OTUD7B ENSG00000264522 +CDS chr1 149947291 149947335 ENST00000417191 protein_coding 2 1 11 OTUD7B ENSG00000264522 +CDS chr1 149948969 149949083 ENST00000581312 protein_coding 6 1 10 OTUD7B ENSG00000264522 +CDS chr1 149948969 149949083 ENST00000417191 protein_coding 2 1 10 OTUD7B ENSG00000264522 +CDS chr1 149949629 149949778 ENST00000581312 protein_coding 6 1 9 OTUD7B ENSG00000264522 +CDS chr1 149949629 149949778 ENST00000417191 protein_coding 2 1 9 OTUD7B ENSG00000264522 +CDS chr1 149950094 149950221 ENST00000581312 protein_coding 6 1 8 OTUD7B ENSG00000264522 +CDS chr1 149950094 149950221 ENST00000417191 protein_coding 2 1 8 OTUD7B ENSG00000264522 +CDS chr1 149959684 149959796 ENST00000581312 protein_coding 6 1 7 OTUD7B ENSG00000264522 +CDS chr1 149959684 149959796 ENST00000417191 protein_coding 2 1 7 OTUD7B ENSG00000264522 +CDS chr1 149964222 149964349 ENST00000581312 protein_coding 6 1 6 OTUD7B ENSG00000264522 +CDS chr1 149964222 149964349 ENST00000417191 protein_coding 2 1 6 OTUD7B ENSG00000264522 +CDS chr1 149965777 149965878 ENST00000581312 protein_coding 6 1 5 OTUD7B ENSG00000264522 +CDS chr1 149965777 149965878 ENST00000417191 protein_coding 2 1 5 OTUD7B ENSG00000264522 +CDS chr1 149967294 149967521 ENST00000581312 protein_coding 6 1 4 OTUD7B ENSG00000264522 +CDS chr1 149967294 149967521 ENST00000417191 protein_coding 2 1 4 OTUD7B ENSG00000264522 +CDS chr1 149971063 149971251 ENST00000581312 protein_coding 6 1 3 OTUD7B ENSG00000264522 +CDS chr1 149971063 149971251 ENST00000417191 protein_coding 2 1 3 OTUD7B ENSG00000264522 +CDS chr1 149977426 149977510 ENST00000581312 protein_coding 6 1 2 OTUD7B ENSG00000264522 +CDS chr1 149977426 149977510 ENST00000417191 protein_coding 2 1 2 OTUD7B ENSG00000264522 +transcript chr1 150067279 150145163 ENST00000643970 protein_coding 1 NA NA VPS45 ENSG00000136631 +transcript chr1 150067293 150145326 ENST00000535106 protein_coding 5 5 NA VPS45 ENSG00000136631 +transcript chr1 150067382 150145288 ENST00000369128 protein_coding 9 2 NA VPS45 ENSG00000136631 +transcript chr1 150067668 150145326 ENST00000611412 protein_coding 4 5 NA VPS45 ENSG00000136631 +transcript chr1 150067776 150145329 ENST00000644510 protein_coding 2 NA NA VPS45 ENSG00000136631 +transcript chr1 150067799 150068859 ENST00000643611 protein_coding 1 NA NA VPS45 ENSG00000136631 +transcript chr1 150067847 150093628 ENST00000419023 protein_coding 3 3 NA VPS45 ENSG00000136631 +transcript chr1 150067848 150145329 ENST00000644526 protein_coding 1 NA NA VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000644510 protein_coding 2 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000643611 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000419023 protein_coding 3 3 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000644526 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067887 ENST00000611412 protein_coding 4 5 1 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000644510 protein_coding 2 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068818 ENST00000643611 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000419023 protein_coding 3 3 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000644526 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000643970 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000369128 protein_coding 9 2 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000535106 protein_coding 5 5 2 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000643970 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000369128 protein_coding 9 2 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000644510 protein_coding 2 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000419023 protein_coding 3 3 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000644526 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000535106 protein_coding 5 5 3 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000643970 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000369128 protein_coding 9 2 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000644510 protein_coding 2 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000419023 protein_coding 3 3 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000644526 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000535106 protein_coding 5 5 4 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000643970 protein_coding 1 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000644510 protein_coding 2 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000419023 protein_coding 3 3 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000644526 protein_coding 1 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076946 150076984 ENST00000611412 protein_coding 4 5 2 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000643970 protein_coding 1 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000644510 protein_coding 2 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000644526 protein_coding 1 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000611412 protein_coding 4 5 3 VPS45 ENSG00000136631 +CDS chr1 150077166 150077231 ENST00000419023 protein_coding 3 3 6 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000643970 protein_coding 1 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000369128 protein_coding 9 2 5 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000644510 protein_coding 2 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000419023 protein_coding 3 3 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000644526 protein_coding 1 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000535106 protein_coding 5 5 5 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000611412 protein_coding 4 5 4 VPS45 ENSG00000136631 +transcript chr1 150077735 150083307 ENST00000644704 protein_coding 1 NA NA VPS45 ENSG00000136631 +CDS chr1 150077735 150077779 ENST00000644704 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000643970 protein_coding 1 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000369128 protein_coding 9 2 6 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644510 protein_coding 2 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000419023 protein_coding 3 3 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644526 protein_coding 1 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644704 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000535106 protein_coding 5 5 6 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000611412 protein_coding 4 5 5 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000643970 protein_coding 1 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000369128 protein_coding 9 2 7 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644510 protein_coding 2 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000419023 protein_coding 3 3 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644526 protein_coding 1 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644704 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000535106 protein_coding 5 5 7 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000611412 protein_coding 4 5 6 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000643970 protein_coding 1 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000369128 protein_coding 9 2 8 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000644510 protein_coding 2 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000419023 protein_coding 3 3 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000644526 protein_coding 1 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082895 ENST00000644704 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000535106 protein_coding 5 5 8 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000611412 protein_coding 4 5 7 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000643970 protein_coding 1 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000369128 protein_coding 9 2 9 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000644510 protein_coding 2 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000419023 protein_coding 3 3 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000644526 protein_coding 1 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000535106 protein_coding 5 5 9 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000611412 protein_coding 4 5 8 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000643970 protein_coding 1 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000369128 protein_coding 9 2 10 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000644510 protein_coding 2 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000419023 protein_coding 3 3 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000644526 protein_coding 1 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000535106 protein_coding 5 5 10 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000611412 protein_coding 4 5 9 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000643970 protein_coding 1 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000369128 protein_coding 9 2 11 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000644510 protein_coding 2 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093628 ENST00000419023 protein_coding 3 3 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000644526 protein_coding 1 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000535106 protein_coding 5 5 11 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000611412 protein_coding 4 5 10 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000643970 protein_coding 1 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000369128 protein_coding 9 2 12 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000644510 protein_coding 2 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000644526 protein_coding 1 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000535106 protein_coding 5 5 12 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000611412 protein_coding 4 5 11 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000369128 protein_coding 9 2 13 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000644526 protein_coding 1 NA 15 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000535106 protein_coding 5 5 13 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000643970 protein_coding 1 NA 15 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000369128 protein_coding 9 2 14 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000644510 protein_coding 2 NA 15 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000644526 protein_coding 1 NA 16 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000535106 protein_coding 5 5 14 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000611412 protein_coding 4 5 12 VPS45 ENSG00000136631 +transcript chr1 150149183 150159630 ENST00000369126 protein_coding 5 1 NA PLEKHO1 ENSG00000023902 +transcript chr1 150149916 150160065 ENST00000369124 protein_coding 5 1 NA PLEKHO1 ENSG00000023902 +CDS chr1 150150258 150150287 ENST00000369124 protein_coding 5 1 1 PLEKHO1 ENSG00000023902 +CDS chr1 150150912 150151058 ENST00000369124 protein_coding 5 1 2 PLEKHO1 ENSG00000023902 +CDS chr1 150156066 150156206 ENST00000369124 protein_coding 5 1 3 PLEKHO1 ENSG00000023902 +CDS chr1 150156911 150157015 ENST00000369124 protein_coding 5 1 4 PLEKHO1 ENSG00000023902 +CDS chr1 150157385 150157486 ENST00000369124 protein_coding 5 1 5 PLEKHO1 ENSG00000023902 +CDS chr1 150158819 150159520 ENST00000369124 protein_coding 5 1 6 PLEKHO1 ENSG00000023902 +CDS chr1 150158843 150159520 ENST00000369126 protein_coding 5 1 5 PLEKHO1 ENSG00000023902 +transcript chr1 150218417 150236112 ENST00000583931 protein_coding 6 1 NA ANP32E ENSG00000143401 +transcript chr1 150218418 150236156 ENST00000629042 protein_coding 2 5 NA ANP32E ENSG00000143401 +transcript chr1 150218555 150234678 ENST00000616917 protein_coding 4 2 NA ANP32E ENSG00000143401 +transcript chr1 150220272 150236022 ENST00000436748 protein_coding 6 2 NA ANP32E ENSG00000143401 +transcript chr1 150220378 150226730 ENST00000534437 protein_coding 1 3 NA ANP32E ENSG00000143401 +transcript chr1 150220392 150236085 ENST00000369114 protein_coding 9 3 NA ANP32E ENSG00000143401 +transcript chr1 150220461 150236099 ENST00000369115 protein_coding 3 3 NA ANP32E ENSG00000143401 +transcript chr1 150220538 150235955 ENST00000533654 protein_coding 5 2 NA ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000583931 protein_coding 6 1 7 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000616917 protein_coding 4 2 7 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000436748 protein_coding 6 2 6 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000534437 protein_coding 1 3 3 ANP32E ENSG00000143401 +CDS chr1 150220694 150220758 ENST00000369114 protein_coding 9 3 5 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000369115 protein_coding 3 3 6 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000629042 protein_coding 2 5 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000583931 protein_coding 6 1 6 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000616917 protein_coding 4 2 6 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000436748 protein_coding 6 2 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223294 ENST00000534437 protein_coding 1 3 2 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000369114 protein_coding 9 3 4 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000369115 protein_coding 3 3 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000629042 protein_coding 2 5 4 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000583931 protein_coding 6 1 5 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000616917 protein_coding 4 2 5 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000436748 protein_coding 6 2 4 ANP32E ENSG00000143401 +CDS chr1 150226608 150226730 ENST00000534437 protein_coding 1 3 1 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000369115 protein_coding 3 3 4 ANP32E ENSG00000143401 +transcript chr1 150226608 150235983 ENST00000534220 protein_coding 1 5 NA ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000534220 protein_coding 1 5 3 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000629042 protein_coding 2 5 3 ANP32E ENSG00000143401 +CDS chr1 150226628 150226795 ENST00000533654 protein_coding 5 2 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000583931 protein_coding 6 1 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000616917 protein_coding 4 2 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000436748 protein_coding 6 2 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229114 ENST00000369115 protein_coding 3 3 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229144 ENST00000534220 protein_coding 1 5 2 ANP32E ENSG00000143401 +transcript chr1 150229072 150236064 ENST00000532744 protein_coding 2 3 NA ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000532744 protein_coding 2 3 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229114 ENST00000629042 protein_coding 2 5 2 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000583931 protein_coding 6 1 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000616917 protein_coding 4 2 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000369114 protein_coding 9 3 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000533654 protein_coding 5 2 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000532744 protein_coding 2 3 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000583931 protein_coding 6 1 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231836 ENST00000616917 protein_coding 4 2 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000436748 protein_coding 6 2 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000369114 protein_coding 9 3 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000533654 protein_coding 5 2 2 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000583931 protein_coding 6 1 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000436748 protein_coding 6 2 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000369114 protein_coding 9 3 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000369115 protein_coding 3 3 2 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000533654 protein_coding 5 2 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000534220 protein_coding 1 5 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000532744 protein_coding 2 3 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000629042 protein_coding 2 5 1 ANP32E ENSG00000143401 +transcript chr1 150257251 150265049 ENST00000647854 protein_coding 1 NA NA CA14 ENSG00000118298 +transcript chr1 150257774 150265078 ENST00000369111 protein_coding 9 1 NA CA14 ENSG00000118298 +CDS chr1 150258129 150258183 ENST00000369111 protein_coding 9 1 1 CA14 ENSG00000118298 +CDS chr1 150258129 150258183 ENST00000647854 protein_coding 1 NA 2 CA14 ENSG00000118298 +CDS chr1 150260151 150260171 ENST00000369111 protein_coding 9 1 2 CA14 ENSG00000118298 +CDS chr1 150260151 150260171 ENST00000647854 protein_coding 1 NA 3 CA14 ENSG00000118298 +CDS chr1 150261459 150261638 ENST00000369111 protein_coding 9 1 3 CA14 ENSG00000118298 +CDS chr1 150261459 150261638 ENST00000647854 protein_coding 1 NA 4 CA14 ENSG00000118298 +CDS chr1 150262158 150262300 ENST00000369111 protein_coding 9 1 4 CA14 ENSG00000118298 +CDS chr1 150262158 150262300 ENST00000647854 protein_coding 1 NA 5 CA14 ENSG00000118298 +CDS chr1 150262525 150262620 ENST00000369111 protein_coding 9 1 5 CA14 ENSG00000118298 +CDS chr1 150262525 150262620 ENST00000647854 protein_coding 1 NA 6 CA14 ENSG00000118298 +CDS chr1 150262804 150262870 ENST00000369111 protein_coding 9 1 6 CA14 ENSG00000118298 +CDS chr1 150262804 150262870 ENST00000647854 protein_coding 1 NA 7 CA14 ENSG00000118298 +CDS chr1 150263042 150263199 ENST00000369111 protein_coding 9 1 7 CA14 ENSG00000118298 +CDS chr1 150263042 150263199 ENST00000647854 protein_coding 1 NA 8 CA14 ENSG00000118298 +transcript chr1 150263044 150264891 ENST00000607082 protein_coding 1 3 NA CA14 ENSG00000118298 +CDS chr1 150263044 150263199 ENST00000607082 protein_coding 1 3 1 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000369111 protein_coding 9 1 8 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000647854 protein_coding 1 NA 9 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000607082 protein_coding 1 3 2 CA14 ENSG00000118298 +CDS chr1 150263659 150263679 ENST00000369111 protein_coding 9 1 9 CA14 ENSG00000118298 +CDS chr1 150263659 150263679 ENST00000647854 protein_coding 1 NA 10 CA14 ENSG00000118298 +CDS chr1 150263662 150263679 ENST00000607082 protein_coding 1 3 3 CA14 ENSG00000118298 +CDS chr1 150263794 150263878 ENST00000369111 protein_coding 9 1 10 CA14 ENSG00000118298 +CDS chr1 150263794 150263878 ENST00000647854 protein_coding 1 NA 11 CA14 ENSG00000118298 +CDS chr1 150264593 150264656 ENST00000369111 protein_coding 9 1 11 CA14 ENSG00000118298 +CDS chr1 150264593 150264656 ENST00000647854 protein_coding 1 NA 12 CA14 ENSG00000118298 +CDS chr1 150264593 150264687 ENST00000607082 protein_coding 1 3 4 CA14 ENSG00000118298 +transcript chr1 150265399 150269209 ENST00000414276 protein_coding 6 2 NA APH1A ENSG00000117362 +transcript chr1 150265404 150269016 ENST00000369109 protein_coding 8 1 NA APH1A ENSG00000117362 +transcript chr1 150265406 150269303 ENST00000360244 protein_coding 8 1 NA APH1A ENSG00000117362 +CDS chr1 150266133 150266194 ENST00000369109 protein_coding 8 1 7 APH1A ENSG00000117362 +CDS chr1 150266133 150266194 ENST00000414276 protein_coding 6 2 6 APH1A ENSG00000117362 +CDS chr1 150266525 150266656 ENST00000360244 protein_coding 8 1 6 APH1A ENSG00000117362 +CDS chr1 150266533 150266656 ENST00000369109 protein_coding 8 1 6 APH1A ENSG00000117362 +CDS chr1 150266533 150266656 ENST00000414276 protein_coding 6 2 5 APH1A ENSG00000117362 +transcript chr1 150266645 150269023 ENST00000236017 protein_coding 5 2 NA APH1A ENSG00000117362 +CDS chr1 150266645 150266656 ENST00000236017 protein_coding 5 2 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000369109 protein_coding 8 1 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000360244 protein_coding 8 1 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000236017 protein_coding 5 2 4 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000414276 protein_coding 6 2 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000369109 protein_coding 8 1 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000360244 protein_coding 8 1 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000236017 protein_coding 5 2 3 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000414276 protein_coding 6 2 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000369109 protein_coding 8 1 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000360244 protein_coding 8 1 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000236017 protein_coding 5 2 2 APH1A ENSG00000117362 +CDS chr1 150267957 150268127 ENST00000369109 protein_coding 8 1 2 APH1A ENSG00000117362 +CDS chr1 150267957 150268127 ENST00000360244 protein_coding 8 1 2 APH1A ENSG00000117362 +CDS chr1 150267957 150267991 ENST00000414276 protein_coding 6 2 2 APH1A ENSG00000117362 +transcript chr1 150268200 150280916 ENST00000369102 protein_coding 5 5 NA C1orf54 ENSG00000118292 +CDS chr1 150268698 150268810 ENST00000369109 protein_coding 8 1 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000360244 protein_coding 8 1 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000236017 protein_coding 5 2 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000414276 protein_coding 6 2 1 APH1A ENSG00000117362 +transcript chr1 150272780 150280914 ENST00000369098 protein_coding 3 1 NA C1orf54 ENSG00000118292 +transcript chr1 150272790 150280916 ENST00000369099 protein_coding 8 1 NA C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369102 protein_coding 5 5 3 C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369099 protein_coding 8 1 1 C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369098 protein_coding 3 1 1 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369102 protein_coding 5 5 4 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369099 protein_coding 8 1 2 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369098 protein_coding 3 1 2 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369102 protein_coding 5 5 5 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369099 protein_coding 8 1 3 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369098 protein_coding 3 1 3 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369102 protein_coding 5 5 6 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369099 protein_coding 8 1 4 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369098 protein_coding 3 1 4 C1orf54 ENSG00000118292 +CDS chr1 150279643 150279735 ENST00000369102 protein_coding 5 5 7 C1orf54 ENSG00000118292 +CDS chr1 150279643 150279735 ENST00000369099 protein_coding 8 1 5 C1orf54 ENSG00000118292 +CDS chr1 150280835 150280897 ENST00000369098 protein_coding 3 1 5 C1orf54 ENSG00000118292 +transcript chr1 150282543 150286737 ENST00000447007 protein_coding 5 2 NA CIART ENSG00000159208 +transcript chr1 150282543 150287093 ENST00000369095 protein_coding 5 1 NA CIART ENSG00000159208 +transcript chr1 150282543 150287093 ENST00000369094 protein_coding 5 1 NA CIART ENSG00000159208 +transcript chr1 150282554 150287093 ENST00000290363 protein_coding 6 1 NA CIART ENSG00000159208 +transcript chr1 150282772 150286776 ENST00000417398 protein_coding 5 2 NA CIART ENSG00000159208 +CDS chr1 150283268 150283633 ENST00000369095 protein_coding 5 1 2 CIART ENSG00000159208 +CDS chr1 150283268 150283633 ENST00000290363 protein_coding 6 1 1 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000447007 protein_coding 5 2 2 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000369094 protein_coding 5 1 2 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000417398 protein_coding 5 2 2 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000447007 protein_coding 5 2 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000369095 protein_coding 5 1 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000369094 protein_coding 5 1 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000417398 protein_coding 5 2 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000290363 protein_coding 6 1 2 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000447007 protein_coding 5 2 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000369095 protein_coding 5 1 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000369094 protein_coding 5 1 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000417398 protein_coding 5 2 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000290363 protein_coding 6 1 3 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000447007 protein_coding 5 2 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000369095 protein_coding 5 1 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000369094 protein_coding 5 1 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000417398 protein_coding 5 2 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000290363 protein_coding 6 1 4 CIART ENSG00000159208 +CDS chr1 150286430 150286737 ENST00000447007 protein_coding 5 2 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000369095 protein_coding 5 1 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000369094 protein_coding 5 1 6 CIART ENSG00000159208 +CDS chr1 150286430 150286776 ENST00000417398 protein_coding 5 2 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000290363 protein_coding 6 1 5 CIART ENSG00000159208 +transcript chr1 150293861 150308979 ENST00000614145 protein_coding 5 1 NA MRPS21 ENSG00000266472 +transcript chr1 150293920 150308979 ENST00000581066 protein_coding 2 1 NA MRPS21 ENSG00000266472 +CDS chr1 150294367 150294449 ENST00000614145 protein_coding 5 1 2 MRPS21 ENSG00000266472 +CDS chr1 150294367 150294449 ENST00000581066 protein_coding 2 1 1 MRPS21 ENSG00000266472 +CDS chr1 150308048 150308225 ENST00000614145 protein_coding 5 1 3 MRPS21 ENSG00000266472 +CDS chr1 150308048 150308225 ENST00000581066 protein_coding 2 1 2 MRPS21 ENSG00000266472 +transcript chr1 150321533 150353233 ENST00000324862 protein_coding 7 1 NA PRPF3 ENSG00000117360 +CDS chr1 150324943 150325087 ENST00000324862 protein_coding 7 1 2 PRPF3 ENSG00000117360 +CDS chr1 150325751 150325881 ENST00000324862 protein_coding 7 1 3 PRPF3 ENSG00000117360 +CDS chr1 150328320 150328466 ENST00000324862 protein_coding 7 1 4 PRPF3 ENSG00000117360 +CDS chr1 150332684 150332767 ENST00000324862 protein_coding 7 1 5 PRPF3 ENSG00000117360 +CDS chr1 150332979 150333199 ENST00000324862 protein_coding 7 1 6 PRPF3 ENSG00000117360 +CDS chr1 150334935 150335241 ENST00000324862 protein_coding 7 1 7 PRPF3 ENSG00000117360 +CDS chr1 150338160 150338326 ENST00000324862 protein_coding 7 1 8 PRPF3 ENSG00000117360 +CDS chr1 150340398 150340477 ENST00000324862 protein_coding 7 1 9 PRPF3 ENSG00000117360 +CDS chr1 150343309 150343452 ENST00000324862 protein_coding 7 1 10 PRPF3 ENSG00000117360 +CDS chr1 150344162 150344261 ENST00000324862 protein_coding 7 1 11 PRPF3 ENSG00000117360 +CDS chr1 150344434 150344547 ENST00000324862 protein_coding 7 1 12 PRPF3 ENSG00000117360 +CDS chr1 150346018 150346136 ENST00000324862 protein_coding 7 1 13 PRPF3 ENSG00000117360 +CDS chr1 150346408 150346491 ENST00000324862 protein_coding 7 1 14 PRPF3 ENSG00000117360 +CDS chr1 150349157 150349218 ENST00000324862 protein_coding 7 1 15 PRPF3 ENSG00000117360 +CDS chr1 150352833 150352976 ENST00000324862 protein_coding 7 1 16 PRPF3 ENSG00000117360 +transcript chr1 150364147 150476566 ENST00000369068 protein_coding 5 1 NA RPRD2 ENSG00000163125 +transcript chr1 150364650 150476566 ENST00000401000 protein_coding 8 1 NA RPRD2 ENSG00000163125 +transcript chr1 150364708 150441623 ENST00000369067 protein_coding 7 2 NA RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000401000 protein_coding 8 1 1 RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000369067 protein_coding 7 2 1 RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000369068 protein_coding 5 1 1 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000401000 protein_coding 8 1 2 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000369067 protein_coding 7 2 2 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000369068 protein_coding 5 1 2 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441023 ENST00000401000 protein_coding 8 1 3 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441043 ENST00000369067 protein_coding 7 2 3 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441023 ENST00000369068 protein_coding 5 1 3 RPRD2 ENSG00000163125 +CDS chr1 150441881 150441958 ENST00000369068 protein_coding 5 1 4 RPRD2 ENSG00000163125 +CDS chr1 150443231 150443283 ENST00000401000 protein_coding 8 1 4 RPRD2 ENSG00000163125 +CDS chr1 150443231 150443283 ENST00000369068 protein_coding 5 1 5 RPRD2 ENSG00000163125 +CDS chr1 150444251 150444377 ENST00000401000 protein_coding 8 1 5 RPRD2 ENSG00000163125 +CDS chr1 150444251 150444377 ENST00000369068 protein_coding 5 1 6 RPRD2 ENSG00000163125 +CDS chr1 150446226 150446401 ENST00000401000 protein_coding 8 1 6 RPRD2 ENSG00000163125 +CDS chr1 150446226 150446401 ENST00000369068 protein_coding 5 1 7 RPRD2 ENSG00000163125 +CDS chr1 150457288 150457570 ENST00000401000 protein_coding 8 1 7 RPRD2 ENSG00000163125 +CDS chr1 150457288 150457570 ENST00000369068 protein_coding 5 1 8 RPRD2 ENSG00000163125 +CDS chr1 150460060 150460317 ENST00000401000 protein_coding 8 1 8 RPRD2 ENSG00000163125 +CDS chr1 150460060 150460317 ENST00000369068 protein_coding 5 1 9 RPRD2 ENSG00000163125 +CDS chr1 150464527 150464727 ENST00000401000 protein_coding 8 1 9 RPRD2 ENSG00000163125 +CDS chr1 150464527 150464727 ENST00000369068 protein_coding 5 1 10 RPRD2 ENSG00000163125 +CDS chr1 150470561 150473331 ENST00000401000 protein_coding 8 1 10 RPRD2 ENSG00000163125 +CDS chr1 150470561 150473331 ENST00000369068 protein_coding 5 1 11 RPRD2 ENSG00000163125 +transcript chr1 150487414 150507258 ENST00000369054 protein_coding 6 2 NA TARS2 ENSG00000143374 +transcript chr1 150487419 150507602 ENST00000369064 protein_coding 8 1 NA TARS2 ENSG00000143374 +transcript chr1 150487420 150507284 ENST00000606933 protein_coding 5 1 NA TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000369054 protein_coding 6 2 1 TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000369064 protein_coding 8 1 1 TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000606933 protein_coding 5 1 1 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000369054 protein_coding 6 2 2 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000369064 protein_coding 8 1 2 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000606933 protein_coding 5 1 2 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000369054 protein_coding 6 2 3 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000369064 protein_coding 8 1 3 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000606933 protein_coding 5 1 3 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000369054 protein_coding 6 2 4 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000369064 protein_coding 8 1 4 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000606933 protein_coding 5 1 4 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000369054 protein_coding 6 2 5 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000369064 protein_coding 8 1 5 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000606933 protein_coding 5 1 5 TARS2 ENSG00000143374 +CDS chr1 150491598 150491662 ENST00000369064 protein_coding 8 1 6 TARS2 ENSG00000143374 +CDS chr1 150491598 150491662 ENST00000606933 protein_coding 5 1 6 TARS2 ENSG00000143374 +CDS chr1 150492411 150492489 ENST00000369064 protein_coding 8 1 7 TARS2 ENSG00000143374 +CDS chr1 150492411 150492489 ENST00000606933 protein_coding 5 1 7 TARS2 ENSG00000143374 +CDS chr1 150496482 150496628 ENST00000369064 protein_coding 8 1 8 TARS2 ENSG00000143374 +CDS chr1 150496810 150496908 ENST00000369064 protein_coding 8 1 9 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000369054 protein_coding 6 2 6 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000369064 protein_coding 8 1 10 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000606933 protein_coding 5 1 8 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000369054 protein_coding 6 2 7 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000369064 protein_coding 8 1 11 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000606933 protein_coding 5 1 9 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000369054 protein_coding 6 2 8 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000369064 protein_coding 8 1 12 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000606933 protein_coding 5 1 10 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000369054 protein_coding 6 2 9 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000369064 protein_coding 8 1 13 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000606933 protein_coding 5 1 11 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000369054 protein_coding 6 2 10 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000369064 protein_coding 8 1 14 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000606933 protein_coding 5 1 12 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000369054 protein_coding 6 2 11 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000369064 protein_coding 8 1 15 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000606933 protein_coding 5 1 13 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000369054 protein_coding 6 2 12 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000369064 protein_coding 8 1 16 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000606933 protein_coding 5 1 14 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000369054 protein_coding 6 2 13 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000369064 protein_coding 8 1 17 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000606933 protein_coding 5 1 15 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000369054 protein_coding 6 2 14 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000369064 protein_coding 8 1 18 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000606933 protein_coding 5 1 16 TARS2 ENSG00000143374 +transcript chr1 150508076 150513554 ENST00000369049 protein_coding 8 2 NA ECM1 ENSG00000143369 +transcript chr1 150508107 150513560 ENST00000346569 protein_coding 6 1 NA ECM1 ENSG00000143369 +transcript chr1 150508109 150513789 ENST00000369047 protein_coding 9 1 NA ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000369049 protein_coding 8 2 1 ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000346569 protein_coding 6 1 1 ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000369047 protein_coding 9 1 1 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000369049 protein_coding 8 2 2 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000346569 protein_coding 6 1 2 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000369047 protein_coding 9 1 2 ECM1 ENSG00000143369 +CDS chr1 150509661 150509756 ENST00000369049 protein_coding 8 2 3 ECM1 ENSG00000143369 +CDS chr1 150509661 150509762 ENST00000346569 protein_coding 6 1 3 ECM1 ENSG00000143369 +CDS chr1 150509661 150509762 ENST00000369047 protein_coding 9 1 3 ECM1 ENSG00000143369 +CDS chr1 150509835 150510002 ENST00000369049 protein_coding 8 2 4 ECM1 ENSG00000143369 +CDS chr1 150509922 150510002 ENST00000346569 protein_coding 6 1 4 ECM1 ENSG00000143369 +CDS chr1 150509922 150510002 ENST00000369047 protein_coding 9 1 4 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000369049 protein_coding 8 2 5 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000346569 protein_coding 6 1 5 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000369047 protein_coding 9 1 5 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000369049 protein_coding 8 2 6 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000346569 protein_coding 6 1 6 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000369047 protein_coding 9 1 6 ECM1 ENSG00000143369 +CDS chr1 150511457 150511831 ENST00000369049 protein_coding 8 2 7 ECM1 ENSG00000143369 +CDS chr1 150511457 150511831 ENST00000369047 protein_coding 9 1 7 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000369049 protein_coding 8 2 8 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000346569 protein_coding 6 1 7 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000369047 protein_coding 9 1 8 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000369049 protein_coding 8 2 9 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000346569 protein_coding 6 1 8 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000369047 protein_coding 9 1 9 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000369049 protein_coding 8 2 10 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000346569 protein_coding 6 1 9 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000369047 protein_coding 9 1 10 ECM1 ENSG00000143369 +transcript chr1 150549369 150560932 ENST00000369039 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549408 150558748 ENST00000369041 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549408 150560933 ENST00000271643 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549839 150560667 ENST00000674043 protein_coding 1 NA NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549839 150560667 ENST00000674058 protein_coding 1 NA NA ADAMTSL4 ENSG00000143382 +transcript chr1 150552088 150560937 ENST00000369038 protein_coding 6 1 NA ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369039 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369041 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000271643 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000674043 protein_coding 1 NA 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000674058 protein_coding 1 NA 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369038 protein_coding 6 1 1 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369039 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369041 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000271643 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000674043 protein_coding 1 NA 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000674058 protein_coding 1 NA 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369038 protein_coding 6 1 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369039 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369041 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000271643 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000674043 protein_coding 1 NA 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000674058 protein_coding 1 NA 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369038 protein_coding 6 1 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369039 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369041 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000271643 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000674043 protein_coding 1 NA 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000674058 protein_coding 1 NA 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369038 protein_coding 6 1 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369039 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369041 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000271643 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000674043 protein_coding 1 NA 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000674058 protein_coding 1 NA 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369038 protein_coding 6 1 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000369039 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000674043 protein_coding 1 NA 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000674058 protein_coding 1 NA 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369039 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369041 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000271643 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000674043 protein_coding 1 NA 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000674058 protein_coding 1 NA 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369038 protein_coding 6 1 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369039 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369041 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000271643 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000674043 protein_coding 1 NA 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000674058 protein_coding 1 NA 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369038 protein_coding 6 1 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369039 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369041 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000271643 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000674043 protein_coding 1 NA 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000674058 protein_coding 1 NA 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369038 protein_coding 6 1 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369039 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369041 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000271643 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000674043 protein_coding 1 NA 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150556976 ENST00000674058 protein_coding 1 NA 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369038 protein_coding 6 1 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369039 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369041 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000271643 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000674043 protein_coding 1 NA 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369038 protein_coding 6 1 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150557262 150557335 ENST00000674058 protein_coding 1 NA 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369039 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369041 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000271643 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000674043 protein_coding 1 NA 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000674058 protein_coding 1 NA 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369038 protein_coding 6 1 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369039 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369041 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000271643 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000674043 protein_coding 1 NA 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000674058 protein_coding 1 NA 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369038 protein_coding 6 1 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000369039 protein_coding 9 5 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558721 ENST00000369041 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000271643 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000674043 protein_coding 1 NA 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000674058 protein_coding 1 NA 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000369038 protein_coding 6 1 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000369039 protein_coding 9 5 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000271643 protein_coding 9 5 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000674043 protein_coding 1 NA 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000674058 protein_coding 1 NA 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000369038 protein_coding 6 1 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000369039 protein_coding 9 5 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000271643 protein_coding 9 5 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000674043 protein_coding 1 NA 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000674058 protein_coding 1 NA 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000369038 protein_coding 6 1 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000369039 protein_coding 9 5 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000271643 protein_coding 9 5 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000674043 protein_coding 1 NA 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000674058 protein_coding 1 NA 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000369038 protein_coding 6 1 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000369039 protein_coding 9 5 20 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000271643 protein_coding 9 5 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000674043 protein_coding 1 NA 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000674058 protein_coding 1 NA 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000369038 protein_coding 6 1 17 ADAMTSL4 ENSG00000143382 +transcript chr1 150563102 150579610 ENST00000678770 protein_coding 1 NA NA MCL1 ENSG00000143384 +transcript chr1 150574176 150579597 ENST00000678610 protein_coding 1 NA NA MCL1 ENSG00000143384 +transcript chr1 150574551 150579738 ENST00000620947 protein_coding 4 1 NA MCL1 ENSG00000143384 +transcript chr1 150574558 150579610 ENST00000369026 protein_coding 3 1 NA MCL1 ENSG00000143384 +transcript chr1 150577070 150579530 ENST00000307940 protein_coding 3 1 NA MCL1 ENSG00000143384 +CDS chr1 150577367 150577491 ENST00000307940 protein_coding 3 1 2 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000678770 protein_coding 1 NA 3 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000678610 protein_coding 1 NA 4 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000620947 protein_coding 4 1 4 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000369026 protein_coding 3 1 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000678770 protein_coding 1 NA 2 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000678610 protein_coding 1 NA 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000620947 protein_coding 4 1 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000369026 protein_coding 3 1 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000678770 protein_coding 1 NA 1 MCL1 ENSG00000143384 +CDS chr1 150578843 150578936 ENST00000678610 protein_coding 1 NA 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150578963 ENST00000620947 protein_coding 4 1 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000369026 protein_coding 3 1 1 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000307940 protein_coding 3 1 1 MCL1 ENSG00000143384 +CDS chr1 150579423 150579530 ENST00000620947 protein_coding 4 1 1 MCL1 ENSG00000143384 +transcript chr1 150600851 150629566 ENST00000369016 protein_coding 8 5 NA ENSA ENSG00000143420 +CDS chr1 150601117 150601279 ENST00000369016 protein_coding 8 5 5 ENSA ENSG00000143420 +transcript chr1 150622125 150629612 ENST00000369014 protein_coding 10 1 NA ENSA ENSG00000143420 +transcript chr1 150622441 150629140 ENST00000361532 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622544 150629128 ENST00000361631 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622731 150629576 ENST00000339643 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622844 150629470 ENST00000638926 protein_coding 1 5 NA ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000369014 protein_coding 10 1 4 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000361532 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000361631 protein_coding 9 2 5 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000339643 protein_coding 9 2 5 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000638926 protein_coding 1 5 4 ENSA ENSG00000143420 +transcript chr1 150623281 150629577 ENST00000271690 protein_coding 12 1 NA ENSA ENSG00000143420 +transcript chr1 150623622 150629577 ENST00000356527 protein_coding 9 1 NA ENSA ENSG00000143420 +transcript chr1 150624622 150629116 ENST00000513281 protein_coding 5 2 NA ENSA ENSG00000143420 +transcript chr1 150625465 150629581 ENST00000503345 protein_coding 1 3 NA ENSA ENSG00000143420 +transcript chr1 150625555 150629559 ENST00000503241 protein_coding 1 3 NA ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000271690 protein_coding 12 1 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000356527 protein_coding 9 1 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000513281 protein_coding 5 2 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000503241 protein_coding 1 3 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000369016 protein_coding 8 5 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000369014 protein_coding 10 1 3 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000361532 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000361631 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000339643 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625802 ENST00000638926 protein_coding 1 5 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000369016 protein_coding 8 5 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000361631 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000339643 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000503241 protein_coding 1 3 3 ENSA ENSG00000143420 +transcript chr1 150627054 150629577 ENST00000362052 protein_coding 7 1 NA ENSA ENSG00000143420 +CDS chr1 150627335 150627592 ENST00000503345 protein_coding 1 3 2 ENSA ENSG00000143420 +CDS chr1 150627335 150627592 ENST00000362052 protein_coding 7 1 2 ENSA ENSG00000143420 +CDS chr1 150627398 150627592 ENST00000356527 protein_coding 9 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000369016 protein_coding 8 5 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000369014 protein_coding 10 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000361532 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000361631 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000339643 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000638926 protein_coding 1 5 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000271690 protein_coding 12 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000513281 protein_coding 5 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000503241 protein_coding 1 3 2 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000361532 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000361631 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000513281 protein_coding 5 2 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000369016 protein_coding 8 5 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000369014 protein_coding 10 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000339643 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000638926 protein_coding 1 5 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000271690 protein_coding 12 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000356527 protein_coding 9 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000503345 protein_coding 1 3 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000503241 protein_coding 1 3 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000362052 protein_coding 7 1 1 ENSA ENSG00000143420 +transcript chr1 150646230 150697154 ENST00000271732 protein_coding 8 1 NA GOLPH3L ENSG00000143457 +CDS chr1 150648324 150648748 ENST00000271732 protein_coding 8 1 5 GOLPH3L ENSG00000143457 +transcript chr1 150648437 150697144 ENST00000427665 protein_coding 1 3 NA GOLPH3L ENSG00000143457 +CDS chr1 150648437 150648748 ENST00000427665 protein_coding 1 3 6 GOLPH3L ENSG00000143457 +CDS chr1 150661814 150661928 ENST00000271732 protein_coding 8 1 4 GOLPH3L ENSG00000143457 +CDS chr1 150661814 150661928 ENST00000427665 protein_coding 1 3 5 GOLPH3L ENSG00000143457 +CDS chr1 150663632 150663763 ENST00000271732 protein_coding 8 1 3 GOLPH3L ENSG00000143457 +CDS chr1 150663632 150663763 ENST00000427665 protein_coding 1 3 4 GOLPH3L ENSG00000143457 +CDS chr1 150694108 150694173 ENST00000427665 protein_coding 1 3 3 GOLPH3L ENSG00000143457 +CDS chr1 150694656 150694838 ENST00000271732 protein_coding 8 1 2 GOLPH3L ENSG00000143457 +CDS chr1 150694656 150694838 ENST00000427665 protein_coding 1 3 2 GOLPH3L ENSG00000143457 +transcript chr1 150698060 150720876 ENST00000368995 protein_coding 8 1 NA HORMAD1 ENSG00000143452 +transcript chr1 150698060 150720895 ENST00000361824 protein_coding 7 1 NA HORMAD1 ENSG00000143452 +transcript chr1 150698162 150720885 ENST00000322343 protein_coding 11 1 NA HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000368995 protein_coding 8 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000361824 protein_coding 7 1 15 HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000322343 protein_coding 11 1 14 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000368995 protein_coding 8 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000361824 protein_coding 7 1 14 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000322343 protein_coding 11 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000368995 protein_coding 8 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000361824 protein_coding 7 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000322343 protein_coding 11 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000368995 protein_coding 8 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000361824 protein_coding 7 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000322343 protein_coding 11 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000368995 protein_coding 8 1 9 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000361824 protein_coding 7 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000322343 protein_coding 11 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000368995 protein_coding 8 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000361824 protein_coding 7 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000322343 protein_coding 11 1 9 HORMAD1 ENSG00000143452 +transcript chr1 150706572 150720840 ENST00000368987 protein_coding 5 2 NA HORMAD1 ENSG00000143452 +CDS chr1 150706572 150706809 ENST00000368987 protein_coding 5 2 9 HORMAD1 ENSG00000143452 +transcript chr1 150706630 150720868 ENST00000442853 protein_coding 5 3 NA HORMAD1 ENSG00000143452 +CDS chr1 150706630 150706809 ENST00000442853 protein_coding 5 3 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000368995 protein_coding 8 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000361824 protein_coding 7 1 9 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000322343 protein_coding 11 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000368987 protein_coding 5 2 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000442853 protein_coding 5 3 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000368995 protein_coding 8 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000361824 protein_coding 7 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000322343 protein_coding 11 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000368987 protein_coding 5 2 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000442853 protein_coding 5 3 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000361824 protein_coding 7 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000322343 protein_coding 11 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000368987 protein_coding 5 2 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000442853 protein_coding 5 3 5 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000368995 protein_coding 8 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000361824 protein_coding 7 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000368987 protein_coding 5 2 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000368995 protein_coding 8 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000361824 protein_coding 7 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000322343 protein_coding 11 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000368987 protein_coding 5 2 4 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000442853 protein_coding 5 3 4 HORMAD1 ENSG00000143452 +CDS chr1 150714615 150714678 ENST00000361824 protein_coding 7 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150714615 150714678 ENST00000322343 protein_coding 11 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000368995 protein_coding 8 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717282 ENST00000361824 protein_coding 7 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717282 ENST00000322343 protein_coding 11 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000368987 protein_coding 5 2 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000442853 protein_coding 5 3 3 HORMAD1 ENSG00000143452 +CDS chr1 150719473 150719505 ENST00000361824 protein_coding 7 1 2 HORMAD1 ENSG00000143452 +CDS chr1 150719473 150719505 ENST00000322343 protein_coding 11 1 2 HORMAD1 ENSG00000143452 +transcript chr1 150730079 150765957 ENST00000680288 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765768 ENST00000679898 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000680664 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000679512 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000368985 protein_coding 8 1 NA CTSS ENSG00000163131 +transcript chr1 150732382 150765789 ENST00000680311 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150732658 150765773 ENST00000448301 protein_coding 7 2 NA CTSS ENSG00000163131 +CDS chr1 150733012 150733145 ENST00000679512 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000680288 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000679898 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000680664 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000368985 protein_coding 8 1 8 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000448301 protein_coding 7 2 7 CTSS ENSG00000163131 +CDS chr1 150733128 150733145 ENST00000680311 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000680288 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000679898 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000680664 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000368985 protein_coding 8 1 7 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000448301 protein_coding 7 2 6 CTSS ENSG00000163131 +transcript chr1 150749794 150765811 ENST00000681728 protein_coding 1 NA NA CTSS ENSG00000163131 +CDS chr1 150749998 150750171 ENST00000681728 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000680288 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000679898 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000680664 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000679512 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000368985 protein_coding 8 1 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000448301 protein_coding 7 2 5 CTSS ENSG00000163131 +transcript chr1 150751006 150765782 ENST00000679582 protein_coding 1 NA NA CTSS ENSG00000163131 +CDS chr1 150751748 150752008 ENST00000679582 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680288 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000679898 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680664 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000679512 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000368985 protein_coding 8 1 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680311 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000681728 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000680664 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000679512 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000368985 protein_coding 8 1 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000680311 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000448301 protein_coding 7 2 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000681728 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000679582 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000680288 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757929 ENST00000680664 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000679512 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000368985 protein_coding 8 1 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000680311 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000448301 protein_coding 7 2 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000681728 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000679582 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000680288 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679898 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679512 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000368985 protein_coding 8 1 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000680311 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000448301 protein_coding 7 2 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000681728 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679582 protein_coding 1 NA 2 CTSS ENSG00000163131 +transcript chr1 150794880 150807561 ENST00000678337 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150806806 ENST00000676716 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150807267 ENST00000676966 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150807434 ENST00000443913 protein_coding 2 3 NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000271651 protein_coding 8 1 NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000676970 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000679260 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000676751 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000677887 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808908 ENST00000676824 protein_coding 1 NA NA CTSK ENSG00000143387 +CDS chr1 150796693 150796898 ENST00000676751 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000678337 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676716 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676966 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000443913 protein_coding 2 3 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000271651 protein_coding 8 1 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676970 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000679260 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000677887 protein_coding 1 NA 9 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676824 protein_coding 1 NA 9 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000678337 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676716 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676966 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000443913 protein_coding 2 3 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000271651 protein_coding 8 1 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799285 ENST00000676970 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000679260 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000677887 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676824 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000678337 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676716 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676966 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000443913 protein_coding 2 3 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000271651 protein_coding 8 1 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676970 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000679260 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676751 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000677887 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676824 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000678337 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676716 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676966 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000443913 protein_coding 2 3 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000271651 protein_coding 8 1 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676970 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676751 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000677887 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676824 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000678337 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676716 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676966 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000443913 protein_coding 2 3 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000271651 protein_coding 8 1 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676970 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000679260 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676751 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000677887 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676824 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000678337 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676966 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000443913 protein_coding 2 3 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000271651 protein_coding 8 1 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676970 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000679260 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676751 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000677887 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676824 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150806686 150806841 ENST00000678337 protein_coding 1 NA 1 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676716 protein_coding 1 NA 1 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676966 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806806 ENST00000443913 protein_coding 2 3 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000271651 protein_coding 8 1 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676970 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000679260 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676751 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806806 ENST00000677887 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676824 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150807249 150807424 ENST00000443913 protein_coding 2 3 1 CTSK ENSG00000143387 +CDS chr1 150807249 150807289 ENST00000677887 protein_coding 1 NA 2 CTSK ENSG00000143387 +transcript chr1 150809713 150876599 ENST00000358595 protein_coding 10 1 NA ARNT ENSG00000143437 +transcript chr1 150810859 150876579 ENST00000354396 protein_coding 6 1 NA ARNT ENSG00000143437 +transcript chr1 150811681 150876708 ENST00000515192 protein_coding 5 1 NA ARNT ENSG00000143437 +transcript chr1 150811961 150876609 ENST00000505755 protein_coding 5 2 NA ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000358595 protein_coding 10 1 22 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000354396 protein_coding 6 1 22 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000515192 protein_coding 5 1 23 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000505755 protein_coding 5 2 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000358595 protein_coding 10 1 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000354396 protein_coding 6 1 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000515192 protein_coding 5 1 22 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000505755 protein_coding 5 2 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000358595 protein_coding 10 1 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000354396 protein_coding 6 1 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000515192 protein_coding 5 1 21 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000505755 protein_coding 5 2 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000358595 protein_coding 10 1 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816400 ENST00000354396 protein_coding 6 1 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000515192 protein_coding 5 1 20 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000505755 protein_coding 5 2 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000358595 protein_coding 10 1 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000354396 protein_coding 6 1 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000515192 protein_coding 5 1 19 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000505755 protein_coding 5 2 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000358595 protein_coding 10 1 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000354396 protein_coding 6 1 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000515192 protein_coding 5 1 18 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000505755 protein_coding 5 2 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000358595 protein_coding 10 1 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000354396 protein_coding 6 1 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000515192 protein_coding 5 1 17 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000505755 protein_coding 5 2 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000358595 protein_coding 10 1 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000354396 protein_coding 6 1 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000515192 protein_coding 5 1 16 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000505755 protein_coding 5 2 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000358595 protein_coding 10 1 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000354396 protein_coding 6 1 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000515192 protein_coding 5 1 15 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000505755 protein_coding 5 2 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000358595 protein_coding 10 1 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000354396 protein_coding 6 1 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000515192 protein_coding 5 1 14 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000505755 protein_coding 5 2 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000358595 protein_coding 10 1 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000354396 protein_coding 6 1 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000515192 protein_coding 5 1 13 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000505755 protein_coding 5 2 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000358595 protein_coding 10 1 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000354396 protein_coding 6 1 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829965 ENST00000515192 protein_coding 5 1 12 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000505755 protein_coding 5 2 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000358595 protein_coding 10 1 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000354396 protein_coding 6 1 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000515192 protein_coding 5 1 11 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000505755 protein_coding 5 2 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000358595 protein_coding 10 1 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000354396 protein_coding 6 1 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000515192 protein_coding 5 1 10 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000505755 protein_coding 5 2 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000358595 protein_coding 10 1 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000354396 protein_coding 6 1 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000515192 protein_coding 5 1 9 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000505755 protein_coding 5 2 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000358595 protein_coding 10 1 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000354396 protein_coding 6 1 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000515192 protein_coding 5 1 8 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000505755 protein_coding 5 2 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000358595 protein_coding 10 1 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000354396 protein_coding 6 1 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000515192 protein_coding 5 1 7 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000505755 protein_coding 5 2 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000358595 protein_coding 10 1 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000354396 protein_coding 6 1 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000515192 protein_coding 5 1 6 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000358595 protein_coding 10 1 4 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000354396 protein_coding 6 1 4 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000515192 protein_coding 5 1 5 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000505755 protein_coding 5 2 4 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000358595 protein_coding 10 1 3 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000354396 protein_coding 6 1 3 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000515192 protein_coding 5 1 4 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000505755 protein_coding 5 2 3 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000358595 protein_coding 10 1 2 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000354396 protein_coding 6 1 2 ARNT ENSG00000143437 +CDS chr1 150858349 150858458 ENST00000515192 protein_coding 5 1 3 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000505755 protein_coding 5 2 2 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000358595 protein_coding 10 1 1 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000354396 protein_coding 6 1 1 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000505755 protein_coding 5 2 1 ARNT ENSG00000143437 +transcript chr1 150887136 150913292 ENST00000636087 protein_coding 1 2 NA CTXND2 ENSG00000283324 +CDS chr1 150912315 150912479 ENST00000636087 protein_coding 1 2 2 CTXND2 ENSG00000283324 +transcript chr1 150926263 150941371 ENST00000525956 protein_coding 5 4 NA SETDB1 ENSG00000143379 +transcript chr1 150926305 150964725 ENST00000692314 protein_coding 1 NA NA SETDB1 ENSG00000143379 +transcript chr1 150926339 150964735 ENST00000271640 protein_coding 9 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926345 150941351 ENST00000448029 protein_coding 5 5 NA SETDB1 ENSG00000143379 +transcript chr1 150926349 150945320 ENST00000368962 protein_coding 6 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926363 150964737 ENST00000692827 protein_coding 1 NA NA SETDB1 ENSG00000143379 +transcript chr1 150926395 150950783 ENST00000534805 protein_coding 5 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926412 150964744 ENST00000368969 protein_coding 8 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926424 150945110 ENST00000368963 protein_coding 5 5 NA SETDB1 ENSG00000143379 +transcript chr1 150926481 150963851 ENST00000498193 protein_coding 5 2 NA SETDB1 ENSG00000143379 +transcript chr1 150926640 150930116 ENST00000423081 protein_coding 1 3 NA SETDB1 ENSG00000143379 +CDS chr1 150926778 150926808 ENST00000423081 protein_coding 1 3 1 SETDB1 ENSG00000143379 +CDS chr1 150927704 150927974 ENST00000423081 protein_coding 1 3 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000525956 protein_coding 5 4 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000692314 protein_coding 1 NA 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000271640 protein_coding 9 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000448029 protein_coding 5 5 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368962 protein_coding 6 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000692827 protein_coding 1 NA 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000534805 protein_coding 5 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368969 protein_coding 8 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368963 protein_coding 5 5 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000498193 protein_coding 5 2 2 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000525956 protein_coding 5 4 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000692314 protein_coding 1 NA 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000271640 protein_coding 9 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000448029 protein_coding 5 5 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368962 protein_coding 6 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000692827 protein_coding 1 NA 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000534805 protein_coding 5 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368969 protein_coding 8 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368963 protein_coding 5 5 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000498193 protein_coding 5 2 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930116 ENST00000423081 protein_coding 1 3 3 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000525956 protein_coding 5 4 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000692314 protein_coding 1 NA 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000271640 protein_coding 9 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000448029 protein_coding 5 5 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368962 protein_coding 6 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000692827 protein_coding 1 NA 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000534805 protein_coding 5 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368969 protein_coding 8 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368963 protein_coding 5 5 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000498193 protein_coding 5 2 4 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941371 ENST00000525956 protein_coding 5 4 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000692314 protein_coding 1 NA 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000271640 protein_coding 9 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941351 ENST00000448029 protein_coding 5 5 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368962 protein_coding 6 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000692827 protein_coding 1 NA 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000534805 protein_coding 5 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368969 protein_coding 8 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368963 protein_coding 5 5 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000498193 protein_coding 5 2 5 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000692314 protein_coding 1 NA 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000271640 protein_coding 9 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368962 protein_coding 6 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000692827 protein_coding 1 NA 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000534805 protein_coding 5 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368969 protein_coding 8 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368963 protein_coding 5 5 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000498193 protein_coding 5 2 6 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000692314 protein_coding 1 NA 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000271640 protein_coding 9 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000368962 protein_coding 6 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000692827 protein_coding 1 NA 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000534805 protein_coding 5 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000368969 protein_coding 8 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000498193 protein_coding 5 2 7 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000692314 protein_coding 1 NA 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000271640 protein_coding 9 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368962 protein_coding 6 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000692827 protein_coding 1 NA 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000534805 protein_coding 5 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368969 protein_coding 8 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368963 protein_coding 5 5 7 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000498193 protein_coding 5 2 8 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000692314 protein_coding 1 NA 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000271640 protein_coding 9 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945159 ENST00000368962 protein_coding 6 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000692827 protein_coding 1 NA 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000534805 protein_coding 5 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000368969 protein_coding 8 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000498193 protein_coding 5 2 9 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000692314 protein_coding 1 NA 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000271640 protein_coding 9 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000692827 protein_coding 1 NA 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000534805 protein_coding 5 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000368969 protein_coding 8 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000498193 protein_coding 5 2 10 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000692314 protein_coding 1 NA 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000271640 protein_coding 9 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000692827 protein_coding 1 NA 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000534805 protein_coding 5 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000368969 protein_coding 8 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000498193 protein_coding 5 2 11 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000692314 protein_coding 1 NA 12 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000692827 protein_coding 1 NA 12 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000534805 protein_coding 5 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000271640 protein_coding 9 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000368969 protein_coding 8 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000498193 protein_coding 5 2 12 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000692314 protein_coding 1 NA 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000271640 protein_coding 9 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000692827 protein_coding 1 NA 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150950783 ENST00000534805 protein_coding 5 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000368969 protein_coding 8 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000498193 protein_coding 5 2 13 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000692314 protein_coding 1 NA 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000271640 protein_coding 9 1 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000692827 protein_coding 1 NA 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000368969 protein_coding 8 1 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000498193 protein_coding 5 2 14 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000692314 protein_coding 1 NA 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000271640 protein_coding 9 1 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000692827 protein_coding 1 NA 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000368969 protein_coding 8 1 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000498193 protein_coding 5 2 15 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000692314 protein_coding 1 NA 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000271640 protein_coding 9 1 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000692827 protein_coding 1 NA 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000368969 protein_coding 8 1 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000498193 protein_coding 5 2 16 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000692314 protein_coding 1 NA 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000271640 protein_coding 9 1 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000692827 protein_coding 1 NA 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000368969 protein_coding 8 1 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000498193 protein_coding 5 2 17 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000692314 protein_coding 1 NA 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000271640 protein_coding 9 1 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000692827 protein_coding 1 NA 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000368969 protein_coding 8 1 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000498193 protein_coding 5 2 18 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000692314 protein_coding 1 NA 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000271640 protein_coding 9 1 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000692827 protein_coding 1 NA 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000368969 protein_coding 8 1 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000498193 protein_coding 5 2 19 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000692314 protein_coding 1 NA 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000271640 protein_coding 9 1 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000692827 protein_coding 1 NA 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000368969 protein_coding 8 1 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963851 ENST00000498193 protein_coding 5 2 20 SETDB1 ENSG00000143379 +transcript chr1 150963670 150969112 ENST00000561294 protein_coding 5 5 NA CERS2 ENSG00000143418 +CDS chr1 150963995 150964083 ENST00000692314 protein_coding 1 NA 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000271640 protein_coding 9 1 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000692827 protein_coding 1 NA 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000368969 protein_coding 8 1 21 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000692314 protein_coding 1 NA 22 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000271640 protein_coding 9 1 22 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000692827 protein_coding 1 NA 22 SETDB1 ENSG00000143379 +CDS chr1 150964250 150964361 ENST00000368969 protein_coding 8 1 22 SETDB1 ENSG00000143379 +CDS chr1 150964320 150964475 ENST00000561294 protein_coding 5 5 10 CERS2 ENSG00000143418 +transcript chr1 150965173 150967725 ENST00000560793 protein_coding 6 1 NA CERS2 ENSG00000143418 +transcript chr1 150965173 150975003 ENST00000271688 protein_coding 10 5 NA CERS2 ENSG00000143418 +transcript chr1 150965186 150974835 ENST00000368954 protein_coding 10 1 NA CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000560793 protein_coding 6 1 6 CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000271688 protein_coding 10 5 11 CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000368954 protein_coding 10 1 11 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000561294 protein_coding 5 5 9 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000560793 protein_coding 6 1 5 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000271688 protein_coding 10 5 10 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000368954 protein_coding 10 1 10 CERS2 ENSG00000143418 +transcript chr1 150966564 150971935 ENST00000368949 protein_coding 8 5 NA CERS2 ENSG00000143418 +CDS chr1 150966564 150966629 ENST00000368949 protein_coding 8 5 10 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000561294 protein_coding 5 5 8 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000560793 protein_coding 6 1 4 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000271688 protein_coding 10 5 9 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000368954 protein_coding 10 1 9 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000368949 protein_coding 8 5 9 CERS2 ENSG00000143418 +transcript chr1 150967067 150974826 ENST00000361419 protein_coding 9 2 NA CERS2 ENSG00000143418 +CDS chr1 150967067 150967202 ENST00000361419 protein_coding 9 2 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000561294 protein_coding 5 5 7 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000560793 protein_coding 6 1 3 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000271688 protein_coding 10 5 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000368954 protein_coding 10 1 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000368949 protein_coding 8 5 8 CERS2 ENSG00000143418 +transcript chr1 150967147 150969318 ENST00000558062 protein_coding 5 2 NA CERS2 ENSG00000143418 +CDS chr1 150967147 150967202 ENST00000558062 protein_coding 5 2 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000561294 protein_coding 5 5 6 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000560793 protein_coding 6 1 2 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000271688 protein_coding 10 5 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000368954 protein_coding 10 1 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000368949 protein_coding 8 5 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000361419 protein_coding 9 2 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000558062 protein_coding 5 2 6 CERS2 ENSG00000143418 +transcript chr1 150967427 150974477 ENST00000421609 protein_coding 5 3 NA CERS2 ENSG00000143418 +CDS chr1 150967427 150967484 ENST00000421609 protein_coding 5 3 7 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000561294 protein_coding 5 5 5 CERS2 ENSG00000143418 +CDS chr1 150967664 150967725 ENST00000560793 protein_coding 6 1 1 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000271688 protein_coding 10 5 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000368954 protein_coding 10 1 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000368949 protein_coding 8 5 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000361419 protein_coding 9 2 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000558062 protein_coding 5 2 5 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000421609 protein_coding 5 3 6 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000561294 protein_coding 5 5 4 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000271688 protein_coding 10 5 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000368954 protein_coding 10 1 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000368949 protein_coding 8 5 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000361419 protein_coding 9 2 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000558062 protein_coding 5 2 4 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000421609 protein_coding 5 3 5 CERS2 ENSG00000143418 +CDS chr1 150968083 150968174 ENST00000561294 protein_coding 5 5 3 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000271688 protein_coding 10 5 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000368954 protein_coding 10 1 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000368949 protein_coding 8 5 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000361419 protein_coding 9 2 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000558062 protein_coding 5 2 3 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000421609 protein_coding 5 3 4 CERS2 ENSG00000143418 +transcript chr1 150968107 150974435 ENST00000457392 protein_coding 1 3 NA CERS2 ENSG00000143418 +CDS chr1 150968107 150968201 ENST00000457392 protein_coding 1 3 4 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000561294 protein_coding 5 5 2 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000271688 protein_coding 10 5 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000368954 protein_coding 10 1 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000368949 protein_coding 8 5 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000361419 protein_coding 9 2 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000558062 protein_coding 5 2 2 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000421609 protein_coding 5 3 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000457392 protein_coding 1 3 3 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000561294 protein_coding 5 5 1 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000271688 protein_coding 10 5 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000368954 protein_coding 10 1 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000368949 protein_coding 8 5 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000361419 protein_coding 9 2 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000558062 protein_coding 5 2 1 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000421609 protein_coding 5 3 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000457392 protein_coding 1 3 2 CERS2 ENSG00000143418 +transcript chr1 150982292 150995634 ENST00000368947 protein_coding 9 1 NA ANXA9 ENSG00000143412 +CDS chr1 150983106 150983180 ENST00000368947 protein_coding 9 1 3 ANXA9 ENSG00000143412 +CDS chr1 150983338 150983434 ENST00000368947 protein_coding 9 1 4 ANXA9 ENSG00000143412 +CDS chr1 150983975 150984069 ENST00000368947 protein_coding 9 1 5 ANXA9 ENSG00000143412 +CDS chr1 150984281 150984394 ENST00000368947 protein_coding 9 1 6 ANXA9 ENSG00000143412 +CDS chr1 150984586 150984676 ENST00000368947 protein_coding 9 1 7 ANXA9 ENSG00000143412 +CDS chr1 150986336 150986415 ENST00000368947 protein_coding 9 1 8 ANXA9 ENSG00000143412 +CDS chr1 150986602 150986661 ENST00000368947 protein_coding 9 1 9 ANXA9 ENSG00000143412 +CDS chr1 150987872 150987956 ENST00000368947 protein_coding 9 1 10 ANXA9 ENSG00000143412 +CDS chr1 150988091 150988186 ENST00000368947 protein_coding 9 1 11 ANXA9 ENSG00000143412 +CDS chr1 150988283 150988341 ENST00000368947 protein_coding 9 1 12 ANXA9 ENSG00000143412 +CDS chr1 150994577 150994699 ENST00000368947 protein_coding 9 1 13 ANXA9 ENSG00000143412 +CDS chr1 150995260 150995319 ENST00000368947 protein_coding 9 1 14 ANXA9 ENSG00000143412 +transcript chr1 150996549 151006857 ENST00000312210 protein_coding 9 2 NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151006902 ENST00000683666 protein_coding 2 NA NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151008365 ENST00000361936 protein_coding 9 1 NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151008376 ENST00000361738 protein_coding 12 2 NA MINDY1 ENSG00000143409 +transcript chr1 150997108 151006485 ENST00000493834 protein_coding 2 2 NA MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000312210 protein_coding 9 2 10 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000683666 protein_coding 2 NA 10 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000361936 protein_coding 9 1 11 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000361738 protein_coding 12 2 11 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000493834 protein_coding 2 2 10 MINDY1 ENSG00000143409 +transcript chr1 150997361 150998170 ENST00000497067 protein_coding 1 3 NA MINDY1 ENSG00000143409 +CDS chr1 150997444 150997779 ENST00000497067 protein_coding 1 3 2 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000312210 protein_coding 9 2 9 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000683666 protein_coding 2 NA 9 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000361936 protein_coding 9 1 10 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000361738 protein_coding 12 2 10 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000493834 protein_coding 2 2 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000312210 protein_coding 9 2 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000683666 protein_coding 2 NA 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000361936 protein_coding 9 1 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000361738 protein_coding 12 2 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000493834 protein_coding 2 2 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998170 ENST00000497067 protein_coding 1 3 1 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000312210 protein_coding 9 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000683666 protein_coding 2 NA 7 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000361936 protein_coding 9 1 8 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000361738 protein_coding 12 2 8 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000493834 protein_coding 2 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000312210 protein_coding 9 2 6 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000683666 protein_coding 2 NA 6 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000361936 protein_coding 9 1 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000361738 protein_coding 12 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000493834 protein_coding 2 2 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000312210 protein_coding 9 2 5 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000683666 protein_coding 2 NA 5 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000361936 protein_coding 9 1 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000361738 protein_coding 12 2 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000493834 protein_coding 2 2 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000312210 protein_coding 9 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000683666 protein_coding 2 NA 4 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000361936 protein_coding 9 1 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000361738 protein_coding 12 2 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000493834 protein_coding 2 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000312210 protein_coding 9 2 3 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000683666 protein_coding 2 NA 3 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000361936 protein_coding 9 1 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000361738 protein_coding 12 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000493834 protein_coding 2 2 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002191 ENST00000312210 protein_coding 9 2 2 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000683666 protein_coding 2 NA 2 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000361936 protein_coding 9 1 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000361738 protein_coding 12 2 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002332 ENST00000493834 protein_coding 2 2 2 MINDY1 ENSG00000143409 +transcript chr1 151008449 151035713 ENST00000271620 protein_coding 8 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008461 151035681 ENST00000650332 protein_coding 1 NA NA PRUNE1 ENSG00000143363 +transcript chr1 151008477 151033837 ENST00000450884 protein_coding 5 5 NA PRUNE1 ENSG00000143363 +transcript chr1 151008478 151035207 ENST00000368937 protein_coding 5 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008482 151034113 ENST00000431193 protein_coding 5 2 NA PRUNE1 ENSG00000143363 +transcript chr1 151008483 151035713 ENST00000368936 protein_coding 5 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008530 151035713 ENST00000368935 protein_coding 1 1 NA PRUNE1 ENSG00000143363 +CDS chr1 151008633 151008671 ENST00000271620 protein_coding 8 1 1 PRUNE1 ENSG00000143363 +CDS chr1 151008633 151008671 ENST00000650332 protein_coding 1 NA 1 PRUNE1 ENSG00000143363 +CDS chr1 151017812 151017904 ENST00000271620 protein_coding 8 1 2 PRUNE1 ENSG00000143363 +CDS chr1 151017812 151017904 ENST00000650332 protein_coding 1 NA 2 PRUNE1 ENSG00000143363 +CDS chr1 151018467 151018669 ENST00000271620 protein_coding 8 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151018557 151018669 ENST00000650332 protein_coding 1 NA 3 PRUNE1 ENSG00000143363 +CDS chr1 151024611 151024795 ENST00000271620 protein_coding 8 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151024611 151024795 ENST00000650332 protein_coding 1 NA 4 PRUNE1 ENSG00000143363 +transcript chr1 151024742 151035711 ENST00000368934 protein_coding 1 2 NA PRUNE1 ENSG00000143363 +CDS chr1 151025515 151025673 ENST00000271620 protein_coding 8 1 5 PRUNE1 ENSG00000143363 +CDS chr1 151025515 151025673 ENST00000650332 protein_coding 1 NA 5 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000450884 protein_coding 5 5 3 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368937 protein_coding 5 1 2 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000431193 protein_coding 5 2 3 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368936 protein_coding 5 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368934 protein_coding 1 2 2 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000271620 protein_coding 8 1 6 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000650332 protein_coding 1 NA 6 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000450884 protein_coding 5 5 4 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368937 protein_coding 5 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000431193 protein_coding 5 2 4 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368936 protein_coding 5 1 5 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368934 protein_coding 1 2 3 PRUNE1 ENSG00000143363 +CDS chr1 151027250 151027327 ENST00000368935 protein_coding 1 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000271620 protein_coding 8 1 7 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000650332 protein_coding 1 NA 7 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000450884 protein_coding 5 5 5 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000368936 protein_coding 5 1 6 PRUNE1 ENSG00000143363 +CDS chr1 151031372 151031464 ENST00000650332 protein_coding 1 NA 8 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000271620 protein_coding 8 1 8 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000650332 protein_coding 1 NA 9 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151033837 ENST00000450884 protein_coding 5 5 6 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368937 protein_coding 5 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034113 ENST00000431193 protein_coding 5 2 5 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368936 protein_coding 5 1 7 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368935 protein_coding 1 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368934 protein_coding 1 2 4 PRUNE1 ENSG00000143363 +transcript chr1 151036321 151047720 ENST00000650563 protein_coding 1 NA NA BNIPL ENSG00000163141 +transcript chr1 151036586 151047720 ENST00000368931 protein_coding 8 1 NA BNIPL ENSG00000163141 +transcript chr1 151036615 151047586 ENST00000295294 protein_coding 11 1 NA BNIPL ENSG00000163141 +CDS chr1 151036726 151036766 ENST00000368931 protein_coding 8 1 1 BNIPL ENSG00000163141 +CDS chr1 151037567 151037662 ENST00000368931 protein_coding 8 1 2 BNIPL ENSG00000163141 +transcript chr1 151037569 151046845 ENST00000361277 protein_coding 9 5 NA BNIPL ENSG00000163141 +CDS chr1 151037569 151037662 ENST00000361277 protein_coding 9 5 1 BNIPL ENSG00000163141 +transcript chr1 151038399 151043068 ENST00000392802 protein_coding 3 2 NA BNIPL ENSG00000163141 +CDS chr1 151038504 151038568 ENST00000368931 protein_coding 8 1 3 BNIPL ENSG00000163141 +CDS chr1 151038504 151038568 ENST00000361277 protein_coding 9 5 2 BNIPL ENSG00000163141 +CDS chr1 151038796 151039026 ENST00000368931 protein_coding 8 1 4 BNIPL ENSG00000163141 +CDS chr1 151038802 151039026 ENST00000361277 protein_coding 9 5 3 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000650563 protein_coding 1 NA 3 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000295294 protein_coding 11 1 4 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000392802 protein_coding 3 2 2 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000650563 protein_coding 1 NA 4 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000368931 protein_coding 8 1 5 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000295294 protein_coding 11 1 5 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000361277 protein_coding 9 5 4 BNIPL ENSG00000163141 +CDS chr1 151042956 151043068 ENST00000392802 protein_coding 3 2 3 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000650563 protein_coding 1 NA 5 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000368931 protein_coding 8 1 6 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000295294 protein_coding 11 1 6 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000361277 protein_coding 9 5 5 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000650563 protein_coding 1 NA 6 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000368931 protein_coding 8 1 7 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000295294 protein_coding 11 1 7 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000361277 protein_coding 9 5 6 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000650563 protein_coding 1 NA 7 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000368931 protein_coding 8 1 8 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000295294 protein_coding 11 1 8 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000361277 protein_coding 9 5 7 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000650563 protein_coding 1 NA 8 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000368931 protein_coding 8 1 9 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000295294 protein_coding 11 1 9 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000361277 protein_coding 9 5 8 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000650563 protein_coding 1 NA 9 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000368931 protein_coding 8 1 10 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000295294 protein_coding 11 1 10 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000361277 protein_coding 9 5 9 BNIPL ENSG00000163141 +transcript chr1 151047751 151051420 ENST00000368926 protein_coding 6 1 NA C1orf56 ENSG00000143443 +CDS chr1 151047848 151048852 ENST00000368926 protein_coding 6 1 1 C1orf56 ENSG00000143443 +CDS chr1 151050438 151050455 ENST00000368926 protein_coding 6 1 2 C1orf56 ENSG00000143443 +transcript chr1 151050971 151070325 ENST00000439374 protein_coding 6 5 NA CDC42SE1 ENSG00000197622 +transcript chr1 151050973 151059649 ENST00000540998 protein_coding 5 2 NA CDC42SE1 ENSG00000197622 +transcript chr1 151050985 151059622 ENST00000357235 protein_coding 6 1 NA CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000439374 protein_coding 6 5 7 CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000540998 protein_coding 5 2 5 CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000357235 protein_coding 6 1 4 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000439374 protein_coding 6 5 6 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000540998 protein_coding 5 2 4 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000357235 protein_coding 6 1 3 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000439374 protein_coding 6 5 5 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000540998 protein_coding 5 2 3 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000357235 protein_coding 6 1 2 CDC42SE1 ENSG00000197622 +transcript chr1 151060397 151069544 ENST00000368921 protein_coding 5 1 NA MLLT11 ENSG00000213190 +CDS chr1 151067225 151067494 ENST00000368921 protein_coding 5 1 2 MLLT11 ENSG00000213190 +transcript chr1 151070761 151125542 ENST00000368918 protein_coding 8 1 NA GABPB2 ENSG00000143458 +transcript chr1 151088158 151118671 ENST00000368916 protein_coding 1 5 NA GABPB2 ENSG00000143458 +CDS chr1 151088190 151088297 ENST00000368918 protein_coding 8 1 2 GABPB2 ENSG00000143458 +CDS chr1 151088190 151088297 ENST00000368916 protein_coding 1 5 1 GABPB2 ENSG00000143458 +CDS chr1 151090406 151090573 ENST00000368918 protein_coding 8 1 3 GABPB2 ENSG00000143458 +CDS chr1 151090406 151090573 ENST00000368916 protein_coding 1 5 2 GABPB2 ENSG00000143458 +CDS chr1 151093192 151093386 ENST00000368918 protein_coding 8 1 4 GABPB2 ENSG00000143458 +CDS chr1 151093192 151093386 ENST00000368916 protein_coding 1 5 3 GABPB2 ENSG00000143458 +CDS chr1 151097852 151098002 ENST00000368918 protein_coding 8 1 5 GABPB2 ENSG00000143458 +CDS chr1 151097852 151098002 ENST00000368916 protein_coding 1 5 4 GABPB2 ENSG00000143458 +CDS chr1 151103562 151103675 ENST00000368918 protein_coding 8 1 6 GABPB2 ENSG00000143458 +CDS chr1 151107037 151107222 ENST00000368918 protein_coding 8 1 7 GABPB2 ENSG00000143458 +CDS chr1 151107037 151107222 ENST00000368916 protein_coding 1 5 5 GABPB2 ENSG00000143458 +CDS chr1 151117392 151117516 ENST00000368918 protein_coding 8 1 8 GABPB2 ENSG00000143458 +CDS chr1 151117392 151117516 ENST00000368916 protein_coding 1 5 6 GABPB2 ENSG00000143458 +CDS chr1 151117957 151118253 ENST00000368918 protein_coding 8 1 9 GABPB2 ENSG00000143458 +CDS chr1 151117957 151118253 ENST00000368916 protein_coding 1 5 7 GABPB2 ENSG00000143458 +transcript chr1 151131685 151146457 ENST00000368913 protein_coding 7 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131685 151146457 ENST00000368912 protein_coding 7 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131707 151146631 ENST00000368914 protein_coding 8 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131707 151146611 ENST00000341697 protein_coding 7 1 NA SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368913 protein_coding 7 1 20 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368912 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368914 protein_coding 8 1 19 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000341697 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151133960 151134055 ENST00000368913 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151133960 151134055 ENST00000368912 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368913 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368912 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368914 protein_coding 8 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000341697 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368913 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368912 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368914 protein_coding 8 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000341697 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368913 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368912 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368914 protein_coding 8 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000341697 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368913 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368912 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368914 protein_coding 8 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000341697 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368913 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368912 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368914 protein_coding 8 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000341697 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368913 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368912 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368914 protein_coding 8 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000341697 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368913 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368912 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368914 protein_coding 8 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000341697 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368913 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368912 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368914 protein_coding 8 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000341697 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368913 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368912 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368914 protein_coding 8 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000341697 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000368913 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000368914 protein_coding 8 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000341697 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368913 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368912 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368914 protein_coding 8 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000341697 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368913 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368912 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368914 protein_coding 8 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000341697 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368913 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368912 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368914 protein_coding 8 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000341697 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368913 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368912 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368914 protein_coding 8 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000341697 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368913 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368912 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368914 protein_coding 8 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000341697 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368913 protein_coding 7 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368912 protein_coding 7 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368914 protein_coding 8 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000341697 protein_coding 7 1 3 SEMA6C ENSG00000143434 +transcript chr1 151156649 151159749 ENST00000368910 protein_coding 4 1 NA TNFAIP8L2 ENSG00000163154 +transcript chr1 151156664 151169133 ENST00000602841 protein_coding 5 3 NA SCNM1 ENSG00000163156 +CDS chr1 151158698 151159249 ENST00000368910 protein_coding 4 1 2 TNFAIP8L2 ENSG00000163154 +transcript chr1 151159748 151165902 ENST00000368908 protein_coding 10 1 NA LYSMD1 ENSG00000163155 +transcript chr1 151160585 151165948 ENST00000440902 protein_coding 2 2 NA LYSMD1 ENSG00000163155 +CDS chr1 151160885 151161020 ENST00000368908 protein_coding 10 1 3 LYSMD1 ENSG00000163155 +CDS chr1 151160885 151161020 ENST00000440902 protein_coding 2 2 3 LYSMD1 ENSG00000163155 +CDS chr1 151161736 151162100 ENST00000368908 protein_coding 10 1 2 LYSMD1 ENSG00000163155 +CDS chr1 151161736 151162100 ENST00000440902 protein_coding 2 2 2 LYSMD1 ENSG00000163155 +CDS chr1 151165079 151165258 ENST00000368908 protein_coding 10 1 1 LYSMD1 ENSG00000163155 +CDS chr1 151165747 151165782 ENST00000440902 protein_coding 2 2 1 LYSMD1 ENSG00000163155 +transcript chr1 151166079 151169138 ENST00000368902 protein_coding 1 2 NA SCNM1 ENSG00000163156 +transcript chr1 151166144 151170296 ENST00000368905 protein_coding 9 1 NA SCNM1 ENSG00000163156 +CDS chr1 151166153 151166203 ENST00000368905 protein_coding 9 1 1 SCNM1 ENSG00000163156 +CDS chr1 151166471 151166541 ENST00000368905 protein_coding 9 1 2 SCNM1 ENSG00000163156 +CDS chr1 151166525 151166541 ENST00000602841 protein_coding 5 3 2 SCNM1 ENSG00000163156 +CDS chr1 151166525 151166541 ENST00000368902 protein_coding 1 2 2 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000602841 protein_coding 5 3 3 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000368905 protein_coding 9 1 3 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000368902 protein_coding 1 2 3 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000602841 protein_coding 5 3 4 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000368905 protein_coding 9 1 4 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000368902 protein_coding 1 2 4 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000602841 protein_coding 5 3 5 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000368905 protein_coding 9 1 5 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000368902 protein_coding 1 2 5 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000602841 protein_coding 5 3 6 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000368905 protein_coding 9 1 6 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000368902 protein_coding 1 2 6 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000602841 protein_coding 5 3 7 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000368905 protein_coding 9 1 7 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000368902 protein_coding 1 2 7 SCNM1 ENSG00000163156 +transcript chr1 151169986 151172315 ENST00000466891 protein_coding 5 5 NA TMOD4 ENSG00000163157 +transcript chr1 151169987 151175981 ENST00000295314 protein_coding 9 1 NA TMOD4 ENSG00000163157 +CDS chr1 151170059 151170103 ENST00000466891 protein_coding 5 5 4 TMOD4 ENSG00000163157 +CDS chr1 151170084 151170103 ENST00000295314 protein_coding 9 1 10 TMOD4 ENSG00000163157 +CDS chr1 151170519 151170663 ENST00000295314 protein_coding 9 1 9 TMOD4 ENSG00000163157 +CDS chr1 151170920 151171063 ENST00000466891 protein_coding 5 5 3 TMOD4 ENSG00000163157 +CDS chr1 151170920 151171063 ENST00000295314 protein_coding 9 1 8 TMOD4 ENSG00000163157 +CDS chr1 151171433 151171540 ENST00000295314 protein_coding 9 1 7 TMOD4 ENSG00000163157 +CDS chr1 151171633 151171763 ENST00000466891 protein_coding 5 5 2 TMOD4 ENSG00000163157 +CDS chr1 151171633 151171763 ENST00000295314 protein_coding 9 1 6 TMOD4 ENSG00000163157 +CDS chr1 151172268 151172315 ENST00000466891 protein_coding 5 5 1 TMOD4 ENSG00000163157 +CDS chr1 151172268 151172357 ENST00000295314 protein_coding 9 1 5 TMOD4 ENSG00000163157 +transcript chr1 151172329 151175976 ENST00000441701 protein_coding 1 4 NA TMOD4 ENSG00000163157 +CDS chr1 151172329 151172357 ENST00000441701 protein_coding 1 4 5 TMOD4 ENSG00000163157 +CDS chr1 151173499 151173615 ENST00000295314 protein_coding 9 1 4 TMOD4 ENSG00000163157 +CDS chr1 151173499 151173615 ENST00000441701 protein_coding 1 4 4 TMOD4 ENSG00000163157 +CDS chr1 151174391 151174547 ENST00000295314 protein_coding 9 1 3 TMOD4 ENSG00000163157 +CDS chr1 151174391 151174547 ENST00000441701 protein_coding 1 4 3 TMOD4 ENSG00000163157 +CDS chr1 151174753 151174875 ENST00000295314 protein_coding 9 1 2 TMOD4 ENSG00000163157 +CDS chr1 151174753 151174875 ENST00000441701 protein_coding 1 4 2 TMOD4 ENSG00000163157 +transcript chr1 151176304 151190197 ENST00000368892 protein_coding 9 1 NA VPS72 ENSG00000163159 +transcript chr1 151176462 151190158 ENST00000354473 protein_coding 4 3 NA VPS72 ENSG00000163159 +CDS chr1 151176647 151177031 ENST00000368892 protein_coding 9 1 6 VPS72 ENSG00000163159 +CDS chr1 151176647 151177064 ENST00000354473 protein_coding 4 3 6 VPS72 ENSG00000163159 +CDS chr1 151178001 151178145 ENST00000368892 protein_coding 9 1 5 VPS72 ENSG00000163159 +CDS chr1 151178001 151178145 ENST00000354473 protein_coding 4 3 5 VPS72 ENSG00000163159 +CDS chr1 151184317 151184493 ENST00000368892 protein_coding 9 1 4 VPS72 ENSG00000163159 +CDS chr1 151184317 151184493 ENST00000354473 protein_coding 4 3 4 VPS72 ENSG00000163159 +CDS chr1 151185506 151185620 ENST00000368892 protein_coding 9 1 3 VPS72 ENSG00000163159 +CDS chr1 151185506 151185620 ENST00000354473 protein_coding 4 3 3 VPS72 ENSG00000163159 +CDS chr1 151185798 151185950 ENST00000368892 protein_coding 9 1 2 VPS72 ENSG00000163159 +CDS chr1 151185798 151185950 ENST00000354473 protein_coding 4 3 2 VPS72 ENSG00000163159 +CDS chr1 151190005 151190121 ENST00000368892 protein_coding 9 1 1 VPS72 ENSG00000163159 +CDS chr1 151190005 151190121 ENST00000354473 protein_coding 4 3 1 VPS72 ENSG00000163159 +transcript chr1 151197949 151231761 ENST00000447555 protein_coding 5 1 NA PIP5K1A ENSG00000143398 +CDS chr1 151198018 151198117 ENST00000447555 protein_coding 5 1 1 PIP5K1A ENSG00000143398 +transcript chr1 151198551 151249536 ENST00000349792 protein_coding 9 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198552 151249504 ENST00000409426 protein_coding 5 5 NA PIP5K1A ENSG00000143398 +transcript chr1 151198552 151249531 ENST00000368888 protein_coding 9 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198553 151248149 ENST00000441902 protein_coding 6 2 NA PIP5K1A ENSG00000143398 +transcript chr1 151198553 151249531 ENST00000368890 protein_coding 8 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198554 151216000 ENST00000424999 protein_coding 1 4 NA PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000349792 protein_coding 9 1 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000409426 protein_coding 5 5 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000441902 protein_coding 6 2 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000368890 protein_coding 8 1 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000424999 protein_coding 1 4 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000368888 protein_coding 9 1 1 PIP5K1A ENSG00000143398 +transcript chr1 151213517 151231801 ENST00000418435 protein_coding 1 5 NA PIP5K1A ENSG00000143398 +CDS chr1 151215962 151216000 ENST00000424999 protein_coding 1 4 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000409426 protein_coding 5 5 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000441902 protein_coding 6 2 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000368888 protein_coding 9 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000447555 protein_coding 5 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000349792 protein_coding 9 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000368890 protein_coding 8 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224268 151224279 ENST00000418435 protein_coding 1 5 3 PIP5K1A ENSG00000143398 +CDS chr1 151224371 151224406 ENST00000368888 protein_coding 9 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151224371 151224406 ENST00000418435 protein_coding 1 5 4 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000447555 protein_coding 5 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000349792 protein_coding 9 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000409426 protein_coding 5 5 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000441902 protein_coding 6 2 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000368890 protein_coding 8 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000368888 protein_coding 9 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000418435 protein_coding 1 5 5 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231761 ENST00000447555 protein_coding 5 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000349792 protein_coding 9 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000409426 protein_coding 5 5 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000441902 protein_coding 6 2 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000368890 protein_coding 8 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000368888 protein_coding 9 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000418435 protein_coding 1 5 6 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000349792 protein_coding 9 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000409426 protein_coding 5 5 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000441902 protein_coding 6 2 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000368890 protein_coding 8 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000368888 protein_coding 9 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000349792 protein_coding 9 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000409426 protein_coding 5 5 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000441902 protein_coding 6 2 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000368890 protein_coding 8 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000368888 protein_coding 9 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000349792 protein_coding 9 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000409426 protein_coding 5 5 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000441902 protein_coding 6 2 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000368890 protein_coding 8 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000368888 protein_coding 9 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000349792 protein_coding 9 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000409426 protein_coding 5 5 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000441902 protein_coding 6 2 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000368890 protein_coding 8 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000368888 protein_coding 9 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000349792 protein_coding 9 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000409426 protein_coding 5 5 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000368890 protein_coding 8 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000368888 protein_coding 9 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000349792 protein_coding 9 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000409426 protein_coding 5 5 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000441902 protein_coding 6 2 9 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000368890 protein_coding 8 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000368888 protein_coding 9 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000349792 protein_coding 9 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000409426 protein_coding 5 5 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000441902 protein_coding 6 2 10 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000368890 protein_coding 8 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000368888 protein_coding 9 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000349792 protein_coding 9 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000409426 protein_coding 5 5 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000441902 protein_coding 6 2 11 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000368888 protein_coding 9 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000349792 protein_coding 9 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000409426 protein_coding 5 5 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000441902 protein_coding 6 2 12 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000368890 protein_coding 8 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000368888 protein_coding 9 1 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000349792 protein_coding 9 1 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000409426 protein_coding 5 5 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000441902 protein_coding 6 2 13 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000368890 protein_coding 8 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000368888 protein_coding 9 1 15 PIP5K1A ENSG00000143398 +transcript chr1 151254709 151267459 ENST00000368881 protein_coding 8 5 NA PSMD4 ENSG00000159352 +transcript chr1 151254734 151267479 ENST00000368884 protein_coding 8 1 NA PSMD4 ENSG00000159352 +CDS chr1 151254783 151254808 ENST00000368884 protein_coding 8 1 1 PSMD4 ENSG00000159352 +CDS chr1 151254783 151254808 ENST00000368881 protein_coding 8 5 1 PSMD4 ENSG00000159352 +transcript chr1 151259063 151265609 ENST00000437736 protein_coding 5 5 NA PSMD4 ENSG00000159352 +CDS chr1 151262161 151262301 ENST00000368884 protein_coding 8 1 2 PSMD4 ENSG00000159352 +CDS chr1 151262161 151262301 ENST00000368881 protein_coding 8 5 2 PSMD4 ENSG00000159352 +CDS chr1 151262180 151262301 ENST00000437736 protein_coding 5 5 2 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000368884 protein_coding 8 1 3 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000368881 protein_coding 8 5 3 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000437736 protein_coding 5 5 3 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000368884 protein_coding 8 1 4 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000368881 protein_coding 8 5 4 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000437736 protein_coding 5 5 4 PSMD4 ENSG00000159352 +transcript chr1 151264888 151267466 ENST00000445776 protein_coding 1 3 NA PSMD4 ENSG00000159352 +CDS chr1 151264888 151264918 ENST00000445776 protein_coding 1 3 1 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000368884 protein_coding 8 1 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000368881 protein_coding 8 5 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000437736 protein_coding 5 5 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000445776 protein_coding 1 3 2 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000368884 protein_coding 8 1 6 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000368881 protein_coding 8 5 6 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000437736 protein_coding 5 5 6 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266112 ENST00000368884 protein_coding 8 1 7 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266121 ENST00000368881 protein_coding 8 5 7 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266112 ENST00000445776 protein_coding 1 3 3 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000368884 protein_coding 8 1 8 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000368881 protein_coding 8 5 8 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000445776 protein_coding 1 3 4 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000368884 protein_coding 8 1 9 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000368881 protein_coding 8 5 9 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000445776 protein_coding 1 3 5 PSMD4 ENSG00000159352 +transcript chr1 151266544 151267460 ENST00000453615 protein_coding 1 3 NA PSMD4 ENSG00000159352 +CDS chr1 151266544 151266587 ENST00000453615 protein_coding 1 3 1 PSMD4 ENSG00000159352 +CDS chr1 151266940 151266978 ENST00000453615 protein_coding 1 3 2 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000368884 protein_coding 8 1 10 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000368881 protein_coding 8 5 10 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000445776 protein_coding 1 3 6 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000453615 protein_coding 1 3 3 PSMD4 ENSG00000159352 +transcript chr1 151281618 151286705 ENST00000443959 protein_coding 1 1 NA ZNF687 ENSG00000143373 +CDS chr1 151282070 151282079 ENST00000443959 protein_coding 1 1 1 ZNF687 ENSG00000143373 +transcript chr1 151282299 151292176 ENST00000336715 protein_coding 11 1 NA ZNF687 ENSG00000143373 +transcript chr1 151282312 151291903 ENST00000324048 protein_coding 9 1 NA ZNF687 ENSG00000143373 +CDS chr1 151286275 151286705 ENST00000443959 protein_coding 1 1 2 ZNF687 ENSG00000143373 +CDS chr1 151286292 151288406 ENST00000336715 protein_coding 11 1 2 ZNF687 ENSG00000143373 +CDS chr1 151286292 151288406 ENST00000324048 protein_coding 9 1 3 ZNF687 ENSG00000143373 +transcript chr1 151287484 151291903 ENST00000426871 protein_coding 1 2 NA ZNF687 ENSG00000143373 +CDS chr1 151287484 151288406 ENST00000426871 protein_coding 1 2 1 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000336715 protein_coding 11 1 3 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000324048 protein_coding 9 1 4 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000426871 protein_coding 1 2 2 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000336715 protein_coding 11 1 4 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000324048 protein_coding 9 1 5 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000426871 protein_coding 1 2 3 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000336715 protein_coding 11 1 5 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000324048 protein_coding 9 1 6 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000426871 protein_coding 1 2 4 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000336715 protein_coding 11 1 6 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000324048 protein_coding 9 1 7 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000426871 protein_coding 1 2 5 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000336715 protein_coding 11 1 7 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000324048 protein_coding 9 1 8 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000426871 protein_coding 1 2 6 ZNF687 ENSG00000143373 +CDS chr1 151290371 151290573 ENST00000426871 protein_coding 1 2 7 ZNF687 ENSG00000143373 +CDS chr1 151290432 151290573 ENST00000336715 protein_coding 11 1 8 ZNF687 ENSG00000143373 +CDS chr1 151290432 151290573 ENST00000324048 protein_coding 9 1 9 ZNF687 ENSG00000143373 +transcript chr1 151290451 151291337 ENST00000436614 protein_coding 1 5 NA ZNF687 ENSG00000143373 +CDS chr1 151290451 151290573 ENST00000436614 protein_coding 1 5 1 ZNF687 ENSG00000143373 +CDS chr1 151290695 151290868 ENST00000436614 protein_coding 1 5 2 ZNF687 ENSG00000143373 +CDS chr1 151290715 151291206 ENST00000336715 protein_coding 11 1 9 ZNF687 ENSG00000143373 +CDS chr1 151290715 151291206 ENST00000324048 protein_coding 9 1 10 ZNF687 ENSG00000143373 +CDS chr1 151290715 151290743 ENST00000426871 protein_coding 1 2 8 ZNF687 ENSG00000143373 +transcript chr1 151291797 151327715 ENST00000368874 protein_coding 8 1 NA PI4KB ENSG00000143393 +transcript chr1 151291804 151327416 ENST00000368873 protein_coding 6 2 NA PI4KB ENSG00000143393 +transcript chr1 151291937 151327657 ENST00000368875 protein_coding 6 5 NA PI4KB ENSG00000143393 +transcript chr1 151292133 151327657 ENST00000529142 protein_coding 5 2 NA PI4KB ENSG00000143393 +transcript chr1 151292479 151327419 ENST00000368872 protein_coding 5 5 NA PI4KB ENSG00000143393 +transcript chr1 151292602 151298992 ENST00000455060 protein_coding 5 2 NA PI4KB ENSG00000143393 +transcript chr1 151292623 151294473 ENST00000446339 protein_coding 1 3 NA PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368874 protein_coding 8 1 11 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368875 protein_coding 6 5 13 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368873 protein_coding 6 2 12 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000529142 protein_coding 5 2 10 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368872 protein_coding 5 5 13 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000455060 protein_coding 5 2 5 PI4KB ENSG00000143393 +CDS chr1 151292971 151293033 ENST00000446339 protein_coding 1 3 3 PI4KB ENSG00000143393 +CDS chr1 151293400 151293462 ENST00000455060 protein_coding 5 2 4 PI4KB ENSG00000143393 +transcript chr1 151293619 151299034 ENST00000489889 protein_coding 2 2 NA PI4KB ENSG00000143393 +CDS chr1 151293950 151294138 ENST00000489889 protein_coding 2 2 3 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368874 protein_coding 8 1 10 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368875 protein_coding 6 5 12 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368873 protein_coding 6 2 11 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000529142 protein_coding 5 2 9 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368872 protein_coding 5 5 12 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000455060 protein_coding 5 2 3 PI4KB ENSG00000143393 +CDS chr1 151294049 151294138 ENST00000446339 protein_coding 1 3 2 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368874 protein_coding 8 1 9 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368875 protein_coding 6 5 11 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368873 protein_coding 6 2 10 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000529142 protein_coding 5 2 8 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368872 protein_coding 5 5 11 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000455060 protein_coding 5 2 2 PI4KB ENSG00000143393 +CDS chr1 151294409 151294473 ENST00000446339 protein_coding 1 3 1 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000489889 protein_coding 2 2 2 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368874 protein_coding 8 1 8 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368875 protein_coding 6 5 10 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368873 protein_coding 6 2 9 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000529142 protein_coding 5 2 7 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368872 protein_coding 5 5 10 PI4KB ENSG00000143393 +CDS chr1 151298808 151298992 ENST00000455060 protein_coding 5 2 1 PI4KB ENSG00000143393 +CDS chr1 151298808 151299034 ENST00000489889 protein_coding 2 2 1 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368874 protein_coding 8 1 7 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368875 protein_coding 6 5 9 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368873 protein_coding 6 2 8 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000529142 protein_coding 5 2 6 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368872 protein_coding 5 5 9 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368874 protein_coding 8 1 6 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368875 protein_coding 6 5 8 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368873 protein_coding 6 2 7 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000529142 protein_coding 5 2 5 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368872 protein_coding 5 5 8 PI4KB ENSG00000143393 +transcript chr1 151302248 151327416 ENST00000430800 protein_coding 5 5 NA PI4KB ENSG00000143393 +CDS chr1 151302248 151302298 ENST00000430800 protein_coding 5 5 6 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368874 protein_coding 8 1 5 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368875 protein_coding 6 5 7 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368873 protein_coding 6 2 6 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000529142 protein_coding 5 2 4 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368872 protein_coding 5 5 7 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000430800 protein_coding 5 5 5 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368874 protein_coding 8 1 4 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368875 protein_coding 6 5 6 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368873 protein_coding 6 2 5 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000529142 protein_coding 5 2 3 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368872 protein_coding 5 5 6 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000430800 protein_coding 5 5 4 PI4KB ENSG00000143393 +transcript chr1 151306264 151327400 ENST00000489223 protein_coding 2 4 NA PI4KB ENSG00000143393 +CDS chr1 151306264 151306363 ENST00000489223 protein_coding 2 4 4 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368874 protein_coding 8 1 3 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368875 protein_coding 6 5 5 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368873 protein_coding 6 2 4 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000529142 protein_coding 5 2 2 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368872 protein_coding 5 5 5 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000430800 protein_coding 5 5 3 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000489223 protein_coding 2 4 3 PI4KB ENSG00000143393 +CDS chr1 151310211 151310255 ENST00000368875 protein_coding 6 5 4 PI4KB ENSG00000143393 +CDS chr1 151310211 151310255 ENST00000368873 protein_coding 6 2 3 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368874 protein_coding 8 1 2 PI4KB ENSG00000143393 +CDS chr1 151315573 151316509 ENST00000368875 protein_coding 6 5 3 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368873 protein_coding 6 2 2 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368872 protein_coding 5 5 4 PI4KB ENSG00000143393 +transcript chr1 151315640 151327377 ENST00000438243 protein_coding 2 2 NA PI4KB ENSG00000143393 +CDS chr1 151315640 151316481 ENST00000438243 protein_coding 2 2 3 PI4KB ENSG00000143393 +CDS chr1 151326172 151326179 ENST00000368875 protein_coding 6 5 2 PI4KB ENSG00000143393 +transcript chr1 151340640 151347251 ENST00000290524 protein_coding 8 1 NA RFX5 ENSG00000143390 +transcript chr1 151340640 151347252 ENST00000452671 protein_coding 7 1 NA RFX5 ENSG00000143390 +transcript chr1 151341829 151347326 ENST00000368870 protein_coding 6 5 NA RFX5 ENSG00000143390 +transcript chr1 151341960 151344756 ENST00000436637 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151342020 151342085 ENST00000436637 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000290524 protein_coding 8 1 11 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000368870 protein_coding 6 5 11 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000452671 protein_coding 7 1 11 RFX5 ENSG00000143390 +transcript chr1 151342247 151346822 ENST00000392746 protein_coding 7 5 NA RFX5 ENSG00000143390 +CDS chr1 151342247 151343178 ENST00000392746 protein_coding 7 5 11 RFX5 ENSG00000143390 +CDS chr1 151343074 151343178 ENST00000436637 protein_coding 5 3 6 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000290524 protein_coding 8 1 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000368870 protein_coding 6 5 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000436637 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000452671 protein_coding 7 1 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000392746 protein_coding 7 5 10 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000290524 protein_coding 8 1 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000368870 protein_coding 6 5 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000436637 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000452671 protein_coding 7 1 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000392746 protein_coding 7 5 9 RFX5 ENSG00000143390 +transcript chr1 151343749 151347021 ENST00000422595 protein_coding 5 5 NA RFX5 ENSG00000143390 +CDS chr1 151343749 151343882 ENST00000422595 protein_coding 5 5 9 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000290524 protein_coding 8 1 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000368870 protein_coding 6 5 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000436637 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000452671 protein_coding 7 1 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000392746 protein_coding 7 5 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000422595 protein_coding 5 5 8 RFX5 ENSG00000143390 +transcript chr1 151344199 151346973 ENST00000450506 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151344199 151344278 ENST00000450506 protein_coding 5 3 8 RFX5 ENSG00000143390 +transcript chr1 151344256 151346606 ENST00000458484 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151344256 151344278 ENST00000458484 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000290524 protein_coding 8 1 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000368870 protein_coding 6 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000436637 protein_coding 5 3 2 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000452671 protein_coding 7 1 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000392746 protein_coding 7 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000422595 protein_coding 5 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000450506 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000458484 protein_coding 5 3 6 RFX5 ENSG00000143390 +transcript chr1 151344521 151347228 ENST00000430227 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344521 151344536 ENST00000430227 protein_coding 5 4 7 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000290524 protein_coding 8 1 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000368870 protein_coding 6 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344756 ENST00000436637 protein_coding 5 3 1 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000452671 protein_coding 7 1 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000392746 protein_coding 7 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000422595 protein_coding 5 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000450506 protein_coding 5 3 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000458484 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000430227 protein_coding 5 4 6 RFX5 ENSG00000143390 +transcript chr1 151344728 151347228 ENST00000412774 protein_coding 5 2 NA RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000412774 protein_coding 5 2 6 RFX5 ENSG00000143390 +transcript chr1 151344764 151347292 ENST00000437327 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344764 151344847 ENST00000437327 protein_coding 5 4 6 RFX5 ENSG00000143390 +transcript chr1 151344792 151346872 ENST00000436271 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344792 151344847 ENST00000436271 protein_coding 5 4 6 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000290524 protein_coding 8 1 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000368870 protein_coding 6 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000452671 protein_coding 7 1 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000392746 protein_coding 7 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000422595 protein_coding 5 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000450506 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000458484 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000430227 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000412774 protein_coding 5 2 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000437327 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000436271 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000290524 protein_coding 8 1 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000368870 protein_coding 6 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000452671 protein_coding 7 1 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000392746 protein_coding 7 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000422595 protein_coding 5 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000450506 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000458484 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000430227 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000412774 protein_coding 5 2 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000437327 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000436271 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000290524 protein_coding 8 1 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000368870 protein_coding 6 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000452671 protein_coding 7 1 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000392746 protein_coding 7 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000422595 protein_coding 5 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000450506 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000458484 protein_coding 5 3 2 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000430227 protein_coding 5 4 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000412774 protein_coding 5 2 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000437327 protein_coding 5 4 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000436271 protein_coding 5 4 3 RFX5 ENSG00000143390 +transcript chr1 151364304 151372705 ENST00000368868 protein_coding 10 1 NA SELENBP1 ENSG00000143416 +transcript chr1 151364305 151372700 ENST00000447402 protein_coding 7 2 NA SELENBP1 ENSG00000143416 +transcript chr1 151364305 151372703 ENST00000426705 protein_coding 6 2 NA SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000368868 protein_coding 10 1 12 SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000447402 protein_coding 7 2 11 SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000426705 protein_coding 6 2 12 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000368868 protein_coding 10 1 11 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000447402 protein_coding 7 2 10 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000426705 protein_coding 6 2 11 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000368868 protein_coding 10 1 10 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000447402 protein_coding 7 2 9 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000426705 protein_coding 6 2 10 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000368868 protein_coding 10 1 9 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000447402 protein_coding 7 2 8 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000426705 protein_coding 6 2 9 SELENBP1 ENSG00000143416 +transcript chr1 151365573 151369841 ENST00000424475 protein_coding 5 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151365573 151365684 ENST00000424475 protein_coding 5 5 7 SELENBP1 ENSG00000143416 +transcript chr1 151365672 151372683 ENST00000458566 protein_coding 5 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151365672 151365684 ENST00000458566 protein_coding 5 5 9 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000368868 protein_coding 10 1 8 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000447402 protein_coding 7 2 7 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000426705 protein_coding 6 2 8 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000424475 protein_coding 5 5 6 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000458566 protein_coding 5 5 8 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000368868 protein_coding 10 1 7 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000447402 protein_coding 7 2 6 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000426705 protein_coding 6 2 7 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000424475 protein_coding 5 5 5 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000458566 protein_coding 5 5 7 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000368868 protein_coding 10 1 6 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000447402 protein_coding 7 2 5 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000426705 protein_coding 6 2 6 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000424475 protein_coding 5 5 4 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000458566 protein_coding 5 5 6 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000368868 protein_coding 10 1 5 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000447402 protein_coding 7 2 4 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000426705 protein_coding 6 2 5 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000424475 protein_coding 5 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000458566 protein_coding 5 5 5 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000368868 protein_coding 10 1 4 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000426705 protein_coding 6 2 4 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000458566 protein_coding 5 5 4 SELENBP1 ENSG00000143416 +transcript chr1 151369068 151370285 ENST00000427867 protein_coding 2 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151369068 151369189 ENST00000427867 protein_coding 2 5 4 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000368868 protein_coding 10 1 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000447402 protein_coding 7 2 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000426705 protein_coding 6 2 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000424475 protein_coding 5 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369506 ENST00000458566 protein_coding 5 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000427867 protein_coding 2 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000368868 protein_coding 10 1 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000447402 protein_coding 7 2 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369899 ENST00000426705 protein_coding 6 2 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369841 ENST00000424475 protein_coding 5 5 1 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000458566 protein_coding 5 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369719 ENST00000427867 protein_coding 2 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000368868 protein_coding 10 1 1 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000447402 protein_coding 7 2 1 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000458566 protein_coding 5 5 1 SELENBP1 ENSG00000143416 +transcript chr1 151399573 151401937 ENST00000290541 protein_coding 7 1 NA PSMB4 ENSG00000159377 +CDS chr1 151399588 151399727 ENST00000290541 protein_coding 7 1 1 PSMB4 ENSG00000159377 +CDS chr1 151399981 151400187 ENST00000290541 protein_coding 7 1 2 PSMB4 ENSG00000159377 +CDS chr1 151400442 151400588 ENST00000290541 protein_coding 7 1 3 PSMB4 ENSG00000159377 +CDS chr1 151400764 151400845 ENST00000290541 protein_coding 7 1 4 PSMB4 ENSG00000159377 +CDS chr1 151401239 151401355 ENST00000290541 protein_coding 7 1 5 PSMB4 ENSG00000159377 +CDS chr1 151401542 151401630 ENST00000290541 protein_coding 7 1 6 PSMB4 ENSG00000159377 +CDS chr1 151401817 151401826 ENST00000290541 protein_coding 7 1 7 PSMB4 ENSG00000159377 +transcript chr1 151402724 151442204 ENST00000392723 protein_coding 5 1 NA POGZ ENSG00000143442 +transcript chr1 151402724 151459494 ENST00000271715 protein_coding 7 1 NA POGZ ENSG00000143442 +transcript chr1 151402725 151459179 ENST00000368863 protein_coding 6 1 NA POGZ ENSG00000143442 +transcript chr1 151404224 151459179 ENST00000409503 protein_coding 5 2 NA POGZ ENSG00000143442 +transcript chr1 151404499 151459215 ENST00000531094 protein_coding 5 2 NA POGZ ENSG00000143442 +transcript chr1 151404802 151459179 ENST00000491586 protein_coding 5 5 NA POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000392723 protein_coding 5 1 17 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000271715 protein_coding 7 1 19 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000368863 protein_coding 6 1 17 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000409503 protein_coding 5 2 19 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000531094 protein_coding 5 2 18 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000491586 protein_coding 5 5 18 POGZ ENSG00000143442 +transcript chr1 151406286 151423421 ENST00000529669 protein_coding 1 5 NA POGZ ENSG00000143442 +CDS chr1 151406286 151406464 ENST00000529669 protein_coding 1 5 9 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000392723 protein_coding 5 1 16 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000271715 protein_coding 7 1 18 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000368863 protein_coding 6 1 16 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000409503 protein_coding 5 2 18 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000531094 protein_coding 5 2 17 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000491586 protein_coding 5 5 17 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000529669 protein_coding 1 5 8 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000392723 protein_coding 5 1 15 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000271715 protein_coding 7 1 17 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000368863 protein_coding 6 1 15 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000409503 protein_coding 5 2 17 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000531094 protein_coding 5 2 16 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000491586 protein_coding 5 5 16 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000529669 protein_coding 1 5 7 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000392723 protein_coding 5 1 14 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000271715 protein_coding 7 1 16 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000368863 protein_coding 6 1 14 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000409503 protein_coding 5 2 16 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000531094 protein_coding 5 2 15 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000491586 protein_coding 5 5 15 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000529669 protein_coding 1 5 6 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000392723 protein_coding 5 1 13 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000271715 protein_coding 7 1 15 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000368863 protein_coding 6 1 13 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000409503 protein_coding 5 2 15 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000531094 protein_coding 5 2 14 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000491586 protein_coding 5 5 14 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000529669 protein_coding 1 5 5 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000392723 protein_coding 5 1 12 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000271715 protein_coding 7 1 14 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000368863 protein_coding 6 1 12 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000409503 protein_coding 5 2 14 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000531094 protein_coding 5 2 13 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000491586 protein_coding 5 5 13 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000529669 protein_coding 1 5 4 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000392723 protein_coding 5 1 11 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000271715 protein_coding 7 1 13 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000368863 protein_coding 6 1 11 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000409503 protein_coding 5 2 13 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000531094 protein_coding 5 2 12 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000491586 protein_coding 5 5 12 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000529669 protein_coding 1 5 3 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000392723 protein_coding 5 1 10 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000271715 protein_coding 7 1 12 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000368863 protein_coding 6 1 10 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000409503 protein_coding 5 2 12 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000531094 protein_coding 5 2 11 POGZ ENSG00000143442 +CDS chr1 151411625 151411798 ENST00000491586 protein_coding 5 5 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000392723 protein_coding 5 1 9 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000271715 protein_coding 7 1 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000368863 protein_coding 6 1 9 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000409503 protein_coding 5 2 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000531094 protein_coding 5 2 10 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000491586 protein_coding 5 5 10 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000529669 protein_coding 1 5 2 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000392723 protein_coding 5 1 8 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000271715 protein_coding 7 1 10 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000368863 protein_coding 6 1 8 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000409503 protein_coding 5 2 10 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000531094 protein_coding 5 2 9 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000491586 protein_coding 5 5 9 POGZ ENSG00000143442 +CDS chr1 151423397 151423421 ENST00000529669 protein_coding 1 5 1 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000392723 protein_coding 5 1 7 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000271715 protein_coding 7 1 9 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000368863 protein_coding 6 1 7 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000409503 protein_coding 5 2 9 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000531094 protein_coding 5 2 8 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000491586 protein_coding 5 5 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000392723 protein_coding 5 1 6 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000271715 protein_coding 7 1 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000368863 protein_coding 6 1 6 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000409503 protein_coding 5 2 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000531094 protein_coding 5 2 7 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000491586 protein_coding 5 5 7 POGZ ENSG00000143442 +transcript chr1 151427577 151428137 ENST00000594456 protein_coding 1 NA NA POGZ ENSG00000143442 +CDS chr1 151427812 151428137 ENST00000594456 protein_coding 1 NA 1 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000392723 protein_coding 5 1 5 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000271715 protein_coding 7 1 7 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000368863 protein_coding 6 1 5 POGZ ENSG00000143442 +CDS chr1 151427823 151428014 ENST00000409503 protein_coding 5 2 7 POGZ ENSG00000143442 +CDS chr1 151427823 151428014 ENST00000531094 protein_coding 5 2 6 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000491586 protein_coding 5 5 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000392723 protein_coding 5 1 4 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000271715 protein_coding 7 1 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000368863 protein_coding 6 1 4 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000409503 protein_coding 5 2 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000531094 protein_coding 5 2 5 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000491586 protein_coding 5 5 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000392723 protein_coding 5 1 3 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000271715 protein_coding 7 1 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000409503 protein_coding 5 2 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000531094 protein_coding 5 2 4 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000491586 protein_coding 5 5 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000392723 protein_coding 5 1 2 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000271715 protein_coding 7 1 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000409503 protein_coding 5 2 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000531094 protein_coding 5 2 3 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000491586 protein_coding 5 5 3 POGZ ENSG00000143442 +transcript chr1 151430672 151455057 ENST00000533461 protein_coding 5 4 NA POGZ ENSG00000143442 +CDS chr1 151430672 151430841 ENST00000533461 protein_coding 5 4 4 POGZ ENSG00000143442 +transcript chr1 151430706 151459179 ENST00000533351 protein_coding 5 5 NA POGZ ENSG00000143442 +CDS chr1 151430706 151430841 ENST00000533351 protein_coding 5 5 5 POGZ ENSG00000143442 +transcript chr1 151430714 151455197 ENST00000450842 protein_coding 1 3 NA POGZ ENSG00000143442 +CDS chr1 151430714 151430841 ENST00000450842 protein_coding 1 3 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000271715 protein_coding 7 1 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000368863 protein_coding 6 1 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000409503 protein_coding 5 2 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000533461 protein_coding 5 4 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000533351 protein_coding 5 5 4 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000392723 protein_coding 5 1 1 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000271715 protein_coding 7 1 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000368863 protein_coding 6 1 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000409503 protein_coding 5 2 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000531094 protein_coding 5 2 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000491586 protein_coding 5 5 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000533461 protein_coding 5 4 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000533351 protein_coding 5 5 3 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000450842 protein_coding 1 3 2 POGZ ENSG00000143442 +transcript chr1 151442181 151442478 ENST00000439756 protein_coding 1 3 NA POGZ ENSG00000143442 +CDS chr1 151442181 151442204 ENST00000439756 protein_coding 1 3 2 POGZ ENSG00000143442 +transcript chr1 151510510 151519029 ENST00000505188 protein_coding 5 1 NA CGN ENSG00000143375 +transcript chr1 151510936 151519029 ENST00000502442 protein_coding 1 1 NA CGN ENSG00000143375 +transcript chr1 151511387 151519392 ENST00000427934 protein_coding 2 5 NA CGN ENSG00000143375 +transcript chr1 151511387 151538692 ENST00000271636 protein_coding 12 1 NA CGN ENSG00000143375 +CDS chr1 151518520 151519029 ENST00000505188 protein_coding 5 1 2 CGN ENSG00000143375 +CDS chr1 151518520 151519029 ENST00000502442 protein_coding 1 1 2 CGN ENSG00000143375 +CDS chr1 151518520 151519392 ENST00000427934 protein_coding 2 5 3 CGN ENSG00000143375 +CDS chr1 151518520 151519392 ENST00000271636 protein_coding 12 1 2 CGN ENSG00000143375 +transcript chr1 151519370 151523561 ENST00000416743 protein_coding 1 5 NA CGN ENSG00000143375 +CDS chr1 151519370 151519392 ENST00000416743 protein_coding 1 5 1 CGN ENSG00000143375 +CDS chr1 151520166 151520266 ENST00000271636 protein_coding 12 1 3 CGN ENSG00000143375 +CDS chr1 151520166 151520266 ENST00000416743 protein_coding 1 5 2 CGN ENSG00000143375 +CDS chr1 151520414 151520483 ENST00000271636 protein_coding 12 1 4 CGN ENSG00000143375 +CDS chr1 151520414 151520483 ENST00000416743 protein_coding 1 5 3 CGN ENSG00000143375 +CDS chr1 151520596 151520691 ENST00000271636 protein_coding 12 1 5 CGN ENSG00000143375 +CDS chr1 151520620 151520691 ENST00000416743 protein_coding 1 5 4 CGN ENSG00000143375 +CDS chr1 151523434 151523561 ENST00000271636 protein_coding 12 1 6 CGN ENSG00000143375 +CDS chr1 151523434 151523561 ENST00000416743 protein_coding 1 5 5 CGN ENSG00000143375 +CDS chr1 151524226 151524358 ENST00000271636 protein_coding 12 1 7 CGN ENSG00000143375 +CDS chr1 151524674 151524886 ENST00000271636 protein_coding 12 1 8 CGN ENSG00000143375 +CDS chr1 151525642 151525790 ENST00000271636 protein_coding 12 1 9 CGN ENSG00000143375 +CDS chr1 151526975 151527107 ENST00000271636 protein_coding 12 1 10 CGN ENSG00000143375 +CDS chr1 151529350 151529559 ENST00000271636 protein_coding 12 1 11 CGN ENSG00000143375 +CDS chr1 151529909 151530115 ENST00000271636 protein_coding 12 1 12 CGN ENSG00000143375 +CDS chr1 151530489 151530746 ENST00000271636 protein_coding 12 1 13 CGN ENSG00000143375 +CDS chr1 151532402 151532572 ENST00000271636 protein_coding 12 1 14 CGN ENSG00000143375 +CDS chr1 151533975 151534136 ENST00000271636 protein_coding 12 1 15 CGN ENSG00000143375 +CDS chr1 151535042 151535131 ENST00000271636 protein_coding 12 1 16 CGN ENSG00000143375 +CDS chr1 151535600 151535683 ENST00000271636 protein_coding 12 1 17 CGN ENSG00000143375 +CDS chr1 151535780 151535898 ENST00000271636 protein_coding 12 1 18 CGN ENSG00000143375 +CDS chr1 151536237 151536345 ENST00000271636 protein_coding 12 1 19 CGN ENSG00000143375 +CDS chr1 151536730 151536893 ENST00000271636 protein_coding 12 1 20 CGN ENSG00000143375 +CDS chr1 151537205 151537343 ENST00000271636 protein_coding 12 1 21 CGN ENSG00000143375 +transcript chr1 151540305 151583583 ENST00000392712 protein_coding 7 5 NA TUFT1 ENSG00000143367 +transcript chr1 151540308 151583583 ENST00000368848 protein_coding 6 1 NA TUFT1 ENSG00000143367 +transcript chr1 151540309 151583583 ENST00000368849 protein_coding 8 1 NA TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000368849 protein_coding 8 1 1 TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000392712 protein_coding 7 5 1 TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000368848 protein_coding 6 1 1 TUFT1 ENSG00000143367 +CDS chr1 151562091 151562165 ENST00000368849 protein_coding 8 1 2 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000368849 protein_coding 8 1 3 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000392712 protein_coding 7 5 2 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000368848 protein_coding 6 1 2 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000368849 protein_coding 8 1 4 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000392712 protein_coding 7 5 3 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000368848 protein_coding 6 1 3 TUFT1 ENSG00000143367 +CDS chr1 151564525 151564614 ENST00000368849 protein_coding 8 1 5 TUFT1 ENSG00000143367 +CDS chr1 151564525 151564614 ENST00000368848 protein_coding 6 1 4 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000368849 protein_coding 8 1 6 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000392712 protein_coding 7 5 4 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000368848 protein_coding 6 1 5 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000368849 protein_coding 8 1 7 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000392712 protein_coding 7 5 5 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000368848 protein_coding 6 1 6 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000368849 protein_coding 8 1 8 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000392712 protein_coding 7 5 6 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000368848 protein_coding 6 1 7 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000368849 protein_coding 8 1 9 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000392712 protein_coding 7 5 7 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000368848 protein_coding 6 1 8 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000368849 protein_coding 8 1 10 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000392712 protein_coding 7 5 8 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000368848 protein_coding 6 1 9 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000368849 protein_coding 8 1 11 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000392712 protein_coding 7 5 9 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000368848 protein_coding 6 1 10 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000368849 protein_coding 8 1 12 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000392712 protein_coding 7 5 10 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000368848 protein_coding 6 1 11 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000368849 protein_coding 8 1 13 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000392712 protein_coding 7 5 11 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000368848 protein_coding 6 1 12 TUFT1 ENSG00000143367 +transcript chr1 151612006 151693618 ENST00000642376 protein_coding 1 NA NA SNX27 ENSG00000143376 +transcript chr1 151612029 151699091 ENST00000368843 protein_coding 8 1 NA SNX27 ENSG00000143376 +transcript chr1 151612050 151699080 ENST00000458013 protein_coding 7 5 NA SNX27 ENSG00000143376 +CDS chr1 151612202 151612381 ENST00000642376 protein_coding 1 NA 1 SNX27 ENSG00000143376 +CDS chr1 151612202 151612512 ENST00000368843 protein_coding 8 1 1 SNX27 ENSG00000143376 +CDS chr1 151612202 151612512 ENST00000458013 protein_coding 7 5 1 SNX27 ENSG00000143376 +CDS chr1 151638888 151639119 ENST00000368843 protein_coding 8 1 2 SNX27 ENSG00000143376 +CDS chr1 151638888 151639119 ENST00000458013 protein_coding 7 5 2 SNX27 ENSG00000143376 +transcript chr1 151638980 151694474 ENST00000368838 protein_coding 2 1 NA SNX27 ENSG00000143376 +CDS chr1 151638980 151639119 ENST00000368838 protein_coding 2 1 1 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000642376 protein_coding 1 NA 2 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000368843 protein_coding 8 1 3 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000458013 protein_coding 7 5 3 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000368838 protein_coding 2 1 2 SNX27 ENSG00000143376 +transcript chr1 151658369 151669363 ENST00000482791 protein_coding 2 3 NA SNX27 ENSG00000143376 +CDS chr1 151658369 151658427 ENST00000482791 protein_coding 2 3 1 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000642376 protein_coding 1 NA 3 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000368843 protein_coding 8 1 4 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000458013 protein_coding 7 5 4 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000368838 protein_coding 2 1 3 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000482791 protein_coding 2 3 2 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000642376 protein_coding 1 NA 4 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000368843 protein_coding 8 1 5 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000458013 protein_coding 7 5 5 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000368838 protein_coding 2 1 4 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000482791 protein_coding 2 3 3 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000642376 protein_coding 1 NA 5 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000368843 protein_coding 8 1 6 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000458013 protein_coding 7 5 6 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000368838 protein_coding 2 1 5 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000482791 protein_coding 2 3 4 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000642376 protein_coding 1 NA 6 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000368843 protein_coding 8 1 7 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000458013 protein_coding 7 5 7 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000368838 protein_coding 2 1 6 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000482791 protein_coding 2 3 5 SNX27 ENSG00000143376 +CDS chr1 151669141 151669248 ENST00000482791 protein_coding 2 3 6 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000642376 protein_coding 1 NA 7 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000368843 protein_coding 8 1 8 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000458013 protein_coding 7 5 8 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000368838 protein_coding 2 1 7 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000642376 protein_coding 1 NA 8 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000368843 protein_coding 8 1 9 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000458013 protein_coding 7 5 9 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000368838 protein_coding 2 1 8 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000642376 protein_coding 1 NA 9 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000368843 protein_coding 8 1 10 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000458013 protein_coding 7 5 10 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000368838 protein_coding 2 1 9 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000642376 protein_coding 1 NA 10 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000368843 protein_coding 8 1 11 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000458013 protein_coding 7 5 11 SNX27 ENSG00000143376 +CDS chr1 151693544 151693609 ENST00000368838 protein_coding 2 1 10 SNX27 ENSG00000143376 +CDS chr1 151693593 151693598 ENST00000642376 protein_coding 1 NA 11 SNX27 ENSG00000143376 +CDS chr1 151693593 151693598 ENST00000368843 protein_coding 8 1 12 SNX27 ENSG00000143376 +CDS chr1 151694370 151694414 ENST00000458013 protein_coding 7 5 12 SNX27 ENSG00000143376 +transcript chr1 151700058 151716803 ENST00000290583 protein_coding 9 1 NA CELF3 ENSG00000159409 +transcript chr1 151702404 151716052 ENST00000290585 protein_coding 8 1 NA CELF3 ENSG00000159409 +transcript chr1 151702415 151716798 ENST00000420342 protein_coding 1 5 NA CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000290583 protein_coding 9 1 12 CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000290585 protein_coding 8 1 11 CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000420342 protein_coding 1 5 13 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000290583 protein_coding 9 1 11 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000290585 protein_coding 8 1 10 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000420342 protein_coding 1 5 12 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000290583 protein_coding 9 1 10 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000290585 protein_coding 8 1 9 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000420342 protein_coding 1 5 11 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000290583 protein_coding 9 1 9 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000290585 protein_coding 8 1 8 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000420342 protein_coding 1 5 10 CELF3 ENSG00000159409 +CDS chr1 151707145 151707294 ENST00000290583 protein_coding 9 1 8 CELF3 ENSG00000159409 +CDS chr1 151707145 151707294 ENST00000420342 protein_coding 1 5 9 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000290583 protein_coding 9 1 7 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000290585 protein_coding 8 1 7 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000420342 protein_coding 1 5 8 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000290583 protein_coding 9 1 6 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000290585 protein_coding 8 1 6 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000420342 protein_coding 1 5 7 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000290583 protein_coding 9 1 5 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000290585 protein_coding 8 1 5 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000420342 protein_coding 1 5 6 CELF3 ENSG00000159409 +CDS chr1 151709220 151709348 ENST00000290583 protein_coding 9 1 4 CELF3 ENSG00000159409 +CDS chr1 151709220 151709348 ENST00000290585 protein_coding 8 1 4 CELF3 ENSG00000159409 +CDS chr1 151709220 151709345 ENST00000420342 protein_coding 1 5 5 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000290583 protein_coding 9 1 3 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000290585 protein_coding 8 1 3 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000420342 protein_coding 1 5 4 CELF3 ENSG00000159409 +transcript chr1 151710433 151729606 ENST00000326413 protein_coding 7 2 NA RIIAD1 ENSG00000178796 +CDS chr1 151714509 151714529 ENST00000326413 protein_coding 7 2 4 RIIAD1 ENSG00000178796 +CDS chr1 151714594 151714676 ENST00000290583 protein_coding 9 1 2 CELF3 ENSG00000159409 +CDS chr1 151714594 151714676 ENST00000290585 protein_coding 8 1 2 CELF3 ENSG00000159409 +CDS chr1 151714594 151714676 ENST00000420342 protein_coding 1 5 3 CELF3 ENSG00000159409 +CDS chr1 151715876 151716020 ENST00000290583 protein_coding 9 1 1 CELF3 ENSG00000159409 +CDS chr1 151715876 151716020 ENST00000290585 protein_coding 8 1 1 CELF3 ENSG00000159409 +CDS chr1 151715876 151715981 ENST00000420342 protein_coding 1 5 2 CELF3 ENSG00000159409 +CDS chr1 151716755 151716798 ENST00000420342 protein_coding 1 5 1 CELF3 ENSG00000159409 +CDS chr1 151719596 151719688 ENST00000326413 protein_coding 7 2 5 RIIAD1 ENSG00000178796 +transcript chr1 151721522 151729805 ENST00000479191 protein_coding 2 2 NA RIIAD1 ENSG00000178796 +CDS chr1 151721537 151721620 ENST00000479191 protein_coding 2 2 1 RIIAD1 ENSG00000178796 +CDS chr1 151722086 151722162 ENST00000326413 protein_coding 7 2 6 RIIAD1 ENSG00000178796 +CDS chr1 151722086 151722162 ENST00000479191 protein_coding 2 2 2 RIIAD1 ENSG00000178796 +CDS chr1 151727575 151727621 ENST00000326413 protein_coding 7 2 7 RIIAD1 ENSG00000178796 +CDS chr1 151727575 151727621 ENST00000479191 protein_coding 2 2 3 RIIAD1 ENSG00000178796 +CDS chr1 151728766 151728833 ENST00000326413 protein_coding 7 2 8 RIIAD1 ENSG00000178796 +CDS chr1 151728766 151728833 ENST00000479191 protein_coding 2 2 4 RIIAD1 ENSG00000178796 +transcript chr1 151759647 151763496 ENST00000368830 protein_coding 8 1 NA MRPL9 ENSG00000143436 +transcript chr1 151759875 151763484 ENST00000368829 protein_coding 3 2 NA MRPL9 ENSG00000143436 +CDS chr1 151760053 151760181 ENST00000368830 protein_coding 8 1 7 MRPL9 ENSG00000143436 +CDS chr1 151760053 151760181 ENST00000368829 protein_coding 3 2 6 MRPL9 ENSG00000143436 +CDS chr1 151760816 151760899 ENST00000368830 protein_coding 8 1 6 MRPL9 ENSG00000143436 +CDS chr1 151760816 151760899 ENST00000368829 protein_coding 3 2 5 MRPL9 ENSG00000143436 +CDS chr1 151761451 151761552 ENST00000368830 protein_coding 8 1 5 MRPL9 ENSG00000143436 +transcript chr1 151761962 151763334 ENST00000481777 protein_coding 5 5 NA MRPL9 ENSG00000143436 +CDS chr1 151761962 151762010 ENST00000481777 protein_coding 5 5 5 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000368830 protein_coding 8 1 4 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000368829 protein_coding 3 2 4 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000481777 protein_coding 5 5 4 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000368830 protein_coding 8 1 3 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000368829 protein_coding 3 2 3 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000481777 protein_coding 5 5 3 MRPL9 ENSG00000143436 +transcript chr1 151762899 151771330 ENST00000635322 protein_coding 1 5 NA OAZ3 ENSG00000143450 +transcript chr1 151762969 151771330 ENST00000321531 protein_coding 10 5 NA OAZ3 ENSG00000143450 +CDS chr1 151762990 151763146 ENST00000368830 protein_coding 8 1 2 MRPL9 ENSG00000143436 +CDS chr1 151762990 151763146 ENST00000368829 protein_coding 3 2 2 MRPL9 ENSG00000143436 +CDS chr1 151762990 151763146 ENST00000481777 protein_coding 5 5 2 MRPL9 ENSG00000143436 +CDS chr1 151763136 151763167 ENST00000635322 protein_coding 1 5 1 OAZ3 ENSG00000143450 +CDS chr1 151763136 151763167 ENST00000321531 protein_coding 10 5 1 OAZ3 ENSG00000143450 +CDS chr1 151763327 151763479 ENST00000368830 protein_coding 8 1 1 MRPL9 ENSG00000143436 +CDS chr1 151763327 151763479 ENST00000368829 protein_coding 3 2 1 MRPL9 ENSG00000143436 +CDS chr1 151763327 151763334 ENST00000481777 protein_coding 5 5 1 MRPL9 ENSG00000143436 +transcript chr1 151763480 151771321 ENST00000453029 protein_coding 2 5 NA OAZ3 ENSG00000143450 +CDS chr1 151763495 151763565 ENST00000453029 protein_coding 2 5 1 OAZ3 ENSG00000143450 +transcript chr1 151763578 151771332 ENST00000479764 protein_coding 7 5 NA OAZ3 ENSG00000143450 +transcript chr1 151766655 151771334 ENST00000400999 protein_coding 7 5 NA OAZ3 ENSG00000143450 +CDS chr1 151766722 151766888 ENST00000479764 protein_coding 7 5 1 OAZ3 ENSG00000143450 +CDS chr1 151766722 151766888 ENST00000400999 protein_coding 7 5 1 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000635322 protein_coding 1 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000321531 protein_coding 10 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000453029 protein_coding 2 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000479764 protein_coding 7 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000400999 protein_coding 7 5 2 OAZ3 ENSG00000143450 +transcript chr1 151767194 151771334 ENST00000635374 protein_coding 1 5 NA OAZ3 ENSG00000143450 +CDS chr1 151767194 151767223 ENST00000635374 protein_coding 1 5 1 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000635322 protein_coding 1 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000321531 protein_coding 10 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000453029 protein_coding 2 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000479764 protein_coding 7 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000400999 protein_coding 7 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000635374 protein_coding 1 5 2 OAZ3 ENSG00000143450 +transcript chr1 151767248 151771330 ENST00000582415 protein_coding 2 3 NA OAZ3 ENSG00000143450 +CDS chr1 151767248 151767299 ENST00000582415 protein_coding 2 3 1 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000321531 protein_coding 10 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000453029 protein_coding 2 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000400999 protein_coding 7 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000635374 protein_coding 1 5 3 OAZ3 ENSG00000143450 +CDS chr1 151768145 151768233 ENST00000582415 protein_coding 2 3 2 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770240 ENST00000635322 protein_coding 1 5 4 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000321531 protein_coding 10 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000453029 protein_coding 2 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770240 ENST00000479764 protein_coding 7 5 4 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000400999 protein_coding 7 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000582415 protein_coding 2 3 3 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000321531 protein_coding 10 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000453029 protein_coding 2 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000400999 protein_coding 7 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771110 ENST00000635374 protein_coding 1 5 4 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000582415 protein_coding 2 3 4 OAZ3 ENSG00000143450 +transcript chr1 151771564 151790522 ENST00000368827 protein_coding 10 1 NA TDRKH ENSG00000182134 +transcript chr1 151773479 151790479 ENST00000368825 protein_coding 7 2 NA TDRKH ENSG00000182134 +transcript chr1 151773492 151790488 ENST00000368823 protein_coding 5 2 NA TDRKH ENSG00000182134 +transcript chr1 151773494 151790500 ENST00000368824 protein_coding 8 1 NA TDRKH ENSG00000182134 +transcript chr1 151773494 151791416 ENST00000368822 protein_coding 5 5 NA TDRKH ENSG00000182134 +transcript chr1 151773498 151790505 ENST00000458431 protein_coding 6 1 NA TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368827 protein_coding 10 1 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368825 protein_coding 7 2 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368823 protein_coding 5 2 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368824 protein_coding 8 1 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368822 protein_coding 5 5 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000458431 protein_coding 6 1 13 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368827 protein_coding 10 1 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368825 protein_coding 7 2 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368823 protein_coding 5 2 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368824 protein_coding 8 1 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368822 protein_coding 5 5 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000458431 protein_coding 6 1 12 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368827 protein_coding 10 1 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368825 protein_coding 7 2 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368823 protein_coding 5 2 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368824 protein_coding 8 1 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368822 protein_coding 5 5 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000458431 protein_coding 6 1 11 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368827 protein_coding 10 1 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368825 protein_coding 7 2 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368823 protein_coding 5 2 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368824 protein_coding 8 1 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368822 protein_coding 5 5 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000458431 protein_coding 6 1 10 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368827 protein_coding 10 1 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368825 protein_coding 7 2 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368823 protein_coding 5 2 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368824 protein_coding 8 1 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368822 protein_coding 5 5 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000458431 protein_coding 6 1 9 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368827 protein_coding 10 1 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368825 protein_coding 7 2 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368823 protein_coding 5 2 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368824 protein_coding 8 1 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368822 protein_coding 5 5 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000458431 protein_coding 6 1 8 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368827 protein_coding 10 1 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368825 protein_coding 7 2 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368823 protein_coding 5 2 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368824 protein_coding 8 1 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368822 protein_coding 5 5 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000458431 protein_coding 6 1 7 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368827 protein_coding 10 1 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368825 protein_coding 7 2 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368823 protein_coding 5 2 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368824 protein_coding 8 1 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368822 protein_coding 5 5 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000458431 protein_coding 6 1 6 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368827 protein_coding 10 1 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779207 ENST00000368825 protein_coding 7 2 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368823 protein_coding 5 2 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368824 protein_coding 8 1 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368822 protein_coding 5 5 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000458431 protein_coding 6 1 5 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368827 protein_coding 10 1 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780128 ENST00000368823 protein_coding 5 2 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368824 protein_coding 8 1 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368822 protein_coding 5 5 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000458431 protein_coding 6 1 4 TDRKH ENSG00000182134 +transcript chr1 151779979 151783771 ENST00000526378 protein_coding 5 4 NA TDRKH ENSG00000182134 +CDS chr1 151779979 151780140 ENST00000526378 protein_coding 5 4 4 TDRKH ENSG00000182134 +CDS chr1 151780051 151780140 ENST00000368825 protein_coding 7 2 4 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368827 protein_coding 10 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368825 protein_coding 7 2 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368823 protein_coding 5 2 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368824 protein_coding 8 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368822 protein_coding 5 5 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000458431 protein_coding 6 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000526378 protein_coding 5 4 3 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368827 protein_coding 10 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368825 protein_coding 7 2 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368823 protein_coding 5 2 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368824 protein_coding 8 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368822 protein_coding 5 5 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000458431 protein_coding 6 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000526378 protein_coding 5 4 2 TDRKH ENSG00000182134 +transcript chr1 151800264 151805419 ENST00000368820 protein_coding 4 1 NA LINGO4 ENSG00000213171 +CDS chr1 151800926 151802704 ENST00000368820 protein_coding 4 1 2 LINGO4 ENSG00000213171 +transcript chr1 151806071 151826096 ENST00000356728 protein_coding 11 1 NA RORC ENSG00000143365 +transcript chr1 151806071 151831802 ENST00000318247 protein_coding 7 1 NA RORC ENSG00000143365 +CDS chr1 151807475 151807633 ENST00000356728 protein_coding 11 1 10 RORC ENSG00000143365 +CDS chr1 151807475 151807633 ENST00000318247 protein_coding 7 1 11 RORC ENSG00000143365 +CDS chr1 151811325 151811434 ENST00000356728 protein_coding 11 1 9 RORC ENSG00000143365 +CDS chr1 151811325 151811434 ENST00000318247 protein_coding 7 1 10 RORC ENSG00000143365 +CDS chr1 151812947 151813057 ENST00000356728 protein_coding 11 1 8 RORC ENSG00000143365 +CDS chr1 151812947 151813057 ENST00000318247 protein_coding 7 1 9 RORC ENSG00000143365 +CDS chr1 151813239 151813346 ENST00000356728 protein_coding 11 1 7 RORC ENSG00000143365 +CDS chr1 151813239 151813346 ENST00000318247 protein_coding 7 1 8 RORC ENSG00000143365 +CDS chr1 151813488 151813620 ENST00000356728 protein_coding 11 1 6 RORC ENSG00000143365 +CDS chr1 151813488 151813620 ENST00000318247 protein_coding 7 1 7 RORC ENSG00000143365 +CDS chr1 151814574 151814695 ENST00000356728 protein_coding 11 1 5 RORC ENSG00000143365 +CDS chr1 151814574 151814695 ENST00000318247 protein_coding 7 1 6 RORC ENSG00000143365 +transcript chr1 151814694 151831845 ENST00000652040 protein_coding 1 NA NA RORC ENSG00000143365 +CDS chr1 151814694 151814695 ENST00000652040 protein_coding 1 NA 5 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000356728 protein_coding 11 1 4 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000318247 protein_coding 7 1 5 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000652040 protein_coding 1 NA 4 RORC ENSG00000143365 +CDS chr1 151816664 151816805 ENST00000356728 protein_coding 11 1 3 RORC ENSG00000143365 +CDS chr1 151816664 151816805 ENST00000318247 protein_coding 7 1 4 RORC ENSG00000143365 +CDS chr1 151816664 151816676 ENST00000652040 protein_coding 1 NA 3 RORC ENSG00000143365 +CDS chr1 151817195 151817280 ENST00000356728 protein_coding 11 1 2 RORC ENSG00000143365 +CDS chr1 151817195 151817280 ENST00000318247 protein_coding 7 1 3 RORC ENSG00000143365 +CDS chr1 151825930 151825936 ENST00000356728 protein_coding 11 1 1 RORC ENSG00000143365 +CDS chr1 151829429 151829458 ENST00000318247 protein_coding 7 1 2 RORC ENSG00000143365 +CDS chr1 151831725 151831764 ENST00000318247 protein_coding 7 1 1 RORC ENSG00000143365 +transcript chr1 151837819 151840557 ENST00000454109 protein_coding 1 2 NA C2CD4D ENSG00000225556 +CDS chr1 151837931 151838989 ENST00000454109 protein_coding 1 2 2 C2CD4D ENSG00000225556 +transcript chr1 151847101 151853712 ENST00000368817 protein_coding 10 1 NA THEM5 ENSG00000196407 +transcript chr1 151847282 151851163 ENST00000453881 protein_coding 2 4 NA THEM5 ENSG00000196407 +CDS chr1 151847282 151847414 ENST00000453881 protein_coding 2 4 3 THEM5 ENSG00000196407 +CDS chr1 151847374 151847414 ENST00000368817 protein_coding 10 1 6 THEM5 ENSG00000196407 +CDS chr1 151847738 151847862 ENST00000368817 protein_coding 10 1 5 THEM5 ENSG00000196407 +CDS chr1 151848182 151848292 ENST00000368817 protein_coding 10 1 4 THEM5 ENSG00000196407 +CDS chr1 151848182 151848292 ENST00000453881 protein_coding 2 4 2 THEM5 ENSG00000196407 +CDS chr1 151851053 151851191 ENST00000368817 protein_coding 10 1 3 THEM5 ENSG00000196407 +CDS chr1 151851053 151851163 ENST00000453881 protein_coding 2 4 1 THEM5 ENSG00000196407 +CDS chr1 151852258 151852459 ENST00000368817 protein_coding 10 1 2 THEM5 ENSG00000196407 +CDS chr1 151853443 151853565 ENST00000368817 protein_coding 10 1 1 THEM5 ENSG00000196407 +transcript chr1 151870866 151909511 ENST00000368814 protein_coding 8 1 NA THEM4 ENSG00000159445 +CDS chr1 151874891 151874928 ENST00000368814 protein_coding 8 1 6 THEM4 ENSG00000159445 +CDS chr1 151877001 151877125 ENST00000368814 protein_coding 8 1 5 THEM4 ENSG00000159445 +CDS chr1 151888273 151888383 ENST00000368814 protein_coding 8 1 4 THEM4 ENSG00000159445 +CDS chr1 151889214 151889373 ENST00000368814 protein_coding 8 1 3 THEM4 ENSG00000159445 +transcript chr1 151894830 151909637 ENST00000489410 protein_coding 1 2 NA THEM4 ENSG00000159445 +CDS chr1 151894964 151895194 ENST00000489410 protein_coding 1 2 2 THEM4 ENSG00000159445 +CDS chr1 151895008 151895194 ENST00000368814 protein_coding 8 1 2 THEM4 ENSG00000159445 +CDS chr1 151909360 151909458 ENST00000368814 protein_coding 8 1 1 THEM4 ENSG00000159445 +CDS chr1 151909360 151909458 ENST00000489410 protein_coding 1 2 1 THEM4 ENSG00000159445 +transcript chr1 151982915 151993859 ENST00000368811 protein_coding 8 1 NA S100A10 ENSG00000197747 +transcript chr1 151982918 151992578 ENST00000368809 protein_coding 1 3 NA S100A10 ENSG00000197747 +CDS chr1 151983166 151983324 ENST00000368811 protein_coding 8 1 3 S100A10 ENSG00000197747 +CDS chr1 151983166 151983324 ENST00000368809 protein_coding 1 3 3 S100A10 ENSG00000197747 +CDS chr1 151986099 151986230 ENST00000368811 protein_coding 8 1 2 S100A10 ENSG00000197747 +CDS chr1 151986099 151986230 ENST00000368809 protein_coding 1 3 2 S100A10 ENSG00000197747 +transcript chr1 152032506 152037004 ENST00000271638 protein_coding 3 1 NA S100A11 ENSG00000163191 +CDS chr1 152032665 152032823 ENST00000271638 protein_coding 3 1 3 S100A11 ENSG00000163191 +CDS chr1 152033648 152033800 ENST00000271638 protein_coding 3 1 2 S100A11 ENSG00000163191 +CDS chr1 152036913 152036915 ENST00000271638 protein_coding 3 1 1 S100A11 ENSG00000163191 +transcript chr1 152084141 152089064 ENST00000368806 protein_coding 2 1 NA TCHHL1 ENSG00000182898 +CDS chr1 152084970 152087543 ENST00000368806 protein_coding 2 1 3 TCHHL1 ENSG00000182898 +CDS chr1 152088006 152088143 ENST00000368806 protein_coding 2 1 2 TCHHL1 ENSG00000182898 +transcript chr1 152106317 152115444 ENST00000614923 protein_coding 2 5 NA TCHH ENSG00000159450 +CDS chr1 152107388 152113078 ENST00000614923 protein_coding 2 5 3 TCHH ENSG00000159450 +CDS chr1 152113943 152114080 ENST00000614923 protein_coding 2 5 2 TCHH ENSG00000159450 +transcript chr1 152153595 152159228 ENST00000316073 protein_coding 3 1 NA RPTN ENSG00000215853 +CDS chr1 152154747 152156960 ENST00000316073 protein_coding 3 1 3 RPTN ENSG00000215853 +CDS chr1 152157752 152157889 ENST00000316073 protein_coding 3 1 2 RPTN ENSG00000215853 +transcript chr1 152212076 152224193 ENST00000368801 protein_coding 4 1 NA HRNR ENSG00000197915 +CDS chr1 152213079 152221490 ENST00000368801 protein_coding 4 1 3 HRNR ENSG00000197915 +CDS chr1 152223116 152223253 ENST00000368801 protein_coding 4 1 2 HRNR ENSG00000197915 +transcript chr1 152302165 152325239 ENST00000368799 protein_coding 2 1 NA FLG ENSG00000143631 +CDS chr1 152302703 152314747 ENST00000368799 protein_coding 2 1 3 FLG ENSG00000143631 +CDS chr1 152315319 152315456 ENST00000368799 protein_coding 2 1 2 FLG ENSG00000143631 +transcript chr1 152348735 152360006 ENST00000388718 protein_coding 5 5 NA FLG2 ENSG00000143520 +CDS chr1 152350613 152357647 ENST00000388718 protein_coding 5 5 3 FLG2 ENSG00000143520 +CDS chr1 152358747 152358884 ENST00000388718 protein_coding 5 5 2 FLG2 ENSG00000143520 +transcript chr1 152409243 152414263 ENST00000271835 protein_coding 3 1 NA CRNN ENSG00000143536 +CDS chr1 152409597 152410943 ENST00000271835 protein_coding 3 1 3 CRNN ENSG00000143536 +CDS chr1 152412096 152412233 ENST00000271835 protein_coding 3 1 2 CRNN ENSG00000143536 +transcript chr1 152510803 152512177 ENST00000334269 protein_coding 3 3 NA LCE5A ENSG00000186207 +CDS chr1 152511535 152511888 ENST00000334269 protein_coding 3 3 2 LCE5A ENSG00000186207 +transcript chr1 152514482 152516008 ENST00000368790 protein_coding 4 1 NA CRCT1 ENSG00000169509 +CDS chr1 152515384 152515680 ENST00000368790 protein_coding 4 1 2 CRCT1 ENSG00000169509 +transcript chr1 152565654 152566780 ENST00000368789 protein_coding 2 1 NA LCE3E ENSG00000185966 +CDS chr1 152565933 152566208 ENST00000368789 protein_coding 2 1 2 LCE3E ENSG00000185966 +transcript chr1 152579381 152580516 ENST00000368787 protein_coding 4 1 NA LCE3D ENSG00000163202 +CDS chr1 152579661 152579936 ENST00000368787 protein_coding 4 1 2 LCE3D ENSG00000163202 +transcript chr1 152600234 152601086 ENST00000684028 protein_coding 1 NA NA LCE3C ENSG00000244057 +transcript chr1 152600662 152601086 ENST00000333881 protein_coding 3 NA NA LCE3C ENSG00000244057 +CDS chr1 152600732 152601013 ENST00000684028 protein_coding 1 NA 2 LCE3C ENSG00000244057 +CDS chr1 152600732 152601013 ENST00000333881 protein_coding 3 NA 1 LCE3C ENSG00000244057 +transcript chr1 152613811 152614098 ENST00000335633 protein_coding 1 NA NA LCE3B ENSG00000187238 +CDS chr1 152613811 152614095 ENST00000335633 protein_coding 1 NA 1 LCE3B ENSG00000187238 +transcript chr1 152622834 152623103 ENST00000335674 protein_coding 1 NA NA LCE3A ENSG00000185962 +CDS chr1 152622837 152623103 ENST00000335674 protein_coding 1 NA 1 LCE3A ENSG00000185962 +transcript chr1 152663380 152664659 ENST00000368784 protein_coding 2 1 NA LCE2D ENSG00000187223 +CDS chr1 152664106 152664435 ENST00000368784 protein_coding 2 1 2 LCE2D ENSG00000187223 +transcript chr1 152675279 152676569 ENST00000368783 protein_coding 2 1 NA LCE2C ENSG00000187180 +CDS chr1 152676016 152676345 ENST00000368783 protein_coding 2 1 2 LCE2C ENSG00000187180 +transcript chr1 152686123 152687397 ENST00000368780 protein_coding 4 1 NA LCE2B ENSG00000159455 +CDS chr1 152686844 152687173 ENST00000368780 protein_coding 4 1 2 LCE2B ENSG00000159455 +transcript chr1 152698345 152699442 ENST00000368779 protein_coding 2 1 NA LCE2A ENSG00000187173 +CDS chr1 152698902 152699219 ENST00000368779 protein_coding 2 1 2 LCE2A ENSG00000187173 +transcript chr1 152708160 152709434 ENST00000368777 protein_coding 2 2 NA LCE4A ENSG00000187170 +CDS chr1 152709076 152709372 ENST00000368777 protein_coding 2 2 2 LCE4A ENSG00000187170 +transcript chr1 152719522 152720470 ENST00000368775 protein_coding 3 NA NA C1orf68 ENSG00000198854 +CDS chr1 152719522 152720271 ENST00000368775 protein_coding 3 NA 1 C1orf68 ENSG00000198854 +transcript chr1 152759561 152762052 ENST00000606109 protein_coding 1 NA NA KPRP ENSG00000203786 +CDS chr1 152759589 152761325 ENST00000606109 protein_coding 1 NA 1 KPRP ENSG00000203786 +transcript chr1 152775140 152777024 ENST00000334371 protein_coding 4 NA NA LCE1F ENSG00000240386 +CDS chr1 152776372 152776725 ENST00000334371 protein_coding 4 NA 2 LCE1F ENSG00000240386 +transcript chr1 152786214 152787702 ENST00000368771 protein_coding 1 3 NA LCE1E ENSG00000186226 +transcript chr1 152786257 152788426 ENST00000368770 protein_coding 4 1 NA LCE1E ENSG00000186226 +CDS chr1 152787300 152787653 ENST00000368771 protein_coding 1 3 2 LCE1E ENSG00000186226 +CDS chr1 152787300 152787653 ENST00000368770 protein_coding 4 1 2 LCE1E ENSG00000186226 +transcript chr1 152787300 152787656 ENST00000619588 protein_coding 1 5 NA LCE1E ENSG00000186226 +CDS chr1 152787300 152787343 ENST00000619588 protein_coding 1 5 1 LCE1E ENSG00000186226 +CDS chr1 152787434 152787653 ENST00000619588 protein_coding 1 5 2 LCE1E ENSG00000186226 +transcript chr1 152796721 152798181 ENST00000326233 protein_coding 7 5 NA LCE1D ENSG00000172155 +CDS chr1 152797795 152798136 ENST00000326233 protein_coding 7 5 2 LCE1D ENSG00000172155 +transcript chr1 152804832 152806651 ENST00000607093 protein_coding 2 NA NA LCE1C ENSG00000197084 +CDS chr1 152805125 152805478 ENST00000607093 protein_coding 2 NA 2 LCE1C ENSG00000197084 +transcript chr1 152805226 152806628 ENST00000606576 protein_coding 1 3 NA LCE1C ENSG00000197084 +CDS chr1 152805226 152805344 ENST00000606576 protein_coding 1 3 3 LCE1C ENSG00000197084 +CDS chr1 152805435 152805478 ENST00000606576 protein_coding 1 3 2 LCE1C ENSG00000197084 +transcript chr1 152811971 152813108 ENST00000360090 protein_coding 4 NA NA LCE1B ENSG00000196734 +CDS chr1 152812447 152812800 ENST00000360090 protein_coding 4 NA 1 LCE1B ENSG00000196734 +transcript chr1 152827473 152828097 ENST00000335123 protein_coding 4 NA NA LCE1A ENSG00000186844 +CDS chr1 152827473 152827802 ENST00000335123 protein_coding 4 NA 1 LCE1A ENSG00000186844 +transcript chr1 152842856 152843983 ENST00000431011 protein_coding 3 1 NA LCE6A ENSG00000235942 +CDS chr1 152843521 152843760 ENST00000431011 protein_coding 3 1 2 LCE6A ENSG00000235942 +transcript chr1 152859996 152860985 ENST00000650277 protein_coding 1 NA NA NA ENSG00000285946 +CDS chr1 152860698 152860982 ENST00000650277 protein_coding 1 NA 2 NA ENSG00000285946 +transcript chr1 152878322 152885047 ENST00000368765 protein_coding 4 1 NA SMCP ENSG00000163206 +CDS chr1 152884423 152884770 ENST00000368765 protein_coding 4 1 2 SMCP ENSG00000163206 +transcript chr1 152908546 152911886 ENST00000368764 protein_coding 4 2 NA IVL ENSG00000163207 +CDS chr1 152909798 152911552 ENST00000368764 protein_coding 4 2 2 IVL ENSG00000163207 +transcript chr1 152947154 152949258 ENST00000636302 protein_coding 1 5 NA SPRR5 ENSG00000283227 +CDS chr1 152948555 152948878 ENST00000636302 protein_coding 1 5 2 SPRR5 ENSG00000283227 +transcript chr1 152970648 152972574 ENST00000328051 protein_coding 3 1 NA SPRR4 ENSG00000184148 +CDS chr1 152971891 152972127 ENST00000328051 protein_coding 3 1 2 SPRR4 ENSG00000184148 +transcript chr1 152985231 152985500 ENST00000368762 protein_coding 1 NA NA SPRR1A ENSG00000169474 +CDS chr1 152985231 152985497 ENST00000368762 protein_coding 1 NA 1 SPRR1A ENSG00000169474 +transcript chr1 153001747 153003855 ENST00000331860 protein_coding 7 3 NA SPRR3 ENSG00000163209 +transcript chr1 153001749 153003856 ENST00000295367 protein_coding 5 1 NA SPRR3 ENSG00000163209 +transcript chr1 153001751 153003496 ENST00000443178 protein_coding 1 3 NA SPRR3 ENSG00000163209 +CDS chr1 153003021 153003527 ENST00000331860 protein_coding 7 3 3 SPRR3 ENSG00000163209 +CDS chr1 153003021 153003527 ENST00000295367 protein_coding 5 1 2 SPRR3 ENSG00000163209 +CDS chr1 153003021 153003496 ENST00000443178 protein_coding 1 3 3 SPRR3 ENSG00000163209 +transcript chr1 153031203 153032900 ENST00000307098 protein_coding 5 1 NA SPRR1B ENSG00000169469 +CDS chr1 153032346 153032612 ENST00000307098 protein_coding 5 1 2 SPRR1B ENSG00000169469 +transcript chr1 153039732 153041120 ENST00000360379 protein_coding 4 1 NA SPRR2D ENSG00000163216 +transcript chr1 153039744 153041931 ENST00000368758 protein_coding 3 2 NA SPRR2D ENSG00000163216 +transcript chr1 153039828 153041931 ENST00000368757 protein_coding 1 3 NA SPRR2D ENSG00000163216 +transcript chr1 153039848 153041928 ENST00000368756 protein_coding 1 2 NA SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000360379 protein_coding 4 1 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368758 protein_coding 3 2 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368757 protein_coding 1 3 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368756 protein_coding 1 2 3 SPRR2D ENSG00000163216 +transcript chr1 153056120 153057512 ENST00000392653 protein_coding 3 1 NA SPRR2A ENSG00000241794 +CDS chr1 153056520 153056735 ENST00000392653 protein_coding 3 1 2 SPRR2A ENSG00000241794 +transcript chr1 153070226 153071611 ENST00000368755 protein_coding 3 NA NA SPRR2B ENSG00000196805 +CDS chr1 153070624 153070839 ENST00000368755 protein_coding 3 NA 2 SPRR2B ENSG00000196805 +transcript chr1 153093135 153094526 ENST00000368750 protein_coding 8 1 NA SPRR2E ENSG00000203785 +transcript chr1 153093135 153106184 ENST00000368751 protein_coding 1 1 NA SPRR2E ENSG00000203785 +CDS chr1 153093536 153093751 ENST00000368750 protein_coding 8 1 2 SPRR2E ENSG00000203785 +CDS chr1 153093536 153093751 ENST00000368751 protein_coding 1 1 2 SPRR2E ENSG00000203785 +transcript chr1 153112121 153113516 ENST00000468739 protein_coding 2 3 NA SPRR2F ENSG00000244094 +CDS chr1 153112518 153112733 ENST00000468739 protein_coding 2 3 2 SPRR2F ENSG00000244094 +transcript chr1 153149582 153150890 ENST00000368748 protein_coding 5 1 NA SPRR2G ENSG00000159516 +CDS chr1 153149892 153150110 ENST00000368748 protein_coding 5 1 2 SPRR2G ENSG00000159516 +transcript chr1 153203430 153205120 ENST00000368747 protein_coding 2 1 NA LELP1 ENSG00000203784 +CDS chr1 153204708 153205001 ENST00000368747 protein_coding 2 1 2 LELP1 ENSG00000203784 +transcript chr1 153217584 153219310 ENST00000368744 protein_coding 4 5 NA PRR9 ENSG00000203783 +CDS chr1 153218145 153218492 ENST00000368744 protein_coding 4 5 2 PRR9 ENSG00000203783 +transcript chr1 153259687 153262124 ENST00000368742 protein_coding 4 1 NA LORICRIN ENSG00000203782 +CDS chr1 153260950 153261885 ENST00000368742 protein_coding 4 1 2 LORICRIN ENSG00000203782 +transcript chr1 153297116 153312952 ENST00000683862 protein_coding 1 NA NA PGLYRP3 ENSG00000159527 +transcript chr1 153297862 153310718 ENST00000290722 protein_coding 1 1 NA PGLYRP3 ENSG00000159527 +CDS chr1 153297959 153298134 ENST00000290722 protein_coding 1 1 7 PGLYRP3 ENSG00000159527 +CDS chr1 153297959 153298134 ENST00000683862 protein_coding 1 NA 8 PGLYRP3 ENSG00000159527 +CDS chr1 153299113 153299231 ENST00000290722 protein_coding 1 1 6 PGLYRP3 ENSG00000159527 +CDS chr1 153299113 153299231 ENST00000683862 protein_coding 1 NA 7 PGLYRP3 ENSG00000159527 +CDS chr1 153302409 153302607 ENST00000290722 protein_coding 1 1 5 PGLYRP3 ENSG00000159527 +CDS chr1 153302409 153302607 ENST00000683862 protein_coding 1 NA 6 PGLYRP3 ENSG00000159527 +CDS chr1 153303857 153304009 ENST00000290722 protein_coding 1 1 4 PGLYRP3 ENSG00000159527 +CDS chr1 153303857 153304009 ENST00000683862 protein_coding 1 NA 5 PGLYRP3 ENSG00000159527 +CDS chr1 153304947 153305065 ENST00000290722 protein_coding 1 1 3 PGLYRP3 ENSG00000159527 +CDS chr1 153304947 153305065 ENST00000683862 protein_coding 1 NA 4 PGLYRP3 ENSG00000159527 +CDS chr1 153307066 153307267 ENST00000290722 protein_coding 1 1 2 PGLYRP3 ENSG00000159527 +CDS chr1 153307066 153307267 ENST00000683862 protein_coding 1 NA 3 PGLYRP3 ENSG00000159527 +CDS chr1 153310611 153310665 ENST00000290722 protein_coding 1 1 1 PGLYRP3 ENSG00000159527 +CDS chr1 153310611 153310665 ENST00000683862 protein_coding 1 NA 2 PGLYRP3 ENSG00000159527 +transcript chr1 153330120 153348841 ENST00000359650 protein_coding 10 1 NA PGLYRP4 ENSG00000163218 +transcript chr1 153330120 153348840 ENST00000368739 protein_coding 3 5 NA PGLYRP4 ENSG00000163218 +CDS chr1 153330770 153330945 ENST00000359650 protein_coding 10 1 9 PGLYRP4 ENSG00000163218 +CDS chr1 153330770 153330945 ENST00000368739 protein_coding 3 5 9 PGLYRP4 ENSG00000163218 +CDS chr1 153337181 153337299 ENST00000359650 protein_coding 10 1 8 PGLYRP4 ENSG00000163218 +CDS chr1 153337181 153337299 ENST00000368739 protein_coding 3 5 8 PGLYRP4 ENSG00000163218 +CDS chr1 153340381 153340579 ENST00000359650 protein_coding 10 1 7 PGLYRP4 ENSG00000163218 +CDS chr1 153340381 153340579 ENST00000368739 protein_coding 3 5 7 PGLYRP4 ENSG00000163218 +CDS chr1 153341627 153341779 ENST00000359650 protein_coding 10 1 6 PGLYRP4 ENSG00000163218 +CDS chr1 153341627 153341779 ENST00000368739 protein_coding 3 5 6 PGLYRP4 ENSG00000163218 +CDS chr1 153343090 153343208 ENST00000359650 protein_coding 10 1 5 PGLYRP4 ENSG00000163218 +CDS chr1 153343090 153343208 ENST00000368739 protein_coding 3 5 5 PGLYRP4 ENSG00000163218 +CDS chr1 153345169 153345382 ENST00000359650 protein_coding 10 1 4 PGLYRP4 ENSG00000163218 +CDS chr1 153345169 153345370 ENST00000368739 protein_coding 3 5 4 PGLYRP4 ENSG00000163218 +CDS chr1 153346102 153346191 ENST00000359650 protein_coding 10 1 3 PGLYRP4 ENSG00000163218 +CDS chr1 153346102 153346191 ENST00000368739 protein_coding 3 5 3 PGLYRP4 ENSG00000163218 +CDS chr1 153347884 153347932 ENST00000359650 protein_coding 10 1 2 PGLYRP4 ENSG00000163218 +CDS chr1 153347884 153347932 ENST00000368739 protein_coding 3 5 2 PGLYRP4 ENSG00000163218 +transcript chr1 153357854 153361023 ENST00000368738 protein_coding 4 1 NA S100A9 ENSG00000163220 +CDS chr1 153358284 153358433 ENST00000368738 protein_coding 4 1 2 S100A9 ENSG00000163220 +CDS chr1 153360644 153360835 ENST00000368738 protein_coding 4 1 3 S100A9 ENSG00000163220 +transcript chr1 153373711 153375621 ENST00000368737 protein_coding 5 1 NA S100A12 ENSG00000163221 +CDS chr1 153373830 153373967 ENST00000368737 protein_coding 5 1 3 S100A12 ENSG00000163221 +CDS chr1 153374455 153374592 ENST00000368737 protein_coding 5 1 2 S100A12 ENSG00000163221 +transcript chr1 153390032 153390976 ENST00000368732 protein_coding 5 3 NA S100A8 ENSG00000143546 +transcript chr1 153390032 153391073 ENST00000368733 protein_coding 4 1 NA S100A8 ENSG00000143546 +CDS chr1 153390106 153390243 ENST00000368732 protein_coding 5 3 3 S100A8 ENSG00000143546 +CDS chr1 153390106 153390243 ENST00000368733 protein_coding 4 1 3 S100A8 ENSG00000143546 +CDS chr1 153390395 153390535 ENST00000368732 protein_coding 5 3 2 S100A8 ENSG00000143546 +CDS chr1 153390395 153390535 ENST00000368733 protein_coding 4 1 2 S100A8 ENSG00000143546 +transcript chr1 153416520 153423222 ENST00000368729 protein_coding 9 1 NA S100A7A ENSG00000184330 +transcript chr1 153417223 153419370 ENST00000368728 protein_coding 2 5 NA S100A7A ENSG00000184330 +transcript chr1 153417944 153419355 ENST00000329256 protein_coding 2 1 NA S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000368729 protein_coding 9 1 2 S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000368728 protein_coding 2 5 2 S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000329256 protein_coding 2 1 1 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000368729 protein_coding 9 1 3 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000368728 protein_coding 2 5 3 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000329256 protein_coding 2 1 2 S100A7A ENSG00000184330 +transcript chr1 153437058 153439949 ENST00000368725 protein_coding 3 5 NA S100A7L2 ENSG00000197364 +CDS chr1 153437061 153437222 ENST00000368725 protein_coding 3 5 3 S100A7L2 ENSG00000197364 +CDS chr1 153438189 153438329 ENST00000368725 protein_coding 3 5 2 S100A7L2 ENSG00000197364 +transcript chr1 153457744 153459874 ENST00000368722 protein_coding 5 3 NA S100A7 ENSG00000143556 +transcript chr1 153457744 153460651 ENST00000368723 protein_coding 4 1 NA S100A7 ENSG00000143556 +CDS chr1 153457809 153457970 ENST00000368722 protein_coding 5 3 3 S100A7 ENSG00000143556 +CDS chr1 153457809 153457970 ENST00000368723 protein_coding 4 1 3 S100A7 ENSG00000143556 +CDS chr1 153458873 153459013 ENST00000368722 protein_coding 5 3 2 S100A7 ENSG00000143556 +CDS chr1 153458873 153459013 ENST00000368723 protein_coding 4 1 2 S100A7 ENSG00000143556 +transcript chr1 153534599 153535991 ENST00000368719 protein_coding 9 1 NA S100A6 ENSG00000197956 +transcript chr1 153534599 153536215 ENST00000496817 protein_coding 5 2 NA S100A6 ENSG00000197956 +transcript chr1 153534599 153536244 ENST00000368720 protein_coding 6 3 NA S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000368719 protein_coding 9 1 3 S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000496817 protein_coding 5 2 3 S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000368720 protein_coding 6 3 4 S100A6 ENSG00000197956 +transcript chr1 153534714 153535991 ENST00000462776 protein_coding 2 2 NA S100A6 ENSG00000197956 +CDS chr1 153534714 153534830 ENST00000462776 protein_coding 2 2 3 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000368719 protein_coding 9 1 2 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000496817 protein_coding 5 2 2 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000368720 protein_coding 6 3 3 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000462776 protein_coding 2 2 2 S100A6 ENSG00000197956 +transcript chr1 153537147 153541765 ENST00000368718 protein_coding 5 1 NA S100A5 ENSG00000196420 +transcript chr1 153537147 153540934 ENST00000368717 protein_coding 3 3 NA S100A5 ENSG00000196420 +CDS chr1 153537299 153537436 ENST00000368718 protein_coding 5 1 4 S100A5 ENSG00000196420 +CDS chr1 153537299 153537436 ENST00000368717 protein_coding 3 3 3 S100A5 ENSG00000196420 +CDS chr1 153540054 153540191 ENST00000368718 protein_coding 5 1 3 S100A5 ENSG00000196420 +CDS chr1 153540054 153540191 ENST00000368717 protein_coding 3 3 2 S100A5 ENSG00000196420 +transcript chr1 153543613 153545063 ENST00000368715 protein_coding 5 2 NA S100A4 ENSG00000196154 +transcript chr1 153543613 153545802 ENST00000354332 protein_coding 8 1 NA S100A4 ENSG00000196154 +transcript chr1 153543621 153545806 ENST00000368716 protein_coding 9 1 NA S100A4 ENSG00000196154 +transcript chr1 153543621 153550136 ENST00000368714 protein_coding 1 3 NA S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368715 protein_coding 5 2 3 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000354332 protein_coding 8 1 4 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368716 protein_coding 9 1 3 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368714 protein_coding 1 3 3 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368715 protein_coding 5 2 2 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000354332 protein_coding 8 1 3 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368716 protein_coding 9 1 2 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368714 protein_coding 1 3 2 S100A4 ENSG00000196154 +transcript chr1 153547329 153549258 ENST00000368713 protein_coding 8 1 NA S100A3 ENSG00000188015 +transcript chr1 153547513 153549126 ENST00000368712 protein_coding 1 3 NA S100A3 ENSG00000188015 +CDS chr1 153547685 153547846 ENST00000368713 protein_coding 8 1 3 S100A3 ENSG00000188015 +CDS chr1 153547685 153547846 ENST00000368712 protein_coding 1 3 3 S100A3 ENSG00000188015 +CDS chr1 153548345 153548485 ENST00000368713 protein_coding 8 1 2 S100A3 ENSG00000188015 +CDS chr1 153548345 153548485 ENST00000368712 protein_coding 1 3 2 S100A3 ENSG00000188015 +transcript chr1 153561108 153565844 ENST00000368708 protein_coding 9 1 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153564233 ENST00000487430 protein_coding 7 1 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153565830 ENST00000497140 protein_coding 5 2 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153567890 ENST00000368710 protein_coding 6 3 NA S100A2 ENSG00000196754 +transcript chr1 153561343 153566755 ENST00000368709 protein_coding 6 3 NA S100A2 ENSG00000196754 +transcript chr1 153561349 153565542 ENST00000368707 protein_coding 5 2 NA S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368708 protein_coding 9 1 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000487430 protein_coding 7 1 2 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000497140 protein_coding 5 2 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368710 protein_coding 6 3 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368709 protein_coding 6 3 3 S100A2 ENSG00000196754 +CDS chr1 153561570 153561591 ENST00000368707 protein_coding 5 2 4 S100A2 ENSG00000196754 +CDS chr1 153563415 153563536 ENST00000368707 protein_coding 5 2 3 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368708 protein_coding 9 1 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000487430 protein_coding 7 1 1 S100A2 ENSG00000196754 +CDS chr1 153563734 153563775 ENST00000497140 protein_coding 5 2 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368710 protein_coding 6 3 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368709 protein_coding 6 3 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368707 protein_coding 5 2 2 S100A2 ENSG00000196754 +transcript chr1 153606886 153609337 ENST00000368704 protein_coding 5 2 NA S100A16 ENSG00000188643 +transcript chr1 153606886 153613137 ENST00000368706 protein_coding 9 1 NA S100A16 ENSG00000188643 +transcript chr1 153606975 153608322 ENST00000368703 protein_coding 6 3 NA S100A16 ENSG00000188643 +transcript chr1 153607362 153609344 ENST00000368705 protein_coding 2 1 NA S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368704 protein_coding 5 2 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368706 protein_coding 9 1 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368703 protein_coding 6 3 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368705 protein_coding 2 1 3 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368704 protein_coding 5 2 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368706 protein_coding 9 1 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368703 protein_coding 6 3 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368705 protein_coding 2 1 2 S100A16 ENSG00000188643 +transcript chr1 153614255 153615938 ENST00000476873 protein_coding 5 1 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616289 ENST00000368701 protein_coding 5 2 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616325 ENST00000344616 protein_coding 4 1 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616986 ENST00000368702 protein_coding 5 3 NA S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000476873 protein_coding 5 1 3 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000368701 protein_coding 5 2 4 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000344616 protein_coding 4 1 4 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000368702 protein_coding 5 3 5 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000476873 protein_coding 5 1 2 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000368701 protein_coding 5 2 3 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000344616 protein_coding 4 1 3 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000368702 protein_coding 5 3 4 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000476873 protein_coding 5 1 1 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000368701 protein_coding 5 2 2 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000344616 protein_coding 4 1 2 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000368702 protein_coding 5 3 3 S100A14 ENSG00000189334 +transcript chr1 153618787 153628248 ENST00000440685 protein_coding 7 1 NA S100A13 ENSG00000189171 +transcript chr1 153618799 153627505 ENST00000476133 protein_coding 6 1 NA S100A13 ENSG00000189171 +transcript chr1 153618799 153628180 ENST00000339556 protein_coding 8 2 NA S100A13 ENSG00000189171 +transcript chr1 153618804 153627048 ENST00000392622 protein_coding 3 2 NA S100A13 ENSG00000189171 +transcript chr1 153618804 153627268 ENST00000392623 protein_coding 5 2 NA S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000440685 protein_coding 7 1 4 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000476133 protein_coding 6 1 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000339556 protein_coding 8 2 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000392622 protein_coding 3 2 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000392623 protein_coding 5 2 3 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000440685 protein_coding 7 1 3 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000476133 protein_coding 6 1 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000339556 protein_coding 8 2 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000392622 protein_coding 3 2 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000392623 protein_coding 5 2 2 S100A13 ENSG00000189171 +transcript chr1 153627926 153632034 ENST00000368698 protein_coding 3 2 NA S100A1 ENSG00000160678 +CDS chr1 153628073 153628148 ENST00000368698 protein_coding 3 2 1 S100A1 ENSG00000160678 +transcript chr1 153628422 153631804 ENST00000368696 protein_coding 3 1 NA S100A1 ENSG00000160678 +CDS chr1 153628427 153628496 ENST00000368698 protein_coding 3 2 2 S100A1 ENSG00000160678 +transcript chr1 153628434 153632039 ENST00000292169 protein_coding 6 1 NA S100A1 ENSG00000160678 +transcript chr1 153628464 153630625 ENST00000436839 protein_coding 1 3 NA S100A1 ENSG00000160678 +CDS chr1 153630509 153630662 ENST00000368698 protein_coding 3 2 3 S100A1 ENSG00000160678 +CDS chr1 153630522 153630662 ENST00000368696 protein_coding 3 1 2 S100A1 ENSG00000160678 +CDS chr1 153630522 153630662 ENST00000292169 protein_coding 6 1 2 S100A1 ENSG00000160678 +CDS chr1 153630522 153630625 ENST00000436839 protein_coding 1 3 3 S100A1 ENSG00000160678 +CDS chr1 153631512 153631529 ENST00000368696 protein_coding 3 1 3 S100A1 ENSG00000160678 +CDS chr1 153631698 153631838 ENST00000368698 protein_coding 3 2 4 S100A1 ENSG00000160678 +CDS chr1 153631698 153631838 ENST00000292169 protein_coding 6 1 3 S100A1 ENSG00000160678 +transcript chr1 153633982 153646305 ENST00000368690 protein_coding 7 1 NA CHTOP ENSG00000160679 +transcript chr1 153633982 153646305 ENST00000614256 protein_coding 4 3 NA CHTOP ENSG00000160679 +transcript chr1 153634066 153646306 ENST00000368694 protein_coding 8 1 NA CHTOP ENSG00000160679 +transcript chr1 153634080 153646302 ENST00000403433 protein_coding 5 5 NA CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000368690 protein_coding 7 1 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000614256 protein_coding 4 3 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000368694 protein_coding 8 1 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000403433 protein_coding 5 5 2 CHTOP ENSG00000160679 +transcript chr1 153638084 153645470 ENST00000368687 protein_coding 1 1 NA CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000368690 protein_coding 7 1 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000614256 protein_coding 4 3 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000368694 protein_coding 8 1 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000403433 protein_coding 5 5 3 CHTOP ENSG00000160679 +CDS chr1 153638305 153638448 ENST00000368687 protein_coding 1 1 1 CHTOP ENSG00000160679 +transcript chr1 153638342 153644385 ENST00000368686 protein_coding 1 2 NA CHTOP ENSG00000160679 +CDS chr1 153638350 153638448 ENST00000368686 protein_coding 1 2 1 CHTOP ENSG00000160679 +CDS chr1 153642243 153642429 ENST00000368690 protein_coding 7 1 4 CHTOP ENSG00000160679 +CDS chr1 153642243 153642446 ENST00000368686 protein_coding 1 2 2 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000368694 protein_coding 8 1 4 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000403433 protein_coding 5 5 4 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000368687 protein_coding 1 1 2 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368690 protein_coding 7 1 5 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368694 protein_coding 8 1 5 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368687 protein_coding 1 1 3 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368690 protein_coding 7 1 6 CHTOP ENSG00000160679 +CDS chr1 153645064 153645072 ENST00000614256 protein_coding 4 3 4 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368694 protein_coding 8 1 6 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000403433 protein_coding 5 5 5 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368687 protein_coding 1 1 4 CHTOP ENSG00000160679 +transcript chr1 153658703 153661852 ENST00000368685 protein_coding 6 1 NA SNAPIN ENSG00000143553 +CDS chr1 153658744 153658886 ENST00000368685 protein_coding 6 1 1 SNAPIN ENSG00000143553 +CDS chr1 153659138 153659184 ENST00000368685 protein_coding 6 1 2 SNAPIN ENSG00000143553 +CDS chr1 153659448 153659566 ENST00000368685 protein_coding 6 1 3 SNAPIN ENSG00000143553 +CDS chr1 153661200 153661298 ENST00000368685 protein_coding 6 1 4 SNAPIN ENSG00000143553 +transcript chr1 153661788 153670993 ENST00000361891 protein_coding 9 1 NA ILF2 ENSG00000143621 +transcript chr1 153661788 153671028 ENST00000615950 protein_coding 4 2 NA ILF2 ENSG00000143621 +CDS chr1 153662399 153662556 ENST00000361891 protein_coding 9 1 14 ILF2 ENSG00000143621 +CDS chr1 153662399 153662556 ENST00000615950 protein_coding 4 2 14 ILF2 ENSG00000143621 +CDS chr1 153662705 153662795 ENST00000361891 protein_coding 9 1 13 ILF2 ENSG00000143621 +CDS chr1 153662705 153662795 ENST00000615950 protein_coding 4 2 13 ILF2 ENSG00000143621 +CDS chr1 153663019 153663133 ENST00000361891 protein_coding 9 1 12 ILF2 ENSG00000143621 +CDS chr1 153663019 153663133 ENST00000615950 protein_coding 4 2 12 ILF2 ENSG00000143621 +CDS chr1 153663215 153663276 ENST00000361891 protein_coding 9 1 11 ILF2 ENSG00000143621 +CDS chr1 153663215 153663276 ENST00000615950 protein_coding 4 2 11 ILF2 ENSG00000143621 +CDS chr1 153664043 153664130 ENST00000361891 protein_coding 9 1 10 ILF2 ENSG00000143621 +CDS chr1 153664043 153664130 ENST00000615950 protein_coding 4 2 10 ILF2 ENSG00000143621 +CDS chr1 153664396 153664474 ENST00000361891 protein_coding 9 1 9 ILF2 ENSG00000143621 +CDS chr1 153664396 153664474 ENST00000615950 protein_coding 4 2 9 ILF2 ENSG00000143621 +CDS chr1 153665220 153665336 ENST00000361891 protein_coding 9 1 8 ILF2 ENSG00000143621 +CDS chr1 153665220 153665336 ENST00000615950 protein_coding 4 2 8 ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000361891 protein_coding 9 1 7 ILF2 ENSG00000143621 +transcript chr1 153665663 153670232 ENST00000368684 protein_coding 8 5 NA ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000368684 protein_coding 8 5 6 ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000615950 protein_coding 4 2 7 ILF2 ENSG00000143621 +transcript chr1 153667283 153670982 ENST00000368681 protein_coding 1 2 NA ILF2 ENSG00000143621 +CDS chr1 153667499 153667657 ENST00000368681 protein_coding 1 2 6 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000361891 protein_coding 9 1 6 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000368684 protein_coding 8 5 5 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000615950 protein_coding 4 2 6 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000361891 protein_coding 9 1 5 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000368684 protein_coding 8 5 4 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000368681 protein_coding 1 2 5 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000615950 protein_coding 4 2 5 ILF2 ENSG00000143621 +CDS chr1 153668453 153668557 ENST00000361891 protein_coding 9 1 4 ILF2 ENSG00000143621 +CDS chr1 153668453 153668551 ENST00000368684 protein_coding 8 5 3 ILF2 ENSG00000143621 +CDS chr1 153668453 153668557 ENST00000368681 protein_coding 1 2 4 ILF2 ENSG00000143621 +CDS chr1 153668453 153668551 ENST00000615950 protein_coding 4 2 4 ILF2 ENSG00000143621 +CDS chr1 153669836 153669878 ENST00000361891 protein_coding 9 1 3 ILF2 ENSG00000143621 +CDS chr1 153669836 153669878 ENST00000368681 protein_coding 1 2 3 ILF2 ENSG00000143621 +CDS chr1 153670171 153670230 ENST00000361891 protein_coding 9 1 2 ILF2 ENSG00000143621 +CDS chr1 153670171 153670230 ENST00000368681 protein_coding 1 2 2 ILF2 ENSG00000143621 +CDS chr1 153670918 153670922 ENST00000361891 protein_coding 9 1 1 ILF2 ENSG00000143621 +CDS chr1 153670918 153670922 ENST00000368681 protein_coding 1 2 1 ILF2 ENSG00000143621 +transcript chr1 153678688 153693992 ENST00000368680 protein_coding 4 1 NA NPR1 ENSG00000169418 +CDS chr1 153679109 153679829 ENST00000368680 protein_coding 4 1 1 NPR1 ENSG00000169418 +CDS chr1 153680501 153680700 ENST00000368680 protein_coding 4 1 2 NPR1 ENSG00000169418 +CDS chr1 153681180 153681293 ENST00000368680 protein_coding 4 1 3 NPR1 ENSG00000169418 +CDS chr1 153681704 153681839 ENST00000368680 protein_coding 4 1 4 NPR1 ENSG00000169418 +CDS chr1 153682498 153682589 ENST00000368680 protein_coding 4 1 5 NPR1 ENSG00000169418 +CDS chr1 153683376 153683511 ENST00000368680 protein_coding 4 1 6 NPR1 ENSG00000169418 +CDS chr1 153683740 153683824 ENST00000368680 protein_coding 4 1 7 NPR1 ENSG00000169418 +CDS chr1 153684964 153685084 ENST00000368680 protein_coding 4 1 8 NPR1 ENSG00000169418 +CDS chr1 153685806 153685880 ENST00000368680 protein_coding 4 1 9 NPR1 ENSG00000169418 +CDS chr1 153686123 153686200 ENST00000368680 protein_coding 4 1 10 NPR1 ENSG00000169418 +CDS chr1 153686646 153686750 ENST00000368680 protein_coding 4 1 11 NPR1 ENSG00000169418 +CDS chr1 153687016 153687087 ENST00000368680 protein_coding 4 1 12 NPR1 ENSG00000169418 +CDS chr1 153687200 153687356 ENST00000368680 protein_coding 4 1 13 NPR1 ENSG00000169418 +CDS chr1 153687634 153687789 ENST00000368680 protein_coding 4 1 14 NPR1 ENSG00000169418 +CDS chr1 153688053 153688221 ENST00000368680 protein_coding 4 1 15 NPR1 ENSG00000169418 +CDS chr1 153688953 153689099 ENST00000368680 protein_coding 4 1 16 NPR1 ENSG00000169418 +CDS chr1 153689188 153689311 ENST00000368680 protein_coding 4 1 17 NPR1 ENSG00000169418 +CDS chr1 153689453 153689521 ENST00000368680 protein_coding 4 1 18 NPR1 ENSG00000169418 +CDS chr1 153689806 153689980 ENST00000368680 protein_coding 4 1 19 NPR1 ENSG00000169418 +CDS chr1 153690284 153690382 ENST00000368680 protein_coding 4 1 20 NPR1 ENSG00000169418 +CDS chr1 153693106 153693197 ENST00000368680 protein_coding 4 1 21 NPR1 ENSG00000169418 +CDS chr1 153693352 153693411 ENST00000368680 protein_coding 4 1 22 NPR1 ENSG00000169418 +transcript chr1 153728050 153774808 ENST00000318967 protein_coding 7 1 NA INTS3 ENSG00000143624 +transcript chr1 153728091 153773535 ENST00000435409 protein_coding 6 2 NA INTS3 ENSG00000143624 +CDS chr1 153728635 153728784 ENST00000318967 protein_coding 7 1 1 INTS3 ENSG00000143624 +CDS chr1 153728635 153728784 ENST00000435409 protein_coding 6 2 2 INTS3 ENSG00000143624 +CDS chr1 153740651 153740734 ENST00000318967 protein_coding 7 1 2 INTS3 ENSG00000143624 +CDS chr1 153740651 153740734 ENST00000435409 protein_coding 6 2 3 INTS3 ENSG00000143624 +CDS chr1 153741285 153741368 ENST00000318967 protein_coding 7 1 3 INTS3 ENSG00000143624 +CDS chr1 153741285 153741368 ENST00000435409 protein_coding 6 2 4 INTS3 ENSG00000143624 +CDS chr1 153746957 153747070 ENST00000318967 protein_coding 7 1 4 INTS3 ENSG00000143624 +CDS chr1 153746957 153747070 ENST00000435409 protein_coding 6 2 5 INTS3 ENSG00000143624 +CDS chr1 153747279 153747363 ENST00000318967 protein_coding 7 1 5 INTS3 ENSG00000143624 +CDS chr1 153747279 153747363 ENST00000435409 protein_coding 6 2 6 INTS3 ENSG00000143624 +CDS chr1 153748689 153748755 ENST00000318967 protein_coding 7 1 6 INTS3 ENSG00000143624 +CDS chr1 153748689 153748755 ENST00000435409 protein_coding 6 2 7 INTS3 ENSG00000143624 +transcript chr1 153750854 153773728 ENST00000512605 protein_coding 4 2 NA INTS3 ENSG00000143624 +CDS chr1 153751095 153751239 ENST00000318967 protein_coding 7 1 7 INTS3 ENSG00000143624 +CDS chr1 153751095 153751239 ENST00000435409 protein_coding 6 2 8 INTS3 ENSG00000143624 +CDS chr1 153751129 153751239 ENST00000512605 protein_coding 4 2 1 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000318967 protein_coding 7 1 8 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000435409 protein_coding 6 2 9 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000512605 protein_coding 4 2 2 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000318967 protein_coding 7 1 9 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000435409 protein_coding 6 2 10 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000512605 protein_coding 4 2 3 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000318967 protein_coding 7 1 10 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000435409 protein_coding 6 2 11 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000512605 protein_coding 4 2 4 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000318967 protein_coding 7 1 11 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000435409 protein_coding 6 2 12 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000512605 protein_coding 4 2 5 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000318967 protein_coding 7 1 12 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000435409 protein_coding 6 2 13 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000512605 protein_coding 4 2 6 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000318967 protein_coding 7 1 13 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000435409 protein_coding 6 2 14 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000512605 protein_coding 4 2 7 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000318967 protein_coding 7 1 14 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000435409 protein_coding 6 2 15 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000512605 protein_coding 4 2 8 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000318967 protein_coding 7 1 15 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000435409 protein_coding 6 2 16 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000512605 protein_coding 4 2 9 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000318967 protein_coding 7 1 16 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000435409 protein_coding 6 2 17 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000512605 protein_coding 4 2 10 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000318967 protein_coding 7 1 17 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000435409 protein_coding 6 2 18 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000512605 protein_coding 4 2 11 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000318967 protein_coding 7 1 18 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000435409 protein_coding 6 2 19 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000512605 protein_coding 4 2 12 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000318967 protein_coding 7 1 19 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000435409 protein_coding 6 2 20 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000512605 protein_coding 4 2 13 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000318967 protein_coding 7 1 20 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000435409 protein_coding 6 2 21 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000512605 protein_coding 4 2 14 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000318967 protein_coding 7 1 21 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000435409 protein_coding 6 2 22 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000512605 protein_coding 4 2 15 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000318967 protein_coding 7 1 22 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000435409 protein_coding 6 2 23 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000512605 protein_coding 4 2 16 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000318967 protein_coding 7 1 23 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000435409 protein_coding 6 2 24 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000512605 protein_coding 4 2 17 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000318967 protein_coding 7 1 24 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000435409 protein_coding 6 2 25 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000512605 protein_coding 4 2 18 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000318967 protein_coding 7 1 25 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000435409 protein_coding 6 2 26 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000512605 protein_coding 4 2 19 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000318967 protein_coding 7 1 26 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000435409 protein_coding 6 2 27 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000512605 protein_coding 4 2 20 INTS3 ENSG00000143624 +CDS chr1 153772340 153772440 ENST00000318967 protein_coding 7 1 27 INTS3 ENSG00000143624 +CDS chr1 153772340 153772440 ENST00000435409 protein_coding 6 2 28 INTS3 ENSG00000143624 +CDS chr1 153772340 153772711 ENST00000512605 protein_coding 4 2 21 INTS3 ENSG00000143624 +CDS chr1 153772639 153772711 ENST00000318967 protein_coding 7 1 28 INTS3 ENSG00000143624 +CDS chr1 153772639 153772711 ENST00000435409 protein_coding 6 2 29 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000318967 protein_coding 7 1 29 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000435409 protein_coding 6 2 30 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000512605 protein_coding 4 2 22 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000318967 protein_coding 7 1 30 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000435409 protein_coding 6 2 31 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000512605 protein_coding 4 2 23 INTS3 ENSG00000143624 +transcript chr1 153774354 153780157 ENST00000271857 protein_coding 6 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153775114 153776164 ENST00000271857 protein_coding 6 1 1 SLC27A3 ENSG00000143554 +transcript chr1 153775407 153780157 ENST00000624995 protein_coding 4 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153775498 153776164 ENST00000624995 protein_coding 4 1 1 SLC27A3 ENSG00000143554 +CDS chr1 153776518 153776727 ENST00000271857 protein_coding 6 1 2 SLC27A3 ENSG00000143554 +CDS chr1 153776518 153776727 ENST00000624995 protein_coding 4 1 2 SLC27A3 ENSG00000143554 +transcript chr1 153776596 153780157 ENST00000458027 protein_coding 5 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153776596 153776727 ENST00000458027 protein_coding 5 1 1 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000271857 protein_coding 6 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000624995 protein_coding 4 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000458027 protein_coding 5 1 2 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000271857 protein_coding 6 1 4 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000624995 protein_coding 4 1 4 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000458027 protein_coding 5 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000271857 protein_coding 6 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000624995 protein_coding 4 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000458027 protein_coding 5 1 4 SLC27A3 ENSG00000143554 +transcript chr1 153778197 153779387 ENST00000532853 protein_coding 5 3 NA SLC27A3 ENSG00000143554 +CDS chr1 153778197 153778355 ENST00000532853 protein_coding 5 3 1 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000271857 protein_coding 6 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000624995 protein_coding 4 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000458027 protein_coding 5 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000532853 protein_coding 5 3 2 SLC27A3 ENSG00000143554 +transcript chr1 153778512 153779883 ENST00000524676 protein_coding 1 5 NA SLC27A3 ENSG00000143554 +CDS chr1 153778512 153778553 ENST00000524676 protein_coding 1 5 1 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000271857 protein_coding 6 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000624995 protein_coding 4 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000458027 protein_coding 5 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778758 153778885 ENST00000524676 protein_coding 1 5 2 SLC27A3 ENSG00000143554 +CDS chr1 153778846 153778885 ENST00000532853 protein_coding 5 3 3 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000271857 protein_coding 6 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000624995 protein_coding 4 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000458027 protein_coding 5 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000532853 protein_coding 5 3 4 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000524676 protein_coding 1 5 3 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000271857 protein_coding 6 1 9 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000624995 protein_coding 4 1 9 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000458027 protein_coding 5 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779387 ENST00000532853 protein_coding 5 3 5 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000524676 protein_coding 1 5 4 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779999 ENST00000271857 protein_coding 6 1 10 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779999 ENST00000624995 protein_coding 4 1 10 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779883 ENST00000524676 protein_coding 1 5 5 SLC27A3 ENSG00000143554 +CDS chr1 153779931 153779999 ENST00000458027 protein_coding 5 1 9 SLC27A3 ENSG00000143554 +transcript chr1 153789030 153812038 ENST00000637918 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153789488 153789782 ENST00000637918 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153789938 153790076 ENST00000637918 protein_coding 1 5 3 GATAD2B ENSG00000143614 +transcript chr1 153804725 153922972 ENST00000368655 protein_coding 5 1 NA GATAD2B ENSG00000143614 +transcript chr1 153809810 153922030 ENST00000634544 protein_coding 1 5 NA GATAD2B ENSG00000143614 +transcript chr1 153810097 153922742 ENST00000634408 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000368655 protein_coding 5 1 11 GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000634544 protein_coding 1 5 11 GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000634408 protein_coding 1 5 11 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000637918 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000368655 protein_coding 5 1 10 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000634544 protein_coding 1 5 10 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000634408 protein_coding 1 5 10 GATAD2B ENSG00000143614 +transcript chr1 153811845 153817528 ENST00000634564 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153811845 153811848 ENST00000634564 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812038 ENST00000637918 protein_coding 1 5 1 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000368655 protein_coding 5 1 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634544 protein_coding 1 5 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634408 protein_coding 1 5 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634564 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000368655 protein_coding 5 1 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634544 protein_coding 1 5 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634408 protein_coding 1 5 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634564 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000368655 protein_coding 5 1 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000634544 protein_coding 1 5 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000634408 protein_coding 1 5 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816585 ENST00000634564 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817542 ENST00000368655 protein_coding 5 1 6 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817542 ENST00000634544 protein_coding 1 5 6 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817528 ENST00000634564 protein_coding 1 5 1 GATAD2B ENSG00000143614 +CDS chr1 153817420 153817542 ENST00000634408 protein_coding 1 5 6 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000368655 protein_coding 5 1 5 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000634544 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000634408 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000368655 protein_coding 5 1 4 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000634544 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000634408 protein_coding 1 5 4 GATAD2B ENSG00000143614 +transcript chr1 153818825 153922968 ENST00000634401 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153818825 153818922 ENST00000634401 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000368655 protein_coding 5 1 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634544 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634408 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634401 protein_coding 1 5 4 GATAD2B ENSG00000143614 +transcript chr1 153819624 153922828 ENST00000634791 protein_coding 1 3 NA GATAD2B ENSG00000143614 +CDS chr1 153819624 153819735 ENST00000634791 protein_coding 1 3 4 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000368655 protein_coding 5 1 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634544 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634408 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634401 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634791 protein_coding 1 3 3 GATAD2B ENSG00000143614 +transcript chr1 153828266 153923360 ENST00000637331 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153828266 153828347 ENST00000637331 protein_coding 1 5 2 GATAD2B ENSG00000143614 +transcript chr1 153929501 153946718 ENST00000361217 protein_coding 9 1 NA DENND4B ENSG00000198837 +CDS chr1 153930300 153930442 ENST00000361217 protein_coding 9 1 28 DENND4B ENSG00000198837 +CDS chr1 153930539 153930603 ENST00000361217 protein_coding 9 1 27 DENND4B ENSG00000198837 +CDS chr1 153930692 153930857 ENST00000361217 protein_coding 9 1 26 DENND4B ENSG00000198837 +CDS chr1 153930947 153931064 ENST00000361217 protein_coding 9 1 25 DENND4B ENSG00000198837 +CDS chr1 153932204 153932440 ENST00000361217 protein_coding 9 1 24 DENND4B ENSG00000198837 +CDS chr1 153932642 153932777 ENST00000361217 protein_coding 9 1 23 DENND4B ENSG00000198837 +CDS chr1 153932861 153933030 ENST00000361217 protein_coding 9 1 22 DENND4B ENSG00000198837 +transcript chr1 153932861 153945269 ENST00000368646 protein_coding 6 5 NA DENND4B ENSG00000198837 +CDS chr1 153932861 153933030 ENST00000368646 protein_coding 6 5 22 DENND4B ENSG00000198837 +CDS chr1 153933197 153933319 ENST00000361217 protein_coding 9 1 21 DENND4B ENSG00000198837 +CDS chr1 153933197 153933319 ENST00000368646 protein_coding 6 5 21 DENND4B ENSG00000198837 +CDS chr1 153933483 153933871 ENST00000361217 protein_coding 9 1 20 DENND4B ENSG00000198837 +CDS chr1 153933483 153933871 ENST00000368646 protein_coding 6 5 20 DENND4B ENSG00000198837 +CDS chr1 153934135 153934302 ENST00000361217 protein_coding 9 1 19 DENND4B ENSG00000198837 +CDS chr1 153934135 153934302 ENST00000368646 protein_coding 6 5 19 DENND4B ENSG00000198837 +CDS chr1 153934760 153934964 ENST00000361217 protein_coding 9 1 18 DENND4B ENSG00000198837 +CDS chr1 153934760 153934964 ENST00000368646 protein_coding 6 5 18 DENND4B ENSG00000198837 +CDS chr1 153936060 153936188 ENST00000361217 protein_coding 9 1 17 DENND4B ENSG00000198837 +CDS chr1 153936060 153936188 ENST00000368646 protein_coding 6 5 17 DENND4B ENSG00000198837 +CDS chr1 153936542 153936748 ENST00000361217 protein_coding 9 1 16 DENND4B ENSG00000198837 +CDS chr1 153936542 153936748 ENST00000368646 protein_coding 6 5 16 DENND4B ENSG00000198837 +CDS chr1 153937488 153937614 ENST00000361217 protein_coding 9 1 15 DENND4B ENSG00000198837 +CDS chr1 153937488 153937614 ENST00000368646 protein_coding 6 5 15 DENND4B ENSG00000198837 +CDS chr1 153937724 153937863 ENST00000361217 protein_coding 9 1 14 DENND4B ENSG00000198837 +CDS chr1 153937724 153937863 ENST00000368646 protein_coding 6 5 14 DENND4B ENSG00000198837 +CDS chr1 153938900 153939045 ENST00000361217 protein_coding 9 1 13 DENND4B ENSG00000198837 +CDS chr1 153938900 153939045 ENST00000368646 protein_coding 6 5 13 DENND4B ENSG00000198837 +CDS chr1 153939589 153939804 ENST00000361217 protein_coding 9 1 12 DENND4B ENSG00000198837 +CDS chr1 153939589 153939804 ENST00000368646 protein_coding 6 5 12 DENND4B ENSG00000198837 +CDS chr1 153940156 153940256 ENST00000361217 protein_coding 9 1 11 DENND4B ENSG00000198837 +CDS chr1 153940156 153940256 ENST00000368646 protein_coding 6 5 11 DENND4B ENSG00000198837 +CDS chr1 153940431 153940606 ENST00000361217 protein_coding 9 1 10 DENND4B ENSG00000198837 +CDS chr1 153940431 153940606 ENST00000368646 protein_coding 6 5 10 DENND4B ENSG00000198837 +CDS chr1 153940904 153941048 ENST00000361217 protein_coding 9 1 9 DENND4B ENSG00000198837 +CDS chr1 153940904 153941048 ENST00000368646 protein_coding 6 5 9 DENND4B ENSG00000198837 +CDS chr1 153941231 153941289 ENST00000361217 protein_coding 9 1 8 DENND4B ENSG00000198837 +CDS chr1 153941231 153941289 ENST00000368646 protein_coding 6 5 8 DENND4B ENSG00000198837 +CDS chr1 153941374 153941440 ENST00000361217 protein_coding 9 1 7 DENND4B ENSG00000198837 +CDS chr1 153941374 153941440 ENST00000368646 protein_coding 6 5 7 DENND4B ENSG00000198837 +CDS chr1 153941869 153942113 ENST00000361217 protein_coding 9 1 6 DENND4B ENSG00000198837 +CDS chr1 153941869 153942113 ENST00000368646 protein_coding 6 5 6 DENND4B ENSG00000198837 +transcript chr1 153941929 153944090 ENST00000472932 protein_coding 2 5 NA DENND4B ENSG00000198837 +CDS chr1 153941929 153942113 ENST00000472932 protein_coding 2 5 4 DENND4B ENSG00000198837 +CDS chr1 153942187 153942356 ENST00000361217 protein_coding 9 1 5 DENND4B ENSG00000198837 +CDS chr1 153942187 153942356 ENST00000368646 protein_coding 6 5 5 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000361217 protein_coding 9 1 4 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000368646 protein_coding 6 5 4 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000472932 protein_coding 2 5 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000361217 protein_coding 9 1 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000368646 protein_coding 6 5 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000472932 protein_coding 2 5 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944374 ENST00000361217 protein_coding 9 1 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944397 ENST00000368646 protein_coding 6 5 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944090 ENST00000472932 protein_coding 2 5 1 DENND4B ENSG00000198837 +CDS chr1 153945135 153945144 ENST00000368646 protein_coding 6 5 1 DENND4B ENSG00000198837 +transcript chr1 153947675 153958576 ENST00000368630 protein_coding 7 2 NA CRTC2 ENSG00000160741 +transcript chr1 153947675 153958612 ENST00000368633 protein_coding 2 1 NA CRTC2 ENSG00000160741 +CDS chr1 153948112 153948329 ENST00000368630 protein_coding 7 2 5 CRTC2 ENSG00000160741 +CDS chr1 153948112 153948329 ENST00000368633 protein_coding 2 1 14 CRTC2 ENSG00000160741 +CDS chr1 153948458 153948644 ENST00000368630 protein_coding 7 2 4 CRTC2 ENSG00000160741 +CDS chr1 153948458 153948644 ENST00000368633 protein_coding 2 1 13 CRTC2 ENSG00000160741 +CDS chr1 153949115 153949384 ENST00000368630 protein_coding 7 2 3 CRTC2 ENSG00000160741 +CDS chr1 153949115 153949384 ENST00000368633 protein_coding 2 1 12 CRTC2 ENSG00000160741 +CDS chr1 153951260 153951604 ENST00000368630 protein_coding 7 2 2 CRTC2 ENSG00000160741 +CDS chr1 153951260 153951666 ENST00000368633 protein_coding 2 1 11 CRTC2 ENSG00000160741 +CDS chr1 153952018 153952262 ENST00000368633 protein_coding 2 1 10 CRTC2 ENSG00000160741 +CDS chr1 153952397 153952446 ENST00000368633 protein_coding 2 1 9 CRTC2 ENSG00000160741 +CDS chr1 153952571 153952635 ENST00000368633 protein_coding 2 1 8 CRTC2 ENSG00000160741 +CDS chr1 153952805 153952834 ENST00000368633 protein_coding 2 1 7 CRTC2 ENSG00000160741 +CDS chr1 153953266 153953369 ENST00000368633 protein_coding 2 1 6 CRTC2 ENSG00000160741 +CDS chr1 153953538 153953606 ENST00000368633 protein_coding 2 1 5 CRTC2 ENSG00000160741 +CDS chr1 153954255 153954316 ENST00000368633 protein_coding 2 1 4 CRTC2 ENSG00000160741 +CDS chr1 153954873 153954989 ENST00000368633 protein_coding 2 1 3 CRTC2 ENSG00000160741 +CDS chr1 153955065 153955166 ENST00000368633 protein_coding 2 1 2 CRTC2 ENSG00000160741 +CDS chr1 153958345 153958497 ENST00000368633 protein_coding 2 1 1 CRTC2 ENSG00000160741 +CDS chr1 153958399 153958497 ENST00000368630 protein_coding 7 2 1 CRTC2 ENSG00000160741 +transcript chr1 153959099 153963492 ENST00000621013 protein_coding 4 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959099 153963641 ENST00000537590 protein_coding 5 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959099 153968184 ENST00000617697 protein_coding 4 5 NA SLC39A1 ENSG00000143570 +transcript chr1 153959110 153963475 ENST00000368623 protein_coding 7 1 NA SLC39A1 ENSG00000143570 +transcript chr1 153959110 153963537 ENST00000356205 protein_coding 9 1 NA SLC39A1 ENSG00000143570 +transcript chr1 153959111 153963462 ENST00000368621 protein_coding 5 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959112 153967712 ENST00000310483 protein_coding 10 1 NA SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000621013 protein_coding 4 2 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000617697 protein_coding 4 5 5 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000368623 protein_coding 7 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000356205 protein_coding 9 1 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000368621 protein_coding 5 2 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000310483 protein_coding 10 1 5 SLC39A1 ENSG00000143570 +transcript chr1 153960353 153967621 ENST00000413622 protein_coding 5 3 NA SLC39A1 ENSG00000143570 +CDS chr1 153960353 153960754 ENST00000413622 protein_coding 5 3 5 SLC39A1 ENSG00000143570 +transcript chr1 153960454 153963262 ENST00000417348 protein_coding 2 3 NA SLC39A1 ENSG00000143570 +CDS chr1 153960454 153960754 ENST00000417348 protein_coding 2 3 4 SLC39A1 ENSG00000143570 +CDS chr1 153960594 153960754 ENST00000537590 protein_coding 5 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000621013 protein_coding 4 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000617697 protein_coding 4 5 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000368623 protein_coding 7 1 2 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000356205 protein_coding 9 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000368621 protein_coding 5 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000310483 protein_coding 10 1 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000413622 protein_coding 5 3 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000417348 protein_coding 2 3 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000621013 protein_coding 4 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000537590 protein_coding 5 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000617697 protein_coding 4 5 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000368623 protein_coding 7 1 1 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000356205 protein_coding 9 1 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000368621 protein_coding 5 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000310483 protein_coding 10 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000413622 protein_coding 5 3 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000417348 protein_coding 2 3 2 SLC39A1 ENSG00000143570 +transcript chr1 153967892 153973080 ENST00000449724 protein_coding 5 5 NA CREB3L4 ENSG00000143578 +transcript chr1 153967902 153974359 ENST00000368607 protein_coding 8 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153967921 153974359 ENST00000271889 protein_coding 8 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968237 153973072 ENST00000368601 protein_coding 5 2 NA CREB3L4 ENSG00000143578 +transcript chr1 153968237 153974356 ENST00000368603 protein_coding 5 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968243 153974361 ENST00000368600 protein_coding 7 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968310 153969458 ENST00000431292 protein_coding 1 5 NA CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968639 ENST00000449724 protein_coding 5 5 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368607 protein_coding 8 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000271889 protein_coding 8 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368601 protein_coding 5 2 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368603 protein_coding 5 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968639 ENST00000368600 protein_coding 7 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000431292 protein_coding 1 5 2 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000449724 protein_coding 5 5 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368607 protein_coding 8 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000271889 protein_coding 8 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368601 protein_coding 5 2 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368603 protein_coding 5 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368600 protein_coding 7 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000431292 protein_coding 1 5 3 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000449724 protein_coding 5 5 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368607 protein_coding 8 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000271889 protein_coding 8 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368601 protein_coding 5 2 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368603 protein_coding 5 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368600 protein_coding 7 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969458 ENST00000431292 protein_coding 1 5 4 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000449724 protein_coding 5 5 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368607 protein_coding 8 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000271889 protein_coding 8 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972851 ENST00000368601 protein_coding 5 2 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368603 protein_coding 5 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368600 protein_coding 7 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973080 ENST00000449724 protein_coding 5 5 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368607 protein_coding 8 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000271889 protein_coding 8 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368603 protein_coding 5 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368600 protein_coding 7 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368607 protein_coding 8 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000271889 protein_coding 8 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368603 protein_coding 5 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368600 protein_coding 7 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368607 protein_coding 8 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000271889 protein_coding 8 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368603 protein_coding 5 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368600 protein_coding 7 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368607 protein_coding 8 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000271889 protein_coding 8 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368603 protein_coding 5 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368600 protein_coding 7 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368607 protein_coding 8 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000271889 protein_coding 8 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368603 protein_coding 5 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368600 protein_coding 7 1 10 CREB3L4 ENSG00000143578 +transcript chr1 153974269 153977674 ENST00000271843 protein_coding 9 1 NA JTB ENSG00000143543 +transcript chr1 153974512 153977638 ENST00000356648 protein_coding 5 2 NA JTB ENSG00000143543 +transcript chr1 153974512 153977660 ENST00000368589 protein_coding 5 2 NA JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000271843 protein_coding 9 1 5 JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000356648 protein_coding 5 2 5 JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000368589 protein_coding 5 2 4 JTB ENSG00000143543 +transcript chr1 153974682 153977394 ENST00000428469 protein_coding 1 3 NA JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000428469 protein_coding 1 3 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000271843 protein_coding 9 1 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000356648 protein_coding 5 2 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000368589 protein_coding 5 2 3 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000428469 protein_coding 1 3 3 JTB ENSG00000143543 +CDS chr1 153976693 153976775 ENST00000271843 protein_coding 9 1 3 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000356648 protein_coding 5 2 3 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000368589 protein_coding 5 2 2 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000428469 protein_coding 1 3 2 JTB ENSG00000143543 +CDS chr1 153976976 153977013 ENST00000271843 protein_coding 9 1 2 JTB ENSG00000143543 +CDS chr1 153977170 153977252 ENST00000271843 protein_coding 9 1 1 JTB ENSG00000143543 +transcript chr1 153981617 153985366 ENST00000614713 protein_coding 4 5 NA RAB13 ENSG00000143545 +transcript chr1 153981650 153986339 ENST00000368575 protein_coding 5 1 NA RAB13 ENSG00000143545 +CDS chr1 153982102 153982176 ENST00000614713 protein_coding 4 5 8 RAB13 ENSG00000143545 +CDS chr1 153982102 153982176 ENST00000368575 protein_coding 5 1 8 RAB13 ENSG00000143545 +CDS chr1 153982391 153982444 ENST00000614713 protein_coding 4 5 7 RAB13 ENSG00000143545 +CDS chr1 153982391 153982444 ENST00000368575 protein_coding 5 1 7 RAB13 ENSG00000143545 +CDS chr1 153982535 153982600 ENST00000614713 protein_coding 4 5 6 RAB13 ENSG00000143545 +CDS chr1 153982535 153982600 ENST00000368575 protein_coding 5 1 6 RAB13 ENSG00000143545 +CDS chr1 153982719 153982808 ENST00000614713 protein_coding 4 5 5 RAB13 ENSG00000143545 +CDS chr1 153982719 153982808 ENST00000368575 protein_coding 5 1 5 RAB13 ENSG00000143545 +CDS chr1 153983219 153983296 ENST00000614713 protein_coding 4 5 4 RAB13 ENSG00000143545 +CDS chr1 153983219 153983296 ENST00000368575 protein_coding 5 1 4 RAB13 ENSG00000143545 +CDS chr1 153983521 153983523 ENST00000614713 protein_coding 4 5 3 RAB13 ENSG00000143545 +CDS chr1 153983521 153983581 ENST00000368575 protein_coding 5 1 3 RAB13 ENSG00000143545 +CDS chr1 153984721 153984781 ENST00000368575 protein_coding 5 1 2 RAB13 ENSG00000143545 +CDS chr1 153986113 153986236 ENST00000368575 protein_coding 5 1 1 RAB13 ENSG00000143545 +transcript chr1 153990762 153992155 ENST00000651669 protein_coding 1 NA NA RPS27 ENSG00000177954 +CDS chr1 153990797 153990802 ENST00000651669 protein_coding 1 NA 1 RPS27 ENSG00000177954 +CDS chr1 153991115 153991223 ENST00000651669 protein_coding 1 NA 2 RPS27 ENSG00000177954 +CDS chr1 153991566 153991676 ENST00000651669 protein_coding 1 NA 3 RPS27 ENSG00000177954 +CDS chr1 153992065 153992090 ENST00000651669 protein_coding 1 NA 4 RPS27 ENSG00000177954 +transcript chr1 153992685 154155116 ENST00000368559 protein_coding 7 5 NA NUP210L ENSG00000143552 +transcript chr1 153992690 154056866 ENST00000368553 protein_coding 5 1 NA NUP210L ENSG00000143552 +transcript chr1 153992694 154155116 ENST00000271854 protein_coding 3 5 NA NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000368559 protein_coding 7 5 40 NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000368553 protein_coding 5 1 16 NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000271854 protein_coding 3 5 38 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000368559 protein_coding 7 5 39 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000368553 protein_coding 5 1 15 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000271854 protein_coding 3 5 37 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000368559 protein_coding 7 5 38 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000368553 protein_coding 5 1 14 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000271854 protein_coding 3 5 36 NUP210L ENSG00000143552 +CDS chr1 154000856 154001060 ENST00000368559 protein_coding 7 5 37 NUP210L ENSG00000143552 +CDS chr1 154001735 154001985 ENST00000368559 protein_coding 7 5 36 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000368559 protein_coding 7 5 35 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000368553 protein_coding 5 1 13 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000271854 protein_coding 3 5 35 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000368559 protein_coding 7 5 34 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000368553 protein_coding 5 1 12 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000271854 protein_coding 3 5 34 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000368559 protein_coding 7 5 33 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000368553 protein_coding 5 1 11 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000271854 protein_coding 3 5 33 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000368559 protein_coding 7 5 32 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000368553 protein_coding 5 1 10 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000271854 protein_coding 3 5 32 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000368559 protein_coding 7 5 31 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000368553 protein_coding 5 1 9 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000271854 protein_coding 3 5 31 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000368559 protein_coding 7 5 30 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000368553 protein_coding 5 1 8 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000271854 protein_coding 3 5 30 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000368559 protein_coding 7 5 29 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000368553 protein_coding 5 1 7 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000271854 protein_coding 3 5 29 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000368559 protein_coding 7 5 28 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000368553 protein_coding 5 1 6 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000271854 protein_coding 3 5 28 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000368559 protein_coding 7 5 27 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000368553 protein_coding 5 1 5 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000271854 protein_coding 3 5 27 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000368559 protein_coding 7 5 26 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000368553 protein_coding 5 1 4 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000271854 protein_coding 3 5 26 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000368559 protein_coding 7 5 25 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000368553 protein_coding 5 1 3 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000271854 protein_coding 3 5 25 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000368559 protein_coding 7 5 24 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000368553 protein_coding 5 1 2 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000271854 protein_coding 3 5 24 NUP210L ENSG00000143552 +CDS chr1 154056815 154056947 ENST00000368559 protein_coding 7 5 23 NUP210L ENSG00000143552 +CDS chr1 154056815 154056853 ENST00000368553 protein_coding 5 1 1 NUP210L ENSG00000143552 +CDS chr1 154056815 154056947 ENST00000271854 protein_coding 3 5 23 NUP210L ENSG00000143552 +CDS chr1 154058089 154058216 ENST00000368559 protein_coding 7 5 22 NUP210L ENSG00000143552 +CDS chr1 154058089 154058216 ENST00000271854 protein_coding 3 5 22 NUP210L ENSG00000143552 +CDS chr1 154058565 154058693 ENST00000368559 protein_coding 7 5 21 NUP210L ENSG00000143552 +CDS chr1 154058565 154058693 ENST00000271854 protein_coding 3 5 21 NUP210L ENSG00000143552 +CDS chr1 154060540 154060641 ENST00000368559 protein_coding 7 5 20 NUP210L ENSG00000143552 +CDS chr1 154060540 154060641 ENST00000271854 protein_coding 3 5 20 NUP210L ENSG00000143552 +CDS chr1 154060942 154061046 ENST00000368559 protein_coding 7 5 19 NUP210L ENSG00000143552 +CDS chr1 154060942 154061046 ENST00000271854 protein_coding 3 5 19 NUP210L ENSG00000143552 +CDS chr1 154061586 154061674 ENST00000368559 protein_coding 7 5 18 NUP210L ENSG00000143552 +CDS chr1 154061586 154061674 ENST00000271854 protein_coding 3 5 18 NUP210L ENSG00000143552 +CDS chr1 154070273 154070465 ENST00000368559 protein_coding 7 5 17 NUP210L ENSG00000143552 +CDS chr1 154070273 154070465 ENST00000271854 protein_coding 3 5 17 NUP210L ENSG00000143552 +CDS chr1 154089421 154089594 ENST00000368559 protein_coding 7 5 16 NUP210L ENSG00000143552 +CDS chr1 154089421 154089594 ENST00000271854 protein_coding 3 5 16 NUP210L ENSG00000143552 +CDS chr1 154094935 154095156 ENST00000368559 protein_coding 7 5 15 NUP210L ENSG00000143552 +CDS chr1 154094935 154095156 ENST00000271854 protein_coding 3 5 15 NUP210L ENSG00000143552 +CDS chr1 154099998 154100143 ENST00000368559 protein_coding 7 5 14 NUP210L ENSG00000143552 +CDS chr1 154099998 154100143 ENST00000271854 protein_coding 3 5 14 NUP210L ENSG00000143552 +CDS chr1 154104012 154104210 ENST00000368559 protein_coding 7 5 13 NUP210L ENSG00000143552 +CDS chr1 154104012 154104210 ENST00000271854 protein_coding 3 5 13 NUP210L ENSG00000143552 +CDS chr1 154117725 154117880 ENST00000368559 protein_coding 7 5 12 NUP210L ENSG00000143552 +CDS chr1 154117725 154117880 ENST00000271854 protein_coding 3 5 12 NUP210L ENSG00000143552 +CDS chr1 154118671 154118808 ENST00000368559 protein_coding 7 5 11 NUP210L ENSG00000143552 +CDS chr1 154118671 154118808 ENST00000271854 protein_coding 3 5 11 NUP210L ENSG00000143552 +CDS chr1 154126323 154126463 ENST00000368559 protein_coding 7 5 10 NUP210L ENSG00000143552 +CDS chr1 154126323 154126463 ENST00000271854 protein_coding 3 5 10 NUP210L ENSG00000143552 +CDS chr1 154127311 154127417 ENST00000368559 protein_coding 7 5 9 NUP210L ENSG00000143552 +CDS chr1 154127311 154127417 ENST00000271854 protein_coding 3 5 9 NUP210L ENSG00000143552 +CDS chr1 154129277 154129345 ENST00000368559 protein_coding 7 5 8 NUP210L ENSG00000143552 +CDS chr1 154129277 154129345 ENST00000271854 protein_coding 3 5 8 NUP210L ENSG00000143552 +CDS chr1 154135814 154135972 ENST00000368559 protein_coding 7 5 7 NUP210L ENSG00000143552 +CDS chr1 154135814 154135972 ENST00000271854 protein_coding 3 5 7 NUP210L ENSG00000143552 +CDS chr1 154138106 154138238 ENST00000368559 protein_coding 7 5 6 NUP210L ENSG00000143552 +CDS chr1 154138106 154138238 ENST00000271854 protein_coding 3 5 6 NUP210L ENSG00000143552 +CDS chr1 154139802 154139952 ENST00000368559 protein_coding 7 5 5 NUP210L ENSG00000143552 +CDS chr1 154139802 154139952 ENST00000271854 protein_coding 3 5 5 NUP210L ENSG00000143552 +CDS chr1 154141431 154141524 ENST00000368559 protein_coding 7 5 4 NUP210L ENSG00000143552 +CDS chr1 154141431 154141524 ENST00000271854 protein_coding 3 5 4 NUP210L ENSG00000143552 +CDS chr1 154143446 154143577 ENST00000368559 protein_coding 7 5 3 NUP210L ENSG00000143552 +CDS chr1 154143446 154143577 ENST00000271854 protein_coding 3 5 3 NUP210L ENSG00000143552 +CDS chr1 154152736 154152872 ENST00000368559 protein_coding 7 5 2 NUP210L ENSG00000143552 +CDS chr1 154152736 154152872 ENST00000271854 protein_coding 3 5 2 NUP210L ENSG00000143552 +CDS chr1 154154842 154155044 ENST00000368559 protein_coding 7 5 1 NUP210L ENSG00000143552 +CDS chr1 154154842 154155044 ENST00000271854 protein_coding 3 5 1 NUP210L ENSG00000143552 +transcript chr1 154155304 154183249 ENST00000611659 protein_coding 4 3 NA TPM3 ENSG00000143549 +transcript chr1 154155308 154183189 ENST00000368533 protein_coding 8 1 NA TPM3 ENSG00000143549 +transcript chr1 154156364 154183205 ENST00000330188 protein_coding 13 1 NA TPM3 ENSG00000143549 +transcript chr1 154156969 154183205 ENST00000328159 protein_coding 9 2 NA TPM3 ENSG00000143549 +transcript chr1 154157318 154192058 ENST00000271850 protein_coding 11 5 NA TPM3 ENSG00000143549 +transcript chr1 154157583 154178183 ENST00000302206 protein_coding 9 3 NA TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000368533 protein_coding 8 1 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000330188 protein_coding 13 1 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000271850 protein_coding 11 5 9 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000302206 protein_coding 9 3 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000611659 protein_coding 4 3 7 TPM3 ENSG00000143549 +CDS chr1 154157721 154157721 ENST00000328159 protein_coding 9 2 9 TPM3 ENSG00000143549 +transcript chr1 154158609 154183130 ENST00000368531 protein_coding 6 1 NA TPM3 ENSG00000143549 +transcript chr1 154158612 154183203 ENST00000323144 protein_coding 12 2 NA TPM3 ENSG00000143549 +CDS chr1 154158972 154159048 ENST00000368531 protein_coding 6 1 8 TPM3 ENSG00000143549 +CDS chr1 154158972 154159048 ENST00000323144 protein_coding 12 2 8 TPM3 ENSG00000143549 +transcript chr1 154161813 154192100 ENST00000651641 protein_coding 1 NA NA TPM3 ENSG00000143549 +transcript chr1 154167742 154192076 ENST00000368530 protein_coding 7 1 NA TPM3 ENSG00000143549 +CDS chr1 154167940 154167940 ENST00000651641 protein_coding 1 NA 10 TPM3 ENSG00000143549 +CDS chr1 154167940 154167940 ENST00000368530 protein_coding 7 1 10 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000328159 protein_coding 9 2 8 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000651641 protein_coding 1 NA 9 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000368530 protein_coding 7 1 9 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368533 protein_coding 8 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000330188 protein_coding 13 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000328159 protein_coding 9 2 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000271850 protein_coding 11 5 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000302206 protein_coding 9 3 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368531 protein_coding 6 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000323144 protein_coding 12 2 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000651641 protein_coding 1 NA 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368530 protein_coding 7 1 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000611659 protein_coding 4 3 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368533 protein_coding 8 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000330188 protein_coding 13 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000328159 protein_coding 9 2 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000271850 protein_coding 11 5 7 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000302206 protein_coding 9 3 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368531 protein_coding 6 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000323144 protein_coding 12 2 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000651641 protein_coding 1 NA 7 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368530 protein_coding 7 1 7 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000330188 protein_coding 13 1 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000302206 protein_coding 9 3 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000323144 protein_coding 12 2 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000651641 protein_coding 1 NA 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368533 protein_coding 8 1 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000328159 protein_coding 9 2 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000271850 protein_coding 11 5 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368531 protein_coding 6 1 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368530 protein_coding 7 1 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000611659 protein_coding 4 3 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368533 protein_coding 8 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000330188 protein_coding 13 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000328159 protein_coding 9 2 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000271850 protein_coding 11 5 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000302206 protein_coding 9 3 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368531 protein_coding 6 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000323144 protein_coding 12 2 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000651641 protein_coding 1 NA 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368530 protein_coding 7 1 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000611659 protein_coding 4 3 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368533 protein_coding 8 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000330188 protein_coding 13 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000328159 protein_coding 9 2 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000271850 protein_coding 11 5 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173197 ENST00000302206 protein_coding 9 3 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368531 protein_coding 6 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000323144 protein_coding 12 2 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000651641 protein_coding 1 NA 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368530 protein_coding 7 1 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000611659 protein_coding 4 3 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368533 protein_coding 8 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000330188 protein_coding 13 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000328159 protein_coding 9 2 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000271850 protein_coding 11 5 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368531 protein_coding 6 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000323144 protein_coding 12 2 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000651641 protein_coding 1 NA 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368530 protein_coding 7 1 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000611659 protein_coding 4 3 2 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000368533 protein_coding 8 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000330188 protein_coding 13 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000328159 protein_coding 9 2 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000368531 protein_coding 6 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000323144 protein_coding 12 2 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000611659 protein_coding 4 3 1 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000271850 protein_coding 11 5 2 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000651641 protein_coding 1 NA 2 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000368530 protein_coding 7 1 2 TPM3 ENSG00000143549 +transcript chr1 154191203 154194648 ENST00000515609 protein_coding 1 3 NA TPM3 ENSG00000143549 +CDS chr1 154191203 154191311 ENST00000515609 protein_coding 1 3 3 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000271850 protein_coding 11 5 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000651641 protein_coding 1 NA 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000368530 protein_coding 7 1 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000515609 protein_coding 1 3 2 TPM3 ENSG00000143549 +transcript chr1 154199085 154206333 ENST00000368525 protein_coding 4 1 NA C1orf189 ENSG00000163263 +CDS chr1 154199430 154199528 ENST00000368525 protein_coding 4 1 4 C1orf189 ENSG00000163263 +CDS chr1 154200459 154200588 ENST00000368525 protein_coding 4 1 3 C1orf189 ENSG00000163263 +CDS chr1 154205598 154205638 ENST00000368525 protein_coding 4 1 2 C1orf189 ENSG00000163263 +CDS chr1 154206275 154206307 ENST00000368525 protein_coding 4 1 1 C1orf189 ENSG00000163263 +transcript chr1 154206720 154220590 ENST00000368521 protein_coding 10 1 NA C1orf43 ENSG00000143612 +transcript chr1 154206720 154220619 ENST00000362076 protein_coding 8 1 NA C1orf43 ENSG00000143612 +transcript chr1 154206720 154220624 ENST00000350592 protein_coding 7 1 NA C1orf43 ENSG00000143612 +transcript chr1 154207098 154220636 ENST00000640799 protein_coding 1 5 NA C1orf43 ENSG00000143612 +transcript chr1 154207176 154220585 ENST00000368519 protein_coding 5 2 NA C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000368521 protein_coding 10 1 7 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000362076 protein_coding 8 1 5 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000350592 protein_coding 7 1 6 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000368519 protein_coding 5 2 6 C1orf43 ENSG00000143612 +CDS chr1 154207646 154207648 ENST00000640799 protein_coding 1 5 6 C1orf43 ENSG00000143612 +transcript chr1 154211734 154220533 ENST00000368518 protein_coding 5 1 NA C1orf43 ENSG00000143612 +transcript chr1 154212133 154220628 ENST00000368516 protein_coding 1 2 NA C1orf43 ENSG00000143612 +CDS chr1 154212319 154212378 ENST00000368518 protein_coding 5 1 6 C1orf43 ENSG00000143612 +CDS chr1 154212319 154212378 ENST00000368516 protein_coding 1 2 5 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000368521 protein_coding 10 1 6 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000362076 protein_coding 8 1 4 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000350592 protein_coding 7 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000368519 protein_coding 5 2 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368521 protein_coding 10 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000362076 protein_coding 8 1 3 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000350592 protein_coding 7 1 4 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000640799 protein_coding 1 5 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368519 protein_coding 5 2 4 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368518 protein_coding 5 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368516 protein_coding 1 2 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368521 protein_coding 10 1 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000350592 protein_coding 7 1 3 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000640799 protein_coding 1 5 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368518 protein_coding 5 1 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368516 protein_coding 1 2 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368521 protein_coding 10 1 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000362076 protein_coding 8 1 2 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000350592 protein_coding 7 1 2 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000640799 protein_coding 1 5 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368519 protein_coding 5 2 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368518 protein_coding 5 1 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368516 protein_coding 1 2 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368521 protein_coding 10 1 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000640799 protein_coding 1 5 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368519 protein_coding 5 2 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368518 protein_coding 5 1 2 C1orf43 ENSG00000143612 +transcript chr1 154220179 154263505 ENST00000343815 protein_coding 10 1 NA UBAP2L ENSG00000143569 +CDS chr1 154220342 154220407 ENST00000368521 protein_coding 10 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000362076 protein_coding 8 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000350592 protein_coding 7 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000640799 protein_coding 1 5 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368519 protein_coding 5 2 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368518 protein_coding 5 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368516 protein_coding 1 2 1 C1orf43 ENSG00000143612 +transcript chr1 154220849 154271509 ENST00000271877 protein_coding 11 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220849 154263505 ENST00000613315 protein_coding 4 2 NA UBAP2L ENSG00000143569 +transcript chr1 154220885 154235294 ENST00000441890 protein_coding 5 2 NA UBAP2L ENSG00000143569 +transcript chr1 154220943 154243302 ENST00000412596 protein_coding 5 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220947 154246379 ENST00000368504 protein_coding 5 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220955 154270847 ENST00000428931 protein_coding 6 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220967 154243278 ENST00000437652 protein_coding 5 3 NA UBAP2L ENSG00000143569 +transcript chr1 154221328 154237136 ENST00000456325 protein_coding 5 3 NA UBAP2L ENSG00000143569 +transcript chr1 154225082 154270853 ENST00000361546 protein_coding 6 1 NA UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000343815 protein_coding 10 1 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000441890 protein_coding 5 2 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000412596 protein_coding 5 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000368504 protein_coding 5 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000437652 protein_coding 5 3 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000456325 protein_coding 5 3 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000361546 protein_coding 6 1 1 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000428931 protein_coding 6 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000271877 protein_coding 11 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000613315 protein_coding 4 2 2 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000343815 protein_coding 10 1 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000441890 protein_coding 5 2 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000412596 protein_coding 5 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000368504 protein_coding 5 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000437652 protein_coding 5 3 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000456325 protein_coding 5 3 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000361546 protein_coding 6 1 2 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000428931 protein_coding 6 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000271877 protein_coding 11 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000613315 protein_coding 4 2 3 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000343815 protein_coding 10 1 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000441890 protein_coding 5 2 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000412596 protein_coding 5 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000368504 protein_coding 5 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000437652 protein_coding 5 3 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000456325 protein_coding 5 3 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000361546 protein_coding 6 1 3 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000428931 protein_coding 6 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000271877 protein_coding 11 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000613315 protein_coding 4 2 4 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000343815 protein_coding 10 1 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000441890 protein_coding 5 2 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000412596 protein_coding 5 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234792 ENST00000368504 protein_coding 5 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234738 ENST00000437652 protein_coding 5 3 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000456325 protein_coding 5 3 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000361546 protein_coding 6 1 4 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000428931 protein_coding 6 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234792 ENST00000271877 protein_coding 11 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234738 ENST00000613315 protein_coding 4 2 5 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000343815 protein_coding 10 1 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235294 ENST00000441890 protein_coding 5 2 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000412596 protein_coding 5 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000368504 protein_coding 5 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000437652 protein_coding 5 3 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000456325 protein_coding 5 3 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000361546 protein_coding 6 1 5 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000428931 protein_coding 6 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000271877 protein_coding 11 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000613315 protein_coding 4 2 6 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000343815 protein_coding 10 1 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000412596 protein_coding 5 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000368504 protein_coding 5 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000437652 protein_coding 5 3 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000456325 protein_coding 5 3 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000361546 protein_coding 6 1 6 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000428931 protein_coding 6 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000271877 protein_coding 11 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000613315 protein_coding 4 2 7 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000343815 protein_coding 10 1 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000412596 protein_coding 5 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000368504 protein_coding 5 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000437652 protein_coding 5 3 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000456325 protein_coding 5 3 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000361546 protein_coding 6 1 7 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000428931 protein_coding 6 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000271877 protein_coding 11 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000613315 protein_coding 4 2 8 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000343815 protein_coding 10 1 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000412596 protein_coding 5 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000368504 protein_coding 5 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000437652 protein_coding 5 3 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000361546 protein_coding 6 1 8 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000428931 protein_coding 6 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000271877 protein_coding 11 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000613315 protein_coding 4 2 9 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000343815 protein_coding 10 1 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000412596 protein_coding 5 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000368504 protein_coding 5 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243278 ENST00000437652 protein_coding 5 3 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000361546 protein_coding 6 1 9 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000428931 protein_coding 6 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000271877 protein_coding 11 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000613315 protein_coding 4 2 10 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000343815 protein_coding 10 1 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246379 ENST00000368504 protein_coding 5 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000361546 protein_coding 6 1 10 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000428931 protein_coding 6 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000271877 protein_coding 11 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000613315 protein_coding 4 2 11 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000343815 protein_coding 10 1 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000361546 protein_coding 6 1 11 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000428931 protein_coding 6 5 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000271877 protein_coding 11 5 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000613315 protein_coding 4 2 12 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000343815 protein_coding 10 1 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000361546 protein_coding 6 1 12 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000428931 protein_coding 6 5 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000271877 protein_coding 11 5 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000613315 protein_coding 4 2 13 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000343815 protein_coding 10 1 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000361546 protein_coding 6 1 13 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000428931 protein_coding 6 5 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000271877 protein_coding 11 5 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000613315 protein_coding 4 2 14 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000343815 protein_coding 10 1 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000361546 protein_coding 6 1 14 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000428931 protein_coding 6 5 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000271877 protein_coding 11 5 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000613315 protein_coding 4 2 15 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000343815 protein_coding 10 1 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000361546 protein_coding 6 1 15 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000428931 protein_coding 6 5 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000271877 protein_coding 11 5 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000613315 protein_coding 4 2 16 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000343815 protein_coding 10 1 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000361546 protein_coding 6 1 16 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000428931 protein_coding 6 5 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000271877 protein_coding 11 5 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000613315 protein_coding 4 2 17 UBAP2L ENSG00000143569 +transcript chr1 154255252 154271510 ENST00000433615 protein_coding 5 1 NA UBAP2L ENSG00000143569 +CDS chr1 154255252 154255326 ENST00000433615 protein_coding 5 1 1 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000343815 protein_coding 10 1 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000361546 protein_coding 6 1 17 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000433615 protein_coding 5 1 2 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000428931 protein_coding 6 5 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000271877 protein_coding 11 5 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000613315 protein_coding 4 2 18 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000343815 protein_coding 10 1 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000361546 protein_coding 6 1 18 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000433615 protein_coding 5 1 3 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000428931 protein_coding 6 5 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000271877 protein_coding 11 5 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000613315 protein_coding 4 2 19 UBAP2L ENSG00000143569 +transcript chr1 154257071 154270564 ENST00000428595 protein_coding 1 1 NA UBAP2L ENSG00000143569 +CDS chr1 154257071 154257258 ENST00000428595 protein_coding 1 1 1 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000343815 protein_coding 10 1 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000361546 protein_coding 6 1 19 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000433615 protein_coding 5 1 4 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000428595 protein_coding 1 1 2 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000428931 protein_coding 6 5 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000271877 protein_coding 11 5 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000613315 protein_coding 4 2 20 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000343815 protein_coding 10 1 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000361546 protein_coding 6 1 20 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000433615 protein_coding 5 1 5 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000428595 protein_coding 1 1 3 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000428931 protein_coding 6 5 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000271877 protein_coding 11 5 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000613315 protein_coding 4 2 21 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000343815 protein_coding 10 1 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000361546 protein_coding 6 1 21 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000433615 protein_coding 5 1 6 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000428595 protein_coding 1 1 4 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000428931 protein_coding 6 5 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000271877 protein_coding 11 5 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000613315 protein_coding 4 2 22 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000343815 protein_coding 10 1 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000361546 protein_coding 6 1 22 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000433615 protein_coding 5 1 7 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000428595 protein_coding 1 1 5 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000428931 protein_coding 6 5 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000271877 protein_coding 11 5 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000613315 protein_coding 4 2 23 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000343815 protein_coding 10 1 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000361546 protein_coding 6 1 23 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000433615 protein_coding 5 1 8 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000428595 protein_coding 1 1 6 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000428931 protein_coding 6 5 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000271877 protein_coding 11 5 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000613315 protein_coding 4 2 24 UBAP2L ENSG00000143569 +CDS chr1 154263103 154263149 ENST00000343815 protein_coding 10 1 25 UBAP2L ENSG00000143569 +CDS chr1 154263103 154263149 ENST00000613315 protein_coding 4 2 25 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000361546 protein_coding 6 1 24 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000433615 protein_coding 5 1 9 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000428595 protein_coding 1 1 7 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000428931 protein_coding 6 5 25 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000271877 protein_coding 11 5 25 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000361546 protein_coding 6 1 25 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000433615 protein_coding 5 1 10 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000428595 protein_coding 1 1 8 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000428931 protein_coding 6 5 26 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000271877 protein_coding 11 5 26 UBAP2L ENSG00000143569 +CDS chr1 154269362 154269412 ENST00000428595 protein_coding 1 1 9 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000361546 protein_coding 6 1 26 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000428595 protein_coding 1 1 10 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000428931 protein_coding 6 5 27 UBAP2L ENSG00000143569 +CDS chr1 154270881 154270916 ENST00000433615 protein_coding 5 1 11 UBAP2L ENSG00000143569 +CDS chr1 154270881 154270916 ENST00000271877 protein_coding 11 5 27 UBAP2L ENSG00000143569 +transcript chr1 154272589 154275784 ENST00000457918 protein_coding 6 1 NA HAX1 ENSG00000143575 +transcript chr1 154272609 154275873 ENST00000483970 protein_coding 6 2 NA HAX1 ENSG00000143575 +transcript chr1 154272629 154275875 ENST00000328703 protein_coding 12 1 NA HAX1 ENSG00000143575 +transcript chr1 154272668 154275483 ENST00000435087 protein_coding 1 3 NA HAX1 ENSG00000143575 +transcript chr1 154272668 154275839 ENST00000532105 protein_coding 1 3 NA HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000328703 protein_coding 12 1 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000457918 protein_coding 6 1 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000483970 protein_coding 6 2 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000435087 protein_coding 1 3 1 HAX1 ENSG00000143575 +CDS chr1 154273336 154273598 ENST00000328703 protein_coding 12 1 2 HAX1 ENSG00000143575 +CDS chr1 154273336 154273598 ENST00000483970 protein_coding 6 2 2 HAX1 ENSG00000143575 +CDS chr1 154273336 154273534 ENST00000435087 protein_coding 1 3 2 HAX1 ENSG00000143575 +CDS chr1 154273480 154273598 ENST00000457918 protein_coding 6 1 2 HAX1 ENSG00000143575 +CDS chr1 154273750 154273961 ENST00000483970 protein_coding 6 2 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000328703 protein_coding 12 1 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000457918 protein_coding 6 1 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000435087 protein_coding 1 3 3 HAX1 ENSG00000143575 +CDS chr1 154273842 154273961 ENST00000532105 protein_coding 1 3 2 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000328703 protein_coding 12 1 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000457918 protein_coding 6 1 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000483970 protein_coding 6 2 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000435087 protein_coding 1 3 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000532105 protein_coding 1 3 3 HAX1 ENSG00000143575 +CDS chr1 154275078 154275260 ENST00000435087 protein_coding 1 3 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000328703 protein_coding 12 1 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000457918 protein_coding 6 1 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000483970 protein_coding 6 2 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000532105 protein_coding 1 3 4 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000328703 protein_coding 12 1 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000457918 protein_coding 6 1 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000483970 protein_coding 6 2 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000435087 protein_coding 1 3 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000532105 protein_coding 1 3 5 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000328703 protein_coding 12 1 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000457918 protein_coding 6 1 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000483970 protein_coding 6 2 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000532105 protein_coding 1 3 6 HAX1 ENSG00000143575 +transcript chr1 154321093 154325325 ENST00000324978 protein_coding 8 1 NA AQP10 ENSG00000143595 +transcript chr1 154321120 154325325 ENST00000484864 protein_coding 1 1 NA AQP10 ENSG00000143595 +CDS chr1 154321156 154321260 ENST00000324978 protein_coding 8 1 1 AQP10 ENSG00000143595 +CDS chr1 154321156 154321260 ENST00000484864 protein_coding 1 1 1 AQP10 ENSG00000143595 +CDS chr1 154321933 154322059 ENST00000324978 protein_coding 8 1 2 AQP10 ENSG00000143595 +CDS chr1 154321933 154322059 ENST00000484864 protein_coding 1 1 2 AQP10 ENSG00000143595 +CDS chr1 154322982 154323119 ENST00000324978 protein_coding 8 1 3 AQP10 ENSG00000143595 +CDS chr1 154322982 154323119 ENST00000484864 protein_coding 1 1 3 AQP10 ENSG00000143595 +CDS chr1 154323241 154323359 ENST00000324978 protein_coding 8 1 4 AQP10 ENSG00000143595 +CDS chr1 154323241 154323359 ENST00000484864 protein_coding 1 1 4 AQP10 ENSG00000143595 +CDS chr1 154323589 154323806 ENST00000324978 protein_coding 8 1 5 AQP10 ENSG00000143595 +CDS chr1 154323589 154323891 ENST00000484864 protein_coding 1 1 5 AQP10 ENSG00000143595 +CDS chr1 154324282 154324477 ENST00000324978 protein_coding 8 1 6 AQP10 ENSG00000143595 +transcript chr1 154325525 154351304 ENST00000368489 protein_coding 6 1 NA ATP8B2 ENSG00000143515 +transcript chr1 154325553 154337846 ENST00000368487 protein_coding 7 1 NA ATP8B2 ENSG00000143515 +transcript chr1 154327800 154351303 ENST00000672630 protein_coding 1 NA NA ATP8B2 ENSG00000143515 +CDS chr1 154327800 154327861 ENST00000672630 protein_coding 1 NA 1 ATP8B2 ENSG00000143515 +CDS chr1 154328105 154328172 ENST00000672630 protein_coding 1 NA 2 ATP8B2 ENSG00000143515 +CDS chr1 154328142 154328172 ENST00000368489 protein_coding 6 1 2 ATP8B2 ENSG00000143515 +CDS chr1 154328142 154328172 ENST00000368487 protein_coding 7 1 2 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000368489 protein_coding 6 1 3 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000368487 protein_coding 7 1 3 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000672630 protein_coding 1 NA 3 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000368489 protein_coding 6 1 4 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000368487 protein_coding 7 1 4 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000672630 protein_coding 1 NA 4 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000368489 protein_coding 6 1 5 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000368487 protein_coding 7 1 5 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000672630 protein_coding 1 NA 5 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000368489 protein_coding 6 1 6 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000368487 protein_coding 7 1 6 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000672630 protein_coding 1 NA 6 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000368489 protein_coding 6 1 7 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000368487 protein_coding 7 1 7 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000672630 protein_coding 1 NA 7 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000368489 protein_coding 6 1 8 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000368487 protein_coding 7 1 8 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000672630 protein_coding 1 NA 8 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000368489 protein_coding 6 1 9 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000368487 protein_coding 7 1 9 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000672630 protein_coding 1 NA 9 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000368489 protein_coding 6 1 10 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000368487 protein_coding 7 1 10 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000672630 protein_coding 1 NA 10 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000368489 protein_coding 6 1 11 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000368487 protein_coding 7 1 11 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000672630 protein_coding 1 NA 11 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337544 ENST00000368489 protein_coding 6 1 12 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337671 ENST00000368487 protein_coding 7 1 12 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337544 ENST00000672630 protein_coding 1 NA 12 ATP8B2 ENSG00000143515 +CDS chr1 154340854 154341062 ENST00000368489 protein_coding 6 1 13 ATP8B2 ENSG00000143515 +CDS chr1 154340854 154341062 ENST00000672630 protein_coding 1 NA 13 ATP8B2 ENSG00000143515 +CDS chr1 154342480 154342523 ENST00000368489 protein_coding 6 1 14 ATP8B2 ENSG00000143515 +CDS chr1 154342480 154342523 ENST00000672630 protein_coding 1 NA 14 ATP8B2 ENSG00000143515 +CDS chr1 154342796 154342961 ENST00000368489 protein_coding 6 1 15 ATP8B2 ENSG00000143515 +CDS chr1 154342796 154342961 ENST00000672630 protein_coding 1 NA 15 ATP8B2 ENSG00000143515 +CDS chr1 154343113 154343301 ENST00000368489 protein_coding 6 1 16 ATP8B2 ENSG00000143515 +CDS chr1 154343113 154343301 ENST00000672630 protein_coding 1 NA 16 ATP8B2 ENSG00000143515 +CDS chr1 154343453 154343568 ENST00000368489 protein_coding 6 1 17 ATP8B2 ENSG00000143515 +CDS chr1 154343453 154343568 ENST00000672630 protein_coding 1 NA 17 ATP8B2 ENSG00000143515 +CDS chr1 154343893 154344057 ENST00000368489 protein_coding 6 1 18 ATP8B2 ENSG00000143515 +CDS chr1 154343893 154344057 ENST00000672630 protein_coding 1 NA 18 ATP8B2 ENSG00000143515 +CDS chr1 154344143 154344254 ENST00000368489 protein_coding 6 1 19 ATP8B2 ENSG00000143515 +CDS chr1 154344143 154344254 ENST00000672630 protein_coding 1 NA 19 ATP8B2 ENSG00000143515 +CDS chr1 154344395 154344500 ENST00000368489 protein_coding 6 1 20 ATP8B2 ENSG00000143515 +CDS chr1 154344395 154344500 ENST00000672630 protein_coding 1 NA 20 ATP8B2 ENSG00000143515 +CDS chr1 154344641 154344785 ENST00000368489 protein_coding 6 1 21 ATP8B2 ENSG00000143515 +CDS chr1 154344641 154344785 ENST00000672630 protein_coding 1 NA 21 ATP8B2 ENSG00000143515 +CDS chr1 154344971 154345154 ENST00000368489 protein_coding 6 1 22 ATP8B2 ENSG00000143515 +CDS chr1 154344971 154345154 ENST00000672630 protein_coding 1 NA 22 ATP8B2 ENSG00000143515 +CDS chr1 154345322 154345545 ENST00000368489 protein_coding 6 1 23 ATP8B2 ENSG00000143515 +CDS chr1 154345322 154345545 ENST00000672630 protein_coding 1 NA 23 ATP8B2 ENSG00000143515 +CDS chr1 154345800 154345883 ENST00000368489 protein_coding 6 1 24 ATP8B2 ENSG00000143515 +CDS chr1 154345800 154345883 ENST00000672630 protein_coding 1 NA 24 ATP8B2 ENSG00000143515 +CDS chr1 154346231 154346476 ENST00000368489 protein_coding 6 1 25 ATP8B2 ENSG00000143515 +CDS chr1 154346231 154346476 ENST00000672630 protein_coding 1 NA 25 ATP8B2 ENSG00000143515 +CDS chr1 154346620 154346758 ENST00000368489 protein_coding 6 1 26 ATP8B2 ENSG00000143515 +CDS chr1 154346620 154346758 ENST00000672630 protein_coding 1 NA 26 ATP8B2 ENSG00000143515 +CDS chr1 154348408 154348538 ENST00000368489 protein_coding 6 1 27 ATP8B2 ENSG00000143515 +CDS chr1 154348408 154348538 ENST00000672630 protein_coding 1 NA 27 ATP8B2 ENSG00000143515 +CDS chr1 154348840 154349115 ENST00000368489 protein_coding 6 1 28 ATP8B2 ENSG00000143515 +CDS chr1 154348840 154349115 ENST00000672630 protein_coding 1 NA 28 ATP8B2 ENSG00000143515 +transcript chr1 154405193 154437544 ENST00000622330 protein_coding 4 1 NA IL6R ENSG00000160712 +transcript chr1 154405223 154466877 ENST00000344086 protein_coding 8 1 NA IL6R ENSG00000160712 +transcript chr1 154405343 154469450 ENST00000368485 protein_coding 8 1 NA IL6R ENSG00000160712 +transcript chr1 154405615 154434583 ENST00000512471 protein_coding 1 4 NA IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000622330 protein_coding 4 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000344086 protein_coding 8 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000368485 protein_coding 8 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000512471 protein_coding 1 4 1 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000622330 protein_coding 4 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000344086 protein_coding 8 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000368485 protein_coding 8 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000512471 protein_coding 1 4 2 IL6R ENSG00000160712 +transcript chr1 154429343 154449979 ENST00000476006 protein_coding 5 3 NA IL6R ENSG00000160712 +CDS chr1 154429343 154429444 ENST00000476006 protein_coding 5 3 1 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000622330 protein_coding 4 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000344086 protein_coding 8 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000368485 protein_coding 8 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430595 ENST00000512471 protein_coding 1 4 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000476006 protein_coding 5 3 2 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000622330 protein_coding 4 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000344086 protein_coding 8 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000368485 protein_coding 8 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434583 ENST00000512471 protein_coding 1 4 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000476006 protein_coding 5 3 3 IL6R ENSG00000160712 +transcript chr1 154434653 154454583 ENST00000515190 protein_coding 1 2 NA IL6R ENSG00000160712 +CDS chr1 154434653 154434700 ENST00000515190 protein_coding 1 2 1 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000622330 protein_coding 4 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000344086 protein_coding 8 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000368485 protein_coding 8 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000476006 protein_coding 5 3 4 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000515190 protein_coding 1 2 2 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000622330 protein_coding 4 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000344086 protein_coding 8 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000368485 protein_coding 8 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000476006 protein_coding 5 3 5 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000515190 protein_coding 1 2 3 IL6R ENSG00000160712 +CDS chr1 154437435 154437541 ENST00000622330 protein_coding 4 1 7 IL6R ENSG00000160712 +CDS chr1 154445047 154445094 ENST00000476006 protein_coding 5 3 6 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000344086 protein_coding 8 1 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000368485 protein_coding 8 1 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000476006 protein_coding 5 3 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000515190 protein_coding 1 2 4 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000344086 protein_coding 8 1 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000368485 protein_coding 8 1 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449979 ENST00000476006 protein_coding 5 3 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000515190 protein_coding 1 2 5 IL6R ENSG00000160712 +CDS chr1 154454488 154454581 ENST00000368485 protein_coding 8 1 9 IL6R ENSG00000160712 +CDS chr1 154454488 154454583 ENST00000515190 protein_coding 1 2 6 IL6R ENSG00000160712 +CDS chr1 154465134 154465162 ENST00000344086 protein_coding 8 1 9 IL6R ENSG00000160712 +CDS chr1 154465134 154465377 ENST00000368485 protein_coding 8 1 10 IL6R ENSG00000160712 +transcript chr1 154469772 154486044 ENST00000486773 protein_coding 1 3 NA SHE ENSG00000169291 +CDS chr1 154470344 154470362 ENST00000486773 protein_coding 1 3 2 SHE ENSG00000169291 +transcript chr1 154479481 154489166 ENST00000555188 protein_coding 5 1 NA SHE ENSG00000169291 +transcript chr1 154479481 154502412 ENST00000304760 protein_coding 3 1 NA SHE ENSG00000169291 +CDS chr1 154484152 154484335 ENST00000304760 protein_coding 3 1 6 SHE ENSG00000169291 +CDS chr1 154485942 154486062 ENST00000555188 protein_coding 5 1 3 SHE ENSG00000169291 +CDS chr1 154485943 154486044 ENST00000486773 protein_coding 1 3 1 SHE ENSG00000169291 +CDS chr1 154485943 154486062 ENST00000304760 protein_coding 3 1 5 SHE ENSG00000169291 +CDS chr1 154486527 154486683 ENST00000555188 protein_coding 5 1 2 SHE ENSG00000169291 +CDS chr1 154486527 154486683 ENST00000304760 protein_coding 3 1 4 SHE ENSG00000169291 +CDS chr1 154489051 154489166 ENST00000555188 protein_coding 5 1 1 SHE ENSG00000169291 +CDS chr1 154489051 154489356 ENST00000304760 protein_coding 3 1 3 SHE ENSG00000169291 +CDS chr1 154499112 154499238 ENST00000304760 protein_coding 3 1 2 SHE ENSG00000169291 +CDS chr1 154501436 154502026 ENST00000304760 protein_coding 3 1 1 SHE ENSG00000169291 +transcript chr1 154502219 154548147 ENST00000368482 protein_coding 8 1 NA TDRD10 ENSG00000163239 +transcript chr1 154502972 154548147 ENST00000368480 protein_coding 3 2 NA TDRD10 ENSG00000163239 +CDS chr1 154506904 154506905 ENST00000368482 protein_coding 8 1 2 TDRD10 ENSG00000163239 +CDS chr1 154506904 154506905 ENST00000368480 protein_coding 3 2 2 TDRD10 ENSG00000163239 +CDS chr1 154507241 154507320 ENST00000368482 protein_coding 8 1 3 TDRD10 ENSG00000163239 +CDS chr1 154507241 154507320 ENST00000368480 protein_coding 3 2 3 TDRD10 ENSG00000163239 +CDS chr1 154508423 154508481 ENST00000368482 protein_coding 8 1 4 TDRD10 ENSG00000163239 +CDS chr1 154508423 154508481 ENST00000368480 protein_coding 3 2 4 TDRD10 ENSG00000163239 +CDS chr1 154520304 154520374 ENST00000368482 protein_coding 8 1 5 TDRD10 ENSG00000163239 +CDS chr1 154520304 154520374 ENST00000368480 protein_coding 3 2 5 TDRD10 ENSG00000163239 +CDS chr1 154521323 154521479 ENST00000368482 protein_coding 8 1 6 TDRD10 ENSG00000163239 +CDS chr1 154521323 154521479 ENST00000368480 protein_coding 3 2 6 TDRD10 ENSG00000163239 +CDS chr1 154542024 154542066 ENST00000368482 protein_coding 8 1 7 TDRD10 ENSG00000163239 +CDS chr1 154542024 154542066 ENST00000368480 protein_coding 3 2 7 TDRD10 ENSG00000163239 +CDS chr1 154542731 154542821 ENST00000368482 protein_coding 8 1 8 TDRD10 ENSG00000163239 +CDS chr1 154542731 154542821 ENST00000368480 protein_coding 3 2 8 TDRD10 ENSG00000163239 +CDS chr1 154543963 154544110 ENST00000368482 protein_coding 8 1 9 TDRD10 ENSG00000163239 +CDS chr1 154543963 154544110 ENST00000368480 protein_coding 3 2 9 TDRD10 ENSG00000163239 +CDS chr1 154544372 154544517 ENST00000368482 protein_coding 8 1 10 TDRD10 ENSG00000163239 +CDS chr1 154544372 154544517 ENST00000368480 protein_coding 3 2 10 TDRD10 ENSG00000163239 +CDS chr1 154544795 154544949 ENST00000368482 protein_coding 8 1 11 TDRD10 ENSG00000163239 +CDS chr1 154544795 154544949 ENST00000368480 protein_coding 3 2 11 TDRD10 ENSG00000163239 +CDS chr1 154547409 154547479 ENST00000368482 protein_coding 8 1 12 TDRD10 ENSG00000163239 +CDS chr1 154547409 154547554 ENST00000368480 protein_coding 3 2 12 TDRD10 ENSG00000163239 +CDS chr1 154547678 154547707 ENST00000368482 protein_coding 8 1 13 TDRD10 ENSG00000163239 +transcript chr1 154548577 154558662 ENST00000292211 protein_coding 5 1 NA UBE2Q1 ENSG00000160714 +CDS chr1 154550441 154550469 ENST00000292211 protein_coding 5 1 13 UBE2Q1 ENSG00000160714 +CDS chr1 154550938 154551004 ENST00000292211 protein_coding 5 1 12 UBE2Q1 ENSG00000160714 +CDS chr1 154551397 154551492 ENST00000292211 protein_coding 5 1 11 UBE2Q1 ENSG00000160714 +CDS chr1 154551771 154551819 ENST00000292211 protein_coding 5 1 10 UBE2Q1 ENSG00000160714 +CDS chr1 154551921 154551979 ENST00000292211 protein_coding 5 1 9 UBE2Q1 ENSG00000160714 +CDS chr1 154552093 154552183 ENST00000292211 protein_coding 5 1 8 UBE2Q1 ENSG00000160714 +CDS chr1 154552404 154552464 ENST00000292211 protein_coding 5 1 7 UBE2Q1 ENSG00000160714 +CDS chr1 154552736 154552820 ENST00000292211 protein_coding 5 1 6 UBE2Q1 ENSG00000160714 +CDS chr1 154553032 154553172 ENST00000292211 protein_coding 5 1 5 UBE2Q1 ENSG00000160714 +CDS chr1 154554735 154554785 ENST00000292211 protein_coding 5 1 4 UBE2Q1 ENSG00000160714 +CDS chr1 154555428 154555532 ENST00000292211 protein_coding 5 1 3 UBE2Q1 ENSG00000160714 +CDS chr1 154555860 154555964 ENST00000292211 protein_coding 5 1 2 UBE2Q1 ENSG00000160714 +CDS chr1 154558227 154558553 ENST00000292211 protein_coding 5 1 1 UBE2Q1 ENSG00000160714 +transcript chr1 154567778 154580013 ENST00000368476 protein_coding 4 1 NA CHRNB2 ENSG00000160716 +transcript chr1 154567835 154576597 ENST00000637900 protein_coding 1 5 NA CHRNB2 ENSG00000160716 +CDS chr1 154568045 154568108 ENST00000368476 protein_coding 4 1 1 CHRNB2 ENSG00000160716 +CDS chr1 154568045 154568108 ENST00000637900 protein_coding 1 5 1 CHRNB2 ENSG00000160716 +CDS chr1 154569462 154569607 ENST00000368476 protein_coding 4 1 2 CHRNB2 ENSG00000160716 +CDS chr1 154569462 154569607 ENST00000637900 protein_coding 1 5 2 CHRNB2 ENSG00000160716 +CDS chr1 154569792 154569836 ENST00000368476 protein_coding 4 1 3 CHRNB2 ENSG00000160716 +CDS chr1 154569792 154569842 ENST00000637900 protein_coding 1 5 3 CHRNB2 ENSG00000160716 +CDS chr1 154570258 154570367 ENST00000368476 protein_coding 4 1 4 CHRNB2 ENSG00000160716 +CDS chr1 154570258 154570367 ENST00000637900 protein_coding 1 5 4 CHRNB2 ENSG00000160716 +CDS chr1 154571189 154572161 ENST00000368476 protein_coding 4 1 5 CHRNB2 ENSG00000160716 +CDS chr1 154571189 154572161 ENST00000637900 protein_coding 1 5 5 CHRNB2 ENSG00000160716 +CDS chr1 154575762 154575929 ENST00000368476 protein_coding 4 1 6 CHRNB2 ENSG00000160716 +CDS chr1 154575762 154575929 ENST00000637900 protein_coding 1 5 6 CHRNB2 ENSG00000160716 +transcript chr1 154581695 154627922 ENST00000679899 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154581695 154627987 ENST00000680270 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154581695 154628004 ENST00000681056 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582057 154608186 ENST00000368474 protein_coding 9 1 NA ADAR ENSG00000160710 +transcript chr1 154582057 154608186 ENST00000680305 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582067 154608186 ENST00000648231 protein_coding 2 NA NA ADAR ENSG00000160710 +transcript chr1 154582067 154627968 ENST00000368471 protein_coding 8 1 NA ADAR ENSG00000160710 +transcript chr1 154582069 154627991 ENST00000649022 protein_coding 2 NA NA ADAR ENSG00000160710 +transcript chr1 154582096 154627976 ENST00000649042 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154608797 ENST00000649749 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154627609 ENST00000648311 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154628013 ENST00000649724 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582230 154608170 ENST00000529168 protein_coding 2 5 NA ADAR ENSG00000160710 +transcript chr1 154584365 154627963 ENST00000681683 protein_coding 1 NA NA ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000679899 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000680270 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000681056 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000368474 protein_coding 9 1 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000680305 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000648231 protein_coding 2 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000368471 protein_coding 8 1 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649022 protein_coding 2 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649042 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649749 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000648311 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649724 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000529168 protein_coding 2 5 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000681683 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000679899 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000680270 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000681056 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000368474 protein_coding 9 1 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000680305 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000648231 protein_coding 2 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000368471 protein_coding 8 1 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649022 protein_coding 2 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649042 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649749 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000648311 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649724 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000529168 protein_coding 2 5 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000681683 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000679899 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000680270 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000681056 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000368474 protein_coding 9 1 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000680305 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000648231 protein_coding 2 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000368471 protein_coding 8 1 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649022 protein_coding 2 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649042 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649749 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000648311 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649724 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000529168 protein_coding 2 5 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000681683 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000679899 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000680270 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000681056 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000368474 protein_coding 9 1 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000648231 protein_coding 2 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000368471 protein_coding 8 1 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649022 protein_coding 2 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649042 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649749 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000648311 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649724 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000529168 protein_coding 2 5 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000681683 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000679899 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000680270 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000681056 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000368474 protein_coding 9 1 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000680305 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000648231 protein_coding 2 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000368471 protein_coding 8 1 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649022 protein_coding 2 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649042 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649749 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000648311 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649724 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000529168 protein_coding 2 5 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000681683 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000679899 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000680270 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000681056 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000368474 protein_coding 9 1 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000680305 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000648231 protein_coding 2 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000368471 protein_coding 8 1 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649022 protein_coding 2 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649042 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649749 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000648311 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649724 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000529168 protein_coding 2 5 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000681683 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000679899 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000680270 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000681056 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000368474 protein_coding 9 1 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000680305 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000648231 protein_coding 2 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000368471 protein_coding 8 1 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649022 protein_coding 2 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649042 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649749 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000648311 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649724 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000529168 protein_coding 2 5 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000681683 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000679899 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000680270 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000681056 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000368474 protein_coding 9 1 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000680305 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000648231 protein_coding 2 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000368471 protein_coding 8 1 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649022 protein_coding 2 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649042 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649749 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000648311 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649724 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000529168 protein_coding 2 5 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000681683 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000679899 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000680270 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000681056 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000368474 protein_coding 9 1 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000680305 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000648231 protein_coding 2 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000368471 protein_coding 8 1 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649022 protein_coding 2 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649042 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649749 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000648311 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649724 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000681683 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590262 154590409 ENST00000529168 protein_coding 2 5 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596938 ENST00000679899 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000680270 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000681056 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000368474 protein_coding 9 1 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000680305 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000648231 protein_coding 2 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000368471 protein_coding 8 1 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649022 protein_coding 2 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649042 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649749 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000648311 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649724 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000529168 protein_coding 2 5 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000681683 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000679899 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000680270 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000681056 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000368474 protein_coding 9 1 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000680305 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000648231 protein_coding 2 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000368471 protein_coding 8 1 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649022 protein_coding 2 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649042 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649749 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000648311 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649724 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000529168 protein_coding 2 5 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000681683 protein_coding 1 NA 6 ADAR ENSG00000160710 +transcript chr1 154597265 154608825 ENST00000648871 protein_coding 1 NA NA ADAR ENSG00000160710 +CDS chr1 154597265 154597267 ENST00000648871 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000679899 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000680270 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000681056 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000368474 protein_coding 9 1 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000680305 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648231 protein_coding 2 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000368471 protein_coding 8 1 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649022 protein_coding 2 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649042 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649749 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648311 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649724 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000529168 protein_coding 2 5 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000681683 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648871 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000679899 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000680270 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000681056 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000368474 protein_coding 9 1 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000680305 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648231 protein_coding 2 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000368471 protein_coding 8 1 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649022 protein_coding 2 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649042 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649749 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648311 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649724 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000529168 protein_coding 2 5 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000681683 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648871 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000679899 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000680270 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000681056 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000368474 protein_coding 9 1 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000680305 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648231 protein_coding 2 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000368471 protein_coding 8 1 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649022 protein_coding 2 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649042 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649749 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648311 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649724 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000529168 protein_coding 2 5 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000681683 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648871 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000368474 protein_coding 9 1 1 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000680305 protein_coding 1 NA 1 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000529168 protein_coding 2 5 1 ADAR ENSG00000160710 +transcript chr1 154697455 154870281 ENST00000271915 protein_coding 9 1 NA KCNN3 ENSG00000143603 +transcript chr1 154697474 154870278 ENST00000618040 protein_coding 4 5 NA KCNN3 ENSG00000143603 +transcript chr1 154707426 154859843 ENST00000361147 protein_coding 8 1 NA KCNN3 ENSG00000143603 +transcript chr1 154707952 154868319 ENST00000358505 protein_coding 2 1 NA KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000271915 protein_coding 9 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000361147 protein_coding 8 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000358505 protein_coding 2 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000618040 protein_coding 4 5 9 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000271915 protein_coding 9 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000361147 protein_coding 8 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000358505 protein_coding 2 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000618040 protein_coding 4 5 8 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000271915 protein_coding 9 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000361147 protein_coding 8 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000358505 protein_coding 2 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000618040 protein_coding 4 5 7 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000271915 protein_coding 9 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000361147 protein_coding 8 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000358505 protein_coding 2 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000618040 protein_coding 4 5 6 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000271915 protein_coding 9 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000361147 protein_coding 8 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000358505 protein_coding 2 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000618040 protein_coding 4 5 5 KCNN3 ENSG00000143603 +CDS chr1 154737044 154737088 ENST00000618040 protein_coding 4 5 4 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000271915 protein_coding 9 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000361147 protein_coding 8 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000358505 protein_coding 2 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000618040 protein_coding 4 5 3 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000271915 protein_coding 9 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000361147 protein_coding 8 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822178 ENST00000358505 protein_coding 2 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000618040 protein_coding 4 5 2 KCNN3 ENSG00000143603 +CDS chr1 154859695 154859712 ENST00000361147 protein_coding 8 1 1 KCNN3 ENSG00000143603 +CDS chr1 154869032 154869964 ENST00000271915 protein_coding 9 1 1 KCNN3 ENSG00000143603 +CDS chr1 154869032 154869964 ENST00000618040 protein_coding 4 5 1 KCNN3 ENSG00000143603 +transcript chr1 154924740 154936719 ENST00000368467 protein_coding 4 1 NA PMVK ENSG00000163344 +CDS chr1 154925132 154925265 ENST00000368467 protein_coding 4 1 5 PMVK ENSG00000163344 +CDS chr1 154926354 154926483 ENST00000368467 protein_coding 4 1 4 PMVK ENSG00000163344 +CDS chr1 154929024 154929176 ENST00000368467 protein_coding 4 1 3 PMVK ENSG00000163344 +CDS chr1 154932352 154932415 ENST00000368467 protein_coding 4 1 2 PMVK ENSG00000163344 +CDS chr1 154936591 154936685 ENST00000368467 protein_coding 4 1 1 PMVK ENSG00000163344 +transcript chr1 154944076 154956121 ENST00000368465 protein_coding 5 2 NA PBXIP1 ENSG00000163346 +transcript chr1 154944080 154956099 ENST00000368463 protein_coding 8 1 NA PBXIP1 ENSG00000163346 +CDS chr1 154945027 154945117 ENST00000368465 protein_coding 5 2 10 PBXIP1 ENSG00000163346 +CDS chr1 154945027 154945117 ENST00000368463 protein_coding 8 1 11 PBXIP1 ENSG00000163346 +CDS chr1 154945572 154946803 ENST00000368465 protein_coding 5 2 9 PBXIP1 ENSG00000163346 +CDS chr1 154945572 154946803 ENST00000368463 protein_coding 8 1 10 PBXIP1 ENSG00000163346 +transcript chr1 154947098 154956111 ENST00000368460 protein_coding 7 3 NA PBXIP1 ENSG00000163346 +CDS chr1 154947249 154947548 ENST00000368460 protein_coding 7 3 9 PBXIP1 ENSG00000163346 +CDS chr1 154947417 154947548 ENST00000368465 protein_coding 5 2 8 PBXIP1 ENSG00000163346 +CDS chr1 154947417 154947548 ENST00000368463 protein_coding 8 1 9 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368465 protein_coding 5 2 7 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368463 protein_coding 8 1 8 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368460 protein_coding 7 3 8 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368465 protein_coding 5 2 6 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368463 protein_coding 8 1 7 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368460 protein_coding 7 3 7 PBXIP1 ENSG00000163346 +CDS chr1 154948133 154948366 ENST00000368465 protein_coding 5 2 5 PBXIP1 ENSG00000163346 +CDS chr1 154948133 154948366 ENST00000368463 protein_coding 8 1 6 PBXIP1 ENSG00000163346 +CDS chr1 154948226 154948366 ENST00000368460 protein_coding 7 3 6 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368465 protein_coding 5 2 4 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368463 protein_coding 8 1 5 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368460 protein_coding 7 3 5 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368465 protein_coding 5 2 3 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368463 protein_coding 8 1 4 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368460 protein_coding 7 3 4 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951885 ENST00000368465 protein_coding 5 2 2 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951921 ENST00000368463 protein_coding 8 1 3 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951921 ENST00000368460 protein_coding 7 3 3 PBXIP1 ENSG00000163346 +CDS chr1 154953671 154953721 ENST00000368463 protein_coding 8 1 2 PBXIP1 ENSG00000163346 +CDS chr1 154953671 154953721 ENST00000368460 protein_coding 7 3 2 PBXIP1 ENSG00000163346 +transcript chr1 154957026 154961782 ENST00000368457 protein_coding 3 1 NA PYGO2 ENSG00000163348 +transcript chr1 154958740 154962036 ENST00000368456 protein_coding 1 2 NA PYGO2 ENSG00000163348 +CDS chr1 154958782 154959846 ENST00000368457 protein_coding 3 1 3 PYGO2 ENSG00000163348 +CDS chr1 154958782 154959846 ENST00000368456 protein_coding 1 2 3 PYGO2 ENSG00000163348 +CDS chr1 154960977 154961026 ENST00000368457 protein_coding 3 1 2 PYGO2 ENSG00000163348 +CDS chr1 154960977 154961018 ENST00000368456 protein_coding 1 2 2 PYGO2 ENSG00000163348 +CDS chr1 154961474 154961576 ENST00000368457 protein_coding 3 1 1 PYGO2 ENSG00000163348 +transcript chr1 154962298 154970741 ENST00000368445 protein_coding 9 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154970747 ENST00000368449 protein_coding 8 5 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154970747 ENST00000448116 protein_coding 7 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154974376 ENST00000368450 protein_coding 5 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154974376 ENST00000368453 protein_coding 8 1 NA SHC1 ENSG00000160691 +transcript chr1 154963677 154966490 ENST00000444664 protein_coding 5 5 NA SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368445 protein_coding 9 1 12 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368449 protein_coding 8 5 10 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000448116 protein_coding 7 1 12 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368450 protein_coding 5 1 13 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368453 protein_coding 8 1 13 SHC1 ENSG00000160691 +CDS chr1 154964093 154964368 ENST00000444664 protein_coding 5 5 5 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368445 protein_coding 9 1 11 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368449 protein_coding 8 5 9 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000448116 protein_coding 7 1 11 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368450 protein_coding 5 1 12 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368453 protein_coding 8 1 12 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000444664 protein_coding 5 5 4 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368445 protein_coding 9 1 10 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368449 protein_coding 8 5 8 SHC1 ENSG00000160691 +CDS chr1 154965946 154966080 ENST00000448116 protein_coding 7 1 10 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368450 protein_coding 5 1 11 SHC1 ENSG00000160691 +CDS chr1 154965946 154966080 ENST00000368453 protein_coding 8 1 11 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000444664 protein_coding 5 5 3 SHC1 ENSG00000160691 +transcript chr1 154965992 154968893 ENST00000414115 protein_coding 5 3 NA SHC1 ENSG00000160691 +CDS chr1 154965992 154966080 ENST00000414115 protein_coding 5 3 7 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368445 protein_coding 9 1 9 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368449 protein_coding 8 5 7 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000448116 protein_coding 7 1 9 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368450 protein_coding 5 1 10 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368453 protein_coding 8 1 10 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000444664 protein_coding 5 5 2 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000414115 protein_coding 5 3 6 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368445 protein_coding 9 1 8 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368449 protein_coding 8 5 6 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000448116 protein_coding 7 1 8 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368450 protein_coding 5 1 9 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368453 protein_coding 8 1 9 SHC1 ENSG00000160691 +CDS chr1 154966319 154966490 ENST00000444664 protein_coding 5 5 1 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000414115 protein_coding 5 3 5 SHC1 ENSG00000160691 +transcript chr1 154966425 154968874 ENST00000444179 protein_coding 5 2 NA SHC1 ENSG00000160691 +CDS chr1 154966425 154966517 ENST00000444179 protein_coding 5 2 6 SHC1 ENSG00000160691 +transcript chr1 154967670 154974336 ENST00000412170 protein_coding 5 5 NA SHC1 ENSG00000160691 +CDS chr1 154967670 154967797 ENST00000412170 protein_coding 5 5 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368445 protein_coding 9 1 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368449 protein_coding 8 5 5 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000448116 protein_coding 7 1 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368450 protein_coding 5 1 8 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368453 protein_coding 8 1 8 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000414115 protein_coding 5 3 4 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000444179 protein_coding 5 2 5 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368445 protein_coding 9 1 6 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368449 protein_coding 8 5 4 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000448116 protein_coding 7 1 6 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368450 protein_coding 5 1 7 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368453 protein_coding 8 1 7 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000414115 protein_coding 5 3 3 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000444179 protein_coding 5 2 4 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000412170 protein_coding 5 5 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368445 protein_coding 9 1 5 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368449 protein_coding 8 5 3 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000448116 protein_coding 7 1 5 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368450 protein_coding 5 1 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368453 protein_coding 8 1 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000444179 protein_coding 5 2 3 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368445 protein_coding 9 1 4 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000368449 protein_coding 8 5 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000448116 protein_coding 7 1 4 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368450 protein_coding 5 1 5 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368453 protein_coding 8 1 5 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000414115 protein_coding 5 3 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000444179 protein_coding 5 2 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000412170 protein_coding 5 5 5 SHC1 ENSG00000160691 +transcript chr1 154968502 154974395 ENST00000366442 protein_coding 2 3 NA SHC1 ENSG00000160691 +CDS chr1 154968502 154968614 ENST00000366442 protein_coding 2 3 6 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368445 protein_coding 9 1 3 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000448116 protein_coding 7 1 3 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368450 protein_coding 5 1 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368453 protein_coding 8 1 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000412170 protein_coding 5 5 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000366442 protein_coding 2 3 5 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368445 protein_coding 9 1 2 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000448116 protein_coding 7 1 2 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368450 protein_coding 5 1 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368453 protein_coding 8 1 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000412170 protein_coding 5 5 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000366442 protein_coding 2 3 4 SHC1 ENSG00000160691 +CDS chr1 154970032 154970526 ENST00000368445 protein_coding 9 1 1 SHC1 ENSG00000160691 +CDS chr1 154970032 154970526 ENST00000448116 protein_coding 7 1 1 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000368450 protein_coding 5 1 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000368453 protein_coding 8 1 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000412170 protein_coding 5 5 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000366442 protein_coding 2 3 3 SHC1 ENSG00000160691 +transcript chr1 154974653 154979248 ENST00000368439 protein_coding 5 1 NA CKS1B ENSG00000173207 +transcript chr1 154974681 154979251 ENST00000308987 protein_coding 6 1 NA CKS1B ENSG00000173207 +transcript chr1 154974683 154978684 ENST00000368436 protein_coding 1 2 NA CKS1B ENSG00000173207 +CDS chr1 154974746 154974804 ENST00000308987 protein_coding 6 1 1 CKS1B ENSG00000173207 +CDS chr1 154974746 154974804 ENST00000368436 protein_coding 1 2 1 CKS1B ENSG00000173207 +CDS chr1 154974902 154974912 ENST00000368439 protein_coding 5 1 1 CKS1B ENSG00000173207 +CDS chr1 154977987 154978114 ENST00000368439 protein_coding 5 1 2 CKS1B ENSG00000173207 +CDS chr1 154977987 154978114 ENST00000308987 protein_coding 6 1 2 CKS1B ENSG00000173207 +CDS chr1 154977987 154978128 ENST00000368436 protein_coding 1 2 2 CKS1B ENSG00000173207 +CDS chr1 154978725 154978774 ENST00000368439 protein_coding 5 1 3 CKS1B ENSG00000173207 +CDS chr1 154978725 154978774 ENST00000308987 protein_coding 6 1 3 CKS1B ENSG00000173207 +transcript chr1 154983344 154993111 ENST00000292180 protein_coding 8 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983352 154991206 ENST00000368433 protein_coding 5 2 NA FLAD1 ENSG00000160688 +transcript chr1 154983359 154993111 ENST00000315144 protein_coding 14 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983365 154993111 ENST00000368432 protein_coding 5 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983367 154989012 ENST00000368431 protein_coding 7 1 NA FLAD1 ENSG00000160688 +CDS chr1 154983695 154984066 ENST00000292180 protein_coding 8 1 1 FLAD1 ENSG00000160688 +CDS chr1 154983695 154984066 ENST00000368433 protein_coding 5 2 1 FLAD1 ENSG00000160688 +CDS chr1 154983986 154984066 ENST00000315144 protein_coding 14 1 2 FLAD1 ENSG00000160688 +CDS chr1 154983986 154984066 ENST00000368432 protein_coding 5 1 2 FLAD1 ENSG00000160688 +CDS chr1 154988030 154988911 ENST00000368431 protein_coding 7 1 3 FLAD1 ENSG00000160688 +transcript chr1 154988057 154993111 ENST00000295530 protein_coding 6 1 NA FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000292180 protein_coding 8 1 2 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000368433 protein_coding 5 2 2 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000315144 protein_coding 14 1 3 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000368432 protein_coding 5 1 3 FLAD1 ENSG00000160688 +CDS chr1 154988534 154988849 ENST00000295530 protein_coding 6 1 1 FLAD1 ENSG00000160688 +transcript chr1 154988541 154993111 ENST00000368428 protein_coding 1 3 NA FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000292180 protein_coding 8 1 3 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000368433 protein_coding 5 2 3 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000315144 protein_coding 14 1 4 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000368432 protein_coding 5 1 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000292180 protein_coding 8 1 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990261 ENST00000368433 protein_coding 5 2 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000315144 protein_coding 14 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000368432 protein_coding 5 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000295530 protein_coding 6 1 2 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000292180 protein_coding 8 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000315144 protein_coding 14 1 6 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000368432 protein_coding 5 1 6 FLAD1 ENSG00000160688 +CDS chr1 154990352 154990528 ENST00000368428 protein_coding 1 3 3 FLAD1 ENSG00000160688 +CDS chr1 154992565 154992659 ENST00000295530 protein_coding 6 1 3 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000292180 protein_coding 8 1 6 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000315144 protein_coding 14 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992787 ENST00000368432 protein_coding 5 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000368428 protein_coding 1 3 4 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000292180 protein_coding 8 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000315144 protein_coding 14 1 8 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000368428 protein_coding 1 3 5 FLAD1 ENSG00000160688 +transcript chr1 154993586 154994315 ENST00000392487 protein_coding 2 NA NA LENEP ENSG00000163352 +CDS chr1 154993608 154993790 ENST00000392487 protein_coding 2 NA 1 LENEP ENSG00000163352 +transcript chr1 155002630 155018522 ENST00000417934 protein_coding 6 2 NA ZBTB7B ENSG00000160685 +transcript chr1 155002657 155018522 ENST00000368426 protein_coding 3 1 NA ZBTB7B ENSG00000160685 +transcript chr1 155002802 155018523 ENST00000535420 protein_coding 6 5 NA ZBTB7B ENSG00000160685 +CDS chr1 155010920 155011015 ENST00000417934 protein_coding 6 2 3 ZBTB7B ENSG00000160685 +transcript chr1 155014448 155016981 ENST00000292176 protein_coding 2 1 NA ZBTB7B ENSG00000160685 +CDS chr1 155014655 155015814 ENST00000417934 protein_coding 6 2 4 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000368426 protein_coding 3 1 3 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000535420 protein_coding 6 5 2 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000292176 protein_coding 2 1 1 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000417934 protein_coding 6 2 5 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000368426 protein_coding 3 1 4 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000535420 protein_coding 6 5 3 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000292176 protein_coding 2 1 2 ZBTB7B ENSG00000160685 +transcript chr1 155018527 155033781 ENST00000368424 protein_coding 4 1 NA DCST2 ENSG00000163354 +CDS chr1 155018547 155018760 ENST00000368424 protein_coding 4 1 15 DCST2 ENSG00000163354 +CDS chr1 155023117 155023257 ENST00000368424 protein_coding 4 1 14 DCST2 ENSG00000163354 +CDS chr1 155023364 155023457 ENST00000368424 protein_coding 4 1 13 DCST2 ENSG00000163354 +CDS chr1 155023832 155023959 ENST00000368424 protein_coding 4 1 12 DCST2 ENSG00000163354 +CDS chr1 155024472 155024602 ENST00000368424 protein_coding 4 1 11 DCST2 ENSG00000163354 +CDS chr1 155026302 155026402 ENST00000368424 protein_coding 4 1 10 DCST2 ENSG00000163354 +CDS chr1 155026548 155026715 ENST00000368424 protein_coding 4 1 9 DCST2 ENSG00000163354 +CDS chr1 155029233 155029397 ENST00000368424 protein_coding 4 1 8 DCST2 ENSG00000163354 +CDS chr1 155030084 155030241 ENST00000368424 protein_coding 4 1 7 DCST2 ENSG00000163354 +CDS chr1 155030432 155030645 ENST00000368424 protein_coding 4 1 6 DCST2 ENSG00000163354 +CDS chr1 155031169 155031234 ENST00000368424 protein_coding 4 1 5 DCST2 ENSG00000163354 +CDS chr1 155031574 155031771 ENST00000368424 protein_coding 4 1 4 DCST2 ENSG00000163354 +CDS chr1 155032667 155032768 ENST00000368424 protein_coding 4 1 3 DCST2 ENSG00000163354 +CDS chr1 155033094 155033264 ENST00000368424 protein_coding 4 1 2 DCST2 ENSG00000163354 +CDS chr1 155033434 155033701 ENST00000368424 protein_coding 4 1 1 DCST2 ENSG00000163354 +transcript chr1 155033824 155050930 ENST00000295542 protein_coding 6 2 NA DCST1 ENSG00000163357 +transcript chr1 155033829 155050930 ENST00000423025 protein_coding 6 2 NA DCST1 ENSG00000163357 +transcript chr1 155033970 155049264 ENST00000368419 protein_coding 2 1 NA DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000295542 protein_coding 6 2 2 DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000423025 protein_coding 6 2 2 DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000368419 protein_coding 2 1 1 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000295542 protein_coding 6 2 3 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000423025 protein_coding 6 2 3 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000368419 protein_coding 2 1 2 DCST1 ENSG00000163357 +CDS chr1 155034653 155034727 ENST00000295542 protein_coding 6 2 4 DCST1 ENSG00000163357 +CDS chr1 155034653 155034727 ENST00000368419 protein_coding 2 1 3 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000295542 protein_coding 6 2 5 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000423025 protein_coding 6 2 4 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000368419 protein_coding 2 1 4 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000295542 protein_coding 6 2 6 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000423025 protein_coding 6 2 5 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000368419 protein_coding 2 1 5 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000295542 protein_coding 6 2 7 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000423025 protein_coding 6 2 6 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000368419 protein_coding 2 1 6 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000295542 protein_coding 6 2 8 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000423025 protein_coding 6 2 7 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000368419 protein_coding 2 1 7 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000295542 protein_coding 6 2 9 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000423025 protein_coding 6 2 8 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000368419 protein_coding 2 1 8 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000295542 protein_coding 6 2 10 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000423025 protein_coding 6 2 9 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000368419 protein_coding 2 1 9 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000295542 protein_coding 6 2 11 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000423025 protein_coding 6 2 10 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000368419 protein_coding 2 1 10 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000295542 protein_coding 6 2 12 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000423025 protein_coding 6 2 11 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000368419 protein_coding 2 1 11 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000295542 protein_coding 6 2 13 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000423025 protein_coding 6 2 12 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000368419 protein_coding 2 1 12 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000295542 protein_coding 6 2 14 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000423025 protein_coding 6 2 13 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000368419 protein_coding 2 1 13 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000295542 protein_coding 6 2 15 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000423025 protein_coding 6 2 14 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000368419 protein_coding 2 1 14 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000295542 protein_coding 6 2 16 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000423025 protein_coding 6 2 15 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000368419 protein_coding 2 1 15 DCST1 ENSG00000163357 +CDS chr1 155048994 155049116 ENST00000368419 protein_coding 2 1 16 DCST1 ENSG00000163357 +CDS chr1 155050617 155050865 ENST00000295542 protein_coding 6 2 17 DCST1 ENSG00000163357 +CDS chr1 155050617 155050865 ENST00000423025 protein_coding 6 2 16 DCST1 ENSG00000163357 +transcript chr1 155051286 155062758 ENST00000355956 protein_coding 6 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000359280 protein_coding 8 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000360674 protein_coding 8 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000368412 protein_coding 7 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000449910 protein_coding 6 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051306 155062775 ENST00000271836 protein_coding 10 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051316 155062769 ENST00000368413 protein_coding 5 5 NA ADAM15 ENSG00000143537 +transcript chr1 155051316 155062775 ENST00000356955 protein_coding 7 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051351 155062669 ENST00000531455 protein_coding 5 2 NA ADAM15 ENSG00000143537 +transcript chr1 155051352 155058683 ENST00000447332 protein_coding 3 2 NA ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000355956 protein_coding 6 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000359280 protein_coding 8 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000360674 protein_coding 8 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000368412 protein_coding 7 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000449910 protein_coding 6 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000271836 protein_coding 10 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000368413 protein_coding 5 5 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000356955 protein_coding 7 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000531455 protein_coding 5 2 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000447332 protein_coding 3 2 1 ADAM15 ENSG00000143537 +CDS chr1 155052531 155052559 ENST00000447332 protein_coding 3 2 2 ADAM15 ENSG00000143537 +CDS chr1 155052641 155052777 ENST00000531455 protein_coding 5 2 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000355956 protein_coding 6 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000359280 protein_coding 8 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000360674 protein_coding 8 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000368412 protein_coding 7 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000449910 protein_coding 6 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000271836 protein_coding 10 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000368413 protein_coding 5 5 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000356955 protein_coding 7 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000447332 protein_coding 3 2 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000355956 protein_coding 6 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000359280 protein_coding 8 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000360674 protein_coding 8 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000368412 protein_coding 7 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000449910 protein_coding 6 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000271836 protein_coding 10 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000368413 protein_coding 5 5 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000356955 protein_coding 7 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000531455 protein_coding 5 2 3 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000355956 protein_coding 6 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000359280 protein_coding 8 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000360674 protein_coding 8 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000368412 protein_coding 7 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000449910 protein_coding 6 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000271836 protein_coding 10 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053923 ENST00000368413 protein_coding 5 5 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000356955 protein_coding 7 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000531455 protein_coding 5 2 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000447332 protein_coding 3 2 4 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000355956 protein_coding 6 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000359280 protein_coding 8 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000360674 protein_coding 8 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000368412 protein_coding 7 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000449910 protein_coding 6 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000271836 protein_coding 10 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000356955 protein_coding 7 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000531455 protein_coding 5 2 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000447332 protein_coding 3 2 5 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000355956 protein_coding 6 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000359280 protein_coding 8 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000360674 protein_coding 8 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000368412 protein_coding 7 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000449910 protein_coding 6 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000271836 protein_coding 10 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000356955 protein_coding 7 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000531455 protein_coding 5 2 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000447332 protein_coding 3 2 6 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000355956 protein_coding 6 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000359280 protein_coding 8 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000360674 protein_coding 8 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000368412 protein_coding 7 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000449910 protein_coding 6 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000271836 protein_coding 10 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000356955 protein_coding 7 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000531455 protein_coding 5 2 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000447332 protein_coding 3 2 7 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000355956 protein_coding 6 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000359280 protein_coding 8 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000360674 protein_coding 8 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000368412 protein_coding 7 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000449910 protein_coding 6 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000271836 protein_coding 10 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000356955 protein_coding 7 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000531455 protein_coding 5 2 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000447332 protein_coding 3 2 8 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000355956 protein_coding 6 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000359280 protein_coding 8 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000360674 protein_coding 8 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000368412 protein_coding 7 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000449910 protein_coding 6 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000271836 protein_coding 10 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000356955 protein_coding 7 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000531455 protein_coding 5 2 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000447332 protein_coding 3 2 9 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000355956 protein_coding 6 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000359280 protein_coding 8 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000360674 protein_coding 8 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000368412 protein_coding 7 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000449910 protein_coding 6 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000271836 protein_coding 10 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000356955 protein_coding 7 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000531455 protein_coding 5 2 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000447332 protein_coding 3 2 10 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000355956 protein_coding 6 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000359280 protein_coding 8 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000360674 protein_coding 8 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000368412 protein_coding 7 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000449910 protein_coding 6 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000271836 protein_coding 10 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000356955 protein_coding 7 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000531455 protein_coding 5 2 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000447332 protein_coding 3 2 11 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000355956 protein_coding 6 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000359280 protein_coding 8 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000360674 protein_coding 8 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000368412 protein_coding 7 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000449910 protein_coding 6 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000271836 protein_coding 10 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000356955 protein_coding 7 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000531455 protein_coding 5 2 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000447332 protein_coding 3 2 12 ADAM15 ENSG00000143537 +CDS chr1 155057199 155057362 ENST00000368413 protein_coding 5 5 5 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000355956 protein_coding 6 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000359280 protein_coding 8 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000360674 protein_coding 8 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000368412 protein_coding 7 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000449910 protein_coding 6 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000271836 protein_coding 10 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000368413 protein_coding 5 5 6 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000356955 protein_coding 7 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000531455 protein_coding 5 2 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000447332 protein_coding 3 2 13 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000355956 protein_coding 6 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000359280 protein_coding 8 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000360674 protein_coding 8 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000368412 protein_coding 7 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000449910 protein_coding 6 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000271836 protein_coding 10 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000368413 protein_coding 5 5 7 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000356955 protein_coding 7 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000531455 protein_coding 5 2 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000447332 protein_coding 3 2 14 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000355956 protein_coding 6 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000359280 protein_coding 8 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000360674 protein_coding 8 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000368412 protein_coding 7 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000449910 protein_coding 6 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000271836 protein_coding 10 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000368413 protein_coding 5 5 8 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000356955 protein_coding 7 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000531455 protein_coding 5 2 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058471 ENST00000447332 protein_coding 3 2 15 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000355956 protein_coding 6 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000359280 protein_coding 8 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000360674 protein_coding 8 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000368412 protein_coding 7 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000449910 protein_coding 6 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000271836 protein_coding 10 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000368413 protein_coding 5 5 9 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000356955 protein_coding 7 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000531455 protein_coding 5 2 16 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000355956 protein_coding 6 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000359280 protein_coding 8 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000360674 protein_coding 8 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000368412 protein_coding 7 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000449910 protein_coding 6 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000271836 protein_coding 10 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000368413 protein_coding 5 5 10 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000356955 protein_coding 7 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000531455 protein_coding 5 2 17 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000355956 protein_coding 6 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000359280 protein_coding 8 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000360674 protein_coding 8 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000368412 protein_coding 7 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000449910 protein_coding 6 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000271836 protein_coding 10 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000368413 protein_coding 5 5 11 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000356955 protein_coding 7 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000531455 protein_coding 5 2 18 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000355956 protein_coding 6 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000359280 protein_coding 8 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000449910 protein_coding 6 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000271836 protein_coding 10 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000368413 protein_coding 5 5 12 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000356955 protein_coding 7 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000531455 protein_coding 5 2 19 ADAM15 ENSG00000143537 +CDS chr1 155061415 155061489 ENST00000355956 protein_coding 6 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061415 155061489 ENST00000356955 protein_coding 7 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061418 155061489 ENST00000368412 protein_coding 7 1 19 ADAM15 ENSG00000143537 +CDS chr1 155061418 155061489 ENST00000449910 protein_coding 6 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000359280 protein_coding 8 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000449910 protein_coding 6 1 21 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000356955 protein_coding 7 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000355956 protein_coding 6 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000359280 protein_coding 8 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062353 ENST00000360674 protein_coding 8 1 19 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062353 ENST00000368412 protein_coding 7 1 20 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000449910 protein_coding 6 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000271836 protein_coding 10 1 20 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000368413 protein_coding 5 5 13 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000356955 protein_coding 7 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000531455 protein_coding 5 2 20 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000355956 protein_coding 6 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000359280 protein_coding 8 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000449910 protein_coding 6 1 23 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000271836 protein_coding 10 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000368413 protein_coding 5 5 14 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000356955 protein_coding 7 1 23 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000531455 protein_coding 5 2 21 ADAM15 ENSG00000143537 +transcript chr1 155063737 155069538 ENST00000359751 protein_coding 8 1 NA EFNA4 ENSG00000243364 +transcript chr1 155063740 155069553 ENST00000368409 protein_coding 8 1 NA EFNA4 ENSG00000243364 +transcript chr1 155063748 155086807 ENST00000505139 protein_coding 1 2 NA NA ENSG00000251246 +transcript chr1 155063761 155069538 ENST00000427683 protein_coding 2 2 NA EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000359751 protein_coding 8 1 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000368409 protein_coding 8 1 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000427683 protein_coding 2 2 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000505139 protein_coding 1 2 1 NA ENSG00000251246 +CDS chr1 155066730 155067016 ENST00000359751 protein_coding 8 1 2 EFNA4 ENSG00000243364 +CDS chr1 155066730 155067016 ENST00000368409 protein_coding 8 1 2 EFNA4 ENSG00000243364 +CDS chr1 155066730 155067016 ENST00000427683 protein_coding 2 2 2 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000359751 protein_coding 8 1 3 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000368409 protein_coding 8 1 3 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000427683 protein_coding 2 2 3 EFNA4 ENSG00000243364 +CDS chr1 155068853 155068986 ENST00000368409 protein_coding 8 1 4 EFNA4 ENSG00000243364 +CDS chr1 155068999 155069108 ENST00000359751 protein_coding 8 1 4 EFNA4 ENSG00000243364 +CDS chr1 155069019 155069170 ENST00000427683 protein_coding 2 2 4 EFNA4 ENSG00000243364 +transcript chr1 155078837 155087538 ENST00000368408 protein_coding 4 1 NA EFNA3 ENSG00000143590 +CDS chr1 155078942 155079069 ENST00000368408 protein_coding 4 1 1 EFNA3 ENSG00000143590 +CDS chr1 155085091 155085404 ENST00000505139 protein_coding 1 2 2 NA ENSG00000251246 +CDS chr1 155085091 155085404 ENST00000368408 protein_coding 4 1 2 EFNA3 ENSG00000143590 +CDS chr1 155085877 155085942 ENST00000505139 protein_coding 1 2 3 NA ENSG00000251246 +CDS chr1 155085877 155085942 ENST00000368408 protein_coding 4 1 3 EFNA3 ENSG00000143590 +CDS chr1 155086128 155086205 ENST00000505139 protein_coding 1 2 4 NA ENSG00000251246 +CDS chr1 155086128 155086205 ENST00000368408 protein_coding 4 1 4 EFNA3 ENSG00000143590 +CDS chr1 155086413 155086540 ENST00000505139 protein_coding 1 2 5 NA ENSG00000251246 +CDS chr1 155086413 155086540 ENST00000368408 protein_coding 4 1 5 EFNA3 ENSG00000143590 +transcript chr1 155127876 155134857 ENST00000368406 protein_coding 2 1 NA EFNA1 ENSG00000169242 +transcript chr1 155127876 155134899 ENST00000368407 protein_coding 8 1 NA EFNA1 ENSG00000169242 +CDS chr1 155127978 155128069 ENST00000368406 protein_coding 2 1 1 EFNA1 ENSG00000169242 +CDS chr1 155127978 155128069 ENST00000368407 protein_coding 8 1 1 EFNA1 ENSG00000169242 +CDS chr1 155131339 155131634 ENST00000368406 protein_coding 2 1 2 EFNA1 ENSG00000169242 +CDS chr1 155131339 155131634 ENST00000368407 protein_coding 8 1 2 EFNA1 ENSG00000169242 +CDS chr1 155133503 155133568 ENST00000368407 protein_coding 8 1 3 EFNA1 ENSG00000169242 +CDS chr1 155133730 155133780 ENST00000368406 protein_coding 2 1 3 EFNA1 ENSG00000169242 +CDS chr1 155133730 155133780 ENST00000368407 protein_coding 8 1 4 EFNA1 ENSG00000169242 +CDS chr1 155133955 155134064 ENST00000368406 protein_coding 2 1 4 EFNA1 ENSG00000169242 +CDS chr1 155133955 155134064 ENST00000368407 protein_coding 8 1 5 EFNA1 ENSG00000169242 +transcript chr1 155135344 155138368 ENST00000484157 protein_coding 5 3 NA SLC50A1 ENSG00000169241 +CDS chr1 155135672 155135680 ENST00000484157 protein_coding 5 3 1 SLC50A1 ENSG00000169241 +transcript chr1 155135812 155138857 ENST00000368401 protein_coding 6 1 NA SLC50A1 ENSG00000169241 +transcript chr1 155135812 155138857 ENST00000622581 protein_coding 4 5 NA SLC50A1 ENSG00000169241 +transcript chr1 155135850 155138852 ENST00000303343 protein_coding 12 1 NA SLC50A1 ENSG00000169241 +transcript chr1 155135852 155138853 ENST00000368404 protein_coding 9 1 NA SLC50A1 ENSG00000169241 +CDS chr1 155135912 155135991 ENST00000303343 protein_coding 12 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135912 155135991 ENST00000368404 protein_coding 9 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135953 155135991 ENST00000368401 protein_coding 6 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135953 155135972 ENST00000622581 protein_coding 4 5 1 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000484157 protein_coding 5 3 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000368401 protein_coding 6 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000303343 protein_coding 12 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000368404 protein_coding 9 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000622581 protein_coding 4 5 2 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000303343 protein_coding 12 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000368404 protein_coding 9 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000484157 protein_coding 5 3 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000368401 protein_coding 6 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000622581 protein_coding 4 5 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000368404 protein_coding 9 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000484157 protein_coding 5 3 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000368401 protein_coding 6 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000622581 protein_coding 4 5 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000303343 protein_coding 12 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000368404 protein_coding 9 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000484157 protein_coding 5 3 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000368401 protein_coding 6 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000622581 protein_coding 4 5 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000303343 protein_coding 12 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000368404 protein_coding 9 1 6 SLC50A1 ENSG00000169241 +transcript chr1 155139891 155140407 ENST00000368399 protein_coding 1 NA NA DPM3 ENSG00000179085 +transcript chr1 155139891 155140531 ENST00000368400 protein_coding 5 1 NA DPM3 ENSG00000179085 +transcript chr1 155139891 155140595 ENST00000341298 protein_coding 3 2 NA DPM3 ENSG00000179085 +CDS chr1 155139965 155140330 ENST00000368399 protein_coding 1 NA 1 DPM3 ENSG00000179085 +CDS chr1 155139965 155140240 ENST00000368400 protein_coding 5 1 2 DPM3 ENSG00000179085 +CDS chr1 155139965 155140240 ENST00000341298 protein_coding 3 2 2 DPM3 ENSG00000179085 +transcript chr1 155169408 155173254 ENST00000497317 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169408 155173304 ENST00000295682 protein_coding 6 1 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169408 155173475 ENST00000491084 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169409 155173268 ENST00000482246 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169409 155187272 ENST00000473363 protein_coding 3 5 NA NA ENSG00000273088 +CDS chr1 155169409 155169560 ENST00000473363 protein_coding 3 5 5 NA ENSG00000273088 +CDS chr1 155169426 155169560 ENST00000497317 protein_coding 5 3 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169560 ENST00000295682 protein_coding 6 1 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169560 ENST00000491084 protein_coding 5 3 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169619 ENST00000482246 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155169787 155169857 ENST00000497317 protein_coding 5 3 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000295682 protein_coding 6 1 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000491084 protein_coding 5 3 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000473363 protein_coding 3 5 4 NA ENSG00000273088 +CDS chr1 155172565 155172628 ENST00000497317 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172628 ENST00000295682 protein_coding 6 1 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172628 ENST00000491084 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172892 ENST00000473363 protein_coding 3 5 3 NA ENSG00000273088 +CDS chr1 155172738 155172892 ENST00000497317 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172892 ENST00000295682 protein_coding 6 1 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172830 ENST00000491084 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172892 ENST00000482246 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000497317 protein_coding 5 3 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000295682 protein_coding 6 1 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000482246 protein_coding 5 3 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173317 155173474 ENST00000473363 protein_coding 3 5 2 NA ENSG00000273088 +transcript chr1 155173787 155184971 ENST00000545012 protein_coding 5 2 NA TRIM46 ENSG00000163462 +transcript chr1 155173849 155184970 ENST00000334634 protein_coding 9 1 NA TRIM46 ENSG00000163462 +transcript chr1 155173878 155180621 ENST00000368385 protein_coding 8 1 NA TRIM46 ENSG00000163462 +transcript chr1 155173891 155179935 ENST00000543729 protein_coding 5 5 NA TRIM46 ENSG00000163462 +transcript chr1 155173900 155182862 ENST00000368383 protein_coding 7 5 NA TRIM46 ENSG00000163462 +transcript chr1 155173909 155184969 ENST00000368382 protein_coding 5 2 NA TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000334634 protein_coding 9 1 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000368385 protein_coding 8 1 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000543729 protein_coding 5 5 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000368383 protein_coding 7 5 1 TRIM46 ENSG00000163462 +transcript chr1 155174754 155184971 ENST00000611379 protein_coding 1 1 NA TRIM46 ENSG00000163462 +CDS chr1 155174814 155174837 ENST00000611379 protein_coding 1 1 1 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000334634 protein_coding 9 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000368385 protein_coding 8 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000543729 protein_coding 5 5 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000368383 protein_coding 7 5 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000611379 protein_coding 1 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175392 155175647 ENST00000368382 protein_coding 5 2 2 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000334634 protein_coding 9 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368385 protein_coding 8 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000543729 protein_coding 5 5 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368383 protein_coding 7 5 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368382 protein_coding 5 2 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000611379 protein_coding 1 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175941 155176231 ENST00000545012 protein_coding 5 2 2 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000545012 protein_coding 5 2 3 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000334634 protein_coding 9 1 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368385 protein_coding 8 1 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000543729 protein_coding 5 5 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368383 protein_coding 7 5 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368382 protein_coding 5 2 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000611379 protein_coding 1 1 4 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000545012 protein_coding 5 2 4 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000334634 protein_coding 9 1 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368385 protein_coding 8 1 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000543729 protein_coding 5 5 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368383 protein_coding 7 5 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368382 protein_coding 5 2 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000611379 protein_coding 1 1 5 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000545012 protein_coding 5 2 5 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000334634 protein_coding 9 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368385 protein_coding 8 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000543729 protein_coding 5 5 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368383 protein_coding 7 5 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368382 protein_coding 5 2 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000611379 protein_coding 1 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000545012 protein_coding 5 2 6 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000334634 protein_coding 9 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368385 protein_coding 8 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000543729 protein_coding 5 5 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368383 protein_coding 7 5 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368382 protein_coding 5 2 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000611379 protein_coding 1 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178809 155178846 ENST00000543729 protein_coding 5 5 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000545012 protein_coding 5 2 7 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000334634 protein_coding 9 1 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368385 protein_coding 8 1 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179802 ENST00000543729 protein_coding 5 5 9 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368383 protein_coding 7 5 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368382 protein_coding 5 2 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000611379 protein_coding 1 1 8 TRIM46 ENSG00000163462 +CDS chr1 155180435 155180499 ENST00000368385 protein_coding 8 1 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000545012 protein_coding 5 2 8 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000334634 protein_coding 9 1 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182195 ENST00000368383 protein_coding 7 5 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000368382 protein_coding 5 2 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000611379 protein_coding 1 1 9 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000545012 protein_coding 5 2 9 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000334634 protein_coding 9 1 10 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000368382 protein_coding 5 2 10 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000611379 protein_coding 1 1 10 TRIM46 ENSG00000163462 +transcript chr1 155185824 155192915 ENST00000620103 protein_coding 4 5 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000338684 protein_coding 9 1 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000610359 protein_coding 4 1 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000615517 protein_coding 4 1 NA MUC1 ENSG00000185499 +transcript chr1 155185827 155188351 ENST00000462317 protein_coding 5 3 NA MUC1 ENSG00000185499 +transcript chr1 155185830 155187767 ENST00000485118 protein_coding 5 3 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000368392 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000368393 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000438413 protein_coding 5 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000457295 protein_coding 6 2 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000342482 protein_coding 8 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000343256 protein_coding 9 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368389 protein_coding 6 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368390 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368396 protein_coding 8 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368398 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000471283 protein_coding 5 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192868 ENST00000337604 protein_coding 6 1 NA MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000620103 protein_coding 4 5 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000338684 protein_coding 9 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000610359 protein_coding 4 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000615517 protein_coding 4 1 6 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368392 protein_coding 7 1 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000438413 protein_coding 5 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000342482 protein_coding 8 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000343256 protein_coding 9 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368389 protein_coding 6 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368390 protein_coding 7 1 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368396 protein_coding 8 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368398 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000337604 protein_coding 6 1 8 MUC1 ENSG00000185499 +CDS chr1 155186775 155186804 ENST00000462317 protein_coding 5 3 6 MUC1 ENSG00000185499 +CDS chr1 155186775 155186804 ENST00000457295 protein_coding 6 2 8 MUC1 ENSG00000185499 +CDS chr1 155187225 155187272 ENST00000473363 protein_coding 3 5 1 NA ENSG00000273088 +CDS chr1 155187225 155187374 ENST00000620103 protein_coding 4 5 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000338684 protein_coding 9 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000610359 protein_coding 4 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000615517 protein_coding 4 1 5 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000462317 protein_coding 5 3 5 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368392 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000438413 protein_coding 5 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000457295 protein_coding 6 2 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000342482 protein_coding 8 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000343256 protein_coding 9 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368389 protein_coding 6 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368390 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368396 protein_coding 8 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368398 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000337604 protein_coding 6 1 7 MUC1 ENSG00000185499 +CDS chr1 155187256 155187374 ENST00000485118 protein_coding 5 3 3 MUC1 ENSG00000185499 +CDS chr1 155187256 155187374 ENST00000368393 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187302 155187374 ENST00000471283 protein_coding 5 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000620103 protein_coding 4 5 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000338684 protein_coding 9 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000610359 protein_coding 4 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000615517 protein_coding 4 1 4 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000462317 protein_coding 5 3 4 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000485118 protein_coding 5 3 2 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368392 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000438413 protein_coding 5 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000457295 protein_coding 6 2 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000342482 protein_coding 8 1 3 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000343256 protein_coding 9 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368390 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368398 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000471283 protein_coding 5 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000337604 protein_coding 6 1 6 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000620103 protein_coding 4 5 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000338684 protein_coding 9 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000610359 protein_coding 4 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000462317 protein_coding 5 3 3 MUC1 ENSG00000185499 +CDS chr1 155187722 155187767 ENST00000485118 protein_coding 5 3 1 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368392 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368393 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000438413 protein_coding 5 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000457295 protein_coding 6 2 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368390 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368398 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000337604 protein_coding 6 1 5 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000620103 protein_coding 4 5 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000338684 protein_coding 9 1 3 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000462317 protein_coding 5 3 2 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368392 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368393 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188054 ENST00000438413 protein_coding 5 1 3 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000457295 protein_coding 6 2 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000343256 protein_coding 9 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368390 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000471283 protein_coding 5 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000337604 protein_coding 6 1 4 MUC1 ENSG00000185499 +CDS chr1 155188163 155188616 ENST00000620103 protein_coding 4 5 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000610359 protein_coding 4 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000615517 protein_coding 4 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188351 ENST00000462317 protein_coding 5 3 1 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368392 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000368393 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000457295 protein_coding 6 2 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000343256 protein_coding 9 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000368389 protein_coding 6 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368390 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368396 protein_coding 8 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000368398 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000471283 protein_coding 5 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000337604 protein_coding 6 1 3 MUC1 ENSG00000185499 +CDS chr1 155191908 155192283 ENST00000620103 protein_coding 4 5 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000338684 protein_coding 9 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000610359 protein_coding 4 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000615517 protein_coding 4 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000368392 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368393 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000438413 protein_coding 5 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000457295 protein_coding 6 2 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000342482 protein_coding 8 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000343256 protein_coding 9 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368389 protein_coding 6 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368390 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000368396 protein_coding 8 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368398 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000471283 protein_coding 5 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000337604 protein_coding 6 1 2 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000620103 protein_coding 4 5 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000338684 protein_coding 9 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000610359 protein_coding 4 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000615517 protein_coding 4 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368392 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368393 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000438413 protein_coding 5 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000457295 protein_coding 6 2 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000342482 protein_coding 8 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000343256 protein_coding 9 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368389 protein_coding 6 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368390 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368396 protein_coding 8 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368398 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000471283 protein_coding 5 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000337604 protein_coding 6 1 1 MUC1 ENSG00000185499 +transcript chr1 155195588 155207897 ENST00000368378 protein_coding 7 1 NA THBS3 ENSG00000169231 +transcript chr1 155195590 155207981 ENST00000541576 protein_coding 5 1 NA THBS3 ENSG00000169231 +transcript chr1 155195666 155207917 ENST00000457183 protein_coding 6 2 NA THBS3 ENSG00000169231 +transcript chr1 155195791 155207899 ENST00000541990 protein_coding 5 1 NA THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000368378 protein_coding 7 1 23 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000541576 protein_coding 5 1 22 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000457183 protein_coding 6 2 21 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000541990 protein_coding 5 1 22 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000368378 protein_coding 7 1 22 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000541576 protein_coding 5 1 21 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000457183 protein_coding 6 2 20 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000541990 protein_coding 5 1 21 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000368378 protein_coding 7 1 21 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000541576 protein_coding 5 1 20 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000457183 protein_coding 6 2 19 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000541990 protein_coding 5 1 20 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000368378 protein_coding 7 1 20 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000541576 protein_coding 5 1 19 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000457183 protein_coding 6 2 18 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000541990 protein_coding 5 1 19 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000368378 protein_coding 7 1 19 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000541576 protein_coding 5 1 18 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000457183 protein_coding 6 2 17 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000541990 protein_coding 5 1 18 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000368378 protein_coding 7 1 18 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000541576 protein_coding 5 1 17 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000457183 protein_coding 6 2 16 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000541990 protein_coding 5 1 17 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000368378 protein_coding 7 1 17 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000541576 protein_coding 5 1 16 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000457183 protein_coding 6 2 15 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000541990 protein_coding 5 1 16 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000368378 protein_coding 7 1 16 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000541576 protein_coding 5 1 15 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000457183 protein_coding 6 2 14 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000541990 protein_coding 5 1 15 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000368378 protein_coding 7 1 15 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000541576 protein_coding 5 1 14 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000457183 protein_coding 6 2 13 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000541990 protein_coding 5 1 14 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000368378 protein_coding 7 1 14 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000541576 protein_coding 5 1 13 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000457183 protein_coding 6 2 12 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000541990 protein_coding 5 1 13 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000368378 protein_coding 7 1 13 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000541576 protein_coding 5 1 12 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000457183 protein_coding 6 2 11 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000541990 protein_coding 5 1 12 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000368378 protein_coding 7 1 12 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000541576 protein_coding 5 1 11 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000457183 protein_coding 6 2 10 THBS3 ENSG00000169231 +CDS chr1 155201094 155201120 ENST00000541990 protein_coding 5 1 11 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000368378 protein_coding 7 1 11 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000541576 protein_coding 5 1 10 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000457183 protein_coding 6 2 9 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000368378 protein_coding 7 1 10 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000541576 protein_coding 5 1 9 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000457183 protein_coding 6 2 8 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000368378 protein_coding 7 1 9 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000541576 protein_coding 5 1 8 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000457183 protein_coding 6 2 7 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000368378 protein_coding 7 1 8 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000541576 protein_coding 5 1 7 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000457183 protein_coding 6 2 6 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000368378 protein_coding 7 1 7 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000541576 protein_coding 5 1 6 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000457183 protein_coding 6 2 5 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000368378 protein_coding 7 1 6 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000541576 protein_coding 5 1 5 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000457183 protein_coding 6 2 4 THBS3 ENSG00000169231 +CDS chr1 155203513 155203539 ENST00000368378 protein_coding 7 1 5 THBS3 ENSG00000169231 +CDS chr1 155203513 155203539 ENST00000457183 protein_coding 6 2 3 THBS3 ENSG00000169231 +CDS chr1 155204855 155204957 ENST00000368378 protein_coding 7 1 4 THBS3 ENSG00000169231 +CDS chr1 155204855 155204957 ENST00000541576 protein_coding 5 1 4 THBS3 ENSG00000169231 +CDS chr1 155205060 155205316 ENST00000368378 protein_coding 7 1 3 THBS3 ENSG00000169231 +CDS chr1 155205060 155205316 ENST00000541576 protein_coding 5 1 3 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000368378 protein_coding 7 1 2 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000541576 protein_coding 5 1 2 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000457183 protein_coding 6 2 2 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000368378 protein_coding 7 1 1 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000541576 protein_coding 5 1 1 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000457183 protein_coding 6 2 1 THBS3 ENSG00000169231 +transcript chr1 155208695 155213823 ENST00000368376 protein_coding 8 1 NA MTX1 ENSG00000173171 +transcript chr1 155208797 155213823 ENST00000316721 protein_coding 8 1 NA MTX1 ENSG00000173171 +CDS chr1 155208805 155209332 ENST00000368376 protein_coding 8 1 1 MTX1 ENSG00000173171 +CDS chr1 155208805 155209332 ENST00000316721 protein_coding 8 1 1 MTX1 ENSG00000173171 +transcript chr1 155209247 155213824 ENST00000609421 protein_coding 1 1 NA MTX1 ENSG00000173171 +CDS chr1 155209252 155209332 ENST00000609421 protein_coding 1 1 1 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000368376 protein_coding 8 1 2 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000316721 protein_coding 8 1 2 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000609421 protein_coding 1 1 2 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000368376 protein_coding 8 1 3 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000316721 protein_coding 8 1 3 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000609421 protein_coding 1 1 3 MTX1 ENSG00000173171 +CDS chr1 155212127 155212219 ENST00000368376 protein_coding 8 1 4 MTX1 ENSG00000173171 +CDS chr1 155212127 155212219 ENST00000609421 protein_coding 1 1 4 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000368376 protein_coding 8 1 5 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000316721 protein_coding 8 1 4 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000609421 protein_coding 1 1 5 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000368376 protein_coding 8 1 6 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000316721 protein_coding 8 1 5 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000609421 protein_coding 1 1 6 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000368376 protein_coding 8 1 7 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000316721 protein_coding 8 1 6 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000609421 protein_coding 1 1 7 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000368376 protein_coding 8 1 8 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000316721 protein_coding 8 1 7 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000609421 protein_coding 1 1 8 MTX1 ENSG00000173171 +transcript chr1 155234452 155241249 ENST00000368373 protein_coding 8 1 NA GBA ENSG00000177628 +transcript chr1 155234452 155244670 ENST00000327247 protein_coding 9 1 NA GBA ENSG00000177628 +transcript chr1 155234559 155241275 ENST00000427500 protein_coding 7 2 NA GBA ENSG00000177628 +transcript chr1 155234868 155244699 ENST00000428024 protein_coding 3 2 NA GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000368373 protein_coding 8 1 11 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000327247 protein_coding 9 1 12 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000427500 protein_coding 7 2 10 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000428024 protein_coding 3 2 10 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000368373 protein_coding 8 1 10 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000327247 protein_coding 9 1 11 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000427500 protein_coding 7 2 9 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000428024 protein_coding 3 2 9 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000368373 protein_coding 8 1 9 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000327247 protein_coding 9 1 10 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000427500 protein_coding 7 2 8 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000428024 protein_coding 3 2 8 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000368373 protein_coding 8 1 8 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000327247 protein_coding 9 1 9 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000427500 protein_coding 7 2 7 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000428024 protein_coding 3 2 7 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000368373 protein_coding 8 1 7 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000327247 protein_coding 9 1 8 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000427500 protein_coding 7 2 6 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000428024 protein_coding 3 2 6 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000368373 protein_coding 8 1 6 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000327247 protein_coding 9 1 7 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000427500 protein_coding 7 2 5 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000428024 protein_coding 3 2 5 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000368373 protein_coding 8 1 5 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000327247 protein_coding 9 1 6 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000427500 protein_coding 7 2 4 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000428024 protein_coding 3 2 4 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000368373 protein_coding 8 1 4 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000327247 protein_coding 9 1 5 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000428024 protein_coding 3 2 3 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000368373 protein_coding 8 1 3 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000327247 protein_coding 9 1 4 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000427500 protein_coding 7 2 3 GBA ENSG00000177628 +CDS chr1 155239886 155239931 ENST00000428024 protein_coding 3 2 2 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000368373 protein_coding 8 1 2 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000327247 protein_coding 9 1 3 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000427500 protein_coding 7 2 2 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000368373 protein_coding 8 1 1 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000327247 protein_coding 9 1 2 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000427500 protein_coding 7 2 1 GBA ENSG00000177628 +transcript chr1 155247205 155254960 ENST00000350210 protein_coding 6 1 NA FAM189B ENSG00000160767 +transcript chr1 155247205 155255483 ENST00000361361 protein_coding 7 1 NA FAM189B ENSG00000160767 +transcript chr1 155247217 155254968 ENST00000368368 protein_coding 7 1 NA FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000350210 protein_coding 6 1 9 FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000361361 protein_coding 7 1 12 FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000368368 protein_coding 7 1 11 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000350210 protein_coding 6 1 8 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000361361 protein_coding 7 1 11 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000368368 protein_coding 7 1 10 FAM189B ENSG00000160767 +transcript chr1 155248074 155254908 ENST00000491082 protein_coding 1 5 NA FAM189B ENSG00000160767 +CDS chr1 155248074 155248303 ENST00000491082 protein_coding 1 5 7 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000350210 protein_coding 6 1 7 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000361361 protein_coding 7 1 10 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000368368 protein_coding 7 1 9 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000491082 protein_coding 1 5 6 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000350210 protein_coding 6 1 6 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000361361 protein_coding 7 1 9 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000368368 protein_coding 7 1 8 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000350210 protein_coding 6 1 5 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000361361 protein_coding 7 1 8 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000368368 protein_coding 7 1 7 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000491082 protein_coding 1 5 5 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000350210 protein_coding 6 1 4 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000361361 protein_coding 7 1 7 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000368368 protein_coding 7 1 6 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000491082 protein_coding 1 5 4 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000350210 protein_coding 6 1 3 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000361361 protein_coding 7 1 6 FAM189B ENSG00000160767 +CDS chr1 155251733 155251908 ENST00000368368 protein_coding 7 1 5 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000491082 protein_coding 1 5 3 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000350210 protein_coding 6 1 2 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000361361 protein_coding 7 1 5 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000368368 protein_coding 7 1 4 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000491082 protein_coding 1 5 2 FAM189B ENSG00000160767 +CDS chr1 155253859 155253978 ENST00000361361 protein_coding 7 1 4 FAM189B ENSG00000160767 +CDS chr1 155253859 155253978 ENST00000368368 protein_coding 7 1 3 FAM189B ENSG00000160767 +CDS chr1 155254084 155254194 ENST00000361361 protein_coding 7 1 3 FAM189B ENSG00000160767 +CDS chr1 155254084 155254194 ENST00000368368 protein_coding 7 1 2 FAM189B ENSG00000160767 +CDS chr1 155254400 155254456 ENST00000361361 protein_coding 7 1 2 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000350210 protein_coding 6 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000361361 protein_coding 7 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000368368 protein_coding 7 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000491082 protein_coding 1 5 1 FAM189B ENSG00000160767 +transcript chr1 155255981 155262360 ENST00000302631 protein_coding 8 1 NA SCAMP3 ENSG00000116521 +transcript chr1 155255981 155262430 ENST00000355379 protein_coding 3 1 NA SCAMP3 ENSG00000116521 +CDS chr1 155256276 155256419 ENST00000302631 protein_coding 8 1 9 SCAMP3 ENSG00000116521 +CDS chr1 155256276 155256419 ENST00000355379 protein_coding 3 1 8 SCAMP3 ENSG00000116521 +CDS chr1 155256674 155256791 ENST00000302631 protein_coding 8 1 8 SCAMP3 ENSG00000116521 +CDS chr1 155256674 155256791 ENST00000355379 protein_coding 3 1 7 SCAMP3 ENSG00000116521 +CDS chr1 155257285 155257386 ENST00000302631 protein_coding 8 1 7 SCAMP3 ENSG00000116521 +CDS chr1 155257285 155257386 ENST00000355379 protein_coding 3 1 6 SCAMP3 ENSG00000116521 +CDS chr1 155257498 155257657 ENST00000302631 protein_coding 8 1 6 SCAMP3 ENSG00000116521 +CDS chr1 155257498 155257657 ENST00000355379 protein_coding 3 1 5 SCAMP3 ENSG00000116521 +CDS chr1 155258826 155258954 ENST00000302631 protein_coding 8 1 5 SCAMP3 ENSG00000116521 +CDS chr1 155258826 155258954 ENST00000355379 protein_coding 3 1 4 SCAMP3 ENSG00000116521 +CDS chr1 155260330 155260450 ENST00000302631 protein_coding 8 1 4 SCAMP3 ENSG00000116521 +CDS chr1 155260330 155260450 ENST00000355379 protein_coding 3 1 3 SCAMP3 ENSG00000116521 +CDS chr1 155260537 155260659 ENST00000302631 protein_coding 8 1 3 SCAMP3 ENSG00000116521 +CDS chr1 155260537 155260659 ENST00000355379 protein_coding 3 1 2 SCAMP3 ENSG00000116521 +CDS chr1 155261657 155261734 ENST00000302631 protein_coding 8 1 2 SCAMP3 ENSG00000116521 +CDS chr1 155262086 155262151 ENST00000302631 protein_coding 8 1 1 SCAMP3 ENSG00000116521 +CDS chr1 155262086 155262151 ENST00000355379 protein_coding 3 1 1 SCAMP3 ENSG00000116521 +transcript chr1 155262868 155273287 ENST00000361168 protein_coding 9 1 NA CLK2 ENSG00000176444 +transcript chr1 155262868 155273504 ENST00000368361 protein_coding 9 1 NA CLK2 ENSG00000176444 +transcript chr1 155262874 155273482 ENST00000355560 protein_coding 4 5 NA CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000361168 protein_coding 9 1 13 CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000368361 protein_coding 9 1 13 CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000355560 protein_coding 4 5 13 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000361168 protein_coding 9 1 12 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000368361 protein_coding 9 1 12 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000355560 protein_coding 4 5 12 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000361168 protein_coding 9 1 11 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000368361 protein_coding 9 1 11 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000355560 protein_coding 4 5 11 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000361168 protein_coding 9 1 10 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000368361 protein_coding 9 1 10 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000355560 protein_coding 4 5 10 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000361168 protein_coding 9 1 9 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000368361 protein_coding 9 1 9 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000355560 protein_coding 4 5 9 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000361168 protein_coding 9 1 8 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000368361 protein_coding 9 1 8 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000355560 protein_coding 4 5 8 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000361168 protein_coding 9 1 7 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000368361 protein_coding 9 1 7 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000355560 protein_coding 4 5 7 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000361168 protein_coding 9 1 6 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000368361 protein_coding 9 1 6 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000355560 protein_coding 4 5 6 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000361168 protein_coding 9 1 5 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000368361 protein_coding 9 1 5 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000355560 protein_coding 4 5 5 CLK2 ENSG00000176444 +CDS chr1 155268708 155268792 ENST00000361168 protein_coding 9 1 4 CLK2 ENSG00000176444 +CDS chr1 155268708 155268795 ENST00000368361 protein_coding 9 1 4 CLK2 ENSG00000176444 +CDS chr1 155268708 155268792 ENST00000355560 protein_coding 4 5 4 CLK2 ENSG00000176444 +CDS chr1 155269488 155269716 ENST00000361168 protein_coding 9 1 3 CLK2 ENSG00000176444 +CDS chr1 155269488 155269716 ENST00000368361 protein_coding 9 1 3 CLK2 ENSG00000176444 +CDS chr1 155269488 155269713 ENST00000355560 protein_coding 4 5 3 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000361168 protein_coding 9 1 2 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000368361 protein_coding 9 1 2 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000355560 protein_coding 4 5 2 CLK2 ENSG00000176444 +transcript chr1 155277463 155289848 ENST00000368358 protein_coding 4 1 NA HCN3 ENSG00000143630 +CDS chr1 155277591 155277868 ENST00000368358 protein_coding 4 1 1 HCN3 ENSG00000143630 +CDS chr1 155282411 155282840 ENST00000368358 protein_coding 4 1 2 HCN3 ENSG00000143630 +CDS chr1 155283974 155284135 ENST00000368358 protein_coding 4 1 3 HCN3 ENSG00000143630 +CDS chr1 155284539 155284757 ENST00000368358 protein_coding 4 1 4 HCN3 ENSG00000143630 +CDS chr1 155285165 155285311 ENST00000368358 protein_coding 4 1 5 HCN3 ENSG00000143630 +CDS chr1 155285724 155285964 ENST00000368358 protein_coding 4 1 6 HCN3 ENSG00000143630 +CDS chr1 155287173 155287337 ENST00000368358 protein_coding 4 1 7 HCN3 ENSG00000143630 +CDS chr1 155287781 155288460 ENST00000368358 protein_coding 4 1 8 HCN3 ENSG00000143630 +transcript chr1 155289293 155301438 ENST00000342741 protein_coding 6 1 NA PKLR ENSG00000143627 +transcript chr1 155289839 155301001 ENST00000392414 protein_coding 7 1 NA PKLR ENSG00000143627 +CDS chr1 155290575 155290678 ENST00000342741 protein_coding 6 1 11 PKLR ENSG00000143627 +CDS chr1 155290575 155290678 ENST00000392414 protein_coding 7 1 11 PKLR ENSG00000143627 +CDS chr1 155291756 155291937 ENST00000342741 protein_coding 6 1 10 PKLR ENSG00000143627 +CDS chr1 155291756 155291937 ENST00000392414 protein_coding 7 1 10 PKLR ENSG00000143627 +CDS chr1 155293177 155293343 ENST00000342741 protein_coding 6 1 9 PKLR ENSG00000143627 +CDS chr1 155293177 155293343 ENST00000392414 protein_coding 7 1 9 PKLR ENSG00000143627 +CDS chr1 155293438 155293590 ENST00000342741 protein_coding 6 1 8 PKLR ENSG00000143627 +CDS chr1 155293438 155293590 ENST00000392414 protein_coding 7 1 8 PKLR ENSG00000143627 +CDS chr1 155294235 155294385 ENST00000342741 protein_coding 6 1 7 PKLR ENSG00000143627 +CDS chr1 155294235 155294385 ENST00000392414 protein_coding 7 1 7 PKLR ENSG00000143627 +CDS chr1 155294482 155294752 ENST00000342741 protein_coding 6 1 6 PKLR ENSG00000143627 +CDS chr1 155294482 155294752 ENST00000392414 protein_coding 7 1 6 PKLR ENSG00000143627 +CDS chr1 155295116 155295302 ENST00000342741 protein_coding 6 1 5 PKLR ENSG00000143627 +CDS chr1 155295116 155295302 ENST00000392414 protein_coding 7 1 5 PKLR ENSG00000143627 +transcript chr1 155295135 155300956 ENST00000434082 protein_coding 3 5 NA PKLR ENSG00000143627 +CDS chr1 155295135 155295302 ENST00000434082 protein_coding 3 5 5 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000342741 protein_coding 6 1 4 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000392414 protein_coding 7 1 4 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000434082 protein_coding 3 5 4 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000342741 protein_coding 6 1 3 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000392414 protein_coding 7 1 3 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000434082 protein_coding 3 5 3 PKLR ENSG00000143627 +CDS chr1 155300098 155300280 ENST00000342741 protein_coding 6 1 2 PKLR ENSG00000143627 +CDS chr1 155300098 155300280 ENST00000392414 protein_coding 7 1 2 PKLR ENSG00000143627 +CDS chr1 155300098 155300188 ENST00000434082 protein_coding 3 5 2 PKLR ENSG00000143627 +CDS chr1 155300881 155300887 ENST00000392414 protein_coding 7 1 1 PKLR ENSG00000143627 +CDS chr1 155301296 155301395 ENST00000342741 protein_coding 6 1 1 PKLR ENSG00000143627 +transcript chr1 155308748 155320666 ENST00000611010 protein_coding 4 5 NA FDPS ENSG00000160752 +transcript chr1 155308794 155320609 ENST00000447866 protein_coding 5 5 NA FDPS ENSG00000160752 +transcript chr1 155308866 155320665 ENST00000368356 protein_coding 9 2 NA FDPS ENSG00000160752 +transcript chr1 155308889 155320647 ENST00000467076 protein_coding 5 3 NA FDPS ENSG00000160752 +transcript chr1 155308914 155318905 ENST00000491013 protein_coding 5 5 NA FDPS ENSG00000160752 +transcript chr1 155308916 155320665 ENST00000356657 protein_coding 10 1 NA FDPS ENSG00000160752 +transcript chr1 155308959 155317982 ENST00000465559 protein_coding 5 3 NA FDPS ENSG00000160752 +transcript chr1 155308970 155320637 ENST00000612683 protein_coding 1 5 NA FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000368356 protein_coding 9 2 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000491013 protein_coding 5 5 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000356657 protein_coding 10 1 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000465559 protein_coding 5 3 2 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000368356 protein_coding 9 2 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000491013 protein_coding 5 5 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000356657 protein_coding 10 1 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000465559 protein_coding 5 3 3 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000447866 protein_coding 5 5 2 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000467076 protein_coding 5 3 2 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000612683 protein_coding 1 5 2 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000447866 protein_coding 5 5 3 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000368356 protein_coding 9 2 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000467076 protein_coding 5 3 3 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000491013 protein_coding 5 5 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000356657 protein_coding 10 1 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000465559 protein_coding 5 3 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000612683 protein_coding 1 5 3 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000447866 protein_coding 5 5 4 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000368356 protein_coding 9 2 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000467076 protein_coding 5 3 4 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000491013 protein_coding 5 5 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000356657 protein_coding 10 1 5 FDPS ENSG00000160752 +CDS chr1 155317941 155317982 ENST00000465559 protein_coding 5 3 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000612683 protein_coding 1 5 4 FDPS ENSG00000160752 +CDS chr1 155317974 155318021 ENST00000611010 protein_coding 4 5 3 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000611010 protein_coding 4 5 4 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000447866 protein_coding 5 5 5 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000368356 protein_coding 9 2 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000467076 protein_coding 5 3 5 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000491013 protein_coding 5 5 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000356657 protein_coding 10 1 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000612683 protein_coding 1 5 5 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000611010 protein_coding 4 5 5 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000447866 protein_coding 5 5 6 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000368356 protein_coding 9 2 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000467076 protein_coding 5 3 6 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000491013 protein_coding 5 5 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000356657 protein_coding 10 1 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000612683 protein_coding 1 5 6 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000611010 protein_coding 4 5 6 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000447866 protein_coding 5 5 7 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000368356 protein_coding 9 2 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000467076 protein_coding 5 3 7 FDPS ENSG00000160752 +CDS chr1 155318856 155318905 ENST00000491013 protein_coding 5 5 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000356657 protein_coding 10 1 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000612683 protein_coding 1 5 7 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000611010 protein_coding 4 5 7 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000447866 protein_coding 5 5 8 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000368356 protein_coding 9 2 9 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000467076 protein_coding 5 3 8 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000356657 protein_coding 10 1 9 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000612683 protein_coding 1 5 8 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000611010 protein_coding 4 5 8 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000447866 protein_coding 5 5 9 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000368356 protein_coding 9 2 10 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000467076 protein_coding 5 3 9 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000356657 protein_coding 10 1 10 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000612683 protein_coding 1 5 9 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000611010 protein_coding 4 5 9 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000447866 protein_coding 5 5 10 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000368356 protein_coding 9 2 11 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000467076 protein_coding 5 3 10 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000356657 protein_coding 10 1 11 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000612683 protein_coding 1 5 10 FDPS ENSG00000160752 +transcript chr1 155320894 155331114 ENST00000368352 protein_coding 10 2 NA RUSC1 ENSG00000160753 +transcript chr1 155320896 155331112 ENST00000368354 protein_coding 7 2 NA RUSC1 ENSG00000160753 +CDS chr1 155321774 155323130 ENST00000368352 protein_coding 10 2 2 RUSC1 ENSG00000160753 +CDS chr1 155321774 155323130 ENST00000368354 protein_coding 7 2 2 RUSC1 ENSG00000160753 +transcript chr1 155323525 155327028 ENST00000497930 protein_coding 5 3 NA RUSC1 ENSG00000160753 +transcript chr1 155323937 155331114 ENST00000368347 protein_coding 8 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324278 155326922 ENST00000489860 protein_coding 5 5 NA RUSC1 ENSG00000160753 +CDS chr1 155324418 155324544 ENST00000368347 protein_coding 8 1 1 RUSC1 ENSG00000160753 +transcript chr1 155324513 155331112 ENST00000368349 protein_coding 8 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324522 155330730 ENST00000490373 protein_coding 5 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324523 155328275 ENST00000479924 protein_coding 5 3 NA RUSC1 ENSG00000160753 +transcript chr1 155324539 155331114 ENST00000471876 protein_coding 5 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324577 155331114 ENST00000292254 protein_coding 8 1 NA RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368352 protein_coding 10 2 3 RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368354 protein_coding 7 2 3 RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368347 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000497930 protein_coding 5 3 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000489860 protein_coding 5 5 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000368349 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000479924 protein_coding 5 3 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000292254 protein_coding 8 1 1 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368352 protein_coding 10 2 4 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368354 protein_coding 7 2 4 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000497930 protein_coding 5 3 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368347 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000489860 protein_coding 5 5 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368349 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000479924 protein_coding 5 3 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000292254 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368352 protein_coding 10 2 5 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368354 protein_coding 7 2 5 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000497930 protein_coding 5 3 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368347 protein_coding 8 1 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000489860 protein_coding 5 5 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368349 protein_coding 8 1 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000479924 protein_coding 5 3 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000292254 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368352 protein_coding 10 2 6 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368354 protein_coding 7 2 6 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000497930 protein_coding 5 3 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368347 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000489860 protein_coding 5 5 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368349 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000479924 protein_coding 5 3 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000292254 protein_coding 8 1 4 RUSC1 ENSG00000160753 +transcript chr1 155325567 155327132 ENST00000485924 protein_coding 2 3 NA RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000485924 protein_coding 2 3 1 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368352 protein_coding 10 2 7 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368354 protein_coding 7 2 7 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000497930 protein_coding 5 3 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368347 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000489860 protein_coding 5 5 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368349 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000479924 protein_coding 5 3 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000292254 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000485924 protein_coding 2 3 2 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368352 protein_coding 10 2 8 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327028 ENST00000497930 protein_coding 5 3 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368347 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155326922 ENST00000489860 protein_coding 5 5 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368349 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000292254 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155326610 155327132 ENST00000485924 protein_coding 2 3 3 RUSC1 ENSG00000160753 +CDS chr1 155326792 155327132 ENST00000490373 protein_coding 5 1 6 RUSC1 ENSG00000160753 +CDS chr1 155326898 155327132 ENST00000368354 protein_coding 7 2 8 RUSC1 ENSG00000160753 +CDS chr1 155326898 155327132 ENST00000479924 protein_coding 5 3 7 RUSC1 ENSG00000160753 +CDS chr1 155327044 155327132 ENST00000471876 protein_coding 5 1 6 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368352 protein_coding 10 2 9 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368354 protein_coding 7 2 9 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368347 protein_coding 8 1 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368349 protein_coding 8 1 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000490373 protein_coding 5 1 7 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000479924 protein_coding 5 3 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000471876 protein_coding 5 1 7 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000292254 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368352 protein_coding 10 2 10 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368354 protein_coding 7 2 10 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368347 protein_coding 8 1 9 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368349 protein_coding 8 1 9 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000490373 protein_coding 5 1 8 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000471876 protein_coding 5 1 8 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000292254 protein_coding 8 1 8 RUSC1 ENSG00000160753 +transcript chr1 155335268 155562693 ENST00000368346 protein_coding 7 1 NA ASH1L ENSG00000116539 +transcript chr1 155335268 155562803 ENST00000392403 protein_coding 8 5 NA ASH1L ENSG00000116539 +transcript chr1 155335287 155521618 ENST00000677825 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155562841 ENST00000679333 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563092 ENST00000679097 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563115 ENST00000678117 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563162 ENST00000677213 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335301 155344274 ENST00000677992 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335301 155562841 ENST00000679133 protein_coding 1 NA NA ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000368346 protein_coding 7 1 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000392403 protein_coding 8 5 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677825 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679333 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679097 protein_coding 1 NA 29 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000678117 protein_coding 1 NA 29 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677213 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677992 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679133 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000368346 protein_coding 7 1 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000392403 protein_coding 8 5 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677825 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000679333 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000679097 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000678117 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677213 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677992 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155338089 155338405 ENST00000679133 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000368346 protein_coding 7 1 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000392403 protein_coding 8 5 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677825 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679333 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679097 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000678117 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677213 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677992 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679133 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000368346 protein_coding 7 1 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000392403 protein_coding 8 5 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677825 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679333 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679097 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000678117 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677213 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677992 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679133 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000368346 protein_coding 7 1 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000392403 protein_coding 8 5 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677825 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679333 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679097 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000678117 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677213 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677992 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679133 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343592 155343742 ENST00000677992 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000368346 protein_coding 7 1 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000392403 protein_coding 8 5 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000677825 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679333 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679097 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000678117 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000677213 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679133 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000368346 protein_coding 7 1 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000392403 protein_coding 8 5 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000677825 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679333 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679097 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000678117 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000677213 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344274 ENST00000677992 protein_coding 1 NA 1 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679133 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000368346 protein_coding 7 1 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000392403 protein_coding 8 5 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000677825 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679333 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679097 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000678117 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000677213 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679133 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000368346 protein_coding 7 1 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000392403 protein_coding 8 5 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347901 ENST00000677825 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679333 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679097 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000678117 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000677213 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679133 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000368346 protein_coding 7 1 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000392403 protein_coding 8 5 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000677825 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679333 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679097 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000678117 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000677213 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679133 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000368346 protein_coding 7 1 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000392403 protein_coding 8 5 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000677825 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679333 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679097 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000678117 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000677213 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679133 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000368346 protein_coding 7 1 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000392403 protein_coding 8 5 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000677825 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679333 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679097 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000678117 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000677213 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679133 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000368346 protein_coding 7 1 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000392403 protein_coding 8 5 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000677825 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679333 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679097 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000678117 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000677213 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679133 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000368346 protein_coding 7 1 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000392403 protein_coding 8 5 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000677825 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679333 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679097 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000678117 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000677213 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679133 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000368346 protein_coding 7 1 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000392403 protein_coding 8 5 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000677825 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679333 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679097 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000678117 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000677213 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679133 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000368346 protein_coding 7 1 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000392403 protein_coding 8 5 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000677825 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679333 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679097 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000678117 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000677213 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679133 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000368346 protein_coding 7 1 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000392403 protein_coding 8 5 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000677825 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679333 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679097 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000678117 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000677213 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679133 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000368346 protein_coding 7 1 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000392403 protein_coding 8 5 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000677825 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679333 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679097 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000678117 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000677213 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679133 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000368346 protein_coding 7 1 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000392403 protein_coding 8 5 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000677825 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679333 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679097 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000678117 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000677213 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679133 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000368346 protein_coding 7 1 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000392403 protein_coding 8 5 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000677825 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679333 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679097 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000678117 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000677213 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679133 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380131 ENST00000368346 protein_coding 7 1 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000392403 protein_coding 8 5 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000677825 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679333 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679097 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000678117 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000677213 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679133 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000368346 protein_coding 7 1 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000392403 protein_coding 8 5 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000677825 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679333 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679097 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000678117 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000677213 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679133 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000368346 protein_coding 7 1 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000392403 protein_coding 8 5 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000677825 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000679097 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000678117 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000677213 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000679133 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000368346 protein_coding 7 1 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000392403 protein_coding 8 5 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000677825 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679333 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679097 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000678117 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000677213 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679133 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000368346 protein_coding 7 1 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000392403 protein_coding 8 5 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000677825 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679333 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679097 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000678117 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000677213 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679133 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000368346 protein_coding 7 1 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000392403 protein_coding 8 5 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000677825 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679333 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679097 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000678117 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000677213 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679133 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000368346 protein_coding 7 1 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000392403 protein_coding 8 5 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000677825 protein_coding 1 NA 1 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679333 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679097 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000678117 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000677213 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679133 protein_coding 1 NA 2 ASH1L ENSG00000116539 +transcript chr1 155610218 155614933 ENST00000649846 protein_coding 1 NA NA MSTO1 ENSG00000125459 +transcript chr1 155610218 155614951 ENST00000245564 protein_coding 8 1 NA MSTO1 ENSG00000125459 +transcript chr1 155610241 155614935 ENST00000368341 protein_coding 8 2 NA MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000649846 protein_coding 1 NA 1 MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000245564 protein_coding 8 1 1 MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000368341 protein_coding 8 2 1 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000649846 protein_coding 1 NA 2 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000245564 protein_coding 8 1 2 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000368341 protein_coding 8 2 2 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000649846 protein_coding 1 NA 3 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000245564 protein_coding 8 1 3 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000368341 protein_coding 8 2 3 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611291 ENST00000649846 protein_coding 1 NA 4 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611291 ENST00000245564 protein_coding 8 1 4 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611241 ENST00000368341 protein_coding 8 2 4 MSTO1 ENSG00000125459 +CDS chr1 155611549 155611603 ENST00000649846 protein_coding 1 NA 5 MSTO1 ENSG00000125459 +CDS chr1 155611549 155611603 ENST00000245564 protein_coding 8 1 5 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000649846 protein_coding 1 NA 6 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000245564 protein_coding 8 1 6 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000368341 protein_coding 8 2 5 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000649846 protein_coding 1 NA 7 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000245564 protein_coding 8 1 7 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000368341 protein_coding 8 2 6 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000649846 protein_coding 1 NA 8 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000245564 protein_coding 8 1 8 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000368341 protein_coding 8 2 7 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000649846 protein_coding 1 NA 9 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000245564 protein_coding 8 1 9 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000368341 protein_coding 8 2 8 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000649846 protein_coding 1 NA 10 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000245564 protein_coding 8 1 10 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000368341 protein_coding 8 2 9 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000649846 protein_coding 1 NA 11 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000245564 protein_coding 8 1 11 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000368341 protein_coding 8 2 10 MSTO1 ENSG00000125459 +transcript chr1 155613221 155614052 ENST00000462250 protein_coding 2 2 NA MSTO1 ENSG00000125459 +CDS chr1 155613221 155613233 ENST00000462250 protein_coding 2 2 1 MSTO1 ENSG00000125459 +CDS chr1 155613425 155613566 ENST00000649846 protein_coding 1 NA 12 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000245564 protein_coding 8 1 12 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000368341 protein_coding 8 2 11 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000462250 protein_coding 2 2 2 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613766 ENST00000649846 protein_coding 1 NA 13 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613766 ENST00000245564 protein_coding 8 1 13 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613733 ENST00000368341 protein_coding 8 2 12 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613771 ENST00000462250 protein_coding 2 2 3 MSTO1 ENSG00000125459 +CDS chr1 155614059 155614270 ENST00000245564 protein_coding 8 1 14 MSTO1 ENSG00000125459 +CDS chr1 155614059 155614270 ENST00000368341 protein_coding 8 2 13 MSTO1 ENSG00000125459 +CDS chr1 155614062 155614197 ENST00000649846 protein_coding 1 NA 14 MSTO1 ENSG00000125459 +transcript chr1 155659443 155688656 ENST00000368339 protein_coding 9 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688294 ENST00000311573 protein_coding 9 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688573 ENST00000368340 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688698 ENST00000347088 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688705 ENST00000361831 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688757 ENST00000404643 protein_coding 5 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688774 ENST00000359205 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688774 ENST00000407221 protein_coding 5 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155689000 ENST00000295566 protein_coding 8 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155689000 ENST00000368330 protein_coding 6 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659454 155688774 ENST00000355499 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368339 protein_coding 9 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000311573 protein_coding 9 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368340 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000347088 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000361831 protein_coding 9 1 12 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000355499 protein_coding 9 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000404643 protein_coding 5 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000359205 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000407221 protein_coding 5 2 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000295566 protein_coding 8 2 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368330 protein_coding 6 1 10 YY1AP1 ENSG00000163374 +transcript chr1 155660717 155688475 ENST00000405763 protein_coding 7 1 NA YY1AP1 ENSG00000163374 +CDS chr1 155661232 155661423 ENST00000405763 protein_coding 7 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368339 protein_coding 9 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000311573 protein_coding 9 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368340 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000347088 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000361831 protein_coding 9 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000355499 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000404643 protein_coding 5 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000359205 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000407221 protein_coding 5 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000295566 protein_coding 8 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368330 protein_coding 6 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000368339 protein_coding 9 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000311573 protein_coding 9 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000368340 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000347088 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000361831 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000355499 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000404643 protein_coding 5 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000359205 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000407221 protein_coding 5 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000295566 protein_coding 8 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000368330 protein_coding 6 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000405763 protein_coding 7 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368339 protein_coding 9 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000311573 protein_coding 9 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368340 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000347088 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000361831 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000355499 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000404643 protein_coding 5 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000359205 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000407221 protein_coding 5 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000295566 protein_coding 8 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368330 protein_coding 6 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000405763 protein_coding 7 1 7 YY1AP1 ENSG00000163374 +transcript chr1 155670397 155688669 ENST00000443231 protein_coding 5 3 NA YY1AP1 ENSG00000163374 +CDS chr1 155670397 155670464 ENST00000443231 protein_coding 5 3 9 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368339 protein_coding 9 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000311573 protein_coding 9 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368340 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000347088 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000361831 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000355499 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000404643 protein_coding 5 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000359205 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000407221 protein_coding 5 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000295566 protein_coding 8 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368330 protein_coding 6 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000405763 protein_coding 7 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000443231 protein_coding 5 3 8 YY1AP1 ENSG00000163374 +transcript chr1 155672560 155688654 ENST00000454523 protein_coding 5 2 NA YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000454523 protein_coding 5 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368339 protein_coding 9 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000311573 protein_coding 9 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368340 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000347088 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000361831 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000355499 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000404643 protein_coding 5 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000359205 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000407221 protein_coding 5 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000295566 protein_coding 8 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368330 protein_coding 6 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000405763 protein_coding 7 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000443231 protein_coding 5 3 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000454523 protein_coding 5 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368339 protein_coding 9 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000311573 protein_coding 9 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368340 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000347088 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000361831 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000355499 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000404643 protein_coding 5 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000359205 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000407221 protein_coding 5 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000295566 protein_coding 8 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368330 protein_coding 6 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000405763 protein_coding 7 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000443231 protein_coding 5 3 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000454523 protein_coding 5 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368339 protein_coding 9 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000311573 protein_coding 9 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368340 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000347088 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000361831 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000355499 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000404643 protein_coding 5 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000359205 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000407221 protein_coding 5 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000295566 protein_coding 8 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368330 protein_coding 6 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000405763 protein_coding 7 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000443231 protein_coding 5 3 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000454523 protein_coding 5 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000368339 protein_coding 9 2 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000368340 protein_coding 9 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000347088 protein_coding 9 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000355499 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000404643 protein_coding 5 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000295566 protein_coding 8 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000368330 protein_coding 6 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000405763 protein_coding 7 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000454523 protein_coding 5 2 3 YY1AP1 ENSG00000163374 +transcript chr1 155687967 155738526 ENST00000471642 protein_coding 6 5 NA DAP3 ENSG00000132676 +transcript chr1 155687985 155731411 ENST00000471214 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155688071 155688464 ENST00000368339 protein_coding 9 2 1 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688464 ENST00000368340 protein_coding 9 1 1 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688201 ENST00000295566 protein_coding 8 2 2 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688464 ENST00000405763 protein_coding 7 1 1 YY1AP1 ENSG00000163374 +CDS chr1 155688930 155688976 ENST00000295566 protein_coding 8 2 1 YY1AP1 ENSG00000163374 +transcript chr1 155689083 155738526 ENST00000343043 protein_coding 7 1 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155738526 ENST00000421487 protein_coding 6 2 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155738971 ENST00000535183 protein_coding 5 2 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155739010 ENST00000368336 protein_coding 10 1 NA DAP3 ENSG00000132676 +transcript chr1 155689094 155721989 ENST00000465375 protein_coding 5 2 NA DAP3 ENSG00000132676 +transcript chr1 155689102 155729064 ENST00000470830 protein_coding 5 3 NA DAP3 ENSG00000132676 +transcript chr1 155709773 155729291 ENST00000463575 protein_coding 5 5 NA DAP3 ENSG00000132676 +transcript chr1 155709773 155732014 ENST00000497826 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000471642 protein_coding 6 5 3 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000471214 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000343043 protein_coding 7 1 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000421487 protein_coding 6 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000535183 protein_coding 5 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000368336 protein_coding 10 1 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000465375 protein_coding 5 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000470830 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000463575 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000497826 protein_coding 5 5 1 DAP3 ENSG00000132676 +transcript chr1 155709801 155721876 ENST00000608852 protein_coding 1 3 NA DAP3 ENSG00000132676 +CDS chr1 155709801 155709824 ENST00000608852 protein_coding 1 3 1 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000471214 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000343043 protein_coding 7 1 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000421487 protein_coding 6 2 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000368336 protein_coding 10 1 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000465375 protein_coding 5 2 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000463575 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000497826 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000471642 protein_coding 6 5 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000471214 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000343043 protein_coding 7 1 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000535183 protein_coding 5 2 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000368336 protein_coding 10 1 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721687 ENST00000465375 protein_coding 5 2 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000470830 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000463575 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000497826 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721687 ENST00000608852 protein_coding 1 3 2 DAP3 ENSG00000132676 +transcript chr1 155721536 155732033 ENST00000479151 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155721536 155721618 ENST00000479151 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000471642 protein_coding 6 5 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000471214 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000343043 protein_coding 7 1 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000421487 protein_coding 6 2 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000535183 protein_coding 5 2 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000368336 protein_coding 10 1 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725411 ENST00000470830 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725411 ENST00000463575 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000479151 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000471642 protein_coding 6 5 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000471214 protein_coding 5 5 8 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000343043 protein_coding 7 1 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000421487 protein_coding 6 2 5 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000535183 protein_coding 5 2 5 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000368336 protein_coding 10 1 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000479151 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000470830 protein_coding 5 3 5 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000463575 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000497826 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000471642 protein_coding 6 5 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000471214 protein_coding 5 5 9 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000343043 protein_coding 7 1 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000421487 protein_coding 6 2 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000535183 protein_coding 5 2 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000368336 protein_coding 10 1 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000470830 protein_coding 5 3 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000463575 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000497826 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000479151 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000471642 protein_coding 6 5 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000471214 protein_coding 5 5 10 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000343043 protein_coding 7 1 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000421487 protein_coding 6 2 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000535183 protein_coding 5 2 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000368336 protein_coding 10 1 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729064 ENST00000470830 protein_coding 5 3 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000497826 protein_coding 5 5 6 DAP3 ENSG00000132676 +transcript chr1 155729091 155738426 ENST00000477394 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155729091 155729122 ENST00000477394 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000471642 protein_coding 6 5 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000471214 protein_coding 5 5 11 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000343043 protein_coding 7 1 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000421487 protein_coding 6 2 8 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000535183 protein_coding 5 2 8 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000368336 protein_coding 10 1 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729291 ENST00000463575 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000497826 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000479151 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000477394 protein_coding 5 5 2 DAP3 ENSG00000132676 +transcript chr1 155729208 155738529 ENST00000475056 protein_coding 5 3 NA DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000475056 protein_coding 5 3 1 DAP3 ENSG00000132676 +transcript chr1 155729208 155738529 ENST00000490249 protein_coding 5 3 NA DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000490249 protein_coding 5 3 1 DAP3 ENSG00000132676 +transcript chr1 155729341 155738529 ENST00000463295 protein_coding 1 5 NA DAP3 ENSG00000132676 +CDS chr1 155729341 155729366 ENST00000463295 protein_coding 1 5 1 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000471642 protein_coding 6 5 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731411 ENST00000471214 protein_coding 5 5 12 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000343043 protein_coding 7 1 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000421487 protein_coding 6 2 9 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000535183 protein_coding 5 2 9 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000368336 protein_coding 10 1 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000497826 protein_coding 5 5 8 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000479151 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000477394 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000475056 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000490249 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000463295 protein_coding 1 5 2 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000471642 protein_coding 6 5 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000343043 protein_coding 7 1 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000421487 protein_coding 6 2 10 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000535183 protein_coding 5 2 10 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000368336 protein_coding 10 1 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732014 ENST00000497826 protein_coding 5 5 9 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000479151 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000477394 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000475056 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000463295 protein_coding 1 5 3 DAP3 ENSG00000132676 +CDS chr1 155736608 155736694 ENST00000477394 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000471642 protein_coding 6 5 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000343043 protein_coding 7 1 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000421487 protein_coding 6 2 11 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000535183 protein_coding 5 2 11 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000368336 protein_coding 10 1 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000477394 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000490249 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155737006 155737063 ENST00000463295 protein_coding 1 5 4 DAP3 ENSG00000132676 +transcript chr1 155737012 155739010 ENST00000491777 protein_coding 2 3 NA DAP3 ENSG00000132676 +CDS chr1 155737012 155737063 ENST00000491777 protein_coding 2 3 1 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000471642 protein_coding 6 5 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000343043 protein_coding 7 1 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000421487 protein_coding 6 2 12 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000535183 protein_coding 5 2 12 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000368336 protein_coding 10 1 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000477394 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155738157 155738192 ENST00000475056 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000490249 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000463295 protein_coding 1 5 5 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000491777 protein_coding 2 3 2 DAP3 ENSG00000132676 +transcript chr1 155749659 155857214 ENST00000368331 protein_coding 6 1 NA GON4L ENSG00000116580 +transcript chr1 155749662 155859400 ENST00000615926 protein_coding 4 1 NA GON4L ENSG00000116580 +transcript chr1 155749717 155859400 ENST00000437809 protein_coding 5 5 NA GON4L ENSG00000116580 +transcript chr1 155750332 155857295 ENST00000271883 protein_coding 9 5 NA GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000368331 protein_coding 6 1 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000615926 protein_coding 4 1 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000437809 protein_coding 5 5 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000271883 protein_coding 9 5 32 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000368331 protein_coding 6 1 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000615926 protein_coding 4 1 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000437809 protein_coding 5 5 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000271883 protein_coding 9 5 31 GON4L ENSG00000116580 +CDS chr1 155751960 155752590 ENST00000368331 protein_coding 6 1 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752590 ENST00000615926 protein_coding 4 1 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752587 ENST00000437809 protein_coding 5 5 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752587 ENST00000271883 protein_coding 9 5 30 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000368331 protein_coding 6 1 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000615926 protein_coding 4 1 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000437809 protein_coding 5 5 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000271883 protein_coding 9 5 29 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000368331 protein_coding 6 1 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000615926 protein_coding 4 1 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000437809 protein_coding 5 5 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000271883 protein_coding 9 5 28 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000368331 protein_coding 6 1 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000615926 protein_coding 4 1 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000437809 protein_coding 5 5 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000271883 protein_coding 9 5 27 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000368331 protein_coding 6 1 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000615926 protein_coding 4 1 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000437809 protein_coding 5 5 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000271883 protein_coding 9 5 26 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000368331 protein_coding 6 1 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000615926 protein_coding 4 1 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000437809 protein_coding 5 5 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000271883 protein_coding 9 5 25 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000368331 protein_coding 6 1 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000615926 protein_coding 4 1 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000437809 protein_coding 5 5 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000271883 protein_coding 9 5 24 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000368331 protein_coding 6 1 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000615926 protein_coding 4 1 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000437809 protein_coding 5 5 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000271883 protein_coding 9 5 23 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000368331 protein_coding 6 1 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000615926 protein_coding 4 1 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000437809 protein_coding 5 5 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000271883 protein_coding 9 5 22 GON4L ENSG00000116580 +transcript chr1 155764427 155857204 ENST00000361040 protein_coding 9 1 NA GON4L ENSG00000116580 +transcript chr1 155764584 155857204 ENST00000622608 protein_coding 2 5 NA GON4L ENSG00000116580 +CDS chr1 155764886 155766709 ENST00000361040 protein_coding 9 1 21 GON4L ENSG00000116580 +CDS chr1 155764886 155766709 ENST00000622608 protein_coding 2 5 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000368331 protein_coding 6 1 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000615926 protein_coding 4 1 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000437809 protein_coding 5 5 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000271883 protein_coding 9 5 21 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000368331 protein_coding 6 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000615926 protein_coding 4 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000437809 protein_coding 5 5 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000271883 protein_coding 9 5 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000361040 protein_coding 9 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000622608 protein_coding 2 5 20 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000368331 protein_coding 6 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000615926 protein_coding 4 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000437809 protein_coding 5 5 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000271883 protein_coding 9 5 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000361040 protein_coding 9 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000622608 protein_coding 2 5 19 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000368331 protein_coding 6 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000615926 protein_coding 4 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000437809 protein_coding 5 5 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000271883 protein_coding 9 5 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000361040 protein_coding 9 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000622608 protein_coding 2 5 18 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000368331 protein_coding 6 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000615926 protein_coding 4 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000437809 protein_coding 5 5 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000271883 protein_coding 9 5 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000361040 protein_coding 9 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000622608 protein_coding 2 5 17 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000368331 protein_coding 6 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000615926 protein_coding 4 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000437809 protein_coding 5 5 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000271883 protein_coding 9 5 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000361040 protein_coding 9 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000622608 protein_coding 2 5 16 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000368331 protein_coding 6 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000615926 protein_coding 4 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000437809 protein_coding 5 5 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000271883 protein_coding 9 5 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000361040 protein_coding 9 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000622608 protein_coding 2 5 15 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000368331 protein_coding 6 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000615926 protein_coding 4 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000437809 protein_coding 5 5 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000271883 protein_coding 9 5 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000361040 protein_coding 9 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000622608 protein_coding 2 5 14 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000368331 protein_coding 6 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000615926 protein_coding 4 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000437809 protein_coding 5 5 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000271883 protein_coding 9 5 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000361040 protein_coding 9 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000622608 protein_coding 2 5 13 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000368331 protein_coding 6 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000615926 protein_coding 4 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000437809 protein_coding 5 5 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000271883 protein_coding 9 5 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000361040 protein_coding 9 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000622608 protein_coding 2 5 12 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000368331 protein_coding 6 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000615926 protein_coding 4 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000437809 protein_coding 5 5 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000271883 protein_coding 9 5 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000361040 protein_coding 9 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000622608 protein_coding 2 5 11 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000368331 protein_coding 6 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000615926 protein_coding 4 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000437809 protein_coding 5 5 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000271883 protein_coding 9 5 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000361040 protein_coding 9 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000622608 protein_coding 2 5 10 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000368331 protein_coding 6 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000615926 protein_coding 4 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000437809 protein_coding 5 5 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000271883 protein_coding 9 5 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000361040 protein_coding 9 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000622608 protein_coding 2 5 9 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000368331 protein_coding 6 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000615926 protein_coding 4 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000437809 protein_coding 5 5 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000271883 protein_coding 9 5 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000361040 protein_coding 9 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000622608 protein_coding 2 5 8 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000368331 protein_coding 6 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000615926 protein_coding 4 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000437809 protein_coding 5 5 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000271883 protein_coding 9 5 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000361040 protein_coding 9 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000622608 protein_coding 2 5 7 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000368331 protein_coding 6 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000615926 protein_coding 4 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000437809 protein_coding 5 5 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000271883 protein_coding 9 5 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000361040 protein_coding 9 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000622608 protein_coding 2 5 6 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000368331 protein_coding 6 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000615926 protein_coding 4 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000437809 protein_coding 5 5 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000271883 protein_coding 9 5 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000361040 protein_coding 9 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000622608 protein_coding 2 5 5 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000368331 protein_coding 6 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000615926 protein_coding 4 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000437809 protein_coding 5 5 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000271883 protein_coding 9 5 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000361040 protein_coding 9 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000622608 protein_coding 2 5 4 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000368331 protein_coding 6 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000615926 protein_coding 4 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000437809 protein_coding 5 5 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000271883 protein_coding 9 5 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000361040 protein_coding 9 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000622608 protein_coding 2 5 3 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000368331 protein_coding 6 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000615926 protein_coding 4 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000437809 protein_coding 5 5 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000271883 protein_coding 9 5 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000361040 protein_coding 9 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000622608 protein_coding 2 5 2 GON4L ENSG00000116580 +transcript chr1 155859567 155885199 ENST00000368324 protein_coding 5 1 NA SYT11 ENSG00000132718 +CDS chr1 155859762 155859795 ENST00000368324 protein_coding 5 1 1 SYT11 ENSG00000132718 +CDS chr1 155867965 155868791 ENST00000368324 protein_coding 5 1 2 SYT11 ENSG00000132718 +CDS chr1 155880500 155880623 ENST00000368324 protein_coding 5 1 3 SYT11 ENSG00000132718 +CDS chr1 155881198 155881505 ENST00000368324 protein_coding 5 1 4 SYT11 ENSG00000132718 +transcript chr1 155897808 155911349 ENST00000368323 protein_coding 8 1 NA RIT1 ENSG00000143622 +transcript chr1 155898837 155911404 ENST00000651853 protein_coding 1 NA NA RIT1 ENSG00000143622 +transcript chr1 155900183 155911402 ENST00000539040 protein_coding 5 2 NA RIT1 ENSG00000143622 +transcript chr1 155900274 155910915 ENST00000368322 protein_coding 7 3 NA RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000368323 protein_coding 8 1 6 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000651853 protein_coding 1 NA 7 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000539040 protein_coding 5 2 5 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000368322 protein_coding 7 3 6 RIT1 ENSG00000143622 +transcript chr1 155900594 155910881 ENST00000609492 protein_coding 1 1 NA RIT1 ENSG00000143622 +CDS chr1 155900594 155900618 ENST00000609492 protein_coding 1 1 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000368323 protein_coding 8 1 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000651853 protein_coding 1 NA 6 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000539040 protein_coding 5 2 4 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000368322 protein_coding 7 3 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000609492 protein_coding 1 1 4 RIT1 ENSG00000143622 +transcript chr1 155904374 155911381 ENST00000651833 protein_coding 1 NA NA RIT1 ENSG00000143622 +CDS chr1 155904374 155904502 ENST00000651833 protein_coding 1 NA 5 RIT1 ENSG00000143622 +CDS chr1 155904603 155904605 ENST00000651853 protein_coding 1 NA 5 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000368323 protein_coding 8 1 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000651853 protein_coding 1 NA 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000539040 protein_coding 5 2 3 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000368322 protein_coding 7 3 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000609492 protein_coding 1 1 3 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000651833 protein_coding 1 NA 4 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000368323 protein_coding 8 1 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000651853 protein_coding 1 NA 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910504 ENST00000539040 protein_coding 5 2 2 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000368322 protein_coding 7 3 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000609492 protein_coding 1 1 2 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000651833 protein_coding 1 NA 3 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000368323 protein_coding 8 1 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000651853 protein_coding 1 NA 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910804 ENST00000368322 protein_coding 7 3 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000609492 protein_coding 1 1 1 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000651833 protein_coding 1 NA 2 RIT1 ENSG00000143622 +CDS chr1 155910878 155910885 ENST00000368322 protein_coding 7 3 1 RIT1 ENSG00000143622 +transcript chr1 155913045 155934399 ENST00000368320 protein_coding 7 1 NA KHDC4 ENSG00000132680 +transcript chr1 155913045 155934413 ENST00000368321 protein_coding 8 1 NA KHDC4 ENSG00000132680 +CDS chr1 155914124 155914320 ENST00000368321 protein_coding 8 1 14 KHDC4 ENSG00000132680 +CDS chr1 155915826 155915964 ENST00000368320 protein_coding 7 1 13 KHDC4 ENSG00000132680 +CDS chr1 155915873 155915964 ENST00000368321 protein_coding 8 1 13 KHDC4 ENSG00000132680 +CDS chr1 155916625 155916737 ENST00000368320 protein_coding 7 1 12 KHDC4 ENSG00000132680 +CDS chr1 155916625 155916737 ENST00000368321 protein_coding 8 1 12 KHDC4 ENSG00000132680 +CDS chr1 155917499 155917672 ENST00000368320 protein_coding 7 1 11 KHDC4 ENSG00000132680 +CDS chr1 155917499 155917672 ENST00000368321 protein_coding 8 1 11 KHDC4 ENSG00000132680 +CDS chr1 155921375 155921628 ENST00000368320 protein_coding 7 1 10 KHDC4 ENSG00000132680 +CDS chr1 155921375 155921628 ENST00000368321 protein_coding 8 1 10 KHDC4 ENSG00000132680 +transcript chr1 155921385 155934373 ENST00000368319 protein_coding 3 1 NA KHDC4 ENSG00000132680 +CDS chr1 155921388 155921527 ENST00000368319 protein_coding 3 1 10 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368320 protein_coding 7 1 9 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368321 protein_coding 8 1 9 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368319 protein_coding 3 1 9 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368320 protein_coding 7 1 8 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368321 protein_coding 8 1 8 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368319 protein_coding 3 1 8 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368320 protein_coding 7 1 7 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368321 protein_coding 8 1 7 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368319 protein_coding 3 1 7 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368320 protein_coding 7 1 6 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368321 protein_coding 8 1 6 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368319 protein_coding 3 1 6 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368320 protein_coding 7 1 5 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368321 protein_coding 8 1 5 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368319 protein_coding 3 1 5 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368320 protein_coding 7 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368321 protein_coding 8 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368319 protein_coding 3 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368320 protein_coding 7 1 3 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368321 protein_coding 8 1 3 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368319 protein_coding 3 1 3 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368320 protein_coding 7 1 2 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368321 protein_coding 8 1 2 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368319 protein_coding 3 1 2 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368320 protein_coding 7 1 1 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368321 protein_coding 8 1 1 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368319 protein_coding 3 1 1 KHDC4 ENSG00000132680 +transcript chr1 155941638 155943087 ENST00000368318 protein_coding 5 NA NA RXFP4 ENSG00000173080 +CDS chr1 155941710 155942831 ENST00000368318 protein_coding 5 NA 1 RXFP4 ENSG00000173080 +transcript chr1 155946851 155978160 ENST00000313695 protein_coding 11 1 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946854 155978547 ENST00000361247 protein_coding 9 1 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946855 155990073 ENST00000462460 protein_coding 6 5 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946855 155991212 ENST00000673475 protein_coding 1 NA NA ARHGEF2 ENSG00000116584 +transcript chr1 155946856 155951748 ENST00000470541 protein_coding 6 3 NA ARHGEF2 ENSG00000116584 +transcript chr1 155947942 155978427 ENST00000313667 protein_coding 8 1 NA ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000313695 protein_coding 11 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000361247 protein_coding 9 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000462460 protein_coding 6 5 26 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000673475 protein_coding 1 NA 26 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000470541 protein_coding 6 3 5 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000313667 protein_coding 8 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155950269 155950482 ENST00000470541 protein_coding 6 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000313695 protein_coding 11 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000361247 protein_coding 9 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000462460 protein_coding 6 5 25 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000673475 protein_coding 1 NA 25 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000313667 protein_coding 8 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000313695 protein_coding 11 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000361247 protein_coding 9 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000462460 protein_coding 6 5 24 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000673475 protein_coding 1 NA 24 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000470541 protein_coding 6 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000313667 protein_coding 8 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000313695 protein_coding 11 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000361247 protein_coding 9 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000462460 protein_coding 6 5 23 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000673475 protein_coding 1 NA 23 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000470541 protein_coding 6 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000313667 protein_coding 8 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000313695 protein_coding 11 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000361247 protein_coding 9 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000462460 protein_coding 6 5 22 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000673475 protein_coding 1 NA 22 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951748 ENST00000470541 protein_coding 6 3 1 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000313667 protein_coding 8 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000313695 protein_coding 11 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000361247 protein_coding 9 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000462460 protein_coding 6 5 21 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000673475 protein_coding 1 NA 21 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000313667 protein_coding 8 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000313695 protein_coding 11 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000361247 protein_coding 9 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000462460 protein_coding 6 5 20 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000673475 protein_coding 1 NA 20 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000313667 protein_coding 8 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000313695 protein_coding 11 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000361247 protein_coding 9 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000462460 protein_coding 6 5 19 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000673475 protein_coding 1 NA 19 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000313667 protein_coding 8 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000313695 protein_coding 11 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000361247 protein_coding 9 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000462460 protein_coding 6 5 18 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000673475 protein_coding 1 NA 18 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000313667 protein_coding 8 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000313695 protein_coding 11 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000361247 protein_coding 9 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000462460 protein_coding 6 5 17 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000673475 protein_coding 1 NA 17 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000313667 protein_coding 8 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000313695 protein_coding 11 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000361247 protein_coding 9 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000462460 protein_coding 6 5 16 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000673475 protein_coding 1 NA 16 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000313667 protein_coding 8 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000313695 protein_coding 11 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000361247 protein_coding 9 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000462460 protein_coding 6 5 15 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000673475 protein_coding 1 NA 15 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000313667 protein_coding 8 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000313695 protein_coding 11 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000361247 protein_coding 9 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000462460 protein_coding 6 5 14 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000673475 protein_coding 1 NA 14 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000313667 protein_coding 8 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000313695 protein_coding 11 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000361247 protein_coding 9 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000462460 protein_coding 6 5 13 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000673475 protein_coding 1 NA 13 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000313667 protein_coding 8 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000313695 protein_coding 11 1 8 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000361247 protein_coding 9 1 8 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000462460 protein_coding 6 5 12 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000673475 protein_coding 1 NA 12 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000313667 protein_coding 8 1 8 ARHGEF2 ENSG00000116584 +transcript chr1 155963140 155979099 ENST00000471589 protein_coding 5 5 NA ARHGEF2 ENSG00000116584 +CDS chr1 155963140 155963183 ENST00000471589 protein_coding 5 5 8 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965128 ENST00000313695 protein_coding 11 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000361247 protein_coding 9 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000462460 protein_coding 6 5 11 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000673475 protein_coding 1 NA 11 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965128 ENST00000313667 protein_coding 8 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000471589 protein_coding 5 5 7 ARHGEF2 ENSG00000116584 +transcript chr1 155964988 155978169 ENST00000497907 protein_coding 5 3 NA ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000497907 protein_coding 5 3 7 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000313695 protein_coding 11 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000361247 protein_coding 9 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000462460 protein_coding 6 5 10 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000673475 protein_coding 1 NA 10 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000313667 protein_coding 8 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000471589 protein_coding 5 5 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000497907 protein_coding 5 3 6 ARHGEF2 ENSG00000116584 +transcript chr1 155965324 155969729 ENST00000609707 protein_coding 1 2 NA ARHGEF2 ENSG00000116584 +CDS chr1 155965324 155965412 ENST00000609707 protein_coding 1 2 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000313695 protein_coding 11 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000361247 protein_coding 9 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000462460 protein_coding 6 5 9 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000673475 protein_coding 1 NA 9 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000313667 protein_coding 8 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000471589 protein_coding 5 5 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000497907 protein_coding 5 3 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000609707 protein_coding 1 2 5 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000313695 protein_coding 11 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000361247 protein_coding 9 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000462460 protein_coding 6 5 8 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000673475 protein_coding 1 NA 8 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000313667 protein_coding 8 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000471589 protein_coding 5 5 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000497907 protein_coding 5 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000609707 protein_coding 1 2 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000313695 protein_coding 11 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000361247 protein_coding 9 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000462460 protein_coding 6 5 7 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000673475 protein_coding 1 NA 7 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000313667 protein_coding 8 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000471589 protein_coding 5 5 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000497907 protein_coding 5 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000609707 protein_coding 1 2 3 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000313695 protein_coding 11 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000361247 protein_coding 9 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000462460 protein_coding 6 5 6 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000673475 protein_coding 1 NA 6 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000313667 protein_coding 8 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000471589 protein_coding 5 5 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000497907 protein_coding 5 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000609707 protein_coding 1 2 2 ARHGEF2 ENSG00000116584 +transcript chr1 155969248 155989499 ENST00000495070 protein_coding 2 4 NA ARHGEF2 ENSG00000116584 +CDS chr1 155969248 155969300 ENST00000495070 protein_coding 2 4 5 ARHGEF2 ENSG00000116584 +CDS chr1 155969534 155969572 ENST00000609707 protein_coding 1 2 1 ARHGEF2 ENSG00000116584 +CDS chr1 155978365 155978427 ENST00000361247 protein_coding 9 1 1 ARHGEF2 ENSG00000116584 +CDS chr1 155978365 155978427 ENST00000313667 protein_coding 8 1 1 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000462460 protein_coding 6 5 5 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000673475 protein_coding 1 NA 5 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000495070 protein_coding 2 4 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000462460 protein_coding 6 5 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000673475 protein_coding 1 NA 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000495070 protein_coding 2 4 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985395 ENST00000462460 protein_coding 6 5 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985449 ENST00000673475 protein_coding 1 NA 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985395 ENST00000495070 protein_coding 2 4 2 ARHGEF2 ENSG00000116584 +transcript chr1 155985375 156007070 ENST00000423422 protein_coding 6 3 NA ARHGEF2 ENSG00000116584 +CDS chr1 155985375 155985449 ENST00000423422 protein_coding 6 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155989234 155989351 ENST00000673475 protein_coding 1 NA 2 ARHGEF2 ENSG00000116584 +CDS chr1 155989234 155989351 ENST00000423422 protein_coding 6 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155990841 155990962 ENST00000673475 protein_coding 1 NA 1 ARHGEF2 ENSG00000116584 +CDS chr1 156003643 156003729 ENST00000423422 protein_coding 6 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 156006931 156007039 ENST00000423422 protein_coding 6 3 1 ARHGEF2 ENSG00000116584 +transcript chr1 156009048 156020951 ENST00000295702 protein_coding 9 1 NA SSR2 ENSG00000163479 +transcript chr1 156009086 156020917 ENST00000529008 protein_coding 5 5 NA SSR2 ENSG00000163479 +transcript chr1 156009105 156020933 ENST00000496742 protein_coding 5 3 NA SSR2 ENSG00000163479 +transcript chr1 156009360 156020889 ENST00000480567 protein_coding 5 2 NA SSR2 ENSG00000163479 +CDS chr1 156009543 156009650 ENST00000295702 protein_coding 9 1 6 SSR2 ENSG00000163479 +CDS chr1 156009543 156009650 ENST00000480567 protein_coding 5 2 6 SSR2 ENSG00000163479 +CDS chr1 156009626 156009650 ENST00000529008 protein_coding 5 5 4 SSR2 ENSG00000163479 +CDS chr1 156009626 156009650 ENST00000496742 protein_coding 5 3 4 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000295702 protein_coding 9 1 5 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000496742 protein_coding 5 3 3 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000480567 protein_coding 5 2 5 SSR2 ENSG00000163479 +transcript chr1 156011810 156020789 ENST00000531917 protein_coding 5 5 NA SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000531917 protein_coding 5 5 5 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000295702 protein_coding 9 1 4 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000480567 protein_coding 5 2 4 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000531917 protein_coding 5 5 4 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000295702 protein_coding 9 1 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000529008 protein_coding 5 5 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000480567 protein_coding 5 2 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000531917 protein_coding 5 5 3 SSR2 ENSG00000163479 +transcript chr1 156018270 156020903 ENST00000526212 protein_coding 2 5 NA SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000526212 protein_coding 2 5 4 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000295702 protein_coding 9 1 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000529008 protein_coding 5 5 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000496742 protein_coding 5 3 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000480567 protein_coding 5 2 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000531917 protein_coding 5 5 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000526212 protein_coding 2 5 3 SSR2 ENSG00000163479 +CDS chr1 156020266 156020346 ENST00000526212 protein_coding 2 5 2 SSR2 ENSG00000163479 +CDS chr1 156020888 156020896 ENST00000526212 protein_coding 2 5 1 SSR2 ENSG00000163479 +transcript chr1 156035299 156053798 ENST00000368309 protein_coding 4 1 NA UBQLN4 ENSG00000160803 +CDS chr1 156036981 156037130 ENST00000368309 protein_coding 4 1 11 UBQLN4 ENSG00000160803 +CDS chr1 156041485 156041671 ENST00000368309 protein_coding 4 1 10 UBQLN4 ENSG00000160803 +CDS chr1 156041872 156041987 ENST00000368309 protein_coding 4 1 9 UBQLN4 ENSG00000160803 +CDS chr1 156042153 156042236 ENST00000368309 protein_coding 4 1 8 UBQLN4 ENSG00000160803 +CDS chr1 156042774 156042913 ENST00000368309 protein_coding 4 1 7 UBQLN4 ENSG00000160803 +CDS chr1 156043998 156044223 ENST00000368309 protein_coding 4 1 6 UBQLN4 ENSG00000160803 +CDS chr1 156048501 156048659 ENST00000368309 protein_coding 4 1 5 UBQLN4 ENSG00000160803 +CDS chr1 156050291 156050553 ENST00000368309 protein_coding 4 1 4 UBQLN4 ENSG00000160803 +CDS chr1 156051110 156051327 ENST00000368309 protein_coding 4 1 3 UBQLN4 ENSG00000160803 +CDS chr1 156051706 156051857 ENST00000368309 protein_coding 4 1 2 UBQLN4 ENSG00000160803 +CDS chr1 156053594 156053701 ENST00000368309 protein_coding 4 1 1 UBQLN4 ENSG00000160803 +transcript chr1 156054782 156058506 ENST00000368305 protein_coding 9 1 NA LAMTOR2 ENSG00000116586 +transcript chr1 156054792 156058506 ENST00000368304 protein_coding 9 2 NA LAMTOR2 ENSG00000116586 +transcript chr1 156054850 156058503 ENST00000368302 protein_coding 3 3 NA LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368305 protein_coding 9 1 1 LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368304 protein_coding 9 2 1 LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368302 protein_coding 3 3 1 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368305 protein_coding 9 1 2 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368304 protein_coding 9 2 2 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368302 protein_coding 3 3 2 LAMTOR2 ENSG00000116586 +CDS chr1 156057978 156058067 ENST00000368305 protein_coding 9 1 3 LAMTOR2 ENSG00000116586 +CDS chr1 156057978 156058067 ENST00000368302 protein_coding 3 3 3 LAMTOR2 ENSG00000116586 +CDS chr1 156058278 156058406 ENST00000368302 protein_coding 3 3 4 LAMTOR2 ENSG00000116586 +CDS chr1 156058315 156058368 ENST00000368305 protein_coding 9 1 4 LAMTOR2 ENSG00000116586 +CDS chr1 156058315 156058368 ENST00000368304 protein_coding 9 2 3 LAMTOR2 ENSG00000116586 +transcript chr1 156061160 156070504 ENST00000361084 protein_coding 10 1 NA RAB25 ENSG00000132698 +CDS chr1 156061401 156061443 ENST00000361084 protein_coding 10 1 1 RAB25 ENSG00000132698 +CDS chr1 156065911 156066106 ENST00000361084 protein_coding 10 1 2 RAB25 ENSG00000132698 +CDS chr1 156068270 156068463 ENST00000361084 protein_coding 10 1 3 RAB25 ENSG00000132698 +CDS chr1 156069671 156069751 ENST00000361084 protein_coding 10 1 4 RAB25 ENSG00000132698 +CDS chr1 156070160 156070284 ENST00000361084 protein_coding 10 1 5 RAB25 ENSG00000132698 +transcript chr1 156072013 156082465 ENST00000532414 protein_coding 3 1 NA MEX3A ENSG00000254726 +CDS chr1 156076577 156077682 ENST00000532414 protein_coding 3 1 2 MEX3A ENSG00000254726 +CDS chr1 156081545 156081998 ENST00000532414 protein_coding 3 1 1 MEX3A ENSG00000254726 +transcript chr1 156082578 156137865 ENST00000368301 protein_coding 6 2 NA LMNA ENSG00000160789 +transcript chr1 156093340 156139171 ENST00000676385 protein_coding 2 NA NA LMNA ENSG00000160789 +transcript chr1 156099034 156139293 ENST00000675939 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156106698 156139240 ENST00000675667 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156112122 156139225 ENST00000683032 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156112123 156139275 ENST00000682650 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156114251 156139293 ENST00000361308 protein_coding 9 5 NA LMNA ENSG00000160789 +transcript chr1 156114711 156137866 ENST00000677389 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156114711 156140081 ENST00000368300 protein_coding 9 1 NA LMNA ENSG00000160789 +transcript chr1 156114722 156139317 ENST00000368299 protein_coding 7 1 NA LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368301 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000676385 protein_coding 2 NA 3 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000675939 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000675667 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000683032 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000682650 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000361308 protein_coding 9 5 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000677389 protein_coding 1 NA 1 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368300 protein_coding 9 1 1 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368299 protein_coding 7 1 1 LMNA ENSG00000160789 +transcript chr1 156126160 156140013 ENST00000448611 protein_coding 6 2 NA LMNA ENSG00000160789 +transcript chr1 156126189 156137865 ENST00000368297 protein_coding 5 2 NA LMNA ENSG00000160789 +CDS chr1 156126204 156126223 ENST00000448611 protein_coding 6 2 1 LMNA ENSG00000160789 +transcript chr1 156126545 156134960 ENST00000504687 protein_coding 6 4 NA LMNA ENSG00000160789 +transcript chr1 156126555 156139303 ENST00000473598 protein_coding 6 2 NA LMNA ENSG00000160789 +CDS chr1 156126803 156126915 ENST00000368297 protein_coding 5 2 2 LMNA ENSG00000160789 +CDS chr1 156129850 156129908 ENST00000473598 protein_coding 6 2 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368301 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000676385 protein_coding 2 NA 4 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000675939 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000675667 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000683032 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000682650 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000361308 protein_coding 9 5 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000677389 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368300 protein_coding 9 1 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368299 protein_coding 7 1 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000448611 protein_coding 6 2 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368297 protein_coding 5 2 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000473598 protein_coding 6 2 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368301 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000676385 protein_coding 2 NA 5 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000675939 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000675667 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000683032 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000682650 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000361308 protein_coding 9 5 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000677389 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368300 protein_coding 9 1 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368299 protein_coding 7 1 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000448611 protein_coding 6 2 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368297 protein_coding 5 2 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000473598 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368301 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000676385 protein_coding 2 NA 6 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000675939 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000675667 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000683032 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000682650 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000361308 protein_coding 9 5 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000677389 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368300 protein_coding 9 1 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368299 protein_coding 7 1 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000448611 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368297 protein_coding 5 2 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000473598 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156134830 156134960 ENST00000504687 protein_coding 6 4 4 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368301 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000676385 protein_coding 2 NA 7 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000675939 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000675667 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000683032 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000682650 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000361308 protein_coding 9 5 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000677389 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368300 protein_coding 9 1 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368299 protein_coding 7 1 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000448611 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368297 protein_coding 5 2 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000473598 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368301 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000676385 protein_coding 2 NA 8 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000675939 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000675667 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000683032 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000682650 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000361308 protein_coding 9 5 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000677389 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368300 protein_coding 9 1 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368299 protein_coding 7 1 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000448611 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368297 protein_coding 5 2 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000473598 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368301 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000676385 protein_coding 2 NA 9 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000675939 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000675667 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000683032 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000682650 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000361308 protein_coding 9 5 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000677389 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368300 protein_coding 9 1 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368299 protein_coding 7 1 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000448611 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368297 protein_coding 5 2 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000473598 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368301 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000676385 protein_coding 2 NA 10 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000675939 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000675667 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000683032 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000682650 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000361308 protein_coding 9 5 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000677389 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368300 protein_coding 9 1 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368299 protein_coding 7 1 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000448611 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368297 protein_coding 5 2 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000473598 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368301 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000676385 protein_coding 2 NA 11 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000675939 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000675667 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000683032 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000682650 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000361308 protein_coding 9 5 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000677389 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368300 protein_coding 9 1 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368299 protein_coding 7 1 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000448611 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368297 protein_coding 5 2 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000473598 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000368301 protein_coding 6 2 13 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000675939 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000675667 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000683032 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000361308 protein_coding 9 5 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000677389 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000368300 protein_coding 9 1 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000368299 protein_coding 7 1 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000448611 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000368297 protein_coding 5 2 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000473598 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000676385 protein_coding 2 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000675939 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138976 ENST00000675667 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000683032 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000682650 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000361308 protein_coding 9 5 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000368300 protein_coding 9 1 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138607 ENST00000368299 protein_coding 7 1 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000448611 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000473598 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000676385 protein_coding 2 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000675939 protein_coding 1 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000683032 protein_coding 1 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000682650 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000361308 protein_coding 9 5 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000368300 protein_coding 9 1 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000368299 protein_coding 7 1 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139102 ENST00000448611 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000473598 protein_coding 6 2 13 LMNA ENSG00000160789 +CDS chr1 156139770 156139836 ENST00000448611 protein_coding 6 2 13 LMNA ENSG00000160789 +transcript chr1 156147366 156161498 ENST00000435124 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156147375 156156574 ENST00000633494 protein_coding 1 4 NA SEMA4A ENSG00000196189 +transcript chr1 156149723 156161493 ENST00000414683 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156150019 156177744 ENST00000355014 protein_coding 6 1 NA SEMA4A ENSG00000196189 +transcript chr1 156153578 156177743 ENST00000368284 protein_coding 5 2 NA SEMA4A ENSG00000196189 +transcript chr1 156153585 156177744 ENST00000368285 protein_coding 8 1 NA SEMA4A ENSG00000196189 +transcript chr1 156153607 156161028 ENST00000438830 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156154371 156177752 ENST00000368282 protein_coding 1 1 NA SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000435124 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000633494 protein_coding 1 4 3 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000355014 protein_coding 6 1 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000368285 protein_coding 8 1 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000438830 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000368282 protein_coding 1 1 1 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000435124 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000633494 protein_coding 1 4 4 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000355014 protein_coding 6 1 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000368285 protein_coding 8 1 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000438830 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000368282 protein_coding 1 1 2 SEMA4A ENSG00000196189 +CDS chr1 156156572 156156574 ENST00000414683 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156156572 156156574 ENST00000368284 protein_coding 5 2 2 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000435124 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000414683 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000355014 protein_coding 6 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368284 protein_coding 5 2 3 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368285 protein_coding 8 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000438830 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368282 protein_coding 1 1 3 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000435124 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000414683 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000355014 protein_coding 6 1 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000368285 protein_coding 8 1 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000368282 protein_coding 1 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000435124 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000414683 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000355014 protein_coding 6 1 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368284 protein_coding 5 2 4 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368285 protein_coding 8 1 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000438830 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368282 protein_coding 1 1 5 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000435124 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000414683 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000355014 protein_coding 6 1 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368284 protein_coding 5 2 5 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368285 protein_coding 8 1 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000438830 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368282 protein_coding 1 1 6 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000435124 protein_coding 5 5 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000414683 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000355014 protein_coding 6 1 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368284 protein_coding 5 2 6 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368285 protein_coding 8 1 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161028 ENST00000438830 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368282 protein_coding 1 1 7 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161498 ENST00000435124 protein_coding 5 5 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161493 ENST00000414683 protein_coding 5 5 8 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000355014 protein_coding 6 1 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368284 protein_coding 5 2 7 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368285 protein_coding 8 1 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368282 protein_coding 1 1 8 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000355014 protein_coding 6 1 10 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368284 protein_coding 5 2 8 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368285 protein_coding 8 1 10 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368282 protein_coding 1 1 9 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000355014 protein_coding 6 1 11 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368284 protein_coding 5 2 9 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368285 protein_coding 8 1 11 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368282 protein_coding 1 1 10 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000355014 protein_coding 6 1 12 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368284 protein_coding 5 2 10 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368285 protein_coding 8 1 12 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368282 protein_coding 1 1 11 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000355014 protein_coding 6 1 13 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368284 protein_coding 5 2 11 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368285 protein_coding 8 1 13 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368282 protein_coding 1 1 12 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000355014 protein_coding 6 1 14 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368284 protein_coding 5 2 12 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368285 protein_coding 8 1 14 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368282 protein_coding 1 1 13 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000355014 protein_coding 6 1 15 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368284 protein_coding 5 2 13 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368285 protein_coding 8 1 15 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368282 protein_coding 1 1 14 SEMA4A ENSG00000196189 +transcript chr1 156193932 156212795 ENST00000423538 protein_coding 6 1 NA SLC25A44 ENSG00000160785 +transcript chr1 156194103 156211446 ENST00000684582 protein_coding 1 NA NA SLC25A44 ENSG00000160785 +transcript chr1 156194104 156212796 ENST00000359511 protein_coding 5 1 NA SLC25A44 ENSG00000160785 +CDS chr1 156194134 156194247 ENST00000684582 protein_coding 1 NA 1 SLC25A44 ENSG00000160785 +CDS chr1 156199848 156200472 ENST00000423538 protein_coding 6 1 2 SLC25A44 ENSG00000160785 +CDS chr1 156199848 156200472 ENST00000359511 protein_coding 5 1 2 SLC25A44 ENSG00000160785 +CDS chr1 156207862 156208013 ENST00000423538 protein_coding 6 1 3 SLC25A44 ENSG00000160785 +CDS chr1 156207886 156208013 ENST00000359511 protein_coding 5 1 3 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000423538 protein_coding 6 1 4 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000684582 protein_coding 1 NA 2 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000359511 protein_coding 5 1 4 SLC25A44 ENSG00000160785 +transcript chr1 156212982 156243332 ENST00000490491 protein_coding 5 2 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156212993 156240040 ENST00000368279 protein_coding 7 2 NA PMF1 ENSG00000160783 +transcript chr1 156213006 156239851 ENST00000368273 protein_coding 8 2 NA PMF1 ENSG00000160783 +transcript chr1 156213007 156243263 ENST00000368276 protein_coding 8 3 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156213007 156240042 ENST00000368277 protein_coding 3 1 NA PMF1 ENSG00000160783 +transcript chr1 156213009 156243214 ENST00000567140 protein_coding 3 3 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156213009 156243321 ENST00000320139 protein_coding 5 1 NA PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000490491 protein_coding 5 2 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000368276 protein_coding 8 3 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000567140 protein_coding 3 3 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000320139 protein_coding 5 1 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000368279 protein_coding 7 2 1 PMF1 ENSG00000160783 +CDS chr1 156213016 156213176 ENST00000368273 protein_coding 8 2 1 PMF1 ENSG00000160783 +CDS chr1 156213016 156213176 ENST00000368277 protein_coding 3 1 1 PMF1 ENSG00000160783 +CDS chr1 156225557 156225668 ENST00000368273 protein_coding 8 2 2 PMF1 ENSG00000160783 +CDS chr1 156232320 156232425 ENST00000490491 protein_coding 5 2 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000368276 protein_coding 8 3 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000320139 protein_coding 5 1 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000368279 protein_coding 7 2 2 PMF1 ENSG00000160783 +CDS chr1 156232320 156232425 ENST00000368277 protein_coding 3 1 2 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000490491 protein_coding 5 2 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000368276 protein_coding 8 3 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000320139 protein_coding 5 1 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000368279 protein_coding 7 2 3 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000368273 protein_coding 8 2 3 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000368277 protein_coding 3 1 3 PMF1 ENSG00000160783 +CDS chr1 156236288 156236483 ENST00000490491 protein_coding 5 2 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236288 156236483 ENST00000567140 protein_coding 3 3 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236288 156236483 ENST00000368273 protein_coding 8 2 4 PMF1 ENSG00000160783 +CDS chr1 156236288 156236483 ENST00000368277 protein_coding 3 1 4 PMF1 ENSG00000160783 +CDS chr1 156236349 156236483 ENST00000368276 protein_coding 8 3 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236349 156236483 ENST00000368279 protein_coding 7 2 4 PMF1 ENSG00000160783 +CDS chr1 156239548 156239584 ENST00000368279 protein_coding 7 2 5 PMF1 ENSG00000160783 +CDS chr1 156239548 156239598 ENST00000368273 protein_coding 8 2 5 PMF1 ENSG00000160783 +CDS chr1 156239548 156239598 ENST00000368277 protein_coding 3 1 5 PMF1 ENSG00000160783 +transcript chr1 156242184 156243317 ENST00000368272 protein_coding 5 1 NA BGLAP ENSG00000242252 +CDS chr1 156242232 156242295 ENST00000368272 protein_coding 5 1 1 BGLAP ENSG00000242252 +CDS chr1 156242553 156242591 ENST00000490491 protein_coding 5 2 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000368276 protein_coding 8 3 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000567140 protein_coding 3 3 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000320139 protein_coding 5 1 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000368272 protein_coding 5 1 2 BGLAP ENSG00000242252 +CDS chr1 156242762 156242791 ENST00000490491 protein_coding 5 2 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000368276 protein_coding 8 3 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242791 ENST00000567140 protein_coding 3 3 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000320139 protein_coding 5 1 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000368272 protein_coding 5 1 3 BGLAP ENSG00000242252 +CDS chr1 156243033 156243080 ENST00000368276 protein_coding 8 3 7 PMF1-BGLAP ENSG00000260238 +CDS chr1 156243033 156243080 ENST00000320139 protein_coding 5 1 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156243033 156243159 ENST00000368272 protein_coding 5 1 4 BGLAP ENSG00000242252 +transcript chr1 156243320 156248056 ENST00000292291 protein_coding 10 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000335852 protein_coding 6 2 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000540423 protein_coding 5 3 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000612424 protein_coding 4 2 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000613336 protein_coding 4 3 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000623241 protein_coding 3 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243423 156248031 ENST00000368270 protein_coding 2 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243496 156248090 ENST00000652405 protein_coding 1 NA NA PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000335852 protein_coding 6 2 7 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000540423 protein_coding 5 3 5 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000612424 protein_coding 4 2 6 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000613336 protein_coding 4 3 5 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000623241 protein_coding 3 1 5 PAQR6 ENSG00000160781 +transcript chr1 156243912 156248056 ENST00000356983 protein_coding 7 2 NA PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000292291 protein_coding 10 1 8 PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000368270 protein_coding 2 1 7 PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000356983 protein_coding 7 2 9 PAQR6 ENSG00000160781 +CDS chr1 156244334 156244403 ENST00000652405 protein_coding 1 NA 9 PAQR6 ENSG00000160781 +CDS chr1 156244582 156244672 ENST00000652405 protein_coding 1 NA 8 PAQR6 ENSG00000160781 +CDS chr1 156244690 156244911 ENST00000335852 protein_coding 6 2 6 PAQR6 ENSG00000160781 +CDS chr1 156244690 156244789 ENST00000612424 protein_coding 4 2 5 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000292291 protein_coding 10 1 7 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000540423 protein_coding 5 3 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000613336 protein_coding 4 3 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000623241 protein_coding 3 1 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000368270 protein_coding 2 1 6 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000652405 protein_coding 1 NA 7 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000356983 protein_coding 7 2 8 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000292291 protein_coding 10 1 6 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000335852 protein_coding 6 2 5 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000612424 protein_coding 4 2 4 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000368270 protein_coding 2 1 5 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000652405 protein_coding 1 NA 6 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000356983 protein_coding 7 2 7 PAQR6 ENSG00000160781 +transcript chr1 156245154 156248054 ENST00000470198 protein_coding 5 3 NA PAQR6 ENSG00000160781 +CDS chr1 156245154 156245277 ENST00000470198 protein_coding 5 3 6 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000292291 protein_coding 10 1 5 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000335852 protein_coding 6 2 4 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245646 ENST00000612424 protein_coding 4 2 3 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000368270 protein_coding 2 1 4 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000652405 protein_coding 1 NA 5 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000356983 protein_coding 7 2 6 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000470198 protein_coding 5 3 5 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000292291 protein_coding 10 1 4 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245848 ENST00000335852 protein_coding 6 2 3 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000368270 protein_coding 2 1 3 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000652405 protein_coding 1 NA 4 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000356983 protein_coding 7 2 5 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000470198 protein_coding 5 3 4 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000292291 protein_coding 10 1 3 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246229 ENST00000368270 protein_coding 2 1 2 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000652405 protein_coding 1 NA 3 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000356983 protein_coding 7 2 4 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000470198 protein_coding 5 3 3 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000292291 protein_coding 10 1 2 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000652405 protein_coding 1 NA 2 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000470198 protein_coding 5 3 2 PAQR6 ENSG00000160781 +CDS chr1 156246690 156246731 ENST00000356983 protein_coding 7 2 3 PAQR6 ENSG00000160781 +transcript chr1 156249224 156282825 ENST00000361813 protein_coding 5 1 NA SMG5 ENSG00000198952 +CDS chr1 156250590 156250670 ENST00000361813 protein_coding 5 1 22 SMG5 ENSG00000198952 +CDS chr1 156250858 156250996 ENST00000361813 protein_coding 5 1 21 SMG5 ENSG00000198952 +CDS chr1 156251403 156251477 ENST00000361813 protein_coding 5 1 20 SMG5 ENSG00000198952 +CDS chr1 156252414 156252504 ENST00000361813 protein_coding 5 1 19 SMG5 ENSG00000198952 +CDS chr1 156252919 156253078 ENST00000361813 protein_coding 5 1 18 SMG5 ENSG00000198952 +CDS chr1 156253449 156253508 ENST00000361813 protein_coding 5 1 17 SMG5 ENSG00000198952 +CDS chr1 156259005 156259163 ENST00000361813 protein_coding 5 1 16 SMG5 ENSG00000198952 +CDS chr1 156260451 156260626 ENST00000361813 protein_coding 5 1 15 SMG5 ENSG00000198952 +CDS chr1 156261333 156261408 ENST00000361813 protein_coding 5 1 14 SMG5 ENSG00000198952 +CDS chr1 156263395 156263570 ENST00000361813 protein_coding 5 1 13 SMG5 ENSG00000198952 +CDS chr1 156265781 156266380 ENST00000361813 protein_coding 5 1 12 SMG5 ENSG00000198952 +CDS chr1 156266541 156266678 ENST00000361813 protein_coding 5 1 11 SMG5 ENSG00000198952 +CDS chr1 156267470 156267678 ENST00000361813 protein_coding 5 1 10 SMG5 ENSG00000198952 +CDS chr1 156268115 156268183 ENST00000361813 protein_coding 5 1 9 SMG5 ENSG00000198952 +CDS chr1 156268290 156268415 ENST00000361813 protein_coding 5 1 8 SMG5 ENSG00000198952 +CDS chr1 156272320 156272398 ENST00000361813 protein_coding 5 1 7 SMG5 ENSG00000198952 +CDS chr1 156273361 156273450 ENST00000361813 protein_coding 5 1 6 SMG5 ENSG00000198952 +CDS chr1 156274597 156274686 ENST00000361813 protein_coding 5 1 5 SMG5 ENSG00000198952 +CDS chr1 156277085 156277241 ENST00000361813 protein_coding 5 1 4 SMG5 ENSG00000198952 +CDS chr1 156277925 156278048 ENST00000361813 protein_coding 5 1 3 SMG5 ENSG00000198952 +CDS chr1 156278936 156279034 ENST00000361813 protein_coding 5 1 2 SMG5 ENSG00000198952 +CDS chr1 156282607 156282680 ENST00000361813 protein_coding 5 1 1 SMG5 ENSG00000198952 +transcript chr1 156282948 156292443 ENST00000295694 protein_coding 9 1 NA TMEM79 ENSG00000163472 +transcript chr1 156282953 156291948 ENST00000357501 protein_coding 6 3 NA TMEM79 ENSG00000163472 +transcript chr1 156284322 156291525 ENST00000456810 protein_coding 1 3 NA TMEM79 ENSG00000163472 +transcript chr1 156284325 156292443 ENST00000405535 protein_coding 3 1 NA TMEM79 ENSG00000163472 +CDS chr1 156285227 156285983 ENST00000295694 protein_coding 9 1 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285267 ENST00000357501 protein_coding 6 3 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285267 ENST00000456810 protein_coding 1 3 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285983 ENST00000405535 protein_coding 3 1 2 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000295694 protein_coding 9 1 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000357501 protein_coding 6 3 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000456810 protein_coding 1 3 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000405535 protein_coding 3 1 3 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291595 ENST00000295694 protein_coding 9 1 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291654 ENST00000357501 protein_coding 6 3 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291525 ENST00000456810 protein_coding 1 3 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291595 ENST00000405535 protein_coding 3 1 4 TMEM79 ENSG00000163472 +transcript chr1 156292687 156295689 ENST00000612353 protein_coding 4 5 NA GLMP ENSG00000198715 +transcript chr1 156292687 156295689 ENST00000614643 protein_coding 4 2 NA GLMP ENSG00000198715 +transcript chr1 156292687 156295689 ENST00000622703 protein_coding 4 2 NA GLMP ENSG00000198715 +transcript chr1 156292688 156295679 ENST00000362007 protein_coding 6 1 NA GLMP ENSG00000198715 +transcript chr1 156292695 156294076 ENST00000481050 protein_coding 1 3 NA GLMP ENSG00000198715 +CDS chr1 156293015 156293209 ENST00000612353 protein_coding 4 5 5 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000614643 protein_coding 4 2 6 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000622703 protein_coding 4 2 5 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000362007 protein_coding 6 1 6 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000481050 protein_coding 1 3 3 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000614643 protein_coding 4 2 5 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000622703 protein_coding 4 2 4 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000362007 protein_coding 6 1 5 GLMP ENSG00000198715 +CDS chr1 156293320 156293429 ENST00000481050 protein_coding 1 3 2 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000612353 protein_coding 4 5 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000614643 protein_coding 4 2 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000622703 protein_coding 4 2 3 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000362007 protein_coding 6 1 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294076 ENST00000481050 protein_coding 1 3 1 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000612353 protein_coding 4 5 3 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000614643 protein_coding 4 2 3 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000622703 protein_coding 4 2 2 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000362007 protein_coding 6 1 3 GLMP ENSG00000198715 +CDS chr1 156294759 156295016 ENST00000612353 protein_coding 4 5 2 GLMP ENSG00000198715 +CDS chr1 156294759 156294893 ENST00000614643 protein_coding 4 2 2 GLMP ENSG00000198715 +CDS chr1 156294759 156295016 ENST00000362007 protein_coding 6 1 2 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000612353 protein_coding 4 5 1 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000622703 protein_coding 4 2 1 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000362007 protein_coding 6 1 1 GLMP ENSG00000198715 +transcript chr1 156298624 156299307 ENST00000339922 protein_coding 5 NA NA VHLL ENSG00000189030 +CDS chr1 156298773 156299189 ENST00000339922 protein_coding 5 NA 1 VHLL ENSG00000189030 +transcript chr1 156308968 156338292 ENST00000295688 protein_coding 8 1 NA CCT3 ENSG00000163468 +transcript chr1 156308969 156338245 ENST00000368259 protein_coding 6 2 NA CCT3 ENSG00000163468 +transcript chr1 156309165 156338257 ENST00000472765 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000295688 protein_coding 8 1 14 CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000368259 protein_coding 6 2 12 CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000472765 protein_coding 6 2 15 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000295688 protein_coding 8 1 13 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000368259 protein_coding 6 2 11 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000472765 protein_coding 6 2 14 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000295688 protein_coding 8 1 12 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000368259 protein_coding 6 2 10 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000472765 protein_coding 6 2 13 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000295688 protein_coding 8 1 11 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000368259 protein_coding 6 2 9 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000472765 protein_coding 6 2 12 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000295688 protein_coding 8 1 10 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000368259 protein_coding 6 2 8 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000472765 protein_coding 6 2 11 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000295688 protein_coding 8 1 9 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000368259 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000472765 protein_coding 6 2 10 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000295688 protein_coding 8 1 8 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000368259 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000472765 protein_coding 6 2 9 CCT3 ENSG00000163468 +transcript chr1 156318870 156367859 ENST00000413555 protein_coding 5 5 NA CCT3 ENSG00000163468 +CDS chr1 156318870 156319017 ENST00000413555 protein_coding 5 5 8 CCT3 ENSG00000163468 +transcript chr1 156318921 156338229 ENST00000496684 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156318921 156319017 ENST00000496684 protein_coding 6 2 8 CCT3 ENSG00000163468 +transcript chr1 156318957 156338292 ENST00000533194 protein_coding 5 3 NA CCT3 ENSG00000163468 +CDS chr1 156318957 156319017 ENST00000533194 protein_coding 5 3 5 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000295688 protein_coding 8 1 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000368259 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000472765 protein_coding 6 2 8 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000413555 protein_coding 5 5 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000496684 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000533194 protein_coding 5 3 4 CCT3 ENSG00000163468 +transcript chr1 156320840 156367873 ENST00000446905 protein_coding 5 3 NA CCT3 ENSG00000163468 +CDS chr1 156320840 156321025 ENST00000446905 protein_coding 5 3 5 CCT3 ENSG00000163468 +transcript chr1 156320923 156338305 ENST00000478640 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156320923 156321025 ENST00000478640 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000295688 protein_coding 8 1 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000368259 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000472765 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000413555 protein_coding 5 5 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325086 ENST00000496684 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000533194 protein_coding 5 3 3 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000446905 protein_coding 5 3 4 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000478640 protein_coding 6 2 5 CCT3 ENSG00000163468 +transcript chr1 156324980 156338214 ENST00000415548 protein_coding 1 3 NA CCT3 ENSG00000163468 +CDS chr1 156324980 156325089 ENST00000415548 protein_coding 1 3 7 CCT3 ENSG00000163468 +CDS chr1 156333216 156333284 ENST00000415548 protein_coding 1 3 6 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000295688 protein_coding 8 1 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000368259 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000472765 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000413555 protein_coding 5 5 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000496684 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333613 ENST00000533194 protein_coding 5 3 2 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000446905 protein_coding 5 3 3 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000478640 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000415548 protein_coding 1 3 5 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000295688 protein_coding 8 1 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000472765 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000413555 protein_coding 5 5 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000496684 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000415548 protein_coding 1 3 4 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000295688 protein_coding 8 1 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334876 ENST00000472765 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000413555 protein_coding 5 5 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000496684 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000478640 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000415548 protein_coding 1 3 3 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000295688 protein_coding 8 1 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000368259 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000413555 protein_coding 5 5 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000496684 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000446905 protein_coding 5 3 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000478640 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000415548 protein_coding 1 3 2 CCT3 ENSG00000163468 +transcript chr1 156337314 156346995 ENST00000368255 protein_coding 7 1 NA TSACC ENSG00000163467 +CDS chr1 156338154 156338184 ENST00000295688 protein_coding 8 1 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000368259 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000496684 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000478640 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000415548 protein_coding 1 3 1 CCT3 ENSG00000163468 +transcript chr1 156338503 156346990 ENST00000368253 protein_coding 6 1 NA TSACC ENSG00000163467 +transcript chr1 156338507 156346993 ENST00000470342 protein_coding 5 2 NA TSACC ENSG00000163467 +transcript chr1 156338526 156346995 ENST00000368254 protein_coding 6 1 NA TSACC ENSG00000163467 +transcript chr1 156338628 156346995 ENST00000481479 protein_coding 5 2 NA TSACC ENSG00000163467 +transcript chr1 156338694 156346995 ENST00000368252 protein_coding 5 1 NA TSACC ENSG00000163467 +transcript chr1 156338788 156346992 ENST00000466306 protein_coding 5 3 NA TSACC ENSG00000163467 +transcript chr1 156338902 156346995 ENST00000368251 protein_coding 1 3 NA TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368255 protein_coding 7 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368253 protein_coding 6 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000470342 protein_coding 5 2 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368254 protein_coding 6 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000481479 protein_coding 5 2 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368252 protein_coding 5 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000466306 protein_coding 5 3 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368251 protein_coding 1 3 2 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368255 protein_coding 7 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368253 protein_coding 6 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000470342 protein_coding 5 2 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368254 protein_coding 6 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000481479 protein_coding 5 2 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368252 protein_coding 5 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000466306 protein_coding 5 3 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368251 protein_coding 1 3 3 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368255 protein_coding 7 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368253 protein_coding 6 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368254 protein_coding 6 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368252 protein_coding 5 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368251 protein_coding 1 3 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000470342 protein_coding 5 2 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000481479 protein_coding 5 2 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000466306 protein_coding 5 3 4 TSACC ENSG00000163467 +CDS chr1 156367744 156367846 ENST00000413555 protein_coding 5 5 1 CCT3 ENSG00000163468 +CDS chr1 156367744 156367846 ENST00000446905 protein_coding 5 3 1 CCT3 ENSG00000163468 +transcript chr1 156369211 156385219 ENST00000537040 protein_coding 6 1 NA RHBG ENSG00000132677 +CDS chr1 156369250 156369436 ENST00000537040 protein_coding 6 1 1 RHBG ENSG00000132677 +CDS chr1 156377301 156377487 ENST00000537040 protein_coding 6 1 2 RHBG ENSG00000132677 +CDS chr1 156377990 156378140 ENST00000537040 protein_coding 6 1 3 RHBG ENSG00000132677 +CDS chr1 156378252 156378399 ENST00000537040 protein_coding 6 1 4 RHBG ENSG00000132677 +CDS chr1 156381347 156381513 ENST00000537040 protein_coding 6 1 5 RHBG ENSG00000132677 +CDS chr1 156381806 156381943 ENST00000537040 protein_coding 6 1 6 RHBG ENSG00000132677 +CDS chr1 156382068 156382201 ENST00000537040 protein_coding 6 1 7 RHBG ENSG00000132677 +CDS chr1 156382748 156382869 ENST00000537040 protein_coding 6 1 8 RHBG ENSG00000132677 +CDS chr1 156384527 156384600 ENST00000537040 protein_coding 6 1 9 RHBG ENSG00000132677 +CDS chr1 156384777 156384842 ENST00000537040 protein_coding 6 1 10 RHBG ENSG00000132677 +transcript chr1 156463727 156483430 ENST00000464356 protein_coding 6 5 NA MEF2D ENSG00000116604 +transcript chr1 156463727 156500775 ENST00000348159 protein_coding 9 1 NA MEF2D ENSG00000116604 +transcript chr1 156466210 156490599 ENST00000360595 protein_coding 7 1 NA MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000464356 protein_coding 6 5 10 MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000348159 protein_coding 9 1 12 MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000360595 protein_coding 7 1 11 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000464356 protein_coding 6 5 9 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000348159 protein_coding 9 1 11 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000360595 protein_coding 7 1 10 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000464356 protein_coding 6 5 8 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000348159 protein_coding 9 1 10 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000360595 protein_coding 7 1 9 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000464356 protein_coding 6 5 7 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000348159 protein_coding 9 1 9 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000360595 protein_coding 7 1 8 MEF2D ENSG00000116604 +CDS chr1 156476494 156476514 ENST00000348159 protein_coding 9 1 8 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000464356 protein_coding 6 5 6 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000348159 protein_coding 9 1 7 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000360595 protein_coding 7 1 7 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000464356 protein_coding 6 5 5 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000348159 protein_coding 9 1 6 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000360595 protein_coding 7 1 6 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000464356 protein_coding 6 5 4 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000348159 protein_coding 9 1 5 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000360595 protein_coding 7 1 5 MEF2D ENSG00000116604 +CDS chr1 156480643 156480777 ENST00000464356 protein_coding 6 5 3 MEF2D ENSG00000116604 +CDS chr1 156480834 156480971 ENST00000348159 protein_coding 9 1 4 MEF2D ENSG00000116604 +CDS chr1 156480834 156480971 ENST00000360595 protein_coding 7 1 4 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000464356 protein_coding 6 5 2 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000348159 protein_coding 9 1 3 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000360595 protein_coding 7 1 3 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000464356 protein_coding 6 5 1 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000348159 protein_coding 9 1 2 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000360595 protein_coding 7 1 2 MEF2D ENSG00000116604 +transcript chr1 156483261 156500779 ENST00000489057 protein_coding 1 5 NA MEF2D ENSG00000116604 +CDS chr1 156483261 156483292 ENST00000489057 protein_coding 1 5 3 MEF2D ENSG00000116604 +transcript chr1 156525405 156572565 ENST00000361170 protein_coding 7 1 NA IQGAP3 ENSG00000183856 +CDS chr1 156526489 156526599 ENST00000361170 protein_coding 7 1 38 IQGAP3 ENSG00000183856 +CDS chr1 156527952 156528060 ENST00000361170 protein_coding 7 1 37 IQGAP3 ENSG00000183856 +CDS chr1 156528509 156528610 ENST00000361170 protein_coding 7 1 36 IQGAP3 ENSG00000183856 +CDS chr1 156528916 156529082 ENST00000361170 protein_coding 7 1 35 IQGAP3 ENSG00000183856 +CDS chr1 156530105 156530317 ENST00000361170 protein_coding 7 1 34 IQGAP3 ENSG00000183856 +CDS chr1 156531160 156531247 ENST00000361170 protein_coding 7 1 33 IQGAP3 ENSG00000183856 +CDS chr1 156532980 156533106 ENST00000361170 protein_coding 7 1 32 IQGAP3 ENSG00000183856 +CDS chr1 156533773 156533875 ENST00000361170 protein_coding 7 1 31 IQGAP3 ENSG00000183856 +CDS chr1 156534009 156534141 ENST00000361170 protein_coding 7 1 30 IQGAP3 ENSG00000183856 +CDS chr1 156534501 156534733 ENST00000361170 protein_coding 7 1 29 IQGAP3 ENSG00000183856 +CDS chr1 156535163 156535247 ENST00000361170 protein_coding 7 1 28 IQGAP3 ENSG00000183856 +CDS chr1 156537181 156537321 ENST00000361170 protein_coding 7 1 27 IQGAP3 ENSG00000183856 +CDS chr1 156538809 156539033 ENST00000361170 protein_coding 7 1 26 IQGAP3 ENSG00000183856 +CDS chr1 156539374 156539537 ENST00000361170 protein_coding 7 1 25 IQGAP3 ENSG00000183856 +CDS chr1 156539838 156539990 ENST00000361170 protein_coding 7 1 24 IQGAP3 ENSG00000183856 +CDS chr1 156540708 156540916 ENST00000361170 protein_coding 7 1 23 IQGAP3 ENSG00000183856 +CDS chr1 156543981 156544050 ENST00000361170 protein_coding 7 1 22 IQGAP3 ENSG00000183856 +CDS chr1 156544152 156544223 ENST00000361170 protein_coding 7 1 21 IQGAP3 ENSG00000183856 +CDS chr1 156544389 156544472 ENST00000361170 protein_coding 7 1 20 IQGAP3 ENSG00000183856 +CDS chr1 156548073 156548243 ENST00000361170 protein_coding 7 1 19 IQGAP3 ENSG00000183856 +CDS chr1 156548348 156548487 ENST00000361170 protein_coding 7 1 18 IQGAP3 ENSG00000183856 +CDS chr1 156548581 156548748 ENST00000361170 protein_coding 7 1 17 IQGAP3 ENSG00000183856 +CDS chr1 156550261 156550351 ENST00000361170 protein_coding 7 1 16 IQGAP3 ENSG00000183856 +CDS chr1 156551705 156551868 ENST00000361170 protein_coding 7 1 15 IQGAP3 ENSG00000183856 +CDS chr1 156551974 156552095 ENST00000361170 protein_coding 7 1 14 IQGAP3 ENSG00000183856 +CDS chr1 156554235 156554392 ENST00000361170 protein_coding 7 1 13 IQGAP3 ENSG00000183856 +CDS chr1 156556533 156556693 ENST00000361170 protein_coding 7 1 12 IQGAP3 ENSG00000183856 +CDS chr1 156560934 156561021 ENST00000361170 protein_coding 7 1 11 IQGAP3 ENSG00000183856 +CDS chr1 156561838 156562001 ENST00000361170 protein_coding 7 1 10 IQGAP3 ENSG00000183856 +CDS chr1 156562587 156562665 ENST00000361170 protein_coding 7 1 9 IQGAP3 ENSG00000183856 +CDS chr1 156563134 156563312 ENST00000361170 protein_coding 7 1 8 IQGAP3 ENSG00000183856 +CDS chr1 156563553 156563666 ENST00000361170 protein_coding 7 1 7 IQGAP3 ENSG00000183856 +CDS chr1 156563757 156563824 ENST00000361170 protein_coding 7 1 6 IQGAP3 ENSG00000183856 +CDS chr1 156564615 156564691 ENST00000361170 protein_coding 7 1 5 IQGAP3 ENSG00000183856 +CDS chr1 156566027 156566104 ENST00000361170 protein_coding 7 1 4 IQGAP3 ENSG00000183856 +CDS chr1 156566390 156566546 ENST00000361170 protein_coding 7 1 3 IQGAP3 ENSG00000183856 +CDS chr1 156569376 156569463 ENST00000361170 protein_coding 7 1 2 IQGAP3 ENSG00000183856 +CDS chr1 156572493 156572529 ENST00000361170 protein_coding 7 1 1 IQGAP3 ENSG00000183856 +transcript chr1 156579723 156587719 ENST00000368236 protein_coding 8 5 NA TTC24 ENSG00000187862 +CDS chr1 156581365 156582070 ENST00000368236 protein_coding 8 5 2 TTC24 ENSG00000187862 +CDS chr1 156582231 156582434 ENST00000368236 protein_coding 8 5 3 TTC24 ENSG00000187862 +CDS chr1 156583042 156583170 ENST00000368236 protein_coding 8 5 4 TTC24 ENSG00000187862 +CDS chr1 156583338 156583450 ENST00000368236 protein_coding 8 5 5 TTC24 ENSG00000187862 +CDS chr1 156583797 156583895 ENST00000368236 protein_coding 8 5 6 TTC24 ENSG00000187862 +CDS chr1 156584877 156584974 ENST00000368236 protein_coding 8 5 7 TTC24 ENSG00000187862 +CDS chr1 156585125 156585231 ENST00000368236 protein_coding 8 5 8 TTC24 ENSG00000187862 +CDS chr1 156585713 156585826 ENST00000368236 protein_coding 8 5 9 TTC24 ENSG00000187862 +CDS chr1 156585949 156586045 ENST00000368236 protein_coding 8 5 10 TTC24 ENSG00000187862 +CDS chr1 156586469 156586547 ENST00000368236 protein_coding 8 5 11 TTC24 ENSG00000187862 +transcript chr1 156591762 156594131 ENST00000368234 protein_coding 7 1 NA NAXE ENSG00000163382 +transcript chr1 156591766 156598179 ENST00000680087 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156598309 ENST00000681734 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156599383 ENST00000679369 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156602460 ENST00000680269 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156602510 ENST00000680661 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156606892 ENST00000681054 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156607104 ENST00000680004 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156609507 ENST00000679702 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591776 156594299 ENST00000368235 protein_coding 8 1 NA NAXE ENSG00000163382 +transcript chr1 156591778 156593876 ENST00000368233 protein_coding 3 2 NA NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368234 protein_coding 7 1 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680087 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000681734 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000679369 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680269 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680661 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000681054 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680004 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000679702 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368235 protein_coding 8 1 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368233 protein_coding 3 2 1 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368234 protein_coding 7 1 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680087 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000681734 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000679369 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680269 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680661 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000681054 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680004 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000679702 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368235 protein_coding 8 1 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368233 protein_coding 3 2 2 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368234 protein_coding 7 1 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680087 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000681734 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680269 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680661 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000681054 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680004 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000679702 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368235 protein_coding 8 1 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368233 protein_coding 3 2 3 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368234 protein_coding 7 1 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680087 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000681734 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000679369 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680269 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680661 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000681054 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680004 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000679702 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368235 protein_coding 8 1 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368233 protein_coding 3 2 4 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680087 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000681734 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000679369 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680269 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680661 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000681054 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680004 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000679702 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000368235 protein_coding 8 1 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593626 ENST00000368233 protein_coding 3 2 5 NAXE ENSG00000163382 +CDS chr1 156593464 156593555 ENST00000368234 protein_coding 7 1 5 NAXE ENSG00000163382 +CDS chr1 156593882 156594053 ENST00000368234 protein_coding 7 1 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000680269 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000681054 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000680004 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000679702 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000368235 protein_coding 8 1 6 NAXE ENSG00000163382 +CDS chr1 156593945 156594081 ENST00000681734 protein_coding 1 NA 6 NAXE ENSG00000163382 +transcript chr1 156594301 156601479 ENST00000368232 protein_coding 9 1 NA GPATCH4 ENSG00000160818 +transcript chr1 156595213 156601470 ENST00000438976 protein_coding 6 2 NA GPATCH4 ENSG00000160818 +CDS chr1 156595216 156595849 ENST00000368232 protein_coding 9 1 8 GPATCH4 ENSG00000160818 +CDS chr1 156595216 156595849 ENST00000438976 protein_coding 6 2 8 GPATCH4 ENSG00000160818 +transcript chr1 156595445 156601490 ENST00000415314 protein_coding 6 3 NA GPATCH4 ENSG00000160818 +CDS chr1 156595445 156595849 ENST00000415314 protein_coding 6 3 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000368232 protein_coding 9 1 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000438976 protein_coding 6 2 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000415314 protein_coding 6 3 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000368232 protein_coding 9 1 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000438976 protein_coding 6 2 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000415314 protein_coding 6 3 5 GPATCH4 ENSG00000160818 +CDS chr1 156596707 156596714 ENST00000680087 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156596707 156596714 ENST00000679369 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156598035 156598121 ENST00000368232 protein_coding 9 1 5 GPATCH4 ENSG00000160818 +CDS chr1 156598035 156598121 ENST00000438976 protein_coding 6 2 5 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000368232 protein_coding 9 1 4 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000438976 protein_coding 6 2 4 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000415314 protein_coding 6 3 4 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000368232 protein_coding 9 1 3 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000438976 protein_coding 6 2 3 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000415314 protein_coding 6 3 3 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599046 ENST00000368232 protein_coding 9 1 2 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599030 ENST00000438976 protein_coding 6 2 2 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599046 ENST00000415314 protein_coding 6 3 2 GPATCH4 ENSG00000160818 +CDS chr1 156601409 156601439 ENST00000438976 protein_coding 6 2 1 GPATCH4 ENSG00000160818 +CDS chr1 156601499 156601740 ENST00000680661 protein_coding 1 NA 6 NAXE ENSG00000163382 +transcript chr1 156619415 156625725 ENST00000255039 protein_coding 6 1 NA HAPLN2 ENSG00000132702 +transcript chr1 156619424 156624467 ENST00000456112 protein_coding 1 5 NA HAPLN2 ENSG00000132702 +CDS chr1 156623491 156623575 ENST00000255039 protein_coding 6 1 3 HAPLN2 ENSG00000132702 +CDS chr1 156623491 156623575 ENST00000456112 protein_coding 1 5 3 HAPLN2 ENSG00000132702 +CDS chr1 156623807 156624160 ENST00000255039 protein_coding 6 1 4 HAPLN2 ENSG00000132702 +CDS chr1 156623807 156624160 ENST00000456112 protein_coding 1 5 4 HAPLN2 ENSG00000132702 +CDS chr1 156624351 156624467 ENST00000255039 protein_coding 6 1 5 HAPLN2 ENSG00000132702 +CDS chr1 156624351 156624467 ENST00000456112 protein_coding 1 5 5 HAPLN2 ENSG00000132702 +CDS chr1 156624601 156624783 ENST00000255039 protein_coding 6 1 6 HAPLN2 ENSG00000132702 +CDS chr1 156625101 156625381 ENST00000255039 protein_coding 6 1 7 HAPLN2 ENSG00000132702 +transcript chr1 156641390 156647144 ENST00000441358 protein_coding 5 3 NA BCAN ENSG00000132692 +transcript chr1 156642114 156647682 ENST00000457777 protein_coding 6 3 NA BCAN ENSG00000132692 +transcript chr1 156642117 156659528 ENST00000329117 protein_coding 10 1 NA BCAN ENSG00000132692 +transcript chr1 156642130 156648798 ENST00000424639 protein_coding 5 3 NA BCAN ENSG00000132692 +transcript chr1 156642243 156653472 ENST00000361588 protein_coding 5 1 NA BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000441358 protein_coding 5 3 3 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000457777 protein_coding 6 3 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000329117 protein_coding 10 1 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000424639 protein_coding 5 3 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000361588 protein_coding 5 1 2 BCAN ENSG00000132692 +CDS chr1 156646801 156647144 ENST00000441358 protein_coding 5 3 4 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000457777 protein_coding 6 3 3 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000329117 protein_coding 10 1 3 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000361588 protein_coding 5 1 3 BCAN ENSG00000132692 +CDS chr1 156647107 156647175 ENST00000424639 protein_coding 5 3 3 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000457777 protein_coding 6 3 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000329117 protein_coding 10 1 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000424639 protein_coding 5 3 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000361588 protein_coding 5 1 4 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000329117 protein_coding 10 1 5 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000424639 protein_coding 5 3 5 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000361588 protein_coding 5 1 5 BCAN ENSG00000132692 +CDS chr1 156648568 156648861 ENST00000329117 protein_coding 10 1 6 BCAN ENSG00000132692 +CDS chr1 156648568 156648798 ENST00000424639 protein_coding 5 3 6 BCAN ENSG00000132692 +CDS chr1 156648568 156648861 ENST00000361588 protein_coding 5 1 6 BCAN ENSG00000132692 +CDS chr1 156651456 156651689 ENST00000329117 protein_coding 10 1 7 BCAN ENSG00000132692 +CDS chr1 156651456 156651689 ENST00000361588 protein_coding 5 1 7 BCAN ENSG00000132692 +CDS chr1 156652248 156652892 ENST00000329117 protein_coding 10 1 8 BCAN ENSG00000132692 +CDS chr1 156652248 156652963 ENST00000361588 protein_coding 5 1 8 BCAN ENSG00000132692 +CDS chr1 156656282 156656389 ENST00000329117 protein_coding 10 1 9 BCAN ENSG00000132692 +CDS chr1 156656938 156657096 ENST00000329117 protein_coding 10 1 10 BCAN ENSG00000132692 +CDS chr1 156657675 156657757 ENST00000329117 protein_coding 10 1 11 BCAN ENSG00000132692 +CDS chr1 156658127 156658271 ENST00000329117 protein_coding 10 1 12 BCAN ENSG00000132692 +CDS chr1 156658543 156658733 ENST00000329117 protein_coding 10 1 13 BCAN ENSG00000132692 +CDS chr1 156659027 156659131 ENST00000329117 protein_coding 10 1 14 BCAN ENSG00000132692 +transcript chr1 156668763 156677407 ENST00000368223 protein_coding 4 1 NA NES ENSG00000132688 +CDS chr1 156669325 156673205 ENST00000368223 protein_coding 4 1 4 NES ENSG00000132688 +CDS chr1 156673454 156673527 ENST00000368223 protein_coding 4 1 3 NES ENSG00000132688 +CDS chr1 156675216 156675340 ENST00000368223 protein_coding 4 1 2 NES ENSG00000132688 +CDS chr1 156676482 156677264 ENST00000368223 protein_coding 4 1 1 NES ENSG00000132688 +transcript chr1 156699606 156705583 ENST00000368222 protein_coding 8 1 NA CRABP2 ENSG00000143320 +transcript chr1 156699618 156705816 ENST00000621784 protein_coding 4 3 NA CRABP2 ENSG00000143320 +transcript chr1 156699756 156705747 ENST00000368221 protein_coding 1 3 NA CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000368222 protein_coding 8 1 4 CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000621784 protein_coding 4 3 5 CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000368221 protein_coding 1 3 5 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000368222 protein_coding 8 1 3 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000621784 protein_coding 4 3 4 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000368221 protein_coding 1 3 4 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000368222 protein_coding 8 1 2 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000621784 protein_coding 4 3 3 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000368221 protein_coding 1 3 3 CRABP2 ENSG00000143320 +transcript chr1 156700875 156705816 ENST00000368220 protein_coding 1 4 NA CRABP2 ENSG00000143320 +CDS chr1 156700875 156701052 ENST00000368220 protein_coding 1 4 3 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368222 protein_coding 8 1 1 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000621784 protein_coding 4 3 2 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368221 protein_coding 1 3 2 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368220 protein_coding 1 4 2 CRABP2 ENSG00000143320 +transcript chr1 156721891 156728435 ENST00000313146 protein_coding 10 2 NA ISG20L2 ENSG00000143319 +transcript chr1 156721895 156728766 ENST00000368219 protein_coding 2 5 NA ISG20L2 ENSG00000143319 +CDS chr1 156723352 156723462 ENST00000313146 protein_coding 10 2 3 ISG20L2 ENSG00000143319 +CDS chr1 156723352 156723462 ENST00000368219 protein_coding 2 5 4 ISG20L2 ENSG00000143319 +CDS chr1 156724148 156724348 ENST00000313146 protein_coding 10 2 2 ISG20L2 ENSG00000143319 +CDS chr1 156724148 156724348 ENST00000368219 protein_coding 2 5 3 ISG20L2 ENSG00000143319 +CDS chr1 156726906 156727652 ENST00000313146 protein_coding 10 2 1 ISG20L2 ENSG00000143319 +CDS chr1 156726906 156727652 ENST00000368219 protein_coding 2 5 2 ISG20L2 ENSG00000143319 +transcript chr1 156728442 156736949 ENST00000368218 protein_coding 8 3 NA METTL25B ENSG00000143303 +transcript chr1 156728469 156736960 ENST00000368216 protein_coding 9 1 NA METTL25B ENSG00000143303 +transcript chr1 156728949 156734470 ENST00000519086 protein_coding 5 3 NA METTL25B ENSG00000143303 +transcript chr1 156728960 156732994 ENST00000524343 protein_coding 1 5 NA METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000368218 protein_coding 8 3 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000368216 protein_coding 9 1 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000519086 protein_coding 5 3 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000524343 protein_coding 1 5 1 METTL25B ENSG00000143303 +transcript chr1 156729516 156733492 ENST00000484742 protein_coding 5 3 NA METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000368218 protein_coding 8 3 2 METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000368216 protein_coding 9 1 2 METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000519086 protein_coding 5 3 2 METTL25B ENSG00000143303 +transcript chr1 156732025 156736949 ENST00000476229 protein_coding 5 5 NA METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000368218 protein_coding 8 3 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000368216 protein_coding 9 1 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000519086 protein_coding 5 3 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732451 ENST00000524343 protein_coding 1 5 2 METTL25B ENSG00000143303 +CDS chr1 156732351 156732473 ENST00000484742 protein_coding 5 3 2 METTL25B ENSG00000143303 +CDS chr1 156732351 156732473 ENST00000476229 protein_coding 5 5 1 METTL25B ENSG00000143303 +transcript chr1 156732385 156735800 ENST00000522237 protein_coding 1 5 NA METTL25B ENSG00000143303 +CDS chr1 156732385 156732473 ENST00000522237 protein_coding 1 5 1 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000368218 protein_coding 8 3 4 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000368216 protein_coding 9 1 4 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000484742 protein_coding 5 3 3 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000522237 protein_coding 1 5 2 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000368218 protein_coding 8 3 5 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000368216 protein_coding 9 1 5 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000519086 protein_coding 5 3 4 METTL25B ENSG00000143303 +CDS chr1 156733377 156733492 ENST00000484742 protein_coding 5 3 4 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000476229 protein_coding 5 5 2 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000522237 protein_coding 1 5 3 METTL25B ENSG00000143303 +CDS chr1 156734009 156734493 ENST00000368216 protein_coding 9 1 6 METTL25B ENSG00000143303 +CDS chr1 156734009 156734470 ENST00000519086 protein_coding 5 3 5 METTL25B ENSG00000143303 +CDS chr1 156734009 156734052 ENST00000522237 protein_coding 1 5 4 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000368218 protein_coding 8 3 6 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000368216 protein_coding 9 1 7 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000476229 protein_coding 5 5 3 METTL25B ENSG00000143303 +CDS chr1 156735725 156735800 ENST00000522237 protein_coding 1 5 5 METTL25B ENSG00000143303 +CDS chr1 156736632 156736641 ENST00000368218 protein_coding 8 3 7 METTL25B ENSG00000143303 +CDS chr1 156736632 156736750 ENST00000368216 protein_coding 9 1 8 METTL25B ENSG00000143303 +CDS chr1 156736632 156736641 ENST00000476229 protein_coding 5 5 4 METTL25B ENSG00000143303 +transcript chr1 156737303 156741088 ENST00000361531 protein_coding 6 1 NA MRPL24 ENSG00000143314 +transcript chr1 156737305 156741131 ENST00000368211 protein_coding 8 1 NA MRPL24 ENSG00000143314 +CDS chr1 156737401 156737534 ENST00000361531 protein_coding 6 1 6 MRPL24 ENSG00000143314 +CDS chr1 156737401 156737534 ENST00000368211 protein_coding 8 1 6 MRPL24 ENSG00000143314 +transcript chr1 156737530 156741590 ENST00000434558 protein_coding 5 5 NA MRPL24 ENSG00000143314 +CDS chr1 156737530 156737534 ENST00000434558 protein_coding 5 5 6 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000361531 protein_coding 6 1 5 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000368211 protein_coding 8 1 5 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000434558 protein_coding 5 5 5 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000361531 protein_coding 6 1 4 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000368211 protein_coding 8 1 4 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000434558 protein_coding 5 5 4 MRPL24 ENSG00000143314 +transcript chr1 156738118 156741088 ENST00000412846 protein_coding 5 3 NA MRPL24 ENSG00000143314 +CDS chr1 156738118 156738134 ENST00000412846 protein_coding 5 3 4 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000361531 protein_coding 6 1 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000368211 protein_coding 8 1 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000434558 protein_coding 5 5 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000412846 protein_coding 5 3 3 MRPL24 ENSG00000143314 +transcript chr1 156738418 156740562 ENST00000420938 protein_coding 1 3 NA MRPL24 ENSG00000143314 +CDS chr1 156738418 156738438 ENST00000420938 protein_coding 1 3 3 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000361531 protein_coding 6 1 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000368211 protein_coding 8 1 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000434558 protein_coding 5 5 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000412846 protein_coding 5 3 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000420938 protein_coding 1 3 2 MRPL24 ENSG00000143314 +transcript chr1 156742109 156751675 ENST00000357325 protein_coding 10 1 NA HDGF ENSG00000143321 +transcript chr1 156742110 156751598 ENST00000537739 protein_coding 5 1 NA HDGF ENSG00000143321 +transcript chr1 156742110 156752233 ENST00000368209 protein_coding 9 2 NA HDGF ENSG00000143321 +transcript chr1 156743345 156752448 ENST00000368206 protein_coding 5 5 NA HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000357325 protein_coding 10 1 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000537739 protein_coding 5 1 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000368209 protein_coding 9 2 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000368206 protein_coding 5 5 6 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000357325 protein_coding 10 1 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000537739 protein_coding 5 1 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000368209 protein_coding 9 2 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000368206 protein_coding 5 5 5 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000357325 protein_coding 10 1 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000537739 protein_coding 5 1 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000368209 protein_coding 9 2 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000368206 protein_coding 5 5 4 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000357325 protein_coding 10 1 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000537739 protein_coding 5 1 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000368209 protein_coding 9 2 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000368206 protein_coding 5 5 3 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000357325 protein_coding 10 1 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000537739 protein_coding 5 1 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000368209 protein_coding 9 2 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000368206 protein_coding 5 5 2 HDGF ENSG00000143321 +CDS chr1 156751343 156751429 ENST00000357325 protein_coding 10 1 1 HDGF ENSG00000143321 +CDS chr1 156751343 156751429 ENST00000537739 protein_coding 5 1 1 HDGF ENSG00000143321 +CDS chr1 156752038 156752103 ENST00000368209 protein_coding 9 2 1 HDGF ENSG00000143321 +CDS chr1 156752229 156752363 ENST00000368206 protein_coding 5 5 1 HDGF ENSG00000143321 +transcript chr1 156767535 156800815 ENST00000271526 protein_coding 9 1 NA PRCC ENSG00000143294 +CDS chr1 156767772 156768239 ENST00000271526 protein_coding 9 1 1 PRCC ENSG00000143294 +CDS chr1 156782282 156782329 ENST00000271526 protein_coding 9 1 2 PRCC ENSG00000143294 +CDS chr1 156786608 156787174 ENST00000271526 protein_coding 9 1 3 PRCC ENSG00000143294 +transcript chr1 156786875 156800497 ENST00000526188 protein_coding 5 2 NA PRCC ENSG00000143294 +CDS chr1 156786875 156787174 ENST00000526188 protein_coding 5 2 1 PRCC ENSG00000143294 +transcript chr1 156786891 156800771 ENST00000454659 protein_coding 1 3 NA PRCC ENSG00000143294 +CDS chr1 156786891 156787174 ENST00000454659 protein_coding 1 3 1 PRCC ENSG00000143294 +CDS chr1 156791067 156791162 ENST00000454659 protein_coding 1 3 2 PRCC ENSG00000143294 +CDS chr1 156791697 156791792 ENST00000271526 protein_coding 9 1 4 PRCC ENSG00000143294 +CDS chr1 156791697 156791792 ENST00000454659 protein_coding 1 3 3 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000271526 protein_coding 9 1 5 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000526188 protein_coding 5 2 2 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000454659 protein_coding 1 3 4 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000271526 protein_coding 9 1 6 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000526188 protein_coding 5 2 3 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000454659 protein_coding 1 3 5 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000271526 protein_coding 9 1 7 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000526188 protein_coding 5 2 4 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000454659 protein_coding 1 3 6 PRCC ENSG00000143294 +transcript chr1 156806243 156816834 ENST00000368198 protein_coding 7 1 NA SH2D2A ENSG00000027869 +transcript chr1 156806243 156816848 ENST00000368199 protein_coding 8 1 NA SH2D2A ENSG00000027869 +transcript chr1 156806244 156816848 ENST00000392306 protein_coding 2 1 NA SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000368198 protein_coding 7 1 8 SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000368199 protein_coding 8 1 8 SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000392306 protein_coding 2 1 8 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000368198 protein_coding 7 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000368199 protein_coding 8 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000392306 protein_coding 2 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000368198 protein_coding 7 1 6 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000368199 protein_coding 8 1 6 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000392306 protein_coding 2 1 6 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000368198 protein_coding 7 1 5 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000368199 protein_coding 8 1 5 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000392306 protein_coding 2 1 5 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814294 ENST00000368198 protein_coding 7 1 4 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814294 ENST00000368199 protein_coding 8 1 4 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814324 ENST00000392306 protein_coding 2 1 4 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000368198 protein_coding 7 1 3 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000368199 protein_coding 8 1 3 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000392306 protein_coding 2 1 3 SH2D2A ENSG00000027869 +transcript chr1 156815656 156881850 ENST00000392302 protein_coding 7 5 NA NTRK1 ENSG00000198400 +transcript chr1 156815671 156881808 ENST00000674537 protein_coding 1 NA NA NTRK1 ENSG00000198400 +CDS chr1 156816006 156816063 ENST00000368198 protein_coding 7 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816006 156816094 ENST00000368199 protein_coding 8 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816006 156816094 ENST00000392306 protein_coding 2 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816685 ENST00000368198 protein_coding 7 1 1 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816708 ENST00000368199 protein_coding 8 1 1 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816708 ENST00000392306 protein_coding 2 1 1 SH2D2A ENSG00000027869 +transcript chr1 156840063 156859117 ENST00000368195 protein_coding 4 1 NA INSRR ENSG00000027644 +CDS chr1 156840876 156841104 ENST00000368195 protein_coding 4 1 22 INSRR ENSG00000027644 +CDS chr1 156841394 156841528 ENST00000368195 protein_coding 4 1 21 INSRR ENSG00000027644 +CDS chr1 156841665 156841794 ENST00000368195 protein_coding 4 1 20 INSRR ENSG00000027644 +CDS chr1 156842112 156842271 ENST00000368195 protein_coding 4 1 19 INSRR ENSG00000027644 +CDS chr1 156842144 156842193 ENST00000392302 protein_coding 7 5 2 NTRK1 ENSG00000198400 +CDS chr1 156842144 156842193 ENST00000674537 protein_coding 1 NA 3 NTRK1 ENSG00000198400 +CDS chr1 156842398 156842508 ENST00000368195 protein_coding 4 1 18 INSRR ENSG00000027644 +CDS chr1 156843004 156843233 ENST00000368195 protein_coding 4 1 17 INSRR ENSG00000027644 +CDS chr1 156843427 156843479 ENST00000368195 protein_coding 4 1 16 INSRR ENSG00000027644 +CDS chr1 156844175 156844280 ENST00000368195 protein_coding 4 1 15 INSRR ENSG00000027644 +CDS chr1 156844462 156844624 ENST00000368195 protein_coding 4 1 14 INSRR ENSG00000027644 +CDS chr1 156844707 156844843 ENST00000368195 protein_coding 4 1 13 INSRR ENSG00000027644 +CDS chr1 156845076 156845296 ENST00000368195 protein_coding 4 1 12 INSRR ENSG00000027644 +CDS chr1 156845372 156845413 ENST00000368195 protein_coding 4 1 11 INSRR ENSG00000027644 +CDS chr1 156845619 156845814 ENST00000368195 protein_coding 4 1 10 INSRR ENSG00000027644 +CDS chr1 156845952 156846119 ENST00000368195 protein_coding 4 1 9 INSRR ENSG00000027644 +CDS chr1 156846519 156846757 ENST00000368195 protein_coding 4 1 8 INSRR ENSG00000027644 +CDS chr1 156848921 156849047 ENST00000368195 protein_coding 4 1 7 INSRR ENSG00000027644 +CDS chr1 156849246 156849460 ENST00000368195 protein_coding 4 1 6 INSRR ENSG00000027644 +CDS chr1 156851290 156851434 ENST00000368195 protein_coding 4 1 5 INSRR ENSG00000027644 +CDS chr1 156851646 156851788 ENST00000368195 protein_coding 4 1 4 INSRR ENSG00000027644 +CDS chr1 156851888 156852191 ENST00000368195 protein_coding 4 1 3 INSRR ENSG00000027644 +CDS chr1 156853752 156854303 ENST00000368195 protein_coding 4 1 2 INSRR ENSG00000027644 +CDS chr1 156858537 156858621 ENST00000368195 protein_coding 4 1 1 INSRR ENSG00000027644 +transcript chr1 156860815 156881850 ENST00000368196 protein_coding 7 1 NA NTRK1 ENSG00000198400 +transcript chr1 156860865 156881850 ENST00000524377 protein_coding 7 1 NA NTRK1 ENSG00000198400 +transcript chr1 156860894 156881711 ENST00000358660 protein_coding 3 2 NA NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000368196 protein_coding 7 1 1 NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000524377 protein_coding 7 1 1 NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000358660 protein_coding 3 2 1 NTRK1 ENSG00000198400 +transcript chr1 156860935 156865920 ENST00000675461 protein_coding 1 NA NA NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000675461 protein_coding 1 NA 1 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000392302 protein_coding 7 5 3 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000674537 protein_coding 1 NA 4 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000368196 protein_coding 7 1 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000524377 protein_coding 7 1 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000358660 protein_coding 3 2 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000675461 protein_coding 1 NA 2 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000392302 protein_coding 7 5 4 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000674537 protein_coding 1 NA 5 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000368196 protein_coding 7 1 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000524377 protein_coding 7 1 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000358660 protein_coding 3 2 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000675461 protein_coding 1 NA 3 NTRK1 ENSG00000198400 +CDS chr1 156865072 156865159 ENST00000675461 protein_coding 1 NA 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000392302 protein_coding 7 5 5 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000674537 protein_coding 1 NA 6 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000368196 protein_coding 7 1 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000524377 protein_coding 7 1 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000358660 protein_coding 3 2 4 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000392302 protein_coding 7 5 6 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000674537 protein_coding 1 NA 7 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000368196 protein_coding 7 1 5 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000524377 protein_coding 7 1 5 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000358660 protein_coding 3 2 5 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000392302 protein_coding 7 5 7 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000674537 protein_coding 1 NA 8 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000368196 protein_coding 7 1 6 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000524377 protein_coding 7 1 6 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000358660 protein_coding 3 2 6 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000392302 protein_coding 7 5 8 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000674537 protein_coding 1 NA 9 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000368196 protein_coding 7 1 7 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000524377 protein_coding 7 1 7 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000358660 protein_coding 3 2 7 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000392302 protein_coding 7 5 9 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000674537 protein_coding 1 NA 10 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000368196 protein_coding 7 1 8 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000524377 protein_coding 7 1 8 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000358660 protein_coding 3 2 8 NTRK1 ENSG00000198400 +CDS chr1 156874383 156874400 ENST00000524377 protein_coding 7 1 9 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000392302 protein_coding 7 5 10 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000674537 protein_coding 1 NA 11 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000368196 protein_coding 7 1 9 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000524377 protein_coding 7 1 10 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000358660 protein_coding 3 2 9 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000392302 protein_coding 7 5 11 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000674537 protein_coding 1 NA 12 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000368196 protein_coding 7 1 10 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000524377 protein_coding 7 1 11 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000358660 protein_coding 3 2 10 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000392302 protein_coding 7 5 12 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000674537 protein_coding 1 NA 13 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000368196 protein_coding 7 1 11 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000524377 protein_coding 7 1 12 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000358660 protein_coding 3 2 11 NTRK1 ENSG00000198400 +CDS chr1 156876071 156876210 ENST00000358660 protein_coding 3 2 12 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000392302 protein_coding 7 5 13 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000674537 protein_coding 1 NA 14 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000368196 protein_coding 7 1 12 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000524377 protein_coding 7 1 13 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000392302 protein_coding 7 5 14 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000674537 protein_coding 1 NA 15 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000368196 protein_coding 7 1 13 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000524377 protein_coding 7 1 14 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000358660 protein_coding 3 2 13 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000392302 protein_coding 7 5 15 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000674537 protein_coding 1 NA 16 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000368196 protein_coding 7 1 14 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000524377 protein_coding 7 1 15 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000358660 protein_coding 3 2 14 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000392302 protein_coding 7 5 16 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000674537 protein_coding 1 NA 17 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000368196 protein_coding 7 1 15 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000524377 protein_coding 7 1 16 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000358660 protein_coding 3 2 15 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000392302 protein_coding 7 5 17 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000674537 protein_coding 1 NA 18 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000368196 protein_coding 7 1 16 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000524377 protein_coding 7 1 17 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000358660 protein_coding 3 2 16 NTRK1 ENSG00000198400 +transcript chr1 156893718 156916429 ENST00000292357 protein_coding 8 5 NA PEAR1 ENSG00000187800 +transcript chr1 156893720 156916429 ENST00000338302 protein_coding 7 5 NA PEAR1 ENSG00000187800 +transcript chr1 156893725 156906756 ENST00000455314 protein_coding 5 2 NA PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000292357 protein_coding 8 5 2 PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000338302 protein_coding 7 5 3 PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000455314 protein_coding 5 2 2 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000292357 protein_coding 8 5 3 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000338302 protein_coding 7 5 4 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000455314 protein_coding 5 2 3 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000292357 protein_coding 8 5 4 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000338302 protein_coding 7 5 5 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000455314 protein_coding 5 2 4 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000292357 protein_coding 8 5 5 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000338302 protein_coding 7 5 6 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000455314 protein_coding 5 2 5 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906880 ENST00000292357 protein_coding 8 5 6 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906880 ENST00000338302 protein_coding 7 5 7 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906756 ENST00000455314 protein_coding 5 2 6 PEAR1 ENSG00000187800 +CDS chr1 156907610 156907730 ENST00000292357 protein_coding 8 5 7 PEAR1 ENSG00000187800 +CDS chr1 156907610 156907730 ENST00000338302 protein_coding 7 5 8 PEAR1 ENSG00000187800 +CDS chr1 156907915 156908051 ENST00000292357 protein_coding 8 5 8 PEAR1 ENSG00000187800 +CDS chr1 156907915 156908051 ENST00000338302 protein_coding 7 5 9 PEAR1 ENSG00000187800 +CDS chr1 156908128 156908340 ENST00000292357 protein_coding 8 5 9 PEAR1 ENSG00000187800 +CDS chr1 156908128 156908340 ENST00000338302 protein_coding 7 5 10 PEAR1 ENSG00000187800 +CDS chr1 156908655 156908829 ENST00000292357 protein_coding 8 5 10 PEAR1 ENSG00000187800 +CDS chr1 156908655 156908829 ENST00000338302 protein_coding 7 5 11 PEAR1 ENSG00000187800 +CDS chr1 156908916 156909036 ENST00000292357 protein_coding 8 5 11 PEAR1 ENSG00000187800 +CDS chr1 156908916 156909036 ENST00000338302 protein_coding 7 5 12 PEAR1 ENSG00000187800 +CDS chr1 156909751 156909914 ENST00000292357 protein_coding 8 5 12 PEAR1 ENSG00000187800 +CDS chr1 156909751 156909914 ENST00000338302 protein_coding 7 5 13 PEAR1 ENSG00000187800 +CDS chr1 156910006 156910108 ENST00000292357 protein_coding 8 5 13 PEAR1 ENSG00000187800 +CDS chr1 156910006 156910108 ENST00000338302 protein_coding 7 5 14 PEAR1 ENSG00000187800 +CDS chr1 156910234 156910380 ENST00000292357 protein_coding 8 5 14 PEAR1 ENSG00000187800 +CDS chr1 156910234 156910380 ENST00000338302 protein_coding 7 5 15 PEAR1 ENSG00000187800 +CDS chr1 156910618 156910743 ENST00000292357 protein_coding 8 5 15 PEAR1 ENSG00000187800 +CDS chr1 156910618 156910743 ENST00000338302 protein_coding 7 5 16 PEAR1 ENSG00000187800 +CDS chr1 156912247 156912375 ENST00000292357 protein_coding 8 5 16 PEAR1 ENSG00000187800 +CDS chr1 156912247 156912375 ENST00000338302 protein_coding 7 5 17 PEAR1 ENSG00000187800 +CDS chr1 156912494 156912622 ENST00000292357 protein_coding 8 5 17 PEAR1 ENSG00000187800 +CDS chr1 156912494 156912622 ENST00000338302 protein_coding 7 5 18 PEAR1 ENSG00000187800 +CDS chr1 156912770 156912982 ENST00000292357 protein_coding 8 5 18 PEAR1 ENSG00000187800 +CDS chr1 156912770 156912982 ENST00000338302 protein_coding 7 5 19 PEAR1 ENSG00000187800 +CDS chr1 156913194 156913282 ENST00000292357 protein_coding 8 5 19 PEAR1 ENSG00000187800 +CDS chr1 156913194 156913282 ENST00000338302 protein_coding 7 5 20 PEAR1 ENSG00000187800 +CDS chr1 156913391 156913523 ENST00000292357 protein_coding 8 5 20 PEAR1 ENSG00000187800 +CDS chr1 156913391 156913523 ENST00000338302 protein_coding 7 5 21 PEAR1 ENSG00000187800 +CDS chr1 156913692 156913760 ENST00000292357 protein_coding 8 5 21 PEAR1 ENSG00000187800 +CDS chr1 156913692 156913760 ENST00000338302 protein_coding 7 5 22 PEAR1 ENSG00000187800 +CDS chr1 156913852 156914100 ENST00000292357 protein_coding 8 5 22 PEAR1 ENSG00000187800 +CDS chr1 156913852 156914100 ENST00000338302 protein_coding 7 5 23 PEAR1 ENSG00000187800 +CDS chr1 156914647 156914795 ENST00000292357 protein_coding 8 5 23 PEAR1 ENSG00000187800 +CDS chr1 156914647 156914795 ENST00000338302 protein_coding 7 5 24 PEAR1 ENSG00000187800 +transcript chr1 156920632 156933094 ENST00000337428 protein_coding 8 1 NA LRRC71 ENSG00000160838 +CDS chr1 156920804 156920963 ENST00000337428 protein_coding 8 1 1 LRRC71 ENSG00000160838 +CDS chr1 156923949 156924098 ENST00000337428 protein_coding 8 1 2 LRRC71 ENSG00000160838 +CDS chr1 156924424 156924552 ENST00000337428 protein_coding 8 1 3 LRRC71 ENSG00000160838 +CDS chr1 156924643 156924718 ENST00000337428 protein_coding 8 1 4 LRRC71 ENSG00000160838 +CDS chr1 156924938 156925015 ENST00000337428 protein_coding 8 1 5 LRRC71 ENSG00000160838 +CDS chr1 156927202 156927270 ENST00000337428 protein_coding 8 1 6 LRRC71 ENSG00000160838 +CDS chr1 156927496 156927655 ENST00000337428 protein_coding 8 1 7 LRRC71 ENSG00000160838 +CDS chr1 156927733 156927816 ENST00000337428 protein_coding 8 1 8 LRRC71 ENSG00000160838 +CDS chr1 156927915 156928004 ENST00000337428 protein_coding 8 1 9 LRRC71 ENSG00000160838 +CDS chr1 156929280 156929429 ENST00000337428 protein_coding 8 1 10 LRRC71 ENSG00000160838 +CDS chr1 156929636 156929729 ENST00000337428 protein_coding 8 1 11 LRRC71 ENSG00000160838 +CDS chr1 156930529 156930617 ENST00000337428 protein_coding 8 1 12 LRRC71 ENSG00000160838 +CDS chr1 156931916 156932027 ENST00000337428 protein_coding 8 1 13 LRRC71 ENSG00000160838 +CDS chr1 156932424 156932545 ENST00000337428 protein_coding 8 1 14 LRRC71 ENSG00000160838 +CDS chr1 156932853 156932966 ENST00000337428 protein_coding 8 1 15 LRRC71 ENSG00000160838 +transcript chr1 156934840 157045742 ENST00000368194 protein_coding 8 1 NA ARHGEF11 ENSG00000132694 +transcript chr1 156935524 157045073 ENST00000361409 protein_coding 2 1 NA ARHGEF11 ENSG00000132694 +CDS chr1 156936003 156936058 ENST00000368194 protein_coding 8 1 41 ARHGEF11 ENSG00000132694 +CDS chr1 156936003 156936058 ENST00000361409 protein_coding 2 1 40 ARHGEF11 ENSG00000132694 +CDS chr1 156936816 156937005 ENST00000368194 protein_coding 8 1 40 ARHGEF11 ENSG00000132694 +CDS chr1 156936816 156937005 ENST00000361409 protein_coding 2 1 39 ARHGEF11 ENSG00000132694 +CDS chr1 156937249 156937496 ENST00000368194 protein_coding 8 1 39 ARHGEF11 ENSG00000132694 +CDS chr1 156937249 156937496 ENST00000361409 protein_coding 2 1 38 ARHGEF11 ENSG00000132694 +CDS chr1 156938418 156938513 ENST00000368194 protein_coding 8 1 38 ARHGEF11 ENSG00000132694 +CDS chr1 156938418 156938513 ENST00000361409 protein_coding 2 1 37 ARHGEF11 ENSG00000132694 +CDS chr1 156939548 156939910 ENST00000368194 protein_coding 8 1 37 ARHGEF11 ENSG00000132694 +CDS chr1 156939548 156939910 ENST00000361409 protein_coding 2 1 36 ARHGEF11 ENSG00000132694 +CDS chr1 156940207 156940425 ENST00000368194 protein_coding 8 1 36 ARHGEF11 ENSG00000132694 +CDS chr1 156940207 156940425 ENST00000361409 protein_coding 2 1 35 ARHGEF11 ENSG00000132694 +CDS chr1 156941372 156941433 ENST00000368194 protein_coding 8 1 35 ARHGEF11 ENSG00000132694 +CDS chr1 156941372 156941433 ENST00000361409 protein_coding 2 1 34 ARHGEF11 ENSG00000132694 +CDS chr1 156941864 156941989 ENST00000368194 protein_coding 8 1 34 ARHGEF11 ENSG00000132694 +CDS chr1 156941864 156941989 ENST00000361409 protein_coding 2 1 33 ARHGEF11 ENSG00000132694 +CDS chr1 156942690 156942780 ENST00000368194 protein_coding 8 1 33 ARHGEF11 ENSG00000132694 +CDS chr1 156942690 156942780 ENST00000361409 protein_coding 2 1 32 ARHGEF11 ENSG00000132694 +CDS chr1 156943935 156944102 ENST00000368194 protein_coding 8 1 32 ARHGEF11 ENSG00000132694 +CDS chr1 156943935 156944102 ENST00000361409 protein_coding 2 1 31 ARHGEF11 ENSG00000132694 +CDS chr1 156944358 156944433 ENST00000368194 protein_coding 8 1 31 ARHGEF11 ENSG00000132694 +CDS chr1 156944358 156944433 ENST00000361409 protein_coding 2 1 30 ARHGEF11 ENSG00000132694 +CDS chr1 156945019 156945197 ENST00000368194 protein_coding 8 1 30 ARHGEF11 ENSG00000132694 +CDS chr1 156945019 156945197 ENST00000361409 protein_coding 2 1 29 ARHGEF11 ENSG00000132694 +CDS chr1 156946045 156946162 ENST00000368194 protein_coding 8 1 29 ARHGEF11 ENSG00000132694 +CDS chr1 156946045 156946162 ENST00000361409 protein_coding 2 1 28 ARHGEF11 ENSG00000132694 +CDS chr1 156946662 156946787 ENST00000368194 protein_coding 8 1 28 ARHGEF11 ENSG00000132694 +CDS chr1 156946662 156946787 ENST00000361409 protein_coding 2 1 27 ARHGEF11 ENSG00000132694 +CDS chr1 156946936 156947015 ENST00000368194 protein_coding 8 1 27 ARHGEF11 ENSG00000132694 +CDS chr1 156946936 156947015 ENST00000361409 protein_coding 2 1 26 ARHGEF11 ENSG00000132694 +CDS chr1 156947304 156947450 ENST00000368194 protein_coding 8 1 26 ARHGEF11 ENSG00000132694 +CDS chr1 156947304 156947450 ENST00000361409 protein_coding 2 1 25 ARHGEF11 ENSG00000132694 +CDS chr1 156947769 156947956 ENST00000368194 protein_coding 8 1 25 ARHGEF11 ENSG00000132694 +CDS chr1 156947769 156947956 ENST00000361409 protein_coding 2 1 24 ARHGEF11 ENSG00000132694 +CDS chr1 156948181 156948228 ENST00000368194 protein_coding 8 1 24 ARHGEF11 ENSG00000132694 +CDS chr1 156948181 156948228 ENST00000361409 protein_coding 2 1 23 ARHGEF11 ENSG00000132694 +CDS chr1 156948319 156948498 ENST00000368194 protein_coding 8 1 23 ARHGEF11 ENSG00000132694 +CDS chr1 156948319 156948498 ENST00000361409 protein_coding 2 1 22 ARHGEF11 ENSG00000132694 +CDS chr1 156951573 156951699 ENST00000368194 protein_coding 8 1 22 ARHGEF11 ENSG00000132694 +CDS chr1 156951573 156951699 ENST00000361409 protein_coding 2 1 21 ARHGEF11 ENSG00000132694 +CDS chr1 156954892 156954921 ENST00000368194 protein_coding 8 1 21 ARHGEF11 ENSG00000132694 +CDS chr1 156954892 156954921 ENST00000361409 protein_coding 2 1 20 ARHGEF11 ENSG00000132694 +CDS chr1 156955703 156955799 ENST00000368194 protein_coding 8 1 20 ARHGEF11 ENSG00000132694 +CDS chr1 156955703 156955799 ENST00000361409 protein_coding 2 1 19 ARHGEF11 ENSG00000132694 +CDS chr1 156956420 156956564 ENST00000368194 protein_coding 8 1 19 ARHGEF11 ENSG00000132694 +CDS chr1 156956420 156956564 ENST00000361409 protein_coding 2 1 18 ARHGEF11 ENSG00000132694 +CDS chr1 156957792 156957815 ENST00000368194 protein_coding 8 1 18 ARHGEF11 ENSG00000132694 +CDS chr1 156957792 156957815 ENST00000361409 protein_coding 2 1 17 ARHGEF11 ENSG00000132694 +CDS chr1 156958742 156958864 ENST00000368194 protein_coding 8 1 17 ARHGEF11 ENSG00000132694 +CDS chr1 156958742 156958864 ENST00000361409 protein_coding 2 1 16 ARHGEF11 ENSG00000132694 +CDS chr1 156959046 156959142 ENST00000368194 protein_coding 8 1 16 ARHGEF11 ENSG00000132694 +CDS chr1 156959046 156959142 ENST00000361409 protein_coding 2 1 15 ARHGEF11 ENSG00000132694 +CDS chr1 156960418 156960460 ENST00000368194 protein_coding 8 1 15 ARHGEF11 ENSG00000132694 +CDS chr1 156960418 156960460 ENST00000361409 protein_coding 2 1 14 ARHGEF11 ENSG00000132694 +CDS chr1 156961677 156961775 ENST00000368194 protein_coding 8 1 14 ARHGEF11 ENSG00000132694 +CDS chr1 156961677 156961775 ENST00000361409 protein_coding 2 1 13 ARHGEF11 ENSG00000132694 +CDS chr1 156963203 156963304 ENST00000368194 protein_coding 8 1 13 ARHGEF11 ENSG00000132694 +CDS chr1 156963203 156963304 ENST00000361409 protein_coding 2 1 12 ARHGEF11 ENSG00000132694 +CDS chr1 156963520 156963594 ENST00000368194 protein_coding 8 1 12 ARHGEF11 ENSG00000132694 +CDS chr1 156963520 156963594 ENST00000361409 protein_coding 2 1 11 ARHGEF11 ENSG00000132694 +CDS chr1 156967987 156968124 ENST00000368194 protein_coding 8 1 11 ARHGEF11 ENSG00000132694 +CDS chr1 156967987 156968124 ENST00000361409 protein_coding 2 1 10 ARHGEF11 ENSG00000132694 +CDS chr1 156969282 156969358 ENST00000368194 protein_coding 8 1 10 ARHGEF11 ENSG00000132694 +CDS chr1 156969282 156969358 ENST00000361409 protein_coding 2 1 9 ARHGEF11 ENSG00000132694 +CDS chr1 156969998 156970043 ENST00000368194 protein_coding 8 1 9 ARHGEF11 ENSG00000132694 +CDS chr1 156969998 156970043 ENST00000361409 protein_coding 2 1 8 ARHGEF11 ENSG00000132694 +CDS chr1 156971697 156971816 ENST00000368194 protein_coding 8 1 8 ARHGEF11 ENSG00000132694 +CDS chr1 156976983 156977054 ENST00000368194 protein_coding 8 1 7 ARHGEF11 ENSG00000132694 +CDS chr1 156976983 156977054 ENST00000361409 protein_coding 2 1 7 ARHGEF11 ENSG00000132694 +CDS chr1 156978204 156978382 ENST00000368194 protein_coding 8 1 6 ARHGEF11 ENSG00000132694 +CDS chr1 156978204 156978382 ENST00000361409 protein_coding 2 1 6 ARHGEF11 ENSG00000132694 +CDS chr1 156979229 156979286 ENST00000368194 protein_coding 8 1 5 ARHGEF11 ENSG00000132694 +CDS chr1 156979229 156979286 ENST00000361409 protein_coding 2 1 5 ARHGEF11 ENSG00000132694 +CDS chr1 156980437 156980486 ENST00000368194 protein_coding 8 1 4 ARHGEF11 ENSG00000132694 +CDS chr1 156980437 156980486 ENST00000361409 protein_coding 2 1 4 ARHGEF11 ENSG00000132694 +CDS chr1 156984339 156984437 ENST00000368194 protein_coding 8 1 3 ARHGEF11 ENSG00000132694 +CDS chr1 156984339 156984437 ENST00000361409 protein_coding 2 1 3 ARHGEF11 ENSG00000132694 +CDS chr1 156986082 156986173 ENST00000368194 protein_coding 8 1 2 ARHGEF11 ENSG00000132694 +CDS chr1 156986082 156986173 ENST00000361409 protein_coding 2 1 2 ARHGEF11 ENSG00000132694 +CDS chr1 157044299 157044330 ENST00000368194 protein_coding 8 1 1 ARHGEF11 ENSG00000132694 +CDS chr1 157044299 157044330 ENST00000361409 protein_coding 2 1 1 ARHGEF11 ENSG00000132694 +transcript chr1 157092043 157099808 ENST00000454449 protein_coding 3 2 NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112357 ENST00000671886 protein_coding 1 NA NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112412 ENST00000671942 protein_coding 1 NA NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112412 ENST00000672100 protein_coding 1 NA NA ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000454449 protein_coding 3 2 5 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000671886 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000671942 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000672100 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000454449 protein_coding 3 2 4 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000671886 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000671942 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000672100 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000454449 protein_coding 3 2 3 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000671886 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000671942 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000672100 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000454449 protein_coding 3 2 2 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000671886 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000671942 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000672100 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000454449 protein_coding 3 2 1 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000671886 protein_coding 1 NA 2 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000671942 protein_coding 1 NA 2 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000672100 protein_coding 1 NA 2 ETV3L ENSG00000253831 +transcript chr1 157121191 157138395 ENST00000368192 protein_coding 9 1 NA ETV3 ENSG00000117036 +CDS chr1 157124844 157125979 ENST00000368192 protein_coding 9 1 5 ETV3 ENSG00000117036 +transcript chr1 157133145 157138474 ENST00000326786 protein_coding 4 1 NA ETV3 ENSG00000117036 +CDS chr1 157134083 157134227 ENST00000326786 protein_coding 4 1 4 ETV3 ENSG00000117036 +CDS chr1 157134112 157134227 ENST00000368192 protein_coding 9 1 4 ETV3 ENSG00000117036 +CDS chr1 157135471 157135708 ENST00000368192 protein_coding 9 1 3 ETV3 ENSG00000117036 +CDS chr1 157135471 157135708 ENST00000326786 protein_coding 4 1 3 ETV3 ENSG00000117036 +CDS chr1 157136307 157136352 ENST00000368192 protein_coding 9 1 2 ETV3 ENSG00000117036 +CDS chr1 157136307 157136352 ENST00000326786 protein_coding 4 1 2 ETV3 ENSG00000117036 +transcript chr1 157513377 157552515 ENST00000361835 protein_coding 8 1 NA FCRL5 ENSG00000143297 +CDS chr1 157515678 157515764 ENST00000361835 protein_coding 8 1 17 FCRL5 ENSG00000143297 +CDS chr1 157515842 157515873 ENST00000361835 protein_coding 8 1 16 FCRL5 ENSG00000143297 +CDS chr1 157518429 157518497 ENST00000361835 protein_coding 8 1 15 FCRL5 ENSG00000143297 +CDS chr1 157518700 157518782 ENST00000361835 protein_coding 8 1 14 FCRL5 ENSG00000143297 +CDS chr1 157519743 157519770 ENST00000361835 protein_coding 8 1 13 FCRL5 ENSG00000143297 +CDS chr1 157520431 157520547 ENST00000361835 protein_coding 8 1 12 FCRL5 ENSG00000143297 +CDS chr1 157521017 157521292 ENST00000361835 protein_coding 8 1 11 FCRL5 ENSG00000143297 +transcript chr1 157523811 157552455 ENST00000368190 protein_coding 7 1 NA FCRL5 ENSG00000143297 +CDS chr1 157524241 157524557 ENST00000368190 protein_coding 7 1 10 FCRL5 ENSG00000143297 +CDS chr1 157524279 157524557 ENST00000361835 protein_coding 8 1 10 FCRL5 ENSG00000143297 +CDS chr1 157527617 157527895 ENST00000361835 protein_coding 8 1 9 FCRL5 ENSG00000143297 +CDS chr1 157527617 157527895 ENST00000368190 protein_coding 7 1 9 FCRL5 ENSG00000143297 +transcript chr1 157531964 157552455 ENST00000368189 protein_coding 3 1 NA FCRL5 ENSG00000143297 +CDS chr1 157534519 157534892 ENST00000368189 protein_coding 3 1 8 FCRL5 ENSG00000143297 +CDS chr1 157534614 157534892 ENST00000361835 protein_coding 8 1 8 FCRL5 ENSG00000143297 +CDS chr1 157534614 157534892 ENST00000368190 protein_coding 7 1 8 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000361835 protein_coding 8 1 7 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000368190 protein_coding 7 1 7 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000368189 protein_coding 3 1 7 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000361835 protein_coding 8 1 6 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000368190 protein_coding 7 1 6 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000368189 protein_coding 3 1 6 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000361835 protein_coding 8 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000368190 protein_coding 7 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000368189 protein_coding 3 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000361835 protein_coding 8 1 4 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000368190 protein_coding 7 1 4 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000368189 protein_coding 3 1 4 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000361835 protein_coding 8 1 3 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000368190 protein_coding 7 1 3 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000368189 protein_coding 3 1 3 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000361835 protein_coding 8 1 2 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000368190 protein_coding 7 1 2 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000368189 protein_coding 3 1 2 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000361835 protein_coding 8 1 1 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000368190 protein_coding 7 1 1 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000368189 protein_coding 3 1 1 FCRL5 ENSG00000143297 +transcript chr1 157573747 157598085 ENST00000271532 protein_coding 2 1 NA FCRL4 ENSG00000163518 +CDS chr1 157575527 157575610 ENST00000271532 protein_coding 2 1 12 FCRL4 ENSG00000163518 +CDS chr1 157575699 157575730 ENST00000271532 protein_coding 2 1 11 FCRL4 ENSG00000163518 +CDS chr1 157578474 157578542 ENST00000271532 protein_coding 2 1 10 FCRL4 ENSG00000163518 +CDS chr1 157578770 157578852 ENST00000271532 protein_coding 2 1 9 FCRL4 ENSG00000163518 +CDS chr1 157580321 157580348 ENST00000271532 protein_coding 2 1 8 FCRL4 ENSG00000163518 +CDS chr1 157581531 157581644 ENST00000271532 protein_coding 2 1 7 FCRL4 ENSG00000163518 +CDS chr1 157586168 157586455 ENST00000271532 protein_coding 2 1 6 FCRL4 ENSG00000163518 +CDS chr1 157587276 157587560 ENST00000271532 protein_coding 2 1 5 FCRL4 ENSG00000163518 +CDS chr1 157587865 157588119 ENST00000271532 protein_coding 2 1 4 FCRL4 ENSG00000163518 +CDS chr1 157589204 157589458 ENST00000271532 protein_coding 2 1 3 FCRL4 ENSG00000163518 +CDS chr1 157596328 157596348 ENST00000271532 protein_coding 2 1 2 FCRL4 ENSG00000163518 +CDS chr1 157597914 157597944 ENST00000271532 protein_coding 2 1 1 FCRL4 ENSG00000163518 +transcript chr1 157676481 157700738 ENST00000368186 protein_coding 9 1 NA FCRL3 ENSG00000160856 +transcript chr1 157676481 157700769 ENST00000368184 protein_coding 8 1 NA FCRL3 ENSG00000160856 +CDS chr1 157676715 157676768 ENST00000368186 protein_coding 9 1 16 FCRL3 ENSG00000160856 +CDS chr1 157678713 157678856 ENST00000368184 protein_coding 8 1 15 FCRL3 ENSG00000160856 +CDS chr1 157678743 157678856 ENST00000368186 protein_coding 9 1 15 FCRL3 ENSG00000160856 +CDS chr1 157678942 157678973 ENST00000368186 protein_coding 9 1 14 FCRL3 ENSG00000160856 +CDS chr1 157678942 157678973 ENST00000368184 protein_coding 8 1 14 FCRL3 ENSG00000160856 +CDS chr1 157680702 157680770 ENST00000368186 protein_coding 9 1 13 FCRL3 ENSG00000160856 +CDS chr1 157680702 157680770 ENST00000368184 protein_coding 8 1 13 FCRL3 ENSG00000160856 +CDS chr1 157680981 157681099 ENST00000368186 protein_coding 9 1 12 FCRL3 ENSG00000160856 +CDS chr1 157680981 157681099 ENST00000368184 protein_coding 8 1 12 FCRL3 ENSG00000160856 +CDS chr1 157683217 157683244 ENST00000368186 protein_coding 9 1 11 FCRL3 ENSG00000160856 +CDS chr1 157683217 157683244 ENST00000368184 protein_coding 8 1 11 FCRL3 ENSG00000160856 +CDS chr1 157689798 157689917 ENST00000368186 protein_coding 9 1 10 FCRL3 ENSG00000160856 +CDS chr1 157689798 157689917 ENST00000368184 protein_coding 8 1 10 FCRL3 ENSG00000160856 +CDS chr1 157690255 157690533 ENST00000368186 protein_coding 9 1 9 FCRL3 ENSG00000160856 +CDS chr1 157690255 157690533 ENST00000368184 protein_coding 8 1 9 FCRL3 ENSG00000160856 +CDS chr1 157695329 157695607 ENST00000368186 protein_coding 9 1 8 FCRL3 ENSG00000160856 +CDS chr1 157695329 157695607 ENST00000368184 protein_coding 8 1 8 FCRL3 ENSG00000160856 +CDS chr1 157696040 157696327 ENST00000368186 protein_coding 9 1 7 FCRL3 ENSG00000160856 +CDS chr1 157696040 157696327 ENST00000368184 protein_coding 8 1 7 FCRL3 ENSG00000160856 +CDS chr1 157697140 157697424 ENST00000368186 protein_coding 9 1 6 FCRL3 ENSG00000160856 +CDS chr1 157697140 157697424 ENST00000368184 protein_coding 8 1 6 FCRL3 ENSG00000160856 +transcript chr1 157697216 157700745 ENST00000496769 protein_coding 1 3 NA FCRL3 ENSG00000160856 +CDS chr1 157697216 157697424 ENST00000496769 protein_coding 1 3 6 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000368186 protein_coding 9 1 5 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000368184 protein_coding 8 1 5 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000496769 protein_coding 1 3 5 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000368186 protein_coding 9 1 4 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000368184 protein_coding 8 1 4 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000496769 protein_coding 1 3 4 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000368186 protein_coding 9 1 3 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000368184 protein_coding 8 1 3 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000496769 protein_coding 1 3 3 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000368186 protein_coding 9 1 2 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000368184 protein_coding 8 1 2 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000496769 protein_coding 1 3 2 FCRL3 ENSG00000160856 +transcript chr1 157745733 157777132 ENST00000361516 protein_coding 8 1 NA FCRL2 ENSG00000132704 +transcript chr1 157745735 157777132 ENST00000368181 protein_coding 4 1 NA FCRL2 ENSG00000132704 +CDS chr1 157746739 157746774 ENST00000361516 protein_coding 8 1 12 FCRL2 ENSG00000132704 +CDS chr1 157746739 157746774 ENST00000368181 protein_coding 4 1 8 FCRL2 ENSG00000132704 +CDS chr1 157746871 157746899 ENST00000361516 protein_coding 8 1 11 FCRL2 ENSG00000132704 +CDS chr1 157746871 157746899 ENST00000368181 protein_coding 4 1 7 FCRL2 ENSG00000132704 +CDS chr1 157748553 157748618 ENST00000361516 protein_coding 8 1 10 FCRL2 ENSG00000132704 +CDS chr1 157748875 157748960 ENST00000361516 protein_coding 8 1 9 FCRL2 ENSG00000132704 +CDS chr1 157748875 157748960 ENST00000368181 protein_coding 4 1 6 FCRL2 ENSG00000132704 +CDS chr1 157749650 157749677 ENST00000361516 protein_coding 8 1 8 FCRL2 ENSG00000132704 +CDS chr1 157749650 157749677 ENST00000368181 protein_coding 4 1 5 FCRL2 ENSG00000132704 +transcript chr1 157766614 157767774 ENST00000469986 protein_coding 1 1 NA FCRL2 ENSG00000132704 +CDS chr1 157766799 157766971 ENST00000469986 protein_coding 1 1 2 FCRL2 ENSG00000132704 +CDS chr1 157766855 157766971 ENST00000361516 protein_coding 8 1 7 FCRL2 ENSG00000132704 +CDS chr1 157766855 157766971 ENST00000368181 protein_coding 4 1 4 FCRL2 ENSG00000132704 +CDS chr1 157767231 157767509 ENST00000361516 protein_coding 8 1 6 FCRL2 ENSG00000132704 +CDS chr1 157767231 157767633 ENST00000469986 protein_coding 1 1 1 FCRL2 ENSG00000132704 +CDS chr1 157768414 157768701 ENST00000361516 protein_coding 8 1 5 FCRL2 ENSG00000132704 +CDS chr1 157769866 157770150 ENST00000361516 protein_coding 8 1 4 FCRL2 ENSG00000132704 +CDS chr1 157770409 157770666 ENST00000361516 protein_coding 8 1 3 FCRL2 ENSG00000132704 +CDS chr1 157770409 157770666 ENST00000368181 protein_coding 4 1 3 FCRL2 ENSG00000132704 +CDS chr1 157775775 157775795 ENST00000361516 protein_coding 8 1 2 FCRL2 ENSG00000132704 +CDS chr1 157775775 157775795 ENST00000368181 protein_coding 4 1 2 FCRL2 ENSG00000132704 +CDS chr1 157777043 157777073 ENST00000361516 protein_coding 8 1 1 FCRL2 ENSG00000132704 +CDS chr1 157777043 157777073 ENST00000368181 protein_coding 4 1 1 FCRL2 ENSG00000132704 +transcript chr1 157794403 157820120 ENST00000368176 protein_coding 8 1 NA FCRL1 ENSG00000163534 +transcript chr1 157794536 157820089 ENST00000358292 protein_coding 7 2 NA FCRL1 ENSG00000163534 +transcript chr1 157795855 157820060 ENST00000491942 protein_coding 1 1 NA FCRL1 ENSG00000163534 +CDS chr1 157796102 157796170 ENST00000368176 protein_coding 8 1 11 FCRL1 ENSG00000163534 +CDS chr1 157796102 157796170 ENST00000491942 protein_coding 1 1 11 FCRL1 ENSG00000163534 +CDS chr1 157796164 157796170 ENST00000358292 protein_coding 7 2 10 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797132 ENST00000358292 protein_coding 7 2 9 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797132 ENST00000368176 protein_coding 8 1 10 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797129 ENST00000491942 protein_coding 1 1 10 FCRL1 ENSG00000163534 +CDS chr1 157797759 157797820 ENST00000358292 protein_coding 7 2 8 FCRL1 ENSG00000163534 +CDS chr1 157797868 157797939 ENST00000368176 protein_coding 8 1 9 FCRL1 ENSG00000163534 +CDS chr1 157797868 157797939 ENST00000491942 protein_coding 1 1 9 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000358292 protein_coding 7 2 7 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000368176 protein_coding 8 1 8 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000491942 protein_coding 1 1 8 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000358292 protein_coding 7 2 6 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000368176 protein_coding 8 1 7 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000491942 protein_coding 1 1 7 FCRL1 ENSG00000163534 +CDS chr1 157801461 157801577 ENST00000368176 protein_coding 8 1 6 FCRL1 ENSG00000163534 +CDS chr1 157801461 157801577 ENST00000491942 protein_coding 1 1 6 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000358292 protein_coding 7 2 5 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000368176 protein_coding 8 1 5 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000491942 protein_coding 1 1 5 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000358292 protein_coding 7 2 4 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000368176 protein_coding 8 1 4 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000491942 protein_coding 1 1 4 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000358292 protein_coding 7 2 3 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000368176 protein_coding 8 1 3 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000491942 protein_coding 1 1 3 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000358292 protein_coding 7 2 2 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000368176 protein_coding 8 1 2 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000491942 protein_coding 1 1 2 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000358292 protein_coding 7 2 1 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000368176 protein_coding 8 1 1 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000491942 protein_coding 1 1 1 FCRL1 ENSG00000163534 +transcript chr1 157830911 157841808 ENST00000368174 protein_coding 5 1 NA CD5L ENSG00000073754 +CDS chr1 157831967 157831968 ENST00000368174 protein_coding 5 1 6 CD5L ENSG00000073754 +CDS chr1 157833192 157833512 ENST00000368174 protein_coding 5 1 5 CD5L ENSG00000073754 +CDS chr1 157834407 157834748 ENST00000368174 protein_coding 5 1 4 CD5L ENSG00000073754 +CDS chr1 157835835 157836155 ENST00000368174 protein_coding 5 1 3 CD5L ENSG00000073754 +CDS chr1 157839384 157839410 ENST00000368174 protein_coding 5 1 2 CD5L ENSG00000073754 +CDS chr1 157841674 157841701 ENST00000368174 protein_coding 5 1 1 CD5L ENSG00000073754 +transcript chr1 157993273 158096051 ENST00000360089 protein_coding 8 1 NA KIRREL1 ENSG00000183853 +transcript chr1 157993273 158100261 ENST00000368173 protein_coding 7 2 NA KIRREL1 ENSG00000183853 +transcript chr1 157993645 158100262 ENST00000359209 protein_coding 11 1 NA KIRREL1 ENSG00000183853 +CDS chr1 157993677 157993728 ENST00000359209 protein_coding 11 1 1 KIRREL1 ENSG00000183853 +CDS chr1 157993677 157993728 ENST00000368173 protein_coding 7 2 1 KIRREL1 ENSG00000183853 +CDS chr1 158076113 158076262 ENST00000359209 protein_coding 11 1 2 KIRREL1 ENSG00000183853 +CDS chr1 158076244 158076262 ENST00000360089 protein_coding 8 1 2 KIRREL1 ENSG00000183853 +CDS chr1 158077991 158078140 ENST00000360089 protein_coding 8 1 3 KIRREL1 ENSG00000183853 +CDS chr1 158077991 158078140 ENST00000359209 protein_coding 11 1 3 KIRREL1 ENSG00000183853 +CDS chr1 158084422 158084579 ENST00000359209 protein_coding 11 1 4 KIRREL1 ENSG00000183853 +CDS chr1 158084422 158084579 ENST00000368173 protein_coding 7 2 2 KIRREL1 ENSG00000183853 +CDS chr1 158086596 158086746 ENST00000359209 protein_coding 11 1 5 KIRREL1 ENSG00000183853 +CDS chr1 158086596 158086746 ENST00000368173 protein_coding 7 2 3 KIRREL1 ENSG00000183853 +transcript chr1 158086680 158100262 ENST00000368172 protein_coding 1 2 NA KIRREL1 ENSG00000183853 +CDS chr1 158086692 158086746 ENST00000368172 protein_coding 1 2 1 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000360089 protein_coding 8 1 4 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000359209 protein_coding 11 1 6 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000368172 protein_coding 1 2 2 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000368173 protein_coding 7 2 4 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000360089 protein_coding 8 1 5 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000359209 protein_coding 11 1 7 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000368172 protein_coding 1 2 3 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000368173 protein_coding 7 2 5 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000360089 protein_coding 8 1 6 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000359209 protein_coding 11 1 8 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000368172 protein_coding 1 2 4 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000368173 protein_coding 7 2 6 KIRREL1 ENSG00000183853 +CDS chr1 158089454 158089628 ENST00000368172 protein_coding 1 2 5 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000360089 protein_coding 8 1 7 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000359209 protein_coding 11 1 9 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000368173 protein_coding 7 2 7 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000360089 protein_coding 8 1 8 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000359209 protein_coding 11 1 10 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000368172 protein_coding 1 2 6 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000368173 protein_coding 7 2 8 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000360089 protein_coding 8 1 9 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000359209 protein_coding 11 1 11 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000368172 protein_coding 1 2 7 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000368173 protein_coding 7 2 9 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000360089 protein_coding 8 1 10 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000359209 protein_coding 11 1 12 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000368172 protein_coding 1 2 8 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000368173 protein_coding 7 2 10 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000360089 protein_coding 8 1 11 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000359209 protein_coding 11 1 13 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000368172 protein_coding 1 2 9 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000368173 protein_coding 7 2 11 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000360089 protein_coding 8 1 12 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000359209 protein_coding 11 1 14 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000368172 protein_coding 1 2 10 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000368173 protein_coding 7 2 12 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000360089 protein_coding 8 1 13 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000359209 protein_coding 11 1 15 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000368172 protein_coding 1 2 11 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000368173 protein_coding 7 2 13 KIRREL1 ENSG00000183853 +transcript chr1 158127287 158128301 ENST00000672824 protein_coding 1 NA NA SMIM42 ENSG00000288460 +CDS chr1 158127865 158128074 ENST00000672824 protein_coding 1 NA 1 SMIM42 ENSG00000288460 +transcript chr1 158178030 158186427 ENST00000368171 protein_coding 5 1 NA CD1D ENSG00000158473 +transcript chr1 158179947 158186427 ENST00000673723 protein_coding 4 NA NA CD1D ENSG00000158473 +transcript chr1 158180889 158186427 ENST00000673623 protein_coding 2 NA NA CD1D ENSG00000158473 +transcript chr1 158180895 158186427 ENST00000674085 protein_coding 2 NA NA CD1D ENSG00000158473 +transcript chr1 158180895 158186427 ENST00000673701 protein_coding 2 NA NA CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000368171 protein_coding 5 1 2 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000673723 protein_coding 4 NA 2 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000673623 protein_coding 2 NA 1 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000674085 protein_coding 2 NA 1 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000368171 protein_coding 5 1 3 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000673723 protein_coding 4 NA 3 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000673623 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000674085 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158181706 158181721 ENST00000673701 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000368171 protein_coding 5 1 4 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673723 protein_coding 4 NA 4 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673623 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000674085 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673701 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000368171 protein_coding 5 1 5 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000673723 protein_coding 4 NA 5 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000674085 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000673701 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000368171 protein_coding 5 1 6 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673723 protein_coding 4 NA 6 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673623 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000674085 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673701 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000368171 protein_coding 5 1 7 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673723 protein_coding 4 NA 7 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673623 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000674085 protein_coding 2 NA 6 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673701 protein_coding 2 NA 6 CD1D ENSG00000158473 +transcript chr1 158254424 158258269 ENST00000289429 protein_coding 6 1 NA CD1A ENSG00000158477 +CDS chr1 158254670 158254727 ENST00000289429 protein_coding 6 1 1 CD1A ENSG00000158477 +CDS chr1 158255084 158255350 ENST00000289429 protein_coding 6 1 2 CD1A ENSG00000158477 +CDS chr1 158256004 158256282 ENST00000289429 protein_coding 6 1 3 CD1A ENSG00000158477 +CDS chr1 158256786 158257064 ENST00000289429 protein_coding 6 1 4 CD1A ENSG00000158477 +CDS chr1 158257421 158257511 ENST00000289429 protein_coding 6 1 5 CD1A ENSG00000158477 +CDS chr1 158257681 158257687 ENST00000289429 protein_coding 6 1 6 CD1A ENSG00000158477 +transcript chr1 158289923 158294774 ENST00000368170 protein_coding 8 1 NA CD1C ENSG00000158481 +CDS chr1 158290065 158290125 ENST00000368170 protein_coding 8 1 1 CD1C ENSG00000158481 +CDS chr1 158291134 158291400 ENST00000368170 protein_coding 8 1 2 CD1C ENSG00000158481 +transcript chr1 158291270 158293617 ENST00000443761 protein_coding 1 3 NA CD1C ENSG00000158481 +CDS chr1 158291270 158291400 ENST00000443761 protein_coding 1 3 1 CD1C ENSG00000158481 +CDS chr1 158292084 158292365 ENST00000368170 protein_coding 8 1 3 CD1C ENSG00000158481 +CDS chr1 158292084 158292365 ENST00000443761 protein_coding 1 3 2 CD1C ENSG00000158481 +CDS chr1 158292596 158292874 ENST00000368170 protein_coding 8 1 4 CD1C ENSG00000158481 +CDS chr1 158292596 158292874 ENST00000443761 protein_coding 1 3 3 CD1C ENSG00000158481 +CDS chr1 158293212 158293302 ENST00000368170 protein_coding 8 1 5 CD1C ENSG00000158481 +CDS chr1 158293455 158293473 ENST00000368170 protein_coding 8 1 6 CD1C ENSG00000158481 +CDS chr1 158293455 158293603 ENST00000443761 protein_coding 1 3 4 CD1C ENSG00000158481 +transcript chr1 158327951 158331025 ENST00000451207 protein_coding 5 3 NA CD1B ENSG00000158485 +transcript chr1 158327955 158331531 ENST00000368168 protein_coding 4 1 NA CD1B ENSG00000158485 +CDS chr1 158328239 158328257 ENST00000451207 protein_coding 5 3 5 CD1B ENSG00000158485 +CDS chr1 158328239 158328257 ENST00000368168 protein_coding 4 1 6 CD1B ENSG00000158485 +CDS chr1 158328921 158329014 ENST00000451207 protein_coding 5 3 4 CD1B ENSG00000158485 +CDS chr1 158328921 158329014 ENST00000368168 protein_coding 4 1 5 CD1B ENSG00000158485 +CDS chr1 158329370 158329648 ENST00000368168 protein_coding 4 1 4 CD1B ENSG00000158485 +CDS chr1 158329535 158329648 ENST00000451207 protein_coding 5 3 3 CD1B ENSG00000158485 +CDS chr1 158329852 158330130 ENST00000451207 protein_coding 5 3 2 CD1B ENSG00000158485 +CDS chr1 158329852 158330130 ENST00000368168 protein_coding 4 1 3 CD1B ENSG00000158485 +CDS chr1 158330796 158331025 ENST00000451207 protein_coding 5 3 1 CD1B ENSG00000158485 +CDS chr1 158330796 158331062 ENST00000368168 protein_coding 4 1 2 CD1B ENSG00000158485 +CDS chr1 158331363 158331423 ENST00000368168 protein_coding 4 1 1 CD1B ENSG00000158485 +transcript chr1 158353696 158357553 ENST00000444681 protein_coding 6 1 NA CD1E ENSG00000158488 +transcript chr1 158353844 158356896 ENST00000452291 protein_coding 6 1 NA CD1E ENSG00000158488 +transcript chr1 158353883 158356896 ENST00000368165 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353885 158357499 ENST00000368166 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353894 158357553 ENST00000368167 protein_coding 8 1 NA CD1E ENSG00000158488 +transcript chr1 158353910 158357529 ENST00000368163 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353916 158357196 ENST00000368164 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000444681 protein_coding 6 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000452291 protein_coding 6 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368165 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368166 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368167 protein_coding 8 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368163 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368164 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368154 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368154 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368155 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368155 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368156 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368156 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368157 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368157 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158357492 ENST00000368160 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368160 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158357522 ENST00000368161 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368161 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368165 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368167 protein_coding 8 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368163 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368155 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368156 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368160 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368161 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000444681 protein_coding 6 1 2 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368167 protein_coding 8 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368163 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368160 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368161 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000444681 protein_coding 6 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000452291 protein_coding 6 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368165 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368166 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368167 protein_coding 8 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368163 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158356001 ENST00000368164 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368154 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368155 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368156 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368157 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368160 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158356001 ENST00000368161 protein_coding 7 1 4 CD1E ENSG00000158488 +transcript chr1 158355894 158357497 ENST00000368162 protein_coding 2 1 NA CD1E ENSG00000158488 +CDS chr1 158355894 158356001 ENST00000368162 protein_coding 2 1 1 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000444681 protein_coding 6 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000452291 protein_coding 6 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368165 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368166 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368167 protein_coding 8 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368163 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368164 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368154 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368155 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368156 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368157 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368160 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368161 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368162 protein_coding 2 1 2 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000444681 protein_coding 6 1 5 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000452291 protein_coding 6 1 4 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368165 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368167 protein_coding 8 1 6 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368154 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368166 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368163 protein_coding 7 1 6 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368155 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368156 protein_coding 5 1 5 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368157 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368160 protein_coding 7 1 6 CD1E ENSG00000158488 +transcript chr1 158398522 158399466 ENST00000334438 protein_coding 1 NA NA OR10T2 ENSG00000186306 +CDS chr1 158398525 158399466 ENST00000334438 protein_coding 1 NA 1 OR10T2 ENSG00000186306 +transcript chr1 158418210 158426237 ENST00000641042 protein_coding 1 NA NA OR10K2 ENSG00000180708 +CDS chr1 158419931 158420866 ENST00000641042 protein_coding 1 NA 2 OR10K2 ENSG00000180708 +transcript chr1 158461574 158468979 ENST00000641432 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461718 158467458 ENST00000641460 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461834 158467458 ENST00000641535 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461834 158467458 ENST00000641971 protein_coding 1 NA NA OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641432 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641460 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641535 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641971 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +transcript chr1 158472220 158480936 ENST00000641067 protein_coding 1 NA NA OR10R2 ENSG00000198965 +CDS chr1 158472326 158472352 ENST00000641067 protein_coding 1 NA 1 OR10R2 ENSG00000198965 +transcript chr1 158479911 158480885 ENST00000641400 protein_coding 1 NA NA OR10R2 ENSG00000198965 +CDS chr1 158479911 158480882 ENST00000641400 protein_coding 1 NA 1 OR10R2 ENSG00000198965 +CDS chr1 158479938 158480882 ENST00000641067 protein_coding 1 NA 2 OR10R2 ENSG00000198965 +transcript chr1 158544550 158554405 ENST00000641282 protein_coding 1 NA NA OR6Y1 ENSG00000197532 +transcript chr1 158544550 158554405 ENST00000641622 protein_coding 1 NA NA OR6Y1 ENSG00000197532 +CDS chr1 158547131 158548105 ENST00000641282 protein_coding 1 NA 2 OR6Y1 ENSG00000197532 +CDS chr1 158547131 158548105 ENST00000641622 protein_coding 1 NA 2 OR6Y1 ENSG00000197532 +transcript chr1 158560606 158570580 ENST00000641540 protein_coding 1 NA NA OR6P1 ENSG00000186440 +CDS chr1 158562654 158563604 ENST00000641540 protein_coding 1 NA 3 OR6P1 ENSG00000186440 +transcript chr1 158578919 158579899 ENST00000623167 protein_coding 1 NA NA OR10X1 ENSG00000279111 +CDS chr1 158578922 158579899 ENST00000623167 protein_coding 1 NA 1 OR10X1 ENSG00000279111 +transcript chr1 158605268 158612514 ENST00000641002 protein_coding 1 NA NA OR10Z1 ENSG00000198967 +CDS chr1 158606439 158607377 ENST00000641002 protein_coding 1 NA 2 OR10Z1 ENSG00000198967 +transcript chr1 158610704 158686715 ENST00000643759 protein_coding 2 NA NA SPTA1 ENSG00000163554 +CDS chr1 158611267 158611389 ENST00000643759 protein_coding 2 NA 52 SPTA1 ENSG00000163554 +CDS chr1 158612817 158612961 ENST00000643759 protein_coding 2 NA 51 SPTA1 ENSG00000163554 +CDS chr1 158613721 158613867 ENST00000643759 protein_coding 2 NA 50 SPTA1 ENSG00000163554 +CDS chr1 158614253 158614306 ENST00000643759 protein_coding 2 NA 49 SPTA1 ENSG00000163554 +CDS chr1 158615216 158615403 ENST00000643759 protein_coding 2 NA 48 SPTA1 ENSG00000163554 +CDS chr1 158617537 158617588 ENST00000643759 protein_coding 2 NA 47 SPTA1 ENSG00000163554 +CDS chr1 158618039 158618056 ENST00000643759 protein_coding 2 NA 46 SPTA1 ENSG00000163554 +CDS chr1 158619222 158619334 ENST00000643759 protein_coding 2 NA 45 SPTA1 ENSG00000163554 +CDS chr1 158620170 158620466 ENST00000643759 protein_coding 2 NA 44 SPTA1 ENSG00000163554 +CDS chr1 158622983 158623192 ENST00000643759 protein_coding 2 NA 43 SPTA1 ENSG00000163554 +CDS chr1 158626146 158626222 ENST00000643759 protein_coding 2 NA 42 SPTA1 ENSG00000163554 +CDS chr1 158626839 158627007 ENST00000643759 protein_coding 2 NA 41 SPTA1 ENSG00000163554 +CDS chr1 158627625 158627723 ENST00000643759 protein_coding 2 NA 40 SPTA1 ENSG00000163554 +CDS chr1 158634543 158634675 ENST00000643759 protein_coding 2 NA 39 SPTA1 ENSG00000163554 +CDS chr1 158635913 158636034 ENST00000643759 protein_coding 2 NA 38 SPTA1 ENSG00000163554 +CDS chr1 158636641 158636761 ENST00000643759 protein_coding 2 NA 37 SPTA1 ENSG00000163554 +CDS chr1 158638033 158638241 ENST00000643759 protein_coding 2 NA 36 SPTA1 ENSG00000163554 +CDS chr1 158639582 158639686 ENST00000643759 protein_coding 2 NA 35 SPTA1 ENSG00000163554 +CDS chr1 158639870 158640007 ENST00000643759 protein_coding 2 NA 34 SPTA1 ENSG00000163554 +CDS chr1 158642411 158642542 ENST00000643759 protein_coding 2 NA 33 SPTA1 ENSG00000163554 +CDS chr1 158642814 158642976 ENST00000643759 protein_coding 2 NA 32 SPTA1 ENSG00000163554 +CDS chr1 158643322 158643425 ENST00000643759 protein_coding 2 NA 31 SPTA1 ENSG00000163554 +CDS chr1 158644253 158644396 ENST00000643759 protein_coding 2 NA 30 SPTA1 ENSG00000163554 +CDS chr1 158645188 158645385 ENST00000643759 protein_coding 2 NA 29 SPTA1 ENSG00000163554 +CDS chr1 158645495 158645594 ENST00000643759 protein_coding 2 NA 28 SPTA1 ENSG00000163554 +CDS chr1 158647539 158647720 ENST00000643759 protein_coding 2 NA 27 SPTA1 ENSG00000163554 +CDS chr1 158648509 158648653 ENST00000643759 protein_coding 2 NA 26 SPTA1 ENSG00000163554 +CDS chr1 158649856 158649947 ENST00000643759 protein_coding 2 NA 25 SPTA1 ENSG00000163554 +CDS chr1 158651367 158651468 ENST00000643759 protein_coding 2 NA 24 SPTA1 ENSG00000163554 +CDS chr1 158652467 158652653 ENST00000643759 protein_coding 2 NA 23 SPTA1 ENSG00000163554 +CDS chr1 158653274 158653425 ENST00000643759 protein_coding 2 NA 22 SPTA1 ENSG00000163554 +CDS chr1 158654611 158654748 ENST00000643759 protein_coding 2 NA 21 SPTA1 ENSG00000163554 +CDS chr1 158656564 158656656 ENST00000643759 protein_coding 2 NA 20 SPTA1 ENSG00000163554 +CDS chr1 158657477 158657694 ENST00000643759 protein_coding 2 NA 19 SPTA1 ENSG00000163554 +CDS chr1 158661287 158661409 ENST00000643759 protein_coding 2 NA 18 SPTA1 ENSG00000163554 +CDS chr1 158662702 158662945 ENST00000643759 protein_coding 2 NA 17 SPTA1 ENSG00000163554 +CDS chr1 158666316 158666497 ENST00000643759 protein_coding 2 NA 16 SPTA1 ENSG00000163554 +CDS chr1 158667858 158668062 ENST00000643759 protein_coding 2 NA 15 SPTA1 ENSG00000163554 +CDS chr1 158669408 158669563 ENST00000643759 protein_coding 2 NA 14 SPTA1 ENSG00000163554 +CDS chr1 158669709 158669786 ENST00000643759 protein_coding 2 NA 13 SPTA1 ENSG00000163554 +CDS chr1 158671343 158671453 ENST00000643759 protein_coding 2 NA 12 SPTA1 ENSG00000163554 +CDS chr1 158672059 158672196 ENST00000643759 protein_coding 2 NA 11 SPTA1 ENSG00000163554 +CDS chr1 158674329 158674430 ENST00000643759 protein_coding 2 NA 10 SPTA1 ENSG00000163554 +CDS chr1 158674540 158674675 ENST00000643759 protein_coding 2 NA 9 SPTA1 ENSG00000163554 +CDS chr1 158676141 158676295 ENST00000643759 protein_coding 2 NA 8 SPTA1 ENSG00000163554 +CDS chr1 158677690 158677834 ENST00000643759 protein_coding 2 NA 7 SPTA1 ENSG00000163554 +CDS chr1 158678401 158678534 ENST00000643759 protein_coding 2 NA 6 SPTA1 ENSG00000163554 +CDS chr1 158680583 158680729 ENST00000643759 protein_coding 2 NA 5 SPTA1 ENSG00000163554 +CDS chr1 158681527 158681667 ENST00000643759 protein_coding 2 NA 4 SPTA1 ENSG00000163554 +CDS chr1 158683371 158683496 ENST00000643759 protein_coding 2 NA 3 SPTA1 ENSG00000163554 +CDS chr1 158685108 158685347 ENST00000643759 protein_coding 2 NA 2 SPTA1 ENSG00000163554 +CDS chr1 158686494 158686517 ENST00000643759 protein_coding 2 NA 1 SPTA1 ENSG00000163554 +transcript chr1 158699678 158700652 ENST00000359610 protein_coding 3 NA NA OR6K2 ENSG00000196171 +CDS chr1 158699681 158700652 ENST00000359610 protein_coding 3 NA 1 OR6K2 ENSG00000196171 +transcript chr1 158716327 158720720 ENST00000368145 protein_coding 2 NA NA OR6K3 ENSG00000203757 +transcript chr1 158717168 158718163 ENST00000368146 protein_coding 1 NA NA OR6K3 ENSG00000203757 +CDS chr1 158717171 158718115 ENST00000368145 protein_coding 2 NA 2 OR6K3 ENSG00000203757 +CDS chr1 158717171 158718163 ENST00000368146 protein_coding 1 NA 1 OR6K3 ENSG00000203757 +transcript chr1 158754720 158755891 ENST00000641861 protein_coding 1 NA NA OR6K6 ENSG00000180433 +CDS chr1 158754888 158755844 ENST00000641861 protein_coding 1 NA 1 OR6K6 ENSG00000180433 +transcript chr1 158764236 158772195 ENST00000641846 protein_coding 1 NA NA OR6N1 ENSG00000197403 +CDS chr1 158765747 158766682 ENST00000641846 protein_coding 1 NA 2 OR6N1 ENSG00000197403 +transcript chr1 158774222 158781204 ENST00000641131 protein_coding 1 NA NA OR6N2 ENSG00000188340 +CDS chr1 158776685 158777635 ENST00000641131 protein_coding 1 NA 2 OR6N2 ENSG00000188340 +transcript chr1 158831351 158849502 ENST00000368141 protein_coding 5 1 NA MNDA ENSG00000163563 +CDS chr1 158842154 158842418 ENST00000368141 protein_coding 5 1 2 MNDA ENSG00000163563 +CDS chr1 158843279 158843415 ENST00000368141 protein_coding 5 1 3 MNDA ENSG00000163563 +CDS chr1 158843955 158844122 ENST00000368141 protein_coding 5 1 4 MNDA ENSG00000163563 +CDS chr1 158845587 158846003 ENST00000368141 protein_coding 5 1 5 MNDA ENSG00000163563 +transcript chr1 158845901 158849506 ENST00000438394 protein_coding 1 3 NA MNDA ENSG00000163563 +CDS chr1 158845901 158846003 ENST00000438394 protein_coding 1 3 1 MNDA ENSG00000163563 +CDS chr1 158847728 158847916 ENST00000368141 protein_coding 5 1 6 MNDA ENSG00000163563 +CDS chr1 158847728 158847889 ENST00000438394 protein_coding 1 3 2 MNDA ENSG00000163563 +CDS chr1 158849190 158849234 ENST00000368141 protein_coding 5 1 7 MNDA ENSG00000163563 +CDS chr1 158849190 158849234 ENST00000438394 protein_coding 1 3 3 MNDA ENSG00000163563 +transcript chr1 158930796 158939120 ENST00000458222 protein_coding 5 5 NA PYHIN1 ENSG00000163564 +transcript chr1 158931552 158977059 ENST00000368140 protein_coding 6 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931559 158976728 ENST00000368138 protein_coding 7 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931560 158976728 ENST00000392254 protein_coding 6 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931560 158976728 ENST00000392252 protein_coding 7 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931568 158940256 ENST00000368135 protein_coding 4 1 NA PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000458222 protein_coding 5 5 3 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368140 protein_coding 6 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368138 protein_coding 7 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000392254 protein_coding 6 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000392252 protein_coding 7 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368135 protein_coding 4 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000458222 protein_coding 5 5 4 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000368140 protein_coding 6 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000392254 protein_coding 6 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000368135 protein_coding 4 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938424 158938542 ENST00000368138 protein_coding 7 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938424 158938542 ENST00000392252 protein_coding 7 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939120 ENST00000458222 protein_coding 5 5 5 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368140 protein_coding 6 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368138 protein_coding 7 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000392254 protein_coding 6 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000392252 protein_coding 7 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368135 protein_coding 4 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939403 158939558 ENST00000368135 protein_coding 4 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000368140 protein_coding 6 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000368138 protein_coding 7 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000392254 protein_coding 6 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000392252 protein_coding 7 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000368140 protein_coding 6 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000368138 protein_coding 7 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000392254 protein_coding 6 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000392252 protein_coding 7 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000368140 protein_coding 6 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000368138 protein_coding 7 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000392254 protein_coding 6 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000392252 protein_coding 7 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158973647 158973763 ENST00000368140 protein_coding 6 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158973647 158973763 ENST00000368138 protein_coding 7 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158976701 158976724 ENST00000392254 protein_coding 6 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158976701 158976724 ENST00000392252 protein_coding 7 1 8 PYHIN1 ENSG00000163564 +transcript chr1 158999968 159014929 ENST00000566111 protein_coding 5 2 NA IFI16 ENSG00000163565 +transcript chr1 159005962 159016653 ENST00000426592 protein_coding 6 4 NA IFI16 ENSG00000163565 +transcript chr1 159008995 159016692 ENST00000447473 protein_coding 6 5 NA IFI16 ENSG00000163565 +transcript chr1 159009892 159055155 ENST00000368131 protein_coding 8 1 NA IFI16 ENSG00000163565 +transcript chr1 159009907 159055151 ENST00000295809 protein_coding 12 5 NA IFI16 ENSG00000163565 +transcript chr1 159009918 159055151 ENST00000368132 protein_coding 7 1 NA IFI16 ENSG00000163565 +transcript chr1 159010010 159055148 ENST00000359709 protein_coding 7 2 NA IFI16 ENSG00000163565 +CDS chr1 159014681 159014929 ENST00000566111 protein_coding 5 2 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000426592 protein_coding 6 4 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000447473 protein_coding 6 5 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000368131 protein_coding 8 1 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000368132 protein_coding 7 1 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000295809 protein_coding 12 5 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000359709 protein_coding 7 2 2 IFI16 ENSG00000163565 +transcript chr1 159014681 159055124 ENST00000448393 protein_coding 6 5 NA IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000448393 protein_coding 6 5 1 IFI16 ENSG00000163565 +transcript chr1 159015673 159018376 ENST00000567661 protein_coding 5 4 NA IFI16 ENSG00000163565 +transcript chr1 159015673 159020529 ENST00000474473 protein_coding 1 2 NA IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000426592 protein_coding 6 4 4 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000447473 protein_coding 6 5 4 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000368131 protein_coding 8 1 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000368132 protein_coding 7 1 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000295809 protein_coding 12 5 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000359709 protein_coding 7 2 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000448393 protein_coding 6 5 2 IFI16 ENSG00000163565 +CDS chr1 159016533 159016653 ENST00000426592 protein_coding 6 4 5 IFI16 ENSG00000163565 +CDS chr1 159016533 159016692 ENST00000447473 protein_coding 6 5 5 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000368131 protein_coding 8 1 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000368132 protein_coding 7 1 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000295809 protein_coding 12 5 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000448393 protein_coding 6 5 3 IFI16 ENSG00000163565 +CDS chr1 159016626 159016700 ENST00000567661 protein_coding 5 4 2 IFI16 ENSG00000163565 +CDS chr1 159016626 159016700 ENST00000474473 protein_coding 1 2 2 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000368131 protein_coding 8 1 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000368132 protein_coding 7 1 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000295809 protein_coding 12 5 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000359709 protein_coding 7 2 4 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000448393 protein_coding 6 5 4 IFI16 ENSG00000163565 +CDS chr1 159018229 159018376 ENST00000567661 protein_coding 5 4 3 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000474473 protein_coding 1 2 3 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000368131 protein_coding 8 1 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000368132 protein_coding 7 1 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000295809 protein_coding 12 5 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000359709 protein_coding 7 2 5 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000448393 protein_coding 6 5 5 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000474473 protein_coding 1 2 4 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000368131 protein_coding 8 1 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000368132 protein_coding 7 1 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000295809 protein_coding 12 5 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000359709 protein_coding 7 2 6 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000448393 protein_coding 6 5 6 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000368131 protein_coding 8 1 8 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000295809 protein_coding 12 5 8 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000359709 protein_coding 7 2 7 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000368132 protein_coding 7 1 8 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000295809 protein_coding 12 5 9 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000359709 protein_coding 7 2 8 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000368131 protein_coding 8 1 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000368132 protein_coding 7 1 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000295809 protein_coding 12 5 10 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000359709 protein_coding 7 2 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000448393 protein_coding 6 5 7 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000368131 protein_coding 8 1 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000368132 protein_coding 7 1 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000295809 protein_coding 12 5 11 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000359709 protein_coding 7 2 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000448393 protein_coding 6 5 8 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000368131 protein_coding 8 1 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000368132 protein_coding 7 1 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000295809 protein_coding 12 5 12 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000359709 protein_coding 7 2 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000448393 protein_coding 6 5 9 IFI16 ENSG00000163565 +transcript chr1 159062484 159076766 ENST00000368130 protein_coding 9 1 NA AIM2 ENSG00000163568 +CDS chr1 159062695 159062718 ENST00000368130 protein_coding 9 1 6 AIM2 ENSG00000163568 +CDS chr1 159063486 159063674 ENST00000368130 protein_coding 9 1 5 AIM2 ENSG00000163568 +transcript chr1 159063579 159140508 ENST00000368129 protein_coding 3 2 NA AIM2 ENSG00000163568 +CDS chr1 159063579 159063674 ENST00000368129 protein_coding 3 2 3 AIM2 ENSG00000163568 +CDS chr1 159065910 159066329 ENST00000368130 protein_coding 9 1 4 AIM2 ENSG00000163568 +CDS chr1 159065910 159066314 ENST00000368129 protein_coding 3 2 2 AIM2 ENSG00000163568 +CDS chr1 159068568 159068701 ENST00000368130 protein_coding 9 1 3 AIM2 ENSG00000163568 +CDS chr1 159073238 159073499 ENST00000368130 protein_coding 9 1 2 AIM2 ENSG00000163568 +transcript chr1 159171609 159202012 ENST00000368124 protein_coding 8 1 NA CADM3 ENSG00000162706 +transcript chr1 159171615 159203313 ENST00000368125 protein_coding 9 1 NA CADM3 ENSG00000162706 +transcript chr1 159171759 159196950 ENST00000416746 protein_coding 1 1 NA CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000368124 protein_coding 8 1 1 CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000368125 protein_coding 9 1 1 CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000416746 protein_coding 1 1 1 CADM3 ENSG00000162706 +CDS chr1 159189771 159189872 ENST00000368124 protein_coding 8 1 2 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000368124 protein_coding 8 1 3 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000368125 protein_coding 9 1 2 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000416746 protein_coding 1 1 2 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000368124 protein_coding 8 1 4 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000368125 protein_coding 9 1 3 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000416746 protein_coding 1 1 3 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000368124 protein_coding 8 1 5 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000368125 protein_coding 9 1 4 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000416746 protein_coding 1 1 4 CADM3 ENSG00000162706 +CDS chr1 159193870 159194040 ENST00000368124 protein_coding 8 1 6 CADM3 ENSG00000162706 +CDS chr1 159193870 159194040 ENST00000368125 protein_coding 9 1 5 CADM3 ENSG00000162706 +CDS chr1 159193870 159193902 ENST00000416746 protein_coding 1 1 5 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000368124 protein_coding 8 1 7 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000368125 protein_coding 9 1 6 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000416746 protein_coding 1 1 6 CADM3 ENSG00000162706 +CDS chr1 159196891 159197060 ENST00000368124 protein_coding 8 1 8 CADM3 ENSG00000162706 +CDS chr1 159196891 159197060 ENST00000368125 protein_coding 9 1 7 CADM3 ENSG00000162706 +CDS chr1 159196891 159196950 ENST00000416746 protein_coding 1 1 7 CADM3 ENSG00000162706 +CDS chr1 159199751 159199876 ENST00000368124 protein_coding 8 1 9 CADM3 ENSG00000162706 +CDS chr1 159199751 159199876 ENST00000368125 protein_coding 9 1 8 CADM3 ENSG00000162706 +CDS chr1 159200804 159200919 ENST00000368124 protein_coding 8 1 10 CADM3 ENSG00000162706 +CDS chr1 159200804 159200919 ENST00000368125 protein_coding 9 1 9 CADM3 ENSG00000162706 +transcript chr1 159203307 159206498 ENST00000537147 protein_coding 5 5 NA ACKR1 ENSG00000213088 +transcript chr1 159204875 159206500 ENST00000368121 protein_coding 6 NA NA ACKR1 ENSG00000213088 +transcript chr1 159204875 159206500 ENST00000368122 protein_coding 4 1 NA ACKR1 ENSG00000213088 +CDS chr1 159204960 159204980 ENST00000537147 protein_coding 5 5 2 ACKR1 ENSG00000213088 +CDS chr1 159204960 159204980 ENST00000368122 protein_coding 4 1 1 ACKR1 ENSG00000213088 +CDS chr1 159205434 159206447 ENST00000368121 protein_coding 6 NA 2 ACKR1 ENSG00000213088 +CDS chr1 159205461 159206447 ENST00000537147 protein_coding 5 5 3 ACKR1 ENSG00000213088 +CDS chr1 159205461 159206447 ENST00000368122 protein_coding 4 1 2 ACKR1 ENSG00000213088 +transcript chr1 159289714 159308224 ENST00000368115 protein_coding 5 1 NA FCER1A ENSG00000179639 +transcript chr1 159302336 159307993 ENST00000368114 protein_coding 1 3 NA FCER1A ENSG00000179639 +transcript chr1 159302336 159308202 ENST00000693622 protein_coding 1 NA NA FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000368115 protein_coding 5 1 2 FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000368114 protein_coding 1 3 1 FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000693622 protein_coding 1 NA 1 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000368115 protein_coding 5 1 3 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000368114 protein_coding 1 3 2 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000693622 protein_coding 1 NA 2 FCER1A ENSG00000179639 +CDS chr1 159303928 159304182 ENST00000368115 protein_coding 5 1 4 FCER1A ENSG00000179639 +CDS chr1 159303928 159304182 ENST00000693622 protein_coding 1 NA 3 FCER1A ENSG00000179639 +CDS chr1 159304027 159304182 ENST00000368114 protein_coding 1 3 3 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000368115 protein_coding 5 1 5 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000368114 protein_coding 1 3 4 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000693622 protein_coding 1 NA 4 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000368115 protein_coding 5 1 6 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000368114 protein_coding 1 3 5 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000693622 protein_coding 1 NA 5 FCER1A ENSG00000179639 +transcript chr1 159437845 159443078 ENST00000642080 protein_coding 1 NA NA OR10J1 ENSG00000196184 +transcript chr1 159439722 159440810 ENST00000641630 protein_coding 1 NA NA OR10J1 ENSG00000196184 +transcript chr1 159439722 159440967 ENST00000423932 protein_coding 6 NA NA OR10J1 ENSG00000196184 +CDS chr1 159439759 159440718 ENST00000641630 protein_coding 1 NA 1 OR10J1 ENSG00000196184 +CDS chr1 159439792 159440718 ENST00000642080 protein_coding 1 NA 2 OR10J1 ENSG00000196184 +CDS chr1 159439792 159440718 ENST00000423932 protein_coding 6 NA 1 OR10J1 ENSG00000196184 +transcript chr1 159535078 159536007 ENST00000334857 protein_coding 3 NA NA OR10J5 ENSG00000184155 +CDS chr1 159535081 159536007 ENST00000334857 protein_coding 3 NA 1 OR10J5 ENSG00000184155 +transcript chr1 159587826 159588865 ENST00000255040 protein_coding 3 1 NA APCS ENSG00000132703 +CDS chr1 159587922 159587985 ENST00000255040 protein_coding 3 1 1 APCS ENSG00000132703 +CDS chr1 159588101 159588705 ENST00000255040 protein_coding 3 1 2 APCS ENSG00000132703 +transcript chr1 159712289 159714589 ENST00000255030 protein_coding 9 1 NA CRP ENSG00000132693 +transcript chr1 159712293 159714589 ENST00000437342 protein_coding 1 1 NA CRP ENSG00000132693 +transcript chr1 159712410 159714589 ENST00000368112 protein_coding 5 2 NA CRP ENSG00000132693 +transcript chr1 159712504 159714589 ENST00000368111 protein_coding 5 3 NA CRP ENSG00000132693 +transcript chr1 159712563 159714589 ENST00000368110 protein_coding 1 3 NA CRP ENSG00000132693 +CDS chr1 159713528 159714138 ENST00000255030 protein_coding 9 1 2 CRP ENSG00000132693 +CDS chr1 159713528 159713665 ENST00000437342 protein_coding 1 1 2 CRP ENSG00000132693 +CDS chr1 159713528 159713603 ENST00000368112 protein_coding 5 2 3 CRP ENSG00000132693 +CDS chr1 159713528 159713640 ENST00000368111 protein_coding 5 3 3 CRP ENSG00000132693 +CDS chr1 159713528 159713640 ENST00000368110 protein_coding 1 3 3 CRP ENSG00000132693 +CDS chr1 159714003 159714138 ENST00000368112 protein_coding 5 2 2 CRP ENSG00000132693 +CDS chr1 159714007 159714138 ENST00000368111 protein_coding 5 3 2 CRP ENSG00000132693 +CDS chr1 159714007 159714138 ENST00000368110 protein_coding 1 3 2 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000255030 protein_coding 9 1 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368112 protein_coding 5 2 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368111 protein_coding 5 3 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368110 protein_coding 1 3 1 CRP ENSG00000132693 +transcript chr1 159780932 159782543 ENST00000368109 protein_coding 5 2 NA DUSP23 ENSG00000158716 +transcript chr1 159780960 159782543 ENST00000368108 protein_coding 7 1 NA DUSP23 ENSG00000158716 +transcript chr1 159780962 159782543 ENST00000368107 protein_coding 2 1 NA DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368109 protein_coding 5 2 2 DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368108 protein_coding 7 1 2 DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368107 protein_coding 2 1 1 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368109 protein_coding 5 2 3 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368108 protein_coding 7 1 3 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368107 protein_coding 2 1 2 DUSP23 ENSG00000158716 +transcript chr1 159800512 159809422 ENST00000536257 protein_coding 5 4 NA FCRL6 ENSG00000181036 +transcript chr1 159800512 159816251 ENST00000321935 protein_coding 10 2 NA FCRL6 ENSG00000181036 +CDS chr1 159800598 159800613 ENST00000536257 protein_coding 5 4 1 FCRL6 ENSG00000181036 +CDS chr1 159800598 159800613 ENST00000321935 protein_coding 10 2 1 FCRL6 ENSG00000181036 +transcript chr1 159802360 159816257 ENST00000368106 protein_coding 4 1 NA FCRL6 ENSG00000181036 +transcript chr1 159802417 159815802 ENST00000339348 protein_coding 9 1 NA FCRL6 ENSG00000181036 +CDS chr1 159802420 159802455 ENST00000321935 protein_coding 10 2 2 FCRL6 ENSG00000181036 +transcript chr1 159802424 159815592 ENST00000392235 protein_coding 7 1 NA FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000368106 protein_coding 4 1 1 FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000339348 protein_coding 9 1 1 FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000392235 protein_coding 7 1 1 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000536257 protein_coding 5 4 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000321935 protein_coding 10 2 3 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000368106 protein_coding 4 1 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000339348 protein_coding 9 1 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000392235 protein_coding 7 1 2 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000536257 protein_coding 5 4 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000321935 protein_coding 10 2 4 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000368106 protein_coding 4 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000339348 protein_coding 9 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000392235 protein_coding 7 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809060 ENST00000536257 protein_coding 5 4 4 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000321935 protein_coding 10 2 5 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000368106 protein_coding 4 1 4 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000339348 protein_coding 9 1 4 FCRL6 ENSG00000181036 +CDS chr1 159809197 159809245 ENST00000536257 protein_coding 5 4 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809422 ENST00000536257 protein_coding 5 4 6 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000321935 protein_coding 10 2 6 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000368106 protein_coding 4 1 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000339348 protein_coding 9 1 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000392235 protein_coding 7 1 4 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000321935 protein_coding 10 2 7 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000368106 protein_coding 4 1 6 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000339348 protein_coding 9 1 6 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000392235 protein_coding 7 1 5 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000321935 protein_coding 10 2 8 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000368106 protein_coding 4 1 7 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000339348 protein_coding 9 1 7 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000392235 protein_coding 7 1 6 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000321935 protein_coding 10 2 9 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000368106 protein_coding 4 1 8 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000339348 protein_coding 9 1 8 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000392235 protein_coding 7 1 7 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000321935 protein_coding 10 2 10 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000368106 protein_coding 4 1 9 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000392235 protein_coding 7 1 8 FCRL6 ENSG00000181036 +CDS chr1 159815536 159815658 ENST00000368106 protein_coding 4 1 10 FCRL6 ENSG00000181036 +CDS chr1 159815536 159815579 ENST00000339348 protein_coding 9 1 9 FCRL6 ENSG00000181036 +CDS chr1 159815541 159815579 ENST00000321935 protein_coding 10 2 11 FCRL6 ENSG00000181036 +CDS chr1 159815541 159815579 ENST00000392235 protein_coding 7 1 9 FCRL6 ENSG00000181036 +transcript chr1 159826811 159835679 ENST00000368104 protein_coding 4 2 NA SLAMF8 ENSG00000158714 +transcript chr1 159826873 159837492 ENST00000289707 protein_coding 10 1 NA SLAMF8 ENSG00000158714 +CDS chr1 159826899 159826938 ENST00000368104 protein_coding 4 2 1 SLAMF8 ENSG00000158714 +CDS chr1 159826899 159826938 ENST00000289707 protein_coding 10 1 1 SLAMF8 ENSG00000158714 +CDS chr1 159829866 159830192 ENST00000289707 protein_coding 10 1 2 SLAMF8 ENSG00000158714 +CDS chr1 159832876 159833181 ENST00000368104 protein_coding 4 2 2 SLAMF8 ENSG00000158714 +CDS chr1 159832876 159833181 ENST00000289707 protein_coding 10 1 3 SLAMF8 ENSG00000158714 +CDS chr1 159833262 159833369 ENST00000368104 protein_coding 4 2 3 SLAMF8 ENSG00000158714 +CDS chr1 159833262 159833369 ENST00000289707 protein_coding 10 1 4 SLAMF8 ENSG00000158714 +CDS chr1 159835184 159835257 ENST00000368104 protein_coding 4 2 4 SLAMF8 ENSG00000158714 +CDS chr1 159835184 159835257 ENST00000289707 protein_coding 10 1 5 SLAMF8 ENSG00000158714 +transcript chr1 159854316 159862657 ENST00000368100 protein_coding 1 1 NA VSIG8 ENSG00000243284 +CDS chr1 159854756 159855026 ENST00000368100 protein_coding 1 1 7 VSIG8 ENSG00000243284 +CDS chr1 159855883 159856081 ENST00000368100 protein_coding 1 1 6 VSIG8 ENSG00000243284 +CDS chr1 159856524 159856643 ENST00000368100 protein_coding 1 1 5 VSIG8 ENSG00000243284 +CDS chr1 159857745 159857966 ENST00000368100 protein_coding 1 1 4 VSIG8 ENSG00000243284 +CDS chr1 159858090 159858291 ENST00000368100 protein_coding 1 1 3 VSIG8 ENSG00000243284 +CDS chr1 159858734 159858912 ENST00000368100 protein_coding 1 1 2 VSIG8 ENSG00000243284 +CDS chr1 159862473 159862521 ENST00000368100 protein_coding 1 1 1 VSIG8 ENSG00000243284 +transcript chr1 159872364 159900165 ENST00000368099 protein_coding 9 1 NA CFAP45 ENSG00000213085 +transcript chr1 159872366 159898269 ENST00000426543 protein_coding 6 1 NA CFAP45 ENSG00000213085 +CDS chr1 159872488 159872563 ENST00000368099 protein_coding 9 1 12 CFAP45 ENSG00000213085 +CDS chr1 159872488 159872563 ENST00000426543 protein_coding 6 1 12 CFAP45 ENSG00000213085 +CDS chr1 159872944 159873168 ENST00000368099 protein_coding 9 1 11 CFAP45 ENSG00000213085 +CDS chr1 159872944 159873168 ENST00000426543 protein_coding 6 1 11 CFAP45 ENSG00000213085 +CDS chr1 159876556 159876749 ENST00000368099 protein_coding 9 1 10 CFAP45 ENSG00000213085 +CDS chr1 159876556 159876749 ENST00000426543 protein_coding 6 1 10 CFAP45 ENSG00000213085 +CDS chr1 159877349 159877462 ENST00000368099 protein_coding 9 1 9 CFAP45 ENSG00000213085 +CDS chr1 159877349 159877462 ENST00000426543 protein_coding 6 1 9 CFAP45 ENSG00000213085 +CDS chr1 159880554 159880700 ENST00000368099 protein_coding 9 1 8 CFAP45 ENSG00000213085 +CDS chr1 159880554 159880700 ENST00000426543 protein_coding 6 1 8 CFAP45 ENSG00000213085 +CDS chr1 159884436 159884565 ENST00000368099 protein_coding 9 1 7 CFAP45 ENSG00000213085 +CDS chr1 159884436 159884565 ENST00000426543 protein_coding 6 1 7 CFAP45 ENSG00000213085 +CDS chr1 159886511 159886689 ENST00000368099 protein_coding 9 1 6 CFAP45 ENSG00000213085 +CDS chr1 159886511 159886689 ENST00000426543 protein_coding 6 1 6 CFAP45 ENSG00000213085 +transcript chr1 159886599 159900112 ENST00000479940 protein_coding 2 5 NA CFAP45 ENSG00000213085 +CDS chr1 159886599 159886689 ENST00000479940 protein_coding 2 5 7 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000368099 protein_coding 9 1 5 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000426543 protein_coding 6 1 5 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000479940 protein_coding 2 5 6 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000368099 protein_coding 9 1 4 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000426543 protein_coding 6 1 4 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000479940 protein_coding 2 5 5 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890622 ENST00000368099 protein_coding 9 1 3 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890496 ENST00000426543 protein_coding 6 1 3 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890496 ENST00000479940 protein_coding 2 5 4 CFAP45 ENSG00000213085 +CDS chr1 159893180 159893305 ENST00000368099 protein_coding 9 1 2 CFAP45 ENSG00000213085 +CDS chr1 159900096 159900098 ENST00000368099 protein_coding 9 1 1 CFAP45 ENSG00000213085 +transcript chr1 159918107 159923717 ENST00000368096 protein_coding 5 1 NA TAGLN2 ENSG00000158710 +transcript chr1 159918111 159925507 ENST00000368097 protein_coding 9 1 NA TAGLN2 ENSG00000158710 +transcript chr1 159918777 159924551 ENST00000320307 protein_coding 8 3 NA TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000368096 protein_coding 5 1 5 TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000368097 protein_coding 9 1 5 TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000320307 protein_coding 8 3 5 TAGLN2 ENSG00000158710 +transcript chr1 159918838 159925229 ENST00000397334 protein_coding 2 5 NA TAGLN2 ENSG00000158710 +CDS chr1 159918838 159918941 ENST00000397334 protein_coding 2 5 5 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000368096 protein_coding 5 1 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000368097 protein_coding 9 1 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000320307 protein_coding 8 3 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000397334 protein_coding 2 5 4 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000368096 protein_coding 5 1 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000368097 protein_coding 9 1 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000320307 protein_coding 8 3 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000397334 protein_coding 2 5 3 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920537 ENST00000368096 protein_coding 5 1 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000368097 protein_coding 9 1 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000320307 protein_coding 8 3 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000397334 protein_coding 2 5 2 TAGLN2 ENSG00000158710 +CDS chr1 159923436 159923470 ENST00000368096 protein_coding 5 1 1 TAGLN2 ENSG00000158710 +transcript chr1 159927039 159945596 ENST00000361509 protein_coding 7 1 NA IGSF9 ENSG00000085552 +transcript chr1 159927041 159945613 ENST00000368094 protein_coding 6 1 NA IGSF9 ENSG00000085552 +CDS chr1 159927348 159927526 ENST00000361509 protein_coding 7 1 21 IGSF9 ENSG00000085552 +CDS chr1 159927348 159927526 ENST00000368094 protein_coding 6 1 21 IGSF9 ENSG00000085552 +CDS chr1 159927760 159927887 ENST00000361509 protein_coding 7 1 20 IGSF9 ENSG00000085552 +CDS chr1 159927760 159927887 ENST00000368094 protein_coding 6 1 20 IGSF9 ENSG00000085552 +CDS chr1 159928158 159929018 ENST00000361509 protein_coding 7 1 19 IGSF9 ENSG00000085552 +CDS chr1 159928158 159929018 ENST00000368094 protein_coding 6 1 19 IGSF9 ENSG00000085552 +CDS chr1 159929351 159929393 ENST00000361509 protein_coding 7 1 18 IGSF9 ENSG00000085552 +CDS chr1 159929351 159929393 ENST00000368094 protein_coding 6 1 18 IGSF9 ENSG00000085552 +CDS chr1 159929638 159929814 ENST00000361509 protein_coding 7 1 17 IGSF9 ENSG00000085552 +CDS chr1 159929638 159929814 ENST00000368094 protein_coding 6 1 17 IGSF9 ENSG00000085552 +CDS chr1 159929891 159929975 ENST00000361509 protein_coding 7 1 16 IGSF9 ENSG00000085552 +CDS chr1 159929891 159929975 ENST00000368094 protein_coding 6 1 16 IGSF9 ENSG00000085552 +CDS chr1 159930189 159930439 ENST00000361509 protein_coding 7 1 15 IGSF9 ENSG00000085552 +CDS chr1 159930189 159930439 ENST00000368094 protein_coding 6 1 15 IGSF9 ENSG00000085552 +CDS chr1 159930692 159930867 ENST00000361509 protein_coding 7 1 14 IGSF9 ENSG00000085552 +CDS chr1 159930692 159930867 ENST00000368094 protein_coding 6 1 14 IGSF9 ENSG00000085552 +CDS chr1 159931138 159931261 ENST00000361509 protein_coding 7 1 13 IGSF9 ENSG00000085552 +CDS chr1 159931138 159931261 ENST00000368094 protein_coding 6 1 13 IGSF9 ENSG00000085552 +CDS chr1 159931453 159931603 ENST00000361509 protein_coding 7 1 12 IGSF9 ENSG00000085552 +CDS chr1 159931453 159931603 ENST00000368094 protein_coding 6 1 12 IGSF9 ENSG00000085552 +CDS chr1 159931812 159931928 ENST00000361509 protein_coding 7 1 11 IGSF9 ENSG00000085552 +CDS chr1 159931812 159931928 ENST00000368094 protein_coding 6 1 11 IGSF9 ENSG00000085552 +CDS chr1 159932512 159932652 ENST00000361509 protein_coding 7 1 10 IGSF9 ENSG00000085552 +CDS chr1 159932512 159932652 ENST00000368094 protein_coding 6 1 10 IGSF9 ENSG00000085552 +CDS chr1 159934190 159934284 ENST00000361509 protein_coding 7 1 9 IGSF9 ENSG00000085552 +CDS chr1 159934190 159934332 ENST00000368094 protein_coding 6 1 9 IGSF9 ENSG00000085552 +CDS chr1 159934425 159934570 ENST00000361509 protein_coding 7 1 8 IGSF9 ENSG00000085552 +CDS chr1 159934425 159934570 ENST00000368094 protein_coding 6 1 8 IGSF9 ENSG00000085552 +CDS chr1 159934681 159934822 ENST00000361509 protein_coding 7 1 7 IGSF9 ENSG00000085552 +CDS chr1 159934681 159934822 ENST00000368094 protein_coding 6 1 7 IGSF9 ENSG00000085552 +CDS chr1 159936399 159936516 ENST00000361509 protein_coding 7 1 6 IGSF9 ENSG00000085552 +CDS chr1 159936399 159936516 ENST00000368094 protein_coding 6 1 6 IGSF9 ENSG00000085552 +CDS chr1 159936754 159936908 ENST00000361509 protein_coding 7 1 5 IGSF9 ENSG00000085552 +CDS chr1 159936754 159936908 ENST00000368094 protein_coding 6 1 5 IGSF9 ENSG00000085552 +CDS chr1 159937686 159937838 ENST00000361509 protein_coding 7 1 4 IGSF9 ENSG00000085552 +CDS chr1 159937686 159937838 ENST00000368094 protein_coding 6 1 4 IGSF9 ENSG00000085552 +CDS chr1 159942963 159943151 ENST00000361509 protein_coding 7 1 3 IGSF9 ENSG00000085552 +CDS chr1 159942963 159943151 ENST00000368094 protein_coding 6 1 3 IGSF9 ENSG00000085552 +CDS chr1 159943397 159943454 ENST00000361509 protein_coding 7 1 2 IGSF9 ENSG00000085552 +CDS chr1 159943397 159943454 ENST00000368094 protein_coding 6 1 2 IGSF9 ENSG00000085552 +transcript chr1 159951492 159954220 ENST00000368092 protein_coding 7 1 NA SLAMF9 ENSG00000162723 +transcript chr1 159951492 159954237 ENST00000368093 protein_coding 4 1 NA SLAMF9 ENSG00000162723 +CDS chr1 159951664 159951866 ENST00000368092 protein_coding 7 1 3 SLAMF9 ENSG00000162723 +CDS chr1 159951664 159951866 ENST00000368093 protein_coding 4 1 4 SLAMF9 ENSG00000162723 +CDS chr1 159952262 159952534 ENST00000368093 protein_coding 4 1 3 SLAMF9 ENSG00000162723 +CDS chr1 159953309 159953653 ENST00000368092 protein_coding 7 1 2 SLAMF9 ENSG00000162723 +CDS chr1 159953309 159953653 ENST00000368093 protein_coding 4 1 2 SLAMF9 ENSG00000162723 +CDS chr1 159954092 159954137 ENST00000368092 protein_coding 7 1 1 SLAMF9 ENSG00000162723 +CDS chr1 159954092 159954137 ENST00000368093 protein_coding 4 1 1 SLAMF9 ENSG00000162723 +transcript chr1 159998651 160070136 ENST00000639408 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159998841 160070119 ENST00000637644 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159999154 160041957 ENST00000640914 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159999296 160042504 ENST00000509700 protein_coding 2 5 NA KCNJ10 ENSG00000177807 +CDS chr1 159999423 159999494 ENST00000509700 protein_coding 2 5 2 KCNJ10 ENSG00000177807 +CDS chr1 159999461 159999494 ENST00000639408 protein_coding 1 5 4 KCNJ10 ENSG00000177807 +CDS chr1 159999472 159999494 ENST00000637644 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +transcript chr1 160024953 160031990 ENST00000368090 protein_coding 5 NA NA PIGM ENSG00000143315 +CDS chr1 160030471 160031739 ENST00000368090 protein_coding 5 NA 1 PIGM ENSG00000143315 +transcript chr1 160037467 160070160 ENST00000644903 protein_coding 1 NA NA KCNJ10 ENSG00000177807 +transcript chr1 160038303 160042502 ENST00000640017 protein_coding 1 2 NA KCNJ10 ENSG00000177807 +transcript chr1 160038333 160070106 ENST00000638728 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 160038853 160068048 ENST00000638868 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +CDS chr1 160040502 160040601 ENST00000639408 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160040536 160040601 ENST00000640914 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +CDS chr1 160040536 160040601 ENST00000640017 protein_coding 1 2 2 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000644903 protein_coding 1 NA 2 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000638728 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000638868 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160041957 ENST00000640914 protein_coding 1 5 1 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160042504 ENST00000509700 protein_coding 2 5 1 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160042502 ENST00000640017 protein_coding 1 2 1 KCNJ10 ENSG00000177807 +CDS chr1 160042046 160042532 ENST00000639408 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +CDS chr1 160042046 160042532 ENST00000637644 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +transcript chr1 160081538 160090563 ENST00000368088 protein_coding 4 1 NA KCNJ9 ENSG00000162728 +CDS chr1 160084031 160084880 ENST00000368088 protein_coding 4 1 2 KCNJ9 ENSG00000162728 +CDS chr1 160087486 160087814 ENST00000368088 protein_coding 4 1 3 KCNJ9 ENSG00000162728 +transcript chr1 160091340 160098689 ENST00000368086 protein_coding 5 1 NA IGSF8 ENSG00000162729 +transcript chr1 160091343 160098619 ENST00000314485 protein_coding 12 1 NA IGSF8 ENSG00000162729 +transcript chr1 160091350 160098828 ENST00000614243 protein_coding 4 1 NA IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000314485 protein_coding 12 1 6 IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000368086 protein_coding 5 1 6 IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000614243 protein_coding 4 1 7 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000314485 protein_coding 12 1 5 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000368086 protein_coding 5 1 5 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000614243 protein_coding 4 1 6 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000314485 protein_coding 12 1 4 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000368086 protein_coding 5 1 4 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000614243 protein_coding 4 1 5 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000314485 protein_coding 12 1 3 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000368086 protein_coding 5 1 3 IGSF8 ENSG00000162729 +transcript chr1 160093710 160098943 ENST00000448417 protein_coding 1 2 NA IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000448417 protein_coding 1 2 4 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000614243 protein_coding 4 1 4 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000314485 protein_coding 12 1 2 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000368086 protein_coding 5 1 2 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000448417 protein_coding 1 2 3 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000614243 protein_coding 4 1 3 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000314485 protein_coding 12 1 1 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000368086 protein_coding 5 1 1 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000448417 protein_coding 1 2 2 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000614243 protein_coding 4 1 2 IGSF8 ENSG00000162729 +transcript chr1 160115759 160143591 ENST00000361216 protein_coding 8 1 NA ATP1A2 ENSG00000018625 +transcript chr1 160115777 160141545 ENST00000392233 protein_coding 7 5 NA ATP1A2 ENSG00000018625 +CDS chr1 160115862 160115873 ENST00000361216 protein_coding 8 1 1 ATP1A2 ENSG00000018625 +CDS chr1 160115862 160115873 ENST00000392233 protein_coding 7 5 1 ATP1A2 ENSG00000018625 +CDS chr1 160120906 160121010 ENST00000361216 protein_coding 8 1 2 ATP1A2 ENSG00000018625 +CDS chr1 160120906 160121010 ENST00000392233 protein_coding 7 5 2 ATP1A2 ENSG00000018625 +CDS chr1 160121192 160121251 ENST00000361216 protein_coding 8 1 3 ATP1A2 ENSG00000018625 +CDS chr1 160121192 160121251 ENST00000392233 protein_coding 7 5 3 ATP1A2 ENSG00000018625 +CDS chr1 160123213 160123416 ENST00000361216 protein_coding 8 1 4 ATP1A2 ENSG00000018625 +CDS chr1 160123213 160123416 ENST00000392233 protein_coding 7 5 4 ATP1A2 ENSG00000018625 +CDS chr1 160123943 160124056 ENST00000361216 protein_coding 8 1 5 ATP1A2 ENSG00000018625 +CDS chr1 160123943 160124056 ENST00000392233 protein_coding 7 5 5 ATP1A2 ENSG00000018625 +CDS chr1 160124296 160124430 ENST00000361216 protein_coding 8 1 6 ATP1A2 ENSG00000018625 +CDS chr1 160124296 160124430 ENST00000392233 protein_coding 7 5 6 ATP1A2 ENSG00000018625 +CDS chr1 160125136 160125253 ENST00000361216 protein_coding 8 1 7 ATP1A2 ENSG00000018625 +CDS chr1 160125136 160125253 ENST00000392233 protein_coding 7 5 7 ATP1A2 ENSG00000018625 +CDS chr1 160127552 160127820 ENST00000361216 protein_coding 8 1 8 ATP1A2 ENSG00000018625 +CDS chr1 160127552 160127820 ENST00000392233 protein_coding 7 5 8 ATP1A2 ENSG00000018625 +transcript chr1 160127672 160143591 ENST00000447527 protein_coding 1 2 NA ATP1A2 ENSG00000018625 +CDS chr1 160127672 160127820 ENST00000447527 protein_coding 1 2 1 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000361216 protein_coding 8 1 9 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000392233 protein_coding 7 5 9 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000447527 protein_coding 1 2 2 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000361216 protein_coding 8 1 10 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000392233 protein_coding 7 5 10 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000447527 protein_coding 1 2 3 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000361216 protein_coding 8 1 11 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000392233 protein_coding 7 5 11 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000447527 protein_coding 1 2 4 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000361216 protein_coding 8 1 12 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000392233 protein_coding 7 5 12 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000447527 protein_coding 1 2 5 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000361216 protein_coding 8 1 13 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000392233 protein_coding 7 5 13 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000447527 protein_coding 1 2 6 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000361216 protein_coding 8 1 14 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000392233 protein_coding 7 5 14 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000447527 protein_coding 1 2 7 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000361216 protein_coding 8 1 15 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000392233 protein_coding 7 5 15 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000447527 protein_coding 1 2 8 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000361216 protein_coding 8 1 16 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000392233 protein_coding 7 5 16 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000447527 protein_coding 1 2 9 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000361216 protein_coding 8 1 17 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000392233 protein_coding 7 5 17 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000447527 protein_coding 1 2 10 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000361216 protein_coding 8 1 18 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000392233 protein_coding 7 5 18 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000447527 protein_coding 1 2 11 ATP1A2 ENSG00000018625 +CDS chr1 160136570 160136715 ENST00000361216 protein_coding 8 1 19 ATP1A2 ENSG00000018625 +CDS chr1 160136570 160136715 ENST00000392233 protein_coding 7 5 19 ATP1A2 ENSG00000018625 +CDS chr1 160136621 160136715 ENST00000447527 protein_coding 1 2 12 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000361216 protein_coding 8 1 20 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000392233 protein_coding 7 5 20 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000447527 protein_coding 1 2 13 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000361216 protein_coding 8 1 21 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000392233 protein_coding 7 5 21 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000447527 protein_coding 1 2 14 ATP1A2 ENSG00000018625 +CDS chr1 160139893 160139984 ENST00000361216 protein_coding 8 1 22 ATP1A2 ENSG00000018625 +CDS chr1 160139893 160139984 ENST00000447527 protein_coding 1 2 15 ATP1A2 ENSG00000018625 +CDS chr1 160139926 160139984 ENST00000392233 protein_coding 7 5 22 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000361216 protein_coding 8 1 23 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000392233 protein_coding 7 5 23 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000447527 protein_coding 1 2 16 ATP1A2 ENSG00000018625 +transcript chr1 160151603 160186980 ENST00000368081 protein_coding 9 1 NA ATP1A4 ENSG00000132681 +CDS chr1 160152041 160152187 ENST00000368081 protein_coding 9 1 1 ATP1A4 ENSG00000132681 +CDS chr1 160153165 160153224 ENST00000368081 protein_coding 9 1 2 ATP1A4 ENSG00000132681 +CDS chr1 160155045 160155248 ENST00000368081 protein_coding 9 1 3 ATP1A4 ENSG00000132681 +CDS chr1 160156045 160156158 ENST00000368081 protein_coding 9 1 4 ATP1A4 ENSG00000132681 +CDS chr1 160159002 160159136 ENST00000368081 protein_coding 9 1 5 ATP1A4 ENSG00000132681 +CDS chr1 160159409 160159526 ENST00000368081 protein_coding 9 1 6 ATP1A4 ENSG00000132681 +CDS chr1 160164156 160164424 ENST00000368081 protein_coding 9 1 7 ATP1A4 ENSG00000132681 +CDS chr1 160166528 160166726 ENST00000368081 protein_coding 9 1 8 ATP1A4 ENSG00000132681 +CDS chr1 160166968 160167077 ENST00000368081 protein_coding 9 1 9 ATP1A4 ENSG00000132681 +CDS chr1 160167278 160167412 ENST00000368081 protein_coding 9 1 10 ATP1A4 ENSG00000132681 +CDS chr1 160171251 160171440 ENST00000368081 protein_coding 9 1 11 ATP1A4 ENSG00000132681 +CDS chr1 160171585 160171757 ENST00000368081 protein_coding 9 1 12 ATP1A4 ENSG00000132681 +CDS chr1 160173581 160173717 ENST00000368081 protein_coding 9 1 13 ATP1A4 ENSG00000132681 +CDS chr1 160174111 160174261 ENST00000368081 protein_coding 9 1 14 ATP1A4 ENSG00000132681 +CDS chr1 160174579 160174747 ENST00000368081 protein_coding 9 1 15 ATP1A4 ENSG00000132681 +CDS chr1 160176092 160176246 ENST00000368081 protein_coding 9 1 16 ATP1A4 ENSG00000132681 +CDS chr1 160176479 160176602 ENST00000368081 protein_coding 9 1 17 ATP1A4 ENSG00000132681 +transcript chr1 160177411 160186977 ENST00000470705 protein_coding 1 1 NA ATP1A4 ENSG00000132681 +CDS chr1 160177519 160177664 ENST00000368081 protein_coding 9 1 18 ATP1A4 ENSG00000132681 +CDS chr1 160177521 160177664 ENST00000470705 protein_coding 1 1 1 ATP1A4 ENSG00000132681 +CDS chr1 160181684 160181814 ENST00000368081 protein_coding 9 1 19 ATP1A4 ENSG00000132681 +CDS chr1 160181684 160181814 ENST00000470705 protein_coding 1 1 2 ATP1A4 ENSG00000132681 +CDS chr1 160181930 160182031 ENST00000368081 protein_coding 9 1 20 ATP1A4 ENSG00000132681 +CDS chr1 160181930 160182031 ENST00000470705 protein_coding 1 1 3 ATP1A4 ENSG00000132681 +CDS chr1 160186276 160186367 ENST00000368081 protein_coding 9 1 21 ATP1A4 ENSG00000132681 +CDS chr1 160186276 160186367 ENST00000470705 protein_coding 1 1 4 ATP1A4 ENSG00000132681 +CDS chr1 160186671 160186696 ENST00000368081 protein_coding 9 1 22 ATP1A4 ENSG00000132681 +CDS chr1 160186671 160186696 ENST00000470705 protein_coding 1 1 5 ATP1A4 ENSG00000132681 +transcript chr1 160190575 160201886 ENST00000368078 protein_coding 8 1 NA CASQ1 ENSG00000143318 +CDS chr1 160190752 160191030 ENST00000368078 protein_coding 8 1 1 CASQ1 ENSG00000143318 +CDS chr1 160192802 160192886 ENST00000368078 protein_coding 8 1 2 CASQ1 ENSG00000143318 +CDS chr1 160193747 160193847 ENST00000368078 protein_coding 8 1 3 CASQ1 ENSG00000143318 +CDS chr1 160195012 160195123 ENST00000368078 protein_coding 8 1 4 CASQ1 ENSG00000143318 +CDS chr1 160195461 160195534 ENST00000368078 protein_coding 8 1 5 CASQ1 ENSG00000143318 +CDS chr1 160195897 160196027 ENST00000368078 protein_coding 8 1 6 CASQ1 ENSG00000143318 +CDS chr1 160197569 160197614 ENST00000368078 protein_coding 8 1 7 CASQ1 ENSG00000143318 +transcript chr1 160198210 160201493 ENST00000467691 protein_coding 1 3 NA CASQ1 ENSG00000143318 +CDS chr1 160198677 160198731 ENST00000368078 protein_coding 8 1 8 CASQ1 ENSG00000143318 +CDS chr1 160198686 160198731 ENST00000467691 protein_coding 1 3 2 CASQ1 ENSG00000143318 +CDS chr1 160198953 160199053 ENST00000368078 protein_coding 8 1 9 CASQ1 ENSG00000143318 +CDS chr1 160198953 160199053 ENST00000467691 protein_coding 1 3 3 CASQ1 ENSG00000143318 +CDS chr1 160199851 160199925 ENST00000368078 protein_coding 8 1 10 CASQ1 ENSG00000143318 +CDS chr1 160199851 160199925 ENST00000467691 protein_coding 1 3 4 CASQ1 ENSG00000143318 +CDS chr1 160201245 160201373 ENST00000368078 protein_coding 8 1 11 CASQ1 ENSG00000143318 +CDS chr1 160201245 160201373 ENST00000467691 protein_coding 1 3 5 CASQ1 ENSG00000143318 +transcript chr1 160205380 160214035 ENST00000368077 protein_coding 5 2 NA PEA15 ENSG00000162734 +transcript chr1 160205384 160215372 ENST00000360472 protein_coding 9 1 NA PEA15 ENSG00000162734 +transcript chr1 160205421 160215376 ENST00000368076 protein_coding 1 2 NA PEA15 ENSG00000162734 +CDS chr1 160208605 160208665 ENST00000368076 protein_coding 1 2 3 PEA15 ENSG00000162734 +CDS chr1 160211543 160211716 ENST00000368076 protein_coding 1 2 4 PEA15 ENSG00000162734 +CDS chr1 160211545 160211716 ENST00000360472 protein_coding 9 1 2 PEA15 ENSG00000162734 +CDS chr1 160211545 160211650 ENST00000368077 protein_coding 5 2 2 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000360472 protein_coding 9 1 3 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000368077 protein_coding 5 2 3 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000368076 protein_coding 1 2 5 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000360472 protein_coding 9 1 4 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000368077 protein_coding 5 2 4 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000368076 protein_coding 1 2 6 PEA15 ENSG00000162734 +transcript chr1 160215715 160262451 ENST00000368073 protein_coding 7 1 NA DCAF8 ENSG00000132716 +transcript chr1 160215715 160262476 ENST00000326837 protein_coding 6 5 NA DCAF8 ENSG00000132716 +transcript chr1 160215720 160262549 ENST00000368074 protein_coding 6 5 NA DCAF8 ENSG00000132716 +transcript chr1 160216553 160224472 ENST00000477163 protein_coding 1 3 NA DCAF8 ENSG00000132716 +CDS chr1 160216868 160216908 ENST00000477163 protein_coding 1 3 3 DCAF8 ENSG00000132716 +transcript chr1 160217162 160218858 ENST00000473382 protein_coding 2 3 NA DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000368073 protein_coding 7 1 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000326837 protein_coding 6 5 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000368074 protein_coding 6 5 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000473382 protein_coding 2 3 3 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000368073 protein_coding 7 1 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000326837 protein_coding 6 5 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000368074 protein_coding 6 5 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000473382 protein_coding 2 3 2 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000368073 protein_coding 7 1 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000326837 protein_coding 6 5 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000368074 protein_coding 6 5 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218858 ENST00000473382 protein_coding 2 3 1 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000368073 protein_coding 7 1 11 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000326837 protein_coding 6 5 11 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000368074 protein_coding 6 5 11 DCAF8 ENSG00000132716 +CDS chr1 160222656 160222781 ENST00000477163 protein_coding 1 3 2 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000368073 protein_coding 7 1 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000326837 protein_coding 6 5 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000368074 protein_coding 6 5 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224472 ENST00000477163 protein_coding 1 3 1 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000368073 protein_coding 7 1 9 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000326837 protein_coding 6 5 9 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000368074 protein_coding 6 5 9 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000368073 protein_coding 7 1 8 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000326837 protein_coding 6 5 8 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000368074 protein_coding 6 5 8 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000368073 protein_coding 7 1 7 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000326837 protein_coding 6 5 7 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000368074 protein_coding 6 5 7 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000368073 protein_coding 7 1 6 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000326837 protein_coding 6 5 6 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000368074 protein_coding 6 5 6 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000368073 protein_coding 7 1 5 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000326837 protein_coding 6 5 5 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000368074 protein_coding 6 5 5 DCAF8 ENSG00000132716 +transcript chr1 160239222 160262425 ENST00000610139 protein_coding 5 1 NA DCAF8 ENSG00000132716 +transcript chr1 160239222 160262436 ENST00000475733 protein_coding 5 1 NA DCAF8 ENSG00000132716 +CDS chr1 160239601 160240370 ENST00000610139 protein_coding 5 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239601 160240370 ENST00000475733 protein_coding 5 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000368073 protein_coding 7 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000326837 protein_coding 6 5 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000368074 protein_coding 6 5 4 DCAF8 ENSG00000132716 +transcript chr1 160239784 160262514 ENST00000447377 protein_coding 5 2 NA DCAF8 ENSG00000132716 +CDS chr1 160239784 160240370 ENST00000447377 protein_coding 5 2 3 DCAF8 ENSG00000132716 +transcript chr1 160239970 160261802 ENST00000495887 protein_coding 1 3 NA DCAF8 ENSG00000132716 +CDS chr1 160239970 160240344 ENST00000495887 protein_coding 1 3 2 DCAF8 ENSG00000132716 +transcript chr1 160240091 160262528 ENST00000440682 protein_coding 5 3 NA DCAF8 ENSG00000132716 +CDS chr1 160240091 160240370 ENST00000440682 protein_coding 5 3 4 DCAF8 ENSG00000132716 +transcript chr1 160240102 160262448 ENST00000407642 protein_coding 6 2 NA DCAF8 ENSG00000132716 +CDS chr1 160240102 160240370 ENST00000407642 protein_coding 6 2 3 DCAF8 ENSG00000132716 +transcript chr1 160240142 160282458 ENST00000485079 protein_coding 1 3 NA NA ENSG00000258465 +CDS chr1 160240142 160240370 ENST00000485079 protein_coding 1 3 7 NA ENSG00000258465 +transcript chr1 160240298 160262407 ENST00000419626 protein_coding 1 2 NA DCAF8 ENSG00000132716 +CDS chr1 160240298 160240370 ENST00000419626 protein_coding 1 2 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000368073 protein_coding 7 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000326837 protein_coding 6 5 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000368074 protein_coding 6 5 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000610139 protein_coding 5 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000475733 protein_coding 5 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000447377 protein_coding 5 2 2 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000440682 protein_coding 5 3 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000407642 protein_coding 6 2 2 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000419626 protein_coding 1 2 2 DCAF8 ENSG00000132716 +CDS chr1 160263265 160263462 ENST00000485079 protein_coding 1 3 6 NA ENSG00000258465 +transcript chr1 160276807 160285133 ENST00000368072 protein_coding 10 1 NA PEX19 ENSG00000162735 +CDS chr1 160278131 160278191 ENST00000485079 protein_coding 1 3 5 NA ENSG00000258465 +transcript chr1 160279395 160282144 ENST00000495624 protein_coding 1 3 NA PEX19 ENSG00000162735 +CDS chr1 160279554 160279634 ENST00000368072 protein_coding 10 1 8 PEX19 ENSG00000162735 +CDS chr1 160279774 160279845 ENST00000495624 protein_coding 1 3 3 PEX19 ENSG00000162735 +CDS chr1 160279801 160279845 ENST00000485079 protein_coding 1 3 4 NA ENSG00000258465 +CDS chr1 160279801 160279845 ENST00000368072 protein_coding 10 1 7 PEX19 ENSG00000162735 +CDS chr1 160280070 160280246 ENST00000485079 protein_coding 1 3 3 NA ENSG00000258465 +CDS chr1 160280070 160280246 ENST00000368072 protein_coding 10 1 6 PEX19 ENSG00000162735 +CDS chr1 160280070 160280246 ENST00000495624 protein_coding 1 3 2 PEX19 ENSG00000162735 +transcript chr1 160280076 160284231 ENST00000392220 protein_coding 2 5 NA PEX19 ENSG00000162735 +CDS chr1 160280076 160280246 ENST00000392220 protein_coding 2 5 6 PEX19 ENSG00000162735 +CDS chr1 160282039 160282200 ENST00000485079 protein_coding 1 3 2 NA ENSG00000258465 +CDS chr1 160282039 160282200 ENST00000368072 protein_coding 10 1 5 PEX19 ENSG00000162735 +CDS chr1 160282039 160282144 ENST00000495624 protein_coding 1 3 1 PEX19 ENSG00000162735 +CDS chr1 160282039 160282200 ENST00000392220 protein_coding 2 5 5 PEX19 ENSG00000162735 +CDS chr1 160282417 160282458 ENST00000485079 protein_coding 1 3 1 NA ENSG00000258465 +CDS chr1 160282417 160282502 ENST00000368072 protein_coding 10 1 4 PEX19 ENSG00000162735 +CDS chr1 160282417 160282502 ENST00000392220 protein_coding 2 5 4 PEX19 ENSG00000162735 +CDS chr1 160282944 160283109 ENST00000368072 protein_coding 10 1 3 PEX19 ENSG00000162735 +CDS chr1 160282944 160283109 ENST00000392220 protein_coding 2 5 3 PEX19 ENSG00000162735 +CDS chr1 160283530 160283639 ENST00000368072 protein_coding 10 1 2 PEX19 ENSG00000162735 +CDS chr1 160283530 160283639 ENST00000392220 protein_coding 2 5 2 PEX19 ENSG00000162735 +CDS chr1 160284131 160284140 ENST00000392220 protein_coding 2 5 1 PEX19 ENSG00000162735 +CDS chr1 160285055 160285124 ENST00000368072 protein_coding 10 1 1 PEX19 ENSG00000162735 +transcript chr1 160288594 160343250 ENST00000241704 protein_coding 8 1 NA COPA ENSG00000122218 +transcript chr1 160289201 160332490 ENST00000649676 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289273 160343248 ENST00000368069 protein_coding 7 1 NA COPA ENSG00000122218 +transcript chr1 160289293 160343258 ENST00000649787 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289354 160297356 ENST00000648280 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289615 160343252 ENST00000647683 protein_coding 1 NA NA COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000241704 protein_coding 8 1 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000649676 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000368069 protein_coding 7 1 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000649787 protein_coding 1 NA 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000648280 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000647683 protein_coding 1 NA 33 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000241704 protein_coding 8 1 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000649676 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000368069 protein_coding 7 1 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000649787 protein_coding 1 NA 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000648280 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000647683 protein_coding 1 NA 32 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000241704 protein_coding 8 1 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000649676 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000368069 protein_coding 7 1 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000649787 protein_coding 1 NA 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000648280 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000647683 protein_coding 1 NA 31 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000241704 protein_coding 8 1 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000649676 protein_coding 1 NA 24 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000368069 protein_coding 7 1 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000649787 protein_coding 1 NA 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000648280 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000647683 protein_coding 1 NA 30 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000241704 protein_coding 8 1 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000649676 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000368069 protein_coding 7 1 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000649787 protein_coding 1 NA 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000648280 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000647683 protein_coding 1 NA 29 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000241704 protein_coding 8 1 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000649676 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000368069 protein_coding 7 1 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000649787 protein_coding 1 NA 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000648280 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160292484 160292560 ENST00000647683 protein_coding 1 NA 28 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000241704 protein_coding 8 1 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000649676 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000368069 protein_coding 7 1 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000649787 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000647683 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000241704 protein_coding 8 1 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000649676 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000368069 protein_coding 7 1 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000649787 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000648280 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000647683 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000241704 protein_coding 8 1 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000649676 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000368069 protein_coding 7 1 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000649787 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000648280 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000647683 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000241704 protein_coding 8 1 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000649676 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000368069 protein_coding 7 1 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000649787 protein_coding 1 NA 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000648280 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000647683 protein_coding 1 NA 24 COPA ENSG00000122218 +transcript chr1 160294807 160332546 ENST00000647899 protein_coding 1 NA NA COPA ENSG00000122218 +CDS chr1 160294807 160294857 ENST00000647899 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000241704 protein_coding 8 1 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000649676 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000368069 protein_coding 7 1 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000649787 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000648280 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000647683 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000647899 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000241704 protein_coding 8 1 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000649676 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000368069 protein_coding 7 1 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000649787 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000648280 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000647683 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000647899 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000241704 protein_coding 8 1 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000649676 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000368069 protein_coding 7 1 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000649787 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160297343 160297356 ENST00000648280 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000647683 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000647899 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000241704 protein_coding 8 1 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000649676 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000368069 protein_coding 7 1 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000649787 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000647683 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000647899 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000241704 protein_coding 8 1 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000368069 protein_coding 7 1 19 COPA ENSG00000122218 +CDS chr1 160298845 160298931 ENST00000649787 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000647683 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000647899 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000241704 protein_coding 8 1 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000649676 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000368069 protein_coding 7 1 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000649787 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000647683 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000647899 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000241704 protein_coding 8 1 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000649676 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160305433 160305598 ENST00000368069 protein_coding 7 1 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000649787 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000647683 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000647899 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000241704 protein_coding 8 1 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000649676 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000368069 protein_coding 7 1 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000649787 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000647683 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000647899 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000241704 protein_coding 8 1 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000649676 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000368069 protein_coding 7 1 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000649787 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000647683 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000647899 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000241704 protein_coding 8 1 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000649676 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000368069 protein_coding 7 1 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000649787 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000647683 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000647899 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000241704 protein_coding 8 1 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000649676 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000368069 protein_coding 7 1 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000649787 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000647683 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000647899 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000241704 protein_coding 8 1 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000649676 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000368069 protein_coding 7 1 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000649787 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000647683 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000647899 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000241704 protein_coding 8 1 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000649676 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000368069 protein_coding 7 1 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000649787 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000647683 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000647899 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000241704 protein_coding 8 1 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000649676 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000368069 protein_coding 7 1 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000649787 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000647683 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000647899 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000241704 protein_coding 8 1 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000649676 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000368069 protein_coding 7 1 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000649787 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000647683 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000647899 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000241704 protein_coding 8 1 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000649676 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000368069 protein_coding 7 1 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000649787 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000647683 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000647899 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000241704 protein_coding 8 1 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000649676 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000368069 protein_coding 7 1 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000649787 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000647683 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160325543 160325568 ENST00000647899 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000241704 protein_coding 8 1 6 COPA ENSG00000122218 +CDS chr1 160332448 160332490 ENST00000649676 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000368069 protein_coding 7 1 6 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000649787 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000647683 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160332448 160332546 ENST00000647899 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000241704 protein_coding 8 1 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000368069 protein_coding 7 1 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000649787 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000647683 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000241704 protein_coding 8 1 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000368069 protein_coding 7 1 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000649787 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000647683 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000241704 protein_coding 8 1 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000368069 protein_coding 7 1 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000649787 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000647683 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000241704 protein_coding 8 1 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000368069 protein_coding 7 1 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000649787 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000647683 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000241704 protein_coding 8 1 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000368069 protein_coding 7 1 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000649787 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000647683 protein_coding 1 NA 1 COPA ENSG00000122218 +transcript chr1 160343353 160349575 ENST00000437169 protein_coding 5 3 NA NCSTN ENSG00000162736 +transcript chr1 160343383 160358949 ENST00000294785 protein_coding 10 1 NA NCSTN ENSG00000162736 +transcript chr1 160343386 160353237 ENST00000421914 protein_coding 5 4 NA NCSTN ENSG00000162736 +transcript chr1 160343391 160351236 ENST00000438008 protein_coding 5 5 NA NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000294785 protein_coding 10 1 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000437169 protein_coding 5 3 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000421914 protein_coding 5 4 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000438008 protein_coding 5 5 1 NCSTN ENSG00000162736 +CDS chr1 160343704 160343802 ENST00000438008 protein_coding 5 5 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000294785 protein_coding 10 1 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000437169 protein_coding 5 3 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000421914 protein_coding 5 4 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000438008 protein_coding 5 5 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000294785 protein_coding 10 1 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000437169 protein_coding 5 3 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000421914 protein_coding 5 4 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000438008 protein_coding 5 5 4 NCSTN ENSG00000162736 +CDS chr1 160349486 160349575 ENST00000437169 protein_coding 5 3 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000294785 protein_coding 10 1 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000421914 protein_coding 5 4 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000438008 protein_coding 5 5 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000294785 protein_coding 10 1 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000421914 protein_coding 5 4 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000438008 protein_coding 5 5 6 NCSTN ENSG00000162736 +transcript chr1 160350105 160355753 ENST00000424645 protein_coding 6 5 NA NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000424645 protein_coding 6 5 1 NCSTN ENSG00000162736 +CDS chr1 160351222 160351372 ENST00000294785 protein_coding 10 1 6 NCSTN ENSG00000162736 +CDS chr1 160351222 160351236 ENST00000438008 protein_coding 5 5 7 NCSTN ENSG00000162736 +CDS chr1 160351288 160351372 ENST00000424645 protein_coding 6 5 2 NCSTN ENSG00000162736 +transcript chr1 160351336 160355729 ENST00000424754 protein_coding 5 5 NA NCSTN ENSG00000162736 +CDS chr1 160351336 160351372 ENST00000424754 protein_coding 5 5 1 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000294785 protein_coding 10 1 7 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000424645 protein_coding 6 5 3 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000424754 protein_coding 5 5 2 NCSTN ENSG00000162736 +CDS chr1 160352054 160352206 ENST00000294785 protein_coding 10 1 8 NCSTN ENSG00000162736 +CDS chr1 160352054 160352206 ENST00000424645 protein_coding 6 5 4 NCSTN ENSG00000162736 +transcript chr1 160352076 160356754 ENST00000435149 protein_coding 1 3 NA NCSTN ENSG00000162736 +CDS chr1 160352076 160352206 ENST00000435149 protein_coding 1 3 1 NCSTN ENSG00000162736 +CDS chr1 160352126 160352206 ENST00000424754 protein_coding 5 5 3 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000294785 protein_coding 10 1 9 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000421914 protein_coding 5 4 6 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000424645 protein_coding 6 5 5 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000424754 protein_coding 5 5 4 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000294785 protein_coding 10 1 10 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000421914 protein_coding 5 4 7 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000424645 protein_coding 6 5 6 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000424754 protein_coding 5 5 5 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000435149 protein_coding 1 3 2 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000294785 protein_coding 10 1 11 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000424645 protein_coding 6 5 7 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000424754 protein_coding 5 5 6 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000435149 protein_coding 1 3 3 NCSTN ENSG00000162736 +CDS chr1 160355655 160355757 ENST00000294785 protein_coding 10 1 12 NCSTN ENSG00000162736 +CDS chr1 160355655 160355753 ENST00000424645 protein_coding 6 5 8 NCSTN ENSG00000162736 +CDS chr1 160355655 160355729 ENST00000424754 protein_coding 5 5 7 NCSTN ENSG00000162736 +CDS chr1 160355655 160355757 ENST00000435149 protein_coding 1 3 4 NCSTN ENSG00000162736 +CDS chr1 160355863 160355958 ENST00000294785 protein_coding 10 1 13 NCSTN ENSG00000162736 +CDS chr1 160355863 160355958 ENST00000435149 protein_coding 1 3 5 NCSTN ENSG00000162736 +CDS chr1 160356260 160356347 ENST00000294785 protein_coding 10 1 14 NCSTN ENSG00000162736 +CDS chr1 160356260 160356347 ENST00000435149 protein_coding 1 3 6 NCSTN ENSG00000162736 +CDS chr1 160356600 160356754 ENST00000294785 protein_coding 10 1 15 NCSTN ENSG00000162736 +CDS chr1 160356600 160356754 ENST00000435149 protein_coding 1 3 7 NCSTN ENSG00000162736 +CDS chr1 160357041 160357253 ENST00000294785 protein_coding 10 1 16 NCSTN ENSG00000162736 +CDS chr1 160358149 160358268 ENST00000294785 protein_coding 10 1 17 NCSTN ENSG00000162736 +transcript chr1 160367071 160372846 ENST00000302101 protein_coding 6 1 NA NHLH1 ENSG00000171786 +CDS chr1 160370732 160371130 ENST00000302101 protein_coding 6 1 2 NHLH1 ENSG00000171786 +transcript chr1 160400564 160428670 ENST00000368061 protein_coding 3 2 NA VANGL2 ENSG00000162738 +CDS chr1 160415838 160415908 ENST00000368061 protein_coding 3 2 2 VANGL2 ENSG00000162738 +CDS chr1 160416062 160416182 ENST00000368061 protein_coding 3 2 3 VANGL2 ENSG00000162738 +CDS chr1 160419002 160419609 ENST00000368061 protein_coding 3 2 4 VANGL2 ENSG00000162738 +CDS chr1 160420411 160420547 ENST00000368061 protein_coding 3 2 5 VANGL2 ENSG00000162738 +CDS chr1 160421052 160421187 ENST00000368061 protein_coding 3 2 6 VANGL2 ENSG00000162738 +CDS chr1 160424052 160424283 ENST00000368061 protein_coding 3 2 7 VANGL2 ENSG00000162738 +CDS chr1 160425118 160425375 ENST00000368061 protein_coding 3 2 8 VANGL2 ENSG00000162738 +transcript chr1 160485030 160523262 ENST00000368059 protein_coding 7 1 NA SLAMF6 ENSG00000162739 +transcript chr1 160485036 160523255 ENST00000368057 protein_coding 8 1 NA SLAMF6 ENSG00000162739 +transcript chr1 160486693 160523242 ENST00000368055 protein_coding 1 2 NA SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368059 protein_coding 7 1 8 SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368057 protein_coding 8 1 8 SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368055 protein_coding 1 2 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368059 protein_coding 7 1 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368057 protein_coding 8 1 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368055 protein_coding 1 2 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489167 ENST00000368059 protein_coding 7 1 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489170 ENST00000368057 protein_coding 8 1 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489170 ENST00000368055 protein_coding 1 2 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368059 protein_coding 7 1 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368057 protein_coding 8 1 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368055 protein_coding 1 2 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368059 protein_coding 7 1 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368057 protein_coding 8 1 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368055 protein_coding 1 2 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368059 protein_coding 7 1 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368057 protein_coding 8 1 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368055 protein_coding 1 2 2 SLAMF6 ENSG00000162739 +CDS chr1 160496061 160496393 ENST00000368059 protein_coding 7 1 2 SLAMF6 ENSG00000162739 +CDS chr1 160496061 160496393 ENST00000368057 protein_coding 8 1 2 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368059 protein_coding 7 1 1 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368057 protein_coding 8 1 1 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368055 protein_coding 1 2 1 SLAMF6 ENSG00000162739 +transcript chr1 160541095 160579516 ENST00000534968 protein_coding 5 1 NA CD84 ENSG00000066294 +transcript chr1 160541098 160579496 ENST00000368054 protein_coding 8 1 NA CD84 ENSG00000066294 +transcript chr1 160548245 160579504 ENST00000368048 protein_coding 7 1 NA CD84 ENSG00000066294 +transcript chr1 160548245 160579504 ENST00000311224 protein_coding 8 1 NA CD84 ENSG00000066294 +transcript chr1 160548247 160579504 ENST00000368051 protein_coding 3 1 NA CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000368054 protein_coding 8 1 7 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000368048 protein_coding 7 1 8 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000311224 protein_coding 8 1 8 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000534968 protein_coding 5 1 6 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000368054 protein_coding 8 1 6 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000368048 protein_coding 7 1 7 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000311224 protein_coding 8 1 7 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000534968 protein_coding 5 1 5 CD84 ENSG00000066294 +CDS chr1 160549924 160549979 ENST00000368051 protein_coding 3 1 5 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000368054 protein_coding 8 1 5 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000368048 protein_coding 7 1 6 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000311224 protein_coding 8 1 6 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000534968 protein_coding 5 1 4 CD84 ENSG00000066294 +CDS chr1 160552705 160552737 ENST00000368048 protein_coding 7 1 5 CD84 ENSG00000066294 +CDS chr1 160552705 160552737 ENST00000311224 protein_coding 8 1 5 CD84 ENSG00000066294 +CDS chr1 160553360 160553497 ENST00000311224 protein_coding 8 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368054 protein_coding 8 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368048 protein_coding 7 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368051 protein_coding 3 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000534968 protein_coding 5 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368054 protein_coding 8 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368048 protein_coding 7 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000311224 protein_coding 8 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368051 protein_coding 3 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000534968 protein_coding 5 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368054 protein_coding 8 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368048 protein_coding 7 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000311224 protein_coding 8 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368051 protein_coding 3 1 2 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368054 protein_coding 8 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368048 protein_coding 7 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000311224 protein_coding 8 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368051 protein_coding 3 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000534968 protein_coding 5 1 1 CD84 ENSG00000066294 +transcript chr1 160608106 160647044 ENST00000302035 protein_coding 11 1 NA SLAMF1 ENSG00000117090 +CDS chr1 160610751 160610798 ENST00000302035 protein_coding 11 1 7 SLAMF1 ENSG00000117090 +transcript chr1 160610765 160646958 ENST00000538290 protein_coding 2 1 NA SLAMF1 ENSG00000117090 +CDS chr1 160610768 160610798 ENST00000538290 protein_coding 2 1 8 SLAMF1 ENSG00000117090 +CDS chr1 160612488 160612580 ENST00000302035 protein_coding 11 1 6 SLAMF1 ENSG00000117090 +CDS chr1 160612488 160612580 ENST00000538290 protein_coding 2 1 7 SLAMF1 ENSG00000117090 +CDS chr1 160619776 160619849 ENST00000302035 protein_coding 11 1 5 SLAMF1 ENSG00000117090 +CDS chr1 160619776 160619849 ENST00000538290 protein_coding 2 1 6 SLAMF1 ENSG00000117090 +CDS chr1 160623503 160623585 ENST00000538290 protein_coding 2 1 5 SLAMF1 ENSG00000117090 +CDS chr1 160624096 160624185 ENST00000302035 protein_coding 11 1 4 SLAMF1 ENSG00000117090 +CDS chr1 160624096 160624185 ENST00000538290 protein_coding 2 1 4 SLAMF1 ENSG00000117090 +CDS chr1 160634613 160634897 ENST00000302035 protein_coding 11 1 3 SLAMF1 ENSG00000117090 +CDS chr1 160634613 160634897 ENST00000538290 protein_coding 2 1 3 SLAMF1 ENSG00000117090 +CDS chr1 160637191 160637529 ENST00000302035 protein_coding 11 1 2 SLAMF1 ENSG00000117090 +CDS chr1 160637191 160637529 ENST00000538290 protein_coding 2 1 2 SLAMF1 ENSG00000117090 +CDS chr1 160646870 160646945 ENST00000302035 protein_coding 11 1 1 SLAMF1 ENSG00000117090 +CDS chr1 160646870 160646945 ENST00000538290 protein_coding 2 1 1 SLAMF1 ENSG00000117090 +transcript chr1 160678746 160711822 ENST00000368046 protein_coding 8 1 NA CD48 ENSG00000117091 +CDS chr1 160679055 160679131 ENST00000368046 protein_coding 8 1 4 CD48 ENSG00000117091 +transcript chr1 160680422 160711831 ENST00000613788 protein_coding 1 1 NA CD48 ENSG00000117091 +CDS chr1 160681098 160681468 ENST00000613788 protein_coding 1 1 3 CD48 ENSG00000117091 +CDS chr1 160681202 160681468 ENST00000368046 protein_coding 8 1 3 CD48 ENSG00000117091 +transcript chr1 160683519 160711803 ENST00000368045 protein_coding 3 1 NA CD48 ENSG00000117091 +CDS chr1 160684765 160685189 ENST00000368045 protein_coding 3 1 2 CD48 ENSG00000117091 +CDS chr1 160684887 160685189 ENST00000368046 protein_coding 8 1 2 CD48 ENSG00000117091 +CDS chr1 160684887 160685189 ENST00000613788 protein_coding 1 1 2 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000368046 protein_coding 8 1 1 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000613788 protein_coding 1 1 1 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000368045 protein_coding 3 1 1 CD48 ENSG00000117091 +transcript chr1 160739057 160754814 ENST00000458104 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000444090 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000458602 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000441662 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000621377 protein_coding 4 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739247 160754821 ENST00000368043 protein_coding 8 1 NA SLAMF7 ENSG00000026751 +transcript chr1 160739268 160754821 ENST00000368042 protein_coding 7 1 NA SLAMF7 ENSG00000026751 +transcript chr1 160739291 160754821 ENST00000359331 protein_coding 8 1 NA SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000368043 protein_coding 8 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000368042 protein_coding 7 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000359331 protein_coding 8 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000458104 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000444090 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000458602 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000441662 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000621377 protein_coding 4 2 1 SLAMF7 ENSG00000026751 +transcript chr1 160739304 160752246 ENST00000495334 protein_coding 1 3 NA SLAMF7 ENSG00000026751 +CDS chr1 160739304 160739356 ENST00000495334 protein_coding 1 3 1 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000368043 protein_coding 8 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000359331 protein_coding 8 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000495334 protein_coding 1 3 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000444090 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000441662 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000368043 protein_coding 8 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000368042 protein_coding 7 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000359331 protein_coding 8 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000495334 protein_coding 1 3 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000458104 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000458602 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750132 ENST00000621377 protein_coding 4 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000368043 protein_coding 8 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000368042 protein_coding 7 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000359331 protein_coding 8 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000621377 protein_coding 4 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000368043 protein_coding 8 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000368042 protein_coding 7 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000458602 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000441662 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000621377 protein_coding 4 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000368043 protein_coding 8 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000368042 protein_coding 7 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000359331 protein_coding 8 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752246 ENST00000495334 protein_coding 1 3 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000458104 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000444090 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000458602 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000441662 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000621377 protein_coding 4 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000368043 protein_coding 8 1 7 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000368042 protein_coding 7 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000359331 protein_coding 8 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000458104 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000444090 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000458602 protein_coding 6 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000441662 protein_coding 6 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000621377 protein_coding 4 2 6 SLAMF7 ENSG00000026751 +transcript chr1 160796074 160828261 ENST00000368037 protein_coding 9 1 NA LY9 ENSG00000122224 +transcript chr1 160796112 160828255 ENST00000392203 protein_coding 8 1 NA LY9 ENSG00000122224 +transcript chr1 160796174 160828255 ENST00000263285 protein_coding 11 1 NA LY9 ENSG00000122224 +transcript chr1 160796187 160802698 ENST00000368039 protein_coding 2 1 NA LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000368037 protein_coding 9 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000392203 protein_coding 8 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000263285 protein_coding 11 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000368039 protein_coding 2 1 1 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000368037 protein_coding 9 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000392203 protein_coding 8 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000263285 protein_coding 11 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000368039 protein_coding 2 1 2 LY9 ENSG00000122224 +CDS chr1 160801790 160801914 ENST00000368039 protein_coding 2 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000368037 protein_coding 9 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000392203 protein_coding 8 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000263285 protein_coding 11 1 3 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000368037 protein_coding 9 1 4 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000392203 protein_coding 8 1 4 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000263285 protein_coding 11 1 4 LY9 ENSG00000122224 +transcript chr1 160814523 160828255 ENST00000368035 protein_coding 1 1 NA LY9 ENSG00000122224 +CDS chr1 160814523 160814761 ENST00000368035 protein_coding 1 1 1 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000368037 protein_coding 9 1 5 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000263285 protein_coding 11 1 5 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000368035 protein_coding 1 1 2 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000368037 protein_coding 9 1 6 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000392203 protein_coding 8 1 5 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000263285 protein_coding 11 1 6 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000368035 protein_coding 1 1 3 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000368037 protein_coding 9 1 7 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000392203 protein_coding 8 1 6 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000263285 protein_coding 11 1 7 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000368035 protein_coding 1 1 4 LY9 ENSG00000122224 +CDS chr1 160823465 160823796 ENST00000392203 protein_coding 8 1 7 LY9 ENSG00000122224 +CDS chr1 160823465 160823796 ENST00000263285 protein_coding 11 1 8 LY9 ENSG00000122224 +CDS chr1 160823507 160823796 ENST00000368037 protein_coding 9 1 8 LY9 ENSG00000122224 +CDS chr1 160823507 160823796 ENST00000368035 protein_coding 1 1 5 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000368037 protein_coding 9 1 9 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000392203 protein_coding 8 1 8 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000263285 protein_coding 11 1 9 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000368037 protein_coding 9 1 10 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000392203 protein_coding 8 1 9 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000263285 protein_coding 11 1 10 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000368035 protein_coding 1 1 6 LY9 ENSG00000122224 +transcript chr1 160830160 160862887 ENST00000368034 protein_coding 9 1 NA CD244 ENSG00000122223 +transcript chr1 160831183 160862760 ENST00000368033 protein_coding 7 1 NA CD244 ENSG00000122223 +transcript chr1 160831271 160862700 ENST00000322302 protein_coding 7 1 NA CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000368034 protein_coding 9 1 9 CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000368033 protein_coding 7 1 9 CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000322302 protein_coding 7 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000368034 protein_coding 9 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000368033 protein_coding 7 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000322302 protein_coding 7 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000368034 protein_coding 9 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000368033 protein_coding 7 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000322302 protein_coding 7 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000368034 protein_coding 9 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000368033 protein_coding 7 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000322302 protein_coding 7 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000368034 protein_coding 9 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000368033 protein_coding 7 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000322302 protein_coding 7 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000368034 protein_coding 9 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000368033 protein_coding 7 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000322302 protein_coding 7 1 3 CD244 ENSG00000122223 +CDS chr1 160841210 160841485 ENST00000368034 protein_coding 9 1 3 CD244 ENSG00000122223 +CDS chr1 160841210 160841500 ENST00000368033 protein_coding 7 1 3 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000368034 protein_coding 9 1 2 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000368033 protein_coding 7 1 2 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000322302 protein_coding 7 1 2 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000368034 protein_coding 9 1 1 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000368033 protein_coding 7 1 1 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000322302 protein_coding 7 1 1 CD244 ENSG00000122223 +transcript chr1 160876540 160885180 ENST00000326245 protein_coding 4 1 NA ITLN1 ENSG00000179914 +CDS chr1 160876667 160876816 ENST00000326245 protein_coding 4 1 8 ITLN1 ENSG00000179914 +CDS chr1 160879311 160879414 ENST00000326245 protein_coding 4 1 7 ITLN1 ENSG00000179914 +CDS chr1 160880588 160880708 ENST00000326245 protein_coding 4 1 6 ITLN1 ENSG00000179914 +CDS chr1 160881154 160881312 ENST00000326245 protein_coding 4 1 5 ITLN1 ENSG00000179914 +CDS chr1 160881957 160882204 ENST00000326245 protein_coding 4 1 4 ITLN1 ENSG00000179914 +CDS chr1 160883428 160883526 ENST00000326245 protein_coding 4 1 3 ITLN1 ENSG00000179914 +CDS chr1 160884820 160884877 ENST00000326245 protein_coding 4 1 2 ITLN1 ENSG00000179914 +transcript chr1 160945025 160954809 ENST00000368029 protein_coding 4 1 NA ITLN2 ENSG00000158764 +CDS chr1 160945143 160945292 ENST00000368029 protein_coding 4 1 8 ITLN2 ENSG00000158764 +CDS chr1 160947929 160948032 ENST00000368029 protein_coding 4 1 7 ITLN2 ENSG00000158764 +CDS chr1 160950046 160950166 ENST00000368029 protein_coding 4 1 6 ITLN2 ENSG00000158764 +CDS chr1 160950553 160950711 ENST00000368029 protein_coding 4 1 5 ITLN2 ENSG00000158764 +CDS chr1 160951043 160951290 ENST00000368029 protein_coding 4 1 4 ITLN2 ENSG00000158764 +CDS chr1 160952620 160952733 ENST00000368029 protein_coding 4 1 3 ITLN2 ENSG00000158764 +CDS chr1 160954387 160954450 ENST00000368029 protein_coding 4 1 2 ITLN2 ENSG00000158764 +CDS chr1 160954727 160954741 ENST00000368029 protein_coding 4 1 1 ITLN2 ENSG00000158764 +transcript chr1 160995211 161021152 ENST00000368026 protein_coding 11 1 NA F11R ENSG00000158769 +transcript chr1 160995211 161021343 ENST00000621309 protein_coding 4 5 NA F11R ENSG00000158769 +transcript chr1 160998402 161021096 ENST00000537746 protein_coding 1 2 NA F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000368026 protein_coding 11 1 10 F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000621309 protein_coding 4 5 11 F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000537746 protein_coding 1 2 9 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000368026 protein_coding 11 1 9 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000621309 protein_coding 4 5 10 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000537746 protein_coding 1 2 8 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000368026 protein_coding 11 1 8 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000621309 protein_coding 4 5 9 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000537746 protein_coding 1 2 7 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000368026 protein_coding 11 1 7 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000621309 protein_coding 4 5 8 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000537746 protein_coding 1 2 6 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000368026 protein_coding 11 1 6 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000621309 protein_coding 4 5 7 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000537746 protein_coding 1 2 5 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000368026 protein_coding 11 1 5 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000621309 protein_coding 4 5 6 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000537746 protein_coding 1 2 4 F11R ENSG00000158769 +CDS chr1 161000631 161000777 ENST00000368026 protein_coding 11 1 4 F11R ENSG00000158769 +CDS chr1 161000631 161000777 ENST00000621309 protein_coding 4 5 5 F11R ENSG00000158769 +CDS chr1 161001020 161001127 ENST00000368026 protein_coding 11 1 3 F11R ENSG00000158769 +CDS chr1 161001020 161001127 ENST00000537746 protein_coding 1 2 3 F11R ENSG00000158769 +CDS chr1 161001045 161001048 ENST00000621309 protein_coding 4 5 4 F11R ENSG00000158769 +CDS chr1 161001084 161001127 ENST00000621309 protein_coding 4 5 3 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000368026 protein_coding 11 1 2 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000621309 protein_coding 4 5 2 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000537746 protein_coding 1 2 2 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000368026 protein_coding 11 1 1 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000621309 protein_coding 4 5 1 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000537746 protein_coding 1 2 1 F11R ENSG00000158769 +transcript chr1 161037631 161038937 ENST00000318289 protein_coding 14 1 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038950 ENST00000368023 protein_coding 7 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038964 ENST00000423014 protein_coding 3 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038977 ENST00000368024 protein_coding 5 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037692 161038729 ENST00000466967 protein_coding 1 2 NA TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000368023 protein_coding 7 2 4 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000423014 protein_coding 3 2 4 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000368024 protein_coding 5 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000466967 protein_coding 1 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037882 161038075 ENST00000318289 protein_coding 14 1 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000368023 protein_coding 7 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000423014 protein_coding 3 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000368024 protein_coding 5 2 2 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038049 ENST00000466967 protein_coding 1 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038673 ENST00000318289 protein_coding 14 1 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038694 ENST00000368023 protein_coding 7 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038673 ENST00000423014 protein_coding 3 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000318289 protein_coding 14 1 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000368023 protein_coding 7 2 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000423014 protein_coding 3 2 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000368024 protein_coding 5 2 1 TSTD1 ENSG00000215845 +transcript chr1 161039251 161044941 ENST00000368020 protein_coding 5 1 NA USF1 ENSG00000158773 +transcript chr1 161039251 161045977 ENST00000368021 protein_coding 7 1 NA USF1 ENSG00000158773 +transcript chr1 161039855 161043359 ENST00000368019 protein_coding 5 5 NA USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368020 protein_coding 5 1 11 USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368021 protein_coding 7 1 11 USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368019 protein_coding 5 5 10 USF1 ENSG00000158773 +transcript chr1 161039940 161041721 ENST00000528768 protein_coding 5 3 NA USF1 ENSG00000158773 +CDS chr1 161039952 161040009 ENST00000528768 protein_coding 5 3 6 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368020 protein_coding 5 1 10 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368021 protein_coding 7 1 10 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368019 protein_coding 5 5 9 USF1 ENSG00000158773 +CDS chr1 161040202 161040323 ENST00000528768 protein_coding 5 3 5 USF1 ENSG00000158773 +transcript chr1 161040209 161043342 ENST00000531842 protein_coding 1 5 NA USF1 ENSG00000158773 +CDS chr1 161040209 161040330 ENST00000531842 protein_coding 1 5 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368020 protein_coding 5 1 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368021 protein_coding 7 1 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368019 protein_coding 5 5 8 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000528768 protein_coding 5 3 4 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000531842 protein_coding 1 5 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368020 protein_coding 5 1 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368021 protein_coding 7 1 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368019 protein_coding 5 5 7 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000528768 protein_coding 5 3 3 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000531842 protein_coding 1 5 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368020 protein_coding 5 1 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368021 protein_coding 7 1 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368019 protein_coding 5 5 6 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000528768 protein_coding 5 3 2 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000531842 protein_coding 1 5 6 USF1 ENSG00000158773 +transcript chr1 161041390 161045873 ENST00000534633 protein_coding 5 5 NA USF1 ENSG00000158773 +CDS chr1 161041390 161041411 ENST00000534633 protein_coding 5 5 7 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000368020 protein_coding 5 1 6 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000368021 protein_coding 7 1 6 USF1 ENSG00000158773 +CDS chr1 161041651 161041721 ENST00000528768 protein_coding 5 3 1 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000534633 protein_coding 5 5 6 USF1 ENSG00000158773 +CDS chr1 161041735 161041846 ENST00000368019 protein_coding 5 5 5 USF1 ENSG00000158773 +CDS chr1 161041834 161041846 ENST00000531842 protein_coding 1 5 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368020 protein_coding 5 1 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368021 protein_coding 7 1 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368019 protein_coding 5 5 4 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000531842 protein_coding 1 5 4 USF1 ENSG00000158773 +CDS chr1 161042116 161042214 ENST00000534633 protein_coding 5 5 5 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368020 protein_coding 5 1 4 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368021 protein_coding 7 1 4 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368019 protein_coding 5 5 3 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000531842 protein_coding 1 5 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368020 protein_coding 5 1 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368021 protein_coding 7 1 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368019 protein_coding 5 5 2 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000531842 protein_coding 1 5 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368020 protein_coding 5 1 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368021 protein_coding 7 1 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368019 protein_coding 5 5 1 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000531842 protein_coding 1 5 1 USF1 ENSG00000158773 +transcript chr1 161046946 161069891 ENST00000368013 protein_coding 8 2 NA ARHGAP30 ENSG00000186517 +transcript chr1 161046948 161069666 ENST00000368016 protein_coding 7 5 NA ARHGAP30 ENSG00000186517 +transcript chr1 161046949 161069970 ENST00000368015 protein_coding 1 5 NA ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161049334 ENST00000368013 protein_coding 8 2 12 ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161048355 ENST00000368016 protein_coding 7 5 13 ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161049334 ENST00000368015 protein_coding 1 5 8 ARHGAP30 ENSG00000186517 +CDS chr1 161048989 161049334 ENST00000368016 protein_coding 7 5 12 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368013 protein_coding 8 2 11 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368016 protein_coding 7 5 11 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368015 protein_coding 1 5 7 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368013 protein_coding 8 2 10 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368016 protein_coding 7 5 10 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368015 protein_coding 1 5 6 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368013 protein_coding 8 2 9 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368016 protein_coding 7 5 9 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368015 protein_coding 1 5 5 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368013 protein_coding 8 2 8 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368016 protein_coding 7 5 8 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368015 protein_coding 1 5 4 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368013 protein_coding 8 2 7 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368016 protein_coding 7 5 7 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368015 protein_coding 1 5 3 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368013 protein_coding 8 2 6 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368016 protein_coding 7 5 6 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368015 protein_coding 1 5 2 ARHGAP30 ENSG00000186517 +CDS chr1 161054366 161054473 ENST00000368013 protein_coding 8 2 5 ARHGAP30 ENSG00000186517 +CDS chr1 161054366 161054473 ENST00000368016 protein_coding 7 5 5 ARHGAP30 ENSG00000186517 +CDS chr1 161054623 161054705 ENST00000368013 protein_coding 8 2 4 ARHGAP30 ENSG00000186517 +CDS chr1 161054623 161054705 ENST00000368016 protein_coding 7 5 4 ARHGAP30 ENSG00000186517 +CDS chr1 161056388 161056532 ENST00000368013 protein_coding 8 2 3 ARHGAP30 ENSG00000186517 +CDS chr1 161056388 161056532 ENST00000368016 protein_coding 7 5 3 ARHGAP30 ENSG00000186517 +CDS chr1 161059614 161059716 ENST00000368013 protein_coding 8 2 2 ARHGAP30 ENSG00000186517 +CDS chr1 161059614 161059716 ENST00000368016 protein_coding 7 5 2 ARHGAP30 ENSG00000186517 +CDS chr1 161069528 161069624 ENST00000368013 protein_coding 8 2 1 ARHGAP30 ENSG00000186517 +CDS chr1 161069528 161069624 ENST00000368016 protein_coding 7 5 1 ARHGAP30 ENSG00000186517 +CDS chr1 161069620 161069624 ENST00000368015 protein_coding 1 5 1 ARHGAP30 ENSG00000186517 +transcript chr1 161070998 161089558 ENST00000368012 protein_coding 4 1 NA NECTIN4 ENSG00000143217 +CDS chr1 161072664 161072885 ENST00000368012 protein_coding 4 1 9 NECTIN4 ENSG00000143217 +CDS chr1 161073225 161073299 ENST00000368012 protein_coding 4 1 8 NECTIN4 ENSG00000143217 +CDS chr1 161073720 161073795 ENST00000368012 protein_coding 4 1 7 NECTIN4 ENSG00000143217 +CDS chr1 161074217 161074373 ENST00000368012 protein_coding 4 1 6 NECTIN4 ENSG00000143217 +CDS chr1 161074611 161074759 ENST00000368012 protein_coding 4 1 5 NECTIN4 ENSG00000143217 +CDS chr1 161076355 161076475 ENST00000368012 protein_coding 4 1 4 NECTIN4 ENSG00000143217 +CDS chr1 161077453 161077743 ENST00000368012 protein_coding 4 1 3 NECTIN4 ENSG00000143217 +CDS chr1 161079590 161079949 ENST00000368012 protein_coding 4 1 2 NECTIN4 ENSG00000143217 +CDS chr1 161089218 161089296 ENST00000368012 protein_coding 4 1 1 NECTIN4 ENSG00000143217 +transcript chr1 161098361 161100346 ENST00000368011 protein_coding 9 1 NA KLHDC9 ENSG00000162755 +transcript chr1 161098394 161100346 ENST00000392192 protein_coding 6 1 NA KLHDC9 ENSG00000162755 +CDS chr1 161098536 161099062 ENST00000368011 protein_coding 9 1 1 KLHDC9 ENSG00000162755 +CDS chr1 161098536 161099062 ENST00000392192 protein_coding 6 1 1 KLHDC9 ENSG00000162755 +CDS chr1 161099346 161099505 ENST00000368011 protein_coding 9 1 2 KLHDC9 ENSG00000162755 +CDS chr1 161099346 161099505 ENST00000392192 protein_coding 6 1 2 KLHDC9 ENSG00000162755 +CDS chr1 161099579 161099755 ENST00000392192 protein_coding 6 1 3 KLHDC9 ENSG00000162755 +CDS chr1 161099598 161099796 ENST00000368011 protein_coding 9 1 3 KLHDC9 ENSG00000162755 +CDS chr1 161100061 161100221 ENST00000368011 protein_coding 9 1 4 KLHDC9 ENSG00000162755 +transcript chr1 161100561 161118037 ENST00000368010 protein_coding 4 1 NA PFDN2 ENSG00000143256 +CDS chr1 161100686 161100859 ENST00000368010 protein_coding 4 1 4 PFDN2 ENSG00000143256 +CDS chr1 161102048 161102171 ENST00000368010 protein_coding 4 1 3 PFDN2 ENSG00000143256 +CDS chr1 161102287 161102375 ENST00000368010 protein_coding 4 1 2 PFDN2 ENSG00000143256 +CDS chr1 161117952 161118026 ENST00000368010 protein_coding 4 1 1 PFDN2 ENSG00000143256 +transcript chr1 161118105 161121194 ENST00000368009 protein_coding 7 1 NA NIT1 ENSG00000158793 +transcript chr1 161118117 161121193 ENST00000368007 protein_coding 8 2 NA NIT1 ENSG00000158793 +transcript chr1 161118118 161121193 ENST00000392190 protein_coding 9 3 NA NIT1 ENSG00000158793 +transcript chr1 161118118 161125445 ENST00000368008 protein_coding 5 1 NA NIT1 ENSG00000158793 +CDS chr1 161118177 161118178 ENST00000368009 protein_coding 7 1 1 NIT1 ENSG00000158793 +CDS chr1 161118177 161118178 ENST00000368008 protein_coding 5 1 1 NIT1 ENSG00000158793 +CDS chr1 161118499 161118551 ENST00000368007 protein_coding 8 2 1 NIT1 ENSG00000158793 +CDS chr1 161118786 161118881 ENST00000368009 protein_coding 7 1 2 NIT1 ENSG00000158793 +CDS chr1 161118786 161118881 ENST00000368008 protein_coding 5 1 2 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368009 protein_coding 7 1 3 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368007 protein_coding 8 2 2 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368008 protein_coding 5 1 3 NIT1 ENSG00000158793 +CDS chr1 161119144 161119388 ENST00000392190 protein_coding 9 3 3 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368009 protein_coding 7 1 4 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368007 protein_coding 8 2 3 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000392190 protein_coding 9 3 4 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368008 protein_coding 5 1 4 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368009 protein_coding 7 1 5 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368007 protein_coding 8 2 4 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000392190 protein_coding 9 3 5 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368008 protein_coding 5 1 5 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368009 protein_coding 7 1 6 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368007 protein_coding 8 2 5 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000392190 protein_coding 9 3 6 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368008 protein_coding 5 1 6 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000368009 protein_coding 7 1 7 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000368007 protein_coding 8 2 6 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000392190 protein_coding 9 3 7 NIT1 ENSG00000158793 +transcript chr1 161120974 161132667 ENST00000368006 protein_coding 8 1 NA DEDD ENSG00000158796 +transcript chr1 161120977 161132466 ENST00000458050 protein_coding 6 2 NA DEDD ENSG00000158796 +transcript chr1 161120977 161132688 ENST00000545495 protein_coding 5 3 NA DEDD ENSG00000158796 +transcript chr1 161121787 161132667 ENST00000490843 protein_coding 6 5 NA DEDD ENSG00000158796 +transcript chr1 161122025 161130837 ENST00000368005 protein_coding 5 1 NA DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000368006 protein_coding 8 1 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000458050 protein_coding 6 2 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000545495 protein_coding 5 3 5 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000490843 protein_coding 6 5 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000368005 protein_coding 5 1 5 DEDD ENSG00000158796 +transcript chr1 161122242 161132588 ENST00000464113 protein_coding 1 3 NA DEDD ENSG00000158796 +CDS chr1 161122242 161122523 ENST00000464113 protein_coding 1 3 5 DEDD ENSG00000158796 +CDS chr1 161122985 161123221 ENST00000368005 protein_coding 5 1 4 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000368006 protein_coding 8 1 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000458050 protein_coding 6 2 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000545495 protein_coding 5 3 4 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000490843 protein_coding 6 5 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000464113 protein_coding 1 3 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000368006 protein_coding 8 1 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000458050 protein_coding 6 2 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000545495 protein_coding 5 3 3 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000490843 protein_coding 6 5 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000368005 protein_coding 5 1 3 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000464113 protein_coding 1 3 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000368006 protein_coding 8 1 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000458050 protein_coding 6 2 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000545495 protein_coding 5 3 2 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000490843 protein_coding 6 5 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000368005 protein_coding 5 1 2 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000464113 protein_coding 1 3 2 DEDD ENSG00000158796 +CDS chr1 161124141 161124152 ENST00000368008 protein_coding 5 1 7 NIT1 ENSG00000158793 +transcript chr1 161153978 161158856 ENST00000368003 protein_coding 6 1 NA UFC1 ENSG00000143222 +CDS chr1 161153998 161154120 ENST00000368003 protein_coding 6 1 1 UFC1 ENSG00000143222 +CDS chr1 161156950 161157017 ENST00000368003 protein_coding 6 1 2 UFC1 ENSG00000143222 +CDS chr1 161157254 161157317 ENST00000368003 protein_coding 6 1 3 UFC1 ENSG00000143222 +CDS chr1 161157617 161157693 ENST00000368003 protein_coding 6 1 4 UFC1 ENSG00000143222 +CDS chr1 161158121 161158211 ENST00000368003 protein_coding 6 1 5 UFC1 ENSG00000143222 +CDS chr1 161158412 161158489 ENST00000368003 protein_coding 6 1 6 UFC1 ENSG00000143222 +transcript chr1 161159450 161162368 ENST00000492950 protein_coding 5 5 NA USP21 ENSG00000143258 +transcript chr1 161159479 161165723 ENST00000289865 protein_coding 12 1 NA USP21 ENSG00000143258 +transcript chr1 161159500 161165723 ENST00000368002 protein_coding 8 1 NA USP21 ENSG00000143258 +transcript chr1 161159521 161160992 ENST00000479344 protein_coding 1 2 NA USP21 ENSG00000143258 +transcript chr1 161159537 161165723 ENST00000368001 protein_coding 1 1 NA USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000492950 protein_coding 5 5 3 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000289865 protein_coding 12 1 2 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000368002 protein_coding 8 1 3 USP21 ENSG00000143258 +CDS chr1 161160641 161160992 ENST00000479344 protein_coding 1 2 3 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000368001 protein_coding 1 1 2 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000492950 protein_coding 5 5 4 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000289865 protein_coding 12 1 3 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000368002 protein_coding 8 1 4 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000368001 protein_coding 1 1 3 USP21 ENSG00000143258 +CDS chr1 161162270 161162368 ENST00000492950 protein_coding 5 5 5 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000289865 protein_coding 12 1 4 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000368002 protein_coding 8 1 5 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000368001 protein_coding 1 1 4 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000289865 protein_coding 12 1 5 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000368002 protein_coding 8 1 6 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000368001 protein_coding 1 1 5 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000289865 protein_coding 12 1 6 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000368002 protein_coding 8 1 7 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000368001 protein_coding 1 1 6 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000289865 protein_coding 12 1 7 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000368002 protein_coding 8 1 8 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000368001 protein_coding 1 1 7 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000289865 protein_coding 12 1 8 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000368002 protein_coding 8 1 9 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000368001 protein_coding 1 1 8 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000289865 protein_coding 12 1 9 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000368002 protein_coding 8 1 10 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000368001 protein_coding 1 1 9 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000289865 protein_coding 12 1 10 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000368002 protein_coding 8 1 11 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000368001 protein_coding 1 1 10 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000289865 protein_coding 12 1 11 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000368002 protein_coding 8 1 12 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000368001 protein_coding 1 1 11 USP21 ENSG00000143258 +CDS chr1 161165029 161165143 ENST00000289865 protein_coding 12 1 12 USP21 ENSG00000143258 +CDS chr1 161165029 161165143 ENST00000368002 protein_coding 8 1 13 USP21 ENSG00000143258 +CDS chr1 161165071 161165143 ENST00000368001 protein_coding 1 1 12 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000289865 protein_coding 12 1 13 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000368002 protein_coding 8 1 14 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000368001 protein_coding 1 1 13 USP21 ENSG00000143258 +transcript chr1 161166056 161168095 ENST00000652729 protein_coding 1 NA NA PPOX ENSG00000143224 +transcript chr1 161166410 161171218 ENST00000352210 protein_coding 9 1 NA PPOX ENSG00000143224 +transcript chr1 161166426 161171220 ENST00000367999 protein_coding 9 1 NA PPOX ENSG00000143224 +transcript chr1 161166430 161177041 ENST00000497522 protein_coding 5 4 NA PPOX ENSG00000143224 +transcript chr1 161166462 161171160 ENST00000652182 protein_coding 1 NA NA PPOX ENSG00000143224 +transcript chr1 161166470 161171220 ENST00000544598 protein_coding 5 2 NA PPOX ENSG00000143224 +transcript chr1 161166498 161177092 ENST00000535223 protein_coding 5 3 NA PPOX ENSG00000143224 +transcript chr1 161166840 161171218 ENST00000462866 protein_coding 5 5 NA PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000652729 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000352210 protein_coding 9 1 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000367999 protein_coding 9 1 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000497522 protein_coding 5 4 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000652182 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000544598 protein_coding 5 2 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000535223 protein_coding 5 3 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000462866 protein_coding 5 5 1 PPOX ENSG00000143224 +transcript chr1 161166895 161171214 ENST00000652103 protein_coding 1 NA NA PPOX ENSG00000143224 +CDS chr1 161166895 161166934 ENST00000652103 protein_coding 1 NA 1 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652729 protein_coding 1 NA 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000352210 protein_coding 9 1 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000367999 protein_coding 9 1 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000497522 protein_coding 5 4 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652182 protein_coding 1 NA 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000544598 protein_coding 5 2 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652103 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000652729 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000352210 protein_coding 9 1 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000367999 protein_coding 9 1 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000652182 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161167995 161168095 ENST00000652729 protein_coding 1 NA 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000352210 protein_coding 9 1 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000367999 protein_coding 9 1 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000652182 protein_coding 1 NA 5 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000352210 protein_coding 9 1 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000367999 protein_coding 9 1 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000652182 protein_coding 1 NA 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000652103 protein_coding 1 NA 3 PPOX ENSG00000143224 +transcript chr1 161168523 161171218 ENST00000537523 protein_coding 5 3 NA PPOX ENSG00000143224 +CDS chr1 161168523 161168576 ENST00000537523 protein_coding 5 3 1 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000352210 protein_coding 9 1 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000367999 protein_coding 9 1 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000652182 protein_coding 1 NA 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000652103 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000537523 protein_coding 5 3 2 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000352210 protein_coding 9 1 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000367999 protein_coding 9 1 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000652182 protein_coding 1 NA 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000652103 protein_coding 1 NA 5 PPOX ENSG00000143224 +transcript chr1 161169685 161171218 ENST00000537829 protein_coding 1 2 NA PPOX ENSG00000143224 +CDS chr1 161169685 161169720 ENST00000537829 protein_coding 1 2 1 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000352210 protein_coding 9 1 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000367999 protein_coding 9 1 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000652182 protein_coding 1 NA 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000652103 protein_coding 1 NA 6 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000537829 protein_coding 1 2 2 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000352210 protein_coding 9 1 10 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000367999 protein_coding 9 1 10 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000652103 protein_coding 1 NA 7 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000537523 protein_coding 5 3 3 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000537829 protein_coding 1 2 3 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000352210 protein_coding 9 1 11 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000367999 protein_coding 9 1 11 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000497522 protein_coding 5 4 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000652182 protein_coding 1 NA 10 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000544598 protein_coding 5 2 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000535223 protein_coding 5 3 3 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000462866 protein_coding 5 5 2 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000652103 protein_coding 1 NA 8 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000537523 protein_coding 5 3 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000537829 protein_coding 1 2 4 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000352210 protein_coding 9 1 12 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000367999 protein_coding 9 1 12 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000652182 protein_coding 1 NA 11 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000544598 protein_coding 5 2 5 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000462866 protein_coding 5 5 3 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000652103 protein_coding 1 NA 9 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000537523 protein_coding 5 3 5 PPOX ENSG00000143224 +CDS chr1 161170907 161170972 ENST00000537829 protein_coding 1 2 5 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000352210 protein_coding 9 1 13 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000367999 protein_coding 9 1 13 PPOX ENSG00000143224 +CDS chr1 161171034 161171160 ENST00000652182 protein_coding 1 NA 12 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000544598 protein_coding 5 2 6 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000462866 protein_coding 5 5 4 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000652103 protein_coding 1 NA 10 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000537523 protein_coding 5 3 6 PPOX ENSG00000143224 +transcript chr1 161171310 161177507 ENST00000319769 protein_coding 10 1 NA B4GALT3 ENSG00000158850 +transcript chr1 161171311 161177968 ENST00000622395 protein_coding 4 1 NA B4GALT3 ENSG00000158850 +transcript chr1 161171312 161177497 ENST00000367998 protein_coding 5 1 NA B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000319769 protein_coding 10 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000622395 protein_coding 4 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000367998 protein_coding 5 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000319769 protein_coding 10 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000622395 protein_coding 4 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000367998 protein_coding 5 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000319769 protein_coding 10 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000622395 protein_coding 4 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000367998 protein_coding 5 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000319769 protein_coding 10 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000622395 protein_coding 4 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000367998 protein_coding 5 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000319769 protein_coding 10 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000622395 protein_coding 4 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000367998 protein_coding 5 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000319769 protein_coding 10 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000622395 protein_coding 4 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000367998 protein_coding 5 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161176849 161177041 ENST00000497522 protein_coding 5 4 5 PPOX ENSG00000143224 +CDS chr1 161176849 161177079 ENST00000535223 protein_coding 5 3 4 PPOX ENSG00000143224 +transcript chr1 161184302 161199054 ENST00000367996 protein_coding 6 1 NA ADAMTS4 ENSG00000158859 +CDS chr1 161191141 161191564 ENST00000367996 protein_coding 6 1 9 ADAMTS4 ENSG00000158859 +CDS chr1 161192065 161192240 ENST00000367996 protein_coding 6 1 8 ADAMTS4 ENSG00000158859 +CDS chr1 161193213 161193388 ENST00000367996 protein_coding 6 1 7 ADAMTS4 ENSG00000158859 +CDS chr1 161193640 161193826 ENST00000367996 protein_coding 6 1 6 ADAMTS4 ENSG00000158859 +CDS chr1 161193935 161194221 ENST00000367996 protein_coding 6 1 5 ADAMTS4 ENSG00000158859 +CDS chr1 161195465 161195635 ENST00000367996 protein_coding 6 1 4 ADAMTS4 ENSG00000158859 +transcript chr1 161195979 161199053 ENST00000367995 protein_coding 3 1 NA ADAMTS4 ENSG00000158859 +CDS chr1 161196171 161196303 ENST00000367996 protein_coding 6 1 3 ADAMTS4 ENSG00000158859 +CDS chr1 161196497 161196880 ENST00000367995 protein_coding 3 1 2 ADAMTS4 ENSG00000158859 +CDS chr1 161196557 161196880 ENST00000367996 protein_coding 6 1 2 ADAMTS4 ENSG00000158859 +transcript chr1 161197372 161214381 ENST00000677550 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197398 161214381 ENST00000676600 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197416 161214381 ENST00000678507 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214293 ENST00000677579 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214335 ENST00000677231 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214368 ENST00000678911 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214374 ENST00000677846 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +CDS chr1 161197995 161198627 ENST00000367996 protein_coding 6 1 1 ADAMTS4 ENSG00000158859 +CDS chr1 161197995 161198627 ENST00000367995 protein_coding 3 1 1 ADAMTS4 ENSG00000158859 +transcript chr1 161199312 161214381 ENST00000679176 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161199315 161214395 ENST00000367993 protein_coding 7 1 NA NDUFS2 ENSG00000158864 +transcript chr1 161202147 161214395 ENST00000392179 protein_coding 5 1 NA NDUFS2 ENSG00000158864 +transcript chr1 161202192 161214381 ENST00000678511 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202270 161214511 ENST00000677453 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202287 161214381 ENST00000678783 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202349 161210696 ENST00000679218 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202367 161214395 ENST00000676972 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677550 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000676600 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678507 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677579 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677231 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678911 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677846 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000679176 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000367993 protein_coding 7 1 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000392179 protein_coding 5 1 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678511 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677453 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678783 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000679218 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000676972 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677550 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000676600 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678507 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677579 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677231 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678911 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677846 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000679176 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000367993 protein_coding 7 1 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000392179 protein_coding 5 1 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678511 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677453 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678783 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000679218 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000676972 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203787 161203837 ENST00000679218 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677550 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000676600 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678507 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677579 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677231 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678911 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677846 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000679176 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000367993 protein_coding 7 1 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000392179 protein_coding 5 1 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678511 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677453 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678783 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000679218 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000676972 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677550 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000676600 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678507 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677579 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677231 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678911 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677846 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000679176 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000367993 protein_coding 7 1 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000392179 protein_coding 5 1 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678511 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677453 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678783 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000679218 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000676972 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677550 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000676600 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678507 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677579 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677231 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678911 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677846 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000679176 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000367993 protein_coding 7 1 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000392179 protein_coding 5 1 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678511 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677453 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678783 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000679218 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000676972 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677550 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000676600 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678507 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677579 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677231 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678911 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677846 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000679176 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000367993 protein_coding 7 1 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000392179 protein_coding 5 1 6 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678511 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677453 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000679218 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000676972 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677550 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000676600 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678507 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677579 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677846 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000679176 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000367993 protein_coding 7 1 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000392179 protein_coding 5 1 7 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678511 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677453 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678783 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000679218 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000676972 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677550 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000676600 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678507 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677579 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677231 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678911 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677846 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000679176 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000367993 protein_coding 7 1 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000392179 protein_coding 5 1 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678511 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677453 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678783 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000679218 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000676972 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677550 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000676600 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678507 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677579 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677231 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678911 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677846 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000679176 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000367993 protein_coding 7 1 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000392179 protein_coding 5 1 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678511 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677453 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678783 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210696 ENST00000679218 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000676972 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677550 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000676600 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678507 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677579 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677231 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678911 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677846 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000679176 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000367993 protein_coding 7 1 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000392179 protein_coding 5 1 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678511 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677453 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678783 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000676972 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677579 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677846 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677453 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677550 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000676600 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678507 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677579 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677231 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678911 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677846 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000679176 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000367993 protein_coding 7 1 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000392179 protein_coding 5 1 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678511 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677453 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678783 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000676972 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677550 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000676600 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678507 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677579 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677231 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678911 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677846 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000679176 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000367993 protein_coding 7 1 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000392179 protein_coding 5 1 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678511 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677453 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678783 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000676972 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677550 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000676600 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678507 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677579 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677231 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678911 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000677846 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000679176 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000367993 protein_coding 7 1 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000392179 protein_coding 5 1 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678511 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000677453 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678783 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000676972 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000676600 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678507 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678911 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000677846 protein_coding 1 NA 16 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000367993 protein_coding 7 1 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678511 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000677453 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678783 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000676972 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +transcript chr1 161215279 161220699 ENST00000367992 protein_coding 7 3 NA FCER1G ENSG00000158869 +transcript chr1 161215295 161219245 ENST00000289902 protein_coding 2 1 NA FCER1G ENSG00000158869 +CDS chr1 161215322 161215370 ENST00000367992 protein_coding 7 3 1 FCER1G ENSG00000158869 +CDS chr1 161215322 161215370 ENST00000289902 protein_coding 2 1 1 FCER1G ENSG00000158869 +CDS chr1 161217986 161218077 ENST00000367992 protein_coding 7 3 2 FCER1G ENSG00000158869 +CDS chr1 161217986 161218077 ENST00000289902 protein_coding 2 1 2 FCER1G ENSG00000158869 +CDS chr1 161218241 161218276 ENST00000367992 protein_coding 7 3 3 FCER1G ENSG00000158869 +CDS chr1 161218241 161218276 ENST00000289902 protein_coding 2 1 3 FCER1G ENSG00000158869 +CDS chr1 161218703 161218723 ENST00000367992 protein_coding 7 3 4 FCER1G ENSG00000158869 +CDS chr1 161218703 161218723 ENST00000289902 protein_coding 2 1 4 FCER1G ENSG00000158869 +CDS chr1 161218881 161218940 ENST00000289902 protein_coding 2 1 5 FCER1G ENSG00000158869 +CDS chr1 161220390 161220527 ENST00000367992 protein_coding 7 3 5 FCER1G ENSG00000158869 +transcript chr1 161222292 161223628 ENST00000367990 protein_coding 7 1 NA APOA2 ENSG00000158874 +transcript chr1 161222292 161223631 ENST00000463812 protein_coding 1 2 NA APOA2 ENSG00000158874 +transcript chr1 161222292 161223631 ENST00000468465 protein_coding 5 2 NA APOA2 ENSG00000158874 +transcript chr1 161222296 161223628 ENST00000470459 protein_coding 6 5 NA APOA2 ENSG00000158874 +transcript chr1 161222316 161223615 ENST00000464492 protein_coding 5 3 NA APOA2 ENSG00000158874 +transcript chr1 161222319 161223408 ENST00000491350 protein_coding 1 1 NA APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000367990 protein_coding 7 1 4 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000463812 protein_coding 1 2 3 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000468465 protein_coding 5 2 4 APOA2 ENSG00000158874 +CDS chr1 161222408 161222453 ENST00000470459 protein_coding 6 5 5 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000464492 protein_coding 5 3 4 APOA2 ENSG00000158874 +transcript chr1 161222423 161223585 ENST00000463273 protein_coding 5 1 NA APOA2 ENSG00000158874 +CDS chr1 161222423 161222522 ENST00000463273 protein_coding 5 1 3 APOA2 ENSG00000158874 +CDS chr1 161222494 161222522 ENST00000491350 protein_coding 1 1 2 APOA2 ENSG00000158874 +CDS chr1 161222508 161222522 ENST00000470459 protein_coding 6 5 4 APOA2 ENSG00000158874 +transcript chr1 161222508 161223559 ENST00000469730 protein_coding 2 5 NA APOA2 ENSG00000158874 +CDS chr1 161222508 161222522 ENST00000469730 protein_coding 2 5 4 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000367990 protein_coding 7 1 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161222958 ENST00000463812 protein_coding 1 2 2 APOA2 ENSG00000158874 +CDS chr1 161222918 161222958 ENST00000468465 protein_coding 5 2 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000470459 protein_coding 6 5 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000464492 protein_coding 5 3 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000463273 protein_coding 5 1 2 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000469730 protein_coding 2 5 3 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000367990 protein_coding 7 1 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000470459 protein_coding 6 5 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223425 ENST00000464492 protein_coding 5 3 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000491350 protein_coding 1 1 1 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000463273 protein_coding 5 1 1 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000469730 protein_coding 2 5 2 APOA2 ENSG00000158874 +CDS chr1 161223502 161223576 ENST00000464492 protein_coding 5 3 1 APOA2 ENSG00000158874 +transcript chr1 161225939 161230744 ENST00000545897 protein_coding 5 2 NA TOMM40L ENSG00000158882 +transcript chr1 161226060 161230746 ENST00000367988 protein_coding 8 2 NA TOMM40L ENSG00000158882 +transcript chr1 161226304 161230618 ENST00000367987 protein_coding 1 1 NA TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000545897 protein_coding 5 2 2 TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000367988 protein_coding 8 2 2 TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000367987 protein_coding 1 1 1 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000545897 protein_coding 5 2 3 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000367988 protein_coding 8 2 3 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000367987 protein_coding 1 1 2 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000545897 protein_coding 5 2 4 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000367988 protein_coding 8 2 4 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000367987 protein_coding 1 1 3 TOMM40L ENSG00000158882 +CDS chr1 161227636 161227737 ENST00000367988 protein_coding 8 2 5 TOMM40L ENSG00000158882 +CDS chr1 161227636 161227737 ENST00000367987 protein_coding 1 1 4 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000545897 protein_coding 5 2 5 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000367988 protein_coding 8 2 6 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000367987 protein_coding 1 1 5 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000545897 protein_coding 5 2 6 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000367988 protein_coding 8 2 7 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000367987 protein_coding 1 1 6 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000545897 protein_coding 5 2 7 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000367988 protein_coding 8 2 8 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000367987 protein_coding 1 1 7 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000545897 protein_coding 5 2 8 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000367988 protein_coding 8 2 9 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000367987 protein_coding 1 1 8 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000545897 protein_coding 5 2 9 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000367988 protein_coding 8 2 10 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000367987 protein_coding 1 1 9 TOMM40L ENSG00000158882 +transcript chr1 161229666 161238101 ENST00000512372 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229669 161238203 ENST00000367983 protein_coding 9 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229671 161238101 ENST00000437437 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229671 161238210 ENST00000367980 protein_coding 6 5 NA NR1I3 ENSG00000143257 +transcript chr1 161229676 161238210 ENST00000628566 protein_coding 2 5 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000412844 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000428574 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000442691 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000505005 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000508740 protein_coding 5 1 NA NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000512372 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000437437 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000412844 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000428574 protein_coding 6 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000442691 protein_coding 6 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000505005 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000508740 protein_coding 5 1 8 NR1I3 ENSG00000143257 +transcript chr1 161229690 161238163 ENST00000367982 protein_coding 8 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000367981 protein_coding 7 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000502985 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000504010 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000508387 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511676 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511748 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511944 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000515621 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229772 161238111 ENST00000367984 protein_coding 8 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229772 161238111 ENST00000367985 protein_coding 7 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229797 161236565 ENST00000367979 protein_coding 6 1 NA NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367983 protein_coding 9 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367980 protein_coding 6 5 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367982 protein_coding 8 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367981 protein_coding 7 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000504010 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000511676 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000515621 protein_coding 5 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367984 protein_coding 8 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367985 protein_coding 7 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367979 protein_coding 6 1 8 NR1I3 ENSG00000143257 +transcript chr1 161230345 161238203 ENST00000506209 protein_coding 5 2 NA NR1I3 ENSG00000143257 +CDS chr1 161230752 161230918 ENST00000506209 protein_coding 5 2 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000512372 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367983 protein_coding 9 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000437437 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367980 protein_coding 6 5 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000412844 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000428574 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000442691 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000505005 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000508740 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367982 protein_coding 8 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367981 protein_coding 7 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000504010 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000511676 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000515621 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367984 protein_coding 8 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367985 protein_coding 7 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367979 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000502985 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000508387 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000511748 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000511944 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000367983 protein_coding 9 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000437437 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367980 protein_coding 6 5 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000412844 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000428574 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000442691 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000508740 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367982 protein_coding 8 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000367981 protein_coding 7 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000511676 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000515621 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367979 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000506209 protein_coding 5 2 6 NR1I3 ENSG00000143257 +transcript chr1 161231167 161238244 ENST00000515452 protein_coding 1 2 NA NR1I3 ENSG00000143257 +CDS chr1 161231309 161231474 ENST00000515452 protein_coding 1 2 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000512372 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367983 protein_coding 9 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000437437 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367980 protein_coding 6 5 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000412844 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000428574 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000442691 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000505005 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000508740 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367982 protein_coding 8 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367981 protein_coding 7 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000502985 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000504010 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000508387 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511676 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511748 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511944 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000515621 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367984 protein_coding 8 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367985 protein_coding 7 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367979 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000506209 protein_coding 5 2 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000512372 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367983 protein_coding 9 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000437437 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367980 protein_coding 6 5 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000412844 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000428574 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000442691 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000505005 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000508740 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367982 protein_coding 8 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367981 protein_coding 7 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000504010 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000511676 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000515621 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367984 protein_coding 8 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367985 protein_coding 7 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367979 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000506209 protein_coding 5 2 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000515452 protein_coding 1 2 5 NR1I3 ENSG00000143257 +CDS chr1 161232828 161232946 ENST00000628566 protein_coding 2 5 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000512372 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367983 protein_coding 9 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000437437 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367980 protein_coding 6 5 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000412844 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000428574 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000442691 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000505005 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000508740 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367982 protein_coding 8 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367981 protein_coding 7 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000504010 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000511676 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000515621 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367984 protein_coding 8 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367985 protein_coding 7 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367979 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000506209 protein_coding 5 2 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000515452 protein_coding 1 2 4 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000512372 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367983 protein_coding 9 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000437437 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367980 protein_coding 6 5 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000628566 protein_coding 2 5 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000412844 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000428574 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000442691 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000505005 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000508740 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367982 protein_coding 8 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367981 protein_coding 7 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000502985 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000504010 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000508387 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511676 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511748 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511944 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235859 ENST00000515621 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367984 protein_coding 8 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367985 protein_coding 7 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367979 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000506209 protein_coding 5 2 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000515452 protein_coding 1 2 3 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367983 protein_coding 9 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367980 protein_coding 6 5 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000628566 protein_coding 2 5 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000428574 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000442691 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000505005 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367982 protein_coding 8 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000502985 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000511944 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367984 protein_coding 8 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367985 protein_coding 7 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367979 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000515452 protein_coding 1 2 2 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000512372 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000437437 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000412844 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000508740 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000367981 protein_coding 7 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000504010 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000508387 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000511676 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000511748 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000506209 protein_coding 5 2 1 NR1I3 ENSG00000143257 +transcript chr1 161258745 161285450 ENST00000504449 protein_coding 2 1 NA PCP4L1 ENSG00000248485 +CDS chr1 161258975 161258983 ENST00000504449 protein_coding 2 1 1 PCP4L1 ENSG00000248485 +CDS chr1 161283668 161283722 ENST00000504449 protein_coding 2 1 2 PCP4L1 ENSG00000248485 +CDS chr1 161284339 161284478 ENST00000504449 protein_coding 2 1 3 PCP4L1 ENSG00000248485 +transcript chr1 161304735 161309968 ENST00000533357 protein_coding 5 1 NA MPZ ENSG00000158887 +transcript chr1 161304735 161309968 ENST00000672602 protein_coding 2 NA NA MPZ ENSG00000158887 +transcript chr1 161304779 161307471 ENST00000491222 protein_coding 5 2 NA MPZ ENSG00000158887 +transcript chr1 161304779 161307471 ENST00000672287 protein_coding 2 NA NA MPZ ENSG00000158887 +transcript chr1 161305329 161309968 ENST00000526189 protein_coding 3 3 NA MPZ ENSG00000158887 +CDS chr1 161305687 161305977 ENST00000672602 protein_coding 2 NA 6 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000533357 protein_coding 5 1 6 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000491222 protein_coding 5 2 5 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000672287 protein_coding 2 NA 5 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000526189 protein_coding 3 3 6 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000533357 protein_coding 5 1 5 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000672602 protein_coding 2 NA 5 MPZ ENSG00000158887 +CDS chr1 161306108 161306164 ENST00000491222 protein_coding 5 2 4 MPZ ENSG00000158887 +CDS chr1 161306108 161306164 ENST00000672287 protein_coding 2 NA 4 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000526189 protein_coding 3 3 5 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000533357 protein_coding 5 1 4 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000672602 protein_coding 2 NA 4 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000526189 protein_coding 3 3 4 MPZ ENSG00000158887 +CDS chr1 161306708 161306921 ENST00000533357 protein_coding 5 1 3 MPZ ENSG00000158887 +CDS chr1 161306708 161306921 ENST00000672602 protein_coding 2 NA 3 MPZ ENSG00000158887 +CDS chr1 161306789 161306921 ENST00000526189 protein_coding 3 3 3 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000533357 protein_coding 5 1 2 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000672602 protein_coding 2 NA 2 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000526189 protein_coding 3 3 2 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000533357 protein_coding 5 1 1 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000672602 protein_coding 2 NA 1 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000526189 protein_coding 3 3 1 MPZ ENSG00000158887 +transcript chr1 161314381 161363189 ENST00000342751 protein_coding 8 1 NA SDHC ENSG00000143252 +transcript chr1 161314381 161363206 ENST00000367975 protein_coding 7 1 NA SDHC ENSG00000143252 +transcript chr1 161314382 161362461 ENST00000432287 protein_coding 6 1 NA SDHC ENSG00000143252 +transcript chr1 161314388 161362433 ENST00000392169 protein_coding 6 1 NA SDHC ENSG00000143252 +transcript chr1 161314388 161362540 ENST00000513009 protein_coding 5 1 NA SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000342751 protein_coding 8 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000367975 protein_coding 7 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000432287 protein_coding 6 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000392169 protein_coding 6 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000513009 protein_coding 5 1 1 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000342751 protein_coding 8 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000367975 protein_coding 7 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000432287 protein_coding 6 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000513009 protein_coding 5 1 2 SDHC ENSG00000143252 +CDS chr1 161328396 161328497 ENST00000342751 protein_coding 8 1 3 SDHC ENSG00000143252 +CDS chr1 161328396 161328497 ENST00000367975 protein_coding 7 1 3 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000342751 protein_coding 8 1 4 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000367975 protein_coding 7 1 4 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000432287 protein_coding 6 1 3 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000392169 protein_coding 6 1 2 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000513009 protein_coding 5 1 3 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000367975 protein_coding 7 1 5 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000432287 protein_coding 6 1 4 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000392169 protein_coding 6 1 3 SDHC ENSG00000143252 +CDS chr1 161362329 161362537 ENST00000342751 protein_coding 8 1 5 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000367975 protein_coding 7 1 6 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000432287 protein_coding 6 1 5 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000392169 protein_coding 6 1 4 SDHC ENSG00000143252 +CDS chr1 161362329 161362537 ENST00000513009 protein_coding 5 1 4 SDHC ENSG00000143252 +transcript chr1 161364733 161367876 ENST00000367974 protein_coding 2 2 NA CFAP126 ENSG00000188931 +CDS chr1 161364968 161365150 ENST00000367974 protein_coding 2 2 5 CFAP126 ENSG00000188931 +CDS chr1 161365526 161365702 ENST00000367974 protein_coding 2 2 4 CFAP126 ENSG00000188931 +CDS chr1 161366198 161366278 ENST00000367974 protein_coding 2 2 3 CFAP126 ENSG00000188931 +CDS chr1 161366439 161366501 ENST00000367974 protein_coding 2 2 2 CFAP126 ENSG00000188931 +CDS chr1 161367842 161367868 ENST00000367974 protein_coding 2 2 1 CFAP126 ENSG00000188931 +transcript chr1 161505430 161518558 ENST00000367972 protein_coding 8 1 NA FCGR2A ENSG00000143226 +transcript chr1 161505457 161519829 ENST00000271450 protein_coding 12 1 NA FCGR2A ENSG00000143226 +CDS chr1 161505468 161505552 ENST00000367972 protein_coding 8 1 1 FCGR2A ENSG00000143226 +CDS chr1 161505468 161505552 ENST00000271450 protein_coding 12 1 1 FCGR2A ENSG00000143226 +CDS chr1 161505987 161506007 ENST00000367972 protein_coding 8 1 2 FCGR2A ENSG00000143226 +CDS chr1 161505987 161506007 ENST00000271450 protein_coding 12 1 2 FCGR2A ENSG00000143226 +CDS chr1 161506334 161506591 ENST00000271450 protein_coding 12 1 3 FCGR2A ENSG00000143226 +CDS chr1 161506337 161506591 ENST00000367972 protein_coding 8 1 3 FCGR2A ENSG00000143226 +CDS chr1 161509820 161510074 ENST00000367972 protein_coding 8 1 4 FCGR2A ENSG00000143226 +CDS chr1 161509820 161510074 ENST00000271450 protein_coding 12 1 4 FCGR2A ENSG00000143226 +CDS chr1 161510834 161510956 ENST00000367972 protein_coding 8 1 5 FCGR2A ENSG00000143226 +CDS chr1 161510834 161510956 ENST00000271450 protein_coding 12 1 5 FCGR2A ENSG00000143226 +CDS chr1 161513895 161513932 ENST00000367972 protein_coding 8 1 6 FCGR2A ENSG00000143226 +CDS chr1 161513895 161513932 ENST00000271450 protein_coding 12 1 6 FCGR2A ENSG00000143226 +transcript chr1 161513898 161519967 ENST00000459885 protein_coding 1 3 NA FCGR2A ENSG00000143226 +CDS chr1 161513898 161513932 ENST00000459885 protein_coding 1 3 1 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518145 ENST00000367972 protein_coding 8 1 7 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518145 ENST00000271450 protein_coding 12 1 7 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518137 ENST00000459885 protein_coding 1 3 2 FCGR2A ENSG00000143226 +CDS chr1 161519907 161519967 ENST00000459885 protein_coding 1 3 3 FCGR2A ENSG00000143226 +transcript chr1 161524540 161526894 ENST00000309758 protein_coding 6 NA NA HSPA6 ENSG00000173110 +CDS chr1 161524659 161526587 ENST00000309758 protein_coding 6 NA 1 HSPA6 ENSG00000173110 +transcript chr1 161541759 161549818 ENST00000443193 protein_coding 6 1 NA FCGR3A ENSG00000203747 +transcript chr1 161541796 161550591 ENST00000367967 protein_coding 7 3 NA FCGR3A ENSG00000203747 +transcript chr1 161541811 161550595 ENST00000436743 protein_coding 6 5 NA FCGR3A ENSG00000203747 +transcript chr1 161541855 161549898 ENST00000426740 protein_coding 7 3 NA FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000443193 protein_coding 6 1 5 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000367967 protein_coding 7 3 6 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000436743 protein_coding 6 5 6 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000426740 protein_coding 7 3 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000443193 protein_coding 6 1 4 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000367967 protein_coding 7 3 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000436743 protein_coding 6 5 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000426740 protein_coding 7 3 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000443193 protein_coding 6 1 3 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000367967 protein_coding 7 3 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000436743 protein_coding 6 5 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548675 ENST00000426740 protein_coding 7 3 3 FCGR3A ENSG00000203747 +transcript chr1 161548421 161550737 ENST00000442336 protein_coding 1 5 NA FCGR3A ENSG00000203747 +CDS chr1 161548421 161548675 ENST00000442336 protein_coding 1 5 4 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000443193 protein_coding 6 1 2 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000367967 protein_coding 7 3 3 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000436743 protein_coding 6 5 3 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000426740 protein_coding 7 3 2 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000442336 protein_coding 1 5 3 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000443193 protein_coding 6 1 1 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000367967 protein_coding 7 3 2 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000436743 protein_coding 6 5 2 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000426740 protein_coding 7 3 1 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000442336 protein_coding 1 5 2 FCGR3A ENSG00000203747 +transcript chr1 161623196 161631176 ENST00000650385 protein_coding 1 NA NA FCGR3B ENSG00000162747 +transcript chr1 161623196 161631963 ENST00000367964 protein_coding 6 5 NA FCGR3B ENSG00000162747 +transcript chr1 161623200 161631047 ENST00000613418 protein_coding 4 5 NA FCGR3B ENSG00000162747 +transcript chr1 161623200 161631047 ENST00000614870 protein_coding 4 5 NA FCGR3B ENSG00000162747 +transcript chr1 161624223 161631158 ENST00000421702 protein_coding 3 3 NA FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000650385 protein_coding 1 NA 5 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000367964 protein_coding 6 5 6 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000613418 protein_coding 4 5 5 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000614870 protein_coding 4 5 4 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000421702 protein_coding 3 3 5 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000650385 protein_coding 1 NA 4 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000367964 protein_coding 6 5 5 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000613418 protein_coding 4 5 4 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000421702 protein_coding 3 3 4 FCGR3B ENSG00000162747 +transcript chr1 161626357 161631032 ENST00000534776 protein_coding 1 4 NA FCGR3B ENSG00000162747 +CDS chr1 161626357 161626402 ENST00000534776 protein_coding 1 4 4 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000650385 protein_coding 1 NA 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000367964 protein_coding 6 5 4 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000613418 protein_coding 4 5 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000614870 protein_coding 4 5 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630032 ENST00000421702 protein_coding 3 3 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000534776 protein_coding 1 4 3 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000650385 protein_coding 1 NA 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000367964 protein_coding 6 5 3 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000613418 protein_coding 4 5 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000614870 protein_coding 4 5 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000421702 protein_coding 3 3 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000534776 protein_coding 1 4 2 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000650385 protein_coding 1 NA 1 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000367964 protein_coding 6 5 2 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000421702 protein_coding 3 3 1 FCGR3B ENSG00000162747 +transcript chr1 161663143 161678654 ENST00000358671 protein_coding 10 1 NA FCGR2B ENSG00000072694 +transcript chr1 161663147 161678022 ENST00000236937 protein_coding 13 1 NA FCGR2B ENSG00000072694 +transcript chr1 161663161 161678032 ENST00000367961 protein_coding 8 1 NA FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000236937 protein_coding 13 1 1 FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000367961 protein_coding 8 1 1 FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000358671 protein_coding 10 1 1 FCGR2B ENSG00000072694 +CDS chr1 161670252 161670272 ENST00000236937 protein_coding 13 1 2 FCGR2B ENSG00000072694 +CDS chr1 161670252 161670272 ENST00000358671 protein_coding 10 1 2 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000236937 protein_coding 13 1 3 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000367961 protein_coding 8 1 2 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000358671 protein_coding 10 1 3 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000236937 protein_coding 13 1 4 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000367961 protein_coding 8 1 3 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000358671 protein_coding 10 1 4 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000236937 protein_coding 13 1 5 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000367961 protein_coding 8 1 4 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000358671 protein_coding 10 1 5 FCGR2B ENSG00000072694 +CDS chr1 161675257 161675313 ENST00000367961 protein_coding 8 1 5 FCGR2B ENSG00000072694 +CDS chr1 161675257 161675313 ENST00000358671 protein_coding 10 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000236937 protein_coding 13 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000367961 protein_coding 8 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000358671 protein_coding 10 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000236937 protein_coding 13 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000367961 protein_coding 8 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000358671 protein_coding 10 1 8 FCGR2B ENSG00000072694 +transcript chr1 161706972 161714351 ENST00000350710 protein_coding 3 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000367949 protein_coding 6 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000367959 protein_coding 6 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000540521 protein_coding 5 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000546024 protein_coding 5 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000674251 protein_coding 1 NA NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000674323 protein_coding 1 NA NA FCRLA ENSG00000132185 +transcript chr1 161707209 161714348 ENST00000367957 protein_coding 7 1 NA FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000350710 protein_coding 3 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000367949 protein_coding 6 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000367959 protein_coding 6 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000540521 protein_coding 5 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000546024 protein_coding 5 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000674251 protein_coding 1 NA 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000674323 protein_coding 1 NA 1 FCRLA ENSG00000132185 +transcript chr1 161707229 161714352 ENST00000236938 protein_coding 12 1 NA FCRLA ENSG00000132185 +transcript chr1 161707244 161713452 ENST00000349527 protein_coding 8 2 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000367957 protein_coding 7 1 1 FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000236938 protein_coding 12 1 1 FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000349527 protein_coding 8 2 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161713468 ENST00000294796 protein_coding 8 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000294796 protein_coding 8 1 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161713468 ENST00000309691 protein_coding 10 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000309691 protein_coding 10 1 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161714348 ENST00000367953 protein_coding 7 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000367953 protein_coding 7 1 1 FCRLA ENSG00000132185 +transcript chr1 161707295 161713705 ENST00000367950 protein_coding 2 1 NA FCRLA ENSG00000132185 +CDS chr1 161707295 161707343 ENST00000367950 protein_coding 2 1 1 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000367959 protein_coding 6 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000540521 protein_coding 5 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000294796 protein_coding 8 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000367953 protein_coding 7 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367949 protein_coding 6 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367959 protein_coding 6 1 3 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000546024 protein_coding 5 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000674323 protein_coding 1 NA 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000236938 protein_coding 12 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000349527 protein_coding 8 2 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000309691 protein_coding 10 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367953 protein_coding 7 1 3 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367950 protein_coding 2 1 2 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000367959 protein_coding 6 1 4 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000674323 protein_coding 1 NA 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000236938 protein_coding 12 1 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000349527 protein_coding 8 2 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000367953 protein_coding 7 1 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367959 protein_coding 6 1 5 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000540521 protein_coding 5 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000546024 protein_coding 5 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000674251 protein_coding 1 NA 2 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000674323 protein_coding 1 NA 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367957 protein_coding 7 1 2 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000236938 protein_coding 12 1 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000294796 protein_coding 8 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000309691 protein_coding 10 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367953 protein_coding 7 1 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000350710 protein_coding 3 1 2 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367949 protein_coding 6 1 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367959 protein_coding 6 1 6 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000540521 protein_coding 5 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000546024 protein_coding 5 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000674251 protein_coding 1 NA 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000674323 protein_coding 1 NA 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367957 protein_coding 7 1 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000236938 protein_coding 12 1 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000349527 protein_coding 8 2 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000294796 protein_coding 8 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000309691 protein_coding 10 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367953 protein_coding 7 1 6 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367950 protein_coding 2 1 3 FCRLA ENSG00000132185 +transcript chr1 161721563 161728143 ENST00000367948 protein_coding 6 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000336830 protein_coding 9 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367944 protein_coding 3 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367945 protein_coding 5 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367946 protein_coding 7 1 NA FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367948 protein_coding 6 1 3 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000336830 protein_coding 9 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367944 protein_coding 3 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367945 protein_coding 5 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367946 protein_coding 7 1 1 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000367948 protein_coding 6 1 4 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000336830 protein_coding 9 1 2 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000367946 protein_coding 7 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367948 protein_coding 6 1 5 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000336830 protein_coding 9 1 3 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367944 protein_coding 3 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367945 protein_coding 5 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367946 protein_coding 7 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367948 protein_coding 6 1 6 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000336830 protein_coding 9 1 4 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367944 protein_coding 3 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367945 protein_coding 5 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367946 protein_coding 7 1 4 FCRLB ENSG00000162746 +CDS chr1 161726703 161726993 ENST00000367948 protein_coding 6 1 7 FCRLB ENSG00000162746 +CDS chr1 161726807 161726993 ENST00000336830 protein_coding 9 1 5 FCRLB ENSG00000162746 +CDS chr1 161726807 161726993 ENST00000367944 protein_coding 3 1 4 FCRLB ENSG00000162746 +CDS chr1 161726848 161726993 ENST00000367945 protein_coding 5 1 4 FCRLB ENSG00000162746 +CDS chr1 161726848 161726993 ENST00000367946 protein_coding 7 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727659 ENST00000367948 protein_coding 6 1 8 FCRLB ENSG00000162746 +CDS chr1 161727247 161727310 ENST00000336830 protein_coding 9 1 6 FCRLB ENSG00000162746 +CDS chr1 161727247 161727310 ENST00000367944 protein_coding 3 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727480 ENST00000367945 protein_coding 5 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727480 ENST00000367946 protein_coding 7 1 6 FCRLB ENSG00000162746 +transcript chr1 161749786 161757238 ENST00000367943 protein_coding 5 1 NA DUSP12 ENSG00000081721 +CDS chr1 161749802 161750145 ENST00000367943 protein_coding 5 1 1 DUSP12 ENSG00000081721 +CDS chr1 161751668 161751781 ENST00000367943 protein_coding 5 1 2 DUSP12 ENSG00000081721 +CDS chr1 161751866 161751984 ENST00000367943 protein_coding 5 1 3 DUSP12 ENSG00000081721 +CDS chr1 161752368 161752464 ENST00000367943 protein_coding 5 1 4 DUSP12 ENSG00000081721 +CDS chr1 161753075 161753261 ENST00000367943 protein_coding 5 1 5 DUSP12 ENSG00000081721 +CDS chr1 161756786 161756944 ENST00000367943 protein_coding 5 1 6 DUSP12 ENSG00000081721 +transcript chr1 161766298 161959632 ENST00000680688 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766309 161962101 ENST00000679853 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161958997 ENST00000681492 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161959632 ENST00000679886 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161964070 ENST00000367942 protein_coding 4 1 NA ATF6 ENSG00000118217 +transcript chr1 161766321 161865955 ENST00000680462 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766322 161792288 ENST00000680633 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766342 161959651 ENST00000681912 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766356 161865955 ENST00000679833 protein_coding 1 NA NA ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000680688 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679853 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000681492 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679886 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000367942 protein_coding 4 1 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000680462 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679833 protein_coding 1 NA 1 ATF6 ENSG00000118217 +transcript chr1 161766515 161959658 ENST00000681541 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766564 161959658 ENST00000681036 protein_coding 1 NA NA ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000680688 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000679853 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000681492 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000367942 protein_coding 4 1 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000680462 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000679833 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000680688 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000679853 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000681492 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000367942 protein_coding 4 1 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000680462 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000679833 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000680633 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000681541 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000681036 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680688 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000679853 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681492 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000367942 protein_coding 4 1 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680462 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680633 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000679833 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681541 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681036 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680688 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000679853 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681492 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000367942 protein_coding 4 1 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680462 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680633 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000679833 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681541 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681036 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791438 161791537 ENST00000681912 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000680688 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000679853 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681492 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000367942 protein_coding 4 1 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000680462 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792288 ENST00000680633 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681912 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000679833 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681541 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681036 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000680688 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679853 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681492 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679886 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000367942 protein_coding 4 1 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000680462 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681912 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679833 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681541 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681036 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000680688 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679853 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681492 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679886 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000367942 protein_coding 4 1 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000680462 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681912 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679833 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681541 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681036 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000680688 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679853 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681492 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679886 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000367942 protein_coding 4 1 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000680462 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681912 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679833 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681541 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681036 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000680688 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679853 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681492 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679886 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000367942 protein_coding 4 1 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000680462 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681912 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679833 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681541 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681036 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161851665 161851835 ENST00000680688 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679853 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681492 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679886 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000367942 protein_coding 4 1 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000680462 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681912 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679833 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681541 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681036 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000680688 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679853 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681492 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679886 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000367942 protein_coding 4 1 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000680462 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681912 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679833 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681541 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681036 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000680688 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679853 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681492 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679886 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000367942 protein_coding 4 1 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000680462 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681912 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679833 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681541 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681036 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000680688 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681492 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000679886 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000367942 protein_coding 4 1 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000680462 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681912 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161863198 161863324 ENST00000679833 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681541 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681036 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863201 161863312 ENST00000679853 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161864741 161864848 ENST00000680462 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161870972 161871061 ENST00000681492 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000680688 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000679853 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681492 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000679886 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000367942 protein_coding 4 1 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681912 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681541 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681036 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000680688 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000679853 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681492 protein_coding 1 NA 17 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000679886 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000367942 protein_coding 4 1 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681912 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681541 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681036 protein_coding 1 NA 16 ATF6 ENSG00000118217 +transcript chr1 161983192 162023869 ENST00000294794 protein_coding 8 1 NA OLFML2B ENSG00000162745 +transcript chr1 161983456 162023640 ENST00000367940 protein_coding 2 2 NA OLFML2B ENSG00000162745 +transcript chr1 161983553 161985232 ENST00000367938 protein_coding 1 2 NA OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000294794 protein_coding 8 1 8 OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000367940 protein_coding 2 2 8 OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000367938 protein_coding 1 2 2 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984980 ENST00000294794 protein_coding 8 1 7 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984980 ENST00000367940 protein_coding 2 2 7 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984903 ENST00000367938 protein_coding 1 2 1 OLFML2B ENSG00000162745 +CDS chr1 161997825 161998349 ENST00000294794 protein_coding 8 1 6 OLFML2B ENSG00000162745 +CDS chr1 161997825 161998349 ENST00000367940 protein_coding 2 2 6 OLFML2B ENSG00000162745 +CDS chr1 162000113 162000338 ENST00000294794 protein_coding 8 1 5 OLFML2B ENSG00000162745 +CDS chr1 162000113 162000341 ENST00000367940 protein_coding 2 2 5 OLFML2B ENSG00000162745 +CDS chr1 162006297 162006473 ENST00000294794 protein_coding 8 1 4 OLFML2B ENSG00000162745 +CDS chr1 162006297 162006473 ENST00000367940 protein_coding 2 2 4 OLFML2B ENSG00000162745 +CDS chr1 162017400 162017507 ENST00000294794 protein_coding 8 1 3 OLFML2B ENSG00000162745 +CDS chr1 162017400 162017507 ENST00000367940 protein_coding 2 2 3 OLFML2B ENSG00000162745 +CDS chr1 162019919 162020182 ENST00000294794 protein_coding 8 1 2 OLFML2B ENSG00000162745 +CDS chr1 162019919 162020182 ENST00000367940 protein_coding 2 2 2 OLFML2B ENSG00000162745 +CDS chr1 162023257 162023430 ENST00000294794 protein_coding 8 1 1 OLFML2B ENSG00000162745 +CDS chr1 162023257 162023430 ENST00000367940 protein_coding 2 2 1 OLFML2B ENSG00000162745 +transcript chr1 162069691 162370475 ENST00000361897 protein_coding 10 1 NA NOS1AP ENSG00000198929 +transcript chr1 162069774 162368451 ENST00000530878 protein_coding 5 1 NA NOS1AP ENSG00000198929 +CDS chr1 162070178 162070282 ENST00000530878 protein_coding 5 1 1 NOS1AP ENSG00000198929 +CDS chr1 162070178 162070282 ENST00000361897 protein_coding 10 1 1 NOS1AP ENSG00000198929 +CDS chr1 162154405 162154476 ENST00000530878 protein_coding 5 1 2 NOS1AP ENSG00000198929 +CDS chr1 162154405 162154476 ENST00000361897 protein_coding 10 1 2 NOS1AP ENSG00000198929 +CDS chr1 162287344 162287436 ENST00000530878 protein_coding 5 1 3 NOS1AP ENSG00000198929 +CDS chr1 162287344 162287436 ENST00000361897 protein_coding 10 1 3 NOS1AP ENSG00000198929 +CDS chr1 162300633 162300706 ENST00000361897 protein_coding 10 1 4 NOS1AP ENSG00000198929 +CDS chr1 162300648 162300706 ENST00000530878 protein_coding 5 1 4 NOS1AP ENSG00000198929 +CDS chr1 162333017 162333125 ENST00000530878 protein_coding 5 1 5 NOS1AP ENSG00000198929 +CDS chr1 162333017 162333125 ENST00000361897 protein_coding 10 1 5 NOS1AP ENSG00000198929 +CDS chr1 162343835 162343976 ENST00000530878 protein_coding 5 1 6 NOS1AP ENSG00000198929 +CDS chr1 162343835 162343976 ENST00000361897 protein_coding 10 1 6 NOS1AP ENSG00000198929 +CDS chr1 162355187 162355353 ENST00000530878 protein_coding 5 1 7 NOS1AP ENSG00000198929 +CDS chr1 162355187 162355353 ENST00000361897 protein_coding 10 1 7 NOS1AP ENSG00000198929 +CDS chr1 162356960 162357136 ENST00000530878 protein_coding 5 1 8 NOS1AP ENSG00000198929 +CDS chr1 162356960 162357136 ENST00000361897 protein_coding 10 1 8 NOS1AP ENSG00000198929 +transcript chr1 162360537 162367221 ENST00000464284 protein_coding 1 4 NA NOS1AP ENSG00000198929 +transcript chr1 162362983 162370023 ENST00000493151 protein_coding 1 1 NA NOS1AP ENSG00000198929 +CDS chr1 162365350 162365569 ENST00000493151 protein_coding 1 1 1 NOS1AP ENSG00000198929 +CDS chr1 162365404 162365569 ENST00000530878 protein_coding 5 1 9 NOS1AP ENSG00000198929 +CDS chr1 162365404 162365569 ENST00000361897 protein_coding 10 1 9 NOS1AP ENSG00000198929 +transcript chr1 162365407 162382115 ENST00000431696 protein_coding 1 4 NA NA ENSG00000254706 +CDS chr1 162365497 162365569 ENST00000464284 protein_coding 1 4 2 NOS1AP ENSG00000198929 +CDS chr1 162365497 162365569 ENST00000431696 protein_coding 1 4 1 NA ENSG00000254706 +transcript chr1 162366908 162383377 ENST00000420220 protein_coding 1 5 NA NA ENSG00000254706 +CDS chr1 162367052 162367464 ENST00000530878 protein_coding 5 1 10 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367464 ENST00000361897 protein_coding 10 1 10 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367221 ENST00000464284 protein_coding 1 4 3 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367464 ENST00000493151 protein_coding 1 1 2 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367204 ENST00000431696 protein_coding 1 4 2 NA ENSG00000254706 +transcript chr1 162373203 162376854 ENST00000367935 protein_coding 10 1 NA SPATA46 ENSG00000171722 +CDS chr1 162374051 162374616 ENST00000367935 protein_coding 10 1 3 SPATA46 ENSG00000171722 +CDS chr1 162375290 162375403 ENST00000367935 protein_coding 10 1 2 SPATA46 ENSG00000171722 +CDS chr1 162376688 162376790 ENST00000367935 protein_coding 10 1 1 SPATA46 ENSG00000171722 +transcript chr1 162378841 162383711 ENST00000426197 protein_coding 2 2 NA C1orf226 ENSG00000239887 +CDS chr1 162378914 162379031 ENST00000426197 protein_coding 2 2 1 C1orf226 ENSG00000239887 +transcript chr1 162381728 162386812 ENST00000458626 protein_coding 4 1 NA C1orf226 ENSG00000239887 +CDS chr1 162381891 162382218 ENST00000426197 protein_coding 2 2 2 C1orf226 ENSG00000239887 +CDS chr1 162381891 162382115 ENST00000431696 protein_coding 1 4 3 NA ENSG00000254706 +CDS chr1 162381902 162382218 ENST00000458626 protein_coding 4 1 1 C1orf226 ENSG00000239887 +CDS chr1 162381902 162382218 ENST00000420220 protein_coding 1 5 3 NA ENSG00000254706 +CDS chr1 162383182 162383680 ENST00000426197 protein_coding 2 2 3 C1orf226 ENSG00000239887 +CDS chr1 162383182 162383680 ENST00000458626 protein_coding 4 1 2 C1orf226 ENSG00000239887 +CDS chr1 162383182 162383377 ENST00000420220 protein_coding 1 5 4 NA ENSG00000254706 +transcript chr1 162395268 162412136 ENST00000367929 protein_coding 3 1 NA SH2D1B ENSG00000198574 +CDS chr1 162397283 162397315 ENST00000367929 protein_coding 3 1 4 SH2D1B ENSG00000198574 +CDS chr1 162398923 162399087 ENST00000367929 protein_coding 3 1 3 SH2D1B ENSG00000198574 +CDS chr1 162402739 162402802 ENST00000367929 protein_coding 3 1 2 SH2D1B ENSG00000198574 +CDS chr1 162411883 162412016 ENST00000367929 protein_coding 3 1 1 SH2D1B ENSG00000198574 +transcript chr1 162497251 162529629 ENST00000545294 protein_coding 5 2 NA UHMK1 ENSG00000152332 +CDS chr1 162497251 162497296 ENST00000545294 protein_coding 5 2 1 UHMK1 ENSG00000152332 +transcript chr1 162497805 162529629 ENST00000538489 protein_coding 5 1 NA UHMK1 ENSG00000152332 +transcript chr1 162497818 162529631 ENST00000489294 protein_coding 2 1 NA UHMK1 ENSG00000152332 +CDS chr1 162498001 162498268 ENST00000489294 protein_coding 2 1 1 UHMK1 ENSG00000152332 +CDS chr1 162498001 162498268 ENST00000538489 protein_coding 5 1 1 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000489294 protein_coding 2 1 2 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000538489 protein_coding 5 1 2 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000545294 protein_coding 5 2 2 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000489294 protein_coding 2 1 3 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000538489 protein_coding 5 1 3 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000545294 protein_coding 5 2 3 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000489294 protein_coding 2 1 4 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000538489 protein_coding 5 1 4 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000545294 protein_coding 5 2 4 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000489294 protein_coding 2 1 5 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000538489 protein_coding 5 1 5 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000545294 protein_coding 5 2 5 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000489294 protein_coding 2 1 6 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000538489 protein_coding 5 1 6 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000545294 protein_coding 5 2 6 UHMK1 ENSG00000152332 +CDS chr1 162518102 162518190 ENST00000489294 protein_coding 2 1 7 UHMK1 ENSG00000152332 +CDS chr1 162518102 162518190 ENST00000545294 protein_coding 5 2 7 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522547 ENST00000489294 protein_coding 2 1 8 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522411 ENST00000538489 protein_coding 5 1 7 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522547 ENST00000545294 protein_coding 5 2 8 UHMK1 ENSG00000152332 +transcript chr1 162561506 162599842 ENST00000271469 protein_coding 7 5 NA UAP1 ENSG00000117143 +transcript chr1 162561533 162599837 ENST00000367926 protein_coding 8 1 NA UAP1 ENSG00000117143 +transcript chr1 162566037 162599831 ENST00000367925 protein_coding 5 5 NA UAP1 ENSG00000117143 +transcript chr1 162566037 162599831 ENST00000367924 protein_coding 1 5 NA UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367926 protein_coding 8 1 2 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367925 protein_coding 5 5 1 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367924 protein_coding 1 5 1 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000271469 protein_coding 7 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367926 protein_coding 8 1 3 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367925 protein_coding 5 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367924 protein_coding 1 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000271469 protein_coding 7 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367926 protein_coding 8 1 4 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367925 protein_coding 5 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367924 protein_coding 1 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000271469 protein_coding 7 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367926 protein_coding 8 1 5 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367925 protein_coding 5 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367924 protein_coding 1 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000271469 protein_coding 7 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367926 protein_coding 8 1 6 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367925 protein_coding 5 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367924 protein_coding 1 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000271469 protein_coding 7 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367926 protein_coding 8 1 7 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367925 protein_coding 5 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367924 protein_coding 1 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000271469 protein_coding 7 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367926 protein_coding 8 1 8 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367925 protein_coding 5 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367924 protein_coding 1 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000271469 protein_coding 7 5 8 UAP1 ENSG00000117143 +CDS chr1 162592732 162592782 ENST00000367925 protein_coding 5 5 8 UAP1 ENSG00000117143 +CDS chr1 162592732 162592782 ENST00000271469 protein_coding 7 5 9 UAP1 ENSG00000117143 +CDS chr1 162592735 162592782 ENST00000367924 protein_coding 1 5 8 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367926 protein_coding 8 1 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367925 protein_coding 5 5 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367924 protein_coding 1 5 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000271469 protein_coding 7 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367926 protein_coding 8 1 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367925 protein_coding 5 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367924 protein_coding 1 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000271469 protein_coding 7 5 11 UAP1 ENSG00000117143 +transcript chr1 162631373 162780410 ENST00000446985 protein_coding 6 3 NA DDR2 ENSG00000162733 +transcript chr1 162631946 162753167 ENST00000671979 protein_coding 1 NA NA DDR2 ENSG00000162733 +transcript chr1 162632011 162755182 ENST00000415555 protein_coding 5 5 NA DDR2 ENSG00000162733 +transcript chr1 162632464 162787405 ENST00000367921 protein_coding 8 1 NA DDR2 ENSG00000162733 +transcript chr1 162632465 162787400 ENST00000367922 protein_coding 7 1 NA DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000446985 protein_coding 6 3 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000671979 protein_coding 1 NA 4 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000415555 protein_coding 5 5 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000367921 protein_coding 8 1 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000367922 protein_coding 7 1 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000446985 protein_coding 6 3 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753167 ENST00000671979 protein_coding 1 NA 5 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000415555 protein_coding 5 5 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000367921 protein_coding 8 1 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000367922 protein_coding 7 1 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000446985 protein_coding 6 3 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000415555 protein_coding 5 5 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000367921 protein_coding 8 1 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000367922 protein_coding 7 1 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000446985 protein_coding 6 3 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755182 ENST00000415555 protein_coding 5 5 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000367921 protein_coding 8 1 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000367922 protein_coding 7 1 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000446985 protein_coding 6 3 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000367921 protein_coding 8 1 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000367922 protein_coding 7 1 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000446985 protein_coding 6 3 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000367921 protein_coding 8 1 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000367922 protein_coding 7 1 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000446985 protein_coding 6 3 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000367921 protein_coding 8 1 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000367922 protein_coding 7 1 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000446985 protein_coding 6 3 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000367921 protein_coding 8 1 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000367922 protein_coding 7 1 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000446985 protein_coding 6 3 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000367921 protein_coding 8 1 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000367922 protein_coding 7 1 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000446985 protein_coding 6 3 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000367921 protein_coding 8 1 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000367922 protein_coding 7 1 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000446985 protein_coding 6 3 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000367921 protein_coding 8 1 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000367922 protein_coding 7 1 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000446985 protein_coding 6 3 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000367921 protein_coding 8 1 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000367922 protein_coding 7 1 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000446985 protein_coding 6 3 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000367921 protein_coding 8 1 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000367922 protein_coding 7 1 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000446985 protein_coding 6 3 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000367921 protein_coding 8 1 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000367922 protein_coding 7 1 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000446985 protein_coding 6 3 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000367921 protein_coding 8 1 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000367922 protein_coding 7 1 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000446985 protein_coding 6 3 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000367921 protein_coding 8 1 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000367922 protein_coding 7 1 19 DDR2 ENSG00000162733 +transcript chr1 162790702 162812823 ENST00000254521 protein_coding 8 1 NA HSD17B7 ENSG00000132196 +transcript chr1 162790723 162793052 ENST00000367915 protein_coding 1 2 NA HSD17B7 ENSG00000132196 +CDS chr1 162790801 162790835 ENST00000254521 protein_coding 8 1 1 HSD17B7 ENSG00000132196 +CDS chr1 162790801 162790835 ENST00000367915 protein_coding 1 2 1 HSD17B7 ENSG00000132196 +CDS chr1 162792659 162792862 ENST00000254521 protein_coding 8 1 2 HSD17B7 ENSG00000132196 +CDS chr1 162792659 162792875 ENST00000367915 protein_coding 1 2 2 HSD17B7 ENSG00000132196 +CDS chr1 162796585 162796677 ENST00000254521 protein_coding 8 1 3 HSD17B7 ENSG00000132196 +CDS chr1 162797802 162797916 ENST00000254521 protein_coding 8 1 4 HSD17B7 ENSG00000132196 +CDS chr1 162799743 162799937 ENST00000254521 protein_coding 8 1 5 HSD17B7 ENSG00000132196 +CDS chr1 162803431 162803535 ENST00000254521 protein_coding 8 1 6 HSD17B7 ENSG00000132196 +CDS chr1 162804267 162804323 ENST00000254521 protein_coding 8 1 7 HSD17B7 ENSG00000132196 +CDS chr1 162805394 162805492 ENST00000254521 protein_coding 8 1 8 HSD17B7 ENSG00000132196 +CDS chr1 162812298 162812417 ENST00000254521 protein_coding 8 1 9 HSD17B7 ENSG00000132196 +transcript chr1 162851020 162861175 ENST00000367912 protein_coding 7 5 NA CCDC190 ENSG00000185860 +transcript chr1 162854297 162859664 ENST00000367911 protein_coding 3 3 NA CCDC190 ENSG00000185860 +transcript chr1 162854297 162868761 ENST00000367910 protein_coding 5 2 NA CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367912 protein_coding 7 5 4 CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367911 protein_coding 3 3 3 CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367910 protein_coding 5 2 4 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855755 ENST00000367912 protein_coding 7 5 3 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855758 ENST00000367911 protein_coding 3 3 2 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855758 ENST00000367910 protein_coding 5 2 3 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367912 protein_coding 7 5 2 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367911 protein_coding 3 3 1 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367910 protein_coding 5 2 2 CCDC190 ENSG00000185860 +transcript chr1 163068775 163076802 ENST00000421743 protein_coding 6 1 NA RGS4 ENSG00000117152 +CDS chr1 163068935 163068992 ENST00000421743 protein_coding 6 1 1 RGS4 ENSG00000117152 +CDS chr1 163069252 163069528 ENST00000421743 protein_coding 6 1 2 RGS4 ENSG00000117152 +transcript chr1 163069361 163074708 ENST00000531057 protein_coding 5 4 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163074755 ENST00000527809 protein_coding 5 4 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163076591 ENST00000367908 protein_coding 8 2 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163076802 ENST00000367909 protein_coding 11 1 NA RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000531057 protein_coding 5 4 1 RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000367908 protein_coding 8 2 1 RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000367909 protein_coding 11 1 1 RGS4 ENSG00000117152 +transcript chr1 163072044 163074816 ENST00000367906 protein_coding 7 1 NA RGS4 ENSG00000117152 +transcript chr1 163072146 163074427 ENST00000528938 protein_coding 1 4 NA RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000421743 protein_coding 6 1 3 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000531057 protein_coding 5 4 2 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000367908 protein_coding 8 2 2 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000367909 protein_coding 11 1 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000527809 protein_coding 5 4 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000367906 protein_coding 7 1 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000528938 protein_coding 1 4 2 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000421743 protein_coding 6 1 4 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000531057 protein_coding 5 4 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000527809 protein_coding 5 4 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367908 protein_coding 8 2 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367909 protein_coding 11 1 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367906 protein_coding 7 1 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000528938 protein_coding 1 4 3 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000421743 protein_coding 6 1 5 RGS4 ENSG00000117152 +CDS chr1 163073456 163073574 ENST00000531057 protein_coding 5 4 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000527809 protein_coding 5 4 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000367909 protein_coding 11 1 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000367906 protein_coding 7 1 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000528938 protein_coding 1 4 4 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000421743 protein_coding 6 1 6 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000527809 protein_coding 5 4 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074388 ENST00000367908 protein_coding 8 2 4 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000367909 protein_coding 11 1 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000367906 protein_coding 7 1 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074427 ENST00000528938 protein_coding 1 4 5 RGS4 ENSG00000117152 +CDS chr1 163074619 163074627 ENST00000531057 protein_coding 5 4 5 RGS4 ENSG00000117152 +transcript chr1 163142299 163202916 ENST00000313961 protein_coding 10 1 NA RGS5 ENSG00000143248 +transcript chr1 163142299 163321791 ENST00000618415 protein_coding 4 4 NA RGS5 ENSG00000143248 +transcript chr1 163147056 163217636 ENST00000367903 protein_coding 7 3 NA RGS5 ENSG00000143248 +transcript chr1 163147117 163202903 ENST00000530507 protein_coding 5 3 NA RGS5 ENSG00000143248 +transcript chr1 163147342 163202835 ENST00000527988 protein_coding 1 1 NA RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000313961 protein_coding 10 1 5 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000367903 protein_coding 7 3 6 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000530507 protein_coding 5 3 5 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000527988 protein_coding 1 1 3 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000618415 protein_coding 4 4 6 RGS5 ENSG00000143248 +CDS chr1 163152538 163152716 ENST00000530507 protein_coding 5 3 4 RGS5 ENSG00000143248 +CDS chr1 163152550 163152716 ENST00000313961 protein_coding 10 1 4 RGS5 ENSG00000143248 +CDS chr1 163152550 163152716 ENST00000367903 protein_coding 7 3 5 RGS5 ENSG00000143248 +CDS chr1 163152550 163152609 ENST00000527988 protein_coding 1 1 2 RGS5 ENSG00000143248 +CDS chr1 163152550 163152609 ENST00000618415 protein_coding 4 4 5 RGS5 ENSG00000143248 +transcript chr1 163152608 163202898 ENST00000531476 protein_coding 1 3 NA RGS5 ENSG00000143248 +CDS chr1 163152608 163152716 ENST00000531476 protein_coding 1 3 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000313961 protein_coding 10 1 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000367903 protein_coding 7 3 4 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000530507 protein_coding 5 3 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000531476 protein_coding 1 3 2 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000313961 protein_coding 10 1 2 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000367903 protein_coding 7 3 3 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000530507 protein_coding 5 3 2 RGS5 ENSG00000143248 +CDS chr1 163172558 163172592 ENST00000367903 protein_coding 7 3 2 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000313961 protein_coding 10 1 1 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000530507 protein_coding 5 3 1 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000531476 protein_coding 1 3 1 RGS5 ENSG00000143248 +CDS chr1 163217526 163217594 ENST00000367903 protein_coding 7 3 1 RGS5 ENSG00000143248 +transcript chr1 163266576 163336786 ENST00000534289 protein_coding 5 4 NA NUF2 ENSG00000143228 +transcript chr1 163321890 163336848 ENST00000450453 protein_coding 6 3 NA NUF2 ENSG00000143228 +transcript chr1 163321900 163355727 ENST00000524800 protein_coding 5 5 NA NUF2 ENSG00000143228 +transcript chr1 163321935 163339477 ENST00000442820 protein_coding 5 5 NA NUF2 ENSG00000143228 +transcript chr1 163321935 163355764 ENST00000367900 protein_coding 7 1 NA NUF2 ENSG00000143228 +transcript chr1 163321954 163355759 ENST00000271452 protein_coding 8 1 NA NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000534289 protein_coding 5 4 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000450453 protein_coding 6 3 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000524800 protein_coding 5 5 2 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000442820 protein_coding 5 5 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000367900 protein_coding 7 1 2 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000271452 protein_coding 8 1 2 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000534289 protein_coding 5 4 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000450453 protein_coding 6 3 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000524800 protein_coding 5 5 3 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000442820 protein_coding 5 5 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000367900 protein_coding 7 1 3 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000271452 protein_coding 8 1 3 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000534289 protein_coding 5 4 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000450453 protein_coding 6 3 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000524800 protein_coding 5 5 4 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000442820 protein_coding 5 5 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000367900 protein_coding 7 1 4 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000271452 protein_coding 8 1 4 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000534289 protein_coding 5 4 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000450453 protein_coding 6 3 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000524800 protein_coding 5 5 5 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000442820 protein_coding 5 5 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000367900 protein_coding 7 1 5 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000271452 protein_coding 8 1 5 NUF2 ENSG00000143228 +CDS chr1 163336751 163336786 ENST00000534289 protein_coding 5 4 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000450453 protein_coding 6 3 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000524800 protein_coding 5 5 6 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000442820 protein_coding 5 5 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000367900 protein_coding 7 1 6 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000271452 protein_coding 8 1 6 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000524800 protein_coding 5 5 7 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000442820 protein_coding 5 5 8 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000367900 protein_coding 7 1 7 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000271452 protein_coding 8 1 7 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000524800 protein_coding 5 5 8 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000442820 protein_coding 5 5 9 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000367900 protein_coding 7 1 8 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000271452 protein_coding 8 1 8 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000524800 protein_coding 5 5 9 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000367900 protein_coding 7 1 9 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000271452 protein_coding 8 1 9 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000524800 protein_coding 5 5 10 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000367900 protein_coding 7 1 10 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000271452 protein_coding 8 1 10 NUF2 ENSG00000143228 +CDS chr1 163345678 163345818 ENST00000367900 protein_coding 7 1 11 NUF2 ENSG00000143228 +CDS chr1 163345678 163345818 ENST00000271452 protein_coding 8 1 11 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000524800 protein_coding 5 5 11 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000367900 protein_coding 7 1 12 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000271452 protein_coding 8 1 12 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000524800 protein_coding 5 5 12 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000367900 protein_coding 7 1 13 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000271452 protein_coding 8 1 13 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000524800 protein_coding 5 5 13 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000367900 protein_coding 7 1 14 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000271452 protein_coding 8 1 14 NUF2 ENSG00000143228 +transcript chr1 164559184 164851831 ENST00000420696 protein_coding 7 1 NA PBX1 ENSG00000185630 +transcript chr1 164559200 164560357 ENST00000485769 protein_coding 5 2 NA PBX1 ENSG00000185630 +transcript chr1 164559407 164792738 ENST00000340699 protein_coding 7 4 NA PBX1 ENSG00000185630 +transcript chr1 164559744 164849829 ENST00000627490 protein_coding 2 2 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000485769 protein_coding 5 2 2 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000340699 protein_coding 7 4 2 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000420696 protein_coding 7 1 1 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000627490 protein_coding 2 2 1 PBX1 ENSG00000185630 +transcript chr1 164559823 164846955 ENST00000367897 protein_coding 5 1 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000367897 protein_coding 5 1 1 PBX1 ENSG00000185630 +transcript chr1 164559823 164848522 ENST00000559240 protein_coding 5 5 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000559240 protein_coding 5 5 1 PBX1 ENSG00000185630 +CDS chr1 164560146 164560164 ENST00000485769 protein_coding 5 2 3 PBX1 ENSG00000185630 +transcript chr1 164562805 164799883 ENST00000559578 protein_coding 1 4 NA PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000340699 protein_coding 7 4 3 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000420696 protein_coding 7 1 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000627490 protein_coding 2 2 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000367897 protein_coding 5 1 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000559240 protein_coding 5 5 2 PBX1 ENSG00000185630 +CDS chr1 164563263 164563311 ENST00000559578 protein_coding 1 4 2 PBX1 ENSG00000185630 +transcript chr1 164626006 164848522 ENST00000560641 protein_coding 5 5 NA PBX1 ENSG00000185630 +transcript chr1 164630981 164799889 ENST00000482110 protein_coding 5 5 NA PBX1 ENSG00000185630 +transcript chr1 164772912 164807571 ENST00000558837 protein_coding 5 4 NA PBX1 ENSG00000185630 +transcript chr1 164787643 164799796 ENST00000559560 protein_coding 1 4 NA PBX1 ENSG00000185630 +transcript chr1 164792492 164851821 ENST00000612123 protein_coding 3 5 NA PBX1 ENSG00000185630 +transcript chr1 164792492 164851821 ENST00000540236 protein_coding 3 1 NA PBX1 ENSG00000185630 +CDS chr1 164792493 164792738 ENST00000612123 protein_coding 3 5 1 PBX1 ENSG00000185630 +CDS chr1 164792493 164792738 ENST00000540236 protein_coding 3 1 1 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000340699 protein_coding 7 4 4 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000420696 protein_coding 7 1 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000627490 protein_coding 2 2 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000367897 protein_coding 5 1 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000559240 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000559578 protein_coding 1 4 3 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000560641 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000482110 protein_coding 5 5 2 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000558837 protein_coding 5 4 2 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000559560 protein_coding 1 4 2 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000420696 protein_coding 7 1 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000627490 protein_coding 2 2 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000367897 protein_coding 5 1 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000559240 protein_coding 5 5 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799883 ENST00000559578 protein_coding 1 4 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000560641 protein_coding 5 5 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000482110 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000558837 protein_coding 5 4 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799796 ENST00000559560 protein_coding 1 4 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000612123 protein_coding 3 5 2 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000540236 protein_coding 3 1 2 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000420696 protein_coding 7 1 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000627490 protein_coding 2 2 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000367897 protein_coding 5 1 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000559240 protein_coding 5 5 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000560641 protein_coding 5 5 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807571 ENST00000558837 protein_coding 5 4 4 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000612123 protein_coding 3 5 3 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000540236 protein_coding 3 1 3 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000420696 protein_coding 7 1 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000627490 protein_coding 2 2 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000367897 protein_coding 5 1 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000560641 protein_coding 5 5 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000612123 protein_coding 3 5 4 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000540236 protein_coding 3 1 4 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000420696 protein_coding 7 1 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000627490 protein_coding 2 2 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000560641 protein_coding 5 5 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000540236 protein_coding 3 1 5 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000420696 protein_coding 7 1 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000627490 protein_coding 2 2 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821580 ENST00000367897 protein_coding 5 1 7 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000559240 protein_coding 5 5 6 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000560641 protein_coding 5 5 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821580 ENST00000612123 protein_coding 3 5 5 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000540236 protein_coding 3 1 6 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000420696 protein_coding 7 1 9 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000559240 protein_coding 5 5 7 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000560641 protein_coding 5 5 9 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000540236 protein_coding 3 1 7 PBX1 ENSG00000185630 +CDS chr1 164849340 164849399 ENST00000627490 protein_coding 2 2 9 PBX1 ENSG00000185630 +transcript chr1 165201867 165356715 ENST00000342310 protein_coding 7 2 NA LMX1A ENSG00000162761 +transcript chr1 165201873 165356241 ENST00000294816 protein_coding 6 2 NA LMX1A ENSG00000162761 +transcript chr1 165203874 165355746 ENST00000367893 protein_coding 4 1 NA LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000342310 protein_coding 7 2 9 LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000294816 protein_coding 6 2 9 LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000367893 protein_coding 4 1 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000342310 protein_coding 7 2 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000294816 protein_coding 6 2 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000367893 protein_coding 4 1 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000342310 protein_coding 7 2 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000294816 protein_coding 6 2 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000367893 protein_coding 4 1 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000342310 protein_coding 7 2 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000294816 protein_coding 6 2 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000367893 protein_coding 4 1 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000342310 protein_coding 7 2 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000294816 protein_coding 6 2 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000367893 protein_coding 4 1 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000342310 protein_coding 7 2 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000294816 protein_coding 6 2 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000367893 protein_coding 4 1 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000342310 protein_coding 7 2 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000294816 protein_coding 6 2 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000367893 protein_coding 4 1 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000342310 protein_coding 7 2 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000294816 protein_coding 6 2 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000367893 protein_coding 4 1 1 LMX1A ENSG00000162761 +transcript chr1 165400922 165445126 ENST00000359842 protein_coding 10 1 NA RXRG ENSG00000143171 +transcript chr1 165400923 165445355 ENST00000619224 protein_coding 1 1 NA RXRG ENSG00000143171 +CDS chr1 165401266 165401410 ENST00000359842 protein_coding 10 1 10 RXRG ENSG00000143171 +CDS chr1 165401266 165401410 ENST00000619224 protein_coding 1 1 11 RXRG ENSG00000143171 +CDS chr1 165406812 165406917 ENST00000359842 protein_coding 10 1 9 RXRG ENSG00000143171 +CDS chr1 165406812 165406917 ENST00000619224 protein_coding 1 1 10 RXRG ENSG00000143171 +CDS chr1 165408227 165408318 ENST00000359842 protein_coding 10 1 8 RXRG ENSG00000143171 +CDS chr1 165408227 165408318 ENST00000619224 protein_coding 1 1 9 RXRG ENSG00000143171 +CDS chr1 165409558 165409690 ENST00000359842 protein_coding 10 1 7 RXRG ENSG00000143171 +CDS chr1 165409558 165409690 ENST00000619224 protein_coding 1 1 8 RXRG ENSG00000143171 +CDS chr1 165410702 165410831 ENST00000359842 protein_coding 10 1 6 RXRG ENSG00000143171 +CDS chr1 165410702 165410831 ENST00000619224 protein_coding 1 1 7 RXRG ENSG00000143171 +CDS chr1 165410949 165411109 ENST00000359842 protein_coding 10 1 5 RXRG ENSG00000143171 +CDS chr1 165410949 165411109 ENST00000619224 protein_coding 1 1 6 RXRG ENSG00000143171 +CDS chr1 165417041 165417220 ENST00000359842 protein_coding 10 1 4 RXRG ENSG00000143171 +CDS chr1 165417041 165417220 ENST00000619224 protein_coding 1 1 5 RXRG ENSG00000143171 +CDS chr1 165419870 165420014 ENST00000359842 protein_coding 10 1 3 RXRG ENSG00000143171 +CDS chr1 165419870 165419942 ENST00000619224 protein_coding 1 1 4 RXRG ENSG00000143171 +CDS chr1 165428719 165428966 ENST00000359842 protein_coding 10 1 2 RXRG ENSG00000143171 +CDS chr1 165444845 165444893 ENST00000359842 protein_coding 10 1 1 RXRG ENSG00000143171 +transcript chr1 165544000 165563957 ENST00000294818 protein_coding 2 1 NA LRRC52 ENSG00000162763 +CDS chr1 165544297 165544918 ENST00000294818 protein_coding 2 1 1 LRRC52 ENSG00000162763 +CDS chr1 165563505 165563821 ENST00000294818 protein_coding 2 1 2 LRRC52 ENSG00000162763 +transcript chr1 165631213 165661796 ENST00000367888 protein_coding 8 3 NA MGST3 ENSG00000143198 +transcript chr1 165631234 165656136 ENST00000367889 protein_coding 8 1 NA MGST3 ENSG00000143198 +transcript chr1 165631240 165655620 ENST00000367885 protein_coding 5 2 NA MGST3 ENSG00000143198 +transcript chr1 165631255 165655620 ENST00000367884 protein_coding 6 3 NA MGST3 ENSG00000143198 +transcript chr1 165632063 165655620 ENST00000367883 protein_coding 3 3 NA MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000367885 protein_coding 5 2 2 MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000367883 protein_coding 3 3 2 MGST3 ENSG00000143198 +transcript chr1 165632240 165656133 ENST00000627653 protein_coding 1 5 NA MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000627653 protein_coding 1 5 1 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000367885 protein_coding 5 2 3 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000367883 protein_coding 3 3 3 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000627653 protein_coding 1 5 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367889 protein_coding 8 1 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367888 protein_coding 8 3 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367884 protein_coding 6 3 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367889 protein_coding 8 1 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367888 protein_coding 8 3 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367885 protein_coding 5 2 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367884 protein_coding 6 3 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367883 protein_coding 3 3 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000627653 protein_coding 1 5 3 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367889 protein_coding 8 1 4 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367888 protein_coding 8 3 4 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367885 protein_coding 5 2 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367884 protein_coding 6 3 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367883 protein_coding 3 3 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000627653 protein_coding 1 5 4 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367889 protein_coding 8 1 5 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367888 protein_coding 8 3 5 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367885 protein_coding 5 2 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367884 protein_coding 6 3 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367883 protein_coding 3 3 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000627653 protein_coding 1 5 5 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367889 protein_coding 8 1 6 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367885 protein_coding 5 2 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367884 protein_coding 6 3 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367883 protein_coding 3 3 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000627653 protein_coding 1 5 6 MGST3 ENSG00000143198 +CDS chr1 165661429 165661493 ENST00000367888 protein_coding 8 3 6 MGST3 ENSG00000143198 +transcript chr1 165662216 165698562 ENST00000354775 protein_coding 5 1 NA ALDH9A1 ENSG00000143149 +CDS chr1 165663053 165663144 ENST00000354775 protein_coding 5 1 11 ALDH9A1 ENSG00000143149 +CDS chr1 165665018 165665130 ENST00000354775 protein_coding 5 1 10 ALDH9A1 ENSG00000143149 +CDS chr1 165667309 165667450 ENST00000354775 protein_coding 5 1 9 ALDH9A1 ENSG00000143149 +CDS chr1 165668926 165669013 ENST00000354775 protein_coding 5 1 8 ALDH9A1 ENSG00000143149 +CDS chr1 165669262 165669450 ENST00000354775 protein_coding 5 1 7 ALDH9A1 ENSG00000143149 +CDS chr1 165679442 165679582 ENST00000354775 protein_coding 5 1 6 ALDH9A1 ENSG00000143149 +CDS chr1 165680487 165680683 ENST00000354775 protein_coding 5 1 5 ALDH9A1 ENSG00000143149 +CDS chr1 165682107 165682241 ENST00000354775 protein_coding 5 1 4 ALDH9A1 ENSG00000143149 +CDS chr1 165682981 165683110 ENST00000354775 protein_coding 5 1 3 ALDH9A1 ENSG00000143149 +CDS chr1 165695252 165695397 ENST00000354775 protein_coding 5 1 2 ALDH9A1 ENSG00000143149 +CDS chr1 165698378 165698558 ENST00000354775 protein_coding 5 1 1 ALDH9A1 ENSG00000143149 +transcript chr1 165724293 165768922 ENST00000612311 protein_coding 4 1 NA TMCO1 ENSG00000143183 +transcript chr1 165726795 165768868 ENST00000367881 protein_coding 11 1 NA TMCO1 ENSG00000143183 +transcript chr1 165727306 165827755 ENST00000580248 protein_coding 5 2 NA TMCO1 ENSG00000143183 +transcript chr1 165727538 165768876 ENST00000464650 protein_coding 5 2 NA TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000612311 protein_coding 4 1 7 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000367881 protein_coding 11 1 7 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000580248 protein_coding 5 2 9 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000464650 protein_coding 5 2 7 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000612311 protein_coding 4 1 6 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000367881 protein_coding 11 1 6 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000580248 protein_coding 5 2 8 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000464650 protein_coding 5 2 6 TMCO1 ENSG00000143183 +transcript chr1 165743169 165768837 ENST00000481278 protein_coding 5 3 NA TMCO1 ENSG00000143183 +CDS chr1 165743169 165743311 ENST00000481278 protein_coding 5 3 6 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000612311 protein_coding 4 1 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000367881 protein_coding 11 1 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000580248 protein_coding 5 2 7 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000464650 protein_coding 5 2 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000481278 protein_coding 5 3 5 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000612311 protein_coding 4 1 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000367881 protein_coding 11 1 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754230 ENST00000580248 protein_coding 5 2 6 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754230 ENST00000464650 protein_coding 5 2 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000481278 protein_coding 5 3 4 TMCO1 ENSG00000143183 +transcript chr1 165754893 165768922 ENST00000628579 protein_coding 1 5 NA TMCO1 ENSG00000143183 +CDS chr1 165754896 165754990 ENST00000628579 protein_coding 1 5 4 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000612311 protein_coding 4 1 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000367881 protein_coding 11 1 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000481278 protein_coding 5 3 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000628579 protein_coding 1 5 3 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000612311 protein_coding 4 1 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000367881 protein_coding 11 1 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000481278 protein_coding 5 3 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000628579 protein_coding 1 5 2 TMCO1 ENSG00000143183 +CDS chr1 165768482 165768515 ENST00000481278 protein_coding 5 3 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768904 ENST00000612311 protein_coding 4 1 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768751 ENST00000367881 protein_coding 11 1 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768904 ENST00000628579 protein_coding 1 5 1 TMCO1 ENSG00000143183 +transcript chr1 165827614 165911618 ENST00000367879 protein_coding 9 1 NA UCK2 ENSG00000143179 +transcript chr1 165827805 165911608 ENST00000642653 protein_coding 1 NA NA UCK2 ENSG00000143179 +CDS chr1 165827834 165827932 ENST00000367879 protein_coding 9 1 1 UCK2 ENSG00000143179 +CDS chr1 165885344 165885379 ENST00000642653 protein_coding 1 NA 2 UCK2 ENSG00000143179 +CDS chr1 165890204 165890363 ENST00000367879 protein_coding 9 1 2 UCK2 ENSG00000143179 +CDS chr1 165890204 165890363 ENST00000642653 protein_coding 1 NA 3 UCK2 ENSG00000143179 +CDS chr1 165891226 165891322 ENST00000367879 protein_coding 9 1 3 UCK2 ENSG00000143179 +CDS chr1 165891226 165891322 ENST00000642653 protein_coding 1 NA 4 UCK2 ENSG00000143179 +transcript chr1 165895570 165908074 ENST00000469256 protein_coding 6 3 NA UCK2 ENSG00000143179 +transcript chr1 165895585 165907871 ENST00000470820 protein_coding 1 1 NA UCK2 ENSG00000143179 +CDS chr1 165896190 165896332 ENST00000367879 protein_coding 9 1 4 UCK2 ENSG00000143179 +CDS chr1 165896190 165896332 ENST00000642653 protein_coding 1 NA 5 UCK2 ENSG00000143179 +CDS chr1 165896284 165896332 ENST00000469256 protein_coding 6 3 2 UCK2 ENSG00000143179 +CDS chr1 165896284 165896332 ENST00000470820 protein_coding 1 1 1 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000367879 protein_coding 9 1 5 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000642653 protein_coding 1 NA 6 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000469256 protein_coding 6 3 3 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000470820 protein_coding 1 1 2 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000367879 protein_coding 9 1 6 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000642653 protein_coding 1 NA 7 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000469256 protein_coding 6 3 4 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000470820 protein_coding 1 1 3 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000367879 protein_coding 9 1 7 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000642653 protein_coding 1 NA 8 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000469256 protein_coding 6 3 5 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000470820 protein_coding 1 1 4 UCK2 ENSG00000143179 +transcript chr1 166069299 166167001 ENST00000354422 protein_coding 4 2 NA FAM78B ENSG00000188859 +transcript chr1 166070020 166166969 ENST00000338353 protein_coding 3 1 NA FAM78B ENSG00000188859 +CDS chr1 166070244 166070763 ENST00000354422 protein_coding 4 2 2 FAM78B ENSG00000188859 +CDS chr1 166070244 166070763 ENST00000338353 protein_coding 3 1 3 FAM78B ENSG00000188859 +CDS chr1 166165986 166166248 ENST00000354422 protein_coding 4 2 1 FAM78B ENSG00000188859 +CDS chr1 166165986 166166248 ENST00000338353 protein_coding 3 1 2 FAM78B ENSG00000188859 +transcript chr1 166839447 166849208 ENST00000449930 protein_coding 5 2 NA POGK ENSG00000143157 +transcript chr1 166839475 166856359 ENST00000367876 protein_coding 9 1 NA POGK ENSG00000143157 +transcript chr1 166840089 166854473 ENST00000367875 protein_coding 1 5 NA POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000449930 protein_coding 5 2 2 POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000367876 protein_coding 9 1 2 POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000367875 protein_coding 1 5 2 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000449930 protein_coding 5 2 3 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000367876 protein_coding 9 1 3 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000367875 protein_coding 1 5 3 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000449930 protein_coding 5 2 4 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000367876 protein_coding 9 1 4 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000367875 protein_coding 1 5 4 POGK ENSG00000143157 +CDS chr1 166848938 166849208 ENST00000449930 protein_coding 5 2 5 POGK ENSG00000143157 +CDS chr1 166848938 166850406 ENST00000367876 protein_coding 9 1 5 POGK ENSG00000143157 +CDS chr1 166848938 166850406 ENST00000367875 protein_coding 1 5 5 POGK ENSG00000143157 +transcript chr1 166856510 166876264 ENST00000367874 protein_coding 5 1 NA TADA1 ENSG00000152382 +CDS chr1 166857570 166857719 ENST00000367874 protein_coding 5 1 8 TADA1 ENSG00000152382 +CDS chr1 166858119 166858281 ENST00000367874 protein_coding 5 1 7 TADA1 ENSG00000152382 +CDS chr1 166860186 166860337 ENST00000367874 protein_coding 5 1 6 TADA1 ENSG00000152382 +CDS chr1 166862203 166862412 ENST00000367874 protein_coding 5 1 5 TADA1 ENSG00000152382 +CDS chr1 166863824 166863921 ENST00000367874 protein_coding 5 1 4 TADA1 ENSG00000152382 +CDS chr1 166869445 166869510 ENST00000367874 protein_coding 5 1 3 TADA1 ENSG00000152382 +CDS chr1 166869763 166869854 ENST00000367874 protein_coding 5 1 2 TADA1 ENSG00000152382 +CDS chr1 166876160 166876233 ENST00000367874 protein_coding 5 1 1 TADA1 ENSG00000152382 +transcript chr1 166908187 166975540 ENST00000271417 protein_coding 8 1 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000528703 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000525740 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000529387 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000469934 protein_coding 6 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000529071 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000526687 protein_coding 1 5 NA ILDR2 ENSG00000143195 +CDS chr1 166919291 166919390 ENST00000469934 protein_coding 6 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000271417 protein_coding 8 1 10 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000528703 protein_coding 5 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000525740 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000529071 protein_coding 5 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000526687 protein_coding 1 5 8 ILDR2 ENSG00000143195 +CDS chr1 166919389 166919390 ENST00000529387 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000271417 protein_coding 8 1 9 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000528703 protein_coding 5 5 8 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000525740 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000529071 protein_coding 5 5 8 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000526687 protein_coding 1 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000271417 protein_coding 8 1 8 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000528703 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000525740 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000469934 protein_coding 6 5 8 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000529071 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000526687 protein_coding 1 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000271417 protein_coding 8 1 7 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000528703 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000525740 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000469934 protein_coding 6 5 7 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000529071 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000526687 protein_coding 1 5 5 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000271417 protein_coding 8 1 6 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000469934 protein_coding 6 5 6 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000529071 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000271417 protein_coding 8 1 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000528703 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000469934 protein_coding 6 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000529071 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000271417 protein_coding 8 1 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000528703 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000469934 protein_coding 6 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000526687 protein_coding 1 5 4 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000271417 protein_coding 8 1 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000528703 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000525740 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000529387 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000469934 protein_coding 6 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000529071 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000526687 protein_coding 1 5 3 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000271417 protein_coding 8 1 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000528703 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000525740 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000529387 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000469934 protein_coding 6 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000529071 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000526687 protein_coding 1 5 2 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000271417 protein_coding 8 1 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000528703 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000525740 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000529387 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000469934 protein_coding 6 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000529071 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000526687 protein_coding 1 5 1 ILDR2 ENSG00000143195 +transcript chr1 166975582 167022213 ENST00000622874 protein_coding 4 1 NA MAEL ENSG00000143194 +transcript chr1 166989089 167022210 ENST00000367870 protein_coding 6 1 NA MAEL ENSG00000143194 +transcript chr1 166989280 167022214 ENST00000367872 protein_coding 9 1 NA MAEL ENSG00000143194 +transcript chr1 166989288 167017959 ENST00000447624 protein_coding 1 3 NA MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000367872 protein_coding 9 1 1 MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000447624 protein_coding 1 3 1 MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000367870 protein_coding 6 1 1 MAEL ENSG00000143194 +CDS chr1 166989737 166989829 ENST00000367872 protein_coding 9 1 2 MAEL ENSG00000143194 +CDS chr1 166989773 166989829 ENST00000622874 protein_coding 4 1 3 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000367872 protein_coding 9 1 3 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000447624 protein_coding 1 3 2 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000622874 protein_coding 4 1 4 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000367870 protein_coding 6 1 2 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000367872 protein_coding 9 1 4 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000447624 protein_coding 1 3 3 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000622874 protein_coding 4 1 5 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000367870 protein_coding 6 1 3 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000367872 protein_coding 9 1 5 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000447624 protein_coding 1 3 4 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000622874 protein_coding 4 1 6 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000367870 protein_coding 6 1 4 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000367872 protein_coding 9 1 6 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000447624 protein_coding 1 3 5 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000622874 protein_coding 4 1 7 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000367870 protein_coding 6 1 5 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000367872 protein_coding 9 1 7 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000447624 protein_coding 1 3 6 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000622874 protein_coding 4 1 8 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000367870 protein_coding 6 1 6 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000367872 protein_coding 9 1 8 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000447624 protein_coding 1 3 7 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000622874 protein_coding 4 1 9 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000367870 protein_coding 6 1 7 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000367872 protein_coding 9 1 9 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000447624 protein_coding 1 3 8 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000622874 protein_coding 4 1 10 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000367870 protein_coding 6 1 8 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000367872 protein_coding 9 1 10 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000447624 protein_coding 1 3 9 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000622874 protein_coding 4 1 11 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000367870 protein_coding 6 1 9 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000367872 protein_coding 9 1 11 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000622874 protein_coding 4 1 12 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000367870 protein_coding 6 1 10 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000367872 protein_coding 9 1 12 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000622874 protein_coding 4 1 13 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000367870 protein_coding 6 1 11 MAEL ENSG00000143194 +transcript chr1 167052836 167090377 ENST00000367868 protein_coding 4 1 NA GPA33 ENSG00000143167 +CDS chr1 167054337 167054466 ENST00000367868 protein_coding 4 1 7 GPA33 ENSG00000143167 +CDS chr1 167054976 167055111 ENST00000367868 protein_coding 4 1 6 GPA33 ENSG00000143167 +CDS chr1 167055730 167055849 ENST00000367868 protein_coding 4 1 5 GPA33 ENSG00000143167 +CDS chr1 167063582 167063737 ENST00000367868 protein_coding 4 1 4 GPA33 ENSG00000143167 +transcript chr1 167063630 167166479 ENST00000632571 protein_coding 1 4 NA GPA33 ENSG00000143167 +CDS chr1 167063630 167063737 ENST00000632571 protein_coding 1 4 4 GPA33 ENSG00000143167 +CDS chr1 167068922 167069138 ENST00000367868 protein_coding 4 1 3 GPA33 ENSG00000143167 +CDS chr1 167068922 167069012 ENST00000632571 protein_coding 1 4 3 GPA33 ENSG00000143167 +CDS chr1 167073385 167073539 ENST00000367868 protein_coding 4 1 2 GPA33 ENSG00000143167 +CDS chr1 167090245 167090287 ENST00000367868 protein_coding 4 1 1 GPA33 ENSG00000143167 +transcript chr1 167094075 167129165 ENST00000361200 protein_coding 7 5 NA STYXL2 ENSG00000198842 +transcript chr1 167094340 167128608 ENST00000271385 protein_coding 9 1 NA STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000361200 protein_coding 7 5 2 STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000271385 protein_coding 9 1 2 STYXL2 ENSG00000198842 +transcript chr1 167094850 167129165 ENST00000443333 protein_coding 1 5 NA STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000443333 protein_coding 1 5 1 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000361200 protein_coding 7 5 3 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000271385 protein_coding 9 1 3 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000443333 protein_coding 1 5 2 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000361200 protein_coding 7 5 4 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000271385 protein_coding 9 1 4 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000443333 protein_coding 1 5 3 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000361200 protein_coding 7 5 5 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000271385 protein_coding 9 1 5 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000443333 protein_coding 1 5 4 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000361200 protein_coding 7 5 6 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000271385 protein_coding 9 1 6 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000443333 protein_coding 1 5 5 STYXL2 ENSG00000198842 +transcript chr1 167220886 167427340 ENST00000367866 protein_coding 7 1 NA POU2F1 ENSG00000143190 +transcript chr1 167220891 167427342 ENST00000429375 protein_coding 6 2 NA POU2F1 ENSG00000143190 +CDS chr1 167220898 167220958 ENST00000367866 protein_coding 7 1 1 POU2F1 ENSG00000143190 +CDS chr1 167220898 167220958 ENST00000429375 protein_coding 6 2 1 POU2F1 ENSG00000143190 +transcript chr1 167220898 167427345 ENST00000541643 protein_coding 7 1 NA POU2F1 ENSG00000143190 +transcript chr1 167329044 167427345 ENST00000367862 protein_coding 9 1 NA POU2F1 ENSG00000143190 +transcript chr1 167329166 167413114 ENST00000420254 protein_coding 7 5 NA POU2F1 ENSG00000143190 +CDS chr1 167329279 167329306 ENST00000367862 protein_coding 9 1 1 POU2F1 ENSG00000143190 +CDS chr1 167329279 167329306 ENST00000420254 protein_coding 7 5 1 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000367866 protein_coding 7 1 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000429375 protein_coding 6 2 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000367862 protein_coding 9 1 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000420254 protein_coding 7 5 2 POU2F1 ENSG00000143190 +CDS chr1 167332478 167332535 ENST00000541643 protein_coding 7 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000367866 protein_coding 7 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000429375 protein_coding 6 2 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000541643 protein_coding 7 1 4 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000367862 protein_coding 9 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000420254 protein_coding 7 5 3 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000367866 protein_coding 7 1 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000429375 protein_coding 6 2 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000541643 protein_coding 7 1 5 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000367862 protein_coding 9 1 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000420254 protein_coding 7 5 4 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000367866 protein_coding 7 1 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000429375 protein_coding 6 2 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000541643 protein_coding 7 1 6 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000367862 protein_coding 9 1 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000420254 protein_coding 7 5 5 POU2F1 ENSG00000143190 +transcript chr1 167371980 167427342 ENST00000443275 protein_coding 2 1 NA POU2F1 ENSG00000143190 +CDS chr1 167371980 167372036 ENST00000443275 protein_coding 2 1 1 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000367866 protein_coding 7 1 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000541643 protein_coding 7 1 7 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000367862 protein_coding 9 1 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000420254 protein_coding 7 5 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000443275 protein_coding 2 1 2 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000367866 protein_coding 7 1 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000429375 protein_coding 6 2 6 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000541643 protein_coding 7 1 8 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000367862 protein_coding 9 1 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000420254 protein_coding 7 5 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000443275 protein_coding 2 1 3 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000367866 protein_coding 7 1 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000429375 protein_coding 6 2 7 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000541643 protein_coding 7 1 9 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000367862 protein_coding 9 1 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000420254 protein_coding 7 5 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000443275 protein_coding 2 1 4 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000367866 protein_coding 7 1 9 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000429375 protein_coding 6 2 8 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000541643 protein_coding 7 1 10 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000367862 protein_coding 9 1 9 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000443275 protein_coding 2 1 5 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000367866 protein_coding 7 1 10 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000429375 protein_coding 6 2 9 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000541643 protein_coding 7 1 11 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000367862 protein_coding 9 1 10 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000420254 protein_coding 7 5 9 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000443275 protein_coding 2 1 6 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000367866 protein_coding 7 1 11 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000429375 protein_coding 6 2 10 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000541643 protein_coding 7 1 12 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000367862 protein_coding 9 1 11 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000420254 protein_coding 7 5 10 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000443275 protein_coding 2 1 7 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000367866 protein_coding 7 1 12 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000429375 protein_coding 6 2 11 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000541643 protein_coding 7 1 13 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000367862 protein_coding 9 1 12 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000420254 protein_coding 7 5 11 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000443275 protein_coding 2 1 8 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000367866 protein_coding 7 1 13 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000429375 protein_coding 6 2 12 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000541643 protein_coding 7 1 14 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000367862 protein_coding 9 1 13 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000420254 protein_coding 7 5 12 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000443275 protein_coding 2 1 9 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000367866 protein_coding 7 1 14 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000429375 protein_coding 6 2 13 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000541643 protein_coding 7 1 15 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000367862 protein_coding 9 1 14 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000420254 protein_coding 7 5 13 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000443275 protein_coding 2 1 10 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000367866 protein_coding 7 1 15 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000429375 protein_coding 6 2 14 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000541643 protein_coding 7 1 16 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000367862 protein_coding 9 1 15 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000420254 protein_coding 7 5 14 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000443275 protein_coding 2 1 11 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000367866 protein_coding 7 1 16 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000429375 protein_coding 6 2 15 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000541643 protein_coding 7 1 17 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000367862 protein_coding 9 1 16 POU2F1 ENSG00000143190 +CDS chr1 167416049 167416086 ENST00000443275 protein_coding 2 1 12 POU2F1 ENSG00000143190 +transcript chr1 167430640 167518529 ENST00000362089 protein_coding 10 1 NA CD247 ENSG00000198821 +transcript chr1 167430640 167518610 ENST00000392122 protein_coding 3 1 NA CD247 ENSG00000198821 +CDS chr1 167431684 167431746 ENST00000362089 protein_coding 10 1 8 CD247 ENSG00000198821 +CDS chr1 167431684 167431746 ENST00000392122 protein_coding 3 1 8 CD247 ENSG00000198821 +CDS chr1 167433024 167433059 ENST00000362089 protein_coding 10 1 7 CD247 ENSG00000198821 +CDS chr1 167433024 167433059 ENST00000392122 protein_coding 3 1 7 CD247 ENSG00000198821 +CDS chr1 167434020 167434076 ENST00000362089 protein_coding 10 1 6 CD247 ENSG00000198821 +CDS chr1 167434020 167434076 ENST00000392122 protein_coding 3 1 6 CD247 ENSG00000198821 +CDS chr1 167435399 167435434 ENST00000362089 protein_coding 10 1 5 CD247 ENSG00000198821 +CDS chr1 167435399 167435431 ENST00000392122 protein_coding 3 1 5 CD247 ENSG00000198821 +CDS chr1 167438570 167438650 ENST00000362089 protein_coding 10 1 4 CD247 ENSG00000198821 +CDS chr1 167438570 167438650 ENST00000392122 protein_coding 3 1 4 CD247 ENSG00000198821 +CDS chr1 167439344 167439400 ENST00000362089 protein_coding 10 1 3 CD247 ENSG00000198821 +CDS chr1 167439344 167439400 ENST00000392122 protein_coding 3 1 3 CD247 ENSG00000198821 +CDS chr1 167440664 167440767 ENST00000362089 protein_coding 10 1 2 CD247 ENSG00000198821 +CDS chr1 167440664 167440767 ENST00000392122 protein_coding 3 1 2 CD247 ENSG00000198821 +CDS chr1 167518408 167518465 ENST00000362089 protein_coding 10 1 1 CD247 ENSG00000198821 +CDS chr1 167518408 167518465 ENST00000392122 protein_coding 3 1 1 CD247 ENSG00000198821 +transcript chr1 167529117 167553805 ENST00000466652 protein_coding 2 3 NA CREG1 ENSG00000143162 +CDS chr1 167533292 167533397 ENST00000466652 protein_coding 2 3 4 CREG1 ENSG00000143162 +transcript chr1 167541013 167553762 ENST00000370509 protein_coding 5 1 NA CREG1 ENSG00000143162 +CDS chr1 167542301 167542301 ENST00000370509 protein_coding 5 1 4 CREG1 ENSG00000143162 +CDS chr1 167546101 167546285 ENST00000466652 protein_coding 2 3 3 CREG1 ENSG00000143162 +CDS chr1 167546101 167546285 ENST00000370509 protein_coding 5 1 3 CREG1 ENSG00000143162 +CDS chr1 167548002 167548121 ENST00000466652 protein_coding 2 3 2 CREG1 ENSG00000143162 +CDS chr1 167548002 167548121 ENST00000370509 protein_coding 5 1 2 CREG1 ENSG00000143162 +CDS chr1 167553388 167553741 ENST00000466652 protein_coding 2 3 1 CREG1 ENSG00000143162 +CDS chr1 167553388 167553741 ENST00000370509 protein_coding 5 1 1 CREG1 ENSG00000143162 +transcript chr1 167630093 167706248 ENST00000537350 protein_coding 5 1 NA RCSD1 ENSG00000198771 +transcript chr1 167630193 167697287 ENST00000361496 protein_coding 3 3 NA RCSD1 ENSG00000198771 +transcript chr1 167630232 167708696 ENST00000367854 protein_coding 8 1 NA RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000367854 protein_coding 8 1 1 RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000361496 protein_coding 3 3 1 RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000537350 protein_coding 5 1 1 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000367854 protein_coding 8 1 2 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000361496 protein_coding 3 3 2 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000537350 protein_coding 5 1 2 RCSD1 ENSG00000198771 +CDS chr1 167685421 167685510 ENST00000367854 protein_coding 8 1 3 RCSD1 ENSG00000198771 +CDS chr1 167685421 167685510 ENST00000361496 protein_coding 3 3 3 RCSD1 ENSG00000198771 +CDS chr1 167690049 167690120 ENST00000367854 protein_coding 8 1 4 RCSD1 ENSG00000198771 +CDS chr1 167690049 167690120 ENST00000537350 protein_coding 5 1 3 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000367854 protein_coding 8 1 5 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000361496 protein_coding 3 3 4 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000537350 protein_coding 5 1 4 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697842 ENST00000367854 protein_coding 8 1 6 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697287 ENST00000361496 protein_coding 3 3 5 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697842 ENST00000537350 protein_coding 5 1 5 RCSD1 ENSG00000198771 +CDS chr1 167704664 167704693 ENST00000367854 protein_coding 8 1 7 RCSD1 ENSG00000198771 +CDS chr1 167704664 167704693 ENST00000537350 protein_coding 5 1 6 RCSD1 ENSG00000198771 +transcript chr1 167721982 167791919 ENST00000359523 protein_coding 7 1 NA MPZL1 ENSG00000197965 +transcript chr1 167721989 167790819 ENST00000392121 protein_coding 7 2 NA MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000359523 protein_coding 7 1 1 MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000392121 protein_coding 7 2 1 MPZL1 ENSG00000197965 +transcript chr1 167722152 167787844 ENST00000474859 protein_coding 5 1 NA MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000474859 protein_coding 5 1 1 MPZL1 ENSG00000197965 +transcript chr1 167765570 167788173 ENST00000367853 protein_coding 3 1 NA MPZL1 ENSG00000197965 +CDS chr1 167765570 167765749 ENST00000367853 protein_coding 3 1 1 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000359523 protein_coding 7 1 2 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000392121 protein_coding 7 2 2 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000474859 protein_coding 5 1 2 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000359523 protein_coding 7 1 3 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000474859 protein_coding 5 1 3 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000367853 protein_coding 3 1 2 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000359523 protein_coding 7 1 4 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000474859 protein_coding 5 1 4 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000367853 protein_coding 3 1 3 MPZL1 ENSG00000197965 +CDS chr1 167776064 167776166 ENST00000359523 protein_coding 7 1 5 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787918 ENST00000359523 protein_coding 7 1 6 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787918 ENST00000392121 protein_coding 7 2 3 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787841 ENST00000474859 protein_coding 5 1 5 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787841 ENST00000367853 protein_coding 3 1 4 MPZL1 ENSG00000197965 +transcript chr1 167809386 167914134 ENST00000367851 protein_coding 9 1 NA ADCY10 ENSG00000143199 +transcript chr1 167809388 167914215 ENST00000545172 protein_coding 5 2 NA ADCY10 ENSG00000143199 +transcript chr1 167809678 167914102 ENST00000367848 protein_coding 1 1 NA ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000545172 protein_coding 5 2 30 ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000367851 protein_coding 9 1 33 ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000367848 protein_coding 1 1 33 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000545172 protein_coding 5 2 29 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000367851 protein_coding 9 1 32 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000367848 protein_coding 1 1 32 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000545172 protein_coding 5 2 28 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000367851 protein_coding 9 1 31 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000367848 protein_coding 1 1 31 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000545172 protein_coding 5 2 27 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000367851 protein_coding 9 1 30 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000367848 protein_coding 1 1 30 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000545172 protein_coding 5 2 26 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000367851 protein_coding 9 1 29 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000367848 protein_coding 1 1 29 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000545172 protein_coding 5 2 25 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000367851 protein_coding 9 1 28 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000367848 protein_coding 1 1 28 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000545172 protein_coding 5 2 24 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000367851 protein_coding 9 1 27 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000367848 protein_coding 1 1 27 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000545172 protein_coding 5 2 23 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000367851 protein_coding 9 1 26 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000367848 protein_coding 1 1 26 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000545172 protein_coding 5 2 22 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000367851 protein_coding 9 1 25 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000367848 protein_coding 1 1 25 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000545172 protein_coding 5 2 21 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000367851 protein_coding 9 1 24 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000367848 protein_coding 1 1 24 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000545172 protein_coding 5 2 20 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000367851 protein_coding 9 1 23 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000367848 protein_coding 1 1 23 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000545172 protein_coding 5 2 19 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000367851 protein_coding 9 1 22 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000367848 protein_coding 1 1 22 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000545172 protein_coding 5 2 18 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000367851 protein_coding 9 1 21 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000367848 protein_coding 1 1 21 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000545172 protein_coding 5 2 17 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000367851 protein_coding 9 1 20 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000367848 protein_coding 1 1 20 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000545172 protein_coding 5 2 16 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000367851 protein_coding 9 1 19 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000367848 protein_coding 1 1 19 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000545172 protein_coding 5 2 15 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000367851 protein_coding 9 1 18 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000367848 protein_coding 1 1 18 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000545172 protein_coding 5 2 14 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000367851 protein_coding 9 1 17 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000367848 protein_coding 1 1 17 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000545172 protein_coding 5 2 13 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000367851 protein_coding 9 1 16 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000367848 protein_coding 1 1 16 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000545172 protein_coding 5 2 12 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000367851 protein_coding 9 1 15 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000367848 protein_coding 1 1 15 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000545172 protein_coding 5 2 11 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000367851 protein_coding 9 1 14 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000367848 protein_coding 1 1 14 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000545172 protein_coding 5 2 10 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000367851 protein_coding 9 1 13 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000367848 protein_coding 1 1 13 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000545172 protein_coding 5 2 9 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000367851 protein_coding 9 1 12 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000367848 protein_coding 1 1 12 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000545172 protein_coding 5 2 8 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000367851 protein_coding 9 1 11 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000367848 protein_coding 1 1 11 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000545172 protein_coding 5 2 7 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000367851 protein_coding 9 1 10 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000367848 protein_coding 1 1 10 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000545172 protein_coding 5 2 6 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000367851 protein_coding 9 1 9 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000367848 protein_coding 1 1 9 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000545172 protein_coding 5 2 5 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000367851 protein_coding 9 1 8 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000367848 protein_coding 1 1 8 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000545172 protein_coding 5 2 4 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000367851 protein_coding 9 1 7 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000367848 protein_coding 1 1 7 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899605 ENST00000545172 protein_coding 5 2 3 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899628 ENST00000367851 protein_coding 9 1 6 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899628 ENST00000367848 protein_coding 1 1 6 ADCY10 ENSG00000143199 +CDS chr1 167901662 167901805 ENST00000367851 protein_coding 9 1 5 ADCY10 ENSG00000143199 +CDS chr1 167901662 167901821 ENST00000367848 protein_coding 1 1 5 ADCY10 ENSG00000143199 +CDS chr1 167902016 167902054 ENST00000367851 protein_coding 9 1 4 ADCY10 ENSG00000143199 +CDS chr1 167903887 167903991 ENST00000367851 protein_coding 9 1 3 ADCY10 ENSG00000143199 +transcript chr1 167904610 167914089 ENST00000476818 protein_coding 2 3 NA ADCY10 ENSG00000143199 +CDS chr1 167904922 167905140 ENST00000476818 protein_coding 2 3 2 ADCY10 ENSG00000143199 +CDS chr1 167904993 167905140 ENST00000367851 protein_coding 9 1 2 ADCY10 ENSG00000143199 +transcript chr1 167916675 167937072 ENST00000271373 protein_coding 9 1 NA MPC2 ENSG00000143158 +transcript chr1 167916729 167936040 ENST00000367846 protein_coding 8 1 NA MPC2 ENSG00000143158 +CDS chr1 167918326 167918359 ENST00000367846 protein_coding 8 1 5 MPC2 ENSG00000143158 +CDS chr1 167918326 167918359 ENST00000271373 protein_coding 9 1 6 MPC2 ENSG00000143158 +CDS chr1 167919979 167920090 ENST00000367846 protein_coding 8 1 4 MPC2 ENSG00000143158 +CDS chr1 167919979 167920090 ENST00000271373 protein_coding 9 1 5 MPC2 ENSG00000143158 +transcript chr1 167920011 167936805 ENST00000458574 protein_coding 1 5 NA MPC2 ENSG00000143158 +CDS chr1 167920011 167920090 ENST00000458574 protein_coding 1 5 5 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000367846 protein_coding 8 1 3 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000271373 protein_coding 9 1 4 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000458574 protein_coding 1 5 4 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000367846 protein_coding 8 1 2 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000271373 protein_coding 9 1 3 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000458574 protein_coding 1 5 3 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000367846 protein_coding 8 1 1 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000271373 protein_coding 9 1 2 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000458574 protein_coding 1 5 2 MPC2 ENSG00000143158 +transcript chr1 167936559 168075841 ENST00000432587 protein_coding 6 2 NA DCAF6 ENSG00000143164 +transcript chr1 167936661 168075843 ENST00000367843 protein_coding 7 5 NA DCAF6 ENSG00000143164 +transcript chr1 167936683 168075836 ENST00000367840 protein_coding 4 1 NA DCAF6 ENSG00000143164 +transcript chr1 167936708 168075834 ENST00000312263 protein_coding 10 1 NA DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000367843 protein_coding 7 5 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000312263 protein_coding 10 1 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000367840 protein_coding 4 1 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000432587 protein_coding 6 2 1 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000367843 protein_coding 7 5 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000312263 protein_coding 10 1 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000367840 protein_coding 4 1 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000432587 protein_coding 6 2 2 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000367843 protein_coding 7 5 3 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000312263 protein_coding 10 1 3 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000367840 protein_coding 4 1 3 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000367843 protein_coding 7 5 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000312263 protein_coding 10 1 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000367840 protein_coding 4 1 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000432587 protein_coding 6 2 3 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000367843 protein_coding 7 5 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000312263 protein_coding 10 1 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000367840 protein_coding 4 1 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000432587 protein_coding 6 2 4 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000367843 protein_coding 7 5 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000312263 protein_coding 10 1 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000367840 protein_coding 4 1 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000432587 protein_coding 6 2 5 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000367843 protein_coding 7 5 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000312263 protein_coding 10 1 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000367840 protein_coding 4 1 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000432587 protein_coding 6 2 6 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000367843 protein_coding 7 5 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000312263 protein_coding 10 1 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000367840 protein_coding 4 1 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000432587 protein_coding 6 2 7 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000367843 protein_coding 7 5 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000312263 protein_coding 10 1 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000367840 protein_coding 4 1 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000432587 protein_coding 6 2 8 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000367843 protein_coding 7 5 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000312263 protein_coding 10 1 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000367840 protein_coding 4 1 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000432587 protein_coding 6 2 9 DCAF6 ENSG00000143164 +CDS chr1 168015781 168015951 ENST00000367840 protein_coding 4 1 11 DCAF6 ENSG00000143164 +CDS chr1 168015781 168015951 ENST00000432587 protein_coding 6 2 10 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000367843 protein_coding 7 5 11 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000367840 protein_coding 4 1 12 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000432587 protein_coding 6 2 11 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000367843 protein_coding 7 5 12 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000312263 protein_coding 10 1 11 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000367840 protein_coding 4 1 13 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000432587 protein_coding 6 2 12 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000367843 protein_coding 7 5 13 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000312263 protein_coding 10 1 12 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000367840 protein_coding 4 1 14 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000432587 protein_coding 6 2 13 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000367843 protein_coding 7 5 14 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000312263 protein_coding 10 1 13 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000367840 protein_coding 4 1 15 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000432587 protein_coding 6 2 14 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000367843 protein_coding 7 5 15 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000312263 protein_coding 10 1 14 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000367840 protein_coding 4 1 16 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000432587 protein_coding 6 2 15 DCAF6 ENSG00000143164 +CDS chr1 168050892 168050933 ENST00000367840 protein_coding 4 1 17 DCAF6 ENSG00000143164 +CDS chr1 168050892 168050933 ENST00000432587 protein_coding 6 2 16 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000367843 protein_coding 7 5 16 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000312263 protein_coding 10 1 15 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000367840 protein_coding 4 1 18 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000432587 protein_coding 6 2 17 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000367843 protein_coding 7 5 17 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000312263 protein_coding 10 1 16 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000367840 protein_coding 4 1 19 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000432587 protein_coding 6 2 18 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000367843 protein_coding 7 5 18 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000312263 protein_coding 10 1 17 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000367840 protein_coding 4 1 20 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000432587 protein_coding 6 2 19 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000367843 protein_coding 7 5 19 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000312263 protein_coding 10 1 18 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000367840 protein_coding 4 1 21 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000432587 protein_coding 6 2 20 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000367843 protein_coding 7 5 20 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000312263 protein_coding 10 1 19 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000367840 protein_coding 4 1 22 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000432587 protein_coding 6 2 21 DCAF6 ENSG00000143164 +transcript chr1 168079542 168136930 ENST00000682931 protein_coding 1 NA NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137573 ENST00000546300 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137573 ENST00000271357 protein_coding 9 1 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168136707 ENST00000539777 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137667 ENST00000537209 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168084759 168136386 ENST00000367838 protein_coding 5 1 NA GPR161 ENSG00000143147 +transcript chr1 168085269 168136383 ENST00000367836 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168085278 168137583 ENST00000367835 protein_coding 1 2 NA GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367838 protein_coding 5 1 8 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367836 protein_coding 5 2 6 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367835 protein_coding 1 2 7 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000546300 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000271357 protein_coding 9 1 6 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000539777 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000537209 protein_coding 5 2 7 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000682931 protein_coding 1 NA 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367838 protein_coding 5 1 7 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367836 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367835 protein_coding 1 2 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000546300 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000271357 protein_coding 9 1 5 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000539777 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000537209 protein_coding 5 2 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000682931 protein_coding 1 NA 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367838 protein_coding 5 1 6 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367836 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367835 protein_coding 1 2 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000546300 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000271357 protein_coding 9 1 4 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000539777 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000537209 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000682931 protein_coding 1 NA 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000367838 protein_coding 5 1 5 GPR161 ENSG00000143147 +CDS chr1 168096508 168097210 ENST00000367836 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000367835 protein_coding 1 2 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000546300 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000271357 protein_coding 9 1 3 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000539777 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000537209 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000682931 protein_coding 1 NA 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000367838 protein_coding 5 1 4 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000367835 protein_coding 1 2 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104894 ENST00000271357 protein_coding 9 1 2 GPR161 ENSG00000143147 +CDS chr1 168104477 168104894 ENST00000537209 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000682931 protein_coding 1 NA 2 GPR161 ENSG00000143147 +CDS chr1 168134906 168134921 ENST00000537209 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168136257 168136396 ENST00000539777 protein_coding 5 2 1 GPR161 ENSG00000143147 +CDS chr1 168137390 168137421 ENST00000546300 protein_coding 5 2 1 GPR161 ENSG00000143147 +CDS chr1 168137390 168137396 ENST00000271357 protein_coding 9 1 1 GPR161 ENSG00000143147 +transcript chr1 168178962 168202109 ENST00000367833 protein_coding 7 1 NA TIPRL ENSG00000143155 +transcript chr1 168179055 168192395 ENST00000367830 protein_coding 3 1 NA TIPRL ENSG00000143155 +CDS chr1 168179078 168179181 ENST00000367833 protein_coding 7 1 1 TIPRL ENSG00000143155 +CDS chr1 168179078 168179181 ENST00000367830 protein_coding 3 1 1 TIPRL ENSG00000143155 +CDS chr1 168183902 168184081 ENST00000367833 protein_coding 7 1 2 TIPRL ENSG00000143155 +CDS chr1 168183902 168184081 ENST00000367830 protein_coding 3 1 2 TIPRL ENSG00000143155 +CDS chr1 168184779 168184878 ENST00000367833 protein_coding 7 1 3 TIPRL ENSG00000143155 +CDS chr1 168184779 168184878 ENST00000367830 protein_coding 3 1 3 TIPRL ENSG00000143155 +CDS chr1 168191369 168191500 ENST00000367833 protein_coding 7 1 4 TIPRL ENSG00000143155 +CDS chr1 168191369 168191500 ENST00000367830 protein_coding 3 1 4 TIPRL ENSG00000143155 +CDS chr1 168192208 168192225 ENST00000367830 protein_coding 3 1 5 TIPRL ENSG00000143155 +CDS chr1 168196547 168196642 ENST00000367833 protein_coding 7 1 5 TIPRL ENSG00000143155 +CDS chr1 168198919 168198981 ENST00000367833 protein_coding 7 1 6 TIPRL ENSG00000143155 +CDS chr1 168199903 168200043 ENST00000367833 protein_coding 7 1 7 TIPRL ENSG00000143155 +transcript chr1 168225950 168239160 ENST00000367829 protein_coding 5 5 NA SFT2D2 ENSG00000213064 +transcript chr1 168226004 168253021 ENST00000271375 protein_coding 7 1 NA SFT2D2 ENSG00000213064 +transcript chr1 168226008 168243140 ENST00000630869 protein_coding 1 4 NA SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000367829 protein_coding 5 5 1 SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000271375 protein_coding 7 1 1 SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000630869 protein_coding 1 4 1 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000367829 protein_coding 5 5 2 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000271375 protein_coding 7 1 2 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000630869 protein_coding 1 4 2 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000367829 protein_coding 5 5 3 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000271375 protein_coding 7 1 3 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000630869 protein_coding 1 4 3 SFT2D2 ENSG00000213064 +CDS chr1 168235101 168235182 ENST00000271375 protein_coding 7 1 4 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000367829 protein_coding 5 5 4 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000271375 protein_coding 7 1 5 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000630869 protein_coding 1 4 4 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236763 ENST00000367829 protein_coding 5 5 5 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236770 ENST00000271375 protein_coding 7 1 6 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236763 ENST00000630869 protein_coding 1 4 5 SFT2D2 ENSG00000213064 +CDS chr1 168239131 168239160 ENST00000271375 protein_coding 7 1 7 SFT2D2 ENSG00000213064 +CDS chr1 168242501 168242537 ENST00000271375 protein_coding 7 1 8 SFT2D2 ENSG00000213064 +transcript chr1 168280877 168314426 ENST00000367821 protein_coding 8 1 NA TBX19 ENSG00000143178 +CDS chr1 168281091 168281293 ENST00000367821 protein_coding 8 1 1 TBX19 ENSG00000143178 +CDS chr1 168291160 168291424 ENST00000367821 protein_coding 8 1 2 TBX19 ENSG00000143178 +transcript chr1 168291160 168314424 ENST00000431969 protein_coding 5 5 NA TBX19 ENSG00000143178 +CDS chr1 168291160 168291424 ENST00000431969 protein_coding 5 5 1 TBX19 ENSG00000143178 +CDS chr1 168293144 168293278 ENST00000367821 protein_coding 8 1 3 TBX19 ENSG00000143178 +CDS chr1 168293144 168293278 ENST00000431969 protein_coding 5 5 2 TBX19 ENSG00000143178 +transcript chr1 168297624 168313915 ENST00000441464 protein_coding 1 2 NA TBX19 ENSG00000143178 +CDS chr1 168297624 168297785 ENST00000441464 protein_coding 1 2 1 TBX19 ENSG00000143178 +CDS chr1 168297724 168297785 ENST00000367821 protein_coding 8 1 4 TBX19 ENSG00000143178 +CDS chr1 168297724 168297785 ENST00000431969 protein_coding 5 5 3 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000367821 protein_coding 8 1 5 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000431969 protein_coding 5 5 4 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000441464 protein_coding 1 2 2 TBX19 ENSG00000143178 +CDS chr1 168305008 168305196 ENST00000367821 protein_coding 8 1 6 TBX19 ENSG00000143178 +CDS chr1 168305008 168305196 ENST00000441464 protein_coding 1 2 3 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000367821 protein_coding 8 1 7 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000431969 protein_coding 5 5 5 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000441464 protein_coding 1 2 4 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000367821 protein_coding 8 1 8 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000431969 protein_coding 5 5 6 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000441464 protein_coding 1 2 5 TBX19 ENSG00000143178 +transcript chr1 168540768 168543997 ENST00000367819 protein_coding 3 1 NA XCL2 ENSG00000143185 +CDS chr1 168540955 168541120 ENST00000367819 protein_coding 3 1 3 XCL2 ENSG00000143185 +CDS chr1 168541993 168542107 ENST00000367819 protein_coding 3 1 2 XCL2 ENSG00000143185 +CDS chr1 168543904 168543964 ENST00000367819 protein_coding 3 1 1 XCL2 ENSG00000143185 +transcript chr1 168576605 168582069 ENST00000367818 protein_coding 4 1 NA XCL1 ENSG00000143184 +CDS chr1 168576638 168576698 ENST00000367818 protein_coding 4 1 1 XCL1 ENSG00000143184 +CDS chr1 168580063 168580177 ENST00000367818 protein_coding 4 1 2 XCL1 ENSG00000143184 +CDS chr1 168581052 168581217 ENST00000367818 protein_coding 4 1 3 XCL1 ENSG00000143184 +transcript chr1 168695468 168729206 ENST00000367817 protein_coding 4 1 NA DPT ENSG00000143196 +CDS chr1 168696552 168696615 ENST00000367817 protein_coding 4 1 4 DPT ENSG00000143196 +CDS chr1 168701017 168701124 ENST00000367817 protein_coding 4 1 3 DPT ENSG00000143196 +CDS chr1 168714221 168714346 ENST00000367817 protein_coding 4 1 2 DPT ENSG00000143196 +CDS chr1 168728870 168729174 ENST00000367817 protein_coding 4 1 1 DPT ENSG00000143196 +transcript chr1 169105697 169132722 ENST00000367816 protein_coding 5 5 NA ATP1B1 ENSG00000143153 +transcript chr1 169106323 169131777 ENST00000690184 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106683 169135009 ENST00000689522 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106688 169132701 ENST00000691106 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106690 169132719 ENST00000367815 protein_coding 9 1 NA ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000367816 protein_coding 5 5 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000690184 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000689522 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000367815 protein_coding 9 1 1 ATP1B1 ENSG00000143153 +transcript chr1 169106896 169132722 ENST00000686702 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107091 169132701 ENST00000685155 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107596 169132701 ENST00000685792 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107889 169132701 ENST00000691753 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107896 169132701 ENST00000494797 protein_coding 2 2 NA ATP1B1 ENSG00000143153 +transcript chr1 169108004 169132701 ENST00000691802 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169110410 169132016 ENST00000687745 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169110867 169132701 ENST00000685762 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000367816 protein_coding 5 5 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000690184 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000689522 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000367815 protein_coding 9 1 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000686702 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685155 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685792 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000691753 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000494797 protein_coding 2 2 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000687745 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685762 protein_coding 1 NA 1 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000367816 protein_coding 5 5 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000690184 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000689522 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000367815 protein_coding 9 1 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000686702 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685155 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685792 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000691753 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000494797 protein_coding 2 2 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000687745 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685762 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169125018 169125039 ENST00000691106 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169125018 169125039 ENST00000691802 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000367816 protein_coding 5 5 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000690184 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000689522 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691106 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000367815 protein_coding 9 1 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000686702 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685155 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685792 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691753 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000494797 protein_coding 2 2 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691802 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000687745 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685762 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000367816 protein_coding 5 5 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000690184 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000689522 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691106 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000367815 protein_coding 9 1 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000686702 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685155 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685792 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691753 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000494797 protein_coding 2 2 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691802 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000687745 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685762 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000367816 protein_coding 5 5 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000690184 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000689522 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691106 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000367815 protein_coding 9 1 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000686702 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685155 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685792 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691753 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000494797 protein_coding 2 2 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691802 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000687745 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685762 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +transcript chr1 169132531 169367946 ENST00000472647 protein_coding 5 2 NA NME7 ENSG00000143156 +transcript chr1 169132531 169367797 ENST00000367811 protein_coding 8 1 NA NME7 ENSG00000143156 +CDS chr1 169132788 169132817 ENST00000472647 protein_coding 5 2 12 NME7 ENSG00000143156 +CDS chr1 169132788 169132817 ENST00000367811 protein_coding 8 1 12 NME7 ENSG00000143156 +CDS chr1 169169447 169169554 ENST00000472647 protein_coding 5 2 11 NME7 ENSG00000143156 +CDS chr1 169169447 169169554 ENST00000367811 protein_coding 8 1 11 NME7 ENSG00000143156 +CDS chr1 169230718 169230819 ENST00000472647 protein_coding 5 2 10 NME7 ENSG00000143156 +CDS chr1 169230718 169230819 ENST00000367811 protein_coding 8 1 10 NME7 ENSG00000143156 +CDS chr1 169235131 169235199 ENST00000472647 protein_coding 5 2 9 NME7 ENSG00000143156 +CDS chr1 169235131 169235199 ENST00000367811 protein_coding 8 1 9 NME7 ENSG00000143156 +CDS chr1 169237623 169237687 ENST00000472647 protein_coding 5 2 8 NME7 ENSG00000143156 +CDS chr1 169237623 169237687 ENST00000367811 protein_coding 8 1 8 NME7 ENSG00000143156 +CDS chr1 169287303 169287408 ENST00000472647 protein_coding 5 2 7 NME7 ENSG00000143156 +CDS chr1 169287303 169287408 ENST00000367811 protein_coding 8 1 7 NME7 ENSG00000143156 +CDS chr1 169298556 169298763 ENST00000472647 protein_coding 5 2 6 NME7 ENSG00000143156 +CDS chr1 169298556 169298763 ENST00000367811 protein_coding 8 1 6 NME7 ENSG00000143156 +CDS chr1 169303145 169303195 ENST00000472647 protein_coding 5 2 5 NME7 ENSG00000143156 +CDS chr1 169303145 169303195 ENST00000367811 protein_coding 8 1 5 NME7 ENSG00000143156 +CDS chr1 169309970 169310080 ENST00000472647 protein_coding 5 2 4 NME7 ENSG00000143156 +CDS chr1 169309970 169310080 ENST00000367811 protein_coding 8 1 4 NME7 ENSG00000143156 +CDS chr1 169323117 169323283 ENST00000472647 protein_coding 5 2 3 NME7 ENSG00000143156 +CDS chr1 169323117 169323283 ENST00000367811 protein_coding 8 1 3 NME7 ENSG00000143156 +CDS chr1 169324393 169324395 ENST00000472647 protein_coding 5 2 2 NME7 ENSG00000143156 +CDS chr1 169324393 169324500 ENST00000367811 protein_coding 8 1 2 NME7 ENSG00000143156 +CDS chr1 169367708 169367710 ENST00000367811 protein_coding 8 1 1 NME7 ENSG00000143156 +transcript chr1 169367970 169377383 ENST00000367807 protein_coding 7 1 NA BLZF1 ENSG00000117475 +transcript chr1 169367970 169396540 ENST00000329281 protein_coding 6 1 NA BLZF1 ENSG00000117475 +transcript chr1 169367972 169376894 ENST00000420531 protein_coding 1 3 NA BLZF1 ENSG00000117475 +transcript chr1 169368195 169388305 ENST00000367808 protein_coding 8 1 NA BLZF1 ENSG00000117475 +transcript chr1 169368237 169380562 ENST00000426663 protein_coding 1 3 NA BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000367807 protein_coding 7 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000329281 protein_coding 6 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000420531 protein_coding 1 3 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000367808 protein_coding 8 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000426663 protein_coding 1 3 2 BLZF1 ENSG00000117475 +CDS chr1 169376540 169377033 ENST00000367807 protein_coding 7 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000329281 protein_coding 6 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376894 ENST00000420531 protein_coding 1 3 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000367808 protein_coding 8 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000426663 protein_coding 1 3 3 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000329281 protein_coding 6 1 4 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000367808 protein_coding 8 1 4 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000426663 protein_coding 1 3 4 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380609 ENST00000329281 protein_coding 6 1 5 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380609 ENST00000367808 protein_coding 8 1 5 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380562 ENST00000426663 protein_coding 1 3 5 BLZF1 ENSG00000117475 +CDS chr1 169382062 169382281 ENST00000329281 protein_coding 6 1 6 BLZF1 ENSG00000117475 +CDS chr1 169382062 169382281 ENST00000367808 protein_coding 8 1 6 BLZF1 ENSG00000117475 +CDS chr1 169386997 169387179 ENST00000329281 protein_coding 6 1 7 BLZF1 ENSG00000117475 +CDS chr1 169386997 169387179 ENST00000367808 protein_coding 8 1 7 BLZF1 ENSG00000117475 +transcript chr1 169394870 169427474 ENST00000367805 protein_coding 7 1 NA CCDC181 ENSG00000117477 +transcript chr1 169394870 169427474 ENST00000367806 protein_coding 8 1 NA CCDC181 ENSG00000117477 +transcript chr1 169395047 169460669 ENST00000545005 protein_coding 5 1 NA CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000367805 protein_coding 7 1 6 CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000367806 protein_coding 8 1 6 CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000545005 protein_coding 5 1 7 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397388 ENST00000367805 protein_coding 7 1 5 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397391 ENST00000367806 protein_coding 8 1 5 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397388 ENST00000545005 protein_coding 5 1 6 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000367805 protein_coding 7 1 4 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000367806 protein_coding 8 1 4 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000545005 protein_coding 5 1 5 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000367805 protein_coding 7 1 3 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000367806 protein_coding 8 1 3 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000545005 protein_coding 5 1 4 CCDC181 ENSG00000117477 +transcript chr1 169421363 169427462 ENST00000456107 protein_coding 1 2 NA CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000456107 protein_coding 1 2 3 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000367805 protein_coding 7 1 2 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000367806 protein_coding 8 1 2 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000545005 protein_coding 5 1 3 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000456107 protein_coding 1 2 2 CCDC181 ENSG00000117477 +transcript chr1 169463909 169485944 ENST00000236137 protein_coding 10 1 NA SLC19A2 ENSG00000117479 +transcript chr1 169463929 169485931 ENST00000367804 protein_coding 4 1 NA SLC19A2 ENSG00000117479 +transcript chr1 169464048 169485941 ENST00000646596 protein_coding 1 NA NA SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000236137 protein_coding 10 1 6 SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000367804 protein_coding 4 1 5 SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000646596 protein_coding 1 NA 6 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000236137 protein_coding 10 1 5 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000367804 protein_coding 4 1 4 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000646596 protein_coding 1 NA 5 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468836 ENST00000236137 protein_coding 10 1 4 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468836 ENST00000367804 protein_coding 4 1 3 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468737 ENST00000646596 protein_coding 1 NA 4 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000236137 protein_coding 10 1 3 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000367804 protein_coding 4 1 2 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000646596 protein_coding 1 NA 3 SLC19A2 ENSG00000117479 +CDS chr1 169477155 169477757 ENST00000236137 protein_coding 10 1 2 SLC19A2 ENSG00000117479 +CDS chr1 169477155 169477757 ENST00000646596 protein_coding 1 NA 2 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000236137 protein_coding 10 1 1 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000367804 protein_coding 4 1 1 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000646596 protein_coding 1 NA 1 SLC19A2 ENSG00000117479 +transcript chr1 169511951 169586481 ENST00000367797 protein_coding 9 1 NA F5 ENSG00000198734 +transcript chr1 169514166 169586588 ENST00000367796 protein_coding 3 5 NA F5 ENSG00000198734 +CDS chr1 169514316 169514459 ENST00000367797 protein_coding 9 1 25 F5 ENSG00000198734 +CDS chr1 169514316 169514459 ENST00000367796 protein_coding 3 5 25 F5 ENSG00000198734 +CDS chr1 169515444 169515626 ENST00000367797 protein_coding 9 1 24 F5 ENSG00000198734 +CDS chr1 169515444 169515626 ENST00000367796 protein_coding 3 5 24 F5 ENSG00000198734 +CDS chr1 169518412 169518563 ENST00000367797 protein_coding 9 1 23 F5 ENSG00000198734 +CDS chr1 169518412 169518563 ENST00000367796 protein_coding 3 5 23 F5 ENSG00000198734 +CDS chr1 169520520 169520664 ENST00000367797 protein_coding 9 1 22 F5 ENSG00000198734 +CDS chr1 169520520 169520664 ENST00000367796 protein_coding 3 5 22 F5 ENSG00000198734 +CDS chr1 169523197 169523352 ENST00000367797 protein_coding 9 1 21 F5 ENSG00000198734 +CDS chr1 169523197 169523352 ENST00000367796 protein_coding 3 5 21 F5 ENSG00000198734 +CDS chr1 169523801 169523904 ENST00000367797 protein_coding 9 1 20 F5 ENSG00000198734 +CDS chr1 169523801 169523904 ENST00000367796 protein_coding 3 5 20 F5 ENSG00000198734 +CDS chr1 169524837 169524908 ENST00000367797 protein_coding 9 1 19 F5 ENSG00000198734 +CDS chr1 169524837 169524908 ENST00000367796 protein_coding 3 5 19 F5 ENSG00000198734 +CDS chr1 169525901 169526017 ENST00000367797 protein_coding 9 1 18 F5 ENSG00000198734 +CDS chr1 169525901 169526017 ENST00000367796 protein_coding 3 5 18 F5 ENSG00000198734 +CDS chr1 169527915 169528094 ENST00000367797 protein_coding 9 1 17 F5 ENSG00000198734 +CDS chr1 169527915 169528094 ENST00000367796 protein_coding 3 5 17 F5 ENSG00000198734 +CDS chr1 169529608 169529818 ENST00000367797 protein_coding 9 1 16 F5 ENSG00000198734 +CDS chr1 169529608 169529818 ENST00000367796 protein_coding 3 5 16 F5 ENSG00000198734 +CDS chr1 169530786 169531022 ENST00000367797 protein_coding 9 1 15 F5 ENSG00000198734 +CDS chr1 169530786 169531022 ENST00000367796 protein_coding 3 5 15 F5 ENSG00000198734 +CDS chr1 169536506 169536680 ENST00000367797 protein_coding 9 1 14 F5 ENSG00000198734 +CDS chr1 169536506 169536680 ENST00000367796 protein_coding 3 5 14 F5 ENSG00000198734 +CDS chr1 169540294 169543114 ENST00000367797 protein_coding 9 1 13 F5 ENSG00000198734 +CDS chr1 169540294 169543114 ENST00000367796 protein_coding 3 5 13 F5 ENSG00000198734 +CDS chr1 169544296 169544508 ENST00000367797 protein_coding 9 1 12 F5 ENSG00000198734 +CDS chr1 169544296 169544523 ENST00000367796 protein_coding 3 5 12 F5 ENSG00000198734 +CDS chr1 169546442 169546592 ENST00000367797 protein_coding 9 1 11 F5 ENSG00000198734 +CDS chr1 169546442 169546592 ENST00000367796 protein_coding 3 5 11 F5 ENSG00000198734 +CDS chr1 169549801 169550015 ENST00000367797 protein_coding 9 1 10 F5 ENSG00000198734 +CDS chr1 169549801 169550015 ENST00000367796 protein_coding 3 5 10 F5 ENSG00000198734 +CDS chr1 169550640 169550739 ENST00000367797 protein_coding 9 1 9 F5 ENSG00000198734 +CDS chr1 169550640 169550739 ENST00000367796 protein_coding 3 5 9 F5 ENSG00000198734 +CDS chr1 169552557 169552734 ENST00000367797 protein_coding 9 1 8 F5 ENSG00000198734 +CDS chr1 169552557 169552734 ENST00000367796 protein_coding 3 5 8 F5 ENSG00000198734 +CDS chr1 169555182 169555347 ENST00000367797 protein_coding 9 1 7 F5 ENSG00000198734 +CDS chr1 169555182 169555347 ENST00000367796 protein_coding 3 5 7 F5 ENSG00000198734 +CDS chr1 169556646 169556867 ENST00000367797 protein_coding 9 1 6 F5 ENSG00000198734 +CDS chr1 169556646 169556867 ENST00000367796 protein_coding 3 5 6 F5 ENSG00000198734 +CDS chr1 169559153 169559296 ENST00000367797 protein_coding 9 1 5 F5 ENSG00000198734 +CDS chr1 169559153 169559296 ENST00000367796 protein_coding 3 5 5 F5 ENSG00000198734 +CDS chr1 169560554 169560766 ENST00000367797 protein_coding 9 1 4 F5 ENSG00000198734 +CDS chr1 169560554 169560766 ENST00000367796 protein_coding 3 5 4 F5 ENSG00000198734 +CDS chr1 169572221 169572343 ENST00000367797 protein_coding 9 1 3 F5 ENSG00000198734 +CDS chr1 169572221 169572343 ENST00000367796 protein_coding 3 5 3 F5 ENSG00000198734 +CDS chr1 169582431 169582522 ENST00000367797 protein_coding 9 1 2 F5 ENSG00000198734 +CDS chr1 169582431 169582522 ENST00000367796 protein_coding 3 5 2 F5 ENSG00000198734 +CDS chr1 169586229 169586386 ENST00000367797 protein_coding 9 1 1 F5 ENSG00000198734 +CDS chr1 169586229 169586386 ENST00000367796 protein_coding 3 5 1 F5 ENSG00000198734 +transcript chr1 169588849 169619219 ENST00000426706 protein_coding 6 1 NA SELP ENSG00000174175 +transcript chr1 169588849 169630124 ENST00000263686 protein_coding 11 1 NA SELP ENSG00000174175 +transcript chr1 169589514 169630076 ENST00000367786 protein_coding 6 5 NA SELP ENSG00000174175 +transcript chr1 169590147 169630077 ENST00000458599 protein_coding 6 5 NA SELP ENSG00000174175 +transcript chr1 169590147 169630193 ENST00000367788 protein_coding 6 5 NA SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000426706 protein_coding 6 1 14 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000263686 protein_coding 11 1 16 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000367786 protein_coding 6 5 15 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000458599 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000367788 protein_coding 6 5 15 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000426706 protein_coding 6 1 13 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000263686 protein_coding 11 1 15 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000367786 protein_coding 6 5 14 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000458599 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000367788 protein_coding 6 5 14 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000263686 protein_coding 11 1 14 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000367786 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000458599 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000367788 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000426706 protein_coding 6 1 12 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000263686 protein_coding 11 1 13 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000367786 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000458599 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000367788 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000426706 protein_coding 6 1 11 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000263686 protein_coding 11 1 12 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000367786 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000458599 protein_coding 6 5 9 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000367788 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000426706 protein_coding 6 1 10 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000263686 protein_coding 11 1 11 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000367786 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000367788 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000426706 protein_coding 6 1 9 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000263686 protein_coding 11 1 10 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367786 protein_coding 6 5 9 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367788 protein_coding 6 5 9 SELP ENSG00000174175 +transcript chr1 169603026 169630086 ENST00000367795 protein_coding 2 5 NA SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367795 protein_coding 2 5 8 SELP ENSG00000174175 +CDS chr1 169606943 169607134 ENST00000458599 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000426706 protein_coding 6 1 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000263686 protein_coding 11 1 9 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367786 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367788 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367795 protein_coding 2 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000426706 protein_coding 6 1 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000263686 protein_coding 11 1 8 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000367786 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000458599 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000367788 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000426706 protein_coding 6 1 6 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000263686 protein_coding 11 1 7 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000367788 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000426706 protein_coding 6 1 5 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000263686 protein_coding 11 1 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000367786 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000458599 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000367795 protein_coding 2 5 6 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000426706 protein_coding 6 1 4 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000263686 protein_coding 11 1 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367786 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000458599 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367788 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367795 protein_coding 2 5 5 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000426706 protein_coding 6 1 3 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000263686 protein_coding 11 1 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367786 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000458599 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367788 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367795 protein_coding 2 5 4 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000426706 protein_coding 6 1 2 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000263686 protein_coding 11 1 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367786 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000458599 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367788 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367795 protein_coding 2 5 3 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000426706 protein_coding 6 1 1 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000263686 protein_coding 11 1 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367786 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000458599 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367788 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367795 protein_coding 2 5 2 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000263686 protein_coding 11 1 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367786 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000458599 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367788 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367795 protein_coding 2 5 1 SELP ENSG00000174175 +transcript chr1 169690665 169711702 ENST00000650983 protein_coding 1 NA NA SELL ENSG00000188404 +transcript chr1 169690667 169711620 ENST00000236147 protein_coding 6 1 NA SELL ENSG00000188404 +transcript chr1 169691681 169703329 ENST00000497295 protein_coding 1 5 NA SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000236147 protein_coding 6 1 9 SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000497295 protein_coding 1 5 3 SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000650983 protein_coding 1 NA 9 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000236147 protein_coding 6 1 8 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000497295 protein_coding 1 5 2 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000650983 protein_coding 1 NA 8 SELL ENSG00000188404 +CDS chr1 169701560 169701688 ENST00000236147 protein_coding 6 1 7 SELL ENSG00000188404 +CDS chr1 169701560 169701688 ENST00000650983 protein_coding 1 NA 7 SELL ENSG00000188404 +CDS chr1 169703255 169703440 ENST00000236147 protein_coding 6 1 6 SELL ENSG00000188404 +CDS chr1 169703255 169703329 ENST00000497295 protein_coding 1 5 1 SELL ENSG00000188404 +CDS chr1 169703255 169703440 ENST00000650983 protein_coding 1 NA 6 SELL ENSG00000188404 +CDS chr1 169704568 169704753 ENST00000236147 protein_coding 6 1 5 SELL ENSG00000188404 +CDS chr1 169704568 169704753 ENST00000650983 protein_coding 1 NA 5 SELL ENSG00000188404 +CDS chr1 169707342 169707449 ENST00000236147 protein_coding 6 1 4 SELL ENSG00000188404 +CDS chr1 169707342 169707449 ENST00000650983 protein_coding 1 NA 4 SELL ENSG00000188404 +CDS chr1 169708417 169708803 ENST00000236147 protein_coding 6 1 3 SELL ENSG00000188404 +CDS chr1 169708417 169708803 ENST00000650983 protein_coding 1 NA 3 SELL ENSG00000188404 +CDS chr1 169710436 169710517 ENST00000236147 protein_coding 6 1 2 SELL ENSG00000188404 +CDS chr1 169710436 169710517 ENST00000650983 protein_coding 1 NA 2 SELL ENSG00000188404 +CDS chr1 169711496 169711498 ENST00000236147 protein_coding 6 1 1 SELL ENSG00000188404 +CDS chr1 169711496 169711537 ENST00000650983 protein_coding 1 NA 1 SELL ENSG00000188404 +transcript chr1 169722640 169734079 ENST00000333360 protein_coding 12 1 NA SELE ENSG00000007908 +transcript chr1 169722641 169733659 ENST00000367775 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169722641 169733660 ENST00000367777 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169722641 169733660 ENST00000367776 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169725729 169733660 ENST00000367774 protein_coding 1 5 NA SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367775 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367777 protein_coding 5 5 11 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367776 protein_coding 5 5 11 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000333360 protein_coding 12 1 13 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367774 protein_coding 1 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367775 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367777 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367776 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000333360 protein_coding 12 1 12 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367774 protein_coding 1 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367775 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367777 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367776 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000333360 protein_coding 12 1 11 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367774 protein_coding 1 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367775 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367777 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367776 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000333360 protein_coding 12 1 10 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367774 protein_coding 1 5 7 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000367775 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000367776 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000333360 protein_coding 12 1 9 SELE ENSG00000007908 +CDS chr1 169728058 169728246 ENST00000367777 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169728058 169728246 ENST00000333360 protein_coding 12 1 8 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367775 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367777 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367776 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000333360 protein_coding 12 1 7 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367774 protein_coding 1 5 6 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367775 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367777 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367776 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000333360 protein_coding 12 1 6 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367774 protein_coding 1 5 5 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367777 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367776 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000333360 protein_coding 12 1 5 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367774 protein_coding 1 5 4 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367775 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367777 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367776 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000333360 protein_coding 12 1 4 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367774 protein_coding 1 5 3 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367775 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367777 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367776 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000333360 protein_coding 12 1 3 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367774 protein_coding 1 5 2 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367775 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367777 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367776 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000333360 protein_coding 12 1 2 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367774 protein_coding 1 5 1 SELE ENSG00000007908 +transcript chr1 169733577 169764705 ENST00000609271 protein_coding 1 4 NA SELE ENSG00000007908 +CDS chr1 169733577 169733612 ENST00000609271 protein_coding 1 4 3 SELE ENSG00000007908 +transcript chr1 169792529 169794689 ENST00000303469 protein_coding 6 1 NA METTL18 ENSG00000171806 +transcript chr1 169792529 169794907 ENST00000310392 protein_coding 5 1 NA METTL18 ENSG00000171806 +CDS chr1 169792580 169793695 ENST00000303469 protein_coding 6 1 2 METTL18 ENSG00000171806 +CDS chr1 169792580 169793695 ENST00000310392 protein_coding 5 1 2 METTL18 ENSG00000171806 +transcript chr1 169793142 169794963 ENST00000454472 protein_coding 1 2 NA METTL18 ENSG00000171806 +CDS chr1 169793142 169793695 ENST00000454472 protein_coding 1 2 2 METTL18 ENSG00000171806 +transcript chr1 169794730 169804386 ENST00000472795 protein_coding 5 2 NA C1orf112 ENSG00000000460 +transcript chr1 169795040 169854080 ENST00000359326 protein_coding 9 1 NA C1orf112 ENSG00000000460 +transcript chr1 169795043 169804347 ENST00000496973 protein_coding 5 1 NA C1orf112 ENSG00000000460 +CDS chr1 169795103 169795213 ENST00000496973 protein_coding 5 1 1 C1orf112 ENSG00000000460 +transcript chr1 169795409 169854080 ENST00000286031 protein_coding 10 1 NA C1orf112 ENSG00000000460 +transcript chr1 169795921 169853037 ENST00000413811 protein_coding 3 1 NA C1orf112 ENSG00000000460 +CDS chr1 169798919 169798958 ENST00000496973 protein_coding 5 1 2 C1orf112 ENSG00000000460 +CDS chr1 169800883 169800971 ENST00000496973 protein_coding 5 1 3 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000472795 protein_coding 5 2 3 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000359326 protein_coding 9 1 4 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000286031 protein_coding 10 1 3 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000472795 protein_coding 5 2 4 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000496973 protein_coding 5 1 4 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000359326 protein_coding 9 1 5 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000286031 protein_coding 10 1 4 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000472795 protein_coding 5 2 5 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000496973 protein_coding 5 1 5 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000359326 protein_coding 9 1 6 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000286031 protein_coding 10 1 5 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804245 ENST00000472795 protein_coding 5 2 6 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804240 ENST00000359326 protein_coding 9 1 7 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804240 ENST00000286031 protein_coding 10 1 6 C1orf112 ENSG00000000460 +CDS chr1 169804112 169804165 ENST00000496973 protein_coding 5 1 6 C1orf112 ENSG00000000460 +CDS chr1 169806004 169806088 ENST00000359326 protein_coding 9 1 8 C1orf112 ENSG00000000460 +CDS chr1 169806004 169806088 ENST00000286031 protein_coding 10 1 7 C1orf112 ENSG00000000460 +CDS chr1 169807791 169807929 ENST00000359326 protein_coding 9 1 9 C1orf112 ENSG00000000460 +CDS chr1 169807791 169807929 ENST00000286031 protein_coding 10 1 8 C1orf112 ENSG00000000460 +CDS chr1 169821679 169821759 ENST00000359326 protein_coding 9 1 10 C1orf112 ENSG00000000460 +CDS chr1 169821679 169821759 ENST00000286031 protein_coding 10 1 9 C1orf112 ENSG00000000460 +CDS chr1 169823408 169823472 ENST00000359326 protein_coding 9 1 11 C1orf112 ENSG00000000460 +CDS chr1 169823408 169823472 ENST00000286031 protein_coding 10 1 10 C1orf112 ENSG00000000460 +CDS chr1 169827051 169827199 ENST00000359326 protein_coding 9 1 12 C1orf112 ENSG00000000460 +CDS chr1 169827051 169827199 ENST00000286031 protein_coding 10 1 11 C1orf112 ENSG00000000460 +CDS chr1 169827172 169827199 ENST00000413811 protein_coding 3 1 10 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000359326 protein_coding 9 1 13 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000286031 protein_coding 10 1 12 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000413811 protein_coding 3 1 11 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000359326 protein_coding 9 1 14 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000286031 protein_coding 10 1 13 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000413811 protein_coding 3 1 12 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000359326 protein_coding 9 1 15 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000286031 protein_coding 10 1 14 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000413811 protein_coding 3 1 13 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000359326 protein_coding 9 1 16 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000286031 protein_coding 10 1 15 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000413811 protein_coding 3 1 14 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000359326 protein_coding 9 1 17 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000286031 protein_coding 10 1 16 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000413811 protein_coding 3 1 15 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000359326 protein_coding 9 1 18 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000286031 protein_coding 10 1 17 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000413811 protein_coding 3 1 16 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000359326 protein_coding 9 1 19 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000286031 protein_coding 10 1 18 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000413811 protein_coding 3 1 17 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000359326 protein_coding 9 1 20 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000286031 protein_coding 10 1 19 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000413811 protein_coding 3 1 18 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000359326 protein_coding 9 1 21 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000286031 protein_coding 10 1 20 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000413811 protein_coding 3 1 19 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000359326 protein_coding 9 1 22 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000286031 protein_coding 10 1 21 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000413811 protein_coding 3 1 20 C1orf112 ENSG00000000460 +transcript chr1 169849631 169893896 ENST00000367771 protein_coding 11 1 NA SCYL3 ENSG00000000457 +CDS chr1 169850265 169850345 ENST00000359326 protein_coding 9 1 23 C1orf112 ENSG00000000460 +CDS chr1 169850265 169850345 ENST00000286031 protein_coding 10 1 22 C1orf112 ENSG00000000460 +CDS chr1 169850265 169850345 ENST00000413811 protein_coding 3 1 21 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000359326 protein_coding 9 1 24 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000286031 protein_coding 10 1 23 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000413811 protein_coding 3 1 22 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000359326 protein_coding 9 1 25 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000286031 protein_coding 10 1 24 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000413811 protein_coding 3 1 23 C1orf112 ENSG00000000460 +transcript chr1 169853074 169888888 ENST00000367770 protein_coding 5 1 NA SCYL3 ENSG00000000457 +transcript chr1 169853074 169893959 ENST00000367772 protein_coding 8 2 NA SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367771 protein_coding 11 1 13 SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367770 protein_coding 5 1 13 SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367772 protein_coding 8 2 14 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367771 protein_coding 11 1 12 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367770 protein_coding 5 1 12 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367772 protein_coding 8 2 13 SCYL3 ENSG00000000457 +transcript chr1 169854511 169894267 ENST00000423670 protein_coding 1 5 NA SCYL3 ENSG00000000457 +CDS chr1 169854511 169854964 ENST00000423670 protein_coding 1 5 12 SCYL3 ENSG00000000457 +CDS chr1 169855796 169855957 ENST00000367770 protein_coding 5 1 11 SCYL3 ENSG00000000457 +CDS chr1 169855796 169855957 ENST00000367772 protein_coding 8 2 12 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367771 protein_coding 11 1 11 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367770 protein_coding 5 1 10 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000423670 protein_coding 1 5 11 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367772 protein_coding 8 2 11 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367771 protein_coding 11 1 10 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367770 protein_coding 5 1 9 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000423670 protein_coding 1 5 10 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367772 protein_coding 8 2 10 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367771 protein_coding 11 1 9 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367770 protein_coding 5 1 8 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000423670 protein_coding 1 5 9 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367772 protein_coding 8 2 9 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367771 protein_coding 11 1 8 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367770 protein_coding 5 1 7 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000423670 protein_coding 1 5 8 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367772 protein_coding 8 2 8 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367771 protein_coding 11 1 7 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367770 protein_coding 5 1 6 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000423670 protein_coding 1 5 7 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367772 protein_coding 8 2 7 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367771 protein_coding 11 1 6 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367770 protein_coding 5 1 5 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000423670 protein_coding 1 5 6 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367772 protein_coding 8 2 6 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367771 protein_coding 11 1 5 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367770 protein_coding 5 1 4 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000423670 protein_coding 1 5 5 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367772 protein_coding 8 2 5 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367771 protein_coding 11 1 4 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367770 protein_coding 5 1 3 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000423670 protein_coding 1 5 4 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367772 protein_coding 8 2 4 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367771 protein_coding 11 1 3 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367770 protein_coding 5 1 2 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000423670 protein_coding 1 5 3 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367772 protein_coding 8 2 3 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367771 protein_coding 11 1 2 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367770 protein_coding 5 1 1 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000423670 protein_coding 1 5 2 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367772 protein_coding 8 2 2 SCYL3 ENSG00000000457 +transcript chr1 169921326 170068917 ENST00000367765 protein_coding 5 2 NA KIFAP3 ENSG00000075945 +transcript chr1 169921326 170074588 ENST00000367767 protein_coding 5 1 NA KIFAP3 ENSG00000075945 +transcript chr1 169921329 170074695 ENST00000361580 protein_coding 7 1 NA KIFAP3 ENSG00000075945 +transcript chr1 169921331 170074738 ENST00000538366 protein_coding 5 2 NA KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000361580 protein_coding 7 1 20 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000367765 protein_coding 5 2 20 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000367767 protein_coding 5 1 19 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000538366 protein_coding 5 2 21 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000361580 protein_coding 7 1 19 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000367765 protein_coding 5 2 19 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000367767 protein_coding 5 1 18 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000538366 protein_coding 5 2 20 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000361580 protein_coding 7 1 18 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000367765 protein_coding 5 2 18 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000367767 protein_coding 5 1 17 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000538366 protein_coding 5 2 19 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000361580 protein_coding 7 1 17 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000367765 protein_coding 5 2 17 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000367767 protein_coding 5 1 16 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000538366 protein_coding 5 2 18 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000361580 protein_coding 7 1 16 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000367765 protein_coding 5 2 16 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000367767 protein_coding 5 1 15 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000538366 protein_coding 5 2 17 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000361580 protein_coding 7 1 15 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000367765 protein_coding 5 2 15 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000367767 protein_coding 5 1 14 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000538366 protein_coding 5 2 16 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000361580 protein_coding 7 1 14 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000367765 protein_coding 5 2 14 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000367767 protein_coding 5 1 13 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000538366 protein_coding 5 2 15 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000361580 protein_coding 7 1 13 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000367765 protein_coding 5 2 13 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000367767 protein_coding 5 1 12 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000538366 protein_coding 5 2 14 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000361580 protein_coding 7 1 12 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000367765 protein_coding 5 2 12 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000367767 protein_coding 5 1 11 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000538366 protein_coding 5 2 13 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000361580 protein_coding 7 1 11 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000367765 protein_coding 5 2 11 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000367767 protein_coding 5 1 10 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000538366 protein_coding 5 2 12 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000361580 protein_coding 7 1 10 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000367765 protein_coding 5 2 10 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000367767 protein_coding 5 1 9 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000538366 protein_coding 5 2 11 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000361580 protein_coding 7 1 9 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000367765 protein_coding 5 2 9 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000367767 protein_coding 5 1 8 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000538366 protein_coding 5 2 10 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000361580 protein_coding 7 1 8 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000367765 protein_coding 5 2 8 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000367767 protein_coding 5 1 7 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000538366 protein_coding 5 2 9 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000361580 protein_coding 7 1 7 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000367765 protein_coding 5 2 7 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000367767 protein_coding 5 1 6 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000538366 protein_coding 5 2 8 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000361580 protein_coding 7 1 6 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000367765 protein_coding 5 2 6 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000367767 protein_coding 5 1 5 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000538366 protein_coding 5 2 7 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000361580 protein_coding 7 1 5 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000367765 protein_coding 5 2 5 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000367767 protein_coding 5 1 4 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000538366 protein_coding 5 2 6 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000361580 protein_coding 7 1 4 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000367765 protein_coding 5 2 4 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000367767 protein_coding 5 1 3 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000538366 protein_coding 5 2 5 KIFAP3 ENSG00000075945 +CDS chr1 170041677 170041761 ENST00000538366 protein_coding 5 2 4 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000361580 protein_coding 7 1 3 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000367765 protein_coding 5 2 3 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000367767 protein_coding 5 1 2 KIFAP3 ENSG00000075945 +CDS chr1 170055305 170055436 ENST00000361580 protein_coding 7 1 2 KIFAP3 ENSG00000075945 +CDS chr1 170055305 170055348 ENST00000367765 protein_coding 5 2 2 KIFAP3 ENSG00000075945 +CDS chr1 170074436 170074467 ENST00000361580 protein_coding 7 1 1 KIFAP3 ENSG00000075945 +CDS chr1 170074436 170074467 ENST00000367767 protein_coding 5 1 1 KIFAP3 ENSG00000075945 +transcript chr1 170145959 170168866 ENST00000439373 protein_coding 3 1 NA NTMT2 ENSG00000203740 +CDS chr1 170146108 170146261 ENST00000439373 protein_coding 3 1 1 NTMT2 ENSG00000203740 +CDS chr1 170160518 170160693 ENST00000439373 protein_coding 3 1 2 NTMT2 ENSG00000203740 +CDS chr1 170166502 170166751 ENST00000439373 protein_coding 3 1 3 NTMT2 ENSG00000203740 +CDS chr1 170167486 170167754 ENST00000439373 protein_coding 3 1 4 NTMT2 ENSG00000203740 +transcript chr1 170532131 170545789 ENST00000367762 protein_coding 2 1 NA GORAB ENSG00000120370 +transcript chr1 170532131 170553421 ENST00000688688 protein_coding 1 NA NA GORAB ENSG00000120370 +transcript chr1 170532166 170553834 ENST00000367763 protein_coding 8 2 NA GORAB ENSG00000120370 +CDS chr1 170532224 170532284 ENST00000367762 protein_coding 2 1 1 GORAB ENSG00000120370 +CDS chr1 170532224 170532233 ENST00000688688 protein_coding 1 NA 1 GORAB ENSG00000120370 +CDS chr1 170532224 170532284 ENST00000367763 protein_coding 8 2 1 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000367762 protein_coding 2 1 2 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000688688 protein_coding 1 NA 2 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000367763 protein_coding 8 2 2 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000367762 protein_coding 2 1 3 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000688688 protein_coding 1 NA 3 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000367763 protein_coding 8 2 3 GORAB ENSG00000120370 +CDS chr1 170544705 170544846 ENST00000367762 protein_coding 2 1 4 GORAB ENSG00000120370 +CDS chr1 170544705 170544845 ENST00000688688 protein_coding 1 NA 4 GORAB ENSG00000120370 +CDS chr1 170544705 170544845 ENST00000367763 protein_coding 8 2 4 GORAB ENSG00000120370 +CDS chr1 170552015 170552459 ENST00000688688 protein_coding 1 NA 5 GORAB ENSG00000120370 +CDS chr1 170552015 170552459 ENST00000367763 protein_coding 8 2 5 GORAB ENSG00000120370 +transcript chr1 170663134 170736508 ENST00000367760 protein_coding 7 1 NA PRRX1 ENSG00000116132 +transcript chr1 170663937 170729021 ENST00000497230 protein_coding 2 2 NA PRRX1 ENSG00000116132 +transcript chr1 170664131 170739421 ENST00000239461 protein_coding 11 1 NA PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000367760 protein_coding 7 1 1 PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000239461 protein_coding 11 1 1 PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000497230 protein_coding 2 2 1 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000367760 protein_coding 7 1 2 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000239461 protein_coding 11 1 2 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000497230 protein_coding 2 2 2 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726401 ENST00000367760 protein_coding 7 1 3 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726401 ENST00000239461 protein_coding 11 1 3 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726402 ENST00000497230 protein_coding 2 2 3 PRRX1 ENSG00000116132 +CDS chr1 170730277 170730328 ENST00000367760 protein_coding 7 1 4 PRRX1 ENSG00000116132 +CDS chr1 170736048 170736183 ENST00000239461 protein_coding 11 1 4 PRRX1 ENSG00000116132 +transcript chr1 170935526 170998806 ENST00000367758 protein_coding 7 1 NA MROH9 ENSG00000117501 +transcript chr1 170935534 171064765 ENST00000367759 protein_coding 9 5 NA MROH9 ENSG00000117501 +CDS chr1 170945557 170945581 ENST00000367758 protein_coding 7 1 2 MROH9 ENSG00000117501 +CDS chr1 170945557 170945581 ENST00000367759 protein_coding 9 5 2 MROH9 ENSG00000117501 +CDS chr1 170947527 170947573 ENST00000367758 protein_coding 7 1 3 MROH9 ENSG00000117501 +CDS chr1 170947527 170947573 ENST00000367759 protein_coding 9 5 3 MROH9 ENSG00000117501 +CDS chr1 170958461 170958540 ENST00000367758 protein_coding 7 1 4 MROH9 ENSG00000117501 +CDS chr1 170958461 170958540 ENST00000367759 protein_coding 9 5 4 MROH9 ENSG00000117501 +CDS chr1 170959462 170959597 ENST00000367758 protein_coding 7 1 5 MROH9 ENSG00000117501 +CDS chr1 170959462 170959597 ENST00000367759 protein_coding 9 5 5 MROH9 ENSG00000117501 +CDS chr1 170961890 170961976 ENST00000367758 protein_coding 7 1 6 MROH9 ENSG00000117501 +CDS chr1 170961890 170961976 ENST00000367759 protein_coding 9 5 6 MROH9 ENSG00000117501 +CDS chr1 170965151 170965255 ENST00000367758 protein_coding 7 1 7 MROH9 ENSG00000117501 +CDS chr1 170965151 170965255 ENST00000367759 protein_coding 9 5 7 MROH9 ENSG00000117501 +CDS chr1 170971748 170971883 ENST00000367758 protein_coding 7 1 8 MROH9 ENSG00000117501 +CDS chr1 170971748 170971883 ENST00000367759 protein_coding 9 5 8 MROH9 ENSG00000117501 +CDS chr1 170983422 170983534 ENST00000367758 protein_coding 7 1 9 MROH9 ENSG00000117501 +CDS chr1 170983422 170983534 ENST00000367759 protein_coding 9 5 9 MROH9 ENSG00000117501 +CDS chr1 170986561 170986710 ENST00000367758 protein_coding 7 1 10 MROH9 ENSG00000117501 +CDS chr1 170986561 170986710 ENST00000367759 protein_coding 9 5 10 MROH9 ENSG00000117501 +CDS chr1 170989855 170990003 ENST00000367758 protein_coding 7 1 11 MROH9 ENSG00000117501 +CDS chr1 170989855 170990003 ENST00000367759 protein_coding 9 5 11 MROH9 ENSG00000117501 +CDS chr1 170992164 170992329 ENST00000367758 protein_coding 7 1 12 MROH9 ENSG00000117501 +CDS chr1 170992164 170992329 ENST00000367759 protein_coding 9 5 12 MROH9 ENSG00000117501 +transcript chr1 170992317 171015143 ENST00000426136 protein_coding 1 5 NA MROH9 ENSG00000117501 +CDS chr1 170992317 170992329 ENST00000426136 protein_coding 1 5 1 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000367758 protein_coding 7 1 13 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000367759 protein_coding 9 5 13 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000426136 protein_coding 1 5 2 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000367758 protein_coding 7 1 14 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000367759 protein_coding 9 5 14 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000426136 protein_coding 1 5 3 MROH9 ENSG00000117501 +CDS chr1 170998154 170998397 ENST00000367758 protein_coding 7 1 15 MROH9 ENSG00000117501 +CDS chr1 170998154 170998274 ENST00000367759 protein_coding 9 5 15 MROH9 ENSG00000117501 +CDS chr1 170998154 170998274 ENST00000426136 protein_coding 1 5 4 MROH9 ENSG00000117501 +CDS chr1 171014117 171014254 ENST00000367759 protein_coding 9 5 16 MROH9 ENSG00000117501 +CDS chr1 171014117 171014254 ENST00000426136 protein_coding 1 5 5 MROH9 ENSG00000117501 +CDS chr1 171015010 171015015 ENST00000426136 protein_coding 1 5 6 MROH9 ENSG00000117501 +CDS chr1 171016163 171016336 ENST00000367759 protein_coding 9 5 17 MROH9 ENSG00000117501 +CDS chr1 171024395 171024547 ENST00000367759 protein_coding 9 5 18 MROH9 ENSG00000117501 +CDS chr1 171024649 171024765 ENST00000367759 protein_coding 9 5 19 MROH9 ENSG00000117501 +CDS chr1 171025318 171025420 ENST00000367759 protein_coding 9 5 20 MROH9 ENSG00000117501 +CDS chr1 171062132 171062194 ENST00000367759 protein_coding 9 5 21 MROH9 ENSG00000117501 +CDS chr1 171064099 171064337 ENST00000367759 protein_coding 9 5 22 MROH9 ENSG00000117501 +transcript chr1 171090905 171117819 ENST00000367755 protein_coding 9 1 NA FMO3 ENSG00000007933 +transcript chr1 171090919 171110878 ENST00000479749 protein_coding 1 5 NA FMO3 ENSG00000007933 +CDS chr1 171092659 171092790 ENST00000367755 protein_coding 9 1 2 FMO3 ENSG00000007933 +CDS chr1 171092659 171092790 ENST00000479749 protein_coding 1 5 2 FMO3 ENSG00000007933 +CDS chr1 171103785 171103973 ENST00000367755 protein_coding 9 1 3 FMO3 ENSG00000007933 +CDS chr1 171103785 171103973 ENST00000479749 protein_coding 1 5 3 FMO3 ENSG00000007933 +CDS chr1 171107675 171107837 ENST00000367755 protein_coding 9 1 4 FMO3 ENSG00000007933 +CDS chr1 171107675 171107820 ENST00000479749 protein_coding 1 5 4 FMO3 ENSG00000007933 +CDS chr1 171108079 171108221 ENST00000367755 protein_coding 9 1 5 FMO3 ENSG00000007933 +CDS chr1 171108116 171108221 ENST00000479749 protein_coding 1 5 5 FMO3 ENSG00000007933 +CDS chr1 171110798 171110997 ENST00000367755 protein_coding 9 1 6 FMO3 ENSG00000007933 +CDS chr1 171110798 171110878 ENST00000479749 protein_coding 1 5 6 FMO3 ENSG00000007933 +CDS chr1 171114007 171114362 ENST00000367755 protein_coding 9 1 7 FMO3 ENSG00000007933 +CDS chr1 171116208 171116280 ENST00000367755 protein_coding 9 1 8 FMO3 ENSG00000007933 +CDS chr1 171117100 171117439 ENST00000367755 protein_coding 9 1 9 FMO3 ENSG00000007933 +transcript chr1 171185300 171212686 ENST00000209929 protein_coding 10 1 NA FMO2 ENSG00000094963 +transcript chr1 171185524 171196720 ENST00000483192 protein_coding 2 4 NA FMO2 ENSG00000094963 +CDS chr1 171185714 171185845 ENST00000209929 protein_coding 10 1 2 FMO2 ENSG00000094963 +CDS chr1 171185714 171185845 ENST00000483192 protein_coding 2 4 1 FMO2 ENSG00000094963 +CDS chr1 171193335 171193523 ENST00000209929 protein_coding 10 1 3 FMO2 ENSG00000094963 +CDS chr1 171193335 171193523 ENST00000483192 protein_coding 2 4 2 FMO2 ENSG00000094963 +CDS chr1 171196649 171196811 ENST00000209929 protein_coding 10 1 4 FMO2 ENSG00000094963 +CDS chr1 171196649 171196720 ENST00000483192 protein_coding 2 4 3 FMO2 ENSG00000094963 +CDS chr1 171199346 171199488 ENST00000209929 protein_coding 10 1 5 FMO2 ENSG00000094963 +CDS chr1 171203865 171204064 ENST00000209929 protein_coding 10 1 6 FMO2 ENSG00000094963 +CDS chr1 171205279 171205634 ENST00000209929 protein_coding 10 1 7 FMO2 ENSG00000094963 +CDS chr1 171207718 171207790 ENST00000209929 protein_coding 10 1 8 FMO2 ENSG00000094963 +CDS chr1 171208794 171209142 ENST00000209929 protein_coding 10 1 9 FMO2 ENSG00000094963 +transcript chr1 171248471 171285978 ENST00000402921 protein_coding 6 2 NA FMO1 ENSG00000010932 +transcript chr1 171248494 171285961 ENST00000617670 protein_coding 6 1 NA FMO1 ENSG00000010932 +transcript chr1 171248499 171285978 ENST00000367750 protein_coding 7 1 NA FMO1 ENSG00000010932 +transcript chr1 171257957 171285974 ENST00000354841 protein_coding 4 1 NA FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000617670 protein_coding 6 1 2 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000367750 protein_coding 7 1 2 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000354841 protein_coding 4 1 1 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000402921 protein_coding 6 2 2 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000617670 protein_coding 6 1 3 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000367750 protein_coding 7 1 3 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000354841 protein_coding 4 1 2 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000617670 protein_coding 6 1 4 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000367750 protein_coding 7 1 4 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000354841 protein_coding 4 1 3 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000402921 protein_coding 6 2 3 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000617670 protein_coding 6 1 5 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000367750 protein_coding 7 1 5 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000354841 protein_coding 4 1 4 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000402921 protein_coding 6 2 4 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000617670 protein_coding 6 1 6 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000367750 protein_coding 7 1 6 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000354841 protein_coding 4 1 5 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000402921 protein_coding 6 2 5 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000617670 protein_coding 6 1 7 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000367750 protein_coding 7 1 7 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000354841 protein_coding 4 1 6 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000402921 protein_coding 6 2 6 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000617670 protein_coding 6 1 8 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000367750 protein_coding 7 1 8 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000354841 protein_coding 4 1 7 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000402921 protein_coding 6 2 7 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000617670 protein_coding 6 1 9 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000367750 protein_coding 7 1 9 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000354841 protein_coding 4 1 8 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000402921 protein_coding 6 2 8 FMO1 ENSG00000010932 +transcript chr1 171314183 171342084 ENST00000367749 protein_coding 4 1 NA FMO4 ENSG00000076258 +CDS chr1 171319826 171319957 ENST00000367749 protein_coding 4 1 3 FMO4 ENSG00000076258 +CDS chr1 171323004 171323192 ENST00000367749 protein_coding 4 1 4 FMO4 ENSG00000076258 +CDS chr1 171324138 171324300 ENST00000367749 protein_coding 4 1 5 FMO4 ENSG00000076258 +CDS chr1 171331640 171331782 ENST00000367749 protein_coding 4 1 6 FMO4 ENSG00000076258 +CDS chr1 171332709 171332908 ENST00000367749 protein_coding 4 1 7 FMO4 ENSG00000076258 +CDS chr1 171334411 171334763 ENST00000367749 protein_coding 4 1 8 FMO4 ENSG00000076258 +CDS chr1 171337356 171337425 ENST00000367749 protein_coding 4 1 9 FMO4 ENSG00000076258 +CDS chr1 171341413 171341836 ENST00000367749 protein_coding 4 1 10 FMO4 ENSG00000076258 +transcript chr1 171485530 171593511 ENST00000647382 protein_coding 2 NA NA PRRC2C ENSG00000117523 +transcript chr1 171485551 171593511 ENST00000367742 protein_coding 7 5 NA PRRC2C ENSG00000117523 +transcript chr1 171485556 171593511 ENST00000338920 protein_coding 8 5 NA PRRC2C ENSG00000117523 +transcript chr1 171512032 171593511 ENST00000426496 protein_coding 6 1 NA PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000647382 protein_coding 2 NA 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000367742 protein_coding 7 5 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000338920 protein_coding 8 5 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000426496 protein_coding 6 1 1 PRRC2C ENSG00000117523 +CDS chr1 171512995 171513172 ENST00000647382 protein_coding 2 NA 3 PRRC2C ENSG00000117523 +CDS chr1 171512995 171513172 ENST00000367742 protein_coding 7 5 3 PRRC2C ENSG00000117523 +CDS chr1 171513001 171513172 ENST00000338920 protein_coding 8 5 3 PRRC2C ENSG00000117523 +CDS chr1 171513001 171513172 ENST00000426496 protein_coding 6 1 2 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000647382 protein_coding 2 NA 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000367742 protein_coding 7 5 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000338920 protein_coding 8 5 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000426496 protein_coding 6 1 3 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000647382 protein_coding 2 NA 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000367742 protein_coding 7 5 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000338920 protein_coding 8 5 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000426496 protein_coding 6 1 4 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000647382 protein_coding 2 NA 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000367742 protein_coding 7 5 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000338920 protein_coding 8 5 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000426496 protein_coding 6 1 5 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000647382 protein_coding 2 NA 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000367742 protein_coding 7 5 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000338920 protein_coding 8 5 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000426496 protein_coding 6 1 6 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000647382 protein_coding 2 NA 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000367742 protein_coding 7 5 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000338920 protein_coding 8 5 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000426496 protein_coding 6 1 7 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000647382 protein_coding 2 NA 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000367742 protein_coding 7 5 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000338920 protein_coding 8 5 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000426496 protein_coding 6 1 8 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000647382 protein_coding 2 NA 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000367742 protein_coding 7 5 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000338920 protein_coding 8 5 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000426496 protein_coding 6 1 9 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000647382 protein_coding 2 NA 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000367742 protein_coding 7 5 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000338920 protein_coding 8 5 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000426496 protein_coding 6 1 10 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000647382 protein_coding 2 NA 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000367742 protein_coding 7 5 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000338920 protein_coding 8 5 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000426496 protein_coding 6 1 11 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000647382 protein_coding 2 NA 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000367742 protein_coding 7 5 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000338920 protein_coding 8 5 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000426496 protein_coding 6 1 12 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000647382 protein_coding 2 NA 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000367742 protein_coding 7 5 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000338920 protein_coding 8 5 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000426496 protein_coding 6 1 13 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000647382 protein_coding 2 NA 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000367742 protein_coding 7 5 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000338920 protein_coding 8 5 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000426496 protein_coding 6 1 14 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000647382 protein_coding 2 NA 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000367742 protein_coding 7 5 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000338920 protein_coding 8 5 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000426496 protein_coding 6 1 15 PRRC2C ENSG00000117523 +transcript chr1 171541830 171593511 ENST00000495585 protein_coding 1 1 NA PRRC2C ENSG00000117523 +CDS chr1 171541830 171542229 ENST00000495585 protein_coding 1 1 1 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000647382 protein_coding 2 NA 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000367742 protein_coding 7 5 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000338920 protein_coding 8 5 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000426496 protein_coding 6 1 16 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000495585 protein_coding 1 1 2 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000647382 protein_coding 2 NA 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000367742 protein_coding 7 5 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000338920 protein_coding 8 5 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000426496 protein_coding 6 1 17 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000495585 protein_coding 1 1 3 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000647382 protein_coding 2 NA 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000367742 protein_coding 7 5 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000338920 protein_coding 8 5 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000426496 protein_coding 6 1 18 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000495585 protein_coding 1 1 4 PRRC2C ENSG00000117523 +transcript chr1 171557955 171593258 ENST00000644916 protein_coding 1 NA NA PRRC2C ENSG00000117523 +CDS chr1 171557955 171558143 ENST00000644916 protein_coding 1 NA 1 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000647382 protein_coding 2 NA 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000367742 protein_coding 7 5 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000338920 protein_coding 8 5 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000426496 protein_coding 6 1 19 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000495585 protein_coding 1 1 5 PRRC2C ENSG00000117523 +CDS chr1 171561021 171561103 ENST00000644916 protein_coding 1 NA 2 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000647382 protein_coding 2 NA 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000367742 protein_coding 7 5 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000338920 protein_coding 8 5 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000426496 protein_coding 6 1 20 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000495585 protein_coding 1 1 6 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000644916 protein_coding 1 NA 3 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000647382 protein_coding 2 NA 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000367742 protein_coding 7 5 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000338920 protein_coding 8 5 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000426496 protein_coding 6 1 21 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000495585 protein_coding 1 1 7 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000644916 protein_coding 1 NA 4 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000647382 protein_coding 2 NA 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000367742 protein_coding 7 5 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000338920 protein_coding 8 5 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000426496 protein_coding 6 1 22 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000644916 protein_coding 1 NA 5 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000647382 protein_coding 2 NA 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000367742 protein_coding 7 5 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000338920 protein_coding 8 5 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000426496 protein_coding 6 1 23 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000644916 protein_coding 1 NA 6 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000647382 protein_coding 2 NA 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000367742 protein_coding 7 5 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000338920 protein_coding 8 5 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000426496 protein_coding 6 1 24 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000495585 protein_coding 1 1 8 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000644916 protein_coding 1 NA 7 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000647382 protein_coding 2 NA 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000367742 protein_coding 7 5 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000338920 protein_coding 8 5 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000426496 protein_coding 6 1 25 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000495585 protein_coding 1 1 9 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000644916 protein_coding 1 NA 8 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000647382 protein_coding 2 NA 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000367742 protein_coding 7 5 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000338920 protein_coding 8 5 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000426496 protein_coding 6 1 26 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000495585 protein_coding 1 1 10 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000644916 protein_coding 1 NA 9 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000647382 protein_coding 2 NA 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000367742 protein_coding 7 5 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000338920 protein_coding 8 5 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000426496 protein_coding 6 1 27 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000495585 protein_coding 1 1 11 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000644916 protein_coding 1 NA 10 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000647382 protein_coding 2 NA 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000367742 protein_coding 7 5 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000338920 protein_coding 8 5 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000426496 protein_coding 6 1 28 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000495585 protein_coding 1 1 12 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000644916 protein_coding 1 NA 11 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000647382 protein_coding 2 NA 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000367742 protein_coding 7 5 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000338920 protein_coding 8 5 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000426496 protein_coding 6 1 29 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000495585 protein_coding 1 1 13 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584541 ENST00000644916 protein_coding 1 NA 12 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000647382 protein_coding 2 NA 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000367742 protein_coding 7 5 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000338920 protein_coding 8 5 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000426496 protein_coding 6 1 30 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000495585 protein_coding 1 1 14 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000644916 protein_coding 1 NA 13 PRRC2C ENSG00000117523 +transcript chr1 171587073 171592223 ENST00000498596 protein_coding 5 3 NA PRRC2C ENSG00000117523 +CDS chr1 171587073 171587221 ENST00000498596 protein_coding 5 3 1 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000647382 protein_coding 2 NA 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000367742 protein_coding 7 5 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000338920 protein_coding 8 5 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000426496 protein_coding 6 1 31 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000495585 protein_coding 1 1 15 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000644916 protein_coding 1 NA 14 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000498596 protein_coding 5 3 2 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000647382 protein_coding 2 NA 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000367742 protein_coding 7 5 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000338920 protein_coding 8 5 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000426496 protein_coding 6 1 32 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000495585 protein_coding 1 1 16 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000644916 protein_coding 1 NA 15 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000498596 protein_coding 5 3 3 PRRC2C ENSG00000117523 +CDS chr1 171589369 171589605 ENST00000647382 protein_coding 2 NA 34 PRRC2C ENSG00000117523 +CDS chr1 171589369 171589605 ENST00000644916 protein_coding 1 NA 16 PRRC2C ENSG00000117523 +CDS chr1 171591152 171591204 ENST00000644916 protein_coding 1 NA 17 PRRC2C ENSG00000117523 +CDS chr1 171591152 171591200 ENST00000498596 protein_coding 5 3 4 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000647382 protein_coding 2 NA 35 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000367742 protein_coding 7 5 34 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000338920 protein_coding 8 5 34 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000426496 protein_coding 6 1 33 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000495585 protein_coding 1 1 17 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591656 ENST00000644916 protein_coding 1 NA 18 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591633 ENST00000498596 protein_coding 5 3 5 PRRC2C ENSG00000117523 +transcript chr1 171600621 171627747 ENST00000636697 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171604120 171626888 ENST00000636788 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171619763 171626524 ENST00000686038 protein_coding 1 NA NA MYOCOS ENSG00000283683 +transcript chr1 171622216 171638799 ENST00000637303 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171622243 171626888 ENST00000637642 protein_coding 2 5 NA MYOCOS ENSG00000283683 +transcript chr1 171622243 171626888 ENST00000686330 protein_coding 1 NA NA MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000636697 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000636788 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000686038 protein_coding 1 NA 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000637303 protein_coding 1 5 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000637642 protein_coding 2 5 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000686330 protein_coding 1 NA 2 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000636697 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000636788 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626524 ENST00000686038 protein_coding 1 NA 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626592 ENST00000637303 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000637642 protein_coding 2 5 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000686330 protein_coding 1 NA 3 MYOCOS ENSG00000283683 +transcript chr1 171635417 171652688 ENST00000037502 protein_coding 11 1 NA MYOC ENSG00000034971 +CDS chr1 171635928 171636709 ENST00000037502 protein_coding 11 1 3 MYOC ENSG00000034971 +CDS chr1 171638597 171638722 ENST00000037502 protein_coding 11 1 2 MYOC ENSG00000034971 +CDS chr1 171638630 171638716 ENST00000637303 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171652008 171652611 ENST00000037502 protein_coding 11 1 1 MYOC ENSG00000034971 +transcript chr1 171700160 171742065 ENST00000236192 protein_coding 12 1 NA VAMP4 ENSG00000117533 +transcript chr1 171703950 171742074 ENST00000367740 protein_coding 2 1 NA VAMP4 ENSG00000117533 +CDS chr1 171704509 171704534 ENST00000236192 protein_coding 12 1 8 VAMP4 ENSG00000117533 +CDS chr1 171704509 171704534 ENST00000367740 protein_coding 2 1 8 VAMP4 ENSG00000117533 +CDS chr1 171706367 171706418 ENST00000236192 protein_coding 12 1 7 VAMP4 ENSG00000117533 +CDS chr1 171706367 171706418 ENST00000367740 protein_coding 2 1 7 VAMP4 ENSG00000117533 +CDS chr1 171709665 171709744 ENST00000236192 protein_coding 12 1 6 VAMP4 ENSG00000117533 +CDS chr1 171709665 171709744 ENST00000367740 protein_coding 2 1 6 VAMP4 ENSG00000117533 +CDS chr1 171710714 171710814 ENST00000236192 protein_coding 12 1 5 VAMP4 ENSG00000117533 +CDS chr1 171710714 171710814 ENST00000367740 protein_coding 2 1 5 VAMP4 ENSG00000117533 +CDS chr1 171719171 171719221 ENST00000236192 protein_coding 12 1 4 VAMP4 ENSG00000117533 +CDS chr1 171719171 171719218 ENST00000367740 protein_coding 2 1 4 VAMP4 ENSG00000117533 +CDS chr1 171728524 171728570 ENST00000236192 protein_coding 12 1 3 VAMP4 ENSG00000117533 +CDS chr1 171728524 171728570 ENST00000367740 protein_coding 2 1 3 VAMP4 ENSG00000117533 +CDS chr1 171738349 171738414 ENST00000236192 protein_coding 12 1 2 VAMP4 ENSG00000117533 +CDS chr1 171738349 171738414 ENST00000367740 protein_coding 2 1 2 VAMP4 ENSG00000117533 +transcript chr1 171781660 171797716 ENST00000361735 protein_coding 4 1 NA METTL13 ENSG00000010165 +transcript chr1 171781682 171797717 ENST00000362019 protein_coding 7 2 NA METTL13 ENSG00000010165 +transcript chr1 171781696 171797717 ENST00000367737 protein_coding 9 1 NA METTL13 ENSG00000010165 +CDS chr1 171781968 171782120 ENST00000361735 protein_coding 4 1 1 METTL13 ENSG00000010165 +CDS chr1 171781968 171782120 ENST00000367737 protein_coding 9 1 1 METTL13 ENSG00000010165 +CDS chr1 171783740 171784499 ENST00000361735 protein_coding 4 1 2 METTL13 ENSG00000010165 +CDS chr1 171783740 171784039 ENST00000367737 protein_coding 9 1 2 METTL13 ENSG00000010165 +CDS chr1 171783845 171784499 ENST00000362019 protein_coding 7 2 2 METTL13 ENSG00000010165 +CDS chr1 171785879 171786078 ENST00000361735 protein_coding 4 1 3 METTL13 ENSG00000010165 +CDS chr1 171785879 171786078 ENST00000362019 protein_coding 7 2 3 METTL13 ENSG00000010165 +CDS chr1 171785887 171786078 ENST00000367737 protein_coding 9 1 3 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000361735 protein_coding 4 1 4 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000362019 protein_coding 7 2 4 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000367737 protein_coding 9 1 4 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000361735 protein_coding 4 1 5 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000362019 protein_coding 7 2 5 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000367737 protein_coding 9 1 5 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000361735 protein_coding 4 1 6 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000362019 protein_coding 7 2 6 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000367737 protein_coding 9 1 6 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000361735 protein_coding 4 1 7 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000362019 protein_coding 7 2 7 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000367737 protein_coding 9 1 7 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000361735 protein_coding 4 1 8 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000362019 protein_coding 7 2 8 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000367737 protein_coding 9 1 8 METTL13 ENSG00000010165 +transcript chr1 171817887 172289834 ENST00000688173 protein_coding 1 NA NA DNM3 ENSG00000197959 +transcript chr1 171841472 172418466 ENST00000485254 protein_coding 3 1 NA DNM3 ENSG00000197959 +transcript chr1 171841498 172133392 ENST00000367733 protein_coding 6 1 NA DNM3 ENSG00000197959 +transcript chr1 171841498 172412717 ENST00000627582 protein_coding 3 1 NA DNM3 ENSG00000197959 +transcript chr1 171841500 172408354 ENST00000355305 protein_coding 9 5 NA DNM3 ENSG00000197959 +transcript chr1 171841500 172412717 ENST00000367731 protein_coding 5 1 NA DNM3 ENSG00000197959 +transcript chr1 171841529 172311284 ENST00000520906 protein_coding 5 2 NA DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000485254 protein_coding 3 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000367733 protein_coding 6 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000627582 protein_coding 3 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000355305 protein_coding 9 5 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000367731 protein_coding 5 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000520906 protein_coding 5 2 1 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000485254 protein_coding 3 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000367733 protein_coding 6 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000627582 protein_coding 3 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000355305 protein_coding 9 5 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000367731 protein_coding 5 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000520906 protein_coding 5 2 2 DNM3 ENSG00000197959 +transcript chr1 171970122 172253578 ENST00000523513 protein_coding 1 5 NA DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000485254 protein_coding 3 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000367733 protein_coding 6 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000627582 protein_coding 3 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000355305 protein_coding 9 5 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000367731 protein_coding 5 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000520906 protein_coding 5 2 3 DNM3 ENSG00000197959 +CDS chr1 171987751 171987805 ENST00000688173 protein_coding 1 NA 2 DNM3 ENSG00000197959 +CDS chr1 171987751 171987805 ENST00000523513 protein_coding 1 5 2 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000688173 protein_coding 1 NA 3 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000485254 protein_coding 3 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000367733 protein_coding 6 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000627582 protein_coding 3 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000355305 protein_coding 9 5 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000367731 protein_coding 5 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000520906 protein_coding 5 2 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000523513 protein_coding 1 5 3 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000688173 protein_coding 1 NA 4 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000485254 protein_coding 3 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000367733 protein_coding 6 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000627582 protein_coding 3 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000355305 protein_coding 9 5 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000367731 protein_coding 5 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000520906 protein_coding 5 2 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000523513 protein_coding 1 5 4 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000688173 protein_coding 1 NA 5 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000485254 protein_coding 3 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000367733 protein_coding 6 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000627582 protein_coding 3 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000355305 protein_coding 9 5 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000367731 protein_coding 5 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000520906 protein_coding 5 2 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000523513 protein_coding 1 5 5 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000688173 protein_coding 1 NA 6 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000485254 protein_coding 3 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000367733 protein_coding 6 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000627582 protein_coding 3 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000355305 protein_coding 9 5 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000367731 protein_coding 5 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000520906 protein_coding 5 2 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000523513 protein_coding 1 5 6 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000688173 protein_coding 1 NA 7 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000485254 protein_coding 3 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000367733 protein_coding 6 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000627582 protein_coding 3 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000355305 protein_coding 9 5 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000367731 protein_coding 5 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000520906 protein_coding 5 2 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000523513 protein_coding 1 5 7 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000688173 protein_coding 1 NA 8 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000485254 protein_coding 3 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000367733 protein_coding 6 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000627582 protein_coding 3 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000355305 protein_coding 9 5 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000367731 protein_coding 5 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000520906 protein_coding 5 2 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000523513 protein_coding 1 5 8 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000688173 protein_coding 1 NA 9 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000485254 protein_coding 3 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000367733 protein_coding 6 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000627582 protein_coding 3 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000355305 protein_coding 9 5 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000367731 protein_coding 5 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000520906 protein_coding 5 2 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000523513 protein_coding 1 5 9 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000688173 protein_coding 1 NA 10 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000485254 protein_coding 3 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000367733 protein_coding 6 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000627582 protein_coding 3 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000355305 protein_coding 9 5 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000367731 protein_coding 5 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000520906 protein_coding 5 2 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000523513 protein_coding 1 5 10 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000688173 protein_coding 1 NA 11 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000485254 protein_coding 3 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000367733 protein_coding 6 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000627582 protein_coding 3 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000355305 protein_coding 9 5 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000367731 protein_coding 5 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000520906 protein_coding 5 2 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000523513 protein_coding 1 5 11 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000688173 protein_coding 1 NA 12 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000485254 protein_coding 3 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000367733 protein_coding 6 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000627582 protein_coding 3 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000355305 protein_coding 9 5 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000367731 protein_coding 5 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000520906 protein_coding 5 2 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000523513 protein_coding 1 5 12 DNM3 ENSG00000197959 +CDS chr1 172093696 172093725 ENST00000485254 protein_coding 3 1 14 DNM3 ENSG00000197959 +CDS chr1 172093696 172093725 ENST00000355305 protein_coding 9 5 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000688173 protein_coding 1 NA 13 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000485254 protein_coding 3 1 15 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000367733 protein_coding 6 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000627582 protein_coding 3 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000355305 protein_coding 9 5 15 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000367731 protein_coding 5 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000520906 protein_coding 5 2 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000523513 protein_coding 1 5 13 DNM3 ENSG00000197959 +CDS chr1 172132889 172132894 ENST00000367733 protein_coding 6 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000688173 protein_coding 1 NA 14 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000485254 protein_coding 3 1 16 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000627582 protein_coding 3 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000355305 protein_coding 9 5 16 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000367731 protein_coding 5 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000520906 protein_coding 5 2 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253578 ENST00000523513 protein_coding 1 5 14 DNM3 ENSG00000197959 +CDS chr1 172289496 172289520 ENST00000688173 protein_coding 1 NA 15 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000485254 protein_coding 3 1 17 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000627582 protein_coding 3 1 16 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000355305 protein_coding 9 5 17 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000367731 protein_coding 5 1 16 DNM3 ENSG00000197959 +CDS chr1 172308728 172308875 ENST00000520906 protein_coding 5 2 16 DNM3 ENSG00000197959 +CDS chr1 172323329 172323340 ENST00000627582 protein_coding 3 1 17 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000485254 protein_coding 3 1 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000627582 protein_coding 3 1 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000355305 protein_coding 9 5 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000367731 protein_coding 5 1 17 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000485254 protein_coding 3 1 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000627582 protein_coding 3 1 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000355305 protein_coding 9 5 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000367731 protein_coding 5 1 18 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000485254 protein_coding 3 1 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000627582 protein_coding 3 1 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000355305 protein_coding 9 5 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000367731 protein_coding 5 1 19 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000627582 protein_coding 3 1 21 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000355305 protein_coding 9 5 21 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000367731 protein_coding 5 1 20 DNM3 ENSG00000197959 +CDS chr1 172418281 172418314 ENST00000485254 protein_coding 3 1 21 DNM3 ENSG00000197959 +transcript chr1 172420685 172468829 ENST00000367727 protein_coding 9 1 NA C1orf105 ENSG00000180999 +transcript chr1 172420734 172431287 ENST00000460397 protein_coding 2 3 NA C1orf105 ENSG00000180999 +CDS chr1 172420886 172420906 ENST00000367727 protein_coding 9 1 1 C1orf105 ENSG00000180999 +CDS chr1 172420886 172420906 ENST00000460397 protein_coding 2 3 1 C1orf105 ENSG00000180999 +CDS chr1 172428794 172428830 ENST00000460397 protein_coding 2 3 2 C1orf105 ENSG00000180999 +CDS chr1 172430292 172430335 ENST00000460397 protein_coding 2 3 3 C1orf105 ENSG00000180999 +CDS chr1 172431080 172431088 ENST00000460397 protein_coding 2 3 4 C1orf105 ENSG00000180999 +transcript chr1 172441457 172444069 ENST00000344529 protein_coding 5 1 NA PIGC ENSG00000135845 +transcript chr1 172441457 172444086 ENST00000367728 protein_coding 1 NA NA PIGC ENSG00000135845 +CDS chr1 172441732 172442622 ENST00000344529 protein_coding 5 1 2 PIGC ENSG00000135845 +CDS chr1 172441732 172442622 ENST00000367728 protein_coding 1 NA 1 PIGC ENSG00000135845 +CDS chr1 172445073 172445158 ENST00000367727 protein_coding 9 1 2 C1orf105 ENSG00000180999 +transcript chr1 172445139 172465681 ENST00000488100 protein_coding 6 5 NA C1orf105 ENSG00000180999 +CDS chr1 172445139 172445158 ENST00000488100 protein_coding 6 5 1 C1orf105 ENSG00000180999 +CDS chr1 172448441 172448531 ENST00000367727 protein_coding 9 1 3 C1orf105 ENSG00000180999 +CDS chr1 172448441 172448531 ENST00000488100 protein_coding 6 5 2 C1orf105 ENSG00000180999 +transcript chr1 172452893 172468831 ENST00000367725 protein_coding 4 2 NA C1orf105 ENSG00000180999 +CDS chr1 172453022 172453189 ENST00000367725 protein_coding 4 2 1 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000367727 protein_coding 9 1 4 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000488100 protein_coding 6 5 3 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000367725 protein_coding 4 2 2 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000367727 protein_coding 9 1 5 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000488100 protein_coding 6 5 4 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000367725 protein_coding 4 2 3 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000367727 protein_coding 9 1 6 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000488100 protein_coding 6 5 5 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000367725 protein_coding 4 2 4 C1orf105 ENSG00000180999 +CDS chr1 172465607 172465662 ENST00000488100 protein_coding 6 5 6 C1orf105 ENSG00000180999 +CDS chr1 172468449 172468591 ENST00000367727 protein_coding 9 1 7 C1orf105 ENSG00000180999 +CDS chr1 172468449 172468591 ENST00000367725 protein_coding 4 2 5 C1orf105 ENSG00000180999 +transcript chr1 172532349 172611833 ENST00000367723 protein_coding 8 1 NA SUCO ENSG00000094975 +CDS chr1 172532473 172532798 ENST00000367723 protein_coding 8 1 1 SUCO ENSG00000094975 +transcript chr1 172532473 172611831 ENST00000608151 protein_coding 5 5 NA SUCO ENSG00000094975 +CDS chr1 172532473 172532799 ENST00000608151 protein_coding 5 5 1 SUCO ENSG00000094975 +transcript chr1 172533118 172611831 ENST00000616058 protein_coding 4 1 NA SUCO ENSG00000094975 +transcript chr1 172533150 172611833 ENST00000263688 protein_coding 4 1 NA SUCO ENSG00000094975 +CDS chr1 172533177 172533497 ENST00000367723 protein_coding 8 1 2 SUCO ENSG00000094975 +CDS chr1 172533178 172533497 ENST00000608151 protein_coding 5 5 2 SUCO ENSG00000094975 +transcript chr1 172533183 172610279 ENST00000610051 protein_coding 5 2 NA SUCO ENSG00000094975 +CDS chr1 172533436 172533497 ENST00000610051 protein_coding 5 2 1 SUCO ENSG00000094975 +CDS chr1 172533436 172533497 ENST00000263688 protein_coding 4 1 1 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000367723 protein_coding 8 1 3 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000610051 protein_coding 5 2 2 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000263688 protein_coding 4 1 2 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000608151 protein_coding 5 5 3 SUCO ENSG00000094975 +CDS chr1 172553260 172553370 ENST00000263688 protein_coding 4 1 3 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000367723 protein_coding 8 1 4 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000610051 protein_coding 5 2 3 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000263688 protein_coding 4 1 4 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000608151 protein_coding 5 5 4 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000367723 protein_coding 8 1 5 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000610051 protein_coding 5 2 4 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000263688 protein_coding 4 1 5 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000608151 protein_coding 5 5 5 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000367723 protein_coding 8 1 6 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000610051 protein_coding 5 2 5 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000263688 protein_coding 4 1 6 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000608151 protein_coding 5 5 6 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000367723 protein_coding 8 1 7 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000610051 protein_coding 5 2 6 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000263688 protein_coding 4 1 7 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000608151 protein_coding 5 5 7 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000367723 protein_coding 8 1 8 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000610051 protein_coding 5 2 7 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000263688 protein_coding 4 1 8 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000608151 protein_coding 5 5 8 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000367723 protein_coding 8 1 9 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000610051 protein_coding 5 2 8 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000263688 protein_coding 4 1 9 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000608151 protein_coding 5 5 9 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000367723 protein_coding 8 1 10 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000610051 protein_coding 5 2 9 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000263688 protein_coding 4 1 10 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000608151 protein_coding 5 5 10 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000367723 protein_coding 8 1 11 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000610051 protein_coding 5 2 10 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000263688 protein_coding 4 1 11 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000608151 protein_coding 5 5 11 SUCO ENSG00000094975 +CDS chr1 172577539 172577559 ENST00000610051 protein_coding 5 2 11 SUCO ENSG00000094975 +CDS chr1 172577539 172577559 ENST00000263688 protein_coding 4 1 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000367723 protein_coding 8 1 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000610051 protein_coding 5 2 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000263688 protein_coding 4 1 13 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000608151 protein_coding 5 5 12 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000367723 protein_coding 8 1 13 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000610051 protein_coding 5 2 13 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000263688 protein_coding 4 1 14 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000608151 protein_coding 5 5 13 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000367723 protein_coding 8 1 14 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000610051 protein_coding 5 2 14 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000263688 protein_coding 4 1 15 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000608151 protein_coding 5 5 14 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000367723 protein_coding 8 1 15 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000610051 protein_coding 5 2 15 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000263688 protein_coding 4 1 16 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000608151 protein_coding 5 5 15 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000367723 protein_coding 8 1 16 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000610051 protein_coding 5 2 16 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000263688 protein_coding 4 1 17 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000608151 protein_coding 5 5 16 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000367723 protein_coding 8 1 17 SUCO ENSG00000094975 +CDS chr1 172588760 172588924 ENST00000610051 protein_coding 5 2 17 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000263688 protein_coding 4 1 18 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000608151 protein_coding 5 5 17 SUCO ENSG00000094975 +CDS chr1 172588791 172589926 ENST00000616058 protein_coding 4 1 16 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000367723 protein_coding 8 1 18 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000610051 protein_coding 5 2 18 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000263688 protein_coding 4 1 19 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000616058 protein_coding 4 1 17 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000608151 protein_coding 5 5 18 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000367723 protein_coding 8 1 19 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000610051 protein_coding 5 2 19 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000263688 protein_coding 4 1 20 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000616058 protein_coding 4 1 18 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000608151 protein_coding 5 5 19 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000367723 protein_coding 8 1 20 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000610051 protein_coding 5 2 20 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000263688 protein_coding 4 1 21 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000616058 protein_coding 4 1 19 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000608151 protein_coding 5 5 20 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000367723 protein_coding 8 1 21 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000610051 protein_coding 5 2 21 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000263688 protein_coding 4 1 22 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000616058 protein_coding 4 1 20 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000608151 protein_coding 5 5 21 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000367723 protein_coding 8 1 22 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000610051 protein_coding 5 2 22 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000263688 protein_coding 4 1 23 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000616058 protein_coding 4 1 21 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000608151 protein_coding 5 5 22 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000367723 protein_coding 8 1 23 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000610051 protein_coding 5 2 23 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000263688 protein_coding 4 1 24 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000616058 protein_coding 4 1 22 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000608151 protein_coding 5 5 23 SUCO ENSG00000094975 +transcript chr1 172659103 172666876 ENST00000367721 protein_coding 3 1 NA FASLG ENSG00000117560 +transcript chr1 172659144 172666075 ENST00000340030 protein_coding 4 1 NA FASLG ENSG00000117560 +CDS chr1 172659202 172659549 ENST00000367721 protein_coding 3 1 1 FASLG ENSG00000117560 +CDS chr1 172659202 172659549 ENST00000340030 protein_coding 4 1 1 FASLG ENSG00000117560 +CDS chr1 172660095 172660140 ENST00000367721 protein_coding 3 1 2 FASLG ENSG00000117560 +CDS chr1 172664334 172664390 ENST00000367721 protein_coding 3 1 3 FASLG ENSG00000117560 +CDS chr1 172664334 172664366 ENST00000340030 protein_coding 4 1 2 FASLG ENSG00000117560 +CDS chr1 172665622 172666013 ENST00000367721 protein_coding 3 1 4 FASLG ENSG00000117560 +transcript chr1 173039202 173050941 ENST00000404377 protein_coding 5 1 NA TNFSF18 ENSG00000120337 +CDS chr1 173041370 173041713 ENST00000404377 protein_coding 5 1 3 TNFSF18 ENSG00000120337 +CDS chr1 173043939 173043969 ENST00000404377 protein_coding 5 1 2 TNFSF18 ENSG00000120337 +CDS chr1 173050741 173050896 ENST00000404377 protein_coding 5 1 1 TNFSF18 ENSG00000120337 +transcript chr1 173183731 173207331 ENST00000281834 protein_coding 4 1 NA TNFSF4 ENSG00000117586 +transcript chr1 173183734 173205558 ENST00000367718 protein_coding 5 1 NA TNFSF4 ENSG00000117586 +CDS chr1 173186519 173186865 ENST00000367718 protein_coding 5 1 3 TNFSF4 ENSG00000117586 +CDS chr1 173186519 173186865 ENST00000281834 protein_coding 4 1 3 TNFSF4 ENSG00000117586 +CDS chr1 173188521 173188569 ENST00000367718 protein_coding 5 1 2 TNFSF4 ENSG00000117586 +CDS chr1 173188521 173188569 ENST00000281834 protein_coding 4 1 2 TNFSF4 ENSG00000117586 +CDS chr1 173205311 173205313 ENST00000367718 protein_coding 5 1 1 TNFSF4 ENSG00000117586 +CDS chr1 173207024 173207176 ENST00000281834 protein_coding 4 1 1 TNFSF4 ENSG00000117586 +transcript chr1 173477335 173488815 ENST00000340385 protein_coding 6 1 NA PRDX6 ENSG00000117592 +CDS chr1 173477398 173477492 ENST00000340385 protein_coding 6 1 1 PRDX6 ENSG00000117592 +CDS chr1 173481326 173481482 ENST00000340385 protein_coding 6 1 2 PRDX6 ENSG00000117592 +CDS chr1 173485361 173485507 ENST00000340385 protein_coding 6 1 3 PRDX6 ENSG00000117592 +CDS chr1 173486255 173486401 ENST00000340385 protein_coding 6 1 4 PRDX6 ENSG00000117592 +CDS chr1 173487735 173487860 ENST00000340385 protein_coding 6 1 5 PRDX6 ENSG00000117592 +transcript chr1 173500460 173603072 ENST00000367714 protein_coding 4 1 NA SLC9C2 ENSG00000162753 +CDS chr1 173501097 173501097 ENST00000367714 protein_coding 4 1 28 SLC9C2 ENSG00000162753 +CDS chr1 173503266 173503326 ENST00000367714 protein_coding 4 1 27 SLC9C2 ENSG00000162753 +CDS chr1 173505247 173505331 ENST00000367714 protein_coding 4 1 26 SLC9C2 ENSG00000162753 +CDS chr1 173506856 173507041 ENST00000367714 protein_coding 4 1 25 SLC9C2 ENSG00000162753 +CDS chr1 173509568 173509699 ENST00000367714 protein_coding 4 1 24 SLC9C2 ENSG00000162753 +CDS chr1 173517537 173517704 ENST00000367714 protein_coding 4 1 23 SLC9C2 ENSG00000162753 +CDS chr1 173521301 173521399 ENST00000367714 protein_coding 4 1 22 SLC9C2 ENSG00000162753 +CDS chr1 173523969 173524094 ENST00000367714 protein_coding 4 1 21 SLC9C2 ENSG00000162753 +CDS chr1 173524779 173524927 ENST00000367714 protein_coding 4 1 20 SLC9C2 ENSG00000162753 +CDS chr1 173526663 173526714 ENST00000367714 protein_coding 4 1 19 SLC9C2 ENSG00000162753 +CDS chr1 173529905 173530054 ENST00000367714 protein_coding 4 1 18 SLC9C2 ENSG00000162753 +CDS chr1 173533609 173533797 ENST00000367714 protein_coding 4 1 17 SLC9C2 ENSG00000162753 +CDS chr1 173534484 173534682 ENST00000367714 protein_coding 4 1 16 SLC9C2 ENSG00000162753 +CDS chr1 173535830 173535949 ENST00000367714 protein_coding 4 1 15 SLC9C2 ENSG00000162753 +CDS chr1 173536942 173537039 ENST00000367714 protein_coding 4 1 14 SLC9C2 ENSG00000162753 +CDS chr1 173547689 173547784 ENST00000367714 protein_coding 4 1 13 SLC9C2 ENSG00000162753 +CDS chr1 173548389 173548552 ENST00000367714 protein_coding 4 1 12 SLC9C2 ENSG00000162753 +CDS chr1 173554733 173554814 ENST00000367714 protein_coding 4 1 11 SLC9C2 ENSG00000162753 +CDS chr1 173557340 173557508 ENST00000367714 protein_coding 4 1 10 SLC9C2 ENSG00000162753 +CDS chr1 173573182 173573325 ENST00000367714 protein_coding 4 1 9 SLC9C2 ENSG00000162753 +CDS chr1 173576661 173576760 ENST00000367714 protein_coding 4 1 8 SLC9C2 ENSG00000162753 +CDS chr1 173581847 173582008 ENST00000367714 protein_coding 4 1 7 SLC9C2 ENSG00000162753 +CDS chr1 173583506 173583622 ENST00000367714 protein_coding 4 1 6 SLC9C2 ENSG00000162753 +CDS chr1 173587665 173587830 ENST00000367714 protein_coding 4 1 5 SLC9C2 ENSG00000162753 +CDS chr1 173597904 173598032 ENST00000367714 protein_coding 4 1 4 SLC9C2 ENSG00000162753 +CDS chr1 173600117 173600217 ENST00000367714 protein_coding 4 1 3 SLC9C2 ENSG00000162753 +CDS chr1 173601650 173601776 ENST00000367714 protein_coding 4 1 2 SLC9C2 ENSG00000162753 +transcript chr1 173608336 173669851 ENST00000333279 protein_coding 3 1 NA ANKRD45 ENSG00000183831 +CDS chr1 173610148 173610215 ENST00000333279 protein_coding 3 1 6 ANKRD45 ENSG00000183831 +CDS chr1 173624787 173624925 ENST00000333279 protein_coding 3 1 5 ANKRD45 ENSG00000183831 +CDS chr1 173627065 173627159 ENST00000333279 protein_coding 3 1 4 ANKRD45 ENSG00000183831 +transcript chr1 173635338 173637130 ENST00000417563 protein_coding 3 2 NA TEX50 ENSG00000232113 +CDS chr1 173635522 173635845 ENST00000417563 protein_coding 3 2 1 TEX50 ENSG00000232113 +CDS chr1 173636827 173637033 ENST00000417563 protein_coding 3 2 2 TEX50 ENSG00000232113 +CDS chr1 173646846 173647013 ENST00000333279 protein_coding 3 1 3 ANKRD45 ENSG00000183831 +CDS chr1 173659091 173659418 ENST00000333279 protein_coding 3 1 2 ANKRD45 ENSG00000183831 +transcript chr1 173714981 173786692 ENST00000209884 protein_coding 5 1 NA KLHL20 ENSG00000076321 +CDS chr1 173716044 173716066 ENST00000209884 protein_coding 5 1 2 KLHL20 ENSG00000076321 +CDS chr1 173733713 173734286 ENST00000209884 protein_coding 5 1 3 KLHL20 ENSG00000076321 +CDS chr1 173751764 173751922 ENST00000209884 protein_coding 5 1 4 KLHL20 ENSG00000076321 +CDS chr1 173753213 173753307 ENST00000209884 protein_coding 5 1 5 KLHL20 ENSG00000076321 +CDS chr1 173755923 173756038 ENST00000209884 protein_coding 5 1 6 KLHL20 ENSG00000076321 +CDS chr1 173756976 173757159 ENST00000209884 protein_coding 5 1 7 KLHL20 ENSG00000076321 +CDS chr1 173766146 173766289 ENST00000209884 protein_coding 5 1 8 KLHL20 ENSG00000076321 +CDS chr1 173774305 173774438 ENST00000209884 protein_coding 5 1 9 KLHL20 ENSG00000076321 +CDS chr1 173775634 173775842 ENST00000209884 protein_coding 5 1 10 KLHL20 ENSG00000076321 +CDS chr1 173782124 173782230 ENST00000209884 protein_coding 5 1 11 KLHL20 ENSG00000076321 +CDS chr1 173785163 173785244 ENST00000209884 protein_coding 5 1 12 KLHL20 ENSG00000076321 +transcript chr1 173799550 173824322 ENST00000356198 protein_coding 6 1 NA CENPL ENSG00000120334 +transcript chr1 173799550 173824883 ENST00000682279 protein_coding 1 NA NA CENPL ENSG00000120334 +transcript chr1 173799850 173824132 ENST00000345664 protein_coding 10 1 NA CENPL ENSG00000120334 +transcript chr1 173799850 173824174 ENST00000367710 protein_coding 7 1 NA CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000356198 protein_coding 6 1 7 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000345664 protein_coding 10 1 5 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000367710 protein_coding 7 1 6 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000682279 protein_coding 1 NA 6 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000356198 protein_coding 6 1 6 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000345664 protein_coding 10 1 4 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000367710 protein_coding 7 1 5 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000682279 protein_coding 1 NA 5 CENPL ENSG00000120334 +CDS chr1 173806439 173806576 ENST00000356198 protein_coding 6 1 5 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000356198 protein_coding 6 1 4 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000345664 protein_coding 10 1 3 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000367710 protein_coding 7 1 4 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000682279 protein_coding 1 NA 4 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000356198 protein_coding 6 1 3 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000345664 protein_coding 10 1 2 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000367710 protein_coding 7 1 3 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000682279 protein_coding 1 NA 3 CENPL ENSG00000120334 +transcript chr1 173824653 173858389 ENST00000648960 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824653 173858400 ENST00000648807 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824663 173858397 ENST00000649067 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824673 173858546 ENST00000649689 protein_coding 2 NA NA DARS2 ENSG00000117593 +transcript chr1 173824708 173858517 ENST00000647645 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824960 173852014 ENST00000648458 protein_coding 1 NA NA DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648960 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648807 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000649067 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000649689 protein_coding 2 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000647645 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648458 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648960 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648807 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000649067 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000649689 protein_coding 2 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000647645 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648458 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648960 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648807 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000649067 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000649689 protein_coding 2 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000647645 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648458 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648960 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648807 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000649067 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000649689 protein_coding 2 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000647645 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648458 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648960 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648807 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000649067 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000649689 protein_coding 2 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000647645 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648458 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648960 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648807 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000649067 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000649689 protein_coding 2 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000647645 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648458 protein_coding 1 NA 6 DARS2 ENSG00000117593 +transcript chr1 173833428 173853836 ENST00000649106 protein_coding 1 NA NA DARS2 ENSG00000117593 +CDS chr1 173833428 173833499 ENST00000649106 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648960 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648807 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649067 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649689 protein_coding 2 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000647645 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648458 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649106 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648960 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648807 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000649067 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000649689 protein_coding 2 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000647645 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648458 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648960 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648807 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000649067 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000649689 protein_coding 2 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000647645 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648458 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648960 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648807 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649067 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649689 protein_coding 2 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000647645 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648458 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649106 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648960 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648807 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649067 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649689 protein_coding 2 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000647645 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648458 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649106 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648960 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648807 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649067 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649689 protein_coding 2 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648458 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649106 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000649689 protein_coding 2 NA 13 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000647645 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000648458 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000649106 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173851836 173851937 ENST00000648458 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000648807 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649067 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649689 protein_coding 2 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000647645 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649106 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000648807 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000649067 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000649689 protein_coding 2 NA 15 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000647645 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853836 ENST00000649106 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000648960 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000648807 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173856666 173856761 ENST00000649067 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000649689 protein_coding 2 NA 16 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000647645 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000648960 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000648807 protein_coding 1 NA 16 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000649689 protein_coding 2 NA 17 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000647645 protein_coding 1 NA 16 DARS2 ENSG00000117593 +transcript chr1 173868082 173886636 ENST00000367704 protein_coding 5 2 NA ZBTB37 ENSG00000185278 +transcript chr1 173868355 173886636 ENST00000427304 protein_coding 5 5 NA ZBTB37 ENSG00000185278 +transcript chr1 173868394 173873643 ENST00000367702 protein_coding 1 5 NA ZBTB37 ENSG00000185278 +transcript chr1 173868956 173903549 ENST00000367701 protein_coding 9 1 NA ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367704 protein_coding 5 2 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000427304 protein_coding 5 5 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367702 protein_coding 1 5 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367701 protein_coding 9 1 2 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873566 ENST00000427304 protein_coding 5 5 4 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873626 ENST00000367702 protein_coding 1 5 4 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873566 ENST00000367701 protein_coding 9 1 3 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173885636 ENST00000367704 protein_coding 5 2 4 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173886121 ENST00000427304 protein_coding 5 5 5 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173886121 ENST00000367701 protein_coding 9 1 4 ZBTB37 ENSG00000185278 +transcript chr1 173903800 173917327 ENST00000367698 protein_coding 4 1 NA SERPINC1 ENSG00000117601 +CDS chr1 173903892 173904065 ENST00000367698 protein_coding 4 1 7 SERPINC1 ENSG00000117601 +CDS chr1 173907450 173907514 ENST00000367698 protein_coding 4 1 6 SERPINC1 ENSG00000117601 +CDS chr1 173909552 173909942 ENST00000367698 protein_coding 4 1 5 SERPINC1 ENSG00000117601 +CDS chr1 173910754 173910891 ENST00000367698 protein_coding 4 1 4 SERPINC1 ENSG00000117601 +CDS chr1 173911799 173912014 ENST00000367698 protein_coding 4 1 3 SERPINC1 ENSG00000117601 +CDS chr1 173914553 173914919 ENST00000367698 protein_coding 4 1 2 SERPINC1 ENSG00000117601 +CDS chr1 173917219 173917259 ENST00000367698 protein_coding 4 1 1 SERPINC1 ENSG00000117601 +transcript chr1 173931084 174022357 ENST00000367696 protein_coding 7 5 NA RC3H1 ENSG00000135870 +transcript chr1 173931214 173993064 ENST00000258349 protein_coding 8 1 NA RC3H1 ENSG00000135870 +transcript chr1 173938411 173993072 ENST00000367694 protein_coding 2 2 NA RC3H1 ENSG00000135870 +CDS chr1 173938724 173938871 ENST00000367696 protein_coding 7 5 20 RC3H1 ENSG00000135870 +CDS chr1 173938724 173938871 ENST00000258349 protein_coding 8 1 19 RC3H1 ENSG00000135870 +CDS chr1 173938724 173938874 ENST00000367694 protein_coding 2 2 19 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000367696 protein_coding 7 5 19 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000258349 protein_coding 8 1 18 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000367694 protein_coding 2 2 18 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943615 ENST00000367696 protein_coding 7 5 18 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943615 ENST00000258349 protein_coding 8 1 17 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943588 ENST00000367694 protein_coding 2 2 17 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000367696 protein_coding 7 5 17 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000258349 protein_coding 8 1 16 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000367694 protein_coding 2 2 16 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000367696 protein_coding 7 5 16 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000258349 protein_coding 8 1 15 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000367694 protein_coding 2 2 15 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000367696 protein_coding 7 5 15 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000258349 protein_coding 8 1 14 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000367694 protein_coding 2 2 14 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000367696 protein_coding 7 5 14 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000258349 protein_coding 8 1 13 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000367694 protein_coding 2 2 13 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000367696 protein_coding 7 5 13 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000258349 protein_coding 8 1 12 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000367694 protein_coding 2 2 12 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000367696 protein_coding 7 5 12 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000258349 protein_coding 8 1 11 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000367694 protein_coding 2 2 11 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000367696 protein_coding 7 5 11 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000258349 protein_coding 8 1 10 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000367694 protein_coding 2 2 10 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000367696 protein_coding 7 5 10 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000258349 protein_coding 8 1 9 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000367694 protein_coding 2 2 9 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000367696 protein_coding 7 5 9 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000258349 protein_coding 8 1 8 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000367694 protein_coding 2 2 8 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000367696 protein_coding 7 5 8 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000258349 protein_coding 8 1 7 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000367694 protein_coding 2 2 7 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000367696 protein_coding 7 5 7 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000258349 protein_coding 8 1 6 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000367694 protein_coding 2 2 6 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000367696 protein_coding 7 5 6 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000258349 protein_coding 8 1 5 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000367694 protein_coding 2 2 5 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000367696 protein_coding 7 5 5 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000258349 protein_coding 8 1 4 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000367694 protein_coding 2 2 4 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000367696 protein_coding 7 5 4 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000258349 protein_coding 8 1 3 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000367694 protein_coding 2 2 3 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000367696 protein_coding 7 5 3 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000258349 protein_coding 8 1 2 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000367694 protein_coding 2 2 2 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000367696 protein_coding 7 5 2 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000258349 protein_coding 8 1 1 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000367694 protein_coding 2 2 1 RC3H1 ENSG00000135870 +transcript chr1 174159410 174548561 ENST00000357444 protein_coding 10 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174159517 174958182 ENST00000251507 protein_coding 8 2 NA RABGAP1L ENSG00000152061 +transcript chr1 174159520 174995308 ENST00000681986 protein_coding 1 NA NA RABGAP1L ENSG00000152061 +transcript chr1 174159590 174394145 ENST00000457696 protein_coding 1 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219184 ENST00000357444 protein_coding 10 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000251507 protein_coding 8 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000457696 protein_coding 1 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000681986 protein_coding 1 NA 2 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000357444 protein_coding 10 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000251507 protein_coding 8 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000457696 protein_coding 1 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000681986 protein_coding 1 NA 3 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000357444 protein_coding 10 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000251507 protein_coding 8 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000457696 protein_coding 1 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000681986 protein_coding 1 NA 4 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000357444 protein_coding 10 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000251507 protein_coding 8 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000457696 protein_coding 1 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000681986 protein_coding 1 NA 5 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000357444 protein_coding 10 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000251507 protein_coding 8 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000457696 protein_coding 1 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000681986 protein_coding 1 NA 6 RABGAP1L ENSG00000152061 +CDS chr1 174252444 174252590 ENST00000457696 protein_coding 1 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000357444 protein_coding 10 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000251507 protein_coding 8 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000681986 protein_coding 1 NA 7 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000357444 protein_coding 10 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000251507 protein_coding 8 2 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000457696 protein_coding 1 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000681986 protein_coding 1 NA 8 RABGAP1L ENSG00000152061 +transcript chr1 174275100 174545911 ENST00000367690 protein_coding 5 2 NA RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000357444 protein_coding 10 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000251507 protein_coding 8 2 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000457696 protein_coding 1 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000681986 protein_coding 1 NA 9 RABGAP1L ENSG00000152061 +CDS chr1 174275839 174275935 ENST00000367690 protein_coding 5 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000357444 protein_coding 10 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000251507 protein_coding 8 2 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000457696 protein_coding 1 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000367690 protein_coding 5 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000681986 protein_coding 1 NA 10 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000357444 protein_coding 10 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000251507 protein_coding 8 2 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000457696 protein_coding 1 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000367690 protein_coding 5 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000681986 protein_coding 1 NA 11 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000357444 protein_coding 10 1 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000251507 protein_coding 8 2 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000457696 protein_coding 1 1 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000367690 protein_coding 5 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000681986 protein_coding 1 NA 12 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000357444 protein_coding 10 1 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000251507 protein_coding 8 2 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000457696 protein_coding 1 1 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000367690 protein_coding 5 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000681986 protein_coding 1 NA 13 RABGAP1L ENSG00000152061 +transcript chr1 174447964 174449545 ENST00000367685 protein_coding 5 NA NA GPR52 ENSG00000203737 +CDS chr1 174448112 174449194 ENST00000367685 protein_coding 5 NA 1 GPR52 ENSG00000203737 +CDS chr1 174544844 174544948 ENST00000367690 protein_coding 5 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174547837 174548052 ENST00000357444 protein_coding 10 1 14 RABGAP1L ENSG00000152061 +CDS chr1 174637375 174637488 ENST00000251507 protein_coding 8 2 14 RABGAP1L ENSG00000152061 +CDS chr1 174637375 174637488 ENST00000681986 protein_coding 1 NA 14 RABGAP1L ENSG00000152061 +transcript chr1 174637378 174705750 ENST00000474375 protein_coding 6 3 NA RABGAP1L ENSG00000152061 +CDS chr1 174637378 174637488 ENST00000474375 protein_coding 6 3 1 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000251507 protein_coding 8 2 15 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000474375 protein_coding 6 3 2 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000681986 protein_coding 1 NA 15 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000251507 protein_coding 8 2 16 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000474375 protein_coding 6 3 3 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000681986 protein_coding 1 NA 16 RABGAP1L ENSG00000152061 +transcript chr1 174700413 174957529 ENST00000529145 protein_coding 6 4 NA RABGAP1L ENSG00000152061 +transcript chr1 174700525 174990409 ENST00000325589 protein_coding 9 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174701020 174990593 ENST00000367687 protein_coding 5 2 NA RABGAP1L ENSG00000152061 +transcript chr1 174701022 174990513 ENST00000347255 protein_coding 6 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174701117 174701122 ENST00000347255 protein_coding 6 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174701143 174701145 ENST00000367687 protein_coding 5 2 1 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000251507 protein_coding 8 2 17 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000474375 protein_coding 6 3 4 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000367687 protein_coding 5 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000347255 protein_coding 6 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000681986 protein_coding 1 NA 17 RABGAP1L ENSG00000152061 +CDS chr1 174702167 174702256 ENST00000529145 protein_coding 6 4 2 RABGAP1L ENSG00000152061 +CDS chr1 174702167 174702256 ENST00000325589 protein_coding 9 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174705201 174705242 ENST00000474375 protein_coding 6 3 5 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000251507 protein_coding 8 2 18 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000529145 protein_coding 6 4 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000325589 protein_coding 9 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000367687 protein_coding 5 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000347255 protein_coding 6 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000681986 protein_coding 1 NA 18 RABGAP1L ENSG00000152061 +transcript chr1 174799932 174995308 ENST00000489615 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174800333 174800500 ENST00000489615 protein_coding 5 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000251507 protein_coding 8 2 19 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000529145 protein_coding 6 4 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000325589 protein_coding 9 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000367687 protein_coding 5 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000347255 protein_coding 6 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000489615 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000681986 protein_coding 1 NA 19 RABGAP1L ENSG00000152061 +transcript chr1 174874458 174958182 ENST00000478442 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174874471 174982900 ENST00000465412 protein_coding 5 5 NA RABGAP1L ENSG00000152061 +transcript chr1 174875546 174958187 ENST00000486220 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174877440 174995301 ENST00000392064 protein_coding 6 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000478442 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000465412 protein_coding 5 5 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000486220 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000392064 protein_coding 6 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000251507 protein_coding 8 2 20 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957529 ENST00000529145 protein_coding 6 4 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000325589 protein_coding 9 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000367687 protein_coding 5 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000347255 protein_coding 6 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000489615 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000478442 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000465412 protein_coding 5 5 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000486220 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000392064 protein_coding 6 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000681986 protein_coding 1 NA 20 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000251507 protein_coding 8 2 21 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000478442 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000486220 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +transcript chr1 174964768 174990485 ENST00000367688 protein_coding 3 2 NA RABGAP1L ENSG00000152061 +CDS chr1 174964947 174964985 ENST00000367688 protein_coding 3 2 1 RABGAP1L ENSG00000152061 +transcript chr1 174964959 174993880 ENST00000485114 protein_coding 1 3 NA RABGAP1L ENSG00000152061 +CDS chr1 174964959 174964985 ENST00000485114 protein_coding 1 3 1 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000325589 protein_coding 9 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000367687 protein_coding 5 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000347255 protein_coding 6 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000489615 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000465412 protein_coding 5 5 4 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000367688 protein_coding 3 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000485114 protein_coding 1 3 2 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000392064 protein_coding 6 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000681986 protein_coding 1 NA 21 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000325589 protein_coding 9 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000367687 protein_coding 5 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000347255 protein_coding 6 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000489615 protein_coding 5 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000465412 protein_coding 5 5 5 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000367688 protein_coding 3 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000485114 protein_coding 1 3 3 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000392064 protein_coding 6 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000681986 protein_coding 1 NA 22 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000325589 protein_coding 9 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000367687 protein_coding 5 2 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000347255 protein_coding 6 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000489615 protein_coding 5 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000465412 protein_coding 5 5 6 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000367688 protein_coding 3 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000392064 protein_coding 6 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000681986 protein_coding 1 NA 23 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000325589 protein_coding 9 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000367687 protein_coding 5 2 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000347255 protein_coding 6 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000489615 protein_coding 5 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982900 ENST00000465412 protein_coding 5 5 7 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000367688 protein_coding 3 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000392064 protein_coding 6 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000681986 protein_coding 1 NA 24 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000325589 protein_coding 9 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000367687 protein_coding 5 2 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000347255 protein_coding 6 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000489615 protein_coding 5 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000367688 protein_coding 3 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000392064 protein_coding 6 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000681986 protein_coding 1 NA 25 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000325589 protein_coding 9 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000367687 protein_coding 5 2 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000347255 protein_coding 6 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000489615 protein_coding 5 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000367688 protein_coding 3 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000392064 protein_coding 6 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000681986 protein_coding 1 NA 26 RABGAP1L ENSG00000152061 +CDS chr1 174993587 174993604 ENST00000485114 protein_coding 1 3 4 RABGAP1L ENSG00000152061 +transcript chr1 174999163 175011715 ENST00000613570 protein_coding 4 2 NA CACYBP ENSG00000116161 +transcript chr1 174999435 175004750 ENST00000426793 protein_coding 1 3 NA CACYBP ENSG00000116161 +transcript chr1 174999947 175012027 ENST00000367679 protein_coding 7 1 NA CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000426793 protein_coding 1 3 2 CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000367679 protein_coding 7 1 1 CACYBP ENSG00000116161 +transcript chr1 175000181 175006771 ENST00000406752 protein_coding 1 5 NA CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000406752 protein_coding 1 5 1 CACYBP ENSG00000116161 +transcript chr1 175000213 175010079 ENST00000405362 protein_coding 1 5 NA CACYBP ENSG00000116161 +CDS chr1 175004614 175004750 ENST00000426793 protein_coding 1 3 3 CACYBP ENSG00000116161 +CDS chr1 175004614 175004833 ENST00000367679 protein_coding 7 1 2 CACYBP ENSG00000116161 +CDS chr1 175004614 175004814 ENST00000406752 protein_coding 1 5 2 CACYBP ENSG00000116161 +CDS chr1 175004728 175004833 ENST00000613570 protein_coding 4 2 2 CACYBP ENSG00000116161 +CDS chr1 175004728 175004833 ENST00000405362 protein_coding 1 5 2 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000613570 protein_coding 4 2 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000367679 protein_coding 7 1 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006768 ENST00000406752 protein_coding 1 5 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000405362 protein_coding 1 5 3 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000613570 protein_coding 4 2 4 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000367679 protein_coding 7 1 4 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000405362 protein_coding 1 5 4 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000613570 protein_coding 4 2 5 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000367679 protein_coding 7 1 5 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000405362 protein_coding 1 5 5 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000613570 protein_coding 4 2 6 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000367679 protein_coding 7 1 6 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000405362 protein_coding 1 5 6 CACYBP ENSG00000116161 +transcript chr1 175012958 175023425 ENST00000476371 protein_coding 1 1 NA MRPS14 ENSG00000120333 +CDS chr1 175014672 175014851 ENST00000476371 protein_coding 1 1 3 MRPS14 ENSG00000120333 +CDS chr1 175018418 175018576 ENST00000476371 protein_coding 1 1 2 MRPS14 ENSG00000120333 +CDS chr1 175023364 175023408 ENST00000476371 protein_coding 1 1 1 MRPS14 ENSG00000120333 +transcript chr1 175067833 175148075 ENST00000239462 protein_coding 9 2 NA TNN ENSG00000120332 +CDS chr1 175077419 175077827 ENST00000239462 protein_coding 9 2 2 TNN ENSG00000120332 +transcript chr1 175077419 175147936 ENST00000621086 protein_coding 1 5 NA TNN ENSG00000120332 +CDS chr1 175077419 175077827 ENST00000621086 protein_coding 1 5 1 TNN ENSG00000120332 +CDS chr1 175079333 175079707 ENST00000239462 protein_coding 9 2 3 TNN ENSG00000120332 +CDS chr1 175079333 175079707 ENST00000621086 protein_coding 1 5 2 TNN ENSG00000120332 +CDS chr1 175080163 175080426 ENST00000239462 protein_coding 9 2 4 TNN ENSG00000120332 +CDS chr1 175080163 175080426 ENST00000621086 protein_coding 1 5 3 TNN ENSG00000120332 +CDS chr1 175083750 175083935 ENST00000239462 protein_coding 9 2 5 TNN ENSG00000120332 +CDS chr1 175083750 175083935 ENST00000621086 protein_coding 1 5 4 TNN ENSG00000120332 +CDS chr1 175085405 175085494 ENST00000239462 protein_coding 9 2 6 TNN ENSG00000120332 +CDS chr1 175085405 175085494 ENST00000621086 protein_coding 1 5 5 TNN ENSG00000120332 +CDS chr1 175093990 175094253 ENST00000239462 protein_coding 9 2 7 TNN ENSG00000120332 +CDS chr1 175093990 175094253 ENST00000621086 protein_coding 1 5 6 TNN ENSG00000120332 +CDS chr1 175097417 175097683 ENST00000239462 protein_coding 9 2 8 TNN ENSG00000120332 +CDS chr1 175098332 175098595 ENST00000239462 protein_coding 9 2 9 TNN ENSG00000120332 +CDS chr1 175116939 175117205 ENST00000239462 protein_coding 9 2 10 TNN ENSG00000120332 +CDS chr1 175116939 175117205 ENST00000621086 protein_coding 1 5 7 TNN ENSG00000120332 +CDS chr1 175118561 175118824 ENST00000239462 protein_coding 9 2 11 TNN ENSG00000120332 +CDS chr1 175118561 175118824 ENST00000621086 protein_coding 1 5 8 TNN ENSG00000120332 +CDS chr1 175123400 175123663 ENST00000239462 protein_coding 9 2 12 TNN ENSG00000120332 +CDS chr1 175123400 175123663 ENST00000621086 protein_coding 1 5 9 TNN ENSG00000120332 +CDS chr1 175126955 175127085 ENST00000239462 protein_coding 9 2 13 TNN ENSG00000120332 +CDS chr1 175126955 175127085 ENST00000621086 protein_coding 1 5 10 TNN ENSG00000120332 +CDS chr1 175128032 175128164 ENST00000239462 protein_coding 9 2 14 TNN ENSG00000120332 +CDS chr1 175128032 175128164 ENST00000621086 protein_coding 1 5 11 TNN ENSG00000120332 +CDS chr1 175128595 175128746 ENST00000239462 protein_coding 9 2 15 TNN ENSG00000120332 +CDS chr1 175128595 175128746 ENST00000621086 protein_coding 1 5 12 TNN ENSG00000120332 +CDS chr1 175135845 175135941 ENST00000239462 protein_coding 9 2 16 TNN ENSG00000120332 +CDS chr1 175135845 175135941 ENST00000621086 protein_coding 1 5 13 TNN ENSG00000120332 +CDS chr1 175136821 175136988 ENST00000239462 protein_coding 9 2 17 TNN ENSG00000120332 +CDS chr1 175136821 175136988 ENST00000621086 protein_coding 1 5 14 TNN ENSG00000120332 +CDS chr1 175144387 175144550 ENST00000239462 protein_coding 9 2 18 TNN ENSG00000120332 +CDS chr1 175144387 175144550 ENST00000621086 protein_coding 1 5 15 TNN ENSG00000120332 +CDS chr1 175146931 175147068 ENST00000239462 protein_coding 9 2 19 TNN ENSG00000120332 +CDS chr1 175146931 175147068 ENST00000621086 protein_coding 1 5 16 TNN ENSG00000120332 +transcript chr1 175156986 175192776 ENST00000423313 protein_coding 6 1 NA KIAA0040 ENSG00000235750 +transcript chr1 175156987 175192943 ENST00000444639 protein_coding 5 1 NA KIAA0040 ENSG00000235750 +transcript chr1 175156987 175166741 ENST00000619513 protein_coding 1 2 NA KIAA0040 ENSG00000235750 +transcript chr1 175158953 175192754 ENST00000545251 protein_coding 6 1 NA KIAA0040 ENSG00000235750 +CDS chr1 175160172 175160630 ENST00000619513 protein_coding 1 2 2 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000423313 protein_coding 6 1 4 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000444639 protein_coding 5 1 4 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000545251 protein_coding 6 1 3 KIAA0040 ENSG00000235750 +transcript chr1 175315194 175743595 ENST00000367674 protein_coding 7 5 NA TNR ENSG00000116147 +transcript chr1 175322799 175743616 ENST00000263525 protein_coding 6 5 NA TNR ENSG00000116147 +CDS chr1 175323360 175323476 ENST00000367674 protein_coding 7 5 23 TNR ENSG00000116147 +CDS chr1 175323360 175323476 ENST00000263525 protein_coding 6 5 24 TNR ENSG00000116147 +CDS chr1 175324356 175324519 ENST00000367674 protein_coding 7 5 22 TNR ENSG00000116147 +CDS chr1 175324356 175324519 ENST00000263525 protein_coding 6 5 23 TNR ENSG00000116147 +CDS chr1 175330074 175330235 ENST00000367674 protein_coding 7 5 21 TNR ENSG00000116147 +CDS chr1 175330074 175330235 ENST00000263525 protein_coding 6 5 22 TNR ENSG00000116147 +CDS chr1 175335711 175335807 ENST00000367674 protein_coding 7 5 20 TNR ENSG00000116147 +CDS chr1 175335711 175335807 ENST00000263525 protein_coding 6 5 21 TNR ENSG00000116147 +CDS chr1 175337528 175337679 ENST00000367674 protein_coding 7 5 19 TNR ENSG00000116147 +CDS chr1 175337528 175337679 ENST00000263525 protein_coding 6 5 20 TNR ENSG00000116147 +CDS chr1 175354391 175354523 ENST00000367674 protein_coding 7 5 18 TNR ENSG00000116147 +CDS chr1 175354391 175354523 ENST00000263525 protein_coding 6 5 19 TNR ENSG00000116147 +CDS chr1 175355503 175355633 ENST00000367674 protein_coding 7 5 17 TNR ENSG00000116147 +CDS chr1 175355503 175355633 ENST00000263525 protein_coding 6 5 18 TNR ENSG00000116147 +CDS chr1 175356319 175356462 ENST00000367674 protein_coding 7 5 16 TNR ENSG00000116147 +CDS chr1 175356319 175356462 ENST00000263525 protein_coding 6 5 17 TNR ENSG00000116147 +CDS chr1 175359612 175359731 ENST00000367674 protein_coding 7 5 15 TNR ENSG00000116147 +CDS chr1 175359612 175359731 ENST00000263525 protein_coding 6 5 16 TNR ENSG00000116147 +CDS chr1 175362663 175362809 ENST00000367674 protein_coding 7 5 14 TNR ENSG00000116147 +CDS chr1 175362663 175362809 ENST00000263525 protein_coding 6 5 15 TNR ENSG00000116147 +CDS chr1 175363708 175363827 ENST00000367674 protein_coding 7 5 13 TNR ENSG00000116147 +CDS chr1 175363708 175363827 ENST00000263525 protein_coding 6 5 14 TNR ENSG00000116147 +CDS chr1 175365010 175365279 ENST00000367674 protein_coding 7 5 12 TNR ENSG00000116147 +CDS chr1 175365010 175365279 ENST00000263525 protein_coding 6 5 13 TNR ENSG00000116147 +CDS chr1 175365875 175366138 ENST00000367674 protein_coding 7 5 11 TNR ENSG00000116147 +CDS chr1 175365875 175366138 ENST00000263525 protein_coding 6 5 12 TNR ENSG00000116147 +CDS chr1 175367208 175367297 ENST00000367674 protein_coding 7 5 10 TNR ENSG00000116147 +CDS chr1 175367208 175367297 ENST00000263525 protein_coding 6 5 11 TNR ENSG00000116147 +CDS chr1 175379552 175379737 ENST00000367674 protein_coding 7 5 9 TNR ENSG00000116147 +CDS chr1 175379552 175379737 ENST00000263525 protein_coding 6 5 10 TNR ENSG00000116147 +CDS chr1 175386032 175386301 ENST00000367674 protein_coding 7 5 8 TNR ENSG00000116147 +CDS chr1 175386032 175386301 ENST00000263525 protein_coding 6 5 9 TNR ENSG00000116147 +CDS chr1 175391288 175391438 ENST00000367674 protein_coding 7 5 7 TNR ENSG00000116147 +CDS chr1 175391288 175391438 ENST00000263525 protein_coding 6 5 8 TNR ENSG00000116147 +transcript chr1 175391428 175406364 ENST00000422274 protein_coding 2 5 NA TNR ENSG00000116147 +CDS chr1 175391428 175391438 ENST00000422274 protein_coding 2 5 4 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000367674 protein_coding 7 5 6 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000422274 protein_coding 2 5 3 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000263525 protein_coding 6 5 7 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000367674 protein_coding 7 5 5 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000422274 protein_coding 2 5 2 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000263525 protein_coding 6 5 6 TNR ENSG00000116147 +CDS chr1 175403140 175403616 ENST00000367674 protein_coding 7 5 4 TNR ENSG00000116147 +CDS chr1 175403140 175403616 ENST00000263525 protein_coding 6 5 5 TNR ENSG00000116147 +CDS chr1 175406216 175406714 ENST00000367674 protein_coding 7 5 3 TNR ENSG00000116147 +CDS chr1 175406216 175406364 ENST00000422274 protein_coding 2 5 1 TNR ENSG00000116147 +CDS chr1 175406216 175406714 ENST00000263525 protein_coding 6 5 4 TNR ENSG00000116147 +transcript chr1 175944831 176207286 ENST00000367669 protein_coding 8 1 NA COP1 ENSG00000143207 +transcript chr1 175944832 176184664 ENST00000367666 protein_coding 5 2 NA COP1 ENSG00000143207 +transcript chr1 175945153 176206978 ENST00000308769 protein_coding 12 1 NA COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000367669 protein_coding 8 1 20 COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000367666 protein_coding 5 2 18 COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000308769 protein_coding 12 1 19 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000367669 protein_coding 8 1 19 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000367666 protein_coding 5 2 17 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000308769 protein_coding 12 1 18 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000367669 protein_coding 8 1 18 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000367666 protein_coding 5 2 16 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000308769 protein_coding 12 1 17 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000367669 protein_coding 8 1 17 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000367666 protein_coding 5 2 15 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000308769 protein_coding 12 1 16 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000367669 protein_coding 8 1 16 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000367666 protein_coding 5 2 14 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000308769 protein_coding 12 1 15 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000367669 protein_coding 8 1 15 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000367666 protein_coding 5 2 13 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000308769 protein_coding 12 1 14 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000367669 protein_coding 8 1 14 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000367666 protein_coding 5 2 12 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000308769 protein_coding 12 1 13 COP1 ENSG00000143207 +transcript chr1 176043216 176135082 ENST00000459744 protein_coding 5 3 NA COP1 ENSG00000143207 +CDS chr1 176043216 176043267 ENST00000459744 protein_coding 5 3 8 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000367669 protein_coding 8 1 13 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000367666 protein_coding 5 2 11 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000308769 protein_coding 12 1 12 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000459744 protein_coding 5 3 7 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000367669 protein_coding 8 1 12 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000367666 protein_coding 5 2 10 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000308769 protein_coding 12 1 11 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000459744 protein_coding 5 3 6 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000367669 protein_coding 8 1 11 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000367666 protein_coding 5 2 9 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000308769 protein_coding 12 1 10 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000459744 protein_coding 5 3 5 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000367669 protein_coding 8 1 10 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000367666 protein_coding 5 2 8 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000308769 protein_coding 12 1 9 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000459744 protein_coding 5 3 4 COP1 ENSG00000143207 +transcript chr1 176085866 176206381 ENST00000498306 protein_coding 5 5 NA COP1 ENSG00000143207 +CDS chr1 176085866 176085890 ENST00000498306 protein_coding 5 5 9 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000367669 protein_coding 8 1 9 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000367666 protein_coding 5 2 7 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000308769 protein_coding 12 1 8 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000459744 protein_coding 5 3 3 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000498306 protein_coding 5 5 8 COP1 ENSG00000143207 +CDS chr1 176133847 176133900 ENST00000459744 protein_coding 5 3 2 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000367669 protein_coding 8 1 8 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000367666 protein_coding 5 2 6 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000308769 protein_coding 12 1 7 COP1 ENSG00000143207 +CDS chr1 176135010 176135082 ENST00000459744 protein_coding 5 3 1 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000498306 protein_coding 5 5 7 COP1 ENSG00000143207 +CDS chr1 176136488 176136547 ENST00000367669 protein_coding 8 1 7 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000367669 protein_coding 8 1 6 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000367666 protein_coding 5 2 5 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000308769 protein_coding 12 1 6 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000498306 protein_coding 5 5 6 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000367669 protein_coding 8 1 5 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000367666 protein_coding 5 2 4 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000308769 protein_coding 12 1 5 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000498306 protein_coding 5 5 5 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000367669 protein_coding 8 1 4 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000367666 protein_coding 5 2 3 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000498306 protein_coding 5 5 4 COP1 ENSG00000143207 +CDS chr1 176163827 176163891 ENST00000308769 protein_coding 12 1 4 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000367669 protein_coding 8 1 3 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000367666 protein_coding 5 2 2 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000308769 protein_coding 12 1 3 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000498306 protein_coding 5 5 3 COP1 ENSG00000143207 +CDS chr1 176184633 176184692 ENST00000367669 protein_coding 8 1 2 COP1 ENSG00000143207 +CDS chr1 176184633 176184664 ENST00000367666 protein_coding 5 2 1 COP1 ENSG00000143207 +CDS chr1 176184633 176184692 ENST00000308769 protein_coding 12 1 2 COP1 ENSG00000143207 +CDS chr1 176184633 176184676 ENST00000498306 protein_coding 5 5 2 COP1 ENSG00000143207 +CDS chr1 176206572 176206978 ENST00000367669 protein_coding 8 1 1 COP1 ENSG00000143207 +CDS chr1 176206572 176206978 ENST00000308769 protein_coding 12 1 1 COP1 ENSG00000143207 +transcript chr1 176463171 176691204 ENST00000367661 protein_coding 7 1 NA PAPPA2 ENSG00000116183 +transcript chr1 176463175 176845601 ENST00000367662 protein_coding 5 1 NA PAPPA2 ENSG00000116183 +CDS chr1 176556323 176557241 ENST00000367661 protein_coding 7 1 2 PAPPA2 ENSG00000116183 +CDS chr1 176556323 176557241 ENST00000367662 protein_coding 5 1 2 PAPPA2 ENSG00000116183 +CDS chr1 176594524 176595595 ENST00000367661 protein_coding 7 1 3 PAPPA2 ENSG00000116183 +CDS chr1 176594524 176595595 ENST00000367662 protein_coding 5 1 3 PAPPA2 ENSG00000116183 +CDS chr1 176670970 176671115 ENST00000367661 protein_coding 7 1 4 PAPPA2 ENSG00000116183 +CDS chr1 176670970 176671115 ENST00000367662 protein_coding 5 1 4 PAPPA2 ENSG00000116183 +CDS chr1 176690137 176690480 ENST00000367661 protein_coding 7 1 5 PAPPA2 ENSG00000116183 +CDS chr1 176690137 176690430 ENST00000367662 protein_coding 5 1 5 PAPPA2 ENSG00000116183 +CDS chr1 176692126 176692318 ENST00000367662 protein_coding 5 1 6 PAPPA2 ENSG00000116183 +CDS chr1 176695738 176695859 ENST00000367662 protein_coding 5 1 7 PAPPA2 ENSG00000116183 +CDS chr1 176699100 176699589 ENST00000367662 protein_coding 5 1 8 PAPPA2 ENSG00000116183 +CDS chr1 176702607 176702735 ENST00000367662 protein_coding 5 1 9 PAPPA2 ENSG00000116183 +CDS chr1 176706359 176706450 ENST00000367662 protein_coding 5 1 10 PAPPA2 ENSG00000116183 +CDS chr1 176709983 176710176 ENST00000367662 protein_coding 5 1 11 PAPPA2 ENSG00000116183 +CDS chr1 176711835 176711981 ENST00000367662 protein_coding 5 1 12 PAPPA2 ENSG00000116183 +CDS chr1 176739626 176739761 ENST00000367662 protein_coding 5 1 13 PAPPA2 ENSG00000116183 +CDS chr1 176739980 176740196 ENST00000367662 protein_coding 5 1 14 PAPPA2 ENSG00000116183 +CDS chr1 176765666 176765837 ENST00000367662 protein_coding 5 1 15 PAPPA2 ENSG00000116183 +CDS chr1 176769607 176769784 ENST00000367662 protein_coding 5 1 16 PAPPA2 ENSG00000116183 +CDS chr1 176770967 176771180 ENST00000367662 protein_coding 5 1 17 PAPPA2 ENSG00000116183 +CDS chr1 176789809 176789977 ENST00000367662 protein_coding 5 1 18 PAPPA2 ENSG00000116183 +CDS chr1 176791347 176791482 ENST00000367662 protein_coding 5 1 19 PAPPA2 ENSG00000116183 +CDS chr1 176793560 176793669 ENST00000367662 protein_coding 5 1 20 PAPPA2 ENSG00000116183 +CDS chr1 176800061 176800132 ENST00000367662 protein_coding 5 1 21 PAPPA2 ENSG00000116183 +CDS chr1 176840173 176840271 ENST00000367662 protein_coding 5 1 22 PAPPA2 ENSG00000116183 +CDS chr1 176842380 176842451 ENST00000367662 protein_coding 5 1 23 PAPPA2 ENSG00000116183 +transcript chr1 176857302 177164867 ENST00000367657 protein_coding 7 1 NA ASTN1 ENSG00000152092 +CDS chr1 176857614 176857650 ENST00000367657 protein_coding 7 1 23 ASTN1 ENSG00000152092 +transcript chr1 176861067 177164712 ENST00000361833 protein_coding 7 1 NA ASTN1 ENSG00000152092 +CDS chr1 176864287 176864521 ENST00000361833 protein_coding 7 1 23 ASTN1 ENSG00000152092 +transcript chr1 176868813 177164683 ENST00000424564 protein_coding 2 1 NA ASTN1 ENSG00000152092 +CDS chr1 176868843 176869027 ENST00000424564 protein_coding 2 1 22 ASTN1 ENSG00000152092 +CDS chr1 176868844 176869027 ENST00000367657 protein_coding 7 1 22 ASTN1 ENSG00000152092 +CDS chr1 176868844 176869027 ENST00000361833 protein_coding 7 1 22 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000367657 protein_coding 7 1 21 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000361833 protein_coding 7 1 21 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000424564 protein_coding 2 1 21 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000367657 protein_coding 7 1 20 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000361833 protein_coding 7 1 20 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000424564 protein_coding 2 1 20 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000367657 protein_coding 7 1 19 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000361833 protein_coding 7 1 19 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000424564 protein_coding 2 1 19 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000367657 protein_coding 7 1 18 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000361833 protein_coding 7 1 18 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000424564 protein_coding 2 1 18 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000367657 protein_coding 7 1 17 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000361833 protein_coding 7 1 17 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000424564 protein_coding 2 1 17 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000367657 protein_coding 7 1 16 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000361833 protein_coding 7 1 16 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000424564 protein_coding 2 1 16 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000367657 protein_coding 7 1 15 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000361833 protein_coding 7 1 15 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000424564 protein_coding 2 1 15 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000367657 protein_coding 7 1 14 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000361833 protein_coding 7 1 14 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000424564 protein_coding 2 1 14 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000367657 protein_coding 7 1 13 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000361833 protein_coding 7 1 13 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000424564 protein_coding 2 1 13 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000367657 protein_coding 7 1 12 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000361833 protein_coding 7 1 12 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000424564 protein_coding 2 1 12 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000367657 protein_coding 7 1 11 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000361833 protein_coding 7 1 11 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000424564 protein_coding 2 1 11 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000367657 protein_coding 7 1 10 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000361833 protein_coding 7 1 10 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000424564 protein_coding 2 1 10 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000367657 protein_coding 7 1 9 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000361833 protein_coding 7 1 9 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000424564 protein_coding 2 1 9 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000367657 protein_coding 7 1 8 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000361833 protein_coding 7 1 8 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000424564 protein_coding 2 1 8 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000367657 protein_coding 7 1 7 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000361833 protein_coding 7 1 7 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000424564 protein_coding 2 1 7 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000367657 protein_coding 7 1 6 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000361833 protein_coding 7 1 6 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000424564 protein_coding 2 1 6 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000367657 protein_coding 7 1 5 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000361833 protein_coding 7 1 5 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000424564 protein_coding 2 1 5 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000367657 protein_coding 7 1 4 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000361833 protein_coding 7 1 4 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000424564 protein_coding 2 1 4 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000367657 protein_coding 7 1 3 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000361833 protein_coding 7 1 3 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000424564 protein_coding 2 1 3 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000367657 protein_coding 7 1 2 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000361833 protein_coding 7 1 2 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000424564 protein_coding 2 1 2 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000367657 protein_coding 7 1 1 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000361833 protein_coding 7 1 1 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000424564 protein_coding 2 1 1 ASTN1 ENSG00000152092 +transcript chr1 177170958 177282422 ENST00000361539 protein_coding 5 1 NA BRINP2 ENSG00000198797 +CDS chr1 177229877 177230145 ENST00000361539 protein_coding 5 1 2 BRINP2 ENSG00000198797 +CDS chr1 177255919 177256109 ENST00000361539 protein_coding 5 1 3 BRINP2 ENSG00000198797 +CDS chr1 177257176 177257384 ENST00000361539 protein_coding 5 1 4 BRINP2 ENSG00000198797 +CDS chr1 177273488 177273593 ENST00000361539 protein_coding 5 1 5 BRINP2 ENSG00000198797 +CDS chr1 177276198 177276434 ENST00000361539 protein_coding 5 1 6 BRINP2 ENSG00000198797 +CDS chr1 177278563 177278785 ENST00000361539 protein_coding 5 1 7 BRINP2 ENSG00000198797 +CDS chr1 177280412 177281525 ENST00000361539 protein_coding 5 1 8 BRINP2 ENSG00000198797 +transcript chr1 177928788 177970058 ENST00000308284 protein_coding 11 1 NA SEC16B ENSG00000120341 +CDS chr1 177929861 177929929 ENST00000308284 protein_coding 11 1 26 SEC16B ENSG00000120341 +CDS chr1 177930545 177930643 ENST00000308284 protein_coding 11 1 25 SEC16B ENSG00000120341 +CDS chr1 177932490 177932569 ENST00000308284 protein_coding 11 1 24 SEC16B ENSG00000120341 +CDS chr1 177932698 177932806 ENST00000308284 protein_coding 11 1 23 SEC16B ENSG00000120341 +CDS chr1 177933214 177933312 ENST00000308284 protein_coding 11 1 22 SEC16B ENSG00000120341 +CDS chr1 177933484 177933636 ENST00000308284 protein_coding 11 1 21 SEC16B ENSG00000120341 +CDS chr1 177936298 177936365 ENST00000308284 protein_coding 11 1 20 SEC16B ENSG00000120341 +CDS chr1 177937214 177937513 ENST00000308284 protein_coding 11 1 19 SEC16B ENSG00000120341 +CDS chr1 177939702 177939777 ENST00000308284 protein_coding 11 1 18 SEC16B ENSG00000120341 +CDS chr1 177940610 177940714 ENST00000308284 protein_coding 11 1 17 SEC16B ENSG00000120341 +CDS chr1 177941900 177942040 ENST00000308284 protein_coding 11 1 16 SEC16B ENSG00000120341 +CDS chr1 177944561 177944666 ENST00000308284 protein_coding 11 1 15 SEC16B ENSG00000120341 +transcript chr1 177945332 177970213 ENST00000464631 protein_coding 6 1 NA SEC16B ENSG00000120341 +CDS chr1 177946323 177946531 ENST00000464631 protein_coding 6 1 14 SEC16B ENSG00000120341 +CDS chr1 177946420 177946531 ENST00000308284 protein_coding 11 1 14 SEC16B ENSG00000120341 +transcript chr1 177946420 177958903 ENST00000527976 protein_coding 1 5 NA SEC16B ENSG00000120341 +CDS chr1 177946420 177946531 ENST00000527976 protein_coding 1 5 4 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000308284 protein_coding 11 1 13 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000464631 protein_coding 6 1 13 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000527976 protein_coding 1 5 3 SEC16B ENSG00000120341 +CDS chr1 177951914 177951995 ENST00000308284 protein_coding 11 1 12 SEC16B ENSG00000120341 +CDS chr1 177951914 177951995 ENST00000464631 protein_coding 6 1 12 SEC16B ENSG00000120341 +CDS chr1 177954279 177954376 ENST00000308284 protein_coding 11 1 11 SEC16B ENSG00000120341 +CDS chr1 177954279 177954376 ENST00000464631 protein_coding 6 1 11 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000308284 protein_coding 11 1 10 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000464631 protein_coding 6 1 10 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000527976 protein_coding 1 5 2 SEC16B ENSG00000120341 +CDS chr1 177958840 177958975 ENST00000308284 protein_coding 11 1 9 SEC16B ENSG00000120341 +CDS chr1 177958840 177958975 ENST00000464631 protein_coding 6 1 9 SEC16B ENSG00000120341 +CDS chr1 177958840 177958903 ENST00000527976 protein_coding 1 5 1 SEC16B ENSG00000120341 +CDS chr1 177960342 177960403 ENST00000308284 protein_coding 11 1 8 SEC16B ENSG00000120341 +CDS chr1 177960342 177960403 ENST00000464631 protein_coding 6 1 8 SEC16B ENSG00000120341 +CDS chr1 177960791 177960939 ENST00000308284 protein_coding 11 1 7 SEC16B ENSG00000120341 +CDS chr1 177960791 177960942 ENST00000464631 protein_coding 6 1 7 SEC16B ENSG00000120341 +CDS chr1 177961590 177961734 ENST00000308284 protein_coding 11 1 6 SEC16B ENSG00000120341 +CDS chr1 177961590 177961734 ENST00000464631 protein_coding 6 1 6 SEC16B ENSG00000120341 +CDS chr1 177964171 177964279 ENST00000308284 protein_coding 11 1 5 SEC16B ENSG00000120341 +CDS chr1 177964171 177964279 ENST00000464631 protein_coding 6 1 5 SEC16B ENSG00000120341 +CDS chr1 177965047 177965167 ENST00000308284 protein_coding 11 1 4 SEC16B ENSG00000120341 +CDS chr1 177965047 177965167 ENST00000464631 protein_coding 6 1 4 SEC16B ENSG00000120341 +CDS chr1 177965893 177966005 ENST00000308284 protein_coding 11 1 3 SEC16B ENSG00000120341 +CDS chr1 177965893 177966005 ENST00000464631 protein_coding 6 1 3 SEC16B ENSG00000120341 +CDS chr1 177967683 177967981 ENST00000308284 protein_coding 11 1 2 SEC16B ENSG00000120341 +CDS chr1 177967683 177967981 ENST00000464631 protein_coding 6 1 2 SEC16B ENSG00000120341 +transcript chr1 178094104 178478850 ENST00000367649 protein_coding 8 1 NA RASAL2 ENSG00000075391 +CDS chr1 178094493 178094694 ENST00000367649 protein_coding 8 1 1 RASAL2 ENSG00000075391 +CDS chr1 178283564 178283691 ENST00000367649 protein_coding 8 1 2 RASAL2 ENSG00000075391 +CDS chr1 178299992 178300118 ENST00000367649 protein_coding 8 1 3 RASAL2 ENSG00000075391 +transcript chr1 178341471 178484147 ENST00000462775 protein_coding 5 1 NA RASAL2 ENSG00000075391 +CDS chr1 178341596 178341608 ENST00000462775 protein_coding 5 1 1 RASAL2 ENSG00000075391 +CDS chr1 178390100 178390206 ENST00000367649 protein_coding 8 1 4 RASAL2 ENSG00000075391 +CDS chr1 178390100 178390206 ENST00000462775 protein_coding 5 1 2 RASAL2 ENSG00000075391 +CDS chr1 178420511 178420620 ENST00000367649 protein_coding 8 1 5 RASAL2 ENSG00000075391 +CDS chr1 178420511 178420620 ENST00000462775 protein_coding 5 1 3 RASAL2 ENSG00000075391 +CDS chr1 178439422 178439575 ENST00000367649 protein_coding 8 1 6 RASAL2 ENSG00000075391 +CDS chr1 178439422 178439575 ENST00000462775 protein_coding 5 1 4 RASAL2 ENSG00000075391 +CDS chr1 178441549 178441647 ENST00000367649 protein_coding 8 1 7 RASAL2 ENSG00000075391 +CDS chr1 178441549 178441647 ENST00000462775 protein_coding 5 1 5 RASAL2 ENSG00000075391 +CDS chr1 178442675 178443229 ENST00000367649 protein_coding 8 1 8 RASAL2 ENSG00000075391 +CDS chr1 178442675 178443229 ENST00000462775 protein_coding 5 1 6 RASAL2 ENSG00000075391 +CDS chr1 178445518 178445662 ENST00000367649 protein_coding 8 1 9 RASAL2 ENSG00000075391 +CDS chr1 178445518 178445662 ENST00000462775 protein_coding 5 1 7 RASAL2 ENSG00000075391 +CDS chr1 178451571 178451715 ENST00000367649 protein_coding 8 1 10 RASAL2 ENSG00000075391 +CDS chr1 178451571 178451715 ENST00000462775 protein_coding 5 1 8 RASAL2 ENSG00000075391 +CDS chr1 178452416 178452652 ENST00000367649 protein_coding 8 1 11 RASAL2 ENSG00000075391 +CDS chr1 178452416 178452652 ENST00000462775 protein_coding 5 1 9 RASAL2 ENSG00000075391 +transcript chr1 178452437 178473522 ENST00000433130 protein_coding 2 2 NA RASAL2 ENSG00000075391 +CDS chr1 178452437 178452652 ENST00000433130 protein_coding 2 2 1 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000367649 protein_coding 8 1 12 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000462775 protein_coding 5 1 10 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000433130 protein_coding 2 2 2 RASAL2 ENSG00000075391 +CDS chr1 178456700 178456899 ENST00000462775 protein_coding 5 1 11 RASAL2 ENSG00000075391 +CDS chr1 178456700 178456899 ENST00000433130 protein_coding 2 2 3 RASAL2 ENSG00000075391 +CDS chr1 178456721 178456899 ENST00000367649 protein_coding 8 1 13 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000367649 protein_coding 8 1 14 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000462775 protein_coding 5 1 12 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000433130 protein_coding 2 2 4 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000367649 protein_coding 8 1 15 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000462775 protein_coding 5 1 13 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000433130 protein_coding 2 2 5 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000367649 protein_coding 8 1 16 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000462775 protein_coding 5 1 14 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000433130 protein_coding 2 2 6 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000367649 protein_coding 8 1 17 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000462775 protein_coding 5 1 15 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000433130 protein_coding 2 2 7 RASAL2 ENSG00000075391 +CDS chr1 178470693 178470723 ENST00000433130 protein_coding 2 2 8 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473236 ENST00000367649 protein_coding 8 1 18 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473236 ENST00000462775 protein_coding 5 1 16 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473214 ENST00000433130 protein_coding 2 2 9 RASAL2 ENSG00000075391 +transcript chr1 178479247 178486921 ENST00000646925 protein_coding 1 NA NA CLEC20A ENSG00000188585 +transcript chr1 178479247 178496939 ENST00000623247 protein_coding 2 5 NA CLEC20A ENSG00000188585 +CDS chr1 178479538 178479615 ENST00000646925 protein_coding 1 NA 4 CLEC20A ENSG00000188585 +CDS chr1 178479538 178479615 ENST00000623247 protein_coding 2 5 8 CLEC20A ENSG00000188585 +CDS chr1 178482312 178482397 ENST00000646925 protein_coding 1 NA 3 CLEC20A ENSG00000188585 +CDS chr1 178482312 178482397 ENST00000623247 protein_coding 2 5 7 CLEC20A ENSG00000188585 +CDS chr1 178483175 178483282 ENST00000646925 protein_coding 1 NA 2 CLEC20A ENSG00000188585 +CDS chr1 178483175 178483282 ENST00000623247 protein_coding 2 5 6 CLEC20A ENSG00000188585 +CDS chr1 178486434 178486827 ENST00000646925 protein_coding 1 NA 1 CLEC20A ENSG00000188585 +CDS chr1 178488501 178488599 ENST00000623247 protein_coding 2 5 5 CLEC20A ENSG00000188585 +CDS chr1 178490072 178490437 ENST00000623247 protein_coding 2 5 4 CLEC20A ENSG00000188585 +CDS chr1 178492501 178492566 ENST00000623247 protein_coding 2 5 3 CLEC20A ENSG00000188585 +CDS chr1 178494454 178494810 ENST00000623247 protein_coding 2 5 2 CLEC20A ENSG00000188585 +CDS chr1 178496900 178496939 ENST00000623247 protein_coding 2 5 1 CLEC20A ENSG00000188585 +transcript chr1 178513109 178522650 ENST00000319416 protein_coding 7 1 NA TEX35 ENSG00000240021 +transcript chr1 178513112 178521810 ENST00000367643 protein_coding 7 2 NA TEX35 ENSG00000240021 +transcript chr1 178513118 178522648 ENST00000367642 protein_coding 3 5 NA TEX35 ENSG00000240021 +transcript chr1 178513130 178522649 ENST00000367641 protein_coding 7 2 NA TEX35 ENSG00000240021 +transcript chr1 178513144 178523431 ENST00000367639 protein_coding 1 1 NA TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000319416 protein_coding 7 1 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367643 protein_coding 7 2 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367642 protein_coding 3 5 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367641 protein_coding 7 2 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513251 ENST00000367639 protein_coding 1 1 1 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000319416 protein_coding 7 1 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367643 protein_coding 7 2 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514185 ENST00000367642 protein_coding 3 5 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367641 protein_coding 7 2 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367639 protein_coding 1 1 2 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000319416 protein_coding 7 1 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367643 protein_coding 7 2 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514750 ENST00000367642 protein_coding 3 5 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367641 protein_coding 7 2 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367639 protein_coding 1 1 3 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000319416 protein_coding 7 1 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367643 protein_coding 7 2 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367641 protein_coding 7 2 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367639 protein_coding 1 1 4 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000319416 protein_coding 7 1 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367643 protein_coding 7 2 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367641 protein_coding 7 2 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367639 protein_coding 1 1 5 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000319416 protein_coding 7 1 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367643 protein_coding 7 2 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367641 protein_coding 7 2 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367639 protein_coding 1 1 6 TEX35 ENSG00000240021 +CDS chr1 178520517 178520564 ENST00000367642 protein_coding 3 5 4 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000319416 protein_coding 7 1 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000367643 protein_coding 7 2 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520934 ENST00000367641 protein_coding 7 2 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000367639 protein_coding 1 1 7 TEX35 ENSG00000240021 +transcript chr1 178520829 178521812 ENST00000442872 protein_coding 1 2 NA TEX35 ENSG00000240021 +CDS chr1 178520829 178520874 ENST00000442872 protein_coding 1 2 1 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000319416 protein_coding 7 1 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000367643 protein_coding 7 2 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000367639 protein_coding 1 1 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000442872 protein_coding 1 2 2 TEX35 ENSG00000240021 +CDS chr1 178521558 178521618 ENST00000442872 protein_coding 1 2 3 TEX35 ENSG00000240021 +CDS chr1 178521672 178521721 ENST00000367643 protein_coding 7 2 9 TEX35 ENSG00000240021 +CDS chr1 178522325 178522437 ENST00000319416 protein_coding 7 1 9 TEX35 ENSG00000240021 +CDS chr1 178523302 178523336 ENST00000367639 protein_coding 1 1 9 TEX35 ENSG00000240021 +transcript chr1 178725219 178921842 ENST00000367634 protein_coding 7 2 NA RALGPS2 ENSG00000116191 +transcript chr1 178725244 178921840 ENST00000367635 protein_coding 8 1 NA RALGPS2 ENSG00000116191 +transcript chr1 178725396 178883533 ENST00000324778 protein_coding 5 5 NA RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000367634 protein_coding 7 2 2 RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000367635 protein_coding 8 1 2 RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000324778 protein_coding 5 5 2 RALGPS2 ENSG00000116191 +CDS chr1 178784418 178784522 ENST00000367634 protein_coding 7 2 3 RALGPS2 ENSG00000116191 +CDS chr1 178784418 178784522 ENST00000367635 protein_coding 8 1 3 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000367634 protein_coding 7 2 4 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000367635 protein_coding 8 1 4 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000324778 protein_coding 5 5 3 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000367634 protein_coding 7 2 5 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000367635 protein_coding 8 1 5 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000324778 protein_coding 5 5 4 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000367634 protein_coding 7 2 6 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000367635 protein_coding 8 1 6 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000324778 protein_coding 5 5 5 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000367634 protein_coding 7 2 7 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000367635 protein_coding 8 1 7 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000324778 protein_coding 5 5 6 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000367634 protein_coding 7 2 8 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000367635 protein_coding 8 1 8 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000324778 protein_coding 5 5 7 RALGPS2 ENSG00000116191 +transcript chr1 178849535 178871077 ENST00000234816 protein_coding 7 1 NA ANGPTL1 ENSG00000116194 +transcript chr1 178850624 178871022 ENST00000367629 protein_coding 1 1 NA ANGPTL1 ENSG00000116194 +CDS chr1 178851132 178851316 ENST00000234816 protein_coding 7 1 6 ANGPTL1 ENSG00000116194 +CDS chr1 178851132 178851316 ENST00000367629 protein_coding 1 1 5 ANGPTL1 ENSG00000116194 +CDS chr1 178852683 178852953 ENST00000234816 protein_coding 7 1 5 ANGPTL1 ENSG00000116194 +CDS chr1 178852683 178852953 ENST00000367629 protein_coding 1 1 4 ANGPTL1 ENSG00000116194 +CDS chr1 178853594 178853787 ENST00000234816 protein_coding 7 1 4 ANGPTL1 ENSG00000116194 +CDS chr1 178853594 178853787 ENST00000367629 protein_coding 1 1 3 ANGPTL1 ENSG00000116194 +CDS chr1 178864954 178865776 ENST00000234816 protein_coding 7 1 3 ANGPTL1 ENSG00000116194 +CDS chr1 178864954 178865776 ENST00000367629 protein_coding 1 1 2 ANGPTL1 ENSG00000116194 +transcript chr1 178865434 178869278 ENST00000444255 protein_coding 1 2 NA ANGPTL1 ENSG00000116194 +CDS chr1 178865434 178865776 ENST00000444255 protein_coding 1 2 2 ANGPTL1 ENSG00000116194 +CDS chr1 178877498 178877635 ENST00000367634 protein_coding 7 2 9 RALGPS2 ENSG00000116191 +CDS chr1 178877498 178877635 ENST00000367635 protein_coding 8 1 9 RALGPS2 ENSG00000116191 +CDS chr1 178877498 178877635 ENST00000324778 protein_coding 5 5 8 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000367634 protein_coding 7 2 10 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000367635 protein_coding 8 1 10 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000324778 protein_coding 5 5 9 RALGPS2 ENSG00000116191 +transcript chr1 178878945 178885621 ENST00000415888 protein_coding 1 3 NA RALGPS2 ENSG00000116191 +CDS chr1 178878945 178878992 ENST00000415888 protein_coding 1 3 1 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000367634 protein_coding 7 2 11 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000367635 protein_coding 8 1 11 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000324778 protein_coding 5 5 10 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000415888 protein_coding 1 3 2 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885211 ENST00000367634 protein_coding 7 2 12 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885211 ENST00000367635 protein_coding 8 1 12 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885254 ENST00000415888 protein_coding 1 3 3 RALGPS2 ENSG00000116191 +CDS chr1 178885969 178886120 ENST00000367634 protein_coding 7 2 13 RALGPS2 ENSG00000116191 +CDS chr1 178885969 178886120 ENST00000367635 protein_coding 8 1 13 RALGPS2 ENSG00000116191 +transcript chr1 178886079 178906811 ENST00000367632 protein_coding 2 3 NA RALGPS2 ENSG00000116191 +CDS chr1 178886079 178886120 ENST00000367632 protein_coding 2 3 1 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367634 protein_coding 7 2 14 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367635 protein_coding 8 1 14 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367632 protein_coding 2 3 2 RALGPS2 ENSG00000116191 +CDS chr1 178892230 178892307 ENST00000367635 protein_coding 8 1 15 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367634 protein_coding 7 2 15 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367635 protein_coding 8 1 16 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367632 protein_coding 2 3 3 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367634 protein_coding 7 2 16 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367635 protein_coding 8 1 17 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367632 protein_coding 2 3 4 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367634 protein_coding 7 2 17 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367635 protein_coding 8 1 18 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367632 protein_coding 2 3 5 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906867 ENST00000367634 protein_coding 7 2 18 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906867 ENST00000367635 protein_coding 8 1 19 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906811 ENST00000367632 protein_coding 2 3 6 RALGPS2 ENSG00000116191 +CDS chr1 178916330 178916356 ENST00000367634 protein_coding 7 2 19 RALGPS2 ENSG00000116191 +CDS chr1 178916330 178916356 ENST00000367635 protein_coding 8 1 20 RALGPS2 ENSG00000116191 +transcript chr1 179025804 179050316 ENST00000440702 protein_coding 5 3 NA FAM20B ENSG00000116199 +transcript chr1 179025894 179076567 ENST00000263733 protein_coding 5 1 NA FAM20B ENSG00000116199 +CDS chr1 179043848 179044224 ENST00000440702 protein_coding 5 3 2 FAM20B ENSG00000116199 +CDS chr1 179043848 179044224 ENST00000263733 protein_coding 5 1 2 FAM20B ENSG00000116199 +CDS chr1 179050279 179050316 ENST00000440702 protein_coding 5 3 3 FAM20B ENSG00000116199 +CDS chr1 179050279 179050365 ENST00000263733 protein_coding 5 1 3 FAM20B ENSG00000116199 +CDS chr1 179054529 179054638 ENST00000263733 protein_coding 5 1 4 FAM20B ENSG00000116199 +CDS chr1 179063927 179064098 ENST00000263733 protein_coding 5 1 5 FAM20B ENSG00000116199 +CDS chr1 179064305 179064496 ENST00000263733 protein_coding 5 1 6 FAM20B ENSG00000116199 +CDS chr1 179066800 179066859 ENST00000263733 protein_coding 5 1 7 FAM20B ENSG00000116199 +CDS chr1 179071913 179072141 ENST00000263733 protein_coding 5 1 8 FAM20B ENSG00000116199 +transcript chr1 179082070 179095996 ENST00000367627 protein_coding 8 1 NA TOR3A ENSG00000186283 +transcript chr1 179082070 179085855 ENST00000367625 protein_coding 8 3 NA TOR3A ENSG00000186283 +transcript chr1 179082086 179098023 ENST00000352445 protein_coding 10 1 NA TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000367627 protein_coding 8 1 1 TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000367625 protein_coding 8 3 1 TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000352445 protein_coding 10 1 1 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000367627 protein_coding 8 1 2 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000367625 protein_coding 8 3 2 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000352445 protein_coding 10 1 2 TOR3A ENSG00000186283 +transcript chr1 179085372 179094121 ENST00000447595 protein_coding 1 2 NA TOR3A ENSG00000186283 +CDS chr1 179085579 179085893 ENST00000447595 protein_coding 1 2 1 TOR3A ENSG00000186283 +CDS chr1 179085628 179085893 ENST00000367627 protein_coding 8 1 3 TOR3A ENSG00000186283 +CDS chr1 179085628 179085893 ENST00000352445 protein_coding 10 1 3 TOR3A ENSG00000186283 +CDS chr1 179085769 179085855 ENST00000367625 protein_coding 8 3 3 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000367627 protein_coding 8 1 4 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000352445 protein_coding 10 1 4 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000447595 protein_coding 1 2 2 TOR3A ENSG00000186283 +CDS chr1 179094093 179094217 ENST00000367627 protein_coding 8 1 5 TOR3A ENSG00000186283 +CDS chr1 179094093 179094217 ENST00000352445 protein_coding 10 1 5 TOR3A ENSG00000186283 +CDS chr1 179094093 179094121 ENST00000447595 protein_coding 1 2 3 TOR3A ENSG00000186283 +CDS chr1 179094968 179095215 ENST00000367627 protein_coding 8 1 6 TOR3A ENSG00000186283 +CDS chr1 179097828 179097892 ENST00000352445 protein_coding 10 1 6 TOR3A ENSG00000186283 +transcript chr1 179099330 179229677 ENST00000502732 protein_coding 6 1 NA ABL2 ENSG00000143322 +transcript chr1 179104048 179143089 ENST00000344730 protein_coding 7 1 NA ABL2 ENSG00000143322 +transcript chr1 179107599 179143056 ENST00000512653 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179143044 ENST00000504405 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000367623 protein_coding 8 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000507173 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000511413 protein_coding 5 1 NA ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000502732 protein_coding 6 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000344730 protein_coding 7 1 13 ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000512653 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000504405 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000367623 protein_coding 8 1 11 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000507173 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000511413 protein_coding 5 1 13 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000344730 protein_coding 7 1 12 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000504405 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000507173 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000511413 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000502732 protein_coding 6 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000344730 protein_coding 7 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000512653 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000504405 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000367623 protein_coding 8 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000507173 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000511413 protein_coding 5 1 11 ABL2 ENSG00000143322 +transcript chr1 179110805 179229684 ENST00000392043 protein_coding 4 1 NA ABL2 ENSG00000143322 +CDS chr1 179110808 179110845 ENST00000392043 protein_coding 4 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000502732 protein_coding 6 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000344730 protein_coding 7 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000512653 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000504405 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000367623 protein_coding 8 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000507173 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000511413 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000392043 protein_coding 4 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000502732 protein_coding 6 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000344730 protein_coding 7 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000512653 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000504405 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000367623 protein_coding 8 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000507173 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000511413 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000392043 protein_coding 4 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000502732 protein_coding 6 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000344730 protein_coding 7 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000512653 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000504405 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000367623 protein_coding 8 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000507173 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000511413 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000392043 protein_coding 4 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000502732 protein_coding 6 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000344730 protein_coding 7 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000512653 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000504405 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000367623 protein_coding 8 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000507173 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000511413 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000392043 protein_coding 4 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000502732 protein_coding 6 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000344730 protein_coding 7 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000512653 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000504405 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000367623 protein_coding 8 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000507173 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000511413 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000392043 protein_coding 4 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000502732 protein_coding 6 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000344730 protein_coding 7 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000512653 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000504405 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000367623 protein_coding 8 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000507173 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000511413 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000392043 protein_coding 4 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000502732 protein_coding 6 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000344730 protein_coding 7 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000512653 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000504405 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000367623 protein_coding 8 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000507173 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000511413 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000392043 protein_coding 4 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000502732 protein_coding 6 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000344730 protein_coding 7 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000512653 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000504405 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000367623 protein_coding 8 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000507173 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000511413 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000392043 protein_coding 4 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000502732 protein_coding 6 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000344730 protein_coding 7 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000512653 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000511413 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000344730 protein_coding 7 1 1 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000512653 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000504405 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000502732 protein_coding 6 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000367623 protein_coding 8 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000507173 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000511413 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000392043 protein_coding 4 1 1 ABL2 ENSG00000143322 +transcript chr1 179293714 179358677 ENST00000540564 protein_coding 5 1 NA SOAT1 ENSG00000057252 +transcript chr1 179293714 179358677 ENST00000539888 protein_coding 5 2 NA SOAT1 ENSG00000057252 +transcript chr1 179293797 179358680 ENST00000367619 protein_coding 8 1 NA SOAT1 ENSG00000057252 +transcript chr1 179294320 179341310 ENST00000426956 protein_coding 1 3 NA SOAT1 ENSG00000057252 +CDS chr1 179302685 179302802 ENST00000367619 protein_coding 8 1 2 SOAT1 ENSG00000057252 +CDS chr1 179302685 179302802 ENST00000426956 protein_coding 1 3 2 SOAT1 ENSG00000057252 +CDS chr1 179302800 179302802 ENST00000540564 protein_coding 5 1 2 SOAT1 ENSG00000057252 +CDS chr1 179323437 179323495 ENST00000367619 protein_coding 8 1 3 SOAT1 ENSG00000057252 +CDS chr1 179323437 179323495 ENST00000426956 protein_coding 1 3 3 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000367619 protein_coding 8 1 4 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000426956 protein_coding 1 3 4 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000540564 protein_coding 5 1 3 SOAT1 ENSG00000057252 +CDS chr1 179335524 179335657 ENST00000539888 protein_coding 5 2 3 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000367619 protein_coding 8 1 5 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000426956 protein_coding 1 3 5 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000540564 protein_coding 5 1 4 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000539888 protein_coding 5 2 4 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000367619 protein_coding 8 1 6 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000426956 protein_coding 1 3 6 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000540564 protein_coding 5 1 5 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000539888 protein_coding 5 2 5 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000367619 protein_coding 8 1 7 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000426956 protein_coding 1 3 7 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000540564 protein_coding 5 1 6 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000539888 protein_coding 5 2 6 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000367619 protein_coding 8 1 8 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000540564 protein_coding 5 1 7 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000539888 protein_coding 5 2 7 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000367619 protein_coding 8 1 9 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000540564 protein_coding 5 1 8 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000539888 protein_coding 5 2 8 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000367619 protein_coding 8 1 10 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000540564 protein_coding 5 1 9 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000539888 protein_coding 5 2 9 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000367619 protein_coding 8 1 11 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000540564 protein_coding 5 1 10 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000539888 protein_coding 5 2 10 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000367619 protein_coding 8 1 12 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000540564 protein_coding 5 1 11 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000539888 protein_coding 5 2 11 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000367619 protein_coding 8 1 13 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000540564 protein_coding 5 1 12 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000539888 protein_coding 5 2 12 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000367619 protein_coding 8 1 14 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000540564 protein_coding 5 1 13 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000539888 protein_coding 5 2 13 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000367619 protein_coding 8 1 15 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000540564 protein_coding 5 1 14 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000539888 protein_coding 5 2 14 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000367619 protein_coding 8 1 16 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000540564 protein_coding 5 1 15 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000539888 protein_coding 5 2 15 SOAT1 ENSG00000057252 +transcript chr1 179365720 179379482 ENST00000509175 protein_coding 5 4 NA AXDND1 ENSG00000162779 +transcript chr1 179365720 179554733 ENST00000617277 protein_coding 4 5 NA AXDND1 ENSG00000162779 +transcript chr1 179365738 179368938 ENST00000508229 protein_coding 5 4 NA AXDND1 ENSG00000162779 +transcript chr1 179365971 179554735 ENST00000367618 protein_coding 8 1 NA AXDND1 ENSG00000162779 +transcript chr1 179365972 179378757 ENST00000511889 protein_coding 5 4 NA AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000367618 protein_coding 8 1 2 AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000508229 protein_coding 5 4 2 AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000617277 protein_coding 4 5 2 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368972 ENST00000367618 protein_coding 8 1 3 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368938 ENST00000508229 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368972 ENST00000617277 protein_coding 4 5 3 AXDND1 ENSG00000162779 +CDS chr1 179368829 179368972 ENST00000509175 protein_coding 5 4 2 AXDND1 ENSG00000162779 +CDS chr1 179368829 179368972 ENST00000511889 protein_coding 5 4 2 AXDND1 ENSG00000162779 +transcript chr1 179368901 179554735 ENST00000434088 protein_coding 1 1 NA AXDND1 ENSG00000162779 +CDS chr1 179368901 179368972 ENST00000434088 protein_coding 1 1 1 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000509175 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000367618 protein_coding 8 1 4 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000511889 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000434088 protein_coding 1 1 2 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000617277 protein_coding 4 5 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000509175 protein_coding 5 4 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000367618 protein_coding 8 1 5 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000511889 protein_coding 5 4 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000434088 protein_coding 1 1 3 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000617277 protein_coding 4 5 5 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000509175 protein_coding 5 4 5 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000367618 protein_coding 8 1 6 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000434088 protein_coding 1 1 4 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000617277 protein_coding 4 5 6 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000367618 protein_coding 8 1 7 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000434088 protein_coding 1 1 5 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000617277 protein_coding 4 5 7 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000367618 protein_coding 8 1 8 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000434088 protein_coding 1 1 6 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000617277 protein_coding 4 5 8 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000367618 protein_coding 8 1 9 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000434088 protein_coding 1 1 7 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000617277 protein_coding 4 5 9 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000367618 protein_coding 8 1 10 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000434088 protein_coding 1 1 8 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000617277 protein_coding 4 5 10 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000367618 protein_coding 8 1 11 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000434088 protein_coding 1 1 9 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000617277 protein_coding 4 5 11 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000367618 protein_coding 8 1 12 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000434088 protein_coding 1 1 10 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000617277 protein_coding 4 5 12 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000367618 protein_coding 8 1 13 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000434088 protein_coding 1 1 11 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000617277 protein_coding 4 5 13 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000367618 protein_coding 8 1 14 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000434088 protein_coding 1 1 12 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000617277 protein_coding 4 5 14 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000367618 protein_coding 8 1 15 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000434088 protein_coding 1 1 13 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000617277 protein_coding 4 5 15 AXDND1 ENSG00000162779 +CDS chr1 179444970 179445204 ENST00000367618 protein_coding 8 1 16 AXDND1 ENSG00000162779 +CDS chr1 179444970 179445204 ENST00000434088 protein_coding 1 1 14 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468641 ENST00000367618 protein_coding 8 1 17 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468641 ENST00000434088 protein_coding 1 1 15 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468466 ENST00000617277 protein_coding 4 5 16 AXDND1 ENSG00000162779 +CDS chr1 179483128 179483221 ENST00000367618 protein_coding 8 1 18 AXDND1 ENSG00000162779 +CDS chr1 179483128 179483221 ENST00000434088 protein_coding 1 1 16 AXDND1 ENSG00000162779 +CDS chr1 179491538 179491737 ENST00000367618 protein_coding 8 1 19 AXDND1 ENSG00000162779 +CDS chr1 179491538 179491737 ENST00000434088 protein_coding 1 1 17 AXDND1 ENSG00000162779 +CDS chr1 179492855 179492951 ENST00000367618 protein_coding 8 1 20 AXDND1 ENSG00000162779 +CDS chr1 179492855 179492951 ENST00000434088 protein_coding 1 1 18 AXDND1 ENSG00000162779 +CDS chr1 179509296 179509403 ENST00000367618 protein_coding 8 1 21 AXDND1 ENSG00000162779 +CDS chr1 179525334 179525447 ENST00000367618 protein_coding 8 1 22 AXDND1 ENSG00000162779 +CDS chr1 179528327 179528431 ENST00000367618 protein_coding 8 1 23 AXDND1 ENSG00000162779 +CDS chr1 179528327 179528431 ENST00000434088 protein_coding 1 1 19 AXDND1 ENSG00000162779 +CDS chr1 179533795 179533877 ENST00000367618 protein_coding 8 1 24 AXDND1 ENSG00000162779 +CDS chr1 179533795 179533877 ENST00000434088 protein_coding 1 1 20 AXDND1 ENSG00000162779 +CDS chr1 179534730 179534962 ENST00000367618 protein_coding 8 1 25 AXDND1 ENSG00000162779 +CDS chr1 179534730 179534962 ENST00000434088 protein_coding 1 1 21 AXDND1 ENSG00000162779 +transcript chr1 179550539 179575948 ENST00000367615 protein_coding 9 1 NA NPHS2 ENSG00000116218 +transcript chr1 179550539 179575952 ENST00000367616 protein_coding 4 1 NA NPHS2 ENSG00000116218 +CDS chr1 179551176 179551451 ENST00000367615 protein_coding 9 1 8 NPHS2 ENSG00000116218 +CDS chr1 179551176 179551451 ENST00000367616 protein_coding 4 1 7 NPHS2 ENSG00000116218 +CDS chr1 179552603 179552681 ENST00000367615 protein_coding 9 1 7 NPHS2 ENSG00000116218 +CDS chr1 179552603 179552681 ENST00000367616 protein_coding 4 1 6 NPHS2 ENSG00000116218 +CDS chr1 179554476 179554531 ENST00000367615 protein_coding 9 1 6 NPHS2 ENSG00000116218 +CDS chr1 179554476 179554531 ENST00000367616 protein_coding 4 1 5 NPHS2 ENSG00000116218 +CDS chr1 179554512 179554516 ENST00000367618 protein_coding 8 1 26 AXDND1 ENSG00000162779 +CDS chr1 179554512 179554516 ENST00000434088 protein_coding 1 1 22 AXDND1 ENSG00000162779 +CDS chr1 179557027 179557230 ENST00000367615 protein_coding 9 1 5 NPHS2 ENSG00000116218 +CDS chr1 179559679 179559761 ENST00000367615 protein_coding 9 1 4 NPHS2 ENSG00000116218 +CDS chr1 179559679 179559761 ENST00000367616 protein_coding 4 1 4 NPHS2 ENSG00000116218 +CDS chr1 179561289 179561361 ENST00000367615 protein_coding 9 1 3 NPHS2 ENSG00000116218 +CDS chr1 179561289 179561361 ENST00000367616 protein_coding 4 1 3 NPHS2 ENSG00000116218 +CDS chr1 179564690 179564793 ENST00000367615 protein_coding 9 1 2 NPHS2 ENSG00000116218 +CDS chr1 179564690 179564793 ENST00000367616 protein_coding 4 1 2 NPHS2 ENSG00000116218 +CDS chr1 179575591 179575864 ENST00000367615 protein_coding 9 1 1 NPHS2 ENSG00000116218 +CDS chr1 179575591 179575864 ENST00000367616 protein_coding 4 1 1 NPHS2 ENSG00000116218 +transcript chr1 179591613 179691270 ENST00000367614 protein_coding 5 2 NA TDRD5 ENSG00000162782 +transcript chr1 179591832 179691272 ENST00000444136 protein_coding 6 1 NA TDRD5 ENSG00000162782 +transcript chr1 179591890 179691272 ENST00000294848 protein_coding 12 1 NA TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000367614 protein_coding 5 2 2 TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000294848 protein_coding 12 1 2 TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000444136 protein_coding 6 1 2 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000367614 protein_coding 5 2 3 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000294848 protein_coding 12 1 3 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000444136 protein_coding 6 1 3 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000367614 protein_coding 5 2 4 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000294848 protein_coding 12 1 4 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000444136 protein_coding 6 1 4 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000367614 protein_coding 5 2 5 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000294848 protein_coding 12 1 5 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000444136 protein_coding 6 1 5 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000367614 protein_coding 5 2 6 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000294848 protein_coding 12 1 6 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000444136 protein_coding 6 1 6 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000367614 protein_coding 5 2 7 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000294848 protein_coding 12 1 7 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000444136 protein_coding 6 1 7 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000367614 protein_coding 5 2 8 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000294848 protein_coding 12 1 8 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000444136 protein_coding 6 1 8 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000367614 protein_coding 5 2 9 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000294848 protein_coding 12 1 9 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000444136 protein_coding 6 1 9 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000367614 protein_coding 5 2 10 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000294848 protein_coding 12 1 10 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000444136 protein_coding 6 1 10 TDRD5 ENSG00000162782 +transcript chr1 179639951 179691272 ENST00000417329 protein_coding 1 1 NA TDRD5 ENSG00000162782 +CDS chr1 179639951 179640051 ENST00000417329 protein_coding 1 1 1 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000367614 protein_coding 5 2 11 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000294848 protein_coding 12 1 11 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000417329 protein_coding 1 1 2 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000444136 protein_coding 6 1 11 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000367614 protein_coding 5 2 12 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000294848 protein_coding 12 1 12 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000417329 protein_coding 1 1 3 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000444136 protein_coding 6 1 12 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000367614 protein_coding 5 2 13 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000294848 protein_coding 12 1 13 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000417329 protein_coding 1 1 4 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000444136 protein_coding 6 1 13 TDRD5 ENSG00000162782 +CDS chr1 179654201 179654362 ENST00000417329 protein_coding 1 1 5 TDRD5 ENSG00000162782 +CDS chr1 179654201 179654362 ENST00000444136 protein_coding 6 1 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000367614 protein_coding 5 2 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000294848 protein_coding 12 1 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000417329 protein_coding 1 1 6 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000444136 protein_coding 6 1 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000367614 protein_coding 5 2 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000294848 protein_coding 12 1 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000417329 protein_coding 1 1 7 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000444136 protein_coding 6 1 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000367614 protein_coding 5 2 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000294848 protein_coding 12 1 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000417329 protein_coding 1 1 8 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000444136 protein_coding 6 1 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000367614 protein_coding 5 2 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000294848 protein_coding 12 1 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000417329 protein_coding 1 1 9 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000444136 protein_coding 6 1 18 TDRD5 ENSG00000162782 +transcript chr1 179743291 179816198 ENST00000341785 protein_coding 5 1 NA FAM163A ENSG00000143340 +CDS chr1 179813098 179813190 ENST00000341785 protein_coding 5 1 4 FAM163A ENSG00000143340 +CDS chr1 179813779 179814186 ENST00000341785 protein_coding 5 1 5 FAM163A ENSG00000143340 +transcript chr1 179839967 179877799 ENST00000367612 protein_coding 7 1 NA TOR1AIP2 ENSG00000169905 +transcript chr1 179839976 179877803 ENST00000609928 protein_coding 6 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179846074 179846828 ENST00000367612 protein_coding 7 1 6 TOR1AIP2 ENSG00000169905 +CDS chr1 179846074 179846828 ENST00000609928 protein_coding 6 2 7 TOR1AIP2 ENSG00000169905 +CDS chr1 179847535 179847636 ENST00000367612 protein_coding 7 1 5 TOR1AIP2 ENSG00000169905 +CDS chr1 179847535 179847636 ENST00000609928 protein_coding 6 2 6 TOR1AIP2 ENSG00000169905 +CDS chr1 179850845 179851363 ENST00000367612 protein_coding 7 1 4 TOR1AIP2 ENSG00000169905 +CDS chr1 179850845 179851363 ENST00000609928 protein_coding 6 2 5 TOR1AIP2 ENSG00000169905 +CDS chr1 179852632 179852665 ENST00000367612 protein_coding 7 1 3 TOR1AIP2 ENSG00000169905 +CDS chr1 179852632 179852665 ENST00000609928 protein_coding 6 2 4 TOR1AIP2 ENSG00000169905 +transcript chr1 179859030 179877799 ENST00000482587 protein_coding 5 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179864784 179865176 ENST00000482587 protein_coding 5 2 3 TOR1AIP2 ENSG00000169905 +transcript chr1 179865065 179877790 ENST00000495650 protein_coding 1 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179865065 179865176 ENST00000495650 protein_coding 1 2 2 TOR1AIP2 ENSG00000169905 +transcript chr1 179882042 179919708 ENST00000528443 protein_coding 6 2 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882285 179920076 ENST00000606911 protein_coding 7 1 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882297 179919277 ENST00000271583 protein_coding 7 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000528443 protein_coding 6 2 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000271583 protein_coding 7 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000606911 protein_coding 7 1 1 TOR1AIP1 ENSG00000143337 +transcript chr1 179882696 179920077 ENST00000435319 protein_coding 8 1 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882794 179914002 ENST00000531630 protein_coding 6 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882794 179882977 ENST00000531630 protein_coding 6 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882866 179882977 ENST00000435319 protein_coding 8 1 1 TOR1AIP1 ENSG00000143337 +transcript chr1 179882889 179914054 ENST00000527391 protein_coding 5 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882889 179882992 ENST00000527391 protein_coding 5 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000528443 protein_coding 6 2 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000271583 protein_coding 7 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000606911 protein_coding 7 1 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000435319 protein_coding 8 1 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000531630 protein_coding 6 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000527391 protein_coding 5 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179889310 179889369 ENST00000528443 protein_coding 6 2 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889310 179889369 ENST00000271583 protein_coding 7 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000606911 protein_coding 7 1 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000435319 protein_coding 8 1 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000531630 protein_coding 6 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000527391 protein_coding 5 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000528443 protein_coding 6 2 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000271583 protein_coding 7 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000606911 protein_coding 7 1 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000435319 protein_coding 8 1 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000527391 protein_coding 5 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000528443 protein_coding 6 2 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000271583 protein_coding 7 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000606911 protein_coding 7 1 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000435319 protein_coding 8 1 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000531630 protein_coding 6 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000527391 protein_coding 5 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000528443 protein_coding 6 2 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000271583 protein_coding 7 5 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000606911 protein_coding 7 1 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000435319 protein_coding 8 1 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000531630 protein_coding 6 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000527391 protein_coding 5 5 6 TOR1AIP1 ENSG00000143337 +transcript chr1 179903966 179918171 ENST00000447964 protein_coding 1 3 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000447964 protein_coding 1 3 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000528443 protein_coding 6 2 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000271583 protein_coding 7 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000606911 protein_coding 7 1 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000435319 protein_coding 8 1 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000531630 protein_coding 6 5 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000527391 protein_coding 5 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000447964 protein_coding 1 3 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000528443 protein_coding 6 2 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000271583 protein_coding 7 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000606911 protein_coding 7 1 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000435319 protein_coding 8 1 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000531630 protein_coding 6 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000527391 protein_coding 5 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000447964 protein_coding 1 3 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179913586 179913630 ENST00000271583 protein_coding 7 5 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000528443 protein_coding 6 2 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000271583 protein_coding 7 5 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000606911 protein_coding 7 1 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000435319 protein_coding 8 1 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914002 ENST00000531630 protein_coding 6 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000527391 protein_coding 5 5 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000528443 protein_coding 6 2 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000271583 protein_coding 7 5 11 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000606911 protein_coding 7 1 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000435319 protein_coding 8 1 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918171 ENST00000447964 protein_coding 1 3 4 TOR1AIP1 ENSG00000143337 +transcript chr1 179954773 179996963 ENST00000491495 protein_coding 2 5 NA CEP350 ENSG00000135837 +transcript chr1 179954810 180114875 ENST00000367607 protein_coding 8 1 NA CEP350 ENSG00000135837 +CDS chr1 179955104 179955142 ENST00000491495 protein_coding 2 5 1 CEP350 ENSG00000135837 +CDS chr1 179986181 179986254 ENST00000491495 protein_coding 2 5 2 CEP350 ENSG00000135837 +CDS chr1 179986182 179986254 ENST00000367607 protein_coding 8 1 2 CEP350 ENSG00000135837 +transcript chr1 179986182 179992221 ENST00000357434 protein_coding 2 1 NA CEP350 ENSG00000135837 +CDS chr1 179986182 179986254 ENST00000357434 protein_coding 2 1 1 CEP350 ENSG00000135837 +CDS chr1 179987240 179987286 ENST00000367607 protein_coding 8 1 3 CEP350 ENSG00000135837 +CDS chr1 179987243 179987286 ENST00000491495 protein_coding 2 5 3 CEP350 ENSG00000135837 +CDS chr1 179987243 179987286 ENST00000357434 protein_coding 2 1 2 CEP350 ENSG00000135837 +CDS chr1 179990507 179990621 ENST00000367607 protein_coding 8 1 4 CEP350 ENSG00000135837 +CDS chr1 179990507 179990621 ENST00000357434 protein_coding 2 1 3 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000367607 protein_coding 8 1 5 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000491495 protein_coding 2 5 4 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000357434 protein_coding 2 1 4 CEP350 ENSG00000135837 +CDS chr1 179996553 179997175 ENST00000367607 protein_coding 8 1 6 CEP350 ENSG00000135837 +CDS chr1 179996553 179996963 ENST00000491495 protein_coding 2 5 5 CEP350 ENSG00000135837 +CDS chr1 180003174 180003287 ENST00000367607 protein_coding 8 1 7 CEP350 ENSG00000135837 +CDS chr1 180006454 180006567 ENST00000367607 protein_coding 8 1 8 CEP350 ENSG00000135837 +CDS chr1 180011929 180012075 ENST00000367607 protein_coding 8 1 9 CEP350 ENSG00000135837 +CDS chr1 180013847 180014505 ENST00000367607 protein_coding 8 1 10 CEP350 ENSG00000135837 +CDS chr1 180015849 180015970 ENST00000367607 protein_coding 8 1 11 CEP350 ENSG00000135837 +CDS chr1 180019949 180021009 ENST00000367607 protein_coding 8 1 12 CEP350 ENSG00000135837 +CDS chr1 180022698 180022848 ENST00000367607 protein_coding 8 1 13 CEP350 ENSG00000135837 +CDS chr1 180024419 180024582 ENST00000367607 protein_coding 8 1 14 CEP350 ENSG00000135837 +CDS chr1 180031320 180031494 ENST00000367607 protein_coding 8 1 15 CEP350 ENSG00000135837 +CDS chr1 180033862 180034082 ENST00000367607 protein_coding 8 1 16 CEP350 ENSG00000135837 +CDS chr1 180036926 180037089 ENST00000367607 protein_coding 8 1 17 CEP350 ENSG00000135837 +CDS chr1 180041138 180041248 ENST00000367607 protein_coding 8 1 18 CEP350 ENSG00000135837 +transcript chr1 180041203 180053834 ENST00000418229 protein_coding 5 5 NA CEP350 ENSG00000135837 +CDS chr1 180041203 180041248 ENST00000418229 protein_coding 5 5 1 CEP350 ENSG00000135837 +CDS chr1 180041662 180041802 ENST00000367607 protein_coding 8 1 19 CEP350 ENSG00000135837 +CDS chr1 180041662 180041802 ENST00000418229 protein_coding 5 5 2 CEP350 ENSG00000135837 +CDS chr1 180043056 180043192 ENST00000367607 protein_coding 8 1 20 CEP350 ENSG00000135837 +CDS chr1 180043056 180043192 ENST00000418229 protein_coding 5 5 3 CEP350 ENSG00000135837 +CDS chr1 180044051 180044173 ENST00000367607 protein_coding 8 1 21 CEP350 ENSG00000135837 +CDS chr1 180044051 180044173 ENST00000418229 protein_coding 5 5 4 CEP350 ENSG00000135837 +CDS chr1 180048536 180048705 ENST00000367607 protein_coding 8 1 22 CEP350 ENSG00000135837 +CDS chr1 180048536 180048705 ENST00000418229 protein_coding 5 5 5 CEP350 ENSG00000135837 +CDS chr1 180052224 180052316 ENST00000418229 protein_coding 5 5 6 CEP350 ENSG00000135837 +CDS chr1 180052970 180053166 ENST00000367607 protein_coding 8 1 23 CEP350 ENSG00000135837 +CDS chr1 180052970 180053166 ENST00000418229 protein_coding 5 5 7 CEP350 ENSG00000135837 +CDS chr1 180053750 180053934 ENST00000367607 protein_coding 8 1 24 CEP350 ENSG00000135837 +CDS chr1 180053750 180053834 ENST00000418229 protein_coding 5 5 8 CEP350 ENSG00000135837 +CDS chr1 180054415 180054502 ENST00000367607 protein_coding 8 1 25 CEP350 ENSG00000135837 +CDS chr1 180062220 180062366 ENST00000367607 protein_coding 8 1 26 CEP350 ENSG00000135837 +CDS chr1 180065115 180065272 ENST00000367607 protein_coding 8 1 27 CEP350 ENSG00000135837 +transcript chr1 180073819 180113380 ENST00000429851 protein_coding 5 1 NA CEP350 ENSG00000135837 +CDS chr1 180073819 180073908 ENST00000429851 protein_coding 5 1 1 CEP350 ENSG00000135837 +CDS chr1 180075022 180075221 ENST00000367607 protein_coding 8 1 28 CEP350 ENSG00000135837 +CDS chr1 180075022 180075221 ENST00000429851 protein_coding 5 1 2 CEP350 ENSG00000135837 +CDS chr1 180078463 180078674 ENST00000367607 protein_coding 8 1 29 CEP350 ENSG00000135837 +CDS chr1 180078463 180078674 ENST00000429851 protein_coding 5 1 3 CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000367607 protein_coding 8 1 30 CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000429851 protein_coding 5 1 4 CEP350 ENSG00000135837 +transcript chr1 180080517 180084280 ENST00000437245 protein_coding 1 2 NA CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000437245 protein_coding 1 2 1 CEP350 ENSG00000135837 +CDS chr1 180084018 180084178 ENST00000367607 protein_coding 8 1 31 CEP350 ENSG00000135837 +CDS chr1 180084018 180084178 ENST00000429851 protein_coding 5 1 5 CEP350 ENSG00000135837 +CDS chr1 180084018 180084202 ENST00000437245 protein_coding 1 2 2 CEP350 ENSG00000135837 +CDS chr1 180087578 180087717 ENST00000367607 protein_coding 8 1 32 CEP350 ENSG00000135837 +CDS chr1 180087578 180087717 ENST00000429851 protein_coding 5 1 6 CEP350 ENSG00000135837 +CDS chr1 180090714 180090796 ENST00000367607 protein_coding 8 1 33 CEP350 ENSG00000135837 +CDS chr1 180090714 180090796 ENST00000429851 protein_coding 5 1 7 CEP350 ENSG00000135837 +CDS chr1 180092614 180094616 ENST00000367607 protein_coding 8 1 34 CEP350 ENSG00000135837 +CDS chr1 180092614 180094616 ENST00000429851 protein_coding 5 1 8 CEP350 ENSG00000135837 +transcript chr1 180093714 180113380 ENST00000417046 protein_coding 1 2 NA CEP350 ENSG00000135837 +CDS chr1 180093714 180094616 ENST00000417046 protein_coding 1 2 1 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000367607 protein_coding 8 1 35 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000429851 protein_coding 5 1 9 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000417046 protein_coding 1 2 2 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000367607 protein_coding 8 1 36 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000429851 protein_coding 5 1 10 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000417046 protein_coding 1 2 3 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000367607 protein_coding 8 1 37 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000429851 protein_coding 5 1 11 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000417046 protein_coding 1 2 4 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000367607 protein_coding 8 1 38 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000429851 protein_coding 5 1 12 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000417046 protein_coding 1 2 5 CEP350 ENSG00000135837 +transcript chr1 180154869 180204030 ENST00000367602 protein_coding 8 1 NA QSOX1 ENSG00000116260 +transcript chr1 180154897 180198034 ENST00000367600 protein_coding 5 1 NA QSOX1 ENSG00000116260 +CDS chr1 180154908 180155172 ENST00000367602 protein_coding 8 1 1 QSOX1 ENSG00000116260 +CDS chr1 180154908 180155172 ENST00000367600 protein_coding 5 1 1 QSOX1 ENSG00000116260 +CDS chr1 180166491 180166591 ENST00000367602 protein_coding 8 1 2 QSOX1 ENSG00000116260 +CDS chr1 180166491 180166591 ENST00000367600 protein_coding 5 1 2 QSOX1 ENSG00000116260 +CDS chr1 180175321 180175366 ENST00000367602 protein_coding 8 1 3 QSOX1 ENSG00000116260 +CDS chr1 180175321 180175366 ENST00000367600 protein_coding 5 1 3 QSOX1 ENSG00000116260 +CDS chr1 180175931 180176033 ENST00000367602 protein_coding 8 1 4 QSOX1 ENSG00000116260 +CDS chr1 180175931 180176033 ENST00000367600 protein_coding 5 1 4 QSOX1 ENSG00000116260 +CDS chr1 180178794 180178884 ENST00000367602 protein_coding 8 1 5 QSOX1 ENSG00000116260 +CDS chr1 180178794 180178884 ENST00000367600 protein_coding 5 1 5 QSOX1 ENSG00000116260 +CDS chr1 180182174 180182319 ENST00000367602 protein_coding 8 1 6 QSOX1 ENSG00000116260 +CDS chr1 180182174 180182319 ENST00000367600 protein_coding 5 1 6 QSOX1 ENSG00000116260 +CDS chr1 180183916 180184050 ENST00000367602 protein_coding 8 1 7 QSOX1 ENSG00000116260 +CDS chr1 180183916 180184050 ENST00000367600 protein_coding 5 1 7 QSOX1 ENSG00000116260 +CDS chr1 180186053 180186182 ENST00000367602 protein_coding 8 1 8 QSOX1 ENSG00000116260 +CDS chr1 180186053 180186182 ENST00000367600 protein_coding 5 1 8 QSOX1 ENSG00000116260 +CDS chr1 180189552 180189674 ENST00000367602 protein_coding 8 1 9 QSOX1 ENSG00000116260 +CDS chr1 180189552 180189674 ENST00000367600 protein_coding 5 1 9 QSOX1 ENSG00000116260 +CDS chr1 180190433 180190580 ENST00000367602 protein_coding 8 1 10 QSOX1 ENSG00000116260 +CDS chr1 180190433 180190580 ENST00000367600 protein_coding 5 1 10 QSOX1 ENSG00000116260 +CDS chr1 180194213 180194392 ENST00000367602 protein_coding 8 1 11 QSOX1 ENSG00000116260 +CDS chr1 180194213 180194392 ENST00000367600 protein_coding 5 1 11 QSOX1 ENSG00000116260 +CDS chr1 180196262 180197034 ENST00000367602 protein_coding 8 1 12 QSOX1 ENSG00000116260 +CDS chr1 180196262 180196599 ENST00000367600 protein_coding 5 1 12 QSOX1 ENSG00000116260 +transcript chr1 180196682 180198016 ENST00000443059 protein_coding 1 2 NA QSOX1 ENSG00000116260 +CDS chr1 180196682 180196890 ENST00000443059 protein_coding 1 2 1 QSOX1 ENSG00000116260 +CDS chr1 180197333 180197338 ENST00000367600 protein_coding 5 1 13 QSOX1 ENSG00000116260 +CDS chr1 180197333 180197338 ENST00000443059 protein_coding 1 2 2 QSOX1 ENSG00000116260 +transcript chr1 180230264 180278984 ENST00000263726 protein_coding 4 1 NA LHX4 ENSG00000121454 +CDS chr1 180230530 180230605 ENST00000263726 protein_coding 4 1 1 LHX4 ENSG00000121454 +CDS chr1 180248285 180248456 ENST00000263726 protein_coding 4 1 2 LHX4 ENSG00000121454 +CDS chr1 180266392 180266594 ENST00000263726 protein_coding 4 1 3 LHX4 ENSG00000121454 +transcript chr1 180269653 180502954 ENST00000642319 protein_coding 1 NA NA ACBD6 ENSG00000230124 +CDS chr1 180271380 180271534 ENST00000263726 protein_coding 4 1 4 LHX4 ENSG00000121454 +CDS chr1 180271835 180272006 ENST00000263726 protein_coding 4 1 5 LHX4 ENSG00000121454 +CDS chr1 180274185 180274576 ENST00000263726 protein_coding 4 1 6 LHX4 ENSG00000121454 +transcript chr1 180288230 180502577 ENST00000367595 protein_coding 4 1 NA ACBD6 ENSG00000230124 +CDS chr1 180288366 180288517 ENST00000642319 protein_coding 1 NA 8 ACBD6 ENSG00000230124 +CDS chr1 180288366 180288517 ENST00000367595 protein_coding 4 1 8 ACBD6 ENSG00000230124 +CDS chr1 180314692 180314722 ENST00000642319 protein_coding 1 NA 7 ACBD6 ENSG00000230124 +CDS chr1 180314692 180314722 ENST00000367595 protein_coding 4 1 7 ACBD6 ENSG00000230124 +CDS chr1 180397516 180397605 ENST00000642319 protein_coding 1 NA 6 ACBD6 ENSG00000230124 +CDS chr1 180397516 180397605 ENST00000367595 protein_coding 4 1 6 ACBD6 ENSG00000230124 +CDS chr1 180413366 180413471 ENST00000642319 protein_coding 1 NA 5 ACBD6 ENSG00000230124 +CDS chr1 180413366 180413471 ENST00000367595 protein_coding 4 1 5 ACBD6 ENSG00000230124 +CDS chr1 180430180 180430262 ENST00000642319 protein_coding 1 NA 4 ACBD6 ENSG00000230124 +CDS chr1 180430180 180430262 ENST00000367595 protein_coding 4 1 4 ACBD6 ENSG00000230124 +CDS chr1 180492269 180492365 ENST00000642319 protein_coding 1 NA 3 ACBD6 ENSG00000230124 +CDS chr1 180492269 180492365 ENST00000367595 protein_coding 4 1 3 ACBD6 ENSG00000230124 +CDS chr1 180495461 180495525 ENST00000642319 protein_coding 1 NA 2 ACBD6 ENSG00000230124 +CDS chr1 180495461 180495525 ENST00000367595 protein_coding 4 1 2 ACBD6 ENSG00000230124 +CDS chr1 180502045 180502266 ENST00000642319 protein_coding 1 NA 1 ACBD6 ENSG00000230124 +CDS chr1 180502045 180502266 ENST00000367595 protein_coding 4 1 1 ACBD6 ENSG00000230124 +transcript chr1 180632022 180890279 ENST00000367590 protein_coding 9 1 NA XPR1 ENSG00000143324 +transcript chr1 180632032 180886126 ENST00000367589 protein_coding 3 1 NA XPR1 ENSG00000143324 +CDS chr1 180632202 180632270 ENST00000367590 protein_coding 9 1 1 XPR1 ENSG00000143324 +CDS chr1 180632202 180632270 ENST00000367589 protein_coding 3 1 1 XPR1 ENSG00000143324 +CDS chr1 180682360 180682411 ENST00000367590 protein_coding 9 1 2 XPR1 ENSG00000143324 +CDS chr1 180682360 180682411 ENST00000367589 protein_coding 3 1 2 XPR1 ENSG00000143324 +CDS chr1 180787753 180787854 ENST00000367590 protein_coding 9 1 3 XPR1 ENSG00000143324 +CDS chr1 180787753 180787854 ENST00000367589 protein_coding 3 1 3 XPR1 ENSG00000143324 +CDS chr1 180803388 180803611 ENST00000367590 protein_coding 9 1 4 XPR1 ENSG00000143324 +CDS chr1 180803388 180803611 ENST00000367589 protein_coding 3 1 4 XPR1 ENSG00000143324 +CDS chr1 180806062 180806211 ENST00000367590 protein_coding 9 1 5 XPR1 ENSG00000143324 +CDS chr1 180806062 180806211 ENST00000367589 protein_coding 3 1 5 XPR1 ENSG00000143324 +CDS chr1 180806474 180806557 ENST00000367590 protein_coding 9 1 6 XPR1 ENSG00000143324 +CDS chr1 180806474 180806557 ENST00000367589 protein_coding 3 1 6 XPR1 ENSG00000143324 +CDS chr1 180811407 180811488 ENST00000367590 protein_coding 9 1 7 XPR1 ENSG00000143324 +CDS chr1 180811407 180811488 ENST00000367589 protein_coding 3 1 7 XPR1 ENSG00000143324 +CDS chr1 180824753 180824943 ENST00000367590 protein_coding 9 1 8 XPR1 ENSG00000143324 +CDS chr1 180824753 180824943 ENST00000367589 protein_coding 3 1 8 XPR1 ENSG00000143324 +CDS chr1 180825165 180825344 ENST00000367590 protein_coding 9 1 9 XPR1 ENSG00000143324 +CDS chr1 180825165 180825344 ENST00000367589 protein_coding 3 1 9 XPR1 ENSG00000143324 +CDS chr1 180834874 180835045 ENST00000367590 protein_coding 9 1 10 XPR1 ENSG00000143324 +CDS chr1 180834874 180835045 ENST00000367589 protein_coding 3 1 10 XPR1 ENSG00000143324 +CDS chr1 180836522 180836716 ENST00000367590 protein_coding 9 1 11 XPR1 ENSG00000143324 +CDS chr1 180863708 180863874 ENST00000367590 protein_coding 9 1 12 XPR1 ENSG00000143324 +CDS chr1 180863708 180863874 ENST00000367589 protein_coding 3 1 11 XPR1 ENSG00000143324 +CDS chr1 180873803 180873942 ENST00000367590 protein_coding 9 1 13 XPR1 ENSG00000143324 +CDS chr1 180873803 180873942 ENST00000367589 protein_coding 3 1 12 XPR1 ENSG00000143324 +CDS chr1 180880076 180880297 ENST00000367590 protein_coding 9 1 14 XPR1 ENSG00000143324 +CDS chr1 180880076 180880297 ENST00000367589 protein_coding 3 1 13 XPR1 ENSG00000143324 +CDS chr1 180884006 180884063 ENST00000367590 protein_coding 9 1 15 XPR1 ENSG00000143324 +CDS chr1 180884006 180884063 ENST00000367589 protein_coding 3 1 14 XPR1 ENSG00000143324 +transcript chr1 180912897 180951614 ENST00000367588 protein_coding 9 1 NA KIAA1614 ENSG00000135835 +CDS chr1 180913244 180913293 ENST00000367588 protein_coding 9 1 1 KIAA1614 ENSG00000135835 +CDS chr1 180916154 180917100 ENST00000367588 protein_coding 9 1 2 KIAA1614 ENSG00000135835 +CDS chr1 180917851 180917914 ENST00000367588 protein_coding 9 1 3 KIAA1614 ENSG00000135835 +transcript chr1 180928147 180946102 ENST00000367587 protein_coding 1 2 NA KIAA1614 ENSG00000135835 +CDS chr1 180928430 180928573 ENST00000367588 protein_coding 9 1 4 KIAA1614 ENSG00000135835 +transcript chr1 180928455 180945323 ENST00000483705 protein_coding 6 5 NA KIAA1614 ENSG00000135835 +CDS chr1 180928455 180928573 ENST00000483705 protein_coding 6 5 1 KIAA1614 ENSG00000135835 +CDS chr1 180928506 180928573 ENST00000367587 protein_coding 1 2 1 KIAA1614 ENSG00000135835 +CDS chr1 180935115 180936670 ENST00000367588 protein_coding 9 1 5 KIAA1614 ENSG00000135835 +CDS chr1 180935115 180936670 ENST00000367587 protein_coding 1 2 2 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000367588 protein_coding 9 1 6 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000367587 protein_coding 1 2 3 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000483705 protein_coding 6 5 2 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000367588 protein_coding 9 1 7 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000367587 protein_coding 1 2 4 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000483705 protein_coding 6 5 3 KIAA1614 ENSG00000135835 +transcript chr1 180941193 180950925 ENST00000461346 protein_coding 1 3 NA KIAA1614 ENSG00000135835 +CDS chr1 180941193 180941285 ENST00000461346 protein_coding 1 3 1 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000367588 protein_coding 9 1 8 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000367587 protein_coding 1 2 5 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000483705 protein_coding 6 5 4 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000461346 protein_coding 1 3 2 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945585 ENST00000367588 protein_coding 9 1 9 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945585 ENST00000367587 protein_coding 1 2 6 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945323 ENST00000483705 protein_coding 6 5 5 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945487 ENST00000461346 protein_coding 1 3 3 KIAA1614 ENSG00000135835 +CDS chr1 180950340 180950530 ENST00000461346 protein_coding 1 3 4 KIAA1614 ENSG00000135835 +transcript chr1 180972712 181023121 ENST00000542060 protein_coding 5 2 NA STX6 ENSG00000135823 +transcript chr1 180972725 181022870 ENST00000258301 protein_coding 6 1 NA STX6 ENSG00000135823 +CDS chr1 180976573 180976646 ENST00000542060 protein_coding 5 2 6 STX6 ENSG00000135823 +CDS chr1 180976573 180976646 ENST00000258301 protein_coding 6 1 8 STX6 ENSG00000135823 +CDS chr1 180984677 180984771 ENST00000542060 protein_coding 5 2 5 STX6 ENSG00000135823 +CDS chr1 180984677 180984771 ENST00000258301 protein_coding 6 1 7 STX6 ENSG00000135823 +CDS chr1 180988239 180988345 ENST00000542060 protein_coding 5 2 4 STX6 ENSG00000135823 +CDS chr1 180988239 180988345 ENST00000258301 protein_coding 6 1 6 STX6 ENSG00000135823 +CDS chr1 180989984 180990109 ENST00000542060 protein_coding 5 2 3 STX6 ENSG00000135823 +CDS chr1 180989984 180990109 ENST00000258301 protein_coding 6 1 5 STX6 ENSG00000135823 +CDS chr1 180993363 180993422 ENST00000542060 protein_coding 5 2 2 STX6 ENSG00000135823 +CDS chr1 180993363 180993425 ENST00000258301 protein_coding 6 1 4 STX6 ENSG00000135823 +CDS chr1 181002606 181002700 ENST00000258301 protein_coding 6 1 3 STX6 ENSG00000135823 +CDS chr1 181005294 181005463 ENST00000258301 protein_coding 6 1 2 STX6 ENSG00000135823 +CDS chr1 181022639 181022673 ENST00000258301 protein_coding 6 1 1 STX6 ENSG00000135823 +transcript chr1 181033374 181061938 ENST00000614012 protein_coding 5 5 NA MR1 ENSG00000153029 +transcript chr1 181033887 181050286 ENST00000684662 protein_coding 1 NA NA MR1 ENSG00000153029 +transcript chr1 181033931 181055589 ENST00000434571 protein_coding 7 5 NA MR1 ENSG00000153029 +transcript chr1 181033983 181061938 ENST00000367580 protein_coding 6 1 NA MR1 ENSG00000153029 +transcript chr1 181033987 181055714 ENST00000617803 protein_coding 5 5 NA MR1 ENSG00000153029 +transcript chr1 181033987 181056501 ENST00000683652 protein_coding 1 NA NA MR1 ENSG00000153029 +transcript chr1 181034003 181055523 ENST00000367579 protein_coding 7 1 NA MR1 ENSG00000153029 +transcript chr1 181034003 181056553 ENST00000282990 protein_coding 10 1 NA MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000614012 protein_coding 5 5 2 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000684662 protein_coding 1 NA 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000434571 protein_coding 7 5 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000367580 protein_coding 6 1 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000617803 protein_coding 5 5 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000683652 protein_coding 1 NA 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000367579 protein_coding 7 1 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000282990 protein_coding 10 1 1 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000614012 protein_coding 5 5 3 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000434571 protein_coding 7 5 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000367580 protein_coding 6 1 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000617803 protein_coding 5 5 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000367579 protein_coding 7 1 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000282990 protein_coding 10 1 2 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000614012 protein_coding 5 5 4 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000684662 protein_coding 1 NA 2 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000434571 protein_coding 7 5 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000367580 protein_coding 6 1 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000617803 protein_coding 5 5 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000282990 protein_coding 10 1 3 MR1 ENSG00000153029 +CDS chr1 181050146 181050286 ENST00000367579 protein_coding 7 1 3 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000614012 protein_coding 5 5 5 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000367580 protein_coding 6 1 4 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000367579 protein_coding 7 1 4 MR1 ENSG00000153029 +CDS chr1 181052322 181052510 ENST00000617803 protein_coding 5 5 4 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000614012 protein_coding 5 5 6 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000367580 protein_coding 6 1 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000617803 protein_coding 5 5 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000367579 protein_coding 7 1 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000282990 protein_coding 10 1 4 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000614012 protein_coding 5 5 7 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000434571 protein_coding 7 5 4 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000367580 protein_coding 6 1 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000617803 protein_coding 5 5 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000683652 protein_coding 1 NA 2 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000367579 protein_coding 7 1 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000282990 protein_coding 10 1 5 MR1 ENSG00000153029 +transcript chr1 181088700 181092900 ENST00000367577 protein_coding 7 NA NA IER5 ENSG00000162783 +CDS chr1 181088903 181089883 ENST00000367577 protein_coding 7 NA 1 IER5 ENSG00000162783 +transcript chr1 181317690 181716129 ENST00000524607 protein_coding 6 5 NA CACNA1E ENSG00000198216 +CDS chr1 181413147 181413580 ENST00000524607 protein_coding 6 5 2 CACNA1E ENSG00000198216 +transcript chr1 181483517 181808084 ENST00000367573 protein_coding 7 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483580 181801580 ENST00000367570 protein_coding 5 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483580 181808084 ENST00000621791 protein_coding 4 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483738 181798912 ENST00000360108 protein_coding 7 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483744 181484010 ENST00000524607 protein_coding 6 5 3 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000367570 protein_coding 5 1 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000621791 protein_coding 4 1 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000360108 protein_coding 7 5 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000367573 protein_coding 7 1 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000367567 protein_coding 8 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000367567 protein_coding 8 5 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000621551 protein_coding 3 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000621551 protein_coding 3 5 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000358338 protein_coding 7 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000358338 protein_coding 7 5 1 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000524607 protein_coding 6 5 4 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000367570 protein_coding 5 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000621791 protein_coding 4 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000360108 protein_coding 7 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000367573 protein_coding 7 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000367567 protein_coding 8 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000621551 protein_coding 3 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000358338 protein_coding 7 5 2 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000524607 protein_coding 6 5 5 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367570 protein_coding 5 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000621791 protein_coding 4 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000360108 protein_coding 7 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367573 protein_coding 7 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367567 protein_coding 8 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000621551 protein_coding 3 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000358338 protein_coding 7 5 3 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000524607 protein_coding 6 5 6 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367570 protein_coding 5 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000621791 protein_coding 4 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000360108 protein_coding 7 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367573 protein_coding 7 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367567 protein_coding 8 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000621551 protein_coding 3 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000358338 protein_coding 7 5 4 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000524607 protein_coding 6 5 7 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367570 protein_coding 5 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000621791 protein_coding 4 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000360108 protein_coding 7 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367573 protein_coding 7 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367567 protein_coding 8 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000621551 protein_coding 3 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000358338 protein_coding 7 5 5 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000524607 protein_coding 6 5 8 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367570 protein_coding 5 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000621791 protein_coding 4 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000360108 protein_coding 7 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367573 protein_coding 7 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367567 protein_coding 8 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000621551 protein_coding 3 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000358338 protein_coding 7 5 6 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000524607 protein_coding 6 5 9 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367570 protein_coding 5 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000621791 protein_coding 4 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000360108 protein_coding 7 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367573 protein_coding 7 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367567 protein_coding 8 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000621551 protein_coding 3 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000358338 protein_coding 7 5 7 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000524607 protein_coding 6 5 10 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367570 protein_coding 5 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000621791 protein_coding 4 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000360108 protein_coding 7 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367573 protein_coding 7 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367567 protein_coding 8 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000621551 protein_coding 3 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000358338 protein_coding 7 5 8 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000524607 protein_coding 6 5 11 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367570 protein_coding 5 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000621791 protein_coding 4 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000360108 protein_coding 7 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367573 protein_coding 7 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367567 protein_coding 8 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000621551 protein_coding 3 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000358338 protein_coding 7 5 9 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000524607 protein_coding 6 5 12 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367570 protein_coding 5 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000621791 protein_coding 4 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000360108 protein_coding 7 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367573 protein_coding 7 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367567 protein_coding 8 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000621551 protein_coding 3 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000358338 protein_coding 7 5 10 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367570 protein_coding 5 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000621791 protein_coding 4 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000360108 protein_coding 7 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367573 protein_coding 7 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367567 protein_coding 8 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000621551 protein_coding 3 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000358338 protein_coding 7 5 11 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367570 protein_coding 5 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000621791 protein_coding 4 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000360108 protein_coding 7 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367573 protein_coding 7 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367567 protein_coding 8 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000621551 protein_coding 3 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000358338 protein_coding 7 5 12 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367570 protein_coding 5 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000621791 protein_coding 4 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000360108 protein_coding 7 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367573 protein_coding 7 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367567 protein_coding 8 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000621551 protein_coding 3 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000358338 protein_coding 7 5 13 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367570 protein_coding 5 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000621791 protein_coding 4 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000360108 protein_coding 7 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367573 protein_coding 7 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367567 protein_coding 8 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000621551 protein_coding 3 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000358338 protein_coding 7 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367570 protein_coding 5 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000621791 protein_coding 4 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000360108 protein_coding 7 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367573 protein_coding 7 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367567 protein_coding 8 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000621551 protein_coding 3 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000358338 protein_coding 7 5 15 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367570 protein_coding 5 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000621791 protein_coding 4 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000360108 protein_coding 7 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367573 protein_coding 7 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367567 protein_coding 8 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000621551 protein_coding 3 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000358338 protein_coding 7 5 16 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367570 protein_coding 5 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000621791 protein_coding 4 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000360108 protein_coding 7 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367573 protein_coding 7 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367567 protein_coding 8 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000621551 protein_coding 3 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000358338 protein_coding 7 5 17 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367570 protein_coding 5 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000621791 protein_coding 4 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000360108 protein_coding 7 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367573 protein_coding 7 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367567 protein_coding 8 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000621551 protein_coding 3 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000358338 protein_coding 7 5 18 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367570 protein_coding 5 1 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367573 protein_coding 7 1 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367567 protein_coding 8 5 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000621551 protein_coding 3 5 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367570 protein_coding 5 1 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000621791 protein_coding 4 1 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000360108 protein_coding 7 5 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367573 protein_coding 7 1 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367567 protein_coding 8 5 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000621551 protein_coding 3 5 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000358338 protein_coding 7 5 19 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367570 protein_coding 5 1 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000621791 protein_coding 4 1 20 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000360108 protein_coding 7 5 20 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367573 protein_coding 7 1 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367567 protein_coding 8 5 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000621551 protein_coding 3 5 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000358338 protein_coding 7 5 20 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367570 protein_coding 5 1 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000621791 protein_coding 4 1 21 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000360108 protein_coding 7 5 21 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367573 protein_coding 7 1 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367567 protein_coding 8 5 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000621551 protein_coding 3 5 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000358338 protein_coding 7 5 21 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367570 protein_coding 5 1 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000621791 protein_coding 4 1 22 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000360108 protein_coding 7 5 22 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367573 protein_coding 7 1 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367567 protein_coding 8 5 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000621551 protein_coding 3 5 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000358338 protein_coding 7 5 22 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367570 protein_coding 5 1 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000621791 protein_coding 4 1 23 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000360108 protein_coding 7 5 23 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367573 protein_coding 7 1 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367567 protein_coding 8 5 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000621551 protein_coding 3 5 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000358338 protein_coding 7 5 23 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367570 protein_coding 5 1 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000621791 protein_coding 4 1 24 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000360108 protein_coding 7 5 24 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367573 protein_coding 7 1 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367567 protein_coding 8 5 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000621551 protein_coding 3 5 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000358338 protein_coding 7 5 24 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367570 protein_coding 5 1 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000621791 protein_coding 4 1 25 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000360108 protein_coding 7 5 25 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367573 protein_coding 7 1 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367567 protein_coding 8 5 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000621551 protein_coding 3 5 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000358338 protein_coding 7 5 25 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367570 protein_coding 5 1 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000621791 protein_coding 4 1 26 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000360108 protein_coding 7 5 26 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367573 protein_coding 7 1 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367567 protein_coding 8 5 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000621551 protein_coding 3 5 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000358338 protein_coding 7 5 26 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367570 protein_coding 5 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000621791 protein_coding 4 1 27 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000360108 protein_coding 7 5 27 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367573 protein_coding 7 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367567 protein_coding 8 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000621551 protein_coding 3 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000358338 protein_coding 7 5 27 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367570 protein_coding 5 1 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000621791 protein_coding 4 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000360108 protein_coding 7 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367573 protein_coding 7 1 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367567 protein_coding 8 5 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000621551 protein_coding 3 5 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000358338 protein_coding 7 5 28 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367570 protein_coding 5 1 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000621791 protein_coding 4 1 29 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000360108 protein_coding 7 5 29 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367573 protein_coding 7 1 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367567 protein_coding 8 5 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000621551 protein_coding 3 5 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000358338 protein_coding 7 5 29 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367570 protein_coding 5 1 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000621791 protein_coding 4 1 30 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000360108 protein_coding 7 5 30 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367573 protein_coding 7 1 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367567 protein_coding 8 5 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000621551 protein_coding 3 5 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000358338 protein_coding 7 5 30 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367570 protein_coding 5 1 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000621791 protein_coding 4 1 31 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000360108 protein_coding 7 5 31 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367573 protein_coding 7 1 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367567 protein_coding 8 5 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000621551 protein_coding 3 5 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000358338 protein_coding 7 5 31 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367570 protein_coding 5 1 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000621791 protein_coding 4 1 32 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000360108 protein_coding 7 5 32 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367573 protein_coding 7 1 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367567 protein_coding 8 5 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000621551 protein_coding 3 5 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000358338 protein_coding 7 5 32 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367570 protein_coding 5 1 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000621791 protein_coding 4 1 33 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000360108 protein_coding 7 5 33 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367573 protein_coding 7 1 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367567 protein_coding 8 5 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000621551 protein_coding 3 5 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000358338 protein_coding 7 5 33 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367570 protein_coding 5 1 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000621791 protein_coding 4 1 34 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000360108 protein_coding 7 5 34 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367573 protein_coding 7 1 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367567 protein_coding 8 5 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000621551 protein_coding 3 5 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000358338 protein_coding 7 5 34 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367570 protein_coding 5 1 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000621791 protein_coding 4 1 35 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000360108 protein_coding 7 5 35 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367573 protein_coding 7 1 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367567 protein_coding 8 5 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000621551 protein_coding 3 5 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000358338 protein_coding 7 5 35 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367570 protein_coding 5 1 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000621791 protein_coding 4 1 36 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000360108 protein_coding 7 5 36 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367573 protein_coding 7 1 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367567 protein_coding 8 5 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000621551 protein_coding 3 5 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000358338 protein_coding 7 5 36 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367570 protein_coding 5 1 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000621791 protein_coding 4 1 37 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000360108 protein_coding 7 5 37 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367573 protein_coding 7 1 38 CACNA1E ENSG00000198216 +transcript chr1 181776101 181783784 ENST00000644521 protein_coding 1 NA NA CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000644521 protein_coding 1 NA 1 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367567 protein_coding 8 5 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000621551 protein_coding 3 5 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000358338 protein_coding 7 5 37 CACNA1E ENSG00000198216 +CDS chr1 181779443 181779539 ENST00000644521 protein_coding 1 NA 2 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367570 protein_coding 5 1 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000621791 protein_coding 4 1 38 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000360108 protein_coding 7 5 38 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367573 protein_coding 7 1 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367567 protein_coding 8 5 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000621551 protein_coding 3 5 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000358338 protein_coding 7 5 38 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367570 protein_coding 5 1 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000621791 protein_coding 4 1 39 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000360108 protein_coding 7 5 39 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367573 protein_coding 7 1 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000644521 protein_coding 1 NA 3 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367567 protein_coding 8 5 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000621551 protein_coding 3 5 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000358338 protein_coding 7 5 39 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367570 protein_coding 5 1 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000621791 protein_coding 4 1 40 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000360108 protein_coding 7 5 40 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367573 protein_coding 7 1 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367567 protein_coding 8 5 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000621551 protein_coding 3 5 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000358338 protein_coding 7 5 40 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367570 protein_coding 5 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000621791 protein_coding 4 1 41 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000360108 protein_coding 7 5 41 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367573 protein_coding 7 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367567 protein_coding 8 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000621551 protein_coding 3 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000358338 protein_coding 7 5 41 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367570 protein_coding 5 1 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000621791 protein_coding 4 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000360108 protein_coding 7 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367573 protein_coding 7 1 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367567 protein_coding 8 5 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000621551 protein_coding 3 5 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000358338 protein_coding 7 5 42 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367570 protein_coding 5 1 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000621791 protein_coding 4 1 43 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000360108 protein_coding 7 5 43 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367573 protein_coding 7 1 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367567 protein_coding 8 5 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000621551 protein_coding 3 5 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000358338 protein_coding 7 5 43 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000360108 protein_coding 7 5 44 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000367573 protein_coding 7 1 45 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000621551 protein_coding 3 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367570 protein_coding 5 1 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000621791 protein_coding 4 1 44 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000360108 protein_coding 7 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367573 protein_coding 7 1 46 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367567 protein_coding 8 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000621551 protein_coding 3 5 46 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000358338 protein_coding 7 5 44 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367570 protein_coding 5 1 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000621791 protein_coding 4 1 45 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000360108 protein_coding 7 5 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367573 protein_coding 7 1 47 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367567 protein_coding 8 5 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000621551 protein_coding 3 5 47 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000358338 protein_coding 7 5 45 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367570 protein_coding 5 1 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000621791 protein_coding 4 1 46 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000360108 protein_coding 7 5 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367573 protein_coding 7 1 48 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367567 protein_coding 8 5 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000621551 protein_coding 3 5 48 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000358338 protein_coding 7 5 46 CACNA1E ENSG00000198216 +transcript chr1 182054570 182061712 ENST00000339948 protein_coding 3 1 NA ZNF648 ENSG00000179930 +transcript chr1 182056304 182058010 ENST00000673963 protein_coding 1 NA NA ZNF648 ENSG00000179930 +CDS chr1 182056307 182058010 ENST00000339948 protein_coding 3 1 2 ZNF648 ENSG00000179930 +CDS chr1 182056307 182057429 ENST00000673963 protein_coding 1 NA 2 ZNF648 ENSG00000179930 +CDS chr1 182057985 182058010 ENST00000673963 protein_coding 1 NA 1 ZNF648 ENSG00000179930 +transcript chr1 182378098 182391790 ENST00000331872 protein_coding 11 1 NA GLUL ENSG00000135821 +transcript chr1 182381704 182391346 ENST00000642379 protein_coding 1 NA NA GLUL ENSG00000135821 +transcript chr1 182381705 182392206 ENST00000311223 protein_coding 9 1 NA GLUL ENSG00000135821 +transcript chr1 182381705 182391404 ENST00000417584 protein_coding 6 5 NA GLUL ENSG00000135821 +transcript chr1 182382894 182391792 ENST00000339526 protein_coding 8 1 NA GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000642379 protein_coding 1 NA 8 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000331872 protein_coding 11 1 7 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000339526 protein_coding 8 1 7 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000311223 protein_coding 9 1 8 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000417584 protein_coding 6 5 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000642379 protein_coding 1 NA 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000331872 protein_coding 11 1 6 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000339526 protein_coding 8 1 6 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000311223 protein_coding 9 1 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000417584 protein_coding 6 5 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000642379 protein_coding 1 NA 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000331872 protein_coding 11 1 5 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000339526 protein_coding 8 1 5 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000311223 protein_coding 9 1 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000417584 protein_coding 6 5 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000642379 protein_coding 1 NA 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000331872 protein_coding 11 1 4 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000339526 protein_coding 8 1 4 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000311223 protein_coding 9 1 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000417584 protein_coding 6 5 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000642379 protein_coding 1 NA 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000331872 protein_coding 11 1 3 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000339526 protein_coding 8 1 3 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000311223 protein_coding 9 1 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000417584 protein_coding 6 5 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388750 ENST00000642379 protein_coding 1 NA 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000331872 protein_coding 11 1 2 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000339526 protein_coding 8 1 2 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000311223 protein_coding 9 1 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000417584 protein_coding 6 5 2 GLUL ENSG00000135821 +CDS chr1 182390497 182390852 ENST00000642379 protein_coding 1 NA 2 GLUL ENSG00000135821 +CDS chr1 182391175 182391207 ENST00000642379 protein_coding 1 NA 1 GLUL ENSG00000135821 +transcript chr1 182398117 182400667 ENST00000367565 protein_coding 2 NA NA TEDDM1 ENSG00000203730 +CDS chr1 182399667 182400485 ENST00000367565 protein_coding 2 NA 1 TEDDM1 ENSG00000203730 +transcript chr1 182409192 182473886 ENST00000634758 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182409194 182473968 ENST00000634679 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182447886 182472408 ENST00000634723 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182447891 182471381 ENST00000634626 protein_coding 1 4 NA RGSL1 ENSG00000121446 +transcript chr1 182450146 182560597 ENST00000294854 protein_coding 13 1 NA RGSL1 ENSG00000121446 +CDS chr1 182450166 182450178 ENST00000294854 protein_coding 13 1 1 RGSL1 ENSG00000121446 +transcript chr1 182453382 182471375 ENST00000447374 protein_coding 5 4 NA RGSL1 ENSG00000121446 +transcript chr1 182453384 182472487 ENST00000437548 protein_coding 5 5 NA RGSL1 ENSG00000121446 +CDS chr1 182453958 182454040 ENST00000294854 protein_coding 13 1 2 RGSL1 ENSG00000121446 +CDS chr1 182458319 182458393 ENST00000294854 protein_coding 13 1 3 RGSL1 ENSG00000121446 +CDS chr1 182460004 182460133 ENST00000294854 protein_coding 13 1 4 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471386 ENST00000634723 protein_coding 1 5 6 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471381 ENST00000634626 protein_coding 1 4 5 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471375 ENST00000447374 protein_coding 5 4 5 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471386 ENST00000437548 protein_coding 5 5 6 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472408 ENST00000634723 protein_coding 1 5 7 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472557 ENST00000294854 protein_coding 13 1 5 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472487 ENST00000437548 protein_coding 5 5 7 RGSL1 ENSG00000121446 +CDS chr1 182472452 182472557 ENST00000634679 protein_coding 1 5 2 RGSL1 ENSG00000121446 +CDS chr1 182473575 182473968 ENST00000634679 protein_coding 1 5 3 RGSL1 ENSG00000121446 +CDS chr1 182473575 182474542 ENST00000294854 protein_coding 13 1 6 RGSL1 ENSG00000121446 +CDS chr1 182473643 182473886 ENST00000634758 protein_coding 1 5 2 RGSL1 ENSG00000121446 +CDS chr1 182488285 182488347 ENST00000294854 protein_coding 13 1 7 RGSL1 ENSG00000121446 +CDS chr1 182488980 182489202 ENST00000294854 protein_coding 13 1 8 RGSL1 ENSG00000121446 +CDS chr1 182493022 182493129 ENST00000294854 protein_coding 13 1 9 RGSL1 ENSG00000121446 +CDS chr1 182522004 182522109 ENST00000294854 protein_coding 13 1 10 RGSL1 ENSG00000121446 +CDS chr1 182527579 182527772 ENST00000294854 protein_coding 13 1 11 RGSL1 ENSG00000121446 +CDS chr1 182530244 182530361 ENST00000294854 protein_coding 13 1 12 RGSL1 ENSG00000121446 +CDS chr1 182530790 182530910 ENST00000294854 protein_coding 13 1 13 RGSL1 ENSG00000121446 +CDS chr1 182532662 182532791 ENST00000294854 protein_coding 13 1 14 RGSL1 ENSG00000121446 +CDS chr1 182540247 182540421 ENST00000294854 protein_coding 13 1 15 RGSL1 ENSG00000121446 +CDS chr1 182548317 182548455 ENST00000294854 protein_coding 13 1 16 RGSL1 ENSG00000121446 +CDS chr1 182548700 182548824 ENST00000294854 protein_coding 13 1 17 RGSL1 ENSG00000121446 +CDS chr1 182551100 182551209 ENST00000294854 protein_coding 13 1 18 RGSL1 ENSG00000121446 +CDS chr1 182553455 182553541 ENST00000294854 protein_coding 13 1 19 RGSL1 ENSG00000121446 +transcript chr1 182553470 182560593 ENST00000634801 protein_coding 1 3 NA RGSL1 ENSG00000121446 +CDS chr1 182553470 182553541 ENST00000634801 protein_coding 1 3 1 RGSL1 ENSG00000121446 +CDS chr1 182554627 182554693 ENST00000294854 protein_coding 13 1 20 RGSL1 ENSG00000121446 +CDS chr1 182554627 182554693 ENST00000634801 protein_coding 1 3 2 RGSL1 ENSG00000121446 +CDS chr1 182556024 182556054 ENST00000294854 protein_coding 13 1 21 RGSL1 ENSG00000121446 +CDS chr1 182560279 182560309 ENST00000634801 protein_coding 1 3 3 RGSL1 ENSG00000121446 +transcript chr1 182573634 182589256 ENST00000367559 protein_coding 7 1 NA RNASEL ENSG00000135828 +CDS chr1 182575395 182575578 ENST00000367559 protein_coding 7 1 7 RNASEL ENSG00000135828 +CDS chr1 182576256 182576389 ENST00000367559 protein_coding 7 1 6 RNASEL ENSG00000135828 +transcript chr1 182578121 182589256 ENST00000539397 protein_coding 1 2 NA RNASEL ENSG00000135828 +CDS chr1 182579957 182580007 ENST00000539397 protein_coding 1 2 6 RNASEL ENSG00000135828 +CDS chr1 182581225 182581357 ENST00000367559 protein_coding 7 1 5 RNASEL ENSG00000135828 +CDS chr1 182581225 182581357 ENST00000539397 protein_coding 1 2 5 RNASEL ENSG00000135828 +CDS chr1 182582053 182582258 ENST00000367559 protein_coding 7 1 4 RNASEL ENSG00000135828 +CDS chr1 182582053 182582258 ENST00000539397 protein_coding 1 2 4 RNASEL ENSG00000135828 +CDS chr1 182584081 182584166 ENST00000367559 protein_coding 7 1 3 RNASEL ENSG00000135828 +CDS chr1 182584081 182584166 ENST00000539397 protein_coding 1 2 3 RNASEL ENSG00000135828 +CDS chr1 182585327 182586806 ENST00000367559 protein_coding 7 1 2 RNASEL ENSG00000135828 +CDS chr1 182585327 182586806 ENST00000539397 protein_coding 1 2 2 RNASEL ENSG00000135828 +transcript chr1 182598623 182604389 ENST00000367558 protein_coding 6 1 NA RGS16 ENSG00000143333 +CDS chr1 182600295 182600513 ENST00000367558 protein_coding 6 1 5 RGS16 ENSG00000143333 +CDS chr1 182601966 182602132 ENST00000367558 protein_coding 6 1 4 RGS16 ENSG00000143333 +CDS chr1 182602420 182602484 ENST00000367558 protein_coding 6 1 3 RGS16 ENSG00000143333 +CDS chr1 182603229 182603339 ENST00000367558 protein_coding 6 1 2 RGS16 ENSG00000143333 +CDS chr1 182604216 182604259 ENST00000367558 protein_coding 6 1 1 RGS16 ENSG00000143333 +transcript chr1 182641816 182672914 ENST00000258302 protein_coding 8 1 NA RGS8 ENSG00000135824 +transcript chr1 182646104 182671929 ENST00000483095 protein_coding 6 2 NA RGS8 ENSG00000135824 +transcript chr1 182646686 182672908 ENST00000367557 protein_coding 8 1 NA RGS8 ENSG00000135824 +transcript chr1 182646735 182671853 ENST00000367556 protein_coding 5 5 NA RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000258302 protein_coding 8 1 6 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000483095 protein_coding 6 2 7 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000367557 protein_coding 8 1 7 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000367556 protein_coding 5 5 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000258302 protein_coding 8 1 5 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000483095 protein_coding 6 2 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000367557 protein_coding 8 1 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000367556 protein_coding 5 5 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000258302 protein_coding 8 1 4 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000483095 protein_coding 6 2 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000367557 protein_coding 8 1 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000367556 protein_coding 5 5 4 RGS8 ENSG00000135824 +transcript chr1 182665991 182672251 ENST00000508450 protein_coding 5 4 NA RGS8 ENSG00000135824 +CDS chr1 182665991 182666033 ENST00000508450 protein_coding 5 4 5 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000258302 protein_coding 8 1 3 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000483095 protein_coding 6 2 4 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000367557 protein_coding 8 1 4 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000367556 protein_coding 5 5 3 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000508450 protein_coding 5 4 4 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000483095 protein_coding 6 2 3 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000367557 protein_coding 8 1 3 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000367556 protein_coding 5 5 2 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000508450 protein_coding 5 4 3 RGS8 ENSG00000135824 +CDS chr1 182671657 182671730 ENST00000258302 protein_coding 8 1 2 RGS8 ENSG00000135824 +CDS chr1 182672819 182672824 ENST00000258302 protein_coding 8 1 1 RGS8 ENSG00000135824 +transcript chr1 182789449 182830384 ENST00000367554 protein_coding 7 1 NA NPL ENSG00000135838 +transcript chr1 182789769 182830384 ENST00000367555 protein_coding 5 1 NA NPL ENSG00000135838 +transcript chr1 182789773 182830384 ENST00000367553 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182829679 ENST00000367552 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182830384 ENST00000258317 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182830384 ENST00000614468 protein_coding 1 5 NA NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367555 protein_coding 5 1 3 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367553 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367552 protein_coding 6 1 1 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000258317 protein_coding 6 1 1 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000614468 protein_coding 1 5 1 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367555 protein_coding 5 1 4 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367553 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367552 protein_coding 6 1 2 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000258317 protein_coding 6 1 2 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000614468 protein_coding 1 5 2 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367555 protein_coding 5 1 5 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367553 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367552 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000258317 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000614468 protein_coding 1 5 3 NPL ENSG00000135838 +CDS chr1 182806359 182806531 ENST00000367554 protein_coding 7 1 3 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367555 protein_coding 5 1 6 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367553 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367552 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000258317 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367554 protein_coding 7 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000614468 protein_coding 1 5 4 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367555 protein_coding 5 1 7 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367553 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367552 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000258317 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367554 protein_coding 7 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000614468 protein_coding 1 5 5 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367555 protein_coding 5 1 8 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367553 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367552 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000258317 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367554 protein_coding 7 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000614468 protein_coding 1 5 6 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367555 protein_coding 5 1 9 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367553 protein_coding 6 1 9 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367552 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000258317 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367554 protein_coding 7 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000614468 protein_coding 1 5 7 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000367553 protein_coding 6 1 10 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000258317 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000367554 protein_coding 7 1 8 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000614468 protein_coding 1 5 8 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000367553 protein_coding 6 1 11 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000258317 protein_coding 6 1 9 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000367554 protein_coding 7 1 9 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367555 protein_coding 5 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367553 protein_coding 6 1 12 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367552 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000258317 protein_coding 6 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367554 protein_coding 7 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825817 ENST00000614468 protein_coding 1 5 9 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000367553 protein_coding 6 1 13 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000258317 protein_coding 6 1 11 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000367554 protein_coding 7 1 11 NPL ENSG00000135838 +CDS chr1 182829603 182829676 ENST00000367555 protein_coding 5 1 11 NPL ENSG00000135838 +CDS chr1 182829603 182829676 ENST00000367552 protein_coding 6 1 9 NPL ENSG00000135838 +transcript chr1 182839347 182887982 ENST00000367549 protein_coding 4 1 NA DHX9 ENSG00000135829 +CDS chr1 182842567 182842677 ENST00000367549 protein_coding 4 1 2 DHX9 ENSG00000135829 +CDS chr1 182843294 182843434 ENST00000367549 protein_coding 4 1 3 DHX9 ENSG00000135829 +CDS chr1 182852233 182852344 ENST00000367549 protein_coding 4 1 4 DHX9 ENSG00000135829 +CDS chr1 182853306 182853418 ENST00000367549 protein_coding 4 1 5 DHX9 ENSG00000135829 +CDS chr1 182854030 182854178 ENST00000367549 protein_coding 4 1 6 DHX9 ENSG00000135829 +CDS chr1 182856532 182856578 ENST00000367549 protein_coding 4 1 7 DHX9 ENSG00000135829 +CDS chr1 182858104 182858240 ENST00000367549 protein_coding 4 1 8 DHX9 ENSG00000135829 +CDS chr1 182858551 182858640 ENST00000367549 protein_coding 4 1 9 DHX9 ENSG00000135829 +CDS chr1 182858733 182858894 ENST00000367549 protein_coding 4 1 10 DHX9 ENSG00000135829 +CDS chr1 182859040 182859117 ENST00000367549 protein_coding 4 1 11 DHX9 ENSG00000135829 +CDS chr1 182859993 182860184 ENST00000367549 protein_coding 4 1 12 DHX9 ENSG00000135829 +CDS chr1 182866444 182866585 ENST00000367549 protein_coding 4 1 13 DHX9 ENSG00000135829 +CDS chr1 182866961 182867043 ENST00000367549 protein_coding 4 1 14 DHX9 ENSG00000135829 +CDS chr1 182872337 182872493 ENST00000367549 protein_coding 4 1 15 DHX9 ENSG00000135829 +CDS chr1 182874854 182874954 ENST00000367549 protein_coding 4 1 16 DHX9 ENSG00000135829 +CDS chr1 182876050 182876263 ENST00000367549 protein_coding 4 1 17 DHX9 ENSG00000135829 +CDS chr1 182876447 182876541 ENST00000367549 protein_coding 4 1 18 DHX9 ENSG00000135829 +CDS chr1 182876830 182876903 ENST00000367549 protein_coding 4 1 19 DHX9 ENSG00000135829 +CDS chr1 182878021 182878173 ENST00000367549 protein_coding 4 1 20 DHX9 ENSG00000135829 +CDS chr1 182879250 182879410 ENST00000367549 protein_coding 4 1 21 DHX9 ENSG00000135829 +CDS chr1 182880497 182880608 ENST00000367549 protein_coding 4 1 22 DHX9 ENSG00000135829 +CDS chr1 182881264 182881425 ENST00000367549 protein_coding 4 1 23 DHX9 ENSG00000135829 +CDS chr1 182881520 182881647 ENST00000367549 protein_coding 4 1 24 DHX9 ENSG00000135829 +CDS chr1 182883139 182883368 ENST00000367549 protein_coding 4 1 25 DHX9 ENSG00000135829 +CDS chr1 182883520 182883635 ENST00000367549 protein_coding 4 1 26 DHX9 ENSG00000135829 +CDS chr1 182884613 182884813 ENST00000367549 protein_coding 4 1 27 DHX9 ENSG00000135829 +CDS chr1 182887083 182887431 ENST00000367549 protein_coding 4 1 28 DHX9 ENSG00000135829 +transcript chr1 182899865 182953166 ENST00000367547 protein_coding 8 1 NA SHCBP1L ENSG00000157060 +CDS chr1 182899986 182900234 ENST00000367547 protein_coding 8 1 10 SHCBP1L ENSG00000157060 +CDS chr1 182903039 182903161 ENST00000367547 protein_coding 8 1 9 SHCBP1L ENSG00000157060 +CDS chr1 182904180 182904430 ENST00000367547 protein_coding 8 1 8 SHCBP1L ENSG00000157060 +CDS chr1 182905496 182905649 ENST00000367547 protein_coding 8 1 7 SHCBP1L ENSG00000157060 +CDS chr1 182929647 182929752 ENST00000367547 protein_coding 8 1 6 SHCBP1L ENSG00000157060 +CDS chr1 182939176 182939394 ENST00000367547 protein_coding 8 1 5 SHCBP1L ENSG00000157060 +CDS chr1 182939467 182939553 ENST00000367547 protein_coding 8 1 4 SHCBP1L ENSG00000157060 +CDS chr1 182940329 182940543 ENST00000367547 protein_coding 8 1 3 SHCBP1L ENSG00000157060 +CDS chr1 182951318 182951467 ENST00000367547 protein_coding 8 1 2 SHCBP1L ENSG00000157060 +CDS chr1 182952729 182953133 ENST00000367547 protein_coding 8 1 1 SHCBP1L ENSG00000157060 +transcript chr1 183023420 183145592 ENST00000258341 protein_coding 5 1 NA LAMC1 ENSG00000135862 +CDS chr1 183023717 183024134 ENST00000258341 protein_coding 5 1 1 LAMC1 ENSG00000135862 +transcript chr1 183096544 183110631 ENST00000484114 protein_coding 2 3 NA LAMC1 ENSG00000135862 +CDS chr1 183103328 183103632 ENST00000258341 protein_coding 5 1 2 LAMC1 ENSG00000135862 +CDS chr1 183108276 183108406 ENST00000258341 protein_coding 5 1 3 LAMC1 ENSG00000135862 +CDS chr1 183110488 183110654 ENST00000258341 protein_coding 5 1 4 LAMC1 ENSG00000135862 +CDS chr1 183110519 183110631 ENST00000484114 protein_coding 2 3 4 LAMC1 ENSG00000135862 +CDS chr1 183114531 183114719 ENST00000258341 protein_coding 5 1 5 LAMC1 ENSG00000135862 +CDS chr1 183115520 183115637 ENST00000258341 protein_coding 5 1 6 LAMC1 ENSG00000135862 +CDS chr1 183116577 183116675 ENST00000258341 protein_coding 5 1 7 LAMC1 ENSG00000135862 +CDS chr1 183116767 183116903 ENST00000258341 protein_coding 5 1 8 LAMC1 ENSG00000135862 +CDS chr1 183117320 183117442 ENST00000258341 protein_coding 5 1 9 LAMC1 ENSG00000135862 +CDS chr1 183117534 183117723 ENST00000258341 protein_coding 5 1 10 LAMC1 ENSG00000135862 +CDS chr1 183118034 183118146 ENST00000258341 protein_coding 5 1 11 LAMC1 ENSG00000135862 +CDS chr1 183121723 183121944 ENST00000258341 protein_coding 5 1 12 LAMC1 ENSG00000135862 +CDS chr1 183122063 183122251 ENST00000258341 protein_coding 5 1 13 LAMC1 ENSG00000135862 +CDS chr1 183124631 183124876 ENST00000258341 protein_coding 5 1 14 LAMC1 ENSG00000135862 +CDS chr1 183125397 183125550 ENST00000258341 protein_coding 5 1 15 LAMC1 ENSG00000135862 +CDS chr1 183126120 183126262 ENST00000258341 protein_coding 5 1 16 LAMC1 ENSG00000135862 +CDS chr1 183127226 183127404 ENST00000258341 protein_coding 5 1 17 LAMC1 ENSG00000135862 +CDS chr1 183128594 183128750 ENST00000258341 protein_coding 5 1 18 LAMC1 ENSG00000135862 +CDS chr1 183130344 183130549 ENST00000258341 protein_coding 5 1 19 LAMC1 ENSG00000135862 +CDS chr1 183131299 183131378 ENST00000258341 protein_coding 5 1 20 LAMC1 ENSG00000135862 +CDS chr1 183132400 183132537 ENST00000258341 protein_coding 5 1 21 LAMC1 ENSG00000135862 +CDS chr1 183133406 183133550 ENST00000258341 protein_coding 5 1 22 LAMC1 ENSG00000135862 +CDS chr1 183134660 183134809 ENST00000258341 protein_coding 5 1 23 LAMC1 ENSG00000135862 +CDS chr1 183135042 183135156 ENST00000258341 protein_coding 5 1 24 LAMC1 ENSG00000135862 +CDS chr1 183136386 183136585 ENST00000258341 protein_coding 5 1 25 LAMC1 ENSG00000135862 +CDS chr1 183137669 183137827 ENST00000258341 protein_coding 5 1 26 LAMC1 ENSG00000135862 +CDS chr1 183140404 183140503 ENST00000258341 protein_coding 5 1 27 LAMC1 ENSG00000135862 +CDS chr1 183142534 183142787 ENST00000258341 protein_coding 5 1 28 LAMC1 ENSG00000135862 +transcript chr1 183186238 183241261 ENST00000493293 protein_coding 5 1 NA LAMC2 ENSG00000058085 +transcript chr1 183186264 183245127 ENST00000264144 protein_coding 5 1 NA LAMC2 ENSG00000058085 +CDS chr1 183186353 183186431 ENST00000493293 protein_coding 5 1 1 LAMC2 ENSG00000058085 +CDS chr1 183186353 183186431 ENST00000264144 protein_coding 5 1 1 LAMC2 ENSG00000058085 +CDS chr1 183207881 183208069 ENST00000493293 protein_coding 5 1 2 LAMC2 ENSG00000058085 +CDS chr1 183207881 183208069 ENST00000264144 protein_coding 5 1 2 LAMC2 ENSG00000058085 +CDS chr1 183215453 183215588 ENST00000493293 protein_coding 5 1 3 LAMC2 ENSG00000058085 +CDS chr1 183215453 183215588 ENST00000264144 protein_coding 5 1 3 LAMC2 ENSG00000058085 +CDS chr1 183218390 183218488 ENST00000493293 protein_coding 5 1 4 LAMC2 ENSG00000058085 +CDS chr1 183218390 183218488 ENST00000264144 protein_coding 5 1 4 LAMC2 ENSG00000058085 +CDS chr1 183220825 183220961 ENST00000493293 protein_coding 5 1 5 LAMC2 ENSG00000058085 +CDS chr1 183220825 183220961 ENST00000264144 protein_coding 5 1 5 LAMC2 ENSG00000058085 +CDS chr1 183222089 183222211 ENST00000493293 protein_coding 5 1 6 LAMC2 ENSG00000058085 +CDS chr1 183222089 183222211 ENST00000264144 protein_coding 5 1 6 LAMC2 ENSG00000058085 +CDS chr1 183223135 183223324 ENST00000493293 protein_coding 5 1 7 LAMC2 ENSG00000058085 +CDS chr1 183223135 183223324 ENST00000264144 protein_coding 5 1 7 LAMC2 ENSG00000058085 +CDS chr1 183225608 183225720 ENST00000493293 protein_coding 5 1 8 LAMC2 ENSG00000058085 +CDS chr1 183225608 183225720 ENST00000264144 protein_coding 5 1 8 LAMC2 ENSG00000058085 +CDS chr1 183226698 183226916 ENST00000493293 protein_coding 5 1 9 LAMC2 ENSG00000058085 +CDS chr1 183226698 183226916 ENST00000264144 protein_coding 5 1 9 LAMC2 ENSG00000058085 +CDS chr1 183227515 183227697 ENST00000493293 protein_coding 5 1 10 LAMC2 ENSG00000058085 +CDS chr1 183227515 183227697 ENST00000264144 protein_coding 5 1 10 LAMC2 ENSG00000058085 +CDS chr1 183228374 183228619 ENST00000493293 protein_coding 5 1 11 LAMC2 ENSG00000058085 +CDS chr1 183228374 183228619 ENST00000264144 protein_coding 5 1 11 LAMC2 ENSG00000058085 +CDS chr1 183230961 183231103 ENST00000493293 protein_coding 5 1 12 LAMC2 ENSG00000058085 +CDS chr1 183230961 183231103 ENST00000264144 protein_coding 5 1 12 LAMC2 ENSG00000058085 +CDS chr1 183232187 183232343 ENST00000493293 protein_coding 5 1 13 LAMC2 ENSG00000058085 +CDS chr1 183232187 183232343 ENST00000264144 protein_coding 5 1 13 LAMC2 ENSG00000058085 +CDS chr1 183232652 183232857 ENST00000493293 protein_coding 5 1 14 LAMC2 ENSG00000058085 +CDS chr1 183232652 183232857 ENST00000264144 protein_coding 5 1 14 LAMC2 ENSG00000058085 +CDS chr1 183234367 183234446 ENST00000493293 protein_coding 5 1 15 LAMC2 ENSG00000058085 +CDS chr1 183234367 183234446 ENST00000264144 protein_coding 5 1 15 LAMC2 ENSG00000058085 +CDS chr1 183235575 183235730 ENST00000493293 protein_coding 5 1 16 LAMC2 ENSG00000058085 +CDS chr1 183235575 183235730 ENST00000264144 protein_coding 5 1 16 LAMC2 ENSG00000058085 +CDS chr1 183236460 183236604 ENST00000493293 protein_coding 5 1 17 LAMC2 ENSG00000058085 +CDS chr1 183236460 183236604 ENST00000264144 protein_coding 5 1 17 LAMC2 ENSG00000058085 +CDS chr1 183237352 183237504 ENST00000493293 protein_coding 5 1 18 LAMC2 ENSG00000058085 +CDS chr1 183237352 183237504 ENST00000264144 protein_coding 5 1 18 LAMC2 ENSG00000058085 +CDS chr1 183238307 183238421 ENST00000493293 protein_coding 5 1 19 LAMC2 ENSG00000058085 +CDS chr1 183238307 183238421 ENST00000264144 protein_coding 5 1 19 LAMC2 ENSG00000058085 +CDS chr1 183239364 183239563 ENST00000493293 protein_coding 5 1 20 LAMC2 ENSG00000058085 +CDS chr1 183239364 183239563 ENST00000264144 protein_coding 5 1 20 LAMC2 ENSG00000058085 +CDS chr1 183240040 183240198 ENST00000493293 protein_coding 5 1 21 LAMC2 ENSG00000058085 +CDS chr1 183240040 183240198 ENST00000264144 protein_coding 5 1 21 LAMC2 ENSG00000058085 +CDS chr1 183240292 183240396 ENST00000493293 protein_coding 5 1 22 LAMC2 ENSG00000058085 +CDS chr1 183240292 183240391 ENST00000264144 protein_coding 5 1 22 LAMC2 ENSG00000058085 +CDS chr1 183243147 183243397 ENST00000264144 protein_coding 5 1 23 LAMC2 ENSG00000058085 +transcript chr1 183248237 183304874 ENST00000294868 protein_coding 8 1 NA NMNAT2 ENSG00000157064 +transcript chr1 183248237 183418380 ENST00000287713 protein_coding 7 1 NA NMNAT2 ENSG00000157064 +CDS chr1 183252644 183252743 ENST00000294868 protein_coding 8 1 11 NMNAT2 ENSG00000157064 +CDS chr1 183252644 183252743 ENST00000287713 protein_coding 7 1 11 NMNAT2 ENSG00000157064 +CDS chr1 183261002 183261069 ENST00000294868 protein_coding 8 1 10 NMNAT2 ENSG00000157064 +CDS chr1 183261002 183261069 ENST00000287713 protein_coding 7 1 10 NMNAT2 ENSG00000157064 +CDS chr1 183261202 183261303 ENST00000294868 protein_coding 8 1 9 NMNAT2 ENSG00000157064 +CDS chr1 183261202 183261303 ENST00000287713 protein_coding 7 1 9 NMNAT2 ENSG00000157064 +CDS chr1 183278553 183278629 ENST00000294868 protein_coding 8 1 8 NMNAT2 ENSG00000157064 +CDS chr1 183278553 183278629 ENST00000287713 protein_coding 7 1 8 NMNAT2 ENSG00000157064 +CDS chr1 183283995 183284039 ENST00000294868 protein_coding 8 1 7 NMNAT2 ENSG00000157064 +CDS chr1 183283995 183284039 ENST00000287713 protein_coding 7 1 7 NMNAT2 ENSG00000157064 +CDS chr1 183284710 183284790 ENST00000294868 protein_coding 8 1 6 NMNAT2 ENSG00000157064 +CDS chr1 183284710 183284790 ENST00000287713 protein_coding 7 1 6 NMNAT2 ENSG00000157064 +CDS chr1 183286662 183286788 ENST00000294868 protein_coding 8 1 5 NMNAT2 ENSG00000157064 +CDS chr1 183286662 183286788 ENST00000287713 protein_coding 7 1 5 NMNAT2 ENSG00000157064 +CDS chr1 183290128 183290206 ENST00000294868 protein_coding 8 1 4 NMNAT2 ENSG00000157064 +CDS chr1 183290128 183290206 ENST00000287713 protein_coding 7 1 4 NMNAT2 ENSG00000157064 +CDS chr1 183292790 183292857 ENST00000294868 protein_coding 8 1 3 NMNAT2 ENSG00000157064 +CDS chr1 183292790 183292857 ENST00000287713 protein_coding 7 1 3 NMNAT2 ENSG00000157064 +CDS chr1 183293705 183293793 ENST00000294868 protein_coding 8 1 2 NMNAT2 ENSG00000157064 +CDS chr1 183293705 183293793 ENST00000287713 protein_coding 7 1 2 NMNAT2 ENSG00000157064 +CDS chr1 183304670 183304739 ENST00000294868 protein_coding 8 1 1 NMNAT2 ENSG00000157064 +CDS chr1 183418183 183418267 ENST00000287713 protein_coding 7 1 1 NMNAT2 ENSG00000157064 +transcript chr1 183472478 183554193 ENST00000367537 protein_coding 7 5 NA SMG7 ENSG00000116698 +transcript chr1 183472499 183554191 ENST00000688051 protein_coding 1 NA NA SMG7 ENSG00000116698 +transcript chr1 183472500 183552263 ENST00000508461 protein_coding 5 2 NA SMG7 ENSG00000116698 +transcript chr1 183472500 183554174 ENST00000685780 protein_coding 1 NA NA SMG7 ENSG00000116698 +transcript chr1 183472502 183546129 ENST00000419169 protein_coding 5 2 NA SMG7 ENSG00000116698 +transcript chr1 183472502 183554186 ENST00000347615 protein_coding 6 1 NA SMG7 ENSG00000116698 +transcript chr1 183472503 183554188 ENST00000507469 protein_coding 5 1 NA SMG7 ENSG00000116698 +transcript chr1 183472527 183554190 ENST00000515829 protein_coding 6 1 NA SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000688051 protein_coding 1 NA 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000347615 protein_coding 6 1 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000507469 protein_coding 5 1 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000515829 protein_coding 6 1 1 SMG7 ENSG00000116698 +transcript chr1 183472932 183515894 ENST00000502375 protein_coding 1 5 NA SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000367537 protein_coding 7 5 2 SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000685780 protein_coding 1 NA 3 SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000502375 protein_coding 1 5 4 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000367537 protein_coding 7 5 3 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000688051 protein_coding 1 NA 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000685780 protein_coding 1 NA 4 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000347615 protein_coding 6 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000507469 protein_coding 5 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000515829 protein_coding 6 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000502375 protein_coding 1 5 5 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000367537 protein_coding 7 5 4 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000688051 protein_coding 1 NA 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000685780 protein_coding 1 NA 5 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000347615 protein_coding 6 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000507469 protein_coding 5 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000515829 protein_coding 6 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515894 ENST00000502375 protein_coding 1 5 6 SMG7 ENSG00000116698 +CDS chr1 183515939 183515991 ENST00000508461 protein_coding 5 2 2 SMG7 ENSG00000116698 +CDS chr1 183515939 183515991 ENST00000419169 protein_coding 5 2 2 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000367537 protein_coding 7 5 5 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000688051 protein_coding 1 NA 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000508461 protein_coding 5 2 3 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000685780 protein_coding 1 NA 6 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000419169 protein_coding 5 2 3 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000347615 protein_coding 6 1 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000507469 protein_coding 5 1 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000515829 protein_coding 6 1 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000367537 protein_coding 7 5 6 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000688051 protein_coding 1 NA 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000508461 protein_coding 5 2 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000685780 protein_coding 1 NA 7 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000419169 protein_coding 5 2 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000347615 protein_coding 6 1 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000507469 protein_coding 5 1 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000515829 protein_coding 6 1 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000367537 protein_coding 7 5 7 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000688051 protein_coding 1 NA 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000508461 protein_coding 5 2 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000685780 protein_coding 1 NA 8 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000419169 protein_coding 5 2 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000347615 protein_coding 6 1 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000507469 protein_coding 5 1 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000515829 protein_coding 6 1 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000367537 protein_coding 7 5 8 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000688051 protein_coding 1 NA 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000508461 protein_coding 5 2 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000685780 protein_coding 1 NA 9 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000419169 protein_coding 5 2 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000347615 protein_coding 6 1 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000507469 protein_coding 5 1 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000515829 protein_coding 6 1 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000367537 protein_coding 7 5 9 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000688051 protein_coding 1 NA 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000508461 protein_coding 5 2 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000685780 protein_coding 1 NA 10 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000419169 protein_coding 5 2 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000347615 protein_coding 6 1 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000507469 protein_coding 5 1 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000515829 protein_coding 6 1 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000367537 protein_coding 7 5 10 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000688051 protein_coding 1 NA 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000508461 protein_coding 5 2 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000685780 protein_coding 1 NA 11 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000419169 protein_coding 5 2 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000347615 protein_coding 6 1 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000507469 protein_coding 5 1 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000515829 protein_coding 6 1 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000367537 protein_coding 7 5 11 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000688051 protein_coding 1 NA 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000508461 protein_coding 5 2 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000685780 protein_coding 1 NA 12 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000419169 protein_coding 5 2 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000347615 protein_coding 6 1 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000507469 protein_coding 5 1 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000515829 protein_coding 6 1 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000367537 protein_coding 7 5 12 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000688051 protein_coding 1 NA 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000508461 protein_coding 5 2 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000685780 protein_coding 1 NA 13 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000419169 protein_coding 5 2 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000347615 protein_coding 6 1 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000507469 protein_coding 5 1 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000515829 protein_coding 6 1 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000367537 protein_coding 7 5 13 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000688051 protein_coding 1 NA 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000508461 protein_coding 5 2 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000685780 protein_coding 1 NA 14 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000419169 protein_coding 5 2 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000347615 protein_coding 6 1 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000507469 protein_coding 5 1 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000515829 protein_coding 6 1 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000367537 protein_coding 7 5 14 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000688051 protein_coding 1 NA 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000508461 protein_coding 5 2 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000685780 protein_coding 1 NA 15 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000419169 protein_coding 5 2 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000347615 protein_coding 6 1 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000507469 protein_coding 5 1 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000515829 protein_coding 6 1 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000367537 protein_coding 7 5 15 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000688051 protein_coding 1 NA 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000508461 protein_coding 5 2 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000685780 protein_coding 1 NA 16 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000419169 protein_coding 5 2 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000347615 protein_coding 6 1 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000507469 protein_coding 5 1 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000515829 protein_coding 6 1 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000367537 protein_coding 7 5 16 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000688051 protein_coding 1 NA 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000508461 protein_coding 5 2 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000685780 protein_coding 1 NA 17 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000419169 protein_coding 5 2 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000347615 protein_coding 6 1 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000507469 protein_coding 5 1 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000515829 protein_coding 6 1 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000367537 protein_coding 7 5 17 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000688051 protein_coding 1 NA 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000508461 protein_coding 5 2 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000685780 protein_coding 1 NA 18 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000419169 protein_coding 5 2 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000347615 protein_coding 6 1 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000507469 protein_coding 5 1 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000515829 protein_coding 6 1 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000367537 protein_coding 7 5 18 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000688051 protein_coding 1 NA 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000508461 protein_coding 5 2 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000685780 protein_coding 1 NA 19 SMG7 ENSG00000116698 +CDS chr1 183545966 183546129 ENST00000419169 protein_coding 5 2 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000347615 protein_coding 6 1 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000507469 protein_coding 5 1 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000515829 protein_coding 6 1 17 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000367537 protein_coding 7 5 19 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000688051 protein_coding 1 NA 18 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000508461 protein_coding 5 2 17 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000685780 protein_coding 1 NA 20 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000507469 protein_coding 5 1 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000367537 protein_coding 7 5 20 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000688051 protein_coding 1 NA 19 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000508461 protein_coding 5 2 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000685780 protein_coding 1 NA 21 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000347615 protein_coding 6 1 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000507469 protein_coding 5 1 19 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000515829 protein_coding 6 1 18 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000367537 protein_coding 7 5 21 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000688051 protein_coding 1 NA 20 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000508461 protein_coding 5 2 19 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000685780 protein_coding 1 NA 22 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000347615 protein_coding 6 1 19 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000507469 protein_coding 5 1 20 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000515829 protein_coding 6 1 19 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000367537 protein_coding 7 5 22 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000688051 protein_coding 1 NA 21 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000508461 protein_coding 5 2 20 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000685780 protein_coding 1 NA 23 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000347615 protein_coding 6 1 20 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000507469 protein_coding 5 1 21 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000515829 protein_coding 6 1 20 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000367537 protein_coding 7 5 23 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000688051 protein_coding 1 NA 22 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000508461 protein_coding 5 2 21 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000685780 protein_coding 1 NA 24 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000347615 protein_coding 6 1 21 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000507469 protein_coding 5 1 22 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000515829 protein_coding 6 1 21 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000367537 protein_coding 7 5 24 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000688051 protein_coding 1 NA 23 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000508461 protein_coding 5 2 22 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000685780 protein_coding 1 NA 25 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000347615 protein_coding 6 1 22 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000515829 protein_coding 6 1 22 SMG7 ENSG00000116698 +CDS chr1 183552977 183553198 ENST00000507469 protein_coding 5 1 23 SMG7 ENSG00000116698 +transcript chr1 183555562 183590459 ENST00000367535 protein_coding 8 1 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590604 ENST00000413720 protein_coding 5 2 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590604 ENST00000418089 protein_coding 5 2 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590876 ENST00000367536 protein_coding 5 1 NA NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000367535 protein_coding 8 1 15 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000413720 protein_coding 5 2 14 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000418089 protein_coding 5 2 13 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000367536 protein_coding 5 1 16 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000367535 protein_coding 8 1 14 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000413720 protein_coding 5 2 13 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000418089 protein_coding 5 2 12 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000367536 protein_coding 5 1 15 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000367535 protein_coding 8 1 13 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000413720 protein_coding 5 2 12 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000418089 protein_coding 5 2 11 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000367536 protein_coding 5 1 14 NCF2 ENSG00000116701 +transcript chr1 183563269 183569225 ENST00000420553 protein_coding 5 3 NA NCF2 ENSG00000116701 +CDS chr1 183563269 183563306 ENST00000420553 protein_coding 5 3 5 NCF2 ENSG00000116701 +transcript chr1 183563272 183569225 ENST00000419402 protein_coding 1 3 NA NCF2 ENSG00000116701 +CDS chr1 183563272 183563306 ENST00000419402 protein_coding 1 3 7 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000367535 protein_coding 8 1 12 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000413720 protein_coding 5 2 11 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000418089 protein_coding 5 2 10 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000367536 protein_coding 5 1 13 NCF2 ENSG00000116701 +CDS chr1 183563434 183563564 ENST00000420553 protein_coding 5 3 4 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000419402 protein_coding 1 3 6 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000367535 protein_coding 8 1 11 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000413720 protein_coding 5 2 10 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000418089 protein_coding 5 2 9 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000367536 protein_coding 5 1 12 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000419402 protein_coding 1 3 5 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000367535 protein_coding 8 1 10 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000413720 protein_coding 5 2 9 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000418089 protein_coding 5 2 8 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000367536 protein_coding 5 1 11 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000419402 protein_coding 1 3 4 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000367535 protein_coding 8 1 9 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000413720 protein_coding 5 2 8 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000418089 protein_coding 5 2 7 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000367536 protein_coding 5 1 10 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000419402 protein_coding 1 3 3 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000367535 protein_coding 8 1 8 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000413720 protein_coding 5 2 7 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000418089 protein_coding 5 2 6 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000367536 protein_coding 5 1 9 NCF2 ENSG00000116701 +CDS chr1 183567204 183567275 ENST00000419402 protein_coding 1 3 2 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000367535 protein_coding 8 1 7 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000413720 protein_coding 5 2 6 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000418089 protein_coding 5 2 5 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000367536 protein_coding 5 1 8 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000367535 protein_coding 8 1 6 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000413720 protein_coding 5 2 5 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000418089 protein_coding 5 2 4 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000367536 protein_coding 5 1 7 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000367535 protein_coding 8 1 5 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000413720 protein_coding 5 2 4 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000367536 protein_coding 5 1 6 NCF2 ENSG00000116701 +CDS chr1 183574487 183574621 ENST00000367535 protein_coding 8 1 4 NCF2 ENSG00000116701 +CDS chr1 183574487 183574621 ENST00000367536 protein_coding 5 1 5 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000367535 protein_coding 8 1 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000413720 protein_coding 5 2 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000418089 protein_coding 5 2 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000367536 protein_coding 5 1 4 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000367535 protein_coding 8 1 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000413720 protein_coding 5 2 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000418089 protein_coding 5 2 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000367536 protein_coding 5 1 3 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000367535 protein_coding 8 1 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000413720 protein_coding 5 2 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000418089 protein_coding 5 2 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000367536 protein_coding 5 1 2 NCF2 ENSG00000116701 +transcript chr1 183620846 183635783 ENST00000359856 protein_coding 11 1 NA ARPC5 ENSG00000162704 +transcript chr1 183623266 183635682 ENST00000367534 protein_coding 5 3 NA ARPC5 ENSG00000162704 +CDS chr1 183623460 183623471 ENST00000367534 protein_coding 5 3 4 ARPC5 ENSG00000162704 +transcript chr1 183626458 183635757 ENST00000294742 protein_coding 6 1 NA ARPC5 ENSG00000162704 +CDS chr1 183627535 183627594 ENST00000359856 protein_coding 11 1 4 ARPC5 ENSG00000162704 +CDS chr1 183627535 183627594 ENST00000294742 protein_coding 6 1 4 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000359856 protein_coding 11 1 3 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000367534 protein_coding 5 3 3 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000294742 protein_coding 6 1 3 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633154 ENST00000359856 protein_coding 11 1 2 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633154 ENST00000367534 protein_coding 5 3 2 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633163 ENST00000294742 protein_coding 6 1 2 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000359856 protein_coding 11 1 1 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000367534 protein_coding 5 3 1 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000294742 protein_coding 6 1 1 ARPC5 ENSG00000162704 +transcript chr1 183636085 183928531 ENST00000304685 protein_coding 8 1 NA RGL1 ENSG00000143344 +transcript chr1 183646275 183653316 ENST00000308641 protein_coding 6 1 NA APOBEC4 ENSG00000173627 +CDS chr1 183647681 183648781 ENST00000308641 protein_coding 6 1 2 APOBEC4 ENSG00000173627 +CDS chr1 183742158 183742289 ENST00000304685 protein_coding 8 1 2 RGL1 ENSG00000143344 +transcript chr1 183805120 183928532 ENST00000360851 protein_coding 4 1 NA RGL1 ENSG00000143344 +CDS chr1 183805298 183805324 ENST00000360851 protein_coding 4 1 1 RGL1 ENSG00000143344 +CDS chr1 183806375 183806485 ENST00000304685 protein_coding 8 1 3 RGL1 ENSG00000143344 +CDS chr1 183806375 183806485 ENST00000360851 protein_coding 4 1 2 RGL1 ENSG00000143344 +CDS chr1 183847566 183847774 ENST00000304685 protein_coding 8 1 4 RGL1 ENSG00000143344 +CDS chr1 183847566 183847774 ENST00000360851 protein_coding 4 1 3 RGL1 ENSG00000143344 +CDS chr1 183865996 183866073 ENST00000304685 protein_coding 8 1 5 RGL1 ENSG00000143344 +CDS chr1 183865996 183866073 ENST00000360851 protein_coding 4 1 4 RGL1 ENSG00000143344 +CDS chr1 183880616 183880800 ENST00000304685 protein_coding 8 1 6 RGL1 ENSG00000143344 +CDS chr1 183880616 183880800 ENST00000360851 protein_coding 4 1 5 RGL1 ENSG00000143344 +CDS chr1 183883786 183883910 ENST00000304685 protein_coding 8 1 7 RGL1 ENSG00000143344 +CDS chr1 183883786 183883910 ENST00000360851 protein_coding 4 1 6 RGL1 ENSG00000143344 +CDS chr1 183884723 183884938 ENST00000304685 protein_coding 8 1 8 RGL1 ENSG00000143344 +CDS chr1 183884723 183884938 ENST00000360851 protein_coding 4 1 7 RGL1 ENSG00000143344 +CDS chr1 183888474 183888577 ENST00000304685 protein_coding 8 1 9 RGL1 ENSG00000143344 +CDS chr1 183888474 183888577 ENST00000360851 protein_coding 4 1 8 RGL1 ENSG00000143344 +CDS chr1 183892077 183892161 ENST00000304685 protein_coding 8 1 10 RGL1 ENSG00000143344 +CDS chr1 183892077 183892161 ENST00000360851 protein_coding 4 1 9 RGL1 ENSG00000143344 +CDS chr1 183897808 183897897 ENST00000304685 protein_coding 8 1 11 RGL1 ENSG00000143344 +CDS chr1 183897808 183897897 ENST00000360851 protein_coding 4 1 10 RGL1 ENSG00000143344 +CDS chr1 183900150 183900236 ENST00000304685 protein_coding 8 1 12 RGL1 ENSG00000143344 +CDS chr1 183900150 183900236 ENST00000360851 protein_coding 4 1 11 RGL1 ENSG00000143344 +CDS chr1 183902568 183902600 ENST00000304685 protein_coding 8 1 13 RGL1 ENSG00000143344 +CDS chr1 183902568 183902600 ENST00000360851 protein_coding 4 1 12 RGL1 ENSG00000143344 +CDS chr1 183904850 183904971 ENST00000304685 protein_coding 8 1 14 RGL1 ENSG00000143344 +CDS chr1 183904850 183904971 ENST00000360851 protein_coding 4 1 13 RGL1 ENSG00000143344 +CDS chr1 183907012 183907101 ENST00000304685 protein_coding 8 1 15 RGL1 ENSG00000143344 +CDS chr1 183907012 183907101 ENST00000360851 protein_coding 4 1 14 RGL1 ENSG00000143344 +CDS chr1 183912082 183912268 ENST00000304685 protein_coding 8 1 16 RGL1 ENSG00000143344 +CDS chr1 183912082 183912268 ENST00000360851 protein_coding 4 1 15 RGL1 ENSG00000143344 +CDS chr1 183916447 183916701 ENST00000304685 protein_coding 8 1 17 RGL1 ENSG00000143344 +CDS chr1 183916447 183916701 ENST00000360851 protein_coding 4 1 16 RGL1 ENSG00000143344 +CDS chr1 183922222 183922336 ENST00000304685 protein_coding 8 1 18 RGL1 ENSG00000143344 +CDS chr1 183922222 183922336 ENST00000360851 protein_coding 4 1 17 RGL1 ENSG00000143344 +CDS chr1 183926105 183926289 ENST00000304685 protein_coding 8 1 19 RGL1 ENSG00000143344 +CDS chr1 183926105 183926289 ENST00000360851 protein_coding 4 1 18 RGL1 ENSG00000143344 +transcript chr1 183929854 184037729 ENST00000649786 protein_coding 1 NA NA COLGALT2 ENSG00000198756 +CDS chr1 183930232 183930289 ENST00000649786 protein_coding 1 NA 12 COLGALT2 ENSG00000198756 +transcript chr1 183935834 184037728 ENST00000361927 protein_coding 9 1 NA COLGALT2 ENSG00000198756 +transcript chr1 183935837 183946618 ENST00000367521 protein_coding 5 2 NA COLGALT2 ENSG00000198756 +transcript chr1 183937965 183964500 ENST00000367520 protein_coding 3 2 NA COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000367521 protein_coding 5 2 4 COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000361927 protein_coding 9 1 12 COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000367520 protein_coding 3 2 7 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000649786 protein_coding 1 NA 11 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000367521 protein_coding 5 2 3 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000361927 protein_coding 9 1 11 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000367520 protein_coding 3 2 6 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000649786 protein_coding 1 NA 10 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000367521 protein_coding 5 2 2 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000361927 protein_coding 9 1 10 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000367520 protein_coding 3 2 5 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000649786 protein_coding 1 NA 9 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945524 ENST00000367521 protein_coding 5 2 1 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000361927 protein_coding 9 1 9 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000367520 protein_coding 3 2 4 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000649786 protein_coding 1 NA 8 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000361927 protein_coding 9 1 8 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000367520 protein_coding 3 2 3 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000649786 protein_coding 1 NA 7 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000361927 protein_coding 9 1 7 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000367520 protein_coding 3 2 2 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964020 ENST00000649786 protein_coding 1 NA 6 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964020 ENST00000361927 protein_coding 9 1 6 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964063 ENST00000367520 protein_coding 3 2 1 COLGALT2 ENSG00000198756 +CDS chr1 183969269 183969473 ENST00000649786 protein_coding 1 NA 5 COLGALT2 ENSG00000198756 +CDS chr1 183969269 183969473 ENST00000361927 protein_coding 9 1 5 COLGALT2 ENSG00000198756 +CDS chr1 183973616 183973750 ENST00000649786 protein_coding 1 NA 4 COLGALT2 ENSG00000198756 +CDS chr1 183973616 183973750 ENST00000361927 protein_coding 9 1 4 COLGALT2 ENSG00000198756 +CDS chr1 183975097 183975214 ENST00000649786 protein_coding 1 NA 3 COLGALT2 ENSG00000198756 +CDS chr1 183975097 183975214 ENST00000361927 protein_coding 9 1 3 COLGALT2 ENSG00000198756 +CDS chr1 183978410 183978520 ENST00000649786 protein_coding 1 NA 2 COLGALT2 ENSG00000198756 +CDS chr1 183978410 183978520 ENST00000361927 protein_coding 9 1 2 COLGALT2 ENSG00000198756 +CDS chr1 184037095 184037357 ENST00000649786 protein_coding 1 NA 1 COLGALT2 ENSG00000198756 +CDS chr1 184037095 184037357 ENST00000361927 protein_coding 9 1 1 COLGALT2 ENSG00000198756 +transcript chr1 184051651 184074212 ENST00000423085 protein_coding 7 2 NA TSEN15 ENSG00000198860 +transcript chr1 184051676 184074206 ENST00000361641 protein_coding 6 1 NA TSEN15 ENSG00000198860 +transcript chr1 184051686 184097485 ENST00000643231 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051699 184074212 ENST00000533373 protein_coding 6 2 NA TSEN15 ENSG00000198860 +transcript chr1 184051712 184074127 ENST00000647437 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051718 184095845 ENST00000647465 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051730 184074212 ENST00000645668 protein_coding 2 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000423085 protein_coding 7 2 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000361641 protein_coding 6 1 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000643231 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000533373 protein_coding 6 2 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000647437 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000647465 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000645668 protein_coding 2 NA 1 TSEN15 ENSG00000198860 +transcript chr1 184051756 184095845 ENST00000645963 protein_coding 2 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000645963 protein_coding 2 NA 1 TSEN15 ENSG00000198860 +transcript chr1 184051865 184095617 ENST00000644815 protein_coding 1 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051865 184051890 ENST00000644815 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000423085 protein_coding 7 2 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000361641 protein_coding 6 1 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000643231 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000533373 protein_coding 6 2 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000647437 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000647465 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000645668 protein_coding 2 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000645963 protein_coding 2 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000644815 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000423085 protein_coding 7 2 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000361641 protein_coding 6 1 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000643231 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000533373 protein_coding 6 2 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000647437 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000647465 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000645668 protein_coding 2 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000645963 protein_coding 2 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000644815 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072310 ENST00000361641 protein_coding 6 1 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072194 ENST00000533373 protein_coding 6 2 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072352 ENST00000647437 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072298 ENST00000645668 protein_coding 2 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072860 ENST00000423085 protein_coding 7 2 4 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072844 ENST00000361641 protein_coding 6 1 5 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072837 ENST00000533373 protein_coding 6 2 5 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072844 ENST00000645668 protein_coding 2 NA 5 TSEN15 ENSG00000198860 +CDS chr1 184093625 184093724 ENST00000645963 protein_coding 2 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184093625 184093757 ENST00000644815 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095031 184095067 ENST00000647465 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095690 184095801 ENST00000643231 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095690 184095824 ENST00000645963 protein_coding 2 NA 5 TSEN15 ENSG00000198860 +transcript chr1 184387029 184629019 ENST00000235307 protein_coding 7 1 NA C1orf21 ENSG00000116667 +CDS chr1 184477510 184477603 ENST00000235307 protein_coding 7 1 2 C1orf21 ENSG00000116667 +CDS chr1 184507588 184507682 ENST00000235307 protein_coding 7 1 3 C1orf21 ENSG00000116667 +CDS chr1 184590739 184590815 ENST00000235307 protein_coding 7 1 4 C1orf21 ENSG00000116667 +CDS chr1 184598401 184598461 ENST00000235307 protein_coding 7 1 5 C1orf21 ENSG00000116667 +CDS chr1 184619518 184619553 ENST00000235307 protein_coding 7 1 6 C1orf21 ENSG00000116667 +transcript chr1 184690237 184754858 ENST00000318130 protein_coding 13 1 NA EDEM3 ENSG00000116406 +transcript chr1 184690493 184754907 ENST00000367512 protein_coding 8 1 NA EDEM3 ENSG00000116406 +transcript chr1 184690519 184754850 ENST00000686047 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690540 184754799 ENST00000687113 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690571 184754853 ENST00000686225 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690669 184754621 ENST00000685596 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184691372 184754845 ENST00000692170 protein_coding 1 NA NA EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000318130 protein_coding 13 1 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000367512 protein_coding 8 1 21 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000686047 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000687113 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000686225 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000685596 protein_coding 1 NA 21 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000692170 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701544 ENST00000367512 protein_coding 8 1 20 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701544 ENST00000686047 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701541 ENST00000692170 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184701530 184701544 ENST00000685596 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000318130 protein_coding 13 1 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000367512 protein_coding 8 1 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000686047 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000687113 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000686225 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000685596 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000692170 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000318130 protein_coding 13 1 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000367512 protein_coding 8 1 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000686047 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000687113 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000686225 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000685596 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000692170 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000318130 protein_coding 13 1 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000367512 protein_coding 8 1 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000686047 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000687113 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000686225 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000685596 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000692170 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000318130 protein_coding 13 1 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000367512 protein_coding 8 1 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000686047 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000687113 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000686225 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000692170 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710451 184710547 ENST00000685596 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000318130 protein_coding 13 1 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000367512 protein_coding 8 1 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000686047 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000687113 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000686225 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000685596 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000692170 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000318130 protein_coding 13 1 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000367512 protein_coding 8 1 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000686047 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000687113 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000686225 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000685596 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000692170 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000318130 protein_coding 13 1 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000367512 protein_coding 8 1 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000686047 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000687113 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000686225 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000685596 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000692170 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000318130 protein_coding 13 1 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000367512 protein_coding 8 1 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000686047 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000687113 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000686225 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000685596 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000692170 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000318130 protein_coding 13 1 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000367512 protein_coding 8 1 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000686047 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000687113 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000686225 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000685596 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000692170 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000318130 protein_coding 13 1 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000367512 protein_coding 8 1 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000686047 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000687113 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000686225 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000685596 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000692170 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000318130 protein_coding 13 1 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000367512 protein_coding 8 1 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000686047 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000687113 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000686225 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000685596 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000692170 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000318130 protein_coding 13 1 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000367512 protein_coding 8 1 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000686047 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000687113 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000686225 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000685596 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000692170 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000318130 protein_coding 13 1 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000367512 protein_coding 8 1 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000686047 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000687113 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000686225 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000685596 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000692170 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000318130 protein_coding 13 1 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000367512 protein_coding 8 1 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000686047 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000687113 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000686225 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000685596 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000692170 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000318130 protein_coding 13 1 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000367512 protein_coding 8 1 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000686047 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000687113 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000686225 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000685596 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000692170 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184736950 184737064 ENST00000686225 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000318130 protein_coding 13 1 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000367512 protein_coding 8 1 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000686047 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000687113 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000685596 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000692170 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000318130 protein_coding 13 1 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000367512 protein_coding 8 1 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000686047 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000687113 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000686225 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000685596 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000692170 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000318130 protein_coding 13 1 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000367512 protein_coding 8 1 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000686225 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000685596 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000318130 protein_coding 13 1 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000367512 protein_coding 8 1 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000686225 protein_coding 1 NA 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754517 ENST00000685596 protein_coding 1 NA 1 EDEM3 ENSG00000116406 +transcript chr1 184790724 184805985 ENST00000417056 protein_coding 5 3 NA NIBAN1 ENSG00000135842 +CDS chr1 184791028 184791065 ENST00000417056 protein_coding 5 3 4 NIBAN1 ENSG00000135842 +transcript chr1 184791032 184974508 ENST00000367511 protein_coding 4 1 NA NIBAN1 ENSG00000135842 +CDS chr1 184794980 184796097 ENST00000367511 protein_coding 4 1 14 NIBAN1 ENSG00000135842 +CDS chr1 184798079 184798190 ENST00000417056 protein_coding 5 3 3 NIBAN1 ENSG00000135842 +CDS chr1 184798079 184798190 ENST00000367511 protein_coding 4 1 13 NIBAN1 ENSG00000135842 +CDS chr1 184803585 184803692 ENST00000417056 protein_coding 5 3 2 NIBAN1 ENSG00000135842 +CDS chr1 184803585 184803692 ENST00000367511 protein_coding 4 1 12 NIBAN1 ENSG00000135842 +CDS chr1 184805946 184805985 ENST00000417056 protein_coding 5 3 1 NIBAN1 ENSG00000135842 +CDS chr1 184805946 184806056 ENST00000367511 protein_coding 4 1 11 NIBAN1 ENSG00000135842 +CDS chr1 184808074 184808235 ENST00000367511 protein_coding 4 1 10 NIBAN1 ENSG00000135842 +CDS chr1 184818638 184818825 ENST00000367511 protein_coding 4 1 9 NIBAN1 ENSG00000135842 +CDS chr1 184823167 184823329 ENST00000367511 protein_coding 4 1 8 NIBAN1 ENSG00000135842 +CDS chr1 184823638 184823742 ENST00000367511 protein_coding 4 1 7 NIBAN1 ENSG00000135842 +CDS chr1 184831847 184831962 ENST00000367511 protein_coding 4 1 6 NIBAN1 ENSG00000135842 +CDS chr1 184884633 184884800 ENST00000367511 protein_coding 4 1 5 NIBAN1 ENSG00000135842 +CDS chr1 184890108 184890222 ENST00000367511 protein_coding 4 1 4 NIBAN1 ENSG00000135842 +CDS chr1 184894075 184894206 ENST00000367511 protein_coding 4 1 3 NIBAN1 ENSG00000135842 +CDS chr1 184899179 184899309 ENST00000367511 protein_coding 4 1 2 NIBAN1 ENSG00000135842 +CDS chr1 184974302 184974356 ENST00000367511 protein_coding 4 1 1 NIBAN1 ENSG00000135842 +transcript chr1 185045526 185101057 ENST00000367509 protein_coding 8 2 NA RNF2 ENSG00000121481 +transcript chr1 185045558 185102603 ENST00000367510 protein_coding 8 1 NA RNF2 ENSG00000121481 +transcript chr1 185046096 185098344 ENST00000453650 protein_coding 2 5 NA RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000367510 protein_coding 8 1 2 RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000367509 protein_coding 8 2 2 RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000453650 protein_coding 2 5 2 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000367510 protein_coding 8 1 3 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000367509 protein_coding 8 2 3 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000453650 protein_coding 2 5 3 RNF2 ENSG00000121481 +CDS chr1 185093061 185093276 ENST00000367510 protein_coding 8 1 4 RNF2 ENSG00000121481 +CDS chr1 185093061 185093276 ENST00000453650 protein_coding 2 5 4 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000367510 protein_coding 8 1 5 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000367509 protein_coding 8 2 4 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000453650 protein_coding 2 5 5 RNF2 ENSG00000121481 +CDS chr1 185099791 185099962 ENST00000367510 protein_coding 8 1 6 RNF2 ENSG00000121481 +CDS chr1 185099791 185099962 ENST00000367509 protein_coding 8 2 5 RNF2 ENSG00000121481 +CDS chr1 185100200 185100298 ENST00000367510 protein_coding 8 1 7 RNF2 ENSG00000121481 +CDS chr1 185100200 185100298 ENST00000367509 protein_coding 8 2 6 RNF2 ENSG00000121481 +transcript chr1 185118101 185156953 ENST00000367506 protein_coding 10 1 NA TRMT1L ENSG00000121486 +CDS chr1 185120022 185120271 ENST00000367506 protein_coding 10 1 15 TRMT1L ENSG00000121486 +CDS chr1 185120383 185120509 ENST00000367506 protein_coding 10 1 14 TRMT1L ENSG00000121486 +CDS chr1 185123857 185123919 ENST00000367506 protein_coding 10 1 13 TRMT1L ENSG00000121486 +transcript chr1 185124840 185139560 ENST00000458395 protein_coding 1 3 NA TRMT1L ENSG00000121486 +CDS chr1 185124939 185125110 ENST00000458395 protein_coding 1 3 4 TRMT1L ENSG00000121486 +CDS chr1 185124944 185125110 ENST00000367506 protein_coding 10 1 12 TRMT1L ENSG00000121486 +CDS chr1 185128669 185128747 ENST00000367506 protein_coding 10 1 11 TRMT1L ENSG00000121486 +CDS chr1 185128669 185128747 ENST00000458395 protein_coding 1 3 3 TRMT1L ENSG00000121486 +CDS chr1 185137606 185137796 ENST00000367506 protein_coding 10 1 10 TRMT1L ENSG00000121486 +CDS chr1 185137606 185137796 ENST00000458395 protein_coding 1 3 2 TRMT1L ENSG00000121486 +CDS chr1 185139367 185139579 ENST00000367506 protein_coding 10 1 9 TRMT1L ENSG00000121486 +CDS chr1 185139367 185139560 ENST00000458395 protein_coding 1 3 1 TRMT1L ENSG00000121486 +CDS chr1 185139973 185140222 ENST00000367506 protein_coding 10 1 8 TRMT1L ENSG00000121486 +CDS chr1 185143357 185143436 ENST00000367506 protein_coding 10 1 7 TRMT1L ENSG00000121486 +CDS chr1 185143906 185144029 ENST00000367506 protein_coding 10 1 6 TRMT1L ENSG00000121486 +CDS chr1 185145439 185145568 ENST00000367506 protein_coding 10 1 5 TRMT1L ENSG00000121486 +CDS chr1 185147182 185147246 ENST00000367506 protein_coding 10 1 4 TRMT1L ENSG00000121486 +CDS chr1 185150379 185150492 ENST00000367506 protein_coding 10 1 3 TRMT1L ENSG00000121486 +CDS chr1 185151825 185151935 ENST00000367506 protein_coding 10 1 2 TRMT1L ENSG00000121486 +CDS chr1 185156478 185156712 ENST00000367506 protein_coding 10 1 1 TRMT1L ENSG00000121486 +transcript chr1 185157080 185291007 ENST00000367501 protein_coding 7 2 NA SWT1 ENSG00000116668 +transcript chr1 185157167 185291781 ENST00000367500 protein_coding 9 1 NA SWT1 ENSG00000116668 +transcript chr1 185157482 185174626 ENST00000450350 protein_coding 1 2 NA SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000367501 protein_coding 7 2 2 SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000367500 protein_coding 9 1 2 SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000450350 protein_coding 1 2 2 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000367501 protein_coding 7 2 3 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000367500 protein_coding 9 1 3 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000450350 protein_coding 1 2 3 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000367501 protein_coding 7 2 4 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000367500 protein_coding 9 1 4 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000450350 protein_coding 1 2 4 SWT1 ENSG00000116668 +CDS chr1 185174372 185175113 ENST00000367501 protein_coding 7 2 5 SWT1 ENSG00000116668 +CDS chr1 185174372 185175113 ENST00000367500 protein_coding 9 1 5 SWT1 ENSG00000116668 +CDS chr1 185174372 185174626 ENST00000450350 protein_coding 1 2 5 SWT1 ENSG00000116668 +CDS chr1 185180391 185180450 ENST00000367501 protein_coding 7 2 6 SWT1 ENSG00000116668 +CDS chr1 185180391 185180450 ENST00000367500 protein_coding 9 1 6 SWT1 ENSG00000116668 +CDS chr1 185181946 185182057 ENST00000367501 protein_coding 7 2 7 SWT1 ENSG00000116668 +CDS chr1 185181946 185182057 ENST00000367500 protein_coding 9 1 7 SWT1 ENSG00000116668 +CDS chr1 185184243 185184344 ENST00000367501 protein_coding 7 2 8 SWT1 ENSG00000116668 +CDS chr1 185184243 185184344 ENST00000367500 protein_coding 9 1 8 SWT1 ENSG00000116668 +CDS chr1 185184743 185184931 ENST00000367501 protein_coding 7 2 9 SWT1 ENSG00000116668 +CDS chr1 185184743 185184931 ENST00000367500 protein_coding 9 1 9 SWT1 ENSG00000116668 +CDS chr1 185190549 185190642 ENST00000367501 protein_coding 7 2 10 SWT1 ENSG00000116668 +CDS chr1 185190549 185190642 ENST00000367500 protein_coding 9 1 10 SWT1 ENSG00000116668 +CDS chr1 185202654 185202799 ENST00000367501 protein_coding 7 2 11 SWT1 ENSG00000116668 +CDS chr1 185202654 185202799 ENST00000367500 protein_coding 9 1 11 SWT1 ENSG00000116668 +CDS chr1 185204700 185204863 ENST00000367501 protein_coding 7 2 12 SWT1 ENSG00000116668 +CDS chr1 185204700 185204863 ENST00000367500 protein_coding 9 1 12 SWT1 ENSG00000116668 +CDS chr1 185206625 185206763 ENST00000367501 protein_coding 7 2 13 SWT1 ENSG00000116668 +CDS chr1 185206625 185206763 ENST00000367500 protein_coding 9 1 13 SWT1 ENSG00000116668 +CDS chr1 185214507 185214655 ENST00000367501 protein_coding 7 2 14 SWT1 ENSG00000116668 +CDS chr1 185214507 185214655 ENST00000367500 protein_coding 9 1 14 SWT1 ENSG00000116668 +CDS chr1 185221849 185222036 ENST00000367501 protein_coding 7 2 15 SWT1 ENSG00000116668 +CDS chr1 185221849 185222036 ENST00000367500 protein_coding 9 1 15 SWT1 ENSG00000116668 +CDS chr1 185231577 185231708 ENST00000367501 protein_coding 7 2 16 SWT1 ENSG00000116668 +CDS chr1 185231577 185231708 ENST00000367500 protein_coding 9 1 16 SWT1 ENSG00000116668 +CDS chr1 185271323 185271389 ENST00000367501 protein_coding 7 2 17 SWT1 ENSG00000116668 +CDS chr1 185271323 185271389 ENST00000367500 protein_coding 9 1 17 SWT1 ENSG00000116668 +CDS chr1 185276604 185276668 ENST00000367501 protein_coding 7 2 18 SWT1 ENSG00000116668 +CDS chr1 185276604 185276668 ENST00000367500 protein_coding 9 1 18 SWT1 ENSG00000116668 +CDS chr1 185290674 185290800 ENST00000367501 protein_coding 7 2 19 SWT1 ENSG00000116668 +CDS chr1 185290674 185290800 ENST00000367500 protein_coding 9 1 19 SWT1 ENSG00000116668 +transcript chr1 185296388 185317243 ENST00000367498 protein_coding 8 1 NA IVNS1ABP ENSG00000116679 +CDS chr1 185298038 185298288 ENST00000367498 protein_coding 8 1 15 IVNS1ABP ENSG00000116679 +CDS chr1 185299710 185299883 ENST00000367498 protein_coding 8 1 14 IVNS1ABP ENSG00000116679 +CDS chr1 185299999 185300130 ENST00000367498 protein_coding 8 1 13 IVNS1ABP ENSG00000116679 +CDS chr1 185300217 185300343 ENST00000367498 protein_coding 8 1 12 IVNS1ABP ENSG00000116679 +CDS chr1 185300437 185300558 ENST00000367498 protein_coding 8 1 11 IVNS1ABP ENSG00000116679 +CDS chr1 185300972 185301196 ENST00000367498 protein_coding 8 1 10 IVNS1ABP ENSG00000116679 +CDS chr1 185301434 185301563 ENST00000367498 protein_coding 8 1 9 IVNS1ABP ENSG00000116679 +CDS chr1 185305536 185305643 ENST00000367498 protein_coding 8 1 8 IVNS1ABP ENSG00000116679 +transcript chr1 185306750 185307662 ENST00000422754 protein_coding 1 2 NA IVNS1ABP ENSG00000116679 +CDS chr1 185306963 185307139 ENST00000422754 protein_coding 1 2 2 IVNS1ABP ENSG00000116679 +CDS chr1 185307014 185307139 ENST00000367498 protein_coding 8 1 7 IVNS1ABP ENSG00000116679 +CDS chr1 185307489 185307662 ENST00000367498 protein_coding 8 1 6 IVNS1ABP ENSG00000116679 +CDS chr1 185307489 185307662 ENST00000422754 protein_coding 1 2 1 IVNS1ABP ENSG00000116679 +transcript chr1 185307680 185311127 ENST00000367497 protein_coding 1 5 NA IVNS1ABP ENSG00000116679 +CDS chr1 185307970 185308017 ENST00000367497 protein_coding 1 5 5 IVNS1ABP ENSG00000116679 +CDS chr1 185308800 185308875 ENST00000367498 protein_coding 8 1 5 IVNS1ABP ENSG00000116679 +CDS chr1 185308800 185308875 ENST00000367497 protein_coding 1 5 4 IVNS1ABP ENSG00000116679 +CDS chr1 185309003 185309172 ENST00000367498 protein_coding 8 1 4 IVNS1ABP ENSG00000116679 +CDS chr1 185309003 185309172 ENST00000367497 protein_coding 1 5 3 IVNS1ABP ENSG00000116679 +CDS chr1 185309383 185309493 ENST00000367498 protein_coding 8 1 3 IVNS1ABP ENSG00000116679 +CDS chr1 185309383 185309493 ENST00000367497 protein_coding 1 5 2 IVNS1ABP ENSG00000116679 +transcript chr1 185734391 186190949 ENST00000271588 protein_coding 9 1 NA HMCN1 ENSG00000143341 +CDS chr1 185734780 185735047 ENST00000271588 protein_coding 9 1 1 HMCN1 ENSG00000143341 +CDS chr1 185846026 185846096 ENST00000271588 protein_coding 9 1 2 HMCN1 ENSG00000143341 +CDS chr1 185864470 185864628 ENST00000271588 protein_coding 9 1 3 HMCN1 ENSG00000143341 +CDS chr1 185865741 185865863 ENST00000271588 protein_coding 9 1 4 HMCN1 ENSG00000143341 +CDS chr1 185909337 185909508 ENST00000271588 protein_coding 9 1 5 HMCN1 ENSG00000143341 +CDS chr1 185911674 185911780 ENST00000271588 protein_coding 9 1 6 HMCN1 ENSG00000143341 +CDS chr1 185922379 185922499 ENST00000271588 protein_coding 9 1 7 HMCN1 ENSG00000143341 +CDS chr1 185923390 185923653 ENST00000271588 protein_coding 9 1 8 HMCN1 ENSG00000143341 +CDS chr1 185925047 185925191 ENST00000271588 protein_coding 9 1 9 HMCN1 ENSG00000143341 +CDS chr1 185928546 185928667 ENST00000271588 protein_coding 9 1 10 HMCN1 ENSG00000143341 +CDS chr1 185933549 185933824 ENST00000271588 protein_coding 9 1 11 HMCN1 ENSG00000143341 +CDS chr1 185962518 185962659 ENST00000271588 protein_coding 9 1 12 HMCN1 ENSG00000143341 +CDS chr1 185963768 185963895 ENST00000271588 protein_coding 9 1 13 HMCN1 ENSG00000143341 +CDS chr1 185965802 185965915 ENST00000271588 protein_coding 9 1 14 HMCN1 ENSG00000143341 +CDS chr1 185970335 185970493 ENST00000271588 protein_coding 9 1 15 HMCN1 ENSG00000143341 +CDS chr1 185977787 185977981 ENST00000271588 protein_coding 9 1 16 HMCN1 ENSG00000143341 +CDS chr1 185980978 185981073 ENST00000271588 protein_coding 9 1 17 HMCN1 ENSG00000143341 +CDS chr1 185982262 185982389 ENST00000271588 protein_coding 9 1 18 HMCN1 ENSG00000143341 +CDS chr1 185984169 185984313 ENST00000271588 protein_coding 9 1 19 HMCN1 ENSG00000143341 +CDS chr1 185987432 185987544 ENST00000271588 protein_coding 9 1 20 HMCN1 ENSG00000143341 +CDS chr1 185989488 185989647 ENST00000271588 protein_coding 9 1 21 HMCN1 ENSG00000143341 +CDS chr1 185990275 185990443 ENST00000271588 protein_coding 9 1 22 HMCN1 ENSG00000143341 +CDS chr1 185993182 185993309 ENST00000271588 protein_coding 9 1 23 HMCN1 ENSG00000143341 +CDS chr1 185994815 185995087 ENST00000271588 protein_coding 9 1 24 HMCN1 ENSG00000143341 +CDS chr1 185997429 185997524 ENST00000271588 protein_coding 9 1 25 HMCN1 ENSG00000143341 +CDS chr1 186000045 186000239 ENST00000271588 protein_coding 9 1 26 HMCN1 ENSG00000143341 +CDS chr1 186001298 186001428 ENST00000271588 protein_coding 9 1 27 HMCN1 ENSG00000143341 +CDS chr1 186001594 186001741 ENST00000271588 protein_coding 9 1 28 HMCN1 ENSG00000143341 +CDS chr1 186003718 186003844 ENST00000271588 protein_coding 9 1 29 HMCN1 ENSG00000143341 +CDS chr1 186007128 186007282 ENST00000271588 protein_coding 9 1 30 HMCN1 ENSG00000143341 +CDS chr1 186015159 186015437 ENST00000271588 protein_coding 9 1 31 HMCN1 ENSG00000143341 +CDS chr1 186015958 186016239 ENST00000271588 protein_coding 9 1 32 HMCN1 ENSG00000143341 +CDS chr1 186016963 186017071 ENST00000271588 protein_coding 9 1 33 HMCN1 ENSG00000143341 +CDS chr1 186018183 186018352 ENST00000271588 protein_coding 9 1 34 HMCN1 ENSG00000143341 +CDS chr1 186019541 186019695 ENST00000271588 protein_coding 9 1 35 HMCN1 ENSG00000143341 +CDS chr1 186023030 186023153 ENST00000271588 protein_coding 9 1 36 HMCN1 ENSG00000143341 +CDS chr1 186037934 186038035 ENST00000271588 protein_coding 9 1 37 HMCN1 ENSG00000143341 +CDS chr1 186038829 186039005 ENST00000271588 protein_coding 9 1 38 HMCN1 ENSG00000143341 +CDS chr1 186039728 186039879 ENST00000271588 protein_coding 9 1 39 HMCN1 ENSG00000143341 +CDS chr1 186041013 186041136 ENST00000271588 protein_coding 9 1 40 HMCN1 ENSG00000143341 +CDS chr1 186045688 186045863 ENST00000271588 protein_coding 9 1 41 HMCN1 ENSG00000143341 +CDS chr1 186048743 186048839 ENST00000271588 protein_coding 9 1 42 HMCN1 ENSG00000143341 +CDS chr1 186052952 186053074 ENST00000271588 protein_coding 9 1 43 HMCN1 ENSG00000143341 +CDS chr1 186053825 186053986 ENST00000271588 protein_coding 9 1 44 HMCN1 ENSG00000143341 +CDS chr1 186055393 186055674 ENST00000271588 protein_coding 9 1 45 HMCN1 ENSG00000143341 +CDS chr1 186057234 186057401 ENST00000271588 protein_coding 9 1 46 HMCN1 ENSG00000143341 +CDS chr1 186061851 186061964 ENST00000271588 protein_coding 9 1 47 HMCN1 ENSG00000143341 +CDS chr1 186062514 186062600 ENST00000271588 protein_coding 9 1 48 HMCN1 ENSG00000143341 +CDS chr1 186065238 186065429 ENST00000271588 protein_coding 9 1 49 HMCN1 ENSG00000143341 +CDS chr1 186067834 186068007 ENST00000271588 protein_coding 9 1 50 HMCN1 ENSG00000143341 +CDS chr1 186069663 186069776 ENST00000271588 protein_coding 9 1 51 HMCN1 ENSG00000143341 +CDS chr1 186070612 186070757 ENST00000271588 protein_coding 9 1 52 HMCN1 ENSG00000143341 +CDS chr1 186074741 186074891 ENST00000271588 protein_coding 9 1 53 HMCN1 ENSG00000143341 +CDS chr1 186076428 186076622 ENST00000271588 protein_coding 9 1 54 HMCN1 ENSG00000143341 +CDS chr1 186078107 186078220 ENST00000271588 protein_coding 9 1 55 HMCN1 ENSG00000143341 +CDS chr1 186081207 186081394 ENST00000271588 protein_coding 9 1 56 HMCN1 ENSG00000143341 +CDS chr1 186082865 186082961 ENST00000271588 protein_coding 9 1 57 HMCN1 ENSG00000143341 +CDS chr1 186086246 186086407 ENST00000271588 protein_coding 9 1 58 HMCN1 ENSG00000143341 +CDS chr1 186087217 186087330 ENST00000271588 protein_coding 9 1 59 HMCN1 ENSG00000143341 +CDS chr1 186087443 186087645 ENST00000271588 protein_coding 9 1 60 HMCN1 ENSG00000143341 +CDS chr1 186087932 186088013 ENST00000271588 protein_coding 9 1 61 HMCN1 ENSG00000143341 +CDS chr1 186088145 186088276 ENST00000271588 protein_coding 9 1 62 HMCN1 ENSG00000143341 +CDS chr1 186088606 186088755 ENST00000271588 protein_coding 9 1 63 HMCN1 ENSG00000143341 +CDS chr1 186090758 186090917 ENST00000271588 protein_coding 9 1 64 HMCN1 ENSG00000143341 +CDS chr1 186093134 186093258 ENST00000271588 protein_coding 9 1 65 HMCN1 ENSG00000143341 +CDS chr1 186093486 186093669 ENST00000271588 protein_coding 9 1 66 HMCN1 ENSG00000143341 +CDS chr1 186094276 186094373 ENST00000271588 protein_coding 9 1 67 HMCN1 ENSG00000143341 +CDS chr1 186095243 186095521 ENST00000271588 protein_coding 9 1 68 HMCN1 ENSG00000143341 +CDS chr1 186103472 186103668 ENST00000271588 protein_coding 9 1 69 HMCN1 ENSG00000143341 +CDS chr1 186106884 186106965 ENST00000271588 protein_coding 9 1 70 HMCN1 ENSG00000143341 +CDS chr1 186108461 186108597 ENST00000271588 protein_coding 9 1 71 HMCN1 ENSG00000143341 +CDS chr1 186112812 186112953 ENST00000271588 protein_coding 9 1 72 HMCN1 ENSG00000143341 +CDS chr1 186113979 186114123 ENST00000271588 protein_coding 9 1 73 HMCN1 ENSG00000143341 +CDS chr1 186114819 186114946 ENST00000271588 protein_coding 9 1 74 HMCN1 ENSG00000143341 +CDS chr1 186115258 186115414 ENST00000271588 protein_coding 9 1 75 HMCN1 ENSG00000143341 +CDS chr1 186116994 186117115 ENST00000271588 protein_coding 9 1 76 HMCN1 ENSG00000143341 +CDS chr1 186117459 186117623 ENST00000271588 protein_coding 9 1 77 HMCN1 ENSG00000143341 +CDS chr1 186119191 186119298 ENST00000271588 protein_coding 9 1 78 HMCN1 ENSG00000143341 +CDS chr1 186119745 186119882 ENST00000271588 protein_coding 9 1 79 HMCN1 ENSG00000143341 +CDS chr1 186120011 186120145 ENST00000271588 protein_coding 9 1 80 HMCN1 ENSG00000143341 +CDS chr1 186122951 186123220 ENST00000271588 protein_coding 9 1 81 HMCN1 ENSG00000143341 +CDS chr1 186125604 186125794 ENST00000271588 protein_coding 9 1 82 HMCN1 ENSG00000143341 +CDS chr1 186128078 186128291 ENST00000271588 protein_coding 9 1 83 HMCN1 ENSG00000143341 +CDS chr1 186129966 186130100 ENST00000271588 protein_coding 9 1 84 HMCN1 ENSG00000143341 +CDS chr1 186130507 186130697 ENST00000271588 protein_coding 9 1 85 HMCN1 ENSG00000143341 +CDS chr1 186132328 186132409 ENST00000271588 protein_coding 9 1 86 HMCN1 ENSG00000143341 +CDS chr1 186136668 186136937 ENST00000271588 protein_coding 9 1 87 HMCN1 ENSG00000143341 +CDS chr1 186137498 186137668 ENST00000271588 protein_coding 9 1 88 HMCN1 ENSG00000143341 +CDS chr1 186137802 186137972 ENST00000271588 protein_coding 9 1 89 HMCN1 ENSG00000143341 +CDS chr1 186144173 186144343 ENST00000271588 protein_coding 9 1 90 HMCN1 ENSG00000143341 +CDS chr1 186144533 186144703 ENST00000271588 protein_coding 9 1 91 HMCN1 ENSG00000143341 +CDS chr1 186145403 186145573 ENST00000271588 protein_coding 9 1 92 HMCN1 ENSG00000143341 +CDS chr1 186145753 186145923 ENST00000271588 protein_coding 9 1 93 HMCN1 ENSG00000143341 +CDS chr1 186151200 186151349 ENST00000271588 protein_coding 9 1 94 HMCN1 ENSG00000143341 +CDS chr1 186151606 186151743 ENST00000271588 protein_coding 9 1 95 HMCN1 ENSG00000143341 +CDS chr1 186152750 186152871 ENST00000271588 protein_coding 9 1 96 HMCN1 ENSG00000143341 +CDS chr1 186153750 186153987 ENST00000271588 protein_coding 9 1 97 HMCN1 ENSG00000143341 +CDS chr1 186165111 186165173 ENST00000271588 protein_coding 9 1 98 HMCN1 ENSG00000143341 +CDS chr1 186166184 186166303 ENST00000271588 protein_coding 9 1 99 HMCN1 ENSG00000143341 +CDS chr1 186166808 186166942 ENST00000271588 protein_coding 9 1 100 HMCN1 ENSG00000143341 +CDS chr1 186171337 186171450 ENST00000271588 protein_coding 9 1 101 HMCN1 ENSG00000143341 +transcript chr1 186171387 186189665 ENST00000414277 protein_coding 1 3 NA HMCN1 ENSG00000143341 +CDS chr1 186171387 186171450 ENST00000414277 protein_coding 1 3 1 HMCN1 ENSG00000143341 +CDS chr1 186172006 186172131 ENST00000271588 protein_coding 9 1 102 HMCN1 ENSG00000143341 +CDS chr1 186172006 186172131 ENST00000414277 protein_coding 1 3 2 HMCN1 ENSG00000143341 +CDS chr1 186174514 186174642 ENST00000271588 protein_coding 9 1 103 HMCN1 ENSG00000143341 +CDS chr1 186174514 186174642 ENST00000414277 protein_coding 1 3 3 HMCN1 ENSG00000143341 +CDS chr1 186178416 186178766 ENST00000271588 protein_coding 9 1 104 HMCN1 ENSG00000143341 +CDS chr1 186182168 186182287 ENST00000271588 protein_coding 9 1 105 HMCN1 ENSG00000143341 +CDS chr1 186182168 186182287 ENST00000414277 protein_coding 1 3 4 HMCN1 ENSG00000143341 +CDS chr1 186187883 186188009 ENST00000271588 protein_coding 9 1 106 HMCN1 ENSG00000143341 +CDS chr1 186187883 186188009 ENST00000414277 protein_coding 1 3 5 HMCN1 ENSG00000143341 +CDS chr1 186189512 186189875 ENST00000271588 protein_coding 9 1 107 HMCN1 ENSG00000143341 +CDS chr1 186189512 186189665 ENST00000414277 protein_coding 1 3 6 HMCN1 ENSG00000143341 +transcript chr1 186296279 186306478 ENST00000533951 protein_coding 5 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186308682 ENST00000367482 protein_coding 8 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000635041 protein_coding 1 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314567 ENST00000445192 protein_coding 7 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000367483 protein_coding 8 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000367485 protein_coding 4 5 NA PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000533951 protein_coding 5 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367482 protein_coding 8 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000635041 protein_coding 1 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000445192 protein_coding 7 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367483 protein_coding 8 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367485 protein_coding 4 5 2 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000635041 protein_coding 1 5 3 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000445192 protein_coding 7 5 3 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000367485 protein_coding 4 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000533951 protein_coding 5 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367482 protein_coding 8 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000635041 protein_coding 1 5 4 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000445192 protein_coding 7 5 4 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367483 protein_coding 8 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367485 protein_coding 4 5 4 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000635041 protein_coding 1 5 5 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000445192 protein_coding 7 5 5 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000367483 protein_coding 8 5 4 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000533951 protein_coding 5 5 4 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000445192 protein_coding 7 5 6 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000367483 protein_coding 8 5 5 PRG4 ENSG00000116690 +CDS chr1 186306318 186306478 ENST00000533951 protein_coding 5 5 5 PRG4 ENSG00000116690 +CDS chr1 186306318 186308682 ENST00000367482 protein_coding 8 5 4 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000635041 protein_coding 1 5 6 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000445192 protein_coding 7 5 7 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000367483 protein_coding 8 5 6 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000367485 protein_coding 4 5 5 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000635041 protein_coding 1 5 7 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000445192 protein_coding 7 5 8 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000367483 protein_coding 8 5 7 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000367485 protein_coding 4 5 6 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000635041 protein_coding 1 5 8 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000445192 protein_coding 7 5 9 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000367483 protein_coding 8 5 8 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000367485 protein_coding 4 5 7 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000635041 protein_coding 1 5 9 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000445192 protein_coding 7 5 10 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000367483 protein_coding 8 5 9 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000367485 protein_coding 4 5 8 PRG4 ENSG00000116690 +transcript chr1 186311652 186375253 ENST00000367478 protein_coding 9 1 NA TPR ENSG00000047410 +CDS chr1 186312175 186312372 ENST00000635041 protein_coding 1 5 10 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000445192 protein_coding 7 5 11 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000367483 protein_coding 8 5 10 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000367485 protein_coding 4 5 9 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000635041 protein_coding 1 5 11 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000445192 protein_coding 7 5 12 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000367483 protein_coding 8 5 11 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000367485 protein_coding 4 5 10 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000635041 protein_coding 1 5 12 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000445192 protein_coding 7 5 13 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000367483 protein_coding 8 5 12 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000367485 protein_coding 4 5 11 PRG4 ENSG00000116690 +CDS chr1 186313974 186314026 ENST00000367478 protein_coding 9 1 51 TPR ENSG00000047410 +CDS chr1 186314629 186314724 ENST00000367478 protein_coding 9 1 50 TPR ENSG00000047410 +CDS chr1 186317482 186317600 ENST00000367478 protein_coding 9 1 49 TPR ENSG00000047410 +CDS chr1 186318447 186318603 ENST00000367478 protein_coding 9 1 48 TPR ENSG00000047410 +CDS chr1 186318733 186318828 ENST00000367478 protein_coding 9 1 47 TPR ENSG00000047410 +CDS chr1 186320312 186320418 ENST00000367478 protein_coding 9 1 46 TPR ENSG00000047410 +CDS chr1 186322318 186322412 ENST00000367478 protein_coding 9 1 45 TPR ENSG00000047410 +CDS chr1 186322518 186322586 ENST00000367478 protein_coding 9 1 44 TPR ENSG00000047410 +CDS chr1 186323686 186323870 ENST00000367478 protein_coding 9 1 43 TPR ENSG00000047410 +CDS chr1 186325764 186325854 ENST00000367478 protein_coding 9 1 42 TPR ENSG00000047410 +CDS chr1 186326104 186326235 ENST00000367478 protein_coding 9 1 41 TPR ENSG00000047410 +CDS chr1 186327460 186327660 ENST00000367478 protein_coding 9 1 40 TPR ENSG00000047410 +CDS chr1 186331498 186331581 ENST00000367478 protein_coding 9 1 39 TPR ENSG00000047410 +CDS chr1 186332195 186332343 ENST00000367478 protein_coding 9 1 38 TPR ENSG00000047410 +CDS chr1 186333122 186333394 ENST00000367478 protein_coding 9 1 37 TPR ENSG00000047410 +CDS chr1 186334325 186334533 ENST00000367478 protein_coding 9 1 36 TPR ENSG00000047410 +CDS chr1 186335068 186335129 ENST00000367478 protein_coding 9 1 35 TPR ENSG00000047410 +CDS chr1 186335338 186335543 ENST00000367478 protein_coding 9 1 34 TPR ENSG00000047410 +CDS chr1 186336496 186336694 ENST00000367478 protein_coding 9 1 33 TPR ENSG00000047410 +CDS chr1 186337013 186337156 ENST00000367478 protein_coding 9 1 32 TPR ENSG00000047410 +CDS chr1 186338033 186338243 ENST00000367478 protein_coding 9 1 31 TPR ENSG00000047410 +CDS chr1 186339642 186339772 ENST00000367478 protein_coding 9 1 30 TPR ENSG00000047410 +CDS chr1 186341028 186341159 ENST00000367478 protein_coding 9 1 29 TPR ENSG00000047410 +CDS chr1 186341252 186341389 ENST00000367478 protein_coding 9 1 28 TPR ENSG00000047410 +CDS chr1 186343326 186343473 ENST00000367478 protein_coding 9 1 27 TPR ENSG00000047410 +CDS chr1 186343906 186344090 ENST00000367478 protein_coding 9 1 26 TPR ENSG00000047410 +CDS chr1 186344375 186344578 ENST00000367478 protein_coding 9 1 25 TPR ENSG00000047410 +CDS chr1 186345580 186345696 ENST00000367478 protein_coding 9 1 24 TPR ENSG00000047410 +CDS chr1 186346135 186346287 ENST00000367478 protein_coding 9 1 23 TPR ENSG00000047410 +CDS chr1 186347292 186347458 ENST00000367478 protein_coding 9 1 22 TPR ENSG00000047410 +CDS chr1 186350223 186350388 ENST00000367478 protein_coding 9 1 21 TPR ENSG00000047410 +CDS chr1 186351330 186351470 ENST00000367478 protein_coding 9 1 20 TPR ENSG00000047410 +CDS chr1 186351976 186352110 ENST00000367478 protein_coding 9 1 19 TPR ENSG00000047410 +CDS chr1 186353688 186353850 ENST00000367478 protein_coding 9 1 18 TPR ENSG00000047410 +transcript chr1 186353871 186375325 ENST00000613151 protein_coding 1 5 NA TPR ENSG00000047410 +CDS chr1 186353874 186353880 ENST00000613151 protein_coding 1 5 18 TPR ENSG00000047410 +CDS chr1 186355410 186355558 ENST00000367478 protein_coding 9 1 17 TPR ENSG00000047410 +CDS chr1 186355410 186355558 ENST00000613151 protein_coding 1 5 17 TPR ENSG00000047410 +CDS chr1 186355635 186355768 ENST00000367478 protein_coding 9 1 16 TPR ENSG00000047410 +CDS chr1 186355635 186355768 ENST00000613151 protein_coding 1 5 16 TPR ENSG00000047410 +CDS chr1 186356286 186356449 ENST00000367478 protein_coding 9 1 15 TPR ENSG00000047410 +CDS chr1 186356286 186356449 ENST00000613151 protein_coding 1 5 15 TPR ENSG00000047410 +CDS chr1 186357397 186357623 ENST00000367478 protein_coding 9 1 14 TPR ENSG00000047410 +CDS chr1 186357397 186357623 ENST00000613151 protein_coding 1 5 14 TPR ENSG00000047410 +CDS chr1 186358543 186358650 ENST00000367478 protein_coding 9 1 13 TPR ENSG00000047410 +CDS chr1 186358543 186358650 ENST00000613151 protein_coding 1 5 13 TPR ENSG00000047410 +CDS chr1 186359799 186359996 ENST00000367478 protein_coding 9 1 12 TPR ENSG00000047410 +CDS chr1 186359799 186359996 ENST00000613151 protein_coding 1 5 12 TPR ENSG00000047410 +CDS chr1 186360273 186360364 ENST00000367478 protein_coding 9 1 11 TPR ENSG00000047410 +CDS chr1 186360273 186360364 ENST00000613151 protein_coding 1 5 11 TPR ENSG00000047410 +CDS chr1 186360765 186360905 ENST00000367478 protein_coding 9 1 10 TPR ENSG00000047410 +CDS chr1 186360765 186360905 ENST00000613151 protein_coding 1 5 10 TPR ENSG00000047410 +CDS chr1 186361622 186361709 ENST00000367478 protein_coding 9 1 9 TPR ENSG00000047410 +CDS chr1 186361622 186361709 ENST00000613151 protein_coding 1 5 9 TPR ENSG00000047410 +CDS chr1 186361789 186361869 ENST00000367478 protein_coding 9 1 8 TPR ENSG00000047410 +CDS chr1 186361789 186361869 ENST00000613151 protein_coding 1 5 8 TPR ENSG00000047410 +CDS chr1 186362288 186362380 ENST00000367478 protein_coding 9 1 7 TPR ENSG00000047410 +CDS chr1 186362288 186362380 ENST00000613151 protein_coding 1 5 7 TPR ENSG00000047410 +CDS chr1 186362837 186363001 ENST00000367478 protein_coding 9 1 6 TPR ENSG00000047410 +CDS chr1 186362837 186363001 ENST00000613151 protein_coding 1 5 6 TPR ENSG00000047410 +CDS chr1 186363342 186363445 ENST00000367478 protein_coding 9 1 5 TPR ENSG00000047410 +CDS chr1 186363342 186363445 ENST00000613151 protein_coding 1 5 5 TPR ENSG00000047410 +CDS chr1 186367886 186367982 ENST00000367478 protein_coding 9 1 4 TPR ENSG00000047410 +CDS chr1 186367886 186367982 ENST00000613151 protein_coding 1 5 4 TPR ENSG00000047410 +CDS chr1 186370970 186371043 ENST00000367478 protein_coding 9 1 3 TPR ENSG00000047410 +CDS chr1 186370970 186371043 ENST00000613151 protein_coding 1 5 3 TPR ENSG00000047410 +CDS chr1 186373359 186373463 ENST00000367478 protein_coding 9 1 2 TPR ENSG00000047410 +CDS chr1 186373359 186373463 ENST00000613151 protein_coding 1 5 2 TPR ENSG00000047410 +transcript chr1 186373393 186375693 ENST00000451586 protein_coding 1 2 NA TPR ENSG00000047410 +CDS chr1 186373393 186373463 ENST00000451586 protein_coding 1 2 3 TPR ENSG00000047410 +CDS chr1 186374878 186375028 ENST00000367478 protein_coding 9 1 1 TPR ENSG00000047410 +CDS chr1 186374878 186375186 ENST00000451586 protein_coding 1 2 2 TPR ENSG00000047410 +CDS chr1 186374878 186375028 ENST00000613151 protein_coding 1 5 1 TPR ENSG00000047410 +CDS chr1 186375559 186375628 ENST00000451586 protein_coding 1 2 1 TPR ENSG00000047410 +transcript chr1 186375838 186419551 ENST00000419367 protein_coding 8 2 NA ODR4 ENSG00000157181 +transcript chr1 186375838 186421378 ENST00000367470 protein_coding 8 5 NA ODR4 ENSG00000157181 +transcript chr1 186375838 186421375 ENST00000287859 protein_coding 11 1 NA ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000419367 protein_coding 8 2 2 ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000367470 protein_coding 8 5 2 ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000287859 protein_coding 11 1 2 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000419367 protein_coding 8 2 3 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000367470 protein_coding 8 5 3 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000287859 protein_coding 11 1 3 ODR4 ENSG00000157181 +CDS chr1 186385988 186386083 ENST00000367470 protein_coding 8 5 4 ODR4 ENSG00000157181 +CDS chr1 186385988 186386083 ENST00000287859 protein_coding 11 1 4 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000419367 protein_coding 8 2 4 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000367470 protein_coding 8 5 5 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000287859 protein_coding 11 1 5 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000419367 protein_coding 8 2 5 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000367470 protein_coding 8 5 6 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000287859 protein_coding 11 1 6 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000419367 protein_coding 8 2 6 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000367470 protein_coding 8 5 7 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000287859 protein_coding 11 1 7 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000419367 protein_coding 8 2 7 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000367470 protein_coding 8 5 8 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000287859 protein_coding 11 1 8 ODR4 ENSG00000157181 +CDS chr1 186393947 186394015 ENST00000419367 protein_coding 8 2 8 ODR4 ENSG00000157181 +CDS chr1 186393947 186394015 ENST00000287859 protein_coding 11 1 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000419367 protein_coding 8 2 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000367470 protein_coding 8 5 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000287859 protein_coding 11 1 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000419367 protein_coding 8 2 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000367470 protein_coding 8 5 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000287859 protein_coding 11 1 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000419367 protein_coding 8 2 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000367470 protein_coding 8 5 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000287859 protein_coding 11 1 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000419367 protein_coding 8 2 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000367470 protein_coding 8 5 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000287859 protein_coding 11 1 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000419367 protein_coding 8 2 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000367470 protein_coding 8 5 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000287859 protein_coding 11 1 14 ODR4 ENSG00000157181 +transcript chr1 186443566 186461114 ENST00000391997 protein_coding 3 1 NA PDC ENSG00000116703 +transcript chr1 186443582 186448724 ENST00000497198 protein_coding 1 1 NA PDC ENSG00000116703 +CDS chr1 186443982 186444506 ENST00000391997 protein_coding 3 1 4 PDC ENSG00000116703 +CDS chr1 186443982 186444506 ENST00000497198 protein_coding 1 1 3 PDC ENSG00000116703 +CDS chr1 186446426 186446577 ENST00000391997 protein_coding 3 1 3 PDC ENSG00000116703 +CDS chr1 186446426 186446482 ENST00000497198 protein_coding 1 1 2 PDC ENSG00000116703 +CDS chr1 186449399 186449459 ENST00000391997 protein_coding 3 1 2 PDC ENSG00000116703 +transcript chr1 186671791 186680423 ENST00000367468 protein_coding 10 1 NA PTGS2 ENSG00000073756 +transcript chr1 186671791 186680922 ENST00000680451 protein_coding 1 NA NA PTGS2 ENSG00000073756 +CDS chr1 186674356 186674762 ENST00000367468 protein_coding 10 1 10 PTGS2 ENSG00000073756 +CDS chr1 186674356 186674762 ENST00000680451 protein_coding 1 NA 11 PTGS2 ENSG00000073756 +CDS chr1 186675249 186675396 ENST00000367468 protein_coding 10 1 9 PTGS2 ENSG00000073756 +CDS chr1 186675249 186675396 ENST00000680451 protein_coding 1 NA 10 PTGS2 ENSG00000073756 +CDS chr1 186675898 186676184 ENST00000367468 protein_coding 10 1 8 PTGS2 ENSG00000073756 +CDS chr1 186675898 186676184 ENST00000680451 protein_coding 1 NA 9 PTGS2 ENSG00000073756 +CDS chr1 186676467 186676713 ENST00000367468 protein_coding 10 1 7 PTGS2 ENSG00000073756 +CDS chr1 186676467 186676713 ENST00000680451 protein_coding 1 NA 8 PTGS2 ENSG00000073756 +CDS chr1 186676833 186676916 ENST00000367468 protein_coding 10 1 6 PTGS2 ENSG00000073756 +CDS chr1 186676833 186676916 ENST00000680451 protein_coding 1 NA 7 PTGS2 ENSG00000073756 +CDS chr1 186677649 186677830 ENST00000367468 protein_coding 10 1 5 PTGS2 ENSG00000073756 +CDS chr1 186677649 186677830 ENST00000680451 protein_coding 1 NA 6 PTGS2 ENSG00000073756 +CDS chr1 186678261 186678404 ENST00000367468 protein_coding 10 1 4 PTGS2 ENSG00000073756 +CDS chr1 186678261 186678404 ENST00000680451 protein_coding 1 NA 5 PTGS2 ENSG00000073756 +CDS chr1 186679058 186679201 ENST00000367468 protein_coding 10 1 3 PTGS2 ENSG00000073756 +CDS chr1 186679058 186679201 ENST00000680451 protein_coding 1 NA 4 PTGS2 ENSG00000073756 +CDS chr1 186679322 186679438 ENST00000367468 protein_coding 10 1 2 PTGS2 ENSG00000073756 +CDS chr1 186679322 186679438 ENST00000680451 protein_coding 1 NA 3 PTGS2 ENSG00000073756 +CDS chr1 186680239 186680290 ENST00000367468 protein_coding 10 1 1 PTGS2 ENSG00000073756 +CDS chr1 186680239 186680290 ENST00000680451 protein_coding 1 NA 2 PTGS2 ENSG00000073756 +transcript chr1 186828949 186988981 ENST00000367466 protein_coding 4 1 NA PLA2G4A ENSG00000116711 +CDS chr1 186854355 186854387 ENST00000367466 protein_coding 4 1 2 PLA2G4A ENSG00000116711 +CDS chr1 186870435 186870516 ENST00000367466 protein_coding 4 1 3 PLA2G4A ENSG00000116711 +CDS chr1 186893011 186893159 ENST00000367466 protein_coding 4 1 4 PLA2G4A ENSG00000116711 +CDS chr1 186894098 186894211 ENST00000367466 protein_coding 4 1 5 PLA2G4A ENSG00000116711 +CDS chr1 186906965 186907002 ENST00000367466 protein_coding 4 1 6 PLA2G4A ENSG00000116711 +CDS chr1 186911248 186911389 ENST00000367466 protein_coding 4 1 7 PLA2G4A ENSG00000116711 +CDS chr1 186932763 186932899 ENST00000367466 protein_coding 4 1 8 PLA2G4A ENSG00000116711 +CDS chr1 186939008 186939230 ENST00000367466 protein_coding 4 1 9 PLA2G4A ENSG00000116711 +CDS chr1 186939980 186940094 ENST00000367466 protein_coding 4 1 10 PLA2G4A ENSG00000116711 +CDS chr1 186946637 186946774 ENST00000367466 protein_coding 4 1 11 PLA2G4A ENSG00000116711 +CDS chr1 186946869 186946961 ENST00000367466 protein_coding 4 1 12 PLA2G4A ENSG00000116711 +CDS chr1 186950657 186950728 ENST00000367466 protein_coding 4 1 13 PLA2G4A ENSG00000116711 +CDS chr1 186956102 186956344 ENST00000367466 protein_coding 4 1 14 PLA2G4A ENSG00000116711 +CDS chr1 186965409 186965593 ENST00000367466 protein_coding 4 1 15 PLA2G4A ENSG00000116711 +CDS chr1 186977593 186977788 ENST00000367466 protein_coding 4 1 16 PLA2G4A ENSG00000116711 +CDS chr1 186979315 186979472 ENST00000367466 protein_coding 4 1 17 PLA2G4A ENSG00000116711 +CDS chr1 186988377 186988505 ENST00000367466 protein_coding 4 1 18 PLA2G4A ENSG00000116711 +transcript chr1 190097658 190477864 ENST00000367462 protein_coding 5 1 NA BRINP3 ENSG00000162670 +CDS chr1 190098021 190099134 ENST00000367462 protein_coding 5 1 8 BRINP3 ENSG00000162670 +CDS chr1 190160668 190160890 ENST00000367462 protein_coding 5 1 7 BRINP3 ENSG00000162670 +CDS chr1 190226082 190226318 ENST00000367462 protein_coding 5 1 6 BRINP3 ENSG00000162670 +CDS chr1 190234372 190234477 ENST00000367462 protein_coding 5 1 5 BRINP3 ENSG00000162670 +CDS chr1 190264865 190265055 ENST00000367462 protein_coding 5 1 4 BRINP3 ENSG00000162670 +transcript chr1 190265009 190475984 ENST00000631494 protein_coding 1 4 NA BRINP3 ENSG00000162670 +CDS chr1 190265009 190265055 ENST00000631494 protein_coding 1 4 4 BRINP3 ENSG00000162670 +CDS chr1 190281560 190281750 ENST00000367462 protein_coding 5 1 3 BRINP3 ENSG00000162670 +CDS chr1 190281560 190281750 ENST00000631494 protein_coding 1 4 3 BRINP3 ENSG00000162670 +CDS chr1 190454655 190454890 ENST00000367462 protein_coding 5 1 2 BRINP3 ENSG00000162670 +CDS chr1 190454655 190454890 ENST00000631494 protein_coding 1 4 2 BRINP3 ENSG00000162670 +transcript chr1 190454807 190474801 ENST00000445957 protein_coding 2 3 NA BRINP3 ENSG00000162670 +CDS chr1 190454807 190454890 ENST00000445957 protein_coding 2 3 2 BRINP3 ENSG00000162670 +transcript chr1 192158462 192185815 ENST00000367460 protein_coding 4 1 NA RGS18 ENSG00000150681 +CDS chr1 192158638 192158756 ENST00000367460 protein_coding 4 1 1 RGS18 ENSG00000150681 +CDS chr1 192159220 192159321 ENST00000367460 protein_coding 4 1 2 RGS18 ENSG00000150681 +CDS chr1 192160378 192160439 ENST00000367460 protein_coding 4 1 3 RGS18 ENSG00000150681 +CDS chr1 192181292 192181458 ENST00000367460 protein_coding 4 1 4 RGS18 ENSG00000150681 +CDS chr1 192184297 192184551 ENST00000367460 protein_coding 4 1 5 RGS18 ENSG00000150681 +transcript chr1 192316992 192367285 ENST00000417209 protein_coding 2 1 NA RGS21 ENSG00000253148 +CDS chr1 192343037 192343047 ENST00000417209 protein_coding 2 1 2 RGS21 ENSG00000253148 +CDS chr1 192347313 192347389 ENST00000417209 protein_coding 2 1 3 RGS21 ENSG00000253148 +CDS chr1 192352047 192352213 ENST00000417209 protein_coding 2 1 4 RGS21 ENSG00000253148 +CDS chr1 192365921 192366121 ENST00000417209 protein_coding 2 1 5 RGS21 ENSG00000253148 +transcript chr1 192575773 192580024 ENST00000367459 protein_coding 8 1 NA RGS1 ENSG00000090104 +transcript chr1 192575773 192578955 ENST00000469578 protein_coding 2 2 NA RGS1 ENSG00000090104 +CDS chr1 192575793 192575929 ENST00000367459 protein_coding 8 1 1 RGS1 ENSG00000090104 +CDS chr1 192575793 192575929 ENST00000469578 protein_coding 2 2 1 RGS1 ENSG00000090104 +CDS chr1 192576285 192576365 ENST00000367459 protein_coding 8 1 2 RGS1 ENSG00000090104 +CDS chr1 192576285 192576365 ENST00000469578 protein_coding 2 2 2 RGS1 ENSG00000090104 +CDS chr1 192576774 192576835 ENST00000367459 protein_coding 8 1 3 RGS1 ENSG00000090104 +CDS chr1 192576774 192576835 ENST00000469578 protein_coding 2 2 3 RGS1 ENSG00000090104 +CDS chr1 192578222 192578385 ENST00000367459 protein_coding 8 1 4 RGS1 ENSG00000090104 +CDS chr1 192578222 192578448 ENST00000469578 protein_coding 2 2 4 RGS1 ENSG00000090104 +CDS chr1 192579137 192579319 ENST00000367459 protein_coding 8 1 5 RGS1 ENSG00000090104 +transcript chr1 192636138 192660306 ENST00000543215 protein_coding 5 1 NA RGS13 ENSG00000127074 +transcript chr1 192636147 192660311 ENST00000391995 protein_coding 7 1 NA RGS13 ENSG00000127074 +CDS chr1 192644335 192644399 ENST00000391995 protein_coding 7 1 4 RGS13 ENSG00000127074 +CDS chr1 192644335 192644399 ENST00000543215 protein_coding 5 1 3 RGS13 ENSG00000127074 +CDS chr1 192647926 192647987 ENST00000391995 protein_coding 7 1 5 RGS13 ENSG00000127074 +CDS chr1 192647926 192647987 ENST00000543215 protein_coding 5 1 4 RGS13 ENSG00000127074 +CDS chr1 192658201 192658367 ENST00000391995 protein_coding 7 1 6 RGS13 ENSG00000127074 +CDS chr1 192658201 192658367 ENST00000543215 protein_coding 5 1 5 RGS13 ENSG00000127074 +CDS chr1 192659338 192659520 ENST00000391995 protein_coding 7 1 7 RGS13 ENSG00000127074 +CDS chr1 192659338 192659520 ENST00000543215 protein_coding 5 1 6 RGS13 ENSG00000127074 +transcript chr1 192716132 192716653 ENST00000647225 protein_coding 1 NA NA RPS27AP5 ENSG00000231767 +CDS chr1 192716183 192716650 ENST00000647225 protein_coding 1 NA 1 RPS27AP5 ENSG00000231767 +transcript chr1 192716183 192716650 ENST00000443181 protein_coding 2 NA NA RPS27AP5 ENSG00000231767 +CDS chr1 192716183 192716650 ENST00000443181 protein_coding 2 NA 1 RPS27AP5 ENSG00000231767 +transcript chr1 192809039 192812275 ENST00000235382 protein_coding 7 1 NA RGS2 ENSG00000116741 +CDS chr1 192809072 192809181 ENST00000235382 protein_coding 7 1 1 RGS2 ENSG00000116741 +CDS chr1 192810166 192810267 ENST00000235382 protein_coding 7 1 2 RGS2 ENSG00000116741 +CDS chr1 192810370 192810431 ENST00000235382 protein_coding 7 1 3 RGS2 ENSG00000116741 +CDS chr1 192810981 192811147 ENST00000235382 protein_coding 7 1 4 RGS2 ENSG00000116741 +CDS chr1 192811402 192811593 ENST00000235382 protein_coding 7 1 5 RGS2 ENSG00000116741 +transcript chr1 193012250 193059496 ENST00000367455 protein_coding 8 1 NA UCHL5 ENSG00000116750 +transcript chr1 193012254 193059360 ENST00000367454 protein_coding 6 1 NA UCHL5 ENSG00000116750 +transcript chr1 193015759 193029575 ENST00000420791 protein_coding 5 5 NA UCHL5 ENSG00000116750 +transcript chr1 193015994 193023940 ENST00000449480 protein_coding 5 3 NA UCHL5 ENSG00000116750 +transcript chr1 193016103 193059296 ENST00000367450 protein_coding 7 5 NA UCHL5 ENSG00000116750 +transcript chr1 193016162 193059349 ENST00000367451 protein_coding 8 5 NA UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367455 protein_coding 8 1 11 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367454 protein_coding 6 1 11 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367450 protein_coding 7 5 12 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367451 protein_coding 8 5 12 UCHL5 ENSG00000116750 +transcript chr1 193018405 193059361 ENST00000367448 protein_coding 5 1 NA UCHL5 ENSG00000116750 +transcript chr1 193018405 193059409 ENST00000367449 protein_coding 5 1 NA UCHL5 ENSG00000116750 +transcript chr1 193018622 193029309 ENST00000443327 protein_coding 5 5 NA UCHL5 ENSG00000116750 +CDS chr1 193018815 193018820 ENST00000367449 protein_coding 5 1 11 UCHL5 ENSG00000116750 +transcript chr1 193020335 193023922 ENST00000416915 protein_coding 1 3 NA UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000420791 protein_coding 5 5 8 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000449480 protein_coding 5 3 4 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000367448 protein_coding 5 1 11 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000443327 protein_coding 5 5 6 UCHL5 ENSG00000116750 +CDS chr1 193020451 193020456 ENST00000416915 protein_coding 1 3 4 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367455 protein_coding 8 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000420791 protein_coding 5 5 7 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367454 protein_coding 6 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000449480 protein_coding 5 3 3 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367450 protein_coding 7 5 11 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367451 protein_coding 8 5 11 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367448 protein_coding 5 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367449 protein_coding 5 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000443327 protein_coding 5 5 5 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000416915 protein_coding 1 3 3 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000367455 protein_coding 8 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000420791 protein_coding 5 5 6 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367454 protein_coding 6 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000449480 protein_coding 5 3 2 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000367450 protein_coding 7 5 10 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367451 protein_coding 8 5 10 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367448 protein_coding 5 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367449 protein_coding 5 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000443327 protein_coding 5 5 4 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000416915 protein_coding 1 3 2 UCHL5 ENSG00000116750 +transcript chr1 193022968 193059521 ENST00000421683 protein_coding 1 3 NA UCHL5 ENSG00000116750 +CDS chr1 193022968 193023036 ENST00000421683 protein_coding 1 3 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367455 protein_coding 8 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000420791 protein_coding 5 5 5 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367454 protein_coding 6 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023940 ENST00000449480 protein_coding 5 3 1 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367450 protein_coding 7 5 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367451 protein_coding 8 5 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367448 protein_coding 5 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367449 protein_coding 5 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000443327 protein_coding 5 5 3 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023922 ENST00000416915 protein_coding 1 3 1 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000421683 protein_coding 1 3 8 UCHL5 ENSG00000116750 +CDS chr1 193027875 193027955 ENST00000367450 protein_coding 7 5 8 UCHL5 ENSG00000116750 +CDS chr1 193027875 193027955 ENST00000367451 protein_coding 8 5 8 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367455 protein_coding 8 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000420791 protein_coding 5 5 4 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367454 protein_coding 6 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367450 protein_coding 7 5 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367451 protein_coding 8 5 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367448 protein_coding 5 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367449 protein_coding 5 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000443327 protein_coding 5 5 2 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000421683 protein_coding 1 3 7 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367455 protein_coding 8 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000420791 protein_coding 5 5 3 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367454 protein_coding 6 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367450 protein_coding 7 5 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367451 protein_coding 8 5 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367448 protein_coding 5 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367449 protein_coding 5 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000443327 protein_coding 5 5 1 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000421683 protein_coding 1 3 6 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367455 protein_coding 8 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000420791 protein_coding 5 5 2 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367454 protein_coding 6 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367450 protein_coding 7 5 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367451 protein_coding 8 5 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367448 protein_coding 5 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367449 protein_coding 5 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000421683 protein_coding 1 3 5 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367455 protein_coding 8 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029575 ENST00000420791 protein_coding 5 5 1 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367454 protein_coding 6 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367450 protein_coding 7 5 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367451 protein_coding 8 5 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367448 protein_coding 5 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367449 protein_coding 5 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000421683 protein_coding 1 3 4 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367455 protein_coding 8 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367454 protein_coding 6 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367450 protein_coding 7 5 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367451 protein_coding 8 5 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367448 protein_coding 5 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367449 protein_coding 5 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000421683 protein_coding 1 3 3 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367455 protein_coding 8 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367454 protein_coding 6 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367450 protein_coding 7 5 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367451 protein_coding 8 5 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367448 protein_coding 5 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367449 protein_coding 5 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000421683 protein_coding 1 3 2 UCHL5 ENSG00000116750 +transcript chr1 193051792 193060080 ENST00000417752 protein_coding 1 5 NA UCHL5 ENSG00000116750 +CDS chr1 193051792 193051817 ENST00000417752 protein_coding 1 5 3 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367455 protein_coding 8 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367454 protein_coding 6 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059296 ENST00000367450 protein_coding 7 5 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367451 protein_coding 8 5 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367448 protein_coding 5 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367449 protein_coding 5 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059413 193059461 ENST00000421683 protein_coding 1 3 1 UCHL5 ENSG00000116750 +CDS chr1 193059413 193059515 ENST00000417752 protein_coding 1 5 2 UCHL5 ENSG00000116750 +transcript chr1 193059454 193091219 ENST00000432079 protein_coding 5 1 NA RO60 ENSG00000116747 +transcript chr1 193059612 193091219 ENST00000400968 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193059619 193075890 ENST00000415442 protein_coding 2 3 NA RO60 ENSG00000116747 +CDS chr1 193059633 193059998 ENST00000417752 protein_coding 1 5 1 UCHL5 ENSG00000116750 +transcript chr1 193059659 193069179 ENST00000506303 protein_coding 1 3 NA RO60 ENSG00000116747 +transcript chr1 193060034 193085985 ENST00000367446 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367443 protein_coding 5 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367444 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367445 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193069016 193084866 ENST00000367441 protein_coding 1 1 NA RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000400968 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069181 ENST00000415442 protein_coding 2 3 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069179 ENST00000506303 protein_coding 1 3 3 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367446 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367443 protein_coding 5 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367444 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367445 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367441 protein_coding 1 1 1 RO60 ENSG00000116747 +transcript chr1 193069232 193075931 ENST00000512587 protein_coding 1 3 NA RO60 ENSG00000116747 +CDS chr1 193069232 193069634 ENST00000512587 protein_coding 1 3 1 RO60 ENSG00000116747 +CDS chr1 193070554 193070619 ENST00000512587 protein_coding 1 3 2 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000400968 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193075890 ENST00000415442 protein_coding 2 3 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367446 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367443 protein_coding 5 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367444 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367445 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367441 protein_coding 1 1 2 RO60 ENSG00000116747 +CDS chr1 193075820 193075931 ENST00000512587 protein_coding 1 3 3 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000400968 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367446 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367443 protein_coding 5 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367444 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367445 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367441 protein_coding 1 1 3 RO60 ENSG00000116747 +CDS chr1 193076525 193076647 ENST00000432079 protein_coding 5 1 3 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000400968 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000432079 protein_coding 5 1 4 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367446 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367443 protein_coding 5 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367444 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367445 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367441 protein_coding 1 1 4 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000400968 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000432079 protein_coding 5 1 5 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367446 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367443 protein_coding 5 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367444 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367445 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367441 protein_coding 1 1 5 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000400968 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000432079 protein_coding 5 1 6 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367446 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367443 protein_coding 5 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367444 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367445 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367441 protein_coding 1 1 6 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000400968 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000432079 protein_coding 5 1 7 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367446 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367443 protein_coding 5 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367444 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367445 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367441 protein_coding 1 1 7 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000400968 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000432079 protein_coding 5 1 8 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000367446 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084657 ENST00000367443 protein_coding 5 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084657 ENST00000367444 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084698 ENST00000367445 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000367441 protein_coding 1 1 8 RO60 ENSG00000116747 +CDS chr1 193084989 193084999 ENST00000367443 protein_coding 5 1 10 RO60 ENSG00000116747 +CDS chr1 193091651 193091682 ENST00000367444 protein_coding 7 1 10 RO60 ENSG00000116747 +CDS chr1 193091651 193091668 ENST00000367445 protein_coding 7 1 10 RO60 ENSG00000116747 +transcript chr1 193096468 193106114 ENST00000367440 protein_coding 3 1 NA GLRX2 ENSG00000023572 +transcript chr1 193096470 193105414 ENST00000367439 protein_coding 8 1 NA GLRX2 ENSG00000023572 +CDS chr1 193096628 193096759 ENST00000367439 protein_coding 8 1 4 GLRX2 ENSG00000023572 +CDS chr1 193096628 193096759 ENST00000367440 protein_coding 3 1 4 GLRX2 ENSG00000023572 +CDS chr1 193097584 193097760 ENST00000367439 protein_coding 8 1 3 GLRX2 ENSG00000023572 +CDS chr1 193097584 193097760 ENST00000367440 protein_coding 3 1 3 GLRX2 ENSG00000023572 +CDS chr1 193101141 193101204 ENST00000367439 protein_coding 8 1 2 GLRX2 ENSG00000023572 +CDS chr1 193101141 193101204 ENST00000367440 protein_coding 3 1 2 GLRX2 ENSG00000023572 +CDS chr1 193105264 193105382 ENST00000367439 protein_coding 8 1 1 GLRX2 ENSG00000023572 +CDS chr1 193105517 193105638 ENST00000367440 protein_coding 3 1 1 GLRX2 ENSG00000023572 +transcript chr1 193122031 193254815 ENST00000367435 protein_coding 5 1 NA CDC73 ENSG00000134371 +transcript chr1 193122180 193253325 ENST00000635846 protein_coding 1 5 NA CDC73 ENSG00000134371 +CDS chr1 193122201 193122331 ENST00000367435 protein_coding 5 1 1 CDC73 ENSG00000134371 +CDS chr1 193122201 193122331 ENST00000635846 protein_coding 1 5 1 CDC73 ENSG00000134371 +CDS chr1 193125112 193125217 ENST00000367435 protein_coding 5 1 2 CDC73 ENSG00000134371 +CDS chr1 193125112 193125217 ENST00000635846 protein_coding 1 5 2 CDC73 ENSG00000134371 +CDS chr1 193130174 193130243 ENST00000367435 protein_coding 5 1 3 CDC73 ENSG00000134371 +CDS chr1 193130174 193130243 ENST00000635846 protein_coding 1 5 3 CDC73 ENSG00000134371 +CDS chr1 193135391 193135453 ENST00000367435 protein_coding 5 1 4 CDC73 ENSG00000134371 +CDS chr1 193135391 193135453 ENST00000635846 protein_coding 1 5 4 CDC73 ENSG00000134371 +CDS chr1 193135537 193135589 ENST00000367435 protein_coding 5 1 5 CDC73 ENSG00000134371 +CDS chr1 193135537 193135589 ENST00000635846 protein_coding 1 5 5 CDC73 ENSG00000134371 +CDS chr1 193138085 193138173 ENST00000367435 protein_coding 5 1 6 CDC73 ENSG00000134371 +CDS chr1 193138085 193138173 ENST00000635846 protein_coding 1 5 6 CDC73 ENSG00000134371 +CDS chr1 193141850 193142066 ENST00000367435 protein_coding 5 1 7 CDC73 ENSG00000134371 +CDS chr1 193141850 193142066 ENST00000635846 protein_coding 1 5 7 CDC73 ENSG00000134371 +CDS chr1 193147867 193147965 ENST00000367435 protein_coding 5 1 8 CDC73 ENSG00000134371 +CDS chr1 193150304 193150382 ENST00000367435 protein_coding 5 1 9 CDC73 ENSG00000134371 +CDS chr1 193152380 193152444 ENST00000367435 protein_coding 5 1 10 CDC73 ENSG00000134371 +transcript chr1 193178730 193186613 ENST00000367434 protein_coding 5 1 NA B3GALT2 ENSG00000162630 +CDS chr1 193180297 193181562 ENST00000367434 protein_coding 5 1 2 B3GALT2 ENSG00000162630 +CDS chr1 193203795 193203852 ENST00000367435 protein_coding 5 1 11 CDC73 ENSG00000134371 +CDS chr1 193203795 193203852 ENST00000635846 protein_coding 1 5 8 CDC73 ENSG00000134371 +CDS chr1 193212065 193212100 ENST00000367435 protein_coding 5 1 12 CDC73 ENSG00000134371 +CDS chr1 193212065 193212100 ENST00000635846 protein_coding 1 5 9 CDC73 ENSG00000134371 +CDS chr1 193212390 193212477 ENST00000367435 protein_coding 5 1 13 CDC73 ENSG00000134371 +CDS chr1 193212390 193212477 ENST00000635846 protein_coding 1 5 10 CDC73 ENSG00000134371 +CDS chr1 193232993 193233154 ENST00000367435 protein_coding 5 1 14 CDC73 ENSG00000134371 +CDS chr1 193232993 193233154 ENST00000635846 protein_coding 1 5 11 CDC73 ENSG00000134371 +CDS chr1 193236256 193236356 ENST00000367435 protein_coding 5 1 15 CDC73 ENSG00000134371 +CDS chr1 193236256 193236356 ENST00000635846 protein_coding 1 5 12 CDC73 ENSG00000134371 +CDS chr1 193249730 193249871 ENST00000367435 protein_coding 5 1 16 CDC73 ENSG00000134371 +CDS chr1 193249730 193249871 ENST00000635846 protein_coding 1 5 13 CDC73 ENSG00000134371 +CDS chr1 193250676 193250709 ENST00000367435 protein_coding 5 1 17 CDC73 ENSG00000134371 +CDS chr1 193250676 193250709 ENST00000635846 protein_coding 1 5 14 CDC73 ENSG00000134371 +transcript chr1 196225779 196608411 ENST00000367433 protein_coding 9 1 NA KCNT2 ENSG00000162687 +transcript chr1 196225779 196608440 ENST00000294725 protein_coding 14 1 NA KCNT2 ENSG00000162687 +transcript chr1 196227859 196608359 ENST00000609185 protein_coding 5 1 NA KCNT2 ENSG00000162687 +transcript chr1 196227859 196608359 ENST00000451324 protein_coding 6 1 NA KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000367433 protein_coding 9 1 27 KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000609185 protein_coding 5 1 27 KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000294725 protein_coding 14 1 28 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000367433 protein_coding 9 1 26 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000609185 protein_coding 5 1 26 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000294725 protein_coding 14 1 27 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000367433 protein_coding 9 1 25 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000609185 protein_coding 5 1 25 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000294725 protein_coding 14 1 26 KCNT2 ENSG00000162687 +CDS chr1 196273468 196273488 ENST00000609185 protein_coding 5 1 24 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000367433 protein_coding 9 1 24 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000609185 protein_coding 5 1 23 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000294725 protein_coding 14 1 25 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000367433 protein_coding 9 1 23 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000609185 protein_coding 5 1 22 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000294725 protein_coding 14 1 24 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000367433 protein_coding 9 1 22 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000609185 protein_coding 5 1 21 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000294725 protein_coding 14 1 23 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000367433 protein_coding 9 1 21 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000609185 protein_coding 5 1 20 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000294725 protein_coding 14 1 22 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000367433 protein_coding 9 1 20 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000609185 protein_coding 5 1 19 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000294725 protein_coding 14 1 21 KCNT2 ENSG00000162687 +CDS chr1 196316021 196316021 ENST00000451324 protein_coding 6 1 16 KCNT2 ENSG00000162687 +CDS chr1 196319484 196319555 ENST00000294725 protein_coding 14 1 20 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000367433 protein_coding 9 1 19 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000609185 protein_coding 5 1 18 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000294725 protein_coding 14 1 19 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000451324 protein_coding 6 1 15 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000367433 protein_coding 9 1 18 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000609185 protein_coding 5 1 17 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000294725 protein_coding 14 1 18 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000451324 protein_coding 6 1 14 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000367433 protein_coding 9 1 17 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000609185 protein_coding 5 1 16 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000294725 protein_coding 14 1 17 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000451324 protein_coding 6 1 13 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000367433 protein_coding 9 1 16 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000609185 protein_coding 5 1 15 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000294725 protein_coding 14 1 16 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000451324 protein_coding 6 1 12 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000367433 protein_coding 9 1 15 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000294725 protein_coding 14 1 15 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000451324 protein_coding 6 1 11 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000367433 protein_coding 9 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000609185 protein_coding 5 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000294725 protein_coding 14 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000451324 protein_coding 6 1 10 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000367433 protein_coding 9 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000609185 protein_coding 5 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000294725 protein_coding 14 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000451324 protein_coding 6 1 9 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000367433 protein_coding 9 1 12 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000609185 protein_coding 5 1 12 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000294725 protein_coding 14 1 12 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000367433 protein_coding 9 1 11 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000609185 protein_coding 5 1 11 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000294725 protein_coding 14 1 11 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000367433 protein_coding 9 1 10 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000609185 protein_coding 5 1 10 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000294725 protein_coding 14 1 10 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000367433 protein_coding 9 1 9 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000609185 protein_coding 5 1 9 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000294725 protein_coding 14 1 9 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000367433 protein_coding 9 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000609185 protein_coding 5 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000294725 protein_coding 14 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465310 ENST00000451324 protein_coding 6 1 8 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000367433 protein_coding 9 1 7 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000609185 protein_coding 5 1 7 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000294725 protein_coding 14 1 7 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000367433 protein_coding 9 1 6 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000609185 protein_coding 5 1 6 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000294725 protein_coding 14 1 6 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000367433 protein_coding 9 1 5 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000609185 protein_coding 5 1 5 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000294725 protein_coding 14 1 5 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000367433 protein_coding 9 1 4 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000609185 protein_coding 5 1 4 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000294725 protein_coding 14 1 4 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000367433 protein_coding 9 1 3 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000609185 protein_coding 5 1 3 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000294725 protein_coding 14 1 3 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000367433 protein_coding 9 1 2 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000609185 protein_coding 5 1 2 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000294725 protein_coding 14 1 2 KCNT2 ENSG00000162687 +transcript chr1 196492262 196609225 ENST00000673703 protein_coding 1 NA NA KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000673703 protein_coding 1 NA 3 KCNT2 ENSG00000162687 +CDS chr1 196529395 196529477 ENST00000673703 protein_coding 1 NA 2 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000367433 protein_coding 9 1 1 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000609185 protein_coding 5 1 1 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000294725 protein_coding 14 1 1 KCNT2 ENSG00000162687 +transcript chr1 196652043 196747504 ENST00000367429 protein_coding 9 1 NA CFH ENSG00000000971 +transcript chr1 196652045 196701566 ENST00000630130 protein_coding 2 1 NA CFH ENSG00000000971 +transcript chr1 196652056 196701565 ENST00000359637 protein_coding 2 1 NA CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000367429 protein_coding 9 1 1 CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000630130 protein_coding 2 1 1 CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000359637 protein_coding 2 1 1 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000367429 protein_coding 9 1 2 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000630130 protein_coding 2 1 2 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000359637 protein_coding 2 1 2 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000367429 protein_coding 9 1 3 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000630130 protein_coding 2 1 3 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000359637 protein_coding 2 1 3 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000367429 protein_coding 9 1 4 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000630130 protein_coding 2 1 4 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000359637 protein_coding 2 1 4 CFH ENSG00000000971 +CDS chr1 196677476 196677667 ENST00000367429 protein_coding 9 1 5 CFH ENSG00000000971 +CDS chr1 196677476 196677667 ENST00000630130 protein_coding 2 1 5 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000367429 protein_coding 9 1 6 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000630130 protein_coding 2 1 6 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000359637 protein_coding 2 1 5 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000367429 protein_coding 9 1 7 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000630130 protein_coding 2 1 7 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000359637 protein_coding 2 1 6 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000367429 protein_coding 9 1 8 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000630130 protein_coding 2 1 8 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000359637 protein_coding 2 1 7 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000367429 protein_coding 9 1 9 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000630130 protein_coding 2 1 9 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000359637 protein_coding 2 1 8 CFH ENSG00000000971 +CDS chr1 196701318 196701328 ENST00000630130 protein_coding 2 1 10 CFH ENSG00000000971 +CDS chr1 196701318 196701328 ENST00000359637 protein_coding 2 1 9 CFH ENSG00000000971 +CDS chr1 196713735 196713917 ENST00000367429 protein_coding 9 1 10 CFH ENSG00000000971 +CDS chr1 196715593 196715769 ENST00000367429 protein_coding 9 1 11 CFH ENSG00000000971 +CDS chr1 196725121 196725297 ENST00000367429 protein_coding 9 1 12 CFH ENSG00000000971 +CDS chr1 196726470 196726652 ENST00000367429 protein_coding 9 1 13 CFH ENSG00000000971 +CDS chr1 196726761 196726940 ENST00000367429 protein_coding 9 1 14 CFH ENSG00000000971 +CDS chr1 196728346 196728522 ENST00000367429 protein_coding 9 1 15 CFH ENSG00000000971 +CDS chr1 196736824 196737006 ENST00000367429 protein_coding 9 1 16 CFH ENSG00000000971 +CDS chr1 196737475 196737660 ENST00000367429 protein_coding 9 1 17 CFH ENSG00000000971 +CDS chr1 196740619 196740792 ENST00000367429 protein_coding 9 1 18 CFH ENSG00000000971 +CDS chr1 196741875 196742051 ENST00000367429 protein_coding 9 1 19 CFH ENSG00000000971 +CDS chr1 196743452 196743628 ENST00000367429 protein_coding 9 1 20 CFH ENSG00000000971 +CDS chr1 196745817 196745999 ENST00000367429 protein_coding 9 1 21 CFH ENSG00000000971 +CDS chr1 196747111 196747310 ENST00000367429 protein_coding 9 1 22 CFH ENSG00000000971 +transcript chr1 196774813 196790022 ENST00000471440 protein_coding 6 1 NA CFHR3 ENSG00000116785 +transcript chr1 196774816 196793675 ENST00000391985 protein_coding 7 2 NA CFHR3 ENSG00000116785 +transcript chr1 196774840 196795407 ENST00000367425 protein_coding 9 1 NA CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000471440 protein_coding 6 1 1 CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000391985 protein_coding 7 2 1 CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000367425 protein_coding 9 1 1 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000471440 protein_coding 6 1 2 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000391985 protein_coding 7 2 2 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000367425 protein_coding 9 1 2 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000471440 protein_coding 6 1 3 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000391985 protein_coding 7 2 3 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000367425 protein_coding 9 1 3 CFHR3 ENSG00000116785 +CDS chr1 196788216 196788398 ENST00000471440 protein_coding 6 1 4 CFHR3 ENSG00000116785 +CDS chr1 196788216 196788398 ENST00000367425 protein_coding 9 1 4 CFHR3 ENSG00000116785 +CDS chr1 196788745 196788827 ENST00000471440 protein_coding 6 1 5 CFHR3 ENSG00000116785 +CDS chr1 196790045 196790227 ENST00000391985 protein_coding 7 2 4 CFHR3 ENSG00000116785 +CDS chr1 196790045 196790227 ENST00000367425 protein_coding 9 1 5 CFHR3 ENSG00000116785 +CDS chr1 196793317 196793510 ENST00000391985 protein_coding 7 2 5 CFHR3 ENSG00000116785 +CDS chr1 196793317 196793510 ENST00000367425 protein_coding 9 1 6 CFHR3 ENSG00000116785 +transcript chr1 196819731 196832189 ENST00000320493 protein_coding 10 1 NA CFHR1 ENSG00000244414 +transcript chr1 196819781 196832189 ENST00000367424 protein_coding 4 5 NA CFHR1 ENSG00000244414 +CDS chr1 196819845 196819902 ENST00000320493 protein_coding 10 1 1 CFHR1 ENSG00000244414 +CDS chr1 196819845 196819902 ENST00000367424 protein_coding 4 5 1 CFHR1 ENSG00000244414 +CDS chr1 196825477 196825671 ENST00000320493 protein_coding 10 1 2 CFHR1 ENSG00000244414 +CDS chr1 196825477 196825671 ENST00000367424 protein_coding 4 5 2 CFHR1 ENSG00000244414 +CDS chr1 196826829 196827005 ENST00000320493 protein_coding 10 1 3 CFHR1 ENSG00000244414 +CDS chr1 196826829 196827005 ENST00000367424 protein_coding 4 5 3 CFHR1 ENSG00000244414 +CDS chr1 196828070 196828246 ENST00000320493 protein_coding 10 1 4 CFHR1 ENSG00000244414 +CDS chr1 196830500 196830682 ENST00000320493 protein_coding 10 1 5 CFHR1 ENSG00000244414 +CDS chr1 196830500 196830682 ENST00000367424 protein_coding 4 5 4 CFHR1 ENSG00000244414 +CDS chr1 196831797 196831996 ENST00000320493 protein_coding 10 1 6 CFHR1 ENSG00000244414 +CDS chr1 196831797 196831996 ENST00000367424 protein_coding 4 5 5 CFHR1 ENSG00000244414 +transcript chr1 196888014 196918713 ENST00000367416 protein_coding 6 2 NA CFHR4 ENSG00000134365 +transcript chr1 196888052 196918633 ENST00000608469 protein_coding 6 1 NA CFHR4 ENSG00000134365 +transcript chr1 196888082 196918633 ENST00000251424 protein_coding 8 1 NA CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000367416 protein_coding 6 2 1 CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000608469 protein_coding 6 1 1 CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000251424 protein_coding 8 1 1 CFHR4 ENSG00000134365 +CDS chr1 196902418 196902615 ENST00000608469 protein_coding 6 1 2 CFHR4 ENSG00000134365 +CDS chr1 196902418 196902615 ENST00000251424 protein_coding 8 1 2 CFHR4 ENSG00000134365 +CDS chr1 196902421 196902615 ENST00000367416 protein_coding 6 2 2 CFHR4 ENSG00000134365 +CDS chr1 196905108 196905290 ENST00000367416 protein_coding 6 2 3 CFHR4 ENSG00000134365 +CDS chr1 196905108 196905290 ENST00000608469 protein_coding 6 1 3 CFHR4 ENSG00000134365 +CDS chr1 196906861 196907037 ENST00000367416 protein_coding 6 2 4 CFHR4 ENSG00000134365 +CDS chr1 196906861 196907037 ENST00000608469 protein_coding 6 1 4 CFHR4 ENSG00000134365 +CDS chr1 196907316 196907498 ENST00000367416 protein_coding 6 2 5 CFHR4 ENSG00000134365 +CDS chr1 196907316 196907498 ENST00000608469 protein_coding 6 1 5 CFHR4 ENSG00000134365 +CDS chr1 196910281 196910478 ENST00000367416 protein_coding 6 2 6 CFHR4 ENSG00000134365 +CDS chr1 196910281 196910478 ENST00000608469 protein_coding 6 1 6 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000367416 protein_coding 6 2 7 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000608469 protein_coding 6 1 7 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000251424 protein_coding 8 1 3 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000367416 protein_coding 6 2 8 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000608469 protein_coding 6 1 8 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000251424 protein_coding 8 1 4 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000367416 protein_coding 6 2 9 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000608469 protein_coding 6 1 9 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000251424 protein_coding 8 1 5 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000367416 protein_coding 6 2 10 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000608469 protein_coding 6 1 10 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000251424 protein_coding 8 1 6 CFHR4 ENSG00000134365 +transcript chr1 196943738 196959622 ENST00000367415 protein_coding 8 1 NA CFHR2 ENSG00000080910 +transcript chr1 196943756 196959212 ENST00000367421 protein_coding 5 1 NA CFHR2 ENSG00000080910 +transcript chr1 196943772 196959216 ENST00000649283 protein_coding 1 NA NA CFHR2 ENSG00000080910 +transcript chr1 196943772 196959226 ENST00000476712 protein_coding 6 3 NA CFHR2 ENSG00000080910 +transcript chr1 196943837 196959219 ENST00000496448 protein_coding 6 2 NA CFHR2 ENSG00000080910 +transcript chr1 196943858 196959215 ENST00000473386 protein_coding 1 1 NA CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000367415 protein_coding 8 1 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000367421 protein_coding 5 1 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000649283 protein_coding 1 NA 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000476712 protein_coding 6 3 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000496448 protein_coding 6 2 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000473386 protein_coding 1 1 1 CFHR2 ENSG00000080910 +transcript chr1 196943885 196959106 ENST00000649960 protein_coding 1 NA NA CFHR2 ENSG00000080910 +CDS chr1 196943885 196943938 ENST00000649960 protein_coding 1 NA 1 CFHR2 ENSG00000080910 +CDS chr1 196948299 196948553 ENST00000367421 protein_coding 5 1 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000367415 protein_coding 8 1 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000367421 protein_coding 5 1 3 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000476712 protein_coding 6 3 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000649960 protein_coding 1 NA 2 CFHR2 ENSG00000080910 +CDS chr1 196949617 196949649 ENST00000649283 protein_coding 1 NA 2 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000367415 protein_coding 8 1 3 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000367421 protein_coding 5 1 4 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000649283 protein_coding 1 NA 3 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000496448 protein_coding 6 2 2 CFHR2 ENSG00000080910 +CDS chr1 196950900 196951028 ENST00000476712 protein_coding 6 3 3 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000367415 protein_coding 8 1 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000367421 protein_coding 5 1 5 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000649283 protein_coding 1 NA 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000476712 protein_coding 6 3 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000496448 protein_coding 6 2 3 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000473386 protein_coding 1 1 2 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000649960 protein_coding 1 NA 3 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000367415 protein_coding 8 1 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000367421 protein_coding 5 1 6 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000649283 protein_coding 1 NA 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000476712 protein_coding 6 3 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000496448 protein_coding 6 2 4 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000473386 protein_coding 1 1 3 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000649960 protein_coding 1 NA 4 CFHR2 ENSG00000080910 +transcript chr1 196977556 197009678 ENST00000256785 protein_coding 5 1 NA CFHR5 ENSG00000134389 +CDS chr1 196977665 196977722 ENST00000256785 protein_coding 5 1 1 CFHR5 ENSG00000134389 +CDS chr1 196982885 196983079 ENST00000256785 protein_coding 5 1 2 CFHR5 ENSG00000134389 +CDS chr1 196983961 196984137 ENST00000256785 protein_coding 5 1 3 CFHR5 ENSG00000134389 +CDS chr1 196994080 196994256 ENST00000256785 protein_coding 5 1 4 CFHR5 ENSG00000134389 +CDS chr1 196995717 196995899 ENST00000256785 protein_coding 5 1 5 CFHR5 ENSG00000134389 +CDS chr1 196996022 196996201 ENST00000256785 protein_coding 5 1 6 CFHR5 ENSG00000134389 +CDS chr1 196998128 196998304 ENST00000256785 protein_coding 5 1 7 CFHR5 ENSG00000134389 +CDS chr1 197002482 197002664 ENST00000256785 protein_coding 5 1 8 CFHR5 ENSG00000134389 +CDS chr1 197004661 197004843 ENST00000256785 protein_coding 5 1 9 CFHR5 ENSG00000134389 +CDS chr1 197008487 197008680 ENST00000256785 protein_coding 5 1 10 CFHR5 ENSG00000134389 +transcript chr1 197038741 197055823 ENST00000649282 protein_coding 1 NA NA F13B ENSG00000143278 +transcript chr1 197038741 197067260 ENST00000367412 protein_coding 2 1 NA F13B ENSG00000143278 +CDS chr1 197039381 197039411 ENST00000649282 protein_coding 1 NA 5 F13B ENSG00000143278 +CDS chr1 197039381 197039411 ENST00000367412 protein_coding 2 1 12 F13B ENSG00000143278 +CDS chr1 197040522 197040735 ENST00000649282 protein_coding 1 NA 4 F13B ENSG00000143278 +CDS chr1 197040522 197040735 ENST00000367412 protein_coding 2 1 11 F13B ENSG00000143278 +CDS chr1 197050697 197050879 ENST00000649282 protein_coding 1 NA 3 F13B ENSG00000143278 +CDS chr1 197050697 197050879 ENST00000367412 protein_coding 2 1 10 F13B ENSG00000143278 +CDS chr1 197052634 197052834 ENST00000649282 protein_coding 1 NA 2 F13B ENSG00000143278 +CDS chr1 197052634 197052834 ENST00000367412 protein_coding 2 1 9 F13B ENSG00000143278 +CDS chr1 197055715 197055823 ENST00000649282 protein_coding 1 NA 1 F13B ENSG00000143278 +CDS chr1 197055715 197055897 ENST00000367412 protein_coding 2 1 8 F13B ENSG00000143278 +CDS chr1 197057013 197057198 ENST00000367412 protein_coding 2 1 7 F13B ENSG00000143278 +CDS chr1 197057286 197057465 ENST00000367412 protein_coding 2 1 6 F13B ENSG00000143278 +CDS chr1 197060366 197060542 ENST00000367412 protein_coding 2 1 5 F13B ENSG00000143278 +CDS chr1 197060899 197061075 ENST00000367412 protein_coding 2 1 4 F13B ENSG00000143278 +CDS chr1 197061784 197061969 ENST00000367412 protein_coding 2 1 3 F13B ENSG00000143278 +CDS chr1 197062857 197063057 ENST00000367412 protein_coding 2 1 2 F13B ENSG00000143278 +CDS chr1 197067160 197067223 ENST00000367412 protein_coding 2 1 1 F13B ENSG00000143278 +transcript chr1 197084127 197146669 ENST00000367409 protein_coding 9 1 NA ASPM ENSG00000066279 +transcript chr1 197084127 197146669 ENST00000680265 protein_coding 1 NA NA ASPM ENSG00000066279 +transcript chr1 197084128 197146694 ENST00000294732 protein_coding 11 1 NA ASPM ENSG00000066279 +transcript chr1 197084324 197146437 ENST00000680710 protein_coding 1 NA NA ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000367409 protein_coding 9 1 28 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000680265 protein_coding 1 NA 29 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000294732 protein_coding 11 1 27 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000680710 protein_coding 1 NA 28 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000367409 protein_coding 9 1 27 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000680265 protein_coding 1 NA 28 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000294732 protein_coding 11 1 26 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000680710 protein_coding 1 NA 27 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000367409 protein_coding 9 1 26 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000680265 protein_coding 1 NA 27 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000294732 protein_coding 11 1 25 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000680710 protein_coding 1 NA 26 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000367409 protein_coding 9 1 25 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000680265 protein_coding 1 NA 26 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000294732 protein_coding 11 1 24 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000680710 protein_coding 1 NA 25 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000367409 protein_coding 9 1 24 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000680265 protein_coding 1 NA 25 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000294732 protein_coding 11 1 23 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000680710 protein_coding 1 NA 24 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000367409 protein_coding 9 1 23 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000680265 protein_coding 1 NA 24 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000294732 protein_coding 11 1 22 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000680710 protein_coding 1 NA 23 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000367409 protein_coding 9 1 22 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000680265 protein_coding 1 NA 23 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000294732 protein_coding 11 1 21 ASPM ENSG00000066279 +CDS chr1 197091931 197092056 ENST00000680710 protein_coding 1 NA 22 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000367409 protein_coding 9 1 21 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000680265 protein_coding 1 NA 22 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000294732 protein_coding 11 1 20 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000680710 protein_coding 1 NA 21 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000367409 protein_coding 9 1 20 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000680265 protein_coding 1 NA 21 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000294732 protein_coding 11 1 19 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000680710 protein_coding 1 NA 20 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000367409 protein_coding 9 1 19 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000680265 protein_coding 1 NA 20 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000294732 protein_coding 11 1 18 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000680710 protein_coding 1 NA 19 ASPM ENSG00000066279 +CDS chr1 197097282 197097503 ENST00000680265 protein_coding 1 NA 19 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000367409 protein_coding 9 1 18 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000680265 protein_coding 1 NA 18 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000680710 protein_coding 1 NA 18 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000367409 protein_coding 9 1 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000680265 protein_coding 1 NA 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000294732 protein_coding 11 1 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000680710 protein_coding 1 NA 17 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000367409 protein_coding 9 1 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000680265 protein_coding 1 NA 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000294732 protein_coding 11 1 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000680710 protein_coding 1 NA 16 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000367409 protein_coding 9 1 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000680265 protein_coding 1 NA 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000294732 protein_coding 11 1 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000680710 protein_coding 1 NA 15 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000367409 protein_coding 9 1 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000680265 protein_coding 1 NA 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000294732 protein_coding 11 1 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000680710 protein_coding 1 NA 14 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000367409 protein_coding 9 1 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000680265 protein_coding 1 NA 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000294732 protein_coding 11 1 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000680710 protein_coding 1 NA 13 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000367409 protein_coding 9 1 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000680265 protein_coding 1 NA 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000294732 protein_coding 11 1 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000680710 protein_coding 1 NA 12 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000367409 protein_coding 9 1 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000680265 protein_coding 1 NA 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000294732 protein_coding 11 1 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000680710 protein_coding 1 NA 11 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000367409 protein_coding 9 1 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000680265 protein_coding 1 NA 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000294732 protein_coding 11 1 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000680710 protein_coding 1 NA 10 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000367409 protein_coding 9 1 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000680265 protein_coding 1 NA 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000294732 protein_coding 11 1 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000680710 protein_coding 1 NA 9 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000367409 protein_coding 9 1 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000680265 protein_coding 1 NA 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000294732 protein_coding 11 1 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000680710 protein_coding 1 NA 8 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000367409 protein_coding 9 1 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000680265 protein_coding 1 NA 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000294732 protein_coding 11 1 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000680710 protein_coding 1 NA 7 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000367409 protein_coding 9 1 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000680265 protein_coding 1 NA 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000294732 protein_coding 11 1 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000680710 protein_coding 1 NA 6 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000367409 protein_coding 9 1 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000680265 protein_coding 1 NA 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000294732 protein_coding 11 1 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000680710 protein_coding 1 NA 5 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000367409 protein_coding 9 1 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000680265 protein_coding 1 NA 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000294732 protein_coding 11 1 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000680710 protein_coding 1 NA 4 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000367409 protein_coding 9 1 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000680265 protein_coding 1 NA 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000294732 protein_coding 11 1 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000680710 protein_coding 1 NA 3 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000367409 protein_coding 9 1 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000680265 protein_coding 1 NA 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000294732 protein_coding 11 1 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000680710 protein_coding 1 NA 2 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000367409 protein_coding 9 1 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000680265 protein_coding 1 NA 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000294732 protein_coding 11 1 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000680710 protein_coding 1 NA 1 ASPM ENSG00000066279 +transcript chr1 197153682 197201293 ENST00000367405 protein_coding 5 1 NA ZBTB41 ENSG00000177888 +CDS chr1 197159362 197160014 ENST00000367405 protein_coding 5 1 11 ZBTB41 ENSG00000177888 +CDS chr1 197172160 197172248 ENST00000367405 protein_coding 5 1 10 ZBTB41 ENSG00000177888 +CDS chr1 197175010 197175115 ENST00000367405 protein_coding 5 1 9 ZBTB41 ENSG00000177888 +CDS chr1 197176564 197176670 ENST00000367405 protein_coding 5 1 8 ZBTB41 ENSG00000177888 +CDS chr1 197178417 197178512 ENST00000367405 protein_coding 5 1 7 ZBTB41 ENSG00000177888 +CDS chr1 197180988 197181117 ENST00000367405 protein_coding 5 1 6 ZBTB41 ENSG00000177888 +CDS chr1 197188292 197188439 ENST00000367405 protein_coding 5 1 5 ZBTB41 ENSG00000177888 +CDS chr1 197190762 197190831 ENST00000367405 protein_coding 5 1 4 ZBTB41 ENSG00000177888 +CDS chr1 197191692 197191899 ENST00000367405 protein_coding 5 1 3 ZBTB41 ENSG00000177888 +CDS chr1 197199354 197200473 ENST00000367405 protein_coding 5 1 2 ZBTB41 ENSG00000177888 +transcript chr1 197268204 197478454 ENST00000535699 protein_coding 5 5 NA CRB1 ENSG00000134376 +transcript chr1 197268204 197478454 ENST00000538660 protein_coding 5 2 NA CRB1 ENSG00000134376 +transcript chr1 197268252 197478455 ENST00000367400 protein_coding 8 1 NA CRB1 ENSG00000134376 +transcript chr1 197268278 197442500 ENST00000638467 protein_coding 1 1 NA CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000538660 protein_coding 5 2 1 CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000367400 protein_coding 8 1 1 CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000638467 protein_coding 1 1 1 CRB1 ENSG00000134376 +transcript chr1 197268413 197477879 ENST00000367399 protein_coding 6 1 NA CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000367399 protein_coding 6 1 1 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000538660 protein_coding 5 2 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000367400 protein_coding 8 1 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000638467 protein_coding 1 1 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000367399 protein_coding 6 1 2 CRB1 ENSG00000134376 +CDS chr1 197328559 197329003 ENST00000535699 protein_coding 5 5 2 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000535699 protein_coding 5 5 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000538660 protein_coding 5 2 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000367400 protein_coding 8 1 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000638467 protein_coding 1 1 3 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000535699 protein_coding 5 5 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000538660 protein_coding 5 2 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000367400 protein_coding 8 1 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000638467 protein_coding 1 1 4 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000535699 protein_coding 5 5 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000538660 protein_coding 5 2 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000367400 protein_coding 8 1 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000638467 protein_coding 1 1 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000367399 protein_coding 6 1 3 CRB1 ENSG00000134376 +transcript chr1 197413829 197444819 ENST00000367397 protein_coding 1 2 NA CRB1 ENSG00000134376 +transcript chr1 197413849 197442513 ENST00000681519 protein_coding 1 NA NA CRB1 ENSG00000134376 +CDS chr1 197413949 197414000 ENST00000681519 protein_coding 1 NA 1 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000535699 protein_coding 5 5 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000538660 protein_coding 5 2 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000367400 protein_coding 8 1 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000638467 protein_coding 1 1 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000367399 protein_coding 6 1 4 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000681519 protein_coding 1 NA 2 CRB1 ENSG00000134376 +CDS chr1 197421686 197421956 ENST00000367397 protein_coding 1 2 2 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000535699 protein_coding 5 5 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367400 protein_coding 8 1 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000638467 protein_coding 1 1 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367399 protein_coding 6 1 5 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367397 protein_coding 1 2 3 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000681519 protein_coding 1 NA 3 CRB1 ENSG00000134376 +CDS chr1 197428974 197429108 ENST00000535699 protein_coding 5 5 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000535699 protein_coding 5 5 9 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367400 protein_coding 8 1 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000638467 protein_coding 1 1 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367399 protein_coding 6 1 6 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367397 protein_coding 1 2 4 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000681519 protein_coding 1 NA 4 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000535699 protein_coding 5 5 10 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367400 protein_coding 8 1 9 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000638467 protein_coding 1 1 9 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367399 protein_coding 6 1 7 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367397 protein_coding 1 2 5 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000681519 protein_coding 1 NA 5 CRB1 ENSG00000134376 +CDS chr1 197435600 197435612 ENST00000538660 protein_coding 5 2 7 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000535699 protein_coding 5 5 11 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000538660 protein_coding 5 2 8 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000367400 protein_coding 8 1 10 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000638467 protein_coding 1 1 10 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000367399 protein_coding 6 1 8 CRB1 ENSG00000134376 +CDS chr1 197438547 197438676 ENST00000367397 protein_coding 1 2 6 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000681519 protein_coding 1 NA 6 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000535699 protein_coding 5 5 12 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000538660 protein_coding 5 2 9 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000367400 protein_coding 8 1 11 CRB1 ENSG00000134376 +CDS chr1 197442166 197442415 ENST00000638467 protein_coding 1 1 11 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000367399 protein_coding 6 1 9 CRB1 ENSG00000134376 +CDS chr1 197442166 197442415 ENST00000681519 protein_coding 1 NA 7 CRB1 ENSG00000134376 +transcript chr1 197442170 197478455 ENST00000448952 protein_coding 1 1 NA CRB1 ENSG00000134376 +CDS chr1 197442170 197442292 ENST00000448952 protein_coding 1 1 1 CRB1 ENSG00000134376 +CDS chr1 197477548 197477550 ENST00000448952 protein_coding 1 1 2 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000535699 protein_coding 5 5 13 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000538660 protein_coding 5 2 10 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000367400 protein_coding 8 1 12 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000367399 protein_coding 6 1 10 CRB1 ENSG00000134376 +transcript chr1 197504748 197775480 ENST00000620048 protein_coding 6 5 NA DENND1B ENSG00000213047 +CDS chr1 197510463 197510972 ENST00000620048 protein_coding 6 5 23 DENND1B ENSG00000213047 +CDS chr1 197511728 197511944 ENST00000620048 protein_coding 6 5 22 DENND1B ENSG00000213047 +CDS chr1 197512871 197512953 ENST00000620048 protein_coding 6 5 21 DENND1B ENSG00000213047 +CDS chr1 197539964 197540071 ENST00000620048 protein_coding 6 5 20 DENND1B ENSG00000213047 +CDS chr1 197540959 197541015 ENST00000620048 protein_coding 6 5 19 DENND1B ENSG00000213047 +CDS chr1 197545922 197545990 ENST00000620048 protein_coding 6 5 18 DENND1B ENSG00000213047 +CDS chr1 197546733 197546773 ENST00000620048 protein_coding 6 5 17 DENND1B ENSG00000213047 +transcript chr1 197552255 197775192 ENST00000235453 protein_coding 8 1 NA DENND1B ENSG00000213047 +transcript chr1 197552255 197775325 ENST00000367396 protein_coding 7 1 NA DENND1B ENSG00000213047 +CDS chr1 197552984 197553112 ENST00000235453 protein_coding 8 1 16 DENND1B ENSG00000213047 +CDS chr1 197552984 197553112 ENST00000367396 protein_coding 7 1 16 DENND1B ENSG00000213047 +CDS chr1 197553022 197553112 ENST00000620048 protein_coding 6 5 16 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000620048 protein_coding 6 5 15 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000235453 protein_coding 8 1 15 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000367396 protein_coding 7 1 15 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000620048 protein_coding 6 5 14 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000235453 protein_coding 8 1 14 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000367396 protein_coding 7 1 14 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000620048 protein_coding 6 5 13 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000235453 protein_coding 8 1 13 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000367396 protein_coding 7 1 13 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000620048 protein_coding 6 5 12 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000235453 protein_coding 8 1 12 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000367396 protein_coding 7 1 12 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000620048 protein_coding 6 5 11 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000235453 protein_coding 8 1 11 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000367396 protein_coding 7 1 11 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000620048 protein_coding 6 5 10 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000235453 protein_coding 8 1 10 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000367396 protein_coding 7 1 10 DENND1B ENSG00000213047 +transcript chr1 197642773 197775633 ENST00000422998 protein_coding 1 3 NA DENND1B ENSG00000213047 +CDS chr1 197642773 197642821 ENST00000422998 protein_coding 1 3 8 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000620048 protein_coding 6 5 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000235453 protein_coding 8 1 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000367396 protein_coding 7 1 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000422998 protein_coding 1 3 7 DENND1B ENSG00000213047 +CDS chr1 197647055 197647114 ENST00000620048 protein_coding 6 5 8 DENND1B ENSG00000213047 +CDS chr1 197647055 197647114 ENST00000367396 protein_coding 7 1 8 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000620048 protein_coding 6 5 7 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000235453 protein_coding 8 1 8 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000367396 protein_coding 7 1 7 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000422998 protein_coding 1 3 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000620048 protein_coding 6 5 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000235453 protein_coding 8 1 7 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000367396 protein_coding 7 1 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000422998 protein_coding 1 3 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000620048 protein_coding 6 5 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000235453 protein_coding 8 1 6 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000367396 protein_coding 7 1 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000422998 protein_coding 1 3 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000620048 protein_coding 6 5 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000235453 protein_coding 8 1 5 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000367396 protein_coding 7 1 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000422998 protein_coding 1 3 3 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000620048 protein_coding 6 5 3 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000235453 protein_coding 8 1 4 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000367396 protein_coding 7 1 3 DENND1B ENSG00000213047 +CDS chr1 197735586 197735637 ENST00000235453 protein_coding 8 1 3 DENND1B ENSG00000213047 +CDS chr1 197772868 197772932 ENST00000620048 protein_coding 6 5 2 DENND1B ENSG00000213047 +CDS chr1 197772868 197772932 ENST00000367396 protein_coding 7 1 2 DENND1B ENSG00000213047 +CDS chr1 197772868 197772885 ENST00000422998 protein_coding 1 3 2 DENND1B ENSG00000213047 +CDS chr1 197775139 197775155 ENST00000620048 protein_coding 6 5 1 DENND1B ENSG00000213047 +CDS chr1 197775139 197775155 ENST00000367396 protein_coding 7 1 1 DENND1B ENSG00000213047 +transcript chr1 197902630 197907362 ENST00000367393 protein_coding 8 1 NA C1orf53 ENSG00000203724 +CDS chr1 197902650 197902913 ENST00000367393 protein_coding 8 1 1 C1orf53 ENSG00000203724 +transcript chr1 197902778 197907367 ENST00000436652 protein_coding 1 3 NA C1orf53 ENSG00000203724 +CDS chr1 197902778 197902850 ENST00000436652 protein_coding 1 3 1 C1orf53 ENSG00000203724 +CDS chr1 197905796 197905897 ENST00000367393 protein_coding 8 1 2 C1orf53 ENSG00000203724 +CDS chr1 197905796 197905897 ENST00000436652 protein_coding 1 3 2 C1orf53 ENSG00000203724 +CDS chr1 197907149 197907217 ENST00000367393 protein_coding 8 1 3 C1orf53 ENSG00000203724 +CDS chr1 197907149 197907217 ENST00000436652 protein_coding 1 3 3 C1orf53 ENSG00000203724 +transcript chr1 197911902 197917991 ENST00000606127 protein_coding 2 3 NA LHX9 ENSG00000143355 +transcript chr1 197912488 197917959 ENST00000475727 protein_coding 1 1 NA LHX9 ENSG00000143355 +transcript chr1 197912491 197932591 ENST00000367391 protein_coding 5 5 NA LHX9 ENSG00000143355 +transcript chr1 197912505 197935478 ENST00000367390 protein_coding 7 1 NA LHX9 ENSG00000143355 +CDS chr1 197912532 197912559 ENST00000367391 protein_coding 5 5 1 LHX9 ENSG00000143355 +CDS chr1 197912532 197912559 ENST00000367390 protein_coding 7 1 1 LHX9 ENSG00000143355 +transcript chr1 197915837 197932266 ENST00000561173 protein_coding 5 5 NA LHX9 ENSG00000143355 +CDS chr1 197916679 197916751 ENST00000561173 protein_coding 5 5 1 LHX9 ENSG00000143355 +transcript chr1 197917355 197918766 ENST00000367388 protein_coding 4 2 NA LHX9 ENSG00000143355 +transcript chr1 197917372 197935478 ENST00000367387 protein_coding 6 1 NA LHX9 ENSG00000143355 +CDS chr1 197917824 197917997 ENST00000367387 protein_coding 6 1 1 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000367391 protein_coding 5 5 2 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000367390 protein_coding 7 1 2 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000561173 protein_coding 5 5 2 LHX9 ENSG00000143355 +CDS chr1 197917881 197917991 ENST00000606127 protein_coding 2 3 4 LHX9 ENSG00000143355 +CDS chr1 197917881 197917959 ENST00000475727 protein_coding 1 1 3 LHX9 ENSG00000143355 +CDS chr1 197917881 197917997 ENST00000367388 protein_coding 4 2 2 LHX9 ENSG00000143355 +CDS chr1 197918316 197918360 ENST00000367388 protein_coding 4 2 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367391 protein_coding 5 5 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367390 protein_coding 7 1 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000561173 protein_coding 5 5 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367387 protein_coding 6 1 2 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367391 protein_coding 5 5 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367390 protein_coding 7 1 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000561173 protein_coding 5 5 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367387 protein_coding 6 1 3 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367391 protein_coding 5 5 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367390 protein_coding 7 1 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000561173 protein_coding 5 5 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367387 protein_coding 6 1 4 LHX9 ENSG00000143355 +CDS chr1 197929002 197929256 ENST00000367390 protein_coding 7 1 6 LHX9 ENSG00000143355 +CDS chr1 197929002 197929256 ENST00000367387 protein_coding 6 1 5 LHX9 ENSG00000143355 +CDS chr1 197931919 197931972 ENST00000367391 protein_coding 5 5 6 LHX9 ENSG00000143355 +CDS chr1 197931919 197931972 ENST00000561173 protein_coding 5 5 6 LHX9 ENSG00000143355 +transcript chr1 198156994 198253078 ENST00000442588 protein_coding 5 5 NA NEK7 ENSG00000151414 +transcript chr1 198156998 198322420 ENST00000367385 protein_coding 9 5 NA NEK7 ENSG00000151414 +transcript chr1 198156998 198319522 ENST00000538004 protein_coding 5 1 NA NEK7 ENSG00000151414 +transcript chr1 198157121 198256531 ENST00000367383 protein_coding 5 2 NA NEK7 ENSG00000151414 +transcript chr1 198206874 198253168 ENST00000544035 protein_coding 5 5 NA NEK7 ENSG00000151414 +transcript chr1 198220799 198262623 ENST00000391974 protein_coding 3 3 NA NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000367385 protein_coding 9 5 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000442588 protein_coding 5 5 3 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000538004 protein_coding 5 1 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000367383 protein_coding 5 2 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000544035 protein_coding 5 5 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000391974 protein_coding 3 3 2 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000367385 protein_coding 9 5 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253078 ENST00000442588 protein_coding 5 5 4 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000538004 protein_coding 5 1 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000367383 protein_coding 5 2 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253168 ENST00000544035 protein_coding 5 5 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000391974 protein_coding 3 3 3 NEK7 ENSG00000151414 +CDS chr1 198256328 198256486 ENST00000367383 protein_coding 5 2 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262637 ENST00000367385 protein_coding 9 5 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262637 ENST00000538004 protein_coding 5 1 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262623 ENST00000391974 protein_coding 3 3 4 NEK7 ENSG00000151414 +CDS chr1 198264125 198264235 ENST00000367385 protein_coding 9 5 5 NEK7 ENSG00000151414 +CDS chr1 198264125 198264235 ENST00000538004 protein_coding 5 1 5 NEK7 ENSG00000151414 +CDS chr1 198277961 198278069 ENST00000367385 protein_coding 9 5 6 NEK7 ENSG00000151414 +CDS chr1 198277961 198278069 ENST00000538004 protein_coding 5 1 6 NEK7 ENSG00000151414 +CDS chr1 198278954 198279061 ENST00000367385 protein_coding 9 5 7 NEK7 ENSG00000151414 +CDS chr1 198278954 198279061 ENST00000538004 protein_coding 5 1 7 NEK7 ENSG00000151414 +CDS chr1 198292945 198293039 ENST00000367385 protein_coding 9 5 8 NEK7 ENSG00000151414 +CDS chr1 198292945 198293039 ENST00000538004 protein_coding 5 1 8 NEK7 ENSG00000151414 +CDS chr1 198297127 198297240 ENST00000367385 protein_coding 9 5 9 NEK7 ENSG00000151414 +CDS chr1 198297127 198297240 ENST00000538004 protein_coding 5 1 9 NEK7 ENSG00000151414 +CDS chr1 198319412 198319519 ENST00000367385 protein_coding 9 5 10 NEK7 ENSG00000151414 +CDS chr1 198319412 198319519 ENST00000538004 protein_coding 5 1 10 NEK7 ENSG00000151414 +transcript chr1 198523222 198540680 ENST00000367382 protein_coding 6 1 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523222 198540945 ENST00000309309 protein_coding 11 5 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523224 198540945 ENST00000281087 protein_coding 6 5 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523341 198540674 ENST00000489986 protein_coding 1 1 NA ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000367382 protein_coding 6 1 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000489986 protein_coding 1 1 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000281087 protein_coding 6 5 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000367382 protein_coding 6 1 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000489986 protein_coding 1 1 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000281087 protein_coding 6 5 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198529133 198529181 ENST00000309309 protein_coding 11 5 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198536679 198536724 ENST00000309309 protein_coding 11 5 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198536679 198536696 ENST00000489986 protein_coding 1 1 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000367382 protein_coding 6 1 1 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000309309 protein_coding 11 5 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000489986 protein_coding 1 1 1 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000281087 protein_coding 6 5 2 ATP6V1G3 ENSG00000151418 +transcript chr1 198638457 198708157 ENST00000367379 protein_coding 6 5 NA PTPRC ENSG00000081237 +transcript chr1 198638723 198706875 ENST00000643513 protein_coding 1 NA NA PTPRC ENSG00000081237 +transcript chr1 198638968 198757283 ENST00000348564 protein_coding 11 1 NA PTPRC ENSG00000081237 +transcript chr1 198639019 198732556 ENST00000530727 protein_coding 5 1 NA PTPRC ENSG00000081237 +transcript chr1 198639040 198757476 ENST00000442510 protein_coding 8 1 NA PTPRC ENSG00000081237 +transcript chr1 198639046 198704485 ENST00000645247 protein_coding 1 NA NA PTPRC ENSG00000081237 +transcript chr1 198639095 198735252 ENST00000367367 protein_coding 8 2 NA PTPRC ENSG00000081237 +transcript chr1 198639097 198693206 ENST00000367364 protein_coding 5 1 NA PTPRC ENSG00000081237 +transcript chr1 198639097 198695171 ENST00000413409 protein_coding 6 1 NA PTPRC ENSG00000081237 +transcript chr1 198639162 198699620 ENST00000418674 protein_coding 1 2 NA PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367379 protein_coding 6 5 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000643513 protein_coding 1 NA 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000348564 protein_coding 11 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000442510 protein_coding 8 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000530727 protein_coding 5 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000645247 protein_coding 1 NA 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367367 protein_coding 8 2 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367364 protein_coding 5 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000413409 protein_coding 6 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000418674 protein_coding 1 2 1 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000367379 protein_coding 6 5 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000643513 protein_coding 1 NA 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000348564 protein_coding 11 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000442510 protein_coding 8 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000530727 protein_coding 5 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000645247 protein_coding 1 NA 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000367367 protein_coding 8 2 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692381 ENST00000367364 protein_coding 5 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000413409 protein_coding 6 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000418674 protein_coding 1 2 2 PTPRC ENSG00000081237 +CDS chr1 198694018 198694140 ENST00000645247 protein_coding 1 NA 4 PTPRC ENSG00000081237 +CDS chr1 198694018 198694178 ENST00000413409 protein_coding 6 1 4 PTPRC ENSG00000081237 +CDS chr1 198696712 198696909 ENST00000442510 protein_coding 8 1 4 PTPRC ENSG00000081237 +CDS chr1 198696712 198696909 ENST00000418674 protein_coding 1 2 3 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000643513 protein_coding 1 NA 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000442510 protein_coding 8 1 5 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000530727 protein_coding 5 1 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000645247 protein_coding 1 NA 5 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000367367 protein_coding 8 2 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699620 ENST00000418674 protein_coding 1 2 4 PTPRC ENSG00000081237 +CDS chr1 198702387 198702530 ENST00000442510 protein_coding 8 1 6 PTPRC ENSG00000081237 +CDS chr1 198702387 198702530 ENST00000367367 protein_coding 8 2 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000367379 protein_coding 6 5 4 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000643513 protein_coding 1 NA 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000348564 protein_coding 11 1 4 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000442510 protein_coding 8 1 7 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000530727 protein_coding 5 1 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000645247 protein_coding 1 NA 6 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000367367 protein_coding 8 2 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000367379 protein_coding 6 5 5 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000643513 protein_coding 1 NA 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000348564 protein_coding 11 1 5 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000442510 protein_coding 8 1 8 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000530727 protein_coding 5 1 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704485 ENST00000645247 protein_coding 1 NA 7 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000367367 protein_coding 8 2 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000367379 protein_coding 6 5 6 PTPRC ENSG00000081237 +CDS chr1 198706734 198706875 ENST00000643513 protein_coding 1 NA 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000348564 protein_coding 11 1 6 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000442510 protein_coding 8 1 9 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000530727 protein_coding 5 1 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000367367 protein_coding 8 2 8 PTPRC ENSG00000081237 +CDS chr1 198708133 198708157 ENST00000367379 protein_coding 6 5 7 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000348564 protein_coding 11 1 7 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000442510 protein_coding 8 1 10 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000530727 protein_coding 5 1 8 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000367367 protein_coding 8 2 9 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000348564 protein_coding 11 1 8 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000442510 protein_coding 8 1 11 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000530727 protein_coding 5 1 9 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000367367 protein_coding 8 2 10 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000348564 protein_coding 11 1 9 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000442510 protein_coding 8 1 12 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000530727 protein_coding 5 1 10 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000367367 protein_coding 8 2 11 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000348564 protein_coding 11 1 10 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000442510 protein_coding 8 1 13 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000530727 protein_coding 5 1 11 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000367367 protein_coding 8 2 12 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000348564 protein_coding 11 1 11 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000442510 protein_coding 8 1 14 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000530727 protein_coding 5 1 12 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000367367 protein_coding 8 2 13 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000348564 protein_coding 11 1 12 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000442510 protein_coding 8 1 15 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000530727 protein_coding 5 1 13 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000367367 protein_coding 8 2 14 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000348564 protein_coding 11 1 13 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000442510 protein_coding 8 1 16 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000530727 protein_coding 5 1 14 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000367367 protein_coding 8 2 15 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000348564 protein_coding 11 1 14 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000442510 protein_coding 8 1 17 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000530727 protein_coding 5 1 15 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000367367 protein_coding 8 2 16 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000348564 protein_coding 11 1 15 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000442510 protein_coding 8 1 18 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000530727 protein_coding 5 1 16 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000367367 protein_coding 8 2 17 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000348564 protein_coding 11 1 16 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000442510 protein_coding 8 1 19 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000530727 protein_coding 5 1 17 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000367367 protein_coding 8 2 18 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000348564 protein_coding 11 1 17 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000442510 protein_coding 8 1 20 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000530727 protein_coding 5 1 18 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000367367 protein_coding 8 2 19 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000348564 protein_coding 11 1 18 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000442510 protein_coding 8 1 21 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000367367 protein_coding 8 2 20 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000348564 protein_coding 11 1 19 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000442510 protein_coding 8 1 22 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000367367 protein_coding 8 2 21 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000348564 protein_coding 11 1 20 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000442510 protein_coding 8 1 23 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000367367 protein_coding 8 2 22 PTPRC ENSG00000081237 +CDS chr1 198741869 198742026 ENST00000348564 protein_coding 11 1 21 PTPRC ENSG00000081237 +CDS chr1 198741869 198742026 ENST00000442510 protein_coding 8 1 24 PTPRC ENSG00000081237 +CDS chr1 198742232 198742367 ENST00000348564 protein_coding 11 1 22 PTPRC ENSG00000081237 +CDS chr1 198742232 198742367 ENST00000442510 protein_coding 8 1 25 PTPRC ENSG00000081237 +CDS chr1 198744054 198744203 ENST00000348564 protein_coding 11 1 23 PTPRC ENSG00000081237 +CDS chr1 198744054 198744203 ENST00000442510 protein_coding 8 1 26 PTPRC ENSG00000081237 +CDS chr1 198748109 198748199 ENST00000348564 protein_coding 11 1 24 PTPRC ENSG00000081237 +CDS chr1 198748109 198748199 ENST00000442510 protein_coding 8 1 27 PTPRC ENSG00000081237 +CDS chr1 198749416 198749549 ENST00000348564 protein_coding 11 1 25 PTPRC ENSG00000081237 +CDS chr1 198749416 198749549 ENST00000442510 protein_coding 8 1 28 PTPRC ENSG00000081237 +CDS chr1 198750492 198750626 ENST00000348564 protein_coding 11 1 26 PTPRC ENSG00000081237 +CDS chr1 198750492 198750626 ENST00000442510 protein_coding 8 1 29 PTPRC ENSG00000081237 +CDS chr1 198752249 198752371 ENST00000348564 protein_coding 11 1 27 PTPRC ENSG00000081237 +CDS chr1 198752249 198752371 ENST00000442510 protein_coding 8 1 30 PTPRC ENSG00000081237 +CDS chr1 198752594 198752772 ENST00000348564 protein_coding 11 1 28 PTPRC ENSG00000081237 +CDS chr1 198752594 198752772 ENST00000442510 protein_coding 8 1 31 PTPRC ENSG00000081237 +CDS chr1 198754269 198754404 ENST00000348564 protein_coding 11 1 29 PTPRC ENSG00000081237 +CDS chr1 198754269 198754404 ENST00000442510 protein_coding 8 1 32 PTPRC ENSG00000081237 +CDS chr1 198755906 198756178 ENST00000348564 protein_coding 11 1 30 PTPRC ENSG00000081237 +CDS chr1 198755906 198756178 ENST00000442510 protein_coding 8 1 33 PTPRC ENSG00000081237 +transcript chr1 200027614 200175603 ENST00000236914 protein_coding 7 1 NA NR5A2 ENSG00000116833 +transcript chr1 200027710 200177415 ENST00000367362 protein_coding 8 1 NA NR5A2 ENSG00000116833 +CDS chr1 200027848 200027911 ENST00000367362 protein_coding 8 1 1 NR5A2 ENSG00000116833 +CDS chr1 200027848 200027911 ENST00000236914 protein_coding 7 1 1 NR5A2 ENSG00000116833 +transcript chr1 200027883 200039769 ENST00000447034 protein_coding 1 1 NA NR5A2 ENSG00000116833 +CDS chr1 200027883 200027911 ENST00000447034 protein_coding 1 1 1 NR5A2 ENSG00000116833 +CDS chr1 200038701 200038772 ENST00000447034 protein_coding 1 1 2 NR5A2 ENSG00000116833 +CDS chr1 200039658 200039795 ENST00000367362 protein_coding 8 1 2 NR5A2 ENSG00000116833 +CDS chr1 200039658 200039769 ENST00000447034 protein_coding 1 1 3 NR5A2 ENSG00000116833 +transcript chr1 200042825 200177420 ENST00000544748 protein_coding 5 2 NA NR5A2 ENSG00000116833 +CDS chr1 200043774 200043892 ENST00000367362 protein_coding 8 1 3 NR5A2 ENSG00000116833 +CDS chr1 200043774 200043892 ENST00000236914 protein_coding 7 1 2 NR5A2 ENSG00000116833 +CDS chr1 200043788 200043892 ENST00000544748 protein_coding 5 2 2 NR5A2 ENSG00000116833 +transcript chr1 200043810 200058424 ENST00000367357 protein_coding 3 1 NA NR5A2 ENSG00000116833 +CDS chr1 200043810 200043892 ENST00000367357 protein_coding 3 1 1 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000367362 protein_coding 8 1 4 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000236914 protein_coding 7 1 3 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000367357 protein_coding 3 1 2 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000544748 protein_coding 5 2 3 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000367362 protein_coding 8 1 5 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000236914 protein_coding 7 1 4 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000367357 protein_coding 3 1 3 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000544748 protein_coding 5 2 4 NR5A2 ENSG00000116833 +CDS chr1 200057504 200057761 ENST00000367357 protein_coding 3 1 4 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000367362 protein_coding 8 1 6 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000236914 protein_coding 7 1 5 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000544748 protein_coding 5 2 5 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000367362 protein_coding 8 1 7 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000236914 protein_coding 7 1 6 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000544748 protein_coding 5 2 6 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000367362 protein_coding 8 1 8 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000236914 protein_coding 7 1 7 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000544748 protein_coding 5 2 7 NR5A2 ENSG00000116833 +transcript chr1 200404940 200410056 ENST00000294740 protein_coding 3 1 NA ZNF281 ENSG00000162702 +transcript chr1 200404951 200410036 ENST00000367353 protein_coding 2 1 NA ZNF281 ENSG00000162702 +transcript chr1 200406730 200409992 ENST00000367352 protein_coding 3 2 NA ZNF281 ENSG00000162702 +CDS chr1 200407021 200409705 ENST00000294740 protein_coding 3 1 2 ZNF281 ENSG00000162702 +CDS chr1 200407021 200409705 ENST00000367353 protein_coding 2 1 2 ZNF281 ENSG00000162702 +CDS chr1 200407021 200409452 ENST00000367352 protein_coding 3 2 3 ZNF281 ENSG00000162702 +CDS chr1 200409561 200409705 ENST00000367352 protein_coding 3 2 2 ZNF281 ENSG00000162702 +transcript chr1 200551497 200618723 ENST00000614960 protein_coding 4 1 NA KIF14 ENSG00000118193 +transcript chr1 200551500 200620751 ENST00000367350 protein_coding 5 2 NA KIF14 ENSG00000118193 +CDS chr1 200553391 200553767 ENST00000367350 protein_coding 5 2 30 KIF14 ENSG00000118193 +CDS chr1 200553391 200553767 ENST00000614960 protein_coding 4 1 29 KIF14 ENSG00000118193 +CDS chr1 200554468 200554606 ENST00000367350 protein_coding 5 2 29 KIF14 ENSG00000118193 +CDS chr1 200554468 200554606 ENST00000614960 protein_coding 4 1 28 KIF14 ENSG00000118193 +CDS chr1 200555380 200555454 ENST00000367350 protein_coding 5 2 28 KIF14 ENSG00000118193 +CDS chr1 200555380 200555454 ENST00000614960 protein_coding 4 1 27 KIF14 ENSG00000118193 +CDS chr1 200559330 200559452 ENST00000367350 protein_coding 5 2 27 KIF14 ENSG00000118193 +CDS chr1 200559330 200559452 ENST00000614960 protein_coding 4 1 26 KIF14 ENSG00000118193 +CDS chr1 200560722 200560880 ENST00000367350 protein_coding 5 2 26 KIF14 ENSG00000118193 +CDS chr1 200560722 200560880 ENST00000614960 protein_coding 4 1 25 KIF14 ENSG00000118193 +CDS chr1 200565069 200565253 ENST00000367350 protein_coding 5 2 25 KIF14 ENSG00000118193 +CDS chr1 200565069 200565253 ENST00000614960 protein_coding 4 1 24 KIF14 ENSG00000118193 +CDS chr1 200565445 200565669 ENST00000367350 protein_coding 5 2 24 KIF14 ENSG00000118193 +CDS chr1 200565445 200565669 ENST00000614960 protein_coding 4 1 23 KIF14 ENSG00000118193 +CDS chr1 200569911 200570005 ENST00000367350 protein_coding 5 2 23 KIF14 ENSG00000118193 +CDS chr1 200569911 200570005 ENST00000614960 protein_coding 4 1 22 KIF14 ENSG00000118193 +CDS chr1 200575591 200575691 ENST00000367350 protein_coding 5 2 22 KIF14 ENSG00000118193 +CDS chr1 200575591 200575691 ENST00000614960 protein_coding 4 1 21 KIF14 ENSG00000118193 +CDS chr1 200580254 200580383 ENST00000367350 protein_coding 5 2 21 KIF14 ENSG00000118193 +CDS chr1 200580254 200580383 ENST00000614960 protein_coding 4 1 20 KIF14 ENSG00000118193 +CDS chr1 200581201 200581294 ENST00000367350 protein_coding 5 2 20 KIF14 ENSG00000118193 +CDS chr1 200581201 200581294 ENST00000614960 protein_coding 4 1 19 KIF14 ENSG00000118193 +CDS chr1 200586101 200586227 ENST00000367350 protein_coding 5 2 19 KIF14 ENSG00000118193 +CDS chr1 200586101 200586227 ENST00000614960 protein_coding 4 1 18 KIF14 ENSG00000118193 +CDS chr1 200589217 200589369 ENST00000367350 protein_coding 5 2 18 KIF14 ENSG00000118193 +CDS chr1 200589217 200589369 ENST00000614960 protein_coding 4 1 17 KIF14 ENSG00000118193 +CDS chr1 200590125 200590272 ENST00000367350 protein_coding 5 2 17 KIF14 ENSG00000118193 +CDS chr1 200590125 200590272 ENST00000614960 protein_coding 4 1 16 KIF14 ENSG00000118193 +CDS chr1 200592080 200592240 ENST00000367350 protein_coding 5 2 16 KIF14 ENSG00000118193 +CDS chr1 200592080 200592240 ENST00000614960 protein_coding 4 1 15 KIF14 ENSG00000118193 +CDS chr1 200593667 200593769 ENST00000367350 protein_coding 5 2 15 KIF14 ENSG00000118193 +CDS chr1 200593667 200593769 ENST00000614960 protein_coding 4 1 14 KIF14 ENSG00000118193 +CDS chr1 200598237 200598421 ENST00000367350 protein_coding 5 2 14 KIF14 ENSG00000118193 +CDS chr1 200598237 200598421 ENST00000614960 protein_coding 4 1 13 KIF14 ENSG00000118193 +CDS chr1 200600050 200600113 ENST00000367350 protein_coding 5 2 13 KIF14 ENSG00000118193 +CDS chr1 200600050 200600113 ENST00000614960 protein_coding 4 1 12 KIF14 ENSG00000118193 +CDS chr1 200600356 200600503 ENST00000367350 protein_coding 5 2 12 KIF14 ENSG00000118193 +CDS chr1 200600356 200600503 ENST00000614960 protein_coding 4 1 11 KIF14 ENSG00000118193 +CDS chr1 200601896 200602068 ENST00000367350 protein_coding 5 2 11 KIF14 ENSG00000118193 +CDS chr1 200601896 200602068 ENST00000614960 protein_coding 4 1 10 KIF14 ENSG00000118193 +CDS chr1 200603226 200603341 ENST00000367350 protein_coding 5 2 10 KIF14 ENSG00000118193 +CDS chr1 200603226 200603341 ENST00000614960 protein_coding 4 1 9 KIF14 ENSG00000118193 +CDS chr1 200603839 200603955 ENST00000367350 protein_coding 5 2 9 KIF14 ENSG00000118193 +CDS chr1 200603839 200603955 ENST00000614960 protein_coding 4 1 8 KIF14 ENSG00000118193 +CDS chr1 200605283 200605390 ENST00000367350 protein_coding 5 2 8 KIF14 ENSG00000118193 +CDS chr1 200605283 200605390 ENST00000614960 protein_coding 4 1 7 KIF14 ENSG00000118193 +CDS chr1 200605864 200605894 ENST00000367350 protein_coding 5 2 7 KIF14 ENSG00000118193 +CDS chr1 200605864 200605894 ENST00000614960 protein_coding 4 1 6 KIF14 ENSG00000118193 +CDS chr1 200606746 200606798 ENST00000367350 protein_coding 5 2 6 KIF14 ENSG00000118193 +CDS chr1 200606746 200606798 ENST00000614960 protein_coding 4 1 5 KIF14 ENSG00000118193 +CDS chr1 200608830 200608928 ENST00000367350 protein_coding 5 2 5 KIF14 ENSG00000118193 +CDS chr1 200608830 200608928 ENST00000614960 protein_coding 4 1 4 KIF14 ENSG00000118193 +CDS chr1 200614318 200614405 ENST00000367350 protein_coding 5 2 4 KIF14 ENSG00000118193 +CDS chr1 200614318 200614405 ENST00000614960 protein_coding 4 1 3 KIF14 ENSG00000118193 +CDS chr1 200615355 200615609 ENST00000367350 protein_coding 5 2 3 KIF14 ENSG00000118193 +CDS chr1 200615355 200615609 ENST00000614960 protein_coding 4 1 2 KIF14 ENSG00000118193 +CDS chr1 200617612 200618723 ENST00000367350 protein_coding 5 2 2 KIF14 ENSG00000118193 +CDS chr1 200617612 200618723 ENST00000614960 protein_coding 4 1 1 KIF14 ENSG00000118193 +transcript chr1 200623896 200669907 ENST00000447706 protein_coding 6 2 NA DDX59 ENSG00000118197 +CDS chr1 200624904 200625047 ENST00000447706 protein_coding 6 2 8 DDX59 ENSG00000118197 +transcript chr1 200640811 200649149 ENST00000452560 protein_coding 5 3 NA DDX59 ENSG00000118197 +transcript chr1 200640822 200650652 ENST00000413408 protein_coding 5 5 NA DDX59 ENSG00000118197 +CDS chr1 200641111 200641185 ENST00000452560 protein_coding 5 3 3 DDX59 ENSG00000118197 +CDS chr1 200641152 200641256 ENST00000413408 protein_coding 5 5 4 DDX59 ENSG00000118197 +transcript chr1 200644037 200669907 ENST00000331314 protein_coding 11 1 NA DDX59 ENSG00000118197 +transcript chr1 200644121 200663964 ENST00000429498 protein_coding 5 3 NA DDX59 ENSG00000118197 +CDS chr1 200644257 200644517 ENST00000331314 protein_coding 11 1 8 DDX59 ENSG00000118197 +CDS chr1 200644257 200644517 ENST00000429498 protein_coding 5 3 4 DDX59 ENSG00000118197 +transcript chr1 200644369 200654869 ENST00000433235 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200644369 200644517 ENST00000433235 protein_coding 1 3 6 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000447706 protein_coding 6 2 7 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000452560 protein_coding 5 3 2 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000413408 protein_coding 5 5 3 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000331314 protein_coding 11 1 7 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000429498 protein_coding 5 3 3 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000433235 protein_coding 1 3 5 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000447706 protein_coding 6 2 6 DDX59 ENSG00000118197 +CDS chr1 200649074 200649149 ENST00000452560 protein_coding 5 3 1 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000413408 protein_coding 5 5 2 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000331314 protein_coding 11 1 6 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000429498 protein_coding 5 3 2 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000433235 protein_coding 1 3 4 DDX59 ENSG00000118197 +CDS chr1 200650425 200650676 ENST00000447706 protein_coding 6 2 5 DDX59 ENSG00000118197 +CDS chr1 200650425 200650652 ENST00000413408 protein_coding 5 5 1 DDX59 ENSG00000118197 +CDS chr1 200650425 200650676 ENST00000331314 protein_coding 11 1 5 DDX59 ENSG00000118197 +CDS chr1 200650425 200650667 ENST00000433235 protein_coding 1 3 3 DDX59 ENSG00000118197 +transcript chr1 200650443 200655104 ENST00000453944 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200650443 200650667 ENST00000453944 protein_coding 1 3 3 DDX59 ENSG00000118197 +CDS chr1 200659027 200659116 ENST00000447706 protein_coding 6 2 4 DDX59 ENSG00000118197 +CDS chr1 200659027 200659116 ENST00000331314 protein_coding 11 1 4 DDX59 ENSG00000118197 +CDS chr1 200663919 200664086 ENST00000447706 protein_coding 6 2 3 DDX59 ENSG00000118197 +CDS chr1 200663919 200664086 ENST00000331314 protein_coding 11 1 3 DDX59 ENSG00000118197 +CDS chr1 200663919 200663964 ENST00000429498 protein_coding 5 3 1 DDX59 ENSG00000118197 +CDS chr1 200665937 200666740 ENST00000447706 protein_coding 6 2 2 DDX59 ENSG00000118197 +CDS chr1 200665937 200666740 ENST00000331314 protein_coding 11 1 2 DDX59 ENSG00000118197 +transcript chr1 200666259 200669708 ENST00000436897 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200666259 200666740 ENST00000436897 protein_coding 1 3 2 DDX59 ENSG00000118197 +transcript chr1 200738893 200860704 ENST00000358823 protein_coding 7 5 NA CAMSAP2 ENSG00000118200 +transcript chr1 200739779 200858119 ENST00000413307 protein_coding 6 1 NA CAMSAP2 ENSG00000118200 +transcript chr1 200739779 200860701 ENST00000236925 protein_coding 8 1 NA CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000358823 protein_coding 7 5 1 CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000413307 protein_coding 6 1 1 CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000236925 protein_coding 8 1 1 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000358823 protein_coding 7 5 2 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000413307 protein_coding 6 1 2 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000236925 protein_coding 8 1 2 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000358823 protein_coding 7 5 3 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000413307 protein_coding 6 1 3 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000236925 protein_coding 8 1 3 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000358823 protein_coding 7 5 4 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000413307 protein_coding 6 1 4 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000236925 protein_coding 8 1 4 CAMSAP2 ENSG00000118200 +CDS chr1 200828573 200828605 ENST00000236925 protein_coding 8 1 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000358823 protein_coding 7 5 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000413307 protein_coding 6 1 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000236925 protein_coding 8 1 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000358823 protein_coding 7 5 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000413307 protein_coding 6 1 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000236925 protein_coding 8 1 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000358823 protein_coding 7 5 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000413307 protein_coding 6 1 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000236925 protein_coding 8 1 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000358823 protein_coding 7 5 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000413307 protein_coding 6 1 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000236925 protein_coding 8 1 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847210 200847292 ENST00000358823 protein_coding 7 5 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847210 200847292 ENST00000236925 protein_coding 8 1 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847258 200847292 ENST00000413307 protein_coding 6 1 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000358823 protein_coding 7 5 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000413307 protein_coding 6 1 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000236925 protein_coding 8 1 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000358823 protein_coding 7 5 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000413307 protein_coding 6 1 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000236925 protein_coding 8 1 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000358823 protein_coding 7 5 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000413307 protein_coding 6 1 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000236925 protein_coding 8 1 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000358823 protein_coding 7 5 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000413307 protein_coding 6 1 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000236925 protein_coding 8 1 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000358823 protein_coding 7 5 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000413307 protein_coding 6 1 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000236925 protein_coding 8 1 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000358823 protein_coding 7 5 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000413307 protein_coding 6 1 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000236925 protein_coding 8 1 16 CAMSAP2 ENSG00000118200 +transcript chr1 200856094 200857724 ENST00000475326 protein_coding 1 5 NA CAMSAP2 ENSG00000118200 +CDS chr1 200856094 200856125 ENST00000475326 protein_coding 1 5 1 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000358823 protein_coding 7 5 16 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000413307 protein_coding 6 1 16 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000236925 protein_coding 8 1 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857439 ENST00000475326 protein_coding 1 5 2 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000358823 protein_coding 7 5 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000413307 protein_coding 6 1 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000236925 protein_coding 8 1 18 CAMSAP2 ENSG00000118200 +transcript chr1 200872981 200874178 ENST00000304244 protein_coding 5 NA NA GPR25 ENSG00000170128 +CDS chr1 200873038 200874120 ENST00000304244 protein_coding 5 NA 1 GPR25 ENSG00000170128 +transcript chr1 200891048 200899538 ENST00000532631 protein_coding 5 3 NA INAVA ENSG00000163362 +transcript chr1 200891074 200901009 ENST00000451872 protein_coding 6 3 NA INAVA ENSG00000163362 +transcript chr1 200891341 200915735 ENST00000367342 protein_coding 8 1 NA INAVA ENSG00000163362 +CDS chr1 200891541 200891701 ENST00000367342 protein_coding 8 1 1 INAVA ENSG00000163362 +transcript chr1 200894900 200915742 ENST00000413687 protein_coding 3 2 NA INAVA ENSG00000163362 +CDS chr1 200898307 200898455 ENST00000367342 protein_coding 8 1 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000532631 protein_coding 5 3 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000451872 protein_coding 6 3 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000413687 protein_coding 3 2 2 INAVA ENSG00000163362 +CDS chr1 200899473 200899538 ENST00000532631 protein_coding 5 3 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000451872 protein_coding 6 3 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000367342 protein_coding 8 1 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000413687 protein_coding 3 2 3 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000451872 protein_coding 6 3 4 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000367342 protein_coding 8 1 4 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000413687 protein_coding 3 2 4 INAVA ENSG00000163362 +CDS chr1 200900937 200901009 ENST00000451872 protein_coding 6 3 5 INAVA ENSG00000163362 +CDS chr1 200900937 200901159 ENST00000367342 protein_coding 8 1 5 INAVA ENSG00000163362 +CDS chr1 200900937 200901159 ENST00000413687 protein_coding 3 2 5 INAVA ENSG00000163362 +CDS chr1 200907834 200907887 ENST00000367342 protein_coding 8 1 6 INAVA ENSG00000163362 +CDS chr1 200907834 200907887 ENST00000413687 protein_coding 3 2 6 INAVA ENSG00000163362 +CDS chr1 200908730 200908940 ENST00000367342 protein_coding 8 1 7 INAVA ENSG00000163362 +CDS chr1 200908730 200908940 ENST00000413687 protein_coding 3 2 7 INAVA ENSG00000163362 +CDS chr1 200909224 200909397 ENST00000367342 protein_coding 8 1 8 INAVA ENSG00000163362 +CDS chr1 200909224 200909397 ENST00000413687 protein_coding 3 2 8 INAVA ENSG00000163362 +CDS chr1 200911453 200912137 ENST00000367342 protein_coding 8 1 9 INAVA ENSG00000163362 +CDS chr1 200911453 200912137 ENST00000413687 protein_coding 3 2 9 INAVA ENSG00000163362 +CDS chr1 200913537 200913626 ENST00000367342 protein_coding 8 1 10 INAVA ENSG00000163362 +CDS chr1 200913537 200913626 ENST00000413687 protein_coding 3 2 10 INAVA ENSG00000163362 +transcript chr1 200969390 201023700 ENST00000332129 protein_coding 6 1 NA KIF21B ENSG00000116852 +transcript chr1 200969390 201023714 ENST00000461742 protein_coding 7 1 NA KIF21B ENSG00000116852 +transcript chr1 200972990 201023408 ENST00000360529 protein_coding 9 1 NA KIF21B ENSG00000116852 +CDS chr1 200973524 200973578 ENST00000461742 protein_coding 7 1 35 KIF21B ENSG00000116852 +CDS chr1 200973524 200973578 ENST00000360529 protein_coding 9 1 34 KIF21B ENSG00000116852 +transcript chr1 200973807 201023700 ENST00000422435 protein_coding 2 1 NA KIF21B ENSG00000116852 +CDS chr1 200974098 200974194 ENST00000332129 protein_coding 6 1 34 KIF21B ENSG00000116852 +CDS chr1 200974098 200974194 ENST00000422435 protein_coding 2 1 35 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000332129 protein_coding 6 1 33 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000461742 protein_coding 7 1 34 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000360529 protein_coding 9 1 33 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000422435 protein_coding 2 1 34 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000332129 protein_coding 6 1 32 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000461742 protein_coding 7 1 33 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000360529 protein_coding 9 1 32 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000422435 protein_coding 2 1 33 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000332129 protein_coding 6 1 31 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000461742 protein_coding 7 1 32 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000360529 protein_coding 9 1 31 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000422435 protein_coding 2 1 32 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000332129 protein_coding 6 1 30 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000461742 protein_coding 7 1 31 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000360529 protein_coding 9 1 30 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000422435 protein_coding 2 1 31 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000332129 protein_coding 6 1 29 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000461742 protein_coding 7 1 30 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000360529 protein_coding 9 1 29 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000422435 protein_coding 2 1 30 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000332129 protein_coding 6 1 28 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000461742 protein_coding 7 1 29 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000360529 protein_coding 9 1 28 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000422435 protein_coding 2 1 29 KIF21B ENSG00000116852 +CDS chr1 200983056 200983094 ENST00000461742 protein_coding 7 1 28 KIF21B ENSG00000116852 +CDS chr1 200983056 200983094 ENST00000422435 protein_coding 2 1 28 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000332129 protein_coding 6 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000461742 protein_coding 7 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000360529 protein_coding 9 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000422435 protein_coding 2 1 27 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000332129 protein_coding 6 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000461742 protein_coding 7 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000360529 protein_coding 9 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000422435 protein_coding 2 1 26 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000332129 protein_coding 6 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000461742 protein_coding 7 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000360529 protein_coding 9 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000422435 protein_coding 2 1 25 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000332129 protein_coding 6 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000461742 protein_coding 7 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000360529 protein_coding 9 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000422435 protein_coding 2 1 24 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000332129 protein_coding 6 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000461742 protein_coding 7 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000360529 protein_coding 9 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000422435 protein_coding 2 1 23 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000332129 protein_coding 6 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000461742 protein_coding 7 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000360529 protein_coding 9 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000422435 protein_coding 2 1 22 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000332129 protein_coding 6 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000461742 protein_coding 7 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000360529 protein_coding 9 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000422435 protein_coding 2 1 21 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000332129 protein_coding 6 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000461742 protein_coding 7 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000360529 protein_coding 9 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000422435 protein_coding 2 1 20 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000332129 protein_coding 6 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000461742 protein_coding 7 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000360529 protein_coding 9 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000422435 protein_coding 2 1 19 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000332129 protein_coding 6 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000461742 protein_coding 7 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000360529 protein_coding 9 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000422435 protein_coding 2 1 18 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000332129 protein_coding 6 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000461742 protein_coding 7 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000360529 protein_coding 9 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000422435 protein_coding 2 1 17 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000332129 protein_coding 6 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000461742 protein_coding 7 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000360529 protein_coding 9 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000422435 protein_coding 2 1 16 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000332129 protein_coding 6 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000461742 protein_coding 7 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000360529 protein_coding 9 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000422435 protein_coding 2 1 15 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000332129 protein_coding 6 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000461742 protein_coding 7 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000360529 protein_coding 9 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000422435 protein_coding 2 1 14 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000332129 protein_coding 6 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000461742 protein_coding 7 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000360529 protein_coding 9 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000422435 protein_coding 2 1 13 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000332129 protein_coding 6 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000461742 protein_coding 7 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000360529 protein_coding 9 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000422435 protein_coding 2 1 12 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000332129 protein_coding 6 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000461742 protein_coding 7 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000360529 protein_coding 9 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000422435 protein_coding 2 1 11 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000332129 protein_coding 6 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000461742 protein_coding 7 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000360529 protein_coding 9 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000422435 protein_coding 2 1 10 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000332129 protein_coding 6 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000461742 protein_coding 7 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000360529 protein_coding 9 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000422435 protein_coding 2 1 9 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000332129 protein_coding 6 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000461742 protein_coding 7 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000360529 protein_coding 9 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000422435 protein_coding 2 1 8 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000332129 protein_coding 6 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000461742 protein_coding 7 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000360529 protein_coding 9 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000422435 protein_coding 2 1 7 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000332129 protein_coding 6 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000461742 protein_coding 7 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000360529 protein_coding 9 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000422435 protein_coding 2 1 6 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000332129 protein_coding 6 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000461742 protein_coding 7 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000360529 protein_coding 9 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000422435 protein_coding 2 1 5 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000332129 protein_coding 6 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000461742 protein_coding 7 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000360529 protein_coding 9 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000422435 protein_coding 2 1 4 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000332129 protein_coding 6 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000461742 protein_coding 7 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000360529 protein_coding 9 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000422435 protein_coding 2 1 3 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000332129 protein_coding 6 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000461742 protein_coding 7 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000360529 protein_coding 9 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000422435 protein_coding 2 1 2 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000332129 protein_coding 6 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000461742 protein_coding 7 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000360529 protein_coding 9 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000422435 protein_coding 2 1 1 KIF21B ENSG00000116852 +transcript chr1 201039512 201112426 ENST00000362061 protein_coding 4 1 NA CACNA1S ENSG00000081248 +transcript chr1 201039512 201112426 ENST00000681874 protein_coding 1 NA NA CACNA1S ENSG00000081248 +transcript chr1 201039512 201112451 ENST00000367338 protein_coding 7 5 NA CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000362061 protein_coding 4 1 44 CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000681874 protein_coding 1 NA 43 CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000367338 protein_coding 7 5 43 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000362061 protein_coding 4 1 43 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000681874 protein_coding 1 NA 42 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000367338 protein_coding 7 5 42 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000362061 protein_coding 4 1 42 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000681874 protein_coding 1 NA 41 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000367338 protein_coding 7 5 41 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000362061 protein_coding 4 1 41 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000681874 protein_coding 1 NA 40 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000367338 protein_coding 7 5 40 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000362061 protein_coding 4 1 40 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000681874 protein_coding 1 NA 39 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000367338 protein_coding 7 5 39 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000362061 protein_coding 4 1 39 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000681874 protein_coding 1 NA 38 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000367338 protein_coding 7 5 38 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000362061 protein_coding 4 1 38 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000681874 protein_coding 1 NA 37 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000367338 protein_coding 7 5 37 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000362061 protein_coding 4 1 37 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000681874 protein_coding 1 NA 36 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000367338 protein_coding 7 5 36 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000362061 protein_coding 4 1 36 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000681874 protein_coding 1 NA 35 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000367338 protein_coding 7 5 35 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000362061 protein_coding 4 1 35 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000681874 protein_coding 1 NA 34 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000367338 protein_coding 7 5 34 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000362061 protein_coding 4 1 34 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000681874 protein_coding 1 NA 33 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000367338 protein_coding 7 5 33 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000362061 protein_coding 4 1 33 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000681874 protein_coding 1 NA 32 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000367338 protein_coding 7 5 32 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000362061 protein_coding 4 1 32 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000681874 protein_coding 1 NA 31 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000367338 protein_coding 7 5 31 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000362061 protein_coding 4 1 31 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000681874 protein_coding 1 NA 30 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000367338 protein_coding 7 5 30 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000362061 protein_coding 4 1 30 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000681874 protein_coding 1 NA 29 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000367338 protein_coding 7 5 29 CACNA1S ENSG00000081248 +CDS chr1 201054505 201054561 ENST00000362061 protein_coding 4 1 29 CACNA1S ENSG00000081248 +CDS chr1 201054505 201054561 ENST00000681874 protein_coding 1 NA 28 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000362061 protein_coding 4 1 28 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000681874 protein_coding 1 NA 27 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000367338 protein_coding 7 5 28 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000362061 protein_coding 4 1 27 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000681874 protein_coding 1 NA 26 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000367338 protein_coding 7 5 27 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000362061 protein_coding 4 1 26 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000681874 protein_coding 1 NA 25 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000367338 protein_coding 7 5 26 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000362061 protein_coding 4 1 25 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000681874 protein_coding 1 NA 24 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000367338 protein_coding 7 5 25 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000362061 protein_coding 4 1 24 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000681874 protein_coding 1 NA 23 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000367338 protein_coding 7 5 24 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000362061 protein_coding 4 1 23 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000681874 protein_coding 1 NA 22 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000367338 protein_coding 7 5 23 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000362061 protein_coding 4 1 22 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000681874 protein_coding 1 NA 21 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000367338 protein_coding 7 5 22 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000362061 protein_coding 4 1 21 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000681874 protein_coding 1 NA 20 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000367338 protein_coding 7 5 21 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000362061 protein_coding 4 1 20 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000681874 protein_coding 1 NA 19 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000367338 protein_coding 7 5 20 CACNA1S ENSG00000081248 +CDS chr1 201069137 201069196 ENST00000362061 protein_coding 4 1 19 CACNA1S ENSG00000081248 +CDS chr1 201069137 201069196 ENST00000367338 protein_coding 7 5 19 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000362061 protein_coding 4 1 18 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000681874 protein_coding 1 NA 18 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000367338 protein_coding 7 5 18 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000362061 protein_coding 4 1 17 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000681874 protein_coding 1 NA 17 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000367338 protein_coding 7 5 17 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000362061 protein_coding 4 1 16 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000681874 protein_coding 1 NA 16 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000367338 protein_coding 7 5 16 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000362061 protein_coding 4 1 15 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000681874 protein_coding 1 NA 15 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000367338 protein_coding 7 5 15 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000362061 protein_coding 4 1 14 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000681874 protein_coding 1 NA 14 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000367338 protein_coding 7 5 14 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000362061 protein_coding 4 1 13 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000681874 protein_coding 1 NA 13 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000367338 protein_coding 7 5 13 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000362061 protein_coding 4 1 12 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000681874 protein_coding 1 NA 12 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000367338 protein_coding 7 5 12 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000362061 protein_coding 4 1 11 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000681874 protein_coding 1 NA 11 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000367338 protein_coding 7 5 11 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000362061 protein_coding 4 1 10 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000681874 protein_coding 1 NA 10 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000367338 protein_coding 7 5 10 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000362061 protein_coding 4 1 9 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000681874 protein_coding 1 NA 9 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000367338 protein_coding 7 5 9 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000362061 protein_coding 4 1 8 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000681874 protein_coding 1 NA 8 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000367338 protein_coding 7 5 8 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000362061 protein_coding 4 1 7 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000681874 protein_coding 1 NA 7 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000367338 protein_coding 7 5 7 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000362061 protein_coding 4 1 6 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000681874 protein_coding 1 NA 6 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000367338 protein_coding 7 5 6 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000362061 protein_coding 4 1 5 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000681874 protein_coding 1 NA 5 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000367338 protein_coding 7 5 5 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000362061 protein_coding 4 1 4 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000681874 protein_coding 1 NA 4 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000367338 protein_coding 7 5 4 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000362061 protein_coding 4 1 3 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000681874 protein_coding 1 NA 3 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000367338 protein_coding 7 5 3 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000362061 protein_coding 4 1 2 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000681874 protein_coding 1 NA 2 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000367338 protein_coding 7 5 2 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000362061 protein_coding 4 1 1 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000681874 protein_coding 1 NA 1 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000367338 protein_coding 7 5 1 CACNA1S ENSG00000081248 +transcript chr1 201113943 201127184 ENST00000449188 protein_coding 3 3 NA ASCL5 ENSG00000232237 +CDS chr1 201114755 201115372 ENST00000449188 protein_coding 3 3 2 ASCL5 ENSG00000232237 +transcript chr1 201134772 201154474 ENST00000367330 protein_coding 6 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134772 201154494 ENST00000367334 protein_coding 9 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134772 201171574 ENST00000367333 protein_coding 6 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134773 201154501 ENST00000367332 protein_coding 5 2 NA TMEM9 ENSG00000116857 +transcript chr1 201135599 201154433 ENST00000485839 protein_coding 6 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367330 protein_coding 6 1 5 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367334 protein_coding 9 1 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367333 protein_coding 6 1 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367332 protein_coding 5 2 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000485839 protein_coding 6 2 6 TMEM9 ENSG00000116857 +transcript chr1 201135783 201153957 ENST00000455367 protein_coding 5 5 NA TMEM9 ENSG00000116857 +CDS chr1 201135783 201135815 ENST00000455367 protein_coding 5 5 5 TMEM9 ENSG00000116857 +transcript chr1 201135801 201154418 ENST00000435310 protein_coding 5 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135801 201135815 ENST00000435310 protein_coding 5 2 6 TMEM9 ENSG00000116857 +transcript chr1 201135801 201154464 ENST00000414605 protein_coding 2 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135801 201135815 ENST00000414605 protein_coding 2 2 6 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367330 protein_coding 6 1 4 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367334 protein_coding 9 1 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367333 protein_coding 6 1 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367332 protein_coding 5 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000485839 protein_coding 6 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000455367 protein_coding 5 5 4 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000435310 protein_coding 5 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000414605 protein_coding 2 2 5 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367330 protein_coding 6 1 3 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367334 protein_coding 9 1 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367333 protein_coding 6 1 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367332 protein_coding 5 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000485839 protein_coding 6 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146869 ENST00000455367 protein_coding 5 5 3 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000435310 protein_coding 5 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000414605 protein_coding 2 2 4 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367330 protein_coding 6 1 2 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367334 protein_coding 9 1 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367333 protein_coding 6 1 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367332 protein_coding 5 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000485839 protein_coding 6 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000455367 protein_coding 5 5 2 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000435310 protein_coding 5 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000414605 protein_coding 2 2 3 TMEM9 ENSG00000116857 +CDS chr1 201153783 201153923 ENST00000414605 protein_coding 2 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153849 201153923 ENST00000367332 protein_coding 5 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367330 protein_coding 6 1 1 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367334 protein_coding 9 1 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367333 protein_coding 6 1 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000485839 protein_coding 6 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000455367 protein_coding 5 5 1 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000435310 protein_coding 5 2 2 TMEM9 ENSG00000116857 +transcript chr1 201190824 201228952 ENST00000335211 protein_coding 9 5 NA IGFN1 ENSG00000163395 +transcript chr1 201190825 201228952 ENST00000295591 protein_coding 12 5 NA IGFN1 ENSG00000163395 +CDS chr1 201193294 201193300 ENST00000335211 protein_coding 9 5 2 IGFN1 ENSG00000163395 +CDS chr1 201193294 201193300 ENST00000295591 protein_coding 12 5 2 IGFN1 ENSG00000163395 +CDS chr1 201194154 201194273 ENST00000335211 protein_coding 9 5 3 IGFN1 ENSG00000163395 +CDS chr1 201194154 201194273 ENST00000295591 protein_coding 12 5 3 IGFN1 ENSG00000163395 +CDS chr1 201195839 201195978 ENST00000335211 protein_coding 9 5 4 IGFN1 ENSG00000163395 +CDS chr1 201195839 201195978 ENST00000295591 protein_coding 12 5 4 IGFN1 ENSG00000163395 +CDS chr1 201197218 201197317 ENST00000335211 protein_coding 9 5 5 IGFN1 ENSG00000163395 +CDS chr1 201197218 201197317 ENST00000295591 protein_coding 12 5 5 IGFN1 ENSG00000163395 +CDS chr1 201199334 201199378 ENST00000335211 protein_coding 9 5 6 IGFN1 ENSG00000163395 +CDS chr1 201199334 201199378 ENST00000295591 protein_coding 12 5 6 IGFN1 ENSG00000163395 +CDS chr1 201199609 201199654 ENST00000335211 protein_coding 9 5 7 IGFN1 ENSG00000163395 +CDS chr1 201199609 201199654 ENST00000295591 protein_coding 12 5 7 IGFN1 ENSG00000163395 +CDS chr1 201200237 201200411 ENST00000335211 protein_coding 9 5 8 IGFN1 ENSG00000163395 +CDS chr1 201200237 201200411 ENST00000295591 protein_coding 12 5 8 IGFN1 ENSG00000163395 +CDS chr1 201201719 201201832 ENST00000335211 protein_coding 9 5 9 IGFN1 ENSG00000163395 +CDS chr1 201201719 201201832 ENST00000295591 protein_coding 12 5 9 IGFN1 ENSG00000163395 +CDS chr1 201203738 201203906 ENST00000335211 protein_coding 9 5 10 IGFN1 ENSG00000163395 +CDS chr1 201203738 201203906 ENST00000295591 protein_coding 12 5 10 IGFN1 ENSG00000163395 +CDS chr1 201205082 201205354 ENST00000335211 protein_coding 9 5 11 IGFN1 ENSG00000163395 +CDS chr1 201205082 201205354 ENST00000295591 protein_coding 12 5 11 IGFN1 ENSG00000163395 +CDS chr1 201206083 201213621 ENST00000335211 protein_coding 9 5 12 IGFN1 ENSG00000163395 +CDS chr1 201206083 201206134 ENST00000295591 protein_coding 12 5 12 IGFN1 ENSG00000163395 +CDS chr1 201213506 201213621 ENST00000295591 protein_coding 12 5 13 IGFN1 ENSG00000163395 +CDS chr1 201214177 201214301 ENST00000335211 protein_coding 9 5 13 IGFN1 ENSG00000163395 +CDS chr1 201214177 201214301 ENST00000295591 protein_coding 12 5 14 IGFN1 ENSG00000163395 +CDS chr1 201215013 201215154 ENST00000335211 protein_coding 9 5 14 IGFN1 ENSG00000163395 +CDS chr1 201215013 201215154 ENST00000295591 protein_coding 12 5 15 IGFN1 ENSG00000163395 +CDS chr1 201215539 201215838 ENST00000335211 protein_coding 9 5 15 IGFN1 ENSG00000163395 +CDS chr1 201215539 201215838 ENST00000295591 protein_coding 12 5 16 IGFN1 ENSG00000163395 +CDS chr1 201216454 201216753 ENST00000335211 protein_coding 9 5 16 IGFN1 ENSG00000163395 +CDS chr1 201216454 201216753 ENST00000295591 protein_coding 12 5 17 IGFN1 ENSG00000163395 +CDS chr1 201217287 201217460 ENST00000335211 protein_coding 9 5 17 IGFN1 ENSG00000163395 +CDS chr1 201217287 201217460 ENST00000295591 protein_coding 12 5 18 IGFN1 ENSG00000163395 +CDS chr1 201218530 201218658 ENST00000335211 protein_coding 9 5 18 IGFN1 ENSG00000163395 +CDS chr1 201218530 201218658 ENST00000295591 protein_coding 12 5 19 IGFN1 ENSG00000163395 +CDS chr1 201221444 201221746 ENST00000335211 protein_coding 9 5 19 IGFN1 ENSG00000163395 +CDS chr1 201221444 201221746 ENST00000295591 protein_coding 12 5 20 IGFN1 ENSG00000163395 +CDS chr1 201222739 201222827 ENST00000335211 protein_coding 9 5 20 IGFN1 ENSG00000163395 +CDS chr1 201222739 201222827 ENST00000295591 protein_coding 12 5 21 IGFN1 ENSG00000163395 +CDS chr1 201224679 201224874 ENST00000335211 protein_coding 9 5 21 IGFN1 ENSG00000163395 +CDS chr1 201224679 201224874 ENST00000295591 protein_coding 12 5 22 IGFN1 ENSG00000163395 +CDS chr1 201225824 201226123 ENST00000335211 protein_coding 9 5 22 IGFN1 ENSG00000163395 +CDS chr1 201225824 201226123 ENST00000295591 protein_coding 12 5 23 IGFN1 ENSG00000163395 +CDS chr1 201226882 201227208 ENST00000335211 protein_coding 9 5 23 IGFN1 ENSG00000163395 +CDS chr1 201226882 201227208 ENST00000295591 protein_coding 12 5 24 IGFN1 ENSG00000163395 +CDS chr1 201228386 201228396 ENST00000335211 protein_coding 9 5 24 IGFN1 ENSG00000163395 +CDS chr1 201228386 201228396 ENST00000295591 protein_coding 12 5 25 IGFN1 ENSG00000163395 +transcript chr1 201283452 201332993 ENST00000263946 protein_coding 7 5 NA PKP1 ENSG00000081277 +transcript chr1 201283506 201332989 ENST00000367324 protein_coding 8 1 NA PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000263946 protein_coding 7 5 1 PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000367324 protein_coding 8 1 1 PKP1 ENSG00000081277 +transcript chr1 201283703 201328836 ENST00000352845 protein_coding 3 5 NA PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000352845 protein_coding 3 5 1 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000263946 protein_coding 7 5 2 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000367324 protein_coding 8 1 2 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000352845 protein_coding 3 5 2 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000263946 protein_coding 7 5 3 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000367324 protein_coding 8 1 3 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000352845 protein_coding 3 5 3 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000263946 protein_coding 7 5 4 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000367324 protein_coding 8 1 4 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000352845 protein_coding 3 5 4 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000263946 protein_coding 7 5 5 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000367324 protein_coding 8 1 5 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000352845 protein_coding 3 5 5 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000263946 protein_coding 7 5 6 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000367324 protein_coding 8 1 6 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000352845 protein_coding 3 5 6 PKP1 ENSG00000081277 +CDS chr1 201319816 201319878 ENST00000263946 protein_coding 7 5 7 PKP1 ENSG00000081277 +CDS chr1 201319816 201319878 ENST00000352845 protein_coding 3 5 7 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000263946 protein_coding 7 5 8 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000367324 protein_coding 8 1 7 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000352845 protein_coding 3 5 8 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000263946 protein_coding 7 5 9 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000367324 protein_coding 8 1 8 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000352845 protein_coding 3 5 9 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000263946 protein_coding 7 5 10 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000367324 protein_coding 8 1 9 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000352845 protein_coding 3 5 10 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000263946 protein_coding 7 5 11 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000367324 protein_coding 8 1 10 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000352845 protein_coding 3 5 11 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000263946 protein_coding 7 5 12 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000367324 protein_coding 8 1 11 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000352845 protein_coding 3 5 12 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000263946 protein_coding 7 5 13 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000367324 protein_coding 8 1 12 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000352845 protein_coding 3 5 13 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000263946 protein_coding 7 5 14 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000367324 protein_coding 8 1 13 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000352845 protein_coding 3 5 14 PKP1 ENSG00000081277 +transcript chr1 201359008 201377764 ENST00000660295 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000236918 protein_coding 11 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000360372 protein_coding 8 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000367317 protein_coding 8 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000367318 protein_coding 10 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000422165 protein_coding 6 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000656932 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377684 ENST00000367322 protein_coding 6 1 NA TNNT2 ENSG00000118194 +transcript chr1 201359017 201373268 ENST00000658476 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359018 201377666 ENST00000412633 protein_coding 3 2 NA TNNT2 ENSG00000118194 +transcript chr1 201359024 201377661 ENST00000367320 protein_coding 6 1 NA TNNT2 ENSG00000118194 +transcript chr1 201359034 201377762 ENST00000509001 protein_coding 5 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359038 201359255 ENST00000658476 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +transcript chr1 201359070 201377680 ENST00000438742 protein_coding 6 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000660295 protein_coding 1 NA 17 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000236918 protein_coding 11 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000360372 protein_coding 8 5 14 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367317 protein_coding 8 5 14 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367318 protein_coding 10 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000422165 protein_coding 6 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000656932 protein_coding 1 NA 17 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367322 protein_coding 6 1 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000412633 protein_coding 3 2 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367320 protein_coding 6 1 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000509001 protein_coding 5 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000438742 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000660295 protein_coding 1 NA 16 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000236918 protein_coding 11 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000360372 protein_coding 8 5 13 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367317 protein_coding 8 5 13 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367318 protein_coding 10 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000422165 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000656932 protein_coding 1 NA 16 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367322 protein_coding 6 1 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000658476 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000412633 protein_coding 3 2 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367320 protein_coding 6 1 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000509001 protein_coding 5 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000438742 protein_coding 6 5 14 TNNT2 ENSG00000118194 +transcript chr1 201359660 201377652 ENST00000455702 protein_coding 6 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359660 201359663 ENST00000455702 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201361214 201361369 ENST00000658476 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000660295 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000236918 protein_coding 11 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000360372 protein_coding 8 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367317 protein_coding 8 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367318 protein_coding 10 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000422165 protein_coding 6 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000656932 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367322 protein_coding 6 1 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000412633 protein_coding 3 2 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367320 protein_coding 6 1 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000509001 protein_coding 5 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000438742 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000455702 protein_coding 6 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000660295 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000236918 protein_coding 11 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000360372 protein_coding 8 5 11 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367317 protein_coding 8 5 11 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367318 protein_coding 10 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000422165 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000656932 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367322 protein_coding 6 1 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000658476 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000412633 protein_coding 3 2 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367320 protein_coding 6 1 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000509001 protein_coding 5 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000438742 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000455702 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000660295 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000236918 protein_coding 11 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362391 ENST00000367317 protein_coding 8 5 10 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000367318 protein_coding 10 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000656932 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000658476 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000509001 protein_coding 5 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362391 ENST00000438742 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000455702 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000660295 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000236918 protein_coding 11 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000360372 protein_coding 8 5 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367317 protein_coding 8 5 9 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367318 protein_coding 10 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000422165 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000656932 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367322 protein_coding 6 1 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000658476 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000412633 protein_coding 3 2 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367320 protein_coding 6 1 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000509001 protein_coding 5 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000438742 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000455702 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000660295 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000236918 protein_coding 11 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000360372 protein_coding 8 5 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367317 protein_coding 8 5 8 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367318 protein_coding 10 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000422165 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000656932 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367322 protein_coding 6 1 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000658476 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000412633 protein_coding 3 2 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367320 protein_coding 6 1 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000509001 protein_coding 5 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000438742 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000455702 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000660295 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000236918 protein_coding 11 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367317 protein_coding 8 5 7 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367318 protein_coding 10 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000422165 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000656932 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367322 protein_coding 6 1 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000658476 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000412633 protein_coding 3 2 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000509001 protein_coding 5 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000438742 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000455702 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000660295 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000236918 protein_coding 11 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000360372 protein_coding 8 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367317 protein_coding 8 5 6 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367318 protein_coding 10 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000422165 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000656932 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367322 protein_coding 6 1 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000658476 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000412633 protein_coding 3 2 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367320 protein_coding 6 1 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000509001 protein_coding 5 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000438742 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000455702 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000660295 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000236918 protein_coding 11 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000360372 protein_coding 8 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367317 protein_coding 8 5 5 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367318 protein_coding 10 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000422165 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000656932 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367322 protein_coding 6 1 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000658476 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000412633 protein_coding 3 2 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367320 protein_coding 6 1 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000509001 protein_coding 5 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000438742 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000455702 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000660295 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000236918 protein_coding 11 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000360372 protein_coding 8 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000367317 protein_coding 8 5 4 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000367318 protein_coding 10 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000422165 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000656932 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000367322 protein_coding 6 1 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000658476 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000412633 protein_coding 3 2 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000367320 protein_coding 6 1 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000509001 protein_coding 5 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000438742 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000455702 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000660295 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000236918 protein_coding 11 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000360372 protein_coding 8 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367317 protein_coding 8 5 3 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367318 protein_coding 10 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000422165 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000656932 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367322 protein_coding 6 1 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000658476 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000412633 protein_coding 3 2 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367320 protein_coding 6 1 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000509001 protein_coding 5 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000438742 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000455702 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000236918 protein_coding 11 5 4 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000360372 protein_coding 8 5 4 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000422165 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000656932 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000367320 protein_coding 6 1 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000455702 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000660295 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000236918 protein_coding 11 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000360372 protein_coding 8 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367318 protein_coding 10 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000422165 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000656932 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367322 protein_coding 6 1 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000658476 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000412633 protein_coding 3 2 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367320 protein_coding 6 1 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000509001 protein_coding 5 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000660295 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000236918 protein_coding 11 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000360372 protein_coding 8 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367317 protein_coding 8 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367318 protein_coding 10 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000422165 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000656932 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367322 protein_coding 6 1 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000658476 protein_coding 1 NA 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000412633 protein_coding 3 2 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367320 protein_coding 6 1 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000509001 protein_coding 5 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000438742 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000455702 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000660295 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000236918 protein_coding 11 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000360372 protein_coding 8 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367317 protein_coding 8 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367318 protein_coding 10 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000422165 protein_coding 6 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000656932 protein_coding 1 NA 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367322 protein_coding 6 1 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000658476 protein_coding 1 NA 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000412633 protein_coding 3 2 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367320 protein_coding 6 1 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000509001 protein_coding 5 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000438742 protein_coding 6 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000455702 protein_coding 6 5 2 TNNT2 ENSG00000118194 +transcript chr1 201380833 201399324 ENST00000391967 protein_coding 7 1 NA LAD1 ENSG00000159166 +transcript chr1 201381207 201399548 ENST00000367313 protein_coding 4 1 NA LAD1 ENSG00000159166 +CDS chr1 201381891 201381893 ENST00000391967 protein_coding 7 1 10 LAD1 ENSG00000159166 +CDS chr1 201381891 201381893 ENST00000367313 protein_coding 4 1 10 LAD1 ENSG00000159166 +CDS chr1 201382252 201382326 ENST00000391967 protein_coding 7 1 9 LAD1 ENSG00000159166 +CDS chr1 201382252 201382326 ENST00000367313 protein_coding 4 1 9 LAD1 ENSG00000159166 +CDS chr1 201382653 201382739 ENST00000391967 protein_coding 7 1 8 LAD1 ENSG00000159166 +CDS chr1 201382653 201382739 ENST00000367313 protein_coding 4 1 8 LAD1 ENSG00000159166 +CDS chr1 201383074 201383211 ENST00000391967 protein_coding 7 1 7 LAD1 ENSG00000159166 +CDS chr1 201383074 201383211 ENST00000367313 protein_coding 4 1 7 LAD1 ENSG00000159166 +CDS chr1 201383317 201383389 ENST00000391967 protein_coding 7 1 6 LAD1 ENSG00000159166 +CDS chr1 201383317 201383389 ENST00000367313 protein_coding 4 1 6 LAD1 ENSG00000159166 +CDS chr1 201384792 201384835 ENST00000391967 protein_coding 7 1 5 LAD1 ENSG00000159166 +CDS chr1 201384792 201384835 ENST00000367313 protein_coding 4 1 5 LAD1 ENSG00000159166 +CDS chr1 201385701 201385805 ENST00000391967 protein_coding 7 1 4 LAD1 ENSG00000159166 +CDS chr1 201385701 201385805 ENST00000367313 protein_coding 4 1 4 LAD1 ENSG00000159166 +CDS chr1 201386335 201387178 ENST00000391967 protein_coding 7 1 3 LAD1 ENSG00000159166 +CDS chr1 201386335 201387178 ENST00000367313 protein_coding 4 1 3 LAD1 ENSG00000159166 +transcript chr1 201386811 201399915 ENST00000631576 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386811 201387178 ENST00000631576 protein_coding 1 4 3 LAD1 ENSG00000159166 +transcript chr1 201386847 201397316 ENST00000632743 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386847 201387178 ENST00000632743 protein_coding 1 4 3 LAD1 ENSG00000159166 +transcript chr1 201386893 201399309 ENST00000633953 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386893 201387178 ENST00000633953 protein_coding 1 4 4 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000391967 protein_coding 7 1 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000367313 protein_coding 4 1 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000631576 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000632743 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000633953 protein_coding 1 4 3 LAD1 ENSG00000159166 +CDS chr1 201391078 201391181 ENST00000633953 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201397228 201397316 ENST00000632743 protein_coding 1 4 1 LAD1 ENSG00000159166 +CDS chr1 201399269 201399306 ENST00000391967 protein_coding 7 1 1 LAD1 ENSG00000159166 +CDS chr1 201399410 201399489 ENST00000367313 protein_coding 4 1 1 LAD1 ENSG00000159166 +CDS chr1 201399878 201399915 ENST00000631576 protein_coding 1 4 1 LAD1 ENSG00000159166 +transcript chr1 201403768 201421746 ENST00000622580 protein_coding 4 1 NA TNNI1 ENSG00000159173 +transcript chr1 201403784 201421730 ENST00000361379 protein_coding 9 5 NA TNNI1 ENSG00000159173 +transcript chr1 201408864 201429866 ENST00000336092 protein_coding 8 5 NA TNNI1 ENSG00000159173 +transcript chr1 201409067 201422021 ENST00000555948 protein_coding 5 5 NA TNNI1 ENSG00000159173 +transcript chr1 201409857 201421718 ENST00000367312 protein_coding 5 5 NA TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000622580 protein_coding 4 1 7 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000361379 protein_coding 9 5 8 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000336092 protein_coding 8 5 11 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410393 ENST00000555948 protein_coding 5 5 8 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000367312 protein_coding 5 5 8 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000622580 protein_coding 4 1 6 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000361379 protein_coding 9 5 7 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000336092 protein_coding 8 5 10 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000367312 protein_coding 5 5 7 TNNI1 ENSG00000159173 +transcript chr1 201411357 201421726 ENST00000555340 protein_coding 6 5 NA TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000555340 protein_coding 6 5 7 TNNI1 ENSG00000159173 +transcript chr1 201411402 201422167 ENST00000556362 protein_coding 1 5 NA TNNI1 ENSG00000159173 +CDS chr1 201411402 201411533 ENST00000556362 protein_coding 1 5 8 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000622580 protein_coding 4 1 5 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000361379 protein_coding 9 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000336092 protein_coding 8 5 9 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000367312 protein_coding 5 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000555340 protein_coding 6 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000556362 protein_coding 1 5 7 TNNI1 ENSG00000159173 +CDS chr1 201413059 201413121 ENST00000555948 protein_coding 5 5 7 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000622580 protein_coding 4 1 4 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000361379 protein_coding 9 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000336092 protein_coding 8 5 8 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000555948 protein_coding 5 5 6 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000367312 protein_coding 5 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414643 ENST00000555340 protein_coding 6 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000556362 protein_coding 1 5 6 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415258 ENST00000622580 protein_coding 4 1 3 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000361379 protein_coding 9 5 4 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000336092 protein_coding 8 5 7 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000555948 protein_coding 5 5 5 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000367312 protein_coding 5 5 4 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000556362 protein_coding 1 5 5 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000361379 protein_coding 9 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000336092 protein_coding 8 5 6 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000555948 protein_coding 5 5 4 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000367312 protein_coding 5 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000556362 protein_coding 1 5 4 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000622580 protein_coding 4 1 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000361379 protein_coding 9 5 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000336092 protein_coding 8 5 5 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000555948 protein_coding 5 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000367312 protein_coding 5 5 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000556362 protein_coding 1 5 3 TNNI1 ENSG00000159173 +transcript chr1 201464278 201469188 ENST00000367311 protein_coding 5 1 NA PHLDA3 ENSG00000174307 +transcript chr1 201465958 201469237 ENST00000367309 protein_coding 1 5 NA PHLDA3 ENSG00000174307 +CDS chr1 201468406 201468786 ENST00000367311 protein_coding 5 1 1 PHLDA3 ENSG00000174307 +CDS chr1 201468406 201468786 ENST00000367309 protein_coding 1 5 2 PHLDA3 ENSG00000174307 +transcript chr1 201483530 201507123 ENST00000340006 protein_coding 7 1 NA CSRP1 ENSG00000159176 +transcript chr1 201483530 201509456 ENST00000367306 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201483926 201509456 ENST00000531916 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201483979 201496573 ENST00000532460 protein_coding 5 2 NA CSRP1 ENSG00000159176 +CDS chr1 201483993 201484058 ENST00000531916 protein_coding 5 5 6 CSRP1 ENSG00000159176 +transcript chr1 201484240 201507123 ENST00000526256 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201484363 201506839 ENST00000533432 protein_coding 5 2 NA CSRP1 ENSG00000159176 +transcript chr1 201484677 201507123 ENST00000526723 protein_coding 5 3 NA CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000340006 protein_coding 7 1 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000367306 protein_coding 5 5 7 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000532460 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484738 ENST00000526256 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000533432 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000526723 protein_coding 5 3 6 CSRP1 ENSG00000159176 +transcript chr1 201484725 201507123 ENST00000524951 protein_coding 5 2 NA CSRP1 ENSG00000159176 +CDS chr1 201484725 201484789 ENST00000524951 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000340006 protein_coding 7 1 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000367306 protein_coding 5 5 6 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000532460 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000533432 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000526723 protein_coding 5 3 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000524951 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000340006 protein_coding 7 1 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000367306 protein_coding 5 5 5 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000532460 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000533432 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000526723 protein_coding 5 3 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000524951 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488873 201488984 ENST00000531916 protein_coding 5 5 5 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000340006 protein_coding 7 1 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000367306 protein_coding 5 5 4 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000531916 protein_coding 5 5 4 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000532460 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000533432 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490291 ENST00000526723 protein_coding 5 3 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000524951 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000340006 protein_coding 7 1 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000367306 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000531916 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000532460 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000533432 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496192 ENST00000524951 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496238 201496303 ENST00000526723 protein_coding 5 3 2 CSRP1 ENSG00000159176 +CDS chr1 201496276 201496303 ENST00000526256 protein_coding 5 5 2 CSRP1 ENSG00000159176 +transcript chr1 201539127 201826969 ENST00000685211 protein_coding 1 NA NA NAV1 ENSG00000134369 +CDS chr1 201622885 201623606 ENST00000685211 protein_coding 1 NA 3 NAV1 ENSG00000134369 +transcript chr1 201622927 201823344 ENST00000367302 protein_coding 5 5 NA NAV1 ENSG00000134369 +CDS chr1 201629404 201629507 ENST00000685211 protein_coding 1 NA 4 NAV1 ENSG00000134369 +CDS chr1 201629504 201629507 ENST00000367302 protein_coding 5 5 2 NAV1 ENSG00000134369 +transcript chr1 201648249 201826969 ENST00000367296 protein_coding 8 5 NA NAV1 ENSG00000134369 +CDS chr1 201648634 201649425 ENST00000685211 protein_coding 1 NA 5 NAV1 ENSG00000134369 +CDS chr1 201648634 201649425 ENST00000367302 protein_coding 5 5 3 NAV1 ENSG00000134369 +CDS chr1 201648669 201649425 ENST00000367296 protein_coding 8 5 1 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000685211 protein_coding 1 NA 6 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000367302 protein_coding 5 5 4 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000367296 protein_coding 8 5 2 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000685211 protein_coding 1 NA 7 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000367302 protein_coding 5 5 5 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000367296 protein_coding 8 5 3 NAV1 ENSG00000134369 +transcript chr1 201739868 201826969 ENST00000367295 protein_coding 5 1 NA NAV1 ENSG00000134369 +CDS chr1 201740024 201740076 ENST00000367295 protein_coding 5 1 1 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000685211 protein_coding 1 NA 8 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367302 protein_coding 5 5 6 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367296 protein_coding 8 5 4 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367295 protein_coding 5 1 2 NAV1 ENSG00000134369 +transcript chr1 201780523 201803690 ENST00000430015 protein_coding 5 2 NA NAV1 ENSG00000134369 +CDS chr1 201780523 201780559 ENST00000430015 protein_coding 5 2 1 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000685211 protein_coding 1 NA 9 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367302 protein_coding 5 5 7 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367296 protein_coding 8 5 5 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367295 protein_coding 5 1 3 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000430015 protein_coding 5 2 2 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000685211 protein_coding 1 NA 10 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367302 protein_coding 5 5 8 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367296 protein_coding 8 5 6 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367295 protein_coding 5 1 4 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000430015 protein_coding 5 2 3 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000685211 protein_coding 1 NA 11 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367302 protein_coding 5 5 9 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367296 protein_coding 8 5 7 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367295 protein_coding 5 1 5 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000430015 protein_coding 5 2 4 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000685211 protein_coding 1 NA 12 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367302 protein_coding 5 5 10 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367296 protein_coding 8 5 8 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367295 protein_coding 5 1 6 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000430015 protein_coding 5 2 5 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000685211 protein_coding 1 NA 13 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367302 protein_coding 5 5 11 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367296 protein_coding 8 5 9 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367295 protein_coding 5 1 7 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000430015 protein_coding 5 2 6 NAV1 ENSG00000134369 +transcript chr1 201786440 201808045 ENST00000438083 protein_coding 1 5 NA NAV1 ENSG00000134369 +CDS chr1 201786440 201786577 ENST00000438083 protein_coding 1 5 1 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000685211 protein_coding 1 NA 14 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000367296 protein_coding 8 5 10 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000367295 protein_coding 5 1 8 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000430015 protein_coding 5 2 7 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000685211 protein_coding 1 NA 15 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367302 protein_coding 5 5 12 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367296 protein_coding 8 5 11 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367295 protein_coding 5 1 9 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000430015 protein_coding 5 2 8 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000438083 protein_coding 1 5 2 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000685211 protein_coding 1 NA 16 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367302 protein_coding 5 5 13 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367296 protein_coding 8 5 12 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367295 protein_coding 5 1 10 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000685211 protein_coding 1 NA 17 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367302 protein_coding 5 5 14 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367296 protein_coding 8 5 13 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367295 protein_coding 5 1 11 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000430015 protein_coding 5 2 9 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000438083 protein_coding 1 5 3 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000685211 protein_coding 1 NA 18 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367302 protein_coding 5 5 15 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367296 protein_coding 8 5 14 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367295 protein_coding 5 1 12 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000430015 protein_coding 5 2 10 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000438083 protein_coding 1 5 4 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000685211 protein_coding 1 NA 19 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367302 protein_coding 5 5 16 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367296 protein_coding 8 5 15 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367295 protein_coding 5 1 13 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000430015 protein_coding 5 2 11 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000438083 protein_coding 1 5 5 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000685211 protein_coding 1 NA 20 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367302 protein_coding 5 5 17 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367296 protein_coding 8 5 16 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367295 protein_coding 5 1 14 NAV1 ENSG00000134369 +CDS chr1 201803593 201803690 ENST00000430015 protein_coding 5 2 12 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000438083 protein_coding 1 5 6 NAV1 ENSG00000134369 +CDS chr1 201804489 201804497 ENST00000685211 protein_coding 1 NA 21 NAV1 ENSG00000134369 +CDS chr1 201804489 201804497 ENST00000367296 protein_coding 8 5 17 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000685211 protein_coding 1 NA 22 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367302 protein_coding 5 5 18 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367296 protein_coding 8 5 18 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367295 protein_coding 5 1 15 NAV1 ENSG00000134369 +CDS chr1 201807953 201808045 ENST00000438083 protein_coding 1 5 7 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000685211 protein_coding 1 NA 23 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367302 protein_coding 5 5 19 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367296 protein_coding 8 5 19 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367295 protein_coding 5 1 16 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000685211 protein_coding 1 NA 24 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367302 protein_coding 5 5 20 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367296 protein_coding 8 5 20 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367295 protein_coding 5 1 17 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000685211 protein_coding 1 NA 25 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367302 protein_coding 5 5 21 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367296 protein_coding 8 5 21 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367295 protein_coding 5 1 18 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000685211 protein_coding 1 NA 26 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367302 protein_coding 5 5 22 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367296 protein_coding 8 5 22 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367295 protein_coding 5 1 19 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000685211 protein_coding 1 NA 27 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367302 protein_coding 5 5 23 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367296 protein_coding 8 5 23 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367295 protein_coding 5 1 20 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000685211 protein_coding 1 NA 28 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367302 protein_coding 5 5 24 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367296 protein_coding 8 5 24 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367295 protein_coding 5 1 21 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000685211 protein_coding 1 NA 29 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367302 protein_coding 5 5 25 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367296 protein_coding 8 5 25 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367295 protein_coding 5 1 22 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000685211 protein_coding 1 NA 30 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367302 protein_coding 5 5 26 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367296 protein_coding 8 5 26 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367295 protein_coding 5 1 23 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000685211 protein_coding 1 NA 31 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367302 protein_coding 5 5 27 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367296 protein_coding 8 5 27 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367295 protein_coding 5 1 24 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000685211 protein_coding 1 NA 32 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367302 protein_coding 5 5 28 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367296 protein_coding 8 5 28 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367295 protein_coding 5 1 25 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000685211 protein_coding 1 NA 33 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367302 protein_coding 5 5 29 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367296 protein_coding 8 5 29 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367295 protein_coding 5 1 26 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000685211 protein_coding 1 NA 34 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367302 protein_coding 5 5 30 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367296 protein_coding 8 5 30 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367295 protein_coding 5 1 27 NAV1 ENSG00000134369 +transcript chr1 201829157 201884291 ENST00000361565 protein_coding 9 1 NA IPO9 ENSG00000198700 +CDS chr1 201829210 201829372 ENST00000361565 protein_coding 9 1 1 IPO9 ENSG00000198700 +CDS chr1 201847279 201847340 ENST00000361565 protein_coding 9 1 2 IPO9 ENSG00000198700 +CDS chr1 201847552 201847638 ENST00000361565 protein_coding 9 1 3 IPO9 ENSG00000198700 +CDS chr1 201848393 201848594 ENST00000361565 protein_coding 9 1 4 IPO9 ENSG00000198700 +CDS chr1 201852104 201852192 ENST00000361565 protein_coding 9 1 5 IPO9 ENSG00000198700 +CDS chr1 201853011 201853097 ENST00000361565 protein_coding 9 1 6 IPO9 ENSG00000198700 +CDS chr1 201854595 201854714 ENST00000361565 protein_coding 9 1 7 IPO9 ENSG00000198700 +CDS chr1 201854823 201854923 ENST00000361565 protein_coding 9 1 8 IPO9 ENSG00000198700 +CDS chr1 201855124 201855182 ENST00000361565 protein_coding 9 1 9 IPO9 ENSG00000198700 +CDS chr1 201855783 201855934 ENST00000361565 protein_coding 9 1 10 IPO9 ENSG00000198700 +CDS chr1 201857096 201857194 ENST00000361565 protein_coding 9 1 11 IPO9 ENSG00000198700 +CDS chr1 201858447 201858553 ENST00000361565 protein_coding 9 1 12 IPO9 ENSG00000198700 +CDS chr1 201858855 201858994 ENST00000361565 protein_coding 9 1 13 IPO9 ENSG00000198700 +CDS chr1 201863448 201863607 ENST00000361565 protein_coding 9 1 14 IPO9 ENSG00000198700 +CDS chr1 201866733 201866959 ENST00000361565 protein_coding 9 1 15 IPO9 ENSG00000198700 +CDS chr1 201868648 201868796 ENST00000361565 protein_coding 9 1 16 IPO9 ENSG00000198700 +CDS chr1 201869590 201869718 ENST00000361565 protein_coding 9 1 17 IPO9 ENSG00000198700 +CDS chr1 201870583 201870858 ENST00000361565 protein_coding 9 1 18 IPO9 ENSG00000198700 +CDS chr1 201871161 201871327 ENST00000361565 protein_coding 9 1 19 IPO9 ENSG00000198700 +CDS chr1 201872828 201872961 ENST00000361565 protein_coding 9 1 20 IPO9 ENSG00000198700 +CDS chr1 201874250 201874372 ENST00000361565 protein_coding 9 1 21 IPO9 ENSG00000198700 +transcript chr1 201874315 201876373 ENST00000456707 protein_coding 1 3 NA IPO9 ENSG00000198700 +CDS chr1 201874315 201874372 ENST00000456707 protein_coding 1 3 1 IPO9 ENSG00000198700 +CDS chr1 201874832 201874936 ENST00000361565 protein_coding 9 1 22 IPO9 ENSG00000198700 +CDS chr1 201874832 201874936 ENST00000456707 protein_coding 1 3 2 IPO9 ENSG00000198700 +CDS chr1 201875152 201875228 ENST00000361565 protein_coding 9 1 23 IPO9 ENSG00000198700 +CDS chr1 201875152 201875228 ENST00000456707 protein_coding 1 3 3 IPO9 ENSG00000198700 +CDS chr1 201875944 201876051 ENST00000361565 protein_coding 9 1 24 IPO9 ENSG00000198700 +CDS chr1 201876005 201876229 ENST00000456707 protein_coding 1 3 4 IPO9 ENSG00000198700 +transcript chr1 201888898 201892587 ENST00000362011 protein_coding 7 1 NA SHISA4 ENSG00000198892 +CDS chr1 201888995 201889067 ENST00000362011 protein_coding 7 1 1 SHISA4 ENSG00000198892 +CDS chr1 201889445 201889616 ENST00000362011 protein_coding 7 1 2 SHISA4 ENSG00000198892 +CDS chr1 201890454 201890587 ENST00000362011 protein_coding 7 1 3 SHISA4 ENSG00000198892 +CDS chr1 201891401 201891568 ENST00000362011 protein_coding 7 1 4 SHISA4 ENSG00000198892 +CDS chr1 201891800 201891843 ENST00000362011 protein_coding 7 1 5 SHISA4 ENSG00000198892 +transcript chr1 201896456 201946548 ENST00000367288 protein_coding 5 1 NA LMOD1 ENSG00000163431 +transcript chr1 201896456 201946588 ENST00000616739 protein_coding 1 5 NA LMOD1 ENSG00000163431 +CDS chr1 201898375 201898398 ENST00000367288 protein_coding 5 1 3 LMOD1 ENSG00000163431 +CDS chr1 201898375 201898398 ENST00000616739 protein_coding 1 5 4 LMOD1 ENSG00000163431 +CDS chr1 201899237 201900751 ENST00000367288 protein_coding 5 1 2 LMOD1 ENSG00000163431 +CDS chr1 201899237 201899428 ENST00000616739 protein_coding 1 5 3 LMOD1 ENSG00000163431 +CDS chr1 201900338 201900751 ENST00000616739 protein_coding 1 5 2 LMOD1 ENSG00000163431 +CDS chr1 201946080 201946340 ENST00000367288 protein_coding 5 1 1 LMOD1 ENSG00000163431 +CDS chr1 201946080 201946256 ENST00000616739 protein_coding 1 5 1 LMOD1 ENSG00000163431 +transcript chr1 201955503 201970664 ENST00000367287 protein_coding 5 1 NA TIMM17A ENSG00000134375 +CDS chr1 201955527 201955552 ENST00000367287 protein_coding 5 1 1 TIMM17A ENSG00000134375 +CDS chr1 201957281 201957380 ENST00000367287 protein_coding 5 1 2 TIMM17A ENSG00000134375 +CDS chr1 201957511 201957574 ENST00000367287 protein_coding 5 1 3 TIMM17A ENSG00000134375 +CDS chr1 201963616 201963744 ENST00000367287 protein_coding 5 1 4 TIMM17A ENSG00000134375 +CDS chr1 201965433 201965543 ENST00000367287 protein_coding 5 1 5 TIMM17A ENSG00000134375 +CDS chr1 201969469 201969551 ENST00000367287 protein_coding 5 1 6 TIMM17A ENSG00000134375 +transcript chr1 201982648 202006143 ENST00000295640 protein_coding 9 1 NA RNPEP ENSG00000176393 +transcript chr1 201982652 202006147 ENST00000367286 protein_coding 7 5 NA RNPEP ENSG00000176393 +CDS chr1 201982667 201983113 ENST00000295640 protein_coding 9 1 1 RNPEP ENSG00000176393 +CDS chr1 201982667 201983113 ENST00000367286 protein_coding 7 5 1 RNPEP ENSG00000176393 +transcript chr1 201983330 202001767 ENST00000447312 protein_coding 5 5 NA RNPEP ENSG00000176393 +CDS chr1 201983463 201983516 ENST00000447312 protein_coding 5 5 1 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000295640 protein_coding 9 1 2 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000367286 protein_coding 7 5 2 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000447312 protein_coding 5 5 2 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000295640 protein_coding 9 1 3 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000367286 protein_coding 7 5 3 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000447312 protein_coding 5 5 3 RNPEP ENSG00000176393 +CDS chr1 201996147 201996263 ENST00000295640 protein_coding 9 1 4 RNPEP ENSG00000176393 +CDS chr1 201996147 201996263 ENST00000447312 protein_coding 5 5 4 RNPEP ENSG00000176393 +transcript chr1 201996172 202001722 ENST00000449524 protein_coding 1 3 NA RNPEP ENSG00000176393 +CDS chr1 201996172 201996263 ENST00000449524 protein_coding 1 3 1 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000295640 protein_coding 9 1 5 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000367286 protein_coding 7 5 4 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000447312 protein_coding 5 5 5 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000449524 protein_coding 1 3 2 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000295640 protein_coding 9 1 6 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000367286 protein_coding 7 5 5 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000447312 protein_coding 5 5 6 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000295640 protein_coding 9 1 7 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000367286 protein_coding 7 5 6 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000447312 protein_coding 5 5 7 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000449524 protein_coding 1 3 3 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000295640 protein_coding 9 1 8 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000367286 protein_coding 7 5 7 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000447312 protein_coding 5 5 8 RNPEP ENSG00000176393 +CDS chr1 202001659 202001722 ENST00000449524 protein_coding 1 3 4 RNPEP ENSG00000176393 +CDS chr1 202003237 202003461 ENST00000295640 protein_coding 9 1 9 RNPEP ENSG00000176393 +CDS chr1 202003237 202003461 ENST00000367286 protein_coding 7 5 8 RNPEP ENSG00000176393 +CDS chr1 202004354 202004496 ENST00000295640 protein_coding 9 1 10 RNPEP ENSG00000176393 +CDS chr1 202004354 202004496 ENST00000367286 protein_coding 7 5 9 RNPEP ENSG00000176393 +CDS chr1 202005558 202005713 ENST00000295640 protein_coding 9 1 11 RNPEP ENSG00000176393 +CDS chr1 202005558 202005713 ENST00000367286 protein_coding 7 5 10 RNPEP ENSG00000176393 +transcript chr1 202007945 202016009 ENST00000359651 protein_coding 7 1 NA ELF3 ENSG00000163435 +transcript chr1 202010587 202016009 ENST00000367283 protein_coding 7 1 NA ELF3 ENSG00000163435 +transcript chr1 202010587 202017183 ENST00000367284 protein_coding 10 1 NA ELF3 ENSG00000163435 +transcript chr1 202010644 202013197 ENST00000446188 protein_coding 1 5 NA ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000359651 protein_coding 7 1 1 ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000367283 protein_coding 7 1 2 ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000367284 protein_coding 10 1 2 ELF3 ENSG00000163435 +CDS chr1 202011137 202011293 ENST00000446188 protein_coding 1 5 2 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000359651 protein_coding 7 1 2 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000367283 protein_coding 7 1 3 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000367284 protein_coding 10 1 3 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000446188 protein_coding 1 5 3 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000359651 protein_coding 7 1 3 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000367283 protein_coding 7 1 4 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000367284 protein_coding 10 1 4 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000446188 protein_coding 1 5 4 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000359651 protein_coding 7 1 4 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000367283 protein_coding 7 1 5 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000367284 protein_coding 10 1 5 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000446188 protein_coding 1 5 5 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000359651 protein_coding 7 1 5 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000367283 protein_coding 7 1 6 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000367284 protein_coding 10 1 6 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000446188 protein_coding 1 5 6 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000359651 protein_coding 7 1 6 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000367283 protein_coding 7 1 7 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000367284 protein_coding 10 1 7 ELF3 ENSG00000163435 +CDS chr1 202013182 202013197 ENST00000446188 protein_coding 1 5 7 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000359651 protein_coding 7 1 7 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000367283 protein_coding 7 1 8 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000367284 protein_coding 10 1 8 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000359651 protein_coding 7 1 8 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000367283 protein_coding 7 1 9 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000367284 protein_coding 10 1 9 ELF3 ENSG00000163435 +transcript chr1 202122886 202128598 ENST00000683302 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122889 202129018 ENST00000683557 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122915 202128556 ENST00000682545 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122917 202133592 ENST00000367282 protein_coding 6 1 NA GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000683302 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000683557 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000682545 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000367282 protein_coding 6 1 1 GPR37L1 ENSG00000170075 +transcript chr1 202122964 202128880 ENST00000682887 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000682887 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202127340 202127429 ENST00000682887 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127866 ENST00000683302 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127824 ENST00000683557 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127824 ENST00000682545 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202128553 ENST00000367282 protein_coding 6 1 2 GPR37L1 ENSG00000170075 +CDS chr1 202127936 202128553 ENST00000683302 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +CDS chr1 202128087 202128101 ENST00000682545 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +CDS chr1 202128234 202128275 ENST00000683557 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +transcript chr1 202133404 202144737 ENST00000272217 protein_coding 7 1 NA ARL8A ENSG00000143862 +transcript chr1 202133404 202144743 ENST00000614750 protein_coding 1 3 NA ARL8A ENSG00000143862 +CDS chr1 202134470 202134516 ENST00000272217 protein_coding 7 1 7 ARL8A ENSG00000143862 +CDS chr1 202135150 202135220 ENST00000272217 protein_coding 7 1 6 ARL8A ENSG00000143862 +CDS chr1 202135152 202135220 ENST00000614750 protein_coding 1 3 5 ARL8A ENSG00000143862 +CDS chr1 202135459 202135526 ENST00000272217 protein_coding 7 1 5 ARL8A ENSG00000143862 +CDS chr1 202135707 202135800 ENST00000272217 protein_coding 7 1 4 ARL8A ENSG00000143862 +CDS chr1 202135707 202135800 ENST00000614750 protein_coding 1 3 4 ARL8A ENSG00000143862 +CDS chr1 202137965 202138038 ENST00000272217 protein_coding 7 1 3 ARL8A ENSG00000143862 +CDS chr1 202137965 202138038 ENST00000614750 protein_coding 1 3 3 ARL8A ENSG00000143862 +CDS chr1 202138368 202138448 ENST00000272217 protein_coding 7 1 2 ARL8A ENSG00000143862 +CDS chr1 202138368 202138448 ENST00000614750 protein_coding 1 3 2 ARL8A ENSG00000143862 +CDS chr1 202144450 202144572 ENST00000272217 protein_coding 7 1 1 ARL8A ENSG00000143862 +CDS chr1 202144450 202144572 ENST00000614750 protein_coding 1 3 1 ARL8A ENSG00000143862 +transcript chr1 202147013 202159991 ENST00000367279 protein_coding 8 1 NA PTPN7 ENSG00000143851 +transcript chr1 202147013 202161581 ENST00000309017 protein_coding 8 1 NA PTPN7 ENSG00000143851 +transcript chr1 202147016 202160602 ENST00000691036 protein_coding 1 NA NA PTPN7 ENSG00000143851 +transcript chr1 202148500 202161581 ENST00000477554 protein_coding 6 2 NA PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000367279 protein_coding 8 1 9 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000309017 protein_coding 8 1 10 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000691036 protein_coding 1 NA 10 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000477554 protein_coding 6 2 10 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000367279 protein_coding 8 1 8 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000309017 protein_coding 8 1 9 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000691036 protein_coding 1 NA 9 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000477554 protein_coding 6 2 9 PTPN7 ENSG00000143851 +transcript chr1 202152538 202160644 ENST00000477625 protein_coding 5 5 NA PTPN7 ENSG00000143851 +CDS chr1 202152538 202152699 ENST00000477625 protein_coding 5 5 6 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000367279 protein_coding 8 1 7 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000309017 protein_coding 8 1 8 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000691036 protein_coding 1 NA 8 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000477554 protein_coding 6 2 8 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000367279 protein_coding 8 1 6 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000309017 protein_coding 8 1 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000691036 protein_coding 1 NA 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000477554 protein_coding 6 2 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000477625 protein_coding 5 5 5 PTPN7 ENSG00000143851 +transcript chr1 202153766 202160578 ENST00000629151 protein_coding 2 5 NA PTPN7 ENSG00000143851 +CDS chr1 202153769 202153810 ENST00000629151 protein_coding 2 5 4 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000367279 protein_coding 8 1 5 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000309017 protein_coding 8 1 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000691036 protein_coding 1 NA 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000477554 protein_coding 6 2 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154278 ENST00000477625 protein_coding 5 5 4 PTPN7 ENSG00000143851 +transcript chr1 202154239 202160602 ENST00000476061 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202154239 202154323 ENST00000476061 protein_coding 5 4 6 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000367279 protein_coding 8 1 4 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000309017 protein_coding 8 1 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000691036 protein_coding 1 NA 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000477554 protein_coding 6 2 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000476061 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155537 202160608 ENST00000464870 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155537 202155609 ENST00000464870 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155537 202160608 ENST00000467283 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155537 202155609 ENST00000467283 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155561 202160608 ENST00000435759 protein_coding 6 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155561 202155609 ENST00000435759 protein_coding 6 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155581 202160608 ENST00000486116 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155581 202155609 ENST00000486116 protein_coding 5 4 5 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000367279 protein_coding 8 1 3 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000309017 protein_coding 8 1 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000691036 protein_coding 1 NA 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000477554 protein_coding 6 2 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000476061 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000464870 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157820 ENST00000467283 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000435759 protein_coding 6 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000486116 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000367279 protein_coding 8 1 2 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000309017 protein_coding 8 1 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000691036 protein_coding 1 NA 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000477554 protein_coding 6 2 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000629151 protein_coding 2 5 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000476061 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000464870 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000467283 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158320 ENST00000435759 protein_coding 6 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000486116 protein_coding 5 4 3 PTPN7 ENSG00000143851 +transcript chr1 202158118 202161588 ENST00000492451 protein_coding 1 5 NA PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000492451 protein_coding 1 5 3 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159519 ENST00000367279 protein_coding 8 1 1 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000309017 protein_coding 8 1 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000691036 protein_coding 1 NA 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000477554 protein_coding 6 2 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000629151 protein_coding 2 5 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159339 ENST00000476061 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000464870 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000467283 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000435759 protein_coding 6 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000486116 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000492451 protein_coding 1 5 2 PTPN7 ENSG00000143851 +transcript chr1 202193799 202319761 ENST00000367278 protein_coding 8 1 NA LGR6 ENSG00000133067 +CDS chr1 202193990 202194201 ENST00000367278 protein_coding 8 1 1 LGR6 ENSG00000133067 +transcript chr1 202203736 202319781 ENST00000255432 protein_coding 11 1 NA LGR6 ENSG00000133067 +CDS chr1 202203820 202203875 ENST00000255432 protein_coding 11 1 1 LGR6 ENSG00000133067 +transcript chr1 202210708 202305749 ENST00000423542 protein_coding 5 3 NA LGR6 ENSG00000133067 +transcript chr1 202214155 202319207 ENST00000439764 protein_coding 2 1 NA LGR6 ENSG00000133067 +CDS chr1 202214155 202214237 ENST00000439764 protein_coding 2 1 1 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000367278 protein_coding 8 1 2 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000255432 protein_coding 11 1 2 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000439764 protein_coding 2 1 2 LGR6 ENSG00000133067 +CDS chr1 202225433 202225494 ENST00000423542 protein_coding 5 3 2 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000367278 protein_coding 8 1 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000255432 protein_coding 11 1 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000423542 protein_coding 5 3 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000439764 protein_coding 2 1 3 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000367278 protein_coding 8 1 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000255432 protein_coding 11 1 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000423542 protein_coding 5 3 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000439764 protein_coding 2 1 4 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000367278 protein_coding 8 1 5 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000255432 protein_coding 11 1 5 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000423542 protein_coding 5 3 5 LGR6 ENSG00000133067 +CDS chr1 202280781 202280852 ENST00000367278 protein_coding 8 1 6 LGR6 ENSG00000133067 +CDS chr1 202280781 202280852 ENST00000255432 protein_coding 11 1 6 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000367278 protein_coding 8 1 7 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000255432 protein_coding 11 1 7 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000423542 protein_coding 5 3 6 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000439764 protein_coding 2 1 5 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000367278 protein_coding 8 1 8 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000255432 protein_coding 11 1 8 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000439764 protein_coding 2 1 6 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000367278 protein_coding 8 1 9 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000255432 protein_coding 11 1 9 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000439764 protein_coding 2 1 7 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000367278 protein_coding 8 1 10 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000255432 protein_coding 11 1 10 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000423542 protein_coding 5 3 7 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000439764 protein_coding 2 1 8 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000367278 protein_coding 8 1 11 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000255432 protein_coding 11 1 11 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000423542 protein_coding 5 3 8 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000439764 protein_coding 2 1 9 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000367278 protein_coding 8 1 12 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000255432 protein_coding 11 1 12 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000423542 protein_coding 5 3 9 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000439764 protein_coding 2 1 10 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000367278 protein_coding 8 1 13 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000255432 protein_coding 11 1 13 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000439764 protein_coding 2 1 11 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000367278 protein_coding 8 1 14 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000255432 protein_coding 11 1 14 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000439764 protein_coding 2 1 12 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000367278 protein_coding 8 1 15 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000255432 protein_coding 11 1 15 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000439764 protein_coding 2 1 13 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000367278 protein_coding 8 1 16 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000255432 protein_coding 11 1 16 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000439764 protein_coding 2 1 14 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000367278 protein_coding 8 1 17 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000255432 protein_coding 11 1 17 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000439764 protein_coding 2 1 15 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000367278 protein_coding 8 1 18 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000255432 protein_coding 11 1 18 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000439764 protein_coding 2 1 16 LGR6 ENSG00000133067 +transcript chr1 202331657 202341936 ENST00000646651 protein_coding 1 NA NA UBE2T ENSG00000077152 +CDS chr1 202331838 202331960 ENST00000646651 protein_coding 1 NA 7 UBE2T ENSG00000077152 +CDS chr1 202333010 202333093 ENST00000646651 protein_coding 1 NA 6 UBE2T ENSG00000077152 +CDS chr1 202333237 202333335 ENST00000646651 protein_coding 1 NA 5 UBE2T ENSG00000077152 +CDS chr1 202333450 202333555 ENST00000646651 protein_coding 1 NA 4 UBE2T ENSG00000077152 +CDS chr1 202334989 202335058 ENST00000646651 protein_coding 1 NA 3 UBE2T ENSG00000077152 +CDS chr1 202335646 202335754 ENST00000646651 protein_coding 1 NA 2 UBE2T ENSG00000077152 +transcript chr1 202348699 202592706 ENST00000391959 protein_coding 5 5 NA PPP1R12B ENSG00000077157 +transcript chr1 202348699 202592702 ENST00000608999 protein_coding 6 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202348720 202438242 ENST00000480184 protein_coding 5 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202348728 202438242 ENST00000356764 protein_coding 6 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000391959 protein_coding 5 5 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000608999 protein_coding 6 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000480184 protein_coding 5 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000356764 protein_coding 6 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000391959 protein_coding 5 5 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000608999 protein_coding 6 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000480184 protein_coding 5 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000356764 protein_coding 6 1 2 PPP1R12B ENSG00000077157 +transcript chr1 202416831 202434763 ENST00000466968 protein_coding 1 3 NA PPP1R12B ENSG00000077157 +CDS chr1 202416831 202416917 ENST00000466968 protein_coding 1 3 1 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000391959 protein_coding 5 5 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000608999 protein_coding 6 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000480184 protein_coding 5 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000356764 protein_coding 6 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000391959 protein_coding 5 5 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000608999 protein_coding 6 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000480184 protein_coding 5 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000356764 protein_coding 6 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000391959 protein_coding 5 5 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000608999 protein_coding 6 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000480184 protein_coding 5 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000356764 protein_coding 6 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000466968 protein_coding 1 3 2 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000391959 protein_coding 5 5 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000608999 protein_coding 6 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000480184 protein_coding 5 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000356764 protein_coding 6 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000466968 protein_coding 1 3 3 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000391959 protein_coding 5 5 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000608999 protein_coding 6 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000480184 protein_coding 5 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000356764 protein_coding 6 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000466968 protein_coding 1 3 4 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000391959 protein_coding 5 5 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000608999 protein_coding 6 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000480184 protein_coding 5 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000356764 protein_coding 6 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000466968 protein_coding 1 3 5 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000391959 protein_coding 5 5 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000608999 protein_coding 6 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000480184 protein_coding 5 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434763 ENST00000466968 protein_coding 1 3 6 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438024 ENST00000391959 protein_coding 5 5 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438024 ENST00000608999 protein_coding 6 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438111 ENST00000480184 protein_coding 5 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202437837 ENST00000356764 protein_coding 6 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202440706 202440788 ENST00000391959 protein_coding 5 5 11 PPP1R12B ENSG00000077157 +CDS chr1 202440706 202440788 ENST00000608999 protein_coding 6 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202442447 202442572 ENST00000391959 protein_coding 5 5 12 PPP1R12B ENSG00000077157 +CDS chr1 202442447 202442572 ENST00000608999 protein_coding 6 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202445046 202445228 ENST00000391959 protein_coding 5 5 13 PPP1R12B ENSG00000077157 +CDS chr1 202448989 202449171 ENST00000391959 protein_coding 5 5 14 PPP1R12B ENSG00000077157 +CDS chr1 202448989 202449171 ENST00000608999 protein_coding 6 1 13 PPP1R12B ENSG00000077157 +transcript chr1 202462743 202581152 ENST00000290419 protein_coding 9 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202462743 202581152 ENST00000491336 protein_coding 5 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202488533 202488623 ENST00000391959 protein_coding 5 5 15 PPP1R12B ENSG00000077157 +CDS chr1 202488533 202488623 ENST00000608999 protein_coding 6 1 14 PPP1R12B ENSG00000077157 +CDS chr1 202493114 202493317 ENST00000391959 protein_coding 5 5 16 PPP1R12B ENSG00000077157 +CDS chr1 202493114 202493317 ENST00000608999 protein_coding 6 1 15 PPP1R12B ENSG00000077157 +CDS chr1 202495293 202495482 ENST00000391959 protein_coding 5 5 17 PPP1R12B ENSG00000077157 +CDS chr1 202495293 202495482 ENST00000608999 protein_coding 6 1 16 PPP1R12B ENSG00000077157 +CDS chr1 202495470 202495482 ENST00000290419 protein_coding 9 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202495470 202495482 ENST00000491336 protein_coding 5 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000391959 protein_coding 5 5 18 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000608999 protein_coding 6 1 17 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000290419 protein_coding 9 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000491336 protein_coding 5 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000391959 protein_coding 5 5 19 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000608999 protein_coding 6 1 18 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000290419 protein_coding 9 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000491336 protein_coding 5 1 6 PPP1R12B ENSG00000077157 +transcript chr1 202539840 202580577 ENST00000634903 protein_coding 1 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202540140 202540241 ENST00000634903 protein_coding 1 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000391959 protein_coding 5 5 20 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000608999 protein_coding 6 1 19 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000290419 protein_coding 9 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000491336 protein_coding 5 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000634903 protein_coding 1 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000391959 protein_coding 5 5 21 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000608999 protein_coding 6 1 20 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000290419 protein_coding 9 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000491336 protein_coding 5 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000634903 protein_coding 1 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000391959 protein_coding 5 5 22 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000608999 protein_coding 6 1 21 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000290419 protein_coding 9 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000491336 protein_coding 5 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000634903 protein_coding 1 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000391959 protein_coding 5 5 23 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000608999 protein_coding 6 1 22 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000290419 protein_coding 9 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000491336 protein_coding 5 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000634903 protein_coding 1 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000391959 protein_coding 5 5 24 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000608999 protein_coding 6 1 23 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000290419 protein_coding 9 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000491336 protein_coding 5 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000634903 protein_coding 1 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202575002 202575133 ENST00000290419 protein_coding 9 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000391959 protein_coding 5 5 25 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000608999 protein_coding 6 1 24 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000491336 protein_coding 5 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000634903 protein_coding 1 1 7 PPP1R12B ENSG00000077157 +transcript chr1 202590596 202643453 ENST00000367267 protein_coding 5 2 NA SYT2 ENSG00000143858 +transcript chr1 202590596 202710454 ENST00000367268 protein_coding 5 1 NA SYT2 ENSG00000143858 +CDS chr1 202596760 202596963 ENST00000367267 protein_coding 5 2 9 SYT2 ENSG00000143858 +CDS chr1 202596760 202596963 ENST00000367268 protein_coding 5 1 9 SYT2 ENSG00000143858 +CDS chr1 202599218 202599351 ENST00000367267 protein_coding 5 2 8 SYT2 ENSG00000143858 +CDS chr1 202599218 202599351 ENST00000367268 protein_coding 5 1 8 SYT2 ENSG00000143858 +CDS chr1 202600357 202600474 ENST00000367267 protein_coding 5 2 7 SYT2 ENSG00000143858 +CDS chr1 202600357 202600474 ENST00000367268 protein_coding 5 1 7 SYT2 ENSG00000143858 +CDS chr1 202601890 202602057 ENST00000367267 protein_coding 5 2 6 SYT2 ENSG00000143858 +CDS chr1 202601890 202602057 ENST00000367268 protein_coding 5 1 6 SYT2 ENSG00000143858 +CDS chr1 202602378 202602545 ENST00000367267 protein_coding 5 2 5 SYT2 ENSG00000143858 +CDS chr1 202602378 202602545 ENST00000367268 protein_coding 5 1 5 SYT2 ENSG00000143858 +CDS chr1 202602999 202603118 ENST00000367267 protein_coding 5 2 4 SYT2 ENSG00000143858 +CDS chr1 202602999 202603118 ENST00000367268 protein_coding 5 1 4 SYT2 ENSG00000143858 +CDS chr1 202604455 202604621 ENST00000367267 protein_coding 5 2 3 SYT2 ENSG00000143858 +CDS chr1 202604455 202604621 ENST00000367268 protein_coding 5 1 3 SYT2 ENSG00000143858 +CDS chr1 202605595 202605772 ENST00000367267 protein_coding 5 2 2 SYT2 ENSG00000143858 +CDS chr1 202605595 202605772 ENST00000367268 protein_coding 5 1 2 SYT2 ENSG00000143858 +transcript chr1 202724495 202808421 ENST00000367265 protein_coding 9 1 NA KDM5B ENSG00000117139 +transcript chr1 202724714 202729715 ENST00000648676 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202724887 202808473 ENST00000648338 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202726423 202726503 ENST00000648676 protein_coding 1 NA 2 KDM5B ENSG00000117139 +transcript chr1 202727435 202808481 ENST00000367264 protein_coding 7 1 NA KDM5B ENSG00000117139 +transcript chr1 202727445 202808416 ENST00000650569 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727445 202808481 ENST00000648473 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727448 202808487 ENST00000648056 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727675 202808421 ENST00000649770 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202728291 202808470 ENST00000648469 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000367265 protein_coding 9 1 27 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000367264 protein_coding 7 1 28 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000650569 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000648056 protein_coding 1 NA 27 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000648469 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729062 202729103 ENST00000649770 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729457 202729474 ENST00000648473 protein_coding 1 NA 27 KDM5B ENSG00000117139 +CDS chr1 202729653 202730027 ENST00000648338 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000367265 protein_coding 9 1 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202729715 ENST00000648676 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000367264 protein_coding 7 1 27 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000650569 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648473 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648056 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000649770 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648469 protein_coding 1 NA 25 KDM5B ENSG00000117139 +transcript chr1 202729905 202807348 ENST00000235790 protein_coding 9 2 NA KDM5B ENSG00000117139 +CDS chr1 202729905 202730027 ENST00000235790 protein_coding 9 2 26 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000367265 protein_coding 9 1 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648338 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000367264 protein_coding 7 1 26 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000650569 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648473 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648056 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000649770 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648469 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000235790 protein_coding 9 2 25 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000367265 protein_coding 9 1 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648338 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000367264 protein_coding 7 1 25 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000650569 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648473 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648056 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000649770 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648469 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000235790 protein_coding 9 2 24 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000367265 protein_coding 9 1 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648338 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000367264 protein_coding 7 1 24 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000650569 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648473 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648056 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000649770 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648469 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000235790 protein_coding 9 2 23 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000367265 protein_coding 9 1 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648338 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000367264 protein_coding 7 1 23 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000650569 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648473 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648056 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000649770 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648469 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000235790 protein_coding 9 2 22 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000367265 protein_coding 9 1 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648338 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000367264 protein_coding 7 1 22 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000650569 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648473 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648056 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000649770 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648469 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000235790 protein_coding 9 2 21 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000367265 protein_coding 9 1 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648338 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000367264 protein_coding 7 1 21 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000650569 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648473 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648056 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000649770 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648469 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000235790 protein_coding 9 2 20 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000367265 protein_coding 9 1 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648338 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000367264 protein_coding 7 1 20 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000650569 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648473 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648056 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000649770 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648469 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000235790 protein_coding 9 2 19 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000367265 protein_coding 9 1 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648338 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000367264 protein_coding 7 1 19 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000650569 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648473 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648056 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000649770 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648469 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000235790 protein_coding 9 2 18 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000367265 protein_coding 9 1 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648338 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000367264 protein_coding 7 1 18 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000650569 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648473 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648056 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000649770 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648469 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000235790 protein_coding 9 2 17 KDM5B ENSG00000117139 +transcript chr1 202745555 202755370 ENST00000649929 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202745853 202745982 ENST00000649929 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000367265 protein_coding 9 1 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648338 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000367264 protein_coding 7 1 17 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000650569 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648473 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648056 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000649770 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648469 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000235790 protein_coding 9 2 16 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000367265 protein_coding 9 1 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648338 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000367264 protein_coding 7 1 16 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000650569 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648473 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648056 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000649770 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648469 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000235790 protein_coding 9 2 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000649929 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000367265 protein_coding 9 1 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648338 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000367264 protein_coding 7 1 15 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000650569 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648473 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648056 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000649770 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648469 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000235790 protein_coding 9 2 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000649929 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000367265 protein_coding 9 1 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648338 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000367264 protein_coding 7 1 14 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000650569 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648473 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648056 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000649770 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648469 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000235790 protein_coding 9 2 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000649929 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000367265 protein_coding 9 1 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648338 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000367264 protein_coding 7 1 13 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000650569 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648473 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648056 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000649770 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648469 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000235790 protein_coding 9 2 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000649929 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000367265 protein_coding 9 1 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648338 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000367264 protein_coding 7 1 12 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000650569 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648473 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648056 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000649770 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648469 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000235790 protein_coding 9 2 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755370 ENST00000649929 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000367265 protein_coding 9 1 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648338 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000367264 protein_coding 7 1 11 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000650569 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648473 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648056 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000649770 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648469 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000235790 protein_coding 9 2 10 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000367265 protein_coding 9 1 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648338 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000367264 protein_coding 7 1 10 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000650569 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648473 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648056 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000649770 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648469 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000235790 protein_coding 9 2 9 KDM5B ENSG00000117139 +transcript chr1 202758440 202808114 ENST00000648738 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202758440 202758510 ENST00000648738 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000367265 protein_coding 9 1 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648338 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000367264 protein_coding 7 1 9 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000650569 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648473 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648056 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000649770 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648469 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000235790 protein_coding 9 2 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648738 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000367265 protein_coding 9 1 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648338 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000367264 protein_coding 7 1 8 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000650569 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648473 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648056 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000649770 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648469 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000235790 protein_coding 9 2 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648738 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000367265 protein_coding 9 1 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648338 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000367264 protein_coding 7 1 7 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000650569 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648473 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648056 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000649770 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648469 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000235790 protein_coding 9 2 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648738 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202766397 202766504 ENST00000367264 protein_coding 7 1 6 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000367265 protein_coding 9 1 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648338 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000367264 protein_coding 7 1 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648473 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648056 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000649770 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648469 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000235790 protein_coding 9 2 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767051 ENST00000648738 protein_coding 1 NA 5 KDM5B ENSG00000117139 +transcript chr1 202770097 202808487 ENST00000650368 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202770926 202808439 ENST00000649200 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202772695 202808216 ENST00000648354 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202772772 202773053 ENST00000649200 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773049 202773288 ENST00000650368 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773049 202773288 ENST00000648354 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000367265 protein_coding 9 1 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648338 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000367264 protein_coding 7 1 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000650569 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648473 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648056 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000649770 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648469 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773219 ENST00000235790 protein_coding 9 2 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648738 protein_coding 1 NA 4 KDM5B ENSG00000117139 +transcript chr1 202773189 202808449 ENST00000650493 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202773189 202773288 ENST00000650493 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000367265 protein_coding 9 1 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648338 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000367264 protein_coding 7 1 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650569 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648473 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648056 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648738 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650368 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000649200 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650493 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000367265 protein_coding 9 1 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648338 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000367264 protein_coding 7 1 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000650569 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648473 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648056 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000649770 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648469 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648738 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000650368 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000649200 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648354 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000367265 protein_coding 9 1 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648338 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000367264 protein_coding 7 1 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650569 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648473 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000649770 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648469 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808114 ENST00000648738 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650368 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000649200 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808216 ENST00000648354 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650493 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808117 202808305 ENST00000648056 protein_coding 1 NA 1 KDM5B ENSG00000117139 +transcript chr1 202878282 202889149 ENST00000367262 protein_coding 4 1 NA RABIF ENSG00000183155 +CDS chr1 202880981 202881223 ENST00000367262 protein_coding 4 1 2 RABIF ENSG00000183155 +CDS chr1 202888973 202889098 ENST00000367262 protein_coding 4 1 1 RABIF ENSG00000183155 +transcript chr1 202891116 202909161 ENST00000367259 protein_coding 1 2 NA KLHL12 ENSG00000117153 +transcript chr1 202891120 202927234 ENST00000367261 protein_coding 8 1 NA KLHL12 ENSG00000117153 +CDS chr1 202892536 202892659 ENST00000367261 protein_coding 8 1 12 KLHL12 ENSG00000117153 +CDS chr1 202892640 202892659 ENST00000367259 protein_coding 1 2 6 KLHL12 ENSG00000117153 +CDS chr1 202893239 202893425 ENST00000367261 protein_coding 8 1 11 KLHL12 ENSG00000117153 +CDS chr1 202894184 202894282 ENST00000367259 protein_coding 1 2 5 KLHL12 ENSG00000117153 +CDS chr1 202894184 202894282 ENST00000367261 protein_coding 8 1 10 KLHL12 ENSG00000117153 +CDS chr1 202894591 202894749 ENST00000367259 protein_coding 1 2 4 KLHL12 ENSG00000117153 +CDS chr1 202894591 202894749 ENST00000367261 protein_coding 8 1 9 KLHL12 ENSG00000117153 +CDS chr1 202895522 202895717 ENST00000367259 protein_coding 1 2 3 KLHL12 ENSG00000117153 +CDS chr1 202895522 202895717 ENST00000367261 protein_coding 8 1 8 KLHL12 ENSG00000117153 +CDS chr1 202896854 202896960 ENST00000367259 protein_coding 1 2 2 KLHL12 ENSG00000117153 +CDS chr1 202896854 202896960 ENST00000367261 protein_coding 8 1 7 KLHL12 ENSG00000117153 +CDS chr1 202909010 202909040 ENST00000367259 protein_coding 1 2 1 KLHL12 ENSG00000117153 +CDS chr1 202909010 202909124 ENST00000367261 protein_coding 8 1 6 KLHL12 ENSG00000117153 +transcript chr1 202909010 202928636 ENST00000367258 protein_coding 1 5 NA KLHL12 ENSG00000117153 +CDS chr1 202909010 202909124 ENST00000367258 protein_coding 1 5 6 KLHL12 ENSG00000117153 +CDS chr1 202911054 202911203 ENST00000367261 protein_coding 8 1 5 KLHL12 ENSG00000117153 +CDS chr1 202911054 202911203 ENST00000367258 protein_coding 1 5 5 KLHL12 ENSG00000117153 +CDS chr1 202918171 202918388 ENST00000367261 protein_coding 8 1 4 KLHL12 ENSG00000117153 +CDS chr1 202918171 202918388 ENST00000367258 protein_coding 1 5 4 KLHL12 ENSG00000117153 +CDS chr1 202919755 202919908 ENST00000367261 protein_coding 8 1 3 KLHL12 ENSG00000117153 +CDS chr1 202919755 202919908 ENST00000367258 protein_coding 1 5 3 KLHL12 ENSG00000117153 +CDS chr1 202924968 202925162 ENST00000367261 protein_coding 8 1 2 KLHL12 ENSG00000117153 +CDS chr1 202924968 202925207 ENST00000367258 protein_coding 1 5 2 KLHL12 ENSG00000117153 +CDS chr1 202928481 202928549 ENST00000367258 protein_coding 1 5 1 KLHL12 ENSG00000117153 +transcript chr1 202940832 202958312 ENST00000340990 protein_coding 10 1 NA ADIPOR1 ENSG00000159346 +transcript chr1 202941490 202958264 ENST00000367254 protein_coding 7 1 NA ADIPOR1 ENSG00000159346 +CDS chr1 202941576 202941701 ENST00000340990 protein_coding 10 1 8 ADIPOR1 ENSG00000159346 +CDS chr1 202942025 202942218 ENST00000340990 protein_coding 10 1 7 ADIPOR1 ENSG00000159346 +CDS chr1 202943758 202943945 ENST00000340990 protein_coding 10 1 6 ADIPOR1 ENSG00000159346 +transcript chr1 202943764 202958572 ENST00000417068 protein_coding 5 3 NA ADIPOR1 ENSG00000159346 +CDS chr1 202943764 202943945 ENST00000417068 protein_coding 5 3 7 ADIPOR1 ENSG00000159346 +CDS chr1 202943781 202943863 ENST00000367254 protein_coding 7 1 5 ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000340990 protein_coding 10 1 5 ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000417068 protein_coding 5 3 6 ADIPOR1 ENSG00000159346 +transcript chr1 202944983 202958285 ENST00000426229 protein_coding 1 2 NA ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000426229 protein_coding 1 2 6 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000340990 protein_coding 10 1 4 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000367254 protein_coding 7 1 4 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000417068 protein_coding 5 3 5 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000426229 protein_coding 1 2 5 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000340990 protein_coding 10 1 3 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000367254 protein_coding 7 1 3 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000417068 protein_coding 5 3 4 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000426229 protein_coding 1 2 4 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000340990 protein_coding 10 1 2 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000367254 protein_coding 7 1 2 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000417068 protein_coding 5 3 3 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000426229 protein_coding 1 2 3 ADIPOR1 ENSG00000159346 +transcript chr1 202961873 202967257 ENST00000367249 protein_coding 9 1 NA CYB5R1 ENSG00000159348 +CDS chr1 202962530 202962699 ENST00000367249 protein_coding 9 1 9 CYB5R1 ENSG00000159348 +transcript chr1 202962926 202966560 ENST00000446185 protein_coding 1 5 NA CYB5R1 ENSG00000159348 +CDS chr1 202962929 202963165 ENST00000446185 protein_coding 1 5 6 CYB5R1 ENSG00000159348 +CDS chr1 202963066 202963165 ENST00000367249 protein_coding 9 1 8 CYB5R1 ENSG00000159348 +CDS chr1 202963642 202963727 ENST00000367249 protein_coding 9 1 7 CYB5R1 ENSG00000159348 +CDS chr1 202963642 202963727 ENST00000446185 protein_coding 1 5 5 CYB5R1 ENSG00000159348 +CDS chr1 202964612 202964695 ENST00000367249 protein_coding 9 1 6 CYB5R1 ENSG00000159348 +CDS chr1 202964612 202964695 ENST00000446185 protein_coding 1 5 4 CYB5R1 ENSG00000159348 +CDS chr1 202965371 202965500 ENST00000367249 protein_coding 9 1 5 CYB5R1 ENSG00000159348 +CDS chr1 202965371 202965500 ENST00000446185 protein_coding 1 5 3 CYB5R1 ENSG00000159348 +CDS chr1 202965887 202965993 ENST00000367249 protein_coding 9 1 4 CYB5R1 ENSG00000159348 +CDS chr1 202965887 202965993 ENST00000446185 protein_coding 1 5 2 CYB5R1 ENSG00000159348 +CDS chr1 202966528 202966600 ENST00000367249 protein_coding 9 1 3 CYB5R1 ENSG00000159348 +CDS chr1 202966528 202966560 ENST00000446185 protein_coding 1 5 1 CYB5R1 ENSG00000159348 +CDS chr1 202966749 202966898 ENST00000367249 protein_coding 9 1 2 CYB5R1 ENSG00000159348 +CDS chr1 202967191 202967205 ENST00000367249 protein_coding 9 1 1 CYB5R1 ENSG00000159348 +transcript chr1 203007374 203024848 ENST00000367242 protein_coding 4 1 NA TMEM183A ENSG00000163444 +CDS chr1 203007466 203007574 ENST00000367242 protein_coding 4 1 1 TMEM183A ENSG00000163444 +CDS chr1 203007774 203007863 ENST00000367242 protein_coding 4 1 2 TMEM183A ENSG00000163444 +CDS chr1 203008643 203008810 ENST00000367242 protein_coding 4 1 3 TMEM183A ENSG00000163444 +CDS chr1 203014889 203015048 ENST00000367242 protein_coding 4 1 4 TMEM183A ENSG00000163444 +CDS chr1 203015960 203016140 ENST00000367242 protein_coding 4 1 5 TMEM183A ENSG00000163444 +CDS chr1 203018481 203018561 ENST00000367242 protein_coding 4 1 6 TMEM183A ENSG00000163444 +CDS chr1 203020793 203020948 ENST00000367242 protein_coding 4 1 7 TMEM183A ENSG00000163444 +CDS chr1 203022855 203023037 ENST00000367242 protein_coding 4 1 8 TMEM183A ENSG00000163444 +transcript chr1 203026491 203078733 ENST00000692772 protein_coding 1 NA NA PPFIA4 ENSG00000143847 +transcript chr1 203026491 203078736 ENST00000295706 protein_coding 9 5 NA PPFIA4 ENSG00000143847 +transcript chr1 203026498 203078736 ENST00000367240 protein_coding 6 5 NA PPFIA4 ENSG00000143847 +transcript chr1 203034484 203078740 ENST00000447715 protein_coding 6 1 NA PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000692772 protein_coding 1 NA 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000295706 protein_coding 9 5 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000367240 protein_coding 6 5 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000447715 protein_coding 6 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000692772 protein_coding 1 NA 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000295706 protein_coding 9 5 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000367240 protein_coding 6 5 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000447715 protein_coding 6 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000692772 protein_coding 1 NA 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000295706 protein_coding 9 5 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000367240 protein_coding 6 5 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000447715 protein_coding 6 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000692772 protein_coding 1 NA 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000295706 protein_coding 9 5 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000367240 protein_coding 6 5 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000447715 protein_coding 6 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000692772 protein_coding 1 NA 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000295706 protein_coding 9 5 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000367240 protein_coding 6 5 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000447715 protein_coding 6 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000692772 protein_coding 1 NA 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000295706 protein_coding 9 5 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000367240 protein_coding 6 5 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000447715 protein_coding 6 1 11 PPFIA4 ENSG00000143847 +transcript chr1 203045466 203076497 ENST00000600426 protein_coding 5 2 NA PPFIA4 ENSG00000143847 +CDS chr1 203045466 203045559 ENST00000600426 protein_coding 5 2 1 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000692772 protein_coding 1 NA 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000295706 protein_coding 9 5 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000367240 protein_coding 6 5 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000447715 protein_coding 6 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000600426 protein_coding 5 2 2 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000692772 protein_coding 1 NA 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000295706 protein_coding 9 5 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000367240 protein_coding 6 5 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000447715 protein_coding 6 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000600426 protein_coding 5 2 3 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000692772 protein_coding 1 NA 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000295706 protein_coding 9 5 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000367240 protein_coding 6 5 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000447715 protein_coding 6 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000600426 protein_coding 5 2 4 PPFIA4 ENSG00000143847 +CDS chr1 203048571 203048714 ENST00000447715 protein_coding 6 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000692772 protein_coding 1 NA 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000295706 protein_coding 9 5 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000367240 protein_coding 6 5 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000600426 protein_coding 5 2 5 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000692772 protein_coding 1 NA 12 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000295706 protein_coding 9 5 12 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000447715 protein_coding 6 1 16 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000600426 protein_coding 5 2 6 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000692772 protein_coding 1 NA 13 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000295706 protein_coding 9 5 13 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000367240 protein_coding 6 5 12 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000447715 protein_coding 6 1 17 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000600426 protein_coding 5 2 7 PPFIA4 ENSG00000143847 +transcript chr1 203051183 203078736 ENST00000272198 protein_coding 10 1 NA PPFIA4 ENSG00000143847 +transcript chr1 203051240 203076953 ENST00000599966 protein_coding 5 1 NA PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000692772 protein_coding 1 NA 14 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000295706 protein_coding 9 5 14 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000367240 protein_coding 6 5 13 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000447715 protein_coding 6 1 18 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000600426 protein_coding 5 2 8 PPFIA4 ENSG00000143847 +CDS chr1 203051776 203051877 ENST00000272198 protein_coding 10 1 1 PPFIA4 ENSG00000143847 +CDS chr1 203051776 203051877 ENST00000599966 protein_coding 5 1 1 PPFIA4 ENSG00000143847 +transcript chr1 203053746 203056806 ENST00000599514 protein_coding 1 4 NA PPFIA4 ENSG00000143847 +CDS chr1 203053746 203053961 ENST00000599514 protein_coding 1 4 1 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000692772 protein_coding 1 NA 15 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000295706 protein_coding 9 5 15 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000367240 protein_coding 6 5 14 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000600426 protein_coding 5 2 9 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000272198 protein_coding 10 1 2 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000599966 protein_coding 5 1 2 PPFIA4 ENSG00000143847 +CDS chr1 203053796 203053860 ENST00000447715 protein_coding 6 1 19 PPFIA4 ENSG00000143847 +CDS chr1 203054058 203054123 ENST00000447715 protein_coding 6 1 20 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000692772 protein_coding 1 NA 16 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000295706 protein_coding 9 5 16 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000367240 protein_coding 6 5 15 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000447715 protein_coding 6 1 21 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000600426 protein_coding 5 2 10 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000272198 protein_coding 10 1 3 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000599966 protein_coding 5 1 3 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000599514 protein_coding 1 4 2 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000692772 protein_coding 1 NA 17 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000295706 protein_coding 9 5 17 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000367240 protein_coding 6 5 16 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000447715 protein_coding 6 1 22 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000600426 protein_coding 5 2 11 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000272198 protein_coding 10 1 4 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000599966 protein_coding 5 1 4 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000599514 protein_coding 1 4 3 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000692772 protein_coding 1 NA 18 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000295706 protein_coding 9 5 18 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000367240 protein_coding 6 5 17 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000447715 protein_coding 6 1 23 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000600426 protein_coding 5 2 12 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000272198 protein_coding 10 1 5 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000599966 protein_coding 5 1 5 PPFIA4 ENSG00000143847 +CDS chr1 203056452 203056508 ENST00000599514 protein_coding 1 4 4 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000692772 protein_coding 1 NA 19 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000295706 protein_coding 9 5 19 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000367240 protein_coding 6 5 18 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000447715 protein_coding 6 1 24 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000600426 protein_coding 5 2 13 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000272198 protein_coding 10 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000599966 protein_coding 5 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056806 ENST00000599514 protein_coding 1 4 5 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000692772 protein_coding 1 NA 20 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000295706 protein_coding 9 5 20 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000367240 protein_coding 6 5 19 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000447715 protein_coding 6 1 25 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000600426 protein_coding 5 2 14 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000272198 protein_coding 10 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000599966 protein_coding 5 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000692772 protein_coding 1 NA 21 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000295706 protein_coding 9 5 21 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000367240 protein_coding 6 5 20 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000447715 protein_coding 6 1 26 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000600426 protein_coding 5 2 15 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000272198 protein_coding 10 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000599966 protein_coding 5 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000692772 protein_coding 1 NA 22 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000295706 protein_coding 9 5 22 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000367240 protein_coding 6 5 21 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000447715 protein_coding 6 1 27 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000600426 protein_coding 5 2 16 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000272198 protein_coding 10 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000599966 protein_coding 5 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000692772 protein_coding 1 NA 23 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000295706 protein_coding 9 5 23 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000367240 protein_coding 6 5 22 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000447715 protein_coding 6 1 28 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000600426 protein_coding 5 2 17 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000272198 protein_coding 10 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000599966 protein_coding 5 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000692772 protein_coding 1 NA 24 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000295706 protein_coding 9 5 24 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000367240 protein_coding 6 5 23 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000447715 protein_coding 6 1 29 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000600426 protein_coding 5 2 18 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000272198 protein_coding 10 1 11 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000692772 protein_coding 1 NA 25 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000295706 protein_coding 9 5 25 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000367240 protein_coding 6 5 24 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000447715 protein_coding 6 1 30 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000600426 protein_coding 5 2 19 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000272198 protein_coding 10 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000599966 protein_coding 5 1 11 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000692772 protein_coding 1 NA 26 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000295706 protein_coding 9 5 26 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000367240 protein_coding 6 5 25 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000447715 protein_coding 6 1 31 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000600426 protein_coding 5 2 20 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000272198 protein_coding 10 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000599966 protein_coding 5 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000692772 protein_coding 1 NA 27 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000295706 protein_coding 9 5 27 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000367240 protein_coding 6 5 26 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000447715 protein_coding 6 1 32 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000600426 protein_coding 5 2 21 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000272198 protein_coding 10 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000599966 protein_coding 5 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000692772 protein_coding 1 NA 28 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000295706 protein_coding 9 5 28 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000367240 protein_coding 6 5 27 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000447715 protein_coding 6 1 33 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000600426 protein_coding 5 2 22 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000272198 protein_coding 10 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000599966 protein_coding 5 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000692772 protein_coding 1 NA 29 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000295706 protein_coding 9 5 29 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000367240 protein_coding 6 5 28 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000447715 protein_coding 6 1 34 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000600426 protein_coding 5 2 23 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000272198 protein_coding 10 1 16 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000599966 protein_coding 5 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203075968 203076023 ENST00000692772 protein_coding 1 NA 30 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000295706 protein_coding 9 5 30 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000367240 protein_coding 6 5 29 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000447715 protein_coding 6 1 35 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000600426 protein_coding 5 2 24 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000272198 protein_coding 10 1 17 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000599966 protein_coding 5 1 16 PPFIA4 ENSG00000143847 +transcript chr1 203083129 203086012 ENST00000241651 protein_coding 5 1 NA MYOG ENSG00000122180 +CDS chr1 203083913 203084031 ENST00000241651 protein_coding 5 1 3 MYOG ENSG00000122180 +CDS chr1 203084647 203084728 ENST00000241651 protein_coding 5 1 2 MYOG ENSG00000122180 +CDS chr1 203085491 203085961 ENST00000241651 protein_coding 5 1 1 MYOG ENSG00000122180 +transcript chr1 203090654 203167404 ENST00000309502 protein_coding 7 1 NA ADORA1 ENSG00000163485 +transcript chr1 203127065 203167405 ENST00000367236 protein_coding 8 1 NA ADORA1 ENSG00000163485 +transcript chr1 203127708 203165089 ENST00000640524 protein_coding 1 5 NA ADORA1 ENSG00000163485 +transcript chr1 203127726 203167405 ENST00000337894 protein_coding 9 2 NA ADORA1 ENSG00000163485 +transcript chr1 203128306 203166749 ENST00000367235 protein_coding 1 2 NA ADORA1 ENSG00000163485 +transcript chr1 203128373 203166062 ENST00000618295 protein_coding 1 1 NA ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000309502 protein_coding 7 1 5 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000367236 protein_coding 8 1 2 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000640524 protein_coding 1 5 2 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000337894 protein_coding 9 2 3 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000367235 protein_coding 1 2 2 ADORA1 ENSG00000163485 +CDS chr1 203165056 203165089 ENST00000640524 protein_coding 1 5 3 ADORA1 ENSG00000163485 +CDS chr1 203165056 203165089 ENST00000367235 protein_coding 1 2 3 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000309502 protein_coding 7 1 6 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000367236 protein_coding 8 1 3 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000337894 protein_coding 9 2 4 ADORA1 ENSG00000163485 +CDS chr1 203165268 203165897 ENST00000618295 protein_coding 1 1 2 ADORA1 ENSG00000163485 +transcript chr1 203167811 203175826 ENST00000255416 protein_coding 9 1 NA MYBPH ENSG00000133055 +CDS chr1 203168662 203168675 ENST00000255416 protein_coding 9 1 10 MYBPH ENSG00000133055 +CDS chr1 203168906 203169092 ENST00000255416 protein_coding 9 1 9 MYBPH ENSG00000133055 +CDS chr1 203169253 203169389 ENST00000255416 protein_coding 9 1 8 MYBPH ENSG00000133055 +CDS chr1 203170291 203170450 ENST00000255416 protein_coding 9 1 7 MYBPH ENSG00000133055 +CDS chr1 203171061 203171200 ENST00000255416 protein_coding 9 1 6 MYBPH ENSG00000133055 +CDS chr1 203171383 203171578 ENST00000255416 protein_coding 9 1 5 MYBPH ENSG00000133055 +CDS chr1 203171952 203172040 ENST00000255416 protein_coding 9 1 4 MYBPH ENSG00000133055 +CDS chr1 203174430 203174597 ENST00000255416 protein_coding 9 1 3 MYBPH ENSG00000133055 +CDS chr1 203175327 203175461 ENST00000255416 protein_coding 9 1 2 MYBPH ENSG00000133055 +CDS chr1 203175551 203175755 ENST00000255416 protein_coding 9 1 1 MYBPH ENSG00000133055 +transcript chr1 203178931 203186704 ENST00000255409 protein_coding 8 1 NA CHI3L1 ENSG00000133048 +transcript chr1 203178981 203182805 ENST00000404436 protein_coding 2 2 NA CHI3L1 ENSG00000133048 +CDS chr1 203179448 203179585 ENST00000255409 protein_coding 8 1 10 CHI3L1 ENSG00000133048 +CDS chr1 203179448 203179585 ENST00000404436 protein_coding 2 2 4 CHI3L1 ENSG00000133048 +CDS chr1 203179761 203179877 ENST00000255409 protein_coding 8 1 9 CHI3L1 ENSG00000133048 +CDS chr1 203179761 203179877 ENST00000404436 protein_coding 2 2 3 CHI3L1 ENSG00000133048 +CDS chr1 203180470 203180652 ENST00000255409 protein_coding 8 1 8 CHI3L1 ENSG00000133048 +CDS chr1 203181162 203181285 ENST00000255409 protein_coding 8 1 7 CHI3L1 ENSG00000133048 +CDS chr1 203181162 203181285 ENST00000404436 protein_coding 2 2 2 CHI3L1 ENSG00000133048 +CDS chr1 203182731 203182852 ENST00000255409 protein_coding 8 1 6 CHI3L1 ENSG00000133048 +CDS chr1 203182731 203182805 ENST00000404436 protein_coding 2 2 1 CHI3L1 ENSG00000133048 +CDS chr1 203183641 203183791 ENST00000255409 protein_coding 8 1 5 CHI3L1 ENSG00000133048 +CDS chr1 203184576 203184632 ENST00000255409 protein_coding 8 1 4 CHI3L1 ENSG00000133048 +CDS chr1 203185184 203185385 ENST00000255409 protein_coding 8 1 3 CHI3L1 ENSG00000133048 +CDS chr1 203186316 203186345 ENST00000255409 protein_coding 8 1 2 CHI3L1 ENSG00000133048 +CDS chr1 203186599 203186623 ENST00000255409 protein_coding 8 1 1 CHI3L1 ENSG00000133048 +transcript chr1 203216079 203229673 ENST00000367229 protein_coding 6 1 NA CHIT1 ENSG00000133063 +transcript chr1 203216670 203229671 ENST00000255427 protein_coding 7 2 NA CHIT1 ENSG00000133063 +CDS chr1 203216892 203217133 ENST00000367229 protein_coding 6 1 11 CHIT1 ENSG00000133063 +CDS chr1 203216892 203217133 ENST00000255427 protein_coding 7 2 10 CHIT1 ENSG00000133063 +CDS chr1 203217739 203217865 ENST00000367229 protein_coding 6 1 10 CHIT1 ENSG00000133063 +CDS chr1 203217739 203217865 ENST00000255427 protein_coding 7 2 9 CHIT1 ENSG00000133063 +CDS chr1 203219216 203219329 ENST00000367229 protein_coding 6 1 9 CHIT1 ENSG00000133063 +CDS chr1 203219216 203219329 ENST00000255427 protein_coding 7 2 8 CHIT1 ENSG00000133063 +CDS chr1 203219664 203219849 ENST00000367229 protein_coding 6 1 8 CHIT1 ENSG00000133063 +CDS chr1 203219664 203219849 ENST00000255427 protein_coding 7 2 7 CHIT1 ENSG00000133063 +CDS chr1 203222202 203222325 ENST00000367229 protein_coding 6 1 7 CHIT1 ENSG00000133063 +CDS chr1 203222202 203222325 ENST00000255427 protein_coding 7 2 6 CHIT1 ENSG00000133063 +CDS chr1 203223135 203223259 ENST00000367229 protein_coding 6 1 6 CHIT1 ENSG00000133063 +CDS chr1 203223135 203223259 ENST00000255427 protein_coding 7 2 5 CHIT1 ENSG00000133063 +CDS chr1 203223495 203223660 ENST00000367229 protein_coding 6 1 5 CHIT1 ENSG00000133063 +CDS chr1 203223495 203223660 ENST00000255427 protein_coding 7 2 4 CHIT1 ENSG00000133063 +CDS chr1 203225048 203225104 ENST00000367229 protein_coding 6 1 4 CHIT1 ENSG00000133063 +CDS chr1 203225669 203225870 ENST00000367229 protein_coding 6 1 3 CHIT1 ENSG00000133063 +CDS chr1 203225669 203225870 ENST00000255427 protein_coding 7 2 3 CHIT1 ENSG00000133063 +CDS chr1 203228533 203228562 ENST00000367229 protein_coding 6 1 2 CHIT1 ENSG00000133063 +CDS chr1 203228533 203228562 ENST00000255427 protein_coding 7 2 2 CHIT1 ENSG00000133063 +CDS chr1 203229612 203229636 ENST00000367229 protein_coding 6 1 1 CHIT1 ENSG00000133063 +CDS chr1 203229612 203229636 ENST00000255427 protein_coding 7 2 1 CHIT1 ENSG00000133063 +transcript chr1 203305519 203309602 ENST00000290551 protein_coding 5 1 NA BTG2 ENSG00000159388 +CDS chr1 203305607 203305748 ENST00000290551 protein_coding 5 1 1 BTG2 ENSG00000159388 +CDS chr1 203307104 203307435 ENST00000290551 protein_coding 5 1 2 BTG2 ENSG00000159388 +transcript chr1 203340628 203351122 ENST00000354955 protein_coding 5 1 NA FMOD ENSG00000122176 +transcript chr1 203340661 203351758 ENST00000647586 protein_coding 1 NA NA FMOD ENSG00000122176 +CDS chr1 203342346 203342494 ENST00000354955 protein_coding 5 1 3 FMOD ENSG00000122176 +CDS chr1 203342346 203342494 ENST00000647586 protein_coding 1 NA 3 FMOD ENSG00000122176 +CDS chr1 203347292 203348270 ENST00000354955 protein_coding 5 1 2 FMOD ENSG00000122176 +CDS chr1 203347292 203348003 ENST00000647586 protein_coding 1 NA 2 FMOD ENSG00000122176 +transcript chr1 203475806 203491352 ENST00000343110 protein_coding 3 1 NA PRELP ENSG00000188783 +CDS chr1 203483185 203484157 ENST00000343110 protein_coding 3 1 2 PRELP ENSG00000188783 +CDS chr1 203486706 203486878 ENST00000343110 protein_coding 3 1 3 PRELP ENSG00000188783 +transcript chr1 203494153 203508949 ENST00000367222 protein_coding 7 1 NA OPTC ENSG00000188770 +transcript chr1 203495970 203499709 ENST00000448911 protein_coding 1 2 NA OPTC ENSG00000188770 +CDS chr1 203496006 203496236 ENST00000367222 protein_coding 7 1 2 OPTC ENSG00000188770 +CDS chr1 203496006 203496236 ENST00000448911 protein_coding 1 2 1 OPTC ENSG00000188770 +CDS chr1 203496977 203497115 ENST00000367222 protein_coding 7 1 3 OPTC ENSG00000188770 +CDS chr1 203496977 203497115 ENST00000448911 protein_coding 1 2 2 OPTC ENSG00000188770 +CDS chr1 203498681 203498839 ENST00000367222 protein_coding 7 1 4 OPTC ENSG00000188770 +CDS chr1 203498747 203498839 ENST00000448911 protein_coding 1 2 3 OPTC ENSG00000188770 +CDS chr1 203499649 203499851 ENST00000367222 protein_coding 7 1 5 OPTC ENSG00000188770 +CDS chr1 203499649 203499709 ENST00000448911 protein_coding 1 2 4 OPTC ENSG00000188770 +CDS chr1 203502914 203503009 ENST00000367222 protein_coding 7 1 6 OPTC ENSG00000188770 +CDS chr1 203503550 203503717 ENST00000367222 protein_coding 7 1 7 OPTC ENSG00000188770 +transcript chr1 203626787 203744079 ENST00000367218 protein_coding 7 1 NA ATP2B4 ENSG00000058668 +transcript chr1 203626832 203744081 ENST00000357681 protein_coding 10 1 NA ATP2B4 ENSG00000058668 +transcript chr1 203682809 203740319 ENST00000341360 protein_coding 6 1 NA ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000357681 protein_coding 10 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000367218 protein_coding 7 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000341360 protein_coding 6 1 1 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000357681 protein_coding 10 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000367218 protein_coding 7 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000341360 protein_coding 6 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000357681 protein_coding 10 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000367218 protein_coding 7 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000341360 protein_coding 6 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000357681 protein_coding 10 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000367218 protein_coding 7 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000341360 protein_coding 6 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000357681 protein_coding 10 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000367218 protein_coding 7 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000341360 protein_coding 6 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000357681 protein_coding 10 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000367218 protein_coding 7 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000341360 protein_coding 6 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000357681 protein_coding 10 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000367218 protein_coding 7 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000341360 protein_coding 6 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000357681 protein_coding 10 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000367218 protein_coding 7 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000341360 protein_coding 6 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000357681 protein_coding 10 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000367218 protein_coding 7 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000341360 protein_coding 6 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000357681 protein_coding 10 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000367218 protein_coding 7 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000341360 protein_coding 6 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000357681 protein_coding 10 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000367218 protein_coding 7 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000341360 protein_coding 6 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000357681 protein_coding 10 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000367218 protein_coding 7 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000341360 protein_coding 6 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000357681 protein_coding 10 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000367218 protein_coding 7 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000341360 protein_coding 6 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000357681 protein_coding 10 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000367218 protein_coding 7 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000341360 protein_coding 6 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000357681 protein_coding 10 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000367218 protein_coding 7 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000341360 protein_coding 6 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000357681 protein_coding 10 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000367218 protein_coding 7 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000341360 protein_coding 6 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000357681 protein_coding 10 1 18 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000367218 protein_coding 7 1 18 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000341360 protein_coding 6 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000357681 protein_coding 10 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000367218 protein_coding 7 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000341360 protein_coding 6 1 18 ATP2B4 ENSG00000058668 +transcript chr1 203723897 203728310 ENST00000458092 protein_coding 5 3 NA ATP2B4 ENSG00000058668 +CDS chr1 203723897 203723988 ENST00000458092 protein_coding 5 3 1 ATP2B4 ENSG00000058668 +transcript chr1 203723963 203733632 ENST00000356729 protein_coding 5 5 NA ATP2B4 ENSG00000058668 +CDS chr1 203723963 203723988 ENST00000356729 protein_coding 5 5 1 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000357681 protein_coding 10 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000367218 protein_coding 7 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000341360 protein_coding 6 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000458092 protein_coding 5 3 2 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000356729 protein_coding 5 5 2 ATP2B4 ENSG00000058668 +CDS chr1 203728151 203728231 ENST00000458092 protein_coding 5 3 3 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733400 ENST00000367218 protein_coding 7 1 21 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733400 ENST00000341360 protein_coding 6 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733405 ENST00000356729 protein_coding 5 5 3 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739851 ENST00000357681 protein_coding 10 1 21 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739568 ENST00000367218 protein_coding 7 1 22 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739568 ENST00000341360 protein_coding 6 1 21 ATP2B4 ENSG00000058668 +transcript chr1 203765177 203774722 ENST00000367217 protein_coding 5 2 NA LAX1 ENSG00000122188 +transcript chr1 203765183 203776372 ENST00000442561 protein_coding 7 1 NA LAX1 ENSG00000122188 +CDS chr1 203765343 203765383 ENST00000367217 protein_coding 5 2 1 LAX1 ENSG00000122188 +CDS chr1 203765566 203765654 ENST00000442561 protein_coding 7 1 1 LAX1 ENSG00000122188 +CDS chr1 203770828 203770937 ENST00000367217 protein_coding 5 2 2 LAX1 ENSG00000122188 +CDS chr1 203770828 203770937 ENST00000442561 protein_coding 7 1 2 LAX1 ENSG00000122188 +CDS chr1 203771367 203771477 ENST00000367217 protein_coding 5 2 3 LAX1 ENSG00000122188 +CDS chr1 203771367 203771477 ENST00000442561 protein_coding 7 1 3 LAX1 ENSG00000122188 +CDS chr1 203772068 203772147 ENST00000367217 protein_coding 5 2 4 LAX1 ENSG00000122188 +CDS chr1 203772068 203772147 ENST00000442561 protein_coding 7 1 4 LAX1 ENSG00000122188 +CDS chr1 203773875 203774678 ENST00000367217 protein_coding 5 2 5 LAX1 ENSG00000122188 +CDS chr1 203773875 203774678 ENST00000442561 protein_coding 7 1 5 LAX1 ENSG00000122188 +transcript chr1 203795623 203854124 ENST00000367210 protein_coding 3 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795654 203818665 ENST00000432282 protein_coding 5 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795654 203847687 ENST00000453771 protein_coding 5 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795671 203852420 ENST00000367214 protein_coding 5 2 NA ZC3H11A ENSG00000058673 +transcript chr1 203795695 203854999 ENST00000639812 protein_coding 1 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795699 203852430 ENST00000367212 protein_coding 7 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795706 203854124 ENST00000332127 protein_coding 8 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795714 203854999 ENST00000550078 protein_coding 2 1 NA ZBED6 ENSG00000257315 +CDS chr1 203797523 203800459 ENST00000550078 protein_coding 2 1 1 ZBED6 ENSG00000257315 +transcript chr1 203802094 203802192 ENST00000675181 protein_coding 1 NA NA NA ENSG00000288644 +CDS chr1 203802094 203802189 ENST00000675181 protein_coding 1 NA 1 NA ENSG00000288644 +CDS chr1 203817071 203817124 ENST00000432282 protein_coding 5 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000453771 protein_coding 5 5 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367210 protein_coding 3 1 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367214 protein_coding 5 2 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000639812 protein_coding 1 5 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367212 protein_coding 7 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000332127 protein_coding 8 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818665 ENST00000432282 protein_coding 5 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000453771 protein_coding 5 5 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367210 protein_coding 3 1 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367214 protein_coding 5 2 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000639812 protein_coding 1 5 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367212 protein_coding 7 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000332127 protein_coding 8 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000453771 protein_coding 5 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367210 protein_coding 3 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367214 protein_coding 5 2 7 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000639812 protein_coding 1 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367212 protein_coding 7 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000332127 protein_coding 8 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000453771 protein_coding 5 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367210 protein_coding 3 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367214 protein_coding 5 2 8 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000639812 protein_coding 1 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367212 protein_coding 7 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000332127 protein_coding 8 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000453771 protein_coding 5 5 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367210 protein_coding 3 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367214 protein_coding 5 2 9 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000639812 protein_coding 1 5 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367212 protein_coding 7 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000332127 protein_coding 8 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000453771 protein_coding 5 5 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367210 protein_coding 3 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367214 protein_coding 5 2 10 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000639812 protein_coding 1 5 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367212 protein_coding 7 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000332127 protein_coding 8 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000453771 protein_coding 5 5 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367210 protein_coding 3 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367214 protein_coding 5 2 11 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000639812 protein_coding 1 5 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367212 protein_coding 7 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000332127 protein_coding 8 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000453771 protein_coding 5 5 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367210 protein_coding 3 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367214 protein_coding 5 2 12 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000639812 protein_coding 1 5 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367212 protein_coding 7 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000332127 protein_coding 8 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000453771 protein_coding 5 5 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367210 protein_coding 3 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367214 protein_coding 5 2 13 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000639812 protein_coding 1 5 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367212 protein_coding 7 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000332127 protein_coding 8 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000453771 protein_coding 5 5 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367210 protein_coding 3 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367214 protein_coding 5 2 14 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000639812 protein_coding 1 5 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367212 protein_coding 7 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000332127 protein_coding 8 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000453771 protein_coding 5 5 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367210 protein_coding 3 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367214 protein_coding 5 2 15 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000639812 protein_coding 1 5 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367212 protein_coding 7 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000332127 protein_coding 8 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367210 protein_coding 3 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367214 protein_coding 5 2 16 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000639812 protein_coding 1 5 14 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367212 protein_coding 7 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000332127 protein_coding 8 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367210 protein_coding 3 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367214 protein_coding 5 2 17 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000639812 protein_coding 1 5 15 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367212 protein_coding 7 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000332127 protein_coding 8 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367210 protein_coding 3 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367214 protein_coding 5 2 18 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000639812 protein_coding 1 5 16 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367212 protein_coding 7 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000332127 protein_coding 8 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367210 protein_coding 3 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367214 protein_coding 5 2 19 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000639812 protein_coding 1 5 17 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367212 protein_coding 7 1 19 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000332127 protein_coding 8 1 19 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367210 protein_coding 3 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367214 protein_coding 5 2 20 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000639812 protein_coding 1 5 18 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367212 protein_coding 7 1 20 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000332127 protein_coding 8 1 20 ZC3H11A ENSG00000058673 +transcript chr1 203861599 203871152 ENST00000414487 protein_coding 7 1 NA SNRPE ENSG00000182004 +CDS chr1 203861660 203861713 ENST00000414487 protein_coding 7 1 1 SNRPE ENSG00000182004 +CDS chr1 203862196 203862222 ENST00000414487 protein_coding 7 1 2 SNRPE ENSG00000182004 +transcript chr1 203863625 203870051 ENST00000367208 protein_coding 1 2 NA SNRPE ENSG00000182004 +CDS chr1 203863663 203863725 ENST00000414487 protein_coding 7 1 3 SNRPE ENSG00000182004 +CDS chr1 203863702 203863725 ENST00000367208 protein_coding 1 2 1 SNRPE ENSG00000182004 +CDS chr1 203865041 203865119 ENST00000414487 protein_coding 7 1 4 SNRPE ENSG00000182004 +CDS chr1 203865041 203865119 ENST00000367208 protein_coding 1 2 2 SNRPE ENSG00000182004 +CDS chr1 203869877 203869929 ENST00000414487 protein_coding 7 1 5 SNRPE ENSG00000182004 +CDS chr1 203869877 203869929 ENST00000367208 protein_coding 1 2 3 SNRPE ENSG00000182004 +transcript chr1 204073115 204127743 ENST00000367204 protein_coding 6 1 NA SOX13 ENSG00000143842 +transcript chr1 204074026 204113088 ENST00000525442 protein_coding 1 4 NA SOX13 ENSG00000143842 +transcript chr1 204078129 204116627 ENST00000528591 protein_coding 5 4 NA SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000367204 protein_coding 6 1 2 SOX13 ENSG00000143842 +CDS chr1 204112916 204113088 ENST00000525442 protein_coding 1 4 2 SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000528591 protein_coding 5 4 2 SOX13 ENSG00000143842 +transcript chr1 204112916 204127741 ENST00000618875 protein_coding 4 1 NA SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000618875 protein_coding 4 1 1 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000367204 protein_coding 6 1 3 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000528591 protein_coding 5 4 3 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000618875 protein_coding 4 1 2 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000367204 protein_coding 6 1 4 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000528591 protein_coding 5 4 4 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000618875 protein_coding 4 1 3 SOX13 ENSG00000143842 +CDS chr1 204116507 204116679 ENST00000367204 protein_coding 6 1 5 SOX13 ENSG00000143842 +CDS chr1 204116507 204116627 ENST00000528591 protein_coding 5 4 5 SOX13 ENSG00000143842 +CDS chr1 204116507 204116679 ENST00000618875 protein_coding 4 1 4 SOX13 ENSG00000143842 +CDS chr1 204117122 204117190 ENST00000367204 protein_coding 6 1 6 SOX13 ENSG00000143842 +CDS chr1 204117122 204117190 ENST00000618875 protein_coding 4 1 5 SOX13 ENSG00000143842 +CDS chr1 204117593 204117707 ENST00000367204 protein_coding 6 1 7 SOX13 ENSG00000143842 +CDS chr1 204117593 204117707 ENST00000618875 protein_coding 4 1 6 SOX13 ENSG00000143842 +CDS chr1 204121900 204121985 ENST00000367204 protein_coding 6 1 8 SOX13 ENSG00000143842 +CDS chr1 204121900 204121985 ENST00000618875 protein_coding 4 1 7 SOX13 ENSG00000143842 +CDS chr1 204122237 204122399 ENST00000367204 protein_coding 6 1 9 SOX13 ENSG00000143842 +CDS chr1 204122237 204122399 ENST00000618875 protein_coding 4 1 8 SOX13 ENSG00000143842 +CDS chr1 204122854 204122963 ENST00000367204 protein_coding 6 1 10 SOX13 ENSG00000143842 +CDS chr1 204122854 204122963 ENST00000618875 protein_coding 4 1 9 SOX13 ENSG00000143842 +CDS chr1 204123112 204123208 ENST00000367204 protein_coding 6 1 11 SOX13 ENSG00000143842 +CDS chr1 204123112 204123208 ENST00000618875 protein_coding 4 1 10 SOX13 ENSG00000143842 +CDS chr1 204123661 204123804 ENST00000367204 protein_coding 6 1 12 SOX13 ENSG00000143842 +CDS chr1 204123661 204123804 ENST00000618875 protein_coding 4 1 11 SOX13 ENSG00000143842 +CDS chr1 204124641 204124857 ENST00000367204 protein_coding 6 1 13 SOX13 ENSG00000143842 +CDS chr1 204124641 204124857 ENST00000618875 protein_coding 4 1 12 SOX13 ENSG00000143842 +CDS chr1 204125858 204126131 ENST00000367204 protein_coding 6 1 14 SOX13 ENSG00000143842 +CDS chr1 204125858 204126131 ENST00000618875 protein_coding 4 1 13 SOX13 ENSG00000143842 +transcript chr1 204131062 204151894 ENST00000367201 protein_coding 7 2 NA ETNK2 ENSG00000143845 +transcript chr1 204131062 204152044 ENST00000367202 protein_coding 9 1 NA ETNK2 ENSG00000143845 +transcript chr1 204131956 204141262 ENST00000367197 protein_coding 5 3 NA ETNK2 ENSG00000143845 +transcript chr1 204131962 204141287 ENST00000422072 protein_coding 5 3 NA ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000367202 protein_coding 9 1 8 ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000367197 protein_coding 5 3 5 ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000422072 protein_coding 5 3 5 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000367202 protein_coding 9 1 7 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000367197 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000422072 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204134527 204134694 ENST00000367201 protein_coding 7 2 7 ETNK2 ENSG00000143845 +transcript chr1 204134548 204147575 ENST00000422699 protein_coding 5 3 NA ETNK2 ENSG00000143845 +CDS chr1 204134548 204134588 ENST00000422699 protein_coding 5 3 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000367201 protein_coding 7 2 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000367202 protein_coding 9 1 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137163 ENST00000367197 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000422072 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000422699 protein_coding 5 3 5 ETNK2 ENSG00000143845 +transcript chr1 204137112 204146960 ENST00000452983 protein_coding 5 4 NA ETNK2 ENSG00000143845 +CDS chr1 204137112 204137249 ENST00000452983 protein_coding 5 4 5 ETNK2 ENSG00000143845 +transcript chr1 204137213 204149881 ENST00000444817 protein_coding 1 5 NA ETNK2 ENSG00000143845 +CDS chr1 204137213 204137249 ENST00000444817 protein_coding 1 5 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000367201 protein_coding 7 2 5 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000367202 protein_coding 9 1 5 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000422072 protein_coding 5 3 2 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000422699 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000452983 protein_coding 5 4 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000444817 protein_coding 1 5 3 ETNK2 ENSG00000143845 +CDS chr1 204141216 204141287 ENST00000422072 protein_coding 5 3 1 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000367201 protein_coding 7 2 4 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000367202 protein_coding 9 1 4 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000422699 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000452983 protein_coding 5 4 3 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000444817 protein_coding 1 5 2 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000367201 protein_coding 7 2 3 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000367202 protein_coding 9 1 3 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000422699 protein_coding 5 3 2 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000452983 protein_coding 5 4 2 ETNK2 ENSG00000143845 +CDS chr1 204146872 204146960 ENST00000452983 protein_coding 5 4 1 ETNK2 ENSG00000143845 +CDS chr1 204147460 204147575 ENST00000422699 protein_coding 5 3 1 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149962 ENST00000367201 protein_coding 7 2 2 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149962 ENST00000367202 protein_coding 9 1 2 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149881 ENST00000444817 protein_coding 1 5 1 ETNK2 ENSG00000143845 +transcript chr1 204149873 204151428 ENST00000429525 protein_coding 1 4 NA ETNK2 ENSG00000143845 +CDS chr1 204149873 204149908 ENST00000429525 protein_coding 1 4 3 ETNK2 ENSG00000143845 +CDS chr1 204151595 204151852 ENST00000367201 protein_coding 7 2 1 ETNK2 ENSG00000143845 +CDS chr1 204151595 204151852 ENST00000367202 protein_coding 9 1 1 ETNK2 ENSG00000143845 +transcript chr1 204154819 204166337 ENST00000272190 protein_coding 9 1 NA REN ENSG00000143839 +transcript chr1 204154938 204190324 ENST00000638118 protein_coding 1 5 NA REN ENSG00000143839 +CDS chr1 204155019 204155177 ENST00000272190 protein_coding 9 1 10 REN ENSG00000143839 +CDS chr1 204155019 204155177 ENST00000638118 protein_coding 1 5 12 REN ENSG00000143839 +CDS chr1 204155820 204155918 ENST00000272190 protein_coding 9 1 9 REN ENSG00000143839 +CDS chr1 204155820 204155918 ENST00000638118 protein_coding 1 5 11 REN ENSG00000143839 +CDS chr1 204156178 204156319 ENST00000272190 protein_coding 9 1 8 REN ENSG00000143839 +CDS chr1 204156178 204156319 ENST00000638118 protein_coding 1 5 10 REN ENSG00000143839 +CDS chr1 204156677 204156796 ENST00000272190 protein_coding 9 1 7 REN ENSG00000143839 +CDS chr1 204156677 204156796 ENST00000638118 protein_coding 1 5 9 REN ENSG00000143839 +CDS chr1 204157361 204157369 ENST00000272190 protein_coding 9 1 6 REN ENSG00000143839 +CDS chr1 204157361 204157369 ENST00000638118 protein_coding 1 5 8 REN ENSG00000143839 +CDS chr1 204159399 204159595 ENST00000272190 protein_coding 9 1 5 REN ENSG00000143839 +CDS chr1 204159399 204159595 ENST00000638118 protein_coding 1 5 7 REN ENSG00000143839 +CDS chr1 204160560 204160678 ENST00000272190 protein_coding 9 1 4 REN ENSG00000143839 +CDS chr1 204160560 204160678 ENST00000638118 protein_coding 1 5 6 REN ENSG00000143839 +CDS chr1 204161292 204161415 ENST00000272190 protein_coding 9 1 3 REN ENSG00000143839 +CDS chr1 204161292 204161415 ENST00000638118 protein_coding 1 5 5 REN ENSG00000143839 +CDS chr1 204162013 204162163 ENST00000272190 protein_coding 9 1 2 REN ENSG00000143839 +CDS chr1 204162013 204162147 ENST00000638118 protein_coding 1 5 4 REN ENSG00000143839 +CDS chr1 204166196 204166293 ENST00000272190 protein_coding 9 1 1 REN ENSG00000143839 +transcript chr1 204190341 204196491 ENST00000367194 protein_coding 5 1 NA KISS1 ENSG00000170498 +CDS chr1 204190487 204190797 ENST00000367194 protein_coding 5 1 3 KISS1 ENSG00000170498 +CDS chr1 204192774 204192876 ENST00000367194 protein_coding 5 1 2 KISS1 ENSG00000170498 +transcript chr1 204198163 204213988 ENST00000308302 protein_coding 4 1 NA GOLT1A ENSG00000174567 +CDS chr1 204198461 204198496 ENST00000308302 protein_coding 4 1 5 GOLT1A ENSG00000174567 +CDS chr1 204199195 204199258 ENST00000308302 protein_coding 4 1 4 GOLT1A ENSG00000174567 +CDS chr1 204201633 204201811 ENST00000308302 protein_coding 4 1 3 GOLT1A ENSG00000174567 +CDS chr1 204202896 204202987 ENST00000308302 protein_coding 4 1 2 GOLT1A ENSG00000174567 +CDS chr1 204213882 204213906 ENST00000308302 protein_coding 4 1 1 GOLT1A ENSG00000174567 +transcript chr1 204218853 204359929 ENST00000272203 protein_coding 8 1 NA PLEKHA6 ENSG00000143850 +transcript chr1 204220756 204307395 ENST00000637508 protein_coding 1 5 NA PLEKHA6 ENSG00000143850 +transcript chr1 204221221 204359916 ENST00000414478 protein_coding 1 5 NA PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000272203 protein_coding 8 1 22 PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000637508 protein_coding 1 5 26 PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000414478 protein_coding 1 5 22 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000272203 protein_coding 8 1 21 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000637508 protein_coding 1 5 25 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000414478 protein_coding 1 5 21 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000272203 protein_coding 8 1 20 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000637508 protein_coding 1 5 24 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000414478 protein_coding 1 5 20 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000272203 protein_coding 8 1 19 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000637508 protein_coding 1 5 23 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000414478 protein_coding 1 5 19 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000272203 protein_coding 8 1 18 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000637508 protein_coding 1 5 22 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000414478 protein_coding 1 5 18 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000272203 protein_coding 8 1 17 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000637508 protein_coding 1 5 21 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000414478 protein_coding 1 5 17 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000272203 protein_coding 8 1 16 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000637508 protein_coding 1 5 20 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000414478 protein_coding 1 5 16 PLEKHA6 ENSG00000143850 +CDS chr1 204243114 204243263 ENST00000637508 protein_coding 1 5 19 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000272203 protein_coding 8 1 15 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000637508 protein_coding 1 5 18 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000414478 protein_coding 1 5 15 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000272203 protein_coding 8 1 14 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000637508 protein_coding 1 5 17 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000414478 protein_coding 1 5 14 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000272203 protein_coding 8 1 13 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000637508 protein_coding 1 5 16 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000414478 protein_coding 1 5 13 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000272203 protein_coding 8 1 12 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000637508 protein_coding 1 5 15 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000414478 protein_coding 1 5 12 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000272203 protein_coding 8 1 11 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000637508 protein_coding 1 5 14 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000414478 protein_coding 1 5 11 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000272203 protein_coding 8 1 10 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000637508 protein_coding 1 5 13 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000414478 protein_coding 1 5 10 PLEKHA6 ENSG00000143850 +CDS chr1 204251531 204251611 ENST00000637508 protein_coding 1 5 12 PLEKHA6 ENSG00000143850 +CDS chr1 204255626 204255679 ENST00000637508 protein_coding 1 5 11 PLEKHA6 ENSG00000143850 +CDS chr1 204256802 204256888 ENST00000637508 protein_coding 1 5 10 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000272203 protein_coding 8 1 9 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000637508 protein_coding 1 5 9 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000414478 protein_coding 1 5 9 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000272203 protein_coding 8 1 8 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000637508 protein_coding 1 5 8 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000414478 protein_coding 1 5 8 PLEKHA6 ENSG00000143850 +transcript chr1 204259258 204278389 ENST00000672625 protein_coding 1 NA NA PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000672625 protein_coding 1 NA 8 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000272203 protein_coding 8 1 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000637508 protein_coding 1 5 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261508 ENST00000414478 protein_coding 1 5 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000672625 protein_coding 1 NA 7 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000272203 protein_coding 8 1 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000637508 protein_coding 1 5 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000414478 protein_coding 1 5 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000672625 protein_coding 1 NA 6 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000272203 protein_coding 8 1 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000637508 protein_coding 1 5 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000414478 protein_coding 1 5 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000672625 protein_coding 1 NA 5 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000272203 protein_coding 8 1 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000637508 protein_coding 1 5 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000414478 protein_coding 1 5 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000672625 protein_coding 1 NA 4 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000272203 protein_coding 8 1 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000637508 protein_coding 1 5 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000414478 protein_coding 1 5 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273740 ENST00000672625 protein_coding 1 NA 3 PLEKHA6 ENSG00000143850 +transcript chr1 204273626 204377665 ENST00000564627 protein_coding 2 3 NA PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273740 ENST00000564627 protein_coding 2 3 5 PLEKHA6 ENSG00000143850 +CDS chr1 204274729 204274809 ENST00000672625 protein_coding 1 NA 2 PLEKHA6 ENSG00000143850 +CDS chr1 204274729 204274809 ENST00000564627 protein_coding 2 3 4 PLEKHA6 ENSG00000143850 +CDS chr1 204276996 204277027 ENST00000672625 protein_coding 1 NA 1 PLEKHA6 ENSG00000143850 +CDS chr1 204367799 204367856 ENST00000564627 protein_coding 2 3 3 PLEKHA6 ENSG00000143850 +CDS chr1 204371530 204371606 ENST00000564627 protein_coding 2 3 2 PLEKHA6 ENSG00000143850 +CDS chr1 204377583 204377665 ENST00000564627 protein_coding 2 3 1 PLEKHA6 ENSG00000143850 +transcript chr1 204398890 204411590 ENST00000693720 protein_coding 1 NA NA PPP1R15B ENSG00000158615 +CDS chr1 204400700 204400789 ENST00000693720 protein_coding 1 NA 2 PPP1R15B ENSG00000158615 +transcript chr1 204403381 204411817 ENST00000367188 protein_coding 5 1 NA PPP1R15B ENSG00000158615 +CDS chr1 204406095 204406313 ENST00000367188 protein_coding 5 1 2 PPP1R15B ENSG00000158615 +CDS chr1 204409492 204411411 ENST00000693720 protein_coding 1 NA 1 PPP1R15B ENSG00000158615 +CDS chr1 204409492 204411411 ENST00000367188 protein_coding 5 1 1 PPP1R15B ENSG00000158615 +transcript chr1 204422628 204490424 ENST00000367187 protein_coding 7 1 NA PIK3C2B ENSG00000133056 +transcript chr1 204422630 204490346 ENST00000424712 protein_coding 6 1 NA PIK3C2B ENSG00000133056 +transcript chr1 204422633 204494805 ENST00000684373 protein_coding 1 NA NA PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000367187 protein_coding 7 1 34 PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000424712 protein_coding 6 1 35 PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000684373 protein_coding 1 NA 33 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000367187 protein_coding 7 1 33 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000424712 protein_coding 6 1 34 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000684373 protein_coding 1 NA 32 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000367187 protein_coding 7 1 32 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000424712 protein_coding 6 1 33 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000684373 protein_coding 1 NA 31 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000367187 protein_coding 7 1 31 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000424712 protein_coding 6 1 32 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000684373 protein_coding 1 NA 30 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000367187 protein_coding 7 1 30 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000424712 protein_coding 6 1 31 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000684373 protein_coding 1 NA 29 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000367187 protein_coding 7 1 29 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000424712 protein_coding 6 1 30 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000684373 protein_coding 1 NA 28 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000367187 protein_coding 7 1 28 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000424712 protein_coding 6 1 29 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000684373 protein_coding 1 NA 27 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000367187 protein_coding 7 1 27 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000424712 protein_coding 6 1 28 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000684373 protein_coding 1 NA 26 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000367187 protein_coding 7 1 26 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000424712 protein_coding 6 1 27 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000684373 protein_coding 1 NA 25 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000367187 protein_coding 7 1 25 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000424712 protein_coding 6 1 26 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000684373 protein_coding 1 NA 24 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000367187 protein_coding 7 1 24 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000424712 protein_coding 6 1 25 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000684373 protein_coding 1 NA 23 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000367187 protein_coding 7 1 23 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000424712 protein_coding 6 1 24 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000684373 protein_coding 1 NA 22 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000367187 protein_coding 7 1 22 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000424712 protein_coding 6 1 23 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000684373 protein_coding 1 NA 21 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000367187 protein_coding 7 1 21 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000424712 protein_coding 6 1 22 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000684373 protein_coding 1 NA 20 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000367187 protein_coding 7 1 20 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000424712 protein_coding 6 1 21 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000684373 protein_coding 1 NA 19 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000367187 protein_coding 7 1 19 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000424712 protein_coding 6 1 20 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000684373 protein_coding 1 NA 18 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000367187 protein_coding 7 1 18 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000424712 protein_coding 6 1 19 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000684373 protein_coding 1 NA 17 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446144 ENST00000367187 protein_coding 7 1 17 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446002 ENST00000424712 protein_coding 6 1 18 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446144 ENST00000684373 protein_coding 1 NA 16 PIK3C2B ENSG00000133056 +CDS chr1 204446087 204446144 ENST00000424712 protein_coding 6 1 17 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000367187 protein_coding 7 1 16 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000424712 protein_coding 6 1 16 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000684373 protein_coding 1 NA 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000367187 protein_coding 7 1 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000424712 protein_coding 6 1 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000684373 protein_coding 1 NA 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000367187 protein_coding 7 1 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000424712 protein_coding 6 1 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000684373 protein_coding 1 NA 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000367187 protein_coding 7 1 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000424712 protein_coding 6 1 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000684373 protein_coding 1 NA 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000367187 protein_coding 7 1 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000424712 protein_coding 6 1 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000684373 protein_coding 1 NA 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000367187 protein_coding 7 1 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000424712 protein_coding 6 1 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000684373 protein_coding 1 NA 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000367187 protein_coding 7 1 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000424712 protein_coding 6 1 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000684373 protein_coding 1 NA 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000367187 protein_coding 7 1 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000424712 protein_coding 6 1 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000684373 protein_coding 1 NA 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000367187 protein_coding 7 1 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000424712 protein_coding 6 1 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000684373 protein_coding 1 NA 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000367187 protein_coding 7 1 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000424712 protein_coding 6 1 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000684373 protein_coding 1 NA 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000367187 protein_coding 7 1 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000424712 protein_coding 6 1 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000684373 protein_coding 1 NA 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000367187 protein_coding 7 1 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000424712 protein_coding 6 1 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000684373 protein_coding 1 NA 4 PIK3C2B ENSG00000133056 +transcript chr1 204464452 204467346 ENST00000367184 protein_coding 2 5 NA PIK3C2B ENSG00000133056 +CDS chr1 204464452 204464604 ENST00000367184 protein_coding 2 5 3 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000367187 protein_coding 7 1 4 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000424712 protein_coding 6 1 4 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000684373 protein_coding 1 NA 3 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000367184 protein_coding 2 5 2 PIK3C2B ENSG00000133056 +CDS chr1 204466771 204467037 ENST00000367184 protein_coding 2 5 1 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000367187 protein_coding 7 1 3 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000424712 protein_coding 6 1 3 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000684373 protein_coding 1 NA 2 PIK3C2B ENSG00000133056 +transcript chr1 204469622 204494701 ENST00000429009 protein_coding 1 2 NA PIK3C2B ENSG00000133056 +CDS chr1 204469622 204469802 ENST00000429009 protein_coding 1 2 3 PIK3C2B ENSG00000133056 +transcript chr1 204516379 204558119 ENST00000367183 protein_coding 7 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000391947 protein_coding 6 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000454264 protein_coding 6 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000612738 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000614459 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000616250 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516406 204558120 ENST00000367182 protein_coding 8 1 NA MDM4 ENSG00000198625 +transcript chr1 204525490 204537041 ENST00000367180 protein_coding 5 3 NA MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367183 protein_coding 7 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000391947 protein_coding 6 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000454264 protein_coding 6 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000612738 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000614459 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000616250 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367182 protein_coding 8 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367180 protein_coding 5 3 1 MDM4 ENSG00000198625 +transcript chr1 204525519 204546834 ENST00000507825 protein_coding 3 1 NA MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000507825 protein_coding 3 1 1 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000391947 protein_coding 6 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000454264 protein_coding 6 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000612738 protein_coding 4 5 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000616250 protein_coding 4 5 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000367182 protein_coding 8 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000367180 protein_coding 5 3 2 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000507825 protein_coding 3 1 2 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000391947 protein_coding 6 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000454264 protein_coding 6 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000616250 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000367182 protein_coding 8 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000367180 protein_coding 5 3 3 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000507825 protein_coding 3 1 3 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000391947 protein_coding 6 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000454264 protein_coding 6 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000616250 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000367182 protein_coding 8 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000367180 protein_coding 5 3 4 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000507825 protein_coding 3 1 4 MDM4 ENSG00000198625 +CDS chr1 204532769 204532818 ENST00000367180 protein_coding 5 3 5 MDM4 ENSG00000198625 +CDS chr1 204537430 204537497 ENST00000454264 protein_coding 6 1 6 MDM4 ENSG00000198625 +CDS chr1 204537430 204537497 ENST00000367182 protein_coding 8 1 6 MDM4 ENSG00000198625 +CDS chr1 204537459 204537497 ENST00000614459 protein_coding 4 5 3 MDM4 ENSG00000198625 +transcript chr1 204537857 204549194 ENST00000367179 protein_coding 7 3 NA MDM4 ENSG00000198625 +CDS chr1 204537914 204537991 ENST00000367179 protein_coding 7 3 1 MDM4 ENSG00000198625 +CDS chr1 204538209 204538285 ENST00000391947 protein_coding 6 1 6 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000454264 protein_coding 6 1 7 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000614459 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000367182 protein_coding 8 1 7 MDM4 ENSG00000198625 +CDS chr1 204538209 204538285 ENST00000507825 protein_coding 3 1 5 MDM4 ENSG00000198625 +CDS chr1 204538221 204538308 ENST00000367179 protein_coding 7 3 2 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000454264 protein_coding 6 1 8 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000614459 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000367182 protein_coding 8 1 8 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000367179 protein_coding 7 3 3 MDM4 ENSG00000198625 +transcript chr1 204542789 204549388 ENST00000444261 protein_coding 1 2 NA MDM4 ENSG00000198625 +CDS chr1 204542789 204542944 ENST00000444261 protein_coding 1 2 1 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000614459 protein_coding 4 5 6 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000367182 protein_coding 8 1 9 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000367179 protein_coding 7 3 4 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000454264 protein_coding 6 1 9 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000612738 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000614459 protein_coding 4 5 7 MDM4 ENSG00000198625 +CDS chr1 204546797 204546801 ENST00000616250 protein_coding 4 5 6 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000367182 protein_coding 8 1 10 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000367179 protein_coding 7 3 5 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000444261 protein_coding 1 2 2 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000454264 protein_coding 6 1 10 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000612738 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000614459 protein_coding 4 5 8 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000367182 protein_coding 8 1 11 MDM4 ENSG00000198625 +CDS chr1 204549113 204549194 ENST00000367179 protein_coding 7 3 6 MDM4 ENSG00000198625 +CDS chr1 204549113 204549388 ENST00000444261 protein_coding 1 2 3 MDM4 ENSG00000198625 +CDS chr1 204549266 204549679 ENST00000367183 protein_coding 7 1 3 MDM4 ENSG00000198625 +transcript chr1 204617170 204622205 ENST00000367175 protein_coding 1 NA NA LRRN2 ENSG00000170382 +transcript chr1 204617170 204685353 ENST00000367176 protein_coding 7 1 NA LRRN2 ENSG00000170382 +transcript chr1 204617170 204685738 ENST00000367177 protein_coding 4 1 NA LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367175 protein_coding 1 NA 1 LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367176 protein_coding 7 1 3 LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367177 protein_coding 4 1 2 LRRN2 ENSG00000170382 +transcript chr1 204828652 205022822 ENST00000339876 protein_coding 11 5 NA NFASC ENSG00000163531 +transcript chr1 204828695 204977133 ENST00000680427 protein_coding 1 NA NA NFASC ENSG00000163531 +transcript chr1 204828695 204977139 ENST00000403080 protein_coding 5 2 NA NFASC ENSG00000163531 +transcript chr1 204828711 205016938 ENST00000513543 protein_coding 6 1 NA NFASC ENSG00000163531 +transcript chr1 204828711 205018371 ENST00000430393 protein_coding 7 5 NA NFASC ENSG00000163531 +transcript chr1 204870831 205018371 ENST00000404076 protein_coding 5 5 NA NFASC ENSG00000163531 +transcript chr1 204870862 205022822 ENST00000539706 protein_coding 6 5 NA NFASC ENSG00000163531 +transcript chr1 204920632 205022822 ENST00000401399 protein_coding 5 1 NA NFASC ENSG00000163531 +transcript chr1 204929409 204954361 ENST00000505079 protein_coding 5 4 NA NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000339876 protein_coding 11 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000680427 protein_coding 1 NA 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000403080 protein_coding 5 2 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000513543 protein_coding 6 1 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000430393 protein_coding 7 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000404076 protein_coding 5 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000539706 protein_coding 6 5 2 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000401399 protein_coding 5 1 2 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000505079 protein_coding 5 4 2 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000339876 protein_coding 11 5 4 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000403080 protein_coding 5 2 4 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000401399 protein_coding 5 1 3 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000505079 protein_coding 5 4 3 NFASC ENSG00000163531 +transcript chr1 204950557 205018371 ENST00000367173 protein_coding 7 5 NA NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000367173 protein_coding 7 5 1 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000339876 protein_coding 11 5 5 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000680427 protein_coding 1 NA 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000403080 protein_coding 5 2 5 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000513543 protein_coding 6 1 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000430393 protein_coding 7 5 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000404076 protein_coding 5 5 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000539706 protein_coding 6 5 3 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000401399 protein_coding 5 1 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000505079 protein_coding 5 4 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000367173 protein_coding 7 5 2 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000339876 protein_coding 11 5 6 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000680427 protein_coding 1 NA 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000403080 protein_coding 5 2 6 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000513543 protein_coding 6 1 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000430393 protein_coding 7 5 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000404076 protein_coding 5 5 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000539706 protein_coding 6 5 4 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000401399 protein_coding 5 1 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954361 ENST00000505079 protein_coding 5 4 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000367173 protein_coding 7 5 3 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000339876 protein_coding 11 5 7 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000680427 protein_coding 1 NA 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000403080 protein_coding 5 2 7 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000513543 protein_coding 6 1 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000430393 protein_coding 7 5 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000404076 protein_coding 5 5 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000539706 protein_coding 6 5 5 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000401399 protein_coding 5 1 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000367173 protein_coding 7 5 4 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000339876 protein_coding 11 5 8 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000680427 protein_coding 1 NA 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000403080 protein_coding 5 2 8 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000513543 protein_coding 6 1 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000430393 protein_coding 7 5 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000404076 protein_coding 5 5 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000539706 protein_coding 6 5 6 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000401399 protein_coding 5 1 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000367173 protein_coding 7 5 5 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000680427 protein_coding 1 NA 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000513543 protein_coding 6 1 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000430393 protein_coding 7 5 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000539706 protein_coding 6 5 7 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000339876 protein_coding 11 5 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000680427 protein_coding 1 NA 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000403080 protein_coding 5 2 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000513543 protein_coding 6 1 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000430393 protein_coding 7 5 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000404076 protein_coding 5 5 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000539706 protein_coding 6 5 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000401399 protein_coding 5 1 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000367173 protein_coding 7 5 6 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000339876 protein_coding 11 5 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000680427 protein_coding 1 NA 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000403080 protein_coding 5 2 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000513543 protein_coding 6 1 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000430393 protein_coding 7 5 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000404076 protein_coding 5 5 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000539706 protein_coding 6 5 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000401399 protein_coding 5 1 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000367173 protein_coding 7 5 7 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000339876 protein_coding 11 5 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000680427 protein_coding 1 NA 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000403080 protein_coding 5 2 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000513543 protein_coding 6 1 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000430393 protein_coding 7 5 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000404076 protein_coding 5 5 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000539706 protein_coding 6 5 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000401399 protein_coding 5 1 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000367173 protein_coding 7 5 8 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000339876 protein_coding 11 5 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000680427 protein_coding 1 NA 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000403080 protein_coding 5 2 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000513543 protein_coding 6 1 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000430393 protein_coding 7 5 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000404076 protein_coding 5 5 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000539706 protein_coding 6 5 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000401399 protein_coding 5 1 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000367173 protein_coding 7 5 9 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000339876 protein_coding 11 5 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000680427 protein_coding 1 NA 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000403080 protein_coding 5 2 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000513543 protein_coding 6 1 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000430393 protein_coding 7 5 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000404076 protein_coding 5 5 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000539706 protein_coding 6 5 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000401399 protein_coding 5 1 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000367173 protein_coding 7 5 10 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000339876 protein_coding 11 5 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000680427 protein_coding 1 NA 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000403080 protein_coding 5 2 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000513543 protein_coding 6 1 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000430393 protein_coding 7 5 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000404076 protein_coding 5 5 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000539706 protein_coding 6 5 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000401399 protein_coding 5 1 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000367173 protein_coding 7 5 11 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000339876 protein_coding 11 5 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000680427 protein_coding 1 NA 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000403080 protein_coding 5 2 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000513543 protein_coding 6 1 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000430393 protein_coding 7 5 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000404076 protein_coding 5 5 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000539706 protein_coding 6 5 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000401399 protein_coding 5 1 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000367173 protein_coding 7 5 12 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000339876 protein_coding 11 5 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976821 ENST00000680427 protein_coding 1 NA 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976821 ENST00000403080 protein_coding 5 2 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000513543 protein_coding 6 1 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000430393 protein_coding 7 5 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000404076 protein_coding 5 5 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000539706 protein_coding 6 5 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000401399 protein_coding 5 1 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000367173 protein_coding 7 5 13 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000339876 protein_coding 11 5 17 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000539706 protein_coding 6 5 16 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000401399 protein_coding 5 1 16 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000367173 protein_coding 7 5 14 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000339876 protein_coding 11 5 18 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000513543 protein_coding 6 1 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000430393 protein_coding 7 5 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000404076 protein_coding 5 5 16 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000539706 protein_coding 6 5 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000401399 protein_coding 5 1 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000367173 protein_coding 7 5 15 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000339876 protein_coding 11 5 19 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000513543 protein_coding 6 1 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000430393 protein_coding 7 5 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000404076 protein_coding 5 5 17 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000539706 protein_coding 6 5 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000401399 protein_coding 5 1 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000367173 protein_coding 7 5 16 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000339876 protein_coding 11 5 20 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000513543 protein_coding 6 1 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000430393 protein_coding 7 5 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000404076 protein_coding 5 5 18 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000539706 protein_coding 6 5 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000401399 protein_coding 5 1 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000367173 protein_coding 7 5 17 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000339876 protein_coding 11 5 21 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000513543 protein_coding 6 1 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000430393 protein_coding 7 5 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000404076 protein_coding 5 5 19 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000539706 protein_coding 6 5 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000401399 protein_coding 5 1 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000367173 protein_coding 7 5 18 NFASC ENSG00000163531 +transcript chr1 204981856 205018371 ENST00000425360 protein_coding 5 2 NA NFASC ENSG00000163531 +CDS chr1 204981856 204982020 ENST00000425360 protein_coding 5 2 1 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000513543 protein_coding 6 1 21 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000430393 protein_coding 7 5 21 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000404076 protein_coding 5 5 20 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000539706 protein_coding 6 5 21 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000513543 protein_coding 6 1 22 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000430393 protein_coding 7 5 22 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000404076 protein_coding 5 5 21 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000539706 protein_coding 6 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000339876 protein_coding 11 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000513543 protein_coding 6 1 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000430393 protein_coding 7 5 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000404076 protein_coding 5 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000539706 protein_coding 6 5 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000401399 protein_coding 5 1 21 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000367173 protein_coding 7 5 19 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000425360 protein_coding 5 2 2 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000339876 protein_coding 11 5 23 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000513543 protein_coding 6 1 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000430393 protein_coding 7 5 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000404076 protein_coding 5 5 23 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000539706 protein_coding 6 5 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000401399 protein_coding 5 1 22 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000367173 protein_coding 7 5 20 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000425360 protein_coding 5 2 3 NFASC ENSG00000163531 +transcript chr1 204988664 205016386 ENST00000413225 protein_coding 5 5 NA NFASC ENSG00000163531 +CDS chr1 204988664 204988806 ENST00000413225 protein_coding 5 5 1 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000339876 protein_coding 11 5 24 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000430393 protein_coding 7 5 25 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000404076 protein_coding 5 5 24 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000539706 protein_coding 6 5 25 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000401399 protein_coding 5 1 23 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000367173 protein_coding 7 5 21 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000413225 protein_coding 5 5 2 NFASC ENSG00000163531 +CDS chr1 204997170 204997406 ENST00000339876 protein_coding 11 5 25 NFASC ENSG00000163531 +CDS chr1 204997170 204997406 ENST00000401399 protein_coding 5 1 24 NFASC ENSG00000163531 +transcript chr1 204997184 205018739 ENST00000447819 protein_coding 1 1 NA NFASC ENSG00000163531 +CDS chr1 204997184 204997406 ENST00000447819 protein_coding 1 1 1 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000339876 protein_coding 11 5 26 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000401399 protein_coding 5 1 25 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000413225 protein_coding 5 5 3 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000339876 protein_coding 11 5 27 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000401399 protein_coding 5 1 26 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000413225 protein_coding 5 5 4 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000339876 protein_coding 11 5 28 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000513543 protein_coding 6 1 25 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000430393 protein_coding 7 5 26 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000404076 protein_coding 5 5 25 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000539706 protein_coding 6 5 26 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000401399 protein_coding 5 1 27 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000367173 protein_coding 7 5 22 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000425360 protein_coding 5 2 4 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000413225 protein_coding 5 5 5 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000447819 protein_coding 1 1 2 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000339876 protein_coding 11 5 29 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000513543 protein_coding 6 1 26 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000430393 protein_coding 7 5 27 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000404076 protein_coding 5 5 26 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000539706 protein_coding 6 5 27 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000401399 protein_coding 5 1 28 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000367173 protein_coding 7 5 23 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000425360 protein_coding 5 2 5 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000413225 protein_coding 5 5 6 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000447819 protein_coding 1 1 3 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000339876 protein_coding 11 5 30 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000513543 protein_coding 6 1 27 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000430393 protein_coding 7 5 28 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000404076 protein_coding 5 5 27 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000539706 protein_coding 6 5 28 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000401399 protein_coding 5 1 29 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000367173 protein_coding 7 5 24 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000425360 protein_coding 5 2 6 NFASC ENSG00000163531 +CDS chr1 205016308 205016386 ENST00000413225 protein_coding 5 5 7 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000447819 protein_coding 1 1 4 NFASC ENSG00000163531 +transcript chr1 205042968 205074928 ENST00000638378 protein_coding 1 5 NA CNTN2 ENSG00000184144 +transcript chr1 205043196 205074944 ENST00000640428 protein_coding 1 5 NA CNTN2 ENSG00000184144 +transcript chr1 205043212 205078289 ENST00000331830 protein_coding 7 1 NA CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000638378 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000640428 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000331830 protein_coding 7 1 2 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000638378 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000640428 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000331830 protein_coding 7 1 3 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000638378 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000640428 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000331830 protein_coding 7 1 4 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000638378 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000640428 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000331830 protein_coding 7 1 5 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000638378 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000640428 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000331830 protein_coding 7 1 6 CNTN2 ENSG00000184144 +transcript chr1 205059127 205077956 ENST00000636312 protein_coding 2 5 NA CNTN2 ENSG00000184144 +CDS chr1 205059127 205059293 ENST00000636312 protein_coding 2 5 1 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000638378 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000640428 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000331830 protein_coding 7 1 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000636312 protein_coding 2 5 2 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000638378 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000640428 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000331830 protein_coding 7 1 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000636312 protein_coding 2 5 3 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000638378 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000640428 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000331830 protein_coding 7 1 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000636312 protein_coding 2 5 4 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000638378 protein_coding 1 5 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000640428 protein_coding 1 5 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000331830 protein_coding 7 1 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000636312 protein_coding 2 5 5 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000638378 protein_coding 1 5 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000640428 protein_coding 1 5 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000331830 protein_coding 7 1 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000636312 protein_coding 2 5 6 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000638378 protein_coding 1 5 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000640428 protein_coding 1 5 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000331830 protein_coding 7 1 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000636312 protein_coding 2 5 7 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000638378 protein_coding 1 5 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000640428 protein_coding 1 5 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000331830 protein_coding 7 1 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000636312 protein_coding 2 5 8 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000638378 protein_coding 1 5 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000640428 protein_coding 1 5 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000331830 protein_coding 7 1 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000636312 protein_coding 2 5 9 CNTN2 ENSG00000184144 +transcript chr1 205065857 205074826 ENST00000638577 protein_coding 1 5 NA CNTN2 ENSG00000184144 +CDS chr1 205065857 205065909 ENST00000638577 protein_coding 1 5 1 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000638378 protein_coding 1 5 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000640428 protein_coding 1 5 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000331830 protein_coding 7 1 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000636312 protein_coding 2 5 10 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000638577 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000638378 protein_coding 1 5 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000640428 protein_coding 1 5 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000331830 protein_coding 7 1 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000636312 protein_coding 2 5 11 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000638577 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000638378 protein_coding 1 5 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000640428 protein_coding 1 5 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000331830 protein_coding 7 1 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000636312 protein_coding 2 5 12 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000638577 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000638378 protein_coding 1 5 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000640428 protein_coding 1 5 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000331830 protein_coding 7 1 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000636312 protein_coding 2 5 13 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000638577 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000638378 protein_coding 1 5 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000640428 protein_coding 1 5 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000331830 protein_coding 7 1 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000636312 protein_coding 2 5 14 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000638577 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000638378 protein_coding 1 5 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000640428 protein_coding 1 5 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000331830 protein_coding 7 1 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000636312 protein_coding 2 5 15 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000638577 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000638378 protein_coding 1 5 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000640428 protein_coding 1 5 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000331830 protein_coding 7 1 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000636312 protein_coding 2 5 16 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000638577 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000638378 protein_coding 1 5 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000640428 protein_coding 1 5 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000331830 protein_coding 7 1 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073564 ENST00000636312 protein_coding 2 5 17 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073565 ENST00000638577 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073762 ENST00000638378 protein_coding 1 5 23 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073762 ENST00000331830 protein_coding 7 1 23 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073875 ENST00000636312 protein_coding 2 5 18 CNTN2 ENSG00000184144 +CDS chr1 205074097 205074338 ENST00000640428 protein_coding 1 5 23 CNTN2 ENSG00000184144 +transcript chr1 205083129 205084460 ENST00000367167 protein_coding 4 NA NA TMEM81 ENSG00000174529 +CDS chr1 205083556 205084320 ENST00000367167 protein_coding 4 NA 1 TMEM81 ENSG00000174529 +transcript chr1 205086142 205121978 ENST00000264515 protein_coding 11 1 NA RBBP5 ENSG00000117222 +transcript chr1 205086142 205122015 ENST00000367164 protein_coding 1 1 NA RBBP5 ENSG00000117222 +CDS chr1 205088790 205088815 ENST00000264515 protein_coding 11 1 14 RBBP5 ENSG00000117222 +CDS chr1 205088790 205088815 ENST00000367164 protein_coding 1 1 14 RBBP5 ENSG00000117222 +CDS chr1 205094873 205095064 ENST00000264515 protein_coding 11 1 13 RBBP5 ENSG00000117222 +CDS chr1 205094987 205095064 ENST00000367164 protein_coding 1 1 13 RBBP5 ENSG00000117222 +CDS chr1 205096682 205096911 ENST00000264515 protein_coding 11 1 12 RBBP5 ENSG00000117222 +CDS chr1 205096682 205096911 ENST00000367164 protein_coding 1 1 12 RBBP5 ENSG00000117222 +CDS chr1 205097326 205097395 ENST00000264515 protein_coding 11 1 11 RBBP5 ENSG00000117222 +CDS chr1 205097326 205097395 ENST00000367164 protein_coding 1 1 11 RBBP5 ENSG00000117222 +CDS chr1 205098989 205099106 ENST00000264515 protein_coding 11 1 10 RBBP5 ENSG00000117222 +CDS chr1 205098989 205099106 ENST00000367164 protein_coding 1 1 10 RBBP5 ENSG00000117222 +CDS chr1 205099741 205099812 ENST00000264515 protein_coding 11 1 9 RBBP5 ENSG00000117222 +CDS chr1 205099741 205099812 ENST00000367164 protein_coding 1 1 9 RBBP5 ENSG00000117222 +CDS chr1 205099911 205100064 ENST00000264515 protein_coding 11 1 8 RBBP5 ENSG00000117222 +CDS chr1 205099911 205100064 ENST00000367164 protein_coding 1 1 8 RBBP5 ENSG00000117222 +CDS chr1 205100152 205100271 ENST00000264515 protein_coding 11 1 7 RBBP5 ENSG00000117222 +CDS chr1 205100152 205100271 ENST00000367164 protein_coding 1 1 7 RBBP5 ENSG00000117222 +CDS chr1 205101600 205101709 ENST00000264515 protein_coding 11 1 6 RBBP5 ENSG00000117222 +CDS chr1 205101600 205101709 ENST00000367164 protein_coding 1 1 6 RBBP5 ENSG00000117222 +CDS chr1 205103857 205104019 ENST00000264515 protein_coding 11 1 5 RBBP5 ENSG00000117222 +CDS chr1 205103857 205104019 ENST00000367164 protein_coding 1 1 5 RBBP5 ENSG00000117222 +CDS chr1 205105028 205105168 ENST00000264515 protein_coding 11 1 4 RBBP5 ENSG00000117222 +CDS chr1 205105028 205105168 ENST00000367164 protein_coding 1 1 4 RBBP5 ENSG00000117222 +CDS chr1 205114789 205114961 ENST00000264515 protein_coding 11 1 3 RBBP5 ENSG00000117222 +CDS chr1 205114789 205114961 ENST00000367164 protein_coding 1 1 3 RBBP5 ENSG00000117222 +CDS chr1 205115858 205115883 ENST00000264515 protein_coding 11 1 2 RBBP5 ENSG00000117222 +CDS chr1 205115858 205115883 ENST00000367164 protein_coding 1 1 2 RBBP5 ENSG00000117222 +CDS chr1 205121855 205121873 ENST00000264515 protein_coding 11 1 1 RBBP5 ENSG00000117222 +CDS chr1 205121855 205121873 ENST00000367164 protein_coding 1 1 1 RBBP5 ENSG00000117222 +transcript chr1 205142505 205211566 ENST00000367161 protein_coding 7 1 NA DSTYK ENSG00000133059 +transcript chr1 205142505 205211702 ENST00000367162 protein_coding 8 1 NA DSTYK ENSG00000133059 +CDS chr1 205147561 205147745 ENST00000367161 protein_coding 7 1 12 DSTYK ENSG00000133059 +CDS chr1 205147561 205147745 ENST00000367162 protein_coding 8 1 13 DSTYK ENSG00000133059 +CDS chr1 205148205 205148339 ENST00000367162 protein_coding 8 1 12 DSTYK ENSG00000133059 +CDS chr1 205150680 205150794 ENST00000367161 protein_coding 7 1 11 DSTYK ENSG00000133059 +CDS chr1 205150680 205150794 ENST00000367162 protein_coding 8 1 11 DSTYK ENSG00000133059 +CDS chr1 205157273 205157386 ENST00000367161 protein_coding 7 1 10 DSTYK ENSG00000133059 +CDS chr1 205157273 205157386 ENST00000367162 protein_coding 8 1 10 DSTYK ENSG00000133059 +CDS chr1 205159547 205159679 ENST00000367161 protein_coding 7 1 9 DSTYK ENSG00000133059 +CDS chr1 205159547 205159679 ENST00000367162 protein_coding 8 1 9 DSTYK ENSG00000133059 +transcript chr1 205160006 205173393 ENST00000615388 protein_coding 1 5 NA DSTYK ENSG00000133059 +CDS chr1 205160065 205160270 ENST00000615388 protein_coding 1 5 6 DSTYK ENSG00000133059 +CDS chr1 205160114 205160270 ENST00000367161 protein_coding 7 1 8 DSTYK ENSG00000133059 +CDS chr1 205160114 205160270 ENST00000367162 protein_coding 8 1 8 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000367161 protein_coding 7 1 7 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000367162 protein_coding 8 1 7 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000615388 protein_coding 1 5 5 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000367161 protein_coding 7 1 6 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000367162 protein_coding 8 1 6 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000615388 protein_coding 1 5 4 DSTYK ENSG00000133059 +CDS chr1 205162923 205163006 ENST00000367161 protein_coding 7 1 5 DSTYK ENSG00000133059 +CDS chr1 205162923 205163006 ENST00000367162 protein_coding 8 1 5 DSTYK ENSG00000133059 +CDS chr1 205162923 205162946 ENST00000615388 protein_coding 1 5 3 DSTYK ENSG00000133059 +CDS chr1 205163723 205163955 ENST00000367161 protein_coding 7 1 4 DSTYK ENSG00000133059 +CDS chr1 205163723 205163955 ENST00000367162 protein_coding 8 1 4 DSTYK ENSG00000133059 +CDS chr1 205169163 205169832 ENST00000367161 protein_coding 7 1 3 DSTYK ENSG00000133059 +CDS chr1 205169163 205169832 ENST00000367162 protein_coding 8 1 3 DSTYK ENSG00000133059 +CDS chr1 205187418 205187806 ENST00000367161 protein_coding 7 1 2 DSTYK ENSG00000133059 +CDS chr1 205187418 205187806 ENST00000367162 protein_coding 8 1 2 DSTYK ENSG00000133059 +CDS chr1 205211271 205211535 ENST00000367161 protein_coding 7 1 1 DSTYK ENSG00000133059 +CDS chr1 205211271 205211535 ENST00000367162 protein_coding 8 1 1 DSTYK ENSG00000133059 +transcript chr1 205227946 205273343 ENST00000358024 protein_coding 8 1 NA TMCC2 ENSG00000133069 +CDS chr1 205228565 205228771 ENST00000358024 protein_coding 8 1 1 TMCC2 ENSG00000133069 +transcript chr1 205228931 205273342 ENST00000545499 protein_coding 5 2 NA TMCC2 ENSG00000133069 +CDS chr1 205241505 205242044 ENST00000358024 protein_coding 8 1 2 TMCC2 ENSG00000133069 +CDS chr1 205241532 205242044 ENST00000545499 protein_coding 5 2 2 TMCC2 ENSG00000133069 +transcript chr1 205246620 205272124 ENST00000637895 protein_coding 1 1 NA TMCC2 ENSG00000133069 +CDS chr1 205246620 205246691 ENST00000637895 protein_coding 1 1 1 TMCC2 ENSG00000133069 +transcript chr1 205256201 205273343 ENST00000329800 protein_coding 7 2 NA TMCC2 ENSG00000133069 +CDS chr1 205256390 205256416 ENST00000329800 protein_coding 7 2 1 TMCC2 ENSG00000133069 +transcript chr1 205257189 205273343 ENST00000330675 protein_coding 12 1 NA TMCC2 ENSG00000133069 +CDS chr1 205257205 205257366 ENST00000330675 protein_coding 12 1 1 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000358024 protein_coding 8 1 3 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000329800 protein_coding 7 2 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000330675 protein_coding 12 1 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000637895 protein_coding 1 1 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000545499 protein_coding 5 2 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000358024 protein_coding 8 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000329800 protein_coding 7 2 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000330675 protein_coding 12 1 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000637895 protein_coding 1 1 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000545499 protein_coding 5 2 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000358024 protein_coding 8 1 5 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000329800 protein_coding 7 2 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000330675 protein_coding 12 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000637895 protein_coding 1 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000545499 protein_coding 5 2 5 TMCC2 ENSG00000133069 +transcript chr1 205302063 205321745 ENST00000367157 protein_coding 6 1 NA NUAK2 ENSG00000163545 +CDS chr1 205303453 205304513 ENST00000367157 protein_coding 6 1 7 NUAK2 ENSG00000163545 +CDS chr1 205305199 205305331 ENST00000367157 protein_coding 6 1 6 NUAK2 ENSG00000163545 +CDS chr1 205306188 205306307 ENST00000367157 protein_coding 6 1 5 NUAK2 ENSG00000163545 +CDS chr1 205308165 205308230 ENST00000367157 protein_coding 6 1 4 NUAK2 ENSG00000163545 +CDS chr1 205308581 205308732 ENST00000367157 protein_coding 6 1 3 NUAK2 ENSG00000163545 +CDS chr1 205311705 205311825 ENST00000367157 protein_coding 6 1 2 NUAK2 ENSG00000163545 +CDS chr1 205321398 205321628 ENST00000367157 protein_coding 6 1 1 NUAK2 ENSG00000163545 +transcript chr1 205336061 205356922 ENST00000367155 protein_coding 8 2 NA KLHDC8A ENSG00000162873 +transcript chr1 205336065 205357090 ENST00000539253 protein_coding 5 5 NA KLHDC8A ENSG00000162873 +transcript chr1 205336092 205357038 ENST00000367156 protein_coding 7 2 NA KLHDC8A ENSG00000162873 +transcript chr1 205337315 205356578 ENST00000460687 protein_coding 5 5 NA KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000367155 protein_coding 8 2 6 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000367156 protein_coding 7 2 9 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000460687 protein_coding 5 5 6 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000539253 protein_coding 5 5 8 KLHDC8A ENSG00000162873 +transcript chr1 205337523 205339861 ENST00000606181 protein_coding 1 3 NA KLHDC8A ENSG00000162873 +CDS chr1 205337523 205337592 ENST00000606181 protein_coding 1 3 4 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000367155 protein_coding 8 2 5 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000367156 protein_coding 7 2 8 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000460687 protein_coding 5 5 5 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000606181 protein_coding 1 3 3 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000539253 protein_coding 5 5 7 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000367155 protein_coding 8 2 4 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000367156 protein_coding 7 2 7 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000460687 protein_coding 5 5 4 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000606181 protein_coding 1 3 2 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000539253 protein_coding 5 5 6 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000367155 protein_coding 8 2 3 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000367156 protein_coding 7 2 6 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339782 ENST00000460687 protein_coding 5 5 3 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339782 ENST00000606181 protein_coding 1 3 1 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000539253 protein_coding 5 5 5 KLHDC8A ENSG00000162873 +transcript chr1 205339801 205344182 ENST00000607826 protein_coding 1 5 NA KLHDC8A ENSG00000162873 +CDS chr1 205339801 205339808 ENST00000607826 protein_coding 1 5 4 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000367155 protein_coding 8 2 2 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000367156 protein_coding 7 2 5 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343469 ENST00000607826 protein_coding 1 5 3 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000539253 protein_coding 5 5 4 KLHDC8A ENSG00000162873 +transcript chr1 205343368 205357090 ENST00000607173 protein_coding 5 4 NA KLHDC8A ENSG00000162873 +CDS chr1 205343368 205343604 ENST00000607173 protein_coding 5 4 3 KLHDC8A ENSG00000162873 +transcript chr1 205343407 205356878 ENST00000491471 protein_coding 5 3 NA KLHDC8A ENSG00000162873 +CDS chr1 205343407 205343604 ENST00000491471 protein_coding 5 3 3 KLHDC8A ENSG00000162873 +transcript chr1 205343526 205357038 ENST00000606887 protein_coding 5 4 NA KLHDC8A ENSG00000162873 +CDS chr1 205343526 205343604 ENST00000606887 protein_coding 5 4 4 KLHDC8A ENSG00000162873 +transcript chr1 205381378 205420574 ENST00000367152 protein_coding 5 2 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205422056 ENST00000367153 protein_coding 9 1 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205449931 ENST00000367154 protein_coding 5 2 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205455954 ENST00000495594 protein_coding 2 3 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000391936 protein_coding 6 5 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000367149 protein_coding 6 3 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000367151 protein_coding 4 1 NA LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367152 protein_coding 5 2 4 LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367153 protein_coding 9 1 6 LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367151 protein_coding 4 1 5 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000367154 protein_coding 5 2 4 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000495594 protein_coding 2 3 3 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000391936 protein_coding 6 5 3 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000367149 protein_coding 6 3 2 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367152 protein_coding 5 2 3 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367153 protein_coding 9 1 5 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367151 protein_coding 4 1 4 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367152 protein_coding 5 2 2 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367153 protein_coding 9 1 4 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367151 protein_coding 4 1 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367153 protein_coding 9 1 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367154 protein_coding 5 2 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000391936 protein_coding 6 5 2 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367151 protein_coding 4 1 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367152 protein_coding 5 2 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367153 protein_coding 9 1 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367154 protein_coding 5 2 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000495594 protein_coding 2 3 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000391936 protein_coding 6 5 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367149 protein_coding 6 3 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367151 protein_coding 4 1 1 LEMD1 ENSG00000186007 +transcript chr1 205434885 205456746 ENST00000626538 protein_coding 2 NA NA BLACAT1 ENSG00000281406 +transcript chr1 205439921 205456064 ENST00000629624 protein_coding 2 4 NA BLACAT1 ENSG00000281406 +CDS chr1 205440928 205441026 ENST00000626538 protein_coding 2 NA 3 BLACAT1 ENSG00000281406 +CDS chr1 205440928 205441026 ENST00000629624 protein_coding 2 4 2 BLACAT1 ENSG00000281406 +transcript chr1 205504598 205531786 ENST00000506784 protein_coding 5 1 NA CDK18 ENSG00000117266 +transcript chr1 205504599 205532793 ENST00000360066 protein_coding 6 1 NA CDK18 ENSG00000117266 +transcript chr1 205504669 205532790 ENST00000429964 protein_coding 7 1 NA CDK18 ENSG00000117266 +transcript chr1 205504705 205525190 ENST00000443813 protein_coding 6 4 NA CDK18 ENSG00000117266 +transcript chr1 205504802 205527825 ENST00000419301 protein_coding 1 5 NA CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000506784 protein_coding 5 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000360066 protein_coding 6 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000429964 protein_coding 7 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000443813 protein_coding 6 4 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000419301 protein_coding 1 5 2 CDK18 ENSG00000117266 +CDS chr1 205523483 205523715 ENST00000506784 protein_coding 5 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523625 ENST00000360066 protein_coding 6 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523625 ENST00000429964 protein_coding 7 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523715 ENST00000419301 protein_coding 1 5 3 CDK18 ENSG00000117266 +CDS chr1 205523546 205523715 ENST00000443813 protein_coding 6 4 3 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000506784 protein_coding 5 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000360066 protein_coding 6 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000429964 protein_coding 7 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000443813 protein_coding 6 4 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000419301 protein_coding 1 5 4 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000506784 protein_coding 5 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000360066 protein_coding 6 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000429964 protein_coding 7 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525190 ENST00000443813 protein_coding 6 4 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000419301 protein_coding 1 5 5 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000506784 protein_coding 5 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000360066 protein_coding 6 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000429964 protein_coding 7 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000419301 protein_coding 1 5 6 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000506784 protein_coding 5 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000360066 protein_coding 6 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000429964 protein_coding 7 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000419301 protein_coding 1 5 7 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000506784 protein_coding 5 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000360066 protein_coding 6 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000429964 protein_coding 7 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000419301 protein_coding 1 5 8 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000506784 protein_coding 5 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000360066 protein_coding 6 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000429964 protein_coding 7 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527825 ENST00000419301 protein_coding 1 5 9 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000506784 protein_coding 5 1 10 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000360066 protein_coding 6 1 10 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000429964 protein_coding 7 1 10 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000506784 protein_coding 5 1 11 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000360066 protein_coding 6 1 11 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000429964 protein_coding 7 1 11 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000506784 protein_coding 5 1 12 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000360066 protein_coding 6 1 12 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000429964 protein_coding 7 1 12 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000506784 protein_coding 5 1 13 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000360066 protein_coding 6 1 13 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000429964 protein_coding 7 1 13 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000506784 protein_coding 5 1 14 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000360066 protein_coding 6 1 14 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000429964 protein_coding 7 1 14 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000506784 protein_coding 5 1 15 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000360066 protein_coding 6 1 15 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000429964 protein_coding 7 1 15 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000506784 protein_coding 5 1 16 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000360066 protein_coding 6 1 16 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000429964 protein_coding 7 1 16 CDK18 ENSG00000117266 +transcript chr1 205569014 205602918 ENST00000367147 protein_coding 9 1 NA MFSD4A ENSG00000174514 +transcript chr1 205569021 205600462 ENST00000489709 protein_coding 5 5 NA MFSD4A ENSG00000174514 +CDS chr1 205569070 205569299 ENST00000367147 protein_coding 9 1 1 MFSD4A ENSG00000174514 +CDS chr1 205569070 205569299 ENST00000489709 protein_coding 5 5 1 MFSD4A ENSG00000174514 +transcript chr1 205579531 205583960 ENST00000616173 protein_coding 4 5 NA MFSD4A ENSG00000174514 +transcript chr1 205579566 205600802 ENST00000536357 protein_coding 2 2 NA MFSD4A ENSG00000174514 +transcript chr1 205579587 205584068 ENST00000621216 protein_coding 1 4 NA MFSD4A ENSG00000174514 +CDS chr1 205579686 205579949 ENST00000536357 protein_coding 2 2 1 MFSD4A ENSG00000174514 +CDS chr1 205579686 205579949 ENST00000621216 protein_coding 1 4 1 MFSD4A ENSG00000174514 +CDS chr1 205579751 205579949 ENST00000367147 protein_coding 9 1 2 MFSD4A ENSG00000174514 +CDS chr1 205579751 205579949 ENST00000489709 protein_coding 5 5 2 MFSD4A ENSG00000174514 +CDS chr1 205579854 205579949 ENST00000616173 protein_coding 4 5 2 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000367147 protein_coding 9 1 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000489709 protein_coding 5 5 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000616173 protein_coding 4 5 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000536357 protein_coding 2 2 2 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584123 ENST00000367147 protein_coding 9 1 4 MFSD4A ENSG00000174514 +CDS chr1 205583955 205583960 ENST00000616173 protein_coding 4 5 4 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584123 ENST00000536357 protein_coding 2 2 3 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584068 ENST00000621216 protein_coding 1 4 2 MFSD4A ENSG00000174514 +CDS chr1 205584876 205584991 ENST00000367147 protein_coding 9 1 5 MFSD4A ENSG00000174514 +CDS chr1 205584876 205584991 ENST00000536357 protein_coding 2 2 4 MFSD4A ENSG00000174514 +CDS chr1 205586034 205586207 ENST00000367147 protein_coding 9 1 6 MFSD4A ENSG00000174514 +CDS chr1 205586034 205586207 ENST00000536357 protein_coding 2 2 5 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000367147 protein_coding 9 1 7 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000489709 protein_coding 5 5 4 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000536357 protein_coding 2 2 6 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000367147 protein_coding 9 1 8 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000489709 protein_coding 5 5 5 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000536357 protein_coding 2 2 7 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000367147 protein_coding 9 1 9 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000489709 protein_coding 5 5 6 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000536357 protein_coding 2 2 8 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000367147 protein_coding 9 1 10 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000489709 protein_coding 5 5 7 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000536357 protein_coding 2 2 9 MFSD4A ENSG00000174514 +transcript chr1 205607943 205632011 ENST00000357992 protein_coding 9 1 NA ELK4 ENSG00000158711 +CDS chr1 205616549 205616644 ENST00000357992 protein_coding 9 1 5 ELK4 ENSG00000158711 +CDS chr1 205618957 205619073 ENST00000357992 protein_coding 9 1 4 ELK4 ENSG00000158711 +transcript chr1 205619268 205631962 ENST00000289703 protein_coding 8 1 NA ELK4 ENSG00000158711 +CDS chr1 205619831 205620838 ENST00000289703 protein_coding 8 1 3 ELK4 ENSG00000158711 +CDS chr1 205619966 205620838 ENST00000357992 protein_coding 9 1 3 ELK4 ENSG00000158711 +transcript chr1 205620614 205625667 ENST00000468523 protein_coding 2 3 NA ELK4 ENSG00000158711 +CDS chr1 205620614 205620838 ENST00000468523 protein_coding 2 3 3 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000357992 protein_coding 9 1 2 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000289703 protein_coding 8 1 2 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000468523 protein_coding 2 3 2 ELK4 ENSG00000158711 +transcript chr1 205657851 205680509 ENST00000367145 protein_coding 4 1 NA SLC45A3 ENSG00000158715 +CDS chr1 205659237 205659671 ENST00000367145 protein_coding 4 1 5 SLC45A3 ENSG00000158715 +CDS chr1 205661861 205662126 ENST00000367145 protein_coding 4 1 4 SLC45A3 ENSG00000158715 +CDS chr1 205662833 205663618 ENST00000367145 protein_coding 4 1 3 SLC45A3 ENSG00000158715 +CDS chr1 205664485 205664656 ENST00000367145 protein_coding 4 1 2 SLC45A3 ENSG00000158715 +transcript chr1 205712822 205750182 ENST00000367142 protein_coding 5 1 NA NUCKS1 ENSG00000069275 +CDS chr1 205718283 205718479 ENST00000367142 protein_coding 5 1 7 NUCKS1 ENSG00000069275 +CDS chr1 205719527 205719676 ENST00000367142 protein_coding 5 1 6 NUCKS1 ENSG00000069275 +CDS chr1 205720501 205720653 ENST00000367142 protein_coding 5 1 5 NUCKS1 ENSG00000069275 +CDS chr1 205723926 205723981 ENST00000367142 protein_coding 5 1 4 NUCKS1 ENSG00000069275 +CDS chr1 205727700 205727805 ENST00000367142 protein_coding 5 1 3 NUCKS1 ENSG00000069275 +CDS chr1 205729572 205729621 ENST00000367142 protein_coding 5 1 2 NUCKS1 ENSG00000069275 +CDS chr1 205749957 205749973 ENST00000367142 protein_coding 5 1 1 NUCKS1 ENSG00000069275 +transcript chr1 205767986 205775482 ENST00000367139 protein_coding 8 1 NA RAB29 ENSG00000117280 +transcript chr1 205769437 205775449 ENST00000235932 protein_coding 8 1 NA RAB29 ENSG00000117280 +transcript chr1 205769703 205775451 ENST00000437324 protein_coding 6 1 NA RAB29 ENSG00000117280 +transcript chr1 205769718 205775233 ENST00000446390 protein_coding 6 2 NA RAB29 ENSG00000117280 +transcript chr1 205770300 205775459 ENST00000414729 protein_coding 1 1 NA RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000367139 protein_coding 8 1 6 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000235932 protein_coding 8 1 6 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000437324 protein_coding 6 1 5 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000446390 protein_coding 6 2 4 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000414729 protein_coding 1 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000367139 protein_coding 8 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000235932 protein_coding 8 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000437324 protein_coding 6 1 4 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000446390 protein_coding 6 2 3 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000414729 protein_coding 1 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000367139 protein_coding 8 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000235932 protein_coding 8 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771633 ENST00000437324 protein_coding 6 1 3 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000446390 protein_coding 6 2 2 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000414729 protein_coding 1 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000367139 protein_coding 8 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000235932 protein_coding 8 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000414729 protein_coding 1 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000367139 protein_coding 8 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000235932 protein_coding 8 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000446390 protein_coding 6 2 1 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000414729 protein_coding 1 1 1 RAB29 ENSG00000117280 +transcript chr1 205789095 205813198 ENST00000367137 protein_coding 4 1 NA SLC41A1 ENSG00000133065 +CDS chr1 205791536 205791718 ENST00000367137 protein_coding 4 1 11 SLC41A1 ENSG00000133065 +CDS chr1 205794870 205795018 ENST00000367137 protein_coding 4 1 10 SLC41A1 ENSG00000133065 +CDS chr1 205795344 205795478 ENST00000367137 protein_coding 4 1 9 SLC41A1 ENSG00000133065 +CDS chr1 205796924 205797003 ENST00000367137 protein_coding 4 1 8 SLC41A1 ENSG00000133065 +CDS chr1 205797904 205798051 ENST00000367137 protein_coding 4 1 7 SLC41A1 ENSG00000133065 +CDS chr1 205798669 205798815 ENST00000367137 protein_coding 4 1 6 SLC41A1 ENSG00000133065 +CDS chr1 205798957 205799101 ENST00000367137 protein_coding 4 1 5 SLC41A1 ENSG00000133065 +CDS chr1 205799759 205799830 ENST00000367137 protein_coding 4 1 4 SLC41A1 ENSG00000133065 +CDS chr1 205800953 205801060 ENST00000367137 protein_coding 4 1 3 SLC41A1 ENSG00000133065 +CDS chr1 205810070 205810441 ENST00000367137 protein_coding 4 1 2 SLC41A1 ENSG00000133065 +transcript chr1 205828025 205850132 ENST00000367136 protein_coding 5 1 NA PM20D1 ENSG00000162877 +CDS chr1 205828623 205828743 ENST00000367136 protein_coding 5 1 13 PM20D1 ENSG00000162877 +CDS chr1 205830280 205830379 ENST00000367136 protein_coding 5 1 12 PM20D1 ENSG00000162877 +CDS chr1 205832598 205832766 ENST00000367136 protein_coding 5 1 11 PM20D1 ENSG00000162877 +CDS chr1 205840252 205840323 ENST00000367136 protein_coding 5 1 10 PM20D1 ENSG00000162877 +CDS chr1 205841811 205841889 ENST00000367136 protein_coding 5 1 9 PM20D1 ENSG00000162877 +CDS chr1 205842154 205842215 ENST00000367136 protein_coding 5 1 8 PM20D1 ENSG00000162877 +CDS chr1 205842676 205842751 ENST00000367136 protein_coding 5 1 7 PM20D1 ENSG00000162877 +CDS chr1 205843667 205843786 ENST00000367136 protein_coding 5 1 6 PM20D1 ENSG00000162877 +CDS chr1 205844087 205844217 ENST00000367136 protein_coding 5 1 5 PM20D1 ENSG00000162877 +CDS chr1 205844811 205844897 ENST00000367136 protein_coding 5 1 4 PM20D1 ENSG00000162877 +CDS chr1 205845325 205845557 ENST00000367136 protein_coding 5 1 3 PM20D1 ENSG00000162877 +CDS chr1 205847885 205847971 ENST00000367136 protein_coding 5 1 2 PM20D1 ENSG00000162877 +CDS chr1 205849904 205850072 ENST00000367136 protein_coding 5 1 1 PM20D1 ENSG00000162877 +transcript chr1 205913048 205935822 ENST00000340781 protein_coding 8 1 NA SLC26A9 ENSG00000174502 +transcript chr1 205913052 205943456 ENST00000367135 protein_coding 8 1 NA SLC26A9 ENSG00000174502 +transcript chr1 205913054 205943460 ENST00000367134 protein_coding 2 5 NA SLC26A9 ENSG00000174502 +CDS chr1 205914895 205915183 ENST00000340781 protein_coding 8 1 21 SLC26A9 ENSG00000174502 +CDS chr1 205914895 205915183 ENST00000367134 protein_coding 2 5 22 SLC26A9 ENSG00000174502 +CDS chr1 205915360 205915404 ENST00000367135 protein_coding 8 1 21 SLC26A9 ENSG00000174502 +CDS chr1 205915361 205915404 ENST00000340781 protein_coding 8 1 20 SLC26A9 ENSG00000174502 +CDS chr1 205915361 205915404 ENST00000367134 protein_coding 2 5 21 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000340781 protein_coding 8 1 19 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000367135 protein_coding 8 1 20 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000367134 protein_coding 2 5 20 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000340781 protein_coding 8 1 18 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000367135 protein_coding 8 1 19 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000367134 protein_coding 2 5 19 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000340781 protein_coding 8 1 17 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000367135 protein_coding 8 1 18 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000367134 protein_coding 2 5 18 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000340781 protein_coding 8 1 16 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000367135 protein_coding 8 1 17 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000367134 protein_coding 2 5 17 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000340781 protein_coding 8 1 15 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000367135 protein_coding 8 1 16 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000367134 protein_coding 2 5 16 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000340781 protein_coding 8 1 14 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000367135 protein_coding 8 1 15 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000367134 protein_coding 2 5 15 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000340781 protein_coding 8 1 13 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000367135 protein_coding 8 1 14 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000367134 protein_coding 2 5 14 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000340781 protein_coding 8 1 12 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000367135 protein_coding 8 1 13 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000367134 protein_coding 2 5 13 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000340781 protein_coding 8 1 11 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000367135 protein_coding 8 1 12 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000367134 protein_coding 2 5 12 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000340781 protein_coding 8 1 10 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000367135 protein_coding 8 1 11 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000367134 protein_coding 2 5 11 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000340781 protein_coding 8 1 9 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000367135 protein_coding 8 1 10 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000367134 protein_coding 2 5 10 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000340781 protein_coding 8 1 8 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000367135 protein_coding 8 1 9 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000367134 protein_coding 2 5 9 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000340781 protein_coding 8 1 7 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000367135 protein_coding 8 1 8 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000367134 protein_coding 2 5 8 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000340781 protein_coding 8 1 6 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000367135 protein_coding 8 1 7 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000367134 protein_coding 2 5 7 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000340781 protein_coding 8 1 5 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000367135 protein_coding 8 1 6 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000367134 protein_coding 2 5 6 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000340781 protein_coding 8 1 4 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000367135 protein_coding 8 1 5 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000367134 protein_coding 2 5 5 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000340781 protein_coding 8 1 3 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000367135 protein_coding 8 1 4 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000367134 protein_coding 2 5 4 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000340781 protein_coding 8 1 2 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000367135 protein_coding 8 1 3 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000367134 protein_coding 2 5 3 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000340781 protein_coding 8 1 1 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000367135 protein_coding 8 1 2 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000367134 protein_coding 2 5 2 SLC26A9 ENSG00000174502 +transcript chr1 205976740 206003395 ENST00000617070 protein_coding 5 1 NA RAB7B ENSG00000276600 +transcript chr1 205976741 205994439 ENST00000617991 protein_coding 4 2 NA RAB7B ENSG00000276600 +transcript chr1 205977699 206003461 ENST00000623893 protein_coding 1 5 NA RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000617070 protein_coding 5 1 6 RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000617991 protein_coding 4 2 5 RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000623893 protein_coding 1 5 5 RAB7B ENSG00000276600 +transcript chr1 205983743 205992580 ENST00000622969 protein_coding 1 3 NA RAB7B ENSG00000276600 +CDS chr1 205984160 205984204 ENST00000622969 protein_coding 1 3 3 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000617070 protein_coding 5 1 5 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000617991 protein_coding 4 2 4 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000622969 protein_coding 1 3 2 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000617070 protein_coding 5 1 4 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000617991 protein_coding 4 2 3 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000623893 protein_coding 1 5 4 RAB7B ENSG00000276600 +CDS chr1 205992480 205992580 ENST00000622969 protein_coding 1 3 1 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000617070 protein_coding 5 1 3 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000617991 protein_coding 4 2 2 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000623893 protein_coding 1 5 3 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000617070 protein_coding 5 1 2 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000617991 protein_coding 4 2 1 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000623893 protein_coding 1 5 2 RAB7B ENSG00000276600 +transcript chr1 206008535 206023909 ENST00000678498 protein_coding 1 NA NA CTSE ENSG00000196188 +transcript chr1 206009264 206023895 ENST00000358184 protein_coding 7 1 NA CTSE ENSG00000196188 +transcript chr1 206009264 206023895 ENST00000360218 protein_coding 3 1 NA CTSE ENSG00000196188 +transcript chr1 206009574 206023895 ENST00000678712 protein_coding 1 NA NA CTSE ENSG00000196188 +CDS chr1 206010143 206010347 ENST00000678498 protein_coding 1 NA 8 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000358184 protein_coding 7 1 9 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000360218 protein_coding 3 1 9 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000678712 protein_coding 1 NA 8 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000678498 protein_coding 1 NA 7 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000358184 protein_coding 7 1 8 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000360218 protein_coding 3 1 8 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000358184 protein_coding 7 1 7 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000360218 protein_coding 3 1 7 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000678712 protein_coding 1 NA 7 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000678498 protein_coding 1 NA 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000358184 protein_coding 7 1 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000360218 protein_coding 3 1 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000678712 protein_coding 1 NA 6 CTSE ENSG00000196188 +transcript chr1 206013772 206023838 ENST00000677924 protein_coding 1 NA NA CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000677924 protein_coding 1 NA 6 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000678498 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000358184 protein_coding 7 1 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016145 ENST00000360218 protein_coding 3 1 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000678712 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000677924 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000678498 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000358184 protein_coding 7 1 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000360218 protein_coding 3 1 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000678712 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021182 ENST00000677924 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000678498 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000358184 protein_coding 7 1 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000360218 protein_coding 3 1 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000678712 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000677924 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000678498 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000358184 protein_coding 7 1 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000360218 protein_coding 3 1 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000678712 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000677924 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000678498 protein_coding 1 NA 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000358184 protein_coding 7 1 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000360218 protein_coding 3 1 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000678712 protein_coding 1 NA 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000677924 protein_coding 1 NA 1 CTSE ENSG00000196188 +transcript chr1 206053173 206102449 ENST00000331555 protein_coding 10 1 NA RHEX ENSG00000263961 +transcript chr1 206083563 206102007 ENST00000603378 protein_coding 5 3 NA RHEX ENSG00000263961 +transcript chr1 206083571 206101984 ENST00000603488 protein_coding 5 3 NA RHEX ENSG00000263961 +transcript chr1 206097699 206102448 ENST00000582070 protein_coding 3 2 NA RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000331555 protein_coding 10 1 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000603378 protein_coding 5 3 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000603488 protein_coding 5 3 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000582070 protein_coding 3 2 1 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000331555 protein_coding 10 1 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000603378 protein_coding 5 3 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000603488 protein_coding 5 3 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000582070 protein_coding 3 2 2 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000331555 protein_coding 10 1 4 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000603488 protein_coding 5 3 4 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000582070 protein_coding 3 2 3 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000331555 protein_coding 10 1 5 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000603378 protein_coding 5 3 4 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000603488 protein_coding 5 3 5 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000582070 protein_coding 3 2 4 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000331555 protein_coding 10 1 6 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000603378 protein_coding 5 3 5 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000603488 protein_coding 5 3 6 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000582070 protein_coding 3 2 5 RHEX ENSG00000263961 +transcript chr1 206106936 206117388 ENST00000367126 protein_coding 5 1 NA AVPR1B ENSG00000198049 +CDS chr1 206110192 206110523 ENST00000367126 protein_coding 5 1 2 AVPR1B ENSG00000198049 +CDS chr1 206115951 206116890 ENST00000367126 protein_coding 5 1 1 AVPR1B ENSG00000198049 +transcript chr1 206186179 206202839 ENST00000367128 protein_coding 8 1 NA FAM72A ENSG00000196550 +transcript chr1 206186256 206202446 ENST00000341209 protein_coding 9 1 NA FAM72A ENSG00000196550 +transcript chr1 206187123 206204065 ENST00000367129 protein_coding 6 3 NA FAM72A ENSG00000196550 +transcript chr1 206187281 206202827 ENST00000431655 protein_coding 2 5 NA FAM72A ENSG00000196550 +CDS chr1 206187281 206187373 ENST00000431655 protein_coding 2 5 5 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000367128 protein_coding 8 1 4 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000341209 protein_coding 9 1 4 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000367129 protein_coding 6 3 4 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000367128 protein_coding 8 1 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000341209 protein_coding 9 1 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000367129 protein_coding 6 3 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000431655 protein_coding 2 5 4 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000367128 protein_coding 8 1 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000341209 protein_coding 9 1 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000367129 protein_coding 6 3 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000431655 protein_coding 2 5 3 FAM72A ENSG00000196550 +transcript chr1 206201281 206202419 ENST00000607379 protein_coding 1 NA NA FAM72A ENSG00000196550 +CDS chr1 206201873 206202025 ENST00000607379 protein_coding 1 NA 1 FAM72A ENSG00000196550 +CDS chr1 206201874 206202025 ENST00000367128 protein_coding 8 1 1 FAM72A ENSG00000196550 +CDS chr1 206201874 206201938 ENST00000431655 protein_coding 2 5 2 FAM72A ENSG00000196550 +CDS chr1 206201994 206202025 ENST00000341209 protein_coding 9 1 1 FAM72A ENSG00000196550 +transcript chr1 206203180 206204093 ENST00000468509 protein_coding 1 5 NA FAM72A ENSG00000196550 +CDS chr1 206203501 206203558 ENST00000468509 protein_coding 1 5 2 FAM72A ENSG00000196550 +transcript chr1 206203541 206464436 ENST00000573034 protein_coding 8 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206203844 206203995 ENST00000367129 protein_coding 6 3 1 FAM72A ENSG00000196550 +CDS chr1 206203844 206203995 ENST00000468509 protein_coding 1 5 1 FAM72A ENSG00000196550 +transcript chr1 206205626 206406709 ENST00000419187 protein_coding 6 5 NA SRGAP2 ENSG00000266028 +transcript chr1 206205673 206454700 ENST00000605610 protein_coding 5 2 NA SRGAP2 ENSG00000266028 +transcript chr1 206205909 206462850 ENST00000624873 protein_coding 3 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000573034 protein_coding 8 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000605610 protein_coding 5 2 1 SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000624873 protein_coding 3 1 1 SRGAP2 ENSG00000266028 +transcript chr1 206214723 206392757 ENST00000572793 protein_coding 2 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000573034 protein_coding 8 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000605610 protein_coding 5 2 2 SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000624873 protein_coding 3 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206303307 206303473 ENST00000572793 protein_coding 2 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000573034 protein_coding 8 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000605610 protein_coding 5 2 3 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000624873 protein_coding 3 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206342900 ENST00000572793 protein_coding 2 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000573034 protein_coding 8 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000605610 protein_coding 5 2 4 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000624873 protein_coding 3 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000572793 protein_coding 2 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206384050 206384076 ENST00000419187 protein_coding 6 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000573034 protein_coding 8 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000419187 protein_coding 6 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000605610 protein_coding 5 2 5 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000624873 protein_coding 3 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392757 ENST00000572793 protein_coding 2 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000573034 protein_coding 8 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000419187 protein_coding 6 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000605610 protein_coding 5 2 6 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000624873 protein_coding 3 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206401421 206401645 ENST00000573034 protein_coding 8 1 8 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000419187 protein_coding 6 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000605610 protein_coding 5 2 7 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000624873 protein_coding 3 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000573034 protein_coding 8 1 9 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000419187 protein_coding 6 5 6 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000605610 protein_coding 5 2 8 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000624873 protein_coding 3 1 8 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000573034 protein_coding 8 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406595 ENST00000419187 protein_coding 6 5 7 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000605610 protein_coding 5 2 9 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000624873 protein_coding 3 1 9 SRGAP2 ENSG00000266028 +transcript chr1 206406377 206456159 ENST00000605476 protein_coding 5 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000605476 protein_coding 5 1 1 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000573034 protein_coding 8 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000605610 protein_coding 5 2 10 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000624873 protein_coding 3 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000605476 protein_coding 5 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000573034 protein_coding 8 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000605610 protein_coding 5 2 11 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000624873 protein_coding 3 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000605476 protein_coding 5 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000573034 protein_coding 8 1 13 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000605610 protein_coding 5 2 12 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000624873 protein_coding 3 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000605476 protein_coding 5 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000573034 protein_coding 8 1 14 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000605610 protein_coding 5 2 13 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000624873 protein_coding 3 1 13 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000605476 protein_coding 5 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000573034 protein_coding 8 1 15 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000605610 protein_coding 5 2 14 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000624873 protein_coding 3 1 14 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000605476 protein_coding 5 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000573034 protein_coding 8 1 16 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000605610 protein_coding 5 2 15 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000624873 protein_coding 3 1 15 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000605476 protein_coding 5 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000573034 protein_coding 8 1 17 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000605610 protein_coding 5 2 16 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000624873 protein_coding 3 1 16 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000605476 protein_coding 5 1 8 SRGAP2 ENSG00000266028 +transcript chr1 206440061 206456131 ENST00000604925 protein_coding 5 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206440061 206440081 ENST00000604925 protein_coding 5 5 1 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000573034 protein_coding 8 1 18 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000605610 protein_coding 5 2 17 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000624873 protein_coding 3 1 17 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000605476 protein_coding 5 1 9 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000604925 protein_coding 5 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000573034 protein_coding 8 1 19 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000605610 protein_coding 5 2 18 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000624873 protein_coding 3 1 18 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000605476 protein_coding 5 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000604925 protein_coding 5 5 3 SRGAP2 ENSG00000266028 +transcript chr1 206453199 206461227 ENST00000604010 protein_coding 1 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206453199 206453380 ENST00000604010 protein_coding 1 5 1 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000573034 protein_coding 8 1 20 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000605610 protein_coding 5 2 19 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000624873 protein_coding 3 1 19 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000605476 protein_coding 5 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000604925 protein_coding 5 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206454144 206454153 ENST00000605610 protein_coding 5 2 20 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000573034 protein_coding 8 1 21 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000624873 protein_coding 3 1 20 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455025 ENST00000605476 protein_coding 5 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000604925 protein_coding 5 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000604010 protein_coding 1 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206455773 206455788 ENST00000604925 protein_coding 5 5 6 SRGAP2 ENSG00000266028 +CDS chr1 206458371 206458409 ENST00000604010 protein_coding 1 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000573034 protein_coding 8 1 22 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000624873 protein_coding 3 1 21 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000604010 protein_coding 1 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461417 ENST00000573034 protein_coding 8 1 23 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461417 ENST00000624873 protein_coding 3 1 22 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461227 ENST00000604010 protein_coding 1 5 5 SRGAP2 ENSG00000266028 +transcript chr1 206470476 206496889 ENST00000581977 protein_coding 7 1 NA IKBKE ENSG00000263528 +transcript chr1 206470495 206496274 ENST00000578328 protein_coding 6 1 NA IKBKE ENSG00000263528 +transcript chr1 206470495 206496274 ENST00000584998 protein_coding 5 1 NA IKBKE ENSG00000263528 +transcript chr1 206470642 206475135 ENST00000579827 protein_coding 6 2 NA IKBKE ENSG00000263528 +transcript chr1 206472854 206476260 ENST00000605726 protein_coding 1 3 NA IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000581977 protein_coding 7 1 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000578328 protein_coding 6 1 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000579827 protein_coding 6 2 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000605726 protein_coding 1 3 2 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000581977 protein_coding 7 1 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000578328 protein_coding 6 1 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000579827 protein_coding 6 2 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000605726 protein_coding 1 3 3 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000581977 protein_coding 7 1 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000578328 protein_coding 6 1 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206475095 ENST00000579827 protein_coding 6 2 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000605726 protein_coding 1 3 4 IKBKE ENSG00000263528 +CDS chr1 206474892 206474994 ENST00000584998 protein_coding 5 1 4 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000581977 protein_coding 7 1 6 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000578328 protein_coding 6 1 6 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000584998 protein_coding 5 1 5 IKBKE ENSG00000263528 +CDS chr1 206476181 206476260 ENST00000605726 protein_coding 1 3 5 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000581977 protein_coding 7 1 7 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000578328 protein_coding 6 1 7 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000584998 protein_coding 5 1 6 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000581977 protein_coding 7 1 8 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000578328 protein_coding 6 1 8 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000584998 protein_coding 5 1 7 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000581977 protein_coding 7 1 9 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000578328 protein_coding 6 1 9 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000584998 protein_coding 5 1 8 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000581977 protein_coding 7 1 10 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000578328 protein_coding 6 1 10 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000584998 protein_coding 5 1 9 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000581977 protein_coding 7 1 11 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000578328 protein_coding 6 1 11 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000584998 protein_coding 5 1 10 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000581977 protein_coding 7 1 12 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000578328 protein_coding 6 1 12 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000584998 protein_coding 5 1 11 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000581977 protein_coding 7 1 13 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000578328 protein_coding 6 1 13 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000584998 protein_coding 5 1 12 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000581977 protein_coding 7 1 14 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000578328 protein_coding 6 1 14 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000584998 protein_coding 5 1 13 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000581977 protein_coding 7 1 15 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000578328 protein_coding 6 1 15 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000584998 protein_coding 5 1 14 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000581977 protein_coding 7 1 16 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000578328 protein_coding 6 1 16 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000584998 protein_coding 5 1 15 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000581977 protein_coding 7 1 17 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000578328 protein_coding 6 1 17 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000584998 protein_coding 5 1 16 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000581977 protein_coding 7 1 18 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000578328 protein_coding 6 1 18 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000584998 protein_coding 5 1 17 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000581977 protein_coding 7 1 19 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000578328 protein_coding 6 1 19 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000584998 protein_coding 5 1 18 IKBKE ENSG00000263528 +CDS chr1 206493266 206493378 ENST00000581977 protein_coding 7 1 20 IKBKE ENSG00000263528 +CDS chr1 206493266 206493378 ENST00000584998 protein_coding 5 1 19 IKBKE ENSG00000263528 +CDS chr1 206493920 206493991 ENST00000581977 protein_coding 7 1 21 IKBKE ENSG00000263528 +CDS chr1 206493920 206493958 ENST00000578328 protein_coding 6 1 20 IKBKE ENSG00000263528 +CDS chr1 206493920 206493991 ENST00000584998 protein_coding 5 1 20 IKBKE ENSG00000263528 +CDS chr1 206496112 206496142 ENST00000581977 protein_coding 7 1 22 IKBKE ENSG00000263528 +CDS chr1 206496112 206496142 ENST00000584998 protein_coding 5 1 21 IKBKE ENSG00000263528 +transcript chr1 206507531 206589448 ENST00000579436 protein_coding 7 1 NA RASSF5 ENSG00000266094 +transcript chr1 206507546 206587712 ENST00000580449 protein_coding 5 1 NA RASSF5 ENSG00000266094 +transcript chr1 206507595 206589274 ENST00000581503 protein_coding 6 1 NA RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000579436 protein_coding 7 1 1 RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000580449 protein_coding 5 1 1 RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000581503 protein_coding 6 1 1 RASSF5 ENSG00000266094 +transcript chr1 206518388 206589448 ENST00000636182 protein_coding 1 5 NA RASSF5 ENSG00000266094 +CDS chr1 206518388 206518544 ENST00000636182 protein_coding 1 5 1 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000579436 protein_coding 7 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000580449 protein_coding 5 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000581503 protein_coding 6 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000636182 protein_coding 1 5 2 RASSF5 ENSG00000266094 +transcript chr1 206557165 206589267 ENST00000577571 protein_coding 5 1 NA RASSF5 ENSG00000266094 +CDS chr1 206557574 206557693 ENST00000577571 protein_coding 5 1 1 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000579436 protein_coding 7 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000580449 protein_coding 5 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000581503 protein_coding 6 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000636182 protein_coding 1 5 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000577571 protein_coding 5 1 2 RASSF5 ENSG00000266094 +transcript chr1 206583272 206589272 ENST00000581888 protein_coding 1 2 NA RASSF5 ENSG00000266094 +CDS chr1 206583272 206583379 ENST00000581888 protein_coding 1 2 1 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000579436 protein_coding 7 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000580449 protein_coding 5 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584746 ENST00000581503 protein_coding 6 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000636182 protein_coding 1 5 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000577571 protein_coding 5 1 3 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000581888 protein_coding 1 2 2 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000579436 protein_coding 7 1 5 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000636182 protein_coding 1 5 5 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000577571 protein_coding 5 1 4 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585328 ENST00000581888 protein_coding 1 2 3 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000579436 protein_coding 7 1 6 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586845 ENST00000580449 protein_coding 5 1 5 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000636182 protein_coding 1 5 6 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000577571 protein_coding 5 1 5 RASSF5 ENSG00000266094 +transcript chr1 206591642 206612459 ENST00000367114 protein_coding 7 1 NA EIF2D ENSG00000143486 +transcript chr1 206591642 206612465 ENST00000271764 protein_coding 7 1 NA EIF2D ENSG00000143486 +CDS chr1 206591778 206591845 ENST00000367114 protein_coding 7 1 13 EIF2D ENSG00000143486 +CDS chr1 206591778 206591845 ENST00000271764 protein_coding 7 1 15 EIF2D ENSG00000143486 +CDS chr1 206593619 206593793 ENST00000367114 protein_coding 7 1 12 EIF2D ENSG00000143486 +CDS chr1 206593619 206593793 ENST00000271764 protein_coding 7 1 14 EIF2D ENSG00000143486 +CDS chr1 206595718 206595838 ENST00000367114 protein_coding 7 1 11 EIF2D ENSG00000143486 +CDS chr1 206595718 206595838 ENST00000271764 protein_coding 7 1 13 EIF2D ENSG00000143486 +CDS chr1 206597100 206597195 ENST00000367114 protein_coding 7 1 10 EIF2D ENSG00000143486 +CDS chr1 206597100 206597195 ENST00000271764 protein_coding 7 1 12 EIF2D ENSG00000143486 +CDS chr1 206599003 206599092 ENST00000367114 protein_coding 7 1 9 EIF2D ENSG00000143486 +CDS chr1 206599003 206599092 ENST00000271764 protein_coding 7 1 11 EIF2D ENSG00000143486 +CDS chr1 206599463 206599612 ENST00000367114 protein_coding 7 1 8 EIF2D ENSG00000143486 +CDS chr1 206599463 206599612 ENST00000271764 protein_coding 7 1 10 EIF2D ENSG00000143486 +CDS chr1 206599733 206599836 ENST00000367114 protein_coding 7 1 7 EIF2D ENSG00000143486 +CDS chr1 206599733 206599836 ENST00000271764 protein_coding 7 1 9 EIF2D ENSG00000143486 +CDS chr1 206600263 206600308 ENST00000367114 protein_coding 7 1 6 EIF2D ENSG00000143486 +CDS chr1 206600263 206600308 ENST00000271764 protein_coding 7 1 8 EIF2D ENSG00000143486 +CDS chr1 206602336 206602453 ENST00000271764 protein_coding 7 1 7 EIF2D ENSG00000143486 +transcript chr1 206602342 206612450 ENST00000437518 protein_coding 1 3 NA EIF2D ENSG00000143486 +CDS chr1 206602342 206602453 ENST00000437518 protein_coding 1 3 6 EIF2D ENSG00000143486 +CDS chr1 206602951 206603204 ENST00000271764 protein_coding 7 1 6 EIF2D ENSG00000143486 +CDS chr1 206602951 206603204 ENST00000437518 protein_coding 1 3 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000367114 protein_coding 7 1 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000271764 protein_coding 7 1 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000437518 protein_coding 1 3 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000367114 protein_coding 7 1 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000271764 protein_coding 7 1 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000437518 protein_coding 1 3 3 EIF2D ENSG00000143486 +CDS chr1 206609376 206609459 ENST00000367114 protein_coding 7 1 3 EIF2D ENSG00000143486 +CDS chr1 206609376 206609459 ENST00000271764 protein_coding 7 1 3 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000367114 protein_coding 7 1 2 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000271764 protein_coding 7 1 2 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000437518 protein_coding 1 3 2 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000367114 protein_coding 7 1 1 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000271764 protein_coding 7 1 1 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000437518 protein_coding 1 3 1 EIF2D ENSG00000143486 +transcript chr1 206635536 206655158 ENST00000367109 protein_coding 8 1 NA DYRK3 ENSG00000143479 +transcript chr1 206635579 206649197 ENST00000367108 protein_coding 7 1 NA DYRK3 ENSG00000143479 +CDS chr1 206635704 206635780 ENST00000367109 protein_coding 8 1 1 DYRK3 ENSG00000143479 +transcript chr1 206635728 206649193 ENST00000649163 protein_coding 1 NA NA DYRK3 ENSG00000143479 +transcript chr1 206635774 206647989 ENST00000441486 protein_coding 5 2 NA DYRK3 ENSG00000143479 +transcript chr1 206635829 206649114 ENST00000367106 protein_coding 1 1 NA DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000367108 protein_coding 7 1 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000649163 protein_coding 1 NA 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000441486 protein_coding 5 2 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000367106 protein_coding 1 1 2 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367109 protein_coding 8 1 2 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367108 protein_coding 7 1 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000649163 protein_coding 1 NA 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000441486 protein_coding 5 2 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367106 protein_coding 1 1 3 DYRK3 ENSG00000143479 +CDS chr1 206638925 206639008 ENST00000649163 protein_coding 1 NA 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367109 protein_coding 8 1 3 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367108 protein_coding 7 1 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206647989 ENST00000441486 protein_coding 5 2 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367106 protein_coding 1 1 4 DYRK3 ENSG00000143479 +transcript chr1 206684905 206734281 ENST00000367103 protein_coding 4 1 NA MAPKAPK2 ENSG00000162889 +transcript chr1 206684944 206732863 ENST00000294981 protein_coding 8 1 NA MAPKAPK2 ENSG00000162889 +CDS chr1 206685230 206685508 ENST00000367103 protein_coding 4 1 1 MAPKAPK2 ENSG00000162889 +CDS chr1 206685230 206685508 ENST00000294981 protein_coding 8 1 1 MAPKAPK2 ENSG00000162889 +CDS chr1 206728710 206728849 ENST00000367103 protein_coding 4 1 2 MAPKAPK2 ENSG00000162889 +CDS chr1 206728710 206728849 ENST00000294981 protein_coding 8 1 2 MAPKAPK2 ENSG00000162889 +CDS chr1 206729035 206729099 ENST00000367103 protein_coding 4 1 3 MAPKAPK2 ENSG00000162889 +CDS chr1 206729035 206729099 ENST00000294981 protein_coding 8 1 3 MAPKAPK2 ENSG00000162889 +CDS chr1 206729396 206729475 ENST00000367103 protein_coding 4 1 4 MAPKAPK2 ENSG00000162889 +CDS chr1 206729396 206729475 ENST00000294981 protein_coding 8 1 4 MAPKAPK2 ENSG00000162889 +CDS chr1 206729972 206730098 ENST00000367103 protein_coding 4 1 5 MAPKAPK2 ENSG00000162889 +CDS chr1 206729972 206730098 ENST00000294981 protein_coding 8 1 5 MAPKAPK2 ENSG00000162889 +CDS chr1 206730688 206730763 ENST00000367103 protein_coding 4 1 6 MAPKAPK2 ENSG00000162889 +CDS chr1 206730688 206730763 ENST00000294981 protein_coding 8 1 6 MAPKAPK2 ENSG00000162889 +CDS chr1 206731138 206731262 ENST00000367103 protein_coding 4 1 7 MAPKAPK2 ENSG00000162889 +CDS chr1 206731138 206731262 ENST00000294981 protein_coding 8 1 7 MAPKAPK2 ENSG00000162889 +CDS chr1 206731640 206731725 ENST00000367103 protein_coding 4 1 8 MAPKAPK2 ENSG00000162889 +CDS chr1 206731640 206731725 ENST00000294981 protein_coding 8 1 8 MAPKAPK2 ENSG00000162889 +CDS chr1 206731839 206731919 ENST00000367103 protein_coding 4 1 9 MAPKAPK2 ENSG00000162889 +CDS chr1 206731839 206731919 ENST00000294981 protein_coding 8 1 9 MAPKAPK2 ENSG00000162889 +CDS chr1 206732038 206732088 ENST00000294981 protein_coding 8 1 10 MAPKAPK2 ENSG00000162889 +CDS chr1 206732575 206732715 ENST00000367103 protein_coding 4 1 10 MAPKAPK2 ENSG00000162889 +transcript chr1 206767602 206772494 ENST00000423557 protein_coding 1 1 NA IL10 ENSG00000136634 +transcript chr1 206768110 206774534 ENST00000659642 protein_coding 1 NA NA IL10 ENSG00000136634 +transcript chr1 206768116 206774541 ENST00000659065 protein_coding 1 NA NA IL10 ENSG00000136634 +transcript chr1 206768417 206774541 ENST00000664374 protein_coding 1 NA NA IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000423557 protein_coding 1 1 5 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000659642 protein_coding 1 NA 6 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000659065 protein_coding 1 NA 7 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000664374 protein_coding 1 NA 6 IL10 ENSG00000136634 +transcript chr1 206768695 206771199 ENST00000471071 protein_coding 1 3 NA IL10 ENSG00000136634 +CDS chr1 206768695 206768728 ENST00000471071 protein_coding 1 3 3 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000423557 protein_coding 1 1 4 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000659642 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000659065 protein_coding 1 NA 6 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000664374 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000471071 protein_coding 1 3 2 IL10 ENSG00000136634 +transcript chr1 206770764 206842979 ENST00000656872 protein_coding 2 NA NA IL19 ENSG00000142224 +transcript chr1 206770773 206842981 ENST00000659997 protein_coding 3 NA NA IL19 ENSG00000142224 +CDS chr1 206770907 206771059 ENST00000423557 protein_coding 1 1 3 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000659642 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000659065 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000664374 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206770907 206771029 ENST00000471071 protein_coding 1 3 1 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000423557 protein_coding 1 1 2 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000659642 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000659065 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000664374 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206772271 206772435 ENST00000423557 protein_coding 1 1 1 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000659642 protein_coding 1 NA 2 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000659065 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000664374 protein_coding 1 NA 2 IL10 ENSG00000136634 +transcript chr1 206828877 206842622 ENST00000270218 protein_coding 10 1 NA IL19 ENSG00000142224 +transcript chr1 206834363 206842979 ENST00000340758 protein_coding 7 1 NA IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000656872 protein_coding 2 NA 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000659997 protein_coding 3 NA 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000270218 protein_coding 10 1 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000340758 protein_coding 7 1 2 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000656872 protein_coding 2 NA 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000659997 protein_coding 3 NA 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000270218 protein_coding 10 1 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000340758 protein_coding 7 1 3 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000656872 protein_coding 2 NA 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000659997 protein_coding 3 NA 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000270218 protein_coding 10 1 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000340758 protein_coding 7 1 4 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000656872 protein_coding 2 NA 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000659997 protein_coding 3 NA 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000270218 protein_coding 10 1 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000340758 protein_coding 7 1 5 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000656872 protein_coding 2 NA 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000659997 protein_coding 3 NA 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000270218 protein_coding 10 1 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000340758 protein_coding 7 1 6 IL19 ENSG00000142224 +transcript chr1 206865623 206869223 ENST00000367098 protein_coding 6 1 NA IL20 ENSG00000162891 +transcript chr1 206865809 206868914 ENST00000367096 protein_coding 7 1 NA IL20 ENSG00000162891 +transcript chr1 206865809 206869217 ENST00000391930 protein_coding 3 1 NA IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000367098 protein_coding 6 1 2 IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000367096 protein_coding 7 1 1 IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000391930 protein_coding 3 1 1 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000367098 protein_coding 6 1 3 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000367096 protein_coding 7 1 2 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000391930 protein_coding 3 1 2 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000367098 protein_coding 6 1 4 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000367096 protein_coding 7 1 3 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000391930 protein_coding 3 1 3 IL20 ENSG00000162891 +CDS chr1 206867384 206867458 ENST00000367098 protein_coding 6 1 5 IL20 ENSG00000162891 +CDS chr1 206867384 206867458 ENST00000367096 protein_coding 7 1 4 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000367098 protein_coding 6 1 6 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000367096 protein_coding 7 1 5 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000391930 protein_coding 3 1 4 IL20 ENSG00000162891 +transcript chr1 206897443 206903480 ENST00000391929 protein_coding 7 1 NA IL24 ENSG00000162892 +transcript chr1 206897443 206904139 ENST00000294984 protein_coding 7 1 NA IL24 ENSG00000162892 +transcript chr1 206897443 206904139 ENST00000611909 protein_coding 4 3 NA IL24 ENSG00000162892 +transcript chr1 206897444 206904139 ENST00000367093 protein_coding 3 1 NA IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000391929 protein_coding 7 1 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000294984 protein_coding 7 1 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000611909 protein_coding 4 3 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000367093 protein_coding 3 1 2 IL24 ENSG00000162892 +transcript chr1 206897833 206902072 ENST00000480741 protein_coding 1 1 NA IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000480741 protein_coding 1 1 1 IL24 ENSG00000162892 +CDS chr1 206899317 206899515 ENST00000391929 protein_coding 7 1 3 IL24 ENSG00000162892 +CDS chr1 206899317 206899515 ENST00000367093 protein_coding 3 1 3 IL24 ENSG00000162892 +CDS chr1 206899320 206899515 ENST00000294984 protein_coding 7 1 3 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000391929 protein_coding 7 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000294984 protein_coding 7 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000611909 protein_coding 4 3 3 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000367093 protein_coding 3 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000480741 protein_coding 1 1 2 IL24 ENSG00000162892 +CDS chr1 206901494 206901652 ENST00000391929 protein_coding 7 1 5 IL24 ENSG00000162892 +CDS chr1 206901494 206901652 ENST00000294984 protein_coding 7 1 5 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000391929 protein_coding 7 1 6 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000294984 protein_coding 7 1 6 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000611909 protein_coding 4 3 4 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000367093 protein_coding 3 1 5 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000480741 protein_coding 1 1 3 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000391929 protein_coding 7 1 7 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000294984 protein_coding 7 1 7 IL24 ENSG00000162892 +CDS chr1 206902976 206902982 ENST00000611909 protein_coding 4 3 5 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000367093 protein_coding 3 1 6 IL24 ENSG00000162892 +transcript chr1 206903317 206921941 ENST00000367091 protein_coding 8 1 NA FCMR ENSG00000162894 +transcript chr1 206904559 206921998 ENST00000442471 protein_coding 4 2 NA FCMR ENSG00000162894 +transcript chr1 206905019 206921867 ENST00000628511 protein_coding 2 1 NA FCMR ENSG00000162894 +CDS chr1 206905022 206905147 ENST00000367091 protein_coding 8 1 8 FCMR ENSG00000162894 +CDS chr1 206905022 206905147 ENST00000442471 protein_coding 4 2 7 FCMR ENSG00000162894 +CDS chr1 206905143 206905147 ENST00000628511 protein_coding 2 1 7 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000367091 protein_coding 8 1 7 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000442471 protein_coding 4 2 6 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000628511 protein_coding 2 1 6 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000367091 protein_coding 8 1 6 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000442471 protein_coding 4 2 5 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000628511 protein_coding 2 1 5 FCMR ENSG00000162894 +CDS chr1 206910210 206910340 ENST00000367091 protein_coding 8 1 5 FCMR ENSG00000162894 +CDS chr1 206910210 206910340 ENST00000442471 protein_coding 4 2 4 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000367091 protein_coding 8 1 4 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000442471 protein_coding 4 2 3 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000628511 protein_coding 2 1 4 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000367091 protein_coding 8 1 3 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000442471 protein_coding 4 2 2 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000628511 protein_coding 2 1 3 FCMR ENSG00000162894 +transcript chr1 206912963 206923196 ENST00000525793 protein_coding 5 4 NA FCMR ENSG00000162894 +CDS chr1 206912963 206913042 ENST00000525793 protein_coding 5 4 4 FCMR ENSG00000162894 +transcript chr1 206912973 206923247 ENST00000529560 protein_coding 1 4 NA FCMR ENSG00000162894 +CDS chr1 206912973 206913042 ENST00000529560 protein_coding 1 4 4 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000367091 protein_coding 8 1 2 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000628511 protein_coding 2 1 2 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000525793 protein_coding 5 4 3 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000529560 protein_coding 1 4 3 FCMR ENSG00000162894 +transcript chr1 206913801 206921997 ENST00000530505 protein_coding 1 4 NA FCMR ENSG00000162894 +CDS chr1 206913801 206914094 ENST00000530505 protein_coding 1 4 3 FCMR ENSG00000162894 +CDS chr1 206921341 206921433 ENST00000530505 protein_coding 1 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000367091 protein_coding 8 1 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000442471 protein_coding 4 2 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000628511 protein_coding 2 1 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000525793 protein_coding 5 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000529560 protein_coding 1 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000530505 protein_coding 1 4 1 FCMR ENSG00000162894 +transcript chr1 206928522 206946466 ENST00000356495 protein_coding 5 1 NA PIGR ENSG00000162896 +CDS chr1 206930321 206930413 ENST00000356495 protein_coding 5 1 11 PIGR ENSG00000162896 +CDS chr1 206931497 206931555 ENST00000356495 protein_coding 5 1 10 PIGR ENSG00000162896 +CDS chr1 206931671 206931802 ENST00000356495 protein_coding 5 1 9 PIGR ENSG00000162896 +CDS chr1 206932456 206932577 ENST00000356495 protein_coding 5 1 8 PIGR ENSG00000162896 +CDS chr1 206932986 206933166 ENST00000356495 protein_coding 5 1 7 PIGR ENSG00000162896 +CDS chr1 206934420 206934746 ENST00000356495 protein_coding 5 1 6 PIGR ENSG00000162896 +CDS chr1 206935486 206935818 ENST00000356495 protein_coding 5 1 5 PIGR ENSG00000162896 +CDS chr1 206937095 206937751 ENST00000356495 protein_coding 5 1 4 PIGR ENSG00000162896 +CDS chr1 206939119 206939463 ENST00000356495 protein_coding 5 1 3 PIGR ENSG00000162896 +CDS chr1 206940489 206940531 ENST00000356495 protein_coding 5 1 2 PIGR ENSG00000162896 +transcript chr1 206957967 206970460 ENST00000324852 protein_coding 9 2 NA FCAMR ENSG00000162897 +transcript chr1 206957967 206970625 ENST00000400962 protein_coding 8 5 NA FCAMR ENSG00000162897 +transcript chr1 206958165 206970482 ENST00000450945 protein_coding 3 1 NA FCAMR ENSG00000162897 +CDS chr1 206958519 206958676 ENST00000324852 protein_coding 9 2 8 FCAMR ENSG00000162897 +CDS chr1 206958653 206958676 ENST00000400962 protein_coding 8 5 7 FCAMR ENSG00000162897 +CDS chr1 206958653 206958676 ENST00000450945 protein_coding 3 1 8 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000324852 protein_coding 9 2 7 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000400962 protein_coding 8 5 6 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000450945 protein_coding 3 1 7 FCAMR ENSG00000162897 +CDS chr1 206960422 206961223 ENST00000324852 protein_coding 9 2 6 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000324852 protein_coding 9 2 5 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000400962 protein_coding 8 5 5 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000450945 protein_coding 3 1 6 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000324852 protein_coding 9 2 4 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000400962 protein_coding 8 5 4 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000450945 protein_coding 3 1 5 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000324852 protein_coding 9 2 3 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000400962 protein_coding 8 5 3 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000450945 protein_coding 3 1 4 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000324852 protein_coding 9 2 2 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000400962 protein_coding 8 5 2 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000450945 protein_coding 3 1 3 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000324852 protein_coding 9 2 1 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000400962 protein_coding 8 5 1 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000450945 protein_coding 3 1 2 FCAMR ENSG00000162897 +transcript chr1 207018522 207032756 ENST00000359470 protein_coding 6 1 NA C1orf116 ENSG00000182795 +transcript chr1 207020695 207032756 ENST00000461135 protein_coding 2 2 NA C1orf116 ENSG00000182795 +CDS chr1 207021961 207023480 ENST00000359470 protein_coding 6 1 4 C1orf116 ENSG00000182795 +CDS chr1 207021961 207023025 ENST00000461135 protein_coding 2 2 3 C1orf116 ENSG00000182795 +CDS chr1 207024887 207025064 ENST00000359470 protein_coding 6 1 3 C1orf116 ENSG00000182795 +CDS chr1 207027494 207027598 ENST00000359470 protein_coding 6 1 2 C1orf116 ENSG00000182795 +transcript chr1 207034366 207063209 ENST00000545806 protein_coding 5 5 NA PFKFB2 ENSG00000123836 +transcript chr1 207034416 207062014 ENST00000618513 protein_coding 4 4 NA PFKFB2 ENSG00000123836 +transcript chr1 207043849 207051208 ENST00000315927 protein_coding 9 1 NA YOD1 ENSG00000180667 +transcript chr1 207043849 207052980 ENST00000367084 protein_coding 1 2 NA YOD1 ENSG00000180667 +CDS chr1 207049023 207049723 ENST00000315927 protein_coding 9 1 2 YOD1 ENSG00000180667 +CDS chr1 207049023 207049723 ENST00000367084 protein_coding 1 2 4 YOD1 ENSG00000180667 +CDS chr1 207050688 207051030 ENST00000315927 protein_coding 9 1 1 YOD1 ENSG00000180667 +CDS chr1 207050688 207050847 ENST00000367084 protein_coding 1 2 3 YOD1 ENSG00000180667 +CDS chr1 207052185 207052235 ENST00000367084 protein_coding 1 2 2 YOD1 ENSG00000180667 +transcript chr1 207053275 207077817 ENST00000367080 protein_coding 8 1 NA PFKFB2 ENSG00000123836 +transcript chr1 207053311 207081024 ENST00000367079 protein_coding 3 1 NA PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000545806 protein_coding 5 5 3 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000618513 protein_coding 4 4 5 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000367080 protein_coding 8 1 2 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000367079 protein_coding 3 1 2 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000545806 protein_coding 5 5 4 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062014 ENST00000618513 protein_coding 4 4 6 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000367080 protein_coding 8 1 3 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000367079 protein_coding 3 1 3 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000545806 protein_coding 5 5 5 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000367080 protein_coding 8 1 4 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000367079 protein_coding 3 1 4 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000545806 protein_coding 5 5 6 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000367080 protein_coding 8 1 5 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000367079 protein_coding 3 1 5 PFKFB2 ENSG00000123836 +CDS chr1 207063347 207063421 ENST00000367080 protein_coding 8 1 6 PFKFB2 ENSG00000123836 +CDS chr1 207063347 207063421 ENST00000367079 protein_coding 3 1 6 PFKFB2 ENSG00000123836 +CDS chr1 207063773 207063829 ENST00000367080 protein_coding 8 1 7 PFKFB2 ENSG00000123836 +CDS chr1 207063773 207063829 ENST00000367079 protein_coding 3 1 7 PFKFB2 ENSG00000123836 +CDS chr1 207065036 207065160 ENST00000367080 protein_coding 8 1 8 PFKFB2 ENSG00000123836 +CDS chr1 207065036 207065160 ENST00000367079 protein_coding 3 1 8 PFKFB2 ENSG00000123836 +CDS chr1 207067499 207067706 ENST00000367080 protein_coding 8 1 9 PFKFB2 ENSG00000123836 +CDS chr1 207067499 207067706 ENST00000367079 protein_coding 3 1 9 PFKFB2 ENSG00000123836 +CDS chr1 207068163 207068309 ENST00000367080 protein_coding 8 1 10 PFKFB2 ENSG00000123836 +CDS chr1 207068163 207068309 ENST00000367079 protein_coding 3 1 10 PFKFB2 ENSG00000123836 +CDS chr1 207069424 207069528 ENST00000367080 protein_coding 8 1 11 PFKFB2 ENSG00000123836 +CDS chr1 207069424 207069528 ENST00000367079 protein_coding 3 1 11 PFKFB2 ENSG00000123836 +CDS chr1 207070280 207070409 ENST00000367080 protein_coding 8 1 12 PFKFB2 ENSG00000123836 +CDS chr1 207070280 207070409 ENST00000367079 protein_coding 3 1 12 PFKFB2 ENSG00000123836 +CDS chr1 207071188 207071250 ENST00000367080 protein_coding 8 1 13 PFKFB2 ENSG00000123836 +CDS chr1 207071188 207071250 ENST00000367079 protein_coding 3 1 13 PFKFB2 ENSG00000123836 +CDS chr1 207071509 207071573 ENST00000367080 protein_coding 8 1 14 PFKFB2 ENSG00000123836 +CDS chr1 207071509 207071573 ENST00000367079 protein_coding 3 1 14 PFKFB2 ENSG00000123836 +CDS chr1 207072204 207072368 ENST00000367080 protein_coding 8 1 15 PFKFB2 ENSG00000123836 +CDS chr1 207078954 207079016 ENST00000367079 protein_coding 3 1 15 PFKFB2 ENSG00000123836 +transcript chr1 207088860 207099993 ENST00000367078 protein_coding 8 1 NA C4BPB ENSG00000123843 +transcript chr1 207089213 207098189 ENST00000452902 protein_coding 6 3 NA C4BPB ENSG00000123843 +transcript chr1 207089238 207099993 ENST00000243611 protein_coding 9 1 NA C4BPB ENSG00000123843 +transcript chr1 207089239 207099993 ENST00000367076 protein_coding 7 1 NA C4BPB ENSG00000123843 +transcript chr1 207089283 207099990 ENST00000391923 protein_coding 1 5 NA C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000367078 protein_coding 8 1 2 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000452902 protein_coding 6 3 2 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000243611 protein_coding 9 1 1 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000367076 protein_coding 7 1 1 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000391923 protein_coding 1 5 2 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000367078 protein_coding 8 1 3 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000452902 protein_coding 6 3 3 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000243611 protein_coding 9 1 2 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000391923 protein_coding 1 5 3 C4BPB ENSG00000123843 +CDS chr1 207090311 207090481 ENST00000367076 protein_coding 7 1 2 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000367078 protein_coding 8 1 4 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000452902 protein_coding 6 3 4 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000243611 protein_coding 9 1 3 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000367076 protein_coding 7 1 3 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000391923 protein_coding 1 5 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000367078 protein_coding 8 1 5 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000452902 protein_coding 6 3 5 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000243611 protein_coding 9 1 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000367076 protein_coding 7 1 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000391923 protein_coding 1 5 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000367078 protein_coding 8 1 6 C4BPB ENSG00000123843 +CDS chr1 207098150 207098189 ENST00000452902 protein_coding 6 3 6 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000243611 protein_coding 9 1 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000367076 protein_coding 7 1 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000391923 protein_coding 1 5 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000367078 protein_coding 8 1 7 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000243611 protein_coding 9 1 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000367076 protein_coding 7 1 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000391923 protein_coding 1 5 7 C4BPB ENSG00000123843 +transcript chr1 207104233 207144972 ENST00000367070 protein_coding 8 1 NA C4BPA ENSG00000123838 +transcript chr1 207104306 207123949 ENST00000421786 protein_coding 5 4 NA C4BPA ENSG00000123838 +CDS chr1 207113026 207113167 ENST00000367070 protein_coding 8 1 2 C4BPA ENSG00000123838 +CDS chr1 207113026 207113167 ENST00000421786 protein_coding 5 4 2 C4BPA ENSG00000123838 +CDS chr1 207114100 207114285 ENST00000367070 protein_coding 8 1 3 C4BPA ENSG00000123838 +CDS chr1 207114100 207114285 ENST00000421786 protein_coding 5 4 3 C4BPA ENSG00000123838 +CDS chr1 207115416 207115515 ENST00000367070 protein_coding 8 1 4 C4BPA ENSG00000123838 +CDS chr1 207115416 207115515 ENST00000421786 protein_coding 5 4 4 C4BPA ENSG00000123838 +CDS chr1 207123922 207124007 ENST00000367070 protein_coding 8 1 5 C4BPA ENSG00000123838 +CDS chr1 207123922 207123949 ENST00000421786 protein_coding 5 4 5 C4BPA ENSG00000123838 +CDS chr1 207124175 207124366 ENST00000367070 protein_coding 8 1 6 C4BPA ENSG00000123838 +CDS chr1 207126713 207126895 ENST00000367070 protein_coding 8 1 7 C4BPA ENSG00000123838 +CDS chr1 207131546 207131740 ENST00000367070 protein_coding 8 1 8 C4BPA ENSG00000123838 +CDS chr1 207134404 207134592 ENST00000367070 protein_coding 8 1 9 C4BPA ENSG00000123838 +CDS chr1 207141106 207141276 ENST00000367070 protein_coding 8 1 10 C4BPA ENSG00000123838 +CDS chr1 207143818 207143993 ENST00000367070 protein_coding 8 1 11 C4BPA ENSG00000123838 +CDS chr1 207144544 207144714 ENST00000367070 protein_coding 8 1 12 C4BPA ENSG00000123838 +transcript chr1 207321532 207340766 ENST00000367063 protein_coding 6 1 NA CD55 ENSG00000196352 +transcript chr1 207321643 207359713 ENST00000391921 protein_coding 9 1 NA CD55 ENSG00000196352 +transcript chr1 207321643 207360336 ENST00000645323 protein_coding 1 NA NA CD55 ENSG00000196352 +transcript chr1 207321678 207360966 ENST00000367064 protein_coding 9 1 NA CD55 ENSG00000196352 +transcript chr1 207321701 207360501 ENST00000314754 protein_coding 12 1 NA CD55 ENSG00000196352 +transcript chr1 207321748 207359876 ENST00000644836 protein_coding 1 NA NA CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000367064 protein_coding 9 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000367063 protein_coding 6 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000391921 protein_coding 9 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000645323 protein_coding 1 NA 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000314754 protein_coding 12 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000644836 protein_coding 1 NA 1 CD55 ENSG00000196352 +transcript chr1 207321791 207336788 ENST00000343420 protein_coding 6 5 NA CD55 ENSG00000196352 +CDS chr1 207321791 207321865 ENST00000343420 protein_coding 6 5 1 CD55 ENSG00000196352 +CDS chr1 207322236 207322289 ENST00000343420 protein_coding 6 5 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000367064 protein_coding 9 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000367063 protein_coding 6 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000391921 protein_coding 9 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000645323 protein_coding 1 NA 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000314754 protein_coding 12 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000644836 protein_coding 1 NA 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000343420 protein_coding 6 5 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000367064 protein_coding 9 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000367063 protein_coding 6 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000645323 protein_coding 1 NA 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000314754 protein_coding 12 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000644836 protein_coding 1 NA 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000343420 protein_coding 6 5 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000367064 protein_coding 9 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000367063 protein_coding 6 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000391921 protein_coding 9 1 3 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000645323 protein_coding 1 NA 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000314754 protein_coding 12 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000644836 protein_coding 1 NA 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000343420 protein_coding 6 5 5 CD55 ENSG00000196352 +transcript chr1 207325640 207373246 ENST00000618707 protein_coding 2 NA NA CD55 ENSG00000196352 +CDS chr1 207325640 207325721 ENST00000618707 protein_coding 2 NA 1 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000367064 protein_coding 9 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000367063 protein_coding 6 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000391921 protein_coding 9 1 4 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000645323 protein_coding 1 NA 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000314754 protein_coding 12 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000644836 protein_coding 1 NA 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000343420 protein_coding 6 5 6 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000618707 protein_coding 2 NA 2 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000367064 protein_coding 9 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000367063 protein_coding 6 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000391921 protein_coding 9 1 5 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000645323 protein_coding 1 NA 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000314754 protein_coding 12 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000644836 protein_coding 1 NA 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000343420 protein_coding 6 5 7 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000618707 protein_coding 2 NA 3 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000367064 protein_coding 9 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000367063 protein_coding 6 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000391921 protein_coding 9 1 6 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000645323 protein_coding 1 NA 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000314754 protein_coding 12 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000644836 protein_coding 1 NA 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336788 ENST00000343420 protein_coding 6 5 8 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000618707 protein_coding 2 NA 4 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000367064 protein_coding 9 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000367063 protein_coding 6 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000391921 protein_coding 9 1 7 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000645323 protein_coding 1 NA 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000314754 protein_coding 12 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000644836 protein_coding 1 NA 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000618707 protein_coding 2 NA 5 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000367064 protein_coding 9 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000367063 protein_coding 6 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000391921 protein_coding 9 1 8 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000645323 protein_coding 1 NA 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000314754 protein_coding 12 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000644836 protein_coding 1 NA 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000618707 protein_coding 2 NA 6 CD55 ENSG00000196352 +CDS chr1 207340391 207340641 ENST00000367063 protein_coding 6 1 10 CD55 ENSG00000196352 +CDS chr1 207340391 207340508 ENST00000314754 protein_coding 12 1 10 CD55 ENSG00000196352 +CDS chr1 207347447 207347561 ENST00000645323 protein_coding 1 NA 10 CD55 ENSG00000196352 +CDS chr1 207354007 207354077 ENST00000644836 protein_coding 1 NA 10 CD55 ENSG00000196352 +CDS chr1 207359546 207359607 ENST00000367064 protein_coding 9 1 10 CD55 ENSG00000196352 +CDS chr1 207359546 207359607 ENST00000391921 protein_coding 9 1 9 CD55 ENSG00000196352 +CDS chr1 207359546 207359666 ENST00000645323 protein_coding 1 NA 11 CD55 ENSG00000196352 +CDS chr1 207359546 207359666 ENST00000314754 protein_coding 12 1 11 CD55 ENSG00000196352 +CDS chr1 207367370 207367487 ENST00000618707 protein_coding 2 NA 7 CD55 ENSG00000196352 +CDS chr1 207372769 207372868 ENST00000618707 protein_coding 2 NA 8 CD55 ENSG00000196352 +transcript chr1 207454230 207489895 ENST00000367058 protein_coding 7 1 NA CR2 ENSG00000117322 +transcript chr1 207454230 207489895 ENST00000367059 protein_coding 3 1 NA CR2 ENSG00000117322 +transcript chr1 207454328 207489892 ENST00000367057 protein_coding 8 1 NA CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367058 protein_coding 7 1 1 CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367059 protein_coding 3 1 1 CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367057 protein_coding 8 1 1 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367058 protein_coding 7 1 2 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367059 protein_coding 3 1 2 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367057 protein_coding 8 1 2 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367058 protein_coding 7 1 3 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367059 protein_coding 3 1 3 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367057 protein_coding 8 1 3 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367058 protein_coding 7 1 4 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367059 protein_coding 3 1 4 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367057 protein_coding 8 1 4 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367058 protein_coding 7 1 5 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367059 protein_coding 3 1 5 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367057 protein_coding 8 1 5 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367058 protein_coding 7 1 6 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367059 protein_coding 3 1 6 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367057 protein_coding 8 1 6 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367058 protein_coding 7 1 7 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367059 protein_coding 3 1 7 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367057 protein_coding 8 1 7 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367058 protein_coding 7 1 8 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367059 protein_coding 3 1 8 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367057 protein_coding 8 1 8 CR2 ENSG00000117322 +transcript chr1 207471068 207472902 ENST00000640301 protein_coding 1 1 NA CR2 ENSG00000117322 +CDS chr1 207471068 207471087 ENST00000640301 protein_coding 1 1 1 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367058 protein_coding 7 1 9 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367059 protein_coding 3 1 9 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367057 protein_coding 8 1 9 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367058 protein_coding 7 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367059 protein_coding 3 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367057 protein_coding 8 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207472868 ENST00000640301 protein_coding 1 1 2 CR2 ENSG00000117322 +CDS chr1 207473545 207473721 ENST00000367057 protein_coding 8 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367058 protein_coding 7 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367059 protein_coding 3 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367057 protein_coding 8 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367058 protein_coding 7 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367059 protein_coding 3 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367057 protein_coding 8 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367058 protein_coding 7 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367059 protein_coding 3 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367057 protein_coding 8 1 14 CR2 ENSG00000117322 +CDS chr1 207476234 207476419 ENST00000367058 protein_coding 7 1 14 CR2 ENSG00000117322 +CDS chr1 207476234 207476419 ENST00000367057 protein_coding 8 1 15 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367058 protein_coding 7 1 15 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367059 protein_coding 3 1 14 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367057 protein_coding 8 1 16 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367058 protein_coding 7 1 16 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367059 protein_coding 3 1 15 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367057 protein_coding 8 1 17 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367058 protein_coding 7 1 17 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367059 protein_coding 3 1 16 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367057 protein_coding 8 1 18 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367058 protein_coding 7 1 18 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367059 protein_coding 3 1 17 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367057 protein_coding 8 1 19 CR2 ENSG00000117322 +transcript chr1 207496147 207641765 ENST00000400960 protein_coding 7 1 NA CR1 ENSG00000203710 +transcript chr1 207496157 207641765 ENST00000367049 protein_coding 9 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367051 protein_coding 6 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367053 protein_coding 6 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367052 protein_coding 6 5 NA CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000400960 protein_coding 7 1 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367051 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367053 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367052 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367049 protein_coding 9 5 1 CR1 ENSG00000203710 +transcript chr1 207496341 207630627 ENST00000529814 protein_coding 1 5 NA CR1 ENSG00000203710 +CDS chr1 207496341 207496388 ENST00000529814 protein_coding 1 5 1 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000400960 protein_coding 7 1 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367051 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367053 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367052 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367049 protein_coding 9 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000529814 protein_coding 1 5 2 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000400960 protein_coding 7 1 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367051 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367053 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367052 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367049 protein_coding 9 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000529814 protein_coding 1 5 3 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000400960 protein_coding 7 1 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367051 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367053 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367052 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367049 protein_coding 9 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000529814 protein_coding 1 5 4 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000400960 protein_coding 7 1 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367053 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367052 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367049 protein_coding 9 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000529814 protein_coding 1 5 5 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000400960 protein_coding 7 1 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367053 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367052 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367049 protein_coding 9 5 6 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000400960 protein_coding 7 1 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367053 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367052 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367049 protein_coding 9 5 7 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000400960 protein_coding 7 1 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367053 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367052 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367049 protein_coding 9 5 8 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000400960 protein_coding 7 1 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367053 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367052 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367049 protein_coding 9 5 9 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000400960 protein_coding 7 1 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367053 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367052 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367049 protein_coding 9 5 10 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000400960 protein_coding 7 1 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367053 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367052 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367049 protein_coding 9 5 11 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000400960 protein_coding 7 1 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367053 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367052 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367049 protein_coding 9 5 12 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000400960 protein_coding 7 1 13 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367051 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367052 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367049 protein_coding 9 5 13 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367051 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367052 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367049 protein_coding 9 5 14 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000529814 protein_coding 1 5 6 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367051 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367052 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367049 protein_coding 9 5 15 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367051 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367052 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367049 protein_coding 9 5 16 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367051 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367052 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367049 protein_coding 9 5 17 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367051 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367052 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367049 protein_coding 9 5 18 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367051 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367052 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367049 protein_coding 9 5 19 CR1 ENSG00000203710 +CDS chr1 207558538 207558623 ENST00000367051 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207558538 207558623 ENST00000367049 protein_coding 9 5 20 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367051 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367053 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367049 protein_coding 9 5 21 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000400960 protein_coding 7 1 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367051 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367053 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367049 protein_coding 9 5 22 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000400960 protein_coding 7 1 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367051 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367053 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367049 protein_coding 9 5 23 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000529814 protein_coding 1 5 7 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000400960 protein_coding 7 1 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367051 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367053 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367049 protein_coding 9 5 24 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000529814 protein_coding 1 5 8 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000400960 protein_coding 7 1 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367051 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367053 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367049 protein_coding 9 5 25 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000400960 protein_coding 7 1 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367051 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367053 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367049 protein_coding 9 5 26 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000400960 protein_coding 7 1 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367051 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367053 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367049 protein_coding 9 5 27 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000400960 protein_coding 7 1 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367051 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367053 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367052 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367049 protein_coding 9 5 28 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000400960 protein_coding 7 1 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367051 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367053 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367052 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367049 protein_coding 9 5 29 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000400960 protein_coding 7 1 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367051 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367053 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367052 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367049 protein_coding 9 5 30 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000400960 protein_coding 7 1 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367051 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367053 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367052 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367049 protein_coding 9 5 31 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000400960 protein_coding 7 1 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367051 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367053 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367052 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367049 protein_coding 9 5 32 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000400960 protein_coding 7 1 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367051 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367053 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367052 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367049 protein_coding 9 5 33 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000400960 protein_coding 7 1 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367051 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367053 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367052 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367049 protein_coding 9 5 34 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000400960 protein_coding 7 1 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367051 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367053 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367052 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367049 protein_coding 9 5 35 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000400960 protein_coding 7 1 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367051 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367053 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367052 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367049 protein_coding 9 5 36 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000400960 protein_coding 7 1 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367051 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367053 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367052 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367049 protein_coding 9 5 37 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000400960 protein_coding 7 1 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367051 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367053 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367052 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367049 protein_coding 9 5 38 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000400960 protein_coding 7 1 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367051 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367053 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367052 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367049 protein_coding 9 5 39 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000400960 protein_coding 7 1 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367051 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367053 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367052 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367049 protein_coding 9 5 40 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000400960 protein_coding 7 1 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367051 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367053 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367052 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367049 protein_coding 9 5 41 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000529814 protein_coding 1 5 9 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000400960 protein_coding 7 1 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367051 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367053 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367052 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367049 protein_coding 9 5 42 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000529814 protein_coding 1 5 10 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000400960 protein_coding 7 1 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367051 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367053 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367052 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367049 protein_coding 9 5 43 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000529814 protein_coding 1 5 11 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000400960 protein_coding 7 1 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367051 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367053 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367052 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367049 protein_coding 9 5 44 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000529814 protein_coding 1 5 12 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000400960 protein_coding 7 1 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367051 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367053 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367052 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367049 protein_coding 9 5 45 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000529814 protein_coding 1 5 13 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000400960 protein_coding 7 1 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367051 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367053 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367052 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367049 protein_coding 9 5 46 CR1 ENSG00000203710 +CDS chr1 207630517 207630627 ENST00000529814 protein_coding 1 5 14 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000400960 protein_coding 7 1 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367051 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367053 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367052 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367049 protein_coding 9 5 47 CR1 ENSG00000203710 +transcript chr1 207645133 207723703 ENST00000508064 protein_coding 7 1 NA CR1L ENSG00000197721 +CDS chr1 207645234 207645330 ENST00000508064 protein_coding 7 1 1 CR1L ENSG00000197721 +CDS chr1 207677389 207677568 ENST00000508064 protein_coding 7 1 2 CR1L ENSG00000197721 +CDS chr1 207678198 207678297 ENST00000508064 protein_coding 7 1 3 CR1L ENSG00000197721 +CDS chr1 207683872 207683957 ENST00000508064 protein_coding 7 1 4 CR1L ENSG00000197721 +CDS chr1 207694353 207694751 ENST00000508064 protein_coding 7 1 5 CR1L ENSG00000197721 +CDS chr1 207697503 207697679 ENST00000508064 protein_coding 7 1 6 CR1L ENSG00000197721 +CDS chr1 207697771 207697873 ENST00000508064 protein_coding 7 1 7 CR1L ENSG00000197721 +CDS chr1 207699189 207699274 ENST00000508064 protein_coding 7 1 8 CR1L ENSG00000197721 +CDS chr1 207701519 207701618 ENST00000508064 protein_coding 7 1 9 CR1L ENSG00000197721 +CDS chr1 207708178 207708263 ENST00000508064 protein_coding 7 1 10 CR1L ENSG00000197721 +CDS chr1 207717464 207717691 ENST00000508064 protein_coding 7 1 11 CR1L ENSG00000197721 +CDS chr1 207723618 207723682 ENST00000508064 protein_coding 7 1 12 CR1L ENSG00000197721 +transcript chr1 207752054 207795504 ENST00000367042 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000322875 protein_coding 8 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000322918 protein_coding 9 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000354848 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000357714 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000358170 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000367041 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000367047 protein_coding 5 5 NA CD46 ENSG00000117335 +transcript chr1 207752115 207795506 ENST00000360212 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752123 207793646 ENST00000480003 protein_coding 5 5 NA CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367042 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000322875 protein_coding 8 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000322918 protein_coding 9 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000354848 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000357714 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000358170 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367041 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367047 protein_coding 5 5 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000360212 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000480003 protein_coding 5 5 1 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000367042 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000322875 protein_coding 8 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000322918 protein_coding 9 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000354848 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000357714 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000358170 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000367041 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000360212 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000480003 protein_coding 5 5 2 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367042 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000322875 protein_coding 8 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000322918 protein_coding 9 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000354848 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000357714 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000358170 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367041 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367047 protein_coding 5 5 2 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000360212 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000480003 protein_coding 5 5 3 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367042 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000322875 protein_coding 8 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000322918 protein_coding 9 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000354848 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000357714 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000358170 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367041 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367047 protein_coding 5 5 3 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000360212 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000480003 protein_coding 5 5 4 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367042 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000322875 protein_coding 8 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000322918 protein_coding 9 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000354848 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000357714 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000358170 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367041 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367047 protein_coding 5 5 4 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000360212 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000480003 protein_coding 5 5 5 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367042 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000322875 protein_coding 8 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000322918 protein_coding 9 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000354848 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000357714 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000358170 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367041 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367047 protein_coding 5 5 5 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000360212 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000480003 protein_coding 5 5 6 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000322875 protein_coding 8 1 7 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000358170 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000367047 protein_coding 5 5 6 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000367042 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000322875 protein_coding 8 1 8 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000354848 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000358170 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000367047 protein_coding 5 5 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000480003 protein_coding 5 5 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367042 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000322875 protein_coding 8 1 9 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000322918 protein_coding 9 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000354848 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000357714 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000358170 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367041 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367047 protein_coding 5 5 8 CD46 ENSG00000117335 +transcript chr1 207770339 207795224 ENST00000462968 protein_coding 2 3 NA CD46 ENSG00000117335 +CDS chr1 207770339 207770362 ENST00000462968 protein_coding 2 3 1 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367042 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000322875 protein_coding 8 1 10 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000322918 protein_coding 9 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000354848 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000357714 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000358170 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367041 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367047 protein_coding 5 5 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000360212 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000480003 protein_coding 5 5 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000462968 protein_coding 2 3 2 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367042 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000322875 protein_coding 8 1 11 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000322918 protein_coding 9 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000354848 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000357714 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000358170 protein_coding 6 1 11 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367041 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367047 protein_coding 5 5 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000360212 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000480003 protein_coding 5 5 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000462968 protein_coding 2 3 3 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367042 protein_coding 6 1 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000322875 protein_coding 8 1 12 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000354848 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000357714 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000358170 protein_coding 6 1 12 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367041 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367047 protein_coding 5 5 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000360212 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000480003 protein_coding 5 5 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000462968 protein_coding 2 3 4 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000367042 protein_coding 6 1 12 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000358170 protein_coding 6 1 13 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000367041 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000322875 protein_coding 8 1 13 CD46 ENSG00000117335 +CDS chr1 207793519 207793592 ENST00000322918 protein_coding 9 1 10 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000354848 protein_coding 5 1 12 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000357714 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000367047 protein_coding 5 5 12 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000360212 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000480003 protein_coding 5 5 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000462968 protein_coding 2 3 5 CD46 ENSG00000117335 +transcript chr1 207880972 207911125 ENST00000310833 protein_coding 12 1 NA CD34 ENSG00000174059 +transcript chr1 207886539 207890492 ENST00000367036 protein_coding 7 1 NA CD34 ENSG00000174059 +transcript chr1 207886539 207911402 ENST00000356522 protein_coding 4 1 NA CD34 ENSG00000174059 +CDS chr1 207887741 207887923 ENST00000310833 protein_coding 12 1 8 CD34 ENSG00000174059 +CDS chr1 207887741 207887923 ENST00000367036 protein_coding 7 1 5 CD34 ENSG00000174059 +CDS chr1 207888107 207888118 ENST00000356522 protein_coding 4 1 8 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000310833 protein_coding 12 1 7 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000367036 protein_coding 7 1 4 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000356522 protein_coding 4 1 7 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000310833 protein_coding 12 1 6 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000367036 protein_coding 7 1 3 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000356522 protein_coding 4 1 6 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000310833 protein_coding 12 1 5 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000367036 protein_coding 7 1 2 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000356522 protein_coding 4 1 5 CD34 ENSG00000174059 +CDS chr1 207889715 207889837 ENST00000367036 protein_coding 7 1 1 CD34 ENSG00000174059 +CDS chr1 207897493 207897573 ENST00000310833 protein_coding 12 1 4 CD34 ENSG00000174059 +CDS chr1 207897493 207897573 ENST00000356522 protein_coding 4 1 4 CD34 ENSG00000174059 +CDS chr1 207898973 207899226 ENST00000310833 protein_coding 12 1 3 CD34 ENSG00000174059 +CDS chr1 207898973 207899226 ENST00000356522 protein_coding 4 1 3 CD34 ENSG00000174059 +CDS chr1 207899821 207900003 ENST00000310833 protein_coding 12 1 2 CD34 ENSG00000174059 +CDS chr1 207899821 207900003 ENST00000356522 protein_coding 4 1 2 CD34 ENSG00000174059 +CDS chr1 207911002 207911080 ENST00000310833 protein_coding 12 1 1 CD34 ENSG00000174059 +CDS chr1 207911002 207911080 ENST00000356522 protein_coding 4 1 1 CD34 ENSG00000174059 +transcript chr1 208022242 208244384 ENST00000367033 protein_coding 4 1 NA PLXNA2 ENSG00000076356 +CDS chr1 208027246 208027338 ENST00000367033 protein_coding 4 1 32 PLXNA2 ENSG00000076356 +CDS chr1 208028009 208028159 ENST00000367033 protein_coding 4 1 31 PLXNA2 ENSG00000076356 +CDS chr1 208028830 208029042 ENST00000367033 protein_coding 4 1 30 PLXNA2 ENSG00000076356 +CDS chr1 208031590 208031759 ENST00000367033 protein_coding 4 1 29 PLXNA2 ENSG00000076356 +CDS chr1 208033319 208033509 ENST00000367033 protein_coding 4 1 28 PLXNA2 ENSG00000076356 +CDS chr1 208034493 208034592 ENST00000367033 protein_coding 4 1 27 PLXNA2 ENSG00000076356 +CDS chr1 208038371 208038474 ENST00000367033 protein_coding 4 1 26 PLXNA2 ENSG00000076356 +CDS chr1 208038825 208038984 ENST00000367033 protein_coding 4 1 25 PLXNA2 ENSG00000076356 +CDS chr1 208039621 208039767 ENST00000367033 protein_coding 4 1 24 PLXNA2 ENSG00000076356 +CDS chr1 208039992 208040058 ENST00000367033 protein_coding 4 1 23 PLXNA2 ENSG00000076356 +CDS chr1 208042098 208042366 ENST00000367033 protein_coding 4 1 22 PLXNA2 ENSG00000076356 +CDS chr1 208043061 208043203 ENST00000367033 protein_coding 4 1 21 PLXNA2 ENSG00000076356 +CDS chr1 208044508 208044742 ENST00000367033 protein_coding 4 1 20 PLXNA2 ENSG00000076356 +CDS chr1 208045067 208045210 ENST00000367033 protein_coding 4 1 19 PLXNA2 ENSG00000076356 +CDS chr1 208045878 208046117 ENST00000367033 protein_coding 4 1 18 PLXNA2 ENSG00000076356 +CDS chr1 208051009 208051102 ENST00000367033 protein_coding 4 1 17 PLXNA2 ENSG00000076356 +CDS chr1 208051256 208051423 ENST00000367033 protein_coding 4 1 16 PLXNA2 ENSG00000076356 +CDS chr1 208052327 208052463 ENST00000367033 protein_coding 4 1 15 PLXNA2 ENSG00000076356 +CDS chr1 208054421 208054538 ENST00000367033 protein_coding 4 1 14 PLXNA2 ENSG00000076356 +CDS chr1 208060686 208060837 ENST00000367033 protein_coding 4 1 13 PLXNA2 ENSG00000076356 +CDS chr1 208079260 208079450 ENST00000367033 protein_coding 4 1 12 PLXNA2 ENSG00000076356 +CDS chr1 208082412 208082508 ENST00000367033 protein_coding 4 1 11 PLXNA2 ENSG00000076356 +CDS chr1 208084380 208084580 ENST00000367033 protein_coding 4 1 10 PLXNA2 ENSG00000076356 +CDS chr1 208092786 208092900 ENST00000367033 protein_coding 4 1 9 PLXNA2 ENSG00000076356 +CDS chr1 208096029 208096125 ENST00000367033 protein_coding 4 1 8 PLXNA2 ENSG00000076356 +CDS chr1 208096730 208096883 ENST00000367033 protein_coding 4 1 7 PLXNA2 ENSG00000076356 +CDS chr1 208098846 208098969 ENST00000367033 protein_coding 4 1 6 PLXNA2 ENSG00000076356 +CDS chr1 208103147 208103247 ENST00000367033 protein_coding 4 1 5 PLXNA2 ENSG00000076356 +CDS chr1 208142329 208142463 ENST00000367033 protein_coding 4 1 4 PLXNA2 ENSG00000076356 +CDS chr1 208210280 208210462 ENST00000367033 protein_coding 4 1 3 PLXNA2 ENSG00000076356 +CDS chr1 208216735 208217922 ENST00000367033 protein_coding 4 1 2 PLXNA2 ENSG00000076356 +transcript chr1 209583714 209613939 ENST00000361322 protein_coding 3 1 NA CAMK1G ENSG00000008118 +transcript chr1 209583717 209613927 ENST00000651530 protein_coding 1 NA NA CAMK1G ENSG00000008118 +transcript chr1 209583717 209613938 ENST00000009105 protein_coding 5 2 NA CAMK1G ENSG00000008118 +transcript chr1 209583729 209609913 ENST00000423146 protein_coding 5 3 NA CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000009105 protein_coding 5 2 2 CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000423146 protein_coding 5 3 2 CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000361322 protein_coding 3 1 2 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000009105 protein_coding 5 2 3 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000423146 protein_coding 5 3 3 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000361322 protein_coding 3 1 3 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000009105 protein_coding 5 2 4 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000423146 protein_coding 5 3 4 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000361322 protein_coding 3 1 4 CAMK1G ENSG00000008118 +CDS chr1 209603281 209603288 ENST00000651530 protein_coding 1 NA 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000651530 protein_coding 1 NA 6 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000009105 protein_coding 5 2 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000423146 protein_coding 5 3 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000361322 protein_coding 3 1 5 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000651530 protein_coding 1 NA 7 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000009105 protein_coding 5 2 6 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000423146 protein_coding 5 3 6 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000361322 protein_coding 3 1 6 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000651530 protein_coding 1 NA 8 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000009105 protein_coding 5 2 7 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000361322 protein_coding 3 1 7 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000651530 protein_coding 1 NA 9 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000009105 protein_coding 5 2 8 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000423146 protein_coding 5 3 7 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000361322 protein_coding 3 1 8 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000651530 protein_coding 1 NA 10 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000009105 protein_coding 5 2 9 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609913 ENST00000423146 protein_coding 5 3 8 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000361322 protein_coding 3 1 9 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000651530 protein_coding 1 NA 11 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000009105 protein_coding 5 2 10 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000361322 protein_coding 3 1 10 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000651530 protein_coding 1 NA 12 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000009105 protein_coding 5 2 11 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000361322 protein_coding 3 1 11 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000651530 protein_coding 1 NA 13 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000009105 protein_coding 5 2 12 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000361322 protein_coding 3 1 12 CAMK1G ENSG00000008118 +transcript chr1 209614870 209652425 ENST00000356082 protein_coding 9 1 NA LAMB3 ENSG00000196878 +transcript chr1 209614875 209651334 ENST00000391911 protein_coding 5 1 NA LAMB3 ENSG00000196878 +transcript chr1 209614977 209652329 ENST00000367030 protein_coding 7 1 NA LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000356082 protein_coding 9 1 23 LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000367030 protein_coding 7 1 23 LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000391911 protein_coding 5 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000356082 protein_coding 9 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000367030 protein_coding 7 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000391911 protein_coding 5 1 21 LAMB3 ENSG00000196878 +transcript chr1 209616581 209618798 ENST00000455193 protein_coding 1 2 NA LAMB3 ENSG00000196878 +CDS chr1 209616581 209616624 ENST00000455193 protein_coding 1 2 4 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000356082 protein_coding 9 1 21 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000367030 protein_coding 7 1 21 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000455193 protein_coding 1 2 3 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000391911 protein_coding 5 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000356082 protein_coding 9 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000367030 protein_coding 7 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000455193 protein_coding 1 2 2 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000391911 protein_coding 5 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000356082 protein_coding 9 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000367030 protein_coding 7 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618567 ENST00000455193 protein_coding 1 2 1 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000391911 protein_coding 5 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000356082 protein_coding 9 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000367030 protein_coding 7 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000391911 protein_coding 5 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000356082 protein_coding 9 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000367030 protein_coding 7 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000391911 protein_coding 5 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000356082 protein_coding 9 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000367030 protein_coding 7 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000391911 protein_coding 5 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000356082 protein_coding 9 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000367030 protein_coding 7 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000391911 protein_coding 5 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000356082 protein_coding 9 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000367030 protein_coding 7 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000391911 protein_coding 5 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000356082 protein_coding 9 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000367030 protein_coding 7 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000391911 protein_coding 5 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000356082 protein_coding 9 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000367030 protein_coding 7 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000391911 protein_coding 5 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000356082 protein_coding 9 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000367030 protein_coding 7 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000391911 protein_coding 5 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000356082 protein_coding 9 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000367030 protein_coding 7 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000391911 protein_coding 5 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000356082 protein_coding 9 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000367030 protein_coding 7 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000391911 protein_coding 5 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000356082 protein_coding 9 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000367030 protein_coding 7 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000391911 protein_coding 5 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000356082 protein_coding 9 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000367030 protein_coding 7 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000391911 protein_coding 5 1 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000356082 protein_coding 9 1 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000367030 protein_coding 7 1 6 LAMB3 ENSG00000196878 +transcript chr1 209634447 209651394 ENST00000415782 protein_coding 1 2 NA LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000415782 protein_coding 1 2 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000391911 protein_coding 5 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000356082 protein_coding 9 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000367030 protein_coding 7 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000415782 protein_coding 1 2 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000391911 protein_coding 5 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000356082 protein_coding 9 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000367030 protein_coding 7 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000415782 protein_coding 1 2 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000391911 protein_coding 5 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000356082 protein_coding 9 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000367030 protein_coding 7 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000415782 protein_coding 1 2 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000391911 protein_coding 5 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000356082 protein_coding 9 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000367030 protein_coding 7 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000415782 protein_coding 1 2 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000391911 protein_coding 5 1 1 LAMB3 ENSG00000196878 +transcript chr1 209675412 209676390 ENST00000367029 protein_coding 5 1 NA G0S2 ENSG00000123689 +CDS chr1 209675685 209675993 ENST00000367029 protein_coding 5 1 2 G0S2 ENSG00000123689 +transcript chr1 209686178 209732465 ENST00000615289 protein_coding 4 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209686180 209734949 ENST00000367028 protein_coding 6 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209686269 209734478 ENST00000261465 protein_coding 5 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209704846 209734929 ENST00000367027 protein_coding 5 1 NA HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000615289 protein_coding 4 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000261465 protein_coding 5 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000367027 protein_coding 5 1 1 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000367028 protein_coding 6 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000615289 protein_coding 4 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000261465 protein_coding 5 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000367027 protein_coding 5 1 2 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000367028 protein_coding 6 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000615289 protein_coding 4 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000261465 protein_coding 5 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000367027 protein_coding 5 1 3 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000367028 protein_coding 6 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000615289 protein_coding 4 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000261465 protein_coding 5 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000367027 protein_coding 5 1 4 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000367028 protein_coding 6 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732465 ENST00000615289 protein_coding 4 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000261465 protein_coding 5 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000367027 protein_coding 5 1 5 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000367028 protein_coding 6 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734478 ENST00000261465 protein_coding 5 5 7 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734518 ENST00000367027 protein_coding 5 1 6 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734518 ENST00000367028 protein_coding 6 5 7 HSD11B1 ENSG00000117594 +transcript chr1 209756032 209779655 ENST00000400959 protein_coding 7 5 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756053 209782310 ENST00000367025 protein_coding 8 1 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756136 209760117 ENST00000479796 protein_coding 5 4 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756179 209782320 ENST00000367026 protein_coding 7 1 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209758498 209782307 ENST00000367024 protein_coding 5 2 NA TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760324 ENST00000400959 protein_coding 7 5 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760384 ENST00000367025 protein_coding 8 1 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760117 ENST00000479796 protein_coding 5 4 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760324 ENST00000367026 protein_coding 7 1 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760384 ENST00000367024 protein_coding 5 2 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000400959 protein_coding 7 5 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367025 protein_coding 8 1 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367026 protein_coding 7 1 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367024 protein_coding 5 2 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000400959 protein_coding 7 5 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367025 protein_coding 8 1 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367026 protein_coding 7 1 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367024 protein_coding 5 2 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000400959 protein_coding 7 5 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367025 protein_coding 8 1 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367026 protein_coding 7 1 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367024 protein_coding 5 2 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000400959 protein_coding 7 5 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367025 protein_coding 8 1 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367026 protein_coding 7 1 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367024 protein_coding 5 2 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000400959 protein_coding 7 5 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367025 protein_coding 8 1 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367026 protein_coding 7 1 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367024 protein_coding 5 2 8 TRAF3IP3 ENSG00000009790 +transcript chr1 209768488 209779656 ENST00000367023 protein_coding 5 3 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209768605 209777384 ENST00000487271 protein_coding 5 4 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209768615 209782313 ENST00000477431 protein_coding 1 3 NA TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000400959 protein_coding 7 5 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367025 protein_coding 8 1 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367026 protein_coding 7 1 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367024 protein_coding 5 2 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000400959 protein_coding 7 5 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367025 protein_coding 8 1 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367026 protein_coding 7 1 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367024 protein_coding 5 2 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000367023 protein_coding 5 3 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000487271 protein_coding 5 4 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000477431 protein_coding 1 3 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000400959 protein_coding 7 5 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367025 protein_coding 8 1 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367026 protein_coding 7 1 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367024 protein_coding 5 2 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367023 protein_coding 5 3 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000487271 protein_coding 5 4 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000477431 protein_coding 1 3 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000400959 protein_coding 7 5 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367025 protein_coding 8 1 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367026 protein_coding 7 1 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367024 protein_coding 5 2 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367023 protein_coding 5 3 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777384 ENST00000487271 protein_coding 5 4 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000477431 protein_coding 1 3 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000400959 protein_coding 7 5 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367025 protein_coding 8 1 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367026 protein_coding 7 1 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367024 protein_coding 5 2 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367023 protein_coding 5 3 6 TRAF3IP3 ENSG00000009790 +transcript chr1 209779208 209784559 ENST00000294811 protein_coding 2 1 NA C1orf74 ENSG00000162757 +CDS chr1 209779315 209779374 ENST00000367025 protein_coding 8 1 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779374 ENST00000367026 protein_coding 7 1 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779374 ENST00000367024 protein_coding 5 2 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779400 ENST00000367023 protein_coding 5 3 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209779431 209779450 ENST00000400959 protein_coding 7 5 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367025 protein_coding 8 1 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367026 protein_coding 7 1 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367024 protein_coding 5 2 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367025 protein_coding 8 1 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367026 protein_coding 7 1 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367024 protein_coding 5 2 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367025 protein_coding 8 1 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367026 protein_coding 7 1 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367024 protein_coding 5 2 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782126 ENST00000477431 protein_coding 1 3 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209782828 209783634 ENST00000294811 protein_coding 2 1 2 C1orf74 ENSG00000162757 +transcript chr1 209785617 209806142 ENST00000367021 protein_coding 8 1 NA IRF6 ENSG00000117595 +transcript chr1 209785623 209806175 ENST00000542854 protein_coding 5 2 NA IRF6 ENSG00000117595 +CDS chr1 209788423 209788644 ENST00000367021 protein_coding 8 1 9 IRF6 ENSG00000117595 +CDS chr1 209788423 209788644 ENST00000542854 protein_coding 5 2 7 IRF6 ENSG00000117595 +CDS chr1 209789667 209789785 ENST00000367021 protein_coding 8 1 8 IRF6 ENSG00000117595 +CDS chr1 209789667 209789785 ENST00000542854 protein_coding 5 2 6 IRF6 ENSG00000117595 +CDS chr1 209790495 209790887 ENST00000367021 protein_coding 8 1 7 IRF6 ENSG00000117595 +CDS chr1 209790495 209790887 ENST00000542854 protein_coding 5 2 5 IRF6 ENSG00000117595 +transcript chr1 209790726 209802166 ENST00000456314 protein_coding 1 3 NA IRF6 ENSG00000117595 +CDS chr1 209790726 209790887 ENST00000456314 protein_coding 1 3 6 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000367021 protein_coding 8 1 6 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000456314 protein_coding 1 3 5 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000542854 protein_coding 5 2 4 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000367021 protein_coding 8 1 5 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000456314 protein_coding 1 3 4 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000542854 protein_coding 5 2 3 IRF6 ENSG00000117595 +CDS chr1 209796348 209796552 ENST00000367021 protein_coding 8 1 4 IRF6 ENSG00000117595 +CDS chr1 209796348 209796552 ENST00000456314 protein_coding 1 3 3 IRF6 ENSG00000117595 +CDS chr1 209796348 209796441 ENST00000542854 protein_coding 5 2 2 IRF6 ENSG00000117595 +CDS chr1 209801240 209801413 ENST00000367021 protein_coding 8 1 3 IRF6 ENSG00000117595 +CDS chr1 209801240 209801413 ENST00000456314 protein_coding 1 3 2 IRF6 ENSG00000117595 +transcript chr1 209827972 209857565 ENST00000491415 protein_coding 7 1 NA UTP25 ENSG00000117597 +CDS chr1 209828064 209828170 ENST00000491415 protein_coding 7 1 1 UTP25 ENSG00000117597 +CDS chr1 209830108 209830147 ENST00000491415 protein_coding 7 1 2 UTP25 ENSG00000117597 +CDS chr1 209830803 209831043 ENST00000491415 protein_coding 7 1 3 UTP25 ENSG00000117597 +CDS chr1 209833185 209833358 ENST00000491415 protein_coding 7 1 4 UTP25 ENSG00000117597 +CDS chr1 209835075 209835163 ENST00000491415 protein_coding 7 1 5 UTP25 ENSG00000117597 +CDS chr1 209836801 209837211 ENST00000491415 protein_coding 7 1 6 UTP25 ENSG00000117597 +transcript chr1 209838805 209844632 ENST00000457820 protein_coding 1 2 NA UTP25 ENSG00000117597 +CDS chr1 209838805 209839128 ENST00000457820 protein_coding 1 2 1 UTP25 ENSG00000117597 +CDS chr1 209838909 209839128 ENST00000491415 protein_coding 7 1 7 UTP25 ENSG00000117597 +CDS chr1 209840853 209841055 ENST00000491415 protein_coding 7 1 8 UTP25 ENSG00000117597 +CDS chr1 209840853 209841055 ENST00000457820 protein_coding 1 2 2 UTP25 ENSG00000117597 +CDS chr1 209842265 209842447 ENST00000491415 protein_coding 7 1 9 UTP25 ENSG00000117597 +CDS chr1 209842265 209842480 ENST00000457820 protein_coding 1 2 3 UTP25 ENSG00000117597 +CDS chr1 209842583 209842695 ENST00000491415 protein_coding 7 1 10 UTP25 ENSG00000117597 +CDS chr1 209843451 209843696 ENST00000491415 protein_coding 7 1 11 UTP25 ENSG00000117597 +CDS chr1 209851204 209851444 ENST00000491415 protein_coding 7 1 12 UTP25 ENSG00000117597 +transcript chr1 209938174 210162223 ENST00000367019 protein_coding 5 1 NA SYT14 ENSG00000143469 +transcript chr1 209938174 210164286 ENST00000537238 protein_coding 5 5 NA SYT14 ENSG00000143469 +transcript chr1 209938186 210171389 ENST00000637265 protein_coding 1 5 NA SYT14 ENSG00000143469 +transcript chr1 209938251 210162326 ENST00000472886 protein_coding 5 1 NA SYT14 ENSG00000143469 +CDS chr1 209938265 209938277 ENST00000367019 protein_coding 5 1 1 SYT14 ENSG00000143469 +CDS chr1 209938265 209938277 ENST00000472886 protein_coding 5 1 1 SYT14 ENSG00000143469 +CDS chr1 209952709 209952756 ENST00000367019 protein_coding 5 1 2 SYT14 ENSG00000143469 +CDS chr1 209952709 209952756 ENST00000472886 protein_coding 5 1 2 SYT14 ENSG00000143469 +transcript chr1 209952724 210164291 ENST00000367015 protein_coding 5 1 NA SYT14 ENSG00000143469 +CDS chr1 210013633 210013797 ENST00000367019 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013633 210013797 ENST00000472886 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013686 210013797 ENST00000367015 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013686 210013797 ENST00000537238 protein_coding 5 5 4 SYT14 ENSG00000143469 +CDS chr1 210016004 210017099 ENST00000637265 protein_coding 1 5 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000367019 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000637265 protein_coding 1 5 5 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000472886 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000367015 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000537238 protein_coding 5 5 5 SYT14 ENSG00000143469 +transcript chr1 210021046 210162967 ENST00000534859 protein_coding 2 1 NA SYT14 ENSG00000143469 +CDS chr1 210021046 210021254 ENST00000534859 protein_coding 2 1 1 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000367019 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000637265 protein_coding 1 5 6 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000472886 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000367015 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000534859 protein_coding 2 1 2 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000537238 protein_coding 5 5 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000367019 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000637265 protein_coding 1 5 7 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000472886 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000367015 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000534859 protein_coding 2 1 3 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000537238 protein_coding 5 5 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000367019 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000637265 protein_coding 1 5 8 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000472886 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000367015 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000534859 protein_coding 2 1 4 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000537238 protein_coding 5 5 8 SYT14 ENSG00000143469 +CDS chr1 210159400 210159477 ENST00000534859 protein_coding 2 1 5 SYT14 ENSG00000143469 +CDS chr1 210159421 210159477 ENST00000367019 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210159421 210159477 ENST00000637265 protein_coding 1 5 9 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000367019 protein_coding 5 1 9 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000637265 protein_coding 1 5 10 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000472886 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000367015 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000534859 protein_coding 2 1 6 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000537238 protein_coding 5 5 9 SYT14 ENSG00000143469 +transcript chr1 210232796 210246255 ENST00000367012 protein_coding 4 1 NA SERTAD4 ENSG00000082497 +CDS chr1 210237961 210238135 ENST00000367012 protein_coding 4 1 2 SERTAD4 ENSG00000082497 +CDS chr1 210239493 210239608 ENST00000367012 protein_coding 4 1 3 SERTAD4 ENSG00000082497 +CDS chr1 210241558 210242334 ENST00000367012 protein_coding 4 1 4 SERTAD4 ENSG00000082497 +transcript chr1 210328252 210676296 ENST00000541565 protein_coding 5 2 NA HHAT ENSG00000054392 +transcript chr1 210328252 210676296 ENST00000413764 protein_coding 6 5 NA HHAT ENSG00000054392 +transcript chr1 210328902 210676290 ENST00000261458 protein_coding 8 2 NA HHAT ENSG00000054392 +transcript chr1 210328906 210676296 ENST00000537898 protein_coding 5 2 NA HHAT ENSG00000054392 +transcript chr1 210328906 210676296 ENST00000545154 protein_coding 5 2 NA HHAT ENSG00000054392 +CDS chr1 210329011 210329104 ENST00000545154 protein_coding 5 2 1 HHAT ENSG00000054392 +transcript chr1 210329300 210676296 ENST00000367010 protein_coding 5 2 NA HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000261458 protein_coding 8 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000367010 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000537898 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000541565 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000413764 protein_coding 6 5 2 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000261458 protein_coding 8 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000367010 protein_coding 5 2 3 HHAT ENSG00000054392 +transcript chr1 210362852 210464655 ENST00000426968 protein_coding 2 1 NA HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000537898 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000541565 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000545154 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000413764 protein_coding 6 5 3 HHAT ENSG00000054392 +transcript chr1 210369715 210590542 ENST00000545781 protein_coding 2 1 NA HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000261458 protein_coding 8 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000367010 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000537898 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000541565 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000545154 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000413764 protein_coding 6 5 4 HHAT ENSG00000054392 +CDS chr1 210387498 210387581 ENST00000426968 protein_coding 2 1 2 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000261458 protein_coding 8 2 5 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000367010 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000545154 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000413764 protein_coding 6 5 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000261458 protein_coding 8 2 6 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000367010 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000426968 protein_coding 2 1 3 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000537898 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000545154 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000413764 protein_coding 6 5 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000261458 protein_coding 8 2 7 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000367010 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000426968 protein_coding 2 1 4 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000537898 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000541565 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000545154 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000413764 protein_coding 6 5 7 HHAT ENSG00000054392 +transcript chr1 210439583 210676296 ENST00000367009 protein_coding 2 2 NA HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000261458 protein_coding 8 2 8 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000367010 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000426968 protein_coding 2 1 5 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000537898 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000541565 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000545154 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000413764 protein_coding 6 5 8 HHAT ENSG00000054392 +CDS chr1 210464579 210464655 ENST00000367009 protein_coding 2 2 2 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000261458 protein_coding 8 2 9 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000367010 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000367009 protein_coding 2 2 3 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000537898 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000541565 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000545154 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000413764 protein_coding 6 5 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000261458 protein_coding 8 2 10 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000367010 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000367009 protein_coding 2 2 4 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000537898 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000541565 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000545154 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000413764 protein_coding 6 5 10 HHAT ENSG00000054392 +CDS chr1 210587962 210588207 ENST00000545781 protein_coding 2 1 4 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000261458 protein_coding 8 2 11 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000367010 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000367009 protein_coding 2 2 5 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000537898 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000541565 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000545154 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000413764 protein_coding 6 5 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000261458 protein_coding 8 2 12 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000367010 protein_coding 5 2 12 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000367009 protein_coding 2 2 6 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000537898 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000541565 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000545154 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000413764 protein_coding 6 5 12 HHAT ENSG00000054392 +transcript chr1 210676823 211134129 ENST00000367007 protein_coding 5 5 NA KCNH1 ENSG00000143473 +transcript chr1 210676832 211134091 ENST00000638498 protein_coding 1 5 NA KCNH1 ENSG00000143473 +CDS chr1 210677345 210677380 ENST00000367007 protein_coding 5 5 12 KCNH1 ENSG00000143473 +CDS chr1 210677345 210677380 ENST00000638498 protein_coding 1 5 12 KCNH1 ENSG00000143473 +transcript chr1 210678314 211134148 ENST00000271751 protein_coding 10 2 NA KCNH1 ENSG00000143473 +transcript chr1 210678315 211134165 ENST00000639952 protein_coding 1 1 NA KCNH1 ENSG00000143473 +transcript chr1 210678418 210683929 ENST00000640625 protein_coding 1 5 NA KCNH1 ENSG00000143473 +CDS chr1 210679010 210679168 ENST00000640625 protein_coding 1 5 2 KCNH1 ENSG00000143473 +transcript chr1 210681647 211019228 ENST00000638357 protein_coding 1 5 NA KCNH1 ENSG00000143473 +transcript chr1 210683281 211133945 ENST00000640044 protein_coding 1 1 NA KCNH1 ENSG00000143473 +transcript chr1 210683281 211133945 ENST00000640566 protein_coding 1 1 NA KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000271751 protein_coding 10 2 11 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000639952 protein_coding 1 1 11 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000640044 protein_coding 1 1 7 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000640566 protein_coding 1 1 5 KCNH1 ENSG00000143473 +CDS chr1 210683467 210684138 ENST00000367007 protein_coding 5 5 11 KCNH1 ENSG00000143473 +CDS chr1 210683467 210684138 ENST00000638498 protein_coding 1 5 11 KCNH1 ENSG00000143473 +CDS chr1 210683467 210683929 ENST00000640625 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 210684107 210684138 ENST00000638357 protein_coding 1 5 5 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000367007 protein_coding 5 5 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000638498 protein_coding 1 5 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000271751 protein_coding 10 2 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000639952 protein_coding 1 1 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000640044 protein_coding 1 1 6 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000640566 protein_coding 1 1 4 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000367007 protein_coding 5 5 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000638498 protein_coding 1 5 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000271751 protein_coding 10 2 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000639952 protein_coding 1 1 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000638357 protein_coding 1 5 4 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000640044 protein_coding 1 1 5 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000367007 protein_coding 5 5 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000638498 protein_coding 1 5 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000271751 protein_coding 10 2 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000639952 protein_coding 1 1 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000638357 protein_coding 1 5 3 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000640044 protein_coding 1 1 4 KCNH1 ENSG00000143473 +transcript chr1 210858125 211134078 ENST00000639602 protein_coding 1 5 NA NA ENSG00000284299 +transcript chr1 210858163 211134146 ENST00000638983 protein_coding 1 5 NA NA ENSG00000284299 +CDS chr1 210861001 210861194 ENST00000639602 protein_coding 1 5 7 NA ENSG00000284299 +CDS chr1 210861147 210861194 ENST00000638983 protein_coding 1 5 7 NA ENSG00000284299 +CDS chr1 210919640 210920069 ENST00000639602 protein_coding 1 5 6 NA ENSG00000284299 +CDS chr1 210919640 210920069 ENST00000367007 protein_coding 5 5 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000638498 protein_coding 1 5 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000271751 protein_coding 10 2 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000639952 protein_coding 1 1 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000638357 protein_coding 1 5 2 KCNH1 ENSG00000143473 +CDS chr1 211018783 211019256 ENST00000638498 protein_coding 1 5 6 KCNH1 ENSG00000143473 +CDS chr1 211018783 211019256 ENST00000271751 protein_coding 10 2 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019256 ENST00000639602 protein_coding 1 5 5 NA ENSG00000284299 +CDS chr1 211018864 211019256 ENST00000638983 protein_coding 1 5 6 NA ENSG00000284299 +CDS chr1 211018864 211019256 ENST00000367007 protein_coding 5 5 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019256 ENST00000639952 protein_coding 1 1 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019228 ENST00000638357 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000639602 protein_coding 1 5 4 NA ENSG00000284299 +CDS chr1 211082780 211082898 ENST00000638983 protein_coding 1 5 5 NA ENSG00000284299 +CDS chr1 211082780 211082898 ENST00000367007 protein_coding 5 5 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000638498 protein_coding 1 5 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000271751 protein_coding 10 2 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000639952 protein_coding 1 1 5 KCNH1 ENSG00000143473 +transcript chr1 211082872 211188533 ENST00000638880 protein_coding 1 5 NA NA ENSG00000283952 +CDS chr1 211082872 211082898 ENST00000638880 protein_coding 1 5 7 NA ENSG00000283952 +CDS chr1 211090562 211090690 ENST00000638983 protein_coding 1 5 4 NA ENSG00000284299 +CDS chr1 211090562 211090690 ENST00000638880 protein_coding 1 5 6 NA ENSG00000283952 +CDS chr1 211090562 211090690 ENST00000367007 protein_coding 5 5 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000638498 protein_coding 1 5 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000271751 protein_coding 10 2 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000639952 protein_coding 1 1 4 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000639602 protein_coding 1 5 3 NA ENSG00000284299 +CDS chr1 211103496 211103602 ENST00000638983 protein_coding 1 5 3 NA ENSG00000284299 +CDS chr1 211103496 211103602 ENST00000638880 protein_coding 1 5 5 NA ENSG00000283952 +CDS chr1 211103496 211103602 ENST00000367007 protein_coding 5 5 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000638498 protein_coding 1 5 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000271751 protein_coding 10 2 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000639952 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000640044 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000640566 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000639602 protein_coding 1 5 2 NA ENSG00000284299 +CDS chr1 211107254 211107377 ENST00000638983 protein_coding 1 5 2 NA ENSG00000284299 +CDS chr1 211107254 211107276 ENST00000638880 protein_coding 1 5 4 NA ENSG00000283952 +CDS chr1 211107254 211107377 ENST00000367007 protein_coding 5 5 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000638498 protein_coding 1 5 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000271751 protein_coding 10 2 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000639952 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000640044 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000640566 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000639602 protein_coding 1 5 1 NA ENSG00000284299 +CDS chr1 211133867 211133945 ENST00000638983 protein_coding 1 5 1 NA ENSG00000284299 +CDS chr1 211133867 211133945 ENST00000367007 protein_coding 5 5 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000638498 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000271751 protein_coding 10 2 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000639952 protein_coding 1 1 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000640044 protein_coding 1 1 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000640566 protein_coding 1 1 1 KCNH1 ENSG00000143473 +transcript chr1 211258377 211276335 ENST00000534478 protein_coding 5 4 NA RCOR3 ENSG00000117625 +transcript chr1 211258408 211278223 ENST00000533469 protein_coding 5 4 NA RCOR3 ENSG00000117625 +transcript chr1 211259279 211314591 ENST00000367006 protein_coding 8 1 NA RCOR3 ENSG00000117625 +transcript chr1 211259366 211316385 ENST00000419091 protein_coding 7 2 NA RCOR3 ENSG00000117625 +transcript chr1 211259388 211313298 ENST00000452621 protein_coding 6 2 NA RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000367006 protein_coding 8 1 1 RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000452621 protein_coding 6 2 1 RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000419091 protein_coding 7 2 1 RCOR3 ENSG00000117625 +transcript chr1 211259975 211316385 ENST00000367005 protein_coding 8 1 NA RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000367006 protein_coding 8 1 2 RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000452621 protein_coding 6 2 2 RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000419091 protein_coding 7 2 2 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000534478 protein_coding 5 4 3 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000533469 protein_coding 5 4 2 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000367005 protein_coding 8 1 1 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000534478 protein_coding 5 4 4 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000533469 protein_coding 5 4 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000367006 protein_coding 8 1 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000452621 protein_coding 6 2 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000419091 protein_coding 7 2 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000367005 protein_coding 8 1 2 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000534478 protein_coding 5 4 5 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000533469 protein_coding 5 4 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000367006 protein_coding 8 1 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000452621 protein_coding 6 2 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000419091 protein_coding 7 2 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000367005 protein_coding 8 1 3 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276335 ENST00000534478 protein_coding 5 4 6 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000533469 protein_coding 5 4 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000367006 protein_coding 8 1 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000452621 protein_coding 6 2 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000419091 protein_coding 7 2 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000367005 protein_coding 8 1 4 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278223 ENST00000533469 protein_coding 5 4 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000367006 protein_coding 8 1 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000452621 protein_coding 6 2 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000419091 protein_coding 7 2 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000367005 protein_coding 8 1 5 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000367006 protein_coding 8 1 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000452621 protein_coding 6 2 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000419091 protein_coding 7 2 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000367005 protein_coding 8 1 6 RCOR3 ENSG00000117625 +transcript chr1 211279238 211313474 ENST00000534460 protein_coding 5 3 NA RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000534460 protein_coding 5 3 1 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000367006 protein_coding 8 1 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000452621 protein_coding 6 2 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000419091 protein_coding 7 2 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000367005 protein_coding 8 1 7 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000534460 protein_coding 5 3 2 RCOR3 ENSG00000117625 +transcript chr1 211289178 211313672 ENST00000529763 protein_coding 5 5 NA RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000529763 protein_coding 5 5 1 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000367006 protein_coding 8 1 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000452621 protein_coding 6 2 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000419091 protein_coding 7 2 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000367005 protein_coding 8 1 8 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000534460 protein_coding 5 3 3 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000529763 protein_coding 5 5 2 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000367006 protein_coding 8 1 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000452621 protein_coding 6 2 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000419091 protein_coding 7 2 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000367005 protein_coding 8 1 9 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000529763 protein_coding 5 5 3 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312991 ENST00000452621 protein_coding 6 2 11 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312961 ENST00000419091 protein_coding 7 2 11 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312961 ENST00000367005 protein_coding 8 1 10 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312835 ENST00000529763 protein_coding 5 5 4 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313656 ENST00000367006 protein_coding 8 1 11 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313765 ENST00000419091 protein_coding 7 2 12 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313765 ENST00000367005 protein_coding 8 1 11 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313474 ENST00000534460 protein_coding 5 3 4 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313672 ENST00000529763 protein_coding 5 5 5 RCOR3 ENSG00000117625 +transcript chr1 211326615 211374940 ENST00000336184 protein_coding 6 5 NA TRAF5 ENSG00000082512 +transcript chr1 211326833 211374946 ENST00000261464 protein_coding 10 1 NA TRAF5 ENSG00000082512 +transcript chr1 211346364 211372795 ENST00000367004 protein_coding 3 1 NA TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000336184 protein_coding 6 5 2 TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000261464 protein_coding 10 1 2 TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000367004 protein_coding 3 1 2 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000336184 protein_coding 6 5 3 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000261464 protein_coding 10 1 3 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000367004 protein_coding 3 1 3 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000336184 protein_coding 6 5 4 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000261464 protein_coding 10 1 4 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000367004 protein_coding 3 1 4 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000336184 protein_coding 6 5 5 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000261464 protein_coding 10 1 5 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000367004 protein_coding 3 1 5 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000336184 protein_coding 6 5 6 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000261464 protein_coding 10 1 6 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000367004 protein_coding 3 1 6 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000336184 protein_coding 6 5 7 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000261464 protein_coding 10 1 7 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000367004 protein_coding 3 1 7 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000336184 protein_coding 6 5 8 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000261464 protein_coding 10 1 8 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000367004 protein_coding 3 1 8 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000336184 protein_coding 6 5 9 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000261464 protein_coding 10 1 9 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000367004 protein_coding 3 1 9 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000336184 protein_coding 6 5 10 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000261464 protein_coding 10 1 10 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000367004 protein_coding 3 1 10 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000336184 protein_coding 6 5 11 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000261464 protein_coding 10 1 11 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000367004 protein_coding 3 1 11 TRAF5 ENSG00000082512 +transcript chr1 211476522 211492162 ENST00000367002 protein_coding 5 1 NA RD3 ENSG00000198570 +transcript chr1 211476522 211492162 ENST00000680073 protein_coding 1 NA NA RD3 ENSG00000198570 +CDS chr1 211479039 211479327 ENST00000367002 protein_coding 5 1 3 RD3 ENSG00000198570 +CDS chr1 211479039 211479327 ENST00000680073 protein_coding 1 NA 3 RD3 ENSG00000198570 +CDS chr1 211481120 211481415 ENST00000367002 protein_coding 5 1 2 RD3 ENSG00000198570 +CDS chr1 211481120 211481415 ENST00000680073 protein_coding 1 NA 2 RD3 ENSG00000198570 +transcript chr1 211571568 211579161 ENST00000367001 protein_coding 5 1 NA SLC30A1 ENSG00000170385 +CDS chr1 211575391 211576289 ENST00000367001 protein_coding 5 1 2 SLC30A1 ENSG00000170385 +CDS chr1 211577991 211578612 ENST00000367001 protein_coding 5 1 1 SLC30A1 ENSG00000170385 +transcript chr1 211658657 211675630 ENST00000540251 protein_coding 5 1 NA NEK2 ENSG00000117650 +CDS chr1 211658660 211658712 ENST00000540251 protein_coding 5 1 8 NEK2 ENSG00000117650 +transcript chr1 211662772 211675621 ENST00000366999 protein_coding 9 1 NA NEK2 ENSG00000117650 +CDS chr1 211663429 211663652 ENST00000366999 protein_coding 9 1 8 NEK2 ENSG00000117650 +transcript chr1 211666430 211675557 ENST00000366998 protein_coding 4 1 NA NEK2 ENSG00000117650 +CDS chr1 211667065 211667231 ENST00000366998 protein_coding 4 1 7 NEK2 ENSG00000117650 +CDS chr1 211667106 211667231 ENST00000366999 protein_coding 9 1 7 NEK2 ENSG00000117650 +CDS chr1 211667106 211667231 ENST00000540251 protein_coding 5 1 7 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000366999 protein_coding 9 1 6 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000366998 protein_coding 4 1 6 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000540251 protein_coding 5 1 6 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000366999 protein_coding 9 1 5 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000366998 protein_coding 4 1 5 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000540251 protein_coding 5 1 5 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000366999 protein_coding 9 1 4 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000366998 protein_coding 4 1 4 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000540251 protein_coding 5 1 4 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000366999 protein_coding 9 1 3 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000366998 protein_coding 4 1 3 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000540251 protein_coding 5 1 3 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000366999 protein_coding 9 1 2 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000366998 protein_coding 4 1 2 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000540251 protein_coding 5 1 2 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000366999 protein_coding 9 1 1 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000366998 protein_coding 4 1 1 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000540251 protein_coding 5 1 1 NEK2 ENSG00000117650 +transcript chr1 211743457 211830763 ENST00000366997 protein_coding 9 1 NA LPGAT1 ENSG00000123684 +transcript chr1 211749793 211830238 ENST00000366996 protein_coding 1 1 NA LPGAT1 ENSG00000123684 +CDS chr1 211749902 211750050 ENST00000366997 protein_coding 9 1 8 LPGAT1 ENSG00000123684 +CDS chr1 211749902 211750050 ENST00000366996 protein_coding 1 1 8 LPGAT1 ENSG00000123684 +CDS chr1 211750961 211751067 ENST00000366997 protein_coding 9 1 7 LPGAT1 ENSG00000123684 +CDS chr1 211750961 211751067 ENST00000366996 protein_coding 1 1 7 LPGAT1 ENSG00000123684 +CDS chr1 211778918 211779044 ENST00000366997 protein_coding 9 1 6 LPGAT1 ENSG00000123684 +CDS chr1 211778918 211779044 ENST00000366996 protein_coding 1 1 6 LPGAT1 ENSG00000123684 +CDS chr1 211783229 211783502 ENST00000366997 protein_coding 9 1 5 LPGAT1 ENSG00000123684 +CDS chr1 211783229 211783502 ENST00000366996 protein_coding 1 1 5 LPGAT1 ENSG00000123684 +CDS chr1 211787632 211787727 ENST00000366997 protein_coding 9 1 4 LPGAT1 ENSG00000123684 +CDS chr1 211787632 211787727 ENST00000366996 protein_coding 1 1 4 LPGAT1 ENSG00000123684 +CDS chr1 211793072 211793190 ENST00000366997 protein_coding 9 1 3 LPGAT1 ENSG00000123684 +CDS chr1 211793072 211793190 ENST00000366996 protein_coding 1 1 3 LPGAT1 ENSG00000123684 +CDS chr1 211829059 211829296 ENST00000366997 protein_coding 9 1 2 LPGAT1 ENSG00000123684 +CDS chr1 211829059 211829296 ENST00000366996 protein_coding 1 1 2 LPGAT1 ENSG00000123684 +transcript chr1 211940403 212035557 ENST00000366994 protein_coding 8 1 NA INTS7 ENSG00000143493 +transcript chr1 211941348 212035536 ENST00000366993 protein_coding 7 1 NA INTS7 ENSG00000143493 +transcript chr1 211941356 212035520 ENST00000366992 protein_coding 7 2 NA INTS7 ENSG00000143493 +transcript chr1 211941532 212035539 ENST00000440600 protein_coding 6 2 NA INTS7 ENSG00000143493 +transcript chr1 211941723 211966467 ENST00000612340 protein_coding 1 5 NA INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366994 protein_coding 8 1 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366993 protein_coding 7 1 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366992 protein_coding 7 2 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000440600 protein_coding 6 2 19 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000612340 protein_coding 1 5 3 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366994 protein_coding 8 1 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366993 protein_coding 7 1 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366992 protein_coding 7 2 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000440600 protein_coding 6 2 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000366994 protein_coding 8 1 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000366993 protein_coding 7 1 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946645 ENST00000366992 protein_coding 7 2 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000440600 protein_coding 6 2 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000366994 protein_coding 8 1 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000366992 protein_coding 7 2 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000440600 protein_coding 6 2 16 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000612340 protein_coding 1 5 2 INTS7 ENSG00000143493 +CDS chr1 211952611 211952701 ENST00000366993 protein_coding 7 1 17 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366994 protein_coding 8 1 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366993 protein_coding 7 1 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366992 protein_coding 7 2 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000440600 protein_coding 6 2 15 INTS7 ENSG00000143493 +CDS chr1 211966430 211966467 ENST00000612340 protein_coding 1 5 1 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366994 protein_coding 8 1 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366993 protein_coding 7 1 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366992 protein_coding 7 2 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000440600 protein_coding 6 2 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366994 protein_coding 8 1 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366993 protein_coding 7 1 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366992 protein_coding 7 2 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000440600 protein_coding 6 2 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366994 protein_coding 8 1 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366993 protein_coding 7 1 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366992 protein_coding 7 2 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000440600 protein_coding 6 2 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366994 protein_coding 8 1 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366993 protein_coding 7 1 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366992 protein_coding 7 2 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000440600 protein_coding 6 2 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366994 protein_coding 8 1 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366993 protein_coding 7 1 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366992 protein_coding 7 2 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000440600 protein_coding 6 2 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366994 protein_coding 8 1 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366993 protein_coding 7 1 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366992 protein_coding 7 2 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000440600 protein_coding 6 2 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366994 protein_coding 8 1 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366993 protein_coding 7 1 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366992 protein_coding 7 2 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000440600 protein_coding 6 2 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366994 protein_coding 8 1 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366993 protein_coding 7 1 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366992 protein_coding 7 2 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000440600 protein_coding 6 2 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366994 protein_coding 8 1 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366993 protein_coding 7 1 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366992 protein_coding 7 2 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000440600 protein_coding 6 2 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366994 protein_coding 8 1 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366993 protein_coding 7 1 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366992 protein_coding 7 2 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000440600 protein_coding 6 2 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366994 protein_coding 8 1 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366993 protein_coding 7 1 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366992 protein_coding 7 2 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000440600 protein_coding 6 2 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366994 protein_coding 8 1 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366993 protein_coding 7 1 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366992 protein_coding 7 2 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000440600 protein_coding 6 2 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366994 protein_coding 8 1 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366993 protein_coding 7 1 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366992 protein_coding 7 2 3 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366994 protein_coding 8 1 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366993 protein_coding 7 1 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366992 protein_coding 7 2 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000440600 protein_coding 6 2 2 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366994 protein_coding 8 1 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366993 protein_coding 7 1 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366992 protein_coding 7 2 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000440600 protein_coding 6 2 1 INTS7 ENSG00000143493 +transcript chr1 212035553 212105006 ENST00000542077 protein_coding 5 2 NA DTL ENSG00000143476 +transcript chr1 212035748 212105013 ENST00000366991 protein_coding 5 1 NA DTL ENSG00000143476 +CDS chr1 212035891 212035942 ENST00000366991 protein_coding 5 1 1 DTL ENSG00000143476 +CDS chr1 212035891 212035942 ENST00000542077 protein_coding 5 2 1 DTL ENSG00000143476 +CDS chr1 212042993 212043118 ENST00000366991 protein_coding 5 1 2 DTL ENSG00000143476 +CDS chr1 212044660 212044758 ENST00000366991 protein_coding 5 1 3 DTL ENSG00000143476 +CDS chr1 212044660 212044758 ENST00000542077 protein_coding 5 2 2 DTL ENSG00000143476 +CDS chr1 212047151 212047212 ENST00000366991 protein_coding 5 1 4 DTL ENSG00000143476 +CDS chr1 212047151 212047212 ENST00000542077 protein_coding 5 2 3 DTL ENSG00000143476 +CDS chr1 212047297 212047417 ENST00000366991 protein_coding 5 1 5 DTL ENSG00000143476 +CDS chr1 212047297 212047417 ENST00000542077 protein_coding 5 2 4 DTL ENSG00000143476 +CDS chr1 212062884 212062949 ENST00000366991 protein_coding 5 1 6 DTL ENSG00000143476 +CDS chr1 212062884 212062949 ENST00000542077 protein_coding 5 2 5 DTL ENSG00000143476 +CDS chr1 212064917 212065029 ENST00000366991 protein_coding 5 1 7 DTL ENSG00000143476 +CDS chr1 212064917 212065029 ENST00000542077 protein_coding 5 2 6 DTL ENSG00000143476 +CDS chr1 212066812 212066885 ENST00000366991 protein_coding 5 1 8 DTL ENSG00000143476 +CDS chr1 212066812 212066885 ENST00000542077 protein_coding 5 2 7 DTL ENSG00000143476 +CDS chr1 212068224 212068327 ENST00000366991 protein_coding 5 1 9 DTL ENSG00000143476 +CDS chr1 212068224 212068327 ENST00000542077 protein_coding 5 2 8 DTL ENSG00000143476 +CDS chr1 212068599 212068703 ENST00000366991 protein_coding 5 1 10 DTL ENSG00000143476 +CDS chr1 212068599 212068703 ENST00000542077 protein_coding 5 2 9 DTL ENSG00000143476 +CDS chr1 212072101 212072213 ENST00000366991 protein_coding 5 1 11 DTL ENSG00000143476 +CDS chr1 212072101 212072213 ENST00000542077 protein_coding 5 2 10 DTL ENSG00000143476 +CDS chr1 212078173 212078262 ENST00000366991 protein_coding 5 1 12 DTL ENSG00000143476 +CDS chr1 212078173 212078262 ENST00000542077 protein_coding 5 2 11 DTL ENSG00000143476 +CDS chr1 212080615 212080750 ENST00000366991 protein_coding 5 1 13 DTL ENSG00000143476 +CDS chr1 212080615 212080750 ENST00000542077 protein_coding 5 2 12 DTL ENSG00000143476 +CDS chr1 212100252 212101084 ENST00000366991 protein_coding 5 1 14 DTL ENSG00000143476 +CDS chr1 212100252 212101084 ENST00000542077 protein_coding 5 2 13 DTL ENSG00000143476 +CDS chr1 212102842 212102937 ENST00000366991 protein_coding 5 1 15 DTL ENSG00000143476 +CDS chr1 212102842 212102937 ENST00000542077 protein_coding 5 2 14 DTL ENSG00000143476 +transcript chr1 212285410 212361853 ENST00000261461 protein_coding 7 1 NA PPP2R5A ENSG00000066027 +CDS chr1 212286111 212286291 ENST00000261461 protein_coding 7 1 1 PPP2R5A ENSG00000066027 +transcript chr1 212301806 212360922 ENST00000537030 protein_coding 3 2 NA PPP2R5A ENSG00000066027 +CDS chr1 212302083 212302092 ENST00000537030 protein_coding 3 2 1 PPP2R5A ENSG00000066027 +CDS chr1 212329135 212329331 ENST00000261461 protein_coding 7 1 2 PPP2R5A ENSG00000066027 +CDS chr1 212329135 212329331 ENST00000537030 protein_coding 3 2 2 PPP2R5A ENSG00000066027 +CDS chr1 212333497 212333598 ENST00000261461 protein_coding 7 1 3 PPP2R5A ENSG00000066027 +CDS chr1 212333497 212333598 ENST00000537030 protein_coding 3 2 3 PPP2R5A ENSG00000066027 +CDS chr1 212342188 212342280 ENST00000261461 protein_coding 7 1 4 PPP2R5A ENSG00000066027 +CDS chr1 212342188 212342280 ENST00000537030 protein_coding 3 2 4 PPP2R5A ENSG00000066027 +CDS chr1 212345803 212345933 ENST00000261461 protein_coding 7 1 5 PPP2R5A ENSG00000066027 +CDS chr1 212345803 212345933 ENST00000537030 protein_coding 3 2 5 PPP2R5A ENSG00000066027 +CDS chr1 212347347 212347406 ENST00000261461 protein_coding 7 1 6 PPP2R5A ENSG00000066027 +CDS chr1 212347347 212347406 ENST00000537030 protein_coding 3 2 6 PPP2R5A ENSG00000066027 +CDS chr1 212348389 212348497 ENST00000261461 protein_coding 7 1 7 PPP2R5A ENSG00000066027 +CDS chr1 212348389 212348497 ENST00000537030 protein_coding 3 2 7 PPP2R5A ENSG00000066027 +CDS chr1 212349189 212349242 ENST00000261461 protein_coding 7 1 8 PPP2R5A ENSG00000066027 +CDS chr1 212349189 212349242 ENST00000537030 protein_coding 3 2 8 PPP2R5A ENSG00000066027 +CDS chr1 212356626 212356676 ENST00000261461 protein_coding 7 1 9 PPP2R5A ENSG00000066027 +CDS chr1 212356626 212356676 ENST00000537030 protein_coding 3 2 9 PPP2R5A ENSG00000066027 +CDS chr1 212356950 212357069 ENST00000261461 protein_coding 7 1 10 PPP2R5A ENSG00000066027 +CDS chr1 212356950 212357069 ENST00000537030 protein_coding 3 2 10 PPP2R5A ENSG00000066027 +CDS chr1 212357157 212357284 ENST00000261461 protein_coding 7 1 11 PPP2R5A ENSG00000066027 +CDS chr1 212357157 212357284 ENST00000537030 protein_coding 3 2 11 PPP2R5A ENSG00000066027 +CDS chr1 212358686 212358787 ENST00000261461 protein_coding 7 1 12 PPP2R5A ENSG00000066027 +CDS chr1 212358686 212358787 ENST00000537030 protein_coding 3 2 12 PPP2R5A ENSG00000066027 +CDS chr1 212360638 212360767 ENST00000261461 protein_coding 7 1 13 PPP2R5A ENSG00000066027 +CDS chr1 212360638 212360767 ENST00000537030 protein_coding 3 2 13 PPP2R5A ENSG00000066027 +transcript chr1 212363928 212414886 ENST00000261455 protein_coding 9 1 NA PACC1 ENSG00000065600 +transcript chr1 212364476 212414901 ENST00000535273 protein_coding 2 2 NA PACC1 ENSG00000065600 +CDS chr1 212365218 212365376 ENST00000261455 protein_coding 9 1 8 PACC1 ENSG00000065600 +CDS chr1 212365218 212365376 ENST00000535273 protein_coding 2 2 9 PACC1 ENSG00000065600 +CDS chr1 212375193 212375300 ENST00000261455 protein_coding 9 1 7 PACC1 ENSG00000065600 +CDS chr1 212375193 212375300 ENST00000535273 protein_coding 2 2 8 PACC1 ENSG00000065600 +CDS chr1 212377562 212377706 ENST00000261455 protein_coding 9 1 6 PACC1 ENSG00000065600 +CDS chr1 212377562 212377706 ENST00000535273 protein_coding 2 2 7 PACC1 ENSG00000065600 +CDS chr1 212379895 212380037 ENST00000261455 protein_coding 9 1 5 PACC1 ENSG00000065600 +CDS chr1 212379895 212380037 ENST00000535273 protein_coding 2 2 6 PACC1 ENSG00000065600 +CDS chr1 212385274 212385425 ENST00000261455 protein_coding 9 1 4 PACC1 ENSG00000065600 +CDS chr1 212385274 212385425 ENST00000535273 protein_coding 2 2 5 PACC1 ENSG00000065600 +CDS chr1 212386891 212387100 ENST00000261455 protein_coding 9 1 3 PACC1 ENSG00000065600 +CDS chr1 212386891 212387100 ENST00000535273 protein_coding 2 2 4 PACC1 ENSG00000065600 +CDS chr1 212410425 212410521 ENST00000261455 protein_coding 9 1 2 PACC1 ENSG00000065600 +CDS chr1 212410425 212410521 ENST00000535273 protein_coding 2 2 3 PACC1 ENSG00000065600 +CDS chr1 212413898 212414080 ENST00000535273 protein_coding 2 2 2 PACC1 ENSG00000065600 +CDS chr1 212414722 212414757 ENST00000261455 protein_coding 9 1 1 PACC1 ENSG00000065600 +CDS chr1 212414722 212414757 ENST00000535273 protein_coding 2 2 1 PACC1 ENSG00000065600 +transcript chr1 212432920 212446379 ENST00000366988 protein_coding 5 1 NA NENF ENSG00000117691 +CDS chr1 212432944 212433120 ENST00000366988 protein_coding 5 1 1 NENF ENSG00000117691 +CDS chr1 212442565 212442625 ENST00000366988 protein_coding 5 1 2 NENF ENSG00000117691 +CDS chr1 212444339 212444442 ENST00000366988 protein_coding 5 1 3 NENF ENSG00000117691 +CDS chr1 212445830 212446003 ENST00000366988 protein_coding 5 1 4 NENF ENSG00000117691 +transcript chr1 212565334 212619535 ENST00000366981 protein_coding 8 1 NA ATF3 ENSG00000162772 +transcript chr1 212565334 212620772 ENST00000366987 protein_coding 6 1 NA ATF3 ENSG00000162772 +transcript chr1 212608628 212620772 ENST00000613954 protein_coding 4 5 NA ATF3 ENSG00000162772 +transcript chr1 212608761 212620775 ENST00000341491 protein_coding 9 1 NA ATF3 ENSG00000162772 +transcript chr1 212608915 212619611 ENST00000366985 protein_coding 5 5 NA ATF3 ENSG00000162772 +CDS chr1 212608915 212608930 ENST00000366985 protein_coding 5 5 1 ATF3 ENSG00000162772 +CDS chr1 212615018 212615045 ENST00000366985 protein_coding 5 5 2 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366981 protein_coding 8 1 2 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000341491 protein_coding 9 1 2 ATF3 ENSG00000162772 +transcript chr1 212615022 212619266 ENST00000336937 protein_coding 8 1 NA ATF3 ENSG00000162772 +CDS chr1 212615022 212615060 ENST00000336937 protein_coding 8 1 1 ATF3 ENSG00000162772 +transcript chr1 212615022 212619555 ENST00000366983 protein_coding 5 1 NA ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366983 protein_coding 5 1 1 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366987 protein_coding 6 1 2 ATF3 ENSG00000162772 +CDS chr1 212615148 212615261 ENST00000336937 protein_coding 8 1 2 ATF3 ENSG00000162772 +CDS chr1 212615152 212615261 ENST00000366985 protein_coding 5 5 3 ATF3 ENSG00000162772 +transcript chr1 212615178 212619746 ENST00000613104 protein_coding 1 1 NA ATF3 ENSG00000162772 +CDS chr1 212615193 212615261 ENST00000613104 protein_coding 1 1 1 ATF3 ENSG00000162772 +CDS chr1 212615193 212615261 ENST00000613954 protein_coding 4 5 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366981 protein_coding 8 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000341491 protein_coding 9 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366985 protein_coding 5 5 4 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000336937 protein_coding 8 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366983 protein_coding 5 1 2 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000613104 protein_coding 1 1 2 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366987 protein_coding 6 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000613954 protein_coding 4 5 4 ATF3 ENSG00000162772 +CDS chr1 212619046 212619102 ENST00000336937 protein_coding 8 1 4 ATF3 ENSG00000162772 +CDS chr1 212619046 212619102 ENST00000366983 protein_coding 5 1 3 ATF3 ENSG00000162772 +CDS chr1 212619358 212619535 ENST00000366981 protein_coding 8 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000341491 protein_coding 9 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000366985 protein_coding 5 5 5 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000613104 protein_coding 1 1 3 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000366987 protein_coding 6 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000613954 protein_coding 4 5 5 ATF3 ENSG00000162772 +transcript chr1 212624474 212626775 ENST00000294829 protein_coding 5 NA NA FAM71A ENSG00000162771 +CDS chr1 212624878 212626659 ENST00000294829 protein_coding 5 NA 1 FAM71A ENSG00000162771 +transcript chr1 212686417 212699840 ENST00000243440 protein_coding 2 1 NA BATF3 ENSG00000123685 +CDS chr1 212686794 212686979 ENST00000243440 protein_coding 2 1 3 BATF3 ENSG00000123685 +CDS chr1 212696961 212697065 ENST00000243440 protein_coding 2 1 2 BATF3 ENSG00000123685 +CDS chr1 212699673 212699762 ENST00000243440 protein_coding 2 1 1 BATF3 ENSG00000123685 +transcript chr1 212726153 212791581 ENST00000366978 protein_coding 5 2 NA NSL1 ENSG00000117697 +transcript chr1 212726153 212791777 ENST00000366977 protein_coding 8 1 NA NSL1 ENSG00000117697 +CDS chr1 212727145 212727179 ENST00000366978 protein_coding 5 2 5 NSL1 ENSG00000117697 +CDS chr1 212738411 212738686 ENST00000366977 protein_coding 8 1 6 NSL1 ENSG00000117697 +transcript chr1 212738483 212791782 ENST00000366976 protein_coding 3 2 NA NSL1 ENSG00000117697 +transcript chr1 212738562 212791776 ENST00000626725 protein_coding 1 2 NA NSL1 ENSG00000117697 +CDS chr1 212738670 212738686 ENST00000366976 protein_coding 3 2 5 NSL1 ENSG00000117697 +CDS chr1 212739534 212739601 ENST00000366977 protein_coding 8 1 5 NSL1 ENSG00000117697 +CDS chr1 212739547 212739601 ENST00000626725 protein_coding 1 2 6 NSL1 ENSG00000117697 +CDS chr1 212766189 212766273 ENST00000626725 protein_coding 1 2 5 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366978 protein_coding 5 2 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366977 protein_coding 8 1 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366976 protein_coding 3 2 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000626725 protein_coding 1 2 4 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366978 protein_coding 5 2 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366977 protein_coding 8 1 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366976 protein_coding 3 2 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000626725 protein_coding 1 2 3 NSL1 ENSG00000117697 +CDS chr1 212787559 212787562 ENST00000366978 protein_coding 5 2 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000366977 protein_coding 8 1 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000366976 protein_coding 3 2 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000626725 protein_coding 1 2 2 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000366977 protein_coding 8 1 1 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000366976 protein_coding 3 2 1 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000626725 protein_coding 1 2 1 NSL1 ENSG00000117697 +transcript chr1 212791828 212815597 ENST00000532324 protein_coding 5 2 NA TATDN3 ENSG00000203705 +transcript chr1 212791851 212804504 ENST00000530441 protein_coding 5 3 NA TATDN3 ENSG00000203705 +transcript chr1 212791870 212815415 ENST00000526641 protein_coding 5 2 NA TATDN3 ENSG00000203705 +transcript chr1 212791884 212815597 ENST00000531963 protein_coding 5 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791884 212816617 ENST00000366973 protein_coding 8 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791894 212816830 ENST00000366974 protein_coding 9 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791906 212815225 ENST00000526997 protein_coding 5 3 NA TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000532324 protein_coding 5 2 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000366974 protein_coding 9 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000530441 protein_coding 5 3 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000526641 protein_coding 5 2 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000531963 protein_coding 5 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000366973 protein_coding 8 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000526997 protein_coding 5 3 1 TATDN3 ENSG00000203705 +transcript chr1 212791924 212804498 ENST00000488246 protein_coding 6 2 NA TATDN3 ENSG00000203705 +CDS chr1 212791924 212791987 ENST00000488246 protein_coding 6 2 1 TATDN3 ENSG00000203705 +transcript chr1 212794683 212804651 ENST00000530399 protein_coding 2 4 NA TATDN3 ENSG00000203705 +CDS chr1 212794746 212794808 ENST00000530399 protein_coding 2 4 1 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000532324 protein_coding 5 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000366974 protein_coding 9 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000530441 protein_coding 5 3 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000526641 protein_coding 5 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000531963 protein_coding 5 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000366973 protein_coding 8 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000526997 protein_coding 5 3 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000488246 protein_coding 6 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000530399 protein_coding 2 4 2 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000532324 protein_coding 5 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000366974 protein_coding 9 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000530441 protein_coding 5 3 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000526641 protein_coding 5 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000531963 protein_coding 5 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000366973 protein_coding 8 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000526997 protein_coding 5 3 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000488246 protein_coding 6 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000530399 protein_coding 2 4 3 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000532324 protein_coding 5 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000366974 protein_coding 9 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000526641 protein_coding 5 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000531963 protein_coding 5 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000366973 protein_coding 8 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000526997 protein_coding 5 3 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000488246 protein_coding 6 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000530399 protein_coding 2 4 4 TATDN3 ENSG00000203705 +transcript chr1 212797132 212797682 ENST00000606486 protein_coding 1 NA NA TATDN3 ENSG00000203705 +CDS chr1 212797132 212797223 ENST00000606486 protein_coding 1 NA 1 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000532324 protein_coding 5 2 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000366974 protein_coding 9 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802710 ENST00000530441 protein_coding 5 3 4 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000531963 protein_coding 5 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000366973 protein_coding 8 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000526997 protein_coding 5 3 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000488246 protein_coding 6 2 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000530399 protein_coding 2 4 5 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000532324 protein_coding 5 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000366974 protein_coding 9 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000526641 protein_coding 5 2 5 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000531963 protein_coding 5 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000366973 protein_coding 8 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000526997 protein_coding 5 3 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804430 ENST00000488246 protein_coding 6 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000530399 protein_coding 2 4 6 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000532324 protein_coding 5 2 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000366974 protein_coding 9 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000526641 protein_coding 5 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000531963 protein_coding 5 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000366973 protein_coding 8 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000526997 protein_coding 5 3 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000530399 protein_coding 2 4 7 TATDN3 ENSG00000203705 +transcript chr1 212804619 212815844 ENST00000527693 protein_coding 1 2 NA TATDN3 ENSG00000203705 +CDS chr1 212804619 212804651 ENST00000527693 protein_coding 1 2 1 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000532324 protein_coding 5 2 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000366974 protein_coding 9 1 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000526641 protein_coding 5 2 7 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000531963 protein_coding 5 1 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000366973 protein_coding 8 1 8 TATDN3 ENSG00000203705 +CDS chr1 212812227 212812328 ENST00000532324 protein_coding 5 2 9 TATDN3 ENSG00000203705 +CDS chr1 212812227 212812328 ENST00000531963 protein_coding 5 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000366974 protein_coding 9 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000526641 protein_coding 5 2 8 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000527693 protein_coding 1 2 2 TATDN3 ENSG00000203705 +CDS chr1 212812251 212812328 ENST00000366973 protein_coding 8 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812251 212812328 ENST00000526997 protein_coding 5 3 8 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000532324 protein_coding 5 2 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000366974 protein_coding 9 1 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000526641 protein_coding 5 2 9 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000366973 protein_coding 8 1 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815020 ENST00000526997 protein_coding 5 3 9 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815020 ENST00000527693 protein_coding 1 2 3 TATDN3 ENSG00000203705 +CDS chr1 212815047 212815064 ENST00000531963 protein_coding 5 1 10 TATDN3 ENSG00000203705 +transcript chr1 212830141 212847649 ENST00000332912 protein_coding 3 1 NA SPATA45 ENSG00000185523 +CDS chr1 212830245 212830261 ENST00000332912 protein_coding 3 1 3 SPATA45 ENSG00000185523 +CDS chr1 212835873 212836149 ENST00000332912 protein_coding 3 1 2 SPATA45 ENSG00000185523 +transcript chr1 212858275 212899363 ENST00000366971 protein_coding 9 1 NA FLVCR1 ENSG00000162769 +CDS chr1 212858453 212859190 ENST00000366971 protein_coding 9 1 1 FLVCR1 ENSG00000162769 +transcript chr1 212858916 212895334 ENST00000419102 protein_coding 1 5 NA FLVCR1 ENSG00000162769 +CDS chr1 212858916 212859190 ENST00000419102 protein_coding 1 5 1 FLVCR1 ENSG00000162769 +CDS chr1 212863725 212863869 ENST00000366971 protein_coding 9 1 2 FLVCR1 ENSG00000162769 +CDS chr1 212863725 212863869 ENST00000419102 protein_coding 1 5 2 FLVCR1 ENSG00000162769 +CDS chr1 212872678 212872818 ENST00000366971 protein_coding 9 1 3 FLVCR1 ENSG00000162769 +CDS chr1 212883371 212883438 ENST00000366971 protein_coding 9 1 4 FLVCR1 ENSG00000162769 +CDS chr1 212883371 212883438 ENST00000419102 protein_coding 1 5 3 FLVCR1 ENSG00000162769 +CDS chr1 212885293 212885396 ENST00000366971 protein_coding 9 1 5 FLVCR1 ENSG00000162769 +CDS chr1 212885293 212885396 ENST00000419102 protein_coding 1 5 4 FLVCR1 ENSG00000162769 +CDS chr1 212887891 212888001 ENST00000366971 protein_coding 9 1 6 FLVCR1 ENSG00000162769 +CDS chr1 212887891 212888001 ENST00000419102 protein_coding 1 5 5 FLVCR1 ENSG00000162769 +CDS chr1 212888489 212888594 ENST00000366971 protein_coding 9 1 7 FLVCR1 ENSG00000162769 +CDS chr1 212888489 212888594 ENST00000419102 protein_coding 1 5 6 FLVCR1 ENSG00000162769 +CDS chr1 212889146 212889257 ENST00000366971 protein_coding 9 1 8 FLVCR1 ENSG00000162769 +CDS chr1 212889146 212889257 ENST00000419102 protein_coding 1 5 7 FLVCR1 ENSG00000162769 +CDS chr1 212894986 212895053 ENST00000366971 protein_coding 9 1 9 FLVCR1 ENSG00000162769 +CDS chr1 212894986 212895053 ENST00000419102 protein_coding 1 5 8 FLVCR1 ENSG00000162769 +CDS chr1 212895216 212895287 ENST00000366971 protein_coding 9 1 10 FLVCR1 ENSG00000162769 +CDS chr1 212895216 212895287 ENST00000419102 protein_coding 1 5 9 FLVCR1 ENSG00000162769 +transcript chr1 212950520 212988698 ENST00000366966 protein_coding 6 5 NA VASH2 ENSG00000143494 +transcript chr1 212950541 212991585 ENST00000517399 protein_coding 3 1 NA VASH2 ENSG00000143494 +transcript chr1 212950594 212991585 ENST00000366968 protein_coding 8 2 NA VASH2 ENSG00000143494 +transcript chr1 212950595 212951812 ENST00000490792 protein_coding 1 4 NA VASH2 ENSG00000143494 +transcript chr1 212950618 212969249 ENST00000366964 protein_coding 7 5 NA VASH2 ENSG00000143494 +transcript chr1 212950635 212990910 ENST00000366965 protein_coding 6 1 NA VASH2 ENSG00000143494 +transcript chr1 212950667 212988924 ENST00000366967 protein_coding 6 2 NA VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000366965 protein_coding 6 1 2 VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000517399 protein_coding 3 1 2 VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000366964 protein_coding 7 5 2 VASH2 ENSG00000143494 +CDS chr1 212951738 212951818 ENST00000366966 protein_coding 6 5 3 VASH2 ENSG00000143494 +CDS chr1 212951738 212951818 ENST00000366968 protein_coding 8 2 3 VASH2 ENSG00000143494 +CDS chr1 212951738 212951812 ENST00000490792 protein_coding 1 4 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366966 protein_coding 6 5 4 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366968 protein_coding 8 2 4 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366965 protein_coding 6 1 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000517399 protein_coding 3 1 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366964 protein_coding 7 5 3 VASH2 ENSG00000143494 +CDS chr1 212961202 212961254 ENST00000366967 protein_coding 6 2 2 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366966 protein_coding 6 5 5 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366968 protein_coding 8 2 5 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366967 protein_coding 6 2 3 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000517399 protein_coding 3 1 4 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366964 protein_coding 7 5 4 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366966 protein_coding 6 5 6 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366968 protein_coding 8 2 6 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366967 protein_coding 6 2 4 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000517399 protein_coding 3 1 5 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366964 protein_coding 7 5 5 VASH2 ENSG00000143494 +CDS chr1 212967114 212967123 ENST00000366964 protein_coding 7 5 6 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366966 protein_coding 6 5 7 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366968 protein_coding 8 2 7 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366965 protein_coding 6 1 4 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366967 protein_coding 6 2 5 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000517399 protein_coding 3 1 6 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366966 protein_coding 6 5 8 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366968 protein_coding 8 2 8 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366965 protein_coding 6 1 5 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366967 protein_coding 6 2 6 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000517399 protein_coding 3 1 7 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366966 protein_coding 6 5 9 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366968 protein_coding 8 2 9 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366965 protein_coding 6 1 6 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366967 protein_coding 6 2 7 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000517399 protein_coding 3 1 8 VASH2 ENSG00000143494 +transcript chr1 212992182 213015867 ENST00000366962 protein_coding 8 1 NA ANGEL2 ENSG00000174606 +transcript chr1 212992182 213015826 ENST00000360506 protein_coding 6 1 NA ANGEL2 ENSG00000174606 +transcript chr1 212993992 213015826 ENST00000535388 protein_coding 2 1 NA ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000366962 protein_coding 8 1 9 ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000360506 protein_coding 6 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000535388 protein_coding 2 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000366962 protein_coding 8 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000360506 protein_coding 6 1 7 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000535388 protein_coding 2 1 7 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000366962 protein_coding 8 1 7 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000360506 protein_coding 6 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000535388 protein_coding 2 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000366962 protein_coding 8 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000360506 protein_coding 6 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000535388 protein_coding 2 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000366962 protein_coding 8 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000360506 protein_coding 6 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000535388 protein_coding 2 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000366962 protein_coding 8 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000360506 protein_coding 6 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000535388 protein_coding 2 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008466 ENST00000366962 protein_coding 8 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008344 ENST00000360506 protein_coding 6 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008344 ENST00000535388 protein_coding 2 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213013093 213013418 ENST00000366962 protein_coding 8 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213015613 213015671 ENST00000366962 protein_coding 8 1 1 ANGEL2 ENSG00000174606 +transcript chr1 213051233 213273464 ENST00000615329 protein_coding 4 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000543354 protein_coding 5 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000614059 protein_coding 4 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000543470 protein_coding 5 2 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051241 213274774 ENST00000366960 protein_coding 8 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051255 213274773 ENST00000366959 protein_coding 4 2 NA RPS6KC1 ENSG00000136643 +CDS chr1 213051405 213051509 ENST00000366960 protein_coding 8 1 1 RPS6KC1 ENSG00000136643 +CDS chr1 213051405 213051509 ENST00000366959 protein_coding 4 2 1 RPS6KC1 ENSG00000136643 +CDS chr1 213071006 213071041 ENST00000366960 protein_coding 8 1 2 RPS6KC1 ENSG00000136643 +CDS chr1 213077696 213077816 ENST00000366960 protein_coding 8 1 3 RPS6KC1 ENSG00000136643 +CDS chr1 213077696 213077816 ENST00000366959 protein_coding 4 2 2 RPS6KC1 ENSG00000136643 +CDS chr1 213104454 213104569 ENST00000366960 protein_coding 8 1 4 RPS6KC1 ENSG00000136643 +CDS chr1 213104454 213104569 ENST00000366959 protein_coding 4 2 3 RPS6KC1 ENSG00000136643 +CDS chr1 213117317 213117410 ENST00000366960 protein_coding 8 1 5 RPS6KC1 ENSG00000136643 +CDS chr1 213117317 213117410 ENST00000366959 protein_coding 4 2 4 RPS6KC1 ENSG00000136643 +CDS chr1 213129527 213129889 ENST00000366960 protein_coding 8 1 6 RPS6KC1 ENSG00000136643 +CDS chr1 213129527 213129889 ENST00000366959 protein_coding 4 2 5 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000543354 protein_coding 5 1 5 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000614059 protein_coding 4 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000543470 protein_coding 5 2 7 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000366960 protein_coding 8 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000366959 protein_coding 4 2 6 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000543354 protein_coding 5 1 6 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000614059 protein_coding 4 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000543470 protein_coding 5 2 8 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000366960 protein_coding 8 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000366959 protein_coding 4 2 7 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000543354 protein_coding 5 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000366960 protein_coding 8 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000366959 protein_coding 4 2 8 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000543354 protein_coding 5 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000614059 protein_coding 4 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000543470 protein_coding 5 2 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000366960 protein_coding 8 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000366959 protein_coding 4 2 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000543354 protein_coding 5 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000614059 protein_coding 4 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000543470 protein_coding 5 2 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000366960 protein_coding 8 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000366959 protein_coding 4 2 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000543354 protein_coding 5 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000614059 protein_coding 4 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000543470 protein_coding 5 2 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240872 213242297 ENST00000615329 protein_coding 4 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000366960 protein_coding 8 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000366959 protein_coding 4 2 11 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000615329 protein_coding 4 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000543354 protein_coding 5 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000614059 protein_coding 4 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000543470 protein_coding 5 2 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000366960 protein_coding 8 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000366959 protein_coding 4 2 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000615329 protein_coding 4 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000543354 protein_coding 5 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000614059 protein_coding 4 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000543470 protein_coding 5 2 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000366960 protein_coding 8 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000366959 protein_coding 4 2 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000615329 protein_coding 4 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000543354 protein_coding 5 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000614059 protein_coding 4 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000543470 protein_coding 5 2 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000366960 protein_coding 8 1 15 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000366959 protein_coding 4 2 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000615329 protein_coding 4 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000543354 protein_coding 5 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000614059 protein_coding 4 1 15 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000543470 protein_coding 5 2 15 RPS6KC1 ENSG00000136643 +transcript chr1 213983181 213997225 ENST00000471129 protein_coding 1 3 NA PROX1 ENSG00000117707 +transcript chr1 213987935 214041502 ENST00000498508 protein_coding 6 1 NA PROX1 ENSG00000117707 +transcript chr1 213987973 214041510 ENST00000366958 protein_coding 9 1 NA PROX1 ENSG00000117707 +transcript chr1 213988501 214041502 ENST00000261454 protein_coding 8 1 NA PROX1 ENSG00000117707 +transcript chr1 213988517 214036423 ENST00000435016 protein_coding 2 1 NA PROX1 ENSG00000117707 +transcript chr1 213989718 213996964 ENST00000607425 protein_coding 1 3 NA PROX1 ENSG00000117707 +CDS chr1 213996536 213997225 ENST00000471129 protein_coding 1 3 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998260 ENST00000366958 protein_coding 9 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998260 ENST00000435016 protein_coding 2 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213996964 ENST00000607425 protein_coding 1 3 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998262 ENST00000498508 protein_coding 6 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998262 ENST00000261454 protein_coding 8 1 2 PROX1 ENSG00000117707 +CDS chr1 214005165 214005272 ENST00000366958 protein_coding 9 1 3 PROX1 ENSG00000117707 +CDS chr1 214005165 214005272 ENST00000435016 protein_coding 2 1 3 PROX1 ENSG00000117707 +CDS chr1 214005167 214005272 ENST00000498508 protein_coding 6 1 3 PROX1 ENSG00000117707 +CDS chr1 214005167 214005272 ENST00000261454 protein_coding 8 1 3 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000366958 protein_coding 9 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000435016 protein_coding 2 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000498508 protein_coding 6 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000261454 protein_coding 8 1 4 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000366958 protein_coding 9 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000435016 protein_coding 2 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000498508 protein_coding 6 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000261454 protein_coding 8 1 5 PROX1 ENSG00000117707 +transcript chr1 214281159 214337131 ENST00000366957 protein_coding 10 1 NA SMYD2 ENSG00000143499 +CDS chr1 214281255 214281427 ENST00000366957 protein_coding 10 1 1 SMYD2 ENSG00000143499 +CDS chr1 214305187 214305250 ENST00000366957 protein_coding 10 1 2 SMYD2 ENSG00000143499 +CDS chr1 214314762 214314872 ENST00000366957 protein_coding 10 1 3 SMYD2 ENSG00000143499 +CDS chr1 214318079 214318139 ENST00000366957 protein_coding 10 1 4 SMYD2 ENSG00000143499 +CDS chr1 214318859 214318983 ENST00000366957 protein_coding 10 1 5 SMYD2 ENSG00000143499 +CDS chr1 214324641 214324708 ENST00000366957 protein_coding 10 1 6 SMYD2 ENSG00000143499 +CDS chr1 214327622 214327724 ENST00000366957 protein_coding 10 1 7 SMYD2 ENSG00000143499 +CDS chr1 214330168 214330278 ENST00000366957 protein_coding 10 1 8 SMYD2 ENSG00000143499 +CDS chr1 214330950 214331070 ENST00000366957 protein_coding 10 1 9 SMYD2 ENSG00000143499 +transcript chr1 214330977 214337131 ENST00000416415 protein_coding 2 5 NA SMYD2 ENSG00000143499 +CDS chr1 214330977 214331070 ENST00000416415 protein_coding 2 5 1 SMYD2 ENSG00000143499 +CDS chr1 214332018 214332192 ENST00000366957 protein_coding 10 1 10 SMYD2 ENSG00000143499 +CDS chr1 214332018 214332192 ENST00000416415 protein_coding 2 5 2 SMYD2 ENSG00000143499 +CDS chr1 214334200 214334308 ENST00000366957 protein_coding 10 1 11 SMYD2 ENSG00000143499 +CDS chr1 214336699 214336722 ENST00000416415 protein_coding 2 5 3 SMYD2 ENSG00000143499 +CDS chr1 214336704 214336781 ENST00000366957 protein_coding 10 1 12 SMYD2 ENSG00000143499 +transcript chr1 214348700 214551602 ENST00000366956 protein_coding 10 1 NA PTPN14 ENSG00000152104 +transcript chr1 214357751 214551223 ENST00000543945 protein_coding 5 5 NA PTPN14 ENSG00000152104 +CDS chr1 214357925 214358050 ENST00000366956 protein_coding 10 1 19 PTPN14 ENSG00000152104 +CDS chr1 214364512 214364675 ENST00000366956 protein_coding 10 1 18 PTPN14 ENSG00000152104 +CDS chr1 214369457 214369691 ENST00000366956 protein_coding 10 1 17 PTPN14 ENSG00000152104 +CDS chr1 214372711 214372839 ENST00000366956 protein_coding 10 1 16 PTPN14 ENSG00000152104 +CDS chr1 214376219 214376437 ENST00000366956 protein_coding 10 1 15 PTPN14 ENSG00000152104 +CDS chr1 214377959 214378102 ENST00000366956 protein_coding 10 1 14 PTPN14 ENSG00000152104 +CDS chr1 214383311 214384788 ENST00000366956 protein_coding 10 1 13 PTPN14 ENSG00000152104 +CDS chr1 214386844 214386922 ENST00000366956 protein_coding 10 1 12 PTPN14 ENSG00000152104 +CDS chr1 214390988 214391045 ENST00000366956 protein_coding 10 1 11 PTPN14 ENSG00000152104 +CDS chr1 214393695 214393777 ENST00000366956 protein_coding 10 1 10 PTPN14 ENSG00000152104 +CDS chr1 214394899 214394986 ENST00000366956 protein_coding 10 1 9 PTPN14 ENSG00000152104 +CDS chr1 214397913 214398001 ENST00000366956 protein_coding 10 1 8 PTPN14 ENSG00000152104 +CDS chr1 214397950 214398001 ENST00000543945 protein_coding 5 5 7 PTPN14 ENSG00000152104 +CDS chr1 214401685 214401772 ENST00000366956 protein_coding 10 1 7 PTPN14 ENSG00000152104 +CDS chr1 214402883 214402953 ENST00000366956 protein_coding 10 1 6 PTPN14 ENSG00000152104 +CDS chr1 214402883 214402953 ENST00000543945 protein_coding 5 5 6 PTPN14 ENSG00000152104 +CDS chr1 214411684 214411751 ENST00000366956 protein_coding 10 1 5 PTPN14 ENSG00000152104 +CDS chr1 214411684 214411751 ENST00000543945 protein_coding 5 5 5 PTPN14 ENSG00000152104 +CDS chr1 214414629 214414726 ENST00000366956 protein_coding 10 1 4 PTPN14 ENSG00000152104 +CDS chr1 214414629 214414726 ENST00000543945 protein_coding 5 5 4 PTPN14 ENSG00000152104 +CDS chr1 214451805 214451974 ENST00000366956 protein_coding 10 1 3 PTPN14 ENSG00000152104 +CDS chr1 214451805 214451974 ENST00000543945 protein_coding 5 5 3 PTPN14 ENSG00000152104 +CDS chr1 214464630 214464803 ENST00000366956 protein_coding 10 1 2 PTPN14 ENSG00000152104 +CDS chr1 214464630 214464803 ENST00000543945 protein_coding 5 5 2 PTPN14 ENSG00000152104 +transcript chr1 214603195 214664571 ENST00000366955 protein_coding 8 1 NA CENPF ENSG00000117724 +CDS chr1 214613755 214613916 ENST00000366955 protein_coding 8 1 2 CENPF ENSG00000117724 +CDS chr1 214614832 214615028 ENST00000366955 protein_coding 8 1 3 CENPF ENSG00000117724 +CDS chr1 214618573 214618694 ENST00000366955 protein_coding 8 1 4 CENPF ENSG00000117724 +CDS chr1 214619129 214619220 ENST00000366955 protein_coding 8 1 5 CENPF ENSG00000117724 +CDS chr1 214620655 214620946 ENST00000366955 protein_coding 8 1 6 CENPF ENSG00000117724 +CDS chr1 214622079 214622281 ENST00000366955 protein_coding 8 1 7 CENPF ENSG00000117724 +CDS chr1 214629046 214629171 ENST00000366955 protein_coding 8 1 8 CENPF ENSG00000117724 +CDS chr1 214630534 214630662 ENST00000366955 protein_coding 8 1 9 CENPF ENSG00000117724 +CDS chr1 214632480 214632602 ENST00000366955 protein_coding 8 1 10 CENPF ENSG00000117724 +CDS chr1 214637866 214638001 ENST00000366955 protein_coding 8 1 11 CENPF ENSG00000117724 +CDS chr1 214639921 214643324 ENST00000366955 protein_coding 8 1 12 CENPF ENSG00000117724 +CDS chr1 214644557 214647400 ENST00000366955 protein_coding 8 1 13 CENPF ENSG00000117724 +CDS chr1 214648675 214648827 ENST00000366955 protein_coding 8 1 14 CENPF ENSG00000117724 +CDS chr1 214651710 214651886 ENST00000366955 protein_coding 8 1 15 CENPF ENSG00000117724 +CDS chr1 214652828 214652989 ENST00000366955 protein_coding 8 1 16 CENPF ENSG00000117724 +CDS chr1 214655241 214655403 ENST00000366955 protein_coding 8 1 17 CENPF ENSG00000117724 +CDS chr1 214656933 214657409 ENST00000366955 protein_coding 8 1 18 CENPF ENSG00000117724 +CDS chr1 214658850 214659028 ENST00000366955 protein_coding 8 1 19 CENPF ENSG00000117724 +CDS chr1 214663591 214663791 ENST00000366955 protein_coding 8 1 20 CENPF ENSG00000117724 +transcript chr1 215005855 215235219 ENST00000391895 protein_coding 6 1 NA KCNK2 ENSG00000082482 +CDS chr1 215005922 215005955 ENST00000391895 protein_coding 6 1 1 KCNK2 ENSG00000082482 +transcript chr1 215081793 215169245 ENST00000478774 protein_coding 5 4 NA KCNK2 ENSG00000082482 +transcript chr1 215082737 215237090 ENST00000444842 protein_coding 7 1 NA KCNK2 ENSG00000082482 +transcript chr1 215083124 215235217 ENST00000391894 protein_coding 6 1 NA KCNK2 ENSG00000082482 +CDS chr1 215083307 215083307 ENST00000391894 protein_coding 6 1 1 KCNK2 ENSG00000082482 +CDS chr1 215083386 215083431 ENST00000444842 protein_coding 7 1 1 KCNK2 ENSG00000082482 +transcript chr1 215083517 215169265 ENST00000457122 protein_coding 1 3 NA KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000391895 protein_coding 6 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000391894 protein_coding 6 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000444842 protein_coding 7 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086490 215086678 ENST00000478774 protein_coding 5 4 3 KCNK2 ENSG00000082482 +CDS chr1 215086490 215086678 ENST00000457122 protein_coding 1 3 2 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000391895 protein_coding 6 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000478774 protein_coding 5 4 4 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000391894 protein_coding 6 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000444842 protein_coding 7 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000457122 protein_coding 1 3 3 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000391895 protein_coding 6 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169245 ENST00000478774 protein_coding 5 4 5 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000391894 protein_coding 6 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000444842 protein_coding 7 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169265 ENST00000457122 protein_coding 1 3 4 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000391895 protein_coding 6 1 5 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000391894 protein_coding 6 1 5 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000444842 protein_coding 7 1 5 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000391895 protein_coding 6 1 6 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000391894 protein_coding 6 1 6 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000444842 protein_coding 7 1 6 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000391895 protein_coding 6 1 7 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000391894 protein_coding 6 1 7 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000444842 protein_coding 7 1 7 KCNK2 ENSG00000082482 +transcript chr1 215567304 215621807 ENST00000259154 protein_coding 9 1 NA KCTD3 ENSG00000136636 +CDS chr1 215567686 215567768 ENST00000259154 protein_coding 9 1 1 KCTD3 ENSG00000136636 +CDS chr1 215573786 215573839 ENST00000259154 protein_coding 9 1 2 KCTD3 ENSG00000136636 +transcript chr1 215573786 215581179 ENST00000448333 protein_coding 1 2 NA KCTD3 ENSG00000136636 +CDS chr1 215573786 215573839 ENST00000448333 protein_coding 1 2 1 KCTD3 ENSG00000136636 +CDS chr1 215574073 215574118 ENST00000259154 protein_coding 9 1 3 KCTD3 ENSG00000136636 +CDS chr1 215574073 215574118 ENST00000448333 protein_coding 1 2 2 KCTD3 ENSG00000136636 +CDS chr1 215575901 215575974 ENST00000259154 protein_coding 9 1 4 KCTD3 ENSG00000136636 +CDS chr1 215575901 215575974 ENST00000448333 protein_coding 1 2 3 KCTD3 ENSG00000136636 +CDS chr1 215577670 215577728 ENST00000259154 protein_coding 9 1 5 KCTD3 ENSG00000136636 +CDS chr1 215577670 215577728 ENST00000448333 protein_coding 1 2 4 KCTD3 ENSG00000136636 +CDS chr1 215578001 215578081 ENST00000259154 protein_coding 9 1 6 KCTD3 ENSG00000136636 +CDS chr1 215578001 215578081 ENST00000448333 protein_coding 1 2 5 KCTD3 ENSG00000136636 +CDS chr1 215579000 215579137 ENST00000259154 protein_coding 9 1 7 KCTD3 ENSG00000136636 +CDS chr1 215579000 215579137 ENST00000448333 protein_coding 1 2 6 KCTD3 ENSG00000136636 +CDS chr1 215579909 215579999 ENST00000259154 protein_coding 9 1 8 KCTD3 ENSG00000136636 +CDS chr1 215579909 215579999 ENST00000448333 protein_coding 1 2 7 KCTD3 ENSG00000136636 +CDS chr1 215580972 215581065 ENST00000448333 protein_coding 1 2 8 KCTD3 ENSG00000136636 +CDS chr1 215586495 215586685 ENST00000259154 protein_coding 9 1 9 KCTD3 ENSG00000136636 +CDS chr1 215595356 215595471 ENST00000259154 protein_coding 9 1 10 KCTD3 ENSG00000136636 +CDS chr1 215601867 215601954 ENST00000259154 protein_coding 9 1 11 KCTD3 ENSG00000136636 +CDS chr1 215602085 215602201 ENST00000259154 protein_coding 9 1 12 KCTD3 ENSG00000136636 +transcript chr1 215602170 215618951 ENST00000452413 protein_coding 1 3 NA KCTD3 ENSG00000136636 +CDS chr1 215602170 215602201 ENST00000452413 protein_coding 1 3 1 KCTD3 ENSG00000136636 +CDS chr1 215604132 215604302 ENST00000259154 protein_coding 9 1 13 KCTD3 ENSG00000136636 +CDS chr1 215604132 215604302 ENST00000452413 protein_coding 1 3 2 KCTD3 ENSG00000136636 +CDS chr1 215608017 215608172 ENST00000259154 protein_coding 9 1 14 KCTD3 ENSG00000136636 +CDS chr1 215608017 215608172 ENST00000452413 protein_coding 1 3 3 KCTD3 ENSG00000136636 +CDS chr1 215611825 215611921 ENST00000259154 protein_coding 9 1 15 KCTD3 ENSG00000136636 +CDS chr1 215611825 215611921 ENST00000452413 protein_coding 1 3 4 KCTD3 ENSG00000136636 +CDS chr1 215618088 215618133 ENST00000452413 protein_coding 1 3 5 KCTD3 ENSG00000136636 +CDS chr1 215618886 215619070 ENST00000259154 protein_coding 9 1 16 KCTD3 ENSG00000136636 +CDS chr1 215619153 215619291 ENST00000259154 protein_coding 9 1 17 KCTD3 ENSG00000136636 +CDS chr1 215620057 215620615 ENST00000259154 protein_coding 9 1 18 KCTD3 ENSG00000136636 +transcript chr1 215622891 216423448 ENST00000674083 protein_coding 1 NA NA USH2A ENSG00000042781 +transcript chr1 215622891 216423448 ENST00000307340 protein_coding 8 1 NA USH2A ENSG00000042781 +CDS chr1 215625784 215625870 ENST00000674083 protein_coding 1 NA 73 USH2A ENSG00000042781 +CDS chr1 215625784 215625870 ENST00000307340 protein_coding 8 1 72 USH2A ENSG00000042781 +CDS chr1 215628814 215629035 ENST00000674083 protein_coding 1 NA 72 USH2A ENSG00000042781 +CDS chr1 215628814 215629035 ENST00000307340 protein_coding 8 1 71 USH2A ENSG00000042781 +CDS chr1 215630189 215630260 ENST00000674083 protein_coding 1 NA 71 USH2A ENSG00000042781 +CDS chr1 215634459 215634703 ENST00000674083 protein_coding 1 NA 70 USH2A ENSG00000042781 +CDS chr1 215634459 215634703 ENST00000307340 protein_coding 8 1 70 USH2A ENSG00000042781 +CDS chr1 215639155 215639238 ENST00000674083 protein_coding 1 NA 69 USH2A ENSG00000042781 +CDS chr1 215639155 215639238 ENST00000307340 protein_coding 8 1 69 USH2A ENSG00000042781 +CDS chr1 215640558 215640734 ENST00000674083 protein_coding 1 NA 68 USH2A ENSG00000042781 +CDS chr1 215640558 215640734 ENST00000307340 protein_coding 8 1 68 USH2A ENSG00000042781 +CDS chr1 215647522 215647730 ENST00000674083 protein_coding 1 NA 67 USH2A ENSG00000042781 +CDS chr1 215647522 215647730 ENST00000307340 protein_coding 8 1 67 USH2A ENSG00000042781 +CDS chr1 215648528 215648766 ENST00000674083 protein_coding 1 NA 66 USH2A ENSG00000042781 +CDS chr1 215648528 215648766 ENST00000307340 protein_coding 8 1 66 USH2A ENSG00000042781 +CDS chr1 215650592 215650801 ENST00000674083 protein_coding 1 NA 65 USH2A ENSG00000042781 +CDS chr1 215650592 215650801 ENST00000307340 protein_coding 8 1 65 USH2A ENSG00000042781 +CDS chr1 215670972 215671293 ENST00000674083 protein_coding 1 NA 64 USH2A ENSG00000042781 +CDS chr1 215670972 215671293 ENST00000307340 protein_coding 8 1 64 USH2A ENSG00000042781 +CDS chr1 215674100 215675616 ENST00000674083 protein_coding 1 NA 63 USH2A ENSG00000042781 +CDS chr1 215674100 215675616 ENST00000307340 protein_coding 8 1 63 USH2A ENSG00000042781 +CDS chr1 215680149 215680376 ENST00000674083 protein_coding 1 NA 62 USH2A ENSG00000042781 +CDS chr1 215680149 215680376 ENST00000307340 protein_coding 8 1 62 USH2A ENSG00000042781 +CDS chr1 215728030 215728384 ENST00000674083 protein_coding 1 NA 61 USH2A ENSG00000042781 +CDS chr1 215728030 215728384 ENST00000307340 protein_coding 8 1 61 USH2A ENSG00000042781 +CDS chr1 215741375 215741537 ENST00000674083 protein_coding 1 NA 60 USH2A ENSG00000042781 +CDS chr1 215741375 215741537 ENST00000307340 protein_coding 8 1 60 USH2A ENSG00000042781 +CDS chr1 215743177 215743335 ENST00000674083 protein_coding 1 NA 59 USH2A ENSG00000042781 +CDS chr1 215743177 215743335 ENST00000307340 protein_coding 8 1 59 USH2A ENSG00000042781 +CDS chr1 215758595 215758752 ENST00000674083 protein_coding 1 NA 58 USH2A ENSG00000042781 +CDS chr1 215758595 215758752 ENST00000307340 protein_coding 8 1 58 USH2A ENSG00000042781 +CDS chr1 215759660 215759843 ENST00000674083 protein_coding 1 NA 57 USH2A ENSG00000042781 +CDS chr1 215759660 215759843 ENST00000307340 protein_coding 8 1 57 USH2A ENSG00000042781 +CDS chr1 215766681 215766788 ENST00000674083 protein_coding 1 NA 56 USH2A ENSG00000042781 +CDS chr1 215766681 215766788 ENST00000307340 protein_coding 8 1 56 USH2A ENSG00000042781 +CDS chr1 215779843 215780041 ENST00000674083 protein_coding 1 NA 55 USH2A ENSG00000042781 +CDS chr1 215779843 215780041 ENST00000307340 protein_coding 8 1 55 USH2A ENSG00000042781 +CDS chr1 215782042 215782196 ENST00000674083 protein_coding 1 NA 54 USH2A ENSG00000042781 +CDS chr1 215782042 215782196 ENST00000307340 protein_coding 8 1 54 USH2A ENSG00000042781 +CDS chr1 215782738 215782935 ENST00000674083 protein_coding 1 NA 53 USH2A ENSG00000042781 +CDS chr1 215782738 215782935 ENST00000307340 protein_coding 8 1 53 USH2A ENSG00000042781 +CDS chr1 215786670 215786874 ENST00000674083 protein_coding 1 NA 52 USH2A ENSG00000042781 +CDS chr1 215786670 215786874 ENST00000307340 protein_coding 8 1 52 USH2A ENSG00000042781 +CDS chr1 215790059 215790282 ENST00000674083 protein_coding 1 NA 51 USH2A ENSG00000042781 +CDS chr1 215790059 215790282 ENST00000307340 protein_coding 8 1 51 USH2A ENSG00000042781 +CDS chr1 215798907 215799125 ENST00000674083 protein_coding 1 NA 50 USH2A ENSG00000042781 +CDS chr1 215798907 215799125 ENST00000307340 protein_coding 8 1 50 USH2A ENSG00000042781 +CDS chr1 215813736 215813904 ENST00000674083 protein_coding 1 NA 49 USH2A ENSG00000042781 +CDS chr1 215813736 215813904 ENST00000307340 protein_coding 8 1 49 USH2A ENSG00000042781 +CDS chr1 215816997 215817195 ENST00000674083 protein_coding 1 NA 48 USH2A ENSG00000042781 +CDS chr1 215816997 215817195 ENST00000307340 protein_coding 8 1 48 USH2A ENSG00000042781 +CDS chr1 215837991 215838103 ENST00000674083 protein_coding 1 NA 47 USH2A ENSG00000042781 +CDS chr1 215837991 215838103 ENST00000307340 protein_coding 8 1 47 USH2A ENSG00000042781 +CDS chr1 215844294 215844496 ENST00000674083 protein_coding 1 NA 46 USH2A ENSG00000042781 +CDS chr1 215844294 215844496 ENST00000307340 protein_coding 8 1 46 USH2A ENSG00000042781 +CDS chr1 215845824 215846033 ENST00000674083 protein_coding 1 NA 45 USH2A ENSG00000042781 +CDS chr1 215845824 215846033 ENST00000307340 protein_coding 8 1 45 USH2A ENSG00000042781 +CDS chr1 215867007 215867170 ENST00000674083 protein_coding 1 NA 44 USH2A ENSG00000042781 +CDS chr1 215867007 215867170 ENST00000307340 protein_coding 8 1 44 USH2A ENSG00000042781 +CDS chr1 215877758 215877880 ENST00000674083 protein_coding 1 NA 43 USH2A ENSG00000042781 +CDS chr1 215877758 215877880 ENST00000307340 protein_coding 8 1 43 USH2A ENSG00000042781 +CDS chr1 215878764 215879098 ENST00000674083 protein_coding 1 NA 42 USH2A ENSG00000042781 +CDS chr1 215878764 215879098 ENST00000307340 protein_coding 8 1 42 USH2A ENSG00000042781 +CDS chr1 215888426 215889054 ENST00000674083 protein_coding 1 NA 41 USH2A ENSG00000042781 +CDS chr1 215888426 215889054 ENST00000307340 protein_coding 8 1 41 USH2A ENSG00000042781 +CDS chr1 215900075 215900217 ENST00000674083 protein_coding 1 NA 40 USH2A ENSG00000042781 +CDS chr1 215900075 215900217 ENST00000307340 protein_coding 8 1 40 USH2A ENSG00000042781 +CDS chr1 215900755 215900905 ENST00000674083 protein_coding 1 NA 39 USH2A ENSG00000042781 +CDS chr1 215900755 215900905 ENST00000307340 protein_coding 8 1 39 USH2A ENSG00000042781 +CDS chr1 215934616 215934795 ENST00000674083 protein_coding 1 NA 38 USH2A ENSG00000042781 +CDS chr1 215934616 215934795 ENST00000307340 protein_coding 8 1 38 USH2A ENSG00000042781 +CDS chr1 215965317 215965479 ENST00000674083 protein_coding 1 NA 37 USH2A ENSG00000042781 +CDS chr1 215965317 215965479 ENST00000307340 protein_coding 8 1 37 USH2A ENSG00000042781 +CDS chr1 215970625 215970776 ENST00000674083 protein_coding 1 NA 36 USH2A ENSG00000042781 +CDS chr1 215970625 215970776 ENST00000307340 protein_coding 8 1 36 USH2A ENSG00000042781 +CDS chr1 215993020 215993167 ENST00000674083 protein_coding 1 NA 35 USH2A ENSG00000042781 +CDS chr1 215993020 215993167 ENST00000307340 protein_coding 8 1 35 USH2A ENSG00000042781 +CDS chr1 215998887 215999058 ENST00000674083 protein_coding 1 NA 34 USH2A ENSG00000042781 +CDS chr1 215998887 215999058 ENST00000307340 protein_coding 8 1 34 USH2A ENSG00000042781 +CDS chr1 216000403 216000562 ENST00000674083 protein_coding 1 NA 33 USH2A ENSG00000042781 +CDS chr1 216000403 216000562 ENST00000307340 protein_coding 8 1 33 USH2A ENSG00000042781 +CDS chr1 216046431 216046592 ENST00000674083 protein_coding 1 NA 32 USH2A ENSG00000042781 +CDS chr1 216046431 216046592 ENST00000307340 protein_coding 8 1 32 USH2A ENSG00000042781 +CDS chr1 216048534 216048647 ENST00000674083 protein_coding 1 NA 31 USH2A ENSG00000042781 +CDS chr1 216048534 216048647 ENST00000307340 protein_coding 8 1 31 USH2A ENSG00000042781 +CDS chr1 216070101 216070292 ENST00000674083 protein_coding 1 NA 30 USH2A ENSG00000042781 +CDS chr1 216070101 216070292 ENST00000307340 protein_coding 8 1 30 USH2A ENSG00000042781 +CDS chr1 216072889 216072969 ENST00000674083 protein_coding 1 NA 29 USH2A ENSG00000042781 +CDS chr1 216072889 216072969 ENST00000307340 protein_coding 8 1 29 USH2A ENSG00000042781 +CDS chr1 216073097 216073300 ENST00000674083 protein_coding 1 NA 28 USH2A ENSG00000042781 +CDS chr1 216073097 216073300 ENST00000307340 protein_coding 8 1 28 USH2A ENSG00000042781 +CDS chr1 216078089 216078362 ENST00000674083 protein_coding 1 NA 27 USH2A ENSG00000042781 +CDS chr1 216078089 216078362 ENST00000307340 protein_coding 8 1 27 USH2A ENSG00000042781 +CDS chr1 216083456 216083586 ENST00000674083 protein_coding 1 NA 26 USH2A ENSG00000042781 +CDS chr1 216083456 216083586 ENST00000307340 protein_coding 8 1 26 USH2A ENSG00000042781 +CDS chr1 216084698 216084877 ENST00000674083 protein_coding 1 NA 25 USH2A ENSG00000042781 +CDS chr1 216084698 216084877 ENST00000307340 protein_coding 8 1 25 USH2A ENSG00000042781 +CDS chr1 216086719 216086820 ENST00000674083 protein_coding 1 NA 24 USH2A ENSG00000042781 +CDS chr1 216086719 216086820 ENST00000307340 protein_coding 8 1 24 USH2A ENSG00000042781 +CDS chr1 216089013 216089139 ENST00000674083 protein_coding 1 NA 23 USH2A ENSG00000042781 +CDS chr1 216089013 216089139 ENST00000307340 protein_coding 8 1 23 USH2A ENSG00000042781 +CDS chr1 216097083 216097213 ENST00000674083 protein_coding 1 NA 22 USH2A ENSG00000042781 +CDS chr1 216097083 216097213 ENST00000307340 protein_coding 8 1 22 USH2A ENSG00000042781 +transcript chr1 216173946 216423396 ENST00000366942 protein_coding 3 1 NA USH2A ENSG00000042781 +CDS chr1 216175241 216175482 ENST00000366942 protein_coding 3 1 21 USH2A ENSG00000042781 +CDS chr1 216175252 216175482 ENST00000674083 protein_coding 1 NA 21 USH2A ENSG00000042781 +CDS chr1 216175252 216175482 ENST00000307340 protein_coding 8 1 21 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000674083 protein_coding 1 NA 20 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000307340 protein_coding 8 1 20 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000366942 protein_coding 3 1 20 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000674083 protein_coding 1 NA 19 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000307340 protein_coding 8 1 19 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000366942 protein_coding 3 1 19 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000674083 protein_coding 1 NA 18 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000307340 protein_coding 8 1 18 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000366942 protein_coding 3 1 18 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000674083 protein_coding 1 NA 17 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000307340 protein_coding 8 1 17 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000366942 protein_coding 3 1 17 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000674083 protein_coding 1 NA 16 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000307340 protein_coding 8 1 16 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000366942 protein_coding 3 1 16 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000674083 protein_coding 1 NA 15 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000307340 protein_coding 8 1 15 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000366942 protein_coding 3 1 15 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000674083 protein_coding 1 NA 14 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000307340 protein_coding 8 1 14 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000366942 protein_coding 3 1 14 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000674083 protein_coding 1 NA 13 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000307340 protein_coding 8 1 13 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000366942 protein_coding 3 1 13 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000674083 protein_coding 1 NA 12 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000307340 protein_coding 8 1 12 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000366942 protein_coding 3 1 12 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000674083 protein_coding 1 NA 11 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000307340 protein_coding 8 1 11 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000366942 protein_coding 3 1 11 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000674083 protein_coding 1 NA 10 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000307340 protein_coding 8 1 10 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000366942 protein_coding 3 1 10 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000674083 protein_coding 1 NA 9 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000307340 protein_coding 8 1 9 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000366942 protein_coding 3 1 9 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000674083 protein_coding 1 NA 8 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000307340 protein_coding 8 1 8 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000366942 protein_coding 3 1 8 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000674083 protein_coding 1 NA 7 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000307340 protein_coding 8 1 7 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000366942 protein_coding 3 1 7 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000674083 protein_coding 1 NA 6 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000307340 protein_coding 8 1 6 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000366942 protein_coding 3 1 6 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000674083 protein_coding 1 NA 5 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000307340 protein_coding 8 1 5 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000366942 protein_coding 3 1 5 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000674083 protein_coding 1 NA 4 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000307340 protein_coding 8 1 4 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000366942 protein_coding 3 1 4 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000674083 protein_coding 1 NA 3 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000307340 protein_coding 8 1 3 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000366942 protein_coding 3 1 3 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000674083 protein_coding 1 NA 2 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000307340 protein_coding 8 1 2 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000366942 protein_coding 3 1 2 USH2A ENSG00000042781 +transcript chr1 216503246 216715253 ENST00000616180 protein_coding 4 5 NA ESRRG ENSG00000196482 +transcript chr1 216503246 216723472 ENST00000391890 protein_coding 7 5 NA ESRRG ENSG00000196482 +transcript chr1 216503246 217089645 ENST00000361525 protein_coding 7 5 NA ESRRG ENSG00000196482 +transcript chr1 216503251 216723429 ENST00000408911 protein_coding 8 1 NA ESRRG ENSG00000196482 +transcript chr1 216503251 217137755 ENST00000366940 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216723453 ENST00000366937 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216805367 ENST00000360012 protein_coding 7 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216939673 ENST00000361395 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216939673 ENST00000366938 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 217089605 ENST00000359162 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 217137754 ENST00000493603 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216503255 217089806 ENST00000673908 protein_coding 1 NA NA ESRRG ENSG00000196482 +transcript chr1 216505454 217076931 ENST00000463665 protein_coding 5 2 NA ESRRG ENSG00000196482 +transcript chr1 216505490 216939670 ENST00000487276 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216506788 217076889 ENST00000493748 protein_coding 5 1 NA ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000616180 protein_coding 4 5 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000391890 protein_coding 7 5 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000361525 protein_coding 7 5 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000408911 protein_coding 8 1 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366940 protein_coding 6 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366937 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000360012 protein_coding 7 1 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000361395 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366938 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000359162 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000493603 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000673908 protein_coding 1 NA 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000463665 protein_coding 5 2 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000487276 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000493748 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000616180 protein_coding 4 5 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000391890 protein_coding 7 5 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000361525 protein_coding 7 5 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000408911 protein_coding 8 1 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366940 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366937 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000360012 protein_coding 7 1 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000361395 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366938 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000359162 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000493603 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000673908 protein_coding 1 NA 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000463665 protein_coding 5 2 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000487276 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000493748 protein_coding 5 1 8 ESRRG ENSG00000196482 +transcript chr1 216519152 216723332 ENST00000475275 protein_coding 5 1 NA ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000475275 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000616180 protein_coding 4 5 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000391890 protein_coding 7 5 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000361525 protein_coding 7 5 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000408911 protein_coding 8 1 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000366940 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564401 ENST00000366937 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000360012 protein_coding 7 1 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000361395 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000366938 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000359162 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000493603 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564401 ENST00000673908 protein_coding 1 NA 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000463665 protein_coding 5 2 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000487276 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000493748 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000475275 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000616180 protein_coding 4 5 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000391890 protein_coding 7 5 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000361525 protein_coding 7 5 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000408911 protein_coding 8 1 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366940 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366937 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000360012 protein_coding 7 1 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000361395 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366938 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000359162 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000493603 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000673908 protein_coding 1 NA 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000463665 protein_coding 5 2 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000487276 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000493748 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000475275 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000616180 protein_coding 4 5 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000391890 protein_coding 7 5 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000361525 protein_coding 7 5 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000408911 protein_coding 8 1 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366940 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366937 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000360012 protein_coding 7 1 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000361395 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366938 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000359162 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000493603 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000673908 protein_coding 1 NA 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000487276 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000493748 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000475275 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000616180 protein_coding 4 5 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000391890 protein_coding 7 5 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000361525 protein_coding 7 5 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677491 ENST00000408911 protein_coding 8 1 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000366940 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677491 ENST00000366937 protein_coding 5 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000360012 protein_coding 7 1 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000361395 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000366938 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000359162 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000493603 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000673908 protein_coding 1 NA 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000463665 protein_coding 5 2 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000487276 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000493748 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000475275 protein_coding 5 1 4 ESRRG ENSG00000196482 +transcript chr1 216677201 216723416 ENST00000469486 protein_coding 5 3 NA ESRRG ENSG00000196482 +CDS chr1 216677201 216677478 ENST00000469486 protein_coding 5 3 3 ESRRG ENSG00000196482 +transcript chr1 216677312 216723452 ENST00000459955 protein_coding 5 4 NA ESRRG ENSG00000196482 +CDS chr1 216677312 216677478 ENST00000459955 protein_coding 5 4 3 ESRRG ENSG00000196482 +transcript chr1 216677328 216723425 ENST00000481543 protein_coding 1 4 NA ESRRG ENSG00000196482 +CDS chr1 216677328 216677478 ENST00000481543 protein_coding 1 4 4 ESRRG ENSG00000196482 +CDS chr1 216707359 216707429 ENST00000366937 protein_coding 5 1 2 ESRRG ENSG00000196482 +CDS chr1 216723244 216723299 ENST00000408911 protein_coding 8 1 1 ESRRG ENSG00000196482 +transcript chr1 217426992 217631090 ENST00000366935 protein_coding 8 2 NA GPATCH2 ENSG00000092978 +CDS chr1 217431148 217431365 ENST00000366935 protein_coding 8 2 10 GPATCH2 ENSG00000092978 +CDS chr1 217449249 217449337 ENST00000366935 protein_coding 8 2 9 GPATCH2 ENSG00000092978 +CDS chr1 217491680 217491750 ENST00000366935 protein_coding 8 2 8 GPATCH2 ENSG00000092978 +CDS chr1 217498356 217498395 ENST00000366935 protein_coding 8 2 7 GPATCH2 ENSG00000092978 +CDS chr1 217514822 217514889 ENST00000366935 protein_coding 8 2 6 GPATCH2 ENSG00000092978 +transcript chr1 217608184 217631082 ENST00000366934 protein_coding 3 1 NA GPATCH2 ENSG00000092978 +CDS chr1 217610163 217610192 ENST00000366934 protein_coding 3 1 6 GPATCH2 ENSG00000092978 +CDS chr1 217610321 217610400 ENST00000366935 protein_coding 8 2 5 GPATCH2 ENSG00000092978 +CDS chr1 217610321 217610400 ENST00000366934 protein_coding 3 1 5 GPATCH2 ENSG00000092978 +CDS chr1 217610889 217611071 ENST00000366935 protein_coding 8 2 4 GPATCH2 ENSG00000092978 +CDS chr1 217610889 217611071 ENST00000366934 protein_coding 3 1 4 GPATCH2 ENSG00000092978 +CDS chr1 217614141 217614202 ENST00000366935 protein_coding 8 2 3 GPATCH2 ENSG00000092978 +CDS chr1 217614141 217614202 ENST00000366934 protein_coding 3 1 3 GPATCH2 ENSG00000092978 +CDS chr1 217619783 217620499 ENST00000366935 protein_coding 8 2 2 GPATCH2 ENSG00000092978 +CDS chr1 217619783 217620499 ENST00000366934 protein_coding 3 1 2 GPATCH2 ENSG00000092978 +CDS chr1 217630916 217630971 ENST00000366935 protein_coding 8 2 1 GPATCH2 ENSG00000092978 +CDS chr1 217630916 217630971 ENST00000366934 protein_coding 3 1 1 GPATCH2 ENSG00000092978 +transcript chr1 217631344 217871696 ENST00000366933 protein_coding 5 1 NA SPATA17 ENSG00000162814 +CDS chr1 217631379 217631446 ENST00000366933 protein_coding 5 1 1 SPATA17 ENSG00000162814 +CDS chr1 217648882 217648971 ENST00000366933 protein_coding 5 1 2 SPATA17 ENSG00000162814 +CDS chr1 217651097 217651178 ENST00000366933 protein_coding 5 1 3 SPATA17 ENSG00000162814 +CDS chr1 217669033 217669083 ENST00000366933 protein_coding 5 1 4 SPATA17 ENSG00000162814 +CDS chr1 217683258 217683361 ENST00000366933 protein_coding 5 1 5 SPATA17 ENSG00000162814 +CDS chr1 217741975 217742098 ENST00000366933 protein_coding 5 1 6 SPATA17 ENSG00000162814 +CDS chr1 217774334 217774537 ENST00000366933 protein_coding 5 1 7 SPATA17 ENSG00000162814 +CDS chr1 217782174 217782322 ENST00000366933 protein_coding 5 1 8 SPATA17 ENSG00000162814 +CDS chr1 217801718 217801850 ENST00000366933 protein_coding 5 1 9 SPATA17 ENSG00000162814 +CDS chr1 217862774 217862851 ENST00000366933 protein_coding 5 1 10 SPATA17 ENSG00000162814 +transcript chr1 218285293 218337983 ENST00000366932 protein_coding 4 1 NA RRP15 ENSG00000067533 +CDS chr1 218285317 218285455 ENST00000366932 protein_coding 4 1 1 RRP15 ENSG00000067533 +CDS chr1 218302294 218302559 ENST00000366932 protein_coding 4 1 2 RRP15 ENSG00000067533 +CDS chr1 218305028 218305125 ENST00000366932 protein_coding 4 1 3 RRP15 ENSG00000067533 +CDS chr1 218307431 218307632 ENST00000366932 protein_coding 4 1 4 RRP15 ENSG00000067533 +CDS chr1 218330948 218331088 ENST00000366932 protein_coding 4 1 5 RRP15 ENSG00000067533 +transcript chr1 218345336 218444619 ENST00000366930 protein_coding 9 1 NA TGFB2 ENSG00000092969 +transcript chr1 218346235 218444619 ENST00000366929 protein_coding 4 1 NA TGFB2 ENSG00000092969 +CDS chr1 218346702 218347047 ENST00000366930 protein_coding 9 1 1 TGFB2 ENSG00000092969 +CDS chr1 218346702 218347047 ENST00000366929 protein_coding 4 1 1 TGFB2 ENSG00000092969 +CDS chr1 218363334 218363417 ENST00000366929 protein_coding 4 1 2 TGFB2 ENSG00000092969 +CDS chr1 218405169 218405332 ENST00000366930 protein_coding 9 1 2 TGFB2 ENSG00000092969 +CDS chr1 218405169 218405332 ENST00000366929 protein_coding 4 1 3 TGFB2 ENSG00000092969 +CDS chr1 218434082 218434214 ENST00000366930 protein_coding 9 1 3 TGFB2 ENSG00000092969 +CDS chr1 218434082 218434214 ENST00000366929 protein_coding 4 1 4 TGFB2 ENSG00000092969 +CDS chr1 218434338 218434448 ENST00000366930 protein_coding 9 1 4 TGFB2 ENSG00000092969 +CDS chr1 218434338 218434448 ENST00000366929 protein_coding 4 1 5 TGFB2 ENSG00000092969 +CDS chr1 218435970 218436147 ENST00000366930 protein_coding 9 1 5 TGFB2 ENSG00000092969 +CDS chr1 218435970 218436147 ENST00000366929 protein_coding 4 1 6 TGFB2 ENSG00000092969 +CDS chr1 218437343 218437496 ENST00000366930 protein_coding 9 1 6 TGFB2 ENSG00000092969 +CDS chr1 218437343 218437496 ENST00000366929 protein_coding 4 1 7 TGFB2 ENSG00000092969 +CDS chr1 218441204 218441359 ENST00000366930 protein_coding 9 1 7 TGFB2 ENSG00000092969 +CDS chr1 218441204 218441359 ENST00000366929 protein_coding 4 1 8 TGFB2 ENSG00000092969 +transcript chr1 219173875 219212865 ENST00000366927 protein_coding 3 1 NA LYPLAL1 ENSG00000143353 +transcript chr1 219173878 219212858 ENST00000366928 protein_coding 10 1 NA LYPLAL1 ENSG00000143353 +CDS chr1 219173891 219173981 ENST00000366928 protein_coding 10 1 1 LYPLAL1 ENSG00000143353 +CDS chr1 219173891 219173981 ENST00000366927 protein_coding 3 1 1 LYPLAL1 ENSG00000143353 +CDS chr1 219179147 219179246 ENST00000366928 protein_coding 10 1 2 LYPLAL1 ENSG00000143353 +CDS chr1 219179147 219179246 ENST00000366927 protein_coding 3 1 2 LYPLAL1 ENSG00000143353 +CDS chr1 219193082 219193251 ENST00000366928 protein_coding 10 1 3 LYPLAL1 ENSG00000143353 +CDS chr1 219193130 219193251 ENST00000366927 protein_coding 3 1 3 LYPLAL1 ENSG00000143353 +CDS chr1 219210532 219210647 ENST00000366928 protein_coding 10 1 4 LYPLAL1 ENSG00000143353 +CDS chr1 219210532 219210647 ENST00000366927 protein_coding 3 1 4 LYPLAL1 ENSG00000143353 +CDS chr1 219211492 219211725 ENST00000366928 protein_coding 10 1 5 LYPLAL1 ENSG00000143353 +CDS chr1 219211492 219211725 ENST00000366927 protein_coding 3 1 5 LYPLAL1 ENSG00000143353 +transcript chr1 219608010 219613145 ENST00000651890 protein_coding 1 NA NA ZC3H11B ENSG00000215817 +CDS chr1 219609648 219612062 ENST00000651890 protein_coding 1 NA 2 ZC3H11B ENSG00000215817 +transcript chr1 219910445 219928557 ENST00000366926 protein_coding 4 1 NA SLC30A10 ENSG00000196660 +CDS chr1 219915452 219915948 ENST00000366926 protein_coding 4 1 4 SLC30A10 ENSG00000196660 +CDS chr1 219918255 219918494 ENST00000366926 protein_coding 4 1 3 SLC30A10 ENSG00000196660 +CDS chr1 219927028 219927105 ENST00000366926 protein_coding 4 1 2 SLC30A10 ENSG00000196660 +CDS chr1 219927801 219928440 ENST00000366926 protein_coding 4 1 1 SLC30A10 ENSG00000196660 +transcript chr1 219968600 220046505 ENST00000366923 protein_coding 8 1 NA EPRS1 ENSG00000136628 +CDS chr1 219968809 219968956 ENST00000366923 protein_coding 8 1 32 EPRS1 ENSG00000136628 +CDS chr1 219969058 219969122 ENST00000366923 protein_coding 8 1 31 EPRS1 ENSG00000136628 +CDS chr1 219972069 219972147 ENST00000366923 protein_coding 8 1 30 EPRS1 ENSG00000136628 +CDS chr1 219973238 219973398 ENST00000366923 protein_coding 8 1 29 EPRS1 ENSG00000136628 +CDS chr1 219978546 219978719 ENST00000366923 protein_coding 8 1 28 EPRS1 ENSG00000136628 +CDS chr1 219979418 219979615 ENST00000366923 protein_coding 8 1 27 EPRS1 ENSG00000136628 +CDS chr1 219980085 219980240 ENST00000366923 protein_coding 8 1 26 EPRS1 ENSG00000136628 +CDS chr1 219980756 219980857 ENST00000366923 protein_coding 8 1 25 EPRS1 ENSG00000136628 +CDS chr1 219981378 219981457 ENST00000366923 protein_coding 8 1 24 EPRS1 ENSG00000136628 +CDS chr1 219982772 219982844 ENST00000366923 protein_coding 8 1 23 EPRS1 ENSG00000136628 +CDS chr1 219983189 219983398 ENST00000366923 protein_coding 8 1 22 EPRS1 ENSG00000136628 +CDS chr1 219984206 219984257 ENST00000366923 protein_coding 8 1 21 EPRS1 ENSG00000136628 +CDS chr1 219987142 219987404 ENST00000366923 protein_coding 8 1 20 EPRS1 ENSG00000136628 +transcript chr1 219987296 220046451 ENST00000609181 protein_coding 5 1 NA EPRS1 ENSG00000136628 +CDS chr1 219987296 219987404 ENST00000609181 protein_coding 5 1 21 EPRS1 ENSG00000136628 +CDS chr1 219988590 219988823 ENST00000366923 protein_coding 8 1 19 EPRS1 ENSG00000136628 +CDS chr1 219988590 219988823 ENST00000609181 protein_coding 5 1 20 EPRS1 ENSG00000136628 +CDS chr1 219996983 219997342 ENST00000366923 protein_coding 8 1 18 EPRS1 ENSG00000136628 +CDS chr1 219996983 219997342 ENST00000609181 protein_coding 5 1 19 EPRS1 ENSG00000136628 +CDS chr1 220001138 220001255 ENST00000366923 protein_coding 8 1 17 EPRS1 ENSG00000136628 +CDS chr1 220001138 220001255 ENST00000609181 protein_coding 5 1 18 EPRS1 ENSG00000136628 +CDS chr1 220005248 220005360 ENST00000366923 protein_coding 8 1 16 EPRS1 ENSG00000136628 +CDS chr1 220005248 220005360 ENST00000609181 protein_coding 5 1 17 EPRS1 ENSG00000136628 +CDS chr1 220006106 220006313 ENST00000366923 protein_coding 8 1 15 EPRS1 ENSG00000136628 +CDS chr1 220006106 220006313 ENST00000609181 protein_coding 5 1 16 EPRS1 ENSG00000136628 +CDS chr1 220007202 220007338 ENST00000366923 protein_coding 8 1 14 EPRS1 ENSG00000136628 +CDS chr1 220007202 220007338 ENST00000609181 protein_coding 5 1 15 EPRS1 ENSG00000136628 +CDS chr1 220010946 220011056 ENST00000366923 protein_coding 8 1 13 EPRS1 ENSG00000136628 +CDS chr1 220010946 220011056 ENST00000609181 protein_coding 5 1 14 EPRS1 ENSG00000136628 +CDS chr1 220018126 220018146 ENST00000609181 protein_coding 5 1 13 EPRS1 ENSG00000136628 +CDS chr1 220018449 220018508 ENST00000366923 protein_coding 8 1 12 EPRS1 ENSG00000136628 +CDS chr1 220018449 220018508 ENST00000609181 protein_coding 5 1 12 EPRS1 ENSG00000136628 +CDS chr1 220018995 220019079 ENST00000366923 protein_coding 8 1 11 EPRS1 ENSG00000136628 +CDS chr1 220018995 220019079 ENST00000609181 protein_coding 5 1 11 EPRS1 ENSG00000136628 +CDS chr1 220019988 220020221 ENST00000366923 protein_coding 8 1 10 EPRS1 ENSG00000136628 +CDS chr1 220019988 220020221 ENST00000609181 protein_coding 5 1 10 EPRS1 ENSG00000136628 +CDS chr1 220022347 220022518 ENST00000366923 protein_coding 8 1 9 EPRS1 ENSG00000136628 +CDS chr1 220022347 220022518 ENST00000609181 protein_coding 5 1 9 EPRS1 ENSG00000136628 +CDS chr1 220024264 220024456 ENST00000366923 protein_coding 8 1 8 EPRS1 ENSG00000136628 +CDS chr1 220024264 220024456 ENST00000609181 protein_coding 5 1 8 EPRS1 ENSG00000136628 +CDS chr1 220025132 220025258 ENST00000366923 protein_coding 8 1 7 EPRS1 ENSG00000136628 +CDS chr1 220025132 220025258 ENST00000609181 protein_coding 5 1 7 EPRS1 ENSG00000136628 +CDS chr1 220030386 220030480 ENST00000366923 protein_coding 8 1 6 EPRS1 ENSG00000136628 +CDS chr1 220030386 220030480 ENST00000609181 protein_coding 5 1 6 EPRS1 ENSG00000136628 +CDS chr1 220032387 220032526 ENST00000366923 protein_coding 8 1 5 EPRS1 ENSG00000136628 +CDS chr1 220032387 220032526 ENST00000609181 protein_coding 5 1 5 EPRS1 ENSG00000136628 +CDS chr1 220033502 220033658 ENST00000366923 protein_coding 8 1 4 EPRS1 ENSG00000136628 +CDS chr1 220033502 220033658 ENST00000609181 protein_coding 5 1 4 EPRS1 ENSG00000136628 +CDS chr1 220034914 220035013 ENST00000366923 protein_coding 8 1 3 EPRS1 ENSG00000136628 +CDS chr1 220034914 220035013 ENST00000609181 protein_coding 5 1 3 EPRS1 ENSG00000136628 +CDS chr1 220040185 220040269 ENST00000366923 protein_coding 8 1 2 EPRS1 ENSG00000136628 +CDS chr1 220040185 220040269 ENST00000609181 protein_coding 5 1 2 EPRS1 ENSG00000136628 +CDS chr1 220046343 220046388 ENST00000366923 protein_coding 8 1 1 EPRS1 ENSG00000136628 +CDS chr1 220046343 220046388 ENST00000609181 protein_coding 5 1 1 EPRS1 ENSG00000136628 +transcript chr1 220057482 220089788 ENST00000322067 protein_coding 12 1 NA BPNT1 ENSG00000162813 +transcript chr1 220057482 220089853 ENST00000414869 protein_coding 6 2 NA BPNT1 ENSG00000162813 +transcript chr1 220057482 220089853 ENST00000544404 protein_coding 5 2 NA BPNT1 ENSG00000162813 +transcript chr1 220057484 220090462 ENST00000469520 protein_coding 6 5 NA BPNT1 ENSG00000162813 +transcript chr1 220057731 220089772 ENST00000354807 protein_coding 7 5 NA BPNT1 ENSG00000162813 +CDS chr1 220057915 220057917 ENST00000354807 protein_coding 7 5 11 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000322067 protein_coding 12 1 9 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000414869 protein_coding 6 2 8 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000544404 protein_coding 5 2 8 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000469520 protein_coding 6 5 10 BPNT1 ENSG00000162813 +CDS chr1 220058946 220058992 ENST00000354807 protein_coding 7 5 10 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000322067 protein_coding 12 1 8 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000414869 protein_coding 6 2 7 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000544404 protein_coding 5 2 7 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000469520 protein_coding 6 5 9 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000354807 protein_coding 7 5 9 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000322067 protein_coding 12 1 7 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000414869 protein_coding 6 2 6 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000544404 protein_coding 5 2 6 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000469520 protein_coding 6 5 8 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000354807 protein_coding 7 5 8 BPNT1 ENSG00000162813 +transcript chr1 220062811 220089769 ENST00000463953 protein_coding 5 3 NA BPNT1 ENSG00000162813 +CDS chr1 220062811 220062954 ENST00000463953 protein_coding 5 3 6 BPNT1 ENSG00000162813 +transcript chr1 220062912 220089827 ENST00000498791 protein_coding 6 3 NA BPNT1 ENSG00000162813 +CDS chr1 220062912 220062954 ENST00000498791 protein_coding 6 3 6 BPNT1 ENSG00000162813 +transcript chr1 220062916 220089833 ENST00000480959 protein_coding 6 4 NA BPNT1 ENSG00000162813 +CDS chr1 220062916 220062954 ENST00000480959 protein_coding 6 4 6 BPNT1 ENSG00000162813 +CDS chr1 220066073 220066117 ENST00000354807 protein_coding 7 5 7 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000322067 protein_coding 12 1 6 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000414869 protein_coding 6 2 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000544404 protein_coding 5 2 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000469520 protein_coding 6 5 7 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000354807 protein_coding 7 5 6 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000463953 protein_coding 5 3 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000498791 protein_coding 6 3 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000480959 protein_coding 6 4 5 BPNT1 ENSG00000162813 +transcript chr1 220067384 220089812 ENST00000498237 protein_coding 3 3 NA BPNT1 ENSG00000162813 +CDS chr1 220067384 220067393 ENST00000498237 protein_coding 3 3 6 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000322067 protein_coding 12 1 5 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000414869 protein_coding 6 2 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000544404 protein_coding 5 2 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000469520 protein_coding 6 5 6 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000354807 protein_coding 7 5 5 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000463953 protein_coding 5 3 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000498791 protein_coding 6 3 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000480959 protein_coding 6 4 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000498237 protein_coding 3 3 5 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000322067 protein_coding 12 1 4 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000544404 protein_coding 5 2 3 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000469520 protein_coding 6 5 5 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000354807 protein_coding 7 5 4 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000480959 protein_coding 6 4 3 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000498237 protein_coding 3 3 4 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000322067 protein_coding 12 1 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000414869 protein_coding 6 2 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074026 ENST00000544404 protein_coding 5 2 2 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000469520 protein_coding 6 5 4 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000354807 protein_coding 7 5 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000463953 protein_coding 5 3 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000498791 protein_coding 6 3 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074026 ENST00000480959 protein_coding 6 4 2 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000498237 protein_coding 3 3 3 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000322067 protein_coding 12 1 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000414869 protein_coding 6 2 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000469520 protein_coding 6 5 3 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000354807 protein_coding 7 5 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000463953 protein_coding 5 3 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000498791 protein_coding 6 3 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000498237 protein_coding 3 3 2 BPNT1 ENSG00000162813 +transcript chr1 220094132 220148041 ENST00000366922 protein_coding 3 1 NA IARS2 ENSG00000067704 +CDS chr1 220094217 220094483 ENST00000366922 protein_coding 3 1 1 IARS2 ENSG00000067704 +CDS chr1 220096104 220096226 ENST00000366922 protein_coding 3 1 2 IARS2 ENSG00000067704 +CDS chr1 220100490 220100649 ENST00000366922 protein_coding 3 1 3 IARS2 ENSG00000067704 +CDS chr1 220102129 220102277 ENST00000366922 protein_coding 3 1 4 IARS2 ENSG00000067704 +CDS chr1 220102363 220102412 ENST00000366922 protein_coding 3 1 5 IARS2 ENSG00000067704 +CDS chr1 220102495 220102604 ENST00000366922 protein_coding 3 1 6 IARS2 ENSG00000067704 +CDS chr1 220102687 220102777 ENST00000366922 protein_coding 3 1 7 IARS2 ENSG00000067704 +CDS chr1 220103447 220103562 ENST00000366922 protein_coding 3 1 8 IARS2 ENSG00000067704 +CDS chr1 220105891 220106060 ENST00000366922 protein_coding 3 1 9 IARS2 ENSG00000067704 +CDS chr1 220107061 220107151 ENST00000366922 protein_coding 3 1 10 IARS2 ENSG00000067704 +CDS chr1 220110786 220110937 ENST00000366922 protein_coding 3 1 11 IARS2 ENSG00000067704 +CDS chr1 220114314 220114474 ENST00000366922 protein_coding 3 1 12 IARS2 ENSG00000067704 +CDS chr1 220125237 220125339 ENST00000366922 protein_coding 3 1 13 IARS2 ENSG00000067704 +CDS chr1 220126750 220126843 ENST00000366922 protein_coding 3 1 14 IARS2 ENSG00000067704 +CDS chr1 220134402 220134510 ENST00000366922 protein_coding 3 1 15 IARS2 ENSG00000067704 +CDS chr1 220136809 220136911 ENST00000366922 protein_coding 3 1 16 IARS2 ENSG00000067704 +CDS chr1 220137918 220138043 ENST00000366922 protein_coding 3 1 17 IARS2 ENSG00000067704 +CDS chr1 220139008 220139139 ENST00000366922 protein_coding 3 1 18 IARS2 ENSG00000067704 +CDS chr1 220140183 220140289 ENST00000366922 protein_coding 3 1 19 IARS2 ENSG00000067704 +CDS chr1 220141803 220141948 ENST00000366922 protein_coding 3 1 20 IARS2 ENSG00000067704 +CDS chr1 220142944 220143134 ENST00000366922 protein_coding 3 1 21 IARS2 ENSG00000067704 +CDS chr1 220145509 220145653 ENST00000366922 protein_coding 3 1 22 IARS2 ENSG00000067704 +CDS chr1 220147493 220147632 ENST00000366922 protein_coding 3 1 23 IARS2 ENSG00000067704 +transcript chr1 220148293 220272453 ENST00000358951 protein_coding 7 1 NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272404 ENST00000691862 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272404 ENST00000691661 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272483 ENST00000690315 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272497 ENST00000692972 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272498 ENST00000687647 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272501 ENST00000686381 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272529 ENST00000687065 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150259 220272429 ENST00000692813 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150480 220272459 ENST00000685664 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150521 220272379 ENST00000690824 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000358951 protein_coding 7 1 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000691862 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000691661 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000690315 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000692972 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000687647 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000686381 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000687065 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000692813 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000690824 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151558 220151764 ENST00000685664 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000358951 protein_coding 7 1 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000691862 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000691661 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000690315 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000692972 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000687647 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000686381 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000687065 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000692813 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000690824 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000358951 protein_coding 7 1 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000691862 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000691661 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000690315 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000692972 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000687647 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000686381 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000687065 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000692813 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000685664 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153260 220153406 ENST00000690824 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000358951 protein_coding 7 1 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000691862 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000691661 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000690315 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000692972 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000687647 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000686381 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000687065 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000692813 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000685664 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000690824 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000358951 protein_coding 7 1 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000691862 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000691661 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000690315 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000692972 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000687647 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000686381 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000687065 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000692813 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000685664 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000690824 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000358951 protein_coding 7 1 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000691862 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000691661 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000690315 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000692972 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000687647 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000686381 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000687065 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000692813 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000685664 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000690824 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000358951 protein_coding 7 1 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000691862 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000691661 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000690315 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000692972 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000687647 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000686381 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000687065 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000685664 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000690824 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000358951 protein_coding 7 1 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000691862 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000691661 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000690315 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000692972 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000687647 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000686381 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000687065 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000692813 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000685664 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000690824 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000358951 protein_coding 7 1 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000691862 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000691661 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000690315 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000692972 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000687647 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000686381 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000687065 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000692813 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000685664 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000690824 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000358951 protein_coding 7 1 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000691862 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000691661 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000690315 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000692972 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000687647 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000686381 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000687065 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000692813 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000685664 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000690824 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000358951 protein_coding 7 1 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000691862 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000691661 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000690315 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000692972 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000687647 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000686381 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000687065 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000692813 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000685664 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000690824 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000358951 protein_coding 7 1 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000691862 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000691661 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000690315 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000692972 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000687647 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000686381 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000687065 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000692813 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000685664 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000690824 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000358951 protein_coding 7 1 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000691862 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000691661 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000690315 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000692972 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000687647 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000686381 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000687065 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000692813 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000685664 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000690824 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000358951 protein_coding 7 1 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000691862 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000691661 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000690315 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000692972 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000687647 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000686381 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000687065 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000692813 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000685664 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000690824 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000358951 protein_coding 7 1 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000691862 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000691661 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000690315 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000692972 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000687647 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000686381 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000687065 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000692813 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000685664 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000690824 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000358951 protein_coding 7 1 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000691862 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000691661 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000690315 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000692972 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000687647 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000686381 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000687065 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000692813 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000685664 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000690824 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000358951 protein_coding 7 1 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000691862 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000691661 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000690315 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000692972 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000687647 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000686381 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000687065 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000692813 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000685664 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000690824 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000358951 protein_coding 7 1 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000691862 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000691661 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000690315 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000692972 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000687647 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000686381 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000687065 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000692813 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000685664 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000690824 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000358951 protein_coding 7 1 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000691862 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000691661 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000690315 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000692972 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000687647 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000686381 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000687065 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000692813 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000685664 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000690824 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000358951 protein_coding 7 1 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000691862 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000691661 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000690315 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000692972 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000687647 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000686381 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000687065 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000692813 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000685664 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000690824 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000358951 protein_coding 7 1 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000691862 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000691661 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000690315 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000692972 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000687647 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000686381 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000687065 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000692813 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000685664 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000690824 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000358951 protein_coding 7 1 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000691862 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000691661 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000690315 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000692972 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000687647 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000686381 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000687065 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000692813 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000685664 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000690824 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000358951 protein_coding 7 1 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000691862 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000691661 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000690315 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000692972 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000687647 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000686381 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000687065 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000692813 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000685664 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000690824 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000358951 protein_coding 7 1 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000691862 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000691661 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000690315 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000692972 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000687647 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000686381 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000687065 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000692813 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000685664 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000690824 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000358951 protein_coding 7 1 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000691862 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000691661 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000690315 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000692972 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000687647 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000686381 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000687065 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000692813 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000685664 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000690824 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000358951 protein_coding 7 1 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000691862 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000691661 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000690315 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000692972 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000687647 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000686381 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000687065 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000692813 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000685664 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000690824 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196754 220196828 ENST00000692972 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +transcript chr1 220200722 220272443 ENST00000689820 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +CDS chr1 220200767 220200939 ENST00000689820 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000358951 protein_coding 7 1 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000691862 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000691661 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000692972 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000687647 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000686381 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000687065 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000692813 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000685664 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000690824 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000689820 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000358951 protein_coding 7 1 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000691862 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000691661 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000690315 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000692972 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000687647 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000686381 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000687065 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000692813 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000685664 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000690824 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000689820 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000358951 protein_coding 7 1 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000691661 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000690315 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000692972 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000687647 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000686381 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000687065 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000692813 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000685664 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000690824 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000689820 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000358951 protein_coding 7 1 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000691862 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000691661 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000690315 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000692972 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000687647 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000686381 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000687065 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000692813 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000685664 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000690824 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000689820 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000358951 protein_coding 7 1 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000691862 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000691661 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000690315 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000692972 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000687647 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000686381 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000687065 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000692813 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000685664 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000690824 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000689820 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000358951 protein_coding 7 1 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000691862 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000691661 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000690315 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000692972 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000687647 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000686381 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000687065 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000692813 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000685664 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000690824 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000689820 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000358951 protein_coding 7 1 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000691862 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213991 ENST00000691661 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000690315 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000692972 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000687647 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000686381 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000687065 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000692813 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000685664 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000690824 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000689820 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000358951 protein_coding 7 1 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000691862 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000691661 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000690315 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000692972 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000692813 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000685664 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000690824 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000689820 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000358951 protein_coding 7 1 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000691862 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000691661 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000690315 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000692972 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000692813 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000685664 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000690824 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000689820 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +transcript chr1 220528136 220664461 ENST00000366917 protein_coding 6 1 NA MARK1 ENSG00000116141 +transcript chr1 220528183 220664456 ENST00000402574 protein_coding 5 1 NA MARK1 ENSG00000116141 +transcript chr1 220528183 220664456 ENST00000611084 protein_coding 4 1 NA MARK1 ENSG00000116141 +transcript chr1 220528226 220664461 ENST00000366918 protein_coding 8 1 NA MARK1 ENSG00000116141 +transcript chr1 220528366 220664358 ENST00000677505 protein_coding 1 NA NA MARK1 ENSG00000116141 +transcript chr1 220528816 220664358 ENST00000678435 protein_coding 1 NA NA MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000366917 protein_coding 6 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000402574 protein_coding 5 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000611084 protein_coding 4 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000366918 protein_coding 8 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000677505 protein_coding 1 NA 1 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000366917 protein_coding 6 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000402574 protein_coding 5 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000611084 protein_coding 4 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000366918 protein_coding 8 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000677505 protein_coding 1 NA 2 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000366917 protein_coding 6 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000402574 protein_coding 5 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000611084 protein_coding 4 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000366918 protein_coding 8 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000677505 protein_coding 1 NA 3 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000366917 protein_coding 6 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000402574 protein_coding 5 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000611084 protein_coding 4 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000366918 protein_coding 8 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000677505 protein_coding 1 NA 4 MARK1 ENSG00000116141 +CDS chr1 220598352 220598379 ENST00000678435 protein_coding 1 NA 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000366917 protein_coding 6 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000402574 protein_coding 5 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000611084 protein_coding 4 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000678435 protein_coding 1 NA 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000366917 protein_coding 6 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000402574 protein_coding 5 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000611084 protein_coding 4 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000366918 protein_coding 8 1 5 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000677505 protein_coding 1 NA 5 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000678435 protein_coding 1 NA 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000366917 protein_coding 6 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000402574 protein_coding 5 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000611084 protein_coding 4 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000366918 protein_coding 8 1 6 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000677505 protein_coding 1 NA 6 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000678435 protein_coding 1 NA 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000366917 protein_coding 6 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000402574 protein_coding 5 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000611084 protein_coding 4 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000366918 protein_coding 8 1 7 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000677505 protein_coding 1 NA 7 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000678435 protein_coding 1 NA 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000366917 protein_coding 6 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000402574 protein_coding 5 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000611084 protein_coding 4 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000366918 protein_coding 8 1 8 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000677505 protein_coding 1 NA 8 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000678435 protein_coding 1 NA 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000366917 protein_coding 6 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000402574 protein_coding 5 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000611084 protein_coding 4 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000366918 protein_coding 8 1 9 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000677505 protein_coding 1 NA 9 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000678435 protein_coding 1 NA 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000366917 protein_coding 6 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000402574 protein_coding 5 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000611084 protein_coding 4 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000366918 protein_coding 8 1 10 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000677505 protein_coding 1 NA 10 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000678435 protein_coding 1 NA 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000366917 protein_coding 6 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000402574 protein_coding 5 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000611084 protein_coding 4 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000366918 protein_coding 8 1 11 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000677505 protein_coding 1 NA 11 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000678435 protein_coding 1 NA 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000366917 protein_coding 6 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000402574 protein_coding 5 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000611084 protein_coding 4 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000366918 protein_coding 8 1 12 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000677505 protein_coding 1 NA 12 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000678435 protein_coding 1 NA 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000366917 protein_coding 6 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000402574 protein_coding 5 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000611084 protein_coding 4 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000366918 protein_coding 8 1 13 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000677505 protein_coding 1 NA 13 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000678435 protein_coding 1 NA 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000366917 protein_coding 6 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000402574 protein_coding 5 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000611084 protein_coding 4 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000366918 protein_coding 8 1 14 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000677505 protein_coding 1 NA 14 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000678435 protein_coding 1 NA 16 MARK1 ENSG00000116141 +CDS chr1 220653098 220653352 ENST00000611084 protein_coding 4 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000366917 protein_coding 6 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000402574 protein_coding 5 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000366918 protein_coding 8 1 15 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000677505 protein_coding 1 NA 15 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000678435 protein_coding 1 NA 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000366917 protein_coding 6 1 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000611084 protein_coding 4 1 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000677505 protein_coding 1 NA 16 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000678435 protein_coding 1 NA 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000366917 protein_coding 6 1 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000402574 protein_coding 5 1 17 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000611084 protein_coding 4 1 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000366918 protein_coding 8 1 16 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000677505 protein_coding 1 NA 17 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000678435 protein_coding 1 NA 19 MARK1 ENSG00000116141 +transcript chr1 220690363 220699153 ENST00000294889 protein_coding 6 1 NA C1orf115 ENSG00000162817 +CDS chr1 220690403 220690711 ENST00000294889 protein_coding 6 1 1 C1orf115 ENSG00000162817 +CDS chr1 220696612 220696728 ENST00000294889 protein_coding 6 1 2 C1orf115 ENSG00000162817 +transcript chr1 220748269 220784240 ENST00000359316 protein_coding 6 1 NA MTARC2 ENSG00000117791 +transcript chr1 220748322 220784815 ENST00000366913 protein_coding 8 1 NA MTARC2 ENSG00000117791 +CDS chr1 220748532 220748803 ENST00000359316 protein_coding 6 1 1 MTARC2 ENSG00000117791 +CDS chr1 220748532 220748803 ENST00000366913 protein_coding 8 1 1 MTARC2 ENSG00000117791 +CDS chr1 220754947 220755120 ENST00000359316 protein_coding 6 1 2 MTARC2 ENSG00000117791 +CDS chr1 220754947 220755120 ENST00000366913 protein_coding 8 1 2 MTARC2 ENSG00000117791 +transcript chr1 220754972 220780149 ENST00000425560 protein_coding 1 3 NA MTARC2 ENSG00000117791 +CDS chr1 220754972 220755120 ENST00000425560 protein_coding 1 3 1 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000359316 protein_coding 6 1 3 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000366913 protein_coding 8 1 3 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000425560 protein_coding 1 3 2 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000359316 protein_coding 6 1 4 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000366913 protein_coding 8 1 4 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000425560 protein_coding 1 3 3 MTARC2 ENSG00000117791 +CDS chr1 220780018 220780079 ENST00000366913 protein_coding 8 1 5 MTARC2 ENSG00000117791 +CDS chr1 220780018 220780080 ENST00000425560 protein_coding 1 3 4 MTARC2 ENSG00000117791 +CDS chr1 220780168 220780239 ENST00000366913 protein_coding 8 1 6 MTARC2 ENSG00000117791 +CDS chr1 220781778 220781898 ENST00000366913 protein_coding 8 1 7 MTARC2 ENSG00000117791 +CDS chr1 220783919 220783939 ENST00000359316 protein_coding 6 1 5 MTARC2 ENSG00000117791 +transcript chr1 220786913 220819659 ENST00000366910 protein_coding 10 1 NA MTARC1 ENSG00000186205 +CDS chr1 220786945 220787219 ENST00000366910 protein_coding 10 1 1 MTARC1 ENSG00000186205 +CDS chr1 220791491 220791664 ENST00000366910 protein_coding 10 1 2 MTARC1 ENSG00000186205 +transcript chr1 220791491 220814388 ENST00000407981 protein_coding 6 5 NA MTARC1 ENSG00000186205 +CDS chr1 220791491 220791664 ENST00000407981 protein_coding 6 5 1 MTARC1 ENSG00000186205 +CDS chr1 220796643 220796805 ENST00000366910 protein_coding 10 1 3 MTARC1 ENSG00000186205 +CDS chr1 220796643 220796805 ENST00000407981 protein_coding 6 5 2 MTARC1 ENSG00000186205 +transcript chr1 220796755 220808976 ENST00000443880 protein_coding 1 5 NA MTARC1 ENSG00000186205 +CDS chr1 220796755 220796805 ENST00000443880 protein_coding 1 5 1 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798014 ENST00000366910 protein_coding 10 1 4 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798065 ENST00000407981 protein_coding 6 5 3 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798014 ENST00000443880 protein_coding 1 5 2 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000366910 protein_coding 10 1 5 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000407981 protein_coding 6 5 4 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000443880 protein_coding 1 5 3 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000366910 protein_coding 10 1 6 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000407981 protein_coding 6 5 5 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000443880 protein_coding 1 5 4 MTARC1 ENSG00000186205 +CDS chr1 220808859 220808889 ENST00000443880 protein_coding 1 5 5 MTARC1 ENSG00000186205 +CDS chr1 220813292 220813415 ENST00000366910 protein_coding 10 1 7 MTARC1 ENSG00000186205 +CDS chr1 220813292 220813415 ENST00000407981 protein_coding 6 5 6 MTARC1 ENSG00000186205 +transcript chr1 220879443 220885059 ENST00000366903 protein_coding 8 1 NA HLX ENSG00000136630 +CDS chr1 220879858 220880449 ENST00000366903 protein_coding 8 1 1 HLX ENSG00000136630 +transcript chr1 220881069 220884493 ENST00000427693 protein_coding 1 3 NA HLX ENSG00000136630 +CDS chr1 220881194 220881373 ENST00000366903 protein_coding 8 1 2 HLX ENSG00000136630 +CDS chr1 220882164 220882348 ENST00000366903 protein_coding 8 1 3 HLX ENSG00000136630 +CDS chr1 220882193 220882348 ENST00000427693 protein_coding 1 3 3 HLX ENSG00000136630 +CDS chr1 220884195 220884701 ENST00000366903 protein_coding 8 1 4 HLX ENSG00000136630 +CDS chr1 220884195 220884493 ENST00000427693 protein_coding 1 3 4 HLX ENSG00000136630 +transcript chr1 221701424 221742089 ENST00000366899 protein_coding 4 1 NA DUSP10 ENSG00000143507 +CDS chr1 221702415 221702677 ENST00000366899 protein_coding 4 1 4 DUSP10 ENSG00000143507 +CDS chr1 221706095 221706466 ENST00000366899 protein_coding 4 1 3 DUSP10 ENSG00000143507 +CDS chr1 221738934 221739744 ENST00000366899 protein_coding 4 1 2 DUSP10 ENSG00000143507 +transcript chr1 222522264 222548104 ENST00000343410 protein_coding 7 1 NA HHIPL2 ENSG00000143512 +CDS chr1 222522604 222522887 ENST00000343410 protein_coding 7 1 9 HHIPL2 ENSG00000143512 +CDS chr1 222523612 222523694 ENST00000343410 protein_coding 7 1 8 HHIPL2 ENSG00000143512 +CDS chr1 222526969 222527050 ENST00000343410 protein_coding 7 1 7 HHIPL2 ENSG00000143512 +CDS chr1 222531966 222532111 ENST00000343410 protein_coding 7 1 6 HHIPL2 ENSG00000143512 +CDS chr1 222538648 222538774 ENST00000343410 protein_coding 7 1 5 HHIPL2 ENSG00000143512 +CDS chr1 222540010 222540341 ENST00000343410 protein_coding 7 1 4 HHIPL2 ENSG00000143512 +CDS chr1 222542012 222542155 ENST00000343410 protein_coding 7 1 3 HHIPL2 ENSG00000143512 +CDS chr1 222543537 222544189 ENST00000343410 protein_coding 7 1 2 HHIPL2 ENSG00000143512 +CDS chr1 222547724 222548044 ENST00000343410 protein_coding 7 1 1 HHIPL2 ENSG00000143512 +transcript chr1 222557902 222589785 ENST00000366890 protein_coding 5 2 NA TAF1A ENSG00000143498 +transcript chr1 222557902 222589933 ENST00000350027 protein_coding 8 2 NA TAF1A ENSG00000143498 +transcript chr1 222558312 222589933 ENST00000352967 protein_coding 9 1 NA TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000366890 protein_coding 5 2 10 TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000350027 protein_coding 8 2 11 TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000352967 protein_coding 9 1 11 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000366890 protein_coding 5 2 9 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000350027 protein_coding 8 2 10 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000352967 protein_coding 9 1 10 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000366890 protein_coding 5 2 8 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000350027 protein_coding 8 2 9 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000352967 protein_coding 9 1 9 TAF1A ENSG00000143498 +transcript chr1 222563285 222589759 ENST00000391883 protein_coding 2 5 NA TAF1A ENSG00000143498 +CDS chr1 222563285 222563296 ENST00000391883 protein_coding 2 5 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000366890 protein_coding 5 2 7 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000350027 protein_coding 8 2 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000352967 protein_coding 9 1 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000391883 protein_coding 2 5 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000366890 protein_coding 5 2 6 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000350027 protein_coding 8 2 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000352967 protein_coding 9 1 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000391883 protein_coding 2 5 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000366890 protein_coding 5 2 5 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000350027 protein_coding 8 2 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000352967 protein_coding 9 1 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000391883 protein_coding 2 5 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000366890 protein_coding 5 2 4 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000350027 protein_coding 8 2 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000352967 protein_coding 9 1 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000391883 protein_coding 2 5 4 TAF1A ENSG00000143498 +CDS chr1 222579759 222579821 ENST00000366890 protein_coding 5 2 3 TAF1A ENSG00000143498 +CDS chr1 222579759 222579872 ENST00000350027 protein_coding 8 2 4 TAF1A ENSG00000143498 +CDS chr1 222579759 222579872 ENST00000352967 protein_coding 9 1 4 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000350027 protein_coding 8 2 3 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000352967 protein_coding 9 1 3 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000391883 protein_coding 2 5 3 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000350027 protein_coding 8 2 2 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000352967 protein_coding 9 1 2 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000391883 protein_coding 2 5 2 TAF1A ENSG00000143498 +transcript chr1 222618097 222668007 ENST00000344922 protein_coding 10 5 NA MIA3 ENSG00000154305 +CDS chr1 222618111 222618243 ENST00000344922 protein_coding 10 5 1 MIA3 ENSG00000154305 +CDS chr1 222621159 222621292 ENST00000344922 protein_coding 10 5 2 MIA3 ENSG00000154305 +CDS chr1 222624768 222624854 ENST00000344922 protein_coding 10 5 3 MIA3 ENSG00000154305 +CDS chr1 222627575 222630389 ENST00000344922 protein_coding 10 5 4 MIA3 ENSG00000154305 +transcript chr1 222628474 222654661 ENST00000354906 protein_coding 7 5 NA MIA3 ENSG00000154305 +CDS chr1 222628474 222630389 ENST00000354906 protein_coding 7 5 1 MIA3 ENSG00000154305 +CDS chr1 222632165 222632326 ENST00000344922 protein_coding 10 5 5 MIA3 ENSG00000154305 +CDS chr1 222632165 222632326 ENST00000354906 protein_coding 7 5 2 MIA3 ENSG00000154305 +CDS chr1 222633104 222633249 ENST00000344922 protein_coding 10 5 6 MIA3 ENSG00000154305 +CDS chr1 222633104 222633249 ENST00000354906 protein_coding 7 5 3 MIA3 ENSG00000154305 +transcript chr1 222644303 222665823 ENST00000340535 protein_coding 11 1 NA MIA3 ENSG00000154305 +CDS chr1 222644476 222644586 ENST00000340535 protein_coding 11 1 1 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000344922 protein_coding 10 5 7 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000354906 protein_coding 7 5 4 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000340535 protein_coding 11 1 2 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000344922 protein_coding 10 5 8 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000354906 protein_coding 7 5 5 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000340535 protein_coding 11 1 3 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000344922 protein_coding 10 5 9 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000354906 protein_coding 7 5 6 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000340535 protein_coding 11 1 4 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000344922 protein_coding 10 5 10 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000354906 protein_coding 7 5 7 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000340535 protein_coding 11 1 5 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000344922 protein_coding 10 5 11 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000354906 protein_coding 7 5 8 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000340535 protein_coding 11 1 6 MIA3 ENSG00000154305 +CDS chr1 222651977 222652048 ENST00000344922 protein_coding 10 5 12 MIA3 ENSG00000154305 +CDS chr1 222651977 222652048 ENST00000340535 protein_coding 11 1 7 MIA3 ENSG00000154305 +CDS chr1 222652228 222652332 ENST00000344922 protein_coding 10 5 13 MIA3 ENSG00000154305 +CDS chr1 222652228 222652332 ENST00000340535 protein_coding 11 1 8 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000344922 protein_coding 10 5 14 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000354906 protein_coding 7 5 9 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000340535 protein_coding 11 1 9 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000344922 protein_coding 10 5 15 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000354906 protein_coding 7 5 10 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000340535 protein_coding 11 1 10 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000344922 protein_coding 10 5 16 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000354906 protein_coding 7 5 11 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000340535 protein_coding 11 1 11 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000344922 protein_coding 10 5 17 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000354906 protein_coding 7 5 12 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000340535 protein_coding 11 1 12 MIA3 ENSG00000154305 +CDS chr1 222654655 222654793 ENST00000344922 protein_coding 10 5 18 MIA3 ENSG00000154305 +CDS chr1 222654655 222654661 ENST00000354906 protein_coding 7 5 13 MIA3 ENSG00000154305 +CDS chr1 222654655 222654793 ENST00000340535 protein_coding 11 1 13 MIA3 ENSG00000154305 +CDS chr1 222658722 222658823 ENST00000344922 protein_coding 10 5 19 MIA3 ENSG00000154305 +CDS chr1 222658722 222658823 ENST00000340535 protein_coding 11 1 14 MIA3 ENSG00000154305 +CDS chr1 222659453 222659513 ENST00000344922 protein_coding 10 5 20 MIA3 ENSG00000154305 +CDS chr1 222659453 222659513 ENST00000340535 protein_coding 11 1 15 MIA3 ENSG00000154305 +CDS chr1 222659622 222659657 ENST00000344922 protein_coding 10 5 21 MIA3 ENSG00000154305 +CDS chr1 222659622 222659657 ENST00000340535 protein_coding 11 1 16 MIA3 ENSG00000154305 +CDS chr1 222659734 222659801 ENST00000344922 protein_coding 10 5 22 MIA3 ENSG00000154305 +CDS chr1 222659734 222659801 ENST00000340535 protein_coding 11 1 17 MIA3 ENSG00000154305 +CDS chr1 222659906 222660006 ENST00000344922 protein_coding 10 5 23 MIA3 ENSG00000154305 +CDS chr1 222659906 222660006 ENST00000340535 protein_coding 11 1 18 MIA3 ENSG00000154305 +CDS chr1 222660177 222660314 ENST00000344922 protein_coding 10 5 24 MIA3 ENSG00000154305 +CDS chr1 222660177 222660314 ENST00000340535 protein_coding 11 1 19 MIA3 ENSG00000154305 +CDS chr1 222662056 222662124 ENST00000344922 protein_coding 10 5 25 MIA3 ENSG00000154305 +CDS chr1 222662056 222662124 ENST00000340535 protein_coding 11 1 20 MIA3 ENSG00000154305 +CDS chr1 222662253 222662332 ENST00000344922 protein_coding 10 5 26 MIA3 ENSG00000154305 +CDS chr1 222662253 222662332 ENST00000340535 protein_coding 11 1 21 MIA3 ENSG00000154305 +CDS chr1 222663998 222664148 ENST00000344922 protein_coding 10 5 27 MIA3 ENSG00000154305 +CDS chr1 222663998 222664148 ENST00000340535 protein_coding 11 1 22 MIA3 ENSG00000154305 +CDS chr1 222665309 222665616 ENST00000344922 protein_coding 10 5 28 MIA3 ENSG00000154305 +CDS chr1 222665309 222665616 ENST00000340535 protein_coding 11 1 23 MIA3 ENSG00000154305 +transcript chr1 222668013 222712491 ENST00000340020 protein_coding 11 1 NA AIDA ENSG00000186063 +transcript chr1 222669607 222712428 ENST00000355727 protein_coding 3 5 NA AIDA ENSG00000186063 +CDS chr1 222669896 222669989 ENST00000340020 protein_coding 11 1 10 AIDA ENSG00000186063 +CDS chr1 222669896 222669989 ENST00000355727 protein_coding 3 5 8 AIDA ENSG00000186063 +CDS chr1 222670133 222670250 ENST00000340020 protein_coding 11 1 9 AIDA ENSG00000186063 +CDS chr1 222670133 222670250 ENST00000355727 protein_coding 3 5 7 AIDA ENSG00000186063 +CDS chr1 222673313 222673435 ENST00000340020 protein_coding 11 1 8 AIDA ENSG00000186063 +CDS chr1 222676096 222676218 ENST00000340020 protein_coding 11 1 7 AIDA ENSG00000186063 +CDS chr1 222686930 222687036 ENST00000340020 protein_coding 11 1 6 AIDA ENSG00000186063 +CDS chr1 222686930 222687036 ENST00000355727 protein_coding 3 5 6 AIDA ENSG00000186063 +CDS chr1 222687595 222687658 ENST00000340020 protein_coding 11 1 5 AIDA ENSG00000186063 +CDS chr1 222687595 222687658 ENST00000355727 protein_coding 3 5 5 AIDA ENSG00000186063 +CDS chr1 222693789 222693843 ENST00000340020 protein_coding 11 1 4 AIDA ENSG00000186063 +CDS chr1 222693789 222693843 ENST00000355727 protein_coding 3 5 4 AIDA ENSG00000186063 +CDS chr1 222694210 222694263 ENST00000340020 protein_coding 11 1 3 AIDA ENSG00000186063 +CDS chr1 222694210 222694263 ENST00000355727 protein_coding 3 5 3 AIDA ENSG00000186063 +CDS chr1 222703148 222703217 ENST00000340020 protein_coding 11 1 2 AIDA ENSG00000186063 +CDS chr1 222703148 222703217 ENST00000355727 protein_coding 3 5 2 AIDA ENSG00000186063 +CDS chr1 222712208 222712317 ENST00000340020 protein_coding 11 1 1 AIDA ENSG00000186063 +CDS chr1 222712208 222712317 ENST00000355727 protein_coding 3 5 1 AIDA ENSG00000186063 +transcript chr1 222712553 222735196 ENST00000612948 protein_coding 4 1 NA BROX ENSG00000162819 +transcript chr1 222712564 222735187 ENST00000340934 protein_coding 10 1 NA BROX ENSG00000162819 +transcript chr1 222713321 222735196 ENST00000537020 protein_coding 5 2 NA BROX ENSG00000162819 +transcript chr1 222713321 222735196 ENST00000539697 protein_coding 5 2 NA BROX ENSG00000162819 +transcript chr1 222713369 222727232 ENST00000426638 protein_coding 1 5 NA BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000612948 protein_coding 4 1 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000340934 protein_coding 10 1 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000537020 protein_coding 5 2 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000539697 protein_coding 5 2 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000426638 protein_coding 1 5 2 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000612948 protein_coding 4 1 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000340934 protein_coding 10 1 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000537020 protein_coding 5 2 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000539697 protein_coding 5 2 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000426638 protein_coding 1 5 3 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000612948 protein_coding 4 1 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000340934 protein_coding 10 1 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000537020 protein_coding 5 2 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000539697 protein_coding 5 2 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000426638 protein_coding 1 5 4 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000340934 protein_coding 10 1 5 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000537020 protein_coding 5 2 5 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000426638 protein_coding 1 5 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000612948 protein_coding 4 1 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000340934 protein_coding 10 1 6 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000537020 protein_coding 5 2 6 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000539697 protein_coding 5 2 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000426638 protein_coding 1 5 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000612948 protein_coding 4 1 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000340934 protein_coding 10 1 7 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000537020 protein_coding 5 2 7 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000539697 protein_coding 5 2 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000426638 protein_coding 1 5 7 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000612948 protein_coding 4 1 7 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000340934 protein_coding 10 1 8 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000537020 protein_coding 5 2 8 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000539697 protein_coding 5 2 7 BROX ENSG00000162819 +CDS chr1 222727168 222727232 ENST00000426638 protein_coding 1 5 8 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000612948 protein_coding 4 1 8 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000340934 protein_coding 10 1 9 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000537020 protein_coding 5 2 9 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000539697 protein_coding 5 2 8 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000612948 protein_coding 4 1 9 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000340934 protein_coding 10 1 10 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000537020 protein_coding 5 2 10 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000539697 protein_coding 5 2 9 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000612948 protein_coding 4 1 10 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000340934 protein_coding 10 1 11 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000537020 protein_coding 5 2 11 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000539697 protein_coding 5 2 10 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000612948 protein_coding 4 1 11 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000340934 protein_coding 10 1 12 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000539697 protein_coding 5 2 11 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000612948 protein_coding 4 1 12 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000340934 protein_coding 10 1 13 BROX ENSG00000162819 +CDS chr1 222732628 222732652 ENST00000537020 protein_coding 5 2 12 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000539697 protein_coding 5 2 12 BROX ENSG00000162819 +transcript chr1 222737202 222751004 ENST00000445590 protein_coding 4 5 NA FAM177B ENSG00000197520 +transcript chr1 222737207 222749524 ENST00000434700 protein_coding 5 5 NA FAM177B ENSG00000197520 +transcript chr1 222737307 222750196 ENST00000360827 protein_coding 6 5 NA FAM177B ENSG00000197520 +transcript chr1 222739684 222749521 ENST00000456298 protein_coding 5 4 NA FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000445590 protein_coding 4 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000434700 protein_coding 5 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000360827 protein_coding 6 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000456298 protein_coding 5 4 3 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000445590 protein_coding 4 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000434700 protein_coding 5 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000360827 protein_coding 6 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000456298 protein_coding 5 4 4 FAM177B ENSG00000197520 +CDS chr1 222749465 222749562 ENST00000445590 protein_coding 4 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749524 ENST00000434700 protein_coding 5 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749562 ENST00000360827 protein_coding 6 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749521 ENST00000456298 protein_coding 5 4 5 FAM177B ENSG00000197520 +CDS chr1 222749921 222750055 ENST00000445590 protein_coding 4 5 6 FAM177B ENSG00000197520 +CDS chr1 222749921 222750055 ENST00000360827 protein_coding 6 5 6 FAM177B ENSG00000197520 +transcript chr1 222815039 223005995 ENST00000675850 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222815064 222994906 ENST00000495684 protein_coding 2 5 NA DISP1 ENSG00000154309 +transcript chr1 222815070 223005969 ENST00000675039 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222815087 223005981 ENST00000675961 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222928424 223005995 ENST00000284476 protein_coding 7 1 NA DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675850 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675039 protein_coding 1 NA 2 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675961 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000284476 protein_coding 7 1 2 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675850 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675039 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675961 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000284476 protein_coding 7 1 3 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675850 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675039 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675961 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000284476 protein_coding 7 1 4 DISP1 ENSG00000154309 +CDS chr1 222990668 222990748 ENST00000495684 protein_coding 2 5 5 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675850 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000495684 protein_coding 2 5 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675039 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675961 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000284476 protein_coding 7 1 5 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675850 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000495684 protein_coding 2 5 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675039 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675961 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000284476 protein_coding 7 1 6 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675850 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994906 ENST00000495684 protein_coding 2 5 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675039 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675961 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000284476 protein_coding 7 1 7 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675850 protein_coding 1 NA 9 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675039 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675961 protein_coding 1 NA 9 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000284476 protein_coding 7 1 8 DISP1 ENSG00000154309 +transcript chr1 223109404 223143248 ENST00000642603 protein_coding 2 NA NA TLR5 ENSG00000187554 +transcript chr1 223109406 223137287 ENST00000540964 protein_coding 5 5 NA TLR5 ENSG00000187554 +CDS chr1 223110458 223113031 ENST00000642603 protein_coding 2 NA 6 TLR5 ENSG00000187554 +CDS chr1 223110458 223113031 ENST00000540964 protein_coding 5 5 4 TLR5 ENSG00000187554 +transcript chr1 223110706 223143248 ENST00000645434 protein_coding 1 NA NA TLR5 ENSG00000187554 +CDS chr1 223110706 223113031 ENST00000645434 protein_coding 1 NA 5 TLR5 ENSG00000187554 +transcript chr1 223112968 223143238 ENST00000407096 protein_coding 6 3 NA TLR5 ENSG00000187554 +CDS chr1 223112968 223113031 ENST00000407096 protein_coding 6 3 4 TLR5 ENSG00000187554 +transcript chr1 223220819 223364059 ENST00000343846 protein_coding 7 2 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364130 ENST00000484758 protein_coding 6 2 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364176 ENST00000366878 protein_coding 9 1 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364178 ENST00000494793 protein_coding 6 5 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364222 ENST00000681669 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364233 ENST00000681305 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220851 223364185 ENST00000681285 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220852 223364204 ENST00000680429 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223221017 223363337 ENST00000608996 protein_coding 5 5 NA SUSD4 ENSG00000143502 +CDS chr1 223221043 223221080 ENST00000494793 protein_coding 6 5 9 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000343846 protein_coding 7 2 8 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000484758 protein_coding 6 2 8 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000366878 protein_coding 9 1 9 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681669 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681305 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681285 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000680429 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000608996 protein_coding 5 5 8 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000343846 protein_coding 7 2 7 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000484758 protein_coding 6 2 7 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000366878 protein_coding 9 1 8 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681669 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681305 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681285 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000680429 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000608996 protein_coding 5 5 7 SUSD4 ENSG00000143502 +CDS chr1 223223267 223223631 ENST00000494793 protein_coding 6 5 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000343846 protein_coding 7 2 6 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000484758 protein_coding 6 2 6 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000366878 protein_coding 9 1 7 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000494793 protein_coding 6 5 7 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681669 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681305 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681285 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000680429 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000608996 protein_coding 5 5 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000343846 protein_coding 7 2 5 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229394 ENST00000484758 protein_coding 6 2 5 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000366878 protein_coding 9 1 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000494793 protein_coding 6 5 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681669 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681305 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681285 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000680429 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229394 ENST00000608996 protein_coding 5 5 5 SUSD4 ENSG00000143502 +transcript chr1 223234915 223364167 ENST00000344029 protein_coding 6 1 NA SUSD4 ENSG00000143502 +CDS chr1 223234955 223235100 ENST00000344029 protein_coding 6 1 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000343846 protein_coding 7 2 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000484758 protein_coding 6 2 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000366878 protein_coding 9 1 5 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000494793 protein_coding 6 5 5 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681669 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681305 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681285 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000680429 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000608996 protein_coding 5 5 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000344029 protein_coding 6 1 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000343846 protein_coding 7 2 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000484758 protein_coding 6 2 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000366878 protein_coding 9 1 4 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000494793 protein_coding 6 5 4 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681669 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681305 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681285 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000680429 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000608996 protein_coding 5 5 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000344029 protein_coding 6 1 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000343846 protein_coding 7 2 2 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000366878 protein_coding 9 1 3 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000494793 protein_coding 6 5 3 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681669 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681305 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681285 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000680429 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000608996 protein_coding 5 5 2 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000344029 protein_coding 6 1 3 SUSD4 ENSG00000143502 +CDS chr1 223296727 223296890 ENST00000681285 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223302763 223302827 ENST00000680429 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000343846 protein_coding 7 2 1 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000484758 protein_coding 6 2 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000366878 protein_coding 9 1 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000494793 protein_coding 6 5 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000681669 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000681305 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363460 ENST00000681285 protein_coding 1 NA 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363460 ENST00000680429 protein_coding 1 NA 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363337 ENST00000608996 protein_coding 5 5 1 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000344029 protein_coding 6 1 2 SUSD4 ENSG00000143502 +CDS chr1 223364057 223364073 ENST00000681285 protein_coding 1 NA 1 SUSD4 ENSG00000143502 +CDS chr1 223364057 223364073 ENST00000680429 protein_coding 1 NA 1 SUSD4 ENSG00000143502 +transcript chr1 223393415 223395465 ENST00000366875 protein_coding 5 NA NA CCDC185 ENSG00000178395 +CDS chr1 223393476 223395344 ENST00000366875 protein_coding 5 NA 1 CCDC185 ENSG00000178395 +transcript chr1 223538008 223551017 ENST00000442247 protein_coding 5 5 NA CAPN8 ENSG00000203697 +CDS chr1 223538032 223538139 ENST00000442247 protein_coding 5 5 4 CAPN8 ENSG00000203697 +CDS chr1 223539420 223539491 ENST00000442247 protein_coding 5 5 3 CAPN8 ENSG00000203697 +transcript chr1 223541616 223665701 ENST00000366872 protein_coding 10 1 NA CAPN8 ENSG00000203697 +CDS chr1 223541839 223541859 ENST00000366872 protein_coding 10 1 21 CAPN8 ENSG00000203697 +CDS chr1 223543108 223543166 ENST00000366872 protein_coding 10 1 20 CAPN8 ENSG00000203697 +CDS chr1 223544067 223544183 ENST00000366872 protein_coding 10 1 19 CAPN8 ENSG00000203697 +CDS chr1 223544772 223544850 ENST00000366872 protein_coding 10 1 18 CAPN8 ENSG00000203697 +CDS chr1 223545231 223545299 ENST00000366872 protein_coding 10 1 17 CAPN8 ENSG00000203697 +CDS chr1 223549318 223549382 ENST00000442247 protein_coding 5 5 2 CAPN8 ENSG00000203697 +CDS chr1 223549318 223549382 ENST00000366872 protein_coding 10 1 16 CAPN8 ENSG00000203697 +CDS chr1 223550960 223551017 ENST00000442247 protein_coding 5 5 1 CAPN8 ENSG00000203697 +CDS chr1 223550960 223551017 ENST00000366872 protein_coding 10 1 15 CAPN8 ENSG00000203697 +CDS chr1 223553832 223553900 ENST00000366872 protein_coding 10 1 14 CAPN8 ENSG00000203697 +CDS chr1 223558131 223558167 ENST00000366872 protein_coding 10 1 13 CAPN8 ENSG00000203697 +CDS chr1 223609153 223609364 ENST00000366872 protein_coding 10 1 12 CAPN8 ENSG00000203697 +CDS chr1 223612246 223612257 ENST00000366872 protein_coding 10 1 11 CAPN8 ENSG00000203697 +CDS chr1 223615970 223616145 ENST00000366872 protein_coding 10 1 10 CAPN8 ENSG00000203697 +transcript chr1 223616898 223665723 ENST00000366873 protein_coding 6 5 NA CAPN8 ENSG00000203697 +CDS chr1 223618274 223618281 ENST00000366873 protein_coding 6 5 10 CAPN8 ENSG00000203697 +CDS chr1 223619293 223619453 ENST00000366872 protein_coding 10 1 9 CAPN8 ENSG00000203697 +CDS chr1 223619293 223619453 ENST00000366873 protein_coding 6 5 9 CAPN8 ENSG00000203697 +CDS chr1 223620192 223620266 ENST00000366872 protein_coding 10 1 8 CAPN8 ENSG00000203697 +CDS chr1 223620192 223620266 ENST00000366873 protein_coding 6 5 8 CAPN8 ENSG00000203697 +transcript chr1 223622622 223628705 ENST00000465098 protein_coding 1 3 NA CAPN8 ENSG00000203697 +CDS chr1 223622814 223622900 ENST00000465098 protein_coding 1 3 5 CAPN8 ENSG00000203697 +CDS chr1 223622815 223622900 ENST00000366872 protein_coding 10 1 7 CAPN8 ENSG00000203697 +CDS chr1 223622815 223622900 ENST00000366873 protein_coding 6 5 7 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000366872 protein_coding 10 1 6 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000366873 protein_coding 6 5 6 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000465098 protein_coding 1 3 4 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000366872 protein_coding 10 1 5 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000366873 protein_coding 6 5 5 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000465098 protein_coding 1 3 3 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000366872 protein_coding 10 1 4 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000366873 protein_coding 6 5 4 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000465098 protein_coding 1 3 2 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628780 ENST00000366872 protein_coding 10 1 3 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628780 ENST00000366873 protein_coding 6 5 3 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628705 ENST00000465098 protein_coding 1 3 1 CAPN8 ENSG00000203697 +CDS chr1 223654330 223654399 ENST00000366872 protein_coding 10 1 2 CAPN8 ENSG00000203697 +CDS chr1 223654330 223654399 ENST00000366873 protein_coding 6 5 2 CAPN8 ENSG00000203697 +CDS chr1 223665410 223665646 ENST00000366872 protein_coding 10 1 1 CAPN8 ENSG00000203697 +CDS chr1 223665410 223665646 ENST00000366873 protein_coding 6 5 1 CAPN8 ENSG00000203697 +transcript chr1 223701593 223776016 ENST00000433674 protein_coding 6 2 NA CAPN2 ENSG00000162909 +transcript chr1 223701645 223747063 ENST00000434648 protein_coding 5 5 NA CAPN2 ENSG00000162909 +CDS chr1 223701829 223701831 ENST00000434648 protein_coding 5 5 1 CAPN2 ENSG00000162909 +CDS chr1 223701829 223701831 ENST00000433674 protein_coding 6 2 1 CAPN2 ENSG00000162909 +transcript chr1 223712539 223776018 ENST00000295006 protein_coding 6 1 NA CAPN2 ENSG00000162909 +CDS chr1 223712641 223712877 ENST00000295006 protein_coding 6 1 1 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000434648 protein_coding 5 5 2 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000295006 protein_coding 6 1 2 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000433674 protein_coding 6 2 2 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000434648 protein_coding 5 5 3 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000295006 protein_coding 6 1 3 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000433674 protein_coding 6 2 3 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000434648 protein_coding 5 5 4 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000295006 protein_coding 6 1 4 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000433674 protein_coding 6 2 4 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747063 ENST00000434648 protein_coding 5 5 5 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747165 ENST00000295006 protein_coding 6 1 5 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747165 ENST00000433674 protein_coding 6 2 5 CAPN2 ENSG00000162909 +CDS chr1 223749039 223749122 ENST00000295006 protein_coding 6 1 6 CAPN2 ENSG00000162909 +CDS chr1 223749039 223749122 ENST00000433674 protein_coding 6 2 6 CAPN2 ENSG00000162909 +CDS chr1 223750890 223750975 ENST00000295006 protein_coding 6 1 7 CAPN2 ENSG00000162909 +CDS chr1 223750890 223750975 ENST00000433674 protein_coding 6 2 7 CAPN2 ENSG00000162909 +CDS chr1 223751997 223752071 ENST00000295006 protein_coding 6 1 8 CAPN2 ENSG00000162909 +CDS chr1 223751997 223752071 ENST00000433674 protein_coding 6 2 8 CAPN2 ENSG00000162909 +CDS chr1 223752796 223752956 ENST00000295006 protein_coding 6 1 9 CAPN2 ENSG00000162909 +CDS chr1 223752796 223752956 ENST00000433674 protein_coding 6 2 9 CAPN2 ENSG00000162909 +CDS chr1 223755480 223755649 ENST00000295006 protein_coding 6 1 10 CAPN2 ENSG00000162909 +CDS chr1 223755480 223755649 ENST00000433674 protein_coding 6 2 10 CAPN2 ENSG00000162909 +CDS chr1 223757369 223757380 ENST00000295006 protein_coding 6 1 11 CAPN2 ENSG00000162909 +CDS chr1 223757369 223757380 ENST00000433674 protein_coding 6 2 11 CAPN2 ENSG00000162909 +CDS chr1 223759270 223759481 ENST00000295006 protein_coding 6 1 12 CAPN2 ENSG00000162909 +CDS chr1 223759270 223759481 ENST00000433674 protein_coding 6 2 12 CAPN2 ENSG00000162909 +CDS chr1 223761581 223761617 ENST00000295006 protein_coding 6 1 13 CAPN2 ENSG00000162909 +CDS chr1 223761581 223761617 ENST00000433674 protein_coding 6 2 13 CAPN2 ENSG00000162909 +CDS chr1 223762186 223762251 ENST00000295006 protein_coding 6 1 14 CAPN2 ENSG00000162909 +CDS chr1 223762186 223762251 ENST00000433674 protein_coding 6 2 14 CAPN2 ENSG00000162909 +CDS chr1 223764150 223764207 ENST00000295006 protein_coding 6 1 15 CAPN2 ENSG00000162909 +CDS chr1 223764150 223764207 ENST00000433674 protein_coding 6 2 15 CAPN2 ENSG00000162909 +CDS chr1 223766367 223766431 ENST00000295006 protein_coding 6 1 16 CAPN2 ENSG00000162909 +CDS chr1 223766367 223766431 ENST00000433674 protein_coding 6 2 16 CAPN2 ENSG00000162909 +CDS chr1 223769841 223769909 ENST00000295006 protein_coding 6 1 17 CAPN2 ENSG00000162909 +CDS chr1 223769841 223769909 ENST00000433674 protein_coding 6 2 17 CAPN2 ENSG00000162909 +CDS chr1 223770447 223770525 ENST00000295006 protein_coding 6 1 18 CAPN2 ENSG00000162909 +CDS chr1 223770447 223770525 ENST00000433674 protein_coding 6 2 18 CAPN2 ENSG00000162909 +CDS chr1 223771809 223771925 ENST00000295006 protein_coding 6 1 19 CAPN2 ENSG00000162909 +CDS chr1 223771809 223771925 ENST00000433674 protein_coding 6 2 19 CAPN2 ENSG00000162909 +CDS chr1 223772181 223772239 ENST00000295006 protein_coding 6 1 20 CAPN2 ENSG00000162909 +CDS chr1 223772181 223772239 ENST00000433674 protein_coding 6 2 20 CAPN2 ENSG00000162909 +CDS chr1 223774834 223774854 ENST00000295006 protein_coding 6 1 21 CAPN2 ENSG00000162909 +CDS chr1 223774834 223774854 ENST00000433674 protein_coding 6 2 21 CAPN2 ENSG00000162909 +transcript chr1 223779893 223845947 ENST00000343537 protein_coding 12 1 NA TP53BP2 ENSG00000143514 +transcript chr1 223779899 223845930 ENST00000391878 protein_coding 6 1 NA TP53BP2 ENSG00000143514 +CDS chr1 223780856 223780894 ENST00000391878 protein_coding 6 1 19 TP53BP2 ENSG00000143514 +CDS chr1 223780856 223780894 ENST00000343537 protein_coding 12 1 18 TP53BP2 ENSG00000143514 +CDS chr1 223784115 223784314 ENST00000391878 protein_coding 6 1 18 TP53BP2 ENSG00000143514 +CDS chr1 223784115 223784314 ENST00000343537 protein_coding 12 1 17 TP53BP2 ENSG00000143514 +CDS chr1 223789008 223789174 ENST00000391878 protein_coding 6 1 17 TP53BP2 ENSG00000143514 +CDS chr1 223789008 223789174 ENST00000343537 protein_coding 12 1 16 TP53BP2 ENSG00000143514 +CDS chr1 223792389 223792522 ENST00000391878 protein_coding 6 1 16 TP53BP2 ENSG00000143514 +CDS chr1 223792389 223792522 ENST00000343537 protein_coding 12 1 15 TP53BP2 ENSG00000143514 +CDS chr1 223793303 223793440 ENST00000391878 protein_coding 6 1 15 TP53BP2 ENSG00000143514 +CDS chr1 223793303 223793440 ENST00000343537 protein_coding 12 1 14 TP53BP2 ENSG00000143514 +CDS chr1 223795815 223796590 ENST00000391878 protein_coding 6 1 14 TP53BP2 ENSG00000143514 +CDS chr1 223795815 223796590 ENST00000343537 protein_coding 12 1 13 TP53BP2 ENSG00000143514 +transcript chr1 223795838 223814328 ENST00000494100 protein_coding 1 3 NA TP53BP2 ENSG00000143514 +CDS chr1 223795838 223796123 ENST00000494100 protein_coding 1 3 5 TP53BP2 ENSG00000143514 +CDS chr1 223798215 223798677 ENST00000391878 protein_coding 6 1 13 TP53BP2 ENSG00000143514 +CDS chr1 223798215 223798677 ENST00000343537 protein_coding 12 1 12 TP53BP2 ENSG00000143514 +CDS chr1 223799899 223800047 ENST00000391878 protein_coding 6 1 12 TP53BP2 ENSG00000143514 +CDS chr1 223799899 223800047 ENST00000343537 protein_coding 12 1 11 TP53BP2 ENSG00000143514 +CDS chr1 223800700 223800810 ENST00000391878 protein_coding 6 1 11 TP53BP2 ENSG00000143514 +CDS chr1 223800700 223800810 ENST00000343537 protein_coding 12 1 10 TP53BP2 ENSG00000143514 +CDS chr1 223802116 223802344 ENST00000391878 protein_coding 6 1 10 TP53BP2 ENSG00000143514 +CDS chr1 223802116 223802344 ENST00000343537 protein_coding 12 1 9 TP53BP2 ENSG00000143514 +CDS chr1 223802731 223802895 ENST00000391878 protein_coding 6 1 9 TP53BP2 ENSG00000143514 +CDS chr1 223802731 223802895 ENST00000343537 protein_coding 12 1 8 TP53BP2 ENSG00000143514 +CDS chr1 223803271 223803452 ENST00000391878 protein_coding 6 1 8 TP53BP2 ENSG00000143514 +CDS chr1 223803271 223803452 ENST00000343537 protein_coding 12 1 7 TP53BP2 ENSG00000143514 +CDS chr1 223804174 223804348 ENST00000391878 protein_coding 6 1 7 TP53BP2 ENSG00000143514 +CDS chr1 223804174 223804348 ENST00000343537 protein_coding 12 1 6 TP53BP2 ENSG00000143514 +CDS chr1 223804208 223804348 ENST00000494100 protein_coding 1 3 4 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806932 ENST00000391878 protein_coding 6 1 6 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806947 ENST00000343537 protein_coding 12 1 5 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806947 ENST00000494100 protein_coding 1 3 3 TP53BP2 ENSG00000143514 +CDS chr1 223810431 223810513 ENST00000343537 protein_coding 12 1 4 TP53BP2 ENSG00000143514 +CDS chr1 223810431 223810513 ENST00000494100 protein_coding 1 3 2 TP53BP2 ENSG00000143514 +CDS chr1 223814240 223814353 ENST00000343537 protein_coding 12 1 3 TP53BP2 ENSG00000143514 +CDS chr1 223814240 223814328 ENST00000494100 protein_coding 1 3 1 TP53BP2 ENSG00000143514 +CDS chr1 223821220 223821367 ENST00000343537 protein_coding 12 1 2 TP53BP2 ENSG00000143514 +CDS chr1 223845654 223845680 ENST00000343537 protein_coding 12 1 1 TP53BP2 ENSG00000143514 +transcript chr1 224114111 224162047 ENST00000366862 protein_coding 10 1 NA FBXO28 ENSG00000143756 +transcript chr1 224114111 224158150 ENST00000424254 protein_coding 6 1 NA FBXO28 ENSG00000143756 +CDS chr1 224114130 224114396 ENST00000366862 protein_coding 10 1 1 FBXO28 ENSG00000143756 +CDS chr1 224114130 224114396 ENST00000424254 protein_coding 6 1 1 FBXO28 ENSG00000143756 +CDS chr1 224130472 224130581 ENST00000366862 protein_coding 10 1 2 FBXO28 ENSG00000143756 +CDS chr1 224130472 224130581 ENST00000424254 protein_coding 6 1 2 FBXO28 ENSG00000143756 +CDS chr1 224134074 224134212 ENST00000366862 protein_coding 10 1 3 FBXO28 ENSG00000143756 +CDS chr1 224134074 224134212 ENST00000424254 protein_coding 6 1 3 FBXO28 ENSG00000143756 +CDS chr1 224153142 224153337 ENST00000366862 protein_coding 10 1 4 FBXO28 ENSG00000143756 +CDS chr1 224157352 224157743 ENST00000366862 protein_coding 10 1 5 FBXO28 ENSG00000143756 +CDS chr1 224157352 224157372 ENST00000424254 protein_coding 6 1 4 FBXO28 ENSG00000143756 +transcript chr1 224175756 224192353 ENST00000415210 protein_coding 5 5 NA DEGS1 ENSG00000143753 +CDS chr1 224175929 224175947 ENST00000415210 protein_coding 5 5 1 DEGS1 ENSG00000143753 +transcript chr1 224183240 224193441 ENST00000323699 protein_coding 9 1 NA DEGS1 ENSG00000143753 +transcript chr1 224183266 224193157 ENST00000391877 protein_coding 3 5 NA DEGS1 ENSG00000143753 +CDS chr1 224183337 224183418 ENST00000323699 protein_coding 9 1 1 DEGS1 ENSG00000143753 +CDS chr1 224183337 224183418 ENST00000391877 protein_coding 3 5 1 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000415210 protein_coding 5 5 2 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000323699 protein_coding 9 1 2 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000391877 protein_coding 3 5 2 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192353 ENST00000415210 protein_coding 5 5 3 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192475 ENST00000323699 protein_coding 9 1 3 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192475 ENST00000391877 protein_coding 3 5 3 DEGS1 ENSG00000143753 +transcript chr1 224227334 224330121 ENST00000469968 protein_coding 5 5 NA NVL ENSG00000143748 +transcript chr1 224227334 224330170 ENST00000391875 protein_coding 6 1 NA NVL ENSG00000143748 +transcript chr1 224227337 224330189 ENST00000482491 protein_coding 5 5 NA NVL ENSG00000143748 +transcript chr1 224227345 224330172 ENST00000281701 protein_coding 11 1 NA NVL ENSG00000143748 +transcript chr1 224227369 224330138 ENST00000469075 protein_coding 5 2 NA NVL ENSG00000143748 +transcript chr1 224227454 224330139 ENST00000340871 protein_coding 8 2 NA NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000469968 protein_coding 5 5 21 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000391875 protein_coding 6 1 22 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000482491 protein_coding 5 5 24 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000281701 protein_coding 11 1 23 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000469075 protein_coding 5 2 22 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000340871 protein_coding 8 2 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000469968 protein_coding 5 5 20 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000391875 protein_coding 6 1 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000482491 protein_coding 5 5 23 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000281701 protein_coding 11 1 22 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000469075 protein_coding 5 2 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000340871 protein_coding 8 2 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000469968 protein_coding 5 5 19 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000391875 protein_coding 6 1 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000482491 protein_coding 5 5 22 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000281701 protein_coding 11 1 21 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000469075 protein_coding 5 2 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000340871 protein_coding 8 2 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000469968 protein_coding 5 5 18 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000391875 protein_coding 6 1 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000482491 protein_coding 5 5 21 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000281701 protein_coding 11 1 20 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000469075 protein_coding 5 2 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000340871 protein_coding 8 2 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000469968 protein_coding 5 5 17 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000391875 protein_coding 6 1 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000482491 protein_coding 5 5 20 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000281701 protein_coding 11 1 19 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000469075 protein_coding 5 2 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000340871 protein_coding 8 2 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000469968 protein_coding 5 5 16 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000391875 protein_coding 6 1 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000482491 protein_coding 5 5 19 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000281701 protein_coding 11 1 18 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000469075 protein_coding 5 2 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000340871 protein_coding 8 2 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000469968 protein_coding 5 5 15 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000391875 protein_coding 6 1 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000482491 protein_coding 5 5 18 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000281701 protein_coding 11 1 17 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000469075 protein_coding 5 2 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000340871 protein_coding 8 2 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000469968 protein_coding 5 5 14 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000391875 protein_coding 6 1 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000482491 protein_coding 5 5 17 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000281701 protein_coding 11 1 16 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000469075 protein_coding 5 2 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000340871 protein_coding 8 2 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000469968 protein_coding 5 5 13 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000391875 protein_coding 6 1 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000482491 protein_coding 5 5 16 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000281701 protein_coding 11 1 15 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000469075 protein_coding 5 2 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000340871 protein_coding 8 2 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000469968 protein_coding 5 5 12 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000391875 protein_coding 6 1 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000482491 protein_coding 5 5 15 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000281701 protein_coding 11 1 14 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000469075 protein_coding 5 2 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000340871 protein_coding 8 2 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000469968 protein_coding 5 5 11 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000391875 protein_coding 6 1 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000482491 protein_coding 5 5 14 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000281701 protein_coding 11 1 13 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000469075 protein_coding 5 2 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000340871 protein_coding 8 2 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000469968 protein_coding 5 5 10 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000391875 protein_coding 6 1 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000482491 protein_coding 5 5 13 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000281701 protein_coding 11 1 12 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000469075 protein_coding 5 2 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000340871 protein_coding 8 2 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000469968 protein_coding 5 5 9 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000391875 protein_coding 6 1 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000482491 protein_coding 5 5 12 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000281701 protein_coding 11 1 11 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000469075 protein_coding 5 2 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000340871 protein_coding 8 2 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000469968 protein_coding 5 5 8 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000391875 protein_coding 6 1 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000482491 protein_coding 5 5 11 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000281701 protein_coding 11 1 10 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000469075 protein_coding 5 2 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000340871 protein_coding 8 2 8 NVL ENSG00000143748 +CDS chr1 224301691 224301771 ENST00000482491 protein_coding 5 5 10 NVL ENSG00000143748 +CDS chr1 224301691 224301771 ENST00000340871 protein_coding 8 2 7 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000469968 protein_coding 5 5 7 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000391875 protein_coding 6 1 8 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000482491 protein_coding 5 5 9 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000281701 protein_coding 11 1 9 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000469075 protein_coding 5 2 8 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000340871 protein_coding 8 2 6 NVL ENSG00000143748 +transcript chr1 224304735 224330138 ENST00000488718 protein_coding 5 4 NA NVL ENSG00000143748 +CDS chr1 224304735 224304812 ENST00000488718 protein_coding 5 4 7 NVL ENSG00000143748 +transcript chr1 224304735 224330139 ENST00000492281 protein_coding 5 4 NA NVL ENSG00000143748 +CDS chr1 224304735 224304812 ENST00000492281 protein_coding 5 4 4 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000469968 protein_coding 5 5 6 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000391875 protein_coding 6 1 7 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000482491 protein_coding 5 5 8 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000281701 protein_coding 11 1 8 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000469075 protein_coding 5 2 7 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000340871 protein_coding 8 2 5 NVL ENSG00000143748 +transcript chr1 224304736 224330128 ENST00000436927 protein_coding 5 3 NA NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000436927 protein_coding 5 3 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000469968 protein_coding 5 5 5 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000391875 protein_coding 6 1 6 NVL ENSG00000143748 +CDS chr1 224305034 224305133 ENST00000482491 protein_coding 5 5 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000281701 protein_coding 11 1 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000469075 protein_coding 5 2 6 NVL ENSG00000143748 +CDS chr1 224305034 224305133 ENST00000340871 protein_coding 8 2 4 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000488718 protein_coding 5 4 6 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000492281 protein_coding 5 4 3 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000436927 protein_coding 5 3 6 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000391875 protein_coding 6 1 5 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000281701 protein_coding 11 1 6 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000492281 protein_coding 5 4 2 NVL ENSG00000143748 +CDS chr1 224307991 224308217 ENST00000436927 protein_coding 5 3 5 NVL ENSG00000143748 +transcript chr1 224308183 224330179 ENST00000461546 protein_coding 2 4 NA NVL ENSG00000143748 +CDS chr1 224308183 224308263 ENST00000461546 protein_coding 2 4 7 NVL ENSG00000143748 +CDS chr1 224311800 224311823 ENST00000469968 protein_coding 5 5 4 NVL ENSG00000143748 +CDS chr1 224311800 224311823 ENST00000391875 protein_coding 6 1 4 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000281701 protein_coding 11 1 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000469075 protein_coding 5 2 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000488718 protein_coding 5 4 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000461546 protein_coding 2 4 6 NVL ENSG00000143748 +CDS chr1 224313034 224313109 ENST00000436927 protein_coding 5 3 4 NVL ENSG00000143748 +CDS chr1 224313050 224313151 ENST00000461546 protein_coding 2 4 5 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000281701 protein_coding 11 1 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000469075 protein_coding 5 2 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000488718 protein_coding 5 4 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000461546 protein_coding 2 4 4 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000281701 protein_coding 11 1 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000469075 protein_coding 5 2 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000488718 protein_coding 5 4 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000461546 protein_coding 2 4 3 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000281701 protein_coding 11 1 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000469075 protein_coding 5 2 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000488718 protein_coding 5 4 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000461546 protein_coding 2 4 2 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000281701 protein_coding 11 1 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000469075 protein_coding 5 2 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000488718 protein_coding 5 4 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000492281 protein_coding 5 4 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000461546 protein_coding 2 4 1 NVL ENSG00000143748 +transcript chr1 224356858 224379452 ENST00000366858 protein_coding 7 3 NA CNIH4 ENSG00000143771 +transcript chr1 224356871 224379452 ENST00000366857 protein_coding 9 1 NA CNIH4 ENSG00000143771 +transcript chr1 224356879 224379452 ENST00000465271 protein_coding 6 1 NA CNIH4 ENSG00000143771 +transcript chr1 224356893 224379452 ENST00000366856 protein_coding 3 2 NA CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366858 protein_coding 7 3 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366857 protein_coding 9 1 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000465271 protein_coding 6 1 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366856 protein_coding 3 2 1 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366858 protein_coding 7 3 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366857 protein_coding 9 1 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000465271 protein_coding 6 1 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366856 protein_coding 3 2 2 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366858 protein_coding 7 3 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366857 protein_coding 9 1 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000465271 protein_coding 6 1 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366856 protein_coding 3 2 3 CNIH4 ENSG00000143771 +CDS chr1 224371283 224371423 ENST00000465271 protein_coding 6 1 4 CNIH4 ENSG00000143771 +CDS chr1 224371283 224371423 ENST00000366856 protein_coding 3 2 4 CNIH4 ENSG00000143771 +CDS chr1 224375795 224375819 ENST00000366857 protein_coding 9 1 4 CNIH4 ENSG00000143771 +CDS chr1 224375795 224375819 ENST00000465271 protein_coding 6 1 5 CNIH4 ENSG00000143771 +CDS chr1 224379069 224379087 ENST00000366858 protein_coding 7 3 4 CNIH4 ENSG00000143771 +CDS chr1 224379069 224379087 ENST00000366856 protein_coding 3 2 5 CNIH4 ENSG00000143771 +transcript chr1 224385146 224434797 ENST00000414423 protein_coding 9 1 NA WDR26 ENSG00000162923 +transcript chr1 224385146 224434797 ENST00000678917 protein_coding 1 NA NA WDR26 ENSG00000162923 +transcript chr1 224385161 224433995 ENST00000651911 protein_coding 2 NA NA WDR26 ENSG00000162923 +transcript chr1 224385184 224433888 ENST00000678879 protein_coding 1 NA NA WDR26 ENSG00000162923 +transcript chr1 224385666 224411484 ENST00000480676 protein_coding 2 5 NA WDR26 ENSG00000162923 +transcript chr1 224389184 224434797 ENST00000678555 protein_coding 1 NA NA WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000414423 protein_coding 9 1 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678917 protein_coding 1 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000651911 protein_coding 2 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678879 protein_coding 1 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000480676 protein_coding 2 5 8 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678555 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000414423 protein_coding 9 1 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000678917 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000651911 protein_coding 2 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000678879 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000480676 protein_coding 2 5 7 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000414423 protein_coding 9 1 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678917 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000651911 protein_coding 2 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678879 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000480676 protein_coding 2 5 6 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678555 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000414423 protein_coding 9 1 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678917 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000651911 protein_coding 2 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678879 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000480676 protein_coding 2 5 5 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678555 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000414423 protein_coding 9 1 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678917 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000651911 protein_coding 2 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678879 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000480676 protein_coding 2 5 4 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678555 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000414423 protein_coding 9 1 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678917 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000651911 protein_coding 2 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678879 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000480676 protein_coding 2 5 3 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678555 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000414423 protein_coding 9 1 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678917 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000651911 protein_coding 2 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678879 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000480676 protein_coding 2 5 2 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678555 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000414423 protein_coding 9 1 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678917 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000651911 protein_coding 2 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678879 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411484 ENST00000480676 protein_coding 2 5 1 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678555 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000414423 protein_coding 9 1 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000678917 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000651911 protein_coding 2 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418398 ENST00000678879 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000678555 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000414423 protein_coding 9 1 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678917 protein_coding 1 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000651911 protein_coding 2 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678879 protein_coding 1 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678555 protein_coding 1 NA 5 WDR26 ENSG00000162923 +transcript chr1 224419562 224437033 ENST00000445239 protein_coding 1 5 NA WDR26 ENSG00000162923 +CDS chr1 224419562 224419615 ENST00000445239 protein_coding 1 5 6 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000414423 protein_coding 9 1 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678917 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000651911 protein_coding 2 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678879 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678555 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000445239 protein_coding 1 5 5 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000414423 protein_coding 9 1 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678917 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678879 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678555 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000445239 protein_coding 1 5 4 WDR26 ENSG00000162923 +CDS chr1 224431525 224431581 ENST00000651911 protein_coding 2 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000414423 protein_coding 9 1 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678917 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000651911 protein_coding 2 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678879 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678555 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431762 ENST00000445239 protein_coding 1 5 3 WDR26 ENSG00000162923 +transcript chr1 224433096 224434797 ENST00000678307 protein_coding 1 NA NA WDR26 ENSG00000162923 +CDS chr1 224433121 224433265 ENST00000678307 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000414423 protein_coding 9 1 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434105 ENST00000678917 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224433995 ENST00000651911 protein_coding 2 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224433888 ENST00000678879 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000678555 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000678307 protein_coding 1 NA 1 WDR26 ENSG00000162923 +transcript chr1 224616317 224740554 ENST00000272133 protein_coding 4 1 NA CNIH3 ENSG00000143786 +CDS chr1 224617175 224617255 ENST00000272133 protein_coding 4 1 1 CNIH3 ENSG00000143786 +CDS chr1 224680958 224681026 ENST00000272133 protein_coding 4 1 2 CNIH3 ENSG00000143786 +CDS chr1 224684796 224684843 ENST00000272133 protein_coding 4 1 3 CNIH3 ENSG00000143786 +CDS chr1 224730462 224730574 ENST00000272133 protein_coding 4 1 4 CNIH3 ENSG00000143786 +CDS chr1 224734563 224734706 ENST00000272133 protein_coding 4 1 5 CNIH3 ENSG00000143786 +CDS chr1 224739329 224739353 ENST00000272133 protein_coding 4 1 6 CNIH3 ENSG00000143786 +transcript chr1 224896262 225399269 ENST00000445597 protein_coding 6 5 NA DNAH14 ENSG00000185842 +CDS chr1 224896262 224896365 ENST00000445597 protein_coding 6 5 1 DNAH14 ENSG00000185842 +CDS chr1 224923277 224923375 ENST00000445597 protein_coding 6 5 2 DNAH14 ENSG00000185842 +CDS chr1 224929516 224929835 ENST00000445597 protein_coding 6 5 3 DNAH14 ENSG00000185842 +transcript chr1 224929654 225399269 ENST00000430092 protein_coding 5 5 NA DNAH14 ENSG00000185842 +transcript chr1 224929661 224967923 ENST00000366850 protein_coding 7 5 NA DNAH14 ENSG00000185842 +transcript chr1 224929667 225024289 ENST00000400952 protein_coding 7 1 NA DNAH14 ENSG00000185842 +transcript chr1 224929675 225399286 ENST00000682510 protein_coding 1 NA NA DNAH14 ENSG00000185842 +transcript chr1 224929682 225024604 ENST00000366849 protein_coding 5 1 NA DNAH14 ENSG00000185842 +transcript chr1 224952670 224967924 ENST00000366848 protein_coding 5 1 NA DNAH14 ENSG00000185842 +CDS chr1 224952695 224952779 ENST00000445597 protein_coding 6 5 4 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000430092 protein_coding 5 5 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366850 protein_coding 7 5 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000400952 protein_coding 7 1 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000682510 protein_coding 1 NA 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366849 protein_coding 5 1 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366848 protein_coding 5 1 1 DNAH14 ENSG00000185842 +transcript chr1 224952703 225399269 ENST00000439375 protein_coding 6 5 NA DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000439375 protein_coding 6 5 1 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000445597 protein_coding 6 5 5 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000430092 protein_coding 5 5 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366850 protein_coding 7 5 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000400952 protein_coding 7 1 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000682510 protein_coding 1 NA 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366849 protein_coding 5 1 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366848 protein_coding 5 1 2 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000439375 protein_coding 6 5 2 DNAH14 ENSG00000185842 +transcript chr1 224955039 224967924 ENST00000433124 protein_coding 1 3 NA DNAH14 ENSG00000185842 +CDS chr1 224955039 224955098 ENST00000433124 protein_coding 1 3 1 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000430092 protein_coding 5 5 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366850 protein_coding 7 5 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000400952 protein_coding 7 1 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000682510 protein_coding 1 NA 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366849 protein_coding 5 1 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366848 protein_coding 5 1 3 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000439375 protein_coding 6 5 3 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000445597 protein_coding 6 5 6 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000430092 protein_coding 5 5 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366850 protein_coding 7 5 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000400952 protein_coding 7 1 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000682510 protein_coding 1 NA 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366849 protein_coding 5 1 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366848 protein_coding 5 1 4 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000439375 protein_coding 6 5 4 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000433124 protein_coding 1 3 2 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000445597 protein_coding 6 5 7 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000430092 protein_coding 5 5 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000366850 protein_coding 7 5 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000400952 protein_coding 7 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000682510 protein_coding 1 NA 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967514 ENST00000366849 protein_coding 5 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000366848 protein_coding 5 1 5 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000439375 protein_coding 6 5 5 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000433124 protein_coding 1 3 3 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000366850 protein_coding 7 5 7 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000366848 protein_coding 5 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000433124 protein_coding 1 3 4 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000430092 protein_coding 5 5 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000400952 protein_coding 7 1 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000682510 protein_coding 1 NA 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000366849 protein_coding 5 1 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000439375 protein_coding 6 5 6 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000430092 protein_coding 5 5 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000400952 protein_coding 7 1 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000682510 protein_coding 1 NA 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000366849 protein_coding 5 1 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000439375 protein_coding 6 5 7 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000430092 protein_coding 5 5 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000400952 protein_coding 7 1 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000682510 protein_coding 1 NA 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000366849 protein_coding 5 1 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000439375 protein_coding 6 5 8 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000445597 protein_coding 6 5 8 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000430092 protein_coding 5 5 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000400952 protein_coding 7 1 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000682510 protein_coding 1 NA 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000366849 protein_coding 5 1 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000439375 protein_coding 6 5 9 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000445597 protein_coding 6 5 9 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000430092 protein_coding 5 5 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023866 ENST00000400952 protein_coding 7 1 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000682510 protein_coding 1 NA 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023866 ENST00000366849 protein_coding 5 1 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000439375 protein_coding 6 5 10 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000445597 protein_coding 6 5 10 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000430092 protein_coding 5 5 12 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000682510 protein_coding 1 NA 12 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000439375 protein_coding 6 5 11 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000445597 protein_coding 6 5 11 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000430092 protein_coding 5 5 13 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000682510 protein_coding 1 NA 13 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000439375 protein_coding 6 5 12 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000430092 protein_coding 5 5 14 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000682510 protein_coding 1 NA 14 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000439375 protein_coding 6 5 13 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000430092 protein_coding 5 5 15 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000682510 protein_coding 1 NA 15 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000439375 protein_coding 6 5 14 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000445597 protein_coding 6 5 12 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000430092 protein_coding 5 5 16 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000682510 protein_coding 1 NA 16 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000439375 protein_coding 6 5 15 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051684 ENST00000445597 protein_coding 6 5 13 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000430092 protein_coding 5 5 17 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000682510 protein_coding 1 NA 17 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000439375 protein_coding 6 5 16 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000445597 protein_coding 6 5 14 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000430092 protein_coding 5 5 18 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000682510 protein_coding 1 NA 18 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000439375 protein_coding 6 5 17 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000445597 protein_coding 6 5 15 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000430092 protein_coding 5 5 19 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000682510 protein_coding 1 NA 19 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000439375 protein_coding 6 5 18 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000430092 protein_coding 5 5 20 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000682510 protein_coding 1 NA 20 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000439375 protein_coding 6 5 19 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000430092 protein_coding 5 5 21 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000682510 protein_coding 1 NA 21 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000439375 protein_coding 6 5 20 DNAH14 ENSG00000185842 +CDS chr1 225085677 225085789 ENST00000445597 protein_coding 6 5 16 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000430092 protein_coding 5 5 22 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000682510 protein_coding 1 NA 22 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000439375 protein_coding 6 5 21 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000430092 protein_coding 5 5 23 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000682510 protein_coding 1 NA 23 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000439375 protein_coding 6 5 22 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000430092 protein_coding 5 5 24 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000682510 protein_coding 1 NA 24 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000439375 protein_coding 6 5 23 DNAH14 ENSG00000185842 +transcript chr1 225117684 225118203 ENST00000474801 protein_coding 2 3 NA DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000474801 protein_coding 2 3 1 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000430092 protein_coding 5 5 25 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000682510 protein_coding 1 NA 25 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000439375 protein_coding 6 5 24 DNAH14 ENSG00000185842 +CDS chr1 225117881 225118165 ENST00000474801 protein_coding 2 3 2 DNAH14 ENSG00000185842 +transcript chr1 225117957 225144548 ENST00000328556 protein_coding 9 3 NA DNAH14 ENSG00000185842 +CDS chr1 225117957 225117999 ENST00000328556 protein_coding 9 3 1 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000430092 protein_coding 5 5 26 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000682510 protein_coding 1 NA 26 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000439375 protein_coding 6 5 25 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000328556 protein_coding 9 3 2 DNAH14 ENSG00000185842 +CDS chr1 225123527 225123614 ENST00000682510 protein_coding 1 NA 27 DNAH14 ENSG00000185842 +CDS chr1 225123527 225123614 ENST00000328556 protein_coding 9 3 3 DNAH14 ENSG00000185842 +CDS chr1 225140731 225141021 ENST00000430092 protein_coding 5 5 27 DNAH14 ENSG00000185842 +CDS chr1 225140731 225141021 ENST00000439375 protein_coding 6 5 26 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000445597 protein_coding 6 5 17 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000682510 protein_coding 1 NA 28 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000328556 protein_coding 9 3 4 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000445597 protein_coding 6 5 18 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000430092 protein_coding 5 5 28 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000682510 protein_coding 1 NA 29 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000439375 protein_coding 6 5 27 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144548 ENST00000328556 protein_coding 9 3 5 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000430092 protein_coding 5 5 29 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000682510 protein_coding 1 NA 30 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000439375 protein_coding 6 5 28 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000430092 protein_coding 5 5 30 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000682510 protein_coding 1 NA 31 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000439375 protein_coding 6 5 29 DNAH14 ENSG00000185842 +CDS chr1 225151883 225152073 ENST00000445597 protein_coding 6 5 19 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000430092 protein_coding 5 5 31 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000682510 protein_coding 1 NA 32 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000439375 protein_coding 6 5 30 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000445597 protein_coding 6 5 20 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000430092 protein_coding 5 5 32 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000682510 protein_coding 1 NA 33 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000439375 protein_coding 6 5 31 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000445597 protein_coding 6 5 21 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000430092 protein_coding 5 5 33 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000682510 protein_coding 1 NA 34 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000439375 protein_coding 6 5 32 DNAH14 ENSG00000185842 +CDS chr1 225159314 225159485 ENST00000445597 protein_coding 6 5 22 DNAH14 ENSG00000185842 +CDS chr1 225159314 225159485 ENST00000682510 protein_coding 1 NA 35 DNAH14 ENSG00000185842 +CDS chr1 225159329 225159485 ENST00000430092 protein_coding 5 5 34 DNAH14 ENSG00000185842 +CDS chr1 225159329 225159485 ENST00000439375 protein_coding 6 5 33 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000445597 protein_coding 6 5 23 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000430092 protein_coding 5 5 35 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000682510 protein_coding 1 NA 36 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000439375 protein_coding 6 5 34 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000445597 protein_coding 6 5 24 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000430092 protein_coding 5 5 36 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000682510 protein_coding 1 NA 37 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000439375 protein_coding 6 5 35 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000445597 protein_coding 6 5 25 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000430092 protein_coding 5 5 37 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000682510 protein_coding 1 NA 38 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000439375 protein_coding 6 5 36 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000445597 protein_coding 6 5 26 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000430092 protein_coding 5 5 38 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000682510 protein_coding 1 NA 39 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000439375 protein_coding 6 5 37 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000445597 protein_coding 6 5 27 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000430092 protein_coding 5 5 39 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000682510 protein_coding 1 NA 40 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000439375 protein_coding 6 5 38 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000445597 protein_coding 6 5 28 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000430092 protein_coding 5 5 40 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000682510 protein_coding 1 NA 41 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000439375 protein_coding 6 5 39 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000445597 protein_coding 6 5 29 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000430092 protein_coding 5 5 41 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000682510 protein_coding 1 NA 42 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000439375 protein_coding 6 5 40 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000445597 protein_coding 6 5 30 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000430092 protein_coding 5 5 42 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000682510 protein_coding 1 NA 43 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000439375 protein_coding 6 5 41 DNAH14 ENSG00000185842 +transcript chr1 225240794 225351883 ENST00000638635 protein_coding 1 5 NA DNAH14 ENSG00000185842 +CDS chr1 225240794 225240822 ENST00000638635 protein_coding 1 5 1 DNAH14 ENSG00000185842 +CDS chr1 225250656 225250703 ENST00000430092 protein_coding 5 5 43 DNAH14 ENSG00000185842 +CDS chr1 225250656 225250703 ENST00000439375 protein_coding 6 5 42 DNAH14 ENSG00000185842 +transcript chr1 225250663 225270796 ENST00000450490 protein_coding 1 5 NA DNAH14 ENSG00000185842 +CDS chr1 225250663 225250707 ENST00000450490 protein_coding 1 5 1 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000445597 protein_coding 6 5 31 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000430092 protein_coding 5 5 44 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000682510 protein_coding 1 NA 44 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000439375 protein_coding 6 5 43 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000638635 protein_coding 1 5 2 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000450490 protein_coding 1 5 2 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000430092 protein_coding 5 5 45 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000682510 protein_coding 1 NA 45 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000439375 protein_coding 6 5 44 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000638635 protein_coding 1 5 3 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000450490 protein_coding 1 5 3 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000430092 protein_coding 5 5 46 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000682510 protein_coding 1 NA 46 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000439375 protein_coding 6 5 45 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000638635 protein_coding 1 5 4 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000450490 protein_coding 1 5 4 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000430092 protein_coding 5 5 47 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000682510 protein_coding 1 NA 47 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000439375 protein_coding 6 5 46 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000638635 protein_coding 1 5 5 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000450490 protein_coding 1 5 5 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000445597 protein_coding 6 5 32 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000430092 protein_coding 5 5 48 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000682510 protein_coding 1 NA 48 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000439375 protein_coding 6 5 47 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000638635 protein_coding 1 5 6 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000450490 protein_coding 1 5 6 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000445597 protein_coding 6 5 33 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000430092 protein_coding 5 5 49 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000682510 protein_coding 1 NA 49 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000439375 protein_coding 6 5 48 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000638635 protein_coding 1 5 7 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000450490 protein_coding 1 5 7 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000445597 protein_coding 6 5 34 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000430092 protein_coding 5 5 50 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000682510 protein_coding 1 NA 50 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000439375 protein_coding 6 5 49 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000638635 protein_coding 1 5 8 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270796 ENST00000450490 protein_coding 1 5 8 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000430092 protein_coding 5 5 51 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000682510 protein_coding 1 NA 51 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000439375 protein_coding 6 5 50 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000430092 protein_coding 5 5 52 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000682510 protein_coding 1 NA 52 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000439375 protein_coding 6 5 51 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000638635 protein_coding 1 5 9 DNAH14 ENSG00000185842 +CDS chr1 225275914 225276081 ENST00000682510 protein_coding 1 NA 53 DNAH14 ENSG00000185842 +CDS chr1 225275914 225276081 ENST00000638635 protein_coding 1 5 10 DNAH14 ENSG00000185842 +CDS chr1 225277410 225277502 ENST00000682510 protein_coding 1 NA 54 DNAH14 ENSG00000185842 +CDS chr1 225277410 225277502 ENST00000638635 protein_coding 1 5 11 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000445597 protein_coding 6 5 35 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000430092 protein_coding 5 5 53 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000682510 protein_coding 1 NA 55 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000439375 protein_coding 6 5 52 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000638635 protein_coding 1 5 12 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000445597 protein_coding 6 5 36 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000430092 protein_coding 5 5 54 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000682510 protein_coding 1 NA 56 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000439375 protein_coding 6 5 53 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000638635 protein_coding 1 5 13 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000445597 protein_coding 6 5 37 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000430092 protein_coding 5 5 55 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000682510 protein_coding 1 NA 57 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000439375 protein_coding 6 5 54 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000638635 protein_coding 1 5 14 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000445597 protein_coding 6 5 38 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000430092 protein_coding 5 5 56 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000682510 protein_coding 1 NA 58 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000439375 protein_coding 6 5 55 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000638635 protein_coding 1 5 15 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000445597 protein_coding 6 5 39 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000430092 protein_coding 5 5 57 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000682510 protein_coding 1 NA 59 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000439375 protein_coding 6 5 56 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000638635 protein_coding 1 5 16 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000445597 protein_coding 6 5 40 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000430092 protein_coding 5 5 58 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000682510 protein_coding 1 NA 60 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000439375 protein_coding 6 5 57 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000638635 protein_coding 1 5 17 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000445597 protein_coding 6 5 41 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000430092 protein_coding 5 5 59 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000682510 protein_coding 1 NA 61 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000439375 protein_coding 6 5 58 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000638635 protein_coding 1 5 18 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000445597 protein_coding 6 5 42 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000430092 protein_coding 5 5 60 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000682510 protein_coding 1 NA 62 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000439375 protein_coding 6 5 59 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000638635 protein_coding 1 5 19 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000445597 protein_coding 6 5 43 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000430092 protein_coding 5 5 61 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000682510 protein_coding 1 NA 63 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000439375 protein_coding 6 5 60 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000638635 protein_coding 1 5 20 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000445597 protein_coding 6 5 44 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000430092 protein_coding 5 5 62 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000682510 protein_coding 1 NA 64 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000439375 protein_coding 6 5 61 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000638635 protein_coding 1 5 21 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000430092 protein_coding 5 5 63 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000682510 protein_coding 1 NA 65 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000439375 protein_coding 6 5 62 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000638635 protein_coding 1 5 22 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000430092 protein_coding 5 5 64 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000682510 protein_coding 1 NA 66 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000439375 protein_coding 6 5 63 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000445597 protein_coding 6 5 45 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000430092 protein_coding 5 5 65 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000682510 protein_coding 1 NA 67 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000439375 protein_coding 6 5 64 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000638635 protein_coding 1 5 23 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000430092 protein_coding 5 5 66 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000682510 protein_coding 1 NA 68 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000439375 protein_coding 6 5 65 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000638635 protein_coding 1 5 24 DNAH14 ENSG00000185842 +CDS chr1 225338259 225338287 ENST00000445597 protein_coding 6 5 46 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000445597 protein_coding 6 5 47 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000430092 protein_coding 5 5 67 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000682510 protein_coding 1 NA 69 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000439375 protein_coding 6 5 66 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000638635 protein_coding 1 5 25 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000445597 protein_coding 6 5 48 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000430092 protein_coding 5 5 68 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000682510 protein_coding 1 NA 70 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000439375 protein_coding 6 5 67 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000638635 protein_coding 1 5 26 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000445597 protein_coding 6 5 49 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000430092 protein_coding 5 5 69 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000682510 protein_coding 1 NA 71 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000439375 protein_coding 6 5 68 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000638635 protein_coding 1 5 27 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000445597 protein_coding 6 5 50 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000430092 protein_coding 5 5 70 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000682510 protein_coding 1 NA 72 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000439375 protein_coding 6 5 69 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000638635 protein_coding 1 5 28 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000430092 protein_coding 5 5 71 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000682510 protein_coding 1 NA 73 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000439375 protein_coding 6 5 70 DNAH14 ENSG00000185842 +CDS chr1 225354174 225354273 ENST00000445597 protein_coding 6 5 51 DNAH14 ENSG00000185842 +CDS chr1 225357768 225357870 ENST00000445597 protein_coding 6 5 52 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000445597 protein_coding 6 5 53 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000430092 protein_coding 5 5 72 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000682510 protein_coding 1 NA 74 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000439375 protein_coding 6 5 71 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000430092 protein_coding 5 5 73 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000682510 protein_coding 1 NA 75 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000439375 protein_coding 6 5 72 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000430092 protein_coding 5 5 74 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000682510 protein_coding 1 NA 76 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000439375 protein_coding 6 5 73 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000430092 protein_coding 5 5 75 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000682510 protein_coding 1 NA 77 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000439375 protein_coding 6 5 74 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374877 ENST00000430092 protein_coding 5 5 76 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374885 ENST00000682510 protein_coding 1 NA 78 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374877 ENST00000439375 protein_coding 6 5 75 DNAH14 ENSG00000185842 +CDS chr1 225377237 225377436 ENST00000682510 protein_coding 1 NA 79 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000445597 protein_coding 6 5 54 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000430092 protein_coding 5 5 77 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000439375 protein_coding 6 5 76 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000445597 protein_coding 6 5 55 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000430092 protein_coding 5 5 78 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000682510 protein_coding 1 NA 80 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000439375 protein_coding 6 5 77 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000445597 protein_coding 6 5 56 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000430092 protein_coding 5 5 79 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000682510 protein_coding 1 NA 81 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000439375 protein_coding 6 5 78 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000445597 protein_coding 6 5 57 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000430092 protein_coding 5 5 80 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000682510 protein_coding 1 NA 82 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000439375 protein_coding 6 5 79 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000445597 protein_coding 6 5 58 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000430092 protein_coding 5 5 81 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000682510 protein_coding 1 NA 83 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000439375 protein_coding 6 5 80 DNAH14 ENSG00000185842 +transcript chr1 225389740 225399292 ENST00000428003 protein_coding 2 5 NA DNAH14 ENSG00000185842 +CDS chr1 225389740 225389873 ENST00000428003 protein_coding 2 5 1 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000445597 protein_coding 6 5 59 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000430092 protein_coding 5 5 82 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000682510 protein_coding 1 NA 84 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000439375 protein_coding 6 5 81 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000428003 protein_coding 2 5 2 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000445597 protein_coding 6 5 60 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000430092 protein_coding 5 5 83 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000682510 protein_coding 1 NA 85 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000439375 protein_coding 6 5 82 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000428003 protein_coding 2 5 3 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000445597 protein_coding 6 5 61 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000430092 protein_coding 5 5 84 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000682510 protein_coding 1 NA 86 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000439375 protein_coding 6 5 83 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000428003 protein_coding 2 5 4 DNAH14 ENSG00000185842 +transcript chr1 225401502 225428038 ENST00000272163 protein_coding 9 1 NA LBR ENSG00000143815 +transcript chr1 225401503 225428855 ENST00000338179 protein_coding 6 5 NA LBR ENSG00000143815 +CDS chr1 225403306 225403463 ENST00000272163 protein_coding 9 1 14 LBR ENSG00000143815 +CDS chr1 225403306 225403463 ENST00000338179 protein_coding 6 5 14 LBR ENSG00000143815 +CDS chr1 225404404 225404526 ENST00000272163 protein_coding 9 1 13 LBR ENSG00000143815 +CDS chr1 225404404 225404526 ENST00000338179 protein_coding 6 5 13 LBR ENSG00000143815 +CDS chr1 225404626 225404706 ENST00000272163 protein_coding 9 1 12 LBR ENSG00000143815 +CDS chr1 225404626 225404706 ENST00000338179 protein_coding 6 5 12 LBR ENSG00000143815 +CDS chr1 225406664 225406832 ENST00000272163 protein_coding 9 1 11 LBR ENSG00000143815 +CDS chr1 225406664 225406832 ENST00000338179 protein_coding 6 5 11 LBR ENSG00000143815 +CDS chr1 225410291 225410416 ENST00000272163 protein_coding 9 1 10 LBR ENSG00000143815 +CDS chr1 225410291 225410416 ENST00000338179 protein_coding 6 5 10 LBR ENSG00000143815 +CDS chr1 225411337 225411440 ENST00000272163 protein_coding 9 1 9 LBR ENSG00000143815 +CDS chr1 225411337 225411440 ENST00000338179 protein_coding 6 5 9 LBR ENSG00000143815 +CDS chr1 225412454 225412645 ENST00000272163 protein_coding 9 1 8 LBR ENSG00000143815 +CDS chr1 225412454 225412645 ENST00000338179 protein_coding 6 5 8 LBR ENSG00000143815 +CDS chr1 225415278 225415332 ENST00000272163 protein_coding 9 1 7 LBR ENSG00000143815 +CDS chr1 225415278 225415332 ENST00000338179 protein_coding 6 5 7 LBR ENSG00000143815 +CDS chr1 225417984 225418180 ENST00000272163 protein_coding 9 1 6 LBR ENSG00000143815 +CDS chr1 225417984 225418180 ENST00000338179 protein_coding 6 5 6 LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000272163 protein_coding 9 1 5 LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000338179 protein_coding 6 5 5 LBR ENSG00000143815 +transcript chr1 225419263 225428925 ENST00000425080 protein_coding 1 3 NA LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000425080 protein_coding 1 3 5 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000272163 protein_coding 9 1 4 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000338179 protein_coding 6 5 4 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000425080 protein_coding 1 3 4 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000272163 protein_coding 9 1 3 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000338179 protein_coding 6 5 3 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000425080 protein_coding 1 3 3 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000272163 protein_coding 9 1 2 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000338179 protein_coding 6 5 2 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000425080 protein_coding 1 3 2 LBR ENSG00000143815 +transcript chr1 225423921 225427897 ENST00000421383 protein_coding 1 3 NA LBR ENSG00000143815 +CDS chr1 225423921 225424075 ENST00000421383 protein_coding 1 3 2 LBR ENSG00000143815 +transcript chr1 225486829 225653123 ENST00000366843 protein_coding 7 1 NA ENAH ENSG00000154380 +transcript chr1 225486835 225653142 ENST00000366844 protein_coding 7 1 NA ENAH ENSG00000154380 +transcript chr1 225496885 225652699 ENST00000635051 protein_coding 1 5 NA ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000366844 protein_coding 7 1 15 ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000635051 protein_coding 1 5 15 ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000366843 protein_coding 7 1 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000366844 protein_coding 7 1 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000635051 protein_coding 1 5 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000366843 protein_coding 7 1 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000366844 protein_coding 7 1 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000635051 protein_coding 1 5 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000366843 protein_coding 7 1 12 ENAH ENSG00000154380 +CDS chr1 225504991 225505053 ENST00000366844 protein_coding 7 1 12 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000366844 protein_coding 7 1 11 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000635051 protein_coding 1 5 12 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000366843 protein_coding 7 1 11 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000366844 protein_coding 7 1 10 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000635051 protein_coding 1 5 11 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000366843 protein_coding 7 1 10 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000366844 protein_coding 7 1 9 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000635051 protein_coding 1 5 10 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000366843 protein_coding 7 1 9 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000366844 protein_coding 7 1 8 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000635051 protein_coding 1 5 9 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000366843 protein_coding 7 1 8 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000366844 protein_coding 7 1 7 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000635051 protein_coding 1 5 8 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000366843 protein_coding 7 1 7 ENAH ENSG00000154380 +CDS chr1 225517196 225517306 ENST00000366844 protein_coding 7 1 6 ENAH ENSG00000154380 +CDS chr1 225517196 225517990 ENST00000635051 protein_coding 1 5 7 ENAH ENSG00000154380 +CDS chr1 225517196 225517306 ENST00000366843 protein_coding 7 1 6 ENAH ENSG00000154380 +transcript chr1 225519044 225567270 ENST00000497899 protein_coding 6 1 NA ENAH ENSG00000154380 +CDS chr1 225519127 225519565 ENST00000497899 protein_coding 6 1 4 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000366844 protein_coding 7 1 5 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000635051 protein_coding 1 5 6 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000366843 protein_coding 7 1 5 ENAH ENSG00000154380 +transcript chr1 225519418 225652716 ENST00000284563 protein_coding 7 5 NA ENAH ENSG00000154380 +CDS chr1 225519418 225519565 ENST00000284563 protein_coding 7 5 6 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000366844 protein_coding 7 1 4 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000635051 protein_coding 1 5 5 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000366843 protein_coding 7 1 4 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000497899 protein_coding 6 1 3 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000284563 protein_coding 7 5 5 ENAH ENSG00000154380 +CDS chr1 225531046 225531057 ENST00000635051 protein_coding 1 5 4 ENAH ENSG00000154380 +CDS chr1 225535507 225535563 ENST00000284563 protein_coding 7 5 4 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000366844 protein_coding 7 1 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000635051 protein_coding 1 5 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000366843 protein_coding 7 1 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000497899 protein_coding 6 1 2 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000284563 protein_coding 7 5 3 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000366844 protein_coding 7 1 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000635051 protein_coding 1 5 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000366843 protein_coding 7 1 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567270 ENST00000497899 protein_coding 6 1 1 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000284563 protein_coding 7 5 2 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000366844 protein_coding 7 1 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000635051 protein_coding 1 5 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000366843 protein_coding 7 1 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000284563 protein_coding 7 5 1 ENAH ENSG00000154380 +transcript chr1 225777813 225786969 ENST00000619790 protein_coding 4 2 NA SRP9 ENSG00000143742 +transcript chr1 225777813 225789093 ENST00000626563 protein_coding 2 5 NA SRP9 ENSG00000143742 +transcript chr1 225777826 225790464 ENST00000304786 protein_coding 12 1 NA SRP9 ENSG00000143742 +transcript chr1 225777830 225788266 ENST00000650651 protein_coding 1 NA NA SRP9 ENSG00000143742 +transcript chr1 225777837 225790466 ENST00000366839 protein_coding 8 1 NA SRP9 ENSG00000143742 +transcript chr1 225777872 225790468 ENST00000651761 protein_coding 1 NA NA SRP9 ENSG00000143742 +transcript chr1 225777935 225789524 ENST00000366838 protein_coding 1 2 NA SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000619790 protein_coding 4 2 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000626563 protein_coding 2 5 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000304786 protein_coding 12 1 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000650651 protein_coding 1 NA 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000366839 protein_coding 8 1 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000651761 protein_coding 1 NA 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000366838 protein_coding 1 2 1 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000619790 protein_coding 4 2 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000626563 protein_coding 2 5 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000304786 protein_coding 12 1 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000650651 protein_coding 1 NA 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000366839 protein_coding 8 1 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000651761 protein_coding 1 NA 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000366838 protein_coding 1 2 2 SRP9 ENSG00000143742 +CDS chr1 225786862 225786966 ENST00000619790 protein_coding 4 2 3 SRP9 ENSG00000143742 +CDS chr1 225786862 225786966 ENST00000366839 protein_coding 8 1 3 SRP9 ENSG00000143742 +CDS chr1 225787971 225787976 ENST00000650651 protein_coding 1 NA 3 SRP9 ENSG00000143742 +CDS chr1 225789034 225789090 ENST00000626563 protein_coding 2 5 3 SRP9 ENSG00000143742 +CDS chr1 225789034 225789090 ENST00000366838 protein_coding 1 2 3 SRP9 ENSG00000143742 +CDS chr1 225789240 225789356 ENST00000304786 protein_coding 12 1 3 SRP9 ENSG00000143742 +CDS chr1 225789259 225789273 ENST00000651761 protein_coding 1 NA 3 SRP9 ENSG00000143742 +transcript chr1 225810124 225845563 ENST00000272167 protein_coding 10 1 NA EPHX1 ENSG00000143819 +transcript chr1 225810134 225838697 ENST00000448202 protein_coding 5 2 NA EPHX1 ENSG00000143819 +transcript chr1 225810412 225845559 ENST00000614058 protein_coding 4 1 NA EPHX1 ENSG00000143819 +transcript chr1 225825354 225845563 ENST00000366837 protein_coding 5 1 NA EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000272167 protein_coding 10 1 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000448202 protein_coding 5 2 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000614058 protein_coding 4 1 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000366837 protein_coding 5 1 2 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000272167 protein_coding 10 1 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000448202 protein_coding 5 2 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000614058 protein_coding 4 1 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000366837 protein_coding 5 1 3 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000272167 protein_coding 10 1 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838697 ENST00000448202 protein_coding 5 2 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000614058 protein_coding 4 1 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000366837 protein_coding 5 1 4 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000272167 protein_coding 10 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000614058 protein_coding 4 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000366837 protein_coding 5 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000272167 protein_coding 10 1 6 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000614058 protein_coding 4 1 6 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000366837 protein_coding 5 1 6 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000272167 protein_coding 10 1 7 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000614058 protein_coding 4 1 7 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000366837 protein_coding 5 1 7 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000272167 protein_coding 10 1 8 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000614058 protein_coding 4 1 8 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000366837 protein_coding 5 1 8 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000272167 protein_coding 10 1 9 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000614058 protein_coding 4 1 9 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000366837 protein_coding 5 1 9 EPHX1 ENSG00000143819 +transcript chr1 225845536 225882380 ENST00000366835 protein_coding 8 1 NA TMEM63A ENSG00000196187 +CDS chr1 225847043 225847213 ENST00000366835 protein_coding 8 1 24 TMEM63A ENSG00000196187 +CDS chr1 225848492 225848554 ENST00000366835 protein_coding 8 1 23 TMEM63A ENSG00000196187 +CDS chr1 225848897 225849012 ENST00000366835 protein_coding 8 1 22 TMEM63A ENSG00000196187 +CDS chr1 225849912 225850079 ENST00000366835 protein_coding 8 1 21 TMEM63A ENSG00000196187 +CDS chr1 225852664 225852769 ENST00000366835 protein_coding 8 1 20 TMEM63A ENSG00000196187 +CDS chr1 225853629 225853791 ENST00000366835 protein_coding 8 1 19 TMEM63A ENSG00000196187 +CDS chr1 225855878 225855940 ENST00000366835 protein_coding 8 1 18 TMEM63A ENSG00000196187 +CDS chr1 225856652 225856738 ENST00000366835 protein_coding 8 1 17 TMEM63A ENSG00000196187 +CDS chr1 225856911 225857017 ENST00000366835 protein_coding 8 1 16 TMEM63A ENSG00000196187 +CDS chr1 225859196 225859349 ENST00000366835 protein_coding 8 1 15 TMEM63A ENSG00000196187 +transcript chr1 225860724 225866748 ENST00000537914 protein_coding 5 1 NA TMEM63A ENSG00000196187 +CDS chr1 225860859 225860997 ENST00000537914 protein_coding 5 1 7 TMEM63A ENSG00000196187 +CDS chr1 225860860 225860997 ENST00000366835 protein_coding 8 1 14 TMEM63A ENSG00000196187 +CDS chr1 225862218 225862351 ENST00000366835 protein_coding 8 1 13 TMEM63A ENSG00000196187 +CDS chr1 225862218 225862324 ENST00000537914 protein_coding 5 1 6 TMEM63A ENSG00000196187 +CDS chr1 225862455 225862578 ENST00000366835 protein_coding 8 1 12 TMEM63A ENSG00000196187 +CDS chr1 225862771 225862851 ENST00000366835 protein_coding 8 1 11 TMEM63A ENSG00000196187 +CDS chr1 225865897 225865967 ENST00000366835 protein_coding 8 1 10 TMEM63A ENSG00000196187 +CDS chr1 225866574 225866682 ENST00000366835 protein_coding 8 1 9 TMEM63A ENSG00000196187 +CDS chr1 225867112 225867163 ENST00000366835 protein_coding 8 1 8 TMEM63A ENSG00000196187 +CDS chr1 225867888 225868030 ENST00000366835 protein_coding 8 1 7 TMEM63A ENSG00000196187 +CDS chr1 225871076 225871113 ENST00000366835 protein_coding 8 1 6 TMEM63A ENSG00000196187 +transcript chr1 225871092 225877679 ENST00000436966 protein_coding 1 2 NA TMEM63A ENSG00000196187 +CDS chr1 225871092 225871113 ENST00000436966 protein_coding 1 2 4 TMEM63A ENSG00000196187 +CDS chr1 225871987 225872053 ENST00000366835 protein_coding 8 1 5 TMEM63A ENSG00000196187 +CDS chr1 225871987 225872053 ENST00000436966 protein_coding 1 2 3 TMEM63A ENSG00000196187 +CDS chr1 225874288 225874367 ENST00000366835 protein_coding 8 1 4 TMEM63A ENSG00000196187 +CDS chr1 225874288 225874367 ENST00000436966 protein_coding 1 2 2 TMEM63A ENSG00000196187 +CDS chr1 225877395 225877580 ENST00000366835 protein_coding 8 1 3 TMEM63A ENSG00000196187 +CDS chr1 225877395 225877580 ENST00000436966 protein_coding 1 2 1 TMEM63A ENSG00000196187 +transcript chr1 225886282 225889146 ENST00000272134 protein_coding 5 1 NA LEFTY1 ENSG00000243709 +transcript chr1 225886696 225924278 ENST00000432920 protein_coding 2 2 NA NA ENSG00000255835 +CDS chr1 225886730 225887090 ENST00000272134 protein_coding 5 1 4 LEFTY1 ENSG00000243709 +CDS chr1 225887076 225887090 ENST00000432920 protein_coding 2 2 8 NA ENSG00000255835 +CDS chr1 225887399 225887638 ENST00000272134 protein_coding 5 1 3 LEFTY1 ENSG00000243709 +CDS chr1 225887399 225887638 ENST00000432920 protein_coding 2 2 7 NA ENSG00000255835 +CDS chr1 225887786 225888032 ENST00000272134 protein_coding 5 1 2 LEFTY1 ENSG00000243709 +CDS chr1 225887786 225888032 ENST00000432920 protein_coding 2 2 6 NA ENSG00000255835 +CDS chr1 225888817 225889066 ENST00000272134 protein_coding 5 1 1 LEFTY1 ENSG00000243709 +transcript chr1 225919877 225924340 ENST00000612039 protein_coding 4 3 NA PYCR2 ENSG00000143811 +transcript chr1 225919878 225924250 ENST00000343818 protein_coding 11 1 NA PYCR2 ENSG00000143811 +CDS chr1 225920458 225920620 ENST00000612039 protein_coding 4 3 6 PYCR2 ENSG00000143811 +CDS chr1 225920458 225920620 ENST00000343818 protein_coding 11 1 7 PYCR2 ENSG00000143811 +CDS chr1 225921208 225921371 ENST00000432920 protein_coding 2 2 5 NA ENSG00000255835 +CDS chr1 225921208 225921371 ENST00000612039 protein_coding 4 3 5 PYCR2 ENSG00000143811 +CDS chr1 225921208 225921371 ENST00000343818 protein_coding 11 1 6 PYCR2 ENSG00000143811 +CDS chr1 225921552 225921644 ENST00000432920 protein_coding 2 2 4 NA ENSG00000255835 +CDS chr1 225921552 225921644 ENST00000612039 protein_coding 4 3 4 PYCR2 ENSG00000143811 +CDS chr1 225921552 225921644 ENST00000343818 protein_coding 11 1 5 PYCR2 ENSG00000143811 +transcript chr1 225921604 225923993 ENST00000489681 protein_coding 5 3 NA PYCR2 ENSG00000143811 +CDS chr1 225921604 225921644 ENST00000489681 protein_coding 5 3 5 PYCR2 ENSG00000143811 +CDS chr1 225921858 225922079 ENST00000343818 protein_coding 11 1 4 PYCR2 ENSG00000143811 +CDS chr1 225921858 225922079 ENST00000489681 protein_coding 5 3 4 PYCR2 ENSG00000143811 +transcript chr1 225922029 225923891 ENST00000472798 protein_coding 2 2 NA PYCR2 ENSG00000143811 +CDS chr1 225922029 225922079 ENST00000472798 protein_coding 2 2 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000432920 protein_coding 2 2 3 NA ENSG00000255835 +CDS chr1 225922204 225922383 ENST00000612039 protein_coding 4 3 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000343818 protein_coding 11 1 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000489681 protein_coding 5 3 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000472798 protein_coding 2 2 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923771 ENST00000432920 protein_coding 2 2 2 NA ENSG00000255835 +CDS chr1 225923701 225923771 ENST00000612039 protein_coding 4 3 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923771 ENST00000343818 protein_coding 11 1 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923730 ENST00000489681 protein_coding 5 3 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923730 ENST00000472798 protein_coding 2 2 1 PYCR2 ENSG00000143811 +CDS chr1 225924044 225924110 ENST00000432920 protein_coding 2 2 1 NA ENSG00000255835 +CDS chr1 225924044 225924110 ENST00000612039 protein_coding 4 3 1 PYCR2 ENSG00000143811 +CDS chr1 225924044 225924110 ENST00000343818 protein_coding 11 1 1 PYCR2 ENSG00000143811 +transcript chr1 225936598 225941383 ENST00000420304 protein_coding 6 2 NA LEFTY2 ENSG00000143768 +transcript chr1 225936603 225941220 ENST00000366820 protein_coding 10 1 NA LEFTY2 ENSG00000143768 +CDS chr1 225937444 225937804 ENST00000420304 protein_coding 6 2 5 LEFTY2 ENSG00000143768 +CDS chr1 225937444 225937804 ENST00000366820 protein_coding 10 1 4 LEFTY2 ENSG00000143768 +CDS chr1 225939361 225939600 ENST00000420304 protein_coding 6 2 4 LEFTY2 ENSG00000143768 +CDS chr1 225939361 225939600 ENST00000366820 protein_coding 10 1 3 LEFTY2 ENSG00000143768 +CDS chr1 225939756 225939871 ENST00000420304 protein_coding 6 2 3 LEFTY2 ENSG00000143768 +CDS chr1 225939756 225940002 ENST00000366820 protein_coding 10 1 2 LEFTY2 ENSG00000143768 +CDS chr1 225939974 225940002 ENST00000420304 protein_coding 6 2 2 LEFTY2 ENSG00000143768 +CDS chr1 225940891 225941140 ENST00000420304 protein_coding 6 2 1 LEFTY2 ENSG00000143768 +CDS chr1 225940891 225941140 ENST00000366820 protein_coding 10 1 1 LEFTY2 ENSG00000143768 +transcript chr1 225982702 225999343 ENST00000272091 protein_coding 8 1 NA SDE2 ENSG00000143751 +CDS chr1 225985305 225985523 ENST00000272091 protein_coding 8 1 7 SDE2 ENSG00000143751 +CDS chr1 225987896 225988388 ENST00000272091 protein_coding 8 1 6 SDE2 ENSG00000143751 +CDS chr1 225991243 225991363 ENST00000272091 protein_coding 8 1 5 SDE2 ENSG00000143751 +CDS chr1 225992398 225992567 ENST00000272091 protein_coding 8 1 4 SDE2 ENSG00000143751 +CDS chr1 225992891 225993002 ENST00000272091 protein_coding 8 1 3 SDE2 ENSG00000143751 +CDS chr1 225995266 225995383 ENST00000272091 protein_coding 8 1 2 SDE2 ENSG00000143751 +CDS chr1 225999193 225999312 ENST00000272091 protein_coding 8 1 1 SDE2 ENSG00000143751 +transcript chr1 226061851 226071523 ENST00000366816 protein_coding 5 3 NA H3-3A ENSG00000163041 +transcript chr1 226062714 226067269 ENST00000366814 protein_coding 3 2 NA H3-3A ENSG00000163041 +transcript chr1 226062716 226072019 ENST00000366815 protein_coding 10 1 NA H3-3A ENSG00000163041 +transcript chr1 226062750 226071997 ENST00000655399 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226062758 226071542 ENST00000667897 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063466 226071521 ENST00000666609 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063494 226071752 ENST00000661429 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063977 226072001 ENST00000366813 protein_coding 1 1 NA H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366816 protein_coding 5 3 3 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366814 protein_coding 3 2 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366815 protein_coding 10 1 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000655399 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000667897 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000666609 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000661429 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366813 protein_coding 1 1 1 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366816 protein_coding 5 3 4 H3-3A ENSG00000163041 +CDS chr1 226065656 226065896 ENST00000366814 protein_coding 3 2 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366815 protein_coding 10 1 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000655399 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065817 ENST00000667897 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000666609 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000661429 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366813 protein_coding 1 1 2 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366816 protein_coding 5 3 5 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366815 protein_coding 10 1 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000655399 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071420 ENST00000667897 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000666609 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000661429 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366813 protein_coding 1 1 3 H3-3A ENSG00000163041 +transcript chr1 226144679 226186741 ENST00000366812 protein_coding 6 1 NA ACBD3 ENSG00000182827 +CDS chr1 226146613 226146821 ENST00000366812 protein_coding 6 1 8 ACBD3 ENSG00000182827 +CDS chr1 226152335 226152619 ENST00000366812 protein_coding 6 1 7 ACBD3 ENSG00000182827 +CDS chr1 226154647 226154833 ENST00000366812 protein_coding 6 1 6 ACBD3 ENSG00000182827 +CDS chr1 226159184 226159358 ENST00000366812 protein_coding 6 1 5 ACBD3 ENSG00000182827 +CDS chr1 226161531 226161689 ENST00000366812 protein_coding 6 1 4 ACBD3 ENSG00000182827 +CDS chr1 226164789 226164929 ENST00000366812 protein_coding 6 1 3 ACBD3 ENSG00000182827 +CDS chr1 226165859 226166000 ENST00000366812 protein_coding 6 1 2 ACBD3 ENSG00000182827 +CDS chr1 226186390 226186675 ENST00000366812 protein_coding 6 1 1 ACBD3 ENSG00000182827 +transcript chr1 226223618 226225864 ENST00000542034 protein_coding 5 1 NA MIXL1 ENSG00000185155 +transcript chr1 226223664 226227060 ENST00000366810 protein_coding 6 1 NA MIXL1 ENSG00000185155 +CDS chr1 226223682 226224074 ENST00000542034 protein_coding 5 1 1 MIXL1 ENSG00000185155 +CDS chr1 226223682 226224074 ENST00000366810 protein_coding 6 1 1 MIXL1 ENSG00000185155 +CDS chr1 226225483 226225809 ENST00000542034 protein_coding 5 1 2 MIXL1 ENSG00000185155 +CDS chr1 226225507 226225809 ENST00000366810 protein_coding 6 1 2 MIXL1 ENSG00000185155 +transcript chr1 226231149 226309172 ENST00000460719 protein_coding 5 1 NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309164 ENST00000681046 protein_coding 1 NA NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309733 ENST00000328205 protein_coding 9 1 NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309869 ENST00000366808 protein_coding 6 1 NA LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000460719 protein_coding 5 1 14 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000681046 protein_coding 1 NA 15 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000328205 protein_coding 9 1 15 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000366808 protein_coding 6 1 15 LIN9 ENSG00000183814 +transcript chr1 226232713 226309254 ENST00000481685 protein_coding 1 1 NA LIN9 ENSG00000183814 +CDS chr1 226233095 226233193 ENST00000481685 protein_coding 1 1 13 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000460719 protein_coding 5 1 13 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000681046 protein_coding 1 NA 14 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000328205 protein_coding 9 1 14 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000366808 protein_coding 6 1 14 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000460719 protein_coding 5 1 12 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000681046 protein_coding 1 NA 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000328205 protein_coding 9 1 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000366808 protein_coding 6 1 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000481685 protein_coding 1 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000460719 protein_coding 5 1 11 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000681046 protein_coding 1 NA 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000328205 protein_coding 9 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000366808 protein_coding 6 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000481685 protein_coding 1 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000460719 protein_coding 5 1 10 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000681046 protein_coding 1 NA 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000328205 protein_coding 9 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000366808 protein_coding 6 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000481685 protein_coding 1 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000460719 protein_coding 5 1 9 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000681046 protein_coding 1 NA 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000328205 protein_coding 9 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000366808 protein_coding 6 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000481685 protein_coding 1 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000460719 protein_coding 5 1 8 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000681046 protein_coding 1 NA 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000328205 protein_coding 9 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000366808 protein_coding 6 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000481685 protein_coding 1 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000460719 protein_coding 5 1 7 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000681046 protein_coding 1 NA 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000328205 protein_coding 9 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000366808 protein_coding 6 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000481685 protein_coding 1 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000460719 protein_coding 5 1 6 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000681046 protein_coding 1 NA 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000328205 protein_coding 9 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000366808 protein_coding 6 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000481685 protein_coding 1 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000460719 protein_coding 5 1 5 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000681046 protein_coding 1 NA 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000328205 protein_coding 9 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000366808 protein_coding 6 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000481685 protein_coding 1 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000460719 protein_coding 5 1 4 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000681046 protein_coding 1 NA 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000328205 protein_coding 9 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000366808 protein_coding 6 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000481685 protein_coding 1 1 4 LIN9 ENSG00000183814 +transcript chr1 226287693 226309071 ENST00000359525 protein_coding 2 3 NA LIN9 ENSG00000183814 +CDS chr1 226287693 226287797 ENST00000359525 protein_coding 2 3 5 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000681046 protein_coding 1 NA 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000328205 protein_coding 9 1 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000366808 protein_coding 6 1 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000359525 protein_coding 2 3 4 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000460719 protein_coding 5 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000681046 protein_coding 1 NA 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000328205 protein_coding 9 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297721 ENST00000366808 protein_coding 6 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000481685 protein_coding 1 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297721 ENST00000359525 protein_coding 2 3 3 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000460719 protein_coding 5 1 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000681046 protein_coding 1 NA 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000328205 protein_coding 9 1 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000481685 protein_coding 1 1 2 LIN9 ENSG00000183814 +CDS chr1 226309109 226309172 ENST00000460719 protein_coding 5 1 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309139 ENST00000681046 protein_coding 1 NA 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309187 ENST00000328205 protein_coding 9 1 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309187 ENST00000481685 protein_coding 1 1 1 LIN9 ENSG00000183814 +transcript chr1 226360691 226408093 ENST00000366794 protein_coding 10 1 NA PARP1 ENSG00000143799 +transcript chr1 226360697 226408100 ENST00000677203 protein_coding 1 NA NA PARP1 ENSG00000143799 +CDS chr1 226361463 226361541 ENST00000366794 protein_coding 10 1 23 PARP1 ENSG00000143799 +CDS chr1 226361463 226361541 ENST00000677203 protein_coding 1 NA 22 PARP1 ENSG00000143799 +CDS chr1 226361969 226362083 ENST00000366794 protein_coding 10 1 22 PARP1 ENSG00000143799 +CDS chr1 226361969 226362083 ENST00000677203 protein_coding 1 NA 21 PARP1 ENSG00000143799 +CDS chr1 226363099 226363160 ENST00000366794 protein_coding 10 1 21 PARP1 ENSG00000143799 +CDS chr1 226363099 226363160 ENST00000677203 protein_coding 1 NA 20 PARP1 ENSG00000143799 +CDS chr1 226363943 226364070 ENST00000366794 protein_coding 10 1 20 PARP1 ENSG00000143799 +CDS chr1 226363943 226364070 ENST00000677203 protein_coding 1 NA 19 PARP1 ENSG00000143799 +CDS chr1 226365002 226365154 ENST00000366794 protein_coding 10 1 19 PARP1 ENSG00000143799 +CDS chr1 226365002 226365154 ENST00000677203 protein_coding 1 NA 18 PARP1 ENSG00000143799 +CDS chr1 226365954 226366052 ENST00000366794 protein_coding 10 1 18 PARP1 ENSG00000143799 +CDS chr1 226365954 226366052 ENST00000677203 protein_coding 1 NA 17 PARP1 ENSG00000143799 +CDS chr1 226367480 226367608 ENST00000366794 protein_coding 10 1 17 PARP1 ENSG00000143799 +CDS chr1 226367480 226367608 ENST00000677203 protein_coding 1 NA 16 PARP1 ENSG00000143799 +CDS chr1 226368199 226368321 ENST00000366794 protein_coding 10 1 16 PARP1 ENSG00000143799 +CDS chr1 226368199 226368321 ENST00000677203 protein_coding 1 NA 15 PARP1 ENSG00000143799 +CDS chr1 226370434 226370517 ENST00000366794 protein_coding 10 1 15 PARP1 ENSG00000143799 +CDS chr1 226370434 226370517 ENST00000677203 protein_coding 1 NA 14 PARP1 ENSG00000143799 +CDS chr1 226374226 226374354 ENST00000366794 protein_coding 10 1 14 PARP1 ENSG00000143799 +CDS chr1 226377108 226377303 ENST00000366794 protein_coding 10 1 13 PARP1 ENSG00000143799 +CDS chr1 226377108 226377303 ENST00000677203 protein_coding 1 NA 13 PARP1 ENSG00000143799 +CDS chr1 226379142 226379274 ENST00000366794 protein_coding 10 1 12 PARP1 ENSG00000143799 +CDS chr1 226379142 226379274 ENST00000677203 protein_coding 1 NA 12 PARP1 ENSG00000143799 +CDS chr1 226379573 226379641 ENST00000366794 protein_coding 10 1 11 PARP1 ENSG00000143799 +CDS chr1 226379573 226379641 ENST00000677203 protein_coding 1 NA 11 PARP1 ENSG00000143799 +CDS chr1 226379922 226380164 ENST00000366794 protein_coding 10 1 10 PARP1 ENSG00000143799 +CDS chr1 226379922 226380164 ENST00000677203 protein_coding 1 NA 10 PARP1 ENSG00000143799 +CDS chr1 226381068 226381208 ENST00000366794 protein_coding 10 1 9 PARP1 ENSG00000143799 +CDS chr1 226381068 226381208 ENST00000677203 protein_coding 1 NA 9 PARP1 ENSG00000143799 +CDS chr1 226383036 226383183 ENST00000366794 protein_coding 10 1 8 PARP1 ENSG00000143799 +CDS chr1 226383036 226383183 ENST00000677203 protein_coding 1 NA 8 PARP1 ENSG00000143799 +CDS chr1 226385504 226385680 ENST00000366794 protein_coding 10 1 7 PARP1 ENSG00000143799 +CDS chr1 226385504 226385680 ENST00000677203 protein_coding 1 NA 7 PARP1 ENSG00000143799 +CDS chr1 226386326 226386442 ENST00000366794 protein_coding 10 1 6 PARP1 ENSG00000143799 +CDS chr1 226386326 226386442 ENST00000677203 protein_coding 1 NA 6 PARP1 ENSG00000143799 +CDS chr1 226388656 226388755 ENST00000366794 protein_coding 10 1 5 PARP1 ENSG00000143799 +CDS chr1 226388656 226388755 ENST00000677203 protein_coding 1 NA 5 PARP1 ENSG00000143799 +CDS chr1 226390410 226390624 ENST00000366794 protein_coding 10 1 4 PARP1 ENSG00000143799 +CDS chr1 226390410 226390624 ENST00000677203 protein_coding 1 NA 4 PARP1 ENSG00000143799 +CDS chr1 226392199 226392314 ENST00000366794 protein_coding 10 1 3 PARP1 ENSG00000143799 +CDS chr1 226392199 226392314 ENST00000677203 protein_coding 1 NA 3 PARP1 ENSG00000143799 +CDS chr1 226402214 226402379 ENST00000366794 protein_coding 10 1 2 PARP1 ENSG00000143799 +CDS chr1 226402214 226402379 ENST00000677203 protein_coding 1 NA 2 PARP1 ENSG00000143799 +CDS chr1 226407810 226407929 ENST00000366794 protein_coding 10 1 1 PARP1 ENSG00000143799 +CDS chr1 226407810 226407929 ENST00000677203 protein_coding 1 NA 1 PARP1 ENSG00000143799 +transcript chr1 226548764 226609230 ENST00000366788 protein_coding 8 5 NA STUM ENSG00000203685 +transcript chr1 226548800 226605602 ENST00000366789 protein_coding 6 5 NA STUM ENSG00000203685 +CDS chr1 226548905 226549106 ENST00000366788 protein_coding 8 5 1 STUM ENSG00000203685 +CDS chr1 226548905 226549106 ENST00000366789 protein_coding 6 5 1 STUM ENSG00000203685 +CDS chr1 226596802 226596981 ENST00000366788 protein_coding 8 5 2 STUM ENSG00000203685 +CDS chr1 226596802 226596981 ENST00000366789 protein_coding 6 5 2 STUM ENSG00000203685 +CDS chr1 226600666 226600674 ENST00000366788 protein_coding 8 5 3 STUM ENSG00000203685 +CDS chr1 226602006 226602037 ENST00000366788 protein_coding 8 5 4 STUM ENSG00000203685 +CDS chr1 226602006 226602037 ENST00000366789 protein_coding 6 5 3 STUM ENSG00000203685 +transcript chr1 226631690 226737829 ENST00000272117 protein_coding 8 1 NA ITPKB ENSG00000143772 +transcript chr1 226631690 226739282 ENST00000429204 protein_coding 6 5 NA ITPKB ENSG00000143772 +CDS chr1 226634674 226634886 ENST00000272117 protein_coding 8 1 8 ITPKB ENSG00000143772 +CDS chr1 226634674 226634886 ENST00000429204 protein_coding 6 5 8 ITPKB ENSG00000143772 +CDS chr1 226637679 226637750 ENST00000272117 protein_coding 8 1 7 ITPKB ENSG00000143772 +CDS chr1 226637679 226637750 ENST00000429204 protein_coding 6 5 7 ITPKB ENSG00000143772 +CDS chr1 226639557 226639658 ENST00000272117 protein_coding 8 1 6 ITPKB ENSG00000143772 +CDS chr1 226639557 226639658 ENST00000429204 protein_coding 6 5 6 ITPKB ENSG00000143772 +CDS chr1 226641921 226642125 ENST00000272117 protein_coding 8 1 5 ITPKB ENSG00000143772 +CDS chr1 226641921 226642125 ENST00000429204 protein_coding 6 5 5 ITPKB ENSG00000143772 +CDS chr1 226647167 226647380 ENST00000272117 protein_coding 8 1 4 ITPKB ENSG00000143772 +CDS chr1 226647167 226647380 ENST00000429204 protein_coding 6 5 4 ITPKB ENSG00000143772 +CDS chr1 226648672 226648771 ENST00000272117 protein_coding 8 1 3 ITPKB ENSG00000143772 +CDS chr1 226648672 226648771 ENST00000429204 protein_coding 6 5 3 ITPKB ENSG00000143772 +transcript chr1 226707190 226739323 ENST00000366784 protein_coding 1 1 NA ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000272117 protein_coding 8 1 2 ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000429204 protein_coding 6 5 2 ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000366784 protein_coding 1 1 2 ITPKB ENSG00000143772 +transcript chr1 226870184 226896677 ENST00000524196 protein_coding 6 4 NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226896086 ENST00000678320 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226918055 ENST00000676945 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226922155 ENST00000677599 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870568 226896088 ENST00000677414 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870600 226896088 ENST00000679088 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226885568 ENST00000495488 protein_coding 5 3 NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226896086 ENST00000677880 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226896098 ENST00000366783 protein_coding 8 5 NA PSEN2 ENSG00000143801 +transcript chr1 226870620 226895803 ENST00000422240 protein_coding 6 2 NA PSEN2 ENSG00000143801 +transcript chr1 226871264 226891344 ENST00000460775 protein_coding 5 3 NA PSEN2 ENSG00000143801 +transcript chr1 226871268 226896098 ENST00000366782 protein_coding 6 1 NA PSEN2 ENSG00000143801 +transcript chr1 226880655 226896088 ENST00000626989 protein_coding 3 5 NA PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000524196 protein_coding 6 4 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000678320 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000676945 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000677599 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000677414 protein_coding 1 NA 3 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000679088 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000495488 protein_coding 5 3 3 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000366783 protein_coding 8 5 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000422240 protein_coding 6 2 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000366782 protein_coding 6 1 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000626989 protein_coding 3 5 3 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000524196 protein_coding 6 4 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000678320 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000676945 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000677599 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000677414 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000679088 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000495488 protein_coding 5 3 4 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000366783 protein_coding 8 5 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000422240 protein_coding 6 2 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000366782 protein_coding 6 1 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000626989 protein_coding 3 5 4 PSEN2 ENSG00000143801 +transcript chr1 226884623 226895691 ENST00000472139 protein_coding 2 5 NA PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000524196 protein_coding 6 4 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000678320 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000676945 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000677599 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000677414 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000679088 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885568 ENST00000495488 protein_coding 5 3 5 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000366783 protein_coding 8 5 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000422240 protein_coding 6 2 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000366782 protein_coding 6 1 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000626989 protein_coding 3 5 5 PSEN2 ENSG00000143801 +CDS chr1 226885614 226885679 ENST00000677880 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226885614 226885679 ENST00000472139 protein_coding 2 5 2 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000524196 protein_coding 6 4 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000678320 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000676945 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677599 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677414 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000679088 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677880 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000366783 protein_coding 8 5 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000422240 protein_coding 6 2 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000366782 protein_coding 6 1 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000626989 protein_coding 3 5 6 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000472139 protein_coding 2 5 3 PSEN2 ENSG00000143801 +CDS chr1 226888112 226888158 ENST00000460775 protein_coding 5 3 3 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000524196 protein_coding 6 4 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000678320 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000676945 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677599 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677414 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000679088 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677880 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000366783 protein_coding 8 5 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000422240 protein_coding 6 2 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000460775 protein_coding 5 3 4 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000366782 protein_coding 6 1 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000626989 protein_coding 3 5 7 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000472139 protein_coding 2 5 4 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000524196 protein_coding 6 4 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000676945 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677599 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677414 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000679088 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677880 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000366783 protein_coding 8 5 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000422240 protein_coding 6 2 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000460775 protein_coding 5 3 5 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000366782 protein_coding 6 1 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000626989 protein_coding 3 5 8 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000472139 protein_coding 2 5 5 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000524196 protein_coding 6 4 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000678320 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000676945 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677599 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677414 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000679088 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677880 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000366783 protein_coding 8 5 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000422240 protein_coding 6 2 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891344 ENST00000460775 protein_coding 5 3 6 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000366782 protein_coding 6 1 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000626989 protein_coding 3 5 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000472139 protein_coding 2 5 6 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000524196 protein_coding 6 4 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000678320 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000676945 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000677599 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000677414 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000679088 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000366783 protein_coding 8 5 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000366782 protein_coding 6 1 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000626989 protein_coding 3 5 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000472139 protein_coding 2 5 7 PSEN2 ENSG00000143801 +CDS chr1 226891746 226891844 ENST00000677880 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891746 226891844 ENST00000422240 protein_coding 6 2 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000524196 protein_coding 6 4 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000678320 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000676945 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677599 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677414 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000679088 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677880 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000366783 protein_coding 8 5 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000422240 protein_coding 6 2 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000366782 protein_coding 6 1 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000626989 protein_coding 3 5 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000472139 protein_coding 2 5 8 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000524196 protein_coding 6 4 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000678320 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000677414 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000679088 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000677880 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000366783 protein_coding 8 5 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000422240 protein_coding 6 2 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000366782 protein_coding 6 1 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000626989 protein_coding 3 5 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000472139 protein_coding 2 5 9 PSEN2 ENSG00000143801 +CDS chr1 226908522 226908683 ENST00000676945 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226909702 226909794 ENST00000676945 protein_coding 1 NA 14 PSEN2 ENSG00000143801 +CDS chr1 226917527 226917661 ENST00000676945 protein_coding 1 NA 15 PSEN2 ENSG00000143801 +CDS chr1 226917527 226917660 ENST00000677599 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226918761 226918848 ENST00000677599 protein_coding 1 NA 14 PSEN2 ENSG00000143801 +transcript chr1 226940286 226987544 ENST00000366778 protein_coding 5 1 NA COQ8A ENSG00000163050 +transcript chr1 226940294 226987544 ENST00000366777 protein_coding 4 1 NA COQ8A ENSG00000163050 +CDS chr1 226961386 226961562 ENST00000366777 protein_coding 4 1 2 COQ8A ENSG00000163050 +CDS chr1 226961542 226961562 ENST00000366778 protein_coding 5 1 2 COQ8A ENSG00000163050 +CDS chr1 226965000 226965410 ENST00000366778 protein_coding 5 1 3 COQ8A ENSG00000163050 +CDS chr1 226965000 226965410 ENST00000366777 protein_coding 4 1 3 COQ8A ENSG00000163050 +CDS chr1 226965671 226965737 ENST00000366778 protein_coding 5 1 4 COQ8A ENSG00000163050 +CDS chr1 226965671 226965737 ENST00000366777 protein_coding 4 1 4 COQ8A ENSG00000163050 +CDS chr1 226977449 226977523 ENST00000366778 protein_coding 5 1 5 COQ8A ENSG00000163050 +CDS chr1 226977449 226977523 ENST00000366777 protein_coding 4 1 5 COQ8A ENSG00000163050 +CDS chr1 226982027 226982149 ENST00000366778 protein_coding 5 1 6 COQ8A ENSG00000163050 +CDS chr1 226982027 226982149 ENST00000366777 protein_coding 4 1 6 COQ8A ENSG00000163050 +CDS chr1 226982678 226982763 ENST00000366778 protein_coding 5 1 7 COQ8A ENSG00000163050 +CDS chr1 226982678 226982763 ENST00000366777 protein_coding 4 1 7 COQ8A ENSG00000163050 +CDS chr1 226982894 226983034 ENST00000366778 protein_coding 5 1 8 COQ8A ENSG00000163050 +CDS chr1 226982894 226983034 ENST00000366777 protein_coding 4 1 8 COQ8A ENSG00000163050 +CDS chr1 226983552 226983633 ENST00000366778 protein_coding 5 1 9 COQ8A ENSG00000163050 +CDS chr1 226983552 226983633 ENST00000366777 protein_coding 4 1 9 COQ8A ENSG00000163050 +CDS chr1 226983761 226983854 ENST00000366778 protein_coding 5 1 10 COQ8A ENSG00000163050 +CDS chr1 226983761 226983854 ENST00000366777 protein_coding 4 1 10 COQ8A ENSG00000163050 +CDS chr1 226984094 226984235 ENST00000366778 protein_coding 5 1 11 COQ8A ENSG00000163050 +CDS chr1 226984094 226984235 ENST00000366777 protein_coding 4 1 11 COQ8A ENSG00000163050 +CDS chr1 226984548 226984655 ENST00000366778 protein_coding 5 1 12 COQ8A ENSG00000163050 +CDS chr1 226984548 226984655 ENST00000366777 protein_coding 4 1 12 COQ8A ENSG00000163050 +CDS chr1 226984876 226984941 ENST00000366778 protein_coding 5 1 13 COQ8A ENSG00000163050 +CDS chr1 226984876 226984941 ENST00000366777 protein_coding 4 1 13 COQ8A ENSG00000163050 +CDS chr1 226985254 226985340 ENST00000366778 protein_coding 5 1 14 COQ8A ENSG00000163050 +CDS chr1 226985254 226985340 ENST00000366777 protein_coding 4 1 14 COQ8A ENSG00000163050 +CDS chr1 226986453 226986734 ENST00000366778 protein_coding 5 1 15 COQ8A ENSG00000163050 +CDS chr1 226986453 226986734 ENST00000366777 protein_coding 4 1 15 COQ8A ENSG00000163050 +transcript chr1 226989865 227317182 ENST00000366767 protein_coding 7 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227317714 ENST00000334218 protein_coding 9 5 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227318474 ENST00000366769 protein_coding 7 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227318492 ENST00000366766 protein_coding 8 5 NA CDC42BPA ENSG00000143776 +transcript chr1 226989866 227080979 ENST00000448940 protein_coding 5 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226993627 227101120 ENST00000442054 protein_coding 5 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226994237 227317209 ENST00000366764 protein_coding 8 1 NA CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366767 protein_coding 7 1 35 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000334218 protein_coding 9 5 37 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366769 protein_coding 7 1 36 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366766 protein_coding 8 5 37 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000448940 protein_coding 5 1 21 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000442054 protein_coding 5 1 23 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366764 protein_coding 8 1 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366767 protein_coding 7 1 34 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000334218 protein_coding 9 5 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366769 protein_coding 7 1 35 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366766 protein_coding 8 5 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000448940 protein_coding 5 1 20 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000442054 protein_coding 5 1 22 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366764 protein_coding 8 1 35 CDC42BPA ENSG00000143776 +transcript chr1 227004055 227034717 ENST00000429440 protein_coding 5 2 NA CDC42BPA ENSG00000143776 +CDS chr1 227004920 227005111 ENST00000429440 protein_coding 5 2 10 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366767 protein_coding 7 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000334218 protein_coding 9 5 35 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366769 protein_coding 7 1 34 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366766 protein_coding 8 5 35 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000448940 protein_coding 5 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000442054 protein_coding 5 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366764 protein_coding 8 1 34 CDC42BPA ENSG00000143776 +CDS chr1 227010878 227011063 ENST00000448940 protein_coding 5 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366767 protein_coding 7 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000334218 protein_coding 9 5 34 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366769 protein_coding 7 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366766 protein_coding 8 5 34 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000448940 protein_coding 5 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000442054 protein_coding 5 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366764 protein_coding 8 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000429440 protein_coding 5 2 9 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366767 protein_coding 7 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000334218 protein_coding 9 5 33 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366769 protein_coding 7 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366766 protein_coding 8 5 33 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000448940 protein_coding 5 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000442054 protein_coding 5 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366764 protein_coding 8 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000429440 protein_coding 5 2 8 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366767 protein_coding 7 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000334218 protein_coding 9 5 32 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366769 protein_coding 7 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366766 protein_coding 8 5 32 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000448940 protein_coding 5 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000442054 protein_coding 5 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366764 protein_coding 8 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000429440 protein_coding 5 2 7 CDC42BPA ENSG00000143776 +transcript chr1 227023263 227074364 ENST00000441725 protein_coding 1 5 NA CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000441725 protein_coding 1 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366767 protein_coding 7 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000334218 protein_coding 9 5 31 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366769 protein_coding 7 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366766 protein_coding 8 5 31 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000448940 protein_coding 5 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000442054 protein_coding 5 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366764 protein_coding 8 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000429440 protein_coding 5 2 6 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000441725 protein_coding 1 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366767 protein_coding 7 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000334218 protein_coding 9 5 30 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366769 protein_coding 7 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366766 protein_coding 8 5 30 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000448940 protein_coding 5 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000442054 protein_coding 5 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366764 protein_coding 8 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000429440 protein_coding 5 2 5 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000441725 protein_coding 1 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366767 protein_coding 7 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000334218 protein_coding 9 5 29 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366769 protein_coding 7 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366766 protein_coding 8 5 29 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000448940 protein_coding 5 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000442054 protein_coding 5 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366764 protein_coding 8 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000429440 protein_coding 5 2 4 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000441725 protein_coding 1 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366767 protein_coding 7 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000334218 protein_coding 9 5 28 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366769 protein_coding 7 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366766 protein_coding 8 5 28 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000448940 protein_coding 5 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000442054 protein_coding 5 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366764 protein_coding 8 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000429440 protein_coding 5 2 3 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000441725 protein_coding 1 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366767 protein_coding 7 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000334218 protein_coding 9 5 27 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366769 protein_coding 7 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366766 protein_coding 8 5 27 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000448940 protein_coding 5 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000442054 protein_coding 5 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366764 protein_coding 8 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000429440 protein_coding 5 2 2 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000441725 protein_coding 1 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366767 protein_coding 7 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000334218 protein_coding 9 5 26 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366769 protein_coding 7 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366766 protein_coding 8 5 26 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000448940 protein_coding 5 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000442054 protein_coding 5 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366764 protein_coding 8 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034717 ENST00000429440 protein_coding 5 2 1 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000441725 protein_coding 1 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366767 protein_coding 7 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000334218 protein_coding 9 5 25 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366769 protein_coding 7 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366766 protein_coding 8 5 25 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000448940 protein_coding 5 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000442054 protein_coding 5 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366764 protein_coding 8 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000441725 protein_coding 1 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366767 protein_coding 7 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000334218 protein_coding 9 5 24 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366769 protein_coding 7 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366766 protein_coding 8 5 24 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000448940 protein_coding 5 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000442054 protein_coding 5 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366764 protein_coding 8 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000441725 protein_coding 1 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366767 protein_coding 7 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000334218 protein_coding 9 5 23 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366769 protein_coding 7 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366766 protein_coding 8 5 23 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000448940 protein_coding 5 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000442054 protein_coding 5 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366764 protein_coding 8 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000441725 protein_coding 1 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000366766 protein_coding 8 5 22 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000442054 protein_coding 5 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000441725 protein_coding 1 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227059373 227059411 ENST00000334218 protein_coding 9 5 22 CDC42BPA ENSG00000143776 +CDS chr1 227059373 227059389 ENST00000366764 protein_coding 8 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227068654 227068701 ENST00000441725 protein_coding 1 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366767 protein_coding 7 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000334218 protein_coding 9 5 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366769 protein_coding 7 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366766 protein_coding 8 5 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000448940 protein_coding 5 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000442054 protein_coding 5 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000441725 protein_coding 1 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366767 protein_coding 7 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000334218 protein_coding 9 5 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366769 protein_coding 7 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366766 protein_coding 8 5 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000448940 protein_coding 5 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000442054 protein_coding 5 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366764 protein_coding 8 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000441725 protein_coding 1 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366767 protein_coding 7 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000334218 protein_coding 9 5 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366769 protein_coding 7 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366766 protein_coding 8 5 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000448940 protein_coding 5 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000442054 protein_coding 5 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366764 protein_coding 8 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000441725 protein_coding 1 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366767 protein_coding 7 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000334218 protein_coding 9 5 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366769 protein_coding 7 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366766 protein_coding 8 5 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000448940 protein_coding 5 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000442054 protein_coding 5 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366764 protein_coding 8 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000441725 protein_coding 1 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366767 protein_coding 7 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000334218 protein_coding 9 5 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366769 protein_coding 7 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366766 protein_coding 8 5 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227080979 ENST00000448940 protein_coding 5 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000442054 protein_coding 5 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366764 protein_coding 8 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366767 protein_coding 7 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000334218 protein_coding 9 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366769 protein_coding 7 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366766 protein_coding 8 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000442054 protein_coding 5 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366764 protein_coding 8 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366767 protein_coding 7 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000334218 protein_coding 9 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366769 protein_coding 7 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366766 protein_coding 8 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101120 ENST00000442054 protein_coding 5 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366764 protein_coding 8 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366767 protein_coding 7 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000334218 protein_coding 9 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366769 protein_coding 7 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366766 protein_coding 8 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366764 protein_coding 8 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000334218 protein_coding 9 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366769 protein_coding 7 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366766 protein_coding 8 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366764 protein_coding 8 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366767 protein_coding 7 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000334218 protein_coding 9 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366769 protein_coding 7 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366766 protein_coding 8 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366764 protein_coding 8 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366767 protein_coding 7 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000334218 protein_coding 9 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366769 protein_coding 7 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366766 protein_coding 8 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366764 protein_coding 8 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366767 protein_coding 7 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000334218 protein_coding 9 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366769 protein_coding 7 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366766 protein_coding 8 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366764 protein_coding 8 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366767 protein_coding 7 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000334218 protein_coding 9 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366769 protein_coding 7 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366766 protein_coding 8 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366764 protein_coding 8 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366767 protein_coding 7 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000334218 protein_coding 9 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366769 protein_coding 7 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366766 protein_coding 8 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366764 protein_coding 8 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366767 protein_coding 7 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000334218 protein_coding 9 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366769 protein_coding 7 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366766 protein_coding 8 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366764 protein_coding 8 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366767 protein_coding 7 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000334218 protein_coding 9 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366769 protein_coding 7 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366766 protein_coding 8 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366764 protein_coding 8 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366767 protein_coding 7 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000334218 protein_coding 9 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366769 protein_coding 7 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366766 protein_coding 8 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366764 protein_coding 8 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366767 protein_coding 7 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000334218 protein_coding 9 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366769 protein_coding 7 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366766 protein_coding 8 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366764 protein_coding 8 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366767 protein_coding 7 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000334218 protein_coding 9 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366769 protein_coding 7 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366766 protein_coding 8 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366764 protein_coding 8 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366767 protein_coding 7 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000334218 protein_coding 9 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366769 protein_coding 7 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366766 protein_coding 8 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366764 protein_coding 8 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366767 protein_coding 7 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000334218 protein_coding 9 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366769 protein_coding 7 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366766 protein_coding 8 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366764 protein_coding 8 1 1 CDC42BPA ENSG00000143776 +transcript chr1 227563543 227677443 ENST00000608949 protein_coding 5 1 NA ZNF678 ENSG00000181450 +transcript chr1 227563556 227662461 ENST00000343776 protein_coding 10 1 NA ZNF678 ENSG00000181450 +transcript chr1 227563580 227654768 ENST00000440339 protein_coding 1 2 NA ZNF678 ENSG00000181450 +CDS chr1 227563695 227563724 ENST00000440339 protein_coding 1 2 1 ZNF678 ENSG00000181450 +CDS chr1 227582514 227582606 ENST00000440339 protein_coding 1 2 2 ZNF678 ENSG00000181450 +CDS chr1 227646544 227646670 ENST00000440339 protein_coding 1 2 3 ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000343776 protein_coding 10 1 3 ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000608949 protein_coding 5 1 4 ZNF678 ENSG00000181450 +transcript chr1 227650992 227662462 ENST00000397097 protein_coding 4 1 NA ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000397097 protein_coding 4 1 1 ZNF678 ENSG00000181450 +CDS chr1 227654336 227655825 ENST00000343776 protein_coding 10 1 4 ZNF678 ENSG00000181450 +CDS chr1 227654336 227654476 ENST00000608949 protein_coding 5 1 5 ZNF678 ENSG00000181450 +CDS chr1 227654336 227654768 ENST00000440339 protein_coding 1 2 4 ZNF678 ENSG00000181450 +CDS chr1 227654336 227655825 ENST00000397097 protein_coding 4 1 2 ZNF678 ENSG00000181450 +CDS chr1 227677179 227677180 ENST00000608949 protein_coding 5 1 6 ZNF678 ENSG00000181450 +transcript chr1 227728200 227781821 ENST00000681827 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728599 227781821 ENST00000679575 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728618 227748186 ENST00000475930 protein_coding 1 3 NA SNAP47 ENSG00000143740 +transcript chr1 227728635 227781821 ENST00000680854 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728641 227776934 ENST00000681006 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728657 227781226 ENST00000366760 protein_coding 5 2 NA SNAP47 ENSG00000143740 +transcript chr1 227728686 227781821 ENST00000681447 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728688 227781821 ENST00000680992 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728707 227781208 ENST00000680695 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227731191 227735302 ENST00000620518 protein_coding 5 1 NA JMJD4 ENSG00000081692 +transcript chr1 227731234 227735411 ENST00000438896 protein_coding 3 2 NA JMJD4 ENSG00000081692 +CDS chr1 227732395 227732676 ENST00000620518 protein_coding 5 1 6 JMJD4 ENSG00000081692 +CDS chr1 227732395 227732676 ENST00000438896 protein_coding 3 2 6 JMJD4 ENSG00000081692 +CDS chr1 227732881 227733027 ENST00000620518 protein_coding 5 1 5 JMJD4 ENSG00000081692 +CDS chr1 227732929 227733027 ENST00000438896 protein_coding 3 2 5 JMJD4 ENSG00000081692 +CDS chr1 227733414 227733681 ENST00000620518 protein_coding 5 1 4 JMJD4 ENSG00000081692 +CDS chr1 227733414 227733681 ENST00000438896 protein_coding 3 2 4 JMJD4 ENSG00000081692 +CDS chr1 227733907 227734032 ENST00000620518 protein_coding 5 1 3 JMJD4 ENSG00000081692 +CDS chr1 227733907 227734032 ENST00000438896 protein_coding 3 2 3 JMJD4 ENSG00000081692 +CDS chr1 227734651 227734816 ENST00000620518 protein_coding 5 1 2 JMJD4 ENSG00000081692 +CDS chr1 227734651 227734816 ENST00000438896 protein_coding 3 2 2 JMJD4 ENSG00000081692 +transcript chr1 227734996 227781226 ENST00000366759 protein_coding 9 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227769516 ENST00000681242 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227780833 ENST00000681685 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227781208 ENST00000315781 protein_coding 10 1 NA SNAP47 ENSG00000143740 +CDS chr1 227735012 227735273 ENST00000620518 protein_coding 5 1 1 JMJD4 ENSG00000081692 +CDS chr1 227735012 227735273 ENST00000438896 protein_coding 3 2 1 JMJD4 ENSG00000081692 +transcript chr1 227735428 227781821 ENST00000681149 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735431 227776970 ENST00000418653 protein_coding 6 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227770744 ENST00000478768 protein_coding 3 3 NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227781208 ENST00000681929 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227781226 ENST00000617596 protein_coding 5 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735436 227776969 ENST00000426344 protein_coding 6 2 NA SNAP47 ENSG00000143740 +transcript chr1 227735681 227781821 ENST00000680202 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735685 227781208 ENST00000679561 protein_coding 1 NA NA SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681827 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000679575 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748186 ENST00000475930 protein_coding 1 3 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680854 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681006 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681447 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680992 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000366759 protein_coding 9 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681242 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681685 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000315781 protein_coding 10 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681149 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000478768 protein_coding 3 3 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000426344 protein_coding 6 2 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000617596 protein_coding 5 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680202 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +transcript chr1 227748063 227759652 ENST00000606873 protein_coding 1 2 NA SNAP47 ENSG00000143740 +CDS chr1 227748063 227748233 ENST00000606873 protein_coding 1 2 1 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681827 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000679575 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680854 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681006 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681447 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680992 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000366759 protein_coding 9 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681242 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681685 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000315781 protein_coding 10 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681149 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000478768 protein_coding 3 3 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000426344 protein_coding 6 2 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000617596 protein_coding 5 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680202 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759487 ENST00000606873 protein_coding 1 2 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000366760 protein_coding 5 2 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000680695 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000418653 protein_coding 6 1 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000681929 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000679561 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681827 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000679575 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680854 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681006 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000366760 protein_coding 5 2 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681447 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680992 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680695 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000366759 protein_coding 9 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767539 ENST00000681242 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000315781 protein_coding 10 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681149 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000418653 protein_coding 6 1 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000478768 protein_coding 3 3 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681929 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000426344 protein_coding 6 2 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000617596 protein_coding 5 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680202 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000679561 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227768249 227768353 ENST00000681006 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227768249 227768353 ENST00000315781 protein_coding 10 1 5 SNAP47 ENSG00000143740 +CDS chr1 227770571 227770642 ENST00000478768 protein_coding 3 3 5 SNAP47 ENSG00000143740 +CDS chr1 227775789 227775878 ENST00000418653 protein_coding 6 1 4 SNAP47 ENSG00000143740 +CDS chr1 227775789 227775878 ENST00000426344 protein_coding 6 2 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681827 protein_coding 1 NA 7 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000679575 protein_coding 1 NA 7 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680854 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000366760 protein_coding 5 2 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681447 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680992 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680695 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000366759 protein_coding 9 1 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780567 ENST00000681685 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681149 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681929 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000617596 protein_coding 5 1 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680202 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000679561 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +transcript chr1 227815693 227846470 ENST00000366757 protein_coding 3 1 NA PRSS38 ENSG00000185888 +CDS chr1 227815717 227815864 ENST00000366757 protein_coding 3 1 1 PRSS38 ENSG00000185888 +CDS chr1 227816090 227816252 ENST00000366757 protein_coding 3 1 2 PRSS38 ENSG00000185888 +CDS chr1 227817209 227817480 ENST00000366757 protein_coding 3 1 3 PRSS38 ENSG00000185888 +CDS chr1 227845470 227845612 ENST00000366757 protein_coding 3 1 4 PRSS38 ENSG00000185888 +CDS chr1 227845954 227846205 ENST00000366757 protein_coding 3 1 5 PRSS38 ENSG00000185888 +transcript chr1 227918656 227947932 ENST00000272164 protein_coding 6 1 NA WNT9A ENSG00000143816 +CDS chr1 227921521 227922000 ENST00000272164 protein_coding 6 1 4 WNT9A ENSG00000143816 +CDS chr1 227924138 227924400 ENST00000272164 protein_coding 6 1 3 WNT9A ENSG00000143816 +CDS chr1 227925263 227925519 ENST00000272164 protein_coding 6 1 2 WNT9A ENSG00000143816 +CDS chr1 227947793 227947887 ENST00000272164 protein_coding 6 1 1 WNT9A ENSG00000143816 +transcript chr1 228006998 228061271 ENST00000284523 protein_coding 2 1 NA WNT3A ENSG00000154342 +CDS chr1 228007129 228007199 ENST00000284523 protein_coding 2 1 1 WNT3A ENSG00000154342 +CDS chr1 228022667 228022908 ENST00000284523 protein_coding 2 1 2 WNT3A ENSG00000154342 +CDS chr1 228050656 228050921 ENST00000284523 protein_coding 2 1 3 WNT3A ENSG00000154342 +CDS chr1 228058986 228059462 ENST00000284523 protein_coding 2 1 4 WNT3A ENSG00000154342 +transcript chr1 228082660 228099211 ENST00000540651 protein_coding 5 2 NA ARF1 ENSG00000143761 +transcript chr1 228082708 228099212 ENST00000272102 protein_coding 10 1 NA ARF1 ENSG00000143761 +transcript chr1 228083150 228099211 ENST00000541182 protein_coding 1 2 NA ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000540651 protein_coding 5 2 2 ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000272102 protein_coding 10 1 2 ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000541182 protein_coding 1 2 2 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000540651 protein_coding 5 2 3 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000272102 protein_coding 10 1 3 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000541182 protein_coding 1 2 3 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000540651 protein_coding 5 2 4 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000272102 protein_coding 10 1 4 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000541182 protein_coding 1 2 4 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000540651 protein_coding 5 2 5 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000272102 protein_coding 10 1 5 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000541182 protein_coding 1 2 5 ARF1 ENSG00000143761 +transcript chr1 228100731 228103325 ENST00000272139 protein_coding 5 1 NA C1orf35 ENSG00000143793 +CDS chr1 228101134 228101254 ENST00000272139 protein_coding 5 1 8 C1orf35 ENSG00000143793 +CDS chr1 228101339 228101473 ENST00000272139 protein_coding 5 1 7 C1orf35 ENSG00000143793 +CDS chr1 228102080 228102165 ENST00000272139 protein_coding 5 1 6 C1orf35 ENSG00000143793 +CDS chr1 228102310 228102382 ENST00000272139 protein_coding 5 1 5 C1orf35 ENSG00000143793 +CDS chr1 228102478 228102560 ENST00000272139 protein_coding 5 1 4 C1orf35 ENSG00000143793 +CDS chr1 228102643 228102688 ENST00000272139 protein_coding 5 1 3 C1orf35 ENSG00000143793 +CDS chr1 228102899 228103049 ENST00000272139 protein_coding 5 1 2 C1orf35 ENSG00000143793 +CDS chr1 228103134 228103227 ENST00000272139 protein_coding 5 1 1 C1orf35 ENSG00000143793 +transcript chr1 228106679 228108325 ENST00000459783 protein_coding 5 5 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108642 ENST00000366732 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108744 ENST00000366733 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108897 ENST00000366734 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109004 ENST00000366735 protein_coding 5 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109016 ENST00000366736 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109025 ENST00000366738 protein_coding 5 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366739 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366740 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366741 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109055 ENST00000366742 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109280 ENST00000366744 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109283 ENST00000348259 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000295008 protein_coding 8 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366731 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366746 protein_coding 7 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366747 protein_coding 7 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109306 ENST00000336300 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106680 228109312 ENST00000430433 protein_coding 5 5 NA MRPL55 ENSG00000162910 +transcript chr1 228106685 228109299 ENST00000336520 protein_coding 8 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106687 228109299 ENST00000391867 protein_coding 8 3 NA MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000459783 protein_coding 5 5 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366732 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366733 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366734 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366735 protein_coding 5 1 3 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366736 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366738 protein_coding 5 1 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366739 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366740 protein_coding 5 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366741 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366742 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366744 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000348259 protein_coding 9 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000295008 protein_coding 8 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366731 protein_coding 9 2 6 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366746 protein_coding 7 1 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366747 protein_coding 7 1 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000336300 protein_coding 9 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000430433 protein_coding 5 5 6 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000336520 protein_coding 8 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000391867 protein_coding 8 3 6 MRPL55 ENSG00000162910 +transcript chr1 228107667 228109300 ENST00000457264 protein_coding 5 3 NA MRPL55 ENSG00000162910 +CDS chr1 228107667 228107869 ENST00000457264 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000459783 protein_coding 5 5 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000366732 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366733 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366734 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366735 protein_coding 5 1 2 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366736 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366738 protein_coding 5 1 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366739 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366740 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366741 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366742 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366744 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000348259 protein_coding 9 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000295008 protein_coding 8 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000366731 protein_coding 9 2 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366746 protein_coding 7 1 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366747 protein_coding 7 1 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000336300 protein_coding 9 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000430433 protein_coding 5 5 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000336520 protein_coding 8 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000391867 protein_coding 8 3 5 MRPL55 ENSG00000162910 +transcript chr1 228107767 228109016 ENST00000411464 protein_coding 3 3 NA MRPL55 ENSG00000162910 +CDS chr1 228107767 228107869 ENST00000411464 protein_coding 3 3 3 MRPL55 ENSG00000162910 +transcript chr1 228107824 228109302 ENST00000464148 protein_coding 2 5 NA MRPL55 ENSG00000162910 +CDS chr1 228107824 228107869 ENST00000464148 protein_coding 2 5 4 MRPL55 ENSG00000162910 +CDS chr1 228107977 228108084 ENST00000366738 protein_coding 5 1 3 MRPL55 ENSG00000162910 +CDS chr1 228107977 228108084 ENST00000430433 protein_coding 5 5 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366733 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366734 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366735 protein_coding 5 1 1 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366736 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366738 protein_coding 5 1 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366739 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366740 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366741 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366742 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366744 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000348259 protein_coding 9 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000295008 protein_coding 8 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366746 protein_coding 7 1 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366747 protein_coding 7 1 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000336300 protein_coding 9 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000430433 protein_coding 5 5 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000336520 protein_coding 8 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000391867 protein_coding 8 3 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000457264 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000411464 protein_coding 3 3 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000464148 protein_coding 2 5 3 MRPL55 ENSG00000162910 +transcript chr1 228108235 228109295 ENST00000495434 protein_coding 1 5 NA MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000495434 protein_coding 1 5 4 MRPL55 ENSG00000162910 +transcript chr1 228108247 228109278 ENST00000483159 protein_coding 1 5 NA MRPL55 ENSG00000162910 +CDS chr1 228108247 228108260 ENST00000483159 protein_coding 1 5 3 MRPL55 ENSG00000162910 +transcript chr1 228139962 228148840 ENST00000366730 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140228 228148955 ENST00000391865 protein_coding 7 1 NA GUK1 ENSG00000143774 +transcript chr1 228140279 228148951 ENST00000312726 protein_coding 9 1 NA GUK1 ENSG00000143774 +transcript chr1 228140289 228148880 ENST00000366726 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140290 228148955 ENST00000366728 protein_coding 6 2 NA GUK1 ENSG00000143774 +transcript chr1 228140298 228148691 ENST00000453943 protein_coding 5 1 NA GUK1 ENSG00000143774 +transcript chr1 228140302 228148833 ENST00000366723 protein_coding 5 5 NA GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000391865 protein_coding 7 1 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000366728 protein_coding 6 2 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000453943 protein_coding 5 1 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000366723 protein_coding 5 5 1 GUK1 ENSG00000143774 +transcript chr1 228140317 228148808 ENST00000366722 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140318 228148809 ENST00000435153 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140332 228148752 ENST00000366721 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228141382 228148457 ENST00000412265 protein_coding 5 5 NA GUK1 ENSG00000143774 +CDS chr1 228141634 228141829 ENST00000435153 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228141634 228141829 ENST00000412265 protein_coding 5 5 1 GUK1 ENSG00000143774 +transcript chr1 228144328 228148951 ENST00000366718 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228145454 228148984 ENST00000366716 protein_coding 1 1 NA GUK1 ENSG00000143774 +CDS chr1 228145492 228145624 ENST00000435153 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000391865 protein_coding 7 1 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000366728 protein_coding 6 2 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000453943 protein_coding 5 1 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000366723 protein_coding 5 5 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000412265 protein_coding 5 5 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366730 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366726 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000312726 protein_coding 9 1 3 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366722 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145649 ENST00000366721 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366718 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366716 protein_coding 1 1 1 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366730 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000391865 protein_coding 7 1 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366726 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000312726 protein_coding 9 1 4 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366728 protein_coding 6 2 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000453943 protein_coding 5 1 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366723 protein_coding 5 5 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366722 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000435153 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366721 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000412265 protein_coding 5 5 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366718 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366716 protein_coding 1 1 2 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366730 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000391865 protein_coding 7 1 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366726 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000312726 protein_coding 9 1 5 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366728 protein_coding 6 2 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000453943 protein_coding 5 1 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366723 protein_coding 5 5 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366722 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000412265 protein_coding 5 5 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366718 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366716 protein_coding 1 1 3 GUK1 ENSG00000143774 +CDS chr1 228146861 228146938 ENST00000435153 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228146861 228146938 ENST00000366721 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366730 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000391865 protein_coding 7 1 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366726 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000312726 protein_coding 9 1 6 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366728 protein_coding 6 2 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000453943 protein_coding 5 1 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366723 protein_coding 5 5 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366722 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000435153 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366721 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000412265 protein_coding 5 5 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366718 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366716 protein_coding 1 1 4 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366730 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000391865 protein_coding 7 1 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366726 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000312726 protein_coding 9 1 7 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366728 protein_coding 6 2 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000453943 protein_coding 5 1 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366723 protein_coding 5 5 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000435153 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366721 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000412265 protein_coding 5 5 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366718 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366716 protein_coding 1 1 5 GUK1 ENSG00000143774 +CDS chr1 228147621 228147699 ENST00000366722 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228148234 228148284 ENST00000366723 protein_coding 5 5 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366730 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000391865 protein_coding 7 1 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366726 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000312726 protein_coding 9 1 8 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000453943 protein_coding 5 1 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366723 protein_coding 5 5 8 GUK1 ENSG00000143774 +CDS chr1 228148371 228148539 ENST00000366722 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366721 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148457 ENST00000412265 protein_coding 5 5 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366718 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366716 protein_coding 1 1 6 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366730 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000391865 protein_coding 7 1 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366726 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000312726 protein_coding 9 1 9 GUK1 ENSG00000143774 +CDS chr1 228148665 228148849 ENST00000366728 protein_coding 6 2 7 GUK1 ENSG00000143774 +CDS chr1 228148665 228148691 ENST00000453943 protein_coding 5 1 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366723 protein_coding 5 5 9 GUK1 ENSG00000143774 +CDS chr1 228148665 228148752 ENST00000366722 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148809 ENST00000435153 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366721 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366718 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366716 protein_coding 1 1 7 GUK1 ENSG00000143774 +transcript chr1 228149930 228159826 ENST00000366714 protein_coding 3 1 NA GJC2 ENSG00000198835 +CDS chr1 228157759 228159075 ENST00000366714 protein_coding 3 1 2 GJC2 ENSG00000198835 +transcript chr1 228165804 228182257 ENST00000366711 protein_coding 4 2 NA IBA57 ENSG00000181873 +CDS chr1 228165817 228166157 ENST00000366711 protein_coding 4 2 1 IBA57 ENSG00000181873 +CDS chr1 228174692 228175029 ENST00000366711 protein_coding 4 2 2 IBA57 ENSG00000181873 +CDS chr1 228175122 228175510 ENST00000366711 protein_coding 4 2 3 IBA57 ENSG00000181873 +transcript chr1 228208044 228378876 ENST00000570156 protein_coding 7 5 NA OBSCN ENSG00000154358 +transcript chr1 228208044 228378876 ENST00000680850 protein_coding 1 NA NA OBSCN ENSG00000154358 +transcript chr1 228208063 228361250 ENST00000284548 protein_coding 16 2 NA OBSCN ENSG00000154358 +transcript chr1 228208130 228378874 ENST00000422127 protein_coding 5 5 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000570156 protein_coding 7 5 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000680850 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000284548 protein_coding 16 2 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000422127 protein_coding 5 5 2 OBSCN ENSG00000154358 +transcript chr1 228211784 228285361 ENST00000366704 protein_coding 2 2 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000366704 protein_coding 2 2 1 OBSCN ENSG00000154358 +transcript chr1 228211784 228378795 ENST00000662438 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000662438 protein_coding 1 NA 1 OBSCN ENSG00000154358 +transcript chr1 228211784 228378876 ENST00000636476 protein_coding 2 1 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000636476 protein_coding 2 1 1 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000570156 protein_coding 7 5 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000680850 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000284548 protein_coding 16 2 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000422127 protein_coding 5 5 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000366704 protein_coding 2 2 2 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000662438 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000636476 protein_coding 2 1 2 OBSCN ENSG00000154358 +transcript chr1 228213625 228246642 ENST00000668066 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228213625 228213710 ENST00000668066 protein_coding 1 NA 1 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000570156 protein_coding 7 5 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000680850 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000284548 protein_coding 16 2 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000422127 protein_coding 5 5 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000366704 protein_coding 2 2 3 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000662438 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000636476 protein_coding 2 1 3 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000570156 protein_coding 7 5 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000680850 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000284548 protein_coding 16 2 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000422127 protein_coding 5 5 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000366704 protein_coding 2 2 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000662438 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000636476 protein_coding 2 1 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000668066 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000570156 protein_coding 7 5 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000680850 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000284548 protein_coding 16 2 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000422127 protein_coding 5 5 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000366704 protein_coding 2 2 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000662438 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000636476 protein_coding 2 1 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000668066 protein_coding 1 NA 3 OBSCN ENSG00000154358 +transcript chr1 228215689 228218222 ENST00000493977 protein_coding 2 3 NA OBSCN ENSG00000154358 +CDS chr1 228215689 228215829 ENST00000493977 protein_coding 2 3 1 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000570156 protein_coding 7 5 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000680850 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000284548 protein_coding 16 2 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000422127 protein_coding 5 5 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000366704 protein_coding 2 2 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000662438 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000636476 protein_coding 2 1 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000668066 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000493977 protein_coding 2 3 2 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000570156 protein_coding 7 5 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000680850 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000284548 protein_coding 16 2 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000422127 protein_coding 5 5 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000366704 protein_coding 2 2 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000662438 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000636476 protein_coding 2 1 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000668066 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000493977 protein_coding 2 3 3 OBSCN ENSG00000154358 +CDS chr1 228217395 228217402 ENST00000493977 protein_coding 2 3 4 OBSCN ENSG00000154358 +CDS chr1 228219324 228219599 ENST00000570156 protein_coding 7 5 9 OBSCN ENSG00000154358 +CDS chr1 228219324 228219599 ENST00000680850 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000570156 protein_coding 7 5 10 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000680850 protein_coding 1 NA 10 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000284548 protein_coding 16 2 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000422127 protein_coding 5 5 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000366704 protein_coding 2 2 8 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000662438 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000636476 protein_coding 2 1 8 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000570156 protein_coding 7 5 11 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000680850 protein_coding 1 NA 11 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000284548 protein_coding 16 2 10 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000422127 protein_coding 5 5 10 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000366704 protein_coding 2 2 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000662438 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000636476 protein_coding 2 1 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000668066 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000570156 protein_coding 7 5 12 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000680850 protein_coding 1 NA 12 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000284548 protein_coding 16 2 11 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000422127 protein_coding 5 5 11 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000366704 protein_coding 2 2 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000662438 protein_coding 1 NA 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000636476 protein_coding 2 1 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000668066 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000570156 protein_coding 7 5 13 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000680850 protein_coding 1 NA 13 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000284548 protein_coding 16 2 12 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000422127 protein_coding 5 5 12 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000366704 protein_coding 2 2 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000662438 protein_coding 1 NA 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000636476 protein_coding 2 1 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000668066 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000570156 protein_coding 7 5 14 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000680850 protein_coding 1 NA 14 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000284548 protein_coding 16 2 13 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000422127 protein_coding 5 5 13 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000366704 protein_coding 2 2 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000662438 protein_coding 1 NA 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000636476 protein_coding 2 1 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246642 ENST00000668066 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000570156 protein_coding 7 5 15 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000680850 protein_coding 1 NA 15 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000284548 protein_coding 16 2 14 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000422127 protein_coding 5 5 14 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000366704 protein_coding 2 2 13 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000662438 protein_coding 1 NA 13 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000636476 protein_coding 2 1 13 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000570156 protein_coding 7 5 16 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000680850 protein_coding 1 NA 16 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000284548 protein_coding 16 2 15 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000422127 protein_coding 5 5 15 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000366704 protein_coding 2 2 14 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000662438 protein_coding 1 NA 14 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000636476 protein_coding 2 1 14 OBSCN ENSG00000154358 +CDS chr1 228259501 228259776 ENST00000570156 protein_coding 7 5 17 OBSCN ENSG00000154358 +CDS chr1 228259501 228259776 ENST00000680850 protein_coding 1 NA 17 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000570156 protein_coding 7 5 18 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000680850 protein_coding 1 NA 18 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000284548 protein_coding 16 2 16 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000422127 protein_coding 5 5 16 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000366704 protein_coding 2 2 15 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000662438 protein_coding 1 NA 15 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000636476 protein_coding 2 1 15 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000570156 protein_coding 7 5 19 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000680850 protein_coding 1 NA 19 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000284548 protein_coding 16 2 17 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000422127 protein_coding 5 5 17 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000366704 protein_coding 2 2 16 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000662438 protein_coding 1 NA 16 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000636476 protein_coding 2 1 16 OBSCN ENSG00000154358 +CDS chr1 228271925 228272221 ENST00000570156 protein_coding 7 5 20 OBSCN ENSG00000154358 +CDS chr1 228271925 228272221 ENST00000680850 protein_coding 1 NA 20 OBSCN ENSG00000154358 +CDS chr1 228273272 228273547 ENST00000570156 protein_coding 7 5 21 OBSCN ENSG00000154358 +CDS chr1 228273272 228273547 ENST00000680850 protein_coding 1 NA 21 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000570156 protein_coding 7 5 22 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000680850 protein_coding 1 NA 22 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000284548 protein_coding 16 2 18 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000422127 protein_coding 5 5 18 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000366704 protein_coding 2 2 17 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000662438 protein_coding 1 NA 17 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000636476 protein_coding 2 1 17 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000570156 protein_coding 7 5 23 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000680850 protein_coding 1 NA 23 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000284548 protein_coding 16 2 19 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000422127 protein_coding 5 5 19 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000366704 protein_coding 2 2 18 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000662438 protein_coding 1 NA 18 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000636476 protein_coding 2 1 18 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000570156 protein_coding 7 5 24 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000680850 protein_coding 1 NA 24 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000284548 protein_coding 16 2 20 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000422127 protein_coding 5 5 20 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000366704 protein_coding 2 2 19 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000662438 protein_coding 1 NA 19 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000636476 protein_coding 2 1 19 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000570156 protein_coding 7 5 25 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000680850 protein_coding 1 NA 25 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000284548 protein_coding 16 2 21 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000422127 protein_coding 5 5 21 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000366704 protein_coding 2 2 20 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000662438 protein_coding 1 NA 20 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000636476 protein_coding 2 1 20 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000570156 protein_coding 7 5 26 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000680850 protein_coding 1 NA 26 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000284548 protein_coding 16 2 22 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000422127 protein_coding 5 5 22 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000366704 protein_coding 2 2 21 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000662438 protein_coding 1 NA 21 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000636476 protein_coding 2 1 21 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000570156 protein_coding 7 5 27 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000680850 protein_coding 1 NA 27 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000284548 protein_coding 16 2 23 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000422127 protein_coding 5 5 23 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000366704 protein_coding 2 2 22 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000662438 protein_coding 1 NA 22 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000636476 protein_coding 2 1 22 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000570156 protein_coding 7 5 28 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000680850 protein_coding 1 NA 28 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000284548 protein_coding 16 2 24 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000422127 protein_coding 5 5 24 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000366704 protein_coding 2 2 23 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000662438 protein_coding 1 NA 23 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000636476 protein_coding 2 1 23 OBSCN ENSG00000154358 +transcript chr1 228277178 228284195 ENST00000366706 protein_coding 7 5 NA OBSCN ENSG00000154358 +CDS chr1 228277178 228277313 ENST00000366706 protein_coding 7 5 1 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000570156 protein_coding 7 5 29 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000680850 protein_coding 1 NA 29 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000366706 protein_coding 7 5 2 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000570156 protein_coding 7 5 30 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000680850 protein_coding 1 NA 30 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000284548 protein_coding 16 2 25 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000422127 protein_coding 5 5 25 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000366704 protein_coding 2 2 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000662438 protein_coding 1 NA 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000636476 protein_coding 2 1 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000366706 protein_coding 7 5 3 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000570156 protein_coding 7 5 31 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000680850 protein_coding 1 NA 31 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000284548 protein_coding 16 2 26 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000422127 protein_coding 5 5 26 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000366704 protein_coding 2 2 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000662438 protein_coding 1 NA 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000636476 protein_coding 2 1 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000366706 protein_coding 7 5 4 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000570156 protein_coding 7 5 32 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000680850 protein_coding 1 NA 32 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000284548 protein_coding 16 2 27 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000422127 protein_coding 5 5 27 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000366704 protein_coding 2 2 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000662438 protein_coding 1 NA 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000636476 protein_coding 2 1 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000366706 protein_coding 7 5 5 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000570156 protein_coding 7 5 33 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000680850 protein_coding 1 NA 33 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000284548 protein_coding 16 2 28 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000422127 protein_coding 5 5 28 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000366704 protein_coding 2 2 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000662438 protein_coding 1 NA 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000636476 protein_coding 2 1 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000366706 protein_coding 7 5 6 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000570156 protein_coding 7 5 34 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000680850 protein_coding 1 NA 34 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000284548 protein_coding 16 2 29 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000422127 protein_coding 5 5 29 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000366704 protein_coding 2 2 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000662438 protein_coding 1 NA 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000636476 protein_coding 2 1 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000366706 protein_coding 7 5 7 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000570156 protein_coding 7 5 35 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000680850 protein_coding 1 NA 35 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000284548 protein_coding 16 2 30 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000422127 protein_coding 5 5 30 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000366704 protein_coding 2 2 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000662438 protein_coding 1 NA 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000636476 protein_coding 2 1 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000366706 protein_coding 7 5 8 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000570156 protein_coding 7 5 36 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000680850 protein_coding 1 NA 36 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000284548 protein_coding 16 2 31 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000422127 protein_coding 5 5 31 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000366704 protein_coding 2 2 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000662438 protein_coding 1 NA 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000636476 protein_coding 2 1 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000366706 protein_coding 7 5 9 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000570156 protein_coding 7 5 37 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000680850 protein_coding 1 NA 37 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000284548 protein_coding 16 2 32 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000422127 protein_coding 5 5 32 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000366704 protein_coding 2 2 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000662438 protein_coding 1 NA 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000636476 protein_coding 2 1 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000366706 protein_coding 7 5 10 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000570156 protein_coding 7 5 38 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000680850 protein_coding 1 NA 38 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000284548 protein_coding 16 2 33 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000422127 protein_coding 5 5 33 OBSCN ENSG00000154358 +CDS chr1 228283503 228283795 ENST00000366704 protein_coding 2 2 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000662438 protein_coding 1 NA 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000636476 protein_coding 2 1 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283795 ENST00000366706 protein_coding 7 5 11 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000570156 protein_coding 7 5 39 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000680850 protein_coding 1 NA 39 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000284548 protein_coding 16 2 34 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000422127 protein_coding 5 5 34 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000662438 protein_coding 1 NA 33 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000636476 protein_coding 2 1 33 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000570156 protein_coding 7 5 40 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000680850 protein_coding 1 NA 40 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000284548 protein_coding 16 2 35 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000422127 protein_coding 5 5 35 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000662438 protein_coding 1 NA 34 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000636476 protein_coding 2 1 34 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000570156 protein_coding 7 5 41 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000680850 protein_coding 1 NA 41 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000284548 protein_coding 16 2 36 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000422127 protein_coding 5 5 36 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000662438 protein_coding 1 NA 35 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000636476 protein_coding 2 1 35 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000570156 protein_coding 7 5 42 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000680850 protein_coding 1 NA 42 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000284548 protein_coding 16 2 37 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000422127 protein_coding 5 5 37 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000662438 protein_coding 1 NA 36 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000636476 protein_coding 2 1 36 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000570156 protein_coding 7 5 43 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000680850 protein_coding 1 NA 43 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000284548 protein_coding 16 2 38 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000422127 protein_coding 5 5 38 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000662438 protein_coding 1 NA 37 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000636476 protein_coding 2 1 37 OBSCN ENSG00000154358 +transcript chr1 228288836 228303644 ENST00000483539 protein_coding 3 5 NA OBSCN ENSG00000154358 +CDS chr1 228288836 228288888 ENST00000483539 protein_coding 3 5 1 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000570156 protein_coding 7 5 44 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000680850 protein_coding 1 NA 44 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000284548 protein_coding 16 2 39 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000422127 protein_coding 5 5 39 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000662438 protein_coding 1 NA 38 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000636476 protein_coding 2 1 38 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000483539 protein_coding 3 5 2 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000570156 protein_coding 7 5 45 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000680850 protein_coding 1 NA 45 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000284548 protein_coding 16 2 40 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000422127 protein_coding 5 5 40 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000662438 protein_coding 1 NA 39 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000636476 protein_coding 2 1 39 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000570156 protein_coding 7 5 46 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000680850 protein_coding 1 NA 46 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000284548 protein_coding 16 2 41 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000422127 protein_coding 5 5 41 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000662438 protein_coding 1 NA 40 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000636476 protein_coding 2 1 40 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000483539 protein_coding 3 5 3 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000570156 protein_coding 7 5 47 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000680850 protein_coding 1 NA 47 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000284548 protein_coding 16 2 42 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000422127 protein_coding 5 5 42 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000662438 protein_coding 1 NA 41 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000636476 protein_coding 2 1 41 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000483539 protein_coding 3 5 4 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000570156 protein_coding 7 5 48 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000680850 protein_coding 1 NA 48 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000284548 protein_coding 16 2 43 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000422127 protein_coding 5 5 43 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000662438 protein_coding 1 NA 42 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000636476 protein_coding 2 1 42 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000483539 protein_coding 3 5 5 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000570156 protein_coding 7 5 49 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000680850 protein_coding 1 NA 49 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000662438 protein_coding 1 NA 43 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000483539 protein_coding 3 5 6 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000570156 protein_coding 7 5 50 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000680850 protein_coding 1 NA 50 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000662438 protein_coding 1 NA 44 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000483539 protein_coding 3 5 7 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000570156 protein_coding 7 5 51 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000680850 protein_coding 1 NA 51 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000662438 protein_coding 1 NA 45 OBSCN ENSG00000154358 +CDS chr1 228299882 228300159 ENST00000483539 protein_coding 3 5 8 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000570156 protein_coding 7 5 52 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000680850 protein_coding 1 NA 52 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000662438 protein_coding 1 NA 46 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000570156 protein_coding 7 5 53 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000680850 protein_coding 1 NA 53 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000662438 protein_coding 1 NA 47 OBSCN ENSG00000154358 +CDS chr1 228305123 228305386 ENST00000570156 protein_coding 7 5 54 OBSCN ENSG00000154358 +CDS chr1 228305123 228305386 ENST00000680850 protein_coding 1 NA 54 OBSCN ENSG00000154358 +CDS chr1 228305162 228305386 ENST00000662438 protein_coding 1 NA 48 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000570156 protein_coding 7 5 55 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000680850 protein_coding 1 NA 55 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000284548 protein_coding 16 2 44 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000422127 protein_coding 5 5 44 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000662438 protein_coding 1 NA 49 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000636476 protein_coding 2 1 43 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000570156 protein_coding 7 5 56 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000680850 protein_coding 1 NA 56 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000284548 protein_coding 16 2 45 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000422127 protein_coding 5 5 45 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000662438 protein_coding 1 NA 50 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000636476 protein_coding 2 1 44 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000570156 protein_coding 7 5 57 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000680850 protein_coding 1 NA 57 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000284548 protein_coding 16 2 46 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000422127 protein_coding 5 5 46 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000662438 protein_coding 1 NA 51 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000636476 protein_coding 2 1 45 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000570156 protein_coding 7 5 58 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000680850 protein_coding 1 NA 58 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000284548 protein_coding 16 2 47 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000422127 protein_coding 5 5 47 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000662438 protein_coding 1 NA 52 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000636476 protein_coding 2 1 46 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000570156 protein_coding 7 5 59 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000680850 protein_coding 1 NA 59 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000284548 protein_coding 16 2 48 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000422127 protein_coding 5 5 48 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000662438 protein_coding 1 NA 53 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000636476 protein_coding 2 1 47 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000570156 protein_coding 7 5 60 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000680850 protein_coding 1 NA 60 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000284548 protein_coding 16 2 49 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000422127 protein_coding 5 5 49 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000662438 protein_coding 1 NA 54 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000636476 protein_coding 2 1 48 OBSCN ENSG00000154358 +transcript chr1 228309484 228316119 ENST00000660857 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000660857 protein_coding 1 NA 1 OBSCN ENSG00000154358 +CDS chr1 228313614 228313886 ENST00000660857 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228314814 228315080 ENST00000660857 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000570156 protein_coding 7 5 61 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000680850 protein_coding 1 NA 61 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000284548 protein_coding 16 2 50 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000422127 protein_coding 5 5 50 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000662438 protein_coding 1 NA 55 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000636476 protein_coding 2 1 49 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000660857 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000570156 protein_coding 7 5 62 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000680850 protein_coding 1 NA 62 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000284548 protein_coding 16 2 51 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000422127 protein_coding 5 5 51 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000662438 protein_coding 1 NA 56 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000636476 protein_coding 2 1 50 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000570156 protein_coding 7 5 63 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000680850 protein_coding 1 NA 63 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000284548 protein_coding 16 2 52 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000422127 protein_coding 5 5 52 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000662438 protein_coding 1 NA 57 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000636476 protein_coding 2 1 51 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000570156 protein_coding 7 5 64 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000680850 protein_coding 1 NA 64 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000284548 protein_coding 16 2 53 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000422127 protein_coding 5 5 53 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000662438 protein_coding 1 NA 58 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000636476 protein_coding 2 1 52 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000570156 protein_coding 7 5 65 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000680850 protein_coding 1 NA 65 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000284548 protein_coding 16 2 54 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000422127 protein_coding 5 5 54 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000662438 protein_coding 1 NA 59 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000636476 protein_coding 2 1 53 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000570156 protein_coding 7 5 66 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000680850 protein_coding 1 NA 66 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000284548 protein_coding 16 2 55 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000422127 protein_coding 5 5 55 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000662438 protein_coding 1 NA 60 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000636476 protein_coding 2 1 54 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000570156 protein_coding 7 5 67 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000680850 protein_coding 1 NA 67 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000284548 protein_coding 16 2 56 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000422127 protein_coding 5 5 56 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000662438 protein_coding 1 NA 61 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000636476 protein_coding 2 1 55 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000570156 protein_coding 7 5 68 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000680850 protein_coding 1 NA 68 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000284548 protein_coding 16 2 57 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000422127 protein_coding 5 5 57 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000662438 protein_coding 1 NA 62 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000636476 protein_coding 2 1 56 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000570156 protein_coding 7 5 69 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000680850 protein_coding 1 NA 69 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000284548 protein_coding 16 2 58 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000422127 protein_coding 5 5 58 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000662438 protein_coding 1 NA 63 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000636476 protein_coding 2 1 57 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000570156 protein_coding 7 5 70 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000680850 protein_coding 1 NA 70 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000284548 protein_coding 16 2 59 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000422127 protein_coding 5 5 59 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000662438 protein_coding 1 NA 64 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000636476 protein_coding 2 1 58 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000570156 protein_coding 7 5 71 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000680850 protein_coding 1 NA 71 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000284548 protein_coding 16 2 60 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000422127 protein_coding 5 5 60 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000662438 protein_coding 1 NA 65 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000636476 protein_coding 2 1 59 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000570156 protein_coding 7 5 72 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000680850 protein_coding 1 NA 72 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000284548 protein_coding 16 2 61 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000422127 protein_coding 5 5 61 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000662438 protein_coding 1 NA 66 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000636476 protein_coding 2 1 60 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000570156 protein_coding 7 5 73 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000680850 protein_coding 1 NA 73 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000284548 protein_coding 16 2 62 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000422127 protein_coding 5 5 62 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000662438 protein_coding 1 NA 67 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000636476 protein_coding 2 1 61 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000570156 protein_coding 7 5 74 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000680850 protein_coding 1 NA 74 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000284548 protein_coding 16 2 63 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000422127 protein_coding 5 5 63 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000662438 protein_coding 1 NA 68 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000636476 protein_coding 2 1 62 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000570156 protein_coding 7 5 75 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000680850 protein_coding 1 NA 75 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000284548 protein_coding 16 2 64 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000422127 protein_coding 5 5 64 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000662438 protein_coding 1 NA 69 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000636476 protein_coding 2 1 63 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000570156 protein_coding 7 5 76 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000680850 protein_coding 1 NA 76 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000284548 protein_coding 16 2 65 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000422127 protein_coding 5 5 65 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000662438 protein_coding 1 NA 70 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000636476 protein_coding 2 1 64 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000570156 protein_coding 7 5 77 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000680850 protein_coding 1 NA 77 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000284548 protein_coding 16 2 66 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000422127 protein_coding 5 5 66 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000662438 protein_coding 1 NA 71 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000636476 protein_coding 2 1 65 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000570156 protein_coding 7 5 78 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000680850 protein_coding 1 NA 78 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000284548 protein_coding 16 2 67 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000422127 protein_coding 5 5 67 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000662438 protein_coding 1 NA 72 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000636476 protein_coding 2 1 66 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000570156 protein_coding 7 5 79 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000680850 protein_coding 1 NA 79 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000284548 protein_coding 16 2 68 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000422127 protein_coding 5 5 68 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000662438 protein_coding 1 NA 73 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000636476 protein_coding 2 1 67 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000570156 protein_coding 7 5 80 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000680850 protein_coding 1 NA 80 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000284548 protein_coding 16 2 69 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000422127 protein_coding 5 5 69 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000662438 protein_coding 1 NA 74 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000636476 protein_coding 2 1 68 OBSCN ENSG00000154358 +CDS chr1 228339942 228340101 ENST00000636476 protein_coding 2 1 69 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000570156 protein_coding 7 5 81 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000680850 protein_coding 1 NA 81 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000284548 protein_coding 16 2 70 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000422127 protein_coding 5 5 70 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000662438 protein_coding 1 NA 75 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000570156 protein_coding 7 5 82 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000680850 protein_coding 1 NA 82 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000284548 protein_coding 16 2 71 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000422127 protein_coding 5 5 71 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000662438 protein_coding 1 NA 76 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000636476 protein_coding 2 1 70 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000570156 protein_coding 7 5 83 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000680850 protein_coding 1 NA 83 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000284548 protein_coding 16 2 72 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000422127 protein_coding 5 5 72 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000662438 protein_coding 1 NA 77 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000636476 protein_coding 2 1 71 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000570156 protein_coding 7 5 84 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000680850 protein_coding 1 NA 84 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000284548 protein_coding 16 2 73 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000422127 protein_coding 5 5 73 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000662438 protein_coding 1 NA 78 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000636476 protein_coding 2 1 72 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000570156 protein_coding 7 5 85 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000680850 protein_coding 1 NA 85 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000284548 protein_coding 16 2 74 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000422127 protein_coding 5 5 74 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000662438 protein_coding 1 NA 79 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000636476 protein_coding 2 1 73 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000570156 protein_coding 7 5 86 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000680850 protein_coding 1 NA 86 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000284548 protein_coding 16 2 75 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000422127 protein_coding 5 5 75 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000662438 protein_coding 1 NA 80 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000636476 protein_coding 2 1 74 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000570156 protein_coding 7 5 87 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000680850 protein_coding 1 NA 87 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000284548 protein_coding 16 2 76 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000422127 protein_coding 5 5 76 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000662438 protein_coding 1 NA 81 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000636476 protein_coding 2 1 75 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000570156 protein_coding 7 5 88 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000680850 protein_coding 1 NA 88 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000284548 protein_coding 16 2 77 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000422127 protein_coding 5 5 77 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000662438 protein_coding 1 NA 82 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000636476 protein_coding 2 1 76 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000570156 protein_coding 7 5 89 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000680850 protein_coding 1 NA 89 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000284548 protein_coding 16 2 78 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000422127 protein_coding 5 5 78 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000662438 protein_coding 1 NA 83 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000636476 protein_coding 2 1 77 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000570156 protein_coding 7 5 90 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000680850 protein_coding 1 NA 90 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000284548 protein_coding 16 2 79 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000422127 protein_coding 5 5 79 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000662438 protein_coding 1 NA 84 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000636476 protein_coding 2 1 78 OBSCN ENSG00000154358 +CDS chr1 228356151 228356193 ENST00000284548 protein_coding 16 2 80 OBSCN ENSG00000154358 +CDS chr1 228359597 228360752 ENST00000284548 protein_coding 16 2 81 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000570156 protein_coding 7 5 91 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000680850 protein_coding 1 NA 91 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000422127 protein_coding 5 5 80 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000662438 protein_coding 1 NA 85 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000636476 protein_coding 2 1 79 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000570156 protein_coding 7 5 92 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000680850 protein_coding 1 NA 92 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000422127 protein_coding 5 5 81 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000662438 protein_coding 1 NA 86 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000636476 protein_coding 2 1 80 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000570156 protein_coding 7 5 93 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000680850 protein_coding 1 NA 93 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000422127 protein_coding 5 5 82 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000662438 protein_coding 1 NA 87 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000636476 protein_coding 2 1 81 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000570156 protein_coding 7 5 94 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000680850 protein_coding 1 NA 94 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000422127 protein_coding 5 5 83 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000662438 protein_coding 1 NA 88 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000636476 protein_coding 2 1 82 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000570156 protein_coding 7 5 95 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000680850 protein_coding 1 NA 95 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000422127 protein_coding 5 5 84 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000662438 protein_coding 1 NA 89 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000636476 protein_coding 2 1 83 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000570156 protein_coding 7 5 96 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000680850 protein_coding 1 NA 96 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000422127 protein_coding 5 5 85 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000662438 protein_coding 1 NA 90 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000636476 protein_coding 2 1 84 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000570156 protein_coding 7 5 97 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000680850 protein_coding 1 NA 97 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000422127 protein_coding 5 5 86 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000662438 protein_coding 1 NA 91 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000636476 protein_coding 2 1 85 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000570156 protein_coding 7 5 98 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000680850 protein_coding 1 NA 98 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000422127 protein_coding 5 5 87 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000662438 protein_coding 1 NA 92 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000636476 protein_coding 2 1 86 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000570156 protein_coding 7 5 99 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000680850 protein_coding 1 NA 99 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000422127 protein_coding 5 5 88 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000662438 protein_coding 1 NA 93 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000636476 protein_coding 2 1 87 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000570156 protein_coding 7 5 100 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000680850 protein_coding 1 NA 100 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000422127 protein_coding 5 5 89 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000662438 protein_coding 1 NA 94 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000636476 protein_coding 2 1 88 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000570156 protein_coding 7 5 101 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000680850 protein_coding 1 NA 101 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000422127 protein_coding 5 5 90 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000662438 protein_coding 1 NA 95 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000636476 protein_coding 2 1 89 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000570156 protein_coding 7 5 102 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000680850 protein_coding 1 NA 102 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000422127 protein_coding 5 5 91 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000662438 protein_coding 1 NA 96 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000636476 protein_coding 2 1 90 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000570156 protein_coding 7 5 103 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000680850 protein_coding 1 NA 103 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000422127 protein_coding 5 5 92 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000662438 protein_coding 1 NA 97 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000636476 protein_coding 2 1 91 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000570156 protein_coding 7 5 104 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000680850 protein_coding 1 NA 104 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000422127 protein_coding 5 5 93 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000662438 protein_coding 1 NA 98 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000636476 protein_coding 2 1 92 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000570156 protein_coding 7 5 105 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000680850 protein_coding 1 NA 105 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000422127 protein_coding 5 5 94 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000662438 protein_coding 1 NA 99 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000636476 protein_coding 2 1 93 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000570156 protein_coding 7 5 106 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000680850 protein_coding 1 NA 106 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000422127 protein_coding 5 5 95 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000662438 protein_coding 1 NA 100 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000636476 protein_coding 2 1 94 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000570156 protein_coding 7 5 107 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000680850 protein_coding 1 NA 107 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000422127 protein_coding 5 5 96 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000662438 protein_coding 1 NA 101 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000636476 protein_coding 2 1 95 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000570156 protein_coding 7 5 108 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000680850 protein_coding 1 NA 108 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000422127 protein_coding 5 5 97 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000662438 protein_coding 1 NA 102 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000636476 protein_coding 2 1 96 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000570156 protein_coding 7 5 109 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000680850 protein_coding 1 NA 109 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000422127 protein_coding 5 5 98 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000662438 protein_coding 1 NA 103 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000636476 protein_coding 2 1 97 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000570156 protein_coding 7 5 110 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000680850 protein_coding 1 NA 110 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000422127 protein_coding 5 5 99 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000662438 protein_coding 1 NA 104 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000636476 protein_coding 2 1 98 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000570156 protein_coding 7 5 111 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000680850 protein_coding 1 NA 111 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000422127 protein_coding 5 5 100 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000662438 protein_coding 1 NA 105 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000636476 protein_coding 2 1 99 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000570156 protein_coding 7 5 112 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000680850 protein_coding 1 NA 112 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000422127 protein_coding 5 5 101 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000662438 protein_coding 1 NA 106 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000636476 protein_coding 2 1 100 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000570156 protein_coding 7 5 113 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000680850 protein_coding 1 NA 113 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000422127 protein_coding 5 5 102 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000662438 protein_coding 1 NA 107 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000636476 protein_coding 2 1 101 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000680850 protein_coding 1 NA 114 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000422127 protein_coding 5 5 103 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000662438 protein_coding 1 NA 108 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000636476 protein_coding 2 1 102 OBSCN ENSG00000154358 +CDS chr1 228377937 228378006 ENST00000570156 protein_coding 7 5 114 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000570156 protein_coding 7 5 115 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000680850 protein_coding 1 NA 115 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000422127 protein_coding 5 5 104 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000662438 protein_coding 1 NA 109 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000636476 protein_coding 2 1 103 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000570156 protein_coding 7 5 116 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000680850 protein_coding 1 NA 116 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000422127 protein_coding 5 5 105 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000662438 protein_coding 1 NA 110 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000636476 protein_coding 2 1 104 OBSCN ENSG00000154358 +transcript chr1 228393673 228405904 ENST00000493030 protein_coding 6 1 NA TRIM11 ENSG00000154370 +transcript chr1 228393676 228406835 ENST00000284551 protein_coding 11 1 NA TRIM11 ENSG00000154370 +CDS chr1 228394708 228395252 ENST00000493030 protein_coding 6 1 5 TRIM11 ENSG00000154370 +CDS chr1 228394708 228395252 ENST00000284551 protein_coding 11 1 6 TRIM11 ENSG00000154370 +transcript chr1 228394825 228406187 ENST00000602582 protein_coding 5 3 NA TRIM11 ENSG00000154370 +CDS chr1 228394825 228395252 ENST00000602582 protein_coding 5 3 5 TRIM11 ENSG00000154370 +transcript chr1 228395534 228406800 ENST00000366699 protein_coding 3 2 NA TRIM11 ENSG00000154370 +transcript chr1 228396613 228406186 ENST00000602308 protein_coding 1 3 NA TRIM11 ENSG00000154370 +CDS chr1 228396651 228397047 ENST00000366699 protein_coding 3 2 5 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000493030 protein_coding 6 1 4 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000284551 protein_coding 11 1 5 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000602582 protein_coding 5 3 4 TRIM11 ENSG00000154370 +CDS chr1 228397037 228397165 ENST00000602308 protein_coding 1 3 2 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000493030 protein_coding 6 1 3 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000284551 protein_coding 11 1 4 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000602582 protein_coding 5 3 3 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000366699 protein_coding 3 2 4 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000493030 protein_coding 6 1 2 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000284551 protein_coding 11 1 3 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000366699 protein_coding 3 2 3 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402194 ENST00000493030 protein_coding 6 1 1 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000284551 protein_coding 11 1 2 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000602582 protein_coding 5 3 2 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000366699 protein_coding 3 2 2 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406561 ENST00000284551 protein_coding 11 1 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406187 ENST00000602582 protein_coding 5 3 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406561 ENST00000366699 protein_coding 3 2 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406186 ENST00000602308 protein_coding 1 3 1 TRIM11 ENSG00000154370 +transcript chr1 228407935 228416861 ENST00000366698 protein_coding 7 1 NA TRIM17 ENSG00000162931 +transcript chr1 228407940 228416029 ENST00000366697 protein_coding 6 2 NA TRIM17 ENSG00000162931 +transcript chr1 228408036 228416664 ENST00000295033 protein_coding 7 1 NA TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000366698 protein_coding 7 1 7 TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000366697 protein_coding 6 2 6 TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000295033 protein_coding 7 1 7 TRIM17 ENSG00000162931 +transcript chr1 228408700 228416757 ENST00000456946 protein_coding 6 1 NA TRIM17 ENSG00000162931 +CDS chr1 228409026 228409275 ENST00000456946 protein_coding 6 1 6 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000366698 protein_coding 7 1 6 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000366697 protein_coding 6 2 5 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000295033 protein_coding 7 1 6 TRIM17 ENSG00000162931 +transcript chr1 228409172 228416653 ENST00000479800 protein_coding 1 5 NA TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000479800 protein_coding 1 5 6 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000366698 protein_coding 7 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000366697 protein_coding 6 2 4 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000295033 protein_coding 7 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000456946 protein_coding 6 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000479800 protein_coding 1 5 5 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000366698 protein_coding 7 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000366697 protein_coding 6 2 3 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000295033 protein_coding 7 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000456946 protein_coding 6 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000479800 protein_coding 1 5 4 TRIM17 ENSG00000162931 +transcript chr1 228413796 228416627 ENST00000355586 protein_coding 4 4 NA TRIM17 ENSG00000162931 +CDS chr1 228413796 228413892 ENST00000355586 protein_coding 4 4 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000366698 protein_coding 7 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000366697 protein_coding 6 2 2 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000295033 protein_coding 7 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000456946 protein_coding 6 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000479800 protein_coding 1 5 3 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000366698 protein_coding 7 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000366697 protein_coding 6 2 1 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000295033 protein_coding 7 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000456946 protein_coding 6 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228414991 ENST00000479800 protein_coding 1 5 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000355586 protein_coding 4 4 2 TRIM17 ENSG00000162931 +transcript chr1 228414900 228416861 ENST00000457345 protein_coding 2 4 NA TRIM17 ENSG00000162931 +CDS chr1 228414900 228414991 ENST00000457345 protein_coding 2 4 2 TRIM17 ENSG00000162931 +transcript chr1 228414921 228416652 ENST00000520264 protein_coding 1 4 NA TRIM17 ENSG00000162931 +CDS chr1 228414921 228415072 ENST00000520264 protein_coding 1 4 2 TRIM17 ENSG00000162931 +transcript chr1 228424845 228425360 ENST00000366696 protein_coding 2 NA NA H3-4 ENSG00000168148 +CDS chr1 228424918 228425325 ENST00000366696 protein_coding 2 NA 1 H3-4 ENSG00000168148 +transcript chr1 228456979 228457873 ENST00000366695 protein_coding 3 NA NA H2AW ENSG00000181218 +transcript chr1 228457364 228457873 ENST00000689584 protein_coding 1 NA NA H2AW ENSG00000181218 +CDS chr1 228457428 228457817 ENST00000366695 protein_coding 3 NA 1 H2AW ENSG00000181218 +CDS chr1 228457428 228457817 ENST00000689584 protein_coding 1 NA 1 H2AW ENSG00000181218 +transcript chr1 228458103 228458558 ENST00000693095 protein_coding 1 NA NA H2BU1 ENSG00000196890 +transcript chr1 228458103 228463104 ENST00000620438 protein_coding 2 NA NA H2BU1 ENSG00000196890 +CDS chr1 228458130 228458507 ENST00000693095 protein_coding 1 NA 1 H2BU1 ENSG00000196890 +CDS chr1 228458130 228458507 ENST00000620438 protein_coding 2 NA 1 H2BU1 ENSG00000196890 +transcript chr1 228487382 228496188 ENST00000305943 protein_coding 9 1 NA RNF187 ENSG00000168159 +CDS chr1 228487489 228487878 ENST00000305943 protein_coding 9 1 1 RNF187 ENSG00000168159 +CDS chr1 228488960 228489052 ENST00000305943 protein_coding 9 1 2 RNF187 ENSG00000168159 +CDS chr1 228493053 228493274 ENST00000305943 protein_coding 9 1 3 RNF187 ENSG00000168159 +transcript chr1 228735479 228746664 ENST00000366691 protein_coding 4 1 NA RHOU ENSG00000116574 +CDS chr1 228735743 228736004 ENST00000366691 protein_coding 4 1 1 RHOU ENSG00000116574 +CDS chr1 228737673 228737731 ENST00000366691 protein_coding 4 1 2 RHOU ENSG00000116574 +CDS chr1 228743285 228743737 ENST00000366691 protein_coding 4 1 3 RHOU ENSG00000116574 +transcript chr1 229271062 229305891 ENST00000618010 protein_coding 4 3 NA RAB4A ENSG00000168118 +transcript chr1 229271111 229305894 ENST00000366690 protein_coding 5 1 NA RAB4A ENSG00000168118 +CDS chr1 229271340 229271370 ENST00000366690 protein_coding 5 1 1 RAB4A ENSG00000168118 +CDS chr1 229286486 229286566 ENST00000366690 protein_coding 5 1 2 RAB4A ENSG00000168118 +CDS chr1 229288729 229288843 ENST00000366690 protein_coding 5 1 3 RAB4A ENSG00000168118 +CDS chr1 229295848 229295910 ENST00000366690 protein_coding 5 1 4 RAB4A ENSG00000168118 +CDS chr1 229295898 229295910 ENST00000618010 protein_coding 4 3 2 RAB4A ENSG00000168118 +CDS chr1 229297482 229297636 ENST00000366690 protein_coding 5 1 5 RAB4A ENSG00000168118 +CDS chr1 229297520 229297636 ENST00000618010 protein_coding 4 3 3 RAB4A ENSG00000168118 +CDS chr1 229298977 229299072 ENST00000366690 protein_coding 5 1 6 RAB4A ENSG00000168118 +CDS chr1 229298977 229299072 ENST00000618010 protein_coding 4 3 4 RAB4A ENSG00000168118 +CDS chr1 229302862 229302974 ENST00000366690 protein_coding 5 1 7 RAB4A ENSG00000168118 +CDS chr1 229302862 229302974 ENST00000618010 protein_coding 4 3 5 RAB4A ENSG00000168118 +transcript chr1 229321011 229342517 ENST00000366687 protein_coding 5 1 NA CCSAP ENSG00000154429 +transcript chr1 229321015 229343047 ENST00000284617 protein_coding 7 1 NA CCSAP ENSG00000154429 +transcript chr1 229321515 229340633 ENST00000366686 protein_coding 1 2 NA CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000366687 protein_coding 5 1 3 CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000284617 protein_coding 7 1 4 CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000366686 protein_coding 1 2 3 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000366687 protein_coding 5 1 2 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000284617 protein_coding 7 1 3 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000366686 protein_coding 1 2 2 CCSAP ENSG00000154429 +CDS chr1 229340401 229340425 ENST00000366686 protein_coding 1 2 1 CCSAP ENSG00000154429 +CDS chr1 229342099 229342465 ENST00000366687 protein_coding 5 1 1 CCSAP ENSG00000154429 +CDS chr1 229342099 229342465 ENST00000284617 protein_coding 7 1 2 CCSAP ENSG00000154429 +transcript chr1 229430365 229434100 ENST00000684723 protein_coding 1 NA NA ACTA1 ENSG00000143632 +transcript chr1 229431245 229434094 ENST00000366684 protein_coding 7 1 NA ACTA1 ENSG00000143632 +transcript chr1 229431245 229434104 ENST00000366683 protein_coding 4 5 NA ACTA1 ENSG00000143632 +CDS chr1 229431502 229431642 ENST00000684723 protein_coding 1 NA 6 ACTA1 ENSG00000143632 +CDS chr1 229431502 229431642 ENST00000366684 protein_coding 7 1 7 ACTA1 ENSG00000143632 +CDS chr1 229431502 229431564 ENST00000366683 protein_coding 4 5 7 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000684723 protein_coding 1 NA 5 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000366684 protein_coding 7 1 6 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000366683 protein_coding 4 5 6 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000684723 protein_coding 1 NA 4 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000366684 protein_coding 7 1 5 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000366683 protein_coding 4 5 5 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000684723 protein_coding 1 NA 3 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000366684 protein_coding 7 1 4 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000366683 protein_coding 4 5 4 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432874 ENST00000684723 protein_coding 1 NA 2 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432880 ENST00000366684 protein_coding 7 1 3 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432880 ENST00000366683 protein_coding 4 5 3 ACTA1 ENSG00000143632 +CDS chr1 229432987 229433115 ENST00000366684 protein_coding 7 1 2 ACTA1 ENSG00000143632 +CDS chr1 229432987 229433115 ENST00000366683 protein_coding 4 5 2 ACTA1 ENSG00000143632 +transcript chr1 229440259 229508341 ENST00000261396 protein_coding 6 1 NA NUP133 ENSG00000069248 +CDS chr1 229441907 229442040 ENST00000261396 protein_coding 6 1 26 NUP133 ENSG00000069248 +CDS chr1 229444914 229445002 ENST00000261396 protein_coding 6 1 25 NUP133 ENSG00000069248 +CDS chr1 229449126 229449190 ENST00000261396 protein_coding 6 1 24 NUP133 ENSG00000069248 +CDS chr1 229450525 229450605 ENST00000261396 protein_coding 6 1 23 NUP133 ENSG00000069248 +CDS chr1 229452525 229452643 ENST00000261396 protein_coding 6 1 22 NUP133 ENSG00000069248 +CDS chr1 229458161 229458296 ENST00000261396 protein_coding 6 1 21 NUP133 ENSG00000069248 +CDS chr1 229460611 229460769 ENST00000261396 protein_coding 6 1 20 NUP133 ENSG00000069248 +CDS chr1 229463543 229463676 ENST00000261396 protein_coding 6 1 19 NUP133 ENSG00000069248 +CDS chr1 229464624 229464875 ENST00000261396 protein_coding 6 1 18 NUP133 ENSG00000069248 +CDS chr1 229465420 229465519 ENST00000261396 protein_coding 6 1 17 NUP133 ENSG00000069248 +CDS chr1 229466634 229466756 ENST00000261396 protein_coding 6 1 16 NUP133 ENSG00000069248 +CDS chr1 229470580 229470804 ENST00000261396 protein_coding 6 1 15 NUP133 ENSG00000069248 +CDS chr1 229475638 229475732 ENST00000261396 protein_coding 6 1 14 NUP133 ENSG00000069248 +CDS chr1 229477597 229477760 ENST00000261396 protein_coding 6 1 13 NUP133 ENSG00000069248 +CDS chr1 229484054 229484145 ENST00000261396 protein_coding 6 1 12 NUP133 ENSG00000069248 +CDS chr1 229486371 229486528 ENST00000261396 protein_coding 6 1 11 NUP133 ENSG00000069248 +CDS chr1 229487466 229487613 ENST00000261396 protein_coding 6 1 10 NUP133 ENSG00000069248 +CDS chr1 229489955 229490102 ENST00000261396 protein_coding 6 1 9 NUP133 ENSG00000069248 +CDS chr1 229495495 229495565 ENST00000261396 protein_coding 6 1 8 NUP133 ENSG00000069248 +CDS chr1 229495892 229496047 ENST00000261396 protein_coding 6 1 7 NUP133 ENSG00000069248 +CDS chr1 229498136 229498306 ENST00000261396 protein_coding 6 1 6 NUP133 ENSG00000069248 +CDS chr1 229499684 229499818 ENST00000261396 protein_coding 6 1 5 NUP133 ENSG00000069248 +CDS chr1 229500756 229500863 ENST00000261396 protein_coding 6 1 4 NUP133 ENSG00000069248 +CDS chr1 229501999 229502102 ENST00000261396 protein_coding 6 1 3 NUP133 ENSG00000069248 +CDS chr1 229506040 229506158 ENST00000261396 protein_coding 6 1 2 NUP133 ENSG00000069248 +CDS chr1 229508068 229508249 ENST00000261396 protein_coding 6 1 1 NUP133 ENSG00000069248 +transcript chr1 229516582 229558707 ENST00000344517 protein_coding 5 1 NA ABCB10 ENSG00000135776 +CDS chr1 229518182 229518410 ENST00000344517 protein_coding 5 1 13 ABCB10 ENSG00000135776 +CDS chr1 229518841 229518875 ENST00000344517 protein_coding 5 1 12 ABCB10 ENSG00000135776 +CDS chr1 229521592 229521635 ENST00000344517 protein_coding 5 1 11 ABCB10 ENSG00000135776 +CDS chr1 229525936 229526116 ENST00000344517 protein_coding 5 1 10 ABCB10 ENSG00000135776 +CDS chr1 229527229 229527308 ENST00000344517 protein_coding 5 1 9 ABCB10 ENSG00000135776 +CDS chr1 229530199 229530408 ENST00000344517 protein_coding 5 1 8 ABCB10 ENSG00000135776 +CDS chr1 229531636 229531731 ENST00000344517 protein_coding 5 1 7 ABCB10 ENSG00000135776 +CDS chr1 229539456 229539591 ENST00000344517 protein_coding 5 1 6 ABCB10 ENSG00000135776 +CDS chr1 229540606 229540752 ENST00000344517 protein_coding 5 1 5 ABCB10 ENSG00000135776 +CDS chr1 229542237 229542371 ENST00000344517 protein_coding 5 1 4 ABCB10 ENSG00000135776 +CDS chr1 229547499 229547701 ENST00000344517 protein_coding 5 1 3 ABCB10 ENSG00000135776 +CDS chr1 229549234 229549434 ENST00000344517 protein_coding 5 1 2 ABCB10 ENSG00000135776 +CDS chr1 229558136 229558652 ENST00000344517 protein_coding 5 1 1 ABCB10 ENSG00000135776 +transcript chr1 229593121 229626047 ENST00000258281 protein_coding 6 5 NA TAF5L ENSG00000135801 +CDS chr1 229594300 229595094 ENST00000258281 protein_coding 6 5 5 TAF5L ENSG00000135801 +transcript chr1 229599194 229625970 ENST00000366675 protein_coding 3 1 NA TAF5L ENSG00000135801 +CDS chr1 229602192 229602919 ENST00000366675 protein_coding 3 1 4 TAF5L ENSG00000135801 +CDS chr1 229602195 229602919 ENST00000258281 protein_coding 6 5 4 TAF5L ENSG00000135801 +CDS chr1 229610106 229610210 ENST00000258281 protein_coding 6 5 3 TAF5L ENSG00000135801 +CDS chr1 229610106 229610210 ENST00000366675 protein_coding 3 1 3 TAF5L ENSG00000135801 +transcript chr1 229614157 229626047 ENST00000366674 protein_coding 1 3 NA TAF5L ENSG00000135801 +CDS chr1 229614231 229614482 ENST00000366674 protein_coding 1 3 2 TAF5L ENSG00000135801 +CDS chr1 229614341 229614482 ENST00000258281 protein_coding 6 5 2 TAF5L ENSG00000135801 +CDS chr1 229614341 229614482 ENST00000366675 protein_coding 3 1 2 TAF5L ENSG00000135801 +transcript chr1 229626247 229660200 ENST00000258243 protein_coding 7 1 NA URB2 ENSG00000135763 +CDS chr1 229627634 229627759 ENST00000258243 protein_coding 7 1 2 URB2 ENSG00000135763 +CDS chr1 229632269 229632445 ENST00000258243 protein_coding 7 1 3 URB2 ENSG00000135763 +CDS chr1 229634917 229638247 ENST00000258243 protein_coding 7 1 4 URB2 ENSG00000135763 +CDS chr1 229643533 229643693 ENST00000258243 protein_coding 7 1 5 URB2 ENSG00000135763 +CDS chr1 229645859 229645969 ENST00000258243 protein_coding 7 1 6 URB2 ENSG00000135763 +CDS chr1 229647510 229647752 ENST00000258243 protein_coding 7 1 7 URB2 ENSG00000135763 +transcript chr1 229650847 229659126 ENST00000434387 protein_coding 1 2 NA URB2 ENSG00000135763 +CDS chr1 229651235 229651322 ENST00000258243 protein_coding 7 1 8 URB2 ENSG00000135763 +CDS chr1 229651238 229651322 ENST00000434387 protein_coding 1 2 1 URB2 ENSG00000135763 +CDS chr1 229654249 229654388 ENST00000258243 protein_coding 7 1 9 URB2 ENSG00000135763 +CDS chr1 229654249 229654388 ENST00000434387 protein_coding 1 2 2 URB2 ENSG00000135763 +CDS chr1 229659100 229659294 ENST00000258243 protein_coding 7 1 10 URB2 ENSG00000135763 +CDS chr1 229659100 229659126 ENST00000434387 protein_coding 1 2 3 URB2 ENSG00000135763 +transcript chr1 230067238 230282122 ENST00000366672 protein_coding 5 1 NA GALNT2 ENSG00000143641 +CDS chr1 230067281 230067406 ENST00000366672 protein_coding 5 1 1 GALNT2 ENSG00000143641 +CDS chr1 230178218 230178311 ENST00000366672 protein_coding 5 1 2 GALNT2 ENSG00000143641 +CDS chr1 230203137 230203290 ENST00000366672 protein_coding 5 1 3 GALNT2 ENSG00000143641 +CDS chr1 230236014 230236112 ENST00000366672 protein_coding 5 1 4 GALNT2 ENSG00000143641 +CDS chr1 230236353 230236420 ENST00000366672 protein_coding 5 1 5 GALNT2 ENSG00000143641 +CDS chr1 230236660 230236725 ENST00000366672 protein_coding 5 1 6 GALNT2 ENSG00000143641 +CDS chr1 230243306 230243427 ENST00000366672 protein_coding 5 1 7 GALNT2 ENSG00000143641 +CDS chr1 230246063 230246150 ENST00000366672 protein_coding 5 1 8 GALNT2 ENSG00000143641 +CDS chr1 230249184 230249271 ENST00000366672 protein_coding 5 1 9 GALNT2 ENSG00000143641 +CDS chr1 230250457 230250560 ENST00000366672 protein_coding 5 1 10 GALNT2 ENSG00000143641 +CDS chr1 230255218 230255344 ENST00000366672 protein_coding 5 1 11 GALNT2 ENSG00000143641 +CDS chr1 230262573 230262665 ENST00000366672 protein_coding 5 1 12 GALNT2 ENSG00000143641 +CDS chr1 230262922 230263005 ENST00000366672 protein_coding 5 1 13 GALNT2 ENSG00000143641 +CDS chr1 230265241 230265367 ENST00000366672 protein_coding 5 1 14 GALNT2 ENSG00000143641 +CDS chr1 230274445 230274564 ENST00000366672 protein_coding 5 1 15 GALNT2 ENSG00000143641 +CDS chr1 230279303 230279455 ENST00000366672 protein_coding 5 1 16 GALNT2 ENSG00000143641 +transcript chr1 230314490 230426332 ENST00000391860 protein_coding 7 1 NA PGBD5 ENSG00000177614 +transcript chr1 230323248 230377645 ENST00000525115 protein_coding 1 2 NA PGBD5 ENSG00000177614 +CDS chr1 230323428 230323620 ENST00000391860 protein_coding 7 1 7 PGBD5 ENSG00000177614 +CDS chr1 230323428 230323620 ENST00000525115 protein_coding 1 2 7 PGBD5 ENSG00000177614 +CDS chr1 230325310 230325415 ENST00000391860 protein_coding 7 1 6 PGBD5 ENSG00000177614 +CDS chr1 230325310 230325415 ENST00000525115 protein_coding 1 2 6 PGBD5 ENSG00000177614 +CDS chr1 230332844 230333041 ENST00000391860 protein_coding 7 1 5 PGBD5 ENSG00000177614 +CDS chr1 230332844 230333041 ENST00000525115 protein_coding 1 2 5 PGBD5 ENSG00000177614 +CDS chr1 230337108 230337288 ENST00000391860 protein_coding 7 1 4 PGBD5 ENSG00000177614 +CDS chr1 230337108 230337288 ENST00000525115 protein_coding 1 2 4 PGBD5 ENSG00000177614 +CDS chr1 230350958 230351092 ENST00000391860 protein_coding 7 1 3 PGBD5 ENSG00000177614 +CDS chr1 230350958 230351092 ENST00000525115 protein_coding 1 2 3 PGBD5 ENSG00000177614 +CDS chr1 230356894 230357321 ENST00000391860 protein_coding 7 1 2 PGBD5 ENSG00000177614 +CDS chr1 230356894 230357321 ENST00000525115 protein_coding 1 2 2 PGBD5 ENSG00000177614 +CDS chr1 230377498 230377621 ENST00000525115 protein_coding 1 2 1 PGBD5 ENSG00000177614 +CDS chr1 230425598 230425928 ENST00000391860 protein_coding 7 1 1 PGBD5 ENSG00000177614 +transcript chr1 230642481 230693982 ENST00000366669 protein_coding 9 1 NA COG2 ENSG00000135775 +transcript chr1 230642567 230693982 ENST00000366668 protein_coding 7 1 NA COG2 ENSG00000135775 +CDS chr1 230642607 230642678 ENST00000366669 protein_coding 9 1 1 COG2 ENSG00000135775 +CDS chr1 230642607 230642678 ENST00000366668 protein_coding 7 1 1 COG2 ENSG00000135775 +transcript chr1 230642811 230693981 ENST00000534989 protein_coding 1 2 NA COG2 ENSG00000135775 +CDS chr1 230659464 230659625 ENST00000366669 protein_coding 9 1 2 COG2 ENSG00000135775 +CDS chr1 230659464 230659625 ENST00000366668 protein_coding 7 1 2 COG2 ENSG00000135775 +CDS chr1 230659569 230659625 ENST00000534989 protein_coding 1 2 2 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000366669 protein_coding 9 1 3 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000366668 protein_coding 7 1 3 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000534989 protein_coding 1 2 3 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000366669 protein_coding 9 1 4 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000366668 protein_coding 7 1 4 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000534989 protein_coding 1 2 4 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000366669 protein_coding 9 1 5 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000366668 protein_coding 7 1 5 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000534989 protein_coding 1 2 5 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000366669 protein_coding 9 1 6 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000366668 protein_coding 7 1 6 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000534989 protein_coding 1 2 6 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000366669 protein_coding 9 1 7 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000366668 protein_coding 7 1 7 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000534989 protein_coding 1 2 7 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000366669 protein_coding 9 1 8 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000366668 protein_coding 7 1 8 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000534989 protein_coding 1 2 8 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000366669 protein_coding 9 1 9 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000366668 protein_coding 7 1 9 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000534989 protein_coding 1 2 9 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000366669 protein_coding 9 1 10 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000366668 protein_coding 7 1 10 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000534989 protein_coding 1 2 10 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000366669 protein_coding 9 1 11 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000366668 protein_coding 7 1 11 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000534989 protein_coding 1 2 11 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000366669 protein_coding 9 1 12 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000366668 protein_coding 7 1 12 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000534989 protein_coding 1 2 12 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000366669 protein_coding 9 1 13 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000366668 protein_coding 7 1 13 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000534989 protein_coding 1 2 13 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000366669 protein_coding 9 1 14 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000366668 protein_coding 7 1 14 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000534989 protein_coding 1 2 14 COG2 ENSG00000135775 +CDS chr1 230688420 230688562 ENST00000366669 protein_coding 9 1 15 COG2 ENSG00000135775 +CDS chr1 230688420 230688562 ENST00000534989 protein_coding 1 2 15 COG2 ENSG00000135775 +CDS chr1 230688423 230688562 ENST00000366668 protein_coding 7 1 15 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000366669 protein_coding 9 1 16 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000366668 protein_coding 7 1 16 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000534989 protein_coding 1 2 16 COG2 ENSG00000135775 +transcript chr1 230690776 230714566 ENST00000680783 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230691384 230691564 ENST00000366669 protein_coding 9 1 17 COG2 ENSG00000135775 +CDS chr1 230691384 230691564 ENST00000366668 protein_coding 7 1 17 COG2 ENSG00000135775 +CDS chr1 230691384 230691564 ENST00000534989 protein_coding 1 2 17 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000366669 protein_coding 9 1 18 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000366668 protein_coding 7 1 18 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000534989 protein_coding 1 2 18 COG2 ENSG00000135775 +CDS chr1 230694414 230694439 ENST00000680783 protein_coding 1 NA 3 AGT ENSG00000135744 +transcript chr1 230702155 230714122 ENST00000681514 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230702155 230714145 ENST00000680041 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230702523 230714122 ENST00000366667 protein_coding 6 1 NA AGT ENSG00000135744 +transcript chr1 230702523 230745576 ENST00000681269 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230703141 230714566 ENST00000679957 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000681514 protein_coding 1 NA 6 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000680041 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000366667 protein_coding 6 1 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000681269 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000679957 protein_coding 1 NA 5 AGT ENSG00000135744 +transcript chr1 230703767 230714566 ENST00000679684 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230703911 230703928 ENST00000679684 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000681514 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000680041 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000366667 protein_coding 6 1 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000681269 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000679684 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704202 230704337 ENST00000679957 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000681514 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000680041 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000366667 protein_coding 6 1 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000681269 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000679957 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000679684 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000680783 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000681514 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000680041 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000366667 protein_coding 6 1 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000681269 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000679957 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000679684 protein_coding 1 NA 2 AGT ENSG00000135744 +transcript chr1 230747384 230801772 ENST00000366666 protein_coding 6 1 NA CAPN9 ENSG00000135773 +transcript chr1 230747388 230801989 ENST00000271971 protein_coding 7 1 NA CAPN9 ENSG00000135773 +transcript chr1 230747415 230802003 ENST00000354537 protein_coding 1 1 NA CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000366666 protein_coding 6 1 1 CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000271971 protein_coding 7 1 1 CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000354537 protein_coding 1 1 1 CAPN9 ENSG00000135773 +CDS chr1 230755337 230755406 ENST00000271971 protein_coding 7 1 2 CAPN9 ENSG00000135773 +CDS chr1 230755337 230755406 ENST00000354537 protein_coding 1 1 2 CAPN9 ENSG00000135773 +CDS chr1 230759512 230759630 ENST00000271971 protein_coding 7 1 3 CAPN9 ENSG00000135773 +CDS chr1 230759512 230759630 ENST00000354537 protein_coding 1 1 3 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000366666 protein_coding 6 1 2 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000271971 protein_coding 7 1 4 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000354537 protein_coding 1 1 4 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000366666 protein_coding 6 1 3 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000271971 protein_coding 7 1 5 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000354537 protein_coding 1 1 5 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000366666 protein_coding 6 1 4 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000271971 protein_coding 7 1 6 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000354537 protein_coding 1 1 6 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000366666 protein_coding 6 1 5 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000271971 protein_coding 7 1 7 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000354537 protein_coding 1 1 7 CAPN9 ENSG00000135773 +CDS chr1 230774554 230774631 ENST00000366666 protein_coding 6 1 6 CAPN9 ENSG00000135773 +CDS chr1 230774554 230774631 ENST00000271971 protein_coding 7 1 8 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000366666 protein_coding 6 1 7 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000271971 protein_coding 7 1 9 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000354537 protein_coding 1 1 8 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000366666 protein_coding 6 1 8 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000271971 protein_coding 7 1 10 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000354537 protein_coding 1 1 9 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000366666 protein_coding 6 1 9 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000271971 protein_coding 7 1 11 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000354537 protein_coding 1 1 10 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000366666 protein_coding 6 1 10 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000271971 protein_coding 7 1 12 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000354537 protein_coding 1 1 11 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000366666 protein_coding 6 1 11 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000271971 protein_coding 7 1 13 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000354537 protein_coding 1 1 12 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000366666 protein_coding 6 1 12 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000271971 protein_coding 7 1 14 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000354537 protein_coding 1 1 13 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000366666 protein_coding 6 1 13 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000271971 protein_coding 7 1 15 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000354537 protein_coding 1 1 14 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000366666 protein_coding 6 1 14 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000271971 protein_coding 7 1 16 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000354537 protein_coding 1 1 15 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000366666 protein_coding 6 1 15 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000271971 protein_coding 7 1 17 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000354537 protein_coding 1 1 16 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000366666 protein_coding 6 1 16 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000271971 protein_coding 7 1 18 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000354537 protein_coding 1 1 17 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000366666 protein_coding 6 1 17 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000271971 protein_coding 7 1 19 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000354537 protein_coding 1 1 18 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000366666 protein_coding 6 1 18 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000271971 protein_coding 7 1 20 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000354537 protein_coding 1 1 19 CAPN9 ENSG00000135773 +transcript chr1 230837119 230868521 ENST00000366663 protein_coding 10 1 NA C1orf198 ENSG00000119280 +transcript chr1 230837119 230869589 ENST00000470540 protein_coding 5 2 NA C1orf198 ENSG00000119280 +transcript chr1 230837120 230869316 ENST00000427697 protein_coding 2 2 NA C1orf198 ENSG00000119280 +transcript chr1 230839621 230856036 ENST00000523410 protein_coding 1 2 NA C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000366663 protein_coding 10 1 4 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000470540 protein_coding 5 2 6 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000427697 protein_coding 2 2 4 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000523410 protein_coding 1 2 4 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843896 ENST00000366663 protein_coding 10 1 3 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843896 ENST00000470540 protein_coding 5 2 5 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843629 ENST00000427697 protein_coding 2 2 3 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843890 ENST00000523410 protein_coding 1 2 3 C1orf198 ENSG00000119280 +transcript chr1 230843671 230868998 ENST00000522201 protein_coding 1 3 NA C1orf198 ENSG00000119280 +CDS chr1 230843671 230843896 ENST00000522201 protein_coding 1 3 4 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000366663 protein_coding 10 1 2 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000470540 protein_coding 5 2 4 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000522201 protein_coding 1 3 3 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868512 ENST00000366663 protein_coding 10 1 1 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868398 ENST00000470540 protein_coding 5 2 3 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868383 ENST00000522201 protein_coding 1 3 2 C1orf198 ENSG00000119280 +transcript chr1 230906243 230978861 ENST00000366661 protein_coding 9 1 NA TTC13 ENSG00000143643 +transcript chr1 230906243 230978859 ENST00000366662 protein_coding 8 1 NA TTC13 ENSG00000143643 +CDS chr1 230906908 230907019 ENST00000366661 protein_coding 9 1 23 TTC13 ENSG00000143643 +CDS chr1 230906908 230907019 ENST00000366662 protein_coding 8 1 21 TTC13 ENSG00000143643 +CDS chr1 230908712 230908791 ENST00000366661 protein_coding 9 1 22 TTC13 ENSG00000143643 +CDS chr1 230908712 230908791 ENST00000366662 protein_coding 8 1 20 TTC13 ENSG00000143643 +CDS chr1 230908942 230909020 ENST00000366661 protein_coding 9 1 21 TTC13 ENSG00000143643 +CDS chr1 230908942 230909020 ENST00000366662 protein_coding 8 1 19 TTC13 ENSG00000143643 +CDS chr1 230911470 230911549 ENST00000366661 protein_coding 9 1 20 TTC13 ENSG00000143643 +CDS chr1 230911470 230911549 ENST00000366662 protein_coding 8 1 18 TTC13 ENSG00000143643 +CDS chr1 230912623 230912758 ENST00000366661 protein_coding 9 1 19 TTC13 ENSG00000143643 +CDS chr1 230912623 230912758 ENST00000366662 protein_coding 8 1 17 TTC13 ENSG00000143643 +CDS chr1 230916193 230916302 ENST00000366661 protein_coding 9 1 18 TTC13 ENSG00000143643 +CDS chr1 230916193 230916299 ENST00000366662 protein_coding 8 1 16 TTC13 ENSG00000143643 +transcript chr1 230920303 230924863 ENST00000486879 protein_coding 2 5 NA TTC13 ENSG00000143643 +CDS chr1 230920426 230920594 ENST00000486879 protein_coding 2 5 4 TTC13 ENSG00000143643 +CDS chr1 230920510 230920594 ENST00000366661 protein_coding 9 1 17 TTC13 ENSG00000143643 +CDS chr1 230920510 230920594 ENST00000366662 protein_coding 8 1 15 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000366661 protein_coding 9 1 16 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000366662 protein_coding 8 1 14 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000486879 protein_coding 2 5 3 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000366661 protein_coding 9 1 15 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000366662 protein_coding 8 1 13 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000486879 protein_coding 2 5 2 TTC13 ENSG00000143643 +CDS chr1 230924841 230924973 ENST00000366661 protein_coding 9 1 14 TTC13 ENSG00000143643 +CDS chr1 230924841 230924973 ENST00000366662 protein_coding 8 1 12 TTC13 ENSG00000143643 +CDS chr1 230924841 230924863 ENST00000486879 protein_coding 2 5 1 TTC13 ENSG00000143643 +CDS chr1 230925517 230925647 ENST00000366661 protein_coding 9 1 13 TTC13 ENSG00000143643 +CDS chr1 230925517 230925647 ENST00000366662 protein_coding 8 1 11 TTC13 ENSG00000143643 +CDS chr1 230928937 230929093 ENST00000366661 protein_coding 9 1 12 TTC13 ENSG00000143643 +CDS chr1 230928937 230929093 ENST00000366662 protein_coding 8 1 10 TTC13 ENSG00000143643 +CDS chr1 230931298 230931472 ENST00000366661 protein_coding 9 1 11 TTC13 ENSG00000143643 +CDS chr1 230931298 230931472 ENST00000366662 protein_coding 8 1 9 TTC13 ENSG00000143643 +CDS chr1 230931736 230931877 ENST00000366661 protein_coding 9 1 10 TTC13 ENSG00000143643 +CDS chr1 230931736 230931877 ENST00000366662 protein_coding 8 1 8 TTC13 ENSG00000143643 +CDS chr1 230933779 230933861 ENST00000366661 protein_coding 9 1 9 TTC13 ENSG00000143643 +CDS chr1 230933779 230933861 ENST00000366662 protein_coding 8 1 7 TTC13 ENSG00000143643 +transcript chr1 230933783 230978796 ENST00000522821 protein_coding 5 4 NA TTC13 ENSG00000143643 +CDS chr1 230933783 230933861 ENST00000522821 protein_coding 5 4 5 TTC13 ENSG00000143643 +CDS chr1 230939386 230939496 ENST00000366661 protein_coding 9 1 8 TTC13 ENSG00000143643 +CDS chr1 230939386 230939496 ENST00000366662 protein_coding 8 1 6 TTC13 ENSG00000143643 +transcript chr1 230939458 230978861 ENST00000522399 protein_coding 1 4 NA TTC13 ENSG00000143643 +CDS chr1 230939458 230939496 ENST00000522399 protein_coding 1 4 4 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000366661 protein_coding 9 1 7 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000366662 protein_coding 8 1 5 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000522399 protein_coding 1 4 3 TTC13 ENSG00000143643 +CDS chr1 230943806 230943898 ENST00000366661 protein_coding 9 1 6 TTC13 ENSG00000143643 +CDS chr1 230945389 230945454 ENST00000366661 protein_coding 9 1 5 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000366661 protein_coding 9 1 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000366662 protein_coding 8 1 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000522821 protein_coding 5 4 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000522399 protein_coding 1 4 2 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000366661 protein_coding 9 1 3 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000366662 protein_coding 8 1 3 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000522821 protein_coding 5 4 3 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000366661 protein_coding 9 1 2 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000366662 protein_coding 8 1 2 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000522821 protein_coding 5 4 2 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000366661 protein_coding 9 1 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000366662 protein_coding 8 1 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978796 ENST00000522821 protein_coding 5 4 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000522399 protein_coding 1 4 1 TTC13 ENSG00000143643 +transcript chr1 230979094 231000733 ENST00000310256 protein_coding 7 1 NA ARV1 ENSG00000173409 +transcript chr1 230979094 231000595 ENST00000366658 protein_coding 6 5 NA ARV1 ENSG00000173409 +CDS chr1 230979106 230979279 ENST00000310256 protein_coding 7 1 1 ARV1 ENSG00000173409 +CDS chr1 230979106 230979279 ENST00000366658 protein_coding 6 5 1 ARV1 ENSG00000173409 +transcript chr1 230979116 230999803 ENST00000450711 protein_coding 5 3 NA ARV1 ENSG00000173409 +CDS chr1 230979116 230979279 ENST00000450711 protein_coding 5 3 1 ARV1 ENSG00000173409 +transcript chr1 230979146 230997267 ENST00000435927 protein_coding 5 3 NA ARV1 ENSG00000173409 +CDS chr1 230979146 230979279 ENST00000435927 protein_coding 5 3 1 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000310256 protein_coding 7 1 2 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000450711 protein_coding 5 3 2 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000435927 protein_coding 5 3 2 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000310256 protein_coding 7 1 3 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000366658 protein_coding 6 5 2 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000450711 protein_coding 5 3 3 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000435927 protein_coding 5 3 3 ARV1 ENSG00000173409 +CDS chr1 230990600 230990698 ENST00000435927 protein_coding 5 3 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000310256 protein_coding 7 1 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000366658 protein_coding 6 5 3 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000450711 protein_coding 5 3 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000435927 protein_coding 5 3 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000310256 protein_coding 7 1 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000366658 protein_coding 6 5 4 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000450711 protein_coding 5 3 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000435927 protein_coding 5 3 6 ARV1 ENSG00000173409 +transcript chr1 231018958 231040254 ENST00000366654 protein_coding 5 1 NA FAM89A ENSG00000182118 +CDS chr1 231019866 231020126 ENST00000366654 protein_coding 5 1 2 FAM89A ENSG00000182118 +CDS chr1 231039921 231040211 ENST00000366654 protein_coding 5 1 1 FAM89A ENSG00000182118 +transcript chr1 231162058 231221565 ENST00000366653 protein_coding 6 1 NA TRIM67 ENSG00000119283 +transcript chr1 231162112 231221556 ENST00000444294 protein_coding 7 5 NA TRIM67 ENSG00000119283 +CDS chr1 231162970 231164013 ENST00000444294 protein_coding 7 5 1 TRIM67 ENSG00000119283 +transcript chr1 231162970 231215440 ENST00000449018 protein_coding 7 1 NA TRIM67 ENSG00000119283 +CDS chr1 231162970 231163090 ENST00000449018 protein_coding 7 1 1 TRIM67 ENSG00000119283 +CDS chr1 231162970 231164013 ENST00000366653 protein_coding 6 1 1 TRIM67 ENSG00000119283 +CDS chr1 231163211 231163719 ENST00000449018 protein_coding 7 1 2 TRIM67 ENSG00000119283 +CDS chr1 231163786 231164013 ENST00000449018 protein_coding 7 1 3 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000444294 protein_coding 7 5 2 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000449018 protein_coding 7 1 4 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000366653 protein_coding 6 1 2 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000444294 protein_coding 7 5 3 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000449018 protein_coding 7 1 5 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000366653 protein_coding 6 1 3 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000444294 protein_coding 7 5 4 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000449018 protein_coding 7 1 6 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000366653 protein_coding 6 1 4 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201511 ENST00000444294 protein_coding 7 5 5 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201517 ENST00000449018 protein_coding 7 1 7 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201517 ENST00000366653 protein_coding 6 1 5 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000444294 protein_coding 7 5 6 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000449018 protein_coding 7 1 8 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000366653 protein_coding 6 1 6 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000444294 protein_coding 7 5 7 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000449018 protein_coding 7 1 9 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000366653 protein_coding 6 1 7 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000444294 protein_coding 7 5 8 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000449018 protein_coding 7 1 10 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000366653 protein_coding 6 1 8 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000444294 protein_coding 7 5 9 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000449018 protein_coding 7 1 11 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000366653 protein_coding 6 1 9 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000444294 protein_coding 7 5 10 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000449018 protein_coding 7 1 12 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000366653 protein_coding 6 1 10 TRIM67 ENSG00000119283 +transcript chr1 231223763 231241170 ENST00000318906 protein_coding 6 1 NA C1orf131 ENSG00000143633 +transcript chr1 231223763 231241178 ENST00000366651 protein_coding 7 1 NA C1orf131 ENSG00000143633 +transcript chr1 231223765 231241175 ENST00000366649 protein_coding 7 1 NA C1orf131 ENSG00000143633 +transcript chr1 231224255 231241090 ENST00000451322 protein_coding 1 5 NA C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000366651 protein_coding 7 1 7 C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000366649 protein_coding 7 1 7 C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000451322 protein_coding 1 5 6 C1orf131 ENSG00000143633 +CDS chr1 231225470 231225523 ENST00000318906 protein_coding 6 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000366651 protein_coding 7 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000366649 protein_coding 7 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000451322 protein_coding 1 5 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000318906 protein_coding 6 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000366651 protein_coding 7 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000366649 protein_coding 7 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000451322 protein_coding 1 5 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000318906 protein_coding 6 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000366651 protein_coding 7 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000366649 protein_coding 7 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000451322 protein_coding 1 5 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229209 ENST00000318906 protein_coding 6 1 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229206 ENST00000366651 protein_coding 7 1 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229209 ENST00000366649 protein_coding 7 1 3 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000318906 protein_coding 6 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000366651 protein_coding 7 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000366649 protein_coding 7 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000451322 protein_coding 1 5 2 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000318906 protein_coding 6 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000366651 protein_coding 7 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000366649 protein_coding 7 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241090 ENST00000451322 protein_coding 1 5 1 C1orf131 ENSG00000143633 +transcript chr1 231241207 231266091 ENST00000436239 protein_coding 5 3 NA GNPAT ENSG00000116906 +transcript chr1 231241212 231277973 ENST00000366647 protein_coding 9 1 NA GNPAT ENSG00000116906 +transcript chr1 231241216 231275268 ENST00000416000 protein_coding 1 5 NA GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000436239 protein_coding 5 3 1 GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000366647 protein_coding 9 1 1 GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000416000 protein_coding 1 5 1 GNPAT ENSG00000116906 +CDS chr1 231250961 231251143 ENST00000366647 protein_coding 9 1 2 GNPAT ENSG00000116906 +CDS chr1 231250961 231251143 ENST00000416000 protein_coding 1 5 2 GNPAT ENSG00000116906 +CDS chr1 231260507 231260683 ENST00000436239 protein_coding 5 3 2 GNPAT ENSG00000116906 +CDS chr1 231260507 231260683 ENST00000366647 protein_coding 9 1 3 GNPAT ENSG00000116906 +CDS chr1 231260507 231260653 ENST00000416000 protein_coding 1 5 3 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000436239 protein_coding 5 3 3 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000366647 protein_coding 9 1 4 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000416000 protein_coding 1 5 4 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000436239 protein_coding 5 3 4 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000366647 protein_coding 9 1 5 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000416000 protein_coding 1 5 5 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000436239 protein_coding 5 3 5 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000366647 protein_coding 9 1 6 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000416000 protein_coding 1 5 6 GNPAT ENSG00000116906 +CDS chr1 231266014 231266091 ENST00000436239 protein_coding 5 3 6 GNPAT ENSG00000116906 +CDS chr1 231266014 231266165 ENST00000366647 protein_coding 9 1 7 GNPAT ENSG00000116906 +CDS chr1 231266014 231266165 ENST00000416000 protein_coding 1 5 7 GNPAT ENSG00000116906 +CDS chr1 231266277 231266407 ENST00000366647 protein_coding 9 1 8 GNPAT ENSG00000116906 +CDS chr1 231266277 231266407 ENST00000416000 protein_coding 1 5 8 GNPAT ENSG00000116906 +CDS chr1 231267680 231267903 ENST00000366647 protein_coding 9 1 9 GNPAT ENSG00000116906 +CDS chr1 231267680 231267903 ENST00000416000 protein_coding 1 5 9 GNPAT ENSG00000116906 +CDS chr1 231270758 231271000 ENST00000366647 protein_coding 9 1 10 GNPAT ENSG00000116906 +CDS chr1 231270758 231271000 ENST00000416000 protein_coding 1 5 10 GNPAT ENSG00000116906 +CDS chr1 231272312 231272391 ENST00000366647 protein_coding 9 1 11 GNPAT ENSG00000116906 +CDS chr1 231272312 231272391 ENST00000416000 protein_coding 1 5 11 GNPAT ENSG00000116906 +CDS chr1 231273922 231274062 ENST00000366647 protein_coding 9 1 12 GNPAT ENSG00000116906 +CDS chr1 231273922 231274062 ENST00000416000 protein_coding 1 5 12 GNPAT ENSG00000116906 +CDS chr1 231275221 231275320 ENST00000366647 protein_coding 9 1 13 GNPAT ENSG00000116906 +CDS chr1 231275221 231275268 ENST00000416000 protein_coding 1 5 13 GNPAT ENSG00000116906 +CDS chr1 231275405 231275498 ENST00000366647 protein_coding 9 1 14 GNPAT ENSG00000116906 +CDS chr1 231276135 231276196 ENST00000366647 protein_coding 9 1 15 GNPAT ENSG00000116906 +CDS chr1 231277499 231277539 ENST00000366647 protein_coding 9 1 16 GNPAT ENSG00000116906 +transcript chr1 231332753 231337852 ENST00000366645 protein_coding 1 NA NA EXOC8 ENSG00000116903 +CDS chr1 231335571 231337745 ENST00000366645 protein_coding 1 NA 1 EXOC8 ENSG00000116903 +transcript chr1 231337104 231353132 ENST00000391858 protein_coding 8 1 NA SPRTN ENSG00000010072 +transcript chr1 231338256 231352521 ENST00000008440 protein_coding 9 2 NA SPRTN ENSG00000010072 +transcript chr1 231338293 231355023 ENST00000295050 protein_coding 12 1 NA SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000391858 protein_coding 8 1 1 SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000295050 protein_coding 12 1 1 SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000008440 protein_coding 9 2 1 SPRTN ENSG00000010072 +transcript chr1 231339427 231352764 ENST00000366644 protein_coding 3 5 NA SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000391858 protein_coding 8 1 2 SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000295050 protein_coding 12 1 2 SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000008440 protein_coding 9 2 2 SPRTN ENSG00000010072 +CDS chr1 231344706 231344714 ENST00000366644 protein_coding 3 5 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000391858 protein_coding 8 1 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000295050 protein_coding 12 1 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000366644 protein_coding 3 5 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351603 ENST00000391858 protein_coding 8 1 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351571 ENST00000295050 protein_coding 12 1 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351603 ENST00000008440 protein_coding 9 2 3 SPRTN ENSG00000010072 +CDS chr1 231351304 231351571 ENST00000366644 protein_coding 3 5 5 SPRTN ENSG00000010072 +CDS chr1 231352610 231353358 ENST00000295050 protein_coding 12 1 5 SPRTN ENSG00000010072 +CDS chr1 231352610 231352764 ENST00000366644 protein_coding 3 5 6 SPRTN ENSG00000010072 +transcript chr1 231363751 231421192 ENST00000667629 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231363756 231422287 ENST00000366641 protein_coding 4 1 NA EGLN1 ENSG00000135766 +transcript chr1 231363797 231528603 ENST00000653908 protein_coding 1 NA NA NA ENSG00000287856 +transcript chr1 231365908 231421262 ENST00000658954 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231365922 231421226 ENST00000670301 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231365938 231528602 ENST00000662216 protein_coding 1 NA NA NA ENSG00000287856 +CDS chr1 231366414 231366475 ENST00000366641 protein_coding 4 1 5 EGLN1 ENSG00000135766 +CDS chr1 231366414 231366475 ENST00000662216 protein_coding 1 NA 7 NA ENSG00000287856 +CDS chr1 231366464 231366475 ENST00000670301 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231366475 231366475 ENST00000658954 protein_coding 1 NA 4 EGLN1 ENSG00000135766 +CDS chr1 231367569 231367636 ENST00000366641 protein_coding 4 1 4 EGLN1 ENSG00000135766 +CDS chr1 231367569 231367636 ENST00000662216 protein_coding 1 NA 6 NA ENSG00000287856 +CDS chr1 231367613 231367636 ENST00000667629 protein_coding 1 NA 3 EGLN1 ENSG00000135766 +CDS chr1 231367613 231367636 ENST00000653908 protein_coding 1 NA 4 NA ENSG00000287856 +CDS chr1 231370562 231370698 ENST00000366641 protein_coding 4 1 3 EGLN1 ENSG00000135766 +CDS chr1 231370562 231370698 ENST00000658954 protein_coding 1 NA 3 EGLN1 ENSG00000135766 +CDS chr1 231370562 231370698 ENST00000662216 protein_coding 1 NA 5 NA ENSG00000287856 +CDS chr1 231373980 231374099 ENST00000667629 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000366641 protein_coding 4 1 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000658954 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000653908 protein_coding 1 NA 3 NA ENSG00000287856 +CDS chr1 231373980 231374099 ENST00000662216 protein_coding 1 NA 4 NA ENSG00000287856 +CDS chr1 231420998 231421192 ENST00000667629 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421888 ENST00000366641 protein_coding 4 1 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421262 ENST00000658954 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421226 ENST00000670301 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231462438 231462467 ENST00000653908 protein_coding 1 NA 2 NA ENSG00000287856 +CDS chr1 231462438 231462467 ENST00000662216 protein_coding 1 NA 3 NA ENSG00000287856 +transcript chr1 231528541 231561229 ENST00000413309 protein_coding 3 3 NA TSNAX ENSG00000116918 +transcript chr1 231528669 231566524 ENST00000366639 protein_coding 9 1 NA TSNAX ENSG00000116918 +CDS chr1 231528811 231528826 ENST00000413309 protein_coding 3 3 1 TSNAX ENSG00000116918 +CDS chr1 231528811 231528826 ENST00000366639 protein_coding 9 1 1 TSNAX ENSG00000116918 +CDS chr1 231529255 231529359 ENST00000413309 protein_coding 3 3 2 TSNAX ENSG00000116918 +CDS chr1 231529255 231529359 ENST00000366639 protein_coding 9 1 2 TSNAX ENSG00000116918 +CDS chr1 231537213 231537327 ENST00000413309 protein_coding 3 3 3 TSNAX ENSG00000116918 +CDS chr1 231537213 231537327 ENST00000366639 protein_coding 9 1 3 TSNAX ENSG00000116918 +CDS chr1 231542460 231542611 ENST00000413309 protein_coding 3 3 4 TSNAX ENSG00000116918 +CDS chr1 231542481 231542611 ENST00000366639 protein_coding 9 1 4 TSNAX ENSG00000116918 +CDS chr1 231561128 231561229 ENST00000413309 protein_coding 3 3 5 TSNAX ENSG00000116918 +CDS chr1 231561128 231561255 ENST00000366639 protein_coding 9 1 5 TSNAX ENSG00000116918 +CDS chr1 231564528 231564902 ENST00000366639 protein_coding 9 1 6 TSNAX ENSG00000116918 +transcript chr1 231626790 232041272 ENST00000439617 protein_coding 8 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231724074 ENST00000317586 protein_coding 8 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000602873 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000539444 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000602281 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231855380 ENST00000366633 protein_coding 7 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231866712 ENST00000366636 protein_coding 8 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231959503 ENST00000628350 protein_coding 2 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232009255 ENST00000535983 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041127 ENST00000366637 protein_coding 8 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041270 ENST00000622252 protein_coding 4 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231866685 ENST00000537876 protein_coding 5 2 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041268 ENST00000620189 protein_coding 3 5 NA DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000317586 protein_coding 8 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000602873 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000539444 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000602281 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366633 protein_coding 7 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366636 protein_coding 8 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000628350 protein_coding 2 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000535983 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366637 protein_coding 8 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000439617 protein_coding 8 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000622252 protein_coding 4 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000537876 protein_coding 5 2 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000620189 protein_coding 3 5 1 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000317586 protein_coding 8 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000539444 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000602281 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366633 protein_coding 7 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366636 protein_coding 8 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000628350 protein_coding 2 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000535983 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366637 protein_coding 8 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000439617 protein_coding 8 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000622252 protein_coding 4 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000537876 protein_coding 5 2 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000620189 protein_coding 3 5 2 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000539444 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000602281 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366633 protein_coding 7 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366636 protein_coding 8 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000628350 protein_coding 2 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000535983 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366637 protein_coding 8 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000439617 protein_coding 8 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000622252 protein_coding 4 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000537876 protein_coding 5 2 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000620189 protein_coding 3 5 3 DISC1 ENSG00000162946 +CDS chr1 231722539 231722598 ENST00000317586 protein_coding 8 1 3 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000602873 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000539444 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000602281 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366633 protein_coding 7 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366636 protein_coding 8 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000628350 protein_coding 2 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000535983 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366637 protein_coding 8 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000439617 protein_coding 8 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000622252 protein_coding 4 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000537876 protein_coding 5 2 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000620189 protein_coding 3 5 4 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000602873 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000539444 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000602281 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366633 protein_coding 7 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366636 protein_coding 8 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000628350 protein_coding 2 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000535983 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366637 protein_coding 8 5 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000439617 protein_coding 8 5 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000537876 protein_coding 5 2 5 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000602873 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000539444 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000602281 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366633 protein_coding 7 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366636 protein_coding 8 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000628350 protein_coding 2 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000535983 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366637 protein_coding 8 5 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000439617 protein_coding 8 5 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231770892 ENST00000622252 protein_coding 4 5 5 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000537876 protein_coding 5 2 6 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000539444 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000602281 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366633 protein_coding 7 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366636 protein_coding 8 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000535983 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366637 protein_coding 8 5 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000439617 protein_coding 8 5 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000537876 protein_coding 5 2 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000620189 protein_coding 3 5 5 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000602281 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366633 protein_coding 7 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366636 protein_coding 8 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000535983 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366637 protein_coding 8 5 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000439617 protein_coding 8 5 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000537876 protein_coding 5 2 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000620189 protein_coding 3 5 6 DISC1 ENSG00000162946 +CDS chr1 231813230 231813303 ENST00000537876 protein_coding 5 2 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818347 ENST00000602873 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231818329 231818376 ENST00000539444 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231818329 231818522 ENST00000602281 protein_coding 5 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366633 protein_coding 7 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366636 protein_coding 8 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000535983 protein_coding 5 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366637 protein_coding 8 5 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000439617 protein_coding 8 5 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000620189 protein_coding 3 5 7 DISC1 ENSG00000162946 +CDS chr1 231854739 231855022 ENST00000366633 protein_coding 7 1 10 DISC1 ENSG00000162946 +CDS chr1 231866523 231866575 ENST00000366636 protein_coding 8 1 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958870 ENST00000628350 protein_coding 2 1 7 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000366637 protein_coding 8 5 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000439617 protein_coding 8 5 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000620189 protein_coding 3 5 8 DISC1 ENSG00000162946 +CDS chr1 232008785 232008888 ENST00000535983 protein_coding 5 1 10 DISC1 ENSG00000162946 +CDS chr1 232008785 232008983 ENST00000366637 protein_coding 8 5 11 DISC1 ENSG00000162946 +CDS chr1 232008785 232009049 ENST00000439617 protein_coding 8 5 11 DISC1 ENSG00000162946 +CDS chr1 232008785 232009049 ENST00000620189 protein_coding 3 5 9 DISC1 ENSG00000162946 +CDS chr1 232026435 232026552 ENST00000366637 protein_coding 8 5 12 DISC1 ENSG00000162946 +CDS chr1 232026435 232026552 ENST00000439617 protein_coding 8 5 12 DISC1 ENSG00000162946 +CDS chr1 232026435 232026554 ENST00000620189 protein_coding 3 5 10 DISC1 ENSG00000162946 +CDS chr1 232036692 232036828 ENST00000366637 protein_coding 8 5 13 DISC1 ENSG00000162946 +CDS chr1 232036692 232036828 ENST00000439617 protein_coding 8 5 13 DISC1 ENSG00000162946 +CDS chr1 232036694 232036828 ENST00000620189 protein_coding 3 5 11 DISC1 ENSG00000162946 +transcript chr1 232397965 232561558 ENST00000366630 protein_coding 5 5 NA SIPA1L2 ENSG00000116991 +transcript chr1 232397965 232630122 ENST00000674749 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397965 232630133 ENST00000674635 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397966 232630109 ENST00000675407 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397990 232630496 ENST00000675685 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397990 232630516 ENST00000676213 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232398710 232462417 ENST00000308942 protein_coding 4 2 NA SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000366630 protein_coding 5 5 22 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000674749 protein_coding 1 NA 24 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000674635 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000675407 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000675685 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000676213 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000308942 protein_coding 4 2 14 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000366630 protein_coding 5 5 21 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000674749 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000674635 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000675407 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000675685 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000676213 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000308942 protein_coding 4 2 13 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000366630 protein_coding 5 5 20 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000674749 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000674635 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000675407 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000675685 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000676213 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000308942 protein_coding 4 2 12 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000366630 protein_coding 5 5 19 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000674635 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000676213 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000366630 protein_coding 5 5 18 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000674749 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000674635 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000675407 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000675685 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000676213 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000308942 protein_coding 4 2 11 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000366630 protein_coding 5 5 17 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000674749 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000674635 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000675407 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000675685 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000676213 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000308942 protein_coding 4 2 10 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000366630 protein_coding 5 5 16 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000674749 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000674635 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000675407 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000675685 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000676213 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000308942 protein_coding 4 2 9 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000366630 protein_coding 5 5 15 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000674749 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000674635 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000675407 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000675685 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000676213 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000308942 protein_coding 4 2 8 SIPA1L2 ENSG00000116991 +CDS chr1 232433414 232433566 ENST00000676213 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000366630 protein_coding 5 5 14 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000674749 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000674635 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000675407 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000675685 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000676213 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000308942 protein_coding 4 2 7 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000366630 protein_coding 5 5 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000674749 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000674635 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000675407 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000675685 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000676213 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000308942 protein_coding 4 2 6 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000366630 protein_coding 5 5 12 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000674749 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000674635 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000675407 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000675685 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000676213 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000308942 protein_coding 4 2 5 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000366630 protein_coding 5 5 11 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000674749 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000674635 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000675407 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000675685 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000676213 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000308942 protein_coding 4 2 4 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000366630 protein_coding 5 5 10 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000674749 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000674635 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000675407 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000675685 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000676213 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000308942 protein_coding 4 2 3 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000366630 protein_coding 5 5 9 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000674749 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000674635 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000675407 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000675685 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000676213 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000308942 protein_coding 4 2 2 SIPA1L2 ENSG00000116991 +CDS chr1 232462193 232462234 ENST00000308942 protein_coding 4 2 1 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000366630 protein_coding 5 5 8 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000674749 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000674635 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000675407 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000675685 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000676213 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000366630 protein_coding 5 5 7 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000674749 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000674635 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000675407 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000675685 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000676213 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000366630 protein_coding 5 5 6 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000674749 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000674635 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000675407 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000675685 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000676213 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000366630 protein_coding 5 5 5 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000674749 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000674635 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000675407 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000675685 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000676213 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000366630 protein_coding 5 5 4 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000674749 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000674635 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000675407 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000675685 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000676213 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000366630 protein_coding 5 5 3 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000674749 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000674635 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000675407 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000675685 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000676213 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000366630 protein_coding 5 5 2 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000674749 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000674635 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000675407 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000675685 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000676213 protein_coding 1 NA 2 SIPA1L2 ENSG00000116991 +transcript chr1 232805416 232809929 ENST00000418460 protein_coding 4 NA NA MAP10 ENSG00000212916 +CDS chr1 232805450 232808164 ENST00000418460 protein_coding 4 NA 1 MAP10 ENSG00000212916 +transcript chr1 232950611 232983882 ENST00000366628 protein_coding 10 1 NA NTPCR ENSG00000135778 +transcript chr1 232950640 232977528 ENST00000366627 protein_coding 4 3 NA NTPCR ENSG00000135778 +CDS chr1 232950711 232950744 ENST00000366628 protein_coding 10 1 1 NTPCR ENSG00000135778 +CDS chr1 232950711 232950744 ENST00000366627 protein_coding 4 3 1 NTPCR ENSG00000135778 +CDS chr1 232955557 232955719 ENST00000366628 protein_coding 10 1 2 NTPCR ENSG00000135778 +CDS chr1 232955557 232955719 ENST00000366627 protein_coding 4 3 2 NTPCR ENSG00000135778 +CDS chr1 232956347 232956443 ENST00000366628 protein_coding 10 1 3 NTPCR ENSG00000135778 +CDS chr1 232956347 232956443 ENST00000366627 protein_coding 4 3 3 NTPCR ENSG00000135778 +CDS chr1 232969909 232970118 ENST00000366628 protein_coding 10 1 4 NTPCR ENSG00000135778 +CDS chr1 232969909 232970118 ENST00000366627 protein_coding 4 3 4 NTPCR ENSG00000135778 +CDS chr1 232976342 232976521 ENST00000366627 protein_coding 4 3 5 NTPCR ENSG00000135778 +CDS chr1 232978163 232978228 ENST00000366628 protein_coding 10 1 5 NTPCR ENSG00000135778 +transcript chr1 232983435 233295725 ENST00000258229 protein_coding 14 5 NA PCNX2 ENSG00000135749 +transcript chr1 232984136 233058518 ENST00000344698 protein_coding 6 2 NA PCNX2 ENSG00000135749 +CDS chr1 232984307 232984477 ENST00000258229 protein_coding 14 5 34 PCNX2 ENSG00000135749 +CDS chr1 232985957 232986540 ENST00000344698 protein_coding 6 2 10 PCNX2 ENSG00000135749 +CDS chr1 232986092 232986540 ENST00000258229 protein_coding 14 5 33 PCNX2 ENSG00000135749 +CDS chr1 232998251 232998438 ENST00000258229 protein_coding 14 5 32 PCNX2 ENSG00000135749 +CDS chr1 232998251 232998438 ENST00000344698 protein_coding 6 2 9 PCNX2 ENSG00000135749 +CDS chr1 232999105 232999379 ENST00000258229 protein_coding 14 5 31 PCNX2 ENSG00000135749 +CDS chr1 232999105 232999379 ENST00000344698 protein_coding 6 2 8 PCNX2 ENSG00000135749 +CDS chr1 233000305 233000535 ENST00000258229 protein_coding 14 5 30 PCNX2 ENSG00000135749 +CDS chr1 233000305 233000535 ENST00000344698 protein_coding 6 2 7 PCNX2 ENSG00000135749 +CDS chr1 233001537 233001681 ENST00000258229 protein_coding 14 5 29 PCNX2 ENSG00000135749 +CDS chr1 233001537 233001681 ENST00000344698 protein_coding 6 2 6 PCNX2 ENSG00000135749 +CDS chr1 233014665 233014777 ENST00000258229 protein_coding 14 5 28 PCNX2 ENSG00000135749 +CDS chr1 233014665 233014777 ENST00000344698 protein_coding 6 2 5 PCNX2 ENSG00000135749 +CDS chr1 233016921 233017154 ENST00000258229 protein_coding 14 5 27 PCNX2 ENSG00000135749 +CDS chr1 233016921 233017154 ENST00000344698 protein_coding 6 2 4 PCNX2 ENSG00000135749 +CDS chr1 233025146 233025399 ENST00000258229 protein_coding 14 5 26 PCNX2 ENSG00000135749 +CDS chr1 233025146 233025399 ENST00000344698 protein_coding 6 2 3 PCNX2 ENSG00000135749 +CDS chr1 233054268 233054483 ENST00000258229 protein_coding 14 5 25 PCNX2 ENSG00000135749 +CDS chr1 233054268 233054483 ENST00000344698 protein_coding 6 2 2 PCNX2 ENSG00000135749 +CDS chr1 233057232 233057290 ENST00000258229 protein_coding 14 5 24 PCNX2 ENSG00000135749 +CDS chr1 233057232 233057322 ENST00000344698 protein_coding 6 2 1 PCNX2 ENSG00000135749 +CDS chr1 233090061 233090190 ENST00000258229 protein_coding 14 5 23 PCNX2 ENSG00000135749 +transcript chr1 233095406 233160307 ENST00000484347 protein_coding 5 4 NA PCNX2 ENSG00000135749 +CDS chr1 233095675 233095863 ENST00000484347 protein_coding 5 4 4 PCNX2 ENSG00000135749 +CDS chr1 233095755 233095863 ENST00000258229 protein_coding 14 5 22 PCNX2 ENSG00000135749 +transcript chr1 233134784 233218087 ENST00000488780 protein_coding 6 5 NA PCNX2 ENSG00000135749 +CDS chr1 233134977 233135190 ENST00000488780 protein_coding 6 5 11 PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000258229 protein_coding 14 5 21 PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000484347 protein_coding 5 4 3 PCNX2 ENSG00000135749 +transcript chr1 233135013 233258152 ENST00000430153 protein_coding 5 5 NA PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000430153 protein_coding 5 5 16 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000258229 protein_coding 14 5 20 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000484347 protein_coding 5 4 2 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000488780 protein_coding 6 5 10 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000430153 protein_coding 5 5 15 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000258229 protein_coding 14 5 19 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160307 ENST00000484347 protein_coding 5 4 1 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000488780 protein_coding 6 5 9 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000430153 protein_coding 5 5 14 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000258229 protein_coding 14 5 18 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000488780 protein_coding 6 5 8 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000430153 protein_coding 5 5 13 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000258229 protein_coding 14 5 17 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000488780 protein_coding 6 5 7 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000430153 protein_coding 5 5 12 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000258229 protein_coding 14 5 16 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000488780 protein_coding 6 5 6 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000430153 protein_coding 5 5 11 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000258229 protein_coding 14 5 15 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000488780 protein_coding 6 5 5 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000430153 protein_coding 5 5 10 PCNX2 ENSG00000135749 +transcript chr1 233198967 233227269 ENST00000518351 protein_coding 2 4 NA PCNX2 ENSG00000135749 +CDS chr1 233198967 233199030 ENST00000518351 protein_coding 2 4 5 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000258229 protein_coding 14 5 14 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000488780 protein_coding 6 5 4 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000518351 protein_coding 2 4 4 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000430153 protein_coding 5 5 9 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000258229 protein_coding 14 5 13 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000488780 protein_coding 6 5 3 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000518351 protein_coding 2 4 3 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000430153 protein_coding 5 5 8 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000258229 protein_coding 14 5 12 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000488780 protein_coding 6 5 2 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000430153 protein_coding 5 5 7 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218184 ENST00000258229 protein_coding 14 5 11 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218087 ENST00000488780 protein_coding 6 5 1 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218184 ENST00000518351 protein_coding 2 4 2 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218087 ENST00000430153 protein_coding 5 5 6 PCNX2 ENSG00000135749 +CDS chr1 233227226 233227371 ENST00000258229 protein_coding 14 5 10 PCNX2 ENSG00000135749 +CDS chr1 233227226 233227269 ENST00000518351 protein_coding 2 4 1 PCNX2 ENSG00000135749 +CDS chr1 233236845 233236980 ENST00000258229 protein_coding 14 5 9 PCNX2 ENSG00000135749 +CDS chr1 233250739 233250832 ENST00000258229 protein_coding 14 5 8 PCNX2 ENSG00000135749 +CDS chr1 233252354 233252499 ENST00000258229 protein_coding 14 5 7 PCNX2 ENSG00000135749 +CDS chr1 233252641 233252788 ENST00000258229 protein_coding 14 5 6 PCNX2 ENSG00000135749 +CDS chr1 233258028 233259344 ENST00000258229 protein_coding 14 5 5 PCNX2 ENSG00000135749 +CDS chr1 233261285 233261321 ENST00000258229 protein_coding 14 5 4 PCNX2 ENSG00000135749 +CDS chr1 233262045 233262165 ENST00000258229 protein_coding 14 5 3 PCNX2 ENSG00000135749 +CDS chr1 233262958 233263163 ENST00000258229 protein_coding 14 5 2 PCNX2 ENSG00000135749 +CDS chr1 233295326 233295478 ENST00000258229 protein_coding 14 5 1 PCNX2 ENSG00000135749 +transcript chr1 233327724 233385148 ENST00000366624 protein_coding 8 1 NA MAP3K21 ENSG00000143674 +transcript chr1 233327768 233374134 ENST00000366623 protein_coding 7 1 NA MAP3K21 ENSG00000143674 +CDS chr1 233328029 233328833 ENST00000366623 protein_coding 7 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233328029 233328833 ENST00000366624 protein_coding 8 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233346442 233346622 ENST00000366623 protein_coding 7 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233346442 233346622 ENST00000366624 protein_coding 8 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233353807 233353955 ENST00000366623 protein_coding 7 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233353807 233353955 ENST00000366624 protein_coding 8 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233354836 233355011 ENST00000366623 protein_coding 7 1 4 MAP3K21 ENSG00000143674 +CDS chr1 233354836 233355011 ENST00000366624 protein_coding 8 1 4 MAP3K21 ENSG00000143674 +CDS chr1 233362053 233362293 ENST00000366623 protein_coding 7 1 5 MAP3K21 ENSG00000143674 +CDS chr1 233362053 233362293 ENST00000366624 protein_coding 8 1 5 MAP3K21 ENSG00000143674 +CDS chr1 233372038 233372195 ENST00000366623 protein_coding 7 1 6 MAP3K21 ENSG00000143674 +CDS chr1 233372038 233372160 ENST00000366624 protein_coding 8 1 6 MAP3K21 ENSG00000143674 +transcript chr1 233375783 233385147 ENST00000366622 protein_coding 1 1 NA MAP3K21 ENSG00000143674 +CDS chr1 233375903 233376066 ENST00000366622 protein_coding 1 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233375916 233376066 ENST00000366624 protein_coding 8 1 7 MAP3K21 ENSG00000143674 +CDS chr1 233376430 233376527 ENST00000366624 protein_coding 8 1 8 MAP3K21 ENSG00000143674 +CDS chr1 233376430 233376527 ENST00000366622 protein_coding 1 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233378931 233379710 ENST00000366624 protein_coding 8 1 9 MAP3K21 ENSG00000143674 +CDS chr1 233378931 233379710 ENST00000366622 protein_coding 1 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233382305 233382708 ENST00000366624 protein_coding 8 1 10 MAP3K21 ENSG00000143674 +CDS chr1 233382305 233382708 ENST00000366622 protein_coding 1 1 4 MAP3K21 ENSG00000143674 +transcript chr1 233614106 233672514 ENST00000366621 protein_coding 8 1 NA KCNK1 ENSG00000135750 +CDS chr1 233614172 233614526 ENST00000366621 protein_coding 8 1 1 KCNK1 ENSG00000135750 +transcript chr1 233649941 233671491 ENST00000446915 protein_coding 1 3 NA KCNK1 ENSG00000135750 +CDS chr1 233649941 233650049 ENST00000446915 protein_coding 1 3 1 KCNK1 ENSG00000135750 +CDS chr1 233666595 233666990 ENST00000366621 protein_coding 8 1 2 KCNK1 ENSG00000135750 +CDS chr1 233666595 233666990 ENST00000446915 protein_coding 1 3 2 KCNK1 ENSG00000135750 +CDS chr1 233671271 233671527 ENST00000366621 protein_coding 8 1 3 KCNK1 ENSG00000135750 +CDS chr1 233671271 233671491 ENST00000446915 protein_coding 1 3 3 KCNK1 ENSG00000135750 +transcript chr1 233904676 234324511 ENST00000366618 protein_coding 8 2 NA SLC35F3 ENSG00000183780 +CDS chr1 233905078 233905130 ENST00000366618 protein_coding 8 2 1 SLC35F3 ENSG00000183780 +CDS chr1 233905529 233905758 ENST00000366618 protein_coding 8 2 2 SLC35F3 ENSG00000183780 +transcript chr1 234214271 234324511 ENST00000366617 protein_coding 3 1 NA SLC35F3 ENSG00000183780 +CDS chr1 234214499 234214574 ENST00000366617 protein_coding 3 1 1 SLC35F3 ENSG00000183780 +CDS chr1 234231417 234231741 ENST00000366618 protein_coding 8 2 3 SLC35F3 ENSG00000183780 +CDS chr1 234231417 234231741 ENST00000366617 protein_coding 3 1 2 SLC35F3 ENSG00000183780 +CDS chr1 234309101 234309320 ENST00000366618 protein_coding 8 2 4 SLC35F3 ENSG00000183780 +CDS chr1 234309101 234309320 ENST00000366617 protein_coding 3 1 3 SLC35F3 ENSG00000183780 +CDS chr1 234316602 234316727 ENST00000366618 protein_coding 8 2 5 SLC35F3 ENSG00000183780 +CDS chr1 234316602 234316727 ENST00000366617 protein_coding 3 1 4 SLC35F3 ENSG00000183780 +CDS chr1 234318751 234318943 ENST00000366618 protein_coding 8 2 6 SLC35F3 ENSG00000183780 +CDS chr1 234318751 234318943 ENST00000366617 protein_coding 3 1 5 SLC35F3 ENSG00000183780 +CDS chr1 234320098 234320187 ENST00000366618 protein_coding 8 2 7 SLC35F3 ENSG00000183780 +CDS chr1 234320098 234320187 ENST00000366617 protein_coding 3 1 6 SLC35F3 ENSG00000183780 +CDS chr1 234323008 234323240 ENST00000366618 protein_coding 8 2 8 SLC35F3 ENSG00000183780 +CDS chr1 234323008 234323240 ENST00000366617 protein_coding 3 1 7 SLC35F3 ENSG00000183780 +transcript chr1 234373456 234385080 ENST00000366615 protein_coding 10 1 NA COA6 ENSG00000168275 +CDS chr1 234373467 234373678 ENST00000366615 protein_coding 10 1 1 COA6 ENSG00000168275 +transcript chr1 234373468 234384048 ENST00000619305 protein_coding 1 1 NA COA6 ENSG00000168275 +transcript chr1 234373683 234384045 ENST00000366613 protein_coding 1 1 NA COA6 ENSG00000168275 +transcript chr1 234373701 234384046 ENST00000366612 protein_coding 1 1 NA COA6 ENSG00000168275 +CDS chr1 234373719 234373840 ENST00000366613 protein_coding 1 1 1 COA6 ENSG00000168275 +CDS chr1 234374230 234374389 ENST00000366615 protein_coding 10 1 2 COA6 ENSG00000168275 +CDS chr1 234374230 234374389 ENST00000366613 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234374246 234374389 ENST00000366612 protein_coding 1 1 1 COA6 ENSG00000168275 +CDS chr1 234374246 234374389 ENST00000619305 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366615 protein_coding 10 1 3 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366613 protein_coding 1 1 3 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366612 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000619305 protein_coding 1 1 3 COA6 ENSG00000168275 +transcript chr1 234391313 234479179 ENST00000040877 protein_coding 2 1 NA TARBP1 ENSG00000059588 +CDS chr1 234391580 234391745 ENST00000040877 protein_coding 2 1 30 TARBP1 ENSG00000059588 +CDS chr1 234392416 234392552 ENST00000040877 protein_coding 2 1 29 TARBP1 ENSG00000059588 +CDS chr1 234393362 234393486 ENST00000040877 protein_coding 2 1 28 TARBP1 ENSG00000059588 +CDS chr1 234393646 234393837 ENST00000040877 protein_coding 2 1 27 TARBP1 ENSG00000059588 +CDS chr1 234398382 234398553 ENST00000040877 protein_coding 2 1 26 TARBP1 ENSG00000059588 +CDS chr1 234401181 234401262 ENST00000040877 protein_coding 2 1 25 TARBP1 ENSG00000059588 +CDS chr1 234405903 234406099 ENST00000040877 protein_coding 2 1 24 TARBP1 ENSG00000059588 +CDS chr1 234410445 234410531 ENST00000040877 protein_coding 2 1 23 TARBP1 ENSG00000059588 +CDS chr1 234418084 234418233 ENST00000040877 protein_coding 2 1 22 TARBP1 ENSG00000059588 +CDS chr1 234420702 234420812 ENST00000040877 protein_coding 2 1 21 TARBP1 ENSG00000059588 +CDS chr1 234425673 234425793 ENST00000040877 protein_coding 2 1 20 TARBP1 ENSG00000059588 +CDS chr1 234427317 234427388 ENST00000040877 protein_coding 2 1 19 TARBP1 ENSG00000059588 +CDS chr1 234427576 234427766 ENST00000040877 protein_coding 2 1 18 TARBP1 ENSG00000059588 +CDS chr1 234429136 234429324 ENST00000040877 protein_coding 2 1 17 TARBP1 ENSG00000059588 +CDS chr1 234429416 234429677 ENST00000040877 protein_coding 2 1 16 TARBP1 ENSG00000059588 +CDS chr1 234430087 234430301 ENST00000040877 protein_coding 2 1 15 TARBP1 ENSG00000059588 +CDS chr1 234433410 234433571 ENST00000040877 protein_coding 2 1 14 TARBP1 ENSG00000059588 +CDS chr1 234437275 234437372 ENST00000040877 protein_coding 2 1 13 TARBP1 ENSG00000059588 +CDS chr1 234446803 234446975 ENST00000040877 protein_coding 2 1 12 TARBP1 ENSG00000059588 +CDS chr1 234448480 234448579 ENST00000040877 protein_coding 2 1 11 TARBP1 ENSG00000059588 +CDS chr1 234450428 234450566 ENST00000040877 protein_coding 2 1 10 TARBP1 ENSG00000059588 +CDS chr1 234457667 234457756 ENST00000040877 protein_coding 2 1 9 TARBP1 ENSG00000059588 +CDS chr1 234459230 234459326 ENST00000040877 protein_coding 2 1 8 TARBP1 ENSG00000059588 +CDS chr1 234460261 234460396 ENST00000040877 protein_coding 2 1 7 TARBP1 ENSG00000059588 +CDS chr1 234463837 234463934 ENST00000040877 protein_coding 2 1 6 TARBP1 ENSG00000059588 +CDS chr1 234465656 234465708 ENST00000040877 protein_coding 2 1 5 TARBP1 ENSG00000059588 +CDS chr1 234467502 234467650 ENST00000040877 protein_coding 2 1 4 TARBP1 ENSG00000059588 +CDS chr1 234471188 234471257 ENST00000040877 protein_coding 2 1 3 TARBP1 ENSG00000059588 +CDS chr1 234472714 234472811 ENST00000040877 protein_coding 2 1 2 TARBP1 ENSG00000059588 +CDS chr1 234478173 234479103 ENST00000040877 protein_coding 2 1 1 TARBP1 ENSG00000059588 +transcript chr1 234604269 234609525 ENST00000366610 protein_coding 7 1 NA IRF2BP2 ENSG00000168264 +transcript chr1 234604269 234610178 ENST00000366609 protein_coding 4 1 NA IRF2BP2 ENSG00000168264 +CDS chr1 234607140 234607852 ENST00000366610 protein_coding 7 1 2 IRF2BP2 ENSG00000168264 +CDS chr1 234607140 234607852 ENST00000366609 protein_coding 4 1 2 IRF2BP2 ENSG00000168264 +CDS chr1 234608447 234609494 ENST00000366609 protein_coding 4 1 1 IRF2BP2 ENSG00000168264 +CDS chr1 234608495 234609494 ENST00000366610 protein_coding 7 1 1 IRF2BP2 ENSG00000168264 +transcript chr1 235109341 235128837 ENST00000366607 protein_coding 5 1 NA TOMM20 ENSG00000173726 +CDS chr1 235112067 235112108 ENST00000366607 protein_coding 5 1 5 TOMM20 ENSG00000173726 +CDS chr1 235113768 235113910 ENST00000366607 protein_coding 5 1 4 TOMM20 ENSG00000173726 +CDS chr1 235119818 235119899 ENST00000366607 protein_coding 5 1 3 TOMM20 ENSG00000173726 +CDS chr1 235122326 235122372 ENST00000366607 protein_coding 5 1 2 TOMM20 ENSG00000173726 +CDS chr1 235128595 235128715 ENST00000366607 protein_coding 5 1 1 TOMM20 ENSG00000173726 +transcript chr1 235131183 235161250 ENST00000408888 protein_coding 8 1 NA RBM34 ENSG00000188739 +transcript chr1 235131667 235161220 ENST00000447801 protein_coding 5 5 NA RBM34 ENSG00000188739 +CDS chr1 235131716 235131997 ENST00000408888 protein_coding 8 1 11 RBM34 ENSG00000188739 +CDS chr1 235131716 235131997 ENST00000447801 protein_coding 5 5 10 RBM34 ENSG00000188739 +CDS chr1 235135652 235135770 ENST00000408888 protein_coding 8 1 10 RBM34 ENSG00000188739 +CDS chr1 235135652 235135770 ENST00000447801 protein_coding 5 5 9 RBM34 ENSG00000188739 +CDS chr1 235136034 235136073 ENST00000408888 protein_coding 8 1 9 RBM34 ENSG00000188739 +CDS chr1 235136034 235136073 ENST00000447801 protein_coding 5 5 8 RBM34 ENSG00000188739 +CDS chr1 235137877 235137940 ENST00000408888 protein_coding 8 1 8 RBM34 ENSG00000188739 +CDS chr1 235137877 235137940 ENST00000447801 protein_coding 5 5 7 RBM34 ENSG00000188739 +CDS chr1 235138091 235138174 ENST00000408888 protein_coding 8 1 7 RBM34 ENSG00000188739 +CDS chr1 235138091 235138174 ENST00000447801 protein_coding 5 5 6 RBM34 ENSG00000188739 +CDS chr1 235148404 235148447 ENST00000408888 protein_coding 8 1 6 RBM34 ENSG00000188739 +CDS chr1 235148404 235148447 ENST00000447801 protein_coding 5 5 5 RBM34 ENSG00000188739 +CDS chr1 235152706 235152765 ENST00000408888 protein_coding 8 1 5 RBM34 ENSG00000188739 +CDS chr1 235154881 235155112 ENST00000408888 protein_coding 8 1 4 RBM34 ENSG00000188739 +CDS chr1 235154881 235155112 ENST00000447801 protein_coding 5 5 4 RBM34 ENSG00000188739 +transcript chr1 235154930 235161258 ENST00000429912 protein_coding 1 3 NA RBM34 ENSG00000188739 +CDS chr1 235154930 235155112 ENST00000429912 protein_coding 1 3 5 RBM34 ENSG00000188739 +CDS chr1 235156595 235156681 ENST00000429912 protein_coding 1 3 4 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000408888 protein_coding 8 1 3 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000447801 protein_coding 5 5 3 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000429912 protein_coding 1 3 3 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000408888 protein_coding 8 1 2 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000447801 protein_coding 5 5 2 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000429912 protein_coding 1 3 2 RBM34 ENSG00000188739 +CDS chr1 235161174 235161226 ENST00000408888 protein_coding 8 1 1 RBM34 ENSG00000188739 +CDS chr1 235161174 235161220 ENST00000447801 protein_coding 5 5 1 RBM34 ENSG00000188739 +CDS chr1 235161174 235161226 ENST00000429912 protein_coding 1 3 1 RBM34 ENSG00000188739 +transcript chr1 235166895 235327487 ENST00000366603 protein_coding 6 1 NA ARID4B ENSG00000054267 +transcript chr1 235166895 235328219 ENST00000349213 protein_coding 7 1 NA ARID4B ENSG00000054267 +transcript chr1 235166902 235328179 ENST00000264183 protein_coding 9 1 NA ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000366603 protein_coding 6 1 24 ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000349213 protein_coding 7 1 23 ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000264183 protein_coding 9 1 24 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000366603 protein_coding 6 1 23 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000349213 protein_coding 7 1 22 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000264183 protein_coding 9 1 23 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000366603 protein_coding 6 1 22 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000349213 protein_coding 7 1 21 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000264183 protein_coding 9 1 22 ARID4B ENSG00000054267 +transcript chr1 235177787 235213916 ENST00000444620 protein_coding 2 5 NA ARID4B ENSG00000054267 +CDS chr1 235177787 235177913 ENST00000444620 protein_coding 2 5 5 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000366603 protein_coding 6 1 21 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000349213 protein_coding 7 1 20 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000264183 protein_coding 9 1 21 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000366603 protein_coding 6 1 20 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000349213 protein_coding 7 1 19 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000264183 protein_coding 9 1 20 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000444620 protein_coding 2 5 4 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000366603 protein_coding 6 1 19 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000349213 protein_coding 7 1 18 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000264183 protein_coding 9 1 19 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000444620 protein_coding 2 5 3 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000366603 protein_coding 6 1 18 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000349213 protein_coding 7 1 17 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000264183 protein_coding 9 1 18 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000444620 protein_coding 2 5 2 ARID4B ENSG00000054267 +CDS chr1 235213769 235214026 ENST00000366603 protein_coding 6 1 17 ARID4B ENSG00000054267 +CDS chr1 235213769 235214026 ENST00000264183 protein_coding 9 1 17 ARID4B ENSG00000054267 +CDS chr1 235213877 235213916 ENST00000444620 protein_coding 2 5 1 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000366603 protein_coding 6 1 16 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000349213 protein_coding 7 1 16 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000264183 protein_coding 9 1 16 ARID4B ENSG00000054267 +transcript chr1 235219927 235328196 ENST00000418304 protein_coding 1 5 NA ARID4B ENSG00000054267 +CDS chr1 235219927 235219968 ENST00000418304 protein_coding 1 5 16 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000366603 protein_coding 6 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000349213 protein_coding 7 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000264183 protein_coding 9 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000418304 protein_coding 1 5 15 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000366603 protein_coding 6 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000349213 protein_coding 7 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000264183 protein_coding 9 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000418304 protein_coding 1 5 14 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000366603 protein_coding 6 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000349213 protein_coding 7 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000264183 protein_coding 9 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000418304 protein_coding 1 5 13 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000366603 protein_coding 6 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000349213 protein_coding 7 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000264183 protein_coding 9 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000418304 protein_coding 1 5 12 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000366603 protein_coding 6 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000349213 protein_coding 7 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000264183 protein_coding 9 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000418304 protein_coding 1 5 11 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000366603 protein_coding 6 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000349213 protein_coding 7 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000264183 protein_coding 9 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000418304 protein_coding 1 5 10 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000366603 protein_coding 6 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000349213 protein_coding 7 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000264183 protein_coding 9 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000418304 protein_coding 1 5 9 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000366603 protein_coding 6 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000349213 protein_coding 7 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000264183 protein_coding 9 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000418304 protein_coding 1 5 8 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000366603 protein_coding 6 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000349213 protein_coding 7 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000264183 protein_coding 9 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000418304 protein_coding 1 5 7 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000366603 protein_coding 6 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000349213 protein_coding 7 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000264183 protein_coding 9 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000418304 protein_coding 1 5 6 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000366603 protein_coding 6 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000349213 protein_coding 7 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000264183 protein_coding 9 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000418304 protein_coding 1 5 5 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000366603 protein_coding 6 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000349213 protein_coding 7 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000264183 protein_coding 9 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000418304 protein_coding 1 5 4 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000366603 protein_coding 6 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000349213 protein_coding 7 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000264183 protein_coding 9 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000418304 protein_coding 1 5 3 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000366603 protein_coding 6 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000349213 protein_coding 7 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000264183 protein_coding 9 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000418304 protein_coding 1 5 2 ARID4B ENSG00000054267 +transcript chr1 235327350 235343093 ENST00000488594 protein_coding 5 1 NA GGPS1 ENSG00000152904 +transcript chr1 235328399 235342596 ENST00000471812 protein_coding 5 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328438 235344525 ENST00000358966 protein_coding 6 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328570 235344532 ENST00000282841 protein_coding 9 1 NA GGPS1 ENSG00000152904 +transcript chr1 235328570 235448880 ENST00000647428 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328570 235448951 ENST00000645655 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328571 235343138 ENST00000391855 protein_coding 2 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328571 235448929 ENST00000647186 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328571 235448934 ENST00000646624 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328573 235448944 ENST00000645205 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328573 235448951 ENST00000645351 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328736 235437468 ENST00000646281 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328959 235401587 ENST00000643758 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235329029 235342559 ENST00000497327 protein_coding 1 3 NA GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000488594 protein_coding 5 1 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000471812 protein_coding 5 2 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000282841 protein_coding 9 1 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000497327 protein_coding 1 3 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000358966 protein_coding 6 2 2 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000488594 protein_coding 5 1 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000471812 protein_coding 5 2 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000282841 protein_coding 9 1 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000497327 protein_coding 1 3 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000358966 protein_coding 6 2 3 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000488594 protein_coding 5 1 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342596 ENST00000471812 protein_coding 5 2 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000282841 protein_coding 9 1 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342559 ENST00000497327 protein_coding 1 3 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000358966 protein_coding 6 2 4 GGPS1 ENSG00000152904 +CDS chr1 235342032 235342769 ENST00000391855 protein_coding 2 2 3 GGPS1 ENSG00000152904 +transcript chr1 235362954 235448932 ENST00000644604 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235367360 235448966 ENST00000651186 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367413 235449078 ENST00000406207 protein_coding 5 5 NA TBCE ENSG00000284770 +transcript chr1 235367416 235448617 ENST00000645899 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367422 235448962 ENST00000644578 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367424 235434233 ENST00000645372 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367426 235430780 ENST00000647407 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367427 235452443 ENST00000642610 protein_coding 2 NA NA TBCE ENSG00000284770 +transcript chr1 235367430 235448899 ENST00000543662 protein_coding 4 2 NA TBCE ENSG00000284770 +transcript chr1 235367430 235448944 ENST00000366601 protein_coding 8 1 NA TBCE ENSG00000284770 +transcript chr1 235380047 235448881 ENST00000644217 protein_coding 1 NA NA TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645655 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000647186 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000646624 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000645205 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000645351 protein_coding 1 NA 2 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000646281 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000643758 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000644604 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000406207 protein_coding 5 5 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645899 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000644578 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645372 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000647407 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000642610 protein_coding 2 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000543662 protein_coding 4 2 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000366601 protein_coding 8 1 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000644217 protein_coding 1 NA 1 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000645655 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000647186 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000646624 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000645205 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000645351 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000646281 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000643758 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000644604 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000406207 protein_coding 5 5 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000645899 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000644578 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000642610 protein_coding 2 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000543662 protein_coding 4 2 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000366601 protein_coding 8 1 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000644217 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000645655 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000647186 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000646624 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000645205 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000645351 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000646281 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000644604 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000406207 protein_coding 5 5 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000645899 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414469 ENST00000647407 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000642610 protein_coding 2 NA 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000543662 protein_coding 4 2 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000366601 protein_coding 8 1 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000644217 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235419441 235419561 ENST00000647428 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235419441 235419561 ENST00000651186 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000645655 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000647186 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000646624 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000645205 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000645351 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000646281 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000644604 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000406207 protein_coding 5 5 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000645899 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000644578 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000647407 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000642610 protein_coding 2 NA 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000543662 protein_coding 4 2 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000644217 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000647428 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645655 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000647186 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000646624 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645205 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645351 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000646281 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000644604 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000651186 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000406207 protein_coding 5 5 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000645899 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000644578 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000645372 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000647407 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000642610 protein_coding 2 NA 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000543662 protein_coding 4 2 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000644217 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000647428 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645655 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000647186 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000646624 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645205 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645351 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000646281 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000644604 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000651186 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000406207 protein_coding 5 5 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000645899 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000644578 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000645372 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235430705 235430780 ENST00000647407 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000642610 protein_coding 2 NA 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000543662 protein_coding 4 2 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000366601 protein_coding 8 1 5 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000644217 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235432946 235433098 ENST00000543662 protein_coding 4 2 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000647428 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645655 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000647186 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000646624 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645205 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645351 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000646281 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000644604 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000651186 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000406207 protein_coding 5 5 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000645899 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000644578 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235434204 235434233 ENST00000645372 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000642610 protein_coding 2 NA 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000543662 protein_coding 4 2 9 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000366601 protein_coding 8 1 6 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000644217 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000647428 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645655 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000647186 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000646624 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645205 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645351 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000646281 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000644604 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000651186 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000406207 protein_coding 5 5 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000645899 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000644578 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000642610 protein_coding 2 NA 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000543662 protein_coding 4 2 10 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000366601 protein_coding 8 1 7 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000644217 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000647428 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645655 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000647186 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000646624 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645205 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645351 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000646281 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000644604 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000651186 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000406207 protein_coding 5 5 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000645899 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000644578 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000642610 protein_coding 2 NA 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000543662 protein_coding 4 2 11 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000366601 protein_coding 8 1 8 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000644217 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000647428 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645655 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000647186 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000646624 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645205 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645351 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000646281 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000644604 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000651186 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000406207 protein_coding 5 5 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000645899 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000644578 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000642610 protein_coding 2 NA 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000543662 protein_coding 4 2 12 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000366601 protein_coding 8 1 9 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000644217 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000647428 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645655 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000647186 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000646624 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645205 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645351 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235437322 235437468 ENST00000646281 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000644604 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000651186 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000406207 protein_coding 5 5 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000645899 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000644578 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000642610 protein_coding 2 NA 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000543662 protein_coding 4 2 13 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000366601 protein_coding 8 1 10 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000644217 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000647428 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645655 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000647186 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000646624 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645205 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645351 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000644604 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000651186 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000406207 protein_coding 5 5 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000645899 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438988 ENST00000644578 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000642610 protein_coding 2 NA 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000543662 protein_coding 4 2 14 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000366601 protein_coding 8 1 11 TBCE ENSG00000284770 +CDS chr1 235438769 235438988 ENST00000644217 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000647428 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645655 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000647186 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000646624 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645205 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645351 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000644604 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000651186 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000406207 protein_coding 5 5 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000645899 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000644578 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000642610 protein_coding 2 NA 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000543662 protein_coding 4 2 15 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000366601 protein_coding 8 1 12 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000644217 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000647428 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645655 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000647186 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000646624 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645205 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645351 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000644604 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000651186 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000406207 protein_coding 5 5 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000645899 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000644578 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000642610 protein_coding 2 NA 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000543662 protein_coding 4 2 16 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000366601 protein_coding 8 1 13 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000644217 protein_coding 1 NA 14 TBCE ENSG00000284770 +transcript chr1 235447190 235504452 ENST00000366600 protein_coding 8 1 NA B3GALNT2 ENSG00000162885 +CDS chr1 235448349 235448440 ENST00000647428 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645655 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000647186 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000646624 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645205 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645351 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000644604 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000651186 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000406207 protein_coding 5 5 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448509 ENST00000645899 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000644578 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000642610 protein_coding 2 NA 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000543662 protein_coding 4 2 17 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000366601 protein_coding 8 1 14 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000644217 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000647428 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645655 protein_coding 1 NA 20 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000647186 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000646624 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645205 protein_coding 1 NA 20 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645351 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000644604 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000651186 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000406207 protein_coding 5 5 17 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000644578 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000642610 protein_coding 2 NA 17 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000543662 protein_coding 4 2 18 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000366601 protein_coding 8 1 15 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000644217 protein_coding 1 NA 16 TBCE ENSG00000284770 +transcript chr1 235449091 235504425 ENST00000676288 protein_coding 1 NA NA B3GALNT2 ENSG00000162885 +transcript chr1 235449155 235498827 ENST00000675555 protein_coding 1 NA NA B3GALNT2 ENSG00000162885 +CDS chr1 235450209 235450340 ENST00000366600 protein_coding 8 1 12 B3GALNT2 ENSG00000162885 +CDS chr1 235450209 235450340 ENST00000675555 protein_coding 1 NA 12 B3GALNT2 ENSG00000162885 +CDS chr1 235451360 235451374 ENST00000676288 protein_coding 1 NA 13 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000366600 protein_coding 8 1 11 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000676288 protein_coding 1 NA 12 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000675555 protein_coding 1 NA 11 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000366600 protein_coding 8 1 10 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000676288 protein_coding 1 NA 11 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000675555 protein_coding 1 NA 10 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000366600 protein_coding 8 1 9 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000676288 protein_coding 1 NA 10 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000675555 protein_coding 1 NA 9 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000366600 protein_coding 8 1 8 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000676288 protein_coding 1 NA 9 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000675555 protein_coding 1 NA 8 B3GALNT2 ENSG00000162885 +transcript chr1 235464896 235504422 ENST00000313984 protein_coding 3 1 NA B3GALNT2 ENSG00000162885 +CDS chr1 235465622 235465714 ENST00000313984 protein_coding 3 1 8 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000366600 protein_coding 8 1 7 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000676288 protein_coding 1 NA 8 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000675555 protein_coding 1 NA 7 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000366600 protein_coding 8 1 6 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000676288 protein_coding 1 NA 7 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000675555 protein_coding 1 NA 6 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000313984 protein_coding 3 1 7 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000366600 protein_coding 8 1 5 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000676288 protein_coding 1 NA 6 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000675555 protein_coding 1 NA 5 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000313984 protein_coding 3 1 6 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000366600 protein_coding 8 1 4 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000676288 protein_coding 1 NA 5 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000675555 protein_coding 1 NA 4 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000313984 protein_coding 3 1 5 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000366600 protein_coding 8 1 3 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000676288 protein_coding 1 NA 4 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000675555 protein_coding 1 NA 3 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000313984 protein_coding 3 1 4 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000366600 protein_coding 8 1 2 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000676288 protein_coding 1 NA 3 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494718 ENST00000675555 protein_coding 1 NA 2 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000313984 protein_coding 3 1 3 B3GALNT2 ENSG00000162885 +CDS chr1 235496186 235496308 ENST00000676288 protein_coding 1 NA 2 B3GALNT2 ENSG00000162885 +CDS chr1 235496186 235496308 ENST00000313984 protein_coding 3 1 2 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000366600 protein_coding 8 1 1 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000676288 protein_coding 1 NA 1 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000313984 protein_coding 3 1 1 B3GALNT2 ENSG00000162885 +transcript chr1 235547685 235649784 ENST00000391854 protein_coding 7 1 NA GNG4 ENSG00000168243 +transcript chr1 235547687 235650754 ENST00000450593 protein_coding 5 4 NA GNG4 ENSG00000168243 +transcript chr1 235550832 235595479 ENST00000366597 protein_coding 5 1 NA GNG4 ENSG00000168243 +transcript chr1 235550832 235650754 ENST00000366598 protein_coding 8 1 NA GNG4 ENSG00000168243 +transcript chr1 235551754 235588959 ENST00000484517 protein_coding 2 2 NA GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000366597 protein_coding 5 1 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000366598 protein_coding 8 1 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000484517 protein_coding 2 2 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000391854 protein_coding 7 1 4 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000450593 protein_coding 5 4 4 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000366597 protein_coding 5 1 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000366598 protein_coding 8 1 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000484517 protein_coding 2 2 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000391854 protein_coding 7 1 3 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000450593 protein_coding 5 4 3 GNG4 ENSG00000168243 +transcript chr1 235661041 235866906 ENST00000389793 protein_coding 7 5 NA LYST ENSG00000143669 +CDS chr1 235662943 235663078 ENST00000389793 protein_coding 7 5 53 LYST ENSG00000143669 +CDS chr1 235663984 235664055 ENST00000389793 protein_coding 7 5 52 LYST ENSG00000143669 +CDS chr1 235664465 235664621 ENST00000389793 protein_coding 7 5 51 LYST ENSG00000143669 +CDS chr1 235677091 235677188 ENST00000389793 protein_coding 7 5 50 LYST ENSG00000143669 +CDS chr1 235677480 235677619 ENST00000389793 protein_coding 7 5 49 LYST ENSG00000143669 +CDS chr1 235686949 235687047 ENST00000389793 protein_coding 7 5 48 LYST ENSG00000143669 +CDS chr1 235693350 235693486 ENST00000389793 protein_coding 7 5 47 LYST ENSG00000143669 +CDS chr1 235697083 235697272 ENST00000389793 protein_coding 7 5 46 LYST ENSG00000143669 +CDS chr1 235702747 235702977 ENST00000389793 protein_coding 7 5 45 LYST ENSG00000143669 +CDS chr1 235709091 235709308 ENST00000389793 protein_coding 7 5 44 LYST ENSG00000143669 +CDS chr1 235712057 235712197 ENST00000389793 protein_coding 7 5 43 LYST ENSG00000143669 +CDS chr1 235715201 235715357 ENST00000389793 protein_coding 7 5 42 LYST ENSG00000143669 +CDS chr1 235716712 235716778 ENST00000389793 protein_coding 7 5 41 LYST ENSG00000143669 +CDS chr1 235720661 235720905 ENST00000389793 protein_coding 7 5 40 LYST ENSG00000143669 +CDS chr1 235724028 235724180 ENST00000389793 protein_coding 7 5 39 LYST ENSG00000143669 +CDS chr1 235728076 235728131 ENST00000389793 protein_coding 7 5 38 LYST ENSG00000143669 +CDS chr1 235729596 235729657 ENST00000389793 protein_coding 7 5 37 LYST ENSG00000143669 +CDS chr1 235730847 235730943 ENST00000389793 protein_coding 7 5 36 LYST ENSG00000143669 +CDS chr1 235731032 235731177 ENST00000389793 protein_coding 7 5 35 LYST ENSG00000143669 +CDS chr1 235733503 235733691 ENST00000389793 protein_coding 7 5 34 LYST ENSG00000143669 +CDS chr1 235733830 235733906 ENST00000389793 protein_coding 7 5 33 LYST ENSG00000143669 +CDS chr1 235734483 235734659 ENST00000389793 protein_coding 7 5 32 LYST ENSG00000143669 +CDS chr1 235741422 235741628 ENST00000389793 protein_coding 7 5 31 LYST ENSG00000143669 +CDS chr1 235743979 235744157 ENST00000389793 protein_coding 7 5 30 LYST ENSG00000143669 +CDS chr1 235746336 235746527 ENST00000389793 protein_coding 7 5 29 LYST ENSG00000143669 +transcript chr1 235746468 235752171 ENST00000487530 protein_coding 2 4 NA LYST ENSG00000143669 +CDS chr1 235746468 235746527 ENST00000487530 protein_coding 2 4 4 LYST ENSG00000143669 +CDS chr1 235747170 235747331 ENST00000487530 protein_coding 2 4 3 LYST ENSG00000143669 +CDS chr1 235751210 235751362 ENST00000389793 protein_coding 7 5 28 LYST ENSG00000143669 +CDS chr1 235751210 235751362 ENST00000487530 protein_coding 2 4 2 LYST ENSG00000143669 +CDS chr1 235752005 235752171 ENST00000389793 protein_coding 7 5 27 LYST ENSG00000143669 +CDS chr1 235752005 235752171 ENST00000487530 protein_coding 2 4 1 LYST ENSG00000143669 +CDS chr1 235753044 235753274 ENST00000389793 protein_coding 7 5 26 LYST ENSG00000143669 +CDS chr1 235755478 235755647 ENST00000389793 protein_coding 7 5 25 LYST ENSG00000143669 +CDS chr1 235757281 235757458 ENST00000389793 protein_coding 7 5 24 LYST ENSG00000143669 +CDS chr1 235758972 235759599 ENST00000389793 protein_coding 7 5 23 LYST ENSG00000143669 +CDS chr1 235762720 235762851 ENST00000389793 protein_coding 7 5 22 LYST ENSG00000143669 +CDS chr1 235766079 235766277 ENST00000389793 protein_coding 7 5 21 LYST ENSG00000143669 +CDS chr1 235770160 235770297 ENST00000389793 protein_coding 7 5 20 LYST ENSG00000143669 +CDS chr1 235773842 235773991 ENST00000389793 protein_coding 7 5 19 LYST ENSG00000143669 +CDS chr1 235774913 235775086 ENST00000389793 protein_coding 7 5 18 LYST ENSG00000143669 +CDS chr1 235777063 235777308 ENST00000389793 protein_coding 7 5 17 LYST ENSG00000143669 +CDS chr1 235780865 235781055 ENST00000389793 protein_coding 7 5 16 LYST ENSG00000143669 +CDS chr1 235781927 235782087 ENST00000389793 protein_coding 7 5 15 LYST ENSG00000143669 +CDS chr1 235787200 235787373 ENST00000389793 protein_coding 7 5 14 LYST ENSG00000143669 +CDS chr1 235788701 235788845 ENST00000389793 protein_coding 7 5 13 LYST ENSG00000143669 +CDS chr1 235791699 235792125 ENST00000389793 protein_coding 7 5 12 LYST ENSG00000143669 +CDS chr1 235793503 235793612 ENST00000389793 protein_coding 7 5 11 LYST ENSG00000143669 +CDS chr1 235800320 235800386 ENST00000389793 protein_coding 7 5 10 LYST ENSG00000143669 +CDS chr1 235800871 235801097 ENST00000389793 protein_coding 7 5 9 LYST ENSG00000143669 +CDS chr1 235802908 235803064 ENST00000389793 protein_coding 7 5 8 LYST ENSG00000143669 +CDS chr1 235804504 235804665 ENST00000389793 protein_coding 7 5 7 LYST ENSG00000143669 +CDS chr1 235805743 235806772 ENST00000389793 protein_coding 7 5 6 LYST ENSG00000143669 +CDS chr1 235808455 235810534 ENST00000389793 protein_coding 7 5 5 LYST ENSG00000143669 +CDS chr1 235812971 235813061 ENST00000389793 protein_coding 7 5 4 LYST ENSG00000143669 +CDS chr1 235830226 235830417 ENST00000389793 protein_coding 7 5 3 LYST ENSG00000143669 +transcript chr1 235975830 236065109 ENST00000366595 protein_coding 7 1 NA NID1 ENSG00000116962 +transcript chr1 235975830 236065090 ENST00000264187 protein_coding 7 1 NA NID1 ENSG00000116962 +CDS chr1 235977870 235977988 ENST00000366595 protein_coding 7 1 17 NID1 ENSG00000116962 +CDS chr1 235977870 235977988 ENST00000264187 protein_coding 7 1 20 NID1 ENSG00000116962 +CDS chr1 235978995 235979107 ENST00000366595 protein_coding 7 1 16 NID1 ENSG00000116962 +CDS chr1 235978995 235979107 ENST00000264187 protein_coding 7 1 19 NID1 ENSG00000116962 +CDS chr1 235979822 235979945 ENST00000366595 protein_coding 7 1 15 NID1 ENSG00000116962 +CDS chr1 235979822 235979945 ENST00000264187 protein_coding 7 1 18 NID1 ENSG00000116962 +CDS chr1 235980496 235980653 ENST00000366595 protein_coding 7 1 14 NID1 ENSG00000116962 +CDS chr1 235980496 235980653 ENST00000264187 protein_coding 7 1 17 NID1 ENSG00000116962 +CDS chr1 235981611 235981782 ENST00000366595 protein_coding 7 1 13 NID1 ENSG00000116962 +CDS chr1 235981611 235981782 ENST00000264187 protein_coding 7 1 16 NID1 ENSG00000116962 +CDS chr1 235985379 235985505 ENST00000366595 protein_coding 7 1 12 NID1 ENSG00000116962 +CDS chr1 235985379 235985505 ENST00000264187 protein_coding 7 1 15 NID1 ENSG00000116962 +CDS chr1 235990886 235991058 ENST00000366595 protein_coding 7 1 11 NID1 ENSG00000116962 +CDS chr1 235990886 235991058 ENST00000264187 protein_coding 7 1 14 NID1 ENSG00000116962 +CDS chr1 235993645 235993872 ENST00000366595 protein_coding 7 1 10 NID1 ENSG00000116962 +CDS chr1 235993645 235993872 ENST00000264187 protein_coding 7 1 13 NID1 ENSG00000116962 +CDS chr1 236011921 236012043 ENST00000264187 protein_coding 7 1 12 NID1 ENSG00000116962 +CDS chr1 236013411 236013560 ENST00000264187 protein_coding 7 1 11 NID1 ENSG00000116962 +CDS chr1 236017148 236017273 ENST00000264187 protein_coding 7 1 10 NID1 ENSG00000116962 +CDS chr1 236024070 236024213 ENST00000366595 protein_coding 7 1 9 NID1 ENSG00000116962 +CDS chr1 236024070 236024213 ENST00000264187 protein_coding 7 1 9 NID1 ENSG00000116962 +CDS chr1 236025896 236026141 ENST00000366595 protein_coding 7 1 8 NID1 ENSG00000116962 +CDS chr1 236025896 236026141 ENST00000264187 protein_coding 7 1 8 NID1 ENSG00000116962 +CDS chr1 236029550 236029750 ENST00000366595 protein_coding 7 1 7 NID1 ENSG00000116962 +CDS chr1 236029550 236029750 ENST00000264187 protein_coding 7 1 7 NID1 ENSG00000116962 +CDS chr1 236032401 236032652 ENST00000366595 protein_coding 7 1 6 NID1 ENSG00000116962 +CDS chr1 236032401 236032652 ENST00000264187 protein_coding 7 1 6 NID1 ENSG00000116962 +CDS chr1 236038104 236038253 ENST00000366595 protein_coding 7 1 5 NID1 ENSG00000116962 +CDS chr1 236038104 236038253 ENST00000264187 protein_coding 7 1 5 NID1 ENSG00000116962 +CDS chr1 236041910 236042292 ENST00000366595 protein_coding 7 1 4 NID1 ENSG00000116962 +CDS chr1 236041910 236042292 ENST00000264187 protein_coding 7 1 4 NID1 ENSG00000116962 +CDS chr1 236045457 236045683 ENST00000366595 protein_coding 7 1 3 NID1 ENSG00000116962 +CDS chr1 236045457 236045683 ENST00000264187 protein_coding 7 1 3 NID1 ENSG00000116962 +CDS chr1 236048690 236048989 ENST00000366595 protein_coding 7 1 2 NID1 ENSG00000116962 +CDS chr1 236048690 236048989 ENST00000264187 protein_coding 7 1 2 NID1 ENSG00000116962 +CDS chr1 236064855 236065079 ENST00000366595 protein_coding 7 1 1 NID1 ENSG00000116962 +CDS chr1 236064855 236065079 ENST00000264187 protein_coding 7 1 1 NID1 ENSG00000116962 +transcript chr1 236142539 236208907 ENST00000366592 protein_coding 8 1 NA GPR137B ENSG00000077585 +CDS chr1 236142623 236143036 ENST00000366592 protein_coding 8 1 1 GPR137B ENSG00000077585 +transcript chr1 236168701 236208482 ENST00000454895 protein_coding 2 3 NA GPR137B ENSG00000077585 +CDS chr1 236168701 236168755 ENST00000454895 protein_coding 2 3 1 GPR137B ENSG00000077585 +CDS chr1 236168706 236168755 ENST00000366592 protein_coding 8 1 2 GPR137B ENSG00000077585 +CDS chr1 236178414 236178636 ENST00000366592 protein_coding 8 1 3 GPR137B ENSG00000077585 +CDS chr1 236178414 236178636 ENST00000454895 protein_coding 2 3 2 GPR137B ENSG00000077585 +CDS chr1 236179879 236180028 ENST00000366592 protein_coding 8 1 4 GPR137B ENSG00000077585 +CDS chr1 236179879 236180028 ENST00000454895 protein_coding 2 3 3 GPR137B ENSG00000077585 +CDS chr1 236183778 236183906 ENST00000366592 protein_coding 8 1 5 GPR137B ENSG00000077585 +CDS chr1 236183778 236183906 ENST00000454895 protein_coding 2 3 4 GPR137B ENSG00000077585 +CDS chr1 236205126 236205250 ENST00000366592 protein_coding 8 1 6 GPR137B ENSG00000077585 +CDS chr1 236205126 236205250 ENST00000454895 protein_coding 2 3 5 GPR137B ENSG00000077585 +CDS chr1 236208050 236208155 ENST00000366592 protein_coding 8 1 7 GPR137B ENSG00000077585 +CDS chr1 236208061 236208067 ENST00000454895 protein_coding 2 3 6 GPR137B ENSG00000077585 +transcript chr1 236215101 236281958 ENST00000354619 protein_coding 10 1 NA ERO1B ENSG00000086619 +transcript chr1 236218244 236275679 ENST00000687487 protein_coding 1 NA NA ERO1B ENSG00000086619 +CDS chr1 236218519 236218576 ENST00000354619 protein_coding 10 1 16 ERO1B ENSG00000086619 +CDS chr1 236218519 236218576 ENST00000687487 protein_coding 1 NA 16 ERO1B ENSG00000086619 +CDS chr1 236220832 236220965 ENST00000354619 protein_coding 10 1 15 ERO1B ENSG00000086619 +CDS chr1 236220832 236220965 ENST00000687487 protein_coding 1 NA 15 ERO1B ENSG00000086619 +CDS chr1 236221924 236222010 ENST00000354619 protein_coding 10 1 14 ERO1B ENSG00000086619 +CDS chr1 236221924 236222010 ENST00000687487 protein_coding 1 NA 14 ERO1B ENSG00000086619 +CDS chr1 236225070 236225139 ENST00000354619 protein_coding 10 1 13 ERO1B ENSG00000086619 +CDS chr1 236225070 236225139 ENST00000687487 protein_coding 1 NA 13 ERO1B ENSG00000086619 +CDS chr1 236226269 236226515 ENST00000354619 protein_coding 10 1 12 ERO1B ENSG00000086619 +CDS chr1 236226269 236226515 ENST00000687487 protein_coding 1 NA 12 ERO1B ENSG00000086619 +CDS chr1 236226647 236226739 ENST00000354619 protein_coding 10 1 11 ERO1B ENSG00000086619 +CDS chr1 236226647 236226739 ENST00000687487 protein_coding 1 NA 11 ERO1B ENSG00000086619 +CDS chr1 236230224 236230250 ENST00000354619 protein_coding 10 1 10 ERO1B ENSG00000086619 +CDS chr1 236230224 236230250 ENST00000687487 protein_coding 1 NA 10 ERO1B ENSG00000086619 +CDS chr1 236232828 236232839 ENST00000354619 protein_coding 10 1 9 ERO1B ENSG00000086619 +CDS chr1 236232828 236232839 ENST00000687487 protein_coding 1 NA 9 ERO1B ENSG00000086619 +CDS chr1 236235789 236235835 ENST00000354619 protein_coding 10 1 8 ERO1B ENSG00000086619 +CDS chr1 236235789 236235835 ENST00000687487 protein_coding 1 NA 8 ERO1B ENSG00000086619 +CDS chr1 236236278 236236398 ENST00000354619 protein_coding 10 1 7 ERO1B ENSG00000086619 +CDS chr1 236236278 236236398 ENST00000687487 protein_coding 1 NA 7 ERO1B ENSG00000086619 +CDS chr1 236243422 236243495 ENST00000354619 protein_coding 10 1 6 ERO1B ENSG00000086619 +CDS chr1 236243422 236243495 ENST00000687487 protein_coding 1 NA 6 ERO1B ENSG00000086619 +CDS chr1 236249885 236249967 ENST00000354619 protein_coding 10 1 5 ERO1B ENSG00000086619 +CDS chr1 236249885 236249958 ENST00000687487 protein_coding 1 NA 5 ERO1B ENSG00000086619 +CDS chr1 236252050 236252091 ENST00000354619 protein_coding 10 1 4 ERO1B ENSG00000086619 +CDS chr1 236253422 236253505 ENST00000354619 protein_coding 10 1 3 ERO1B ENSG00000086619 +CDS chr1 236269875 236269994 ENST00000354619 protein_coding 10 1 2 ERO1B ENSG00000086619 +CDS chr1 236281682 236281783 ENST00000354619 protein_coding 10 1 1 ERO1B ENSG00000086619 +transcript chr1 236348257 236484837 ENST00000637660 protein_coding 1 5 NA EDARADD ENSG00000186197 +transcript chr1 236348262 236482319 ENST00000439430 protein_coding 5 3 NA EDARADD ENSG00000186197 +transcript chr1 236394286 236484930 ENST00000334232 protein_coding 9 1 NA EDARADD ENSG00000186197 +CDS chr1 236394445 236394505 ENST00000334232 protein_coding 9 1 1 EDARADD ENSG00000186197 +transcript chr1 236395413 236484930 ENST00000359362 protein_coding 6 1 NA EDARADD ENSG00000186197 +CDS chr1 236395630 236395660 ENST00000359362 protein_coding 6 1 1 EDARADD ENSG00000186197 +CDS chr1 236409216 236409274 ENST00000334232 protein_coding 9 1 2 EDARADD ENSG00000186197 +CDS chr1 236409216 236409274 ENST00000359362 protein_coding 6 1 2 EDARADD ENSG00000186197 +CDS chr1 236409221 236409274 ENST00000637660 protein_coding 1 5 2 EDARADD ENSG00000186197 +CDS chr1 236409221 236409274 ENST00000439430 protein_coding 5 3 4 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000637660 protein_coding 1 5 3 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000439430 protein_coding 5 3 5 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000334232 protein_coding 9 1 3 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000359362 protein_coding 6 1 3 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000637660 protein_coding 1 5 4 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000439430 protein_coding 5 3 6 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000334232 protein_coding 9 1 4 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000359362 protein_coding 6 1 4 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000637660 protein_coding 1 5 5 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000439430 protein_coding 5 3 7 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000334232 protein_coding 9 1 5 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000359362 protein_coding 6 1 5 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000637660 protein_coding 1 5 6 EDARADD ENSG00000186197 +CDS chr1 236482267 236482319 ENST00000439430 protein_coding 5 3 8 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000334232 protein_coding 9 1 6 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000359362 protein_coding 6 1 6 EDARADD ENSG00000186197 +transcript chr1 236518000 236539063 ENST00000481485 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518214 236541691 ENST00000454943 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518239 236548281 ENST00000527974 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518260 236541672 ENST00000430527 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518265 236548283 ENST00000352231 protein_coding 6 2 NA LGALS8 ENSG00000116977 +transcript chr1 236518269 236542990 ENST00000406509 protein_coding 7 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518273 236552981 ENST00000526589 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518301 236537580 ENST00000529489 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236549263 ENST00000341872 protein_coding 10 1 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236552974 ENST00000416919 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236552981 ENST00000450372 protein_coding 6 1 NA LGALS8 ENSG00000116977 +transcript chr1 236523873 236544815 ENST00000238181 protein_coding 11 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523982 236552981 ENST00000366584 protein_coding 9 1 NA LGALS8 ENSG00000116977 +transcript chr1 236524024 236549002 ENST00000323938 protein_coding 10 5 NA LGALS8 ENSG00000116977 +transcript chr1 236524581 236548796 ENST00000526634 protein_coding 5 5 NA LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000481485 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000454943 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000527974 protein_coding 5 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000430527 protein_coding 6 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000352231 protein_coding 6 2 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000406509 protein_coding 7 5 5 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000526589 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000529489 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000341872 protein_coding 10 1 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000416919 protein_coding 6 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000450372 protein_coding 6 1 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000238181 protein_coding 11 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000366584 protein_coding 9 1 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000323938 protein_coding 10 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000526634 protein_coding 5 5 2 LGALS8 ENSG00000116977 +transcript chr1 236526071 236548161 ENST00000525042 protein_coding 1 1 NA LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000525042 protein_coding 1 1 1 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000481485 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000454943 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000527974 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000430527 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000352231 protein_coding 6 2 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000406509 protein_coding 7 5 6 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000526589 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537580 ENST00000529489 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000341872 protein_coding 10 1 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000416919 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000450372 protein_coding 6 1 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000238181 protein_coding 11 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000366584 protein_coding 9 1 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000323938 protein_coding 10 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000526634 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000525042 protein_coding 1 1 2 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539063 ENST00000481485 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000454943 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000527974 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000430527 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000352231 protein_coding 6 2 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000406509 protein_coding 7 5 7 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000526589 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000341872 protein_coding 10 1 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000416919 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000450372 protein_coding 6 1 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000238181 protein_coding 11 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000366584 protein_coding 9 1 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000526634 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000525042 protein_coding 1 1 3 LGALS8 ENSG00000116977 +CDS chr1 236538960 236539089 ENST00000323938 protein_coding 10 5 4 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000454943 protein_coding 6 5 7 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000527974 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000352231 protein_coding 6 2 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000406509 protein_coding 7 5 8 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000526589 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000341872 protein_coding 10 1 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000450372 protein_coding 6 1 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000366584 protein_coding 9 1 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000323938 protein_coding 10 5 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000526634 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541691 ENST00000454943 protein_coding 6 5 8 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000527974 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541672 ENST00000430527 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000352231 protein_coding 6 2 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000406509 protein_coding 7 5 9 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000526589 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000341872 protein_coding 10 1 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000450372 protein_coding 6 1 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000366584 protein_coding 9 1 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000323938 protein_coding 10 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000526634 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000527974 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000352231 protein_coding 6 2 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000406509 protein_coding 7 5 10 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000526589 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000341872 protein_coding 10 1 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000416919 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000450372 protein_coding 6 1 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000238181 protein_coding 11 5 5 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000366584 protein_coding 9 1 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000323938 protein_coding 10 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000526634 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000525042 protein_coding 1 1 4 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000527974 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000352231 protein_coding 6 2 9 LGALS8 ENSG00000116977 +CDS chr1 236542915 236542990 ENST00000406509 protein_coding 7 5 11 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000526589 protein_coding 5 5 11 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000416919 protein_coding 6 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000450372 protein_coding 6 1 9 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000525042 protein_coding 1 1 5 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000527974 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000352231 protein_coding 6 2 10 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000526589 protein_coding 5 5 12 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000341872 protein_coding 10 1 9 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000416919 protein_coding 6 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000450372 protein_coding 6 1 10 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000238181 protein_coding 11 5 6 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000366584 protein_coding 9 1 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000323938 protein_coding 10 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000526634 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000525042 protein_coding 1 1 6 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000527974 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000352231 protein_coding 6 2 11 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000526589 protein_coding 5 5 13 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000341872 protein_coding 10 1 10 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000416919 protein_coding 6 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000450372 protein_coding 6 1 11 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544815 ENST00000238181 protein_coding 11 5 7 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000366584 protein_coding 9 1 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000323938 protein_coding 10 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000526634 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000525042 protein_coding 1 1 7 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000527974 protein_coding 5 5 11 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000352231 protein_coding 6 2 12 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000526589 protein_coding 5 5 14 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000341872 protein_coding 10 1 11 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000416919 protein_coding 6 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000450372 protein_coding 6 1 12 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000366584 protein_coding 9 1 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000323938 protein_coding 10 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000526634 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000525042 protein_coding 1 1 8 LGALS8 ENSG00000116977 +transcript chr1 236549005 236604516 ENST00000366582 protein_coding 8 5 NA HEATR1 ENSG00000119285 +transcript chr1 236550671 236604504 ENST00000366581 protein_coding 6 5 NA HEATR1 ENSG00000119285 +CDS chr1 236550905 236550990 ENST00000366582 protein_coding 8 5 45 HEATR1 ENSG00000119285 +CDS chr1 236550905 236550990 ENST00000366581 protein_coding 6 5 44 HEATR1 ENSG00000119285 +CDS chr1 236551999 236552107 ENST00000366582 protein_coding 8 5 44 HEATR1 ENSG00000119285 +CDS chr1 236551999 236552107 ENST00000366581 protein_coding 6 5 43 HEATR1 ENSG00000119285 +CDS chr1 236553581 236553739 ENST00000366582 protein_coding 8 5 43 HEATR1 ENSG00000119285 +CDS chr1 236553581 236553739 ENST00000366581 protein_coding 6 5 42 HEATR1 ENSG00000119285 +CDS chr1 236554598 236554752 ENST00000366582 protein_coding 8 5 42 HEATR1 ENSG00000119285 +CDS chr1 236554598 236554752 ENST00000366581 protein_coding 6 5 41 HEATR1 ENSG00000119285 +CDS chr1 236555296 236555464 ENST00000366582 protein_coding 8 5 41 HEATR1 ENSG00000119285 +CDS chr1 236555296 236555464 ENST00000366581 protein_coding 6 5 40 HEATR1 ENSG00000119285 +CDS chr1 236555551 236555655 ENST00000366582 protein_coding 8 5 40 HEATR1 ENSG00000119285 +CDS chr1 236555551 236555655 ENST00000366581 protein_coding 6 5 39 HEATR1 ENSG00000119285 +CDS chr1 236555805 236555939 ENST00000366582 protein_coding 8 5 39 HEATR1 ENSG00000119285 +CDS chr1 236555805 236555939 ENST00000366581 protein_coding 6 5 38 HEATR1 ENSG00000119285 +CDS chr1 236556100 236556258 ENST00000366582 protein_coding 8 5 38 HEATR1 ENSG00000119285 +CDS chr1 236556100 236556258 ENST00000366581 protein_coding 6 5 37 HEATR1 ENSG00000119285 +CDS chr1 236557195 236557345 ENST00000366582 protein_coding 8 5 37 HEATR1 ENSG00000119285 +CDS chr1 236557195 236557345 ENST00000366581 protein_coding 6 5 36 HEATR1 ENSG00000119285 +CDS chr1 236558237 236558529 ENST00000366582 protein_coding 8 5 36 HEATR1 ENSG00000119285 +CDS chr1 236558237 236558529 ENST00000366581 protein_coding 6 5 35 HEATR1 ENSG00000119285 +CDS chr1 236558995 236559135 ENST00000366582 protein_coding 8 5 35 HEATR1 ENSG00000119285 +CDS chr1 236558995 236559135 ENST00000366581 protein_coding 6 5 34 HEATR1 ENSG00000119285 +CDS chr1 236559714 236559837 ENST00000366582 protein_coding 8 5 34 HEATR1 ENSG00000119285 +CDS chr1 236559714 236559837 ENST00000366581 protein_coding 6 5 33 HEATR1 ENSG00000119285 +CDS chr1 236561225 236561271 ENST00000366582 protein_coding 8 5 33 HEATR1 ENSG00000119285 +CDS chr1 236561225 236561271 ENST00000366581 protein_coding 6 5 32 HEATR1 ENSG00000119285 +CDS chr1 236564498 236564661 ENST00000366582 protein_coding 8 5 32 HEATR1 ENSG00000119285 +CDS chr1 236564498 236564661 ENST00000366581 protein_coding 6 5 31 HEATR1 ENSG00000119285 +CDS chr1 236565919 236566045 ENST00000366582 protein_coding 8 5 31 HEATR1 ENSG00000119285 +CDS chr1 236565919 236566045 ENST00000366581 protein_coding 6 5 30 HEATR1 ENSG00000119285 +CDS chr1 236566646 236566876 ENST00000366582 protein_coding 8 5 30 HEATR1 ENSG00000119285 +CDS chr1 236566646 236566876 ENST00000366581 protein_coding 6 5 29 HEATR1 ENSG00000119285 +CDS chr1 236568996 236569124 ENST00000366582 protein_coding 8 5 29 HEATR1 ENSG00000119285 +CDS chr1 236568996 236569124 ENST00000366581 protein_coding 6 5 28 HEATR1 ENSG00000119285 +CDS chr1 236571351 236571472 ENST00000366582 protein_coding 8 5 28 HEATR1 ENSG00000119285 +CDS chr1 236571351 236571472 ENST00000366581 protein_coding 6 5 27 HEATR1 ENSG00000119285 +CDS chr1 236571568 236571686 ENST00000366582 protein_coding 8 5 27 HEATR1 ENSG00000119285 +CDS chr1 236571568 236571686 ENST00000366581 protein_coding 6 5 26 HEATR1 ENSG00000119285 +CDS chr1 236572411 236572554 ENST00000366582 protein_coding 8 5 26 HEATR1 ENSG00000119285 +CDS chr1 236572411 236572554 ENST00000366581 protein_coding 6 5 25 HEATR1 ENSG00000119285 +CDS chr1 236572725 236572828 ENST00000366582 protein_coding 8 5 25 HEATR1 ENSG00000119285 +CDS chr1 236572725 236572828 ENST00000366581 protein_coding 6 5 24 HEATR1 ENSG00000119285 +CDS chr1 236574202 236574333 ENST00000366582 protein_coding 8 5 24 HEATR1 ENSG00000119285 +CDS chr1 236574202 236574333 ENST00000366581 protein_coding 6 5 23 HEATR1 ENSG00000119285 +CDS chr1 236574661 236574903 ENST00000366582 protein_coding 8 5 23 HEATR1 ENSG00000119285 +CDS chr1 236576219 236576377 ENST00000366582 protein_coding 8 5 22 HEATR1 ENSG00000119285 +CDS chr1 236576219 236576377 ENST00000366581 protein_coding 6 5 22 HEATR1 ENSG00000119285 +CDS chr1 236576780 236576949 ENST00000366582 protein_coding 8 5 21 HEATR1 ENSG00000119285 +CDS chr1 236576780 236576949 ENST00000366581 protein_coding 6 5 21 HEATR1 ENSG00000119285 +CDS chr1 236581222 236581414 ENST00000366582 protein_coding 8 5 20 HEATR1 ENSG00000119285 +CDS chr1 236581222 236581414 ENST00000366581 protein_coding 6 5 20 HEATR1 ENSG00000119285 +CDS chr1 236582736 236582872 ENST00000366582 protein_coding 8 5 19 HEATR1 ENSG00000119285 +CDS chr1 236582736 236582872 ENST00000366581 protein_coding 6 5 19 HEATR1 ENSG00000119285 +CDS chr1 236583013 236583196 ENST00000366582 protein_coding 8 5 18 HEATR1 ENSG00000119285 +CDS chr1 236583013 236583196 ENST00000366581 protein_coding 6 5 18 HEATR1 ENSG00000119285 +CDS chr1 236585025 236585216 ENST00000366582 protein_coding 8 5 17 HEATR1 ENSG00000119285 +CDS chr1 236585025 236585216 ENST00000366581 protein_coding 6 5 17 HEATR1 ENSG00000119285 +CDS chr1 236585820 236585941 ENST00000366582 protein_coding 8 5 16 HEATR1 ENSG00000119285 +CDS chr1 236585820 236585941 ENST00000366581 protein_coding 6 5 16 HEATR1 ENSG00000119285 +CDS chr1 236586241 236586452 ENST00000366582 protein_coding 8 5 15 HEATR1 ENSG00000119285 +CDS chr1 236586241 236586452 ENST00000366581 protein_coding 6 5 15 HEATR1 ENSG00000119285 +CDS chr1 236587402 236587490 ENST00000366582 protein_coding 8 5 14 HEATR1 ENSG00000119285 +CDS chr1 236587402 236587490 ENST00000366581 protein_coding 6 5 14 HEATR1 ENSG00000119285 +CDS chr1 236587948 236588043 ENST00000366582 protein_coding 8 5 13 HEATR1 ENSG00000119285 +CDS chr1 236587948 236588043 ENST00000366581 protein_coding 6 5 13 HEATR1 ENSG00000119285 +CDS chr1 236590847 236590954 ENST00000366582 protein_coding 8 5 12 HEATR1 ENSG00000119285 +CDS chr1 236590847 236590954 ENST00000366581 protein_coding 6 5 12 HEATR1 ENSG00000119285 +CDS chr1 236591993 236592110 ENST00000366582 protein_coding 8 5 11 HEATR1 ENSG00000119285 +CDS chr1 236591993 236592110 ENST00000366581 protein_coding 6 5 11 HEATR1 ENSG00000119285 +CDS chr1 236592523 236592633 ENST00000366582 protein_coding 8 5 10 HEATR1 ENSG00000119285 +CDS chr1 236592523 236592633 ENST00000366581 protein_coding 6 5 10 HEATR1 ENSG00000119285 +CDS chr1 236594012 236594114 ENST00000366582 protein_coding 8 5 9 HEATR1 ENSG00000119285 +CDS chr1 236594012 236594114 ENST00000366581 protein_coding 6 5 9 HEATR1 ENSG00000119285 +CDS chr1 236595540 236595673 ENST00000366582 protein_coding 8 5 8 HEATR1 ENSG00000119285 +CDS chr1 236595540 236595673 ENST00000366581 protein_coding 6 5 8 HEATR1 ENSG00000119285 +CDS chr1 236595833 236596044 ENST00000366582 protein_coding 8 5 7 HEATR1 ENSG00000119285 +CDS chr1 236595833 236596044 ENST00000366581 protein_coding 6 5 7 HEATR1 ENSG00000119285 +CDS chr1 236596836 236596976 ENST00000366582 protein_coding 8 5 6 HEATR1 ENSG00000119285 +CDS chr1 236596836 236596976 ENST00000366581 protein_coding 6 5 6 HEATR1 ENSG00000119285 +CDS chr1 236597878 236597979 ENST00000366582 protein_coding 8 5 5 HEATR1 ENSG00000119285 +CDS chr1 236597878 236597979 ENST00000366581 protein_coding 6 5 5 HEATR1 ENSG00000119285 +CDS chr1 236599483 236599624 ENST00000366582 protein_coding 8 5 4 HEATR1 ENSG00000119285 +CDS chr1 236599483 236599624 ENST00000366581 protein_coding 6 5 4 HEATR1 ENSG00000119285 +transcript chr1 236602825 236604488 ENST00000366579 protein_coding 1 2 NA HEATR1 ENSG00000119285 +CDS chr1 236603159 236603376 ENST00000366579 protein_coding 1 2 3 HEATR1 ENSG00000119285 +CDS chr1 236603160 236603376 ENST00000366582 protein_coding 8 5 3 HEATR1 ENSG00000119285 +CDS chr1 236603160 236603376 ENST00000366581 protein_coding 6 5 3 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366582 protein_coding 8 5 2 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366581 protein_coding 6 5 2 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366579 protein_coding 1 2 2 HEATR1 ENSG00000119285 +transcript chr1 236664141 236720142 ENST00000651187 protein_coding 1 NA NA ACTN2 ENSG00000077522 +transcript chr1 236686454 236762943 ENST00000542672 protein_coding 6 1 NA ACTN2 ENSG00000077522 +transcript chr1 236686499 236764631 ENST00000366578 protein_coding 6 1 NA ACTN2 ENSG00000077522 +transcript chr1 236686639 236764595 ENST00000682015 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000542672 protein_coding 6 1 1 ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000366578 protein_coding 6 1 1 ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000682015 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +transcript chr1 236686689 236763120 ENST00000651275 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236686689 236686799 ENST00000651275 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000542672 protein_coding 6 1 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000366578 protein_coding 6 1 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000682015 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000651275 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236717948 236717972 ENST00000651187 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000651187 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000542672 protein_coding 6 1 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000366578 protein_coding 6 1 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000682015 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000651275 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720142 ENST00000651187 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000542672 protein_coding 6 1 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000366578 protein_coding 6 1 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000682015 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000651275 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000542672 protein_coding 6 1 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000366578 protein_coding 6 1 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000682015 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000651275 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000542672 protein_coding 6 1 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000366578 protein_coding 6 1 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000682015 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000651275 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000542672 protein_coding 6 1 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000366578 protein_coding 6 1 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000682015 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000651275 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +transcript chr1 236731250 236762848 ENST00000651781 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236731250 236731314 ENST00000651781 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000542672 protein_coding 6 1 8 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000651275 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000651781 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236735635 236735720 ENST00000366578 protein_coding 6 1 8 ACTN2 ENSG00000077522 +CDS chr1 236735635 236735720 ENST00000682015 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737214 ENST00000542672 protein_coding 6 1 9 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737214 ENST00000366578 protein_coding 6 1 9 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737180 ENST00000651781 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000542672 protein_coding 6 1 10 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000366578 protein_coding 6 1 10 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000682015 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000651275 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000542672 protein_coding 6 1 11 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000366578 protein_coding 6 1 11 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000682015 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000651275 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236742919 236743043 ENST00000651781 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000542672 protein_coding 6 1 12 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000366578 protein_coding 6 1 12 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000682015 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000651275 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000651781 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000542672 protein_coding 6 1 13 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000366578 protein_coding 6 1 13 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000682015 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000651275 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000651781 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000542672 protein_coding 6 1 14 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000366578 protein_coding 6 1 14 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000682015 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000651275 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000651781 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000542672 protein_coding 6 1 15 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000366578 protein_coding 6 1 15 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000682015 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000651275 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000651781 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000542672 protein_coding 6 1 16 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000366578 protein_coding 6 1 16 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000682015 protein_coding 1 NA 15 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000651275 protein_coding 1 NA 15 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000651781 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000542672 protein_coding 6 1 17 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000366578 protein_coding 6 1 17 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000682015 protein_coding 1 NA 16 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000651275 protein_coding 1 NA 16 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000651781 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000542672 protein_coding 6 1 18 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000366578 protein_coding 6 1 18 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000682015 protein_coding 1 NA 17 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000651275 protein_coding 1 NA 17 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000651781 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000542672 protein_coding 6 1 19 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000366578 protein_coding 6 1 19 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000682015 protein_coding 1 NA 18 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000651275 protein_coding 1 NA 18 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000651781 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000542672 protein_coding 6 1 20 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000366578 protein_coding 6 1 20 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000682015 protein_coding 1 NA 19 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000651275 protein_coding 1 NA 19 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000651781 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000542672 protein_coding 6 1 21 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000366578 protein_coding 6 1 21 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000682015 protein_coding 1 NA 20 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000651275 protein_coding 1 NA 20 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000651781 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +transcript chr1 236795292 236903981 ENST00000366577 protein_coding 10 1 NA MTR ENSG00000116984 +transcript chr1 236795292 236903981 ENST00000674797 protein_coding 2 NA NA MTR ENSG00000116984 +transcript chr1 236795682 236898134 ENST00000535889 protein_coding 6 1 NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000366577 protein_coding 10 1 1 MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000535889 protein_coding 6 1 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000681102 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000681102 protein_coding 1 NA 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000679842 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000679842 protein_coding 1 NA 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000681177 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000681177 protein_coding 1 NA 1 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000366577 protein_coding 10 1 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000535889 protein_coding 6 1 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000681102 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000679842 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000681177 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000366577 protein_coding 10 1 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000535889 protein_coding 6 1 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000681102 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000679842 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000681177 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000366577 protein_coding 10 1 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000535889 protein_coding 6 1 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000681102 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000679842 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000681177 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808713 236808773 ENST00000674797 protein_coding 2 NA 3 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000366577 protein_coding 10 1 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000674797 protein_coding 2 NA 4 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000535889 protein_coding 6 1 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000681102 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000679842 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000681177 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000366577 protein_coding 10 1 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000674797 protein_coding 2 NA 5 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000535889 protein_coding 6 1 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000681102 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000679842 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000681177 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000366577 protein_coding 10 1 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000674797 protein_coding 2 NA 6 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000535889 protein_coding 6 1 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000681102 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000679842 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000681177 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000366577 protein_coding 10 1 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000674797 protein_coding 2 NA 7 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000535889 protein_coding 6 1 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000681102 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000679842 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000681177 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000366577 protein_coding 10 1 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000674797 protein_coding 2 NA 8 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000535889 protein_coding 6 1 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000681102 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000679842 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000681177 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000366577 protein_coding 10 1 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000674797 protein_coding 2 NA 9 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000535889 protein_coding 6 1 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000681102 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000679842 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000681177 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000366577 protein_coding 10 1 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000674797 protein_coding 2 NA 10 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000535889 protein_coding 6 1 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000681102 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000679842 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000681177 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000366577 protein_coding 10 1 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000674797 protein_coding 2 NA 11 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000535889 protein_coding 6 1 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000681102 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000679842 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000681177 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000366577 protein_coding 10 1 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000674797 protein_coding 2 NA 12 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000535889 protein_coding 6 1 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000681102 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000679842 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000681177 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000366577 protein_coding 10 1 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000674797 protein_coding 2 NA 13 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000535889 protein_coding 6 1 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000681102 protein_coding 1 NA 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000679842 protein_coding 1 NA 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000681177 protein_coding 1 NA 14 MTR ENSG00000116984 +transcript chr1 236835616 236900418 ENST00000366576 protein_coding 3 1 NA MTR ENSG00000116984 +CDS chr1 236835616 236835687 ENST00000366576 protein_coding 3 1 1 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000366577 protein_coding 10 1 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000674797 protein_coding 2 NA 14 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000535889 protein_coding 6 1 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000681102 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000679842 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000681177 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838518 ENST00000366576 protein_coding 3 1 2 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000366577 protein_coding 10 1 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000674797 protein_coding 2 NA 15 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000535889 protein_coding 6 1 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000679842 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000366576 protein_coding 3 1 3 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000366577 protein_coding 10 1 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000674797 protein_coding 2 NA 16 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000535889 protein_coding 6 1 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000681102 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000679842 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000366576 protein_coding 3 1 4 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000366577 protein_coding 10 1 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000674797 protein_coding 2 NA 17 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000535889 protein_coding 6 1 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000681102 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000679842 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000366576 protein_coding 3 1 5 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000366577 protein_coding 10 1 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000674797 protein_coding 2 NA 18 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000535889 protein_coding 6 1 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000681102 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000679842 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000681177 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000366576 protein_coding 3 1 6 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000366577 protein_coding 10 1 20 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000674797 protein_coding 2 NA 19 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000681102 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000679842 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000681177 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000366576 protein_coding 3 1 7 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000366577 protein_coding 10 1 21 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000674797 protein_coding 2 NA 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000535889 protein_coding 6 1 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000681102 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000679842 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000681177 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000366576 protein_coding 3 1 8 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000366577 protein_coding 10 1 22 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000674797 protein_coding 2 NA 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000535889 protein_coding 6 1 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000681102 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000679842 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000681177 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000366576 protein_coding 3 1 9 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000366577 protein_coding 10 1 23 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000674797 protein_coding 2 NA 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000535889 protein_coding 6 1 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000681102 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000681177 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000366576 protein_coding 3 1 10 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000366577 protein_coding 10 1 24 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000674797 protein_coding 2 NA 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000535889 protein_coding 6 1 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000681102 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000681177 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000366576 protein_coding 3 1 11 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000366577 protein_coding 10 1 25 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000674797 protein_coding 2 NA 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000535889 protein_coding 6 1 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000681102 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000679842 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000681177 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000366576 protein_coding 3 1 12 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000366577 protein_coding 10 1 26 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000674797 protein_coding 2 NA 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000535889 protein_coding 6 1 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000681102 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000679842 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000681177 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000366576 protein_coding 3 1 13 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000366577 protein_coding 10 1 27 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000674797 protein_coding 2 NA 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000535889 protein_coding 6 1 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000681102 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000679842 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000681177 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000366576 protein_coding 3 1 14 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000366577 protein_coding 10 1 28 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000674797 protein_coding 2 NA 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000535889 protein_coding 6 1 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000681102 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000679842 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000681177 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000366576 protein_coding 3 1 15 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000366577 protein_coding 10 1 29 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000674797 protein_coding 2 NA 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000535889 protein_coding 6 1 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000681102 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000679842 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000681177 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000366576 protein_coding 3 1 16 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000366577 protein_coding 10 1 30 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000674797 protein_coding 2 NA 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000535889 protein_coding 6 1 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000681102 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000679842 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000681177 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000366576 protein_coding 3 1 17 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000366577 protein_coding 10 1 31 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000674797 protein_coding 2 NA 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000535889 protein_coding 6 1 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000681102 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000679842 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000681177 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000366576 protein_coding 3 1 18 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000366577 protein_coding 10 1 32 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000674797 protein_coding 2 NA 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000535889 protein_coding 6 1 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000681102 protein_coding 1 NA 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000679842 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000681177 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000366576 protein_coding 3 1 19 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000366577 protein_coding 10 1 33 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000674797 protein_coding 2 NA 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000535889 protein_coding 6 1 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000681102 protein_coding 1 NA 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000679842 protein_coding 1 NA 31 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000681177 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000366576 protein_coding 3 1 20 MTR ENSG00000116984 +transcript chr1 237004103 237004441 ENST00000464121 protein_coding 3 NA NA MT1HL1 ENSG00000244020 +CDS chr1 237004190 237004372 ENST00000464121 protein_coding 3 NA 1 MT1HL1 ENSG00000244020 +transcript chr1 237042184 237833988 ENST00000366574 protein_coding 7 1 NA RYR2 ENSG00000198626 +CDS chr1 237042522 237042569 ENST00000366574 protein_coding 7 1 1 RYR2 ENSG00000198626 +CDS chr1 237270497 237270616 ENST00000366574 protein_coding 7 1 2 RYR2 ENSG00000198626 +CDS chr1 237330878 237330982 ENST00000366574 protein_coding 7 1 3 RYR2 ENSG00000198626 +CDS chr1 237355965 237355985 ENST00000366574 protein_coding 7 1 4 RYR2 ENSG00000198626 +CDS chr1 237364358 237364372 ENST00000366574 protein_coding 7 1 5 RYR2 ENSG00000198626 +CDS chr1 237369534 237369608 ENST00000366574 protein_coding 7 1 6 RYR2 ENSG00000198626 +CDS chr1 237374717 237374795 ENST00000366574 protein_coding 7 1 7 RYR2 ENSG00000198626 +CDS chr1 237377323 237377435 ENST00000366574 protein_coding 7 1 8 RYR2 ENSG00000198626 +CDS chr1 237387281 237387380 ENST00000366574 protein_coding 7 1 9 RYR2 ENSG00000198626 +CDS chr1 237388087 237388183 ENST00000366574 protein_coding 7 1 10 RYR2 ENSG00000198626 +CDS chr1 237417049 237417123 ENST00000366574 protein_coding 7 1 11 RYR2 ENSG00000198626 +CDS chr1 237423092 237423248 ENST00000366574 protein_coding 7 1 12 RYR2 ENSG00000198626 +CDS chr1 237441319 237441483 ENST00000366574 protein_coding 7 1 13 RYR2 ENSG00000198626 +CDS chr1 237445401 237445522 ENST00000366574 protein_coding 7 1 14 RYR2 ENSG00000198626 +CDS chr1 237454391 237454574 ENST00000366574 protein_coding 7 1 15 RYR2 ENSG00000198626 +CDS chr1 237456600 237456735 ENST00000366574 protein_coding 7 1 16 RYR2 ENSG00000198626 +CDS chr1 237469092 237469187 ENST00000366574 protein_coding 7 1 17 RYR2 ENSG00000198626 +CDS chr1 237491806 237491924 ENST00000366574 protein_coding 7 1 18 RYR2 ENSG00000198626 +CDS chr1 237492954 237493087 ENST00000366574 protein_coding 7 1 19 RYR2 ENSG00000198626 +CDS chr1 237496511 237496752 ENST00000366574 protein_coding 7 1 20 RYR2 ENSG00000198626 +CDS chr1 237500711 237500903 ENST00000366574 protein_coding 7 1 21 RYR2 ENSG00000198626 +CDS chr1 237503289 237503505 ENST00000366574 protein_coding 7 1 22 RYR2 ENSG00000198626 +CDS chr1 237506710 237506814 ENST00000366574 protein_coding 7 1 23 RYR2 ENSG00000198626 +CDS chr1 237511688 237511791 ENST00000366574 protein_coding 7 1 24 RYR2 ENSG00000198626 +CDS chr1 237530427 237530510 ENST00000366574 protein_coding 7 1 25 RYR2 ENSG00000198626 +CDS chr1 237548431 237548590 ENST00000366574 protein_coding 7 1 26 RYR2 ENSG00000198626 +CDS chr1 237550544 237550691 ENST00000366574 protein_coding 7 1 27 RYR2 ENSG00000198626 +CDS chr1 237566567 237566775 ENST00000366574 protein_coding 7 1 28 RYR2 ENSG00000198626 +CDS chr1 237569145 237569319 ENST00000366574 protein_coding 7 1 29 RYR2 ENSG00000198626 +CDS chr1 237589793 237590001 ENST00000366574 protein_coding 7 1 30 RYR2 ENSG00000198626 +CDS chr1 237590640 237590992 ENST00000366574 protein_coding 7 1 31 RYR2 ENSG00000198626 +CDS chr1 237591739 237591853 ENST00000366574 protein_coding 7 1 32 RYR2 ENSG00000198626 +CDS chr1 237593476 237593636 ENST00000366574 protein_coding 7 1 33 RYR2 ENSG00000198626 +CDS chr1 237595498 237595657 ENST00000366574 protein_coding 7 1 34 RYR2 ENSG00000198626 +CDS chr1 237602025 237602111 ENST00000366574 protein_coding 7 1 35 RYR2 ENSG00000198626 +CDS chr1 237610762 237610988 ENST00000366574 protein_coding 7 1 36 RYR2 ENSG00000198626 +CDS chr1 237614039 237614843 ENST00000366574 protein_coding 7 1 37 RYR2 ENSG00000198626 +CDS chr1 237617286 237617486 ENST00000366574 protein_coding 7 1 38 RYR2 ENSG00000198626 +CDS chr1 237623765 237623870 ENST00000366574 protein_coding 7 1 39 RYR2 ENSG00000198626 +CDS chr1 237625661 237625804 ENST00000366574 protein_coding 7 1 40 RYR2 ENSG00000198626 +CDS chr1 237627807 237628080 ENST00000366574 protein_coding 7 1 41 RYR2 ENSG00000198626 +CDS chr1 237631427 237631541 ENST00000366574 protein_coding 7 1 42 RYR2 ENSG00000198626 +CDS chr1 237633578 237633710 ENST00000366574 protein_coding 7 1 43 RYR2 ENSG00000198626 +CDS chr1 237634889 237634992 ENST00000366574 protein_coding 7 1 44 RYR2 ENSG00000198626 +CDS chr1 237638357 237638492 ENST00000366574 protein_coding 7 1 45 RYR2 ENSG00000198626 +CDS chr1 237639015 237639201 ENST00000366574 protein_coding 7 1 46 RYR2 ENSG00000198626 +CDS chr1 237640897 237641002 ENST00000366574 protein_coding 7 1 47 RYR2 ENSG00000198626 +CDS chr1 237643327 237643447 ENST00000366574 protein_coding 7 1 48 RYR2 ENSG00000198626 +CDS chr1 237648444 237648613 ENST00000366574 protein_coding 7 1 49 RYR2 ENSG00000198626 +CDS chr1 237649877 237650097 ENST00000366574 protein_coding 7 1 50 RYR2 ENSG00000198626 +CDS chr1 237651411 237651501 ENST00000366574 protein_coding 7 1 51 RYR2 ENSG00000198626 +transcript chr1 237651489 237784953 ENST00000659194 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237651489 237651501 ENST00000659194 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237654274 237654414 ENST00000366574 protein_coding 7 1 52 RYR2 ENSG00000198626 +CDS chr1 237654274 237654414 ENST00000659194 protein_coding 1 NA 2 RYR2 ENSG00000198626 +CDS chr1 237655821 237655984 ENST00000366574 protein_coding 7 1 53 RYR2 ENSG00000198626 +CDS chr1 237655821 237655984 ENST00000659194 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237657944 237658022 ENST00000366574 protein_coding 7 1 54 RYR2 ENSG00000198626 +CDS chr1 237657944 237658022 ENST00000659194 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237659985 237660074 ENST00000366574 protein_coding 7 1 55 RYR2 ENSG00000198626 +CDS chr1 237659985 237660074 ENST00000659194 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237660810 237660947 ENST00000366574 protein_coding 7 1 56 RYR2 ENSG00000198626 +CDS chr1 237660810 237660947 ENST00000659194 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237666512 237666589 ENST00000366574 protein_coding 7 1 57 RYR2 ENSG00000198626 +CDS chr1 237666512 237666589 ENST00000659194 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237667883 237667958 ENST00000366574 protein_coding 7 1 58 RYR2 ENSG00000198626 +CDS chr1 237667883 237667958 ENST00000659194 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237674096 237674219 ENST00000366574 protein_coding 7 1 59 RYR2 ENSG00000198626 +CDS chr1 237674096 237674219 ENST00000659194 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237674731 237674846 ENST00000366574 protein_coding 7 1 60 RYR2 ENSG00000198626 +CDS chr1 237674731 237674846 ENST00000659194 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237678048 237678112 ENST00000366574 protein_coding 7 1 61 RYR2 ENSG00000198626 +CDS chr1 237678048 237678112 ENST00000659194 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237680456 237680577 ENST00000366574 protein_coding 7 1 62 RYR2 ENSG00000198626 +CDS chr1 237680456 237680577 ENST00000659194 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237687455 237687504 ENST00000366574 protein_coding 7 1 63 RYR2 ENSG00000198626 +CDS chr1 237687455 237687504 ENST00000659194 protein_coding 1 NA 13 RYR2 ENSG00000198626 +CDS chr1 237698965 237699025 ENST00000366574 protein_coding 7 1 64 RYR2 ENSG00000198626 +CDS chr1 237698965 237699025 ENST00000659194 protein_coding 1 NA 14 RYR2 ENSG00000198626 +CDS chr1 237700229 237700467 ENST00000366574 protein_coding 7 1 65 RYR2 ENSG00000198626 +CDS chr1 237700229 237700467 ENST00000659194 protein_coding 1 NA 15 RYR2 ENSG00000198626 +CDS chr1 237701978 237702059 ENST00000366574 protein_coding 7 1 66 RYR2 ENSG00000198626 +CDS chr1 237701978 237702059 ENST00000659194 protein_coding 1 NA 16 RYR2 ENSG00000198626 +CDS chr1 237705213 237705343 ENST00000366574 protein_coding 7 1 67 RYR2 ENSG00000198626 +CDS chr1 237705213 237705343 ENST00000659194 protein_coding 1 NA 17 RYR2 ENSG00000198626 +CDS chr1 237706949 237707269 ENST00000366574 protein_coding 7 1 68 RYR2 ENSG00000198626 +CDS chr1 237706949 237707269 ENST00000659194 protein_coding 1 NA 18 RYR2 ENSG00000198626 +CDS chr1 237708858 237709098 ENST00000366574 protein_coding 7 1 69 RYR2 ENSG00000198626 +CDS chr1 237708858 237709098 ENST00000659194 protein_coding 1 NA 19 RYR2 ENSG00000198626 +transcript chr1 237708925 237795303 ENST00000660292 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237708925 237709098 ENST00000660292 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000366574 protein_coding 7 1 70 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000659194 protein_coding 1 NA 20 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000660292 protein_coding 1 NA 2 RYR2 ENSG00000198626 +transcript chr1 237709531 237743623 ENST00000661330 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237709531 237709567 ENST00000661330 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000366574 protein_coding 7 1 71 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000659194 protein_coding 1 NA 21 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000660292 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000661330 protein_coding 1 NA 2 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000366574 protein_coding 7 1 72 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000659194 protein_coding 1 NA 22 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000660292 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000661330 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000366574 protein_coding 7 1 73 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000659194 protein_coding 1 NA 23 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000660292 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000661330 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000366574 protein_coding 7 1 74 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000659194 protein_coding 1 NA 24 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000660292 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000661330 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237726273 237726308 ENST00000366574 protein_coding 7 1 75 RYR2 ENSG00000198626 +CDS chr1 237726273 237726308 ENST00000661330 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000366574 protein_coding 7 1 76 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000659194 protein_coding 1 NA 25 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000660292 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000661330 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000366574 protein_coding 7 1 77 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000659194 protein_coding 1 NA 26 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000660292 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000661330 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000366574 protein_coding 7 1 78 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000659194 protein_coding 1 NA 27 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000660292 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000661330 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000366574 protein_coding 7 1 79 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000659194 protein_coding 1 NA 28 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000660292 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000661330 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000366574 protein_coding 7 1 80 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000659194 protein_coding 1 NA 29 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000660292 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000661330 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000659194 protein_coding 1 NA 30 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000660292 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000661330 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000366574 protein_coding 7 1 81 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000659194 protein_coding 1 NA 31 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000660292 protein_coding 1 NA 13 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000366574 protein_coding 7 1 82 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000659194 protein_coding 1 NA 32 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000660292 protein_coding 1 NA 14 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000366574 protein_coding 7 1 83 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000659194 protein_coding 1 NA 33 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000660292 protein_coding 1 NA 15 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000366574 protein_coding 7 1 84 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000659194 protein_coding 1 NA 34 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000660292 protein_coding 1 NA 16 RYR2 ENSG00000198626 +CDS chr1 237769587 237769619 ENST00000660292 protein_coding 1 NA 17 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000366574 protein_coding 7 1 85 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000659194 protein_coding 1 NA 35 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000660292 protein_coding 1 NA 18 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000366574 protein_coding 7 1 86 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000659194 protein_coding 1 NA 36 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000660292 protein_coding 1 NA 19 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000366574 protein_coding 7 1 87 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000659194 protein_coding 1 NA 37 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000660292 protein_coding 1 NA 20 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000366574 protein_coding 7 1 88 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000659194 protein_coding 1 NA 38 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000660292 protein_coding 1 NA 21 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000366574 protein_coding 7 1 89 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000659194 protein_coding 1 NA 39 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000660292 protein_coding 1 NA 22 RYR2 ENSG00000198626 +CDS chr1 237783675 237784972 ENST00000366574 protein_coding 7 1 90 RYR2 ENSG00000198626 +CDS chr1 237783675 237784953 ENST00000659194 protein_coding 1 NA 40 RYR2 ENSG00000198626 +CDS chr1 237783675 237784972 ENST00000660292 protein_coding 1 NA 23 RYR2 ENSG00000198626 +CDS chr1 237785969 237786036 ENST00000366574 protein_coding 7 1 91 RYR2 ENSG00000198626 +CDS chr1 237785969 237786036 ENST00000660292 protein_coding 1 NA 24 RYR2 ENSG00000198626 +CDS chr1 237787988 237788135 ENST00000366574 protein_coding 7 1 92 RYR2 ENSG00000198626 +CDS chr1 237787988 237788135 ENST00000660292 protein_coding 1 NA 25 RYR2 ENSG00000198626 +CDS chr1 237791429 237791515 ENST00000366574 protein_coding 7 1 93 RYR2 ENSG00000198626 +CDS chr1 237791429 237791515 ENST00000660292 protein_coding 1 NA 26 RYR2 ENSG00000198626 +CDS chr1 237792105 237792323 ENST00000366574 protein_coding 7 1 94 RYR2 ENSG00000198626 +CDS chr1 237792105 237792323 ENST00000660292 protein_coding 1 NA 27 RYR2 ENSG00000198626 +CDS chr1 237793867 237793997 ENST00000366574 protein_coding 7 1 95 RYR2 ENSG00000198626 +CDS chr1 237793867 237793997 ENST00000660292 protein_coding 1 NA 28 RYR2 ENSG00000198626 +CDS chr1 237795289 237795331 ENST00000366574 protein_coding 7 1 96 RYR2 ENSG00000198626 +CDS chr1 237795289 237795303 ENST00000660292 protein_coding 1 NA 29 RYR2 ENSG00000198626 +CDS chr1 237798037 237798170 ENST00000366574 protein_coding 7 1 97 RYR2 ENSG00000198626 +CDS chr1 237801856 237801916 ENST00000366574 protein_coding 7 1 98 RYR2 ENSG00000198626 +CDS chr1 237806137 237806283 ENST00000366574 protein_coding 7 1 99 RYR2 ENSG00000198626 +CDS chr1 237808901 237809035 ENST00000366574 protein_coding 7 1 100 RYR2 ENSG00000198626 +CDS chr1 237819036 237819192 ENST00000366574 protein_coding 7 1 101 RYR2 ENSG00000198626 +CDS chr1 237828381 237828445 ENST00000366574 protein_coding 7 1 102 RYR2 ENSG00000198626 +CDS chr1 237830530 237830630 ENST00000366574 protein_coding 7 1 103 RYR2 ENSG00000198626 +CDS chr1 237831514 237831565 ENST00000366574 protein_coding 7 1 104 RYR2 ENSG00000198626 +CDS chr1 237832552 237832644 ENST00000366574 protein_coding 7 1 105 RYR2 ENSG00000198626 +transcript chr1 237877864 237890922 ENST00000611898 protein_coding 4 5 NA ZP4 ENSG00000116996 +transcript chr1 237882404 237890922 ENST00000366570 protein_coding 5 1 NA ZP4 ENSG00000116996 +CDS chr1 237882425 237882549 ENST00000611898 protein_coding 4 5 12 ZP4 ENSG00000116996 +CDS chr1 237882425 237882549 ENST00000366570 protein_coding 5 1 12 ZP4 ENSG00000116996 +CDS chr1 237882742 237882846 ENST00000611898 protein_coding 4 5 11 ZP4 ENSG00000116996 +CDS chr1 237882742 237882846 ENST00000366570 protein_coding 5 1 11 ZP4 ENSG00000116996 +CDS chr1 237884769 237884847 ENST00000611898 protein_coding 4 5 10 ZP4 ENSG00000116996 +CDS chr1 237884769 237884847 ENST00000366570 protein_coding 5 1 10 ZP4 ENSG00000116996 +CDS chr1 237885165 237885315 ENST00000611898 protein_coding 4 5 9 ZP4 ENSG00000116996 +CDS chr1 237885165 237885315 ENST00000366570 protein_coding 5 1 9 ZP4 ENSG00000116996 +CDS chr1 237885391 237885580 ENST00000611898 protein_coding 4 5 8 ZP4 ENSG00000116996 +CDS chr1 237885391 237885580 ENST00000366570 protein_coding 5 1 8 ZP4 ENSG00000116996 +CDS chr1 237885756 237885886 ENST00000611898 protein_coding 4 5 7 ZP4 ENSG00000116996 +CDS chr1 237885756 237885886 ENST00000366570 protein_coding 5 1 7 ZP4 ENSG00000116996 +CDS chr1 237886771 237886868 ENST00000611898 protein_coding 4 5 6 ZP4 ENSG00000116996 +CDS chr1 237886771 237886868 ENST00000366570 protein_coding 5 1 6 ZP4 ENSG00000116996 +CDS chr1 237887374 237887561 ENST00000611898 protein_coding 4 5 5 ZP4 ENSG00000116996 +CDS chr1 237887374 237887561 ENST00000366570 protein_coding 5 1 5 ZP4 ENSG00000116996 +CDS chr1 237888358 237888510 ENST00000611898 protein_coding 4 5 4 ZP4 ENSG00000116996 +CDS chr1 237888358 237888510 ENST00000366570 protein_coding 5 1 4 ZP4 ENSG00000116996 +CDS chr1 237889867 237889969 ENST00000611898 protein_coding 4 5 3 ZP4 ENSG00000116996 +CDS chr1 237889867 237889969 ENST00000366570 protein_coding 5 1 3 ZP4 ENSG00000116996 +CDS chr1 237890055 237890176 ENST00000611898 protein_coding 4 5 2 ZP4 ENSG00000116996 +CDS chr1 237890055 237890176 ENST00000366570 protein_coding 5 1 2 ZP4 ENSG00000116996 +CDS chr1 237890461 237890635 ENST00000611898 protein_coding 4 5 1 ZP4 ENSG00000116996 +CDS chr1 237890461 237890635 ENST00000366570 protein_coding 5 1 1 ZP4 ENSG00000116996 +transcript chr1 237943724 237945275 ENST00000604646 protein_coding 1 NA NA MTRNR2L11 ENSG00000270188 +CDS chr1 237944255 237944326 ENST00000604646 protein_coding 1 NA 1 MTRNR2L11 ENSG00000270188 +transcript chr1 239386568 239915450 ENST00000676153 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239386957 239909396 ENST00000675184 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239387256 239909381 ENST00000615928 protein_coding 5 5 NA CHRM3 ENSG00000133019 +transcript chr1 239613328 239909378 ENST00000676433 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239629073 239915452 ENST00000255380 protein_coding 8 1 NA CHRM3 ENSG00000133019 +transcript chr1 239719543 239907780 ENST00000448020 protein_coding 1 2 NA CHRM3 ENSG00000133019 +transcript chr1 239826074 239907950 ENST00000675709 protein_coding 1 NA NA CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000676153 protein_coding 1 NA 7 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000675184 protein_coding 1 NA 7 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000615928 protein_coding 5 5 6 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000676433 protein_coding 1 NA 5 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000255380 protein_coding 8 1 5 CHRM3 ENSG00000133019 +CDS chr1 239907452 239907780 ENST00000448020 protein_coding 1 2 3 CHRM3 ENSG00000133019 +CDS chr1 239907452 239907950 ENST00000675709 protein_coding 1 NA 4 CHRM3 ENSG00000133019 +transcript chr1 240014348 240207187 ENST00000447095 protein_coding 5 3 NA FMN2 ENSG00000155816 +transcript chr1 240091883 240475187 ENST00000319653 protein_coding 14 5 NA FMN2 ENSG00000155816 +CDS chr1 240092110 240093724 ENST00000319653 protein_coding 14 5 1 FMN2 ENSG00000155816 +transcript chr1 240123127 240475168 ENST00000681210 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240123179 240123345 ENST00000319653 protein_coding 14 5 2 FMN2 ENSG00000155816 +transcript chr1 240123182 240475168 ENST00000681824 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000447095 protein_coding 5 3 3 FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000681210 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000681824 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000447095 protein_coding 5 3 4 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000319653 protein_coding 14 5 3 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000681210 protein_coding 1 NA 2 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000681824 protein_coding 1 NA 2 FMN2 ENSG00000155816 +CDS chr1 240180169 240180180 ENST00000447095 protein_coding 5 3 5 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000447095 protein_coding 5 3 6 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000319653 protein_coding 14 5 4 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000681210 protein_coding 1 NA 3 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000681824 protein_coding 1 NA 3 FMN2 ENSG00000155816 +transcript chr1 240188207 240475168 ENST00000545751 protein_coding 3 5 NA FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000545751 protein_coding 3 5 1 FMN2 ENSG00000155816 +CDS chr1 240206799 240207187 ENST00000447095 protein_coding 5 3 7 FMN2 ENSG00000155816 +CDS chr1 240206799 240208732 ENST00000319653 protein_coding 14 5 5 FMN2 ENSG00000155816 +transcript chr1 240206804 240475168 ENST00000679980 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240206804 240206992 ENST00000679980 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240211091 240211235 ENST00000319653 protein_coding 14 5 6 FMN2 ENSG00000155816 +CDS chr1 240211091 240211235 ENST00000679980 protein_coding 1 NA 2 FMN2 ENSG00000155816 +transcript chr1 240245260 240329392 ENST00000441342 protein_coding 1 4 NA FMN2 ENSG00000155816 +CDS chr1 240245563 240245565 ENST00000441342 protein_coding 1 4 1 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000319653 protein_coding 14 5 7 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000681210 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000681824 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000679980 protein_coding 1 NA 3 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000441342 protein_coding 1 4 2 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000319653 protein_coding 14 5 8 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000681210 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000681824 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000679980 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000441342 protein_coding 1 4 3 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000319653 protein_coding 14 5 9 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000681210 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000681824 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000545751 protein_coding 3 5 2 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000679980 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000441342 protein_coding 1 4 4 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000319653 protein_coding 14 5 10 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000681210 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000681824 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000545751 protein_coding 3 5 3 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000679980 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329339 240329392 ENST00000441342 protein_coding 1 4 5 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000319653 protein_coding 14 5 11 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000681210 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000681824 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000545751 protein_coding 3 5 4 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000679980 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000319653 protein_coding 14 5 12 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000681210 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000681824 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000545751 protein_coding 3 5 5 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000679980 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000319653 protein_coding 14 5 13 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000681210 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000681824 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000545751 protein_coding 3 5 6 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000679980 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000319653 protein_coding 14 5 14 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000681210 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000545751 protein_coding 3 5 7 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000679980 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000319653 protein_coding 14 5 15 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000681210 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000681824 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000545751 protein_coding 3 5 8 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000679980 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000319653 protein_coding 14 5 16 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000681210 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000681824 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000545751 protein_coding 3 5 9 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000679980 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000319653 protein_coding 14 5 17 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000681210 protein_coding 1 NA 14 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000681824 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000545751 protein_coding 3 5 10 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000679980 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000319653 protein_coding 14 5 18 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000681210 protein_coding 1 NA 15 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000681824 protein_coding 1 NA 14 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000545751 protein_coding 3 5 11 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000679980 protein_coding 1 NA 14 FMN2 ENSG00000155816 +transcript chr1 240489573 240612155 ENST00000318160 protein_coding 5 1 NA GREM2 ENSG00000180875 +CDS chr1 240492972 240493475 ENST00000318160 protein_coding 5 1 2 GREM2 ENSG00000180875 +transcript chr1 240767636 241357374 ENST00000690539 protein_coding 1 NA NA RGS7 ENSG00000182901 +CDS chr1 240768261 240768278 ENST00000690539 protein_coding 1 NA 17 RGS7 ENSG00000182901 +transcript chr1 240775514 241357205 ENST00000440928 protein_coding 6 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241355776 ENST00000348120 protein_coding 6 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241356915 ENST00000366563 protein_coding 5 5 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241357085 ENST00000366564 protein_coding 5 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241357230 ENST00000366565 protein_coding 5 1 NA RGS7 ENSG00000182901 +transcript chr1 240775521 241356654 ENST00000693043 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357153 ENST00000691979 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000690614 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000685936 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000688703 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000689640 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000692410 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000687448 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000691485 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000689602 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775528 241357374 ENST00000690019 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000689115 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000688633 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000691989 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000686465 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000688737 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000688863 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000686908 protein_coding 1 NA NA RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000366564 protein_coding 5 1 17 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000366565 protein_coding 5 1 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000692410 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000687448 protein_coding 1 NA 20 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000691485 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000689602 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000690019 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688633 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000686465 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688737 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688863 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000686908 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000440928 protein_coding 6 1 18 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000348120 protein_coding 6 1 14 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000366563 protein_coding 5 5 17 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000693043 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000691979 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000690614 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000685936 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000688703 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000689640 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000689115 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000691989 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000440928 protein_coding 6 1 17 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000366565 protein_coding 5 1 17 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000689115 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690539 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000440928 protein_coding 6 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000348120 protein_coding 6 1 13 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366563 protein_coding 5 5 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366564 protein_coding 5 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366565 protein_coding 5 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000693043 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691979 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690614 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000685936 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688703 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689640 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000692410 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000687448 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691485 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689602 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690019 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689115 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688633 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691989 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000686465 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688737 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688863 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000686908 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690539 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000440928 protein_coding 6 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000348120 protein_coding 6 1 12 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366563 protein_coding 5 5 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366564 protein_coding 5 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366565 protein_coding 5 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000693043 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691979 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690614 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000685936 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688703 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689640 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000692410 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000687448 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691485 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689602 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690019 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689115 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688633 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691989 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000686465 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688737 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688863 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000686908 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806435 240806488 ENST00000688863 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690539 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000440928 protein_coding 6 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000348120 protein_coding 6 1 11 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366563 protein_coding 5 5 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366564 protein_coding 5 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366565 protein_coding 5 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000693043 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691979 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690614 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000685936 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688703 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689640 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000692410 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000687448 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691485 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689602 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690019 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689115 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688633 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691989 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688737 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688863 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000686908 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690539 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000440928 protein_coding 6 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000348120 protein_coding 6 1 10 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366563 protein_coding 5 5 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366564 protein_coding 5 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366565 protein_coding 5 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000693043 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000691979 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690614 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000685936 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688703 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689640 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000692410 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000687448 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000691485 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689602 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690019 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689115 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688633 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000686465 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688737 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688863 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000686908 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690539 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000440928 protein_coding 6 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000348120 protein_coding 6 1 9 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366563 protein_coding 5 5 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366564 protein_coding 5 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366565 protein_coding 5 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000693043 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691979 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690614 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000685936 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688703 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689640 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000692410 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000687448 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691485 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689602 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690019 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689115 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688633 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691989 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000686465 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814756 ENST00000688737 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688863 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000686908 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690539 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000440928 protein_coding 6 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000348120 protein_coding 6 1 8 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366563 protein_coding 5 5 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366564 protein_coding 5 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366565 protein_coding 5 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000693043 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691979 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690614 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000685936 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688703 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689640 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000692410 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000687448 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691485 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689602 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690019 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689115 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688633 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691989 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000686465 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688863 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000686908 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690539 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000440928 protein_coding 6 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000348120 protein_coding 6 1 7 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366563 protein_coding 5 5 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366564 protein_coding 5 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366565 protein_coding 5 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000693043 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691979 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690614 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000685936 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688703 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689640 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000692410 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000687448 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691485 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689602 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690019 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689115 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688633 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691989 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000686465 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688737 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688863 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868515 240868668 ENST00000688633 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868515 240868668 ENST00000686908 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690539 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000440928 protein_coding 6 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000348120 protein_coding 6 1 6 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366563 protein_coding 5 5 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366564 protein_coding 5 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366565 protein_coding 5 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000693043 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691979 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690614 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000685936 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688703 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000692410 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000687448 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691485 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000689602 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690019 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000689115 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691989 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000686465 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688737 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688863 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690539 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000440928 protein_coding 6 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000348120 protein_coding 6 1 5 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366563 protein_coding 5 5 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366564 protein_coding 5 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366565 protein_coding 5 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000693043 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691979 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690614 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000685936 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688703 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000692410 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000687448 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691485 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000689602 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690019 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000689115 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688633 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691989 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000686465 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688737 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688863 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000686908 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690539 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000440928 protein_coding 6 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000348120 protein_coding 6 1 4 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366563 protein_coding 5 5 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366564 protein_coding 5 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366565 protein_coding 5 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000693043 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691979 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690614 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000685936 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688703 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000692410 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000687448 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691485 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000689602 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690019 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000689115 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688633 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691989 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000686465 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688737 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688863 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000686908 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690539 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000440928 protein_coding 6 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366563 protein_coding 5 5 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366564 protein_coding 5 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366565 protein_coding 5 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691979 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690614 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000685936 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688703 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000692410 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000687448 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691485 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000689602 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690019 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688633 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691989 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000686465 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688737 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688863 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000686908 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690539 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000440928 protein_coding 6 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366563 protein_coding 5 5 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366564 protein_coding 5 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366565 protein_coding 5 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691979 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690614 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000685936 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688703 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000689640 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000692410 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000687448 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691485 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000689602 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690019 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688633 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691989 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000686465 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688737 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688863 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000686908 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000690539 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000440928 protein_coding 6 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000348120 protein_coding 6 1 3 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366563 protein_coding 5 5 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366564 protein_coding 5 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366565 protein_coding 5 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000693043 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691979 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000690614 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000685936 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688703 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689640 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000692410 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000687448 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691485 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689602 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689115 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688633 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691989 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000686465 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688737 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688863 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000686908 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690539 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000440928 protein_coding 6 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000348120 protein_coding 6 1 2 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366563 protein_coding 5 5 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366564 protein_coding 5 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366565 protein_coding 5 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000693043 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691979 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690614 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000685936 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688703 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689640 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000692410 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000687448 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691485 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689602 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690019 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689115 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688633 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691989 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000686465 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688737 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688863 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000686908 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000690539 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000440928 protein_coding 6 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000348120 protein_coding 6 1 1 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366563 protein_coding 5 5 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366564 protein_coding 5 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366565 protein_coding 5 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000693043 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000691979 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000689640 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000690019 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000689115 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688633 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000691989 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688737 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688863 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000686908 protein_coding 1 NA 2 RGS7 ENSG00000182901 +transcript chr1 241497603 241519755 ENST00000366560 protein_coding 4 1 NA FH ENSG00000091483 +CDS chr1 241497831 241497970 ENST00000366560 protein_coding 4 1 10 FH ENSG00000091483 +transcript chr1 241498738 241519799 ENST00000683521 protein_coding 1 NA NA FH ENSG00000091483 +CDS chr1 241500387 241500590 ENST00000683521 protein_coding 1 NA 9 FH ENSG00000091483 +CDS chr1 241500437 241500590 ENST00000366560 protein_coding 4 1 9 FH ENSG00000091483 +CDS chr1 241502443 241502570 ENST00000366560 protein_coding 4 1 8 FH ENSG00000091483 +CDS chr1 241502443 241502570 ENST00000683521 protein_coding 1 NA 8 FH ENSG00000091483 +CDS chr1 241504042 241504245 ENST00000366560 protein_coding 4 1 7 FH ENSG00000091483 +CDS chr1 241504042 241504245 ENST00000683521 protein_coding 1 NA 7 FH ENSG00000091483 +CDS chr1 241506003 241506168 ENST00000366560 protein_coding 4 1 6 FH ENSG00000091483 +CDS chr1 241506003 241506168 ENST00000683521 protein_coding 1 NA 6 FH ENSG00000091483 +CDS chr1 241508603 241508785 ENST00000366560 protein_coding 4 1 5 FH ENSG00000091483 +CDS chr1 241508603 241508785 ENST00000683521 protein_coding 1 NA 5 FH ENSG00000091483 +CDS chr1 241511967 241512143 ENST00000366560 protein_coding 4 1 4 FH ENSG00000091483 +CDS chr1 241511967 241512143 ENST00000683521 protein_coding 1 NA 4 FH ENSG00000091483 +CDS chr1 241513603 241513713 ENST00000366560 protein_coding 4 1 3 FH ENSG00000091483 +CDS chr1 241513603 241513713 ENST00000683521 protein_coding 1 NA 3 FH ENSG00000091483 +CDS chr1 241517182 241517316 ENST00000366560 protein_coding 4 1 2 FH ENSG00000091483 +CDS chr1 241517182 241517316 ENST00000683521 protein_coding 1 NA 2 FH ENSG00000091483 +CDS chr1 241519591 241519722 ENST00000366560 protein_coding 4 1 1 FH ENSG00000091483 +CDS chr1 241519591 241519722 ENST00000683521 protein_coding 1 NA 1 FH ENSG00000091483 +transcript chr1 241532134 241592288 ENST00000366558 protein_coding 7 1 NA KMO ENSG00000117009 +transcript chr1 241532378 241595642 ENST00000366559 protein_coding 9 1 NA KMO ENSG00000117009 +transcript chr1 241532405 241595642 ENST00000366557 protein_coding 8 5 NA KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366558 protein_coding 7 1 1 KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366559 protein_coding 9 1 1 KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366557 protein_coding 8 5 1 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366558 protein_coding 7 1 2 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366559 protein_coding 9 1 2 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366557 protein_coding 8 5 2 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366558 protein_coding 7 1 3 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366559 protein_coding 9 1 3 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366557 protein_coding 8 5 3 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366558 protein_coding 7 1 4 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366559 protein_coding 9 1 4 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366557 protein_coding 8 5 4 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366558 protein_coding 7 1 5 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366559 protein_coding 9 1 5 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366557 protein_coding 8 5 5 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366558 protein_coding 7 1 6 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366559 protein_coding 9 1 6 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366557 protein_coding 8 5 6 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366558 protein_coding 7 1 7 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366559 protein_coding 9 1 7 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366557 protein_coding 8 5 7 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366558 protein_coding 7 1 8 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366559 protein_coding 9 1 8 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366557 protein_coding 8 5 8 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366558 protein_coding 7 1 9 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366559 protein_coding 9 1 9 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366557 protein_coding 8 5 9 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366558 protein_coding 7 1 10 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366559 protein_coding 9 1 10 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366557 protein_coding 8 5 10 KMO ENSG00000117009 +transcript chr1 241568635 241593459 ENST00000366555 protein_coding 5 5 NA KMO ENSG00000117009 +CDS chr1 241568635 241568647 ENST00000366555 protein_coding 5 5 1 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366558 protein_coding 7 1 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366559 protein_coding 9 1 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366557 protein_coding 8 5 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366555 protein_coding 5 5 2 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366558 protein_coding 7 1 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366559 protein_coding 9 1 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366557 protein_coding 8 5 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366555 protein_coding 5 5 3 KMO ENSG00000117009 +CDS chr1 241590012 241590113 ENST00000366559 protein_coding 9 1 13 KMO ENSG00000117009 +CDS chr1 241590012 241590113 ENST00000366555 protein_coding 5 5 4 KMO ENSG00000117009 +CDS chr1 241590051 241590113 ENST00000366558 protein_coding 7 1 13 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366558 protein_coding 7 1 14 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366559 protein_coding 9 1 14 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366557 protein_coding 8 5 13 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366555 protein_coding 5 5 5 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366558 protein_coding 7 1 15 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366559 protein_coding 9 1 15 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366557 protein_coding 8 5 14 KMO ENSG00000117009 +CDS chr1 241591953 241592149 ENST00000366555 protein_coding 5 5 6 KMO ENSG00000117009 +transcript chr1 241593124 241640369 ENST00000366554 protein_coding 3 1 NA OPN3 ENSG00000054277 +CDS chr1 241593364 241593394 ENST00000366555 protein_coding 5 5 7 KMO ENSG00000117009 +CDS chr1 241594431 241594691 ENST00000366554 protein_coding 3 1 4 OPN3 ENSG00000054277 +CDS chr1 241597746 241597997 ENST00000366554 protein_coding 3 1 3 OPN3 ENSG00000054277 +CDS chr1 241604260 241604579 ENST00000366554 protein_coding 3 1 2 OPN3 ENSG00000054277 +transcript chr1 241628851 241640369 ENST00000366553 protein_coding 3 2 NA CHML ENSG00000203668 +CDS chr1 241633799 241635766 ENST00000366553 protein_coding 3 2 2 CHML ENSG00000203668 +transcript chr1 241635466 241640254 ENST00000638018 protein_coding 1 3 NA CHML ENSG00000203668 +CDS chr1 241635466 241635766 ENST00000638018 protein_coding 1 3 2 CHML ENSG00000203668 +transcript chr1 241635466 241640254 ENST00000638160 protein_coding 1 3 NA CHML ENSG00000203668 +transcript chr1 241635527 241640254 ENST00000638121 protein_coding 1 2 NA CHML ENSG00000203668 +CDS chr1 241635730 241635797 ENST00000638160 protein_coding 1 3 2 CHML ENSG00000203668 +CDS chr1 241636036 241636073 ENST00000638121 protein_coding 1 2 2 CHML ENSG00000203668 +CDS chr1 241639882 241640254 ENST00000366554 protein_coding 3 1 1 OPN3 ENSG00000054277 +CDS chr1 241639882 241640254 ENST00000638160 protein_coding 1 3 1 CHML ENSG00000203668 +CDS chr1 241639882 241640254 ENST00000638121 protein_coding 1 2 1 CHML ENSG00000203668 +transcript chr1 241652278 241802133 ENST00000366552 protein_coding 6 5 NA WDR64 ENSG00000162843 +transcript chr1 241652281 241802777 ENST00000437684 protein_coding 7 1 NA WDR64 ENSG00000162843 +CDS chr1 241652485 241652629 ENST00000366552 protein_coding 6 5 1 WDR64 ENSG00000162843 +CDS chr1 241652485 241652629 ENST00000437684 protein_coding 7 1 1 WDR64 ENSG00000162843 +CDS chr1 241660530 241660660 ENST00000366552 protein_coding 6 5 2 WDR64 ENSG00000162843 +CDS chr1 241660530 241660660 ENST00000437684 protein_coding 7 1 2 WDR64 ENSG00000162843 +CDS chr1 241671074 241671176 ENST00000366552 protein_coding 6 5 3 WDR64 ENSG00000162843 +CDS chr1 241671074 241671176 ENST00000437684 protein_coding 7 1 3 WDR64 ENSG00000162843 +CDS chr1 241674644 241674747 ENST00000366552 protein_coding 6 5 4 WDR64 ENSG00000162843 +CDS chr1 241674644 241674747 ENST00000437684 protein_coding 7 1 4 WDR64 ENSG00000162843 +CDS chr1 241678187 241678216 ENST00000437684 protein_coding 7 1 5 WDR64 ENSG00000162843 +CDS chr1 241679485 241679595 ENST00000366552 protein_coding 6 5 5 WDR64 ENSG00000162843 +CDS chr1 241679485 241679595 ENST00000437684 protein_coding 7 1 6 WDR64 ENSG00000162843 +CDS chr1 241683487 241683701 ENST00000366552 protein_coding 6 5 6 WDR64 ENSG00000162843 +CDS chr1 241683487 241683701 ENST00000437684 protein_coding 7 1 7 WDR64 ENSG00000162843 +transcript chr1 241683580 241801463 ENST00000414635 protein_coding 5 5 NA WDR64 ENSG00000162843 +CDS chr1 241683580 241683701 ENST00000414635 protein_coding 5 5 1 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000366552 protein_coding 6 5 7 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000437684 protein_coding 7 1 8 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000414635 protein_coding 5 5 2 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000366552 protein_coding 6 5 8 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000437684 protein_coding 7 1 9 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000414635 protein_coding 5 5 3 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000366552 protein_coding 6 5 9 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000437684 protein_coding 7 1 10 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000414635 protein_coding 5 5 4 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000366552 protein_coding 6 5 10 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000437684 protein_coding 7 1 11 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000414635 protein_coding 5 5 5 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000366552 protein_coding 6 5 11 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000437684 protein_coding 7 1 12 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000414635 protein_coding 5 5 6 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000366552 protein_coding 6 5 12 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000437684 protein_coding 7 1 13 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000414635 protein_coding 5 5 7 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000366552 protein_coding 6 5 13 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000437684 protein_coding 7 1 14 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000414635 protein_coding 5 5 8 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000366552 protein_coding 6 5 14 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000437684 protein_coding 7 1 15 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000414635 protein_coding 5 5 9 WDR64 ENSG00000162843 +CDS chr1 241766218 241766351 ENST00000366552 protein_coding 6 5 15 WDR64 ENSG00000162843 +CDS chr1 241766218 241766351 ENST00000437684 protein_coding 7 1 16 WDR64 ENSG00000162843 +CDS chr1 241766218 241766305 ENST00000414635 protein_coding 5 5 10 WDR64 ENSG00000162843 +CDS chr1 241769404 241769505 ENST00000366552 protein_coding 6 5 16 WDR64 ENSG00000162843 +CDS chr1 241769404 241769505 ENST00000437684 protein_coding 7 1 17 WDR64 ENSG00000162843 +CDS chr1 241770621 241770690 ENST00000366552 protein_coding 6 5 17 WDR64 ENSG00000162843 +CDS chr1 241770621 241770690 ENST00000437684 protein_coding 7 1 18 WDR64 ENSG00000162843 +CDS chr1 241771661 241771697 ENST00000366552 protein_coding 6 5 18 WDR64 ENSG00000162843 +CDS chr1 241771661 241771697 ENST00000437684 protein_coding 7 1 19 WDR64 ENSG00000162843 +CDS chr1 241772792 241772931 ENST00000366552 protein_coding 6 5 19 WDR64 ENSG00000162843 +CDS chr1 241772792 241772931 ENST00000437684 protein_coding 7 1 20 WDR64 ENSG00000162843 +CDS chr1 241775105 241775210 ENST00000366552 protein_coding 6 5 20 WDR64 ENSG00000162843 +CDS chr1 241775105 241775210 ENST00000437684 protein_coding 7 1 21 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000366552 protein_coding 6 5 21 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000437684 protein_coding 7 1 22 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000414635 protein_coding 5 5 11 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000366552 protein_coding 6 5 22 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000437684 protein_coding 7 1 23 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000414635 protein_coding 5 5 12 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000366552 protein_coding 6 5 23 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000437684 protein_coding 7 1 24 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000414635 protein_coding 5 5 13 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000366552 protein_coding 6 5 24 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000437684 protein_coding 7 1 25 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000414635 protein_coding 5 5 14 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000366552 protein_coding 6 5 25 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000437684 protein_coding 7 1 26 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000414635 protein_coding 5 5 15 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000366552 protein_coding 6 5 26 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000437684 protein_coding 7 1 27 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000414635 protein_coding 5 5 16 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000366552 protein_coding 6 5 27 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000437684 protein_coding 7 1 28 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000414635 protein_coding 5 5 17 WDR64 ENSG00000162843 +transcript chr1 241847967 241850460 ENST00000519225 protein_coding 5 4 NA EXO1 ENSG00000174371 +transcript chr1 241848204 241889939 ENST00000366548 protein_coding 8 1 NA EXO1 ENSG00000174371 +transcript chr1 241848225 241858589 ENST00000423131 protein_coding 5 5 NA EXO1 ENSG00000174371 +transcript chr1 241848251 241853481 ENST00000523590 protein_coding 5 5 NA EXO1 ENSG00000174371 +transcript chr1 241848731 241889937 ENST00000348581 protein_coding 9 1 NA EXO1 ENSG00000174371 +transcript chr1 241848831 241889746 ENST00000518483 protein_coding 5 1 NA EXO1 ENSG00000174371 +transcript chr1 241848950 241858589 ENST00000437497 protein_coding 5 3 NA EXO1 ENSG00000174371 +transcript chr1 241848951 241853481 ENST00000450748 protein_coding 1 3 NA EXO1 ENSG00000174371 +CDS chr1 241850426 241850460 ENST00000519225 protein_coding 5 4 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000366548 protein_coding 8 1 4 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000423131 protein_coding 5 5 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000523590 protein_coding 5 5 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000348581 protein_coding 9 1 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000518483 protein_coding 5 1 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000437497 protein_coding 5 3 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000450748 protein_coding 1 3 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000366548 protein_coding 8 1 5 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000348581 protein_coding 9 1 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000518483 protein_coding 5 1 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000450748 protein_coding 1 3 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000366548 protein_coding 8 1 6 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000423131 protein_coding 5 5 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000523590 protein_coding 5 5 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000348581 protein_coding 9 1 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000518483 protein_coding 5 1 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853472 ENST00000437497 protein_coding 5 3 3 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000450748 protein_coding 1 3 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000366548 protein_coding 8 1 7 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000423131 protein_coding 5 5 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000348581 protein_coding 9 1 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000518483 protein_coding 5 1 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000437497 protein_coding 5 3 4 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000366548 protein_coding 8 1 8 EXO1 ENSG00000174371 +CDS chr1 241858506 241858589 ENST00000423131 protein_coding 5 5 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000348581 protein_coding 9 1 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000518483 protein_coding 5 1 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858589 ENST00000437497 protein_coding 5 3 5 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000366548 protein_coding 8 1 9 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000348581 protein_coding 9 1 7 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000518483 protein_coding 5 1 7 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000366548 protein_coding 8 1 10 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000348581 protein_coding 9 1 8 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000518483 protein_coding 5 1 8 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000366548 protein_coding 8 1 11 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000348581 protein_coding 9 1 9 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000518483 protein_coding 5 1 9 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000366548 protein_coding 8 1 12 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000348581 protein_coding 9 1 10 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000518483 protein_coding 5 1 10 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000366548 protein_coding 8 1 13 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000348581 protein_coding 9 1 11 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000518483 protein_coding 5 1 11 EXO1 ENSG00000174371 +transcript chr1 241879040 241889594 ENST00000521202 protein_coding 2 5 NA EXO1 ENSG00000174371 +CDS chr1 241879040 241879343 ENST00000521202 protein_coding 2 5 1 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000366548 protein_coding 8 1 14 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000348581 protein_coding 9 1 12 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000518483 protein_coding 5 1 12 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000366548 protein_coding 8 1 15 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000348581 protein_coding 9 1 13 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000518483 protein_coding 5 1 13 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000521202 protein_coding 2 5 2 EXO1 ENSG00000174371 +CDS chr1 241889465 241889597 ENST00000366548 protein_coding 8 1 16 EXO1 ENSG00000174371 +CDS chr1 241889465 241889597 ENST00000348581 protein_coding 9 1 14 EXO1 ENSG00000174371 +CDS chr1 241889465 241889589 ENST00000521202 protein_coding 2 5 3 EXO1 ENSG00000174371 +CDS chr1 241889467 241889470 ENST00000518483 protein_coding 5 1 14 EXO1 ENSG00000174371 +transcript chr1 241957767 241959062 ENST00000419583 protein_coding 2 NA NA BECN2 ENSG00000196289 +CDS chr1 241957767 241959059 ENST00000419583 protein_coding 2 NA 1 BECN2 ENSG00000196289 +transcript chr1 241995490 241999098 ENST00000357246 protein_coding 4 1 NA MAP1LC3C ENSG00000197769 +CDS chr1 241996166 241996385 ENST00000357246 protein_coding 4 1 4 MAP1LC3C ENSG00000197769 +CDS chr1 241998514 241998620 ENST00000357246 protein_coding 4 1 3 MAP1LC3C ENSG00000197769 +CDS chr1 241998776 241998831 ENST00000357246 protein_coding 4 1 2 MAP1LC3C ENSG00000197769 +CDS chr1 241998951 241999008 ENST00000357246 protein_coding 4 1 1 MAP1LC3C ENSG00000197769 +transcript chr1 242082986 242524697 ENST00000536534 protein_coding 7 1 NA PLD5 ENSG00000180287 +transcript chr1 242088387 242524696 ENST00000442594 protein_coding 6 5 NA PLD5 ENSG00000180287 +transcript chr1 242088387 242449482 ENST00000427495 protein_coding 5 1 NA PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000536534 protein_coding 7 1 10 PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000442594 protein_coding 6 5 11 PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000427495 protein_coding 5 1 10 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000536534 protein_coding 7 1 9 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000442594 protein_coding 6 5 10 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000427495 protein_coding 5 1 9 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000536534 protein_coding 7 1 8 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000442594 protein_coding 6 5 9 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000427495 protein_coding 5 1 8 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000536534 protein_coding 7 1 7 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000442594 protein_coding 6 5 8 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000427495 protein_coding 5 1 7 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000536534 protein_coding 7 1 6 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000442594 protein_coding 6 5 7 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000427495 protein_coding 5 1 6 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000536534 protein_coding 7 1 5 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000442594 protein_coding 6 5 6 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000427495 protein_coding 5 1 5 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000536534 protein_coding 7 1 4 PLD5 ENSG00000180287 +transcript chr1 242265337 242449425 ENST00000459864 protein_coding 1 2 NA PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000459864 protein_coding 1 2 4 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000442594 protein_coding 6 5 5 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000427495 protein_coding 5 1 4 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000536534 protein_coding 7 1 3 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000459864 protein_coding 1 2 3 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000442594 protein_coding 6 5 4 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000427495 protein_coding 5 1 3 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000536534 protein_coding 7 1 2 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000459864 protein_coding 1 2 2 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000442594 protein_coding 6 5 3 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000427495 protein_coding 5 1 2 PLD5 ENSG00000180287 +CDS chr1 242449354 242449356 ENST00000459864 protein_coding 1 2 1 PLD5 ENSG00000180287 +CDS chr1 242449354 242449356 ENST00000427495 protein_coding 5 1 1 PLD5 ENSG00000180287 +CDS chr1 242524088 242524276 ENST00000536534 protein_coding 7 1 1 PLD5 ENSG00000180287 +CDS chr1 242524088 242524276 ENST00000442594 protein_coding 6 5 2 PLD5 ENSG00000180287 +transcript chr1 243124428 243255281 ENST00000366542 protein_coding 6 5 NA CEP170 ENSG00000143702 +transcript chr1 243124428 243255321 ENST00000366544 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243124428 243255321 ENST00000366543 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243124893 243156821 ENST00000481987 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243125164 243200814 ENST00000336415 protein_coding 8 5 NA CEP170 ENSG00000143702 +transcript chr1 243126345 243163318 ENST00000490813 protein_coding 5 1 NA CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366542 protein_coding 6 5 20 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366544 protein_coding 5 5 19 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366543 protein_coding 5 5 19 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000481987 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000336415 protein_coding 8 5 15 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000490813 protein_coding 5 1 8 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366542 protein_coding 6 5 19 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366544 protein_coding 5 5 18 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366543 protein_coding 5 5 18 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000481987 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000336415 protein_coding 8 5 14 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000490813 protein_coding 5 1 7 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366542 protein_coding 6 5 18 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366544 protein_coding 5 5 17 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366543 protein_coding 5 5 17 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000481987 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000336415 protein_coding 8 5 13 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000490813 protein_coding 5 1 6 CEP170 ENSG00000143702 +transcript chr1 243129360 243164494 ENST00000413359 protein_coding 6 3 NA CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000413359 protein_coding 6 3 6 CEP170 ENSG00000143702 +transcript chr1 243129373 243163340 ENST00000464936 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243129373 243129453 ENST00000464936 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366542 protein_coding 6 5 17 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366544 protein_coding 5 5 16 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366543 protein_coding 5 5 16 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000481987 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000336415 protein_coding 8 5 12 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000490813 protein_coding 5 1 5 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000413359 protein_coding 6 3 5 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000464936 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366542 protein_coding 6 5 16 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366544 protein_coding 5 5 15 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366543 protein_coding 5 5 15 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000481987 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000336415 protein_coding 8 5 11 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000490813 protein_coding 5 1 4 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000413359 protein_coding 6 3 4 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000464936 protein_coding 5 5 4 CEP170 ENSG00000143702 +transcript chr1 243139984 243163310 ENST00000492145 protein_coding 1 5 NA CEP170 ENSG00000143702 +CDS chr1 243139984 243140107 ENST00000492145 protein_coding 1 5 4 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000366543 protein_coding 5 5 14 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000481987 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000336415 protein_coding 8 5 10 CEP170 ENSG00000143702 +CDS chr1 243142316 243142463 ENST00000366542 protein_coding 6 5 15 CEP170 ENSG00000143702 +CDS chr1 243142316 243142463 ENST00000366544 protein_coding 5 5 14 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000490813 protein_coding 5 1 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000413359 protein_coding 6 3 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000464936 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000492145 protein_coding 1 5 3 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000366542 protein_coding 6 5 14 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000366544 protein_coding 5 5 13 CEP170 ENSG00000143702 +CDS chr1 243156221 243156347 ENST00000366543 protein_coding 5 5 13 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000481987 protein_coding 5 5 1 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000336415 protein_coding 8 5 9 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000490813 protein_coding 5 1 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156347 ENST00000413359 protein_coding 6 3 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000464936 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000492145 protein_coding 1 5 2 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366542 protein_coding 6 5 13 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366544 protein_coding 5 5 12 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366543 protein_coding 5 5 12 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000336415 protein_coding 8 5 8 CEP170 ENSG00000143702 +CDS chr1 243164284 243164494 ENST00000413359 protein_coding 6 3 1 CEP170 ENSG00000143702 +transcript chr1 243169440 243186409 ENST00000522895 protein_coding 1 3 NA CEP170 ENSG00000143702 +CDS chr1 243169539 243169754 ENST00000522895 protein_coding 1 3 3 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366542 protein_coding 6 5 12 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366544 protein_coding 5 5 11 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366543 protein_coding 5 5 11 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000336415 protein_coding 8 5 7 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366542 protein_coding 6 5 11 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366544 protein_coding 5 5 10 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366543 protein_coding 5 5 10 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000336415 protein_coding 8 5 6 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000522895 protein_coding 1 3 2 CEP170 ENSG00000143702 +CDS chr1 243185779 243186072 ENST00000366542 protein_coding 6 5 10 CEP170 ENSG00000143702 +CDS chr1 243185779 243186422 ENST00000336415 protein_coding 8 5 5 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366542 protein_coding 6 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366544 protein_coding 5 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366543 protein_coding 5 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186409 ENST00000522895 protein_coding 1 3 1 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366542 protein_coding 6 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366544 protein_coding 5 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366543 protein_coding 5 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000336415 protein_coding 8 5 4 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366542 protein_coding 6 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366544 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366543 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000336415 protein_coding 8 5 3 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366542 protein_coding 6 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366544 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366543 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000336415 protein_coding 8 5 2 CEP170 ENSG00000143702 +transcript chr1 243200614 243254470 ENST00000522191 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243200614 243200680 ENST00000522191 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366542 protein_coding 6 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366544 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366543 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200814 ENST00000336415 protein_coding 8 5 1 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000522191 protein_coding 5 5 5 CEP170 ENSG00000143702 +transcript chr1 243200777 243253320 ENST00000523424 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000523424 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366542 protein_coding 6 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366544 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366543 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000522191 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000523424 protein_coding 5 5 4 CEP170 ENSG00000143702 +transcript chr1 243211895 243255348 ENST00000522995 protein_coding 1 3 NA CEP170 ENSG00000143702 +CDS chr1 243211895 243211964 ENST00000522995 protein_coding 1 3 4 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366542 protein_coding 6 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366544 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366543 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000522191 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000523424 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000522995 protein_coding 1 3 3 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366542 protein_coding 6 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366544 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366543 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000522191 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000523424 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000522995 protein_coding 1 3 2 CEP170 ENSG00000143702 +transcript chr1 243256041 243500091 ENST00000366541 protein_coding 8 1 NA SDCCAG8 ENSG00000054282 +CDS chr1 243256174 243256240 ENST00000366541 protein_coding 8 1 1 SDCCAG8 ENSG00000054282 +CDS chr1 243270105 243270257 ENST00000366541 protein_coding 8 1 2 SDCCAG8 ENSG00000054282 +CDS chr1 243270978 243271063 ENST00000366541 protein_coding 8 1 3 SDCCAG8 ENSG00000054282 +CDS chr1 243274543 243274656 ENST00000366541 protein_coding 8 1 4 SDCCAG8 ENSG00000054282 +CDS chr1 243286272 243286397 ENST00000366541 protein_coding 8 1 5 SDCCAG8 ENSG00000054282 +transcript chr1 243286354 243306548 ENST00000476722 protein_coding 6 3 NA SDCCAG8 ENSG00000054282 +CDS chr1 243286354 243286397 ENST00000476722 protein_coding 6 3 1 SDCCAG8 ENSG00000054282 +transcript chr1 243286383 243500091 ENST00000435549 protein_coding 1 1 NA SDCCAG8 ENSG00000054282 +CDS chr1 243286383 243286397 ENST00000435549 protein_coding 1 1 1 SDCCAG8 ENSG00000054282 +CDS chr1 243293091 243293219 ENST00000366541 protein_coding 8 1 6 SDCCAG8 ENSG00000054282 +CDS chr1 243293091 243293219 ENST00000476722 protein_coding 6 3 2 SDCCAG8 ENSG00000054282 +CDS chr1 243293399 243293494 ENST00000476722 protein_coding 6 3 3 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000366541 protein_coding 8 1 7 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000476722 protein_coding 6 3 4 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000435549 protein_coding 1 1 2 SDCCAG8 ENSG00000054282 +CDS chr1 243305012 243305141 ENST00000476722 protein_coding 6 3 5 SDCCAG8 ENSG00000054282 +CDS chr1 243307989 243308177 ENST00000366541 protein_coding 8 1 8 SDCCAG8 ENSG00000054282 +CDS chr1 243307989 243308177 ENST00000435549 protein_coding 1 1 3 SDCCAG8 ENSG00000054282 +CDS chr1 243316755 243316893 ENST00000366541 protein_coding 8 1 9 SDCCAG8 ENSG00000054282 +CDS chr1 243316755 243316893 ENST00000435549 protein_coding 1 1 4 SDCCAG8 ENSG00000054282 +CDS chr1 243330540 243330692 ENST00000366541 protein_coding 8 1 10 SDCCAG8 ENSG00000054282 +CDS chr1 243330540 243330692 ENST00000435549 protein_coding 1 1 5 SDCCAG8 ENSG00000054282 +CDS chr1 243341039 243341173 ENST00000366541 protein_coding 8 1 11 SDCCAG8 ENSG00000054282 +CDS chr1 243341039 243341173 ENST00000435549 protein_coding 1 1 6 SDCCAG8 ENSG00000054282 +CDS chr1 243344215 243344331 ENST00000366541 protein_coding 8 1 12 SDCCAG8 ENSG00000054282 +CDS chr1 243344215 243344331 ENST00000435549 protein_coding 1 1 7 SDCCAG8 ENSG00000054282 +CDS chr1 243378721 243378863 ENST00000366541 protein_coding 8 1 13 SDCCAG8 ENSG00000054282 +CDS chr1 243378721 243378863 ENST00000435549 protein_coding 1 1 8 SDCCAG8 ENSG00000054282 +CDS chr1 243415702 243415829 ENST00000366541 protein_coding 8 1 14 SDCCAG8 ENSG00000054282 +CDS chr1 243417968 243418076 ENST00000366541 protein_coding 8 1 15 SDCCAG8 ENSG00000054282 +CDS chr1 243426427 243426558 ENST00000366541 protein_coding 8 1 16 SDCCAG8 ENSG00000054282 +CDS chr1 243426427 243426558 ENST00000435549 protein_coding 1 1 9 SDCCAG8 ENSG00000054282 +transcript chr1 243488233 243843236 ENST00000336199 protein_coding 9 1 NA AKT3 ENSG00000117020 +CDS chr1 243489014 243489140 ENST00000366541 protein_coding 8 1 17 SDCCAG8 ENSG00000054282 +CDS chr1 243489014 243489140 ENST00000435549 protein_coding 1 1 10 SDCCAG8 ENSG00000054282 +transcript chr1 243499719 243843584 ENST00000366540 protein_coding 5 1 NA AKT3 ENSG00000117020 +transcript chr1 243499724 243850243 ENST00000673466 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243499746 243499786 ENST00000336199 protein_coding 9 1 13 AKT3 ENSG00000117020 +CDS chr1 243499746 243499786 ENST00000366540 protein_coding 5 1 14 AKT3 ENSG00000117020 +CDS chr1 243499756 243499782 ENST00000366541 protein_coding 8 1 18 SDCCAG8 ENSG00000054282 +CDS chr1 243499756 243499782 ENST00000435549 protein_coding 1 1 11 SDCCAG8 ENSG00000054282 +transcript chr1 243501782 243850103 ENST00000672578 protein_coding 1 NA NA AKT3 ENSG00000117020 +transcript chr1 243501796 243850070 ENST00000366539 protein_coding 6 5 NA AKT3 ENSG00000117020 +transcript chr1 243505249 243843170 ENST00000680056 protein_coding 1 NA NA AKT3 ENSG00000117020 +transcript chr1 243505249 243851079 ENST00000263826 protein_coding 12 1 NA AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000673466 protein_coding 1 NA 14 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000672578 protein_coding 1 NA 13 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000366539 protein_coding 6 5 13 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000680056 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000263826 protein_coding 12 1 14 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000336199 protein_coding 9 1 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000366540 protein_coding 5 1 13 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000673466 protein_coding 1 NA 13 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000672578 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000366539 protein_coding 6 5 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000680056 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000263826 protein_coding 12 1 13 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000336199 protein_coding 9 1 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000366540 protein_coding 5 1 12 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000673466 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000672578 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000366539 protein_coding 6 5 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000680056 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000263826 protein_coding 12 1 12 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000336199 protein_coding 9 1 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000366540 protein_coding 5 1 11 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000673466 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000672578 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000366539 protein_coding 6 5 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000680056 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000263826 protein_coding 12 1 11 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000336199 protein_coding 9 1 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000366540 protein_coding 5 1 10 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000673466 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000672578 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000366539 protein_coding 6 5 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000680056 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000263826 protein_coding 12 1 10 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000336199 protein_coding 9 1 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000366540 protein_coding 5 1 9 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000673466 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000672578 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000366539 protein_coding 6 5 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000680056 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000263826 protein_coding 12 1 9 AKT3 ENSG00000117020 +transcript chr1 243610506 243843170 ENST00000492957 protein_coding 2 5 NA AKT3 ENSG00000117020 +CDS chr1 243612990 243613034 ENST00000492957 protein_coding 2 5 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000336199 protein_coding 9 1 7 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000366540 protein_coding 5 1 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000673466 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000672578 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000680056 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000263826 protein_coding 12 1 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000492957 protein_coding 2 5 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000336199 protein_coding 9 1 6 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000366540 protein_coding 5 1 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000673466 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000672578 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000366539 protein_coding 6 5 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000680056 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000263826 protein_coding 12 1 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000492957 protein_coding 2 5 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000336199 protein_coding 9 1 5 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000366540 protein_coding 5 1 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000673466 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000672578 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000366539 protein_coding 6 5 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000680056 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000263826 protein_coding 12 1 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000492957 protein_coding 2 5 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000336199 protein_coding 9 1 4 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000366540 protein_coding 5 1 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000673466 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000672578 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000366539 protein_coding 6 5 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000680056 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000263826 protein_coding 12 1 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000492957 protein_coding 2 5 4 AKT3 ENSG00000117020 +transcript chr1 243657536 243849755 ENST00000672238 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243660380 243660395 ENST00000672238 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000336199 protein_coding 9 1 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000366540 protein_coding 5 1 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000673466 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664872 ENST00000672578 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000366539 protein_coding 6 5 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000680056 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000263826 protein_coding 12 1 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000492957 protein_coding 2 5 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000672238 protein_coding 1 NA 4 AKT3 ENSG00000117020 +transcript chr1 243687437 243843164 ENST00000491219 protein_coding 6 3 NA AKT3 ENSG00000117020 +transcript chr1 243687629 243844210 ENST00000673400 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243687700 243687725 ENST00000673400 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243687826 243687872 ENST00000491219 protein_coding 6 3 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000336199 protein_coding 9 1 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000366540 protein_coding 5 1 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000673466 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000366539 protein_coding 6 5 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000263826 protein_coding 12 1 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000492957 protein_coding 2 5 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000672238 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000491219 protein_coding 6 3 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000673400 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000336199 protein_coding 9 1 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000366540 protein_coding 5 1 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000673466 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000366539 protein_coding 6 5 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000680056 protein_coding 1 NA 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000263826 protein_coding 12 1 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000492957 protein_coding 2 5 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000672238 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843164 ENST00000491219 protein_coding 6 3 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000673400 protein_coding 1 NA 2 AKT3 ENSG00000117020 +transcript chr1 244048939 244057472 ENST00000622512 protein_coding 1 3 NA ZBTB18 ENSG00000179456 +transcript chr1 244051283 244057476 ENST00000358704 protein_coding 4 1 NA ZBTB18 ENSG00000179456 +CDS chr1 244051432 244051444 ENST00000358704 protein_coding 4 1 1 ZBTB18 ENSG00000179456 +CDS chr1 244053788 244055367 ENST00000358704 protein_coding 4 1 2 ZBTB18 ENSG00000179456 +CDS chr1 244053802 244055367 ENST00000622512 protein_coding 1 3 2 ZBTB18 ENSG00000179456 +transcript chr1 244352635 244389091 ENST00000366537 protein_coding 5 1 NA C1orf100 ENSG00000173728 +transcript chr1 244352635 244389663 ENST00000308105 protein_coding 5 2 NA C1orf100 ENSG00000173728 +CDS chr1 244364701 244364756 ENST00000366537 protein_coding 5 1 2 C1orf100 ENSG00000173728 +CDS chr1 244364701 244364756 ENST00000308105 protein_coding 5 2 2 C1orf100 ENSG00000173728 +CDS chr1 244375372 244375467 ENST00000366537 protein_coding 5 1 3 C1orf100 ENSG00000173728 +CDS chr1 244375372 244375467 ENST00000308105 protein_coding 5 2 3 C1orf100 ENSG00000173728 +CDS chr1 244378467 244378639 ENST00000308105 protein_coding 5 2 4 C1orf100 ENSG00000173728 +CDS chr1 244378563 244378639 ENST00000366537 protein_coding 5 1 4 C1orf100 ENSG00000173728 +CDS chr1 244388951 244389066 ENST00000366537 protein_coding 5 1 5 C1orf100 ENSG00000173728 +CDS chr1 244388951 244389066 ENST00000308105 protein_coding 5 2 5 C1orf100 ENSG00000173728 +transcript chr1 244408494 244451909 ENST00000366535 protein_coding 4 1 NA ADSS2 ENSG00000035687 +CDS chr1 244409589 244409638 ENST00000366535 protein_coding 4 1 13 ADSS2 ENSG00000035687 +CDS chr1 244411287 244411436 ENST00000366535 protein_coding 4 1 12 ADSS2 ENSG00000035687 +CDS chr1 244415981 244416078 ENST00000366535 protein_coding 4 1 11 ADSS2 ENSG00000035687 +CDS chr1 244417628 244417752 ENST00000366535 protein_coding 4 1 10 ADSS2 ENSG00000035687 +CDS chr1 244418760 244418914 ENST00000366535 protein_coding 4 1 9 ADSS2 ENSG00000035687 +CDS chr1 244420170 244420296 ENST00000366535 protein_coding 4 1 8 ADSS2 ENSG00000035687 +CDS chr1 244422835 244422916 ENST00000366535 protein_coding 4 1 7 ADSS2 ENSG00000035687 +CDS chr1 244423953 244424060 ENST00000366535 protein_coding 4 1 6 ADSS2 ENSG00000035687 +CDS chr1 244424321 244424387 ENST00000366535 protein_coding 4 1 5 ADSS2 ENSG00000035687 +CDS chr1 244432545 244432595 ENST00000366535 protein_coding 4 1 4 ADSS2 ENSG00000035687 +CDS chr1 244436825 244436893 ENST00000366535 protein_coding 4 1 3 ADSS2 ENSG00000035687 +CDS chr1 244437666 244437768 ENST00000366535 protein_coding 4 1 2 ADSS2 ENSG00000035687 +CDS chr1 244451635 244451817 ENST00000366535 protein_coding 4 1 1 ADSS2 ENSG00000035687 +transcript chr1 244461273 244640504 ENST00000366534 protein_coding 9 2 NA CATSPERE ENSG00000179397 +transcript chr1 244461371 244640356 ENST00000366531 protein_coding 7 2 NA CATSPERE ENSG00000179397 +transcript chr1 244461388 244640360 ENST00000366533 protein_coding 8 1 NA CATSPERE ENSG00000179397 +transcript chr1 244461411 244640360 ENST00000428042 protein_coding 1 1 NA CATSPERE ENSG00000179397 +CDS chr1 244461411 244461494 ENST00000428042 protein_coding 1 1 1 CATSPERE ENSG00000179397 +CDS chr1 244461430 244461494 ENST00000366534 protein_coding 9 2 1 CATSPERE ENSG00000179397 +CDS chr1 244461430 244461494 ENST00000366533 protein_coding 8 1 1 CATSPERE ENSG00000179397 +CDS chr1 244463908 244463956 ENST00000366534 protein_coding 9 2 2 CATSPERE ENSG00000179397 +CDS chr1 244463908 244463956 ENST00000366533 protein_coding 8 1 2 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000366534 protein_coding 9 2 3 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000366533 protein_coding 8 1 3 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000428042 protein_coding 1 1 2 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000366534 protein_coding 9 2 4 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000366533 protein_coding 8 1 4 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000428042 protein_coding 1 1 3 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000366534 protein_coding 9 2 5 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000366533 protein_coding 8 1 5 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000428042 protein_coding 1 1 4 CATSPERE ENSG00000179397 +CDS chr1 244490447 244490471 ENST00000366534 protein_coding 9 2 6 CATSPERE ENSG00000179397 +CDS chr1 244490447 244490471 ENST00000366533 protein_coding 8 1 6 CATSPERE ENSG00000179397 +CDS chr1 244499002 244499079 ENST00000366534 protein_coding 9 2 7 CATSPERE ENSG00000179397 +CDS chr1 244499002 244499079 ENST00000366533 protein_coding 8 1 7 CATSPERE ENSG00000179397 +CDS chr1 244518592 244518698 ENST00000366534 protein_coding 9 2 8 CATSPERE ENSG00000179397 +CDS chr1 244518592 244518698 ENST00000366533 protein_coding 8 1 8 CATSPERE ENSG00000179397 +CDS chr1 244518616 244518698 ENST00000366531 protein_coding 7 2 5 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366534 protein_coding 9 2 9 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366533 protein_coding 8 1 9 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000428042 protein_coding 1 1 5 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366531 protein_coding 7 2 6 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366534 protein_coding 9 2 10 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366533 protein_coding 8 1 10 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000428042 protein_coding 1 1 6 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366531 protein_coding 7 2 7 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366534 protein_coding 9 2 11 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366533 protein_coding 8 1 11 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000428042 protein_coding 1 1 7 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366531 protein_coding 7 2 8 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366534 protein_coding 9 2 12 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366533 protein_coding 8 1 12 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000428042 protein_coding 1 1 8 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366531 protein_coding 7 2 9 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366534 protein_coding 9 2 13 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366533 protein_coding 8 1 13 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000428042 protein_coding 1 1 9 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366531 protein_coding 7 2 10 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366534 protein_coding 9 2 14 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366533 protein_coding 8 1 14 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000428042 protein_coding 1 1 10 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366531 protein_coding 7 2 11 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366534 protein_coding 9 2 15 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366533 protein_coding 8 1 15 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000428042 protein_coding 1 1 11 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366531 protein_coding 7 2 12 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366534 protein_coding 9 2 16 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366533 protein_coding 8 1 16 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000428042 protein_coding 1 1 12 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366531 protein_coding 7 2 13 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366534 protein_coding 9 2 17 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366533 protein_coding 8 1 17 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000428042 protein_coding 1 1 13 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366531 protein_coding 7 2 14 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366534 protein_coding 9 2 18 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366533 protein_coding 8 1 18 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000428042 protein_coding 1 1 14 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366531 protein_coding 7 2 15 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366534 protein_coding 9 2 19 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366533 protein_coding 8 1 19 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000428042 protein_coding 1 1 15 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366531 protein_coding 7 2 16 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000366534 protein_coding 9 2 20 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000428042 protein_coding 1 1 16 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000366531 protein_coding 7 2 17 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000366534 protein_coding 9 2 21 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635494 ENST00000366533 protein_coding 8 1 20 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000428042 protein_coding 1 1 17 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000366531 protein_coding 7 2 18 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000366534 protein_coding 9 2 22 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000428042 protein_coding 1 1 18 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000366531 protein_coding 7 2 19 CATSPERE ENSG00000179397 +transcript chr1 244653103 244705951 ENST00000263831 protein_coding 11 1 NA DESI2 ENSG00000121644 +transcript chr1 244653126 244709033 ENST00000302550 protein_coding 16 1 NA DESI2 ENSG00000121644 +CDS chr1 244653314 244653355 ENST00000302550 protein_coding 16 1 1 DESI2 ENSG00000121644 +CDS chr1 244653314 244653355 ENST00000263831 protein_coding 11 1 1 DESI2 ENSG00000121644 +transcript chr1 244653751 244691922 ENST00000418162 protein_coding 1 5 NA DESI2 ENSG00000121644 +CDS chr1 244653933 244654025 ENST00000418162 protein_coding 1 5 1 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000302550 protein_coding 16 1 2 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000263831 protein_coding 11 1 2 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000418162 protein_coding 1 5 2 DESI2 ENSG00000121644 +CDS chr1 244689249 244689342 ENST00000302550 protein_coding 16 1 3 DESI2 ENSG00000121644 +CDS chr1 244689249 244689342 ENST00000418162 protein_coding 1 5 3 DESI2 ENSG00000121644 +CDS chr1 244691879 244692020 ENST00000302550 protein_coding 16 1 4 DESI2 ENSG00000121644 +CDS chr1 244691879 244691922 ENST00000418162 protein_coding 1 5 4 DESI2 ENSG00000121644 +CDS chr1 244691884 244692020 ENST00000263831 protein_coding 11 1 3 DESI2 ENSG00000121644 +CDS chr1 244705556 244705786 ENST00000302550 protein_coding 16 1 5 DESI2 ENSG00000121644 +CDS chr1 244705556 244705786 ENST00000263831 protein_coding 11 1 4 DESI2 ENSG00000121644 +transcript chr1 244729898 244730962 ENST00000640271 protein_coding 2 NA NA NA ENSG00000284188 +CDS chr1 244730378 244730923 ENST00000640271 protein_coding 2 NA 1 NA ENSG00000284188 +transcript chr1 244835616 244843252 ENST00000366528 protein_coding 3 2 NA COX20 ENSG00000203667 +transcript chr1 244835658 244845057 ENST00000411948 protein_coding 7 1 NA COX20 ENSG00000203667 +CDS chr1 244835715 244835756 ENST00000411948 protein_coding 7 1 1 COX20 ENSG00000203667 +CDS chr1 244835715 244835756 ENST00000366528 protein_coding 3 2 1 COX20 ENSG00000203667 +CDS chr1 244836485 244836520 ENST00000366528 protein_coding 3 2 2 COX20 ENSG00000203667 +CDS chr1 244841944 244842058 ENST00000411948 protein_coding 7 1 2 COX20 ENSG00000203667 +CDS chr1 244841944 244842058 ENST00000366528 protein_coding 3 2 3 COX20 ENSG00000203667 +CDS chr1 244842195 244842258 ENST00000411948 protein_coding 7 1 3 COX20 ENSG00000203667 +CDS chr1 244842195 244842258 ENST00000366528 protein_coding 3 2 4 COX20 ENSG00000203667 +CDS chr1 244843041 244843173 ENST00000411948 protein_coding 7 1 4 COX20 ENSG00000203667 +CDS chr1 244843041 244843173 ENST00000366528 protein_coding 3 2 5 COX20 ENSG00000203667 +transcript chr1 244850297 244864560 ENST00000444376 protein_coding 7 1 NA HNRNPU ENSG00000153187 +transcript chr1 244850297 244864543 ENST00000640218 protein_coding 2 1 NA HNRNPU ENSG00000153187 +transcript chr1 244853406 244863106 ENST00000440865 protein_coding 2 2 NA HNRNPU ENSG00000153187 +transcript chr1 244853418 244862387 ENST00000639628 protein_coding 1 1 NA HNRNPU ENSG00000153187 +transcript chr1 244853467 244860536 ENST00000638716 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853752 244864494 ENST00000283179 protein_coding 14 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853939 244864091 ENST00000638475 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853982 244858080 ENST00000639824 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244854200 244862381 ENST00000640001 protein_coding 1 5 NA HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000444376 protein_coding 7 1 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000640218 protein_coding 2 1 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000440865 protein_coding 2 2 13 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000639628 protein_coding 1 1 11 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000638716 protein_coding 1 5 11 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000283179 protein_coding 14 5 12 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000638475 protein_coding 1 5 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000639824 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244854931 244855044 ENST00000640001 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000444376 protein_coding 7 1 13 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000640218 protein_coding 2 1 13 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000440865 protein_coding 2 2 12 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000639628 protein_coding 1 1 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000638716 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000283179 protein_coding 14 5 11 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000638475 protein_coding 1 5 13 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000444376 protein_coding 7 1 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000640218 protein_coding 2 1 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000440865 protein_coding 2 2 11 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000639628 protein_coding 1 1 9 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000638716 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000283179 protein_coding 14 5 10 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000638475 protein_coding 1 5 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000639824 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000640001 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000444376 protein_coding 7 1 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000640218 protein_coding 2 1 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000440865 protein_coding 2 2 10 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000639628 protein_coding 1 1 8 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000638716 protein_coding 1 5 8 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000283179 protein_coding 14 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000638475 protein_coding 1 5 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000639824 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000640001 protein_coding 1 5 8 HNRNPU ENSG00000153187 +transcript chr1 244856283 244859374 ENST00000483966 protein_coding 3 2 NA HNRNPU ENSG00000153187 +CDS chr1 244856446 244856625 ENST00000483966 protein_coding 3 2 6 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000444376 protein_coding 7 1 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000640218 protein_coding 2 1 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000440865 protein_coding 2 2 9 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000639628 protein_coding 1 1 7 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000638716 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000283179 protein_coding 14 5 8 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000638475 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000639824 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000640001 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000444376 protein_coding 7 1 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000640218 protein_coding 2 1 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000440865 protein_coding 2 2 8 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000639628 protein_coding 1 1 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000638716 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000283179 protein_coding 14 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000638475 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000639824 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000640001 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000483966 protein_coding 3 2 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000444376 protein_coding 7 1 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000640218 protein_coding 2 1 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000440865 protein_coding 2 2 7 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000639628 protein_coding 1 1 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000638716 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000283179 protein_coding 14 5 6 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000638475 protein_coding 1 5 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000639824 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000640001 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000483966 protein_coding 3 2 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000444376 protein_coding 7 1 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000640218 protein_coding 2 1 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000440865 protein_coding 2 2 6 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000639628 protein_coding 1 1 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000638716 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000283179 protein_coding 14 5 5 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000638475 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858080 ENST00000639824 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000640001 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000483966 protein_coding 3 2 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000444376 protein_coding 7 1 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000640218 protein_coding 2 1 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000440865 protein_coding 2 2 5 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000639628 protein_coding 1 1 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858835 ENST00000638716 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000283179 protein_coding 14 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000638475 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000640001 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000483966 protein_coding 3 2 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000444376 protein_coding 7 1 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000640218 protein_coding 2 1 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000440865 protein_coding 2 2 4 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000639628 protein_coding 1 1 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000638716 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000283179 protein_coding 14 5 3 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000638475 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000640001 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000483966 protein_coding 3 2 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000444376 protein_coding 7 1 4 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000640218 protein_coding 2 1 4 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000440865 protein_coding 2 2 3 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000639628 protein_coding 1 1 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000638716 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000283179 protein_coding 14 5 2 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000640001 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244860353 244860474 ENST00000638475 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000444376 protein_coding 7 1 3 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000640218 protein_coding 2 1 3 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000440865 protein_coding 2 2 2 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000638475 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000444376 protein_coding 7 1 2 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000640218 protein_coding 2 1 2 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862752 ENST00000440865 protein_coding 2 2 1 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000638475 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244863617 244864307 ENST00000640218 protein_coding 2 1 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864307 ENST00000444376 protein_coding 7 1 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864307 ENST00000283179 protein_coding 14 5 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864091 ENST00000638475 protein_coding 1 5 1 HNRNPU ENSG00000153187 +transcript chr1 244969682 245087837 ENST00000366523 protein_coding 6 3 NA EFCAB2 ENSG00000203666 +transcript chr1 244970327 245121981 ENST00000447569 protein_coding 6 2 NA EFCAB2 ENSG00000203666 +CDS chr1 244970419 244970443 ENST00000366523 protein_coding 6 3 2 EFCAB2 ENSG00000203666 +CDS chr1 244970419 244970443 ENST00000447569 protein_coding 6 2 1 EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000366523 protein_coding 6 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000447569 protein_coding 6 2 2 EFCAB2 ENSG00000203666 +transcript chr1 245017242 245083860 ENST00000551317 protein_coding 5 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000551317 protein_coding 5 3 1 EFCAB2 ENSG00000203666 +transcript chr1 245017242 245086961 ENST00000425550 protein_coding 5 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000425550 protein_coding 5 3 1 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000366523 protein_coding 6 3 4 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000447569 protein_coding 6 2 3 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000551317 protein_coding 5 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000425550 protein_coding 5 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000366523 protein_coding 6 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000447569 protein_coding 6 2 4 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000551317 protein_coding 5 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000425550 protein_coding 5 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000366523 protein_coding 6 3 6 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000447569 protein_coding 6 2 5 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000551317 protein_coding 5 3 4 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000425550 protein_coding 5 3 4 EFCAB2 ENSG00000203666 +transcript chr1 245083456 245086961 ENST00000427529 protein_coding 1 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245083456 245083484 ENST00000427529 protein_coding 1 3 1 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000366523 protein_coding 6 3 7 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000447569 protein_coding 6 2 6 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083732 ENST00000551317 protein_coding 5 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000425550 protein_coding 5 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000427529 protein_coding 1 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245086733 245086791 ENST00000427529 protein_coding 1 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245086760 245086791 ENST00000425550 protein_coding 5 3 6 EFCAB2 ENSG00000203666 +CDS chr1 245087245 245087357 ENST00000366523 protein_coding 6 3 8 EFCAB2 ENSG00000203666 +CDS chr1 245121920 245121945 ENST00000447569 protein_coding 6 2 7 EFCAB2 ENSG00000203666 +transcript chr1 245154985 245709432 ENST00000407071 protein_coding 7 1 NA KIF26B ENSG00000162849 +CDS chr1 245155425 245155487 ENST00000407071 protein_coding 7 1 1 KIF26B ENSG00000162849 +CDS chr1 245156282 245156683 ENST00000407071 protein_coding 7 1 2 KIF26B ENSG00000162849 +CDS chr1 245366834 245367367 ENST00000407071 protein_coding 7 1 3 KIF26B ENSG00000162849 +CDS chr1 245419579 245419745 ENST00000407071 protein_coding 7 1 4 KIF26B ENSG00000162849 +transcript chr1 245511002 245709431 ENST00000366518 protein_coding 4 5 NA KIF26B ENSG00000162849 +CDS chr1 245511106 245511128 ENST00000366518 protein_coding 4 5 1 KIF26B ENSG00000162849 +CDS chr1 245540767 245540950 ENST00000407071 protein_coding 7 1 5 KIF26B ENSG00000162849 +CDS chr1 245540767 245540950 ENST00000366518 protein_coding 4 5 2 KIF26B ENSG00000162849 +CDS chr1 245602577 245602783 ENST00000407071 protein_coding 7 1 6 KIF26B ENSG00000162849 +CDS chr1 245602577 245602783 ENST00000366518 protein_coding 4 5 3 KIF26B ENSG00000162849 +CDS chr1 245607651 245607744 ENST00000407071 protein_coding 7 1 7 KIF26B ENSG00000162849 +CDS chr1 245607651 245607744 ENST00000366518 protein_coding 4 5 4 KIF26B ENSG00000162849 +CDS chr1 245609266 245609528 ENST00000407071 protein_coding 7 1 8 KIF26B ENSG00000162849 +CDS chr1 245609266 245609528 ENST00000366518 protein_coding 4 5 5 KIF26B ENSG00000162849 +CDS chr1 245611793 245611976 ENST00000407071 protein_coding 7 1 9 KIF26B ENSG00000162849 +CDS chr1 245611793 245611976 ENST00000366518 protein_coding 4 5 6 KIF26B ENSG00000162849 +CDS chr1 245646121 245646280 ENST00000407071 protein_coding 7 1 10 KIF26B ENSG00000162849 +CDS chr1 245646121 245646280 ENST00000366518 protein_coding 4 5 7 KIF26B ENSG00000162849 +CDS chr1 245684233 245684395 ENST00000407071 protein_coding 7 1 11 KIF26B ENSG00000162849 +CDS chr1 245684233 245684395 ENST00000366518 protein_coding 4 5 8 KIF26B ENSG00000162849 +CDS chr1 245685405 245688807 ENST00000407071 protein_coding 7 1 12 KIF26B ENSG00000162849 +CDS chr1 245685405 245688807 ENST00000366518 protein_coding 4 5 9 KIF26B ENSG00000162849 +CDS chr1 245698106 245698308 ENST00000407071 protein_coding 7 1 13 KIF26B ENSG00000162849 +CDS chr1 245698106 245698308 ENST00000366518 protein_coding 4 5 10 KIF26B ENSG00000162849 +CDS chr1 245698887 245699037 ENST00000407071 protein_coding 7 1 14 KIF26B ENSG00000162849 +CDS chr1 245698887 245699037 ENST00000366518 protein_coding 4 5 11 KIF26B ENSG00000162849 +CDS chr1 245702458 245702603 ENST00000407071 protein_coding 7 1 15 KIF26B ENSG00000162849 +CDS chr1 245702458 245702603 ENST00000366518 protein_coding 4 5 12 KIF26B ENSG00000162849 +transcript chr1 245749342 246417409 ENST00000630181 protein_coding 2 2 NA SMYD3 ENSG00000185420 +transcript chr1 245749347 246507279 ENST00000490107 protein_coding 6 1 NA SMYD3 ENSG00000185420 +CDS chr1 245749566 245749664 ENST00000630181 protein_coding 2 2 12 SMYD3 ENSG00000185420 +CDS chr1 245749566 245749664 ENST00000490107 protein_coding 6 1 12 SMYD3 ENSG00000185420 +CDS chr1 245764041 245764149 ENST00000630181 protein_coding 2 2 11 SMYD3 ENSG00000185420 +CDS chr1 245764041 245764149 ENST00000490107 protein_coding 6 1 11 SMYD3 ENSG00000185420 +CDS chr1 245858496 245858670 ENST00000630181 protein_coding 2 2 10 SMYD3 ENSG00000185420 +CDS chr1 245858496 245858670 ENST00000490107 protein_coding 6 1 10 SMYD3 ENSG00000185420 +transcript chr1 245858562 246193727 ENST00000391836 protein_coding 3 5 NA SMYD3 ENSG00000185420 +CDS chr1 245858562 245858670 ENST00000391836 protein_coding 3 5 7 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000630181 protein_coding 2 2 9 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000490107 protein_coding 6 1 9 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000391836 protein_coding 3 5 6 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000630181 protein_coding 2 2 8 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000490107 protein_coding 6 1 8 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000391836 protein_coding 3 5 5 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000630181 protein_coding 2 2 7 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000490107 protein_coding 6 1 7 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000391836 protein_coding 3 5 4 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929937 ENST00000630181 protein_coding 2 2 6 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929937 ENST00000490107 protein_coding 6 1 6 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929901 ENST00000391836 protein_coding 3 5 3 SMYD3 ENSG00000185420 +transcript chr1 245929898 246355335 ENST00000453676 protein_coding 5 4 NA SMYD3 ENSG00000185420 +CDS chr1 245929898 245929937 ENST00000453676 protein_coding 5 4 6 SMYD3 ENSG00000185420 +transcript chr1 246325813 246507312 ENST00000403792 protein_coding 7 1 NA SMYD3 ENSG00000185420 +CDS chr1 246326381 246326395 ENST00000403792 protein_coding 7 1 6 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000630181 protein_coding 2 2 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000490107 protein_coding 6 1 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000453676 protein_coding 5 4 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000403792 protein_coding 7 1 5 SMYD3 ENSG00000185420 +transcript chr1 246327333 246483765 ENST00000455277 protein_coding 2 5 NA SMYD3 ENSG00000185420 +CDS chr1 246327333 246327337 ENST00000455277 protein_coding 2 5 5 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000630181 protein_coding 2 2 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000490107 protein_coding 6 1 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000453676 protein_coding 5 4 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000403792 protein_coding 7 1 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000455277 protein_coding 2 5 4 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000630181 protein_coding 2 2 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000490107 protein_coding 6 1 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000453676 protein_coding 5 4 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000403792 protein_coding 7 1 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000455277 protein_coding 2 5 3 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000630181 protein_coding 2 2 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355094 ENST00000490107 protein_coding 6 1 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000453676 protein_coding 5 4 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355094 ENST00000403792 protein_coding 7 1 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000455277 protein_coding 2 5 2 SMYD3 ENSG00000185420 +CDS chr1 246507054 246507217 ENST00000490107 protein_coding 6 1 1 SMYD3 ENSG00000185420 +CDS chr1 246507054 246507217 ENST00000403792 protein_coding 7 1 1 SMYD3 ENSG00000185420 +transcript chr1 246540561 246566261 ENST00000366514 protein_coding 5 1 NA TFB2M ENSG00000162851 +CDS chr1 246541034 246541202 ENST00000366514 protein_coding 5 1 8 TFB2M ENSG00000162851 +CDS chr1 246544521 246544681 ENST00000366514 protein_coding 5 1 7 TFB2M ENSG00000162851 +CDS chr1 246548545 246548607 ENST00000366514 protein_coding 5 1 6 TFB2M ENSG00000162851 +CDS chr1 246551213 246551302 ENST00000366514 protein_coding 5 1 5 TFB2M ENSG00000162851 +CDS chr1 246556573 246556721 ENST00000366514 protein_coding 5 1 4 TFB2M ENSG00000162851 +CDS chr1 246557381 246557534 ENST00000366514 protein_coding 5 1 3 TFB2M ENSG00000162851 +CDS chr1 246564346 246564434 ENST00000366514 protein_coding 5 1 2 TFB2M ENSG00000162851 +CDS chr1 246565826 246566138 ENST00000366514 protein_coding 5 1 1 TFB2M ENSG00000162851 +transcript chr1 246566456 246668595 ENST00000366513 protein_coding 9 1 NA CNST ENSG00000162852 +transcript chr1 246566461 246648243 ENST00000366512 protein_coding 7 1 NA CNST ENSG00000162852 +transcript chr1 246566514 246633957 ENST00000366511 protein_coding 1 3 NA CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366513 protein_coding 9 1 2 CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366512 protein_coding 7 1 2 CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366511 protein_coding 1 3 2 CNST ENSG00000162852 +CDS chr1 246621429 246621634 ENST00000366513 protein_coding 9 1 3 CNST ENSG00000162852 +CDS chr1 246621429 246621634 ENST00000366512 protein_coding 7 1 3 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366513 protein_coding 9 1 4 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366512 protein_coding 7 1 4 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366511 protein_coding 1 3 3 CNST ENSG00000162852 +CDS chr1 246633924 246634010 ENST00000366513 protein_coding 9 1 5 CNST ENSG00000162852 +CDS chr1 246633924 246634010 ENST00000366512 protein_coding 7 1 5 CNST ENSG00000162852 +CDS chr1 246633924 246633924 ENST00000366511 protein_coding 1 3 4 CNST ENSG00000162852 +CDS chr1 246634473 246634587 ENST00000366513 protein_coding 9 1 6 CNST ENSG00000162852 +CDS chr1 246634473 246634587 ENST00000366512 protein_coding 7 1 6 CNST ENSG00000162852 +CDS chr1 246641749 246641770 ENST00000366513 protein_coding 9 1 7 CNST ENSG00000162852 +CDS chr1 246641749 246641770 ENST00000366512 protein_coding 7 1 7 CNST ENSG00000162852 +CDS chr1 246641941 246642037 ENST00000366513 protein_coding 9 1 8 CNST ENSG00000162852 +CDS chr1 246641941 246642037 ENST00000366512 protein_coding 7 1 8 CNST ENSG00000162852 +CDS chr1 246647139 246648037 ENST00000366513 protein_coding 9 1 9 CNST ENSG00000162852 +CDS chr1 246647139 246648049 ENST00000366512 protein_coding 7 1 9 CNST ENSG00000162852 +CDS chr1 246660199 246660334 ENST00000366513 protein_coding 9 1 10 CNST ENSG00000162852 +CDS chr1 246665700 246665902 ENST00000366513 protein_coding 9 1 11 CNST ENSG00000162852 +transcript chr1 246724409 246768137 ENST00000366510 protein_coding 4 1 NA SCCPDH ENSG00000143653 +CDS chr1 246724423 246724612 ENST00000366510 protein_coding 4 1 1 SCCPDH ENSG00000143653 +CDS chr1 246726892 246727004 ENST00000366510 protein_coding 4 1 2 SCCPDH ENSG00000143653 +CDS chr1 246735975 246736055 ENST00000366510 protein_coding 4 1 3 SCCPDH ENSG00000143653 +CDS chr1 246740172 246740301 ENST00000366510 protein_coding 4 1 4 SCCPDH ENSG00000143653 +CDS chr1 246744076 246744125 ENST00000366510 protein_coding 4 1 5 SCCPDH ENSG00000143653 +CDS chr1 246758226 246758356 ENST00000366510 protein_coding 4 1 6 SCCPDH ENSG00000143653 +CDS chr1 246759034 246759151 ENST00000366510 protein_coding 4 1 7 SCCPDH ENSG00000143653 +CDS chr1 246759957 246760076 ENST00000366510 protein_coding 4 1 8 SCCPDH ENSG00000143653 +CDS chr1 246760171 246760227 ENST00000366510 protein_coding 4 1 9 SCCPDH ENSG00000143653 +CDS chr1 246764246 246764357 ENST00000366510 protein_coding 4 1 10 SCCPDH ENSG00000143653 +CDS chr1 246766058 246766139 ENST00000366510 protein_coding 4 1 11 SCCPDH ENSG00000143653 +CDS chr1 246767195 246767297 ENST00000366510 protein_coding 4 1 12 SCCPDH ENSG00000143653 +transcript chr1 246839098 246931363 ENST00000366508 protein_coding 5 5 NA AHCTF1 ENSG00000153207 +transcript chr1 246839098 246931424 ENST00000326225 protein_coding 3 1 NA AHCTF1 ENSG00000153207 +transcript chr1 246839098 246931948 ENST00000648844 protein_coding 2 NA NA AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000366508 protein_coding 5 5 36 AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000326225 protein_coding 3 1 36 AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000648844 protein_coding 2 NA 36 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000366508 protein_coding 5 5 35 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000326225 protein_coding 3 1 35 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000648844 protein_coding 2 NA 35 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000366508 protein_coding 5 5 34 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000326225 protein_coding 3 1 34 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000648844 protein_coding 2 NA 34 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000366508 protein_coding 5 5 33 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000326225 protein_coding 3 1 33 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000648844 protein_coding 2 NA 33 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000366508 protein_coding 5 5 32 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000326225 protein_coding 3 1 32 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000648844 protein_coding 2 NA 32 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000366508 protein_coding 5 5 31 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000326225 protein_coding 3 1 31 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000648844 protein_coding 2 NA 31 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000366508 protein_coding 5 5 30 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000326225 protein_coding 3 1 30 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000648844 protein_coding 2 NA 30 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000366508 protein_coding 5 5 29 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000326225 protein_coding 3 1 29 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000648844 protein_coding 2 NA 29 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000366508 protein_coding 5 5 28 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000326225 protein_coding 3 1 28 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000648844 protein_coding 2 NA 28 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000366508 protein_coding 5 5 27 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000326225 protein_coding 3 1 27 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000648844 protein_coding 2 NA 27 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000366508 protein_coding 5 5 26 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000326225 protein_coding 3 1 26 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000648844 protein_coding 2 NA 26 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000366508 protein_coding 5 5 25 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000326225 protein_coding 3 1 25 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000648844 protein_coding 2 NA 25 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000366508 protein_coding 5 5 24 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000326225 protein_coding 3 1 24 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000648844 protein_coding 2 NA 24 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000366508 protein_coding 5 5 23 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000326225 protein_coding 3 1 23 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000648844 protein_coding 2 NA 23 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000366508 protein_coding 5 5 22 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000326225 protein_coding 3 1 22 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000648844 protein_coding 2 NA 22 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000366508 protein_coding 5 5 21 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000326225 protein_coding 3 1 21 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000648844 protein_coding 2 NA 21 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000366508 protein_coding 5 5 20 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000326225 protein_coding 3 1 20 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000648844 protein_coding 2 NA 20 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000366508 protein_coding 5 5 19 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000326225 protein_coding 3 1 19 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000648844 protein_coding 2 NA 19 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000366508 protein_coding 5 5 18 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000326225 protein_coding 3 1 18 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000648844 protein_coding 2 NA 18 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000366508 protein_coding 5 5 17 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000326225 protein_coding 3 1 17 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000648844 protein_coding 2 NA 17 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000366508 protein_coding 5 5 16 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000326225 protein_coding 3 1 16 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000648844 protein_coding 2 NA 16 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000366508 protein_coding 5 5 15 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000326225 protein_coding 3 1 15 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000648844 protein_coding 2 NA 15 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000366508 protein_coding 5 5 14 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000326225 protein_coding 3 1 14 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000648844 protein_coding 2 NA 14 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000366508 protein_coding 5 5 13 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000326225 protein_coding 3 1 13 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000648844 protein_coding 2 NA 13 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000366508 protein_coding 5 5 12 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000326225 protein_coding 3 1 12 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000648844 protein_coding 2 NA 12 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000366508 protein_coding 5 5 11 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000326225 protein_coding 3 1 11 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000648844 protein_coding 2 NA 11 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000366508 protein_coding 5 5 10 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000326225 protein_coding 3 1 10 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000648844 protein_coding 2 NA 10 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000366508 protein_coding 5 5 9 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000326225 protein_coding 3 1 9 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000648844 protein_coding 2 NA 9 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000366508 protein_coding 5 5 8 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000326225 protein_coding 3 1 8 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000648844 protein_coding 2 NA 8 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000366508 protein_coding 5 5 7 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000326225 protein_coding 3 1 7 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000648844 protein_coding 2 NA 7 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000366508 protein_coding 5 5 6 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000326225 protein_coding 3 1 6 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000648844 protein_coding 2 NA 6 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000366508 protein_coding 5 5 5 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000326225 protein_coding 3 1 5 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000648844 protein_coding 2 NA 5 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000366508 protein_coding 5 5 4 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000326225 protein_coding 3 1 4 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000648844 protein_coding 2 NA 4 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000366508 protein_coding 5 5 3 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000326225 protein_coding 3 1 3 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000648844 protein_coding 2 NA 3 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918377 ENST00000366508 protein_coding 5 5 2 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918377 ENST00000326225 protein_coding 3 1 2 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918370 ENST00000648844 protein_coding 2 NA 2 AHCTF1 ENSG00000153207 +CDS chr1 246931129 246931226 ENST00000366508 protein_coding 5 5 1 AHCTF1 ENSG00000153207 +CDS chr1 246931308 246931327 ENST00000326225 protein_coding 3 1 1 AHCTF1 ENSG00000153207 +transcript chr1 246945675 247008093 ENST00000487338 protein_coding 6 1 NA ZNF695 ENSG00000197472 +CDS chr1 246945800 246945827 ENST00000487338 protein_coding 6 1 6 ZNF695 ENSG00000197472 +CDS chr1 246967695 246967792 ENST00000487338 protein_coding 6 1 5 ZNF695 ENSG00000197472 +transcript chr1 246985323 247008057 ENST00000339986 protein_coding 8 1 NA ZNF695 ENSG00000197472 +CDS chr1 246986970 246988255 ENST00000339986 protein_coding 8 1 4 ZNF695 ENSG00000197472 +CDS chr1 246988125 246988255 ENST00000487338 protein_coding 6 1 4 ZNF695 ENSG00000197472 +CDS chr1 246999348 246999440 ENST00000487338 protein_coding 6 1 3 ZNF695 ENSG00000197472 +CDS chr1 246999348 246999440 ENST00000339986 protein_coding 8 1 3 ZNF695 ENSG00000197472 +CDS chr1 246999912 247000074 ENST00000487338 protein_coding 6 1 2 ZNF695 ENSG00000197472 +CDS chr1 246999912 247000074 ENST00000339986 protein_coding 8 1 2 ZNF695 ENSG00000197472 +CDS chr1 247007906 247007908 ENST00000487338 protein_coding 6 1 1 ZNF695 ENSG00000197472 +CDS chr1 247007906 247007908 ENST00000339986 protein_coding 8 1 1 ZNF695 ENSG00000197472 +transcript chr1 247034637 247078811 ENST00000366503 protein_coding 3 1 NA ZNF670 ENSG00000277462 +CDS chr1 247037452 247038427 ENST00000366503 protein_coding 3 1 4 ZNF670 ENSG00000277462 +CDS chr1 247038810 247038870 ENST00000366503 protein_coding 3 1 3 ZNF670 ENSG00000277462 +CDS chr1 247039411 247039537 ENST00000366503 protein_coding 3 1 2 ZNF670 ENSG00000277462 +CDS chr1 247078594 247078596 ENST00000366503 protein_coding 3 1 1 ZNF670 ENSG00000277462 +transcript chr1 247099962 247104356 ENST00000448299 protein_coding 7 1 NA ZNF669 ENSG00000188295 +transcript chr1 247099991 247104372 ENST00000343381 protein_coding 10 1 NA ZNF669 ENSG00000188295 +CDS chr1 247100377 247101319 ENST00000448299 protein_coding 7 1 4 ZNF669 ENSG00000188295 +CDS chr1 247100377 247101319 ENST00000343381 protein_coding 10 1 4 ZNF669 ENSG00000188295 +transcript chr1 247100856 247104278 ENST00000366501 protein_coding 1 3 NA ZNF669 ENSG00000188295 +transcript chr1 247101051 247104289 ENST00000366500 protein_coding 5 3 NA ZNF669 ENSG00000188295 +CDS chr1 247101237 247101319 ENST00000366500 protein_coding 5 3 3 ZNF669 ENSG00000188295 +transcript chr1 247101290 247104365 ENST00000476158 protein_coding 2 3 NA ZNF669 ENSG00000188295 +CDS chr1 247101290 247101319 ENST00000476158 protein_coding 2 3 3 ZNF669 ENSG00000188295 +CDS chr1 247101731 247101791 ENST00000448299 protein_coding 7 1 3 ZNF669 ENSG00000188295 +CDS chr1 247101731 247101791 ENST00000343381 protein_coding 10 1 3 ZNF669 ENSG00000188295 +CDS chr1 247101735 247101791 ENST00000366501 protein_coding 1 3 3 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000448299 protein_coding 7 1 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000343381 protein_coding 10 1 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000366500 protein_coding 5 3 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000476158 protein_coding 2 3 2 ZNF669 ENSG00000188295 +CDS chr1 247101991 247102113 ENST00000366501 protein_coding 1 3 2 ZNF669 ENSG00000188295 +CDS chr1 247103939 247104199 ENST00000343381 protein_coding 10 1 1 ZNF669 ENSG00000188295 +CDS chr1 247103939 247104199 ENST00000476158 protein_coding 2 3 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000448299 protein_coding 7 1 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000366501 protein_coding 1 3 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000366500 protein_coding 5 3 1 ZNF669 ENSG00000188295 +transcript chr1 247121975 247172005 ENST00000472531 protein_coding 5 2 NA ZNF124 ENSG00000196418 +CDS chr1 247123871 247123871 ENST00000472531 protein_coding 5 2 4 ZNF124 ENSG00000196418 +transcript chr1 247138145 247172002 ENST00000491356 protein_coding 5 2 NA ZNF124 ENSG00000196418 +CDS chr1 247138745 247138757 ENST00000491356 protein_coding 5 2 4 ZNF124 ENSG00000196418 +transcript chr1 247154989 247172020 ENST00000543802 protein_coding 3 1 NA ZNF124 ENSG00000196418 +transcript chr1 247155901 247172016 ENST00000340684 protein_coding 10 1 NA ZNF124 ENSG00000196418 +CDS chr1 247156569 247157217 ENST00000340684 protein_coding 10 1 4 ZNF124 ENSG00000196418 +CDS chr1 247156569 247157403 ENST00000543802 protein_coding 3 1 4 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000472531 protein_coding 5 2 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000491356 protein_coding 5 2 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000340684 protein_coding 10 1 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000543802 protein_coding 3 1 3 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000472531 protein_coding 5 2 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000491356 protein_coding 5 2 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000340684 protein_coding 10 1 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000543802 protein_coding 3 1 2 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000472531 protein_coding 5 2 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000491356 protein_coding 5 2 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000340684 protein_coding 10 1 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000543802 protein_coding 3 1 1 ZNF124 ENSG00000196418 +transcript chr1 247297412 247331743 ENST00000294753 protein_coding 8 1 NA ZNF496 ENSG00000162714 +transcript chr1 247297415 247331867 ENST00000682384 protein_coding 1 NA NA ZNF496 ENSG00000162714 +transcript chr1 247298201 247329245 ENST00000461277 protein_coding 2 1 NA ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000294753 protein_coding 8 1 9 ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000461277 protein_coding 2 1 8 ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000682384 protein_coding 1 NA 10 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000294753 protein_coding 8 1 8 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000461277 protein_coding 2 1 7 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000682384 protein_coding 1 NA 9 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000294753 protein_coding 8 1 7 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000461277 protein_coding 2 1 6 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000682384 protein_coding 1 NA 8 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000294753 protein_coding 8 1 6 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000461277 protein_coding 2 1 5 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000682384 protein_coding 1 NA 7 ZNF496 ENSG00000162714 +CDS chr1 247322698 247322805 ENST00000461277 protein_coding 2 1 4 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000294753 protein_coding 8 1 5 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000461277 protein_coding 2 1 3 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000682384 protein_coding 1 NA 6 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000294753 protein_coding 8 1 4 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000461277 protein_coding 2 1 2 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000682384 protein_coding 1 NA 5 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329578 ENST00000294753 protein_coding 8 1 3 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329245 ENST00000461277 protein_coding 2 1 1 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329578 ENST00000682384 protein_coding 1 NA 4 ZNF496 ENSG00000162714 +transcript chr1 247416156 247449102 ENST00000366497 protein_coding 6 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416156 247449108 ENST00000391828 protein_coding 8 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416172 247449042 ENST00000391827 protein_coding 3 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416173 247448817 ENST00000336119 protein_coding 8 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418053 247448817 ENST00000348069 protein_coding 7 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418053 247448817 ENST00000366496 protein_coding 7 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418620 247425792 ENST00000474792 protein_coding 2 2 NA NLRP3 ENSG00000162711 +transcript chr1 247418730 247448595 ENST00000643234 protein_coding 2 NA NA NLRP3 ENSG00000162711 +CDS chr1 247418795 247419077 ENST00000366497 protein_coding 6 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000391828 protein_coding 8 1 3 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000391827 protein_coding 3 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000336119 protein_coding 8 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000348069 protein_coding 7 1 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000366496 protein_coding 7 1 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000474792 protein_coding 2 2 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000643234 protein_coding 2 NA 1 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000366497 protein_coding 6 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000391828 protein_coding 8 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000391827 protein_coding 3 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000336119 protein_coding 8 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000348069 protein_coding 7 1 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000366496 protein_coding 7 1 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000474792 protein_coding 2 2 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000643234 protein_coding 2 NA 2 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000366497 protein_coding 6 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000391828 protein_coding 8 1 5 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000391827 protein_coding 3 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000336119 protein_coding 8 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000348069 protein_coding 7 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000366496 protein_coding 7 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425600 ENST00000474792 protein_coding 2 2 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000643234 protein_coding 2 NA 3 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000366497 protein_coding 6 1 5 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000391828 protein_coding 8 1 6 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000336119 protein_coding 8 1 5 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000366496 protein_coding 7 1 4 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000643234 protein_coding 2 NA 4 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000366497 protein_coding 6 1 6 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000391828 protein_coding 8 1 7 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000391827 protein_coding 3 1 5 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000336119 protein_coding 8 1 6 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000348069 protein_coding 7 1 4 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000366496 protein_coding 7 1 5 NLRP3 ENSG00000162711 +CDS chr1 247434163 247434273 ENST00000643234 protein_coding 2 NA 5 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000391828 protein_coding 8 1 8 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000391827 protein_coding 3 1 6 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000336119 protein_coding 8 1 7 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000643234 protein_coding 2 NA 6 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000366497 protein_coding 6 1 7 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000391828 protein_coding 8 1 9 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000391827 protein_coding 3 1 7 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000336119 protein_coding 8 1 8 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000348069 protein_coding 7 1 5 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000366496 protein_coding 7 1 6 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000643234 protein_coding 2 NA 7 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000366497 protein_coding 6 1 8 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000391828 protein_coding 8 1 10 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000391827 protein_coding 3 1 8 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000336119 protein_coding 8 1 9 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000348069 protein_coding 7 1 6 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000366496 protein_coding 7 1 7 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000643234 protein_coding 2 NA 8 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000366497 protein_coding 6 1 9 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000391828 protein_coding 8 1 11 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000391827 protein_coding 3 1 9 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000336119 protein_coding 8 1 10 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000348069 protein_coding 7 1 7 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000366496 protein_coding 7 1 8 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000643234 protein_coding 2 NA 9 NLRP3 ENSG00000162711 +transcript chr1 247449118 247458105 ENST00000641527 protein_coding 1 NA NA OR2B11 ENSG00000177535 +transcript chr1 247449182 247458104 ENST00000641149 protein_coding 2 NA NA OR2B11 ENSG00000177535 +CDS chr1 247451032 247451982 ENST00000641149 protein_coding 2 NA 2 OR2B11 ENSG00000177535 +CDS chr1 247451032 247451982 ENST00000641527 protein_coding 1 NA 3 OR2B11 ENSG00000177535 +transcript chr1 247507058 247575020 ENST00000527084 protein_coding 5 1 NA GCSAML ENSG00000169224 +transcript chr1 247507058 247577690 ENST00000536561 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247507073 247574881 ENST00000527541 protein_coding 5 1 NA GCSAML ENSG00000169224 +transcript chr1 247507115 247577667 ENST00000366491 protein_coding 6 2 NA GCSAML ENSG00000169224 +transcript chr1 247507120 247577688 ENST00000366489 protein_coding 5 2 NA GCSAML ENSG00000169224 +transcript chr1 247507124 247574215 ENST00000526896 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247518432 247575648 ENST00000463359 protein_coding 5 5 NA GCSAML ENSG00000169224 +transcript chr1 247518452 247574293 ENST00000529512 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247518452 247577690 ENST00000623578 protein_coding 3 4 NA GCSAML ENSG00000169224 +transcript chr1 247524677 247536440 ENST00000366487 protein_coding 4 NA NA OR2C3 ENSG00000196242 +transcript chr1 247524677 247536440 ENST00000641802 protein_coding 1 NA NA OR2C3 ENSG00000196242 +CDS chr1 247531552 247532511 ENST00000366487 protein_coding 4 NA 3 OR2C3 ENSG00000196242 +CDS chr1 247531552 247532511 ENST00000641802 protein_coding 1 NA 3 OR2C3 ENSG00000196242 +transcript chr1 247549134 247577690 ENST00000366488 protein_coding 5 1 NA GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000536561 protein_coding 5 4 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366491 protein_coding 6 2 4 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366489 protein_coding 5 2 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000526896 protein_coding 5 4 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366488 protein_coding 5 1 1 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000536561 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000526896 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000366488 protein_coding 5 1 2 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000536561 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366491 protein_coding 6 2 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366489 protein_coding 5 2 4 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000526896 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366488 protein_coding 5 1 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000527084 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000527541 protein_coding 5 1 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000463359 protein_coding 5 5 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000529512 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000623578 protein_coding 3 4 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000527084 protein_coding 5 1 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000536561 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000527541 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366491 protein_coding 6 2 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366489 protein_coding 5 2 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000526896 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000463359 protein_coding 5 5 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000529512 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000623578 protein_coding 3 4 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366488 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000527084 protein_coding 5 1 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000536561 protein_coding 5 4 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000527541 protein_coding 5 1 5 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366491 protein_coding 6 2 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366489 protein_coding 5 2 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574215 ENST00000526896 protein_coding 5 4 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000463359 protein_coding 5 5 5 GCSAML ENSG00000169224 +CDS chr1 247574143 247574293 ENST00000529512 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000623578 protein_coding 3 4 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366488 protein_coding 5 1 5 GCSAML ENSG00000169224 +transcript chr1 247588360 247589313 ENST00000320065 protein_coding 1 NA NA OR2G2 ENSG00000177489 +CDS chr1 247588360 247589310 ENST00000320065 protein_coding 1 NA 1 OR2G2 ENSG00000177489 +transcript chr1 247605586 247606515 ENST00000320002 protein_coding 3 NA NA OR2G3 ENSG00000177476 +CDS chr1 247605586 247606512 ENST00000320002 protein_coding 3 NA 1 OR2G3 ENSG00000177476 +transcript chr1 247617143 247622372 ENST00000641545 protein_coding 1 NA NA OR14L1P ENSG00000198452 +CDS chr1 247617364 247617400 ENST00000641545 protein_coding 1 NA 1 OR14L1P ENSG00000198452 +CDS chr1 247619622 247620559 ENST00000641545 protein_coding 1 NA 2 OR14L1P ENSG00000198452 +transcript chr1 247670812 247679739 ENST00000642119 protein_coding 1 NA NA OR13G1 ENSG00000197437 +CDS chr1 247672121 247673041 ENST00000642119 protein_coding 1 NA 2 OR13G1 ENSG00000197437 +transcript chr1 247711436 247716646 ENST00000641444 protein_coding 1 NA NA OR6F1 ENSG00000169214 +transcript chr1 247711436 247716646 ENST00000641470 protein_coding 1 NA NA OR6F1 ENSG00000169214 +transcript chr1 247711813 247723764 ENST00000419891 protein_coding 1 3 NA NA ENSG00000239395 +CDS chr1 247711832 247712755 ENST00000641444 protein_coding 1 NA 2 OR6F1 ENSG00000169214 +CDS chr1 247711832 247712755 ENST00000641470 protein_coding 1 NA 3 OR6F1 ENSG00000169214 +CDS chr1 247713931 247713954 ENST00000419891 protein_coding 1 3 2 NA ENSG00000239395 +transcript chr1 247723099 247724043 ENST00000366485 protein_coding 1 NA NA OR14A2 ENSG00000241128 +CDS chr1 247723102 247724043 ENST00000366485 protein_coding 1 NA 1 OR14A2 ENSG00000241128 +CDS chr1 247723651 247723764 ENST00000419891 protein_coding 1 3 1 NA ENSG00000239395 +transcript chr1 247738615 247739559 ENST00000283225 protein_coding 2 NA NA OR14K1 ENSG00000153230 +CDS chr1 247738615 247739556 ENST00000283225 protein_coding 2 NA 1 OR14K1 ENSG00000153230 +transcript chr1 247754846 247760556 ENST00000641256 protein_coding 1 NA NA OR1C1 ENSG00000221888 +transcript chr1 247757374 247758680 ENST00000408896 protein_coding 4 NA NA OR1C1 ENSG00000221888 +CDS chr1 247757465 247758406 ENST00000641256 protein_coding 1 NA 2 OR1C1 ENSG00000221888 +CDS chr1 247757465 247758406 ENST00000408896 protein_coding 4 NA 1 OR1C1 ENSG00000221888 +transcript chr1 247814660 247824119 ENST00000641093 protein_coding 1 NA NA OR14A16 ENSG00000196772 +CDS chr1 247814803 247815729 ENST00000641093 protein_coding 1 NA 3 OR14A16 ENSG00000196772 +transcript chr1 247840928 247841896 ENST00000355784 protein_coding 3 NA NA OR11L1 ENSG00000197591 +CDS chr1 247840931 247841896 ENST00000355784 protein_coding 3 NA 1 OR11L1 ENSG00000197591 +transcript chr1 247857187 247880138 ENST00000366481 protein_coding 4 1 NA TRIM58 ENSG00000162722 +CDS chr1 247857247 247857666 ENST00000366481 protein_coding 4 1 1 TRIM58 ENSG00000162722 +CDS chr1 247860617 247860712 ENST00000366481 protein_coding 4 1 2 TRIM58 ENSG00000162722 +CDS chr1 247864705 247864935 ENST00000366481 protein_coding 4 1 3 TRIM58 ENSG00000162722 +CDS chr1 247867845 247867867 ENST00000366481 protein_coding 4 1 4 TRIM58 ENSG00000162722 +CDS chr1 247867963 247868063 ENST00000366481 protein_coding 4 1 5 TRIM58 ENSG00000162722 +CDS chr1 247875900 247876486 ENST00000366481 protein_coding 4 1 6 TRIM58 ENSG00000162722 +transcript chr1 247895587 247896531 ENST00000360358 protein_coding 3 NA NA OR2W3 ENSG00000238243 +CDS chr1 247895587 247896528 ENST00000360358 protein_coding 3 NA 1 OR2W3 ENSG00000238243 +transcript chr1 247920252 247923152 ENST00000641945 protein_coding 2 NA NA OR2T8 ENSG00000177462 +CDS chr1 247921018 247921953 ENST00000641945 protein_coding 2 NA 2 OR2T8 ENSG00000177462 +transcript chr1 247924889 247935339 ENST00000318244 protein_coding 4 NA NA OR2AJ1 ENSG00000177275 +CDS chr1 247933769 247934752 ENST00000318244 protein_coding 4 NA 2 OR2AJ1 ENSG00000177275 +transcript chr1 247948858 247949796 ENST00000623922 protein_coding 1 NA NA OR2L8 ENSG00000279263 +CDS chr1 247948858 247949793 ENST00000623922 protein_coding 1 NA 1 OR2L8 ENSG00000279263 +transcript chr1 247965233 247966386 ENST00000366480 protein_coding 5 NA NA OR2AK2 ENSG00000187080 +CDS chr1 247965377 247966336 ENST00000366480 protein_coding 5 NA 1 OR2AK2 ENSG00000187080 +transcript chr1 248013660 248024276 ENST00000355281 protein_coding 2 NA NA OR2L5 ENSG00000197454 +CDS chr1 248021948 248022883 ENST00000355281 protein_coding 2 NA 2 OR2L5 ENSG00000197454 +transcript chr1 248030070 248042305 ENST00000642011 protein_coding 1 NA NA OR2L2 ENSG00000203663 +transcript chr1 248030070 248042305 ENST00000641771 protein_coding 1 NA NA OR2L2 ENSG00000203663 +transcript chr1 248038172 248039305 ENST00000366479 protein_coding 4 NA NA OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000642011 protein_coding 1 NA 2 OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000641771 protein_coding 1 NA 3 OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000366479 protein_coding 4 NA 1 OR2L2 ENSG00000203663 +transcript chr1 248046836 248063407 ENST00000359959 protein_coding 4 NA NA OR2L3 ENSG00000198128 +transcript chr1 248046836 248063407 ENST00000641649 protein_coding 1 NA NA OR2L3 ENSG00000198128 +transcript chr1 248055834 248063407 ENST00000641161 protein_coding 1 NA NA OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000359959 protein_coding 4 NA 2 OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000641649 protein_coding 1 NA 3 OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000641161 protein_coding 1 NA 2 OR2L3 ENSG00000198128 +transcript chr1 248095184 248101103 ENST00000358120 protein_coding 3 NA NA OR2L13 ENSG00000196071 +transcript chr1 248095184 248101103 ENST00000641893 protein_coding 1 NA NA OR2L13 ENSG00000196071 +transcript chr1 248097276 248101103 ENST00000641714 protein_coding 1 NA NA OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000358120 protein_coding 3 NA 3 OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000641893 protein_coding 1 NA 2 OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000641714 protein_coding 1 NA 3 OR2L13 ENSG00000196071 +transcript chr1 248145148 248146086 ENST00000366476 protein_coding 1 NA NA OR2M5 ENSG00000162727 +CDS chr1 248145148 248146083 ENST00000366476 protein_coding 1 NA 1 OR2M5 ENSG00000162727 +transcript chr1 248174821 248181067 ENST00000641211 protein_coding 1 NA NA OR2M2 ENSG00000198601 +transcript chr1 248174821 248181067 ENST00000641836 protein_coding 1 NA NA OR2M2 ENSG00000198601 +CDS chr1 248179986 248181026 ENST00000641211 protein_coding 1 NA 3 OR2M2 ENSG00000198601 +CDS chr1 248179986 248181026 ENST00000641836 protein_coding 1 NA 2 OR2M2 ENSG00000198601 +transcript chr1 248197265 248212925 ENST00000641626 protein_coding 1 NA NA OR2M3 ENSG00000228198 +transcript chr1 248203030 248204090 ENST00000456743 protein_coding 3 NA NA OR2M3 ENSG00000228198 +CDS chr1 248203068 248204003 ENST00000641626 protein_coding 1 NA 2 OR2M3 ENSG00000228198 +CDS chr1 248203068 248204003 ENST00000456743 protein_coding 3 NA 1 OR2M3 ENSG00000228198 +transcript chr1 248231417 248244679 ENST00000641868 protein_coding 1 NA NA OR2M4 ENSG00000171180 +CDS chr1 248238929 248239861 ENST00000641868 protein_coding 1 NA 2 OR2M4 ENSG00000171180 +transcript chr1 248269917 248277976 ENST00000641220 protein_coding 1 NA NA OR2T33 ENSG00000177212 +transcript chr1 248272771 248273836 ENST00000318021 protein_coding 4 NA NA OR2T33 ENSG00000177212 +CDS chr1 248272855 248273814 ENST00000641220 protein_coding 1 NA 2 OR2T33 ENSG00000177212 +CDS chr1 248272855 248273814 ENST00000318021 protein_coding 4 NA 1 OR2T33 ENSG00000177212 +transcript chr1 248290139 248303424 ENST00000641276 protein_coding 1 NA NA OR2T12 ENSG00000177201 +CDS chr1 248294619 248295578 ENST00000641276 protein_coding 1 NA 3 OR2T12 ENSG00000177201 +transcript chr1 248323630 248324568 ENST00000317965 protein_coding 3 NA NA OR2M7 ENSG00000177186 +CDS chr1 248323633 248324568 ENST00000317965 protein_coding 3 NA 1 OR2M7 ENSG00000177186 +transcript chr1 248348775 248349713 ENST00000317861 protein_coding 1 NA NA OR14C36 ENSG00000177174 +CDS chr1 248348775 248349710 ENST00000317861 protein_coding 1 NA 1 OR14C36 ENSG00000177174 +transcript chr1 248361665 248362627 ENST00000366473 protein_coding 4 NA NA OR2T4 ENSG00000196944 +CDS chr1 248361665 248362624 ENST00000366473 protein_coding 4 NA 1 OR2T4 ENSG00000196944 +transcript chr1 248375746 248391811 ENST00000641644 protein_coding 1 NA NA OR2T6 ENSG00000198104 +CDS chr1 248387609 248388532 ENST00000641644 protein_coding 1 NA 3 OR2T6 ENSG00000198104 +transcript chr1 248403048 248408020 ENST00000642005 protein_coding 1 NA NA OR2T1 ENSG00000175143 +CDS chr1 248406148 248407101 ENST00000642005 protein_coding 1 NA 2 OR2T1 ENSG00000175143 +transcript chr1 248445512 248455725 ENST00000642130 protein_coding 1 NA NA OR2T2 ENSG00000196240 +transcript chr1 248445637 248455725 ENST00000641925 protein_coding 2 NA NA OR2T2 ENSG00000196240 +CDS chr1 248452798 248453769 ENST00000642130 protein_coding 1 NA 3 OR2T2 ENSG00000196240 +CDS chr1 248452798 248453769 ENST00000641925 protein_coding 2 NA 4 OR2T2 ENSG00000196240 +transcript chr1 248473351 248474307 ENST00000359594 protein_coding 3 NA NA OR2T3 ENSG00000196539 +CDS chr1 248473351 248474304 ENST00000359594 protein_coding 3 NA 1 OR2T3 ENSG00000196539 +transcript chr1 248488589 248491113 ENST00000641363 protein_coding 1 NA NA OR2T5 ENSG00000203661 +CDS chr1 248488589 248489533 ENST00000641363 protein_coding 1 NA 1 OR2T5 ENSG00000203661 +transcript chr1 248508073 248527337 ENST00000641804 protein_coding 1 NA NA OR2G6 ENSG00000188558 +transcript chr1 248509536 248527337 ENST00000641501 protein_coding 1 NA NA OR2G6 ENSG00000188558 +CDS chr1 248521647 248522594 ENST00000641804 protein_coding 1 NA 2 OR2G6 ENSG00000188558 +CDS chr1 248521647 248522594 ENST00000641501 protein_coding 1 NA 2 OR2G6 ENSG00000188558 +transcript chr1 248556912 248562772 ENST00000641069 protein_coding 1 NA NA OR2T29 ENSG00000182783 +transcript chr1 248558483 248559516 ENST00000328570 protein_coding 6 NA NA OR2T29 ENSG00000182783 +CDS chr1 248558547 248559491 ENST00000641069 protein_coding 1 NA 2 OR2T29 ENSG00000182783 +CDS chr1 248558547 248559491 ENST00000328570 protein_coding 6 NA 1 OR2T29 ENSG00000182783 +transcript chr1 248573801 248574757 ENST00000328782 protein_coding 3 NA NA OR2T34 ENSG00000183310 +CDS chr1 248573804 248574757 ENST00000328782 protein_coding 3 NA 1 OR2T34 ENSG00000183310 +transcript chr1 248590487 248597700 ENST00000642090 protein_coding 1 NA NA OR2T10 ENSG00000184022 +transcript chr1 248592751 248593799 ENST00000330500 protein_coding 4 NA NA OR2T10 ENSG00000184022 +CDS chr1 248592833 248593768 ENST00000642090 protein_coding 1 NA 2 OR2T10 ENSG00000184022 +CDS chr1 248592833 248593768 ENST00000330500 protein_coding 4 NA 1 OR2T10 ENSG00000184022 +transcript chr1 248623557 248635091 ENST00000641193 protein_coding 1 NA NA OR2T11 ENSG00000279301 +CDS chr1 248626181 248627128 ENST00000641193 protein_coding 1 NA 2 OR2T11 ENSG00000279301 +transcript chr1 248636356 248645278 ENST00000641268 protein_coding 1 NA NA OR2T35 ENSG00000177151 +CDS chr1 248638290 248639258 ENST00000641268 protein_coding 1 NA 2 OR2T35 ENSG00000177151 +transcript chr1 248649838 248655528 ENST00000460972 protein_coding 4 NA NA OR2T27 ENSG00000187701 +transcript chr1 248649838 248655528 ENST00000641652 protein_coding 1 NA NA OR2T27 ENSG00000187701 +CDS chr1 248649934 248650884 ENST00000460972 protein_coding 4 NA 2 OR2T27 ENSG00000187701 +CDS chr1 248649934 248650884 ENST00000641652 protein_coding 1 NA 3 OR2T27 ENSG00000187701 +transcript chr1 248681249 248748349 ENST00000651827 protein_coding 1 NA NA NA ENSG00000286015 +transcript chr1 248681322 248682328 ENST00000342623 protein_coding 5 NA NA OR14I1 ENSG00000189181 +CDS chr1 248681372 248682304 ENST00000342623 protein_coding 5 NA 1 OR14I1 ENSG00000189181 +CDS chr1 248685501 248685566 ENST00000651827 protein_coding 1 NA 4 NA ENSG00000286015 +CDS chr1 248698847 248698905 ENST00000651827 protein_coding 1 NA 3 NA ENSG00000286015 +transcript chr1 248739415 248755759 ENST00000590317 protein_coding 4 1 NA LYPD8 ENSG00000259823 +CDS chr1 248739614 248739849 ENST00000590317 protein_coding 4 1 7 LYPD8 ENSG00000259823 +CDS chr1 248745142 248745279 ENST00000590317 protein_coding 4 1 6 LYPD8 ENSG00000259823 +CDS chr1 248745142 248745279 ENST00000651827 protein_coding 1 NA 2 NA ENSG00000286015 +CDS chr1 248748289 248748453 ENST00000590317 protein_coding 4 1 5 LYPD8 ENSG00000259823 +CDS chr1 248748289 248748349 ENST00000651827 protein_coding 1 NA 1 NA ENSG00000286015 +CDS chr1 248750524 248750643 ENST00000590317 protein_coding 4 1 4 LYPD8 ENSG00000259823 +CDS chr1 248751030 248751081 ENST00000590317 protein_coding 4 1 3 LYPD8 ENSG00000259823 +transcript chr1 248810446 248825915 ENST00000366472 protein_coding 6 1 NA SH3BP5L ENSG00000175137 +CDS chr1 248811903 248812370 ENST00000366472 protein_coding 6 1 7 SH3BP5L ENSG00000175137 +CDS chr1 248812989 248813162 ENST00000366472 protein_coding 6 1 6 SH3BP5L ENSG00000175137 +CDS chr1 248814449 248814610 ENST00000366472 protein_coding 6 1 5 SH3BP5L ENSG00000175137 +CDS chr1 248816534 248816662 ENST00000366472 protein_coding 6 1 4 SH3BP5L ENSG00000175137 +CDS chr1 248816822 248816884 ENST00000366472 protein_coding 6 1 3 SH3BP5L ENSG00000175137 +CDS chr1 248824753 248824935 ENST00000366472 protein_coding 6 1 2 SH3BP5L ENSG00000175137 +transcript chr1 248838224 248849517 ENST00000306562 protein_coding 8 1 NA ZNF672 ENSG00000171161 +transcript chr1 248838331 248847285 ENST00000505503 protein_coding 5 3 NA ZNF672 ENSG00000171161 +transcript chr1 248838828 248847483 ENST00000428515 protein_coding 5 2 NA ZNF672 ENSG00000171161 +transcript chr1 248839154 248847385 ENST00000423362 protein_coding 1 5 NA ZNF672 ENSG00000171161 +CDS chr1 248847275 248848630 ENST00000306562 protein_coding 8 1 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847285 ENST00000505503 protein_coding 5 3 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847483 ENST00000428515 protein_coding 5 2 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847385 ENST00000423362 protein_coding 1 5 4 ZNF672 ENSG00000171161 +transcript chr1 248850008 248859085 ENST00000306601 protein_coding 9 1 NA ZNF692 ENSG00000171163 +transcript chr1 248850008 248859085 ENST00000366471 protein_coding 7 1 NA ZNF692 ENSG00000171163 +transcript chr1 248850024 248855943 ENST00000476503 protein_coding 5 3 NA ZNF692 ENSG00000171163 +transcript chr1 248850066 248858860 ENST00000451251 protein_coding 5 2 NA ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000306601 protein_coding 9 1 12 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000366471 protein_coding 7 1 11 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000476503 protein_coding 5 3 5 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000451251 protein_coding 5 2 12 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000306601 protein_coding 9 1 11 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000366471 protein_coding 7 1 10 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000476503 protein_coding 5 3 4 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000451251 protein_coding 5 2 11 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000306601 protein_coding 9 1 10 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000366471 protein_coding 7 1 9 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000476503 protein_coding 5 3 3 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000451251 protein_coding 5 2 10 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000306601 protein_coding 9 1 9 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000366471 protein_coding 7 1 8 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000476503 protein_coding 5 3 2 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000451251 protein_coding 5 2 9 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000306601 protein_coding 9 1 8 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000366471 protein_coding 7 1 7 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000451251 protein_coding 5 2 8 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000306601 protein_coding 9 1 7 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000366471 protein_coding 7 1 6 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855943 ENST00000476503 protein_coding 5 3 1 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000451251 protein_coding 5 2 7 ZNF692 ENSG00000171163 +CDS chr1 248856288 248856422 ENST00000306601 protein_coding 9 1 6 ZNF692 ENSG00000171163 +CDS chr1 248856288 248856422 ENST00000451251 protein_coding 5 2 6 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000306601 protein_coding 9 1 5 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000366471 protein_coding 7 1 5 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000451251 protein_coding 5 2 5 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000306601 protein_coding 9 1 4 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000366471 protein_coding 7 1 4 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000451251 protein_coding 5 2 4 ZNF692 ENSG00000171163 +transcript chr1 248857313 248859067 ENST00000496231 protein_coding 1 3 NA ZNF692 ENSG00000171163 +CDS chr1 248857313 248857497 ENST00000496231 protein_coding 1 3 4 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000306601 protein_coding 9 1 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000366471 protein_coding 7 1 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000451251 protein_coding 5 2 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000496231 protein_coding 1 3 3 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000306601 protein_coding 9 1 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000366471 protein_coding 7 1 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858321 ENST00000451251 protein_coding 5 2 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000496231 protein_coding 1 3 2 ZNF692 ENSG00000171163 +CDS chr1 248858512 248858514 ENST00000451251 protein_coding 5 2 1 ZNF692 ENSG00000171163 +transcript chr1 248906196 248919946 ENST00000355360 protein_coding 8 1 NA PGBD2 ENSG00000185220 +transcript chr1 248906235 248919146 ENST00000329291 protein_coding 6 1 NA PGBD2 ENSG00000185220 +CDS chr1 248913863 248913879 ENST00000329291 protein_coding 6 1 2 PGBD2 ENSG00000185220 +CDS chr1 248916602 248918360 ENST00000329291 protein_coding 6 1 3 PGBD2 ENSG00000185220 +CDS chr1 248917338 248918360 ENST00000355360 protein_coding 8 1 3 PGBD2 ENSG00000185220 diff --git a/tests/test_data/pvacsplice/results/Test.kmer_index.tsv b/tests/test_data/pvacsplice/results/Test.kmer_index.tsv new file mode 100644 index 000000000..01103a316 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.kmer_index.tsv @@ -0,0 +1,335 @@ +peptide name junction_index transcript_position +HIMKSADVVKV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 +HIMKSADVVKV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 +IMKSADVVKV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 27 +IMKSADVVKV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 27 +IMKSADVVKVK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 27 +IMKSADVVKVK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 27 +MKSADVVKV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 +MKSADVVKV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 +MKSADVVKVK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 +MKSADVVKVK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 +MKSADVVKVKC TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 +MKSADVVKVKC TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 +KSADVVKV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVKC TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVKC TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVKCK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 +KSADVVKVKCK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 +SADVVKVK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKC TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKC TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKCK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKCK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKCKL TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 +SADVVKVKCKL TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 +ADVVKVKC TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKC TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCKL TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCKL TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCKLT TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 +ADVVKVKCKLT TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 +DVVKVKCK TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCK TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKL TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKL TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKLT TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKLT TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKLTQ TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 +DVVKVKCKLTQ TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 +VVKVKCKL TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKL TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLT TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLT TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLTQ TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLTQ TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLTQS TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 +VVKVKCKLTQS TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 +VKVKCKLT TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLT TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQ TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQ TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQS TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQS TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQSF TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 +VKVKCKLTQSF TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 +KVKCKLTQ TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 +KVKCKLTQ TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 +KVKCKLTQS TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 +KVKCKLTQS TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 +KVKCKLTQSF TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 +KVKCKLTQSF TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 +VKCKLTQS TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 +VKCKLTQS TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 +VKCKLTQSF TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 +VKCKLTQSF TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 +KCKLTQSF TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.37 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 37 +KCKLTQSF TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.37 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 37 +IMKSADVVKLY TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.27 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 27 +IMKSADVVKLY TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.27 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 27 +MKSADVVKLY TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.28 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 28 +MKSADVVKLY TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.28 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 28 +MKSADVVKLYL TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.28 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 28 +MKSADVVKLYL TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.28 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 28 +KSADVVKLY TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 29 +KSADVVKLY TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 29 +KSADVVKLYL TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 29 +KSADVVKLYL TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 29 +KSADVVKLYLQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 29 +KSADVVKLYLQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.29 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 29 +SADVVKLY TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLY TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYL TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYL TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYLQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYLQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYLQQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 30 +SADVVKLYLQQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.30 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 30 +ADVVKLYL TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYL TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQQI TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 31 +ADVVKLYLQQI TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.31 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 31 +DVVKLYLQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQI TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQI TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQII TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 32 +DVVKLYLQQII TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.32 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 32 +VVKLYLQQ TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 33 +VVKLYLQQ TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 33 +VVKLYLQQI TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 33 +VVKLYLQQI TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 33 +VVKLYLQQII TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 33 +VVKLYLQQII TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.33 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 33 +VKLYLQQI TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.34 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 34 +VKLYLQQI TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.34 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 34 +VKLYLQQII TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.34 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 34 +VKLYLQQII TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.34 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 34 +KLYLQQII TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA.35 TIPRL.ENST00000367833.JUNC00000029.chr1:168179177-168179178.NDA 35 +KLYLQQII TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA.35 TIPRL.ENST00000367830.JUNC00000029.chr1:168179177-168179178.NDA 35 +NQVSEETIKVS CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.717 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 717 +QVSEETIKVS CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.718 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 718 +QVSEETIKVSK CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.718 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 718 +VSEETIKVS CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 719 +VSEETIKVSK CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 719 +VSEETIKVSKL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 719 +SEETIKVS CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 720 +SEETIKVSK CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 720 +SEETIKVSKL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 720 +SEETIKVSKLE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 720 +EETIKVSK CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 721 +EETIKVSKL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 721 +EETIKVSKLE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 721 +EETIKVSKLEQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 721 +ETIKVSKL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 722 +ETIKVSKLE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 722 +ETIKVSKLEQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 722 +ETIKVSKLEQE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 722 +TIKVSKLE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 723 +TIKVSKLEQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 723 +TIKVSKLEQE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 723 +TIKVSKLEQEL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 723 +IKVSKLEQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 724 +IKVSKLEQE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 724 +IKVSKLEQEL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 724 +IKVSKLEQELQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 724 +KVSKLEQE CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 725 +KVSKLEQEL CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 725 +KVSKLEQELQ CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 725 +KVSKLEQELQK CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000007.chr1:93226448-93226449.NDA 725 +HIMKSADVVKQ TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 26 +HIMKSADVVKQ TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 26 +IMKSADVVKQ TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 +IMKSADVVKQ TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 +IMKSADVVKQR TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 +IMKSADVVKQR TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 +MKSADVVKQ TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 +MKSADVVKQ TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 +MKSADVVKQR TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 +MKSADVVKQR TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 +MKSADVVKQRF TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 +MKSADVVKQRF TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 +KSADVVKQ TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQ TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQR TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQR TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQRF TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQRF TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQRFK TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 +KSADVVKQRFK TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 +SADVVKQR TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQR TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRF TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRF TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRFK TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRFK TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRFKN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 +SADVVKQRFKN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 +ADVVKQRF TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRF TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFK TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFK TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFKN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFKN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFKNP TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 +ADVVKQRFKNP TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 +DVVKQRFK TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFK TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKNP TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKNP TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKNPA TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 +DVVKQRFKNPA TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 +VVKQRFKN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNP TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNP TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNPA TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNPA TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNPAW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 +VVKQRFKNPAW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 +VKQRFKNP TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNP TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPA TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPA TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPAW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPAW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPAWV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 +VKQRFKNPAWV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 +KQRFKNPA TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPA TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAWV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAWV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAWVW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 +KQRFKNPAWVW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 +QRFKNPAW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWVW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWVW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWVWL TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 +QRFKNPAWVWL TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 +RFKNPAWV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVWL TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVWL TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVWLW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 +RFKNPAWVWLW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 +FKNPAWVW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWL TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWL TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWLW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWLW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWLWN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 +FKNPAWVWLWN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 +KNPAWVWL TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 +KNPAWVWL TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 +KNPAWVWLW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 +KNPAWVWLW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 +KNPAWVWLWN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 +KNPAWVWLWN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 +NPAWVWLW TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.40 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 +NPAWVWLW TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.40 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 +NPAWVWLWN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.40 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 +NPAWVWLWN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.40 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 +PAWVWLWN TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.41 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 +PAWVWLWN TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.41 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 +NQVSEETIKVY CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 717 +QVSEETIKVY CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 718 +QVSEETIKVYC CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 718 +VSEETIKVY CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 719 +VSEETIKVYC CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 719 +VSEETIKVYCL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 719 +SEETIKVY CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 720 +SEETIKVYC CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 720 +SEETIKVYCL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 720 +SEETIKVYCLQ CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 720 +EETIKVYC CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 721 +EETIKVYCL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 721 +EETIKVYCLQ CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 721 +EETIKVYCLQK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 721 +ETIKVYCL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 722 +ETIKVYCLQ CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 722 +ETIKVYCLQK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 722 +ETIKVYCLQKE CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 722 +TIKVYCLQ CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 723 +TIKVYCLQK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 723 +TIKVYCLQKE CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 723 +TIKVYCLQKEL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 723 +IKVYCLQK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 724 +IKVYCLQKE CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 724 +IKVYCLQKEL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 724 +IKVYCLQKELK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 724 +KVYCLQKE CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 725 +KVYCLQKEL CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 725 +KVYCLQKELK CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 725 +KVYCLQKELKI CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 725 +EKQLKKKSEEK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 755 +KQLKKKSEEK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 756 +KQLKKKSEEKE CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 756 +QLKKKSEEK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 757 +QLKKKSEEKE CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 757 +QLKKKSEEKEL CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 757 +LKKKSEEK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 758 +LKKKSEEKE CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 758 +LKKKSEEKEL CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 758 +LKKKSEEKELK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 758 +KKKSEEKE CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 759 +KKKSEEKEL CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 759 +KKKSEEKELK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 759 +KKKSEEKELKI CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 759 +KKSEEKEL CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 760 +KKSEEKELK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 760 +KKSEEKELKI CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 760 +KKSEEKELKIK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 760 +KSEEKELK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 761 +KSEEKELKI CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 761 +KSEEKELKIK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 761 +KSEEKELKIKN CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 761 +SEEKELKI CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 762 +SEEKELKIK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 762 +SEEKELKIKN CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 762 +SEEKELKIKNH CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 762 +EEKELKIK CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 763 +EEKELKIKN CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 763 +EEKELKIKNH CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 763 +EEKELKIKNHS CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 763 +EKELKIKN CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 764 +EKELKIKNH CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 764 +EKELKIKNHS CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 764 +EKELKIKNHSL CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 764 +THIMKSADVVN TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.25 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 +THIMKSADVVN TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.25 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 +HIMKSADVVN TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.26 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 +HIMKSADVVN TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.26 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 +HIMKSADVVNR TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.26 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 +HIMKSADVVNR TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.26 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 +IMKSADVVN TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 +IMKSADVVN TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 +IMKSADVVNR TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 +IMKSADVVNR TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 +MKSADVVN TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 +MKSADVVN TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 +MKSADVVNR TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.28 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 +MKSADVVNR TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.28 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 +KSADVVNR TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.29 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 29 +KSADVVNR TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.29 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 29 diff --git a/tests/test_data/pvacsplice/results/Test.transcripts.fa b/tests/test_data/pvacsplice/results/Test.transcripts.fa new file mode 100644 index 000000000..e4898b3f8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.transcripts.fa @@ -0,0 +1,56 @@ +>WT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/Test.transcripts.fa.fai b/tests/test_data/pvacsplice/results/Test.transcripts.fa.fai new file mode 100644 index 000000000..0c6a0d04e --- /dev/null +++ b/tests/test_data/pvacsplice/results/Test.transcripts.fa.fai @@ -0,0 +1,28 @@ +WT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1454 67 1454 1455 +ALT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1415 1590 1415 1416 +WT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1454 3071 1454 1455 +ALT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1449 4592 1449 1450 +WT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1454 6109 1454 1455 +ALT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1415 7632 1415 1416 +WT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1454 9113 1454 1455 +ALT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1449 10634 1449 1450 +WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1299 12151 1299 1300 +ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1260 13519 1260 1261 +WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1299 14845 1299 1300 +ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1294 16211 1294 1295 +WT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1455 17573 1455 1456 +ALT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1416 19097 1416 1417 +WT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1455 20579 1455 1456 +ALT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1450 22101 1450 1451 +WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 23618 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 44 23864 44 45 +WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 178 23975 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 36 24221 36 37 +WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 178 24324 178 179 +ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 48 24570 48 49 +WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 272 24685 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 44 25025 44 45 +WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 272 25136 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 36 25476 36 37 +WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 272 25579 272 273 +ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 48 25919 48 49 diff --git a/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA.transcripts.fa b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA.transcripts.fa new file mode 100644 index 000000000..e4898b3f8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA.transcripts.fa @@ -0,0 +1,56 @@ +>WT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>ALT.CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKGENV +>WT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEVYCLQKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>ALT.CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +MESSSSDYYNKDNEEESLLANVASLRHELKITEWSLQSLGEELSSVSPSENSDYAPNPSRSEKLILDVQPSHPGLLNYSPYENVCKISGSSTDFQKKPRDKMFSSSAPVDQEIKSLREKLNKLRQQNACLVTQNHSLMTKFESIHFELTQSRAKVSMLESAQQQAASVPILEEQIINLEAEVSAQDKVLREAENKLEQSQKMVIEKEQSLQESKEECIKLKVDLLEQTKQGKRAERQRNEALYNAEELSKAFQQYKKKVAEKLEKVQAEEEILERNLTNCEKENKRLQERCGLYKSELEILKEKLRQLKEENNNGKEKLRIMAVKNSEVMAQLTESRQSILKLESELENKDEILRDKFSLMNENRELKVRVAAQNERLDLCQQEIESSRVELRSLEKIISQLPLKRELFGFKSYLSKYQMSSFSNKEDRCIGCCEANKLVISELRIKLAIKEAEIQKLHANLTANQLSQSLITCNDSQESSKLSSLETEPVKLGGHQVAESVKDQNQHTMNKQYEKERQRLVTGIEELRTKLIQIEAENSDLKVNMAHRTSQFQLIQEELLEKASNSSKLESEMTKKCSQLLTLEKQLEEKIVAYSSIAAKNAELEQELMEKNEKIRSLETNINTEHEKICLAFEKAKKIHLEQHKEMEKQIERLEAQLEKKDQQFKEQEKTMSMLQQDIICKQHHLESLDRLLTESKGEMKKENMKKDEALKALQNQVSEETIKVRQLDSALEICKEELVLHLNQLEGNKEKFEKQLKKKSEEKELKIKNHSLQETSEQNVILQHTLQQQQQMLQQETIRNGELEDTQTKLEKQVSKLEQELQKQRESSAEKLRKMEEKCESAAHEADLKRQKVIELTGTARQVKIEMDQYKEELSKMEKEIMHLKRDGENKAMHLSQLDMILDQTKTELEKKTNAVKELEKLQHSTETELTEALQKREVLETELQNAHGELKSTLRQLQELRDVLQKAQLSLEEKYTTIKDLTAELRECKMEIEDKKQELLEMDQALKERNWELKQRAAQVTHLDMTIREHRGEMEQKIIKLEGTLEKSELELKECNKQIESLNDKLQNAKEQLREKEFIMLQNEQEISQLKKEIERTQQRMKEMESVMKEQEQYIATQYKEAIDLGQELRLTREQVQNSHTELAEARHQQVQAQREIERLSSELEDMKQLSKEKDAHGNHLAEELGASKVREAHLEARMQAEIKKLSAEVESLKEAYHMEMISHQENHAKWKISADSQKSSVQQLNEQLEKAKLELEEAQDTVSNLHQQVQDRNEVIEAANEALLTKESELTRLQAKISGHEKAEDIKFLPAPFTSPTEIMPDVQDPKFAKCFHTSFSKCTKLRRSISASDLTFKIHGDEDLSEELLQDLKKMQLEQPSTLEESHKNLTYTQPDSFKPLTYNLEADSSENNDFNTLSGMLRYINKEVRLLKKSSMQTGAGLNQGENV +>WT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIPGGGHL +>ALT.TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN +>WT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKVKCKLTQSF +>WT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVNR +>WT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKLADELHMPSLPEMMFGDNVLRIQHGSGFGIEFNATDALRCVNNYQGMLKVACAEEWQESRTEGEHSKEVIKPYDWTYTTDYKGTLLGESLKLKVVPTTDHIDTEKLKAREQIKFFEEVLLFEDELHDHGVSSLSVKIRVMPSSFFLLLRFFLRIDGVLIRMNDTRLYHEADKTYMLREYTSRESKISSLMHVPPSLFTEPNEISQYLPIKEAVCEKLIFPERIDPNPADSQKSTQVE +>ALT.TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +MMIHGFQSSHRDFCFGPWKLTASKTHIMKSADVVKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_combined.tsv b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_combined.tsv new file mode 100644 index 000000000..6b42472e5 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_combined.tsv @@ -0,0 +1,15 @@ +junction_chrom junction_start junction_stop name score strand splice_site acceptors_skipped exons_skipped donors_skipped anchor known_donor known_acceptor known_junction transcript_id variant_info feature cds_chrom cds_start cds_stop transcript_biotype transcript_version transcript_support_level gene_name gene_id chromosome_name start stop reference variant transcript_name biotype amino_acid_change codon_change hgvsc hgvsp variant_type protein_position transcript_expression gene_expression normal_depth normal_vaf tdna_depth tdna_vaf trna_depth trna_vaf variant_start variant_stop variant_category index wt_protein_length alt_protein_length frameshift_event +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1454 1415 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000343253 chr1:93226448-93226449 transcript chr1 93179919 93278477 protein_coding 11 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000343253.11 protein_coding E gaG/gaA ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= splice_region_variant&synonymous_variant 763 1.03267 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 1454 1449 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1454 1415 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000370276 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 6 5 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000370276.6 protein_coding E gaG/gaA ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= splice_region_variant&synonymous_variant 763 0.0 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 1454 1449 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1299 1260 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000401026 chr1:93226448-93226449 transcript chr1 93180363 93278607 protein_coding 7 1 CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000401026.7 protein_coding E gaG/gaA ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= splice_region_variant&synonymous_variant 764 2.22534 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 1299 1294 no +chr1 93221936 93232426 JUNC00000006 181 1 GC-AG 2 2 2 NDA 1 1 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1455 1416 no +chr1 93226449 93232441 JUNC00000011 14 1 GT-AG 1 0 0 D 1 0 0 ENST00000690025 chr1:93226448-93226449 transcript chr1 93180724 93278730 protein_coding 1 NA CCDC18 ENSG00000122483 chr1 93226448 93226449 G A ENST00000690025.1 protein_coding E gaG/gaA ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= splice_region_variant&synonymous_variant 764 2.64625 18.7496571585841 112 0.0 148 0.62838 20.0 0.3 93226448 93226449 SNV CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 1455 1450 no +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 178 44 yes +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 178 36 yes +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367830 chr1:168179177-168179178 transcript chr1 168179055 168192395 protein_coding 3 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367830.3 protein_coding E/V gAg/gTg ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val missense_variant 34 20.2873 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 178 48 yes +chr1 168179181 168183411 JUNC00000025 29 1 GT-AG 0 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 272 44 yes +chr1 168179181 168183907 JUNC00000027 73 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 272 36 yes +chr1 168179181 168183952 JUNC00000028 12 1 GT-AG 1 0 0 D 1 0 0 ENST00000367833 chr1:168179177-168179178 transcript chr1 168178962 168202109 protein_coding 7 1 TIPRL ENSG00000143155 chr1 168179177 168179178 A T ENST00000367833.7 protein_coding E/V gAg/gTg ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val missense_variant 34 35.4576 55.7448838956557 153 0.0 176 0.27273 927.0 0.33225 168179177 168179178 SNV TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 272 48 yes diff --git a/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_gtf.tsv b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_gtf.tsv new file mode 100644 index 000000000..649d9924a --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/HCC1395_TUMOR_DNA_gtf.tsv @@ -0,0 +1,78463 @@ +feature cds_chrom cds_start cds_stop transcript_id transcript_biotype transcript_version transcript_support_level exon_number gene_name gene_id +transcript chr1 65419 71585 ENST00000641515 protein_coding 2 NA NA OR4F5 ENSG00000186092 +CDS chr1 65565 65573 ENST00000641515 protein_coding 2 NA 2 OR4F5 ENSG00000186092 +CDS chr1 69037 70005 ENST00000641515 protein_coding 2 NA 3 OR4F5 ENSG00000186092 +transcript chr1 450740 451678 ENST00000426406 protein_coding 4 NA NA OR4F29 ENSG00000284733 +CDS chr1 450743 451678 ENST00000426406 protein_coding 4 NA 1 OR4F29 ENSG00000284733 +transcript chr1 685716 686654 ENST00000332831 protein_coding 5 NA NA OR4F16 ENSG00000284662 +CDS chr1 685719 686654 ENST00000332831 protein_coding 5 NA 1 OR4F16 ENSG00000284662 +transcript chr1 923923 944574 ENST00000616016 protein_coding 5 5 NA SAMD11 ENSG00000187634 +transcript chr1 923923 944574 ENST00000618323 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 924432 924948 ENST00000616016 protein_coding 5 5 1 SAMD11 ENSG00000187634 +CDS chr1 924432 924948 ENST00000618323 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925150 935793 ENST00000437963 protein_coding 5 5 NA SAMD11 ENSG00000187634 +transcript chr1 925731 944574 ENST00000342066 protein_coding 8 5 NA SAMD11 ENSG00000187634 +CDS chr1 925922 926013 ENST00000616016 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925922 926013 ENST00000618323 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000437963 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000342066 protein_coding 8 5 2 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000616125 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000616125 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000618779 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000618779 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000622503 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000622503 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000618181 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000618181 protein_coding 5 5 1 SAMD11 ENSG00000187634 +transcript chr1 925942 944153 ENST00000617307 protein_coding 5 5 NA SAMD11 ENSG00000187634 +CDS chr1 925942 926013 ENST00000617307 protein_coding 5 5 1 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000616016 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618323 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000437963 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000342066 protein_coding 8 5 3 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000616125 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618779 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000622503 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000618181 protein_coding 5 5 2 SAMD11 ENSG00000187634 +CDS chr1 930155 930336 ENST00000617307 protein_coding 5 5 2 SAMD11 ENSG00000187634 +transcript chr1 930312 944575 ENST00000341065 protein_coding 8 5 NA SAMD11 ENSG00000187634 +CDS chr1 930312 930336 ENST00000341065 protein_coding 8 5 1 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000616016 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000618323 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000437963 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000342066 protein_coding 8 5 4 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000616125 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000618779 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000622503 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000617307 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 931039 931089 ENST00000341065 protein_coding 8 5 2 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000616016 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618323 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935793 ENST00000437963 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000342066 protein_coding 8 5 5 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000616125 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618779 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000622503 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000618181 protein_coding 5 5 3 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000617307 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 935772 935896 ENST00000341065 protein_coding 8 5 3 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000616016 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618323 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000342066 protein_coding 8 5 6 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000616125 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618779 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000622503 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000618181 protein_coding 5 5 4 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000617307 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939040 939129 ENST00000341065 protein_coding 8 5 4 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000618323 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000616125 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939272 939460 ENST00000622503 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939272 939412 ENST00000618181 protein_coding 5 5 5 SAMD11 ENSG00000187634 +CDS chr1 939272 939460 ENST00000617307 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 939275 939412 ENST00000616016 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 939275 939460 ENST00000342066 protein_coding 8 5 7 SAMD11 ENSG00000187634 +CDS chr1 939275 939412 ENST00000341065 protein_coding 8 5 5 SAMD11 ENSG00000187634 +transcript chr1 939275 944259 ENST00000455979 protein_coding 1 2 NA SAMD11 ENSG00000187634 +CDS chr1 939275 939460 ENST00000455979 protein_coding 1 2 1 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000616016 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000618323 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000342066 protein_coding 8 5 8 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000618779 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000622503 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000617307 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000341065 protein_coding 8 5 6 SAMD11 ENSG00000187634 +CDS chr1 941144 941306 ENST00000455979 protein_coding 1 2 2 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000616016 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000618323 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000342066 protein_coding 8 5 9 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000618779 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000622503 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000617307 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000341065 protein_coding 8 5 7 SAMD11 ENSG00000187634 +CDS chr1 942136 942251 ENST00000455979 protein_coding 1 2 3 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000616016 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618323 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000342066 protein_coding 8 5 10 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000616125 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618779 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000622503 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000618181 protein_coding 5 5 6 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000617307 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000341065 protein_coding 8 5 8 SAMD11 ENSG00000187634 +CDS chr1 942410 942488 ENST00000455979 protein_coding 1 2 4 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000616016 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618323 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000342066 protein_coding 8 5 11 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000616125 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618779 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000622503 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000618181 protein_coding 5 5 7 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000617307 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000341065 protein_coding 8 5 9 SAMD11 ENSG00000187634 +CDS chr1 942559 943058 ENST00000455979 protein_coding 1 2 5 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000616016 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618323 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000342066 protein_coding 8 5 12 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000616125 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618779 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000622503 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000618181 protein_coding 5 5 8 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000617307 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000341065 protein_coding 8 5 10 SAMD11 ENSG00000187634 +CDS chr1 943253 943377 ENST00000455979 protein_coding 1 2 6 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000616016 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618323 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000342066 protein_coding 8 5 13 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000616125 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618779 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000622503 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000618181 protein_coding 5 5 9 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000617307 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943698 943808 ENST00000341065 protein_coding 8 5 11 SAMD11 ENSG00000187634 +CDS chr1 943698 944150 ENST00000455979 protein_coding 1 2 7 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000616016 protein_coding 5 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618323 protein_coding 5 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000342066 protein_coding 8 5 14 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000616125 protein_coding 5 5 11 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618779 protein_coding 5 5 12 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000622503 protein_coding 5 5 13 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000618181 protein_coding 5 5 10 SAMD11 ENSG00000187634 +CDS chr1 943908 944150 ENST00000341065 protein_coding 8 5 12 SAMD11 ENSG00000187634 +CDS chr1 943971 944150 ENST00000617307 protein_coding 5 5 13 SAMD11 ENSG00000187634 +transcript chr1 944203 959256 ENST00000327044 protein_coding 7 1 NA NOC2L ENSG00000188976 +CDS chr1 944697 944800 ENST00000327044 protein_coding 7 1 19 NOC2L ENSG00000188976 +CDS chr1 945057 945146 ENST00000327044 protein_coding 7 1 18 NOC2L ENSG00000188976 +CDS chr1 945518 945653 ENST00000327044 protein_coding 7 1 17 NOC2L ENSG00000188976 +CDS chr1 946173 946286 ENST00000327044 protein_coding 7 1 16 NOC2L ENSG00000188976 +CDS chr1 946402 946545 ENST00000327044 protein_coding 7 1 15 NOC2L ENSG00000188976 +CDS chr1 948131 948232 ENST00000327044 protein_coding 7 1 14 NOC2L ENSG00000188976 +CDS chr1 948490 948603 ENST00000327044 protein_coding 7 1 13 NOC2L ENSG00000188976 +CDS chr1 951127 951238 ENST00000327044 protein_coding 7 1 12 NOC2L ENSG00000188976 +CDS chr1 952000 952139 ENST00000327044 protein_coding 7 1 11 NOC2L ENSG00000188976 +CDS chr1 952412 952600 ENST00000327044 protein_coding 7 1 10 NOC2L ENSG00000188976 +CDS chr1 953175 953288 ENST00000327044 protein_coding 7 1 9 NOC2L ENSG00000188976 +CDS chr1 953782 953892 ENST00000327044 protein_coding 7 1 8 NOC2L ENSG00000188976 +CDS chr1 954004 954082 ENST00000327044 protein_coding 7 1 7 NOC2L ENSG00000188976 +CDS chr1 955923 956013 ENST00000327044 protein_coding 7 1 6 NOC2L ENSG00000188976 +CDS chr1 956095 956215 ENST00000327044 protein_coding 7 1 5 NOC2L ENSG00000188976 +CDS chr1 956894 957025 ENST00000327044 protein_coding 7 1 4 NOC2L ENSG00000188976 +CDS chr1 957099 957273 ENST00000327044 protein_coding 7 1 3 NOC2L ENSG00000188976 +CDS chr1 958929 959081 ENST00000327044 protein_coding 7 1 2 NOC2L ENSG00000188976 +CDS chr1 959215 959240 ENST00000327044 protein_coding 7 1 1 NOC2L ENSG00000188976 +transcript chr1 960584 965719 ENST00000338591 protein_coding 8 1 NA KLHL17 ENSG00000187961 +CDS chr1 960694 960800 ENST00000338591 protein_coding 8 1 1 KLHL17 ENSG00000187961 +CDS chr1 961293 961552 ENST00000338591 protein_coding 8 1 2 KLHL17 ENSG00000187961 +CDS chr1 961629 961750 ENST00000338591 protein_coding 8 1 3 KLHL17 ENSG00000187961 +CDS chr1 961826 962047 ENST00000338591 protein_coding 8 1 4 KLHL17 ENSG00000187961 +CDS chr1 962355 962471 ENST00000338591 protein_coding 8 1 5 KLHL17 ENSG00000187961 +CDS chr1 962704 962917 ENST00000338591 protein_coding 8 1 6 KLHL17 ENSG00000187961 +CDS chr1 963109 963253 ENST00000338591 protein_coding 8 1 7 KLHL17 ENSG00000187961 +CDS chr1 963337 963504 ENST00000338591 protein_coding 8 1 8 KLHL17 ENSG00000187961 +CDS chr1 963920 964008 ENST00000338591 protein_coding 8 1 9 KLHL17 ENSG00000187961 +CDS chr1 964107 964180 ENST00000338591 protein_coding 8 1 10 KLHL17 ENSG00000187961 +CDS chr1 964349 964530 ENST00000338591 protein_coding 8 1 11 KLHL17 ENSG00000187961 +CDS chr1 964963 965188 ENST00000338591 protein_coding 8 1 12 KLHL17 ENSG00000187961 +transcript chr1 966482 975865 ENST00000379410 protein_coding 8 1 NA PLEKHN1 ENSG00000187583 +transcript chr1 966502 975008 ENST00000379407 protein_coding 7 1 NA PLEKHN1 ENSG00000187583 +transcript chr1 966502 975008 ENST00000379409 protein_coding 6 2 NA PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379410 protein_coding 8 1 1 PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379407 protein_coding 7 1 1 PLEKHN1 ENSG00000187583 +CDS chr1 966532 966614 ENST00000379409 protein_coding 6 2 1 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379410 protein_coding 8 1 2 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379407 protein_coding 7 1 2 PLEKHN1 ENSG00000187583 +CDS chr1 966704 966803 ENST00000379409 protein_coding 6 2 2 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379410 protein_coding 8 1 3 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379407 protein_coding 7 1 3 PLEKHN1 ENSG00000187583 +CDS chr1 970277 970423 ENST00000379409 protein_coding 6 2 3 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379410 protein_coding 8 1 4 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379407 protein_coding 7 1 4 PLEKHN1 ENSG00000187583 +CDS chr1 970521 970601 ENST00000379409 protein_coding 6 2 4 PLEKHN1 ENSG00000187583 +CDS chr1 970686 970758 ENST00000379410 protein_coding 8 1 5 PLEKHN1 ENSG00000187583 +CDS chr1 970686 970758 ENST00000379407 protein_coding 7 1 5 PLEKHN1 ENSG00000187583 +CDS chr1 970686 971006 ENST00000379409 protein_coding 6 2 5 PLEKHN1 ENSG00000187583 +CDS chr1 970879 971006 ENST00000379410 protein_coding 8 1 6 PLEKHN1 ENSG00000187583 +CDS chr1 970879 971006 ENST00000379407 protein_coding 7 1 6 PLEKHN1 ENSG00000187583 +CDS chr1 971077 971208 ENST00000379407 protein_coding 7 1 7 PLEKHN1 ENSG00000187583 +CDS chr1 971077 971208 ENST00000379409 protein_coding 6 2 6 PLEKHN1 ENSG00000187583 +CDS chr1 971113 971208 ENST00000379410 protein_coding 8 1 7 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379410 protein_coding 8 1 8 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379407 protein_coding 7 1 8 PLEKHN1 ENSG00000187583 +CDS chr1 971324 971404 ENST00000379409 protein_coding 6 2 7 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379410 protein_coding 8 1 9 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379407 protein_coding 7 1 9 PLEKHN1 ENSG00000187583 +CDS chr1 972075 972150 ENST00000379409 protein_coding 6 2 8 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379410 protein_coding 8 1 10 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379407 protein_coding 7 1 10 PLEKHN1 ENSG00000187583 +CDS chr1 972288 972424 ENST00000379409 protein_coding 6 2 9 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379410 protein_coding 8 1 11 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379407 protein_coding 7 1 11 PLEKHN1 ENSG00000187583 +CDS chr1 972861 973010 ENST00000379409 protein_coding 6 2 10 PLEKHN1 ENSG00000187583 +CDS chr1 973186 973326 ENST00000379410 protein_coding 8 1 12 PLEKHN1 ENSG00000187583 +CDS chr1 973186 973326 ENST00000379409 protein_coding 6 2 11 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379410 protein_coding 8 1 13 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379407 protein_coding 7 1 12 PLEKHN1 ENSG00000187583 +CDS chr1 973500 973640 ENST00000379409 protein_coding 6 2 12 PLEKHN1 ENSG00000187583 +transcript chr1 973512 975865 ENST00000491024 protein_coding 1 3 NA PLEKHN1 ENSG00000187583 +CDS chr1 973512 973640 ENST00000491024 protein_coding 1 3 1 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379410 protein_coding 8 1 14 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379407 protein_coding 7 1 13 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000379409 protein_coding 6 2 13 PLEKHN1 ENSG00000187583 +CDS chr1 973833 974051 ENST00000491024 protein_coding 1 3 2 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379410 protein_coding 8 1 15 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379407 protein_coding 7 1 14 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000379409 protein_coding 6 2 14 PLEKHN1 ENSG00000187583 +CDS chr1 974316 974364 ENST00000491024 protein_coding 1 3 3 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379410 protein_coding 8 1 16 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379407 protein_coding 7 1 15 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000379409 protein_coding 6 2 15 PLEKHN1 ENSG00000187583 +CDS chr1 974442 974572 ENST00000491024 protein_coding 1 3 4 PLEKHN1 ENSG00000187583 +transcript chr1 975204 982093 ENST00000341290 protein_coding 6 2 NA PERM1 ENSG00000187642 +transcript chr1 975205 981029 ENST00000433179 protein_coding 3 5 NA PERM1 ENSG00000187642 +CDS chr1 976175 976269 ENST00000341290 protein_coding 6 2 5 PERM1 ENSG00000187642 +CDS chr1 976175 976269 ENST00000433179 protein_coding 3 5 3 PERM1 ENSG00000187642 +CDS chr1 976499 976624 ENST00000341290 protein_coding 6 2 4 PERM1 ENSG00000187642 +CDS chr1 976499 976624 ENST00000433179 protein_coding 3 5 2 PERM1 ENSG00000187642 +CDS chr1 978881 980657 ENST00000341290 protein_coding 6 2 3 PERM1 ENSG00000187642 +CDS chr1 978881 981029 ENST00000433179 protein_coding 3 5 1 PERM1 ENSG00000187642 +CDS chr1 981137 981166 ENST00000341290 protein_coding 6 2 2 PERM1 ENSG00000187642 +transcript chr1 998962 1000172 ENST00000428771 protein_coding 6 2 NA HES4 ENSG00000188290 +transcript chr1 998964 1000097 ENST00000304952 protein_coding 11 1 NA HES4 ENSG00000188290 +transcript chr1 998970 999981 ENST00000484667 protein_coding 2 3 NA HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000428771 protein_coding 6 2 3 HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000304952 protein_coding 11 1 4 HES4 ENSG00000188290 +CDS chr1 999062 999432 ENST00000484667 protein_coding 2 3 3 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000428771 protein_coding 6 2 2 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000304952 protein_coding 11 1 3 HES4 ENSG00000188290 +CDS chr1 999526 999613 ENST00000484667 protein_coding 2 3 2 HES4 ENSG00000188290 +CDS chr1 999692 999973 ENST00000428771 protein_coding 6 2 1 HES4 ENSG00000188290 +CDS chr1 999692 999787 ENST00000304952 protein_coding 11 1 2 HES4 ENSG00000188290 +CDS chr1 999866 999973 ENST00000304952 protein_coding 11 1 1 HES4 ENSG00000188290 +CDS chr1 999866 999973 ENST00000484667 protein_coding 2 3 1 HES4 ENSG00000188290 +transcript chr1 1001138 1014540 ENST00000624697 protein_coding 4 3 NA ISG15 ENSG00000187608 +transcript chr1 1001145 1014435 ENST00000624652 protein_coding 1 3 NA ISG15 ENSG00000187608 +transcript chr1 1013497 1014540 ENST00000649529 protein_coding 1 NA NA ISG15 ENSG00000187608 +CDS chr1 1013574 1013576 ENST00000649529 protein_coding 1 NA 1 ISG15 ENSG00000187608 +CDS chr1 1013984 1014475 ENST00000649529 protein_coding 1 NA 2 ISG15 ENSG00000187608 +CDS chr1 1014005 1014475 ENST00000624697 protein_coding 4 3 3 ISG15 ENSG00000187608 +CDS chr1 1014005 1014435 ENST00000624652 protein_coding 1 3 3 ISG15 ENSG00000187608 +transcript chr1 1020120 1056116 ENST00000379370 protein_coding 7 1 NA AGRN ENSG00000188157 +transcript chr1 1020123 1056118 ENST00000620552 protein_coding 4 5 NA AGRN ENSG00000188157 +CDS chr1 1020173 1020373 ENST00000379370 protein_coding 7 1 1 AGRN ENSG00000188157 +CDS chr1 1022201 1022462 ENST00000379370 protein_coding 7 1 2 AGRN ENSG00000188157 +CDS chr1 1022414 1022462 ENST00000620552 protein_coding 4 5 2 AGRN ENSG00000188157 +transcript chr1 1034106 1056116 ENST00000651234 protein_coding 1 NA NA AGRN ENSG00000188157 +transcript chr1 1034106 1056116 ENST00000652369 protein_coding 1 NA NA AGRN ENSG00000188157 +CDS chr1 1034556 1034703 ENST00000651234 protein_coding 1 NA 1 AGRN ENSG00000188157 +CDS chr1 1034556 1034703 ENST00000652369 protein_coding 1 NA 1 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000379370 protein_coding 7 1 3 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000620552 protein_coding 4 5 3 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000651234 protein_coding 1 NA 2 AGRN ENSG00000188157 +CDS chr1 1035277 1035324 ENST00000652369 protein_coding 1 NA 2 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000379370 protein_coding 7 1 4 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000620552 protein_coding 4 5 4 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000651234 protein_coding 1 NA 3 AGRN ENSG00000188157 +CDS chr1 1040665 1040880 ENST00000652369 protein_coding 1 NA 3 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000379370 protein_coding 7 1 5 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000620552 protein_coding 4 5 5 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000651234 protein_coding 1 NA 4 AGRN ENSG00000188157 +CDS chr1 1041173 1041397 ENST00000652369 protein_coding 1 NA 4 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000379370 protein_coding 7 1 6 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000620552 protein_coding 4 5 6 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000651234 protein_coding 1 NA 5 AGRN ENSG00000188157 +CDS chr1 1041478 1041702 ENST00000652369 protein_coding 1 NA 5 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000379370 protein_coding 7 1 7 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000620552 protein_coding 4 5 7 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000651234 protein_coding 1 NA 6 AGRN ENSG00000188157 +CDS chr1 1041956 1042162 ENST00000652369 protein_coding 1 NA 6 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000379370 protein_coding 7 1 8 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000620552 protein_coding 4 5 8 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000651234 protein_coding 1 NA 7 AGRN ENSG00000188157 +CDS chr1 1043239 1043457 ENST00000652369 protein_coding 1 NA 7 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000379370 protein_coding 7 1 9 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000620552 protein_coding 4 5 9 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000651234 protein_coding 1 NA 8 AGRN ENSG00000188157 +CDS chr1 1043538 1043732 ENST00000652369 protein_coding 1 NA 8 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000379370 protein_coding 7 1 10 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000620552 protein_coding 4 5 10 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000651234 protein_coding 1 NA 9 AGRN ENSG00000188157 +CDS chr1 1043823 1044023 ENST00000652369 protein_coding 1 NA 9 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000379370 protein_coding 7 1 11 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000620552 protein_coding 4 5 11 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000651234 protein_coding 1 NA 10 AGRN ENSG00000188157 +CDS chr1 1044109 1044257 ENST00000652369 protein_coding 1 NA 10 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000379370 protein_coding 7 1 12 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000620552 protein_coding 4 5 12 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000651234 protein_coding 1 NA 11 AGRN ENSG00000188157 +CDS chr1 1044334 1044439 ENST00000652369 protein_coding 1 NA 11 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000379370 protein_coding 7 1 13 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000620552 protein_coding 4 5 13 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000651234 protein_coding 1 NA 12 AGRN ENSG00000188157 +CDS chr1 1045161 1045277 ENST00000652369 protein_coding 1 NA 12 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000379370 protein_coding 7 1 14 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000620552 protein_coding 4 5 14 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000651234 protein_coding 1 NA 13 AGRN ENSG00000188157 +CDS chr1 1045359 1045523 ENST00000652369 protein_coding 1 NA 13 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000379370 protein_coding 7 1 15 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000620552 protein_coding 4 5 15 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000651234 protein_coding 1 NA 14 AGRN ENSG00000188157 +CDS chr1 1045733 1045876 ENST00000652369 protein_coding 1 NA 14 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000379370 protein_coding 7 1 16 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000620552 protein_coding 4 5 16 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000651234 protein_coding 1 NA 15 AGRN ENSG00000188157 +CDS chr1 1045964 1046088 ENST00000652369 protein_coding 1 NA 15 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000379370 protein_coding 7 1 17 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000620552 protein_coding 4 5 17 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000651234 protein_coding 1 NA 16 AGRN ENSG00000188157 +CDS chr1 1046160 1046265 ENST00000652369 protein_coding 1 NA 16 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000379370 protein_coding 7 1 18 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000620552 protein_coding 4 5 18 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000651234 protein_coding 1 NA 17 AGRN ENSG00000188157 +CDS chr1 1046397 1046735 ENST00000652369 protein_coding 1 NA 17 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000379370 protein_coding 7 1 19 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000620552 protein_coding 4 5 19 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000651234 protein_coding 1 NA 18 AGRN ENSG00000188157 +CDS chr1 1046820 1046957 ENST00000652369 protein_coding 1 NA 18 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000379370 protein_coding 7 1 20 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000620552 protein_coding 4 5 20 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000651234 protein_coding 1 NA 19 AGRN ENSG00000188157 +CDS chr1 1047327 1047454 ENST00000652369 protein_coding 1 NA 19 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000379370 protein_coding 7 1 21 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000620552 protein_coding 4 5 21 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000651234 protein_coding 1 NA 20 AGRN ENSG00000188157 +CDS chr1 1047573 1047687 ENST00000652369 protein_coding 1 NA 20 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000379370 protein_coding 7 1 22 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000620552 protein_coding 4 5 22 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000651234 protein_coding 1 NA 21 AGRN ENSG00000188157 +CDS chr1 1047776 1047895 ENST00000652369 protein_coding 1 NA 21 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000379370 protein_coding 7 1 23 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000620552 protein_coding 4 5 23 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000651234 protein_coding 1 NA 22 AGRN ENSG00000188157 +CDS chr1 1048012 1048365 ENST00000652369 protein_coding 1 NA 22 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000379370 protein_coding 7 1 24 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000620552 protein_coding 4 5 24 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000651234 protein_coding 1 NA 23 AGRN ENSG00000188157 +CDS chr1 1048867 1049059 ENST00000652369 protein_coding 1 NA 23 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000379370 protein_coding 7 1 25 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000620552 protein_coding 4 5 25 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000651234 protein_coding 1 NA 24 AGRN ENSG00000188157 +CDS chr1 1049236 1049451 ENST00000652369 protein_coding 1 NA 24 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000379370 protein_coding 7 1 26 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000620552 protein_coding 4 5 26 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000651234 protein_coding 1 NA 25 AGRN ENSG00000188157 +CDS chr1 1049566 1049795 ENST00000652369 protein_coding 1 NA 25 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000379370 protein_coding 7 1 27 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000620552 protein_coding 4 5 27 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000651234 protein_coding 1 NA 26 AGRN ENSG00000188157 +CDS chr1 1049903 1050037 ENST00000652369 protein_coding 1 NA 26 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000379370 protein_coding 7 1 28 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000620552 protein_coding 4 5 28 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000651234 protein_coding 1 NA 27 AGRN ENSG00000188157 +CDS chr1 1050233 1050329 ENST00000652369 protein_coding 1 NA 27 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000379370 protein_coding 7 1 29 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000620552 protein_coding 4 5 29 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000651234 protein_coding 1 NA 28 AGRN ENSG00000188157 +CDS chr1 1050427 1050591 ENST00000652369 protein_coding 1 NA 28 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000379370 protein_coding 7 1 30 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000620552 protein_coding 4 5 30 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000651234 protein_coding 1 NA 29 AGRN ENSG00000188157 +CDS chr1 1050726 1050837 ENST00000652369 protein_coding 1 NA 29 AGRN ENSG00000188157 +CDS chr1 1051032 1051043 ENST00000620552 protein_coding 4 5 31 AGRN ENSG00000188157 +CDS chr1 1051032 1051043 ENST00000651234 protein_coding 1 NA 30 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000379370 protein_coding 7 1 31 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000620552 protein_coding 4 5 32 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000651234 protein_coding 1 NA 31 AGRN ENSG00000188157 +CDS chr1 1051253 1051369 ENST00000652369 protein_coding 1 NA 30 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000379370 protein_coding 7 1 32 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000620552 protein_coding 4 5 33 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000651234 protein_coding 1 NA 32 AGRN ENSG00000188157 +CDS chr1 1051453 1051645 ENST00000652369 protein_coding 1 NA 31 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000379370 protein_coding 7 1 33 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000620552 protein_coding 4 5 34 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000651234 protein_coding 1 NA 33 AGRN ENSG00000188157 +CDS chr1 1051728 1051815 ENST00000652369 protein_coding 1 NA 32 AGRN ENSG00000188157 +CDS chr1 1051993 1052016 ENST00000620552 protein_coding 4 5 35 AGRN ENSG00000188157 +CDS chr1 1051993 1052016 ENST00000651234 protein_coding 1 NA 34 AGRN ENSG00000188157 +CDS chr1 1053461 1053493 ENST00000620552 protein_coding 4 5 36 AGRN ENSG00000188157 +CDS chr1 1053461 1053493 ENST00000651234 protein_coding 1 NA 35 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000379370 protein_coding 7 1 34 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000620552 protein_coding 4 5 37 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000651234 protein_coding 1 NA 36 AGRN ENSG00000188157 +CDS chr1 1053753 1053977 ENST00000652369 protein_coding 1 NA 33 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000379370 protein_coding 7 1 35 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000620552 protein_coding 4 5 38 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000651234 protein_coding 1 NA 37 AGRN ENSG00000188157 +CDS chr1 1054448 1054551 ENST00000652369 protein_coding 1 NA 34 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000379370 protein_coding 7 1 36 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000620552 protein_coding 4 5 39 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000651234 protein_coding 1 NA 38 AGRN ENSG00000188157 +CDS chr1 1054824 1054978 ENST00000652369 protein_coding 1 NA 35 AGRN ENSG00000188157 +transcript chr1 1070967 1074306 ENST00000453464 protein_coding 3 2 NA RNF223 ENSG00000237330 +CDS chr1 1071820 1072566 ENST00000453464 protein_coding 3 2 2 RNF223 ENSG00000237330 +transcript chr1 1081818 1116081 ENST00000379339 protein_coding 5 2 NA C1orf159 ENSG00000131591 +transcript chr1 1081823 1116089 ENST00000421241 protein_coding 7 2 NA C1orf159 ENSG00000131591 +transcript chr1 1082235 1092174 ENST00000379320 protein_coding 5 2 NA C1orf159 ENSG00000131591 +transcript chr1 1082700 1106127 ENST00000379319 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379339 protein_coding 5 2 12 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000421241 protein_coding 7 2 10 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379320 protein_coding 5 2 8 C1orf159 ENSG00000131591 +CDS chr1 1082896 1082987 ENST00000379319 protein_coding 5 5 10 C1orf159 ENSG00000131591 +transcript chr1 1082916 1116095 ENST00000434641 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1082916 1082987 ENST00000434641 protein_coding 5 5 11 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084383 ENST00000379339 protein_coding 5 2 11 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084383 ENST00000379320 protein_coding 5 2 7 C1orf159 ENSG00000131591 +CDS chr1 1083915 1084011 ENST00000434641 protein_coding 5 5 10 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000421241 protein_coding 7 2 9 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000379319 protein_coding 5 5 9 C1orf159 ENSG00000131591 +CDS chr1 1084353 1084383 ENST00000434641 protein_coding 5 5 9 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379339 protein_coding 5 2 10 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000421241 protein_coding 7 2 8 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379320 protein_coding 5 2 6 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000379319 protein_coding 5 5 8 C1orf159 ENSG00000131591 +CDS chr1 1084481 1084506 ENST00000434641 protein_coding 5 5 8 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379339 protein_coding 5 2 9 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000421241 protein_coding 7 2 7 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379320 protein_coding 5 2 5 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000379319 protein_coding 5 5 7 C1orf159 ENSG00000131591 +CDS chr1 1085878 1086012 ENST00000434641 protein_coding 5 5 7 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379339 protein_coding 5 2 8 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000421241 protein_coding 7 2 6 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379320 protein_coding 5 2 4 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000379319 protein_coding 5 5 6 C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000434641 protein_coding 5 5 6 C1orf159 ENSG00000131591 +transcript chr1 1087139 1116356 ENST00000462097 protein_coding 5 3 NA C1orf159 ENSG00000131591 +CDS chr1 1087139 1087204 ENST00000462097 protein_coding 5 3 7 C1orf159 ENSG00000131591 +transcript chr1 1087190 1116361 ENST00000475119 protein_coding 5 3 NA C1orf159 ENSG00000131591 +CDS chr1 1087190 1087204 ENST00000475119 protein_coding 5 3 6 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379339 protein_coding 5 2 7 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000421241 protein_coding 7 2 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379320 protein_coding 5 2 3 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000379319 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000434641 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000462097 protein_coding 5 3 6 C1orf159 ENSG00000131591 +CDS chr1 1087502 1087597 ENST00000475119 protein_coding 5 3 5 C1orf159 ENSG00000131591 +transcript chr1 1087575 1092813 ENST00000442117 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1087575 1087597 ENST00000442117 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379339 protein_coding 5 2 6 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000421241 protein_coding 7 2 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379320 protein_coding 5 2 2 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000379319 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000434641 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000462097 protein_coding 5 3 5 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000475119 protein_coding 5 3 4 C1orf159 ENSG00000131591 +CDS chr1 1090353 1090428 ENST00000442117 protein_coding 5 5 4 C1orf159 ENSG00000131591 +transcript chr1 1090406 1092813 ENST00000427787 protein_coding 5 5 NA C1orf159 ENSG00000131591 +CDS chr1 1090406 1090428 ENST00000427787 protein_coding 5 5 5 C1orf159 ENSG00000131591 +CDS chr1 1090876 1090983 ENST00000379339 protein_coding 5 2 5 C1orf159 ENSG00000131591 +CDS chr1 1091278 1091374 ENST00000427787 protein_coding 5 5 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379339 protein_coding 5 2 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000421241 protein_coding 7 2 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379320 protein_coding 5 2 1 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000379319 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000434641 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000462097 protein_coding 5 3 4 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000475119 protein_coding 5 3 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000442117 protein_coding 5 5 3 C1orf159 ENSG00000131591 +CDS chr1 1091472 1091543 ENST00000427787 protein_coding 5 5 3 C1orf159 ENSG00000131591 +transcript chr1 1091500 1116089 ENST00000480643 protein_coding 1 4 NA C1orf159 ENSG00000131591 +CDS chr1 1091500 1091543 ENST00000480643 protein_coding 1 4 6 C1orf159 ENSG00000131591 +transcript chr1 1173880 1197936 ENST00000379290 protein_coding 6 1 NA TTLL10 ENSG00000162571 +transcript chr1 1173880 1197936 ENST00000379289 protein_coding 6 2 NA TTLL10 ENSG00000162571 +transcript chr1 1173898 1180174 ENST00000673999 protein_coding 1 NA NA TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000379290 protein_coding 6 1 4 TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000379289 protein_coding 6 2 4 TTLL10 ENSG00000162571 +CDS chr1 1179216 1179333 ENST00000673999 protein_coding 1 NA 4 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000379290 protein_coding 6 1 5 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000379289 protein_coding 6 2 5 TTLL10 ENSG00000162571 +CDS chr1 1179657 1179737 ENST00000673999 protein_coding 1 NA 5 TTLL10 ENSG00000162571 +transcript chr1 1179697 1185864 ENST00000379288 protein_coding 3 1 NA TTLL10 ENSG00000162571 +CDS chr1 1180034 1180340 ENST00000379290 protein_coding 6 1 6 TTLL10 ENSG00000162571 +CDS chr1 1180034 1180340 ENST00000379289 protein_coding 6 2 6 TTLL10 ENSG00000162571 +CDS chr1 1180034 1180174 ENST00000673999 protein_coding 1 NA 6 TTLL10 ENSG00000162571 +CDS chr1 1180054 1180340 ENST00000379288 protein_coding 3 1 2 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379290 protein_coding 6 1 7 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379289 protein_coding 6 2 7 TTLL10 ENSG00000162571 +CDS chr1 1180483 1180601 ENST00000379288 protein_coding 3 1 3 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379290 protein_coding 6 1 8 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379289 protein_coding 6 2 8 TTLL10 ENSG00000162571 +CDS chr1 1180731 1180860 ENST00000379288 protein_coding 3 1 4 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379290 protein_coding 6 1 9 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379289 protein_coding 6 2 9 TTLL10 ENSG00000162571 +CDS chr1 1181741 1181815 ENST00000379288 protein_coding 3 1 5 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379290 protein_coding 6 1 10 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379289 protein_coding 6 2 10 TTLL10 ENSG00000162571 +CDS chr1 1182361 1182446 ENST00000379288 protein_coding 3 1 6 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379290 protein_coding 6 1 11 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379289 protein_coding 6 2 11 TTLL10 ENSG00000162571 +CDS chr1 1182876 1183047 ENST00000379288 protein_coding 3 1 7 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379290 protein_coding 6 1 12 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379289 protein_coding 6 2 12 TTLL10 ENSG00000162571 +CDS chr1 1183920 1184091 ENST00000379288 protein_coding 3 1 8 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185109 ENST00000379290 protein_coding 6 1 13 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185109 ENST00000379289 protein_coding 6 2 13 TTLL10 ENSG00000162571 +CDS chr1 1184969 1185139 ENST00000379288 protein_coding 3 1 9 TTLL10 ENSG00000162571 +CDS chr1 1196600 1196716 ENST00000379290 protein_coding 6 1 14 TTLL10 ENSG00000162571 +CDS chr1 1196600 1196716 ENST00000379289 protein_coding 6 2 14 TTLL10 ENSG00000162571 +CDS chr1 1197093 1197186 ENST00000379290 protein_coding 6 1 15 TTLL10 ENSG00000162571 +CDS chr1 1197093 1197186 ENST00000379289 protein_coding 6 2 15 TTLL10 ENSG00000162571 +CDS chr1 1197438 1197844 ENST00000379290 protein_coding 6 1 16 TTLL10 ENSG00000162571 +CDS chr1 1197438 1197844 ENST00000379289 protein_coding 6 2 16 TTLL10 ENSG00000162571 +transcript chr1 1203508 1206571 ENST00000328596 protein_coding 10 1 NA TNFRSF18 ENSG00000186891 +transcript chr1 1203508 1206592 ENST00000379268 protein_coding 7 1 NA TNFRSF18 ENSG00000186891 +CDS chr1 1203594 1203960 ENST00000328596 protein_coding 10 1 4 TNFRSF18 ENSG00000186891 +transcript chr1 1203844 1205680 ENST00000486728 protein_coding 5 1 NA TNFRSF18 ENSG00000186891 +transcript chr1 1203844 1206571 ENST00000379265 protein_coding 5 1 NA TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000379268 protein_coding 7 1 5 TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000486728 protein_coding 5 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1203847 1203968 ENST00000379265 protein_coding 5 1 5 TNFRSF18 ENSG00000186891 +CDS chr1 1204034 1204236 ENST00000379268 protein_coding 7 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1204034 1204236 ENST00000486728 protein_coding 5 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204055 1204236 ENST00000379265 protein_coding 5 1 4 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000328596 protein_coding 10 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000379268 protein_coding 7 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000486728 protein_coding 5 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1204399 1204486 ENST00000379265 protein_coding 5 1 3 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000328596 protein_coding 10 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000379268 protein_coding 7 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205463 ENST00000486728 protein_coding 5 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1205370 1205492 ENST00000379265 protein_coding 5 1 2 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000328596 protein_coding 10 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000379268 protein_coding 7 1 1 TNFRSF18 ENSG00000186891 +CDS chr1 1206385 1206571 ENST00000379265 protein_coding 5 1 1 TNFRSF18 ENSG00000186891 +transcript chr1 1211340 1214153 ENST00000379236 protein_coding 4 1 NA TNFRSF4 ENSG00000186827 +CDS chr1 1211558 1211625 ENST00000379236 protein_coding 4 1 7 TNFRSF4 ENSG00000186827 +CDS chr1 1211704 1211832 ENST00000379236 protein_coding 4 1 6 TNFRSF4 ENSG00000186827 +CDS chr1 1211942 1212138 ENST00000379236 protein_coding 4 1 5 TNFRSF4 ENSG00000186827 +CDS chr1 1212638 1212704 ENST00000379236 protein_coding 4 1 4 TNFRSF4 ENSG00000186827 +CDS chr1 1212992 1213093 ENST00000379236 protein_coding 4 1 3 TNFRSF4 ENSG00000186827 +CDS chr1 1213663 1213785 ENST00000379236 protein_coding 4 1 2 TNFRSF4 ENSG00000186827 +CDS chr1 1213983 1214127 ENST00000379236 protein_coding 4 1 1 TNFRSF4 ENSG00000186827 +transcript chr1 1216909 1232067 ENST00000660930 protein_coding 1 NA NA SDF4 ENSG00000078808 +transcript chr1 1216931 1232001 ENST00000360001 protein_coding 12 1 NA SDF4 ENSG00000078808 +transcript chr1 1216931 1232031 ENST00000263741 protein_coding 12 1 NA SDF4 ENSG00000078808 +CDS chr1 1217515 1217688 ENST00000360001 protein_coding 12 1 7 SDF4 ENSG00000078808 +CDS chr1 1217673 1217804 ENST00000263741 protein_coding 12 1 7 SDF4 ENSG00000078808 +CDS chr1 1217673 1217804 ENST00000660930 protein_coding 1 NA 7 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000360001 protein_coding 12 1 6 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000263741 protein_coding 12 1 6 SDF4 ENSG00000078808 +CDS chr1 1218458 1218633 ENST00000660930 protein_coding 1 NA 6 SDF4 ENSG00000078808 +transcript chr1 1218523 1228596 ENST00000403997 protein_coding 2 3 NA SDF4 ENSG00000078808 +CDS chr1 1218523 1218633 ENST00000403997 protein_coding 2 3 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000360001 protein_coding 12 1 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000263741 protein_coding 12 1 5 SDF4 ENSG00000078808 +CDS chr1 1218769 1219005 ENST00000403997 protein_coding 2 3 4 SDF4 ENSG00000078808 +CDS chr1 1218769 1218927 ENST00000660930 protein_coding 1 NA 5 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000360001 protein_coding 12 1 4 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000263741 protein_coding 12 1 4 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000403997 protein_coding 2 3 3 SDF4 ENSG00000078808 +CDS chr1 1223244 1223357 ENST00000660930 protein_coding 1 NA 4 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000360001 protein_coding 12 1 3 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000263741 protein_coding 12 1 3 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000403997 protein_coding 2 3 2 SDF4 ENSG00000078808 +CDS chr1 1223832 1223968 ENST00000660930 protein_coding 1 NA 3 SDF4 ENSG00000078808 +CDS chr1 1228468 1228772 ENST00000360001 protein_coding 12 1 2 SDF4 ENSG00000078808 +CDS chr1 1228468 1228772 ENST00000263741 protein_coding 12 1 2 SDF4 ENSG00000078808 +CDS chr1 1228468 1228596 ENST00000403997 protein_coding 2 3 1 SDF4 ENSG00000078808 +CDS chr1 1228468 1228793 ENST00000660930 protein_coding 1 NA 2 SDF4 ENSG00000078808 +transcript chr1 1232237 1235041 ENST00000379198 protein_coding 5 NA NA B3GALT6 ENSG00000176022 +CDS chr1 1232279 1233265 ENST00000379198 protein_coding 5 NA 1 B3GALT6 ENSG00000176022 +transcript chr1 1242453 1246722 ENST00000330388 protein_coding 2 1 NA C1QTNF12 ENSG00000184163 +CDS chr1 1242551 1242646 ENST00000330388 protein_coding 2 1 8 C1QTNF12 ENSG00000184163 +CDS chr1 1242835 1242913 ENST00000330388 protein_coding 2 1 7 C1QTNF12 ENSG00000184163 +CDS chr1 1243062 1243152 ENST00000330388 protein_coding 2 1 6 C1QTNF12 ENSG00000184163 +CDS chr1 1243444 1243552 ENST00000330388 protein_coding 2 1 5 C1QTNF12 ENSG00000184163 +CDS chr1 1243954 1244105 ENST00000330388 protein_coding 2 1 4 C1QTNF12 ENSG00000184163 +CDS chr1 1244191 1244275 ENST00000330388 protein_coding 2 1 3 C1QTNF12 ENSG00000184163 +CDS chr1 1244381 1244497 ENST00000330388 protein_coding 2 1 2 C1QTNF12 ENSG00000184163 +CDS chr1 1246514 1246690 ENST00000330388 protein_coding 2 1 1 C1QTNF12 ENSG00000184163 +transcript chr1 1253912 1273854 ENST00000349431 protein_coding 11 1 NA UBE2J2 ENSG00000160087 +transcript chr1 1253914 1273854 ENST00000347370 protein_coding 6 3 NA UBE2J2 ENSG00000160087 +transcript chr1 1254985 1273855 ENST00000400929 protein_coding 6 3 NA UBE2J2 ENSG00000160087 +transcript chr1 1255164 1273726 ENST00000360466 protein_coding 6 2 NA UBE2J2 ENSG00000160087 +transcript chr1 1255178 1273833 ENST00000400930 protein_coding 8 5 NA UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000349431 protein_coding 11 1 7 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000400929 protein_coding 6 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000360466 protein_coding 6 2 7 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000400930 protein_coding 8 5 8 UBE2J2 ENSG00000160087 +CDS chr1 1255206 1255487 ENST00000347370 protein_coding 6 3 7 UBE2J2 ENSG00000160087 +transcript chr1 1255395 1273844 ENST00000435198 protein_coding 5 3 NA UBE2J2 ENSG00000160087 +CDS chr1 1255395 1255487 ENST00000435198 protein_coding 5 3 7 UBE2J2 ENSG00000160087 +transcript chr1 1255439 1273827 ENST00000509720 protein_coding 5 3 NA UBE2J2 ENSG00000160087 +CDS chr1 1255439 1255487 ENST00000509720 protein_coding 5 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000349431 protein_coding 11 1 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000400929 protein_coding 6 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000360466 protein_coding 6 2 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000400930 protein_coding 8 5 7 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000435198 protein_coding 5 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000509720 protein_coding 5 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1256045 1256125 ENST00000347370 protein_coding 6 3 6 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000349431 protein_coding 11 1 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000400929 protein_coding 6 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000360466 protein_coding 6 2 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000400930 protein_coding 8 5 6 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000435198 protein_coding 5 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257042 ENST00000509720 protein_coding 5 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1256992 1257130 ENST00000347370 protein_coding 6 3 5 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000349431 protein_coding 11 1 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000400929 protein_coding 6 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000360466 protein_coding 6 2 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000400930 protein_coding 8 5 5 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000435198 protein_coding 5 3 4 UBE2J2 ENSG00000160087 +CDS chr1 1257208 1257310 ENST00000347370 protein_coding 6 3 4 UBE2J2 ENSG00000160087 +transcript chr1 1257227 1273837 ENST00000422076 protein_coding 5 5 NA UBE2J2 ENSG00000160087 +CDS chr1 1257227 1257310 ENST00000422076 protein_coding 5 5 5 UBE2J2 ENSG00000160087 +transcript chr1 1257270 1273854 ENST00000502382 protein_coding 1 4 NA UBE2J2 ENSG00000160087 +CDS chr1 1257270 1257310 ENST00000502382 protein_coding 1 4 5 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000349431 protein_coding 11 1 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263361 ENST00000400929 protein_coding 6 3 2 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000360466 protein_coding 6 2 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000400930 protein_coding 8 5 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000435198 protein_coding 5 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000422076 protein_coding 5 5 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263386 ENST00000502382 protein_coding 1 4 4 UBE2J2 ENSG00000160087 +CDS chr1 1263346 1263361 ENST00000347370 protein_coding 6 3 3 UBE2J2 ENSG00000160087 +CDS chr1 1264783 1264830 ENST00000400930 protein_coding 8 5 3 UBE2J2 ENSG00000160087 +CDS chr1 1264783 1264830 ENST00000422076 protein_coding 5 5 3 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000349431 protein_coding 11 1 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000360466 protein_coding 6 2 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000400930 protein_coding 8 5 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000435198 protein_coding 5 3 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000422076 protein_coding 5 5 2 UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000502382 protein_coding 1 4 3 UBE2J2 ENSG00000160087 +transcript chr1 1267862 1273471 ENST00000488418 protein_coding 2 2 NA UBE2J2 ENSG00000160087 +CDS chr1 1267862 1267992 ENST00000488418 protein_coding 2 2 2 UBE2J2 ENSG00000160087 +transcript chr1 1280436 1292025 ENST00000379116 protein_coding 10 5 NA SCNN1D ENSG00000162572 +transcript chr1 1280588 1292024 ENST00000338555 protein_coding 6 2 NA SCNN1D ENSG00000162572 +CDS chr1 1280662 1280666 ENST00000379116 protein_coding 10 5 1 SCNN1D ENSG00000162572 +transcript chr1 1281224 1292029 ENST00000400928 protein_coding 7 5 NA SCNN1D ENSG00000162572 +CDS chr1 1281226 1281297 ENST00000379116 protein_coding 10 5 2 SCNN1D ENSG00000162572 +CDS chr1 1281411 1281610 ENST00000379116 protein_coding 10 5 3 SCNN1D ENSG00000162572 +transcript chr1 1281925 1286168 ENST00000470022 protein_coding 1 3 NA SCNN1D ENSG00000162572 +transcript chr1 1282109 1292024 ENST00000325425 protein_coding 12 1 NA SCNN1D ENSG00000162572 +CDS chr1 1282242 1282315 ENST00000379116 protein_coding 10 5 4 SCNN1D ENSG00000162572 +CDS chr1 1282259 1282319 ENST00000470022 protein_coding 1 3 2 SCNN1D ENSG00000162572 +CDS chr1 1282259 1282315 ENST00000325425 protein_coding 12 1 1 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000379116 protein_coding 10 5 5 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000470022 protein_coding 1 3 3 SCNN1D ENSG00000162572 +CDS chr1 1283978 1284090 ENST00000325425 protein_coding 12 1 2 SCNN1D ENSG00000162572 +CDS chr1 1284025 1284090 ENST00000338555 protein_coding 6 2 3 SCNN1D ENSG00000162572 +CDS chr1 1284025 1284090 ENST00000400928 protein_coding 7 5 4 SCNN1D ENSG00000162572 +CDS chr1 1285571 1285664 ENST00000379116 protein_coding 10 5 6 SCNN1D ENSG00000162572 +CDS chr1 1285571 1285664 ENST00000325425 protein_coding 12 1 3 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000379116 protein_coding 10 5 7 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000338555 protein_coding 6 2 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286168 ENST00000470022 protein_coding 1 3 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000325425 protein_coding 12 1 4 SCNN1D ENSG00000162572 +CDS chr1 1285926 1286278 ENST00000400928 protein_coding 7 5 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000379116 protein_coding 10 5 8 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000338555 protein_coding 6 2 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000325425 protein_coding 12 1 5 SCNN1D ENSG00000162572 +CDS chr1 1286768 1286975 ENST00000400928 protein_coding 7 5 6 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000379116 protein_coding 10 5 9 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000338555 protein_coding 6 2 6 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000325425 protein_coding 12 1 6 SCNN1D ENSG00000162572 +transcript chr1 1287109 1290943 ENST00000379099 protein_coding 3 5 NA SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000379099 protein_coding 3 5 1 SCNN1D ENSG00000162572 +CDS chr1 1287109 1287299 ENST00000400928 protein_coding 7 5 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000379116 protein_coding 10 5 10 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000338555 protein_coding 6 2 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000325425 protein_coding 12 1 7 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287836 ENST00000379099 protein_coding 3 5 2 SCNN1D ENSG00000162572 +CDS chr1 1287508 1287596 ENST00000400928 protein_coding 7 5 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000379116 protein_coding 10 5 11 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000338555 protein_coding 6 2 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000325425 protein_coding 12 1 8 SCNN1D ENSG00000162572 +CDS chr1 1287673 1287836 ENST00000400928 protein_coding 7 5 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000379116 protein_coding 10 5 12 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000338555 protein_coding 6 2 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000325425 protein_coding 12 1 9 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000379099 protein_coding 3 5 3 SCNN1D ENSG00000162572 +CDS chr1 1287939 1288037 ENST00000400928 protein_coding 7 5 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000379116 protein_coding 10 5 13 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000338555 protein_coding 6 2 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000325425 protein_coding 12 1 10 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000379099 protein_coding 3 5 4 SCNN1D ENSG00000162572 +CDS chr1 1290271 1290388 ENST00000400928 protein_coding 7 5 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000379116 protein_coding 10 5 14 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000338555 protein_coding 6 2 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000325425 protein_coding 12 1 11 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000379099 protein_coding 3 5 5 SCNN1D ENSG00000162572 +CDS chr1 1290477 1290555 ENST00000400928 protein_coding 7 5 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000379116 protein_coding 10 5 15 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000338555 protein_coding 6 2 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000325425 protein_coding 12 1 12 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000379099 protein_coding 3 5 6 SCNN1D ENSG00000162572 +CDS chr1 1290637 1290694 ENST00000400928 protein_coding 7 5 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000379116 protein_coding 10 5 16 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000338555 protein_coding 6 2 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000325425 protein_coding 12 1 13 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290943 ENST00000379099 protein_coding 3 5 7 SCNN1D ENSG00000162572 +CDS chr1 1290895 1290953 ENST00000400928 protein_coding 7 5 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000379116 protein_coding 10 5 17 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000338555 protein_coding 6 2 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000325425 protein_coding 12 1 14 SCNN1D ENSG00000162572 +CDS chr1 1291065 1291140 ENST00000400928 protein_coding 7 5 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000379116 protein_coding 10 5 18 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000338555 protein_coding 6 2 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000325425 protein_coding 12 1 15 SCNN1D ENSG00000162572 +CDS chr1 1291254 1291607 ENST00000400928 protein_coding 7 5 16 SCNN1D ENSG00000162572 +transcript chr1 1292391 1307930 ENST00000354700 protein_coding 10 1 NA ACAP3 ENSG00000131584 +transcript chr1 1293564 1303260 ENST00000353662 protein_coding 4 1 NA ACAP3 ENSG00000131584 +CDS chr1 1293567 1293708 ENST00000354700 protein_coding 10 1 24 ACAP3 ENSG00000131584 +CDS chr1 1293567 1293708 ENST00000353662 protein_coding 4 1 21 ACAP3 ENSG00000131584 +CDS chr1 1293823 1293933 ENST00000354700 protein_coding 10 1 23 ACAP3 ENSG00000131584 +CDS chr1 1293823 1293933 ENST00000353662 protein_coding 4 1 20 ACAP3 ENSG00000131584 +CDS chr1 1294090 1294199 ENST00000354700 protein_coding 10 1 22 ACAP3 ENSG00000131584 +CDS chr1 1294090 1294199 ENST00000353662 protein_coding 4 1 19 ACAP3 ENSG00000131584 +CDS chr1 1294402 1294628 ENST00000354700 protein_coding 10 1 21 ACAP3 ENSG00000131584 +CDS chr1 1294402 1294628 ENST00000353662 protein_coding 4 1 18 ACAP3 ENSG00000131584 +CDS chr1 1294718 1294816 ENST00000354700 protein_coding 10 1 20 ACAP3 ENSG00000131584 +CDS chr1 1295447 1295554 ENST00000354700 protein_coding 10 1 19 ACAP3 ENSG00000131584 +CDS chr1 1295447 1295554 ENST00000353662 protein_coding 4 1 17 ACAP3 ENSG00000131584 +CDS chr1 1295736 1295938 ENST00000354700 protein_coding 10 1 18 ACAP3 ENSG00000131584 +CDS chr1 1295736 1295938 ENST00000353662 protein_coding 4 1 16 ACAP3 ENSG00000131584 +CDS chr1 1296015 1296109 ENST00000354700 protein_coding 10 1 17 ACAP3 ENSG00000131584 +CDS chr1 1296015 1296109 ENST00000353662 protein_coding 4 1 15 ACAP3 ENSG00000131584 +CDS chr1 1296211 1296280 ENST00000354700 protein_coding 10 1 16 ACAP3 ENSG00000131584 +CDS chr1 1296211 1296280 ENST00000353662 protein_coding 4 1 14 ACAP3 ENSG00000131584 +CDS chr1 1296425 1296633 ENST00000354700 protein_coding 10 1 15 ACAP3 ENSG00000131584 +CDS chr1 1296425 1296633 ENST00000353662 protein_coding 4 1 13 ACAP3 ENSG00000131584 +CDS chr1 1297822 1297933 ENST00000354700 protein_coding 10 1 14 ACAP3 ENSG00000131584 +CDS chr1 1297822 1297933 ENST00000353662 protein_coding 4 1 12 ACAP3 ENSG00000131584 +CDS chr1 1298013 1298113 ENST00000354700 protein_coding 10 1 13 ACAP3 ENSG00000131584 +CDS chr1 1298013 1298113 ENST00000353662 protein_coding 4 1 11 ACAP3 ENSG00000131584 +CDS chr1 1298370 1298421 ENST00000354700 protein_coding 10 1 12 ACAP3 ENSG00000131584 +CDS chr1 1298370 1298421 ENST00000353662 protein_coding 4 1 10 ACAP3 ENSG00000131584 +CDS chr1 1298567 1298679 ENST00000354700 protein_coding 10 1 11 ACAP3 ENSG00000131584 +CDS chr1 1298567 1298679 ENST00000353662 protein_coding 4 1 9 ACAP3 ENSG00000131584 +CDS chr1 1299345 1299356 ENST00000354700 protein_coding 10 1 10 ACAP3 ENSG00000131584 +CDS chr1 1299345 1299356 ENST00000353662 protein_coding 4 1 8 ACAP3 ENSG00000131584 +CDS chr1 1299831 1299905 ENST00000354700 protein_coding 10 1 9 ACAP3 ENSG00000131584 +CDS chr1 1299831 1299905 ENST00000353662 protein_coding 4 1 7 ACAP3 ENSG00000131584 +CDS chr1 1299973 1300068 ENST00000354700 protein_coding 10 1 8 ACAP3 ENSG00000131584 +CDS chr1 1299973 1300068 ENST00000353662 protein_coding 4 1 6 ACAP3 ENSG00000131584 +CDS chr1 1300158 1300202 ENST00000354700 protein_coding 10 1 7 ACAP3 ENSG00000131584 +CDS chr1 1300158 1300202 ENST00000353662 protein_coding 4 1 5 ACAP3 ENSG00000131584 +CDS chr1 1300509 1300692 ENST00000354700 protein_coding 10 1 6 ACAP3 ENSG00000131584 +CDS chr1 1300509 1300692 ENST00000353662 protein_coding 4 1 4 ACAP3 ENSG00000131584 +CDS chr1 1301988 1302046 ENST00000354700 protein_coding 10 1 5 ACAP3 ENSG00000131584 +CDS chr1 1301988 1302046 ENST00000353662 protein_coding 4 1 3 ACAP3 ENSG00000131584 +CDS chr1 1302922 1302975 ENST00000354700 protein_coding 10 1 4 ACAP3 ENSG00000131584 +CDS chr1 1302922 1302975 ENST00000353662 protein_coding 4 1 2 ACAP3 ENSG00000131584 +CDS chr1 1303162 1303281 ENST00000354700 protein_coding 10 1 3 ACAP3 ENSG00000131584 +CDS chr1 1303162 1303260 ENST00000353662 protein_coding 4 1 1 ACAP3 ENSG00000131584 +CDS chr1 1304086 1304143 ENST00000354700 protein_coding 10 1 2 ACAP3 ENSG00000131584 +CDS chr1 1307769 1307815 ENST00000354700 protein_coding 10 1 1 ACAP3 ENSG00000131584 +transcript chr1 1308597 1311677 ENST00000379031 protein_coding 10 1 NA PUSL1 ENSG00000169972 +CDS chr1 1308644 1308720 ENST00000379031 protein_coding 10 1 1 PUSL1 ENSG00000169972 +transcript chr1 1308821 1311069 ENST00000467712 protein_coding 1 5 NA PUSL1 ENSG00000169972 +CDS chr1 1308915 1308972 ENST00000379031 protein_coding 10 1 2 PUSL1 ENSG00000169972 +CDS chr1 1309086 1309273 ENST00000379031 protein_coding 10 1 3 PUSL1 ENSG00000169972 +CDS chr1 1309454 1309603 ENST00000379031 protein_coding 10 1 4 PUSL1 ENSG00000169972 +CDS chr1 1309681 1309851 ENST00000379031 protein_coding 10 1 5 PUSL1 ENSG00000169972 +CDS chr1 1309691 1309851 ENST00000467712 protein_coding 1 5 4 PUSL1 ENSG00000169972 +CDS chr1 1310634 1310688 ENST00000379031 protein_coding 10 1 6 PUSL1 ENSG00000169972 +CDS chr1 1310634 1310688 ENST00000467712 protein_coding 1 5 5 PUSL1 ENSG00000169972 +CDS chr1 1310909 1311071 ENST00000379031 protein_coding 10 1 7 PUSL1 ENSG00000169972 +CDS chr1 1310909 1311069 ENST00000467712 protein_coding 1 5 6 PUSL1 ENSG00000169972 +CDS chr1 1311330 1311376 ENST00000379031 protein_coding 10 1 8 PUSL1 ENSG00000169972 +transcript chr1 1311585 1324687 ENST00000540437 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311585 1324687 ENST00000545578 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311585 1324687 ENST00000620829 protein_coding 4 2 NA INTS11 ENSG00000127054 +transcript chr1 1311600 1324660 ENST00000435064 protein_coding 6 1 NA INTS11 ENSG00000127054 +transcript chr1 1311601 1324673 ENST00000411962 protein_coding 5 5 NA INTS11 ENSG00000127054 +transcript chr1 1311606 1324637 ENST00000421495 protein_coding 6 2 NA INTS11 ENSG00000127054 +transcript chr1 1311606 1324653 ENST00000419704 protein_coding 5 2 NA INTS11 ENSG00000127054 +transcript chr1 1311819 1324670 ENST00000450926 protein_coding 6 5 NA INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000435064 protein_coding 6 1 17 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000411962 protein_coding 5 5 15 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000421495 protein_coding 6 2 14 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000419704 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000450926 protein_coding 6 5 17 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000540437 protein_coding 5 2 19 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000545578 protein_coding 5 2 18 INTS11 ENSG00000127054 +CDS chr1 1311862 1311924 ENST00000620829 protein_coding 4 2 15 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000435064 protein_coding 6 1 16 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000411962 protein_coding 5 5 14 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000421495 protein_coding 6 2 13 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000419704 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000450926 protein_coding 6 5 16 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000540437 protein_coding 5 2 18 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000545578 protein_coding 5 2 17 INTS11 ENSG00000127054 +CDS chr1 1312018 1312147 ENST00000620829 protein_coding 4 2 14 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000435064 protein_coding 6 1 15 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000411962 protein_coding 5 5 13 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000421495 protein_coding 6 2 12 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000419704 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000450926 protein_coding 6 5 15 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000540437 protein_coding 5 2 17 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000545578 protein_coding 5 2 16 INTS11 ENSG00000127054 +CDS chr1 1312226 1312368 ENST00000620829 protein_coding 4 2 13 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000435064 protein_coding 6 1 14 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000411962 protein_coding 5 5 12 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000421495 protein_coding 6 2 11 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000419704 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000450926 protein_coding 6 5 14 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000540437 protein_coding 5 2 16 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000545578 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1312440 1312501 ENST00000620829 protein_coding 4 2 12 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000435064 protein_coding 6 1 13 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000411962 protein_coding 5 5 11 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000421495 protein_coding 6 2 10 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000419704 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000450926 protein_coding 6 5 13 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000540437 protein_coding 5 2 15 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000545578 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312593 1312700 ENST00000620829 protein_coding 4 2 11 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000435064 protein_coding 6 1 12 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000411962 protein_coding 5 5 10 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000421495 protein_coding 6 2 9 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000419704 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000450926 protein_coding 6 5 12 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000540437 protein_coding 5 2 14 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000545578 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1312787 1312949 ENST00000620829 protein_coding 4 2 10 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000435064 protein_coding 6 1 11 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000411962 protein_coding 5 5 9 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000421495 protein_coding 6 2 8 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000419704 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000450926 protein_coding 6 5 11 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000540437 protein_coding 5 2 13 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000545578 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1313035 1313124 ENST00000620829 protein_coding 4 2 9 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000435064 protein_coding 6 1 10 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000411962 protein_coding 5 5 8 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000421495 protein_coding 6 2 7 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000419704 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000450926 protein_coding 6 5 10 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000540437 protein_coding 5 2 12 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000545578 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1313509 1313592 ENST00000620829 protein_coding 4 2 8 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000435064 protein_coding 6 1 9 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000411962 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1313732 1313914 ENST00000421495 protein_coding 6 2 6 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000419704 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000450926 protein_coding 6 5 9 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000540437 protein_coding 5 2 11 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000545578 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1313732 1313921 ENST00000620829 protein_coding 4 2 7 INTS11 ENSG00000127054 +transcript chr1 1313745 1324630 ENST00000434694 protein_coding 6 5 NA INTS11 ENSG00000127054 +CDS chr1 1313745 1313921 ENST00000434694 protein_coding 6 5 7 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000435064 protein_coding 6 1 8 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000411962 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000419704 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000450926 protein_coding 6 5 8 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000434694 protein_coding 6 5 6 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000540437 protein_coding 5 2 10 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000545578 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1314301 1314365 ENST00000620829 protein_coding 4 2 6 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000435064 protein_coding 6 1 7 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000411962 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000419704 protein_coding 5 2 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000450926 protein_coding 6 5 7 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000434694 protein_coding 6 5 5 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000540437 protein_coding 5 2 9 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000545578 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1314824 1314962 ENST00000620829 protein_coding 4 2 5 INTS11 ENSG00000127054 +transcript chr1 1314827 1324660 ENST00000526332 protein_coding 5 4 NA INTS11 ENSG00000127054 +CDS chr1 1314827 1314962 ENST00000526332 protein_coding 5 4 5 INTS11 ENSG00000127054 +transcript chr1 1314916 1324671 ENST00000527719 protein_coding 5 5 NA INTS11 ENSG00000127054 +CDS chr1 1314916 1314962 ENST00000527719 protein_coding 5 5 8 INTS11 ENSG00000127054 +transcript chr1 1314918 1324659 ENST00000530031 protein_coding 5 5 NA INTS11 ENSG00000127054 +CDS chr1 1314918 1314962 ENST00000530031 protein_coding 5 5 8 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000435064 protein_coding 6 1 6 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000411962 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000419704 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000450926 protein_coding 6 5 6 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000526332 protein_coding 5 4 4 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000527719 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000530031 protein_coding 5 5 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000540437 protein_coding 5 2 8 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000545578 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1315404 1315438 ENST00000620829 protein_coding 4 2 4 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000435064 protein_coding 6 1 5 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000411962 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000419704 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315552 ENST00000450926 protein_coding 6 5 5 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000526332 protein_coding 5 4 3 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000527719 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000530031 protein_coding 5 5 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000540437 protein_coding 5 2 7 INTS11 ENSG00000127054 +CDS chr1 1315520 1315618 ENST00000545578 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1315520 1315614 ENST00000620829 protein_coding 4 2 3 INTS11 ENSG00000127054 +transcript chr1 1318679 1324666 ENST00000429572 protein_coding 5 2 NA INTS11 ENSG00000127054 +CDS chr1 1318858 1319524 ENST00000429572 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1319072 1319524 ENST00000434694 protein_coding 6 5 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000435064 protein_coding 6 1 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000450926 protein_coding 6 5 4 INTS11 ENSG00000127054 +CDS chr1 1319296 1319352 ENST00000526332 protein_coding 5 4 2 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000527719 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000530031 protein_coding 5 5 5 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000540437 protein_coding 5 2 6 INTS11 ENSG00000127054 +CDS chr1 1319296 1319524 ENST00000545578 protein_coding 5 2 5 INTS11 ENSG00000127054 +transcript chr1 1319306 1324671 ENST00000534345 protein_coding 5 4 NA INTS11 ENSG00000127054 +CDS chr1 1319306 1319524 ENST00000534345 protein_coding 5 4 4 INTS11 ENSG00000127054 +transcript chr1 1319403 1324660 ENST00000498476 protein_coding 6 4 NA INTS11 ENSG00000127054 +CDS chr1 1319403 1319524 ENST00000498476 protein_coding 6 4 6 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000435064 protein_coding 6 1 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000450926 protein_coding 6 5 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000434694 protein_coding 6 5 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000527719 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000530031 protein_coding 5 5 4 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000429572 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000534345 protein_coding 5 4 3 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000498476 protein_coding 6 4 5 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000540437 protein_coding 5 2 5 INTS11 ENSG00000127054 +CDS chr1 1320456 1320529 ENST00000545578 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000435064 protein_coding 6 1 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000419704 protein_coding 5 2 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000450926 protein_coding 6 5 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000434694 protein_coding 6 5 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000527719 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000530031 protein_coding 5 5 3 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000429572 protein_coding 5 2 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321096 ENST00000534345 protein_coding 5 4 2 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000498476 protein_coding 6 4 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321093 ENST00000540437 protein_coding 5 2 4 INTS11 ENSG00000127054 +CDS chr1 1320996 1321034 ENST00000545578 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1321908 1321953 ENST00000527719 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1321908 1321980 ENST00000498476 protein_coding 6 4 3 INTS11 ENSG00000127054 +CDS chr1 1321908 1321953 ENST00000540437 protein_coding 5 2 3 INTS11 ENSG00000127054 +CDS chr1 1323147 1323287 ENST00000530031 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1323177 1323287 ENST00000620829 protein_coding 4 2 2 INTS11 ENSG00000127054 +CDS chr1 1323181 1323287 ENST00000411962 protein_coding 5 5 2 INTS11 ENSG00000127054 +CDS chr1 1323181 1323287 ENST00000498476 protein_coding 6 4 2 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000435064 protein_coding 6 1 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000411962 protein_coding 5 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000419704 protein_coding 5 2 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000450926 protein_coding 6 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000434694 protein_coding 6 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000530031 protein_coding 5 5 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000429572 protein_coding 5 2 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000534345 protein_coding 5 4 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000498476 protein_coding 6 4 1 INTS11 ENSG00000127054 +CDS chr1 1324581 1324608 ENST00000620829 protein_coding 4 2 1 INTS11 ENSG00000127054 +transcript chr1 1324802 1328896 ENST00000343938 protein_coding 9 2 NA CPTP ENSG00000224051 +transcript chr1 1325241 1327471 ENST00000488011 protein_coding 1 2 NA CPTP ENSG00000224051 +CDS chr1 1326911 1327032 ENST00000343938 protein_coding 9 2 2 CPTP ENSG00000224051 +CDS chr1 1326911 1327032 ENST00000488011 protein_coding 1 2 2 CPTP ENSG00000224051 +CDS chr1 1327241 1327760 ENST00000343938 protein_coding 9 2 3 CPTP ENSG00000224051 +CDS chr1 1327241 1327471 ENST00000488011 protein_coding 1 2 3 CPTP ENSG00000224051 +transcript chr1 1331280 1335314 ENST00000339381 protein_coding 6 2 NA TAS1R3 ENSG00000169962 +CDS chr1 1331346 1331536 ENST00000339381 protein_coding 6 2 1 TAS1R3 ENSG00000169962 +CDS chr1 1331638 1331938 ENST00000339381 protein_coding 6 2 2 TAS1R3 ENSG00000169962 +CDS chr1 1332024 1332806 ENST00000339381 protein_coding 6 2 3 TAS1R3 ENSG00000169962 +CDS chr1 1332921 1333124 ENST00000339381 protein_coding 6 2 4 TAS1R3 ENSG00000169962 +CDS chr1 1333259 1333379 ENST00000339381 protein_coding 6 2 5 TAS1R3 ENSG00000169962 +CDS chr1 1333506 1334461 ENST00000339381 protein_coding 6 2 6 TAS1R3 ENSG00000169962 +transcript chr1 1335276 1349112 ENST00000378891 protein_coding 9 1 NA DVL1 ENSG00000107404 +transcript chr1 1335278 1349418 ENST00000378888 protein_coding 10 5 NA DVL1 ENSG00000107404 +CDS chr1 1336145 1336515 ENST00000378891 protein_coding 9 1 15 DVL1 ENSG00000107404 +CDS chr1 1336145 1336515 ENST00000378888 protein_coding 10 5 15 DVL1 ENSG00000107404 +transcript chr1 1336412 1339422 ENST00000632445 protein_coding 1 5 NA DVL1 ENSG00000107404 +transcript chr1 1337023 1340052 ENST00000631679 protein_coding 1 5 NA DVL1 ENSG00000107404 +CDS chr1 1337048 1337055 ENST00000632445 protein_coding 1 5 5 DVL1 ENSG00000107404 +CDS chr1 1337048 1337055 ENST00000631679 protein_coding 1 5 8 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000378891 protein_coding 9 1 14 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000378888 protein_coding 10 5 14 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000632445 protein_coding 1 5 4 DVL1 ENSG00000107404 +CDS chr1 1337977 1338183 ENST00000631679 protein_coding 1 5 7 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000378891 protein_coding 9 1 13 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000378888 protein_coding 10 5 13 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000632445 protein_coding 1 5 3 DVL1 ENSG00000107404 +CDS chr1 1338269 1338436 ENST00000631679 protein_coding 1 5 6 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000378891 protein_coding 9 1 12 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000378888 protein_coding 10 5 12 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000632445 protein_coding 1 5 2 DVL1 ENSG00000107404 +CDS chr1 1338522 1338653 ENST00000631679 protein_coding 1 5 5 DVL1 ENSG00000107404 +CDS chr1 1339287 1339439 ENST00000378888 protein_coding 10 5 11 DVL1 ENSG00000107404 +CDS chr1 1339287 1339422 ENST00000632445 protein_coding 1 5 1 DVL1 ENSG00000107404 +CDS chr1 1339362 1339439 ENST00000378891 protein_coding 9 1 11 DVL1 ENSG00000107404 +CDS chr1 1339362 1339439 ENST00000631679 protein_coding 1 5 4 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000378891 protein_coding 9 1 10 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000378888 protein_coding 10 5 10 DVL1 ENSG00000107404 +CDS chr1 1339582 1339649 ENST00000631679 protein_coding 1 5 3 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000378891 protein_coding 9 1 9 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000378888 protein_coding 10 5 9 DVL1 ENSG00000107404 +CDS chr1 1339736 1339812 ENST00000631679 protein_coding 1 5 2 DVL1 ENSG00000107404 +CDS chr1 1340038 1340177 ENST00000378891 protein_coding 9 1 8 DVL1 ENSG00000107404 +CDS chr1 1340038 1340177 ENST00000378888 protein_coding 10 5 8 DVL1 ENSG00000107404 +CDS chr1 1340038 1340052 ENST00000631679 protein_coding 1 5 1 DVL1 ENSG00000107404 +CDS chr1 1340247 1340316 ENST00000378891 protein_coding 9 1 7 DVL1 ENSG00000107404 +CDS chr1 1340247 1340316 ENST00000378888 protein_coding 10 5 7 DVL1 ENSG00000107404 +CDS chr1 1340410 1340503 ENST00000378891 protein_coding 9 1 6 DVL1 ENSG00000107404 +CDS chr1 1340410 1340503 ENST00000378888 protein_coding 10 5 6 DVL1 ENSG00000107404 +CDS chr1 1341667 1341805 ENST00000378891 protein_coding 9 1 5 DVL1 ENSG00000107404 +CDS chr1 1341667 1341805 ENST00000378888 protein_coding 10 5 5 DVL1 ENSG00000107404 +CDS chr1 1342053 1342156 ENST00000378891 protein_coding 9 1 4 DVL1 ENSG00000107404 +CDS chr1 1342053 1342156 ENST00000378888 protein_coding 10 5 4 DVL1 ENSG00000107404 +CDS chr1 1342363 1342484 ENST00000378891 protein_coding 9 1 3 DVL1 ENSG00000107404 +CDS chr1 1342363 1342484 ENST00000378888 protein_coding 10 5 3 DVL1 ENSG00000107404 +CDS chr1 1342689 1342758 ENST00000378891 protein_coding 9 1 2 DVL1 ENSG00000107404 +CDS chr1 1342689 1342758 ENST00000378888 protein_coding 10 5 2 DVL1 ENSG00000107404 +CDS chr1 1348896 1349065 ENST00000378891 protein_coding 9 1 1 DVL1 ENSG00000107404 +CDS chr1 1348896 1349065 ENST00000378888 protein_coding 10 5 1 DVL1 ENSG00000107404 +transcript chr1 1352689 1358794 ENST00000342753 protein_coding 8 1 NA MXRA8 ENSG00000162576 +transcript chr1 1352691 1358555 ENST00000309212 protein_coding 11 1 NA MXRA8 ENSG00000162576 +transcript chr1 1352692 1358543 ENST00000445648 protein_coding 5 2 NA MXRA8 ENSG00000162576 +transcript chr1 1352692 1361777 ENST00000477278 protein_coding 3 5 NA MXRA8 ENSG00000162576 +CDS chr1 1353304 1353332 ENST00000445648 protein_coding 5 2 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000309212 protein_coding 11 1 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000477278 protein_coding 3 5 10 MXRA8 ENSG00000162576 +CDS chr1 1353607 1353629 ENST00000342753 protein_coding 8 1 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000309212 protein_coding 11 1 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353946 ENST00000445648 protein_coding 5 2 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000477278 protein_coding 3 5 9 MXRA8 ENSG00000162576 +CDS chr1 1353848 1353928 ENST00000342753 protein_coding 8 1 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000309212 protein_coding 11 1 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000445648 protein_coding 5 2 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000477278 protein_coding 3 5 8 MXRA8 ENSG00000162576 +CDS chr1 1354030 1354106 ENST00000342753 protein_coding 8 1 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000309212 protein_coding 11 1 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000445648 protein_coding 5 2 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000477278 protein_coding 3 5 7 MXRA8 ENSG00000162576 +CDS chr1 1354193 1354232 ENST00000342753 protein_coding 8 1 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000309212 protein_coding 11 1 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000445648 protein_coding 5 2 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000477278 protein_coding 3 5 6 MXRA8 ENSG00000162576 +CDS chr1 1354354 1354509 ENST00000342753 protein_coding 8 1 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000309212 protein_coding 11 1 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000445648 protein_coding 5 2 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000477278 protein_coding 3 5 5 MXRA8 ENSG00000162576 +CDS chr1 1354682 1355152 ENST00000342753 protein_coding 8 1 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000309212 protein_coding 11 1 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000445648 protein_coding 5 2 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000477278 protein_coding 3 5 4 MXRA8 ENSG00000162576 +CDS chr1 1355244 1355345 ENST00000342753 protein_coding 8 1 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000309212 protein_coding 11 1 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000445648 protein_coding 5 2 3 MXRA8 ENSG00000162576 +CDS chr1 1355450 1355752 ENST00000477278 protein_coding 3 5 3 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000309212 protein_coding 11 1 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000445648 protein_coding 5 2 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000477278 protein_coding 3 5 2 MXRA8 ENSG00000162576 +CDS chr1 1356681 1356704 ENST00000342753 protein_coding 8 1 2 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000309212 protein_coding 11 1 1 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000445648 protein_coding 5 2 1 MXRA8 ENSG00000162576 +CDS chr1 1358456 1358504 ENST00000342753 protein_coding 8 1 1 MXRA8 ENSG00000162576 +CDS chr1 1361242 1361263 ENST00000477278 protein_coding 3 5 1 MXRA8 ENSG00000162576 +transcript chr1 1373730 1375157 ENST00000338370 protein_coding 7 1 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373732 1375169 ENST00000321751 protein_coding 9 2 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373736 1375207 ENST00000338338 protein_coding 10 1 NA AURKAIP1 ENSG00000175756 +transcript chr1 1373737 1375173 ENST00000378853 protein_coding 3 2 NA AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000338370 protein_coding 7 1 3 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000338338 protein_coding 10 1 4 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000321751 protein_coding 9 2 4 AURKAIP1 ENSG00000175756 +CDS chr1 1373804 1373902 ENST00000378853 protein_coding 3 2 4 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000338370 protein_coding 7 1 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000338338 protein_coding 10 1 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000321751 protein_coding 9 2 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374000 1374445 ENST00000378853 protein_coding 3 2 3 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000338370 protein_coding 7 1 1 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000338338 protein_coding 10 1 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000321751 protein_coding 9 2 2 AURKAIP1 ENSG00000175756 +CDS chr1 1374705 1374756 ENST00000378853 protein_coding 3 2 2 AURKAIP1 ENSG00000175756 +transcript chr1 1385711 1399335 ENST00000400809 protein_coding 8 1 NA CCNL2 ENSG00000221978 +CDS chr1 1387234 1387582 ENST00000400809 protein_coding 8 1 11 CCNL2 ENSG00000221978 +CDS chr1 1387777 1387869 ENST00000400809 protein_coding 8 1 10 CCNL2 ENSG00000221978 +CDS chr1 1387954 1388065 ENST00000400809 protein_coding 8 1 9 CCNL2 ENSG00000221978 +CDS chr1 1390230 1390371 ENST00000400809 protein_coding 8 1 8 CCNL2 ENSG00000221978 +CDS chr1 1390459 1390563 ENST00000400809 protein_coding 8 1 7 CCNL2 ENSG00000221978 +CDS chr1 1390766 1390865 ENST00000400809 protein_coding 8 1 6 CCNL2 ENSG00000221978 +transcript chr1 1392288 1399317 ENST00000408918 protein_coding 8 1 NA CCNL2 ENSG00000221978 +CDS chr1 1392785 1392803 ENST00000408918 protein_coding 8 1 6 CCNL2 ENSG00000221978 +CDS chr1 1393396 1393460 ENST00000400809 protein_coding 8 1 5 CCNL2 ENSG00000221978 +CDS chr1 1393396 1393460 ENST00000408918 protein_coding 8 1 5 CCNL2 ENSG00000221978 +CDS chr1 1395394 1395514 ENST00000400809 protein_coding 8 1 4 CCNL2 ENSG00000221978 +CDS chr1 1395394 1395514 ENST00000408918 protein_coding 8 1 4 CCNL2 ENSG00000221978 +transcript chr1 1395437 1398956 ENST00000497013 protein_coding 1 2 NA CCNL2 ENSG00000221978 +CDS chr1 1395437 1395514 ENST00000497013 protein_coding 1 2 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000400809 protein_coding 8 1 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000408918 protein_coding 8 1 3 CCNL2 ENSG00000221978 +CDS chr1 1398233 1398342 ENST00000497013 protein_coding 1 2 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398671 ENST00000400809 protein_coding 8 1 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398671 ENST00000408918 protein_coding 8 1 2 CCNL2 ENSG00000221978 +CDS chr1 1398597 1398665 ENST00000497013 protein_coding 1 2 1 CCNL2 ENSG00000221978 +CDS chr1 1399019 1399306 ENST00000400809 protein_coding 8 1 1 CCNL2 ENSG00000221978 +CDS chr1 1399019 1399306 ENST00000408918 protein_coding 8 1 1 CCNL2 ENSG00000221978 +transcript chr1 1401909 1407293 ENST00000344843 protein_coding 12 1 NA MRPL20 ENSG00000242485 +CDS chr1 1402086 1402256 ENST00000344843 protein_coding 12 1 4 MRPL20 ENSG00000242485 +transcript chr1 1402182 1406998 ENST00000492508 protein_coding 1 2 NA MRPL20 ENSG00000242485 +CDS chr1 1402572 1402601 ENST00000492508 protein_coding 1 2 3 MRPL20 ENSG00000242485 +transcript chr1 1405109 1407290 ENST00000482352 protein_coding 1 2 NA MRPL20 ENSG00000242485 +CDS chr1 1405620 1405886 ENST00000482352 protein_coding 1 2 3 MRPL20 ENSG00000242485 +CDS chr1 1405809 1405886 ENST00000344843 protein_coding 12 1 3 MRPL20 ENSG00000242485 +CDS chr1 1405809 1405886 ENST00000492508 protein_coding 1 2 2 MRPL20 ENSG00000242485 +CDS chr1 1406909 1407019 ENST00000344843 protein_coding 12 1 2 MRPL20 ENSG00000242485 +CDS chr1 1406909 1406998 ENST00000492508 protein_coding 1 2 1 MRPL20 ENSG00000242485 +CDS chr1 1406909 1407019 ENST00000482352 protein_coding 1 2 2 MRPL20 ENSG00000242485 +CDS chr1 1407131 1407217 ENST00000344843 protein_coding 12 1 1 MRPL20 ENSG00000242485 +CDS chr1 1407131 1407217 ENST00000482352 protein_coding 1 2 1 MRPL20 ENSG00000242485 +transcript chr1 1418420 1421444 ENST00000520296 protein_coding 5 1 NA ANKRD65 ENSG00000235098 +transcript chr1 1418420 1421769 ENST00000427211 protein_coding 3 1 NA ANKRD65 ENSG00000235098 +transcript chr1 1418420 1421276 ENST00000537107 protein_coding 6 5 NA ANKRD65 ENSG00000235098 +transcript chr1 1418880 1421091 ENST00000454272 protein_coding 2 5 NA ANKRD65 ENSG00000235098 +CDS chr1 1419103 1419549 ENST00000537107 protein_coding 6 5 4 ANKRD65 ENSG00000235098 +CDS chr1 1419103 1419549 ENST00000454272 protein_coding 2 5 3 ANKRD65 ENSG00000235098 +transcript chr1 1419138 1421260 ENST00000442470 protein_coding 1 2 NA ANKRD65 ENSG00000235098 +CDS chr1 1419237 1419549 ENST00000427211 protein_coding 3 1 3 ANKRD65 ENSG00000235098 +CDS chr1 1419237 1419549 ENST00000442470 protein_coding 1 2 2 ANKRD65 ENSG00000235098 +CDS chr1 1419545 1419549 ENST00000520296 protein_coding 5 1 3 ANKRD65 ENSG00000235098 +CDS chr1 1420052 1420592 ENST00000537107 protein_coding 6 5 3 ANKRD65 ENSG00000235098 +CDS chr1 1420052 1420592 ENST00000454272 protein_coding 2 5 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000427211 protein_coding 3 1 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000537107 protein_coding 6 5 2 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000454272 protein_coding 2 5 1 ANKRD65 ENSG00000235098 +CDS chr1 1420797 1421005 ENST00000442470 protein_coding 1 2 1 ANKRD65 ENSG00000235098 +CDS chr1 1420816 1421005 ENST00000520296 protein_coding 5 1 2 ANKRD65 ENSG00000235098 +transcript chr1 1425871 1430255 ENST00000378821 protein_coding 4 2 NA TMEM88B ENSG00000205116 +CDS chr1 1426128 1426385 ENST00000378821 protein_coding 4 2 1 TMEM88B ENSG00000205116 +CDS chr1 1427554 1427784 ENST00000378821 protein_coding 4 2 2 TMEM88B ENSG00000205116 +transcript chr1 1434861 1437459 ENST00000495558 protein_coding 1 2 NA VWA1 ENSG00000179403 +transcript chr1 1435523 1440765 ENST00000338660 protein_coding 5 2 NA VWA1 ENSG00000179403 +transcript chr1 1435690 1442882 ENST00000476993 protein_coding 2 1 NA VWA1 ENSG00000179403 +transcript chr1 1435735 1437177 ENST00000471398 protein_coding 1 3 NA VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000338660 protein_coding 5 2 1 VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000476993 protein_coding 2 1 1 VWA1 ENSG00000179403 +CDS chr1 1435749 1435821 ENST00000471398 protein_coding 1 3 1 VWA1 ENSG00000179403 +CDS chr1 1436807 1437177 ENST00000471398 protein_coding 1 3 2 VWA1 ENSG00000179403 +CDS chr1 1436927 1437484 ENST00000476993 protein_coding 2 1 2 VWA1 ENSG00000179403 +CDS chr1 1436959 1437459 ENST00000495558 protein_coding 1 2 2 VWA1 ENSG00000179403 +CDS chr1 1437322 1437440 ENST00000338660 protein_coding 5 2 2 VWA1 ENSG00000179403 +CDS chr1 1439081 1439784 ENST00000476993 protein_coding 2 1 3 VWA1 ENSG00000179403 +transcript chr1 1449689 1470163 ENST00000378785 protein_coding 7 2 NA ATAD3C ENSG00000215915 +transcript chr1 1449914 1455902 ENST00000475091 protein_coding 2 5 NA ATAD3C ENSG00000215915 +CDS chr1 1450684 1450758 ENST00000378785 protein_coding 7 2 1 ATAD3C ENSG00000215915 +CDS chr1 1450684 1450758 ENST00000475091 protein_coding 2 5 2 ATAD3C ENSG00000215915 +CDS chr1 1452046 1452122 ENST00000378785 protein_coding 7 2 2 ATAD3C ENSG00000215915 +CDS chr1 1452046 1452122 ENST00000475091 protein_coding 2 5 3 ATAD3C ENSG00000215915 +CDS chr1 1452365 1452434 ENST00000378785 protein_coding 7 2 3 ATAD3C ENSG00000215915 +CDS chr1 1452365 1452434 ENST00000475091 protein_coding 2 5 4 ATAD3C ENSG00000215915 +CDS chr1 1454345 1454500 ENST00000378785 protein_coding 7 2 4 ATAD3C ENSG00000215915 +CDS chr1 1455460 1455519 ENST00000378785 protein_coding 7 2 5 ATAD3C ENSG00000215915 +CDS chr1 1455460 1455519 ENST00000475091 protein_coding 2 5 5 ATAD3C ENSG00000215915 +CDS chr1 1455791 1455916 ENST00000378785 protein_coding 7 2 6 ATAD3C ENSG00000215915 +CDS chr1 1455791 1455902 ENST00000475091 protein_coding 2 5 6 ATAD3C ENSG00000215915 +CDS chr1 1456225 1456349 ENST00000378785 protein_coding 7 2 7 ATAD3C ENSG00000215915 +CDS chr1 1457129 1457180 ENST00000378785 protein_coding 7 2 8 ATAD3C ENSG00000215915 +CDS chr1 1459161 1459231 ENST00000378785 protein_coding 7 2 9 ATAD3C ENSG00000215915 +CDS chr1 1460750 1460917 ENST00000378785 protein_coding 7 2 10 ATAD3C ENSG00000215915 +CDS chr1 1462600 1462708 ENST00000378785 protein_coding 7 2 11 ATAD3C ENSG00000215915 +CDS chr1 1468384 1468527 ENST00000378785 protein_coding 7 2 12 ATAD3C ENSG00000215915 +transcript chr1 1471765 1497848 ENST00000673477 protein_coding 1 NA NA ATAD3B ENSG00000160072 +transcript chr1 1471784 1496201 ENST00000308647 protein_coding 8 1 NA ATAD3B ENSG00000160072 +CDS chr1 1471885 1472089 ENST00000673477 protein_coding 1 NA 1 ATAD3B ENSG00000160072 +CDS chr1 1471885 1472089 ENST00000308647 protein_coding 8 1 1 ATAD3B ENSG00000160072 +CDS chr1 1477274 1477350 ENST00000673477 protein_coding 1 NA 2 ATAD3B ENSG00000160072 +CDS chr1 1477274 1477350 ENST00000308647 protein_coding 8 1 2 ATAD3B ENSG00000160072 +CDS chr1 1478644 1478745 ENST00000673477 protein_coding 1 NA 3 ATAD3B ENSG00000160072 +CDS chr1 1479049 1479108 ENST00000673477 protein_coding 1 NA 4 ATAD3B ENSG00000160072 +CDS chr1 1480867 1480936 ENST00000673477 protein_coding 1 NA 5 ATAD3B ENSG00000160072 +CDS chr1 1480867 1480908 ENST00000308647 protein_coding 8 1 3 ATAD3B ENSG00000160072 +CDS chr1 1482138 1482303 ENST00000673477 protein_coding 1 NA 6 ATAD3B ENSG00000160072 +CDS chr1 1482266 1482303 ENST00000308647 protein_coding 8 1 4 ATAD3B ENSG00000160072 +CDS chr1 1482545 1482614 ENST00000673477 protein_coding 1 NA 7 ATAD3B ENSG00000160072 +CDS chr1 1482545 1482614 ENST00000308647 protein_coding 8 1 5 ATAD3B ENSG00000160072 +CDS chr1 1485016 1485171 ENST00000673477 protein_coding 1 NA 8 ATAD3B ENSG00000160072 +CDS chr1 1485016 1485171 ENST00000308647 protein_coding 8 1 6 ATAD3B ENSG00000160072 +CDS chr1 1485782 1485838 ENST00000673477 protein_coding 1 NA 9 ATAD3B ENSG00000160072 +CDS chr1 1485782 1485838 ENST00000308647 protein_coding 8 1 7 ATAD3B ENSG00000160072 +CDS chr1 1486110 1486235 ENST00000673477 protein_coding 1 NA 10 ATAD3B ENSG00000160072 +CDS chr1 1486110 1486235 ENST00000308647 protein_coding 8 1 8 ATAD3B ENSG00000160072 +CDS chr1 1486544 1486668 ENST00000673477 protein_coding 1 NA 11 ATAD3B ENSG00000160072 +CDS chr1 1486544 1486666 ENST00000308647 protein_coding 8 1 9 ATAD3B ENSG00000160072 +CDS chr1 1487863 1487914 ENST00000673477 protein_coding 1 NA 12 ATAD3B ENSG00000160072 +CDS chr1 1489204 1489274 ENST00000673477 protein_coding 1 NA 13 ATAD3B ENSG00000160072 +CDS chr1 1490257 1490424 ENST00000673477 protein_coding 1 NA 14 ATAD3B ENSG00000160072 +CDS chr1 1490563 1490671 ENST00000673477 protein_coding 1 NA 15 ATAD3B ENSG00000160072 +CDS chr1 1495485 1495814 ENST00000673477 protein_coding 1 NA 16 ATAD3B ENSG00000160072 +transcript chr1 1512162 1534685 ENST00000378756 protein_coding 8 1 NA ATAD3A ENSG00000197785 +transcript chr1 1512175 1534685 ENST00000378755 protein_coding 9 2 NA ATAD3A ENSG00000197785 +CDS chr1 1512269 1512473 ENST00000378756 protein_coding 8 1 1 ATAD3A ENSG00000197785 +CDS chr1 1512269 1512473 ENST00000378755 protein_coding 9 2 1 ATAD3A ENSG00000197785 +transcript chr1 1512530 1534685 ENST00000536055 protein_coding 6 2 NA ATAD3A ENSG00000197785 +CDS chr1 1516012 1516088 ENST00000378756 protein_coding 8 1 2 ATAD3A ENSG00000197785 +CDS chr1 1516012 1516088 ENST00000378755 protein_coding 9 2 2 ATAD3A ENSG00000197785 +CDS chr1 1516044 1516088 ENST00000536055 protein_coding 6 2 2 ATAD3A ENSG00000197785 +CDS chr1 1517167 1517412 ENST00000378755 protein_coding 9 2 3 ATAD3A ENSG00000197785 +CDS chr1 1517311 1517412 ENST00000378756 protein_coding 8 1 3 ATAD3A ENSG00000197785 +CDS chr1 1517311 1517412 ENST00000536055 protein_coding 6 2 3 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000378756 protein_coding 8 1 4 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000378755 protein_coding 9 2 4 ATAD3A ENSG00000197785 +CDS chr1 1517716 1517775 ENST00000536055 protein_coding 6 2 4 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000378756 protein_coding 8 1 5 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000378755 protein_coding 9 2 5 ATAD3A ENSG00000197785 +CDS chr1 1518921 1518990 ENST00000536055 protein_coding 6 2 5 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000378756 protein_coding 8 1 6 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000378755 protein_coding 9 2 6 ATAD3A ENSG00000197785 +CDS chr1 1520141 1520306 ENST00000536055 protein_coding 6 2 6 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000378756 protein_coding 8 1 7 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000378755 protein_coding 9 2 7 ATAD3A ENSG00000197785 +CDS chr1 1520548 1520617 ENST00000536055 protein_coding 6 2 7 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000378756 protein_coding 8 1 8 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000378755 protein_coding 9 2 8 ATAD3A ENSG00000197785 +CDS chr1 1522744 1522899 ENST00000536055 protein_coding 6 2 8 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000378756 protein_coding 8 1 9 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000378755 protein_coding 9 2 9 ATAD3A ENSG00000197785 +CDS chr1 1523511 1523567 ENST00000536055 protein_coding 6 2 9 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000378756 protein_coding 8 1 10 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000378755 protein_coding 9 2 10 ATAD3A ENSG00000197785 +CDS chr1 1523839 1523964 ENST00000536055 protein_coding 6 2 10 ATAD3A ENSG00000197785 +transcript chr1 1523955 1534142 ENST00000400830 protein_coding 4 5 NA ATAD3A ENSG00000197785 +CDS chr1 1523955 1523964 ENST00000400830 protein_coding 4 5 1 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000378756 protein_coding 8 1 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000378755 protein_coding 9 2 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000536055 protein_coding 6 2 11 ATAD3A ENSG00000197785 +CDS chr1 1524273 1524397 ENST00000400830 protein_coding 4 5 2 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000378756 protein_coding 8 1 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000378755 protein_coding 9 2 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000536055 protein_coding 6 2 12 ATAD3A ENSG00000197785 +CDS chr1 1525240 1525291 ENST00000400830 protein_coding 4 5 3 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000378756 protein_coding 8 1 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000378755 protein_coding 9 2 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000536055 protein_coding 6 2 13 ATAD3A ENSG00000197785 +CDS chr1 1526461 1526531 ENST00000400830 protein_coding 4 5 4 ATAD3A ENSG00000197785 +CDS chr1 1527161 1527238 ENST00000400830 protein_coding 4 5 5 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000378756 protein_coding 8 1 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000378755 protein_coding 9 2 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000536055 protein_coding 6 2 14 ATAD3A ENSG00000197785 +CDS chr1 1527695 1527862 ENST00000400830 protein_coding 4 5 6 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000378756 protein_coding 8 1 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000378755 protein_coding 9 2 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000536055 protein_coding 6 2 15 ATAD3A ENSG00000197785 +CDS chr1 1529223 1529331 ENST00000400830 protein_coding 4 5 7 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000378756 protein_coding 8 1 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000378755 protein_coding 9 2 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000536055 protein_coding 6 2 16 ATAD3A ENSG00000197785 +CDS chr1 1533926 1534069 ENST00000400830 protein_coding 4 5 8 ATAD3A ENSG00000197785 +transcript chr1 1534778 1540624 ENST00000378733 protein_coding 9 2 NA TMEM240 ENSG00000205090 +transcript chr1 1535207 1540453 ENST00000425828 protein_coding 1 2 NA TMEM240 ENSG00000205090 +CDS chr1 1535362 1535507 ENST00000378733 protein_coding 9 2 4 TMEM240 ENSG00000205090 +CDS chr1 1535362 1535507 ENST00000425828 protein_coding 1 2 5 TMEM240 ENSG00000205090 +CDS chr1 1535589 1535797 ENST00000378733 protein_coding 9 2 3 TMEM240 ENSG00000205090 +CDS chr1 1535589 1535797 ENST00000425828 protein_coding 1 2 4 TMEM240 ENSG00000205090 +transcript chr1 1539056 1540350 ENST00000624426 protein_coding 1 3 NA TMEM240 ENSG00000205090 +CDS chr1 1539683 1539790 ENST00000624426 protein_coding 1 3 2 TMEM240 ENSG00000205090 +CDS chr1 1539684 1539790 ENST00000378733 protein_coding 9 2 2 TMEM240 ENSG00000205090 +CDS chr1 1539684 1539790 ENST00000425828 protein_coding 1 2 3 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000378733 protein_coding 9 2 1 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000425828 protein_coding 1 2 2 TMEM240 ENSG00000205090 +CDS chr1 1540290 1540346 ENST00000624426 protein_coding 1 3 1 TMEM240 ENSG00000205090 +transcript chr1 1541673 1574863 ENST00000291386 protein_coding 4 1 NA SSU72 ENSG00000160075 +CDS chr1 1542069 1542167 ENST00000291386 protein_coding 4 1 5 SSU72 ENSG00000160075 +CDS chr1 1543869 1543987 ENST00000291386 protein_coding 4 1 4 SSU72 ENSG00000160075 +CDS chr1 1544863 1545002 ENST00000291386 protein_coding 4 1 3 SSU72 ENSG00000160075 +transcript chr1 1560848 1574584 ENST00000359060 protein_coding 5 2 NA SSU72 ENSG00000160075 +CDS chr1 1564538 1564916 ENST00000359060 protein_coding 5 2 2 SSU72 ENSG00000160075 +CDS chr1 1564773 1564916 ENST00000291386 protein_coding 4 1 2 SSU72 ENSG00000160075 +CDS chr1 1574478 1574557 ENST00000291386 protein_coding 4 1 1 SSU72 ENSG00000160075 +CDS chr1 1574478 1574557 ENST00000359060 protein_coding 5 2 1 SSU72 ENSG00000160075 +transcript chr1 1598012 1600135 ENST00000422725 protein_coding 4 NA NA FNDC10 ENSG00000228594 +CDS chr1 1599338 1600015 ENST00000422725 protein_coding 4 NA 1 FNDC10 ENSG00000228594 +transcript chr1 1615500 1630605 ENST00000355826 protein_coding 10 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000505820 protein_coding 7 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000518681 protein_coding 6 1 NA MIB2 ENSG00000197530 +transcript chr1 1615500 1630605 ENST00000520777 protein_coding 6 1 NA MIB2 ENSG00000197530 +transcript chr1 1615905 1630604 ENST00000378712 protein_coding 5 2 NA MIB2 ENSG00000197530 +transcript chr1 1616274 1624901 ENST00000510793 protein_coding 5 5 NA MIB2 ENSG00000197530 +transcript chr1 1616310 1630604 ENST00000504599 protein_coding 6 2 NA MIB2 ENSG00000197530 +transcript chr1 1617408 1624821 ENST00000503789 protein_coding 5 5 NA MIB2 ENSG00000197530 +transcript chr1 1617560 1630604 ENST00000378708 protein_coding 5 5 NA MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000355826 protein_coding 10 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000505820 protein_coding 7 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000518681 protein_coding 6 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000520777 protein_coding 6 1 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000378712 protein_coding 5 2 3 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000510793 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000504599 protein_coding 6 2 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000503789 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623453 1623699 ENST00000378708 protein_coding 5 5 2 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000355826 protein_coding 10 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000505820 protein_coding 7 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000518681 protein_coding 6 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000520777 protein_coding 6 1 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000378712 protein_coding 5 2 4 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000510793 protein_coding 5 5 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000504599 protein_coding 6 2 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000503789 protein_coding 5 5 3 MIB2 ENSG00000197530 +CDS chr1 1623774 1623945 ENST00000378708 protein_coding 5 5 3 MIB2 ENSG00000197530 +transcript chr1 1623802 1630604 ENST00000514234 protein_coding 5 2 NA MIB2 ENSG00000197530 +CDS chr1 1623802 1623945 ENST00000514234 protein_coding 5 2 1 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000355826 protein_coding 10 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000505820 protein_coding 7 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000518681 protein_coding 6 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000520777 protein_coding 6 1 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000378712 protein_coding 5 2 5 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000510793 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000504599 protein_coding 6 2 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624821 ENST00000503789 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000378708 protein_coding 5 5 4 MIB2 ENSG00000197530 +CDS chr1 1624795 1624901 ENST00000514234 protein_coding 5 2 2 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000355826 protein_coding 10 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000505820 protein_coding 7 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000520777 protein_coding 6 1 6 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000504599 protein_coding 6 2 5 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000378708 protein_coding 5 5 5 MIB2 ENSG00000197530 +CDS chr1 1624991 1625185 ENST00000514234 protein_coding 5 2 3 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000355826 protein_coding 10 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000505820 protein_coding 7 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000518681 protein_coding 6 1 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000520777 protein_coding 6 1 7 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000378712 protein_coding 5 2 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000504599 protein_coding 6 2 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000378708 protein_coding 5 5 6 MIB2 ENSG00000197530 +CDS chr1 1625286 1625428 ENST00000514234 protein_coding 5 2 4 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000355826 protein_coding 10 1 8 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000505820 protein_coding 7 1 8 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000518681 protein_coding 6 1 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000378712 protein_coding 5 2 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000504599 protein_coding 6 2 7 MIB2 ENSG00000197530 +CDS chr1 1625546 1625653 ENST00000514234 protein_coding 5 2 5 MIB2 ENSG00000197530 +CDS chr1 1625558 1625653 ENST00000520777 protein_coding 6 1 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000355826 protein_coding 10 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000505820 protein_coding 7 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000518681 protein_coding 6 1 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000520777 protein_coding 6 1 9 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000378712 protein_coding 5 2 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000504599 protein_coding 6 2 8 MIB2 ENSG00000197530 +CDS chr1 1626650 1626754 ENST00000378708 protein_coding 5 5 7 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000355826 protein_coding 10 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000505820 protein_coding 7 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000518681 protein_coding 6 1 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000520777 protein_coding 6 1 10 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000378712 protein_coding 5 2 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000504599 protein_coding 6 2 9 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000378708 protein_coding 5 5 8 MIB2 ENSG00000197530 +CDS chr1 1626837 1626999 ENST00000514234 protein_coding 5 2 6 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000355826 protein_coding 10 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000505820 protein_coding 7 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000518681 protein_coding 6 1 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000520777 protein_coding 6 1 11 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000378712 protein_coding 5 2 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000504599 protein_coding 6 2 10 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000378708 protein_coding 5 5 9 MIB2 ENSG00000197530 +CDS chr1 1627074 1627207 ENST00000514234 protein_coding 5 2 7 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000355826 protein_coding 10 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000505820 protein_coding 7 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000518681 protein_coding 6 1 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000520777 protein_coding 6 1 12 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000378712 protein_coding 5 2 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000504599 protein_coding 6 2 11 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000378708 protein_coding 5 5 10 MIB2 ENSG00000197530 +CDS chr1 1627296 1627444 ENST00000514234 protein_coding 5 2 8 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000355826 protein_coding 10 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000505820 protein_coding 7 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000518681 protein_coding 6 1 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000520777 protein_coding 6 1 13 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000378712 protein_coding 5 2 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000504599 protein_coding 6 2 12 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000378708 protein_coding 5 5 11 MIB2 ENSG00000197530 +CDS chr1 1627673 1627829 ENST00000514234 protein_coding 5 2 9 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000355826 protein_coding 10 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000505820 protein_coding 7 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000518681 protein_coding 6 1 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000520777 protein_coding 6 1 14 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000378712 protein_coding 5 2 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000504599 protein_coding 6 2 13 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000378708 protein_coding 5 5 12 MIB2 ENSG00000197530 +CDS chr1 1628019 1628179 ENST00000514234 protein_coding 5 2 10 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000355826 protein_coding 10 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000505820 protein_coding 7 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000518681 protein_coding 6 1 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000520777 protein_coding 6 1 15 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000378712 protein_coding 5 2 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000504599 protein_coding 6 2 14 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000378708 protein_coding 5 5 13 MIB2 ENSG00000197530 +CDS chr1 1628273 1628399 ENST00000514234 protein_coding 5 2 11 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000355826 protein_coding 10 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000505820 protein_coding 7 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000518681 protein_coding 6 1 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000520777 protein_coding 6 1 16 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000378712 protein_coding 5 2 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000504599 protein_coding 6 2 15 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000378708 protein_coding 5 5 14 MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000514234 protein_coding 5 2 12 MIB2 ENSG00000197530 +transcript chr1 1628489 1630589 ENST00000483015 protein_coding 1 3 NA MIB2 ENSG00000197530 +CDS chr1 1628489 1628722 ENST00000483015 protein_coding 1 3 1 MIB2 ENSG00000197530 +CDS chr1 1629034 1629311 ENST00000483015 protein_coding 1 3 2 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000355826 protein_coding 10 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000505820 protein_coding 7 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000518681 protein_coding 6 1 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000520777 protein_coding 6 1 17 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000378712 protein_coding 5 2 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000504599 protein_coding 6 2 16 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000378708 protein_coding 5 5 15 MIB2 ENSG00000197530 +CDS chr1 1629133 1629311 ENST00000514234 protein_coding 5 2 13 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000355826 protein_coding 10 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000505820 protein_coding 7 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000518681 protein_coding 6 1 17 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000520777 protein_coding 6 1 18 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000504599 protein_coding 6 2 17 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000378708 protein_coding 5 5 16 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000514234 protein_coding 5 2 14 MIB2 ENSG00000197530 +CDS chr1 1629385 1629566 ENST00000483015 protein_coding 1 3 3 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000355826 protein_coding 10 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000505820 protein_coding 7 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000518681 protein_coding 6 1 18 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000520777 protein_coding 6 1 19 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000378712 protein_coding 5 2 17 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000504599 protein_coding 6 2 18 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000378708 protein_coding 5 5 17 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000514234 protein_coding 5 2 15 MIB2 ENSG00000197530 +CDS chr1 1629639 1629704 ENST00000483015 protein_coding 1 3 4 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000355826 protein_coding 10 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000505820 protein_coding 7 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000518681 protein_coding 6 1 19 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000520777 protein_coding 6 1 20 MIB2 ENSG00000197530 +CDS chr1 1630292 1630298 ENST00000378712 protein_coding 5 2 18 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000504599 protein_coding 6 2 19 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000378708 protein_coding 5 5 18 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000514234 protein_coding 5 2 16 MIB2 ENSG00000197530 +CDS chr1 1630292 1630527 ENST00000483015 protein_coding 1 3 5 MIB2 ENSG00000197530 +transcript chr1 1632163 1633120 ENST00000472264 protein_coding 1 3 NA MMP23B ENSG00000189409 +transcript chr1 1632173 1634654 ENST00000356026 protein_coding 10 1 NA MMP23B ENSG00000189409 +transcript chr1 1632179 1634654 ENST00000378675 protein_coding 7 1 NA MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000472264 protein_coding 1 3 1 MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000356026 protein_coding 10 1 1 MMP23B ENSG00000189409 +CDS chr1 1632219 1632374 ENST00000378675 protein_coding 7 1 1 MMP23B ENSG00000189409 +CDS chr1 1632710 1632913 ENST00000472264 protein_coding 1 3 2 MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000356026 protein_coding 10 1 2 MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000378675 protein_coding 7 1 2 MMP23B ENSG00000189409 +transcript chr1 1632783 1634651 ENST00000479814 protein_coding 5 5 NA MMP23B ENSG00000189409 +CDS chr1 1632783 1632913 ENST00000479814 protein_coding 5 5 1 MMP23B ENSG00000189409 +CDS chr1 1632981 1633120 ENST00000472264 protein_coding 1 3 3 MMP23B ENSG00000189409 +CDS chr1 1632981 1633120 ENST00000356026 protein_coding 10 1 3 MMP23B ENSG00000189409 +CDS chr1 1632981 1633355 ENST00000378675 protein_coding 7 1 3 MMP23B ENSG00000189409 +CDS chr1 1633188 1633355 ENST00000356026 protein_coding 10 1 4 MMP23B ENSG00000189409 +CDS chr1 1633188 1633355 ENST00000479814 protein_coding 5 5 2 MMP23B ENSG00000189409 +transcript chr1 1633203 1634568 ENST00000435358 protein_coding 5 2 NA MMP23B ENSG00000189409 +CDS chr1 1633203 1633355 ENST00000435358 protein_coding 5 2 1 MMP23B ENSG00000189409 +transcript chr1 1633203 1634568 ENST00000503792 protein_coding 1 1 NA MMP23B ENSG00000189409 +CDS chr1 1633203 1633480 ENST00000503792 protein_coding 1 1 1 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000356026 protein_coding 10 1 5 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000378675 protein_coding 7 1 4 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000479814 protein_coding 5 5 3 MMP23B ENSG00000189409 +CDS chr1 1633748 1634099 ENST00000435358 protein_coding 5 2 2 MMP23B ENSG00000189409 +CDS chr1 1633748 1633912 ENST00000503792 protein_coding 1 1 2 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000356026 protein_coding 10 1 6 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000378675 protein_coding 7 1 5 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000479814 protein_coding 5 5 4 MMP23B ENSG00000189409 +CDS chr1 1633989 1634099 ENST00000503792 protein_coding 1 1 3 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000356026 protein_coding 10 1 7 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000378675 protein_coding 7 1 6 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000479814 protein_coding 5 5 5 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000435358 protein_coding 5 2 3 MMP23B ENSG00000189409 +CDS chr1 1634202 1634328 ENST00000503792 protein_coding 1 1 4 MMP23B ENSG00000189409 +CDS chr1 1634451 1634622 ENST00000356026 protein_coding 10 1 8 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000378675 protein_coding 7 1 7 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000479814 protein_coding 5 5 6 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000435358 protein_coding 5 2 4 MMP23B ENSG00000189409 +CDS chr1 1634451 1634543 ENST00000503792 protein_coding 1 1 5 MMP23B ENSG00000189409 +transcript chr1 1635225 1659004 ENST00000341832 protein_coding 11 1 NA CDK11B ENSG00000248333 +transcript chr1 1635587 1659012 ENST00000407249 protein_coding 7 1 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000340677 protein_coding 9 1 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000626918 protein_coding 2 5 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000629289 protein_coding 2 5 NA CDK11B ENSG00000248333 +transcript chr1 1635738 1659012 ENST00000629312 protein_coding 2 5 NA CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000341832 protein_coding 11 1 20 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000407249 protein_coding 7 1 20 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000340677 protein_coding 9 1 21 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000626918 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000629289 protein_coding 2 5 22 CDK11B ENSG00000248333 +CDS chr1 1635767 1635856 ENST00000629312 protein_coding 2 5 22 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000341832 protein_coding 11 1 19 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000407249 protein_coding 7 1 19 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000340677 protein_coding 9 1 20 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000626918 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000629289 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1635937 1636126 ENST00000629312 protein_coding 2 5 21 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000341832 protein_coding 11 1 18 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000407249 protein_coding 7 1 18 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000340677 protein_coding 9 1 19 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000626918 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000629289 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1636333 1636481 ENST00000629312 protein_coding 2 5 20 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000341832 protein_coding 11 1 17 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000407249 protein_coding 7 1 17 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000340677 protein_coding 9 1 18 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000626918 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000629289 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636682 1636798 ENST00000629312 protein_coding 2 5 19 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000341832 protein_coding 11 1 16 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000407249 protein_coding 7 1 16 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000340677 protein_coding 9 1 17 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000626918 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000629289 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1636897 1637004 ENST00000629312 protein_coding 2 5 18 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000341832 protein_coding 11 1 15 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000407249 protein_coding 7 1 15 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000340677 protein_coding 9 1 16 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000626918 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000629289 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1637081 1637202 ENST00000629312 protein_coding 2 5 17 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000341832 protein_coding 11 1 14 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000407249 protein_coding 7 1 14 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000340677 protein_coding 9 1 15 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000626918 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000629289 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637408 1637513 ENST00000629312 protein_coding 2 5 16 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000341832 protein_coding 11 1 13 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000407249 protein_coding 7 1 13 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000340677 protein_coding 9 1 14 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000626918 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000629289 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1637762 1637883 ENST00000629312 protein_coding 2 5 15 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000341832 protein_coding 11 1 12 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000407249 protein_coding 7 1 12 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000340677 protein_coding 9 1 13 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000626918 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000629289 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1638500 1638590 ENST00000629312 protein_coding 2 5 14 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000341832 protein_coding 11 1 11 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000407249 protein_coding 7 1 11 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000340677 protein_coding 9 1 12 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000626918 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000629289 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1640277 1640452 ENST00000629312 protein_coding 2 5 13 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000341832 protein_coding 11 1 10 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000407249 protein_coding 7 1 10 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000340677 protein_coding 9 1 11 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000626918 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000629289 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1641048 1641113 ENST00000629312 protein_coding 2 5 12 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000341832 protein_coding 11 1 9 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000407249 protein_coding 7 1 9 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000340677 protein_coding 9 1 10 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000626918 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000629289 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641662 1641820 ENST00000629312 protein_coding 2 5 11 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000341832 protein_coding 11 1 8 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000407249 protein_coding 7 1 8 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000340677 protein_coding 9 1 9 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000626918 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000629289 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1641906 1642001 ENST00000629312 protein_coding 2 5 10 CDK11B ENSG00000248333 +CDS chr1 1642347 1642508 ENST00000407249 protein_coding 7 1 7 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000341832 protein_coding 11 1 7 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000340677 protein_coding 9 1 8 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000626918 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000629289 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1642386 1642508 ENST00000629312 protein_coding 2 5 9 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000341832 protein_coding 11 1 6 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000407249 protein_coding 7 1 6 CDK11B ENSG00000248333 +CDS chr1 1645126 1645262 ENST00000340677 protein_coding 9 1 7 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000626918 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000629289 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1645126 1645304 ENST00000629312 protein_coding 2 5 8 CDK11B ENSG00000248333 +CDS chr1 1645460 1645508 ENST00000629289 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645460 1645497 ENST00000629312 protein_coding 2 5 7 CDK11B ENSG00000248333 +CDS chr1 1645579 1645643 ENST00000626918 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645611 1645643 ENST00000629312 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645773 1645884 ENST00000626918 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645773 1645866 ENST00000629289 protein_coding 2 5 6 CDK11B ENSG00000248333 +CDS chr1 1645773 1645884 ENST00000629312 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645953 1645969 ENST00000629289 protein_coding 2 5 5 CDK11B ENSG00000248333 +CDS chr1 1645998 1646048 ENST00000629312 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1646111 1646178 ENST00000629289 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1646126 1646143 ENST00000626918 protein_coding 2 5 4 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000341832 protein_coding 11 1 5 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000407249 protein_coding 7 1 5 CDK11B ENSG00000248333 +CDS chr1 1649499 1649637 ENST00000340677 protein_coding 9 1 6 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000341832 protein_coding 11 1 4 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000407249 protein_coding 7 1 4 CDK11B ENSG00000248333 +CDS chr1 1652439 1652566 ENST00000340677 protein_coding 9 1 5 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000341832 protein_coding 11 1 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000407249 protein_coding 7 1 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000340677 protein_coding 9 1 4 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000626918 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000629289 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1655369 1655484 ENST00000629312 protein_coding 2 5 3 CDK11B ENSG00000248333 +CDS chr1 1657256 1657264 ENST00000340677 protein_coding 9 1 3 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000341832 protein_coding 11 1 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000407249 protein_coding 7 1 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000626918 protein_coding 2 5 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000629289 protein_coding 2 5 2 CDK11B ENSG00000248333 +CDS chr1 1657375 1657485 ENST00000629312 protein_coding 2 5 2 CDK11B ENSG00000248333 +transcript chr1 1659529 1692724 ENST00000614300 protein_coding 4 1 NA SLC35E2B ENSG00000189339 +CDS chr1 1660106 1660111 ENST00000614300 protein_coding 4 1 7 SLC35E2B ENSG00000189339 +transcript chr1 1661478 1692795 ENST00000617444 protein_coding 5 1 NA SLC35E2B ENSG00000189339 +transcript chr1 1661479 1692728 ENST00000611123 protein_coding 1 2 NA SLC35E2B ENSG00000189339 +CDS chr1 1665785 1666019 ENST00000617444 protein_coding 5 1 10 SLC35E2B ENSG00000189339 +CDS chr1 1665785 1666019 ENST00000611123 protein_coding 1 2 9 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000614300 protein_coding 4 1 6 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000617444 protein_coding 5 1 9 SLC35E2B ENSG00000189339 +CDS chr1 1668327 1668472 ENST00000611123 protein_coding 1 2 8 SLC35E2B ENSG00000189339 +CDS chr1 1669664 1669736 ENST00000617444 protein_coding 5 1 8 SLC35E2B ENSG00000189339 +CDS chr1 1669664 1669736 ENST00000611123 protein_coding 1 2 7 SLC35E2B ENSG00000189339 +CDS chr1 1670098 1670151 ENST00000617444 protein_coding 5 1 7 SLC35E2B ENSG00000189339 +CDS chr1 1670098 1670151 ENST00000611123 protein_coding 1 2 6 SLC35E2B ENSG00000189339 +CDS chr1 1671509 1671629 ENST00000617444 protein_coding 5 1 6 SLC35E2B ENSG00000189339 +CDS chr1 1671509 1671629 ENST00000611123 protein_coding 1 2 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000614300 protein_coding 4 1 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000617444 protein_coding 5 1 5 SLC35E2B ENSG00000189339 +CDS chr1 1675463 1675590 ENST00000611123 protein_coding 1 2 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000614300 protein_coding 4 1 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000617444 protein_coding 5 1 4 SLC35E2B ENSG00000189339 +CDS chr1 1676064 1676199 ENST00000611123 protein_coding 1 2 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000614300 protein_coding 4 1 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000617444 protein_coding 5 1 3 SLC35E2B ENSG00000189339 +CDS chr1 1676378 1676699 ENST00000611123 protein_coding 1 2 2 SLC35E2B ENSG00000189339 +transcript chr1 1702379 1724357 ENST00000404249 protein_coding 8 1 NA CDK11A ENSG00000008128 +transcript chr1 1702730 1722831 ENST00000356200 protein_coding 7 5 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1722831 ENST00000378638 protein_coding 6 5 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000357760 protein_coding 6 1 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000358779 protein_coding 9 1 NA CDK11A ENSG00000008128 +transcript chr1 1702881 1724324 ENST00000378633 protein_coding 5 1 NA CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000404249 protein_coding 8 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000356200 protein_coding 7 5 19 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000378638 protein_coding 6 5 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000357760 protein_coding 6 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000358779 protein_coding 9 1 20 CDK11A ENSG00000008128 +CDS chr1 1702910 1702999 ENST00000378633 protein_coding 5 1 20 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000404249 protein_coding 8 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000356200 protein_coding 7 5 18 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000378638 protein_coding 6 5 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000357760 protein_coding 6 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000358779 protein_coding 9 1 19 CDK11A ENSG00000008128 +CDS chr1 1703080 1703269 ENST00000378633 protein_coding 5 1 19 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000404249 protein_coding 8 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000356200 protein_coding 7 5 17 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000378638 protein_coding 6 5 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000357760 protein_coding 6 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000358779 protein_coding 9 1 18 CDK11A ENSG00000008128 +CDS chr1 1703476 1703624 ENST00000378633 protein_coding 5 1 18 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000404249 protein_coding 8 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000356200 protein_coding 7 5 16 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000378638 protein_coding 6 5 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000357760 protein_coding 6 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000358779 protein_coding 9 1 17 CDK11A ENSG00000008128 +CDS chr1 1703824 1703940 ENST00000378633 protein_coding 5 1 17 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000404249 protein_coding 8 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000356200 protein_coding 7 5 15 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000378638 protein_coding 6 5 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000357760 protein_coding 6 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000358779 protein_coding 9 1 16 CDK11A ENSG00000008128 +CDS chr1 1704039 1704146 ENST00000378633 protein_coding 5 1 16 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000404249 protein_coding 8 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000356200 protein_coding 7 5 14 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000378638 protein_coding 6 5 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000357760 protein_coding 6 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000358779 protein_coding 9 1 15 CDK11A ENSG00000008128 +CDS chr1 1704223 1704344 ENST00000378633 protein_coding 5 1 15 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000404249 protein_coding 8 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000356200 protein_coding 7 5 13 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000378638 protein_coding 6 5 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000357760 protein_coding 6 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000358779 protein_coding 9 1 14 CDK11A ENSG00000008128 +CDS chr1 1704550 1704655 ENST00000378633 protein_coding 5 1 14 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000404249 protein_coding 8 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000356200 protein_coding 7 5 12 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000378638 protein_coding 6 5 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000357760 protein_coding 6 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000358779 protein_coding 9 1 13 CDK11A ENSG00000008128 +CDS chr1 1704904 1705025 ENST00000378633 protein_coding 5 1 13 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000404249 protein_coding 8 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000356200 protein_coding 7 5 11 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000378638 protein_coding 6 5 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000357760 protein_coding 6 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000358779 protein_coding 9 1 12 CDK11A ENSG00000008128 +CDS chr1 1705642 1705732 ENST00000378633 protein_coding 5 1 12 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000404249 protein_coding 8 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000356200 protein_coding 7 5 10 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000378638 protein_coding 6 5 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000357760 protein_coding 6 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000358779 protein_coding 9 1 11 CDK11A ENSG00000008128 +CDS chr1 1707409 1707584 ENST00000378633 protein_coding 5 1 11 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000404249 protein_coding 8 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000356200 protein_coding 7 5 9 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000378638 protein_coding 6 5 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000357760 protein_coding 6 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000358779 protein_coding 9 1 10 CDK11A ENSG00000008128 +CDS chr1 1708180 1708245 ENST00000378633 protein_coding 5 1 10 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000404249 protein_coding 8 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000356200 protein_coding 7 5 8 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000378638 protein_coding 6 5 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000357760 protein_coding 6 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000358779 protein_coding 9 1 9 CDK11A ENSG00000008128 +CDS chr1 1708794 1708952 ENST00000378633 protein_coding 5 1 9 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000404249 protein_coding 8 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000356200 protein_coding 7 5 7 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000378638 protein_coding 6 5 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000357760 protein_coding 6 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000358779 protein_coding 9 1 8 CDK11A ENSG00000008128 +CDS chr1 1709038 1709133 ENST00000378633 protein_coding 5 1 8 CDK11A ENSG00000008128 +CDS chr1 1709479 1709640 ENST00000378633 protein_coding 5 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000404249 protein_coding 8 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000356200 protein_coding 7 5 6 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000378638 protein_coding 6 5 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000357760 protein_coding 6 1 7 CDK11A ENSG00000008128 +CDS chr1 1709518 1709640 ENST00000358779 protein_coding 9 1 7 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000404249 protein_coding 8 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000356200 protein_coding 7 5 5 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000378638 protein_coding 6 5 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712427 ENST00000357760 protein_coding 6 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000358779 protein_coding 9 1 6 CDK11A ENSG00000008128 +CDS chr1 1712264 1712400 ENST00000378633 protein_coding 5 1 6 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000404249 protein_coding 8 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000356200 protein_coding 7 5 4 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000378638 protein_coding 6 5 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000357760 protein_coding 6 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000358779 protein_coding 9 1 5 CDK11A ENSG00000008128 +CDS chr1 1716346 1716478 ENST00000378633 protein_coding 5 1 5 CDK11A ENSG00000008128 +transcript chr1 1716350 1724032 ENST00000479362 protein_coding 1 1 NA CDK11A ENSG00000008128 +CDS chr1 1716350 1716478 ENST00000479362 protein_coding 1 1 5 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000404249 protein_coding 8 1 4 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000356200 protein_coding 7 5 3 CDK11A ENSG00000008128 +CDS chr1 1719328 1719455 ENST00000378638 protein_coding 6 5 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000357760 protein_coding 6 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000358779 protein_coding 9 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000378633 protein_coding 5 1 4 CDK11A ENSG00000008128 +CDS chr1 1719358 1719455 ENST00000479362 protein_coding 1 1 4 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000404249 protein_coding 8 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000356200 protein_coding 7 5 2 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000378638 protein_coding 6 5 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000357760 protein_coding 6 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000358779 protein_coding 9 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000378633 protein_coding 5 1 3 CDK11A ENSG00000008128 +CDS chr1 1721596 1721711 ENST00000479362 protein_coding 1 1 3 CDK11A ENSG00000008128 +CDS chr1 1722588 1722596 ENST00000356200 protein_coding 7 5 1 CDK11A ENSG00000008128 +CDS chr1 1722588 1722596 ENST00000378638 protein_coding 6 5 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000404249 protein_coding 8 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000357760 protein_coding 6 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000358779 protein_coding 9 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000378633 protein_coding 5 1 2 CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000479362 protein_coding 1 1 2 CDK11A ENSG00000008128 +transcript chr1 1722708 1724274 ENST00000401096 protein_coding 2 5 NA CDK11A ENSG00000008128 +CDS chr1 1722708 1722818 ENST00000401096 protein_coding 2 5 2 CDK11A ENSG00000008128 +transcript chr1 1751232 1778470 ENST00000341426 protein_coding 9 2 NA NADK ENSG00000008130 +transcript chr1 1751232 1778790 ENST00000341991 protein_coding 7 1 NA NADK ENSG00000008130 +transcript chr1 1751232 1780069 ENST00000378625 protein_coding 5 1 NA NADK ENSG00000008130 +transcript chr1 1752471 1758575 ENST00000342348 protein_coding 9 2 NA NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000341426 protein_coding 9 2 12 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000341991 protein_coding 7 1 12 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000378625 protein_coding 5 1 14 NADK ENSG00000008130 +CDS chr1 1752907 1753060 ENST00000342348 protein_coding 9 2 10 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000341426 protein_coding 9 2 11 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000341991 protein_coding 7 1 11 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000378625 protein_coding 5 1 13 NADK ENSG00000008130 +CDS chr1 1753567 1753649 ENST00000342348 protein_coding 9 2 9 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000341426 protein_coding 9 2 10 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000341991 protein_coding 7 1 10 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000378625 protein_coding 5 1 12 NADK ENSG00000008130 +CDS chr1 1754051 1754208 ENST00000342348 protein_coding 9 2 8 NADK ENSG00000008130 +transcript chr1 1754061 1757268 ENST00000469045 protein_coding 5 5 NA NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000341426 protein_coding 9 2 9 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000341991 protein_coding 7 1 9 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000378625 protein_coding 5 1 11 NADK ENSG00000008130 +CDS chr1 1754284 1754383 ENST00000342348 protein_coding 9 2 7 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000341426 protein_coding 9 2 8 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000341991 protein_coding 7 1 8 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000378625 protein_coding 5 1 10 NADK ENSG00000008130 +CDS chr1 1754544 1754698 ENST00000342348 protein_coding 9 2 6 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000341426 protein_coding 9 2 7 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000341991 protein_coding 7 1 7 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000378625 protein_coding 5 1 9 NADK ENSG00000008130 +CDS chr1 1755374 1755476 ENST00000342348 protein_coding 9 2 5 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000341426 protein_coding 9 2 6 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000341991 protein_coding 7 1 6 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000378625 protein_coding 5 1 8 NADK ENSG00000008130 +CDS chr1 1756258 1756343 ENST00000342348 protein_coding 9 2 4 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000341426 protein_coding 9 2 5 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000341991 protein_coding 7 1 5 NADK ENSG00000008130 +CDS chr1 1756503 1756657 ENST00000378625 protein_coding 5 1 7 NADK ENSG00000008130 +CDS chr1 1756503 1756608 ENST00000342348 protein_coding 9 2 3 NADK ENSG00000008130 +CDS chr1 1756841 1756882 ENST00000469045 protein_coding 5 5 2 NADK ENSG00000008130 +CDS chr1 1757107 1757310 ENST00000378625 protein_coding 5 1 6 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000341426 protein_coding 9 2 4 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000341991 protein_coding 7 1 4 NADK ENSG00000008130 +CDS chr1 1757181 1757310 ENST00000342348 protein_coding 9 2 2 NADK ENSG00000008130 +CDS chr1 1757181 1757268 ENST00000469045 protein_coding 5 5 1 NADK ENSG00000008130 +CDS chr1 1758365 1758531 ENST00000342348 protein_coding 9 2 1 NADK ENSG00000008130 +CDS chr1 1759101 1759243 ENST00000378625 protein_coding 5 1 5 NADK ENSG00000008130 +CDS chr1 1759734 1759902 ENST00000378625 protein_coding 5 1 4 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000341426 protein_coding 9 2 3 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000341991 protein_coding 7 1 3 NADK ENSG00000008130 +CDS chr1 1761952 1762035 ENST00000378625 protein_coding 5 1 3 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000341426 protein_coding 9 2 2 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000341991 protein_coding 7 1 2 NADK ENSG00000008130 +CDS chr1 1765228 1765406 ENST00000378625 protein_coding 5 1 2 NADK ENSG00000008130 +transcript chr1 1785285 1891117 ENST00000610897 protein_coding 4 5 NA GNB1 ENSG00000078369 +transcript chr1 1785285 1891117 ENST00000615252 protein_coding 4 5 NA GNB1 ENSG00000078369 +transcript chr1 1785286 1891087 ENST00000378609 protein_coding 9 1 NA GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000610897 protein_coding 4 5 10 GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000615252 protein_coding 4 5 9 GNB1 ENSG00000078369 +CDS chr1 1787334 1787437 ENST00000378609 protein_coding 9 1 11 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000610897 protein_coding 4 5 9 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000615252 protein_coding 4 5 8 GNB1 ENSG00000078369 +CDS chr1 1789053 1789269 ENST00000378609 protein_coding 9 1 10 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000610897 protein_coding 4 5 8 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000615252 protein_coding 4 5 7 GNB1 ENSG00000078369 +CDS chr1 1790395 1790596 ENST00000378609 protein_coding 9 1 9 GNB1 ENSG00000078369 +transcript chr1 1790565 1890836 ENST00000439272 protein_coding 6 5 NA GNB1 ENSG00000078369 +CDS chr1 1790565 1790596 ENST00000439272 protein_coding 6 5 8 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000610897 protein_coding 4 5 7 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000615252 protein_coding 4 5 6 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000378609 protein_coding 9 1 8 GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000439272 protein_coding 6 5 7 GNB1 ENSG00000078369 +transcript chr1 1793245 1890401 ENST00000434686 protein_coding 6 3 NA GNB1 ENSG00000078369 +CDS chr1 1793245 1793311 ENST00000434686 protein_coding 6 3 9 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000610897 protein_coding 4 5 6 GNB1 ENSG00000078369 +CDS chr1 1804419 1804548 ENST00000615252 protein_coding 4 5 5 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000378609 protein_coding 9 1 7 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000439272 protein_coding 6 5 6 GNB1 ENSG00000078369 +CDS chr1 1804419 1804581 ENST00000434686 protein_coding 6 3 8 GNB1 ENSG00000078369 +transcript chr1 1804526 1832285 ENST00000437146 protein_coding 1 3 NA GNB1 ENSG00000078369 +CDS chr1 1804526 1804581 ENST00000437146 protein_coding 1 3 6 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000610897 protein_coding 4 5 5 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000378609 protein_coding 9 1 6 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000439272 protein_coding 6 5 5 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000434686 protein_coding 6 3 7 GNB1 ENSG00000078369 +CDS chr1 1806475 1806538 ENST00000437146 protein_coding 1 3 5 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000610897 protein_coding 4 5 4 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000378609 protein_coding 9 1 5 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000439272 protein_coding 6 5 4 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000434686 protein_coding 6 3 6 GNB1 ENSG00000078369 +CDS chr1 1815756 1815862 ENST00000437146 protein_coding 1 3 4 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000610897 protein_coding 4 5 3 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000378609 protein_coding 9 1 4 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000434686 protein_coding 6 3 5 GNB1 ENSG00000078369 +CDS chr1 1817837 1817875 ENST00000437146 protein_coding 1 3 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000610897 protein_coding 4 5 2 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000378609 protein_coding 9 1 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000439272 protein_coding 6 5 3 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000434686 protein_coding 6 3 4 GNB1 ENSG00000078369 +CDS chr1 1825397 1825453 ENST00000437146 protein_coding 1 3 2 GNB1 ENSG00000078369 +transcript chr1 1915108 1917294 ENST00000378604 protein_coding 3 3 NA CALML6 ENSG00000169885 +transcript chr1 1915260 1917296 ENST00000307786 protein_coding 8 1 NA CALML6 ENSG00000169885 +CDS chr1 1915281 1915307 ENST00000378604 protein_coding 3 3 1 CALML6 ENSG00000169885 +CDS chr1 1915281 1915307 ENST00000307786 protein_coding 8 1 1 CALML6 ENSG00000169885 +CDS chr1 1915685 1915735 ENST00000307786 protein_coding 8 1 2 CALML6 ENSG00000169885 +CDS chr1 1916441 1916615 ENST00000378604 protein_coding 3 3 2 CALML6 ENSG00000169885 +CDS chr1 1916441 1916615 ENST00000307786 protein_coding 8 1 3 CALML6 ENSG00000169885 +CDS chr1 1916752 1916896 ENST00000378604 protein_coding 3 3 3 CALML6 ENSG00000169885 +CDS chr1 1916752 1916896 ENST00000307786 protein_coding 8 1 4 CALML6 ENSG00000169885 +CDS chr1 1916974 1917074 ENST00000378604 protein_coding 3 3 4 CALML6 ENSG00000169885 +CDS chr1 1916974 1917074 ENST00000307786 protein_coding 8 1 5 CALML6 ENSG00000169885 +CDS chr1 1917147 1917190 ENST00000378604 protein_coding 3 3 5 CALML6 ENSG00000169885 +CDS chr1 1917147 1917190 ENST00000307786 protein_coding 8 1 6 CALML6 ENSG00000169885 +transcript chr1 1917590 1918797 ENST00000378602 protein_coding 3 1 NA TMEM52 ENSG00000178821 +transcript chr1 1917591 1919279 ENST00000310991 protein_coding 8 1 NA TMEM52 ENSG00000178821 +transcript chr1 1917845 1919258 ENST00000378598 protein_coding 4 5 NA TMEM52 ENSG00000178821 +CDS chr1 1917885 1918162 ENST00000378602 protein_coding 3 1 2 TMEM52 ENSG00000178821 +CDS chr1 1917885 1918162 ENST00000310991 protein_coding 8 1 5 TMEM52 ENSG00000178821 +CDS chr1 1917956 1918071 ENST00000378598 protein_coding 4 5 3 TMEM52 ENSG00000178821 +CDS chr1 1918253 1918556 ENST00000378602 protein_coding 3 1 1 TMEM52 ENSG00000178821 +CDS chr1 1918253 1918431 ENST00000310991 protein_coding 8 1 4 TMEM52 ENSG00000178821 +transcript chr1 1918386 1919269 ENST00000416272 protein_coding 1 3 NA TMEM52 ENSG00000178821 +CDS chr1 1918386 1918431 ENST00000416272 protein_coding 1 3 3 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000310991 protein_coding 8 1 3 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000378598 protein_coding 4 5 2 TMEM52 ENSG00000178821 +CDS chr1 1918893 1918934 ENST00000416272 protein_coding 1 3 2 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919088 ENST00000310991 protein_coding 8 1 2 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919258 ENST00000378598 protein_coding 4 5 1 TMEM52 ENSG00000178821 +CDS chr1 1919045 1919265 ENST00000416272 protein_coding 1 3 1 TMEM52 ENSG00000178821 +CDS chr1 1919182 1919265 ENST00000310991 protein_coding 8 1 1 TMEM52 ENSG00000178821 +transcript chr1 1921951 2003837 ENST00000493964 protein_coding 5 5 NA CFAP74 ENSG00000142609 +transcript chr1 1921957 2003786 ENST00000682832 protein_coding 2 NA NA CFAP74 ENSG00000142609 +CDS chr1 1922290 1922388 ENST00000493964 protein_coding 5 5 38 CFAP74 ENSG00000142609 +CDS chr1 1922290 1922388 ENST00000682832 protein_coding 2 NA 39 CFAP74 ENSG00000142609 +CDS chr1 1922589 1922723 ENST00000682832 protein_coding 2 NA 38 CFAP74 ENSG00000142609 +CDS chr1 1922985 1923115 ENST00000493964 protein_coding 5 5 37 CFAP74 ENSG00000142609 +CDS chr1 1922985 1923145 ENST00000682832 protein_coding 2 NA 37 CFAP74 ENSG00000142609 +CDS chr1 1923367 1923499 ENST00000493964 protein_coding 5 5 36 CFAP74 ENSG00000142609 +CDS chr1 1923367 1923499 ENST00000682832 protein_coding 2 NA 36 CFAP74 ENSG00000142609 +CDS chr1 1923775 1923929 ENST00000493964 protein_coding 5 5 35 CFAP74 ENSG00000142609 +CDS chr1 1923775 1923929 ENST00000682832 protein_coding 2 NA 35 CFAP74 ENSG00000142609 +CDS chr1 1924391 1924520 ENST00000493964 protein_coding 5 5 34 CFAP74 ENSG00000142609 +CDS chr1 1924391 1924520 ENST00000682832 protein_coding 2 NA 34 CFAP74 ENSG00000142609 +CDS chr1 1925783 1925938 ENST00000493964 protein_coding 5 5 33 CFAP74 ENSG00000142609 +CDS chr1 1925783 1925938 ENST00000682832 protein_coding 2 NA 33 CFAP74 ENSG00000142609 +CDS chr1 1926228 1926347 ENST00000493964 protein_coding 5 5 32 CFAP74 ENSG00000142609 +CDS chr1 1926228 1926347 ENST00000682832 protein_coding 2 NA 32 CFAP74 ENSG00000142609 +CDS chr1 1926457 1926512 ENST00000493964 protein_coding 5 5 31 CFAP74 ENSG00000142609 +CDS chr1 1926457 1926512 ENST00000682832 protein_coding 2 NA 31 CFAP74 ENSG00000142609 +CDS chr1 1926652 1926761 ENST00000493964 protein_coding 5 5 30 CFAP74 ENSG00000142609 +CDS chr1 1926652 1926761 ENST00000682832 protein_coding 2 NA 30 CFAP74 ENSG00000142609 +CDS chr1 1926894 1927028 ENST00000493964 protein_coding 5 5 29 CFAP74 ENSG00000142609 +CDS chr1 1926894 1927028 ENST00000682832 protein_coding 2 NA 29 CFAP74 ENSG00000142609 +CDS chr1 1927607 1927746 ENST00000493964 protein_coding 5 5 28 CFAP74 ENSG00000142609 +CDS chr1 1927607 1927746 ENST00000682832 protein_coding 2 NA 28 CFAP74 ENSG00000142609 +CDS chr1 1928784 1928882 ENST00000493964 protein_coding 5 5 27 CFAP74 ENSG00000142609 +CDS chr1 1928784 1928882 ENST00000682832 protein_coding 2 NA 27 CFAP74 ENSG00000142609 +CDS chr1 1930060 1930336 ENST00000493964 protein_coding 5 5 26 CFAP74 ENSG00000142609 +CDS chr1 1930060 1930336 ENST00000682832 protein_coding 2 NA 26 CFAP74 ENSG00000142609 +CDS chr1 1938855 1938988 ENST00000493964 protein_coding 5 5 25 CFAP74 ENSG00000142609 +CDS chr1 1938855 1938988 ENST00000682832 protein_coding 2 NA 25 CFAP74 ENSG00000142609 +CDS chr1 1939594 1939767 ENST00000493964 protein_coding 5 5 24 CFAP74 ENSG00000142609 +CDS chr1 1939594 1939767 ENST00000682832 protein_coding 2 NA 24 CFAP74 ENSG00000142609 +CDS chr1 1940316 1940403 ENST00000493964 protein_coding 5 5 23 CFAP74 ENSG00000142609 +CDS chr1 1940316 1940403 ENST00000682832 protein_coding 2 NA 23 CFAP74 ENSG00000142609 +CDS chr1 1942028 1942156 ENST00000493964 protein_coding 5 5 22 CFAP74 ENSG00000142609 +CDS chr1 1942028 1942156 ENST00000682832 protein_coding 2 NA 22 CFAP74 ENSG00000142609 +CDS chr1 1944331 1944452 ENST00000493964 protein_coding 5 5 21 CFAP74 ENSG00000142609 +CDS chr1 1944331 1944452 ENST00000682832 protein_coding 2 NA 21 CFAP74 ENSG00000142609 +CDS chr1 1946317 1946439 ENST00000493964 protein_coding 5 5 20 CFAP74 ENSG00000142609 +CDS chr1 1946317 1946439 ENST00000682832 protein_coding 2 NA 20 CFAP74 ENSG00000142609 +CDS chr1 1946990 1947054 ENST00000493964 protein_coding 5 5 19 CFAP74 ENSG00000142609 +CDS chr1 1946990 1947054 ENST00000682832 protein_coding 2 NA 19 CFAP74 ENSG00000142609 +CDS chr1 1955691 1955850 ENST00000493964 protein_coding 5 5 18 CFAP74 ENSG00000142609 +CDS chr1 1955691 1955850 ENST00000682832 protein_coding 2 NA 18 CFAP74 ENSG00000142609 +CDS chr1 1956620 1956784 ENST00000493964 protein_coding 5 5 17 CFAP74 ENSG00000142609 +CDS chr1 1956620 1956784 ENST00000682832 protein_coding 2 NA 17 CFAP74 ENSG00000142609 +CDS chr1 1959120 1959209 ENST00000493964 protein_coding 5 5 16 CFAP74 ENSG00000142609 +CDS chr1 1959120 1959209 ENST00000682832 protein_coding 2 NA 16 CFAP74 ENSG00000142609 +CDS chr1 1959964 1960030 ENST00000493964 protein_coding 5 5 15 CFAP74 ENSG00000142609 +CDS chr1 1959964 1960030 ENST00000682832 protein_coding 2 NA 15 CFAP74 ENSG00000142609 +CDS chr1 1963749 1963867 ENST00000493964 protein_coding 5 5 14 CFAP74 ENSG00000142609 +CDS chr1 1963749 1963867 ENST00000682832 protein_coding 2 NA 14 CFAP74 ENSG00000142609 +CDS chr1 1964888 1965061 ENST00000493964 protein_coding 5 5 13 CFAP74 ENSG00000142609 +CDS chr1 1964888 1965061 ENST00000682832 protein_coding 2 NA 13 CFAP74 ENSG00000142609 +CDS chr1 1966371 1966526 ENST00000493964 protein_coding 5 5 12 CFAP74 ENSG00000142609 +CDS chr1 1966371 1966526 ENST00000682832 protein_coding 2 NA 12 CFAP74 ENSG00000142609 +CDS chr1 1968635 1968833 ENST00000493964 protein_coding 5 5 11 CFAP74 ENSG00000142609 +CDS chr1 1968635 1968833 ENST00000682832 protein_coding 2 NA 11 CFAP74 ENSG00000142609 +CDS chr1 1970659 1970816 ENST00000493964 protein_coding 5 5 10 CFAP74 ENSG00000142609 +CDS chr1 1970659 1970816 ENST00000682832 protein_coding 2 NA 10 CFAP74 ENSG00000142609 +CDS chr1 1971980 1972082 ENST00000493964 protein_coding 5 5 9 CFAP74 ENSG00000142609 +CDS chr1 1971980 1972082 ENST00000682832 protein_coding 2 NA 9 CFAP74 ENSG00000142609 +CDS chr1 1972937 1973047 ENST00000493964 protein_coding 5 5 8 CFAP74 ENSG00000142609 +CDS chr1 1972937 1973047 ENST00000682832 protein_coding 2 NA 8 CFAP74 ENSG00000142609 +CDS chr1 1974025 1974198 ENST00000493964 protein_coding 5 5 7 CFAP74 ENSG00000142609 +CDS chr1 1974025 1974198 ENST00000682832 protein_coding 2 NA 7 CFAP74 ENSG00000142609 +CDS chr1 1985386 1985490 ENST00000493964 protein_coding 5 5 6 CFAP74 ENSG00000142609 +CDS chr1 1985386 1985490 ENST00000682832 protein_coding 2 NA 6 CFAP74 ENSG00000142609 +CDS chr1 1986937 1987035 ENST00000493964 protein_coding 5 5 5 CFAP74 ENSG00000142609 +CDS chr1 1986937 1987035 ENST00000682832 protein_coding 2 NA 5 CFAP74 ENSG00000142609 +transcript chr1 1987962 1990929 ENST00000378590 protein_coding 4 3 NA CFAP74 ENSG00000142609 +CDS chr1 1988127 1988133 ENST00000378590 protein_coding 4 3 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000493964 protein_coding 5 5 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000682832 protein_coding 2 NA 4 CFAP74 ENSG00000142609 +CDS chr1 1988512 1988655 ENST00000378590 protein_coding 4 3 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000493964 protein_coding 5 5 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000682832 protein_coding 2 NA 3 CFAP74 ENSG00000142609 +CDS chr1 1988889 1988973 ENST00000378590 protein_coding 4 3 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990956 ENST00000493964 protein_coding 5 5 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990956 ENST00000682832 protein_coding 2 NA 2 CFAP74 ENSG00000142609 +CDS chr1 1990890 1990929 ENST00000378590 protein_coding 4 3 1 CFAP74 ENSG00000142609 +transcript chr1 2019329 2030079 ENST00000638411 protein_coding 1 5 NA GABRD ENSG00000187730 +transcript chr1 2019345 2030758 ENST00000378585 protein_coding 7 1 NA GABRD ENSG00000187730 +transcript chr1 2019360 2030407 ENST00000640067 protein_coding 1 5 NA GABRD ENSG00000187730 +transcript chr1 2019379 2030365 ENST00000638771 protein_coding 1 3 NA GABRD ENSG00000187730 +transcript chr1 2019404 2030656 ENST00000640949 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000638411 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000378585 protein_coding 7 1 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000640067 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000638771 protein_coding 1 3 1 GABRD ENSG00000187730 +CDS chr1 2019424 2019491 ENST00000640949 protein_coding 1 5 1 GABRD ENSG00000187730 +transcript chr1 2019484 2030717 ENST00000640030 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2019484 2019491 ENST00000640030 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000638411 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000378585 protein_coding 7 1 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640067 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000638771 protein_coding 1 3 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640949 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2024942 2025054 ENST00000640030 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2025334 2025432 ENST00000638411 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000378585 protein_coding 7 1 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640067 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000638771 protein_coding 1 3 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640949 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2025334 2025401 ENST00000640030 protein_coding 1 5 3 GABRD ENSG00000187730 +transcript chr1 2025346 2029714 ENST00000640981 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2025346 2025401 ENST00000640981 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000638411 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000378585 protein_coding 7 1 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640067 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000638771 protein_coding 1 3 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640949 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640030 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2025518 2025738 ENST00000640981 protein_coding 1 5 2 GABRD ENSG00000187730 +transcript chr1 2025526 2029185 ENST00000638763 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2025526 2025738 ENST00000638763 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638411 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000378585 protein_coding 7 1 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640067 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638771 protein_coding 1 3 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640949 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640030 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000640981 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2027577 2027659 ENST00000638763 protein_coding 1 5 2 GABRD ENSG00000187730 +transcript chr1 2027629 2030008 ENST00000638804 protein_coding 1 5 NA GABRD ENSG00000187730 +CDS chr1 2027629 2027659 ENST00000638804 protein_coding 1 5 1 GABRD ENSG00000187730 +CDS chr1 2028071 2028292 ENST00000640067 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638411 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000378585 protein_coding 7 1 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638771 protein_coding 1 3 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640949 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640030 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000640981 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2028155 2028287 ENST00000638763 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2028155 2028292 ENST00000638804 protein_coding 1 5 2 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638411 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000378585 protein_coding 7 1 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000640067 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638771 protein_coding 1 3 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000640949 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029111 2029408 ENST00000640981 protein_coding 1 5 5 GABRD ENSG00000187730 +CDS chr1 2029111 2029185 ENST00000638763 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2029111 2029266 ENST00000638804 protein_coding 1 5 3 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000638411 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000378585 protein_coding 7 1 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000640067 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029551 2030203 ENST00000638771 protein_coding 1 3 8 GABRD ENSG00000187730 +CDS chr1 2029551 2029762 ENST00000640030 protein_coding 1 5 7 GABRD ENSG00000187730 +CDS chr1 2029551 2029714 ENST00000640981 protein_coding 1 5 6 GABRD ENSG00000187730 +CDS chr1 2029591 2029762 ENST00000638804 protein_coding 1 5 4 GABRD ENSG00000187730 +CDS chr1 2029620 2029762 ENST00000640949 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029983 2030079 ENST00000638411 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000378585 protein_coding 7 1 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640067 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640949 protein_coding 1 5 9 GABRD ENSG00000187730 +CDS chr1 2029983 2030279 ENST00000640030 protein_coding 1 5 8 GABRD ENSG00000187730 +CDS chr1 2029983 2029989 ENST00000638804 protein_coding 1 5 5 GABRD ENSG00000187730 +transcript chr1 2050411 2185395 ENST00000378567 protein_coding 8 1 NA PRKCZ ENSG00000067606 +transcript chr1 2050485 2146108 ENST00000468310 protein_coding 5 5 NA PRKCZ ENSG00000067606 +CDS chr1 2050631 2050701 ENST00000378567 protein_coding 8 1 1 PRKCZ ENSG00000067606 +CDS chr1 2050631 2050701 ENST00000468310 protein_coding 5 5 1 PRKCZ ENSG00000067606 +transcript chr1 2050808 2059591 ENST00000503297 protein_coding 1 5 NA PRKCZ ENSG00000067606 +CDS chr1 2055441 2055562 ENST00000378567 protein_coding 8 1 2 PRKCZ ENSG00000067606 +CDS chr1 2055441 2055562 ENST00000468310 protein_coding 5 5 2 PRKCZ ENSG00000067606 +CDS chr1 2055508 2055562 ENST00000503297 protein_coding 1 5 2 PRKCZ ENSG00000067606 +CDS chr1 2056484 2056573 ENST00000378567 protein_coding 8 1 3 PRKCZ ENSG00000067606 +CDS chr1 2056484 2056573 ENST00000503297 protein_coding 1 5 3 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000378567 protein_coding 8 1 4 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000468310 protein_coding 5 5 3 PRKCZ ENSG00000067606 +CDS chr1 2059541 2059591 ENST00000503297 protein_coding 1 5 4 PRKCZ ENSG00000067606 +transcript chr1 2073462 2185390 ENST00000400921 protein_coding 6 1 NA PRKCZ ENSG00000067606 +transcript chr1 2073719 2146086 ENST00000495347 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2073986 2185190 ENST00000461106 protein_coding 6 2 NA PRKCZ ENSG00000067606 +CDS chr1 2074254 2074275 ENST00000461106 protein_coding 6 2 1 PRKCZ ENSG00000067606 +transcript chr1 2074688 2150836 ENST00000461465 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2074855 2150945 ENST00000470596 protein_coding 5 2 NA PRKCZ ENSG00000067606 +transcript chr1 2075244 2150863 ENST00000496325 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2104716 2150870 ENST00000482686 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2104739 2156087 ENST00000486681 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2111654 2150978 ENST00000470986 protein_coding 5 2 NA PRKCZ ENSG00000067606 +transcript chr1 2116205 2150897 ENST00000470511 protein_coding 5 4 NA PRKCZ ENSG00000067606 +transcript chr1 2133638 2148924 ENST00000471018 protein_coding 6 3 NA PRKCZ ENSG00000067606 +transcript chr1 2134813 2146098 ENST00000466352 protein_coding 5 3 NA PRKCZ ENSG00000067606 +transcript chr1 2134990 2150979 ENST00000497183 protein_coding 5 3 NA PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000378567 protein_coding 8 1 5 PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000468310 protein_coding 5 5 4 PRKCZ ENSG00000067606 +CDS chr1 2135262 2135347 ENST00000461106 protein_coding 6 2 2 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000378567 protein_coding 8 1 6 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000468310 protein_coding 5 5 5 PRKCZ ENSG00000067606 +CDS chr1 2144210 2144341 ENST00000461106 protein_coding 6 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000400921 protein_coding 6 1 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000495347 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000461465 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470596 protein_coding 5 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000496325 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000482686 protein_coding 5 3 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470986 protein_coding 5 2 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000470511 protein_coding 5 4 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000471018 protein_coding 6 3 3 PRKCZ ENSG00000067606 +CDS chr1 2144339 2144341 ENST00000466352 protein_coding 5 3 3 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000378567 protein_coding 8 1 7 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000468310 protein_coding 5 5 6 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000400921 protein_coding 6 1 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146086 ENST00000495347 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000461106 protein_coding 6 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000461465 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470596 protein_coding 5 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000496325 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000482686 protein_coding 5 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470986 protein_coding 5 2 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000470511 protein_coding 5 4 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146108 ENST00000471018 protein_coding 6 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146027 2146098 ENST00000466352 protein_coding 5 3 4 PRKCZ ENSG00000067606 +CDS chr1 2146036 2146108 ENST00000486681 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2146036 2146108 ENST00000497183 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000378567 protein_coding 8 1 8 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000400921 protein_coding 6 1 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000461106 protein_coding 6 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000461465 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470596 protein_coding 5 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000496325 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000482686 protein_coding 5 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000486681 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470986 protein_coding 5 2 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000470511 protein_coding 5 4 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000471018 protein_coding 6 3 5 PRKCZ ENSG00000067606 +CDS chr1 2148872 2148924 ENST00000497183 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000378567 protein_coding 8 1 9 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000400921 protein_coding 6 1 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000461106 protein_coding 6 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150836 ENST00000461465 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150945 ENST00000470596 protein_coding 5 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150863 ENST00000496325 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150870 ENST00000482686 protein_coding 5 3 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000486681 protein_coding 5 3 7 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150978 ENST00000470986 protein_coding 5 2 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150897 ENST00000470511 protein_coding 5 4 6 PRKCZ ENSG00000067606 +CDS chr1 2150790 2150979 ENST00000497183 protein_coding 5 3 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000378567 protein_coding 8 1 10 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000400921 protein_coding 6 1 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156092 ENST00000461106 protein_coding 6 2 7 PRKCZ ENSG00000067606 +CDS chr1 2155995 2156087 ENST00000486681 protein_coding 5 3 8 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000378567 protein_coding 8 1 11 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000400921 protein_coding 6 1 8 PRKCZ ENSG00000067606 +CDS chr1 2169518 2169604 ENST00000461106 protein_coding 6 2 8 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000378567 protein_coding 8 1 12 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000400921 protein_coding 6 1 9 PRKCZ ENSG00000067606 +CDS chr1 2172055 2172190 ENST00000461106 protein_coding 6 2 9 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000378567 protein_coding 8 1 13 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000400921 protein_coding 6 1 10 PRKCZ ENSG00000067606 +CDS chr1 2172301 2172388 ENST00000461106 protein_coding 6 2 10 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000378567 protein_coding 8 1 14 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000400921 protein_coding 6 1 11 PRKCZ ENSG00000067606 +CDS chr1 2173897 2174016 ENST00000461106 protein_coding 6 2 11 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000378567 protein_coding 8 1 15 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000400921 protein_coding 6 1 12 PRKCZ ENSG00000067606 +CDS chr1 2174754 2174833 ENST00000461106 protein_coding 6 2 12 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000378567 protein_coding 8 1 16 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000400921 protein_coding 6 1 13 PRKCZ ENSG00000067606 +CDS chr1 2175224 2175313 ENST00000461106 protein_coding 6 2 13 PRKCZ ENSG00000067606 +transcript chr1 2184461 2194775 ENST00000400919 protein_coding 7 3 NA FAAP20 ENSG00000162585 +CDS chr1 2184583 2184698 ENST00000378567 protein_coding 8 1 17 PRKCZ ENSG00000067606 +CDS chr1 2184583 2184698 ENST00000400921 protein_coding 6 1 14 PRKCZ ENSG00000067606 +CDS chr1 2184583 2184698 ENST00000461106 protein_coding 6 2 14 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000378567 protein_coding 8 1 18 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000400921 protein_coding 6 1 15 PRKCZ ENSG00000067606 +CDS chr1 2184922 2185006 ENST00000461106 protein_coding 6 2 15 PRKCZ ENSG00000067606 +transcript chr1 2185175 2194751 ENST00000400918 protein_coding 7 2 NA FAAP20 ENSG00000162585 +CDS chr1 2185281 2185513 ENST00000400919 protein_coding 7 3 3 FAAP20 ENSG00000162585 +CDS chr1 2185474 2185513 ENST00000400918 protein_coding 7 2 4 FAAP20 ENSG00000162585 +transcript chr1 2189548 2194750 ENST00000378543 protein_coding 2 2 NA FAAP20 ENSG00000162585 +transcript chr1 2189548 2194772 ENST00000378546 protein_coding 9 1 NA FAAP20 ENSG00000162585 +CDS chr1 2189712 2189781 ENST00000378546 protein_coding 9 1 4 FAAP20 ENSG00000162585 +CDS chr1 2189780 2189781 ENST00000378543 protein_coding 2 2 3 FAAP20 ENSG00000162585 +transcript chr1 2191901 2194748 ENST00000420515 protein_coding 1 1 NA FAAP20 ENSG00000162585 +CDS chr1 2192861 2192975 ENST00000420515 protein_coding 1 1 4 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000400918 protein_coding 7 2 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000378543 protein_coding 2 2 2 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000378546 protein_coding 9 1 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000420515 protein_coding 1 1 3 FAAP20 ENSG00000162585 +CDS chr1 2193639 2193910 ENST00000400919 protein_coding 7 3 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000400918 protein_coding 7 2 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000378546 protein_coding 9 1 2 FAAP20 ENSG00000162585 +CDS chr1 2193998 2194133 ENST00000420515 protein_coding 1 1 2 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000400918 protein_coding 7 2 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000378543 protein_coding 2 2 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000378546 protein_coding 9 1 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194748 ENST00000420515 protein_coding 1 1 1 FAAP20 ENSG00000162585 +CDS chr1 2194688 2194749 ENST00000400919 protein_coding 7 3 1 FAAP20 ENSG00000162585 +transcript chr1 2228319 2310213 ENST00000378536 protein_coding 5 1 NA SKI ENSG00000157933 +CDS chr1 2228767 2229735 ENST00000378536 protein_coding 5 1 1 SKI ENSG00000157933 +CDS chr1 2302978 2303103 ENST00000378536 protein_coding 5 1 2 SKI ENSG00000157933 +CDS chr1 2303285 2303400 ENST00000378536 protein_coding 5 1 3 SKI ENSG00000157933 +CDS chr1 2303840 2304102 ENST00000378536 protein_coding 5 1 4 SKI ENSG00000157933 +CDS chr1 2304293 2304585 ENST00000378536 protein_coding 5 1 5 SKI ENSG00000157933 +CDS chr1 2306020 2306250 ENST00000378536 protein_coding 5 1 6 SKI ENSG00000157933 +CDS chr1 2306577 2306762 ENST00000378536 protein_coding 5 1 7 SKI ENSG00000157933 +transcript chr1 2321253 2391554 ENST00000378531 protein_coding 8 2 NA MORN1 ENSG00000116151 +CDS chr1 2321386 2321579 ENST00000378531 protein_coding 8 2 14 MORN1 ENSG00000116151 +CDS chr1 2324097 2324143 ENST00000378531 protein_coding 8 2 13 MORN1 ENSG00000116151 +CDS chr1 2336469 2336548 ENST00000378531 protein_coding 8 2 12 MORN1 ENSG00000116151 +CDS chr1 2336717 2336850 ENST00000378531 protein_coding 8 2 11 MORN1 ENSG00000116151 +transcript chr1 2355175 2391707 ENST00000378529 protein_coding 7 1 NA MORN1 ENSG00000116151 +CDS chr1 2355451 2355464 ENST00000378529 protein_coding 7 1 11 MORN1 ENSG00000116151 +CDS chr1 2357432 2357598 ENST00000378531 protein_coding 8 2 10 MORN1 ENSG00000116151 +CDS chr1 2357432 2357598 ENST00000378529 protein_coding 7 1 10 MORN1 ENSG00000116151 +CDS chr1 2358592 2358715 ENST00000378531 protein_coding 8 2 9 MORN1 ENSG00000116151 +CDS chr1 2358592 2358715 ENST00000378529 protein_coding 7 1 9 MORN1 ENSG00000116151 +CDS chr1 2372481 2372591 ENST00000378531 protein_coding 8 2 8 MORN1 ENSG00000116151 +CDS chr1 2372481 2372591 ENST00000378529 protein_coding 7 1 8 MORN1 ENSG00000116151 +CDS chr1 2374461 2374557 ENST00000378531 protein_coding 8 2 7 MORN1 ENSG00000116151 +CDS chr1 2374461 2374557 ENST00000378529 protein_coding 7 1 7 MORN1 ENSG00000116151 +transcript chr1 2374853 2388337 ENST00000449373 protein_coding 2 2 NA MORN1 ENSG00000116151 +CDS chr1 2379062 2379227 ENST00000449373 protein_coding 2 2 5 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000378531 protein_coding 8 2 6 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000378529 protein_coding 7 1 6 MORN1 ENSG00000116151 +CDS chr1 2384978 2385065 ENST00000449373 protein_coding 2 2 4 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000378531 protein_coding 8 2 5 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000378529 protein_coding 7 1 5 MORN1 ENSG00000116151 +CDS chr1 2385807 2385897 ENST00000449373 protein_coding 2 2 3 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000378531 protein_coding 8 2 4 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000378529 protein_coding 7 1 4 MORN1 ENSG00000116151 +CDS chr1 2387419 2387529 ENST00000449373 protein_coding 2 2 2 MORN1 ENSG00000116151 +transcript chr1 2388004 2389996 ENST00000494279 protein_coding 2 2 NA MORN1 ENSG00000116151 +CDS chr1 2388231 2388337 ENST00000494279 protein_coding 2 2 2 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000378531 protein_coding 8 2 3 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000378529 protein_coding 7 1 3 MORN1 ENSG00000116151 +CDS chr1 2388239 2388337 ENST00000449373 protein_coding 2 2 1 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000378531 protein_coding 8 2 2 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000378529 protein_coding 7 1 2 MORN1 ENSG00000116151 +CDS chr1 2389925 2389996 ENST00000494279 protein_coding 2 2 1 MORN1 ENSG00000116151 +CDS chr1 2391458 2391533 ENST00000378531 protein_coding 8 2 1 MORN1 ENSG00000116151 +CDS chr1 2391458 2391533 ENST00000378529 protein_coding 7 1 1 MORN1 ENSG00000116151 +transcript chr1 2391775 2405442 ENST00000378513 protein_coding 7 3 NA RER1 ENSG00000157916 +transcript chr1 2391828 2402325 ENST00000378518 protein_coding 5 3 NA RER1 ENSG00000157916 +transcript chr1 2391841 2405436 ENST00000605895 protein_coding 6 1 NA RER1 ENSG00000157916 +transcript chr1 2391843 2403064 ENST00000306256 protein_coding 13 5 NA RER1 ENSG00000157916 +transcript chr1 2391890 2403751 ENST00000378512 protein_coding 5 1 NA RER1 ENSG00000157916 +transcript chr1 2393174 2402316 ENST00000443438 protein_coding 5 2 NA RER1 ENSG00000157916 +transcript chr1 2394005 2403216 ENST00000488353 protein_coding 2 1 NA RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378518 protein_coding 5 3 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000605895 protein_coding 6 1 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000306256 protein_coding 13 5 3 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378512 protein_coding 5 1 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000443438 protein_coding 5 2 2 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000488353 protein_coding 2 1 1 RER1 ENSG00000157916 +CDS chr1 2395791 2395871 ENST00000378513 protein_coding 7 3 2 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378518 protein_coding 5 3 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000605895 protein_coding 6 1 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000306256 protein_coding 13 5 4 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378512 protein_coding 5 1 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000443438 protein_coding 5 2 3 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000488353 protein_coding 2 1 2 RER1 ENSG00000157916 +CDS chr1 2397116 2397220 ENST00000378513 protein_coding 7 3 3 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000605895 protein_coding 6 1 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000306256 protein_coding 13 5 5 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000378512 protein_coding 5 1 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000443438 protein_coding 5 2 4 RER1 ENSG00000157916 +CDS chr1 2399415 2399514 ENST00000488353 protein_coding 2 1 3 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378518 protein_coding 5 3 4 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000605895 protein_coding 6 1 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000306256 protein_coding 13 5 6 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378512 protein_coding 5 1 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000443438 protein_coding 5 2 5 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000488353 protein_coding 2 1 4 RER1 ENSG00000157916 +CDS chr1 2400857 2400935 ENST00000378513 protein_coding 7 3 4 RER1 ENSG00000157916 +CDS chr1 2402097 2402292 ENST00000378512 protein_coding 5 1 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402292 ENST00000378518 protein_coding 5 3 5 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000605895 protein_coding 6 1 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000306256 protein_coding 13 5 7 RER1 ENSG00000157916 +CDS chr1 2402207 2402316 ENST00000443438 protein_coding 5 2 6 RER1 ENSG00000157916 +CDS chr1 2402207 2402342 ENST00000488353 protein_coding 2 1 5 RER1 ENSG00000157916 +CDS chr1 2402207 2402292 ENST00000378513 protein_coding 7 3 5 RER1 ENSG00000157916 +CDS chr1 2403035 2403121 ENST00000605895 protein_coding 6 1 7 RER1 ENSG00000157916 +CDS chr1 2403035 2403064 ENST00000306256 protein_coding 13 5 8 RER1 ENSG00000157916 +CDS chr1 2403035 2403121 ENST00000488353 protein_coding 2 1 6 RER1 ENSG00000157916 +transcript chr1 2403964 2412564 ENST00000288774 protein_coding 8 1 NA PEX10 ENSG00000157911 +transcript chr1 2403974 2412564 ENST00000447513 protein_coding 7 1 NA PEX10 ENSG00000157911 +transcript chr1 2404838 2412540 ENST00000507596 protein_coding 5 5 NA PEX10 ENSG00000157911 +CDS chr1 2405769 2405834 ENST00000288774 protein_coding 8 1 6 PEX10 ENSG00000157911 +CDS chr1 2405769 2405834 ENST00000447513 protein_coding 7 1 6 PEX10 ENSG00000157911 +CDS chr1 2405769 2405828 ENST00000507596 protein_coding 5 5 6 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000288774 protein_coding 8 1 5 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000447513 protein_coding 7 1 5 PEX10 ENSG00000157911 +CDS chr1 2406484 2406619 ENST00000507596 protein_coding 5 5 5 PEX10 ENSG00000157911 +CDS chr1 2406720 2406955 ENST00000288774 protein_coding 8 1 4 PEX10 ENSG00000157911 +CDS chr1 2406720 2406895 ENST00000447513 protein_coding 7 1 4 PEX10 ENSG00000157911 +CDS chr1 2406720 2406895 ENST00000507596 protein_coding 5 5 4 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000288774 protein_coding 8 1 3 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000447513 protein_coding 7 1 3 PEX10 ENSG00000157911 +CDS chr1 2408452 2408858 ENST00000507596 protein_coding 5 5 3 PEX10 ENSG00000157911 +transcript chr1 2408530 2413797 ENST00000508384 protein_coding 5 3 NA PEX10 ENSG00000157911 +CDS chr1 2408530 2408619 ENST00000508384 protein_coding 5 3 3 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000288774 protein_coding 8 1 2 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000447513 protein_coding 7 1 2 PEX10 ENSG00000157911 +CDS chr1 2410371 2410451 ENST00000507596 protein_coding 5 5 2 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000288774 protein_coding 8 1 1 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000447513 protein_coding 7 1 1 PEX10 ENSG00000157911 +CDS chr1 2412391 2412502 ENST00000507596 protein_coding 5 5 1 PEX10 ENSG00000157911 +transcript chr1 2425980 2479804 ENST00000609981 protein_coding 5 5 NA PLCH2 ENSG00000149527 +CDS chr1 2430515 2430629 ENST00000609981 protein_coding 5 5 2 PLCH2 ENSG00000149527 +transcript chr1 2467459 2505526 ENST00000449969 protein_coding 5 5 NA PLCH2 ENSG00000149527 +CDS chr1 2467620 2467662 ENST00000449969 protein_coding 5 5 1 PLCH2 ENSG00000149527 +transcript chr1 2476289 2505532 ENST00000378486 protein_coding 8 1 NA PLCH2 ENSG00000149527 +transcript chr1 2476315 2505525 ENST00000419816 protein_coding 6 5 NA PLCH2 ENSG00000149527 +CDS chr1 2476589 2476712 ENST00000419816 protein_coding 6 5 1 PLCH2 ENSG00000149527 +CDS chr1 2476589 2476712 ENST00000378486 protein_coding 8 1 1 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000609981 protein_coding 5 5 3 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000449969 protein_coding 5 5 2 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000419816 protein_coding 6 5 2 PLCH2 ENSG00000149527 +CDS chr1 2478476 2478622 ENST00000378486 protein_coding 8 1 2 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479804 ENST00000609981 protein_coding 5 5 4 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479978 ENST00000449969 protein_coding 5 5 3 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479978 ENST00000419816 protein_coding 6 5 3 PLCH2 ENSG00000149527 +CDS chr1 2479734 2479977 ENST00000378486 protein_coding 8 1 3 PLCH2 ENSG00000149527 +transcript chr1 2479888 2505276 ENST00000278878 protein_coding 6 5 NA PLCH2 ENSG00000149527 +CDS chr1 2479888 2479978 ENST00000278878 protein_coding 6 5 1 PLCH2 ENSG00000149527 +CDS chr1 2480183 2480312 ENST00000378486 protein_coding 8 1 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000449969 protein_coding 5 5 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000419816 protein_coding 6 5 4 PLCH2 ENSG00000149527 +CDS chr1 2480184 2480312 ENST00000278878 protein_coding 6 5 2 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000449969 protein_coding 5 5 5 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000419816 protein_coding 6 5 5 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000278878 protein_coding 6 5 3 PLCH2 ENSG00000149527 +CDS chr1 2484448 2484618 ENST00000378486 protein_coding 8 1 5 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000449969 protein_coding 5 5 6 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000419816 protein_coding 6 5 6 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000278878 protein_coding 6 5 4 PLCH2 ENSG00000149527 +CDS chr1 2486907 2487000 ENST00000378486 protein_coding 8 1 6 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000449969 protein_coding 5 5 7 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000419816 protein_coding 6 5 7 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000278878 protein_coding 6 5 5 PLCH2 ENSG00000149527 +CDS chr1 2487173 2487376 ENST00000378486 protein_coding 8 1 7 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000449969 protein_coding 5 5 8 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000419816 protein_coding 6 5 8 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000278878 protein_coding 6 5 6 PLCH2 ENSG00000149527 +CDS chr1 2487598 2487718 ENST00000378486 protein_coding 8 1 8 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000449969 protein_coding 5 5 9 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000419816 protein_coding 6 5 9 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000278878 protein_coding 6 5 7 PLCH2 ENSG00000149527 +CDS chr1 2489207 2489378 ENST00000378486 protein_coding 8 1 9 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000449969 protein_coding 5 5 10 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000419816 protein_coding 6 5 10 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000278878 protein_coding 6 5 8 PLCH2 ENSG00000149527 +CDS chr1 2489760 2489867 ENST00000378486 protein_coding 8 1 10 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000449969 protein_coding 5 5 11 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000419816 protein_coding 6 5 11 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000278878 protein_coding 6 5 9 PLCH2 ENSG00000149527 +CDS chr1 2491192 2491335 ENST00000378486 protein_coding 8 1 11 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000449969 protein_coding 5 5 12 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000419816 protein_coding 6 5 12 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000278878 protein_coding 6 5 10 PLCH2 ENSG00000149527 +CDS chr1 2494856 2494948 ENST00000378486 protein_coding 8 1 12 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000449969 protein_coding 5 5 13 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000419816 protein_coding 6 5 13 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000278878 protein_coding 6 5 11 PLCH2 ENSG00000149527 +CDS chr1 2495488 2495570 ENST00000378486 protein_coding 8 1 13 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000449969 protein_coding 5 5 14 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000419816 protein_coding 6 5 14 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000278878 protein_coding 6 5 12 PLCH2 ENSG00000149527 +CDS chr1 2496607 2496704 ENST00000378486 protein_coding 8 1 14 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000449969 protein_coding 5 5 15 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000419816 protein_coding 6 5 15 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000278878 protein_coding 6 5 13 PLCH2 ENSG00000149527 +CDS chr1 2496828 2497010 ENST00000378486 protein_coding 8 1 15 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000449969 protein_coding 5 5 16 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000419816 protein_coding 6 5 16 PLCH2 ENSG00000149527 +CDS chr1 2497502 2497609 ENST00000378486 protein_coding 8 1 16 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000449969 protein_coding 5 5 17 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000419816 protein_coding 6 5 17 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000278878 protein_coding 6 5 14 PLCH2 ENSG00000149527 +CDS chr1 2498523 2498647 ENST00000378486 protein_coding 8 1 17 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000449969 protein_coding 5 5 18 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000419816 protein_coding 6 5 18 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000278878 protein_coding 6 5 15 PLCH2 ENSG00000149527 +CDS chr1 2498744 2498828 ENST00000378486 protein_coding 8 1 18 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000449969 protein_coding 5 5 19 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000419816 protein_coding 6 5 19 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000278878 protein_coding 6 5 16 PLCH2 ENSG00000149527 +CDS chr1 2499084 2499230 ENST00000378486 protein_coding 8 1 19 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000449969 protein_coding 5 5 20 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000419816 protein_coding 6 5 20 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000278878 protein_coding 6 5 17 PLCH2 ENSG00000149527 +CDS chr1 2499641 2499720 ENST00000378486 protein_coding 8 1 20 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502910 ENST00000449969 protein_coding 5 5 21 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000419816 protein_coding 6 5 21 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000278878 protein_coding 6 5 18 PLCH2 ENSG00000149527 +CDS chr1 2502112 2502409 ENST00000378486 protein_coding 8 1 21 PLCH2 ENSG00000149527 +CDS chr1 2503617 2503624 ENST00000449969 protein_coding 5 5 22 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000419816 protein_coding 6 5 22 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000278878 protein_coding 6 5 19 PLCH2 ENSG00000149527 +CDS chr1 2503922 2505210 ENST00000378486 protein_coding 8 1 22 PLCH2 ENSG00000149527 +transcript chr1 2508537 2526596 ENST00000378466 protein_coding 9 1 NA PANK4 ENSG00000157881 +transcript chr1 2508537 2526596 ENST00000435556 protein_coding 8 2 NA PANK4 ENSG00000157881 +CDS chr1 2508850 2509060 ENST00000378466 protein_coding 9 1 19 PANK4 ENSG00000157881 +CDS chr1 2508850 2509060 ENST00000435556 protein_coding 8 2 19 PANK4 ENSG00000157881 +CDS chr1 2509862 2509930 ENST00000378466 protein_coding 9 1 18 PANK4 ENSG00000157881 +CDS chr1 2509862 2509930 ENST00000435556 protein_coding 8 2 18 PANK4 ENSG00000157881 +CDS chr1 2510057 2510157 ENST00000378466 protein_coding 9 1 17 PANK4 ENSG00000157881 +CDS chr1 2510057 2510157 ENST00000435556 protein_coding 8 2 17 PANK4 ENSG00000157881 +CDS chr1 2510678 2510782 ENST00000378466 protein_coding 9 1 16 PANK4 ENSG00000157881 +CDS chr1 2510678 2510782 ENST00000435556 protein_coding 8 2 16 PANK4 ENSG00000157881 +CDS chr1 2511338 2511387 ENST00000378466 protein_coding 9 1 15 PANK4 ENSG00000157881 +CDS chr1 2511338 2511387 ENST00000435556 protein_coding 8 2 15 PANK4 ENSG00000157881 +CDS chr1 2511628 2511683 ENST00000378466 protein_coding 9 1 14 PANK4 ENSG00000157881 +CDS chr1 2511628 2511683 ENST00000435556 protein_coding 8 2 14 PANK4 ENSG00000157881 +CDS chr1 2512888 2513039 ENST00000378466 protein_coding 9 1 13 PANK4 ENSG00000157881 +CDS chr1 2512888 2513039 ENST00000435556 protein_coding 8 2 13 PANK4 ENSG00000157881 +CDS chr1 2514002 2514089 ENST00000378466 protein_coding 9 1 12 PANK4 ENSG00000157881 +CDS chr1 2514002 2514089 ENST00000435556 protein_coding 8 2 12 PANK4 ENSG00000157881 +CDS chr1 2514354 2514466 ENST00000378466 protein_coding 9 1 11 PANK4 ENSG00000157881 +CDS chr1 2514354 2514466 ENST00000435556 protein_coding 8 2 11 PANK4 ENSG00000157881 +CDS chr1 2515562 2515717 ENST00000378466 protein_coding 9 1 10 PANK4 ENSG00000157881 +CDS chr1 2515562 2515717 ENST00000435556 protein_coding 8 2 10 PANK4 ENSG00000157881 +CDS chr1 2518164 2518264 ENST00000378466 protein_coding 9 1 9 PANK4 ENSG00000157881 +CDS chr1 2518164 2518264 ENST00000435556 protein_coding 8 2 9 PANK4 ENSG00000157881 +CDS chr1 2518516 2518597 ENST00000378466 protein_coding 9 1 8 PANK4 ENSG00000157881 +CDS chr1 2518516 2518597 ENST00000435556 protein_coding 8 2 8 PANK4 ENSG00000157881 +CDS chr1 2519143 2519324 ENST00000378466 protein_coding 9 1 7 PANK4 ENSG00000157881 +CDS chr1 2519143 2519324 ENST00000435556 protein_coding 8 2 7 PANK4 ENSG00000157881 +CDS chr1 2519801 2519954 ENST00000378466 protein_coding 9 1 6 PANK4 ENSG00000157881 +CDS chr1 2519801 2519954 ENST00000435556 protein_coding 8 2 6 PANK4 ENSG00000157881 +CDS chr1 2520322 2520414 ENST00000378466 protein_coding 9 1 5 PANK4 ENSG00000157881 +CDS chr1 2520322 2520414 ENST00000435556 protein_coding 8 2 5 PANK4 ENSG00000157881 +CDS chr1 2520723 2520906 ENST00000378466 protein_coding 9 1 4 PANK4 ENSG00000157881 +CDS chr1 2520723 2520833 ENST00000435556 protein_coding 8 2 4 PANK4 ENSG00000157881 +CDS chr1 2521101 2521315 ENST00000378466 protein_coding 9 1 3 PANK4 ENSG00000157881 +CDS chr1 2521145 2521315 ENST00000435556 protein_coding 8 2 3 PANK4 ENSG00000157881 +CDS chr1 2521718 2521800 ENST00000378466 protein_coding 9 1 2 PANK4 ENSG00000157881 +CDS chr1 2521718 2521800 ENST00000435556 protein_coding 8 2 2 PANK4 ENSG00000157881 +CDS chr1 2526464 2526587 ENST00000378466 protein_coding 9 1 1 PANK4 ENSG00000157881 +CDS chr1 2526464 2526587 ENST00000435556 protein_coding 8 2 1 PANK4 ENSG00000157881 +transcript chr1 2528745 2530263 ENST00000378453 protein_coding 4 1 NA HES5 ENSG00000197921 +CDS chr1 2529472 2529749 ENST00000378453 protein_coding 4 1 3 HES5 ENSG00000197921 +CDS chr1 2529846 2530011 ENST00000378453 protein_coding 4 1 2 HES5 ENSG00000197921 +CDS chr1 2530111 2530164 ENST00000378453 protein_coding 4 1 1 HES5 ENSG00000197921 +transcript chr1 2555639 2560714 ENST00000426449 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555791 2561815 ENST00000434817 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555802 2561815 ENST00000435221 protein_coding 6 2 NA TNFRSF14 ENSG00000157873 +transcript chr1 2555980 2561815 ENST00000451778 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2556222 2561718 ENST00000409119 protein_coding 5 3 NA TNFRSF14 ENSG00000157873 +transcript chr1 2556371 2563829 ENST00000355716 protein_coding 5 1 NA TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000426449 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000434817 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000435221 protein_coding 6 2 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000451778 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000409119 protein_coding 5 3 2 TNFRSF14 ENSG00000157873 +CDS chr1 2556665 2556733 ENST00000355716 protein_coding 5 1 1 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000426449 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000434817 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000435221 protein_coding 6 2 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000451778 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000409119 protein_coding 5 3 3 TNFRSF14 ENSG00000157873 +CDS chr1 2557726 2557834 ENST00000355716 protein_coding 5 1 2 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000426449 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000434817 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000435221 protein_coding 6 2 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000451778 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000409119 protein_coding 5 3 4 TNFRSF14 ENSG00000157873 +CDS chr1 2558343 2558468 ENST00000355716 protein_coding 5 1 3 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000426449 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000434817 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000435221 protein_coding 6 2 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000451778 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000409119 protein_coding 5 3 5 TNFRSF14 ENSG00000157873 +CDS chr1 2559823 2559978 ENST00000355716 protein_coding 5 1 4 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000426449 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000434817 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000435221 protein_coding 6 2 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000451778 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000409119 protein_coding 5 3 6 TNFRSF14 ENSG00000157873 +CDS chr1 2560624 2560714 ENST00000355716 protein_coding 5 1 5 TNFRSF14 ENSG00000157873 +transcript chr1 2560682 2565382 ENST00000482602 protein_coding 5 5 NA TNFRSF14 ENSG00000157873 +CDS chr1 2560682 2560714 ENST00000482602 protein_coding 5 5 1 TNFRSF14 ENSG00000157873 +CDS chr1 2561494 2561521 ENST00000409119 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000434817 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000435221 protein_coding 6 2 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000451778 protein_coding 5 3 7 TNFRSF14 ENSG00000157873 +CDS chr1 2561673 2561815 ENST00000355716 protein_coding 5 1 6 TNFRSF14 ENSG00000157873 +CDS chr1 2561777 2561815 ENST00000482602 protein_coding 5 5 2 TNFRSF14 ENSG00000157873 +CDS chr1 2562865 2562896 ENST00000355716 protein_coding 5 1 7 TNFRSF14 ENSG00000157873 +CDS chr1 2562865 2562865 ENST00000482602 protein_coding 5 5 3 TNFRSF14 ENSG00000157873 +CDS chr1 2563148 2563270 ENST00000355716 protein_coding 5 1 8 TNFRSF14 ENSG00000157873 +transcript chr1 2586750 2591467 ENST00000444521 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586750 2591467 ENST00000378425 protein_coding 9 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586777 2591468 ENST00000419916 protein_coding 8 1 NA PRXL2B ENSG00000157870 +transcript chr1 2586780 2591467 ENST00000378424 protein_coding 9 5 NA PRXL2B ENSG00000157870 +transcript chr1 2586796 2589947 ENST00000537325 protein_coding 6 2 NA PRXL2B ENSG00000157870 +CDS chr1 2586796 2586948 ENST00000444521 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586796 2586948 ENST00000378425 protein_coding 9 2 1 PRXL2B ENSG00000157870 +transcript chr1 2586798 2591463 ENST00000378427 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586833 2588977 ENST00000465233 protein_coding 6 2 NA PRXL2B ENSG00000157870 +transcript chr1 2586877 2588992 ENST00000498083 protein_coding 2 3 NA PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000419916 protein_coding 8 1 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000378424 protein_coding 9 5 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000537325 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000378427 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000465233 protein_coding 6 2 1 PRXL2B ENSG00000157870 +CDS chr1 2586886 2586948 ENST00000498083 protein_coding 2 3 1 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000419916 protein_coding 8 1 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378424 protein_coding 9 5 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000537325 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378427 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000465233 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000498083 protein_coding 2 3 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000444521 protein_coding 6 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587091 2587295 ENST00000378425 protein_coding 9 2 2 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000419916 protein_coding 8 1 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378424 protein_coding 9 5 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000537325 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378427 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000465233 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000498083 protein_coding 2 3 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000444521 protein_coding 6 2 3 PRXL2B ENSG00000157870 +CDS chr1 2587741 2587792 ENST00000378425 protein_coding 9 2 3 PRXL2B ENSG00000157870 +CDS chr1 2588336 2588453 ENST00000378424 protein_coding 9 5 4 PRXL2B ENSG00000157870 +CDS chr1 2588336 2588453 ENST00000444521 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000419916 protein_coding 8 1 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000537325 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000378427 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000465233 protein_coding 6 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000498083 protein_coding 2 3 4 PRXL2B ENSG00000157870 +CDS chr1 2588390 2588453 ENST00000378425 protein_coding 9 2 4 PRXL2B ENSG00000157870 +CDS chr1 2588530 2588625 ENST00000465233 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000419916 protein_coding 8 1 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000378424 protein_coding 9 5 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000378427 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588550 2588625 ENST00000444521 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588922 2589040 ENST00000419916 protein_coding 8 1 6 PRXL2B ENSG00000157870 +CDS chr1 2588922 2588977 ENST00000465233 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588922 2588992 ENST00000498083 protein_coding 2 3 5 PRXL2B ENSG00000157870 +CDS chr1 2588922 2589040 ENST00000444521 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378424 protein_coding 9 5 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378427 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2588954 2589040 ENST00000378425 protein_coding 9 2 5 PRXL2B ENSG00000157870 +CDS chr1 2588957 2589040 ENST00000537325 protein_coding 6 2 5 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000419916 protein_coding 8 1 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589411 ENST00000378424 protein_coding 9 5 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000537325 protein_coding 6 2 6 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589411 ENST00000378427 protein_coding 6 2 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000444521 protein_coding 6 2 7 PRXL2B ENSG00000157870 +CDS chr1 2589410 2589424 ENST00000378425 protein_coding 9 2 6 PRXL2B ENSG00000157870 +transcript chr1 2590639 2592678 ENST00000471840 protein_coding 5 5 NA MMEL1 ENSG00000142606 +transcript chr1 2590639 2633016 ENST00000378412 protein_coding 8 2 NA MMEL1 ENSG00000142606 +transcript chr1 2590926 2629494 ENST00000502556 protein_coding 5 1 NA MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000471840 protein_coding 5 5 3 MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000378412 protein_coding 8 2 24 MMEL1 ENSG00000142606 +CDS chr1 2590993 2591089 ENST00000502556 protein_coding 5 1 19 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000471840 protein_coding 5 5 2 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000378412 protein_coding 8 2 23 MMEL1 ENSG00000142606 +CDS chr1 2591557 2591633 ENST00000502556 protein_coding 5 1 18 MMEL1 ENSG00000142606 +CDS chr1 2591932 2592027 ENST00000378412 protein_coding 8 2 22 MMEL1 ENSG00000142606 +CDS chr1 2591932 2592027 ENST00000502556 protein_coding 5 1 17 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592678 ENST00000471840 protein_coding 5 5 1 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592720 ENST00000378412 protein_coding 8 2 21 MMEL1 ENSG00000142606 +CDS chr1 2592655 2592720 ENST00000502556 protein_coding 5 1 16 MMEL1 ENSG00000142606 +CDS chr1 2592833 2592966 ENST00000378412 protein_coding 8 2 20 MMEL1 ENSG00000142606 +CDS chr1 2592833 2592966 ENST00000502556 protein_coding 5 1 15 MMEL1 ENSG00000142606 +CDS chr1 2593814 2593933 ENST00000378412 protein_coding 8 2 19 MMEL1 ENSG00000142606 +CDS chr1 2593814 2593933 ENST00000502556 protein_coding 5 1 14 MMEL1 ENSG00000142606 +CDS chr1 2594385 2594443 ENST00000378412 protein_coding 8 2 18 MMEL1 ENSG00000142606 +CDS chr1 2594385 2594443 ENST00000502556 protein_coding 5 1 13 MMEL1 ENSG00000142606 +CDS chr1 2594790 2594893 ENST00000378412 protein_coding 8 2 17 MMEL1 ENSG00000142606 +CDS chr1 2594790 2594893 ENST00000502556 protein_coding 5 1 12 MMEL1 ENSG00000142606 +CDS chr1 2595276 2595359 ENST00000378412 protein_coding 8 2 16 MMEL1 ENSG00000142606 +CDS chr1 2595276 2595359 ENST00000502556 protein_coding 5 1 11 MMEL1 ENSG00000142606 +CDS chr1 2596009 2596107 ENST00000378412 protein_coding 8 2 15 MMEL1 ENSG00000142606 +CDS chr1 2596009 2596107 ENST00000502556 protein_coding 5 1 10 MMEL1 ENSG00000142606 +CDS chr1 2596561 2596689 ENST00000378412 protein_coding 8 2 14 MMEL1 ENSG00000142606 +CDS chr1 2596561 2596689 ENST00000502556 protein_coding 5 1 9 MMEL1 ENSG00000142606 +CDS chr1 2598207 2598300 ENST00000378412 protein_coding 8 2 13 MMEL1 ENSG00000142606 +CDS chr1 2598207 2598300 ENST00000502556 protein_coding 5 1 8 MMEL1 ENSG00000142606 +CDS chr1 2598654 2598790 ENST00000378412 protein_coding 8 2 12 MMEL1 ENSG00000142606 +CDS chr1 2598654 2598790 ENST00000502556 protein_coding 5 1 7 MMEL1 ENSG00000142606 +CDS chr1 2603884 2603973 ENST00000378412 protein_coding 8 2 11 MMEL1 ENSG00000142606 +CDS chr1 2603884 2603973 ENST00000502556 protein_coding 5 1 6 MMEL1 ENSG00000142606 +CDS chr1 2604147 2604281 ENST00000378412 protein_coding 8 2 10 MMEL1 ENSG00000142606 +CDS chr1 2605558 2605623 ENST00000378412 protein_coding 8 2 9 MMEL1 ENSG00000142606 +CDS chr1 2606248 2606366 ENST00000378412 protein_coding 8 2 8 MMEL1 ENSG00000142606 +CDS chr1 2606974 2607069 ENST00000378412 protein_coding 8 2 7 MMEL1 ENSG00000142606 +CDS chr1 2609339 2609419 ENST00000378412 protein_coding 8 2 6 MMEL1 ENSG00000142606 +CDS chr1 2609394 2609419 ENST00000502556 protein_coding 5 1 5 MMEL1 ENSG00000142606 +CDS chr1 2609670 2609831 ENST00000378412 protein_coding 8 2 5 MMEL1 ENSG00000142606 +CDS chr1 2609670 2609831 ENST00000502556 protein_coding 5 1 4 MMEL1 ENSG00000142606 +CDS chr1 2611281 2611340 ENST00000378412 protein_coding 8 2 4 MMEL1 ENSG00000142606 +CDS chr1 2611281 2611340 ENST00000502556 protein_coding 5 1 3 MMEL1 ENSG00000142606 +CDS chr1 2612127 2612204 ENST00000378412 protein_coding 8 2 3 MMEL1 ENSG00000142606 +CDS chr1 2612127 2612204 ENST00000502556 protein_coding 5 1 2 MMEL1 ENSG00000142606 +CDS chr1 2629331 2629484 ENST00000378412 protein_coding 8 2 2 MMEL1 ENSG00000142606 +CDS chr1 2629331 2629484 ENST00000502556 protein_coding 5 1 1 MMEL1 ENSG00000142606 +transcript chr1 2635976 2801717 ENST00000401095 protein_coding 8 5 NA TTC34 ENSG00000215912 +transcript chr1 2641368 2789665 ENST00000637179 protein_coding 1 5 NA TTC34 ENSG00000215912 +CDS chr1 2641371 2641895 ENST00000401095 protein_coding 8 5 9 TTC34 ENSG00000215912 +CDS chr1 2641371 2641895 ENST00000637179 protein_coding 1 5 7 TTC34 ENSG00000215912 +CDS chr1 2644264 2644478 ENST00000401095 protein_coding 8 5 8 TTC34 ENSG00000215912 +CDS chr1 2644264 2644478 ENST00000637179 protein_coding 1 5 6 TTC34 ENSG00000215912 +CDS chr1 2645293 2645563 ENST00000401095 protein_coding 8 5 7 TTC34 ENSG00000215912 +CDS chr1 2645293 2645563 ENST00000637179 protein_coding 1 5 5 TTC34 ENSG00000215912 +CDS chr1 2783609 2783775 ENST00000401095 protein_coding 8 5 6 TTC34 ENSG00000215912 +CDS chr1 2783609 2783775 ENST00000637179 protein_coding 1 5 4 TTC34 ENSG00000215912 +CDS chr1 2785819 2786023 ENST00000401095 protein_coding 8 5 5 TTC34 ENSG00000215912 +CDS chr1 2785819 2786023 ENST00000637179 protein_coding 1 5 3 TTC34 ENSG00000215912 +CDS chr1 2787481 2787706 ENST00000401095 protein_coding 8 5 4 TTC34 ENSG00000215912 +CDS chr1 2787481 2787706 ENST00000637179 protein_coding 1 5 2 TTC34 ENSG00000215912 +CDS chr1 2789503 2790346 ENST00000401095 protein_coding 8 5 3 TTC34 ENSG00000215912 +CDS chr1 2789503 2789591 ENST00000637179 protein_coding 1 5 1 TTC34 ENSG00000215912 +CDS chr1 2800044 2800827 ENST00000401095 protein_coding 8 5 2 TTC34 ENSG00000215912 +transcript chr1 3021467 3022903 ENST00000378404 protein_coding 4 NA NA ACTRT2 ENSG00000169717 +CDS chr1 3021687 3022817 ENST00000378404 protein_coding 4 NA 1 ACTRT2 ENSG00000169717 +transcript chr1 3069168 3434342 ENST00000511072 protein_coding 5 5 NA PRDM16 ENSG00000142611 +transcript chr1 3069197 3435421 ENST00000378391 protein_coding 6 1 NA PRDM16 ENSG00000142611 +transcript chr1 3069203 3438621 ENST00000270722 protein_coding 10 1 NA PRDM16 ENSG00000142611 +transcript chr1 3069211 3434342 ENST00000514189 protein_coding 5 5 NA PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000511072 protein_coding 5 5 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000378391 protein_coding 6 1 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000514189 protein_coding 5 5 1 PRDM16 ENSG00000142611 +CDS chr1 3069260 3069296 ENST00000270722 protein_coding 10 1 1 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000511072 protein_coding 5 5 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000378391 protein_coding 6 1 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000514189 protein_coding 5 5 2 PRDM16 ENSG00000142611 +CDS chr1 3186125 3186474 ENST00000270722 protein_coding 10 1 2 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000511072 protein_coding 5 5 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000378391 protein_coding 6 1 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000514189 protein_coding 5 5 3 PRDM16 ENSG00000142611 +CDS chr1 3244087 3244137 ENST00000270722 protein_coding 10 1 3 PRDM16 ENSG00000142611 +transcript chr1 3244132 3386918 ENST00000463591 protein_coding 1 5 NA PRDM16 ENSG00000142611 +CDS chr1 3244132 3244137 ENST00000463591 protein_coding 1 5 1 PRDM16 ENSG00000142611 +CDS chr1 3385149 3385286 ENST00000511072 protein_coding 5 5 4 PRDM16 ENSG00000142611 +CDS chr1 3385149 3385286 ENST00000514189 protein_coding 5 5 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000378391 protein_coding 6 1 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000270722 protein_coding 10 1 4 PRDM16 ENSG00000142611 +CDS chr1 3385152 3385286 ENST00000463591 protein_coding 1 5 2 PRDM16 ENSG00000142611 +CDS chr1 3386676 3386693 ENST00000463591 protein_coding 1 5 3 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000511072 protein_coding 5 5 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000378391 protein_coding 6 1 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000514189 protein_coding 5 5 5 PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000270722 protein_coding 10 1 5 PRDM16 ENSG00000142611 +transcript chr1 3396491 3434293 ENST00000509860 protein_coding 1 5 NA PRDM16 ENSG00000142611 +CDS chr1 3396491 3396593 ENST00000509860 protein_coding 1 5 1 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000511072 protein_coding 5 5 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000378391 protein_coding 6 1 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000514189 protein_coding 5 5 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000270722 protein_coding 10 1 6 PRDM16 ENSG00000142611 +CDS chr1 3402791 3402998 ENST00000509860 protein_coding 1 5 2 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000511072 protein_coding 5 5 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000378391 protein_coding 6 1 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000514189 protein_coding 5 5 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000270722 protein_coding 10 1 7 PRDM16 ENSG00000142611 +CDS chr1 3404739 3404886 ENST00000509860 protein_coding 1 5 3 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000511072 protein_coding 5 5 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000378391 protein_coding 6 1 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000514189 protein_coding 5 5 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000270722 protein_coding 10 1 8 PRDM16 ENSG00000142611 +CDS chr1 3405495 3405648 ENST00000509860 protein_coding 1 5 4 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000511072 protein_coding 5 5 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000378391 protein_coding 6 1 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000514189 protein_coding 5 5 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000270722 protein_coding 10 1 9 PRDM16 ENSG00000142611 +CDS chr1 3411384 3412800 ENST00000509860 protein_coding 1 5 5 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000511072 protein_coding 5 5 10 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000378391 protein_coding 6 1 10 PRDM16 ENSG00000142611 +CDS chr1 3414560 3414647 ENST00000270722 protein_coding 10 1 10 PRDM16 ENSG00000142611 +CDS chr1 3414563 3414647 ENST00000514189 protein_coding 5 5 10 PRDM16 ENSG00000142611 +CDS chr1 3414563 3414647 ENST00000509860 protein_coding 1 5 6 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000511072 protein_coding 5 5 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000378391 protein_coding 6 1 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000514189 protein_coding 5 5 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000270722 protein_coding 10 1 11 PRDM16 ENSG00000142611 +CDS chr1 3417828 3417997 ENST00000509860 protein_coding 1 5 7 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000511072 protein_coding 5 5 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000378391 protein_coding 6 1 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000514189 protein_coding 5 5 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000270722 protein_coding 10 1 12 PRDM16 ENSG00000142611 +CDS chr1 3418667 3418744 ENST00000509860 protein_coding 1 5 8 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000511072 protein_coding 5 5 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000378391 protein_coding 6 1 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000514189 protein_coding 5 5 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000270722 protein_coding 10 1 13 PRDM16 ENSG00000142611 +CDS chr1 3425581 3425750 ENST00000509860 protein_coding 1 5 9 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000511072 protein_coding 5 5 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000378391 protein_coding 6 1 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000514189 protein_coding 5 5 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000270722 protein_coding 10 1 14 PRDM16 ENSG00000142611 +CDS chr1 3426051 3426225 ENST00000509860 protein_coding 1 5 10 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000511072 protein_coding 5 5 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000378391 protein_coding 6 1 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000514189 protein_coding 5 5 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000270722 protein_coding 10 1 15 PRDM16 ENSG00000142611 +CDS chr1 3430872 3431108 ENST00000509860 protein_coding 1 5 11 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000378391 protein_coding 6 1 16 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000270722 protein_coding 10 1 16 PRDM16 ENSG00000142611 +CDS chr1 3431966 3432140 ENST00000509860 protein_coding 1 5 12 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433686 ENST00000511072 protein_coding 5 5 16 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433686 ENST00000514189 protein_coding 5 5 16 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433808 ENST00000270722 protein_coding 10 1 17 PRDM16 ENSG00000142611 +CDS chr1 3433677 3433808 ENST00000509860 protein_coding 1 5 13 PRDM16 ENSG00000142611 +CDS chr1 3433734 3433808 ENST00000378391 protein_coding 6 1 17 PRDM16 ENSG00000142611 +transcript chr1 3454665 3481113 ENST00000378378 protein_coding 9 2 NA ARHGEF16 ENSG00000130762 +CDS chr1 3463085 3463672 ENST00000378378 protein_coding 9 2 2 ARHGEF16 ENSG00000130762 +transcript chr1 3466005 3481113 ENST00000378373 protein_coding 5 1 NA ARHGEF16 ENSG00000130762 +CDS chr1 3466148 3466193 ENST00000378378 protein_coding 9 2 3 ARHGEF16 ENSG00000130762 +transcript chr1 3466971 3481113 ENST00000378371 protein_coding 6 1 NA ARHGEF16 ENSG00000130762 +CDS chr1 3467168 3467337 ENST00000378378 protein_coding 9 2 4 ARHGEF16 ENSG00000130762 +transcript chr1 3468544 3473521 ENST00000445297 protein_coding 5 3 NA ARHGEF16 ENSG00000130762 +CDS chr1 3468880 3468936 ENST00000378378 protein_coding 9 2 5 ARHGEF16 ENSG00000130762 +CDS chr1 3469433 3469593 ENST00000378378 protein_coding 9 2 6 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000378373 protein_coding 5 1 4 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000378371 protein_coding 6 1 3 ARHGEF16 ENSG00000130762 +CDS chr1 3469436 3469593 ENST00000445297 protein_coding 5 3 2 ARHGEF16 ENSG00000130762 +transcript chr1 3471624 3476019 ENST00000418137 protein_coding 1 4 NA ARHGEF16 ENSG00000130762 +CDS chr1 3471658 3471791 ENST00000418137 protein_coding 1 4 1 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378378 protein_coding 9 2 7 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378373 protein_coding 5 1 5 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000378371 protein_coding 6 1 4 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000445297 protein_coding 5 3 3 ARHGEF16 ENSG00000130762 +CDS chr1 3473078 3473230 ENST00000418137 protein_coding 1 4 2 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378378 protein_coding 9 2 8 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378373 protein_coding 5 1 6 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000378371 protein_coding 6 1 5 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473521 ENST00000445297 protein_coding 5 3 4 ARHGEF16 ENSG00000130762 +CDS chr1 3473393 3473522 ENST00000418137 protein_coding 1 4 3 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378378 protein_coding 9 2 9 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378373 protein_coding 5 1 7 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000378371 protein_coding 6 1 6 ARHGEF16 ENSG00000130762 +CDS chr1 3474708 3474782 ENST00000418137 protein_coding 1 4 4 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378378 protein_coding 9 2 10 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378373 protein_coding 5 1 8 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476062 ENST00000378371 protein_coding 6 1 7 ARHGEF16 ENSG00000130762 +CDS chr1 3475970 3476019 ENST00000418137 protein_coding 1 4 5 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378378 protein_coding 9 2 11 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378373 protein_coding 5 1 9 ARHGEF16 ENSG00000130762 +CDS chr1 3477875 3478026 ENST00000378371 protein_coding 6 1 8 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378378 protein_coding 9 2 12 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378373 protein_coding 5 1 10 ARHGEF16 ENSG00000130762 +CDS chr1 3478424 3478612 ENST00000378371 protein_coding 6 1 9 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378378 protein_coding 9 2 13 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378373 protein_coding 5 1 11 ARHGEF16 ENSG00000130762 +CDS chr1 3479517 3479590 ENST00000378371 protein_coding 6 1 10 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378378 protein_coding 9 2 14 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378373 protein_coding 5 1 12 ARHGEF16 ENSG00000130762 +CDS chr1 3479812 3479913 ENST00000378371 protein_coding 6 1 11 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378378 protein_coding 9 2 15 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378373 protein_coding 5 1 13 ARHGEF16 ENSG00000130762 +CDS chr1 3480448 3480584 ENST00000378371 protein_coding 6 1 12 ARHGEF16 ENSG00000130762 +transcript chr1 3487951 3611508 ENST00000356575 protein_coding 9 1 NA MEGF6 ENSG00000162591 +transcript chr1 3489920 3531448 ENST00000294599 protein_coding 8 1 NA MEGF6 ENSG00000162591 +CDS chr1 3490531 3490589 ENST00000294599 protein_coding 8 1 30 MEGF6 ENSG00000162591 +CDS chr1 3490531 3490589 ENST00000356575 protein_coding 9 1 37 MEGF6 ENSG00000162591 +CDS chr1 3490912 3490959 ENST00000294599 protein_coding 8 1 29 MEGF6 ENSG00000162591 +CDS chr1 3490912 3490959 ENST00000356575 protein_coding 9 1 36 MEGF6 ENSG00000162591 +transcript chr1 3490925 3496717 ENST00000491842 protein_coding 1 5 NA MEGF6 ENSG00000162591 +CDS chr1 3490925 3490959 ENST00000491842 protein_coding 1 5 7 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000294599 protein_coding 8 1 28 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000356575 protein_coding 9 1 35 MEGF6 ENSG00000162591 +CDS chr1 3492639 3492767 ENST00000491842 protein_coding 1 5 6 MEGF6 ENSG00000162591 +CDS chr1 3493771 3493797 ENST00000294599 protein_coding 8 1 27 MEGF6 ENSG00000162591 +CDS chr1 3493771 3493899 ENST00000356575 protein_coding 9 1 34 MEGF6 ENSG00000162591 +CDS chr1 3493996 3494124 ENST00000356575 protein_coding 9 1 33 MEGF6 ENSG00000162591 +CDS chr1 3493996 3494124 ENST00000491842 protein_coding 1 5 5 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000294599 protein_coding 8 1 26 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000356575 protein_coding 9 1 32 MEGF6 ENSG00000162591 +CDS chr1 3494371 3494499 ENST00000491842 protein_coding 1 5 4 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000294599 protein_coding 8 1 25 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000356575 protein_coding 9 1 31 MEGF6 ENSG00000162591 +CDS chr1 3494613 3494741 ENST00000491842 protein_coding 1 5 3 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000294599 protein_coding 8 1 24 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000356575 protein_coding 9 1 30 MEGF6 ENSG00000162591 +CDS chr1 3495890 3496018 ENST00000491842 protein_coding 1 5 2 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496783 ENST00000294599 protein_coding 8 1 23 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496783 ENST00000356575 protein_coding 9 1 29 MEGF6 ENSG00000162591 +CDS chr1 3496655 3496717 ENST00000491842 protein_coding 1 5 1 MEGF6 ENSG00000162591 +CDS chr1 3496988 3497119 ENST00000356575 protein_coding 9 1 28 MEGF6 ENSG00000162591 +CDS chr1 3497233 3497361 ENST00000294599 protein_coding 8 1 22 MEGF6 ENSG00000162591 +CDS chr1 3497233 3497361 ENST00000356575 protein_coding 9 1 27 MEGF6 ENSG00000162591 +CDS chr1 3498371 3498499 ENST00000294599 protein_coding 8 1 21 MEGF6 ENSG00000162591 +CDS chr1 3498371 3498499 ENST00000356575 protein_coding 9 1 26 MEGF6 ENSG00000162591 +CDS chr1 3498698 3498826 ENST00000356575 protein_coding 9 1 25 MEGF6 ENSG00000162591 +CDS chr1 3499138 3499266 ENST00000356575 protein_coding 9 1 24 MEGF6 ENSG00000162591 +CDS chr1 3499588 3499716 ENST00000294599 protein_coding 8 1 20 MEGF6 ENSG00000162591 +CDS chr1 3499588 3499716 ENST00000356575 protein_coding 9 1 23 MEGF6 ENSG00000162591 +CDS chr1 3499796 3499924 ENST00000294599 protein_coding 8 1 19 MEGF6 ENSG00000162591 +CDS chr1 3499796 3499924 ENST00000356575 protein_coding 9 1 22 MEGF6 ENSG00000162591 +CDS chr1 3500633 3500764 ENST00000294599 protein_coding 8 1 18 MEGF6 ENSG00000162591 +CDS chr1 3500633 3500764 ENST00000356575 protein_coding 9 1 21 MEGF6 ENSG00000162591 +CDS chr1 3500966 3501094 ENST00000294599 protein_coding 8 1 17 MEGF6 ENSG00000162591 +CDS chr1 3500966 3501094 ENST00000356575 protein_coding 9 1 20 MEGF6 ENSG00000162591 +CDS chr1 3501177 3501308 ENST00000294599 protein_coding 8 1 16 MEGF6 ENSG00000162591 +CDS chr1 3501177 3501308 ENST00000356575 protein_coding 9 1 19 MEGF6 ENSG00000162591 +CDS chr1 3501796 3501921 ENST00000294599 protein_coding 8 1 15 MEGF6 ENSG00000162591 +CDS chr1 3501796 3501921 ENST00000356575 protein_coding 9 1 18 MEGF6 ENSG00000162591 +CDS chr1 3505208 3505342 ENST00000294599 protein_coding 8 1 14 MEGF6 ENSG00000162591 +CDS chr1 3505208 3505342 ENST00000356575 protein_coding 9 1 17 MEGF6 ENSG00000162591 +CDS chr1 3505422 3505556 ENST00000294599 protein_coding 8 1 13 MEGF6 ENSG00000162591 +CDS chr1 3505422 3505556 ENST00000356575 protein_coding 9 1 16 MEGF6 ENSG00000162591 +CDS chr1 3506108 3506236 ENST00000294599 protein_coding 8 1 12 MEGF6 ENSG00000162591 +CDS chr1 3506108 3506236 ENST00000356575 protein_coding 9 1 15 MEGF6 ENSG00000162591 +CDS chr1 3507795 3507923 ENST00000294599 protein_coding 8 1 11 MEGF6 ENSG00000162591 +CDS chr1 3507795 3507923 ENST00000356575 protein_coding 9 1 14 MEGF6 ENSG00000162591 +CDS chr1 3508558 3508689 ENST00000294599 protein_coding 8 1 10 MEGF6 ENSG00000162591 +CDS chr1 3508558 3508689 ENST00000356575 protein_coding 9 1 13 MEGF6 ENSG00000162591 +CDS chr1 3509075 3509245 ENST00000294599 protein_coding 8 1 9 MEGF6 ENSG00000162591 +CDS chr1 3509075 3509245 ENST00000356575 protein_coding 9 1 12 MEGF6 ENSG00000162591 +CDS chr1 3509870 3509992 ENST00000294599 protein_coding 8 1 8 MEGF6 ENSG00000162591 +CDS chr1 3509870 3509992 ENST00000356575 protein_coding 9 1 11 MEGF6 ENSG00000162591 +CDS chr1 3510783 3510902 ENST00000294599 protein_coding 8 1 7 MEGF6 ENSG00000162591 +CDS chr1 3510783 3510902 ENST00000356575 protein_coding 9 1 10 MEGF6 ENSG00000162591 +CDS chr1 3511550 3511687 ENST00000294599 protein_coding 8 1 6 MEGF6 ENSG00000162591 +CDS chr1 3511550 3511687 ENST00000356575 protein_coding 9 1 9 MEGF6 ENSG00000162591 +CDS chr1 3512006 3512128 ENST00000294599 protein_coding 8 1 5 MEGF6 ENSG00000162591 +CDS chr1 3512006 3512128 ENST00000356575 protein_coding 9 1 8 MEGF6 ENSG00000162591 +CDS chr1 3514550 3514672 ENST00000294599 protein_coding 8 1 4 MEGF6 ENSG00000162591 +CDS chr1 3514550 3514672 ENST00000356575 protein_coding 9 1 7 MEGF6 ENSG00000162591 +CDS chr1 3515402 3515527 ENST00000294599 protein_coding 8 1 3 MEGF6 ENSG00000162591 +CDS chr1 3515402 3515527 ENST00000356575 protein_coding 9 1 6 MEGF6 ENSG00000162591 +CDS chr1 3524124 3524246 ENST00000294599 protein_coding 8 1 2 MEGF6 ENSG00000162591 +CDS chr1 3524124 3524246 ENST00000356575 protein_coding 9 1 5 MEGF6 ENSG00000162591 +CDS chr1 3531080 3531245 ENST00000294599 protein_coding 8 1 1 MEGF6 ENSG00000162591 +CDS chr1 3579825 3579929 ENST00000356575 protein_coding 9 1 4 MEGF6 ENSG00000162591 +CDS chr1 3595338 3595447 ENST00000356575 protein_coding 9 1 3 MEGF6 ENSG00000162591 +CDS chr1 3602466 3602600 ENST00000356575 protein_coding 9 1 2 MEGF6 ENSG00000162591 +CDS chr1 3611138 3611268 ENST00000356575 protein_coding 9 1 1 MEGF6 ENSG00000162591 +transcript chr1 3625015 3630127 ENST00000378344 protein_coding 7 2 NA TPRG1L ENSG00000158109 +transcript chr1 3625050 3630127 ENST00000344579 protein_coding 5 1 NA TPRG1L ENSG00000158109 +CDS chr1 3625073 3625273 ENST00000378344 protein_coding 7 2 1 TPRG1L ENSG00000158109 +CDS chr1 3625073 3625273 ENST00000344579 protein_coding 5 1 1 TPRG1L ENSG00000158109 +CDS chr1 3625424 3625515 ENST00000378344 protein_coding 7 2 2 TPRG1L ENSG00000158109 +CDS chr1 3625424 3625515 ENST00000344579 protein_coding 5 1 2 TPRG1L ENSG00000158109 +CDS chr1 3625713 3625889 ENST00000378344 protein_coding 7 2 3 TPRG1L ENSG00000158109 +CDS chr1 3627500 3627653 ENST00000378344 protein_coding 7 2 4 TPRG1L ENSG00000158109 +CDS chr1 3627500 3627653 ENST00000344579 protein_coding 5 1 3 TPRG1L ENSG00000158109 +CDS chr1 3628409 3628600 ENST00000378344 protein_coding 7 2 5 TPRG1L ENSG00000158109 +CDS chr1 3628409 3628600 ENST00000344579 protein_coding 5 1 4 TPRG1L ENSG00000158109 +transcript chr1 3630767 3650058 ENST00000378322 protein_coding 7 1 NA WRAP73 ENSG00000116213 +transcript chr1 3630770 3650103 ENST00000270708 protein_coding 12 1 NA WRAP73 ENSG00000116213 +CDS chr1 3630978 3631117 ENST00000270708 protein_coding 12 1 12 WRAP73 ENSG00000116213 +CDS chr1 3631401 3631657 ENST00000378322 protein_coding 7 1 11 WRAP73 ENSG00000116213 +CDS chr1 3631466 3631657 ENST00000270708 protein_coding 12 1 11 WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000378322 protein_coding 7 1 10 WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000270708 protein_coding 12 1 10 WRAP73 ENSG00000116213 +transcript chr1 3632213 3650026 ENST00000424367 protein_coding 5 5 NA WRAP73 ENSG00000116213 +CDS chr1 3632213 3632338 ENST00000424367 protein_coding 5 5 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000378322 protein_coding 7 1 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000270708 protein_coding 12 1 9 WRAP73 ENSG00000116213 +CDS chr1 3633398 3633503 ENST00000424367 protein_coding 5 5 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000378322 protein_coding 7 1 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000270708 protein_coding 12 1 8 WRAP73 ENSG00000116213 +CDS chr1 3634997 3635074 ENST00000424367 protein_coding 5 5 7 WRAP73 ENSG00000116213 +transcript chr1 3635014 3652761 ENST00000465916 protein_coding 5 3 NA WRAP73 ENSG00000116213 +CDS chr1 3635014 3635074 ENST00000465916 protein_coding 5 3 8 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000378322 protein_coding 7 1 7 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000270708 protein_coding 12 1 7 WRAP73 ENSG00000116213 +CDS chr1 3635160 3635294 ENST00000465916 protein_coding 5 3 7 WRAP73 ENSG00000116213 +transcript chr1 3635272 3650063 ENST00000419924 protein_coding 2 5 NA WRAP73 ENSG00000116213 +CDS chr1 3635272 3635294 ENST00000419924 protein_coding 2 5 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000378322 protein_coding 7 1 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000270708 protein_coding 12 1 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000424367 protein_coding 5 5 6 WRAP73 ENSG00000116213 +CDS chr1 3635944 3636030 ENST00000465916 protein_coding 5 3 6 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000378322 protein_coding 7 1 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000270708 protein_coding 12 1 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000424367 protein_coding 5 5 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000465916 protein_coding 5 3 5 WRAP73 ENSG00000116213 +CDS chr1 3636995 3637098 ENST00000419924 protein_coding 2 5 5 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000378322 protein_coding 7 1 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000270708 protein_coding 12 1 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000424367 protein_coding 5 5 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000465916 protein_coding 5 3 4 WRAP73 ENSG00000116213 +CDS chr1 3638750 3638822 ENST00000419924 protein_coding 2 5 4 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000378322 protein_coding 7 1 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000270708 protein_coding 12 1 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000424367 protein_coding 5 5 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000465916 protein_coding 5 3 3 WRAP73 ENSG00000116213 +CDS chr1 3646666 3646782 ENST00000419924 protein_coding 2 5 3 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000378322 protein_coding 7 1 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000270708 protein_coding 12 1 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000424367 protein_coding 5 5 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647431 ENST00000465916 protein_coding 5 3 2 WRAP73 ENSG00000116213 +CDS chr1 3647408 3647560 ENST00000419924 protein_coding 2 5 2 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000378322 protein_coding 7 1 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000270708 protein_coding 12 1 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000424367 protein_coding 5 5 1 WRAP73 ENSG00000116213 +CDS chr1 3649931 3649999 ENST00000419924 protein_coding 2 5 1 WRAP73 ENSG00000116213 +transcript chr1 3652516 3736201 ENST00000378295 protein_coding 9 1 NA TP73 ENSG00000078900 +transcript chr1 3652520 3736201 ENST00000604074 protein_coding 5 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3733292 ENST00000354437 protein_coding 8 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3736200 ENST00000357733 protein_coding 7 5 NA TP73 ENSG00000078900 +transcript chr1 3652565 3736200 ENST00000346387 protein_coding 8 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000378295 protein_coding 9 1 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000604074 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000354437 protein_coding 8 5 2 TP73 ENSG00000078900 +transcript chr1 3682366 3733079 ENST00000603362 protein_coding 5 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000603362 protein_coding 5 5 1 TP73 ENSG00000078900 +transcript chr1 3682366 3733079 ENST00000604479 protein_coding 5 5 NA TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000604479 protein_coding 5 5 1 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000357733 protein_coding 7 5 2 TP73 ENSG00000078900 +CDS chr1 3682366 3682430 ENST00000346387 protein_coding 8 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000378295 protein_coding 9 1 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000604074 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000354437 protein_coding 8 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000603362 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000604479 protein_coding 5 5 2 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000357733 protein_coding 7 5 3 TP73 ENSG00000078900 +CDS chr1 3683060 3683180 ENST00000346387 protein_coding 8 5 3 TP73 ENSG00000078900 +transcript chr1 3690672 3733292 ENST00000378285 protein_coding 5 1 NA TP73 ENSG00000078900 +transcript chr1 3690672 3733292 ENST00000378280 protein_coding 5 1 NA TP73 ENSG00000078900 +transcript chr1 3690672 3736201 ENST00000378288 protein_coding 8 1 NA TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378285 protein_coding 5 1 1 TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378280 protein_coding 5 1 1 TP73 ENSG00000078900 +CDS chr1 3690906 3690944 ENST00000378288 protein_coding 8 1 1 TP73 ENSG00000078900 +transcript chr1 3698058 3733091 ENST00000378290 protein_coding 4 2 NA TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378295 protein_coding 9 1 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000604074 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000354437 protein_coding 8 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000603362 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000604479 protein_coding 5 5 3 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378285 protein_coding 5 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378280 protein_coding 5 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000378288 protein_coding 8 1 2 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000357733 protein_coding 7 5 4 TP73 ENSG00000078900 +CDS chr1 3707549 3707791 ENST00000346387 protein_coding 8 5 4 TP73 ENSG00000078900 +CDS chr1 3707576 3707791 ENST00000378290 protein_coding 4 2 2 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378295 protein_coding 9 1 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000604074 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000354437 protein_coding 8 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000603362 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000604479 protein_coding 5 5 4 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378285 protein_coding 5 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378280 protein_coding 5 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378288 protein_coding 8 1 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000378290 protein_coding 4 2 3 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000357733 protein_coding 7 5 5 TP73 ENSG00000078900 +CDS chr1 3722021 3722207 ENST00000346387 protein_coding 8 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378295 protein_coding 9 1 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000604074 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000354437 protein_coding 8 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000603362 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000604479 protein_coding 5 5 5 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378285 protein_coding 5 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378280 protein_coding 5 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378288 protein_coding 8 1 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000378290 protein_coding 4 2 4 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000357733 protein_coding 7 5 6 TP73 ENSG00000078900 +CDS chr1 3723354 3723469 ENST00000346387 protein_coding 8 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378295 protein_coding 9 1 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000604074 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000354437 protein_coding 8 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000603362 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000604479 protein_coding 5 5 6 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378285 protein_coding 5 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378280 protein_coding 5 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378288 protein_coding 8 1 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000378290 protein_coding 4 2 5 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000357733 protein_coding 7 5 7 TP73 ENSG00000078900 +CDS chr1 3727115 3727224 ENST00000346387 protein_coding 8 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378295 protein_coding 9 1 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000604074 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000354437 protein_coding 8 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000603362 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000604479 protein_coding 5 5 7 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378285 protein_coding 5 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378280 protein_coding 5 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378288 protein_coding 8 1 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000378290 protein_coding 4 2 6 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000357733 protein_coding 7 5 8 TP73 ENSG00000078900 +CDS chr1 3727628 3727770 ENST00000346387 protein_coding 8 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378295 protein_coding 9 1 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000604074 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000354437 protein_coding 8 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000603362 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000604479 protein_coding 5 5 8 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378285 protein_coding 5 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378280 protein_coding 5 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378288 protein_coding 8 1 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000378290 protein_coding 4 2 7 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000357733 protein_coding 7 5 9 TP73 ENSG00000078900 +CDS chr1 3728129 3728217 ENST00000346387 protein_coding 8 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378295 protein_coding 9 1 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000604074 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000354437 protein_coding 8 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000603362 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000604479 protein_coding 5 5 9 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378285 protein_coding 5 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378280 protein_coding 5 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378288 protein_coding 8 1 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000378290 protein_coding 4 2 8 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000357733 protein_coding 7 5 10 TP73 ENSG00000078900 +CDS chr1 3729327 3729448 ENST00000346387 protein_coding 8 5 10 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378295 protein_coding 9 1 11 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000354437 protein_coding 8 5 11 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378285 protein_coding 5 1 9 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378288 protein_coding 8 1 9 TP73 ENSG00000078900 +CDS chr1 3730000 3730148 ENST00000378290 protein_coding 4 2 9 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378295 protein_coding 9 1 12 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000354437 protein_coding 8 5 12 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000603362 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378285 protein_coding 5 1 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378280 protein_coding 5 1 9 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378288 protein_coding 8 1 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000378290 protein_coding 4 2 10 TP73 ENSG00000078900 +CDS chr1 3730927 3731065 ENST00000357733 protein_coding 7 5 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378295 protein_coding 9 1 13 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000604479 protein_coding 5 5 10 TP73 ENSG00000078900 +CDS chr1 3731463 3731552 ENST00000378280 protein_coding 5 1 10 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378288 protein_coding 8 1 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000378290 protein_coding 4 2 11 TP73 ENSG00000078900 +CDS chr1 3731463 3731556 ENST00000346387 protein_coding 8 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378295 protein_coding 9 1 14 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000604074 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000354437 protein_coding 8 5 13 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000603362 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000604479 protein_coding 5 5 11 TP73 ENSG00000078900 +CDS chr1 3732747 3732759 ENST00000378285 protein_coding 5 1 11 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378288 protein_coding 8 1 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000378290 protein_coding 4 2 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000357733 protein_coding 7 5 12 TP73 ENSG00000078900 +CDS chr1 3732747 3733076 ENST00000346387 protein_coding 8 5 12 TP73 ENSG00000078900 +transcript chr1 3752450 3771645 ENST00000294600 protein_coding 7 1 NA CCDC27 ENSG00000162592 +CDS chr1 3752482 3752799 ENST00000294600 protein_coding 7 1 1 CCDC27 ENSG00000162592 +CDS chr1 3754118 3754241 ENST00000294600 protein_coding 7 1 2 CCDC27 ENSG00000162592 +CDS chr1 3755457 3755567 ENST00000294600 protein_coding 7 1 3 CCDC27 ENSG00000162592 +CDS chr1 3756733 3756890 ENST00000294600 protein_coding 7 1 4 CCDC27 ENSG00000162592 +CDS chr1 3761281 3761430 ENST00000294600 protein_coding 7 1 5 CCDC27 ENSG00000162592 +CDS chr1 3762620 3762712 ENST00000294600 protein_coding 7 1 6 CCDC27 ENSG00000162592 +CDS chr1 3763108 3763474 ENST00000294600 protein_coding 7 1 7 CCDC27 ENSG00000162592 +CDS chr1 3763706 3763836 ENST00000294600 protein_coding 7 1 8 CCDC27 ENSG00000162592 +CDS chr1 3766535 3766612 ENST00000294600 protein_coding 7 1 9 CCDC27 ENSG00000162592 +CDS chr1 3767233 3767445 ENST00000294600 protein_coding 7 1 10 CCDC27 ENSG00000162592 +CDS chr1 3769783 3769887 ENST00000294600 protein_coding 7 1 11 CCDC27 ENSG00000162592 +CDS chr1 3771401 3771520 ENST00000294600 protein_coding 7 1 12 CCDC27 ENSG00000162592 +transcript chr1 3772749 3775956 ENST00000642557 protein_coding 4 NA NA SMIM1 ENSG00000235169 +transcript chr1 3772771 3775670 ENST00000561886 protein_coding 2 2 NA SMIM1 ENSG00000235169 +transcript chr1 3772787 3775982 ENST00000444870 protein_coding 7 1 NA SMIM1 ENSG00000235169 +transcript chr1 3772825 3775388 ENST00000452264 protein_coding 1 2 NA SMIM1 ENSG00000235169 +CDS chr1 3775374 3775483 ENST00000642557 protein_coding 4 NA 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775484 ENST00000561886 protein_coding 2 2 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775483 ENST00000444870 protein_coding 7 1 3 SMIM1 ENSG00000235169 +CDS chr1 3775374 3775388 ENST00000452264 protein_coding 1 2 2 SMIM1 ENSG00000235169 +CDS chr1 3775795 3775918 ENST00000642557 protein_coding 4 NA 4 SMIM1 ENSG00000235169 +CDS chr1 3775795 3775918 ENST00000444870 protein_coding 7 1 4 SMIM1 ENSG00000235169 +transcript chr1 3778559 3796498 ENST00000378251 protein_coding 3 1 NA LRRC47 ENSG00000130764 +CDS chr1 3781091 3781336 ENST00000378251 protein_coding 3 1 7 LRRC47 ENSG00000130764 +CDS chr1 3781512 3781601 ENST00000378251 protein_coding 3 1 6 LRRC47 ENSG00000130764 +CDS chr1 3782661 3782763 ENST00000378251 protein_coding 3 1 5 LRRC47 ENSG00000130764 +CDS chr1 3783996 3784111 ENST00000378251 protein_coding 3 1 4 LRRC47 ENSG00000130764 +CDS chr1 3785087 3785203 ENST00000378251 protein_coding 3 1 3 LRRC47 ENSG00000130764 +CDS chr1 3786849 3787310 ENST00000378251 protein_coding 3 1 2 LRRC47 ENSG00000130764 +CDS chr1 3795862 3796476 ENST00000378251 protein_coding 3 1 1 LRRC47 ENSG00000130764 +transcript chr1 3812086 3857211 ENST00000676052 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000378230 protein_coding 8 5 NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000674623 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000675677 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857211 ENST00000675666 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3812086 3857396 ENST00000674558 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3813031 3857194 ENST00000674544 protein_coding 1 NA NA CEP104 ENSG00000116198 +transcript chr1 3813031 3857225 ENST00000675375 protein_coding 1 NA NA CEP104 ENSG00000116198 +CDS chr1 3815220 3815517 ENST00000675666 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000676052 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000378230 protein_coding 8 5 22 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674623 protein_coding 1 NA 23 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000675677 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674558 protein_coding 1 NA 23 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000674544 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3815405 3815517 ENST00000675375 protein_coding 1 NA 22 CEP104 ENSG00000116198 +transcript chr1 3816149 3857233 ENST00000428079 protein_coding 6 5 NA CEP104 ENSG00000116198 +CDS chr1 3816263 3816370 ENST00000428079 protein_coding 6 5 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000676052 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000378230 protein_coding 8 5 21 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674623 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675677 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675666 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674558 protein_coding 1 NA 22 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000674544 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3816280 3816370 ENST00000675375 protein_coding 1 NA 21 CEP104 ENSG00000116198 +transcript chr1 3822776 3857233 ENST00000461667 protein_coding 2 5 NA CEP104 ENSG00000116198 +CDS chr1 3823147 3823241 ENST00000461667 protein_coding 2 5 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000676052 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000378230 protein_coding 8 5 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674623 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000675677 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674558 protein_coding 1 NA 21 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000674544 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000675375 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823174 3823241 ENST00000428079 protein_coding 6 5 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000676052 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000378230 protein_coding 8 5 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674623 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675677 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675666 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674558 protein_coding 1 NA 20 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000674544 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000675375 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000428079 protein_coding 6 5 19 CEP104 ENSG00000116198 +CDS chr1 3823424 3823562 ENST00000461667 protein_coding 2 5 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000676052 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000378230 protein_coding 8 5 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674623 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675677 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675666 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674558 protein_coding 1 NA 19 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000674544 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000675375 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000428079 protein_coding 6 5 18 CEP104 ENSG00000116198 +CDS chr1 3825758 3825866 ENST00000461667 protein_coding 2 5 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000676052 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000378230 protein_coding 8 5 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674623 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675677 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675666 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674558 protein_coding 1 NA 18 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000674544 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000675375 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000428079 protein_coding 6 5 17 CEP104 ENSG00000116198 +CDS chr1 3826370 3826436 ENST00000461667 protein_coding 2 5 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000676052 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000378230 protein_coding 8 5 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674623 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675677 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675666 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674558 protein_coding 1 NA 17 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000674544 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000675375 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000428079 protein_coding 6 5 16 CEP104 ENSG00000116198 +CDS chr1 3826708 3826744 ENST00000461667 protein_coding 2 5 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000676052 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000378230 protein_coding 8 5 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674623 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675677 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675666 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674558 protein_coding 1 NA 16 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000674544 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000675375 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000428079 protein_coding 6 5 15 CEP104 ENSG00000116198 +CDS chr1 3829266 3829373 ENST00000461667 protein_coding 2 5 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000676052 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000378230 protein_coding 8 5 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674623 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675677 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675666 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674558 protein_coding 1 NA 15 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000674544 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000675375 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000428079 protein_coding 6 5 14 CEP104 ENSG00000116198 +CDS chr1 3829791 3829997 ENST00000461667 protein_coding 2 5 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000676052 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000378230 protein_coding 8 5 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674623 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675677 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675666 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674558 protein_coding 1 NA 14 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000674544 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000675375 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000428079 protein_coding 6 5 13 CEP104 ENSG00000116198 +CDS chr1 3831046 3831222 ENST00000461667 protein_coding 2 5 13 CEP104 ENSG00000116198 +transcript chr1 3833671 3857198 ENST00000494653 protein_coding 5 1 NA CEP104 ENSG00000116198 +CDS chr1 3833859 3834035 ENST00000494653 protein_coding 5 1 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000676052 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000378230 protein_coding 8 5 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674623 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675677 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675666 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674558 protein_coding 1 NA 13 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000674544 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000675375 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000428079 protein_coding 6 5 12 CEP104 ENSG00000116198 +CDS chr1 3833862 3834035 ENST00000461667 protein_coding 2 5 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000676052 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000378230 protein_coding 8 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674623 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675677 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675666 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674558 protein_coding 1 NA 12 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000674544 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000675375 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000428079 protein_coding 6 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000461667 protein_coding 2 5 11 CEP104 ENSG00000116198 +CDS chr1 3834925 3835092 ENST00000494653 protein_coding 5 1 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000676052 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000378230 protein_coding 8 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674623 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000675666 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674558 protein_coding 1 NA 11 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000674544 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000675375 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000428079 protein_coding 6 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000461667 protein_coding 2 5 10 CEP104 ENSG00000116198 +CDS chr1 3836495 3836692 ENST00000494653 protein_coding 5 1 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000676052 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000378230 protein_coding 8 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674623 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000675677 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000675666 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674558 protein_coding 1 NA 10 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000674544 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3837292 3837345 ENST00000675375 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000428079 protein_coding 6 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000461667 protein_coding 2 5 9 CEP104 ENSG00000116198 +CDS chr1 3837292 3837519 ENST00000494653 protein_coding 5 1 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000676052 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000378230 protein_coding 8 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674623 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675677 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675666 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674558 protein_coding 1 NA 9 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000674544 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000675375 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000428079 protein_coding 6 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000461667 protein_coding 2 5 8 CEP104 ENSG00000116198 +CDS chr1 3838964 3839119 ENST00000494653 protein_coding 5 1 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000676052 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000378230 protein_coding 8 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674623 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675677 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675666 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674558 protein_coding 1 NA 8 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000674544 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000675375 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000428079 protein_coding 6 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000461667 protein_coding 2 5 7 CEP104 ENSG00000116198 +CDS chr1 3839608 3839776 ENST00000494653 protein_coding 5 1 7 CEP104 ENSG00000116198 +transcript chr1 3843109 3857214 ENST00000378223 protein_coding 3 1 NA CEP104 ENSG00000116198 +CDS chr1 3843158 3843323 ENST00000378223 protein_coding 3 1 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000676052 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000378230 protein_coding 8 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674623 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675677 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675666 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674558 protein_coding 1 NA 7 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000674544 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000675375 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000428079 protein_coding 6 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000461667 protein_coding 2 5 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000494653 protein_coding 5 1 6 CEP104 ENSG00000116198 +CDS chr1 3844907 3844983 ENST00000378223 protein_coding 3 1 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000676052 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000378230 protein_coding 8 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674623 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675677 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675666 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674558 protein_coding 1 NA 6 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000674544 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000675375 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000428079 protein_coding 6 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000461667 protein_coding 2 5 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000494653 protein_coding 5 1 5 CEP104 ENSG00000116198 +CDS chr1 3845289 3845351 ENST00000378223 protein_coding 3 1 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847631 ENST00000676052 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000378230 protein_coding 8 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674623 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675677 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675666 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674558 protein_coding 1 NA 5 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000674544 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000675375 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000428079 protein_coding 6 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000461667 protein_coding 2 5 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000494653 protein_coding 5 1 4 CEP104 ENSG00000116198 +CDS chr1 3847475 3847613 ENST00000378223 protein_coding 3 1 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000676052 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000378230 protein_coding 8 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000674623 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675677 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675666 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000674558 protein_coding 1 NA 4 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000675375 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000428079 protein_coding 6 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000461667 protein_coding 2 5 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000494653 protein_coding 5 1 3 CEP104 ENSG00000116198 +CDS chr1 3848608 3848781 ENST00000378223 protein_coding 3 1 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000676052 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000378230 protein_coding 8 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674623 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675677 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675666 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674558 protein_coding 1 NA 3 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000674544 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000675375 protein_coding 1 NA 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000428079 protein_coding 6 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000461667 protein_coding 2 5 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000494653 protein_coding 5 1 2 CEP104 ENSG00000116198 +CDS chr1 3852295 3852407 ENST00000378223 protein_coding 3 1 2 CEP104 ENSG00000116198 +transcript chr1 3857267 3860490 ENST00000625756 protein_coding 2 5 NA DFFB ENSG00000169598 +transcript chr1 3857267 3885420 ENST00000338895 protein_coding 7 2 NA DFFB ENSG00000169598 +transcript chr1 3857476 3885429 ENST00000378209 protein_coding 8 1 NA DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000625756 protein_coding 2 5 1 DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000338895 protein_coding 7 2 1 DFFB ENSG00000169598 +CDS chr1 3857604 3857717 ENST00000378209 protein_coding 8 1 1 DFFB ENSG00000169598 +CDS chr1 3858718 3858844 ENST00000625756 protein_coding 2 5 2 DFFB ENSG00000169598 +CDS chr1 3858718 3858866 ENST00000338895 protein_coding 7 2 2 DFFB ENSG00000169598 +CDS chr1 3858718 3858844 ENST00000378209 protein_coding 8 1 2 DFFB ENSG00000169598 +CDS chr1 3860420 3860487 ENST00000625756 protein_coding 2 5 3 DFFB ENSG00000169598 +CDS chr1 3865762 3866000 ENST00000338895 protein_coding 7 2 3 DFFB ENSG00000169598 +CDS chr1 3865812 3866000 ENST00000378209 protein_coding 8 1 3 DFFB ENSG00000169598 +CDS chr1 3867974 3868053 ENST00000338895 protein_coding 7 2 4 DFFB ENSG00000169598 +CDS chr1 3867974 3868053 ENST00000378209 protein_coding 8 1 4 DFFB ENSG00000169598 +CDS chr1 3869605 3869775 ENST00000338895 protein_coding 7 2 5 DFFB ENSG00000169598 +CDS chr1 3869605 3869775 ENST00000378209 protein_coding 8 1 5 DFFB ENSG00000169598 +CDS chr1 3872472 3872572 ENST00000338895 protein_coding 7 2 6 DFFB ENSG00000169598 +CDS chr1 3872472 3872572 ENST00000378209 protein_coding 8 1 6 DFFB ENSG00000169598 +CDS chr1 3883507 3883738 ENST00000338895 protein_coding 7 2 7 DFFB ENSG00000169598 +CDS chr1 3883507 3883738 ENST00000378209 protein_coding 8 1 7 DFFB ENSG00000169598 +transcript chr1 3889133 3900272 ENST00000361605 protein_coding 4 1 NA C1orf174 ENSG00000198912 +transcript chr1 3889153 3900221 ENST00000680169 protein_coding 1 NA NA C1orf174 ENSG00000198912 +transcript chr1 3889747 3900258 ENST00000680535 protein_coding 1 NA NA C1orf174 ENSG00000198912 +CDS chr1 3889963 3890073 ENST00000361605 protein_coding 4 1 4 C1orf174 ENSG00000198912 +CDS chr1 3889963 3890073 ENST00000680169 protein_coding 1 NA 4 C1orf174 ENSG00000198912 +CDS chr1 3890464 3891057 ENST00000680535 protein_coding 1 NA 3 C1orf174 ENSG00000198912 +CDS chr1 3890569 3891057 ENST00000361605 protein_coding 4 1 3 C1orf174 ENSG00000198912 +CDS chr1 3890569 3890652 ENST00000680169 protein_coding 1 NA 3 C1orf174 ENSG00000198912 +CDS chr1 3892883 3892996 ENST00000361605 protein_coding 4 1 2 C1orf174 ENSG00000198912 +CDS chr1 3892883 3892996 ENST00000680535 protein_coding 1 NA 2 C1orf174 ENSG00000198912 +CDS chr1 3900172 3900186 ENST00000361605 protein_coding 4 1 1 C1orf174 ENSG00000198912 +CDS chr1 3900172 3900186 ENST00000680535 protein_coding 1 NA 1 C1orf174 ENSG00000198912 +transcript chr1 4654609 4792534 ENST00000378191 protein_coding 5 1 NA AJAP1 ENSG00000196581 +transcript chr1 4654732 4777794 ENST00000378190 protein_coding 7 5 NA AJAP1 ENSG00000196581 +CDS chr1 4655426 4655454 ENST00000378190 protein_coding 7 5 1 AJAP1 ENSG00000196581 +CDS chr1 4655426 4655454 ENST00000378191 protein_coding 5 1 1 AJAP1 ENSG00000196581 +CDS chr1 4711900 4712699 ENST00000378190 protein_coding 7 5 2 AJAP1 ENSG00000196581 +CDS chr1 4711900 4712699 ENST00000378191 protein_coding 5 1 2 AJAP1 ENSG00000196581 +CDS chr1 4769853 4769940 ENST00000378190 protein_coding 7 5 3 AJAP1 ENSG00000196581 +CDS chr1 4769853 4769940 ENST00000378191 protein_coding 5 1 3 AJAP1 ENSG00000196581 +CDS chr1 4772280 4772525 ENST00000378190 protein_coding 7 5 4 AJAP1 ENSG00000196581 +CDS chr1 4772280 4772525 ENST00000378191 protein_coding 5 1 4 AJAP1 ENSG00000196581 +CDS chr1 4774427 4774496 ENST00000378190 protein_coding 7 5 5 AJAP1 ENSG00000196581 +CDS chr1 4774427 4774496 ENST00000378191 protein_coding 5 1 5 AJAP1 ENSG00000196581 +transcript chr1 5862811 5992425 ENST00000378156 protein_coding 9 1 NA NPHP4 ENSG00000131697 +CDS chr1 5863268 5863405 ENST00000378156 protein_coding 9 1 30 NPHP4 ENSG00000131697 +CDS chr1 5863890 5864033 ENST00000378156 protein_coding 9 1 29 NPHP4 ENSG00000131697 +CDS chr1 5864338 5864517 ENST00000378156 protein_coding 9 1 28 NPHP4 ENSG00000131697 +CDS chr1 5865102 5865273 ENST00000378156 protein_coding 9 1 27 NPHP4 ENSG00000131697 +CDS chr1 5866373 5866458 ENST00000378156 protein_coding 9 1 26 NPHP4 ENSG00000131697 +CDS chr1 5867030 5867115 ENST00000378156 protein_coding 9 1 25 NPHP4 ENSG00000131697 +CDS chr1 5867740 5867896 ENST00000378156 protein_coding 9 1 24 NPHP4 ENSG00000131697 +CDS chr1 5873252 5873335 ENST00000378156 protein_coding 9 1 23 NPHP4 ENSG00000131697 +CDS chr1 5874471 5874657 ENST00000378156 protein_coding 9 1 22 NPHP4 ENSG00000131697 +CDS chr1 5874874 5875100 ENST00000378156 protein_coding 9 1 21 NPHP4 ENSG00000131697 +CDS chr1 5877093 5877298 ENST00000378156 protein_coding 9 1 20 NPHP4 ENSG00000131697 +transcript chr1 5879505 5992473 ENST00000622020 protein_coding 4 5 NA NPHP4 ENSG00000131697 +CDS chr1 5879508 5879632 ENST00000622020 protein_coding 4 5 20 NPHP4 ENSG00000131697 +CDS chr1 5880114 5880239 ENST00000378156 protein_coding 9 1 19 NPHP4 ENSG00000131697 +CDS chr1 5880114 5880239 ENST00000622020 protein_coding 4 5 19 NPHP4 ENSG00000131697 +CDS chr1 5887286 5887466 ENST00000378156 protein_coding 9 1 18 NPHP4 ENSG00000131697 +CDS chr1 5887286 5887466 ENST00000622020 protein_coding 4 5 18 NPHP4 ENSG00000131697 +CDS chr1 5890868 5891028 ENST00000378156 protein_coding 9 1 17 NPHP4 ENSG00000131697 +CDS chr1 5890868 5891028 ENST00000622020 protein_coding 4 5 17 NPHP4 ENSG00000131697 +CDS chr1 5904617 5904804 ENST00000378156 protein_coding 9 1 16 NPHP4 ENSG00000131697 +CDS chr1 5904617 5904804 ENST00000622020 protein_coding 4 5 16 NPHP4 ENSG00000131697 +CDS chr1 5905292 5905483 ENST00000378156 protein_coding 9 1 15 NPHP4 ENSG00000131697 +CDS chr1 5905292 5905483 ENST00000622020 protein_coding 4 5 15 NPHP4 ENSG00000131697 +CDS chr1 5905632 5905783 ENST00000378156 protein_coding 9 1 14 NPHP4 ENSG00000131697 +CDS chr1 5905632 5905780 ENST00000622020 protein_coding 4 5 14 NPHP4 ENSG00000131697 +CDS chr1 5907115 5907222 ENST00000378156 protein_coding 9 1 13 NPHP4 ENSG00000131697 +CDS chr1 5907115 5907222 ENST00000622020 protein_coding 4 5 13 NPHP4 ENSG00000131697 +CDS chr1 5909152 5909213 ENST00000378156 protein_coding 9 1 12 NPHP4 ENSG00000131697 +CDS chr1 5909152 5909213 ENST00000622020 protein_coding 4 5 12 NPHP4 ENSG00000131697 +CDS chr1 5927649 5927787 ENST00000378156 protein_coding 9 1 11 NPHP4 ENSG00000131697 +CDS chr1 5927649 5927787 ENST00000622020 protein_coding 4 5 11 NPHP4 ENSG00000131697 +CDS chr1 5933147 5933329 ENST00000378156 protein_coding 9 1 10 NPHP4 ENSG00000131697 +CDS chr1 5933147 5933329 ENST00000622020 protein_coding 4 5 10 NPHP4 ENSG00000131697 +CDS chr1 5947104 5947230 ENST00000378156 protein_coding 9 1 9 NPHP4 ENSG00000131697 +CDS chr1 5947104 5947230 ENST00000622020 protein_coding 4 5 9 NPHP4 ENSG00000131697 +CDS chr1 5948070 5948251 ENST00000378156 protein_coding 9 1 8 NPHP4 ENSG00000131697 +CDS chr1 5948070 5948251 ENST00000622020 protein_coding 4 5 8 NPHP4 ENSG00000131697 +CDS chr1 5952700 5952836 ENST00000378156 protein_coding 9 1 7 NPHP4 ENSG00000131697 +CDS chr1 5952700 5952836 ENST00000622020 protein_coding 4 5 7 NPHP4 ENSG00000131697 +CDS chr1 5961794 5961949 ENST00000378156 protein_coding 9 1 6 NPHP4 ENSG00000131697 +CDS chr1 5961794 5961949 ENST00000622020 protein_coding 4 5 6 NPHP4 ENSG00000131697 +CDS chr1 5967299 5967363 ENST00000378156 protein_coding 9 1 5 NPHP4 ENSG00000131697 +CDS chr1 5967299 5967363 ENST00000622020 protein_coding 4 5 5 NPHP4 ENSG00000131697 +CDS chr1 5969087 5969259 ENST00000378156 protein_coding 9 1 4 NPHP4 ENSG00000131697 +CDS chr1 5969087 5969259 ENST00000622020 protein_coding 4 5 4 NPHP4 ENSG00000131697 +CDS chr1 5978270 5978413 ENST00000378156 protein_coding 9 1 3 NPHP4 ENSG00000131697 +CDS chr1 5978270 5978413 ENST00000622020 protein_coding 4 5 3 NPHP4 ENSG00000131697 +CDS chr1 5986155 5986289 ENST00000378156 protein_coding 9 1 2 NPHP4 ENSG00000131697 +CDS chr1 5986155 5986289 ENST00000622020 protein_coding 4 5 2 NPHP4 ENSG00000131697 +transcript chr1 5990927 6090419 ENST00000655548 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5991320 6090446 ENST00000378111 protein_coding 6 3 NA KCNAB2 ENSG00000069424 +transcript chr1 5992262 6101193 ENST00000378097 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 5992639 6101188 ENST00000666163 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992666 6101178 ENST00000671676 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992671 6082236 ENST00000658883 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992703 6089007 ENST00000445501 protein_coding 6 4 NA KCNAB2 ENSG00000069424 +transcript chr1 5992711 6089051 ENST00000668706 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992711 6101178 ENST00000653262 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 5992714 6095393 ENST00000389632 protein_coding 9 5 NA KCNAB2 ENSG00000069424 +transcript chr1 5992753 6101190 ENST00000341524 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 5992760 6086371 ENST00000462676 protein_coding 3 5 NA KCNAB2 ENSG00000069424 +transcript chr1 6026013 6099119 ENST00000428161 protein_coding 6 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6026163 6101178 ENST00000352527 protein_coding 6 1 NA KCNAB2 ENSG00000069424 +transcript chr1 6026272 6086366 ENST00000663169 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026294 6086363 ENST00000656198 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026320 6098561 ENST00000602612 protein_coding 5 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6026345 6086363 ENST00000666299 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026347 6082816 ENST00000652845 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6026361 6072788 ENST00000655703 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6027297 6101180 ENST00000669250 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6034283 6101179 ENST00000164247 protein_coding 5 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6034677 6098213 ENST00000668559 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6034980 6098723 ENST00000378092 protein_coding 6 5 NA KCNAB2 ENSG00000069424 +transcript chr1 6035090 6086362 ENST00000472700 protein_coding 7 5 NA KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000655548 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378111 protein_coding 6 3 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378097 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000666163 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000671676 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000658883 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000445501 protein_coding 6 4 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000668706 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000653262 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000341524 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000462676 protein_coding 3 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000428161 protein_coding 6 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000352527 protein_coding 6 1 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000663169 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000656198 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000602612 protein_coding 5 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000666299 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000652845 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000655703 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000669250 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000164247 protein_coding 5 2 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000668559 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000378092 protein_coding 6 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6040569 6040645 ENST00000472700 protein_coding 7 5 2 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000655548 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378111 protein_coding 6 3 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378097 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000671676 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000658883 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000445501 protein_coding 6 4 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000668706 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000341524 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000428161 protein_coding 6 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000656198 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000602612 protein_coding 5 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000655703 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000164247 protein_coding 5 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000668559 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000378092 protein_coding 6 5 3 KCNAB2 ENSG00000069424 +CDS chr1 6041831 6041872 ENST00000472700 protein_coding 7 5 3 KCNAB2 ENSG00000069424 +transcript chr1 6045888 6101180 ENST00000378083 protein_coding 8 2 NA KCNAB2 ENSG00000069424 +transcript chr1 6046114 6087511 ENST00000662147 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +transcript chr1 6046114 6098855 ENST00000458166 protein_coding 6 2 NA KCNAB2 ENSG00000069424 +CDS chr1 6051537 6051754 ENST00000378083 protein_coding 8 2 2 KCNAB2 ENSG00000069424 +transcript chr1 6065753 6100023 ENST00000662363 protein_coding 1 NA NA KCNAB2 ENSG00000069424 +CDS chr1 6066065 6066276 ENST00000662363 protein_coding 1 NA 1 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000655548 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378111 protein_coding 6 3 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378097 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000666163 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000671676 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000658883 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000445501 protein_coding 6 4 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000668706 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000653262 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000341524 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000462676 protein_coding 3 5 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000428161 protein_coding 6 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000352527 protein_coding 6 1 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000663169 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000656198 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000602612 protein_coding 5 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000666299 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000652845 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072788 ENST00000655703 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000669250 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000164247 protein_coding 5 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000668559 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378092 protein_coding 6 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000472700 protein_coding 7 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000378083 protein_coding 8 2 3 KCNAB2 ENSG00000069424 +CDS chr1 6072755 6072798 ENST00000662363 protein_coding 1 NA 2 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000655548 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378111 protein_coding 6 3 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378097 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000666163 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000671676 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000658883 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000445501 protein_coding 6 4 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000668706 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000653262 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000341524 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000462676 protein_coding 3 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000428161 protein_coding 6 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000352527 protein_coding 6 1 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000663169 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000656198 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000602612 protein_coding 5 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000666299 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000652845 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000669250 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000164247 protein_coding 5 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000668559 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378092 protein_coding 6 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000472700 protein_coding 7 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000378083 protein_coding 8 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6073733 6073770 ENST00000662363 protein_coding 1 NA 3 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000655548 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378111 protein_coding 6 3 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378097 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000666163 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000671676 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082236 ENST00000658883 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000445501 protein_coding 6 4 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000668706 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000653262 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000389632 protein_coding 9 5 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000341524 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000462676 protein_coding 3 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000428161 protein_coding 6 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000352527 protein_coding 6 1 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000663169 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000656198 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000602612 protein_coding 5 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000666299 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082407 ENST00000652845 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000669250 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000164247 protein_coding 5 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000668559 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378092 protein_coding 6 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000472700 protein_coding 7 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000378083 protein_coding 8 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000662147 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000458166 protein_coding 6 2 4 KCNAB2 ENSG00000069424 +CDS chr1 6082195 6082274 ENST00000662363 protein_coding 1 NA 4 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000655548 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378111 protein_coding 6 3 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378097 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000666163 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000671676 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000445501 protein_coding 6 4 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000668706 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000653262 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000389632 protein_coding 9 5 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000341524 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000462676 protein_coding 3 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000428161 protein_coding 6 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000352527 protein_coding 6 1 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000663169 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000656198 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000602612 protein_coding 5 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085249 ENST00000666299 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000669250 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000164247 protein_coding 5 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000668559 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378092 protein_coding 6 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000472700 protein_coding 7 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000378083 protein_coding 8 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000662147 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000458166 protein_coding 6 2 5 KCNAB2 ENSG00000069424 +CDS chr1 6085204 6085248 ENST00000662363 protein_coding 1 NA 5 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6085793 ENST00000668706 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6086046 ENST00000462676 protein_coding 3 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6085740 6085793 ENST00000472700 protein_coding 7 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000663169 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000656198 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6086158 6086311 ENST00000472700 protein_coding 7 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000655548 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378111 protein_coding 6 3 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378097 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000666163 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000671676 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000445501 protein_coding 6 4 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000668706 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000653262 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000389632 protein_coding 9 5 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000341524 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000428161 protein_coding 6 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000352527 protein_coding 6 1 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000602612 protein_coding 5 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000669250 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000164247 protein_coding 5 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000668559 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378092 protein_coding 6 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000378083 protein_coding 8 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000662147 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000458166 protein_coding 6 2 6 KCNAB2 ENSG00000069424 +CDS chr1 6087467 6087511 ENST00000662363 protein_coding 1 NA 6 KCNAB2 ENSG00000069424 +CDS chr1 6088960 6089007 ENST00000445501 protein_coding 6 4 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000655548 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378111 protein_coding 6 3 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378097 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000666163 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000671676 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000668706 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000653262 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000389632 protein_coding 9 5 7 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000341524 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000428161 protein_coding 6 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000352527 protein_coding 6 1 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000602612 protein_coding 5 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000669250 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000164247 protein_coding 5 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000668559 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378092 protein_coding 6 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000378083 protein_coding 8 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000458166 protein_coding 6 2 7 KCNAB2 ENSG00000069424 +CDS chr1 6089008 6089051 ENST00000662363 protein_coding 1 NA 7 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090419 ENST00000655548 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090446 ENST00000378111 protein_coding 6 3 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378097 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000666163 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000671676 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000653262 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000389632 protein_coding 9 5 8 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000341524 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000428161 protein_coding 6 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000352527 protein_coding 6 1 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000602612 protein_coding 5 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000669250 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000164247 protein_coding 5 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000668559 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378092 protein_coding 6 5 10 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000378083 protein_coding 8 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000458166 protein_coding 6 2 8 KCNAB2 ENSG00000069424 +CDS chr1 6090389 6090475 ENST00000662363 protein_coding 1 NA 8 KCNAB2 ENSG00000069424 +CDS chr1 6091263 6091307 ENST00000341524 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6091263 6091307 ENST00000378083 protein_coding 8 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378097 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000666163 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000671676 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000653262 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000389632 protein_coding 9 5 9 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000341524 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000428161 protein_coding 6 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000352527 protein_coding 6 1 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000602612 protein_coding 5 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000669250 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000164247 protein_coding 5 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000668559 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378092 protein_coding 6 5 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000378083 protein_coding 8 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000458166 protein_coding 6 2 9 KCNAB2 ENSG00000069424 +CDS chr1 6094400 6094485 ENST00000662363 protein_coding 1 NA 9 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378097 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000666163 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000671676 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000653262 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095393 ENST00000389632 protein_coding 9 5 10 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000341524 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000428161 protein_coding 6 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000352527 protein_coding 6 1 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000602612 protein_coding 5 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000669250 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000164247 protein_coding 5 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000668559 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378092 protein_coding 6 5 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000378083 protein_coding 8 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000458166 protein_coding 6 2 10 KCNAB2 ENSG00000069424 +CDS chr1 6095323 6095443 ENST00000662363 protein_coding 1 NA 10 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378097 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000666163 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000671676 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000653262 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000341524 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000428161 protein_coding 6 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000352527 protein_coding 6 1 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000602612 protein_coding 5 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000669250 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000164247 protein_coding 5 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000668559 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378092 protein_coding 6 5 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000378083 protein_coding 8 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000458166 protein_coding 6 2 11 KCNAB2 ENSG00000069424 +CDS chr1 6095530 6095624 ENST00000662363 protein_coding 1 NA 11 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378097 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000666163 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000671676 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000653262 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000341524 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000428161 protein_coding 6 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000352527 protein_coding 6 1 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000602612 protein_coding 5 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000669250 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000164247 protein_coding 5 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000668559 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378092 protein_coding 6 5 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000378083 protein_coding 8 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000458166 protein_coding 6 2 12 KCNAB2 ENSG00000069424 +CDS chr1 6096636 6096756 ENST00000662363 protein_coding 1 NA 12 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378097 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000666163 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000671676 protein_coding 1 NA 16 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000653262 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000341524 protein_coding 6 1 16 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000428161 protein_coding 6 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000352527 protein_coding 6 1 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097528 ENST00000602612 protein_coding 5 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000669250 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000164247 protein_coding 5 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097528 ENST00000668559 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378092 protein_coding 6 5 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000378083 protein_coding 8 2 15 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000458166 protein_coding 6 2 13 KCNAB2 ENSG00000069424 +CDS chr1 6097269 6097357 ENST00000662363 protein_coding 1 NA 13 KCNAB2 ENSG00000069424 +CDS chr1 6097517 6097528 ENST00000653262 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378097 protein_coding 6 1 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000666163 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000671676 protein_coding 1 NA 17 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000341524 protein_coding 6 1 17 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000428161 protein_coding 6 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000352527 protein_coding 6 1 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000669250 protein_coding 1 NA 15 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000164247 protein_coding 5 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378092 protein_coding 6 5 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000378083 protein_coding 8 2 16 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000458166 protein_coding 6 2 14 KCNAB2 ENSG00000069424 +CDS chr1 6098485 6098571 ENST00000662363 protein_coding 1 NA 14 KCNAB2 ENSG00000069424 +transcript chr1 6101787 6180321 ENST00000262450 protein_coding 8 1 NA CHD5 ENSG00000116254 +transcript chr1 6105081 6106772 ENST00000475121 protein_coding 1 2 NA CHD5 ENSG00000116254 +CDS chr1 6105371 6105427 ENST00000475121 protein_coding 1 2 3 CHD5 ENSG00000116254 +CDS chr1 6106234 6106287 ENST00000475121 protein_coding 1 2 2 CHD5 ENSG00000116254 +CDS chr1 6106283 6106287 ENST00000262450 protein_coding 8 1 41 CHD5 ENSG00000116254 +CDS chr1 6106395 6106509 ENST00000262450 protein_coding 8 1 40 CHD5 ENSG00000116254 +CDS chr1 6106616 6106779 ENST00000262450 protein_coding 8 1 39 CHD5 ENSG00000116254 +CDS chr1 6106616 6106772 ENST00000475121 protein_coding 1 2 1 CHD5 ENSG00000116254 +CDS chr1 6109795 6109990 ENST00000262450 protein_coding 8 1 38 CHD5 ENSG00000116254 +CDS chr1 6110394 6110526 ENST00000262450 protein_coding 8 1 37 CHD5 ENSG00000116254 +CDS chr1 6111775 6111883 ENST00000262450 protein_coding 8 1 36 CHD5 ENSG00000116254 +CDS chr1 6112140 6112277 ENST00000262450 protein_coding 8 1 35 CHD5 ENSG00000116254 +CDS chr1 6112909 6112998 ENST00000262450 protein_coding 8 1 34 CHD5 ENSG00000116254 +CDS chr1 6121105 6121237 ENST00000262450 protein_coding 8 1 33 CHD5 ENSG00000116254 +CDS chr1 6121494 6121573 ENST00000262450 protein_coding 8 1 32 CHD5 ENSG00000116254 +CDS chr1 6123948 6124107 ENST00000262450 protein_coding 8 1 31 CHD5 ENSG00000116254 +CDS chr1 6124517 6124661 ENST00000262450 protein_coding 8 1 30 CHD5 ENSG00000116254 +CDS chr1 6125100 6125233 ENST00000262450 protein_coding 8 1 29 CHD5 ENSG00000116254 +CDS chr1 6125524 6125612 ENST00000262450 protein_coding 8 1 28 CHD5 ENSG00000116254 +CDS chr1 6125766 6125858 ENST00000262450 protein_coding 8 1 27 CHD5 ENSG00000116254 +CDS chr1 6126572 6126746 ENST00000262450 protein_coding 8 1 26 CHD5 ENSG00000116254 +CDS chr1 6128046 6128218 ENST00000262450 protein_coding 8 1 25 CHD5 ENSG00000116254 +CDS chr1 6128499 6128609 ENST00000262450 protein_coding 8 1 24 CHD5 ENSG00000116254 +CDS chr1 6128838 6129069 ENST00000262450 protein_coding 8 1 23 CHD5 ENSG00000116254 +CDS chr1 6130204 6130328 ENST00000262450 protein_coding 8 1 22 CHD5 ENSG00000116254 +CDS chr1 6131631 6131748 ENST00000262450 protein_coding 8 1 21 CHD5 ENSG00000116254 +CDS chr1 6134128 6134259 ENST00000262450 protein_coding 8 1 20 CHD5 ENSG00000116254 +CDS chr1 6134718 6134859 ENST00000262450 protein_coding 8 1 19 CHD5 ENSG00000116254 +CDS chr1 6135230 6135403 ENST00000262450 protein_coding 8 1 18 CHD5 ENSG00000116254 +CDS chr1 6136517 6136638 ENST00000262450 protein_coding 8 1 17 CHD5 ENSG00000116254 +CDS chr1 6136728 6136865 ENST00000262450 protein_coding 8 1 16 CHD5 ENSG00000116254 +CDS chr1 6142128 6142328 ENST00000262450 protein_coding 8 1 15 CHD5 ENSG00000116254 +CDS chr1 6142414 6142605 ENST00000262450 protein_coding 8 1 14 CHD5 ENSG00000116254 +CDS chr1 6143823 6143931 ENST00000262450 protein_coding 8 1 13 CHD5 ENSG00000116254 +CDS chr1 6144024 6144155 ENST00000262450 protein_coding 8 1 12 CHD5 ENSG00000116254 +CDS chr1 6146212 6146423 ENST00000262450 protein_coding 8 1 11 CHD5 ENSG00000116254 +CDS chr1 6146665 6146871 ENST00000262450 protein_coding 8 1 10 CHD5 ENSG00000116254 +CDS chr1 6148854 6149075 ENST00000262450 protein_coding 8 1 9 CHD5 ENSG00000116254 +CDS chr1 6149246 6149412 ENST00000262450 protein_coding 8 1 8 CHD5 ENSG00000116254 +CDS chr1 6151032 6151155 ENST00000262450 protein_coding 8 1 7 CHD5 ENSG00000116254 +CDS chr1 6152412 6152536 ENST00000262450 protein_coding 8 1 6 CHD5 ENSG00000116254 +CDS chr1 6154660 6154898 ENST00000262450 protein_coding 8 1 5 CHD5 ENSG00000116254 +CDS chr1 6155599 6155717 ENST00000262450 protein_coding 8 1 4 CHD5 ENSG00000116254 +CDS chr1 6159336 6159515 ENST00000262450 protein_coding 8 1 3 CHD5 ENSG00000116254 +CDS chr1 6168150 6168277 ENST00000262450 protein_coding 8 1 2 CHD5 ENSG00000116254 +CDS chr1 6179945 6180023 ENST00000262450 protein_coding 8 1 1 CHD5 ENSG00000116254 +transcript chr1 6185020 6199595 ENST00000234875 protein_coding 9 1 NA RPL22 ENSG00000116251 +transcript chr1 6186615 6200842 ENST00000497965 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186675 6186816 ENST00000234875 protein_coding 9 1 4 RPL22 ENSG00000116251 +CDS chr1 6186675 6186816 ENST00000497965 protein_coding 5 2 4 RPL22 ENSG00000116251 +transcript chr1 6186692 6209244 ENST00000471204 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186692 6186816 ENST00000471204 protein_coding 5 2 5 RPL22 ENSG00000116251 +transcript chr1 6186723 6199553 ENST00000465387 protein_coding 5 2 NA RPL22 ENSG00000116251 +CDS chr1 6186723 6186816 ENST00000465387 protein_coding 5 2 4 RPL22 ENSG00000116251 +transcript chr1 6192927 6203494 ENST00000462296 protein_coding 5 3 NA RPL22 ENSG00000116251 +CDS chr1 6192927 6193054 ENST00000462296 protein_coding 5 3 4 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000234875 protein_coding 9 1 3 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000497965 protein_coding 5 2 3 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000471204 protein_coding 5 2 4 RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000465387 protein_coding 5 2 3 RPL22 ENSG00000116251 +transcript chr1 6192930 6209389 ENST00000465335 protein_coding 1 3 NA RPL22 ENSG00000116251 +CDS chr1 6192930 6193054 ENST00000465335 protein_coding 1 3 5 RPL22 ENSG00000116251 +CDS chr1 6197652 6197756 ENST00000234875 protein_coding 9 1 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000497965 protein_coding 5 2 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000471204 protein_coding 5 2 3 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000465387 protein_coding 5 2 2 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000462296 protein_coding 5 3 3 RPL22 ENSG00000116251 +CDS chr1 6197652 6197669 ENST00000465335 protein_coding 1 3 4 RPL22 ENSG00000116251 +CDS chr1 6199562 6199573 ENST00000234875 protein_coding 9 1 1 RPL22 ENSG00000116251 +transcript chr1 6206119 6221299 ENST00000377939 protein_coding 5 5 NA RNF207 ENSG00000158286 +CDS chr1 6206536 6206726 ENST00000377939 protein_coding 5 5 2 RNF207 ENSG00000158286 +CDS chr1 6207379 6207511 ENST00000377939 protein_coding 5 5 3 RNF207 ENSG00000158286 +CDS chr1 6208881 6209025 ENST00000377939 protein_coding 5 5 4 RNF207 ENSG00000158286 +CDS chr1 6209115 6209196 ENST00000377939 protein_coding 5 5 5 RNF207 ENSG00000158286 +CDS chr1 6209268 6209343 ENST00000377939 protein_coding 5 5 6 RNF207 ENSG00000158286 +CDS chr1 6209414 6209539 ENST00000377939 protein_coding 5 5 7 RNF207 ENSG00000158286 +CDS chr1 6209924 6209970 ENST00000377939 protein_coding 5 5 8 RNF207 ENSG00000158286 +CDS chr1 6210223 6210295 ENST00000377939 protein_coding 5 5 9 RNF207 ENSG00000158286 +CDS chr1 6210370 6210438 ENST00000377939 protein_coding 5 5 10 RNF207 ENSG00000158286 +CDS chr1 6210870 6210938 ENST00000377939 protein_coding 5 5 11 RNF207 ENSG00000158286 +CDS chr1 6211021 6211118 ENST00000377939 protein_coding 5 5 12 RNF207 ENSG00000158286 +CDS chr1 6211867 6212053 ENST00000377939 protein_coding 5 5 13 RNF207 ENSG00000158286 +CDS chr1 6212231 6212416 ENST00000377939 protein_coding 5 5 14 RNF207 ENSG00000158286 +CDS chr1 6212682 6212733 ENST00000377939 protein_coding 5 5 15 RNF207 ENSG00000158286 +CDS chr1 6213066 6213183 ENST00000377939 protein_coding 5 5 16 RNF207 ENSG00000158286 +CDS chr1 6218289 6218369 ENST00000377939 protein_coding 5 5 17 RNF207 ENSG00000158286 +CDS chr1 6219236 6219404 ENST00000377939 protein_coding 5 5 18 RNF207 ENSG00000158286 +transcript chr1 6221193 6235964 ENST00000343813 protein_coding 10 1 NA ICMT ENSG00000116237 +CDS chr1 6225083 6225262 ENST00000343813 protein_coding 10 1 5 ICMT ENSG00000116237 +CDS chr1 6231902 6232119 ENST00000343813 protein_coding 10 1 4 ICMT ENSG00000116237 +CDS chr1 6233474 6233643 ENST00000343813 protein_coding 10 1 3 ICMT ENSG00000116237 +CDS chr1 6234886 6234974 ENST00000343813 protein_coding 10 1 2 ICMT ENSG00000116237 +CDS chr1 6235717 6235911 ENST00000343813 protein_coding 10 1 1 ICMT ENSG00000116237 +transcript chr1 6244179 6245578 ENST00000377898 protein_coding 4 2 NA HES3 ENSG00000173673 +CDS chr1 6244366 6244446 ENST00000377898 protein_coding 4 2 2 HES3 ENSG00000173673 +CDS chr1 6244548 6244629 ENST00000377898 protein_coding 4 2 3 HES3 ENSG00000173673 +CDS chr1 6245110 6245504 ENST00000377898 protein_coding 4 2 4 HES3 ENSG00000173673 +transcript chr1 6247353 6261098 ENST00000377893 protein_coding 3 1 NA GPR153 ENSG00000158292 +CDS chr1 6249341 6250003 ENST00000377893 protein_coding 3 1 6 GPR153 ENSG00000158292 +CDS chr1 6250440 6250624 ENST00000377893 protein_coding 3 1 5 GPR153 ENSG00000158292 +CDS chr1 6251338 6251530 ENST00000377893 protein_coding 3 1 4 GPR153 ENSG00000158292 +CDS chr1 6253718 6254147 ENST00000377893 protein_coding 3 1 3 GPR153 ENSG00000158292 +CDS chr1 6254550 6254905 ENST00000377893 protein_coding 3 1 2 GPR153 ENSG00000158292 +transcript chr1 6264269 6393361 ENST00000608083 protein_coding 5 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264272 6393767 ENST00000361521 protein_coding 9 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6359344 ENST00000377842 protein_coding 7 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6360707 ENST00000377845 protein_coding 7 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6385813 ENST00000377855 protein_coding 6 1 NA ACOT7 ENSG00000097021 +transcript chr1 6264273 6393766 ENST00000545482 protein_coding 5 1 NA ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000608083 protein_coding 5 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377842 protein_coding 7 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377845 protein_coding 7 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000377855 protein_coding 6 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000361521 protein_coding 9 1 9 ACOT7 ENSG00000097021 +CDS chr1 6264600 6264695 ENST00000545482 protein_coding 5 1 9 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000608083 protein_coding 5 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377842 protein_coding 7 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377845 protein_coding 7 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000377855 protein_coding 6 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000361521 protein_coding 9 1 8 ACOT7 ENSG00000097021 +CDS chr1 6281102 6281286 ENST00000545482 protein_coding 5 1 8 ACOT7 ENSG00000097021 +transcript chr1 6281130 6352249 ENST00000473466 protein_coding 2 5 NA ACOT7 ENSG00000097021 +CDS chr1 6281130 6281286 ENST00000473466 protein_coding 2 5 8 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000608083 protein_coding 5 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377842 protein_coding 7 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377845 protein_coding 7 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000377855 protein_coding 6 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000361521 protein_coding 9 1 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000473466 protein_coding 2 5 7 ACOT7 ENSG00000097021 +CDS chr1 6294864 6294980 ENST00000545482 protein_coding 5 1 7 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000608083 protein_coding 5 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377842 protein_coding 7 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377845 protein_coding 7 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000377855 protein_coding 6 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000361521 protein_coding 9 1 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000473466 protein_coding 2 5 6 ACOT7 ENSG00000097021 +CDS chr1 6318492 6318578 ENST00000545482 protein_coding 5 1 6 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000608083 protein_coding 5 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377842 protein_coding 7 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377845 protein_coding 7 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000377855 protein_coding 6 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000361521 protein_coding 9 1 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000473466 protein_coding 2 5 5 ACOT7 ENSG00000097021 +CDS chr1 6327299 6327413 ENST00000545482 protein_coding 5 1 5 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000608083 protein_coding 5 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377842 protein_coding 7 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377845 protein_coding 7 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000377855 protein_coding 6 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000361521 protein_coding 9 1 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000473466 protein_coding 2 5 4 ACOT7 ENSG00000097021 +CDS chr1 6333477 6333568 ENST00000545482 protein_coding 5 1 4 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000608083 protein_coding 5 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377842 protein_coding 7 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377845 protein_coding 7 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000377855 protein_coding 6 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000361521 protein_coding 9 1 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000473466 protein_coding 2 5 3 ACOT7 ENSG00000097021 +CDS chr1 6339433 6339589 ENST00000545482 protein_coding 5 1 3 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000608083 protein_coding 5 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377842 protein_coding 7 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377845 protein_coding 7 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000377855 protein_coding 6 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000361521 protein_coding 9 1 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349862 ENST00000473466 protein_coding 2 5 2 ACOT7 ENSG00000097021 +CDS chr1 6349749 6349866 ENST00000545482 protein_coding 5 1 2 ACOT7 ENSG00000097021 +CDS chr1 6358826 6358845 ENST00000377842 protein_coding 7 1 1 ACOT7 ENSG00000097021 +CDS chr1 6360570 6360652 ENST00000377845 protein_coding 7 1 1 ACOT7 ENSG00000097021 +CDS chr1 6385494 6385666 ENST00000377855 protein_coding 6 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393303 ENST00000608083 protein_coding 5 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393399 ENST00000361521 protein_coding 9 1 1 ACOT7 ENSG00000097021 +CDS chr1 6393257 6393399 ENST00000545482 protein_coding 5 1 1 ACOT7 ENSG00000097021 +transcript chr1 6412418 6424670 ENST00000377837 protein_coding 5 1 NA HES2 ENSG00000069812 +transcript chr1 6413000 6419903 ENST00000377836 protein_coding 8 2 NA HES2 ENSG00000069812 +CDS chr1 6413196 6413282 ENST00000377837 protein_coding 5 1 4 HES2 ENSG00000069812 +CDS chr1 6413196 6413282 ENST00000377836 protein_coding 8 2 3 HES2 ENSG00000069812 +transcript chr1 6415232 6419919 ENST00000377834 protein_coding 8 1 NA HES2 ENSG00000069812 +transcript chr1 6418414 6419907 ENST00000487437 protein_coding 5 3 NA HES2 ENSG00000069812 +transcript chr1 6418849 6419917 ENST00000489730 protein_coding 1 2 NA HES2 ENSG00000069812 +CDS chr1 6418876 6419153 ENST00000377834 protein_coding 8 1 4 HES2 ENSG00000069812 +CDS chr1 6419064 6419153 ENST00000487437 protein_coding 5 3 3 HES2 ENSG00000069812 +CDS chr1 6419236 6419340 ENST00000489730 protein_coding 1 2 3 HES2 ENSG00000069812 +CDS chr1 6419241 6419340 ENST00000377834 protein_coding 8 1 3 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377837 protein_coding 5 1 3 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377836 protein_coding 8 2 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000377834 protein_coding 8 1 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000487437 protein_coding 5 3 2 HES2 ENSG00000069812 +CDS chr1 6419607 6419702 ENST00000489730 protein_coding 1 2 2 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377837 protein_coding 5 1 2 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377836 protein_coding 8 2 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000377834 protein_coding 8 1 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000487437 protein_coding 5 3 1 HES2 ENSG00000069812 +CDS chr1 6419776 6419820 ENST00000489730 protein_coding 1 2 1 HES2 ENSG00000069812 +transcript chr1 6424776 6460944 ENST00000645284 protein_coding 1 NA NA ESPN ENSG00000187017 +transcript chr1 6424788 6456671 ENST00000636330 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6424956 6425249 ENST00000645284 protein_coding 1 NA 1 ESPN ENSG00000187017 +CDS chr1 6424956 6425249 ENST00000636330 protein_coding 1 5 1 ESPN ENSG00000187017 +CDS chr1 6428226 6428419 ENST00000645284 protein_coding 1 NA 2 ESPN ENSG00000187017 +CDS chr1 6428226 6428419 ENST00000636330 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6440254 6440440 ENST00000645284 protein_coding 1 NA 3 ESPN ENSG00000187017 +CDS chr1 6440254 6440440 ENST00000636330 protein_coding 1 5 3 ESPN ENSG00000187017 +transcript chr1 6440378 6445757 ENST00000418286 protein_coding 1 3 NA ESPN ENSG00000187017 +CDS chr1 6440378 6440440 ENST00000418286 protein_coding 1 3 1 ESPN ENSG00000187017 +CDS chr1 6440626 6440808 ENST00000645284 protein_coding 1 NA 4 ESPN ENSG00000187017 +CDS chr1 6440626 6440808 ENST00000636330 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6440659 6440808 ENST00000418286 protein_coding 1 3 2 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000645284 protein_coding 1 NA 5 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000636330 protein_coding 1 5 5 ESPN ENSG00000187017 +CDS chr1 6440934 6441065 ENST00000418286 protein_coding 1 3 3 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000645284 protein_coding 1 NA 6 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000636330 protein_coding 1 5 6 ESPN ENSG00000187017 +CDS chr1 6444481 6444682 ENST00000418286 protein_coding 1 3 4 ESPN ENSG00000187017 +CDS chr1 6445664 6445935 ENST00000645284 protein_coding 1 NA 7 ESPN ENSG00000187017 +CDS chr1 6445664 6445935 ENST00000636330 protein_coding 1 5 7 ESPN ENSG00000187017 +CDS chr1 6445664 6445757 ENST00000418286 protein_coding 1 3 5 ESPN ENSG00000187017 +transcript chr1 6447331 6449056 ENST00000632803 protein_coding 1 3 NA ESPN ENSG00000187017 +transcript chr1 6447351 6449037 ENST00000632593 protein_coding 1 2 NA ESPN ENSG00000187017 +transcript chr1 6448043 6460399 ENST00000461727 protein_coding 6 1 NA ESPN ENSG00000187017 +transcript chr1 6448467 6460052 ENST00000475228 protein_coding 6 5 NA ESPN ENSG00000187017 +transcript chr1 6448520 6448958 ENST00000478323 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6448641 6449091 ENST00000645284 protein_coding 1 NA 8 ESPN ENSG00000187017 +CDS chr1 6448641 6449091 ENST00000636330 protein_coding 1 5 8 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000632803 protein_coding 1 3 2 ESPN ENSG00000187017 +CDS chr1 6448785 6449037 ENST00000632593 protein_coding 1 2 2 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000461727 protein_coding 6 1 2 ESPN ENSG00000187017 +CDS chr1 6448785 6448802 ENST00000478323 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6448893 6449056 ENST00000632803 protein_coding 1 3 3 ESPN ENSG00000187017 +CDS chr1 6448893 6449091 ENST00000461727 protein_coding 6 1 3 ESPN ENSG00000187017 +CDS chr1 6448893 6448958 ENST00000478323 protein_coding 1 5 3 ESPN ENSG00000187017 +transcript chr1 6449055 6460926 ENST00000633239 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6449055 6449091 ENST00000633239 protein_coding 1 5 1 ESPN ENSG00000187017 +transcript chr1 6450374 6451949 ENST00000475479 protein_coding 2 3 NA ESPN ENSG00000187017 +CDS chr1 6450444 6450470 ENST00000633239 protein_coding 1 5 2 ESPN ENSG00000187017 +transcript chr1 6451317 6457263 ENST00000636644 protein_coding 1 5 NA ESPN ENSG00000187017 +CDS chr1 6451331 6451370 ENST00000636644 protein_coding 1 5 1 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000645284 protein_coding 1 NA 9 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000636330 protein_coding 1 5 9 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000461727 protein_coding 6 1 4 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000633239 protein_coding 1 5 3 ESPN ENSG00000187017 +CDS chr1 6451603 6451748 ENST00000636644 protein_coding 1 5 2 ESPN ENSG00000187017 +CDS chr1 6451620 6451748 ENST00000475228 protein_coding 6 5 3 ESPN ENSG00000187017 +CDS chr1 6451620 6451748 ENST00000475479 protein_coding 2 3 2 ESPN ENSG00000187017 +transcript chr1 6451658 6461367 ENST00000434576 protein_coding 2 3 NA ESPN ENSG00000187017 +CDS chr1 6451658 6451748 ENST00000434576 protein_coding 2 3 1 ESPN ENSG00000187017 +transcript chr1 6451717 6460405 ENST00000477679 protein_coding 2 2 NA ESPN ENSG00000187017 +CDS chr1 6451717 6452096 ENST00000477679 protein_coding 2 2 1 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000645284 protein_coding 1 NA 10 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000636330 protein_coding 1 5 10 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000461727 protein_coding 6 1 5 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000475228 protein_coding 6 5 4 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000633239 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6451833 6451949 ENST00000475479 protein_coding 2 3 3 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000636644 protein_coding 1 5 3 ESPN ENSG00000187017 +CDS chr1 6451833 6452096 ENST00000434576 protein_coding 2 3 2 ESPN ENSG00000187017 +CDS chr1 6454434 6456194 ENST00000636330 protein_coding 1 5 11 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000645284 protein_coding 1 NA 11 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000461727 protein_coding 6 1 6 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000475228 protein_coding 6 5 5 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000633239 protein_coding 1 5 5 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000636644 protein_coding 1 5 4 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000434576 protein_coding 2 3 3 ESPN ENSG00000187017 +CDS chr1 6457184 6457263 ENST00000477679 protein_coding 2 2 2 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000645284 protein_coding 1 NA 12 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000461727 protein_coding 6 1 7 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000475228 protein_coding 6 5 6 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000633239 protein_coding 1 5 6 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000434576 protein_coding 2 3 4 ESPN ENSG00000187017 +CDS chr1 6457361 6457372 ENST00000477679 protein_coding 2 2 3 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000645284 protein_coding 1 NA 13 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000461727 protein_coding 6 1 8 ESPN ENSG00000187017 +CDS chr1 6459999 6460052 ENST00000475228 protein_coding 6 5 7 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000633239 protein_coding 1 5 7 ESPN ENSG00000187017 +CDS chr1 6459999 6460110 ENST00000434576 protein_coding 2 3 5 ESPN ENSG00000187017 +CDS chr1 6459999 6460143 ENST00000477679 protein_coding 2 2 4 ESPN ENSG00000187017 +transcript chr1 6460786 6465470 ENST00000647810 protein_coding 1 NA NA TNFRSF25 ENSG00000215788 +transcript chr1 6460786 6466173 ENST00000356876 protein_coding 8 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461151 6466175 ENST00000377782 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +CDS chr1 6461180 6461182 ENST00000434576 protein_coding 2 3 6 ESPN ENSG00000187017 +transcript chr1 6461204 6466175 ENST00000351959 protein_coding 9 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461434 6466107 ENST00000348333 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +transcript chr1 6461434 6466107 ENST00000351748 protein_coding 7 1 NA TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000647810 protein_coding 1 NA 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000377782 protein_coding 7 1 10 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000356876 protein_coding 8 1 10 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000351959 protein_coding 9 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000348333 protein_coding 7 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461437 6461762 ENST00000351748 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000647810 protein_coding 1 NA 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000377782 protein_coding 7 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000356876 protein_coding 8 1 9 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000351959 protein_coding 9 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000348333 protein_coding 7 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6461994 6462174 ENST00000351748 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000647810 protein_coding 1 NA 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000377782 protein_coding 7 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000356876 protein_coding 8 1 8 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000351959 protein_coding 9 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462666 ENST00000348333 protein_coding 7 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462629 6462663 ENST00000351748 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +transcript chr1 6462637 6465630 ENST00000481401 protein_coding 5 5 NA TNFRSF25 ENSG00000215788 +CDS chr1 6462637 6462663 ENST00000481401 protein_coding 5 5 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000647810 protein_coding 1 NA 6 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000377782 protein_coding 7 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000356876 protein_coding 8 1 7 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000348333 protein_coding 7 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6462863 6462970 ENST00000481401 protein_coding 5 5 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463065 6463147 ENST00000377782 protein_coding 7 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000647810 protein_coding 1 NA 5 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000356876 protein_coding 8 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000351959 protein_coding 9 1 6 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463127 ENST00000348333 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6463072 6463072 ENST00000481401 protein_coding 5 5 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000647810 protein_coding 1 NA 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000377782 protein_coding 7 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000356876 protein_coding 8 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000351959 protein_coding 9 1 5 TNFRSF25 ENSG00000215788 +CDS chr1 6464375 6464453 ENST00000348333 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000647810 protein_coding 1 NA 3 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000377782 protein_coding 7 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000356876 protein_coding 8 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000351959 protein_coding 9 1 4 TNFRSF25 ENSG00000215788 +CDS chr1 6464552 6464719 ENST00000348333 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000647810 protein_coding 1 NA 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000377782 protein_coding 7 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000356876 protein_coding 8 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465088 6465222 ENST00000351959 protein_coding 9 1 3 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465470 ENST00000647810 protein_coding 1 NA 1 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000377782 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000356876 protein_coding 8 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000351959 protein_coding 9 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000348333 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6465440 6465560 ENST00000351748 protein_coding 7 1 2 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000377782 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000356876 protein_coding 8 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000351959 protein_coding 9 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000348333 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +CDS chr1 6466069 6466107 ENST00000351748 protein_coding 7 1 1 TNFRSF25 ENSG00000215788 +transcript chr1 6467122 6485469 ENST00000535355 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6485954 ENST00000400913 protein_coding 6 5 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6490570 ENST00000377725 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6490594 ENST00000340850 protein_coding 10 5 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6491667 ENST00000377728 protein_coding 8 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6496569 ENST00000377748 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6496696 ENST00000377732 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6497424 ENST00000400915 protein_coding 8 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6506158 ENST00000673471 protein_coding 2 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467122 6520009 ENST00000377740 protein_coding 5 1 NA PLEKHG5 ENSG00000171680 +transcript chr1 6467128 6485895 ENST00000675694 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467270 6477658 ENST00000675123 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +transcript chr1 6467505 6497096 ENST00000537245 protein_coding 6 2 NA PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000535355 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000400913 protein_coding 6 5 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000340850 protein_coding 10 5 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377728 protein_coding 8 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377748 protein_coding 6 2 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377732 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000400915 protein_coding 8 1 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000673471 protein_coding 2 NA 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000377740 protein_coding 5 1 22 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000675694 protein_coding 1 NA 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000675123 protein_coding 1 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467566 6467572 ENST00000537245 protein_coding 6 2 22 PLEKHG5 ENSG00000171680 +transcript chr1 6467755 6469163 ENST00000675976 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6467824 6468586 ENST00000675976 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000535355 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000400913 protein_coding 6 5 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000340850 protein_coding 10 5 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377728 protein_coding 8 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377748 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377732 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000400915 protein_coding 8 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000673471 protein_coding 2 NA 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000377740 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000675694 protein_coding 1 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6467893 ENST00000675123 protein_coding 1 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6467825 6468586 ENST00000537245 protein_coding 6 2 21 PLEKHG5 ENSG00000171680 +CDS chr1 6467846 6467898 ENST00000377725 protein_coding 5 1 21 PLEKHG5 ENSG00000171680 +CDS chr1 6468099 6468586 ENST00000377725 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000535355 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000400913 protein_coding 6 5 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377725 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000340850 protein_coding 10 5 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377728 protein_coding 8 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377748 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377732 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000400915 protein_coding 8 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000673471 protein_coding 2 NA 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000377740 protein_coding 5 1 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000675694 protein_coding 1 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000675123 protein_coding 1 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469241 ENST00000537245 protein_coding 6 2 20 PLEKHG5 ENSG00000171680 +CDS chr1 6469042 6469163 ENST00000675976 protein_coding 1 NA 1 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000535355 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000400913 protein_coding 6 5 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377725 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000340850 protein_coding 10 5 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377728 protein_coding 8 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377748 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377732 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000400915 protein_coding 8 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000673471 protein_coding 2 NA 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000377740 protein_coding 5 1 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000675694 protein_coding 1 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000675123 protein_coding 1 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469335 6469450 ENST00000537245 protein_coding 6 2 19 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000535355 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000400913 protein_coding 6 5 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377725 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000340850 protein_coding 10 5 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377728 protein_coding 8 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377748 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377732 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000400915 protein_coding 8 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000673471 protein_coding 2 NA 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000377740 protein_coding 5 1 18 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000675694 protein_coding 1 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000675123 protein_coding 1 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6469544 6469676 ENST00000537245 protein_coding 6 2 18 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000535355 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000400913 protein_coding 6 5 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377725 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000340850 protein_coding 10 5 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377728 protein_coding 8 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377748 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377732 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000400915 protein_coding 8 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000673471 protein_coding 2 NA 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000377740 protein_coding 5 1 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000675694 protein_coding 1 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000675123 protein_coding 1 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470236 6470355 ENST00000537245 protein_coding 6 2 17 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000535355 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000400913 protein_coding 6 5 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377725 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000340850 protein_coding 10 5 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377728 protein_coding 8 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377748 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377732 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000400915 protein_coding 8 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000673471 protein_coding 2 NA 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000377740 protein_coding 5 1 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000675694 protein_coding 1 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000675123 protein_coding 1 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470506 6470643 ENST00000537245 protein_coding 6 2 16 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000535355 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000400913 protein_coding 6 5 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377725 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000340850 protein_coding 10 5 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377728 protein_coding 8 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377748 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377732 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000400915 protein_coding 8 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000673471 protein_coding 2 NA 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000377740 protein_coding 5 1 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000675694 protein_coding 1 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000675123 protein_coding 1 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470735 6470884 ENST00000537245 protein_coding 6 2 15 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000535355 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000400913 protein_coding 6 5 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377725 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000340850 protein_coding 10 5 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377728 protein_coding 8 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377748 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377732 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000400915 protein_coding 8 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000673471 protein_coding 2 NA 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000377740 protein_coding 5 1 14 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000675694 protein_coding 1 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000675123 protein_coding 1 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6470990 6471100 ENST00000537245 protein_coding 6 2 14 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000535355 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000400913 protein_coding 6 5 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377725 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000340850 protein_coding 10 5 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377728 protein_coding 8 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377748 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377732 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000400915 protein_coding 8 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000673471 protein_coding 2 NA 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000377740 protein_coding 5 1 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000675694 protein_coding 1 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000675123 protein_coding 1 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471488 6471637 ENST00000537245 protein_coding 6 2 13 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000535355 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000400913 protein_coding 6 5 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377725 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000340850 protein_coding 10 5 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377728 protein_coding 8 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377748 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377732 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000400915 protein_coding 8 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000673471 protein_coding 2 NA 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000377740 protein_coding 5 1 12 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000675694 protein_coding 1 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000675123 protein_coding 1 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6471758 6471808 ENST00000537245 protein_coding 6 2 12 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000535355 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000400913 protein_coding 6 5 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377725 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000340850 protein_coding 10 5 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377728 protein_coding 8 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377748 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377732 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000400915 protein_coding 8 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000673471 protein_coding 2 NA 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000377740 protein_coding 5 1 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000675694 protein_coding 1 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000675123 protein_coding 1 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472527 6472622 ENST00000537245 protein_coding 6 2 11 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000535355 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000400913 protein_coding 6 5 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377725 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000340850 protein_coding 10 5 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377728 protein_coding 8 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377748 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377732 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000400915 protein_coding 8 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000673471 protein_coding 2 NA 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000377740 protein_coding 5 1 10 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000675694 protein_coding 1 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000675123 protein_coding 1 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6472986 6473174 ENST00000537245 protein_coding 6 2 10 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000535355 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000400913 protein_coding 6 5 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377725 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000340850 protein_coding 10 5 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377728 protein_coding 8 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377748 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377732 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000400915 protein_coding 8 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000673471 protein_coding 2 NA 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000377740 protein_coding 5 1 9 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000675694 protein_coding 1 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000675123 protein_coding 1 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6473251 6473454 ENST00000537245 protein_coding 6 2 9 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000535355 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000400913 protein_coding 6 5 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377725 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000340850 protein_coding 10 5 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377728 protein_coding 8 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377748 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377732 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000400915 protein_coding 8 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000673471 protein_coding 2 NA 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000377740 protein_coding 5 1 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000675694 protein_coding 1 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000675123 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474013 6474164 ENST00000537245 protein_coding 6 2 8 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000535355 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000400913 protein_coding 6 5 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377725 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000340850 protein_coding 10 5 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377728 protein_coding 8 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377748 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377732 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000400915 protein_coding 8 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000673471 protein_coding 2 NA 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000377740 protein_coding 5 1 7 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000675694 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000675123 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6474451 6474587 ENST00000537245 protein_coding 6 2 7 PLEKHG5 ENSG00000171680 +transcript chr1 6474575 6491696 ENST00000675093 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6474575 6474587 ENST00000675093 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +transcript chr1 6474577 6485952 ENST00000676287 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6474577 6474587 ENST00000676287 protein_coding 1 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000535355 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000400913 protein_coding 6 5 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377725 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000340850 protein_coding 10 5 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377728 protein_coding 8 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377748 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377732 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000400915 protein_coding 8 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000673471 protein_coding 2 NA 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000377740 protein_coding 5 1 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675694 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675123 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000537245 protein_coding 6 2 6 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000675093 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475047 6475138 ENST00000676287 protein_coding 1 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000535355 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000400913 protein_coding 6 5 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377725 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000340850 protein_coding 10 5 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377728 protein_coding 8 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377748 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377732 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000400915 protein_coding 8 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000673471 protein_coding 2 NA 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000377740 protein_coding 5 1 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675694 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675123 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000537245 protein_coding 6 2 5 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000675093 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475462 6475522 ENST00000676287 protein_coding 1 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000535355 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000400913 protein_coding 6 5 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377725 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000340850 protein_coding 10 5 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377728 protein_coding 8 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377748 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377732 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000400915 protein_coding 8 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000673471 protein_coding 2 NA 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000377740 protein_coding 5 1 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675694 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675123 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000537245 protein_coding 6 2 4 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000675093 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6475931 6476036 ENST00000676287 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477027 6477089 ENST00000377748 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000535355 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000400913 protein_coding 6 5 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377725 protein_coding 5 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000340850 protein_coding 10 5 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377728 protein_coding 8 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000377748 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000377732 protein_coding 5 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000400915 protein_coding 8 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000673471 protein_coding 2 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000377740 protein_coding 5 1 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675694 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675123 protein_coding 1 NA 1 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477658 ENST00000537245 protein_coding 6 2 3 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000675093 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6477529 6477571 ENST00000676287 protein_coding 1 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6485324 6485443 ENST00000535355 protein_coding 6 2 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000377748 protein_coding 6 2 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000377732 protein_coding 5 1 1 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000400915 protein_coding 8 1 2 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496569 ENST00000673471 protein_coding 2 NA 2 PLEKHG5 ENSG00000171680 +CDS chr1 6496493 6496516 ENST00000537245 protein_coding 6 2 2 PLEKHG5 ENSG00000171680 +transcript chr1 6496498 6520074 ENST00000675812 protein_coding 1 NA NA PLEKHG5 ENSG00000171680 +CDS chr1 6496498 6496516 ENST00000675812 protein_coding 1 NA 3 PLEKHG5 ENSG00000171680 +CDS chr1 6506026 6506158 ENST00000673471 protein_coding 2 NA 1 PLEKHG5 ENSG00000171680 +transcript chr1 6521347 6554513 ENST00000377705 protein_coding 6 1 NA NOL9 ENSG00000162408 +CDS chr1 6525857 6526003 ENST00000377705 protein_coding 6 1 12 NOL9 ENSG00000162408 +CDS chr1 6526696 6526829 ENST00000377705 protein_coding 6 1 11 NOL9 ENSG00000162408 +CDS chr1 6528994 6529171 ENST00000377705 protein_coding 6 1 10 NOL9 ENSG00000162408 +CDS chr1 6531968 6532079 ENST00000377705 protein_coding 6 1 9 NOL9 ENSG00000162408 +CDS chr1 6532463 6532760 ENST00000377705 protein_coding 6 1 8 NOL9 ENSG00000162408 +CDS chr1 6533280 6533441 ENST00000377705 protein_coding 6 1 7 NOL9 ENSG00000162408 +CDS chr1 6541830 6541927 ENST00000377705 protein_coding 6 1 6 NOL9 ENSG00000162408 +CDS chr1 6544826 6544922 ENST00000377705 protein_coding 6 1 5 NOL9 ENSG00000162408 +CDS chr1 6545045 6545180 ENST00000377705 protein_coding 6 1 4 NOL9 ENSG00000162408 +CDS chr1 6549571 6549698 ENST00000377705 protein_coding 6 1 3 NOL9 ENSG00000162408 +CDS chr1 6550396 6550615 ENST00000377705 protein_coding 6 1 2 NOL9 ENSG00000162408 +CDS chr1 6554107 6554502 ENST00000377705 protein_coding 6 1 1 NOL9 ENSG00000162408 +transcript chr1 6555307 6579755 ENST00000333172 protein_coding 11 1 NA TAS1R1 ENSG00000173662 +transcript chr1 6555309 6579626 ENST00000351136 protein_coding 7 2 NA TAS1R1 ENSG00000173662 +CDS chr1 6555374 6555564 ENST00000333172 protein_coding 11 1 1 TAS1R1 ENSG00000173662 +CDS chr1 6555374 6555564 ENST00000351136 protein_coding 7 2 1 TAS1R1 ENSG00000173662 +CDS chr1 6570909 6571215 ENST00000333172 protein_coding 11 1 2 TAS1R1 ENSG00000173662 +CDS chr1 6570909 6571215 ENST00000351136 protein_coding 7 2 2 TAS1R1 ENSG00000173662 +transcript chr1 6570941 6579426 ENST00000411823 protein_coding 5 2 NA TAS1R1 ENSG00000173662 +CDS chr1 6570941 6571215 ENST00000411823 protein_coding 5 2 1 TAS1R1 ENSG00000173662 +transcript chr1 6570941 6579426 ENST00000415267 protein_coding 1 1 NA TAS1R1 ENSG00000173662 +CDS chr1 6570941 6571215 ENST00000415267 protein_coding 1 1 1 TAS1R1 ENSG00000173662 +CDS chr1 6574631 6575392 ENST00000333172 protein_coding 11 1 3 TAS1R1 ENSG00000173662 +CDS chr1 6574631 6575392 ENST00000411823 protein_coding 5 2 2 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000333172 protein_coding 11 1 4 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000351136 protein_coding 7 2 3 TAS1R1 ENSG00000173662 +CDS chr1 6576415 6576627 ENST00000415267 protein_coding 1 1 2 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000333172 protein_coding 11 1 5 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000351136 protein_coding 7 2 4 TAS1R1 ENSG00000173662 +CDS chr1 6576950 6577070 ENST00000415267 protein_coding 1 1 3 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6579581 ENST00000333172 protein_coding 11 1 6 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6579581 ENST00000351136 protein_coding 7 2 5 TAS1R1 ENSG00000173662 +CDS chr1 6578653 6578832 ENST00000411823 protein_coding 5 2 3 TAS1R1 ENSG00000173662 +CDS chr1 6579296 6579426 ENST00000415267 protein_coding 1 1 4 TAS1R1 ENSG00000173662 +transcript chr1 6579994 6589280 ENST00000377674 protein_coding 9 1 NA ZBTB48 ENSG00000204859 +transcript chr1 6580001 6582299 ENST00000319084 protein_coding 9 3 NA ZBTB48 ENSG00000204859 +transcript chr1 6580017 6582245 ENST00000435905 protein_coding 5 5 NA ZBTB48 ENSG00000204859 +transcript chr1 6580088 6588105 ENST00000488936 protein_coding 1 3 NA ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000377674 protein_coding 9 1 2 ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000319084 protein_coding 9 3 2 ZBTB48 ENSG00000204859 +CDS chr1 6580610 6581299 ENST00000435905 protein_coding 5 5 2 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582299 ENST00000377674 protein_coding 9 1 3 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582299 ENST00000319084 protein_coding 9 3 3 ZBTB48 ENSG00000204859 +CDS chr1 6582058 6582245 ENST00000435905 protein_coding 5 5 3 ZBTB48 ENSG00000204859 +CDS chr1 6582103 6582299 ENST00000488936 protein_coding 1 3 2 ZBTB48 ENSG00000204859 +CDS chr1 6585919 6586030 ENST00000377674 protein_coding 9 1 4 ZBTB48 ENSG00000204859 +CDS chr1 6585919 6586030 ENST00000488936 protein_coding 1 3 3 ZBTB48 ENSG00000204859 +CDS chr1 6586695 6586787 ENST00000377674 protein_coding 9 1 5 ZBTB48 ENSG00000204859 +CDS chr1 6586695 6586787 ENST00000488936 protein_coding 1 3 4 ZBTB48 ENSG00000204859 +CDS chr1 6587205 6587291 ENST00000377674 protein_coding 9 1 6 ZBTB48 ENSG00000204859 +CDS chr1 6587205 6587291 ENST00000488936 protein_coding 1 3 5 ZBTB48 ENSG00000204859 +CDS chr1 6587478 6587632 ENST00000377674 protein_coding 9 1 7 ZBTB48 ENSG00000204859 +CDS chr1 6587478 6587632 ENST00000488936 protein_coding 1 3 6 ZBTB48 ENSG00000204859 +CDS chr1 6588060 6588196 ENST00000377674 protein_coding 9 1 8 ZBTB48 ENSG00000204859 +CDS chr1 6588060 6588105 ENST00000488936 protein_coding 1 3 7 ZBTB48 ENSG00000204859 +CDS chr1 6588278 6588442 ENST00000377674 protein_coding 9 1 9 ZBTB48 ENSG00000204859 +CDS chr1 6588756 6588844 ENST00000377674 protein_coding 9 1 10 ZBTB48 ENSG00000204859 +CDS chr1 6588916 6589209 ENST00000377674 protein_coding 9 1 11 ZBTB48 ENSG00000204859 +transcript chr1 6590724 6602869 ENST00000377658 protein_coding 8 1 NA KLHL21 ENSG00000162413 +transcript chr1 6590724 6603001 ENST00000377663 protein_coding 3 1 NA KLHL21 ENSG00000162413 +transcript chr1 6593193 6614560 ENST00000467612 protein_coding 5 3 NA KLHL21 ENSG00000162413 +CDS chr1 6593368 6593658 ENST00000377658 protein_coding 8 1 4 KLHL21 ENSG00000162413 +CDS chr1 6593368 6593658 ENST00000467612 protein_coding 5 3 4 KLHL21 ENSG00000162413 +transcript chr1 6593381 6599816 ENST00000496707 protein_coding 5 1 NA KLHL21 ENSG00000162413 +CDS chr1 6593381 6593658 ENST00000496707 protein_coding 5 1 4 KLHL21 ENSG00000162413 +transcript chr1 6594081 6614607 ENST00000463043 protein_coding 1 5 NA KLHL21 ENSG00000162413 +CDS chr1 6595368 6595557 ENST00000377663 protein_coding 3 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000377658 protein_coding 8 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000467612 protein_coding 5 3 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000496707 protein_coding 5 1 3 KLHL21 ENSG00000162413 +CDS chr1 6595485 6595557 ENST00000463043 protein_coding 1 5 3 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599452 ENST00000377658 protein_coding 8 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599452 ENST00000377663 protein_coding 3 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000467612 protein_coding 5 3 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000496707 protein_coding 5 1 2 KLHL21 ENSG00000162413 +CDS chr1 6599047 6599372 ENST00000463043 protein_coding 1 5 2 KLHL21 ENSG00000162413 +CDS chr1 6601797 6602817 ENST00000377658 protein_coding 8 1 1 KLHL21 ENSG00000162413 +CDS chr1 6601797 6602817 ENST00000377663 protein_coding 3 1 1 KLHL21 ENSG00000162413 +transcript chr1 6613731 6624030 ENST00000377648 protein_coding 5 1 NA PHF13 ENSG00000116273 +CDS chr1 6614067 6614105 ENST00000377648 protein_coding 5 1 1 PHF13 ENSG00000116273 +CDS chr1 6616757 6616858 ENST00000377648 protein_coding 5 1 2 PHF13 ENSG00000116273 +CDS chr1 6619803 6620337 ENST00000377648 protein_coding 5 1 3 PHF13 ENSG00000116273 +CDS chr1 6621411 6621634 ENST00000377648 protein_coding 5 1 4 PHF13 ENSG00000116273 +transcript chr1 6624868 6633562 ENST00000054650 protein_coding 9 1 NA THAP3 ENSG00000041988 +transcript chr1 6625181 6633368 ENST00000307896 protein_coding 10 2 NA THAP3 ENSG00000041988 +transcript chr1 6625192 6635586 ENST00000377627 protein_coding 7 2 NA THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000054650 protein_coding 9 1 2 THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000307896 protein_coding 10 2 1 THAP3 ENSG00000041988 +CDS chr1 6625219 6625292 ENST00000377627 protein_coding 7 2 1 THAP3 ENSG00000041988 +transcript chr1 6625230 6633051 ENST00000472925 protein_coding 1 2 NA THAP3 ENSG00000041988 +CDS chr1 6625230 6625292 ENST00000472925 protein_coding 1 2 1 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000054650 protein_coding 9 1 3 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000307896 protein_coding 10 2 2 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000377627 protein_coding 7 2 2 THAP3 ENSG00000041988 +CDS chr1 6628499 6628691 ENST00000472925 protein_coding 1 2 2 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000054650 protein_coding 9 1 4 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000377627 protein_coding 7 2 3 THAP3 ENSG00000041988 +CDS chr1 6630288 6630353 ENST00000472925 protein_coding 1 2 3 THAP3 ENSG00000041988 +CDS chr1 6630291 6630353 ENST00000307896 protein_coding 10 2 3 THAP3 ENSG00000041988 +CDS chr1 6632370 6632495 ENST00000377627 protein_coding 7 2 4 THAP3 ENSG00000041988 +CDS chr1 6632391 6632495 ENST00000054650 protein_coding 9 1 5 THAP3 ENSG00000041988 +CDS chr1 6632391 6632495 ENST00000307896 protein_coding 10 2 4 THAP3 ENSG00000041988 +CDS chr1 6632391 6632759 ENST00000472925 protein_coding 1 2 4 THAP3 ENSG00000041988 +CDS chr1 6632796 6633074 ENST00000054650 protein_coding 9 1 6 THAP3 ENSG00000041988 +CDS chr1 6632796 6633074 ENST00000307896 protein_coding 10 2 5 THAP3 ENSG00000041988 +CDS chr1 6634020 6634085 ENST00000377627 protein_coding 7 2 5 THAP3 ENSG00000041988 +transcript chr1 6634168 6681037 ENST00000451196 protein_coding 5 1 NA DNAJC11 ENSG00000007923 +transcript chr1 6634170 6701816 ENST00000377577 protein_coding 10 1 NA DNAJC11 ENSG00000007923 +CDS chr1 6634529 6634784 ENST00000451196 protein_coding 5 1 8 DNAJC11 ENSG00000007923 +transcript chr1 6635113 6701924 ENST00000294401 protein_coding 11 1 NA DNAJC11 ENSG00000007923 +CDS chr1 6635678 6635700 ENST00000377577 protein_coding 10 1 16 DNAJC11 ENSG00000007923 +CDS chr1 6635678 6635700 ENST00000294401 protein_coding 11 1 15 DNAJC11 ENSG00000007923 +CDS chr1 6636117 6636246 ENST00000377577 protein_coding 10 1 15 DNAJC11 ENSG00000007923 +CDS chr1 6636117 6636246 ENST00000294401 protein_coding 11 1 14 DNAJC11 ENSG00000007923 +CDS chr1 6637198 6637340 ENST00000377577 protein_coding 10 1 14 DNAJC11 ENSG00000007923 +CDS chr1 6637198 6637340 ENST00000294401 protein_coding 11 1 13 DNAJC11 ENSG00000007923 +CDS chr1 6637447 6637504 ENST00000377577 protein_coding 10 1 13 DNAJC11 ENSG00000007923 +CDS chr1 6637447 6637504 ENST00000294401 protein_coding 11 1 12 DNAJC11 ENSG00000007923 +CDS chr1 6638295 6638364 ENST00000377577 protein_coding 10 1 12 DNAJC11 ENSG00000007923 +CDS chr1 6638295 6638364 ENST00000294401 protein_coding 11 1 11 DNAJC11 ENSG00000007923 +CDS chr1 6639902 6640057 ENST00000377577 protein_coding 10 1 11 DNAJC11 ENSG00000007923 +CDS chr1 6644558 6644674 ENST00000377577 protein_coding 10 1 10 DNAJC11 ENSG00000007923 +CDS chr1 6644558 6644674 ENST00000294401 protein_coding 11 1 10 DNAJC11 ENSG00000007923 +CDS chr1 6645041 6645126 ENST00000377577 protein_coding 10 1 9 DNAJC11 ENSG00000007923 +CDS chr1 6645041 6645126 ENST00000294401 protein_coding 11 1 9 DNAJC11 ENSG00000007923 +CDS chr1 6645789 6645978 ENST00000377577 protein_coding 10 1 8 DNAJC11 ENSG00000007923 +CDS chr1 6645789 6645978 ENST00000294401 protein_coding 11 1 8 DNAJC11 ENSG00000007923 +transcript chr1 6645800 6701802 ENST00000426784 protein_coding 1 3 NA DNAJC11 ENSG00000007923 +CDS chr1 6645800 6645978 ENST00000426784 protein_coding 1 3 8 DNAJC11 ENSG00000007923 +CDS chr1 6645871 6645978 ENST00000451196 protein_coding 5 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6651017 6651180 ENST00000426784 protein_coding 1 3 7 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000451196 protein_coding 5 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000377577 protein_coding 10 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6651529 6651602 ENST00000294401 protein_coding 11 1 7 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000451196 protein_coding 5 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000377577 protein_coding 10 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000294401 protein_coding 11 1 6 DNAJC11 ENSG00000007923 +CDS chr1 6652829 6652951 ENST00000426784 protein_coding 1 3 6 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000451196 protein_coding 5 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000377577 protein_coding 10 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000294401 protein_coding 11 1 5 DNAJC11 ENSG00000007923 +CDS chr1 6653911 6654039 ENST00000426784 protein_coding 1 3 5 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000451196 protein_coding 5 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000377577 protein_coding 10 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000294401 protein_coding 11 1 4 DNAJC11 ENSG00000007923 +CDS chr1 6667709 6667810 ENST00000426784 protein_coding 1 3 4 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000451196 protein_coding 5 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000377577 protein_coding 10 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000294401 protein_coding 11 1 3 DNAJC11 ENSG00000007923 +CDS chr1 6678394 6678467 ENST00000426784 protein_coding 1 3 3 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000451196 protein_coding 5 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000377577 protein_coding 10 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000294401 protein_coding 11 1 2 DNAJC11 ENSG00000007923 +CDS chr1 6680908 6681037 ENST00000426784 protein_coding 1 3 2 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000377577 protein_coding 10 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000294401 protein_coding 11 1 1 DNAJC11 ENSG00000007923 +CDS chr1 6701729 6701800 ENST00000426784 protein_coding 1 3 1 DNAJC11 ENSG00000007923 +transcript chr1 6785454 7769706 ENST00000303635 protein_coding 12 1 NA CAMTA1 ENSG00000171735 +transcript chr1 6785480 6872038 ENST00000473578 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +transcript chr1 6785491 6887865 ENST00000557126 protein_coding 5 2 NA CAMTA1 ENSG00000171735 +transcript chr1 6785518 6872019 ENST00000467404 protein_coding 6 3 NA CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000303635 protein_coding 12 1 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000473578 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000557126 protein_coding 5 2 1 CAMTA1 ENSG00000171735 +CDS chr1 6785531 6785575 ENST00000467404 protein_coding 6 3 1 CAMTA1 ENSG00000171735 +CDS chr1 6806983 6807088 ENST00000467404 protein_coding 6 3 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000303635 protein_coding 12 1 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000473578 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 6820181 6820250 ENST00000557126 protein_coding 5 2 2 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000303635 protein_coding 12 1 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000473578 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000557126 protein_coding 5 2 3 CAMTA1 ENSG00000171735 +CDS chr1 6825092 6825210 ENST00000467404 protein_coding 6 3 3 CAMTA1 ENSG00000171735 +CDS chr1 6871757 6871762 ENST00000473578 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 6871757 6871762 ENST00000467404 protein_coding 6 3 4 CAMTA1 ENSG00000171735 +CDS chr1 6887654 6887722 ENST00000557126 protein_coding 5 2 4 CAMTA1 ENSG00000171735 +CDS chr1 7091304 7091371 ENST00000303635 protein_coding 12 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7249491 7249626 ENST00000303635 protein_coding 12 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7467830 7467901 ENST00000303635 protein_coding 12 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7640400 7640553 ENST00000303635 protein_coding 12 1 7 CAMTA1 ENSG00000171735 +CDS chr1 7661726 7661866 ENST00000303635 protein_coding 12 1 8 CAMTA1 ENSG00000171735 +CDS chr1 7663353 7665199 ENST00000303635 protein_coding 12 1 9 CAMTA1 ENSG00000171735 +CDS chr1 7670911 7671037 ENST00000303635 protein_coding 12 1 10 CAMTA1 ENSG00000171735 +CDS chr1 7677599 7677733 ENST00000303635 protein_coding 12 1 11 CAMTA1 ENSG00000171735 +CDS chr1 7732448 7732599 ENST00000303635 protein_coding 12 1 12 CAMTA1 ENSG00000171735 +CDS chr1 7736344 7736540 ENST00000303635 protein_coding 12 1 13 CAMTA1 ENSG00000171735 +transcript chr1 7736408 7767856 ENST00000495233 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7736408 7736540 ENST00000495233 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +CDS chr1 7736931 7737009 ENST00000303635 protein_coding 12 1 14 CAMTA1 ENSG00000171735 +CDS chr1 7736931 7737009 ENST00000495233 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7737255 7737570 ENST00000303635 protein_coding 12 1 15 CAMTA1 ENSG00000171735 +CDS chr1 7737255 7737570 ENST00000495233 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7737959 7738482 ENST00000303635 protein_coding 12 1 16 CAMTA1 ENSG00000171735 +CDS chr1 7737959 7738482 ENST00000495233 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7744835 7745022 ENST00000303635 protein_coding 12 1 17 CAMTA1 ENSG00000171735 +CDS chr1 7744835 7745022 ENST00000495233 protein_coding 5 1 5 CAMTA1 ENSG00000171735 +transcript chr1 7744914 7767856 ENST00000490905 protein_coding 5 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7744914 7745022 ENST00000490905 protein_coding 5 1 1 CAMTA1 ENSG00000171735 +transcript chr1 7744961 7766522 ENST00000476864 protein_coding 1 1 NA CAMTA1 ENSG00000171735 +CDS chr1 7744961 7745022 ENST00000476864 protein_coding 1 1 1 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000303635 protein_coding 12 1 18 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000495233 protein_coding 5 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7745845 7746091 ENST00000476864 protein_coding 1 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7745887 7746091 ENST00000490905 protein_coding 5 1 2 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000303635 protein_coding 12 1 19 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000495233 protein_coding 5 1 7 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000490905 protein_coding 5 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7747710 7747781 ENST00000476864 protein_coding 1 1 3 CAMTA1 ENSG00000171735 +CDS chr1 7749771 7749791 ENST00000495233 protein_coding 5 1 8 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000303635 protein_coding 12 1 20 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000495233 protein_coding 5 1 9 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000490905 protein_coding 5 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7751199 7751392 ENST00000476864 protein_coding 1 1 4 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000303635 protein_coding 12 1 21 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000495233 protein_coding 5 1 10 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000490905 protein_coding 5 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7752459 7752533 ENST00000476864 protein_coding 1 1 5 CAMTA1 ENSG00000171735 +CDS chr1 7755638 7755668 ENST00000303635 protein_coding 12 1 22 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766488 ENST00000303635 protein_coding 12 1 23 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000495233 protein_coding 5 1 11 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000490905 protein_coding 5 1 6 CAMTA1 ENSG00000171735 +CDS chr1 7766459 7766519 ENST00000476864 protein_coding 1 1 6 CAMTA1 ENSG00000171735 +transcript chr1 7771296 7781432 ENST00000054666 protein_coding 11 1 NA VAMP3 ENSG00000049245 +CDS chr1 7771384 7771385 ENST00000054666 protein_coding 11 1 1 VAMP3 ENSG00000049245 +transcript chr1 7772707 7779806 ENST00000470357 protein_coding 1 3 NA VAMP3 ENSG00000049245 +CDS chr1 7773442 7773511 ENST00000054666 protein_coding 11 1 2 VAMP3 ENSG00000049245 +CDS chr1 7777160 7777318 ENST00000054666 protein_coding 11 1 3 VAMP3 ENSG00000049245 +CDS chr1 7777172 7777318 ENST00000470357 protein_coding 1 3 3 VAMP3 ENSG00000049245 +CDS chr1 7778118 7778169 ENST00000054666 protein_coding 11 1 4 VAMP3 ENSG00000049245 +CDS chr1 7778118 7778169 ENST00000470357 protein_coding 1 3 4 VAMP3 ENSG00000049245 +CDS chr1 7779626 7779642 ENST00000054666 protein_coding 11 1 5 VAMP3 ENSG00000049245 +CDS chr1 7779626 7779642 ENST00000470357 protein_coding 1 3 5 VAMP3 ENSG00000049245 +transcript chr1 7784291 7845177 ENST00000377532 protein_coding 8 1 NA PER3 ENSG00000049246 +transcript chr1 7784320 7803958 ENST00000377541 protein_coding 5 1 NA PER3 ENSG00000049246 +transcript chr1 7784429 7845176 ENST00000613533 protein_coding 4 5 NA PER3 ENSG00000049246 +transcript chr1 7784429 7845176 ENST00000614998 protein_coding 4 1 NA PER3 ENSG00000049246 +transcript chr1 7784703 7845177 ENST00000361923 protein_coding 2 1 NA PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000377541 protein_coding 5 1 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000377532 protein_coding 8 1 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000361923 protein_coding 2 1 1 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000613533 protein_coding 4 5 2 PER3 ENSG00000049246 +CDS chr1 7784878 7785005 ENST00000614998 protein_coding 4 1 2 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000377541 protein_coding 5 1 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000377532 protein_coding 8 1 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000361923 protein_coding 2 1 2 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000613533 protein_coding 4 5 3 PER3 ENSG00000049246 +CDS chr1 7785441 7785586 ENST00000614998 protein_coding 4 1 3 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000377541 protein_coding 5 1 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000377532 protein_coding 8 1 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000361923 protein_coding 2 1 3 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000613533 protein_coding 4 5 4 PER3 ENSG00000049246 +CDS chr1 7786721 7786836 ENST00000614998 protein_coding 4 1 4 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000377541 protein_coding 5 1 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000377532 protein_coding 8 1 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000361923 protein_coding 2 1 4 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000613533 protein_coding 4 5 5 PER3 ENSG00000049246 +CDS chr1 7788045 7788246 ENST00000614998 protein_coding 4 1 5 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000377532 protein_coding 8 1 6 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000613533 protein_coding 4 5 6 PER3 ENSG00000049246 +CDS chr1 7793957 7794008 ENST00000614998 protein_coding 4 1 6 PER3 ENSG00000049246 +CDS chr1 7793960 7794008 ENST00000377541 protein_coding 5 1 6 PER3 ENSG00000049246 +CDS chr1 7793960 7794008 ENST00000361923 protein_coding 2 1 5 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000377541 protein_coding 5 1 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000377532 protein_coding 8 1 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000361923 protein_coding 2 1 6 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000613533 protein_coding 4 5 7 PER3 ENSG00000049246 +CDS chr1 7798525 7798673 ENST00000614998 protein_coding 4 1 7 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000377541 protein_coding 5 1 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000377532 protein_coding 8 1 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000361923 protein_coding 2 1 7 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000613533 protein_coding 4 5 8 PER3 ENSG00000049246 +CDS chr1 7801113 7801191 ENST00000614998 protein_coding 4 1 8 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000377541 protein_coding 5 1 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000377532 protein_coding 8 1 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000361923 protein_coding 2 1 8 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000613533 protein_coding 4 5 9 PER3 ENSG00000049246 +CDS chr1 7803047 7803153 ENST00000614998 protein_coding 4 1 9 PER3 ENSG00000049246 +CDS chr1 7803692 7803849 ENST00000377541 protein_coding 5 1 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000377532 protein_coding 8 1 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000361923 protein_coding 2 1 9 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000613533 protein_coding 4 5 10 PER3 ENSG00000049246 +CDS chr1 7803692 7803848 ENST00000614998 protein_coding 4 1 10 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000377532 protein_coding 8 1 11 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000361923 protein_coding 2 1 10 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000613533 protein_coding 4 5 11 PER3 ENSG00000049246 +CDS chr1 7808893 7808998 ENST00000614998 protein_coding 4 1 11 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000377532 protein_coding 8 1 12 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000361923 protein_coding 2 1 11 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000613533 protein_coding 4 5 12 PER3 ENSG00000049246 +CDS chr1 7809893 7810021 ENST00000614998 protein_coding 4 1 12 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000377532 protein_coding 8 1 13 PER3 ENSG00000049246 +CDS chr1 7810438 7810567 ENST00000361923 protein_coding 2 1 12 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000613533 protein_coding 4 5 13 PER3 ENSG00000049246 +CDS chr1 7810438 7810588 ENST00000614998 protein_coding 4 1 13 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000377532 protein_coding 8 1 14 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000361923 protein_coding 2 1 13 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000613533 protein_coding 4 5 14 PER3 ENSG00000049246 +CDS chr1 7819285 7819420 ENST00000614998 protein_coding 4 1 14 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000377532 protein_coding 8 1 15 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000361923 protein_coding 2 1 14 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000613533 protein_coding 4 5 15 PER3 ENSG00000049246 +CDS chr1 7820115 7820239 ENST00000614998 protein_coding 4 1 15 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000377532 protein_coding 8 1 16 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000361923 protein_coding 2 1 15 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000613533 protein_coding 4 5 16 PER3 ENSG00000049246 +CDS chr1 7820467 7820640 ENST00000614998 protein_coding 4 1 16 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000377532 protein_coding 8 1 17 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000361923 protein_coding 2 1 16 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000613533 protein_coding 4 5 17 PER3 ENSG00000049246 +CDS chr1 7826480 7826710 ENST00000614998 protein_coding 4 1 17 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000377532 protein_coding 8 1 18 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000361923 protein_coding 2 1 17 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000613533 protein_coding 4 5 18 PER3 ENSG00000049246 +CDS chr1 7827118 7827815 ENST00000614998 protein_coding 4 1 18 PER3 ENSG00000049246 +CDS chr1 7829834 7830161 ENST00000377532 protein_coding 8 1 19 PER3 ENSG00000049246 +CDS chr1 7829834 7830161 ENST00000613533 protein_coding 4 5 19 PER3 ENSG00000049246 +CDS chr1 7829837 7830161 ENST00000361923 protein_coding 2 1 18 PER3 ENSG00000049246 +CDS chr1 7829837 7829951 ENST00000614998 protein_coding 4 1 19 PER3 ENSG00000049246 +CDS chr1 7830006 7830161 ENST00000614998 protein_coding 4 1 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000377532 protein_coding 8 1 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000361923 protein_coding 2 1 19 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000613533 protein_coding 4 5 20 PER3 ENSG00000049246 +CDS chr1 7835762 7835945 ENST00000614998 protein_coding 4 1 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000377532 protein_coding 8 1 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000361923 protein_coding 2 1 20 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000613533 protein_coding 4 5 21 PER3 ENSG00000049246 +CDS chr1 7836999 7837149 ENST00000614998 protein_coding 4 1 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000377532 protein_coding 8 1 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000361923 protein_coding 2 1 21 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000613533 protein_coding 4 5 22 PER3 ENSG00000049246 +CDS chr1 7842672 7842752 ENST00000614998 protein_coding 4 1 23 PER3 ENSG00000049246 +transcript chr1 7843083 7853512 ENST00000377516 protein_coding 6 5 NA UTS2 ENSG00000049247 +CDS chr1 7843946 7843950 ENST00000377516 protein_coding 6 5 7 UTS2 ENSG00000049247 +CDS chr1 7846692 7846766 ENST00000377516 protein_coding 6 5 6 UTS2 ENSG00000049247 +transcript chr1 7847612 7853065 ENST00000361696 protein_coding 10 1 NA UTS2 ENSG00000049247 +transcript chr1 7847766 7853431 ENST00000054668 protein_coding 5 1 NA UTS2 ENSG00000049247 +CDS chr1 7847769 7847882 ENST00000361696 protein_coding 10 1 4 UTS2 ENSG00000049247 +CDS chr1 7847769 7847882 ENST00000054668 protein_coding 5 1 5 UTS2 ENSG00000049247 +CDS chr1 7847804 7847882 ENST00000377516 protein_coding 6 5 5 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000377516 protein_coding 6 5 4 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000361696 protein_coding 10 1 3 UTS2 ENSG00000049247 +CDS chr1 7849640 7849683 ENST00000054668 protein_coding 5 1 4 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000377516 protein_coding 6 5 3 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000361696 protein_coding 10 1 2 UTS2 ENSG00000049247 +CDS chr1 7850812 7850922 ENST00000054668 protein_coding 5 1 3 UTS2 ENSG00000049247 +CDS chr1 7852901 7853003 ENST00000377516 protein_coding 6 5 2 UTS2 ENSG00000049247 +CDS chr1 7852901 7853003 ENST00000361696 protein_coding 10 1 1 UTS2 ENSG00000049247 +CDS chr1 7852901 7852923 ENST00000054668 protein_coding 5 1 2 UTS2 ENSG00000049247 +CDS chr1 7853307 7853431 ENST00000054668 protein_coding 5 1 1 UTS2 ENSG00000049247 +transcript chr1 7915871 7940839 ENST00000377507 protein_coding 8 1 NA TNFRSF9 ENSG00000049249 +transcript chr1 7915894 7943165 ENST00000615230 protein_coding 4 5 NA TNFRSF9 ENSG00000049249 +CDS chr1 7920838 7920923 ENST00000377507 protein_coding 8 1 8 TNFRSF9 ENSG00000049249 +CDS chr1 7920838 7920923 ENST00000615230 protein_coding 4 5 9 TNFRSF9 ENSG00000049249 +transcript chr1 7921800 7935100 ENST00000474475 protein_coding 1 3 NA TNFRSF9 ENSG00000049249 +CDS chr1 7921984 7922021 ENST00000474475 protein_coding 1 3 3 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000377507 protein_coding 8 1 7 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000474475 protein_coding 1 3 2 TNFRSF9 ENSG00000049249 +CDS chr1 7933162 7933296 ENST00000615230 protein_coding 4 5 8 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935143 ENST00000377507 protein_coding 8 1 6 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935100 ENST00000474475 protein_coding 1 3 1 TNFRSF9 ENSG00000049249 +CDS chr1 7935013 7935143 ENST00000615230 protein_coding 4 5 7 TNFRSF9 ENSG00000049249 +CDS chr1 7937690 7937756 ENST00000377507 protein_coding 8 1 5 TNFRSF9 ENSG00000049249 +CDS chr1 7937690 7937756 ENST00000615230 protein_coding 4 5 6 TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000377507 protein_coding 8 1 4 TNFRSF9 ENSG00000049249 +transcript chr1 7938193 7943165 ENST00000674210 protein_coding 1 NA NA TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000674210 protein_coding 1 NA 5 TNFRSF9 ENSG00000049249 +CDS chr1 7938193 7938330 ENST00000615230 protein_coding 4 5 5 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000377507 protein_coding 8 1 3 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000674210 protein_coding 1 NA 4 TNFRSF9 ENSG00000049249 +CDS chr1 7938721 7938828 ENST00000615230 protein_coding 4 5 4 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000377507 protein_coding 8 1 2 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000674210 protein_coding 1 NA 3 TNFRSF9 ENSG00000049249 +CDS chr1 7939895 7939994 ENST00000615230 protein_coding 4 5 3 TNFRSF9 ENSG00000049249 +transcript chr1 7954291 7985052 ENST00000493373 protein_coding 5 5 NA PARK7 ENSG00000116288 +transcript chr1 7961692 7985505 ENST00000493678 protein_coding 5 1 NA PARK7 ENSG00000116288 +transcript chr1 7961701 7985281 ENST00000377493 protein_coding 9 2 NA PARK7 ENSG00000116288 +transcript chr1 7961711 7985505 ENST00000338639 protein_coding 10 1 NA PARK7 ENSG00000116288 +transcript chr1 7961894 7985250 ENST00000377491 protein_coding 5 3 NA PARK7 ENSG00000116288 +transcript chr1 7961969 7985111 ENST00000377488 protein_coding 5 3 NA PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000493373 protein_coding 5 5 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000338639 protein_coding 10 1 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000493678 protein_coding 5 1 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377493 protein_coding 9 2 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377491 protein_coding 5 3 2 PARK7 ENSG00000116288 +CDS chr1 7962786 7962875 ENST00000377488 protein_coding 5 3 2 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000493373 protein_coding 5 5 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000338639 protein_coding 10 1 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000493678 protein_coding 5 1 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377493 protein_coding 9 2 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377491 protein_coding 5 3 3 PARK7 ENSG00000116288 +CDS chr1 7965324 7965425 ENST00000377488 protein_coding 5 3 3 PARK7 ENSG00000116288 +transcript chr1 7965351 7985282 ENST00000469225 protein_coding 1 3 NA PARK7 ENSG00000116288 +CDS chr1 7965351 7965425 ENST00000469225 protein_coding 1 3 1 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000493373 protein_coding 5 5 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000338639 protein_coding 10 1 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000493678 protein_coding 5 1 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000377491 protein_coding 5 3 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000377488 protein_coding 5 3 4 PARK7 ENSG00000116288 +CDS chr1 7969345 7969404 ENST00000469225 protein_coding 1 3 2 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000493373 protein_coding 5 5 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000338639 protein_coding 10 1 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000493678 protein_coding 5 1 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377493 protein_coding 9 2 4 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377491 protein_coding 5 3 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000377488 protein_coding 5 3 5 PARK7 ENSG00000116288 +CDS chr1 7970894 7970963 ENST00000469225 protein_coding 1 3 3 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000493373 protein_coding 5 5 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000338639 protein_coding 10 1 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000493678 protein_coding 5 1 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377493 protein_coding 9 2 5 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377491 protein_coding 5 3 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000377488 protein_coding 5 3 6 PARK7 ENSG00000116288 +CDS chr1 7977652 7977738 ENST00000469225 protein_coding 1 3 4 PARK7 ENSG00000116288 +CDS chr1 7984864 7985051 ENST00000469225 protein_coding 1 3 5 PARK7 ENSG00000116288 +CDS chr1 7984894 7985052 ENST00000493373 protein_coding 5 5 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000338639 protein_coding 10 1 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000493678 protein_coding 5 1 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377493 protein_coding 9 2 6 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377491 protein_coding 5 3 7 PARK7 ENSG00000116288 +CDS chr1 7984894 7985051 ENST00000377488 protein_coding 5 3 7 PARK7 ENSG00000116288 +transcript chr1 8004404 8026283 ENST00000474874 protein_coding 5 3 NA ERRFI1 ENSG00000116285 +CDS chr1 8004525 8004558 ENST00000474874 protein_coding 5 3 3 ERRFI1 ENSG00000116285 +transcript chr1 8011727 8026309 ENST00000377482 protein_coding 10 1 NA ERRFI1 ENSG00000116285 +CDS chr1 8013213 8014396 ENST00000377482 protein_coding 10 1 4 ERRFI1 ENSG00000116285 +transcript chr1 8013427 8015633 ENST00000467067 protein_coding 1 2 NA ERRFI1 ENSG00000116285 +transcript chr1 8013739 8026296 ENST00000469499 protein_coding 5 3 NA ERRFI1 ENSG00000116285 +CDS chr1 8014300 8014396 ENST00000469499 protein_coding 5 3 3 ERRFI1 ENSG00000116285 +CDS chr1 8015273 8015384 ENST00000467067 protein_coding 1 2 2 ERRFI1 ENSG00000116285 +CDS chr1 8015308 8015384 ENST00000377482 protein_coding 10 1 3 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000474874 protein_coding 5 3 2 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000377482 protein_coding 10 1 2 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000467067 protein_coding 1 2 1 ERRFI1 ENSG00000116285 +CDS chr1 8015495 8015619 ENST00000469499 protein_coding 5 3 2 ERRFI1 ENSG00000116285 +transcript chr1 8318114 8344165 ENST00000471889 protein_coding 7 5 NA SLC45A1 ENSG00000162426 +CDS chr1 8324330 8324726 ENST00000471889 protein_coding 7 5 2 SLC45A1 ENSG00000162426 +transcript chr1 8324330 8344167 ENST00000289877 protein_coding 8 1 NA SLC45A1 ENSG00000162426 +CDS chr1 8324330 8324726 ENST00000289877 protein_coding 8 1 1 SLC45A1 ENSG00000162426 +CDS chr1 8325298 8325390 ENST00000471889 protein_coding 7 5 3 SLC45A1 ENSG00000162426 +CDS chr1 8325298 8325390 ENST00000289877 protein_coding 8 1 2 SLC45A1 ENSG00000162426 +CDS chr1 8325818 8326042 ENST00000471889 protein_coding 7 5 4 SLC45A1 ENSG00000162426 +CDS chr1 8325818 8326042 ENST00000289877 protein_coding 8 1 3 SLC45A1 ENSG00000162426 +CDS chr1 8330209 8330936 ENST00000471889 protein_coding 7 5 5 SLC45A1 ENSG00000162426 +CDS chr1 8330209 8330936 ENST00000289877 protein_coding 8 1 4 SLC45A1 ENSG00000162426 +CDS chr1 8335437 8335590 ENST00000471889 protein_coding 7 5 6 SLC45A1 ENSG00000162426 +CDS chr1 8335437 8335590 ENST00000289877 protein_coding 8 1 5 SLC45A1 ENSG00000162426 +CDS chr1 8337816 8337992 ENST00000471889 protein_coding 7 5 7 SLC45A1 ENSG00000162426 +CDS chr1 8337816 8337992 ENST00000289877 protein_coding 8 1 6 SLC45A1 ENSG00000162426 +CDS chr1 8339493 8339698 ENST00000471889 protein_coding 7 5 8 SLC45A1 ENSG00000162426 +CDS chr1 8339493 8339698 ENST00000289877 protein_coding 8 1 7 SLC45A1 ENSG00000162426 +CDS chr1 8343747 8344010 ENST00000471889 protein_coding 7 5 9 SLC45A1 ENSG00000162426 +CDS chr1 8343747 8344010 ENST00000289877 protein_coding 8 1 8 SLC45A1 ENSG00000162426 +transcript chr1 8352397 8817465 ENST00000337907 protein_coding 7 1 NA RERE ENSG00000142599 +transcript chr1 8352404 8817640 ENST00000400908 protein_coding 7 1 NA RERE ENSG00000142599 +transcript chr1 8352406 8525939 ENST00000377464 protein_coding 5 5 NA RERE ENSG00000142599 +transcript chr1 8353943 8656371 ENST00000400907 protein_coding 6 5 NA RERE ENSG00000142599 +transcript chr1 8354093 8423666 ENST00000476556 protein_coding 5 1 NA RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000337907 protein_coding 7 1 24 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000400908 protein_coding 7 1 23 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000377464 protein_coding 5 5 17 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000400907 protein_coding 6 5 15 RERE ENSG00000142599 +CDS chr1 8355090 8355120 ENST00000476556 protein_coding 5 1 13 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000337907 protein_coding 7 1 23 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000400908 protein_coding 7 1 22 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000377464 protein_coding 5 5 16 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000400907 protein_coding 6 5 14 RERE ENSG00000142599 +CDS chr1 8355419 8355599 ENST00000476556 protein_coding 5 1 12 RERE ENSG00000142599 +transcript chr1 8355521 8362844 ENST00000505225 protein_coding 1 2 NA RERE ENSG00000142599 +CDS chr1 8355521 8355599 ENST00000505225 protein_coding 1 2 5 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000337907 protein_coding 7 1 22 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000400908 protein_coding 7 1 21 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000377464 protein_coding 5 5 15 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000476556 protein_coding 5 1 11 RERE ENSG00000142599 +CDS chr1 8356100 8356246 ENST00000505225 protein_coding 1 2 4 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000337907 protein_coding 7 1 21 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000400908 protein_coding 7 1 20 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000377464 protein_coding 5 5 14 RERE ENSG00000142599 +CDS chr1 8358196 8358916 ENST00000476556 protein_coding 5 1 10 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000337907 protein_coding 7 1 20 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000400908 protein_coding 7 1 19 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000377464 protein_coding 5 5 13 RERE ENSG00000142599 +CDS chr1 8359764 8359986 ENST00000476556 protein_coding 5 1 9 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000337907 protein_coding 7 1 19 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000400908 protein_coding 7 1 18 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000377464 protein_coding 5 5 12 RERE ENSG00000142599 +CDS chr1 8360112 8361490 ENST00000476556 protein_coding 5 1 8 RERE ENSG00000142599 +transcript chr1 8361158 8848921 ENST00000656437 protein_coding 1 NA NA RERE ENSG00000142599 +CDS chr1 8361158 8361490 ENST00000656437 protein_coding 1 NA 19 RERE ENSG00000142599 +CDS chr1 8361460 8361490 ENST00000505225 protein_coding 1 2 3 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000337907 protein_coding 7 1 18 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000400908 protein_coding 7 1 17 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000377464 protein_coding 5 5 11 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000476556 protein_coding 5 1 7 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000505225 protein_coding 1 2 2 RERE ENSG00000142599 +CDS chr1 8361763 8361876 ENST00000656437 protein_coding 1 NA 18 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000337907 protein_coding 7 1 17 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000400908 protein_coding 7 1 16 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000377464 protein_coding 5 5 10 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000476556 protein_coding 5 1 6 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000505225 protein_coding 1 2 1 RERE ENSG00000142599 +CDS chr1 8362683 8362844 ENST00000656437 protein_coding 1 NA 17 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000337907 protein_coding 7 1 16 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000400908 protein_coding 7 1 15 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000377464 protein_coding 5 5 9 RERE ENSG00000142599 +CDS chr1 8364056 8364133 ENST00000476556 protein_coding 5 1 5 RERE ENSG00000142599 +CDS chr1 8364056 8364255 ENST00000656437 protein_coding 1 NA 16 RERE ENSG00000142599 +transcript chr1 8364056 8425212 ENST00000488215 protein_coding 5 3 NA RERE ENSG00000142599 +CDS chr1 8364056 8364133 ENST00000488215 protein_coding 5 3 5 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000337907 protein_coding 7 1 15 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000400908 protein_coding 7 1 14 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000377464 protein_coding 5 5 8 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000400907 protein_coding 6 5 13 RERE ENSG00000142599 +CDS chr1 8364746 8364838 ENST00000656437 protein_coding 1 NA 15 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000337907 protein_coding 7 1 14 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000400908 protein_coding 7 1 13 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000377464 protein_coding 5 5 7 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000400907 protein_coding 6 5 12 RERE ENSG00000142599 +CDS chr1 8365812 8365974 ENST00000656437 protein_coding 1 NA 14 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000337907 protein_coding 7 1 13 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000400908 protein_coding 7 1 12 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000377464 protein_coding 5 5 6 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000400907 protein_coding 6 5 11 RERE ENSG00000142599 +CDS chr1 8422727 8422807 ENST00000656437 protein_coding 1 NA 13 RERE ENSG00000142599 +transcript chr1 8422790 8526027 ENST00000464972 protein_coding 5 5 NA RERE ENSG00000142599 +CDS chr1 8422790 8422807 ENST00000464972 protein_coding 5 5 7 RERE ENSG00000142599 +transcript chr1 8436770 8817271 ENST00000659924 protein_coding 1 NA NA RERE ENSG00000142599 +CDS chr1 8438298 8438300 ENST00000659924 protein_coding 1 NA 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000337907 protein_coding 7 1 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000400908 protein_coding 7 1 11 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000377464 protein_coding 5 5 5 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000400907 protein_coding 6 5 10 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000656437 protein_coding 1 NA 12 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000464972 protein_coding 5 5 6 RERE ENSG00000142599 +CDS chr1 8465925 8466023 ENST00000659924 protein_coding 1 NA 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000337907 protein_coding 7 1 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000400908 protein_coding 7 1 10 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000377464 protein_coding 5 5 4 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000400907 protein_coding 6 5 9 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000656437 protein_coding 1 NA 11 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000464972 protein_coding 5 5 5 RERE ENSG00000142599 +CDS chr1 8495063 8495162 ENST00000659924 protein_coding 1 NA 10 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000337907 protein_coding 7 1 10 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000400908 protein_coding 7 1 9 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000377464 protein_coding 5 5 3 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000400907 protein_coding 6 5 8 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000656437 protein_coding 1 NA 10 RERE ENSG00000142599 +CDS chr1 8497405 8497454 ENST00000464972 protein_coding 5 5 4 RERE ENSG00000142599 +CDS chr1 8497405 8497529 ENST00000659924 protein_coding 1 NA 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000337907 protein_coding 7 1 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000400908 protein_coding 7 1 8 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000377464 protein_coding 5 5 2 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000400907 protein_coding 6 5 7 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000656437 protein_coding 1 NA 9 RERE ENSG00000142599 +CDS chr1 8508627 8508675 ENST00000659924 protein_coding 1 NA 8 RERE ENSG00000142599 +CDS chr1 8525759 8525784 ENST00000377464 protein_coding 5 5 1 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000337907 protein_coding 7 1 8 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000400908 protein_coding 7 1 7 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000400907 protein_coding 6 5 6 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000656437 protein_coding 1 NA 8 RERE ENSG00000142599 +CDS chr1 8541214 8541318 ENST00000659924 protein_coding 1 NA 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000337907 protein_coding 7 1 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000400908 protein_coding 7 1 6 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000400907 protein_coding 6 5 5 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000656437 protein_coding 1 NA 7 RERE ENSG00000142599 +CDS chr1 8556475 8556571 ENST00000659924 protein_coding 1 NA 6 RERE ENSG00000142599 +transcript chr1 8556476 8624380 ENST00000514428 protein_coding 1 3 NA RERE ENSG00000142599 +CDS chr1 8556476 8556571 ENST00000514428 protein_coding 1 3 3 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000337907 protein_coding 7 1 6 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000400908 protein_coding 7 1 5 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000400907 protein_coding 6 5 4 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000656437 protein_coding 1 NA 6 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000659924 protein_coding 1 NA 5 RERE ENSG00000142599 +CDS chr1 8557418 8557523 ENST00000514428 protein_coding 1 3 2 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000337907 protein_coding 7 1 5 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000400908 protein_coding 7 1 4 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000400907 protein_coding 6 5 3 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000656437 protein_coding 1 NA 5 RERE ENSG00000142599 +CDS chr1 8614561 8614686 ENST00000659924 protein_coding 1 NA 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000337907 protein_coding 7 1 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000400908 protein_coding 7 1 3 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000400907 protein_coding 6 5 2 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000656437 protein_coding 1 NA 4 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000659924 protein_coding 1 NA 3 RERE ENSG00000142599 +CDS chr1 8624310 8624380 ENST00000514428 protein_coding 1 3 1 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000337907 protein_coding 7 1 3 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000400908 protein_coding 7 1 2 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000400907 protein_coding 6 5 1 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000656437 protein_coding 1 NA 3 RERE ENSG00000142599 +CDS chr1 8655973 8656297 ENST00000659924 protein_coding 1 NA 2 RERE ENSG00000142599 +transcript chr1 8656193 8703219 ENST00000468247 protein_coding 1 2 NA RERE ENSG00000142599 +CDS chr1 8656193 8656297 ENST00000468247 protein_coding 1 2 2 RERE ENSG00000142599 +transcript chr1 8861000 8878686 ENST00000234590 protein_coding 10 1 NA ENO1 ENSG00000074800 +transcript chr1 8861002 8878689 ENST00000647408 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8861363 8861429 ENST00000234590 protein_coding 10 1 12 ENO1 ENSG00000074800 +CDS chr1 8861363 8861429 ENST00000647408 protein_coding 1 NA 12 ENO1 ENSG00000074800 +CDS chr1 8862887 8862945 ENST00000234590 protein_coding 10 1 11 ENO1 ENSG00000074800 +CDS chr1 8862887 8862945 ENST00000647408 protein_coding 1 NA 11 ENO1 ENSG00000074800 +CDS chr1 8863235 8863343 ENST00000234590 protein_coding 10 1 10 ENO1 ENSG00000074800 +CDS chr1 8863235 8863343 ENST00000647408 protein_coding 1 NA 10 ENO1 ENSG00000074800 +CDS chr1 8863891 8864092 ENST00000234590 protein_coding 10 1 9 ENO1 ENSG00000074800 +CDS chr1 8863891 8864092 ENST00000647408 protein_coding 1 NA 9 ENO1 ENSG00000074800 +CDS chr1 8865285 8865482 ENST00000234590 protein_coding 10 1 8 ENO1 ENSG00000074800 +CDS chr1 8865285 8865482 ENST00000647408 protein_coding 1 NA 8 ENO1 ENSG00000074800 +CDS chr1 8866279 8866501 ENST00000234590 protein_coding 10 1 7 ENO1 ENSG00000074800 +CDS chr1 8866279 8866501 ENST00000647408 protein_coding 1 NA 7 ENO1 ENSG00000074800 +transcript chr1 8866361 8878267 ENST00000497492 protein_coding 1 2 NA ENO1 ENSG00000074800 +CDS chr1 8866361 8866501 ENST00000497492 protein_coding 1 2 7 ENO1 ENSG00000074800 +transcript chr1 8866432 8878032 ENST00000646660 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8866432 8866501 ENST00000646660 protein_coding 1 NA 7 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000234590 protein_coding 10 1 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000647408 protein_coding 1 NA 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000497492 protein_coding 1 2 6 ENO1 ENSG00000074800 +CDS chr1 8867117 8867250 ENST00000646660 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8867184 8878033 ENST00000646906 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8867184 8867250 ENST00000646906 protein_coding 1 NA 7 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000234590 protein_coding 10 1 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000647408 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000497492 protein_coding 1 2 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000646660 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8867988 8868057 ENST00000646906 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868027 8878720 ENST00000646156 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8868027 8868057 ENST00000646156 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868048 8878646 ENST00000643438 protein_coding 1 NA NA ENO1 ENSG00000074800 +CDS chr1 8868048 8868057 ENST00000643438 protein_coding 1 NA 6 ENO1 ENSG00000074800 +transcript chr1 8868049 8879190 ENST00000489867 protein_coding 2 1 NA ENO1 ENSG00000074800 +CDS chr1 8868049 8868057 ENST00000489867 protein_coding 2 1 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000234590 protein_coding 10 1 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000497492 protein_coding 1 2 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646660 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646906 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000646156 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000643438 protein_coding 1 NA 5 ENO1 ENSG00000074800 +CDS chr1 8870452 8870510 ENST00000489867 protein_coding 2 1 4 ENO1 ENSG00000074800 +CDS chr1 8870825 8870883 ENST00000647408 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000234590 protein_coding 10 1 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000647408 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000497492 protein_coding 1 2 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000646660 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000646906 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871900 ENST00000646156 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000643438 protein_coding 1 NA 4 ENO1 ENSG00000074800 +CDS chr1 8871891 8871986 ENST00000489867 protein_coding 2 1 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000234590 protein_coding 10 1 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000647408 protein_coding 1 NA 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000497492 protein_coding 1 2 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000646660 protein_coding 1 NA 2 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000646906 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000643438 protein_coding 1 NA 3 ENO1 ENSG00000074800 +CDS chr1 8874824 8874908 ENST00000489867 protein_coding 2 1 2 ENO1 ENSG00000074800 +transcript chr1 8945867 8967745 ENST00000549778 protein_coding 5 3 NA CA6 ENSG00000131686 +transcript chr1 8945868 8975092 ENST00000377443 protein_coding 7 1 NA CA6 ENSG00000131686 +transcript chr1 8945882 8952651 ENST00000480186 protein_coding 7 2 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000549778 protein_coding 5 3 1 CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000480186 protein_coding 7 2 1 CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377443 protein_coding 7 1 1 CA6 ENSG00000131686 +transcript chr1 8945887 8974444 ENST00000377436 protein_coding 6 1 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377436 protein_coding 6 1 1 CA6 ENSG00000131686 +transcript chr1 8945887 8974704 ENST00000377442 protein_coding 3 1 NA CA6 ENSG00000131686 +CDS chr1 8945887 8945965 ENST00000377442 protein_coding 3 1 1 CA6 ENSG00000131686 +CDS chr1 8949263 8949351 ENST00000549778 protein_coding 5 3 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000480186 protein_coding 7 2 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000377443 protein_coding 7 1 2 CA6 ENSG00000131686 +CDS chr1 8949263 8949442 ENST00000377436 protein_coding 6 1 2 CA6 ENSG00000131686 +CDS chr1 8951423 8951700 ENST00000480186 protein_coding 7 2 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377443 protein_coding 7 1 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377436 protein_coding 6 1 3 CA6 ENSG00000131686 +CDS chr1 8957137 8957285 ENST00000377442 protein_coding 3 1 2 CA6 ENSG00000131686 +CDS chr1 8957142 8957285 ENST00000549778 protein_coding 5 3 3 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000549778 protein_coding 5 3 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377443 protein_coding 7 1 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377436 protein_coding 6 1 4 CA6 ENSG00000131686 +CDS chr1 8958910 8959002 ENST00000377442 protein_coding 3 1 3 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000549778 protein_coding 5 3 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377443 protein_coding 7 1 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377436 protein_coding 6 1 5 CA6 ENSG00000131686 +CDS chr1 8962587 8962656 ENST00000377442 protein_coding 3 1 4 CA6 ENSG00000131686 +CDS chr1 8967659 8967745 ENST00000549778 protein_coding 5 3 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377443 protein_coding 7 1 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377436 protein_coding 6 1 6 CA6 ENSG00000131686 +CDS chr1 8967659 8967816 ENST00000377442 protein_coding 3 1 5 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377443 protein_coding 7 1 7 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377436 protein_coding 6 1 7 CA6 ENSG00000131686 +CDS chr1 8970867 8970981 ENST00000377442 protein_coding 3 1 6 CA6 ENSG00000131686 +CDS chr1 8974347 8974441 ENST00000377436 protein_coding 6 1 8 CA6 ENSG00000131686 +CDS chr1 8974622 8974701 ENST00000377443 protein_coding 7 1 8 CA6 ENSG00000131686 +CDS chr1 8974622 8974701 ENST00000377442 protein_coding 3 1 7 CA6 ENSG00000131686 +transcript chr1 9002973 9026423 ENST00000400906 protein_coding 2 1 NA SLC2A7 ENSG00000197241 +CDS chr1 9003303 9003518 ENST00000400906 protein_coding 2 1 12 SLC2A7 ENSG00000197241 +CDS chr1 9004752 9004879 ENST00000400906 protein_coding 2 1 11 SLC2A7 ENSG00000197241 +CDS chr1 9007310 9007385 ENST00000400906 protein_coding 2 1 10 SLC2A7 ENSG00000197241 +CDS chr1 9010143 9010244 ENST00000400906 protein_coding 2 1 9 SLC2A7 ENSG00000197241 +CDS chr1 9013525 9013635 ENST00000400906 protein_coding 2 1 8 SLC2A7 ENSG00000197241 +CDS chr1 9014681 9014868 ENST00000400906 protein_coding 2 1 7 SLC2A7 ENSG00000197241 +CDS chr1 9015117 9015242 ENST00000400906 protein_coding 2 1 6 SLC2A7 ENSG00000197241 +CDS chr1 9018223 9018375 ENST00000400906 protein_coding 2 1 5 SLC2A7 ENSG00000197241 +CDS chr1 9019209 9019333 ENST00000400906 protein_coding 2 1 4 SLC2A7 ENSG00000197241 +CDS chr1 9022918 9023078 ENST00000400906 protein_coding 2 1 3 SLC2A7 ENSG00000197241 +CDS chr1 9024976 9025074 ENST00000400906 protein_coding 2 1 2 SLC2A7 ENSG00000197241 +CDS chr1 9026295 9026345 ENST00000400906 protein_coding 2 1 1 SLC2A7 ENSG00000197241 +transcript chr1 9035106 9069635 ENST00000377424 protein_coding 9 1 NA SLC2A5 ENSG00000142583 +CDS chr1 9037589 9037789 ENST00000377424 protein_coding 9 1 12 SLC2A5 ENSG00000142583 +CDS chr1 9037897 9038024 ENST00000377424 protein_coding 9 1 11 SLC2A5 ENSG00000142583 +CDS chr1 9038431 9038506 ENST00000377424 protein_coding 9 1 10 SLC2A5 ENSG00000142583 +CDS chr1 9038828 9038929 ENST00000377424 protein_coding 9 1 9 SLC2A5 ENSG00000142583 +CDS chr1 9039552 9039662 ENST00000377424 protein_coding 9 1 8 SLC2A5 ENSG00000142583 +CDS chr1 9039800 9039987 ENST00000377424 protein_coding 9 1 7 SLC2A5 ENSG00000142583 +CDS chr1 9040064 9040189 ENST00000377424 protein_coding 9 1 6 SLC2A5 ENSG00000142583 +transcript chr1 9040080 9069604 ENST00000377414 protein_coding 7 1 NA SLC2A5 ENSG00000142583 +CDS chr1 9041624 9041937 ENST00000377414 protein_coding 7 1 5 SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000377424 protein_coding 9 1 5 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9071727 ENST00000484798 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000484798 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9072265 ENST00000474145 protein_coding 5 2 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000474145 protein_coding 5 2 6 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9073122 ENST00000479813 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000479813 protein_coding 5 3 7 SLC2A5 ENSG00000142583 +transcript chr1 9041785 9088478 ENST00000486632 protein_coding 5 5 NA SLC2A5 ENSG00000142583 +CDS chr1 9041785 9041937 ENST00000486632 protein_coding 5 5 7 SLC2A5 ENSG00000142583 +transcript chr1 9041858 9088457 ENST00000487835 protein_coding 5 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9041858 9041937 ENST00000487835 protein_coding 5 3 7 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000377424 protein_coding 9 1 4 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000377414 protein_coding 7 1 4 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000484798 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000474145 protein_coding 5 2 5 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000479813 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000486632 protein_coding 5 5 6 SLC2A5 ENSG00000142583 +CDS chr1 9047610 9047734 ENST00000487835 protein_coding 5 3 6 SLC2A5 ENSG00000142583 +transcript chr1 9047611 9088443 ENST00000464985 protein_coding 5 4 NA SLC2A5 ENSG00000142583 +CDS chr1 9047611 9047734 ENST00000464985 protein_coding 5 4 6 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000377424 protein_coding 9 1 3 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000377414 protein_coding 7 1 3 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000484798 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000474145 protein_coding 5 2 4 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000479813 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000486632 protein_coding 5 5 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000487835 protein_coding 5 3 5 SLC2A5 ENSG00000142583 +CDS chr1 9057448 9057608 ENST00000464985 protein_coding 5 4 5 SLC2A5 ENSG00000142583 +transcript chr1 9057498 9069851 ENST00000473209 protein_coding 1 3 NA SLC2A5 ENSG00000142583 +CDS chr1 9057498 9057608 ENST00000473209 protein_coding 1 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000377424 protein_coding 9 1 2 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000377414 protein_coding 7 1 2 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000484798 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000474145 protein_coding 5 2 3 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000479813 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000486632 protein_coding 5 5 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000487835 protein_coding 5 3 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000464985 protein_coding 5 4 4 SLC2A5 ENSG00000142583 +CDS chr1 9058152 9058250 ENST00000473209 protein_coding 1 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000377424 protein_coding 9 1 1 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000377414 protein_coding 7 1 1 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000484798 protein_coding 5 3 2 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000474145 protein_coding 5 2 2 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000479813 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000486632 protein_coding 5 5 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000487835 protein_coding 5 3 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000464985 protein_coding 5 4 3 SLC2A5 ENSG00000142583 +CDS chr1 9069504 9069536 ENST00000473209 protein_coding 1 3 2 SLC2A5 ENSG00000142583 +transcript chr1 9100305 9129102 ENST00000377411 protein_coding 5 1 NA GPR157 ENSG00000180758 +CDS chr1 9104422 9104634 ENST00000377411 protein_coding 5 1 4 GPR157 ENSG00000180758 +transcript chr1 9104532 9111370 ENST00000465853 protein_coding 1 5 NA GPR157 ENSG00000180758 +CDS chr1 9104532 9104634 ENST00000465853 protein_coding 1 5 2 GPR157 ENSG00000180758 +CDS chr1 9105486 9105680 ENST00000377411 protein_coding 5 1 3 GPR157 ENSG00000180758 +CDS chr1 9111276 9111489 ENST00000377411 protein_coding 5 1 2 GPR157 ENSG00000180758 +CDS chr1 9111276 9111370 ENST00000465853 protein_coding 1 5 1 GPR157 ENSG00000180758 +CDS chr1 9128645 9129027 ENST00000377411 protein_coding 5 1 1 GPR157 ENSG00000180758 +transcript chr1 9234774 9271337 ENST00000377403 protein_coding 7 1 NA H6PD ENSG00000049239 +transcript chr1 9239844 9267898 ENST00000602477 protein_coding 1 1 NA H6PD ENSG00000049239 +CDS chr1 9239996 9240018 ENST00000602477 protein_coding 1 1 1 H6PD ENSG00000049239 +CDS chr1 9244925 9245561 ENST00000602477 protein_coding 1 1 2 H6PD ENSG00000049239 +CDS chr1 9244935 9245561 ENST00000377403 protein_coding 7 1 2 H6PD ENSG00000049239 +CDS chr1 9246966 9247083 ENST00000377403 protein_coding 7 1 3 H6PD ENSG00000049239 +CDS chr1 9246966 9247083 ENST00000602477 protein_coding 1 1 3 H6PD ENSG00000049239 +CDS chr1 9262059 9262328 ENST00000377403 protein_coding 7 1 4 H6PD ENSG00000049239 +CDS chr1 9262059 9262328 ENST00000602477 protein_coding 1 1 4 H6PD ENSG00000049239 +CDS chr1 9263509 9264866 ENST00000377403 protein_coding 7 1 5 H6PD ENSG00000049239 +CDS chr1 9263509 9264866 ENST00000602477 protein_coding 1 1 5 H6PD ENSG00000049239 +transcript chr1 9292894 9369532 ENST00000328089 protein_coding 11 1 NA SPSB1 ENSG00000171621 +transcript chr1 9294528 9356497 ENST00000450402 protein_coding 1 5 NA SPSB1 ENSG00000171621 +transcript chr1 9351431 9367863 ENST00000357898 protein_coding 3 5 NA SPSB1 ENSG00000171621 +transcript chr1 9355707 9367575 ENST00000377399 protein_coding 2 1 NA SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000328089 protein_coding 11 1 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356497 ENST00000450402 protein_coding 1 5 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000357898 protein_coding 3 5 2 SPSB1 ENSG00000171621 +CDS chr1 9355892 9356585 ENST00000377399 protein_coding 2 1 1 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000328089 protein_coding 11 1 3 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000357898 protein_coding 3 5 3 SPSB1 ENSG00000171621 +CDS chr1 9367448 9367572 ENST00000377399 protein_coding 2 1 2 SPSB1 ENSG00000171621 +transcript chr1 9539465 9585173 ENST00000302692 protein_coding 7 1 NA SLC25A33 ENSG00000171612 +CDS chr1 9539692 9539747 ENST00000302692 protein_coding 7 1 1 SLC25A33 ENSG00000171612 +CDS chr1 9553626 9553805 ENST00000302692 protein_coding 7 1 2 SLC25A33 ENSG00000171612 +CDS chr1 9567284 9567361 ENST00000302692 protein_coding 7 1 3 SLC25A33 ENSG00000171612 +CDS chr1 9570258 9570358 ENST00000302692 protein_coding 7 1 4 SLC25A33 ENSG00000171612 +CDS chr1 9573346 9573412 ENST00000302692 protein_coding 7 1 5 SLC25A33 ENSG00000171612 +CDS chr1 9579954 9580234 ENST00000302692 protein_coding 7 1 6 SLC25A33 ENSG00000171612 +CDS chr1 9582299 9582498 ENST00000302692 protein_coding 7 1 7 SLC25A33 ENSG00000171612 +transcript chr1 9588911 9614877 ENST00000340381 protein_coding 11 5 NA TMEM201 ENSG00000188807 +transcript chr1 9588922 9604954 ENST00000340305 protein_coding 9 1 NA TMEM201 ENSG00000188807 +CDS chr1 9588931 9589043 ENST00000340305 protein_coding 9 1 1 TMEM201 ENSG00000188807 +CDS chr1 9588931 9589043 ENST00000340381 protein_coding 11 5 1 TMEM201 ENSG00000188807 +CDS chr1 9595890 9596010 ENST00000340305 protein_coding 9 1 2 TMEM201 ENSG00000188807 +CDS chr1 9595890 9596010 ENST00000340381 protein_coding 11 5 2 TMEM201 ENSG00000188807 +CDS chr1 9596859 9597053 ENST00000340305 protein_coding 9 1 3 TMEM201 ENSG00000188807 +CDS chr1 9596859 9597053 ENST00000340381 protein_coding 11 5 3 TMEM201 ENSG00000188807 +transcript chr1 9596897 9614873 ENST00000416541 protein_coding 5 1 NA TMEM201 ENSG00000188807 +CDS chr1 9596897 9597053 ENST00000416541 protein_coding 5 1 1 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000340305 protein_coding 9 1 4 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000340381 protein_coding 11 5 4 TMEM201 ENSG00000188807 +CDS chr1 9598449 9598625 ENST00000416541 protein_coding 5 1 2 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000340305 protein_coding 9 1 5 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000340381 protein_coding 11 5 5 TMEM201 ENSG00000188807 +CDS chr1 9601105 9601454 ENST00000416541 protein_coding 5 1 3 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602288 ENST00000340305 protein_coding 9 1 6 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602272 ENST00000340381 protein_coding 11 5 6 TMEM201 ENSG00000188807 +CDS chr1 9602069 9602272 ENST00000416541 protein_coding 5 1 4 TMEM201 ENSG00000188807 +CDS chr1 9607557 9607789 ENST00000340381 protein_coding 11 5 7 TMEM201 ENSG00000188807 +CDS chr1 9607557 9607789 ENST00000416541 protein_coding 5 1 5 TMEM201 ENSG00000188807 +CDS chr1 9609840 9609911 ENST00000340381 protein_coding 11 5 8 TMEM201 ENSG00000188807 +CDS chr1 9610506 9610805 ENST00000340381 protein_coding 11 5 9 TMEM201 ENSG00000188807 +CDS chr1 9610506 9610805 ENST00000416541 protein_coding 5 1 6 TMEM201 ENSG00000188807 +CDS chr1 9611753 9611890 ENST00000340381 protein_coding 11 5 10 TMEM201 ENSG00000188807 +CDS chr1 9611753 9611890 ENST00000416541 protein_coding 5 1 7 TMEM201 ENSG00000188807 +CDS chr1 9612986 9613080 ENST00000340381 protein_coding 11 5 11 TMEM201 ENSG00000188807 +CDS chr1 9612986 9613080 ENST00000416541 protein_coding 5 1 8 TMEM201 ENSG00000188807 +transcript chr1 9651731 9729114 ENST00000377346 protein_coding 9 1 NA PIK3CD ENSG00000171608 +transcript chr1 9651732 9729114 ENST00000628140 protein_coding 2 5 NA PIK3CD ENSG00000171608 +transcript chr1 9710198 9727232 ENST00000361110 protein_coding 6 1 NA PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000377346 protein_coding 9 1 3 PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000361110 protein_coding 6 1 2 PIK3CD ENSG00000171608 +CDS chr1 9710456 9710596 ENST00000628140 protein_coding 2 5 3 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000377346 protein_coding 9 1 4 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000361110 protein_coding 6 1 3 PIK3CD ENSG00000171608 +CDS chr1 9715541 9715769 ENST00000628140 protein_coding 2 5 4 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000377346 protein_coding 9 1 5 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000361110 protein_coding 6 1 4 PIK3CD ENSG00000171608 +CDS chr1 9715849 9716078 ENST00000628140 protein_coding 2 5 5 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000377346 protein_coding 9 1 6 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000361110 protein_coding 6 1 5 PIK3CD ENSG00000171608 +CDS chr1 9716440 9716619 ENST00000628140 protein_coding 2 5 6 PIK3CD ENSG00000171608 +CDS chr1 9716959 9717108 ENST00000377346 protein_coding 9 1 7 PIK3CD ENSG00000171608 +CDS chr1 9717064 9717108 ENST00000361110 protein_coding 6 1 6 PIK3CD ENSG00000171608 +CDS chr1 9717064 9717108 ENST00000628140 protein_coding 2 5 7 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000377346 protein_coding 9 1 8 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000361110 protein_coding 6 1 7 PIK3CD ENSG00000171608 +CDS chr1 9717537 9717626 ENST00000628140 protein_coding 2 5 8 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000377346 protein_coding 9 1 9 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000361110 protein_coding 6 1 8 PIK3CD ENSG00000171608 +CDS chr1 9718694 9718915 ENST00000628140 protein_coding 2 5 9 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000377346 protein_coding 9 1 10 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000361110 protein_coding 6 1 9 PIK3CD ENSG00000171608 +CDS chr1 9719921 9720017 ENST00000628140 protein_coding 2 5 10 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000377346 protein_coding 9 1 11 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000361110 protein_coding 6 1 10 PIK3CD ENSG00000171608 +CDS chr1 9720112 9720242 ENST00000628140 protein_coding 2 5 11 PIK3CD ENSG00000171608 +CDS chr1 9720434 9720661 ENST00000361110 protein_coding 6 1 11 PIK3CD ENSG00000171608 +CDS chr1 9720434 9720661 ENST00000628140 protein_coding 2 5 12 PIK3CD ENSG00000171608 +CDS chr1 9720611 9720661 ENST00000377346 protein_coding 9 1 12 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000377346 protein_coding 9 1 13 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000361110 protein_coding 6 1 12 PIK3CD ENSG00000171608 +CDS chr1 9720742 9720909 ENST00000628140 protein_coding 2 5 13 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000377346 protein_coding 9 1 14 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000361110 protein_coding 6 1 13 PIK3CD ENSG00000171608 +CDS chr1 9721127 9721248 ENST00000628140 protein_coding 2 5 14 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000377346 protein_coding 9 1 15 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000361110 protein_coding 6 1 14 PIK3CD ENSG00000171608 +CDS chr1 9721444 9721587 ENST00000628140 protein_coding 2 5 15 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000377346 protein_coding 9 1 16 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000361110 protein_coding 6 1 15 PIK3CD ENSG00000171608 +CDS chr1 9721761 9721860 ENST00000628140 protein_coding 2 5 16 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000377346 protein_coding 9 1 17 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000361110 protein_coding 6 1 16 PIK3CD ENSG00000171608 +CDS chr1 9721975 9722153 ENST00000628140 protein_coding 2 5 17 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000377346 protein_coding 9 1 18 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000361110 protein_coding 6 1 17 PIK3CD ENSG00000171608 +CDS chr1 9722244 9722356 ENST00000628140 protein_coding 2 5 18 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000377346 protein_coding 9 1 19 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000361110 protein_coding 6 1 18 PIK3CD ENSG00000171608 +CDS chr1 9722528 9722606 ENST00000628140 protein_coding 2 5 19 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000377346 protein_coding 9 1 20 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000361110 protein_coding 6 1 19 PIK3CD ENSG00000171608 +CDS chr1 9723125 9723292 ENST00000628140 protein_coding 2 5 20 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000377346 protein_coding 9 1 21 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000361110 protein_coding 6 1 20 PIK3CD ENSG00000171608 +CDS chr1 9723969 9724092 ENST00000628140 protein_coding 2 5 21 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000377346 protein_coding 9 1 22 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000361110 protein_coding 6 1 21 PIK3CD ENSG00000171608 +CDS chr1 9724276 9724421 ENST00000628140 protein_coding 2 5 22 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000377346 protein_coding 9 1 23 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000361110 protein_coding 6 1 22 PIK3CD ENSG00000171608 +CDS chr1 9724804 9724936 ENST00000628140 protein_coding 2 5 23 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000377346 protein_coding 9 1 24 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000361110 protein_coding 6 1 23 PIK3CD ENSG00000171608 +CDS chr1 9726909 9727043 ENST00000628140 protein_coding 2 5 24 PIK3CD ENSG00000171608 +transcript chr1 9728926 9823965 ENST00000377298 protein_coding 9 1 NA CLSTN1 ENSG00000171603 +transcript chr1 9729028 9751581 ENST00000435891 protein_coding 5 2 NA CLSTN1 ENSG00000171603 +transcript chr1 9729028 9823984 ENST00000361311 protein_coding 4 1 NA CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000377298 protein_coding 9 1 19 CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000435891 protein_coding 5 2 14 CLSTN1 ENSG00000171603 +CDS chr1 9730511 9730705 ENST00000361311 protein_coding 4 1 18 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000377298 protein_coding 9 1 18 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000435891 protein_coding 5 2 13 CLSTN1 ENSG00000171603 +CDS chr1 9731206 9731390 ENST00000361311 protein_coding 4 1 17 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000377298 protein_coding 9 1 17 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000435891 protein_coding 5 2 12 CLSTN1 ENSG00000171603 +CDS chr1 9731761 9731896 ENST00000361311 protein_coding 4 1 16 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000377298 protein_coding 9 1 16 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000435891 protein_coding 5 2 11 CLSTN1 ENSG00000171603 +CDS chr1 9733401 9733546 ENST00000361311 protein_coding 4 1 15 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000377298 protein_coding 9 1 15 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000435891 protein_coding 5 2 10 CLSTN1 ENSG00000171603 +CDS chr1 9733972 9734142 ENST00000361311 protein_coding 4 1 14 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000377298 protein_coding 9 1 14 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000435891 protein_coding 5 2 9 CLSTN1 ENSG00000171603 +CDS chr1 9734948 9735174 ENST00000361311 protein_coding 4 1 13 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000377298 protein_coding 9 1 13 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000435891 protein_coding 5 2 8 CLSTN1 ENSG00000171603 +CDS chr1 9735467 9735615 ENST00000361311 protein_coding 4 1 12 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000377298 protein_coding 9 1 12 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000435891 protein_coding 5 2 7 CLSTN1 ENSG00000171603 +CDS chr1 9735885 9736042 ENST00000361311 protein_coding 4 1 11 CLSTN1 ENSG00000171603 +CDS chr1 9737498 9737554 ENST00000377298 protein_coding 9 1 11 CLSTN1 ENSG00000171603 +CDS chr1 9737498 9737554 ENST00000361311 protein_coding 4 1 10 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000377298 protein_coding 9 1 10 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000435891 protein_coding 5 2 6 CLSTN1 ENSG00000171603 +CDS chr1 9741094 9741256 ENST00000361311 protein_coding 4 1 9 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000377298 protein_coding 9 1 9 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000435891 protein_coding 5 2 5 CLSTN1 ENSG00000171603 +CDS chr1 9743884 9744005 ENST00000361311 protein_coding 4 1 8 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000377298 protein_coding 9 1 8 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000435891 protein_coding 5 2 4 CLSTN1 ENSG00000171603 +CDS chr1 9744395 9744643 ENST00000361311 protein_coding 4 1 7 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000377298 protein_coding 9 1 7 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000435891 protein_coding 5 2 3 CLSTN1 ENSG00000171603 +CDS chr1 9749461 9749646 ENST00000361311 protein_coding 4 1 6 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000377298 protein_coding 9 1 6 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000435891 protein_coding 5 2 2 CLSTN1 ENSG00000171603 +CDS chr1 9749764 9749913 ENST00000361311 protein_coding 4 1 5 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751681 ENST00000377298 protein_coding 9 1 5 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751581 ENST00000435891 protein_coding 5 2 1 CLSTN1 ENSG00000171603 +CDS chr1 9751473 9751681 ENST00000361311 protein_coding 4 1 4 CLSTN1 ENSG00000171603 +CDS chr1 9755114 9755309 ENST00000377298 protein_coding 9 1 4 CLSTN1 ENSG00000171603 +CDS chr1 9755114 9755309 ENST00000361311 protein_coding 4 1 3 CLSTN1 ENSG00000171603 +CDS chr1 9756481 9756510 ENST00000377298 protein_coding 9 1 3 CLSTN1 ENSG00000171603 +CDS chr1 9773272 9773394 ENST00000377298 protein_coding 9 1 2 CLSTN1 ENSG00000171603 +CDS chr1 9773272 9773394 ENST00000361311 protein_coding 4 1 2 CLSTN1 ENSG00000171603 +CDS chr1 9823643 9823733 ENST00000377298 protein_coding 9 1 1 CLSTN1 ENSG00000171603 +CDS chr1 9823643 9823733 ENST00000361311 protein_coding 4 1 1 CLSTN1 ENSG00000171603 +transcript chr1 9848276 9910269 ENST00000377263 protein_coding 6 1 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850109 9910336 ENST00000400904 protein_coding 7 1 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850450 9893237 ENST00000377258 protein_coding 5 3 NA CTNNBIP1 ENSG00000178585 +transcript chr1 9850659 9878176 ENST00000377256 protein_coding 1 5 NA CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377263 protein_coding 6 1 6 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000400904 protein_coding 7 1 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377258 protein_coding 5 3 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9850721 9850776 ENST00000377256 protein_coding 1 5 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377263 protein_coding 6 1 5 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000400904 protein_coding 7 1 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377258 protein_coding 5 3 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871187 9871277 ENST00000377256 protein_coding 1 5 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377263 protein_coding 6 1 4 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000400904 protein_coding 7 1 3 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377258 protein_coding 5 3 3 CTNNBIP1 ENSG00000178585 +CDS chr1 9871969 9872064 ENST00000377256 protein_coding 1 5 3 CTNNBIP1 ENSG00000178585 +transcript chr1 9922113 9935620 ENST00000488540 protein_coding 5 2 NA LZIC ENSG00000162441 +CDS chr1 9922258 9922358 ENST00000488540 protein_coding 5 2 5 LZIC ENSG00000162441 +transcript chr1 9926293 9943391 ENST00000377223 protein_coding 6 1 NA LZIC ENSG00000162441 +transcript chr1 9929720 9942768 ENST00000400903 protein_coding 6 1 NA LZIC ENSG00000162441 +transcript chr1 9930253 9943407 ENST00000377213 protein_coding 1 1 NA LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000377223 protein_coding 6 1 8 LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000377213 protein_coding 1 1 8 LZIC ENSG00000162441 +CDS chr1 9930402 9930457 ENST00000400903 protein_coding 6 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000488540 protein_coding 5 2 4 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000377223 protein_coding 6 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000377213 protein_coding 1 1 7 LZIC ENSG00000162441 +CDS chr1 9931891 9931972 ENST00000400903 protein_coding 6 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000488540 protein_coding 5 2 3 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000377223 protein_coding 6 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000377213 protein_coding 1 1 6 LZIC ENSG00000162441 +CDS chr1 9932803 9932898 ENST00000400903 protein_coding 6 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000488540 protein_coding 5 2 2 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000377223 protein_coding 6 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000377213 protein_coding 1 1 5 LZIC ENSG00000162441 +CDS chr1 9934762 9934860 ENST00000400903 protein_coding 6 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935620 ENST00000488540 protein_coding 5 2 1 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000377223 protein_coding 6 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000377213 protein_coding 1 1 4 LZIC ENSG00000162441 +CDS chr1 9935492 9935627 ENST00000400903 protein_coding 6 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000377223 protein_coding 6 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000377213 protein_coding 1 1 3 LZIC ENSG00000162441 +CDS chr1 9936519 9936619 ENST00000400903 protein_coding 6 1 2 LZIC ENSG00000162441 +transcript chr1 9943428 9981766 ENST00000403197 protein_coding 5 2 NA NMNAT1 ENSG00000173614 +transcript chr1 9943475 9985498 ENST00000377205 protein_coding 6 1 NA NMNAT1 ENSG00000173614 +CDS chr1 9972074 9972188 ENST00000403197 protein_coding 5 2 2 NMNAT1 ENSG00000173614 +CDS chr1 9972074 9972188 ENST00000377205 protein_coding 6 1 2 NMNAT1 ENSG00000173614 +CDS chr1 9975592 9975775 ENST00000403197 protein_coding 5 2 3 NMNAT1 ENSG00000173614 +CDS chr1 9975592 9975775 ENST00000377205 protein_coding 6 1 3 NMNAT1 ENSG00000173614 +CDS chr1 9981031 9981170 ENST00000403197 protein_coding 5 2 4 NMNAT1 ENSG00000173614 +CDS chr1 9981031 9981170 ENST00000377205 protein_coding 6 1 4 NMNAT1 ENSG00000173614 +transcript chr1 9981052 9985501 ENST00000496751 protein_coding 1 2 NA NMNAT1 ENSG00000173614 +CDS chr1 9981052 9981170 ENST00000496751 protein_coding 1 2 1 NMNAT1 ENSG00000173614 +CDS chr1 9981256 9981296 ENST00000403197 protein_coding 5 2 5 NMNAT1 ENSG00000173614 +CDS chr1 9982301 9982698 ENST00000377205 protein_coding 6 1 5 NMNAT1 ENSG00000173614 +CDS chr1 9985136 9985140 ENST00000496751 protein_coding 1 2 2 NMNAT1 ENSG00000173614 +transcript chr1 9997228 10016021 ENST00000294435 protein_coding 8 1 NA RBP7 ENSG00000162444 +CDS chr1 9997259 9997331 ENST00000294435 protein_coding 8 1 1 RBP7 ENSG00000162444 +CDS chr1 10007570 10007748 ENST00000294435 protein_coding 8 1 2 RBP7 ENSG00000162444 +CDS chr1 10008173 10008274 ENST00000294435 protein_coding 8 1 3 RBP7 ENSG00000162444 +CDS chr1 10015782 10015829 ENST00000294435 protein_coding 8 1 4 RBP7 ENSG00000162444 +transcript chr1 10032832 10180367 ENST00000253251 protein_coding 12 1 NA UBE4B ENSG00000130939 +transcript chr1 10032832 10181239 ENST00000672724 protein_coding 1 NA NA UBE4B ENSG00000130939 +transcript chr1 10032958 10181239 ENST00000343090 protein_coding 11 1 NA UBE4B ENSG00000130939 +transcript chr1 10033274 10073118 ENST00000377153 protein_coding 5 3 NA UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000253251 protein_coding 12 1 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000672724 protein_coding 1 NA 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000343090 protein_coding 11 1 1 UBE4B ENSG00000130939 +CDS chr1 10033671 10033694 ENST00000377153 protein_coding 5 3 1 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000253251 protein_coding 12 1 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000672724 protein_coding 1 NA 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000343090 protein_coding 11 1 2 UBE4B ENSG00000130939 +CDS chr1 10072028 10072214 ENST00000377153 protein_coding 5 3 2 UBE4B ENSG00000130939 +CDS chr1 10072454 10072542 ENST00000377153 protein_coding 5 3 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000253251 protein_coding 12 1 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000672724 protein_coding 1 NA 3 UBE4B ENSG00000130939 +CDS chr1 10095461 10095596 ENST00000343090 protein_coding 11 1 3 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000253251 protein_coding 12 1 4 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000672724 protein_coding 1 NA 4 UBE4B ENSG00000130939 +CDS chr1 10101108 10101195 ENST00000343090 protein_coding 11 1 4 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000253251 protein_coding 12 1 5 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000672724 protein_coding 1 NA 5 UBE4B ENSG00000130939 +CDS chr1 10102948 10103092 ENST00000343090 protein_coding 11 1 5 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000253251 protein_coding 12 1 6 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000672724 protein_coding 1 NA 6 UBE4B ENSG00000130939 +CDS chr1 10105516 10105744 ENST00000343090 protein_coding 11 1 6 UBE4B ENSG00000130939 +CDS chr1 10106197 10106583 ENST00000672724 protein_coding 1 NA 7 UBE4B ENSG00000130939 +CDS chr1 10106197 10106583 ENST00000343090 protein_coding 11 1 7 UBE4B ENSG00000130939 +CDS chr1 10107222 10107374 ENST00000672724 protein_coding 1 NA 8 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000253251 protein_coding 12 1 7 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000672724 protein_coding 1 NA 9 UBE4B ENSG00000130939 +CDS chr1 10117459 10117600 ENST00000343090 protein_coding 11 1 8 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000253251 protein_coding 12 1 8 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000672724 protein_coding 1 NA 10 UBE4B ENSG00000130939 +CDS chr1 10119513 10119613 ENST00000343090 protein_coding 11 1 9 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000253251 protein_coding 12 1 9 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000672724 protein_coding 1 NA 11 UBE4B ENSG00000130939 +CDS chr1 10121962 10122076 ENST00000343090 protein_coding 11 1 10 UBE4B ENSG00000130939 +transcript chr1 10122042 10145039 ENST00000470736 protein_coding 1 5 NA UBE4B ENSG00000130939 +CDS chr1 10122042 10122076 ENST00000470736 protein_coding 1 5 1 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000253251 protein_coding 12 1 10 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000672724 protein_coding 1 NA 12 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000343090 protein_coding 11 1 11 UBE4B ENSG00000130939 +CDS chr1 10126794 10126877 ENST00000470736 protein_coding 1 5 2 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000253251 protein_coding 12 1 11 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000672724 protein_coding 1 NA 13 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000343090 protein_coding 11 1 12 UBE4B ENSG00000130939 +CDS chr1 10129392 10129448 ENST00000470736 protein_coding 1 5 3 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000253251 protein_coding 12 1 12 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000672724 protein_coding 1 NA 14 UBE4B ENSG00000130939 +CDS chr1 10130500 10130616 ENST00000343090 protein_coding 11 1 13 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000253251 protein_coding 12 1 13 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000672724 protein_coding 1 NA 15 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000343090 protein_coding 11 1 14 UBE4B ENSG00000130939 +CDS chr1 10130715 10130813 ENST00000470736 protein_coding 1 5 4 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000253251 protein_coding 12 1 14 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000672724 protein_coding 1 NA 16 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000343090 protein_coding 11 1 15 UBE4B ENSG00000130939 +CDS chr1 10132369 10132482 ENST00000470736 protein_coding 1 5 5 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000253251 protein_coding 12 1 15 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000672724 protein_coding 1 NA 17 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000343090 protein_coding 11 1 16 UBE4B ENSG00000130939 +CDS chr1 10134988 10135186 ENST00000470736 protein_coding 1 5 6 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000253251 protein_coding 12 1 16 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000672724 protein_coding 1 NA 18 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000343090 protein_coding 11 1 17 UBE4B ENSG00000130939 +CDS chr1 10137067 10137205 ENST00000470736 protein_coding 1 5 7 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000253251 protein_coding 12 1 17 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000672724 protein_coding 1 NA 19 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000343090 protein_coding 11 1 18 UBE4B ENSG00000130939 +CDS chr1 10144940 10145039 ENST00000470736 protein_coding 1 5 8 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000253251 protein_coding 12 1 18 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000672724 protein_coding 1 NA 20 UBE4B ENSG00000130939 +CDS chr1 10146963 10147090 ENST00000343090 protein_coding 11 1 19 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000253251 protein_coding 12 1 19 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000672724 protein_coding 1 NA 21 UBE4B ENSG00000130939 +CDS chr1 10149184 10149282 ENST00000343090 protein_coding 11 1 20 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000253251 protein_coding 12 1 20 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000672724 protein_coding 1 NA 22 UBE4B ENSG00000130939 +CDS chr1 10151326 10151561 ENST00000343090 protein_coding 11 1 21 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000253251 protein_coding 12 1 21 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000672724 protein_coding 1 NA 23 UBE4B ENSG00000130939 +CDS chr1 10158356 10158482 ENST00000343090 protein_coding 11 1 22 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000253251 protein_coding 12 1 22 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000672724 protein_coding 1 NA 24 UBE4B ENSG00000130939 +CDS chr1 10161142 10161286 ENST00000343090 protein_coding 11 1 23 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000253251 protein_coding 12 1 23 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000672724 protein_coding 1 NA 25 UBE4B ENSG00000130939 +CDS chr1 10168136 10168270 ENST00000343090 protein_coding 11 1 24 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000253251 protein_coding 12 1 24 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000672724 protein_coding 1 NA 26 UBE4B ENSG00000130939 +CDS chr1 10171138 10171329 ENST00000343090 protein_coding 11 1 25 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000253251 protein_coding 12 1 25 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000672724 protein_coding 1 NA 27 UBE4B ENSG00000130939 +CDS chr1 10178644 10178818 ENST00000343090 protein_coding 11 1 26 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000253251 protein_coding 12 1 26 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000672724 protein_coding 1 NA 28 UBE4B ENSG00000130939 +CDS chr1 10179416 10179562 ENST00000343090 protein_coding 11 1 27 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000253251 protein_coding 12 1 27 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000672724 protein_coding 1 NA 29 UBE4B ENSG00000130939 +CDS chr1 10179895 10179953 ENST00000343090 protein_coding 11 1 28 UBE4B ENSG00000130939 +transcript chr1 10210570 10308597 ENST00000377093 protein_coding 9 1 NA KIF1B ENSG00000054523 +transcript chr1 10210570 10381603 ENST00000676179 protein_coding 1 NA NA KIF1B ENSG00000054523 +transcript chr1 10210805 10377937 ENST00000263934 protein_coding 10 1 NA KIF1B ENSG00000054523 +transcript chr1 10211616 10381603 ENST00000377086 protein_coding 5 1 NA KIF1B ENSG00000054523 +transcript chr1 10230764 10306757 ENST00000377083 protein_coding 5 1 NA KIF1B ENSG00000054523 +transcript chr1 10232250 10381597 ENST00000377081 protein_coding 5 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377093 protein_coding 9 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000676179 protein_coding 1 NA 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000263934 protein_coding 10 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377086 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377083 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000377081 protein_coding 5 1 1 KIF1B ENSG00000054523 +transcript chr1 10232329 10381596 ENST00000620295 protein_coding 2 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000620295 protein_coding 2 1 1 KIF1B ENSG00000054523 +transcript chr1 10232329 10381596 ENST00000622724 protein_coding 3 1 NA KIF1B ENSG00000054523 +CDS chr1 10232329 10232434 ENST00000622724 protein_coding 3 1 1 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377093 protein_coding 9 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000676179 protein_coding 1 NA 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000263934 protein_coding 10 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377086 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377083 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000377081 protein_coding 5 1 2 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000620295 protein_coding 2 1 2 KIF1B ENSG00000054523 +CDS chr1 10256247 10256323 ENST00000622724 protein_coding 3 1 2 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377093 protein_coding 9 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000676179 protein_coding 1 NA 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000263934 protein_coding 10 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377086 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377083 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000377081 protein_coding 5 1 3 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000620295 protein_coding 2 1 3 KIF1B ENSG00000054523 +CDS chr1 10258493 10258672 ENST00000622724 protein_coding 3 1 3 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377093 protein_coding 9 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000676179 protein_coding 1 NA 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000263934 protein_coding 10 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377086 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377083 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000377081 protein_coding 5 1 4 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000620295 protein_coding 2 1 4 KIF1B ENSG00000054523 +CDS chr1 10261905 10261970 ENST00000622724 protein_coding 3 1 4 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377093 protein_coding 9 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000676179 protein_coding 1 NA 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000263934 protein_coding 10 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377086 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377083 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000377081 protein_coding 5 1 5 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000620295 protein_coding 2 1 5 KIF1B ENSG00000054523 +CDS chr1 10267380 10267558 ENST00000622724 protein_coding 3 1 5 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377093 protein_coding 9 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000676179 protein_coding 1 NA 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000263934 protein_coding 10 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377086 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377083 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000377081 protein_coding 5 1 6 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000620295 protein_coding 2 1 6 KIF1B ENSG00000054523 +CDS chr1 10268152 10268263 ENST00000622724 protein_coding 3 1 6 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377093 protein_coding 9 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000676179 protein_coding 1 NA 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000263934 protein_coding 10 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377086 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377083 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000377081 protein_coding 5 1 7 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000620295 protein_coding 2 1 7 KIF1B ENSG00000054523 +CDS chr1 10271502 10271579 ENST00000622724 protein_coding 3 1 7 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377093 protein_coding 9 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000676179 protein_coding 1 NA 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000263934 protein_coding 10 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377086 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377083 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000377081 protein_coding 5 1 8 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000620295 protein_coding 2 1 8 KIF1B ENSG00000054523 +CDS chr1 10272241 10272306 ENST00000622724 protein_coding 3 1 8 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000676179 protein_coding 1 NA 10 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000377086 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000377081 protein_coding 5 1 9 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000620295 protein_coding 2 1 9 KIF1B ENSG00000054523 +CDS chr1 10273014 10273031 ENST00000622724 protein_coding 3 1 9 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377093 protein_coding 9 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000676179 protein_coding 1 NA 11 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000263934 protein_coding 10 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377086 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377083 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000377081 protein_coding 5 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000620295 protein_coding 2 1 10 KIF1B ENSG00000054523 +CDS chr1 10275428 10275503 ENST00000622724 protein_coding 3 1 10 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377093 protein_coding 9 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000676179 protein_coding 1 NA 12 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000263934 protein_coding 10 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377086 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377083 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000377081 protein_coding 5 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000620295 protein_coding 2 1 11 KIF1B ENSG00000054523 +CDS chr1 10276321 10276399 ENST00000622724 protein_coding 3 1 11 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377093 protein_coding 9 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000676179 protein_coding 1 NA 13 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000263934 protein_coding 10 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377086 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377083 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000377081 protein_coding 5 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000620295 protein_coding 2 1 12 KIF1B ENSG00000054523 +CDS chr1 10277986 10278128 ENST00000622724 protein_coding 3 1 12 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000676179 protein_coding 1 NA 14 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000377086 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000377081 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10279097 10279138 ENST00000622724 protein_coding 3 1 13 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000676179 protein_coding 1 NA 15 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000377086 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000377081 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10282322 10282533 ENST00000620295 protein_coding 2 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000377093 protein_coding 9 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000263934 protein_coding 10 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000377083 protein_coding 5 1 13 KIF1B ENSG00000054523 +CDS chr1 10282400 10282533 ENST00000622724 protein_coding 3 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377093 protein_coding 9 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000676179 protein_coding 1 NA 16 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000263934 protein_coding 10 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377086 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377083 protein_coding 5 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000377081 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000620295 protein_coding 2 1 14 KIF1B ENSG00000054523 +CDS chr1 10291082 10291161 ENST00000622724 protein_coding 3 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377093 protein_coding 9 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000676179 protein_coding 1 NA 17 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000263934 protein_coding 10 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377086 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377083 protein_coding 5 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000377081 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000620295 protein_coding 2 1 15 KIF1B ENSG00000054523 +CDS chr1 10292047 10292122 ENST00000622724 protein_coding 3 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377093 protein_coding 9 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000676179 protein_coding 1 NA 18 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000263934 protein_coding 10 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377086 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377083 protein_coding 5 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000377081 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000620295 protein_coding 2 1 16 KIF1B ENSG00000054523 +CDS chr1 10295086 10295165 ENST00000622724 protein_coding 3 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377093 protein_coding 9 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000676179 protein_coding 1 NA 19 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000263934 protein_coding 10 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377086 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377083 protein_coding 5 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000377081 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000620295 protein_coding 2 1 17 KIF1B ENSG00000054523 +CDS chr1 10295660 10295766 ENST00000622724 protein_coding 3 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377093 protein_coding 9 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000676179 protein_coding 1 NA 20 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000263934 protein_coding 10 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377086 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377083 protein_coding 5 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000377081 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000620295 protein_coding 2 1 18 KIF1B ENSG00000054523 +CDS chr1 10296582 10296665 ENST00000622724 protein_coding 3 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377093 protein_coding 9 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000676179 protein_coding 1 NA 21 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000263934 protein_coding 10 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377086 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377083 protein_coding 5 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000377081 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000620295 protein_coding 2 1 19 KIF1B ENSG00000054523 +CDS chr1 10296897 10297077 ENST00000622724 protein_coding 3 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377093 protein_coding 9 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000676179 protein_coding 1 NA 22 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000263934 protein_coding 10 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377086 protein_coding 5 1 22 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377083 protein_coding 5 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000377081 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000620295 protein_coding 2 1 20 KIF1B ENSG00000054523 +CDS chr1 10297174 10297246 ENST00000622724 protein_coding 3 1 21 KIF1B ENSG00000054523 +CDS chr1 10303163 10304644 ENST00000377093 protein_coding 9 1 21 KIF1B ENSG00000054523 +CDS chr1 10303163 10304644 ENST00000377083 protein_coding 5 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000676179 protein_coding 1 NA 23 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000263934 protein_coding 10 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000377086 protein_coding 5 1 23 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000377081 protein_coding 5 1 22 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000620295 protein_coding 2 1 21 KIF1B ENSG00000054523 +CDS chr1 10320043 10320136 ENST00000622724 protein_coding 3 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000676179 protein_coding 1 NA 24 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000263934 protein_coding 10 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000377086 protein_coding 5 1 24 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000377081 protein_coding 5 1 23 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000620295 protein_coding 2 1 22 KIF1B ENSG00000054523 +CDS chr1 10321709 10321857 ENST00000622724 protein_coding 3 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000676179 protein_coding 1 NA 25 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000263934 protein_coding 10 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000377086 protein_coding 5 1 25 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000377081 protein_coding 5 1 24 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000620295 protein_coding 2 1 23 KIF1B ENSG00000054523 +CDS chr1 10323884 10324062 ENST00000622724 protein_coding 3 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000676179 protein_coding 1 NA 26 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000263934 protein_coding 10 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000377086 protein_coding 5 1 26 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000377081 protein_coding 5 1 25 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000620295 protein_coding 2 1 24 KIF1B ENSG00000054523 +CDS chr1 10324758 10324895 ENST00000622724 protein_coding 3 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000676179 protein_coding 1 NA 27 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000263934 protein_coding 10 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000377086 protein_coding 5 1 27 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000377081 protein_coding 5 1 26 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000620295 protein_coding 2 1 25 KIF1B ENSG00000054523 +CDS chr1 10326111 10326359 ENST00000622724 protein_coding 3 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000676179 protein_coding 1 NA 28 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000263934 protein_coding 10 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000377086 protein_coding 5 1 28 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000377081 protein_coding 5 1 27 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000620295 protein_coding 2 1 26 KIF1B ENSG00000054523 +CDS chr1 10334520 10334638 ENST00000622724 protein_coding 3 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000676179 protein_coding 1 NA 29 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000263934 protein_coding 10 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000377086 protein_coding 5 1 29 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000377081 protein_coding 5 1 28 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000620295 protein_coding 2 1 27 KIF1B ENSG00000054523 +CDS chr1 10336657 10336742 ENST00000622724 protein_coding 3 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000676179 protein_coding 1 NA 30 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000263934 protein_coding 10 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000377086 protein_coding 5 1 30 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000377081 protein_coding 5 1 29 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000620295 protein_coding 2 1 28 KIF1B ENSG00000054523 +CDS chr1 10337074 10337203 ENST00000622724 protein_coding 3 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000676179 protein_coding 1 NA 31 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000263934 protein_coding 10 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000377086 protein_coding 5 1 31 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000377081 protein_coding 5 1 30 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000620295 protein_coding 2 1 29 KIF1B ENSG00000054523 +CDS chr1 10337371 10337533 ENST00000622724 protein_coding 3 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000676179 protein_coding 1 NA 32 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000263934 protein_coding 10 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000377086 protein_coding 5 1 32 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000377081 protein_coding 5 1 31 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000620295 protein_coding 2 1 30 KIF1B ENSG00000054523 +CDS chr1 10339769 10339859 ENST00000622724 protein_coding 3 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000676179 protein_coding 1 NA 33 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000263934 protein_coding 10 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000377086 protein_coding 5 1 33 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000377081 protein_coding 5 1 32 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000620295 protein_coding 2 1 31 KIF1B ENSG00000054523 +CDS chr1 10342050 10342168 ENST00000622724 protein_coding 3 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000676179 protein_coding 1 NA 34 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000263934 protein_coding 10 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000377086 protein_coding 5 1 34 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000377081 protein_coding 5 1 33 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000620295 protein_coding 2 1 32 KIF1B ENSG00000054523 +CDS chr1 10343232 10343287 ENST00000622724 protein_coding 3 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000676179 protein_coding 1 NA 35 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000263934 protein_coding 10 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000377086 protein_coding 5 1 35 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000377081 protein_coding 5 1 34 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000620295 protein_coding 2 1 33 KIF1B ENSG00000054523 +CDS chr1 10345845 10345953 ENST00000622724 protein_coding 3 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000676179 protein_coding 1 NA 36 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000263934 protein_coding 10 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000377086 protein_coding 5 1 36 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000377081 protein_coding 5 1 35 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000620295 protein_coding 2 1 34 KIF1B ENSG00000054523 +CDS chr1 10347761 10347827 ENST00000622724 protein_coding 3 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000676179 protein_coding 1 NA 37 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000263934 protein_coding 10 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000377086 protein_coding 5 1 37 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000377081 protein_coding 5 1 36 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000620295 protein_coding 2 1 35 KIF1B ENSG00000054523 +CDS chr1 10348649 10348733 ENST00000622724 protein_coding 3 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000676179 protein_coding 1 NA 38 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000263934 protein_coding 10 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000377086 protein_coding 5 1 38 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000377081 protein_coding 5 1 37 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000620295 protein_coding 2 1 36 KIF1B ENSG00000054523 +CDS chr1 10352631 10352736 ENST00000622724 protein_coding 3 1 37 KIF1B ENSG00000054523 +transcript chr1 10352664 10377189 ENST00000635499 protein_coding 1 5 NA KIF1B ENSG00000054523 +CDS chr1 10352664 10352736 ENST00000635499 protein_coding 1 5 1 KIF1B ENSG00000054523 +CDS chr1 10355370 10355396 ENST00000635499 protein_coding 1 5 2 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000676179 protein_coding 1 NA 39 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000263934 protein_coding 10 1 37 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000377086 protein_coding 5 1 39 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000377081 protein_coding 5 1 38 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000620295 protein_coding 2 1 37 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000622724 protein_coding 3 1 38 KIF1B ENSG00000054523 +CDS chr1 10360929 10361043 ENST00000635499 protein_coding 1 5 3 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000676179 protein_coding 1 NA 40 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000263934 protein_coding 10 1 38 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000377086 protein_coding 5 1 40 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000377081 protein_coding 5 1 39 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000620295 protein_coding 2 1 38 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000622724 protein_coding 3 1 39 KIF1B ENSG00000054523 +CDS chr1 10361692 10361825 ENST00000635499 protein_coding 1 5 4 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000676179 protein_coding 1 NA 41 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000263934 protein_coding 10 1 39 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000377086 protein_coding 5 1 41 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000377081 protein_coding 5 1 40 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000620295 protein_coding 2 1 39 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000622724 protein_coding 3 1 40 KIF1B ENSG00000054523 +CDS chr1 10363283 10363344 ENST00000635499 protein_coding 1 5 5 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000676179 protein_coding 1 NA 42 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000263934 protein_coding 10 1 40 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000377086 protein_coding 5 1 42 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000377081 protein_coding 5 1 41 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000620295 protein_coding 2 1 40 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000622724 protein_coding 3 1 41 KIF1B ENSG00000054523 +CDS chr1 10365100 10365245 ENST00000635499 protein_coding 1 5 6 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000676179 protein_coding 1 NA 43 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000263934 protein_coding 10 1 41 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000377086 protein_coding 5 1 43 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000377081 protein_coding 5 1 42 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000620295 protein_coding 2 1 41 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000622724 protein_coding 3 1 42 KIF1B ENSG00000054523 +CDS chr1 10365409 10365648 ENST00000635499 protein_coding 1 5 7 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000676179 protein_coding 1 NA 44 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000263934 protein_coding 10 1 42 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000377086 protein_coding 5 1 44 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000377081 protein_coding 5 1 43 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000620295 protein_coding 2 1 42 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000622724 protein_coding 3 1 43 KIF1B ENSG00000054523 +CDS chr1 10368467 10368538 ENST00000635499 protein_coding 1 5 8 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000676179 protein_coding 1 NA 45 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000263934 protein_coding 10 1 43 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000377086 protein_coding 5 1 45 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000377081 protein_coding 5 1 44 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000620295 protein_coding 2 1 43 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000622724 protein_coding 3 1 44 KIF1B ENSG00000054523 +CDS chr1 10371141 10371262 ENST00000635499 protein_coding 1 5 9 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000676179 protein_coding 1 NA 46 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000263934 protein_coding 10 1 44 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000377086 protein_coding 5 1 46 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000377081 protein_coding 5 1 45 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000620295 protein_coding 2 1 44 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000622724 protein_coding 3 1 45 KIF1B ENSG00000054523 +CDS chr1 10374316 10374465 ENST00000635499 protein_coding 1 5 10 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000676179 protein_coding 1 NA 47 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000263934 protein_coding 10 1 45 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000377086 protein_coding 5 1 47 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000377081 protein_coding 5 1 46 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000620295 protein_coding 2 1 45 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000622724 protein_coding 3 1 46 KIF1B ENSG00000054523 +CDS chr1 10374854 10375046 ENST00000635499 protein_coding 1 5 11 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000676179 protein_coding 1 NA 48 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000263934 protein_coding 10 1 46 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000377086 protein_coding 5 1 48 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000377081 protein_coding 5 1 47 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000620295 protein_coding 2 1 46 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000622724 protein_coding 3 1 47 KIF1B ENSG00000054523 +CDS chr1 10375255 10375373 ENST00000635499 protein_coding 1 5 12 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000676179 protein_coding 1 NA 49 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000263934 protein_coding 10 1 47 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000377086 protein_coding 5 1 49 KIF1B ENSG00000054523 +CDS chr1 10376545 10376584 ENST00000635499 protein_coding 1 5 13 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000377081 protein_coding 5 1 48 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000620295 protein_coding 2 1 47 KIF1B ENSG00000054523 +CDS chr1 10378339 10378399 ENST00000622724 protein_coding 3 1 48 KIF1B ENSG00000054523 +transcript chr1 10398592 10411552 ENST00000491493 protein_coding 5 5 NA PGD ENSG00000142657 +transcript chr1 10399064 10420511 ENST00000270776 protein_coding 13 1 NA PGD ENSG00000142657 +transcript chr1 10399112 10417509 ENST00000483936 protein_coding 5 5 NA PGD ENSG00000142657 +CDS chr1 10399118 10399125 ENST00000270776 protein_coding 13 1 1 PGD ENSG00000142657 +CDS chr1 10399118 10399125 ENST00000483936 protein_coding 5 5 1 PGD ENSG00000142657 +transcript chr1 10399498 10408140 ENST00000465632 protein_coding 5 2 NA PGD ENSG00000142657 +CDS chr1 10399629 10399704 ENST00000270776 protein_coding 13 1 2 PGD ENSG00000142657 +CDS chr1 10399629 10399704 ENST00000483936 protein_coding 5 5 2 PGD ENSG00000142657 +transcript chr1 10399632 10413251 ENST00000460189 protein_coding 1 2 NA PGD ENSG00000142657 +CDS chr1 10399632 10399704 ENST00000460189 protein_coding 1 2 1 PGD ENSG00000142657 +CDS chr1 10399660 10399704 ENST00000491493 protein_coding 5 5 2 PGD ENSG00000142657 +CDS chr1 10399660 10399704 ENST00000465632 protein_coding 5 2 1 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000491493 protein_coding 5 5 3 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000270776 protein_coding 13 1 3 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000465632 protein_coding 5 2 2 PGD ENSG00000142657 +CDS chr1 10400393 10400572 ENST00000460189 protein_coding 1 2 2 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000491493 protein_coding 5 5 4 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000270776 protein_coding 13 1 4 PGD ENSG00000142657 +CDS chr1 10403071 10403136 ENST00000465632 protein_coding 5 2 3 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000491493 protein_coding 5 5 5 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000270776 protein_coding 13 1 5 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000465632 protein_coding 5 2 4 PGD ENSG00000142657 +CDS chr1 10404161 10404279 ENST00000460189 protein_coding 1 2 3 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000491493 protein_coding 5 5 6 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000270776 protein_coding 13 1 6 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000465632 protein_coding 5 2 5 PGD ENSG00000142657 +CDS chr1 10408071 10408140 ENST00000460189 protein_coding 1 2 4 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000491493 protein_coding 5 5 7 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000270776 protein_coding 13 1 7 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000483936 protein_coding 5 5 3 PGD ENSG00000142657 +CDS chr1 10411418 10411552 ENST00000460189 protein_coding 1 2 5 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000270776 protein_coding 13 1 8 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000483936 protein_coding 5 5 4 PGD ENSG00000142657 +CDS chr1 10413062 10413251 ENST00000460189 protein_coding 1 2 6 PGD ENSG00000142657 +CDS chr1 10416987 10417117 ENST00000270776 protein_coding 13 1 9 PGD ENSG00000142657 +CDS chr1 10416987 10417117 ENST00000483936 protein_coding 5 5 5 PGD ENSG00000142657 +CDS chr1 10417376 10417509 ENST00000270776 protein_coding 13 1 10 PGD ENSG00000142657 +CDS chr1 10417376 10417509 ENST00000483936 protein_coding 5 5 6 PGD ENSG00000142657 +CDS chr1 10418826 10418925 ENST00000270776 protein_coding 13 1 11 PGD ENSG00000142657 +CDS chr1 10419417 10419539 ENST00000270776 protein_coding 13 1 12 PGD ENSG00000142657 +CDS chr1 10419630 10419746 ENST00000270776 protein_coding 13 1 13 PGD ENSG00000142657 +transcript chr1 10430102 10452153 ENST00000400900 protein_coding 6 2 NA CENPS-CORT ENSG00000251503 +transcript chr1 10430384 10451659 ENST00000470413 protein_coding 6 2 NA CENPS-CORT ENSG00000251503 +transcript chr1 10430433 10442808 ENST00000309048 protein_coding 8 1 NA CENPS ENSG00000175279 +transcript chr1 10430435 10451411 ENST00000602787 protein_coding 6 3 NA CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000400900 protein_coding 6 2 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000470413 protein_coding 6 2 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000602787 protein_coding 6 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10430518 10430568 ENST00000309048 protein_coding 8 1 1 CENPS ENSG00000175279 +transcript chr1 10430804 10452003 ENST00000602296 protein_coding 6 3 NA CENPS-CORT ENSG00000251503 +transcript chr1 10431123 10442502 ENST00000462462 protein_coding 1 3 NA CENPS ENSG00000175279 +transcript chr1 10431258 10451659 ENST00000465026 protein_coding 1 3 NA CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000602296 protein_coding 6 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000465026 protein_coding 1 3 1 CENPS-CORT ENSG00000251503 +CDS chr1 10431290 10431401 ENST00000462462 protein_coding 1 3 1 CENPS ENSG00000175279 +CDS chr1 10433842 10433965 ENST00000400900 protein_coding 6 2 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000470413 protein_coding 6 2 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000602787 protein_coding 6 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10433842 10433965 ENST00000309048 protein_coding 8 1 2 CENPS ENSG00000175279 +CDS chr1 10434657 10434690 ENST00000400900 protein_coding 6 2 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000470413 protein_coding 6 2 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000602787 protein_coding 6 3 3 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000602296 protein_coding 6 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10434657 10434690 ENST00000309048 protein_coding 8 1 3 CENPS ENSG00000175279 +CDS chr1 10440347 10440413 ENST00000400900 protein_coding 6 2 4 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000602787 protein_coding 6 3 4 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000602296 protein_coding 6 3 3 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440381 ENST00000465026 protein_coding 1 3 2 CENPS-CORT ENSG00000251503 +CDS chr1 10440347 10440413 ENST00000309048 protein_coding 8 1 4 CENPS ENSG00000175279 +CDS chr1 10440347 10440381 ENST00000462462 protein_coding 1 3 2 CENPS ENSG00000175279 +CDS chr1 10442265 10442402 ENST00000602787 protein_coding 6 3 5 CENPS-CORT ENSG00000251503 +CDS chr1 10442265 10442402 ENST00000309048 protein_coding 8 1 5 CENPS ENSG00000175279 +transcript chr1 10450031 10451998 ENST00000377049 protein_coding 4 1 NA CORT ENSG00000241563 +CDS chr1 10450224 10450322 ENST00000377049 protein_coding 4 1 1 CORT ENSG00000241563 +CDS chr1 10451377 10451592 ENST00000400900 protein_coding 6 2 5 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451398 ENST00000470413 protein_coding 6 2 4 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451592 ENST00000602296 protein_coding 6 3 4 CENPS-CORT ENSG00000251503 +CDS chr1 10451377 10451592 ENST00000377049 protein_coding 4 1 2 CORT ENSG00000241563 +transcript chr1 10456522 10472529 ENST00000377038 protein_coding 8 1 NA DFFA ENSG00000160049 +CDS chr1 10461493 10461702 ENST00000377038 protein_coding 8 1 6 DFFA ENSG00000160049 +transcript chr1 10462468 10472488 ENST00000377036 protein_coding 2 1 NA DFFA ENSG00000160049 +CDS chr1 10463037 10463209 ENST00000377036 protein_coding 2 1 5 DFFA ENSG00000160049 +CDS chr1 10463058 10463209 ENST00000377038 protein_coding 8 1 5 DFFA ENSG00000160049 +CDS chr1 10463431 10463620 ENST00000377038 protein_coding 8 1 4 DFFA ENSG00000160049 +CDS chr1 10463431 10463620 ENST00000377036 protein_coding 2 1 4 DFFA ENSG00000160049 +CDS chr1 10467190 10467332 ENST00000377038 protein_coding 8 1 3 DFFA ENSG00000160049 +CDS chr1 10467190 10467332 ENST00000377036 protein_coding 2 1 3 DFFA ENSG00000160049 +CDS chr1 10469177 10469338 ENST00000377038 protein_coding 8 1 2 DFFA ENSG00000160049 +CDS chr1 10469177 10469338 ENST00000377036 protein_coding 2 1 2 DFFA ENSG00000160049 +CDS chr1 10472323 10472458 ENST00000377038 protein_coding 8 1 1 DFFA ENSG00000160049 +CDS chr1 10472323 10472458 ENST00000377036 protein_coding 2 1 1 DFFA ENSG00000160049 +transcript chr1 10474950 10630758 ENST00000356607 protein_coding 9 1 NA PEX14 ENSG00000142655 +CDS chr1 10474967 10475002 ENST00000356607 protein_coding 9 1 1 PEX14 ENSG00000142655 +transcript chr1 10474982 10623286 ENST00000491661 protein_coding 2 2 NA PEX14 ENSG00000142655 +CDS chr1 10474982 10475002 ENST00000491661 protein_coding 2 2 1 PEX14 ENSG00000142655 +CDS chr1 10495274 10495321 ENST00000356607 protein_coding 9 1 2 PEX14 ENSG00000142655 +CDS chr1 10495274 10495321 ENST00000491661 protein_coding 2 2 2 PEX14 ENSG00000142655 +CDS chr1 10536213 10536297 ENST00000356607 protein_coding 9 1 3 PEX14 ENSG00000142655 +CDS chr1 10536213 10536297 ENST00000491661 protein_coding 2 2 3 PEX14 ENSG00000142655 +CDS chr1 10599238 10599366 ENST00000356607 protein_coding 9 1 4 PEX14 ENSG00000142655 +CDS chr1 10599238 10599366 ENST00000491661 protein_coding 2 2 4 PEX14 ENSG00000142655 +CDS chr1 10618332 10618417 ENST00000356607 protein_coding 9 1 5 PEX14 ENSG00000142655 +CDS chr1 10618332 10618417 ENST00000491661 protein_coding 2 2 5 PEX14 ENSG00000142655 +CDS chr1 10623019 10623121 ENST00000356607 protein_coding 9 1 6 PEX14 ENSG00000142655 +CDS chr1 10623019 10623129 ENST00000491661 protein_coding 2 2 6 PEX14 ENSG00000142655 +CDS chr1 10624340 10624437 ENST00000356607 protein_coding 9 1 7 PEX14 ENSG00000142655 +CDS chr1 10627272 10627363 ENST00000356607 protein_coding 9 1 8 PEX14 ENSG00000142655 +CDS chr1 10629531 10629984 ENST00000356607 protein_coding 9 1 9 PEX14 ENSG00000142655 +transcript chr1 10636604 10796646 ENST00000377022 protein_coding 8 1 NA CASZ1 ENSG00000130940 +CDS chr1 10638945 10640059 ENST00000377022 protein_coding 8 1 21 CASZ1 ENSG00000130940 +transcript chr1 10642082 10645076 ENST00000447850 protein_coding 3 5 NA CASZ1 ENSG00000130940 +CDS chr1 10642082 10642322 ENST00000447850 protein_coding 3 5 4 CASZ1 ENSG00000130940 +CDS chr1 10642859 10643000 ENST00000377022 protein_coding 8 1 20 CASZ1 ENSG00000130940 +CDS chr1 10642859 10643000 ENST00000447850 protein_coding 3 5 3 CASZ1 ENSG00000130940 +CDS chr1 10643160 10643311 ENST00000377022 protein_coding 8 1 19 CASZ1 ENSG00000130940 +CDS chr1 10643160 10643311 ENST00000447850 protein_coding 3 5 2 CASZ1 ENSG00000130940 +CDS chr1 10644917 10645088 ENST00000377022 protein_coding 8 1 18 CASZ1 ENSG00000130940 +CDS chr1 10644917 10645076 ENST00000447850 protein_coding 3 5 1 CASZ1 ENSG00000130940 +CDS chr1 10646128 10646326 ENST00000377022 protein_coding 8 1 17 CASZ1 ENSG00000130940 +transcript chr1 10647213 10796650 ENST00000344008 protein_coding 5 2 NA CASZ1 ENSG00000130940 +CDS chr1 10647800 10648139 ENST00000344008 protein_coding 5 2 16 CASZ1 ENSG00000130940 +CDS chr1 10647801 10648139 ENST00000377022 protein_coding 8 1 16 CASZ1 ENSG00000130940 +CDS chr1 10649070 10649192 ENST00000377022 protein_coding 8 1 15 CASZ1 ENSG00000130940 +CDS chr1 10649070 10649192 ENST00000344008 protein_coding 5 2 15 CASZ1 ENSG00000130940 +CDS chr1 10649283 10649437 ENST00000377022 protein_coding 8 1 14 CASZ1 ENSG00000130940 +CDS chr1 10649283 10649437 ENST00000344008 protein_coding 5 2 14 CASZ1 ENSG00000130940 +CDS chr1 10650692 10650755 ENST00000377022 protein_coding 8 1 13 CASZ1 ENSG00000130940 +CDS chr1 10650692 10650755 ENST00000344008 protein_coding 5 2 13 CASZ1 ENSG00000130940 +CDS chr1 10650941 10651076 ENST00000377022 protein_coding 8 1 12 CASZ1 ENSG00000130940 +CDS chr1 10650941 10651076 ENST00000344008 protein_coding 5 2 12 CASZ1 ENSG00000130940 +CDS chr1 10653377 10654218 ENST00000377022 protein_coding 8 1 11 CASZ1 ENSG00000130940 +CDS chr1 10653377 10654218 ENST00000344008 protein_coding 5 2 11 CASZ1 ENSG00000130940 +CDS chr1 10654419 10654591 ENST00000377022 protein_coding 8 1 10 CASZ1 ENSG00000130940 +CDS chr1 10654419 10654591 ENST00000344008 protein_coding 5 2 10 CASZ1 ENSG00000130940 +CDS chr1 10655649 10655813 ENST00000377022 protein_coding 8 1 9 CASZ1 ENSG00000130940 +CDS chr1 10655649 10655813 ENST00000344008 protein_coding 5 2 9 CASZ1 ENSG00000130940 +CDS chr1 10656646 10656736 ENST00000377022 protein_coding 8 1 8 CASZ1 ENSG00000130940 +CDS chr1 10656646 10656736 ENST00000344008 protein_coding 5 2 8 CASZ1 ENSG00000130940 +CDS chr1 10658508 10658576 ENST00000377022 protein_coding 8 1 7 CASZ1 ENSG00000130940 +CDS chr1 10658508 10658576 ENST00000344008 protein_coding 5 2 7 CASZ1 ENSG00000130940 +CDS chr1 10659702 10660536 ENST00000377022 protein_coding 8 1 6 CASZ1 ENSG00000130940 +CDS chr1 10659702 10660536 ENST00000344008 protein_coding 5 2 6 CASZ1 ENSG00000130940 +CDS chr1 10665083 10665571 ENST00000377022 protein_coding 8 1 5 CASZ1 ENSG00000130940 +CDS chr1 10665083 10665571 ENST00000344008 protein_coding 5 2 5 CASZ1 ENSG00000130940 +CDS chr1 10693874 10693889 ENST00000377022 protein_coding 8 1 4 CASZ1 ENSG00000130940 +CDS chr1 10693874 10693889 ENST00000344008 protein_coding 5 2 4 CASZ1 ENSG00000130940 +transcript chr1 10946473 10964201 ENST00000418570 protein_coding 6 2 NA C1orf127 ENSG00000175262 +transcript chr1 10946473 10982037 ENST00000377004 protein_coding 8 5 NA C1orf127 ENSG00000175262 +transcript chr1 10946475 10947870 ENST00000468348 protein_coding 1 2 NA C1orf127 ENSG00000175262 +transcript chr1 10946730 10976215 ENST00000520253 protein_coding 1 5 NA C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000418570 protein_coding 6 2 7 C1orf127 ENSG00000175262 +CDS chr1 10947666 10947870 ENST00000468348 protein_coding 1 2 1 C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000520253 protein_coding 1 5 11 C1orf127 ENSG00000175262 +CDS chr1 10947666 10948844 ENST00000377004 protein_coding 8 5 12 C1orf127 ENSG00000175262 +CDS chr1 10949624 10949814 ENST00000418570 protein_coding 6 2 6 C1orf127 ENSG00000175262 +CDS chr1 10949624 10949814 ENST00000377004 protein_coding 8 5 11 C1orf127 ENSG00000175262 +CDS chr1 10949702 10949814 ENST00000520253 protein_coding 1 5 10 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000418570 protein_coding 6 2 5 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000520253 protein_coding 1 5 9 C1orf127 ENSG00000175262 +CDS chr1 10954019 10954142 ENST00000377004 protein_coding 8 5 10 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000418570 protein_coding 6 2 4 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000520253 protein_coding 1 5 8 C1orf127 ENSG00000175262 +CDS chr1 10954990 10955186 ENST00000377004 protein_coding 8 5 9 C1orf127 ENSG00000175262 +CDS chr1 10957023 10957107 ENST00000520253 protein_coding 1 5 7 C1orf127 ENSG00000175262 +CDS chr1 10957023 10957107 ENST00000377004 protein_coding 8 5 8 C1orf127 ENSG00000175262 +CDS chr1 10957585 10957753 ENST00000418570 protein_coding 6 2 3 C1orf127 ENSG00000175262 +CDS chr1 10957616 10957753 ENST00000520253 protein_coding 1 5 6 C1orf127 ENSG00000175262 +CDS chr1 10957616 10957753 ENST00000377004 protein_coding 8 5 7 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000418570 protein_coding 6 2 2 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000520253 protein_coding 1 5 5 C1orf127 ENSG00000175262 +CDS chr1 10958714 10958752 ENST00000377004 protein_coding 8 5 6 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964201 ENST00000418570 protein_coding 6 2 1 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964271 ENST00000520253 protein_coding 1 5 4 C1orf127 ENSG00000175262 +CDS chr1 10964128 10964271 ENST00000377004 protein_coding 8 5 5 C1orf127 ENSG00000175262 +CDS chr1 10966358 10966482 ENST00000520253 protein_coding 1 5 3 C1orf127 ENSG00000175262 +CDS chr1 10966358 10966482 ENST00000377004 protein_coding 8 5 4 C1orf127 ENSG00000175262 +CDS chr1 10969970 10970089 ENST00000520253 protein_coding 1 5 2 C1orf127 ENSG00000175262 +CDS chr1 10969970 10970089 ENST00000377004 protein_coding 8 5 3 C1orf127 ENSG00000175262 +CDS chr1 10976156 10976215 ENST00000520253 protein_coding 1 5 1 C1orf127 ENSG00000175262 +CDS chr1 10976156 10976256 ENST00000377004 protein_coding 8 5 2 C1orf127 ENSG00000175262 +CDS chr1 10982012 10982037 ENST00000377004 protein_coding 8 5 1 C1orf127 ENSG00000175262 +transcript chr1 11012344 11020489 ENST00000473118 protein_coding 5 3 NA TARDBP ENSG00000120948 +transcript chr1 11012424 11023609 ENST00000639083 protein_coding 1 5 NA TARDBP ENSG00000120948 +transcript chr1 11012622 11023248 ENST00000629725 protein_coding 2 5 NA TARDBP ENSG00000120948 +transcript chr1 11012654 11020589 ENST00000476201 protein_coding 5 5 NA TARDBP ENSG00000120948 +transcript chr1 11012654 11025492 ENST00000240185 protein_coding 8 1 NA TARDBP ENSG00000120948 +transcript chr1 11012670 11022310 ENST00000621715 protein_coding 4 3 NA TARDBP ENSG00000120948 +transcript chr1 11013716 11024183 ENST00000315091 protein_coding 7 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000473118 protein_coding 5 3 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000639083 protein_coding 1 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000629725 protein_coding 2 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000476201 protein_coding 5 5 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000240185 protein_coding 8 1 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000621715 protein_coding 4 3 2 TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000315091 protein_coding 7 5 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023234 ENST00000649624 protein_coding 1 NA NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000649624 protein_coding 1 NA 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023341 ENST00000616545 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000616545 protein_coding 4 5 1 TARDBP ENSG00000120948 +transcript chr1 11013728 11023341 ENST00000621790 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11013728 11013965 ENST00000621790 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11015524 11015646 ENST00000476201 protein_coding 5 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000473118 protein_coding 5 3 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000639083 protein_coding 1 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000629725 protein_coding 2 5 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000476201 protein_coding 5 5 4 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000240185 protein_coding 8 1 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000621715 protein_coding 4 3 3 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000315091 protein_coding 7 5 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000649624 protein_coding 1 NA 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000616545 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11016844 11017007 ENST00000621790 protein_coding 4 5 2 TARDBP ENSG00000120948 +transcript chr1 11016859 11023287 ENST00000622057 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11016859 11017007 ENST00000622057 protein_coding 4 5 1 TARDBP ENSG00000120948 +transcript chr1 11016865 11023590 ENST00000617172 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11016865 11017007 ENST00000617172 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000473118 protein_coding 5 3 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000639083 protein_coding 1 5 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000629725 protein_coding 2 5 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000476201 protein_coding 5 5 5 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000240185 protein_coding 8 1 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000621715 protein_coding 4 3 4 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000315091 protein_coding 7 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000649624 protein_coding 1 NA 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000616545 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000621790 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000622057 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11018733 11018873 ENST00000617172 protein_coding 4 5 2 TARDBP ENSG00000120948 +transcript chr1 11018853 11024043 ENST00000610369 protein_coding 4 5 NA TARDBP ENSG00000120948 +CDS chr1 11018853 11018873 ENST00000610369 protein_coding 4 5 1 TARDBP ENSG00000120948 +CDS chr1 11020429 11020489 ENST00000473118 protein_coding 5 3 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000639083 protein_coding 1 5 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000629725 protein_coding 2 5 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020589 ENST00000476201 protein_coding 5 5 6 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000240185 protein_coding 8 1 5 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000315091 protein_coding 7 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000649624 protein_coding 1 NA 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000616545 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000621790 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000622057 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000617172 protein_coding 4 5 3 TARDBP ENSG00000120948 +CDS chr1 11020429 11020599 ENST00000610369 protein_coding 4 5 2 TARDBP ENSG00000120948 +CDS chr1 11022124 11022651 ENST00000639083 protein_coding 1 5 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000629725 protein_coding 2 5 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022651 ENST00000240185 protein_coding 8 1 6 TARDBP ENSG00000120948 +CDS chr1 11022124 11022310 ENST00000621715 protein_coding 4 3 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022241 ENST00000315091 protein_coding 7 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022177 ENST00000649624 protein_coding 1 NA 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000616545 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022268 ENST00000621790 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11022124 11022241 ENST00000622057 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000617172 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11022124 11022250 ENST00000610369 protein_coding 4 5 3 TARDBP ENSG00000120948 +transcript chr1 11022144 11030526 ENST00000612542 protein_coding 1 5 NA TARDBP ENSG00000120948 +CDS chr1 11022144 11022250 ENST00000612542 protein_coding 1 5 1 TARDBP ENSG00000120948 +CDS chr1 11023161 11023180 ENST00000622057 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000629725 protein_coding 2 5 7 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000315091 protein_coding 7 5 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023231 ENST00000649624 protein_coding 1 NA 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000621790 protein_coding 4 5 6 TARDBP ENSG00000120948 +CDS chr1 11023193 11023245 ENST00000617172 protein_coding 4 5 5 TARDBP ENSG00000120948 +CDS chr1 11023263 11023324 ENST00000616545 protein_coding 4 5 6 TARDBP ENSG00000120948 +CDS chr1 11023263 11023324 ENST00000610369 protein_coding 4 5 4 TARDBP ENSG00000120948 +CDS chr1 11025110 11025183 ENST00000612542 protein_coding 1 5 2 TARDBP ENSG00000120948 +transcript chr1 11026523 11047239 ENST00000400897 protein_coding 8 1 NA MASP2 ENSG00000009724 +CDS chr1 11026888 11027648 ENST00000400897 protein_coding 8 1 11 MASP2 ENSG00000009724 +CDS chr1 11030176 11030250 ENST00000400897 protein_coding 8 1 10 MASP2 ENSG00000009724 +CDS chr1 11030748 11030882 ENST00000400897 protein_coding 8 1 9 MASP2 ENSG00000009724 +CDS chr1 11034828 11034906 ENST00000400897 protein_coding 8 1 8 MASP2 ENSG00000009724 +CDS chr1 11037693 11037811 ENST00000400897 protein_coding 8 1 7 MASP2 ENSG00000009724 +CDS chr1 11042875 11043022 ENST00000400897 protein_coding 8 1 6 MASP2 ENSG00000009724 +CDS chr1 11043339 11043535 ENST00000400897 protein_coding 8 1 5 MASP2 ENSG00000009724 +transcript chr1 11044798 11047233 ENST00000400898 protein_coding 3 1 NA MASP2 ENSG00000009724 +CDS chr1 11044943 11044953 ENST00000400898 protein_coding 3 1 5 MASP2 ENSG00000009724 +CDS chr1 11045408 11045539 ENST00000400897 protein_coding 8 1 4 MASP2 ENSG00000009724 +CDS chr1 11045408 11045539 ENST00000400898 protein_coding 3 1 4 MASP2 ENSG00000009724 +CDS chr1 11046556 11046733 ENST00000400897 protein_coding 8 1 3 MASP2 ENSG00000009724 +CDS chr1 11046556 11046733 ENST00000400898 protein_coding 3 1 3 MASP2 ENSG00000009724 +CDS chr1 11046891 11047119 ENST00000400897 protein_coding 8 1 2 MASP2 ENSG00000009724 +CDS chr1 11046891 11047119 ENST00000400898 protein_coding 3 1 2 MASP2 ENSG00000009724 +CDS chr1 11047203 11047207 ENST00000400897 protein_coding 8 1 1 MASP2 ENSG00000009724 +CDS chr1 11047203 11047207 ENST00000400898 protein_coding 3 1 1 MASP2 ENSG00000009724 +transcript chr1 11054589 11060018 ENST00000376957 protein_coding 7 1 NA SRM ENSG00000116649 +transcript chr1 11054664 11055820 ENST00000490101 protein_coding 1 2 NA SRM ENSG00000116649 +CDS chr1 11054868 11054885 ENST00000376957 protein_coding 7 1 8 SRM ENSG00000116649 +CDS chr1 11054878 11055084 ENST00000490101 protein_coding 1 2 2 SRM ENSG00000116649 +CDS chr1 11054962 11055084 ENST00000376957 protein_coding 7 1 7 SRM ENSG00000116649 +CDS chr1 11055781 11055926 ENST00000376957 protein_coding 7 1 6 SRM ENSG00000116649 +CDS chr1 11055781 11055820 ENST00000490101 protein_coding 1 2 1 SRM ENSG00000116649 +CDS chr1 11056011 11056094 ENST00000376957 protein_coding 7 1 5 SRM ENSG00000116649 +transcript chr1 11056011 11058873 ENST00000465788 protein_coding 1 5 NA SRM ENSG00000116649 +CDS chr1 11056011 11056094 ENST00000465788 protein_coding 1 5 3 SRM ENSG00000116649 +CDS chr1 11056604 11056757 ENST00000376957 protein_coding 7 1 4 SRM ENSG00000116649 +CDS chr1 11056604 11056757 ENST00000465788 protein_coding 1 5 2 SRM ENSG00000116649 +transcript chr1 11056702 11059686 ENST00000487300 protein_coding 1 2 NA SRM ENSG00000116649 +CDS chr1 11056702 11056757 ENST00000487300 protein_coding 1 2 3 SRM ENSG00000116649 +CDS chr1 11058710 11058873 ENST00000465788 protein_coding 1 5 1 SRM ENSG00000116649 +CDS chr1 11058800 11058892 ENST00000376957 protein_coding 7 1 3 SRM ENSG00000116649 +CDS chr1 11058800 11058892 ENST00000487300 protein_coding 1 2 2 SRM ENSG00000116649 +CDS chr1 11059225 11059345 ENST00000376957 protein_coding 7 1 2 SRM ENSG00000116649 +CDS chr1 11059225 11059434 ENST00000487300 protein_coding 1 2 1 SRM ENSG00000116649 +CDS chr1 11059777 11059943 ENST00000376957 protein_coding 7 1 1 SRM ENSG00000116649 +transcript chr1 11066618 11099869 ENST00000304457 protein_coding 11 1 NA EXOSC10 ENSG00000171824 +transcript chr1 11066618 11099869 ENST00000376936 protein_coding 9 1 NA EXOSC10 ENSG00000171824 +CDS chr1 11066721 11066748 ENST00000304457 protein_coding 11 1 24 EXOSC10 ENSG00000171824 +CDS chr1 11066721 11066748 ENST00000376936 protein_coding 9 1 25 EXOSC10 ENSG00000171824 +CDS chr1 11068008 11068084 ENST00000304457 protein_coding 11 1 23 EXOSC10 ENSG00000171824 +CDS chr1 11068008 11068084 ENST00000376936 protein_coding 9 1 24 EXOSC10 ENSG00000171824 +CDS chr1 11068645 11068706 ENST00000304457 protein_coding 11 1 22 EXOSC10 ENSG00000171824 +CDS chr1 11068645 11068706 ENST00000376936 protein_coding 9 1 23 EXOSC10 ENSG00000171824 +CDS chr1 11069559 11069730 ENST00000304457 protein_coding 11 1 21 EXOSC10 ENSG00000171824 +CDS chr1 11069559 11069730 ENST00000376936 protein_coding 9 1 22 EXOSC10 ENSG00000171824 +CDS chr1 11070900 11070973 ENST00000304457 protein_coding 11 1 20 EXOSC10 ENSG00000171824 +CDS chr1 11070900 11070973 ENST00000376936 protein_coding 9 1 21 EXOSC10 ENSG00000171824 +CDS chr1 11072087 11072171 ENST00000304457 protein_coding 11 1 19 EXOSC10 ENSG00000171824 +CDS chr1 11072087 11072171 ENST00000376936 protein_coding 9 1 20 EXOSC10 ENSG00000171824 +CDS chr1 11073934 11074008 ENST00000376936 protein_coding 9 1 19 EXOSC10 ENSG00000171824 +CDS chr1 11074231 11074326 ENST00000304457 protein_coding 11 1 18 EXOSC10 ENSG00000171824 +CDS chr1 11074231 11074326 ENST00000376936 protein_coding 9 1 18 EXOSC10 ENSG00000171824 +CDS chr1 11076842 11076948 ENST00000304457 protein_coding 11 1 17 EXOSC10 ENSG00000171824 +CDS chr1 11076842 11076948 ENST00000376936 protein_coding 9 1 17 EXOSC10 ENSG00000171824 +CDS chr1 11077365 11077443 ENST00000304457 protein_coding 11 1 16 EXOSC10 ENSG00000171824 +CDS chr1 11077365 11077443 ENST00000376936 protein_coding 9 1 16 EXOSC10 ENSG00000171824 +CDS chr1 11077601 11077651 ENST00000304457 protein_coding 11 1 15 EXOSC10 ENSG00000171824 +CDS chr1 11077601 11077651 ENST00000376936 protein_coding 9 1 15 EXOSC10 ENSG00000171824 +CDS chr1 11079711 11079822 ENST00000304457 protein_coding 11 1 14 EXOSC10 ENSG00000171824 +CDS chr1 11079711 11079822 ENST00000376936 protein_coding 9 1 14 EXOSC10 ENSG00000171824 +CDS chr1 11080499 11080549 ENST00000304457 protein_coding 11 1 13 EXOSC10 ENSG00000171824 +CDS chr1 11080499 11080549 ENST00000376936 protein_coding 9 1 13 EXOSC10 ENSG00000171824 +CDS chr1 11080764 11080912 ENST00000304457 protein_coding 11 1 12 EXOSC10 ENSG00000171824 +CDS chr1 11080764 11080912 ENST00000376936 protein_coding 9 1 12 EXOSC10 ENSG00000171824 +CDS chr1 11081082 11081238 ENST00000304457 protein_coding 11 1 11 EXOSC10 ENSG00000171824 +CDS chr1 11081082 11081238 ENST00000376936 protein_coding 9 1 11 EXOSC10 ENSG00000171824 +CDS chr1 11082688 11082878 ENST00000304457 protein_coding 11 1 10 EXOSC10 ENSG00000171824 +CDS chr1 11082688 11082878 ENST00000376936 protein_coding 9 1 10 EXOSC10 ENSG00000171824 +CDS chr1 11087448 11087591 ENST00000304457 protein_coding 11 1 9 EXOSC10 ENSG00000171824 +CDS chr1 11087448 11087591 ENST00000376936 protein_coding 9 1 9 EXOSC10 ENSG00000171824 +CDS chr1 11087800 11087910 ENST00000304457 protein_coding 11 1 8 EXOSC10 ENSG00000171824 +CDS chr1 11087800 11087910 ENST00000376936 protein_coding 9 1 8 EXOSC10 ENSG00000171824 +CDS chr1 11088123 11088198 ENST00000304457 protein_coding 11 1 7 EXOSC10 ENSG00000171824 +CDS chr1 11088123 11088198 ENST00000376936 protein_coding 9 1 7 EXOSC10 ENSG00000171824 +CDS chr1 11090554 11090668 ENST00000304457 protein_coding 11 1 6 EXOSC10 ENSG00000171824 +CDS chr1 11090554 11090668 ENST00000376936 protein_coding 9 1 6 EXOSC10 ENSG00000171824 +CDS chr1 11091014 11091179 ENST00000304457 protein_coding 11 1 5 EXOSC10 ENSG00000171824 +CDS chr1 11091014 11091179 ENST00000376936 protein_coding 9 1 5 EXOSC10 ENSG00000171824 +CDS chr1 11091493 11091597 ENST00000304457 protein_coding 11 1 4 EXOSC10 ENSG00000171824 +CDS chr1 11091493 11091597 ENST00000376936 protein_coding 9 1 4 EXOSC10 ENSG00000171824 +CDS chr1 11095758 11095881 ENST00000304457 protein_coding 11 1 3 EXOSC10 ENSG00000171824 +CDS chr1 11095758 11095881 ENST00000376936 protein_coding 9 1 3 EXOSC10 ENSG00000171824 +CDS chr1 11098020 11098156 ENST00000304457 protein_coding 11 1 2 EXOSC10 ENSG00000171824 +CDS chr1 11098020 11098156 ENST00000376936 protein_coding 9 1 2 EXOSC10 ENSG00000171824 +CDS chr1 11099721 11099831 ENST00000304457 protein_coding 11 1 1 EXOSC10 ENSG00000171824 +CDS chr1 11099721 11099831 ENST00000376936 protein_coding 9 1 1 EXOSC10 ENSG00000171824 +transcript chr1 11106535 11131558 ENST00000376838 protein_coding 5 2 NA MTOR ENSG00000198793 +transcript chr1 11106535 11262551 ENST00000361445 protein_coding 9 1 NA MTOR ENSG00000198793 +CDS chr1 11107488 11107500 ENST00000376838 protein_coding 5 2 20 MTOR ENSG00000198793 +CDS chr1 11107488 11107500 ENST00000361445 protein_coding 9 1 58 MTOR ENSG00000198793 +CDS chr1 11108181 11108286 ENST00000376838 protein_coding 5 2 19 MTOR ENSG00000198793 +CDS chr1 11108181 11108286 ENST00000361445 protein_coding 9 1 57 MTOR ENSG00000198793 +CDS chr1 11109290 11109370 ENST00000376838 protein_coding 5 2 18 MTOR ENSG00000198793 +CDS chr1 11109290 11109370 ENST00000361445 protein_coding 9 1 56 MTOR ENSG00000198793 +transcript chr1 11109303 11115663 ENST00000455339 protein_coding 1 3 NA MTOR ENSG00000198793 +CDS chr1 11109303 11109370 ENST00000455339 protein_coding 1 3 6 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000376838 protein_coding 5 2 17 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000361445 protein_coding 9 1 55 MTOR ENSG00000198793 +CDS chr1 11109649 11109729 ENST00000455339 protein_coding 1 3 5 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000376838 protein_coding 5 2 16 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000361445 protein_coding 9 1 54 MTOR ENSG00000198793 +CDS chr1 11112852 11112917 ENST00000455339 protein_coding 1 3 4 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000376838 protein_coding 5 2 15 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000361445 protein_coding 9 1 53 MTOR ENSG00000198793 +CDS chr1 11114318 11114453 ENST00000455339 protein_coding 1 3 3 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000376838 protein_coding 5 2 14 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000361445 protein_coding 9 1 52 MTOR ENSG00000198793 +CDS chr1 11114813 11114887 ENST00000455339 protein_coding 1 3 2 MTOR ENSG00000198793 +CDS chr1 11115396 11115468 ENST00000376838 protein_coding 5 2 13 MTOR ENSG00000198793 +CDS chr1 11115396 11115468 ENST00000361445 protein_coding 9 1 51 MTOR ENSG00000198793 +CDS chr1 11115396 11115452 ENST00000455339 protein_coding 1 3 1 MTOR ENSG00000198793 +CDS chr1 11117004 11117086 ENST00000376838 protein_coding 5 2 12 MTOR ENSG00000198793 +CDS chr1 11117004 11117086 ENST00000361445 protein_coding 9 1 50 MTOR ENSG00000198793 +CDS chr1 11121246 11121368 ENST00000376838 protein_coding 5 2 11 MTOR ENSG00000198793 +CDS chr1 11121246 11121368 ENST00000361445 protein_coding 9 1 49 MTOR ENSG00000198793 +CDS chr1 11121979 11122126 ENST00000376838 protein_coding 5 2 10 MTOR ENSG00000198793 +CDS chr1 11121979 11122126 ENST00000361445 protein_coding 9 1 48 MTOR ENSG00000198793 +CDS chr1 11124498 11124633 ENST00000376838 protein_coding 5 2 9 MTOR ENSG00000198793 +CDS chr1 11124498 11124633 ENST00000361445 protein_coding 9 1 47 MTOR ENSG00000198793 +CDS chr1 11126622 11126796 ENST00000376838 protein_coding 5 2 8 MTOR ENSG00000198793 +CDS chr1 11126622 11126796 ENST00000361445 protein_coding 9 1 46 MTOR ENSG00000198793 +CDS chr1 11127010 11127144 ENST00000376838 protein_coding 5 2 7 MTOR ENSG00000198793 +CDS chr1 11127010 11127144 ENST00000361445 protein_coding 9 1 45 MTOR ENSG00000198793 +CDS chr1 11127624 11127806 ENST00000376838 protein_coding 5 2 6 MTOR ENSG00000198793 +CDS chr1 11127624 11127806 ENST00000361445 protein_coding 9 1 44 MTOR ENSG00000198793 +CDS chr1 11128004 11128126 ENST00000376838 protein_coding 5 2 5 MTOR ENSG00000198793 +CDS chr1 11128004 11128126 ENST00000361445 protein_coding 9 1 43 MTOR ENSG00000198793 +CDS chr1 11128454 11128552 ENST00000376838 protein_coding 5 2 4 MTOR ENSG00000198793 +CDS chr1 11128454 11128552 ENST00000361445 protein_coding 9 1 42 MTOR ENSG00000198793 +CDS chr1 11128855 11128951 ENST00000376838 protein_coding 5 2 3 MTOR ENSG00000198793 +CDS chr1 11128855 11128951 ENST00000361445 protein_coding 9 1 41 MTOR ENSG00000198793 +CDS chr1 11129738 11129838 ENST00000376838 protein_coding 5 2 2 MTOR ENSG00000198793 +CDS chr1 11129738 11129838 ENST00000361445 protein_coding 9 1 40 MTOR ENSG00000198793 +CDS chr1 11130529 11130756 ENST00000376838 protein_coding 5 2 1 MTOR ENSG00000198793 +CDS chr1 11130529 11130777 ENST00000361445 protein_coding 9 1 39 MTOR ENSG00000198793 +CDS chr1 11133080 11133197 ENST00000361445 protein_coding 9 1 38 MTOR ENSG00000198793 +CDS chr1 11134351 11134466 ENST00000361445 protein_coding 9 1 37 MTOR ENSG00000198793 +CDS chr1 11139304 11139435 ENST00000361445 protein_coding 9 1 36 MTOR ENSG00000198793 +CDS chr1 11139533 11139658 ENST00000361445 protein_coding 9 1 35 MTOR ENSG00000198793 +CDS chr1 11144648 11144755 ENST00000361445 protein_coding 9 1 34 MTOR ENSG00000198793 +CDS chr1 11144968 11145045 ENST00000361445 protein_coding 9 1 33 MTOR ENSG00000198793 +CDS chr1 11146676 11146791 ENST00000361445 protein_coding 9 1 32 MTOR ENSG00000198793 +CDS chr1 11150126 11150226 ENST00000361445 protein_coding 9 1 31 MTOR ENSG00000198793 +CDS chr1 11157152 11157291 ENST00000361445 protein_coding 9 1 30 MTOR ENSG00000198793 +CDS chr1 11167442 11167517 ENST00000361445 protein_coding 9 1 29 MTOR ENSG00000198793 +transcript chr1 11189355 11195981 ENST00000376819 protein_coding 4 1 NA ANGPTL7 ENSG00000171819 +CDS chr1 11189580 11189955 ENST00000376819 protein_coding 4 1 1 ANGPTL7 ENSG00000171819 +CDS chr1 11192270 11192370 ENST00000376819 protein_coding 4 1 2 ANGPTL7 ENSG00000171819 +CDS chr1 11193580 11193774 ENST00000376819 protein_coding 4 1 3 ANGPTL7 ENSG00000171819 +CDS chr1 11194461 11194659 ENST00000376819 protein_coding 4 1 4 ANGPTL7 ENSG00000171819 +CDS chr1 11194854 11195020 ENST00000376819 protein_coding 4 1 5 ANGPTL7 ENSG00000171819 +CDS chr1 11199258 11199403 ENST00000361445 protein_coding 9 1 28 MTOR ENSG00000198793 +CDS chr1 11199541 11199703 ENST00000361445 protein_coding 9 1 27 MTOR ENSG00000198793 +CDS chr1 11204561 11204703 ENST00000361445 protein_coding 9 1 26 MTOR ENSG00000198793 +CDS chr1 11209312 11209458 ENST00000361445 protein_coding 9 1 25 MTOR ENSG00000198793 +CDS chr1 11210814 11210906 ENST00000361445 protein_coding 9 1 24 MTOR ENSG00000198793 +CDS chr1 11212312 11212474 ENST00000361445 protein_coding 9 1 23 MTOR ENSG00000198793 +CDS chr1 11212796 11212908 ENST00000361445 protein_coding 9 1 22 MTOR ENSG00000198793 +CDS chr1 11213399 11213566 ENST00000361445 protein_coding 9 1 21 MTOR ENSG00000198793 +CDS chr1 11216148 11216234 ENST00000361445 protein_coding 9 1 20 MTOR ENSG00000198793 +CDS chr1 11228668 11228918 ENST00000361445 protein_coding 9 1 19 MTOR ENSG00000198793 +CDS chr1 11230925 11231054 ENST00000361445 protein_coding 9 1 18 MTOR ENSG00000198793 +CDS chr1 11231300 11231434 ENST00000361445 protein_coding 9 1 17 MTOR ENSG00000198793 +CDS chr1 11232436 11232528 ENST00000361445 protein_coding 9 1 16 MTOR ENSG00000198793 +CDS chr1 11233398 11233487 ENST00000361445 protein_coding 9 1 15 MTOR ENSG00000198793 +CDS chr1 11234143 11234265 ENST00000361445 protein_coding 9 1 14 MTOR ENSG00000198793 +CDS chr1 11237843 11238048 ENST00000361445 protein_coding 9 1 13 MTOR ENSG00000198793 +CDS chr1 11238402 11238617 ENST00000361445 protein_coding 9 1 12 MTOR ENSG00000198793 +CDS chr1 11240303 11240547 ENST00000361445 protein_coding 9 1 11 MTOR ENSG00000198793 +CDS chr1 11241553 11241681 ENST00000361445 protein_coding 9 1 10 MTOR ENSG00000198793 +CDS chr1 11243114 11243300 ENST00000361445 protein_coding 9 1 9 MTOR ENSG00000198793 +CDS chr1 11247625 11247733 ENST00000361445 protein_coding 9 1 8 MTOR ENSG00000198793 +CDS chr1 11247819 11248094 ENST00000361445 protein_coding 9 1 7 MTOR ENSG00000198793 +CDS chr1 11253839 11253973 ENST00000361445 protein_coding 9 1 6 MTOR ENSG00000198793 +CDS chr1 11255992 11256192 ENST00000361445 protein_coding 9 1 5 MTOR ENSG00000198793 +CDS chr1 11256933 11257165 ENST00000361445 protein_coding 9 1 4 MTOR ENSG00000198793 +CDS chr1 11258485 11258593 ENST00000361445 protein_coding 9 1 3 MTOR ENSG00000198793 +CDS chr1 11259248 11259409 ENST00000361445 protein_coding 9 1 2 MTOR ENSG00000198793 +transcript chr1 11273198 11288434 ENST00000376810 protein_coding 6 1 NA UBIAD1 ENSG00000120942 +transcript chr1 11273528 11295164 ENST00000376804 protein_coding 2 2 NA UBIAD1 ENSG00000120942 +CDS chr1 11273532 11274060 ENST00000376810 protein_coding 6 1 1 UBIAD1 ENSG00000120942 +CDS chr1 11273532 11274060 ENST00000376804 protein_coding 2 2 1 UBIAD1 ENSG00000120942 +transcript chr1 11273934 11296049 ENST00000483738 protein_coding 1 3 NA UBIAD1 ENSG00000120942 +CDS chr1 11273934 11274060 ENST00000483738 protein_coding 1 3 1 UBIAD1 ENSG00000120942 +CDS chr1 11285644 11286128 ENST00000376810 protein_coding 6 1 2 UBIAD1 ENSG00000120942 +CDS chr1 11285644 11285732 ENST00000483738 protein_coding 1 3 2 UBIAD1 ENSG00000120942 +CDS chr1 11294873 11294880 ENST00000376804 protein_coding 2 2 2 UBIAD1 ENSG00000120942 +CDS chr1 11294873 11294887 ENST00000483738 protein_coding 1 3 3 UBIAD1 ENSG00000120942 +transcript chr1 11479155 11537551 ENST00000294484 protein_coding 7 1 NA DISP3 ENSG00000204624 +CDS chr1 11500993 11502088 ENST00000294484 protein_coding 7 1 2 DISP3 ENSG00000204624 +CDS chr1 11502678 11502897 ENST00000294484 protein_coding 7 1 3 DISP3 ENSG00000204624 +CDS chr1 11514390 11514526 ENST00000294484 protein_coding 7 1 4 DISP3 ENSG00000204624 +CDS chr1 11515369 11515503 ENST00000294484 protein_coding 7 1 5 DISP3 ENSG00000204624 +CDS chr1 11516001 11516161 ENST00000294484 protein_coding 7 1 6 DISP3 ENSG00000204624 +CDS chr1 11517463 11517602 ENST00000294484 protein_coding 7 1 7 DISP3 ENSG00000204624 +CDS chr1 11519355 11519503 ENST00000294484 protein_coding 7 1 8 DISP3 ENSG00000204624 +CDS chr1 11519719 11519880 ENST00000294484 protein_coding 7 1 9 DISP3 ENSG00000204624 +CDS chr1 11520687 11520848 ENST00000294484 protein_coding 7 1 10 DISP3 ENSG00000204624 +CDS chr1 11523942 11524055 ENST00000294484 protein_coding 7 1 11 DISP3 ENSG00000204624 +CDS chr1 11525176 11525312 ENST00000294484 protein_coding 7 1 12 DISP3 ENSG00000204624 +CDS chr1 11526651 11526835 ENST00000294484 protein_coding 7 1 13 DISP3 ENSG00000204624 +CDS chr1 11529556 11529686 ENST00000294484 protein_coding 7 1 14 DISP3 ENSG00000204624 +CDS chr1 11529787 11529959 ENST00000294484 protein_coding 7 1 15 DISP3 ENSG00000204624 +CDS chr1 11530907 11531033 ENST00000294484 protein_coding 7 1 16 DISP3 ENSG00000204624 +CDS chr1 11531565 11531710 ENST00000294484 protein_coding 7 1 17 DISP3 ENSG00000204624 +transcript chr1 11533676 11537225 ENST00000304391 protein_coding 6 1 NA DISP3 ENSG00000204624 +CDS chr1 11533794 11533827 ENST00000304391 protein_coding 6 1 1 DISP3 ENSG00000204624 +CDS chr1 11534381 11534540 ENST00000294484 protein_coding 7 1 18 DISP3 ENSG00000204624 +CDS chr1 11534381 11534540 ENST00000304391 protein_coding 6 1 2 DISP3 ENSG00000204624 +CDS chr1 11535011 11535124 ENST00000294484 protein_coding 7 1 19 DISP3 ENSG00000204624 +CDS chr1 11535011 11535124 ENST00000304391 protein_coding 6 1 3 DISP3 ENSG00000204624 +CDS chr1 11535478 11535644 ENST00000294484 protein_coding 7 1 20 DISP3 ENSG00000204624 +CDS chr1 11535478 11535644 ENST00000304391 protein_coding 6 1 4 DISP3 ENSG00000204624 +CDS chr1 11536324 11536683 ENST00000294484 protein_coding 7 1 21 DISP3 ENSG00000204624 +CDS chr1 11536324 11536652 ENST00000304391 protein_coding 6 1 5 DISP3 ENSG00000204624 +transcript chr1 11648387 11654429 ENST00000354287 protein_coding 5 1 NA FBXO2 ENSG00000116661 +CDS chr1 11648697 11648828 ENST00000354287 protein_coding 5 1 6 FBXO2 ENSG00000116661 +CDS chr1 11649087 11649225 ENST00000354287 protein_coding 5 1 5 FBXO2 ENSG00000116661 +CDS chr1 11649779 11649874 ENST00000354287 protein_coding 5 1 4 FBXO2 ENSG00000116661 +CDS chr1 11649945 11650074 ENST00000354287 protein_coding 5 1 3 FBXO2 ENSG00000116661 +CDS chr1 11650466 11650834 ENST00000354287 protein_coding 5 1 2 FBXO2 ENSG00000116661 +transcript chr1 11650547 11655785 ENST00000465901 protein_coding 1 3 NA FBXO2 ENSG00000116661 +CDS chr1 11650547 11650834 ENST00000465901 protein_coding 1 3 2 FBXO2 ENSG00000116661 +CDS chr1 11654319 11654340 ENST00000354287 protein_coding 5 1 1 FBXO2 ENSG00000116661 +transcript chr1 11654375 11662289 ENST00000251546 protein_coding 8 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654857 11658868 ENST00000425796 protein_coding 5 3 NA FBXO44 ENSG00000132879 +transcript chr1 11654857 11663327 ENST00000376770 protein_coding 5 1 NA FBXO44 ENSG00000132879 +transcript chr1 11654877 11663327 ENST00000251547 protein_coding 10 1 NA FBXO44 ENSG00000132879 +transcript chr1 11654881 11661391 ENST00000376768 protein_coding 5 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654910 11661349 ENST00000376760 protein_coding 5 2 NA FBXO44 ENSG00000132879 +transcript chr1 11654910 11662291 ENST00000376762 protein_coding 8 1 NA FBXO44 ENSG00000132879 +CDS chr1 11655640 11655712 ENST00000465901 protein_coding 1 3 1 FBXO2 ENSG00000116661 +CDS chr1 11655836 11656100 ENST00000251546 protein_coding 8 2 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000425796 protein_coding 5 3 3 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376768 protein_coding 5 2 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000251547 protein_coding 10 1 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376760 protein_coding 5 2 3 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376762 protein_coding 8 1 2 FBXO44 ENSG00000132879 +CDS chr1 11655836 11656100 ENST00000376770 protein_coding 5 1 3 FBXO44 ENSG00000132879 +transcript chr1 11656065 11663117 ENST00000475435 protein_coding 5 3 NA FBXO44 ENSG00000132879 +CDS chr1 11656065 11656100 ENST00000475435 protein_coding 5 3 1 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000251546 protein_coding 8 2 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000425796 protein_coding 5 3 4 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376768 protein_coding 5 2 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658393 ENST00000251547 protein_coding 10 1 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376760 protein_coding 5 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000376762 protein_coding 8 1 3 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658364 ENST00000475435 protein_coding 5 3 2 FBXO44 ENSG00000132879 +CDS chr1 11658267 11658393 ENST00000376770 protein_coding 5 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000376768 protein_coding 5 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000251547 protein_coding 10 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658533 11658628 ENST00000376770 protein_coding 5 1 5 FBXO44 ENSG00000132879 +transcript chr1 11658542 11663324 ENST00000471895 protein_coding 1 3 NA FBXO44 ENSG00000132879 +CDS chr1 11658542 11658628 ENST00000471895 protein_coding 1 3 1 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000251546 protein_coding 8 2 4 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658868 ENST00000425796 protein_coding 5 3 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376768 protein_coding 5 2 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000251547 protein_coding 10 1 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376760 protein_coding 5 2 5 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376762 protein_coding 8 1 4 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000475435 protein_coding 5 3 3 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000471895 protein_coding 1 3 2 FBXO44 ENSG00000132879 +CDS chr1 11658736 11658871 ENST00000376770 protein_coding 5 1 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000251546 protein_coding 8 2 5 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376768 protein_coding 5 2 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661270 ENST00000251547 protein_coding 10 1 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376760 protein_coding 5 2 6 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000376762 protein_coding 8 1 5 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000475435 protein_coding 5 3 4 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661302 ENST00000471895 protein_coding 1 3 3 FBXO44 ENSG00000132879 +CDS chr1 11661130 11661270 ENST00000376770 protein_coding 5 1 7 FBXO44 ENSG00000132879 +transcript chr1 11664200 11674354 ENST00000376753 protein_coding 9 1 NA FBXO6 ENSG00000116663 +CDS chr1 11668659 11668944 ENST00000376753 protein_coding 9 1 2 FBXO6 ENSG00000116663 +transcript chr1 11668696 11674030 ENST00000449067 protein_coding 1 3 NA FBXO6 ENSG00000116663 +CDS chr1 11668696 11668944 ENST00000449067 protein_coding 1 3 1 FBXO6 ENSG00000116663 +CDS chr1 11671266 11671392 ENST00000376753 protein_coding 9 1 3 FBXO6 ENSG00000116663 +CDS chr1 11671266 11671392 ENST00000449067 protein_coding 1 3 2 FBXO6 ENSG00000116663 +CDS chr1 11671928 11672023 ENST00000376753 protein_coding 9 1 4 FBXO6 ENSG00000116663 +CDS chr1 11673277 11673412 ENST00000376753 protein_coding 9 1 5 FBXO6 ENSG00000116663 +CDS chr1 11673277 11673412 ENST00000449067 protein_coding 1 3 3 FBXO6 ENSG00000116663 +CDS chr1 11673615 11673848 ENST00000376753 protein_coding 9 1 6 FBXO6 ENSG00000116663 +CDS chr1 11673615 11673848 ENST00000449067 protein_coding 1 3 4 FBXO6 ENSG00000116663 +transcript chr1 11674480 11691650 ENST00000235310 protein_coding 7 2 NA MAD2L2 ENSG00000116670 +transcript chr1 11674480 11681148 ENST00000376692 protein_coding 9 1 NA MAD2L2 ENSG00000116670 +transcript chr1 11674525 11691477 ENST00000376672 protein_coding 5 3 NA MAD2L2 ENSG00000116670 +transcript chr1 11674678 11681118 ENST00000376669 protein_coding 9 3 NA MAD2L2 ENSG00000116670 +transcript chr1 11674748 11691609 ENST00000376667 protein_coding 7 2 NA MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000235310 protein_coding 7 2 11 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376672 protein_coding 5 3 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376669 protein_coding 9 3 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376667 protein_coding 7 2 9 MAD2L2 ENSG00000116670 +CDS chr1 11674778 11674816 ENST00000376692 protein_coding 9 1 9 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000235310 protein_coding 7 2 10 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376672 protein_coding 5 3 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376669 protein_coding 9 3 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376667 protein_coding 7 2 8 MAD2L2 ENSG00000116670 +CDS chr1 11675082 11675174 ENST00000376692 protein_coding 9 1 8 MAD2L2 ENSG00000116670 +transcript chr1 11675656 11681111 ENST00000445656 protein_coding 5 3 NA MAD2L2 ENSG00000116670 +CDS chr1 11675656 11675731 ENST00000445656 protein_coding 5 3 6 MAD2L2 ENSG00000116670 +transcript chr1 11675657 11681131 ENST00000456915 protein_coding 1 2 NA MAD2L2 ENSG00000116670 +CDS chr1 11675657 11675731 ENST00000456915 protein_coding 1 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000235310 protein_coding 7 2 9 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376672 protein_coding 5 3 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376669 protein_coding 9 3 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376667 protein_coding 7 2 7 MAD2L2 ENSG00000116670 +CDS chr1 11675658 11675731 ENST00000376692 protein_coding 9 1 7 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000235310 protein_coding 7 2 8 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376672 protein_coding 5 3 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376669 protein_coding 9 3 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376667 protein_coding 7 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000445656 protein_coding 5 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000456915 protein_coding 1 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11676046 11676140 ENST00000376692 protein_coding 9 1 6 MAD2L2 ENSG00000116670 +CDS chr1 11676809 11676948 ENST00000376672 protein_coding 5 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676809 11676948 ENST00000376669 protein_coding 9 3 5 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000235310 protein_coding 7 2 7 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000376667 protein_coding 7 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000445656 protein_coding 5 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000456915 protein_coding 1 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11676848 11676948 ENST00000376692 protein_coding 9 1 5 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000235310 protein_coding 7 2 6 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376672 protein_coding 5 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376669 protein_coding 9 3 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376667 protein_coding 7 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000445656 protein_coding 5 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000456915 protein_coding 1 2 3 MAD2L2 ENSG00000116670 +CDS chr1 11677543 11677614 ENST00000376692 protein_coding 9 1 4 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000235310 protein_coding 7 2 5 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376672 protein_coding 5 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376669 protein_coding 9 3 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376667 protein_coding 7 2 3 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680601 ENST00000445656 protein_coding 5 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000456915 protein_coding 1 2 2 MAD2L2 ENSG00000116670 +CDS chr1 11680353 11680471 ENST00000376692 protein_coding 9 1 3 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000235310 protein_coding 7 2 4 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376672 protein_coding 5 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376669 protein_coding 9 3 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376667 protein_coding 7 2 2 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000456915 protein_coding 1 2 1 MAD2L2 ENSG00000116670 +CDS chr1 11680562 11680601 ENST00000376692 protein_coding 9 1 2 MAD2L2 ENSG00000116670 +transcript chr1 11691710 11725857 ENST00000294485 protein_coding 6 1 NA DRAXIN ENSG00000162490 +CDS chr1 11706259 11706709 ENST00000294485 protein_coding 6 1 2 DRAXIN ENSG00000162490 +CDS chr1 11709275 11709465 ENST00000294485 protein_coding 6 1 3 DRAXIN ENSG00000162490 +CDS chr1 11711851 11711965 ENST00000294485 protein_coding 6 1 4 DRAXIN ENSG00000162490 +CDS chr1 11712340 11712429 ENST00000294485 protein_coding 6 1 5 DRAXIN ENSG00000162490 +CDS chr1 11715119 11715208 ENST00000294485 protein_coding 6 1 6 DRAXIN ENSG00000162490 +CDS chr1 11719584 11719693 ENST00000294485 protein_coding 6 1 7 DRAXIN ENSG00000162490 +transcript chr1 11736084 11750710 ENST00000376637 protein_coding 7 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736124 11750316 ENST00000400895 protein_coding 6 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736136 11750769 ENST00000314340 protein_coding 10 1 NA AGTRAP ENSG00000177674 +transcript chr1 11736147 11750771 ENST00000376629 protein_coding 8 1 NA AGTRAP ENSG00000177674 +transcript chr1 11736153 11750578 ENST00000376627 protein_coding 6 5 NA AGTRAP ENSG00000177674 +transcript chr1 11736173 11750409 ENST00000452018 protein_coding 6 2 NA AGTRAP ENSG00000177674 +transcript chr1 11736175 11750633 ENST00000510878 protein_coding 1 3 NA AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376637 protein_coding 7 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000400895 protein_coding 6 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000314340 protein_coding 10 1 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376629 protein_coding 8 1 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000376627 protein_coding 6 5 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000452018 protein_coding 6 2 1 AGTRAP ENSG00000177674 +CDS chr1 11736209 11736235 ENST00000510878 protein_coding 1 3 1 AGTRAP ENSG00000177674 +CDS chr1 11744533 11744568 ENST00000376627 protein_coding 6 5 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000400895 protein_coding 6 2 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000314340 protein_coding 10 1 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000376629 protein_coding 8 1 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000376627 protein_coding 6 5 3 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000452018 protein_coding 6 2 2 AGTRAP ENSG00000177674 +CDS chr1 11745803 11745837 ENST00000510878 protein_coding 1 3 2 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000400895 protein_coding 6 2 3 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000376627 protein_coding 6 5 4 AGTRAP ENSG00000177674 +CDS chr1 11746127 11746223 ENST00000452018 protein_coding 6 2 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376637 protein_coding 7 2 2 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000400895 protein_coding 6 2 4 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000314340 protein_coding 10 1 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376629 protein_coding 8 1 3 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000376627 protein_coding 6 5 5 AGTRAP ENSG00000177674 +CDS chr1 11747440 11747545 ENST00000452018 protein_coding 6 2 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000376637 protein_coding 7 2 3 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748590 ENST00000400895 protein_coding 6 2 5 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748610 ENST00000314340 protein_coding 10 1 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000376629 protein_coding 8 1 4 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748590 ENST00000376627 protein_coding 6 5 6 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748589 ENST00000452018 protein_coding 6 2 5 AGTRAP ENSG00000177674 +CDS chr1 11748415 11748610 ENST00000510878 protein_coding 1 3 3 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750101 ENST00000376637 protein_coding 7 2 4 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750189 ENST00000314340 protein_coding 10 1 5 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750189 ENST00000376629 protein_coding 8 1 5 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750101 ENST00000452018 protein_coding 6 2 6 AGTRAP ENSG00000177674 +CDS chr1 11750077 11750283 ENST00000510878 protein_coding 1 3 4 AGTRAP ENSG00000177674 +transcript chr1 11761787 11789584 ENST00000433342 protein_coding 6 5 NA C1orf167 ENSG00000215910 +transcript chr1 11762193 11789585 ENST00000688073 protein_coding 1 NA NA C1orf167 ENSG00000215910 +CDS chr1 11764401 11764482 ENST00000433342 protein_coding 6 5 2 C1orf167 ENSG00000215910 +CDS chr1 11764401 11764470 ENST00000688073 protein_coding 1 NA 2 C1orf167 ENSG00000215910 +CDS chr1 11765857 11766576 ENST00000433342 protein_coding 6 5 3 C1orf167 ENSG00000215910 +CDS chr1 11765857 11767085 ENST00000688073 protein_coding 1 NA 3 C1orf167 ENSG00000215910 +CDS chr1 11766964 11767085 ENST00000433342 protein_coding 6 5 4 C1orf167 ENSG00000215910 +CDS chr1 11767221 11767264 ENST00000433342 protein_coding 6 5 5 C1orf167 ENSG00000215910 +CDS chr1 11767221 11767264 ENST00000688073 protein_coding 1 NA 4 C1orf167 ENSG00000215910 +CDS chr1 11768077 11768319 ENST00000433342 protein_coding 6 5 6 C1orf167 ENSG00000215910 +CDS chr1 11768077 11768275 ENST00000688073 protein_coding 1 NA 5 C1orf167 ENSG00000215910 +CDS chr1 11768973 11769127 ENST00000688073 protein_coding 1 NA 6 C1orf167 ENSG00000215910 +CDS chr1 11771524 11771636 ENST00000433342 protein_coding 6 5 7 C1orf167 ENSG00000215910 +CDS chr1 11771524 11771636 ENST00000688073 protein_coding 1 NA 7 C1orf167 ENSG00000215910 +CDS chr1 11772082 11772259 ENST00000433342 protein_coding 6 5 8 C1orf167 ENSG00000215910 +CDS chr1 11772082 11772259 ENST00000688073 protein_coding 1 NA 8 C1orf167 ENSG00000215910 +transcript chr1 11772122 11789585 ENST00000312793 protein_coding 9 2 NA C1orf167 ENSG00000215910 +CDS chr1 11772122 11772259 ENST00000312793 protein_coding 9 2 1 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000433342 protein_coding 6 5 9 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000688073 protein_coding 1 NA 9 C1orf167 ENSG00000215910 +CDS chr1 11775435 11775610 ENST00000312793 protein_coding 9 2 2 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000433342 protein_coding 6 5 10 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000688073 protein_coding 1 NA 10 C1orf167 ENSG00000215910 +CDS chr1 11776464 11776638 ENST00000312793 protein_coding 9 2 3 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000433342 protein_coding 6 5 11 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000688073 protein_coding 1 NA 11 C1orf167 ENSG00000215910 +CDS chr1 11778660 11778816 ENST00000312793 protein_coding 9 2 4 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000433342 protein_coding 6 5 12 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000688073 protein_coding 1 NA 12 C1orf167 ENSG00000215910 +CDS chr1 11778926 11779080 ENST00000312793 protein_coding 9 2 5 C1orf167 ENSG00000215910 +transcript chr1 11778931 11789478 ENST00000444493 protein_coding 5 1 NA C1orf167 ENSG00000215910 +CDS chr1 11778931 11779080 ENST00000444493 protein_coding 5 1 1 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000433342 protein_coding 6 5 13 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000688073 protein_coding 1 NA 13 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000312793 protein_coding 9 2 6 C1orf167 ENSG00000215910 +CDS chr1 11779802 11780010 ENST00000444493 protein_coding 5 1 2 C1orf167 ENSG00000215910 +transcript chr1 11779817 11789478 ENST00000449278 protein_coding 1 1 NA C1orf167 ENSG00000215910 +CDS chr1 11779817 11780010 ENST00000449278 protein_coding 1 1 1 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000433342 protein_coding 6 5 14 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000688073 protein_coding 1 NA 14 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000312793 protein_coding 9 2 7 C1orf167 ENSG00000215910 +CDS chr1 11782189 11782333 ENST00000444493 protein_coding 5 1 3 C1orf167 ENSG00000215910 +CDS chr1 11782194 11782333 ENST00000449278 protein_coding 1 1 2 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000433342 protein_coding 6 5 15 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000688073 protein_coding 1 NA 15 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000312793 protein_coding 9 2 8 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000444493 protein_coding 5 1 4 C1orf167 ENSG00000215910 +CDS chr1 11784174 11784593 ENST00000449278 protein_coding 1 1 3 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000433342 protein_coding 6 5 16 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000688073 protein_coding 1 NA 16 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000312793 protein_coding 9 2 9 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000444493 protein_coding 5 1 5 C1orf167 ENSG00000215910 +CDS chr1 11785148 11785289 ENST00000449278 protein_coding 1 1 4 C1orf167 ENSG00000215910 +transcript chr1 11785723 11805413 ENST00000376592 protein_coding 6 1 NA MTHFR ENSG00000177000 +transcript chr1 11785723 11805964 ENST00000376590 protein_coding 9 1 NA MTHFR ENSG00000177000 +transcript chr1 11785730 11803514 ENST00000376583 protein_coding 7 5 NA MTHFR ENSG00000177000 +transcript chr1 11785732 11805413 ENST00000376585 protein_coding 6 5 NA MTHFR ENSG00000177000 +CDS chr1 11787388 11787493 ENST00000433342 protein_coding 6 5 17 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000688073 protein_coding 1 NA 17 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000312793 protein_coding 9 2 10 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000444493 protein_coding 5 1 6 C1orf167 ENSG00000215910 +CDS chr1 11787388 11787493 ENST00000449278 protein_coding 1 1 5 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000433342 protein_coding 6 5 18 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000688073 protein_coding 1 NA 18 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000312793 protein_coding 9 2 11 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000444493 protein_coding 5 1 7 C1orf167 ENSG00000215910 +CDS chr1 11787873 11788047 ENST00000449278 protein_coding 1 1 6 C1orf167 ENSG00000215910 +CDS chr1 11788149 11788378 ENST00000688073 protein_coding 1 NA 19 C1orf167 ENSG00000215910 +CDS chr1 11788149 11788378 ENST00000444493 protein_coding 5 1 8 C1orf167 ENSG00000215910 +CDS chr1 11788164 11788378 ENST00000433342 protein_coding 6 5 19 C1orf167 ENSG00000215910 +CDS chr1 11788164 11788378 ENST00000312793 protein_coding 9 2 12 C1orf167 ENSG00000215910 +CDS chr1 11788243 11788378 ENST00000449278 protein_coding 1 1 7 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000433342 protein_coding 6 5 20 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000688073 protein_coding 1 NA 20 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000312793 protein_coding 9 2 13 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000444493 protein_coding 5 1 9 C1orf167 ENSG00000215910 +CDS chr1 11788652 11788746 ENST00000449278 protein_coding 1 1 8 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000433342 protein_coding 6 5 21 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000688073 protein_coding 1 NA 21 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000312793 protein_coding 9 2 14 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789443 ENST00000444493 protein_coding 5 1 10 C1orf167 ENSG00000215910 +CDS chr1 11789270 11789456 ENST00000449278 protein_coding 1 1 9 C1orf167 ENSG00000215910 +transcript chr1 11790068 11803526 ENST00000423400 protein_coding 7 1 NA MTHFR ENSG00000177000 +transcript chr1 11790349 11803383 ENST00000641407 protein_coding 1 NA NA MTHFR ENSG00000177000 +CDS chr1 11790543 11790716 ENST00000641407 protein_coding 1 NA 11 MTHFR ENSG00000177000 +transcript chr1 11790642 11796545 ENST00000641820 protein_coding 1 NA NA MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376592 protein_coding 6 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376590 protein_coding 9 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376583 protein_coding 7 5 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000376585 protein_coding 6 5 13 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000423400 protein_coding 7 1 12 MTHFR ENSG00000177000 +CDS chr1 11790683 11790898 ENST00000641820 protein_coding 1 NA 8 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376592 protein_coding 6 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376590 protein_coding 9 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376583 protein_coding 7 5 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000376585 protein_coding 6 5 12 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000423400 protein_coding 7 1 11 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000641407 protein_coding 1 NA 10 MTHFR ENSG00000177000 +CDS chr1 11791207 11791326 ENST00000641820 protein_coding 1 NA 7 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376592 protein_coding 6 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376590 protein_coding 9 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376583 protein_coding 7 5 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000376585 protein_coding 6 5 11 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000423400 protein_coding 7 1 10 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000641407 protein_coding 1 NA 9 MTHFR ENSG00000177000 +CDS chr1 11792278 11792379 ENST00000641820 protein_coding 1 NA 6 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376592 protein_coding 6 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376590 protein_coding 9 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376583 protein_coding 7 5 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000376585 protein_coding 6 5 10 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000423400 protein_coding 7 1 9 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000641407 protein_coding 1 NA 8 MTHFR ENSG00000177000 +CDS chr1 11793907 11794089 ENST00000641820 protein_coding 1 NA 5 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376592 protein_coding 6 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376590 protein_coding 9 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376583 protein_coding 7 5 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000376585 protein_coding 6 5 9 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000423400 protein_coding 7 1 8 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000641407 protein_coding 1 NA 7 MTHFR ENSG00000177000 +CDS chr1 11794358 11794538 ENST00000641820 protein_coding 1 NA 4 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376592 protein_coding 6 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376590 protein_coding 9 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376583 protein_coding 7 5 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000376585 protein_coding 6 5 8 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000423400 protein_coding 7 1 7 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000641407 protein_coding 1 NA 6 MTHFR ENSG00000177000 +CDS chr1 11794729 11794863 ENST00000641820 protein_coding 1 NA 3 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376592 protein_coding 6 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376590 protein_coding 9 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376583 protein_coding 7 5 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000376585 protein_coding 6 5 7 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000423400 protein_coding 7 1 6 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000641407 protein_coding 1 NA 5 MTHFR ENSG00000177000 +CDS chr1 11795098 11795348 ENST00000641820 protein_coding 1 NA 2 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376592 protein_coding 6 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376590 protein_coding 9 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376583 protein_coding 7 5 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000376585 protein_coding 6 5 6 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000423400 protein_coding 7 1 5 MTHFR ENSG00000177000 +CDS chr1 11796206 11796399 ENST00000641407 protein_coding 1 NA 4 MTHFR ENSG00000177000 +CDS chr1 11796206 11796250 ENST00000641820 protein_coding 1 NA 1 MTHFR ENSG00000177000 +transcript chr1 11796297 11806063 ENST00000376486 protein_coding 3 1 NA MTHFR ENSG00000177000 +CDS chr1 11796297 11796399 ENST00000376486 protein_coding 3 1 5 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376592 protein_coding 6 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376590 protein_coding 9 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376583 protein_coding 7 5 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376585 protein_coding 6 5 5 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000423400 protein_coding 7 1 4 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000641407 protein_coding 1 NA 3 MTHFR ENSG00000177000 +CDS chr1 11800212 11800322 ENST00000376486 protein_coding 3 1 4 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376592 protein_coding 6 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376590 protein_coding 9 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376583 protein_coding 7 5 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376585 protein_coding 6 5 4 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000423400 protein_coding 7 1 3 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000641407 protein_coding 1 NA 2 MTHFR ENSG00000177000 +CDS chr1 11801161 11801399 ENST00000376486 protein_coding 3 1 3 MTHFR ENSG00000177000 +transcript chr1 11801205 11805936 ENST00000418034 protein_coding 1 3 NA MTHFR ENSG00000177000 +CDS chr1 11801205 11801399 ENST00000418034 protein_coding 1 3 3 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376592 protein_coding 6 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376590 protein_coding 9 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803129 ENST00000376583 protein_coding 7 5 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803129 ENST00000376585 protein_coding 6 5 3 MTHFR ENSG00000177000 +CDS chr1 11802881 11803126 ENST00000423400 protein_coding 7 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000641407 protein_coding 1 NA 1 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000376486 protein_coding 3 1 2 MTHFR ENSG00000177000 +CDS chr1 11802881 11803116 ENST00000418034 protein_coding 1 3 2 MTHFR ENSG00000177000 +transcript chr1 11803028 11805294 ENST00000413656 protein_coding 5 1 NA MTHFR ENSG00000177000 +CDS chr1 11803028 11803116 ENST00000413656 protein_coding 5 1 2 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000376583 protein_coding 7 5 1 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000376585 protein_coding 6 5 2 MTHFR ENSG00000177000 +CDS chr1 11803405 11803514 ENST00000423400 protein_coding 7 1 1 MTHFR ENSG00000177000 +transcript chr1 11806096 11843143 ENST00000312413 protein_coding 10 2 NA CLCN6 ENSG00000011021 +transcript chr1 11806191 11843130 ENST00000346436 protein_coding 11 1 NA CLCN6 ENSG00000011021 +transcript chr1 11806260 11839050 ENST00000376496 protein_coding 4 5 NA CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000346436 protein_coding 11 1 1 CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000376496 protein_coding 4 5 1 CLCN6 ENSG00000011021 +CDS chr1 11806263 11806349 ENST00000312413 protein_coding 10 2 1 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000346436 protein_coding 11 1 2 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000376496 protein_coding 4 5 2 CLCN6 ENSG00000011021 +CDS chr1 11807131 11807190 ENST00000312413 protein_coding 10 2 2 CLCN6 ENSG00000011021 +CDS chr1 11815846 11815911 ENST00000346436 protein_coding 11 1 3 CLCN6 ENSG00000011021 +CDS chr1 11815846 11815911 ENST00000376496 protein_coding 4 5 3 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000346436 protein_coding 11 1 4 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000376496 protein_coding 4 5 4 CLCN6 ENSG00000011021 +CDS chr1 11816615 11816680 ENST00000312413 protein_coding 10 2 3 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000346436 protein_coding 11 1 5 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000376496 protein_coding 4 5 5 CLCN6 ENSG00000011021 +CDS chr1 11819488 11819554 ENST00000312413 protein_coding 10 2 4 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000346436 protein_coding 11 1 6 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000376496 protein_coding 4 5 6 CLCN6 ENSG00000011021 +CDS chr1 11822695 11822801 ENST00000312413 protein_coding 10 2 5 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000346436 protein_coding 11 1 7 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000376496 protein_coding 4 5 7 CLCN6 ENSG00000011021 +CDS chr1 11823707 11823833 ENST00000312413 protein_coding 10 2 6 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000346436 protein_coding 11 1 8 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000376496 protein_coding 4 5 8 CLCN6 ENSG00000011021 +CDS chr1 11824486 11824553 ENST00000312413 protein_coding 10 2 7 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000346436 protein_coding 11 1 9 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000376496 protein_coding 4 5 9 CLCN6 ENSG00000011021 +CDS chr1 11826156 11826214 ENST00000312413 protein_coding 10 2 8 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000346436 protein_coding 11 1 10 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000376496 protein_coding 4 5 10 CLCN6 ENSG00000011021 +CDS chr1 11827089 11827221 ENST00000312413 protein_coding 10 2 9 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000346436 protein_coding 11 1 11 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000376496 protein_coding 4 5 11 CLCN6 ENSG00000011021 +CDS chr1 11828106 11828219 ENST00000312413 protein_coding 10 2 10 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000346436 protein_coding 11 1 12 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000376496 protein_coding 4 5 12 CLCN6 ENSG00000011021 +CDS chr1 11828458 11828624 ENST00000312413 protein_coding 10 2 11 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000346436 protein_coding 11 1 13 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000376496 protein_coding 4 5 13 CLCN6 ENSG00000011021 +CDS chr1 11829196 11829322 ENST00000312413 protein_coding 10 2 12 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000346436 protein_coding 11 1 14 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000376496 protein_coding 4 5 14 CLCN6 ENSG00000011021 +CDS chr1 11833515 11833638 ENST00000312413 protein_coding 10 2 13 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000346436 protein_coding 11 1 15 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000376496 protein_coding 4 5 15 CLCN6 ENSG00000011021 +CDS chr1 11833877 11834030 ENST00000312413 protein_coding 10 2 14 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000346436 protein_coding 11 1 16 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000376496 protein_coding 4 5 16 CLCN6 ENSG00000011021 +CDS chr1 11834236 11834395 ENST00000312413 protein_coding 10 2 15 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000346436 protein_coding 11 1 17 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000376496 protein_coding 4 5 17 CLCN6 ENSG00000011021 +CDS chr1 11834484 11834590 ENST00000312413 protein_coding 10 2 16 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000346436 protein_coding 11 1 18 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000376496 protein_coding 4 5 18 CLCN6 ENSG00000011021 +CDS chr1 11835967 11836153 ENST00000312413 protein_coding 10 2 17 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000346436 protein_coding 11 1 19 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000376496 protein_coding 4 5 19 CLCN6 ENSG00000011021 +CDS chr1 11836999 11837156 ENST00000312413 protein_coding 10 2 18 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000346436 protein_coding 11 1 20 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000376496 protein_coding 4 5 20 CLCN6 ENSG00000011021 +CDS chr1 11837343 11837499 ENST00000312413 protein_coding 10 2 19 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000346436 protein_coding 11 1 21 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000376496 protein_coding 4 5 21 CLCN6 ENSG00000011021 +CDS chr1 11838335 11838442 ENST00000312413 protein_coding 10 2 20 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838660 ENST00000346436 protein_coding 11 1 22 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838990 ENST00000376496 protein_coding 4 5 22 CLCN6 ENSG00000011021 +CDS chr1 11838535 11838660 ENST00000312413 protein_coding 10 2 21 CLCN6 ENSG00000011021 +CDS chr1 11840143 11840220 ENST00000346436 protein_coding 11 1 23 CLCN6 ENSG00000011021 +CDS chr1 11840143 11840220 ENST00000312413 protein_coding 10 2 22 CLCN6 ENSG00000011021 +transcript chr1 11845709 11847783 ENST00000376480 protein_coding 7 1 NA NPPA ENSG00000175206 +transcript chr1 11845879 11848345 ENST00000376476 protein_coding 1 3 NA NPPA ENSG00000175206 +CDS chr1 11846012 11846014 ENST00000376480 protein_coding 7 1 3 NPPA ENSG00000175206 +CDS chr1 11846012 11846014 ENST00000376476 protein_coding 1 3 3 NPPA ENSG00000175206 +CDS chr1 11847113 11847439 ENST00000376480 protein_coding 7 1 2 NPPA ENSG00000175206 +CDS chr1 11847113 11847412 ENST00000376476 protein_coding 1 3 2 NPPA ENSG00000175206 +CDS chr1 11847562 11847684 ENST00000376480 protein_coding 7 1 1 NPPA ENSG00000175206 +transcript chr1 11857464 11858945 ENST00000376468 protein_coding 4 1 NA NPPB ENSG00000120937 +CDS chr1 11857658 11857671 ENST00000376468 protein_coding 4 1 3 NPPB ENSG00000120937 +CDS chr1 11858214 11858469 ENST00000376468 protein_coding 4 1 2 NPPB ENSG00000120937 +CDS chr1 11858702 11858833 ENST00000376468 protein_coding 4 1 1 NPPB ENSG00000120937 +transcript chr1 11919591 11926427 ENST00000376572 protein_coding 8 1 NA KIAA2013 ENSG00000116685 +transcript chr1 11920183 11926403 ENST00000616327 protein_coding 1 5 NA KIAA2013 ENSG00000116685 +CDS chr1 11920318 11920332 ENST00000376572 protein_coding 8 1 3 KIAA2013 ENSG00000116685 +CDS chr1 11920318 11920332 ENST00000616327 protein_coding 1 5 4 KIAA2013 ENSG00000116685 +transcript chr1 11922175 11926428 ENST00000376576 protein_coding 3 2 NA KIAA2013 ENSG00000116685 +CDS chr1 11922522 11923489 ENST00000376576 protein_coding 3 2 2 KIAA2013 ENSG00000116685 +CDS chr1 11922636 11923489 ENST00000376572 protein_coding 8 1 2 KIAA2013 ENSG00000116685 +CDS chr1 11922636 11923489 ENST00000616327 protein_coding 1 5 3 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000376572 protein_coding 8 1 1 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000616327 protein_coding 1 5 2 KIAA2013 ENSG00000116685 +CDS chr1 11925205 11926237 ENST00000376576 protein_coding 3 2 1 KIAA2013 ENSG00000116685 +transcript chr1 11934694 11952691 ENST00000449038 protein_coding 5 5 NA PLOD1 ENSG00000083444 +transcript chr1 11934717 11975537 ENST00000196061 protein_coding 5 1 NA PLOD1 ENSG00000083444 +transcript chr1 11934743 11957943 ENST00000429000 protein_coding 6 5 NA PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000449038 protein_coding 5 5 1 PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000196061 protein_coding 5 1 1 PLOD1 ENSG00000083444 +CDS chr1 11934780 11934855 ENST00000429000 protein_coding 6 5 1 PLOD1 ENSG00000083444 +CDS chr1 11944522 11944662 ENST00000449038 protein_coding 5 5 2 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000449038 protein_coding 5 5 3 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000196061 protein_coding 5 1 2 PLOD1 ENSG00000083444 +CDS chr1 11947976 11948067 ENST00000429000 protein_coding 6 5 2 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000449038 protein_coding 5 5 4 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000196061 protein_coding 5 1 3 PLOD1 ENSG00000083444 +CDS chr1 11949773 11949906 ENST00000429000 protein_coding 6 5 3 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000449038 protein_coding 5 5 5 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000196061 protein_coding 5 1 4 PLOD1 ENSG00000083444 +CDS chr1 11950357 11950520 ENST00000429000 protein_coding 6 5 4 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952691 ENST00000449038 protein_coding 5 5 6 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952735 ENST00000196061 protein_coding 5 1 5 PLOD1 ENSG00000083444 +CDS chr1 11952623 11952735 ENST00000429000 protein_coding 6 5 5 PLOD1 ENSG00000083444 +CDS chr1 11954830 11954893 ENST00000196061 protein_coding 5 1 6 PLOD1 ENSG00000083444 +CDS chr1 11954830 11954893 ENST00000429000 protein_coding 6 5 6 PLOD1 ENSG00000083444 +CDS chr1 11956917 11957014 ENST00000196061 protein_coding 5 1 7 PLOD1 ENSG00000083444 +CDS chr1 11957090 11957193 ENST00000429000 protein_coding 6 5 7 PLOD1 ENSG00000083444 +CDS chr1 11957842 11957943 ENST00000196061 protein_coding 5 1 8 PLOD1 ENSG00000083444 +CDS chr1 11957842 11957943 ENST00000429000 protein_coding 6 5 8 PLOD1 ENSG00000083444 +CDS chr1 11958516 11958647 ENST00000196061 protein_coding 5 1 9 PLOD1 ENSG00000083444 +CDS chr1 11960646 11960767 ENST00000196061 protein_coding 5 1 10 PLOD1 ENSG00000083444 +CDS chr1 11963532 11963636 ENST00000196061 protein_coding 5 1 11 PLOD1 ENSG00000083444 +CDS chr1 11964175 11964300 ENST00000196061 protein_coding 5 1 12 PLOD1 ENSG00000083444 +CDS chr1 11964644 11964785 ENST00000196061 protein_coding 5 1 13 PLOD1 ENSG00000083444 +CDS chr1 11965480 11965593 ENST00000196061 protein_coding 5 1 14 PLOD1 ENSG00000083444 +CDS chr1 11966251 11966316 ENST00000196061 protein_coding 5 1 15 PLOD1 ENSG00000083444 +CDS chr1 11966987 11967091 ENST00000196061 protein_coding 5 1 16 PLOD1 ENSG00000083444 +CDS chr1 11970670 11970816 ENST00000196061 protein_coding 5 1 17 PLOD1 ENSG00000083444 +CDS chr1 11972872 11972997 ENST00000196061 protein_coding 5 1 18 PLOD1 ENSG00000083444 +CDS chr1 11974653 11974805 ENST00000196061 protein_coding 5 1 19 PLOD1 ENSG00000083444 +transcript chr1 11980181 12013514 ENST00000444836 protein_coding 5 2 NA MFN2 ENSG00000116688 +transcript chr1 11980189 12013505 ENST00000674817 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980191 12013500 ENST00000675053 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980209 12013500 ENST00000675817 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980209 12015211 ENST00000675298 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000676369 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000412236 protein_coding 2 3 NA MFN2 ENSG00000116688 +transcript chr1 11980215 11992673 ENST00000675530 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980216 12013500 ENST00000674548 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980276 12013500 ENST00000674658 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980281 12013500 ENST00000674910 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980299 12013500 ENST00000675231 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013500 ENST00000675113 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000235329 protein_coding 10 1 NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000676293 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980444 12013508 ENST00000675919 protein_coding 1 NA NA MFN2 ENSG00000116688 +transcript chr1 11980446 11992594 ENST00000675781 protein_coding 1 NA NA MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000444836 protein_coding 5 2 2 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674817 protein_coding 1 NA 2 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675053 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675817 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675298 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000676369 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000412236 protein_coding 2 3 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675530 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674548 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000674910 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675231 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675113 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000235329 protein_coding 10 1 3 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000676293 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675919 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11989169 11989343 ENST00000675781 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000444836 protein_coding 5 2 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674817 protein_coding 1 NA 3 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675053 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675817 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675298 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000676369 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000412236 protein_coding 2 3 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992673 ENST00000675530 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674548 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000674910 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675231 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675113 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000235329 protein_coding 10 1 4 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000676293 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992690 ENST00000675919 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11992555 11992594 ENST00000675781 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000444836 protein_coding 5 2 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674817 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675053 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675817 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675298 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674548 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000674910 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675231 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675113 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000235329 protein_coding 10 1 5 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000676293 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996156 11996318 ENST00000675919 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11996190 11996318 ENST00000674658 protein_coding 1 NA 4 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000444836 protein_coding 5 2 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674817 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675053 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675817 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675298 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674548 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674658 protein_coding 1 NA 5 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000674910 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675231 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675113 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000235329 protein_coding 10 1 6 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000676293 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11997297 11997421 ENST00000675919 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000444836 protein_coding 5 2 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674817 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675053 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675817 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675298 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674548 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674658 protein_coding 1 NA 6 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000674910 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675231 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675113 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000235329 protein_coding 10 1 7 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000676293 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998770 11998878 ENST00000675919 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000444836 protein_coding 5 2 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674817 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675053 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675817 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675298 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674548 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674658 protein_coding 1 NA 7 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000674910 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675231 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675113 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000235329 protein_coding 10 1 8 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000676293 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 11998988 11999095 ENST00000675919 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000444836 protein_coding 5 2 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674817 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675053 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675817 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675298 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674548 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674658 protein_coding 1 NA 8 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000674910 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675231 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675113 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000235329 protein_coding 10 1 9 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000676293 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001401 12001554 ENST00000675919 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000444836 protein_coding 5 2 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674817 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675053 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675817 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675298 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674548 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674658 protein_coding 1 NA 9 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000674910 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675231 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675113 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000235329 protein_coding 10 1 10 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000676293 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001769 12001836 ENST00000675919 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000444836 protein_coding 5 2 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674817 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675053 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675817 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675298 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674548 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674658 protein_coding 1 NA 10 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000674910 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675231 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675113 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000235329 protein_coding 10 1 11 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000676293 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12001982 12002103 ENST00000675919 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003758 12003889 ENST00000675817 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000444836 protein_coding 5 2 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674817 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675053 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675817 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675298 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674548 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674658 protein_coding 1 NA 11 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000674910 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675231 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675113 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000235329 protein_coding 10 1 12 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000676293 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12003992 12004118 ENST00000675919 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000444836 protein_coding 5 2 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674817 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675053 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675817 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675298 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674548 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674658 protein_coding 1 NA 12 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000674910 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675231 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675113 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000235329 protein_coding 10 1 13 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000676293 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004509 12004613 ENST00000675919 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000444836 protein_coding 5 2 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674817 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675053 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675817 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675298 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674548 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674658 protein_coding 1 NA 13 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000674910 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675231 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675113 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000235329 protein_coding 10 1 14 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000676293 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12004825 12004927 ENST00000675919 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000444836 protein_coding 5 2 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674817 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675053 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675817 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675298 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674548 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674658 protein_coding 1 NA 14 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000674910 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675231 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675113 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000235329 protein_coding 10 1 15 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000676293 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12005711 12005931 ENST00000675919 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000444836 protein_coding 5 2 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674817 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675053 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675817 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675298 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674548 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674658 protein_coding 1 NA 15 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000674910 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675231 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675113 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000235329 protein_coding 10 1 16 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000676293 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12006538 12006693 ENST00000675919 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000444836 protein_coding 5 2 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674817 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675053 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675817 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675298 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674548 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674658 protein_coding 1 NA 16 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000674910 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675231 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675113 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000235329 protein_coding 10 1 17 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000676293 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12007053 12007249 ENST00000675919 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000444836 protein_coding 5 2 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674817 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675053 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675817 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675298 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674548 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674658 protein_coding 1 NA 17 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000674910 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675231 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675113 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000235329 protein_coding 10 1 18 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000676293 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12009592 12009726 ENST00000675919 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000444836 protein_coding 5 2 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674817 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675053 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675817 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674548 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674658 protein_coding 1 NA 18 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000674910 protein_coding 1 NA 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675231 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675113 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000235329 protein_coding 10 1 19 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000676293 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12011496 12011562 ENST00000675919 protein_coding 1 NA 20 MFN2 ENSG00000116688 +CDS chr1 12014257 12014476 ENST00000675298 protein_coding 1 NA 19 MFN2 ENSG00000116688 +transcript chr1 12019498 12032045 ENST00000235332 protein_coding 6 1 NA MIIP ENSG00000116691 +CDS chr1 12021727 12021840 ENST00000235332 protein_coding 6 1 2 MIIP ENSG00000116691 +CDS chr1 12022095 12022442 ENST00000235332 protein_coding 6 1 3 MIIP ENSG00000116691 +CDS chr1 12022833 12022917 ENST00000235332 protein_coding 6 1 4 MIIP ENSG00000116691 +CDS chr1 12029033 12029141 ENST00000235332 protein_coding 6 1 5 MIIP ENSG00000116691 +CDS chr1 12029223 12029281 ENST00000235332 protein_coding 6 1 6 MIIP ENSG00000116691 +CDS chr1 12029765 12029894 ENST00000235332 protein_coding 6 1 7 MIIP ENSG00000116691 +CDS chr1 12030028 12030124 ENST00000235332 protein_coding 6 1 8 MIIP ENSG00000116691 +CDS chr1 12031266 12031403 ENST00000235332 protein_coding 6 1 9 MIIP ENSG00000116691 +CDS chr1 12031722 12031805 ENST00000235332 protein_coding 6 1 10 MIIP ENSG00000116691 +transcript chr1 12063303 12144207 ENST00000263932 protein_coding 7 1 NA TNFRSF8 ENSG00000120949 +transcript chr1 12063377 12144205 ENST00000417814 protein_coding 3 1 NA TNFRSF8 ENSG00000120949 +CDS chr1 12063599 12063661 ENST00000263932 protein_coding 7 1 1 TNFRSF8 ENSG00000120949 +CDS chr1 12084464 12084551 ENST00000263932 protein_coding 7 1 2 TNFRSF8 ENSG00000120949 +CDS chr1 12097101 12097217 ENST00000263932 protein_coding 7 1 3 TNFRSF8 ENSG00000120949 +CDS chr1 12104379 12104531 ENST00000263932 protein_coding 7 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12104444 12104531 ENST00000417814 protein_coding 3 1 3 TNFRSF8 ENSG00000120949 +CDS chr1 12109566 12109656 ENST00000263932 protein_coding 7 1 5 TNFRSF8 ENSG00000120949 +CDS chr1 12109566 12109656 ENST00000417814 protein_coding 3 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12110041 12110204 ENST00000263932 protein_coding 7 1 6 TNFRSF8 ENSG00000120949 +CDS chr1 12110041 12110204 ENST00000417814 protein_coding 3 1 5 TNFRSF8 ENSG00000120949 +CDS chr1 12111898 12112014 ENST00000263932 protein_coding 7 1 7 TNFRSF8 ENSG00000120949 +CDS chr1 12111898 12112014 ENST00000417814 protein_coding 3 1 6 TNFRSF8 ENSG00000120949 +CDS chr1 12115577 12115729 ENST00000263932 protein_coding 7 1 8 TNFRSF8 ENSG00000120949 +CDS chr1 12115577 12115729 ENST00000417814 protein_coding 3 1 7 TNFRSF8 ENSG00000120949 +CDS chr1 12123284 12123377 ENST00000263932 protein_coding 7 1 9 TNFRSF8 ENSG00000120949 +CDS chr1 12123284 12123377 ENST00000417814 protein_coding 3 1 8 TNFRSF8 ENSG00000120949 +CDS chr1 12123715 12123827 ENST00000263932 protein_coding 7 1 10 TNFRSF8 ENSG00000120949 +CDS chr1 12123715 12123827 ENST00000417814 protein_coding 3 1 9 TNFRSF8 ENSG00000120949 +transcript chr1 12125899 12144207 ENST00000413146 protein_coding 6 1 NA TNFRSF8 ENSG00000120949 +CDS chr1 12125951 12126052 ENST00000263932 protein_coding 7 1 11 TNFRSF8 ENSG00000120949 +CDS chr1 12125951 12126052 ENST00000417814 protein_coding 3 1 10 TNFRSF8 ENSG00000120949 +CDS chr1 12126183 12126236 ENST00000263932 protein_coding 7 1 12 TNFRSF8 ENSG00000120949 +CDS chr1 12126183 12126236 ENST00000417814 protein_coding 3 1 11 TNFRSF8 ENSG00000120949 +CDS chr1 12135588 12135613 ENST00000263932 protein_coding 7 1 13 TNFRSF8 ENSG00000120949 +CDS chr1 12135588 12135613 ENST00000417814 protein_coding 3 1 12 TNFRSF8 ENSG00000120949 +CDS chr1 12138229 12138436 ENST00000263932 protein_coding 7 1 14 TNFRSF8 ENSG00000120949 +CDS chr1 12138232 12138436 ENST00000417814 protein_coding 3 1 13 TNFRSF8 ENSG00000120949 +CDS chr1 12138283 12138436 ENST00000413146 protein_coding 6 1 4 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000263932 protein_coding 7 1 15 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000417814 protein_coding 3 1 14 TNFRSF8 ENSG00000120949 +CDS chr1 12142287 12142528 ENST00000413146 protein_coding 6 1 5 TNFRSF8 ENSG00000120949 +transcript chr1 12166991 12209220 ENST00000376259 protein_coding 7 1 NA TNFRSF1B ENSG00000028137 +transcript chr1 12167003 12192358 ENST00000536782 protein_coding 2 1 NA TNFRSF1B ENSG00000028137 +CDS chr1 12167092 12167169 ENST00000376259 protein_coding 7 1 1 TNFRSF1B ENSG00000028137 +CDS chr1 12167092 12167169 ENST00000536782 protein_coding 2 1 1 TNFRSF1B ENSG00000028137 +CDS chr1 12188796 12188895 ENST00000376259 protein_coding 7 1 2 TNFRSF1B ENSG00000028137 +CDS chr1 12188796 12188895 ENST00000536782 protein_coding 2 1 2 TNFRSF1B ENSG00000028137 +CDS chr1 12190957 12191085 ENST00000376259 protein_coding 7 1 3 TNFRSF1B ENSG00000028137 +CDS chr1 12190957 12191085 ENST00000536782 protein_coding 2 1 3 TNFRSF1B ENSG00000028137 +CDS chr1 12191774 12191923 ENST00000376259 protein_coding 7 1 4 TNFRSF1B ENSG00000028137 +CDS chr1 12191774 12191923 ENST00000536782 protein_coding 2 1 4 TNFRSF1B ENSG00000028137 +CDS chr1 12192348 12192355 ENST00000536782 protein_coding 2 1 5 TNFRSF1B ENSG00000028137 +CDS chr1 12192431 12192524 ENST00000376259 protein_coding 7 1 5 TNFRSF1B ENSG00000028137 +CDS chr1 12192863 12193098 ENST00000376259 protein_coding 7 1 6 TNFRSF1B ENSG00000028137 +CDS chr1 12193955 12194032 ENST00000376259 protein_coding 7 1 7 TNFRSF1B ENSG00000028137 +CDS chr1 12194584 12194618 ENST00000376259 protein_coding 7 1 8 TNFRSF1B ENSG00000028137 +CDS chr1 12201967 12202171 ENST00000376259 protein_coding 7 1 9 TNFRSF1B ENSG00000028137 +CDS chr1 12206740 12207017 ENST00000376259 protein_coding 7 1 10 TNFRSF1B ENSG00000028137 +transcript chr1 12230030 12512047 ENST00000620676 protein_coding 6 1 NA VPS13D ENSG00000048707 +transcript chr1 12230067 12512047 ENST00000613099 protein_coding 4 1 NA VPS13D ENSG00000048707 +CDS chr1 12234267 12234363 ENST00000620676 protein_coding 6 1 2 VPS13D ENSG00000048707 +CDS chr1 12234267 12234363 ENST00000613099 protein_coding 4 1 2 VPS13D ENSG00000048707 +CDS chr1 12242513 12242590 ENST00000620676 protein_coding 6 1 3 VPS13D ENSG00000048707 +CDS chr1 12242513 12242590 ENST00000613099 protein_coding 4 1 3 VPS13D ENSG00000048707 +CDS chr1 12244246 12244436 ENST00000620676 protein_coding 6 1 4 VPS13D ENSG00000048707 +CDS chr1 12244246 12244436 ENST00000613099 protein_coding 4 1 4 VPS13D ENSG00000048707 +CDS chr1 12244537 12244617 ENST00000620676 protein_coding 6 1 5 VPS13D ENSG00000048707 +CDS chr1 12244537 12244617 ENST00000613099 protein_coding 4 1 5 VPS13D ENSG00000048707 +CDS chr1 12249223 12249339 ENST00000620676 protein_coding 6 1 6 VPS13D ENSG00000048707 +CDS chr1 12249223 12249339 ENST00000613099 protein_coding 4 1 6 VPS13D ENSG00000048707 +CDS chr1 12253722 12253826 ENST00000620676 protein_coding 6 1 7 VPS13D ENSG00000048707 +CDS chr1 12253722 12253826 ENST00000613099 protein_coding 4 1 7 VPS13D ENSG00000048707 +CDS chr1 12256333 12256503 ENST00000620676 protein_coding 6 1 8 VPS13D ENSG00000048707 +CDS chr1 12256333 12256503 ENST00000613099 protein_coding 4 1 8 VPS13D ENSG00000048707 +CDS chr1 12256987 12257087 ENST00000620676 protein_coding 6 1 9 VPS13D ENSG00000048707 +CDS chr1 12256987 12257087 ENST00000613099 protein_coding 4 1 9 VPS13D ENSG00000048707 +CDS chr1 12257935 12258103 ENST00000620676 protein_coding 6 1 10 VPS13D ENSG00000048707 +CDS chr1 12257935 12258103 ENST00000613099 protein_coding 4 1 10 VPS13D ENSG00000048707 +CDS chr1 12260693 12260794 ENST00000620676 protein_coding 6 1 11 VPS13D ENSG00000048707 +CDS chr1 12260693 12260794 ENST00000613099 protein_coding 4 1 11 VPS13D ENSG00000048707 +CDS chr1 12260948 12261149 ENST00000620676 protein_coding 6 1 12 VPS13D ENSG00000048707 +CDS chr1 12260948 12261149 ENST00000613099 protein_coding 4 1 12 VPS13D ENSG00000048707 +CDS chr1 12261901 12262080 ENST00000620676 protein_coding 6 1 13 VPS13D ENSG00000048707 +CDS chr1 12261901 12262080 ENST00000613099 protein_coding 4 1 13 VPS13D ENSG00000048707 +CDS chr1 12266881 12267011 ENST00000620676 protein_coding 6 1 14 VPS13D ENSG00000048707 +CDS chr1 12266881 12267011 ENST00000613099 protein_coding 4 1 14 VPS13D ENSG00000048707 +CDS chr1 12267845 12267920 ENST00000620676 protein_coding 6 1 15 VPS13D ENSG00000048707 +CDS chr1 12267845 12267920 ENST00000613099 protein_coding 4 1 15 VPS13D ENSG00000048707 +CDS chr1 12268706 12268876 ENST00000620676 protein_coding 6 1 16 VPS13D ENSG00000048707 +CDS chr1 12268706 12268876 ENST00000613099 protein_coding 4 1 16 VPS13D ENSG00000048707 +CDS chr1 12270994 12271124 ENST00000620676 protein_coding 6 1 17 VPS13D ENSG00000048707 +CDS chr1 12270994 12271124 ENST00000613099 protein_coding 4 1 17 VPS13D ENSG00000048707 +CDS chr1 12273003 12273135 ENST00000620676 protein_coding 6 1 18 VPS13D ENSG00000048707 +CDS chr1 12273003 12273135 ENST00000613099 protein_coding 4 1 18 VPS13D ENSG00000048707 +CDS chr1 12275825 12278038 ENST00000620676 protein_coding 6 1 19 VPS13D ENSG00000048707 +CDS chr1 12275825 12278038 ENST00000613099 protein_coding 4 1 19 VPS13D ENSG00000048707 +transcript chr1 12277121 12510361 ENST00000011700 protein_coding 10 1 NA VPS13D ENSG00000048707 +CDS chr1 12277121 12278038 ENST00000011700 protein_coding 10 1 1 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000620676 protein_coding 6 1 20 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000613099 protein_coding 4 1 20 VPS13D ENSG00000048707 +CDS chr1 12279499 12279650 ENST00000011700 protein_coding 10 1 2 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000620676 protein_coding 6 1 21 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000613099 protein_coding 4 1 21 VPS13D ENSG00000048707 +CDS chr1 12282705 12283736 ENST00000011700 protein_coding 10 1 3 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000620676 protein_coding 6 1 22 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000613099 protein_coding 4 1 22 VPS13D ENSG00000048707 +CDS chr1 12288223 12288313 ENST00000011700 protein_coding 10 1 4 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000620676 protein_coding 6 1 23 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000613099 protein_coding 4 1 23 VPS13D ENSG00000048707 +CDS chr1 12290998 12291124 ENST00000011700 protein_coding 10 1 5 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000620676 protein_coding 6 1 24 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000613099 protein_coding 4 1 24 VPS13D ENSG00000048707 +CDS chr1 12293524 12293704 ENST00000011700 protein_coding 10 1 6 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000620676 protein_coding 6 1 25 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000613099 protein_coding 4 1 25 VPS13D ENSG00000048707 +CDS chr1 12299202 12299384 ENST00000011700 protein_coding 10 1 7 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000620676 protein_coding 6 1 26 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000613099 protein_coding 4 1 26 VPS13D ENSG00000048707 +CDS chr1 12304506 12304728 ENST00000011700 protein_coding 10 1 8 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000620676 protein_coding 6 1 27 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000613099 protein_coding 4 1 27 VPS13D ENSG00000048707 +CDS chr1 12308431 12308641 ENST00000011700 protein_coding 10 1 9 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000620676 protein_coding 6 1 28 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000613099 protein_coding 4 1 28 VPS13D ENSG00000048707 +CDS chr1 12311454 12311625 ENST00000011700 protein_coding 10 1 10 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000620676 protein_coding 6 1 29 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000613099 protein_coding 4 1 29 VPS13D ENSG00000048707 +CDS chr1 12311813 12311925 ENST00000011700 protein_coding 10 1 11 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000620676 protein_coding 6 1 30 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000613099 protein_coding 4 1 30 VPS13D ENSG00000048707 +CDS chr1 12314115 12314327 ENST00000011700 protein_coding 10 1 12 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000620676 protein_coding 6 1 31 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000613099 protein_coding 4 1 31 VPS13D ENSG00000048707 +CDS chr1 12318072 12318337 ENST00000011700 protein_coding 10 1 13 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000620676 protein_coding 6 1 32 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000613099 protein_coding 4 1 32 VPS13D ENSG00000048707 +CDS chr1 12319497 12319630 ENST00000011700 protein_coding 10 1 14 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000620676 protein_coding 6 1 33 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000613099 protein_coding 4 1 33 VPS13D ENSG00000048707 +CDS chr1 12321809 12321964 ENST00000011700 protein_coding 10 1 15 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000620676 protein_coding 6 1 34 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000613099 protein_coding 4 1 34 VPS13D ENSG00000048707 +CDS chr1 12322536 12322746 ENST00000011700 protein_coding 10 1 16 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000620676 protein_coding 6 1 35 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000613099 protein_coding 4 1 35 VPS13D ENSG00000048707 +CDS chr1 12323706 12323780 ENST00000011700 protein_coding 10 1 17 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000620676 protein_coding 6 1 36 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000613099 protein_coding 4 1 36 VPS13D ENSG00000048707 +CDS chr1 12327648 12327854 ENST00000011700 protein_coding 10 1 18 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000620676 protein_coding 6 1 37 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000613099 protein_coding 4 1 37 VPS13D ENSG00000048707 +CDS chr1 12329829 12329918 ENST00000011700 protein_coding 10 1 19 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000620676 protein_coding 6 1 38 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000613099 protein_coding 4 1 38 VPS13D ENSG00000048707 +CDS chr1 12333226 12333366 ENST00000011700 protein_coding 10 1 20 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000620676 protein_coding 6 1 39 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000613099 protein_coding 4 1 39 VPS13D ENSG00000048707 +CDS chr1 12335705 12335827 ENST00000011700 protein_coding 10 1 21 VPS13D ENSG00000048707 +CDS chr1 12338231 12338305 ENST00000620676 protein_coding 6 1 40 VPS13D ENSG00000048707 +CDS chr1 12338231 12338305 ENST00000011700 protein_coding 10 1 22 VPS13D ENSG00000048707 +CDS chr1 12341780 12341885 ENST00000620676 protein_coding 6 1 41 VPS13D ENSG00000048707 +CDS chr1 12341780 12341885 ENST00000613099 protein_coding 4 1 40 VPS13D ENSG00000048707 +CDS chr1 12341783 12341885 ENST00000011700 protein_coding 10 1 23 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000620676 protein_coding 6 1 42 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000613099 protein_coding 4 1 41 VPS13D ENSG00000048707 +CDS chr1 12342899 12343051 ENST00000011700 protein_coding 10 1 24 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000620676 protein_coding 6 1 43 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000613099 protein_coding 4 1 42 VPS13D ENSG00000048707 +CDS chr1 12345374 12345509 ENST00000011700 protein_coding 10 1 25 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000620676 protein_coding 6 1 44 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000613099 protein_coding 4 1 43 VPS13D ENSG00000048707 +CDS chr1 12346605 12346652 ENST00000011700 protein_coding 10 1 26 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000620676 protein_coding 6 1 45 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000613099 protein_coding 4 1 44 VPS13D ENSG00000048707 +CDS chr1 12348823 12348973 ENST00000011700 protein_coding 10 1 27 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000620676 protein_coding 6 1 46 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000613099 protein_coding 4 1 45 VPS13D ENSG00000048707 +CDS chr1 12349164 12349374 ENST00000011700 protein_coding 10 1 28 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000620676 protein_coding 6 1 47 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000613099 protein_coding 4 1 46 VPS13D ENSG00000048707 +CDS chr1 12353974 12354221 ENST00000011700 protein_coding 10 1 29 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000620676 protein_coding 6 1 48 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000613099 protein_coding 4 1 47 VPS13D ENSG00000048707 +CDS chr1 12355899 12356090 ENST00000011700 protein_coding 10 1 30 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000620676 protein_coding 6 1 49 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000613099 protein_coding 4 1 48 VPS13D ENSG00000048707 +CDS chr1 12356398 12356524 ENST00000011700 protein_coding 10 1 31 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000620676 protein_coding 6 1 50 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000613099 protein_coding 4 1 49 VPS13D ENSG00000048707 +CDS chr1 12358459 12358601 ENST00000011700 protein_coding 10 1 32 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000620676 protein_coding 6 1 51 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000613099 protein_coding 4 1 50 VPS13D ENSG00000048707 +CDS chr1 12362720 12362850 ENST00000011700 protein_coding 10 1 33 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000620676 protein_coding 6 1 52 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000613099 protein_coding 4 1 51 VPS13D ENSG00000048707 +CDS chr1 12363072 12363247 ENST00000011700 protein_coding 10 1 34 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000620676 protein_coding 6 1 53 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000613099 protein_coding 4 1 52 VPS13D ENSG00000048707 +CDS chr1 12368468 12368591 ENST00000011700 protein_coding 10 1 35 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000620676 protein_coding 6 1 54 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000613099 protein_coding 4 1 53 VPS13D ENSG00000048707 +CDS chr1 12369467 12369702 ENST00000011700 protein_coding 10 1 36 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000620676 protein_coding 6 1 55 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000613099 protein_coding 4 1 54 VPS13D ENSG00000048707 +CDS chr1 12373750 12373858 ENST00000011700 protein_coding 10 1 37 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000620676 protein_coding 6 1 56 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000613099 protein_coding 4 1 55 VPS13D ENSG00000048707 +CDS chr1 12378428 12378591 ENST00000011700 protein_coding 10 1 38 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000620676 protein_coding 6 1 57 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000613099 protein_coding 4 1 56 VPS13D ENSG00000048707 +CDS chr1 12379488 12379596 ENST00000011700 protein_coding 10 1 39 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000620676 protein_coding 6 1 58 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000613099 protein_coding 4 1 57 VPS13D ENSG00000048707 +CDS chr1 12382976 12383155 ENST00000011700 protein_coding 10 1 40 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000620676 protein_coding 6 1 59 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000613099 protein_coding 4 1 58 VPS13D ENSG00000048707 +CDS chr1 12385260 12385373 ENST00000011700 protein_coding 10 1 41 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000620676 protein_coding 6 1 60 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000613099 protein_coding 4 1 59 VPS13D ENSG00000048707 +CDS chr1 12386185 12386334 ENST00000011700 protein_coding 10 1 42 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000620676 protein_coding 6 1 61 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000613099 protein_coding 4 1 60 VPS13D ENSG00000048707 +CDS chr1 12400181 12400330 ENST00000011700 protein_coding 10 1 43 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000620676 protein_coding 6 1 62 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000613099 protein_coding 4 1 61 VPS13D ENSG00000048707 +CDS chr1 12401608 12401704 ENST00000011700 protein_coding 10 1 44 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000620676 protein_coding 6 1 63 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000613099 protein_coding 4 1 62 VPS13D ENSG00000048707 +CDS chr1 12403825 12403973 ENST00000011700 protein_coding 10 1 45 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000620676 protein_coding 6 1 64 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000613099 protein_coding 4 1 63 VPS13D ENSG00000048707 +CDS chr1 12415087 12415221 ENST00000011700 protein_coding 10 1 46 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000620676 protein_coding 6 1 65 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000613099 protein_coding 4 1 64 VPS13D ENSG00000048707 +CDS chr1 12416660 12416827 ENST00000011700 protein_coding 10 1 47 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000620676 protein_coding 6 1 66 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000613099 protein_coding 4 1 65 VPS13D ENSG00000048707 +CDS chr1 12455998 12456130 ENST00000011700 protein_coding 10 1 48 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000620676 protein_coding 6 1 67 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000613099 protein_coding 4 1 66 VPS13D ENSG00000048707 +CDS chr1 12460201 12460396 ENST00000011700 protein_coding 10 1 49 VPS13D ENSG00000048707 +transcript chr1 12464940 12512047 ENST00000543766 protein_coding 2 2 NA VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000620676 protein_coding 6 1 68 VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000613099 protein_coding 4 1 67 VPS13D ENSG00000048707 +CDS chr1 12497500 12497631 ENST00000011700 protein_coding 10 1 50 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000620676 protein_coding 6 1 69 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000613099 protein_coding 4 1 68 VPS13D ENSG00000048707 +CDS chr1 12506853 12507093 ENST00000011700 protein_coding 10 1 51 VPS13D ENSG00000048707 +CDS chr1 12507091 12507093 ENST00000543766 protein_coding 2 2 3 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000620676 protein_coding 6 1 70 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000613099 protein_coding 4 1 69 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000011700 protein_coding 10 1 52 VPS13D ENSG00000048707 +CDS chr1 12508893 12509021 ENST00000543766 protein_coding 2 2 4 VPS13D ENSG00000048707 +transcript chr1 12567910 12618210 ENST00000616661 protein_coding 5 1 NA DHRS3 ENSG00000162496 +CDS chr1 12568343 12568424 ENST00000616661 protein_coding 5 1 6 DHRS3 ENSG00000162496 +transcript chr1 12568392 12616795 ENST00000464917 protein_coding 5 3 NA DHRS3 ENSG00000162496 +CDS chr1 12568392 12568424 ENST00000464917 protein_coding 5 3 4 DHRS3 ENSG00000162496 +CDS chr1 12572728 12572853 ENST00000616661 protein_coding 5 1 5 DHRS3 ENSG00000162496 +CDS chr1 12572728 12572853 ENST00000464917 protein_coding 5 3 3 DHRS3 ENSG00000162496 +CDS chr1 12578718 12578956 ENST00000616661 protein_coding 5 1 4 DHRS3 ENSG00000162496 +transcript chr1 12578718 12596308 ENST00000430996 protein_coding 2 3 NA DHRS3 ENSG00000162496 +CDS chr1 12578718 12578956 ENST00000430996 protein_coding 2 3 4 DHRS3 ENSG00000162496 +CDS chr1 12579293 12579412 ENST00000616661 protein_coding 5 1 3 DHRS3 ENSG00000162496 +CDS chr1 12579293 12579412 ENST00000430996 protein_coding 2 3 3 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580666 ENST00000616661 protein_coding 5 1 2 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580606 ENST00000464917 protein_coding 5 3 2 DHRS3 ENSG00000162496 +CDS chr1 12580523 12580606 ENST00000430996 protein_coding 2 3 2 DHRS3 ENSG00000162496 +CDS chr1 12617154 12617348 ENST00000616661 protein_coding 5 1 1 DHRS3 ENSG00000162496 +transcript chr1 12644085 12667076 ENST00000376221 protein_coding 2 5 NA AADACL4 ENSG00000204518 +CDS chr1 12644547 12644714 ENST00000376221 protein_coding 2 5 1 AADACL4 ENSG00000204518 +CDS chr1 12651123 12651339 ENST00000376221 protein_coding 2 5 2 AADACL4 ENSG00000204518 +CDS chr1 12661791 12661854 ENST00000376221 protein_coding 2 5 3 AADACL4 ENSG00000204518 +CDS chr1 12665961 12666732 ENST00000376221 protein_coding 2 5 4 AADACL4 ENSG00000204518 +transcript chr1 12716110 12728760 ENST00000359318 protein_coding 8 3 NA AADACL3 ENSG00000188984 +CDS chr1 12716177 12716344 ENST00000359318 protein_coding 8 3 1 AADACL3 ENSG00000188984 +CDS chr1 12719475 12719691 ENST00000359318 protein_coding 8 3 2 AADACL3 ENSG00000188984 +CDS chr1 12720883 12720946 ENST00000359318 protein_coding 8 3 3 AADACL3 ENSG00000188984 +CDS chr1 12725222 12725993 ENST00000359318 protein_coding 8 3 4 AADACL3 ENSG00000188984 +transcript chr1 12746200 12763699 ENST00000614859 protein_coding 5 1 NA C1orf158 ENSG00000157330 +transcript chr1 12746425 12761169 ENST00000376210 protein_coding 3 3 NA C1orf158 ENSG00000157330 +CDS chr1 12746431 12746541 ENST00000614859 protein_coding 5 1 1 C1orf158 ENSG00000157330 +CDS chr1 12746431 12746541 ENST00000376210 protein_coding 3 3 1 C1orf158 ENSG00000157330 +CDS chr1 12755700 12755813 ENST00000614859 protein_coding 5 1 2 C1orf158 ENSG00000157330 +CDS chr1 12759310 12759487 ENST00000614859 protein_coding 5 1 3 C1orf158 ENSG00000157330 +CDS chr1 12759310 12759487 ENST00000376210 protein_coding 3 3 2 C1orf158 ENSG00000157330 +CDS chr1 12760770 12760948 ENST00000614859 protein_coding 5 1 4 C1orf158 ENSG00000157330 +CDS chr1 12760770 12760948 ENST00000376210 protein_coding 3 3 3 C1orf158 ENSG00000157330 +transcript chr1 12773738 12777906 ENST00000357726 protein_coding 5 2 NA PRAMEF12 ENSG00000116726 +CDS chr1 12774868 12775154 ENST00000357726 protein_coding 5 2 1 PRAMEF12 ENSG00000116726 +CDS chr1 12775543 12776118 ENST00000357726 protein_coding 5 2 2 PRAMEF12 ENSG00000116726 +CDS chr1 12777011 12777596 ENST00000357726 protein_coding 5 2 3 PRAMEF12 ENSG00000116726 +transcript chr1 12791397 12796628 ENST00000332296 protein_coding 7 1 NA PRAMEF1 ENSG00000116721 +CDS chr1 12793228 12793514 ENST00000332296 protein_coding 7 1 2 PRAMEF1 ENSG00000116721 +CDS chr1 12793915 12794493 ENST00000332296 protein_coding 7 1 3 PRAMEF1 ENSG00000116721 +CDS chr1 12795438 12795993 ENST00000332296 protein_coding 7 1 4 PRAMEF1 ENSG00000116721 +transcript chr1 12824605 12831410 ENST00000619922 protein_coding 1 1 NA PRAMEF11 ENSG00000239810 +CDS chr1 12824945 12825503 ENST00000619922 protein_coding 1 1 4 PRAMEF11 ENSG00000239810 +CDS chr1 12827249 12827830 ENST00000619922 protein_coding 1 1 3 PRAMEF11 ENSG00000239810 +CDS chr1 12828497 12828789 ENST00000619922 protein_coding 1 1 2 PRAMEF11 ENSG00000239810 +transcript chr1 12847377 12848720 ENST00000317869 protein_coding 7 1 NA HNRNPCL1 ENSG00000179172 +CDS chr1 12847411 12848289 ENST00000317869 protein_coding 7 1 2 HNRNPCL1 ENSG00000179172 +transcript chr1 12857086 12861909 ENST00000240189 protein_coding 2 1 NA PRAMEF2 ENSG00000120952 +CDS chr1 12859010 12859296 ENST00000240189 protein_coding 2 1 2 PRAMEF2 ENSG00000120952 +CDS chr1 12859693 12860271 ENST00000240189 protein_coding 2 1 3 PRAMEF2 ENSG00000120952 +CDS chr1 12861221 12861776 ENST00000240189 protein_coding 2 1 4 PRAMEF2 ENSG00000120952 +transcript chr1 12879212 12886201 ENST00000235349 protein_coding 6 1 NA PRAMEF4 ENSG00000243073 +CDS chr1 12879547 12880105 ENST00000235349 protein_coding 6 1 4 PRAMEF4 ENSG00000243073 +CDS chr1 12881854 12882435 ENST00000235349 protein_coding 6 1 3 PRAMEF4 ENSG00000243073 +CDS chr1 12883102 12883394 ENST00000235349 protein_coding 6 1 2 PRAMEF4 ENSG00000243073 +transcript chr1 12892896 12898270 ENST00000235347 protein_coding 4 1 NA PRAMEF10 ENSG00000187545 +CDS chr1 12892919 12893474 ENST00000235347 protein_coding 4 1 4 PRAMEF10 ENSG00000187545 +CDS chr1 12894586 12895164 ENST00000235347 protein_coding 4 1 3 PRAMEF10 ENSG00000187545 +CDS chr1 12895561 12895847 ENST00000235347 protein_coding 4 1 2 PRAMEF10 ENSG00000187545 +transcript chr1 12916610 12920482 ENST00000616979 protein_coding 4 5 NA PRAMEF7 ENSG00000204510 +transcript chr1 12917625 12920480 ENST00000330881 protein_coding 6 1 NA PRAMEF7 ENSG00000204510 +CDS chr1 12917693 12917979 ENST00000330881 protein_coding 6 1 1 PRAMEF7 ENSG00000204510 +CDS chr1 12917693 12917979 ENST00000616979 protein_coding 4 5 2 PRAMEF7 ENSG00000204510 +CDS chr1 12918362 12918937 ENST00000330881 protein_coding 6 1 2 PRAMEF7 ENSG00000204510 +CDS chr1 12918362 12918937 ENST00000616979 protein_coding 4 5 3 PRAMEF7 ENSG00000204510 +CDS chr1 12919852 12920410 ENST00000330881 protein_coding 6 1 3 PRAMEF7 ENSG00000204510 +CDS chr1 12919852 12920410 ENST00000616979 protein_coding 4 5 4 PRAMEF7 ENSG00000204510 +transcript chr1 12938472 12947580 ENST00000376189 protein_coding 5 1 NA PRAMEF6 ENSG00000232423 +transcript chr1 12938472 12945416 ENST00000415464 protein_coding 6 1 NA PRAMEF6 ENSG00000232423 +CDS chr1 12938678 12939236 ENST00000376189 protein_coding 5 1 4 PRAMEF6 ENSG00000232423 +CDS chr1 12938678 12939236 ENST00000415464 protein_coding 6 1 4 PRAMEF6 ENSG00000232423 +CDS chr1 12940984 12941565 ENST00000376189 protein_coding 5 1 3 PRAMEF6 ENSG00000232423 +CDS chr1 12940984 12941565 ENST00000415464 protein_coding 6 1 3 PRAMEF6 ENSG00000232423 +CDS chr1 12942232 12942518 ENST00000376189 protein_coding 5 1 2 PRAMEF6 ENSG00000232423 +CDS chr1 12942232 12942518 ENST00000415464 protein_coding 6 1 2 PRAMEF6 ENSG00000232423 +transcript chr1 13049476 13056575 ENST00000436041 protein_coding 6 1 NA PRAMEF27 ENSG00000274764 +CDS chr1 13049811 13050369 ENST00000436041 protein_coding 6 1 4 PRAMEF27 ENSG00000274764 +CDS chr1 13052118 13052699 ENST00000436041 protein_coding 6 1 3 PRAMEF27 ENSG00000274764 +CDS chr1 13053367 13053659 ENST00000436041 protein_coding 6 1 2 PRAMEF27 ENSG00000274764 +transcript chr1 13060769 13062878 ENST00000617807 protein_coding 3 1 NA HNRNPCL3 ENSG00000277058 +transcript chr1 13061158 13062878 ENST00000681473 protein_coding 1 NA NA HNRNPCL3 ENSG00000277058 +CDS chr1 13061325 13062203 ENST00000617807 protein_coding 3 1 2 HNRNPCL3 ENSG00000277058 +CDS chr1 13061325 13062203 ENST00000681473 protein_coding 1 NA 1 HNRNPCL3 ENSG00000277058 +transcript chr1 13068677 13077884 ENST00000614839 protein_coding 4 1 NA PRAMEF25 ENSG00000229571 +transcript chr1 13070853 13077884 ENST00000619661 protein_coding 2 1 NA PRAMEF25 ENSG00000229571 +CDS chr1 13073694 13073986 ENST00000614839 protein_coding 4 1 2 PRAMEF25 ENSG00000229571 +CDS chr1 13073694 13073986 ENST00000619661 protein_coding 2 1 2 PRAMEF25 ENSG00000229571 +CDS chr1 13074659 13075240 ENST00000614839 protein_coding 4 1 3 PRAMEF25 ENSG00000229571 +CDS chr1 13074659 13075240 ENST00000619661 protein_coding 2 1 3 PRAMEF25 ENSG00000229571 +CDS chr1 13076991 13077549 ENST00000614839 protein_coding 4 1 4 PRAMEF25 ENSG00000229571 +CDS chr1 13076991 13077549 ENST00000619661 protein_coding 2 1 4 PRAMEF25 ENSG00000229571 +transcript chr1 13115488 13116854 ENST00000621994 protein_coding 3 1 NA HNRNPCL2 ENSG00000275774 +CDS chr1 13115522 13116400 ENST00000621994 protein_coding 3 1 2 HNRNPCL2 ENSG00000275774 +transcript chr1 13148907 13156009 ENST00000624207 protein_coding 2 1 NA PRAMEF26 ENSG00000280267 +CDS chr1 13149240 13149798 ENST00000624207 protein_coding 2 1 4 PRAMEF26 ENSG00000280267 +CDS chr1 13151549 13152130 ENST00000624207 protein_coding 2 1 3 PRAMEF26 ENSG00000280267 +CDS chr1 13152803 13153095 ENST00000624207 protein_coding 2 1 2 PRAMEF26 ENSG00000280267 +transcript chr1 13163914 13165631 ENST00000323770 protein_coding 8 NA NA HNRNPCL4 ENSG00000179412 +CDS chr1 13164589 13165467 ENST00000323770 protein_coding 8 NA 1 HNRNPCL4 ENSG00000179412 +transcript chr1 13171848 13179459 ENST00000415919 protein_coding 3 1 NA PRAMEF9 ENSG00000204505 +CDS chr1 13175281 13175573 ENST00000415919 protein_coding 3 1 2 PRAMEF9 ENSG00000204505 +CDS chr1 13176241 13176822 ENST00000415919 protein_coding 3 1 3 PRAMEF9 ENSG00000204505 +CDS chr1 13178571 13179129 ENST00000415919 protein_coding 3 1 4 PRAMEF9 ENSG00000204505 +transcript chr1 13196188 13201409 ENST00000625019 protein_coding 3 5 NA PRAMEF13 ENSG00000279169 +transcript chr1 13196330 13198130 ENST00000638454 protein_coding 1 1 NA PRAMEF13 ENSG00000279169 +CDS chr1 13196826 13197381 ENST00000638454 protein_coding 1 1 2 PRAMEF13 ENSG00000279169 +CDS chr1 13196826 13197381 ENST00000625019 protein_coding 3 5 4 PRAMEF13 ENSG00000279169 +CDS chr1 13197852 13197982 ENST00000638454 protein_coding 1 1 1 PRAMEF13 ENSG00000279169 +CDS chr1 13198328 13198906 ENST00000625019 protein_coding 3 5 3 PRAMEF13 ENSG00000279169 +CDS chr1 13199303 13199589 ENST00000625019 protein_coding 3 5 2 PRAMEF13 ENSG00000279169 +transcript chr1 13222705 13226106 ENST00000624297 protein_coding 2 1 NA PRAMEF18 ENSG00000279804 +CDS chr1 13223335 13223905 ENST00000624297 protein_coding 2 1 3 PRAMEF18 ENSG00000279804 +CDS chr1 13224855 13225433 ENST00000624297 protein_coding 2 1 2 PRAMEF18 ENSG00000279804 +CDS chr1 13225820 13226106 ENST00000624297 protein_coding 2 1 1 PRAMEF18 ENSG00000279804 +transcript chr1 13254212 13263314 ENST00000622421 protein_coding 2 1 NA PRAMEF5 ENSG00000270601 +CDS chr1 13259269 13259555 ENST00000622421 protein_coding 2 1 2 PRAMEF5 ENSG00000270601 +CDS chr1 13260222 13260803 ENST00000622421 protein_coding 2 1 3 PRAMEF5 ENSG00000270601 +CDS chr1 13262550 13263108 ENST00000622421 protein_coding 2 1 4 PRAMEF5 ENSG00000270601 +transcript chr1 13281035 13285154 ENST00000357367 protein_coding 6 1 NA PRAMEF8 ENSG00000182330 +transcript chr1 13281168 13284169 ENST00000621519 protein_coding 4 1 NA PRAMEF8 ENSG00000182330 +transcript chr1 13281302 13285174 ENST00000614831 protein_coding 1 5 NA PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000357367 protein_coding 6 1 4 PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000614831 protein_coding 1 5 4 PRAMEF8 ENSG00000182330 +CDS chr1 13281374 13281932 ENST00000621519 protein_coding 4 1 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000357367 protein_coding 6 1 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000614831 protein_coding 1 5 3 PRAMEF8 ENSG00000182330 +CDS chr1 13282847 13283422 ENST00000621519 protein_coding 4 1 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000357367 protein_coding 6 1 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000614831 protein_coding 1 5 2 PRAMEF8 ENSG00000182330 +CDS chr1 13283805 13284091 ENST00000621519 protein_coding 4 1 1 PRAMEF8 ENSG00000182330 +transcript chr1 13303539 13308907 ENST00000437300 protein_coding 2 1 NA PRAMEF33 ENSG00000237700 +CDS chr1 13305955 13306241 ENST00000437300 protein_coding 2 1 2 PRAMEF33 ENSG00000237700 +CDS chr1 13306638 13307216 ENST00000437300 protein_coding 2 1 3 PRAMEF33 ENSG00000237700 +CDS chr1 13308329 13308884 ENST00000437300 protein_coding 2 1 4 PRAMEF33 ENSG00000237700 +transcript chr1 13315581 13322598 ENST00000376152 protein_coding 2 1 NA PRAMEF15 ENSG00000204501 +CDS chr1 13318408 13318700 ENST00000376152 protein_coding 2 1 2 PRAMEF15 ENSG00000204501 +CDS chr1 13319372 13319953 ENST00000376152 protein_coding 2 1 3 PRAMEF15 ENSG00000204501 +CDS chr1 13321703 13322261 ENST00000376152 protein_coding 2 1 4 PRAMEF15 ENSG00000204501 +transcript chr1 13341892 13347134 ENST00000334600 protein_coding 7 5 NA PRAMEF14 ENSG00000204481 +CDS chr1 13342531 13343086 ENST00000334600 protein_coding 7 5 4 PRAMEF14 ENSG00000204481 +CDS chr1 13344038 13344616 ENST00000334600 protein_coding 7 5 3 PRAMEF14 ENSG00000204481 +CDS chr1 13345028 13345314 ENST00000334600 protein_coding 7 5 2 PRAMEF14 ENSG00000204481 +transcript chr1 13369067 13371900 ENST00000376101 protein_coding 3 5 NA PRAMEF19 ENSG00000204480 +CDS chr1 13369070 13369640 ENST00000376101 protein_coding 3 5 3 PRAMEF19 ENSG00000204480 +CDS chr1 13370649 13371227 ENST00000376101 protein_coding 3 5 2 PRAMEF19 ENSG00000204480 +CDS chr1 13371614 13371900 ENST00000376101 protein_coding 3 5 1 PRAMEF19 ENSG00000204480 +transcript chr1 13389632 13392629 ENST00000376098 protein_coding 4 1 NA PRAMEF17 ENSG00000204479 +CDS chr1 13389658 13389944 ENST00000376098 protein_coding 4 1 1 PRAMEF17 ENSG00000204479 +CDS chr1 13390341 13390919 ENST00000376098 protein_coding 4 1 2 PRAMEF17 ENSG00000204479 +CDS chr1 13391944 13392499 ENST00000376098 protein_coding 4 1 3 PRAMEF17 ENSG00000204479 +transcript chr1 13416351 13421328 ENST00000602960 protein_coding 1 5 NA PRAMEF20 ENSG00000204478 +CDS chr1 13416355 13416641 ENST00000602960 protein_coding 1 5 1 PRAMEF20 ENSG00000204478 +CDS chr1 13418122 13418700 ENST00000602960 protein_coding 1 5 2 PRAMEF20 ENSG00000204478 +CDS chr1 13420697 13421255 ENST00000602960 protein_coding 1 5 3 PRAMEF20 ENSG00000204478 +transcript chr1 13474973 13514003 ENST00000376085 protein_coding 4 1 NA LRRC38 ENSG00000162494 +CDS chr1 13475849 13476099 ENST00000376085 protein_coding 4 1 2 LRRC38 ENSG00000162494 +CDS chr1 13512963 13513593 ENST00000376085 protein_coding 4 1 1 LRRC38 ENSG00000162494 +transcript chr1 13583465 13617957 ENST00000294489 protein_coding 10 1 NA PDPN ENSG00000162493 +transcript chr1 13583762 13617957 ENST00000376057 protein_coding 8 2 NA PDPN ENSG00000162493 +CDS chr1 13583806 13584100 ENST00000294489 protein_coding 10 1 1 PDPN ENSG00000162493 +CDS chr1 13583806 13584100 ENST00000376057 protein_coding 8 2 1 PDPN ENSG00000162493 +transcript chr1 13583832 13617957 ENST00000621990 protein_coding 5 1 NA PDPN ENSG00000162493 +transcript chr1 13583833 13614514 ENST00000510906 protein_coding 5 1 NA PDPN ENSG00000162493 +CDS chr1 13584034 13584100 ENST00000621990 protein_coding 5 1 1 PDPN ENSG00000162493 +CDS chr1 13584034 13584100 ENST00000510906 protein_coding 5 1 1 PDPN ENSG00000162493 +transcript chr1 13584093 13615964 ENST00000509009 protein_coding 5 4 NA PDPN ENSG00000162493 +CDS chr1 13584137 13584188 ENST00000509009 protein_coding 5 4 1 PDPN ENSG00000162493 +transcript chr1 13584267 13616782 ENST00000376061 protein_coding 8 1 NA PDPN ENSG00000162493 +transcript chr1 13584270 13616564 ENST00000513143 protein_coding 5 1 NA PDPN ENSG00000162493 +transcript chr1 13585461 13615917 ENST00000487038 protein_coding 5 2 NA PDPN ENSG00000162493 +transcript chr1 13585472 13616247 ENST00000475043 protein_coding 5 3 NA PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000294489 protein_coding 10 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000376057 protein_coding 8 2 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000621990 protein_coding 5 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000510906 protein_coding 5 1 2 PDPN ENSG00000162493 +CDS chr1 13607173 13607306 ENST00000509009 protein_coding 5 4 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000376061 protein_coding 8 1 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000513143 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000487038 protein_coding 5 2 2 PDPN ENSG00000162493 +CDS chr1 13607232 13607306 ENST00000475043 protein_coding 5 3 2 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000294489 protein_coding 10 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000376057 protein_coding 8 2 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000621990 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000510906 protein_coding 5 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000509009 protein_coding 5 4 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000376061 protein_coding 8 1 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000513143 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000487038 protein_coding 5 2 3 PDPN ENSG00000162493 +CDS chr1 13610387 13610516 ENST00000475043 protein_coding 5 3 3 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000294489 protein_coding 10 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000376057 protein_coding 8 2 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000621990 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000510906 protein_coding 5 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000509009 protein_coding 5 4 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000376061 protein_coding 8 1 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000513143 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000487038 protein_coding 5 2 4 PDPN ENSG00000162493 +CDS chr1 13613687 13613725 ENST00000475043 protein_coding 5 3 4 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000294489 protein_coding 10 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614405 ENST00000376057 protein_coding 8 2 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000621990 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614412 ENST00000510906 protein_coding 5 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000509009 protein_coding 5 4 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000376061 protein_coding 8 1 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000513143 protein_coding 5 1 6 PDPN ENSG00000162493 +CDS chr1 13614300 13614411 ENST00000487038 protein_coding 5 2 5 PDPN ENSG00000162493 +CDS chr1 13614300 13614405 ENST00000475043 protein_coding 5 3 5 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000294489 protein_coding 10 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000376057 protein_coding 8 2 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000621990 protein_coding 5 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000509009 protein_coding 5 4 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000376061 protein_coding 8 1 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000513143 protein_coding 5 1 7 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000487038 protein_coding 5 2 6 PDPN ENSG00000162493 +CDS chr1 13615905 13615908 ENST00000475043 protein_coding 5 3 6 PDPN ENSG00000162493 +transcript chr1 13700188 13825079 ENST00000311066 protein_coding 10 5 NA PRDM2 ENSG00000116731 +transcript chr1 13700198 13749463 ENST00000484063 protein_coding 6 5 NA PRDM2 ENSG00000116731 +transcript chr1 13700240 13825065 ENST00000376048 protein_coding 9 2 NA PRDM2 ENSG00000116731 +transcript chr1 13704855 13825079 ENST00000235372 protein_coding 11 1 NA PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000311066 protein_coding 10 5 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000484063 protein_coding 6 5 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000376048 protein_coding 9 2 2 PRDM2 ENSG00000116731 +CDS chr1 13715606 13715614 ENST00000235372 protein_coding 11 1 2 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000311066 protein_coding 10 5 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000484063 protein_coding 6 5 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000376048 protein_coding 9 2 3 PRDM2 ENSG00000116731 +CDS chr1 13731000 13731117 ENST00000235372 protein_coding 11 1 3 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000311066 protein_coding 10 5 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732855 ENST00000484063 protein_coding 6 5 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000376048 protein_coding 9 2 4 PRDM2 ENSG00000116731 +CDS chr1 13732779 13732882 ENST00000235372 protein_coding 11 1 4 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000311066 protein_coding 10 5 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000484063 protein_coding 6 5 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000376048 protein_coding 9 2 5 PRDM2 ENSG00000116731 +CDS chr1 13742005 13742157 ENST00000235372 protein_coding 11 1 5 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000311066 protein_coding 10 5 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749463 ENST00000484063 protein_coding 6 5 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000376048 protein_coding 9 2 6 PRDM2 ENSG00000116731 +CDS chr1 13749361 13749487 ENST00000235372 protein_coding 11 1 6 PRDM2 ENSG00000116731 +transcript chr1 13749403 13788079 ENST00000413440 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749415 13787657 ENST00000343137 protein_coding 8 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749435 13823499 ENST00000503842 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13749436 13778632 ENST00000407521 protein_coding 7 4 NA PRDM2 ENSG00000116731 +transcript chr1 13749436 13823419 ENST00000505823 protein_coding 5 1 NA PRDM2 ENSG00000116731 +transcript chr1 13771726 13778463 ENST00000487453 protein_coding 1 3 NA PRDM2 ENSG00000116731 +CDS chr1 13773078 13773188 ENST00000311066 protein_coding 10 5 7 PRDM2 ENSG00000116731 +CDS chr1 13773078 13773188 ENST00000235372 protein_coding 11 1 7 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000413440 protein_coding 5 1 2 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000343137 protein_coding 8 1 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000503842 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000407521 protein_coding 7 4 3 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000505823 protein_coding 5 1 2 PRDM2 ENSG00000116731 +CDS chr1 13773170 13773188 ENST00000487453 protein_coding 1 3 2 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000311066 protein_coding 10 5 8 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000235372 protein_coding 11 1 8 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000413440 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13778418 13782831 ENST00000343137 protein_coding 8 1 4 PRDM2 ENSG00000116731 +CDS chr1 13778418 13778632 ENST00000407521 protein_coding 7 4 4 PRDM2 ENSG00000116731 +CDS chr1 13778418 13778463 ENST00000487453 protein_coding 1 3 3 PRDM2 ENSG00000116731 +CDS chr1 13786515 13786524 ENST00000413440 protein_coding 5 1 4 PRDM2 ENSG00000116731 +CDS chr1 13786515 13786524 ENST00000343137 protein_coding 8 1 5 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816544 ENST00000311066 protein_coding 10 5 9 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000376048 protein_coding 9 2 7 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816544 ENST00000235372 protein_coding 11 1 9 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000503842 protein_coding 5 1 4 PRDM2 ENSG00000116731 +CDS chr1 13816427 13816570 ENST00000505823 protein_coding 5 1 3 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000376048 protein_coding 9 2 8 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000503842 protein_coding 5 1 5 PRDM2 ENSG00000116731 +CDS chr1 13823159 13823181 ENST00000505823 protein_coding 5 1 4 PRDM2 ENSG00000116731 +transcript chr1 13892792 14304663 ENST00000636564 protein_coding 1 5 NA KAZN ENSG00000189337 +transcript chr1 13892792 15118043 ENST00000636203 protein_coding 1 5 NA KAZN ENSG00000189337 +CDS chr1 13893666 13893756 ENST00000636564 protein_coding 1 5 1 KAZN ENSG00000189337 +CDS chr1 13893666 13893756 ENST00000636203 protein_coding 1 5 1 KAZN ENSG00000189337 +CDS chr1 14180435 14180592 ENST00000636564 protein_coding 1 5 2 KAZN ENSG00000189337 +CDS chr1 14180435 14180592 ENST00000636203 protein_coding 1 5 2 KAZN ENSG00000189337 +CDS chr1 14304590 14304655 ENST00000636564 protein_coding 1 5 3 KAZN ENSG00000189337 +transcript chr1 14598685 15118043 ENST00000376030 protein_coding 7 5 NA KAZN ENSG00000189337 +transcript chr1 14598717 15065797 ENST00000503743 protein_coding 5 1 NA KAZN ENSG00000189337 +CDS chr1 14598983 14599223 ENST00000636203 protein_coding 1 5 3 KAZN ENSG00000189337 +CDS chr1 14598998 14599223 ENST00000376030 protein_coding 7 5 1 KAZN ENSG00000189337 +CDS chr1 14598998 14599223 ENST00000503743 protein_coding 5 1 2 KAZN ENSG00000189337 +transcript chr1 14924130 15068152 ENST00000361144 protein_coding 9 1 NA KAZN ENSG00000189337 +CDS chr1 14924365 14924572 ENST00000361144 protein_coding 9 1 1 KAZN ENSG00000189337 +transcript chr1 14929800 15056145 ENST00000376028 protein_coding 8 3 NA KAZN ENSG00000189337 +transcript chr1 14929800 15068155 ENST00000400798 protein_coding 6 1 NA KAZN ENSG00000189337 +transcript chr1 14945919 15065797 ENST00000400797 protein_coding 3 1 NA KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000636203 protein_coding 1 5 4 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000376030 protein_coding 7 5 2 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000503743 protein_coding 5 1 3 KAZN ENSG00000189337 +CDS chr1 14960684 14960875 ENST00000361144 protein_coding 9 1 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000376028 protein_coding 8 3 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000400797 protein_coding 3 1 2 KAZN ENSG00000189337 +CDS chr1 14960740 14960875 ENST00000400798 protein_coding 6 1 2 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000636203 protein_coding 1 5 5 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000376030 protein_coding 7 5 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000503743 protein_coding 5 1 4 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000361144 protein_coding 9 1 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000376028 protein_coding 8 3 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000400797 protein_coding 3 1 3 KAZN ENSG00000189337 +CDS chr1 15034749 15034885 ENST00000400798 protein_coding 6 1 3 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000636203 protein_coding 1 5 6 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000376030 protein_coding 7 5 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000503743 protein_coding 5 1 5 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000361144 protein_coding 9 1 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000376028 protein_coding 8 3 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000400797 protein_coding 3 1 4 KAZN ENSG00000189337 +CDS chr1 15043989 15044159 ENST00000400798 protein_coding 6 1 4 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000636203 protein_coding 1 5 7 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000376030 protein_coding 7 5 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000503743 protein_coding 5 1 6 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000361144 protein_coding 9 1 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056145 ENST00000376028 protein_coding 8 3 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000400797 protein_coding 3 1 5 KAZN ENSG00000189337 +CDS chr1 15056091 15056280 ENST00000400798 protein_coding 6 1 5 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000636203 protein_coding 1 5 8 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000376030 protein_coding 7 5 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000503743 protein_coding 5 1 7 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000361144 protein_coding 9 1 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000400797 protein_coding 3 1 6 KAZN ENSG00000189337 +CDS chr1 15060172 15060302 ENST00000400798 protein_coding 6 1 6 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000636203 protein_coding 1 5 9 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000376030 protein_coding 7 5 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000503743 protein_coding 5 1 8 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000361144 protein_coding 9 1 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000400797 protein_coding 3 1 7 KAZN ENSG00000189337 +CDS chr1 15063572 15063622 ENST00000400798 protein_coding 6 1 7 KAZN ENSG00000189337 +CDS chr1 15065630 15065753 ENST00000636203 protein_coding 1 5 10 KAZN ENSG00000189337 +CDS chr1 15065630 15065753 ENST00000376030 protein_coding 7 5 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000503743 protein_coding 5 1 9 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000361144 protein_coding 9 1 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000400797 protein_coding 3 1 8 KAZN ENSG00000189337 +CDS chr1 15065630 15065794 ENST00000400798 protein_coding 6 1 8 KAZN ENSG00000189337 +CDS chr1 15094180 15094385 ENST00000636203 protein_coding 1 5 11 KAZN ENSG00000189337 +CDS chr1 15094180 15094385 ENST00000376030 protein_coding 7 5 9 KAZN ENSG00000189337 +CDS chr1 15094815 15094933 ENST00000636203 protein_coding 1 5 12 KAZN ENSG00000189337 +CDS chr1 15094815 15094933 ENST00000376030 protein_coding 7 5 10 KAZN ENSG00000189337 +CDS chr1 15101543 15101774 ENST00000636203 protein_coding 1 5 13 KAZN ENSG00000189337 +CDS chr1 15101543 15101774 ENST00000376030 protein_coding 7 5 11 KAZN ENSG00000189337 +CDS chr1 15103359 15103460 ENST00000636203 protein_coding 1 5 14 KAZN ENSG00000189337 +CDS chr1 15103359 15103460 ENST00000376030 protein_coding 7 5 12 KAZN ENSG00000189337 +CDS chr1 15104023 15104189 ENST00000636203 protein_coding 1 5 15 KAZN ENSG00000189337 +CDS chr1 15104023 15104189 ENST00000376030 protein_coding 7 5 13 KAZN ENSG00000189337 +CDS chr1 15112427 15112541 ENST00000636203 protein_coding 1 5 16 KAZN ENSG00000189337 +CDS chr1 15112427 15112541 ENST00000376030 protein_coding 7 5 14 KAZN ENSG00000189337 +CDS chr1 15114471 15114632 ENST00000636203 protein_coding 1 5 17 KAZN ENSG00000189337 +CDS chr1 15114471 15114632 ENST00000376030 protein_coding 7 5 15 KAZN ENSG00000189337 +transcript chr1 15152532 15220477 ENST00000428417 protein_coding 5 3 NA TMEM51 ENSG00000171729 +transcript chr1 15152566 15220339 ENST00000376014 protein_coding 7 2 NA TMEM51 ENSG00000171729 +transcript chr1 15152577 15219346 ENST00000451326 protein_coding 6 3 NA TMEM51 ENSG00000171729 +transcript chr1 15153733 15220408 ENST00000400796 protein_coding 7 1 NA TMEM51 ENSG00000171729 +transcript chr1 15153747 15220478 ENST00000376008 protein_coding 3 2 NA TMEM51 ENSG00000171729 +transcript chr1 15153768 15220393 ENST00000434578 protein_coding 6 1 NA TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000376014 protein_coding 7 2 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000451326 protein_coding 6 3 2 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000400796 protein_coding 7 1 2 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000434578 protein_coding 6 1 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000376008 protein_coding 3 2 3 TMEM51 ENSG00000171729 +CDS chr1 15215088 15215431 ENST00000428417 protein_coding 5 3 2 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000376014 protein_coding 7 2 4 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219346 ENST00000451326 protein_coding 6 3 3 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000400796 protein_coding 7 1 3 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000376008 protein_coding 3 2 4 TMEM51 ENSG00000171729 +CDS chr1 15219326 15219740 ENST00000428417 protein_coding 5 3 3 TMEM51 ENSG00000171729 +CDS chr1 15219330 15219390 ENST00000434578 protein_coding 6 1 4 TMEM51 ENSG00000171729 +transcript chr1 15236521 15398328 ENST00000683790 protein_coding 1 NA NA FHAD1 ENSG00000142621 +transcript chr1 15247223 15398328 ENST00000688493 protein_coding 1 NA NA FHAD1 ENSG00000142621 +transcript chr1 15247272 15398126 ENST00000358897 protein_coding 8 5 NA FHAD1 ENSG00000142621 +transcript chr1 15247280 15296762 ENST00000433640 protein_coding 7 3 NA FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000683790 protein_coding 1 NA 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000688493 protein_coding 1 NA 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000358897 protein_coding 8 5 2 FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000433640 protein_coding 7 3 2 FHAD1 ENSG00000142621 +transcript chr1 15251785 15397529 ENST00000375998 protein_coding 8 5 NA FHAD1 ENSG00000142621 +CDS chr1 15251785 15251877 ENST00000375998 protein_coding 8 5 1 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000683790 protein_coding 1 NA 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000688493 protein_coding 1 NA 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000358897 protein_coding 8 5 3 FHAD1 ENSG00000142621 +CDS chr1 15272323 15272529 ENST00000375998 protein_coding 8 5 2 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000683790 protein_coding 1 NA 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000688493 protein_coding 1 NA 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000358897 protein_coding 8 5 4 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000433640 protein_coding 7 3 3 FHAD1 ENSG00000142621 +CDS chr1 15289399 15289666 ENST00000375998 protein_coding 8 5 3 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000683790 protein_coding 1 NA 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000688493 protein_coding 1 NA 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000358897 protein_coding 8 5 5 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296762 ENST00000433640 protein_coding 7 3 4 FHAD1 ENSG00000142621 +CDS chr1 15296684 15296793 ENST00000375998 protein_coding 8 5 4 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000683790 protein_coding 1 NA 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000688493 protein_coding 1 NA 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000358897 protein_coding 8 5 6 FHAD1 ENSG00000142621 +CDS chr1 15301205 15301441 ENST00000375998 protein_coding 8 5 5 FHAD1 ENSG00000142621 +transcript chr1 15305762 15330059 ENST00000375997 protein_coding 8 3 NA FHAD1 ENSG00000142621 +transcript chr1 15305769 15328429 ENST00000524761 protein_coding 5 3 NA FHAD1 ENSG00000142621 +transcript chr1 15305780 15329598 ENST00000375995 protein_coding 3 3 NA FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000375997 protein_coding 8 3 1 FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000524761 protein_coding 5 3 1 FHAD1 ENSG00000142621 +CDS chr1 15305787 15305819 ENST00000375995 protein_coding 3 3 1 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000683790 protein_coding 1 NA 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000688493 protein_coding 1 NA 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000358897 protein_coding 8 5 7 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375998 protein_coding 8 5 6 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375997 protein_coding 8 3 2 FHAD1 ENSG00000142621 +CDS chr1 15308613 15308736 ENST00000375995 protein_coding 3 3 2 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000683790 protein_coding 1 NA 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000688493 protein_coding 1 NA 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000358897 protein_coding 8 5 8 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375998 protein_coding 8 5 7 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375997 protein_coding 8 3 3 FHAD1 ENSG00000142621 +CDS chr1 15313057 15313187 ENST00000375995 protein_coding 3 3 3 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000683790 protein_coding 1 NA 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000688493 protein_coding 1 NA 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000358897 protein_coding 8 5 9 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000375998 protein_coding 8 5 8 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000375997 protein_coding 8 3 4 FHAD1 ENSG00000142621 +CDS chr1 15316378 15316467 ENST00000524761 protein_coding 5 3 2 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000683790 protein_coding 1 NA 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000688493 protein_coding 1 NA 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000358897 protein_coding 8 5 10 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000375998 protein_coding 8 5 9 FHAD1 ENSG00000142621 +CDS chr1 15317824 15317928 ENST00000375997 protein_coding 8 3 5 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000683790 protein_coding 1 NA 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000688493 protein_coding 1 NA 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000358897 protein_coding 8 5 11 FHAD1 ENSG00000142621 +CDS chr1 15324452 15324559 ENST00000375998 protein_coding 8 5 10 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000683790 protein_coding 1 NA 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000688493 protein_coding 1 NA 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000358897 protein_coding 8 5 12 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375998 protein_coding 8 5 11 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375997 protein_coding 8 3 6 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000524761 protein_coding 5 3 3 FHAD1 ENSG00000142621 +CDS chr1 15327059 15327142 ENST00000375995 protein_coding 3 3 4 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000683790 protein_coding 1 NA 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000688493 protein_coding 1 NA 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000358897 protein_coding 8 5 13 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375998 protein_coding 8 5 12 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375997 protein_coding 8 3 7 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000524761 protein_coding 5 3 4 FHAD1 ENSG00000142621 +CDS chr1 15328277 15328429 ENST00000375995 protein_coding 3 3 5 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000683790 protein_coding 1 NA 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000688493 protein_coding 1 NA 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000358897 protein_coding 8 5 14 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329541 ENST00000375998 protein_coding 8 5 13 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329573 ENST00000375997 protein_coding 8 3 8 FHAD1 ENSG00000142621 +CDS chr1 15329346 15329573 ENST00000375995 protein_coding 3 3 6 FHAD1 ENSG00000142621 +CDS chr1 15339481 15339551 ENST00000683790 protein_coding 1 NA 15 FHAD1 ENSG00000142621 +CDS chr1 15339481 15339551 ENST00000688493 protein_coding 1 NA 15 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341888 ENST00000683790 protein_coding 1 NA 16 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341888 ENST00000688493 protein_coding 1 NA 16 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341893 ENST00000358897 protein_coding 8 5 15 FHAD1 ENSG00000142621 +CDS chr1 15341736 15341893 ENST00000375998 protein_coding 8 5 14 FHAD1 ENSG00000142621 +transcript chr1 15341761 15384558 ENST00000444385 protein_coding 5 2 NA FHAD1 ENSG00000142621 +CDS chr1 15341761 15341888 ENST00000444385 protein_coding 5 2 1 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000683790 protein_coding 1 NA 17 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000688493 protein_coding 1 NA 17 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000358897 protein_coding 8 5 16 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000375998 protein_coding 8 5 15 FHAD1 ENSG00000142621 +CDS chr1 15345083 15345190 ENST00000444385 protein_coding 5 2 2 FHAD1 ENSG00000142621 +transcript chr1 15345098 15397741 ENST00000529606 protein_coding 5 2 NA FHAD1 ENSG00000142621 +CDS chr1 15345098 15345190 ENST00000529606 protein_coding 5 2 1 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000683790 protein_coding 1 NA 18 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000688493 protein_coding 1 NA 18 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000358897 protein_coding 8 5 17 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000375998 protein_coding 8 5 16 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000444385 protein_coding 5 2 3 FHAD1 ENSG00000142621 +CDS chr1 15345416 15345523 ENST00000529606 protein_coding 5 2 2 FHAD1 ENSG00000142621 +transcript chr1 15345431 15398126 ENST00000314668 protein_coding 13 2 NA FHAD1 ENSG00000142621 +CDS chr1 15345431 15345523 ENST00000314668 protein_coding 13 2 1 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000683790 protein_coding 1 NA 19 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000688493 protein_coding 1 NA 19 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000358897 protein_coding 8 5 18 FHAD1 ENSG00000142621 +CDS chr1 15349042 15349149 ENST00000375998 protein_coding 8 5 17 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000683790 protein_coding 1 NA 20 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000688493 protein_coding 1 NA 20 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000358897 protein_coding 8 5 19 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000375998 protein_coding 8 5 18 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000444385 protein_coding 5 2 4 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000529606 protein_coding 5 2 3 FHAD1 ENSG00000142621 +CDS chr1 15352877 15352984 ENST00000314668 protein_coding 13 2 2 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000683790 protein_coding 1 NA 21 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000688493 protein_coding 1 NA 21 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000358897 protein_coding 8 5 20 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000375998 protein_coding 8 5 19 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000444385 protein_coding 5 2 5 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000529606 protein_coding 5 2 4 FHAD1 ENSG00000142621 +CDS chr1 15358110 15358283 ENST00000314668 protein_coding 13 2 3 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000683790 protein_coding 1 NA 22 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000688493 protein_coding 1 NA 22 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000358897 protein_coding 8 5 21 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000375998 protein_coding 8 5 20 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000444385 protein_coding 5 2 6 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000529606 protein_coding 5 2 5 FHAD1 ENSG00000142621 +CDS chr1 15360478 15360703 ENST00000314668 protein_coding 13 2 4 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000683790 protein_coding 1 NA 23 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000688493 protein_coding 1 NA 23 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000358897 protein_coding 8 5 22 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000375998 protein_coding 8 5 21 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000444385 protein_coding 5 2 7 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000529606 protein_coding 5 2 6 FHAD1 ENSG00000142621 +CDS chr1 15362642 15362726 ENST00000314668 protein_coding 13 2 5 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000683790 protein_coding 1 NA 24 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000688493 protein_coding 1 NA 24 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000358897 protein_coding 8 5 23 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000375998 protein_coding 8 5 22 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000444385 protein_coding 5 2 8 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000529606 protein_coding 5 2 7 FHAD1 ENSG00000142621 +CDS chr1 15365827 15365933 ENST00000314668 protein_coding 13 2 6 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000683790 protein_coding 1 NA 25 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000688493 protein_coding 1 NA 25 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000358897 protein_coding 8 5 24 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000375998 protein_coding 8 5 23 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000444385 protein_coding 5 2 9 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000529606 protein_coding 5 2 8 FHAD1 ENSG00000142621 +CDS chr1 15367463 15367622 ENST00000314668 protein_coding 13 2 7 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000683790 protein_coding 1 NA 26 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000688493 protein_coding 1 NA 26 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000358897 protein_coding 8 5 25 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000375998 protein_coding 8 5 24 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000444385 protein_coding 5 2 10 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000529606 protein_coding 5 2 9 FHAD1 ENSG00000142621 +CDS chr1 15369370 15369502 ENST00000314668 protein_coding 13 2 8 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000683790 protein_coding 1 NA 27 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000688493 protein_coding 1 NA 27 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000358897 protein_coding 8 5 26 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000375998 protein_coding 8 5 25 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000444385 protein_coding 5 2 11 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000529606 protein_coding 5 2 10 FHAD1 ENSG00000142621 +CDS chr1 15374502 15374631 ENST00000314668 protein_coding 13 2 9 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000683790 protein_coding 1 NA 28 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000688493 protein_coding 1 NA 28 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000358897 protein_coding 8 5 27 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000375998 protein_coding 8 5 26 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000444385 protein_coding 5 2 12 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000529606 protein_coding 5 2 11 FHAD1 ENSG00000142621 +CDS chr1 15375603 15375730 ENST00000314668 protein_coding 13 2 10 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000683790 protein_coding 1 NA 29 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000688493 protein_coding 1 NA 29 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000358897 protein_coding 8 5 28 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000375998 protein_coding 8 5 27 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000444385 protein_coding 5 2 13 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000529606 protein_coding 5 2 12 FHAD1 ENSG00000142621 +CDS chr1 15380701 15380796 ENST00000314668 protein_coding 13 2 11 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000683790 protein_coding 1 NA 30 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000688493 protein_coding 1 NA 30 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000358897 protein_coding 8 5 29 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000375998 protein_coding 8 5 28 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000444385 protein_coding 5 2 14 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000529606 protein_coding 5 2 13 FHAD1 ENSG00000142621 +CDS chr1 15381231 15381451 ENST00000314668 protein_coding 13 2 12 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000683790 protein_coding 1 NA 31 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000688493 protein_coding 1 NA 31 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000358897 protein_coding 8 5 30 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000375998 protein_coding 8 5 29 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000444385 protein_coding 5 2 15 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000529606 protein_coding 5 2 14 FHAD1 ENSG00000142621 +CDS chr1 15382028 15382193 ENST00000314668 protein_coding 13 2 13 FHAD1 ENSG00000142621 +CDS chr1 15388051 15388131 ENST00000683790 protein_coding 1 NA 32 FHAD1 ENSG00000142621 +CDS chr1 15388051 15388131 ENST00000688493 protein_coding 1 NA 32 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000683790 protein_coding 1 NA 33 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000688493 protein_coding 1 NA 33 FHAD1 ENSG00000142621 +CDS chr1 15391210 15391263 ENST00000529606 protein_coding 5 2 15 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000683790 protein_coding 1 NA 34 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000688493 protein_coding 1 NA 34 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000358897 protein_coding 8 5 31 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000375998 protein_coding 8 5 30 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000529606 protein_coding 5 2 16 FHAD1 ENSG00000142621 +CDS chr1 15397297 15397410 ENST00000314668 protein_coding 13 2 14 FHAD1 ENSG00000142621 +transcript chr1 15409888 15430339 ENST00000375980 protein_coding 9 1 NA EFHD2 ENSG00000142634 +CDS chr1 15409972 15410279 ENST00000375980 protein_coding 9 1 1 EFHD2 ENSG00000142634 +transcript chr1 15410265 15429081 ENST00000445566 protein_coding 1 5 NA EFHD2 ENSG00000142634 +CDS chr1 15410265 15410279 ENST00000445566 protein_coding 1 5 1 EFHD2 ENSG00000142634 +CDS chr1 15425871 15426018 ENST00000375980 protein_coding 9 1 2 EFHD2 ENSG00000142634 +CDS chr1 15425871 15426018 ENST00000445566 protein_coding 1 5 2 EFHD2 ENSG00000142634 +CDS chr1 15427150 15427284 ENST00000375980 protein_coding 9 1 3 EFHD2 ENSG00000142634 +CDS chr1 15427150 15427284 ENST00000445566 protein_coding 1 5 3 EFHD2 ENSG00000142634 +CDS chr1 15427898 15428009 ENST00000445566 protein_coding 1 5 4 EFHD2 ENSG00000142634 +CDS chr1 15428593 15428721 ENST00000375980 protein_coding 9 1 4 EFHD2 ENSG00000142634 +CDS chr1 15428593 15428717 ENST00000445566 protein_coding 1 5 5 EFHD2 ENSG00000142634 +transcript chr1 15438442 15449242 ENST00000375943 protein_coding 6 1 NA CTRC ENSG00000162438 +transcript chr1 15438443 15449242 ENST00000375949 protein_coding 5 1 NA CTRC ENSG00000162438 +CDS chr1 15438465 15438504 ENST00000375943 protein_coding 6 1 1 CTRC ENSG00000162438 +CDS chr1 15438465 15438504 ENST00000375949 protein_coding 5 1 1 CTRC ENSG00000162438 +CDS chr1 15440300 15440391 ENST00000375949 protein_coding 5 1 2 CTRC ENSG00000162438 +CDS chr1 15440493 15440590 ENST00000375949 protein_coding 5 1 3 CTRC ENSG00000162438 +CDS chr1 15442447 15442572 ENST00000375943 protein_coding 6 1 2 CTRC ENSG00000162438 +CDS chr1 15442447 15442572 ENST00000375949 protein_coding 5 1 4 CTRC ENSG00000162438 +CDS chr1 15443419 15443459 ENST00000375943 protein_coding 6 1 3 CTRC ENSG00000162438 +CDS chr1 15443419 15443555 ENST00000375949 protein_coding 5 1 5 CTRC ENSG00000162438 +CDS chr1 15444606 15444751 ENST00000375949 protein_coding 5 1 6 CTRC ENSG00000162438 +CDS chr1 15445597 15445749 ENST00000375949 protein_coding 5 1 7 CTRC ENSG00000162438 +CDS chr1 15446575 15446586 ENST00000375949 protein_coding 5 1 8 CTRC ENSG00000162438 +transcript chr1 15456732 15472091 ENST00000359621 protein_coding 5 1 NA CELA2A ENSG00000142615 +CDS chr1 15456754 15456793 ENST00000359621 protein_coding 5 1 1 CELA2A ENSG00000142615 +CDS chr1 15457086 15457174 ENST00000359621 protein_coding 5 1 2 CELA2A ENSG00000142615 +CDS chr1 15461561 15461658 ENST00000359621 protein_coding 5 1 3 CELA2A ENSG00000142615 +CDS chr1 15462733 15462861 ENST00000359621 protein_coding 5 1 4 CELA2A ENSG00000142615 +CDS chr1 15463386 15463522 ENST00000359621 protein_coding 5 1 5 CELA2A ENSG00000142615 +CDS chr1 15465999 15466144 ENST00000359621 protein_coding 5 1 6 CELA2A ENSG00000142615 +CDS chr1 15467386 15467538 ENST00000359621 protein_coding 5 1 7 CELA2A ENSG00000142615 +CDS chr1 15471990 15472004 ENST00000359621 protein_coding 5 1 8 CELA2A ENSG00000142615 +transcript chr1 15476104 15491395 ENST00000375910 protein_coding 8 1 NA CELA2B ENSG00000215704 +CDS chr1 15476126 15476165 ENST00000375910 protein_coding 8 1 1 CELA2B ENSG00000215704 +CDS chr1 15476457 15476545 ENST00000375910 protein_coding 8 1 2 CELA2B ENSG00000215704 +transcript chr1 15476465 15482357 ENST00000422901 protein_coding 1 5 NA CELA2B ENSG00000215704 +CDS chr1 15476465 15476545 ENST00000422901 protein_coding 1 5 1 CELA2B ENSG00000215704 +CDS chr1 15481098 15481195 ENST00000375910 protein_coding 8 1 3 CELA2B ENSG00000215704 +CDS chr1 15481098 15481195 ENST00000422901 protein_coding 1 5 2 CELA2B ENSG00000215704 +CDS chr1 15481645 15481749 ENST00000422901 protein_coding 1 5 3 CELA2B ENSG00000215704 +CDS chr1 15482265 15482393 ENST00000375910 protein_coding 8 1 4 CELA2B ENSG00000215704 +CDS chr1 15482265 15482357 ENST00000422901 protein_coding 1 5 4 CELA2B ENSG00000215704 +CDS chr1 15483264 15483400 ENST00000375910 protein_coding 8 1 5 CELA2B ENSG00000215704 +CDS chr1 15485901 15486046 ENST00000375910 protein_coding 8 1 6 CELA2B ENSG00000215704 +CDS chr1 15487285 15487437 ENST00000375910 protein_coding 8 1 7 CELA2B ENSG00000215704 +transcript chr1 15490832 15524445 ENST00000546424 protein_coding 5 5 NA CASP9 ENSG00000132906 +CDS chr1 15491295 15491309 ENST00000375910 protein_coding 8 1 8 CELA2B ENSG00000215704 +transcript chr1 15491401 15524215 ENST00000333868 protein_coding 10 1 NA CASP9 ENSG00000132906 +transcript chr1 15492270 15524347 ENST00000348549 protein_coding 9 1 NA CASP9 ENSG00000132906 +transcript chr1 15492798 15507052 ENST00000424908 protein_coding 5 3 NA CASP9 ENSG00000132906 +transcript chr1 15492855 15524726 ENST00000375890 protein_coding 8 2 NA CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000333868 protein_coding 10 1 9 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000348549 protein_coding 9 1 5 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000424908 protein_coding 5 3 5 CASP9 ENSG00000132906 +CDS chr1 15492946 15493035 ENST00000375890 protein_coding 8 2 9 CASP9 ENSG00000132906 +CDS chr1 15493787 15494001 ENST00000546424 protein_coding 5 5 8 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000333868 protein_coding 10 1 8 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000348549 protein_coding 9 1 4 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000424908 protein_coding 5 3 4 CASP9 ENSG00000132906 +CDS chr1 15493892 15494001 ENST00000375890 protein_coding 8 2 8 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000546424 protein_coding 5 5 7 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000333868 protein_coding 10 1 7 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000348549 protein_coding 9 1 3 CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000375890 protein_coding 8 2 7 CASP9 ENSG00000132906 +transcript chr1 15495273 15524889 ENST00000447522 protein_coding 5 3 NA CASP9 ENSG00000132906 +CDS chr1 15495273 15495452 ENST00000447522 protein_coding 5 3 7 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000546424 protein_coding 5 5 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000333868 protein_coding 10 1 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000424908 protein_coding 5 3 3 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000375890 protein_coding 8 2 6 CASP9 ENSG00000132906 +CDS chr1 15504611 15504758 ENST00000447522 protein_coding 5 3 6 CASP9 ENSG00000132906 +transcript chr1 15504625 15524217 ENST00000440484 protein_coding 1 4 NA CASP9 ENSG00000132906 +CDS chr1 15504625 15504758 ENST00000440484 protein_coding 1 4 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000546424 protein_coding 5 5 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000333868 protein_coding 10 1 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000424908 protein_coding 5 3 2 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000375890 protein_coding 8 2 5 CASP9 ENSG00000132906 +CDS chr1 15505990 15506079 ENST00000447522 protein_coding 5 3 5 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000546424 protein_coding 5 5 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000333868 protein_coding 10 1 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507052 ENST00000424908 protein_coding 5 3 1 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000375890 protein_coding 8 2 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000447522 protein_coding 5 3 4 CASP9 ENSG00000132906 +CDS chr1 15506899 15507075 ENST00000440484 protein_coding 1 4 4 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000546424 protein_coding 5 5 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000333868 protein_coding 10 1 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000375890 protein_coding 8 2 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000447522 protein_coding 5 3 3 CASP9 ENSG00000132906 +CDS chr1 15507873 15507907 ENST00000440484 protein_coding 1 4 3 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000546424 protein_coding 5 5 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000333868 protein_coding 10 1 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000348549 protein_coding 9 1 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518278 ENST00000375890 protein_coding 8 2 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518278 ENST00000447522 protein_coding 5 3 2 CASP9 ENSG00000132906 +CDS chr1 15518110 15518395 ENST00000440484 protein_coding 1 4 2 CASP9 ENSG00000132906 +transcript chr1 15518136 15526534 ENST00000469637 protein_coding 1 3 NA CASP9 ENSG00000132906 +CDS chr1 15518136 15518278 ENST00000469637 protein_coding 1 3 3 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000546424 protein_coding 5 5 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000333868 protein_coding 10 1 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000348549 protein_coding 9 1 1 CASP9 ENSG00000132906 +CDS chr1 15524069 15524200 ENST00000440484 protein_coding 1 4 1 CASP9 ENSG00000132906 +transcript chr1 15526813 15566595 ENST00000375838 protein_coding 5 5 NA DNAJC16 ENSG00000116138 +transcript chr1 15526813 15576092 ENST00000375849 protein_coding 5 1 NA DNAJC16 ENSG00000116138 +transcript chr1 15526813 15571731 ENST00000616884 protein_coding 4 1 NA DNAJC16 ENSG00000116138 +transcript chr1 15526848 15571733 ENST00000375847 protein_coding 8 1 NA DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375838 protein_coding 5 5 2 DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375847 protein_coding 8 1 2 DNAJC16 ENSG00000116138 +CDS chr1 15529106 15529272 ENST00000375849 protein_coding 5 1 2 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375838 protein_coding 5 5 3 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375847 protein_coding 8 1 3 DNAJC16 ENSG00000116138 +CDS chr1 15534237 15534303 ENST00000375849 protein_coding 5 1 3 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375838 protein_coding 5 5 4 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375847 protein_coding 8 1 4 DNAJC16 ENSG00000116138 +CDS chr1 15536475 15536814 ENST00000375849 protein_coding 5 1 4 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375838 protein_coding 5 5 5 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375847 protein_coding 8 1 5 DNAJC16 ENSG00000116138 +CDS chr1 15544399 15544583 ENST00000375849 protein_coding 5 1 5 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375838 protein_coding 5 5 6 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375847 protein_coding 8 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15546767 15546871 ENST00000375849 protein_coding 5 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375838 protein_coding 5 5 7 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375847 protein_coding 8 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15548270 15548428 ENST00000375849 protein_coding 5 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15548342 15548428 ENST00000616884 protein_coding 4 1 6 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375838 protein_coding 5 5 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375847 protein_coding 8 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000375849 protein_coding 5 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15559526 15559656 ENST00000616884 protein_coding 4 1 7 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375838 protein_coding 5 5 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375847 protein_coding 8 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000375849 protein_coding 5 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15562142 15562325 ENST00000616884 protein_coding 4 1 8 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375838 protein_coding 5 5 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375847 protein_coding 8 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000375849 protein_coding 5 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15563929 15564111 ENST00000616884 protein_coding 4 1 9 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375838 protein_coding 5 5 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375847 protein_coding 8 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000375849 protein_coding 5 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15564283 15564359 ENST00000616884 protein_coding 4 1 10 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375838 protein_coding 5 5 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375847 protein_coding 8 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000375849 protein_coding 5 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15565919 15565999 ENST00000616884 protein_coding 4 1 11 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566187 ENST00000375838 protein_coding 5 5 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000375847 protein_coding 8 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000375849 protein_coding 5 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15566082 15566180 ENST00000616884 protein_coding 4 1 12 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000375847 protein_coding 8 1 14 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000375849 protein_coding 5 1 14 DNAJC16 ENSG00000116138 +CDS chr1 15567099 15567269 ENST00000616884 protein_coding 4 1 13 DNAJC16 ENSG00000116138 +CDS chr1 15567778 15568174 ENST00000375847 protein_coding 8 1 15 DNAJC16 ENSG00000116138 +CDS chr1 15567778 15568174 ENST00000616884 protein_coding 4 1 14 DNAJC16 ENSG00000116138 +transcript chr1 15571699 15585051 ENST00000375826 protein_coding 4 1 NA AGMAT ENSG00000116771 +CDS chr1 15573654 15573724 ENST00000375826 protein_coding 4 1 7 AGMAT ENSG00000116771 +CDS chr1 15574757 15574841 ENST00000375826 protein_coding 4 1 6 AGMAT ENSG00000116771 +CDS chr1 15574760 15574775 ENST00000375849 protein_coding 5 1 15 DNAJC16 ENSG00000116138 +CDS chr1 15577685 15577864 ENST00000375826 protein_coding 4 1 5 AGMAT ENSG00000116771 +CDS chr1 15578859 15579054 ENST00000375826 protein_coding 4 1 4 AGMAT ENSG00000116771 +CDS chr1 15580094 15580142 ENST00000375826 protein_coding 4 1 3 AGMAT ENSG00000116771 +CDS chr1 15583193 15583395 ENST00000375826 protein_coding 4 1 2 AGMAT ENSG00000116771 +CDS chr1 15584696 15584967 ENST00000375826 protein_coding 4 1 1 AGMAT ENSG00000116771 +transcript chr1 15617458 15669044 ENST00000480945 protein_coding 6 2 NA DDI2 ENSG00000197312 +CDS chr1 15617671 15617808 ENST00000480945 protein_coding 6 2 1 DDI2 ENSG00000197312 +CDS chr1 15626669 15626798 ENST00000480945 protein_coding 6 2 2 DDI2 ENSG00000197312 +CDS chr1 15630325 15630561 ENST00000480945 protein_coding 6 2 3 DDI2 ENSG00000197312 +CDS chr1 15633439 15633565 ENST00000480945 protein_coding 6 2 4 DDI2 ENSG00000197312 +CDS chr1 15638307 15638434 ENST00000480945 protein_coding 6 2 5 DDI2 ENSG00000197312 +CDS chr1 15643522 15643650 ENST00000480945 protein_coding 6 2 6 DDI2 ENSG00000197312 +CDS chr1 15649720 15649823 ENST00000480945 protein_coding 6 2 7 DDI2 ENSG00000197312 +CDS chr1 15651706 15651895 ENST00000480945 protein_coding 6 2 8 DDI2 ENSG00000197312 +CDS chr1 15656617 15656630 ENST00000480945 protein_coding 6 2 9 DDI2 ENSG00000197312 +transcript chr1 15659713 15662033 ENST00000345034 protein_coding 2 NA NA RSC1A1 ENSG00000215695 +CDS chr1 15659869 15661719 ENST00000345034 protein_coding 2 NA 1 RSC1A1 ENSG00000215695 +transcript chr1 15684320 15734769 ENST00000375799 protein_coding 8 1 NA PLEKHM2 ENSG00000116786 +transcript chr1 15684390 15734769 ENST00000375793 protein_coding 2 5 NA PLEKHM2 ENSG00000116786 +transcript chr1 15684556 15734769 ENST00000642363 protein_coding 1 NA NA PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000375799 protein_coding 8 1 1 PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000375793 protein_coding 2 5 1 PLEKHM2 ENSG00000116786 +CDS chr1 15684559 15684618 ENST00000642363 protein_coding 1 NA 1 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000375799 protein_coding 8 1 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000375793 protein_coding 2 5 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716237 15716343 ENST00000642363 protein_coding 1 NA 2 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000375799 protein_coding 8 1 3 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000375793 protein_coding 2 5 3 PLEKHM2 ENSG00000116786 +CDS chr1 15716707 15716816 ENST00000642363 protein_coding 1 NA 3 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000375799 protein_coding 8 1 4 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000375793 protein_coding 2 5 4 PLEKHM2 ENSG00000116786 +CDS chr1 15717893 15717992 ENST00000642363 protein_coding 1 NA 4 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000375799 protein_coding 8 1 5 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000375793 protein_coding 2 5 5 PLEKHM2 ENSG00000116786 +CDS chr1 15718538 15718625 ENST00000642363 protein_coding 1 NA 5 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000375799 protein_coding 8 1 6 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000375793 protein_coding 2 5 6 PLEKHM2 ENSG00000116786 +CDS chr1 15719734 15719920 ENST00000642363 protein_coding 1 NA 6 PLEKHM2 ENSG00000116786 +CDS chr1 15721329 15721388 ENST00000375799 protein_coding 8 1 7 PLEKHM2 ENSG00000116786 +CDS chr1 15721329 15721388 ENST00000642363 protein_coding 1 NA 7 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000375799 protein_coding 8 1 8 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000375793 protein_coding 2 5 7 PLEKHM2 ENSG00000116786 +CDS chr1 15725317 15725545 ENST00000642363 protein_coding 1 NA 8 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727832 ENST00000375799 protein_coding 8 1 9 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727832 ENST00000375793 protein_coding 2 5 8 PLEKHM2 ENSG00000116786 +CDS chr1 15727014 15727068 ENST00000642363 protein_coding 1 NA 9 PLEKHM2 ENSG00000116786 +CDS chr1 15727192 15727832 ENST00000642363 protein_coding 1 NA 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000375799 protein_coding 8 1 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000375793 protein_coding 2 5 9 PLEKHM2 ENSG00000116786 +CDS chr1 15728079 15728148 ENST00000642363 protein_coding 1 NA 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000375799 protein_coding 8 1 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000375793 protein_coding 2 5 10 PLEKHM2 ENSG00000116786 +CDS chr1 15728267 15728357 ENST00000642363 protein_coding 1 NA 12 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000375799 protein_coding 8 1 12 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000375793 protein_coding 2 5 11 PLEKHM2 ENSG00000116786 +CDS chr1 15728669 15728733 ENST00000642363 protein_coding 1 NA 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000375799 protein_coding 8 1 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000375793 protein_coding 2 5 12 PLEKHM2 ENSG00000116786 +CDS chr1 15729102 15729190 ENST00000642363 protein_coding 1 NA 14 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000375799 protein_coding 8 1 14 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000375793 protein_coding 2 5 13 PLEKHM2 ENSG00000116786 +CDS chr1 15729797 15729929 ENST00000642363 protein_coding 1 NA 15 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000375799 protein_coding 8 1 15 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000375793 protein_coding 2 5 14 PLEKHM2 ENSG00000116786 +CDS chr1 15730532 15730722 ENST00000642363 protein_coding 1 NA 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000375799 protein_coding 8 1 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000375793 protein_coding 2 5 15 PLEKHM2 ENSG00000116786 +CDS chr1 15731192 15731257 ENST00000642363 protein_coding 1 NA 17 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000375799 protein_coding 8 1 17 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000375793 protein_coding 2 5 16 PLEKHM2 ENSG00000116786 +CDS chr1 15731889 15732048 ENST00000642363 protein_coding 1 NA 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000375799 protein_coding 8 1 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000375793 protein_coding 2 5 17 PLEKHM2 ENSG00000116786 +CDS chr1 15732350 15732529 ENST00000642363 protein_coding 1 NA 19 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000375799 protein_coding 8 1 19 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000375793 protein_coding 2 5 18 PLEKHM2 ENSG00000116786 +CDS chr1 15732612 15732728 ENST00000642363 protein_coding 1 NA 20 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000375799 protein_coding 8 1 20 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000375793 protein_coding 2 5 19 PLEKHM2 ENSG00000116786 +CDS chr1 15733797 15733931 ENST00000642363 protein_coding 1 NA 21 PLEKHM2 ENSG00000116786 +transcript chr1 15736258 15741392 ENST00000294454 protein_coding 6 1 NA SLC25A34 ENSG00000162461 +CDS chr1 15736486 15736863 ENST00000294454 protein_coding 6 1 1 SLC25A34 ENSG00000162461 +CDS chr1 15737929 15737994 ENST00000294454 protein_coding 6 1 2 SLC25A34 ENSG00000162461 +CDS chr1 15738093 15738245 ENST00000294454 protein_coding 6 1 3 SLC25A34 ENSG00000162461 +CDS chr1 15738594 15738728 ENST00000294454 protein_coding 6 1 4 SLC25A34 ENSG00000162461 +CDS chr1 15739224 15739403 ENST00000294454 protein_coding 6 1 5 SLC25A34 ENSG00000162461 +transcript chr1 15742499 15747982 ENST00000375782 protein_coding 2 1 NA TMEM82 ENSG00000162460 +CDS chr1 15742560 15742647 ENST00000375782 protein_coding 2 1 1 TMEM82 ENSG00000162460 +CDS chr1 15742835 15742907 ENST00000375782 protein_coding 2 1 2 TMEM82 ENSG00000162460 +CDS chr1 15743020 15743194 ENST00000375782 protein_coding 2 1 3 TMEM82 ENSG00000162460 +CDS chr1 15744160 15744580 ENST00000375782 protein_coding 2 1 4 TMEM82 ENSG00000162460 +CDS chr1 15746867 15747054 ENST00000375782 protein_coding 2 1 5 TMEM82 ENSG00000162460 +CDS chr1 15747546 15747629 ENST00000375782 protein_coding 2 1 6 TMEM82 ENSG00000162460 +transcript chr1 15756607 15765073 ENST00000496928 protein_coding 6 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756617 15765086 ENST00000508310 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756641 15765217 ENST00000510393 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15756644 15765035 ENST00000430076 protein_coding 5 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15756659 15786594 ENST00000375771 protein_coding 5 1 NA FBLIM1 ENSG00000162458 +transcript chr1 15757946 15765027 ENST00000510929 protein_coding 5 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15757947 15765076 ENST00000502638 protein_coding 5 4 NA FBLIM1 ENSG00000162458 +transcript chr1 15758784 15767559 ENST00000483633 protein_coding 6 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15758793 15774631 ENST00000502739 protein_coding 5 5 NA FBLIM1 ENSG00000162458 +transcript chr1 15758795 15786589 ENST00000375766 protein_coding 8 2 NA FBLIM1 ENSG00000162458 +transcript chr1 15758797 15767437 ENST00000431771 protein_coding 6 3 NA FBLIM1 ENSG00000162458 +transcript chr1 15764499 15775242 ENST00000441801 protein_coding 6 1 NA FBLIM1 ENSG00000162458 +transcript chr1 15764953 15785329 ENST00000332305 protein_coding 5 2 NA FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765073 ENST00000496928 protein_coding 6 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765086 ENST00000508310 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765217 ENST00000510393 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765035 ENST00000430076 protein_coding 5 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000375771 protein_coding 5 1 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765027 ENST00000510929 protein_coding 5 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765076 ENST00000502638 protein_coding 5 4 4 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000375766 protein_coding 8 2 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000483633 protein_coding 6 3 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000502739 protein_coding 5 5 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000431771 protein_coding 6 3 3 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000441801 protein_coding 6 1 2 FBLIM1 ENSG00000162458 +CDS chr1 15764984 15765233 ENST00000332305 protein_coding 5 2 1 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000375771 protein_coding 5 1 5 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000375766 protein_coding 8 2 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767559 ENST00000483633 protein_coding 6 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767437 ENST00000431771 protein_coding 6 3 4 FBLIM1 ENSG00000162458 +CDS chr1 15767376 15767563 ENST00000441801 protein_coding 6 1 3 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000375771 protein_coding 5 1 6 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000375766 protein_coding 8 2 5 FBLIM1 ENSG00000162458 +CDS chr1 15768528 15768630 ENST00000441801 protein_coding 6 1 4 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000375771 protein_coding 5 1 7 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000375766 protein_coding 8 2 6 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000502739 protein_coding 5 5 4 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000441801 protein_coding 6 1 5 FBLIM1 ENSG00000162458 +CDS chr1 15770409 15770578 ENST00000332305 protein_coding 5 2 2 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000375771 protein_coding 5 1 8 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000375766 protein_coding 8 2 7 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774631 ENST00000502739 protein_coding 5 5 5 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15775028 ENST00000441801 protein_coding 6 1 6 FBLIM1 ENSG00000162458 +CDS chr1 15774618 15774796 ENST00000332305 protein_coding 5 2 3 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000375771 protein_coding 5 1 9 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000375766 protein_coding 8 2 8 FBLIM1 ENSG00000162458 +CDS chr1 15777170 15777287 ENST00000332305 protein_coding 5 2 4 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000375771 protein_coding 5 1 10 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000375766 protein_coding 8 2 9 FBLIM1 ENSG00000162458 +CDS chr1 15784548 15784658 ENST00000332305 protein_coding 5 2 5 FBLIM1 ENSG00000162458 +transcript chr1 15807169 15809348 ENST00000483273 protein_coding 2 NA NA UQCRHL ENSG00000233954 +CDS chr1 15807377 15807649 ENST00000483273 protein_coding 2 NA 1 UQCRHL ENSG00000233954 +transcript chr1 15836095 15928557 ENST00000673875 protein_coding 1 NA NA SPEN ENSG00000065526 +transcript chr1 15847707 15940456 ENST00000375759 protein_coding 8 1 NA SPEN ENSG00000065526 +CDS chr1 15848068 15848150 ENST00000375759 protein_coding 8 1 1 SPEN ENSG00000065526 +CDS chr1 15872816 15873136 ENST00000375759 protein_coding 8 1 2 SPEN ENSG00000065526 +CDS chr1 15872937 15873136 ENST00000673875 protein_coding 1 NA 3 SPEN ENSG00000065526 +transcript chr1 15873502 15911301 ENST00000438066 protein_coding 1 3 NA SPEN ENSG00000065526 +CDS chr1 15874115 15874395 ENST00000438066 protein_coding 1 3 1 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000673875 protein_coding 1 NA 4 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000375759 protein_coding 8 1 3 SPEN ENSG00000065526 +CDS chr1 15876202 15876678 ENST00000438066 protein_coding 1 3 2 SPEN ENSG00000065526 +transcript chr1 15876576 15920906 ENST00000442985 protein_coding 1 5 NA SPEN ENSG00000065526 +CDS chr1 15876576 15876678 ENST00000442985 protein_coding 1 5 1 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000673875 protein_coding 1 NA 5 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000375759 protein_coding 8 1 4 SPEN ENSG00000065526 +CDS chr1 15909321 15909481 ENST00000438066 protein_coding 1 3 3 SPEN ENSG00000065526 +CDS chr1 15909324 15909481 ENST00000442985 protein_coding 1 5 2 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000673875 protein_coding 1 NA 6 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000375759 protein_coding 8 1 5 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000438066 protein_coding 1 3 4 SPEN ENSG00000065526 +CDS chr1 15911101 15911301 ENST00000442985 protein_coding 1 5 3 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000673875 protein_coding 1 NA 7 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000375759 protein_coding 8 1 6 SPEN ENSG00000065526 +CDS chr1 15916128 15916279 ENST00000442985 protein_coding 1 5 4 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000673875 protein_coding 1 NA 8 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000375759 protein_coding 8 1 7 SPEN ENSG00000065526 +CDS chr1 15918926 15919051 ENST00000442985 protein_coding 1 5 5 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000673875 protein_coding 1 NA 9 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000375759 protein_coding 8 1 8 SPEN ENSG00000065526 +CDS chr1 15919404 15919517 ENST00000442985 protein_coding 1 5 6 SPEN ENSG00000065526 +CDS chr1 15920870 15920983 ENST00000673875 protein_coding 1 NA 10 SPEN ENSG00000065526 +CDS chr1 15920870 15920983 ENST00000375759 protein_coding 8 1 9 SPEN ENSG00000065526 +CDS chr1 15920870 15920906 ENST00000442985 protein_coding 1 5 7 SPEN ENSG00000065526 +CDS chr1 15922249 15922349 ENST00000673875 protein_coding 1 NA 11 SPEN ENSG00000065526 +CDS chr1 15922249 15922349 ENST00000375759 protein_coding 8 1 10 SPEN ENSG00000065526 +CDS chr1 15928091 15928557 ENST00000673875 protein_coding 1 NA 12 SPEN ENSG00000065526 +CDS chr1 15928091 15936266 ENST00000375759 protein_coding 8 1 11 SPEN ENSG00000065526 +CDS chr1 15937163 15937645 ENST00000375759 protein_coding 8 1 12 SPEN ENSG00000065526 +CDS chr1 15937812 15938006 ENST00000375759 protein_coding 8 1 13 SPEN ENSG00000065526 +CDS chr1 15938718 15938876 ENST00000375759 protein_coding 8 1 14 SPEN ENSG00000065526 +CDS chr1 15939296 15939424 ENST00000375759 protein_coding 8 1 15 SPEN ENSG00000065526 +transcript chr1 15941869 15943089 ENST00000440560 protein_coding 5 3 NA ZBTB17 ENSG00000116809 +transcript chr1 15941869 15976101 ENST00000375743 protein_coding 9 1 NA ZBTB17 ENSG00000116809 +transcript chr1 15941871 15976079 ENST00000537142 protein_coding 5 2 NA ZBTB17 ENSG00000116809 +transcript chr1 15941871 15976132 ENST00000375733 protein_coding 6 1 NA ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000440560 protein_coding 5 3 4 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000375743 protein_coding 9 1 16 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000537142 protein_coding 5 2 15 ZBTB17 ENSG00000116809 +CDS chr1 15941972 15942252 ENST00000375733 protein_coding 6 1 16 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942441 ENST00000440560 protein_coding 5 3 3 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942420 ENST00000375743 protein_coding 9 1 15 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942420 ENST00000537142 protein_coding 5 2 14 ZBTB17 ENSG00000116809 +CDS chr1 15942331 15942441 ENST00000375733 protein_coding 6 1 15 ZBTB17 ENSG00000116809 +transcript chr1 15942407 15944428 ENST00000444358 protein_coding 1 5 NA ZBTB17 ENSG00000116809 +CDS chr1 15942407 15942420 ENST00000444358 protein_coding 1 5 6 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000440560 protein_coding 5 3 2 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000375743 protein_coding 9 1 14 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000537142 protein_coding 5 2 13 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000375733 protein_coding 6 1 14 ZBTB17 ENSG00000116809 +CDS chr1 15942529 15942738 ENST00000444358 protein_coding 1 5 5 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943089 ENST00000440560 protein_coding 5 3 1 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000375743 protein_coding 9 1 13 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000537142 protein_coding 5 2 12 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000375733 protein_coding 6 1 13 ZBTB17 ENSG00000116809 +CDS chr1 15943064 15943194 ENST00000444358 protein_coding 1 5 4 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000375743 protein_coding 9 1 12 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000537142 protein_coding 5 2 11 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000375733 protein_coding 6 1 12 ZBTB17 ENSG00000116809 +CDS chr1 15943399 15943519 ENST00000444358 protein_coding 1 5 3 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000375743 protein_coding 9 1 11 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000537142 protein_coding 5 2 10 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000375733 protein_coding 6 1 11 ZBTB17 ENSG00000116809 +CDS chr1 15943599 15943715 ENST00000444358 protein_coding 1 5 2 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000375743 protein_coding 9 1 10 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000537142 protein_coding 5 2 9 ZBTB17 ENSG00000116809 +CDS chr1 15943808 15943895 ENST00000375733 protein_coding 6 1 10 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000375743 protein_coding 9 1 9 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000537142 protein_coding 5 2 8 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944600 ENST00000375733 protein_coding 6 1 9 ZBTB17 ENSG00000116809 +CDS chr1 15944300 15944428 ENST00000444358 protein_coding 1 5 1 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000375743 protein_coding 9 1 8 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000537142 protein_coding 5 2 7 ZBTB17 ENSG00000116809 +CDS chr1 15944697 15944839 ENST00000375733 protein_coding 6 1 8 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000375743 protein_coding 9 1 7 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000537142 protein_coding 5 2 6 ZBTB17 ENSG00000116809 +CDS chr1 15944937 15945202 ENST00000375733 protein_coding 6 1 7 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000375743 protein_coding 9 1 6 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000537142 protein_coding 5 2 5 ZBTB17 ENSG00000116809 +CDS chr1 15945715 15945840 ENST00000375733 protein_coding 6 1 6 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946294 ENST00000375743 protein_coding 9 1 5 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946316 ENST00000537142 protein_coding 5 2 4 ZBTB17 ENSG00000116809 +CDS chr1 15946154 15946294 ENST00000375733 protein_coding 6 1 5 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947123 ENST00000375743 protein_coding 9 1 4 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947060 ENST00000537142 protein_coding 5 2 3 ZBTB17 ENSG00000116809 +CDS chr1 15946935 15947123 ENST00000375733 protein_coding 6 1 4 ZBTB17 ENSG00000116809 +CDS chr1 15948291 15948495 ENST00000375743 protein_coding 9 1 3 ZBTB17 ENSG00000116809 +CDS chr1 15948291 15948495 ENST00000375733 protein_coding 6 1 3 ZBTB17 ENSG00000116809 +transcript chr1 16004236 16008807 ENST00000329454 protein_coding 2 1 NA SRARP ENSG00000183888 +CDS chr1 16004304 16004385 ENST00000329454 protein_coding 2 1 1 SRARP ENSG00000183888 +CDS chr1 16005919 16006343 ENST00000329454 protein_coding 2 1 2 SRARP ENSG00000183888 +transcript chr1 16014028 16018041 ENST00000411503 protein_coding 5 1 NA HSPB7 ENSG00000173641 +transcript chr1 16014028 16019594 ENST00000375718 protein_coding 4 2 NA HSPB7 ENSG00000173641 +transcript chr1 16014029 16018043 ENST00000311890 protein_coding 14 1 NA HSPB7 ENSG00000173641 +transcript chr1 16015374 16017825 ENST00000463576 protein_coding 5 4 NA HSPB7 ENSG00000173641 +transcript chr1 16015374 16018073 ENST00000487046 protein_coding 1 1 NA HSPB7 ENSG00000173641 +transcript chr1 16015499 16018005 ENST00000406363 protein_coding 2 1 NA HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000411503 protein_coding 5 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000375718 protein_coding 4 2 4 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000311890 protein_coding 14 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000463576 protein_coding 5 4 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000487046 protein_coding 1 1 3 HSPB7 ENSG00000173641 +CDS chr1 16015583 16015759 ENST00000406363 protein_coding 2 1 3 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017207 ENST00000375718 protein_coding 4 2 3 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017207 ENST00000311890 protein_coding 14 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017222 ENST00000487046 protein_coding 1 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017074 16017219 ENST00000406363 protein_coding 2 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017089 16017207 ENST00000411503 protein_coding 5 1 2 HSPB7 ENSG00000173641 +CDS chr1 16017089 16017222 ENST00000463576 protein_coding 5 4 2 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000411503 protein_coding 5 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017852 ENST00000375718 protein_coding 4 2 2 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000311890 protein_coding 14 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017825 ENST00000463576 protein_coding 5 4 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000487046 protein_coding 1 1 1 HSPB7 ENSG00000173641 +CDS chr1 16017765 16017963 ENST00000406363 protein_coding 2 1 1 HSPB7 ENSG00000173641 +CDS chr1 16019134 16019469 ENST00000375718 protein_coding 4 2 1 HSPB7 ENSG00000173641 +transcript chr1 16021871 16034050 ENST00000375692 protein_coding 5 1 NA CLCNKA ENSG00000186510 +transcript chr1 16022014 16033663 ENST00000439316 protein_coding 6 2 NA CLCNKA ENSG00000186510 +transcript chr1 16022036 16034050 ENST00000331433 protein_coding 5 1 NA CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000375692 protein_coding 5 1 3 CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000439316 protein_coding 6 2 2 CLCNKA ENSG00000186510 +CDS chr1 16022620 16022719 ENST00000331433 protein_coding 5 1 2 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000375692 protein_coding 5 1 4 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000439316 protein_coding 6 2 3 CLCNKA ENSG00000186510 +CDS chr1 16023800 16023928 ENST00000331433 protein_coding 5 1 3 CLCNKA ENSG00000186510 +CDS chr1 16024763 16024891 ENST00000375692 protein_coding 5 1 5 CLCNKA ENSG00000186510 +CDS chr1 16024763 16024891 ENST00000331433 protein_coding 5 1 4 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000375692 protein_coding 5 1 6 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000439316 protein_coding 6 2 4 CLCNKA ENSG00000186510 +CDS chr1 16026108 16026247 ENST00000331433 protein_coding 5 1 5 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000375692 protein_coding 5 1 7 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000439316 protein_coding 6 2 5 CLCNKA ENSG00000186510 +CDS chr1 16026536 16026613 ENST00000331433 protein_coding 5 1 6 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000375692 protein_coding 5 1 8 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000439316 protein_coding 6 2 6 CLCNKA ENSG00000186510 +CDS chr1 16026697 16026775 ENST00000331433 protein_coding 5 1 7 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000375692 protein_coding 5 1 9 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000439316 protein_coding 6 2 7 CLCNKA ENSG00000186510 +CDS chr1 16027310 16027435 ENST00000331433 protein_coding 5 1 8 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000375692 protein_coding 5 1 10 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000439316 protein_coding 6 2 8 CLCNKA ENSG00000186510 +CDS chr1 16027821 16027905 ENST00000331433 protein_coding 5 1 9 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000375692 protein_coding 5 1 11 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000439316 protein_coding 6 2 9 CLCNKA ENSG00000186510 +CDS chr1 16028018 16028119 ENST00000331433 protein_coding 5 1 10 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000375692 protein_coding 5 1 12 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000439316 protein_coding 6 2 10 CLCNKA ENSG00000186510 +CDS chr1 16028761 16028845 ENST00000331433 protein_coding 5 1 11 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000375692 protein_coding 5 1 13 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000439316 protein_coding 6 2 11 CLCNKA ENSG00000186510 +CDS chr1 16029126 16029299 ENST00000331433 protein_coding 5 1 12 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000375692 protein_coding 5 1 14 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000439316 protein_coding 6 2 12 CLCNKA ENSG00000186510 +CDS chr1 16029731 16029800 ENST00000331433 protein_coding 5 1 13 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000375692 protein_coding 5 1 15 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000439316 protein_coding 6 2 13 CLCNKA ENSG00000186510 +CDS chr1 16029965 16030075 ENST00000331433 protein_coding 5 1 14 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000375692 protein_coding 5 1 16 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000439316 protein_coding 6 2 14 CLCNKA ENSG00000186510 +CDS chr1 16030461 16030674 ENST00000331433 protein_coding 5 1 15 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000375692 protein_coding 5 1 17 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000439316 protein_coding 6 2 15 CLCNKA ENSG00000186510 +CDS chr1 16031710 16031843 ENST00000331433 protein_coding 5 1 16 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000375692 protein_coding 5 1 18 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000439316 protein_coding 6 2 16 CLCNKA ENSG00000186510 +CDS chr1 16032203 16032291 ENST00000331433 protein_coding 5 1 17 CLCNKA ENSG00000186510 +CDS chr1 16032443 16032526 ENST00000439316 protein_coding 6 2 17 CLCNKA ENSG00000186510 +CDS chr1 16032443 16032526 ENST00000331433 protein_coding 5 1 18 CLCNKA ENSG00000186510 +CDS chr1 16032446 16032526 ENST00000375692 protein_coding 5 1 19 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000375692 protein_coding 5 1 20 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000439316 protein_coding 6 2 18 CLCNKA ENSG00000186510 +CDS chr1 16033170 16033256 ENST00000331433 protein_coding 5 1 19 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000375692 protein_coding 5 1 21 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000439316 protein_coding 6 2 19 CLCNKA ENSG00000186510 +CDS chr1 16033611 16033655 ENST00000331433 protein_coding 5 1 20 CLCNKA ENSG00000186510 +transcript chr1 16040252 16057279 ENST00000684324 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040276 16057252 ENST00000684545 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040339 16057257 ENST00000683578 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040339 16057311 ENST00000682338 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16040985 16057293 ENST00000682793 protein_coding 1 NA NA CLCNKB ENSG00000184908 +transcript chr1 16043782 16057308 ENST00000375679 protein_coding 9 1 NA CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000684324 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000684545 protein_coding 1 NA 2 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000683578 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000682338 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000682793 protein_coding 1 NA 2 CLCNKB ENSG00000184908 +CDS chr1 16044493 16044592 ENST00000375679 protein_coding 9 1 2 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000684324 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000684545 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000683578 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000682338 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000682793 protein_coding 1 NA 3 CLCNKB ENSG00000184908 +CDS chr1 16045558 16045686 ENST00000375679 protein_coding 9 1 3 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000684324 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000684545 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000683578 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000682338 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000682793 protein_coding 1 NA 4 CLCNKB ENSG00000184908 +CDS chr1 16046535 16046663 ENST00000375679 protein_coding 9 1 4 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000684324 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000684545 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000683578 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000682338 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000682793 protein_coding 1 NA 5 CLCNKB ENSG00000184908 +CDS chr1 16047905 16048044 ENST00000375679 protein_coding 9 1 5 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000684324 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000684545 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000683578 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000682338 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000682793 protein_coding 1 NA 6 CLCNKB ENSG00000184908 +CDS chr1 16048343 16048420 ENST00000375679 protein_coding 9 1 6 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000684324 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000684545 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000683578 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000682338 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000682793 protein_coding 1 NA 7 CLCNKB ENSG00000184908 +CDS chr1 16048504 16048582 ENST00000375679 protein_coding 9 1 7 CLCNKB ENSG00000184908 +transcript chr1 16048789 16057308 ENST00000375667 protein_coding 7 2 NA CLCNKB ENSG00000184908 +CDS chr1 16048972 16049245 ENST00000375667 protein_coding 7 2 1 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000684324 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000684545 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000683578 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000682338 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000682793 protein_coding 1 NA 8 CLCNKB ENSG00000184908 +CDS chr1 16049120 16049245 ENST00000375679 protein_coding 9 1 8 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000684324 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000684545 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000683578 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000682338 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000682793 protein_coding 1 NA 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000375679 protein_coding 9 1 9 CLCNKB ENSG00000184908 +CDS chr1 16049618 16049702 ENST00000375667 protein_coding 7 2 2 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000684324 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000684545 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000683578 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000682338 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000682793 protein_coding 1 NA 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000375679 protein_coding 9 1 10 CLCNKB ENSG00000184908 +CDS chr1 16049815 16049916 ENST00000375667 protein_coding 7 2 3 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000684324 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000684545 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000683578 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000682338 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000682793 protein_coding 1 NA 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000375679 protein_coding 9 1 11 CLCNKB ENSG00000184908 +CDS chr1 16050516 16050600 ENST00000375667 protein_coding 7 2 4 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000684324 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000684545 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000683578 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000682338 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000682793 protein_coding 1 NA 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000375679 protein_coding 9 1 12 CLCNKB ENSG00000184908 +CDS chr1 16050875 16051048 ENST00000375667 protein_coding 7 2 5 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000684324 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000684545 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000683578 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000682338 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000682793 protein_coding 1 NA 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000375679 protein_coding 9 1 13 CLCNKB ENSG00000184908 +CDS chr1 16051478 16051547 ENST00000375667 protein_coding 7 2 6 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000684324 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000684545 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000683578 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000682338 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000682793 protein_coding 1 NA 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000375679 protein_coding 9 1 14 CLCNKB ENSG00000184908 +CDS chr1 16051710 16051820 ENST00000375667 protein_coding 7 2 7 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000684324 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000684545 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000683578 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000682338 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000682793 protein_coding 1 NA 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000375679 protein_coding 9 1 15 CLCNKB ENSG00000184908 +CDS chr1 16052198 16052411 ENST00000375667 protein_coding 7 2 8 CLCNKB ENSG00000184908 +transcript chr1 16052323 16057308 ENST00000431772 protein_coding 1 5 NA CLCNKB ENSG00000184908 +CDS chr1 16052323 16052411 ENST00000431772 protein_coding 1 5 1 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000684324 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000684545 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000683578 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000682338 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000682793 protein_coding 1 NA 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000375679 protein_coding 9 1 16 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000375667 protein_coding 7 2 9 CLCNKB ENSG00000184908 +CDS chr1 16053639 16053772 ENST00000431772 protein_coding 1 5 2 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000684324 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000684545 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000683578 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000682338 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000682793 protein_coding 1 NA 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000375679 protein_coding 9 1 17 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000375667 protein_coding 7 2 10 CLCNKB ENSG00000184908 +CDS chr1 16055435 16055523 ENST00000431772 protein_coding 1 5 3 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000684324 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000684545 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000682338 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000682793 protein_coding 1 NA 18 CLCNKB ENSG00000184908 +CDS chr1 16055675 16055758 ENST00000375679 protein_coding 9 1 18 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000683578 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000375667 protein_coding 7 2 11 CLCNKB ENSG00000184908 +CDS chr1 16055678 16055758 ENST00000431772 protein_coding 1 5 4 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000684324 protein_coding 1 NA 22 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000684545 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000683578 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000682338 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000682793 protein_coding 1 NA 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000375679 protein_coding 9 1 19 CLCNKB ENSG00000184908 +CDS chr1 16056422 16056508 ENST00000375667 protein_coding 7 2 12 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000684324 protein_coding 1 NA 23 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000684545 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000683578 protein_coding 1 NA 21 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000682338 protein_coding 1 NA 22 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000682793 protein_coding 1 NA 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000375679 protein_coding 9 1 20 CLCNKB ENSG00000184908 +CDS chr1 16056869 16056913 ENST00000375667 protein_coding 7 2 13 CLCNKB ENSG00000184908 +CDS chr1 16057238 16057282 ENST00000431772 protein_coding 1 5 5 CLCNKB ENSG00000184908 +transcript chr1 16057769 16073651 ENST00000375662 protein_coding 5 1 NA FAM131C ENSG00000185519 +CDS chr1 16058440 16058717 ENST00000375662 protein_coding 5 1 7 FAM131C ENSG00000185519 +CDS chr1 16059494 16059604 ENST00000375662 protein_coding 5 1 6 FAM131C ENSG00000185519 +CDS chr1 16059869 16060051 ENST00000375662 protein_coding 5 1 5 FAM131C ENSG00000185519 +CDS chr1 16062099 16062192 ENST00000375662 protein_coding 5 1 4 FAM131C ENSG00000185519 +CDS chr1 16062499 16062534 ENST00000375662 protein_coding 5 1 3 FAM131C ENSG00000185519 +CDS chr1 16063521 16063636 ENST00000375662 protein_coding 5 1 2 FAM131C ENSG00000185519 +CDS chr1 16073421 16073442 ENST00000375662 protein_coding 5 1 1 FAM131C ENSG00000185519 +transcript chr1 16124337 16156069 ENST00000358432 protein_coding 8 1 NA EPHA2 ENSG00000142627 +CDS chr1 16125218 16125320 ENST00000358432 protein_coding 8 1 17 EPHA2 ENSG00000142627 +CDS chr1 16129434 16129589 ENST00000358432 protein_coding 8 1 16 EPHA2 ENSG00000142627 +CDS chr1 16130226 16130419 ENST00000358432 protein_coding 8 1 15 EPHA2 ENSG00000142627 +CDS chr1 16131721 16131870 ENST00000358432 protein_coding 8 1 14 EPHA2 ENSG00000142627 +CDS chr1 16132064 16132273 ENST00000358432 protein_coding 8 1 13 EPHA2 ENSG00000142627 +CDS chr1 16132378 16132439 ENST00000358432 protein_coding 8 1 12 EPHA2 ENSG00000142627 +CDS chr1 16133180 16133368 ENST00000358432 protein_coding 8 1 11 EPHA2 ENSG00000142627 +CDS chr1 16133481 16133606 ENST00000358432 protein_coding 8 1 10 EPHA2 ENSG00000142627 +CDS chr1 16133860 16133915 ENST00000358432 protein_coding 8 1 9 EPHA2 ENSG00000142627 +CDS chr1 16134468 16134567 ENST00000358432 protein_coding 8 1 8 EPHA2 ENSG00000142627 +CDS chr1 16135036 16135189 ENST00000358432 protein_coding 8 1 7 EPHA2 ENSG00000142627 +CDS chr1 16135655 16135770 ENST00000358432 protein_coding 8 1 6 EPHA2 ENSG00000142627 +CDS chr1 16137853 16138185 ENST00000358432 protein_coding 8 1 5 EPHA2 ENSG00000142627 +CDS chr1 16138275 16138430 ENST00000358432 protein_coding 8 1 4 EPHA2 ENSG00000142627 +CDS chr1 16148378 16149047 ENST00000358432 protein_coding 8 1 3 EPHA2 ENSG00000142627 +CDS chr1 16150896 16150963 ENST00000358432 protein_coding 8 1 2 EPHA2 ENSG00000142627 +CDS chr1 16155848 16155932 ENST00000358432 protein_coding 8 1 1 EPHA2 ENSG00000142627 +transcript chr1 16197854 16212652 ENST00000270747 protein_coding 8 1 NA ARHGEF19 ENSG00000142632 +CDS chr1 16198590 16198744 ENST00000270747 protein_coding 8 1 16 ARHGEF19 ENSG00000142632 +CDS chr1 16199150 16199254 ENST00000270747 protein_coding 8 1 15 ARHGEF19 ENSG00000142632 +CDS chr1 16201782 16201861 ENST00000270747 protein_coding 8 1 14 ARHGEF19 ENSG00000142632 +CDS chr1 16202416 16202574 ENST00000270747 protein_coding 8 1 13 ARHGEF19 ENSG00000142632 +CDS chr1 16204759 16204919 ENST00000270747 protein_coding 8 1 12 ARHGEF19 ENSG00000142632 +transcript chr1 16204811 16206543 ENST00000449495 protein_coding 1 2 NA ARHGEF19 ENSG00000142632 +CDS chr1 16204811 16204919 ENST00000449495 protein_coding 1 2 6 ARHGEF19 ENSG00000142632 +CDS chr1 16205087 16205176 ENST00000270747 protein_coding 8 1 11 ARHGEF19 ENSG00000142632 +CDS chr1 16205087 16205176 ENST00000449495 protein_coding 1 2 5 ARHGEF19 ENSG00000142632 +CDS chr1 16205351 16205425 ENST00000270747 protein_coding 8 1 10 ARHGEF19 ENSG00000142632 +CDS chr1 16205351 16205425 ENST00000449495 protein_coding 1 2 4 ARHGEF19 ENSG00000142632 +CDS chr1 16205538 16205667 ENST00000270747 protein_coding 8 1 9 ARHGEF19 ENSG00000142632 +CDS chr1 16205538 16205667 ENST00000449495 protein_coding 1 2 3 ARHGEF19 ENSG00000142632 +transcript chr1 16205849 16206526 ENST00000441785 protein_coding 1 2 NA ARHGEF19 ENSG00000142632 +CDS chr1 16205930 16206083 ENST00000441785 protein_coding 1 2 2 ARHGEF19 ENSG00000142632 +CDS chr1 16205931 16206083 ENST00000270747 protein_coding 8 1 8 ARHGEF19 ENSG00000142632 +CDS chr1 16205931 16206083 ENST00000449495 protein_coding 1 2 2 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206340 ENST00000270747 protein_coding 8 1 7 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206543 ENST00000449495 protein_coding 1 2 1 ARHGEF19 ENSG00000142632 +CDS chr1 16206180 16206526 ENST00000441785 protein_coding 1 2 1 ARHGEF19 ENSG00000142632 +CDS chr1 16206948 16207210 ENST00000270747 protein_coding 8 1 6 ARHGEF19 ENSG00000142632 +CDS chr1 16207522 16207598 ENST00000270747 protein_coding 8 1 5 ARHGEF19 ENSG00000142632 +CDS chr1 16207675 16207777 ENST00000270747 protein_coding 8 1 4 ARHGEF19 ENSG00000142632 +CDS chr1 16207944 16208225 ENST00000270747 protein_coding 8 1 3 ARHGEF19 ENSG00000142632 +CDS chr1 16208643 16209054 ENST00000270747 protein_coding 8 1 2 ARHGEF19 ENSG00000142632 +transcript chr1 16231692 16237183 ENST00000375599 protein_coding 8 1 NA CPLANE2 ENSG00000132881 +CDS chr1 16232051 16232297 ENST00000375599 protein_coding 8 1 5 CPLANE2 ENSG00000132881 +transcript chr1 16232281 16236659 ENST00000434014 protein_coding 1 5 NA CPLANE2 ENSG00000132881 +CDS chr1 16232281 16232297 ENST00000434014 protein_coding 1 5 4 CPLANE2 ENSG00000132881 +CDS chr1 16232510 16232646 ENST00000375599 protein_coding 8 1 4 CPLANE2 ENSG00000132881 +CDS chr1 16232510 16232646 ENST00000434014 protein_coding 1 5 3 CPLANE2 ENSG00000132881 +CDS chr1 16232893 16233017 ENST00000375599 protein_coding 8 1 3 CPLANE2 ENSG00000132881 +CDS chr1 16233612 16233764 ENST00000375599 protein_coding 8 1 2 CPLANE2 ENSG00000132881 +CDS chr1 16233612 16233764 ENST00000434014 protein_coding 1 5 2 CPLANE2 ENSG00000132881 +CDS chr1 16236631 16236742 ENST00000375599 protein_coding 8 1 1 CPLANE2 ENSG00000132881 +CDS chr1 16236631 16236659 ENST00000434014 protein_coding 1 5 1 CPLANE2 ENSG00000132881 +transcript chr1 16246840 16352480 ENST00000375592 protein_coding 8 1 NA FBXO42 ENSG00000037637 +CDS chr1 16250673 16251785 ENST00000375592 protein_coding 8 1 10 FBXO42 ENSG00000037637 +transcript chr1 16251082 16253427 ENST00000456164 protein_coding 5 2 NA FBXO42 ENSG00000037637 +CDS chr1 16251082 16251785 ENST00000456164 protein_coding 5 2 3 FBXO42 ENSG00000037637 +transcript chr1 16251082 16253593 ENST00000444116 protein_coding 1 5 NA FBXO42 ENSG00000037637 +CDS chr1 16251082 16251785 ENST00000444116 protein_coding 1 5 4 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000375592 protein_coding 8 1 9 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000456164 protein_coding 5 2 2 FBXO42 ENSG00000037637 +CDS chr1 16252288 16252404 ENST00000444116 protein_coding 1 5 3 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253152 ENST00000375592 protein_coding 8 1 8 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253170 ENST00000456164 protein_coding 5 2 1 FBXO42 ENSG00000037637 +CDS chr1 16253096 16253170 ENST00000444116 protein_coding 1 5 2 FBXO42 ENSG00000037637 +CDS chr1 16253635 16253731 ENST00000375592 protein_coding 8 1 7 FBXO42 ENSG00000037637 +CDS chr1 16255711 16255821 ENST00000375592 protein_coding 8 1 6 FBXO42 ENSG00000037637 +CDS chr1 16256606 16256759 ENST00000375592 protein_coding 8 1 5 FBXO42 ENSG00000037637 +CDS chr1 16294783 16294917 ENST00000375592 protein_coding 8 1 4 FBXO42 ENSG00000037637 +CDS chr1 16305803 16305919 ENST00000375592 protein_coding 8 1 3 FBXO42 ENSG00000037637 +CDS chr1 16315169 16315418 ENST00000375592 protein_coding 8 1 2 FBXO42 ENSG00000037637 +transcript chr1 16367088 16395406 ENST00000471507 protein_coding 5 2 NA SZRD1 ENSG00000055070 +transcript chr1 16367225 16398145 ENST00000401089 protein_coding 3 2 NA SZRD1 ENSG00000055070 +transcript chr1 16367242 16398145 ENST00000401088 protein_coding 9 1 NA SZRD1 ENSG00000055070 +CDS chr1 16367258 16367308 ENST00000401088 protein_coding 9 1 1 SZRD1 ENSG00000055070 +CDS chr1 16367258 16367308 ENST00000471507 protein_coding 5 2 1 SZRD1 ENSG00000055070 +CDS chr1 16367265 16367308 ENST00000401089 protein_coding 3 2 1 SZRD1 ENSG00000055070 +transcript chr1 16367265 16398142 ENST00000492354 protein_coding 1 1 NA SZRD1 ENSG00000055070 +CDS chr1 16367265 16367308 ENST00000492354 protein_coding 1 1 1 SZRD1 ENSG00000055070 +transcript chr1 16387117 16403974 ENST00000491418 protein_coding 5 5 NA SPATA21 ENSG00000187144 +CDS chr1 16387298 16387301 ENST00000491418 protein_coding 5 5 5 SPATA21 ENSG00000187144 +CDS chr1 16391375 16391424 ENST00000401088 protein_coding 9 1 2 SZRD1 ENSG00000055070 +CDS chr1 16391375 16391424 ENST00000471507 protein_coding 5 2 2 SZRD1 ENSG00000055070 +CDS chr1 16393228 16393482 ENST00000401088 protein_coding 9 1 3 SZRD1 ENSG00000055070 +CDS chr1 16393228 16393482 ENST00000401089 protein_coding 3 2 2 SZRD1 ENSG00000055070 +CDS chr1 16393231 16393482 ENST00000471507 protein_coding 5 2 3 SZRD1 ENSG00000055070 +CDS chr1 16393231 16393482 ENST00000492354 protein_coding 1 1 2 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000401088 protein_coding 9 1 4 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000471507 protein_coding 5 2 4 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000401089 protein_coding 3 2 3 SZRD1 ENSG00000055070 +CDS chr1 16395038 16395137 ENST00000492354 protein_coding 1 1 3 SZRD1 ENSG00000055070 +transcript chr1 16398643 16437424 ENST00000335496 protein_coding 5 1 NA SPATA21 ENSG00000187144 +transcript chr1 16398667 16437190 ENST00000540400 protein_coding 1 1 NA SPATA21 ENSG00000187144 +CDS chr1 16398768 16398822 ENST00000335496 protein_coding 5 1 13 SPATA21 ENSG00000187144 +CDS chr1 16398768 16398822 ENST00000540400 protein_coding 1 1 11 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000491418 protein_coding 5 5 4 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000335496 protein_coding 5 1 12 SPATA21 ENSG00000187144 +CDS chr1 16399344 16399521 ENST00000540400 protein_coding 1 1 10 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000491418 protein_coding 5 5 3 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000335496 protein_coding 5 1 11 SPATA21 ENSG00000187144 +CDS chr1 16400720 16400892 ENST00000540400 protein_coding 1 1 9 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000491418 protein_coding 5 5 2 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000335496 protein_coding 5 1 10 SPATA21 ENSG00000187144 +CDS chr1 16403727 16403844 ENST00000540400 protein_coding 1 1 8 SPATA21 ENSG00000187144 +CDS chr1 16403968 16403974 ENST00000491418 protein_coding 5 5 1 SPATA21 ENSG00000187144 +CDS chr1 16403968 16404039 ENST00000335496 protein_coding 5 1 9 SPATA21 ENSG00000187144 +CDS chr1 16403968 16404039 ENST00000540400 protein_coding 1 1 7 SPATA21 ENSG00000187144 +CDS chr1 16404967 16405104 ENST00000335496 protein_coding 5 1 8 SPATA21 ENSG00000187144 +CDS chr1 16404967 16405104 ENST00000540400 protein_coding 1 1 6 SPATA21 ENSG00000187144 +CDS chr1 16409118 16409203 ENST00000335496 protein_coding 5 1 7 SPATA21 ENSG00000187144 +CDS chr1 16409118 16409203 ENST00000540400 protein_coding 1 1 5 SPATA21 ENSG00000187144 +CDS chr1 16409601 16410043 ENST00000335496 protein_coding 5 1 6 SPATA21 ENSG00000187144 +CDS chr1 16409601 16410043 ENST00000540400 protein_coding 1 1 4 SPATA21 ENSG00000187144 +CDS chr1 16410778 16410852 ENST00000540400 protein_coding 1 1 3 SPATA21 ENSG00000187144 +CDS chr1 16421509 16421557 ENST00000335496 protein_coding 5 1 5 SPATA21 ENSG00000187144 +CDS chr1 16421911 16421971 ENST00000335496 protein_coding 5 1 4 SPATA21 ENSG00000187144 +transcript chr1 16424904 16437416 ENST00000375577 protein_coding 5 1 NA SPATA21 ENSG00000187144 +transcript chr1 16425097 16431371 ENST00000612240 protein_coding 1 5 NA SPATA21 ENSG00000187144 +CDS chr1 16425100 16425210 ENST00000375577 protein_coding 5 1 5 SPATA21 ENSG00000187144 +CDS chr1 16425100 16425210 ENST00000612240 protein_coding 1 5 4 SPATA21 ENSG00000187144 +CDS chr1 16425524 16425731 ENST00000375577 protein_coding 5 1 4 SPATA21 ENSG00000187144 +CDS chr1 16425524 16425731 ENST00000612240 protein_coding 1 5 3 SPATA21 ENSG00000187144 +CDS chr1 16427864 16428015 ENST00000375577 protein_coding 5 1 3 SPATA21 ENSG00000187144 +CDS chr1 16427864 16428015 ENST00000612240 protein_coding 1 5 2 SPATA21 ENSG00000187144 +CDS chr1 16431243 16431371 ENST00000375577 protein_coding 5 1 2 SPATA21 ENSG00000187144 +CDS chr1 16431243 16431371 ENST00000612240 protein_coding 1 5 1 SPATA21 ENSG00000187144 +CDS chr1 16431338 16431371 ENST00000335496 protein_coding 5 1 3 SPATA21 ENSG00000187144 +transcript chr1 16440721 16459008 ENST00000504551 protein_coding 6 5 NA NECAP2 ENSG00000157191 +transcript chr1 16440724 16460078 ENST00000337132 protein_coding 10 1 NA NECAP2 ENSG00000157191 +transcript chr1 16440724 16459073 ENST00000457722 protein_coding 6 2 NA NECAP2 ENSG00000157191 +transcript chr1 16440736 16460077 ENST00000443980 protein_coding 6 2 NA NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000337132 protein_coding 10 1 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000504551 protein_coding 6 5 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440775 ENST00000457722 protein_coding 6 2 1 NECAP2 ENSG00000157191 +CDS chr1 16440762 16440853 ENST00000443980 protein_coding 6 2 1 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000337132 protein_coding 10 1 2 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000457722 protein_coding 6 2 2 NECAP2 ENSG00000157191 +CDS chr1 16443632 16443732 ENST00000443980 protein_coding 6 2 2 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000337132 protein_coding 10 1 3 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000504551 protein_coding 6 5 2 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000457722 protein_coding 6 2 3 NECAP2 ENSG00000157191 +CDS chr1 16447870 16447974 ENST00000443980 protein_coding 6 2 3 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000337132 protein_coding 10 1 4 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000457722 protein_coding 6 2 4 NECAP2 ENSG00000157191 +CDS chr1 16448060 16448141 ENST00000443980 protein_coding 6 2 4 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000337132 protein_coding 10 1 5 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000504551 protein_coding 6 5 3 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000457722 protein_coding 6 2 5 NECAP2 ENSG00000157191 +CDS chr1 16449093 16449201 ENST00000443980 protein_coding 6 2 5 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000337132 protein_coding 10 1 6 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000504551 protein_coding 6 5 4 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000457722 protein_coding 6 2 6 NECAP2 ENSG00000157191 +CDS chr1 16451838 16452015 ENST00000443980 protein_coding 6 2 6 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000337132 protein_coding 10 1 7 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000504551 protein_coding 6 5 5 NECAP2 ENSG00000157191 +CDS chr1 16455818 16455893 ENST00000457722 protein_coding 6 2 7 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000337132 protein_coding 10 1 8 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000504551 protein_coding 6 5 6 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458887 ENST00000457722 protein_coding 6 2 8 NECAP2 ENSG00000157191 +CDS chr1 16458842 16458993 ENST00000443980 protein_coding 6 2 7 NECAP2 ENSG00000157191 +transcript chr1 16562319 16613487 ENST00000430580 protein_coding 6 5 NA NBPF1 ENSG00000219481 +CDS chr1 16563946 16564186 ENST00000430580 protein_coding 6 5 29 NBPF1 ENSG00000219481 +CDS chr1 16564807 16564918 ENST00000430580 protein_coding 6 5 28 NBPF1 ENSG00000219481 +CDS chr1 16565633 16565805 ENST00000430580 protein_coding 6 5 27 NBPF1 ENSG00000219481 +CDS chr1 16566408 16566459 ENST00000430580 protein_coding 6 5 26 NBPF1 ENSG00000219481 +CDS chr1 16567179 16567351 ENST00000430580 protein_coding 6 5 25 NBPF1 ENSG00000219481 +CDS chr1 16567979 16568030 ENST00000430580 protein_coding 6 5 24 NBPF1 ENSG00000219481 +CDS chr1 16569073 16569236 ENST00000430580 protein_coding 6 5 23 NBPF1 ENSG00000219481 +CDS chr1 16573142 16573193 ENST00000430580 protein_coding 6 5 22 NBPF1 ENSG00000219481 +CDS chr1 16574487 16574692 ENST00000430580 protein_coding 6 5 21 NBPF1 ENSG00000219481 +CDS chr1 16575157 16575229 ENST00000430580 protein_coding 6 5 20 NBPF1 ENSG00000219481 +CDS chr1 16576267 16576481 ENST00000430580 protein_coding 6 5 19 NBPF1 ENSG00000219481 +CDS chr1 16577317 16577419 ENST00000430580 protein_coding 6 5 18 NBPF1 ENSG00000219481 +CDS chr1 16579193 16579402 ENST00000430580 protein_coding 6 5 17 NBPF1 ENSG00000219481 +CDS chr1 16580745 16580956 ENST00000430580 protein_coding 6 5 16 NBPF1 ENSG00000219481 +CDS chr1 16581420 16581492 ENST00000430580 protein_coding 6 5 15 NBPF1 ENSG00000219481 +CDS chr1 16582544 16582758 ENST00000430580 protein_coding 6 5 14 NBPF1 ENSG00000219481 +CDS chr1 16583594 16583696 ENST00000430580 protein_coding 6 5 13 NBPF1 ENSG00000219481 +CDS chr1 16585489 16585698 ENST00000430580 protein_coding 6 5 12 NBPF1 ENSG00000219481 +CDS chr1 16587050 16587261 ENST00000430580 protein_coding 6 5 11 NBPF1 ENSG00000219481 +CDS chr1 16587725 16587797 ENST00000430580 protein_coding 6 5 10 NBPF1 ENSG00000219481 +CDS chr1 16588849 16589063 ENST00000430580 protein_coding 6 5 9 NBPF1 ENSG00000219481 +CDS chr1 16589899 16590001 ENST00000430580 protein_coding 6 5 8 NBPF1 ENSG00000219481 +CDS chr1 16591847 16592021 ENST00000430580 protein_coding 6 5 7 NBPF1 ENSG00000219481 +transcript chr1 16921931 16972964 ENST00000375541 protein_coding 10 5 NA CROCC ENSG00000058453 +CDS chr1 16922019 16922078 ENST00000375541 protein_coding 10 5 1 CROCC ENSG00000058453 +CDS chr1 16922663 16922798 ENST00000375541 protein_coding 10 5 2 CROCC ENSG00000058453 +transcript chr1 16922755 16961078 ENST00000445545 protein_coding 6 5 NA CROCC ENSG00000058453 +CDS chr1 16922755 16922798 ENST00000445545 protein_coding 6 5 1 CROCC ENSG00000058453 +transcript chr1 16922767 16954362 ENST00000467938 protein_coding 5 2 NA CROCC ENSG00000058453 +CDS chr1 16922767 16922798 ENST00000467938 protein_coding 5 2 1 CROCC ENSG00000058453 +CDS chr1 16924325 16924479 ENST00000375541 protein_coding 10 5 3 CROCC ENSG00000058453 +CDS chr1 16924325 16924479 ENST00000445545 protein_coding 6 5 2 CROCC ENSG00000058453 +CDS chr1 16929846 16930031 ENST00000375541 protein_coding 10 5 4 CROCC ENSG00000058453 +CDS chr1 16929846 16930031 ENST00000467938 protein_coding 5 2 2 CROCC ENSG00000058453 +CDS chr1 16930124 16930207 ENST00000375541 protein_coding 10 5 5 CROCC ENSG00000058453 +CDS chr1 16930124 16930207 ENST00000467938 protein_coding 5 2 3 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000375541 protein_coding 10 5 6 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000445545 protein_coding 6 5 3 CROCC ENSG00000058453 +CDS chr1 16930286 16930347 ENST00000467938 protein_coding 5 2 4 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000375541 protein_coding 10 5 7 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000445545 protein_coding 6 5 4 CROCC ENSG00000058453 +CDS chr1 16930429 16930594 ENST00000467938 protein_coding 5 2 5 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000375541 protein_coding 10 5 8 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000445545 protein_coding 6 5 5 CROCC ENSG00000058453 +CDS chr1 16931291 16931397 ENST00000467938 protein_coding 5 2 6 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000375541 protein_coding 10 5 9 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000445545 protein_coding 6 5 6 CROCC ENSG00000058453 +CDS chr1 16936637 16936873 ENST00000467938 protein_coding 5 2 7 CROCC ENSG00000058453 +transcript chr1 16936791 16940093 ENST00000467715 protein_coding 2 3 NA CROCC ENSG00000058453 +CDS chr1 16936791 16936873 ENST00000467715 protein_coding 2 3 1 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000375541 protein_coding 10 5 10 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000445545 protein_coding 6 5 7 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000467938 protein_coding 5 2 8 CROCC ENSG00000058453 +CDS chr1 16937641 16937737 ENST00000467715 protein_coding 2 3 2 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000375541 protein_coding 10 5 11 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000445545 protein_coding 6 5 8 CROCC ENSG00000058453 +CDS chr1 16938400 16938483 ENST00000467938 protein_coding 5 2 9 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000375541 protein_coding 10 5 12 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000445545 protein_coding 6 5 9 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000467938 protein_coding 5 2 10 CROCC ENSG00000058453 +CDS chr1 16938909 16939142 ENST00000467715 protein_coding 2 3 3 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000375541 protein_coding 10 5 13 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000445545 protein_coding 6 5 10 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000467938 protein_coding 5 2 11 CROCC ENSG00000058453 +CDS chr1 16939894 16940093 ENST00000467715 protein_coding 2 3 4 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000375541 protein_coding 10 5 14 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000445545 protein_coding 6 5 11 CROCC ENSG00000058453 +CDS chr1 16944100 16944282 ENST00000467938 protein_coding 5 2 12 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000375541 protein_coding 10 5 15 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000445545 protein_coding 6 5 12 CROCC ENSG00000058453 +CDS chr1 16945462 16945606 ENST00000467938 protein_coding 5 2 13 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000375541 protein_coding 10 5 16 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000445545 protein_coding 6 5 13 CROCC ENSG00000058453 +CDS chr1 16946259 16946405 ENST00000467938 protein_coding 5 2 14 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000375541 protein_coding 10 5 17 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000445545 protein_coding 6 5 14 CROCC ENSG00000058453 +CDS chr1 16946761 16946991 ENST00000467938 protein_coding 5 2 15 CROCC ENSG00000058453 +CDS chr1 16948331 16948524 ENST00000375541 protein_coding 10 5 18 CROCC ENSG00000058453 +CDS chr1 16948331 16948524 ENST00000445545 protein_coding 6 5 15 CROCC ENSG00000058453 +CDS chr1 16948799 16948926 ENST00000375541 protein_coding 10 5 19 CROCC ENSG00000058453 +CDS chr1 16948799 16948926 ENST00000445545 protein_coding 6 5 16 CROCC ENSG00000058453 +CDS chr1 16950953 16951122 ENST00000375541 protein_coding 10 5 20 CROCC ENSG00000058453 +CDS chr1 16950953 16951122 ENST00000445545 protein_coding 6 5 17 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000375541 protein_coding 10 5 21 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000445545 protein_coding 6 5 18 CROCC ENSG00000058453 +CDS chr1 16953302 16953481 ENST00000467938 protein_coding 5 2 16 CROCC ENSG00000058453 +CDS chr1 16954223 16954357 ENST00000375541 protein_coding 10 5 22 CROCC ENSG00000058453 +CDS chr1 16954223 16954357 ENST00000445545 protein_coding 6 5 19 CROCC ENSG00000058453 +CDS chr1 16954223 16954362 ENST00000467938 protein_coding 5 2 17 CROCC ENSG00000058453 +CDS chr1 16954734 16954877 ENST00000375541 protein_coding 10 5 23 CROCC ENSG00000058453 +CDS chr1 16954734 16954877 ENST00000445545 protein_coding 6 5 20 CROCC ENSG00000058453 +CDS chr1 16955312 16955550 ENST00000375541 protein_coding 10 5 24 CROCC ENSG00000058453 +CDS chr1 16955312 16955550 ENST00000445545 protein_coding 6 5 21 CROCC ENSG00000058453 +CDS chr1 16955997 16956156 ENST00000375541 protein_coding 10 5 25 CROCC ENSG00000058453 +CDS chr1 16955997 16956156 ENST00000445545 protein_coding 6 5 22 CROCC ENSG00000058453 +CDS chr1 16958583 16958750 ENST00000375541 protein_coding 10 5 26 CROCC ENSG00000058453 +CDS chr1 16958583 16958750 ENST00000445545 protein_coding 6 5 23 CROCC ENSG00000058453 +CDS chr1 16960758 16961130 ENST00000375541 protein_coding 10 5 27 CROCC ENSG00000058453 +CDS chr1 16960758 16961078 ENST00000445545 protein_coding 6 5 24 CROCC ENSG00000058453 +CDS chr1 16965723 16965892 ENST00000375541 protein_coding 10 5 28 CROCC ENSG00000058453 +CDS chr1 16965999 16966119 ENST00000375541 protein_coding 10 5 29 CROCC ENSG00000058453 +CDS chr1 16966408 16966571 ENST00000375541 protein_coding 10 5 30 CROCC ENSG00000058453 +CDS chr1 16968203 16968418 ENST00000375541 protein_coding 10 5 31 CROCC ENSG00000058453 +CDS chr1 16969116 16969340 ENST00000375541 protein_coding 10 5 32 CROCC ENSG00000058453 +CDS chr1 16969785 16969934 ENST00000375541 protein_coding 10 5 33 CROCC ENSG00000058453 +CDS chr1 16970253 16970453 ENST00000375541 protein_coding 10 5 34 CROCC ENSG00000058453 +CDS chr1 16970636 16970767 ENST00000375541 protein_coding 10 5 35 CROCC ENSG00000058453 +CDS chr1 16971465 16971647 ENST00000375541 protein_coding 10 5 36 CROCC ENSG00000058453 +CDS chr1 16972360 16972443 ENST00000375541 protein_coding 10 5 37 CROCC ENSG00000058453 +transcript chr1 16974502 16978276 ENST00000375534 protein_coding 7 2 NA MFAP2 ENSG00000117122 +transcript chr1 16974502 16980620 ENST00000375535 protein_coding 4 1 NA MFAP2 ENSG00000117122 +CDS chr1 16974923 16975023 ENST00000375534 protein_coding 7 2 8 MFAP2 ENSG00000117122 +CDS chr1 16974923 16975023 ENST00000375535 protein_coding 4 1 9 MFAP2 ENSG00000117122 +CDS chr1 16975269 16975342 ENST00000375534 protein_coding 7 2 7 MFAP2 ENSG00000117122 +CDS chr1 16975269 16975342 ENST00000375535 protein_coding 4 1 8 MFAP2 ENSG00000117122 +CDS chr1 16975643 16975730 ENST00000375534 protein_coding 7 2 6 MFAP2 ENSG00000117122 +CDS chr1 16975643 16975730 ENST00000375535 protein_coding 4 1 7 MFAP2 ENSG00000117122 +CDS chr1 16976501 16976545 ENST00000375534 protein_coding 7 2 5 MFAP2 ENSG00000117122 +CDS chr1 16976501 16976545 ENST00000375535 protein_coding 4 1 6 MFAP2 ENSG00000117122 +CDS chr1 16976708 16976794 ENST00000375534 protein_coding 7 2 4 MFAP2 ENSG00000117122 +CDS chr1 16976708 16976794 ENST00000375535 protein_coding 4 1 5 MFAP2 ENSG00000117122 +CDS chr1 16976897 16976923 ENST00000375534 protein_coding 7 2 3 MFAP2 ENSG00000117122 +CDS chr1 16976897 16976923 ENST00000375535 protein_coding 4 1 4 MFAP2 ENSG00000117122 +CDS chr1 16977109 16977195 ENST00000375534 protein_coding 7 2 2 MFAP2 ENSG00000117122 +CDS chr1 16977109 16977198 ENST00000375535 protein_coding 4 1 3 MFAP2 ENSG00000117122 +CDS chr1 16978237 16978273 ENST00000375534 protein_coding 7 2 1 MFAP2 ENSG00000117122 +CDS chr1 16978237 16978273 ENST00000375535 protein_coding 4 1 2 MFAP2 ENSG00000117122 +transcript chr1 16985958 17011915 ENST00000341676 protein_coding 9 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985958 17011928 ENST00000326735 protein_coding 13 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985958 17011928 ENST00000452699 protein_coding 5 1 NA ATP13A2 ENSG00000159363 +transcript chr1 16985981 16990003 ENST00000502418 protein_coding 1 3 NA ATP13A2 ENSG00000159363 +CDS chr1 16985988 16986358 ENST00000341676 protein_coding 9 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16985988 16986358 ENST00000502418 protein_coding 1 3 7 ATP13A2 ENSG00000159363 +CDS chr1 16986224 16986358 ENST00000326735 protein_coding 13 1 29 ATP13A2 ENSG00000159363 +CDS chr1 16986224 16986358 ENST00000452699 protein_coding 5 1 29 ATP13A2 ENSG00000159363 +CDS chr1 16986463 16986632 ENST00000326735 protein_coding 13 1 28 ATP13A2 ENSG00000159363 +CDS chr1 16986463 16986632 ENST00000452699 protein_coding 5 1 28 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000341676 protein_coding 9 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000326735 protein_coding 13 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000452699 protein_coding 5 1 27 ATP13A2 ENSG00000159363 +CDS chr1 16986805 16986956 ENST00000502418 protein_coding 1 3 6 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000341676 protein_coding 9 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000326735 protein_coding 13 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000452699 protein_coding 5 1 26 ATP13A2 ENSG00000159363 +CDS chr1 16987046 16987269 ENST00000502418 protein_coding 1 3 5 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000341676 protein_coding 9 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000326735 protein_coding 13 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000452699 protein_coding 5 1 25 ATP13A2 ENSG00000159363 +CDS chr1 16988138 16988234 ENST00000502418 protein_coding 1 3 4 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000341676 protein_coding 9 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000326735 protein_coding 13 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000452699 protein_coding 5 1 24 ATP13A2 ENSG00000159363 +CDS chr1 16988322 16988474 ENST00000502418 protein_coding 1 3 3 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000341676 protein_coding 9 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000326735 protein_coding 13 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000452699 protein_coding 5 1 23 ATP13A2 ENSG00000159363 +CDS chr1 16989691 16989770 ENST00000502418 protein_coding 1 3 2 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000326735 protein_coding 13 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000452699 protein_coding 5 1 22 ATP13A2 ENSG00000159363 +CDS chr1 16989887 16990003 ENST00000502418 protein_coding 1 3 1 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000341676 protein_coding 9 1 21 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000326735 protein_coding 13 1 21 ATP13A2 ENSG00000159363 +CDS chr1 16990127 16990287 ENST00000452699 protein_coding 5 1 21 ATP13A2 ENSG00000159363 +transcript chr1 16990175 16996283 ENST00000503552 protein_coding 1 5 NA ATP13A2 ENSG00000159363 +CDS chr1 16990175 16990287 ENST00000503552 protein_coding 1 5 7 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000341676 protein_coding 9 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000326735 protein_coding 13 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000452699 protein_coding 5 1 20 ATP13A2 ENSG00000159363 +CDS chr1 16991734 16991858 ENST00000503552 protein_coding 1 5 6 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000341676 protein_coding 9 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000326735 protein_coding 13 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000452699 protein_coding 5 1 19 ATP13A2 ENSG00000159363 +CDS chr1 16992009 16992129 ENST00000503552 protein_coding 1 5 5 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000341676 protein_coding 9 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000326735 protein_coding 13 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992402 ENST00000452699 protein_coding 5 1 18 ATP13A2 ENSG00000159363 +CDS chr1 16992243 16992342 ENST00000503552 protein_coding 1 5 4 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000341676 protein_coding 9 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000326735 protein_coding 13 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000452699 protein_coding 5 1 17 ATP13A2 ENSG00000159363 +CDS chr1 16992486 16992581 ENST00000503552 protein_coding 1 5 3 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000341676 protein_coding 9 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000326735 protein_coding 13 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16993629 16993835 ENST00000452699 protein_coding 5 1 16 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000341676 protein_coding 9 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000326735 protein_coding 13 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000452699 protein_coding 5 1 15 ATP13A2 ENSG00000159363 +CDS chr1 16995976 16996164 ENST00000503552 protein_coding 1 5 2 ATP13A2 ENSG00000159363 +transcript chr1 16996087 17000312 ENST00000506174 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 16996087 16996164 ENST00000506174 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000341676 protein_coding 9 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000326735 protein_coding 13 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000452699 protein_coding 5 1 14 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996283 ENST00000503552 protein_coding 1 5 1 ATP13A2 ENSG00000159363 +CDS chr1 16996254 16996300 ENST00000506174 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000341676 protein_coding 9 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000326735 protein_coding 13 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996496 ENST00000452699 protein_coding 5 1 13 ATP13A2 ENSG00000159363 +CDS chr1 16996386 16996478 ENST00000506174 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000341676 protein_coding 9 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000326735 protein_coding 13 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000452699 protein_coding 5 1 12 ATP13A2 ENSG00000159363 +CDS chr1 16997020 16997175 ENST00000506174 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000341676 protein_coding 9 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000326735 protein_coding 13 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000452699 protein_coding 5 1 11 ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000506174 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +transcript chr1 17000011 17005714 ENST00000510069 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 17000011 17000142 ENST00000510069 protein_coding 5 5 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000341676 protein_coding 9 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000326735 protein_coding 13 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000452699 protein_coding 5 1 10 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000506174 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17000246 17000312 ENST00000510069 protein_coding 5 5 9 ATP13A2 ENSG00000159363 +transcript chr1 17000269 17005072 ENST00000511957 protein_coding 5 5 NA ATP13A2 ENSG00000159363 +CDS chr1 17000269 17000312 ENST00000511957 protein_coding 5 5 7 ATP13A2 ENSG00000159363 +transcript chr1 17000283 17005395 ENST00000508222 protein_coding 5 4 NA ATP13A2 ENSG00000159363 +CDS chr1 17000283 17000312 ENST00000508222 protein_coding 5 4 8 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000341676 protein_coding 9 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000326735 protein_coding 13 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000452699 protein_coding 5 1 9 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000534 ENST00000510069 protein_coding 5 5 8 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000507 ENST00000511957 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 17000400 17000507 ENST00000508222 protein_coding 5 4 7 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000341676 protein_coding 9 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000326735 protein_coding 13 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000452699 protein_coding 5 1 8 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000510069 protein_coding 5 5 7 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000511957 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 17002034 17002103 ENST00000508222 protein_coding 5 4 6 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000341676 protein_coding 9 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000326735 protein_coding 13 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000452699 protein_coding 5 1 7 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000510069 protein_coding 5 5 6 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000511957 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 17002296 17002373 ENST00000508222 protein_coding 5 4 5 ATP13A2 ENSG00000159363 +transcript chr1 17002320 17005765 ENST00000509619 protein_coding 1 4 NA ATP13A2 ENSG00000159363 +CDS chr1 17002320 17002373 ENST00000509619 protein_coding 1 4 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000341676 protein_coding 9 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000326735 protein_coding 13 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000452699 protein_coding 5 1 6 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004408 ENST00000510069 protein_coding 5 5 5 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000511957 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004411 ENST00000508222 protein_coding 5 4 4 ATP13A2 ENSG00000159363 +CDS chr1 17004332 17004408 ENST00000509619 protein_coding 1 4 5 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000326735 protein_coding 13 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000510069 protein_coding 5 5 4 ATP13A2 ENSG00000159363 +CDS chr1 17004692 17004821 ENST00000511957 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000341676 protein_coding 9 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000452699 protein_coding 5 1 5 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000508222 protein_coding 5 4 3 ATP13A2 ENSG00000159363 +CDS chr1 17004707 17004821 ENST00000509619 protein_coding 1 4 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000341676 protein_coding 9 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000326735 protein_coding 13 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000452699 protein_coding 5 1 4 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000510069 protein_coding 5 5 3 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000511957 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000508222 protein_coding 5 4 2 ATP13A2 ENSG00000159363 +CDS chr1 17005014 17005072 ENST00000509619 protein_coding 1 4 3 ATP13A2 ENSG00000159363 +transcript chr1 17005068 17011757 ENST00000617114 protein_coding 5 5 NA NA ENSG00000288636 +CDS chr1 17005071 17005072 ENST00000617114 protein_coding 5 5 4 NA ENSG00000288636 +CDS chr1 17005374 17005556 ENST00000341676 protein_coding 9 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000326735 protein_coding 13 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000452699 protein_coding 5 1 3 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000510069 protein_coding 5 5 2 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005395 ENST00000508222 protein_coding 5 4 1 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000509619 protein_coding 1 4 2 ATP13A2 ENSG00000159363 +CDS chr1 17005374 17005556 ENST00000617114 protein_coding 5 5 3 NA ENSG00000288636 +CDS chr1 17005684 17005778 ENST00000341676 protein_coding 9 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000326735 protein_coding 13 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000452699 protein_coding 5 1 2 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005714 ENST00000510069 protein_coding 5 5 1 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005765 ENST00000509619 protein_coding 1 4 1 ATP13A2 ENSG00000159363 +CDS chr1 17005684 17005778 ENST00000617114 protein_coding 5 5 2 NA ENSG00000288636 +CDS chr1 17011729 17011738 ENST00000341676 protein_coding 9 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011738 ENST00000326735 protein_coding 13 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011738 ENST00000452699 protein_coding 5 1 1 ATP13A2 ENSG00000159363 +CDS chr1 17011729 17011757 ENST00000617114 protein_coding 5 5 1 NA ENSG00000288636 +transcript chr1 17018722 17054032 ENST00000375499 protein_coding 8 1 NA SDHB ENSG00000117118 +CDS chr1 17018884 17018958 ENST00000375499 protein_coding 8 1 8 SDHB ENSG00000117118 +CDS chr1 17022608 17022730 ENST00000375499 protein_coding 8 1 7 SDHB ENSG00000117118 +CDS chr1 17023973 17024074 ENST00000375499 protein_coding 8 1 6 SDHB ENSG00000117118 +transcript chr1 17023973 17045219 ENST00000491274 protein_coding 5 5 NA SDHB ENSG00000117118 +CDS chr1 17023973 17024074 ENST00000491274 protein_coding 5 5 6 SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000375499 protein_coding 8 1 5 SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000491274 protein_coding 5 5 5 SDHB ENSG00000117118 +transcript chr1 17027749 17052488 ENST00000463045 protein_coding 2 3 NA SDHB ENSG00000117118 +CDS chr1 17027749 17027865 ENST00000463045 protein_coding 2 3 5 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000375499 protein_coding 8 1 4 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000491274 protein_coding 5 5 4 SDHB ENSG00000117118 +CDS chr1 17028600 17028736 ENST00000463045 protein_coding 2 3 4 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000375499 protein_coding 8 1 3 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000491274 protein_coding 5 5 3 SDHB ENSG00000117118 +CDS chr1 17033060 17033145 ENST00000463045 protein_coding 2 3 3 SDHB ENSG00000117118 +CDS chr1 17044761 17044888 ENST00000375499 protein_coding 8 1 2 SDHB ENSG00000117118 +CDS chr1 17044761 17044888 ENST00000491274 protein_coding 5 5 2 SDHB ENSG00000117118 +CDS chr1 17044761 17044789 ENST00000463045 protein_coding 2 3 2 SDHB ENSG00000117118 +CDS chr1 17045141 17045170 ENST00000491274 protein_coding 5 5 1 SDHB ENSG00000117118 +CDS chr1 17053948 17054019 ENST00000375499 protein_coding 8 1 1 SDHB ENSG00000117118 +transcript chr1 17066761 17119451 ENST00000375486 protein_coding 9 1 NA PADI2 ENSG00000117115 +CDS chr1 17069047 17069277 ENST00000375486 protein_coding 9 1 16 PADI2 ENSG00000117115 +CDS chr1 17070088 17070216 ENST00000375486 protein_coding 9 1 15 PADI2 ENSG00000117115 +CDS chr1 17071406 17071491 ENST00000375486 protein_coding 9 1 14 PADI2 ENSG00000117115 +CDS chr1 17074856 17074949 ENST00000375486 protein_coding 9 1 13 PADI2 ENSG00000117115 +CDS chr1 17075679 17075823 ENST00000375486 protein_coding 9 1 12 PADI2 ENSG00000117115 +transcript chr1 17079031 17119435 ENST00000375481 protein_coding 1 1 NA PADI2 ENSG00000117115 +CDS chr1 17079263 17079415 ENST00000375481 protein_coding 1 1 11 PADI2 ENSG00000117115 +CDS chr1 17079264 17079415 ENST00000375486 protein_coding 9 1 11 PADI2 ENSG00000117115 +CDS chr1 17082545 17082652 ENST00000375486 protein_coding 9 1 10 PADI2 ENSG00000117115 +CDS chr1 17082545 17082652 ENST00000375481 protein_coding 1 1 10 PADI2 ENSG00000117115 +CDS chr1 17083726 17083837 ENST00000375486 protein_coding 9 1 9 PADI2 ENSG00000117115 +CDS chr1 17083726 17083837 ENST00000375481 protein_coding 1 1 9 PADI2 ENSG00000117115 +CDS chr1 17084599 17084702 ENST00000375486 protein_coding 9 1 8 PADI2 ENSG00000117115 +CDS chr1 17084599 17084702 ENST00000375481 protein_coding 1 1 8 PADI2 ENSG00000117115 +CDS chr1 17086521 17086699 ENST00000375486 protein_coding 9 1 7 PADI2 ENSG00000117115 +CDS chr1 17086521 17086699 ENST00000375481 protein_coding 1 1 7 PADI2 ENSG00000117115 +CDS chr1 17092408 17092533 ENST00000375486 protein_coding 9 1 6 PADI2 ENSG00000117115 +CDS chr1 17092408 17092533 ENST00000375481 protein_coding 1 1 6 PADI2 ENSG00000117115 +CDS chr1 17093567 17093684 ENST00000375486 protein_coding 9 1 5 PADI2 ENSG00000117115 +CDS chr1 17093567 17093684 ENST00000375481 protein_coding 1 1 5 PADI2 ENSG00000117115 +CDS chr1 17095909 17095970 ENST00000375486 protein_coding 9 1 4 PADI2 ENSG00000117115 +CDS chr1 17095909 17095970 ENST00000375481 protein_coding 1 1 4 PADI2 ENSG00000117115 +CDS chr1 17102987 17103059 ENST00000375486 protein_coding 9 1 3 PADI2 ENSG00000117115 +CDS chr1 17102987 17103059 ENST00000375481 protein_coding 1 1 3 PADI2 ENSG00000117115 +CDS chr1 17104878 17105061 ENST00000375486 protein_coding 9 1 2 PADI2 ENSG00000117115 +CDS chr1 17104878 17105061 ENST00000375481 protein_coding 1 1 2 PADI2 ENSG00000117115 +CDS chr1 17119280 17119371 ENST00000375486 protein_coding 9 1 1 PADI2 ENSG00000117115 +CDS chr1 17119280 17119371 ENST00000375481 protein_coding 1 1 1 PADI2 ENSG00000117115 +transcript chr1 17205128 17246007 ENST00000375471 protein_coding 5 1 NA PADI1 ENSG00000142623 +CDS chr1 17205218 17205309 ENST00000375471 protein_coding 5 1 1 PADI1 ENSG00000142623 +CDS chr1 17222290 17222470 ENST00000375471 protein_coding 5 1 2 PADI1 ENSG00000142623 +CDS chr1 17223621 17223693 ENST00000375471 protein_coding 5 1 3 PADI1 ENSG00000142623 +CDS chr1 17224367 17224428 ENST00000375471 protein_coding 5 1 4 PADI1 ENSG00000142623 +CDS chr1 17225811 17225928 ENST00000375471 protein_coding 5 1 5 PADI1 ENSG00000142623 +CDS chr1 17226033 17226158 ENST00000375471 protein_coding 5 1 6 PADI1 ENSG00000142623 +CDS chr1 17228625 17228797 ENST00000375471 protein_coding 5 1 7 PADI1 ENSG00000142623 +CDS chr1 17228948 17229051 ENST00000375471 protein_coding 5 1 8 PADI1 ENSG00000142623 +CDS chr1 17230085 17230208 ENST00000375471 protein_coding 5 1 9 PADI1 ENSG00000142623 +CDS chr1 17230572 17230679 ENST00000375471 protein_coding 5 1 10 PADI1 ENSG00000142623 +CDS chr1 17232819 17232970 ENST00000375471 protein_coding 5 1 11 PADI1 ENSG00000142623 +CDS chr1 17237314 17237458 ENST00000375471 protein_coding 5 1 12 PADI1 ENSG00000142623 +CDS chr1 17238616 17238709 ENST00000375471 protein_coding 5 1 13 PADI1 ENSG00000142623 +CDS chr1 17239704 17239783 ENST00000375471 protein_coding 5 1 14 PADI1 ENSG00000142623 +CDS chr1 17240635 17240760 ENST00000375471 protein_coding 5 1 15 PADI1 ENSG00000142623 +CDS chr1 17244010 17244240 ENST00000375471 protein_coding 5 1 16 PADI1 ENSG00000142623 +transcript chr1 17249098 17284233 ENST00000375460 protein_coding 3 1 NA PADI3 ENSG00000142619 +CDS chr1 17249138 17249229 ENST00000375460 protein_coding 3 1 1 PADI3 ENSG00000142619 +CDS chr1 17259578 17259758 ENST00000375460 protein_coding 3 1 2 PADI3 ENSG00000142619 +CDS chr1 17262133 17262205 ENST00000375460 protein_coding 3 1 3 PADI3 ENSG00000142619 +CDS chr1 17265659 17265720 ENST00000375460 protein_coding 3 1 4 PADI3 ENSG00000142619 +CDS chr1 17266719 17266836 ENST00000375460 protein_coding 3 1 5 PADI3 ENSG00000142619 +CDS chr1 17267837 17267962 ENST00000375460 protein_coding 3 1 6 PADI3 ENSG00000142619 +CDS chr1 17270233 17270411 ENST00000375460 protein_coding 3 1 7 PADI3 ENSG00000142619 +CDS chr1 17270879 17270982 ENST00000375460 protein_coding 3 1 8 PADI3 ENSG00000142619 +CDS chr1 17271067 17271178 ENST00000375460 protein_coding 3 1 9 PADI3 ENSG00000142619 +CDS chr1 17273340 17273447 ENST00000375460 protein_coding 3 1 10 PADI3 ENSG00000142619 +CDS chr1 17274635 17274786 ENST00000375460 protein_coding 3 1 11 PADI3 ENSG00000142619 +CDS chr1 17276519 17276663 ENST00000375460 protein_coding 3 1 12 PADI3 ENSG00000142619 +CDS chr1 17276774 17276876 ENST00000375460 protein_coding 3 1 13 PADI3 ENSG00000142619 +CDS chr1 17280350 17280429 ENST00000375460 protein_coding 3 1 14 PADI3 ENSG00000142619 +CDS chr1 17280671 17280796 ENST00000375460 protein_coding 3 1 15 PADI3 ENSG00000142619 +CDS chr1 17282846 17283076 ENST00000375460 protein_coding 3 1 16 PADI3 ENSG00000142619 +transcript chr1 17308195 17334796 ENST00000375453 protein_coding 5 2 NA PADI4 ENSG00000159339 +transcript chr1 17308197 17364004 ENST00000375448 protein_coding 4 1 NA PADI4 ENSG00000159339 +CDS chr1 17308223 17308314 ENST00000375453 protein_coding 5 2 1 PADI4 ENSG00000159339 +CDS chr1 17308223 17308314 ENST00000375448 protein_coding 4 1 1 PADI4 ENSG00000159339 +CDS chr1 17330969 17331149 ENST00000375453 protein_coding 5 2 2 PADI4 ENSG00000159339 +CDS chr1 17330969 17331149 ENST00000375448 protein_coding 4 1 2 PADI4 ENSG00000159339 +CDS chr1 17333943 17334009 ENST00000375453 protein_coding 5 2 3 PADI4 ENSG00000159339 +CDS chr1 17333943 17334009 ENST00000375448 protein_coding 4 1 3 PADI4 ENSG00000159339 +CDS chr1 17334324 17334364 ENST00000375453 protein_coding 5 2 4 PADI4 ENSG00000159339 +CDS chr1 17336159 17336226 ENST00000375448 protein_coding 4 1 4 PADI4 ENSG00000159339 +CDS chr1 17338038 17338155 ENST00000375448 protein_coding 4 1 5 PADI4 ENSG00000159339 +CDS chr1 17339688 17339813 ENST00000375448 protein_coding 4 1 6 PADI4 ENSG00000159339 +CDS chr1 17341943 17342121 ENST00000375448 protein_coding 4 1 7 PADI4 ENSG00000159339 +CDS chr1 17342299 17342402 ENST00000375448 protein_coding 4 1 8 PADI4 ENSG00000159339 +CDS chr1 17346028 17346139 ENST00000375448 protein_coding 4 1 9 PADI4 ENSG00000159339 +CDS chr1 17347941 17348048 ENST00000375448 protein_coding 4 1 10 PADI4 ENSG00000159339 +CDS chr1 17354533 17354687 ENST00000375448 protein_coding 4 1 11 PADI4 ENSG00000159339 +CDS chr1 17355983 17356127 ENST00000375448 protein_coding 4 1 12 PADI4 ENSG00000159339 +CDS chr1 17356357 17356459 ENST00000375448 protein_coding 4 1 13 PADI4 ENSG00000159339 +CDS chr1 17358838 17358908 ENST00000375448 protein_coding 4 1 14 PADI4 ENSG00000159339 +CDS chr1 17359280 17359408 ENST00000375448 protein_coding 4 1 15 PADI4 ENSG00000159339 +CDS chr1 17363522 17363752 ENST00000375448 protein_coding 4 1 16 PADI4 ENSG00000159339 +transcript chr1 17372196 17401699 ENST00000619609 protein_coding 1 1 NA PADI6 ENSG00000276747 +CDS chr1 17372246 17372361 ENST00000619609 protein_coding 1 1 1 PADI6 ENSG00000276747 +CDS chr1 17373056 17373233 ENST00000619609 protein_coding 1 1 2 PADI6 ENSG00000276747 +CDS chr1 17375427 17375499 ENST00000619609 protein_coding 1 1 3 PADI6 ENSG00000276747 +CDS chr1 17379920 17379987 ENST00000619609 protein_coding 1 1 4 PADI6 ENSG00000276747 +CDS chr1 17381047 17381164 ENST00000619609 protein_coding 1 1 5 PADI6 ENSG00000276747 +CDS chr1 17381967 17382092 ENST00000619609 protein_coding 1 1 6 PADI6 ENSG00000276747 +CDS chr1 17388381 17388559 ENST00000619609 protein_coding 1 1 7 PADI6 ENSG00000276747 +CDS chr1 17388777 17388880 ENST00000619609 protein_coding 1 1 8 PADI6 ENSG00000276747 +CDS chr1 17392114 17392225 ENST00000619609 protein_coding 1 1 9 PADI6 ENSG00000276747 +CDS chr1 17393975 17394082 ENST00000619609 protein_coding 1 1 10 PADI6 ENSG00000276747 +CDS chr1 17394300 17394454 ENST00000619609 protein_coding 1 1 11 PADI6 ENSG00000276747 +CDS chr1 17394951 17395107 ENST00000619609 protein_coding 1 1 12 PADI6 ENSG00000276747 +CDS chr1 17395540 17395663 ENST00000619609 protein_coding 1 1 13 PADI6 ENSG00000276747 +CDS chr1 17397071 17397141 ENST00000619609 protein_coding 1 1 14 PADI6 ENSG00000276747 +CDS chr1 17398686 17398847 ENST00000619609 protein_coding 1 1 15 PADI6 ENSG00000276747 +CDS chr1 17401205 17401435 ENST00000619609 protein_coding 1 1 16 PADI6 ENSG00000276747 +transcript chr1 17406760 17439677 ENST00000375436 protein_coding 9 1 NA RCC2 ENSG00000179051 +transcript chr1 17408676 17438561 ENST00000375433 protein_coding 3 1 NA RCC2 ENSG00000179051 +CDS chr1 17409093 17409194 ENST00000375436 protein_coding 9 1 13 RCC2 ENSG00000179051 +CDS chr1 17409093 17409194 ENST00000375433 protein_coding 3 1 12 RCC2 ENSG00000179051 +CDS chr1 17409974 17410051 ENST00000375436 protein_coding 9 1 12 RCC2 ENSG00000179051 +CDS chr1 17409974 17410051 ENST00000375433 protein_coding 3 1 11 RCC2 ENSG00000179051 +CDS chr1 17412122 17412194 ENST00000375436 protein_coding 9 1 11 RCC2 ENSG00000179051 +CDS chr1 17412122 17412194 ENST00000375433 protein_coding 3 1 10 RCC2 ENSG00000179051 +CDS chr1 17413073 17413178 ENST00000375436 protein_coding 9 1 10 RCC2 ENSG00000179051 +CDS chr1 17413073 17413178 ENST00000375433 protein_coding 3 1 9 RCC2 ENSG00000179051 +CDS chr1 17413537 17413717 ENST00000375436 protein_coding 9 1 9 RCC2 ENSG00000179051 +CDS chr1 17413537 17413717 ENST00000375433 protein_coding 3 1 8 RCC2 ENSG00000179051 +CDS chr1 17416480 17416646 ENST00000375436 protein_coding 9 1 8 RCC2 ENSG00000179051 +CDS chr1 17416480 17416646 ENST00000375433 protein_coding 3 1 7 RCC2 ENSG00000179051 +CDS chr1 17420714 17420828 ENST00000375436 protein_coding 9 1 7 RCC2 ENSG00000179051 +CDS chr1 17420714 17420828 ENST00000375433 protein_coding 3 1 6 RCC2 ENSG00000179051 +CDS chr1 17422203 17422291 ENST00000375436 protein_coding 9 1 6 RCC2 ENSG00000179051 +CDS chr1 17422203 17422291 ENST00000375433 protein_coding 3 1 5 RCC2 ENSG00000179051 +CDS chr1 17422705 17422836 ENST00000375436 protein_coding 9 1 5 RCC2 ENSG00000179051 +CDS chr1 17422705 17422836 ENST00000375433 protein_coding 3 1 4 RCC2 ENSG00000179051 +CDS chr1 17425541 17425684 ENST00000375436 protein_coding 9 1 4 RCC2 ENSG00000179051 +CDS chr1 17425541 17425684 ENST00000375433 protein_coding 3 1 3 RCC2 ENSG00000179051 +CDS chr1 17429106 17429199 ENST00000375436 protein_coding 9 1 3 RCC2 ENSG00000179051 +CDS chr1 17429106 17429199 ENST00000375433 protein_coding 3 1 2 RCC2 ENSG00000179051 +CDS chr1 17438230 17438514 ENST00000375436 protein_coding 9 1 2 RCC2 ENSG00000179051 +CDS chr1 17438230 17438514 ENST00000375433 protein_coding 3 1 1 RCC2 ENSG00000179051 +transcript chr1 17539698 17697869 ENST00000361221 protein_coding 8 1 NA ARHGEF10L ENSG00000074964 +transcript chr1 17580553 17697649 ENST00000375415 protein_coding 5 1 NA ARHGEF10L ENSG00000074964 +CDS chr1 17580596 17580632 ENST00000361221 protein_coding 8 1 2 ARHGEF10L ENSG00000074964 +CDS chr1 17580596 17580632 ENST00000375415 protein_coding 5 1 1 ARHGEF10L ENSG00000074964 +CDS chr1 17587460 17587645 ENST00000361221 protein_coding 8 1 3 ARHGEF10L ENSG00000074964 +CDS chr1 17587460 17587645 ENST00000375415 protein_coding 5 1 2 ARHGEF10L ENSG00000074964 +CDS chr1 17588446 17588479 ENST00000361221 protein_coding 8 1 4 ARHGEF10L ENSG00000074964 +CDS chr1 17588446 17588479 ENST00000375415 protein_coding 5 1 3 ARHGEF10L ENSG00000074964 +CDS chr1 17602127 17602218 ENST00000361221 protein_coding 8 1 5 ARHGEF10L ENSG00000074964 +CDS chr1 17602127 17602218 ENST00000375415 protein_coding 5 1 4 ARHGEF10L ENSG00000074964 +CDS chr1 17603508 17603591 ENST00000361221 protein_coding 8 1 6 ARHGEF10L ENSG00000074964 +CDS chr1 17603508 17603591 ENST00000375415 protein_coding 5 1 5 ARHGEF10L ENSG00000074964 +CDS chr1 17607802 17607977 ENST00000361221 protein_coding 8 1 7 ARHGEF10L ENSG00000074964 +CDS chr1 17607802 17607977 ENST00000375415 protein_coding 5 1 6 ARHGEF10L ENSG00000074964 +CDS chr1 17613058 17613174 ENST00000361221 protein_coding 8 1 8 ARHGEF10L ENSG00000074964 +CDS chr1 17616094 17616202 ENST00000361221 protein_coding 8 1 9 ARHGEF10L ENSG00000074964 +CDS chr1 17616094 17616202 ENST00000375415 protein_coding 5 1 7 ARHGEF10L ENSG00000074964 +transcript chr1 17618316 17697868 ENST00000375408 protein_coding 7 5 NA ARHGEF10L ENSG00000074964 +CDS chr1 17618354 17618522 ENST00000375408 protein_coding 7 5 1 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000361221 protein_coding 8 1 10 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000375415 protein_coding 5 1 8 ARHGEF10L ENSG00000074964 +CDS chr1 17619339 17619445 ENST00000375408 protein_coding 7 5 2 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000361221 protein_coding 8 1 11 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000375415 protein_coding 5 1 9 ARHGEF10L ENSG00000074964 +CDS chr1 17621864 17621941 ENST00000375408 protein_coding 7 5 3 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000361221 protein_coding 8 1 12 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000375415 protein_coding 5 1 10 ARHGEF10L ENSG00000074964 +CDS chr1 17622996 17623175 ENST00000375408 protein_coding 7 5 4 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000361221 protein_coding 8 1 13 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000375415 protein_coding 5 1 11 ARHGEF10L ENSG00000074964 +CDS chr1 17624387 17624503 ENST00000375408 protein_coding 7 5 5 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000361221 protein_coding 8 1 14 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000375415 protein_coding 5 1 12 ARHGEF10L ENSG00000074964 +CDS chr1 17625956 17626048 ENST00000375408 protein_coding 7 5 6 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000361221 protein_coding 8 1 15 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000375415 protein_coding 5 1 13 ARHGEF10L ENSG00000074964 +CDS chr1 17627330 17627503 ENST00000375408 protein_coding 7 5 7 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000361221 protein_coding 8 1 16 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000375415 protein_coding 5 1 14 ARHGEF10L ENSG00000074964 +CDS chr1 17632321 17632466 ENST00000375408 protein_coding 7 5 8 ARHGEF10L ENSG00000074964 +CDS chr1 17634548 17634562 ENST00000361221 protein_coding 8 1 17 ARHGEF10L ENSG00000074964 +CDS chr1 17634548 17634562 ENST00000375415 protein_coding 5 1 15 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000361221 protein_coding 8 1 18 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000375415 protein_coding 5 1 16 ARHGEF10L ENSG00000074964 +CDS chr1 17634835 17635016 ENST00000375408 protein_coding 7 5 9 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000361221 protein_coding 8 1 19 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000375415 protein_coding 5 1 17 ARHGEF10L ENSG00000074964 +CDS chr1 17637888 17638003 ENST00000375408 protein_coding 7 5 10 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000361221 protein_coding 8 1 20 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000375415 protein_coding 5 1 18 ARHGEF10L ENSG00000074964 +CDS chr1 17638562 17638689 ENST00000375408 protein_coding 7 5 11 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000361221 protein_coding 8 1 21 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000375415 protein_coding 5 1 19 ARHGEF10L ENSG00000074964 +CDS chr1 17640202 17640302 ENST00000375408 protein_coding 7 5 12 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000361221 protein_coding 8 1 22 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000375415 protein_coding 5 1 20 ARHGEF10L ENSG00000074964 +CDS chr1 17648554 17648675 ENST00000375408 protein_coding 7 5 13 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000361221 protein_coding 8 1 23 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000375415 protein_coding 5 1 21 ARHGEF10L ENSG00000074964 +CDS chr1 17654636 17654722 ENST00000375408 protein_coding 7 5 14 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000361221 protein_coding 8 1 24 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000375415 protein_coding 5 1 22 ARHGEF10L ENSG00000074964 +CDS chr1 17655879 17656102 ENST00000375408 protein_coding 7 5 15 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000361221 protein_coding 8 1 25 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000375415 protein_coding 5 1 23 ARHGEF10L ENSG00000074964 +CDS chr1 17656554 17656708 ENST00000375408 protein_coding 7 5 16 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000361221 protein_coding 8 1 26 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000375415 protein_coding 5 1 24 ARHGEF10L ENSG00000074964 +CDS chr1 17664447 17664595 ENST00000375408 protein_coding 7 5 17 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000361221 protein_coding 8 1 27 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000375415 protein_coding 5 1 25 ARHGEF10L ENSG00000074964 +CDS chr1 17687573 17687747 ENST00000375408 protein_coding 7 5 18 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000361221 protein_coding 8 1 28 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000375415 protein_coding 5 1 26 ARHGEF10L ENSG00000074964 +CDS chr1 17695158 17695280 ENST00000375408 protein_coding 7 5 19 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000361221 protein_coding 8 1 29 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000375415 protein_coding 5 1 27 ARHGEF10L ENSG00000074964 +CDS chr1 17696848 17697377 ENST00000375408 protein_coding 7 5 20 ARHGEF10L ENSG00000074964 +transcript chr1 17755333 17827063 ENST00000375406 protein_coding 2 1 NA ACTL8 ENSG00000117148 +transcript chr1 17822982 17827061 ENST00000617065 protein_coding 1 2 NA ACTL8 ENSG00000117148 +CDS chr1 17823009 17823356 ENST00000375406 protein_coding 2 1 2 ACTL8 ENSG00000117148 +CDS chr1 17823009 17823356 ENST00000617065 protein_coding 1 2 1 ACTL8 ENSG00000117148 +CDS chr1 17825767 17826516 ENST00000375406 protein_coding 2 1 3 ACTL8 ENSG00000117148 +CDS chr1 17825767 17826516 ENST00000617065 protein_coding 1 2 2 ACTL8 ENSG00000117148 +transcript chr1 18107798 18378483 ENST00000251296 protein_coding 4 1 NA IGSF21 ENSG00000117154 +CDS chr1 18108129 18108198 ENST00000251296 protein_coding 4 1 1 IGSF21 ENSG00000117154 +CDS chr1 18227898 18228010 ENST00000251296 protein_coding 4 1 2 IGSF21 ENSG00000117154 +CDS chr1 18291866 18291987 ENST00000251296 protein_coding 4 1 3 IGSF21 ENSG00000117154 +CDS chr1 18334892 18335010 ENST00000251296 protein_coding 4 1 4 IGSF21 ENSG00000117154 +CDS chr1 18362115 18362230 ENST00000251296 protein_coding 4 1 5 IGSF21 ENSG00000117154 +CDS chr1 18365223 18365697 ENST00000251296 protein_coding 4 1 6 IGSF21 ENSG00000117154 +CDS chr1 18376310 18376395 ENST00000251296 protein_coding 4 1 7 IGSF21 ENSG00000117154 +CDS chr1 18376800 18376992 ENST00000251296 protein_coding 4 1 8 IGSF21 ENSG00000117154 +CDS chr1 18377393 18377431 ENST00000251296 protein_coding 4 1 9 IGSF21 ENSG00000117154 +CDS chr1 18378256 18378323 ENST00000251296 protein_coding 4 1 10 IGSF21 ENSG00000117154 +transcript chr1 18480930 18485974 ENST00000400664 protein_coding 3 NA NA KLHDC7A ENSG00000179023 +CDS chr1 18480982 18483312 ENST00000400664 protein_coding 3 NA 1 KLHDC7A ENSG00000179023 +transcript chr1 18630846 18748866 ENST00000420770 protein_coding 7 1 NA PAX7 ENSG00000009709 +transcript chr1 18631006 18736138 ENST00000375375 protein_coding 7 1 NA PAX7 ENSG00000009709 +transcript chr1 18631524 18736102 ENST00000400661 protein_coding 3 1 NA PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000420770 protein_coding 7 1 1 PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000375375 protein_coding 7 1 1 PAX7 ENSG00000009709 +CDS chr1 18631604 18631688 ENST00000400661 protein_coding 3 1 1 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000420770 protein_coding 7 1 2 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000375375 protein_coding 7 1 2 PAX7 ENSG00000009709 +CDS chr1 18634303 18634538 ENST00000400661 protein_coding 3 1 2 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000420770 protein_coding 7 1 3 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000375375 protein_coding 7 1 3 PAX7 ENSG00000009709 +CDS chr1 18635111 18635240 ENST00000400661 protein_coding 3 1 3 PAX7 ENSG00000009709 +CDS chr1 18636237 18636371 ENST00000420770 protein_coding 7 1 4 PAX7 ENSG00000009709 +CDS chr1 18636237 18636371 ENST00000375375 protein_coding 7 1 4 PAX7 ENSG00000009709 +CDS chr1 18636243 18636371 ENST00000400661 protein_coding 3 1 4 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000420770 protein_coding 7 1 5 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000375375 protein_coding 7 1 5 PAX7 ENSG00000009709 +CDS chr1 18691754 18691953 ENST00000400661 protein_coding 3 1 5 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000420770 protein_coding 7 1 6 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000375375 protein_coding 7 1 6 PAX7 ENSG00000009709 +CDS chr1 18700653 18700818 ENST00000400661 protein_coding 3 1 6 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000420770 protein_coding 7 1 7 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000375375 protein_coding 7 1 7 PAX7 ENSG00000009709 +CDS chr1 18703094 18703296 ENST00000400661 protein_coding 3 1 7 PAX7 ENSG00000009709 +CDS chr1 18735632 18735878 ENST00000420770 protein_coding 7 1 8 PAX7 ENSG00000009709 +CDS chr1 18735632 18736036 ENST00000375375 protein_coding 7 1 8 PAX7 ENSG00000009709 +CDS chr1 18735632 18736036 ENST00000400661 protein_coding 3 1 8 PAX7 ENSG00000009709 +CDS chr1 18744814 18744926 ENST00000420770 protein_coding 7 1 9 PAX7 ENSG00000009709 +transcript chr1 18839599 18859682 ENST00000375371 protein_coding 3 2 NA TAS1R2 ENSG00000179002 +CDS chr1 18839602 18840527 ENST00000375371 protein_coding 3 2 6 TAS1R2 ENSG00000179002 +CDS chr1 18841729 18841852 ENST00000375371 protein_coding 3 2 5 TAS1R2 ENSG00000179002 +CDS chr1 18849341 18849550 ENST00000375371 protein_coding 3 2 4 TAS1R2 ENSG00000179002 +CDS chr1 18854213 18854986 ENST00000375371 protein_coding 3 2 3 TAS1R2 ENSG00000179002 +CDS chr1 18857331 18857631 ENST00000375371 protein_coding 3 2 2 TAS1R2 ENSG00000179002 +CDS chr1 18859479 18859660 ENST00000375371 protein_coding 3 2 1 TAS1R2 ENSG00000179002 +transcript chr1 18871430 18902553 ENST00000290597 protein_coding 9 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18871430 18902555 ENST00000375341 protein_coding 8 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18871432 18902528 ENST00000538839 protein_coding 5 1 NA ALDH4A1 ENSG00000159423 +transcript chr1 18872733 18890891 ENST00000538309 protein_coding 5 2 NA ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000290597 protein_coding 9 1 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000375341 protein_coding 8 1 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000538309 protein_coding 5 2 15 ALDH4A1 ENSG00000159423 +CDS chr1 18872848 18872957 ENST00000538839 protein_coding 5 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000290597 protein_coding 9 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000375341 protein_coding 8 1 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000538309 protein_coding 5 2 14 ALDH4A1 ENSG00000159423 +CDS chr1 18874463 18874581 ENST00000538839 protein_coding 5 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000290597 protein_coding 9 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000375341 protein_coding 8 1 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000538309 protein_coding 5 2 13 ALDH4A1 ENSG00000159423 +CDS chr1 18875382 18875503 ENST00000538839 protein_coding 5 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000290597 protein_coding 9 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000375341 protein_coding 8 1 12 ALDH4A1 ENSG00000159423 +CDS chr1 18876315 18876467 ENST00000538309 protein_coding 5 2 12 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000290597 protein_coding 9 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000375341 protein_coding 8 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000538309 protein_coding 5 2 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877208 18877255 ENST00000538839 protein_coding 5 1 11 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000290597 protein_coding 9 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000375341 protein_coding 8 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000538309 protein_coding 5 2 10 ALDH4A1 ENSG00000159423 +CDS chr1 18877416 18877612 ENST00000538839 protein_coding 5 1 10 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000290597 protein_coding 9 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000375341 protein_coding 8 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000538309 protein_coding 5 2 9 ALDH4A1 ENSG00000159423 +CDS chr1 18879300 18879373 ENST00000538839 protein_coding 5 1 9 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000290597 protein_coding 9 1 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000375341 protein_coding 8 1 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000538309 protein_coding 5 2 8 ALDH4A1 ENSG00000159423 +CDS chr1 18881700 18881887 ENST00000538839 protein_coding 5 1 8 ALDH4A1 ENSG00000159423 +transcript chr1 18883111 18902724 ENST00000432718 protein_coding 1 3 NA ALDH4A1 ENSG00000159423 +CDS chr1 18883111 18883198 ENST00000432718 protein_coding 1 3 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000290597 protein_coding 9 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000375341 protein_coding 8 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000538309 protein_coding 5 2 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883124 18883198 ENST00000538839 protein_coding 5 1 7 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000290597 protein_coding 9 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000375341 protein_coding 8 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000538309 protein_coding 5 2 6 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000432718 protein_coding 1 3 5 ALDH4A1 ENSG00000159423 +CDS chr1 18883279 18883428 ENST00000538839 protein_coding 5 1 6 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000290597 protein_coding 9 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000375341 protein_coding 8 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000538309 protein_coding 5 2 5 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000432718 protein_coding 1 3 4 ALDH4A1 ENSG00000159423 +CDS chr1 18885473 18885628 ENST00000538839 protein_coding 5 1 5 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000290597 protein_coding 9 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000375341 protein_coding 8 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000538309 protein_coding 5 2 4 ALDH4A1 ENSG00000159423 +CDS chr1 18886464 18886511 ENST00000538839 protein_coding 5 1 4 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000290597 protein_coding 9 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000375341 protein_coding 8 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889430 ENST00000538309 protein_coding 5 2 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000432718 protein_coding 1 3 3 ALDH4A1 ENSG00000159423 +CDS chr1 18889362 18889454 ENST00000538839 protein_coding 5 1 3 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000290597 protein_coding 9 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000375341 protein_coding 8 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000432718 protein_coding 1 3 2 ALDH4A1 ENSG00000159423 +CDS chr1 18890012 18890105 ENST00000538839 protein_coding 5 1 2 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000290597 protein_coding 9 1 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000375341 protein_coding 8 1 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000432718 protein_coding 1 3 1 ALDH4A1 ENSG00000159423 +CDS chr1 18902462 18902523 ENST00000538839 protein_coding 5 1 1 ALDH4A1 ENSG00000159423 +transcript chr1 18904280 18956676 ENST00000455833 protein_coding 7 5 NA IFFO2 ENSG00000169991 +transcript chr1 18908291 18911992 ENST00000355609 protein_coding 8 5 NA IFFO2 ENSG00000169991 +transcript chr1 18908340 18955698 ENST00000416166 protein_coding 1 3 NA IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000455833 protein_coding 7 5 9 IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000355609 protein_coding 8 5 3 IFFO2 ENSG00000169991 +CDS chr1 18908564 18908666 ENST00000416166 protein_coding 1 3 8 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000455833 protein_coding 7 5 8 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000355609 protein_coding 8 5 2 IFFO2 ENSG00000169991 +CDS chr1 18910342 18910472 ENST00000416166 protein_coding 1 3 7 IFFO2 ENSG00000169991 +CDS chr1 18911384 18911476 ENST00000455833 protein_coding 7 5 7 IFFO2 ENSG00000169991 +CDS chr1 18911384 18911476 ENST00000416166 protein_coding 1 3 6 IFFO2 ENSG00000169991 +CDS chr1 18911963 18912083 ENST00000455833 protein_coding 7 5 6 IFFO2 ENSG00000169991 +CDS chr1 18911963 18911992 ENST00000355609 protein_coding 8 5 1 IFFO2 ENSG00000169991 +CDS chr1 18911963 18912083 ENST00000416166 protein_coding 1 3 5 IFFO2 ENSG00000169991 +CDS chr1 18916903 18917042 ENST00000455833 protein_coding 7 5 5 IFFO2 ENSG00000169991 +CDS chr1 18916903 18917042 ENST00000416166 protein_coding 1 3 4 IFFO2 ENSG00000169991 +CDS chr1 18918362 18918502 ENST00000455833 protein_coding 7 5 4 IFFO2 ENSG00000169991 +CDS chr1 18919678 18919773 ENST00000455833 protein_coding 7 5 3 IFFO2 ENSG00000169991 +CDS chr1 18919678 18919773 ENST00000416166 protein_coding 1 3 3 IFFO2 ENSG00000169991 +CDS chr1 18921061 18921121 ENST00000455833 protein_coding 7 5 2 IFFO2 ENSG00000169991 +CDS chr1 18921061 18921121 ENST00000416166 protein_coding 1 3 2 IFFO2 ENSG00000169991 +CDS chr1 18955668 18956332 ENST00000455833 protein_coding 7 5 1 IFFO2 ENSG00000169991 +CDS chr1 18955668 18955698 ENST00000416166 protein_coding 1 3 1 IFFO2 ENSG00000169991 +transcript chr1 19074510 19082240 ENST00000375225 protein_coding 7 2 NA UBR4 ENSG00000127481 +transcript chr1 19074510 19210266 ENST00000375254 protein_coding 8 1 NA UBR4 ENSG00000127481 +transcript chr1 19074514 19104916 ENST00000375224 protein_coding 1 2 NA UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375225 protein_coding 7 2 4 UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375254 protein_coding 8 1 106 UBR4 ENSG00000127481 +CDS chr1 19074835 19074896 ENST00000375224 protein_coding 1 2 21 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375225 protein_coding 7 2 3 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375254 protein_coding 8 1 105 UBR4 ENSG00000127481 +CDS chr1 19076740 19076902 ENST00000375224 protein_coding 1 2 20 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375225 protein_coding 7 2 2 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375254 protein_coding 8 1 104 UBR4 ENSG00000127481 +CDS chr1 19077976 19078066 ENST00000375224 protein_coding 1 2 19 UBR4 ENSG00000127481 +CDS chr1 19081349 19081806 ENST00000375225 protein_coding 7 2 1 UBR4 ENSG00000127481 +CDS chr1 19081349 19081573 ENST00000375254 protein_coding 8 1 103 UBR4 ENSG00000127481 +CDS chr1 19081349 19081573 ENST00000375224 protein_coding 1 2 18 UBR4 ENSG00000127481 +CDS chr1 19084504 19084698 ENST00000375254 protein_coding 8 1 102 UBR4 ENSG00000127481 +CDS chr1 19084504 19084698 ENST00000375224 protein_coding 1 2 17 UBR4 ENSG00000127481 +CDS chr1 19086145 19086270 ENST00000375254 protein_coding 8 1 101 UBR4 ENSG00000127481 +CDS chr1 19086145 19086270 ENST00000375224 protein_coding 1 2 16 UBR4 ENSG00000127481 +CDS chr1 19086679 19086821 ENST00000375254 protein_coding 8 1 100 UBR4 ENSG00000127481 +CDS chr1 19086679 19086821 ENST00000375224 protein_coding 1 2 15 UBR4 ENSG00000127481 +CDS chr1 19087816 19087929 ENST00000375254 protein_coding 8 1 99 UBR4 ENSG00000127481 +CDS chr1 19087816 19087929 ENST00000375224 protein_coding 1 2 14 UBR4 ENSG00000127481 +CDS chr1 19088759 19088977 ENST00000375254 protein_coding 8 1 98 UBR4 ENSG00000127481 +CDS chr1 19088759 19088977 ENST00000375224 protein_coding 1 2 13 UBR4 ENSG00000127481 +CDS chr1 19092819 19092918 ENST00000375254 protein_coding 8 1 97 UBR4 ENSG00000127481 +CDS chr1 19092819 19092918 ENST00000375224 protein_coding 1 2 12 UBR4 ENSG00000127481 +CDS chr1 19093313 19093486 ENST00000375254 protein_coding 8 1 96 UBR4 ENSG00000127481 +CDS chr1 19093313 19093486 ENST00000375224 protein_coding 1 2 11 UBR4 ENSG00000127481 +CDS chr1 19093949 19094139 ENST00000375254 protein_coding 8 1 95 UBR4 ENSG00000127481 +CDS chr1 19093949 19094139 ENST00000375224 protein_coding 1 2 10 UBR4 ENSG00000127481 +CDS chr1 19094906 19095025 ENST00000375254 protein_coding 8 1 94 UBR4 ENSG00000127481 +CDS chr1 19094906 19095025 ENST00000375224 protein_coding 1 2 9 UBR4 ENSG00000127481 +CDS chr1 19095545 19095652 ENST00000375254 protein_coding 8 1 93 UBR4 ENSG00000127481 +CDS chr1 19095545 19095652 ENST00000375224 protein_coding 1 2 8 UBR4 ENSG00000127481 +CDS chr1 19096523 19096650 ENST00000375254 protein_coding 8 1 92 UBR4 ENSG00000127481 +CDS chr1 19096523 19096650 ENST00000375224 protein_coding 1 2 7 UBR4 ENSG00000127481 +CDS chr1 19097193 19097280 ENST00000375254 protein_coding 8 1 91 UBR4 ENSG00000127481 +CDS chr1 19097193 19097280 ENST00000375224 protein_coding 1 2 6 UBR4 ENSG00000127481 +CDS chr1 19099597 19099677 ENST00000375254 protein_coding 8 1 90 UBR4 ENSG00000127481 +CDS chr1 19099597 19099677 ENST00000375224 protein_coding 1 2 5 UBR4 ENSG00000127481 +CDS chr1 19100376 19100573 ENST00000375254 protein_coding 8 1 89 UBR4 ENSG00000127481 +CDS chr1 19100376 19100573 ENST00000375224 protein_coding 1 2 4 UBR4 ENSG00000127481 +CDS chr1 19101520 19101641 ENST00000375254 protein_coding 8 1 88 UBR4 ENSG00000127481 +CDS chr1 19101520 19101641 ENST00000375224 protein_coding 1 2 3 UBR4 ENSG00000127481 +CDS chr1 19104084 19104257 ENST00000375254 protein_coding 8 1 87 UBR4 ENSG00000127481 +CDS chr1 19104084 19104105 ENST00000375224 protein_coding 1 2 2 UBR4 ENSG00000127481 +CDS chr1 19104585 19104666 ENST00000375254 protein_coding 8 1 86 UBR4 ENSG00000127481 +CDS chr1 19105048 19105189 ENST00000375254 protein_coding 8 1 85 UBR4 ENSG00000127481 +CDS chr1 19105733 19105842 ENST00000375254 protein_coding 8 1 84 UBR4 ENSG00000127481 +CDS chr1 19106569 19106726 ENST00000375254 protein_coding 8 1 83 UBR4 ENSG00000127481 +CDS chr1 19106837 19106966 ENST00000375254 protein_coding 8 1 82 UBR4 ENSG00000127481 +CDS chr1 19110096 19110223 ENST00000375254 protein_coding 8 1 81 UBR4 ENSG00000127481 +CDS chr1 19110380 19110464 ENST00000375254 protein_coding 8 1 80 UBR4 ENSG00000127481 +CDS chr1 19110742 19110832 ENST00000375254 protein_coding 8 1 79 UBR4 ENSG00000127481 +transcript chr1 19111640 19118849 ENST00000375218 protein_coding 3 2 NA UBR4 ENSG00000127481 +CDS chr1 19112524 19112867 ENST00000375254 protein_coding 8 1 78 UBR4 ENSG00000127481 +CDS chr1 19113699 19113827 ENST00000375254 protein_coding 8 1 77 UBR4 ENSG00000127481 +CDS chr1 19113882 19114070 ENST00000375218 protein_coding 3 2 5 UBR4 ENSG00000127481 +CDS chr1 19113945 19114070 ENST00000375254 protein_coding 8 1 76 UBR4 ENSG00000127481 +CDS chr1 19114811 19114949 ENST00000375254 protein_coding 8 1 75 UBR4 ENSG00000127481 +CDS chr1 19114811 19114949 ENST00000375218 protein_coding 3 2 4 UBR4 ENSG00000127481 +CDS chr1 19115398 19115637 ENST00000375254 protein_coding 8 1 74 UBR4 ENSG00000127481 +CDS chr1 19115398 19115637 ENST00000375218 protein_coding 3 2 3 UBR4 ENSG00000127481 +CDS chr1 19117221 19117414 ENST00000375254 protein_coding 8 1 73 UBR4 ENSG00000127481 +CDS chr1 19117221 19117288 ENST00000375218 protein_coding 3 2 2 UBR4 ENSG00000127481 +CDS chr1 19117823 19117910 ENST00000375254 protein_coding 8 1 72 UBR4 ENSG00000127481 +CDS chr1 19118872 19118957 ENST00000375254 protein_coding 8 1 71 UBR4 ENSG00000127481 +CDS chr1 19119557 19119701 ENST00000375254 protein_coding 8 1 70 UBR4 ENSG00000127481 +CDS chr1 19120180 19120348 ENST00000375254 protein_coding 8 1 69 UBR4 ENSG00000127481 +CDS chr1 19121189 19121434 ENST00000375254 protein_coding 8 1 68 UBR4 ENSG00000127481 +transcript chr1 19121200 19151700 ENST00000425413 protein_coding 5 2 NA UBR4 ENSG00000127481 +CDS chr1 19121200 19121434 ENST00000425413 protein_coding 5 2 21 UBR4 ENSG00000127481 +transcript chr1 19121213 19168055 ENST00000417040 protein_coding 1 5 NA UBR4 ENSG00000127481 +CDS chr1 19121213 19121434 ENST00000417040 protein_coding 1 5 41 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000375254 protein_coding 8 1 67 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000425413 protein_coding 5 2 20 UBR4 ENSG00000127481 +CDS chr1 19121934 19122012 ENST00000417040 protein_coding 1 5 40 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000375254 protein_coding 8 1 66 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000425413 protein_coding 5 2 19 UBR4 ENSG00000127481 +CDS chr1 19122833 19123060 ENST00000417040 protein_coding 1 5 39 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000375254 protein_coding 8 1 65 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000425413 protein_coding 5 2 18 UBR4 ENSG00000127481 +CDS chr1 19124541 19124690 ENST00000417040 protein_coding 1 5 38 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000375254 protein_coding 8 1 64 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000425413 protein_coding 5 2 17 UBR4 ENSG00000127481 +CDS chr1 19126446 19126655 ENST00000417040 protein_coding 1 5 37 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000375254 protein_coding 8 1 63 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000425413 protein_coding 5 2 16 UBR4 ENSG00000127481 +CDS chr1 19127623 19127739 ENST00000417040 protein_coding 1 5 36 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000375254 protein_coding 8 1 62 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000425413 protein_coding 5 2 15 UBR4 ENSG00000127481 +CDS chr1 19128211 19128318 ENST00000417040 protein_coding 1 5 35 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000375254 protein_coding 8 1 61 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000425413 protein_coding 5 2 14 UBR4 ENSG00000127481 +CDS chr1 19128978 19129074 ENST00000417040 protein_coding 1 5 34 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000375254 protein_coding 8 1 60 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000425413 protein_coding 5 2 13 UBR4 ENSG00000127481 +CDS chr1 19138007 19138181 ENST00000417040 protein_coding 1 5 33 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000375254 protein_coding 8 1 59 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000425413 protein_coding 5 2 12 UBR4 ENSG00000127481 +CDS chr1 19139083 19139220 ENST00000417040 protein_coding 1 5 32 UBR4 ENSG00000127481 +CDS chr1 19140788 19140892 ENST00000375254 protein_coding 8 1 58 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000375254 protein_coding 8 1 57 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000425413 protein_coding 5 2 11 UBR4 ENSG00000127481 +CDS chr1 19141347 19141524 ENST00000417040 protein_coding 1 5 31 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000375254 protein_coding 8 1 56 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000425413 protein_coding 5 2 10 UBR4 ENSG00000127481 +CDS chr1 19141647 19141777 ENST00000417040 protein_coding 1 5 30 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000375254 protein_coding 8 1 55 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000425413 protein_coding 5 2 9 UBR4 ENSG00000127481 +CDS chr1 19143980 19144091 ENST00000417040 protein_coding 1 5 29 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000375254 protein_coding 8 1 54 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000425413 protein_coding 5 2 8 UBR4 ENSG00000127481 +CDS chr1 19144786 19144907 ENST00000417040 protein_coding 1 5 28 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000375254 protein_coding 8 1 53 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000425413 protein_coding 5 2 7 UBR4 ENSG00000127481 +CDS chr1 19145793 19145933 ENST00000417040 protein_coding 1 5 27 UBR4 ENSG00000127481 +CDS chr1 19146023 19146106 ENST00000425413 protein_coding 5 2 6 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000375254 protein_coding 8 1 52 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000425413 protein_coding 5 2 5 UBR4 ENSG00000127481 +CDS chr1 19146826 19147000 ENST00000417040 protein_coding 1 5 26 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000375254 protein_coding 8 1 51 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000425413 protein_coding 5 2 4 UBR4 ENSG00000127481 +CDS chr1 19147993 19148127 ENST00000417040 protein_coding 1 5 25 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000375254 protein_coding 8 1 50 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000425413 protein_coding 5 2 3 UBR4 ENSG00000127481 +CDS chr1 19148563 19148626 ENST00000417040 protein_coding 1 5 24 UBR4 ENSG00000127481 +CDS chr1 19149763 19149795 ENST00000417040 protein_coding 1 5 23 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000375254 protein_coding 8 1 49 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000425413 protein_coding 5 2 2 UBR4 ENSG00000127481 +CDS chr1 19150577 19150793 ENST00000417040 protein_coding 1 5 22 UBR4 ENSG00000127481 +CDS chr1 19151643 19151859 ENST00000375254 protein_coding 8 1 48 UBR4 ENSG00000127481 +CDS chr1 19151643 19151700 ENST00000425413 protein_coding 5 2 1 UBR4 ENSG00000127481 +CDS chr1 19151643 19151859 ENST00000417040 protein_coding 1 5 21 UBR4 ENSG00000127481 +CDS chr1 19152313 19152476 ENST00000375254 protein_coding 8 1 47 UBR4 ENSG00000127481 +CDS chr1 19152313 19152476 ENST00000417040 protein_coding 1 5 20 UBR4 ENSG00000127481 +CDS chr1 19153301 19153502 ENST00000375254 protein_coding 8 1 46 UBR4 ENSG00000127481 +CDS chr1 19153301 19153502 ENST00000417040 protein_coding 1 5 19 UBR4 ENSG00000127481 +CDS chr1 19153768 19153939 ENST00000375254 protein_coding 8 1 45 UBR4 ENSG00000127481 +CDS chr1 19153768 19153939 ENST00000417040 protein_coding 1 5 18 UBR4 ENSG00000127481 +CDS chr1 19154918 19155075 ENST00000375254 protein_coding 8 1 44 UBR4 ENSG00000127481 +CDS chr1 19154918 19155075 ENST00000417040 protein_coding 1 5 17 UBR4 ENSG00000127481 +CDS chr1 19155441 19155668 ENST00000375254 protein_coding 8 1 43 UBR4 ENSG00000127481 +CDS chr1 19155441 19155668 ENST00000417040 protein_coding 1 5 16 UBR4 ENSG00000127481 +CDS chr1 19156271 19156423 ENST00000375254 protein_coding 8 1 42 UBR4 ENSG00000127481 +CDS chr1 19156271 19156423 ENST00000417040 protein_coding 1 5 15 UBR4 ENSG00000127481 +CDS chr1 19156767 19156925 ENST00000375254 protein_coding 8 1 41 UBR4 ENSG00000127481 +CDS chr1 19156767 19156925 ENST00000417040 protein_coding 1 5 14 UBR4 ENSG00000127481 +CDS chr1 19157815 19157997 ENST00000375254 protein_coding 8 1 40 UBR4 ENSG00000127481 +CDS chr1 19157815 19157997 ENST00000417040 protein_coding 1 5 13 UBR4 ENSG00000127481 +CDS chr1 19160111 19160281 ENST00000375254 protein_coding 8 1 39 UBR4 ENSG00000127481 +CDS chr1 19160111 19160281 ENST00000417040 protein_coding 1 5 12 UBR4 ENSG00000127481 +CDS chr1 19160917 19161147 ENST00000375254 protein_coding 8 1 38 UBR4 ENSG00000127481 +CDS chr1 19160917 19161147 ENST00000417040 protein_coding 1 5 11 UBR4 ENSG00000127481 +CDS chr1 19161589 19161736 ENST00000375254 protein_coding 8 1 37 UBR4 ENSG00000127481 +CDS chr1 19161589 19161736 ENST00000417040 protein_coding 1 5 10 UBR4 ENSG00000127481 +CDS chr1 19161827 19161897 ENST00000375254 protein_coding 8 1 36 UBR4 ENSG00000127481 +CDS chr1 19161827 19161897 ENST00000417040 protein_coding 1 5 9 UBR4 ENSG00000127481 +CDS chr1 19162420 19162611 ENST00000375254 protein_coding 8 1 35 UBR4 ENSG00000127481 +CDS chr1 19162420 19162611 ENST00000417040 protein_coding 1 5 8 UBR4 ENSG00000127481 +CDS chr1 19163764 19163827 ENST00000375254 protein_coding 8 1 34 UBR4 ENSG00000127481 +CDS chr1 19163764 19163827 ENST00000417040 protein_coding 1 5 7 UBR4 ENSG00000127481 +CDS chr1 19164253 19164441 ENST00000375254 protein_coding 8 1 33 UBR4 ENSG00000127481 +CDS chr1 19164253 19164441 ENST00000417040 protein_coding 1 5 6 UBR4 ENSG00000127481 +CDS chr1 19164799 19164997 ENST00000375254 protein_coding 8 1 32 UBR4 ENSG00000127481 +CDS chr1 19164799 19164997 ENST00000417040 protein_coding 1 5 5 UBR4 ENSG00000127481 +CDS chr1 19165249 19165349 ENST00000375254 protein_coding 8 1 31 UBR4 ENSG00000127481 +CDS chr1 19165249 19165349 ENST00000417040 protein_coding 1 5 4 UBR4 ENSG00000127481 +CDS chr1 19165656 19165757 ENST00000375254 protein_coding 8 1 30 UBR4 ENSG00000127481 +CDS chr1 19165656 19165757 ENST00000417040 protein_coding 1 5 3 UBR4 ENSG00000127481 +CDS chr1 19167022 19167231 ENST00000375254 protein_coding 8 1 29 UBR4 ENSG00000127481 +CDS chr1 19167022 19167231 ENST00000417040 protein_coding 1 5 2 UBR4 ENSG00000127481 +CDS chr1 19168027 19168184 ENST00000375254 protein_coding 8 1 28 UBR4 ENSG00000127481 +CDS chr1 19168027 19168055 ENST00000417040 protein_coding 1 5 1 UBR4 ENSG00000127481 +CDS chr1 19169435 19169532 ENST00000375254 protein_coding 8 1 27 UBR4 ENSG00000127481 +CDS chr1 19170762 19170883 ENST00000375254 protein_coding 8 1 26 UBR4 ENSG00000127481 +CDS chr1 19172864 19173093 ENST00000375254 protein_coding 8 1 25 UBR4 ENSG00000127481 +CDS chr1 19173181 19173306 ENST00000375254 protein_coding 8 1 24 UBR4 ENSG00000127481 +CDS chr1 19173439 19173621 ENST00000375254 protein_coding 8 1 23 UBR4 ENSG00000127481 +CDS chr1 19174319 19174447 ENST00000375254 protein_coding 8 1 22 UBR4 ENSG00000127481 +CDS chr1 19174954 19175033 ENST00000375254 protein_coding 8 1 21 UBR4 ENSG00000127481 +CDS chr1 19176592 19176727 ENST00000375254 protein_coding 8 1 20 UBR4 ENSG00000127481 +CDS chr1 19177461 19177743 ENST00000375254 protein_coding 8 1 19 UBR4 ENSG00000127481 +CDS chr1 19179051 19179220 ENST00000375254 protein_coding 8 1 18 UBR4 ENSG00000127481 +CDS chr1 19183811 19183896 ENST00000375254 protein_coding 8 1 17 UBR4 ENSG00000127481 +CDS chr1 19184016 19184175 ENST00000375254 protein_coding 8 1 16 UBR4 ENSG00000127481 +CDS chr1 19185099 19185286 ENST00000375254 protein_coding 8 1 15 UBR4 ENSG00000127481 +CDS chr1 19186540 19186657 ENST00000375254 protein_coding 8 1 14 UBR4 ENSG00000127481 +CDS chr1 19187164 19187301 ENST00000375254 protein_coding 8 1 13 UBR4 ENSG00000127481 +CDS chr1 19187441 19187540 ENST00000375254 protein_coding 8 1 12 UBR4 ENSG00000127481 +CDS chr1 19192188 19192378 ENST00000375254 protein_coding 8 1 11 UBR4 ENSG00000127481 +CDS chr1 19192481 19192540 ENST00000375254 protein_coding 8 1 10 UBR4 ENSG00000127481 +CDS chr1 19193433 19193557 ENST00000375254 protein_coding 8 1 9 UBR4 ENSG00000127481 +CDS chr1 19197141 19197265 ENST00000375254 protein_coding 8 1 8 UBR4 ENSG00000127481 +CDS chr1 19197670 19197811 ENST00000375254 protein_coding 8 1 7 UBR4 ENSG00000127481 +CDS chr1 19197947 19198049 ENST00000375254 protein_coding 8 1 6 UBR4 ENSG00000127481 +CDS chr1 19198541 19198680 ENST00000375254 protein_coding 8 1 5 UBR4 ENSG00000127481 +CDS chr1 19198799 19198928 ENST00000375254 protein_coding 8 1 4 UBR4 ENSG00000127481 +CDS chr1 19199651 19199754 ENST00000375254 protein_coding 8 1 3 UBR4 ENSG00000127481 +CDS chr1 19201718 19201815 ENST00000375254 protein_coding 8 1 2 UBR4 ENSG00000127481 +CDS chr1 19210073 19210248 ENST00000375254 protein_coding 8 1 1 UBR4 ENSG00000127481 +transcript chr1 19215660 19251524 ENST00000477853 protein_coding 6 1 NA EMC1 ENSG00000127463 +transcript chr1 19215660 19251524 ENST00000688219 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19215660 19251524 ENST00000690732 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19216805 19251523 ENST00000690823 protein_coding 1 NA NA EMC1 ENSG00000127463 +transcript chr1 19216874 19251509 ENST00000375199 protein_coding 7 1 NA EMC1 ENSG00000127463 +transcript chr1 19218148 19251522 ENST00000375208 protein_coding 7 2 NA EMC1 ENSG00000127463 +transcript chr1 19219303 19251509 ENST00000486405 protein_coding 2 2 NA EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000477853 protein_coding 6 1 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000688219 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000690732 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000690823 protein_coding 1 NA 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000375199 protein_coding 7 1 23 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000375208 protein_coding 7 2 22 EMC1 ENSG00000127463 +CDS chr1 19219306 19219482 ENST00000486405 protein_coding 2 2 24 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000477853 protein_coding 6 1 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000688219 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000690732 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000690823 protein_coding 1 NA 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000375199 protein_coding 7 1 22 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000375208 protein_coding 7 2 21 EMC1 ENSG00000127463 +CDS chr1 19219569 19219698 ENST00000486405 protein_coding 2 2 23 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000477853 protein_coding 6 1 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000688219 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000690732 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000690823 protein_coding 1 NA 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000375199 protein_coding 7 1 21 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000375208 protein_coding 7 2 20 EMC1 ENSG00000127463 +CDS chr1 19220764 19220848 ENST00000486405 protein_coding 2 2 22 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000477853 protein_coding 6 1 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000688219 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000690732 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000690823 protein_coding 1 NA 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000375199 protein_coding 7 1 20 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000375208 protein_coding 7 2 19 EMC1 ENSG00000127463 +CDS chr1 19222624 19222834 ENST00000486405 protein_coding 2 2 21 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000477853 protein_coding 6 1 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000688219 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000690732 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000690823 protein_coding 1 NA 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000375199 protein_coding 7 1 19 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000375208 protein_coding 7 2 18 EMC1 ENSG00000127463 +CDS chr1 19223396 19223569 ENST00000486405 protein_coding 2 2 20 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000477853 protein_coding 6 1 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000688219 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000690732 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000690823 protein_coding 1 NA 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000375199 protein_coding 7 1 18 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000375208 protein_coding 7 2 17 EMC1 ENSG00000127463 +CDS chr1 19227313 19227450 ENST00000486405 protein_coding 2 2 19 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000477853 protein_coding 6 1 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000688219 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000690732 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000690823 protein_coding 1 NA 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000375199 protein_coding 7 1 17 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000375208 protein_coding 7 2 16 EMC1 ENSG00000127463 +CDS chr1 19230844 19230963 ENST00000486405 protein_coding 2 2 18 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000477853 protein_coding 6 1 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000688219 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000690823 protein_coding 1 NA 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000375199 protein_coding 7 1 16 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000375208 protein_coding 7 2 15 EMC1 ENSG00000127463 +CDS chr1 19231261 19231422 ENST00000486405 protein_coding 2 2 17 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000477853 protein_coding 6 1 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000688219 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000690732 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000690823 protein_coding 1 NA 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000375199 protein_coding 7 1 15 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000375208 protein_coding 7 2 14 EMC1 ENSG00000127463 +CDS chr1 19232624 19232773 ENST00000486405 protein_coding 2 2 16 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000477853 protein_coding 6 1 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000688219 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000690732 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000690823 protein_coding 1 NA 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000375199 protein_coding 7 1 14 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000375208 protein_coding 7 2 13 EMC1 ENSG00000127463 +CDS chr1 19232936 19233135 ENST00000486405 protein_coding 2 2 15 EMC1 ENSG00000127463 +CDS chr1 19234180 19234188 ENST00000486405 protein_coding 2 2 14 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000477853 protein_coding 6 1 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000690732 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000690823 protein_coding 1 NA 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000375199 protein_coding 7 1 13 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000375208 protein_coding 7 2 12 EMC1 ENSG00000127463 +CDS chr1 19235130 19235252 ENST00000486405 protein_coding 2 2 13 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000477853 protein_coding 6 1 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000688219 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000690732 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000690823 protein_coding 1 NA 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000375199 protein_coding 7 1 12 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000375208 protein_coding 7 2 11 EMC1 ENSG00000127463 +CDS chr1 19237142 19237238 ENST00000486405 protein_coding 2 2 12 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000477853 protein_coding 6 1 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000688219 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000690732 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000690823 protein_coding 1 NA 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000375199 protein_coding 7 1 11 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000375208 protein_coding 7 2 10 EMC1 ENSG00000127463 +CDS chr1 19238017 19238139 ENST00000486405 protein_coding 2 2 11 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000477853 protein_coding 6 1 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000688219 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000690732 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000690823 protein_coding 1 NA 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238854 ENST00000375199 protein_coding 7 1 10 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000375208 protein_coding 7 2 9 EMC1 ENSG00000127463 +CDS chr1 19238795 19238857 ENST00000486405 protein_coding 2 2 10 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000477853 protein_coding 6 1 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000688219 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000690732 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000690823 protein_coding 1 NA 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000375199 protein_coding 7 1 9 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000375208 protein_coding 7 2 8 EMC1 ENSG00000127463 +CDS chr1 19239231 19239302 ENST00000486405 protein_coding 2 2 9 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000477853 protein_coding 6 1 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000688219 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000690732 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000690823 protein_coding 1 NA 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000375199 protein_coding 7 1 8 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000375208 protein_coding 7 2 7 EMC1 ENSG00000127463 +CDS chr1 19239818 19239985 ENST00000486405 protein_coding 2 2 8 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000477853 protein_coding 6 1 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000688219 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000690732 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000690823 protein_coding 1 NA 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000375199 protein_coding 7 1 7 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000375208 protein_coding 7 2 6 EMC1 ENSG00000127463 +CDS chr1 19240297 19240446 ENST00000486405 protein_coding 2 2 7 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000477853 protein_coding 6 1 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000688219 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000690732 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241136 ENST00000690823 protein_coding 1 NA 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000375199 protein_coding 7 1 6 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000375208 protein_coding 7 2 5 EMC1 ENSG00000127463 +CDS chr1 19241016 19241142 ENST00000486405 protein_coding 2 2 6 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000477853 protein_coding 6 1 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000688219 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000690732 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000690823 protein_coding 1 NA 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000375199 protein_coding 7 1 5 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000375208 protein_coding 7 2 4 EMC1 ENSG00000127463 +CDS chr1 19242345 19242473 ENST00000486405 protein_coding 2 2 5 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000477853 protein_coding 6 1 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000688219 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000690732 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000690823 protein_coding 1 NA 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000375199 protein_coding 7 1 4 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000375208 protein_coding 7 2 3 EMC1 ENSG00000127463 +CDS chr1 19243614 19243707 ENST00000486405 protein_coding 2 2 4 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000477853 protein_coding 6 1 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000688219 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000690732 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000690823 protein_coding 1 NA 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000375199 protein_coding 7 1 3 EMC1 ENSG00000127463 +CDS chr1 19243950 19244015 ENST00000486405 protein_coding 2 2 3 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000477853 protein_coding 6 1 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000688219 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000690732 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000690823 protein_coding 1 NA 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000375199 protein_coding 7 1 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000375208 protein_coding 7 2 2 EMC1 ENSG00000127463 +CDS chr1 19244906 19245030 ENST00000486405 protein_coding 2 2 2 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000477853 protein_coding 6 1 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000688219 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000690732 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000690823 protein_coding 1 NA 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000375199 protein_coding 7 1 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000375208 protein_coding 7 2 1 EMC1 ENSG00000127463 +CDS chr1 19251415 19251509 ENST00000486405 protein_coding 2 2 1 EMC1 ENSG00000127463 +transcript chr1 19251805 19260128 ENST00000330263 protein_coding 5 1 NA MRTO4 ENSG00000053372 +CDS chr1 19251836 19251863 ENST00000330263 protein_coding 5 1 1 MRTO4 ENSG00000053372 +CDS chr1 19254782 19254840 ENST00000330263 protein_coding 5 1 2 MRTO4 ENSG00000053372 +CDS chr1 19255948 19256051 ENST00000330263 protein_coding 5 1 3 MRTO4 ENSG00000053372 +CDS chr1 19257064 19257145 ENST00000330263 protein_coding 5 1 4 MRTO4 ENSG00000053372 +CDS chr1 19257454 19257521 ENST00000330263 protein_coding 5 1 5 MRTO4 ENSG00000053372 +CDS chr1 19257833 19257984 ENST00000330263 protein_coding 5 1 6 MRTO4 ENSG00000053372 +CDS chr1 19258477 19258553 ENST00000330263 protein_coding 5 1 7 MRTO4 ENSG00000053372 +CDS chr1 19258681 19258827 ENST00000330263 protein_coding 5 1 8 MRTO4 ENSG00000053372 +transcript chr1 19282573 19288770 ENST00000361640 protein_coding 5 1 NA AKR7A3 ENSG00000162482 +CDS chr1 19282734 19282892 ENST00000361640 protein_coding 5 1 7 AKR7A3 ENSG00000162482 +CDS chr1 19283996 19284125 ENST00000361640 protein_coding 5 1 6 AKR7A3 ENSG00000162482 +CDS chr1 19284686 19284785 ENST00000361640 protein_coding 5 1 5 AKR7A3 ENSG00000162482 +CDS chr1 19285018 19285114 ENST00000361640 protein_coding 5 1 4 AKR7A3 ENSG00000162482 +CDS chr1 19285888 19285992 ENST00000361640 protein_coding 5 1 3 AKR7A3 ENSG00000162482 +CDS chr1 19286185 19286372 ENST00000361640 protein_coding 5 1 2 AKR7A3 ENSG00000162482 +CDS chr1 19288496 19288709 ENST00000361640 protein_coding 5 1 1 AKR7A3 ENSG00000162482 +transcript chr1 19303965 19312144 ENST00000235835 protein_coding 8 1 NA AKR7A2 ENSG00000053371 +transcript chr1 19303999 19312094 ENST00000330072 protein_coding 9 2 NA AKR7A2 ENSG00000053371 +transcript chr1 19304166 19311907 ENST00000489286 protein_coding 5 5 NA AKR7A2 ENSG00000053371 +CDS chr1 19304228 19304386 ENST00000235835 protein_coding 8 1 7 AKR7A2 ENSG00000053371 +CDS chr1 19304228 19304386 ENST00000330072 protein_coding 9 2 6 AKR7A2 ENSG00000053371 +CDS chr1 19304277 19304386 ENST00000489286 protein_coding 5 5 5 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000235835 protein_coding 8 1 6 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000330072 protein_coding 9 2 5 AKR7A2 ENSG00000053371 +CDS chr1 19306018 19306147 ENST00000489286 protein_coding 5 5 4 AKR7A2 ENSG00000053371 +CDS chr1 19307002 19307101 ENST00000235835 protein_coding 8 1 5 AKR7A2 ENSG00000053371 +CDS chr1 19307002 19307101 ENST00000330072 protein_coding 9 2 4 AKR7A2 ENSG00000053371 +CDS chr1 19307314 19307410 ENST00000235835 protein_coding 8 1 4 AKR7A2 ENSG00000053371 +CDS chr1 19307314 19307410 ENST00000330072 protein_coding 9 2 3 AKR7A2 ENSG00000053371 +CDS chr1 19308158 19308262 ENST00000235835 protein_coding 8 1 3 AKR7A2 ENSG00000053371 +CDS chr1 19308158 19308262 ENST00000489286 protein_coding 5 5 3 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000235835 protein_coding 8 1 2 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000330072 protein_coding 9 2 2 AKR7A2 ENSG00000053371 +CDS chr1 19308455 19308642 ENST00000489286 protein_coding 5 5 2 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19312124 ENST00000235835 protein_coding 8 1 1 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19312094 ENST00000330072 protein_coding 9 2 1 AKR7A2 ENSG00000053371 +CDS chr1 19311827 19311907 ENST00000489286 protein_coding 5 5 1 AKR7A2 ENSG00000053371 +transcript chr1 19312326 19329300 ENST00000375153 protein_coding 8 2 NA SLC66A1 ENSG00000040487 +transcript chr1 19312326 19329300 ENST00000375155 protein_coding 7 2 NA SLC66A1 ENSG00000040487 +transcript chr1 19312341 19329300 ENST00000400548 protein_coding 6 1 NA SLC66A1 ENSG00000040487 +CDS chr1 19317678 19317841 ENST00000375153 protein_coding 8 2 2 SLC66A1 ENSG00000040487 +CDS chr1 19317678 19317841 ENST00000375155 protein_coding 7 2 3 SLC66A1 ENSG00000040487 +CDS chr1 19324633 19324762 ENST00000375153 protein_coding 8 2 3 SLC66A1 ENSG00000040487 +CDS chr1 19324633 19324762 ENST00000375155 protein_coding 7 2 4 SLC66A1 ENSG00000040487 +CDS chr1 19324664 19324762 ENST00000400548 protein_coding 6 1 3 SLC66A1 ENSG00000040487 +transcript chr1 19324754 19328081 ENST00000432465 protein_coding 1 5 NA SLC66A1 ENSG00000040487 +CDS chr1 19324754 19324762 ENST00000432465 protein_coding 1 5 1 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000375153 protein_coding 8 2 4 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000375155 protein_coding 7 2 5 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000400548 protein_coding 6 1 4 SLC66A1 ENSG00000040487 +CDS chr1 19325495 19325582 ENST00000432465 protein_coding 1 5 2 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000375153 protein_coding 8 2 5 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000375155 protein_coding 7 2 6 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000400548 protein_coding 6 1 5 SLC66A1 ENSG00000040487 +CDS chr1 19326245 19326387 ENST00000432465 protein_coding 1 5 3 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000375153 protein_coding 8 2 6 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000375155 protein_coding 7 2 7 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000400548 protein_coding 6 1 6 SLC66A1 ENSG00000040487 +CDS chr1 19326531 19326623 ENST00000432465 protein_coding 1 5 4 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000375153 protein_coding 8 2 7 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000375155 protein_coding 7 2 8 SLC66A1 ENSG00000040487 +CDS chr1 19327227 19327412 ENST00000400548 protein_coding 6 1 7 SLC66A1 ENSG00000040487 +CDS chr1 19327571 19327618 ENST00000432465 protein_coding 1 5 5 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000375153 protein_coding 8 2 8 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000375155 protein_coding 7 2 9 SLC66A1 ENSG00000040487 +CDS chr1 19328572 19328640 ENST00000400548 protein_coding 6 1 8 SLC66A1 ENSG00000040487 +transcript chr1 19338775 19485539 ENST00000264202 protein_coding 8 1 NA CAPZB ENSG00000077549 +transcript chr1 19338776 19485513 ENST00000264203 protein_coding 7 2 NA CAPZB ENSG00000077549 +transcript chr1 19338823 19485485 ENST00000375142 protein_coding 5 5 NA CAPZB ENSG00000077549 +transcript chr1 19339245 19485537 ENST00000375144 protein_coding 6 1 NA CAPZB ENSG00000077549 +transcript chr1 19339325 19485537 ENST00000674432 protein_coding 1 NA NA CAPZB ENSG00000077549 +transcript chr1 19339359 19484664 ENST00000433834 protein_coding 5 2 NA CAPZB ENSG00000077549 +CDS chr1 19339533 19339617 ENST00000264202 protein_coding 8 1 9 CAPZB ENSG00000077549 +CDS chr1 19339533 19339617 ENST00000433834 protein_coding 5 2 9 CAPZB ENSG00000077549 +CDS chr1 19339570 19339617 ENST00000264203 protein_coding 7 2 9 CAPZB ENSG00000077549 +CDS chr1 19342765 19342864 ENST00000375142 protein_coding 5 5 9 CAPZB ENSG00000077549 +CDS chr1 19342765 19342864 ENST00000674432 protein_coding 1 NA 9 CAPZB ENSG00000077549 +CDS chr1 19344357 19344434 ENST00000375144 protein_coding 6 1 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000264202 protein_coding 8 1 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000375142 protein_coding 5 5 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000674432 protein_coding 1 NA 8 CAPZB ENSG00000077549 +CDS chr1 19344358 19344434 ENST00000433834 protein_coding 5 2 8 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000264202 protein_coding 8 1 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000264203 protein_coding 7 2 8 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000375142 protein_coding 5 5 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000375144 protein_coding 6 1 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000674432 protein_coding 1 NA 7 CAPZB ENSG00000077549 +CDS chr1 19345187 19345252 ENST00000433834 protein_coding 5 2 7 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000264202 protein_coding 8 1 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000264203 protein_coding 7 2 7 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000375142 protein_coding 5 5 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000375144 protein_coding 6 1 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000674432 protein_coding 1 NA 6 CAPZB ENSG00000077549 +CDS chr1 19356635 19356751 ENST00000433834 protein_coding 5 2 6 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000264202 protein_coding 8 1 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000264203 protein_coding 7 2 6 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000375142 protein_coding 5 5 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000375144 protein_coding 6 1 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000674432 protein_coding 1 NA 5 CAPZB ENSG00000077549 +CDS chr1 19357422 19357563 ENST00000433834 protein_coding 5 2 5 CAPZB ENSG00000077549 +transcript chr1 19374048 19385564 ENST00000674278 protein_coding 1 NA NA CAPZB ENSG00000077549 +CDS chr1 19378539 19378653 ENST00000674278 protein_coding 1 NA 2 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000264202 protein_coding 8 1 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000264203 protein_coding 7 2 5 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000375142 protein_coding 5 5 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000375144 protein_coding 6 1 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000674432 protein_coding 1 NA 4 CAPZB ENSG00000077549 +CDS chr1 19378540 19378653 ENST00000433834 protein_coding 5 2 4 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000264202 protein_coding 8 1 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000264203 protein_coding 7 2 4 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000375142 protein_coding 5 5 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000375144 protein_coding 6 1 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000674432 protein_coding 1 NA 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385626 ENST00000433834 protein_coding 5 2 3 CAPZB ENSG00000077549 +CDS chr1 19385505 19385564 ENST00000674278 protein_coding 1 NA 1 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000264202 protein_coding 8 1 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000264203 protein_coding 7 2 3 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000375142 protein_coding 5 5 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000375144 protein_coding 6 1 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000674432 protein_coding 1 NA 2 CAPZB ENSG00000077549 +CDS chr1 19419661 19419750 ENST00000433834 protein_coding 5 2 2 CAPZB ENSG00000077549 +CDS chr1 19448834 19448914 ENST00000264203 protein_coding 7 2 2 CAPZB ENSG00000077549 +CDS chr1 19484190 19484279 ENST00000433834 protein_coding 5 2 1 CAPZB ENSG00000077549 +transcript chr1 19484403 19626630 ENST00000648702 protein_coding 1 NA NA MICOS10 ENSG00000173436 +CDS chr1 19485436 19485438 ENST00000264202 protein_coding 8 1 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000375142 protein_coding 5 5 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000375144 protein_coding 6 1 1 CAPZB ENSG00000077549 +CDS chr1 19485436 19485438 ENST00000674432 protein_coding 1 NA 1 CAPZB ENSG00000077549 +transcript chr1 19596977 19629821 ENST00000617872 protein_coding 4 2 NA MICOS10 ENSG00000173436 +transcript chr1 19596979 19629820 ENST00000322753 protein_coding 7 1 NA MICOS10 ENSG00000173436 +transcript chr1 19596979 19658056 ENST00000602662 protein_coding 1 2 NA NBL1 ENSG00000158747 +CDS chr1 19597046 19597109 ENST00000322753 protein_coding 7 1 1 MICOS10 ENSG00000173436 +CDS chr1 19597046 19597109 ENST00000617872 protein_coding 4 2 1 MICOS10 ENSG00000173436 +CDS chr1 19622100 19622147 ENST00000322753 protein_coding 7 1 2 MICOS10 ENSG00000173436 +CDS chr1 19623474 19623583 ENST00000322753 protein_coding 7 1 3 MICOS10 ENSG00000173436 +CDS chr1 19623474 19623583 ENST00000617872 protein_coding 4 2 2 MICOS10 ENSG00000173436 +CDS chr1 19623479 19623583 ENST00000648702 protein_coding 1 NA 3 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000648702 protein_coding 1 NA 4 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000322753 protein_coding 7 1 4 MICOS10 ENSG00000173436 +CDS chr1 19626387 19626398 ENST00000617872 protein_coding 4 2 3 MICOS10 ENSG00000173436 +transcript chr1 19640554 19656934 ENST00000428975 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19643232 19657129 ENST00000289749 protein_coding 6 2 NA NBL1 ENSG00000158747 +CDS chr1 19643312 19643397 ENST00000289749 protein_coding 6 2 1 NBL1 ENSG00000158747 +transcript chr1 19643409 19656969 ENST00000451758 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19643409 19658456 ENST00000622566 protein_coding 4 4 NA NBL1 ENSG00000158747 +transcript chr1 19643714 19656911 ENST00000439664 protein_coding 5 2 NA NBL1 ENSG00000158747 +transcript chr1 19643714 19658456 ENST00000621723 protein_coding 4 2 NA NBL1 ENSG00000158747 +transcript chr1 19644311 19658452 ENST00000375136 protein_coding 8 1 NA NBL1 ENSG00000158747 +transcript chr1 19645372 19656933 ENST00000425400 protein_coding 5 1 NA NBL1 ENSG00000158747 +transcript chr1 19645372 19658456 ENST00000618761 protein_coding 4 1 NA NBL1 ENSG00000158747 +transcript chr1 19645766 19655436 ENST00000439278 protein_coding 5 4 NA NBL1 ENSG00000158747 +transcript chr1 19645766 19658456 ENST00000615215 protein_coding 4 1 NA NBL1 ENSG00000158747 +CDS chr1 19645951 19646033 ENST00000439278 protein_coding 5 4 1 NBL1 ENSG00000158747 +CDS chr1 19645951 19646033 ENST00000615215 protein_coding 4 1 1 NBL1 ENSG00000158747 +transcript chr1 19647610 19657076 ENST00000427894 protein_coding 5 3 NA NBL1 ENSG00000158747 +transcript chr1 19647610 19658456 ENST00000548815 protein_coding 2 3 NA NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000289749 protein_coding 6 2 2 NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000439278 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655012 19655200 ENST00000615215 protein_coding 4 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000602662 protein_coding 1 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000428975 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000451758 protein_coding 5 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000439664 protein_coding 5 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000375136 protein_coding 8 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000425400 protein_coding 5 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000622566 protein_coding 4 4 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000621723 protein_coding 4 2 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000618761 protein_coding 4 1 2 NBL1 ENSG00000158747 +CDS chr1 19655031 19655200 ENST00000548815 protein_coding 2 3 2 NBL1 ENSG00000158747 +CDS chr1 19655034 19655200 ENST00000427894 protein_coding 5 3 2 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000602662 protein_coding 1 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000428975 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000289749 protein_coding 6 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000451758 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000439664 protein_coding 5 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000375136 protein_coding 8 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000425400 protein_coding 5 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655436 ENST00000439278 protein_coding 5 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000427894 protein_coding 5 3 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000622566 protein_coding 4 4 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000621723 protein_coding 4 2 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000618761 protein_coding 4 1 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000548815 protein_coding 2 3 3 NBL1 ENSG00000158747 +CDS chr1 19655324 19655435 ENST00000615215 protein_coding 4 1 3 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000602662 protein_coding 1 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656934 ENST00000428975 protein_coding 5 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000289749 protein_coding 6 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656969 ENST00000451758 protein_coding 5 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656911 ENST00000439664 protein_coding 5 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000375136 protein_coding 8 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19656933 ENST00000425400 protein_coding 5 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657076 ENST00000427894 protein_coding 5 3 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000622566 protein_coding 4 4 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000621723 protein_coding 4 2 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000618761 protein_coding 4 1 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000548815 protein_coding 2 3 4 NBL1 ENSG00000158747 +CDS chr1 19656866 19657126 ENST00000615215 protein_coding 4 1 4 NBL1 ENSG00000158747 +transcript chr1 19664875 19680966 ENST00000289753 protein_coding 2 1 NA HTR6 ENSG00000158748 +CDS chr1 19665754 19666467 ENST00000289753 protein_coding 2 1 1 HTR6 ENSG00000158748 +CDS chr1 19678567 19678725 ENST00000289753 protein_coding 2 1 2 HTR6 ENSG00000158748 +CDS chr1 19678919 19679365 ENST00000289753 protein_coding 2 1 3 HTR6 ENSG00000158748 +transcript chr1 19682240 19799916 ENST00000294543 protein_coding 11 1 NA TMCO4 ENSG00000162542 +transcript chr1 19682240 19799344 ENST00000375127 protein_coding 5 1 NA TMCO4 ENSG00000162542 +CDS chr1 19682632 19682714 ENST00000375127 protein_coding 5 1 16 TMCO4 ENSG00000162542 +CDS chr1 19683043 19683444 ENST00000294543 protein_coding 11 1 16 TMCO4 ENSG00000162542 +CDS chr1 19683288 19683444 ENST00000375127 protein_coding 5 1 15 TMCO4 ENSG00000162542 +CDS chr1 19694434 19694551 ENST00000294543 protein_coding 11 1 15 TMCO4 ENSG00000162542 +CDS chr1 19694434 19694551 ENST00000375127 protein_coding 5 1 14 TMCO4 ENSG00000162542 +CDS chr1 19700768 19700885 ENST00000294543 protein_coding 11 1 14 TMCO4 ENSG00000162542 +CDS chr1 19700768 19700885 ENST00000375127 protein_coding 5 1 13 TMCO4 ENSG00000162542 +CDS chr1 19737372 19737456 ENST00000294543 protein_coding 11 1 13 TMCO4 ENSG00000162542 +CDS chr1 19737372 19737456 ENST00000375127 protein_coding 5 1 12 TMCO4 ENSG00000162542 +CDS chr1 19739824 19739960 ENST00000294543 protein_coding 11 1 12 TMCO4 ENSG00000162542 +CDS chr1 19739824 19739960 ENST00000375127 protein_coding 5 1 11 TMCO4 ENSG00000162542 +CDS chr1 19740777 19740941 ENST00000294543 protein_coding 11 1 11 TMCO4 ENSG00000162542 +CDS chr1 19740777 19740941 ENST00000375127 protein_coding 5 1 10 TMCO4 ENSG00000162542 +CDS chr1 19745532 19745651 ENST00000294543 protein_coding 11 1 10 TMCO4 ENSG00000162542 +CDS chr1 19745532 19745651 ENST00000375127 protein_coding 5 1 9 TMCO4 ENSG00000162542 +CDS chr1 19746456 19746599 ENST00000294543 protein_coding 11 1 9 TMCO4 ENSG00000162542 +CDS chr1 19746456 19746599 ENST00000375127 protein_coding 5 1 8 TMCO4 ENSG00000162542 +CDS chr1 19747163 19747260 ENST00000294543 protein_coding 11 1 8 TMCO4 ENSG00000162542 +CDS chr1 19747163 19747260 ENST00000375127 protein_coding 5 1 7 TMCO4 ENSG00000162542 +CDS chr1 19755634 19755766 ENST00000294543 protein_coding 11 1 7 TMCO4 ENSG00000162542 +CDS chr1 19755634 19755766 ENST00000375127 protein_coding 5 1 6 TMCO4 ENSG00000162542 +CDS chr1 19770542 19770569 ENST00000294543 protein_coding 11 1 6 TMCO4 ENSG00000162542 +CDS chr1 19770542 19770569 ENST00000375127 protein_coding 5 1 5 TMCO4 ENSG00000162542 +CDS chr1 19771308 19771482 ENST00000294543 protein_coding 11 1 5 TMCO4 ENSG00000162542 +CDS chr1 19771308 19771482 ENST00000375127 protein_coding 5 1 4 TMCO4 ENSG00000162542 +CDS chr1 19780580 19780758 ENST00000294543 protein_coding 11 1 4 TMCO4 ENSG00000162542 +CDS chr1 19780580 19780758 ENST00000375127 protein_coding 5 1 3 TMCO4 ENSG00000162542 +transcript chr1 19814029 19815283 ENST00000375121 protein_coding 4 NA NA RNF186 ENSG00000178828 +CDS chr1 19814421 19815101 ENST00000375121 protein_coding 4 NA 1 RNF186 ENSG00000178828 +transcript chr1 19882395 19912945 ENST00000375120 protein_coding 4 1 NA OTUD3 ENSG00000169914 +CDS chr1 19882514 19882734 ENST00000375120 protein_coding 4 1 1 OTUD3 ENSG00000169914 +CDS chr1 19890385 19890533 ENST00000375120 protein_coding 4 1 2 OTUD3 ENSG00000169914 +CDS chr1 19894368 19894480 ENST00000375120 protein_coding 4 1 3 OTUD3 ENSG00000169914 +CDS chr1 19897540 19897662 ENST00000375120 protein_coding 4 1 4 OTUD3 ENSG00000169914 +CDS chr1 19904267 19904398 ENST00000375120 protein_coding 4 1 5 OTUD3 ENSG00000169914 +CDS chr1 19904891 19904987 ENST00000375120 protein_coding 4 1 6 OTUD3 ENSG00000169914 +CDS chr1 19906432 19906616 ENST00000375120 protein_coding 4 1 7 OTUD3 ENSG00000169914 +CDS chr1 19907570 19907743 ENST00000375120 protein_coding 4 1 8 OTUD3 ENSG00000169914 +transcript chr1 19920009 19923617 ENST00000375116 protein_coding 3 1 NA PLA2G2E ENSG00000188784 +CDS chr1 19920310 19920449 ENST00000375116 protein_coding 3 1 4 PLA2G2E ENSG00000188784 +CDS chr1 19922298 19922404 ENST00000375116 protein_coding 3 1 3 PLA2G2E ENSG00000188784 +CDS chr1 19922617 19922755 ENST00000375116 protein_coding 3 1 2 PLA2G2E ENSG00000188784 +CDS chr1 19923520 19923559 ENST00000375116 protein_coding 3 1 1 PLA2G2E ENSG00000188784 +transcript chr1 19975431 19979607 ENST00000400520 protein_coding 8 1 NA PLA2G2A ENSG00000188257 +transcript chr1 19975431 19979621 ENST00000649436 protein_coding 1 NA NA PLA2G2A ENSG00000188257 +transcript chr1 19975438 19980416 ENST00000375111 protein_coding 7 1 NA PLA2G2A ENSG00000188257 +transcript chr1 19975673 19979618 ENST00000482011 protein_coding 2 1 NA PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000400520 protein_coding 8 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000649436 protein_coding 1 NA 5 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000375111 protein_coding 7 1 6 PLA2G2A ENSG00000188257 +CDS chr1 19975704 19975843 ENST00000482011 protein_coding 2 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000400520 protein_coding 8 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000649436 protein_coding 1 NA 4 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000375111 protein_coding 7 1 5 PLA2G2A ENSG00000188257 +CDS chr1 19978015 19978121 ENST00000482011 protein_coding 2 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000400520 protein_coding 8 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978483 ENST00000649436 protein_coding 1 NA 3 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000375111 protein_coding 7 1 4 PLA2G2A ENSG00000188257 +CDS chr1 19978380 19978524 ENST00000482011 protein_coding 2 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000400520 protein_coding 8 1 2 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000375111 protein_coding 7 1 3 PLA2G2A ENSG00000188257 +CDS chr1 19978734 19978773 ENST00000482011 protein_coding 2 1 2 PLA2G2A ENSG00000188257 +transcript chr1 20070194 20091911 ENST00000375108 protein_coding 4 1 NA PLA2G5 ENSG00000127472 +CDS chr1 20084831 20084870 ENST00000375108 protein_coding 4 1 2 PLA2G5 ENSG00000127472 +CDS chr1 20086083 20086227 ENST00000375108 protein_coding 4 1 3 PLA2G5 ENSG00000127472 +CDS chr1 20089789 20089895 ENST00000375108 protein_coding 4 1 4 PLA2G5 ENSG00000127472 +CDS chr1 20090568 20090689 ENST00000375108 protein_coding 4 1 5 PLA2G5 ENSG00000127472 +transcript chr1 20111939 20119536 ENST00000375105 protein_coding 8 1 NA PLA2G2D ENSG00000117215 +transcript chr1 20112657 20119566 ENST00000617227 protein_coding 1 1 NA PLA2G2D ENSG00000117215 +CDS chr1 20114117 20114259 ENST00000375105 protein_coding 8 1 4 PLA2G2D ENSG00000117215 +CDS chr1 20114259 20114259 ENST00000617227 protein_coding 1 1 3 PLA2G2D ENSG00000117215 +CDS chr1 20115507 20115613 ENST00000375105 protein_coding 8 1 3 PLA2G2D ENSG00000117215 +CDS chr1 20116333 20116477 ENST00000375105 protein_coding 8 1 2 PLA2G2D ENSG00000117215 +CDS chr1 20116333 20116477 ENST00000617227 protein_coding 1 1 2 PLA2G2D ENSG00000117215 +CDS chr1 20119459 20119498 ENST00000375105 protein_coding 8 1 1 PLA2G2D ENSG00000117215 +CDS chr1 20119459 20119498 ENST00000617227 protein_coding 1 1 1 PLA2G2D ENSG00000117215 +transcript chr1 20139323 20150381 ENST00000375102 protein_coding 4 1 NA PLA2G2F ENSG00000158786 +CDS chr1 20139428 20139543 ENST00000375102 protein_coding 4 1 1 PLA2G2F ENSG00000158786 +CDS chr1 20140166 20140218 ENST00000375102 protein_coding 4 1 2 PLA2G2F ENSG00000158786 +CDS chr1 20143446 20143590 ENST00000375102 protein_coding 4 1 3 PLA2G2F ENSG00000158786 +CDS chr1 20144580 20144689 ENST00000375102 protein_coding 4 1 4 PLA2G2F ENSG00000158786 +CDS chr1 20148190 20148398 ENST00000375102 protein_coding 4 1 5 PLA2G2F ENSG00000158786 +transcript chr1 20161253 20177424 ENST00000429261 protein_coding 2 5 NA PLA2G2C ENSG00000187980 +transcript chr1 20163055 20186518 ENST00000679259 protein_coding 1 NA NA PLA2G2C ENSG00000187980 +transcript chr1 20163991 20175194 ENST00000247992 protein_coding 5 5 NA PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000429261 protein_coding 2 5 4 PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000679259 protein_coding 1 NA 5 PLA2G2C ENSG00000187980 +CDS chr1 20163994 20164157 ENST00000247992 protein_coding 5 5 3 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172897 ENST00000429261 protein_coding 2 5 3 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172897 ENST00000679259 protein_coding 1 NA 4 PLA2G2C ENSG00000187980 +CDS chr1 20172794 20172891 ENST00000247992 protein_coding 5 5 2 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175145 ENST00000429261 protein_coding 2 5 2 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175145 ENST00000679259 protein_coding 1 NA 3 PLA2G2C ENSG00000187980 +CDS chr1 20175007 20175194 ENST00000247992 protein_coding 5 5 1 PLA2G2C ENSG00000187980 +CDS chr1 20177324 20177363 ENST00000429261 protein_coding 2 5 1 PLA2G2C ENSG00000187980 +CDS chr1 20177324 20177363 ENST00000679259 protein_coding 1 NA 2 PLA2G2C ENSG00000187980 +transcript chr1 20186096 20196050 ENST00000375099 protein_coding 4 1 NA UBXN10 ENSG00000162543 +CDS chr1 20190562 20191401 ENST00000375099 protein_coding 4 1 2 UBXN10 ENSG00000162543 +transcript chr1 20290875 20359518 ENST00000289815 protein_coding 13 5 NA VWA5B1 ENSG00000158816 +transcript chr1 20290919 20354263 ENST00000375079 protein_coding 6 5 NA VWA5B1 ENSG00000158816 +transcript chr1 20303081 20312942 ENST00000530722 protein_coding 5 4 NA VWA5B1 ENSG00000158816 +transcript chr1 20303081 20314412 ENST00000534075 protein_coding 1 2 NA VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000289815 protein_coding 13 5 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000375079 protein_coding 6 5 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000530722 protein_coding 5 4 2 VWA5B1 ENSG00000158816 +CDS chr1 20310602 20310740 ENST00000534075 protein_coding 1 2 2 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000289815 protein_coding 13 5 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000375079 protein_coding 6 5 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312942 ENST00000530722 protein_coding 5 4 3 VWA5B1 ENSG00000158816 +CDS chr1 20312836 20312988 ENST00000534075 protein_coding 1 2 3 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314592 ENST00000289815 protein_coding 13 5 4 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314592 ENST00000375079 protein_coding 6 5 4 VWA5B1 ENSG00000158816 +CDS chr1 20314322 20314412 ENST00000534075 protein_coding 1 2 4 VWA5B1 ENSG00000158816 +CDS chr1 20317530 20317675 ENST00000289815 protein_coding 13 5 5 VWA5B1 ENSG00000158816 +CDS chr1 20317530 20317675 ENST00000375079 protein_coding 6 5 5 VWA5B1 ENSG00000158816 +CDS chr1 20318590 20318721 ENST00000289815 protein_coding 13 5 6 VWA5B1 ENSG00000158816 +CDS chr1 20318590 20318721 ENST00000375079 protein_coding 6 5 6 VWA5B1 ENSG00000158816 +CDS chr1 20319382 20319506 ENST00000289815 protein_coding 13 5 7 VWA5B1 ENSG00000158816 +CDS chr1 20319382 20319506 ENST00000375079 protein_coding 6 5 7 VWA5B1 ENSG00000158816 +CDS chr1 20323356 20323532 ENST00000289815 protein_coding 13 5 8 VWA5B1 ENSG00000158816 +CDS chr1 20323356 20323532 ENST00000375079 protein_coding 6 5 8 VWA5B1 ENSG00000158816 +CDS chr1 20327890 20328000 ENST00000289815 protein_coding 13 5 9 VWA5B1 ENSG00000158816 +CDS chr1 20327890 20328000 ENST00000375079 protein_coding 6 5 9 VWA5B1 ENSG00000158816 +CDS chr1 20330180 20330382 ENST00000289815 protein_coding 13 5 10 VWA5B1 ENSG00000158816 +CDS chr1 20330180 20330382 ENST00000375079 protein_coding 6 5 10 VWA5B1 ENSG00000158816 +CDS chr1 20330869 20330983 ENST00000289815 protein_coding 13 5 11 VWA5B1 ENSG00000158816 +CDS chr1 20330869 20330983 ENST00000375079 protein_coding 6 5 11 VWA5B1 ENSG00000158816 +CDS chr1 20332766 20332951 ENST00000289815 protein_coding 13 5 12 VWA5B1 ENSG00000158816 +CDS chr1 20332766 20332951 ENST00000375079 protein_coding 6 5 12 VWA5B1 ENSG00000158816 +CDS chr1 20336303 20336486 ENST00000289815 protein_coding 13 5 13 VWA5B1 ENSG00000158816 +CDS chr1 20336303 20336486 ENST00000375079 protein_coding 6 5 13 VWA5B1 ENSG00000158816 +CDS chr1 20337646 20337836 ENST00000289815 protein_coding 13 5 14 VWA5B1 ENSG00000158816 +CDS chr1 20337646 20337836 ENST00000375079 protein_coding 6 5 14 VWA5B1 ENSG00000158816 +CDS chr1 20342432 20342609 ENST00000289815 protein_coding 13 5 15 VWA5B1 ENSG00000158816 +CDS chr1 20342432 20342609 ENST00000375079 protein_coding 6 5 15 VWA5B1 ENSG00000158816 +CDS chr1 20343079 20343393 ENST00000289815 protein_coding 13 5 16 VWA5B1 ENSG00000158816 +CDS chr1 20343079 20343393 ENST00000375079 protein_coding 6 5 16 VWA5B1 ENSG00000158816 +CDS chr1 20345456 20345593 ENST00000289815 protein_coding 13 5 17 VWA5B1 ENSG00000158816 +CDS chr1 20345456 20345593 ENST00000375079 protein_coding 6 5 17 VWA5B1 ENSG00000158816 +CDS chr1 20348245 20348358 ENST00000289815 protein_coding 13 5 18 VWA5B1 ENSG00000158816 +CDS chr1 20348248 20348376 ENST00000375079 protein_coding 6 5 18 VWA5B1 ENSG00000158816 +CDS chr1 20350156 20350230 ENST00000289815 protein_coding 13 5 19 VWA5B1 ENSG00000158816 +CDS chr1 20350156 20350230 ENST00000375079 protein_coding 6 5 19 VWA5B1 ENSG00000158816 +CDS chr1 20350857 20350926 ENST00000289815 protein_coding 13 5 20 VWA5B1 ENSG00000158816 +CDS chr1 20350857 20350926 ENST00000375079 protein_coding 6 5 20 VWA5B1 ENSG00000158816 +CDS chr1 20352055 20352172 ENST00000289815 protein_coding 13 5 21 VWA5B1 ENSG00000158816 +CDS chr1 20352055 20352172 ENST00000375079 protein_coding 6 5 21 VWA5B1 ENSG00000158816 +CDS chr1 20353757 20354260 ENST00000289815 protein_coding 13 5 22 VWA5B1 ENSG00000158816 +CDS chr1 20353757 20354260 ENST00000375079 protein_coding 6 5 22 VWA5B1 ENSG00000158816 +transcript chr1 20482391 20486210 ENST00000375078 protein_coding 4 1 NA CAMK2N1 ENSG00000162545 +CDS chr1 20483652 20483719 ENST00000375078 protein_coding 4 1 2 CAMK2N1 ENSG00000162545 +CDS chr1 20485214 20485379 ENST00000375078 protein_coding 4 1 1 CAMK2N1 ENSG00000162545 +transcript chr1 20499448 20508151 ENST00000264198 protein_coding 5 1 NA MUL1 ENSG00000090432 +CDS chr1 20500693 20501419 ENST00000264198 protein_coding 5 1 4 MUL1 ENSG00000090432 +CDS chr1 20502069 20502189 ENST00000264198 protein_coding 5 1 3 MUL1 ENSG00000090432 +CDS chr1 20503222 20503309 ENST00000264198 protein_coding 5 1 2 MUL1 ENSG00000090432 +CDS chr1 20507905 20508024 ENST00000264198 protein_coding 5 1 1 MUL1 ENSG00000090432 +transcript chr1 20552573 20555020 ENST00000332947 protein_coding 6 NA NA FAM43B ENSG00000183114 +CDS chr1 20552974 20553960 ENST00000332947 protein_coding 6 NA 1 FAM43B ENSG00000183114 +transcript chr1 20589097 20618903 ENST00000375071 protein_coding 4 1 NA CDA ENSG00000158825 +CDS chr1 20589130 20589283 ENST00000375071 protein_coding 4 1 1 CDA ENSG00000158825 +CDS chr1 20604928 20605039 ENST00000375071 protein_coding 4 1 2 CDA ENSG00000158825 +CDS chr1 20613842 20613899 ENST00000375071 protein_coding 4 1 3 CDA ENSG00000158825 +CDS chr1 20618452 20618565 ENST00000375071 protein_coding 4 1 4 CDA ENSG00000158825 +transcript chr1 20633458 20651511 ENST00000321556 protein_coding 5 1 NA PINK1 ENSG00000158828 +CDS chr1 20633549 20633935 ENST00000321556 protein_coding 5 1 1 PINK1 ENSG00000158828 +CDS chr1 20637842 20638129 ENST00000321556 protein_coding 5 1 2 PINK1 ENSG00000158828 +CDS chr1 20639892 20639992 ENST00000321556 protein_coding 5 1 3 PINK1 ENSG00000158828 +CDS chr1 20644490 20644672 ENST00000321556 protein_coding 5 1 4 PINK1 ENSG00000158828 +CDS chr1 20645560 20645723 ENST00000321556 protein_coding 5 1 5 PINK1 ENSG00000158828 +CDS chr1 20648505 20648632 ENST00000321556 protein_coding 5 1 6 PINK1 ENSG00000158828 +CDS chr1 20648995 20649231 ENST00000321556 protein_coding 5 1 7 PINK1 ENSG00000158828 +CDS chr1 20650434 20650688 ENST00000321556 protein_coding 5 1 8 PINK1 ENSG00000158828 +transcript chr1 20651767 20661544 ENST00000415136 protein_coding 6 1 NA DDOST ENSG00000244038 +transcript chr1 20651777 20661369 ENST00000602624 protein_coding 7 1 NA DDOST ENSG00000244038 +CDS chr1 20652382 20652528 ENST00000415136 protein_coding 6 1 11 DDOST ENSG00000244038 +CDS chr1 20652382 20652528 ENST00000602624 protein_coding 7 1 11 DDOST ENSG00000244038 +CDS chr1 20652621 20652727 ENST00000415136 protein_coding 6 1 10 DDOST ENSG00000244038 +CDS chr1 20652621 20652727 ENST00000602624 protein_coding 7 1 10 DDOST ENSG00000244038 +CDS chr1 20652851 20652971 ENST00000415136 protein_coding 6 1 9 DDOST ENSG00000244038 +CDS chr1 20652851 20652971 ENST00000602624 protein_coding 7 1 9 DDOST ENSG00000244038 +CDS chr1 20653627 20653774 ENST00000415136 protein_coding 6 1 8 DDOST ENSG00000244038 +CDS chr1 20653627 20653774 ENST00000602624 protein_coding 7 1 8 DDOST ENSG00000244038 +CDS chr1 20654223 20654371 ENST00000415136 protein_coding 6 1 7 DDOST ENSG00000244038 +CDS chr1 20654223 20654371 ENST00000602624 protein_coding 7 1 7 DDOST ENSG00000244038 +CDS chr1 20654614 20654707 ENST00000415136 protein_coding 6 1 6 DDOST ENSG00000244038 +CDS chr1 20654614 20654707 ENST00000602624 protein_coding 7 1 6 DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000415136 protein_coding 6 1 5 DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000602624 protein_coding 7 1 5 DDOST ENSG00000244038 +transcript chr1 20655440 20661388 ENST00000464364 protein_coding 1 5 NA DDOST ENSG00000244038 +CDS chr1 20655440 20655534 ENST00000464364 protein_coding 1 5 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000415136 protein_coding 6 1 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000602624 protein_coding 7 1 4 DDOST ENSG00000244038 +CDS chr1 20655676 20655779 ENST00000464364 protein_coding 1 5 3 DDOST ENSG00000244038 +CDS chr1 20656101 20656187 ENST00000415136 protein_coding 6 1 3 DDOST ENSG00000244038 +CDS chr1 20656101 20656187 ENST00000602624 protein_coding 7 1 3 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000415136 protein_coding 6 1 2 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000602624 protein_coding 7 1 2 DDOST ENSG00000244038 +CDS chr1 20660881 20660991 ENST00000464364 protein_coding 1 5 2 DDOST ENSG00000244038 +CDS chr1 20661197 20661401 ENST00000415136 protein_coding 6 1 1 DDOST ENSG00000244038 +CDS chr1 20661197 20661350 ENST00000602624 protein_coding 7 1 1 DDOST ENSG00000244038 +CDS chr1 20661197 20661350 ENST00000464364 protein_coding 1 5 1 DDOST ENSG00000244038 +transcript chr1 20664014 20717491 ENST00000375044 protein_coding 5 1 NA KIF17 ENSG00000117245 +transcript chr1 20664014 20718007 ENST00000400463 protein_coding 8 1 NA KIF17 ENSG00000117245 +transcript chr1 20664016 20718017 ENST00000247986 protein_coding 2 1 NA KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000375044 protein_coding 5 1 15 KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000400463 protein_coding 8 1 15 KIF17 ENSG00000117245 +CDS chr1 20664587 20664762 ENST00000247986 protein_coding 2 1 15 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000375044 protein_coding 5 1 14 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000400463 protein_coding 8 1 14 KIF17 ENSG00000117245 +CDS chr1 20666214 20666331 ENST00000247986 protein_coding 2 1 14 KIF17 ENSG00000117245 +CDS chr1 20670421 20670491 ENST00000375044 protein_coding 5 1 13 KIF17 ENSG00000117245 +CDS chr1 20670421 20670488 ENST00000400463 protein_coding 8 1 13 KIF17 ENSG00000117245 +CDS chr1 20670421 20670491 ENST00000247986 protein_coding 2 1 13 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000375044 protein_coding 5 1 12 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000400463 protein_coding 8 1 12 KIF17 ENSG00000117245 +CDS chr1 20671938 20672196 ENST00000247986 protein_coding 2 1 12 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000375044 protein_coding 5 1 11 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000400463 protein_coding 8 1 11 KIF17 ENSG00000117245 +CDS chr1 20682653 20682884 ENST00000247986 protein_coding 2 1 11 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000375044 protein_coding 5 1 10 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000400463 protein_coding 8 1 10 KIF17 ENSG00000117245 +CDS chr1 20684809 20685020 ENST00000247986 protein_coding 2 1 10 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000375044 protein_coding 5 1 9 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000400463 protein_coding 8 1 9 KIF17 ENSG00000117245 +CDS chr1 20686046 20686126 ENST00000247986 protein_coding 2 1 9 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000375044 protein_coding 5 1 8 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000400463 protein_coding 8 1 8 KIF17 ENSG00000117245 +CDS chr1 20687388 20687944 ENST00000247986 protein_coding 2 1 8 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000375044 protein_coding 5 1 7 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000400463 protein_coding 8 1 7 KIF17 ENSG00000117245 +CDS chr1 20690188 20690335 ENST00000247986 protein_coding 2 1 7 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000375044 protein_coding 5 1 6 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000400463 protein_coding 8 1 6 KIF17 ENSG00000117245 +CDS chr1 20698379 20698488 ENST00000247986 protein_coding 2 1 6 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000375044 protein_coding 5 1 5 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000400463 protein_coding 8 1 5 KIF17 ENSG00000117245 +CDS chr1 20704447 20704899 ENST00000247986 protein_coding 2 1 5 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000375044 protein_coding 5 1 4 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000400463 protein_coding 8 1 4 KIF17 ENSG00000117245 +CDS chr1 20709639 20709828 ENST00000247986 protein_coding 2 1 4 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000375044 protein_coding 5 1 3 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000400463 protein_coding 8 1 3 KIF17 ENSG00000117245 +CDS chr1 20713454 20713555 ENST00000247986 protein_coding 2 1 3 KIF17 ENSG00000117245 +CDS chr1 20715493 20715570 ENST00000375044 protein_coding 5 1 2 KIF17 ENSG00000117245 +CDS chr1 20715493 20715639 ENST00000400463 protein_coding 8 1 2 KIF17 ENSG00000117245 +CDS chr1 20715493 20715639 ENST00000247986 protein_coding 2 1 2 KIF17 ENSG00000117245 +CDS chr1 20717476 20717706 ENST00000400463 protein_coding 8 1 1 KIF17 ENSG00000117245 +CDS chr1 20717476 20717706 ENST00000247986 protein_coding 2 1 1 KIF17 ENSG00000117245 +transcript chr1 20719731 20732703 ENST00000444387 protein_coding 7 2 NA SH2D5 ENSG00000189410 +transcript chr1 20719732 20732640 ENST00000375031 protein_coding 5 2 NA SH2D5 ENSG00000189410 +CDS chr1 20721795 20721995 ENST00000444387 protein_coding 7 2 10 SH2D5 ENSG00000189410 +CDS chr1 20721795 20721995 ENST00000375031 protein_coding 5 2 9 SH2D5 ENSG00000189410 +CDS chr1 20722756 20722915 ENST00000444387 protein_coding 7 2 9 SH2D5 ENSG00000189410 +CDS chr1 20722756 20722915 ENST00000375031 protein_coding 5 2 8 SH2D5 ENSG00000189410 +CDS chr1 20723626 20723734 ENST00000444387 protein_coding 7 2 8 SH2D5 ENSG00000189410 +CDS chr1 20723626 20723734 ENST00000375031 protein_coding 5 2 7 SH2D5 ENSG00000189410 +CDS chr1 20724083 20724251 ENST00000444387 protein_coding 7 2 7 SH2D5 ENSG00000189410 +CDS chr1 20724083 20724251 ENST00000375031 protein_coding 5 2 6 SH2D5 ENSG00000189410 +CDS chr1 20724396 20724635 ENST00000444387 protein_coding 7 2 6 SH2D5 ENSG00000189410 +CDS chr1 20724396 20724635 ENST00000375031 protein_coding 5 2 5 SH2D5 ENSG00000189410 +transcript chr1 20724601 20732278 ENST00000447746 protein_coding 6 4 NA SH2D5 ENSG00000189410 +CDS chr1 20724601 20724635 ENST00000447746 protein_coding 6 4 5 SH2D5 ENSG00000189410 +transcript chr1 20724631 20732837 ENST00000518294 protein_coding 5 5 NA SH2D5 ENSG00000189410 +CDS chr1 20724631 20724635 ENST00000518294 protein_coding 5 5 6 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000444387 protein_coding 7 2 5 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726057 ENST00000375031 protein_coding 5 2 4 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000447746 protein_coding 6 4 4 SH2D5 ENSG00000189410 +CDS chr1 20725920 20726066 ENST00000518294 protein_coding 5 5 5 SH2D5 ENSG00000189410 +transcript chr1 20725932 20731591 ENST00000517430 protein_coding 5 4 NA SH2D5 ENSG00000189410 +CDS chr1 20725932 20726066 ENST00000517430 protein_coding 5 4 5 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000444387 protein_coding 7 2 4 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000518294 protein_coding 5 5 4 SH2D5 ENSG00000189410 +CDS chr1 20727001 20727075 ENST00000517430 protein_coding 5 4 4 SH2D5 ENSG00000189410 +transcript chr1 20727032 20731175 ENST00000519434 protein_coding 1 5 NA SH2D5 ENSG00000189410 +CDS chr1 20727032 20727075 ENST00000519434 protein_coding 1 5 5 SH2D5 ENSG00000189410 +CDS chr1 20727469 20727603 ENST00000447746 protein_coding 6 4 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000444387 protein_coding 7 2 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000518294 protein_coding 5 5 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000517430 protein_coding 5 4 3 SH2D5 ENSG00000189410 +CDS chr1 20727523 20727603 ENST00000519434 protein_coding 1 5 4 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000444387 protein_coding 7 2 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000447746 protein_coding 6 4 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000518294 protein_coding 5 5 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000517430 protein_coding 5 4 2 SH2D5 ENSG00000189410 +CDS chr1 20727958 20728044 ENST00000519434 protein_coding 1 5 3 SH2D5 ENSG00000189410 +transcript chr1 20740266 20787307 ENST00000438032 protein_coding 6 5 NA HP1BP3 ENSG00000127483 +transcript chr1 20742679 20786652 ENST00000312239 protein_coding 10 2 NA HP1BP3 ENSG00000127483 +transcript chr1 20742682 20775005 ENST00000375003 protein_coding 6 1 NA HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000438032 protein_coding 6 5 13 HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000312239 protein_coding 10 2 13 HP1BP3 ENSG00000127483 +CDS chr1 20744800 20745091 ENST00000375003 protein_coding 6 1 9 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000438032 protein_coding 6 5 12 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000312239 protein_coding 10 2 12 HP1BP3 ENSG00000127483 +CDS chr1 20745543 20745656 ENST00000375003 protein_coding 6 1 8 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000438032 protein_coding 6 5 11 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000312239 protein_coding 10 2 11 HP1BP3 ENSG00000127483 +CDS chr1 20747544 20747655 ENST00000375003 protein_coding 6 1 7 HP1BP3 ENSG00000127483 +transcript chr1 20747615 20776604 ENST00000419948 protein_coding 5 5 NA HP1BP3 ENSG00000127483 +CDS chr1 20747615 20747655 ENST00000419948 protein_coding 5 5 7 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000438032 protein_coding 6 5 10 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000312239 protein_coding 10 2 10 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000375003 protein_coding 6 1 6 HP1BP3 ENSG00000127483 +CDS chr1 20749723 20749882 ENST00000419948 protein_coding 5 5 6 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000438032 protein_coding 6 5 9 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000312239 protein_coding 10 2 9 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000375003 protein_coding 6 1 5 HP1BP3 ENSG00000127483 +CDS chr1 20757166 20757256 ENST00000419948 protein_coding 5 5 5 HP1BP3 ENSG00000127483 +transcript chr1 20757199 20787312 ENST00000424732 protein_coding 5 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20757199 20757256 ENST00000424732 protein_coding 5 3 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000438032 protein_coding 6 5 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000312239 protein_coding 10 2 8 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000375003 protein_coding 6 1 4 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000419948 protein_coding 5 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20765377 20765531 ENST00000424732 protein_coding 5 3 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000438032 protein_coding 6 5 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000312239 protein_coding 10 2 7 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000375003 protein_coding 6 1 3 HP1BP3 ENSG00000127483 +CDS chr1 20767584 20767664 ENST00000424732 protein_coding 5 3 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000438032 protein_coding 6 5 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000312239 protein_coding 10 2 6 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000375003 protein_coding 6 1 2 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000419948 protein_coding 5 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20770930 20771073 ENST00000424732 protein_coding 5 3 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000438032 protein_coding 6 5 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000312239 protein_coding 10 2 5 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773504 ENST00000375003 protein_coding 6 1 1 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000419948 protein_coding 5 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20773451 20773610 ENST00000424732 protein_coding 5 3 4 HP1BP3 ENSG00000127483 +transcript chr1 20773587 20786283 ENST00000417710 protein_coding 5 5 NA HP1BP3 ENSG00000127483 +CDS chr1 20773587 20773610 ENST00000417710 protein_coding 5 5 5 HP1BP3 ENSG00000127483 +transcript chr1 20775655 20786640 ENST00000375000 protein_coding 5 1 NA HP1BP3 ENSG00000127483 +CDS chr1 20775957 20776005 ENST00000375000 protein_coding 5 1 5 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000438032 protein_coding 6 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000312239 protein_coding 10 2 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776604 ENST00000419948 protein_coding 5 5 1 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000424732 protein_coding 5 3 3 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000417710 protein_coding 5 5 4 HP1BP3 ENSG00000127483 +CDS chr1 20776597 20776750 ENST00000375000 protein_coding 5 1 4 HP1BP3 ENSG00000127483 +transcript chr1 20776698 20787323 ENST00000437575 protein_coding 5 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20776698 20776750 ENST00000437575 protein_coding 5 3 4 HP1BP3 ENSG00000127483 +transcript chr1 20776713 20786652 ENST00000419490 protein_coding 5 4 NA HP1BP3 ENSG00000127483 +CDS chr1 20776713 20776750 ENST00000419490 protein_coding 5 4 3 HP1BP3 ENSG00000127483 +transcript chr1 20776720 20786652 ENST00000414993 protein_coding 1 4 NA HP1BP3 ENSG00000127483 +CDS chr1 20776720 20776750 ENST00000414993 protein_coding 1 4 4 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000438032 protein_coding 6 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000312239 protein_coding 10 2 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000424732 protein_coding 5 3 2 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000417710 protein_coding 5 5 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000375000 protein_coding 5 1 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000437575 protein_coding 5 3 3 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779893 ENST00000419490 protein_coding 5 4 2 HP1BP3 ENSG00000127483 +CDS chr1 20779812 20779911 ENST00000414993 protein_coding 1 4 3 HP1BP3 ENSG00000127483 +transcript chr1 20779836 20786666 ENST00000443615 protein_coding 1 3 NA HP1BP3 ENSG00000127483 +CDS chr1 20779836 20779893 ENST00000443615 protein_coding 1 3 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000438032 protein_coding 6 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000312239 protein_coding 10 2 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000417710 protein_coding 5 5 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000375000 protein_coding 5 1 2 HP1BP3 ENSG00000127483 +CDS chr1 20780345 20780440 ENST00000414993 protein_coding 1 4 2 HP1BP3 ENSG00000127483 +transcript chr1 20806292 21176888 ENST00000374935 protein_coding 7 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21050994 ENST00000264211 protein_coding 13 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21176836 ENST00000685872 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806479 21176897 ENST00000602326 protein_coding 6 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20806483 21177285 ENST00000686579 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806488 21113129 ENST00000684485 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20806488 21176234 ENST00000688741 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +transcript chr1 20807004 21176847 ENST00000400422 protein_coding 6 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20807319 21176836 ENST00000634879 protein_coding 2 5 NA EIF4G3 ENSG00000075151 +transcript chr1 20807319 21176836 ENST00000693470 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000374935 protein_coding 7 5 33 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000264211 protein_coding 13 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000685872 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000602326 protein_coding 6 1 37 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000686579 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000684485 protein_coding 1 NA 36 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000688741 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000400422 protein_coding 6 1 35 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000634879 protein_coding 2 5 34 EIF4G3 ENSG00000075151 +CDS chr1 20807322 20807500 ENST00000693470 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000374935 protein_coding 7 5 32 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000264211 protein_coding 13 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000685872 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000602326 protein_coding 6 1 36 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000686579 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000684485 protein_coding 1 NA 35 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000688741 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000400422 protein_coding 6 1 34 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000634879 protein_coding 2 5 33 EIF4G3 ENSG00000075151 +CDS chr1 20810738 20810884 ENST00000693470 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000374935 protein_coding 7 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000264211 protein_coding 13 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000685872 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000602326 protein_coding 6 1 35 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000686579 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000684485 protein_coding 1 NA 34 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000688741 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000400422 protein_coding 6 1 33 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000634879 protein_coding 2 5 32 EIF4G3 ENSG00000075151 +CDS chr1 20813158 20813239 ENST00000693470 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000374935 protein_coding 7 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000264211 protein_coding 13 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000685872 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000602326 protein_coding 6 1 34 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000686579 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000684485 protein_coding 1 NA 33 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000688741 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000400422 protein_coding 6 1 32 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000634879 protein_coding 2 5 31 EIF4G3 ENSG00000075151 +CDS chr1 20817392 20817538 ENST00000693470 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000374935 protein_coding 7 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000264211 protein_coding 13 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000685872 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000602326 protein_coding 6 1 33 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000686579 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000684485 protein_coding 1 NA 32 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000688741 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000400422 protein_coding 6 1 31 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000634879 protein_coding 2 5 30 EIF4G3 ENSG00000075151 +CDS chr1 20825100 20825198 ENST00000693470 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000374935 protein_coding 7 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000264211 protein_coding 13 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000685872 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000602326 protein_coding 6 1 32 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000686579 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000684485 protein_coding 1 NA 31 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000688741 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000400422 protein_coding 6 1 30 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000634879 protein_coding 2 5 29 EIF4G3 ENSG00000075151 +CDS chr1 20827617 20827698 ENST00000693470 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000374935 protein_coding 7 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000264211 protein_coding 13 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000685872 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000602326 protein_coding 6 1 31 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000686579 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000684485 protein_coding 1 NA 30 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000688741 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000400422 protein_coding 6 1 29 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000634879 protein_coding 2 5 28 EIF4G3 ENSG00000075151 +CDS chr1 20829147 20829272 ENST00000693470 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000374935 protein_coding 7 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000264211 protein_coding 13 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000685872 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000602326 protein_coding 6 1 30 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000686579 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000684485 protein_coding 1 NA 29 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000688741 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000400422 protein_coding 6 1 28 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000634879 protein_coding 2 5 27 EIF4G3 ENSG00000075151 +CDS chr1 20840856 20841028 ENST00000693470 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000374935 protein_coding 7 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000264211 protein_coding 13 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000685872 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000602326 protein_coding 6 1 29 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000686579 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000684485 protein_coding 1 NA 28 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000688741 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000400422 protein_coding 6 1 27 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000634879 protein_coding 2 5 26 EIF4G3 ENSG00000075151 +CDS chr1 20849415 20849530 ENST00000693470 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000374935 protein_coding 7 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000264211 protein_coding 13 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000685872 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000602326 protein_coding 6 1 28 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000686579 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000684485 protein_coding 1 NA 27 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000688741 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000400422 protein_coding 6 1 26 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000634879 protein_coding 2 5 25 EIF4G3 ENSG00000075151 +CDS chr1 20851258 20851478 ENST00000693470 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000374935 protein_coding 7 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000264211 protein_coding 13 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000685872 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000602326 protein_coding 6 1 27 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000686579 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000684485 protein_coding 1 NA 26 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000688741 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000400422 protein_coding 6 1 25 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000634879 protein_coding 2 5 24 EIF4G3 ENSG00000075151 +CDS chr1 20853560 20853677 ENST00000693470 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000374935 protein_coding 7 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000264211 protein_coding 13 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000685872 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000602326 protein_coding 6 1 26 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000686579 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000684485 protein_coding 1 NA 25 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000688741 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000400422 protein_coding 6 1 24 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000634879 protein_coding 2 5 23 EIF4G3 ENSG00000075151 +CDS chr1 20854978 20855071 ENST00000693470 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000374935 protein_coding 7 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000264211 protein_coding 13 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000685872 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000602326 protein_coding 6 1 25 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000686579 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000684485 protein_coding 1 NA 24 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000688741 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000400422 protein_coding 6 1 23 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000634879 protein_coding 2 5 22 EIF4G3 ENSG00000075151 +CDS chr1 20857403 20857497 ENST00000693470 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000374935 protein_coding 7 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000264211 protein_coding 13 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000685872 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000602326 protein_coding 6 1 24 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000686579 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000684485 protein_coding 1 NA 23 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000688741 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000400422 protein_coding 6 1 22 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000634879 protein_coding 2 5 21 EIF4G3 ENSG00000075151 +CDS chr1 20860385 20860517 ENST00000693470 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000374935 protein_coding 7 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000264211 protein_coding 13 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000685872 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000602326 protein_coding 6 1 23 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000686579 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000684485 protein_coding 1 NA 22 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000688741 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000400422 protein_coding 6 1 21 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000634879 protein_coding 2 5 20 EIF4G3 ENSG00000075151 +CDS chr1 20862228 20862332 ENST00000693470 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000374935 protein_coding 7 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000264211 protein_coding 13 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000685872 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000602326 protein_coding 6 1 22 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000686579 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000684485 protein_coding 1 NA 21 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000688741 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000400422 protein_coding 6 1 20 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000634879 protein_coding 2 5 19 EIF4G3 ENSG00000075151 +CDS chr1 20864476 20864712 ENST00000693470 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000374935 protein_coding 7 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000264211 protein_coding 13 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000685872 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000602326 protein_coding 6 1 21 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000686579 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000684485 protein_coding 1 NA 20 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000688741 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000400422 protein_coding 6 1 19 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000634879 protein_coding 2 5 18 EIF4G3 ENSG00000075151 +CDS chr1 20865116 20865262 ENST00000693470 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000374935 protein_coding 7 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000264211 protein_coding 13 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000685872 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000602326 protein_coding 6 1 20 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000686579 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000684485 protein_coding 1 NA 19 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000688741 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000400422 protein_coding 6 1 18 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000634879 protein_coding 2 5 17 EIF4G3 ENSG00000075151 +CDS chr1 20879323 20879520 ENST00000693470 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000374935 protein_coding 7 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000264211 protein_coding 13 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000685872 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000602326 protein_coding 6 1 19 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000686579 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000684485 protein_coding 1 NA 18 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000688741 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000400422 protein_coding 6 1 17 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000634879 protein_coding 2 5 16 EIF4G3 ENSG00000075151 +CDS chr1 20886201 20886371 ENST00000693470 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20892619 20892729 ENST00000684485 protein_coding 1 NA 17 EIF4G3 ENSG00000075151 +CDS chr1 20892619 20892729 ENST00000400422 protein_coding 6 1 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000374935 protein_coding 7 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000264211 protein_coding 13 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000685872 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000602326 protein_coding 6 1 18 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000686579 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000684485 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000688741 protein_coding 1 NA 16 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000400422 protein_coding 6 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000634879 protein_coding 2 5 15 EIF4G3 ENSG00000075151 +CDS chr1 20893517 20893636 ENST00000693470 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000374935 protein_coding 7 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000264211 protein_coding 13 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000685872 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000602326 protein_coding 6 1 17 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000686579 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000684485 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000688741 protein_coding 1 NA 15 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000400422 protein_coding 6 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000634879 protein_coding 2 5 14 EIF4G3 ENSG00000075151 +CDS chr1 20895368 20895501 ENST00000693470 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000374935 protein_coding 7 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000264211 protein_coding 13 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000685872 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000602326 protein_coding 6 1 16 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000686579 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000684485 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000688741 protein_coding 1 NA 14 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000400422 protein_coding 6 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000634879 protein_coding 2 5 13 EIF4G3 ENSG00000075151 +CDS chr1 20899697 20899943 ENST00000693470 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000374935 protein_coding 7 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000264211 protein_coding 13 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000685872 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000602326 protein_coding 6 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000686579 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000684485 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000688741 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000400422 protein_coding 6 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000634879 protein_coding 2 5 12 EIF4G3 ENSG00000075151 +CDS chr1 20904883 20904971 ENST00000693470 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +transcript chr1 20941242 21174737 ENST00000356916 protein_coding 7 1 NA EIF4G3 ENSG00000075151 +transcript chr1 20941247 21168039 ENST00000682284 protein_coding 1 NA NA EIF4G3 ENSG00000075151 +CDS chr1 20941379 20941395 ENST00000356916 protein_coding 7 1 15 EIF4G3 ENSG00000075151 +CDS chr1 20941379 20941395 ENST00000682284 protein_coding 1 NA 13 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000264211 protein_coding 13 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000685872 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000602326 protein_coding 6 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000686579 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000684485 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000688741 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000400422 protein_coding 6 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000634879 protein_coding 2 5 11 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000693470 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000356916 protein_coding 7 1 14 EIF4G3 ENSG00000075151 +CDS chr1 20941491 20942330 ENST00000682284 protein_coding 1 NA 12 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000374935 protein_coding 7 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000264211 protein_coding 13 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000685872 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000602326 protein_coding 6 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000686579 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000684485 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000688741 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000400422 protein_coding 6 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000634879 protein_coding 2 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950108 ENST00000693470 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000356916 protein_coding 7 1 13 EIF4G3 ENSG00000075151 +CDS chr1 20950003 20950111 ENST00000682284 protein_coding 1 NA 11 EIF4G3 ENSG00000075151 +transcript chr1 20950006 21176884 ENST00000438975 protein_coding 5 5 NA EIF4G3 ENSG00000075151 +CDS chr1 20950006 20950111 ENST00000438975 protein_coding 5 5 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000374935 protein_coding 7 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000264211 protein_coding 13 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000685872 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000602326 protein_coding 6 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000686579 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000684485 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000688741 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000400422 protein_coding 6 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000634879 protein_coding 2 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000693470 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000356916 protein_coding 7 1 12 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000682284 protein_coding 1 NA 10 EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000438975 protein_coding 5 5 9 EIF4G3 ENSG00000075151 +transcript chr1 20969474 21176857 ENST00000411888 protein_coding 5 5 NA EIF4G3 ENSG00000075151 +CDS chr1 20969474 20969596 ENST00000411888 protein_coding 5 5 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000374935 protein_coding 7 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000264211 protein_coding 13 5 5 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000685872 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000602326 protein_coding 6 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000686579 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000684485 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000688741 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000400422 protein_coding 6 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000634879 protein_coding 2 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000693470 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000356916 protein_coding 7 1 11 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000682284 protein_coding 1 NA 9 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000438975 protein_coding 5 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20973002 20973099 ENST00000411888 protein_coding 5 5 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000374935 protein_coding 7 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000264211 protein_coding 13 5 4 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000685872 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000602326 protein_coding 6 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000686579 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000684485 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000688741 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000400422 protein_coding 6 1 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000634879 protein_coding 2 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000693470 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000356916 protein_coding 7 1 10 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000682284 protein_coding 1 NA 8 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000438975 protein_coding 5 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20980334 20980448 ENST00000411888 protein_coding 5 5 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000374935 protein_coding 7 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000264211 protein_coding 13 5 3 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000685872 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000602326 protein_coding 6 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000686579 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000684485 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000688741 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000400422 protein_coding 6 1 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000634879 protein_coding 2 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000693470 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000356916 protein_coding 7 1 9 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000682284 protein_coding 1 NA 7 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000438975 protein_coding 5 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20981048 20981227 ENST00000411888 protein_coding 5 5 6 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000602326 protein_coding 6 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000686579 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20982388 20982408 ENST00000684485 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000602326 protein_coding 6 1 7 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000684485 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000688741 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000356916 protein_coding 7 1 8 EIF4G3 ENSG00000075151 +CDS chr1 20997601 20997633 ENST00000682284 protein_coding 1 NA 6 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000602326 protein_coding 6 1 6 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000688741 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21001199 21001312 ENST00000411888 protein_coding 5 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000374935 protein_coding 7 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000264211 protein_coding 13 5 2 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000685872 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000602326 protein_coding 6 1 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000686579 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000684485 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000688741 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000400422 protein_coding 6 1 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000634879 protein_coding 2 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002808 ENST00000693470 protein_coding 1 NA 4 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000356916 protein_coding 7 1 7 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000682284 protein_coding 1 NA 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000438975 protein_coding 5 5 5 EIF4G3 ENSG00000075151 +CDS chr1 21002713 21002742 ENST00000411888 protein_coding 5 5 4 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000685872 protein_coding 1 NA 3 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000634879 protein_coding 2 5 4 EIF4G3 ENSG00000075151 +CDS chr1 21050866 21050994 ENST00000693470 protein_coding 1 NA 3 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000685872 protein_coding 1 NA 2 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000634879 protein_coding 2 5 3 EIF4G3 ENSG00000075151 +CDS chr1 21089138 21089213 ENST00000693470 protein_coding 1 NA 2 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176392 ENST00000685872 protein_coding 1 NA 1 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176358 ENST00000634879 protein_coding 2 5 2 EIF4G3 ENSG00000075151 +CDS chr1 21176175 21176836 ENST00000693470 protein_coding 1 NA 1 EIF4G3 ENSG00000075151 +CDS chr1 21176722 21176836 ENST00000634879 protein_coding 2 5 1 EIF4G3 ENSG00000075151 +transcript chr1 21217247 21345504 ENST00000415912 protein_coding 6 1 NA ECE1 ENSG00000117298 +transcript chr1 21217250 21290463 ENST00000374893 protein_coding 11 1 NA ECE1 ENSG00000117298 +transcript chr1 21217281 21345572 ENST00000649812 protein_coding 1 NA NA ECE1 ENSG00000117298 +CDS chr1 21217714 21217978 ENST00000649812 protein_coding 1 NA 20 ECE1 ENSG00000117298 +transcript chr1 21218584 21279549 ENST00000357071 protein_coding 8 1 NA ECE1 ENSG00000117298 +transcript chr1 21219894 21290464 ENST00000436918 protein_coding 6 2 NA ECE1 ENSG00000117298 +transcript chr1 21219937 21290257 ENST00000264205 protein_coding 10 1 NA ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000415912 protein_coding 6 1 19 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000374893 protein_coding 11 1 19 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000357071 protein_coding 8 1 17 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000436918 protein_coding 6 2 18 ECE1 ENSG00000117298 +CDS chr1 21219958 21220131 ENST00000264205 protein_coding 10 1 18 ECE1 ENSG00000117298 +CDS chr1 21219959 21220131 ENST00000649812 protein_coding 1 NA 19 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000415912 protein_coding 6 1 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000374893 protein_coding 11 1 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000649812 protein_coding 1 NA 18 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000357071 protein_coding 8 1 16 ECE1 ENSG00000117298 +CDS chr1 21221747 21221842 ENST00000264205 protein_coding 10 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000415912 protein_coding 6 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000374893 protein_coding 11 1 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000649812 protein_coding 1 NA 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000357071 protein_coding 8 1 15 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000436918 protein_coding 6 2 17 ECE1 ENSG00000117298 +CDS chr1 21225250 21225440 ENST00000264205 protein_coding 10 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000415912 protein_coding 6 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000374893 protein_coding 11 1 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000649812 protein_coding 1 NA 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000357071 protein_coding 8 1 14 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000436918 protein_coding 6 2 16 ECE1 ENSG00000117298 +CDS chr1 21227159 21227226 ENST00000264205 protein_coding 10 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000415912 protein_coding 6 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000374893 protein_coding 11 1 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000649812 protein_coding 1 NA 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000357071 protein_coding 8 1 13 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000436918 protein_coding 6 2 15 ECE1 ENSG00000117298 +CDS chr1 21227931 21228041 ENST00000264205 protein_coding 10 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000415912 protein_coding 6 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000374893 protein_coding 11 1 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000649812 protein_coding 1 NA 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000357071 protein_coding 8 1 12 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000436918 protein_coding 6 2 14 ECE1 ENSG00000117298 +CDS chr1 21233558 21233661 ENST00000264205 protein_coding 10 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000415912 protein_coding 6 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000374893 protein_coding 11 1 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000649812 protein_coding 1 NA 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000357071 protein_coding 8 1 11 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000436918 protein_coding 6 2 13 ECE1 ENSG00000117298 +CDS chr1 21235850 21235927 ENST00000264205 protein_coding 10 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000415912 protein_coding 6 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000374893 protein_coding 11 1 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000649812 protein_coding 1 NA 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000357071 protein_coding 8 1 10 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000436918 protein_coding 6 2 12 ECE1 ENSG00000117298 +CDS chr1 21236746 21236844 ENST00000264205 protein_coding 10 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000415912 protein_coding 6 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000374893 protein_coding 11 1 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000649812 protein_coding 1 NA 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000357071 protein_coding 8 1 9 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000436918 protein_coding 6 2 11 ECE1 ENSG00000117298 +CDS chr1 21238134 21238244 ENST00000264205 protein_coding 10 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000415912 protein_coding 6 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000374893 protein_coding 11 1 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000649812 protein_coding 1 NA 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000357071 protein_coding 8 1 8 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000436918 protein_coding 6 2 10 ECE1 ENSG00000117298 +CDS chr1 21244989 21245103 ENST00000264205 protein_coding 10 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000415912 protein_coding 6 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000374893 protein_coding 11 1 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000649812 protein_coding 1 NA 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000357071 protein_coding 8 1 7 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000436918 protein_coding 6 2 9 ECE1 ENSG00000117298 +CDS chr1 21247221 21247363 ENST00000264205 protein_coding 10 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000415912 protein_coding 6 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000374893 protein_coding 11 1 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000649812 protein_coding 1 NA 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000357071 protein_coding 8 1 6 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000436918 protein_coding 6 2 8 ECE1 ENSG00000117298 +CDS chr1 21255947 21256138 ENST00000264205 protein_coding 10 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000415912 protein_coding 6 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000374893 protein_coding 11 1 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000649812 protein_coding 1 NA 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000357071 protein_coding 8 1 5 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000436918 protein_coding 6 2 7 ECE1 ENSG00000117298 +CDS chr1 21257525 21257590 ENST00000264205 protein_coding 10 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000415912 protein_coding 6 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000374893 protein_coding 11 1 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000649812 protein_coding 1 NA 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000357071 protein_coding 8 1 4 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000436918 protein_coding 6 2 6 ECE1 ENSG00000117298 +CDS chr1 21258693 21258839 ENST00000264205 protein_coding 10 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000415912 protein_coding 6 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000374893 protein_coding 11 1 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000649812 protein_coding 1 NA 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000357071 protein_coding 8 1 3 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000436918 protein_coding 6 2 5 ECE1 ENSG00000117298 +CDS chr1 21260271 21260392 ENST00000264205 protein_coding 10 1 4 ECE1 ENSG00000117298 +transcript chr1 21260313 21280069 ENST00000473505 protein_coding 5 3 NA ECE1 ENSG00000117298 +CDS chr1 21260313 21260392 ENST00000473505 protein_coding 5 3 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000415912 protein_coding 6 1 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000374893 protein_coding 11 1 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000649812 protein_coding 1 NA 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000357071 protein_coding 8 1 2 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000436918 protein_coding 6 2 4 ECE1 ENSG00000117298 +CDS chr1 21272699 21272911 ENST00000264205 protein_coding 10 1 3 ECE1 ENSG00000117298 +CDS chr1 21272699 21272849 ENST00000473505 protein_coding 5 3 3 ECE1 ENSG00000117298 +transcript chr1 21272746 21298999 ENST00000481130 protein_coding 6 4 NA ECE1 ENSG00000117298 +CDS chr1 21272746 21272911 ENST00000481130 protein_coding 6 4 4 ECE1 ENSG00000117298 +transcript chr1 21272832 21294424 ENST00000527991 protein_coding 2 4 NA ECE1 ENSG00000117298 +CDS chr1 21272832 21272911 ENST00000527991 protein_coding 2 4 4 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000415912 protein_coding 6 1 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000374893 protein_coding 11 1 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000649812 protein_coding 1 NA 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279434 ENST00000357071 protein_coding 8 1 1 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000436918 protein_coding 6 2 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000264205 protein_coding 10 1 2 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000481130 protein_coding 6 4 3 ECE1 ENSG00000117298 +CDS chr1 21279191 21279332 ENST00000527991 protein_coding 2 4 3 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000415912 protein_coding 6 1 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000374893 protein_coding 11 1 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000649812 protein_coding 1 NA 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000436918 protein_coding 6 2 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290198 ENST00000264205 protein_coding 10 1 1 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000481130 protein_coding 6 4 2 ECE1 ENSG00000117298 +CDS chr1 21290070 21290156 ENST00000527991 protein_coding 2 4 2 ECE1 ENSG00000117298 +CDS chr1 21290364 21290414 ENST00000374893 protein_coding 11 1 1 ECE1 ENSG00000117298 +CDS chr1 21290364 21290414 ENST00000436918 protein_coding 6 2 1 ECE1 ENSG00000117298 +CDS chr1 21298817 21298825 ENST00000481130 protein_coding 6 4 1 ECE1 ENSG00000117298 +CDS chr1 21345376 21345378 ENST00000415912 protein_coding 6 1 1 ECE1 ENSG00000117298 +CDS chr1 21345376 21345378 ENST00000649812 protein_coding 1 NA 1 ECE1 ENSG00000117298 +transcript chr1 21440128 21483467 ENST00000454000 protein_coding 6 2 NA NBPF3 ENSG00000142794 +transcript chr1 21440137 21484900 ENST00000318249 protein_coding 10 1 NA NBPF3 ENSG00000142794 +transcript chr1 21440164 21484900 ENST00000342104 protein_coding 9 2 NA NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000454000 protein_coding 6 2 2 NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000342104 protein_coding 9 2 2 NBPF3 ENSG00000142794 +CDS chr1 21445087 21445219 ENST00000318249 protein_coding 10 1 2 NBPF3 ENSG00000142794 +transcript chr1 21468550 21483412 ENST00000619554 protein_coding 1 2 NA NBPF3 ENSG00000142794 +CDS chr1 21468688 21468897 ENST00000342104 protein_coding 9 2 3 NBPF3 ENSG00000142794 +CDS chr1 21468688 21468897 ENST00000318249 protein_coding 10 1 3 NBPF3 ENSG00000142794 +CDS chr1 21468723 21468897 ENST00000619554 protein_coding 1 2 2 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000454000 protein_coding 6 2 3 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000342104 protein_coding 9 2 4 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000318249 protein_coding 10 1 4 NBPF3 ENSG00000142794 +CDS chr1 21470632 21470734 ENST00000619554 protein_coding 1 2 3 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000454000 protein_coding 6 2 4 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000342104 protein_coding 9 2 5 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000318249 protein_coding 10 1 5 NBPF3 ENSG00000142794 +CDS chr1 21471569 21471783 ENST00000619554 protein_coding 1 2 4 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000454000 protein_coding 6 2 5 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000342104 protein_coding 9 2 6 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000318249 protein_coding 10 1 6 NBPF3 ENSG00000142794 +CDS chr1 21472843 21472915 ENST00000619554 protein_coding 1 2 5 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000454000 protein_coding 6 2 6 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000342104 protein_coding 9 2 7 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000318249 protein_coding 10 1 7 NBPF3 ENSG00000142794 +CDS chr1 21473380 21473585 ENST00000619554 protein_coding 1 2 6 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000454000 protein_coding 6 2 7 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000342104 protein_coding 9 2 8 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000318249 protein_coding 10 1 8 NBPF3 ENSG00000142794 +CDS chr1 21474900 21474951 ENST00000619554 protein_coding 1 2 7 NBPF3 ENSG00000142794 +CDS chr1 21478069 21478196 ENST00000342104 protein_coding 9 2 9 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000454000 protein_coding 6 2 8 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000318249 protein_coding 10 1 9 NBPF3 ENSG00000142794 +CDS chr1 21478144 21478307 ENST00000619554 protein_coding 1 2 8 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000454000 protein_coding 6 2 9 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000342104 protein_coding 9 2 10 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000318249 protein_coding 10 1 10 NBPF3 ENSG00000142794 +CDS chr1 21479349 21479400 ENST00000619554 protein_coding 1 2 9 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000454000 protein_coding 6 2 10 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000342104 protein_coding 9 2 11 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000318249 protein_coding 10 1 11 NBPF3 ENSG00000142794 +CDS chr1 21480051 21480223 ENST00000619554 protein_coding 1 2 10 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000454000 protein_coding 6 2 11 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000342104 protein_coding 9 2 12 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000318249 protein_coding 10 1 12 NBPF3 ENSG00000142794 +CDS chr1 21480930 21480981 ENST00000619554 protein_coding 1 2 11 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000454000 protein_coding 6 2 12 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000342104 protein_coding 9 2 13 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000318249 protein_coding 10 1 13 NBPF3 ENSG00000142794 +CDS chr1 21481597 21481769 ENST00000619554 protein_coding 1 2 12 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000454000 protein_coding 6 2 13 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000342104 protein_coding 9 2 14 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000318249 protein_coding 10 1 14 NBPF3 ENSG00000142794 +CDS chr1 21482484 21482535 ENST00000619554 protein_coding 1 2 13 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000454000 protein_coding 6 2 14 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000342104 protein_coding 9 2 15 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000318249 protein_coding 10 1 15 NBPF3 ENSG00000142794 +CDS chr1 21483143 21483383 ENST00000619554 protein_coding 1 2 14 NBPF3 ENSG00000142794 +transcript chr1 21509423 21578410 ENST00000374840 protein_coding 8 1 NA ALPL ENSG00000162551 +transcript chr1 21509426 21578399 ENST00000539907 protein_coding 5 2 NA ALPL ENSG00000162551 +transcript chr1 21509428 21578175 ENST00000540617 protein_coding 5 2 NA ALPL ENSG00000162551 +transcript chr1 21551279 21578012 ENST00000374832 protein_coding 5 2 NA ALPL ENSG00000162551 +CDS chr1 21554082 21554142 ENST00000374840 protein_coding 8 1 2 ALPL ENSG00000162551 +CDS chr1 21554082 21554142 ENST00000374832 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21560626 21560745 ENST00000374840 protein_coding 8 1 3 ALPL ENSG00000162551 +CDS chr1 21560626 21560745 ENST00000374832 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21560680 21560745 ENST00000539907 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21560730 21560745 ENST00000540617 protein_coding 5 2 2 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000374840 protein_coding 8 1 4 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000540617 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21561097 21561212 ENST00000374832 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000374840 protein_coding 8 1 5 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000539907 protein_coding 5 2 3 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000540617 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21563110 21563284 ENST00000374832 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000374840 protein_coding 8 1 6 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000539907 protein_coding 5 2 4 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000540617 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21564041 21564216 ENST00000374832 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000374840 protein_coding 8 1 7 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000539907 protein_coding 5 2 5 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000540617 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21568104 21568247 ENST00000374832 protein_coding 5 2 7 ALPL ENSG00000162551 +transcript chr1 21570303 21577731 ENST00000374830 protein_coding 2 4 NA ALPL ENSG00000162551 +CDS chr1 21570303 21570374 ENST00000374830 protein_coding 2 4 1 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000374840 protein_coding 8 1 8 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000539907 protein_coding 5 2 6 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000540617 protein_coding 5 2 7 ALPL ENSG00000162551 +CDS chr1 21570305 21570374 ENST00000374832 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000374840 protein_coding 8 1 9 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000539907 protein_coding 5 2 7 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000540617 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21573665 21573799 ENST00000374832 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374840 protein_coding 8 1 10 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000539907 protein_coding 5 2 8 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000540617 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374832 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21575733 21575924 ENST00000374830 protein_coding 2 4 2 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374840 protein_coding 8 1 11 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000539907 protein_coding 5 2 9 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000540617 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374832 protein_coding 5 2 11 ALPL ENSG00000162551 +CDS chr1 21576522 21576641 ENST00000374830 protein_coding 2 4 3 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374840 protein_coding 8 1 12 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000539907 protein_coding 5 2 10 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000540617 protein_coding 5 2 11 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374832 protein_coding 5 2 12 ALPL ENSG00000162551 +CDS chr1 21577383 21577645 ENST00000374830 protein_coding 2 4 4 ALPL ENSG00000162551 +transcript chr1 21596221 21620041 ENST00000374763 protein_coding 6 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21596221 21622568 ENST00000374761 protein_coding 6 5 NA RAP1GAP ENSG00000076864 +transcript chr1 21596221 21669357 ENST00000374765 protein_coding 9 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21596222 21669301 ENST00000542643 protein_coding 6 1 NA RAP1GAP ENSG00000076864 +transcript chr1 21597008 21651836 ENST00000495204 protein_coding 5 1 NA RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374763 protein_coding 6 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374761 protein_coding 6 5 22 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000374765 protein_coding 9 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000542643 protein_coding 6 1 26 RAP1GAP ENSG00000076864 +CDS chr1 21597723 21597728 ENST00000495204 protein_coding 5 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374763 protein_coding 6 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374761 protein_coding 6 5 21 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000374765 protein_coding 9 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598040 ENST00000542643 protein_coding 6 1 25 RAP1GAP ENSG00000076864 +CDS chr1 21597961 21598064 ENST00000495204 protein_coding 5 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374763 protein_coding 6 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374761 protein_coding 6 5 20 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000374765 protein_coding 9 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000542643 protein_coding 6 1 24 RAP1GAP ENSG00000076864 +CDS chr1 21598400 21598502 ENST00000495204 protein_coding 5 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374763 protein_coding 6 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374761 protein_coding 6 5 19 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000374765 protein_coding 9 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000542643 protein_coding 6 1 23 RAP1GAP ENSG00000076864 +CDS chr1 21599494 21599617 ENST00000495204 protein_coding 5 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374763 protein_coding 6 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374761 protein_coding 6 5 18 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000374765 protein_coding 9 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000542643 protein_coding 6 1 22 RAP1GAP ENSG00000076864 +CDS chr1 21601684 21601797 ENST00000495204 protein_coding 5 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374763 protein_coding 6 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374761 protein_coding 6 5 17 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000374765 protein_coding 9 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000542643 protein_coding 6 1 21 RAP1GAP ENSG00000076864 +CDS chr1 21602804 21602913 ENST00000495204 protein_coding 5 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21603658 21603912 ENST00000374763 protein_coding 6 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21603835 21603912 ENST00000542643 protein_coding 6 1 20 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374763 protein_coding 6 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374761 protein_coding 6 5 16 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000374765 protein_coding 9 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000542643 protein_coding 6 1 19 RAP1GAP ENSG00000076864 +CDS chr1 21606066 21606197 ENST00000495204 protein_coding 5 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374763 protein_coding 6 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374761 protein_coding 6 5 15 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000374765 protein_coding 9 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000542643 protein_coding 6 1 18 RAP1GAP ENSG00000076864 +CDS chr1 21608213 21608350 ENST00000495204 protein_coding 5 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374763 protein_coding 6 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374761 protein_coding 6 5 14 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000374765 protein_coding 9 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000542643 protein_coding 6 1 17 RAP1GAP ENSG00000076864 +CDS chr1 21608850 21608936 ENST00000495204 protein_coding 5 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374763 protein_coding 6 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374761 protein_coding 6 5 13 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000374765 protein_coding 9 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000542643 protein_coding 6 1 16 RAP1GAP ENSG00000076864 +CDS chr1 21609575 21609646 ENST00000495204 protein_coding 5 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374763 protein_coding 6 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374761 protein_coding 6 5 12 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000374765 protein_coding 9 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000542643 protein_coding 6 1 15 RAP1GAP ENSG00000076864 +CDS chr1 21610120 21610275 ENST00000495204 protein_coding 5 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374763 protein_coding 6 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374761 protein_coding 6 5 11 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000374765 protein_coding 9 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000542643 protein_coding 6 1 14 RAP1GAP ENSG00000076864 +CDS chr1 21611452 21611581 ENST00000495204 protein_coding 5 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374763 protein_coding 6 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374761 protein_coding 6 5 10 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000374765 protein_coding 9 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000542643 protein_coding 6 1 13 RAP1GAP ENSG00000076864 +CDS chr1 21611716 21611816 ENST00000495204 protein_coding 5 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374763 protein_coding 6 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374761 protein_coding 6 5 9 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000374765 protein_coding 9 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000542643 protein_coding 6 1 12 RAP1GAP ENSG00000076864 +CDS chr1 21612026 21612109 ENST00000495204 protein_coding 5 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374763 protein_coding 6 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374761 protein_coding 6 5 8 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000374765 protein_coding 9 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000542643 protein_coding 6 1 11 RAP1GAP ENSG00000076864 +CDS chr1 21613176 21613229 ENST00000495204 protein_coding 5 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374763 protein_coding 6 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374761 protein_coding 6 5 7 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000374765 protein_coding 9 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000542643 protein_coding 6 1 10 RAP1GAP ENSG00000076864 +CDS chr1 21613628 21613706 ENST00000495204 protein_coding 5 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374763 protein_coding 6 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374761 protein_coding 6 5 6 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000374765 protein_coding 9 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000542643 protein_coding 6 1 9 RAP1GAP ENSG00000076864 +CDS chr1 21613986 21614089 ENST00000495204 protein_coding 5 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374763 protein_coding 6 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374761 protein_coding 6 5 5 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000374765 protein_coding 9 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000542643 protein_coding 6 1 8 RAP1GAP ENSG00000076864 +CDS chr1 21617306 21617491 ENST00000495204 protein_coding 5 1 7 RAP1GAP ENSG00000076864 +transcript chr1 21617307 21669308 ENST00000317967 protein_coding 11 2 NA RAP1GAP ENSG00000076864 +CDS chr1 21617307 21617491 ENST00000317967 protein_coding 11 2 8 RAP1GAP ENSG00000076864 +transcript chr1 21617932 21653307 ENST00000447293 protein_coding 5 2 NA RAP1GAP ENSG00000076864 +CDS chr1 21617932 21617972 ENST00000447293 protein_coding 5 2 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374763 protein_coding 6 1 3 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374761 protein_coding 6 5 4 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000374765 protein_coding 9 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000542643 protein_coding 6 1 7 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000495204 protein_coding 5 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21617934 21617972 ENST00000317967 protein_coding 11 2 7 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374763 protein_coding 6 1 2 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374761 protein_coding 6 5 3 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000374765 protein_coding 9 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000542643 protein_coding 6 1 6 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000495204 protein_coding 5 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000317967 protein_coding 11 2 6 RAP1GAP ENSG00000076864 +CDS chr1 21619025 21619072 ENST00000447293 protein_coding 5 2 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000374763 protein_coding 6 1 1 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620050 ENST00000374761 protein_coding 6 5 2 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000374765 protein_coding 9 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000542643 protein_coding 6 1 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620050 ENST00000495204 protein_coding 5 1 4 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000317967 protein_coding 11 2 5 RAP1GAP ENSG00000076864 +CDS chr1 21620015 21620032 ENST00000447293 protein_coding 5 2 4 RAP1GAP ENSG00000076864 +CDS chr1 21622339 21622413 ENST00000374761 protein_coding 6 5 1 RAP1GAP ENSG00000076864 +CDS chr1 21626304 21626397 ENST00000495204 protein_coding 5 1 3 RAP1GAP ENSG00000076864 +CDS chr1 21649761 21649796 ENST00000495204 protein_coding 5 1 2 RAP1GAP ENSG00000076864 +CDS chr1 21651779 21651822 ENST00000495204 protein_coding 5 1 1 RAP1GAP ENSG00000076864 +transcript chr1 21678298 21783149 ENST00000308271 protein_coding 14 1 NA USP48 ENSG00000090686 +transcript chr1 21678298 21783195 ENST00000400301 protein_coding 5 1 NA USP48 ENSG00000090686 +transcript chr1 21678903 21725119 ENST00000374732 protein_coding 7 2 NA USP48 ENSG00000090686 +transcript chr1 21679367 21782991 ENST00000529637 protein_coding 5 1 NA USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000308271 protein_coding 14 1 27 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000374732 protein_coding 7 2 15 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000529637 protein_coding 5 1 27 USP48 ENSG00000090686 +CDS chr1 21679420 21679439 ENST00000400301 protein_coding 5 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000308271 protein_coding 14 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000374732 protein_coding 7 2 14 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000529637 protein_coding 5 1 26 USP48 ENSG00000090686 +CDS chr1 21680808 21680834 ENST00000400301 protein_coding 5 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000308271 protein_coding 14 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000374732 protein_coding 7 2 13 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000529637 protein_coding 5 1 25 USP48 ENSG00000090686 +CDS chr1 21687191 21687239 ENST00000400301 protein_coding 5 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000308271 protein_coding 14 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000374732 protein_coding 7 2 12 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000529637 protein_coding 5 1 24 USP48 ENSG00000090686 +CDS chr1 21689974 21690099 ENST00000400301 protein_coding 5 1 23 USP48 ENSG00000090686 +CDS chr1 21695066 21695221 ENST00000308271 protein_coding 14 1 23 USP48 ENSG00000090686 +CDS chr1 21695066 21695221 ENST00000529637 protein_coding 5 1 23 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000308271 protein_coding 14 1 22 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000374732 protein_coding 7 2 11 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000529637 protein_coding 5 1 22 USP48 ENSG00000090686 +CDS chr1 21701498 21701602 ENST00000400301 protein_coding 5 1 22 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000308271 protein_coding 14 1 21 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000374732 protein_coding 7 2 10 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000529637 protein_coding 5 1 21 USP48 ENSG00000090686 +CDS chr1 21703512 21703618 ENST00000400301 protein_coding 5 1 21 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000308271 protein_coding 14 1 20 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000374732 protein_coding 7 2 9 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000529637 protein_coding 5 1 20 USP48 ENSG00000090686 +CDS chr1 21704262 21704392 ENST00000400301 protein_coding 5 1 20 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000308271 protein_coding 14 1 19 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000374732 protein_coding 7 2 8 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000529637 protein_coding 5 1 19 USP48 ENSG00000090686 +CDS chr1 21705727 21705837 ENST00000400301 protein_coding 5 1 19 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000308271 protein_coding 14 1 18 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000374732 protein_coding 7 2 7 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000529637 protein_coding 5 1 18 USP48 ENSG00000090686 +CDS chr1 21706126 21706187 ENST00000400301 protein_coding 5 1 18 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000308271 protein_coding 14 1 17 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000374732 protein_coding 7 2 6 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000529637 protein_coding 5 1 17 USP48 ENSG00000090686 +CDS chr1 21706467 21706589 ENST00000400301 protein_coding 5 1 17 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000308271 protein_coding 14 1 16 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000374732 protein_coding 7 2 5 USP48 ENSG00000090686 +CDS chr1 21706744 21706907 ENST00000529637 protein_coding 5 1 16 USP48 ENSG00000090686 +CDS chr1 21706744 21706868 ENST00000400301 protein_coding 5 1 16 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000308271 protein_coding 14 1 15 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000374732 protein_coding 7 2 4 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000529637 protein_coding 5 1 15 USP48 ENSG00000090686 +CDS chr1 21715389 21715457 ENST00000400301 protein_coding 5 1 15 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000308271 protein_coding 14 1 14 USP48 ENSG00000090686 +CDS chr1 21721036 21721163 ENST00000374732 protein_coding 7 2 3 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000529637 protein_coding 5 1 14 USP48 ENSG00000090686 +CDS chr1 21721036 21721166 ENST00000400301 protein_coding 5 1 14 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000308271 protein_coding 14 1 13 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000374732 protein_coding 7 2 2 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000529637 protein_coding 5 1 13 USP48 ENSG00000090686 +CDS chr1 21721650 21721764 ENST00000400301 protein_coding 5 1 13 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000308271 protein_coding 14 1 12 USP48 ENSG00000090686 +CDS chr1 21723898 21724162 ENST00000374732 protein_coding 7 2 1 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000529637 protein_coding 5 1 12 USP48 ENSG00000090686 +transcript chr1 21723898 21732836 ENST00000526044 protein_coding 5 3 NA USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000526044 protein_coding 5 3 4 USP48 ENSG00000090686 +CDS chr1 21723898 21724095 ENST00000400301 protein_coding 5 1 12 USP48 ENSG00000090686 +transcript chr1 21723972 21732826 ENST00000534705 protein_coding 5 4 NA USP48 ENSG00000090686 +CDS chr1 21723972 21724095 ENST00000534705 protein_coding 5 4 4 USP48 ENSG00000090686 +transcript chr1 21727851 21783606 ENST00000421625 protein_coding 6 2 NA USP48 ENSG00000090686 +CDS chr1 21728565 21728719 ENST00000421625 protein_coding 6 2 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000308271 protein_coding 14 1 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000529637 protein_coding 5 1 11 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000526044 protein_coding 5 3 3 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000534705 protein_coding 5 4 3 USP48 ENSG00000090686 +CDS chr1 21728570 21728719 ENST00000400301 protein_coding 5 1 11 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000308271 protein_coding 14 1 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729829 ENST00000529637 protein_coding 5 1 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729761 ENST00000526044 protein_coding 5 3 2 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000534705 protein_coding 5 4 2 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000421625 protein_coding 6 2 10 USP48 ENSG00000090686 +CDS chr1 21729704 21729832 ENST00000400301 protein_coding 5 1 10 USP48 ENSG00000090686 +CDS chr1 21732664 21732700 ENST00000534705 protein_coding 5 4 1 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000308271 protein_coding 14 1 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000529637 protein_coding 5 1 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000421625 protein_coding 6 2 9 USP48 ENSG00000090686 +CDS chr1 21736446 21736625 ENST00000400301 protein_coding 5 1 9 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000308271 protein_coding 14 1 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000529637 protein_coding 5 1 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000421625 protein_coding 6 2 8 USP48 ENSG00000090686 +CDS chr1 21747067 21747149 ENST00000400301 protein_coding 5 1 8 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000308271 protein_coding 14 1 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000529637 protein_coding 5 1 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000421625 protein_coding 6 2 7 USP48 ENSG00000090686 +CDS chr1 21748138 21748271 ENST00000400301 protein_coding 5 1 7 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000308271 protein_coding 14 1 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000529637 protein_coding 5 1 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000421625 protein_coding 6 2 6 USP48 ENSG00000090686 +CDS chr1 21751507 21751615 ENST00000400301 protein_coding 5 1 6 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000308271 protein_coding 14 1 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000529637 protein_coding 5 1 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000421625 protein_coding 6 2 5 USP48 ENSG00000090686 +CDS chr1 21752527 21752651 ENST00000400301 protein_coding 5 1 5 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000308271 protein_coding 14 1 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000529637 protein_coding 5 1 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000421625 protein_coding 6 2 4 USP48 ENSG00000090686 +CDS chr1 21752992 21753119 ENST00000400301 protein_coding 5 1 4 USP48 ENSG00000090686 +transcript chr1 21753007 21782020 ENST00000527823 protein_coding 5 4 NA USP48 ENSG00000090686 +CDS chr1 21753007 21753119 ENST00000527823 protein_coding 5 4 4 USP48 ENSG00000090686 +transcript chr1 21753035 21783226 ENST00000532737 protein_coding 1 4 NA USP48 ENSG00000090686 +CDS chr1 21753035 21753119 ENST00000532737 protein_coding 1 4 5 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000308271 protein_coding 14 1 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000529637 protein_coding 5 1 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000421625 protein_coding 6 2 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756576 ENST00000527823 protein_coding 5 4 3 USP48 ENSG00000090686 +CDS chr1 21756546 21756576 ENST00000532737 protein_coding 1 4 4 USP48 ENSG00000090686 +CDS chr1 21756546 21756702 ENST00000400301 protein_coding 5 1 3 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000308271 protein_coding 14 1 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000529637 protein_coding 5 1 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000421625 protein_coding 6 2 2 USP48 ENSG00000090686 +CDS chr1 21757663 21757783 ENST00000400301 protein_coding 5 1 2 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000308271 protein_coding 14 1 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000529637 protein_coding 5 1 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000421625 protein_coding 6 2 1 USP48 ENSG00000090686 +CDS chr1 21782824 21782957 ENST00000400301 protein_coding 5 1 1 USP48 ENSG00000090686 +transcript chr1 21812265 21825225 ENST00000344642 protein_coding 7 2 NA LDLRAD2 ENSG00000187942 +transcript chr1 21812363 21823963 ENST00000543870 protein_coding 1 1 NA LDLRAD2 ENSG00000187942 +CDS chr1 21812452 21812536 ENST00000344642 protein_coding 7 2 1 LDLRAD2 ENSG00000187942 +CDS chr1 21812452 21812536 ENST00000543870 protein_coding 1 1 1 LDLRAD2 ENSG00000187942 +CDS chr1 21814398 21814823 ENST00000344642 protein_coding 7 2 2 LDLRAD2 ENSG00000187942 +CDS chr1 21814398 21814823 ENST00000543870 protein_coding 1 1 2 LDLRAD2 ENSG00000187942 +CDS chr1 21815943 21816074 ENST00000344642 protein_coding 7 2 3 LDLRAD2 ENSG00000187942 +CDS chr1 21815943 21816074 ENST00000543870 protein_coding 1 1 3 LDLRAD2 ENSG00000187942 +CDS chr1 21821450 21821611 ENST00000344642 protein_coding 7 2 4 LDLRAD2 ENSG00000187942 +CDS chr1 21821450 21821611 ENST00000543870 protein_coding 1 1 4 LDLRAD2 ENSG00000187942 +CDS chr1 21822202 21822212 ENST00000344642 protein_coding 7 2 5 LDLRAD2 ENSG00000187942 +CDS chr1 21822202 21822212 ENST00000543870 protein_coding 1 1 5 LDLRAD2 ENSG00000187942 +transcript chr1 21822244 21937310 ENST00000374695 protein_coding 8 1 NA HSPG2 ENSG00000142798 +CDS chr1 21823319 21823488 ENST00000374695 protein_coding 8 1 97 HSPG2 ENSG00000142798 +CDS chr1 21823616 21823719 ENST00000374695 protein_coding 8 1 96 HSPG2 ENSG00000142798 +CDS chr1 21824121 21824204 ENST00000374695 protein_coding 8 1 95 HSPG2 ENSG00000142798 +CDS chr1 21824306 21824376 ENST00000374695 protein_coding 8 1 94 HSPG2 ENSG00000142798 +CDS chr1 21824537 21824615 ENST00000374695 protein_coding 8 1 93 HSPG2 ENSG00000142798 +CDS chr1 21824704 21824779 ENST00000374695 protein_coding 8 1 92 HSPG2 ENSG00000142798 +CDS chr1 21827863 21827919 ENST00000374695 protein_coding 8 1 91 HSPG2 ENSG00000142798 +CDS chr1 21828030 21828152 ENST00000374695 protein_coding 8 1 90 HSPG2 ENSG00000142798 +CDS chr1 21828255 21828426 ENST00000374695 protein_coding 8 1 89 HSPG2 ENSG00000142798 +CDS chr1 21828835 21829079 ENST00000374695 protein_coding 8 1 88 HSPG2 ENSG00000142798 +CDS chr1 21829383 21829604 ENST00000374695 protein_coding 8 1 87 HSPG2 ENSG00000142798 +CDS chr1 21829993 21830091 ENST00000374695 protein_coding 8 1 86 HSPG2 ENSG00000142798 +transcript chr1 21829993 21833577 ENST00000635682 protein_coding 1 5 NA HSPG2 ENSG00000142798 +CDS chr1 21829993 21830091 ENST00000635682 protein_coding 1 5 9 HSPG2 ENSG00000142798 +CDS chr1 21830982 21831090 ENST00000374695 protein_coding 8 1 85 HSPG2 ENSG00000142798 +CDS chr1 21830982 21831090 ENST00000635682 protein_coding 1 5 8 HSPG2 ENSG00000142798 +CDS chr1 21831215 21831324 ENST00000374695 protein_coding 8 1 84 HSPG2 ENSG00000142798 +CDS chr1 21831215 21831324 ENST00000635682 protein_coding 1 5 7 HSPG2 ENSG00000142798 +CDS chr1 21831463 21831562 ENST00000374695 protein_coding 8 1 83 HSPG2 ENSG00000142798 +CDS chr1 21831463 21831562 ENST00000635682 protein_coding 1 5 6 HSPG2 ENSG00000142798 +CDS chr1 21831652 21831796 ENST00000374695 protein_coding 8 1 82 HSPG2 ENSG00000142798 +CDS chr1 21831652 21831796 ENST00000635682 protein_coding 1 5 5 HSPG2 ENSG00000142798 +CDS chr1 21832495 21832606 ENST00000374695 protein_coding 8 1 81 HSPG2 ENSG00000142798 +CDS chr1 21832495 21832606 ENST00000635682 protein_coding 1 5 4 HSPG2 ENSG00000142798 +CDS chr1 21832875 21832892 ENST00000635682 protein_coding 1 5 3 HSPG2 ENSG00000142798 +CDS chr1 21833268 21833384 ENST00000374695 protein_coding 8 1 80 HSPG2 ENSG00000142798 +CDS chr1 21833268 21833384 ENST00000635682 protein_coding 1 5 2 HSPG2 ENSG00000142798 +CDS chr1 21833467 21833614 ENST00000374695 protein_coding 8 1 79 HSPG2 ENSG00000142798 +CDS chr1 21833467 21833577 ENST00000635682 protein_coding 1 5 1 HSPG2 ENSG00000142798 +CDS chr1 21833816 21833925 ENST00000374695 protein_coding 8 1 78 HSPG2 ENSG00000142798 +CDS chr1 21834679 21834945 ENST00000374695 protein_coding 8 1 77 HSPG2 ENSG00000142798 +transcript chr1 21835409 21839006 ENST00000374676 protein_coding 4 3 NA HSPG2 ENSG00000142798 +CDS chr1 21835495 21835637 ENST00000374676 protein_coding 4 3 2 HSPG2 ENSG00000142798 +CDS chr1 21835540 21835637 ENST00000374695 protein_coding 8 1 76 HSPG2 ENSG00000142798 +CDS chr1 21836802 21837006 ENST00000374695 protein_coding 8 1 75 HSPG2 ENSG00000142798 +CDS chr1 21838825 21839085 ENST00000374695 protein_coding 8 1 74 HSPG2 ENSG00000142798 +CDS chr1 21838825 21839006 ENST00000374676 protein_coding 4 3 1 HSPG2 ENSG00000142798 +CDS chr1 21839371 21839550 ENST00000374695 protein_coding 8 1 73 HSPG2 ENSG00000142798 +CDS chr1 21839822 21840017 ENST00000374695 protein_coding 8 1 72 HSPG2 ENSG00000142798 +CDS chr1 21841101 21841285 ENST00000374695 protein_coding 8 1 71 HSPG2 ENSG00000142798 +CDS chr1 21841539 21841673 ENST00000374695 protein_coding 8 1 70 HSPG2 ENSG00000142798 +CDS chr1 21842002 21842142 ENST00000374695 protein_coding 8 1 69 HSPG2 ENSG00000142798 +CDS chr1 21842239 21842380 ENST00000374695 protein_coding 8 1 68 HSPG2 ENSG00000142798 +CDS chr1 21842770 21842921 ENST00000374695 protein_coding 8 1 67 HSPG2 ENSG00000142798 +CDS chr1 21843297 21843438 ENST00000374695 protein_coding 8 1 66 HSPG2 ENSG00000142798 +CDS chr1 21844148 21844299 ENST00000374695 protein_coding 8 1 65 HSPG2 ENSG00000142798 +CDS chr1 21846108 21846255 ENST00000374695 protein_coding 8 1 64 HSPG2 ENSG00000142798 +CDS chr1 21846448 21846599 ENST00000374695 protein_coding 8 1 63 HSPG2 ENSG00000142798 +CDS chr1 21847354 21847492 ENST00000374695 protein_coding 8 1 62 HSPG2 ENSG00000142798 +CDS chr1 21847689 21847840 ENST00000374695 protein_coding 8 1 61 HSPG2 ENSG00000142798 +CDS chr1 21847958 21848093 ENST00000374695 protein_coding 8 1 60 HSPG2 ENSG00000142798 +CDS chr1 21848643 21848794 ENST00000374695 protein_coding 8 1 59 HSPG2 ENSG00000142798 +CDS chr1 21848893 21849031 ENST00000374695 protein_coding 8 1 58 HSPG2 ENSG00000142798 +CDS chr1 21850041 21850192 ENST00000374695 protein_coding 8 1 57 HSPG2 ENSG00000142798 +CDS chr1 21850363 21850498 ENST00000374695 protein_coding 8 1 56 HSPG2 ENSG00000142798 +CDS chr1 21851546 21851697 ENST00000374695 protein_coding 8 1 55 HSPG2 ENSG00000142798 +CDS chr1 21851791 21851926 ENST00000374695 protein_coding 8 1 54 HSPG2 ENSG00000142798 +CDS chr1 21852088 21852233 ENST00000374695 protein_coding 8 1 53 HSPG2 ENSG00000142798 +CDS chr1 21852700 21852832 ENST00000374695 protein_coding 8 1 52 HSPG2 ENSG00000142798 +CDS chr1 21852919 21853070 ENST00000374695 protein_coding 8 1 51 HSPG2 ENSG00000142798 +CDS chr1 21854193 21854343 ENST00000374695 protein_coding 8 1 50 HSPG2 ENSG00000142798 +CDS chr1 21854611 21854765 ENST00000374695 protein_coding 8 1 49 HSPG2 ENSG00000142798 +CDS chr1 21854848 21854983 ENST00000374695 protein_coding 8 1 48 HSPG2 ENSG00000142798 +CDS chr1 21855304 21855446 ENST00000374695 protein_coding 8 1 47 HSPG2 ENSG00000142798 +CDS chr1 21855523 21855675 ENST00000374695 protein_coding 8 1 46 HSPG2 ENSG00000142798 +CDS chr1 21855787 21855912 ENST00000374695 protein_coding 8 1 45 HSPG2 ENSG00000142798 +CDS chr1 21857015 21857195 ENST00000374695 protein_coding 8 1 44 HSPG2 ENSG00000142798 +CDS chr1 21857285 21857385 ENST00000374695 protein_coding 8 1 43 HSPG2 ENSG00000142798 +CDS chr1 21859566 21859676 ENST00000374695 protein_coding 8 1 42 HSPG2 ENSG00000142798 +CDS chr1 21859835 21860002 ENST00000374695 protein_coding 8 1 41 HSPG2 ENSG00000142798 +CDS chr1 21860177 21860235 ENST00000374695 protein_coding 8 1 40 HSPG2 ENSG00000142798 +CDS chr1 21861757 21861843 ENST00000374695 protein_coding 8 1 39 HSPG2 ENSG00000142798 +CDS chr1 21861988 21862115 ENST00000374695 protein_coding 8 1 38 HSPG2 ENSG00000142798 +CDS chr1 21864100 21864213 ENST00000374695 protein_coding 8 1 37 HSPG2 ENSG00000142798 +CDS chr1 21864843 21865073 ENST00000374695 protein_coding 8 1 36 HSPG2 ENSG00000142798 +CDS chr1 21865285 21865365 ENST00000374695 protein_coding 8 1 35 HSPG2 ENSG00000142798 +CDS chr1 21865717 21865809 ENST00000374695 protein_coding 8 1 34 HSPG2 ENSG00000142798 +transcript chr1 21865717 21872377 ENST00000644714 protein_coding 1 NA NA HSPG2 ENSG00000142798 +CDS chr1 21865717 21865809 ENST00000644714 protein_coding 1 NA 6 HSPG2 ENSG00000142798 +CDS chr1 21868885 21868968 ENST00000644714 protein_coding 1 NA 5 HSPG2 ENSG00000142798 +CDS chr1 21869466 21869663 ENST00000644714 protein_coding 1 NA 4 HSPG2 ENSG00000142798 +CDS chr1 21870213 21870314 ENST00000644714 protein_coding 1 NA 3 HSPG2 ENSG00000142798 +CDS chr1 21870834 21870872 ENST00000644714 protein_coding 1 NA 2 HSPG2 ENSG00000142798 +CDS chr1 21872186 21872377 ENST00000374695 protein_coding 8 1 33 HSPG2 ENSG00000142798 +CDS chr1 21872186 21872377 ENST00000644714 protein_coding 1 NA 1 HSPG2 ENSG00000142798 +CDS chr1 21872620 21872760 ENST00000374695 protein_coding 8 1 32 HSPG2 ENSG00000142798 +CDS chr1 21872997 21873091 ENST00000374695 protein_coding 8 1 31 HSPG2 ENSG00000142798 +CDS chr1 21873375 21873424 ENST00000374695 protein_coding 8 1 30 HSPG2 ENSG00000142798 +CDS chr1 21873925 21874011 ENST00000374695 protein_coding 8 1 29 HSPG2 ENSG00000142798 +CDS chr1 21874406 21874533 ENST00000374695 protein_coding 8 1 28 HSPG2 ENSG00000142798 +CDS chr1 21874616 21874729 ENST00000374695 protein_coding 8 1 27 HSPG2 ENSG00000142798 +CDS chr1 21874891 21875002 ENST00000374695 protein_coding 8 1 26 HSPG2 ENSG00000142798 +CDS chr1 21875629 21875747 ENST00000374695 protein_coding 8 1 25 HSPG2 ENSG00000142798 +CDS chr1 21875863 21876042 ENST00000374695 protein_coding 8 1 24 HSPG2 ENSG00000142798 +CDS chr1 21876229 21876405 ENST00000374695 protein_coding 8 1 23 HSPG2 ENSG00000142798 +CDS chr1 21876512 21876652 ENST00000374695 protein_coding 8 1 22 HSPG2 ENSG00000142798 +CDS chr1 21878186 21878253 ENST00000374695 protein_coding 8 1 21 HSPG2 ENSG00000142798 +CDS chr1 21878433 21878491 ENST00000374695 protein_coding 8 1 20 HSPG2 ENSG00000142798 +CDS chr1 21878577 21878663 ENST00000374695 protein_coding 8 1 19 HSPG2 ENSG00000142798 +CDS chr1 21878994 21879121 ENST00000374695 protein_coding 8 1 18 HSPG2 ENSG00000142798 +CDS chr1 21880107 21880254 ENST00000374695 protein_coding 8 1 17 HSPG2 ENSG00000142798 +CDS chr1 21880363 21880559 ENST00000374695 protein_coding 8 1 16 HSPG2 ENSG00000142798 +CDS chr1 21880656 21880835 ENST00000374695 protein_coding 8 1 15 HSPG2 ENSG00000142798 +CDS chr1 21881339 21881502 ENST00000374695 protein_coding 8 1 14 HSPG2 ENSG00000142798 +CDS chr1 21884528 21884674 ENST00000374695 protein_coding 8 1 13 HSPG2 ENSG00000142798 +CDS chr1 21884767 21884918 ENST00000374695 protein_coding 8 1 12 HSPG2 ENSG00000142798 +CDS chr1 21885013 21885157 ENST00000374695 protein_coding 8 1 11 HSPG2 ENSG00000142798 +CDS chr1 21885320 21885451 ENST00000374695 protein_coding 8 1 10 HSPG2 ENSG00000142798 +CDS chr1 21887215 21887334 ENST00000374695 protein_coding 8 1 9 HSPG2 ENSG00000142798 +transcript chr1 21887235 21890694 ENST00000374673 protein_coding 4 3 NA HSPG2 ENSG00000142798 +CDS chr1 21887235 21887334 ENST00000374673 protein_coding 4 3 7 HSPG2 ENSG00000142798 +CDS chr1 21887420 21887674 ENST00000374695 protein_coding 8 1 8 HSPG2 ENSG00000142798 +CDS chr1 21887420 21887674 ENST00000374673 protein_coding 4 3 6 HSPG2 ENSG00000142798 +CDS chr1 21887938 21888066 ENST00000374695 protein_coding 8 1 7 HSPG2 ENSG00000142798 +CDS chr1 21887938 21888066 ENST00000374673 protein_coding 4 3 5 HSPG2 ENSG00000142798 +CDS chr1 21888668 21888718 ENST00000374673 protein_coding 4 3 4 HSPG2 ENSG00000142798 +CDS chr1 21889981 21890141 ENST00000374695 protein_coding 8 1 6 HSPG2 ENSG00000142798 +CDS chr1 21889981 21890141 ENST00000374673 protein_coding 4 3 3 HSPG2 ENSG00000142798 +CDS chr1 21890427 21890485 ENST00000374695 protein_coding 8 1 5 HSPG2 ENSG00000142798 +CDS chr1 21890427 21890485 ENST00000374673 protein_coding 4 3 2 HSPG2 ENSG00000142798 +CDS chr1 21890585 21890694 ENST00000374695 protein_coding 8 1 4 HSPG2 ENSG00000142798 +CDS chr1 21890585 21890694 ENST00000374673 protein_coding 4 3 1 HSPG2 ENSG00000142798 +CDS chr1 21895922 21895966 ENST00000374695 protein_coding 8 1 3 HSPG2 ENSG00000142798 +CDS chr1 21896175 21896310 ENST00000374695 protein_coding 8 1 2 HSPG2 ENSG00000142798 +CDS chr1 21937155 21937217 ENST00000374695 protein_coding 8 1 1 HSPG2 ENSG00000142798 +transcript chr1 21977022 21989354 ENST00000337107 protein_coding 11 1 NA CELA3B ENSG00000219073 +CDS chr1 21977040 21977082 ENST00000337107 protein_coding 11 1 1 CELA3B ENSG00000219073 +CDS chr1 21978369 21978454 ENST00000337107 protein_coding 11 1 2 CELA3B ENSG00000219073 +CDS chr1 21980824 21980921 ENST00000337107 protein_coding 11 1 3 CELA3B ENSG00000219073 +CDS chr1 21981038 21981172 ENST00000337107 protein_coding 11 1 4 CELA3B ENSG00000219073 +transcript chr1 21981102 21998642 ENST00000400277 protein_coding 2 5 NA CELA3B ENSG00000219073 +CDS chr1 21981102 21981172 ENST00000400277 protein_coding 2 5 1 CELA3B ENSG00000219073 +CDS chr1 21983694 21983830 ENST00000337107 protein_coding 11 1 5 CELA3B ENSG00000219073 +CDS chr1 21983694 21983830 ENST00000400277 protein_coding 2 5 2 CELA3B ENSG00000219073 +CDS chr1 21984189 21984331 ENST00000337107 protein_coding 11 1 6 CELA3B ENSG00000219073 +CDS chr1 21984189 21984331 ENST00000400277 protein_coding 2 5 3 CELA3B ENSG00000219073 +CDS chr1 21986531 21986683 ENST00000337107 protein_coding 11 1 7 CELA3B ENSG00000219073 +CDS chr1 21986531 21986683 ENST00000400277 protein_coding 2 5 4 CELA3B ENSG00000219073 +CDS chr1 21989262 21989276 ENST00000337107 protein_coding 11 1 8 CELA3B ENSG00000219073 +CDS chr1 21998151 21998186 ENST00000400277 protein_coding 2 5 5 CELA3B ENSG00000219073 +transcript chr1 22001657 22012542 ENST00000290122 protein_coding 8 1 NA CELA3A ENSG00000142789 +CDS chr1 22001675 22001717 ENST00000290122 protein_coding 8 1 1 CELA3A ENSG00000142789 +CDS chr1 22003003 22003088 ENST00000290122 protein_coding 8 1 2 CELA3A ENSG00000142789 +CDS chr1 22005447 22005544 ENST00000290122 protein_coding 8 1 3 CELA3A ENSG00000142789 +CDS chr1 22005662 22005796 ENST00000290122 protein_coding 8 1 4 CELA3A ENSG00000142789 +CDS chr1 22006878 22007014 ENST00000290122 protein_coding 8 1 5 CELA3A ENSG00000142789 +CDS chr1 22007373 22007515 ENST00000290122 protein_coding 8 1 6 CELA3A ENSG00000142789 +transcript chr1 22007450 22012539 ENST00000400271 protein_coding 2 3 NA CELA3A ENSG00000142789 +CDS chr1 22007450 22007515 ENST00000400271 protein_coding 2 3 1 CELA3A ENSG00000142789 +CDS chr1 22009705 22009857 ENST00000290122 protein_coding 8 1 7 CELA3A ENSG00000142789 +CDS chr1 22009705 22009857 ENST00000400271 protein_coding 2 3 2 CELA3A ENSG00000142789 +CDS chr1 22010138 22010143 ENST00000400271 protein_coding 2 3 3 CELA3A ENSG00000142789 +CDS chr1 22012450 22012464 ENST00000290122 protein_coding 8 1 8 CELA3A ENSG00000142789 +transcript chr1 22025511 22101360 ENST00000648594 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052627 22092923 ENST00000400259 protein_coding 5 5 NA CDC42 ENSG00000070831 +transcript chr1 22052668 22092946 ENST00000344548 protein_coding 7 1 NA CDC42 ENSG00000070831 +transcript chr1 22052709 22090807 ENST00000315554 protein_coding 13 1 NA CDC42 ENSG00000070831 +transcript chr1 22052709 22101360 ENST00000656825 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052710 22086725 ENST00000651171 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052712 22086715 ENST00000652582 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22052717 22090770 ENST00000667384 protein_coding 1 NA NA CDC42 ENSG00000070831 +transcript chr1 22053297 22086790 ENST00000411827 protein_coding 1 3 NA CDC42 ENSG00000070831 +transcript chr1 22053486 22091576 ENST00000662562 protein_coding 1 NA NA CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000648594 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000400259 protein_coding 5 5 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000344548 protein_coding 7 1 3 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000315554 protein_coding 13 1 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000656825 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000651171 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000652582 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000667384 protein_coding 1 NA 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000411827 protein_coding 1 3 2 CDC42 ENSG00000070831 +CDS chr1 22078479 22078583 ENST00000662562 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22078747 22078881 ENST00000652582 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000648594 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000400259 protein_coding 5 5 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000344548 protein_coding 7 1 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000315554 protein_coding 13 1 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000656825 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000651171 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000652582 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000667384 protein_coding 1 NA 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000411827 protein_coding 1 3 3 CDC42 ENSG00000070831 +CDS chr1 22081722 22081794 ENST00000662562 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000648594 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000400259 protein_coding 5 5 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000344548 protein_coding 7 1 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000315554 protein_coding 13 1 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000656825 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000651171 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000652582 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000667384 protein_coding 1 NA 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000411827 protein_coding 1 3 4 CDC42 ENSG00000070831 +CDS chr1 22086439 22086548 ENST00000662562 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000648594 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000400259 protein_coding 5 5 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000344548 protein_coding 7 1 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000315554 protein_coding 13 1 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000656825 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086725 ENST00000651171 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086715 ENST00000652582 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22086669 22086878 ENST00000667384 protein_coding 1 NA 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086790 ENST00000411827 protein_coding 1 3 5 CDC42 ENSG00000070831 +CDS chr1 22086669 22086866 ENST00000662562 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22089943 22090029 ENST00000315554 protein_coding 13 1 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000648594 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000400259 protein_coding 5 5 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000344548 protein_coding 7 1 7 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000656825 protein_coding 1 NA 6 CDC42 ENSG00000070831 +CDS chr1 22091428 22091514 ENST00000662562 protein_coding 1 NA 7 CDC42 ENSG00000070831 +transcript chr1 22117313 22143097 ENST00000290167 protein_coding 11 1 NA WNT4 ENSG00000162552 +CDS chr1 22120053 22120517 ENST00000290167 protein_coding 11 1 5 WNT4 ENSG00000162552 +CDS chr1 22121211 22121353 ENST00000290167 protein_coding 11 1 4 WNT4 ENSG00000162552 +CDS chr1 22121445 22121576 ENST00000290167 protein_coding 11 1 3 WNT4 ENSG00000162552 +transcript chr1 22127038 22129851 ENST00000415567 protein_coding 1 2 NA WNT4 ENSG00000162552 +CDS chr1 22127270 22127481 ENST00000415567 protein_coding 1 2 2 WNT4 ENSG00000162552 +transcript chr1 22127474 22143969 ENST00000441048 protein_coding 1 5 NA WNT4 ENSG00000162552 +CDS chr1 22127474 22127481 ENST00000441048 protein_coding 1 5 3 WNT4 ENSG00000162552 +CDS chr1 22129616 22129851 ENST00000290167 protein_coding 11 1 2 WNT4 ENSG00000162552 +CDS chr1 22129616 22129851 ENST00000415567 protein_coding 1 2 1 WNT4 ENSG00000162552 +CDS chr1 22129616 22129763 ENST00000441048 protein_coding 1 5 2 WNT4 ENSG00000162552 +CDS chr1 22142846 22142922 ENST00000290167 protein_coding 11 1 1 WNT4 ENSG00000162552 +transcript chr1 22428838 22511763 ENST00000650433 protein_coding 1 NA NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531154 ENST00000375647 protein_coding 5 1 NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531157 ENST00000404138 protein_coding 5 5 NA ZBTB40 ENSG00000184677 +transcript chr1 22451851 22531157 ENST00000374651 protein_coding 8 1 NA ZBTB40 ENSG00000184677 +transcript chr1 22451867 22506241 ENST00000400239 protein_coding 6 5 NA ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000650433 protein_coding 1 NA 2 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000400239 protein_coding 6 5 3 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000375647 protein_coding 5 1 2 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000404138 protein_coding 5 5 3 ZBTB40 ENSG00000184677 +CDS chr1 22489949 22490645 ENST00000374651 protein_coding 8 1 2 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000650433 protein_coding 1 NA 3 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000400239 protein_coding 6 5 4 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000375647 protein_coding 5 1 3 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000404138 protein_coding 5 5 4 ZBTB40 ENSG00000184677 +CDS chr1 22491400 22491533 ENST00000374651 protein_coding 8 1 3 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000400239 protein_coding 6 5 5 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000375647 protein_coding 5 1 4 ZBTB40 ENSG00000184677 +CDS chr1 22501492 22501684 ENST00000404138 protein_coding 5 5 5 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000400239 protein_coding 6 5 6 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000375647 protein_coding 5 1 5 ZBTB40 ENSG00000184677 +CDS chr1 22502299 22502441 ENST00000404138 protein_coding 5 5 6 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000650433 protein_coding 1 NA 4 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000400239 protein_coding 6 5 7 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000375647 protein_coding 5 1 6 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000404138 protein_coding 5 5 7 ZBTB40 ENSG00000184677 +CDS chr1 22506049 22506241 ENST00000374651 protein_coding 8 1 4 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000650433 protein_coding 1 NA 5 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000375647 protein_coding 5 1 7 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000404138 protein_coding 5 5 8 ZBTB40 ENSG00000184677 +CDS chr1 22508001 22508137 ENST00000374651 protein_coding 8 1 5 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000650433 protein_coding 1 NA 6 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000375647 protein_coding 5 1 8 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000404138 protein_coding 5 5 9 ZBTB40 ENSG00000184677 +CDS chr1 22508530 22508731 ENST00000374651 protein_coding 8 1 6 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000650433 protein_coding 1 NA 7 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000375647 protein_coding 5 1 9 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000404138 protein_coding 5 5 10 ZBTB40 ENSG00000184677 +CDS chr1 22509100 22509233 ENST00000374651 protein_coding 8 1 7 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000650433 protein_coding 1 NA 8 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000375647 protein_coding 5 1 10 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000404138 protein_coding 5 5 11 ZBTB40 ENSG00000184677 +CDS chr1 22511179 22511347 ENST00000374651 protein_coding 8 1 8 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22511763 ENST00000650433 protein_coding 1 NA 9 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000375647 protein_coding 5 1 11 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000404138 protein_coding 5 5 12 ZBTB40 ENSG00000184677 +CDS chr1 22511676 22512134 ENST00000374651 protein_coding 8 1 9 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000375647 protein_coding 5 1 12 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000404138 protein_coding 5 5 13 ZBTB40 ENSG00000184677 +CDS chr1 22512924 22513130 ENST00000374651 protein_coding 8 1 10 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000375647 protein_coding 5 1 13 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000404138 protein_coding 5 5 14 ZBTB40 ENSG00000184677 +CDS chr1 22517300 22517464 ENST00000374651 protein_coding 8 1 11 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000375647 protein_coding 5 1 14 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000404138 protein_coding 5 5 15 ZBTB40 ENSG00000184677 +CDS chr1 22520061 22520275 ENST00000374651 protein_coding 8 1 12 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000375647 protein_coding 5 1 15 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000404138 protein_coding 5 5 16 ZBTB40 ENSG00000184677 +CDS chr1 22521496 22521658 ENST00000374651 protein_coding 8 1 13 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000375647 protein_coding 5 1 16 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000404138 protein_coding 5 5 17 ZBTB40 ENSG00000184677 +CDS chr1 22522377 22522463 ENST00000374651 protein_coding 8 1 14 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000375647 protein_coding 5 1 17 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000404138 protein_coding 5 5 18 ZBTB40 ENSG00000184677 +CDS chr1 22524218 22524444 ENST00000374651 protein_coding 8 1 15 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000375647 protein_coding 5 1 18 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000404138 protein_coding 5 5 19 ZBTB40 ENSG00000184677 +CDS chr1 22526202 22526393 ENST00000374651 protein_coding 8 1 16 ZBTB40 ENSG00000184677 +transcript chr1 22563489 22603595 ENST00000166244 protein_coding 8 2 NA EPHA8 ENSG00000070886 +transcript chr1 22563564 22589621 ENST00000374644 protein_coding 8 1 NA EPHA8 ENSG00000070886 +CDS chr1 22563636 22563729 ENST00000166244 protein_coding 8 2 1 EPHA8 ENSG00000070886 +CDS chr1 22563636 22563729 ENST00000374644 protein_coding 8 1 1 EPHA8 ENSG00000070886 +CDS chr1 22569289 22569353 ENST00000166244 protein_coding 8 2 2 EPHA8 ENSG00000070886 +CDS chr1 22569289 22569353 ENST00000374644 protein_coding 8 1 2 EPHA8 ENSG00000070886 +CDS chr1 22576217 22576880 ENST00000166244 protein_coding 8 2 3 EPHA8 ENSG00000070886 +CDS chr1 22576217 22576880 ENST00000374644 protein_coding 8 1 3 EPHA8 ENSG00000070886 +CDS chr1 22586480 22586635 ENST00000166244 protein_coding 8 2 4 EPHA8 ENSG00000070886 +CDS chr1 22586480 22586635 ENST00000374644 protein_coding 8 1 4 EPHA8 ENSG00000070886 +CDS chr1 22588871 22589206 ENST00000166244 protein_coding 8 2 5 EPHA8 ENSG00000070886 +CDS chr1 22588871 22589376 ENST00000374644 protein_coding 8 1 5 EPHA8 ENSG00000070886 +CDS chr1 22593326 22593450 ENST00000166244 protein_coding 8 2 6 EPHA8 ENSG00000070886 +CDS chr1 22593524 22593686 ENST00000166244 protein_coding 8 2 7 EPHA8 ENSG00000070886 +CDS chr1 22595230 22595323 ENST00000166244 protein_coding 8 2 8 EPHA8 ENSG00000070886 +CDS chr1 22596106 22596173 ENST00000166244 protein_coding 8 2 9 EPHA8 ENSG00000070886 +CDS chr1 22597312 22597476 ENST00000166244 protein_coding 8 2 10 EPHA8 ENSG00000070886 +CDS chr1 22597676 22597861 ENST00000166244 protein_coding 8 2 11 EPHA8 ENSG00000070886 +CDS chr1 22598151 22598212 ENST00000166244 protein_coding 8 2 12 EPHA8 ENSG00000070886 +CDS chr1 22598838 22599047 ENST00000166244 protein_coding 8 2 13 EPHA8 ENSG00000070886 +CDS chr1 22600661 22600810 ENST00000166244 protein_coding 8 2 14 EPHA8 ENSG00000070886 +CDS chr1 22600898 22601088 ENST00000166244 protein_coding 8 2 15 EPHA8 ENSG00000070886 +CDS chr1 22601300 22601473 ENST00000166244 protein_coding 8 2 16 EPHA8 ENSG00000070886 +CDS chr1 22601627 22601738 ENST00000166244 protein_coding 8 2 17 EPHA8 ENSG00000070886 +transcript chr1 22636628 22639678 ENST00000374642 protein_coding 8 1 NA C1QA ENSG00000173372 +transcript chr1 22636762 22639331 ENST00000438241 protein_coding 1 3 NA C1QA ENSG00000173372 +transcript chr1 22637580 22639608 ENST00000402322 protein_coding 1 1 NA C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000374642 protein_coding 8 1 2 C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000438241 protein_coding 1 3 2 C1QA ENSG00000173372 +CDS chr1 22637617 22637779 ENST00000402322 protein_coding 1 1 1 C1QA ENSG00000173372 +CDS chr1 22638833 22639404 ENST00000374642 protein_coding 8 1 3 C1QA ENSG00000173372 +CDS chr1 22638833 22639331 ENST00000438241 protein_coding 1 3 3 C1QA ENSG00000173372 +CDS chr1 22638833 22639404 ENST00000402322 protein_coding 1 1 2 C1QA ENSG00000173372 +transcript chr1 22643633 22648108 ENST00000374640 protein_coding 9 1 NA C1QC ENSG00000159189 +transcript chr1 22643633 22648110 ENST00000374639 protein_coding 7 2 NA C1QC ENSG00000159189 +transcript chr1 22643653 22647887 ENST00000374637 protein_coding 1 3 NA C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374640 protein_coding 9 1 2 C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374639 protein_coding 7 2 2 C1QC ENSG00000159189 +CDS chr1 22644024 22644204 ENST00000374637 protein_coding 1 3 2 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374640 protein_coding 9 1 3 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374639 protein_coding 7 2 3 C1QC ENSG00000159189 +CDS chr1 22647227 22647780 ENST00000374637 protein_coding 1 3 3 C1QC ENSG00000159189 +transcript chr1 22652762 22661090 ENST00000510260 protein_coding 5 5 NA C1QB ENSG00000173369 +transcript chr1 22653189 22661316 ENST00000432749 protein_coding 6 2 NA C1QB ENSG00000173369 +transcript chr1 22653236 22661637 ENST00000509305 protein_coding 6 1 NA C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000510260 protein_coding 5 5 2 C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000432749 protein_coding 6 2 3 C1QB ENSG00000173369 +CDS chr1 22659463 22659643 ENST00000509305 protein_coding 6 1 2 C1QB ENSG00000173369 +CDS chr1 22660812 22661090 ENST00000510260 protein_coding 5 5 3 C1QB ENSG00000173369 +CDS chr1 22660812 22661316 ENST00000432749 protein_coding 6 2 4 C1QB ENSG00000173369 +CDS chr1 22660812 22661383 ENST00000509305 protein_coding 6 1 3 C1QB ENSG00000173369 +transcript chr1 22710839 22921500 ENST00000374630 protein_coding 8 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710839 22891265 ENST00000544305 protein_coding 5 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710965 22921500 ENST00000400191 protein_coding 7 1 NA EPHB2 ENSG00000133216 +transcript chr1 22710970 22914270 ENST00000374632 protein_coding 7 1 NA EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000374630 protein_coding 8 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000400191 protein_coding 7 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000374632 protein_coding 7 1 1 EPHB2 ENSG00000133216 +CDS chr1 22710983 22711043 ENST00000544305 protein_coding 5 1 1 EPHB2 ENSG00000133216 +transcript chr1 22775178 22913752 ENST00000374627 protein_coding 1 5 NA EPHB2 ENSG00000133216 +CDS chr1 22775202 22775244 ENST00000374627 protein_coding 1 5 1 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374630 protein_coding 8 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000400191 protein_coding 7 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374632 protein_coding 7 1 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000374627 protein_coding 1 5 2 EPHB2 ENSG00000133216 +CDS chr1 22781421 22781485 ENST00000544305 protein_coding 5 1 2 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374630 protein_coding 8 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000400191 protein_coding 7 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374632 protein_coding 7 1 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000374627 protein_coding 1 5 3 EPHB2 ENSG00000133216 +CDS chr1 22784392 22785076 ENST00000544305 protein_coding 5 1 3 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374630 protein_coding 8 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000400191 protein_coding 7 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374632 protein_coding 7 1 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000374627 protein_coding 1 5 4 EPHB2 ENSG00000133216 +CDS chr1 22863037 22863192 ENST00000544305 protein_coding 5 1 4 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374630 protein_coding 8 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000400191 protein_coding 7 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374632 protein_coding 7 1 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000374627 protein_coding 1 5 5 EPHB2 ENSG00000133216 +CDS chr1 22864877 22865212 ENST00000544305 protein_coding 5 1 5 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374630 protein_coding 8 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000400191 protein_coding 7 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374632 protein_coding 7 1 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000374627 protein_coding 1 5 6 EPHB2 ENSG00000133216 +CDS chr1 22882359 22882483 ENST00000544305 protein_coding 5 1 6 EPHB2 ENSG00000133216 +CDS chr1 22891129 22891146 ENST00000544305 protein_coding 5 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892881 22893046 ENST00000374627 protein_coding 1 5 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000374630 protein_coding 8 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000400191 protein_coding 7 1 7 EPHB2 ENSG00000133216 +CDS chr1 22892884 22893046 ENST00000374632 protein_coding 7 1 7 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374630 protein_coding 8 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000400191 protein_coding 7 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374632 protein_coding 7 1 8 EPHB2 ENSG00000133216 +CDS chr1 22895472 22895580 ENST00000374627 protein_coding 1 5 8 EPHB2 ENSG00000133216 +CDS chr1 22896411 22896478 ENST00000374632 protein_coding 7 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000374630 protein_coding 8 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000400191 protein_coding 7 1 9 EPHB2 ENSG00000133216 +CDS chr1 22896414 22896478 ENST00000374627 protein_coding 1 5 9 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374630 protein_coding 8 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000400191 protein_coding 7 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374632 protein_coding 7 1 10 EPHB2 ENSG00000133216 +CDS chr1 22905987 22906109 ENST00000374627 protein_coding 1 5 10 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374630 protein_coding 8 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000400191 protein_coding 7 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374632 protein_coding 7 1 11 EPHB2 ENSG00000133216 +CDS chr1 22906710 22906957 ENST00000374627 protein_coding 1 5 11 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374630 protein_coding 8 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000400191 protein_coding 7 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374632 protein_coding 7 1 12 EPHB2 ENSG00000133216 +CDS chr1 22907953 22908168 ENST00000374627 protein_coding 1 5 12 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374630 protein_coding 8 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000400191 protein_coding 7 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374632 protein_coding 7 1 13 EPHB2 ENSG00000133216 +CDS chr1 22909022 22909171 ENST00000374627 protein_coding 1 5 13 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374630 protein_coding 8 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000400191 protein_coding 7 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374632 protein_coding 7 1 14 EPHB2 ENSG00000133216 +CDS chr1 22910382 22910575 ENST00000374627 protein_coding 1 5 14 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000374630 protein_coding 8 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000400191 protein_coding 7 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912599 ENST00000374632 protein_coding 7 1 15 EPHB2 ENSG00000133216 +CDS chr1 22912444 22912600 ENST00000374627 protein_coding 1 5 15 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913567 ENST00000374630 protein_coding 8 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913564 ENST00000400191 protein_coding 7 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913462 22913567 ENST00000374632 protein_coding 7 1 16 EPHB2 ENSG00000133216 +CDS chr1 22913658 22913867 ENST00000400191 protein_coding 7 1 17 EPHB2 ENSG00000133216 +transcript chr1 22953043 22965338 ENST00000426928 protein_coding 6 5 NA LACTBL1 ENSG00000215906 +CDS chr1 22953046 22954024 ENST00000426928 protein_coding 6 5 6 LACTBL1 ENSG00000215906 +transcript chr1 22953049 22963178 ENST00000618559 protein_coding 1 5 NA LACTBL1 ENSG00000215906 +CDS chr1 22953049 22954024 ENST00000618559 protein_coding 1 5 6 LACTBL1 ENSG00000215906 +CDS chr1 22955321 22955426 ENST00000426928 protein_coding 6 5 5 LACTBL1 ENSG00000215906 +CDS chr1 22955321 22955426 ENST00000618559 protein_coding 1 5 5 LACTBL1 ENSG00000215906 +CDS chr1 22958685 22958920 ENST00000426928 protein_coding 6 5 4 LACTBL1 ENSG00000215906 +CDS chr1 22958685 22958713 ENST00000618559 protein_coding 1 5 4 LACTBL1 ENSG00000215906 +CDS chr1 22958762 22958920 ENST00000618559 protein_coding 1 5 3 LACTBL1 ENSG00000215906 +CDS chr1 22959942 22960099 ENST00000426928 protein_coding 6 5 3 LACTBL1 ENSG00000215906 +CDS chr1 22959942 22960099 ENST00000618559 protein_coding 1 5 2 LACTBL1 ENSG00000215906 +CDS chr1 22963107 22963216 ENST00000426928 protein_coding 6 5 2 LACTBL1 ENSG00000215906 +CDS chr1 22963107 22963178 ENST00000618559 protein_coding 1 5 1 LACTBL1 ENSG00000215906 +CDS chr1 22965290 22965338 ENST00000426928 protein_coding 6 5 1 LACTBL1 ENSG00000215906 +transcript chr1 23010834 23015852 ENST00000566855 protein_coding 4 2 NA TEX46 ENSG00000227868 +transcript chr1 23010834 23019100 ENST00000440767 protein_coding 3 2 NA TEX46 ENSG00000227868 +transcript chr1 23010835 23014094 ENST00000622840 protein_coding 2 5 NA TEX46 ENSG00000227868 +CDS chr1 23010904 23011101 ENST00000566855 protein_coding 4 2 3 TEX46 ENSG00000227868 +CDS chr1 23010904 23011200 ENST00000440767 protein_coding 3 2 3 TEX46 ENSG00000227868 +CDS chr1 23010904 23011101 ENST00000622840 protein_coding 2 5 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014045 ENST00000566855 protein_coding 4 2 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014045 ENST00000440767 protein_coding 3 2 2 TEX46 ENSG00000227868 +CDS chr1 23013883 23014074 ENST00000622840 protein_coding 2 5 1 TEX46 ENSG00000227868 +CDS chr1 23015772 23015773 ENST00000566855 protein_coding 4 2 1 TEX46 ENSG00000227868 +CDS chr1 23018967 23019001 ENST00000440767 protein_coding 3 2 1 TEX46 ENSG00000227868 +transcript chr1 23019443 23076570 ENST00000688680 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23076587 ENST00000691694 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000692975 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000691682 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083632 ENST00000691404 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083638 ENST00000686339 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083638 ENST00000693156 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000465864 protein_coding 2 5 NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692056 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692853 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000686270 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000685102 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000690627 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000686771 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019443 23083672 ENST00000692209 protein_coding 1 NA NA KDM1A ENSG00000004487 +transcript chr1 23019448 23083689 ENST00000356634 protein_coding 7 1 NA KDM1A ENSG00000004487 +transcript chr1 23019468 23083689 ENST00000400181 protein_coding 9 1 NA KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000688680 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691694 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692975 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691682 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000691404 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686339 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000693156 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000465864 protein_coding 2 5 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692056 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692853 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686270 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000685102 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000690627 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000686771 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000692209 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000356634 protein_coding 7 1 1 KDM1A ENSG00000004487 +CDS chr1 23019597 23019947 ENST00000400181 protein_coding 9 1 1 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000688680 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691694 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692975 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691682 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000691404 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686339 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000693156 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000465864 protein_coding 2 5 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692056 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692853 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686270 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000685102 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000690627 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000686771 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000692209 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000356634 protein_coding 7 1 2 KDM1A ENSG00000004487 +CDS chr1 23030469 23030634 ENST00000400181 protein_coding 9 1 2 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000688680 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000691694 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000691404 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000686270 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000685102 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000690627 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23044427 23044486 ENST00000400181 protein_coding 9 1 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000688680 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691694 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692975 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691682 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000691404 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686339 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000693156 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000465864 protein_coding 2 5 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692056 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692853 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686270 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000685102 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000690627 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000686771 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000692209 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000356634 protein_coding 7 1 3 KDM1A ENSG00000004487 +CDS chr1 23050387 23050520 ENST00000400181 protein_coding 9 1 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000688680 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691694 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692975 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691682 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000691404 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686339 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000693156 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000465864 protein_coding 2 5 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692056 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692853 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686270 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000685102 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000690627 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000686771 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000692209 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000356634 protein_coding 7 1 4 KDM1A ENSG00000004487 +CDS chr1 23053761 23053839 ENST00000400181 protein_coding 9 1 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000688680 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691694 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692975 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691682 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000691404 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686339 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000693156 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000465864 protein_coding 2 5 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692056 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692853 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686270 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000685102 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000690627 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000686771 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000692209 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000356634 protein_coding 7 1 5 KDM1A ENSG00000004487 +CDS chr1 23055069 23055161 ENST00000400181 protein_coding 9 1 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000688680 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691694 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692975 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691682 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000691404 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686339 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000693156 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000465864 protein_coding 2 5 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692056 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692853 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686270 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000685102 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000690627 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000686771 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000692209 protein_coding 1 NA 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000356634 protein_coding 7 1 6 KDM1A ENSG00000004487 +CDS chr1 23055932 23056038 ENST00000400181 protein_coding 9 1 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000688680 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691694 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692975 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691682 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000691404 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686339 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000693156 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000465864 protein_coding 2 5 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692056 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692853 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686270 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000685102 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000690627 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000686771 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000692209 protein_coding 1 NA 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000356634 protein_coding 7 1 7 KDM1A ENSG00000004487 +CDS chr1 23057484 23057565 ENST00000400181 protein_coding 9 1 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000688680 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691694 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692975 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691682 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000691404 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686339 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000693156 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000465864 protein_coding 2 5 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692056 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692853 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686270 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000685102 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000690627 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000686771 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000692209 protein_coding 1 NA 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000356634 protein_coding 7 1 8 KDM1A ENSG00000004487 +CDS chr1 23059073 23059167 ENST00000400181 protein_coding 9 1 9 KDM1A ENSG00000004487 +CDS chr1 23066060 23066071 ENST00000400181 protein_coding 9 1 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000688680 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691694 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692975 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691682 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000691404 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000686339 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000693156 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000465864 protein_coding 2 5 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692056 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000692853 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000686270 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000685102 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000356634 protein_coding 7 1 9 KDM1A ENSG00000004487 +CDS chr1 23068539 23068681 ENST00000400181 protein_coding 9 1 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000688680 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691694 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692975 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691682 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000691404 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000686339 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000693156 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000465864 protein_coding 2 5 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692056 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000692853 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000686270 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000685102 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000356634 protein_coding 7 1 10 KDM1A ENSG00000004487 +CDS chr1 23069061 23069151 ENST00000400181 protein_coding 9 1 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000688680 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691694 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692975 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691682 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000691404 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686339 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000693156 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000465864 protein_coding 2 5 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692056 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000692853 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686270 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000685102 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000690627 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000686771 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000356634 protein_coding 7 1 11 KDM1A ENSG00000004487 +CDS chr1 23071225 23071359 ENST00000400181 protein_coding 9 1 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000688680 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691694 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692975 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691682 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000691404 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686339 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000693156 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000465864 protein_coding 2 5 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692056 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686270 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000685102 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000690627 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000686771 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000692209 protein_coding 1 NA 9 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000356634 protein_coding 7 1 12 KDM1A ENSG00000004487 +CDS chr1 23072124 23072197 ENST00000400181 protein_coding 9 1 14 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000465864 protein_coding 2 5 13 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000692056 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073274 23073403 ENST00000685102 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000688680 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691694 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000692975 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691682 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000691404 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686339 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000693156 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686270 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000690627 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000686771 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000692209 protein_coding 1 NA 10 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000356634 protein_coding 7 1 13 KDM1A ENSG00000004487 +CDS chr1 23073292 23073403 ENST00000400181 protein_coding 9 1 15 KDM1A ENSG00000004487 +CDS chr1 23074463 23074498 ENST00000688680 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23075667 23075690 ENST00000691694 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692975 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000691682 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000691404 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686339 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000693156 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000465864 protein_coding 2 5 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692056 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692853 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686270 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000685102 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000690627 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000686771 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000692209 protein_coding 1 NA 11 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000356634 protein_coding 7 1 14 KDM1A ENSG00000004487 +CDS chr1 23077228 23077360 ENST00000400181 protein_coding 9 1 16 KDM1A ENSG00000004487 +transcript chr1 23077234 23083354 ENST00000494920 protein_coding 1 3 NA KDM1A ENSG00000004487 +CDS chr1 23077234 23077360 ENST00000494920 protein_coding 1 3 1 KDM1A ENSG00000004487 +CDS chr1 23078966 23079177 ENST00000494920 protein_coding 1 3 2 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692975 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000691682 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000691404 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000465864 protein_coding 2 5 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692853 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000685102 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000690627 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000686771 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000692209 protein_coding 1 NA 12 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000356634 protein_coding 7 1 15 KDM1A ENSG00000004487 +CDS chr1 23078990 23079177 ENST00000400181 protein_coding 9 1 17 KDM1A ENSG00000004487 +transcript chr1 23079013 23083686 ENST00000685243 protein_coding 1 NA NA KDM1A ENSG00000004487 +CDS chr1 23079013 23079177 ENST00000685243 protein_coding 1 NA 1 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692975 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000691682 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000691404 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000465864 protein_coding 2 5 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692853 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000685102 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000690627 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000686771 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000692209 protein_coding 1 NA 13 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000356634 protein_coding 7 1 16 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000400181 protein_coding 9 1 18 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000494920 protein_coding 1 3 3 KDM1A ENSG00000004487 +CDS chr1 23079553 23079667 ENST00000685243 protein_coding 1 NA 2 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692975 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000691682 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000691404 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000693156 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000465864 protein_coding 2 5 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692056 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692853 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000686270 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000685102 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000690627 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000686771 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000692209 protein_coding 1 NA 14 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000356634 protein_coding 7 1 17 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000400181 protein_coding 9 1 19 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000494920 protein_coding 1 3 4 KDM1A ENSG00000004487 +CDS chr1 23081446 23081573 ENST00000685243 protein_coding 1 NA 3 KDM1A ENSG00000004487 +CDS chr1 23082220 23082453 ENST00000692975 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000691682 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082453 ENST00000691404 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082220 23082355 ENST00000693156 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000465864 protein_coding 2 5 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692056 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692853 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000686270 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000685102 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000690627 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000686771 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000692209 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000356634 protein_coding 7 1 18 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000400181 protein_coding 9 1 20 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000494920 protein_coding 1 3 5 KDM1A ENSG00000004487 +CDS chr1 23082220 23082366 ENST00000685243 protein_coding 1 NA 4 KDM1A ENSG00000004487 +CDS chr1 23082293 23082366 ENST00000686339 protein_coding 1 NA 15 KDM1A ENSG00000004487 +CDS chr1 23082450 23082482 ENST00000691682 protein_coding 1 NA 19 KDM1A ENSG00000004487 +CDS chr1 23082450 23082482 ENST00000685243 protein_coding 1 NA 5 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686339 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23083179 23083219 ENST00000693156 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000465864 protein_coding 2 5 19 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692056 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692853 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686270 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000685102 protein_coding 1 NA 20 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000690627 protein_coding 1 NA 18 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000686771 protein_coding 1 NA 17 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000692209 protein_coding 1 NA 16 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000356634 protein_coding 7 1 19 KDM1A ENSG00000004487 +CDS chr1 23083179 23083361 ENST00000400181 protein_coding 9 1 21 KDM1A ENSG00000004487 +CDS chr1 23083179 23083354 ENST00000494920 protein_coding 1 3 6 KDM1A ENSG00000004487 +transcript chr1 23084030 23177808 ENST00000302291 protein_coding 8 5 NA LUZP1 ENSG00000169641 +CDS chr1 23088898 23089053 ENST00000302291 protein_coding 8 5 5 LUZP1 ENSG00000169641 +transcript chr1 23090427 23168817 ENST00000314174 protein_coding 5 1 NA LUZP1 ENSG00000169641 +CDS chr1 23090893 23090898 ENST00000314174 protein_coding 5 1 3 LUZP1 ENSG00000169641 +CDS chr1 23091190 23094261 ENST00000302291 protein_coding 8 5 4 LUZP1 ENSG00000169641 +CDS chr1 23091190 23094261 ENST00000314174 protein_coding 5 1 2 LUZP1 ENSG00000169641 +transcript chr1 23093443 23168845 ENST00000471849 protein_coding 5 1 NA LUZP1 ENSG00000169641 +CDS chr1 23093443 23094261 ENST00000471849 protein_coding 5 1 4 LUZP1 ENSG00000169641 +transcript chr1 23094155 23133679 ENST00000475164 protein_coding 2 5 NA LUZP1 ENSG00000169641 +CDS chr1 23094155 23094261 ENST00000475164 protein_coding 2 5 4 LUZP1 ENSG00000169641 +transcript chr1 23191895 23217502 ENST00000374619 protein_coding 2 NA NA HTR1D ENSG00000179546 +CDS chr1 23193089 23194219 ENST00000374619 protein_coding 2 NA 2 HTR1D ENSG00000179546 +transcript chr1 23304688 23344284 ENST00000302271 protein_coding 11 1 NA HNRNPR ENSG00000125944 +transcript chr1 23304688 23344336 ENST00000478691 protein_coding 5 1 NA HNRNPR ENSG00000125944 +transcript chr1 23309783 23344310 ENST00000374616 protein_coding 7 1 NA HNRNPR ENSG00000125944 +transcript chr1 23309786 23344322 ENST00000374612 protein_coding 5 5 NA HNRNPR ENSG00000125944 +transcript chr1 23309930 23344330 ENST00000675048 protein_coding 1 NA NA HNRNPR ENSG00000125944 +transcript chr1 23310333 23344295 ENST00000606561 protein_coding 5 2 NA HNRNPR ENSG00000125944 +transcript chr1 23310454 23341008 ENST00000427764 protein_coding 3 1 NA HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000302271 protein_coding 11 1 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000478691 protein_coding 5 1 10 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000374616 protein_coding 7 1 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000374612 protein_coding 5 5 11 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000675048 protein_coding 1 NA 8 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000606561 protein_coding 5 2 9 HNRNPR ENSG00000125944 +CDS chr1 23310457 23311066 ENST00000427764 protein_coding 3 1 9 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000302271 protein_coding 11 1 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000478691 protein_coding 5 1 9 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000374616 protein_coding 7 1 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000374612 protein_coding 5 5 10 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000675048 protein_coding 1 NA 7 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000606561 protein_coding 5 2 8 HNRNPR ENSG00000125944 +CDS chr1 23311201 23311322 ENST00000427764 protein_coding 3 1 8 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000302271 protein_coding 11 1 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000478691 protein_coding 5 1 8 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000374616 protein_coding 7 1 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000374612 protein_coding 5 5 9 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000675048 protein_coding 1 NA 6 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000606561 protein_coding 5 2 7 HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000427764 protein_coding 3 1 7 HNRNPR ENSG00000125944 +transcript chr1 23313553 23338549 ENST00000463552 protein_coding 5 4 NA HNRNPR ENSG00000125944 +CDS chr1 23313553 23313702 ENST00000463552 protein_coding 5 4 6 HNRNPR ENSG00000125944 +transcript chr1 23313599 23333631 ENST00000470941 protein_coding 5 4 NA HNRNPR ENSG00000125944 +CDS chr1 23313599 23313702 ENST00000470941 protein_coding 5 4 4 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000302271 protein_coding 11 1 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318697 ENST00000478691 protein_coding 5 1 7 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318697 ENST00000374616 protein_coding 7 1 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000374612 protein_coding 5 5 8 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000606561 protein_coding 5 2 6 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000427764 protein_coding 3 1 6 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000463552 protein_coding 5 4 5 HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000470941 protein_coding 5 4 3 HNRNPR ENSG00000125944 +transcript chr1 23318483 23344281 ENST00000476451 protein_coding 2 4 NA HNRNPR ENSG00000125944 +CDS chr1 23318483 23318688 ENST00000476451 protein_coding 2 4 8 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000302271 protein_coding 11 1 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000478691 protein_coding 5 1 6 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000374616 protein_coding 7 1 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000374612 protein_coding 5 5 7 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000606561 protein_coding 5 2 5 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000427764 protein_coding 3 1 5 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000463552 protein_coding 5 4 4 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000470941 protein_coding 5 4 2 HNRNPR ENSG00000125944 +CDS chr1 23321528 23321663 ENST00000476451 protein_coding 2 4 7 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000302271 protein_coding 11 1 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000478691 protein_coding 5 1 5 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000374616 protein_coding 7 1 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000374612 protein_coding 5 5 6 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000675048 protein_coding 1 NA 5 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000606561 protein_coding 5 2 4 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000427764 protein_coding 3 1 4 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000463552 protein_coding 5 4 3 HNRNPR ENSG00000125944 +CDS chr1 23323556 23323732 ENST00000476451 protein_coding 2 4 6 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000302271 protein_coding 11 1 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000478691 protein_coding 5 1 4 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000374616 protein_coding 7 1 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000374612 protein_coding 5 5 5 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000470941 protein_coding 5 4 1 HNRNPR ENSG00000125944 +CDS chr1 23333518 23333631 ENST00000476451 protein_coding 2 4 5 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000302271 protein_coding 11 1 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000478691 protein_coding 5 1 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000374616 protein_coding 7 1 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000374612 protein_coding 5 5 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000675048 protein_coding 1 NA 4 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000606561 protein_coding 5 2 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000427764 protein_coding 3 1 3 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337861 ENST00000463552 protein_coding 5 4 2 HNRNPR ENSG00000125944 +CDS chr1 23337754 23337834 ENST00000476451 protein_coding 2 4 4 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000302271 protein_coding 11 1 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000374616 protein_coding 7 1 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000374612 protein_coding 5 5 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000675048 protein_coding 1 NA 3 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338608 ENST00000427764 protein_coding 3 1 2 HNRNPR ENSG00000125944 +CDS chr1 23338490 23338549 ENST00000463552 protein_coding 5 4 1 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000302271 protein_coding 11 1 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000374616 protein_coding 7 1 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000374612 protein_coding 5 5 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000675048 protein_coding 1 NA 2 HNRNPR ENSG00000125944 +CDS chr1 23340852 23341008 ENST00000427764 protein_coding 3 1 1 HNRNPR ENSG00000125944 +transcript chr1 23359448 23369836 ENST00000314011 protein_coding 9 1 NA ZNF436 ENSG00000125945 +transcript chr1 23359975 23368386 ENST00000374608 protein_coding 3 1 NA ZNF436 ENSG00000125945 +CDS chr1 23361972 23363221 ENST00000314011 protein_coding 9 1 4 ZNF436 ENSG00000125945 +CDS chr1 23361972 23363221 ENST00000374608 protein_coding 3 1 3 ZNF436 ENSG00000125945 +CDS chr1 23367042 23367168 ENST00000314011 protein_coding 9 1 3 ZNF436 ENSG00000125945 +CDS chr1 23367042 23367168 ENST00000374608 protein_coding 3 1 2 ZNF436 ENSG00000125945 +CDS chr1 23367973 23368005 ENST00000314011 protein_coding 9 1 2 ZNF436 ENSG00000125945 +CDS chr1 23367973 23368005 ENST00000374608 protein_coding 3 1 1 ZNF436 ENSG00000125945 +transcript chr1 23380909 23424748 ENST00000450454 protein_coding 7 1 NA TCEA3 ENSG00000204219 +CDS chr1 23381469 23381474 ENST00000450454 protein_coding 7 1 11 TCEA3 ENSG00000204219 +transcript chr1 23383433 23424618 ENST00000476978 protein_coding 2 3 NA TCEA3 ENSG00000204219 +CDS chr1 23384054 23384068 ENST00000476978 protein_coding 2 3 11 TCEA3 ENSG00000204219 +CDS chr1 23384346 23384417 ENST00000450454 protein_coding 7 1 10 TCEA3 ENSG00000204219 +CDS chr1 23384346 23384417 ENST00000476978 protein_coding 2 3 10 TCEA3 ENSG00000204219 +CDS chr1 23387273 23387419 ENST00000450454 protein_coding 7 1 9 TCEA3 ENSG00000204219 +CDS chr1 23387273 23387419 ENST00000476978 protein_coding 2 3 9 TCEA3 ENSG00000204219 +CDS chr1 23393879 23394033 ENST00000450454 protein_coding 7 1 8 TCEA3 ENSG00000204219 +CDS chr1 23393879 23394033 ENST00000476978 protein_coding 2 3 8 TCEA3 ENSG00000204219 +CDS chr1 23397545 23397601 ENST00000450454 protein_coding 7 1 7 TCEA3 ENSG00000204219 +CDS chr1 23397545 23397601 ENST00000476978 protein_coding 2 3 7 TCEA3 ENSG00000204219 +CDS chr1 23397792 23397955 ENST00000450454 protein_coding 7 1 6 TCEA3 ENSG00000204219 +CDS chr1 23397792 23397955 ENST00000476978 protein_coding 2 3 6 TCEA3 ENSG00000204219 +transcript chr1 23403481 23424707 ENST00000374601 protein_coding 7 1 NA TCEA3 ENSG00000204219 +transcript chr1 23404069 23419386 ENST00000461794 protein_coding 1 3 NA TCEA3 ENSG00000204219 +CDS chr1 23404142 23404160 ENST00000374601 protein_coding 7 1 6 TCEA3 ENSG00000204219 +CDS chr1 23404142 23404160 ENST00000461794 protein_coding 1 3 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000450454 protein_coding 7 1 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000476978 protein_coding 2 3 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000374601 protein_coding 7 1 5 TCEA3 ENSG00000204219 +CDS chr1 23408664 23408726 ENST00000461794 protein_coding 1 3 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000450454 protein_coding 7 1 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000476978 protein_coding 2 3 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000374601 protein_coding 7 1 4 TCEA3 ENSG00000204219 +CDS chr1 23417249 23417390 ENST00000461794 protein_coding 1 3 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000450454 protein_coding 7 1 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000476978 protein_coding 2 3 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000374601 protein_coding 7 1 3 TCEA3 ENSG00000204219 +CDS chr1 23417904 23418009 ENST00000461794 protein_coding 1 3 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000450454 protein_coding 7 1 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000476978 protein_coding 2 3 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419139 ENST00000374601 protein_coding 7 1 2 TCEA3 ENSG00000204219 +CDS chr1 23419077 23419097 ENST00000461794 protein_coding 1 3 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424633 ENST00000450454 protein_coding 7 1 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424618 ENST00000476978 protein_coding 2 3 1 TCEA3 ENSG00000204219 +CDS chr1 23424565 23424633 ENST00000374601 protein_coding 7 1 1 TCEA3 ENSG00000204219 +transcript chr1 23428563 23436677 ENST00000495646 protein_coding 5 2 NA ASAP3 ENSG00000088280 +transcript chr1 23428563 23484179 ENST00000336689 protein_coding 8 1 NA ASAP3 ENSG00000088280 +transcript chr1 23429532 23433532 ENST00000465372 protein_coding 5 5 NA ASAP3 ENSG00000088280 +transcript chr1 23429722 23484179 ENST00000437606 protein_coding 6 2 NA ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000495646 protein_coding 5 2 10 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000336689 protein_coding 8 1 25 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000465372 protein_coding 5 5 5 ASAP3 ENSG00000088280 +CDS chr1 23429859 23429930 ENST00000437606 protein_coding 6 2 24 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000495646 protein_coding 5 2 9 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000336689 protein_coding 8 1 24 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000465372 protein_coding 5 5 4 ASAP3 ENSG00000088280 +CDS chr1 23431035 23431125 ENST00000437606 protein_coding 6 2 23 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000495646 protein_coding 5 2 8 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000336689 protein_coding 8 1 23 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000465372 protein_coding 5 5 3 ASAP3 ENSG00000088280 +CDS chr1 23431696 23431918 ENST00000437606 protein_coding 6 2 22 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000495646 protein_coding 5 2 7 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000336689 protein_coding 8 1 22 ASAP3 ENSG00000088280 +CDS chr1 23433077 23433272 ENST00000437606 protein_coding 6 2 21 ASAP3 ENSG00000088280 +CDS chr1 23433158 23433272 ENST00000465372 protein_coding 5 5 2 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000495646 protein_coding 5 2 6 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000336689 protein_coding 8 1 21 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000465372 protein_coding 5 5 1 ASAP3 ENSG00000088280 +CDS chr1 23433425 23433532 ENST00000437606 protein_coding 6 2 20 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000495646 protein_coding 5 2 5 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000336689 protein_coding 8 1 20 ASAP3 ENSG00000088280 +CDS chr1 23433626 23433693 ENST00000437606 protein_coding 6 2 19 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000495646 protein_coding 5 2 4 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000336689 protein_coding 8 1 19 ASAP3 ENSG00000088280 +CDS chr1 23434254 23434369 ENST00000437606 protein_coding 6 2 18 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000495646 protein_coding 5 2 3 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000336689 protein_coding 8 1 18 ASAP3 ENSG00000088280 +CDS chr1 23434533 23434618 ENST00000437606 protein_coding 6 2 17 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000495646 protein_coding 5 2 2 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000336689 protein_coding 8 1 17 ASAP3 ENSG00000088280 +CDS chr1 23435851 23436028 ENST00000437606 protein_coding 6 2 16 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436642 ENST00000495646 protein_coding 5 2 1 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436654 ENST00000336689 protein_coding 8 1 16 ASAP3 ENSG00000088280 +CDS chr1 23436560 23436654 ENST00000437606 protein_coding 6 2 15 ASAP3 ENSG00000088280 +CDS chr1 23436911 23437044 ENST00000336689 protein_coding 8 1 15 ASAP3 ENSG00000088280 +CDS chr1 23436911 23437044 ENST00000437606 protein_coding 6 2 14 ASAP3 ENSG00000088280 +CDS chr1 23437130 23437320 ENST00000336689 protein_coding 8 1 14 ASAP3 ENSG00000088280 +CDS chr1 23437130 23437320 ENST00000437606 protein_coding 6 2 13 ASAP3 ENSG00000088280 +CDS chr1 23437424 23437472 ENST00000336689 protein_coding 8 1 13 ASAP3 ENSG00000088280 +CDS chr1 23437424 23437472 ENST00000437606 protein_coding 6 2 12 ASAP3 ENSG00000088280 +CDS chr1 23438747 23438834 ENST00000336689 protein_coding 8 1 12 ASAP3 ENSG00000088280 +CDS chr1 23438747 23438834 ENST00000437606 protein_coding 6 2 11 ASAP3 ENSG00000088280 +CDS chr1 23439161 23439230 ENST00000336689 protein_coding 8 1 11 ASAP3 ENSG00000088280 +CDS chr1 23439161 23439230 ENST00000437606 protein_coding 6 2 10 ASAP3 ENSG00000088280 +CDS chr1 23441102 23441211 ENST00000336689 protein_coding 8 1 10 ASAP3 ENSG00000088280 +CDS chr1 23441102 23441211 ENST00000437606 protein_coding 6 2 9 ASAP3 ENSG00000088280 +CDS chr1 23441387 23441473 ENST00000336689 protein_coding 8 1 9 ASAP3 ENSG00000088280 +CDS chr1 23441387 23441473 ENST00000437606 protein_coding 6 2 8 ASAP3 ENSG00000088280 +CDS chr1 23441655 23441730 ENST00000336689 protein_coding 8 1 8 ASAP3 ENSG00000088280 +CDS chr1 23441655 23441730 ENST00000437606 protein_coding 6 2 7 ASAP3 ENSG00000088280 +CDS chr1 23442186 23442271 ENST00000336689 protein_coding 8 1 7 ASAP3 ENSG00000088280 +CDS chr1 23442186 23442271 ENST00000437606 protein_coding 6 2 6 ASAP3 ENSG00000088280 +CDS chr1 23442501 23442612 ENST00000336689 protein_coding 8 1 6 ASAP3 ENSG00000088280 +CDS chr1 23442501 23442635 ENST00000437606 protein_coding 6 2 5 ASAP3 ENSG00000088280 +CDS chr1 23451479 23451528 ENST00000336689 protein_coding 8 1 5 ASAP3 ENSG00000088280 +transcript chr1 23451479 23484568 ENST00000608765 protein_coding 1 5 NA ASAP3 ENSG00000088280 +CDS chr1 23451479 23451528 ENST00000608765 protein_coding 1 5 6 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000336689 protein_coding 8 1 4 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000437606 protein_coding 6 2 4 ASAP3 ENSG00000088280 +CDS chr1 23452697 23452771 ENST00000608765 protein_coding 1 5 5 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000336689 protein_coding 8 1 3 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000437606 protein_coding 6 2 3 ASAP3 ENSG00000088280 +CDS chr1 23455881 23456026 ENST00000608765 protein_coding 1 5 4 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000336689 protein_coding 8 1 2 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000437606 protein_coding 6 2 2 ASAP3 ENSG00000088280 +CDS chr1 23456122 23456194 ENST00000608765 protein_coding 1 5 3 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000336689 protein_coding 8 1 1 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000437606 protein_coding 6 2 1 ASAP3 ENSG00000088280 +CDS chr1 23484005 23484133 ENST00000608765 protein_coding 1 5 2 ASAP3 ENSG00000088280 +transcript chr1 23506438 23531233 ENST00000361729 protein_coding 3 1 NA E2F2 ENSG00000007968 +CDS chr1 23509883 23510148 ENST00000361729 protein_coding 3 1 7 E2F2 ENSG00000007968 +CDS chr1 23516335 23516527 ENST00000361729 protein_coding 3 1 6 E2F2 ENSG00000007968 +CDS chr1 23519016 23519130 ENST00000361729 protein_coding 3 1 5 E2F2 ENSG00000007968 +CDS chr1 23520913 23521071 ENST00000361729 protein_coding 3 1 4 E2F2 ENSG00000007968 +CDS chr1 23521837 23522056 ENST00000361729 protein_coding 3 1 3 E2F2 ENSG00000007968 +CDS chr1 23524383 23524488 ENST00000361729 protein_coding 3 1 2 E2F2 ENSG00000007968 +CDS chr1 23530542 23530793 ENST00000361729 protein_coding 3 1 1 E2F2 ENSG00000007968 +transcript chr1 23557926 23559501 ENST00000374561 protein_coding 6 1 NA ID3 ENSG00000117318 +CDS chr1 23558963 23559019 ENST00000374561 protein_coding 6 1 2 ID3 ENSG00000117318 +CDS chr1 23559127 23559426 ENST00000374561 protein_coding 6 1 1 ID3 ENSG00000117318 +transcript chr1 23691742 23696417 ENST00000374550 protein_coding 8 1 NA RPL11 ENSG00000142676 +transcript chr1 23691806 23696835 ENST00000643754 protein_coding 2 NA NA RPL11 ENSG00000142676 +CDS chr1 23691824 23691829 ENST00000374550 protein_coding 8 1 1 RPL11 ENSG00000142676 +CDS chr1 23691824 23691829 ENST00000643754 protein_coding 2 NA 1 RPL11 ENSG00000142676 +transcript chr1 23692306 23696418 ENST00000458455 protein_coding 2 1 NA RPL11 ENSG00000142676 +CDS chr1 23692609 23692759 ENST00000643754 protein_coding 2 NA 2 RPL11 ENSG00000142676 +CDS chr1 23692612 23692759 ENST00000374550 protein_coding 8 1 2 RPL11 ENSG00000142676 +CDS chr1 23692636 23692759 ENST00000458455 protein_coding 2 1 1 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000374550 protein_coding 8 1 3 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000643754 protein_coding 2 NA 3 RPL11 ENSG00000142676 +CDS chr1 23693807 23693913 ENST00000458455 protein_coding 2 1 2 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000374550 protein_coding 8 1 4 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000643754 protein_coding 2 NA 4 RPL11 ENSG00000142676 +CDS chr1 23694660 23694791 ENST00000458455 protein_coding 2 1 3 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000374550 protein_coding 8 1 5 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000643754 protein_coding 2 NA 5 RPL11 ENSG00000142676 +CDS chr1 23695798 23695908 ENST00000458455 protein_coding 2 1 4 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000374550 protein_coding 8 1 6 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000643754 protein_coding 2 NA 6 RPL11 ENSG00000142676 +CDS chr1 23696344 23696370 ENST00000458455 protein_coding 2 1 5 RPL11 ENSG00000142676 +transcript chr1 23743471 23762059 ENST00000613537 protein_coding 5 1 NA ELOA ENSG00000011007 +CDS chr1 23743504 23743578 ENST00000613537 protein_coding 5 1 1 ELOA ENSG00000011007 +CDS chr1 23749021 23749077 ENST00000613537 protein_coding 5 1 2 ELOA ENSG00000011007 +CDS chr1 23749842 23749948 ENST00000613537 protein_coding 5 1 3 ELOA ENSG00000011007 +CDS chr1 23750845 23752030 ENST00000613537 protein_coding 5 1 4 ELOA ENSG00000011007 +CDS chr1 23752407 23752518 ENST00000613537 protein_coding 5 1 5 ELOA ENSG00000011007 +CDS chr1 23754100 23754255 ENST00000613537 protein_coding 5 1 6 ELOA ENSG00000011007 +CDS chr1 23754363 23754460 ENST00000613537 protein_coding 5 1 7 ELOA ENSG00000011007 +CDS chr1 23755843 23756023 ENST00000613537 protein_coding 5 1 8 ELOA ENSG00000011007 +CDS chr1 23756274 23756385 ENST00000613537 protein_coding 5 1 9 ELOA ENSG00000011007 +CDS chr1 23756953 23757125 ENST00000613537 protein_coding 5 1 10 ELOA ENSG00000011007 +CDS chr1 23759512 23759570 ENST00000613537 protein_coding 5 1 11 ELOA ENSG00000011007 +transcript chr1 23778418 23788232 ENST00000246151 protein_coding 9 1 NA PITHD1 ENSG00000057757 +CDS chr1 23778516 23778713 ENST00000246151 protein_coding 9 1 1 PITHD1 ENSG00000057757 +transcript chr1 23779357 23786378 ENST00000415372 protein_coding 1 2 NA PITHD1 ENSG00000057757 +CDS chr1 23779438 23779481 ENST00000246151 protein_coding 9 1 2 PITHD1 ENSG00000057757 +CDS chr1 23779864 23779941 ENST00000246151 protein_coding 9 1 3 PITHD1 ENSG00000057757 +CDS chr1 23779901 23779941 ENST00000415372 protein_coding 1 2 1 PITHD1 ENSG00000057757 +transcript chr1 23785192 23788232 ENST00000374524 protein_coding 1 3 NA PITHD1 ENSG00000057757 +CDS chr1 23785675 23785779 ENST00000246151 protein_coding 9 1 4 PITHD1 ENSG00000057757 +CDS chr1 23785675 23785779 ENST00000415372 protein_coding 1 2 2 PITHD1 ENSG00000057757 +CDS chr1 23785694 23785779 ENST00000374524 protein_coding 1 3 2 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786423 ENST00000246151 protein_coding 9 1 5 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786378 ENST00000415372 protein_coding 1 2 3 PITHD1 ENSG00000057757 +CDS chr1 23786315 23786423 ENST00000374524 protein_coding 1 3 3 PITHD1 ENSG00000057757 +CDS chr1 23787275 23787373 ENST00000246151 protein_coding 9 1 6 PITHD1 ENSG00000057757 +CDS chr1 23787275 23787373 ENST00000374524 protein_coding 1 3 4 PITHD1 ENSG00000057757 +transcript chr1 23791145 23795539 ENST00000374514 protein_coding 8 1 NA LYPLA2 ENSG00000011009 +transcript chr1 23791187 23794511 ENST00000420982 protein_coding 5 3 NA LYPLA2 ENSG00000011009 +transcript chr1 23791187 23794745 ENST00000374505 protein_coding 6 3 NA LYPLA2 ENSG00000011009 +transcript chr1 23791203 23794955 ENST00000374503 protein_coding 7 2 NA LYPLA2 ENSG00000011009 +transcript chr1 23791221 23794870 ENST00000374502 protein_coding 7 2 NA LYPLA2 ENSG00000011009 +transcript chr1 23791992 23793907 ENST00000421070 protein_coding 1 5 NA LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374514 protein_coding 8 1 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374505 protein_coding 6 3 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374503 protein_coding 7 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000374502 protein_coding 7 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23792683 23792760 ENST00000421070 protein_coding 1 5 2 LYPLA2 ENSG00000011009 +CDS chr1 23792720 23792760 ENST00000420982 protein_coding 5 3 2 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374514 protein_coding 8 1 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374505 protein_coding 6 3 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374503 protein_coding 7 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000374502 protein_coding 7 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23793008 23793039 ENST00000421070 protein_coding 1 5 3 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374514 protein_coding 8 1 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000420982 protein_coding 5 3 3 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374505 protein_coding 6 3 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374503 protein_coding 7 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000374502 protein_coding 7 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23793151 23793216 ENST00000421070 protein_coding 1 5 4 LYPLA2 ENSG00000011009 +transcript chr1 23793653 23795277 ENST00000374501 protein_coding 1 2 NA LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374514 protein_coding 8 1 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000420982 protein_coding 5 3 4 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374505 protein_coding 6 3 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374503 protein_coding 7 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000374502 protein_coding 7 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23793705 23793752 ENST00000421070 protein_coding 1 5 5 LYPLA2 ENSG00000011009 +CDS chr1 23793730 23793752 ENST00000374501 protein_coding 1 2 1 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374514 protein_coding 8 1 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000420982 protein_coding 5 3 5 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374505 protein_coding 6 3 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374503 protein_coding 7 2 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374502 protein_coding 7 2 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793907 ENST00000421070 protein_coding 1 5 6 LYPLA2 ENSG00000011009 +CDS chr1 23793860 23793930 ENST00000374501 protein_coding 1 2 2 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374514 protein_coding 8 1 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000420982 protein_coding 5 3 6 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374503 protein_coding 7 2 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374502 protein_coding 7 2 7 LYPLA2 ENSG00000011009 +CDS chr1 23794063 23794136 ENST00000374501 protein_coding 1 2 3 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374514 protein_coding 8 1 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000420982 protein_coding 5 3 7 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794339 ENST00000374505 protein_coding 6 3 7 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374503 protein_coding 7 2 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794394 ENST00000374502 protein_coding 7 2 8 LYPLA2 ENSG00000011009 +CDS chr1 23794224 23794325 ENST00000374501 protein_coding 1 2 4 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794600 ENST00000374514 protein_coding 8 1 9 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794511 ENST00000420982 protein_coding 5 3 8 LYPLA2 ENSG00000011009 +CDS chr1 23794427 23794600 ENST00000374501 protein_coding 1 2 5 LYPLA2 ENSG00000011009 +CDS chr1 23794552 23794600 ENST00000374503 protein_coding 7 2 9 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794729 ENST00000374514 protein_coding 8 1 10 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794707 ENST00000374503 protein_coding 7 2 10 LYPLA2 ENSG00000011009 +CDS chr1 23794682 23794729 ENST00000374501 protein_coding 1 2 6 LYPLA2 ENSG00000011009 +transcript chr1 23795599 23800754 ENST00000617979 protein_coding 5 1 NA GALE ENSG00000117308 +transcript chr1 23795600 23800402 ENST00000374497 protein_coding 7 1 NA GALE ENSG00000117308 +transcript chr1 23795604 23796942 ENST00000456977 protein_coding 5 2 NA GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000617979 protein_coding 5 1 12 GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000374497 protein_coding 7 1 12 GALE ENSG00000117308 +CDS chr1 23795952 23796007 ENST00000456977 protein_coding 5 2 4 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000617979 protein_coding 5 1 11 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000374497 protein_coding 7 1 11 GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000456977 protein_coding 5 2 3 GALE ENSG00000117308 +transcript chr1 23796151 23799533 ENST00000429356 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23796151 23796265 ENST00000429356 protein_coding 5 5 8 GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000617979 protein_coding 5 1 10 GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000374497 protein_coding 7 1 10 GALE ENSG00000117308 +transcript chr1 23796509 23800770 ENST00000418277 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23796509 23796586 ENST00000418277 protein_coding 5 5 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000617979 protein_coding 5 1 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000374497 protein_coding 7 1 9 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000456977 protein_coding 5 2 2 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000429356 protein_coding 5 5 7 GALE ENSG00000117308 +CDS chr1 23796697 23796782 ENST00000418277 protein_coding 5 5 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000617979 protein_coding 5 1 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000374497 protein_coding 7 1 8 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000456977 protein_coding 5 2 1 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000429356 protein_coding 5 5 6 GALE ENSG00000117308 +CDS chr1 23796876 23796942 ENST00000418277 protein_coding 5 5 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000617979 protein_coding 5 1 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000374497 protein_coding 7 1 7 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000429356 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23797034 23797147 ENST00000418277 protein_coding 5 5 6 GALE ENSG00000117308 +transcript chr1 23797092 23800523 ENST00000425913 protein_coding 5 5 NA GALE ENSG00000117308 +CDS chr1 23797092 23797147 ENST00000425913 protein_coding 5 5 7 GALE ENSG00000117308 +transcript chr1 23797094 23799570 ENST00000445705 protein_coding 1 2 NA GALE ENSG00000117308 +CDS chr1 23797094 23797147 ENST00000445705 protein_coding 1 2 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000617979 protein_coding 5 1 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000374497 protein_coding 7 1 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000429356 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000418277 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000425913 protein_coding 5 5 6 GALE ENSG00000117308 +CDS chr1 23797695 23797871 ENST00000445705 protein_coding 1 2 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000617979 protein_coding 5 1 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000374497 protein_coding 7 1 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000429356 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000418277 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000425913 protein_coding 5 5 5 GALE ENSG00000117308 +CDS chr1 23798117 23798230 ENST00000445705 protein_coding 1 2 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000617979 protein_coding 5 1 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000374497 protein_coding 7 1 4 GALE ENSG00000117308 +CDS chr1 23798615 23798659 ENST00000429356 protein_coding 5 5 2 GALE ENSG00000117308 +CDS chr1 23798615 23798659 ENST00000418277 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000425913 protein_coding 5 5 4 GALE ENSG00000117308 +CDS chr1 23798615 23798730 ENST00000445705 protein_coding 1 2 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000617979 protein_coding 5 1 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000374497 protein_coding 7 1 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000425913 protein_coding 5 5 3 GALE ENSG00000117308 +CDS chr1 23798887 23799007 ENST00000445705 protein_coding 1 2 2 GALE ENSG00000117308 +transcript chr1 23801885 23825429 ENST00000374490 protein_coding 8 1 NA HMGCL ENSG00000117305 +transcript chr1 23801887 23825428 ENST00000436439 protein_coding 6 2 NA HMGCL ENSG00000117305 +transcript chr1 23801910 23825402 ENST00000235958 protein_coding 4 5 NA HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000374490 protein_coding 8 1 9 HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000436439 protein_coding 6 2 7 HMGCL ENSG00000117305 +CDS chr1 23802466 23802564 ENST00000235958 protein_coding 4 5 5 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000374490 protein_coding 8 1 8 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000436439 protein_coding 6 2 6 HMGCL ENSG00000117305 +CDS chr1 23804400 23804525 ENST00000235958 protein_coding 4 5 4 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000374490 protein_coding 8 1 7 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000436439 protein_coding 6 2 5 HMGCL ENSG00000117305 +CDS chr1 23808135 23808323 ENST00000235958 protein_coding 4 5 3 HMGCL ENSG00000117305 +CDS chr1 23810736 23810799 ENST00000374490 protein_coding 8 1 6 HMGCL ENSG00000117305 +CDS chr1 23814190 23814338 ENST00000374490 protein_coding 8 1 5 HMGCL ENSG00000117305 +CDS chr1 23816675 23816770 ENST00000374490 protein_coding 8 1 4 HMGCL ENSG00000117305 +CDS chr1 23816675 23816770 ENST00000436439 protein_coding 6 2 4 HMGCL ENSG00000117305 +CDS chr1 23817476 23817583 ENST00000374490 protein_coding 8 1 3 HMGCL ENSG00000117305 +CDS chr1 23817476 23817583 ENST00000436439 protein_coding 6 2 3 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000374490 protein_coding 8 1 2 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000436439 protein_coding 6 2 2 HMGCL ENSG00000117305 +CDS chr1 23820510 23820593 ENST00000235958 protein_coding 4 5 2 HMGCL ENSG00000117305 +CDS chr1 23825356 23825415 ENST00000374490 protein_coding 8 1 1 HMGCL ENSG00000117305 +CDS chr1 23825356 23825415 ENST00000436439 protein_coding 6 2 1 HMGCL ENSG00000117305 +CDS chr1 23825356 23825402 ENST00000235958 protein_coding 4 5 1 HMGCL ENSG00000117305 +transcript chr1 23845077 23868290 ENST00000374479 protein_coding 4 1 NA FUCA1 ENSG00000179163 +CDS chr1 23845718 23845855 ENST00000374479 protein_coding 4 1 8 FUCA1 ENSG00000179163 +CDS chr1 23846074 23846173 ENST00000374479 protein_coding 4 1 7 FUCA1 ENSG00000179163 +CDS chr1 23848649 23848839 ENST00000374479 protein_coding 4 1 6 FUCA1 ENSG00000179163 +CDS chr1 23854360 23854560 ENST00000374479 protein_coding 4 1 5 FUCA1 ENSG00000179163 +CDS chr1 23859798 23859903 ENST00000374479 protein_coding 4 1 4 FUCA1 ENSG00000179163 +CDS chr1 23863134 23863271 ENST00000374479 protein_coding 4 1 3 FUCA1 ENSG00000179163 +CDS chr1 23865491 23865625 ENST00000374479 protein_coding 4 1 2 FUCA1 ENSG00000179163 +CDS chr1 23867898 23868286 ENST00000374479 protein_coding 4 1 1 FUCA1 ENSG00000179163 +transcript chr1 23870515 23913362 ENST00000374472 protein_coding 5 1 NA CNR2 ENSG00000188822 +CDS chr1 23874538 23875617 ENST00000374472 protein_coding 5 1 2 CNR2 ENSG00000188822 +transcript chr1 23956839 23963446 ENST00000647887 protein_coding 1 NA NA PNRC2 ENSG00000189266 +transcript chr1 23959109 23961465 ENST00000471915 protein_coding 5 3 NA PNRC2 ENSG00000189266 +transcript chr1 23959828 23961880 ENST00000374468 protein_coding 1 2 NA PNRC2 ENSG00000189266 +transcript chr1 23959828 23963462 ENST00000334351 protein_coding 8 1 NA PNRC2 ENSG00000189266 +transcript chr1 23960968 23961443 ENST00000579103 protein_coding 1 2 NA PNRC2 ENSG00000189266 +CDS chr1 23960968 23961134 ENST00000579103 protein_coding 1 2 1 PNRC2 ENSG00000189266 +CDS chr1 23961440 23961440 ENST00000579103 protein_coding 1 2 2 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000647887 protein_coding 1 NA 4 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961465 ENST00000471915 protein_coding 5 3 3 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000374468 protein_coding 1 2 3 PNRC2 ENSG00000189266 +CDS chr1 23961458 23961874 ENST00000334351 protein_coding 8 1 3 PNRC2 ENSG00000189266 +transcript chr1 23964347 23980327 ENST00000492112 protein_coding 3 1 NA SRSF10 ENSG00000188529 +transcript chr1 23964804 23980331 ENST00000344989 protein_coding 10 1 NA SRSF10 ENSG00000188529 +transcript chr1 23966445 23980296 ENST00000453840 protein_coding 7 1 NA SRSF10 ENSG00000188529 +transcript chr1 23967173 23980356 ENST00000484146 protein_coding 6 2 NA SRSF10 ENSG00000188529 +transcript chr1 23967307 23980308 ENST00000374452 protein_coding 9 1 NA SRSF10 ENSG00000188529 +transcript chr1 23967618 23980294 ENST00000374453 protein_coding 7 5 NA SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000344989 protein_coding 10 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000453840 protein_coding 7 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967666 23967723 ENST00000484146 protein_coding 6 2 5 SRSF10 ENSG00000188529 +CDS chr1 23967929 23967956 ENST00000374452 protein_coding 9 1 6 SRSF10 ENSG00000188529 +CDS chr1 23967929 23967956 ENST00000374453 protein_coding 7 5 6 SRSF10 ENSG00000188529 +transcript chr1 23969083 23980327 ENST00000343255 protein_coding 9 2 NA SRSF10 ENSG00000188529 +CDS chr1 23971145 23971439 ENST00000492112 protein_coding 3 1 6 SRSF10 ENSG00000188529 +CDS chr1 23971145 23971439 ENST00000343255 protein_coding 9 2 6 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000492112 protein_coding 3 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000344989 protein_coding 10 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000453840 protein_coding 7 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971626 ENST00000374452 protein_coding 9 1 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000374453 protein_coding 7 5 5 SRSF10 ENSG00000188529 +CDS chr1 23971573 23971623 ENST00000343255 protein_coding 9 2 5 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000492112 protein_coding 3 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000344989 protein_coding 10 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000453840 protein_coding 7 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000484146 protein_coding 6 2 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000374452 protein_coding 9 1 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000374453 protein_coding 7 5 4 SRSF10 ENSG00000188529 +CDS chr1 23971850 23972012 ENST00000343255 protein_coding 9 2 4 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000492112 protein_coding 3 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000344989 protein_coding 10 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000453840 protein_coding 7 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000484146 protein_coding 6 2 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000374452 protein_coding 9 1 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000374453 protein_coding 7 5 3 SRSF10 ENSG00000188529 +CDS chr1 23974974 23975077 ENST00000343255 protein_coding 9 2 3 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000492112 protein_coding 3 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000344989 protein_coding 10 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000453840 protein_coding 7 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000484146 protein_coding 6 2 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000374452 protein_coding 9 1 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000374453 protein_coding 7 5 2 SRSF10 ENSG00000188529 +CDS chr1 23978713 23978817 ENST00000343255 protein_coding 9 2 2 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000492112 protein_coding 3 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000344989 protein_coding 10 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000453840 protein_coding 7 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000484146 protein_coding 6 2 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000374452 protein_coding 9 1 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000374453 protein_coding 7 5 1 SRSF10 ENSG00000188529 +CDS chr1 23980191 23980255 ENST00000343255 protein_coding 9 2 1 SRSF10 ENSG00000188529 +transcript chr1 24056035 24066579 ENST00000338909 protein_coding 9 2 NA MYOM3 ENSG00000142661 +transcript chr1 24056041 24112135 ENST00000374434 protein_coding 4 1 NA MYOM3 ENSG00000142661 +CDS chr1 24057367 24057627 ENST00000338909 protein_coding 9 2 10 MYOM3 ENSG00000142661 +CDS chr1 24057367 24057627 ENST00000374434 protein_coding 4 1 37 MYOM3 ENSG00000142661 +CDS chr1 24058924 24058979 ENST00000338909 protein_coding 9 2 9 MYOM3 ENSG00000142661 +CDS chr1 24058924 24058979 ENST00000374434 protein_coding 4 1 36 MYOM3 ENSG00000142661 +CDS chr1 24061060 24061082 ENST00000338909 protein_coding 9 2 8 MYOM3 ENSG00000142661 +CDS chr1 24061060 24061082 ENST00000374434 protein_coding 4 1 35 MYOM3 ENSG00000142661 +CDS chr1 24061273 24061309 ENST00000338909 protein_coding 9 2 7 MYOM3 ENSG00000142661 +CDS chr1 24061273 24061309 ENST00000374434 protein_coding 4 1 34 MYOM3 ENSG00000142661 +CDS chr1 24061946 24062109 ENST00000338909 protein_coding 9 2 6 MYOM3 ENSG00000142661 +CDS chr1 24061946 24062109 ENST00000374434 protein_coding 4 1 33 MYOM3 ENSG00000142661 +CDS chr1 24063126 24063234 ENST00000338909 protein_coding 9 2 5 MYOM3 ENSG00000142661 +CDS chr1 24063126 24063234 ENST00000374434 protein_coding 4 1 32 MYOM3 ENSG00000142661 +CDS chr1 24063492 24063530 ENST00000338909 protein_coding 9 2 4 MYOM3 ENSG00000142661 +CDS chr1 24063492 24063530 ENST00000374434 protein_coding 4 1 31 MYOM3 ENSG00000142661 +CDS chr1 24064072 24064159 ENST00000338909 protein_coding 9 2 3 MYOM3 ENSG00000142661 +CDS chr1 24064072 24064159 ENST00000374434 protein_coding 4 1 30 MYOM3 ENSG00000142661 +CDS chr1 24065891 24066001 ENST00000338909 protein_coding 9 2 2 MYOM3 ENSG00000142661 +CDS chr1 24065891 24066001 ENST00000374434 protein_coding 4 1 29 MYOM3 ENSG00000142661 +CDS chr1 24066107 24066208 ENST00000338909 protein_coding 9 2 1 MYOM3 ENSG00000142661 +CDS chr1 24067021 24067088 ENST00000374434 protein_coding 4 1 28 MYOM3 ENSG00000142661 +CDS chr1 24067970 24068029 ENST00000374434 protein_coding 4 1 27 MYOM3 ENSG00000142661 +CDS chr1 24068223 24068367 ENST00000374434 protein_coding 4 1 26 MYOM3 ENSG00000142661 +CDS chr1 24071117 24071253 ENST00000374434 protein_coding 4 1 25 MYOM3 ENSG00000142661 +CDS chr1 24071969 24072013 ENST00000374434 protein_coding 4 1 24 MYOM3 ENSG00000142661 +CDS chr1 24074160 24074269 ENST00000374434 protein_coding 4 1 23 MYOM3 ENSG00000142661 +CDS chr1 24075319 24075475 ENST00000374434 protein_coding 4 1 22 MYOM3 ENSG00000142661 +CDS chr1 24076159 24076273 ENST00000374434 protein_coding 4 1 21 MYOM3 ENSG00000142661 +CDS chr1 24080016 24080194 ENST00000374434 protein_coding 4 1 20 MYOM3 ENSG00000142661 +CDS chr1 24081330 24081456 ENST00000374434 protein_coding 4 1 19 MYOM3 ENSG00000142661 +CDS chr1 24082001 24082188 ENST00000374434 protein_coding 4 1 18 MYOM3 ENSG00000142661 +CDS chr1 24082593 24082714 ENST00000374434 protein_coding 4 1 17 MYOM3 ENSG00000142661 +CDS chr1 24084468 24084639 ENST00000374434 protein_coding 4 1 16 MYOM3 ENSG00000142661 +CDS chr1 24086644 24086827 ENST00000374434 protein_coding 4 1 15 MYOM3 ENSG00000142661 +CDS chr1 24089538 24089665 ENST00000374434 protein_coding 4 1 14 MYOM3 ENSG00000142661 +CDS chr1 24090065 24090118 ENST00000374434 protein_coding 4 1 13 MYOM3 ENSG00000142661 +CDS chr1 24090797 24090996 ENST00000374434 protein_coding 4 1 12 MYOM3 ENSG00000142661 +CDS chr1 24092174 24092315 ENST00000374434 protein_coding 4 1 11 MYOM3 ENSG00000142661 +CDS chr1 24092947 24093108 ENST00000374434 protein_coding 4 1 10 MYOM3 ENSG00000142661 +CDS chr1 24094853 24094990 ENST00000374434 protein_coding 4 1 9 MYOM3 ENSG00000142661 +CDS chr1 24095442 24095486 ENST00000374434 protein_coding 4 1 8 MYOM3 ENSG00000142661 +CDS chr1 24097923 24098011 ENST00000374434 protein_coding 4 1 7 MYOM3 ENSG00000142661 +CDS chr1 24099680 24099775 ENST00000374434 protein_coding 4 1 6 MYOM3 ENSG00000142661 +CDS chr1 24105920 24106077 ENST00000374434 protein_coding 4 1 5 MYOM3 ENSG00000142661 +CDS chr1 24107073 24107232 ENST00000374434 protein_coding 4 1 4 MYOM3 ENSG00000142661 +CDS chr1 24107993 24108073 ENST00000374434 protein_coding 4 1 3 MYOM3 ENSG00000142661 +CDS chr1 24108476 24108636 ENST00000374434 protein_coding 4 1 2 MYOM3 ENSG00000142661 +transcript chr1 24119771 24143140 ENST00000270800 protein_coding 2 1 NA IL22RA1 ENSG00000142677 +CDS chr1 24120808 24121737 ENST00000270800 protein_coding 2 1 7 IL22RA1 ENSG00000142677 +CDS chr1 24123302 24123423 ENST00000270800 protein_coding 2 1 6 IL22RA1 ENSG00000142677 +CDS chr1 24128141 24128279 ENST00000270800 protein_coding 2 1 5 IL22RA1 ENSG00000142677 +CDS chr1 24134211 24134386 ENST00000270800 protein_coding 2 1 4 IL22RA1 ENSG00000142677 +CDS chr1 24137131 24137309 ENST00000270800 protein_coding 2 1 3 IL22RA1 ENSG00000142677 +CDS chr1 24138582 24138714 ENST00000270800 protein_coding 2 1 2 IL22RA1 ENSG00000142677 +CDS chr1 24143040 24143082 ENST00000270800 protein_coding 2 1 1 IL22RA1 ENSG00000142677 +transcript chr1 24154168 24187289 ENST00000327535 protein_coding 6 1 NA IFNLR1 ENSG00000185436 +transcript chr1 24157099 24187261 ENST00000327575 protein_coding 6 1 NA IFNLR1 ENSG00000185436 +transcript chr1 24157130 24187248 ENST00000374421 protein_coding 7 1 NA IFNLR1 ENSG00000185436 +CDS chr1 24157133 24157891 ENST00000327535 protein_coding 6 1 7 IFNLR1 ENSG00000185436 +CDS chr1 24157133 24157804 ENST00000374421 protein_coding 7 1 7 IFNLR1 ENSG00000185436 +CDS chr1 24157830 24157891 ENST00000327575 protein_coding 6 1 6 IFNLR1 ENSG00000185436 +transcript chr1 24159000 24187959 ENST00000374419 protein_coding 1 5 NA IFNLR1 ENSG00000185436 +CDS chr1 24159049 24159182 ENST00000374419 protein_coding 1 5 6 IFNLR1 ENSG00000185436 +CDS chr1 24159052 24159182 ENST00000327535 protein_coding 6 1 6 IFNLR1 ENSG00000185436 +CDS chr1 24159052 24159182 ENST00000374421 protein_coding 7 1 6 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000327535 protein_coding 6 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000327575 protein_coding 6 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000374421 protein_coding 7 1 5 IFNLR1 ENSG00000185436 +CDS chr1 24159474 24159633 ENST00000374419 protein_coding 1 5 5 IFNLR1 ENSG00000185436 +transcript chr1 24161378 24187248 ENST00000374418 protein_coding 3 1 NA IFNLR1 ENSG00000185436 +CDS chr1 24161419 24161684 ENST00000374418 protein_coding 3 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000327535 protein_coding 6 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000327575 protein_coding 6 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000374421 protein_coding 7 1 4 IFNLR1 ENSG00000185436 +CDS chr1 24161542 24161684 ENST00000374419 protein_coding 1 5 4 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000327535 protein_coding 6 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000327575 protein_coding 6 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000374421 protein_coding 7 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169534 ENST00000374419 protein_coding 1 5 3 IFNLR1 ENSG00000185436 +CDS chr1 24169417 24169601 ENST00000374418 protein_coding 3 1 3 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000327535 protein_coding 6 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000327575 protein_coding 6 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000374421 protein_coding 7 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24180731 24180854 ENST00000374418 protein_coding 3 1 2 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000327535 protein_coding 6 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000327575 protein_coding 6 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000374421 protein_coding 7 1 1 IFNLR1 ENSG00000185436 +CDS chr1 24187191 24187248 ENST00000374418 protein_coding 3 1 1 IFNLR1 ENSG00000185436 +transcript chr1 24199558 24355212 ENST00000690803 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24318764 24355312 ENST00000692334 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24318775 24355212 ENST00000689444 protein_coding 1 NA NA GRHL3 ENSG00000158055 +transcript chr1 24319357 24343269 ENST00000461318 protein_coding 2 3 NA GRHL3 ENSG00000158055 +transcript chr1 24319357 24355318 ENST00000361548 protein_coding 9 1 NA GRHL3 ENSG00000158055 +transcript chr1 24319425 24364482 ENST00000350501 protein_coding 9 2 NA GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000461318 protein_coding 2 3 1 GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000361548 protein_coding 9 1 1 GRHL3 ENSG00000158055 +CDS chr1 24319552 24319568 ENST00000350501 protein_coding 9 2 1 GRHL3 ENSG00000158055 +transcript chr1 24319566 24355318 ENST00000356046 protein_coding 6 1 NA GRHL3 ENSG00000158055 +transcript chr1 24319814 24355318 ENST00000524724 protein_coding 6 4 NA GRHL3 ENSG00000158055 +transcript chr1 24323040 24354488 ENST00000236255 protein_coding 4 1 NA GRHL3 ENSG00000158055 +transcript chr1 24323040 24354488 ENST00000528064 protein_coding 6 1 NA GRHL3 ENSG00000158055 +CDS chr1 24323086 24323117 ENST00000236255 protein_coding 4 1 1 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000461318 protein_coding 2 3 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000361548 protein_coding 9 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000350501 protein_coding 9 2 2 GRHL3 ENSG00000158055 +CDS chr1 24331426 24331612 ENST00000236255 protein_coding 4 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000689444 protein_coding 1 NA 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000356046 protein_coding 6 1 2 GRHL3 ENSG00000158055 +CDS chr1 24331547 24331612 ENST00000524724 protein_coding 6 4 2 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000689444 protein_coding 1 NA 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000461318 protein_coding 2 3 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000361548 protein_coding 9 1 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000350501 protein_coding 9 2 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000356046 protein_coding 6 1 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000524724 protein_coding 6 4 3 GRHL3 ENSG00000158055 +CDS chr1 24334645 24334706 ENST00000236255 protein_coding 4 1 3 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000689444 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000461318 protein_coding 2 3 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000361548 protein_coding 9 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000350501 protein_coding 9 2 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000356046 protein_coding 6 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000524724 protein_coding 6 4 4 GRHL3 ENSG00000158055 +CDS chr1 24336482 24336827 ENST00000236255 protein_coding 4 1 4 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000690803 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000692334 protein_coding 1 NA 3 GRHL3 ENSG00000158055 +CDS chr1 24336495 24336827 ENST00000528064 protein_coding 6 1 3 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000690803 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000692334 protein_coding 1 NA 4 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000689444 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000461318 protein_coding 2 3 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000361548 protein_coding 9 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000350501 protein_coding 9 2 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000356046 protein_coding 6 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000524724 protein_coding 6 4 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000236255 protein_coding 4 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337078 24337151 ENST00000528064 protein_coding 6 1 4 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000690803 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000692334 protein_coding 1 NA 5 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000689444 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000461318 protein_coding 2 3 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000361548 protein_coding 9 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000350501 protein_coding 9 2 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000356046 protein_coding 6 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000524724 protein_coding 6 4 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000236255 protein_coding 4 1 6 GRHL3 ENSG00000158055 +CDS chr1 24337636 24337789 ENST00000528064 protein_coding 6 1 5 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000690803 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000692334 protein_coding 1 NA 6 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000689444 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000461318 protein_coding 2 3 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000361548 protein_coding 9 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000350501 protein_coding 9 2 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000356046 protein_coding 6 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000524724 protein_coding 6 4 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000236255 protein_coding 4 1 7 GRHL3 ENSG00000158055 +CDS chr1 24337992 24338103 ENST00000528064 protein_coding 6 1 6 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000690803 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000692334 protein_coding 1 NA 7 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000689444 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000461318 protein_coding 2 3 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000361548 protein_coding 9 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000350501 protein_coding 9 2 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000356046 protein_coding 6 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000524724 protein_coding 6 4 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000236255 protein_coding 4 1 8 GRHL3 ENSG00000158055 +CDS chr1 24339668 24339762 ENST00000528064 protein_coding 6 1 7 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000690803 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000692334 protein_coding 1 NA 8 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000689444 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000461318 protein_coding 2 3 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000361548 protein_coding 9 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000350501 protein_coding 9 2 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000356046 protein_coding 6 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000524724 protein_coding 6 4 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000236255 protein_coding 4 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342115 24342273 ENST00000528064 protein_coding 6 1 8 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000690803 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000692334 protein_coding 1 NA 9 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000689444 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000461318 protein_coding 2 3 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000361548 protein_coding 9 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000350501 protein_coding 9 2 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000356046 protein_coding 6 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000524724 protein_coding 6 4 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000236255 protein_coding 4 1 10 GRHL3 ENSG00000158055 +CDS chr1 24342694 24342772 ENST00000528064 protein_coding 6 1 9 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000690803 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000692334 protein_coding 1 NA 10 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000689444 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343154 ENST00000461318 protein_coding 2 3 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000361548 protein_coding 9 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000350501 protein_coding 9 2 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000356046 protein_coding 6 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000524724 protein_coding 6 4 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000236255 protein_coding 4 1 11 GRHL3 ENSG00000158055 +CDS chr1 24342892 24343025 ENST00000528064 protein_coding 6 1 10 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000690803 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000692334 protein_coding 1 NA 11 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000689444 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000361548 protein_coding 9 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000350501 protein_coding 9 2 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000356046 protein_coding 6 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000524724 protein_coding 6 4 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000236255 protein_coding 4 1 12 GRHL3 ENSG00000158055 +CDS chr1 24344897 24344931 ENST00000528064 protein_coding 6 1 11 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000690803 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000692334 protein_coding 1 NA 12 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000689444 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000361548 protein_coding 9 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000350501 protein_coding 9 2 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000356046 protein_coding 6 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000524724 protein_coding 6 4 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000236255 protein_coding 4 1 13 GRHL3 ENSG00000158055 +CDS chr1 24346553 24346641 ENST00000528064 protein_coding 6 1 12 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000690803 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000692334 protein_coding 1 NA 13 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000689444 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000361548 protein_coding 9 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000350501 protein_coding 9 2 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000356046 protein_coding 6 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000524724 protein_coding 6 4 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000236255 protein_coding 4 1 14 GRHL3 ENSG00000158055 +CDS chr1 24347468 24347553 ENST00000528064 protein_coding 6 1 13 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000690803 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000692334 protein_coding 1 NA 14 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000689444 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000361548 protein_coding 9 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000350501 protein_coding 9 2 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000356046 protein_coding 6 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000524724 protein_coding 6 4 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000236255 protein_coding 4 1 15 GRHL3 ENSG00000158055 +CDS chr1 24350058 24350122 ENST00000528064 protein_coding 6 1 14 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000690803 protein_coding 1 NA 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000692334 protein_coding 1 NA 15 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000689444 protein_coding 1 NA 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000361548 protein_coding 9 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000356046 protein_coding 6 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000524724 protein_coding 6 4 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000236255 protein_coding 4 1 16 GRHL3 ENSG00000158055 +CDS chr1 24354374 24354485 ENST00000528064 protein_coding 6 1 15 GRHL3 ENSG00000158055 +transcript chr1 24356999 24413782 ENST00000337248 protein_coding 9 5 NA STPG1 ENSG00000001460 +transcript chr1 24356999 24415097 ENST00000374409 protein_coding 5 2 NA STPG1 ENSG00000001460 +transcript chr1 24357005 24413725 ENST00000003583 protein_coding 12 5 NA STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000337248 protein_coding 9 5 9 STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000374409 protein_coding 5 2 9 STPG1 ENSG00000001460 +CDS chr1 24358546 24358619 ENST00000003583 protein_coding 12 5 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000337248 protein_coding 9 5 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000374409 protein_coding 5 2 8 STPG1 ENSG00000001460 +CDS chr1 24360851 24361041 ENST00000003583 protein_coding 12 5 7 STPG1 ENSG00000001460 +CDS chr1 24364185 24364368 ENST00000350501 protein_coding 9 2 16 GRHL3 ENSG00000158055 +transcript chr1 24369043 24379823 ENST00000438866 protein_coding 1 2 NA STPG1 ENSG00000001460 +CDS chr1 24369350 24369407 ENST00000438866 protein_coding 1 2 4 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000337248 protein_coding 9 5 7 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000374409 protein_coding 5 2 7 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000003583 protein_coding 12 5 6 STPG1 ENSG00000001460 +CDS chr1 24369674 24369839 ENST00000438866 protein_coding 1 2 3 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000337248 protein_coding 9 5 6 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000374409 protein_coding 5 2 6 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000003583 protein_coding 12 5 5 STPG1 ENSG00000001460 +CDS chr1 24373702 24373810 ENST00000438866 protein_coding 1 2 2 STPG1 ENSG00000001460 +transcript chr1 24379273 24391679 ENST00000435187 protein_coding 1 2 NA STPG1 ENSG00000001460 +CDS chr1 24379614 24379823 ENST00000435187 protein_coding 1 2 3 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000337248 protein_coding 9 5 5 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000374409 protein_coding 5 2 5 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000003583 protein_coding 12 5 4 STPG1 ENSG00000001460 +CDS chr1 24379653 24379823 ENST00000438866 protein_coding 1 2 1 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000337248 protein_coding 9 5 4 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000374409 protein_coding 5 2 4 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000003583 protein_coding 12 5 3 STPG1 ENSG00000001460 +CDS chr1 24383902 24384003 ENST00000435187 protein_coding 1 2 2 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000337248 protein_coding 9 5 3 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000374409 protein_coding 5 2 3 STPG1 ENSG00000001460 +CDS chr1 24391561 24391679 ENST00000435187 protein_coding 1 2 1 STPG1 ENSG00000001460 +CDS chr1 24401319 24401388 ENST00000337248 protein_coding 9 5 2 STPG1 ENSG00000001460 +CDS chr1 24401319 24401388 ENST00000374409 protein_coding 5 2 2 STPG1 ENSG00000001460 +CDS chr1 24401319 24401366 ENST00000003583 protein_coding 12 5 2 STPG1 ENSG00000001460 +transcript chr1 24415802 24472976 ENST00000374399 protein_coding 9 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415803 24472976 ENST00000003912 protein_coding 7 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415813 24454824 ENST00000358028 protein_coding 8 1 NA NIPAL3 ENSG00000001461 +transcript chr1 24415814 24466310 ENST00000339255 protein_coding 2 5 NA NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000374399 protein_coding 9 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000358028 protein_coding 8 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24419548 24419640 ENST00000339255 protein_coding 2 5 2 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000374399 protein_coding 9 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000358028 protein_coding 8 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24440172 24440240 ENST00000339255 protein_coding 2 5 3 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000374399 protein_coding 9 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000358028 protein_coding 8 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24442055 24442226 ENST00000339255 protein_coding 2 5 4 NIPAL3 ENSG00000001461 +CDS chr1 24442139 24442226 ENST00000003912 protein_coding 7 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000374399 protein_coding 9 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000003912 protein_coding 7 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000358028 protein_coding 8 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24445185 24445244 ENST00000339255 protein_coding 2 5 5 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000374399 protein_coding 9 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000003912 protein_coding 7 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000358028 protein_coding 8 1 6 NIPAL3 ENSG00000001461 +CDS chr1 24449481 24449626 ENST00000339255 protein_coding 2 5 6 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000374399 protein_coding 9 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000003912 protein_coding 7 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000358028 protein_coding 8 1 7 NIPAL3 ENSG00000001461 +CDS chr1 24453408 24453504 ENST00000339255 protein_coding 2 5 7 NIPAL3 ENSG00000001461 +CDS chr1 24454054 24454094 ENST00000358028 protein_coding 8 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000374399 protein_coding 9 1 8 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000003912 protein_coding 7 1 9 NIPAL3 ENSG00000001461 +CDS chr1 24456138 24456273 ENST00000339255 protein_coding 2 5 8 NIPAL3 ENSG00000001461 +transcript chr1 24456166 24466378 ENST00000432012 protein_coding 1 1 NA NIPAL3 ENSG00000001461 +CDS chr1 24456166 24456273 ENST00000432012 protein_coding 1 1 1 NIPAL3 ENSG00000001461 +CDS chr1 24457734 24457833 ENST00000432012 protein_coding 1 1 2 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000374399 protein_coding 9 1 9 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000003912 protein_coding 7 1 10 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000339255 protein_coding 2 5 9 NIPAL3 ENSG00000001461 +CDS chr1 24458888 24458976 ENST00000432012 protein_coding 1 1 3 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000374399 protein_coding 9 1 10 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000003912 protein_coding 7 1 11 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000339255 protein_coding 2 5 10 NIPAL3 ENSG00000001461 +CDS chr1 24460481 24460544 ENST00000432012 protein_coding 1 1 4 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000374399 protein_coding 9 1 11 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000003912 protein_coding 7 1 12 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464120 ENST00000339255 protein_coding 2 5 11 NIPAL3 ENSG00000001461 +CDS chr1 24464026 24464064 ENST00000432012 protein_coding 1 1 5 NIPAL3 ENSG00000001461 +CDS chr1 24466004 24466086 ENST00000339255 protein_coding 2 5 12 NIPAL3 ENSG00000001461 +CDS chr1 24468986 24469182 ENST00000374399 protein_coding 9 1 12 NIPAL3 ENSG00000001461 +CDS chr1 24468986 24469182 ENST00000003912 protein_coding 7 1 13 NIPAL3 ENSG00000001461 +transcript chr1 24502351 24536800 ENST00000538532 protein_coding 6 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502351 24537019 ENST00000618490 protein_coding 4 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502836 24541040 ENST00000374395 protein_coding 9 1 NA RCAN3 ENSG00000117602 +transcript chr1 24502897 24537019 ENST00000436717 protein_coding 6 3 NA RCAN3 ENSG00000117602 +transcript chr1 24502897 24537019 ENST00000616511 protein_coding 4 1 NA RCAN3 ENSG00000117602 +transcript chr1 24507567 24535357 ENST00000425530 protein_coding 3 5 NA RCAN3 ENSG00000117602 +transcript chr1 24514320 24535337 ENST00000412742 protein_coding 5 1 NA RCAN3 ENSG00000117602 +transcript chr1 24514347 24535357 ENST00000630217 protein_coding 1 1 NA RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000538532 protein_coding 6 1 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000374395 protein_coding 9 1 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000436717 protein_coding 6 3 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000425530 protein_coding 3 5 2 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000412742 protein_coding 5 1 1 RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000630217 protein_coding 1 1 1 RCAN3 ENSG00000117602 +transcript chr1 24514373 24535279 ENST00000374393 protein_coding 4 1 NA RCAN3 ENSG00000117602 +CDS chr1 24514373 24514567 ENST00000374393 protein_coding 4 1 1 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000538532 protein_coding 6 1 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000374395 protein_coding 9 1 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000425530 protein_coding 3 5 3 RCAN3 ENSG00000117602 +CDS chr1 24531218 24531391 ENST00000412742 protein_coding 5 1 2 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000538532 protein_coding 6 1 4 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000374395 protein_coding 9 1 4 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000436717 protein_coding 6 3 3 RCAN3 ENSG00000117602 +CDS chr1 24533083 24533254 ENST00000630217 protein_coding 1 1 2 RCAN3 ENSG00000117602 +CDS chr1 24533089 24533254 ENST00000618490 protein_coding 4 1 3 RCAN3 ENSG00000117602 +CDS chr1 24533089 24533254 ENST00000616511 protein_coding 4 1 3 RCAN3 ENSG00000117602 +CDS chr1 24533113 24533254 ENST00000425530 protein_coding 3 5 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000538532 protein_coding 6 1 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000618490 protein_coding 4 1 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000374395 protein_coding 9 1 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000436717 protein_coding 6 3 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000616511 protein_coding 4 1 4 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000425530 protein_coding 3 5 5 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535242 ENST00000412742 protein_coding 5 1 3 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535274 ENST00000630217 protein_coding 1 1 3 RCAN3 ENSG00000117602 +CDS chr1 24535093 24535242 ENST00000374393 protein_coding 4 1 2 RCAN3 ENSG00000117602 +transcript chr1 24556087 24609328 ENST00000374392 protein_coding 3 1 NA NCMAP ENSG00000184454 +CDS chr1 24595431 24595512 ENST00000374392 protein_coding 3 1 2 NCMAP ENSG00000184454 +CDS chr1 24600940 24601024 ENST00000374392 protein_coding 3 1 3 NCMAP ENSG00000184454 +CDS chr1 24605606 24605744 ENST00000374392 protein_coding 3 1 4 NCMAP ENSG00000184454 +transcript chr1 24641231 24649987 ENST00000593639 protein_coding 5 5 NA SRRM1 ENSG00000133226 +transcript chr1 24643299 24672626 ENST00000374389 protein_coding 8 5 NA SRRM1 ENSG00000133226 +transcript chr1 24643302 24673281 ENST00000323848 protein_coding 14 1 NA SRRM1 ENSG00000133226 +CDS chr1 24643327 24643347 ENST00000323848 protein_coding 14 1 1 SRRM1 ENSG00000133226 +CDS chr1 24643327 24643347 ENST00000374389 protein_coding 8 5 1 SRRM1 ENSG00000133226 +transcript chr1 24643559 24669508 ENST00000596378 protein_coding 1 1 NA SRRM1 ENSG00000133226 +CDS chr1 24645984 24646073 ENST00000323848 protein_coding 14 1 2 SRRM1 ENSG00000133226 +CDS chr1 24645984 24646073 ENST00000374389 protein_coding 8 5 2 SRRM1 ENSG00000133226 +CDS chr1 24646667 24646789 ENST00000323848 protein_coding 14 1 3 SRRM1 ENSG00000133226 +CDS chr1 24646667 24646789 ENST00000374389 protein_coding 8 5 3 SRRM1 ENSG00000133226 +CDS chr1 24646673 24646789 ENST00000593639 protein_coding 5 5 3 SRRM1 ENSG00000133226 +CDS chr1 24646673 24646789 ENST00000596378 protein_coding 1 1 3 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000593639 protein_coding 5 5 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000323848 protein_coding 14 1 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000374389 protein_coding 8 5 4 SRRM1 ENSG00000133226 +CDS chr1 24648859 24649029 ENST00000596378 protein_coding 1 1 4 SRRM1 ENSG00000133226 +CDS chr1 24649971 24649987 ENST00000593639 protein_coding 5 5 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000323848 protein_coding 14 1 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000374389 protein_coding 8 5 5 SRRM1 ENSG00000133226 +CDS chr1 24649971 24650086 ENST00000596378 protein_coding 1 1 5 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000323848 protein_coding 14 1 6 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000374389 protein_coding 8 5 6 SRRM1 ENSG00000133226 +CDS chr1 24651409 24651612 ENST00000596378 protein_coding 1 1 6 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000323848 protein_coding 14 1 7 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000374389 protein_coding 8 5 7 SRRM1 ENSG00000133226 +CDS chr1 24652434 24652628 ENST00000596378 protein_coding 1 1 7 SRRM1 ENSG00000133226 +CDS chr1 24652913 24653032 ENST00000323848 protein_coding 14 1 8 SRRM1 ENSG00000133226 +CDS chr1 24652913 24653032 ENST00000596378 protein_coding 1 1 8 SRRM1 ENSG00000133226 +CDS chr1 24652928 24653032 ENST00000374389 protein_coding 8 5 8 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655129 ENST00000323848 protein_coding 14 1 9 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655129 ENST00000374389 protein_coding 8 5 9 SRRM1 ENSG00000133226 +CDS chr1 24654855 24655123 ENST00000596378 protein_coding 1 1 9 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000323848 protein_coding 14 1 10 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000374389 protein_coding 8 5 10 SRRM1 ENSG00000133226 +CDS chr1 24660719 24660799 ENST00000596378 protein_coding 1 1 10 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000323848 protein_coding 14 1 11 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000374389 protein_coding 8 5 11 SRRM1 ENSG00000133226 +CDS chr1 24661310 24661396 ENST00000596378 protein_coding 1 1 11 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000323848 protein_coding 14 1 12 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000374389 protein_coding 8 5 12 SRRM1 ENSG00000133226 +CDS chr1 24662660 24662804 ENST00000596378 protein_coding 1 1 12 SRRM1 ENSG00000133226 +CDS chr1 24663183 24663224 ENST00000374389 protein_coding 8 5 13 SRRM1 ENSG00000133226 +CDS chr1 24663183 24663224 ENST00000596378 protein_coding 1 1 13 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000323848 protein_coding 14 1 13 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000374389 protein_coding 8 5 14 SRRM1 ENSG00000133226 +CDS chr1 24666815 24666925 ENST00000596378 protein_coding 1 1 14 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669587 ENST00000323848 protein_coding 14 1 14 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669587 ENST00000374389 protein_coding 8 5 15 SRRM1 ENSG00000133226 +CDS chr1 24669123 24669508 ENST00000596378 protein_coding 1 1 15 SRRM1 ENSG00000133226 +CDS chr1 24670120 24670315 ENST00000323848 protein_coding 14 1 15 SRRM1 ENSG00000133226 +CDS chr1 24670120 24670315 ENST00000374389 protein_coding 8 5 16 SRRM1 ENSG00000133226 +CDS chr1 24671386 24671595 ENST00000323848 protein_coding 14 1 16 SRRM1 ENSG00000133226 +CDS chr1 24671386 24671595 ENST00000374389 protein_coding 8 5 17 SRRM1 ENSG00000133226 +CDS chr1 24672182 24672283 ENST00000323848 protein_coding 14 1 17 SRRM1 ENSG00000133226 +CDS chr1 24672182 24672283 ENST00000374389 protein_coding 8 5 18 SRRM1 ENSG00000133226 +transcript chr1 24745447 24844321 ENST00000374379 protein_coding 9 1 NA CLIC4 ENSG00000169504 +CDS chr1 24745554 24745625 ENST00000374379 protein_coding 9 1 1 CLIC4 ENSG00000169504 +CDS chr1 24797742 24797851 ENST00000374379 protein_coding 9 1 2 CLIC4 ENSG00000169504 +CDS chr1 24814094 24814219 ENST00000374379 protein_coding 9 1 3 CLIC4 ENSG00000169504 +CDS chr1 24827010 24827116 ENST00000374379 protein_coding 9 1 4 CLIC4 ENSG00000169504 +CDS chr1 24839860 24840041 ENST00000374379 protein_coding 9 1 5 CLIC4 ENSG00000169504 +CDS chr1 24840773 24840934 ENST00000374379 protein_coding 9 1 6 CLIC4 ENSG00000169504 +transcript chr1 24899511 24930276 ENST00000308873 protein_coding 11 1 NA RUNX3 ENSG00000020633 +transcript chr1 24899511 24965010 ENST00000399916 protein_coding 5 2 NA RUNX3 ENSG00000020633 +transcript chr1 24901029 24964984 ENST00000338888 protein_coding 3 1 NA RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000308873 protein_coding 11 1 5 RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000338888 protein_coding 3 1 7 RUNX3 ENSG00000020633 +CDS chr1 24902125 24902666 ENST00000399916 protein_coding 5 2 6 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000308873 protein_coding 11 1 4 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000338888 protein_coding 3 1 6 RUNX3 ENSG00000020633 +CDS chr1 24907259 24907417 ENST00000399916 protein_coding 5 2 5 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000308873 protein_coding 11 1 3 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000338888 protein_coding 3 1 5 RUNX3 ENSG00000020633 +CDS chr1 24919240 24919344 ENST00000399916 protein_coding 5 2 4 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000308873 protein_coding 11 1 2 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000338888 protein_coding 3 1 4 RUNX3 ENSG00000020633 +CDS chr1 24927574 24927730 ENST00000399916 protein_coding 5 2 3 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929868 ENST00000308873 protein_coding 11 1 1 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929852 ENST00000338888 protein_coding 3 1 3 RUNX3 ENSG00000020633 +CDS chr1 24929587 24929852 ENST00000399916 protein_coding 5 2 2 RUNX3 ENSG00000020633 +CDS chr1 24964514 24964571 ENST00000338888 protein_coding 3 1 2 RUNX3 ENSG00000020633 +CDS chr1 24964514 24964571 ENST00000399916 protein_coding 5 2 1 RUNX3 ENSG00000020633 +transcript chr1 25222276 25232502 ENST00000236273 protein_coding 9 1 NA SYF2 ENSG00000117614 +transcript chr1 25222965 25232486 ENST00000354361 protein_coding 3 2 NA SYF2 ENSG00000117614 +CDS chr1 25223269 25223431 ENST00000236273 protein_coding 9 1 7 SYF2 ENSG00000117614 +CDS chr1 25223269 25223431 ENST00000354361 protein_coding 3 2 6 SYF2 ENSG00000117614 +CDS chr1 25225002 25225100 ENST00000236273 protein_coding 9 1 6 SYF2 ENSG00000117614 +CDS chr1 25225002 25225100 ENST00000354361 protein_coding 3 2 5 SYF2 ENSG00000117614 +CDS chr1 25227442 25227532 ENST00000236273 protein_coding 9 1 5 SYF2 ENSG00000117614 +CDS chr1 25227442 25227532 ENST00000354361 protein_coding 3 2 4 SYF2 ENSG00000117614 +CDS chr1 25228118 25228235 ENST00000236273 protein_coding 9 1 4 SYF2 ENSG00000117614 +CDS chr1 25228118 25228235 ENST00000354361 protein_coding 3 2 3 SYF2 ENSG00000117614 +CDS chr1 25228998 25229123 ENST00000236273 protein_coding 9 1 3 SYF2 ENSG00000117614 +CDS chr1 25232104 25232211 ENST00000236273 protein_coding 9 1 2 SYF2 ENSG00000117614 +CDS chr1 25232104 25232211 ENST00000354361 protein_coding 3 2 2 SYF2 ENSG00000117614 +CDS chr1 25232444 25232467 ENST00000236273 protein_coding 9 1 1 SYF2 ENSG00000117614 +CDS chr1 25232444 25232467 ENST00000354361 protein_coding 3 2 1 SYF2 ENSG00000117614 +transcript chr1 25242249 25247454 ENST00000243189 protein_coding 12 1 NA RSRP1 ENSG00000117616 +CDS chr1 25242592 25242705 ENST00000243189 protein_coding 12 1 5 RSRP1 ENSG00000117616 +CDS chr1 25243550 25243633 ENST00000243189 protein_coding 12 1 4 RSRP1 ENSG00000117616 +transcript chr1 25244072 25247446 ENST00000431849 protein_coding 3 1 NA RSRP1 ENSG00000117616 +CDS chr1 25245096 25245301 ENST00000431849 protein_coding 3 1 3 RSRP1 ENSG00000117616 +CDS chr1 25245150 25245301 ENST00000243189 protein_coding 12 1 3 RSRP1 ENSG00000117616 +CDS chr1 25246444 25246963 ENST00000243189 protein_coding 12 1 2 RSRP1 ENSG00000117616 +CDS chr1 25246444 25246963 ENST00000431849 protein_coding 3 1 2 RSRP1 ENSG00000117616 +transcript chr1 25246577 25267915 ENST00000568701 protein_coding 1 4 NA RSRP1 ENSG00000117616 +CDS chr1 25246577 25246963 ENST00000568701 protein_coding 1 4 2 RSRP1 ENSG00000117616 +transcript chr1 25246676 25338100 ENST00000561867 protein_coding 1 3 NA RSRP1 ENSG00000117616 +CDS chr1 25246676 25246963 ENST00000561867 protein_coding 1 3 2 RSRP1 ENSG00000117616 +transcript chr1 25246695 25338213 ENST00000568996 protein_coding 1 3 NA RSRP1 ENSG00000117616 +CDS chr1 25246695 25246963 ENST00000568996 protein_coding 1 3 2 RSRP1 ENSG00000117616 +transcript chr1 25272439 25329161 ENST00000648012 protein_coding 1 NA NA RHD ENSG00000187010 +transcript chr1 25272486 25330445 ENST00000622561 protein_coding 4 5 NA RHD ENSG00000187010 +transcript chr1 25272498 25329211 ENST00000454452 protein_coding 6 1 NA RHD ENSG00000187010 +transcript chr1 25272509 25330445 ENST00000328664 protein_coding 9 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000648012 protein_coding 1 NA 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000622561 protein_coding 4 5 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000454452 protein_coding 6 1 1 RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000328664 protein_coding 9 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000342055 protein_coding 9 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000342055 protein_coding 9 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000357542 protein_coding 8 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000357542 protein_coding 8 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000417538 protein_coding 6 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000417538 protein_coding 6 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000423810 protein_coding 6 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000423810 protein_coding 6 1 1 RHD ENSG00000187010 +transcript chr1 25272548 25329211 ENST00000568195 protein_coding 5 1 NA RHD ENSG00000187010 +CDS chr1 25272548 25272695 ENST00000568195 protein_coding 5 1 1 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000648012 protein_coding 1 NA 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000622561 protein_coding 4 5 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000454452 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000328664 protein_coding 9 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000342055 protein_coding 9 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000357542 protein_coding 8 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000417538 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000423810 protein_coding 6 1 2 RHD ENSG00000187010 +CDS chr1 25284573 25284759 ENST00000568195 protein_coding 5 1 2 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000648012 protein_coding 1 NA 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000622561 protein_coding 4 5 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000454452 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000328664 protein_coding 9 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000342055 protein_coding 9 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000357542 protein_coding 8 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000417538 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000423810 protein_coding 6 1 3 RHD ENSG00000187010 +CDS chr1 25290641 25290791 ENST00000568195 protein_coding 5 1 3 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000648012 protein_coding 1 NA 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000622561 protein_coding 4 5 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000454452 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000328664 protein_coding 9 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000342055 protein_coding 9 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000357542 protein_coding 8 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000417538 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000423810 protein_coding 6 1 4 RHD ENSG00000187010 +CDS chr1 25300946 25301093 ENST00000568195 protein_coding 5 1 4 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000648012 protein_coding 1 NA 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000622561 protein_coding 4 5 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000454452 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000328664 protein_coding 9 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000342055 protein_coding 9 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000357542 protein_coding 8 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000417538 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000423810 protein_coding 6 1 5 RHD ENSG00000187010 +CDS chr1 25301520 25301686 ENST00000568195 protein_coding 5 1 5 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000648012 protein_coding 1 NA 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000622561 protein_coding 4 5 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000454452 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000328664 protein_coding 9 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000342055 protein_coding 9 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000357542 protein_coding 8 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000417538 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000423810 protein_coding 6 1 6 RHD ENSG00000187010 +CDS chr1 25303322 25303459 ENST00000568195 protein_coding 5 1 6 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000622561 protein_coding 4 5 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000328664 protein_coding 9 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000342055 protein_coding 9 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000357542 protein_coding 8 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000423810 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25306596 25306729 ENST00000568195 protein_coding 5 1 7 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000622561 protein_coding 4 5 8 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000342055 protein_coding 9 1 8 RHD ENSG00000187010 +CDS chr1 25307647 25307816 ENST00000423810 protein_coding 6 1 8 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000648012 protein_coding 1 NA 7 RHD ENSG00000187010 +CDS chr1 25317000 25317049 ENST00000622561 protein_coding 4 5 9 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000328664 protein_coding 9 1 8 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000417538 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25317000 25317049 ENST00000423810 protein_coding 6 1 9 RHD ENSG00000187010 +CDS chr1 25317000 25317079 ENST00000568195 protein_coding 5 1 8 RHD ENSG00000187010 +CDS chr1 25321889 25321904 ENST00000648012 protein_coding 1 NA 8 RHD ENSG00000187010 +CDS chr1 25321889 25321962 ENST00000328664 protein_coding 9 1 9 RHD ENSG00000187010 +CDS chr1 25328898 25328921 ENST00000454452 protein_coding 6 1 7 RHD ENSG00000187010 +CDS chr1 25328898 25328921 ENST00000328664 protein_coding 9 1 10 RHD ENSG00000187010 +CDS chr1 25328898 25329133 ENST00000342055 protein_coding 9 1 9 RHD ENSG00000187010 +CDS chr1 25328898 25329012 ENST00000357542 protein_coding 8 1 8 RHD ENSG00000187010 +CDS chr1 25328898 25329012 ENST00000417538 protein_coding 6 1 8 RHD ENSG00000187010 +CDS chr1 25328898 25329133 ENST00000568195 protein_coding 5 1 9 RHD ENSG00000187010 +transcript chr1 25338334 25362361 ENST00000374358 protein_coding 5 1 NA TMEM50A ENSG00000183726 +CDS chr1 25340487 25340579 ENST00000374358 protein_coding 5 1 2 TMEM50A ENSG00000183726 +CDS chr1 25342961 25343073 ENST00000374358 protein_coding 5 1 3 TMEM50A ENSG00000183726 +CDS chr1 25351626 25351693 ENST00000374358 protein_coding 5 1 4 TMEM50A ENSG00000183726 +CDS chr1 25352882 25352974 ENST00000374358 protein_coding 5 1 5 TMEM50A ENSG00000183726 +CDS chr1 25356793 25356853 ENST00000374358 protein_coding 5 1 6 TMEM50A ENSG00000183726 +CDS chr1 25360660 25360702 ENST00000374358 protein_coding 5 1 7 TMEM50A ENSG00000183726 +transcript chr1 25362249 25420825 ENST00000294413 protein_coding 13 1 NA RHCE ENSG00000188672 +transcript chr1 25362308 25420795 ENST00000340849 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362312 25430192 ENST00000349320 protein_coding 7 2 NA RHCE ENSG00000188672 +transcript chr1 25362359 25402702 ENST00000527747 protein_coding 5 3 NA RHCE ENSG00000188672 +transcript chr1 25362363 25420792 ENST00000346452 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362431 25420805 ENST00000349438 protein_coding 8 1 NA RHCE ENSG00000188672 +transcript chr1 25362523 25420806 ENST00000413854 protein_coding 5 1 NA RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000294413 protein_coding 13 1 10 RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000349320 protein_coding 7 2 12 RHCE ENSG00000188672 +CDS chr1 25362530 25362553 ENST00000346452 protein_coding 8 1 7 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000294413 protein_coding 13 1 9 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000349320 protein_coding 7 2 11 RHCE ENSG00000188672 +CDS chr1 25370467 25370540 ENST00000346452 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000340849 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000527747 protein_coding 5 3 3 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000349438 protein_coding 8 1 8 RHCE ENSG00000188672 +CDS chr1 25370498 25370540 ENST00000413854 protein_coding 5 1 8 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000294413 protein_coding 13 1 8 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000349320 protein_coding 7 2 10 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000527747 protein_coding 5 3 2 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000346452 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25375349 25375428 ENST00000349438 protein_coding 8 1 7 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000294413 protein_coding 13 1 7 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000340849 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000349320 protein_coding 7 2 9 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000346452 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25385711 25385844 ENST00000413854 protein_coding 5 1 7 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000294413 protein_coding 13 1 6 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000340849 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000349320 protein_coding 7 2 8 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000349438 protein_coding 8 1 6 RHCE ENSG00000188672 +CDS chr1 25388976 25389113 ENST00000413854 protein_coding 5 1 6 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000294413 protein_coding 13 1 5 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000349320 protein_coding 7 2 7 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000349438 protein_coding 8 1 5 RHCE ENSG00000188672 +CDS chr1 25390749 25390915 ENST00000413854 protein_coding 5 1 5 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000294413 protein_coding 13 1 4 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000349320 protein_coding 7 2 6 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000349438 protein_coding 8 1 4 RHCE ENSG00000188672 +CDS chr1 25391994 25392141 ENST00000413854 protein_coding 5 1 4 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000294413 protein_coding 13 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000340849 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000349320 protein_coding 7 2 5 RHCE ENSG00000188672 +CDS chr1 25402596 25402702 ENST00000527747 protein_coding 5 3 1 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000346452 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000349438 protein_coding 8 1 3 RHCE ENSG00000188672 +CDS chr1 25402596 25402746 ENST00000413854 protein_coding 5 1 3 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000294413 protein_coding 13 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000340849 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000349320 protein_coding 7 2 4 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000346452 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000349438 protein_coding 8 1 2 RHCE ENSG00000188672 +CDS chr1 25408683 25408869 ENST00000413854 protein_coding 5 1 2 RHCE ENSG00000188672 +CDS chr1 25411340 25411439 ENST00000349320 protein_coding 7 2 3 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000294413 protein_coding 13 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000340849 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000346452 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000349438 protein_coding 8 1 1 RHCE ENSG00000188672 +CDS chr1 25420639 25420786 ENST00000413854 protein_coding 5 1 1 RHCE ENSG00000188672 +transcript chr1 25430858 25500205 ENST00000399766 protein_coding 7 1 NA MACO1 ENSG00000204178 +transcript chr1 25430897 25500209 ENST00000374343 protein_coding 5 1 NA MACO1 ENSG00000204178 +CDS chr1 25431099 25431178 ENST00000399766 protein_coding 7 1 1 MACO1 ENSG00000204178 +CDS chr1 25431099 25431178 ENST00000374343 protein_coding 5 1 1 MACO1 ENSG00000204178 +CDS chr1 25446762 25446903 ENST00000399766 protein_coding 7 1 2 MACO1 ENSG00000204178 +CDS chr1 25446762 25446903 ENST00000374343 protein_coding 5 1 2 MACO1 ENSG00000204178 +CDS chr1 25448808 25448934 ENST00000399766 protein_coding 7 1 3 MACO1 ENSG00000204178 +CDS chr1 25448808 25448934 ENST00000374343 protein_coding 5 1 3 MACO1 ENSG00000204178 +CDS chr1 25454259 25454382 ENST00000399766 protein_coding 7 1 4 MACO1 ENSG00000204178 +CDS chr1 25454259 25454382 ENST00000374343 protein_coding 5 1 4 MACO1 ENSG00000204178 +CDS chr1 25456653 25456831 ENST00000374343 protein_coding 5 1 5 MACO1 ENSG00000204178 +CDS chr1 25458391 25458892 ENST00000374343 protein_coding 5 1 6 MACO1 ENSG00000204178 +CDS chr1 25484116 25484274 ENST00000399766 protein_coding 7 1 5 MACO1 ENSG00000204178 +CDS chr1 25484116 25484274 ENST00000374343 protein_coding 5 1 7 MACO1 ENSG00000204178 +CDS chr1 25485613 25485795 ENST00000399766 protein_coding 7 1 6 MACO1 ENSG00000204178 +CDS chr1 25485613 25485795 ENST00000374343 protein_coding 5 1 8 MACO1 ENSG00000204178 +CDS chr1 25489173 25489293 ENST00000399766 protein_coding 7 1 7 MACO1 ENSG00000204178 +CDS chr1 25489173 25489293 ENST00000374343 protein_coding 5 1 9 MACO1 ENSG00000204178 +CDS chr1 25491410 25491584 ENST00000399766 protein_coding 7 1 8 MACO1 ENSG00000204178 +CDS chr1 25491410 25491584 ENST00000374343 protein_coding 5 1 10 MACO1 ENSG00000204178 +CDS chr1 25498264 25498463 ENST00000399766 protein_coding 7 1 9 MACO1 ENSG00000204178 +CDS chr1 25498264 25498463 ENST00000374343 protein_coding 5 1 11 MACO1 ENSG00000204178 +transcript chr1 25543606 25568886 ENST00000374338 protein_coding 5 1 NA LDLRAP1 ENSG00000157978 +CDS chr1 25543699 25543786 ENST00000374338 protein_coding 5 1 1 LDLRAP1 ENSG00000157978 +CDS chr1 25553922 25554064 ENST00000374338 protein_coding 5 1 2 LDLRAP1 ENSG00000157978 +CDS chr1 25554860 25554972 ENST00000374338 protein_coding 5 1 3 LDLRAP1 ENSG00000157978 +CDS chr1 25557153 25557267 ENST00000374338 protein_coding 5 1 4 LDLRAP1 ENSG00000157978 +CDS chr1 25562644 25562716 ENST00000374338 protein_coding 5 1 5 LDLRAP1 ENSG00000157978 +CDS chr1 25563070 25563153 ENST00000374338 protein_coding 5 1 6 LDLRAP1 ENSG00000157978 +CDS chr1 25563661 25563791 ENST00000374338 protein_coding 5 1 7 LDLRAP1 ENSG00000157978 +CDS chr1 25565173 25565207 ENST00000374338 protein_coding 5 1 8 LDLRAP1 ENSG00000157978 +CDS chr1 25566848 25566989 ENST00000374338 protein_coding 5 1 9 LDLRAP1 ENSG00000157978 +transcript chr1 25616791 25784450 ENST00000374332 protein_coding 9 1 NA MAN1C1 ENSG00000117643 +transcript chr1 25617468 25786206 ENST00000611903 protein_coding 4 5 NA MAN1C1 ENSG00000117643 +CDS chr1 25617798 25618337 ENST00000374332 protein_coding 9 1 1 MAN1C1 ENSG00000117643 +transcript chr1 25617850 25784450 ENST00000263979 protein_coding 7 5 NA MAN1C1 ENSG00000117643 +CDS chr1 25686440 25686536 ENST00000374332 protein_coding 9 1 2 MAN1C1 ENSG00000117643 +CDS chr1 25686440 25686536 ENST00000263979 protein_coding 7 5 3 MAN1C1 ENSG00000117643 +CDS chr1 25686530 25686536 ENST00000611903 protein_coding 4 5 2 MAN1C1 ENSG00000117643 +transcript chr1 25709602 25784450 ENST00000374329 protein_coding 1 2 NA MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000374332 protein_coding 9 1 3 MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000611903 protein_coding 4 5 3 MAN1C1 ENSG00000117643 +CDS chr1 25746668 25746783 ENST00000263979 protein_coding 7 5 4 MAN1C1 ENSG00000117643 +CDS chr1 25746718 25746783 ENST00000374329 protein_coding 1 2 2 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000374332 protein_coding 9 1 4 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000611903 protein_coding 4 5 4 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000263979 protein_coding 7 5 5 MAN1C1 ENSG00000117643 +CDS chr1 25749255 25749335 ENST00000374329 protein_coding 1 2 3 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000374332 protein_coding 9 1 5 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000611903 protein_coding 4 5 5 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000263979 protein_coding 7 5 6 MAN1C1 ENSG00000117643 +CDS chr1 25753484 25753578 ENST00000374329 protein_coding 1 2 4 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000374332 protein_coding 9 1 6 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758713 ENST00000611903 protein_coding 4 5 6 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000263979 protein_coding 7 5 7 MAN1C1 ENSG00000117643 +CDS chr1 25758592 25758709 ENST00000374329 protein_coding 1 2 5 MAN1C1 ENSG00000117643 +CDS chr1 25763638 25763639 ENST00000611903 protein_coding 4 5 7 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000374332 protein_coding 9 1 7 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000611903 protein_coding 4 5 8 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000263979 protein_coding 7 5 8 MAN1C1 ENSG00000117643 +CDS chr1 25763874 25763967 ENST00000374329 protein_coding 1 2 6 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000374332 protein_coding 9 1 8 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000611903 protein_coding 4 5 9 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000263979 protein_coding 7 5 9 MAN1C1 ENSG00000117643 +CDS chr1 25771657 25771772 ENST00000374329 protein_coding 1 2 7 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000374332 protein_coding 9 1 9 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000611903 protein_coding 4 5 10 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000263979 protein_coding 7 5 10 MAN1C1 ENSG00000117643 +CDS chr1 25778105 25778324 ENST00000374329 protein_coding 1 2 8 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000374332 protein_coding 9 1 10 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781103 ENST00000611903 protein_coding 4 5 11 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000263979 protein_coding 7 5 11 MAN1C1 ENSG00000117643 +CDS chr1 25780940 25781112 ENST00000374329 protein_coding 1 2 9 MAN1C1 ENSG00000117643 +CDS chr1 25781251 25781260 ENST00000611903 protein_coding 4 5 12 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000374332 protein_coding 9 1 11 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782643 ENST00000611903 protein_coding 4 5 13 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000263979 protein_coding 7 5 12 MAN1C1 ENSG00000117643 +CDS chr1 25782585 25782700 ENST00000374329 protein_coding 1 2 10 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000374332 protein_coding 9 1 12 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000263979 protein_coding 7 5 13 MAN1C1 ENSG00000117643 +CDS chr1 25783663 25783786 ENST00000374329 protein_coding 1 2 11 MAN1C1 ENSG00000117643 +transcript chr1 25800193 25818221 ENST00000361547 protein_coding 7 1 NA SELENON ENSG00000162430 +transcript chr1 25800193 25818221 ENST00000374315 protein_coding 1 5 NA SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000361547 protein_coding 7 1 1 SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000374315 protein_coding 1 5 1 SELENON ENSG00000162430 +transcript chr1 25800231 25815718 ENST00000354177 protein_coding 9 5 NA SELENON ENSG00000162430 +CDS chr1 25800231 25800413 ENST00000354177 protein_coding 9 5 1 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000361547 protein_coding 7 1 2 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000374315 protein_coding 1 5 2 SELENON ENSG00000162430 +CDS chr1 25801043 25801160 ENST00000354177 protein_coding 9 5 2 SELENON ENSG00000162430 +CDS chr1 25802016 25802117 ENST00000361547 protein_coding 7 1 3 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000361547 protein_coding 7 1 4 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000374315 protein_coding 1 5 3 SELENON ENSG00000162430 +CDS chr1 25805142 25805275 ENST00000354177 protein_coding 9 5 3 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000361547 protein_coding 7 1 5 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000374315 protein_coding 1 5 4 SELENON ENSG00000162430 +CDS chr1 25808580 25808789 ENST00000354177 protein_coding 9 5 4 SELENON ENSG00000162430 +CDS chr1 25809026 25809150 ENST00000361547 protein_coding 7 1 6 SELENON ENSG00000162430 +CDS chr1 25809026 25809150 ENST00000374315 protein_coding 1 5 5 SELENON ENSG00000162430 +CDS chr1 25809095 25809150 ENST00000354177 protein_coding 9 5 5 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000361547 protein_coding 7 1 7 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000374315 protein_coding 1 5 6 SELENON ENSG00000162430 +CDS chr1 25809683 25809820 ENST00000354177 protein_coding 9 5 6 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000361547 protein_coding 7 1 8 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000374315 protein_coding 1 5 7 SELENON ENSG00000162430 +CDS chr1 25811454 25811535 ENST00000354177 protein_coding 9 5 7 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000361547 protein_coding 7 1 9 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000374315 protein_coding 1 5 8 SELENON ENSG00000162430 +CDS chr1 25811691 25811879 ENST00000354177 protein_coding 9 5 8 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000361547 protein_coding 7 1 10 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000374315 protein_coding 1 5 9 SELENON ENSG00000162430 +CDS chr1 25812687 25812792 ENST00000354177 protein_coding 9 5 9 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000361547 protein_coding 7 1 11 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000374315 protein_coding 1 5 10 SELENON ENSG00000162430 +CDS chr1 25813881 25813993 ENST00000354177 protein_coding 9 5 10 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000361547 protein_coding 7 1 12 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000374315 protein_coding 1 5 11 SELENON ENSG00000162430 +CDS chr1 25814077 25814178 ENST00000354177 protein_coding 9 5 11 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000361547 protein_coding 7 1 13 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000374315 protein_coding 1 5 12 SELENON ENSG00000162430 +CDS chr1 25815548 25815715 ENST00000354177 protein_coding 9 5 12 SELENON ENSG00000162430 +transcript chr1 25818640 25829514 ENST00000424294 protein_coding 5 5 NA MTFR1L ENSG00000117640 +transcript chr1 25819926 25826707 ENST00000533762 protein_coding 5 5 NA MTFR1L ENSG00000117640 +transcript chr1 25819929 25826720 ENST00000529116 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819929 25832942 ENST00000474295 protein_coding 5 1 NA MTFR1L ENSG00000117640 +transcript chr1 25819939 25826826 ENST00000488327 protein_coding 6 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819940 25829829 ENST00000472643 protein_coding 5 3 NA MTFR1L ENSG00000117640 +transcript chr1 25819954 25832938 ENST00000374303 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25819979 25829831 ENST00000526894 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25819986 25832211 ENST00000524618 protein_coding 5 2 NA MTFR1L ENSG00000117640 +transcript chr1 25820003 25832938 ENST00000374307 protein_coding 9 2 NA MTFR1L ENSG00000117640 +transcript chr1 25820193 25826707 ENST00000525713 protein_coding 5 4 NA MTFR1L ENSG00000117640 +transcript chr1 25820193 25832938 ENST00000374301 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25820443 25829569 ENST00000526158 protein_coding 5 3 NA MTFR1L ENSG00000117640 +transcript chr1 25820828 25832938 ENST00000374300 protein_coding 7 1 NA MTFR1L ENSG00000117640 +transcript chr1 25821523 25832936 ENST00000466284 protein_coding 1 2 NA MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000424294 protein_coding 5 5 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000529116 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000474295 protein_coding 5 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374303 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000526894 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374307 protein_coding 9 2 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000525713 protein_coding 5 4 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374301 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000526158 protein_coding 5 3 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000374300 protein_coding 7 1 2 MTFR1L ENSG00000117640 +CDS chr1 25823105 25823128 ENST00000466284 protein_coding 1 2 1 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000424294 protein_coding 5 5 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000529116 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000474295 protein_coding 5 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374303 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000526894 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374307 protein_coding 9 2 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000525713 protein_coding 5 4 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374301 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000526158 protein_coding 5 3 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000374300 protein_coding 7 1 3 MTFR1L ENSG00000117640 +CDS chr1 25823644 25823748 ENST00000466284 protein_coding 1 2 2 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000424294 protein_coding 5 5 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000529116 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000474295 protein_coding 5 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374303 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000526894 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374307 protein_coding 9 2 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000525713 protein_coding 5 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374301 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000526158 protein_coding 5 3 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000374300 protein_coding 7 1 4 MTFR1L ENSG00000117640 +CDS chr1 25826302 25826411 ENST00000466284 protein_coding 1 2 3 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000424294 protein_coding 5 5 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826720 ENST00000529116 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000474295 protein_coding 5 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374303 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000526894 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374307 protein_coding 9 2 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826707 ENST00000525713 protein_coding 5 4 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374301 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000526158 protein_coding 5 3 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000374300 protein_coding 7 1 5 MTFR1L ENSG00000117640 +CDS chr1 25826615 25826826 ENST00000466284 protein_coding 1 2 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826707 ENST00000533762 protein_coding 5 5 6 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000488327 protein_coding 6 4 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000472643 protein_coding 5 3 4 MTFR1L ENSG00000117640 +CDS chr1 25826667 25826826 ENST00000524618 protein_coding 5 2 5 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829514 ENST00000424294 protein_coding 5 5 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829829 ENST00000472643 protein_coding 5 3 5 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374303 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000524618 protein_coding 5 2 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374301 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829569 ENST00000526158 protein_coding 5 3 6 MTFR1L ENSG00000117640 +CDS chr1 25829509 25829830 ENST00000374300 protein_coding 7 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829545 25829830 ENST00000374307 protein_coding 9 2 6 MTFR1L ENSG00000117640 +CDS chr1 25829618 25829781 ENST00000474295 protein_coding 5 1 6 MTFR1L ENSG00000117640 +CDS chr1 25829618 25829781 ENST00000466284 protein_coding 1 2 5 MTFR1L ENSG00000117640 +CDS chr1 25829687 25829781 ENST00000526894 protein_coding 5 4 6 MTFR1L ENSG00000117640 +transcript chr1 25831913 25859458 ENST00000538789 protein_coding 5 1 NA AUNIP ENSG00000127423 +CDS chr1 25831921 25832023 ENST00000374303 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000524618 protein_coding 5 2 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374307 protein_coding 9 2 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374301 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25831921 25832023 ENST00000374300 protein_coding 7 1 7 MTFR1L ENSG00000117640 +CDS chr1 25832091 25832158 ENST00000538789 protein_coding 5 1 4 AUNIP ENSG00000127423 +transcript chr1 25834006 25859457 ENST00000374298 protein_coding 4 1 NA AUNIP ENSG00000127423 +CDS chr1 25834996 25835846 ENST00000374298 protein_coding 4 1 3 AUNIP ENSG00000127423 +CDS chr1 25835022 25835846 ENST00000538789 protein_coding 5 1 3 AUNIP ENSG00000127423 +CDS chr1 25837413 25837554 ENST00000538789 protein_coding 5 1 2 AUNIP ENSG00000127423 +CDS chr1 25837413 25837554 ENST00000374298 protein_coding 4 1 2 AUNIP ENSG00000127423 +CDS chr1 25859280 25859357 ENST00000538789 protein_coding 5 1 1 AUNIP ENSG00000127423 +CDS chr1 25859280 25859357 ENST00000374298 protein_coding 4 1 1 AUNIP ENSG00000127423 +transcript chr1 25861484 25871253 ENST00000374296 protein_coding 4 1 NA PAQR7 ENSG00000182749 +transcript chr1 25861484 25875708 ENST00000675840 protein_coding 1 NA NA PAQR7 ENSG00000182749 +CDS chr1 25862802 25863839 ENST00000374296 protein_coding 4 1 2 PAQR7 ENSG00000182749 +CDS chr1 25862802 25863839 ENST00000675840 protein_coding 1 NA 3 PAQR7 ENSG00000182749 +transcript chr1 25885440 25906466 ENST00000426559 protein_coding 6 1 NA STMN1 ENSG00000117632 +CDS chr1 25885726 25885869 ENST00000426559 protein_coding 6 1 5 STMN1 ENSG00000117632 +transcript chr1 25900116 25906419 ENST00000455785 protein_coding 7 1 NA STMN1 ENSG00000117632 +transcript chr1 25900118 25906153 ENST00000399728 protein_coding 5 2 NA STMN1 ENSG00000117632 +transcript chr1 25900595 25906991 ENST00000357865 protein_coding 6 2 NA STMN1 ENSG00000117632 +transcript chr1 25900741 25905128 ENST00000374291 protein_coding 5 2 NA STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000455785 protein_coding 7 1 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000399728 protein_coding 5 2 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000357865 protein_coding 6 2 5 STMN1 ENSG00000117632 +CDS chr1 25901019 25901087 ENST00000374291 protein_coding 5 2 5 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000426559 protein_coding 6 1 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000455785 protein_coding 7 1 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000399728 protein_coding 5 2 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000357865 protein_coding 6 2 4 STMN1 ENSG00000117632 +CDS chr1 25901491 25901682 ENST00000374291 protein_coding 5 2 4 STMN1 ENSG00000117632 +transcript chr1 25901612 25905489 ENST00000446334 protein_coding 1 2 NA STMN1 ENSG00000117632 +CDS chr1 25901612 25901682 ENST00000446334 protein_coding 1 2 4 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000426559 protein_coding 6 1 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000455785 protein_coding 7 1 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000399728 protein_coding 5 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000357865 protein_coding 6 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000374291 protein_coding 5 2 3 STMN1 ENSG00000117632 +CDS chr1 25903641 25903813 ENST00000446334 protein_coding 1 2 3 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000426559 protein_coding 6 1 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000455785 protein_coding 7 1 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000399728 protein_coding 5 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000357865 protein_coding 6 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000374291 protein_coding 5 2 2 STMN1 ENSG00000117632 +CDS chr1 25904664 25904676 ENST00000446334 protein_coding 1 2 2 STMN1 ENSG00000117632 +transcript chr1 25959767 25998063 ENST00000374282 protein_coding 8 1 NA PAFAH2 ENSG00000158006 +transcript chr1 25960770 25998044 ENST00000374284 protein_coding 5 1 NA PAFAH2 ENSG00000158006 +CDS chr1 25961992 25962083 ENST00000374282 protein_coding 8 1 11 PAFAH2 ENSG00000158006 +CDS chr1 25961992 25962083 ENST00000374284 protein_coding 5 1 11 PAFAH2 ENSG00000158006 +CDS chr1 25972558 25972712 ENST00000374282 protein_coding 8 1 10 PAFAH2 ENSG00000158006 +CDS chr1 25972558 25972712 ENST00000374284 protein_coding 5 1 10 PAFAH2 ENSG00000158006 +CDS chr1 25974480 25974650 ENST00000374282 protein_coding 8 1 9 PAFAH2 ENSG00000158006 +CDS chr1 25974480 25974650 ENST00000374284 protein_coding 5 1 9 PAFAH2 ENSG00000158006 +CDS chr1 25976682 25976773 ENST00000374282 protein_coding 8 1 8 PAFAH2 ENSG00000158006 +CDS chr1 25976682 25976773 ENST00000374284 protein_coding 5 1 8 PAFAH2 ENSG00000158006 +CDS chr1 25982364 25982477 ENST00000374282 protein_coding 8 1 7 PAFAH2 ENSG00000158006 +CDS chr1 25982364 25982477 ENST00000374284 protein_coding 5 1 7 PAFAH2 ENSG00000158006 +CDS chr1 25983946 25984087 ENST00000374282 protein_coding 8 1 6 PAFAH2 ENSG00000158006 +CDS chr1 25983946 25984087 ENST00000374284 protein_coding 5 1 6 PAFAH2 ENSG00000158006 +transcript chr1 25983956 25997621 ENST00000439092 protein_coding 6 3 NA PAFAH2 ENSG00000158006 +CDS chr1 25983956 25984102 ENST00000439092 protein_coding 6 3 6 PAFAH2 ENSG00000158006 +transcript chr1 25984002 25998055 ENST00000441420 protein_coding 1 5 NA PAFAH2 ENSG00000158006 +CDS chr1 25984002 25984087 ENST00000441420 protein_coding 1 5 7 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000374282 protein_coding 8 1 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000374284 protein_coding 5 1 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000439092 protein_coding 6 3 5 PAFAH2 ENSG00000158006 +CDS chr1 25984460 25984528 ENST00000441420 protein_coding 1 5 6 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000374282 protein_coding 8 1 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000374284 protein_coding 5 1 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000439092 protein_coding 6 3 4 PAFAH2 ENSG00000158006 +CDS chr1 25988231 25988327 ENST00000441420 protein_coding 1 5 5 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000374282 protein_coding 8 1 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000374284 protein_coding 5 1 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000439092 protein_coding 6 3 3 PAFAH2 ENSG00000158006 +CDS chr1 25989448 25989601 ENST00000441420 protein_coding 1 5 4 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000374282 protein_coding 8 1 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000374284 protein_coding 5 1 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000439092 protein_coding 6 3 2 PAFAH2 ENSG00000158006 +CDS chr1 25990727 25990816 ENST00000441420 protein_coding 1 5 3 PAFAH2 ENSG00000158006 +transcript chr1 26021775 26036464 ENST00000374280 protein_coding 4 1 NA EXTL1 ENSG00000158008 +CDS chr1 26022647 26023425 ENST00000374280 protein_coding 4 1 1 EXTL1 ENSG00000158008 +CDS chr1 26029193 26029286 ENST00000374280 protein_coding 4 1 2 EXTL1 ENSG00000158008 +CDS chr1 26029600 26029707 ENST00000374280 protein_coding 4 1 3 EXTL1 ENSG00000158008 +CDS chr1 26030476 26030595 ENST00000374280 protein_coding 4 1 4 EXTL1 ENSG00000158008 +CDS chr1 26031132 26031264 ENST00000374280 protein_coding 4 1 5 EXTL1 ENSG00000158008 +CDS chr1 26031460 26031566 ENST00000374280 protein_coding 4 1 6 EXTL1 ENSG00000158008 +CDS chr1 26032396 26032485 ENST00000374280 protein_coding 4 1 7 EXTL1 ENSG00000158008 +CDS chr1 26033229 26033315 ENST00000374280 protein_coding 4 1 8 EXTL1 ENSG00000158008 +CDS chr1 26033696 26033856 ENST00000374280 protein_coding 4 1 9 EXTL1 ENSG00000158008 +CDS chr1 26034836 26035004 ENST00000374280 protein_coding 4 1 10 EXTL1 ENSG00000158008 +CDS chr1 26035165 26035344 ENST00000374280 protein_coding 4 1 11 EXTL1 ENSG00000158008 +transcript chr1 26037252 26046113 ENST00000374278 protein_coding 7 1 NA SLC30A2 ENSG00000158014 +transcript chr1 26037252 26046118 ENST00000374276 protein_coding 4 1 NA SLC30A2 ENSG00000158014 +CDS chr1 26039163 26039305 ENST00000374278 protein_coding 7 1 7 SLC30A2 ENSG00000158014 +CDS chr1 26039163 26039305 ENST00000374276 protein_coding 4 1 8 SLC30A2 ENSG00000158014 +CDS chr1 26039777 26039911 ENST00000374278 protein_coding 7 1 6 SLC30A2 ENSG00000158014 +CDS chr1 26039777 26039911 ENST00000374276 protein_coding 4 1 7 SLC30A2 ENSG00000158014 +CDS chr1 26041700 26041805 ENST00000374278 protein_coding 7 1 5 SLC30A2 ENSG00000158014 +CDS chr1 26041700 26041805 ENST00000374276 protein_coding 4 1 6 SLC30A2 ENSG00000158014 +CDS chr1 26042549 26042708 ENST00000374278 protein_coding 7 1 4 SLC30A2 ENSG00000158014 +CDS chr1 26042549 26042708 ENST00000374276 protein_coding 4 1 5 SLC30A2 ENSG00000158014 +CDS chr1 26043398 26043551 ENST00000374278 protein_coding 7 1 3 SLC30A2 ENSG00000158014 +CDS chr1 26043398 26043551 ENST00000374276 protein_coding 4 1 4 SLC30A2 ENSG00000158014 +CDS chr1 26044298 26044444 ENST00000374276 protein_coding 4 1 3 SLC30A2 ENSG00000158014 +CDS chr1 26044997 26045217 ENST00000374278 protein_coding 7 1 2 SLC30A2 ENSG00000158014 +CDS chr1 26044997 26045217 ENST00000374276 protein_coding 4 1 2 SLC30A2 ENSG00000158014 +CDS chr1 26045847 26045896 ENST00000374278 protein_coding 7 1 1 SLC30A2 ENSG00000158014 +CDS chr1 26045847 26045896 ENST00000374276 protein_coding 4 1 1 SLC30A2 ENSG00000158014 +transcript chr1 26051301 26067630 ENST00000374272 protein_coding 4 1 NA TRIM63 ENSG00000158022 +CDS chr1 26051876 26051883 ENST00000374272 protein_coding 4 1 9 TRIM63 ENSG00000158022 +CDS chr1 26053893 26053964 ENST00000374272 protein_coding 4 1 8 TRIM63 ENSG00000158022 +CDS chr1 26057203 26057327 ENST00000374272 protein_coding 4 1 7 TRIM63 ENSG00000158022 +CDS chr1 26057628 26057650 ENST00000374272 protein_coding 4 1 6 TRIM63 ENSG00000158022 +CDS chr1 26058390 26058623 ENST00000374272 protein_coding 4 1 5 TRIM63 ENSG00000158022 +CDS chr1 26060266 26060361 ENST00000374272 protein_coding 4 1 4 TRIM63 ENSG00000158022 +CDS chr1 26061166 26061334 ENST00000374272 protein_coding 4 1 3 TRIM63 ENSG00000158022 +CDS chr1 26066268 26066440 ENST00000374272 protein_coding 4 1 2 TRIM63 ENSG00000158022 +CDS chr1 26067336 26067494 ENST00000374272 protein_coding 4 1 1 TRIM63 ENSG00000158022 +transcript chr1 26111165 26125530 ENST00000619836 protein_coding 4 3 NA PDIK1L ENSG00000175087 +transcript chr1 26111173 26122124 ENST00000444713 protein_coding 5 3 NA PDIK1L ENSG00000175087 +transcript chr1 26111824 26125555 ENST00000374269 protein_coding 2 1 NA PDIK1L ENSG00000175087 +transcript chr1 26111837 26125543 ENST00000374271 protein_coding 8 1 NA PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000444713 protein_coding 5 3 2 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000374271 protein_coding 8 1 3 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000374269 protein_coding 2 1 2 PDIK1L ENSG00000175087 +CDS chr1 26114309 26114593 ENST00000619836 protein_coding 4 3 2 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122124 ENST00000444713 protein_coding 5 3 3 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000374271 protein_coding 8 1 4 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000374269 protein_coding 2 1 3 PDIK1L ENSG00000175087 +CDS chr1 26121837 26122574 ENST00000619836 protein_coding 4 3 3 PDIK1L ENSG00000175087 +transcript chr1 26159079 26163962 ENST00000374268 protein_coding 5 1 NA FAM110D ENSG00000197245 +CDS chr1 26161292 26162104 ENST00000374268 protein_coding 5 1 2 FAM110D ENSG00000197245 +transcript chr1 26164101 26168963 ENST00000634842 protein_coding 2 5 NA C1orf232 ENSG00000282872 +CDS chr1 26164164 26164455 ENST00000634842 protein_coding 2 5 4 C1orf232 ENSG00000282872 +transcript chr1 26165708 26168581 ENST00000635463 protein_coding 1 2 NA C1orf232 ENSG00000282872 +CDS chr1 26165738 26165923 ENST00000635463 protein_coding 1 2 3 C1orf232 ENSG00000282872 +CDS chr1 26165826 26165923 ENST00000634842 protein_coding 2 5 3 C1orf232 ENSG00000282872 +CDS chr1 26166035 26166118 ENST00000634842 protein_coding 2 5 2 C1orf232 ENSG00000282872 +CDS chr1 26166035 26166118 ENST00000635463 protein_coding 1 2 2 C1orf232 ENSG00000282872 +CDS chr1 26168416 26168499 ENST00000634842 protein_coding 2 5 1 C1orf232 ENSG00000282872 +CDS chr1 26168416 26168499 ENST00000635463 protein_coding 1 2 1 C1orf232 ENSG00000282872 +transcript chr1 26169516 26171821 ENST00000448923 protein_coding 2 2 NA ZNF593OS ENSG00000236782 +transcript chr1 26169908 26170873 ENST00000374266 protein_coding 7 1 NA ZNF593 ENSG00000142684 +transcript chr1 26169942 26170873 ENST00000270812 protein_coding 6 2 NA ZNF593 ENSG00000142684 +CDS chr1 26169984 26170183 ENST00000374266 protein_coding 7 1 1 ZNF593 ENSG00000142684 +CDS chr1 26169984 26170183 ENST00000270812 protein_coding 6 2 1 ZNF593 ENSG00000142684 +transcript chr1 26170325 26171821 ENST00000433939 protein_coding 6 3 NA ZNF593OS ENSG00000236782 +CDS chr1 26170418 26170480 ENST00000374266 protein_coding 7 1 2 ZNF593 ENSG00000142684 +CDS chr1 26170418 26170685 ENST00000270812 protein_coding 6 2 2 ZNF593 ENSG00000142684 +transcript chr1 26170491 26171831 ENST00000648649 protein_coding 1 NA NA ZNF593OS ENSG00000236782 +CDS chr1 26170575 26170713 ENST00000374266 protein_coding 7 1 3 ZNF593 ENSG00000142684 +CDS chr1 26171192 26171335 ENST00000448923 protein_coding 2 2 2 ZNF593OS ENSG00000236782 +CDS chr1 26171192 26171335 ENST00000433939 protein_coding 6 3 3 ZNF593OS ENSG00000236782 +CDS chr1 26171192 26171335 ENST00000648649 protein_coding 1 NA 2 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000448923 protein_coding 2 2 1 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000433939 protein_coding 6 3 2 ZNF593OS ENSG00000236782 +CDS chr1 26171617 26171661 ENST00000648649 protein_coding 1 NA 1 ZNF593OS ENSG00000236782 +transcript chr1 26177491 26189884 ENST00000361530 protein_coding 11 1 NA CNKSR1 ENSG00000142675 +transcript chr1 26177509 26189884 ENST00000374253 protein_coding 9 1 NA CNKSR1 ENSG00000142675 +CDS chr1 26177548 26177599 ENST00000361530 protein_coding 11 1 1 CNKSR1 ENSG00000142675 +CDS chr1 26177548 26177599 ENST00000374253 protein_coding 9 1 1 CNKSR1 ENSG00000142675 +transcript chr1 26180168 26189846 ENST00000531191 protein_coding 5 5 NA CNKSR1 ENSG00000142675 +CDS chr1 26180453 26180610 ENST00000361530 protein_coding 11 1 2 CNKSR1 ENSG00000142675 +CDS chr1 26180453 26180610 ENST00000374253 protein_coding 9 1 2 CNKSR1 ENSG00000142675 +CDS chr1 26180715 26180896 ENST00000361530 protein_coding 11 1 3 CNKSR1 ENSG00000142675 +CDS chr1 26180715 26180896 ENST00000374253 protein_coding 9 1 3 CNKSR1 ENSG00000142675 +CDS chr1 26181857 26181941 ENST00000361530 protein_coding 11 1 4 CNKSR1 ENSG00000142675 +CDS chr1 26181857 26181941 ENST00000374253 protein_coding 9 1 4 CNKSR1 ENSG00000142675 +CDS chr1 26182361 26182402 ENST00000361530 protein_coding 11 1 5 CNKSR1 ENSG00000142675 +CDS chr1 26182361 26182402 ENST00000374253 protein_coding 9 1 5 CNKSR1 ENSG00000142675 +CDS chr1 26182480 26182584 ENST00000361530 protein_coding 11 1 6 CNKSR1 ENSG00000142675 +CDS chr1 26182480 26182584 ENST00000374253 protein_coding 9 1 6 CNKSR1 ENSG00000142675 +CDS chr1 26183197 26183256 ENST00000361530 protein_coding 11 1 7 CNKSR1 ENSG00000142675 +CDS chr1 26183197 26183256 ENST00000374253 protein_coding 9 1 7 CNKSR1 ENSG00000142675 +CDS chr1 26183346 26183414 ENST00000361530 protein_coding 11 1 8 CNKSR1 ENSG00000142675 +CDS chr1 26183346 26183435 ENST00000374253 protein_coding 9 1 8 CNKSR1 ENSG00000142675 +CDS chr1 26183729 26183830 ENST00000361530 protein_coding 11 1 9 CNKSR1 ENSG00000142675 +CDS chr1 26183729 26183830 ENST00000374253 protein_coding 9 1 9 CNKSR1 ENSG00000142675 +CDS chr1 26183750 26183830 ENST00000531191 protein_coding 5 5 8 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000361530 protein_coding 11 1 10 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000374253 protein_coding 9 1 10 CNKSR1 ENSG00000142675 +CDS chr1 26184071 26184141 ENST00000531191 protein_coding 5 5 9 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000361530 protein_coding 11 1 11 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000374253 protein_coding 9 1 11 CNKSR1 ENSG00000142675 +CDS chr1 26184214 26184287 ENST00000531191 protein_coding 5 5 10 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000361530 protein_coding 11 1 12 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000374253 protein_coding 9 1 12 CNKSR1 ENSG00000142675 +CDS chr1 26184401 26184507 ENST00000531191 protein_coding 5 5 11 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000361530 protein_coding 11 1 13 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000374253 protein_coding 9 1 13 CNKSR1 ENSG00000142675 +CDS chr1 26184585 26184612 ENST00000531191 protein_coding 5 5 12 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000361530 protein_coding 11 1 14 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000374253 protein_coding 9 1 14 CNKSR1 ENSG00000142675 +CDS chr1 26185014 26185186 ENST00000531191 protein_coding 5 5 13 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000361530 protein_coding 11 1 15 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000374253 protein_coding 9 1 15 CNKSR1 ENSG00000142675 +CDS chr1 26187168 26187241 ENST00000531191 protein_coding 5 5 14 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000361530 protein_coding 11 1 16 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000374253 protein_coding 9 1 16 CNKSR1 ENSG00000142675 +CDS chr1 26187411 26187482 ENST00000531191 protein_coding 5 5 15 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000361530 protein_coding 11 1 17 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000374253 protein_coding 9 1 17 CNKSR1 ENSG00000142675 +CDS chr1 26188234 26188307 ENST00000531191 protein_coding 5 5 16 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000361530 protein_coding 11 1 18 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000374253 protein_coding 9 1 18 CNKSR1 ENSG00000142675 +CDS chr1 26188442 26188503 ENST00000531191 protein_coding 5 5 17 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000361530 protein_coding 11 1 19 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000374253 protein_coding 9 1 19 CNKSR1 ENSG00000142675 +CDS chr1 26188598 26188697 ENST00000531191 protein_coding 5 5 18 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000361530 protein_coding 11 1 20 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000374253 protein_coding 9 1 20 CNKSR1 ENSG00000142675 +CDS chr1 26188772 26188953 ENST00000531191 protein_coding 5 5 19 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000361530 protein_coding 11 1 21 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000374253 protein_coding 9 1 21 CNKSR1 ENSG00000142675 +CDS chr1 26189279 26189545 ENST00000531191 protein_coding 5 5 20 CNKSR1 ENSG00000142675 +transcript chr1 26190561 26201603 ENST00000338855 protein_coding 6 5 NA CATSPER4 ENSG00000188782 +transcript chr1 26190602 26202964 ENST00000456354 protein_coding 7 1 NA CATSPER4 ENSG00000188782 +CDS chr1 26190628 26190840 ENST00000338855 protein_coding 6 5 1 CATSPER4 ENSG00000188782 +CDS chr1 26190628 26190840 ENST00000456354 protein_coding 7 1 1 CATSPER4 ENSG00000188782 +CDS chr1 26191287 26191430 ENST00000338855 protein_coding 6 5 2 CATSPER4 ENSG00000188782 +CDS chr1 26191287 26191430 ENST00000456354 protein_coding 7 1 2 CATSPER4 ENSG00000188782 +CDS chr1 26193787 26193888 ENST00000338855 protein_coding 6 5 3 CATSPER4 ENSG00000188782 +CDS chr1 26193787 26193888 ENST00000456354 protein_coding 7 1 3 CATSPER4 ENSG00000188782 +CDS chr1 26197686 26197783 ENST00000338855 protein_coding 6 5 4 CATSPER4 ENSG00000188782 +CDS chr1 26197686 26197783 ENST00000456354 protein_coding 7 1 4 CATSPER4 ENSG00000188782 +CDS chr1 26197957 26198077 ENST00000338855 protein_coding 6 5 5 CATSPER4 ENSG00000188782 +CDS chr1 26197957 26198077 ENST00000456354 protein_coding 7 1 5 CATSPER4 ENSG00000188782 +CDS chr1 26198286 26198419 ENST00000338855 protein_coding 6 5 6 CATSPER4 ENSG00000188782 +CDS chr1 26198286 26198419 ENST00000456354 protein_coding 7 1 6 CATSPER4 ENSG00000188782 +CDS chr1 26199884 26200058 ENST00000338855 protein_coding 6 5 7 CATSPER4 ENSG00000188782 +CDS chr1 26199884 26200058 ENST00000456354 protein_coding 7 1 7 CATSPER4 ENSG00000188782 +CDS chr1 26200830 26201041 ENST00000338855 protein_coding 6 5 8 CATSPER4 ENSG00000188782 +CDS chr1 26200830 26201041 ENST00000456354 protein_coding 7 1 8 CATSPER4 ENSG00000188782 +CDS chr1 26201354 26201603 ENST00000338855 protein_coding 6 5 9 CATSPER4 ENSG00000188782 +CDS chr1 26201354 26201519 ENST00000456354 protein_coding 7 1 9 CATSPER4 ENSG00000188782 +CDS chr1 26202489 26202539 ENST00000456354 protein_coding 7 1 10 CATSPER4 ENSG00000188782 +transcript chr1 26234200 26277687 ENST00000640292 protein_coding 2 5 NA CEP85 ENSG00000130695 +transcript chr1 26234200 26278808 ENST00000451429 protein_coding 8 2 NA CEP85 ENSG00000130695 +transcript chr1 26234202 26278808 ENST00000252992 protein_coding 8 1 NA CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000640292 protein_coding 2 5 2 CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000451429 protein_coding 8 2 2 CEP85 ENSG00000130695 +CDS chr1 26239784 26239838 ENST00000252992 protein_coding 8 1 2 CEP85 ENSG00000130695 +CDS chr1 26244166 26244318 ENST00000451429 protein_coding 8 2 3 CEP85 ENSG00000130695 +CDS chr1 26244166 26244318 ENST00000252992 protein_coding 8 1 3 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000640292 protein_coding 2 5 3 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000451429 protein_coding 8 2 4 CEP85 ENSG00000130695 +CDS chr1 26255171 26255865 ENST00000252992 protein_coding 8 1 4 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000640292 protein_coding 2 5 4 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000451429 protein_coding 8 2 5 CEP85 ENSG00000130695 +CDS chr1 26257597 26257730 ENST00000252992 protein_coding 8 1 5 CEP85 ENSG00000130695 +transcript chr1 26257673 26278807 ENST00000453146 protein_coding 1 1 NA CEP85 ENSG00000130695 +CDS chr1 26257673 26257730 ENST00000453146 protein_coding 1 1 1 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000640292 protein_coding 2 5 5 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000451429 protein_coding 8 2 6 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000252992 protein_coding 8 1 6 CEP85 ENSG00000130695 +CDS chr1 26258143 26258260 ENST00000453146 protein_coding 1 1 2 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000640292 protein_coding 2 5 6 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000451429 protein_coding 8 2 7 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000252992 protein_coding 8 1 7 CEP85 ENSG00000130695 +CDS chr1 26259617 26259802 ENST00000453146 protein_coding 1 1 3 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000640292 protein_coding 2 5 7 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000451429 protein_coding 8 2 8 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000252992 protein_coding 8 1 8 CEP85 ENSG00000130695 +CDS chr1 26268483 26268635 ENST00000453146 protein_coding 1 1 4 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000640292 protein_coding 2 5 8 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000451429 protein_coding 8 2 9 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000252992 protein_coding 8 1 9 CEP85 ENSG00000130695 +CDS chr1 26269460 26269614 ENST00000453146 protein_coding 1 1 5 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000640292 protein_coding 2 5 9 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000451429 protein_coding 8 2 10 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000252992 protein_coding 8 1 10 CEP85 ENSG00000130695 +CDS chr1 26271014 26271107 ENST00000453146 protein_coding 1 1 6 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000640292 protein_coding 2 5 10 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000451429 protein_coding 8 2 11 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000252992 protein_coding 8 1 11 CEP85 ENSG00000130695 +CDS chr1 26272021 26272071 ENST00000453146 protein_coding 1 1 7 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000640292 protein_coding 2 5 11 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000451429 protein_coding 8 2 12 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000252992 protein_coding 8 1 12 CEP85 ENSG00000130695 +CDS chr1 26274964 26275071 ENST00000453146 protein_coding 1 1 8 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000640292 protein_coding 2 5 12 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000451429 protein_coding 8 2 13 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000252992 protein_coding 8 1 13 CEP85 ENSG00000130695 +CDS chr1 26276535 26276760 ENST00000453146 protein_coding 1 1 9 CEP85 ENSG00000130695 +CDS chr1 26277133 26277290 ENST00000640292 protein_coding 2 5 13 CEP85 ENSG00000130695 +CDS chr1 26277133 26277290 ENST00000252992 protein_coding 8 1 14 CEP85 ENSG00000130695 +CDS chr1 26277136 26277290 ENST00000451429 protein_coding 8 2 14 CEP85 ENSG00000130695 +CDS chr1 26277136 26277290 ENST00000453146 protein_coding 1 1 10 CEP85 ENSG00000130695 +transcript chr1 26280086 26281522 ENST00000270792 protein_coding 10 1 NA SH3BGRL3 ENSG00000142669 +transcript chr1 26280122 26281450 ENST00000319041 protein_coding 6 2 NA SH3BGRL3 ENSG00000142669 +CDS chr1 26280156 26280203 ENST00000270792 protein_coding 10 1 1 SH3BGRL3 ENSG00000142669 +CDS chr1 26280156 26280203 ENST00000319041 protein_coding 6 2 1 SH3BGRL3 ENSG00000142669 +CDS chr1 26280765 26280932 ENST00000270792 protein_coding 10 1 2 SH3BGRL3 ENSG00000142669 +CDS chr1 26280765 26280980 ENST00000319041 protein_coding 6 2 2 SH3BGRL3 ENSG00000142669 +CDS chr1 26281058 26281120 ENST00000270792 protein_coding 10 1 3 SH3BGRL3 ENSG00000142669 +transcript chr1 26281328 26306636 ENST00000314675 protein_coding 11 2 NA UBXN11 ENSG00000158062 +transcript chr1 26282282 26306620 ENST00000374223 protein_coding 5 1 NA UBXN11 ENSG00000158062 +transcript chr1 26282282 26306636 ENST00000374222 protein_coding 6 5 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26306632 ENST00000357089 protein_coding 8 5 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26306645 ENST00000374221 protein_coding 7 2 NA UBXN11 ENSG00000158062 +transcript chr1 26282284 26318363 ENST00000374217 protein_coding 7 2 NA UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000314675 protein_coding 11 2 11 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374223 protein_coding 5 1 12 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374222 protein_coding 6 5 15 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000357089 protein_coding 8 5 14 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374221 protein_coding 7 2 16 UBXN11 ENSG00000158062 +CDS chr1 26282302 26282569 ENST00000374217 protein_coding 7 2 15 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000314675 protein_coding 11 2 10 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374223 protein_coding 5 1 11 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374222 protein_coding 6 5 14 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000357089 protein_coding 8 5 13 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374221 protein_coding 7 2 15 UBXN11 ENSG00000158062 +CDS chr1 26282649 26282789 ENST00000374217 protein_coding 7 2 14 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000314675 protein_coding 11 2 9 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374223 protein_coding 5 1 10 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374222 protein_coding 6 5 13 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000357089 protein_coding 8 5 12 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374221 protein_coding 7 2 14 UBXN11 ENSG00000158062 +CDS chr1 26282864 26282937 ENST00000374217 protein_coding 7 2 13 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000314675 protein_coding 11 2 8 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374223 protein_coding 5 1 9 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374222 protein_coding 6 5 12 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000357089 protein_coding 8 5 11 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374221 protein_coding 7 2 13 UBXN11 ENSG00000158062 +CDS chr1 26284142 26284245 ENST00000374217 protein_coding 7 2 12 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000314675 protein_coding 11 2 7 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374223 protein_coding 5 1 8 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374222 protein_coding 6 5 11 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000357089 protein_coding 8 5 10 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374221 protein_coding 7 2 12 UBXN11 ENSG00000158062 +CDS chr1 26284362 26284482 ENST00000374217 protein_coding 7 2 11 UBXN11 ENSG00000158062 +transcript chr1 26285460 26306609 ENST00000374215 protein_coding 5 5 NA UBXN11 ENSG00000158062 +CDS chr1 26285460 26285541 ENST00000374215 protein_coding 5 5 10 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000314675 protein_coding 11 2 6 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374223 protein_coding 5 1 7 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374222 protein_coding 6 5 10 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000357089 protein_coding 8 5 9 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374221 protein_coding 7 2 11 UBXN11 ENSG00000158062 +CDS chr1 26285464 26285541 ENST00000374217 protein_coding 7 2 10 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000314675 protein_coding 11 2 5 UBXN11 ENSG00000158062 +CDS chr1 26285823 26285867 ENST00000374223 protein_coding 5 1 6 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374222 protein_coding 6 5 9 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000357089 protein_coding 8 5 8 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374221 protein_coding 7 2 10 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374217 protein_coding 7 2 9 UBXN11 ENSG00000158062 +CDS chr1 26285823 26286037 ENST00000374215 protein_coding 5 5 9 UBXN11 ENSG00000158062 +transcript chr1 26285876 26303167 ENST00000452980 protein_coding 5 3 NA UBXN11 ENSG00000158062 +CDS chr1 26285876 26286037 ENST00000452980 protein_coding 5 3 8 UBXN11 ENSG00000158062 +transcript chr1 26285943 26303016 ENST00000442942 protein_coding 6 2 NA UBXN11 ENSG00000158062 +CDS chr1 26285943 26286037 ENST00000442942 protein_coding 6 2 7 UBXN11 ENSG00000158062 +transcript chr1 26286028 26306989 ENST00000450041 protein_coding 6 5 NA UBXN11 ENSG00000158062 +CDS chr1 26286028 26286037 ENST00000450041 protein_coding 6 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374222 protein_coding 6 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000357089 protein_coding 8 5 7 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374221 protein_coding 7 2 9 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374217 protein_coding 7 2 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000374215 protein_coding 5 5 8 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000452980 protein_coding 5 3 7 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000442942 protein_coding 6 2 6 UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000450041 protein_coding 6 5 7 UBXN11 ENSG00000158062 +transcript chr1 26294205 26306636 ENST00000423664 protein_coding 5 3 NA UBXN11 ENSG00000158062 +CDS chr1 26294205 26294331 ENST00000423664 protein_coding 5 3 9 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374222 protein_coding 6 5 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000357089 protein_coding 8 5 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374221 protein_coding 7 2 8 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374217 protein_coding 7 2 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000374215 protein_coding 5 5 7 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000452980 protein_coding 5 3 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000442942 protein_coding 6 2 5 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000450041 protein_coding 6 5 6 UBXN11 ENSG00000158062 +CDS chr1 26296919 26296995 ENST00000423664 protein_coding 5 3 8 UBXN11 ENSG00000158062 +transcript chr1 26296947 26306576 ENST00000421827 protein_coding 2 5 NA UBXN11 ENSG00000158062 +CDS chr1 26296947 26296995 ENST00000421827 protein_coding 2 5 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374222 protein_coding 6 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000357089 protein_coding 8 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374221 protein_coding 7 2 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374217 protein_coding 7 2 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000374215 protein_coding 5 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000452980 protein_coding 5 3 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000442942 protein_coding 6 2 4 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000450041 protein_coding 6 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000423664 protein_coding 5 3 7 UBXN11 ENSG00000158062 +CDS chr1 26297427 26297481 ENST00000421827 protein_coding 2 5 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374222 protein_coding 6 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000357089 protein_coding 8 5 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374221 protein_coding 7 2 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374217 protein_coding 7 2 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000374215 protein_coding 5 5 5 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000452980 protein_coding 5 3 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000442942 protein_coding 6 2 3 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298036 ENST00000450041 protein_coding 6 5 4 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000423664 protein_coding 5 3 6 UBXN11 ENSG00000158062 +CDS chr1 26297962 26298062 ENST00000421827 protein_coding 2 5 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000314675 protein_coding 11 2 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000374222 protein_coding 6 5 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000374221 protein_coding 7 2 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301010 ENST00000374215 protein_coding 5 5 4 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301010 ENST00000423664 protein_coding 5 3 5 UBXN11 ENSG00000158062 +CDS chr1 26300926 26301024 ENST00000421827 protein_coding 2 5 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000314675 protein_coding 11 2 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374222 protein_coding 6 5 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000357089 protein_coding 8 5 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374221 protein_coding 7 2 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000374217 protein_coding 7 2 4 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000452980 protein_coding 5 3 3 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000442942 protein_coding 6 2 2 UBXN11 ENSG00000158062 +CDS chr1 26301694 26301722 ENST00000421827 protein_coding 2 5 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000314675 protein_coding 11 2 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374222 protein_coding 6 5 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000357089 protein_coding 8 5 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374221 protein_coding 7 2 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000374217 protein_coding 7 2 3 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000452980 protein_coding 5 3 2 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000442942 protein_coding 6 2 1 UBXN11 ENSG00000158062 +CDS chr1 26302813 26302883 ENST00000421827 protein_coding 2 5 2 UBXN11 ENSG00000158062 +transcript chr1 26317958 26320523 ENST00000374213 protein_coding 3 1 NA CD52 ENSG00000169442 +CDS chr1 26318018 26318071 ENST00000374213 protein_coding 3 1 1 CD52 ENSG00000169442 +CDS chr1 26320171 26320299 ENST00000374213 protein_coding 3 1 2 CD52 ENSG00000169442 +transcript chr1 26321698 26360080 ENST00000475866 protein_coding 3 4 NA CRYBG2 ENSG00000176092 +transcript chr1 26321865 26354130 ENST00000308182 protein_coding 10 5 NA CRYBG2 ENSG00000176092 +CDS chr1 26321971 26322056 ENST00000475866 protein_coding 3 4 22 CRYBG2 ENSG00000176092 +CDS chr1 26321971 26322056 ENST00000308182 protein_coding 10 5 20 CRYBG2 ENSG00000176092 +CDS chr1 26322164 26322323 ENST00000475866 protein_coding 3 4 21 CRYBG2 ENSG00000176092 +CDS chr1 26322164 26322323 ENST00000308182 protein_coding 10 5 19 CRYBG2 ENSG00000176092 +CDS chr1 26324152 26324310 ENST00000475866 protein_coding 3 4 20 CRYBG2 ENSG00000176092 +CDS chr1 26324152 26324310 ENST00000308182 protein_coding 10 5 18 CRYBG2 ENSG00000176092 +CDS chr1 26328209 26328332 ENST00000475866 protein_coding 3 4 19 CRYBG2 ENSG00000176092 +CDS chr1 26328209 26328332 ENST00000308182 protein_coding 10 5 17 CRYBG2 ENSG00000176092 +CDS chr1 26328734 26328873 ENST00000475866 protein_coding 3 4 18 CRYBG2 ENSG00000176092 +CDS chr1 26328734 26328873 ENST00000308182 protein_coding 10 5 16 CRYBG2 ENSG00000176092 +CDS chr1 26331489 26331618 ENST00000475866 protein_coding 3 4 17 CRYBG2 ENSG00000176092 +CDS chr1 26331489 26331618 ENST00000308182 protein_coding 10 5 15 CRYBG2 ENSG00000176092 +transcript chr1 26331594 26339346 ENST00000429942 protein_coding 2 5 NA CRYBG2 ENSG00000176092 +CDS chr1 26331594 26331618 ENST00000429942 protein_coding 2 5 9 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000475866 protein_coding 3 4 16 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000308182 protein_coding 10 5 14 CRYBG2 ENSG00000176092 +CDS chr1 26336095 26336207 ENST00000429942 protein_coding 2 5 8 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000475866 protein_coding 3 4 15 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000308182 protein_coding 10 5 13 CRYBG2 ENSG00000176092 +CDS chr1 26336338 26336370 ENST00000429942 protein_coding 2 5 7 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000475866 protein_coding 3 4 14 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000308182 protein_coding 10 5 12 CRYBG2 ENSG00000176092 +CDS chr1 26336606 26336732 ENST00000429942 protein_coding 2 5 6 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000475866 protein_coding 3 4 13 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000308182 protein_coding 10 5 11 CRYBG2 ENSG00000176092 +CDS chr1 26336841 26336980 ENST00000429942 protein_coding 2 5 5 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000475866 protein_coding 3 4 12 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000308182 protein_coding 10 5 10 CRYBG2 ENSG00000176092 +CDS chr1 26337253 26337379 ENST00000429942 protein_coding 2 5 4 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000475866 protein_coding 3 4 11 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000308182 protein_coding 10 5 9 CRYBG2 ENSG00000176092 +CDS chr1 26337538 26337674 ENST00000429942 protein_coding 2 5 3 CRYBG2 ENSG00000176092 +CDS chr1 26338012 26338047 ENST00000475866 protein_coding 3 4 10 CRYBG2 ENSG00000176092 +CDS chr1 26338012 26338047 ENST00000308182 protein_coding 10 5 8 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000475866 protein_coding 3 4 9 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000308182 protein_coding 10 5 7 CRYBG2 ENSG00000176092 +CDS chr1 26338351 26338477 ENST00000429942 protein_coding 2 5 2 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339429 ENST00000475866 protein_coding 3 4 8 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339429 ENST00000308182 protein_coding 10 5 6 CRYBG2 ENSG00000176092 +CDS chr1 26339290 26339346 ENST00000429942 protein_coding 2 5 1 CRYBG2 ENSG00000176092 +CDS chr1 26342754 26342883 ENST00000475866 protein_coding 3 4 7 CRYBG2 ENSG00000176092 +CDS chr1 26342754 26342883 ENST00000308182 protein_coding 10 5 5 CRYBG2 ENSG00000176092 +CDS chr1 26343047 26343159 ENST00000475866 protein_coding 3 4 6 CRYBG2 ENSG00000176092 +CDS chr1 26343047 26343159 ENST00000308182 protein_coding 10 5 4 CRYBG2 ENSG00000176092 +CDS chr1 26343246 26343293 ENST00000475866 protein_coding 3 4 5 CRYBG2 ENSG00000176092 +CDS chr1 26343246 26343293 ENST00000308182 protein_coding 10 5 3 CRYBG2 ENSG00000176092 +CDS chr1 26343745 26346712 ENST00000475866 protein_coding 3 4 4 CRYBG2 ENSG00000176092 +CDS chr1 26343745 26346657 ENST00000308182 protein_coding 10 5 2 CRYBG2 ENSG00000176092 +CDS chr1 26354046 26354785 ENST00000475866 protein_coding 3 4 3 CRYBG2 ENSG00000176092 +CDS chr1 26356459 26356522 ENST00000475866 protein_coding 3 4 2 CRYBG2 ENSG00000176092 +CDS chr1 26359937 26360049 ENST00000475866 protein_coding 3 4 1 CRYBG2 ENSG00000176092 +transcript chr1 26361634 26372735 ENST00000403843 protein_coding 5 1 NA ZNF683 ENSG00000176083 +transcript chr1 26361634 26372750 ENST00000349618 protein_coding 8 1 NA ZNF683 ENSG00000176083 +transcript chr1 26361635 26372775 ENST00000436292 protein_coding 5 5 NA ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000403843 protein_coding 5 1 7 ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000349618 protein_coding 8 1 6 ZNF683 ENSG00000176083 +CDS chr1 26361654 26362022 ENST00000436292 protein_coding 5 5 7 ZNF683 ENSG00000176083 +CDS chr1 26362116 26362175 ENST00000403843 protein_coding 5 1 6 ZNF683 ENSG00000176083 +CDS chr1 26362116 26362175 ENST00000436292 protein_coding 5 5 6 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000403843 protein_coding 5 1 5 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000349618 protein_coding 8 1 5 ZNF683 ENSG00000176083 +CDS chr1 26363026 26363154 ENST00000436292 protein_coding 5 5 5 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000403843 protein_coding 5 1 4 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000349618 protein_coding 8 1 4 ZNF683 ENSG00000176083 +CDS chr1 26364532 26365226 ENST00000436292 protein_coding 5 5 4 ZNF683 ENSG00000176083 +transcript chr1 26364722 26374522 ENST00000455900 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364722 26365226 ENST00000455900 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364737 26370745 ENST00000451801 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364737 26365226 ENST00000451801 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364933 26370750 ENST00000454975 protein_coding 1 5 NA ZNF683 ENSG00000176083 +CDS chr1 26364933 26365226 ENST00000454975 protein_coding 1 5 4 ZNF683 ENSG00000176083 +transcript chr1 26364974 26372744 ENST00000453132 protein_coding 5 3 NA ZNF683 ENSG00000176083 +CDS chr1 26364974 26365226 ENST00000453132 protein_coding 5 3 3 ZNF683 ENSG00000176083 +transcript chr1 26364979 26372700 ENST00000423508 protein_coding 5 2 NA ZNF683 ENSG00000176083 +CDS chr1 26364979 26365226 ENST00000423508 protein_coding 5 2 4 ZNF683 ENSG00000176083 +transcript chr1 26364980 26374452 ENST00000416125 protein_coding 1 3 NA ZNF683 ENSG00000176083 +CDS chr1 26364980 26365226 ENST00000416125 protein_coding 1 3 5 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000403843 protein_coding 5 1 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000349618 protein_coding 8 1 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000436292 protein_coding 5 5 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000455900 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000451801 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367647 ENST00000454975 protein_coding 1 5 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000423508 protein_coding 5 2 3 ZNF683 ENSG00000176083 +CDS chr1 26367593 26367797 ENST00000416125 protein_coding 1 3 4 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000403843 protein_coding 5 1 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000349618 protein_coding 8 1 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000436292 protein_coding 5 5 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368582 ENST00000455900 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000451801 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000454975 protein_coding 1 5 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000453132 protein_coding 5 3 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368582 ENST00000423508 protein_coding 5 2 2 ZNF683 ENSG00000176083 +CDS chr1 26368458 26368571 ENST00000416125 protein_coding 1 3 3 ZNF683 ENSG00000176083 +CDS chr1 26372535 26372547 ENST00000423508 protein_coding 5 2 1 ZNF683 ENSG00000176083 +CDS chr1 26374278 26374290 ENST00000455900 protein_coding 5 2 1 ZNF683 ENSG00000176083 +transcript chr1 26410817 26429719 ENST00000254231 protein_coding 4 1 NA LIN28A ENSG00000131914 +transcript chr1 26410817 26429728 ENST00000326279 protein_coding 11 1 NA LIN28A ENSG00000131914 +CDS chr1 26410892 26410922 ENST00000254231 protein_coding 4 1 1 LIN28A ENSG00000131914 +CDS chr1 26410892 26410922 ENST00000326279 protein_coding 11 1 1 LIN28A ENSG00000131914 +CDS chr1 26411386 26411582 ENST00000254231 protein_coding 4 1 2 LIN28A ENSG00000131914 +CDS chr1 26411386 26411582 ENST00000326279 protein_coding 11 1 2 LIN28A ENSG00000131914 +CDS chr1 26425303 26425487 ENST00000254231 protein_coding 4 1 3 LIN28A ENSG00000131914 +CDS chr1 26425303 26425487 ENST00000326279 protein_coding 11 1 3 LIN28A ENSG00000131914 +CDS chr1 26426242 26426455 ENST00000254231 protein_coding 4 1 4 LIN28A ENSG00000131914 +CDS chr1 26426242 26426455 ENST00000326279 protein_coding 11 1 4 LIN28A ENSG00000131914 +transcript chr1 26432316 26448565 ENST00000427245 protein_coding 6 5 NA DHDDS ENSG00000117682 +transcript chr1 26432321 26471306 ENST00000236342 protein_coding 12 1 NA DHDDS ENSG00000117682 +transcript chr1 26432339 26469373 ENST00000525682 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432340 26469226 ENST00000526219 protein_coding 5 1 NA DHDDS ENSG00000117682 +transcript chr1 26432342 26448176 ENST00000374185 protein_coding 7 2 NA DHDDS ENSG00000117682 +transcript chr1 26432355 26471294 ENST00000360009 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432366 26447615 ENST00000533087 protein_coding 5 5 NA DHDDS ENSG00000117682 +transcript chr1 26432367 26446384 ENST00000531312 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432368 26446359 ENST00000525165 protein_coding 5 2 NA DHDDS ENSG00000117682 +transcript chr1 26432371 26442763 ENST00000525326 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432371 26442805 ENST00000525546 protein_coding 5 2 NA DHDDS ENSG00000117682 +transcript chr1 26432390 26447639 ENST00000436153 protein_coding 6 2 NA DHDDS ENSG00000117682 +transcript chr1 26432403 26438284 ENST00000530781 protein_coding 5 4 NA DHDDS ENSG00000117682 +transcript chr1 26432891 26460144 ENST00000430232 protein_coding 5 2 NA DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000427245 protein_coding 6 5 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000236342 protein_coding 12 1 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525682 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000526219 protein_coding 5 1 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000374185 protein_coding 7 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000360009 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000533087 protein_coding 5 5 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000531312 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525165 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525326 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000525546 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000436153 protein_coding 6 2 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000530781 protein_coding 5 4 2 DHDDS ENSG00000117682 +CDS chr1 26432946 26433008 ENST00000430232 protein_coding 5 2 1 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000427245 protein_coding 6 5 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000236342 protein_coding 12 1 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525682 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000526219 protein_coding 5 1 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000374185 protein_coding 7 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000360009 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000533087 protein_coding 5 5 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000531312 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525165 protein_coding 5 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525326 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000525546 protein_coding 5 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000436153 protein_coding 6 2 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000530781 protein_coding 5 4 3 DHDDS ENSG00000117682 +CDS chr1 26438168 26438284 ENST00000430232 protein_coding 5 2 2 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000427245 protein_coding 6 5 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000236342 protein_coding 12 1 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000525682 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000526219 protein_coding 5 1 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000374185 protein_coding 7 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000360009 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000533087 protein_coding 5 5 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000531312 protein_coding 5 4 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000525165 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442763 ENST00000525326 protein_coding 5 4 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442805 ENST00000525546 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000436153 protein_coding 6 2 4 DHDDS ENSG00000117682 +CDS chr1 26442731 26442873 ENST00000430232 protein_coding 5 2 3 DHDDS ENSG00000117682 +transcript chr1 26442836 26471294 ENST00000431933 protein_coding 5 5 NA DHDDS ENSG00000117682 +CDS chr1 26442836 26442873 ENST00000431933 protein_coding 5 5 1 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000427245 protein_coding 6 5 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000236342 protein_coding 12 1 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000525682 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000374185 protein_coding 7 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000360009 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000533087 protein_coding 5 5 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446384 ENST00000531312 protein_coding 5 4 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446359 ENST00000525165 protein_coding 5 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000436153 protein_coding 6 2 5 DHDDS ENSG00000117682 +CDS chr1 26446316 26446432 ENST00000431933 protein_coding 5 5 2 DHDDS ENSG00000117682 +transcript chr1 26446364 26467527 ENST00000416052 protein_coding 1 3 NA DHDDS ENSG00000117682 +CDS chr1 26446364 26446432 ENST00000416052 protein_coding 1 3 1 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000427245 protein_coding 6 5 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000236342 protein_coding 12 1 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000526219 protein_coding 5 1 5 DHDDS ENSG00000117682 +CDS chr1 26447559 26447745 ENST00000374185 protein_coding 7 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000360009 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447615 ENST00000533087 protein_coding 5 5 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447639 ENST00000436153 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000430232 protein_coding 5 2 4 DHDDS ENSG00000117682 +CDS chr1 26447559 26447660 ENST00000416052 protein_coding 1 3 2 DHDDS ENSG00000117682 +CDS chr1 26448356 26448407 ENST00000427245 protein_coding 6 5 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000236342 protein_coding 12 1 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000525682 protein_coding 6 2 6 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000526219 protein_coding 5 1 6 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000360009 protein_coding 6 2 7 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000430232 protein_coding 5 2 5 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000431933 protein_coding 5 5 3 DHDDS ENSG00000117682 +CDS chr1 26457791 26457905 ENST00000416052 protein_coding 1 3 3 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000236342 protein_coding 12 1 8 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000525682 protein_coding 6 2 7 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000526219 protein_coding 5 1 7 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000360009 protein_coding 6 2 8 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000430232 protein_coding 5 2 6 DHDDS ENSG00000117682 +CDS chr1 26460037 26460144 ENST00000416052 protein_coding 1 3 4 DHDDS ENSG00000117682 +CDS chr1 26467293 26467382 ENST00000416052 protein_coding 1 3 5 DHDDS ENSG00000117682 +CDS chr1 26468892 26469128 ENST00000360009 protein_coding 6 2 9 DHDDS ENSG00000117682 +CDS chr1 26468892 26469128 ENST00000431933 protein_coding 5 5 4 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000236342 protein_coding 12 1 9 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000525682 protein_coding 6 2 8 DHDDS ENSG00000117682 +CDS chr1 26468895 26469128 ENST00000526219 protein_coding 5 1 8 DHDDS ENSG00000117682 +transcript chr1 26472440 26476642 ENST00000361427 protein_coding 6 1 NA HMGN2 ENSG00000198830 +transcript chr1 26472515 26475970 ENST00000619352 protein_coding 4 1 NA HMGN2 ENSG00000198830 +CDS chr1 26472613 26472627 ENST00000361427 protein_coding 6 1 1 HMGN2 ENSG00000198830 +CDS chr1 26472613 26472627 ENST00000619352 protein_coding 4 1 2 HMGN2 ENSG00000198830 +CDS chr1 26473483 26473527 ENST00000361427 protein_coding 6 1 2 HMGN2 ENSG00000198830 +CDS chr1 26473483 26473527 ENST00000619352 protein_coding 4 1 3 HMGN2 ENSG00000198830 +CDS chr1 26473703 26473732 ENST00000361427 protein_coding 6 1 3 HMGN2 ENSG00000198830 +CDS chr1 26473703 26473732 ENST00000619352 protein_coding 4 1 4 HMGN2 ENSG00000198830 +CDS chr1 26474085 26474135 ENST00000361427 protein_coding 6 1 4 HMGN2 ENSG00000198830 +CDS chr1 26474085 26474135 ENST00000619352 protein_coding 4 1 5 HMGN2 ENSG00000198830 +CDS chr1 26474572 26474667 ENST00000361427 protein_coding 6 1 5 HMGN2 ENSG00000198830 +CDS chr1 26474572 26474667 ENST00000619352 protein_coding 4 1 6 HMGN2 ENSG00000198830 +CDS chr1 26475113 26475145 ENST00000361427 protein_coding 6 1 6 HMGN2 ENSG00000198830 +CDS chr1 26475113 26475145 ENST00000619352 protein_coding 4 1 7 HMGN2 ENSG00000198830 +transcript chr1 26529761 26575025 ENST00000374168 protein_coding 7 1 NA RPS6KA1 ENSG00000117676 +transcript chr1 26529778 26575014 ENST00000374166 protein_coding 8 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26529921 26529983 ENST00000374168 protein_coding 7 1 1 RPS6KA1 ENSG00000117676 +CDS chr1 26529921 26529983 ENST00000374166 protein_coding 8 5 1 RPS6KA1 ENSG00000117676 +transcript chr1 26531218 26574431 ENST00000526792 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +transcript chr1 26531328 26554251 ENST00000529454 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26536925 26536969 ENST00000374168 protein_coding 7 1 2 RPS6KA1 ENSG00000117676 +CDS chr1 26536925 26536969 ENST00000374166 protein_coding 8 5 2 RPS6KA1 ENSG00000117676 +transcript chr1 26543112 26575014 ENST00000530003 protein_coding 5 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26543162 26543221 ENST00000530003 protein_coding 5 5 1 RPS6KA1 ENSG00000117676 +transcript chr1 26545852 26574276 ENST00000531382 protein_coding 5 2 NA RPS6KA1 ENSG00000117676 +CDS chr1 26545901 26546035 ENST00000531382 protein_coding 5 2 1 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000374168 protein_coding 7 1 3 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000374166 protein_coding 8 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000530003 protein_coding 5 5 2 RPS6KA1 ENSG00000117676 +CDS chr1 26546867 26546983 ENST00000531382 protein_coding 5 2 2 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000374168 protein_coding 7 1 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000374166 protein_coding 8 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000530003 protein_coding 5 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26547189 26547270 ENST00000531382 protein_coding 5 2 3 RPS6KA1 ENSG00000117676 +CDS chr1 26547240 26547270 ENST00000526792 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26547240 26547270 ENST00000529454 protein_coding 5 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000374168 protein_coding 7 1 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000374166 protein_coding 8 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000526792 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000529454 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000530003 protein_coding 5 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551397 26551477 ENST00000531382 protein_coding 5 2 4 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000374168 protein_coding 7 1 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000374166 protein_coding 8 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000526792 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000529454 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000530003 protein_coding 5 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26551644 26551723 ENST00000531382 protein_coding 5 2 5 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000374168 protein_coding 7 1 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000374166 protein_coding 8 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000526792 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000529454 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000530003 protein_coding 5 5 6 RPS6KA1 ENSG00000117676 +CDS chr1 26553391 26553497 ENST00000531382 protein_coding 5 2 6 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000374168 protein_coding 7 1 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000374166 protein_coding 8 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000526792 protein_coding 5 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000529454 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000530003 protein_coding 5 5 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554214 26554251 ENST00000531382 protein_coding 5 2 7 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000374168 protein_coding 7 1 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000374166 protein_coding 8 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000526792 protein_coding 5 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000530003 protein_coding 5 5 8 RPS6KA1 ENSG00000117676 +CDS chr1 26554596 26554738 ENST00000531382 protein_coding 5 2 8 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000374168 protein_coding 7 1 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000526792 protein_coding 5 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000530003 protein_coding 5 5 9 RPS6KA1 ENSG00000117676 +CDS chr1 26555151 26555221 ENST00000531382 protein_coding 5 2 9 RPS6KA1 ENSG00000117676 +CDS chr1 26555184 26555221 ENST00000374166 protein_coding 8 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000374168 protein_coding 7 1 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000374166 protein_coding 8 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000526792 protein_coding 5 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000530003 protein_coding 5 5 10 RPS6KA1 ENSG00000117676 +CDS chr1 26555537 26555625 ENST00000531382 protein_coding 5 2 10 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000374168 protein_coding 7 1 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000374166 protein_coding 8 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000526792 protein_coding 5 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000530003 protein_coding 5 5 11 RPS6KA1 ENSG00000117676 +CDS chr1 26556654 26556718 ENST00000531382 protein_coding 5 2 11 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000374168 protein_coding 7 1 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000374166 protein_coding 8 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000526792 protein_coding 5 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000530003 protein_coding 5 5 12 RPS6KA1 ENSG00000117676 +CDS chr1 26556998 26557100 ENST00000531382 protein_coding 5 2 12 RPS6KA1 ENSG00000117676 +transcript chr1 26557043 26571508 ENST00000403732 protein_coding 2 5 NA RPS6KA1 ENSG00000117676 +CDS chr1 26557043 26557100 ENST00000403732 protein_coding 2 5 1 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000374168 protein_coding 7 1 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000374166 protein_coding 8 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000526792 protein_coding 5 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000530003 protein_coding 5 5 13 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000531382 protein_coding 5 2 13 RPS6KA1 ENSG00000117676 +CDS chr1 26558807 26558937 ENST00000403732 protein_coding 2 5 2 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000374168 protein_coding 7 1 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000374166 protein_coding 8 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000526792 protein_coding 5 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000530003 protein_coding 5 5 14 RPS6KA1 ENSG00000117676 +CDS chr1 26560726 26560851 ENST00000531382 protein_coding 5 2 14 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000374168 protein_coding 7 1 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000374166 protein_coding 8 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000526792 protein_coding 5 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000530003 protein_coding 5 5 15 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000531382 protein_coding 5 2 15 RPS6KA1 ENSG00000117676 +CDS chr1 26561045 26561134 ENST00000403732 protein_coding 2 5 3 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000374168 protein_coding 7 1 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000374166 protein_coding 8 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000526792 protein_coding 5 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000530003 protein_coding 5 5 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000531382 protein_coding 5 2 16 RPS6KA1 ENSG00000117676 +CDS chr1 26561505 26561663 ENST00000403732 protein_coding 2 5 4 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000374168 protein_coding 7 1 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000374166 protein_coding 8 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000526792 protein_coding 5 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000530003 protein_coding 5 5 17 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571610 ENST00000531382 protein_coding 5 2 17 RPS6KA1 ENSG00000117676 +CDS chr1 26571449 26571508 ENST00000403732 protein_coding 2 5 5 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000374168 protein_coding 7 1 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000374166 protein_coding 8 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000526792 protein_coding 5 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000530003 protein_coding 5 5 18 RPS6KA1 ENSG00000117676 +CDS chr1 26571849 26571925 ENST00000531382 protein_coding 5 2 18 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000374168 protein_coding 7 1 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000374166 protein_coding 8 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000526792 protein_coding 5 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000530003 protein_coding 5 5 19 RPS6KA1 ENSG00000117676 +CDS chr1 26572176 26572293 ENST00000531382 protein_coding 5 2 19 RPS6KA1 ENSG00000117676 +transcript chr1 26572270 26574734 ENST00000438977 protein_coding 1 3 NA RPS6KA1 ENSG00000117676 +CDS chr1 26572270 26572293 ENST00000438977 protein_coding 1 3 1 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000374168 protein_coding 7 1 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000374166 protein_coding 8 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000526792 protein_coding 5 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000530003 protein_coding 5 5 20 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000531382 protein_coding 5 2 20 RPS6KA1 ENSG00000117676 +CDS chr1 26573224 26573361 ENST00000438977 protein_coding 1 3 2 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000374168 protein_coding 7 1 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000374166 protein_coding 8 5 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000526792 protein_coding 5 5 22 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000530003 protein_coding 5 5 21 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574198 ENST00000531382 protein_coding 5 2 21 RPS6KA1 ENSG00000117676 +CDS chr1 26574079 26574197 ENST00000438977 protein_coding 1 3 3 RPS6KA1 ENSG00000117676 +CDS chr1 26574377 26574440 ENST00000438977 protein_coding 1 3 4 RPS6KA1 ENSG00000117676 +transcript chr1 26693236 26781177 ENST00000430799 protein_coding 7 5 NA ARID1A ENSG00000117713 +transcript chr1 26696015 26782104 ENST00000324856 protein_coding 13 1 NA ARID1A ENSG00000117713 +transcript chr1 26696032 26731568 ENST00000637465 protein_coding 1 5 NA ARID1A ENSG00000117713 +CDS chr1 26696404 26697540 ENST00000324856 protein_coding 13 1 1 ARID1A ENSG00000117713 +transcript chr1 26696404 26780817 ENST00000457599 protein_coding 6 5 NA ARID1A ENSG00000117713 +CDS chr1 26696404 26697540 ENST00000457599 protein_coding 6 5 1 ARID1A ENSG00000117713 +transcript chr1 26727708 26731318 ENST00000524572 protein_coding 1 4 NA ARID1A ENSG00000117713 +transcript chr1 26728912 26780756 ENST00000374152 protein_coding 7 5 NA ARID1A ENSG00000117713 +CDS chr1 26729651 26729863 ENST00000324856 protein_coding 13 1 2 ARID1A ENSG00000117713 +CDS chr1 26729651 26729863 ENST00000457599 protein_coding 6 5 2 ARID1A ENSG00000117713 +transcript chr1 26729657 26782102 ENST00000636219 protein_coding 1 5 NA ARID1A ENSG00000117713 +CDS chr1 26729657 26729863 ENST00000636219 protein_coding 1 5 1 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000430799 protein_coding 7 5 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000637465 protein_coding 1 5 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000524572 protein_coding 1 4 2 ARID1A ENSG00000117713 +CDS chr1 26729663 26729863 ENST00000374152 protein_coding 7 5 1 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000430799 protein_coding 7 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000324856 protein_coding 13 1 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731568 ENST00000637465 protein_coding 1 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000457599 protein_coding 6 5 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731318 ENST00000524572 protein_coding 1 4 3 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000374152 protein_coding 7 5 2 ARID1A ENSG00000117713 +CDS chr1 26731152 26731604 ENST00000636219 protein_coding 1 5 2 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000430799 protein_coding 7 5 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000324856 protein_coding 13 1 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000457599 protein_coding 6 5 4 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000374152 protein_coding 7 5 3 ARID1A ENSG00000117713 +CDS chr1 26732676 26732792 ENST00000636219 protein_coding 1 5 3 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000430799 protein_coding 7 5 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000324856 protein_coding 13 1 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000457599 protein_coding 6 5 5 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000374152 protein_coding 7 5 4 ARID1A ENSG00000117713 +CDS chr1 26760856 26761096 ENST00000636219 protein_coding 1 5 4 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000430799 protein_coding 7 5 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000324856 protein_coding 13 1 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000457599 protein_coding 6 5 6 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000374152 protein_coding 7 5 5 ARID1A ENSG00000117713 +CDS chr1 26761384 26761473 ENST00000636219 protein_coding 1 5 5 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000430799 protein_coding 7 5 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000324856 protein_coding 13 1 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000457599 protein_coding 6 5 7 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000374152 protein_coding 7 5 6 ARID1A ENSG00000117713 +CDS chr1 26762152 26762319 ENST00000636219 protein_coding 1 5 6 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000430799 protein_coding 7 5 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000324856 protein_coding 13 1 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000457599 protein_coding 6 5 8 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000374152 protein_coding 7 5 7 ARID1A ENSG00000117713 +CDS chr1 26762973 26763285 ENST00000636219 protein_coding 1 5 7 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000430799 protein_coding 7 5 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000324856 protein_coding 13 1 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000457599 protein_coding 6 5 9 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000374152 protein_coding 7 5 8 ARID1A ENSG00000117713 +CDS chr1 26766221 26766366 ENST00000636219 protein_coding 1 5 8 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000430799 protein_coding 7 5 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000324856 protein_coding 13 1 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000457599 protein_coding 6 5 10 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000374152 protein_coding 7 5 9 ARID1A ENSG00000117713 +CDS chr1 26766457 26766566 ENST00000636219 protein_coding 1 5 9 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000430799 protein_coding 7 5 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000324856 protein_coding 13 1 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000457599 protein_coding 6 5 11 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000374152 protein_coding 7 5 10 ARID1A ENSG00000117713 +CDS chr1 26767790 26767999 ENST00000636219 protein_coding 1 5 10 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000430799 protein_coding 7 5 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000324856 protein_coding 13 1 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000457599 protein_coding 6 5 12 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000374152 protein_coding 7 5 11 ARID1A ENSG00000117713 +CDS chr1 26771119 26771326 ENST00000636219 protein_coding 1 5 11 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000430799 protein_coding 7 5 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000324856 protein_coding 13 1 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000457599 protein_coding 6 5 13 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000374152 protein_coding 7 5 12 ARID1A ENSG00000117713 +CDS chr1 26772500 26772632 ENST00000636219 protein_coding 1 5 12 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000324856 protein_coding 13 1 14 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000457599 protein_coding 6 5 14 ARID1A ENSG00000117713 +CDS chr1 26772812 26772987 ENST00000374152 protein_coding 7 5 13 ARID1A ENSG00000117713 +CDS chr1 26772815 26772987 ENST00000430799 protein_coding 7 5 14 ARID1A ENSG00000117713 +CDS chr1 26772815 26772987 ENST00000636219 protein_coding 1 5 13 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000430799 protein_coding 7 5 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000324856 protein_coding 13 1 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000457599 protein_coding 6 5 15 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000374152 protein_coding 7 5 14 ARID1A ENSG00000117713 +CDS chr1 26773346 26773496 ENST00000636219 protein_coding 1 5 14 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000430799 protein_coding 7 5 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000324856 protein_coding 13 1 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000457599 protein_coding 6 5 16 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000374152 protein_coding 7 5 15 ARID1A ENSG00000117713 +CDS chr1 26773580 26773717 ENST00000636219 protein_coding 1 5 15 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000430799 protein_coding 7 5 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000324856 protein_coding 13 1 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000457599 protein_coding 6 5 17 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000374152 protein_coding 7 5 16 ARID1A ENSG00000117713 +CDS chr1 26773802 26773898 ENST00000636219 protein_coding 1 5 16 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000430799 protein_coding 7 5 18 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000324856 protein_coding 13 1 18 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000374152 protein_coding 7 5 17 ARID1A ENSG00000117713 +CDS chr1 26774329 26775220 ENST00000636219 protein_coding 1 5 17 ARID1A ENSG00000117713 +CDS chr1 26774980 26775220 ENST00000457599 protein_coding 6 5 18 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000430799 protein_coding 7 5 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000324856 protein_coding 13 1 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000457599 protein_coding 6 5 19 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000374152 protein_coding 7 5 18 ARID1A ENSG00000117713 +CDS chr1 26775577 26775707 ENST00000636219 protein_coding 1 5 18 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000430799 protein_coding 7 5 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000324856 protein_coding 13 1 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000457599 protein_coding 6 5 20 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000374152 protein_coding 7 5 19 ARID1A ENSG00000117713 +CDS chr1 26779023 26780753 ENST00000636219 protein_coding 1 5 19 ARID1A ENSG00000117713 +transcript chr1 26787054 26798257 ENST00000455364 protein_coding 2 3 NA PIGV ENSG00000060642 +transcript chr1 26787645 26798394 ENST00000686194 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787675 26800645 ENST00000674335 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787944 26798297 ENST00000693629 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787944 26798297 ENST00000686655 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787948 26798382 ENST00000688730 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787950 26798382 ENST00000688522 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787950 26800659 ENST00000674202 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787952 26798401 ENST00000691454 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787958 26798257 ENST00000689130 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26798270 ENST00000687468 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26798270 ENST00000686325 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787967 26800659 ENST00000674222 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26787978 26798382 ENST00000691135 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26788177 26798268 ENST00000374145 protein_coding 6 2 NA PIGV ENSG00000060642 +transcript chr1 26788177 26800642 ENST00000431541 protein_coding 6 2 NA PIGV ENSG00000060642 +transcript chr1 26788195 26800652 ENST00000674273 protein_coding 1 NA NA PIGV ENSG00000060642 +transcript chr1 26788928 26798268 ENST00000078527 protein_coding 9 1 NA PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000455364 protein_coding 2 3 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000686194 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000693629 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000688522 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674202 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000691454 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000687468 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000686325 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674222 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000691135 protein_coding 1 NA 1 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000374145 protein_coding 6 2 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000431541 protein_coding 6 2 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000674273 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26790816 26790893 ENST00000078527 protein_coding 9 1 2 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000455364 protein_coding 2 3 3 PIGV ENSG00000060642 +CDS chr1 26794113 26794206 ENST00000686194 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000688522 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674202 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000691454 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795214 ENST00000687468 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000686325 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674222 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000691135 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000374145 protein_coding 6 2 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795214 ENST00000431541 protein_coding 6 2 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000674273 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26794113 26795234 ENST00000078527 protein_coding 9 1 3 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000674335 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000688730 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794416 26795234 ENST00000689130 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26794834 26795234 ENST00000686194 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797440 26797466 ENST00000691454 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000455364 protein_coding 2 3 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000686194 protein_coding 1 NA 5 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674335 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000693629 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000688730 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000688522 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674202 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797891 ENST00000687468 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674222 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000691135 protein_coding 1 NA 3 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000374145 protein_coding 6 2 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797891 ENST00000431541 protein_coding 6 2 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000674273 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797563 26797841 ENST00000078527 protein_coding 9 1 4 PIGV ENSG00000060642 +CDS chr1 26797574 26797891 ENST00000686325 protein_coding 1 NA 4 PIGV ENSG00000060642 +CDS chr1 26797599 26797841 ENST00000686655 protein_coding 1 NA 2 PIGV ENSG00000060642 +CDS chr1 26797615 26797644 ENST00000689130 protein_coding 1 NA 3 PIGV ENSG00000060642 +transcript chr1 26826688 26857604 ENST00000374142 protein_coding 9 1 NA ZDHHC18 ENSG00000204160 +CDS chr1 26826805 26827139 ENST00000374142 protein_coding 9 1 1 ZDHHC18 ENSG00000204160 +transcript chr1 26832004 26853963 ENST00000374141 protein_coding 6 2 NA ZDHHC18 ENSG00000204160 +transcript chr1 26832020 26851174 ENST00000534643 protein_coding 5 4 NA ZDHHC18 ENSG00000204160 +CDS chr1 26832447 26832607 ENST00000374142 protein_coding 9 1 2 ZDHHC18 ENSG00000204160 +CDS chr1 26832517 26832607 ENST00000374141 protein_coding 6 2 2 ZDHHC18 ENSG00000204160 +CDS chr1 26832517 26832607 ENST00000534643 protein_coding 5 4 2 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000374142 protein_coding 9 1 3 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000374141 protein_coding 6 2 3 ZDHHC18 ENSG00000204160 +CDS chr1 26848608 26848757 ENST00000534643 protein_coding 5 4 3 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000374142 protein_coding 9 1 4 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000374141 protein_coding 6 2 4 ZDHHC18 ENSG00000204160 +CDS chr1 26850301 26850438 ENST00000534643 protein_coding 5 4 4 ZDHHC18 ENSG00000204160 +transcript chr1 26850362 26857602 ENST00000488397 protein_coding 3 2 NA ZDHHC18 ENSG00000204160 +CDS chr1 26850362 26850438 ENST00000488397 protein_coding 3 2 1 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000374142 protein_coding 9 1 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000374141 protein_coding 6 2 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000534643 protein_coding 5 4 5 ZDHHC18 ENSG00000204160 +CDS chr1 26850558 26850606 ENST00000488397 protein_coding 3 2 2 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000374142 protein_coding 9 1 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000374141 protein_coding 6 2 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851174 ENST00000534643 protein_coding 5 4 6 ZDHHC18 ENSG00000204160 +CDS chr1 26851129 26851231 ENST00000488397 protein_coding 3 2 3 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000374142 protein_coding 9 1 7 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000374141 protein_coding 6 2 7 ZDHHC18 ENSG00000204160 +CDS chr1 26852753 26852865 ENST00000488397 protein_coding 3 2 4 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853840 ENST00000374142 protein_coding 9 1 8 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853840 ENST00000374141 protein_coding 6 2 8 ZDHHC18 ENSG00000204160 +CDS chr1 26853726 26853825 ENST00000488397 protein_coding 3 2 5 ZDHHC18 ENSG00000204160 +CDS chr1 26856185 26856223 ENST00000488397 protein_coding 3 2 6 ZDHHC18 ENSG00000204160 +transcript chr1 26863149 26864456 ENST00000339276 protein_coding 6 NA NA SFN ENSG00000175793 +CDS chr1 26863213 26863956 ENST00000339276 protein_coding 6 NA 1 SFN ENSG00000175793 +transcript chr1 26876132 26890283 ENST00000374135 protein_coding 9 1 NA GPN2 ENSG00000142751 +transcript chr1 26879376 26886525 ENST00000374133 protein_coding 3 3 NA GPN2 ENSG00000142751 +CDS chr1 26879680 26879749 ENST00000374135 protein_coding 9 1 5 GPN2 ENSG00000142751 +CDS chr1 26879680 26879749 ENST00000374133 protein_coding 3 3 4 GPN2 ENSG00000142751 +CDS chr1 26884160 26884290 ENST00000374135 protein_coding 9 1 4 GPN2 ENSG00000142751 +CDS chr1 26884160 26884290 ENST00000374133 protein_coding 3 3 3 GPN2 ENSG00000142751 +transcript chr1 26884233 26890260 ENST00000431781 protein_coding 2 5 NA GPN2 ENSG00000142751 +CDS chr1 26885973 26886133 ENST00000374135 protein_coding 9 1 3 GPN2 ENSG00000142751 +CDS chr1 26885973 26886133 ENST00000374133 protein_coding 3 3 2 GPN2 ENSG00000142751 +CDS chr1 26886477 26886507 ENST00000374133 protein_coding 3 3 1 GPN2 ENSG00000142751 +CDS chr1 26888969 26889125 ENST00000374135 protein_coding 9 1 2 GPN2 ENSG00000142751 +CDS chr1 26888989 26889125 ENST00000431781 protein_coding 2 5 3 GPN2 ENSG00000142751 +CDS chr1 26889686 26890096 ENST00000374135 protein_coding 9 1 1 GPN2 ENSG00000142751 +CDS chr1 26889686 26889732 ENST00000431781 protein_coding 2 5 2 GPN2 ENSG00000142751 +CDS chr1 26889945 26890096 ENST00000431781 protein_coding 2 5 1 GPN2 ENSG00000142751 +transcript chr1 26890488 26893448 ENST00000445019 protein_coding 5 3 NA GPATCH3 ENSG00000198746 +transcript chr1 26890488 26900467 ENST00000361720 protein_coding 10 1 NA GPATCH3 ENSG00000198746 +CDS chr1 26890807 26890851 ENST00000445019 protein_coding 5 3 3 GPATCH3 ENSG00000198746 +CDS chr1 26891013 26891226 ENST00000361720 protein_coding 10 1 7 GPATCH3 ENSG00000198746 +transcript chr1 26891057 26892892 ENST00000450844 protein_coding 1 2 NA GPATCH3 ENSG00000198746 +CDS chr1 26891057 26891226 ENST00000450844 protein_coding 1 2 3 GPATCH3 ENSG00000198746 +CDS chr1 26892411 26892538 ENST00000361720 protein_coding 10 1 6 GPATCH3 ENSG00000198746 +CDS chr1 26892411 26892538 ENST00000450844 protein_coding 1 2 2 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892791 ENST00000445019 protein_coding 5 3 2 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892791 ENST00000361720 protein_coding 10 1 5 GPATCH3 ENSG00000198746 +CDS chr1 26892670 26892756 ENST00000450844 protein_coding 1 2 1 GPATCH3 ENSG00000198746 +CDS chr1 26893389 26893448 ENST00000445019 protein_coding 5 3 1 GPATCH3 ENSG00000198746 +CDS chr1 26893389 26893448 ENST00000361720 protein_coding 10 1 4 GPATCH3 ENSG00000198746 +CDS chr1 26894236 26894410 ENST00000361720 protein_coding 10 1 3 GPATCH3 ENSG00000198746 +CDS chr1 26897301 26897725 ENST00000361720 protein_coding 10 1 2 GPATCH3 ENSG00000198746 +CDS chr1 26899992 26900442 ENST00000361720 protein_coding 10 1 1 GPATCH3 ENSG00000198746 +transcript chr1 26900238 26942776 ENST00000435827 protein_coding 6 5 NA NUDC ENSG00000090273 +CDS chr1 26911143 26911235 ENST00000435827 protein_coding 6 5 3 NUDC ENSG00000090273 +transcript chr1 26911489 26913975 ENST00000254227 protein_coding 4 1 NA NR0B2 ENSG00000131910 +CDS chr1 26911848 26912086 ENST00000254227 protein_coding 4 1 2 NR0B2 ENSG00000131910 +CDS chr1 26913409 26913940 ENST00000254227 protein_coding 4 1 1 NR0B2 ENSG00000131910 +transcript chr1 26921743 26946871 ENST00000321265 protein_coding 10 1 NA NUDC ENSG00000090273 +CDS chr1 26921849 26921929 ENST00000321265 protein_coding 10 1 1 NUDC ENSG00000090273 +transcript chr1 26922142 26942776 ENST00000452707 protein_coding 1 3 NA NUDC ENSG00000090273 +CDS chr1 26924089 26924166 ENST00000435827 protein_coding 6 5 4 NUDC ENSG00000090273 +CDS chr1 26924089 26924166 ENST00000321265 protein_coding 10 1 2 NUDC ENSG00000090273 +CDS chr1 26924155 26924166 ENST00000452707 protein_coding 1 3 2 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000435827 protein_coding 6 5 5 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000321265 protein_coding 10 1 3 NUDC ENSG00000090273 +CDS chr1 26941457 26941660 ENST00000452707 protein_coding 1 3 3 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000435827 protein_coding 6 5 6 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000321265 protein_coding 10 1 4 NUDC ENSG00000090273 +CDS chr1 26941753 26941818 ENST00000452707 protein_coding 1 3 4 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000435827 protein_coding 6 5 7 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000321265 protein_coding 10 1 5 NUDC ENSG00000090273 +CDS chr1 26942660 26942776 ENST00000452707 protein_coding 1 3 5 NUDC ENSG00000090273 +CDS chr1 26942871 26943065 ENST00000321265 protein_coding 10 1 6 NUDC ENSG00000090273 +CDS chr1 26945390 26945473 ENST00000321265 protein_coding 10 1 7 NUDC ENSG00000090273 +CDS chr1 26945568 26945686 ENST00000321265 protein_coding 10 1 8 NUDC ENSG00000090273 +CDS chr1 26946130 26946178 ENST00000321265 protein_coding 10 1 9 NUDC ENSG00000090273 +transcript chr1 26949562 26960468 ENST00000320567 protein_coding 6 2 NA KDF1 ENSG00000175707 +CDS chr1 26950072 26950151 ENST00000320567 protein_coding 6 2 4 KDF1 ENSG00000175707 +CDS chr1 26950682 26950756 ENST00000320567 protein_coding 6 2 3 KDF1 ENSG00000175707 +CDS chr1 26951342 26952380 ENST00000320567 protein_coding 6 2 2 KDF1 ENSG00000175707 +transcript chr1 26993692 27000886 ENST00000522111 protein_coding 3 1 NA TRNP1 ENSG00000253368 +CDS chr1 26993787 26994467 ENST00000522111 protein_coding 3 1 1 TRNP1 ENSG00000253368 +transcript chr1 26994319 27000109 ENST00000531285 protein_coding 1 2 NA TRNP1 ENSG00000253368 +CDS chr1 26994319 26994467 ENST00000531285 protein_coding 1 2 1 TRNP1 ENSG00000253368 +transcript chr1 27005020 27012850 ENST00000289166 protein_coding 6 1 NA TENT5B ENSG00000158246 +CDS chr1 27005947 27006957 ENST00000289166 protein_coding 6 1 2 TENT5B ENSG00000158246 +CDS chr1 27012407 27012670 ENST00000289166 protein_coding 6 1 1 TENT5B ENSG00000158246 +transcript chr1 27098809 27155125 ENST00000263980 protein_coding 8 1 NA SLC9A1 ENSG00000090020 +CDS chr1 27100310 27100644 ENST00000263980 protein_coding 8 1 12 SLC9A1 ENSG00000090020 +CDS chr1 27101203 27101275 ENST00000263980 protein_coding 8 1 11 SLC9A1 ENSG00000090020 +CDS chr1 27101725 27101826 ENST00000263980 protein_coding 8 1 10 SLC9A1 ENSG00000090020 +CDS chr1 27102016 27102130 ENST00000263980 protein_coding 8 1 9 SLC9A1 ENSG00000090020 +CDS chr1 27102385 27102558 ENST00000263980 protein_coding 8 1 8 SLC9A1 ENSG00000090020 +CDS chr1 27102673 27102743 ENST00000263980 protein_coding 8 1 7 SLC9A1 ENSG00000090020 +CDS chr1 27103223 27103312 ENST00000263980 protein_coding 8 1 6 SLC9A1 ENSG00000090020 +transcript chr1 27105451 27154598 ENST00000374086 protein_coding 3 1 NA SLC9A1 ENSG00000090020 +CDS chr1 27105705 27106087 ENST00000374086 protein_coding 3 1 5 SLC9A1 ENSG00000090020 +CDS chr1 27105885 27106087 ENST00000263980 protein_coding 8 1 5 SLC9A1 ENSG00000090020 +CDS chr1 27107648 27107865 ENST00000263980 protein_coding 8 1 4 SLC9A1 ENSG00000090020 +CDS chr1 27107648 27107865 ENST00000374086 protein_coding 3 1 4 SLC9A1 ENSG00000090020 +CDS chr1 27109527 27109777 ENST00000263980 protein_coding 8 1 3 SLC9A1 ENSG00000090020 +CDS chr1 27109527 27109777 ENST00000374086 protein_coding 3 1 3 SLC9A1 ENSG00000090020 +CDS chr1 27113826 27114286 ENST00000263980 protein_coding 8 1 2 SLC9A1 ENSG00000090020 +CDS chr1 27113826 27114286 ENST00000374086 protein_coding 3 1 2 SLC9A1 ENSG00000090020 +transcript chr1 27114233 27166981 ENST00000374084 protein_coding 2 5 NA SLC9A1 ENSG00000090020 +CDS chr1 27114233 27114286 ENST00000374084 protein_coding 2 5 4 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000263980 protein_coding 8 1 1 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000374086 protein_coding 3 1 1 SLC9A1 ENSG00000090020 +CDS chr1 27153983 27154334 ENST00000374084 protein_coding 2 5 3 SLC9A1 ENSG00000090020 +transcript chr1 27234632 27308636 ENST00000319394 protein_coding 8 1 NA WDTC1 ENSG00000142784 +transcript chr1 27234668 27308244 ENST00000361771 protein_coding 7 1 NA WDTC1 ENSG00000142784 +CDS chr1 27261055 27261102 ENST00000361771 protein_coding 7 1 2 WDTC1 ENSG00000142784 +CDS chr1 27261055 27261102 ENST00000319394 protein_coding 8 1 2 WDTC1 ENSG00000142784 +CDS chr1 27263152 27263235 ENST00000361771 protein_coding 7 1 3 WDTC1 ENSG00000142784 +CDS chr1 27263152 27263235 ENST00000319394 protein_coding 8 1 3 WDTC1 ENSG00000142784 +CDS chr1 27282239 27282285 ENST00000361771 protein_coding 7 1 4 WDTC1 ENSG00000142784 +CDS chr1 27282239 27282285 ENST00000319394 protein_coding 8 1 4 WDTC1 ENSG00000142784 +CDS chr1 27283338 27283449 ENST00000361771 protein_coding 7 1 5 WDTC1 ENSG00000142784 +CDS chr1 27283338 27283449 ENST00000319394 protein_coding 8 1 5 WDTC1 ENSG00000142784 +CDS chr1 27287674 27287861 ENST00000361771 protein_coding 7 1 6 WDTC1 ENSG00000142784 +CDS chr1 27287674 27287861 ENST00000319394 protein_coding 8 1 6 WDTC1 ENSG00000142784 +CDS chr1 27292215 27292397 ENST00000361771 protein_coding 7 1 7 WDTC1 ENSG00000142784 +CDS chr1 27292215 27292397 ENST00000319394 protein_coding 8 1 7 WDTC1 ENSG00000142784 +CDS chr1 27294022 27294116 ENST00000361771 protein_coding 7 1 8 WDTC1 ENSG00000142784 +CDS chr1 27294022 27294116 ENST00000319394 protein_coding 8 1 8 WDTC1 ENSG00000142784 +CDS chr1 27294514 27294629 ENST00000361771 protein_coding 7 1 9 WDTC1 ENSG00000142784 +CDS chr1 27294514 27294629 ENST00000319394 protein_coding 8 1 9 WDTC1 ENSG00000142784 +CDS chr1 27296326 27296401 ENST00000361771 protein_coding 7 1 10 WDTC1 ENSG00000142784 +CDS chr1 27296326 27296401 ENST00000319394 protein_coding 8 1 10 WDTC1 ENSG00000142784 +CDS chr1 27297048 27297156 ENST00000319394 protein_coding 8 1 11 WDTC1 ENSG00000142784 +CDS chr1 27297051 27297156 ENST00000361771 protein_coding 7 1 11 WDTC1 ENSG00000142784 +CDS chr1 27297938 27298111 ENST00000361771 protein_coding 7 1 12 WDTC1 ENSG00000142784 +CDS chr1 27297938 27298111 ENST00000319394 protein_coding 8 1 12 WDTC1 ENSG00000142784 +CDS chr1 27301226 27301461 ENST00000361771 protein_coding 7 1 13 WDTC1 ENSG00000142784 +CDS chr1 27301226 27301461 ENST00000319394 protein_coding 8 1 13 WDTC1 ENSG00000142784 +CDS chr1 27303621 27303795 ENST00000361771 protein_coding 7 1 14 WDTC1 ENSG00000142784 +CDS chr1 27303621 27303795 ENST00000319394 protein_coding 8 1 14 WDTC1 ENSG00000142784 +CDS chr1 27305001 27305193 ENST00000361771 protein_coding 7 1 15 WDTC1 ENSG00000142784 +CDS chr1 27305001 27305193 ENST00000319394 protein_coding 8 1 15 WDTC1 ENSG00000142784 +CDS chr1 27306186 27306380 ENST00000361771 protein_coding 7 1 16 WDTC1 ENSG00000142784 +CDS chr1 27306186 27306380 ENST00000319394 protein_coding 8 1 16 WDTC1 ENSG00000142784 +transcript chr1 27322145 27336399 ENST00000611517 protein_coding 4 1 NA TMEM222 ENSG00000186501 +transcript chr1 27322163 27336400 ENST00000374076 protein_coding 9 1 NA TMEM222 ENSG00000186501 +CDS chr1 27322198 27322391 ENST00000374076 protein_coding 9 1 1 TMEM222 ENSG00000186501 +CDS chr1 27322198 27322391 ENST00000611517 protein_coding 4 1 1 TMEM222 ENSG00000186501 +transcript chr1 27322248 27336400 ENST00000608611 protein_coding 5 1 NA TMEM222 ENSG00000186501 +transcript chr1 27322254 27332559 ENST00000466759 protein_coding 5 3 NA TMEM222 ENSG00000186501 +transcript chr1 27322281 27334896 ENST00000464813 protein_coding 5 2 NA TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000608611 protein_coding 5 1 1 TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000466759 protein_coding 5 3 1 TMEM222 ENSG00000186501 +CDS chr1 27322297 27322391 ENST00000464813 protein_coding 5 2 1 TMEM222 ENSG00000186501 +transcript chr1 27322300 27335545 ENST00000498220 protein_coding 1 3 NA TMEM222 ENSG00000186501 +CDS chr1 27322300 27322391 ENST00000498220 protein_coding 1 3 1 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000374076 protein_coding 9 1 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000608611 protein_coding 5 1 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000466759 protein_coding 5 3 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000464813 protein_coding 5 2 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000498220 protein_coding 1 3 2 TMEM222 ENSG00000186501 +CDS chr1 27330720 27330804 ENST00000611517 protein_coding 4 1 2 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000374076 protein_coding 9 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000608611 protein_coding 5 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000466759 protein_coding 5 3 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000464813 protein_coding 5 2 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000498220 protein_coding 1 3 3 TMEM222 ENSG00000186501 +CDS chr1 27332070 27332101 ENST00000611517 protein_coding 4 1 3 TMEM222 ENSG00000186501 +CDS chr1 27332447 27332474 ENST00000466759 protein_coding 5 3 4 TMEM222 ENSG00000186501 +CDS chr1 27333361 27333435 ENST00000498220 protein_coding 1 3 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000374076 protein_coding 9 1 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000608611 protein_coding 5 1 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000464813 protein_coding 5 2 4 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000498220 protein_coding 1 3 5 TMEM222 ENSG00000186501 +CDS chr1 27333958 27334054 ENST00000611517 protein_coding 4 1 4 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000374076 protein_coding 9 1 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000608611 protein_coding 5 1 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334282 ENST00000464813 protein_coding 5 2 5 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000498220 protein_coding 1 3 6 TMEM222 ENSG00000186501 +CDS chr1 27334151 27334281 ENST00000611517 protein_coding 4 1 5 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000374076 protein_coding 9 1 6 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000608611 protein_coding 5 1 6 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000498220 protein_coding 1 3 7 TMEM222 ENSG00000186501 +CDS chr1 27335379 27335463 ENST00000611517 protein_coding 4 1 6 TMEM222 ENSG00000186501 +transcript chr1 27342020 27353901 ENST00000618673 protein_coding 4 5 NA SYTL1 ENSG00000142765 +transcript chr1 27342022 27353932 ENST00000318074 protein_coding 9 2 NA SYTL1 ENSG00000142765 +transcript chr1 27342022 27353932 ENST00000616558 protein_coding 5 1 NA SYTL1 ENSG00000142765 +transcript chr1 27343228 27347458 ENST00000473280 protein_coding 1 3 NA SYTL1 ENSG00000142765 +transcript chr1 27344873 27353930 ENST00000543823 protein_coding 1 1 NA SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000618673 protein_coding 4 5 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000318074 protein_coding 9 2 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000616558 protein_coding 5 1 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000473280 protein_coding 1 3 2 SYTL1 ENSG00000142765 +CDS chr1 27345335 27345525 ENST00000543823 protein_coding 1 1 1 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000618673 protein_coding 4 5 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000318074 protein_coding 9 2 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000616558 protein_coding 5 1 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347458 ENST00000473280 protein_coding 1 3 3 SYTL1 ENSG00000142765 +CDS chr1 27347421 27347569 ENST00000543823 protein_coding 1 1 2 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000618673 protein_coding 4 5 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000318074 protein_coding 9 2 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000616558 protein_coding 5 1 4 SYTL1 ENSG00000142765 +CDS chr1 27347808 27347880 ENST00000543823 protein_coding 1 1 3 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000618673 protein_coding 4 5 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000318074 protein_coding 9 2 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000616558 protein_coding 5 1 5 SYTL1 ENSG00000142765 +CDS chr1 27347967 27348012 ENST00000543823 protein_coding 1 1 4 SYTL1 ENSG00000142765 +CDS chr1 27349080 27349152 ENST00000616558 protein_coding 5 1 6 SYTL1 ENSG00000142765 +CDS chr1 27349080 27349152 ENST00000543823 protein_coding 1 1 5 SYTL1 ENSG00000142765 +CDS chr1 27349116 27349152 ENST00000618673 protein_coding 4 5 6 SYTL1 ENSG00000142765 +CDS chr1 27349116 27349152 ENST00000318074 protein_coding 9 2 6 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000618673 protein_coding 4 5 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000318074 protein_coding 9 2 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000616558 protein_coding 5 1 7 SYTL1 ENSG00000142765 +CDS chr1 27349398 27349498 ENST00000543823 protein_coding 1 1 6 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000618673 protein_coding 4 5 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000318074 protein_coding 9 2 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000616558 protein_coding 5 1 8 SYTL1 ENSG00000142765 +CDS chr1 27349652 27349765 ENST00000543823 protein_coding 1 1 7 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000618673 protein_coding 4 5 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000318074 protein_coding 9 2 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000616558 protein_coding 5 1 9 SYTL1 ENSG00000142765 +CDS chr1 27349972 27350132 ENST00000543823 protein_coding 1 1 8 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000618673 protein_coding 4 5 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000318074 protein_coding 9 2 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000616558 protein_coding 5 1 10 SYTL1 ENSG00000142765 +CDS chr1 27350389 27350485 ENST00000543823 protein_coding 1 1 9 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000318074 protein_coding 9 2 11 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000616558 protein_coding 5 1 11 SYTL1 ENSG00000142765 +CDS chr1 27350794 27350952 ENST00000543823 protein_coding 1 1 10 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000618673 protein_coding 4 5 11 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000318074 protein_coding 9 2 12 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000616558 protein_coding 5 1 12 SYTL1 ENSG00000142765 +CDS chr1 27351258 27351336 ENST00000543823 protein_coding 1 1 11 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000618673 protein_coding 4 5 12 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000318074 protein_coding 9 2 13 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000616558 protein_coding 5 1 13 SYTL1 ENSG00000142765 +CDS chr1 27351456 27351555 ENST00000543823 protein_coding 1 1 12 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000618673 protein_coding 4 5 13 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000318074 protein_coding 9 2 14 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000616558 protein_coding 5 1 14 SYTL1 ENSG00000142765 +CDS chr1 27353283 27353488 ENST00000543823 protein_coding 1 1 13 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000618673 protein_coding 4 5 14 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000318074 protein_coding 9 2 15 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000616558 protein_coding 5 1 15 SYTL1 ENSG00000142765 +CDS chr1 27353713 27353849 ENST00000543823 protein_coding 1 1 14 SYTL1 ENSG00000142765 +transcript chr1 27355184 27356471 ENST00000486046 protein_coding 5 3 NA MAP3K6 ENSG00000142733 +transcript chr1 27355184 27366961 ENST00000357582 protein_coding 3 1 NA MAP3K6 ENSG00000142733 +transcript chr1 27355186 27366858 ENST00000374040 protein_coding 7 1 NA MAP3K6 ENSG00000142733 +CDS chr1 27355383 27355469 ENST00000486046 protein_coding 5 3 3 MAP3K6 ENSG00000142733 +CDS chr1 27355394 27355469 ENST00000357582 protein_coding 3 1 29 MAP3K6 ENSG00000142733 +CDS chr1 27355394 27355469 ENST00000374040 protein_coding 7 1 28 MAP3K6 ENSG00000142733 +CDS chr1 27355669 27355745 ENST00000357582 protein_coding 3 1 28 MAP3K6 ENSG00000142733 +CDS chr1 27355669 27355745 ENST00000374040 protein_coding 7 1 27 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000486046 protein_coding 5 3 2 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000357582 protein_coding 3 1 27 MAP3K6 ENSG00000142733 +CDS chr1 27356026 27356099 ENST00000374040 protein_coding 7 1 26 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356471 ENST00000486046 protein_coding 5 3 1 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356500 ENST00000357582 protein_coding 3 1 26 MAP3K6 ENSG00000142733 +CDS chr1 27356388 27356500 ENST00000374040 protein_coding 7 1 25 MAP3K6 ENSG00000142733 +CDS chr1 27356590 27356749 ENST00000357582 protein_coding 3 1 25 MAP3K6 ENSG00000142733 +CDS chr1 27356590 27356749 ENST00000374040 protein_coding 7 1 24 MAP3K6 ENSG00000142733 +CDS chr1 27357009 27357114 ENST00000357582 protein_coding 3 1 24 MAP3K6 ENSG00000142733 +CDS chr1 27357009 27357114 ENST00000374040 protein_coding 7 1 23 MAP3K6 ENSG00000142733 +CDS chr1 27357400 27357576 ENST00000357582 protein_coding 3 1 23 MAP3K6 ENSG00000142733 +CDS chr1 27357400 27357576 ENST00000374040 protein_coding 7 1 22 MAP3K6 ENSG00000142733 +CDS chr1 27357711 27357876 ENST00000357582 protein_coding 3 1 22 MAP3K6 ENSG00000142733 +CDS chr1 27357711 27357876 ENST00000374040 protein_coding 7 1 21 MAP3K6 ENSG00000142733 +CDS chr1 27358181 27358319 ENST00000357582 protein_coding 3 1 21 MAP3K6 ENSG00000142733 +CDS chr1 27358181 27358319 ENST00000374040 protein_coding 7 1 20 MAP3K6 ENSG00000142733 +CDS chr1 27358419 27358611 ENST00000357582 protein_coding 3 1 20 MAP3K6 ENSG00000142733 +CDS chr1 27358419 27358611 ENST00000374040 protein_coding 7 1 19 MAP3K6 ENSG00000142733 +CDS chr1 27358709 27358866 ENST00000357582 protein_coding 3 1 19 MAP3K6 ENSG00000142733 +CDS chr1 27358709 27358866 ENST00000374040 protein_coding 7 1 18 MAP3K6 ENSG00000142733 +CDS chr1 27359417 27359522 ENST00000357582 protein_coding 3 1 18 MAP3K6 ENSG00000142733 +CDS chr1 27359417 27359522 ENST00000374040 protein_coding 7 1 17 MAP3K6 ENSG00000142733 +CDS chr1 27359858 27359994 ENST00000357582 protein_coding 3 1 17 MAP3K6 ENSG00000142733 +CDS chr1 27359858 27359994 ENST00000374040 protein_coding 7 1 16 MAP3K6 ENSG00000142733 +CDS chr1 27360241 27360368 ENST00000357582 protein_coding 3 1 16 MAP3K6 ENSG00000142733 +CDS chr1 27360241 27360368 ENST00000374040 protein_coding 7 1 15 MAP3K6 ENSG00000142733 +CDS chr1 27360705 27360838 ENST00000357582 protein_coding 3 1 15 MAP3K6 ENSG00000142733 +CDS chr1 27360705 27360838 ENST00000374040 protein_coding 7 1 14 MAP3K6 ENSG00000142733 +CDS chr1 27360921 27361008 ENST00000357582 protein_coding 3 1 14 MAP3K6 ENSG00000142733 +CDS chr1 27360921 27361008 ENST00000374040 protein_coding 7 1 13 MAP3K6 ENSG00000142733 +CDS chr1 27361157 27361252 ENST00000357582 protein_coding 3 1 13 MAP3K6 ENSG00000142733 +CDS chr1 27361157 27361252 ENST00000374040 protein_coding 7 1 12 MAP3K6 ENSG00000142733 +CDS chr1 27361346 27361395 ENST00000357582 protein_coding 3 1 12 MAP3K6 ENSG00000142733 +CDS chr1 27361346 27361395 ENST00000374040 protein_coding 7 1 11 MAP3K6 ENSG00000142733 +CDS chr1 27361520 27361627 ENST00000357582 protein_coding 3 1 11 MAP3K6 ENSG00000142733 +CDS chr1 27361520 27361627 ENST00000374040 protein_coding 7 1 10 MAP3K6 ENSG00000142733 +CDS chr1 27361705 27361867 ENST00000357582 protein_coding 3 1 10 MAP3K6 ENSG00000142733 +CDS chr1 27361705 27361867 ENST00000374040 protein_coding 7 1 9 MAP3K6 ENSG00000142733 +CDS chr1 27362091 27362250 ENST00000357582 protein_coding 3 1 9 MAP3K6 ENSG00000142733 +CDS chr1 27362091 27362250 ENST00000374040 protein_coding 7 1 8 MAP3K6 ENSG00000142733 +CDS chr1 27362641 27362753 ENST00000357582 protein_coding 3 1 8 MAP3K6 ENSG00000142733 +CDS chr1 27362641 27362753 ENST00000374040 protein_coding 7 1 7 MAP3K6 ENSG00000142733 +CDS chr1 27362851 27363021 ENST00000357582 protein_coding 3 1 7 MAP3K6 ENSG00000142733 +CDS chr1 27362851 27363021 ENST00000374040 protein_coding 7 1 6 MAP3K6 ENSG00000142733 +CDS chr1 27363442 27363548 ENST00000357582 protein_coding 3 1 6 MAP3K6 ENSG00000142733 +CDS chr1 27363442 27363548 ENST00000374040 protein_coding 7 1 5 MAP3K6 ENSG00000142733 +CDS chr1 27363917 27364085 ENST00000357582 protein_coding 3 1 5 MAP3K6 ENSG00000142733 +CDS chr1 27363917 27364085 ENST00000374040 protein_coding 7 1 4 MAP3K6 ENSG00000142733 +CDS chr1 27364204 27364394 ENST00000357582 protein_coding 3 1 4 MAP3K6 ENSG00000142733 +CDS chr1 27364204 27364394 ENST00000374040 protein_coding 7 1 3 MAP3K6 ENSG00000142733 +CDS chr1 27364661 27364684 ENST00000357582 protein_coding 3 1 3 MAP3K6 ENSG00000142733 +CDS chr1 27364773 27364912 ENST00000357582 protein_coding 3 1 2 MAP3K6 ENSG00000142733 +CDS chr1 27364773 27364912 ENST00000374040 protein_coding 7 1 2 MAP3K6 ENSG00000142733 +CDS chr1 27366258 27366597 ENST00000357582 protein_coding 3 1 1 MAP3K6 ENSG00000142733 +CDS chr1 27366258 27366597 ENST00000374040 protein_coding 7 1 1 MAP3K6 ENSG00000142733 +transcript chr1 27369110 27374824 ENST00000270879 protein_coding 9 1 NA FCN3 ENSG00000142748 +transcript chr1 27369112 27374824 ENST00000354982 protein_coding 2 1 NA FCN3 ENSG00000142748 +CDS chr1 27369239 27369477 ENST00000270879 protein_coding 9 1 8 FCN3 ENSG00000142748 +CDS chr1 27369239 27369477 ENST00000354982 protein_coding 2 1 7 FCN3 ENSG00000142748 +CDS chr1 27370596 27370730 ENST00000270879 protein_coding 9 1 7 FCN3 ENSG00000142748 +CDS chr1 27370596 27370730 ENST00000354982 protein_coding 2 1 6 FCN3 ENSG00000142748 +CDS chr1 27370843 27370972 ENST00000270879 protein_coding 9 1 6 FCN3 ENSG00000142748 +CDS chr1 27370843 27370972 ENST00000354982 protein_coding 2 1 5 FCN3 ENSG00000142748 +CDS chr1 27373136 27373263 ENST00000270879 protein_coding 9 1 5 FCN3 ENSG00000142748 +CDS chr1 27373136 27373263 ENST00000354982 protein_coding 2 1 4 FCN3 ENSG00000142748 +CDS chr1 27373488 27373520 ENST00000270879 protein_coding 9 1 4 FCN3 ENSG00000142748 +CDS chr1 27373965 27374009 ENST00000270879 protein_coding 9 1 3 FCN3 ENSG00000142748 +CDS chr1 27373965 27374009 ENST00000354982 protein_coding 2 1 3 FCN3 ENSG00000142748 +CDS chr1 27374356 27374451 ENST00000270879 protein_coding 9 1 2 FCN3 ENSG00000142748 +CDS chr1 27374356 27374451 ENST00000354982 protein_coding 2 1 2 FCN3 ENSG00000142748 +CDS chr1 27374728 27374818 ENST00000270879 protein_coding 9 1 1 FCN3 ENSG00000142748 +CDS chr1 27374728 27374818 ENST00000354982 protein_coding 2 1 1 FCN3 ENSG00000142748 +transcript chr1 27379176 27383303 ENST00000374027 protein_coding 7 1 NA CD164L2 ENSG00000174950 +transcript chr1 27379176 27383333 ENST00000374030 protein_coding 3 5 NA CD164L2 ENSG00000174950 +CDS chr1 27379506 27379509 ENST00000374030 protein_coding 3 5 6 CD164L2 ENSG00000174950 +CDS chr1 27380050 27380195 ENST00000374027 protein_coding 7 1 5 CD164L2 ENSG00000174950 +CDS chr1 27380051 27380195 ENST00000374030 protein_coding 3 5 5 CD164L2 ENSG00000174950 +CDS chr1 27381780 27381824 ENST00000374027 protein_coding 7 1 4 CD164L2 ENSG00000174950 +CDS chr1 27381780 27381824 ENST00000374030 protein_coding 3 5 4 CD164L2 ENSG00000174950 +CDS chr1 27382328 27382399 ENST00000374027 protein_coding 7 1 3 CD164L2 ENSG00000174950 +CDS chr1 27382328 27382399 ENST00000374030 protein_coding 3 5 3 CD164L2 ENSG00000174950 +CDS chr1 27382500 27382667 ENST00000374027 protein_coding 7 1 2 CD164L2 ENSG00000174950 +CDS chr1 27382500 27382667 ENST00000374030 protein_coding 3 5 2 CD164L2 ENSG00000174950 +CDS chr1 27383152 27383239 ENST00000374027 protein_coding 7 1 1 CD164L2 ENSG00000174950 +CDS chr1 27383152 27383239 ENST00000374030 protein_coding 3 5 1 CD164L2 ENSG00000174950 +transcript chr1 27392622 27395814 ENST00000374024 protein_coding 4 1 NA GPR3 ENSG00000181773 +CDS chr1 27393799 27394788 ENST00000374024 protein_coding 4 1 2 GPR3 ENSG00000181773 +transcript chr1 27404230 27490167 ENST00000618852 protein_coding 5 1 NA WASF2 ENSG00000158195 +CDS chr1 27408192 27408346 ENST00000618852 protein_coding 5 1 9 WASF2 ENSG00000158195 +transcript chr1 27408197 27490051 ENST00000536657 protein_coding 1 2 NA WASF2 ENSG00000158195 +CDS chr1 27408328 27408346 ENST00000536657 protein_coding 1 2 8 WASF2 ENSG00000158195 +CDS chr1 27409692 27410206 ENST00000618852 protein_coding 5 1 8 WASF2 ENSG00000158195 +CDS chr1 27412572 27412727 ENST00000618852 protein_coding 5 1 7 WASF2 ENSG00000158195 +CDS chr1 27412572 27412727 ENST00000536657 protein_coding 1 2 7 WASF2 ENSG00000158195 +CDS chr1 27414833 27414963 ENST00000618852 protein_coding 5 1 6 WASF2 ENSG00000158195 +CDS chr1 27414833 27414963 ENST00000536657 protein_coding 1 2 6 WASF2 ENSG00000158195 +CDS chr1 27415985 27416102 ENST00000618852 protein_coding 5 1 5 WASF2 ENSG00000158195 +CDS chr1 27415985 27416102 ENST00000536657 protein_coding 1 2 5 WASF2 ENSG00000158195 +CDS chr1 27418269 27418422 ENST00000618852 protein_coding 5 1 4 WASF2 ENSG00000158195 +CDS chr1 27418269 27418422 ENST00000536657 protein_coding 1 2 4 WASF2 ENSG00000158195 +CDS chr1 27418954 27419088 ENST00000618852 protein_coding 5 1 3 WASF2 ENSG00000158195 +CDS chr1 27418954 27419088 ENST00000536657 protein_coding 1 2 3 WASF2 ENSG00000158195 +CDS chr1 27428761 27428890 ENST00000618852 protein_coding 5 1 2 WASF2 ENSG00000158195 +CDS chr1 27428761 27428890 ENST00000536657 protein_coding 1 2 2 WASF2 ENSG00000158195 +transcript chr1 27534035 27603592 ENST00000247087 protein_coding 10 5 NA AHDC1 ENSG00000126705 +transcript chr1 27534245 27604144 ENST00000673934 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534273 27603479 ENST00000644989 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534303 27603632 ENST00000374011 protein_coding 6 5 NA AHDC1 ENSG00000126705 +transcript chr1 27534661 27604177 ENST00000642416 protein_coding 1 NA NA AHDC1 ENSG00000126705 +transcript chr1 27534685 27604151 ENST00000642245 protein_coding 1 NA NA AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000247087 protein_coding 10 5 5 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000673934 protein_coding 1 NA 8 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000644989 protein_coding 1 NA 5 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000374011 protein_coding 6 5 6 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000642416 protein_coding 1 NA 6 AHDC1 ENSG00000126705 +CDS chr1 27547307 27552115 ENST00000642245 protein_coding 1 NA 8 AHDC1 ENSG00000126705 +transcript chr1 27612064 27635185 ENST00000374005 protein_coding 8 1 NA FGR ENSG00000000938 +transcript chr1 27612292 27626240 ENST00000399173 protein_coding 5 5 NA FGR ENSG00000000938 +transcript chr1 27612300 27624062 ENST00000374004 protein_coding 5 1 NA FGR ENSG00000000938 +transcript chr1 27612669 27626569 ENST00000374003 protein_coding 7 2 NA FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374005 protein_coding 8 1 13 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000399173 protein_coding 5 5 13 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374004 protein_coding 5 1 11 FGR ENSG00000000938 +CDS chr1 27612917 27613122 ENST00000374003 protein_coding 7 2 13 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374005 protein_coding 8 1 12 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000399173 protein_coding 5 5 12 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374004 protein_coding 5 1 10 FGR ENSG00000000938 +CDS chr1 27613219 27613350 ENST00000374003 protein_coding 7 2 12 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374005 protein_coding 8 1 11 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000399173 protein_coding 5 5 11 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374004 protein_coding 5 1 9 FGR ENSG00000000938 +CDS chr1 27614430 27614583 ENST00000374003 protein_coding 7 2 11 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374005 protein_coding 8 1 10 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000399173 protein_coding 5 5 10 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374004 protein_coding 5 1 8 FGR ENSG00000000938 +CDS chr1 27614850 27614926 ENST00000374003 protein_coding 7 2 10 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374005 protein_coding 8 1 9 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000399173 protein_coding 5 5 9 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374004 protein_coding 5 1 7 FGR ENSG00000000938 +CDS chr1 27615434 27615613 ENST00000374003 protein_coding 7 2 9 FGR ENSG00000000938 +transcript chr1 27615514 27626135 ENST00000457296 protein_coding 5 5 NA FGR ENSG00000000938 +CDS chr1 27615514 27615613 ENST00000457296 protein_coding 5 5 9 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374005 protein_coding 8 1 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000399173 protein_coding 5 5 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374004 protein_coding 5 1 6 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000374003 protein_coding 7 2 8 FGR ENSG00000000938 +CDS chr1 27615689 27615844 ENST00000457296 protein_coding 5 5 8 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374005 protein_coding 8 1 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000399173 protein_coding 5 5 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374004 protein_coding 5 1 5 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000374003 protein_coding 7 2 7 FGR ENSG00000000938 +CDS chr1 27616857 27617006 ENST00000457296 protein_coding 5 5 7 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374005 protein_coding 8 1 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000399173 protein_coding 5 5 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374004 protein_coding 5 1 4 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000374003 protein_coding 7 2 6 FGR ENSG00000000938 +CDS chr1 27617193 27617296 ENST00000457296 protein_coding 5 5 6 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374005 protein_coding 8 1 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000399173 protein_coding 5 5 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374004 protein_coding 5 1 3 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000374003 protein_coding 7 2 5 FGR ENSG00000000938 +CDS chr1 27621559 27621657 ENST00000457296 protein_coding 5 5 5 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374005 protein_coding 8 1 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000399173 protein_coding 5 5 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374004 protein_coding 5 1 2 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000374003 protein_coding 7 2 4 FGR ENSG00000000938 +CDS chr1 27623042 27623144 ENST00000457296 protein_coding 5 5 4 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374005 protein_coding 8 1 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000399173 protein_coding 5 5 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374004 protein_coding 5 1 1 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000374003 protein_coding 7 2 3 FGR ENSG00000000938 +CDS chr1 27623691 27623916 ENST00000457296 protein_coding 5 5 3 FGR ENSG00000000938 +transcript chr1 27666064 27672178 ENST00000339145 protein_coding 8 2 NA IFI6 ENSG00000126709 +transcript chr1 27666064 27672192 ENST00000361157 protein_coding 11 1 NA IFI6 ENSG00000126709 +transcript chr1 27666065 27672212 ENST00000679644 protein_coding 1 NA NA IFI6 ENSG00000126709 +transcript chr1 27666066 27672198 ENST00000362020 protein_coding 4 1 NA IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000339145 protein_coding 8 2 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000361157 protein_coding 11 1 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000679644 protein_coding 1 NA 5 IFI6 ENSG00000126709 +CDS chr1 27666384 27666475 ENST00000362020 protein_coding 4 1 5 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000339145 protein_coding 8 2 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000361157 protein_coding 11 1 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000679644 protein_coding 1 NA 4 IFI6 ENSG00000126709 +CDS chr1 27668226 27668375 ENST00000362020 protein_coding 4 1 4 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000339145 protein_coding 8 2 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000361157 protein_coding 11 1 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000679644 protein_coding 1 NA 3 IFI6 ENSG00000126709 +CDS chr1 27668458 27668535 ENST00000362020 protein_coding 4 1 3 IFI6 ENSG00000126709 +CDS chr1 27669221 27669314 ENST00000339145 protein_coding 8 2 2 IFI6 ENSG00000126709 +CDS chr1 27669233 27669314 ENST00000362020 protein_coding 4 1 2 IFI6 ENSG00000126709 +CDS chr1 27669245 27669314 ENST00000361157 protein_coding 11 1 2 IFI6 ENSG00000126709 +CDS chr1 27669245 27669314 ENST00000679644 protein_coding 1 NA 2 IFI6 ENSG00000126709 +transcript chr1 27725961 27763116 ENST00000373954 protein_coding 11 1 NA FAM76A ENSG00000009780 +transcript chr1 27725996 27761473 ENST00000419687 protein_coding 6 2 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27759764 ENST00000530324 protein_coding 5 1 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27760581 ENST00000234549 protein_coding 11 1 NA FAM76A ENSG00000009780 +transcript chr1 27726028 27761964 ENST00000373949 protein_coding 5 2 NA FAM76A ENSG00000009780 +transcript chr1 27726057 27760581 ENST00000010299 protein_coding 10 1 NA FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000373954 protein_coding 11 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000419687 protein_coding 6 2 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000530324 protein_coding 5 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000234549 protein_coding 11 1 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000373949 protein_coding 5 2 1 FAM76A ENSG00000009780 +CDS chr1 27726081 27726161 ENST00000010299 protein_coding 10 1 1 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000373954 protein_coding 11 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000419687 protein_coding 6 2 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000530324 protein_coding 5 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000234549 protein_coding 11 1 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000373949 protein_coding 5 2 2 FAM76A ENSG00000009780 +CDS chr1 27727472 27727536 ENST00000010299 protein_coding 10 1 2 FAM76A ENSG00000009780 +CDS chr1 27730232 27730333 ENST00000234549 protein_coding 11 1 3 FAM76A ENSG00000009780 +CDS chr1 27730232 27730333 ENST00000010299 protein_coding 10 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000373954 protein_coding 11 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000419687 protein_coding 6 2 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000530324 protein_coding 5 1 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000234549 protein_coding 11 1 4 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000373949 protein_coding 5 2 3 FAM76A ENSG00000009780 +CDS chr1 27732603 27732657 ENST00000010299 protein_coding 10 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000373954 protein_coding 11 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000530324 protein_coding 5 1 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000234549 protein_coding 11 1 5 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000373949 protein_coding 5 2 4 FAM76A ENSG00000009780 +CDS chr1 27734031 27734183 ENST00000010299 protein_coding 10 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000373954 protein_coding 11 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000419687 protein_coding 6 2 4 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000530324 protein_coding 5 1 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000234549 protein_coding 11 1 6 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000373949 protein_coding 5 2 5 FAM76A ENSG00000009780 +CDS chr1 27744654 27744811 ENST00000010299 protein_coding 10 1 6 FAM76A ENSG00000009780 +transcript chr1 27744774 27760185 ENST00000446647 protein_coding 1 3 NA FAM76A ENSG00000009780 +CDS chr1 27744774 27744811 ENST00000446647 protein_coding 1 3 1 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000373954 protein_coding 11 1 6 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000530324 protein_coding 5 1 6 FAM76A ENSG00000009780 +CDS chr1 27749068 27749154 ENST00000010299 protein_coding 10 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000373954 protein_coding 11 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000419687 protein_coding 6 2 5 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000530324 protein_coding 5 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000234549 protein_coding 11 1 7 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000373949 protein_coding 5 2 6 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000010299 protein_coding 10 1 8 FAM76A ENSG00000009780 +CDS chr1 27755195 27755330 ENST00000446647 protein_coding 1 3 2 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000373954 protein_coding 11 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000419687 protein_coding 6 2 6 FAM76A ENSG00000009780 +CDS chr1 27759526 27759654 ENST00000530324 protein_coding 5 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000234549 protein_coding 11 1 8 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000373949 protein_coding 5 2 7 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000010299 protein_coding 10 1 9 FAM76A ENSG00000009780 +CDS chr1 27759526 27759627 ENST00000446647 protein_coding 1 3 3 FAM76A ENSG00000009780 +CDS chr1 27759958 27760053 ENST00000446647 protein_coding 1 3 4 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000373954 protein_coding 11 1 9 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000419687 protein_coding 6 2 7 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000234549 protein_coding 11 1 9 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000373949 protein_coding 5 2 8 FAM76A ENSG00000009780 +CDS chr1 27760495 27760578 ENST00000010299 protein_coding 10 1 10 FAM76A ENSG00000009780 +transcript chr1 27773219 27824443 ENST00000373943 protein_coding 9 1 NA STX12 ENSG00000117758 +transcript chr1 27773235 27812268 ENST00000440806 protein_coding 2 3 NA STX12 ENSG00000117758 +CDS chr1 27773308 27773425 ENST00000373943 protein_coding 9 1 1 STX12 ENSG00000117758 +CDS chr1 27773308 27773425 ENST00000440806 protein_coding 2 3 1 STX12 ENSG00000117758 +CDS chr1 27789562 27789631 ENST00000373943 protein_coding 9 1 2 STX12 ENSG00000117758 +CDS chr1 27789562 27789631 ENST00000440806 protein_coding 2 3 2 STX12 ENSG00000117758 +CDS chr1 27793533 27793632 ENST00000373943 protein_coding 9 1 3 STX12 ENSG00000117758 +CDS chr1 27793533 27793632 ENST00000440806 protein_coding 2 3 3 STX12 ENSG00000117758 +CDS chr1 27801678 27801815 ENST00000373943 protein_coding 9 1 4 STX12 ENSG00000117758 +CDS chr1 27801678 27801815 ENST00000440806 protein_coding 2 3 4 STX12 ENSG00000117758 +CDS chr1 27810246 27810289 ENST00000373943 protein_coding 9 1 5 STX12 ENSG00000117758 +CDS chr1 27810246 27810289 ENST00000440806 protein_coding 2 3 5 STX12 ENSG00000117758 +CDS chr1 27811992 27812060 ENST00000440806 protein_coding 2 3 6 STX12 ENSG00000117758 +CDS chr1 27812163 27812268 ENST00000373943 protein_coding 9 1 6 STX12 ENSG00000117758 +CDS chr1 27812163 27812268 ENST00000440806 protein_coding 2 3 7 STX12 ENSG00000117758 +CDS chr1 27817851 27817923 ENST00000373943 protein_coding 9 1 7 STX12 ENSG00000117758 +CDS chr1 27819650 27819732 ENST00000373943 protein_coding 9 1 8 STX12 ENSG00000117758 +CDS chr1 27822231 27822326 ENST00000373943 protein_coding 9 1 9 STX12 ENSG00000117758 +transcript chr1 27830782 27851676 ENST00000311772 protein_coding 10 1 NA PPP1R8 ENSG00000117751 +transcript chr1 27830814 27851528 ENST00000236412 protein_coding 11 1 NA PPP1R8 ENSG00000117751 +transcript chr1 27830822 27851672 ENST00000373931 protein_coding 8 1 NA PPP1R8 ENSG00000117751 +CDS chr1 27830836 27830891 ENST00000311772 protein_coding 10 1 1 PPP1R8 ENSG00000117751 +transcript chr1 27831324 27850432 ENST00000431586 protein_coding 1 3 NA PPP1R8 ENSG00000117751 +CDS chr1 27832756 27832816 ENST00000311772 protein_coding 10 1 2 PPP1R8 ENSG00000117751 +CDS chr1 27838699 27838852 ENST00000311772 protein_coding 10 1 3 PPP1R8 ENSG00000117751 +CDS chr1 27841014 27841234 ENST00000311772 protein_coding 10 1 4 PPP1R8 ENSG00000117751 +CDS chr1 27841169 27841234 ENST00000373931 protein_coding 8 1 4 PPP1R8 ENSG00000117751 +CDS chr1 27841169 27841234 ENST00000431586 protein_coding 1 3 4 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000311772 protein_coding 10 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000373931 protein_coding 8 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27843186 27843330 ENST00000431586 protein_coding 1 3 5 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000311772 protein_coding 10 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000373931 protein_coding 8 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27847028 27847092 ENST00000431586 protein_coding 1 3 6 PPP1R8 ENSG00000117751 +CDS chr1 27847063 27847092 ENST00000236412 protein_coding 11 1 5 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000311772 protein_coding 10 1 7 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000236412 protein_coding 11 1 6 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850443 ENST00000373931 protein_coding 8 1 7 PPP1R8 ENSG00000117751 +CDS chr1 27850093 27850432 ENST00000431586 protein_coding 1 3 7 PPP1R8 ENSG00000117751 +transcript chr1 27872543 27886685 ENST00000328928 protein_coding 11 2 NA THEMIS2 ENSG00000130775 +transcript chr1 27872544 27886675 ENST00000373921 protein_coding 8 5 NA THEMIS2 ENSG00000130775 +transcript chr1 27872544 27886685 ENST00000373925 protein_coding 5 1 NA THEMIS2 ENSG00000130775 +transcript chr1 27872549 27886533 ENST00000373927 protein_coding 7 1 NA THEMIS2 ENSG00000130775 +transcript chr1 27872556 27879948 ENST00000427466 protein_coding 1 3 NA THEMIS2 ENSG00000130775 +transcript chr1 27872558 27882475 ENST00000442118 protein_coding 5 3 NA THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000328928 protein_coding 11 2 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373921 protein_coding 8 5 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373925 protein_coding 5 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000373927 protein_coding 7 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000427466 protein_coding 1 3 1 THEMIS2 ENSG00000130775 +CDS chr1 27872572 27872665 ENST00000442118 protein_coding 5 3 1 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000328928 protein_coding 11 2 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373921 protein_coding 8 5 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373925 protein_coding 5 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000373927 protein_coding 7 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27876588 27876728 ENST00000442118 protein_coding 5 3 2 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000328928 protein_coding 11 2 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000373921 protein_coding 8 5 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27880054 ENST00000373925 protein_coding 5 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27879644 27879948 ENST00000427466 protein_coding 1 3 2 THEMIS2 ENSG00000130775 +transcript chr1 27879731 27886673 ENST00000456990 protein_coding 1 1 NA THEMIS2 ENSG00000130775 +CDS chr1 27879731 27880054 ENST00000456990 protein_coding 1 1 1 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882125 ENST00000328928 protein_coding 11 2 4 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27883043 ENST00000373921 protein_coding 8 5 4 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882475 ENST00000442118 protein_coding 5 3 3 THEMIS2 ENSG00000130775 +CDS chr1 27881971 27882077 ENST00000456990 protein_coding 1 1 2 THEMIS2 ENSG00000130775 +CDS chr1 27882513 27883043 ENST00000328928 protein_coding 11 2 5 THEMIS2 ENSG00000130775 +CDS chr1 27882513 27883043 ENST00000456990 protein_coding 1 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000328928 protein_coding 11 2 6 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000373921 protein_coding 8 5 5 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885428 ENST00000373925 protein_coding 5 1 4 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885428 ENST00000373927 protein_coding 7 1 3 THEMIS2 ENSG00000130775 +CDS chr1 27885295 27885451 ENST00000456990 protein_coding 1 1 4 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000328928 protein_coding 11 2 7 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000373921 protein_coding 8 5 6 THEMIS2 ENSG00000130775 +CDS chr1 27885867 27885919 ENST00000456990 protein_coding 1 1 5 THEMIS2 ENSG00000130775 +transcript chr1 27891524 27914575 ENST00000373912 protein_coding 8 1 NA RPA2 ENSG00000117748 +transcript chr1 27891538 27897085 ENST00000419958 protein_coding 5 3 NA RPA2 ENSG00000117748 +transcript chr1 27891924 27914746 ENST00000373909 protein_coding 7 3 NA RPA2 ENSG00000117748 +transcript chr1 27892073 27914513 ENST00000313433 protein_coding 11 1 NA RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000373912 protein_coding 8 1 9 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000419958 protein_coding 5 3 4 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000373909 protein_coding 7 3 9 RPA2 ENSG00000117748 +CDS chr1 27892166 27892247 ENST00000313433 protein_coding 11 1 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000373912 protein_coding 8 1 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000419958 protein_coding 5 3 3 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000373909 protein_coding 7 3 8 RPA2 ENSG00000117748 +CDS chr1 27894012 27894106 ENST00000313433 protein_coding 11 1 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000373912 protein_coding 8 1 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000419958 protein_coding 5 3 2 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000373909 protein_coding 7 3 7 RPA2 ENSG00000117748 +CDS chr1 27894290 27894397 ENST00000313433 protein_coding 11 1 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000373912 protein_coding 8 1 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897085 ENST00000419958 protein_coding 5 3 1 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000373909 protein_coding 7 3 6 RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000313433 protein_coding 11 1 5 RPA2 ENSG00000117748 +transcript chr1 27897005 27914588 ENST00000444045 protein_coding 1 5 NA RPA2 ENSG00000117748 +CDS chr1 27897005 27897121 ENST00000444045 protein_coding 1 5 6 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000373912 protein_coding 8 1 5 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000373909 protein_coding 7 3 5 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000313433 protein_coding 11 1 4 RPA2 ENSG00000117748 +CDS chr1 27897633 27897707 ENST00000444045 protein_coding 1 5 5 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000373912 protein_coding 8 1 4 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000373909 protein_coding 7 3 4 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000313433 protein_coding 11 1 3 RPA2 ENSG00000117748 +CDS chr1 27906928 27907041 ENST00000444045 protein_coding 1 5 4 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000373912 protein_coding 8 1 3 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000373909 protein_coding 7 3 3 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000313433 protein_coding 11 1 2 RPA2 ENSG00000117748 +CDS chr1 27907181 27907282 ENST00000444045 protein_coding 1 5 3 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000373912 protein_coding 8 1 2 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000373909 protein_coding 7 3 2 RPA2 ENSG00000117748 +CDS chr1 27914063 27914443 ENST00000313433 protein_coding 11 1 1 RPA2 ENSG00000117748 +CDS chr1 27914063 27914169 ENST00000444045 protein_coding 1 5 2 RPA2 ENSG00000117748 +CDS chr1 27914422 27914443 ENST00000444045 protein_coding 1 5 1 RPA2 ENSG00000117748 +CDS chr1 27914434 27914443 ENST00000373912 protein_coding 8 1 1 RPA2 ENSG00000117748 +CDS chr1 27914627 27914660 ENST00000373909 protein_coding 7 3 1 RPA2 ENSG00000117748 +transcript chr1 27935000 27959152 ENST00000373894 protein_coding 8 1 NA SMPDL3B ENSG00000130768 +transcript chr1 27935039 27955711 ENST00000411604 protein_coding 5 5 NA SMPDL3B ENSG00000130768 +transcript chr1 27935039 27956480 ENST00000373888 protein_coding 8 1 NA SMPDL3B ENSG00000130768 +transcript chr1 27935110 27959151 ENST00000549094 protein_coding 1 5 NA SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000373894 protein_coding 8 1 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000411604 protein_coding 5 5 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000373888 protein_coding 8 1 1 SMPDL3B ENSG00000130768 +CDS chr1 27935184 27935244 ENST00000549094 protein_coding 1 5 1 SMPDL3B ENSG00000130768 +CDS chr1 27942275 27942364 ENST00000411604 protein_coding 5 5 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000373894 protein_coding 8 1 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000411604 protein_coding 5 5 3 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000373888 protein_coding 8 1 2 SMPDL3B ENSG00000130768 +CDS chr1 27945232 27945445 ENST00000549094 protein_coding 1 5 2 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000373894 protein_coding 8 1 3 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000411604 protein_coding 5 5 4 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000373888 protein_coding 8 1 3 SMPDL3B ENSG00000130768 +CDS chr1 27949065 27949162 ENST00000549094 protein_coding 1 5 3 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000373894 protein_coding 8 1 4 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000411604 protein_coding 5 5 5 SMPDL3B ENSG00000130768 +CDS chr1 27953215 27953358 ENST00000373888 protein_coding 8 1 4 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000373894 protein_coding 8 1 5 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000411604 protein_coding 5 5 6 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000373888 protein_coding 8 1 5 SMPDL3B ENSG00000130768 +CDS chr1 27954354 27954526 ENST00000549094 protein_coding 1 5 4 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000373894 protein_coding 8 1 6 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955711 ENST00000411604 protein_coding 5 5 7 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000373888 protein_coding 8 1 6 SMPDL3B ENSG00000130768 +CDS chr1 27955684 27955864 ENST00000549094 protein_coding 1 5 5 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956082 ENST00000373894 protein_coding 8 1 7 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956196 ENST00000373888 protein_coding 8 1 7 SMPDL3B ENSG00000130768 +CDS chr1 27955949 27956082 ENST00000549094 protein_coding 1 5 6 SMPDL3B ENSG00000130768 +CDS chr1 27958476 27958835 ENST00000373894 protein_coding 8 1 8 SMPDL3B ENSG00000130768 +CDS chr1 27958476 27958835 ENST00000549094 protein_coding 1 5 7 SMPDL3B ENSG00000130768 +transcript chr1 27959651 27968093 ENST00000675759 protein_coding 1 NA NA XKR8 ENSG00000158156 +transcript chr1 27959943 27968077 ENST00000675575 protein_coding 1 NA NA XKR8 ENSG00000158156 +transcript chr1 27959973 27968093 ENST00000373884 protein_coding 6 1 NA XKR8 ENSG00000158156 +CDS chr1 27960070 27960362 ENST00000675575 protein_coding 1 NA 1 XKR8 ENSG00000158156 +CDS chr1 27960070 27960362 ENST00000373884 protein_coding 6 1 1 XKR8 ENSG00000158156 +CDS chr1 27963497 27963692 ENST00000675575 protein_coding 1 NA 2 XKR8 ENSG00000158156 +CDS chr1 27963497 27963693 ENST00000373884 protein_coding 6 1 2 XKR8 ENSG00000158156 +CDS chr1 27963597 27963693 ENST00000675759 protein_coding 1 NA 2 XKR8 ENSG00000158156 +CDS chr1 27966503 27967197 ENST00000675759 protein_coding 1 NA 3 XKR8 ENSG00000158156 +CDS chr1 27966503 27967197 ENST00000373884 protein_coding 6 1 3 XKR8 ENSG00000158156 +transcript chr1 27970344 28088610 ENST00000373871 protein_coding 8 1 NA EYA3 ENSG00000158161 +transcript chr1 27970347 28088637 ENST00000540618 protein_coding 5 2 NA EYA3 ENSG00000158161 +transcript chr1 27970347 28088637 ENST00000436342 protein_coding 6 2 NA EYA3 ENSG00000158161 +transcript chr1 27973468 28058087 ENST00000373864 protein_coding 5 5 NA EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000373871 protein_coding 8 1 18 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000373864 protein_coding 5 5 14 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000540618 protein_coding 5 2 17 EYA3 ENSG00000158161 +CDS chr1 27974469 27974546 ENST00000436342 protein_coding 6 2 17 EYA3 ENSG00000158161 +transcript chr1 27977273 28088564 ENST00000373863 protein_coding 3 1 NA EYA3 ENSG00000158161 +CDS chr1 27977285 27977389 ENST00000373863 protein_coding 3 1 17 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373871 protein_coding 8 1 17 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373864 protein_coding 5 5 13 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000373863 protein_coding 3 1 16 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000540618 protein_coding 5 2 16 EYA3 ENSG00000158161 +CDS chr1 27978374 27978474 ENST00000436342 protein_coding 6 2 16 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373871 protein_coding 8 1 16 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373864 protein_coding 5 5 12 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000373863 protein_coding 3 1 15 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000540618 protein_coding 5 2 15 EYA3 ENSG00000158161 +CDS chr1 27988535 27988656 ENST00000436342 protein_coding 6 2 15 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373871 protein_coding 8 1 15 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373864 protein_coding 5 5 11 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000373863 protein_coding 3 1 14 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000540618 protein_coding 5 2 14 EYA3 ENSG00000158161 +CDS chr1 27989697 27989811 ENST00000436342 protein_coding 6 2 14 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373871 protein_coding 8 1 14 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373864 protein_coding 5 5 10 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000373863 protein_coding 3 1 13 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000540618 protein_coding 5 2 13 EYA3 ENSG00000158161 +CDS chr1 27993400 27993560 ENST00000436342 protein_coding 6 2 13 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373871 protein_coding 8 1 13 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373864 protein_coding 5 5 9 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000373863 protein_coding 3 1 12 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000540618 protein_coding 5 2 12 EYA3 ENSG00000158161 +CDS chr1 27997320 27997378 ENST00000436342 protein_coding 6 2 12 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373871 protein_coding 8 1 12 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373864 protein_coding 5 5 8 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000373863 protein_coding 3 1 11 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000540618 protein_coding 5 2 11 EYA3 ENSG00000158161 +CDS chr1 27999960 28000049 ENST00000436342 protein_coding 6 2 11 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373871 protein_coding 8 1 11 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373864 protein_coding 5 5 7 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000373863 protein_coding 3 1 10 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000540618 protein_coding 5 2 10 EYA3 ENSG00000158161 +CDS chr1 28004336 28004419 ENST00000436342 protein_coding 6 2 10 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000373871 protein_coding 8 1 10 EYA3 ENSG00000158161 +CDS chr1 28010947 28011083 ENST00000373864 protein_coding 5 5 6 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000373863 protein_coding 3 1 9 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000540618 protein_coding 5 2 9 EYA3 ENSG00000158161 +CDS chr1 28010947 28011086 ENST00000436342 protein_coding 6 2 9 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373871 protein_coding 8 1 9 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373864 protein_coding 5 5 5 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000373863 protein_coding 3 1 8 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000540618 protein_coding 5 2 8 EYA3 ENSG00000158161 +CDS chr1 28013111 28013294 ENST00000436342 protein_coding 6 2 8 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373871 protein_coding 8 1 8 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373864 protein_coding 5 5 4 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000373863 protein_coding 3 1 7 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000540618 protein_coding 5 2 7 EYA3 ENSG00000158161 +CDS chr1 28017154 28017239 ENST00000436342 protein_coding 6 2 7 EYA3 ENSG00000158161 +CDS chr1 28027789 28027926 ENST00000373871 protein_coding 8 1 7 EYA3 ENSG00000158161 +CDS chr1 28027789 28027926 ENST00000436342 protein_coding 6 2 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000373871 protein_coding 8 1 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000373863 protein_coding 3 1 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000540618 protein_coding 5 2 6 EYA3 ENSG00000158161 +CDS chr1 28035544 28035680 ENST00000436342 protein_coding 6 2 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000373871 protein_coding 8 1 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038869 ENST00000373864 protein_coding 5 5 3 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000373863 protein_coding 3 1 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038905 ENST00000540618 protein_coding 5 2 5 EYA3 ENSG00000158161 +CDS chr1 28038839 28038903 ENST00000436342 protein_coding 6 2 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000373871 protein_coding 8 1 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000373863 protein_coding 3 1 4 EYA3 ENSG00000158161 +CDS chr1 28042571 28042650 ENST00000540618 protein_coding 5 2 4 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000373871 protein_coding 8 1 3 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000373863 protein_coding 3 1 3 EYA3 ENSG00000158161 +CDS chr1 28048383 28048426 ENST00000540618 protein_coding 5 2 3 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000373871 protein_coding 8 1 2 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000373863 protein_coding 3 1 2 EYA3 ENSG00000158161 +CDS chr1 28057994 28058026 ENST00000540618 protein_coding 5 2 2 EYA3 ENSG00000158161 +transcript chr1 28147166 28176690 ENST00000373857 protein_coding 8 1 NA PTAFR ENSG00000169403 +transcript chr1 28147166 28193936 ENST00000539896 protein_coding 1 2 NA PTAFR ENSG00000169403 +transcript chr1 28149673 28193873 ENST00000305392 protein_coding 3 1 NA PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000373857 protein_coding 8 1 2 PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000305392 protein_coding 3 1 2 PTAFR ENSG00000169403 +CDS chr1 28149996 28151021 ENST00000539896 protein_coding 1 2 3 PTAFR ENSG00000169403 +transcript chr1 28199456 28205350 ENST00000603289 protein_coding 5 5 NA DNAJC8 ENSG00000126698 +CDS chr1 28200201 28200232 ENST00000603289 protein_coding 5 5 4 DNAJC8 ENSG00000126698 +transcript chr1 28200278 28233029 ENST00000263697 protein_coding 6 1 NA DNAJC8 ENSG00000126698 +CDS chr1 28201251 28201370 ENST00000263697 protein_coding 6 1 9 DNAJC8 ENSG00000126698 +CDS chr1 28201256 28201370 ENST00000603289 protein_coding 5 5 3 DNAJC8 ENSG00000126698 +CDS chr1 28203747 28203822 ENST00000603289 protein_coding 5 5 2 DNAJC8 ENSG00000126698 +CDS chr1 28203747 28203822 ENST00000263697 protein_coding 6 1 8 DNAJC8 ENSG00000126698 +CDS chr1 28205258 28205350 ENST00000603289 protein_coding 5 5 1 DNAJC8 ENSG00000126698 +CDS chr1 28205258 28205349 ENST00000263697 protein_coding 6 1 7 DNAJC8 ENSG00000126698 +CDS chr1 28208342 28208413 ENST00000263697 protein_coding 6 1 6 DNAJC8 ENSG00000126698 +CDS chr1 28209972 28210066 ENST00000263697 protein_coding 6 1 5 DNAJC8 ENSG00000126698 +CDS chr1 28210571 28210637 ENST00000263697 protein_coding 6 1 4 DNAJC8 ENSG00000126698 +CDS chr1 28214940 28214996 ENST00000263697 protein_coding 6 1 3 DNAJC8 ENSG00000126698 +CDS chr1 28228922 28229023 ENST00000263697 protein_coding 6 1 2 DNAJC8 ENSG00000126698 +CDS chr1 28232921 28232998 ENST00000263697 protein_coding 6 1 1 DNAJC8 ENSG00000126698 +transcript chr1 28236109 28238105 ENST00000497986 protein_coding 5 2 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236124 28238100 ENST00000335514 protein_coding 10 1 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236142 28246906 ENST00000468425 protein_coding 2 2 NA ATP5IF1 ENSG00000130770 +transcript chr1 28236154 28238098 ENST00000465645 protein_coding 1 1 NA ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000497986 protein_coding 5 2 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000335514 protein_coding 10 1 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000468425 protein_coding 2 2 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236184 28236270 ENST00000465645 protein_coding 1 1 1 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000497986 protein_coding 5 2 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000335514 protein_coding 10 1 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236452 ENST00000468425 protein_coding 2 2 2 ATP5IF1 ENSG00000130770 +CDS chr1 28236361 28236453 ENST00000465645 protein_coding 1 1 2 ATP5IF1 ENSG00000130770 +CDS chr1 28237761 28237794 ENST00000497986 protein_coding 5 2 3 ATP5IF1 ENSG00000130770 +CDS chr1 28237837 28237975 ENST00000335514 protein_coding 10 1 3 ATP5IF1 ENSG00000130770 +CDS chr1 28246589 28246634 ENST00000468425 protein_coding 2 2 3 ATP5IF1 ENSG00000130770 +transcript chr1 28259518 28282491 ENST00000253063 protein_coding 4 1 NA SESN2 ENSG00000130766 +CDS chr1 28259848 28259937 ENST00000253063 protein_coding 4 1 1 SESN2 ENSG00000130766 +CDS chr1 28269183 28269248 ENST00000253063 protein_coding 4 1 2 SESN2 ENSG00000130766 +CDS chr1 28271674 28271871 ENST00000253063 protein_coding 4 1 3 SESN2 ENSG00000130766 +CDS chr1 28272284 28272466 ENST00000253063 protein_coding 4 1 4 SESN2 ENSG00000130766 +CDS chr1 28272581 28272793 ENST00000253063 protein_coding 4 1 5 SESN2 ENSG00000130766 +CDS chr1 28273358 28273508 ENST00000253063 protein_coding 4 1 6 SESN2 ENSG00000130766 +CDS chr1 28274040 28274158 ENST00000253063 protein_coding 4 1 7 SESN2 ENSG00000130766 +CDS chr1 28274825 28275015 ENST00000253063 protein_coding 4 1 8 SESN2 ENSG00000130766 +CDS chr1 28279097 28279241 ENST00000253063 protein_coding 4 1 9 SESN2 ENSG00000130766 +CDS chr1 28280716 28280799 ENST00000253063 protein_coding 4 1 10 SESN2 ENSG00000130766 +transcript chr1 28329040 28335965 ENST00000373842 protein_coding 9 2 NA MED18 ENSG00000130772 +transcript chr1 28329055 28335964 ENST00000398997 protein_coding 2 5 NA MED18 ENSG00000130772 +CDS chr1 28330663 28330735 ENST00000373842 protein_coding 9 2 2 MED18 ENSG00000130772 +CDS chr1 28330663 28330735 ENST00000398997 protein_coding 2 5 2 MED18 ENSG00000130772 +CDS chr1 28334417 28334967 ENST00000373842 protein_coding 9 2 3 MED18 ENSG00000130772 +CDS chr1 28334417 28334967 ENST00000398997 protein_coding 2 5 3 MED18 ENSG00000130772 +transcript chr1 28369609 28466584 ENST00000632202 protein_coding 1 5 NA PHACTR4 ENSG00000204138 +transcript chr1 28369740 28500364 ENST00000373839 protein_coding 8 1 NA PHACTR4 ENSG00000204138 +CDS chr1 28407448 28407463 ENST00000373839 protein_coding 8 1 2 PHACTR4 ENSG00000204138 +CDS chr1 28407448 28407463 ENST00000632202 protein_coding 1 5 2 PHACTR4 ENSG00000204138 +transcript chr1 28438151 28460286 ENST00000633167 protein_coding 1 5 NA PHACTR4 ENSG00000204138 +transcript chr1 28438171 28497303 ENST00000373836 protein_coding 4 5 NA PHACTR4 ENSG00000204138 +CDS chr1 28438385 28438430 ENST00000633167 protein_coding 1 5 1 PHACTR4 ENSG00000204138 +CDS chr1 28438385 28438430 ENST00000373836 protein_coding 4 5 1 PHACTR4 ENSG00000204138 +CDS chr1 28457832 28457855 ENST00000632202 protein_coding 1 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28457832 28457855 ENST00000633167 protein_coding 1 5 2 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000373839 protein_coding 8 1 3 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000632202 protein_coding 1 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000633167 protein_coding 1 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28459085 28459258 ENST00000373836 protein_coding 4 5 2 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000373839 protein_coding 8 1 4 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000632202 protein_coding 1 5 5 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460286 ENST00000633167 protein_coding 1 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28460212 28460292 ENST00000373836 protein_coding 4 5 3 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000373839 protein_coding 8 1 5 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000632202 protein_coding 1 5 6 PHACTR4 ENSG00000204138 +CDS chr1 28465685 28465849 ENST00000373836 protein_coding 4 5 4 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466768 ENST00000373839 protein_coding 8 1 6 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466584 ENST00000632202 protein_coding 1 5 7 PHACTR4 ENSG00000204138 +CDS chr1 28466382 28466768 ENST00000373836 protein_coding 4 5 5 PHACTR4 ENSG00000204138 +CDS chr1 28473554 28474151 ENST00000373839 protein_coding 8 1 7 PHACTR4 ENSG00000204138 +CDS chr1 28473554 28474151 ENST00000373836 protein_coding 4 5 6 PHACTR4 ENSG00000204138 +CDS chr1 28476107 28476291 ENST00000373839 protein_coding 8 1 8 PHACTR4 ENSG00000204138 +CDS chr1 28476107 28476291 ENST00000373836 protein_coding 4 5 7 PHACTR4 ENSG00000204138 +CDS chr1 28480451 28480604 ENST00000373839 protein_coding 8 1 9 PHACTR4 ENSG00000204138 +CDS chr1 28480451 28480604 ENST00000373836 protein_coding 4 5 8 PHACTR4 ENSG00000204138 +CDS chr1 28489170 28489225 ENST00000373839 protein_coding 8 1 10 PHACTR4 ENSG00000204138 +CDS chr1 28489170 28489225 ENST00000373836 protein_coding 4 5 9 PHACTR4 ENSG00000204138 +CDS chr1 28490951 28491012 ENST00000373839 protein_coding 8 1 11 PHACTR4 ENSG00000204138 +CDS chr1 28490951 28491012 ENST00000373836 protein_coding 4 5 10 PHACTR4 ENSG00000204138 +CDS chr1 28491650 28491787 ENST00000373839 protein_coding 8 1 12 PHACTR4 ENSG00000204138 +CDS chr1 28491650 28491787 ENST00000373836 protein_coding 4 5 11 PHACTR4 ENSG00000204138 +CDS chr1 28493015 28493091 ENST00000373839 protein_coding 8 1 13 PHACTR4 ENSG00000204138 +CDS chr1 28493015 28493091 ENST00000373836 protein_coding 4 5 12 PHACTR4 ENSG00000204138 +CDS chr1 28496534 28496546 ENST00000373839 protein_coding 8 1 14 PHACTR4 ENSG00000204138 +CDS chr1 28496534 28496546 ENST00000373836 protein_coding 4 5 13 PHACTR4 ENSG00000204138 +transcript chr1 28505943 28539196 ENST00000398958 protein_coding 6 5 NA RCC1 ENSG00000180198 +transcript chr1 28505980 28538968 ENST00000649185 protein_coding 1 NA NA RCC1 ENSG00000180198 +transcript chr1 28505990 28535899 ENST00000427469 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28506043 28538989 ENST00000683442 protein_coding 1 NA NA RCC1 ENSG00000180198 +transcript chr1 28506056 28535919 ENST00000434290 protein_coding 6 5 NA RCC1 ENSG00000180198 +transcript chr1 28506057 28539300 ENST00000373833 protein_coding 10 1 NA RCC1 ENSG00000180198 +transcript chr1 28510077 28536026 ENST00000419074 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28518136 28538983 ENST00000373832 protein_coding 5 1 NA RCC1 ENSG00000180198 +transcript chr1 28518257 28538164 ENST00000373831 protein_coding 7 1 NA RCC1 ENSG00000180198 +transcript chr1 28518266 28536875 ENST00000411533 protein_coding 5 5 NA RCC1 ENSG00000180198 +transcript chr1 28518626 28531818 ENST00000486790 protein_coding 2 5 NA RCC1 ENSG00000180198 +CDS chr1 28518661 28518957 ENST00000486790 protein_coding 2 5 1 RCC1 ENSG00000180198 +transcript chr1 28518695 28536293 ENST00000430407 protein_coding 1 5 NA RCC1 ENSG00000180198 +CDS chr1 28529858 28529939 ENST00000486790 protein_coding 2 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000398958 protein_coding 6 5 4 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000649185 protein_coding 1 NA 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000427469 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000434290 protein_coding 6 5 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373833 protein_coding 10 1 5 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000419074 protein_coding 5 5 3 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373832 protein_coding 5 1 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000373831 protein_coding 7 1 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000411533 protein_coding 5 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000430407 protein_coding 1 5 2 RCC1 ENSG00000180198 +CDS chr1 28529867 28529939 ENST00000683442 protein_coding 1 NA 5 RCC1 ENSG00000180198 +CDS chr1 28530523 28530615 ENST00000649185 protein_coding 1 NA 6 RCC1 ENSG00000180198 +CDS chr1 28530523 28530615 ENST00000373831 protein_coding 7 1 3 RCC1 ENSG00000180198 +CDS chr1 28530523 28530573 ENST00000411533 protein_coding 5 5 3 RCC1 ENSG00000180198 +CDS chr1 28530523 28530573 ENST00000486790 protein_coding 2 5 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000398958 protein_coding 6 5 5 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000649185 protein_coding 1 NA 7 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000427469 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000434290 protein_coding 6 5 6 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373833 protein_coding 10 1 6 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000419074 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373832 protein_coding 5 1 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000373831 protein_coding 7 1 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000411533 protein_coding 5 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531818 ENST00000486790 protein_coding 2 5 4 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000430407 protein_coding 1 5 3 RCC1 ENSG00000180198 +CDS chr1 28531803 28531990 ENST00000683442 protein_coding 1 NA 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000398958 protein_coding 6 5 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000649185 protein_coding 1 NA 8 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000427469 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000434290 protein_coding 6 5 7 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373833 protein_coding 10 1 7 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000419074 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373832 protein_coding 5 1 4 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000373831 protein_coding 7 1 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000411533 protein_coding 5 5 5 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000430407 protein_coding 1 5 4 RCC1 ENSG00000180198 +CDS chr1 28532171 28532350 ENST00000683442 protein_coding 1 NA 7 RCC1 ENSG00000180198 +CDS chr1 28532674 28532757 ENST00000434290 protein_coding 6 5 8 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000398958 protein_coding 6 5 7 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000649185 protein_coding 1 NA 9 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000427469 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000434290 protein_coding 6 5 9 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373833 protein_coding 10 1 8 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000419074 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373832 protein_coding 5 1 5 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000373831 protein_coding 7 1 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000411533 protein_coding 5 5 6 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000430407 protein_coding 1 5 5 RCC1 ENSG00000180198 +CDS chr1 28535050 28535146 ENST00000683442 protein_coding 1 NA 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000398958 protein_coding 6 5 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000649185 protein_coding 1 NA 10 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000427469 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000434290 protein_coding 6 5 10 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373833 protein_coding 10 1 9 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000419074 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373832 protein_coding 5 1 6 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000373831 protein_coding 7 1 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000411533 protein_coding 5 5 7 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000430407 protein_coding 1 5 6 RCC1 ENSG00000180198 +CDS chr1 28535258 28535380 ENST00000683442 protein_coding 1 NA 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000398958 protein_coding 6 5 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000649185 protein_coding 1 NA 11 RCC1 ENSG00000180198 +CDS chr1 28535871 28535899 ENST00000427469 protein_coding 5 5 9 RCC1 ENSG00000180198 +CDS chr1 28535871 28535919 ENST00000434290 protein_coding 6 5 11 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373833 protein_coding 10 1 10 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000419074 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373832 protein_coding 5 1 7 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000373831 protein_coding 7 1 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000411533 protein_coding 5 5 8 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000430407 protein_coding 1 5 7 RCC1 ENSG00000180198 +CDS chr1 28535871 28536026 ENST00000683442 protein_coding 1 NA 10 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000398958 protein_coding 6 5 10 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000649185 protein_coding 1 NA 12 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373833 protein_coding 10 1 11 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373832 protein_coding 5 1 8 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000373831 protein_coding 7 1 9 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000411533 protein_coding 5 5 9 RCC1 ENSG00000180198 +CDS chr1 28536262 28536293 ENST00000430407 protein_coding 1 5 8 RCC1 ENSG00000180198 +CDS chr1 28536262 28536381 ENST00000683442 protein_coding 1 NA 11 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000398958 protein_coding 6 5 11 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000649185 protein_coding 1 NA 13 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373833 protein_coding 10 1 12 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373832 protein_coding 5 1 9 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000373831 protein_coding 7 1 10 RCC1 ENSG00000180198 +CDS chr1 28536747 28536875 ENST00000411533 protein_coding 5 5 10 RCC1 ENSG00000180198 +CDS chr1 28536747 28536899 ENST00000683442 protein_coding 1 NA 12 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000398958 protein_coding 6 5 12 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000649185 protein_coding 1 NA 14 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373833 protein_coding 10 1 13 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373832 protein_coding 5 1 10 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000373831 protein_coding 7 1 11 RCC1 ENSG00000180198 +CDS chr1 28537832 28538004 ENST00000683442 protein_coding 1 NA 13 RCC1 ENSG00000180198 +transcript chr1 28553085 28578545 ENST00000373830 protein_coding 4 1 NA TRNAU1AP ENSG00000180098 +CDS chr1 28553111 28553137 ENST00000373830 protein_coding 4 1 1 TRNAU1AP ENSG00000180098 +CDS chr1 28553640 28553737 ENST00000373830 protein_coding 4 1 2 TRNAU1AP ENSG00000180098 +CDS chr1 28560633 28560732 ENST00000373830 protein_coding 4 1 3 TRNAU1AP ENSG00000180098 +CDS chr1 28561346 28561398 ENST00000373830 protein_coding 4 1 4 TRNAU1AP ENSG00000180098 +CDS chr1 28564703 28564834 ENST00000373830 protein_coding 4 1 5 TRNAU1AP ENSG00000180098 +CDS chr1 28567294 28567413 ENST00000373830 protein_coding 4 1 6 TRNAU1AP ENSG00000180098 +CDS chr1 28571176 28571338 ENST00000373830 protein_coding 4 1 7 TRNAU1AP ENSG00000180098 +CDS chr1 28571867 28571900 ENST00000373830 protein_coding 4 1 8 TRNAU1AP ENSG00000180098 +CDS chr1 28577500 28577633 ENST00000373830 protein_coding 4 1 9 TRNAU1AP ENSG00000180098 +transcript chr1 28587829 28643104 ENST00000685589 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28587837 28643085 ENST00000693642 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28587861 28643104 ENST00000688108 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28588495 28643019 ENST00000691563 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28589323 28643115 ENST00000471683 protein_coding 6 3 NA TAF12 ENSG00000120656 +CDS chr1 28589619 28589742 ENST00000688108 protein_coding 1 NA 7 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000685589 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000691563 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28589753 28589774 ENST00000471683 protein_coding 6 3 7 TAF12 ENSG00000120656 +CDS chr1 28589781 28589787 ENST00000693642 protein_coding 1 NA 7 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000685589 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000693642 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000688108 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000691563 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28590277 28590386 ENST00000471683 protein_coding 6 3 6 TAF12 ENSG00000120656 +transcript chr1 28592200 28595443 ENST00000373826 protein_coding 3 1 NA RAB42 ENSG00000188060 +transcript chr1 28592265 28595449 ENST00000465518 protein_coding 3 2 NA RAB42 ENSG00000188060 +CDS chr1 28592512 28592744 ENST00000465518 protein_coding 3 2 1 RAB42 ENSG00000188060 +CDS chr1 28593694 28594114 ENST00000465518 protein_coding 3 2 2 RAB42 ENSG00000188060 +CDS chr1 28593800 28594114 ENST00000373826 protein_coding 3 1 2 RAB42 ENSG00000188060 +transcript chr1 28602850 28643067 ENST00000373824 protein_coding 9 1 NA TAF12 ENSG00000120656 +transcript chr1 28602850 28643085 ENST00000495422 protein_coding 2 5 NA TAF12 ENSG00000120656 +transcript chr1 28603096 28643007 ENST00000689843 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603096 28643015 ENST00000691050 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603096 28648291 ENST00000685312 protein_coding 1 NA NA TAF12 ENSG00000120656 +transcript chr1 28603101 28643005 ENST00000263974 protein_coding 4 1 NA TAF12 ENSG00000120656 +transcript chr1 28603366 28643063 ENST00000693729 protein_coding 1 NA NA TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000373824 protein_coding 9 1 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000495422 protein_coding 2 5 7 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000689843 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000691050 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000685312 protein_coding 1 NA 6 TAF12 ENSG00000120656 +CDS chr1 28603542 28603574 ENST00000263974 protein_coding 4 1 6 TAF12 ENSG00000120656 +transcript chr1 28604027 28643081 ENST00000690492 protein_coding 1 NA NA TAF12 ENSG00000120656 +CDS chr1 28605336 28605460 ENST00000693729 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605336 28605460 ENST00000690492 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000685589 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000693642 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000688108 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000691563 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000471683 protein_coding 6 3 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000373824 protein_coding 9 1 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000495422 protein_coding 2 5 6 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000689843 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000691050 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000685312 protein_coding 1 NA 5 TAF12 ENSG00000120656 +CDS chr1 28605372 28605460 ENST00000263974 protein_coding 4 1 5 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000685589 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000693642 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000688108 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000691563 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000471683 protein_coding 6 3 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000373824 protein_coding 9 1 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000495422 protein_coding 2 5 5 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000689843 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000691050 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000685312 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000263974 protein_coding 4 1 4 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000693729 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28613247 28613361 ENST00000690492 protein_coding 1 NA 4 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000693642 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000688108 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000471683 protein_coding 6 3 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000373824 protein_coding 9 1 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000495422 protein_coding 2 5 4 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000689843 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000685312 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000263974 protein_coding 4 1 3 TAF12 ENSG00000120656 +CDS chr1 28617953 28618030 ENST00000690492 protein_coding 1 NA 3 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000693642 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000688108 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000691563 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000471683 protein_coding 6 3 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000373824 protein_coding 9 1 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622165 ENST00000495422 protein_coding 2 5 3 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000689843 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000685312 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000263974 protein_coding 4 1 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000693729 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28621914 28622081 ENST00000690492 protein_coding 1 NA 2 TAF12 ENSG00000120656 +CDS chr1 28623946 28624017 ENST00000495422 protein_coding 2 5 2 TAF12 ENSG00000120656 +transcript chr1 28668778 28714886 ENST00000361872 protein_coding 8 1 NA GMEB1 ENSG00000162419 +transcript chr1 28668780 28714873 ENST00000294409 protein_coding 2 1 NA GMEB1 ENSG00000162419 +transcript chr1 28668784 28719353 ENST00000373816 protein_coding 6 2 NA GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000373816 protein_coding 6 2 2 GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000361872 protein_coding 8 1 2 GMEB1 ENSG00000162419 +CDS chr1 28683613 28683740 ENST00000294409 protein_coding 2 1 2 GMEB1 ENSG00000162419 +CDS chr1 28690074 28690186 ENST00000294409 protein_coding 2 1 3 GMEB1 ENSG00000162419 +CDS chr1 28690104 28690186 ENST00000373816 protein_coding 6 2 3 GMEB1 ENSG00000162419 +CDS chr1 28690104 28690186 ENST00000361872 protein_coding 8 1 3 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000373816 protein_coding 6 2 4 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000361872 protein_coding 8 1 4 GMEB1 ENSG00000162419 +CDS chr1 28691585 28691709 ENST00000294409 protein_coding 2 1 4 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000373816 protein_coding 6 2 5 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000361872 protein_coding 8 1 5 GMEB1 ENSG00000162419 +CDS chr1 28692942 28693045 ENST00000294409 protein_coding 2 1 5 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000373816 protein_coding 6 2 6 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000361872 protein_coding 8 1 6 GMEB1 ENSG00000162419 +CDS chr1 28696927 28697084 ENST00000294409 protein_coding 2 1 6 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000373816 protein_coding 6 2 7 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000361872 protein_coding 8 1 7 GMEB1 ENSG00000162419 +CDS chr1 28702438 28702569 ENST00000294409 protein_coding 2 1 7 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000373816 protein_coding 6 2 8 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000361872 protein_coding 8 1 8 GMEB1 ENSG00000162419 +CDS chr1 28704192 28704329 ENST00000294409 protein_coding 2 1 8 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000373816 protein_coding 6 2 9 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000361872 protein_coding 8 1 9 GMEB1 ENSG00000162419 +CDS chr1 28710520 28710642 ENST00000294409 protein_coding 2 1 9 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000373816 protein_coding 6 2 10 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000361872 protein_coding 8 1 10 GMEB1 ENSG00000162419 +CDS chr1 28714073 28714770 ENST00000294409 protein_coding 2 1 10 GMEB1 ENSG00000162419 +transcript chr1 28736621 28742871 ENST00000474884 protein_coding 5 5 NA YTHDF2 ENSG00000198492 +transcript chr1 28736621 28769774 ENST00000542507 protein_coding 5 5 NA YTHDF2 ENSG00000198492 +transcript chr1 28736940 28769775 ENST00000373812 protein_coding 8 1 NA YTHDF2 ENSG00000198492 +transcript chr1 28736940 28769775 ENST00000541996 protein_coding 5 2 NA YTHDF2 ENSG00000198492 +transcript chr1 28736965 28743002 ENST00000496288 protein_coding 5 2 NA YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000474884 protein_coding 5 5 2 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000542507 protein_coding 5 5 2 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000373812 protein_coding 8 1 1 YTHDF2 ENSG00000198492 +CDS chr1 28737121 28737147 ENST00000496288 protein_coding 5 2 1 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000474884 protein_coding 5 5 3 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000542507 protein_coding 5 5 3 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000373812 protein_coding 8 1 2 YTHDF2 ENSG00000198492 +CDS chr1 28737658 28737682 ENST00000496288 protein_coding 5 2 2 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000474884 protein_coding 5 5 4 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000542507 protein_coding 5 5 4 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738338 ENST00000373812 protein_coding 8 1 3 YTHDF2 ENSG00000198492 +CDS chr1 28738259 28738329 ENST00000496288 protein_coding 5 2 3 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28742871 ENST00000474884 protein_coding 5 5 5 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743986 ENST00000542507 protein_coding 5 5 5 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743986 ENST00000373812 protein_coding 8 1 4 YTHDF2 ENSG00000198492 +CDS chr1 28742403 28743002 ENST00000496288 protein_coding 5 2 4 YTHDF2 ENSG00000198492 +CDS chr1 28742421 28743986 ENST00000541996 protein_coding 5 2 3 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000542507 protein_coding 5 5 6 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000373812 protein_coding 8 1 5 YTHDF2 ENSG00000198492 +CDS chr1 28768929 28768949 ENST00000541996 protein_coding 5 2 4 YTHDF2 ENSG00000198492 +transcript chr1 28812170 28871267 ENST00000234961 protein_coding 7 1 NA OPRD1 ENSG00000116329 +CDS chr1 28812384 28812610 ENST00000234961 protein_coding 7 1 1 OPRD1 ENSG00000116329 +CDS chr1 28858954 28859303 ENST00000234961 protein_coding 7 1 2 OPRD1 ENSG00000116329 +CDS chr1 28862742 28863280 ENST00000234961 protein_coding 7 1 3 OPRD1 ENSG00000116329 +transcript chr1 28887091 29120041 ENST00000647103 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887100 29120041 ENST00000642937 protein_coding 2 NA NA EPB41 ENSG00000159023 +transcript chr1 28887103 29072169 ENST00000646189 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887103 29072956 ENST00000644342 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887124 29117114 ENST00000373800 protein_coding 7 1 NA EPB41 ENSG00000159023 +transcript chr1 28887124 29118846 ENST00000649717 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28887172 29117114 ENST00000347529 protein_coding 7 1 NA EPB41 ENSG00000159023 +transcript chr1 28893371 29065163 ENST00000646260 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28893741 29120046 ENST00000373798 protein_coding 5 5 NA EPB41 ENSG00000159023 +transcript chr1 28914544 29072293 ENST00000644600 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914567 29072280 ENST00000643173 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29065899 ENST00000648181 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29072169 ENST00000650265 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29072312 ENST00000644780 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914569 29120041 ENST00000343067 protein_coding 9 5 NA EPB41 ENSG00000159023 +transcript chr1 28914572 29072173 ENST00000643604 protein_coding 1 NA NA EPB41 ENSG00000159023 +transcript chr1 28914574 29065221 ENST00000373797 protein_coding 2 1 NA EPB41 ENSG00000159023 +transcript chr1 28914601 29117048 ENST00000349460 protein_coding 9 1 NA EPB41 ENSG00000159023 +transcript chr1 28914626 29065950 ENST00000645184 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000347529 protein_coding 7 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000646260 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000373798 protein_coding 5 5 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000644600 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000643173 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000648181 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000650265 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000644780 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000343067 protein_coding 9 5 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000643604 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000373797 protein_coding 2 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000349460 protein_coding 9 1 2 EPB41 ENSG00000159023 +CDS chr1 28987438 28987905 ENST00000645184 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000347529 protein_coding 7 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000646260 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000373798 protein_coding 5 5 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000644600 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000643173 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000650265 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000343067 protein_coding 9 5 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000643604 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000373797 protein_coding 2 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000349460 protein_coding 9 1 3 EPB41 ENSG00000159023 +CDS chr1 28993330 28993542 ENST00000645184 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000647103 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000646189 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000644342 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000642937 protein_coding 2 NA 3 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000373800 protein_coding 7 1 4 EPB41 ENSG00000159023 +CDS chr1 28993489 28993542 ENST00000649717 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000647103 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000646189 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644342 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000642937 protein_coding 2 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373800 protein_coding 7 1 5 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000649717 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000646260 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373798 protein_coding 5 5 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644600 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000643173 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000650265 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000644780 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000343067 protein_coding 9 5 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000643604 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000373797 protein_coding 2 1 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000349460 protein_coding 9 1 4 EPB41 ENSG00000159023 +CDS chr1 28997215 28997319 ENST00000645184 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000647103 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000646189 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644342 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000642937 protein_coding 2 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373800 protein_coding 7 1 6 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000649717 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000347529 protein_coding 7 1 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000646260 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373798 protein_coding 5 5 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644600 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000643173 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000648181 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000650265 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000644780 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000343067 protein_coding 9 5 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000643604 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000373797 protein_coding 2 1 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000349460 protein_coding 9 1 5 EPB41 ENSG00000159023 +CDS chr1 29011865 29011907 ENST00000645184 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000647103 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000646189 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644342 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000642937 protein_coding 2 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373800 protein_coding 7 1 7 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000649717 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000347529 protein_coding 7 1 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000646260 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373798 protein_coding 5 5 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644600 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000643173 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000648181 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000650265 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000644780 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000343067 protein_coding 9 5 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000643604 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000373797 protein_coding 2 1 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000349460 protein_coding 9 1 6 EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000645184 protein_coding 1 NA 6 EPB41 ENSG00000159023 +transcript chr1 29015692 29072806 ENST00000636666 protein_coding 1 5 NA EPB41 ENSG00000159023 +CDS chr1 29015692 29015767 ENST00000636666 protein_coding 1 5 1 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000647103 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000646189 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644342 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000642937 protein_coding 2 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373800 protein_coding 7 1 8 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000649717 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000347529 protein_coding 7 1 6 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000646260 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373798 protein_coding 5 5 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644600 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000643173 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000648181 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000650265 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000644780 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000343067 protein_coding 9 5 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000643604 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000373797 protein_coding 2 1 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000349460 protein_coding 9 1 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000645184 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29018224 29018442 ENST00000636666 protein_coding 1 5 2 EPB41 ENSG00000159023 +transcript chr1 29018359 29072314 ENST00000644848 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29018359 29018442 ENST00000644848 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000647103 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000646189 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644342 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000642937 protein_coding 2 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373800 protein_coding 7 1 9 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000649717 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000347529 protein_coding 7 1 7 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000646260 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373798 protein_coding 5 5 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644600 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000643173 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000648181 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000650265 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644780 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000343067 protein_coding 9 5 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000643604 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000373797 protein_coding 2 1 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000349460 protein_coding 9 1 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000645184 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000636666 protein_coding 1 5 3 EPB41 ENSG00000159023 +CDS chr1 29030400 29030487 ENST00000644848 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000647103 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000646189 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644342 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000642937 protein_coding 2 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373800 protein_coding 7 1 10 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000649717 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000347529 protein_coding 7 1 8 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000646260 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373798 protein_coding 5 5 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644600 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000643173 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000648181 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000650265 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644780 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000343067 protein_coding 9 5 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000643604 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000373797 protein_coding 2 1 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000349460 protein_coding 9 1 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000645184 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000636666 protein_coding 1 5 4 EPB41 ENSG00000159023 +CDS chr1 29033093 29033245 ENST00000644848 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000647103 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000646189 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644342 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000642937 protein_coding 2 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373800 protein_coding 7 1 11 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000649717 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000347529 protein_coding 7 1 9 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000646260 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373798 protein_coding 5 5 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644600 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000643173 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000648181 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000650265 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644780 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000343067 protein_coding 9 5 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000643604 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000373797 protein_coding 2 1 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000349460 protein_coding 9 1 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000645184 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000636666 protein_coding 1 5 5 EPB41 ENSG00000159023 +CDS chr1 29035826 29035923 ENST00000644848 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000647103 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000646189 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644342 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000642937 protein_coding 2 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373800 protein_coding 7 1 12 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000649717 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000347529 protein_coding 7 1 10 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000646260 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373798 protein_coding 5 5 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644600 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000643173 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000648181 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000650265 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644780 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000343067 protein_coding 9 5 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000643604 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000373797 protein_coding 2 1 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000349460 protein_coding 9 1 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000645184 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000636666 protein_coding 1 5 6 EPB41 ENSG00000159023 +CDS chr1 29039254 29039426 ENST00000644848 protein_coding 1 NA 5 EPB41 ENSG00000159023 +transcript chr1 29039418 29069522 ENST00000644470 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29039418 29039426 ENST00000644470 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000647103 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000646189 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000642937 protein_coding 2 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373800 protein_coding 7 1 13 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000649717 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000347529 protein_coding 7 1 11 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000646260 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373798 protein_coding 5 5 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644600 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000643173 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000648181 protein_coding 1 NA 10 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000650265 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644780 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000343067 protein_coding 9 5 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000643604 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000373797 protein_coding 2 1 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000349460 protein_coding 9 1 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000645184 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053104 29053312 ENST00000644848 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000644342 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000636666 protein_coding 1 5 7 EPB41 ENSG00000159023 +CDS chr1 29053107 29053312 ENST00000644470 protein_coding 1 NA 2 EPB41 ENSG00000159023 +transcript chr1 29053164 29097904 ENST00000646871 protein_coding 1 NA NA EPB41 ENSG00000159023 +CDS chr1 29053164 29053312 ENST00000646871 protein_coding 1 NA 1 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644342 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000642937 protein_coding 2 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000373798 protein_coding 5 5 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644600 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000643173 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000648181 protein_coding 1 NA 11 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000650265 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644780 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000343067 protein_coding 9 5 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000643604 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000373797 protein_coding 2 1 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000349460 protein_coding 9 1 13 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000644470 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29058589 29058645 ENST00000646871 protein_coding 1 NA 2 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000642937 protein_coding 2 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000373798 protein_coding 5 5 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644600 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000643173 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000648181 protein_coding 1 NA 12 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000650265 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644780 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000343067 protein_coding 9 5 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000643604 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29058811 29058852 ENST00000644470 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000642937 protein_coding 2 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373800 protein_coding 7 1 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373798 protein_coding 5 5 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644600 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644780 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000343067 protein_coding 9 5 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000643604 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000373797 protein_coding 2 1 14 EPB41 ENSG00000159023 +CDS chr1 29060422 29060484 ENST00000644470 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000647103 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000646189 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644342 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000642937 protein_coding 2 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000373800 protein_coding 7 1 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000347529 protein_coding 7 1 12 EPB41 ENSG00000159023 +CDS chr1 29064982 29065163 ENST00000646260 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000373798 protein_coding 5 5 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644600 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000643173 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000648181 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000650265 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644780 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000343067 protein_coding 9 5 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000643604 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000373797 protein_coding 2 1 15 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000349460 protein_coding 9 1 14 EPB41 ENSG00000159023 +CDS chr1 29064982 29065176 ENST00000645184 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000636666 protein_coding 1 5 8 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644848 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000644470 protein_coding 1 NA 6 EPB41 ENSG00000159023 +CDS chr1 29064982 29065158 ENST00000646871 protein_coding 1 NA 3 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000646189 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644342 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644600 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000643173 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000650265 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644780 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000643604 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000349460 protein_coding 9 1 15 EPB41 ENSG00000159023 +CDS chr1 29068733 29068768 ENST00000636666 protein_coding 1 5 9 EPB41 ENSG00000159023 +CDS chr1 29068733 29068783 ENST00000644848 protein_coding 1 NA 8 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644342 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644600 protein_coding 1 NA 18 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000643173 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000643604 protein_coding 1 NA 18 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644848 protein_coding 1 NA 9 EPB41 ENSG00000159023 +CDS chr1 29069166 29069291 ENST00000644470 protein_coding 1 NA 7 EPB41 ENSG00000159023 +CDS chr1 29070364 29070612 ENST00000646189 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29070364 29070612 ENST00000650265 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29070391 29070612 ENST00000644780 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29070391 29070612 ENST00000636666 protein_coding 1 5 10 EPB41 ENSG00000159023 +CDS chr1 29096155 29096604 ENST00000646871 protein_coding 1 NA 4 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000647103 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000642937 protein_coding 2 NA 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000373800 protein_coding 7 1 16 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000649717 protein_coding 1 NA 13 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000347529 protein_coding 7 1 13 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000373798 protein_coding 5 5 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000343067 protein_coding 9 5 17 EPB41 ENSG00000159023 +CDS chr1 29097807 29097935 ENST00000349460 protein_coding 9 1 16 EPB41 ENSG00000159023 +CDS chr1 29097807 29097904 ENST00000646871 protein_coding 1 NA 5 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000647103 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000642937 protein_coding 2 NA 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000649717 protein_coding 1 NA 14 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000347529 protein_coding 7 1 14 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000373798 protein_coding 5 5 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000343067 protein_coding 9 5 18 EPB41 ENSG00000159023 +CDS chr1 29109336 29109437 ENST00000349460 protein_coding 9 1 17 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000647103 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000642937 protein_coding 2 NA 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000373800 protein_coding 7 1 17 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000649717 protein_coding 1 NA 15 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000347529 protein_coding 7 1 15 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000373798 protein_coding 5 5 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000343067 protein_coding 9 5 19 EPB41 ENSG00000159023 +CDS chr1 29112368 29112448 ENST00000349460 protein_coding 9 1 18 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000647103 protein_coding 1 NA 17 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000642937 protein_coding 2 NA 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000373800 protein_coding 7 1 18 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000649717 protein_coding 1 NA 16 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000347529 protein_coding 7 1 16 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000373798 protein_coding 5 5 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000343067 protein_coding 9 5 20 EPB41 ENSG00000159023 +CDS chr1 29115699 29115794 ENST00000349460 protein_coding 9 1 19 EPB41 ENSG00000159023 +transcript chr1 29119429 29123903 ENST00000521452 protein_coding 2 1 NA TMEM200B ENSG00000253304 +transcript chr1 29119434 29122501 ENST00000420504 protein_coding 2 1 NA TMEM200B ENSG00000253304 +CDS chr1 29120908 29121828 ENST00000521452 protein_coding 2 1 2 TMEM200B ENSG00000253304 +CDS chr1 29120908 29121828 ENST00000420504 protein_coding 2 1 2 TMEM200B ENSG00000253304 +transcript chr1 29147743 29181900 ENST00000373795 protein_coding 7 1 NA SRSF4 ENSG00000116350 +CDS chr1 29148413 29149226 ENST00000373795 protein_coding 7 1 6 SRSF4 ENSG00000116350 +transcript chr1 29148671 29181882 ENST00000466448 protein_coding 4 3 NA SRSF4 ENSG00000116350 +CDS chr1 29148671 29149226 ENST00000466448 protein_coding 4 3 5 SRSF4 ENSG00000116350 +CDS chr1 29150103 29150192 ENST00000373795 protein_coding 7 1 5 SRSF4 ENSG00000116350 +CDS chr1 29154696 29154910 ENST00000373795 protein_coding 7 1 4 SRSF4 ENSG00000116350 +CDS chr1 29154696 29154910 ENST00000466448 protein_coding 4 3 4 SRSF4 ENSG00000116350 +CDS chr1 29159374 29159486 ENST00000373795 protein_coding 7 1 3 SRSF4 ENSG00000116350 +CDS chr1 29159374 29159486 ENST00000466448 protein_coding 4 3 3 SRSF4 ENSG00000116350 +CDS chr1 29160375 29160517 ENST00000373795 protein_coding 7 1 2 SRSF4 ENSG00000116350 +CDS chr1 29160375 29160517 ENST00000466448 protein_coding 4 3 2 SRSF4 ENSG00000116350 +CDS chr1 29181646 29181752 ENST00000373795 protein_coding 7 1 1 SRSF4 ENSG00000116350 +CDS chr1 29181646 29181752 ENST00000466448 protein_coding 4 3 1 SRSF4 ENSG00000116350 +transcript chr1 29192657 29230934 ENST00000263702 protein_coding 11 1 NA MECR ENSG00000116353 +transcript chr1 29192873 29230924 ENST00000373791 protein_coding 7 2 NA MECR ENSG00000116353 +CDS chr1 29194025 29194179 ENST00000263702 protein_coding 11 1 10 MECR ENSG00000116353 +CDS chr1 29194025 29194179 ENST00000373791 protein_coding 7 2 10 MECR ENSG00000116353 +CDS chr1 29195941 29196013 ENST00000263702 protein_coding 11 1 9 MECR ENSG00000116353 +CDS chr1 29195941 29196013 ENST00000373791 protein_coding 7 2 9 MECR ENSG00000116353 +CDS chr1 29196198 29196258 ENST00000263702 protein_coding 11 1 8 MECR ENSG00000116353 +CDS chr1 29196198 29196258 ENST00000373791 protein_coding 7 2 8 MECR ENSG00000116353 +CDS chr1 29200516 29200589 ENST00000263702 protein_coding 11 1 7 MECR ENSG00000116353 +CDS chr1 29200516 29200589 ENST00000373791 protein_coding 7 2 7 MECR ENSG00000116353 +CDS chr1 29201943 29202045 ENST00000263702 protein_coding 11 1 6 MECR ENSG00000116353 +CDS chr1 29201943 29202045 ENST00000373791 protein_coding 7 2 6 MECR ENSG00000116353 +CDS chr1 29203131 29203233 ENST00000263702 protein_coding 11 1 5 MECR ENSG00000116353 +CDS chr1 29203131 29203233 ENST00000373791 protein_coding 7 2 5 MECR ENSG00000116353 +CDS chr1 29206762 29206905 ENST00000263702 protein_coding 11 1 4 MECR ENSG00000116353 +CDS chr1 29206762 29206905 ENST00000373791 protein_coding 7 2 4 MECR ENSG00000116353 +CDS chr1 29216005 29216136 ENST00000263702 protein_coding 11 1 3 MECR ENSG00000116353 +CDS chr1 29216005 29216136 ENST00000373791 protein_coding 7 2 3 MECR ENSG00000116353 +CDS chr1 29216588 29216685 ENST00000263702 protein_coding 11 1 2 MECR ENSG00000116353 +CDS chr1 29216588 29216633 ENST00000373791 protein_coding 7 2 2 MECR ENSG00000116353 +CDS chr1 29230731 29230906 ENST00000263702 protein_coding 11 1 1 MECR ENSG00000116353 +transcript chr1 29236516 29325661 ENST00000345512 protein_coding 7 1 NA PTPRU ENSG00000060656 +transcript chr1 29236522 29326800 ENST00000373779 protein_coding 8 1 NA PTPRU ENSG00000060656 +transcript chr1 29236549 29326813 ENST00000428026 protein_coding 6 1 NA PTPRU ENSG00000060656 +transcript chr1 29236639 29326669 ENST00000460170 protein_coding 2 1 NA PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000345512 protein_coding 7 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000373779 protein_coding 8 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000428026 protein_coding 6 1 1 PTPRU ENSG00000060656 +CDS chr1 29236645 29236717 ENST00000460170 protein_coding 2 1 1 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000345512 protein_coding 7 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000373779 protein_coding 8 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000428026 protein_coding 6 1 2 PTPRU ENSG00000060656 +CDS chr1 29255275 29255406 ENST00000460170 protein_coding 2 1 2 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000345512 protein_coding 7 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000373779 protein_coding 8 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000428026 protein_coding 6 1 3 PTPRU ENSG00000060656 +CDS chr1 29258505 29258776 ENST00000460170 protein_coding 2 1 3 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000345512 protein_coding 7 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000373779 protein_coding 8 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000428026 protein_coding 6 1 4 PTPRU ENSG00000060656 +CDS chr1 29259261 29259342 ENST00000460170 protein_coding 2 1 4 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000345512 protein_coding 7 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000373779 protein_coding 8 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000428026 protein_coding 6 1 5 PTPRU ENSG00000060656 +CDS chr1 29259449 29259564 ENST00000460170 protein_coding 2 1 5 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000345512 protein_coding 7 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000373779 protein_coding 8 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000428026 protein_coding 6 1 6 PTPRU ENSG00000060656 +CDS chr1 29259870 29260044 ENST00000460170 protein_coding 2 1 6 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000345512 protein_coding 7 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000373779 protein_coding 8 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000428026 protein_coding 6 1 7 PTPRU ENSG00000060656 +CDS chr1 29260610 29260903 ENST00000460170 protein_coding 2 1 7 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000345512 protein_coding 7 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000373779 protein_coding 8 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000428026 protein_coding 6 1 8 PTPRU ENSG00000060656 +CDS chr1 29275448 29275756 ENST00000460170 protein_coding 2 1 8 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000345512 protein_coding 7 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000373779 protein_coding 8 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000428026 protein_coding 6 1 9 PTPRU ENSG00000060656 +CDS chr1 29279012 29279121 ENST00000460170 protein_coding 2 1 9 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000345512 protein_coding 7 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000373779 protein_coding 8 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000428026 protein_coding 6 1 10 PTPRU ENSG00000060656 +CDS chr1 29279456 29279657 ENST00000460170 protein_coding 2 1 10 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000345512 protein_coding 7 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000373779 protein_coding 8 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000428026 protein_coding 6 1 11 PTPRU ENSG00000060656 +CDS chr1 29280039 29280141 ENST00000460170 protein_coding 2 1 11 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000345512 protein_coding 7 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000373779 protein_coding 8 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000428026 protein_coding 6 1 12 PTPRU ENSG00000060656 +CDS chr1 29282676 29282949 ENST00000460170 protein_coding 2 1 12 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000345512 protein_coding 7 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000373779 protein_coding 8 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000428026 protein_coding 6 1 13 PTPRU ENSG00000060656 +CDS chr1 29283940 29283976 ENST00000460170 protein_coding 2 1 13 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000345512 protein_coding 7 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000373779 protein_coding 8 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000428026 protein_coding 6 1 14 PTPRU ENSG00000060656 +CDS chr1 29284731 29284869 ENST00000460170 protein_coding 2 1 14 PTPRU ENSG00000060656 +CDS chr1 29289683 29289712 ENST00000345512 protein_coding 7 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000345512 protein_coding 7 1 16 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000373779 protein_coding 8 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000428026 protein_coding 6 1 15 PTPRU ENSG00000060656 +CDS chr1 29291869 29292026 ENST00000460170 protein_coding 2 1 15 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000345512 protein_coding 7 1 17 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000373779 protein_coding 8 1 16 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000428026 protein_coding 6 1 16 PTPRU ENSG00000060656 +CDS chr1 29303855 29304045 ENST00000460170 protein_coding 2 1 16 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000345512 protein_coding 7 1 18 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000373779 protein_coding 8 1 17 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000428026 protein_coding 6 1 17 PTPRU ENSG00000060656 +CDS chr1 29304774 29304849 ENST00000460170 protein_coding 2 1 17 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000345512 protein_coding 7 1 19 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000373779 protein_coding 8 1 18 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000428026 protein_coding 6 1 18 PTPRU ENSG00000060656 +CDS chr1 29305352 29305428 ENST00000460170 protein_coding 2 1 18 PTPRU ENSG00000060656 +CDS chr1 29307129 29307146 ENST00000460170 protein_coding 2 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000345512 protein_coding 7 1 20 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000373779 protein_coding 8 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000428026 protein_coding 6 1 19 PTPRU ENSG00000060656 +CDS chr1 29310744 29310780 ENST00000460170 protein_coding 2 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000345512 protein_coding 7 1 21 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000373779 protein_coding 8 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311544 ENST00000428026 protein_coding 6 1 20 PTPRU ENSG00000060656 +CDS chr1 29311456 29311553 ENST00000460170 protein_coding 2 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000345512 protein_coding 7 1 22 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000373779 protein_coding 8 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000428026 protein_coding 6 1 21 PTPRU ENSG00000060656 +CDS chr1 29311643 29311759 ENST00000460170 protein_coding 2 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000345512 protein_coding 7 1 23 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000373779 protein_coding 8 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000428026 protein_coding 6 1 22 PTPRU ENSG00000060656 +CDS chr1 29312552 29312706 ENST00000460170 protein_coding 2 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000345512 protein_coding 7 1 24 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000373779 protein_coding 8 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000428026 protein_coding 6 1 23 PTPRU ENSG00000060656 +CDS chr1 29315372 29315507 ENST00000460170 protein_coding 2 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000345512 protein_coding 7 1 25 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000373779 protein_coding 8 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000428026 protein_coding 6 1 24 PTPRU ENSG00000060656 +CDS chr1 29316002 29316151 ENST00000460170 protein_coding 2 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000345512 protein_coding 7 1 26 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000373779 protein_coding 8 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000428026 protein_coding 6 1 25 PTPRU ENSG00000060656 +CDS chr1 29317748 29317921 ENST00000460170 protein_coding 2 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000345512 protein_coding 7 1 27 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000373779 protein_coding 8 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000428026 protein_coding 6 1 26 PTPRU ENSG00000060656 +CDS chr1 29320685 29320825 ENST00000460170 protein_coding 2 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000345512 protein_coding 7 1 28 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000373779 protein_coding 8 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000428026 protein_coding 6 1 27 PTPRU ENSG00000060656 +CDS chr1 29323371 29323496 ENST00000460170 protein_coding 2 1 28 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000345512 protein_coding 7 1 29 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000373779 protein_coding 8 1 28 PTPRU ENSG00000060656 +CDS chr1 29323631 29323788 ENST00000428026 protein_coding 6 1 28 PTPRU ENSG00000060656 +CDS chr1 29323637 29323788 ENST00000460170 protein_coding 2 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000345512 protein_coding 7 1 30 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000373779 protein_coding 8 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000428026 protein_coding 6 1 29 PTPRU ENSG00000060656 +CDS chr1 29325191 29325326 ENST00000460170 protein_coding 2 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000345512 protein_coding 7 1 31 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000373779 protein_coding 8 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000428026 protein_coding 6 1 30 PTPRU ENSG00000060656 +CDS chr1 29325599 29325658 ENST00000460170 protein_coding 2 1 31 PTPRU ENSG00000060656 +transcript chr1 30711277 30723585 ENST00000373765 protein_coding 5 1 NA MATN1 ENSG00000162510 +CDS chr1 30713585 30713631 ENST00000373765 protein_coding 5 1 8 MATN1 ENSG00000162510 +CDS chr1 30714247 30714327 ENST00000373765 protein_coding 5 1 7 MATN1 ENSG00000162510 +CDS chr1 30715157 30715309 ENST00000373765 protein_coding 5 1 6 MATN1 ENSG00000162510 +CDS chr1 30715909 30716325 ENST00000373765 protein_coding 5 1 5 MATN1 ENSG00000162510 +CDS chr1 30716790 30716915 ENST00000373765 protein_coding 5 1 4 MATN1 ENSG00000162510 +CDS chr1 30718735 30718957 ENST00000373765 protein_coding 5 1 3 MATN1 ENSG00000162510 +CDS chr1 30721405 30721751 ENST00000373765 protein_coding 5 1 2 MATN1 ENSG00000162510 +CDS chr1 30723458 30723551 ENST00000373765 protein_coding 5 1 1 MATN1 ENSG00000162510 +transcript chr1 30732469 30757774 ENST00000294507 protein_coding 4 1 NA LAPTM5 ENSG00000162511 +CDS chr1 30733831 30733917 ENST00000294507 protein_coding 4 1 8 LAPTM5 ENSG00000162511 +CDS chr1 30735173 30735265 ENST00000294507 protein_coding 4 1 7 LAPTM5 ENSG00000162511 +CDS chr1 30737604 30737699 ENST00000294507 protein_coding 4 1 6 LAPTM5 ENSG00000162511 +CDS chr1 30738940 30739062 ENST00000294507 protein_coding 4 1 5 LAPTM5 ENSG00000162511 +CDS chr1 30739809 30739937 ENST00000294507 protein_coding 4 1 4 LAPTM5 ENSG00000162511 +CDS chr1 30741640 30741716 ENST00000294507 protein_coding 4 1 3 LAPTM5 ENSG00000162511 +CDS chr1 30742456 30742549 ENST00000294507 protein_coding 4 1 2 LAPTM5 ENSG00000162511 +CDS chr1 30757659 30757745 ENST00000294507 protein_coding 4 1 1 LAPTM5 ENSG00000162511 +transcript chr1 30869466 30908758 ENST00000339394 protein_coding 7 1 NA SDC3 ENSG00000162512 +transcript chr1 30869467 30878740 ENST00000336798 protein_coding 11 1 NA SDC3 ENSG00000162512 +CDS chr1 30873214 30873377 ENST00000336798 protein_coding 11 1 3 SDC3 ENSG00000162512 +CDS chr1 30873214 30873377 ENST00000339394 protein_coding 7 1 5 SDC3 ENSG00000162512 +CDS chr1 30874297 30874588 ENST00000336798 protein_coding 11 1 2 SDC3 ENSG00000162512 +CDS chr1 30874297 30874588 ENST00000339394 protein_coding 7 1 4 SDC3 ENSG00000162512 +CDS chr1 30876552 30877247 ENST00000336798 protein_coding 11 1 1 SDC3 ENSG00000162512 +CDS chr1 30876552 30877165 ENST00000339394 protein_coding 7 1 3 SDC3 ENSG00000162512 +CDS chr1 30878623 30878740 ENST00000339394 protein_coding 7 1 2 SDC3 ENSG00000162512 +CDS chr1 30908449 30908586 ENST00000339394 protein_coding 7 1 1 SDC3 ENSG00000162512 +transcript chr1 30931506 31065695 ENST00000424085 protein_coding 6 5 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065698 ENST00000257075 protein_coding 9 1 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065704 ENST00000373747 protein_coding 7 5 NA PUM1 ENSG00000134644 +transcript chr1 30931506 31065717 ENST00000426105 protein_coding 7 1 NA PUM1 ENSG00000134644 +transcript chr1 30932059 31065726 ENST00000525843 protein_coding 5 5 NA PUM1 ENSG00000134644 +transcript chr1 30932844 30995059 ENST00000498419 protein_coding 5 5 NA PUM1 ENSG00000134644 +transcript chr1 30932844 31065684 ENST00000440538 protein_coding 6 1 NA PUM1 ENSG00000134644 +transcript chr1 30932850 31065991 ENST00000373741 protein_coding 8 1 NA PUM1 ENSG00000134644 +transcript chr1 30933080 31065785 ENST00000373742 protein_coding 6 2 NA PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000424085 protein_coding 6 5 18 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000257075 protein_coding 9 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373747 protein_coding 7 5 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000525843 protein_coding 5 5 21 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000426105 protein_coding 7 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000498419 protein_coding 5 5 17 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000440538 protein_coding 6 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373741 protein_coding 8 1 22 PUM1 ENSG00000134644 +CDS chr1 30933214 30933342 ENST00000373742 protein_coding 6 2 20 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000424085 protein_coding 6 5 17 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000257075 protein_coding 9 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373747 protein_coding 7 5 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000525843 protein_coding 5 5 20 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000426105 protein_coding 7 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000498419 protein_coding 5 5 16 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000440538 protein_coding 6 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373741 protein_coding 8 1 21 PUM1 ENSG00000134644 +CDS chr1 30936643 30936835 ENST00000373742 protein_coding 6 2 19 PUM1 ENSG00000134644 +transcript chr1 30936722 30953757 ENST00000529846 protein_coding 5 3 NA PUM1 ENSG00000134644 +CDS chr1 30936722 30936835 ENST00000529846 protein_coding 5 3 6 PUM1 ENSG00000134644 +transcript chr1 30936724 30953744 ENST00000525997 protein_coding 1 3 NA PUM1 ENSG00000134644 +CDS chr1 30936724 30936835 ENST00000525997 protein_coding 1 3 6 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000424085 protein_coding 6 5 16 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000257075 protein_coding 9 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373747 protein_coding 7 5 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000525843 protein_coding 5 5 19 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000426105 protein_coding 7 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000498419 protein_coding 5 5 15 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000440538 protein_coding 6 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373741 protein_coding 8 1 20 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000373742 protein_coding 6 2 18 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000529846 protein_coding 5 3 5 PUM1 ENSG00000134644 +CDS chr1 30941151 30941272 ENST00000525997 protein_coding 1 3 5 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000424085 protein_coding 6 5 15 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000257075 protein_coding 9 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373747 protein_coding 7 5 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000525843 protein_coding 5 5 18 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000426105 protein_coding 7 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000498419 protein_coding 5 5 14 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000440538 protein_coding 6 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373741 protein_coding 8 1 19 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000373742 protein_coding 6 2 17 PUM1 ENSG00000134644 +CDS chr1 30941998 30942123 ENST00000525997 protein_coding 1 3 4 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000424085 protein_coding 6 5 14 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000257075 protein_coding 9 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373747 protein_coding 7 5 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000525843 protein_coding 5 5 17 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000426105 protein_coding 7 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000498419 protein_coding 5 5 13 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000440538 protein_coding 6 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373741 protein_coding 8 1 18 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000373742 protein_coding 6 2 16 PUM1 ENSG00000134644 +CDS chr1 30945346 30945483 ENST00000529846 protein_coding 5 3 4 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000373747 protein_coding 7 5 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000426105 protein_coding 7 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000498419 protein_coding 5 5 12 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000440538 protein_coding 6 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000373741 protein_coding 8 1 17 PUM1 ENSG00000134644 +CDS chr1 30950127 30950261 ENST00000529846 protein_coding 5 3 3 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000424085 protein_coding 6 5 13 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000257075 protein_coding 9 1 17 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000525843 protein_coding 5 5 16 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000373742 protein_coding 6 2 15 PUM1 ENSG00000134644 +CDS chr1 30950133 30950261 ENST00000525997 protein_coding 1 3 3 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000424085 protein_coding 6 5 12 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000257075 protein_coding 9 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373747 protein_coding 7 5 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000525843 protein_coding 5 5 15 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000426105 protein_coding 7 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000498419 protein_coding 5 5 11 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000440538 protein_coding 6 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373741 protein_coding 8 1 16 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000373742 protein_coding 6 2 14 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000529846 protein_coding 5 3 2 PUM1 ENSG00000134644 +CDS chr1 30952234 30952363 ENST00000525997 protein_coding 1 3 2 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000424085 protein_coding 6 5 11 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000257075 protein_coding 9 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373747 protein_coding 7 5 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000525843 protein_coding 5 5 14 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000426105 protein_coding 7 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000498419 protein_coding 5 5 10 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000440538 protein_coding 6 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373741 protein_coding 8 1 15 PUM1 ENSG00000134644 +CDS chr1 30953714 30953981 ENST00000373742 protein_coding 6 2 13 PUM1 ENSG00000134644 +CDS chr1 30953714 30953757 ENST00000529846 protein_coding 5 3 1 PUM1 ENSG00000134644 +CDS chr1 30953714 30953744 ENST00000525997 protein_coding 1 3 1 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000424085 protein_coding 6 5 10 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000257075 protein_coding 9 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373747 protein_coding 7 5 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000426105 protein_coding 7 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000498419 protein_coding 5 5 9 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000440538 protein_coding 6 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373741 protein_coding 8 1 14 PUM1 ENSG00000134644 +CDS chr1 30964674 30964910 ENST00000373742 protein_coding 6 2 12 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000424085 protein_coding 6 5 9 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000257075 protein_coding 9 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373747 protein_coding 7 5 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000525843 protein_coding 5 5 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000426105 protein_coding 7 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000498419 protein_coding 5 5 8 PUM1 ENSG00000134644 +CDS chr1 30965982 30966197 ENST00000440538 protein_coding 6 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373741 protein_coding 8 1 13 PUM1 ENSG00000134644 +CDS chr1 30965982 30966278 ENST00000373742 protein_coding 6 2 11 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000424085 protein_coding 6 5 8 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000257075 protein_coding 9 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373747 protein_coding 7 5 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000525843 protein_coding 5 5 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000426105 protein_coding 7 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000498419 protein_coding 5 5 7 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000440538 protein_coding 6 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373741 protein_coding 8 1 12 PUM1 ENSG00000134644 +CDS chr1 30967167 30967310 ENST00000373742 protein_coding 6 2 10 PUM1 ENSG00000134644 +transcript chr1 30967225 30995104 ENST00000532678 protein_coding 1 4 NA PUM1 ENSG00000134644 +CDS chr1 30967225 30967310 ENST00000532678 protein_coding 1 4 6 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000424085 protein_coding 6 5 7 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000257075 protein_coding 9 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373747 protein_coding 7 5 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000525843 protein_coding 5 5 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000426105 protein_coding 7 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000498419 protein_coding 5 5 6 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000440538 protein_coding 6 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373741 protein_coding 8 1 11 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000373742 protein_coding 6 2 9 PUM1 ENSG00000134644 +CDS chr1 30968354 30968492 ENST00000532678 protein_coding 1 4 5 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000424085 protein_coding 6 5 6 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000257075 protein_coding 9 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373747 protein_coding 7 5 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000525843 protein_coding 5 5 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000426105 protein_coding 7 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000498419 protein_coding 5 5 5 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000440538 protein_coding 6 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373741 protein_coding 8 1 10 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000373742 protein_coding 6 2 8 PUM1 ENSG00000134644 +CDS chr1 30974651 30974802 ENST00000532678 protein_coding 1 4 4 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000424085 protein_coding 6 5 5 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000257075 protein_coding 9 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000373747 protein_coding 7 5 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000525843 protein_coding 5 5 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000426105 protein_coding 7 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980178 ENST00000498419 protein_coding 5 5 4 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000440538 protein_coding 6 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980163 ENST00000373741 protein_coding 8 1 9 PUM1 ENSG00000134644 +CDS chr1 30980062 30980166 ENST00000373742 protein_coding 6 2 7 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000424085 protein_coding 6 5 4 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000257075 protein_coding 9 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373747 protein_coding 7 5 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000525843 protein_coding 5 5 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000426105 protein_coding 7 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000498419 protein_coding 5 5 3 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000440538 protein_coding 6 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373741 protein_coding 8 1 8 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000373742 protein_coding 6 2 6 PUM1 ENSG00000134644 +CDS chr1 30981312 30981405 ENST00000532678 protein_coding 1 4 3 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000257075 protein_coding 9 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373747 protein_coding 7 5 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000525843 protein_coding 5 5 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000426105 protein_coding 7 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000498419 protein_coding 5 5 2 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000440538 protein_coding 6 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373741 protein_coding 8 1 7 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000373742 protein_coding 6 2 5 PUM1 ENSG00000134644 +CDS chr1 30992390 30992660 ENST00000532678 protein_coding 1 4 2 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000257075 protein_coding 9 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373747 protein_coding 7 5 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000525843 protein_coding 5 5 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000426105 protein_coding 7 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995059 ENST00000498419 protein_coding 5 5 1 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000440538 protein_coding 6 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373741 protein_coding 8 1 6 PUM1 ENSG00000134644 +CDS chr1 30995054 30995220 ENST00000373742 protein_coding 6 2 4 PUM1 ENSG00000134644 +CDS chr1 30995054 30995104 ENST00000532678 protein_coding 1 4 1 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000257075 protein_coding 9 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000373747 protein_coding 7 5 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000525843 protein_coding 5 5 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000426105 protein_coding 7 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000440538 protein_coding 6 1 5 PUM1 ENSG00000134644 +CDS chr1 31005853 31006031 ENST00000373741 protein_coding 8 1 5 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000257075 protein_coding 9 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000373747 protein_coding 7 5 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000525843 protein_coding 5 5 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000426105 protein_coding 7 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000440538 protein_coding 6 1 4 PUM1 ENSG00000134644 +CDS chr1 31006994 31007102 ENST00000373741 protein_coding 8 1 4 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000424085 protein_coding 6 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000257075 protein_coding 9 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373747 protein_coding 7 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000525843 protein_coding 5 5 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000426105 protein_coding 7 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000440538 protein_coding 6 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373741 protein_coding 8 1 3 PUM1 ENSG00000134644 +CDS chr1 31028796 31028864 ENST00000373742 protein_coding 6 2 3 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000424085 protein_coding 6 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000257075 protein_coding 9 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000373747 protein_coding 7 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000525843 protein_coding 5 5 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000426105 protein_coding 7 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059566 ENST00000440538 protein_coding 6 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000373741 protein_coding 8 1 2 PUM1 ENSG00000134644 +CDS chr1 31059204 31059577 ENST00000373742 protein_coding 6 2 2 PUM1 ENSG00000134644 +transcript chr1 31059279 31061916 ENST00000531867 protein_coding 1 4 NA PUM1 ENSG00000134644 +CDS chr1 31059279 31059566 ENST00000531867 protein_coding 1 4 2 PUM1 ENSG00000134644 +CDS chr1 31065689 31065726 ENST00000525843 protein_coding 5 5 1 PUM1 ENSG00000134644 +CDS chr1 31065689 31065785 ENST00000373741 protein_coding 8 1 1 PUM1 ENSG00000134644 +CDS chr1 31065689 31065785 ENST00000373742 protein_coding 6 2 1 PUM1 ENSG00000134644 +transcript chr1 31179745 31239887 ENST00000373736 protein_coding 7 2 NA NKAIN1 ENSG00000084628 +transcript chr1 31181589 31188153 ENST00000526106 protein_coding 5 2 NA NKAIN1 ENSG00000084628 +CDS chr1 31181706 31181712 ENST00000373736 protein_coding 7 2 7 NKAIN1 ENSG00000084628 +CDS chr1 31181706 31181712 ENST00000526106 protein_coding 5 2 5 NKAIN1 ENSG00000084628 +CDS chr1 31181860 31181941 ENST00000373736 protein_coding 7 2 6 NKAIN1 ENSG00000084628 +CDS chr1 31181860 31181941 ENST00000526106 protein_coding 5 2 4 NKAIN1 ENSG00000084628 +CDS chr1 31182530 31182590 ENST00000373736 protein_coding 7 2 5 NKAIN1 ENSG00000084628 +CDS chr1 31182530 31182590 ENST00000526106 protein_coding 5 2 3 NKAIN1 ENSG00000084628 +transcript chr1 31182551 31193920 ENST00000530145 protein_coding 1 4 NA NKAIN1 ENSG00000084628 +CDS chr1 31182551 31182590 ENST00000530145 protein_coding 1 4 5 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000373736 protein_coding 7 2 4 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000526106 protein_coding 5 2 2 NKAIN1 ENSG00000084628 +CDS chr1 31183817 31184014 ENST00000530145 protein_coding 1 4 4 NKAIN1 ENSG00000084628 +CDS chr1 31185247 31185327 ENST00000373736 protein_coding 7 2 3 NKAIN1 ENSG00000084628 +CDS chr1 31185247 31185327 ENST00000530145 protein_coding 1 4 3 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188187 ENST00000373736 protein_coding 7 2 2 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188153 ENST00000526106 protein_coding 5 2 1 NKAIN1 ENSG00000084628 +CDS chr1 31188050 31188109 ENST00000530145 protein_coding 1 4 2 NKAIN1 ENSG00000084628 +CDS chr1 31239494 31239547 ENST00000373736 protein_coding 7 2 1 NKAIN1 ENSG00000084628 +transcript chr1 31259568 31296788 ENST00000263694 protein_coding 9 1 NA SNRNP40 ENSG00000060688 +transcript chr1 31259710 31269666 ENST00000373720 protein_coding 3 1 NA SNRNP40 ENSG00000060688 +CDS chr1 31260075 31260121 ENST00000263694 protein_coding 9 1 10 SNRNP40 ENSG00000060688 +CDS chr1 31260075 31260121 ENST00000373720 protein_coding 3 1 4 SNRNP40 ENSG00000060688 +CDS chr1 31261529 31261632 ENST00000263694 protein_coding 9 1 9 SNRNP40 ENSG00000060688 +CDS chr1 31261529 31261632 ENST00000373720 protein_coding 3 1 3 SNRNP40 ENSG00000060688 +CDS chr1 31267871 31267932 ENST00000263694 protein_coding 9 1 8 SNRNP40 ENSG00000060688 +CDS chr1 31267871 31267932 ENST00000373720 protein_coding 3 1 2 SNRNP40 ENSG00000060688 +CDS chr1 31269158 31269240 ENST00000263694 protein_coding 9 1 7 SNRNP40 ENSG00000060688 +CDS chr1 31269158 31269325 ENST00000373720 protein_coding 3 1 1 SNRNP40 ENSG00000060688 +CDS chr1 31271379 31271499 ENST00000263694 protein_coding 9 1 6 SNRNP40 ENSG00000060688 +CDS chr1 31281374 31281496 ENST00000263694 protein_coding 9 1 5 SNRNP40 ENSG00000060688 +CDS chr1 31289254 31289419 ENST00000263694 protein_coding 9 1 4 SNRNP40 ENSG00000060688 +CDS chr1 31291913 31292006 ENST00000263694 protein_coding 9 1 3 SNRNP40 ENSG00000060688 +CDS chr1 31293219 31293348 ENST00000263694 protein_coding 9 1 2 SNRNP40 ENSG00000060688 +CDS chr1 31296611 31296751 ENST00000263694 protein_coding 9 1 1 SNRNP40 ENSG00000060688 +transcript chr1 31296982 31364953 ENST00000618216 protein_coding 4 3 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000546109 protein_coding 5 2 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000616393 protein_coding 4 5 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000616859 protein_coding 4 4 NA ZCCHC17 ENSG00000121766 +transcript chr1 31296982 31364953 ENST00000615916 protein_coding 4 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297008 31364936 ENST00000373714 protein_coding 5 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297032 31364936 ENST00000344147 protein_coding 10 1 NA ZCCHC17 ENSG00000121766 +transcript chr1 31297036 31364552 ENST00000627541 protein_coding 1 5 NA ZCCHC17 ENSG00000121766 +CDS chr1 31297082 31297213 ENST00000615916 protein_coding 4 1 1 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000344147 protein_coding 10 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000373714 protein_coding 5 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31310099 31310164 ENST00000618216 protein_coding 4 3 2 ZCCHC17 ENSG00000121766 +CDS chr1 31318195 31318236 ENST00000546109 protein_coding 5 2 3 ZCCHC17 ENSG00000121766 +CDS chr1 31318195 31318236 ENST00000616859 protein_coding 4 4 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000344147 protein_coding 10 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000373714 protein_coding 5 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000618216 protein_coding 4 3 3 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000546109 protein_coding 5 2 4 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000616859 protein_coding 4 4 4 ZCCHC17 ENSG00000121766 +CDS chr1 31319109 31319166 ENST00000615916 protein_coding 4 1 2 ZCCHC17 ENSG00000121766 +CDS chr1 31319115 31319166 ENST00000627541 protein_coding 1 5 2 ZCCHC17 ENSG00000121766 +CDS chr1 31319128 31319166 ENST00000616393 protein_coding 4 5 3 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000344147 protein_coding 10 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000373714 protein_coding 5 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000627541 protein_coding 1 5 3 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000618216 protein_coding 4 3 4 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000546109 protein_coding 5 2 5 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000616859 protein_coding 4 4 5 ZCCHC17 ENSG00000121766 +CDS chr1 31337175 31337275 ENST00000615916 protein_coding 4 1 3 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000344147 protein_coding 10 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000373714 protein_coding 5 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000627541 protein_coding 1 5 4 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000618216 protein_coding 4 3 5 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000546109 protein_coding 5 2 6 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000616393 protein_coding 4 5 4 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000616859 protein_coding 4 4 6 ZCCHC17 ENSG00000121766 +CDS chr1 31338957 31339048 ENST00000615916 protein_coding 4 1 4 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000344147 protein_coding 10 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000373714 protein_coding 5 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346818 ENST00000627541 protein_coding 1 5 5 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000618216 protein_coding 4 3 6 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000546109 protein_coding 5 2 7 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000616393 protein_coding 4 5 5 ZCCHC17 ENSG00000121766 +CDS chr1 31346640 31346740 ENST00000615916 protein_coding 4 1 5 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000344147 protein_coding 10 1 7 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000373714 protein_coding 5 1 7 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000627541 protein_coding 1 5 6 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000546109 protein_coding 5 2 8 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000616393 protein_coding 4 5 6 ZCCHC17 ENSG00000121766 +CDS chr1 31348829 31348974 ENST00000615916 protein_coding 4 1 6 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000344147 protein_coding 10 1 8 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000373714 protein_coding 5 1 8 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000627541 protein_coding 1 5 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364051 ENST00000618216 protein_coding 4 3 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000546109 protein_coding 5 2 9 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000616393 protein_coding 4 5 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364218 ENST00000616859 protein_coding 4 4 7 ZCCHC17 ENSG00000121766 +CDS chr1 31364032 31364190 ENST00000615916 protein_coding 4 1 7 ZCCHC17 ENSG00000121766 +transcript chr1 31365253 31373076 ENST00000373713 protein_coding 7 1 NA FABP3 ENSG00000121769 +CDS chr1 31365889 31365939 ENST00000373713 protein_coding 7 1 4 FABP3 ENSG00000121769 +transcript chr1 31365891 31376850 ENST00000482018 protein_coding 1 5 NA FABP3 ENSG00000121769 +CDS chr1 31365891 31365939 ENST00000482018 protein_coding 1 5 6 FABP3 ENSG00000121769 +CDS chr1 31367393 31367494 ENST00000373713 protein_coding 7 1 3 FABP3 ENSG00000121769 +CDS chr1 31367393 31367494 ENST00000482018 protein_coding 1 5 5 FABP3 ENSG00000121769 +CDS chr1 31369385 31369557 ENST00000373713 protein_coding 7 1 2 FABP3 ENSG00000121769 +CDS chr1 31369385 31369557 ENST00000482018 protein_coding 1 5 4 FABP3 ENSG00000121769 +CDS chr1 31372942 31373014 ENST00000373713 protein_coding 7 1 1 FABP3 ENSG00000121769 +CDS chr1 31372942 31373014 ENST00000482018 protein_coding 1 5 3 FABP3 ENSG00000121769 +transcript chr1 31409565 31434677 ENST00000373710 protein_coding 5 2 NA SERINC2 ENSG00000168528 +CDS chr1 31409838 31409852 ENST00000373710 protein_coding 5 2 1 SERINC2 ENSG00000168528 +transcript chr1 31410174 31434680 ENST00000536859 protein_coding 5 2 NA SERINC2 ENSG00000168528 +CDS chr1 31410385 31410435 ENST00000373710 protein_coding 5 2 2 SERINC2 ENSG00000168528 +CDS chr1 31410385 31410435 ENST00000536859 protein_coding 5 2 1 SERINC2 ENSG00000168528 +transcript chr1 31413213 31434678 ENST00000373709 protein_coding 8 1 NA SERINC2 ENSG00000168528 +CDS chr1 31413266 31413304 ENST00000373709 protein_coding 8 1 1 SERINC2 ENSG00000168528 +transcript chr1 31413813 31434680 ENST00000536384 protein_coding 2 2 NA SERINC2 ENSG00000168528 +CDS chr1 31414014 31414064 ENST00000536384 protein_coding 2 2 1 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000373710 protein_coding 5 2 3 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000373709 protein_coding 8 1 2 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000536384 protein_coding 2 2 2 SERINC2 ENSG00000168528 +CDS chr1 31423693 31423854 ENST00000536859 protein_coding 5 2 2 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000373710 protein_coding 5 2 4 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000373709 protein_coding 8 1 3 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000536384 protein_coding 2 2 3 SERINC2 ENSG00000168528 +CDS chr1 31424683 31424873 ENST00000536859 protein_coding 5 2 3 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000373710 protein_coding 5 2 5 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000373709 protein_coding 8 1 4 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000536384 protein_coding 2 2 4 SERINC2 ENSG00000168528 +CDS chr1 31425330 31425409 ENST00000536859 protein_coding 5 2 4 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000373710 protein_coding 5 2 6 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000373709 protein_coding 8 1 5 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000536384 protein_coding 2 2 5 SERINC2 ENSG00000168528 +CDS chr1 31425776 31425913 ENST00000536859 protein_coding 5 2 5 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000373710 protein_coding 5 2 7 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000373709 protein_coding 8 1 6 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000536384 protein_coding 2 2 6 SERINC2 ENSG00000168528 +CDS chr1 31426654 31426823 ENST00000536859 protein_coding 5 2 6 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000373710 protein_coding 5 2 8 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000373709 protein_coding 8 1 7 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000536384 protein_coding 2 2 7 SERINC2 ENSG00000168528 +CDS chr1 31428978 31429068 ENST00000536859 protein_coding 5 2 7 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000373710 protein_coding 5 2 9 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000373709 protein_coding 8 1 8 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000536384 protein_coding 2 2 8 SERINC2 ENSG00000168528 +CDS chr1 31429397 31429538 ENST00000536859 protein_coding 5 2 8 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000373710 protein_coding 5 2 10 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000373709 protein_coding 8 1 9 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000536384 protein_coding 2 2 9 SERINC2 ENSG00000168528 +CDS chr1 31432967 31433185 ENST00000536859 protein_coding 5 2 9 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000373710 protein_coding 5 2 11 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000373709 protein_coding 8 1 10 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000536384 protein_coding 2 2 10 SERINC2 ENSG00000168528 +CDS chr1 31434064 31434196 ENST00000536859 protein_coding 5 2 10 SERINC2 ENSG00000168528 +transcript chr1 31576485 31587682 ENST00000457433 protein_coding 6 2 NA TINAGL1 ENSG00000142910 +transcript chr1 31576515 31587686 ENST00000271064 protein_coding 12 1 NA TINAGL1 ENSG00000142910 +CDS chr1 31577149 31577458 ENST00000457433 protein_coding 6 2 2 TINAGL1 ENSG00000142910 +CDS chr1 31577149 31577458 ENST00000271064 protein_coding 12 1 2 TINAGL1 ENSG00000142910 +transcript chr1 31578145 31587682 ENST00000537531 protein_coding 2 5 NA TINAGL1 ENSG00000142910 +CDS chr1 31579204 31579267 ENST00000457433 protein_coding 6 2 3 TINAGL1 ENSG00000142910 +CDS chr1 31579204 31579267 ENST00000271064 protein_coding 12 1 3 TINAGL1 ENSG00000142910 +CDS chr1 31579209 31579267 ENST00000537531 protein_coding 2 5 2 TINAGL1 ENSG00000142910 +CDS chr1 31583149 31583241 ENST00000271064 protein_coding 12 1 4 TINAGL1 ENSG00000142910 +CDS chr1 31583149 31583241 ENST00000537531 protein_coding 2 5 3 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000457433 protein_coding 6 2 4 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000271064 protein_coding 12 1 5 TINAGL1 ENSG00000142910 +CDS chr1 31583461 31583575 ENST00000537531 protein_coding 2 5 4 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000457433 protein_coding 6 2 5 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000271064 protein_coding 12 1 6 TINAGL1 ENSG00000142910 +CDS chr1 31584678 31584801 ENST00000537531 protein_coding 2 5 5 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000457433 protein_coding 6 2 6 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000271064 protein_coding 12 1 7 TINAGL1 ENSG00000142910 +CDS chr1 31584886 31585036 ENST00000537531 protein_coding 2 5 6 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000457433 protein_coding 6 2 7 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000271064 protein_coding 12 1 8 TINAGL1 ENSG00000142910 +CDS chr1 31585151 31585340 ENST00000537531 protein_coding 2 5 7 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000457433 protein_coding 6 2 8 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000271064 protein_coding 12 1 9 TINAGL1 ENSG00000142910 +CDS chr1 31585440 31585485 ENST00000537531 protein_coding 2 5 8 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000457433 protein_coding 6 2 9 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000271064 protein_coding 12 1 10 TINAGL1 ENSG00000142910 +CDS chr1 31585753 31585876 ENST00000537531 protein_coding 2 5 9 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000457433 protein_coding 6 2 10 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000271064 protein_coding 12 1 11 TINAGL1 ENSG00000142910 +CDS chr1 31586710 31586755 ENST00000537531 protein_coding 2 5 10 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000457433 protein_coding 6 2 11 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000271064 protein_coding 12 1 12 TINAGL1 ENSG00000142910 +CDS chr1 31586839 31586976 ENST00000537531 protein_coding 2 5 11 TINAGL1 ENSG00000142910 +transcript chr1 31617689 31627613 ENST00000403528 protein_coding 7 5 NA HCRTR1 ENSG00000121764 +transcript chr1 31619040 31627191 ENST00000373706 protein_coding 9 1 NA HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000403528 protein_coding 7 5 3 HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000373706 protein_coding 9 1 1 HCRTR1 ENSG00000121764 +transcript chr1 31619193 31632518 ENST00000373705 protein_coding 1 1 NA HCRTR1 ENSG00000121764 +CDS chr1 31619193 31619391 ENST00000373705 protein_coding 1 1 1 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000403528 protein_coding 7 5 4 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000373706 protein_coding 9 1 2 HCRTR1 ENSG00000121764 +CDS chr1 31619532 31619710 ENST00000373705 protein_coding 1 1 2 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000403528 protein_coding 7 5 5 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000373706 protein_coding 9 1 3 HCRTR1 ENSG00000121764 +CDS chr1 31620843 31621086 ENST00000373705 protein_coding 1 1 3 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000403528 protein_coding 7 5 6 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000373706 protein_coding 9 1 4 HCRTR1 ENSG00000121764 +CDS chr1 31621477 31621592 ENST00000373705 protein_coding 1 1 4 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000403528 protein_coding 7 5 7 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000373706 protein_coding 9 1 5 HCRTR1 ENSG00000121764 +CDS chr1 31623523 31623749 ENST00000373705 protein_coding 1 1 5 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000403528 protein_coding 7 5 8 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000373706 protein_coding 9 1 6 HCRTR1 ENSG00000121764 +CDS chr1 31624997 31625118 ENST00000373705 protein_coding 1 1 6 HCRTR1 ENSG00000121764 +CDS chr1 31626790 31626977 ENST00000403528 protein_coding 7 5 9 HCRTR1 ENSG00000121764 +CDS chr1 31626790 31626977 ENST00000373706 protein_coding 9 1 7 HCRTR1 ENSG00000121764 +transcript chr1 31629866 31644876 ENST00000373703 protein_coding 5 1 NA PEF1 ENSG00000162517 +CDS chr1 31630616 31630842 ENST00000373703 protein_coding 5 1 5 PEF1 ENSG00000162517 +CDS chr1 31632436 31632515 ENST00000373705 protein_coding 1 1 7 HCRTR1 ENSG00000121764 +CDS chr1 31632495 31632638 ENST00000373703 protein_coding 5 1 4 PEF1 ENSG00000162517 +CDS chr1 31633159 31633314 ENST00000373703 protein_coding 5 1 3 PEF1 ENSG00000162517 +CDS chr1 31635222 31635522 ENST00000373703 protein_coding 5 1 2 PEF1 ENSG00000162517 +CDS chr1 31644841 31644864 ENST00000373703 protein_coding 5 1 1 PEF1 ENSG00000162517 +transcript chr1 31652263 31704017 ENST00000373672 protein_coding 8 5 NA COL16A1 ENSG00000084636 +CDS chr1 31652654 31652853 ENST00000373672 protein_coding 8 5 71 COL16A1 ENSG00000084636 +CDS chr1 31653599 31653676 ENST00000373672 protein_coding 8 5 70 COL16A1 ENSG00000084636 +CDS chr1 31653867 31654043 ENST00000373672 protein_coding 8 5 69 COL16A1 ENSG00000084636 +CDS chr1 31654792 31654858 ENST00000373672 protein_coding 8 5 68 COL16A1 ENSG00000084636 +CDS chr1 31655314 31655502 ENST00000373672 protein_coding 8 5 67 COL16A1 ENSG00000084636 +CDS chr1 31656400 31656444 ENST00000373672 protein_coding 8 5 66 COL16A1 ENSG00000084636 +transcript chr1 31656400 31666081 ENST00000440437 protein_coding 1 5 NA COL16A1 ENSG00000084636 +CDS chr1 31656400 31656444 ENST00000440437 protein_coding 1 5 13 COL16A1 ENSG00000084636 +CDS chr1 31657033 31657068 ENST00000373672 protein_coding 8 5 65 COL16A1 ENSG00000084636 +CDS chr1 31657033 31657068 ENST00000440437 protein_coding 1 5 12 COL16A1 ENSG00000084636 +CDS chr1 31658488 31658577 ENST00000373672 protein_coding 8 5 64 COL16A1 ENSG00000084636 +CDS chr1 31658488 31658577 ENST00000440437 protein_coding 1 5 11 COL16A1 ENSG00000084636 +CDS chr1 31658914 31658964 ENST00000373672 protein_coding 8 5 63 COL16A1 ENSG00000084636 +CDS chr1 31658914 31658964 ENST00000440437 protein_coding 1 5 10 COL16A1 ENSG00000084636 +CDS chr1 31660585 31660638 ENST00000373672 protein_coding 8 5 62 COL16A1 ENSG00000084636 +CDS chr1 31660585 31660638 ENST00000440437 protein_coding 1 5 9 COL16A1 ENSG00000084636 +CDS chr1 31661066 31661119 ENST00000373672 protein_coding 8 5 61 COL16A1 ENSG00000084636 +CDS chr1 31661066 31661119 ENST00000440437 protein_coding 1 5 8 COL16A1 ENSG00000084636 +CDS chr1 31661414 31661458 ENST00000373672 protein_coding 8 5 60 COL16A1 ENSG00000084636 +CDS chr1 31661414 31661458 ENST00000440437 protein_coding 1 5 7 COL16A1 ENSG00000084636 +CDS chr1 31661660 31661704 ENST00000373672 protein_coding 8 5 59 COL16A1 ENSG00000084636 +CDS chr1 31661660 31661704 ENST00000440437 protein_coding 1 5 6 COL16A1 ENSG00000084636 +CDS chr1 31662334 31662387 ENST00000373672 protein_coding 8 5 58 COL16A1 ENSG00000084636 +CDS chr1 31662334 31662387 ENST00000440437 protein_coding 1 5 5 COL16A1 ENSG00000084636 +CDS chr1 31662587 31662658 ENST00000373672 protein_coding 8 5 57 COL16A1 ENSG00000084636 +CDS chr1 31665172 31665234 ENST00000373672 protein_coding 8 5 56 COL16A1 ENSG00000084636 +CDS chr1 31665172 31665234 ENST00000440437 protein_coding 1 5 4 COL16A1 ENSG00000084636 +CDS chr1 31665583 31665618 ENST00000373672 protein_coding 8 5 55 COL16A1 ENSG00000084636 +CDS chr1 31665583 31665618 ENST00000440437 protein_coding 1 5 3 COL16A1 ENSG00000084636 +CDS chr1 31665882 31665935 ENST00000373672 protein_coding 8 5 54 COL16A1 ENSG00000084636 +CDS chr1 31665882 31665935 ENST00000440437 protein_coding 1 5 2 COL16A1 ENSG00000084636 +CDS chr1 31666037 31666081 ENST00000373672 protein_coding 8 5 53 COL16A1 ENSG00000084636 +CDS chr1 31666037 31666081 ENST00000440437 protein_coding 1 5 1 COL16A1 ENSG00000084636 +CDS chr1 31667575 31667628 ENST00000373672 protein_coding 8 5 52 COL16A1 ENSG00000084636 +CDS chr1 31668165 31668218 ENST00000373672 protein_coding 8 5 51 COL16A1 ENSG00000084636 +CDS chr1 31668802 31668855 ENST00000373672 protein_coding 8 5 50 COL16A1 ENSG00000084636 +CDS chr1 31670602 31670646 ENST00000373672 protein_coding 8 5 49 COL16A1 ENSG00000084636 +CDS chr1 31671615 31671659 ENST00000373672 protein_coding 8 5 48 COL16A1 ENSG00000084636 +CDS chr1 31672416 31672502 ENST00000373672 protein_coding 8 5 47 COL16A1 ENSG00000084636 +transcript chr1 31672430 31683748 ENST00000458715 protein_coding 5 5 NA COL16A1 ENSG00000084636 +CDS chr1 31672430 31672502 ENST00000458715 protein_coding 5 5 13 COL16A1 ENSG00000084636 +CDS chr1 31672596 31672637 ENST00000373672 protein_coding 8 5 46 COL16A1 ENSG00000084636 +CDS chr1 31672596 31672637 ENST00000458715 protein_coding 5 5 12 COL16A1 ENSG00000084636 +CDS chr1 31672724 31672840 ENST00000373672 protein_coding 8 5 45 COL16A1 ENSG00000084636 +CDS chr1 31672724 31672840 ENST00000458715 protein_coding 5 5 11 COL16A1 ENSG00000084636 +CDS chr1 31675007 31675039 ENST00000373672 protein_coding 8 5 44 COL16A1 ENSG00000084636 +CDS chr1 31675007 31675039 ENST00000458715 protein_coding 5 5 10 COL16A1 ENSG00000084636 +CDS chr1 31675258 31675311 ENST00000373672 protein_coding 8 5 43 COL16A1 ENSG00000084636 +CDS chr1 31675258 31675311 ENST00000458715 protein_coding 5 5 9 COL16A1 ENSG00000084636 +transcript chr1 31679230 31704319 ENST00000373668 protein_coding 7 2 NA COL16A1 ENSG00000084636 +CDS chr1 31679458 31679685 ENST00000373668 protein_coding 7 2 41 COL16A1 ENSG00000084636 +CDS chr1 31679632 31679685 ENST00000373672 protein_coding 8 5 42 COL16A1 ENSG00000084636 +CDS chr1 31679632 31679685 ENST00000458715 protein_coding 5 5 8 COL16A1 ENSG00000084636 +CDS chr1 31679804 31679851 ENST00000373672 protein_coding 8 5 41 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000373672 protein_coding 8 5 40 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000458715 protein_coding 5 5 7 COL16A1 ENSG00000084636 +CDS chr1 31680042 31680101 ENST00000373668 protein_coding 7 2 40 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000373672 protein_coding 8 5 39 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000458715 protein_coding 5 5 6 COL16A1 ENSG00000084636 +CDS chr1 31680905 31680931 ENST00000373668 protein_coding 7 2 39 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000373672 protein_coding 8 5 38 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000458715 protein_coding 5 5 5 COL16A1 ENSG00000084636 +CDS chr1 31681023 31681067 ENST00000373668 protein_coding 7 2 38 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000373672 protein_coding 8 5 37 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000458715 protein_coding 5 5 4 COL16A1 ENSG00000084636 +CDS chr1 31682934 31683002 ENST00000373668 protein_coding 7 2 37 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000373672 protein_coding 8 5 36 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000458715 protein_coding 5 5 3 COL16A1 ENSG00000084636 +CDS chr1 31683194 31683247 ENST00000373668 protein_coding 7 2 36 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000373672 protein_coding 8 5 35 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000458715 protein_coding 5 5 2 COL16A1 ENSG00000084636 +CDS chr1 31683334 31683369 ENST00000373668 protein_coding 7 2 35 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000373672 protein_coding 8 5 34 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000458715 protein_coding 5 5 1 COL16A1 ENSG00000084636 +CDS chr1 31683707 31683748 ENST00000373668 protein_coding 7 2 34 COL16A1 ENSG00000084636 +CDS chr1 31683950 31684003 ENST00000373672 protein_coding 8 5 33 COL16A1 ENSG00000084636 +CDS chr1 31683950 31684003 ENST00000373668 protein_coding 7 2 33 COL16A1 ENSG00000084636 +CDS chr1 31684109 31684231 ENST00000373672 protein_coding 8 5 32 COL16A1 ENSG00000084636 +CDS chr1 31684109 31684231 ENST00000373668 protein_coding 7 2 32 COL16A1 ENSG00000084636 +CDS chr1 31684523 31684630 ENST00000373672 protein_coding 8 5 31 COL16A1 ENSG00000084636 +CDS chr1 31684523 31684630 ENST00000373668 protein_coding 7 2 31 COL16A1 ENSG00000084636 +CDS chr1 31684821 31684856 ENST00000373672 protein_coding 8 5 30 COL16A1 ENSG00000084636 +CDS chr1 31684821 31684856 ENST00000373668 protein_coding 7 2 30 COL16A1 ENSG00000084636 +CDS chr1 31685639 31685770 ENST00000373672 protein_coding 8 5 29 COL16A1 ENSG00000084636 +CDS chr1 31685639 31685770 ENST00000373668 protein_coding 7 2 29 COL16A1 ENSG00000084636 +CDS chr1 31686091 31686135 ENST00000373672 protein_coding 8 5 28 COL16A1 ENSG00000084636 +CDS chr1 31686091 31686135 ENST00000373668 protein_coding 7 2 28 COL16A1 ENSG00000084636 +CDS chr1 31686244 31686279 ENST00000373672 protein_coding 8 5 27 COL16A1 ENSG00000084636 +CDS chr1 31686244 31686279 ENST00000373668 protein_coding 7 2 27 COL16A1 ENSG00000084636 +CDS chr1 31688467 31688502 ENST00000373672 protein_coding 8 5 26 COL16A1 ENSG00000084636 +CDS chr1 31688467 31688502 ENST00000373668 protein_coding 7 2 26 COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373672 protein_coding 8 5 25 COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373668 protein_coding 7 2 25 COL16A1 ENSG00000084636 +transcript chr1 31688861 31697010 ENST00000373667 protein_coding 4 5 NA COL16A1 ENSG00000084636 +CDS chr1 31688861 31688971 ENST00000373667 protein_coding 4 5 17 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373672 protein_coding 8 5 24 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373668 protein_coding 7 2 24 COL16A1 ENSG00000084636 +CDS chr1 31689050 31689085 ENST00000373667 protein_coding 4 5 16 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373672 protein_coding 8 5 23 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373668 protein_coding 7 2 23 COL16A1 ENSG00000084636 +CDS chr1 31689741 31689851 ENST00000373667 protein_coding 4 5 15 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373672 protein_coding 8 5 22 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373668 protein_coding 7 2 22 COL16A1 ENSG00000084636 +CDS chr1 31690367 31690393 ENST00000373667 protein_coding 4 5 14 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373672 protein_coding 8 5 21 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373668 protein_coding 7 2 21 COL16A1 ENSG00000084636 +CDS chr1 31690529 31690573 ENST00000373667 protein_coding 4 5 13 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373672 protein_coding 8 5 20 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373668 protein_coding 7 2 20 COL16A1 ENSG00000084636 +CDS chr1 31691188 31691226 ENST00000373667 protein_coding 4 5 12 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373672 protein_coding 8 5 19 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373668 protein_coding 7 2 19 COL16A1 ENSG00000084636 +CDS chr1 31691417 31691512 ENST00000373667 protein_coding 4 5 11 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373672 protein_coding 8 5 18 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373668 protein_coding 7 2 18 COL16A1 ENSG00000084636 +CDS chr1 31691598 31691642 ENST00000373667 protein_coding 4 5 10 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373672 protein_coding 8 5 17 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373668 protein_coding 7 2 17 COL16A1 ENSG00000084636 +CDS chr1 31692005 31692067 ENST00000373667 protein_coding 4 5 9 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373672 protein_coding 8 5 16 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373668 protein_coding 7 2 16 COL16A1 ENSG00000084636 +CDS chr1 31692474 31692509 ENST00000373667 protein_coding 4 5 8 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373672 protein_coding 8 5 15 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373668 protein_coding 7 2 15 COL16A1 ENSG00000084636 +CDS chr1 31692598 31692642 ENST00000373667 protein_coding 4 5 7 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373672 protein_coding 8 5 14 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373668 protein_coding 7 2 14 COL16A1 ENSG00000084636 +CDS chr1 31692767 31692808 ENST00000373667 protein_coding 4 5 6 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373672 protein_coding 8 5 13 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373668 protein_coding 7 2 13 COL16A1 ENSG00000084636 +CDS chr1 31693092 31693154 ENST00000373667 protein_coding 4 5 5 COL16A1 ENSG00000084636 +CDS chr1 31694144 31694170 ENST00000373672 protein_coding 8 5 12 COL16A1 ENSG00000084636 +CDS chr1 31694144 31694170 ENST00000373668 protein_coding 7 2 12 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373672 protein_coding 8 5 11 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373668 protein_coding 7 2 11 COL16A1 ENSG00000084636 +CDS chr1 31695186 31695221 ENST00000373667 protein_coding 4 5 4 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373672 protein_coding 8 5 10 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373668 protein_coding 7 2 10 COL16A1 ENSG00000084636 +CDS chr1 31695761 31695787 ENST00000373667 protein_coding 4 5 3 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373672 protein_coding 8 5 9 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373668 protein_coding 7 2 9 COL16A1 ENSG00000084636 +CDS chr1 31696088 31696141 ENST00000373667 protein_coding 4 5 2 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697088 ENST00000373672 protein_coding 8 5 8 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697088 ENST00000373668 protein_coding 7 2 8 COL16A1 ENSG00000084636 +CDS chr1 31696963 31697010 ENST00000373667 protein_coding 4 5 1 COL16A1 ENSG00000084636 +CDS chr1 31697220 31697300 ENST00000373672 protein_coding 8 5 7 COL16A1 ENSG00000084636 +CDS chr1 31697220 31697300 ENST00000373668 protein_coding 7 2 7 COL16A1 ENSG00000084636 +CDS chr1 31697906 31698172 ENST00000373672 protein_coding 8 5 6 COL16A1 ENSG00000084636 +CDS chr1 31697906 31698172 ENST00000373668 protein_coding 7 2 6 COL16A1 ENSG00000084636 +CDS chr1 31698483 31698606 ENST00000373672 protein_coding 8 5 5 COL16A1 ENSG00000084636 +CDS chr1 31698483 31698606 ENST00000373668 protein_coding 7 2 5 COL16A1 ENSG00000084636 +CDS chr1 31699813 31699930 ENST00000373672 protein_coding 8 5 4 COL16A1 ENSG00000084636 +CDS chr1 31699813 31699930 ENST00000373668 protein_coding 7 2 4 COL16A1 ENSG00000084636 +CDS chr1 31700041 31700115 ENST00000373672 protein_coding 8 5 3 COL16A1 ENSG00000084636 +CDS chr1 31700041 31700115 ENST00000373668 protein_coding 7 2 3 COL16A1 ENSG00000084636 +CDS chr1 31702121 31702193 ENST00000373672 protein_coding 8 5 2 COL16A1 ENSG00000084636 +CDS chr1 31702121 31702193 ENST00000373668 protein_coding 7 2 2 COL16A1 ENSG00000084636 +transcript chr1 31727117 31759423 ENST00000398556 protein_coding 7 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31763922 ENST00000398547 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764035 ENST00000373655 protein_coding 6 1 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764340 ENST00000398542 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727117 31764340 ENST00000373658 protein_coding 8 5 NA ADGRB2 ENSG00000121753 +transcript chr1 31727195 31757259 ENST00000527361 protein_coding 5 1 NA ADGRB2 ENSG00000121753 +transcript chr1 31727411 31756801 ENST00000398538 protein_coding 5 5 NA ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398556 protein_coding 7 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398547 protein_coding 5 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000373655 protein_coding 6 1 33 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398542 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000373658 protein_coding 8 5 33 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000527361 protein_coding 5 1 30 ADGRB2 ENSG00000121753 +CDS chr1 31727423 31727605 ENST00000398538 protein_coding 5 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000398556 protein_coding 7 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000373655 protein_coding 6 1 32 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000373658 protein_coding 8 5 32 ADGRB2 ENSG00000121753 +CDS chr1 31728025 31728081 ENST00000527361 protein_coding 5 1 29 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398556 protein_coding 7 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398547 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728277 ENST00000373655 protein_coding 6 1 31 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398542 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000373658 protein_coding 8 5 31 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728277 ENST00000527361 protein_coding 5 1 28 ADGRB2 ENSG00000121753 +CDS chr1 31728182 31728280 ENST00000398538 protein_coding 5 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398556 protein_coding 7 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398547 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000373655 protein_coding 6 1 30 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398542 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000373658 protein_coding 8 5 30 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000527361 protein_coding 5 1 27 ADGRB2 ENSG00000121753 +CDS chr1 31728598 31728633 ENST00000398538 protein_coding 5 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398556 protein_coding 7 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398547 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000373655 protein_coding 6 1 29 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398542 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000373658 protein_coding 8 5 29 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000527361 protein_coding 5 1 26 ADGRB2 ENSG00000121753 +CDS chr1 31730800 31731419 ENST00000398538 protein_coding 5 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398556 protein_coding 7 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398547 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000373655 protein_coding 6 1 28 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398542 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000373658 protein_coding 8 5 28 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000527361 protein_coding 5 1 25 ADGRB2 ENSG00000121753 +CDS chr1 31732115 31732154 ENST00000398538 protein_coding 5 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398556 protein_coding 7 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398547 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000373655 protein_coding 6 1 27 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398542 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000373658 protein_coding 8 5 27 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000527361 protein_coding 5 1 24 ADGRB2 ENSG00000121753 +CDS chr1 31732517 31732612 ENST00000398538 protein_coding 5 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398556 protein_coding 7 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398547 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000373655 protein_coding 6 1 26 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398542 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000373658 protein_coding 8 5 26 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000527361 protein_coding 5 1 23 ADGRB2 ENSG00000121753 +CDS chr1 31732972 31733143 ENST00000398538 protein_coding 5 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000398547 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000373655 protein_coding 6 1 25 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000373658 protein_coding 8 5 25 ADGRB2 ENSG00000121753 +CDS chr1 31735183 31735281 ENST00000398538 protein_coding 5 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398556 protein_coding 7 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398547 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000373655 protein_coding 6 1 24 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398542 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000373658 protein_coding 8 5 24 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000527361 protein_coding 5 1 22 ADGRB2 ENSG00000121753 +CDS chr1 31735580 31735665 ENST00000398538 protein_coding 5 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398556 protein_coding 7 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398547 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000373655 protein_coding 6 1 23 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398542 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000373658 protein_coding 8 5 23 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000527361 protein_coding 5 1 21 ADGRB2 ENSG00000121753 +CDS chr1 31735827 31735893 ENST00000398538 protein_coding 5 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398556 protein_coding 7 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398547 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000373655 protein_coding 6 1 22 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398542 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000373658 protein_coding 8 5 22 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000527361 protein_coding 5 1 20 ADGRB2 ENSG00000121753 +CDS chr1 31736321 31736390 ENST00000398538 protein_coding 5 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398556 protein_coding 7 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398547 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000373655 protein_coding 6 1 21 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398542 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000373658 protein_coding 8 5 21 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000527361 protein_coding 5 1 19 ADGRB2 ENSG00000121753 +CDS chr1 31736573 31736723 ENST00000398538 protein_coding 5 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398556 protein_coding 7 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398547 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000373655 protein_coding 6 1 20 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398542 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000373658 protein_coding 8 5 20 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000527361 protein_coding 5 1 18 ADGRB2 ENSG00000121753 +CDS chr1 31737429 31737531 ENST00000398538 protein_coding 5 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398556 protein_coding 7 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398547 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000373655 protein_coding 6 1 19 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398542 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000373658 protein_coding 8 5 19 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000527361 protein_coding 5 1 17 ADGRB2 ENSG00000121753 +CDS chr1 31737652 31737755 ENST00000398538 protein_coding 5 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398556 protein_coding 7 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398547 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000373655 protein_coding 6 1 18 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398542 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000373658 protein_coding 8 5 18 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000527361 protein_coding 5 1 16 ADGRB2 ENSG00000121753 +CDS chr1 31738200 31738326 ENST00000398538 protein_coding 5 5 15 ADGRB2 ENSG00000121753 +transcript chr1 31738245 31756815 ENST00000420125 protein_coding 5 2 NA ADGRB2 ENSG00000121753 +CDS chr1 31738245 31738326 ENST00000420125 protein_coding 5 2 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398556 protein_coding 7 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398547 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000373655 protein_coding 6 1 17 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398542 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000373658 protein_coding 8 5 17 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000527361 protein_coding 5 1 15 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000398538 protein_coding 5 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31738587 31738630 ENST00000420125 protein_coding 5 2 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398556 protein_coding 7 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398547 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000373655 protein_coding 6 1 16 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398542 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000373658 protein_coding 8 5 16 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000527361 protein_coding 5 1 14 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000398538 protein_coding 5 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31738832 31738937 ENST00000420125 protein_coding 5 2 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398556 protein_coding 7 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398547 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000373655 protein_coding 6 1 15 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398542 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000373658 protein_coding 8 5 15 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000527361 protein_coding 5 1 13 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000398538 protein_coding 5 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31739308 31739635 ENST00000420125 protein_coding 5 2 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398556 protein_coding 7 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398547 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000373655 protein_coding 6 1 14 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398542 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000373658 protein_coding 8 5 14 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000527361 protein_coding 5 1 12 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000398538 protein_coding 5 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31739926 31740034 ENST00000420125 protein_coding 5 2 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398556 protein_coding 7 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398547 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000373655 protein_coding 6 1 13 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398542 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000373658 protein_coding 8 5 13 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000527361 protein_coding 5 1 11 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000398538 protein_coding 5 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31740110 31740178 ENST00000420125 protein_coding 5 2 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398556 protein_coding 7 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398547 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000373655 protein_coding 6 1 12 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398542 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000373658 protein_coding 8 5 12 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000527361 protein_coding 5 1 10 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000398538 protein_coding 5 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31740347 31740541 ENST00000420125 protein_coding 5 2 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398556 protein_coding 7 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398547 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000373655 protein_coding 6 1 11 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398542 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000373658 protein_coding 8 5 11 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000527361 protein_coding 5 1 9 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000398538 protein_coding 5 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31741373 31741479 ENST00000420125 protein_coding 5 2 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398556 protein_coding 7 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398547 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000373655 protein_coding 6 1 10 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398542 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000373658 protein_coding 8 5 10 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000527361 protein_coding 5 1 8 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000398538 protein_coding 5 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31741624 31741725 ENST00000420125 protein_coding 5 2 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398556 protein_coding 7 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398547 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000373655 protein_coding 6 1 9 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398542 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000373658 protein_coding 8 5 9 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000527361 protein_coding 5 1 7 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000398538 protein_coding 5 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000420125 protein_coding 5 2 5 ADGRB2 ENSG00000121753 +transcript chr1 31741800 31764893 ENST00000533175 protein_coding 1 1 NA ADGRB2 ENSG00000121753 +CDS chr1 31741800 31741967 ENST00000533175 protein_coding 1 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398556 protein_coding 7 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398547 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000373655 protein_coding 6 1 8 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398542 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000373658 protein_coding 8 5 8 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000527361 protein_coding 5 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000398538 protein_coding 5 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000420125 protein_coding 5 2 4 ADGRB2 ENSG00000121753 +CDS chr1 31742053 31742217 ENST00000533175 protein_coding 1 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398556 protein_coding 7 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398547 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000373655 protein_coding 6 1 7 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000373658 protein_coding 8 5 7 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000527361 protein_coding 5 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000398538 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31742838 31743002 ENST00000533175 protein_coding 1 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000373655 protein_coding 6 1 6 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000398542 protein_coding 5 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000373658 protein_coding 8 5 6 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000527361 protein_coding 5 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000398538 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744193 31744357 ENST00000420125 protein_coding 5 2 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398556 protein_coding 7 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398547 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000373655 protein_coding 6 1 5 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398542 protein_coding 5 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000373658 protein_coding 8 5 5 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000527361 protein_coding 5 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000398538 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000420125 protein_coding 5 2 2 ADGRB2 ENSG00000121753 +CDS chr1 31744648 31744731 ENST00000533175 protein_coding 1 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000398556 protein_coding 7 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398547 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000373655 protein_coding 6 1 4 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398542 protein_coding 5 5 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000373658 protein_coding 8 5 4 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000527361 protein_coding 5 1 2 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756800 ENST00000398538 protein_coding 5 5 1 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000420125 protein_coding 5 2 1 ADGRB2 ENSG00000121753 +CDS chr1 31755999 31756815 ENST00000533175 protein_coding 1 1 2 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000373655 protein_coding 6 1 3 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000373658 protein_coding 8 5 3 ADGRB2 ENSG00000121753 +CDS chr1 31757201 31757221 ENST00000527361 protein_coding 5 1 1 ADGRB2 ENSG00000121753 +transcript chr1 31757217 31761026 ENST00000436464 protein_coding 1 4 NA ADGRB2 ENSG00000121753 +CDS chr1 31757217 31757221 ENST00000436464 protein_coding 1 4 3 ADGRB2 ENSG00000121753 +CDS chr1 31759321 31759350 ENST00000398556 protein_coding 7 5 1 ADGRB2 ENSG00000121753 +CDS chr1 31764680 31764802 ENST00000533175 protein_coding 1 1 1 ADGRB2 ENSG00000121753 +transcript chr1 31790422 31816022 ENST00000257100 protein_coding 7 2 NA SPOCD1 ENSG00000134668 +transcript chr1 31790422 31816022 ENST00000360482 protein_coding 7 2 NA SPOCD1 ENSG00000134668 +transcript chr1 31790477 31798839 ENST00000452755 protein_coding 6 5 NA SPOCD1 ENSG00000134668 +transcript chr1 31790483 31815375 ENST00000533231 protein_coding 5 5 NA SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000257100 protein_coding 7 2 15 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791291 ENST00000360482 protein_coding 7 2 16 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000452755 protein_coding 6 5 9 SPOCD1 ENSG00000134668 +CDS chr1 31790606 31791252 ENST00000533231 protein_coding 5 5 15 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000257100 protein_coding 7 2 14 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000360482 protein_coding 7 2 15 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000452755 protein_coding 6 5 8 SPOCD1 ENSG00000134668 +CDS chr1 31792215 31792401 ENST00000533231 protein_coding 5 5 14 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000257100 protein_coding 7 2 13 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000360482 protein_coding 7 2 14 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000452755 protein_coding 6 5 7 SPOCD1 ENSG00000134668 +CDS chr1 31792678 31792767 ENST00000533231 protein_coding 5 5 13 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000257100 protein_coding 7 2 12 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000360482 protein_coding 7 2 13 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000452755 protein_coding 6 5 6 SPOCD1 ENSG00000134668 +CDS chr1 31793278 31793428 ENST00000533231 protein_coding 5 5 12 SPOCD1 ENSG00000134668 +transcript chr1 31793319 31798716 ENST00000528579 protein_coding 1 2 NA SPOCD1 ENSG00000134668 +CDS chr1 31793319 31793428 ENST00000528579 protein_coding 1 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000257100 protein_coding 7 2 11 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000360482 protein_coding 7 2 12 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000452755 protein_coding 6 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000533231 protein_coding 5 5 11 SPOCD1 ENSG00000134668 +CDS chr1 31793747 31793897 ENST00000528579 protein_coding 1 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000257100 protein_coding 7 2 10 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000360482 protein_coding 7 2 11 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000452755 protein_coding 6 5 4 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000533231 protein_coding 5 5 10 SPOCD1 ENSG00000134668 +CDS chr1 31794124 31794235 ENST00000528579 protein_coding 1 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000257100 protein_coding 7 2 9 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000360482 protein_coding 7 2 10 SPOCD1 ENSG00000134668 +CDS chr1 31796590 31796715 ENST00000533231 protein_coding 5 5 9 SPOCD1 ENSG00000134668 +CDS chr1 31796593 31796715 ENST00000452755 protein_coding 6 5 3 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000257100 protein_coding 7 2 8 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000360482 protein_coding 7 2 9 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000452755 protein_coding 6 5 2 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000533231 protein_coding 5 5 8 SPOCD1 ENSG00000134668 +CDS chr1 31798207 31798323 ENST00000528579 protein_coding 1 2 2 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000257100 protein_coding 7 2 7 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000360482 protein_coding 7 2 8 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798780 ENST00000452755 protein_coding 6 5 1 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798601 ENST00000533231 protein_coding 5 5 7 SPOCD1 ENSG00000134668 +CDS chr1 31798442 31798716 ENST00000528579 protein_coding 1 2 1 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000257100 protein_coding 7 2 6 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000360482 protein_coding 7 2 7 SPOCD1 ENSG00000134668 +CDS chr1 31799401 31799485 ENST00000533231 protein_coding 5 5 6 SPOCD1 ENSG00000134668 +transcript chr1 31799402 31816002 ENST00000529396 protein_coding 1 4 NA SPOCD1 ENSG00000134668 +CDS chr1 31799402 31799485 ENST00000529396 protein_coding 1 4 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000257100 protein_coding 7 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000360482 protein_coding 7 2 6 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000533231 protein_coding 5 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799854 ENST00000529396 protein_coding 1 4 4 SPOCD1 ENSG00000134668 +transcript chr1 31799809 31816022 ENST00000528791 protein_coding 5 5 NA SPOCD1 ENSG00000134668 +CDS chr1 31799809 31799863 ENST00000528791 protein_coding 5 5 6 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000257100 protein_coding 7 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000360482 protein_coding 7 2 5 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000533231 protein_coding 5 5 4 SPOCD1 ENSG00000134668 +CDS chr1 31800016 31800141 ENST00000528791 protein_coding 5 5 5 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800521 ENST00000257100 protein_coding 7 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800617 ENST00000360482 protein_coding 7 2 4 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800617 ENST00000533231 protein_coding 5 5 3 SPOCD1 ENSG00000134668 +CDS chr1 31800441 31800521 ENST00000528791 protein_coding 5 5 4 SPOCD1 ENSG00000134668 +transcript chr1 31800460 31816020 ENST00000525930 protein_coding 1 4 NA SPOCD1 ENSG00000134668 +CDS chr1 31800460 31800521 ENST00000525930 protein_coding 1 4 3 SPOCD1 ENSG00000134668 +CDS chr1 31801664 31801705 ENST00000360482 protein_coding 7 2 3 SPOCD1 ENSG00000134668 +CDS chr1 31801664 31801705 ENST00000533231 protein_coding 5 5 2 SPOCD1 ENSG00000134668 +CDS chr1 31813951 31815333 ENST00000360482 protein_coding 7 2 2 SPOCD1 ENSG00000134668 +CDS chr1 31813951 31815333 ENST00000533231 protein_coding 5 5 1 SPOCD1 ENSG00000134668 +transcript chr1 31906421 31919483 ENST00000602725 protein_coding 5 1 NA PTP4A2 ENSG00000184007 +transcript chr1 31906421 31938368 ENST00000647444 protein_coding 2 NA NA PTP4A2 ENSG00000184007 +transcript chr1 31908263 31937775 ENST00000649841 protein_coding 1 NA NA PTP4A2 ENSG00000184007 +transcript chr1 31908534 31919368 ENST00000457805 protein_coding 6 2 NA PTP4A2 ENSG00000184007 +transcript chr1 31908658 31919109 ENST00000602683 protein_coding 5 2 NA PTP4A2 ENSG00000184007 +transcript chr1 31908708 31919123 ENST00000470404 protein_coding 5 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000602725 protein_coding 5 1 5 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000647444 protein_coding 2 NA 6 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000649841 protein_coding 1 NA 8 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000457805 protein_coding 6 2 4 PTP4A2 ENSG00000184007 +CDS chr1 31908855 31908960 ENST00000602683 protein_coding 5 2 4 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000602725 protein_coding 5 1 4 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000647444 protein_coding 2 NA 5 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000649841 protein_coding 1 NA 7 PTP4A2 ENSG00000184007 +CDS chr1 31910038 31910112 ENST00000457805 protein_coding 6 2 3 PTP4A2 ENSG00000184007 +CDS chr1 31910083 31910112 ENST00000470404 protein_coding 5 3 3 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000602725 protein_coding 5 1 3 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000647444 protein_coding 2 NA 4 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000649841 protein_coding 1 NA 6 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000457805 protein_coding 6 2 2 PTP4A2 ENSG00000184007 +CDS chr1 31911696 31911826 ENST00000602683 protein_coding 5 2 3 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000602725 protein_coding 5 1 2 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000647444 protein_coding 2 NA 3 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000649841 protein_coding 1 NA 5 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000602683 protein_coding 5 2 2 PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000470404 protein_coding 5 3 2 PTP4A2 ENSG00000184007 +transcript chr1 31915895 31942576 ENST00000468531 protein_coding 1 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31915895 31915987 ENST00000468531 protein_coding 1 3 3 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000602725 protein_coding 5 1 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000647444 protein_coding 2 NA 2 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000649841 protein_coding 1 NA 4 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000457805 protein_coding 6 2 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000602683 protein_coding 5 2 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000470404 protein_coding 5 3 1 PTP4A2 ENSG00000184007 +CDS chr1 31918970 31919065 ENST00000468531 protein_coding 1 3 2 PTP4A2 ENSG00000184007 +transcript chr1 31919000 31937785 ENST00000534796 protein_coding 5 3 NA PTP4A2 ENSG00000184007 +CDS chr1 31919000 31919065 ENST00000534796 protein_coding 5 3 3 PTP4A2 ENSG00000184007 +transcript chr1 31919563 31919628 ENST00000679970 protein_coding 1 NA NA NA ENSG00000288678 +CDS chr1 31919566 31919628 ENST00000679970 protein_coding 1 NA 1 NA ENSG00000288678 +transcript chr1 32013868 32043877 ENST00000327300 protein_coding 12 1 NA KHDRBS1 ENSG00000121774 +CDS chr1 32013996 32014377 ENST00000327300 protein_coding 12 1 1 KHDRBS1 ENSG00000121774 +transcript chr1 32013996 32042624 ENST00000492989 protein_coding 1 1 NA KHDRBS1 ENSG00000121774 +CDS chr1 32013996 32014377 ENST00000492989 protein_coding 1 1 1 KHDRBS1 ENSG00000121774 +CDS chr1 32030298 32030422 ENST00000327300 protein_coding 12 1 2 KHDRBS1 ENSG00000121774 +CDS chr1 32030298 32030422 ENST00000492989 protein_coding 1 1 2 KHDRBS1 ENSG00000121774 +CDS chr1 32031524 32031640 ENST00000327300 protein_coding 12 1 3 KHDRBS1 ENSG00000121774 +CDS chr1 32033188 32033334 ENST00000327300 protein_coding 12 1 4 KHDRBS1 ENSG00000121774 +CDS chr1 32033188 32033334 ENST00000492989 protein_coding 1 1 3 KHDRBS1 ENSG00000121774 +CDS chr1 32036910 32037043 ENST00000327300 protein_coding 12 1 5 KHDRBS1 ENSG00000121774 +CDS chr1 32036910 32037043 ENST00000492989 protein_coding 1 1 4 KHDRBS1 ENSG00000121774 +CDS chr1 32037835 32038036 ENST00000327300 protein_coding 12 1 6 KHDRBS1 ENSG00000121774 +CDS chr1 32037835 32038036 ENST00000492989 protein_coding 1 1 5 KHDRBS1 ENSG00000121774 +CDS chr1 32038552 32038619 ENST00000327300 protein_coding 12 1 7 KHDRBS1 ENSG00000121774 +CDS chr1 32038552 32038619 ENST00000492989 protein_coding 1 1 6 KHDRBS1 ENSG00000121774 +CDS chr1 32039515 32039573 ENST00000327300 protein_coding 12 1 8 KHDRBS1 ENSG00000121774 +CDS chr1 32039515 32039573 ENST00000492989 protein_coding 1 1 7 KHDRBS1 ENSG00000121774 +CDS chr1 32042527 32042621 ENST00000327300 protein_coding 12 1 9 KHDRBS1 ENSG00000121774 +CDS chr1 32042527 32042621 ENST00000492989 protein_coding 1 1 8 KHDRBS1 ENSG00000121774 +transcript chr1 32072935 32091745 ENST00000438825 protein_coding 5 5 NA TMEM39B ENSG00000121775 +transcript chr1 32072939 32102863 ENST00000336294 protein_coding 10 1 NA TMEM39B ENSG00000121775 +CDS chr1 32073048 32073051 ENST00000438825 protein_coding 5 5 1 TMEM39B ENSG00000121775 +CDS chr1 32073048 32073051 ENST00000336294 protein_coding 10 1 1 TMEM39B ENSG00000121775 +CDS chr1 32074951 32075077 ENST00000438825 protein_coding 5 5 2 TMEM39B ENSG00000121775 +CDS chr1 32074951 32075077 ENST00000336294 protein_coding 10 1 2 TMEM39B ENSG00000121775 +CDS chr1 32075603 32075822 ENST00000438825 protein_coding 5 5 3 TMEM39B ENSG00000121775 +CDS chr1 32075603 32075822 ENST00000336294 protein_coding 10 1 3 TMEM39B ENSG00000121775 +CDS chr1 32076763 32076846 ENST00000336294 protein_coding 10 1 4 TMEM39B ENSG00000121775 +CDS chr1 32077164 32077318 ENST00000438825 protein_coding 5 5 4 TMEM39B ENSG00000121775 +CDS chr1 32077164 32077318 ENST00000336294 protein_coding 10 1 5 TMEM39B ENSG00000121775 +CDS chr1 32091675 32091745 ENST00000438825 protein_coding 5 5 5 TMEM39B ENSG00000121775 +CDS chr1 32091675 32092011 ENST00000336294 protein_coding 10 1 6 TMEM39B ENSG00000121775 +CDS chr1 32094784 32094971 ENST00000336294 protein_coding 10 1 7 TMEM39B ENSG00000121775 +CDS chr1 32100442 32100562 ENST00000336294 protein_coding 10 1 8 TMEM39B ENSG00000121775 +CDS chr1 32102431 32102670 ENST00000336294 protein_coding 10 1 9 TMEM39B ENSG00000121775 +transcript chr1 32108056 32176563 ENST00000373625 protein_coding 8 1 NA KPNA6 ENSG00000025800 +CDS chr1 32108131 32108134 ENST00000373625 protein_coding 8 1 1 KPNA6 ENSG00000025800 +CDS chr1 32154588 32154721 ENST00000373625 protein_coding 8 1 2 KPNA6 ENSG00000025800 +CDS chr1 32156853 32156945 ENST00000373625 protein_coding 8 1 3 KPNA6 ENSG00000025800 +transcript chr1 32156862 32167296 ENST00000446515 protein_coding 1 3 NA KPNA6 ENSG00000025800 +CDS chr1 32156862 32156945 ENST00000446515 protein_coding 1 3 1 KPNA6 ENSG00000025800 +CDS chr1 32157346 32157445 ENST00000373625 protein_coding 8 1 4 KPNA6 ENSG00000025800 +CDS chr1 32157346 32157445 ENST00000446515 protein_coding 1 3 2 KPNA6 ENSG00000025800 +CDS chr1 32158267 32158361 ENST00000373625 protein_coding 8 1 5 KPNA6 ENSG00000025800 +CDS chr1 32158267 32158361 ENST00000446515 protein_coding 1 3 3 KPNA6 ENSG00000025800 +CDS chr1 32159400 32159531 ENST00000373625 protein_coding 8 1 6 KPNA6 ENSG00000025800 +CDS chr1 32160615 32160703 ENST00000373625 protein_coding 8 1 7 KPNA6 ENSG00000025800 +CDS chr1 32160615 32160703 ENST00000446515 protein_coding 1 3 4 KPNA6 ENSG00000025800 +CDS chr1 32161947 32162046 ENST00000373625 protein_coding 8 1 8 KPNA6 ENSG00000025800 +CDS chr1 32161947 32162046 ENST00000446515 protein_coding 1 3 5 KPNA6 ENSG00000025800 +CDS chr1 32162361 32162524 ENST00000373625 protein_coding 8 1 9 KPNA6 ENSG00000025800 +CDS chr1 32162361 32162524 ENST00000446515 protein_coding 1 3 6 KPNA6 ENSG00000025800 +CDS chr1 32163235 32163313 ENST00000373625 protein_coding 8 1 10 KPNA6 ENSG00000025800 +CDS chr1 32163235 32163313 ENST00000446515 protein_coding 1 3 7 KPNA6 ENSG00000025800 +CDS chr1 32166105 32166230 ENST00000373625 protein_coding 8 1 11 KPNA6 ENSG00000025800 +CDS chr1 32166105 32166230 ENST00000446515 protein_coding 1 3 8 KPNA6 ENSG00000025800 +CDS chr1 32167169 32167296 ENST00000373625 protein_coding 8 1 12 KPNA6 ENSG00000025800 +CDS chr1 32167169 32167296 ENST00000446515 protein_coding 1 3 9 KPNA6 ENSG00000025800 +CDS chr1 32169882 32170060 ENST00000373625 protein_coding 8 1 13 KPNA6 ENSG00000025800 +CDS chr1 32170707 32170891 ENST00000373625 protein_coding 8 1 14 KPNA6 ENSG00000025800 +transcript chr1 32179675 32198285 ENST00000373610 protein_coding 8 1 NA TXLNA ENSG00000084652 +transcript chr1 32180065 32198285 ENST00000373609 protein_coding 1 1 NA TXLNA ENSG00000084652 +CDS chr1 32180346 32180514 ENST00000373610 protein_coding 8 1 2 TXLNA ENSG00000084652 +CDS chr1 32180346 32180514 ENST00000373609 protein_coding 1 1 1 TXLNA ENSG00000084652 +CDS chr1 32181242 32181577 ENST00000373610 protein_coding 8 1 3 TXLNA ENSG00000084652 +CDS chr1 32181242 32181577 ENST00000373609 protein_coding 1 1 2 TXLNA ENSG00000084652 +CDS chr1 32184525 32184616 ENST00000373610 protein_coding 8 1 4 TXLNA ENSG00000084652 +CDS chr1 32184525 32184616 ENST00000373609 protein_coding 1 1 3 TXLNA ENSG00000084652 +CDS chr1 32187954 32188124 ENST00000373610 protein_coding 8 1 5 TXLNA ENSG00000084652 +CDS chr1 32187954 32188124 ENST00000373609 protein_coding 1 1 4 TXLNA ENSG00000084652 +CDS chr1 32190055 32190249 ENST00000373610 protein_coding 8 1 6 TXLNA ENSG00000084652 +CDS chr1 32190055 32190249 ENST00000373609 protein_coding 1 1 5 TXLNA ENSG00000084652 +CDS chr1 32192311 32192430 ENST00000373610 protein_coding 8 1 7 TXLNA ENSG00000084652 +CDS chr1 32192311 32192430 ENST00000373609 protein_coding 1 1 6 TXLNA ENSG00000084652 +CDS chr1 32192657 32192731 ENST00000373610 protein_coding 8 1 8 TXLNA ENSG00000084652 +CDS chr1 32192657 32192731 ENST00000373609 protein_coding 1 1 7 TXLNA ENSG00000084652 +CDS chr1 32193208 32193300 ENST00000373610 protein_coding 8 1 9 TXLNA ENSG00000084652 +CDS chr1 32193208 32193300 ENST00000373609 protein_coding 1 1 8 TXLNA ENSG00000084652 +CDS chr1 32194065 32194160 ENST00000373610 protein_coding 8 1 10 TXLNA ENSG00000084652 +CDS chr1 32194065 32194160 ENST00000373609 protein_coding 1 1 9 TXLNA ENSG00000084652 +CDS chr1 32194902 32195192 ENST00000373610 protein_coding 8 1 11 TXLNA ENSG00000084652 +CDS chr1 32194902 32195192 ENST00000373609 protein_coding 1 1 10 TXLNA ENSG00000084652 +transcript chr1 32200595 32205387 ENST00000373602 protein_coding 10 1 NA CCDC28B ENSG00000160050 +transcript chr1 32200633 32205387 ENST00000421922 protein_coding 6 1 NA CCDC28B ENSG00000160050 +transcript chr1 32200648 32205387 ENST00000681230 protein_coding 1 NA NA CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000373602 protein_coding 10 1 2 CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000421922 protein_coding 6 1 2 CCDC28B ENSG00000160050 +CDS chr1 32201936 32202099 ENST00000681230 protein_coding 1 NA 2 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000373602 protein_coding 10 1 3 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000421922 protein_coding 6 1 3 CCDC28B ENSG00000160050 +CDS chr1 32203879 32204045 ENST00000681230 protein_coding 1 NA 3 CCDC28B ENSG00000160050 +CDS chr1 32204186 32204379 ENST00000373602 protein_coding 10 1 4 CCDC28B ENSG00000160050 +CDS chr1 32204186 32204379 ENST00000421922 protein_coding 6 1 4 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204620 ENST00000373602 protein_coding 10 1 5 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204795 ENST00000421922 protein_coding 6 1 5 CCDC28B ENSG00000160050 +CDS chr1 32204598 32204611 ENST00000681230 protein_coding 1 NA 4 CCDC28B ENSG00000160050 +CDS chr1 32205194 32205245 ENST00000373602 protein_coding 10 1 6 CCDC28B ENSG00000160050 +transcript chr1 32205671 32208682 ENST00000291358 protein_coding 11 1 NA IQCC ENSG00000160051 +transcript chr1 32205671 32208682 ENST00000537469 protein_coding 2 1 NA IQCC ENSG00000160051 +CDS chr1 32205682 32205723 ENST00000291358 protein_coding 11 1 1 IQCC ENSG00000160051 +CDS chr1 32205682 32205963 ENST00000537469 protein_coding 2 1 1 IQCC ENSG00000160051 +CDS chr1 32206154 32206297 ENST00000291358 protein_coding 11 1 2 IQCC ENSG00000160051 +CDS chr1 32206154 32206297 ENST00000537469 protein_coding 2 1 2 IQCC ENSG00000160051 +CDS chr1 32206509 32206761 ENST00000291358 protein_coding 11 1 3 IQCC ENSG00000160051 +CDS chr1 32206509 32206761 ENST00000537469 protein_coding 2 1 3 IQCC ENSG00000160051 +CDS chr1 32207002 32207120 ENST00000291358 protein_coding 11 1 4 IQCC ENSG00000160051 +CDS chr1 32207002 32207120 ENST00000537469 protein_coding 2 1 4 IQCC ENSG00000160051 +CDS chr1 32207240 32208079 ENST00000291358 protein_coding 11 1 5 IQCC ENSG00000160051 +CDS chr1 32207240 32208079 ENST00000537469 protein_coding 2 1 5 IQCC ENSG00000160051 +transcript chr1 32209089 32216192 ENST00000409358 protein_coding 2 1 NA DCDC2B ENSG00000222046 +CDS chr1 32209094 32209359 ENST00000409358 protein_coding 2 1 1 DCDC2B ENSG00000222046 +CDS chr1 32211272 32211323 ENST00000409358 protein_coding 2 1 2 DCDC2B ENSG00000222046 +CDS chr1 32211761 32211837 ENST00000409358 protein_coding 2 1 3 DCDC2B ENSG00000222046 +CDS chr1 32212070 32212201 ENST00000409358 protein_coding 2 1 4 DCDC2B ENSG00000222046 +CDS chr1 32212490 32212636 ENST00000409358 protein_coding 2 1 5 DCDC2B ENSG00000222046 +CDS chr1 32212754 32212793 ENST00000409358 protein_coding 2 1 6 DCDC2B ENSG00000222046 +CDS chr1 32214797 32214932 ENST00000409358 protein_coding 2 1 7 DCDC2B ENSG00000222046 +CDS chr1 32215440 32215543 ENST00000409358 protein_coding 2 1 8 DCDC2B ENSG00000222046 +CDS chr1 32215802 32215894 ENST00000409358 protein_coding 2 1 9 DCDC2B ENSG00000222046 +transcript chr1 32216197 32222343 ENST00000373593 protein_coding 5 1 NA TMEM234 ENSG00000160055 +transcript chr1 32216200 32222338 ENST00000344461 protein_coding 7 1 NA TMEM234 ENSG00000160055 +transcript chr1 32216200 32222353 ENST00000309777 protein_coding 11 1 NA TMEM234 ENSG00000160055 +CDS chr1 32216413 32216517 ENST00000344461 protein_coding 7 1 6 TMEM234 ENSG00000160055 +CDS chr1 32216856 32216947 ENST00000309777 protein_coding 11 1 5 TMEM234 ENSG00000160055 +CDS chr1 32216889 32216947 ENST00000344461 protein_coding 7 1 5 TMEM234 ENSG00000160055 +CDS chr1 32217047 32217351 ENST00000373593 protein_coding 5 1 4 TMEM234 ENSG00000160055 +CDS chr1 32217259 32217351 ENST00000344461 protein_coding 7 1 4 TMEM234 ENSG00000160055 +CDS chr1 32217259 32217351 ENST00000309777 protein_coding 11 1 4 TMEM234 ENSG00000160055 +transcript chr1 32221077 32231376 ENST00000677701 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221106 32231604 ENST00000677760 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32221131 32221197 ENST00000373593 protein_coding 5 1 3 TMEM234 ENSG00000160055 +CDS chr1 32221131 32221197 ENST00000344461 protein_coding 7 1 3 TMEM234 ENSG00000160055 +CDS chr1 32221131 32221197 ENST00000309777 protein_coding 11 1 3 TMEM234 ENSG00000160055 +transcript chr1 32221523 32231473 ENST00000676801 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221584 32231405 ENST00000677772 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32221590 32231604 ENST00000677202 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32221867 32222018 ENST00000373593 protein_coding 5 1 2 TMEM234 ENSG00000160055 +CDS chr1 32221867 32222018 ENST00000344461 protein_coding 7 1 2 TMEM234 ENSG00000160055 +CDS chr1 32221867 32222018 ENST00000309777 protein_coding 11 1 2 TMEM234 ENSG00000160055 +transcript chr1 32222128 32231604 ENST00000677711 protein_coding 1 NA NA EIF3I ENSG00000084623 +CDS chr1 32222307 32222322 ENST00000373593 protein_coding 5 1 1 TMEM234 ENSG00000160055 +CDS chr1 32222307 32222322 ENST00000344461 protein_coding 7 1 1 TMEM234 ENSG00000160055 +CDS chr1 32222307 32222322 ENST00000309777 protein_coding 11 1 1 TMEM234 ENSG00000160055 +transcript chr1 32222405 32231333 ENST00000676679 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222405 32231602 ENST00000678689 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222405 32231604 ENST00000373586 protein_coding 2 1 NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000679290 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000677378 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231602 ENST00000678534 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32231604 ENST00000678968 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32236167 ENST00000678063 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32236170 ENST00000678150 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222407 32245397 ENST00000677198 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222413 32231602 ENST00000677540 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222416 32236109 ENST00000678420 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222418 32231592 ENST00000678162 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222420 32236165 ENST00000678711 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222424 32231505 ENST00000678883 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222428 32231604 ENST00000677353 protein_coding 1 NA NA EIF3I ENSG00000084623 +transcript chr1 32222433 32229254 ENST00000355082 protein_coding 10 3 NA EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677701 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677760 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000676801 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677202 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677711 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000676679 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678689 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000373586 protein_coding 2 1 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000679290 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677378 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678534 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678968 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678063 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678150 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677198 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677540 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678420 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678162 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678711 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000678883 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000677353 protein_coding 1 NA 1 EIF3I ENSG00000084623 +CDS chr1 32222442 32222444 ENST00000355082 protein_coding 10 3 1 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677701 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677760 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000676801 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677202 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677711 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000676679 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678689 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000373586 protein_coding 2 1 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000679290 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678534 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678968 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678063 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678150 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677198 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677540 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678420 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678711 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000678883 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000677353 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32222538 32222630 ENST00000355082 protein_coding 10 3 2 EIF3I ENSG00000084623 +CDS chr1 32222541 32222630 ENST00000677378 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677701 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677760 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000676801 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677202 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677711 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000676679 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678689 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000373586 protein_coding 2 1 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677378 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678534 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678968 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678063 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678150 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677198 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677540 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678420 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678162 protein_coding 1 NA 2 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678711 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000678883 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000677353 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224034 32224121 ENST00000355082 protein_coding 10 3 3 EIF3I ENSG00000084623 +CDS chr1 32224082 32224121 ENST00000677772 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677701 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677760 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000676801 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677772 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677202 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677711 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000676679 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678689 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000373586 protein_coding 2 1 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677378 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678534 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678968 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678063 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678150 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677198 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677540 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678420 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678162 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678711 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000678883 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000677353 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32224410 32224475 ENST00000355082 protein_coding 10 3 4 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677701 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677760 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000676801 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677772 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677202 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677711 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000676679 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678689 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000373586 protein_coding 2 1 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677378 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678534 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226283 ENST00000678968 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678063 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678150 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677198 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000677540 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678420 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678162 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678711 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000678883 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226171 32226320 ENST00000355082 protein_coding 10 3 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677701 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677760 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000676801 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677772 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677202 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677711 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000676679 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678689 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000373586 protein_coding 2 1 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677378 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678534 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678063 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678150 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677198 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677540 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678420 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678162 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678711 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000678883 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000677353 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32226403 32226530 ENST00000355082 protein_coding 10 3 6 EIF3I ENSG00000084623 +CDS chr1 32227964 32228110 ENST00000678534 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677701 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677760 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000676801 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677772 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677202 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677711 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000676679 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678689 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000373586 protein_coding 2 1 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000679290 protein_coding 1 NA 3 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677378 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678534 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678968 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678063 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678150 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677198 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677540 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678420 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678162 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678711 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000678883 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000677353 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32228499 32228609 ENST00000355082 protein_coding 10 3 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677701 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677760 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000676801 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677772 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677202 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677711 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000676679 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678689 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000373586 protein_coding 2 1 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000679290 protein_coding 1 NA 4 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677378 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678534 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678968 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678063 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678150 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677198 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677540 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678420 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678162 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678711 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000678883 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000677353 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32228727 32228816 ENST00000355082 protein_coding 10 3 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677701 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677760 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000676801 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677772 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677202 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677711 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000676679 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678689 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000373586 protein_coding 2 1 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000679290 protein_coding 1 NA 5 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677378 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678534 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678968 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678063 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678150 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677198 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678420 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678162 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678711 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000678883 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32229135 32229208 ENST00000677353 protein_coding 1 NA 8 EIF3I ENSG00000084623 +CDS chr1 32229135 32229209 ENST00000355082 protein_coding 10 3 9 EIF3I ENSG00000084623 +CDS chr1 32230266 32230376 ENST00000676679 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677701 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677760 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000676801 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677772 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677202 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677711 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000676679 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678689 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000373586 protein_coding 2 1 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000679290 protein_coding 1 NA 6 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677378 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678534 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678968 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678063 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678150 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677198 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32230944 ENST00000677540 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678162 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000678711 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231020 ENST00000678883 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32230927 32231019 ENST00000677353 protein_coding 1 NA 9 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677701 protein_coding 1 NA 14 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677760 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000676801 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677772 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677202 protein_coding 1 NA 13 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677711 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000676679 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000679290 protein_coding 1 NA 7 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677378 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000678968 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000678162 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231115 32231193 ENST00000677353 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32231121 32231193 ENST00000373586 protein_coding 2 1 11 EIF3I ENSG00000084623 +CDS chr1 32231260 32231287 ENST00000678689 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32231260 32231287 ENST00000678534 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678063 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678150 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000677198 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32234424 32234549 ENST00000678420 protein_coding 1 NA 10 EIF3I ENSG00000084623 +CDS chr1 32234424 32234676 ENST00000678711 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32235011 32235302 ENST00000678063 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32235011 32235302 ENST00000678420 protein_coding 1 NA 11 EIF3I ENSG00000084623 +CDS chr1 32235513 32235555 ENST00000678150 protein_coding 1 NA 12 EIF3I ENSG00000084623 +CDS chr1 32245234 32245252 ENST00000677198 protein_coding 1 NA 12 EIF3I ENSG00000084623 +transcript chr1 32247222 32248856 ENST00000373582 protein_coding 4 1 NA FAM167B ENSG00000183615 +CDS chr1 32247422 32247682 ENST00000373582 protein_coding 4 1 1 FAM167B ENSG00000183615 +CDS chr1 32248371 32248598 ENST00000373582 protein_coding 4 1 2 FAM167B ENSG00000183615 +transcript chr1 32251239 32286164 ENST00000373564 protein_coding 7 5 NA LCK ENSG00000182866 +transcript chr1 32251264 32275618 ENST00000482949 protein_coding 5 5 NA LCK ENSG00000182866 +transcript chr1 32251265 32286165 ENST00000336890 protein_coding 10 1 NA LCK ENSG00000182866 +transcript chr1 32251274 32279909 ENST00000495610 protein_coding 6 5 NA LCK ENSG00000182866 +transcript chr1 32274111 32286164 ENST00000619559 protein_coding 4 1 NA LCK ENSG00000182866 +transcript chr1 32274113 32275078 ENST00000461712 protein_coding 6 2 NA LCK ENSG00000182866 +transcript chr1 32274115 32275604 ENST00000373562 protein_coding 7 4 NA LCK ENSG00000182866 +transcript chr1 32274121 32275002 ENST00000477031 protein_coding 6 4 NA LCK ENSG00000182866 +transcript chr1 32274121 32276428 ENST00000373557 protein_coding 6 3 NA LCK ENSG00000182866 +transcript chr1 32274132 32286162 ENST00000333070 protein_coding 4 1 NA LCK ENSG00000182866 +CDS chr1 32274198 32274434 ENST00000477031 protein_coding 6 4 1 LCK ENSG00000182866 +CDS chr1 32274198 32274434 ENST00000373557 protein_coding 6 3 1 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000373564 protein_coding 7 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000482949 protein_coding 5 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000336890 protein_coding 10 1 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000495610 protein_coding 6 5 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000619559 protein_coding 4 1 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000461712 protein_coding 6 2 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000373562 protein_coding 7 4 2 LCK ENSG00000182866 +CDS chr1 32274330 32274434 ENST00000333070 protein_coding 4 1 2 LCK ENSG00000182866 +CDS chr1 32274737 32275083 ENST00000373564 protein_coding 7 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32275083 ENST00000482949 protein_coding 5 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000336890 protein_coding 10 1 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000495610 protein_coding 6 5 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000619559 protein_coding 4 1 3 LCK ENSG00000182866 +CDS chr1 32274737 32275078 ENST00000461712 protein_coding 6 2 3 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000373562 protein_coding 7 4 3 LCK ENSG00000182866 +CDS chr1 32274737 32275002 ENST00000477031 protein_coding 6 4 2 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000373557 protein_coding 6 3 2 LCK ENSG00000182866 +CDS chr1 32274737 32274818 ENST00000333070 protein_coding 4 1 3 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000336890 protein_coding 10 1 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000495610 protein_coding 6 5 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000619559 protein_coding 4 1 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000373562 protein_coding 7 4 4 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000373557 protein_coding 6 3 3 LCK ENSG00000182866 +CDS chr1 32274993 32275083 ENST00000333070 protein_coding 4 1 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373564 protein_coding 7 5 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000482949 protein_coding 5 5 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000336890 protein_coding 10 1 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000495610 protein_coding 6 5 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000619559 protein_coding 4 1 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373562 protein_coding 7 4 5 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000373557 protein_coding 6 3 4 LCK ENSG00000182866 +CDS chr1 32275321 32275419 ENST00000333070 protein_coding 4 1 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000373564 protein_coding 7 5 5 LCK ENSG00000182866 +CDS chr1 32275569 32275618 ENST00000482949 protein_coding 5 5 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000336890 protein_coding 10 1 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000495610 protein_coding 6 5 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000619559 protein_coding 4 1 6 LCK ENSG00000182866 +CDS chr1 32275569 32275604 ENST00000373562 protein_coding 7 4 6 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000373557 protein_coding 6 3 5 LCK ENSG00000182866 +CDS chr1 32275569 32275672 ENST00000333070 protein_coding 4 1 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000373564 protein_coding 7 5 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000336890 protein_coding 10 1 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000495610 protein_coding 6 5 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000619559 protein_coding 4 1 7 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000373557 protein_coding 6 3 6 LCK ENSG00000182866 +CDS chr1 32275914 32276063 ENST00000333070 protein_coding 4 1 7 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000336890 protein_coding 10 1 8 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000619559 protein_coding 4 1 8 LCK ENSG00000182866 +CDS chr1 32276337 32276428 ENST00000373557 protein_coding 6 3 7 LCK ENSG00000182866 +CDS chr1 32276337 32276489 ENST00000333070 protein_coding 4 1 8 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000373564 protein_coding 7 5 7 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000336890 protein_coding 10 1 9 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000495610 protein_coding 6 5 8 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000619559 protein_coding 4 1 9 LCK ENSG00000182866 +CDS chr1 32276607 32276786 ENST00000333070 protein_coding 4 1 9 LCK ENSG00000182866 +CDS chr1 32279581 32279747 ENST00000333070 protein_coding 4 1 10 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000373564 protein_coding 7 5 8 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000336890 protein_coding 10 1 10 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000495610 protein_coding 6 5 9 LCK ENSG00000182866 +CDS chr1 32279671 32279747 ENST00000619559 protein_coding 4 1 10 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000373564 protein_coding 7 5 9 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000336890 protein_coding 10 1 11 LCK ENSG00000182866 +CDS chr1 32279841 32279909 ENST00000495610 protein_coding 6 5 10 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000619559 protein_coding 4 1 11 LCK ENSG00000182866 +CDS chr1 32279841 32279994 ENST00000333070 protein_coding 4 1 11 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000373564 protein_coding 7 5 10 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000336890 protein_coding 10 1 12 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000619559 protein_coding 4 1 12 LCK ENSG00000182866 +CDS chr1 32280079 32280210 ENST00000333070 protein_coding 4 1 12 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000373564 protein_coding 7 5 11 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000336890 protein_coding 10 1 13 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000619559 protein_coding 4 1 13 LCK ENSG00000182866 +CDS chr1 32285514 32285713 ENST00000333070 protein_coding 4 1 13 LCK ENSG00000182866 +transcript chr1 32292083 32333626 ENST00000373548 protein_coding 8 1 NA HDAC1 ENSG00000116478 +transcript chr1 32292140 32329140 ENST00000428704 protein_coding 1 2 NA HDAC1 ENSG00000116478 +CDS chr1 32292170 32292218 ENST00000373548 protein_coding 8 1 1 HDAC1 ENSG00000116478 +CDS chr1 32292170 32292218 ENST00000428704 protein_coding 1 2 1 HDAC1 ENSG00000116478 +CDS chr1 32302621 32302733 ENST00000373548 protein_coding 8 1 2 HDAC1 ENSG00000116478 +CDS chr1 32302621 32302733 ENST00000428704 protein_coding 1 2 2 HDAC1 ENSG00000116478 +CDS chr1 32316665 32316782 ENST00000373548 protein_coding 8 1 3 HDAC1 ENSG00000116478 +CDS chr1 32316665 32316782 ENST00000428704 protein_coding 1 2 3 HDAC1 ENSG00000116478 +CDS chr1 32324479 32324553 ENST00000373548 protein_coding 8 1 4 HDAC1 ENSG00000116478 +CDS chr1 32326939 32327077 ENST00000373548 protein_coding 8 1 5 HDAC1 ENSG00000116478 +CDS chr1 32326939 32327077 ENST00000428704 protein_coding 1 2 4 HDAC1 ENSG00000116478 +CDS chr1 32327536 32327677 ENST00000373548 protein_coding 8 1 6 HDAC1 ENSG00000116478 +CDS chr1 32327536 32327677 ENST00000428704 protein_coding 1 2 5 HDAC1 ENSG00000116478 +CDS chr1 32329068 32329160 ENST00000373548 protein_coding 8 1 7 HDAC1 ENSG00000116478 +CDS chr1 32329068 32329140 ENST00000428704 protein_coding 1 2 6 HDAC1 ENSG00000116478 +CDS chr1 32330578 32330686 ENST00000373548 protein_coding 8 1 8 HDAC1 ENSG00000116478 +CDS chr1 32330768 32330908 ENST00000373548 protein_coding 8 1 9 HDAC1 ENSG00000116478 +CDS chr1 32331474 32331582 ENST00000373548 protein_coding 8 1 10 HDAC1 ENSG00000116478 +CDS chr1 32331676 32331806 ENST00000373548 protein_coding 8 1 11 HDAC1 ENSG00000116478 +CDS chr1 32332090 32332242 ENST00000373548 protein_coding 8 1 12 HDAC1 ENSG00000116478 +CDS chr1 32332701 32332749 ENST00000373548 protein_coding 8 1 13 HDAC1 ENSG00000116478 +CDS chr1 32333017 32333041 ENST00000373548 protein_coding 8 1 14 HDAC1 ENSG00000116478 +transcript chr1 32333839 32336233 ENST00000329421 protein_coding 8 1 NA MARCKSL1 ENSG00000175130 +CDS chr1 32334600 32335097 ENST00000329421 protein_coding 8 1 2 MARCKSL1 ENSG00000175130 +CDS chr1 32335947 32336033 ENST00000329421 protein_coding 8 1 1 MARCKSL1 ENSG00000175130 +transcript chr1 32353454 32363779 ENST00000574315 protein_coding 1 3 NA TSSK3 ENSG00000162526 +transcript chr1 32361270 32362485 ENST00000432622 protein_coding 2 2 NA FAM229A ENSG00000225828 +transcript chr1 32361298 32361824 ENST00000428500 protein_coding 1 2 NA FAM229A ENSG00000225828 +CDS chr1 32361436 32361535 ENST00000432622 protein_coding 2 2 3 FAM229A ENSG00000225828 +CDS chr1 32361504 32361564 ENST00000428500 protein_coding 1 2 2 FAM229A ENSG00000225828 +CDS chr1 32361730 32361876 ENST00000432622 protein_coding 2 2 2 FAM229A ENSG00000225828 +CDS chr1 32361730 32361824 ENST00000428500 protein_coding 1 2 1 FAM229A ENSG00000225828 +CDS chr1 32361958 32362091 ENST00000432622 protein_coding 2 2 1 FAM229A ENSG00000225828 +transcript chr1 32362539 32364312 ENST00000373534 protein_coding 4 1 NA TSSK3 ENSG00000162526 +CDS chr1 32362702 32362846 ENST00000373534 protein_coding 4 1 1 TSSK3 ENSG00000162526 +CDS chr1 32363595 32364253 ENST00000373534 protein_coding 4 1 2 TSSK3 ENSG00000162526 +CDS chr1 32363675 32363779 ENST00000574315 protein_coding 1 3 2 TSSK3 ENSG00000162526 +transcript chr1 32364633 32394441 ENST00000455895 protein_coding 7 1 NA BSDC1 ENSG00000160058 +transcript chr1 32365171 32394426 ENST00000341071 protein_coding 11 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366296 32394441 ENST00000526031 protein_coding 5 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366301 32394441 ENST00000419121 protein_coding 6 2 NA BSDC1 ENSG00000160058 +transcript chr1 32366477 32394430 ENST00000446293 protein_coding 6 2 NA BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000455895 protein_coding 7 1 11 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000526031 protein_coding 5 2 9 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000419121 protein_coding 6 2 10 BSDC1 ENSG00000160058 +CDS chr1 32366625 32366654 ENST00000446293 protein_coding 6 2 11 BSDC1 ENSG00000160058 +CDS chr1 32368336 32368550 ENST00000341071 protein_coding 11 2 10 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000455895 protein_coding 7 1 10 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000526031 protein_coding 5 2 8 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000419121 protein_coding 6 2 9 BSDC1 ENSG00000160058 +CDS chr1 32368447 32368550 ENST00000446293 protein_coding 6 2 10 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000455895 protein_coding 7 1 9 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000341071 protein_coding 11 2 9 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000526031 protein_coding 5 2 7 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000419121 protein_coding 6 2 8 BSDC1 ENSG00000160058 +CDS chr1 32376262 32376741 ENST00000446293 protein_coding 6 2 9 BSDC1 ENSG00000160058 +transcript chr1 32376687 32394425 ENST00000527163 protein_coding 5 5 NA BSDC1 ENSG00000160058 +CDS chr1 32376687 32376741 ENST00000527163 protein_coding 5 5 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000455895 protein_coding 7 1 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000341071 protein_coding 11 2 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000526031 protein_coding 5 2 6 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000419121 protein_coding 6 2 7 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000446293 protein_coding 6 2 8 BSDC1 ENSG00000160058 +CDS chr1 32377970 32378048 ENST00000527163 protein_coding 5 5 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000455895 protein_coding 7 1 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000341071 protein_coding 11 2 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000526031 protein_coding 5 2 5 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000419121 protein_coding 6 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000446293 protein_coding 6 2 7 BSDC1 ENSG00000160058 +CDS chr1 32378215 32378283 ENST00000527163 protein_coding 5 5 6 BSDC1 ENSG00000160058 +transcript chr1 32378227 32394428 ENST00000530485 protein_coding 1 5 NA BSDC1 ENSG00000160058 +CDS chr1 32378227 32378283 ENST00000530485 protein_coding 1 5 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000455895 protein_coding 7 1 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000341071 protein_coding 11 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000526031 protein_coding 5 2 4 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000419121 protein_coding 6 2 5 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000446293 protein_coding 6 2 6 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000527163 protein_coding 5 5 5 BSDC1 ENSG00000160058 +CDS chr1 32378724 32378839 ENST00000530485 protein_coding 1 5 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000455895 protein_coding 7 1 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000341071 protein_coding 11 2 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000526031 protein_coding 5 2 3 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000419121 protein_coding 6 2 4 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000446293 protein_coding 6 2 5 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000527163 protein_coding 5 5 4 BSDC1 ENSG00000160058 +CDS chr1 32381214 32381268 ENST00000530485 protein_coding 1 5 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383997 ENST00000455895 protein_coding 7 1 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32384048 ENST00000341071 protein_coding 11 2 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32384048 ENST00000446293 protein_coding 6 2 4 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383939 ENST00000527163 protein_coding 5 5 3 BSDC1 ENSG00000160058 +CDS chr1 32383830 32383997 ENST00000530485 protein_coding 1 5 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000455895 protein_coding 7 1 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000341071 protein_coding 11 2 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000419121 protein_coding 6 2 3 BSDC1 ENSG00000160058 +CDS chr1 32386779 32386895 ENST00000446293 protein_coding 6 2 3 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000455895 protein_coding 7 1 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000341071 protein_coding 11 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000526031 protein_coding 5 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000419121 protein_coding 6 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000446293 protein_coding 6 2 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394128 ENST00000527163 protein_coding 5 5 2 BSDC1 ENSG00000160058 +CDS chr1 32394080 32394140 ENST00000530485 protein_coding 1 5 2 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000455895 protein_coding 7 1 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000341071 protein_coding 11 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000526031 protein_coding 5 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000419121 protein_coding 6 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000446293 protein_coding 6 2 1 BSDC1 ENSG00000160058 +CDS chr1 32394404 32394414 ENST00000530485 protein_coding 1 5 1 BSDC1 ENSG00000160058 +transcript chr1 32465072 32496686 ENST00000609129 protein_coding 2 5 NA ZBTB8B ENSG00000273274 +CDS chr1 32470625 32471615 ENST00000609129 protein_coding 2 5 2 ZBTB8B ENSG00000273274 +CDS chr1 32480891 32481069 ENST00000609129 protein_coding 2 5 3 ZBTB8B ENSG00000273274 +CDS chr1 32485101 32485415 ENST00000609129 protein_coding 2 5 4 ZBTB8B ENSG00000273274 +transcript chr1 32539427 32605941 ENST00000373510 protein_coding 9 1 NA ZBTB8A ENSG00000160062 +transcript chr1 32539429 32600990 ENST00000316459 protein_coding 4 1 NA ZBTB8A ENSG00000160062 +CDS chr1 32592932 32593754 ENST00000373510 protein_coding 9 1 3 ZBTB8A ENSG00000160062 +CDS chr1 32592932 32593754 ENST00000316459 protein_coding 4 1 3 ZBTB8A ENSG00000160062 +CDS chr1 32595054 32595223 ENST00000373510 protein_coding 9 1 4 ZBTB8A ENSG00000160062 +CDS chr1 32595054 32595223 ENST00000316459 protein_coding 4 1 4 ZBTB8A ENSG00000160062 +CDS chr1 32600087 32600416 ENST00000373510 protein_coding 9 1 5 ZBTB8A ENSG00000160062 +transcript chr1 32600172 32650565 ENST00000341885 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +CDS chr1 32600256 32600350 ENST00000341885 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32600268 32600294 ENST00000316459 protein_coding 4 1 5 ZBTB8A ENSG00000160062 +transcript chr1 32620820 32650550 ENST00000468695 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621311 32650549 ENST00000492007 protein_coding 6 3 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621604 32650554 ENST00000373506 protein_coding 8 3 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621830 32650525 ENST00000373501 protein_coding 6 5 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621830 32650560 ENST00000436661 protein_coding 6 1 NA ZBTB8OS ENSG00000176261 +transcript chr1 32621858 32650525 ENST00000465588 protein_coding 2 2 NA ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000468695 protein_coding 6 1 7 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000492007 protein_coding 6 3 4 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000373506 protein_coding 8 3 6 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000373501 protein_coding 6 5 7 ZBTB8OS ENSG00000176261 +CDS chr1 32621865 32621948 ENST00000465588 protein_coding 2 2 6 ZBTB8OS ENSG00000176261 +CDS chr1 32621905 32621948 ENST00000436661 protein_coding 6 1 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000468695 protein_coding 6 1 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000492007 protein_coding 6 3 3 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000373506 protein_coding 8 3 5 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000373501 protein_coding 6 5 6 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000436661 protein_coding 6 1 5 ZBTB8OS ENSG00000176261 +CDS chr1 32627508 32627544 ENST00000465588 protein_coding 2 2 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000468695 protein_coding 6 1 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000373506 protein_coding 8 3 4 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000373501 protein_coding 6 5 5 ZBTB8OS ENSG00000176261 +CDS chr1 32631827 32631879 ENST00000465588 protein_coding 2 2 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000468695 protein_coding 6 1 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000373506 protein_coding 8 3 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000373501 protein_coding 6 5 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000436661 protein_coding 6 1 4 ZBTB8OS ENSG00000176261 +CDS chr1 32633645 32633727 ENST00000465588 protein_coding 2 2 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000468695 protein_coding 6 1 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000373506 protein_coding 8 3 2 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000373501 protein_coding 6 5 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634072 ENST00000436661 protein_coding 6 1 3 ZBTB8OS ENSG00000176261 +CDS chr1 32633951 32634023 ENST00000465588 protein_coding 2 2 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634702 32634715 ENST00000373501 protein_coding 6 5 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000468695 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000492007 protein_coding 6 3 2 ZBTB8OS ENSG00000176261 +CDS chr1 32634768 32634792 ENST00000436661 protein_coding 6 1 2 ZBTB8OS ENSG00000176261 +CDS chr1 32650429 32650529 ENST00000373506 protein_coding 8 3 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000341885 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000468695 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000492007 protein_coding 6 3 1 ZBTB8OS ENSG00000176261 +CDS chr1 32650433 32650529 ENST00000436661 protein_coding 6 1 1 ZBTB8OS ENSG00000176261 +transcript chr1 32651142 32680053 ENST00000414241 protein_coding 7 1 NA RBBP4 ENSG00000162521 +transcript chr1 32651208 32686211 ENST00000373493 protein_coding 10 1 NA RBBP4 ENSG00000162521 +transcript chr1 32651234 32680657 ENST00000373485 protein_coding 5 1 NA RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000414241 protein_coding 7 1 1 RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000373493 protein_coding 10 1 1 RBBP4 ENSG00000162521 +CDS chr1 32651307 32651322 ENST00000373485 protein_coding 5 1 1 RBBP4 ENSG00000162521 +transcript chr1 32651356 32680040 ENST00000458695 protein_coding 6 2 NA RBBP4 ENSG00000162521 +transcript chr1 32651485 32657572 ENST00000490500 protein_coding 5 3 NA RBBP4 ENSG00000162521 +transcript chr1 32651487 32668281 ENST00000445722 protein_coding 2 2 NA RBBP4 ENSG00000162521 +CDS chr1 32651914 32652061 ENST00000373493 protein_coding 10 1 2 RBBP4 ENSG00000162521 +CDS chr1 32651914 32652061 ENST00000373485 protein_coding 5 1 2 RBBP4 ENSG00000162521 +CDS chr1 32651917 32652061 ENST00000414241 protein_coding 7 1 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000458695 protein_coding 6 2 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000490500 protein_coding 5 3 2 RBBP4 ENSG00000162521 +CDS chr1 32652003 32652061 ENST00000445722 protein_coding 2 2 2 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000414241 protein_coding 7 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000373493 protein_coding 10 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000373485 protein_coding 5 1 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000458695 protein_coding 6 2 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000490500 protein_coding 5 3 3 RBBP4 ENSG00000162521 +CDS chr1 32657427 32657572 ENST00000445722 protein_coding 2 2 3 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000414241 protein_coding 7 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000373493 protein_coding 10 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000373485 protein_coding 5 1 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668398 ENST00000458695 protein_coding 6 2 4 RBBP4 ENSG00000162521 +CDS chr1 32668225 32668281 ENST00000445722 protein_coding 2 2 4 RBBP4 ENSG00000162521 +transcript chr1 32668319 32672901 ENST00000475321 protein_coding 5 5 NA RBBP4 ENSG00000162521 +CDS chr1 32668319 32668398 ENST00000475321 protein_coding 5 5 1 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000414241 protein_coding 7 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000373493 protein_coding 10 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000373485 protein_coding 5 1 5 RBBP4 ENSG00000162521 +CDS chr1 32668739 32668854 ENST00000458695 protein_coding 6 2 5 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000414241 protein_coding 7 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000373493 protein_coding 10 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000373485 protein_coding 5 1 6 RBBP4 ENSG00000162521 +CDS chr1 32668972 32669132 ENST00000458695 protein_coding 6 2 6 RBBP4 ENSG00000162521 +CDS chr1 32669045 32669132 ENST00000475321 protein_coding 5 5 2 RBBP4 ENSG00000162521 +transcript chr1 32669093 32679908 ENST00000463378 protein_coding 5 5 NA RBBP4 ENSG00000162521 +CDS chr1 32669093 32669132 ENST00000463378 protein_coding 5 5 1 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000414241 protein_coding 7 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000373493 protein_coding 10 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000373485 protein_coding 5 1 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000458695 protein_coding 6 2 7 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000475321 protein_coding 5 5 3 RBBP4 ENSG00000162521 +CDS chr1 32669231 32669357 ENST00000463378 protein_coding 5 5 2 RBBP4 ENSG00000162521 +transcript chr1 32669256 32680651 ENST00000482190 protein_coding 1 3 NA RBBP4 ENSG00000162521 +CDS chr1 32669256 32669357 ENST00000482190 protein_coding 1 3 1 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000414241 protein_coding 7 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000373493 protein_coding 10 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000373485 protein_coding 5 1 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000458695 protein_coding 6 2 8 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000475321 protein_coding 5 5 4 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000463378 protein_coding 5 5 3 RBBP4 ENSG00000162521 +CDS chr1 32669486 32669563 ENST00000482190 protein_coding 1 3 2 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000414241 protein_coding 7 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000373493 protein_coding 10 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000373485 protein_coding 5 1 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000458695 protein_coding 6 2 9 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000475321 protein_coding 5 5 5 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000463378 protein_coding 5 5 4 RBBP4 ENSG00000162521 +CDS chr1 32672450 32672526 ENST00000482190 protein_coding 1 3 3 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000414241 protein_coding 7 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000373493 protein_coding 10 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000373485 protein_coding 5 1 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000458695 protein_coding 6 2 10 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000475321 protein_coding 5 5 6 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000463378 protein_coding 5 5 5 RBBP4 ENSG00000162521 +CDS chr1 32672642 32672699 ENST00000482190 protein_coding 1 3 4 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000414241 protein_coding 7 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000373493 protein_coding 10 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000373485 protein_coding 5 1 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000458695 protein_coding 6 2 11 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000475321 protein_coding 5 5 7 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000463378 protein_coding 5 5 6 RBBP4 ENSG00000162521 +CDS chr1 32672791 32672901 ENST00000482190 protein_coding 1 3 5 RBBP4 ENSG00000162521 +CDS chr1 32673459 32673580 ENST00000463378 protein_coding 5 5 7 RBBP4 ENSG00000162521 +CDS chr1 32679635 32679698 ENST00000482190 protein_coding 1 3 6 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000414241 protein_coding 7 1 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000373493 protein_coding 10 1 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679702 ENST00000458695 protein_coding 6 2 12 RBBP4 ENSG00000162521 +CDS chr1 32679640 32679811 ENST00000463378 protein_coding 5 5 8 RBBP4 ENSG00000162521 +transcript chr1 32679906 32702770 ENST00000409190 protein_coding 8 2 NA SYNC ENSG00000162520 +CDS chr1 32680526 32680543 ENST00000373485 protein_coding 5 1 12 RBBP4 ENSG00000162521 +CDS chr1 32680526 32680536 ENST00000482190 protein_coding 1 3 7 RBBP4 ENSG00000162521 +transcript chr1 32681491 32702756 ENST00000373484 protein_coding 4 2 NA SYNC ENSG00000162520 +CDS chr1 32681791 32681860 ENST00000373484 protein_coding 4 2 4 SYNC ENSG00000162520 +CDS chr1 32681853 32681860 ENST00000409190 protein_coding 8 2 5 SYNC ENSG00000162520 +CDS chr1 32684010 32684089 ENST00000409190 protein_coding 8 2 4 SYNC ENSG00000162520 +CDS chr1 32684258 32684382 ENST00000409190 protein_coding 8 2 3 SYNC ENSG00000162520 +CDS chr1 32684258 32684382 ENST00000373484 protein_coding 4 2 3 SYNC ENSG00000162520 +CDS chr1 32694865 32696044 ENST00000409190 protein_coding 8 2 2 SYNC ENSG00000162520 +CDS chr1 32694865 32696044 ENST00000373484 protein_coding 4 2 2 SYNC ENSG00000162520 +transcript chr1 32695565 32703596 ENST00000417633 protein_coding 1 4 NA SYNC ENSG00000162520 +CDS chr1 32695565 32695833 ENST00000417633 protein_coding 1 4 2 SYNC ENSG00000162520 +transcript chr1 32695623 32703079 ENST00000426909 protein_coding 1 4 NA SYNC ENSG00000162520 +CDS chr1 32695623 32695833 ENST00000426909 protein_coding 1 4 2 SYNC ENSG00000162520 +CDS chr1 32702608 32702660 ENST00000409190 protein_coding 8 2 1 SYNC ENSG00000162520 +CDS chr1 32702608 32702660 ENST00000373484 protein_coding 4 2 1 SYNC ENSG00000162520 +transcript chr1 32741830 32774970 ENST00000401073 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +CDS chr1 32741955 32742189 ENST00000401073 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +transcript chr1 32754021 32774970 ENST00000373481 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +CDS chr1 32754090 32754180 ENST00000373481 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +transcript chr1 32765634 32773197 ENST00000294521 protein_coding 7 2 NA KIAA1522 ENSG00000162522 +transcript chr1 32765667 32774970 ENST00000373480 protein_coding 1 1 NA KIAA1522 ENSG00000162522 +CDS chr1 32765770 32765827 ENST00000294521 protein_coding 7 2 1 KIAA1522 ENSG00000162522 +CDS chr1 32765770 32765827 ENST00000373480 protein_coding 1 1 1 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000401073 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000373481 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000294521 protein_coding 7 2 2 KIAA1522 ENSG00000162522 +CDS chr1 32767787 32767957 ENST00000373480 protein_coding 1 1 2 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000401073 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000373481 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000294521 protein_coding 7 2 3 KIAA1522 ENSG00000162522 +CDS chr1 32768062 32768117 ENST00000373480 protein_coding 1 1 3 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000401073 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000373481 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000294521 protein_coding 7 2 4 KIAA1522 ENSG00000162522 +CDS chr1 32768652 32768775 ENST00000373480 protein_coding 1 1 4 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000401073 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000373481 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32769673 32769786 ENST00000373480 protein_coding 1 1 5 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000401073 protein_coding 7 2 6 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000373481 protein_coding 7 2 6 KIAA1522 ENSG00000162522 +CDS chr1 32769880 32772441 ENST00000373480 protein_coding 1 1 6 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000401073 protein_coding 7 2 7 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000373481 protein_coding 7 2 7 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000294521 protein_coding 7 2 5 KIAA1522 ENSG00000162522 +CDS chr1 32772865 32772884 ENST00000373480 protein_coding 1 1 7 KIAA1522 ENSG00000162522 +transcript chr1 32775239 32817358 ENST00000373477 protein_coding 9 1 NA YARS1 ENSG00000134684 +transcript chr1 32775309 32817380 ENST00000675785 protein_coding 1 NA NA YARS1 ENSG00000134684 +CDS chr1 32775984 32776091 ENST00000373477 protein_coding 9 1 13 YARS1 ENSG00000134684 +CDS chr1 32775984 32776091 ENST00000675785 protein_coding 1 NA 12 YARS1 ENSG00000134684 +CDS chr1 32779382 32779523 ENST00000373477 protein_coding 9 1 12 YARS1 ENSG00000134684 +CDS chr1 32779382 32779523 ENST00000675785 protein_coding 1 NA 11 YARS1 ENSG00000134684 +CDS chr1 32780085 32780278 ENST00000373477 protein_coding 9 1 11 YARS1 ENSG00000134684 +CDS chr1 32780085 32780278 ENST00000675785 protein_coding 1 NA 10 YARS1 ENSG00000134684 +CDS chr1 32781048 32781145 ENST00000373477 protein_coding 9 1 10 YARS1 ENSG00000134684 +CDS chr1 32781048 32781145 ENST00000675785 protein_coding 1 NA 9 YARS1 ENSG00000134684 +CDS chr1 32782404 32782539 ENST00000373477 protein_coding 9 1 9 YARS1 ENSG00000134684 +CDS chr1 32782404 32782539 ENST00000675785 protein_coding 1 NA 8 YARS1 ENSG00000134684 +CDS chr1 32786362 32786447 ENST00000373477 protein_coding 9 1 8 YARS1 ENSG00000134684 +CDS chr1 32786362 32786447 ENST00000675785 protein_coding 1 NA 7 YARS1 ENSG00000134684 +CDS chr1 32786940 32787075 ENST00000373477 protein_coding 9 1 7 YARS1 ENSG00000134684 +CDS chr1 32786940 32787075 ENST00000675785 protein_coding 1 NA 6 YARS1 ENSG00000134684 +CDS chr1 32791162 32791254 ENST00000373477 protein_coding 9 1 6 YARS1 ENSG00000134684 +CDS chr1 32791162 32791254 ENST00000675785 protein_coding 1 NA 5 YARS1 ENSG00000134684 +CDS chr1 32797763 32797843 ENST00000373477 protein_coding 9 1 5 YARS1 ENSG00000134684 +CDS chr1 32797763 32797843 ENST00000675785 protein_coding 1 NA 4 YARS1 ENSG00000134684 +CDS chr1 32806482 32806611 ENST00000373477 protein_coding 9 1 4 YARS1 ENSG00000134684 +CDS chr1 32806482 32806611 ENST00000675785 protein_coding 1 NA 3 YARS1 ENSG00000134684 +CDS chr1 32810591 32810766 ENST00000373477 protein_coding 9 1 3 YARS1 ENSG00000134684 +CDS chr1 32810591 32810766 ENST00000675785 protein_coding 1 NA 2 YARS1 ENSG00000134684 +CDS chr1 32810911 32811057 ENST00000373477 protein_coding 9 1 2 YARS1 ENSG00000134684 +transcript chr1 32816767 32826489 ENST00000530710 protein_coding 5 4 NA S100PBP ENSG00000116497 +CDS chr1 32817188 32817244 ENST00000373477 protein_coding 9 1 1 YARS1 ENSG00000134684 +CDS chr1 32817188 32817244 ENST00000675785 protein_coding 1 NA 1 YARS1 ENSG00000134684 +transcript chr1 32817442 32857854 ENST00000373476 protein_coding 5 2 NA S100PBP ENSG00000116497 +transcript chr1 32817557 32826223 ENST00000529027 protein_coding 5 3 NA S100PBP ENSG00000116497 +transcript chr1 32817653 32826460 ENST00000526230 protein_coding 1 4 NA S100PBP ENSG00000116497 +transcript chr1 32817653 32858875 ENST00000373475 protein_coding 10 1 NA S100PBP ENSG00000116497 +transcript chr1 32817655 32826613 ENST00000531256 protein_coding 1 4 NA S100PBP ENSG00000116497 +transcript chr1 32817699 32826538 ENST00000482212 protein_coding 1 2 NA S100PBP ENSG00000116497 +transcript chr1 32824897 32826115 ENST00000530552 protein_coding 1 2 NA S100PBP ENSG00000116497 +CDS chr1 32826100 32826489 ENST00000530710 protein_coding 5 4 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826930 ENST00000373476 protein_coding 5 2 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826223 ENST00000529027 protein_coding 5 3 4 S100PBP ENSG00000116497 +CDS chr1 32826100 32826460 ENST00000526230 protein_coding 1 4 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826930 ENST00000373475 protein_coding 10 1 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826613 ENST00000531256 protein_coding 1 4 2 S100PBP ENSG00000116497 +CDS chr1 32826100 32826538 ENST00000482212 protein_coding 1 2 3 S100PBP ENSG00000116497 +CDS chr1 32826100 32826115 ENST00000530552 protein_coding 1 2 2 S100PBP ENSG00000116497 +CDS chr1 32827993 32828081 ENST00000373476 protein_coding 5 2 4 S100PBP ENSG00000116497 +CDS chr1 32827993 32828081 ENST00000373475 protein_coding 10 1 4 S100PBP ENSG00000116497 +CDS chr1 32829964 32830067 ENST00000373476 protein_coding 5 2 5 S100PBP ENSG00000116497 +CDS chr1 32829964 32830067 ENST00000373475 protein_coding 10 1 5 S100PBP ENSG00000116497 +CDS chr1 32853079 32853166 ENST00000373476 protein_coding 5 2 6 S100PBP ENSG00000116497 +CDS chr1 32853079 32853166 ENST00000373475 protein_coding 10 1 6 S100PBP ENSG00000116497 +CDS chr1 32855924 32856035 ENST00000373476 protein_coding 5 2 7 S100PBP ENSG00000116497 +CDS chr1 32855924 32856035 ENST00000373475 protein_coding 10 1 7 S100PBP ENSG00000116497 +transcript chr1 32862268 32870912 ENST00000373471 protein_coding 9 2 NA FNDC5 ENSG00000160097 +transcript chr1 32862307 32870775 ENST00000649537 protein_coding 2 NA NA FNDC5 ENSG00000160097 +CDS chr1 32864297 32864299 ENST00000373471 protein_coding 9 2 6 FNDC5 ENSG00000160097 +CDS chr1 32864297 32864299 ENST00000649537 protein_coding 2 NA 6 FNDC5 ENSG00000160097 +transcript chr1 32864449 32872480 ENST00000496770 protein_coding 1 1 NA FNDC5 ENSG00000160097 +CDS chr1 32864613 32864797 ENST00000496770 protein_coding 1 1 5 FNDC5 ENSG00000160097 +CDS chr1 32864664 32864797 ENST00000373471 protein_coding 9 2 5 FNDC5 ENSG00000160097 +CDS chr1 32864664 32864797 ENST00000649537 protein_coding 2 NA 5 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000373471 protein_coding 9 2 4 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000649537 protein_coding 2 NA 4 FNDC5 ENSG00000160097 +CDS chr1 32867753 32867842 ENST00000496770 protein_coding 1 1 4 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868388 ENST00000373471 protein_coding 9 2 3 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868355 ENST00000649537 protein_coding 2 NA 3 FNDC5 ENSG00000160097 +CDS chr1 32868190 32868373 ENST00000496770 protein_coding 1 1 3 FNDC5 ENSG00000160097 +CDS chr1 32868882 32868997 ENST00000373471 protein_coding 9 2 2 FNDC5 ENSG00000160097 +CDS chr1 32868882 32868997 ENST00000649537 protein_coding 2 NA 2 FNDC5 ENSG00000160097 +CDS chr1 32870653 32870746 ENST00000373471 protein_coding 9 2 1 FNDC5 ENSG00000160097 +CDS chr1 32870653 32870746 ENST00000649537 protein_coding 2 NA 1 FNDC5 ENSG00000160097 +transcript chr1 32886491 32894646 ENST00000373467 protein_coding 4 1 NA HPCA ENSG00000121905 +CDS chr1 32888899 32889276 ENST00000373467 protein_coding 4 1 2 HPCA ENSG00000121905 +CDS chr1 32893524 32893629 ENST00000373467 protein_coding 4 1 3 HPCA ENSG00000121905 +CDS chr1 32893765 32893859 ENST00000373467 protein_coding 4 1 4 HPCA ENSG00000121905 +transcript chr1 32894595 32901389 ENST00000329151 protein_coding 5 1 NA TMEM54 ENSG00000121900 +transcript chr1 32894595 32901389 ENST00000373463 protein_coding 8 1 NA TMEM54 ENSG00000121900 +CDS chr1 32894808 32894879 ENST00000329151 protein_coding 5 1 5 TMEM54 ENSG00000121900 +CDS chr1 32894808 32894879 ENST00000373463 protein_coding 8 1 6 TMEM54 ENSG00000121900 +CDS chr1 32895305 32895439 ENST00000329151 protein_coding 5 1 4 TMEM54 ENSG00000121900 +CDS chr1 32895305 32895439 ENST00000373463 protein_coding 8 1 5 TMEM54 ENSG00000121900 +CDS chr1 32895555 32895644 ENST00000329151 protein_coding 5 1 3 TMEM54 ENSG00000121900 +CDS chr1 32895555 32895743 ENST00000373463 protein_coding 8 1 4 TMEM54 ENSG00000121900 +CDS chr1 32895910 32895969 ENST00000373463 protein_coding 8 1 3 TMEM54 ENSG00000121900 +CDS chr1 32898126 32898319 ENST00000329151 protein_coding 5 1 2 TMEM54 ENSG00000121900 +CDS chr1 32898126 32898319 ENST00000373463 protein_coding 8 1 2 TMEM54 ENSG00000121900 +CDS chr1 32901223 32901238 ENST00000329151 protein_coding 5 1 1 TMEM54 ENSG00000121900 +CDS chr1 32901223 32901238 ENST00000373463 protein_coding 8 1 1 TMEM54 ENSG00000121900 +transcript chr1 32936445 32964685 ENST00000373456 protein_coding 11 1 NA RNF19B ENSG00000116514 +transcript chr1 32936449 32964809 ENST00000235150 protein_coding 5 1 NA RNF19B ENSG00000116514 +transcript chr1 32936454 32964685 ENST00000356990 protein_coding 9 1 NA RNF19B ENSG00000116514 +CDS chr1 32936809 32937259 ENST00000373456 protein_coding 11 1 9 RNF19B ENSG00000116514 +CDS chr1 32936809 32937259 ENST00000235150 protein_coding 5 1 9 RNF19B ENSG00000116514 +CDS chr1 32937291 32937309 ENST00000356990 protein_coding 9 1 9 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000373456 protein_coding 11 1 8 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000356990 protein_coding 9 1 8 RNF19B ENSG00000116514 +CDS chr1 32938397 32938528 ENST00000235150 protein_coding 5 1 8 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000373456 protein_coding 11 1 7 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000356990 protein_coding 9 1 7 RNF19B ENSG00000116514 +CDS chr1 32942252 32942459 ENST00000235150 protein_coding 5 1 7 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000373456 protein_coding 11 1 6 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000356990 protein_coding 9 1 6 RNF19B ENSG00000116514 +CDS chr1 32944019 32944159 ENST00000235150 protein_coding 5 1 6 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000373456 protein_coding 11 1 5 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000356990 protein_coding 9 1 5 RNF19B ENSG00000116514 +CDS chr1 32945514 32945628 ENST00000235150 protein_coding 5 1 5 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000373456 protein_coding 11 1 4 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000356990 protein_coding 9 1 4 RNF19B ENSG00000116514 +CDS chr1 32946402 32946564 ENST00000235150 protein_coding 5 1 4 RNF19B ENSG00000116514 +CDS chr1 32948222 32948366 ENST00000373456 protein_coding 11 1 3 RNF19B ENSG00000116514 +CDS chr1 32948222 32948363 ENST00000356990 protein_coding 9 1 3 RNF19B ENSG00000116514 +CDS chr1 32948222 32948363 ENST00000235150 protein_coding 5 1 3 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000373456 protein_coding 11 1 2 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000356990 protein_coding 9 1 2 RNF19B ENSG00000116514 +CDS chr1 32949569 32949774 ENST00000235150 protein_coding 5 1 2 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000373456 protein_coding 11 1 1 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000356990 protein_coding 9 1 1 RNF19B ENSG00000116514 +CDS chr1 32964051 32964685 ENST00000235150 protein_coding 5 1 1 RNF19B ENSG00000116514 +transcript chr1 33007940 33036911 ENST00000629371 protein_coding 2 3 NA AK2 ENSG00000004455 +transcript chr1 33007986 33036883 ENST00000373449 protein_coding 7 1 NA AK2 ENSG00000004455 +transcript chr1 33007986 33036883 ENST00000672715 protein_coding 1 NA NA AK2 ENSG00000004455 +transcript chr1 33008892 33037004 ENST00000354858 protein_coding 11 1 NA AK2 ENSG00000004455 +transcript chr1 33010478 33036840 ENST00000548033 protein_coding 5 1 NA AK2 ENSG00000004455 +transcript chr1 33010755 33036886 ENST00000467905 protein_coding 5 2 NA AK2 ENSG00000004455 +CDS chr1 33010832 33010833 ENST00000373449 protein_coding 7 1 7 AK2 ENSG00000004455 +CDS chr1 33010832 33010833 ENST00000548033 protein_coding 5 1 6 AK2 ENSG00000004455 +CDS chr1 33012121 33012122 ENST00000467905 protein_coding 5 2 7 AK2 ENSG00000004455 +transcript chr1 33013044 33036877 ENST00000480134 protein_coding 5 2 NA AK2 ENSG00000004455 +CDS chr1 33013184 33013402 ENST00000672715 protein_coding 1 NA 6 AK2 ENSG00000004455 +CDS chr1 33013184 33013402 ENST00000354858 protein_coding 11 1 5 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000373449 protein_coding 7 1 6 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000548033 protein_coding 5 1 5 AK2 ENSG00000004455 +CDS chr1 33013207 33013402 ENST00000467905 protein_coding 5 2 6 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000373449 protein_coding 7 1 5 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000672715 protein_coding 1 NA 5 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000354858 protein_coding 11 1 4 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000548033 protein_coding 5 1 4 AK2 ENSG00000004455 +CDS chr1 33014522 33014594 ENST00000467905 protein_coding 5 2 5 AK2 ENSG00000004455 +CDS chr1 33014526 33014594 ENST00000629371 protein_coding 2 3 4 AK2 ENSG00000004455 +CDS chr1 33014526 33014594 ENST00000480134 protein_coding 5 2 4 AK2 ENSG00000004455 +transcript chr1 33017460 33036863 ENST00000673291 protein_coding 1 NA NA AK2 ENSG00000004455 +transcript chr1 33019683 33036844 ENST00000487289 protein_coding 1 2 NA AK2 ENSG00000004455 +CDS chr1 33019979 33020039 ENST00000673291 protein_coding 1 NA 5 AK2 ENSG00000004455 +CDS chr1 33020101 33020161 ENST00000487289 protein_coding 1 2 5 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000373449 protein_coding 7 1 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000672715 protein_coding 1 NA 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000354858 protein_coding 11 1 3 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000548033 protein_coding 5 1 3 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000467905 protein_coding 5 2 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000673291 protein_coding 1 NA 4 AK2 ENSG00000004455 +CDS chr1 33021367 33021461 ENST00000487289 protein_coding 1 2 4 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000629371 protein_coding 2 3 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000373449 protein_coding 7 1 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000672715 protein_coding 1 NA 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000354858 protein_coding 11 1 2 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000548033 protein_coding 5 1 2 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000467905 protein_coding 5 2 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000480134 protein_coding 5 2 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000673291 protein_coding 1 NA 3 AK2 ENSG00000004455 +CDS chr1 33021593 33021703 ENST00000487289 protein_coding 1 2 3 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000629371 protein_coding 2 3 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000373449 protein_coding 7 1 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000672715 protein_coding 1 NA 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000467905 protein_coding 5 2 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000480134 protein_coding 5 2 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000673291 protein_coding 1 NA 2 AK2 ENSG00000004455 +CDS chr1 33024442 33024567 ENST00000487289 protein_coding 1 2 2 AK2 ENSG00000004455 +transcript chr1 33031626 33036859 ENST00000626911 protein_coding 1 3 NA AK2 ENSG00000004455 +CDS chr1 33031629 33031661 ENST00000626911 protein_coding 1 3 2 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000629371 protein_coding 2 3 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000373449 protein_coding 7 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000672715 protein_coding 1 NA 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000354858 protein_coding 11 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000548033 protein_coding 5 1 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000467905 protein_coding 5 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000480134 protein_coding 5 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000673291 protein_coding 1 NA 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000487289 protein_coding 1 2 1 AK2 ENSG00000004455 +CDS chr1 33036736 33036828 ENST00000626911 protein_coding 1 3 1 AK2 ENSG00000004455 +transcript chr1 33081153 33123492 ENST00000294517 protein_coding 11 1 NA AZIN2 ENSG00000142920 +transcript chr1 33081167 33120529 ENST00000373443 protein_coding 7 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000294517 protein_coding 11 1 4 AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373443 protein_coding 7 1 3 AZIN2 ENSG00000142920 +transcript chr1 33082250 33098230 ENST00000373440 protein_coding 6 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373440 protein_coding 6 1 1 AZIN2 ENSG00000142920 +transcript chr1 33082250 33120182 ENST00000373441 protein_coding 1 1 NA AZIN2 ENSG00000142920 +CDS chr1 33082250 33082354 ENST00000373441 protein_coding 1 1 1 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000294517 protein_coding 11 1 5 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373443 protein_coding 7 1 4 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373440 protein_coding 6 1 2 AZIN2 ENSG00000142920 +CDS chr1 33083954 33084127 ENST00000373441 protein_coding 1 1 2 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000294517 protein_coding 11 1 6 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000373443 protein_coding 7 1 5 AZIN2 ENSG00000142920 +CDS chr1 33092050 33092222 ENST00000373441 protein_coding 1 1 3 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000294517 protein_coding 11 1 7 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000373443 protein_coding 7 1 6 AZIN2 ENSG00000142920 +CDS chr1 33093282 33093416 ENST00000373441 protein_coding 1 1 4 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000294517 protein_coding 11 1 8 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000373443 protein_coding 7 1 7 AZIN2 ENSG00000142920 +CDS chr1 33094548 33094713 ENST00000373441 protein_coding 1 1 5 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000294517 protein_coding 11 1 9 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373443 protein_coding 7 1 8 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373440 protein_coding 6 1 3 AZIN2 ENSG00000142920 +CDS chr1 33096707 33096869 ENST00000373441 protein_coding 1 1 6 AZIN2 ENSG00000142920 +CDS chr1 33098007 33098179 ENST00000373441 protein_coding 1 1 7 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098179 ENST00000294517 protein_coding 11 1 10 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098179 ENST00000373443 protein_coding 7 1 9 AZIN2 ENSG00000142920 +CDS chr1 33098067 33098230 ENST00000373440 protein_coding 6 1 4 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000294517 protein_coding 11 1 11 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000373443 protein_coding 7 1 10 AZIN2 ENSG00000142920 +CDS chr1 33117902 33118116 ENST00000373441 protein_coding 1 1 8 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000294517 protein_coding 11 1 12 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000373443 protein_coding 7 1 11 AZIN2 ENSG00000142920 +CDS chr1 33120044 33120179 ENST00000373441 protein_coding 1 1 9 AZIN2 ENSG00000142920 +transcript chr1 33145399 33182043 ENST00000291416 protein_coding 10 1 NA TRIM62 ENSG00000116525 +transcript chr1 33146702 33176550 ENST00000543586 protein_coding 1 2 NA TRIM62 ENSG00000116525 +CDS chr1 33147180 33147727 ENST00000291416 protein_coding 10 1 5 TRIM62 ENSG00000116525 +CDS chr1 33147180 33147727 ENST00000543586 protein_coding 1 2 5 TRIM62 ENSG00000116525 +CDS chr1 33158253 33158368 ENST00000291416 protein_coding 10 1 4 TRIM62 ENSG00000116525 +CDS chr1 33158253 33158368 ENST00000543586 protein_coding 1 2 4 TRIM62 ENSG00000116525 +CDS chr1 33159688 33159944 ENST00000291416 protein_coding 10 1 3 TRIM62 ENSG00000116525 +CDS chr1 33159688 33159944 ENST00000543586 protein_coding 1 2 3 TRIM62 ENSG00000116525 +CDS chr1 33165471 33165566 ENST00000291416 protein_coding 10 1 2 TRIM62 ENSG00000116525 +CDS chr1 33165471 33165566 ENST00000543586 protein_coding 1 2 2 TRIM62 ENSG00000116525 +CDS chr1 33176408 33176452 ENST00000543586 protein_coding 1 2 1 TRIM62 ENSG00000116525 +CDS chr1 33181025 33181432 ENST00000291416 protein_coding 10 1 1 TRIM62 ENSG00000116525 +transcript chr1 33256492 33300719 ENST00000539719 protein_coding 6 5 NA ZNF362 ENSG00000160094 +transcript chr1 33256545 33280414 ENST00000483388 protein_coding 5 2 NA ZNF362 ENSG00000160094 +CDS chr1 33270575 33270612 ENST00000539719 protein_coding 6 5 2 ZNF362 ENSG00000160094 +transcript chr1 33270575 33300719 ENST00000373428 protein_coding 5 1 NA ZNF362 ENSG00000160094 +CDS chr1 33270575 33270612 ENST00000373428 protein_coding 5 1 1 ZNF362 ENSG00000160094 +CDS chr1 33276100 33276163 ENST00000539719 protein_coding 6 5 3 ZNF362 ENSG00000160094 +CDS chr1 33276100 33276163 ENST00000373428 protein_coding 5 1 2 ZNF362 ENSG00000160094 +CDS chr1 33276101 33276163 ENST00000483388 protein_coding 5 2 2 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000539719 protein_coding 6 5 4 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000483388 protein_coding 5 2 3 ZNF362 ENSG00000160094 +CDS chr1 33276348 33276594 ENST00000373428 protein_coding 5 1 3 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280457 ENST00000539719 protein_coding 6 5 5 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280414 ENST00000483388 protein_coding 5 2 4 ZNF362 ENSG00000160094 +CDS chr1 33280124 33280457 ENST00000373428 protein_coding 5 1 4 ZNF362 ENSG00000160094 +CDS chr1 33281587 33281811 ENST00000539719 protein_coding 6 5 6 ZNF362 ENSG00000160094 +CDS chr1 33281587 33281811 ENST00000373428 protein_coding 5 1 5 ZNF362 ENSG00000160094 +CDS chr1 33294937 33295015 ENST00000539719 protein_coding 6 5 7 ZNF362 ENSG00000160094 +CDS chr1 33294937 33295015 ENST00000373428 protein_coding 5 1 6 ZNF362 ENSG00000160094 +CDS chr1 33295147 33295305 ENST00000539719 protein_coding 6 5 8 ZNF362 ENSG00000160094 +CDS chr1 33295147 33295305 ENST00000373428 protein_coding 5 1 7 ZNF362 ENSG00000160094 +CDS chr1 33298930 33299043 ENST00000539719 protein_coding 6 5 9 ZNF362 ENSG00000160094 +CDS chr1 33298930 33299043 ENST00000373428 protein_coding 5 1 8 ZNF362 ENSG00000160094 +transcript chr1 33306766 33321098 ENST00000442999 protein_coding 3 5 NA A3GALT2 ENSG00000184389 +CDS chr1 33306769 33307453 ENST00000442999 protein_coding 3 5 5 A3GALT2 ENSG00000184389 +CDS chr1 33312052 33312189 ENST00000442999 protein_coding 3 5 4 A3GALT2 ENSG00000184389 +CDS chr1 33312501 33312590 ENST00000442999 protein_coding 3 5 3 A3GALT2 ENSG00000184389 +CDS chr1 33312807 33312890 ENST00000442999 protein_coding 3 5 2 A3GALT2 ENSG00000184389 +CDS chr1 33321076 33321098 ENST00000442999 protein_coding 3 5 1 A3GALT2 ENSG00000184389 +transcript chr1 33323623 33430646 ENST00000373422 protein_coding 8 2 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33349885 ENST00000373418 protein_coding 7 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33375593 ENST00000257118 protein_coding 5 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33431020 ENST00000431992 protein_coding 6 1 NA PHC2 ENSG00000134686 +transcript chr1 33323626 33431095 ENST00000683057 protein_coding 1 NA NA PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000373422 protein_coding 8 2 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000373418 protein_coding 7 1 7 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000257118 protein_coding 5 1 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000431992 protein_coding 6 1 14 PHC2 ENSG00000134686 +CDS chr1 33324868 33325019 ENST00000683057 protein_coding 1 NA 15 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000373422 protein_coding 8 2 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000373418 protein_coding 7 1 6 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000257118 protein_coding 5 1 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000431992 protein_coding 6 1 13 PHC2 ENSG00000134686 +CDS chr1 33328870 33329146 ENST00000683057 protein_coding 1 NA 14 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000373422 protein_coding 8 2 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000373418 protein_coding 7 1 5 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000257118 protein_coding 5 1 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000431992 protein_coding 6 1 12 PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000683057 protein_coding 1 NA 13 PHC2 ENSG00000134686 +transcript chr1 33330071 33349772 ENST00000493483 protein_coding 5 3 NA PHC2 ENSG00000134686 +CDS chr1 33330071 33330212 ENST00000493483 protein_coding 5 3 6 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000373422 protein_coding 8 2 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000373418 protein_coding 7 1 4 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000257118 protein_coding 5 1 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000431992 protein_coding 6 1 11 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000683057 protein_coding 1 NA 12 PHC2 ENSG00000134686 +CDS chr1 33331348 33331462 ENST00000493483 protein_coding 5 3 5 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000373422 protein_coding 8 2 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000373418 protein_coding 7 1 3 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000257118 protein_coding 5 1 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000431992 protein_coding 6 1 10 PHC2 ENSG00000134686 +CDS chr1 33332275 33332404 ENST00000683057 protein_coding 1 NA 11 PHC2 ENSG00000134686 +CDS chr1 33332275 33332296 ENST00000493483 protein_coding 5 3 4 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000373422 protein_coding 8 2 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334242 ENST00000373418 protein_coding 7 1 2 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000257118 protein_coding 5 1 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000431992 protein_coding 6 1 9 PHC2 ENSG00000134686 +CDS chr1 33334090 33334292 ENST00000683057 protein_coding 1 NA 10 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000373422 protein_coding 8 2 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000257118 protein_coding 5 1 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000431992 protein_coding 6 1 8 PHC2 ENSG00000134686 +CDS chr1 33354401 33354566 ENST00000683057 protein_coding 1 NA 9 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000373422 protein_coding 8 2 7 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000431992 protein_coding 6 1 7 PHC2 ENSG00000134686 +CDS chr1 33354838 33355253 ENST00000683057 protein_coding 1 NA 8 PHC2 ENSG00000134686 +CDS chr1 33354841 33355253 ENST00000257118 protein_coding 5 1 7 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000373422 protein_coding 8 2 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000257118 protein_coding 5 1 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000431992 protein_coding 6 1 6 PHC2 ENSG00000134686 +CDS chr1 33367116 33367428 ENST00000683057 protein_coding 1 NA 7 PHC2 ENSG00000134686 +CDS chr1 33368536 33368622 ENST00000257118 protein_coding 5 1 5 PHC2 ENSG00000134686 +CDS chr1 33368536 33368622 ENST00000683057 protein_coding 1 NA 6 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000373422 protein_coding 8 2 5 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000257118 protein_coding 5 1 4 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000431992 protein_coding 6 1 5 PHC2 ENSG00000134686 +CDS chr1 33370421 33370585 ENST00000683057 protein_coding 1 NA 5 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000373422 protein_coding 8 2 4 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000257118 protein_coding 5 1 3 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000431992 protein_coding 6 1 4 PHC2 ENSG00000134686 +CDS chr1 33371017 33371094 ENST00000683057 protein_coding 1 NA 4 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000373422 protein_coding 8 2 3 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000257118 protein_coding 5 1 2 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000431992 protein_coding 6 1 3 PHC2 ENSG00000134686 +CDS chr1 33372289 33372447 ENST00000683057 protein_coding 1 NA 3 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000373422 protein_coding 8 2 2 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000257118 protein_coding 5 1 1 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000431992 protein_coding 6 1 2 PHC2 ENSG00000134686 +CDS chr1 33375366 33375539 ENST00000683057 protein_coding 1 NA 2 PHC2 ENSG00000134686 +transcript chr1 33472645 33496507 ENST00000361328 protein_coding 7 2 NA ZSCAN20 ENSG00000121903 +transcript chr1 33472645 33501643 ENST00000684572 protein_coding 1 NA NA ZSCAN20 ENSG00000121903 +transcript chr1 33472651 33492636 ENST00000373413 protein_coding 2 1 NA ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000361328 protein_coding 7 2 2 ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000684572 protein_coding 1 NA 2 ZSCAN20 ENSG00000121903 +CDS chr1 33479289 33479705 ENST00000373413 protein_coding 2 1 2 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000361328 protein_coding 7 2 3 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000684572 protein_coding 1 NA 3 ZSCAN20 ENSG00000121903 +CDS chr1 33488465 33488651 ENST00000373413 protein_coding 2 1 3 ZSCAN20 ENSG00000121903 +CDS chr1 33489115 33489191 ENST00000361328 protein_coding 7 2 4 ZSCAN20 ENSG00000121903 +CDS chr1 33489115 33489191 ENST00000684572 protein_coding 1 NA 4 ZSCAN20 ENSG00000121903 +CDS chr1 33489518 33489602 ENST00000361328 protein_coding 7 2 5 ZSCAN20 ENSG00000121903 +CDS chr1 33489518 33489602 ENST00000684572 protein_coding 1 NA 5 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491702 ENST00000361328 protein_coding 7 2 6 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491702 ENST00000684572 protein_coding 1 NA 6 ZSCAN20 ENSG00000121903 +CDS chr1 33491025 33491719 ENST00000373413 protein_coding 2 1 4 ZSCAN20 ENSG00000121903 +CDS chr1 33493187 33493615 ENST00000361328 protein_coding 7 2 7 ZSCAN20 ENSG00000121903 +CDS chr1 33493187 33493615 ENST00000684572 protein_coding 1 NA 7 ZSCAN20 ENSG00000121903 +CDS chr1 33494218 33495473 ENST00000361328 protein_coding 7 2 8 ZSCAN20 ENSG00000121903 +CDS chr1 33494218 33495473 ENST00000684572 protein_coding 1 NA 8 ZSCAN20 ENSG00000121903 +transcript chr1 33513998 34165230 ENST00000373381 protein_coding 9 1 NA CSMD2 ENSG00000121904 +transcript chr1 33513999 34165842 ENST00000619121 protein_coding 4 5 NA CSMD2 ENSG00000121904 +transcript chr1 33514009 34165842 ENST00000373388 protein_coding 7 1 NA CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000373381 protein_coding 9 1 70 CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000619121 protein_coding 4 5 70 CSMD2 ENSG00000121904 +CDS chr1 33519521 33519677 ENST00000373388 protein_coding 7 1 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000373381 protein_coding 9 1 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000619121 protein_coding 4 5 69 CSMD2 ENSG00000121904 +CDS chr1 33519812 33519950 ENST00000373388 protein_coding 7 1 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000373381 protein_coding 9 1 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000619121 protein_coding 4 5 68 CSMD2 ENSG00000121904 +CDS chr1 33521463 33521550 ENST00000373388 protein_coding 7 1 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000373381 protein_coding 9 1 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000619121 protein_coding 4 5 67 CSMD2 ENSG00000121904 +CDS chr1 33523307 33523419 ENST00000373388 protein_coding 7 1 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000373381 protein_coding 9 1 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000619121 protein_coding 4 5 66 CSMD2 ENSG00000121904 +CDS chr1 33524882 33525043 ENST00000373388 protein_coding 7 1 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000373381 protein_coding 9 1 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000619121 protein_coding 4 5 65 CSMD2 ENSG00000121904 +CDS chr1 33527196 33527258 ENST00000373388 protein_coding 7 1 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000373381 protein_coding 9 1 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000619121 protein_coding 4 5 64 CSMD2 ENSG00000121904 +CDS chr1 33533050 33533229 ENST00000373388 protein_coding 7 1 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000373381 protein_coding 9 1 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000619121 protein_coding 4 5 63 CSMD2 ENSG00000121904 +CDS chr1 33533796 33533907 ENST00000373388 protein_coding 7 1 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000373381 protein_coding 9 1 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000619121 protein_coding 4 5 62 CSMD2 ENSG00000121904 +CDS chr1 33537022 33537095 ENST00000373388 protein_coding 7 1 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000373381 protein_coding 9 1 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000619121 protein_coding 4 5 61 CSMD2 ENSG00000121904 +CDS chr1 33537436 33537609 ENST00000373388 protein_coding 7 1 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000373381 protein_coding 9 1 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000619121 protein_coding 4 5 60 CSMD2 ENSG00000121904 +CDS chr1 33540525 33540698 ENST00000373388 protein_coding 7 1 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000373381 protein_coding 9 1 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000619121 protein_coding 4 5 59 CSMD2 ENSG00000121904 +CDS chr1 33541130 33541309 ENST00000373388 protein_coding 7 1 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000373381 protein_coding 9 1 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000619121 protein_coding 4 5 58 CSMD2 ENSG00000121904 +CDS chr1 33542720 33542896 ENST00000373388 protein_coding 7 1 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000373381 protein_coding 9 1 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000619121 protein_coding 4 5 57 CSMD2 ENSG00000121904 +CDS chr1 33546037 33546219 ENST00000373388 protein_coding 7 1 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000373381 protein_coding 9 1 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000619121 protein_coding 4 5 56 CSMD2 ENSG00000121904 +CDS chr1 33550177 33550350 ENST00000373388 protein_coding 7 1 55 CSMD2 ENSG00000121904 +CDS chr1 33557734 33557922 ENST00000373381 protein_coding 9 1 55 CSMD2 ENSG00000121904 +CDS chr1 33557734 33557922 ENST00000619121 protein_coding 4 5 55 CSMD2 ENSG00000121904 +CDS chr1 33559300 33559473 ENST00000373381 protein_coding 9 1 54 CSMD2 ENSG00000121904 +CDS chr1 33559300 33559473 ENST00000619121 protein_coding 4 5 54 CSMD2 ENSG00000121904 +transcript chr1 33559353 33572590 ENST00000465819 protein_coding 1 5 NA CSMD2 ENSG00000121904 +CDS chr1 33559353 33559473 ENST00000465819 protein_coding 1 5 5 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567841 ENST00000373381 protein_coding 9 1 53 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567841 ENST00000619121 protein_coding 4 5 53 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567766 ENST00000373388 protein_coding 7 1 54 CSMD2 ENSG00000121904 +CDS chr1 33567593 33567766 ENST00000465819 protein_coding 1 5 4 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000373381 protein_coding 9 1 52 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000619121 protein_coding 4 5 52 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000373388 protein_coding 7 1 53 CSMD2 ENSG00000121904 +CDS chr1 33569374 33569547 ENST00000465819 protein_coding 1 5 3 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000373381 protein_coding 9 1 51 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000619121 protein_coding 4 5 51 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000373388 protein_coding 7 1 52 CSMD2 ENSG00000121904 +CDS chr1 33571532 33571726 ENST00000465819 protein_coding 1 5 2 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000373381 protein_coding 9 1 50 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000619121 protein_coding 4 5 50 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572691 ENST00000373388 protein_coding 7 1 51 CSMD2 ENSG00000121904 +CDS chr1 33572506 33572590 ENST00000465819 protein_coding 1 5 1 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000373381 protein_coding 9 1 49 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000619121 protein_coding 4 5 49 CSMD2 ENSG00000121904 +CDS chr1 33577296 33577484 ENST00000373388 protein_coding 7 1 50 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000373381 protein_coding 9 1 48 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000619121 protein_coding 4 5 48 CSMD2 ENSG00000121904 +CDS chr1 33580753 33580899 ENST00000373388 protein_coding 7 1 49 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000373381 protein_coding 9 1 47 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000619121 protein_coding 4 5 47 CSMD2 ENSG00000121904 +CDS chr1 33583642 33583830 ENST00000373388 protein_coding 7 1 48 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000373381 protein_coding 9 1 46 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000619121 protein_coding 4 5 46 CSMD2 ENSG00000121904 +CDS chr1 33586504 33586617 ENST00000373388 protein_coding 7 1 47 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000373381 protein_coding 9 1 45 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000619121 protein_coding 4 5 45 CSMD2 ENSG00000121904 +CDS chr1 33587088 33587168 ENST00000373388 protein_coding 7 1 46 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000373381 protein_coding 9 1 44 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000619121 protein_coding 4 5 44 CSMD2 ENSG00000121904 +CDS chr1 33600865 33601010 ENST00000373388 protein_coding 7 1 45 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000373381 protein_coding 9 1 43 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000619121 protein_coding 4 5 43 CSMD2 ENSG00000121904 +CDS chr1 33602369 33602546 ENST00000373388 protein_coding 7 1 44 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000373381 protein_coding 9 1 42 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000619121 protein_coding 4 5 42 CSMD2 ENSG00000121904 +CDS chr1 33605282 33605470 ENST00000373388 protein_coding 7 1 43 CSMD2 ENSG00000121904 +CDS chr1 33605863 33605988 ENST00000373388 protein_coding 7 1 42 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000373381 protein_coding 9 1 41 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000619121 protein_coding 4 5 41 CSMD2 ENSG00000121904 +CDS chr1 33611041 33611250 ENST00000373388 protein_coding 7 1 41 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000373381 protein_coding 9 1 40 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000619121 protein_coding 4 5 40 CSMD2 ENSG00000121904 +CDS chr1 33614504 33614620 ENST00000373388 protein_coding 7 1 40 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000373381 protein_coding 9 1 39 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000619121 protein_coding 4 5 39 CSMD2 ENSG00000121904 +CDS chr1 33616906 33616975 ENST00000373388 protein_coding 7 1 39 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000373381 protein_coding 9 1 38 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000619121 protein_coding 4 5 38 CSMD2 ENSG00000121904 +CDS chr1 33617499 33617617 ENST00000373388 protein_coding 7 1 38 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000373381 protein_coding 9 1 37 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000619121 protein_coding 4 5 37 CSMD2 ENSG00000121904 +CDS chr1 33622167 33622271 ENST00000373388 protein_coding 7 1 37 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000373381 protein_coding 9 1 36 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000619121 protein_coding 4 5 36 CSMD2 ENSG00000121904 +CDS chr1 33623370 33623466 ENST00000373388 protein_coding 7 1 36 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000373381 protein_coding 9 1 35 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000619121 protein_coding 4 5 35 CSMD2 ENSG00000121904 +CDS chr1 33624519 33624643 ENST00000373388 protein_coding 7 1 35 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000373381 protein_coding 9 1 34 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000619121 protein_coding 4 5 34 CSMD2 ENSG00000121904 +CDS chr1 33625051 33625254 ENST00000373388 protein_coding 7 1 34 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000373381 protein_coding 9 1 33 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000619121 protein_coding 4 5 33 CSMD2 ENSG00000121904 +CDS chr1 33626486 33626581 ENST00000373388 protein_coding 7 1 33 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000373381 protein_coding 9 1 32 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000619121 protein_coding 4 5 32 CSMD2 ENSG00000121904 +CDS chr1 33633422 33633535 ENST00000373388 protein_coding 7 1 32 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000373381 protein_coding 9 1 31 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000619121 protein_coding 4 5 31 CSMD2 ENSG00000121904 +CDS chr1 33635214 33635330 ENST00000373388 protein_coding 7 1 31 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000373381 protein_coding 9 1 30 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000619121 protein_coding 4 5 30 CSMD2 ENSG00000121904 +CDS chr1 33636360 33636554 ENST00000373388 protein_coding 7 1 30 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000373381 protein_coding 9 1 29 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000619121 protein_coding 4 5 29 CSMD2 ENSG00000121904 +CDS chr1 33646648 33646835 ENST00000373388 protein_coding 7 1 29 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000373381 protein_coding 9 1 28 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000619121 protein_coding 4 5 28 CSMD2 ENSG00000121904 +CDS chr1 33652323 33652461 ENST00000373388 protein_coding 7 1 28 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000373381 protein_coding 9 1 27 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000619121 protein_coding 4 5 27 CSMD2 ENSG00000121904 +CDS chr1 33657946 33658137 ENST00000373388 protein_coding 7 1 27 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000373381 protein_coding 9 1 26 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000619121 protein_coding 4 5 26 CSMD2 ENSG00000121904 +CDS chr1 33662890 33663092 ENST00000373388 protein_coding 7 1 26 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000373381 protein_coding 9 1 25 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000619121 protein_coding 4 5 25 CSMD2 ENSG00000121904 +CDS chr1 33692930 33693056 ENST00000373388 protein_coding 7 1 25 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000373381 protein_coding 9 1 24 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000619121 protein_coding 4 5 24 CSMD2 ENSG00000121904 +CDS chr1 33698753 33698944 ENST00000373388 protein_coding 7 1 24 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000373381 protein_coding 9 1 23 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000619121 protein_coding 4 5 23 CSMD2 ENSG00000121904 +CDS chr1 33700517 33700673 ENST00000373388 protein_coding 7 1 23 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000373381 protein_coding 9 1 22 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000619121 protein_coding 4 5 22 CSMD2 ENSG00000121904 +CDS chr1 33709089 33709258 ENST00000373388 protein_coding 7 1 22 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000373381 protein_coding 9 1 21 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000619121 protein_coding 4 5 21 CSMD2 ENSG00000121904 +CDS chr1 33714587 33714775 ENST00000373388 protein_coding 7 1 21 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000373381 protein_coding 9 1 20 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000619121 protein_coding 4 5 20 CSMD2 ENSG00000121904 +CDS chr1 33716286 33716501 ENST00000373388 protein_coding 7 1 20 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000373381 protein_coding 9 1 19 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000619121 protein_coding 4 5 19 CSMD2 ENSG00000121904 +CDS chr1 33724197 33724313 ENST00000373388 protein_coding 7 1 19 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000373381 protein_coding 9 1 18 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000619121 protein_coding 4 5 18 CSMD2 ENSG00000121904 +CDS chr1 33724516 33724704 ENST00000373388 protein_coding 7 1 18 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000373381 protein_coding 9 1 17 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000619121 protein_coding 4 5 17 CSMD2 ENSG00000121904 +CDS chr1 33725349 33725536 ENST00000373388 protein_coding 7 1 17 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000373381 protein_coding 9 1 16 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000619121 protein_coding 4 5 16 CSMD2 ENSG00000121904 +CDS chr1 33726547 33726685 ENST00000373388 protein_coding 7 1 16 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000373381 protein_coding 9 1 15 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000619121 protein_coding 4 5 15 CSMD2 ENSG00000121904 +CDS chr1 33739140 33739334 ENST00000373388 protein_coding 7 1 15 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000373381 protein_coding 9 1 14 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000619121 protein_coding 4 5 14 CSMD2 ENSG00000121904 +CDS chr1 33743280 33743606 ENST00000373388 protein_coding 7 1 14 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000373381 protein_coding 9 1 13 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000619121 protein_coding 4 5 13 CSMD2 ENSG00000121904 +CDS chr1 33772569 33772751 ENST00000373388 protein_coding 7 1 13 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000373381 protein_coding 9 1 12 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000619121 protein_coding 4 5 12 CSMD2 ENSG00000121904 +CDS chr1 33788600 33788712 ENST00000373388 protein_coding 7 1 12 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000373381 protein_coding 9 1 11 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000619121 protein_coding 4 5 11 CSMD2 ENSG00000121904 +CDS chr1 33792423 33792526 ENST00000373388 protein_coding 7 1 11 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000373381 protein_coding 9 1 10 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000619121 protein_coding 4 5 10 CSMD2 ENSG00000121904 +CDS chr1 33810743 33810864 ENST00000373388 protein_coding 7 1 10 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000373381 protein_coding 9 1 9 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000619121 protein_coding 4 5 9 CSMD2 ENSG00000121904 +CDS chr1 33819713 33819837 ENST00000373388 protein_coding 7 1 9 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000373381 protein_coding 9 1 8 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000619121 protein_coding 4 5 8 CSMD2 ENSG00000121904 +CDS chr1 33820469 33820556 ENST00000373388 protein_coding 7 1 8 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000373381 protein_coding 9 1 7 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000619121 protein_coding 4 5 7 CSMD2 ENSG00000121904 +CDS chr1 33825697 33825774 ENST00000373388 protein_coding 7 1 7 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000373381 protein_coding 9 1 6 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000619121 protein_coding 4 5 6 CSMD2 ENSG00000121904 +CDS chr1 33846884 33846996 ENST00000373388 protein_coding 7 1 6 CSMD2 ENSG00000121904 +transcript chr1 33860475 33864791 ENST00000519684 protein_coding 5 1 NA HMGB4 ENSG00000176256 +transcript chr1 33860500 33864791 ENST00000522796 protein_coding 1 5 NA HMGB4 ENSG00000176256 +transcript chr1 33864079 33864791 ENST00000681531 protein_coding 1 NA NA HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000519684 protein_coding 5 1 2 HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000522796 protein_coding 1 5 4 HMGB4 ENSG00000176256 +CDS chr1 33864192 33864749 ENST00000681531 protein_coding 1 NA 1 HMGB4 ENSG00000176256 +CDS chr1 33918094 33918301 ENST00000373381 protein_coding 9 1 5 CSMD2 ENSG00000121904 +CDS chr1 33918094 33918301 ENST00000619121 protein_coding 4 5 5 CSMD2 ENSG00000121904 +CDS chr1 33918094 33918301 ENST00000373388 protein_coding 7 1 5 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000373381 protein_coding 9 1 4 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000619121 protein_coding 4 5 4 CSMD2 ENSG00000121904 +CDS chr1 33935760 33935954 ENST00000373388 protein_coding 7 1 4 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000373381 protein_coding 9 1 3 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000619121 protein_coding 4 5 3 CSMD2 ENSG00000121904 +CDS chr1 34032594 34032706 ENST00000373388 protein_coding 7 1 3 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000373381 protein_coding 9 1 2 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000619121 protein_coding 4 5 2 CSMD2 ENSG00000121904 +CDS chr1 34088977 34089193 ENST00000373388 protein_coding 7 1 2 CSMD2 ENSG00000121904 +CDS chr1 34164911 34165097 ENST00000373381 protein_coding 9 1 1 CSMD2 ENSG00000121904 +CDS chr1 34165747 34165813 ENST00000619121 protein_coding 4 5 1 CSMD2 ENSG00000121904 +CDS chr1 34165747 34165813 ENST00000373388 protein_coding 7 1 1 CSMD2 ENSG00000121904 +transcript chr1 34166883 34219131 ENST00000373374 protein_coding 7 1 NA C1orf94 ENSG00000142698 +transcript chr1 34176907 34219131 ENST00000488417 protein_coding 2 1 NA C1orf94 ENSG00000142698 +CDS chr1 34177790 34178109 ENST00000488417 protein_coding 2 1 1 C1orf94 ENSG00000142698 +CDS chr1 34197225 34197913 ENST00000488417 protein_coding 2 1 2 C1orf94 ENSG00000142698 +CDS chr1 34197475 34197913 ENST00000373374 protein_coding 7 1 2 C1orf94 ENSG00000142698 +CDS chr1 34200772 34201032 ENST00000373374 protein_coding 7 1 3 C1orf94 ENSG00000142698 +CDS chr1 34200772 34201032 ENST00000488417 protein_coding 2 1 3 C1orf94 ENSG00000142698 +CDS chr1 34202084 34202259 ENST00000373374 protein_coding 7 1 4 C1orf94 ENSG00000142698 +CDS chr1 34202084 34202259 ENST00000488417 protein_coding 2 1 4 C1orf94 ENSG00000142698 +CDS chr1 34208157 34208234 ENST00000373374 protein_coding 7 1 5 C1orf94 ENSG00000142698 +CDS chr1 34208157 34208234 ENST00000488417 protein_coding 2 1 5 C1orf94 ENSG00000142698 +CDS chr1 34212210 34212406 ENST00000373374 protein_coding 7 1 6 C1orf94 ENSG00000142698 +CDS chr1 34212210 34212406 ENST00000488417 protein_coding 2 1 6 C1orf94 ENSG00000142698 +CDS chr1 34218686 34218758 ENST00000373374 protein_coding 7 1 7 C1orf94 ENSG00000142698 +CDS chr1 34218686 34218758 ENST00000488417 protein_coding 2 1 7 C1orf94 ENSG00000142698 +transcript chr1 34755047 34758512 ENST00000338513 protein_coding 1 1 NA GJB5 ENSG00000189280 +CDS chr1 34757331 34758149 ENST00000338513 protein_coding 1 1 2 GJB5 ENSG00000189280 +transcript chr1 34759740 34762327 ENST00000339480 protein_coding 3 2 NA GJB4 ENSG00000189433 +CDS chr1 34761255 34762052 ENST00000339480 protein_coding 3 2 2 GJB4 ENSG00000189433 +transcript chr1 34781214 34786364 ENST00000373366 protein_coding 3 1 NA GJB3 ENSG00000188910 +transcript chr1 34782278 34786369 ENST00000373362 protein_coding 3 1 NA GJB3 ENSG00000188910 +CDS chr1 34784763 34785572 ENST00000373366 protein_coding 3 1 2 GJB3 ENSG00000188910 +CDS chr1 34784763 34785572 ENST00000373362 protein_coding 3 1 2 GJB3 ENSG00000188910 +transcript chr1 34792999 34795747 ENST00000342280 protein_coding 5 1 NA GJA4 ENSG00000187513 +transcript chr1 34792999 34795090 ENST00000450137 protein_coding 1 2 NA GJA4 ENSG00000187513 +CDS chr1 34794214 34795212 ENST00000342280 protein_coding 5 1 2 GJA4 ENSG00000187513 +CDS chr1 34794214 34795090 ENST00000450137 protein_coding 1 2 2 GJA4 ENSG00000187513 +transcript chr1 34850362 34859749 ENST00000521580 protein_coding 3 1 NA SMIM12 ENSG00000163866 +transcript chr1 34855050 34859069 ENST00000446026 protein_coding 1 1 NA SMIM12 ENSG00000163866 +transcript chr1 34855169 34859755 ENST00000456842 protein_coding 1 2 NA SMIM12 ENSG00000163866 +transcript chr1 34855349 34859717 ENST00000423898 protein_coding 1 2 NA SMIM12 ENSG00000163866 +transcript chr1 34855689 34859045 ENST00000417239 protein_coding 1 3 NA SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000521580 protein_coding 3 1 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000446026 protein_coding 1 1 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000456842 protein_coding 1 2 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000423898 protein_coding 1 2 2 SMIM12 ENSG00000163866 +CDS chr1 34855702 34855977 ENST00000417239 protein_coding 1 3 3 SMIM12 ENSG00000163866 +transcript chr1 34865436 34929650 ENST00000373347 protein_coding 6 5 NA DLGAP3 ENSG00000116544 +transcript chr1 34865436 34905383 ENST00000235180 protein_coding 4 2 NA DLGAP3 ENSG00000116544 +CDS chr1 34866086 34866301 ENST00000373347 protein_coding 6 5 12 DLGAP3 ENSG00000116544 +CDS chr1 34866086 34866301 ENST00000235180 protein_coding 4 2 10 DLGAP3 ENSG00000116544 +CDS chr1 34867048 34867191 ENST00000373347 protein_coding 6 5 11 DLGAP3 ENSG00000116544 +CDS chr1 34867048 34867191 ENST00000235180 protein_coding 4 2 9 DLGAP3 ENSG00000116544 +CDS chr1 34867536 34867627 ENST00000373347 protein_coding 6 5 10 DLGAP3 ENSG00000116544 +CDS chr1 34867536 34867627 ENST00000235180 protein_coding 4 2 8 DLGAP3 ENSG00000116544 +CDS chr1 34868605 34869089 ENST00000373347 protein_coding 6 5 9 DLGAP3 ENSG00000116544 +CDS chr1 34868605 34869089 ENST00000235180 protein_coding 4 2 7 DLGAP3 ENSG00000116544 +CDS chr1 34884978 34885063 ENST00000373347 protein_coding 6 5 8 DLGAP3 ENSG00000116544 +CDS chr1 34884978 34885063 ENST00000235180 protein_coding 4 2 6 DLGAP3 ENSG00000116544 +CDS chr1 34885478 34885791 ENST00000373347 protein_coding 6 5 7 DLGAP3 ENSG00000116544 +CDS chr1 34885478 34885791 ENST00000235180 protein_coding 4 2 5 DLGAP3 ENSG00000116544 +CDS chr1 34886072 34886285 ENST00000373347 protein_coding 6 5 6 DLGAP3 ENSG00000116544 +CDS chr1 34886072 34886285 ENST00000235180 protein_coding 4 2 4 DLGAP3 ENSG00000116544 +CDS chr1 34899669 34899741 ENST00000373347 protein_coding 6 5 5 DLGAP3 ENSG00000116544 +CDS chr1 34899669 34899741 ENST00000235180 protein_coding 4 2 3 DLGAP3 ENSG00000116544 +CDS chr1 34900068 34900273 ENST00000373347 protein_coding 6 5 4 DLGAP3 ENSG00000116544 +CDS chr1 34900068 34900273 ENST00000235180 protein_coding 4 2 2 DLGAP3 ENSG00000116544 +CDS chr1 34904277 34905383 ENST00000373347 protein_coding 6 5 3 DLGAP3 ENSG00000116544 +CDS chr1 34904277 34905383 ENST00000235180 protein_coding 4 2 1 DLGAP3 ENSG00000116544 +transcript chr1 34974356 34985313 ENST00000417456 protein_coding 1 2 NA NA ENSG00000284773 +CDS chr1 34977346 34977402 ENST00000417456 protein_coding 1 2 2 NA ENSG00000284773 +transcript chr1 34981535 34985353 ENST00000373337 protein_coding 3 1 NA TMEM35B ENSG00000243749 +CDS chr1 34981947 34982119 ENST00000373337 protein_coding 3 1 3 TMEM35B ENSG00000243749 +CDS chr1 34983767 34983947 ENST00000373337 protein_coding 3 1 2 TMEM35B ENSG00000243749 +CDS chr1 34985198 34985305 ENST00000373337 protein_coding 3 1 1 TMEM35B ENSG00000243749 +CDS chr1 34985198 34985305 ENST00000417456 protein_coding 1 2 1 NA ENSG00000284773 +transcript chr1 34986165 35031945 ENST00000357182 protein_coding 9 1 NA ZMYM6 ENSG00000163867 +CDS chr1 34987107 34988935 ENST00000357182 protein_coding 9 1 16 ZMYM6 ENSG00000163867 +CDS chr1 34992234 34992387 ENST00000357182 protein_coding 9 1 15 ZMYM6 ENSG00000163867 +CDS chr1 35003968 35004005 ENST00000357182 protein_coding 9 1 14 ZMYM6 ENSG00000163867 +CDS chr1 35005132 35005272 ENST00000357182 protein_coding 9 1 13 ZMYM6 ENSG00000163867 +CDS chr1 35006951 35007098 ENST00000357182 protein_coding 9 1 12 ZMYM6 ENSG00000163867 +CDS chr1 35008752 35008924 ENST00000357182 protein_coding 9 1 11 ZMYM6 ENSG00000163867 +CDS chr1 35010447 35010597 ENST00000357182 protein_coding 9 1 10 ZMYM6 ENSG00000163867 +CDS chr1 35010758 35011036 ENST00000357182 protein_coding 9 1 9 ZMYM6 ENSG00000163867 +CDS chr1 35011890 35012005 ENST00000357182 protein_coding 9 1 8 ZMYM6 ENSG00000163867 +CDS chr1 35012431 35012581 ENST00000357182 protein_coding 9 1 7 ZMYM6 ENSG00000163867 +CDS chr1 35014697 35014888 ENST00000357182 protein_coding 9 1 6 ZMYM6 ENSG00000163867 +transcript chr1 35014866 35031632 ENST00000415531 protein_coding 5 5 NA ZMYM6 ENSG00000163867 +CDS chr1 35014866 35014888 ENST00000415531 protein_coding 5 5 6 ZMYM6 ENSG00000163867 +CDS chr1 35014988 35015162 ENST00000357182 protein_coding 9 1 5 ZMYM6 ENSG00000163867 +CDS chr1 35014988 35015162 ENST00000415531 protein_coding 5 5 5 ZMYM6 ENSG00000163867 +transcript chr1 35017244 35031905 ENST00000317538 protein_coding 9 1 NA ZMYM6 ENSG00000163867 +transcript chr1 35018513 35031690 ENST00000373333 protein_coding 1 1 NA ZMYM6 ENSG00000163867 +CDS chr1 35019271 35019602 ENST00000317538 protein_coding 9 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35019271 35019602 ENST00000373333 protein_coding 1 1 5 ZMYM6 ENSG00000163867 +CDS chr1 35019353 35019602 ENST00000357182 protein_coding 9 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35019353 35019602 ENST00000415531 protein_coding 5 5 4 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000357182 protein_coding 9 1 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000415531 protein_coding 5 5 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000317538 protein_coding 9 1 3 ZMYM6 ENSG00000163867 +CDS chr1 35020383 35020467 ENST00000373333 protein_coding 1 1 4 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000357182 protein_coding 9 1 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000415531 protein_coding 5 5 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000317538 protein_coding 9 1 2 ZMYM6 ENSG00000163867 +CDS chr1 35030547 35030639 ENST00000373333 protein_coding 1 1 3 ZMYM6 ENSG00000163867 +transcript chr1 35032172 35115624 ENST00000650449 protein_coding 1 NA NA ZMYM1 ENSG00000197056 +transcript chr1 35059786 35113215 ENST00000417119 protein_coding 5 2 NA ZMYM1 ENSG00000197056 +transcript chr1 35059786 35115856 ENST00000611874 protein_coding 4 2 NA ZMYM1 ENSG00000197056 +transcript chr1 35079385 35115859 ENST00000359858 protein_coding 9 1 NA ZMYM1 ENSG00000197056 +transcript chr1 35079391 35115859 ENST00000373330 protein_coding 1 1 NA ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000650449 protein_coding 1 NA 5 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000417119 protein_coding 5 2 3 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000611874 protein_coding 4 2 3 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000359858 protein_coding 9 1 2 ZMYM1 ENSG00000197056 +CDS chr1 35093988 35094083 ENST00000373330 protein_coding 1 1 3 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000650449 protein_coding 1 NA 6 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000417119 protein_coding 5 2 4 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000611874 protein_coding 4 2 4 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000359858 protein_coding 9 1 3 ZMYM1 ENSG00000197056 +CDS chr1 35095819 35095891 ENST00000373330 protein_coding 1 1 4 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000650449 protein_coding 1 NA 7 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000417119 protein_coding 5 2 5 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000611874 protein_coding 4 2 5 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000359858 protein_coding 9 1 4 ZMYM1 ENSG00000197056 +CDS chr1 35097317 35097566 ENST00000373330 protein_coding 1 1 5 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000650449 protein_coding 1 NA 8 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000417119 protein_coding 5 2 6 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000611874 protein_coding 4 2 6 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000359858 protein_coding 9 1 5 ZMYM1 ENSG00000197056 +CDS chr1 35104295 35104469 ENST00000373330 protein_coding 1 1 6 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000650449 protein_coding 1 NA 9 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000417119 protein_coding 5 2 7 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000611874 protein_coding 4 2 7 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000359858 protein_coding 9 1 6 ZMYM1 ENSG00000197056 +CDS chr1 35104557 35104769 ENST00000373330 protein_coding 1 1 7 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000650449 protein_coding 1 NA 10 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000417119 protein_coding 5 2 8 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000611874 protein_coding 4 2 8 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000359858 protein_coding 9 1 7 ZMYM1 ENSG00000197056 +CDS chr1 35110294 35110447 ENST00000373330 protein_coding 1 1 8 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000650449 protein_coding 1 NA 11 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000417119 protein_coding 5 2 9 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000611874 protein_coding 4 2 9 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000359858 protein_coding 9 1 8 ZMYM1 ENSG00000197056 +CDS chr1 35111772 35111912 ENST00000373330 protein_coding 1 1 9 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000650449 protein_coding 1 NA 12 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000417119 protein_coding 5 2 10 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000611874 protein_coding 4 2 10 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000359858 protein_coding 9 1 9 ZMYM1 ENSG00000197056 +CDS chr1 35112087 35112130 ENST00000373330 protein_coding 1 1 10 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000650449 protein_coding 1 NA 13 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35113215 ENST00000417119 protein_coding 5 2 11 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000611874 protein_coding 4 2 11 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000359858 protein_coding 9 1 10 ZMYM1 ENSG00000197056 +CDS chr1 35112977 35115256 ENST00000373330 protein_coding 1 1 11 ZMYM1 ENSG00000197056 +transcript chr1 35182936 35193145 ENST00000357214 protein_coding 6 1 NA SFPQ ENSG00000116560 +CDS chr1 35184459 35184593 ENST00000357214 protein_coding 6 1 10 SFPQ ENSG00000116560 +CDS chr1 35187001 35187122 ENST00000357214 protein_coding 6 1 9 SFPQ ENSG00000116560 +CDS chr1 35187203 35187251 ENST00000357214 protein_coding 6 1 8 SFPQ ENSG00000116560 +CDS chr1 35187973 35188090 ENST00000357214 protein_coding 6 1 7 SFPQ ENSG00000116560 +CDS chr1 35189003 35189087 ENST00000357214 protein_coding 6 1 6 SFPQ ENSG00000116560 +CDS chr1 35189186 35189382 ENST00000357214 protein_coding 6 1 5 SFPQ ENSG00000116560 +CDS chr1 35190498 35190593 ENST00000357214 protein_coding 6 1 4 SFPQ ENSG00000116560 +CDS chr1 35190694 35190995 ENST00000357214 protein_coding 6 1 3 SFPQ ENSG00000116560 +CDS chr1 35191341 35191529 ENST00000357214 protein_coding 6 1 2 SFPQ ENSG00000116560 +CDS chr1 35192222 35193049 ENST00000357214 protein_coding 6 1 1 SFPQ ENSG00000116560 +transcript chr1 35268709 35422058 ENST00000314607 protein_coding 11 2 NA ZMYM4 ENSG00000146463 +transcript chr1 35269033 35359229 ENST00000441447 protein_coding 1 5 NA ZMYM4 ENSG00000146463 +CDS chr1 35269047 35269085 ENST00000314607 protein_coding 11 2 1 ZMYM4 ENSG00000146463 +CDS chr1 35325360 35325405 ENST00000314607 protein_coding 11 2 2 ZMYM4 ENSG00000146463 +CDS chr1 35358925 35359446 ENST00000314607 protein_coding 11 2 3 ZMYM4 ENSG00000146463 +CDS chr1 35358936 35359229 ENST00000441447 protein_coding 1 5 4 ZMYM4 ENSG00000146463 +CDS chr1 35361194 35361255 ENST00000314607 protein_coding 11 2 4 ZMYM4 ENSG00000146463 +CDS chr1 35361619 35361789 ENST00000314607 protein_coding 11 2 5 ZMYM4 ENSG00000146463 +transcript chr1 35361705 35422058 ENST00000457946 protein_coding 1 5 NA ZMYM4 ENSG00000146463 +CDS chr1 35361705 35361789 ENST00000457946 protein_coding 1 5 1 ZMYM4 ENSG00000146463 +CDS chr1 35370029 35370113 ENST00000314607 protein_coding 11 2 6 ZMYM4 ENSG00000146463 +CDS chr1 35370029 35370113 ENST00000457946 protein_coding 1 5 2 ZMYM4 ENSG00000146463 +CDS chr1 35370372 35370627 ENST00000314607 protein_coding 11 2 7 ZMYM4 ENSG00000146463 +CDS chr1 35370372 35370627 ENST00000457946 protein_coding 1 5 3 ZMYM4 ENSG00000146463 +CDS chr1 35381259 35381433 ENST00000314607 protein_coding 11 2 8 ZMYM4 ENSG00000146463 +CDS chr1 35381259 35381433 ENST00000457946 protein_coding 1 5 4 ZMYM4 ENSG00000146463 +CDS chr1 35381546 35381758 ENST00000314607 protein_coding 11 2 9 ZMYM4 ENSG00000146463 +CDS chr1 35381546 35381758 ENST00000457946 protein_coding 1 5 5 ZMYM4 ENSG00000146463 +CDS chr1 35385442 35385592 ENST00000314607 protein_coding 11 2 10 ZMYM4 ENSG00000146463 +CDS chr1 35386074 35386189 ENST00000314607 protein_coding 11 2 11 ZMYM4 ENSG00000146463 +CDS chr1 35387003 35387278 ENST00000314607 protein_coding 11 2 12 ZMYM4 ENSG00000146463 +CDS chr1 35387003 35387278 ENST00000457946 protein_coding 1 5 6 ZMYM4 ENSG00000146463 +CDS chr1 35387454 35387604 ENST00000314607 protein_coding 11 2 13 ZMYM4 ENSG00000146463 +CDS chr1 35387454 35387604 ENST00000457946 protein_coding 1 5 7 ZMYM4 ENSG00000146463 +CDS chr1 35388910 35389082 ENST00000314607 protein_coding 11 2 14 ZMYM4 ENSG00000146463 +CDS chr1 35388910 35389082 ENST00000457946 protein_coding 1 5 8 ZMYM4 ENSG00000146463 +CDS chr1 35389948 35390098 ENST00000314607 protein_coding 11 2 15 ZMYM4 ENSG00000146463 +CDS chr1 35389948 35390098 ENST00000457946 protein_coding 1 5 9 ZMYM4 ENSG00000146463 +CDS chr1 35392212 35392352 ENST00000314607 protein_coding 11 2 16 ZMYM4 ENSG00000146463 +CDS chr1 35392212 35392352 ENST00000457946 protein_coding 1 5 10 ZMYM4 ENSG00000146463 +CDS chr1 35392647 35392684 ENST00000314607 protein_coding 11 2 17 ZMYM4 ENSG00000146463 +CDS chr1 35392647 35392684 ENST00000457946 protein_coding 1 5 11 ZMYM4 ENSG00000146463 +CDS chr1 35393595 35393739 ENST00000314607 protein_coding 11 2 18 ZMYM4 ENSG00000146463 +CDS chr1 35393595 35393739 ENST00000457946 protein_coding 1 5 12 ZMYM4 ENSG00000146463 +CDS chr1 35396552 35396670 ENST00000314607 protein_coding 11 2 19 ZMYM4 ENSG00000146463 +CDS chr1 35396555 35396670 ENST00000457946 protein_coding 1 5 13 ZMYM4 ENSG00000146463 +CDS chr1 35397377 35397545 ENST00000314607 protein_coding 11 2 20 ZMYM4 ENSG00000146463 +CDS chr1 35397377 35397545 ENST00000457946 protein_coding 1 5 14 ZMYM4 ENSG00000146463 +CDS chr1 35398413 35398466 ENST00000314607 protein_coding 11 2 21 ZMYM4 ENSG00000146463 +CDS chr1 35398413 35398466 ENST00000457946 protein_coding 1 5 15 ZMYM4 ENSG00000146463 +CDS chr1 35398864 35399043 ENST00000314607 protein_coding 11 2 22 ZMYM4 ENSG00000146463 +CDS chr1 35398864 35399043 ENST00000457946 protein_coding 1 5 16 ZMYM4 ENSG00000146463 +CDS chr1 35399482 35399576 ENST00000314607 protein_coding 11 2 23 ZMYM4 ENSG00000146463 +CDS chr1 35399482 35399576 ENST00000457946 protein_coding 1 5 17 ZMYM4 ENSG00000146463 +CDS chr1 35405023 35405194 ENST00000314607 protein_coding 11 2 24 ZMYM4 ENSG00000146463 +CDS chr1 35405023 35405194 ENST00000457946 protein_coding 1 5 18 ZMYM4 ENSG00000146463 +CDS chr1 35405373 35405468 ENST00000314607 protein_coding 11 2 25 ZMYM4 ENSG00000146463 +CDS chr1 35405373 35405468 ENST00000457946 protein_coding 1 5 19 ZMYM4 ENSG00000146463 +CDS chr1 35408008 35408159 ENST00000314607 protein_coding 11 2 26 ZMYM4 ENSG00000146463 +CDS chr1 35408008 35408159 ENST00000457946 protein_coding 1 5 20 ZMYM4 ENSG00000146463 +CDS chr1 35413972 35414083 ENST00000314607 protein_coding 11 2 27 ZMYM4 ENSG00000146463 +CDS chr1 35413972 35414083 ENST00000457946 protein_coding 1 5 21 ZMYM4 ENSG00000146463 +CDS chr1 35415466 35415714 ENST00000314607 protein_coding 11 2 28 ZMYM4 ENSG00000146463 +CDS chr1 35415466 35415714 ENST00000457946 protein_coding 1 5 22 ZMYM4 ENSG00000146463 +CDS chr1 35418443 35418572 ENST00000314607 protein_coding 11 2 29 ZMYM4 ENSG00000146463 +CDS chr1 35418443 35418572 ENST00000457946 protein_coding 1 5 23 ZMYM4 ENSG00000146463 +CDS chr1 35419470 35419674 ENST00000314607 protein_coding 11 2 30 ZMYM4 ENSG00000146463 +CDS chr1 35419470 35419674 ENST00000457946 protein_coding 1 5 24 ZMYM4 ENSG00000146463 +transcript chr1 35433492 35557403 ENST00000325722 protein_coding 8 1 NA KIAA0319L ENSG00000142687 +transcript chr1 35434105 35454707 ENST00000373266 protein_coding 8 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35434897 35435081 ENST00000325722 protein_coding 8 1 21 KIAA0319L ENSG00000142687 +CDS chr1 35434897 35435081 ENST00000373266 protein_coding 8 5 12 KIAA0319L ENSG00000142687 +transcript chr1 35434965 35557655 ENST00000426982 protein_coding 6 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35434965 35435081 ENST00000426982 protein_coding 6 5 21 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000325722 protein_coding 8 1 20 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000373266 protein_coding 8 5 11 KIAA0319L ENSG00000142687 +CDS chr1 35441047 35441138 ENST00000426982 protein_coding 6 5 20 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000325722 protein_coding 8 1 19 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000373266 protein_coding 8 5 10 KIAA0319L ENSG00000142687 +CDS chr1 35442246 35442336 ENST00000426982 protein_coding 6 5 19 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000325722 protein_coding 8 1 18 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000373266 protein_coding 8 5 9 KIAA0319L ENSG00000142687 +CDS chr1 35442906 35443028 ENST00000426982 protein_coding 6 5 18 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000325722 protein_coding 8 1 17 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000373266 protein_coding 8 5 8 KIAA0319L ENSG00000142687 +CDS chr1 35444161 35444303 ENST00000426982 protein_coding 6 5 17 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000325722 protein_coding 8 1 16 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000373266 protein_coding 8 5 7 KIAA0319L ENSG00000142687 +CDS chr1 35448173 35448332 ENST00000426982 protein_coding 6 5 16 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000325722 protein_coding 8 1 15 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000373266 protein_coding 8 5 6 KIAA0319L ENSG00000142687 +CDS chr1 35449867 35450005 ENST00000426982 protein_coding 6 5 15 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000325722 protein_coding 8 1 14 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000373266 protein_coding 8 5 5 KIAA0319L ENSG00000142687 +CDS chr1 35450358 35450509 ENST00000426982 protein_coding 6 5 14 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000325722 protein_coding 8 1 13 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000373266 protein_coding 8 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35451628 35451776 ENST00000426982 protein_coding 6 5 13 KIAA0319L ENSG00000142687 +transcript chr1 35451635 35554987 ENST00000440579 protein_coding 5 2 NA KIAA0319L ENSG00000142687 +CDS chr1 35451635 35451776 ENST00000440579 protein_coding 5 2 13 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000325722 protein_coding 8 1 12 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000373266 protein_coding 8 5 3 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000426982 protein_coding 6 5 12 KIAA0319L ENSG00000142687 +CDS chr1 35453557 35453689 ENST00000440579 protein_coding 5 2 12 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000325722 protein_coding 8 1 11 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454452 ENST00000373266 protein_coding 8 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000426982 protein_coding 6 5 11 KIAA0319L ENSG00000142687 +CDS chr1 35454362 35454485 ENST00000440579 protein_coding 5 2 11 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000325722 protein_coding 8 1 10 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000426982 protein_coding 6 5 10 KIAA0319L ENSG00000142687 +CDS chr1 35456013 35456241 ENST00000440579 protein_coding 5 2 10 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000325722 protein_coding 8 1 9 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000426982 protein_coding 6 5 9 KIAA0319L ENSG00000142687 +CDS chr1 35460305 35460437 ENST00000440579 protein_coding 5 2 9 KIAA0319L ENSG00000142687 +transcript chr1 35460308 35506867 ENST00000431916 protein_coding 5 3 NA KIAA0319L ENSG00000142687 +CDS chr1 35460308 35460437 ENST00000431916 protein_coding 5 3 6 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000325722 protein_coding 8 1 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000426982 protein_coding 6 5 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000440579 protein_coding 5 2 8 KIAA0319L ENSG00000142687 +CDS chr1 35462621 35462713 ENST00000431916 protein_coding 5 3 5 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000325722 protein_coding 8 1 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000426982 protein_coding 6 5 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000440579 protein_coding 5 2 7 KIAA0319L ENSG00000142687 +CDS chr1 35466608 35466695 ENST00000431916 protein_coding 5 3 4 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000325722 protein_coding 8 1 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000426982 protein_coding 6 5 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000440579 protein_coding 5 2 6 KIAA0319L ENSG00000142687 +CDS chr1 35470863 35470960 ENST00000431916 protein_coding 5 3 3 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000325722 protein_coding 8 1 5 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000426982 protein_coding 6 5 5 KIAA0319L ENSG00000142687 +CDS chr1 35474805 35474906 ENST00000440579 protein_coding 5 2 5 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000325722 protein_coding 8 1 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000426982 protein_coding 6 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000440579 protein_coding 5 2 4 KIAA0319L ENSG00000142687 +CDS chr1 35478966 35479212 ENST00000431916 protein_coding 5 3 2 KIAA0319L ENSG00000142687 +transcript chr1 35479060 35557403 ENST00000469892 protein_coding 5 5 NA KIAA0319L ENSG00000142687 +CDS chr1 35479060 35479212 ENST00000469892 protein_coding 5 5 4 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000325722 protein_coding 8 1 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000426982 protein_coding 6 5 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000440579 protein_coding 5 2 3 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35506867 ENST00000431916 protein_coding 5 3 1 KIAA0319L ENSG00000142687 +CDS chr1 35506612 35507135 ENST00000469892 protein_coding 5 5 3 KIAA0319L ENSG00000142687 +transcript chr1 35506739 35554987 ENST00000494948 protein_coding 1 4 NA KIAA0319L ENSG00000142687 +CDS chr1 35506739 35507135 ENST00000494948 protein_coding 1 4 3 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000325722 protein_coding 8 1 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000426982 protein_coding 6 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000440579 protein_coding 5 2 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000469892 protein_coding 5 5 2 KIAA0319L ENSG00000142687 +CDS chr1 35554350 35554491 ENST00000494948 protein_coding 1 4 2 KIAA0319L ENSG00000142687 +transcript chr1 35557473 35566772 ENST00000373253 protein_coding 7 1 NA NCDN ENSG00000020129 +transcript chr1 35557792 35566779 ENST00000356090 protein_coding 8 1 NA NCDN ENSG00000020129 +transcript chr1 35557799 35566779 ENST00000373243 protein_coding 7 1 NA NCDN ENSG00000020129 +CDS chr1 35558191 35558223 ENST00000356090 protein_coding 8 1 2 NCDN ENSG00000020129 +CDS chr1 35558191 35558223 ENST00000373243 protein_coding 7 1 1 NCDN ENSG00000020129 +transcript chr1 35558506 35560934 ENST00000437806 protein_coding 1 2 NA NCDN ENSG00000020129 +CDS chr1 35559107 35559247 ENST00000356090 protein_coding 8 1 3 NCDN ENSG00000020129 +CDS chr1 35559107 35559247 ENST00000373243 protein_coding 7 1 2 NCDN ENSG00000020129 +CDS chr1 35559125 35559247 ENST00000373253 protein_coding 7 1 2 NCDN ENSG00000020129 +CDS chr1 35559125 35559247 ENST00000437806 protein_coding 1 2 2 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000373253 protein_coding 7 1 3 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000356090 protein_coding 8 1 4 NCDN ENSG00000020129 +CDS chr1 35560326 35561294 ENST00000373243 protein_coding 7 1 3 NCDN ENSG00000020129 +CDS chr1 35560326 35560934 ENST00000437806 protein_coding 1 2 3 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000373253 protein_coding 7 1 4 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000356090 protein_coding 8 1 5 NCDN ENSG00000020129 +CDS chr1 35562392 35562633 ENST00000373243 protein_coding 7 1 4 NCDN ENSG00000020129 +transcript chr1 35562468 35567274 ENST00000423723 protein_coding 1 3 NA NCDN ENSG00000020129 +CDS chr1 35562468 35562633 ENST00000423723 protein_coding 1 3 1 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000373253 protein_coding 7 1 5 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000356090 protein_coding 8 1 6 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000373243 protein_coding 7 1 5 NCDN ENSG00000020129 +CDS chr1 35563202 35563426 ENST00000423723 protein_coding 1 3 2 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000373253 protein_coding 7 1 6 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000356090 protein_coding 8 1 7 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000373243 protein_coding 7 1 6 NCDN ENSG00000020129 +CDS chr1 35563767 35563909 ENST00000423723 protein_coding 1 3 3 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000373253 protein_coding 7 1 7 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000356090 protein_coding 8 1 8 NCDN ENSG00000020129 +CDS chr1 35565227 35565660 ENST00000373243 protein_coding 7 1 7 NCDN ENSG00000020129 +CDS chr1 35566823 35566866 ENST00000423723 protein_coding 1 3 4 NCDN ENSG00000020129 +transcript chr1 35573314 35595328 ENST00000373235 protein_coding 4 1 NA TFAP2E ENSG00000116819 +CDS chr1 35573578 35573604 ENST00000373235 protein_coding 4 1 1 TFAP2E ENSG00000116819 +CDS chr1 35573927 35574409 ENST00000373235 protein_coding 4 1 2 TFAP2E ENSG00000116819 +CDS chr1 35574949 35575000 ENST00000373235 protein_coding 4 1 3 TFAP2E ENSG00000116819 +CDS chr1 35588330 35588552 ENST00000373235 protein_coding 4 1 4 TFAP2E ENSG00000116819 +CDS chr1 35589930 35590048 ENST00000373235 protein_coding 4 1 5 TFAP2E ENSG00000116819 +CDS chr1 35590634 35590775 ENST00000373235 protein_coding 4 1 6 TFAP2E ENSG00000116819 +CDS chr1 35594394 35594673 ENST00000373235 protein_coding 4 1 7 TFAP2E ENSG00000116819 +transcript chr1 35599541 35641526 ENST00000373237 protein_coding 4 1 NA PSMB2 ENSG00000126067 +transcript chr1 35599544 35631537 ENST00000621781 protein_coding 4 1 NA PSMB2 ENSG00000126067 +CDS chr1 35603270 35603374 ENST00000373237 protein_coding 4 1 6 PSMB2 ENSG00000126067 +CDS chr1 35603270 35603374 ENST00000621781 protein_coding 4 1 5 PSMB2 ENSG00000126067 +CDS chr1 35605233 35605282 ENST00000373237 protein_coding 4 1 5 PSMB2 ENSG00000126067 +CDS chr1 35605233 35605282 ENST00000621781 protein_coding 4 1 4 PSMB2 ENSG00000126067 +CDS chr1 35609246 35609408 ENST00000373237 protein_coding 4 1 4 PSMB2 ENSG00000126067 +CDS chr1 35609246 35609342 ENST00000621781 protein_coding 4 1 3 PSMB2 ENSG00000126067 +CDS chr1 35631274 35631344 ENST00000373237 protein_coding 4 1 3 PSMB2 ENSG00000126067 +CDS chr1 35636310 35636432 ENST00000373237 protein_coding 4 1 2 PSMB2 ENSG00000126067 +CDS chr1 35641342 35641432 ENST00000373237 protein_coding 4 1 1 PSMB2 ENSG00000126067 +transcript chr1 35713877 35718884 ENST00000270815 protein_coding 5 1 NA C1orf216 ENSG00000142686 +CDS chr1 35715635 35716321 ENST00000270815 protein_coding 5 1 2 C1orf216 ENSG00000142686 +transcript chr1 35720218 35769967 ENST00000251195 protein_coding 9 1 NA CLSPN ENSG00000092853 +CDS chr1 35720894 35720980 ENST00000251195 protein_coding 9 1 25 CLSPN ENSG00000092853 +transcript chr1 35732112 35769978 ENST00000318121 protein_coding 8 1 NA CLSPN ENSG00000092853 +transcript chr1 35736405 35769928 ENST00000373220 protein_coding 7 1 NA CLSPN ENSG00000092853 +transcript chr1 35736405 35769928 ENST00000520551 protein_coding 1 1 NA CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000318121 protein_coding 8 1 25 CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000373220 protein_coding 7 1 24 CLSPN ENSG00000092853 +CDS chr1 35736499 35736606 ENST00000520551 protein_coding 1 1 25 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000251195 protein_coding 9 1 24 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000318121 protein_coding 8 1 24 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000373220 protein_coding 7 1 23 CLSPN ENSG00000092853 +CDS chr1 35736914 35737075 ENST00000520551 protein_coding 1 1 24 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000251195 protein_coding 9 1 23 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000318121 protein_coding 8 1 23 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000373220 protein_coding 7 1 22 CLSPN ENSG00000092853 +CDS chr1 35737339 35737421 ENST00000520551 protein_coding 1 1 23 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000251195 protein_coding 9 1 22 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000318121 protein_coding 8 1 22 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000373220 protein_coding 7 1 21 CLSPN ENSG00000092853 +CDS chr1 35737992 35738097 ENST00000520551 protein_coding 1 1 22 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000251195 protein_coding 9 1 21 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000318121 protein_coding 8 1 21 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000373220 protein_coding 7 1 20 CLSPN ENSG00000092853 +CDS chr1 35738455 35738582 ENST00000520551 protein_coding 1 1 21 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000251195 protein_coding 9 1 20 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000318121 protein_coding 8 1 20 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000373220 protein_coding 7 1 19 CLSPN ENSG00000092853 +CDS chr1 35739136 35739257 ENST00000520551 protein_coding 1 1 20 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000251195 protein_coding 9 1 19 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000318121 protein_coding 8 1 19 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000373220 protein_coding 7 1 18 CLSPN ENSG00000092853 +CDS chr1 35739365 35739529 ENST00000520551 protein_coding 1 1 19 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000251195 protein_coding 9 1 18 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000318121 protein_coding 8 1 18 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000373220 protein_coding 7 1 17 CLSPN ENSG00000092853 +CDS chr1 35743141 35743241 ENST00000520551 protein_coding 1 1 18 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000251195 protein_coding 9 1 17 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000318121 protein_coding 8 1 17 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000373220 protein_coding 7 1 16 CLSPN ENSG00000092853 +CDS chr1 35743455 35743530 ENST00000520551 protein_coding 1 1 17 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000251195 protein_coding 9 1 16 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000318121 protein_coding 8 1 16 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000373220 protein_coding 7 1 15 CLSPN ENSG00000092853 +CDS chr1 35745451 35745562 ENST00000520551 protein_coding 1 1 16 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000251195 protein_coding 9 1 15 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000318121 protein_coding 8 1 15 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000373220 protein_coding 7 1 14 CLSPN ENSG00000092853 +CDS chr1 35746766 35746992 ENST00000520551 protein_coding 1 1 15 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000251195 protein_coding 9 1 14 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000318121 protein_coding 8 1 14 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000373220 protein_coding 7 1 13 CLSPN ENSG00000092853 +CDS chr1 35747907 35748061 ENST00000520551 protein_coding 1 1 14 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000251195 protein_coding 9 1 13 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000318121 protein_coding 8 1 13 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000373220 protein_coding 7 1 12 CLSPN ENSG00000092853 +CDS chr1 35748405 35748604 ENST00000520551 protein_coding 1 1 13 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000251195 protein_coding 9 1 12 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000318121 protein_coding 8 1 12 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000373220 protein_coding 7 1 11 CLSPN ENSG00000092853 +CDS chr1 35749467 35749531 ENST00000520551 protein_coding 1 1 12 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000251195 protein_coding 9 1 11 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000318121 protein_coding 8 1 11 CLSPN ENSG00000092853 +CDS chr1 35749633 35749811 ENST00000373220 protein_coding 7 1 10 CLSPN ENSG00000092853 +CDS chr1 35749633 35749652 ENST00000520551 protein_coding 1 1 11 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000251195 protein_coding 9 1 10 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000318121 protein_coding 8 1 10 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000373220 protein_coding 7 1 9 CLSPN ENSG00000092853 +CDS chr1 35751250 35751506 ENST00000520551 protein_coding 1 1 10 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000251195 protein_coding 9 1 9 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000318121 protein_coding 8 1 9 CLSPN ENSG00000092853 +CDS chr1 35753745 35753936 ENST00000520551 protein_coding 1 1 9 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000251195 protein_coding 9 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000318121 protein_coding 8 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000373220 protein_coding 7 1 8 CLSPN ENSG00000092853 +CDS chr1 35760342 35760916 ENST00000520551 protein_coding 1 1 8 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000251195 protein_coding 9 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000318121 protein_coding 8 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000373220 protein_coding 7 1 7 CLSPN ENSG00000092853 +CDS chr1 35761096 35761204 ENST00000520551 protein_coding 1 1 7 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000251195 protein_coding 9 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000318121 protein_coding 8 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000373220 protein_coding 7 1 6 CLSPN ENSG00000092853 +CDS chr1 35761998 35762070 ENST00000520551 protein_coding 1 1 6 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000251195 protein_coding 9 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000318121 protein_coding 8 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000373220 protein_coding 7 1 5 CLSPN ENSG00000092853 +CDS chr1 35762404 35762481 ENST00000520551 protein_coding 1 1 5 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000251195 protein_coding 9 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000318121 protein_coding 8 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000373220 protein_coding 7 1 4 CLSPN ENSG00000092853 +CDS chr1 35763160 35763321 ENST00000520551 protein_coding 1 1 4 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000251195 protein_coding 9 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000318121 protein_coding 8 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000373220 protein_coding 7 1 3 CLSPN ENSG00000092853 +CDS chr1 35764266 35764714 ENST00000520551 protein_coding 1 1 3 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000251195 protein_coding 9 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000318121 protein_coding 8 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000373220 protein_coding 7 1 2 CLSPN ENSG00000092853 +CDS chr1 35765218 35765326 ENST00000520551 protein_coding 1 1 2 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000251195 protein_coding 9 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000318121 protein_coding 8 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000373220 protein_coding 7 1 1 CLSPN ENSG00000092853 +CDS chr1 35769847 35769870 ENST00000520551 protein_coding 1 1 1 CLSPN ENSG00000092853 +transcript chr1 35808016 35857890 ENST00000373210 protein_coding 4 1 NA AGO4 ENSG00000134698 +CDS chr1 35808417 35808435 ENST00000373210 protein_coding 4 1 1 AGO4 ENSG00000134698 +CDS chr1 35816882 35817047 ENST00000373210 protein_coding 4 1 2 AGO4 ENSG00000134698 +CDS chr1 35822862 35822982 ENST00000373210 protein_coding 4 1 3 AGO4 ENSG00000134698 +CDS chr1 35825313 35825494 ENST00000373210 protein_coding 4 1 4 AGO4 ENSG00000134698 +CDS chr1 35825679 35825815 ENST00000373210 protein_coding 4 1 5 AGO4 ENSG00000134698 +CDS chr1 35825926 35826060 ENST00000373210 protein_coding 4 1 6 AGO4 ENSG00000134698 +CDS chr1 35826748 35826835 ENST00000373210 protein_coding 4 1 7 AGO4 ENSG00000134698 +CDS chr1 35831427 35831574 ENST00000373210 protein_coding 4 1 8 AGO4 ENSG00000134698 +CDS chr1 35831812 35831931 ENST00000373210 protein_coding 4 1 9 AGO4 ENSG00000134698 +CDS chr1 35832057 35832185 ENST00000373210 protein_coding 4 1 10 AGO4 ENSG00000134698 +CDS chr1 35832437 35832570 ENST00000373210 protein_coding 4 1 11 AGO4 ENSG00000134698 +CDS chr1 35833990 35834174 ENST00000373210 protein_coding 4 1 12 AGO4 ENSG00000134698 +CDS chr1 35835834 35835993 ENST00000373210 protein_coding 4 1 13 AGO4 ENSG00000134698 +CDS chr1 35841165 35841480 ENST00000373210 protein_coding 4 1 14 AGO4 ENSG00000134698 +CDS chr1 35841616 35841750 ENST00000373210 protein_coding 4 1 15 AGO4 ENSG00000134698 +CDS chr1 35850157 35850258 ENST00000373210 protein_coding 4 1 16 AGO4 ENSG00000134698 +CDS chr1 35850854 35851053 ENST00000373210 protein_coding 4 1 17 AGO4 ENSG00000134698 +CDS chr1 35853497 35853602 ENST00000373210 protein_coding 4 1 18 AGO4 ENSG00000134698 +transcript chr1 35869808 35920958 ENST00000373206 protein_coding 5 2 NA AGO1 ENSG00000092847 +transcript chr1 35883209 35930532 ENST00000373204 protein_coding 6 1 NA AGO1 ENSG00000092847 +transcript chr1 35883209 35930532 ENST00000674426 protein_coding 1 NA NA AGO1 ENSG00000092847 +transcript chr1 35883209 35924298 ENST00000674304 protein_coding 1 NA NA AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000373204 protein_coding 6 1 1 AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000674426 protein_coding 1 NA 1 AGO1 ENSG00000092847 +CDS chr1 35883422 35883446 ENST00000674304 protein_coding 1 NA 1 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000373204 protein_coding 6 1 2 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000674426 protein_coding 1 NA 2 AGO1 ENSG00000092847 +CDS chr1 35888427 35888610 ENST00000674304 protein_coding 1 NA 2 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000373204 protein_coding 6 1 3 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000674426 protein_coding 1 NA 3 AGO1 ENSG00000092847 +CDS chr1 35892557 35892677 ENST00000674304 protein_coding 1 NA 3 AGO1 ENSG00000092847 +CDS chr1 35892573 35892677 ENST00000373206 protein_coding 5 2 3 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000373206 protein_coding 5 2 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000373204 protein_coding 6 1 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000674426 protein_coding 1 NA 4 AGO1 ENSG00000092847 +CDS chr1 35893097 35893278 ENST00000674304 protein_coding 1 NA 4 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000373206 protein_coding 5 2 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000373204 protein_coding 6 1 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000674426 protein_coding 1 NA 5 AGO1 ENSG00000092847 +CDS chr1 35893674 35893810 ENST00000674304 protein_coding 1 NA 5 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000373206 protein_coding 5 2 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000373204 protein_coding 6 1 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000674426 protein_coding 1 NA 6 AGO1 ENSG00000092847 +CDS chr1 35894037 35894171 ENST00000674304 protein_coding 1 NA 6 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000373206 protein_coding 5 2 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000373204 protein_coding 6 1 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000674426 protein_coding 1 NA 7 AGO1 ENSG00000092847 +CDS chr1 35894315 35894402 ENST00000674304 protein_coding 1 NA 7 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000373206 protein_coding 5 2 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000373204 protein_coding 6 1 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000674426 protein_coding 1 NA 8 AGO1 ENSG00000092847 +CDS chr1 35895122 35895269 ENST00000674304 protein_coding 1 NA 8 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000373206 protein_coding 5 2 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000373204 protein_coding 6 1 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000674426 protein_coding 1 NA 9 AGO1 ENSG00000092847 +CDS chr1 35901474 35901593 ENST00000674304 protein_coding 1 NA 9 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000373206 protein_coding 5 2 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000373204 protein_coding 6 1 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000674426 protein_coding 1 NA 10 AGO1 ENSG00000092847 +CDS chr1 35901948 35902070 ENST00000674304 protein_coding 1 NA 10 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000373206 protein_coding 5 2 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000373204 protein_coding 6 1 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000674426 protein_coding 1 NA 11 AGO1 ENSG00000092847 +CDS chr1 35902204 35902337 ENST00000674304 protein_coding 1 NA 11 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000373206 protein_coding 5 2 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000373204 protein_coding 6 1 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000674426 protein_coding 1 NA 12 AGO1 ENSG00000092847 +CDS chr1 35906935 35907119 ENST00000674304 protein_coding 1 NA 12 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000373206 protein_coding 5 2 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000373204 protein_coding 6 1 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000674426 protein_coding 1 NA 13 AGO1 ENSG00000092847 +CDS chr1 35913842 35914001 ENST00000674304 protein_coding 1 NA 13 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000373206 protein_coding 5 2 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000373204 protein_coding 6 1 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000674426 protein_coding 1 NA 14 AGO1 ENSG00000092847 +CDS chr1 35914184 35914274 ENST00000674304 protein_coding 1 NA 14 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000373206 protein_coding 5 2 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000373204 protein_coding 6 1 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000674426 protein_coding 1 NA 15 AGO1 ENSG00000092847 +CDS chr1 35915348 35915542 ENST00000674304 protein_coding 1 NA 15 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000373206 protein_coding 5 2 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000373204 protein_coding 6 1 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000674426 protein_coding 1 NA 16 AGO1 ENSG00000092847 +CDS chr1 35917593 35917727 ENST00000674304 protein_coding 1 NA 16 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000373206 protein_coding 5 2 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000373204 protein_coding 6 1 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000674426 protein_coding 1 NA 17 AGO1 ENSG00000092847 +CDS chr1 35918322 35918423 ENST00000674304 protein_coding 1 NA 17 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000373206 protein_coding 5 2 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000373204 protein_coding 6 1 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000674426 protein_coding 1 NA 18 AGO1 ENSG00000092847 +CDS chr1 35919055 35919254 ENST00000674304 protein_coding 1 NA 18 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000373206 protein_coding 5 2 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000373204 protein_coding 6 1 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919706 ENST00000674426 protein_coding 1 NA 19 AGO1 ENSG00000092847 +CDS chr1 35919499 35919604 ENST00000674304 protein_coding 1 NA 19 AGO1 ENSG00000092847 +transcript chr1 35930718 35983409 ENST00000324350 protein_coding 9 2 NA AGO3 ENSG00000126070 +transcript chr1 35931082 35982652 ENST00000397828 protein_coding 3 2 NA AGO3 ENSG00000126070 +transcript chr1 35931105 36072500 ENST00000373191 protein_coding 9 2 NA AGO3 ENSG00000126070 +transcript chr1 35931258 36056462 ENST00000246314 protein_coding 10 1 NA AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000324350 protein_coding 9 2 2 AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000373191 protein_coding 9 2 1 AGO3 ENSG00000126070 +CDS chr1 35931427 35931445 ENST00000397828 protein_coding 3 2 1 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000324350 protein_coding 9 2 3 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000373191 protein_coding 9 2 2 AGO3 ENSG00000126070 +CDS chr1 35945692 35945863 ENST00000397828 protein_coding 3 2 2 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000324350 protein_coding 9 2 4 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000373191 protein_coding 9 2 3 AGO3 ENSG00000126070 +CDS chr1 35966955 35967075 ENST00000397828 protein_coding 3 2 3 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000324350 protein_coding 9 2 5 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000373191 protein_coding 9 2 4 AGO3 ENSG00000126070 +CDS chr1 35972024 35972232 ENST00000397828 protein_coding 3 2 4 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000324350 protein_coding 9 2 6 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000373191 protein_coding 9 2 5 AGO3 ENSG00000126070 +CDS chr1 35973375 35973511 ENST00000397828 protein_coding 3 2 5 AGO3 ENSG00000126070 +CDS chr1 35982621 35982649 ENST00000324350 protein_coding 9 2 7 AGO3 ENSG00000126070 +CDS chr1 35982621 35982649 ENST00000397828 protein_coding 3 2 6 AGO3 ENSG00000126070 +CDS chr1 36004341 36004475 ENST00000373191 protein_coding 9 2 6 AGO3 ENSG00000126070 +CDS chr1 36004385 36004475 ENST00000246314 protein_coding 10 1 4 AGO3 ENSG00000126070 +CDS chr1 36008690 36008777 ENST00000373191 protein_coding 9 2 7 AGO3 ENSG00000126070 +CDS chr1 36008690 36008777 ENST00000246314 protein_coding 10 1 5 AGO3 ENSG00000126070 +CDS chr1 36008897 36009044 ENST00000373191 protein_coding 9 2 8 AGO3 ENSG00000126070 +CDS chr1 36008897 36009044 ENST00000246314 protein_coding 10 1 6 AGO3 ENSG00000126070 +CDS chr1 36009475 36009594 ENST00000373191 protein_coding 9 2 9 AGO3 ENSG00000126070 +CDS chr1 36009475 36009594 ENST00000246314 protein_coding 10 1 7 AGO3 ENSG00000126070 +CDS chr1 36013630 36013752 ENST00000373191 protein_coding 9 2 10 AGO3 ENSG00000126070 +CDS chr1 36013630 36013752 ENST00000246314 protein_coding 10 1 8 AGO3 ENSG00000126070 +CDS chr1 36013915 36014048 ENST00000373191 protein_coding 9 2 11 AGO3 ENSG00000126070 +CDS chr1 36013915 36014048 ENST00000246314 protein_coding 10 1 9 AGO3 ENSG00000126070 +CDS chr1 36027114 36027298 ENST00000373191 protein_coding 9 2 12 AGO3 ENSG00000126070 +CDS chr1 36027114 36027298 ENST00000246314 protein_coding 10 1 10 AGO3 ENSG00000126070 +CDS chr1 36034174 36034333 ENST00000373191 protein_coding 9 2 13 AGO3 ENSG00000126070 +CDS chr1 36034174 36034333 ENST00000246314 protein_coding 10 1 11 AGO3 ENSG00000126070 +CDS chr1 36036177 36036267 ENST00000373191 protein_coding 9 2 14 AGO3 ENSG00000126070 +CDS chr1 36036177 36036267 ENST00000246314 protein_coding 10 1 12 AGO3 ENSG00000126070 +CDS chr1 36039790 36039984 ENST00000373191 protein_coding 9 2 15 AGO3 ENSG00000126070 +CDS chr1 36039790 36039984 ENST00000246314 protein_coding 10 1 13 AGO3 ENSG00000126070 +CDS chr1 36040307 36040441 ENST00000373191 protein_coding 9 2 16 AGO3 ENSG00000126070 +CDS chr1 36040307 36040441 ENST00000246314 protein_coding 10 1 14 AGO3 ENSG00000126070 +CDS chr1 36043447 36043548 ENST00000373191 protein_coding 9 2 17 AGO3 ENSG00000126070 +CDS chr1 36043447 36043548 ENST00000246314 protein_coding 10 1 15 AGO3 ENSG00000126070 +CDS chr1 36054946 36055145 ENST00000373191 protein_coding 9 2 18 AGO3 ENSG00000126070 +CDS chr1 36054946 36055145 ENST00000246314 protein_coding 10 1 16 AGO3 ENSG00000126070 +CDS chr1 36055637 36055742 ENST00000373191 protein_coding 9 2 19 AGO3 ENSG00000126070 +CDS chr1 36055637 36055742 ENST00000246314 protein_coding 10 1 17 AGO3 ENSG00000126070 +transcript chr1 36084094 36088275 ENST00000207457 protein_coding 8 1 NA TEKT2 ENSG00000092850 +CDS chr1 36084922 36085077 ENST00000207457 protein_coding 8 1 2 TEKT2 ENSG00000092850 +CDS chr1 36085163 36085288 ENST00000207457 protein_coding 8 1 3 TEKT2 ENSG00000092850 +CDS chr1 36085836 36086041 ENST00000207457 protein_coding 8 1 4 TEKT2 ENSG00000092850 +CDS chr1 36086704 36086847 ENST00000207457 protein_coding 8 1 5 TEKT2 ENSG00000092850 +CDS chr1 36086931 36087045 ENST00000207457 protein_coding 8 1 6 TEKT2 ENSG00000092850 +CDS chr1 36087204 36087311 ENST00000207457 protein_coding 8 1 7 TEKT2 ENSG00000092850 +transcript chr1 36087251 36088275 ENST00000473120 protein_coding 1 3 NA TEKT2 ENSG00000092850 +CDS chr1 36087251 36087311 ENST00000473120 protein_coding 1 3 1 TEKT2 ENSG00000092850 +CDS chr1 36087439 36087582 ENST00000207457 protein_coding 8 1 8 TEKT2 ENSG00000092850 +CDS chr1 36087439 36087582 ENST00000473120 protein_coding 1 3 2 TEKT2 ENSG00000092850 +CDS chr1 36087728 36087807 ENST00000207457 protein_coding 8 1 9 TEKT2 ENSG00000092850 +CDS chr1 36087728 36087808 ENST00000473120 protein_coding 1 3 3 TEKT2 ENSG00000092850 +CDS chr1 36087973 36088183 ENST00000207457 protein_coding 8 1 10 TEKT2 ENSG00000092850 +transcript chr1 36088892 36093932 ENST00000373178 protein_coding 5 1 NA ADPRS ENSG00000116863 +CDS chr1 36088905 36089115 ENST00000373178 protein_coding 5 1 1 ADPRS ENSG00000116863 +CDS chr1 36091244 36091340 ENST00000373178 protein_coding 5 1 2 ADPRS ENSG00000116863 +CDS chr1 36091618 36091825 ENST00000373178 protein_coding 5 1 3 ADPRS ENSG00000116863 +CDS chr1 36091910 36092094 ENST00000373178 protein_coding 5 1 4 ADPRS ENSG00000116863 +CDS chr1 36092422 36092522 ENST00000373178 protein_coding 5 1 5 ADPRS ENSG00000116863 +CDS chr1 36093097 36093383 ENST00000373178 protein_coding 5 1 6 ADPRS ENSG00000116863 +transcript chr1 36095239 36125222 ENST00000397799 protein_coding 2 5 NA COL8A2 ENSG00000171812 +transcript chr1 36095241 36100249 ENST00000303143 protein_coding 9 2 NA COL8A2 ENSG00000171812 +transcript chr1 36097507 36100249 ENST00000481785 protein_coding 1 1 NA COL8A2 ENSG00000171812 +CDS chr1 36097572 36099487 ENST00000397799 protein_coding 2 5 4 COL8A2 ENSG00000171812 +CDS chr1 36097572 36099487 ENST00000303143 protein_coding 9 2 2 COL8A2 ENSG00000171812 +CDS chr1 36097572 36099485 ENST00000481785 protein_coding 1 1 2 COL8A2 ENSG00000171812 +CDS chr1 36100050 36100242 ENST00000397799 protein_coding 2 5 3 COL8A2 ENSG00000171812 +CDS chr1 36100050 36100242 ENST00000303143 protein_coding 9 2 1 COL8A2 ENSG00000171812 +transcript chr1 36136570 36149514 ENST00000616074 protein_coding 4 5 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136570 36149514 ENST00000616395 protein_coding 4 3 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136570 36156053 ENST00000617904 protein_coding 4 2 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136572 36149486 ENST00000373166 protein_coding 8 1 NA TRAPPC3 ENSG00000054116 +transcript chr1 36136945 36149451 ENST00000373163 protein_coding 5 3 NA TRAPPC3 ENSG00000054116 +transcript chr1 36137054 36149497 ENST00000373162 protein_coding 5 2 NA TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000616074 protein_coding 4 5 3 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000616395 protein_coding 4 3 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000617904 protein_coding 4 2 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373166 protein_coding 8 1 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373163 protein_coding 5 3 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137206 36137322 ENST00000373162 protein_coding 5 2 5 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000616074 protein_coding 4 5 2 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000616395 protein_coding 4 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000617904 protein_coding 4 2 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373166 protein_coding 8 1 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373163 protein_coding 5 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36137796 36137978 ENST00000373162 protein_coding 5 2 4 TRAPPC3 ENSG00000054116 +transcript chr1 36137896 36149496 ENST00000373159 protein_coding 1 3 NA TRAPPC3 ENSG00000054116 +CDS chr1 36138119 36138232 ENST00000373159 protein_coding 1 3 4 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139843 ENST00000616395 protein_coding 4 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000617904 protein_coding 4 2 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373166 protein_coding 8 1 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373163 protein_coding 5 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373162 protein_coding 5 2 3 TRAPPC3 ENSG00000054116 +CDS chr1 36139720 36139819 ENST00000373159 protein_coding 1 3 3 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000616395 protein_coding 4 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000617904 protein_coding 4 2 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000373166 protein_coding 8 1 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000373163 protein_coding 5 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140070 ENST00000373162 protein_coding 5 2 2 TRAPPC3 ENSG00000054116 +CDS chr1 36140069 36140166 ENST00000373159 protein_coding 1 3 2 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000616074 protein_coding 4 5 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000616395 protein_coding 4 3 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000373166 protein_coding 8 1 1 TRAPPC3 ENSG00000054116 +CDS chr1 36149337 36149378 ENST00000373159 protein_coding 1 3 1 TRAPPC3 ENSG00000054116 +transcript chr1 36155579 36175008 ENST00000429533 protein_coding 6 3 NA MAP7D1 ENSG00000116871 +transcript chr1 36155965 36180849 ENST00000316156 protein_coding 8 1 NA MAP7D1 ENSG00000116871 +transcript chr1 36156160 36180849 ENST00000474796 protein_coding 2 2 NA MAP7D1 ENSG00000116871 +transcript chr1 36156198 36180849 ENST00000373150 protein_coding 8 2 NA MAP7D1 ENSG00000116871 +transcript chr1 36156202 36180840 ENST00000373151 protein_coding 6 1 NA MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000316156 protein_coding 8 1 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000474796 protein_coding 2 2 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000373150 protein_coding 8 2 1 MAP7D1 ENSG00000116871 +CDS chr1 36156418 36156463 ENST00000373151 protein_coding 6 1 1 MAP7D1 ENSG00000116871 +transcript chr1 36157215 36172540 ENST00000530729 protein_coding 1 3 NA MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000316156 protein_coding 8 1 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000474796 protein_coding 2 2 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000373150 protein_coding 8 2 2 MAP7D1 ENSG00000116871 +CDS chr1 36170971 36171315 ENST00000373151 protein_coding 6 1 2 MAP7D1 ENSG00000116871 +CDS chr1 36171042 36171315 ENST00000429533 protein_coding 6 3 2 MAP7D1 ENSG00000116871 +CDS chr1 36171042 36171315 ENST00000530729 protein_coding 1 3 2 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000429533 protein_coding 6 3 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000316156 protein_coding 8 1 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000474796 protein_coding 2 2 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000373150 protein_coding 8 2 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000373151 protein_coding 6 1 3 MAP7D1 ENSG00000116871 +CDS chr1 36171513 36171581 ENST00000530729 protein_coding 1 3 3 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000429533 protein_coding 6 3 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000316156 protein_coding 8 1 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000474796 protein_coding 2 2 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000373150 protein_coding 8 2 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172627 ENST00000373151 protein_coding 6 1 4 MAP7D1 ENSG00000116871 +CDS chr1 36172464 36172540 ENST00000530729 protein_coding 1 3 4 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000429533 protein_coding 6 3 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000316156 protein_coding 8 1 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000474796 protein_coding 2 2 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000373150 protein_coding 8 2 5 MAP7D1 ENSG00000116871 +CDS chr1 36173364 36173478 ENST00000373151 protein_coding 6 1 5 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000429533 protein_coding 6 3 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000474796 protein_coding 2 2 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000373150 protein_coding 8 2 6 MAP7D1 ENSG00000116871 +CDS chr1 36174898 36175008 ENST00000373151 protein_coding 6 1 6 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000316156 protein_coding 8 1 6 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000474796 protein_coding 2 2 7 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176321 ENST00000373150 protein_coding 8 2 7 MAP7D1 ENSG00000116871 +CDS chr1 36176199 36176581 ENST00000373151 protein_coding 6 1 7 MAP7D1 ENSG00000116871 +CDS chr1 36176418 36176581 ENST00000373150 protein_coding 8 2 8 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000316156 protein_coding 8 1 7 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000474796 protein_coding 2 2 8 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000373150 protein_coding 8 2 9 MAP7D1 ENSG00000116871 +CDS chr1 36176697 36176842 ENST00000373151 protein_coding 6 1 8 MAP7D1 ENSG00000116871 +transcript chr1 36176717 36178822 ENST00000530975 protein_coding 4 5 NA MAP7D1 ENSG00000116871 +CDS chr1 36176717 36176842 ENST00000530975 protein_coding 4 5 1 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000316156 protein_coding 8 1 8 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000474796 protein_coding 2 2 9 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000373150 protein_coding 8 2 10 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000373151 protein_coding 6 1 9 MAP7D1 ENSG00000116871 +CDS chr1 36177873 36178201 ENST00000530975 protein_coding 4 5 2 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000316156 protein_coding 8 1 9 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000474796 protein_coding 2 2 10 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000373150 protein_coding 8 2 11 MAP7D1 ENSG00000116871 +CDS chr1 36178419 36178596 ENST00000373151 protein_coding 6 1 10 MAP7D1 ENSG00000116871 +CDS chr1 36178446 36178596 ENST00000530975 protein_coding 4 5 3 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000316156 protein_coding 8 1 10 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000474796 protein_coding 2 2 11 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000373150 protein_coding 8 2 12 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178823 ENST00000373151 protein_coding 6 1 11 MAP7D1 ENSG00000116871 +CDS chr1 36178685 36178822 ENST00000530975 protein_coding 4 5 4 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000316156 protein_coding 8 1 11 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000474796 protein_coding 2 2 12 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000373150 protein_coding 8 2 13 MAP7D1 ENSG00000116871 +CDS chr1 36178921 36179025 ENST00000373151 protein_coding 6 1 12 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000316156 protein_coding 8 1 12 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000474796 protein_coding 2 2 13 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000373150 protein_coding 8 2 14 MAP7D1 ENSG00000116871 +CDS chr1 36179262 36179315 ENST00000373151 protein_coding 6 1 13 MAP7D1 ENSG00000116871 +CDS chr1 36179512 36179557 ENST00000373151 protein_coding 6 1 14 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000316156 protein_coding 8 1 13 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000474796 protein_coding 2 2 14 MAP7D1 ENSG00000116871 +CDS chr1 36179515 36179557 ENST00000373150 protein_coding 8 2 15 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000316156 protein_coding 8 1 14 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000474796 protein_coding 2 2 15 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000373150 protein_coding 8 2 16 MAP7D1 ENSG00000116871 +CDS chr1 36179666 36179756 ENST00000373151 protein_coding 6 1 15 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000316156 protein_coding 8 1 15 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000474796 protein_coding 2 2 16 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000373150 protein_coding 8 2 17 MAP7D1 ENSG00000116871 +CDS chr1 36179874 36180067 ENST00000373151 protein_coding 6 1 16 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000316156 protein_coding 8 1 16 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000474796 protein_coding 2 2 17 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000373150 protein_coding 8 2 18 MAP7D1 ENSG00000116871 +CDS chr1 36180248 36180255 ENST00000373151 protein_coding 6 1 17 MAP7D1 ENSG00000116871 +transcript chr1 36224432 36304148 ENST00000469141 protein_coding 6 1 NA THRAP3 ENSG00000054118 +transcript chr1 36224433 36305357 ENST00000648638 protein_coding 1 NA NA THRAP3 ENSG00000054118 +transcript chr1 36224443 36305357 ENST00000354618 protein_coding 10 1 NA THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000354618 protein_coding 10 1 3 THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000469141 protein_coding 6 1 4 THRAP3 ENSG00000054118 +CDS chr1 36282564 36282700 ENST00000648638 protein_coding 1 NA 4 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000354618 protein_coding 10 1 4 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000469141 protein_coding 6 1 5 THRAP3 ENSG00000054118 +CDS chr1 36286368 36287270 ENST00000648638 protein_coding 1 NA 5 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000354618 protein_coding 10 1 5 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000469141 protein_coding 6 1 6 THRAP3 ENSG00000054118 +CDS chr1 36289060 36289764 ENST00000648638 protein_coding 1 NA 6 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000354618 protein_coding 10 1 6 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000469141 protein_coding 6 1 7 THRAP3 ENSG00000054118 +CDS chr1 36291374 36291546 ENST00000648638 protein_coding 1 NA 7 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000354618 protein_coding 10 1 7 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000469141 protein_coding 6 1 8 THRAP3 ENSG00000054118 +CDS chr1 36292598 36292709 ENST00000648638 protein_coding 1 NA 8 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000354618 protein_coding 10 1 8 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000469141 protein_coding 6 1 9 THRAP3 ENSG00000054118 +CDS chr1 36293851 36293935 ENST00000648638 protein_coding 1 NA 9 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000354618 protein_coding 10 1 9 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000469141 protein_coding 6 1 10 THRAP3 ENSG00000054118 +CDS chr1 36296583 36296770 ENST00000648638 protein_coding 1 NA 10 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000354618 protein_coding 10 1 10 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000469141 protein_coding 6 1 11 THRAP3 ENSG00000054118 +CDS chr1 36300886 36301084 ENST00000648638 protein_coding 1 NA 11 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000354618 protein_coding 10 1 11 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000469141 protein_coding 6 1 12 THRAP3 ENSG00000054118 +CDS chr1 36301553 36301696 ENST00000648638 protein_coding 1 NA 12 THRAP3 ENSG00000054118 +CDS chr1 36303796 36304014 ENST00000354618 protein_coding 10 1 12 THRAP3 ENSG00000054118 +CDS chr1 36303796 36304014 ENST00000469141 protein_coding 6 1 13 THRAP3 ENSG00000054118 +CDS chr1 36303796 36303831 ENST00000648638 protein_coding 1 NA 13 THRAP3 ENSG00000054118 +CDS chr1 36304474 36304521 ENST00000648638 protein_coding 1 NA 14 THRAP3 ENSG00000054118 +transcript chr1 36306368 36321347 ENST00000453908 protein_coding 8 5 NA SH3D21 ENSG00000214193 +CDS chr1 36306421 36306424 ENST00000453908 protein_coding 8 5 1 SH3D21 ENSG00000214193 +CDS chr1 36306598 36306755 ENST00000453908 protein_coding 8 5 2 SH3D21 ENSG00000214193 +CDS chr1 36306842 36306905 ENST00000453908 protein_coding 8 5 3 SH3D21 ENSG00000214193 +transcript chr1 36307110 36324977 ENST00000505871 protein_coding 7 2 NA SH3D21 ENSG00000214193 +CDS chr1 36307167 36307285 ENST00000453908 protein_coding 8 5 4 SH3D21 ENSG00000214193 +CDS chr1 36307274 36307285 ENST00000505871 protein_coding 7 2 1 SH3D21 ENSG00000214193 +CDS chr1 36307517 36307607 ENST00000453908 protein_coding 8 5 5 SH3D21 ENSG00000214193 +CDS chr1 36307517 36307607 ENST00000505871 protein_coding 7 2 2 SH3D21 ENSG00000214193 +CDS chr1 36307770 36307825 ENST00000453908 protein_coding 8 5 6 SH3D21 ENSG00000214193 +CDS chr1 36307770 36307825 ENST00000505871 protein_coding 7 2 3 SH3D21 ENSG00000214193 +CDS chr1 36307918 36307963 ENST00000453908 protein_coding 8 5 7 SH3D21 ENSG00000214193 +CDS chr1 36307918 36307963 ENST00000505871 protein_coding 7 2 4 SH3D21 ENSG00000214193 +CDS chr1 36308109 36308209 ENST00000453908 protein_coding 8 5 8 SH3D21 ENSG00000214193 +CDS chr1 36308109 36308209 ENST00000505871 protein_coding 7 2 5 SH3D21 ENSG00000214193 +CDS chr1 36308389 36308475 ENST00000453908 protein_coding 8 5 9 SH3D21 ENSG00000214193 +CDS chr1 36308389 36308475 ENST00000505871 protein_coding 7 2 6 SH3D21 ENSG00000214193 +CDS chr1 36309548 36309590 ENST00000453908 protein_coding 8 5 10 SH3D21 ENSG00000214193 +CDS chr1 36309548 36309590 ENST00000505871 protein_coding 7 2 7 SH3D21 ENSG00000214193 +CDS chr1 36319071 36319164 ENST00000453908 protein_coding 8 5 11 SH3D21 ENSG00000214193 +CDS chr1 36319071 36319164 ENST00000505871 protein_coding 7 2 8 SH3D21 ENSG00000214193 +CDS chr1 36319260 36319312 ENST00000453908 protein_coding 8 5 12 SH3D21 ENSG00000214193 +CDS chr1 36319260 36319312 ENST00000505871 protein_coding 7 2 9 SH3D21 ENSG00000214193 +CDS chr1 36319442 36319536 ENST00000453908 protein_coding 8 5 13 SH3D21 ENSG00000214193 +CDS chr1 36319442 36319536 ENST00000505871 protein_coding 7 2 10 SH3D21 ENSG00000214193 +CDS chr1 36319675 36320798 ENST00000453908 protein_coding 8 5 14 SH3D21 ENSG00000214193 +CDS chr1 36319675 36320798 ENST00000505871 protein_coding 7 2 11 SH3D21 ENSG00000214193 +CDS chr1 36320915 36320978 ENST00000453908 protein_coding 8 5 15 SH3D21 ENSG00000214193 +CDS chr1 36320915 36320978 ENST00000505871 protein_coding 7 2 12 SH3D21 ENSG00000214193 +CDS chr1 36321056 36321124 ENST00000453908 protein_coding 8 5 16 SH3D21 ENSG00000214193 +CDS chr1 36321056 36321124 ENST00000505871 protein_coding 7 2 13 SH3D21 ENSG00000214193 +transcript chr1 36322030 36323645 ENST00000490466 protein_coding 2 2 NA EVA1B ENSG00000142694 +transcript chr1 36322031 36324154 ENST00000270824 protein_coding 1 2 NA EVA1B ENSG00000142694 +CDS chr1 36322298 36322725 ENST00000490466 protein_coding 2 2 3 EVA1B ENSG00000142694 +CDS chr1 36322298 36322725 ENST00000270824 protein_coding 1 2 3 EVA1B ENSG00000142694 +CDS chr1 36322971 36323037 ENST00000490466 protein_coding 2 2 2 EVA1B ENSG00000142694 +CDS chr1 36322971 36323037 ENST00000270824 protein_coding 1 2 2 EVA1B ENSG00000142694 +transcript chr1 36339624 36361340 ENST00000359297 protein_coding 6 2 NA STK40 ENSG00000196182 +transcript chr1 36339624 36385884 ENST00000373129 protein_coding 7 1 NA STK40 ENSG00000196182 +transcript chr1 36339624 36385888 ENST00000373130 protein_coding 7 1 NA STK40 ENSG00000196182 +transcript chr1 36339628 36385924 ENST00000373132 protein_coding 4 1 NA STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373129 protein_coding 7 1 12 STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373130 protein_coding 7 1 11 STK40 ENSG00000196182 +CDS chr1 36341758 36341973 ENST00000373132 protein_coding 4 1 11 STK40 ENSG00000196182 +CDS chr1 36343202 36343448 ENST00000359297 protein_coding 6 2 9 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373129 protein_coding 7 1 11 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373130 protein_coding 7 1 10 STK40 ENSG00000196182 +CDS chr1 36343364 36343448 ENST00000373132 protein_coding 4 1 10 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000359297 protein_coding 6 2 8 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373129 protein_coding 7 1 10 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373130 protein_coding 7 1 9 STK40 ENSG00000196182 +CDS chr1 36343860 36343979 ENST00000373132 protein_coding 4 1 9 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000359297 protein_coding 6 2 7 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373129 protein_coding 7 1 9 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373130 protein_coding 7 1 8 STK40 ENSG00000196182 +CDS chr1 36344120 36344264 ENST00000373132 protein_coding 4 1 8 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000359297 protein_coding 6 2 6 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373129 protein_coding 7 1 8 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373130 protein_coding 7 1 7 STK40 ENSG00000196182 +CDS chr1 36348700 36348815 ENST00000373132 protein_coding 4 1 7 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000359297 protein_coding 6 2 5 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373129 protein_coding 7 1 7 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373130 protein_coding 7 1 6 STK40 ENSG00000196182 +CDS chr1 36354364 36354416 ENST00000373132 protein_coding 4 1 6 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000359297 protein_coding 6 2 4 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373129 protein_coding 7 1 6 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373130 protein_coding 7 1 5 STK40 ENSG00000196182 +CDS chr1 36355206 36355433 ENST00000373132 protein_coding 4 1 5 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000359297 protein_coding 6 2 3 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373129 protein_coding 7 1 5 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373130 protein_coding 7 1 4 STK40 ENSG00000196182 +CDS chr1 36358239 36358382 ENST00000373132 protein_coding 4 1 4 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000359297 protein_coding 6 2 2 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000373129 protein_coding 7 1 4 STK40 ENSG00000196182 +CDS chr1 36358737 36358837 ENST00000373130 protein_coding 7 1 3 STK40 ENSG00000196182 +CDS chr1 36358737 36358822 ENST00000373132 protein_coding 4 1 3 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000359297 protein_coding 6 2 1 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373129 protein_coding 7 1 3 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373130 protein_coding 7 1 2 STK40 ENSG00000196182 +CDS chr1 36361221 36361332 ENST00000373132 protein_coding 4 1 2 STK40 ENSG00000196182 +transcript chr1 36393436 36397908 ENST00000315732 protein_coding 3 1 NA LSM10 ENSG00000181817 +CDS chr1 36393761 36394129 ENST00000315732 protein_coding 3 1 2 LSM10 ENSG00000181817 +transcript chr1 36415827 36422181 ENST00000468441 protein_coding 5 5 NA OSCP1 ENSG00000116885 +CDS chr1 36416051 36416095 ENST00000468441 protein_coding 5 5 4 OSCP1 ENSG00000116885 +transcript chr1 36417906 36450451 ENST00000235532 protein_coding 9 1 NA OSCP1 ENSG00000116885 +transcript chr1 36417910 36450433 ENST00000356637 protein_coding 9 5 NA OSCP1 ENSG00000116885 +transcript chr1 36417943 36440975 ENST00000433045 protein_coding 6 5 NA OSCP1 ENSG00000116885 +transcript chr1 36418060 36450279 ENST00000445843 protein_coding 7 5 NA OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000235532 protein_coding 9 1 10 OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000356637 protein_coding 9 5 11 OSCP1 ENSG00000116885 +CDS chr1 36418142 36418255 ENST00000433045 protein_coding 6 5 10 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000468441 protein_coding 5 5 3 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000235532 protein_coding 9 1 9 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000356637 protein_coding 9 5 10 OSCP1 ENSG00000116885 +CDS chr1 36418991 36419054 ENST00000433045 protein_coding 6 5 9 OSCP1 ENSG00000116885 +CDS chr1 36419019 36419054 ENST00000445843 protein_coding 7 5 8 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000468441 protein_coding 5 5 2 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000235532 protein_coding 9 1 8 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000356637 protein_coding 9 5 9 OSCP1 ENSG00000116885 +CDS chr1 36420476 36420615 ENST00000433045 protein_coding 6 5 8 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422181 ENST00000468441 protein_coding 5 5 1 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000235532 protein_coding 9 1 7 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000356637 protein_coding 9 5 8 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000433045 protein_coding 6 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422150 36422219 ENST00000445843 protein_coding 7 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000235532 protein_coding 9 1 6 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000356637 protein_coding 9 5 7 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000433045 protein_coding 6 5 6 OSCP1 ENSG00000116885 +CDS chr1 36422768 36422896 ENST00000445843 protein_coding 7 5 6 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000235532 protein_coding 9 1 5 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000356637 protein_coding 9 5 6 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000433045 protein_coding 6 5 5 OSCP1 ENSG00000116885 +CDS chr1 36423363 36423466 ENST00000445843 protein_coding 7 5 5 OSCP1 ENSG00000116885 +transcript chr1 36428299 36450443 ENST00000354267 protein_coding 3 5 NA OSCP1 ENSG00000116885 +CDS chr1 36428323 36428475 ENST00000354267 protein_coding 3 5 5 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000235532 protein_coding 9 1 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000356637 protein_coding 9 5 5 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000433045 protein_coding 6 5 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000445843 protein_coding 7 5 4 OSCP1 ENSG00000116885 +CDS chr1 36431802 36431882 ENST00000354267 protein_coding 3 5 4 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000235532 protein_coding 9 1 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000356637 protein_coding 9 5 4 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000433045 protein_coding 6 5 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000445843 protein_coding 7 5 3 OSCP1 ENSG00000116885 +CDS chr1 36432422 36432589 ENST00000354267 protein_coding 3 5 3 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000235532 protein_coding 9 1 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000356637 protein_coding 9 5 3 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438887 ENST00000433045 protein_coding 6 5 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000445843 protein_coding 7 5 2 OSCP1 ENSG00000116885 +CDS chr1 36438756 36438910 ENST00000354267 protein_coding 3 5 2 OSCP1 ENSG00000116885 +CDS chr1 36444004 36444033 ENST00000356637 protein_coding 9 5 2 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000235532 protein_coding 9 1 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000356637 protein_coding 9 5 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450279 ENST00000445843 protein_coding 7 5 1 OSCP1 ENSG00000116885 +CDS chr1 36450258 36450369 ENST00000354267 protein_coding 3 5 1 OSCP1 ENSG00000116885 +transcript chr1 36455718 36464384 ENST00000373116 protein_coding 6 1 NA MRPS15 ENSG00000116898 +CDS chr1 36455791 36455925 ENST00000373116 protein_coding 6 1 8 MRPS15 ENSG00000116898 +CDS chr1 36456187 36456378 ENST00000373116 protein_coding 6 1 7 MRPS15 ENSG00000116898 +CDS chr1 36457923 36457981 ENST00000373116 protein_coding 6 1 6 MRPS15 ENSG00000116898 +CDS chr1 36460692 36460776 ENST00000373116 protein_coding 6 1 5 MRPS15 ENSG00000116898 +CDS chr1 36461264 36461312 ENST00000373116 protein_coding 6 1 4 MRPS15 ENSG00000116898 +CDS chr1 36462088 36462163 ENST00000373116 protein_coding 6 1 3 MRPS15 ENSG00000116898 +CDS chr1 36463806 36463850 ENST00000373116 protein_coding 6 1 2 MRPS15 ENSG00000116898 +CDS chr1 36464146 36464275 ENST00000373116 protein_coding 6 1 1 MRPS15 ENSG00000116898 +transcript chr1 36466043 36482913 ENST00000373106 protein_coding 6 1 NA CSF3R ENSG00000119535 +transcript chr1 36466043 36483278 ENST00000373103 protein_coding 5 1 NA CSF3R ENSG00000119535 +transcript chr1 36466043 36483278 ENST00000373104 protein_coding 5 1 NA CSF3R ENSG00000119535 +transcript chr1 36466044 36479519 ENST00000361632 protein_coding 8 1 NA CSF3R ENSG00000119535 +transcript chr1 36466083 36471474 ENST00000464465 protein_coding 6 5 NA CSF3R ENSG00000119535 +transcript chr1 36466096 36479519 ENST00000331941 protein_coding 6 5 NA CSF3R ENSG00000119535 +CDS chr1 36466099 36466200 ENST00000373104 protein_coding 5 1 18 CSF3R ENSG00000119535 +CDS chr1 36466099 36466200 ENST00000331941 protein_coding 6 5 16 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000373106 protein_coding 6 1 17 CSF3R ENSG00000119535 +CDS chr1 36466360 36466908 ENST00000373103 protein_coding 5 1 17 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000361632 protein_coding 8 1 15 CSF3R ENSG00000119535 +CDS chr1 36466360 36466827 ENST00000464465 protein_coding 6 5 7 CSF3R ENSG00000119535 +CDS chr1 36466621 36466827 ENST00000373104 protein_coding 5 1 17 CSF3R ENSG00000119535 +CDS chr1 36466621 36466827 ENST00000331941 protein_coding 6 5 15 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373106 protein_coding 6 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373103 protein_coding 5 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000373104 protein_coding 5 1 16 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000361632 protein_coding 8 1 14 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000464465 protein_coding 6 5 6 CSF3R ENSG00000119535 +CDS chr1 36467230 36467311 ENST00000331941 protein_coding 6 5 14 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373106 protein_coding 6 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373103 protein_coding 5 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000373104 protein_coding 5 1 15 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000361632 protein_coding 8 1 13 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000464465 protein_coding 6 5 5 CSF3R ENSG00000119535 +CDS chr1 36467558 36467651 ENST00000331941 protein_coding 6 5 13 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373106 protein_coding 6 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373103 protein_coding 5 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000373104 protein_coding 5 1 14 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000361632 protein_coding 8 1 12 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000464465 protein_coding 6 5 4 CSF3R ENSG00000119535 +CDS chr1 36467822 36467962 ENST00000331941 protein_coding 6 5 12 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373106 protein_coding 6 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373103 protein_coding 5 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000373104 protein_coding 5 1 13 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000361632 protein_coding 8 1 11 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000464465 protein_coding 6 5 3 CSF3R ENSG00000119535 +CDS chr1 36468075 36468221 ENST00000331941 protein_coding 6 5 11 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373106 protein_coding 6 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373103 protein_coding 5 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000373104 protein_coding 5 1 12 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000361632 protein_coding 8 1 10 CSF3R ENSG00000119535 +CDS chr1 36469156 36469257 ENST00000331941 protein_coding 6 5 10 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373106 protein_coding 6 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373103 protein_coding 5 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000373104 protein_coding 5 1 11 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000361632 protein_coding 8 1 9 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000464465 protein_coding 6 5 2 CSF3R ENSG00000119535 +CDS chr1 36469652 36469840 ENST00000331941 protein_coding 6 5 9 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373106 protein_coding 6 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373103 protein_coding 5 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000373104 protein_coding 5 1 10 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000361632 protein_coding 8 1 8 CSF3R ENSG00000119535 +CDS chr1 36471433 36471474 ENST00000464465 protein_coding 6 5 1 CSF3R ENSG00000119535 +CDS chr1 36471433 36471646 ENST00000331941 protein_coding 6 5 8 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373106 protein_coding 6 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373103 protein_coding 5 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000373104 protein_coding 5 1 9 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000361632 protein_coding 8 1 7 CSF3R ENSG00000119535 +CDS chr1 36472066 36472139 ENST00000331941 protein_coding 6 5 7 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373106 protein_coding 6 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373103 protein_coding 5 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000373104 protein_coding 5 1 8 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000361632 protein_coding 8 1 6 CSF3R ENSG00000119535 +CDS chr1 36472238 36472391 ENST00000331941 protein_coding 6 5 6 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373106 protein_coding 6 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373103 protein_coding 5 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000373104 protein_coding 5 1 7 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000361632 protein_coding 8 1 5 CSF3R ENSG00000119535 +CDS chr1 36472517 36472686 ENST00000331941 protein_coding 6 5 5 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373106 protein_coding 6 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373103 protein_coding 5 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000373104 protein_coding 5 1 6 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000361632 protein_coding 8 1 4 CSF3R ENSG00000119535 +CDS chr1 36473435 36473622 ENST00000331941 protein_coding 6 5 4 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373106 protein_coding 6 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373103 protein_coding 5 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000373104 protein_coding 5 1 5 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000361632 protein_coding 8 1 3 CSF3R ENSG00000119535 +CDS chr1 36473764 36473887 ENST00000331941 protein_coding 6 5 3 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373106 protein_coding 6 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373103 protein_coding 5 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000373104 protein_coding 5 1 4 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000361632 protein_coding 8 1 2 CSF3R ENSG00000119535 +CDS chr1 36475377 36475673 ENST00000331941 protein_coding 6 5 2 CSF3R ENSG00000119535 +transcript chr1 36479432 36482051 ENST00000533491 protein_coding 1 5 NA CSF3R ENSG00000119535 +CDS chr1 36479432 36479496 ENST00000533491 protein_coding 1 5 4 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373106 protein_coding 6 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373103 protein_coding 5 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000373104 protein_coding 5 1 3 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000361632 protein_coding 8 1 1 CSF3R ENSG00000119535 +CDS chr1 36479433 36479496 ENST00000331941 protein_coding 6 5 1 CSF3R ENSG00000119535 +transcript chr1 36795527 37034515 ENST00000373091 protein_coding 8 1 NA GRIK3 ENSG00000163873 +CDS chr1 36801854 36802045 ENST00000373091 protein_coding 8 1 16 GRIK3 ENSG00000163873 +transcript chr1 36804618 37034129 ENST00000373093 protein_coding 4 1 NA GRIK3 ENSG00000163873 +CDS chr1 36804936 36805237 ENST00000373093 protein_coding 4 1 15 GRIK3 ENSG00000163873 +CDS chr1 36804987 36805237 ENST00000373091 protein_coding 8 1 15 GRIK3 ENSG00000163873 +CDS chr1 36806104 36806326 ENST00000373091 protein_coding 8 1 14 GRIK3 ENSG00000163873 +CDS chr1 36806104 36806326 ENST00000373093 protein_coding 4 1 14 GRIK3 ENSG00000163873 +CDS chr1 36817060 36817277 ENST00000373091 protein_coding 8 1 13 GRIK3 ENSG00000163873 +CDS chr1 36817060 36817277 ENST00000373093 protein_coding 4 1 13 GRIK3 ENSG00000163873 +CDS chr1 36819736 36819854 ENST00000373091 protein_coding 8 1 12 GRIK3 ENSG00000163873 +CDS chr1 36819736 36819854 ENST00000373093 protein_coding 4 1 12 GRIK3 ENSG00000163873 +CDS chr1 36825603 36825826 ENST00000373091 protein_coding 8 1 11 GRIK3 ENSG00000163873 +CDS chr1 36825603 36825826 ENST00000373093 protein_coding 4 1 11 GRIK3 ENSG00000163873 +CDS chr1 36841736 36841939 ENST00000373091 protein_coding 8 1 10 GRIK3 ENSG00000163873 +CDS chr1 36841736 36841939 ENST00000373093 protein_coding 4 1 10 GRIK3 ENSG00000163873 +CDS chr1 36850311 36850424 ENST00000373091 protein_coding 8 1 9 GRIK3 ENSG00000163873 +CDS chr1 36850311 36850424 ENST00000373093 protein_coding 4 1 9 GRIK3 ENSG00000163873 +CDS chr1 36853615 36853722 ENST00000373091 protein_coding 8 1 8 GRIK3 ENSG00000163873 +CDS chr1 36853615 36853722 ENST00000373093 protein_coding 4 1 8 GRIK3 ENSG00000163873 +CDS chr1 36859108 36859251 ENST00000373091 protein_coding 8 1 7 GRIK3 ENSG00000163873 +CDS chr1 36859108 36859251 ENST00000373093 protein_coding 4 1 7 GRIK3 ENSG00000163873 +CDS chr1 36859844 36860017 ENST00000373091 protein_coding 8 1 6 GRIK3 ENSG00000163873 +CDS chr1 36859844 36860017 ENST00000373093 protein_coding 4 1 6 GRIK3 ENSG00000163873 +CDS chr1 36869748 36869801 ENST00000373091 protein_coding 8 1 5 GRIK3 ENSG00000163873 +CDS chr1 36869748 36869801 ENST00000373093 protein_coding 4 1 5 GRIK3 ENSG00000163873 +CDS chr1 36872188 36872369 ENST00000373091 protein_coding 8 1 4 GRIK3 ENSG00000163873 +CDS chr1 36872188 36872369 ENST00000373093 protein_coding 4 1 4 GRIK3 ENSG00000163873 +CDS chr1 36880634 36880891 ENST00000373091 protein_coding 8 1 3 GRIK3 ENSG00000163873 +CDS chr1 36880634 36880891 ENST00000373093 protein_coding 4 1 3 GRIK3 ENSG00000163873 +CDS chr1 36890920 36891096 ENST00000373091 protein_coding 8 1 2 GRIK3 ENSG00000163873 +CDS chr1 36890920 36891096 ENST00000373093 protein_coding 4 1 2 GRIK3 ENSG00000163873 +CDS chr1 37033994 37034108 ENST00000373091 protein_coding 8 1 1 GRIK3 ENSG00000163873 +CDS chr1 37033994 37034108 ENST00000373093 protein_coding 4 1 1 GRIK3 ENSG00000163873 +transcript chr1 37474580 37484377 ENST00000373087 protein_coding 7 1 NA ZC3H12A ENSG00000163874 +CDS chr1 37475497 37475939 ENST00000373087 protein_coding 7 1 2 ZC3H12A ENSG00000163874 +CDS chr1 37480290 37480429 ENST00000373087 protein_coding 7 1 3 ZC3H12A ENSG00000163874 +CDS chr1 37481601 37481835 ENST00000373087 protein_coding 7 1 4 ZC3H12A ENSG00000163874 +transcript chr1 37481690 37482602 ENST00000471012 protein_coding 1 3 NA ZC3H12A ENSG00000163874 +CDS chr1 37481690 37481835 ENST00000471012 protein_coding 1 3 1 ZC3H12A ENSG00000163874 +CDS chr1 37482354 37482602 ENST00000471012 protein_coding 1 3 2 ZC3H12A ENSG00000163874 +CDS chr1 37482434 37482540 ENST00000373087 protein_coding 7 1 5 ZC3H12A ENSG00000163874 +CDS chr1 37482737 37483608 ENST00000373087 protein_coding 7 1 6 ZC3H12A ENSG00000163874 +transcript chr1 37489993 37514766 ENST00000296214 protein_coding 10 1 NA MEAF6 ENSG00000163875 +transcript chr1 37492575 37514763 ENST00000373075 protein_coding 6 1 NA MEAF6 ENSG00000163875 +transcript chr1 37493311 37514269 ENST00000373074 protein_coding 5 2 NA MEAF6 ENSG00000163875 +transcript chr1 37493762 37514763 ENST00000373073 protein_coding 8 3 NA MEAF6 ENSG00000163875 +CDS chr1 37493772 37493814 ENST00000373073 protein_coding 8 3 6 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000373075 protein_coding 6 1 8 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000296214 protein_coding 10 1 7 MEAF6 ENSG00000163875 +CDS chr1 37494102 37494107 ENST00000373074 protein_coding 5 2 6 MEAF6 ENSG00000163875 +transcript chr1 37495874 37514746 ENST00000448519 protein_coding 2 1 NA MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000373075 protein_coding 6 1 7 MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000296214 protein_coding 10 1 6 MEAF6 ENSG00000163875 +CDS chr1 37495885 37495918 ENST00000373074 protein_coding 5 2 5 MEAF6 ENSG00000163875 +CDS chr1 37496595 37496604 ENST00000448519 protein_coding 2 1 7 MEAF6 ENSG00000163875 +CDS chr1 37496707 37496736 ENST00000373075 protein_coding 6 1 6 MEAF6 ENSG00000163875 +CDS chr1 37496707 37496736 ENST00000448519 protein_coding 2 1 6 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373075 protein_coding 6 1 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000296214 protein_coding 10 1 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373074 protein_coding 5 2 4 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000373073 protein_coding 8 3 5 MEAF6 ENSG00000163875 +CDS chr1 37501804 37501996 ENST00000448519 protein_coding 2 1 5 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373075 protein_coding 6 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000296214 protein_coding 10 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373074 protein_coding 5 2 3 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000373073 protein_coding 8 3 4 MEAF6 ENSG00000163875 +CDS chr1 37509278 37509323 ENST00000448519 protein_coding 2 1 4 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373075 protein_coding 6 1 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000296214 protein_coding 10 1 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373074 protein_coding 5 2 2 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000373073 protein_coding 8 3 3 MEAF6 ENSG00000163875 +CDS chr1 37509455 37509542 ENST00000448519 protein_coding 2 1 3 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000373075 protein_coding 6 1 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000296214 protein_coding 10 1 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513562 ENST00000373074 protein_coding 5 2 1 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000373073 protein_coding 8 3 2 MEAF6 ENSG00000163875 +CDS chr1 37513423 37513538 ENST00000448519 protein_coding 2 1 2 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000373075 protein_coding 6 1 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000296214 protein_coding 10 1 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000373073 protein_coding 8 3 1 MEAF6 ENSG00000163875 +CDS chr1 37514657 37514746 ENST00000448519 protein_coding 2 1 1 MEAF6 ENSG00000163875 +transcript chr1 37534449 37554293 ENST00000296215 protein_coding 8 1 NA SNIP1 ENSG00000163877 +CDS chr1 37537751 37538012 ENST00000296215 protein_coding 8 1 4 SNIP1 ENSG00000163877 +CDS chr1 37540157 37540755 ENST00000296215 protein_coding 8 1 3 SNIP1 ENSG00000163877 +CDS chr1 37552645 37552747 ENST00000296215 protein_coding 8 1 2 SNIP1 ENSG00000163877 +CDS chr1 37554006 37554229 ENST00000296215 protein_coding 8 1 1 SNIP1 ENSG00000163877 +transcript chr1 37556919 37566856 ENST00000296218 protein_coding 8 1 NA DNALI1 ENSG00000163879 +CDS chr1 37556929 37557075 ENST00000296218 protein_coding 8 1 1 DNALI1 ENSG00000163879 +transcript chr1 37556940 37566857 ENST00000652629 protein_coding 1 NA NA DNALI1 ENSG00000163879 +CDS chr1 37556995 37557075 ENST00000652629 protein_coding 1 NA 1 DNALI1 ENSG00000163879 +CDS chr1 37557603 37557748 ENST00000652629 protein_coding 1 NA 2 DNALI1 ENSG00000163879 +CDS chr1 37557603 37557748 ENST00000296218 protein_coding 8 1 2 DNALI1 ENSG00000163879 +CDS chr1 37559327 37559496 ENST00000652629 protein_coding 1 NA 3 DNALI1 ENSG00000163879 +CDS chr1 37559327 37559496 ENST00000296218 protein_coding 8 1 3 DNALI1 ENSG00000163879 +CDS chr1 37561557 37561735 ENST00000652629 protein_coding 1 NA 4 DNALI1 ENSG00000163879 +CDS chr1 37561557 37561735 ENST00000296218 protein_coding 8 1 4 DNALI1 ENSG00000163879 +CDS chr1 37562081 37562245 ENST00000652629 protein_coding 1 NA 5 DNALI1 ENSG00000163879 +CDS chr1 37562081 37562245 ENST00000296218 protein_coding 8 1 5 DNALI1 ENSG00000163879 +CDS chr1 37565026 37565058 ENST00000652629 protein_coding 1 NA 6 DNALI1 ENSG00000163879 +CDS chr1 37565026 37565058 ENST00000296218 protein_coding 8 1 6 DNALI1 ENSG00000163879 +transcript chr1 37566816 37595937 ENST00000373062 protein_coding 8 1 NA GNL2 ENSG00000134697 +CDS chr1 37566858 37567007 ENST00000373062 protein_coding 8 1 16 GNL2 ENSG00000134697 +CDS chr1 37567673 37567764 ENST00000373062 protein_coding 8 1 15 GNL2 ENSG00000134697 +CDS chr1 37568275 37568357 ENST00000373062 protein_coding 8 1 14 GNL2 ENSG00000134697 +CDS chr1 37568851 37569302 ENST00000373062 protein_coding 8 1 13 GNL2 ENSG00000134697 +CDS chr1 37574343 37574456 ENST00000373062 protein_coding 8 1 12 GNL2 ENSG00000134697 +CDS chr1 37574665 37574823 ENST00000373062 protein_coding 8 1 11 GNL2 ENSG00000134697 +CDS chr1 37575595 37575699 ENST00000373062 protein_coding 8 1 10 GNL2 ENSG00000134697 +transcript chr1 37575595 37582923 ENST00000538069 protein_coding 2 3 NA GNL2 ENSG00000134697 +CDS chr1 37575595 37575699 ENST00000538069 protein_coding 2 3 5 GNL2 ENSG00000134697 +CDS chr1 37576428 37576556 ENST00000373062 protein_coding 8 1 9 GNL2 ENSG00000134697 +CDS chr1 37576428 37576556 ENST00000538069 protein_coding 2 3 4 GNL2 ENSG00000134697 +CDS chr1 37581342 37581545 ENST00000538069 protein_coding 2 3 3 GNL2 ENSG00000134697 +CDS chr1 37582223 37582336 ENST00000373062 protein_coding 8 1 8 GNL2 ENSG00000134697 +CDS chr1 37582223 37582336 ENST00000538069 protein_coding 2 3 2 GNL2 ENSG00000134697 +CDS chr1 37582778 37582936 ENST00000373062 protein_coding 8 1 7 GNL2 ENSG00000134697 +CDS chr1 37582778 37582923 ENST00000538069 protein_coding 2 3 1 GNL2 ENSG00000134697 +CDS chr1 37583867 37583933 ENST00000373062 protein_coding 8 1 6 GNL2 ENSG00000134697 +CDS chr1 37587311 37587495 ENST00000373062 protein_coding 8 1 5 GNL2 ENSG00000134697 +CDS chr1 37590706 37590845 ENST00000373062 protein_coding 8 1 4 GNL2 ENSG00000134697 +CDS chr1 37592712 37592806 ENST00000373062 protein_coding 8 1 3 GNL2 ENSG00000134697 +CDS chr1 37593762 37593846 ENST00000373062 protein_coding 8 1 2 GNL2 ENSG00000134697 +CDS chr1 37595759 37595822 ENST00000373062 protein_coding 8 1 1 GNL2 ENSG00000134697 +transcript chr1 37611350 37634665 ENST00000615459 protein_coding 4 2 NA RSPO1 ENSG00000169218 +transcript chr1 37611350 37634665 ENST00000612451 protein_coding 4 1 NA RSPO1 ENSG00000169218 +transcript chr1 37611350 37634892 ENST00000356545 protein_coding 7 1 NA RSPO1 ENSG00000169218 +transcript chr1 37611812 37634616 ENST00000401068 protein_coding 1 1 NA RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000615459 protein_coding 4 2 7 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000612451 protein_coding 4 1 6 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000356545 protein_coding 7 1 7 RSPO1 ENSG00000169218 +CDS chr1 37612758 37612921 ENST00000401068 protein_coding 1 1 8 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000615459 protein_coding 4 2 6 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000356545 protein_coding 7 1 6 RSPO1 ENSG00000169218 +CDS chr1 37613704 37613892 ENST00000401068 protein_coding 1 1 7 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000615459 protein_coding 4 2 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000612451 protein_coding 4 1 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000356545 protein_coding 7 1 5 RSPO1 ENSG00000169218 +CDS chr1 37614184 37614333 ENST00000401068 protein_coding 1 1 6 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000615459 protein_coding 4 2 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000612451 protein_coding 4 1 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000356545 protein_coding 7 1 4 RSPO1 ENSG00000169218 +CDS chr1 37616484 37616675 ENST00000401068 protein_coding 1 1 5 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000612451 protein_coding 4 1 3 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000356545 protein_coding 7 1 3 RSPO1 ENSG00000169218 +CDS chr1 37629568 37629661 ENST00000401068 protein_coding 1 1 4 RSPO1 ENSG00000169218 +CDS chr1 37629889 37629901 ENST00000615459 protein_coding 4 2 3 RSPO1 ENSG00000169218 +transcript chr1 37681570 37690520 ENST00000358011 protein_coding 8 2 NA C1orf109 ENSG00000116922 +transcript chr1 37681570 37690529 ENST00000486637 protein_coding 2 3 NA C1orf109 ENSG00000116922 +transcript chr1 37683111 37690504 ENST00000464085 protein_coding 5 2 NA C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000358011 protein_coding 8 2 5 C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000464085 protein_coding 5 2 5 C1orf109 ENSG00000116922 +CDS chr1 37683126 37683160 ENST00000486637 protein_coding 2 3 5 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000358011 protein_coding 8 2 4 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000464085 protein_coding 5 2 4 C1orf109 ENSG00000116922 +transcript chr1 37683319 37692223 ENST00000491981 protein_coding 5 5 NA C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000491981 protein_coding 5 5 4 C1orf109 ENSG00000116922 +CDS chr1 37683319 37683437 ENST00000486637 protein_coding 2 3 4 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000358011 protein_coding 8 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000464085 protein_coding 5 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000491981 protein_coding 5 5 3 C1orf109 ENSG00000116922 +transcript chr1 37686273 37690520 ENST00000461359 protein_coding 5 2 NA C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000461359 protein_coding 5 2 3 C1orf109 ENSG00000116922 +CDS chr1 37686273 37686452 ENST00000486637 protein_coding 2 3 3 C1orf109 ENSG00000116922 +transcript chr1 37686302 37692205 ENST00000477060 protein_coding 1 3 NA C1orf109 ENSG00000116922 +CDS chr1 37686302 37686452 ENST00000477060 protein_coding 1 3 3 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000358011 protein_coding 8 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000464085 protein_coding 5 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000491981 protein_coding 5 5 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000461359 protein_coding 5 2 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000477060 protein_coding 1 3 2 C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000486637 protein_coding 2 3 2 C1orf109 ENSG00000116922 +transcript chr1 37689606 37692242 ENST00000488137 protein_coding 5 3 NA C1orf109 ENSG00000116922 +CDS chr1 37689606 37689880 ENST00000488137 protein_coding 5 3 3 C1orf109 ENSG00000116922 +transcript chr1 37689768 37692249 ENST00000619962 protein_coding 1 5 NA C1orf109 ENSG00000116922 +CDS chr1 37689768 37689880 ENST00000619962 protein_coding 1 5 3 C1orf109 ENSG00000116922 +transcript chr1 37692481 37709713 ENST00000327331 protein_coding 2 1 NA CDCA8 ENSG00000134690 +transcript chr1 37692516 37709719 ENST00000373055 protein_coding 6 1 NA CDCA8 ENSG00000134690 +CDS chr1 37692691 37692784 ENST00000373055 protein_coding 6 1 1 CDCA8 ENSG00000134690 +CDS chr1 37692691 37692784 ENST00000327331 protein_coding 2 1 2 CDCA8 ENSG00000134690 +CDS chr1 37692905 37693033 ENST00000373055 protein_coding 6 1 2 CDCA8 ENSG00000134690 +CDS chr1 37692905 37693033 ENST00000327331 protein_coding 2 1 3 CDCA8 ENSG00000134690 +CDS chr1 37695910 37695950 ENST00000373055 protein_coding 6 1 3 CDCA8 ENSG00000134690 +CDS chr1 37695910 37695950 ENST00000327331 protein_coding 2 1 4 CDCA8 ENSG00000134690 +CDS chr1 37698905 37698977 ENST00000373055 protein_coding 6 1 4 CDCA8 ENSG00000134690 +CDS chr1 37698905 37698977 ENST00000327331 protein_coding 2 1 5 CDCA8 ENSG00000134690 +CDS chr1 37700436 37700521 ENST00000373055 protein_coding 6 1 5 CDCA8 ENSG00000134690 +CDS chr1 37700436 37700521 ENST00000327331 protein_coding 2 1 6 CDCA8 ENSG00000134690 +CDS chr1 37701754 37701818 ENST00000373055 protein_coding 6 1 6 CDCA8 ENSG00000134690 +CDS chr1 37701754 37701818 ENST00000327331 protein_coding 2 1 7 CDCA8 ENSG00000134690 +CDS chr1 37703252 37703347 ENST00000373055 protein_coding 6 1 7 CDCA8 ENSG00000134690 +CDS chr1 37703252 37703347 ENST00000327331 protein_coding 2 1 8 CDCA8 ENSG00000134690 +CDS chr1 37705441 37705567 ENST00000373055 protein_coding 6 1 8 CDCA8 ENSG00000134690 +CDS chr1 37705441 37705567 ENST00000327331 protein_coding 2 1 9 CDCA8 ENSG00000134690 +CDS chr1 37706978 37707064 ENST00000373055 protein_coding 6 1 9 CDCA8 ENSG00000134690 +CDS chr1 37706978 37707064 ENST00000327331 protein_coding 2 1 10 CDCA8 ENSG00000134690 +CDS chr1 37708322 37708363 ENST00000373055 protein_coding 6 1 10 CDCA8 ENSG00000134690 +CDS chr1 37708322 37708363 ENST00000327331 protein_coding 2 1 11 CDCA8 ENSG00000134690 +transcript chr1 37715854 37765066 ENST00000427468 protein_coding 6 5 NA EPHA10 ENSG00000183317 +transcript chr1 37715976 37765120 ENST00000373048 protein_coding 9 5 NA EPHA10 ENSG00000183317 +CDS chr1 37715979 37715997 ENST00000427468 protein_coding 6 5 18 EPHA10 ENSG00000183317 +CDS chr1 37718375 37718486 ENST00000373048 protein_coding 9 5 17 EPHA10 ENSG00000183317 +CDS chr1 37718376 37718486 ENST00000427468 protein_coding 6 5 17 EPHA10 ENSG00000183317 +CDS chr1 37718661 37718816 ENST00000373048 protein_coding 9 5 16 EPHA10 ENSG00000183317 +CDS chr1 37718661 37718816 ENST00000427468 protein_coding 6 5 16 EPHA10 ENSG00000183317 +CDS chr1 37719414 37719607 ENST00000373048 protein_coding 9 5 15 EPHA10 ENSG00000183317 +CDS chr1 37719414 37719607 ENST00000427468 protein_coding 6 5 15 EPHA10 ENSG00000183317 +CDS chr1 37719909 37720058 ENST00000373048 protein_coding 9 5 14 EPHA10 ENSG00000183317 +CDS chr1 37719909 37720058 ENST00000427468 protein_coding 6 5 14 EPHA10 ENSG00000183317 +CDS chr1 37720351 37720554 ENST00000373048 protein_coding 9 5 13 EPHA10 ENSG00000183317 +CDS chr1 37720351 37720554 ENST00000427468 protein_coding 6 5 13 EPHA10 ENSG00000183317 +CDS chr1 37720783 37720844 ENST00000373048 protein_coding 9 5 12 EPHA10 ENSG00000183317 +CDS chr1 37720783 37720844 ENST00000427468 protein_coding 6 5 12 EPHA10 ENSG00000183317 +CDS chr1 37721660 37721845 ENST00000373048 protein_coding 9 5 11 EPHA10 ENSG00000183317 +CDS chr1 37721660 37721845 ENST00000427468 protein_coding 6 5 11 EPHA10 ENSG00000183317 +transcript chr1 37722274 37752969 ENST00000540011 protein_coding 2 5 NA EPHA10 ENSG00000183317 +CDS chr1 37722277 37722296 ENST00000540011 protein_coding 2 5 7 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000373048 protein_coding 9 5 10 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000427468 protein_coding 6 5 10 EPHA10 ENSG00000183317 +CDS chr1 37723041 37723166 ENST00000540011 protein_coding 2 5 6 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000373048 protein_coding 9 5 9 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000427468 protein_coding 6 5 9 EPHA10 ENSG00000183317 +CDS chr1 37723311 37723372 ENST00000540011 protein_coding 2 5 5 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000373048 protein_coding 9 5 8 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000427468 protein_coding 6 5 8 EPHA10 ENSG00000183317 +CDS chr1 37727102 37727210 ENST00000540011 protein_coding 2 5 4 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731582 ENST00000373048 protein_coding 9 5 7 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731582 ENST00000427468 protein_coding 6 5 7 EPHA10 ENSG00000183317 +CDS chr1 37731411 37731558 ENST00000540011 protein_coding 2 5 3 EPHA10 ENSG00000183317 +CDS chr1 37735257 37735390 ENST00000373048 protein_coding 9 5 6 EPHA10 ENSG00000183317 +CDS chr1 37735257 37735390 ENST00000427468 protein_coding 6 5 6 EPHA10 ENSG00000183317 +CDS chr1 37752876 37753226 ENST00000373048 protein_coding 9 5 5 EPHA10 ENSG00000183317 +CDS chr1 37752876 37753226 ENST00000427468 protein_coding 6 5 5 EPHA10 ENSG00000183317 +CDS chr1 37754215 37754370 ENST00000373048 protein_coding 9 5 4 EPHA10 ENSG00000183317 +CDS chr1 37754215 37754370 ENST00000427468 protein_coding 6 5 4 EPHA10 ENSG00000183317 +transcript chr1 37760272 37765133 ENST00000319637 protein_coding 6 1 NA EPHA10 ENSG00000183317 +CDS chr1 37761370 37762083 ENST00000319637 protein_coding 6 1 3 EPHA10 ENSG00000183317 +CDS chr1 37761405 37762083 ENST00000373048 protein_coding 9 5 3 EPHA10 ENSG00000183317 +CDS chr1 37761405 37762083 ENST00000427468 protein_coding 6 5 3 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000373048 protein_coding 9 5 2 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000319637 protein_coding 6 1 2 EPHA10 ENSG00000183317 +CDS chr1 37762785 37762849 ENST00000427468 protein_coding 6 5 2 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000373048 protein_coding 9 5 1 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000319637 protein_coding 6 1 1 EPHA10 ENSG00000183317 +CDS chr1 37764961 37765066 ENST00000427468 protein_coding 6 5 1 EPHA10 ENSG00000183317 +transcript chr1 37793847 37801133 ENST00000373045 protein_coding 11 1 NA MANEAL ENSG00000185090 +transcript chr1 37793883 37801133 ENST00000397631 protein_coding 7 1 NA MANEAL ENSG00000185090 +CDS chr1 37794183 37794732 ENST00000373045 protein_coding 11 1 1 MANEAL ENSG00000185090 +CDS chr1 37794183 37794732 ENST00000397631 protein_coding 7 1 1 MANEAL ENSG00000185090 +transcript chr1 37794483 37800221 ENST00000532512 protein_coding 1 4 NA MANEAL ENSG00000185090 +CDS chr1 37794483 37794732 ENST00000532512 protein_coding 1 4 1 MANEAL ENSG00000185090 +transcript chr1 37795408 37800448 ENST00000525897 protein_coding 1 2 NA MANEAL ENSG00000185090 +transcript chr1 37795488 37801137 ENST00000329006 protein_coding 5 2 NA MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000373045 protein_coding 11 1 2 MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000397631 protein_coding 7 1 2 MANEAL ENSG00000185090 +CDS chr1 37795737 37795846 ENST00000532512 protein_coding 1 4 2 MANEAL ENSG00000185090 +CDS chr1 37795769 37795846 ENST00000525897 protein_coding 1 2 2 MANEAL ENSG00000185090 +CDS chr1 37795776 37795846 ENST00000329006 protein_coding 5 2 1 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000373045 protein_coding 11 1 3 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000397631 protein_coding 7 1 3 MANEAL ENSG00000185090 +CDS chr1 37796744 37796820 ENST00000525897 protein_coding 1 2 3 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000373045 protein_coding 11 1 4 MANEAL ENSG00000185090 +CDS chr1 37799567 37799596 ENST00000532512 protein_coding 1 4 3 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000525897 protein_coding 1 2 4 MANEAL ENSG00000185090 +CDS chr1 37799567 37800200 ENST00000329006 protein_coding 5 2 2 MANEAL ENSG00000185090 +CDS chr1 37799844 37799856 ENST00000397631 protein_coding 7 1 4 MANEAL ENSG00000185090 +transcript chr1 37802945 37808208 ENST00000373044 protein_coding 3 1 NA YRDC ENSG00000196449 +CDS chr1 37803928 37803997 ENST00000373044 protein_coding 3 1 5 YRDC ENSG00000196449 +CDS chr1 37804302 37804444 ENST00000373044 protein_coding 3 1 4 YRDC ENSG00000196449 +CDS chr1 37806857 37806976 ENST00000373044 protein_coding 3 1 3 YRDC ENSG00000196449 +transcript chr1 37806979 37809452 ENST00000373043 protein_coding 1 1 NA C1orf122 ENSG00000197982 +CDS chr1 37807101 37807215 ENST00000373044 protein_coding 3 1 2 YRDC ENSG00000196449 +transcript chr1 37807747 37809449 ENST00000468084 protein_coding 1 2 NA C1orf122 ENSG00000197982 +transcript chr1 37807790 37809454 ENST00000373042 protein_coding 5 1 NA C1orf122 ENSG00000197982 +CDS chr1 37807792 37808180 ENST00000373044 protein_coding 3 1 1 YRDC ENSG00000196449 +CDS chr1 37808405 37808439 ENST00000373042 protein_coding 5 1 1 C1orf122 ENSG00000197982 +CDS chr1 37808531 37808732 ENST00000373042 protein_coding 5 1 2 C1orf122 ENSG00000197982 +CDS chr1 37808685 37808732 ENST00000373043 protein_coding 1 1 1 C1orf122 ENSG00000197982 +CDS chr1 37808685 37808732 ENST00000468084 protein_coding 1 2 2 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000373043 protein_coding 1 1 2 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000468084 protein_coding 1 2 3 C1orf122 ENSG00000197982 +CDS chr1 37808978 37809070 ENST00000373042 protein_coding 5 1 3 C1orf122 ENSG00000197982 +transcript chr1 37809574 37859592 ENST00000373036 protein_coding 5 1 NA MTF1 ENSG00000188786 +CDS chr1 37815139 37815566 ENST00000373036 protein_coding 5 1 11 MTF1 ENSG00000188786 +CDS chr1 37817419 37817482 ENST00000373036 protein_coding 5 1 10 MTF1 ENSG00000188786 +CDS chr1 37822121 37822716 ENST00000373036 protein_coding 5 1 9 MTF1 ENSG00000188786 +CDS chr1 37823710 37823812 ENST00000373036 protein_coding 5 1 8 MTF1 ENSG00000188786 +CDS chr1 37832245 37832322 ENST00000373036 protein_coding 5 1 7 MTF1 ENSG00000188786 +CDS chr1 37835079 37835215 ENST00000373036 protein_coding 5 1 6 MTF1 ENSG00000188786 +CDS chr1 37835671 37835744 ENST00000373036 protein_coding 5 1 5 MTF1 ENSG00000188786 +CDS chr1 37838625 37838756 ENST00000373036 protein_coding 5 1 4 MTF1 ENSG00000188786 +CDS chr1 37839920 37840158 ENST00000373036 protein_coding 5 1 3 MTF1 ENSG00000188786 +CDS chr1 37857251 37857658 ENST00000373036 protein_coding 5 1 2 MTF1 ENSG00000188786 +transcript chr1 37860697 37931749 ENST00000373027 protein_coding 5 2 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947053 ENST00000373024 protein_coding 8 1 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947057 ENST00000373023 protein_coding 6 5 NA INPP5B ENSG00000204084 +transcript chr1 37860697 37947021 ENST00000458109 protein_coding 6 1 NA INPP5B ENSG00000204084 +transcript chr1 37862068 37946309 ENST00000373026 protein_coding 5 5 NA INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373027 protein_coding 5 2 18 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373026 protein_coding 5 5 23 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373024 protein_coding 8 1 24 INPP5B ENSG00000204084 +CDS chr1 37862318 37862430 ENST00000373023 protein_coding 6 5 24 INPP5B ENSG00000204084 +CDS chr1 37862374 37862430 ENST00000458109 protein_coding 6 1 20 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373027 protein_coding 5 2 17 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373026 protein_coding 5 5 22 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373024 protein_coding 8 1 23 INPP5B ENSG00000204084 +CDS chr1 37864312 37864423 ENST00000373023 protein_coding 6 5 23 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373027 protein_coding 5 2 16 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373026 protein_coding 5 5 21 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373024 protein_coding 8 1 22 INPP5B ENSG00000204084 +CDS chr1 37865761 37865888 ENST00000373023 protein_coding 6 5 22 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373027 protein_coding 5 2 15 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373026 protein_coding 5 5 20 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373024 protein_coding 8 1 21 INPP5B ENSG00000204084 +CDS chr1 37866459 37866543 ENST00000373023 protein_coding 6 5 21 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373027 protein_coding 5 2 14 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373026 protein_coding 5 5 19 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373024 protein_coding 8 1 20 INPP5B ENSG00000204084 +CDS chr1 37868501 37868614 ENST00000373023 protein_coding 6 5 20 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373027 protein_coding 5 2 13 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373026 protein_coding 5 5 18 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373024 protein_coding 8 1 19 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000373023 protein_coding 6 5 19 INPP5B ENSG00000204084 +CDS chr1 37872930 37873165 ENST00000458109 protein_coding 6 1 19 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373027 protein_coding 5 2 12 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373026 protein_coding 5 5 17 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373024 protein_coding 8 1 18 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000373023 protein_coding 6 5 18 INPP5B ENSG00000204084 +CDS chr1 37873993 37874155 ENST00000458109 protein_coding 6 1 18 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373027 protein_coding 5 2 11 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373026 protein_coding 5 5 16 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373024 protein_coding 8 1 17 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000373023 protein_coding 6 5 17 INPP5B ENSG00000204084 +CDS chr1 37875606 37875716 ENST00000458109 protein_coding 6 1 17 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373027 protein_coding 5 2 10 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373026 protein_coding 5 5 15 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373024 protein_coding 8 1 16 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000373023 protein_coding 6 5 16 INPP5B ENSG00000204084 +CDS chr1 37878188 37878323 ENST00000458109 protein_coding 6 1 16 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373027 protein_coding 5 2 9 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373026 protein_coding 5 5 14 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373024 protein_coding 8 1 15 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000373023 protein_coding 6 5 15 INPP5B ENSG00000204084 +CDS chr1 37880085 37880194 ENST00000458109 protein_coding 6 1 15 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373027 protein_coding 5 2 8 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373026 protein_coding 5 5 13 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373024 protein_coding 8 1 14 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000373023 protein_coding 6 5 14 INPP5B ENSG00000204084 +CDS chr1 37882807 37882918 ENST00000458109 protein_coding 6 1 14 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373027 protein_coding 5 2 7 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373026 protein_coding 5 5 12 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373024 protein_coding 8 1 13 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000373023 protein_coding 6 5 13 INPP5B ENSG00000204084 +CDS chr1 37885638 37885825 ENST00000458109 protein_coding 6 1 13 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373027 protein_coding 5 2 6 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373026 protein_coding 5 5 11 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373024 protein_coding 8 1 12 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000373023 protein_coding 6 5 12 INPP5B ENSG00000204084 +CDS chr1 37886888 37887004 ENST00000458109 protein_coding 6 1 12 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373027 protein_coding 5 2 5 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373026 protein_coding 5 5 10 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373024 protein_coding 8 1 11 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000373023 protein_coding 6 5 11 INPP5B ENSG00000204084 +CDS chr1 37887351 37887465 ENST00000458109 protein_coding 6 1 11 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373027 protein_coding 5 2 4 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373026 protein_coding 5 5 9 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373024 protein_coding 8 1 10 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000373023 protein_coding 6 5 10 INPP5B ENSG00000204084 +CDS chr1 37888243 37888344 ENST00000458109 protein_coding 6 1 10 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373027 protein_coding 5 2 3 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373026 protein_coding 5 5 8 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373024 protein_coding 8 1 9 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000373023 protein_coding 6 5 9 INPP5B ENSG00000204084 +CDS chr1 37889557 37889724 ENST00000458109 protein_coding 6 1 9 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373027 protein_coding 5 2 2 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373026 protein_coding 5 5 7 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373024 protein_coding 8 1 8 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000373023 protein_coding 6 5 8 INPP5B ENSG00000204084 +CDS chr1 37891358 37891454 ENST00000458109 protein_coding 6 1 8 INPP5B ENSG00000204084 +transcript chr1 37928537 37946334 ENST00000373021 protein_coding 1 1 NA INPP5B ENSG00000204084 +CDS chr1 37931488 37932053 ENST00000373021 protein_coding 1 1 6 INPP5B ENSG00000204084 +CDS chr1 37931673 37931712 ENST00000373027 protein_coding 5 2 1 INPP5B ENSG00000204084 +CDS chr1 37931673 37932053 ENST00000373026 protein_coding 5 5 6 INPP5B ENSG00000204084 +CDS chr1 37931673 37932053 ENST00000373023 protein_coding 6 5 7 INPP5B ENSG00000204084 +CDS chr1 37931913 37932053 ENST00000373024 protein_coding 8 1 7 INPP5B ENSG00000204084 +CDS chr1 37931913 37932053 ENST00000458109 protein_coding 6 1 7 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373026 protein_coding 5 5 5 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373024 protein_coding 8 1 6 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373021 protein_coding 1 1 5 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000373023 protein_coding 6 5 6 INPP5B ENSG00000204084 +CDS chr1 37940688 37940798 ENST00000458109 protein_coding 6 1 6 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373026 protein_coding 5 5 4 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373024 protein_coding 8 1 5 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373021 protein_coding 1 1 4 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000373023 protein_coding 6 5 5 INPP5B ENSG00000204084 +CDS chr1 37943640 37943669 ENST00000458109 protein_coding 6 1 5 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373026 protein_coding 5 5 3 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373024 protein_coding 8 1 4 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373021 protein_coding 1 1 3 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000373023 protein_coding 6 5 4 INPP5B ENSG00000204084 +CDS chr1 37943796 37943893 ENST00000458109 protein_coding 6 1 4 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373026 protein_coding 5 5 2 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373024 protein_coding 8 1 3 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373021 protein_coding 1 1 2 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000373023 protein_coding 6 5 3 INPP5B ENSG00000204084 +CDS chr1 37945756 37945850 ENST00000458109 protein_coding 6 1 3 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373026 protein_coding 5 5 1 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373024 protein_coding 8 1 2 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373021 protein_coding 1 1 1 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000373023 protein_coding 6 5 2 INPP5B ENSG00000204084 +CDS chr1 37946252 37946308 ENST00000458109 protein_coding 6 1 2 INPP5B ENSG00000204084 +transcript chr1 37956975 37990022 ENST00000373019 protein_coding 5 1 NA SF3A3 ENSG00000183431 +CDS chr1 37958189 37958263 ENST00000373019 protein_coding 5 1 17 SF3A3 ENSG00000183431 +CDS chr1 37960120 37960175 ENST00000373019 protein_coding 5 1 16 SF3A3 ENSG00000183431 +CDS chr1 37968044 37968134 ENST00000373019 protein_coding 5 1 15 SF3A3 ENSG00000183431 +CDS chr1 37969354 37969464 ENST00000373019 protein_coding 5 1 14 SF3A3 ENSG00000183431 +CDS chr1 37969571 37969735 ENST00000373019 protein_coding 5 1 13 SF3A3 ENSG00000183431 +CDS chr1 37976884 37976953 ENST00000373019 protein_coding 5 1 12 SF3A3 ENSG00000183431 +CDS chr1 37978720 37978827 ENST00000373019 protein_coding 5 1 11 SF3A3 ENSG00000183431 +CDS chr1 37978988 37979055 ENST00000373019 protein_coding 5 1 10 SF3A3 ENSG00000183431 +CDS chr1 37979465 37979533 ENST00000373019 protein_coding 5 1 9 SF3A3 ENSG00000183431 +CDS chr1 37980586 37980724 ENST00000373019 protein_coding 5 1 8 SF3A3 ENSG00000183431 +CDS chr1 37981729 37981811 ENST00000373019 protein_coding 5 1 7 SF3A3 ENSG00000183431 +CDS chr1 37984169 37984260 ENST00000373019 protein_coding 5 1 6 SF3A3 ENSG00000183431 +CDS chr1 37984707 37984779 ENST00000373019 protein_coding 5 1 5 SF3A3 ENSG00000183431 +CDS chr1 37987573 37987678 ENST00000373019 protein_coding 5 1 4 SF3A3 ENSG00000183431 +CDS chr1 37987784 37987836 ENST00000373019 protein_coding 5 1 3 SF3A3 ENSG00000183431 +CDS chr1 37989548 37989595 ENST00000373019 protein_coding 5 1 2 SF3A3 ENSG00000183431 +CDS chr1 37989870 37989965 ENST00000373019 protein_coding 5 1 1 SF3A3 ENSG00000183431 +transcript chr1 37996770 38005514 ENST00000373016 protein_coding 4 1 NA FHL3 ENSG00000183386 +CDS chr1 37997408 37997559 ENST00000373016 protein_coding 4 1 6 FHL3 ENSG00000183386 +CDS chr1 37997684 37997870 ENST00000373016 protein_coding 4 1 5 FHL3 ENSG00000183386 +CDS chr1 37997963 37998132 ENST00000373016 protein_coding 4 1 4 FHL3 ENSG00000183386 +CDS chr1 37998974 37999148 ENST00000373016 protein_coding 4 1 3 FHL3 ENSG00000183386 +CDS chr1 37999257 37999412 ENST00000373016 protein_coding 4 1 2 FHL3 ENSG00000183386 +transcript chr1 38012734 38024820 ENST00000373014 protein_coding 5 1 NA UTP11 ENSG00000183520 +CDS chr1 38012803 38012865 ENST00000373014 protein_coding 5 1 1 UTP11 ENSG00000183520 +CDS chr1 38016359 38016420 ENST00000373014 protein_coding 5 1 2 UTP11 ENSG00000183520 +CDS chr1 38017668 38017770 ENST00000373014 protein_coding 5 1 3 UTP11 ENSG00000183520 +CDS chr1 38018464 38018577 ENST00000373014 protein_coding 5 1 4 UTP11 ENSG00000183520 +CDS chr1 38019059 38019152 ENST00000373014 protein_coding 5 1 5 UTP11 ENSG00000183520 +CDS chr1 38019253 38019383 ENST00000373014 protein_coding 5 1 6 UTP11 ENSG00000183520 +CDS chr1 38022699 38022809 ENST00000373014 protein_coding 5 1 7 UTP11 ENSG00000183520 +CDS chr1 38023545 38023625 ENST00000373014 protein_coding 5 1 8 UTP11 ENSG00000183520 +transcript chr1 38043829 38046793 ENST00000373012 protein_coding 5 NA NA POU3F1 ENSG00000185668 +CDS chr1 38045391 38046743 ENST00000373012 protein_coding 5 NA 1 POU3F1 ENSG00000185668 +transcript chr1 38838198 38859772 ENST00000373001 protein_coding 4 1 NA RRAGC ENSG00000116954 +CDS chr1 38839556 38839704 ENST00000373001 protein_coding 4 1 7 RRAGC ENSG00000116954 +CDS chr1 38845939 38846087 ENST00000373001 protein_coding 4 1 6 RRAGC ENSG00000116954 +CDS chr1 38851615 38851757 ENST00000373001 protein_coding 4 1 5 RRAGC ENSG00000116954 +CDS chr1 38852374 38852488 ENST00000373001 protein_coding 4 1 4 RRAGC ENSG00000116954 +CDS chr1 38855708 38855907 ENST00000373001 protein_coding 4 1 3 RRAGC ENSG00000116954 +CDS chr1 38856879 38857082 ENST00000373001 protein_coding 4 1 2 RRAGC ENSG00000116954 +CDS chr1 38859410 38859646 ENST00000373001 protein_coding 4 1 1 RRAGC ENSG00000116954 +transcript chr1 38862493 38873348 ENST00000397572 protein_coding 5 1 NA MYCBP ENSG00000214114 +transcript chr1 38864236 38873368 ENST00000494695 protein_coding 4 2 NA MYCBP ENSG00000214114 +transcript chr1 38864529 38881602 ENST00000621281 protein_coding 1 2 NA NA ENSG00000274944 +CDS chr1 38864673 38864714 ENST00000621281 protein_coding 1 2 5 NA ENSG00000274944 +CDS chr1 38864673 38864714 ENST00000397572 protein_coding 5 1 5 MYCBP ENSG00000214114 +CDS chr1 38866880 38867009 ENST00000621281 protein_coding 1 2 4 NA ENSG00000274944 +CDS chr1 38866880 38867009 ENST00000397572 protein_coding 5 1 4 MYCBP ENSG00000214114 +CDS chr1 38866920 38866999 ENST00000494695 protein_coding 4 2 3 MYCBP ENSG00000214114 +CDS chr1 38867562 38867610 ENST00000621281 protein_coding 1 2 3 NA ENSG00000274944 +CDS chr1 38867562 38867610 ENST00000397572 protein_coding 5 1 3 MYCBP ENSG00000214114 +CDS chr1 38873018 38873090 ENST00000621281 protein_coding 1 2 2 NA ENSG00000274944 +CDS chr1 38873018 38873090 ENST00000397572 protein_coding 5 1 2 MYCBP ENSG00000214114 +CDS chr1 38873018 38873090 ENST00000494695 protein_coding 4 2 2 MYCBP ENSG00000214114 +CDS chr1 38873291 38873305 ENST00000397572 protein_coding 5 1 1 MYCBP ENSG00000214114 +CDS chr1 38873291 38873305 ENST00000494695 protein_coding 4 2 1 MYCBP ENSG00000214114 +transcript chr1 38874069 38881587 ENST00000357771 protein_coding 5 1 NA GJA9 ENSG00000131233 +transcript chr1 38874451 38876351 ENST00000360786 protein_coding 3 NA NA GJA9 ENSG00000131233 +CDS chr1 38874554 38876098 ENST00000360786 protein_coding 3 NA 1 GJA9 ENSG00000131233 +CDS chr1 38874554 38876098 ENST00000357771 protein_coding 5 1 2 GJA9 ENSG00000131233 +CDS chr1 38881432 38881467 ENST00000621281 protein_coding 1 2 1 NA ENSG00000274944 +transcript chr1 38885807 38941830 ENST00000372990 protein_coding 6 5 NA RHBDL2 ENSG00000158315 +transcript chr1 38886296 38926837 ENST00000289248 protein_coding 6 2 NA RHBDL2 ENSG00000158315 +CDS chr1 38886507 38886683 ENST00000289248 protein_coding 6 2 8 RHBDL2 ENSG00000158315 +CDS chr1 38886507 38886683 ENST00000372990 protein_coding 6 5 8 RHBDL2 ENSG00000158315 +CDS chr1 38887963 38888024 ENST00000289248 protein_coding 6 2 7 RHBDL2 ENSG00000158315 +CDS chr1 38887963 38888024 ENST00000372990 protein_coding 6 5 7 RHBDL2 ENSG00000158315 +CDS chr1 38893164 38893224 ENST00000289248 protein_coding 6 2 6 RHBDL2 ENSG00000158315 +CDS chr1 38893164 38893224 ENST00000372990 protein_coding 6 5 6 RHBDL2 ENSG00000158315 +CDS chr1 38895969 38896069 ENST00000289248 protein_coding 6 2 5 RHBDL2 ENSG00000158315 +CDS chr1 38895969 38896069 ENST00000372990 protein_coding 6 5 5 RHBDL2 ENSG00000158315 +CDS chr1 38911322 38911434 ENST00000289248 protein_coding 6 2 4 RHBDL2 ENSG00000158315 +CDS chr1 38911322 38911434 ENST00000372990 protein_coding 6 5 4 RHBDL2 ENSG00000158315 +transcript chr1 38915503 38941799 ENST00000540558 protein_coding 1 1 NA RHBDL2 ENSG00000158315 +CDS chr1 38915561 38915710 ENST00000540558 protein_coding 1 1 3 RHBDL2 ENSG00000158315 +CDS chr1 38915562 38915710 ENST00000289248 protein_coding 6 2 3 RHBDL2 ENSG00000158315 +CDS chr1 38915562 38915710 ENST00000372990 protein_coding 6 5 3 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000289248 protein_coding 6 2 2 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000540558 protein_coding 1 1 2 RHBDL2 ENSG00000158315 +CDS chr1 38918967 38919212 ENST00000372990 protein_coding 6 5 2 RHBDL2 ENSG00000158315 +transcript chr1 38991276 39006059 ENST00000432648 protein_coding 8 1 NA AKIRIN1 ENSG00000174574 +transcript chr1 38991288 39004761 ENST00000446189 protein_coding 6 2 NA AKIRIN1 ENSG00000174574 +transcript chr1 38991288 39004854 ENST00000372984 protein_coding 8 2 NA AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000432648 protein_coding 8 1 1 AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000446189 protein_coding 6 2 1 AKIRIN1 ENSG00000174574 +CDS chr1 38991381 38991600 ENST00000372984 protein_coding 8 2 1 AKIRIN1 ENSG00000174574 +transcript chr1 38991496 39004381 ENST00000531822 protein_coding 1 5 NA AKIRIN1 ENSG00000174574 +CDS chr1 38991496 38991600 ENST00000531822 protein_coding 1 5 1 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000432648 protein_coding 8 1 2 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000446189 protein_coding 6 2 2 AKIRIN1 ENSG00000174574 +CDS chr1 38998171 38998311 ENST00000531822 protein_coding 1 5 2 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000432648 protein_coding 8 1 3 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000372984 protein_coding 8 2 2 AKIRIN1 ENSG00000174574 +CDS chr1 39000972 39001106 ENST00000531822 protein_coding 1 5 3 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000432648 protein_coding 8 1 4 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000446189 protein_coding 6 2 3 AKIRIN1 ENSG00000174574 +CDS chr1 39003347 39003418 ENST00000372984 protein_coding 8 2 3 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000432648 protein_coding 8 1 5 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000446189 protein_coding 6 2 4 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000372984 protein_coding 8 2 4 AKIRIN1 ENSG00000174574 +CDS chr1 39004045 39004052 ENST00000531822 protein_coding 1 5 4 AKIRIN1 ENSG00000174574 +transcript chr1 39026318 39034636 ENST00000372967 protein_coding 3 1 NA NDUFS5 ENSG00000168653 +transcript chr1 39026350 39034615 ENST00000372969 protein_coding 8 1 NA NDUFS5 ENSG00000168653 +CDS chr1 39028725 39028940 ENST00000372967 protein_coding 3 1 2 NDUFS5 ENSG00000168653 +CDS chr1 39028725 39028940 ENST00000372969 protein_coding 8 1 2 NDUFS5 ENSG00000168653 +CDS chr1 39034392 39034493 ENST00000372967 protein_coding 3 1 3 NDUFS5 ENSG00000168653 +CDS chr1 39034392 39034493 ENST00000372969 protein_coding 8 1 3 NDUFS5 ENSG00000168653 +transcript chr1 39081316 39102981 ENST00000484793 protein_coding 5 2 NA MACF1 ENSG00000127603 +transcript chr1 39081417 39103726 ENST00000602421 protein_coding 5 2 NA MACF1 ENSG00000127603 +transcript chr1 39081417 39486987 ENST00000361689 protein_coding 7 5 NA MACF1 ENSG00000127603 +transcript chr1 39084062 39487177 ENST00000567887 protein_coding 5 5 NA MACF1 ENSG00000127603 +transcript chr1 39084132 39486980 ENST00000372915 protein_coding 8 5 NA MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000484793 protein_coding 5 2 3 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000602421 protein_coding 5 2 2 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000361689 protein_coding 7 5 2 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000567887 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39084219 39084438 ENST00000372915 protein_coding 8 5 1 MACF1 ENSG00000127603 +CDS chr1 39102703 39102845 ENST00000484793 protein_coding 5 2 4 MACF1 ENSG00000127603 +CDS chr1 39102703 39102845 ENST00000602421 protein_coding 5 2 3 MACF1 ENSG00000127603 +transcript chr1 39105411 39323008 ENST00000524432 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39105624 39105717 ENST00000524432 protein_coding 5 5 1 MACF1 ENSG00000127603 +transcript chr1 39158864 39333181 ENST00000672812 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39158969 39159020 ENST00000672812 protein_coding 1 NA 1 MACF1 ENSG00000127603 +transcript chr1 39204695 39254375 ENST00000494012 protein_coding 1 4 NA MACF1 ENSG00000127603 +transcript chr1 39204695 39487138 ENST00000564288 protein_coding 6 5 NA MACF1 ENSG00000127603 +transcript chr1 39204848 39206957 ENST00000602528 protein_coding 2 NA NA MACF1 ENSG00000127603 +CDS chr1 39205023 39205131 ENST00000494012 protein_coding 1 4 1 MACF1 ENSG00000127603 +CDS chr1 39205023 39205131 ENST00000564288 protein_coding 6 5 1 MACF1 ENSG00000127603 +CDS chr1 39205023 39205136 ENST00000602528 protein_coding 2 NA 1 MACF1 ENSG00000127603 +transcript chr1 39215263 39486987 ENST00000671089 protein_coding 2 NA NA MACF1 ENSG00000127603 +CDS chr1 39215363 39215429 ENST00000671089 protein_coding 2 NA 1 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000361689 protein_coding 7 5 3 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000567887 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000372915 protein_coding 8 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000524432 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000672812 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000494012 protein_coding 1 4 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000564288 protein_coding 6 5 2 MACF1 ENSG00000127603 +CDS chr1 39231182 39231243 ENST00000671089 protein_coding 2 NA 2 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000361689 protein_coding 7 5 4 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000567887 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000372915 protein_coding 8 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000524432 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000672812 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000494012 protein_coding 1 4 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000564288 protein_coding 6 5 3 MACF1 ENSG00000127603 +CDS chr1 39250014 39250103 ENST00000671089 protein_coding 2 NA 3 MACF1 ENSG00000127603 +CDS chr1 39251846 39251941 ENST00000567887 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39251846 39251941 ENST00000564288 protein_coding 6 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000361689 protein_coding 7 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000567887 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000372915 protein_coding 8 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000524432 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000672812 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000494012 protein_coding 1 4 4 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000564288 protein_coding 6 5 5 MACF1 ENSG00000127603 +CDS chr1 39254298 39254375 ENST00000671089 protein_coding 2 NA 4 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000361689 protein_coding 7 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000567887 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000372915 protein_coding 8 5 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000524432 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000672812 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000564288 protein_coding 6 5 6 MACF1 ENSG00000127603 +CDS chr1 39257936 39258028 ENST00000671089 protein_coding 2 NA 5 MACF1 ENSG00000127603 +transcript chr1 39268527 39357775 ENST00000530262 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39268698 39269687 ENST00000530262 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000361689 protein_coding 7 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000567887 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000372915 protein_coding 8 5 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000524432 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000672812 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000564288 protein_coding 6 5 7 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000671089 protein_coding 2 NA 6 MACF1 ENSG00000127603 +CDS chr1 39282208 39282374 ENST00000530262 protein_coding 5 5 2 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000361689 protein_coding 7 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000567887 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000372915 protein_coding 8 5 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000524432 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000672812 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000564288 protein_coding 6 5 8 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000671089 protein_coding 2 NA 7 MACF1 ENSG00000127603 +CDS chr1 39283189 39283301 ENST00000530262 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000361689 protein_coding 7 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000567887 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000372915 protein_coding 8 5 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000524432 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000672812 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000564288 protein_coding 6 5 9 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000671089 protein_coding 2 NA 8 MACF1 ENSG00000127603 +CDS chr1 39283409 39283515 ENST00000530262 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000361689 protein_coding 7 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000567887 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000372915 protein_coding 8 5 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000524432 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000672812 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000564288 protein_coding 6 5 10 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000671089 protein_coding 2 NA 9 MACF1 ENSG00000127603 +CDS chr1 39284066 39284185 ENST00000530262 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000361689 protein_coding 7 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000567887 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000372915 protein_coding 8 5 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000524432 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000672812 protein_coding 1 NA 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000564288 protein_coding 6 5 11 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000671089 protein_coding 2 NA 10 MACF1 ENSG00000127603 +CDS chr1 39284333 39284428 ENST00000530262 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000361689 protein_coding 7 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000567887 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000372915 protein_coding 8 5 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000524432 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000672812 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000564288 protein_coding 6 5 12 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000671089 protein_coding 2 NA 11 MACF1 ENSG00000127603 +CDS chr1 39285083 39285210 ENST00000530262 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000361689 protein_coding 7 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000567887 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000372915 protein_coding 8 5 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000524432 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000672812 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000564288 protein_coding 6 5 13 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000671089 protein_coding 2 NA 12 MACF1 ENSG00000127603 +CDS chr1 39285297 39285390 ENST00000530262 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000361689 protein_coding 7 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000567887 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000372915 protein_coding 8 5 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000524432 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000672812 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000564288 protein_coding 6 5 14 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000671089 protein_coding 2 NA 13 MACF1 ENSG00000127603 +CDS chr1 39285604 39285758 ENST00000530262 protein_coding 5 5 9 MACF1 ENSG00000127603 +transcript chr1 39285645 39322948 ENST00000673706 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39285645 39285758 ENST00000673706 protein_coding 1 NA 1 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000361689 protein_coding 7 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000567887 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000372915 protein_coding 8 5 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000524432 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000672812 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000564288 protein_coding 6 5 15 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000671089 protein_coding 2 NA 14 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000530262 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39287286 39287562 ENST00000673706 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000361689 protein_coding 7 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000567887 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000372915 protein_coding 8 5 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000524432 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000672812 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000564288 protein_coding 6 5 16 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000671089 protein_coding 2 NA 15 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000530262 protein_coding 5 5 11 MACF1 ENSG00000127603 +CDS chr1 39291910 39292038 ENST00000673706 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000361689 protein_coding 7 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000567887 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000372915 protein_coding 8 5 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000524432 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000672812 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000564288 protein_coding 6 5 17 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000671089 protein_coding 2 NA 16 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000530262 protein_coding 5 5 12 MACF1 ENSG00000127603 +CDS chr1 39292766 39292843 ENST00000673706 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000361689 protein_coding 7 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000567887 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000372915 protein_coding 8 5 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000524432 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000672812 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000564288 protein_coding 6 5 18 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000671089 protein_coding 2 NA 17 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000530262 protein_coding 5 5 13 MACF1 ENSG00000127603 +CDS chr1 39293458 39293619 ENST00000673706 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000361689 protein_coding 7 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000567887 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000372915 protein_coding 8 5 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000524432 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000672812 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000564288 protein_coding 6 5 19 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000671089 protein_coding 2 NA 18 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000530262 protein_coding 5 5 14 MACF1 ENSG00000127603 +CDS chr1 39295046 39295150 ENST00000673706 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000361689 protein_coding 7 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000567887 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000372915 protein_coding 8 5 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000524432 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000672812 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000564288 protein_coding 6 5 20 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000671089 protein_coding 2 NA 19 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000530262 protein_coding 5 5 15 MACF1 ENSG00000127603 +CDS chr1 39295787 39295882 ENST00000673706 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000361689 protein_coding 7 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000567887 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000372915 protein_coding 8 5 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000524432 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000672812 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000564288 protein_coding 6 5 21 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000671089 protein_coding 2 NA 20 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000530262 protein_coding 5 5 16 MACF1 ENSG00000127603 +CDS chr1 39297620 39297745 ENST00000673706 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39299252 39299257 ENST00000673706 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000361689 protein_coding 7 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000567887 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000372915 protein_coding 8 5 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000524432 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000672812 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000564288 protein_coding 6 5 22 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000671089 protein_coding 2 NA 21 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000530262 protein_coding 5 5 17 MACF1 ENSG00000127603 +CDS chr1 39300210 39300362 ENST00000673706 protein_coding 1 NA 10 MACF1 ENSG00000127603 +transcript chr1 39300314 39486987 ENST00000372925 protein_coding 6 5 NA MACF1 ENSG00000127603 +CDS chr1 39300314 39300362 ENST00000372925 protein_coding 6 5 1 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000361689 protein_coding 7 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000567887 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000372915 protein_coding 8 5 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000524432 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000672812 protein_coding 1 NA 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000564288 protein_coding 6 5 23 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000671089 protein_coding 2 NA 22 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000530262 protein_coding 5 5 18 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000673706 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39302924 39303078 ENST00000372925 protein_coding 6 5 2 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000361689 protein_coding 7 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000567887 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000372915 protein_coding 8 5 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000524432 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000672812 protein_coding 1 NA 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000564288 protein_coding 6 5 24 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000671089 protein_coding 2 NA 23 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000530262 protein_coding 5 5 19 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000673706 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39309570 39309696 ENST00000372925 protein_coding 6 5 3 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000361689 protein_coding 7 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000567887 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000372915 protein_coding 8 5 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000524432 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000672812 protein_coding 1 NA 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000564288 protein_coding 6 5 25 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000671089 protein_coding 2 NA 24 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000530262 protein_coding 5 5 20 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000673706 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39310245 39310428 ENST00000372925 protein_coding 6 5 4 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000361689 protein_coding 7 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000567887 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000372915 protein_coding 8 5 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000524432 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000672812 protein_coding 1 NA 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000564288 protein_coding 6 5 26 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000671089 protein_coding 2 NA 25 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000530262 protein_coding 5 5 21 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000673706 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39310831 39311000 ENST00000372925 protein_coding 6 5 5 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000361689 protein_coding 7 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000567887 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000372915 protein_coding 8 5 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000524432 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000672812 protein_coding 1 NA 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000564288 protein_coding 6 5 27 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000671089 protein_coding 2 NA 26 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000530262 protein_coding 5 5 22 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000673706 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39315513 39315691 ENST00000372925 protein_coding 6 5 6 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000361689 protein_coding 7 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000567887 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000372915 protein_coding 8 5 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000524432 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000672812 protein_coding 1 NA 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000564288 protein_coding 6 5 28 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000671089 protein_coding 2 NA 27 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000530262 protein_coding 5 5 23 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000673706 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39316391 39316529 ENST00000372925 protein_coding 6 5 7 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000361689 protein_coding 7 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000567887 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000372915 protein_coding 8 5 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000524432 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000672812 protein_coding 1 NA 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000564288 protein_coding 6 5 29 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000671089 protein_coding 2 NA 28 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000530262 protein_coding 5 5 24 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000673706 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39317214 39317407 ENST00000372925 protein_coding 6 5 8 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000361689 protein_coding 7 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000567887 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000372915 protein_coding 8 5 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000524432 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000672812 protein_coding 1 NA 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000564288 protein_coding 6 5 30 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000671089 protein_coding 2 NA 29 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000530262 protein_coding 5 5 25 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000673706 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39318453 39318615 ENST00000372925 protein_coding 6 5 9 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000361689 protein_coding 7 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000567887 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000372915 protein_coding 8 5 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000524432 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000672812 protein_coding 1 NA 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000564288 protein_coding 6 5 31 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000671089 protein_coding 2 NA 30 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000530262 protein_coding 5 5 26 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000673706 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39319664 39319747 ENST00000372925 protein_coding 6 5 10 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000361689 protein_coding 7 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000567887 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000372915 protein_coding 8 5 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000524432 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000672812 protein_coding 1 NA 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000564288 protein_coding 6 5 32 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000671089 protein_coding 2 NA 31 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000530262 protein_coding 5 5 27 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000673706 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39322608 39322715 ENST00000372925 protein_coding 6 5 11 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000361689 protein_coding 7 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000567887 protein_coding 5 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000372915 protein_coding 8 5 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000524432 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000672812 protein_coding 1 NA 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000564288 protein_coding 6 5 33 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000671089 protein_coding 2 NA 32 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000530262 protein_coding 5 5 28 MACF1 ENSG00000127603 +CDS chr1 39322910 39322948 ENST00000673706 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39322910 39323008 ENST00000372925 protein_coding 6 5 12 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000361689 protein_coding 7 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000567887 protein_coding 5 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000372915 protein_coding 8 5 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000672812 protein_coding 1 NA 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000564288 protein_coding 6 5 34 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000671089 protein_coding 2 NA 33 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000530262 protein_coding 5 5 29 MACF1 ENSG00000127603 +CDS chr1 39324193 39324345 ENST00000372925 protein_coding 6 5 13 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000361689 protein_coding 7 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000567887 protein_coding 5 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000372915 protein_coding 8 5 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000672812 protein_coding 1 NA 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000564288 protein_coding 6 5 35 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000671089 protein_coding 2 NA 34 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000530262 protein_coding 5 5 30 MACF1 ENSG00000127603 +CDS chr1 39324646 39324734 ENST00000372925 protein_coding 6 5 14 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000361689 protein_coding 7 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000567887 protein_coding 5 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000372915 protein_coding 8 5 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000672812 protein_coding 1 NA 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000564288 protein_coding 6 5 36 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000671089 protein_coding 2 NA 35 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000530262 protein_coding 5 5 31 MACF1 ENSG00000127603 +CDS chr1 39327218 39327353 ENST00000372925 protein_coding 6 5 15 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000567887 protein_coding 5 5 37 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000372915 protein_coding 8 5 36 MACF1 ENSG00000127603 +CDS chr1 39331203 39333181 ENST00000672812 protein_coding 1 NA 36 MACF1 ENSG00000127603 +CDS chr1 39331203 39336653 ENST00000564288 protein_coding 6 5 37 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000567887 protein_coding 5 5 38 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000372915 protein_coding 8 5 37 MACF1 ENSG00000127603 +CDS chr1 39337182 39337331 ENST00000564288 protein_coding 6 5 38 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000567887 protein_coding 5 5 39 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000372915 protein_coding 8 5 38 MACF1 ENSG00000127603 +CDS chr1 39340502 39340717 ENST00000564288 protein_coding 6 5 39 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000567887 protein_coding 5 5 40 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000372915 protein_coding 8 5 39 MACF1 ENSG00000127603 +CDS chr1 39340804 39340953 ENST00000564288 protein_coding 6 5 40 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000567887 protein_coding 5 5 41 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000372915 protein_coding 8 5 40 MACF1 ENSG00000127603 +CDS chr1 39346977 39347210 ENST00000564288 protein_coding 6 5 41 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000361689 protein_coding 7 5 37 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000567887 protein_coding 5 5 42 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000372915 protein_coding 8 5 41 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000564288 protein_coding 6 5 42 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000671089 protein_coding 2 NA 36 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000530262 protein_coding 5 5 32 MACF1 ENSG00000127603 +CDS chr1 39349478 39349627 ENST00000372925 protein_coding 6 5 16 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000361689 protein_coding 7 5 38 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000567887 protein_coding 5 5 43 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000372915 protein_coding 8 5 42 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000564288 protein_coding 6 5 43 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000671089 protein_coding 2 NA 37 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000530262 protein_coding 5 5 33 MACF1 ENSG00000127603 +CDS chr1 39350785 39351018 ENST00000372925 protein_coding 6 5 17 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000361689 protein_coding 7 5 39 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000567887 protein_coding 5 5 44 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000372915 protein_coding 8 5 43 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000564288 protein_coding 6 5 44 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000671089 protein_coding 2 NA 38 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000530262 protein_coding 5 5 34 MACF1 ENSG00000127603 +CDS chr1 39353007 39353231 ENST00000372925 protein_coding 6 5 18 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000361689 protein_coding 7 5 40 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000567887 protein_coding 5 5 45 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000372915 protein_coding 8 5 44 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000564288 protein_coding 6 5 45 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000671089 protein_coding 2 NA 39 MACF1 ENSG00000127603 +CDS chr1 39357375 39357775 ENST00000530262 protein_coding 5 5 35 MACF1 ENSG00000127603 +CDS chr1 39357375 39357893 ENST00000372925 protein_coding 6 5 19 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000361689 protein_coding 7 5 41 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000567887 protein_coding 5 5 46 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000372915 protein_coding 8 5 45 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000564288 protein_coding 6 5 46 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000671089 protein_coding 2 NA 40 MACF1 ENSG00000127603 +CDS chr1 39358697 39358873 ENST00000372925 protein_coding 6 5 20 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000361689 protein_coding 7 5 42 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000567887 protein_coding 5 5 47 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000372915 protein_coding 8 5 46 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000564288 protein_coding 6 5 47 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000671089 protein_coding 2 NA 41 MACF1 ENSG00000127603 +CDS chr1 39359141 39359264 ENST00000372925 protein_coding 6 5 21 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000361689 protein_coding 7 5 43 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000567887 protein_coding 5 5 48 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000372915 protein_coding 8 5 47 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000564288 protein_coding 6 5 48 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000671089 protein_coding 2 NA 42 MACF1 ENSG00000127603 +CDS chr1 39360793 39361001 ENST00000372925 protein_coding 6 5 22 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000361689 protein_coding 7 5 44 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000567887 protein_coding 5 5 49 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000372915 protein_coding 8 5 48 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000564288 protein_coding 6 5 49 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000671089 protein_coding 2 NA 43 MACF1 ENSG00000127603 +CDS chr1 39361360 39361677 ENST00000372925 protein_coding 6 5 23 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000361689 protein_coding 7 5 45 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000567887 protein_coding 5 5 50 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000372915 protein_coding 8 5 49 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000564288 protein_coding 6 5 50 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000671089 protein_coding 2 NA 44 MACF1 ENSG00000127603 +CDS chr1 39368148 39368314 ENST00000372925 protein_coding 6 5 24 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000361689 protein_coding 7 5 46 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000567887 protein_coding 5 5 51 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000372915 protein_coding 8 5 50 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000564288 protein_coding 6 5 51 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000671089 protein_coding 2 NA 45 MACF1 ENSG00000127603 +CDS chr1 39370030 39370186 ENST00000372925 protein_coding 6 5 25 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000361689 protein_coding 7 5 47 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000567887 protein_coding 5 5 52 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000372915 protein_coding 8 5 51 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000564288 protein_coding 6 5 52 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000671089 protein_coding 2 NA 46 MACF1 ENSG00000127603 +CDS chr1 39372479 39372596 ENST00000372925 protein_coding 6 5 26 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000361689 protein_coding 7 5 48 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000567887 protein_coding 5 5 53 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000372915 protein_coding 8 5 52 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000564288 protein_coding 6 5 53 MACF1 ENSG00000127603 +CDS chr1 39378461 39378523 ENST00000671089 protein_coding 2 NA 47 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000361689 protein_coding 7 5 49 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000567887 protein_coding 5 5 54 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000372915 protein_coding 8 5 53 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000564288 protein_coding 6 5 54 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000671089 protein_coding 2 NA 48 MACF1 ENSG00000127603 +CDS chr1 39379203 39379444 ENST00000372925 protein_coding 6 5 27 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000361689 protein_coding 7 5 50 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000567887 protein_coding 5 5 55 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000372915 protein_coding 8 5 54 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000564288 protein_coding 6 5 55 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000671089 protein_coding 2 NA 49 MACF1 ENSG00000127603 +CDS chr1 39380244 39380373 ENST00000372925 protein_coding 6 5 28 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000361689 protein_coding 7 5 51 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000567887 protein_coding 5 5 56 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000372915 protein_coding 8 5 55 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000564288 protein_coding 6 5 56 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000671089 protein_coding 2 NA 50 MACF1 ENSG00000127603 +CDS chr1 39381953 39382152 ENST00000372925 protein_coding 6 5 29 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000361689 protein_coding 7 5 52 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000567887 protein_coding 5 5 57 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000372915 protein_coding 8 5 56 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000564288 protein_coding 6 5 57 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000671089 protein_coding 2 NA 51 MACF1 ENSG00000127603 +CDS chr1 39385434 39385929 ENST00000372925 protein_coding 6 5 30 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000361689 protein_coding 7 5 53 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000567887 protein_coding 5 5 58 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000372915 protein_coding 8 5 57 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000564288 protein_coding 6 5 58 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000671089 protein_coding 2 NA 52 MACF1 ENSG00000127603 +CDS chr1 39387187 39388658 ENST00000372925 protein_coding 6 5 31 MACF1 ENSG00000127603 +transcript chr1 39409503 39428092 ENST00000530275 protein_coding 3 NA NA MACF1 ENSG00000127603 +CDS chr1 39410266 39414477 ENST00000530275 protein_coding 3 NA 1 MACF1 ENSG00000127603 +transcript chr1 39413983 39486067 ENST00000683517 protein_coding 1 NA NA MACF1 ENSG00000127603 +CDS chr1 39413983 39414477 ENST00000683517 protein_coding 1 NA 1 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000361689 protein_coding 7 5 54 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000567887 protein_coding 5 5 59 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000372915 protein_coding 8 5 58 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000564288 protein_coding 6 5 59 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000671089 protein_coding 2 NA 53 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000372925 protein_coding 6 5 32 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000530275 protein_coding 3 NA 2 MACF1 ENSG00000127603 +CDS chr1 39422374 39422535 ENST00000683517 protein_coding 1 NA 2 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000361689 protein_coding 7 5 55 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000567887 protein_coding 5 5 60 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000372915 protein_coding 8 5 59 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000564288 protein_coding 6 5 60 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000671089 protein_coding 2 NA 54 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000372925 protein_coding 6 5 33 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000530275 protein_coding 3 NA 3 MACF1 ENSG00000127603 +CDS chr1 39422730 39422900 ENST00000683517 protein_coding 1 NA 3 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000361689 protein_coding 7 5 56 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000567887 protein_coding 5 5 61 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000372915 protein_coding 8 5 60 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000564288 protein_coding 6 5 61 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000671089 protein_coding 2 NA 55 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000372925 protein_coding 6 5 34 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000530275 protein_coding 3 NA 4 MACF1 ENSG00000127603 +CDS chr1 39424028 39424194 ENST00000683517 protein_coding 1 NA 4 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000361689 protein_coding 7 5 57 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000567887 protein_coding 5 5 62 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000372915 protein_coding 8 5 61 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000564288 protein_coding 6 5 62 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000671089 protein_coding 2 NA 56 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000372925 protein_coding 6 5 35 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000530275 protein_coding 3 NA 5 MACF1 ENSG00000127603 +CDS chr1 39427455 39427614 ENST00000683517 protein_coding 1 NA 5 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000361689 protein_coding 7 5 58 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000567887 protein_coding 5 5 63 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000564288 protein_coding 6 5 63 MACF1 ENSG00000127603 +CDS chr1 39427961 39428287 ENST00000671089 protein_coding 2 NA 57 MACF1 ENSG00000127603 +CDS chr1 39427961 39428092 ENST00000530275 protein_coding 3 NA 6 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000361689 protein_coding 7 5 59 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000567887 protein_coding 5 5 64 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000372915 protein_coding 8 5 62 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000564288 protein_coding 6 5 64 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000671089 protein_coding 2 NA 58 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000372925 protein_coding 6 5 36 MACF1 ENSG00000127603 +CDS chr1 39429242 39429326 ENST00000683517 protein_coding 1 NA 6 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000361689 protein_coding 7 5 60 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000567887 protein_coding 5 5 65 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000372915 protein_coding 8 5 63 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000564288 protein_coding 6 5 65 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000671089 protein_coding 2 NA 59 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000372925 protein_coding 6 5 37 MACF1 ENSG00000127603 +CDS chr1 39429827 39430068 ENST00000683517 protein_coding 1 NA 7 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000361689 protein_coding 7 5 61 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000567887 protein_coding 5 5 66 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000372915 protein_coding 8 5 64 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000564288 protein_coding 6 5 66 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000671089 protein_coding 2 NA 60 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000372925 protein_coding 6 5 38 MACF1 ENSG00000127603 +CDS chr1 39430702 39430908 ENST00000683517 protein_coding 1 NA 8 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000361689 protein_coding 7 5 62 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000567887 protein_coding 5 5 67 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000372915 protein_coding 8 5 65 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000564288 protein_coding 6 5 67 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000671089 protein_coding 2 NA 61 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000372925 protein_coding 6 5 39 MACF1 ENSG00000127603 +CDS chr1 39432535 39432654 ENST00000683517 protein_coding 1 NA 9 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000361689 protein_coding 7 5 63 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000567887 protein_coding 5 5 68 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000372915 protein_coding 8 5 66 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000564288 protein_coding 6 5 68 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000671089 protein_coding 2 NA 62 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000372925 protein_coding 6 5 40 MACF1 ENSG00000127603 +CDS chr1 39433048 39433155 ENST00000683517 protein_coding 1 NA 10 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000361689 protein_coding 7 5 64 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000567887 protein_coding 5 5 69 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000372915 protein_coding 8 5 67 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000564288 protein_coding 6 5 69 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000671089 protein_coding 2 NA 63 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000372925 protein_coding 6 5 41 MACF1 ENSG00000127603 +CDS chr1 39434414 39434632 ENST00000683517 protein_coding 1 NA 11 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000361689 protein_coding 7 5 65 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000567887 protein_coding 5 5 70 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000372915 protein_coding 8 5 68 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000564288 protein_coding 6 5 70 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000671089 protein_coding 2 NA 64 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000372925 protein_coding 6 5 42 MACF1 ENSG00000127603 +CDS chr1 39435558 39435761 ENST00000683517 protein_coding 1 NA 12 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000361689 protein_coding 7 5 66 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000671089 protein_coding 2 NA 65 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000372925 protein_coding 6 5 43 MACF1 ENSG00000127603 +CDS chr1 39436482 39436490 ENST00000683517 protein_coding 1 NA 13 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000361689 protein_coding 7 5 67 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000567887 protein_coding 5 5 71 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000372915 protein_coding 8 5 69 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000564288 protein_coding 6 5 71 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000671089 protein_coding 2 NA 66 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000372925 protein_coding 6 5 44 MACF1 ENSG00000127603 +CDS chr1 39437777 39438008 ENST00000683517 protein_coding 1 NA 14 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000361689 protein_coding 7 5 68 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000567887 protein_coding 5 5 72 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000372915 protein_coding 8 5 70 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000564288 protein_coding 6 5 72 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000671089 protein_coding 2 NA 67 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000372925 protein_coding 6 5 45 MACF1 ENSG00000127603 +CDS chr1 39439274 39439500 ENST00000683517 protein_coding 1 NA 15 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000361689 protein_coding 7 5 69 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000567887 protein_coding 5 5 73 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000372915 protein_coding 8 5 71 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000564288 protein_coding 6 5 73 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000671089 protein_coding 2 NA 68 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000372925 protein_coding 6 5 46 MACF1 ENSG00000127603 +CDS chr1 39441003 39441125 ENST00000683517 protein_coding 1 NA 16 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000361689 protein_coding 7 5 70 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000567887 protein_coding 5 5 74 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000372915 protein_coding 8 5 72 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000564288 protein_coding 6 5 74 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000671089 protein_coding 2 NA 69 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000372925 protein_coding 6 5 47 MACF1 ENSG00000127603 +CDS chr1 39441224 39441325 ENST00000683517 protein_coding 1 NA 17 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000361689 protein_coding 7 5 71 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000567887 protein_coding 5 5 75 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000372915 protein_coding 8 5 73 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000564288 protein_coding 6 5 75 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000671089 protein_coding 2 NA 70 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000372925 protein_coding 6 5 48 MACF1 ENSG00000127603 +CDS chr1 39441952 39442053 ENST00000683517 protein_coding 1 NA 18 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000361689 protein_coding 7 5 72 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000567887 protein_coding 5 5 76 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000372915 protein_coding 8 5 74 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000564288 protein_coding 6 5 76 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000671089 protein_coding 2 NA 71 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000372925 protein_coding 6 5 49 MACF1 ENSG00000127603 +CDS chr1 39442147 39442320 ENST00000683517 protein_coding 1 NA 19 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000361689 protein_coding 7 5 73 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000567887 protein_coding 5 5 77 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000372915 protein_coding 8 5 75 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000564288 protein_coding 6 5 77 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000671089 protein_coding 2 NA 72 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000372925 protein_coding 6 5 50 MACF1 ENSG00000127603 +CDS chr1 39442412 39442567 ENST00000683517 protein_coding 1 NA 20 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000361689 protein_coding 7 5 74 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000567887 protein_coding 5 5 78 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000372915 protein_coding 8 5 76 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000564288 protein_coding 6 5 78 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000671089 protein_coding 2 NA 73 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000372925 protein_coding 6 5 51 MACF1 ENSG00000127603 +CDS chr1 39442714 39442911 ENST00000683517 protein_coding 1 NA 21 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000361689 protein_coding 7 5 75 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000567887 protein_coding 5 5 79 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000372915 protein_coding 8 5 77 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000564288 protein_coding 6 5 79 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000671089 protein_coding 2 NA 74 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000372925 protein_coding 6 5 52 MACF1 ENSG00000127603 +CDS chr1 39443446 39443574 ENST00000683517 protein_coding 1 NA 22 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000361689 protein_coding 7 5 76 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000567887 protein_coding 5 5 80 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000372915 protein_coding 8 5 78 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000564288 protein_coding 6 5 80 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000671089 protein_coding 2 NA 75 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000372925 protein_coding 6 5 53 MACF1 ENSG00000127603 +CDS chr1 39444662 39444835 ENST00000683517 protein_coding 1 NA 23 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000361689 protein_coding 7 5 77 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000567887 protein_coding 5 5 81 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000372915 protein_coding 8 5 79 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000564288 protein_coding 6 5 81 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000671089 protein_coding 2 NA 76 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000372925 protein_coding 6 5 54 MACF1 ENSG00000127603 +CDS chr1 39447432 39447587 ENST00000683517 protein_coding 1 NA 24 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000361689 protein_coding 7 5 78 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000567887 protein_coding 5 5 82 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000372915 protein_coding 8 5 80 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000564288 protein_coding 6 5 82 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000671089 protein_coding 2 NA 77 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000372925 protein_coding 6 5 55 MACF1 ENSG00000127603 +CDS chr1 39447692 39447898 ENST00000683517 protein_coding 1 NA 25 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000361689 protein_coding 7 5 79 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000567887 protein_coding 5 5 83 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000372915 protein_coding 8 5 81 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000564288 protein_coding 6 5 83 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000671089 protein_coding 2 NA 78 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000372925 protein_coding 6 5 56 MACF1 ENSG00000127603 +CDS chr1 39448033 39448152 ENST00000683517 protein_coding 1 NA 26 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000361689 protein_coding 7 5 80 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000567887 protein_coding 5 5 84 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000372915 protein_coding 8 5 82 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000564288 protein_coding 6 5 84 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000671089 protein_coding 2 NA 79 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000372925 protein_coding 6 5 57 MACF1 ENSG00000127603 +CDS chr1 39448594 39448763 ENST00000683517 protein_coding 1 NA 27 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000361689 protein_coding 7 5 81 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000567887 protein_coding 5 5 85 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000372915 protein_coding 8 5 83 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000564288 protein_coding 6 5 85 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000671089 protein_coding 2 NA 80 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000372925 protein_coding 6 5 58 MACF1 ENSG00000127603 +CDS chr1 39451052 39451211 ENST00000683517 protein_coding 1 NA 28 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000361689 protein_coding 7 5 82 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000567887 protein_coding 5 5 86 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000372915 protein_coding 8 5 84 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000564288 protein_coding 6 5 86 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000671089 protein_coding 2 NA 81 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000372925 protein_coding 6 5 59 MACF1 ENSG00000127603 +CDS chr1 39452156 39452350 ENST00000683517 protein_coding 1 NA 29 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000361689 protein_coding 7 5 83 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000567887 protein_coding 5 5 87 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000372915 protein_coding 8 5 85 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000564288 protein_coding 6 5 87 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000671089 protein_coding 2 NA 82 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000372925 protein_coding 6 5 60 MACF1 ENSG00000127603 +CDS chr1 39452684 39452812 ENST00000683517 protein_coding 1 NA 30 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000361689 protein_coding 7 5 84 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000567887 protein_coding 5 5 88 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000372915 protein_coding 8 5 86 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000564288 protein_coding 6 5 88 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000671089 protein_coding 2 NA 83 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000372925 protein_coding 6 5 61 MACF1 ENSG00000127603 +CDS chr1 39453707 39453850 ENST00000683517 protein_coding 1 NA 31 MACF1 ENSG00000127603 +transcript chr1 39453837 39486987 ENST00000360115 protein_coding 8 5 NA MACF1 ENSG00000127603 +CDS chr1 39453837 39453850 ENST00000360115 protein_coding 8 5 1 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000361689 protein_coding 7 5 85 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000567887 protein_coding 5 5 89 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000372915 protein_coding 8 5 87 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000564288 protein_coding 6 5 89 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000671089 protein_coding 2 NA 84 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000372925 protein_coding 6 5 62 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000683517 protein_coding 1 NA 32 MACF1 ENSG00000127603 +CDS chr1 39454909 39455097 ENST00000360115 protein_coding 8 5 2 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000361689 protein_coding 7 5 86 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000567887 protein_coding 5 5 90 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000372915 protein_coding 8 5 88 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000564288 protein_coding 6 5 90 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000671089 protein_coding 2 NA 85 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000372925 protein_coding 6 5 63 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000683517 protein_coding 1 NA 33 MACF1 ENSG00000127603 +CDS chr1 39458370 39458490 ENST00000360115 protein_coding 8 5 3 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000361689 protein_coding 7 5 87 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000567887 protein_coding 5 5 91 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000372915 protein_coding 8 5 89 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000564288 protein_coding 6 5 91 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000671089 protein_coding 2 NA 86 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000372925 protein_coding 6 5 64 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000683517 protein_coding 1 NA 34 MACF1 ENSG00000127603 +CDS chr1 39459086 39459249 ENST00000360115 protein_coding 8 5 4 MACF1 ENSG00000127603 +transcript chr1 39459123 39486987 ENST00000446276 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39459123 39459249 ENST00000446276 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39459818 39459832 ENST00000360115 protein_coding 8 5 5 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000361689 protein_coding 7 5 88 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000567887 protein_coding 5 5 92 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000372915 protein_coding 8 5 90 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000564288 protein_coding 6 5 92 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000671089 protein_coding 2 NA 87 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000372925 protein_coding 6 5 65 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000683517 protein_coding 1 NA 35 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000360115 protein_coding 8 5 6 MACF1 ENSG00000127603 +CDS chr1 39460632 39460794 ENST00000446276 protein_coding 5 5 2 MACF1 ENSG00000127603 +transcript chr1 39460747 39486987 ENST00000442046 protein_coding 5 5 NA MACF1 ENSG00000127603 +CDS chr1 39460747 39460794 ENST00000442046 protein_coding 5 5 1 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000361689 protein_coding 7 5 89 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000567887 protein_coding 5 5 93 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000372915 protein_coding 8 5 91 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000564288 protein_coding 6 5 93 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000671089 protein_coding 2 NA 88 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000372925 protein_coding 6 5 66 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000683517 protein_coding 1 NA 36 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000360115 protein_coding 8 5 7 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000446276 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39461883 39462037 ENST00000442046 protein_coding 5 5 2 MACF1 ENSG00000127603 +transcript chr1 39462020 39479994 ENST00000422234 protein_coding 2 5 NA MACF1 ENSG00000127603 +CDS chr1 39462020 39462037 ENST00000422234 protein_coding 2 5 1 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000361689 protein_coding 7 5 90 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000567887 protein_coding 5 5 94 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000372915 protein_coding 8 5 92 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000564288 protein_coding 6 5 94 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000671089 protein_coding 2 NA 89 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000372925 protein_coding 6 5 67 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000683517 protein_coding 1 NA 37 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000360115 protein_coding 8 5 8 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000446276 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000442046 protein_coding 5 5 3 MACF1 ENSG00000127603 +CDS chr1 39463612 39463686 ENST00000422234 protein_coding 2 5 2 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000567887 protein_coding 5 5 95 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000564288 protein_coding 6 5 95 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000360115 protein_coding 8 5 9 MACF1 ENSG00000127603 +CDS chr1 39465095 39465112 ENST00000446276 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000361689 protein_coding 7 5 91 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000567887 protein_coding 5 5 96 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000372915 protein_coding 8 5 93 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000564288 protein_coding 6 5 96 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000671089 protein_coding 2 NA 90 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000372925 protein_coding 6 5 68 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000683517 protein_coding 1 NA 38 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000360115 protein_coding 8 5 10 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000446276 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000442046 protein_coding 5 5 4 MACF1 ENSG00000127603 +CDS chr1 39468615 39468732 ENST00000422234 protein_coding 2 5 3 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000567887 protein_coding 5 5 97 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000564288 protein_coding 6 5 97 MACF1 ENSG00000127603 +CDS chr1 39469547 39469615 ENST00000422234 protein_coding 2 5 4 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000361689 protein_coding 7 5 92 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000567887 protein_coding 5 5 98 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000372915 protein_coding 8 5 94 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000564288 protein_coding 6 5 98 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000671089 protein_coding 2 NA 91 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000372925 protein_coding 6 5 69 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000683517 protein_coding 1 NA 39 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000360115 protein_coding 8 5 11 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000446276 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39479798 39480009 ENST00000442046 protein_coding 5 5 5 MACF1 ENSG00000127603 +CDS chr1 39479798 39479994 ENST00000422234 protein_coding 2 5 5 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000567887 protein_coding 5 5 99 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000564288 protein_coding 6 5 99 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000446276 protein_coding 5 5 8 MACF1 ENSG00000127603 +CDS chr1 39480920 39481030 ENST00000442046 protein_coding 5 5 6 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000361689 protein_coding 7 5 93 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000567887 protein_coding 5 5 100 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000372915 protein_coding 8 5 95 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000564288 protein_coding 6 5 100 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000671089 protein_coding 2 NA 92 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000372925 protein_coding 6 5 70 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000683517 protein_coding 1 NA 40 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000360115 protein_coding 8 5 12 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000446276 protein_coding 5 5 9 MACF1 ENSG00000127603 +CDS chr1 39484601 39484730 ENST00000442046 protein_coding 5 5 7 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000361689 protein_coding 7 5 94 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000567887 protein_coding 5 5 101 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000372915 protein_coding 8 5 96 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000564288 protein_coding 6 5 101 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000671089 protein_coding 2 NA 93 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000372925 protein_coding 6 5 71 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000683517 protein_coding 1 NA 41 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000360115 protein_coding 8 5 13 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000446276 protein_coding 5 5 10 MACF1 ENSG00000127603 +CDS chr1 39485538 39485791 ENST00000442046 protein_coding 5 5 8 MACF1 ENSG00000127603 +transcript chr1 39491636 39529869 ENST00000331593 protein_coding 6 1 NA BMP8A ENSG00000183682 +CDS chr1 39491992 39492325 ENST00000331593 protein_coding 6 1 1 BMP8A ENSG00000183682 +CDS chr1 39511174 39511363 ENST00000331593 protein_coding 6 1 2 BMP8A ENSG00000183682 +CDS chr1 39511756 39511904 ENST00000331593 protein_coding 6 1 3 BMP8A ENSG00000183682 +CDS chr1 39521376 39521570 ENST00000331593 protein_coding 6 1 4 BMP8A ENSG00000183682 +CDS chr1 39522403 39522482 ENST00000331593 protein_coding 6 1 5 BMP8A ENSG00000183682 +CDS chr1 39523007 39523117 ENST00000331593 protein_coding 6 1 6 BMP8A ENSG00000183682 +CDS chr1 39525649 39525795 ENST00000331593 protein_coding 6 1 7 BMP8A ENSG00000183682 +transcript chr1 39560709 39575686 ENST00000677006 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560814 39567517 ENST00000676859 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560814 39568865 ENST00000527718 protein_coding 2 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39564491 ENST00000437136 protein_coding 5 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576253 ENST00000372862 protein_coding 7 5 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576744 ENST00000372857 protein_coding 7 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576751 ENST00000372856 protein_coding 7 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560816 39576790 ENST00000372858 protein_coding 8 1 NA PABPC4 ENSG00000090621 +transcript chr1 39560857 39575786 ENST00000678625 protein_coding 1 NA NA PABPC4 ENSG00000090621 +transcript chr1 39560857 39575913 ENST00000677609 protein_coding 1 NA NA PABPC4 ENSG00000090621 +CDS chr1 39561108 39561122 ENST00000437136 protein_coding 5 5 7 PABPC4 ENSG00000090621 +transcript chr1 39561552 39562188 ENST00000530186 protein_coding 1 2 NA PABPC4 ENSG00000090621 +transcript chr1 39561687 39572484 ENST00000421687 protein_coding 6 5 NA PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000677006 protein_coding 1 NA 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000676859 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000527718 protein_coding 2 5 10 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372862 protein_coding 7 5 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372857 protein_coding 7 1 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372856 protein_coding 7 1 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000372858 protein_coding 8 1 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000678625 protein_coding 1 NA 15 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000677609 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000530186 protein_coding 1 2 2 PABPC4 ENSG00000090621 +CDS chr1 39561701 39561787 ENST00000421687 protein_coding 6 5 14 PABPC4 ENSG00000090621 +CDS chr1 39561728 39561787 ENST00000437136 protein_coding 5 5 6 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000677006 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000676859 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000527718 protein_coding 2 5 9 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000437136 protein_coding 5 5 5 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372862 protein_coding 7 5 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372857 protein_coding 7 1 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372856 protein_coding 7 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000372858 protein_coding 8 1 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000678625 protein_coding 1 NA 14 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000677609 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562188 ENST00000530186 protein_coding 1 2 1 PABPC4 ENSG00000090621 +CDS chr1 39562073 39562203 ENST00000421687 protein_coding 6 5 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000677006 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000676859 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000527718 protein_coding 2 5 8 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000437136 protein_coding 5 5 4 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372862 protein_coding 7 5 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372857 protein_coding 7 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372856 protein_coding 7 1 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000372858 protein_coding 8 1 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000678625 protein_coding 1 NA 13 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562416 ENST00000677609 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39562323 39562380 ENST00000421687 protein_coding 6 5 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000677006 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000676859 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000527718 protein_coding 2 5 7 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000437136 protein_coding 5 5 3 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372862 protein_coding 7 5 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372857 protein_coding 7 1 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372856 protein_coding 7 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000372858 protein_coding 8 1 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000678625 protein_coding 1 NA 12 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000677609 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563614 39563741 ENST00000421687 protein_coding 6 5 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000677006 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000676859 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000527718 protein_coding 2 5 6 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000437136 protein_coding 5 5 2 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000372857 protein_coding 7 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000372858 protein_coding 8 1 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000678625 protein_coding 1 NA 11 PABPC4 ENSG00000090621 +CDS chr1 39563836 39563922 ENST00000421687 protein_coding 6 5 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564491 ENST00000437136 protein_coding 5 5 1 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000372856 protein_coding 7 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000372858 protein_coding 8 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000678625 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000677609 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564423 39564542 ENST00000421687 protein_coding 6 5 9 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000677006 protein_coding 1 NA 10 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000676859 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000527718 protein_coding 2 5 5 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000372862 protein_coding 7 5 10 PABPC4 ENSG00000090621 +CDS chr1 39564471 39564542 ENST00000372857 protein_coding 7 1 10 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000677006 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000676859 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000527718 protein_coding 2 5 4 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372862 protein_coding 7 5 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372857 protein_coding 7 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372856 protein_coding 7 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000372858 protein_coding 8 1 9 PABPC4 ENSG00000090621 +CDS chr1 39564686 39564773 ENST00000421687 protein_coding 6 5 8 PABPC4 ENSG00000090621 +CDS chr1 39564701 39564773 ENST00000678625 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39564701 39564773 ENST00000677609 protein_coding 1 NA 9 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000677006 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000676859 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565366 ENST00000527718 protein_coding 2 5 3 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372862 protein_coding 7 5 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372857 protein_coding 7 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372856 protein_coding 7 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000372858 protein_coding 8 1 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000678625 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000677609 protein_coding 1 NA 8 PABPC4 ENSG00000090621 +CDS chr1 39565106 39565378 ENST00000421687 protein_coding 6 5 7 PABPC4 ENSG00000090621 +CDS chr1 39567357 39567458 ENST00000676859 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000677006 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000527718 protein_coding 2 5 2 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372862 protein_coding 7 5 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372857 protein_coding 7 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372856 protein_coding 7 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000372858 protein_coding 8 1 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000678625 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000677609 protein_coding 1 NA 7 PABPC4 ENSG00000090621 +CDS chr1 39567751 39567846 ENST00000421687 protein_coding 6 5 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000677006 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568865 ENST00000527718 protein_coding 2 5 1 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372862 protein_coding 7 5 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372857 protein_coding 7 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372856 protein_coding 7 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000372858 protein_coding 8 1 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000678625 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000677609 protein_coding 1 NA 6 PABPC4 ENSG00000090621 +CDS chr1 39568802 39568939 ENST00000421687 protein_coding 6 5 5 PABPC4 ENSG00000090621 +transcript chr1 39568825 39572418 ENST00000474378 protein_coding 1 5 NA PABPC4 ENSG00000090621 +CDS chr1 39568825 39568939 ENST00000474378 protein_coding 1 5 6 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000677006 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372862 protein_coding 7 5 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372857 protein_coding 7 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372856 protein_coding 7 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000372858 protein_coding 8 1 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000678625 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000677609 protein_coding 1 NA 5 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000421687 protein_coding 6 5 4 PABPC4 ENSG00000090621 +CDS chr1 39569595 39569689 ENST00000474378 protein_coding 1 5 5 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000677006 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372862 protein_coding 7 5 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372857 protein_coding 7 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372856 protein_coding 7 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000372858 protein_coding 8 1 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000678625 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000677609 protein_coding 1 NA 4 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000421687 protein_coding 6 5 3 PABPC4 ENSG00000090621 +CDS chr1 39569863 39570002 ENST00000474378 protein_coding 1 5 4 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000677006 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372862 protein_coding 7 5 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372857 protein_coding 7 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372856 protein_coding 7 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000372858 protein_coding 8 1 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000678625 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000677609 protein_coding 1 NA 3 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000421687 protein_coding 6 5 2 PABPC4 ENSG00000090621 +CDS chr1 39571234 39571349 ENST00000474378 protein_coding 1 5 3 PABPC4 ENSG00000090621 +CDS chr1 39571607 39571705 ENST00000474378 protein_coding 1 5 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000677006 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372862 protein_coding 7 5 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372857 protein_coding 7 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372856 protein_coding 7 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000372858 protein_coding 8 1 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572566 ENST00000678625 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000677609 protein_coding 1 NA 2 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572484 ENST00000421687 protein_coding 6 5 1 PABPC4 ENSG00000090621 +CDS chr1 39572393 39572418 ENST00000474378 protein_coding 1 5 1 PABPC4 ENSG00000090621 +transcript chr1 39572393 39576790 ENST00000451091 protein_coding 2 3 NA PABPC4 ENSG00000090621 +CDS chr1 39572393 39572586 ENST00000451091 protein_coding 2 3 3 PABPC4 ENSG00000090621 +CDS chr1 39575632 39575686 ENST00000677006 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372862 protein_coding 7 5 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372857 protein_coding 7 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372856 protein_coding 7 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000372858 protein_coding 8 1 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575876 ENST00000677609 protein_coding 1 NA 1 PABPC4 ENSG00000090621 +CDS chr1 39575759 39575951 ENST00000451091 protein_coding 2 3 2 PABPC4 ENSG00000090621 +transcript chr1 39575938 39576787 ENST00000531243 protein_coding 2 4 NA PABPC4 ENSG00000090621 +CDS chr1 39575938 39575951 ENST00000531243 protein_coding 2 4 2 PABPC4 ENSG00000090621 +transcript chr1 39623435 39639643 ENST00000372852 protein_coding 4 1 NA HEYL ENSG00000163909 +CDS chr1 39626510 39627180 ENST00000372852 protein_coding 4 1 5 HEYL ENSG00000163909 +CDS chr1 39630227 39630308 ENST00000372852 protein_coding 4 1 4 HEYL ENSG00000163909 +CDS chr1 39631496 39631579 ENST00000372852 protein_coding 4 1 3 HEYL ENSG00000163909 +CDS chr1 39632649 39632715 ENST00000372852 protein_coding 4 1 2 HEYL ENSG00000163909 +CDS chr1 39639546 39639625 ENST00000372852 protein_coding 4 1 1 HEYL ENSG00000163909 +transcript chr1 39651229 39672107 ENST00000235628 protein_coding 2 1 NA NT5C1A ENSG00000116981 +CDS chr1 39659124 39659486 ENST00000235628 protein_coding 2 1 6 NT5C1A ENSG00000116981 +CDS chr1 39661079 39661263 ENST00000235628 protein_coding 2 1 5 NT5C1A ENSG00000116981 +CDS chr1 39663312 39663434 ENST00000235628 protein_coding 2 1 4 NT5C1A ENSG00000116981 +CDS chr1 39665521 39665650 ENST00000235628 protein_coding 2 1 3 NT5C1A ENSG00000116981 +CDS chr1 39666069 39666236 ENST00000235628 protein_coding 2 1 2 NT5C1A ENSG00000116981 +CDS chr1 39671904 39672038 ENST00000235628 protein_coding 2 1 1 NT5C1A ENSG00000116981 +transcript chr1 39678648 39691433 ENST00000372844 protein_coding 8 1 NA HPCAL4 ENSG00000116983 +transcript chr1 39678648 39691485 ENST00000612703 protein_coding 3 2 NA HPCAL4 ENSG00000116983 +transcript chr1 39678648 39691485 ENST00000617690 protein_coding 2 5 NA HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000372844 protein_coding 8 1 4 HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000612703 protein_coding 3 2 3 HPCAL4 ENSG00000116983 +CDS chr1 39682539 39682733 ENST00000617690 protein_coding 2 5 5 HPCAL4 ENSG00000116983 +CDS chr1 39683937 39684152 ENST00000372844 protein_coding 8 1 3 HPCAL4 ENSG00000116983 +CDS chr1 39683937 39684152 ENST00000617690 protein_coding 2 5 4 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000372844 protein_coding 8 1 2 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000612703 protein_coding 3 2 2 HPCAL4 ENSG00000116983 +CDS chr1 39684442 39684603 ENST00000617690 protein_coding 2 5 3 HPCAL4 ENSG00000116983 +transcript chr1 39692182 39745403 ENST00000470018 protein_coding 5 5 NA PPIE ENSG00000084072 +transcript chr1 39738882 39756769 ENST00000324379 protein_coding 10 1 NA PPIE ENSG00000084072 +transcript chr1 39738885 39763914 ENST00000356511 protein_coding 6 1 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000324379 protein_coding 10 1 1 PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000356511 protein_coding 6 1 1 PPIE ENSG00000084072 +transcript chr1 39738901 39753052 ENST00000497370 protein_coding 5 5 NA PPIE ENSG00000084072 +transcript chr1 39738901 39753266 ENST00000470213 protein_coding 5 3 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000470213 protein_coding 5 3 1 PPIE ENSG00000084072 +transcript chr1 39738901 39753444 ENST00000372835 protein_coding 9 3 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000372835 protein_coding 9 3 1 PPIE ENSG00000084072 +transcript chr1 39738901 39763914 ENST00000372830 protein_coding 5 1 NA PPIE ENSG00000084072 +CDS chr1 39738901 39738931 ENST00000372830 protein_coding 5 1 1 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000324379 protein_coding 10 1 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000356511 protein_coding 6 1 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000470213 protein_coding 5 3 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000372835 protein_coding 9 3 2 PPIE ENSG00000084072 +CDS chr1 39740165 39740263 ENST00000372830 protein_coding 5 1 2 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000324379 protein_coding 10 1 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000356511 protein_coding 6 1 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000470213 protein_coding 5 3 3 PPIE ENSG00000084072 +CDS chr1 39741366 39741409 ENST00000372830 protein_coding 5 1 3 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000324379 protein_coding 10 1 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000356511 protein_coding 6 1 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000470213 protein_coding 5 3 4 PPIE ENSG00000084072 +CDS chr1 39741895 39741921 ENST00000372830 protein_coding 5 1 4 PPIE ENSG00000084072 +CDS chr1 39741919 39741921 ENST00000470018 protein_coding 5 5 5 PPIE ENSG00000084072 +CDS chr1 39741919 39741921 ENST00000497370 protein_coding 5 5 4 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000470018 protein_coding 5 5 6 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000324379 protein_coding 10 1 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000356511 protein_coding 6 1 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000497370 protein_coding 5 5 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000470213 protein_coding 5 3 5 PPIE ENSG00000084072 +CDS chr1 39743216 39743297 ENST00000372830 protein_coding 5 1 5 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000470018 protein_coding 5 5 7 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000324379 protein_coding 10 1 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000356511 protein_coding 6 1 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000497370 protein_coding 5 5 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000470213 protein_coding 5 3 6 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000372835 protein_coding 9 3 3 PPIE ENSG00000084072 +CDS chr1 39743824 39743924 ENST00000372830 protein_coding 5 1 6 PPIE ENSG00000084072 +CDS chr1 39745375 39745403 ENST00000470018 protein_coding 5 5 8 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000324379 protein_coding 10 1 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000356511 protein_coding 6 1 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000497370 protein_coding 5 5 7 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000372835 protein_coding 9 3 4 PPIE ENSG00000084072 +CDS chr1 39745375 39745498 ENST00000372830 protein_coding 5 1 7 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000324379 protein_coding 10 1 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000356511 protein_coding 6 1 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000497370 protein_coding 5 5 8 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000470213 protein_coding 5 3 7 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000372835 protein_coding 9 3 5 PPIE ENSG00000084072 +CDS chr1 39748903 39749088 ENST00000372830 protein_coding 5 1 8 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000324379 protein_coding 10 1 9 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000356511 protein_coding 6 1 9 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000497370 protein_coding 5 5 9 PPIE ENSG00000084072 +CDS chr1 39752910 39752963 ENST00000470213 protein_coding 5 3 8 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000372835 protein_coding 9 3 6 PPIE ENSG00000084072 +CDS chr1 39752910 39753052 ENST00000372830 protein_coding 5 1 9 PPIE ENSG00000084072 +CDS chr1 39753287 39753352 ENST00000324379 protein_coding 10 1 10 PPIE ENSG00000084072 +CDS chr1 39753287 39753352 ENST00000372835 protein_coding 9 3 7 PPIE ENSG00000084072 +transcript chr1 39757182 39788865 ENST00000372827 protein_coding 8 1 NA BMP8B ENSG00000116985 +CDS chr1 39760422 39760568 ENST00000372827 protein_coding 8 1 7 BMP8B ENSG00000116985 +CDS chr1 39762517 39762621 ENST00000372830 protein_coding 5 1 10 PPIE ENSG00000084072 +CDS chr1 39763092 39763202 ENST00000372827 protein_coding 8 1 6 BMP8B ENSG00000116985 +CDS chr1 39763689 39763739 ENST00000356511 protein_coding 6 1 10 PPIE ENSG00000084072 +CDS chr1 39763712 39763791 ENST00000372827 protein_coding 8 1 5 BMP8B ENSG00000116985 +CDS chr1 39764623 39764817 ENST00000372827 protein_coding 8 1 4 BMP8B ENSG00000116985 +transcript chr1 39769523 39771348 ENST00000327582 protein_coding 5 NA NA OXCT2 ENSG00000198754 +CDS chr1 39769705 39771255 ENST00000327582 protein_coding 5 NA 1 OXCT2 ENSG00000198754 +CDS chr1 39774308 39774456 ENST00000372827 protein_coding 8 1 3 BMP8B ENSG00000116985 +CDS chr1 39774849 39775038 ENST00000372827 protein_coding 8 1 2 BMP8B ENSG00000116985 +CDS chr1 39788152 39788485 ENST00000372827 protein_coding 8 1 1 BMP8B ENSG00000116985 +transcript chr1 39838110 39883504 ENST00000316891 protein_coding 10 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841022 39883504 ENST00000537440 protein_coding 5 5 NA TRIT1 ENSG00000043514 +transcript chr1 39841051 39883491 ENST00000441669 protein_coding 6 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841051 39883506 ENST00000372818 protein_coding 5 1 NA TRIT1 ENSG00000043514 +transcript chr1 39841714 39883434 ENST00000541099 protein_coding 5 1 NA TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000441669 protein_coding 6 1 9 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000316891 protein_coding 10 1 11 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000372818 protein_coding 5 1 10 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000541099 protein_coding 5 1 4 TRIT1 ENSG00000043514 +CDS chr1 39841747 39841913 ENST00000537440 protein_coding 5 5 10 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000441669 protein_coding 6 1 8 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000316891 protein_coding 10 1 10 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000372818 protein_coding 5 1 9 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844188 ENST00000541099 protein_coding 5 1 3 TRIT1 ENSG00000043514 +CDS chr1 39844101 39844218 ENST00000537440 protein_coding 5 5 9 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000441669 protein_coding 6 1 7 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000316891 protein_coding 10 1 9 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000372818 protein_coding 5 1 8 TRIT1 ENSG00000043514 +CDS chr1 39844531 39844640 ENST00000537440 protein_coding 5 5 8 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000441669 protein_coding 6 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000316891 protein_coding 10 1 8 TRIT1 ENSG00000043514 +CDS chr1 39847220 39847297 ENST00000537440 protein_coding 5 5 7 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000441669 protein_coding 6 1 5 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000316891 protein_coding 10 1 7 TRIT1 ENSG00000043514 +CDS chr1 39847548 39847660 ENST00000372818 protein_coding 5 1 7 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848091 ENST00000441669 protein_coding 6 1 4 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848097 ENST00000316891 protein_coding 10 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848097 ENST00000372818 protein_coding 5 1 6 TRIT1 ENSG00000043514 +CDS chr1 39847986 39848001 ENST00000537440 protein_coding 5 5 6 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000441669 protein_coding 6 1 3 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000316891 protein_coding 10 1 5 TRIT1 ENSG00000043514 +CDS chr1 39850119 39850261 ENST00000372818 protein_coding 5 1 5 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000441669 protein_coding 6 1 2 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000316891 protein_coding 10 1 4 TRIT1 ENSG00000043514 +CDS chr1 39852731 39852876 ENST00000372818 protein_coding 5 1 4 TRIT1 ENSG00000043514 +CDS chr1 39853970 39854068 ENST00000316891 protein_coding 10 1 3 TRIT1 ENSG00000043514 +CDS chr1 39853970 39854068 ENST00000372818 protein_coding 5 1 3 TRIT1 ENSG00000043514 +CDS chr1 39857277 39857417 ENST00000316891 protein_coding 10 1 2 TRIT1 ENSG00000043514 +CDS chr1 39857277 39857417 ENST00000372818 protein_coding 5 1 2 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000441669 protein_coding 6 1 1 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000316891 protein_coding 10 1 1 TRIT1 ENSG00000043514 +CDS chr1 39883318 39883491 ENST00000372818 protein_coding 5 1 1 TRIT1 ENSG00000043514 +transcript chr1 39895426 39902013 ENST00000397332 protein_coding 2 1 NA MYCL ENSG00000116990 +transcript chr1 39895428 39901917 ENST00000372816 protein_coding 3 2 NA MYCL ENSG00000116990 +CDS chr1 39897375 39897970 ENST00000397332 protein_coding 2 1 3 MYCL ENSG00000116990 +CDS chr1 39897375 39897970 ENST00000372816 protein_coding 3 2 2 MYCL ENSG00000116990 +transcript chr1 39899612 39901919 ENST00000372815 protein_coding 1 1 NA MYCL ENSG00000116990 +CDS chr1 39900817 39901443 ENST00000372815 protein_coding 1 1 2 MYCL ENSG00000116990 +CDS chr1 39900939 39901443 ENST00000397332 protein_coding 2 1 2 MYCL ENSG00000116990 +CDS chr1 39900939 39901434 ENST00000372816 protein_coding 3 2 1 MYCL ENSG00000116990 +transcript chr1 39901134 39902256 ENST00000450953 protein_coding 3 4 NA MYCL ENSG00000116990 +CDS chr1 39901134 39901434 ENST00000450953 protein_coding 3 4 2 MYCL ENSG00000116990 +CDS chr1 39901808 39901888 ENST00000397332 protein_coding 2 1 1 MYCL ENSG00000116990 +CDS chr1 39901808 39901888 ENST00000372815 protein_coding 1 1 1 MYCL ENSG00000116990 +transcript chr1 39955112 39969968 ENST00000420632 protein_coding 6 2 NA MFSD2A ENSG00000168389 +transcript chr1 39955145 39969956 ENST00000372811 protein_coding 10 1 NA MFSD2A ENSG00000168389 +transcript chr1 39955146 39966691 ENST00000434861 protein_coding 5 3 NA MFSD2A ENSG00000168389 +transcript chr1 39955150 39969966 ENST00000372809 protein_coding 5 2 NA MFSD2A ENSG00000168389 +CDS chr1 39955293 39955385 ENST00000372811 protein_coding 10 1 1 MFSD2A ENSG00000168389 +CDS chr1 39955293 39955379 ENST00000434861 protein_coding 5 3 1 MFSD2A ENSG00000168389 +CDS chr1 39955293 39955385 ENST00000372809 protein_coding 5 2 1 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000372811 protein_coding 10 1 2 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000434861 protein_coding 5 3 2 MFSD2A ENSG00000168389 +CDS chr1 39957087 39957221 ENST00000372809 protein_coding 5 2 2 MFSD2A ENSG00000168389 +CDS chr1 39958662 39958825 ENST00000372809 protein_coding 5 2 3 MFSD2A ENSG00000168389 +CDS chr1 39958701 39958825 ENST00000372811 protein_coding 10 1 3 MFSD2A ENSG00000168389 +CDS chr1 39958701 39958825 ENST00000434861 protein_coding 5 3 3 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000372811 protein_coding 10 1 4 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000434861 protein_coding 5 3 4 MFSD2A ENSG00000168389 +CDS chr1 39965211 39965334 ENST00000372809 protein_coding 5 2 4 MFSD2A ENSG00000168389 +CDS chr1 39965326 39965334 ENST00000420632 protein_coding 6 2 2 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000372811 protein_coding 10 1 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000434861 protein_coding 5 3 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000372809 protein_coding 5 2 5 MFSD2A ENSG00000168389 +CDS chr1 39965471 39965549 ENST00000420632 protein_coding 6 2 3 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000372811 protein_coding 10 1 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000434861 protein_coding 5 3 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000372809 protein_coding 5 2 6 MFSD2A ENSG00000168389 +CDS chr1 39965857 39966014 ENST00000420632 protein_coding 6 2 4 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000372811 protein_coding 10 1 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000434861 protein_coding 5 3 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000372809 protein_coding 5 2 7 MFSD2A ENSG00000168389 +CDS chr1 39966601 39966691 ENST00000420632 protein_coding 6 2 5 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000372811 protein_coding 10 1 8 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000372809 protein_coding 5 2 8 MFSD2A ENSG00000168389 +CDS chr1 39966811 39966932 ENST00000420632 protein_coding 6 2 6 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000372811 protein_coding 10 1 9 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000372809 protein_coding 5 2 9 MFSD2A ENSG00000168389 +CDS chr1 39967086 39967169 ENST00000420632 protein_coding 6 2 7 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000372811 protein_coding 10 1 10 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000372809 protein_coding 5 2 10 MFSD2A ENSG00000168389 +CDS chr1 39967628 39967711 ENST00000420632 protein_coding 6 2 8 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000372811 protein_coding 10 1 11 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000372809 protein_coding 5 2 11 MFSD2A ENSG00000168389 +CDS chr1 39967804 39967916 ENST00000420632 protein_coding 6 2 9 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000372811 protein_coding 10 1 12 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000372809 protein_coding 5 2 12 MFSD2A ENSG00000168389 +CDS chr1 39968334 39968477 ENST00000420632 protein_coding 6 2 10 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000372811 protein_coding 10 1 13 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000372809 protein_coding 5 2 13 MFSD2A ENSG00000168389 +CDS chr1 39968569 39968745 ENST00000420632 protein_coding 6 2 11 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000372811 protein_coding 10 1 14 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000372809 protein_coding 5 2 14 MFSD2A ENSG00000168389 +CDS chr1 39969505 39969565 ENST00000420632 protein_coding 6 2 12 MFSD2A ENSG00000168389 +transcript chr1 40040233 40072649 ENST00000372797 protein_coding 7 1 NA CAP1 ENSG00000131236 +transcript chr1 40040240 40072515 ENST00000372802 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040323 40064558 ENST00000449311 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040583 40066300 ENST00000421589 protein_coding 5 2 NA CAP1 ENSG00000131236 +transcript chr1 40040720 40069764 ENST00000414893 protein_coding 5 3 NA CAP1 ENSG00000131236 +transcript chr1 40040729 40072648 ENST00000372792 protein_coding 7 1 NA CAP1 ENSG00000131236 +transcript chr1 40040729 40072648 ENST00000372805 protein_coding 8 1 NA CAP1 ENSG00000131236 +transcript chr1 40040732 40066314 ENST00000414281 protein_coding 5 4 NA CAP1 ENSG00000131236 +transcript chr1 40040733 40066229 ENST00000420216 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040752 40071608 ENST00000372798 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040753 40072641 ENST00000340450 protein_coding 7 5 NA CAP1 ENSG00000131236 +transcript chr1 40040765 40067700 ENST00000435719 protein_coding 5 3 NA CAP1 ENSG00000131236 +transcript chr1 40040767 40067556 ENST00000427843 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040780 40066218 ENST00000417287 protein_coding 5 5 NA CAP1 ENSG00000131236 +transcript chr1 40040780 40066295 ENST00000424977 protein_coding 1 5 NA CAP1 ENSG00000131236 +transcript chr1 40040882 40060130 ENST00000446031 protein_coding 1 3 NA CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372797 protein_coding 7 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372802 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000449311 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000421589 protein_coding 5 2 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000414893 protein_coding 5 3 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000414281 protein_coding 5 4 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000420216 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372792 protein_coding 7 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372798 protein_coding 5 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000340450 protein_coding 7 5 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000372805 protein_coding 8 1 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000435719 protein_coding 5 3 2 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000427843 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000417287 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000424977 protein_coding 1 5 3 CAP1 ENSG00000131236 +CDS chr1 40059347 40059458 ENST00000446031 protein_coding 1 3 2 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372797 protein_coding 7 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000449311 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000421589 protein_coding 5 2 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060089 ENST00000414893 protein_coding 5 3 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000414281 protein_coding 5 4 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000420216 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372792 protein_coding 7 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000372805 protein_coding 8 1 3 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000427843 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000417287 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060170 ENST00000424977 protein_coding 1 5 4 CAP1 ENSG00000131236 +CDS chr1 40060067 40060130 ENST00000446031 protein_coding 1 3 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000372802 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000372798 protein_coding 5 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000340450 protein_coding 7 5 3 CAP1 ENSG00000131236 +CDS chr1 40060070 40060170 ENST00000435719 protein_coding 5 3 3 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372797 protein_coding 7 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372802 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000449311 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000421589 protein_coding 5 2 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000414281 protein_coding 5 4 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000420216 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372792 protein_coding 7 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372798 protein_coding 5 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000340450 protein_coding 7 5 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000372805 protein_coding 8 1 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000435719 protein_coding 5 3 4 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000427843 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000417287 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40061735 40061812 ENST00000424977 protein_coding 1 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372797 protein_coding 7 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372802 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000449311 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000421589 protein_coding 5 2 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000414281 protein_coding 5 4 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000420216 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372792 protein_coding 7 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372798 protein_coding 5 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000340450 protein_coding 7 5 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000372805 protein_coding 8 1 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000435719 protein_coding 5 3 5 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000427843 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000417287 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064227 40064370 ENST00000424977 protein_coding 1 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372797 protein_coding 7 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372802 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064558 ENST00000449311 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000421589 protein_coding 5 2 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000414281 protein_coding 5 4 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000420216 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372792 protein_coding 7 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372798 protein_coding 5 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000340450 protein_coding 7 5 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000372805 protein_coding 8 1 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000435719 protein_coding 5 3 6 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000427843 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000417287 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40064474 40064559 ENST00000424977 protein_coding 1 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372797 protein_coding 7 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372802 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066300 ENST00000421589 protein_coding 5 2 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066314 ENST00000414281 protein_coding 5 4 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066229 ENST00000420216 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372792 protein_coding 7 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372798 protein_coding 5 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000340450 protein_coding 7 5 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000372805 protein_coding 8 1 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000435719 protein_coding 5 3 7 CAP1 ENSG00000131236 +CDS chr1 40066215 40066320 ENST00000427843 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066218 ENST00000417287 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40066215 40066295 ENST00000424977 protein_coding 1 5 8 CAP1 ENSG00000131236 +CDS chr1 40066273 40066320 ENST00000414893 protein_coding 5 3 4 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372797 protein_coding 7 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372802 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000414893 protein_coding 5 3 5 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372792 protein_coding 7 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372798 protein_coding 5 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000340450 protein_coding 7 5 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067717 ENST00000372805 protein_coding 8 1 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067700 ENST00000435719 protein_coding 5 3 8 CAP1 ENSG00000131236 +CDS chr1 40067540 40067556 ENST00000427843 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372797 protein_coding 7 1 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372802 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069764 ENST00000414893 protein_coding 5 3 6 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372792 protein_coding 7 1 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372798 protein_coding 5 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000340450 protein_coding 7 5 9 CAP1 ENSG00000131236 +CDS chr1 40069690 40069874 ENST00000372805 protein_coding 8 1 9 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372797 protein_coding 7 1 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372802 protein_coding 5 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372792 protein_coding 7 1 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372798 protein_coding 5 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000340450 protein_coding 7 5 10 CAP1 ENSG00000131236 +CDS chr1 40070159 40070282 ENST00000372805 protein_coding 8 1 10 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372797 protein_coding 7 1 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372802 protein_coding 5 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372792 protein_coding 7 1 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372798 protein_coding 5 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000340450 protein_coding 7 5 11 CAP1 ENSG00000131236 +CDS chr1 40070430 40070512 ENST00000372805 protein_coding 8 1 11 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372797 protein_coding 7 1 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372802 protein_coding 5 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372792 protein_coding 7 1 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372798 protein_coding 5 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000340450 protein_coding 7 5 12 CAP1 ENSG00000131236 +CDS chr1 40070836 40070979 ENST00000372805 protein_coding 8 1 12 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372797 protein_coding 7 1 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372802 protein_coding 5 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372792 protein_coding 7 1 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372798 protein_coding 5 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000340450 protein_coding 7 5 13 CAP1 ENSG00000131236 +CDS chr1 40071450 40071530 ENST00000372805 protein_coding 8 1 13 CAP1 ENSG00000131236 +transcript chr1 40072710 40097247 ENST00000641471 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072712 40097252 ENST00000642050 protein_coding 2 NA NA PPT1 ENSG00000131238 +transcript chr1 40072712 40082321 ENST00000530076 protein_coding 6 2 NA PPT1 ENSG00000131238 +transcript chr1 40072719 40097216 ENST00000641083 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072726 40097252 ENST00000433473 protein_coding 8 1 NA PPT1 ENSG00000131238 +transcript chr1 40072726 40097254 ENST00000641319 protein_coding 1 NA NA PPT1 ENSG00000131238 +transcript chr1 40072729 40097252 ENST00000439754 protein_coding 6 3 NA PPT1 ENSG00000131238 +transcript chr1 40072738 40097260 ENST00000449045 protein_coding 7 2 NA PPT1 ENSG00000131238 +transcript chr1 40073786 40091373 ENST00000641381 protein_coding 1 NA NA PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000642050 protein_coding 2 NA 9 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000641471 protein_coding 1 NA 10 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000530076 protein_coding 6 2 5 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000433473 protein_coding 8 1 9 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000439754 protein_coding 6 3 8 PPT1 ENSG00000131238 +CDS chr1 40074064 40074183 ENST00000449045 protein_coding 7 2 6 PPT1 ENSG00000131238 +CDS chr1 40074104 40074183 ENST00000641083 protein_coding 1 NA 9 PPT1 ENSG00000131238 +transcript chr1 40074127 40097252 ENST00000527311 protein_coding 7 3 NA PPT1 ENSG00000131238 +CDS chr1 40074127 40074183 ENST00000527311 protein_coding 7 3 7 PPT1 ENSG00000131238 +CDS chr1 40074171 40074183 ENST00000641381 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40075141 40075245 ENST00000641319 protein_coding 1 NA 9 PPT1 ENSG00000131238 +CDS chr1 40076730 40076913 ENST00000641083 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000642050 protein_coding 2 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641471 protein_coding 1 NA 9 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000530076 protein_coding 6 2 4 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000433473 protein_coding 8 1 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641319 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000449045 protein_coding 7 2 5 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000641381 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40076842 40076913 ENST00000527311 protein_coding 7 3 6 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000642050 protein_coding 2 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641471 protein_coding 1 NA 8 PPT1 ENSG00000131238 +CDS chr1 40078560 40078628 ENST00000530076 protein_coding 6 2 3 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641083 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000433473 protein_coding 8 1 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000641319 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000439754 protein_coding 6 3 7 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000449045 protein_coding 7 2 4 PPT1 ENSG00000131238 +CDS chr1 40078560 40078658 ENST00000527311 protein_coding 7 3 5 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000642050 protein_coding 2 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641471 protein_coding 1 NA 7 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641083 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000433473 protein_coding 8 1 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000641319 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000439754 protein_coding 6 3 6 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000449045 protein_coding 7 2 3 PPT1 ENSG00000131238 +CDS chr1 40080397 40080487 ENST00000527311 protein_coding 7 3 4 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000642050 protein_coding 2 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641471 protein_coding 1 NA 6 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641083 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000433473 protein_coding 8 1 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641319 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000439754 protein_coding 6 3 5 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000449045 protein_coding 7 2 2 PPT1 ENSG00000131238 +CDS chr1 40089410 40089512 ENST00000641381 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000642050 protein_coding 2 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641471 protein_coding 1 NA 5 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641083 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000433473 protein_coding 8 1 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000641319 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000439754 protein_coding 6 3 4 PPT1 ENSG00000131238 +CDS chr1 40091329 40091373 ENST00000641381 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40091329 40091399 ENST00000527311 protein_coding 7 3 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000642050 protein_coding 2 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641471 protein_coding 1 NA 4 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641083 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000433473 protein_coding 8 1 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000641319 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092045 40092172 ENST00000439754 protein_coding 6 3 3 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000642050 protein_coding 2 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641471 protein_coding 1 NA 3 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641083 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092504 ENST00000433473 protein_coding 8 1 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000641319 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000439754 protein_coding 6 3 2 PPT1 ENSG00000131238 +CDS chr1 40092398 40092507 ENST00000527311 protein_coding 7 3 2 PPT1 ENSG00000131238 +CDS chr1 40093933 40094019 ENST00000641471 protein_coding 1 NA 2 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000642050 protein_coding 2 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000641471 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097216 ENST00000641083 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000433473 protein_coding 8 1 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000641319 protein_coding 1 NA 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000439754 protein_coding 6 3 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000449045 protein_coding 7 2 1 PPT1 ENSG00000131238 +CDS chr1 40097115 40097238 ENST00000527311 protein_coding 7 3 1 PPT1 ENSG00000131238 +transcript chr1 40161387 40240921 ENST00000372771 protein_coding 5 1 NA RLF ENSG00000117000 +CDS chr1 40161400 40161636 ENST00000372771 protein_coding 5 1 1 RLF ENSG00000117000 +CDS chr1 40189055 40189209 ENST00000372771 protein_coding 5 1 2 RLF ENSG00000117000 +CDS chr1 40190772 40190853 ENST00000372771 protein_coding 5 1 3 RLF ENSG00000117000 +CDS chr1 40195632 40195764 ENST00000372771 protein_coding 5 1 4 RLF ENSG00000117000 +CDS chr1 40202412 40202614 ENST00000372771 protein_coding 5 1 5 RLF ENSG00000117000 +CDS chr1 40222574 40222710 ENST00000372771 protein_coding 5 1 6 RLF ENSG00000117000 +CDS chr1 40231517 40231658 ENST00000372771 protein_coding 5 1 7 RLF ENSG00000117000 +CDS chr1 40235792 40240444 ENST00000372771 protein_coding 5 1 8 RLF ENSG00000117000 +transcript chr1 40247937 40251684 ENST00000372766 protein_coding 4 1 NA TMCO2 ENSG00000188800 +CDS chr1 40247994 40248230 ENST00000372766 protein_coding 4 1 1 TMCO2 ENSG00000188800 +CDS chr1 40251283 40251591 ENST00000372766 protein_coding 4 1 2 TMCO2 ENSG00000188800 +transcript chr1 40258236 40294180 ENST00000372759 protein_coding 4 1 NA ZMPSTE24 ENSG00000084073 +CDS chr1 40258272 40258394 ENST00000372759 protein_coding 4 1 1 ZMPSTE24 ENSG00000084073 +CDS chr1 40260839 40260985 ENST00000372759 protein_coding 4 1 2 ZMPSTE24 ENSG00000084073 +CDS chr1 40267786 40267872 ENST00000372759 protein_coding 4 1 3 ZMPSTE24 ENSG00000084073 +CDS chr1 40268419 40268535 ENST00000372759 protein_coding 4 1 4 ZMPSTE24 ENSG00000084073 +CDS chr1 40269975 40270127 ENST00000372759 protein_coding 4 1 5 ZMPSTE24 ENSG00000084073 +CDS chr1 40271894 40272035 ENST00000372759 protein_coding 4 1 6 ZMPSTE24 ENSG00000084073 +CDS chr1 40281343 40281527 ENST00000372759 protein_coding 4 1 7 ZMPSTE24 ENSG00000084073 +CDS chr1 40285925 40286029 ENST00000372759 protein_coding 4 1 8 ZMPSTE24 ENSG00000084073 +CDS chr1 40290854 40290997 ENST00000372759 protein_coding 4 1 9 ZMPSTE24 ENSG00000084073 +CDS chr1 40292445 40292666 ENST00000372759 protein_coding 4 1 10 ZMPSTE24 ENSG00000084073 +transcript chr1 40300489 40317286 ENST00000372748 protein_coding 8 1 NA COL9A2 ENSG00000049089 +CDS chr1 40301185 40301381 ENST00000372748 protein_coding 8 1 32 COL9A2 ENSG00000049089 +CDS chr1 40301812 40301889 ENST00000372748 protein_coding 8 1 31 COL9A2 ENSG00000049089 +CDS chr1 40302621 40302809 ENST00000372748 protein_coding 8 1 30 COL9A2 ENSG00000049089 +CDS chr1 40303131 40303185 ENST00000372748 protein_coding 8 1 29 COL9A2 ENSG00000049089 +CDS chr1 40303530 40303676 ENST00000372748 protein_coding 8 1 28 COL9A2 ENSG00000049089 +CDS chr1 40303807 40303839 ENST00000372748 protein_coding 8 1 27 COL9A2 ENSG00000049089 +CDS chr1 40303928 40303972 ENST00000372748 protein_coding 8 1 26 COL9A2 ENSG00000049089 +CDS chr1 40304064 40304099 ENST00000372748 protein_coding 8 1 25 COL9A2 ENSG00000049089 +CDS chr1 40304320 40304391 ENST00000372748 protein_coding 8 1 24 COL9A2 ENSG00000049089 +CDS chr1 40304476 40304529 ENST00000372748 protein_coding 8 1 23 COL9A2 ENSG00000049089 +CDS chr1 40304794 40304847 ENST00000372748 protein_coding 8 1 22 COL9A2 ENSG00000049089 +CDS chr1 40305715 40305768 ENST00000372748 protein_coding 8 1 21 COL9A2 ENSG00000049089 +CDS chr1 40306143 40306187 ENST00000372748 protein_coding 8 1 20 COL9A2 ENSG00000049089 +CDS chr1 40307446 40307499 ENST00000372748 protein_coding 8 1 19 COL9A2 ENSG00000049089 +CDS chr1 40307703 40307756 ENST00000372748 protein_coding 8 1 18 COL9A2 ENSG00000049089 +CDS chr1 40308192 40308245 ENST00000372748 protein_coding 8 1 17 COL9A2 ENSG00000049089 +CDS chr1 40309938 40309991 ENST00000372748 protein_coding 8 1 16 COL9A2 ENSG00000049089 +CDS chr1 40310111 40310164 ENST00000372748 protein_coding 8 1 15 COL9A2 ENSG00000049089 +CDS chr1 40310264 40310317 ENST00000372748 protein_coding 8 1 14 COL9A2 ENSG00000049089 +transcript chr1 40310290 40316690 ENST00000417105 protein_coding 6 5 NA COL9A2 ENSG00000049089 +CDS chr1 40310290 40310317 ENST00000417105 protein_coding 6 5 14 COL9A2 ENSG00000049089 +CDS chr1 40310714 40310767 ENST00000372748 protein_coding 8 1 13 COL9A2 ENSG00000049089 +CDS chr1 40310714 40310767 ENST00000417105 protein_coding 6 5 13 COL9A2 ENSG00000049089 +CDS chr1 40311093 40311146 ENST00000372748 protein_coding 8 1 12 COL9A2 ENSG00000049089 +CDS chr1 40311093 40311146 ENST00000417105 protein_coding 6 5 12 COL9A2 ENSG00000049089 +CDS chr1 40311230 40311286 ENST00000372748 protein_coding 8 1 11 COL9A2 ENSG00000049089 +CDS chr1 40311230 40311286 ENST00000417105 protein_coding 6 5 11 COL9A2 ENSG00000049089 +CDS chr1 40311500 40311547 ENST00000372748 protein_coding 8 1 10 COL9A2 ENSG00000049089 +CDS chr1 40311500 40311547 ENST00000417105 protein_coding 6 5 10 COL9A2 ENSG00000049089 +CDS chr1 40311662 40311715 ENST00000372748 protein_coding 8 1 9 COL9A2 ENSG00000049089 +CDS chr1 40311662 40311715 ENST00000417105 protein_coding 6 5 9 COL9A2 ENSG00000049089 +transcript chr1 40311671 40317267 ENST00000372736 protein_coding 3 3 NA COL9A2 ENSG00000049089 +CDS chr1 40311671 40311715 ENST00000372736 protein_coding 3 3 4 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000372748 protein_coding 8 1 8 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000417105 protein_coding 6 5 8 COL9A2 ENSG00000049089 +CDS chr1 40312059 40312112 ENST00000372736 protein_coding 3 3 3 COL9A2 ENSG00000049089 +CDS chr1 40312456 40312479 ENST00000372748 protein_coding 8 1 7 COL9A2 ENSG00000049089 +CDS chr1 40312456 40312479 ENST00000417105 protein_coding 6 5 7 COL9A2 ENSG00000049089 +CDS chr1 40312574 40312609 ENST00000372748 protein_coding 8 1 6 COL9A2 ENSG00000049089 +CDS chr1 40312574 40312609 ENST00000417105 protein_coding 6 5 6 COL9A2 ENSG00000049089 +transcript chr1 40312599 40316104 ENST00000642679 protein_coding 1 NA NA COL9A2 ENSG00000049089 +CDS chr1 40312599 40312609 ENST00000642679 protein_coding 1 NA 6 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312784 ENST00000372748 protein_coding 8 1 5 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312751 ENST00000417105 protein_coding 6 5 5 COL9A2 ENSG00000049089 +CDS chr1 40312731 40312751 ENST00000642679 protein_coding 1 NA 5 COL9A2 ENSG00000049089 +CDS chr1 40314205 40314267 ENST00000372748 protein_coding 8 1 4 COL9A2 ENSG00000049089 +CDS chr1 40314352 40314387 ENST00000372748 protein_coding 8 1 3 COL9A2 ENSG00000049089 +CDS chr1 40315590 40315664 ENST00000372748 protein_coding 8 1 2 COL9A2 ENSG00000049089 +CDS chr1 40315590 40315664 ENST00000372736 protein_coding 3 3 2 COL9A2 ENSG00000049089 +CDS chr1 40317123 40317197 ENST00000372748 protein_coding 8 1 1 COL9A2 ENSG00000049089 +CDS chr1 40317123 40317197 ENST00000372736 protein_coding 3 3 1 COL9A2 ENSG00000049089 +transcript chr1 40344850 40414240 ENST00000435168 protein_coding 6 5 NA SMAP2 ENSG00000084070 +CDS chr1 40362382 40362436 ENST00000435168 protein_coding 6 5 2 SMAP2 ENSG00000084070 +transcript chr1 40373727 40423322 ENST00000372718 protein_coding 8 1 NA SMAP2 ENSG00000084070 +CDS chr1 40374121 40374223 ENST00000372718 protein_coding 8 1 1 SMAP2 ENSG00000084070 +transcript chr1 40374648 40423326 ENST00000372708 protein_coding 5 1 NA SMAP2 ENSG00000084070 +CDS chr1 40374696 40374708 ENST00000372708 protein_coding 5 1 1 SMAP2 ENSG00000084070 +transcript chr1 40393345 40423324 ENST00000614549 protein_coding 4 1 NA SMAP2 ENSG00000084070 +CDS chr1 40393417 40393504 ENST00000614549 protein_coding 4 1 1 SMAP2 ENSG00000084070 +transcript chr1 40396800 40423324 ENST00000539317 protein_coding 2 2 NA SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000435168 protein_coding 6 5 3 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000372718 protein_coding 8 1 2 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000372708 protein_coding 5 1 2 SMAP2 ENSG00000084070 +CDS chr1 40406736 40406869 ENST00000614549 protein_coding 4 1 2 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000435168 protein_coding 6 5 4 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000372718 protein_coding 8 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000372708 protein_coding 5 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408653 40408738 ENST00000614549 protein_coding 4 1 3 SMAP2 ENSG00000084070 +CDS chr1 40408656 40408738 ENST00000539317 protein_coding 2 2 3 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000435168 protein_coding 6 5 5 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000372718 protein_coding 8 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000372708 protein_coding 5 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000614549 protein_coding 4 1 4 SMAP2 ENSG00000084070 +CDS chr1 40409757 40409835 ENST00000539317 protein_coding 2 2 4 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000435168 protein_coding 6 5 6 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000372718 protein_coding 8 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000372708 protein_coding 5 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000614549 protein_coding 4 1 5 SMAP2 ENSG00000084070 +CDS chr1 40413016 40413102 ENST00000539317 protein_coding 2 2 5 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000435168 protein_coding 6 5 7 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000372718 protein_coding 8 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000372708 protein_coding 5 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000614549 protein_coding 4 1 6 SMAP2 ENSG00000084070 +CDS chr1 40414159 40414240 ENST00000539317 protein_coding 2 2 6 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000372718 protein_coding 8 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000372708 protein_coding 5 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000614549 protein_coding 4 1 7 SMAP2 ENSG00000084070 +CDS chr1 40415272 40415381 ENST00000539317 protein_coding 2 2 7 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000372718 protein_coding 8 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000372708 protein_coding 5 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000614549 protein_coding 4 1 8 SMAP2 ENSG00000084070 +CDS chr1 40416176 40416341 ENST00000539317 protein_coding 2 2 8 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000372718 protein_coding 8 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000372708 protein_coding 5 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000614549 protein_coding 4 1 9 SMAP2 ENSG00000084070 +CDS chr1 40416780 40417096 ENST00000539317 protein_coding 2 2 9 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000372718 protein_coding 8 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000372708 protein_coding 5 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000614549 protein_coding 4 1 10 SMAP2 ENSG00000084070 +CDS chr1 40421976 40422098 ENST00000539317 protein_coding 2 2 10 SMAP2 ENSG00000084070 +transcript chr1 40450107 40463680 ENST00000484445 protein_coding 5 1 NA ZFP69B ENSG00000187801 +transcript chr1 40450107 40463718 ENST00000411995 protein_coding 6 5 NA ZFP69B ENSG00000187801 +transcript chr1 40450476 40463715 ENST00000361584 protein_coding 5 1 NA ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000484445 protein_coding 5 1 2 ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000411995 protein_coding 6 5 2 ZFP69B ENSG00000187801 +CDS chr1 40450962 40451088 ENST00000361584 protein_coding 5 1 1 ZFP69B ENSG00000187801 +CDS chr1 40454203 40454288 ENST00000411995 protein_coding 6 5 3 ZFP69B ENSG00000187801 +CDS chr1 40454203 40454288 ENST00000361584 protein_coding 5 1 2 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000484445 protein_coding 5 1 3 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000411995 protein_coding 6 5 4 ZFP69B ENSG00000187801 +CDS chr1 40456945 40457071 ENST00000361584 protein_coding 5 1 3 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000484445 protein_coding 5 1 4 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000411995 protein_coding 6 5 5 ZFP69B ENSG00000187801 +CDS chr1 40457344 40457439 ENST00000361584 protein_coding 5 1 4 ZFP69B ENSG00000187801 +CDS chr1 40462421 40462463 ENST00000484445 protein_coding 5 1 5 ZFP69B ENSG00000187801 +CDS chr1 40462421 40463586 ENST00000411995 protein_coding 6 5 6 ZFP69B ENSG00000187801 +CDS chr1 40462421 40463586 ENST00000361584 protein_coding 5 1 5 ZFP69B ENSG00000187801 +transcript chr1 40477290 40496343 ENST00000372706 protein_coding 6 1 NA ZFP69 ENSG00000187815 +transcript chr1 40477630 40496288 ENST00000372705 protein_coding 3 2 NA ZFP69 ENSG00000187815 +CDS chr1 40479362 40479488 ENST00000372706 protein_coding 6 1 2 ZFP69 ENSG00000187815 +CDS chr1 40479362 40479488 ENST00000372705 protein_coding 3 2 2 ZFP69 ENSG00000187815 +CDS chr1 40481763 40481854 ENST00000372706 protein_coding 6 1 3 ZFP69 ENSG00000187815 +CDS chr1 40481763 40481854 ENST00000372705 protein_coding 3 2 3 ZFP69 ENSG00000187815 +CDS chr1 40489088 40489214 ENST00000372706 protein_coding 6 1 4 ZFP69 ENSG00000187815 +CDS chr1 40489088 40489214 ENST00000372705 protein_coding 3 2 4 ZFP69 ENSG00000187815 +CDS chr1 40489529 40489624 ENST00000372706 protein_coding 6 1 5 ZFP69 ENSG00000187815 +CDS chr1 40489529 40489624 ENST00000372705 protein_coding 3 2 5 ZFP69 ENSG00000187815 +CDS chr1 40494921 40496056 ENST00000372706 protein_coding 6 1 6 ZFP69 ENSG00000187815 +CDS chr1 40494921 40496056 ENST00000372705 protein_coding 3 2 6 ZFP69 ENSG00000187815 +transcript chr1 40508741 40516036 ENST00000358527 protein_coding 6 1 NA EXO5 ENSG00000164002 +transcript chr1 40508747 40516037 ENST00000372703 protein_coding 1 2 NA EXO5 ENSG00000164002 +transcript chr1 40508754 40516036 ENST00000420209 protein_coding 2 2 NA EXO5 ENSG00000164002 +transcript chr1 40508761 40516036 ENST00000296380 protein_coding 9 2 NA EXO5 ENSG00000164002 +transcript chr1 40508761 40516036 ENST00000682383 protein_coding 1 NA NA EXO5 ENSG00000164002 +transcript chr1 40508767 40516036 ENST00000432259 protein_coding 6 3 NA EXO5 ENSG00000164002 +transcript chr1 40508767 40516038 ENST00000415550 protein_coding 6 2 NA EXO5 ENSG00000164002 +transcript chr1 40508775 40516036 ENST00000418186 protein_coding 2 3 NA EXO5 ENSG00000164002 +transcript chr1 40508798 40516036 ENST00000443729 protein_coding 6 3 NA EXO5 ENSG00000164002 +transcript chr1 40508806 40516036 ENST00000419161 protein_coding 2 3 NA EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000358527 protein_coding 6 1 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000372703 protein_coding 1 2 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000420209 protein_coding 2 2 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000296380 protein_coding 9 2 3 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000682383 protein_coding 1 NA 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000432259 protein_coding 6 3 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000415550 protein_coding 6 2 4 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000418186 protein_coding 2 3 2 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000443729 protein_coding 6 3 3 EXO5 ENSG00000164002 +CDS chr1 40514545 40515663 ENST00000419161 protein_coding 2 3 2 EXO5 ENSG00000164002 +transcript chr1 40531573 40548110 ENST00000648542 protein_coding 1 NA NA ZNF684 ENSG00000117010 +transcript chr1 40531637 40548167 ENST00000372699 protein_coding 8 1 NA ZNF684 ENSG00000117010 +transcript chr1 40531663 40545037 ENST00000372696 protein_coding 3 3 NA ZNF684 ENSG00000117010 +transcript chr1 40531663 40545037 ENST00000372697 protein_coding 7 3 NA ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000648542 protein_coding 1 NA 3 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372699 protein_coding 8 1 2 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372696 protein_coding 3 3 2 ZNF684 ENSG00000117010 +CDS chr1 40533167 40533181 ENST00000372697 protein_coding 7 3 2 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000648542 protein_coding 1 NA 4 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372699 protein_coding 8 1 3 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372696 protein_coding 3 3 3 ZNF684 ENSG00000117010 +CDS chr1 40540586 40540712 ENST00000372697 protein_coding 7 3 3 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000648542 protein_coding 1 NA 5 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372699 protein_coding 8 1 4 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372696 protein_coding 3 3 4 ZNF684 ENSG00000117010 +CDS chr1 40541615 40541710 ENST00000372697 protein_coding 7 3 4 ZNF684 ENSG00000117010 +CDS chr1 40544397 40544515 ENST00000372697 protein_coding 7 3 5 ZNF684 ENSG00000117010 +CDS chr1 40544416 40544453 ENST00000372696 protein_coding 3 3 5 ZNF684 ENSG00000117010 +CDS chr1 40546562 40547457 ENST00000648542 protein_coding 1 NA 6 ZNF684 ENSG00000117010 +CDS chr1 40546562 40547457 ENST00000372699 protein_coding 8 1 5 ZNF684 ENSG00000117010 +transcript chr1 40620680 40665682 ENST00000372684 protein_coding 8 1 NA RIMS3 ENSG00000117016 +transcript chr1 40626214 40665445 ENST00000372683 protein_coding 1 1 NA RIMS3 ENSG00000117016 +CDS chr1 40626520 40626729 ENST00000372684 protein_coding 8 1 8 RIMS3 ENSG00000117016 +CDS chr1 40626520 40626729 ENST00000372683 protein_coding 1 1 8 RIMS3 ENSG00000117016 +CDS chr1 40628810 40628949 ENST00000372684 protein_coding 8 1 7 RIMS3 ENSG00000117016 +CDS chr1 40628810 40628949 ENST00000372683 protein_coding 1 1 7 RIMS3 ENSG00000117016 +CDS chr1 40629271 40629372 ENST00000372684 protein_coding 8 1 6 RIMS3 ENSG00000117016 +CDS chr1 40629271 40629372 ENST00000372683 protein_coding 1 1 6 RIMS3 ENSG00000117016 +CDS chr1 40633069 40633181 ENST00000372684 protein_coding 8 1 5 RIMS3 ENSG00000117016 +CDS chr1 40633069 40633181 ENST00000372683 protein_coding 1 1 5 RIMS3 ENSG00000117016 +CDS chr1 40635916 40636057 ENST00000372684 protein_coding 8 1 4 RIMS3 ENSG00000117016 +CDS chr1 40635916 40636057 ENST00000372683 protein_coding 1 1 4 RIMS3 ENSG00000117016 +CDS chr1 40641709 40641925 ENST00000372684 protein_coding 8 1 3 RIMS3 ENSG00000117016 +CDS chr1 40641709 40641925 ENST00000372683 protein_coding 1 1 3 RIMS3 ENSG00000117016 +transcript chr1 40691689 40771126 ENST00000427410 protein_coding 6 2 NA NFYC ENSG00000066136 +transcript chr1 40691704 40771603 ENST00000447388 protein_coding 8 1 NA NFYC ENSG00000066136 +transcript chr1 40691716 40771139 ENST00000425457 protein_coding 6 2 NA NFYC ENSG00000066136 +transcript chr1 40691717 40753246 ENST00000453631 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40691743 40771601 ENST00000456393 protein_coding 6 1 NA NFYC ENSG00000066136 +transcript chr1 40691838 40771102 ENST00000372654 protein_coding 5 1 NA NFYC ENSG00000066136 +transcript chr1 40692008 40747584 ENST00000534399 protein_coding 5 4 NA NFYC ENSG00000066136 +transcript chr1 40692013 40771106 ENST00000372653 protein_coding 5 2 NA NFYC ENSG00000066136 +transcript chr1 40692290 40766687 ENST00000372669 protein_coding 8 5 NA NFYC ENSG00000066136 +transcript chr1 40709357 40771603 ENST00000372652 protein_coding 5 2 NA NFYC ENSG00000066136 +transcript chr1 40709543 40770940 ENST00000372651 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40734848 40749576 ENST00000531464 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40735315 40771093 ENST00000440226 protein_coding 7 5 NA NFYC ENSG00000066136 +transcript chr1 40738834 40758159 ENST00000525290 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40738836 40753216 ENST00000530965 protein_coding 5 5 NA NFYC ENSG00000066136 +transcript chr1 40738836 40762961 ENST00000416859 protein_coding 6 5 NA NFYC ENSG00000066136 +transcript chr1 40738838 40771603 ENST00000308733 protein_coding 9 1 NA NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000427410 protein_coding 6 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000447388 protein_coding 8 1 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000425457 protein_coding 6 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000453631 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000456393 protein_coding 6 1 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372654 protein_coding 5 1 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000534399 protein_coding 5 4 4 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372653 protein_coding 5 2 7 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372669 protein_coding 8 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372652 protein_coding 5 2 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000372651 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000531464 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000440226 protein_coding 7 5 2 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000525290 protein_coding 5 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000530965 protein_coding 5 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000416859 protein_coding 6 5 1 NFYC ENSG00000066136 +CDS chr1 40738844 40738948 ENST00000308733 protein_coding 9 1 1 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000427410 protein_coding 6 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000447388 protein_coding 8 1 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000425457 protein_coding 6 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000453631 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000456393 protein_coding 6 1 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372654 protein_coding 5 1 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747584 ENST00000534399 protein_coding 5 4 5 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372653 protein_coding 5 2 8 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372669 protein_coding 8 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372652 protein_coding 5 2 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000372651 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000531464 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000440226 protein_coding 7 5 3 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000525290 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000416859 protein_coding 6 5 2 NFYC ENSG00000066136 +CDS chr1 40747534 40747605 ENST00000308733 protein_coding 9 1 2 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000447388 protein_coding 8 1 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000425457 protein_coding 6 2 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000453631 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000456393 protein_coding 6 1 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372654 protein_coding 5 1 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372653 protein_coding 5 2 9 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372669 protein_coding 8 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372652 protein_coding 5 2 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000372651 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749576 ENST00000531464 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000440226 protein_coding 7 5 4 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000525290 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000530965 protein_coding 5 5 2 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000416859 protein_coding 6 5 3 NFYC ENSG00000066136 +CDS chr1 40749573 40749686 ENST00000308733 protein_coding 9 1 3 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000427410 protein_coding 6 2 4 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000447388 protein_coding 8 1 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000425457 protein_coding 6 2 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000453631 protein_coding 5 5 6 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000456393 protein_coding 6 1 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372654 protein_coding 5 1 6 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372653 protein_coding 5 2 10 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372669 protein_coding 8 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372652 protein_coding 5 2 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000372651 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000440226 protein_coding 7 5 5 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000525290 protein_coding 5 5 4 NFYC ENSG00000066136 +CDS chr1 40753151 40753216 ENST00000530965 protein_coding 5 5 3 NFYC ENSG00000066136 +CDS chr1 40753151 40753246 ENST00000308733 protein_coding 9 1 4 NFYC ENSG00000066136 +transcript chr1 40753213 40771603 ENST00000414185 protein_coding 1 3 NA NFYC ENSG00000066136 +CDS chr1 40753213 40753246 ENST00000414185 protein_coding 1 3 1 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000427410 protein_coding 6 2 5 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000447388 protein_coding 8 1 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000425457 protein_coding 6 2 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000456393 protein_coding 6 1 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372654 protein_coding 5 1 7 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372653 protein_coding 5 2 11 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372669 protein_coding 8 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372652 protein_coding 5 2 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000372651 protein_coding 5 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000440226 protein_coding 7 5 6 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000416859 protein_coding 6 5 4 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000308733 protein_coding 9 1 5 NFYC ENSG00000066136 +CDS chr1 40758121 40758294 ENST00000414185 protein_coding 1 3 2 NFYC ENSG00000066136 +CDS chr1 40758124 40758159 ENST00000525290 protein_coding 5 5 5 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000427410 protein_coding 6 2 6 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000447388 protein_coding 8 1 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000425457 protein_coding 6 2 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000456393 protein_coding 6 1 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372654 protein_coding 5 1 8 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372669 protein_coding 8 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372652 protein_coding 5 2 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000372651 protein_coding 5 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000440226 protein_coding 7 5 7 NFYC ENSG00000066136 +CDS chr1 40762888 40762961 ENST00000416859 protein_coding 6 5 5 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000308733 protein_coding 9 1 6 NFYC ENSG00000066136 +CDS chr1 40762888 40763046 ENST00000414185 protein_coding 1 3 3 NFYC ENSG00000066136 +CDS chr1 40762990 40763046 ENST00000372653 protein_coding 5 2 12 NFYC ENSG00000066136 +CDS chr1 40763363 40763489 ENST00000372669 protein_coding 8 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000427410 protein_coding 6 2 7 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000447388 protein_coding 8 1 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000425457 protein_coding 6 2 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000456393 protein_coding 6 1 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372654 protein_coding 5 1 9 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372653 protein_coding 5 2 13 NFYC ENSG00000066136 +CDS chr1 40766596 40766687 ENST00000372669 protein_coding 8 5 9 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372652 protein_coding 5 2 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000372651 protein_coding 5 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000440226 protein_coding 7 5 8 NFYC ENSG00000066136 +CDS chr1 40766596 40766703 ENST00000308733 protein_coding 9 1 7 NFYC ENSG00000066136 +CDS chr1 40766596 40766685 ENST00000414185 protein_coding 1 3 4 NFYC ENSG00000066136 +CDS chr1 40766918 40766974 ENST00000425457 protein_coding 6 2 9 NFYC ENSG00000066136 +CDS chr1 40766918 40766974 ENST00000308733 protein_coding 9 1 8 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000427410 protein_coding 6 2 8 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000447388 protein_coding 8 1 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000425457 protein_coding 6 2 10 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000456393 protein_coding 6 1 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372654 protein_coding 5 1 10 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372653 protein_coding 5 2 14 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372652 protein_coding 5 2 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000372651 protein_coding 5 5 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000440226 protein_coding 7 5 9 NFYC ENSG00000066136 +CDS chr1 40769356 40769415 ENST00000308733 protein_coding 9 1 9 NFYC ENSG00000066136 +CDS chr1 40770397 40770825 ENST00000372652 protein_coding 5 2 10 NFYC ENSG00000066136 +CDS chr1 40770397 40770825 ENST00000308733 protein_coding 9 1 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000427410 protein_coding 6 2 9 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000447388 protein_coding 8 1 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000425457 protein_coding 6 2 11 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372654 protein_coding 5 1 11 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372653 protein_coding 5 2 15 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000372651 protein_coding 5 5 10 NFYC ENSG00000066136 +CDS chr1 40770709 40770825 ENST00000440226 protein_coding 7 5 10 NFYC ENSG00000066136 +CDS chr1 40770712 40770825 ENST00000456393 protein_coding 6 1 10 NFYC ENSG00000066136 +CDS chr1 40771384 40771482 ENST00000414185 protein_coding 1 3 5 NFYC ENSG00000066136 +transcript chr1 40783787 40840452 ENST00000347132 protein_coding 10 1 NA KCNQ4 ENSG00000117013 +CDS chr1 40784094 40784407 ENST00000347132 protein_coding 10 1 1 KCNQ4 ENSG00000117013 +transcript chr1 40784094 40838523 ENST00000509682 protein_coding 6 5 NA KCNQ4 ENSG00000117013 +CDS chr1 40784094 40784407 ENST00000509682 protein_coding 6 5 1 KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000347132 protein_coding 10 1 2 KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000509682 protein_coding 6 5 2 KCNQ4 ENSG00000117013 +transcript chr1 40817265 40839289 ENST00000443478 protein_coding 3 5 NA KCNQ4 ENSG00000117013 +CDS chr1 40817265 40817355 ENST00000443478 protein_coding 3 5 1 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000347132 protein_coding 10 1 3 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000509682 protein_coding 6 5 3 KCNQ4 ENSG00000117013 +CDS chr1 40818164 40818290 ENST00000443478 protein_coding 3 5 2 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000347132 protein_coding 10 1 4 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000509682 protein_coding 6 5 4 KCNQ4 ENSG00000117013 +CDS chr1 40818505 40818680 ENST00000443478 protein_coding 3 5 3 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000347132 protein_coding 10 1 5 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000509682 protein_coding 6 5 5 KCNQ4 ENSG00000117013 +CDS chr1 40819347 40819472 ENST00000443478 protein_coding 3 5 4 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000347132 protein_coding 10 1 6 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000509682 protein_coding 6 5 6 KCNQ4 ENSG00000117013 +CDS chr1 40819875 40819985 ENST00000443478 protein_coding 3 5 5 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000347132 protein_coding 10 1 7 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000509682 protein_coding 6 5 7 KCNQ4 ENSG00000117013 +CDS chr1 40820165 40820260 ENST00000443478 protein_coding 3 5 6 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000347132 protein_coding 10 1 8 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000509682 protein_coding 6 5 8 KCNQ4 ENSG00000117013 +CDS chr1 40822314 40822402 ENST00000443478 protein_coding 3 5 7 KCNQ4 ENSG00000117013 +CDS chr1 40824097 40824258 ENST00000347132 protein_coding 10 1 9 KCNQ4 ENSG00000117013 +CDS chr1 40826638 40826694 ENST00000443478 protein_coding 3 5 8 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000347132 protein_coding 10 1 10 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000509682 protein_coding 6 5 9 KCNQ4 ENSG00000117013 +CDS chr1 40831084 40831304 ENST00000443478 protein_coding 3 5 9 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000347132 protein_coding 10 1 11 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000509682 protein_coding 6 5 10 KCNQ4 ENSG00000117013 +CDS chr1 40833014 40833113 ENST00000443478 protein_coding 3 5 10 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000347132 protein_coding 10 1 12 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000509682 protein_coding 6 5 11 KCNQ4 ENSG00000117013 +CDS chr1 40834967 40835098 ENST00000443478 protein_coding 3 5 11 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000347132 protein_coding 10 1 13 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000509682 protein_coding 6 5 12 KCNQ4 ENSG00000117013 +CDS chr1 40837665 40837794 ENST00000443478 protein_coding 3 5 12 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000347132 protein_coding 10 1 14 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000509682 protein_coding 6 5 13 KCNQ4 ENSG00000117013 +CDS chr1 40838311 40838520 ENST00000443478 protein_coding 3 5 13 KCNQ4 ENSG00000117013 +transcript chr1 40861054 40862363 ENST00000372638 protein_coding 4 NA NA CITED4 ENSG00000179862 +CDS chr1 40861576 40862127 ENST00000372638 protein_coding 4 NA 1 CITED4 ENSG00000179862 +transcript chr1 40979696 41012565 ENST00000650070 protein_coding 2 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979705 41012550 ENST00000649864 protein_coding 1 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979721 41012539 ENST00000649124 protein_coding 1 NA NA CTPS1 ENSG00000171793 +transcript chr1 40979758 41004250 ENST00000463285 protein_coding 6 3 NA CTPS1 ENSG00000171793 +transcript chr1 40980108 40984988 ENST00000470271 protein_coding 5 3 NA CTPS1 ENSG00000171793 +transcript chr1 40983161 41011779 ENST00000372616 protein_coding 1 2 NA CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000650070 protein_coding 2 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000649864 protein_coding 1 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000649124 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000463285 protein_coding 6 3 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000470271 protein_coding 5 3 2 CTPS1 ENSG00000171793 +CDS chr1 40983291 40983456 ENST00000372616 protein_coding 1 2 1 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000650070 protein_coding 2 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000649864 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000649124 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000463285 protein_coding 6 3 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984988 ENST00000470271 protein_coding 5 3 3 CTPS1 ENSG00000171793 +CDS chr1 40984821 40984991 ENST00000372616 protein_coding 1 2 2 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000650070 protein_coding 2 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000649864 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000649124 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000463285 protein_coding 6 3 4 CTPS1 ENSG00000171793 +CDS chr1 40987372 40987472 ENST00000372616 protein_coding 1 2 3 CTPS1 ENSG00000171793 +transcript chr1 40988519 41012056 ENST00000649215 protein_coding 1 NA NA CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000650070 protein_coding 2 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000649864 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000649124 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000463285 protein_coding 6 3 5 CTPS1 ENSG00000171793 +CDS chr1 40988594 40988710 ENST00000372616 protein_coding 1 2 4 CTPS1 ENSG00000171793 +CDS chr1 40988624 40988710 ENST00000649215 protein_coding 1 NA 1 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000650070 protein_coding 2 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649864 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649124 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000463285 protein_coding 6 3 6 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000372616 protein_coding 1 2 5 CTPS1 ENSG00000171793 +CDS chr1 40991165 40991248 ENST00000649215 protein_coding 1 NA 2 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000650070 protein_coding 2 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649864 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649124 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000463285 protein_coding 6 3 7 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000372616 protein_coding 1 2 6 CTPS1 ENSG00000171793 +CDS chr1 40991765 40991845 ENST00000649215 protein_coding 1 NA 3 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000650070 protein_coding 2 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649864 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649124 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000463285 protein_coding 6 3 8 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000372616 protein_coding 1 2 7 CTPS1 ENSG00000171793 +CDS chr1 40995917 40996068 ENST00000649215 protein_coding 1 NA 4 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000650070 protein_coding 2 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649864 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649124 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000463285 protein_coding 6 3 9 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000372616 protein_coding 1 2 8 CTPS1 ENSG00000171793 +CDS chr1 40997394 40997526 ENST00000649215 protein_coding 1 NA 5 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000650070 protein_coding 2 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649864 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649124 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000463285 protein_coding 6 3 10 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000372616 protein_coding 1 2 9 CTPS1 ENSG00000171793 +CDS chr1 41001029 41001117 ENST00000649215 protein_coding 1 NA 6 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000650070 protein_coding 2 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649864 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649124 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000463285 protein_coding 6 3 11 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000372616 protein_coding 1 2 10 CTPS1 ENSG00000171793 +CDS chr1 41002160 41002254 ENST00000649215 protein_coding 1 NA 7 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000650070 protein_coding 2 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649864 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649124 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000463285 protein_coding 6 3 12 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000372616 protein_coding 1 2 11 CTPS1 ENSG00000171793 +CDS chr1 41003114 41003176 ENST00000649215 protein_coding 1 NA 8 CTPS1 ENSG00000171793 +CDS chr1 41003981 41004111 ENST00000463285 protein_coding 6 3 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000650070 protein_coding 2 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649864 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649124 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000372616 protein_coding 1 2 12 CTPS1 ENSG00000171793 +CDS chr1 41006051 41006094 ENST00000649215 protein_coding 1 NA 9 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000650070 protein_coding 2 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649864 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649124 protein_coding 1 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000372616 protein_coding 1 2 13 CTPS1 ENSG00000171793 +CDS chr1 41007449 41007545 ENST00000649215 protein_coding 1 NA 10 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000650070 protein_coding 2 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649864 protein_coding 1 NA 15 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649124 protein_coding 1 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000372616 protein_coding 1 2 14 CTPS1 ENSG00000171793 +CDS chr1 41008659 41008714 ENST00000649215 protein_coding 1 NA 11 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000650070 protein_coding 2 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649864 protein_coding 1 NA 16 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649124 protein_coding 1 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000372616 protein_coding 1 2 15 CTPS1 ENSG00000171793 +CDS chr1 41008794 41008890 ENST00000649215 protein_coding 1 NA 12 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000650070 protein_coding 2 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009590 ENST00000649864 protein_coding 1 NA 17 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000649124 protein_coding 1 NA 18 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000372616 protein_coding 1 2 16 CTPS1 ENSG00000171793 +CDS chr1 41009445 41009589 ENST00000649215 protein_coding 1 NA 13 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000650070 protein_coding 2 NA 18 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000649124 protein_coding 1 NA 19 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000372616 protein_coding 1 2 17 CTPS1 ENSG00000171793 +CDS chr1 41010161 41010242 ENST00000649215 protein_coding 1 NA 14 CTPS1 ENSG00000171793 +transcript chr1 41015589 41021717 ENST00000693284 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000302946 protein_coding 13 1 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000372613 protein_coding 6 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021725 ENST00000439569 protein_coding 2 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41021743 ENST00000372611 protein_coding 5 2 NA SLFNL1 ENSG00000171790 +transcript chr1 41015597 41023237 ENST00000359345 protein_coding 5 1 NA SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000693284 protein_coding 1 NA 5 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000302946 protein_coding 13 1 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000372613 protein_coding 6 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000439569 protein_coding 2 2 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000372611 protein_coding 5 2 6 SLFNL1 ENSG00000171790 +CDS chr1 41016109 41016228 ENST00000359345 protein_coding 5 1 4 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000693284 protein_coding 1 NA 4 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000302946 protein_coding 13 1 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000439569 protein_coding 2 2 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000372611 protein_coding 5 2 5 SLFNL1 ENSG00000171790 +CDS chr1 41017234 41017377 ENST00000359345 protein_coding 5 1 3 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018147 ENST00000693284 protein_coding 1 NA 3 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000302946 protein_coding 13 1 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000372613 protein_coding 6 2 2 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000439569 protein_coding 2 2 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41017979 ENST00000372611 protein_coding 5 2 4 SLFNL1 ENSG00000171790 +CDS chr1 41017635 41018156 ENST00000359345 protein_coding 5 1 2 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000693284 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000302946 protein_coding 13 1 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000372613 protein_coding 6 2 1 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000439569 protein_coding 2 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000372611 protein_coding 5 2 3 SLFNL1 ENSG00000171790 +CDS chr1 41020226 41020660 ENST00000359345 protein_coding 5 1 1 SLFNL1 ENSG00000171790 +transcript chr1 41020475 41021717 ENST00000689703 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020475 41020660 ENST00000689703 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41020554 41021717 ENST00000693533 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020554 41020660 ENST00000693533 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41020600 41021746 ENST00000690672 protein_coding 1 NA NA SLFNL1 ENSG00000171790 +CDS chr1 41020600 41020660 ENST00000690672 protein_coding 1 NA 2 SLFNL1 ENSG00000171790 +transcript chr1 41027200 41161481 ENST00000397171 protein_coding 6 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41152674 ENST00000397174 protein_coding 6 2 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161481 ENST00000361191 protein_coding 9 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161481 ENST00000361705 protein_coding 7 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027200 41161433 ENST00000402904 protein_coding 6 5 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41160898 ENST00000326197 protein_coding 11 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41163017 ENST00000372595 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242110 ENST00000337495 protein_coding 9 2 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242116 ENST00000372597 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027202 41242116 ENST00000372596 protein_coding 5 1 NA SCMH1 ENSG00000010803 +transcript chr1 41027204 41037452 ENST00000472037 protein_coding 5 3 NA SCMH1 ENSG00000010803 +transcript chr1 41028192 41159871 ENST00000456518 protein_coding 3 2 NA SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000326197 protein_coding 11 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372595 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000337495 protein_coding 9 2 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372597 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000372596 protein_coding 5 1 16 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000472037 protein_coding 5 3 4 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000456518 protein_coding 3 2 9 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000397171 protein_coding 6 5 14 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000397174 protein_coding 6 2 13 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000361191 protein_coding 9 5 12 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000361705 protein_coding 7 5 13 SCMH1 ENSG00000010803 +CDS chr1 41028197 41028319 ENST00000402904 protein_coding 6 5 15 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000326197 protein_coding 11 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372595 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000337495 protein_coding 9 2 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372597 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000372596 protein_coding 5 1 15 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000472037 protein_coding 5 3 3 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000456518 protein_coding 3 2 8 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000397171 protein_coding 6 5 13 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000397174 protein_coding 6 2 12 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000361191 protein_coding 9 5 11 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000361705 protein_coding 7 5 12 SCMH1 ENSG00000010803 +CDS chr1 41028584 41028726 ENST00000402904 protein_coding 6 5 14 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000326197 protein_coding 11 1 13 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000372595 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000472037 protein_coding 5 3 2 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000397174 protein_coding 6 2 11 SCMH1 ENSG00000010803 +CDS chr1 41033983 41034048 ENST00000402904 protein_coding 6 5 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000326197 protein_coding 11 1 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372595 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000337495 protein_coding 9 2 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372597 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000372596 protein_coding 5 1 14 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037452 ENST00000472037 protein_coding 5 3 1 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000456518 protein_coding 3 2 7 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000397171 protein_coding 6 5 12 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000397174 protein_coding 6 2 10 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000361191 protein_coding 9 5 10 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000361705 protein_coding 7 5 11 SCMH1 ENSG00000010803 +CDS chr1 41037362 41037541 ENST00000402904 protein_coding 6 5 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000326197 protein_coding 11 1 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372595 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000337495 protein_coding 9 2 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372597 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000372596 protein_coding 5 1 13 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000456518 protein_coding 3 2 6 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000397171 protein_coding 6 5 11 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000397174 protein_coding 6 2 9 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000361191 protein_coding 9 5 9 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000361705 protein_coding 7 5 10 SCMH1 ENSG00000010803 +CDS chr1 41046407 41046598 ENST00000402904 protein_coding 6 5 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000326197 protein_coding 11 1 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372595 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000337495 protein_coding 9 2 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372597 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000372596 protein_coding 5 1 12 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000456518 protein_coding 3 2 5 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000397171 protein_coding 6 5 10 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000397174 protein_coding 6 2 8 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000361191 protein_coding 9 5 8 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000361705 protein_coding 7 5 9 SCMH1 ENSG00000010803 +CDS chr1 41048690 41048890 ENST00000402904 protein_coding 6 5 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000326197 protein_coding 11 1 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372595 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000337495 protein_coding 9 2 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372597 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000372596 protein_coding 5 1 11 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000456518 protein_coding 3 2 4 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000397171 protein_coding 6 5 9 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000397174 protein_coding 6 2 7 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000361191 protein_coding 9 5 7 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000361705 protein_coding 7 5 8 SCMH1 ENSG00000010803 +CDS chr1 41070595 41070721 ENST00000402904 protein_coding 6 5 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000326197 protein_coding 11 1 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372595 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000337495 protein_coding 9 2 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372597 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000372596 protein_coding 5 1 10 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000456518 protein_coding 3 2 3 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000397171 protein_coding 6 5 8 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000397174 protein_coding 6 2 6 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000361191 protein_coding 9 5 6 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000361705 protein_coding 7 5 7 SCMH1 ENSG00000010803 +CDS chr1 41075219 41075451 ENST00000402904 protein_coding 6 5 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000326197 protein_coding 11 1 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372595 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000337495 protein_coding 9 2 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372597 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000372596 protein_coding 5 1 9 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000397171 protein_coding 6 5 7 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000397174 protein_coding 6 2 5 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000361191 protein_coding 9 5 5 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000361705 protein_coding 7 5 6 SCMH1 ENSG00000010803 +CDS chr1 41113283 41113526 ENST00000402904 protein_coding 6 5 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000326197 protein_coding 11 1 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372595 protein_coding 5 1 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000337495 protein_coding 9 2 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372597 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000372596 protein_coding 5 1 8 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000397171 protein_coding 6 5 6 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000397174 protein_coding 6 2 4 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000361191 protein_coding 9 5 4 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000361705 protein_coding 7 5 5 SCMH1 ENSG00000010803 +CDS chr1 41116922 41117010 ENST00000402904 protein_coding 6 5 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000326197 protein_coding 11 1 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000372595 protein_coding 5 1 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000337495 protein_coding 9 2 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000372597 protein_coding 5 1 6 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000372596 protein_coding 5 1 7 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000456518 protein_coding 3 2 2 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000397171 protein_coding 6 5 5 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000397174 protein_coding 6 2 3 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000361191 protein_coding 9 5 3 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143112 ENST00000361705 protein_coding 7 5 4 SCMH1 ENSG00000010803 +CDS chr1 41142878 41143076 ENST00000402904 protein_coding 6 5 5 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000326197 protein_coding 11 1 4 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000337495 protein_coding 9 2 5 SCMH1 ENSG00000010803 +CDS chr1 41151614 41151684 ENST00000397174 protein_coding 6 2 2 SCMH1 ENSG00000010803 +CDS chr1 41152599 41152674 ENST00000326197 protein_coding 11 1 3 SCMH1 ENSG00000010803 +CDS chr1 41152599 41152674 ENST00000397174 protein_coding 6 2 1 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000372597 protein_coding 5 1 5 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000456518 protein_coding 3 2 1 SCMH1 ENSG00000010803 +CDS chr1 41159725 41159730 ENST00000361705 protein_coding 7 5 3 SCMH1 ENSG00000010803 +CDS chr1 41160875 41160898 ENST00000337495 protein_coding 9 2 4 SCMH1 ENSG00000010803 +CDS chr1 41161364 41161432 ENST00000337495 protein_coding 9 2 3 SCMH1 ENSG00000010803 +CDS chr1 41186121 41186133 ENST00000337495 protein_coding 9 2 2 SCMH1 ENSG00000010803 +transcript chr1 41361931 41382681 ENST00000641094 protein_coding 2 NA NA FOXO6 ENSG00000204060 +CDS chr1 41361931 41362344 ENST00000641094 protein_coding 2 NA 1 FOXO6 ENSG00000204060 +transcript chr1 41366679 41382681 ENST00000686812 protein_coding 1 NA NA FOXO6 ENSG00000204060 +CDS chr1 41366746 41366775 ENST00000686812 protein_coding 1 NA 1 FOXO6 ENSG00000204060 +CDS chr1 41381616 41382200 ENST00000641094 protein_coding 2 NA 2 FOXO6 ENSG00000204060 +CDS chr1 41381616 41382200 ENST00000686812 protein_coding 1 NA 2 FOXO6 ENSG00000204060 +CDS chr1 41382202 41382678 ENST00000641094 protein_coding 2 NA 3 FOXO6 ENSG00000204060 +CDS chr1 41382202 41382678 ENST00000686812 protein_coding 1 NA 3 FOXO6 ENSG00000204060 +transcript chr1 41478775 41484683 ENST00000372587 protein_coding 5 1 NA EDN2 ENSG00000127129 +CDS chr1 41479412 41479502 ENST00000372587 protein_coding 5 1 5 EDN2 ENSG00000127129 +CDS chr1 41481095 41481193 ENST00000372587 protein_coding 5 1 4 EDN2 ENSG00000127129 +CDS chr1 41482466 41482588 ENST00000372587 protein_coding 5 1 3 EDN2 ENSG00000127129 +CDS chr1 41484047 41484203 ENST00000372587 protein_coding 5 1 2 EDN2 ENSG00000127129 +CDS chr1 41484538 41484601 ENST00000372587 protein_coding 5 1 1 EDN2 ENSG00000127129 +transcript chr1 41506365 41662325 ENST00000643665 protein_coding 1 NA NA HIVEP3 ENSG00000127124 +transcript chr1 41506365 41918922 ENST00000372583 protein_coding 6 1 NA HIVEP3 ENSG00000127124 +transcript chr1 41506365 41918707 ENST00000372584 protein_coding 5 1 NA HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511263 ENST00000643665 protein_coding 1 NA 8 HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511266 ENST00000372583 protein_coding 6 1 9 HIVEP3 ENSG00000127124 +CDS chr1 41510454 41511263 ENST00000372584 protein_coding 5 1 8 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000643665 protein_coding 1 NA 7 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000372583 protein_coding 6 1 8 HIVEP3 ENSG00000127124 +CDS chr1 41512816 41513750 ENST00000372584 protein_coding 5 1 7 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000643665 protein_coding 1 NA 6 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000372583 protein_coding 6 1 7 HIVEP3 ENSG00000127124 +CDS chr1 41518402 41518488 ENST00000372584 protein_coding 5 1 6 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000643665 protein_coding 1 NA 5 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000372583 protein_coding 6 1 6 HIVEP3 ENSG00000127124 +CDS chr1 41524735 41524910 ENST00000372584 protein_coding 5 1 5 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000643665 protein_coding 1 NA 4 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000372583 protein_coding 6 1 5 HIVEP3 ENSG00000127124 +CDS chr1 41575544 41575689 ENST00000372584 protein_coding 5 1 4 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000643665 protein_coding 1 NA 3 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000372583 protein_coding 6 1 4 HIVEP3 ENSG00000127124 +CDS chr1 41579737 41584797 ENST00000372584 protein_coding 5 1 3 HIVEP3 ENSG00000127124 +transcript chr1 41585306 41628816 ENST00000646142 protein_coding 1 NA NA NA ENSG00000284895 +CDS chr1 41585309 41585318 ENST00000646142 protein_coding 1 NA 2 NA ENSG00000284895 +CDS chr1 41628749 41628816 ENST00000646142 protein_coding 1 NA 1 NA ENSG00000284895 +transcript chr1 42153410 42155820 ENST00000372581 protein_coding 2 1 NA GUCA2B ENSG00000044012 +CDS chr1 42153451 42153540 ENST00000372581 protein_coding 2 1 1 GUCA2B ENSG00000044012 +CDS chr1 42154680 42154866 ENST00000372581 protein_coding 2 1 2 GUCA2B ENSG00000044012 +CDS chr1 42155535 42155593 ENST00000372581 protein_coding 2 1 3 GUCA2B ENSG00000044012 +transcript chr1 42162690 42164745 ENST00000357001 protein_coding 3 1 NA GUCA2A ENSG00000197273 +CDS chr1 42162909 42162970 ENST00000357001 protein_coding 3 1 3 GUCA2A ENSG00000197273 +CDS chr1 42163403 42163610 ENST00000357001 protein_coding 3 1 2 GUCA2A ENSG00000197273 +CDS chr1 42164638 42164712 ENST00000357001 protein_coding 3 1 1 GUCA2A ENSG00000197273 +transcript chr1 42176539 42189809 ENST00000372571 protein_coding 5 2 NA FOXJ3 ENSG00000198815 +transcript chr1 42176539 42334965 ENST00000372572 protein_coding 5 1 NA FOXJ3 ENSG00000198815 +transcript chr1 42176539 42335877 ENST00000372573 protein_coding 5 2 NA FOXJ3 ENSG00000198815 +transcript chr1 42176545 42315459 ENST00000545068 protein_coding 5 5 NA FOXJ3 ENSG00000198815 +transcript chr1 42176545 42335215 ENST00000361776 protein_coding 5 5 NA FOXJ3 ENSG00000198815 +transcript chr1 42176548 42335235 ENST00000361346 protein_coding 6 1 NA FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372571 protein_coding 5 2 3 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372572 protein_coding 5 1 15 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000372573 protein_coding 5 2 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000361346 protein_coding 6 1 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000545068 protein_coding 5 5 13 FOXJ3 ENSG00000198815 +CDS chr1 42179713 42179825 ENST00000361776 protein_coding 5 5 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372571 protein_coding 5 2 2 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372572 protein_coding 5 1 14 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000372573 protein_coding 5 2 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000361346 protein_coding 6 1 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000545068 protein_coding 5 5 12 FOXJ3 ENSG00000198815 +CDS chr1 42181917 42182024 ENST00000361776 protein_coding 5 5 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188923 ENST00000372571 protein_coding 5 2 1 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000372572 protein_coding 5 1 13 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000372573 protein_coding 5 2 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000361346 protein_coding 6 1 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000545068 protein_coding 5 5 11 FOXJ3 ENSG00000198815 +CDS chr1 42188737 42188928 ENST00000361776 protein_coding 5 5 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000372572 protein_coding 5 1 12 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000372573 protein_coding 5 2 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000361346 protein_coding 6 1 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000545068 protein_coding 5 5 10 FOXJ3 ENSG00000198815 +CDS chr1 42189303 42189404 ENST00000361776 protein_coding 5 5 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000372572 protein_coding 5 1 11 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000372573 protein_coding 5 2 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000361346 protein_coding 6 1 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000545068 protein_coding 5 5 9 FOXJ3 ENSG00000198815 +CDS chr1 42191303 42191719 ENST00000361776 protein_coding 5 5 8 FOXJ3 ENSG00000198815 +transcript chr1 42191406 42335221 ENST00000445886 protein_coding 5 1 NA FOXJ3 ENSG00000198815 +CDS chr1 42191406 42191719 ENST00000445886 protein_coding 5 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000372572 protein_coding 5 1 10 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000372573 protein_coding 5 2 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000445886 protein_coding 5 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000361346 protein_coding 6 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000545068 protein_coding 5 5 8 FOXJ3 ENSG00000198815 +CDS chr1 42194890 42195064 ENST00000361776 protein_coding 5 5 7 FOXJ3 ENSG00000198815 +transcript chr1 42194997 42206011 ENST00000422278 protein_coding 1 3 NA FOXJ3 ENSG00000198815 +CDS chr1 42194997 42195064 ENST00000422278 protein_coding 1 3 3 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000372572 protein_coding 5 1 9 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000372573 protein_coding 5 2 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000445886 protein_coding 5 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000422278 protein_coding 1 3 2 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000361346 protein_coding 6 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000545068 protein_coding 5 5 7 FOXJ3 ENSG00000198815 +CDS chr1 42199102 42199230 ENST00000361776 protein_coding 5 5 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000372572 protein_coding 5 1 8 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000372573 protein_coding 5 2 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205824 ENST00000422278 protein_coding 1 3 1 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000361346 protein_coding 6 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42205762 42205863 ENST00000545068 protein_coding 5 5 6 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000372572 protein_coding 5 1 7 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000372573 protein_coding 5 2 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000445886 protein_coding 5 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000361346 protein_coding 6 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000545068 protein_coding 5 5 5 FOXJ3 ENSG00000198815 +CDS chr1 42227883 42227966 ENST00000361776 protein_coding 5 5 5 FOXJ3 ENSG00000198815 +transcript chr1 42264931 42278587 ENST00000454417 protein_coding 1 3 NA FOXJ3 ENSG00000198815 +CDS chr1 42265055 42265189 ENST00000454417 protein_coding 1 3 2 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000372572 protein_coding 5 1 6 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000372573 protein_coding 5 2 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000445886 protein_coding 5 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000361346 protein_coding 6 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000545068 protein_coding 5 5 4 FOXJ3 ENSG00000198815 +CDS chr1 42265115 42265189 ENST00000361776 protein_coding 5 5 4 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000372572 protein_coding 5 1 5 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000372573 protein_coding 5 2 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000445886 protein_coding 5 1 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278587 ENST00000454417 protein_coding 1 3 1 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000361346 protein_coding 6 1 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000545068 protein_coding 5 5 3 FOXJ3 ENSG00000198815 +CDS chr1 42278348 42278672 ENST00000361776 protein_coding 5 5 3 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000372572 protein_coding 5 1 4 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000372573 protein_coding 5 2 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000445886 protein_coding 5 1 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000361346 protein_coding 6 1 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000545068 protein_coding 5 5 2 FOXJ3 ENSG00000198815 +CDS chr1 42311050 42311093 ENST00000361776 protein_coding 5 5 2 FOXJ3 ENSG00000198815 +transcript chr1 42380792 42424232 ENST00000431473 protein_coding 4 1 NA RIMKLA ENSG00000177181 +transcript chr1 42380795 42410165 ENST00000410070 protein_coding 6 3 NA RIMKLA ENSG00000177181 +CDS chr1 42380935 42381097 ENST00000431473 protein_coding 4 1 1 RIMKLA ENSG00000177181 +CDS chr1 42399404 42399634 ENST00000431473 protein_coding 4 1 2 RIMKLA ENSG00000177181 +CDS chr1 42399613 42399634 ENST00000410070 protein_coding 6 3 3 RIMKLA ENSG00000177181 +CDS chr1 42404511 42404597 ENST00000410070 protein_coding 6 3 4 RIMKLA ENSG00000177181 +CDS chr1 42404511 42404597 ENST00000431473 protein_coding 4 1 3 RIMKLA ENSG00000177181 +CDS chr1 42409984 42410165 ENST00000410070 protein_coding 6 3 5 RIMKLA ENSG00000177181 +CDS chr1 42409984 42410187 ENST00000431473 protein_coding 4 1 4 RIMKLA ENSG00000177181 +CDS chr1 42414484 42414971 ENST00000431473 protein_coding 4 1 5 RIMKLA ENSG00000177181 +transcript chr1 42430329 42456022 ENST00000372565 protein_coding 8 1 NA ZMYND12 ENSG00000066185 +CDS chr1 42430739 42430858 ENST00000372565 protein_coding 8 1 8 ZMYND12 ENSG00000066185 +CDS chr1 42433143 42433288 ENST00000372565 protein_coding 8 1 7 ZMYND12 ENSG00000066185 +CDS chr1 42435274 42435385 ENST00000372565 protein_coding 8 1 6 ZMYND12 ENSG00000066185 +CDS chr1 42436421 42436543 ENST00000372565 protein_coding 8 1 5 ZMYND12 ENSG00000066185 +CDS chr1 42439856 42440025 ENST00000372565 protein_coding 8 1 4 ZMYND12 ENSG00000066185 +CDS chr1 42448467 42448638 ENST00000372565 protein_coding 8 1 3 ZMYND12 ENSG00000066185 +CDS chr1 42449918 42450059 ENST00000372565 protein_coding 8 1 2 ZMYND12 ENSG00000066185 +CDS chr1 42455888 42455997 ENST00000372565 protein_coding 8 1 1 ZMYND12 ENSG00000066185 +transcript chr1 42456117 42460081 ENST00000372562 protein_coding 1 2 NA PPCS ENSG00000127125 +transcript chr1 42456539 42457504 ENST00000372560 protein_coding 3 1 NA PPCS ENSG00000127125 +transcript chr1 42456543 42461236 ENST00000372561 protein_coding 4 1 NA PPCS ENSG00000127125 +transcript chr1 42456561 42460414 ENST00000372556 protein_coding 3 2 NA PPCS ENSG00000127125 +CDS chr1 42456566 42457073 ENST00000372560 protein_coding 3 1 1 PPCS ENSG00000127125 +CDS chr1 42456566 42457073 ENST00000372561 protein_coding 4 1 1 PPCS ENSG00000127125 +CDS chr1 42456566 42456628 ENST00000372556 protein_coding 3 2 1 PPCS ENSG00000127125 +CDS chr1 42457247 42457377 ENST00000372560 protein_coding 3 1 2 PPCS ENSG00000127125 +CDS chr1 42457247 42457350 ENST00000372561 protein_coding 4 1 2 PPCS ENSG00000127125 +CDS chr1 42457247 42457350 ENST00000372556 protein_coding 3 2 2 PPCS ENSG00000127125 +CDS chr1 42457258 42457350 ENST00000372562 protein_coding 1 2 2 PPCS ENSG00000127125 +CDS chr1 42459603 42459923 ENST00000372562 protein_coding 1 2 3 PPCS ENSG00000127125 +CDS chr1 42459603 42459923 ENST00000372561 protein_coding 4 1 3 PPCS ENSG00000127125 +CDS chr1 42459603 42459603 ENST00000372556 protein_coding 3 2 3 PPCS ENSG00000127125 +transcript chr1 42463221 42484158 ENST00000654683 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463237 42654176 ENST00000667205 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463286 42590268 ENST00000655164 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463286 42657190 ENST00000657597 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463291 42483924 ENST00000667947 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463294 42654165 ENST00000668663 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463294 42654415 ENST00000660083 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42483909 ENST00000655845 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42590268 ENST00000671281 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463312 42654154 ENST00000664805 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463329 42637342 ENST00000654604 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463330 42484102 ENST00000655447 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463339 42566698 ENST00000661864 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463343 42653860 ENST00000665176 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463461 42581455 ENST00000670982 protein_coding 1 NA NA CCDC30 ENSG00000186409 +transcript chr1 42463526 42545418 ENST00000668036 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42473286 42473303 ENST00000657597 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +transcript chr1 42479310 42484148 ENST00000670292 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000654683 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000667205 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655164 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000667947 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000668663 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000660083 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655845 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000671281 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000664805 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000654604 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000655447 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000661864 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000665176 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000670982 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42480552 42480566 ENST00000670292 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +transcript chr1 42480661 42654107 ENST00000340612 protein_coding 6 5 NA CCDC30 ENSG00000186409 +transcript chr1 42482656 42654181 ENST00000428554 protein_coding 6 5 NA CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000654683 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000667205 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000655164 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000657597 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000668663 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000660083 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000655845 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000671281 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000664805 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000654604 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000655447 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000661864 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000665176 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482816 ENST00000670982 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482663 42482887 ENST00000670292 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42482676 42482708 ENST00000667947 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42482720 42482816 ENST00000668036 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42482720 42482816 ENST00000340612 protein_coding 6 5 2 CCDC30 ENSG00000186409 +transcript chr1 42482755 42581429 ENST00000653735 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42482755 42482816 ENST00000653735 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000667205 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000655164 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000657597 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000668663 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000660083 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000671281 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000664805 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000654604 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000661864 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000665176 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000670982 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000668036 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000340612 protein_coding 6 5 3 CCDC30 ENSG00000186409 +CDS chr1 42490158 42490229 ENST00000653735 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +transcript chr1 42490207 42654189 ENST00000671538 protein_coding 1 NA NA CCDC30 ENSG00000186409 +CDS chr1 42490207 42490229 ENST00000671538 protein_coding 1 NA 1 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000667205 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000655164 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000657597 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000668663 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000660083 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000671281 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000664805 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000654604 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000661864 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000665176 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000670982 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000668036 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000340612 protein_coding 6 5 4 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000653735 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +CDS chr1 42497098 42497213 ENST00000671538 protein_coding 1 NA 2 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000667205 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000655164 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000657597 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000668663 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000660083 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000671281 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000664805 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000654604 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000661864 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000665176 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000670982 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000668036 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498916 ENST00000340612 protein_coding 6 5 5 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498892 ENST00000653735 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42498818 42498892 ENST00000671538 protein_coding 1 NA 3 CCDC30 ENSG00000186409 +transcript chr1 42534889 42654664 ENST00000342022 protein_coding 8 5 NA CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000657597 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000654604 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42536476 42536601 ENST00000671538 protein_coding 1 NA 4 CCDC30 ENSG00000186409 +CDS chr1 42536485 42536601 ENST00000428554 protein_coding 6 5 6 CCDC30 ENSG00000186409 +CDS chr1 42536485 42536601 ENST00000342022 protein_coding 8 5 2 CCDC30 ENSG00000186409 +transcript chr1 42536573 42595573 ENST00000514642 protein_coding 1 1 NA CCDC30 ENSG00000186409 +CDS chr1 42536573 42536601 ENST00000514642 protein_coding 1 1 1 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000657597 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000428554 protein_coding 6 5 7 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000671538 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42539173 42539310 ENST00000342022 protein_coding 8 5 3 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000657597 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545418 ENST00000668036 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000340612 protein_coding 6 5 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000428554 protein_coding 6 5 8 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000671538 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42545410 42545579 ENST00000342022 protein_coding 8 5 4 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000657597 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000340612 protein_coding 6 5 7 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000428554 protein_coding 6 5 9 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000671538 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42556156 42556405 ENST00000342022 protein_coding 8 5 5 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000667205 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000655164 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000657597 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000668663 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000660083 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000671281 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000664805 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000654604 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566658 ENST00000661864 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000665176 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000670982 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000340612 protein_coding 6 5 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000428554 protein_coding 6 5 10 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000653735 protein_coding 1 NA 5 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000671538 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000342022 protein_coding 8 5 6 CCDC30 ENSG00000186409 +CDS chr1 42566296 42566475 ENST00000514642 protein_coding 1 1 2 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000667205 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000655164 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000657597 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000668663 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000660083 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000671281 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000664805 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000654604 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000665176 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000340612 protein_coding 6 5 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000428554 protein_coding 6 5 11 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000653735 protein_coding 1 NA 6 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000671538 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000342022 protein_coding 8 5 7 CCDC30 ENSG00000186409 +CDS chr1 42577020 42577229 ENST00000514642 protein_coding 1 1 3 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000667205 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000655164 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000657597 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000668663 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000660083 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000671281 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000664805 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000654604 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000665176 protein_coding 1 NA 9 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581455 ENST00000670982 protein_coding 1 NA 8 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000340612 protein_coding 6 5 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000428554 protein_coding 6 5 12 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581429 ENST00000653735 protein_coding 1 NA 7 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000671538 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000342022 protein_coding 8 5 8 CCDC30 ENSG00000186409 +CDS chr1 42581360 42581514 ENST00000514642 protein_coding 1 1 4 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000667205 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000655164 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000657597 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000668663 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000660083 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000671281 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000664805 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000654604 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000665176 protein_coding 1 NA 10 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000340612 protein_coding 6 5 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000428554 protein_coding 6 5 13 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000671538 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589483 ENST00000342022 protein_coding 8 5 9 CCDC30 ENSG00000186409 +CDS chr1 42589321 42589492 ENST00000514642 protein_coding 1 1 5 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000667205 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000657597 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000668663 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000660083 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000664805 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000654604 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000665176 protein_coding 1 NA 11 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000340612 protein_coding 6 5 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000428554 protein_coding 6 5 14 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000671538 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42610978 42611090 ENST00000342022 protein_coding 8 5 10 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000667205 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000657597 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000668663 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000660083 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000664805 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637342 ENST00000654604 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000665176 protein_coding 1 NA 12 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000340612 protein_coding 6 5 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000428554 protein_coding 6 5 15 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000671538 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42637237 42637378 ENST00000342022 protein_coding 8 5 11 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000667205 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000657597 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000668663 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000660083 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000664805 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000665176 protein_coding 1 NA 13 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000340612 protein_coding 6 5 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000428554 protein_coding 6 5 16 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000671538 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42642473 42642609 ENST00000342022 protein_coding 8 5 12 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000667205 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000657597 protein_coding 1 NA 18 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000668663 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000660083 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000664805 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000665176 protein_coding 1 NA 14 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000340612 protein_coding 6 5 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000428554 protein_coding 6 5 17 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000671538 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42644693 42644807 ENST00000342022 protein_coding 8 5 13 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000667205 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000657597 protein_coding 1 NA 19 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000668663 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000660083 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000664805 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000665176 protein_coding 1 NA 15 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000340612 protein_coding 6 5 16 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000428554 protein_coding 6 5 18 CCDC30 ENSG00000186409 +CDS chr1 42646135 42646317 ENST00000342022 protein_coding 8 5 14 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000667205 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000657597 protein_coding 1 NA 20 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000668663 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000660083 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000664805 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653519 ENST00000665176 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000340612 protein_coding 6 5 17 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000428554 protein_coding 6 5 19 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000671538 protein_coding 1 NA 16 CCDC30 ENSG00000186409 +CDS chr1 42653376 42653443 ENST00000342022 protein_coding 8 5 15 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000667205 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000657597 protein_coding 1 NA 21 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000668663 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000660083 protein_coding 1 NA 18 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000664805 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000340612 protein_coding 6 5 18 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000428554 protein_coding 6 5 20 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000671538 protein_coding 1 NA 17 CCDC30 ENSG00000186409 +CDS chr1 42653818 42654025 ENST00000342022 protein_coding 8 5 16 CCDC30 ENSG00000186409 +transcript chr1 42658335 42676043 ENST00000677900 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658335 42676757 ENST00000372550 protein_coding 6 1 NA PPIH ENSG00000171960 +transcript chr1 42658368 42676713 ENST00000676675 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658423 42676758 ENST00000304979 protein_coding 8 1 NA PPIH ENSG00000171960 +transcript chr1 42658426 42669179 ENST00000678803 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658436 42676202 ENST00000678333 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000677900 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000372550 protein_coding 6 1 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000676675 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000304979 protein_coding 8 1 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000678803 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658447 42658512 ENST00000678333 protein_coding 1 NA 1 PPIH ENSG00000171960 +transcript chr1 42658512 42667419 ENST00000440068 protein_coding 6 5 NA PPIH ENSG00000171960 +transcript chr1 42658701 42676043 ENST00000679245 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658701 42676757 ENST00000677356 protein_coding 1 NA NA PPIH ENSG00000171960 +transcript chr1 42658703 42669031 ENST00000678308 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000677900 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000372550 protein_coding 6 1 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000676675 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000304979 protein_coding 8 1 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000678803 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658844 42658908 ENST00000678333 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000440068 protein_coding 6 5 2 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000679245 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000677356 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42658856 42658908 ENST00000678308 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677900 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000372550 protein_coding 6 1 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000676675 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000304979 protein_coding 8 1 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678803 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678333 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000440068 protein_coding 6 5 3 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000679245 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677356 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000678308 protein_coding 1 NA 2 PPIH ENSG00000171960 +transcript chr1 42659228 42669050 ENST00000677219 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677219 protein_coding 1 NA 1 PPIH ENSG00000171960 +transcript chr1 42659228 42676619 ENST00000677312 protein_coding 1 NA NA PPIH ENSG00000171960 +CDS chr1 42659228 42659251 ENST00000677312 protein_coding 1 NA 1 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677900 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000372550 protein_coding 6 1 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000676675 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000304979 protein_coding 8 1 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678803 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678333 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000440068 protein_coding 6 5 4 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000679245 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677356 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000678308 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677219 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42659522 42659566 ENST00000677312 protein_coding 1 NA 2 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677900 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000372550 protein_coding 6 1 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000676675 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000304979 protein_coding 8 1 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678803 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678333 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000440068 protein_coding 6 5 5 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000679245 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677356 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000678308 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677219 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42660862 42660904 ENST00000677312 protein_coding 1 NA 3 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677900 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000372550 protein_coding 6 1 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000676675 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000304979 protein_coding 8 1 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678803 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678333 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000440068 protein_coding 6 5 6 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000679245 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677356 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000678308 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677219 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42664863 42664955 ENST00000677312 protein_coding 1 NA 4 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677900 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000372550 protein_coding 6 1 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000676675 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000304979 protein_coding 8 1 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678803 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678333 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000440068 protein_coding 6 5 7 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000679245 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677356 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000678308 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677219 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42665980 42666067 ENST00000677312 protein_coding 1 NA 5 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677900 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000372550 protein_coding 6 1 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000676675 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000304979 protein_coding 8 1 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678803 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678333 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000440068 protein_coding 6 5 8 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000679245 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677356 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000678308 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677219 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42666547 42666587 ENST00000677312 protein_coding 1 NA 6 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677900 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000372550 protein_coding 6 1 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000676675 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000304979 protein_coding 8 1 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678803 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678333 protein_coding 1 NA 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000440068 protein_coding 6 5 9 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000679245 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677356 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000678308 protein_coding 1 NA 8 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677219 protein_coding 1 NA 7 PPIH ENSG00000171960 +CDS chr1 42667351 42667416 ENST00000677312 protein_coding 1 NA 7 PPIH ENSG00000171960 +transcript chr1 42682418 42703805 ENST00000321358 protein_coding 12 1 NA YBX1 ENSG00000065978 +transcript chr1 42682440 42697262 ENST00000332220 protein_coding 10 5 NA YBX1 ENSG00000065978 +CDS chr1 42682566 42682731 ENST00000321358 protein_coding 12 1 1 YBX1 ENSG00000065978 +CDS chr1 42682566 42682731 ENST00000332220 protein_coding 10 5 1 YBX1 ENSG00000065978 +transcript chr1 42682987 42702349 ENST00000436427 protein_coding 1 1 NA YBX1 ENSG00000065978 +CDS chr1 42682987 42683365 ENST00000436427 protein_coding 1 1 1 YBX1 ENSG00000065978 +CDS chr1 42683403 42683466 ENST00000321358 protein_coding 12 1 2 YBX1 ENSG00000065978 +CDS chr1 42683403 42683466 ENST00000332220 protein_coding 10 5 2 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000321358 protein_coding 12 1 3 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000332220 protein_coding 10 5 3 YBX1 ENSG00000065978 +CDS chr1 42693490 42693523 ENST00000436427 protein_coding 1 1 2 YBX1 ENSG00000065978 +CDS chr1 42696199 42696288 ENST00000321358 protein_coding 12 1 4 YBX1 ENSG00000065978 +CDS chr1 42696199 42696288 ENST00000436427 protein_coding 1 1 3 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000321358 protein_coding 12 1 5 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000332220 protein_coding 10 5 4 YBX1 ENSG00000065978 +CDS chr1 42696642 42696944 ENST00000436427 protein_coding 1 1 4 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000321358 protein_coding 12 1 6 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000332220 protein_coding 10 5 5 YBX1 ENSG00000065978 +CDS chr1 42697180 42697262 ENST00000436427 protein_coding 1 1 5 YBX1 ENSG00000065978 +CDS chr1 42700781 42701012 ENST00000321358 protein_coding 12 1 7 YBX1 ENSG00000065978 +CDS chr1 42700781 42701012 ENST00000436427 protein_coding 1 1 6 YBX1 ENSG00000065978 +transcript chr1 42733093 42740236 ENST00000296387 protein_coding 6 2 NA CLDN19 ENSG00000164007 +transcript chr1 42733093 42740254 ENST00000539749 protein_coding 5 2 NA CLDN19 ENSG00000164007 +transcript chr1 42734995 42740140 ENST00000372539 protein_coding 3 1 NA CLDN19 ENSG00000164007 +CDS chr1 42735089 42735134 ENST00000296387 protein_coding 6 2 5 CLDN19 ENSG00000164007 +CDS chr1 42735765 42736030 ENST00000539749 protein_coding 5 2 3 CLDN19 ENSG00000164007 +CDS chr1 42735871 42736030 ENST00000372539 protein_coding 3 1 4 CLDN19 ENSG00000164007 +CDS chr1 42735878 42736030 ENST00000296387 protein_coding 6 2 4 CLDN19 ENSG00000164007 +CDS chr1 42738229 42738313 ENST00000296387 protein_coding 6 2 3 CLDN19 ENSG00000164007 +CDS chr1 42738229 42738313 ENST00000372539 protein_coding 3 1 3 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000296387 protein_coding 6 2 2 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000539749 protein_coding 5 2 2 CLDN19 ENSG00000164007 +CDS chr1 42738421 42738585 ENST00000372539 protein_coding 3 1 2 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000296387 protein_coding 6 2 1 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000539749 protein_coding 5 2 1 CLDN19 ENSG00000164007 +CDS chr1 42739841 42740063 ENST00000372539 protein_coding 3 1 1 CLDN19 ENSG00000164007 +transcript chr1 42746335 42767084 ENST00000397054 protein_coding 7 1 NA P3H1 ENSG00000117385 +transcript chr1 42746374 42767028 ENST00000296388 protein_coding 10 1 NA P3H1 ENSG00000117385 +transcript chr1 42746375 42767012 ENST00000236040 protein_coding 8 2 NA P3H1 ENSG00000117385 +CDS chr1 42746700 42746852 ENST00000296388 protein_coding 10 1 15 P3H1 ENSG00000117385 +CDS chr1 42746836 42746852 ENST00000397054 protein_coding 7 1 15 P3H1 ENSG00000117385 +CDS chr1 42746915 42747412 ENST00000236040 protein_coding 8 2 14 P3H1 ENSG00000117385 +CDS chr1 42747253 42747412 ENST00000397054 protein_coding 7 1 14 P3H1 ENSG00000117385 +CDS chr1 42747272 42747412 ENST00000296388 protein_coding 10 1 14 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000397054 protein_coding 7 1 13 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000296388 protein_coding 10 1 13 P3H1 ENSG00000117385 +CDS chr1 42747723 42747798 ENST00000236040 protein_coding 8 2 13 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000397054 protein_coding 7 1 12 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000296388 protein_coding 10 1 12 P3H1 ENSG00000117385 +CDS chr1 42748200 42748317 ENST00000236040 protein_coding 8 2 12 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000397054 protein_coding 7 1 11 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000296388 protein_coding 10 1 11 P3H1 ENSG00000117385 +CDS chr1 42750186 42750336 ENST00000236040 protein_coding 8 2 11 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000397054 protein_coding 7 1 10 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000296388 protein_coding 10 1 10 P3H1 ENSG00000117385 +CDS chr1 42752274 42752369 ENST00000236040 protein_coding 8 2 10 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000397054 protein_coding 7 1 9 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000296388 protein_coding 10 1 9 P3H1 ENSG00000117385 +CDS chr1 42752537 42752664 ENST00000236040 protein_coding 8 2 9 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000397054 protein_coding 7 1 8 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000296388 protein_coding 10 1 8 P3H1 ENSG00000117385 +CDS chr1 42754869 42754990 ENST00000236040 protein_coding 8 2 8 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000397054 protein_coding 7 1 7 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000296388 protein_coding 10 1 7 P3H1 ENSG00000117385 +CDS chr1 42755165 42755217 ENST00000236040 protein_coding 8 2 7 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000397054 protein_coding 7 1 6 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000296388 protein_coding 10 1 6 P3H1 ENSG00000117385 +CDS chr1 42755548 42755637 ENST00000236040 protein_coding 8 2 6 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000397054 protein_coding 7 1 5 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000296388 protein_coding 10 1 5 P3H1 ENSG00000117385 +CDS chr1 42757783 42757922 ENST00000236040 protein_coding 8 2 5 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000397054 protein_coding 7 1 4 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000296388 protein_coding 10 1 4 P3H1 ENSG00000117385 +CDS chr1 42758852 42758983 ENST00000236040 protein_coding 8 2 4 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000397054 protein_coding 7 1 3 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000296388 protein_coding 10 1 3 P3H1 ENSG00000117385 +CDS chr1 42759201 42759390 ENST00000236040 protein_coding 8 2 3 P3H1 ENSG00000117385 +transcript chr1 42759257 42767002 ENST00000372526 protein_coding 2 3 NA P3H1 ENSG00000117385 +CDS chr1 42759257 42759390 ENST00000372526 protein_coding 2 3 3 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000397054 protein_coding 7 1 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000296388 protein_coding 10 1 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762475 ENST00000236040 protein_coding 8 2 2 P3H1 ENSG00000117385 +CDS chr1 42762323 42762346 ENST00000372526 protein_coding 2 3 2 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000397054 protein_coding 7 1 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000296388 protein_coding 10 1 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000236040 protein_coding 8 2 1 P3H1 ENSG00000117385 +CDS chr1 42766507 42766971 ENST00000372526 protein_coding 2 3 1 P3H1 ENSG00000117385 +transcript chr1 42767249 42779491 ENST00000372525 protein_coding 7 1 NA C1orf50 ENSG00000164008 +CDS chr1 42767312 42767390 ENST00000372525 protein_coding 7 1 1 C1orf50 ENSG00000164008 +CDS chr1 42767509 42767624 ENST00000372525 protein_coding 7 1 2 C1orf50 ENSG00000164008 +CDS chr1 42773563 42773649 ENST00000372525 protein_coding 7 1 3 C1orf50 ENSG00000164008 +CDS chr1 42774737 42774868 ENST00000372525 protein_coding 7 1 4 C1orf50 ENSG00000164008 +CDS chr1 42775209 42775391 ENST00000372525 protein_coding 7 1 5 C1orf50 ENSG00000164008 +transcript chr1 42784991 42800827 ENST00000637012 protein_coding 2 5 NA TMEM269 ENSG00000274386 +transcript chr1 42787990 42800827 ENST00000536543 protein_coding 6 5 NA TMEM269 ENSG00000274386 +CDS chr1 42789894 42789934 ENST00000637012 protein_coding 2 5 2 TMEM269 ENSG00000274386 +CDS chr1 42789894 42789934 ENST00000536543 protein_coding 6 5 3 TMEM269 ENSG00000274386 +CDS chr1 42792805 42792902 ENST00000637012 protein_coding 2 5 3 TMEM269 ENSG00000274386 +CDS chr1 42792805 42792902 ENST00000536543 protein_coding 6 5 4 TMEM269 ENSG00000274386 +CDS chr1 42793601 42793744 ENST00000637012 protein_coding 2 5 4 TMEM269 ENSG00000274386 +CDS chr1 42793601 42793744 ENST00000536543 protein_coding 6 5 5 TMEM269 ENSG00000274386 +CDS chr1 42794413 42794613 ENST00000637012 protein_coding 2 5 5 TMEM269 ENSG00000274386 +CDS chr1 42794413 42794613 ENST00000536543 protein_coding 6 5 6 TMEM269 ENSG00000274386 +CDS chr1 42798098 42798222 ENST00000637012 protein_coding 2 5 6 TMEM269 ENSG00000274386 +CDS chr1 42798098 42798222 ENST00000536543 protein_coding 6 5 7 TMEM269 ENSG00000274386 +transcript chr1 42807052 42816804 ENST00000372522 protein_coding 5 3 NA SVBP ENSG00000177868 +transcript chr1 42807052 42817397 ENST00000372521 protein_coding 9 1 NA SVBP ENSG00000177868 +CDS chr1 42807417 42807500 ENST00000372522 protein_coding 5 3 3 SVBP ENSG00000177868 +CDS chr1 42807417 42807500 ENST00000372521 protein_coding 9 1 3 SVBP ENSG00000177868 +CDS chr1 42816431 42816544 ENST00000372522 protein_coding 5 3 2 SVBP ENSG00000177868 +CDS chr1 42816431 42816544 ENST00000372521 protein_coding 9 1 2 SVBP ENSG00000177868 +transcript chr1 42817122 42830499 ENST00000645239 protein_coding 1 NA NA ERMAP ENSG00000164010 +transcript chr1 42817122 42844991 ENST00000372517 protein_coding 8 1 NA ERMAP ENSG00000164010 +transcript chr1 42825560 42844989 ENST00000372514 protein_coding 7 1 NA ERMAP ENSG00000164010 +CDS chr1 42830449 42830499 ENST00000645239 protein_coding 1 NA 4 ERMAP ENSG00000164010 +CDS chr1 42830449 42830533 ENST00000372517 protein_coding 8 1 3 ERMAP ENSG00000164010 +CDS chr1 42830449 42830533 ENST00000372514 protein_coding 7 1 2 ERMAP ENSG00000164010 +CDS chr1 42830768 42831115 ENST00000372517 protein_coding 8 1 4 ERMAP ENSG00000164010 +CDS chr1 42830768 42831115 ENST00000372514 protein_coding 7 1 3 ERMAP ENSG00000164010 +CDS chr1 42835038 42835154 ENST00000372517 protein_coding 8 1 5 ERMAP ENSG00000164010 +CDS chr1 42835038 42835154 ENST00000372514 protein_coding 7 1 4 ERMAP ENSG00000164010 +CDS chr1 42835732 42835764 ENST00000372517 protein_coding 8 1 6 ERMAP ENSG00000164010 +CDS chr1 42835732 42835764 ENST00000372514 protein_coding 7 1 5 ERMAP ENSG00000164010 +CDS chr1 42837158 42837190 ENST00000372517 protein_coding 8 1 7 ERMAP ENSG00000164010 +CDS chr1 42837158 42837190 ENST00000372514 protein_coding 7 1 6 ERMAP ENSG00000164010 +CDS chr1 42838901 42838921 ENST00000372517 protein_coding 8 1 8 ERMAP ENSG00000164010 +CDS chr1 42838901 42838921 ENST00000372514 protein_coding 7 1 7 ERMAP ENSG00000164010 +CDS chr1 42840033 42840053 ENST00000372517 protein_coding 8 1 9 ERMAP ENSG00000164010 +CDS chr1 42840033 42840053 ENST00000372514 protein_coding 7 1 8 ERMAP ENSG00000164010 +CDS chr1 42840152 42840178 ENST00000372517 protein_coding 8 1 10 ERMAP ENSG00000164010 +CDS chr1 42840152 42840178 ENST00000372514 protein_coding 7 1 9 ERMAP ENSG00000164010 +CDS chr1 42840270 42840296 ENST00000372517 protein_coding 8 1 11 ERMAP ENSG00000164010 +CDS chr1 42840270 42840296 ENST00000372514 protein_coding 7 1 10 ERMAP ENSG00000164010 +CDS chr1 42842517 42843229 ENST00000372517 protein_coding 8 1 12 ERMAP ENSG00000164010 +CDS chr1 42842517 42843229 ENST00000372514 protein_coding 7 1 11 ERMAP ENSG00000164010 +transcript chr1 42846573 42852473 ENST00000372502 protein_coding 5 2 NA ZNF691 ENSG00000164011 +transcript chr1 42846609 42852477 ENST00000372508 protein_coding 7 1 NA ZNF691 ENSG00000164011 +transcript chr1 42846613 42852477 ENST00000651192 protein_coding 1 NA NA ZNF691 ENSG00000164011 +transcript chr1 42846626 42852477 ENST00000372507 protein_coding 5 3 NA ZNF691 ENSG00000164011 +transcript chr1 42846628 42852477 ENST00000372506 protein_coding 5 2 NA ZNF691 ENSG00000164011 +transcript chr1 42846637 42852477 ENST00000372504 protein_coding 5 5 NA ZNF691 ENSG00000164011 +transcript chr1 42849291 42851264 ENST00000397034 protein_coding 3 3 NA ZNF691 ENSG00000164011 +transcript chr1 42849555 42851754 ENST00000372503 protein_coding 2 2 NA ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000372502 protein_coding 5 2 3 ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000651192 protein_coding 1 NA 3 ZNF691 ENSG00000164011 +CDS chr1 42849659 42849742 ENST00000372503 protein_coding 2 2 1 ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000372504 protein_coding 5 5 4 ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000397034 protein_coding 3 3 3 ZNF691 ENSG00000164011 +transcript chr1 42850687 42852473 ENST00000630961 protein_coding 1 3 NA ZNF691 ENSG00000164011 +CDS chr1 42850687 42850743 ENST00000630961 protein_coding 1 3 1 ZNF691 ENSG00000164011 +CDS chr1 42850923 42851264 ENST00000397034 protein_coding 3 3 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000372502 protein_coding 5 2 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000651192 protein_coding 1 NA 4 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000372504 protein_coding 5 5 5 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851754 ENST00000372503 protein_coding 2 2 2 ZNF691 ENSG00000164011 +CDS chr1 42850950 42851810 ENST00000630961 protein_coding 1 3 2 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372508 protein_coding 7 1 2 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372507 protein_coding 5 3 3 ZNF691 ENSG00000164011 +CDS chr1 42850959 42851810 ENST00000372506 protein_coding 5 2 4 ZNF691 ENSG00000164011 +transcript chr1 42925353 42958868 ENST00000426263 protein_coding 10 1 NA SLC2A1 ENSG00000117394 +transcript chr1 42926244 42958859 ENST00000674765 protein_coding 1 NA NA SLC2A1 ENSG00000117394 +transcript chr1 42926796 42943238 ENST00000475162 protein_coding 3 5 NA SLC2A1 ENSG00000117394 +CDS chr1 42926810 42926857 ENST00000674765 protein_coding 1 NA 9 SLC2A1 ENSG00000117394 +CDS chr1 42926970 42926978 ENST00000475162 protein_coding 3 5 4 SLC2A1 ENSG00000117394 +CDS chr1 42927044 42927241 ENST00000426263 protein_coding 10 1 10 SLC2A1 ENSG00000117394 +CDS chr1 42927605 42927808 ENST00000426263 protein_coding 10 1 9 SLC2A1 ENSG00000117394 +CDS chr1 42928932 42929033 ENST00000426263 protein_coding 10 1 8 SLC2A1 ENSG00000117394 +CDS chr1 42928977 42929033 ENST00000674765 protein_coding 1 NA 8 SLC2A1 ENSG00000117394 +CDS chr1 42929210 42929314 ENST00000426263 protein_coding 10 1 7 SLC2A1 ENSG00000117394 +CDS chr1 42929210 42929314 ENST00000674765 protein_coding 1 NA 7 SLC2A1 ENSG00000117394 +CDS chr1 42929593 42929780 ENST00000426263 protein_coding 10 1 6 SLC2A1 ENSG00000117394 +CDS chr1 42929593 42929780 ENST00000674765 protein_coding 1 NA 6 SLC2A1 ENSG00000117394 +CDS chr1 42929873 42930035 ENST00000426263 protein_coding 10 1 5 SLC2A1 ENSG00000117394 +CDS chr1 42929873 42930035 ENST00000674765 protein_coding 1 NA 5 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000426263 protein_coding 10 1 4 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000674765 protein_coding 1 NA 4 SLC2A1 ENSG00000117394 +CDS chr1 42930626 42930866 ENST00000475162 protein_coding 3 5 3 SLC2A1 ENSG00000117394 +transcript chr1 42930698 42958836 ENST00000372500 protein_coding 4 3 NA SLC2A1 ENSG00000117394 +CDS chr1 42930698 42930866 ENST00000372500 protein_coding 4 3 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000426263 protein_coding 10 1 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000674765 protein_coding 1 NA 3 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000475162 protein_coding 3 5 2 SLC2A1 ENSG00000117394 +CDS chr1 42931046 42931206 ENST00000372500 protein_coding 4 3 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943321 ENST00000426263 protein_coding 10 1 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943321 ENST00000674765 protein_coding 1 NA 2 SLC2A1 ENSG00000117394 +CDS chr1 42943226 42943238 ENST00000475162 protein_coding 3 5 1 SLC2A1 ENSG00000117394 +transcript chr1 42951616 42958859 ENST00000460369 protein_coding 3 2 NA SLC2A1 ENSG00000117394 +CDS chr1 42951820 42951930 ENST00000460369 protein_coding 3 2 2 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000426263 protein_coding 10 1 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000674765 protein_coding 1 NA 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000372500 protein_coding 4 3 1 SLC2A1 ENSG00000117394 +CDS chr1 42958634 42958651 ENST00000460369 protein_coding 3 2 1 SLC2A1 ENSG00000117394 +transcript chr1 43145153 43156396 ENST00000410048 protein_coding 5 3 NA FAM183A ENSG00000186973 +CDS chr1 43145249 43145297 ENST00000410048 protein_coding 5 3 1 FAM183A ENSG00000186973 +transcript chr1 43147904 43156396 ENST00000335282 protein_coding 5 2 NA FAM183A ENSG00000186973 +transcript chr1 43147923 43156279 ENST00000409396 protein_coding 5 3 NA FAM183A ENSG00000186973 +CDS chr1 43147952 43148084 ENST00000409396 protein_coding 5 3 1 FAM183A ENSG00000186973 +CDS chr1 43147952 43148084 ENST00000335282 protein_coding 5 2 1 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000410048 protein_coding 5 3 2 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000409396 protein_coding 5 3 2 FAM183A ENSG00000186973 +CDS chr1 43150761 43150820 ENST00000335282 protein_coding 5 2 2 FAM183A ENSG00000186973 +CDS chr1 43152828 43152931 ENST00000410048 protein_coding 5 3 3 FAM183A ENSG00000186973 +CDS chr1 43152828 43152979 ENST00000409396 protein_coding 5 3 3 FAM183A ENSG00000186973 +CDS chr1 43152828 43152931 ENST00000335282 protein_coding 5 2 3 FAM183A ENSG00000186973 +CDS chr1 43156206 43156310 ENST00000410048 protein_coding 5 3 4 FAM183A ENSG00000186973 +CDS chr1 43156206 43156279 ENST00000409396 protein_coding 5 3 4 FAM183A ENSG00000186973 +CDS chr1 43156206 43156310 ENST00000335282 protein_coding 5 2 4 FAM183A ENSG00000186973 +transcript chr1 43164175 43172570 ENST00000431635 protein_coding 6 2 NA EBNA1BP2 ENSG00000117395 +transcript chr1 43164184 43172290 ENST00000236051 protein_coding 3 1 NA EBNA1BP2 ENSG00000117395 +CDS chr1 43164446 43164493 ENST00000236051 protein_coding 3 1 9 EBNA1BP2 ENSG00000117395 +CDS chr1 43164446 43164493 ENST00000431635 protein_coding 6 2 10 EBNA1BP2 ENSG00000117395 +CDS chr1 43164643 43164805 ENST00000236051 protein_coding 3 1 8 EBNA1BP2 ENSG00000117395 +CDS chr1 43164643 43164805 ENST00000431635 protein_coding 6 2 9 EBNA1BP2 ENSG00000117395 +CDS chr1 43166826 43166919 ENST00000236051 protein_coding 3 1 7 EBNA1BP2 ENSG00000117395 +CDS chr1 43166826 43166919 ENST00000431635 protein_coding 6 2 8 EBNA1BP2 ENSG00000117395 +CDS chr1 43167160 43167235 ENST00000236051 protein_coding 3 1 6 EBNA1BP2 ENSG00000117395 +CDS chr1 43167160 43167235 ENST00000431635 protein_coding 6 2 7 EBNA1BP2 ENSG00000117395 +CDS chr1 43168939 43169028 ENST00000236051 protein_coding 3 1 5 EBNA1BP2 ENSG00000117395 +CDS chr1 43168939 43169028 ENST00000431635 protein_coding 6 2 6 EBNA1BP2 ENSG00000117395 +CDS chr1 43170756 43170879 ENST00000236051 protein_coding 3 1 4 EBNA1BP2 ENSG00000117395 +CDS chr1 43170756 43170879 ENST00000431635 protein_coding 6 2 5 EBNA1BP2 ENSG00000117395 +CDS chr1 43171479 43171651 ENST00000236051 protein_coding 3 1 3 EBNA1BP2 ENSG00000117395 +CDS chr1 43171479 43171651 ENST00000431635 protein_coding 6 2 4 EBNA1BP2 ENSG00000117395 +CDS chr1 43171886 43171969 ENST00000236051 protein_coding 3 1 2 EBNA1BP2 ENSG00000117395 +CDS chr1 43171886 43171969 ENST00000431635 protein_coding 6 2 3 EBNA1BP2 ENSG00000117395 +CDS chr1 43172053 43172118 ENST00000236051 protein_coding 3 1 1 EBNA1BP2 ENSG00000117395 +CDS chr1 43172053 43172141 ENST00000431635 protein_coding 6 2 2 EBNA1BP2 ENSG00000117395 +CDS chr1 43172280 43172421 ENST00000431635 protein_coding 6 2 1 EBNA1BP2 ENSG00000117395 +transcript chr1 43172330 43254358 ENST00000372492 protein_coding 9 5 NA CFAP57 ENSG00000243710 +transcript chr1 43172330 43210878 ENST00000528956 protein_coding 5 2 NA CFAP57 ENSG00000243710 +transcript chr1 43172330 43254355 ENST00000610710 protein_coding 4 5 NA CFAP57 ENSG00000243710 +transcript chr1 43172344 43183614 ENST00000529956 protein_coding 5 4 NA CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000372492 protein_coding 9 5 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000528956 protein_coding 5 2 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000529956 protein_coding 5 4 2 CFAP57 ENSG00000243710 +CDS chr1 43172754 43172910 ENST00000610710 protein_coding 4 5 2 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000372492 protein_coding 9 5 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000528956 protein_coding 5 2 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000529956 protein_coding 5 4 3 CFAP57 ENSG00000243710 +CDS chr1 43181534 43181850 ENST00000610710 protein_coding 4 5 3 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000372492 protein_coding 9 5 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000528956 protein_coding 5 2 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183614 ENST00000529956 protein_coding 5 4 4 CFAP57 ENSG00000243710 +CDS chr1 43183591 43183877 ENST00000610710 protein_coding 4 5 4 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000372492 protein_coding 9 5 5 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000528956 protein_coding 5 2 5 CFAP57 ENSG00000243710 +CDS chr1 43185149 43185356 ENST00000610710 protein_coding 4 5 5 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000372492 protein_coding 9 5 6 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000528956 protein_coding 5 2 6 CFAP57 ENSG00000243710 +CDS chr1 43186707 43186859 ENST00000610710 protein_coding 4 5 6 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000372492 protein_coding 9 5 7 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000528956 protein_coding 5 2 7 CFAP57 ENSG00000243710 +CDS chr1 43197553 43197692 ENST00000610710 protein_coding 4 5 7 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000372492 protein_coding 9 5 8 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000528956 protein_coding 5 2 8 CFAP57 ENSG00000243710 +CDS chr1 43198481 43198646 ENST00000610710 protein_coding 4 5 8 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000372492 protein_coding 9 5 9 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000528956 protein_coding 5 2 9 CFAP57 ENSG00000243710 +CDS chr1 43199390 43199503 ENST00000610710 protein_coding 4 5 9 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000372492 protein_coding 9 5 10 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000528956 protein_coding 5 2 10 CFAP57 ENSG00000243710 +CDS chr1 43206720 43206932 ENST00000610710 protein_coding 4 5 10 CFAP57 ENSG00000243710 +CDS chr1 43209743 43209916 ENST00000372492 protein_coding 9 5 11 CFAP57 ENSG00000243710 +CDS chr1 43209743 43210081 ENST00000528956 protein_coding 5 2 11 CFAP57 ENSG00000243710 +CDS chr1 43209743 43209916 ENST00000610710 protein_coding 4 5 11 CFAP57 ENSG00000243710 +CDS chr1 43215255 43215416 ENST00000372492 protein_coding 9 5 12 CFAP57 ENSG00000243710 +CDS chr1 43215255 43215416 ENST00000610710 protein_coding 4 5 12 CFAP57 ENSG00000243710 +CDS chr1 43219382 43219537 ENST00000372492 protein_coding 9 5 13 CFAP57 ENSG00000243710 +CDS chr1 43219382 43219537 ENST00000610710 protein_coding 4 5 13 CFAP57 ENSG00000243710 +CDS chr1 43221372 43221465 ENST00000372492 protein_coding 9 5 14 CFAP57 ENSG00000243710 +CDS chr1 43221372 43221465 ENST00000610710 protein_coding 4 5 14 CFAP57 ENSG00000243710 +CDS chr1 43222105 43222295 ENST00000372492 protein_coding 9 5 15 CFAP57 ENSG00000243710 +CDS chr1 43222105 43222295 ENST00000610710 protein_coding 4 5 15 CFAP57 ENSG00000243710 +CDS chr1 43222824 43222997 ENST00000372492 protein_coding 9 5 16 CFAP57 ENSG00000243710 +CDS chr1 43222824 43222997 ENST00000610710 protein_coding 4 5 16 CFAP57 ENSG00000243710 +CDS chr1 43224046 43224204 ENST00000372492 protein_coding 9 5 17 CFAP57 ENSG00000243710 +CDS chr1 43224046 43224204 ENST00000610710 protein_coding 4 5 17 CFAP57 ENSG00000243710 +CDS chr1 43226983 43227126 ENST00000372492 protein_coding 9 5 18 CFAP57 ENSG00000243710 +CDS chr1 43226983 43227126 ENST00000610710 protein_coding 4 5 18 CFAP57 ENSG00000243710 +CDS chr1 43232066 43232164 ENST00000610710 protein_coding 4 5 19 CFAP57 ENSG00000243710 +CDS chr1 43232508 43232624 ENST00000372492 protein_coding 9 5 19 CFAP57 ENSG00000243710 +CDS chr1 43232508 43232624 ENST00000610710 protein_coding 4 5 20 CFAP57 ENSG00000243710 +CDS chr1 43234279 43234413 ENST00000372492 protein_coding 9 5 20 CFAP57 ENSG00000243710 +CDS chr1 43234279 43234413 ENST00000610710 protein_coding 4 5 21 CFAP57 ENSG00000243710 +CDS chr1 43234495 43234638 ENST00000372492 protein_coding 9 5 21 CFAP57 ENSG00000243710 +CDS chr1 43234495 43234638 ENST00000610710 protein_coding 4 5 22 CFAP57 ENSG00000243710 +CDS chr1 43243227 43243359 ENST00000372492 protein_coding 9 5 22 CFAP57 ENSG00000243710 +CDS chr1 43243227 43243359 ENST00000610710 protein_coding 4 5 23 CFAP57 ENSG00000243710 +CDS chr1 43253977 43254188 ENST00000372492 protein_coding 9 5 23 CFAP57 ENSG00000243710 +CDS chr1 43253977 43254188 ENST00000610710 protein_coding 4 5 24 CFAP57 ENSG00000243710 +transcript chr1 43269983 43274002 ENST00000439858 protein_coding 6 2 NA TMEM125 ENSG00000179178 +transcript chr1 43270025 43274002 ENST00000432792 protein_coding 6 1 NA TMEM125 ENSG00000179178 +transcript chr1 43270946 43272769 ENST00000456751 protein_coding 1 3 NA TMEM125 ENSG00000179178 +CDS chr1 43272723 43273379 ENST00000439858 protein_coding 6 2 4 TMEM125 ENSG00000179178 +CDS chr1 43272723 43273379 ENST00000432792 protein_coding 6 1 4 TMEM125 ENSG00000179178 +CDS chr1 43272723 43272769 ENST00000456751 protein_coding 1 3 3 TMEM125 ENSG00000179178 +transcript chr1 43281877 43285581 ENST00000523677 protein_coding 6 1 NA C1orf210 ENSG00000253313 +transcript chr1 43282661 43285617 ENST00000423420 protein_coding 1 3 NA C1orf210 ENSG00000253313 +CDS chr1 43282788 43283107 ENST00000523677 protein_coding 6 1 3 C1orf210 ENSG00000253313 +CDS chr1 43282788 43283107 ENST00000423420 protein_coding 1 3 3 C1orf210 ENSG00000253313 +CDS chr1 43283252 43283270 ENST00000523677 protein_coding 6 1 2 C1orf210 ENSG00000253313 +CDS chr1 43283252 43283270 ENST00000423420 protein_coding 1 3 2 C1orf210 ENSG00000253313 +transcript chr1 43300982 43323108 ENST00000372476 protein_coding 8 1 NA TIE1 ENSG00000066056 +CDS chr1 43301072 43301129 ENST00000372476 protein_coding 8 1 1 TIE1 ENSG00000066056 +transcript chr1 43301072 43308968 ENST00000538015 protein_coding 1 1 NA TIE1 ENSG00000066056 +CDS chr1 43301072 43301129 ENST00000538015 protein_coding 1 1 1 TIE1 ENSG00000066056 +CDS chr1 43304851 43305165 ENST00000372476 protein_coding 8 1 2 TIE1 ENSG00000066056 +CDS chr1 43304851 43305165 ENST00000538015 protein_coding 1 1 2 TIE1 ENSG00000066056 +CDS chr1 43305233 43305343 ENST00000372476 protein_coding 8 1 3 TIE1 ENSG00000066056 +CDS chr1 43305233 43305343 ENST00000538015 protein_coding 1 1 3 TIE1 ENSG00000066056 +CDS chr1 43306840 43306995 ENST00000372476 protein_coding 8 1 4 TIE1 ENSG00000066056 +CDS chr1 43306840 43306995 ENST00000538015 protein_coding 1 1 4 TIE1 ENSG00000066056 +CDS chr1 43307142 43307273 ENST00000372476 protein_coding 8 1 5 TIE1 ENSG00000066056 +CDS chr1 43307142 43307273 ENST00000538015 protein_coding 1 1 5 TIE1 ENSG00000066056 +CDS chr1 43307432 43307572 ENST00000372476 protein_coding 8 1 6 TIE1 ENSG00000066056 +CDS chr1 43307432 43307572 ENST00000538015 protein_coding 1 1 6 TIE1 ENSG00000066056 +CDS chr1 43307796 43307924 ENST00000372476 protein_coding 8 1 7 TIE1 ENSG00000066056 +CDS chr1 43307796 43307924 ENST00000538015 protein_coding 1 1 7 TIE1 ENSG00000066056 +CDS chr1 43308871 43308965 ENST00000538015 protein_coding 1 1 8 TIE1 ENSG00000066056 +CDS chr1 43308986 43309131 ENST00000372476 protein_coding 8 1 8 TIE1 ENSG00000066056 +CDS chr1 43309388 43309532 ENST00000372476 protein_coding 8 1 9 TIE1 ENSG00000066056 +CDS chr1 43311671 43311829 ENST00000372476 protein_coding 8 1 10 TIE1 ENSG00000066056 +CDS chr1 43311994 43312131 ENST00000372476 protein_coding 8 1 11 TIE1 ENSG00000066056 +CDS chr1 43312305 43312601 ENST00000372476 protein_coding 8 1 12 TIE1 ENSG00000066056 +CDS chr1 43313135 43313425 ENST00000372476 protein_coding 8 1 13 TIE1 ENSG00000066056 +CDS chr1 43313778 43313968 ENST00000372476 protein_coding 8 1 14 TIE1 ENSG00000066056 +CDS chr1 43317199 43317409 ENST00000372476 protein_coding 8 1 15 TIE1 ENSG00000066056 +CDS chr1 43317564 43317674 ENST00000372476 protein_coding 8 1 16 TIE1 ENSG00000066056 +CDS chr1 43317882 43318072 ENST00000372476 protein_coding 8 1 17 TIE1 ENSG00000066056 +CDS chr1 43319235 43319348 ENST00000372476 protein_coding 8 1 18 TIE1 ENSG00000066056 +CDS chr1 43319459 43319529 ENST00000372476 protein_coding 8 1 19 TIE1 ENSG00000066056 +CDS chr1 43321269 43321309 ENST00000372476 protein_coding 8 1 20 TIE1 ENSG00000066056 +CDS chr1 43321396 43321492 ENST00000372476 protein_coding 8 1 21 TIE1 ENSG00000066056 +CDS chr1 43321616 43321715 ENST00000372476 protein_coding 8 1 22 TIE1 ENSG00000066056 +CDS chr1 43322651 43322719 ENST00000372476 protein_coding 8 1 23 TIE1 ENSG00000066056 +transcript chr1 43337818 43354466 ENST00000372470 protein_coding 9 1 NA MPL ENSG00000117400 +CDS chr1 43337849 43337927 ENST00000372470 protein_coding 9 1 1 MPL ENSG00000117400 +transcript chr1 43337849 43352772 ENST00000413998 protein_coding 7 1 NA MPL ENSG00000117400 +CDS chr1 43337849 43337927 ENST00000413998 protein_coding 7 1 1 MPL ENSG00000117400 +CDS chr1 43338099 43338231 ENST00000372470 protein_coding 9 1 2 MPL ENSG00000117400 +CDS chr1 43338120 43338231 ENST00000413998 protein_coding 7 1 2 MPL ENSG00000117400 +CDS chr1 43338542 43338720 ENST00000372470 protein_coding 9 1 3 MPL ENSG00000117400 +CDS chr1 43338542 43338720 ENST00000413998 protein_coding 7 1 3 MPL ENSG00000117400 +CDS chr1 43339271 43339569 ENST00000372470 protein_coding 9 1 4 MPL ENSG00000117400 +CDS chr1 43339271 43339569 ENST00000413998 protein_coding 7 1 4 MPL ENSG00000117400 +CDS chr1 43339964 43340126 ENST00000372470 protein_coding 9 1 5 MPL ENSG00000117400 +CDS chr1 43339964 43340126 ENST00000413998 protein_coding 7 1 5 MPL ENSG00000117400 +CDS chr1 43340387 43340513 ENST00000372470 protein_coding 9 1 6 MPL ENSG00000117400 +CDS chr1 43340387 43340513 ENST00000413998 protein_coding 7 1 6 MPL ENSG00000117400 +CDS chr1 43346445 43346629 ENST00000372470 protein_coding 9 1 7 MPL ENSG00000117400 +CDS chr1 43346445 43346629 ENST00000413998 protein_coding 7 1 7 MPL ENSG00000117400 +CDS chr1 43346792 43346934 ENST00000372470 protein_coding 9 1 8 MPL ENSG00000117400 +CDS chr1 43346792 43346934 ENST00000413998 protein_coding 7 1 8 MPL ENSG00000117400 +CDS chr1 43348843 43349002 ENST00000372470 protein_coding 9 1 9 MPL ENSG00000117400 +CDS chr1 43348843 43349002 ENST00000413998 protein_coding 7 1 9 MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000372470 protein_coding 9 1 10 MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000413998 protein_coding 7 1 10 MPL ENSG00000117400 +transcript chr1 43349263 43352736 ENST00000643351 protein_coding 1 NA NA MPL ENSG00000117400 +CDS chr1 43349263 43349359 ENST00000643351 protein_coding 1 NA 1 MPL ENSG00000117400 +CDS chr1 43349837 43349962 ENST00000643351 protein_coding 1 NA 2 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000372470 protein_coding 9 1 11 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000413998 protein_coding 7 1 11 MPL ENSG00000117400 +CDS chr1 43352216 43352303 ENST00000643351 protein_coding 1 NA 3 MPL ENSG00000117400 +CDS chr1 43352518 43352769 ENST00000372470 protein_coding 9 1 12 MPL ENSG00000117400 +CDS chr1 43352518 43352769 ENST00000413998 protein_coding 7 1 12 MPL ENSG00000117400 +CDS chr1 43352518 43352736 ENST00000643351 protein_coding 1 NA 4 MPL ENSG00000117400 +transcript chr1 43358981 43363203 ENST00000310955 protein_coding 11 1 NA CDC20 ENSG00000117399 +transcript chr1 43359013 43363203 ENST00000372462 protein_coding 1 1 NA CDC20 ENSG00000117399 +CDS chr1 43359216 43359396 ENST00000310955 protein_coding 11 1 2 CDC20 ENSG00000117399 +CDS chr1 43359216 43359396 ENST00000372462 protein_coding 1 1 1 CDC20 ENSG00000117399 +CDS chr1 43359490 43359638 ENST00000310955 protein_coding 11 1 3 CDC20 ENSG00000117399 +CDS chr1 43359490 43359638 ENST00000372462 protein_coding 1 1 2 CDC20 ENSG00000117399 +CDS chr1 43359725 43359821 ENST00000310955 protein_coding 11 1 4 CDC20 ENSG00000117399 +CDS chr1 43359725 43359821 ENST00000372462 protein_coding 1 1 3 CDC20 ENSG00000117399 +CDS chr1 43359969 43360097 ENST00000310955 protein_coding 11 1 5 CDC20 ENSG00000117399 +CDS chr1 43359969 43360097 ENST00000372462 protein_coding 1 1 4 CDC20 ENSG00000117399 +CDS chr1 43360193 43360389 ENST00000310955 protein_coding 11 1 6 CDC20 ENSG00000117399 +CDS chr1 43360193 43360389 ENST00000372462 protein_coding 1 1 5 CDC20 ENSG00000117399 +CDS chr1 43360499 43360593 ENST00000310955 protein_coding 11 1 7 CDC20 ENSG00000117399 +CDS chr1 43360499 43360593 ENST00000372462 protein_coding 1 1 6 CDC20 ENSG00000117399 +CDS chr1 43360733 43360961 ENST00000310955 protein_coding 11 1 8 CDC20 ENSG00000117399 +CDS chr1 43360733 43360961 ENST00000372462 protein_coding 1 1 7 CDC20 ENSG00000117399 +CDS chr1 43361120 43361245 ENST00000310955 protein_coding 11 1 9 CDC20 ENSG00000117399 +CDS chr1 43361120 43361245 ENST00000372462 protein_coding 1 1 8 CDC20 ENSG00000117399 +CDS chr1 43362195 43362312 ENST00000310955 protein_coding 11 1 10 CDC20 ENSG00000117399 +CDS chr1 43362195 43362312 ENST00000372462 protein_coding 1 1 9 CDC20 ENSG00000117399 +CDS chr1 43362951 43363126 ENST00000310955 protein_coding 11 1 11 CDC20 ENSG00000117399 +CDS chr1 43362951 43363126 ENST00000372462 protein_coding 1 1 10 CDC20 ENSG00000117399 +transcript chr1 43363398 43367738 ENST00000621943 protein_coding 4 2 NA ELOVL1 ENSG00000066322 +transcript chr1 43363398 43368074 ENST00000413844 protein_coding 3 2 NA ELOVL1 ENSG00000066322 +transcript chr1 43363401 43368011 ENST00000372458 protein_coding 8 1 NA ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000621943 protein_coding 4 2 8 ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000413844 protein_coding 3 2 7 ELOVL1 ENSG00000066322 +CDS chr1 43363919 43364137 ENST00000372458 protein_coding 8 1 8 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000621943 protein_coding 4 2 7 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000413844 protein_coding 3 2 6 ELOVL1 ENSG00000066322 +CDS chr1 43364324 43364460 ENST00000372458 protein_coding 8 1 7 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000621943 protein_coding 4 2 6 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000413844 protein_coding 3 2 5 ELOVL1 ENSG00000066322 +CDS chr1 43364542 43364647 ENST00000372458 protein_coding 8 1 6 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000621943 protein_coding 4 2 5 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000413844 protein_coding 3 2 4 ELOVL1 ENSG00000066322 +CDS chr1 43364738 43364794 ENST00000372458 protein_coding 8 1 5 ELOVL1 ENSG00000066322 +CDS chr1 43364928 43365008 ENST00000621943 protein_coding 4 2 4 ELOVL1 ENSG00000066322 +CDS chr1 43364928 43365008 ENST00000372458 protein_coding 8 1 4 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000621943 protein_coding 4 2 3 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000413844 protein_coding 3 2 3 ELOVL1 ENSG00000066322 +CDS chr1 43365186 43365376 ENST00000372458 protein_coding 8 1 3 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000621943 protein_coding 4 2 2 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000413844 protein_coding 3 2 2 ELOVL1 ENSG00000066322 +CDS chr1 43365564 43365609 ENST00000372458 protein_coding 8 1 2 ELOVL1 ENSG00000066322 +transcript chr1 43383917 43389800 ENST00000372457 protein_coding 9 2 NA MED8 ENSG00000159479 +transcript chr1 43383917 43389808 ENST00000290663 protein_coding 10 5 NA MED8 ENSG00000159479 +CDS chr1 43384453 43384552 ENST00000290663 protein_coding 10 5 8 MED8 ENSG00000159479 +transcript chr1 43384726 43389784 ENST00000372455 protein_coding 4 1 NA MED8 ENSG00000159479 +CDS chr1 43385045 43385106 ENST00000372457 protein_coding 9 2 7 MED8 ENSG00000159479 +CDS chr1 43385045 43385106 ENST00000372455 protein_coding 4 1 7 MED8 ENSG00000159479 +CDS chr1 43385046 43385106 ENST00000290663 protein_coding 10 5 7 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000372457 protein_coding 9 2 6 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000290663 protein_coding 10 5 6 MED8 ENSG00000159479 +CDS chr1 43385978 43386226 ENST00000372455 protein_coding 4 1 6 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000372457 protein_coding 9 2 5 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000290663 protein_coding 10 5 5 MED8 ENSG00000159479 +CDS chr1 43386589 43386670 ENST00000372455 protein_coding 4 1 5 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000372457 protein_coding 9 2 4 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000290663 protein_coding 10 5 4 MED8 ENSG00000159479 +CDS chr1 43386858 43386998 ENST00000372455 protein_coding 4 1 4 MED8 ENSG00000159479 +CDS chr1 43387503 43387647 ENST00000372457 protein_coding 9 2 3 MED8 ENSG00000159479 +CDS chr1 43387503 43387647 ENST00000290663 protein_coding 10 5 3 MED8 ENSG00000159479 +CDS chr1 43387503 43387505 ENST00000372455 protein_coding 4 1 3 MED8 ENSG00000159479 +CDS chr1 43388310 43388428 ENST00000372457 protein_coding 9 2 2 MED8 ENSG00000159479 +CDS chr1 43388310 43388428 ENST00000290663 protein_coding 10 5 2 MED8 ENSG00000159479 +CDS chr1 43389759 43389764 ENST00000372457 protein_coding 9 2 1 MED8 ENSG00000159479 +CDS chr1 43389759 43389764 ENST00000290663 protein_coding 10 5 1 MED8 ENSG00000159479 +transcript chr1 43389882 43406894 ENST00000372450 protein_coding 8 1 NA SZT2 ENSG00000198198 +transcript chr1 43389896 43454247 ENST00000562955 protein_coding 2 5 NA SZT2 ENSG00000198198 +transcript chr1 43389899 43454247 ENST00000634258 protein_coding 3 5 NA SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000372450 protein_coding 8 1 1 SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000634258 protein_coding 3 5 1 SZT2 ENSG00000198198 +CDS chr1 43389969 43389995 ENST00000562955 protein_coding 2 5 1 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000372450 protein_coding 8 1 2 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000634258 protein_coding 3 5 2 SZT2 ENSG00000198198 +CDS chr1 43403177 43403302 ENST00000562955 protein_coding 2 5 2 SZT2 ENSG00000198198 +CDS chr1 43403601 43403774 ENST00000634258 protein_coding 3 5 3 SZT2 ENSG00000198198 +CDS chr1 43403601 43403774 ENST00000562955 protein_coding 2 5 3 SZT2 ENSG00000198198 +CDS chr1 43403607 43403774 ENST00000372450 protein_coding 8 1 3 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000372450 protein_coding 8 1 4 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000634258 protein_coding 3 5 4 SZT2 ENSG00000198198 +CDS chr1 43404380 43404550 ENST00000562955 protein_coding 2 5 4 SZT2 ENSG00000198198 +CDS chr1 43406283 43406324 ENST00000372450 protein_coding 8 1 5 SZT2 ENSG00000198198 +CDS chr1 43415082 43415213 ENST00000634258 protein_coding 3 5 5 SZT2 ENSG00000198198 +CDS chr1 43415082 43415213 ENST00000562955 protein_coding 2 5 5 SZT2 ENSG00000198198 +CDS chr1 43415960 43416101 ENST00000634258 protein_coding 3 5 6 SZT2 ENSG00000198198 +CDS chr1 43415960 43416101 ENST00000562955 protein_coding 2 5 6 SZT2 ENSG00000198198 +CDS chr1 43416535 43416641 ENST00000634258 protein_coding 3 5 7 SZT2 ENSG00000198198 +CDS chr1 43416535 43416641 ENST00000562955 protein_coding 2 5 7 SZT2 ENSG00000198198 +CDS chr1 43419734 43419944 ENST00000634258 protein_coding 3 5 8 SZT2 ENSG00000198198 +CDS chr1 43419734 43419944 ENST00000562955 protein_coding 2 5 8 SZT2 ENSG00000198198 +CDS chr1 43420153 43420323 ENST00000634258 protein_coding 3 5 9 SZT2 ENSG00000198198 +CDS chr1 43420153 43420323 ENST00000562955 protein_coding 2 5 9 SZT2 ENSG00000198198 +CDS chr1 43420749 43420983 ENST00000634258 protein_coding 3 5 10 SZT2 ENSG00000198198 +CDS chr1 43420749 43420983 ENST00000562955 protein_coding 2 5 10 SZT2 ENSG00000198198 +CDS chr1 43421174 43421303 ENST00000634258 protein_coding 3 5 11 SZT2 ENSG00000198198 +CDS chr1 43421174 43421303 ENST00000562955 protein_coding 2 5 11 SZT2 ENSG00000198198 +CDS chr1 43422083 43422225 ENST00000634258 protein_coding 3 5 12 SZT2 ENSG00000198198 +CDS chr1 43422083 43422225 ENST00000562955 protein_coding 2 5 12 SZT2 ENSG00000198198 +CDS chr1 43422480 43422632 ENST00000634258 protein_coding 3 5 13 SZT2 ENSG00000198198 +CDS chr1 43422480 43422632 ENST00000562955 protein_coding 2 5 13 SZT2 ENSG00000198198 +CDS chr1 43422769 43422883 ENST00000634258 protein_coding 3 5 14 SZT2 ENSG00000198198 +CDS chr1 43422769 43422883 ENST00000562955 protein_coding 2 5 14 SZT2 ENSG00000198198 +CDS chr1 43423099 43423316 ENST00000634258 protein_coding 3 5 15 SZT2 ENSG00000198198 +CDS chr1 43423099 43423316 ENST00000562955 protein_coding 2 5 15 SZT2 ENSG00000198198 +CDS chr1 43424217 43424432 ENST00000634258 protein_coding 3 5 16 SZT2 ENSG00000198198 +CDS chr1 43424217 43424432 ENST00000562955 protein_coding 2 5 16 SZT2 ENSG00000198198 +CDS chr1 43424784 43424862 ENST00000634258 protein_coding 3 5 17 SZT2 ENSG00000198198 +CDS chr1 43424784 43424862 ENST00000562955 protein_coding 2 5 17 SZT2 ENSG00000198198 +CDS chr1 43425113 43425207 ENST00000634258 protein_coding 3 5 18 SZT2 ENSG00000198198 +CDS chr1 43425113 43425207 ENST00000562955 protein_coding 2 5 18 SZT2 ENSG00000198198 +CDS chr1 43425474 43425642 ENST00000634258 protein_coding 3 5 19 SZT2 ENSG00000198198 +CDS chr1 43425474 43425642 ENST00000562955 protein_coding 2 5 19 SZT2 ENSG00000198198 +CDS chr1 43425835 43425949 ENST00000634258 protein_coding 3 5 20 SZT2 ENSG00000198198 +CDS chr1 43425835 43425949 ENST00000562955 protein_coding 2 5 20 SZT2 ENSG00000198198 +CDS chr1 43426038 43426151 ENST00000634258 protein_coding 3 5 21 SZT2 ENSG00000198198 +CDS chr1 43426038 43426151 ENST00000562955 protein_coding 2 5 21 SZT2 ENSG00000198198 +CDS chr1 43426368 43426538 ENST00000634258 protein_coding 3 5 22 SZT2 ENSG00000198198 +CDS chr1 43426715 43426809 ENST00000634258 protein_coding 3 5 23 SZT2 ENSG00000198198 +CDS chr1 43426715 43426809 ENST00000562955 protein_coding 2 5 22 SZT2 ENSG00000198198 +CDS chr1 43427056 43427179 ENST00000634258 protein_coding 3 5 24 SZT2 ENSG00000198198 +CDS chr1 43427056 43427179 ENST00000562955 protein_coding 2 5 23 SZT2 ENSG00000198198 +CDS chr1 43427281 43427445 ENST00000634258 protein_coding 3 5 25 SZT2 ENSG00000198198 +CDS chr1 43427281 43427445 ENST00000562955 protein_coding 2 5 24 SZT2 ENSG00000198198 +CDS chr1 43427530 43427734 ENST00000634258 protein_coding 3 5 26 SZT2 ENSG00000198198 +CDS chr1 43427530 43427734 ENST00000562955 protein_coding 2 5 25 SZT2 ENSG00000198198 +CDS chr1 43428003 43428118 ENST00000634258 protein_coding 3 5 27 SZT2 ENSG00000198198 +CDS chr1 43428003 43428118 ENST00000562955 protein_coding 2 5 26 SZT2 ENSG00000198198 +CDS chr1 43428240 43428486 ENST00000634258 protein_coding 3 5 28 SZT2 ENSG00000198198 +CDS chr1 43428240 43428486 ENST00000562955 protein_coding 2 5 27 SZT2 ENSG00000198198 +CDS chr1 43429703 43429844 ENST00000634258 protein_coding 3 5 29 SZT2 ENSG00000198198 +CDS chr1 43429703 43429844 ENST00000562955 protein_coding 2 5 28 SZT2 ENSG00000198198 +CDS chr1 43430011 43430103 ENST00000634258 protein_coding 3 5 30 SZT2 ENSG00000198198 +CDS chr1 43430011 43430103 ENST00000562955 protein_coding 2 5 29 SZT2 ENSG00000198198 +CDS chr1 43430311 43430389 ENST00000634258 protein_coding 3 5 31 SZT2 ENSG00000198198 +CDS chr1 43430311 43430389 ENST00000562955 protein_coding 2 5 30 SZT2 ENSG00000198198 +CDS chr1 43430496 43430789 ENST00000634258 protein_coding 3 5 32 SZT2 ENSG00000198198 +CDS chr1 43430496 43430789 ENST00000562955 protein_coding 2 5 31 SZT2 ENSG00000198198 +CDS chr1 43430949 43431090 ENST00000634258 protein_coding 3 5 33 SZT2 ENSG00000198198 +CDS chr1 43430949 43431090 ENST00000562955 protein_coding 2 5 32 SZT2 ENSG00000198198 +CDS chr1 43431265 43431372 ENST00000634258 protein_coding 3 5 34 SZT2 ENSG00000198198 +CDS chr1 43431265 43431372 ENST00000562955 protein_coding 2 5 33 SZT2 ENSG00000198198 +CDS chr1 43431460 43431523 ENST00000634258 protein_coding 3 5 35 SZT2 ENSG00000198198 +CDS chr1 43431460 43431523 ENST00000562955 protein_coding 2 5 34 SZT2 ENSG00000198198 +CDS chr1 43431716 43431901 ENST00000634258 protein_coding 3 5 36 SZT2 ENSG00000198198 +CDS chr1 43431716 43431901 ENST00000562955 protein_coding 2 5 35 SZT2 ENSG00000198198 +CDS chr1 43432272 43432439 ENST00000634258 protein_coding 3 5 37 SZT2 ENSG00000198198 +CDS chr1 43432272 43432439 ENST00000562955 protein_coding 2 5 36 SZT2 ENSG00000198198 +CDS chr1 43432517 43432604 ENST00000634258 protein_coding 3 5 38 SZT2 ENSG00000198198 +CDS chr1 43432517 43432604 ENST00000562955 protein_coding 2 5 37 SZT2 ENSG00000198198 +CDS chr1 43432728 43432799 ENST00000634258 protein_coding 3 5 39 SZT2 ENSG00000198198 +CDS chr1 43432728 43432799 ENST00000562955 protein_coding 2 5 38 SZT2 ENSG00000198198 +CDS chr1 43432989 43433190 ENST00000634258 protein_coding 3 5 40 SZT2 ENSG00000198198 +CDS chr1 43432989 43433190 ENST00000562955 protein_coding 2 5 39 SZT2 ENSG00000198198 +CDS chr1 43434386 43434485 ENST00000634258 protein_coding 3 5 41 SZT2 ENSG00000198198 +CDS chr1 43434386 43434485 ENST00000562955 protein_coding 2 5 40 SZT2 ENSG00000198198 +CDS chr1 43435200 43435329 ENST00000634258 protein_coding 3 5 42 SZT2 ENSG00000198198 +CDS chr1 43435200 43435329 ENST00000562955 protein_coding 2 5 41 SZT2 ENSG00000198198 +CDS chr1 43437171 43437323 ENST00000634258 protein_coding 3 5 43 SZT2 ENSG00000198198 +CDS chr1 43437171 43437323 ENST00000562955 protein_coding 2 5 42 SZT2 ENSG00000198198 +CDS chr1 43437406 43437508 ENST00000634258 protein_coding 3 5 44 SZT2 ENSG00000198198 +CDS chr1 43437406 43437508 ENST00000562955 protein_coding 2 5 43 SZT2 ENSG00000198198 +CDS chr1 43437595 43437700 ENST00000634258 protein_coding 3 5 45 SZT2 ENSG00000198198 +CDS chr1 43437595 43437700 ENST00000562955 protein_coding 2 5 44 SZT2 ENSG00000198198 +CDS chr1 43437791 43437902 ENST00000634258 protein_coding 3 5 46 SZT2 ENSG00000198198 +CDS chr1 43437791 43437902 ENST00000562955 protein_coding 2 5 45 SZT2 ENSG00000198198 +CDS chr1 43438699 43438817 ENST00000634258 protein_coding 3 5 47 SZT2 ENSG00000198198 +CDS chr1 43438699 43438817 ENST00000562955 protein_coding 2 5 46 SZT2 ENSG00000198198 +CDS chr1 43438929 43439093 ENST00000634258 protein_coding 3 5 48 SZT2 ENSG00000198198 +CDS chr1 43438929 43439093 ENST00000562955 protein_coding 2 5 47 SZT2 ENSG00000198198 +CDS chr1 43439358 43439442 ENST00000634258 protein_coding 3 5 49 SZT2 ENSG00000198198 +CDS chr1 43439358 43439442 ENST00000562955 protein_coding 2 5 48 SZT2 ENSG00000198198 +CDS chr1 43439605 43439769 ENST00000634258 protein_coding 3 5 50 SZT2 ENSG00000198198 +CDS chr1 43439605 43439769 ENST00000562955 protein_coding 2 5 49 SZT2 ENSG00000198198 +CDS chr1 43439881 43440048 ENST00000634258 protein_coding 3 5 51 SZT2 ENSG00000198198 +CDS chr1 43439881 43440048 ENST00000562955 protein_coding 2 5 50 SZT2 ENSG00000198198 +CDS chr1 43440453 43440586 ENST00000634258 protein_coding 3 5 52 SZT2 ENSG00000198198 +CDS chr1 43440453 43440586 ENST00000562955 protein_coding 2 5 51 SZT2 ENSG00000198198 +CDS chr1 43441214 43441380 ENST00000634258 protein_coding 3 5 53 SZT2 ENSG00000198198 +CDS chr1 43441214 43441380 ENST00000562955 protein_coding 2 5 52 SZT2 ENSG00000198198 +CDS chr1 43441504 43441601 ENST00000634258 protein_coding 3 5 54 SZT2 ENSG00000198198 +CDS chr1 43441504 43441601 ENST00000562955 protein_coding 2 5 53 SZT2 ENSG00000198198 +CDS chr1 43441686 43441818 ENST00000634258 protein_coding 3 5 55 SZT2 ENSG00000198198 +CDS chr1 43441686 43441818 ENST00000562955 protein_coding 2 5 54 SZT2 ENSG00000198198 +CDS chr1 43442000 43442130 ENST00000634258 protein_coding 3 5 56 SZT2 ENSG00000198198 +CDS chr1 43442000 43442130 ENST00000562955 protein_coding 2 5 55 SZT2 ENSG00000198198 +CDS chr1 43442268 43442368 ENST00000634258 protein_coding 3 5 57 SZT2 ENSG00000198198 +CDS chr1 43442268 43442368 ENST00000562955 protein_coding 2 5 56 SZT2 ENSG00000198198 +CDS chr1 43442442 43442618 ENST00000634258 protein_coding 3 5 58 SZT2 ENSG00000198198 +CDS chr1 43442442 43442618 ENST00000562955 protein_coding 2 5 57 SZT2 ENSG00000198198 +CDS chr1 43442819 43443086 ENST00000634258 protein_coding 3 5 59 SZT2 ENSG00000198198 +CDS chr1 43442819 43443086 ENST00000562955 protein_coding 2 5 58 SZT2 ENSG00000198198 +CDS chr1 43443188 43443267 ENST00000634258 protein_coding 3 5 60 SZT2 ENSG00000198198 +CDS chr1 43443188 43443267 ENST00000562955 protein_coding 2 5 59 SZT2 ENSG00000198198 +CDS chr1 43443352 43443477 ENST00000634258 protein_coding 3 5 61 SZT2 ENSG00000198198 +CDS chr1 43443352 43443477 ENST00000562955 protein_coding 2 5 60 SZT2 ENSG00000198198 +CDS chr1 43443597 43443796 ENST00000634258 protein_coding 3 5 62 SZT2 ENSG00000198198 +CDS chr1 43443597 43443796 ENST00000562955 protein_coding 2 5 61 SZT2 ENSG00000198198 +CDS chr1 43445894 43445984 ENST00000634258 protein_coding 3 5 63 SZT2 ENSG00000198198 +CDS chr1 43445894 43445984 ENST00000562955 protein_coding 2 5 62 SZT2 ENSG00000198198 +CDS chr1 43446179 43446259 ENST00000634258 protein_coding 3 5 64 SZT2 ENSG00000198198 +CDS chr1 43446179 43446259 ENST00000562955 protein_coding 2 5 63 SZT2 ENSG00000198198 +CDS chr1 43446342 43446416 ENST00000634258 protein_coding 3 5 65 SZT2 ENSG00000198198 +CDS chr1 43446342 43446416 ENST00000562955 protein_coding 2 5 64 SZT2 ENSG00000198198 +CDS chr1 43446955 43447168 ENST00000634258 protein_coding 3 5 66 SZT2 ENSG00000198198 +CDS chr1 43446955 43447168 ENST00000562955 protein_coding 2 5 65 SZT2 ENSG00000198198 +CDS chr1 43447545 43447698 ENST00000634258 protein_coding 3 5 67 SZT2 ENSG00000198198 +CDS chr1 43447545 43447698 ENST00000562955 protein_coding 2 5 66 SZT2 ENSG00000198198 +CDS chr1 43447849 43447971 ENST00000634258 protein_coding 3 5 68 SZT2 ENSG00000198198 +CDS chr1 43447849 43447971 ENST00000562955 protein_coding 2 5 67 SZT2 ENSG00000198198 +CDS chr1 43448079 43448484 ENST00000634258 protein_coding 3 5 69 SZT2 ENSG00000198198 +CDS chr1 43448079 43448484 ENST00000562955 protein_coding 2 5 68 SZT2 ENSG00000198198 +CDS chr1 43448612 43448728 ENST00000634258 protein_coding 3 5 70 SZT2 ENSG00000198198 +CDS chr1 43448612 43448728 ENST00000562955 protein_coding 2 5 69 SZT2 ENSG00000198198 +CDS chr1 43450103 43450171 ENST00000634258 protein_coding 3 5 71 SZT2 ENSG00000198198 +CDS chr1 43450103 43450171 ENST00000562955 protein_coding 2 5 70 SZT2 ENSG00000198198 +CDS chr1 43450337 43450477 ENST00000634258 protein_coding 3 5 72 SZT2 ENSG00000198198 +CDS chr1 43450337 43450477 ENST00000562955 protein_coding 2 5 71 SZT2 ENSG00000198198 +transcript chr1 43450989 43453931 ENST00000372430 protein_coding 9 1 NA HYI ENSG00000178922 +transcript chr1 43451003 43453989 ENST00000583037 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451154 43453716 ENST00000372433 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451154 43453825 ENST00000372434 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451158 43453452 ENST00000470662 protein_coding 5 3 NA HYI ENSG00000178922 +transcript chr1 43451158 43453467 ENST00000487366 protein_coding 5 5 NA HYI ENSG00000178922 +transcript chr1 43451158 43453963 ENST00000372432 protein_coding 5 1 NA HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000372434 protein_coding 5 5 9 HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000470662 protein_coding 5 3 7 HYI ENSG00000178922 +CDS chr1 43451241 43451311 ENST00000372430 protein_coding 9 1 8 HYI ENSG00000178922 +transcript chr1 43451320 43453848 ENST00000486909 protein_coding 1 5 NA HYI ENSG00000178922 +CDS chr1 43451342 43451544 ENST00000486909 protein_coding 1 5 7 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000372434 protein_coding 5 5 8 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000470662 protein_coding 5 3 6 HYI ENSG00000178922 +CDS chr1 43451410 43451544 ENST00000372430 protein_coding 9 1 7 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000583037 protein_coding 5 5 8 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000372433 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000487366 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451429 43451544 ENST00000372432 protein_coding 5 1 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000583037 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372433 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372434 protein_coding 5 5 7 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000470662 protein_coding 5 3 5 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000487366 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372430 protein_coding 9 1 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000372432 protein_coding 5 1 6 HYI ENSG00000178922 +CDS chr1 43451648 43451717 ENST00000486909 protein_coding 1 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000583037 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372433 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372434 protein_coding 5 5 6 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372430 protein_coding 9 1 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000372432 protein_coding 5 1 5 HYI ENSG00000178922 +CDS chr1 43451798 43451847 ENST00000486909 protein_coding 1 5 5 HYI ENSG00000178922 +CDS chr1 43451828 43451847 ENST00000470662 protein_coding 5 3 4 HYI ENSG00000178922 +CDS chr1 43451828 43451847 ENST00000487366 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000583037 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372433 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372434 protein_coding 5 5 5 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000470662 protein_coding 5 3 3 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000487366 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372430 protein_coding 9 1 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000372432 protein_coding 5 1 4 HYI ENSG00000178922 +CDS chr1 43451935 43452013 ENST00000486909 protein_coding 1 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000583037 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372433 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372434 protein_coding 5 5 4 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000470662 protein_coding 5 3 2 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000487366 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372430 protein_coding 9 1 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000372432 protein_coding 5 1 3 HYI ENSG00000178922 +CDS chr1 43452205 43452319 ENST00000486909 protein_coding 1 5 3 HYI ENSG00000178922 +CDS chr1 43452903 43453004 ENST00000583037 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43452903 43453004 ENST00000372434 protein_coding 5 5 3 HYI ENSG00000178922 +CDS chr1 43453386 43453452 ENST00000470662 protein_coding 5 3 1 HYI ENSG00000178922 +CDS chr1 43453386 43453467 ENST00000487366 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000372430 protein_coding 9 1 2 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000372432 protein_coding 5 1 2 HYI ENSG00000178922 +CDS chr1 43453386 43453497 ENST00000486909 protein_coding 1 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000583037 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000372433 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453413 43453497 ENST00000372434 protein_coding 5 5 2 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000583037 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453716 ENST00000372433 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372434 protein_coding 5 5 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372430 protein_coding 9 1 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000372432 protein_coding 5 1 1 HYI ENSG00000178922 +CDS chr1 43453595 43453793 ENST00000486909 protein_coding 1 5 1 HYI ENSG00000178922 +transcript chr1 43530876 43579285 ENST00000617451 protein_coding 4 5 NA PTPRF ENSG00000142949 +transcript chr1 43530883 43623666 ENST00000359947 protein_coding 9 1 NA PTPRF ENSG00000142949 +transcript chr1 43530890 43622357 ENST00000438120 protein_coding 5 1 NA PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000359947 protein_coding 9 1 3 PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000438120 protein_coding 5 1 3 PTPRF ENSG00000142949 +transcript chr1 43545076 43579284 ENST00000437607 protein_coding 1 1 NA PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000437607 protein_coding 1 1 1 PTPRF ENSG00000142949 +CDS chr1 43545076 43545166 ENST00000617451 protein_coding 4 5 3 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000359947 protein_coding 9 1 4 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000438120 protein_coding 5 1 4 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000437607 protein_coding 1 1 2 PTPRF ENSG00000142949 +CDS chr1 43553492 43553637 ENST00000617451 protein_coding 4 5 4 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000359947 protein_coding 9 1 5 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000438120 protein_coding 5 1 5 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000437607 protein_coding 1 1 3 PTPRF ENSG00000142949 +CDS chr1 43553800 43553941 ENST00000617451 protein_coding 4 5 5 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000359947 protein_coding 9 1 6 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000438120 protein_coding 5 1 6 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000437607 protein_coding 1 1 4 PTPRF ENSG00000142949 +CDS chr1 43569590 43569778 ENST00000617451 protein_coding 4 5 6 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000359947 protein_coding 9 1 7 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000438120 protein_coding 5 1 7 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000437607 protein_coding 1 1 5 PTPRF ENSG00000142949 +CDS chr1 43578810 43578920 ENST00000617451 protein_coding 4 5 7 PTPRF ENSG00000142949 +CDS chr1 43579176 43579284 ENST00000437607 protein_coding 1 1 6 PTPRF ENSG00000142949 +CDS chr1 43579176 43579282 ENST00000617451 protein_coding 4 5 8 PTPRF ENSG00000142949 +CDS chr1 43588731 43589000 ENST00000359947 protein_coding 9 1 8 PTPRF ENSG00000142949 +CDS chr1 43588731 43589000 ENST00000438120 protein_coding 5 1 8 PTPRF ENSG00000142949 +CDS chr1 43590972 43591553 ENST00000359947 protein_coding 9 1 9 PTPRF ENSG00000142949 +CDS chr1 43590972 43591553 ENST00000438120 protein_coding 5 1 9 PTPRF ENSG00000142949 +transcript chr1 43591021 43622283 ENST00000412568 protein_coding 6 5 NA PTPRF ENSG00000142949 +CDS chr1 43591021 43591553 ENST00000412568 protein_coding 6 5 1 PTPRF ENSG00000142949 +transcript chr1 43591053 43623654 ENST00000429895 protein_coding 5 1 NA PTPRF ENSG00000142949 +CDS chr1 43591053 43591553 ENST00000429895 protein_coding 5 1 1 PTPRF ENSG00000142949 +transcript chr1 43591450 43622842 ENST00000414879 protein_coding 5 2 NA PTPRF ENSG00000142949 +CDS chr1 43591450 43591553 ENST00000414879 protein_coding 5 2 1 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000359947 protein_coding 9 1 10 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000438120 protein_coding 5 1 10 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000412568 protein_coding 6 5 2 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000429895 protein_coding 5 1 2 PTPRF ENSG00000142949 +CDS chr1 43591812 43591948 ENST00000414879 protein_coding 5 2 2 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000359947 protein_coding 9 1 11 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000438120 protein_coding 5 1 11 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000412568 protein_coding 6 5 3 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000429895 protein_coding 5 1 3 PTPRF ENSG00000142949 +CDS chr1 43592457 43592601 ENST00000414879 protein_coding 5 2 3 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000359947 protein_coding 9 1 12 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000438120 protein_coding 5 1 12 PTPRF ENSG00000142949 +CDS chr1 43597748 43598053 ENST00000429895 protein_coding 5 1 4 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000359947 protein_coding 9 1 13 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000438120 protein_coding 5 1 13 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000412568 protein_coding 6 5 4 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000429895 protein_coding 5 1 5 PTPRF ENSG00000142949 +CDS chr1 43598720 43598913 ENST00000414879 protein_coding 5 2 4 PTPRF ENSG00000142949 +transcript chr1 43598839 43623663 ENST00000372407 protein_coding 4 2 NA PTPRF ENSG00000142949 +CDS chr1 43598839 43598913 ENST00000372407 protein_coding 4 2 1 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000359947 protein_coding 9 1 14 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000412568 protein_coding 6 5 5 PTPRF ENSG00000142949 +CDS chr1 43602071 43602097 ENST00000372407 protein_coding 4 2 2 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000359947 protein_coding 9 1 15 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000438120 protein_coding 5 1 14 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000412568 protein_coding 6 5 6 PTPRF ENSG00000142949 +CDS chr1 43603416 43603527 ENST00000429895 protein_coding 5 1 6 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000414879 protein_coding 5 2 5 PTPRF ENSG00000142949 +CDS chr1 43603416 43603533 ENST00000372407 protein_coding 4 2 3 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000359947 protein_coding 9 1 16 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000438120 protein_coding 5 1 15 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000429895 protein_coding 5 1 7 PTPRF ENSG00000142949 +CDS chr1 43603611 43604189 ENST00000414879 protein_coding 5 2 6 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000359947 protein_coding 9 1 17 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000438120 protein_coding 5 1 16 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000412568 protein_coding 6 5 7 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000429895 protein_coding 5 1 8 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000414879 protein_coding 5 2 7 PTPRF ENSG00000142949 +CDS chr1 43604903 43605000 ENST00000372407 protein_coding 4 2 4 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000359947 protein_coding 9 1 18 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000438120 protein_coding 5 1 17 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000412568 protein_coding 6 5 8 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000429895 protein_coding 5 1 9 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000414879 protein_coding 5 2 8 PTPRF ENSG00000142949 +CDS chr1 43605190 43605443 ENST00000372407 protein_coding 4 2 5 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000359947 protein_coding 9 1 19 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000438120 protein_coding 5 1 18 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000412568 protein_coding 6 5 9 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000429895 protein_coding 5 1 10 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000414879 protein_coding 5 2 9 PTPRF ENSG00000142949 +CDS chr1 43605529 43605622 ENST00000372407 protein_coding 4 2 6 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000359947 protein_coding 9 1 20 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000438120 protein_coding 5 1 19 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000412568 protein_coding 6 5 10 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000429895 protein_coding 5 1 11 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000414879 protein_coding 5 2 10 PTPRF ENSG00000142949 +CDS chr1 43606240 43606458 ENST00000372407 protein_coding 4 2 7 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000359947 protein_coding 9 1 21 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000438120 protein_coding 5 1 20 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000412568 protein_coding 6 5 11 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000429895 protein_coding 5 1 12 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000414879 protein_coding 5 2 11 PTPRF ENSG00000142949 +CDS chr1 43606814 43606968 ENST00000372407 protein_coding 4 2 8 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000359947 protein_coding 9 1 22 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000438120 protein_coding 5 1 21 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000412568 protein_coding 6 5 12 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000429895 protein_coding 5 1 13 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000414879 protein_coding 5 2 12 PTPRF ENSG00000142949 +CDS chr1 43609383 43609498 ENST00000372407 protein_coding 4 2 9 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000412568 protein_coding 6 5 13 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000414879 protein_coding 5 2 13 PTPRF ENSG00000142949 +CDS chr1 43612768 43612800 ENST00000372407 protein_coding 4 2 10 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000359947 protein_coding 9 1 23 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000438120 protein_coding 5 1 22 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000412568 protein_coding 6 5 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000429895 protein_coding 5 1 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000414879 protein_coding 5 2 14 PTPRF ENSG00000142949 +CDS chr1 43613618 43613715 ENST00000372407 protein_coding 4 2 11 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000359947 protein_coding 9 1 24 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000438120 protein_coding 5 1 23 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000412568 protein_coding 6 5 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000429895 protein_coding 5 1 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000414879 protein_coding 5 2 15 PTPRF ENSG00000142949 +CDS chr1 43617445 43617568 ENST00000372407 protein_coding 4 2 12 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000359947 protein_coding 9 1 25 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000438120 protein_coding 5 1 24 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000412568 protein_coding 6 5 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000429895 protein_coding 5 1 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000414879 protein_coding 5 2 16 PTPRF ENSG00000142949 +CDS chr1 43617736 43617911 ENST00000372407 protein_coding 4 2 13 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000359947 protein_coding 9 1 26 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000438120 protein_coding 5 1 25 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000412568 protein_coding 6 5 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000429895 protein_coding 5 1 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000414879 protein_coding 5 2 17 PTPRF ENSG00000142949 +CDS chr1 43618630 43618749 ENST00000372407 protein_coding 4 2 14 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000359947 protein_coding 9 1 27 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000438120 protein_coding 5 1 26 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000412568 protein_coding 6 5 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000429895 protein_coding 5 1 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000414879 protein_coding 5 2 18 PTPRF ENSG00000142949 +CDS chr1 43619048 43619202 ENST00000372407 protein_coding 4 2 15 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000359947 protein_coding 9 1 28 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000438120 protein_coding 5 1 27 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000412568 protein_coding 6 5 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000429895 protein_coding 5 1 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000414879 protein_coding 5 2 19 PTPRF ENSG00000142949 +CDS chr1 43619288 43619573 ENST00000372407 protein_coding 4 2 16 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000359947 protein_coding 9 1 29 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000438120 protein_coding 5 1 28 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000412568 protein_coding 6 5 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000429895 protein_coding 5 1 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000414879 protein_coding 5 2 20 PTPRF ENSG00000142949 +CDS chr1 43619680 43619858 ENST00000372407 protein_coding 4 2 17 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000359947 protein_coding 9 1 30 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000438120 protein_coding 5 1 29 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000412568 protein_coding 6 5 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000429895 protein_coding 5 1 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000414879 protein_coding 5 2 21 PTPRF ENSG00000142949 +CDS chr1 43620095 43620221 ENST00000372407 protein_coding 4 2 18 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000359947 protein_coding 9 1 31 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000438120 protein_coding 5 1 30 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000412568 protein_coding 6 5 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000429895 protein_coding 5 1 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000414879 protein_coding 5 2 22 PTPRF ENSG00000142949 +CDS chr1 43620454 43620579 ENST00000372407 protein_coding 4 2 19 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000359947 protein_coding 9 1 32 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000438120 protein_coding 5 1 31 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000412568 protein_coding 6 5 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000429895 protein_coding 5 1 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000414879 protein_coding 5 2 23 PTPRF ENSG00000142949 +CDS chr1 43620838 43620992 ENST00000372407 protein_coding 4 2 20 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000359947 protein_coding 9 1 33 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000438120 protein_coding 5 1 32 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000412568 protein_coding 6 5 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000429895 protein_coding 5 1 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000414879 protein_coding 5 2 24 PTPRF ENSG00000142949 +CDS chr1 43621097 43621232 ENST00000372407 protein_coding 4 2 21 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000359947 protein_coding 9 1 34 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000438120 protein_coding 5 1 33 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000412568 protein_coding 6 5 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000429895 protein_coding 5 1 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000414879 protein_coding 5 2 25 PTPRF ENSG00000142949 +CDS chr1 43621935 43622000 ENST00000372407 protein_coding 4 2 22 PTPRF ENSG00000142949 +transcript chr1 43650149 43705518 ENST00000372396 protein_coding 4 1 NA KDM4A ENSG00000066135 +transcript chr1 43650536 43667021 ENST00000463151 protein_coding 5 5 NA KDM4A ENSG00000066135 +CDS chr1 43653176 43653313 ENST00000372396 protein_coding 4 1 2 KDM4A ENSG00000066135 +CDS chr1 43653176 43653313 ENST00000463151 protein_coding 5 5 2 KDM4A ENSG00000066135 +CDS chr1 43655591 43655766 ENST00000372396 protein_coding 4 1 3 KDM4A ENSG00000066135 +CDS chr1 43655591 43655766 ENST00000463151 protein_coding 5 5 3 KDM4A ENSG00000066135 +CDS chr1 43660298 43660412 ENST00000372396 protein_coding 4 1 4 KDM4A ENSG00000066135 +CDS chr1 43660298 43660412 ENST00000463151 protein_coding 5 5 4 KDM4A ENSG00000066135 +CDS chr1 43662894 43663087 ENST00000372396 protein_coding 4 1 5 KDM4A ENSG00000066135 +CDS chr1 43662894 43663087 ENST00000463151 protein_coding 5 5 5 KDM4A ENSG00000066135 +CDS chr1 43665696 43665745 ENST00000372396 protein_coding 4 1 6 KDM4A ENSG00000066135 +CDS chr1 43665696 43665745 ENST00000463151 protein_coding 5 5 6 KDM4A ENSG00000066135 +CDS chr1 43666452 43666555 ENST00000372396 protein_coding 4 1 7 KDM4A ENSG00000066135 +CDS chr1 43666452 43666555 ENST00000463151 protein_coding 5 5 7 KDM4A ENSG00000066135 +CDS chr1 43666954 43667091 ENST00000372396 protein_coding 4 1 8 KDM4A ENSG00000066135 +CDS chr1 43666954 43667021 ENST00000463151 protein_coding 5 5 8 KDM4A ENSG00000066135 +CDS chr1 43667772 43668019 ENST00000372396 protein_coding 4 1 9 KDM4A ENSG00000066135 +CDS chr1 43669100 43669299 ENST00000372396 protein_coding 4 1 10 KDM4A ENSG00000066135 +CDS chr1 43671505 43671875 ENST00000372396 protein_coding 4 1 11 KDM4A ENSG00000066135 +CDS chr1 43683684 43683804 ENST00000372396 protein_coding 4 1 12 KDM4A ENSG00000066135 +CDS chr1 43688914 43689095 ENST00000372396 protein_coding 4 1 13 KDM4A ENSG00000066135 +CDS chr1 43690845 43691049 ENST00000372396 protein_coding 4 1 14 KDM4A ENSG00000066135 +CDS chr1 43691496 43691572 ENST00000372396 protein_coding 4 1 15 KDM4A ENSG00000066135 +CDS chr1 43692256 43692311 ENST00000372396 protein_coding 4 1 16 KDM4A ENSG00000066135 +CDS chr1 43693994 43694102 ENST00000372396 protein_coding 4 1 17 KDM4A ENSG00000066135 +CDS chr1 43694709 43694894 ENST00000372396 protein_coding 4 1 18 KDM4A ENSG00000066135 +CDS chr1 43697843 43698013 ENST00000372396 protein_coding 4 1 19 KDM4A ENSG00000066135 +CDS chr1 43703617 43703736 ENST00000372396 protein_coding 4 1 20 KDM4A ENSG00000066135 +CDS chr1 43704020 43704112 ENST00000372396 protein_coding 4 1 21 KDM4A ENSG00000066135 +CDS chr1 43704230 43704367 ENST00000372396 protein_coding 4 1 22 KDM4A ENSG00000066135 +transcript chr1 43707527 43930891 ENST00000372372 protein_coding 7 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931162 ENST00000361400 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000545417 protein_coding 5 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000330208 protein_coding 6 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707533 43931165 ENST00000335430 protein_coding 10 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931159 ENST00000347631 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931122 ENST00000372374 protein_coding 7 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931131 ENST00000643252 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931140 ENST00000647237 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707536 43931151 ENST00000642331 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707538 43931159 ENST00000361392 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707539 43838283 ENST00000646109 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707541 43931146 ENST00000353126 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707543 43931139 ENST00000642934 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707544 43931139 ENST00000351035 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707547 43931146 ENST00000646971 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707555 43931151 ENST00000647148 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707556 43931130 ENST00000262915 protein_coding 8 5 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707640 43772734 ENST00000484868 protein_coding 2 3 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707647 43931152 ENST00000361746 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43707648 43922584 ENST00000645034 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43707841 43931129 ENST00000644195 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +transcript chr1 43736233 43931122 ENST00000372368 protein_coding 7 1 NA ST3GAL3 ENSG00000126091 +transcript chr1 43736237 43931140 ENST00000646686 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000347631 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372372 protein_coding 7 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000361400 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372374 protein_coding 7 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000643252 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000647237 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000642331 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000361392 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646109 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000353126 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000642934 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000351035 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646971 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000647148 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000262915 protein_coding 8 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000484868 protein_coding 2 3 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000361746 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000645034 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000644195 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372368 protein_coding 7 1 1 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000646686 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930202 ENST00000372362 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372362 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930202 ENST00000531451 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531451 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372369 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372369 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372367 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000372367 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000372365 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000372365 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000528371 protein_coding 5 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000528371 protein_coding 5 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000531816 protein_coding 1 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531816 protein_coding 1 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930221 ENST00000531993 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000531993 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930709 ENST00000361812 protein_coding 9 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000361812 protein_coding 9 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736263 43930972 ENST00000372366 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000372366 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000545417 protein_coding 5 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736380 ENST00000330208 protein_coding 6 5 2 ST3GAL3 ENSG00000126091 +CDS chr1 43736263 43736425 ENST00000335430 protein_coding 10 5 2 ST3GAL3 ENSG00000126091 +transcript chr1 43736279 43930760 ENST00000645117 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736279 43736380 ENST00000645117 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736320 43931141 ENST00000533933 protein_coding 6 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736320 43736380 ENST00000533933 protein_coding 6 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736336 43930988 ENST00000332628 protein_coding 11 1 NA ST3GAL3 ENSG00000126091 +CDS chr1 43736336 43736380 ENST00000332628 protein_coding 11 1 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736341 43931139 ENST00000644922 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736341 43736425 ENST00000644922 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +transcript chr1 43736369 43931092 ENST00000644287 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43736369 43736380 ENST00000644287 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43771884 43772071 ENST00000484868 protein_coding 2 3 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000347631 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372374 protein_coding 7 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000643252 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647237 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000642331 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361392 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000353126 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000351035 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000646971 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647148 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000262915 protein_coding 8 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361746 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000645034 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644195 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372368 protein_coding 7 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372362 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372369 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000372365 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000361812 protein_coding 9 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000533933 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644922 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000644287 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +transcript chr1 43792102 43931127 ENST00000647503 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000647503 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43792102 43792149 ENST00000545417 protein_coding 5 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000347631 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372372 protein_coding 7 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361400 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372374 protein_coding 7 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000643252 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647237 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000642331 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361392 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646109 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000353126 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000642934 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000351035 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646971 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647148 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000262915 protein_coding 8 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361746 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000645034 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644195 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372368 protein_coding 7 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000646686 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372362 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531451 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372369 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372367 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372365 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000528371 protein_coding 5 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531816 protein_coding 1 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000531993 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000361812 protein_coding 9 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000372366 protein_coding 6 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000645117 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000533933 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000332628 protein_coding 11 1 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644922 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000644287 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000647503 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000545417 protein_coding 5 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000330208 protein_coding 6 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43814891 43814933 ENST00000335430 protein_coding 10 5 3 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000372372 protein_coding 7 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000647237 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000351035 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000262915 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43824731 43824892 ENST00000372368 protein_coding 7 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000347631 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372372 protein_coding 7 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361400 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000643252 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647237 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000642331 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361392 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838283 ENST00000646109 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000353126 protein_coding 8 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000642934 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000351035 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000646971 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647148 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000262915 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361746 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000645034 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644195 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372368 protein_coding 7 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000646686 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372362 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000531451 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372369 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372367 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372365 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000528371 protein_coding 5 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000531816 protein_coding 1 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000361812 protein_coding 9 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000372366 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000645117 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000533933 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644922 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000644287 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000647503 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000545417 protein_coding 5 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000330208 protein_coding 6 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43838219 43838311 ENST00000335430 protein_coding 10 5 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000347631 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372372 protein_coding 7 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361400 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372374 protein_coding 7 5 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000643252 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647237 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000642331 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361392 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000353126 protein_coding 8 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000642934 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000351035 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000646971 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647148 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000262915 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361746 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000645034 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644195 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372368 protein_coding 7 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000646686 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372362 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000531451 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372369 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372367 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372365 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000528371 protein_coding 5 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000531993 protein_coding 6 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000361812 protein_coding 9 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000372366 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000645117 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000533933 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000332628 protein_coding 11 1 3 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644922 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000644287 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000647503 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000545417 protein_coding 5 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43894383 43894477 ENST00000335430 protein_coding 10 5 5 ST3GAL3 ENSG00000126091 +transcript chr1 43894385 43914639 ENST00000645161 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43894385 43894477 ENST00000645161 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43896730 43896822 ENST00000361746 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000347631 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372372 protein_coding 7 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361400 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372374 protein_coding 7 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000643252 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647237 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000642331 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361392 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000353126 protein_coding 8 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000642934 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000351035 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000646971 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647148 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000262915 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000361746 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645034 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644195 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372368 protein_coding 7 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000646686 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372369 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372367 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372365 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000528371 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000531993 protein_coding 6 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000372366 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645117 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000533933 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000332628 protein_coding 11 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644922 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000644287 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000647503 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000645161 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +CDS chr1 43898235 43898298 ENST00000335430 protein_coding 10 5 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000347631 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372372 protein_coding 7 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361400 protein_coding 9 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372374 protein_coding 7 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000643252 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647237 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000642331 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361392 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000353126 protein_coding 8 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000642934 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000351035 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000646971 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647148 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000262915 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000361746 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000645034 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644195 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372368 protein_coding 7 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000646686 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372369 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000372367 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000372365 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000528371 protein_coding 5 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000531993 protein_coding 6 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000372366 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000645117 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000533933 protein_coding 6 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000332628 protein_coding 11 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644922 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000644287 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000647503 protein_coding 1 NA 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899263 ENST00000645161 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43899168 43899264 ENST00000335430 protein_coding 10 5 7 ST3GAL3 ENSG00000126091 +transcript chr1 43899225 43917029 ENST00000643989 protein_coding 1 NA NA ST3GAL3 ENSG00000126091 +CDS chr1 43899225 43899263 ENST00000643989 protein_coding 1 NA 1 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000347631 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372372 protein_coding 7 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361400 protein_coding 9 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372374 protein_coding 7 5 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000643252 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000647237 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000642331 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361392 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000353126 protein_coding 8 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000642934 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000351035 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000646971 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000647148 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000262915 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000361746 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000645034 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644195 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372368 protein_coding 7 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000646686 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000372369 protein_coding 5 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000531993 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000533933 protein_coding 6 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000332628 protein_coding 11 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644922 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000644287 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000645161 protein_coding 1 NA 4 ST3GAL3 ENSG00000126091 +CDS chr1 43899541 43899727 ENST00000643989 protein_coding 1 NA 2 ST3GAL3 ENSG00000126091 +transcript chr1 43899588 43930176 ENST00000490502 protein_coding 1 3 NA ST3GAL3 ENSG00000126091 +CDS chr1 43899588 43899727 ENST00000490502 protein_coding 1 3 1 ST3GAL3 ENSG00000126091 +CDS chr1 43900749 43900790 ENST00000643989 protein_coding 1 NA 3 ST3GAL3 ENSG00000126091 +CDS chr1 43911167 43911241 ENST00000645161 protein_coding 1 NA 5 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000347631 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372372 protein_coding 7 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361400 protein_coding 9 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372374 protein_coding 7 5 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000643252 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000642331 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361392 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000351035 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000646971 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000647148 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000262915 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000361746 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000645034 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000644195 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000372368 protein_coding 7 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000646686 protein_coding 1 NA 8 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000533933 protein_coding 6 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000332628 protein_coding 11 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000644287 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920404 43920550 ENST00000490502 protein_coding 1 3 2 ST3GAL3 ENSG00000126091 +CDS chr1 43920494 43920550 ENST00000372369 protein_coding 5 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000347631 protein_coding 8 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372372 protein_coding 7 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361400 protein_coding 9 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372374 protein_coding 7 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000643252 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000642331 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361392 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000351035 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000646971 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000647148 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000262915 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000361746 protein_coding 9 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000645034 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000644195 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000646686 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000372369 protein_coding 5 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000332628 protein_coding 11 1 8 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920940 ENST00000644287 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43920782 43920928 ENST00000490502 protein_coding 1 3 3 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000643252 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000642331 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921763 ENST00000645034 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43921443 43921638 ENST00000646686 protein_coding 1 NA 10 ST3GAL3 ENSG00000126091 +CDS chr1 43921512 43921638 ENST00000647148 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930019 43930176 ENST00000490502 protein_coding 1 3 4 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000347631 protein_coding 8 5 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372372 protein_coding 7 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361400 protein_coding 9 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372374 protein_coding 7 5 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000643252 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000647237 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000642331 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361392 protein_coding 9 1 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000353126 protein_coding 8 5 10 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000642934 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000351035 protein_coding 8 5 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000646971 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000647148 protein_coding 1 NA 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000262915 protein_coding 8 5 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000361746 protein_coding 9 1 13 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644195 protein_coding 1 NA 12 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372368 protein_coding 7 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000646686 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000372362 protein_coding 6 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000531451 protein_coding 5 1 5 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000372369 protein_coding 5 1 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000372367 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000528371 protein_coding 5 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000531816 protein_coding 1 1 4 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000531993 protein_coding 6 1 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000361812 protein_coding 9 1 6 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000533933 protein_coding 6 1 10 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000332628 protein_coding 11 1 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644922 protein_coding 1 NA 9 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930218 ENST00000644287 protein_coding 1 NA 11 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000647503 protein_coding 1 NA 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930199 ENST00000545417 protein_coding 5 5 7 ST3GAL3 ENSG00000126091 +CDS chr1 43930132 43930180 ENST00000330208 protein_coding 6 5 5 ST3GAL3 ENSG00000126091 +transcript chr1 43933320 43937239 ENST00000414809 protein_coding 7 3 NA ARTN ENSG00000117407 +transcript chr1 43933675 43936231 ENST00000477048 protein_coding 5 5 NA ARTN ENSG00000117407 +transcript chr1 43933719 43936231 ENST00000471394 protein_coding 6 3 NA ARTN ENSG00000117407 +transcript chr1 43933801 43937240 ENST00000372359 protein_coding 10 1 NA ARTN ENSG00000117407 +transcript chr1 43933812 43937240 ENST00000498139 protein_coding 6 1 NA ARTN ENSG00000117407 +transcript chr1 43933846 43936346 ENST00000491846 protein_coding 5 3 NA ARTN ENSG00000117407 +transcript chr1 43934195 43936346 ENST00000479128 protein_coding 5 3 NA ARTN ENSG00000117407 +transcript chr1 43934198 43936345 ENST00000472435 protein_coding 1 3 NA ARTN ENSG00000117407 +transcript chr1 43934387 43936346 ENST00000474592 protein_coding 1 5 NA ARTN ENSG00000117407 +transcript chr1 43935359 43936807 ENST00000372354 protein_coding 3 1 NA ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000414809 protein_coding 7 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000477048 protein_coding 5 5 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000471394 protein_coding 6 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000372359 protein_coding 10 1 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000498139 protein_coding 6 1 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000491846 protein_coding 5 3 3 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000479128 protein_coding 5 3 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000472435 protein_coding 1 3 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000474592 protein_coding 1 5 2 ARTN ENSG00000117407 +CDS chr1 43935657 43935716 ENST00000372354 protein_coding 3 1 1 ARTN ENSG00000117407 +transcript chr1 43935807 43936765 ENST00000438616 protein_coding 3 1 NA ARTN ENSG00000117407 +CDS chr1 43935982 43936231 ENST00000438616 protein_coding 3 1 1 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000414809 protein_coding 7 3 4 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000498139 protein_coding 6 1 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000491846 protein_coding 5 3 4 ARTN ENSG00000117407 +CDS chr1 43936069 43936236 ENST00000479128 protein_coding 5 3 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936236 ENST00000472435 protein_coding 1 3 3 ARTN ENSG00000117407 +CDS chr1 43936069 43936231 ENST00000474592 protein_coding 1 5 3 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000477048 protein_coding 5 5 3 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000471394 protein_coding 6 3 4 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000372359 protein_coding 10 1 4 ARTN ENSG00000117407 +CDS chr1 43936093 43936231 ENST00000372354 protein_coding 3 1 2 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000414809 protein_coding 7 3 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000372359 protein_coding 10 1 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000498139 protein_coding 6 1 4 ARTN ENSG00000117407 +CDS chr1 43936302 43936346 ENST00000491846 protein_coding 5 3 5 ARTN ENSG00000117407 +CDS chr1 43936302 43936346 ENST00000474592 protein_coding 1 5 4 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000372354 protein_coding 3 1 3 ARTN ENSG00000117407 +CDS chr1 43936302 43936762 ENST00000438616 protein_coding 3 1 2 ARTN ENSG00000117407 +transcript chr1 43946950 43968022 ENST00000372343 protein_coding 8 1 NA IPO13 ENSG00000117408 +CDS chr1 43947601 43947684 ENST00000372343 protein_coding 8 1 1 IPO13 ENSG00000117408 +CDS chr1 43949417 43950153 ENST00000372343 protein_coding 8 1 2 IPO13 ENSG00000117408 +CDS chr1 43956320 43956460 ENST00000372343 protein_coding 8 1 3 IPO13 ENSG00000117408 +CDS chr1 43956560 43956701 ENST00000372343 protein_coding 8 1 4 IPO13 ENSG00000117408 +CDS chr1 43956810 43956976 ENST00000372343 protein_coding 8 1 5 IPO13 ENSG00000117408 +CDS chr1 43957195 43957315 ENST00000372343 protein_coding 8 1 6 IPO13 ENSG00000117408 +CDS chr1 43957402 43957549 ENST00000372343 protein_coding 8 1 7 IPO13 ENSG00000117408 +CDS chr1 43957977 43958158 ENST00000372343 protein_coding 8 1 8 IPO13 ENSG00000117408 +CDS chr1 43958242 43958268 ENST00000372343 protein_coding 8 1 9 IPO13 ENSG00000117408 +CDS chr1 43958461 43958595 ENST00000372343 protein_coding 8 1 10 IPO13 ENSG00000117408 +CDS chr1 43958746 43958889 ENST00000372343 protein_coding 8 1 11 IPO13 ENSG00000117408 +CDS chr1 43960249 43960329 ENST00000372343 protein_coding 8 1 12 IPO13 ENSG00000117408 +CDS chr1 43960876 43961013 ENST00000372343 protein_coding 8 1 13 IPO13 ENSG00000117408 +CDS chr1 43961166 43961262 ENST00000372343 protein_coding 8 1 14 IPO13 ENSG00000117408 +CDS chr1 43964269 43964321 ENST00000372343 protein_coding 8 1 15 IPO13 ENSG00000117408 +transcript chr1 43965939 43967752 ENST00000372339 protein_coding 3 2 NA IPO13 ENSG00000117408 +CDS chr1 43966524 43966641 ENST00000372339 protein_coding 3 2 1 IPO13 ENSG00000117408 +CDS chr1 43966575 43966641 ENST00000372343 protein_coding 8 1 16 IPO13 ENSG00000117408 +CDS chr1 43966724 43966782 ENST00000372343 protein_coding 8 1 17 IPO13 ENSG00000117408 +CDS chr1 43966724 43966782 ENST00000372339 protein_coding 3 2 2 IPO13 ENSG00000117408 +CDS chr1 43966930 43967019 ENST00000372343 protein_coding 8 1 18 IPO13 ENSG00000117408 +CDS chr1 43966930 43967019 ENST00000372339 protein_coding 3 2 3 IPO13 ENSG00000117408 +CDS chr1 43967315 43967496 ENST00000372343 protein_coding 8 1 19 IPO13 ENSG00000117408 +CDS chr1 43967315 43967496 ENST00000372339 protein_coding 3 2 4 IPO13 ENSG00000117408 +CDS chr1 43967586 43967679 ENST00000372343 protein_coding 8 1 20 IPO13 ENSG00000117408 +CDS chr1 43967586 43967679 ENST00000372339 protein_coding 3 2 5 IPO13 ENSG00000117408 +transcript chr1 43970010 43973369 ENST00000255108 protein_coding 8 1 NA DPH2 ENSG00000132768 +transcript chr1 43970025 43973340 ENST00000396758 protein_coding 6 3 NA DPH2 ENSG00000132768 +CDS chr1 43970176 43970322 ENST00000255108 protein_coding 8 1 1 DPH2 ENSG00000132768 +CDS chr1 43970176 43970322 ENST00000396758 protein_coding 6 3 1 DPH2 ENSG00000132768 +CDS chr1 43970596 43970708 ENST00000255108 protein_coding 8 1 2 DPH2 ENSG00000132768 +CDS chr1 43970596 43970708 ENST00000396758 protein_coding 6 3 2 DPH2 ENSG00000132768 +CDS chr1 43970966 43971189 ENST00000255108 protein_coding 8 1 3 DPH2 ENSG00000132768 +CDS chr1 43970966 43971189 ENST00000396758 protein_coding 6 3 3 DPH2 ENSG00000132768 +transcript chr1 43971114 43972763 ENST00000459879 protein_coding 1 2 NA DPH2 ENSG00000132768 +CDS chr1 43971114 43971189 ENST00000459879 protein_coding 1 2 1 DPH2 ENSG00000132768 +CDS chr1 43971387 43972070 ENST00000255108 protein_coding 8 1 4 DPH2 ENSG00000132768 +CDS chr1 43971660 43972070 ENST00000459879 protein_coding 1 2 2 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000255108 protein_coding 8 1 5 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000396758 protein_coding 6 3 4 DPH2 ENSG00000132768 +CDS chr1 43972158 43972334 ENST00000459879 protein_coding 1 2 3 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000255108 protein_coding 8 1 6 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000396758 protein_coding 6 3 5 DPH2 ENSG00000132768 +CDS chr1 43972415 43972536 ENST00000459879 protein_coding 1 2 4 DPH2 ENSG00000132768 +transcript chr1 43974487 43976823 ENST00000472505 protein_coding 6 5 NA ATP6V0B ENSG00000117410 +transcript chr1 43974944 43978213 ENST00000532642 protein_coding 5 2 NA ATP6V0B ENSG00000117410 +transcript chr1 43974948 43978289 ENST00000236067 protein_coding 8 2 NA ATP6V0B ENSG00000117410 +transcript chr1 43974951 43978023 ENST00000471859 protein_coding 6 5 NA ATP6V0B ENSG00000117410 +transcript chr1 43974960 43978295 ENST00000472174 protein_coding 7 1 NA ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975107 ENST00000532642 protein_coding 5 2 1 ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975297 ENST00000471859 protein_coding 6 5 1 ATP6V0B ENSG00000117410 +CDS chr1 43975041 43975107 ENST00000472174 protein_coding 7 1 1 ATP6V0B ENSG00000117410 +CDS chr1 43975800 43975848 ENST00000532642 protein_coding 5 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43975800 43975848 ENST00000472174 protein_coding 7 1 2 ATP6V0B ENSG00000117410 +transcript chr1 43976055 43978295 ENST00000498664 protein_coding 1 2 NA ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000532642 protein_coding 5 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000471859 protein_coding 6 5 2 ATP6V0B ENSG00000117410 +CDS chr1 43976090 43976173 ENST00000472174 protein_coding 7 1 3 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000472505 protein_coding 6 5 2 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000236067 protein_coding 8 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43976115 43976173 ENST00000498664 protein_coding 1 2 1 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000472505 protein_coding 6 5 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000532642 protein_coding 5 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000236067 protein_coding 8 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000471859 protein_coding 6 5 3 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000472174 protein_coding 7 1 4 ATP6V0B ENSG00000117410 +CDS chr1 43976302 43976379 ENST00000498664 protein_coding 1 2 2 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000472505 protein_coding 6 5 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000532642 protein_coding 5 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000236067 protein_coding 8 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000471859 protein_coding 6 5 4 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000472174 protein_coding 7 1 5 ATP6V0B ENSG00000117410 +CDS chr1 43976590 43976659 ENST00000498664 protein_coding 1 2 3 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976823 ENST00000472505 protein_coding 6 5 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000532642 protein_coding 5 2 6 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000236067 protein_coding 8 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000471859 protein_coding 6 5 5 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000472174 protein_coding 7 1 6 ATP6V0B ENSG00000117410 +CDS chr1 43976773 43976824 ENST00000498664 protein_coding 1 2 4 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977408 ENST00000532642 protein_coding 5 2 7 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000236067 protein_coding 8 2 6 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000471859 protein_coding 6 5 6 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000472174 protein_coding 7 1 7 ATP6V0B ENSG00000117410 +CDS chr1 43977026 43977216 ENST00000498664 protein_coding 1 2 5 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000236067 protein_coding 8 2 7 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000471859 protein_coding 6 5 7 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000472174 protein_coding 7 1 8 ATP6V0B ENSG00000117410 +CDS chr1 43977981 43978004 ENST00000498664 protein_coding 1 2 6 ATP6V0B ENSG00000117410 +transcript chr1 43978943 43981327 ENST00000498543 protein_coding 1 3 NA B4GALT2 ENSG00000117411 +transcript chr1 43979179 43991110 ENST00000434555 protein_coding 7 1 NA B4GALT2 ENSG00000117411 +transcript chr1 43979210 43991168 ENST00000372324 protein_coding 6 1 NA B4GALT2 ENSG00000117411 +transcript chr1 43979237 43987769 ENST00000481924 protein_coding 2 2 NA B4GALT2 ENSG00000117411 +transcript chr1 43979877 43991168 ENST00000356836 protein_coding 10 2 NA B4GALT2 ENSG00000117411 +transcript chr1 43979936 43991170 ENST00000309519 protein_coding 8 2 NA B4GALT2 ENSG00000117411 +CDS chr1 43980012 43980046 ENST00000309519 protein_coding 8 2 1 B4GALT2 ENSG00000117411 +CDS chr1 43981109 43981473 ENST00000309519 protein_coding 8 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981327 ENST00000498543 protein_coding 1 3 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000434555 protein_coding 7 1 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000372324 protein_coding 6 1 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000481924 protein_coding 2 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981161 43981473 ENST00000356836 protein_coding 10 2 2 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000434555 protein_coding 7 1 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000372324 protein_coding 6 1 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000481924 protein_coding 2 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000356836 protein_coding 10 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43981689 43981924 ENST00000309519 protein_coding 8 2 3 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000434555 protein_coding 7 1 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000372324 protein_coding 6 1 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000481924 protein_coding 2 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000356836 protein_coding 10 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43984865 43985055 ENST00000309519 protein_coding 8 2 4 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000434555 protein_coding 7 1 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000372324 protein_coding 6 1 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000481924 protein_coding 2 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000356836 protein_coding 10 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985278 43985400 ENST00000309519 protein_coding 8 2 5 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000434555 protein_coding 7 1 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000372324 protein_coding 6 1 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985622 ENST00000481924 protein_coding 2 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000356836 protein_coding 10 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43985517 43985621 ENST00000309519 protein_coding 8 2 6 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000434555 protein_coding 7 1 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000372324 protein_coding 6 1 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000356836 protein_coding 10 2 7 B4GALT2 ENSG00000117411 +CDS chr1 43990298 43990445 ENST00000309519 protein_coding 8 2 7 B4GALT2 ENSG00000117411 +transcript chr1 43991500 44016556 ENST00000372307 protein_coding 7 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43991599 43996528 ENST00000372318 protein_coding 8 1 NA CCDC24 ENSG00000159214 +CDS chr1 43991612 43991992 ENST00000372307 protein_coding 7 2 12 SLC6A9 ENSG00000196517 +transcript chr1 43991831 44031360 ENST00000372306 protein_coding 7 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43991842 43996110 ENST00000466180 protein_coding 1 3 NA CCDC24 ENSG00000159214 +CDS chr1 43991879 43992004 ENST00000372318 protein_coding 8 1 2 CCDC24 ENSG00000159214 +CDS chr1 43991879 43992004 ENST00000466180 protein_coding 1 3 1 CCDC24 ENSG00000159214 +CDS chr1 43991880 43991992 ENST00000372306 protein_coding 7 2 12 SLC6A9 ENSG00000196517 +CDS chr1 43992212 43992387 ENST00000372318 protein_coding 8 1 3 CCDC24 ENSG00000159214 +CDS chr1 43992523 43992639 ENST00000372318 protein_coding 8 1 4 CCDC24 ENSG00000159214 +CDS chr1 43993804 43993964 ENST00000466180 protein_coding 1 3 2 CCDC24 ENSG00000159214 +CDS chr1 43993887 43993964 ENST00000372318 protein_coding 8 1 5 CCDC24 ENSG00000159214 +CDS chr1 43995108 43995162 ENST00000372318 protein_coding 8 1 6 CCDC24 ENSG00000159214 +CDS chr1 43995108 43995162 ENST00000466180 protein_coding 1 3 3 CCDC24 ENSG00000159214 +CDS chr1 43995601 43995670 ENST00000372318 protein_coding 8 1 7 CCDC24 ENSG00000159214 +CDS chr1 43995601 43995670 ENST00000466180 protein_coding 1 3 4 CCDC24 ENSG00000159214 +CDS chr1 43995778 43995856 ENST00000372318 protein_coding 8 1 8 CCDC24 ENSG00000159214 +CDS chr1 43995778 43995856 ENST00000466180 protein_coding 1 3 5 CCDC24 ENSG00000159214 +CDS chr1 43995938 43996157 ENST00000372318 protein_coding 8 1 9 CCDC24 ENSG00000159214 +CDS chr1 43995942 43996110 ENST00000466180 protein_coding 1 3 6 CCDC24 ENSG00000159214 +transcript chr1 43996483 44031462 ENST00000372310 protein_coding 8 5 NA SLC6A9 ENSG00000196517 +transcript chr1 43996503 44031177 ENST00000673836 protein_coding 1 NA NA SLC6A9 ENSG00000196517 +transcript chr1 43997443 44031386 ENST00000475075 protein_coding 6 2 NA SLC6A9 ENSG00000196517 +transcript chr1 43997528 44017325 ENST00000357730 protein_coding 6 1 NA SLC6A9 ENSG00000196517 +transcript chr1 43997528 44017325 ENST00000360584 protein_coding 6 1 NA SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000372310 protein_coding 8 5 14 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000673836 protein_coding 1 NA 14 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000475075 protein_coding 6 2 12 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000357730 protein_coding 6 1 13 SLC6A9 ENSG00000196517 +CDS chr1 43997548 43997739 ENST00000360584 protein_coding 6 1 14 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000372310 protein_coding 8 5 13 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000673836 protein_coding 1 NA 13 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000475075 protein_coding 6 2 11 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000357730 protein_coding 6 1 12 SLC6A9 ENSG00000196517 +CDS chr1 43997855 43998025 ENST00000360584 protein_coding 6 1 13 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000372307 protein_coding 7 2 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44001055 ENST00000372306 protein_coding 7 2 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000372310 protein_coding 8 5 12 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000673836 protein_coding 1 NA 12 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000475075 protein_coding 6 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000357730 protein_coding 6 1 11 SLC6A9 ENSG00000196517 +CDS chr1 44000767 44000867 ENST00000360584 protein_coding 6 1 12 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000372307 protein_coding 7 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000372310 protein_coding 8 5 11 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000673836 protein_coding 1 NA 11 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000475075 protein_coding 6 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000357730 protein_coding 6 1 10 SLC6A9 ENSG00000196517 +CDS chr1 44000956 44001055 ENST00000360584 protein_coding 6 1 11 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372307 protein_coding 7 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372306 protein_coding 7 2 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000372310 protein_coding 8 5 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000673836 protein_coding 1 NA 10 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000475075 protein_coding 6 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000357730 protein_coding 6 1 9 SLC6A9 ENSG00000196517 +CDS chr1 44001164 44001298 ENST00000360584 protein_coding 6 1 10 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372307 protein_coding 7 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372306 protein_coding 7 2 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000372310 protein_coding 8 5 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000673836 protein_coding 1 NA 9 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000475075 protein_coding 6 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000357730 protein_coding 6 1 8 SLC6A9 ENSG00000196517 +CDS chr1 44001390 44001627 ENST00000360584 protein_coding 6 1 9 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372307 protein_coding 7 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372306 protein_coding 7 2 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000372310 protein_coding 8 5 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000673836 protein_coding 1 NA 8 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000475075 protein_coding 6 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000357730 protein_coding 6 1 7 SLC6A9 ENSG00000196517 +CDS chr1 44002313 44002416 ENST00000360584 protein_coding 6 1 8 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372307 protein_coding 7 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372306 protein_coding 7 2 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000372310 protein_coding 8 5 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000673836 protein_coding 1 NA 7 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000475075 protein_coding 6 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000357730 protein_coding 6 1 6 SLC6A9 ENSG00000196517 +CDS chr1 44002512 44002646 ENST00000360584 protein_coding 6 1 7 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372307 protein_coding 7 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372306 protein_coding 7 2 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000372310 protein_coding 8 5 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000673836 protein_coding 1 NA 6 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000475075 protein_coding 6 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000357730 protein_coding 6 1 5 SLC6A9 ENSG00000196517 +CDS chr1 44002853 44002985 ENST00000360584 protein_coding 6 1 6 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372307 protein_coding 7 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372306 protein_coding 7 2 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000372310 protein_coding 8 5 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000673836 protein_coding 1 NA 5 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008609 ENST00000475075 protein_coding 6 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000357730 protein_coding 6 1 4 SLC6A9 ENSG00000196517 +CDS chr1 44008353 44008623 ENST00000360584 protein_coding 6 1 5 SLC6A9 ENSG00000196517 +transcript chr1 44008597 44017332 ENST00000528803 protein_coding 1 4 NA SLC6A9 ENSG00000196517 +CDS chr1 44008597 44008623 ENST00000528803 protein_coding 1 4 5 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010088 ENST00000372307 protein_coding 7 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000372306 protein_coding 7 2 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000372310 protein_coding 8 5 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000673836 protein_coding 1 NA 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000357730 protein_coding 6 1 3 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000360584 protein_coding 6 1 4 SLC6A9 ENSG00000196517 +CDS chr1 44009965 44010096 ENST00000528803 protein_coding 1 4 4 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000372306 protein_coding 7 2 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000372310 protein_coding 8 5 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000673836 protein_coding 1 NA 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000357730 protein_coding 6 1 2 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000360584 protein_coding 6 1 3 SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000528803 protein_coding 1 4 3 SLC6A9 ENSG00000196517 +transcript chr1 44010726 44031462 ENST00000466926 protein_coding 1 3 NA SLC6A9 ENSG00000196517 +CDS chr1 44010726 44010882 ENST00000466926 protein_coding 1 3 4 SLC6A9 ENSG00000196517 +CDS chr1 44011561 44011722 ENST00000360584 protein_coding 6 1 2 SLC6A9 ENSG00000196517 +CDS chr1 44011561 44011722 ENST00000466926 protein_coding 1 3 3 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000357730 protein_coding 6 1 1 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000360584 protein_coding 6 1 1 SLC6A9 ENSG00000196517 +CDS chr1 44017047 44017133 ENST00000528803 protein_coding 1 4 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000372306 protein_coding 7 2 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000372310 protein_coding 8 5 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000673836 protein_coding 1 NA 2 SLC6A9 ENSG00000196517 +CDS chr1 44024248 44024277 ENST00000466926 protein_coding 1 3 2 SLC6A9 ENSG00000196517 +transcript chr1 44118821 44135140 ENST00000372299 protein_coding 4 1 NA KLF17 ENSG00000171872 +CDS chr1 44118908 44118988 ENST00000372299 protein_coding 4 1 1 KLF17 ENSG00000171872 +CDS chr1 44129353 44130196 ENST00000372299 protein_coding 4 1 2 KLF17 ENSG00000171872 +CDS chr1 44130512 44130753 ENST00000372299 protein_coding 4 1 3 KLF17 ENSG00000171872 +transcript chr1 44137821 44141631 ENST00000634670 protein_coding 1 5 NA KLF18 ENSG00000283039 +CDS chr1 44137824 44138011 ENST00000634670 protein_coding 1 5 2 KLF18 ENSG00000283039 +CDS chr1 44138664 44141631 ENST00000634670 protein_coding 1 5 1 KLF18 ENSG00000283039 +transcript chr1 44213455 44220681 ENST00000361745 protein_coding 10 1 NA DMAP1 ENSG00000178028 +transcript chr1 44213459 44219241 ENST00000446292 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213471 44218747 ENST00000440641 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213471 44220673 ENST00000372289 protein_coding 7 1 NA DMAP1 ENSG00000178028 +transcript chr1 44213473 44214880 ENST00000436069 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213473 44219114 ENST00000437511 protein_coding 5 3 NA DMAP1 ENSG00000178028 +transcript chr1 44213488 44220681 ENST00000315913 protein_coding 9 1 NA DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000361745 protein_coding 10 1 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000446292 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000440641 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000436069 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000437511 protein_coding 5 3 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000315913 protein_coding 9 1 2 DMAP1 ENSG00000178028 +CDS chr1 44213754 44213858 ENST00000372289 protein_coding 7 1 1 DMAP1 ENSG00000178028 +transcript chr1 44213841 44218430 ENST00000372290 protein_coding 4 5 NA DMAP1 ENSG00000178028 +CDS chr1 44213841 44213858 ENST00000372290 protein_coding 4 5 1 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000361745 protein_coding 10 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000446292 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000440641 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000436069 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000437511 protein_coding 5 3 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000315913 protein_coding 9 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000372289 protein_coding 7 1 2 DMAP1 ENSG00000178028 +CDS chr1 44214350 44214441 ENST00000372290 protein_coding 4 5 2 DMAP1 ENSG00000178028 +CDS chr1 44214539 44214616 ENST00000436069 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214539 44214616 ENST00000437511 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000361745 protein_coding 10 1 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000446292 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000440641 protein_coding 5 3 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214880 ENST00000436069 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000437511 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000315913 protein_coding 9 1 4 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000372289 protein_coding 7 1 3 DMAP1 ENSG00000178028 +CDS chr1 44214703 44214898 ENST00000372290 protein_coding 4 5 3 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000361745 protein_coding 10 1 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000446292 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000440641 protein_coding 5 3 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000437511 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000315913 protein_coding 9 1 5 DMAP1 ENSG00000178028 +CDS chr1 44218311 44218469 ENST00000372289 protein_coding 7 1 4 DMAP1 ENSG00000178028 +CDS chr1 44218341 44218430 ENST00000372290 protein_coding 4 5 4 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000361745 protein_coding 10 1 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000446292 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218747 ENST00000440641 protein_coding 5 3 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000437511 protein_coding 5 3 7 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000315913 protein_coding 9 1 6 DMAP1 ENSG00000178028 +CDS chr1 44218588 44218755 ENST00000372289 protein_coding 7 1 5 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000361745 protein_coding 10 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000446292 protein_coding 5 3 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219114 ENST00000437511 protein_coding 5 3 8 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000315913 protein_coding 9 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219056 44219241 ENST00000372289 protein_coding 7 1 6 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000361745 protein_coding 10 1 8 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000315913 protein_coding 9 1 8 DMAP1 ENSG00000178028 +CDS chr1 44219406 44219477 ENST00000372289 protein_coding 7 1 7 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000361745 protein_coding 10 1 9 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000315913 protein_coding 9 1 9 DMAP1 ENSG00000178028 +CDS chr1 44219806 44219878 ENST00000372289 protein_coding 7 1 8 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000361745 protein_coding 10 1 10 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000315913 protein_coding 9 1 10 DMAP1 ENSG00000178028 +CDS chr1 44220017 44220309 ENST00000372289 protein_coding 7 1 9 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000361745 protein_coding 10 1 11 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000315913 protein_coding 9 1 11 DMAP1 ENSG00000178028 +CDS chr1 44220559 44220615 ENST00000372289 protein_coding 7 1 10 DMAP1 ENSG00000178028 +transcript chr1 44221070 44319744 ENST00000456170 protein_coding 6 5 NA ERI3 ENSG00000117419 +transcript chr1 44221070 44323043 ENST00000372259 protein_coding 9 5 NA ERI3 ENSG00000117419 +transcript chr1 44221070 44355257 ENST00000372257 protein_coding 7 1 NA ERI3 ENSG00000117419 +transcript chr1 44221339 44355061 ENST00000649995 protein_coding 1 NA NA ERI3 ENSG00000117419 +transcript chr1 44221504 44248002 ENST00000479101 protein_coding 1 3 NA ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000456170 protein_coding 6 5 7 ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000372259 protein_coding 9 5 7 ERI3 ENSG00000117419 +CDS chr1 44221561 44221640 ENST00000372257 protein_coding 7 1 9 ERI3 ENSG00000117419 +CDS chr1 44232375 44232388 ENST00000649995 protein_coding 1 NA 9 ERI3 ENSG00000117419 +CDS chr1 44241926 44242080 ENST00000479101 protein_coding 1 3 2 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000456170 protein_coding 6 5 6 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000372259 protein_coding 9 5 6 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000372257 protein_coding 7 1 8 ERI3 ENSG00000117419 +CDS chr1 44247939 44248038 ENST00000649995 protein_coding 1 NA 8 ERI3 ENSG00000117419 +CDS chr1 44247939 44248002 ENST00000479101 protein_coding 1 3 1 ERI3 ENSG00000117419 +transcript chr1 44247986 44355260 ENST00000452396 protein_coding 5 3 NA ERI3 ENSG00000117419 +CDS chr1 44247986 44248038 ENST00000452396 protein_coding 5 3 6 ERI3 ENSG00000117419 +CDS chr1 44283986 44284069 ENST00000456170 protein_coding 6 5 5 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000456170 protein_coding 6 5 4 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000372259 protein_coding 9 5 5 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000372257 protein_coding 7 1 7 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000649995 protein_coding 1 NA 7 ERI3 ENSG00000117419 +CDS chr1 44284835 44284907 ENST00000452396 protein_coding 5 3 5 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000456170 protein_coding 6 5 3 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000372259 protein_coding 9 5 4 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000372257 protein_coding 7 1 6 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000649995 protein_coding 1 NA 6 ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000452396 protein_coding 5 3 4 ERI3 ENSG00000117419 +transcript chr1 44308310 44355249 ENST00000457571 protein_coding 1 5 NA ERI3 ENSG00000117419 +CDS chr1 44308310 44308401 ENST00000457571 protein_coding 1 5 6 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000456170 protein_coding 6 5 2 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000372259 protein_coding 9 5 3 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000372257 protein_coding 7 1 5 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000649995 protein_coding 1 NA 5 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000452396 protein_coding 5 3 3 ERI3 ENSG00000117419 +CDS chr1 44313169 44313228 ENST00000457571 protein_coding 1 5 5 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000456170 protein_coding 6 5 1 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000372259 protein_coding 9 5 2 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000372257 protein_coding 7 1 4 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000649995 protein_coding 1 NA 4 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000452396 protein_coding 5 3 2 ERI3 ENSG00000117419 +CDS chr1 44319628 44319744 ENST00000457571 protein_coding 1 5 4 ERI3 ENSG00000117419 +CDS chr1 44322725 44322868 ENST00000372259 protein_coding 9 5 1 ERI3 ENSG00000117419 +CDS chr1 44339045 44339322 ENST00000372257 protein_coding 7 1 3 ERI3 ENSG00000117419 +CDS chr1 44339045 44339322 ENST00000649995 protein_coding 1 NA 3 ERI3 ENSG00000117419 +CDS chr1 44339045 44339316 ENST00000457571 protein_coding 1 5 3 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000372257 protein_coding 7 1 2 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000649995 protein_coding 1 NA 2 ERI3 ENSG00000117419 +CDS chr1 44352850 44352925 ENST00000457571 protein_coding 1 5 2 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000372257 protein_coding 7 1 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000649995 protein_coding 1 NA 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000452396 protein_coding 5 3 1 ERI3 ENSG00000117419 +CDS chr1 44354892 44355026 ENST00000457571 protein_coding 1 5 1 ERI3 ENSG00000117419 +transcript chr1 44405194 44651723 ENST00000355387 protein_coding 6 1 NA RNF220 ENSG00000187147 +transcript chr1 44405255 44651723 ENST00000361799 protein_coding 7 1 NA RNF220 ENSG00000187147 +transcript chr1 44405288 44651724 ENST00000372247 protein_coding 6 5 NA RNF220 ENSG00000187147 +CDS chr1 44412098 44412722 ENST00000355387 protein_coding 6 1 2 RNF220 ENSG00000187147 +CDS chr1 44412098 44412722 ENST00000361799 protein_coding 7 1 2 RNF220 ENSG00000187147 +CDS chr1 44412098 44412726 ENST00000372247 protein_coding 6 5 2 RNF220 ENSG00000187147 +CDS chr1 44573002 44573005 ENST00000372247 protein_coding 6 5 3 RNF220 ENSG00000187147 +CDS chr1 44614165 44614297 ENST00000355387 protein_coding 6 1 3 RNF220 ENSG00000187147 +CDS chr1 44614165 44614297 ENST00000361799 protein_coding 7 1 3 RNF220 ENSG00000187147 +CDS chr1 44614173 44614297 ENST00000372247 protein_coding 6 5 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000355387 protein_coding 6 1 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000361799 protein_coding 7 1 4 RNF220 ENSG00000187147 +CDS chr1 44622742 44622787 ENST00000372247 protein_coding 6 5 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000355387 protein_coding 6 1 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000361799 protein_coding 7 1 5 RNF220 ENSG00000187147 +CDS chr1 44626297 44626398 ENST00000372247 protein_coding 6 5 6 RNF220 ENSG00000187147 +transcript chr1 44626326 44636152 ENST00000453863 protein_coding 5 3 NA RNF220 ENSG00000187147 +CDS chr1 44626326 44626398 ENST00000453863 protein_coding 5 3 1 RNF220 ENSG00000187147 +transcript chr1 44631732 44649769 ENST00000335497 protein_coding 11 5 NA RNF220 ENSG00000187147 +transcript chr1 44631732 44649957 ENST00000440132 protein_coding 2 2 NA RNF220 ENSG00000187147 +CDS chr1 44632155 44632208 ENST00000335497 protein_coding 11 5 1 RNF220 ENSG00000187147 +CDS chr1 44632155 44632208 ENST00000440132 protein_coding 2 2 1 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000355387 protein_coding 6 1 6 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000361799 protein_coding 7 1 6 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000372247 protein_coding 6 5 7 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000453863 protein_coding 5 3 2 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000335497 protein_coding 11 5 2 RNF220 ENSG00000187147 +CDS chr1 44632343 44632385 ENST00000440132 protein_coding 2 2 2 RNF220 ENSG00000187147 +transcript chr1 44635238 44674459 ENST00000372242 protein_coding 7 3 NA TMEM53 ENSG00000126106 +transcript chr1 44635238 44674462 ENST00000372243 protein_coding 7 2 NA TMEM53 ENSG00000126106 +transcript chr1 44635238 44674477 ENST00000372244 protein_coding 3 2 NA TMEM53 ENSG00000126106 +CDS chr1 44635545 44635588 ENST00000355387 protein_coding 6 1 7 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000361799 protein_coding 7 1 7 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000372247 protein_coding 6 5 8 RNF220 ENSG00000187147 +CDS chr1 44635545 44635666 ENST00000453863 protein_coding 5 3 3 RNF220 ENSG00000187147 +CDS chr1 44635545 44635666 ENST00000335497 protein_coding 11 5 3 RNF220 ENSG00000187147 +CDS chr1 44635545 44635588 ENST00000440132 protein_coding 2 2 3 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000355387 protein_coding 6 1 8 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000361799 protein_coding 7 1 8 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000372247 protein_coding 6 5 9 RNF220 ENSG00000187147 +CDS chr1 44636030 44636152 ENST00000453863 protein_coding 5 3 4 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000335497 protein_coding 11 5 4 RNF220 ENSG00000187147 +CDS chr1 44636030 44636162 ENST00000440132 protein_coding 2 2 4 RNF220 ENSG00000187147 +CDS chr1 44636390 44636457 ENST00000372244 protein_coding 3 2 3 TMEM53 ENSG00000126106 +CDS chr1 44636413 44636457 ENST00000372242 protein_coding 7 3 5 TMEM53 ENSG00000126106 +CDS chr1 44636413 44636457 ENST00000372243 protein_coding 7 2 4 TMEM53 ENSG00000126106 +CDS chr1 44644698 44644794 ENST00000355387 protein_coding 6 1 9 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000361799 protein_coding 7 1 9 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000372247 protein_coding 6 5 10 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000335497 protein_coding 11 5 5 RNF220 ENSG00000187147 +CDS chr1 44644698 44644794 ENST00000440132 protein_coding 2 2 5 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000355387 protein_coding 6 1 10 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000361799 protein_coding 7 1 10 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000372247 protein_coding 6 5 11 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000335497 protein_coding 11 5 6 RNF220 ENSG00000187147 +CDS chr1 44644995 44645081 ENST00000440132 protein_coding 2 2 6 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000355387 protein_coding 6 1 11 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000361799 protein_coding 7 1 11 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000372247 protein_coding 6 5 12 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000335497 protein_coding 11 5 7 RNF220 ENSG00000187147 +CDS chr1 44645221 44645276 ENST00000440132 protein_coding 2 2 7 RNF220 ENSG00000187147 +CDS chr1 44645360 44645464 ENST00000372242 protein_coding 7 3 4 TMEM53 ENSG00000126106 +CDS chr1 44645360 44645464 ENST00000372243 protein_coding 7 2 3 TMEM53 ENSG00000126106 +CDS chr1 44645360 44645464 ENST00000372244 protein_coding 3 2 2 TMEM53 ENSG00000126106 +CDS chr1 44645410 44645488 ENST00000355387 protein_coding 6 1 12 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000361799 protein_coding 7 1 12 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000372247 protein_coding 6 5 13 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000335497 protein_coding 11 5 8 RNF220 ENSG00000187147 +CDS chr1 44645410 44645488 ENST00000440132 protein_coding 2 2 8 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000355387 protein_coding 6 1 13 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000361799 protein_coding 7 1 13 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000372247 protein_coding 6 5 14 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000335497 protein_coding 11 5 9 RNF220 ENSG00000187147 +CDS chr1 44649661 44649769 ENST00000440132 protein_coding 2 2 9 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000355387 protein_coding 6 1 14 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000361799 protein_coding 7 1 14 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000372247 protein_coding 6 5 15 RNF220 ENSG00000187147 +CDS chr1 44649883 44649957 ENST00000440132 protein_coding 2 2 10 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000355387 protein_coding 6 1 15 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000361799 protein_coding 7 1 15 RNF220 ENSG00000187147 +CDS chr1 44650704 44650772 ENST00000372247 protein_coding 6 5 16 RNF220 ENSG00000187147 +transcript chr1 44653247 44674481 ENST00000372237 protein_coding 8 1 NA TMEM53 ENSG00000126106 +transcript chr1 44654465 44674443 ENST00000372235 protein_coding 7 2 NA TMEM53 ENSG00000126106 +CDS chr1 44654562 44655209 ENST00000372237 protein_coding 8 1 3 TMEM53 ENSG00000126106 +CDS chr1 44654562 44655119 ENST00000372235 protein_coding 7 2 3 TMEM53 ENSG00000126106 +transcript chr1 44654896 44674402 ENST00000420706 protein_coding 1 2 NA TMEM53 ENSG00000126106 +CDS chr1 44654896 44655116 ENST00000420706 protein_coding 1 2 3 TMEM53 ENSG00000126106 +CDS chr1 44654940 44655209 ENST00000372242 protein_coding 7 3 3 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372242 protein_coding 7 3 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372243 protein_coding 7 2 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372237 protein_coding 8 1 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000372235 protein_coding 7 2 2 TMEM53 ENSG00000126106 +CDS chr1 44660174 44660295 ENST00000420706 protein_coding 1 2 2 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372242 protein_coding 7 3 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372243 protein_coding 7 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372244 protein_coding 3 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372237 protein_coding 8 1 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000372235 protein_coding 7 2 1 TMEM53 ENSG00000126106 +CDS chr1 44674331 44674391 ENST00000420706 protein_coding 1 2 1 TMEM53 ENSG00000126106 +transcript chr1 44674713 44698133 ENST00000418644 protein_coding 5 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674713 44725591 ENST00000458657 protein_coding 6 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674714 44725591 ENST00000535358 protein_coding 6 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674722 44704111 ENST00000441519 protein_coding 5 5 NA ARMH1 ENSG00000198520 +transcript chr1 44674726 44701109 ENST00000445071 protein_coding 5 3 NA ARMH1 ENSG00000198520 +transcript chr1 44674755 44697140 ENST00000453711 protein_coding 1 3 NA ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000418644 protein_coding 5 5 4 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000458657 protein_coding 6 5 3 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000535358 protein_coding 6 5 2 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000441519 protein_coding 5 5 2 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000445071 protein_coding 5 3 3 ARMH1 ENSG00000198520 +CDS chr1 44689698 44689903 ENST00000453711 protein_coding 1 3 3 ARMH1 ENSG00000198520 +transcript chr1 44689834 44724380 ENST00000434068 protein_coding 1 3 NA ARMH1 ENSG00000198520 +CDS chr1 44689834 44689874 ENST00000434068 protein_coding 1 3 1 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000418644 protein_coding 5 5 5 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000458657 protein_coding 6 5 4 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000535358 protein_coding 6 5 3 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000441519 protein_coding 5 5 3 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697170 ENST00000445071 protein_coding 5 3 4 ARMH1 ENSG00000198520 +CDS chr1 44697102 44697140 ENST00000453711 protein_coding 1 3 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698133 ENST00000418644 protein_coding 5 5 6 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000458657 protein_coding 6 5 5 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000535358 protein_coding 6 5 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000441519 protein_coding 5 5 4 ARMH1 ENSG00000198520 +CDS chr1 44698063 44698229 ENST00000445071 protein_coding 5 3 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000458657 protein_coding 6 5 6 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000535358 protein_coding 6 5 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000441519 protein_coding 5 5 5 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701109 ENST00000445071 protein_coding 5 3 6 ARMH1 ENSG00000198520 +CDS chr1 44700923 44701119 ENST00000434068 protein_coding 1 3 2 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000458657 protein_coding 6 5 7 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000535358 protein_coding 6 5 6 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704111 ENST00000441519 protein_coding 5 5 6 ARMH1 ENSG00000198520 +CDS chr1 44704089 44704173 ENST00000434068 protein_coding 1 3 3 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000458657 protein_coding 6 5 8 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000535358 protein_coding 6 5 7 ARMH1 ENSG00000198520 +CDS chr1 44724122 44724244 ENST00000434068 protein_coding 1 3 4 ARMH1 ENSG00000198520 +CDS chr1 44724320 44724392 ENST00000458657 protein_coding 6 5 9 ARMH1 ENSG00000198520 +CDS chr1 44724320 44724392 ENST00000535358 protein_coding 6 5 8 ARMH1 ENSG00000198520 +CDS chr1 44724337 44724380 ENST00000434068 protein_coding 1 3 5 ARMH1 ENSG00000198520 +CDS chr1 44724539 44724668 ENST00000458657 protein_coding 6 5 10 ARMH1 ENSG00000198520 +CDS chr1 44724539 44724668 ENST00000535358 protein_coding 6 5 9 ARMH1 ENSG00000198520 +CDS chr1 44724762 44724839 ENST00000458657 protein_coding 6 5 11 ARMH1 ENSG00000198520 +CDS chr1 44724762 44724839 ENST00000535358 protein_coding 6 5 10 ARMH1 ENSG00000198520 +CDS chr1 44725136 44725217 ENST00000458657 protein_coding 6 5 12 ARMH1 ENSG00000198520 +CDS chr1 44725136 44725217 ENST00000535358 protein_coding 6 5 11 ARMH1 ENSG00000198520 +CDS chr1 44725291 44725400 ENST00000458657 protein_coding 6 5 13 ARMH1 ENSG00000198520 +CDS chr1 44725291 44725400 ENST00000535358 protein_coding 6 5 12 ARMH1 ENSG00000198520 +transcript chr1 44739818 44757971 ENST00000452259 protein_coding 5 5 NA KIF2C ENSG00000142945 +transcript chr1 44739837 44767767 ENST00000372224 protein_coding 9 1 NA KIF2C ENSG00000142945 +CDS chr1 44739933 44740002 ENST00000452259 protein_coding 5 5 1 KIF2C ENSG00000142945 +CDS chr1 44739933 44740002 ENST00000372224 protein_coding 9 1 1 KIF2C ENSG00000142945 +transcript chr1 44739953 44756148 ENST00000455186 protein_coding 5 5 NA KIF2C ENSG00000142945 +CDS chr1 44740000 44740042 ENST00000455186 protein_coding 5 5 1 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000452259 protein_coding 5 5 2 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000372224 protein_coding 9 1 2 KIF2C ENSG00000142945 +CDS chr1 44740913 44741007 ENST00000455186 protein_coding 5 5 2 KIF2C ENSG00000142945 +transcript chr1 44746406 44767767 ENST00000372217 protein_coding 5 1 NA KIF2C ENSG00000142945 +CDS chr1 44746757 44746759 ENST00000372217 protein_coding 5 1 1 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000452259 protein_coding 5 5 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000372224 protein_coding 9 1 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000455186 protein_coding 5 5 3 KIF2C ENSG00000142945 +CDS chr1 44747384 44747485 ENST00000372217 protein_coding 5 1 2 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000452259 protein_coding 5 5 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000372224 protein_coding 9 1 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000455186 protein_coding 5 5 4 KIF2C ENSG00000142945 +CDS chr1 44747652 44747700 ENST00000372217 protein_coding 5 1 3 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000452259 protein_coding 5 5 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000372224 protein_coding 9 1 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000455186 protein_coding 5 5 5 KIF2C ENSG00000142945 +CDS chr1 44750442 44750564 ENST00000372217 protein_coding 5 1 4 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000372224 protein_coding 9 1 6 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000455186 protein_coding 5 5 6 KIF2C ENSG00000142945 +CDS chr1 44753132 44753254 ENST00000372217 protein_coding 5 1 5 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000452259 protein_coding 5 5 6 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000372224 protein_coding 9 1 7 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000455186 protein_coding 5 5 7 KIF2C ENSG00000142945 +CDS chr1 44753733 44753833 ENST00000372217 protein_coding 5 1 6 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000452259 protein_coding 5 5 7 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000372224 protein_coding 9 1 8 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000455186 protein_coding 5 5 8 KIF2C ENSG00000142945 +CDS chr1 44754750 44754845 ENST00000372217 protein_coding 5 1 7 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000452259 protein_coding 5 5 8 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000372224 protein_coding 9 1 9 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000455186 protein_coding 5 5 9 KIF2C ENSG00000142945 +CDS chr1 44755929 44755983 ENST00000372217 protein_coding 5 1 8 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000452259 protein_coding 5 5 9 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000372224 protein_coding 9 1 10 KIF2C ENSG00000142945 +CDS chr1 44756075 44756148 ENST00000455186 protein_coding 5 5 10 KIF2C ENSG00000142945 +CDS chr1 44756075 44756237 ENST00000372217 protein_coding 5 1 9 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000452259 protein_coding 5 5 10 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000372224 protein_coding 9 1 11 KIF2C ENSG00000142945 +CDS chr1 44757556 44757646 ENST00000372217 protein_coding 5 1 10 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000452259 protein_coding 5 5 11 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000372224 protein_coding 9 1 12 KIF2C ENSG00000142945 +CDS chr1 44757908 44757971 ENST00000372217 protein_coding 5 1 11 KIF2C ENSG00000142945 +CDS chr1 44758049 44758140 ENST00000372224 protein_coding 9 1 13 KIF2C ENSG00000142945 +CDS chr1 44758049 44758140 ENST00000372217 protein_coding 5 1 12 KIF2C ENSG00000142945 +CDS chr1 44759206 44759348 ENST00000372224 protein_coding 9 1 14 KIF2C ENSG00000142945 +CDS chr1 44759206 44759348 ENST00000372217 protein_coding 5 1 13 KIF2C ENSG00000142945 +CDS chr1 44760280 44760484 ENST00000372224 protein_coding 9 1 15 KIF2C ENSG00000142945 +CDS chr1 44760280 44760484 ENST00000372217 protein_coding 5 1 14 KIF2C ENSG00000142945 +transcript chr1 44760480 44762613 ENST00000423289 protein_coding 1 5 NA KIF2C ENSG00000142945 +CDS chr1 44760480 44760484 ENST00000423289 protein_coding 1 5 1 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000372224 protein_coding 9 1 16 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000372217 protein_coding 5 1 15 KIF2C ENSG00000142945 +CDS chr1 44760592 44760702 ENST00000423289 protein_coding 1 5 2 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000372224 protein_coding 9 1 17 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000372217 protein_coding 5 1 16 KIF2C ENSG00000142945 +CDS chr1 44761916 44761983 ENST00000423289 protein_coding 1 5 3 KIF2C ENSG00000142945 +CDS chr1 44762229 44762295 ENST00000423289 protein_coding 1 5 4 KIF2C ENSG00000142945 +CDS chr1 44762346 44762451 ENST00000372224 protein_coding 9 1 18 KIF2C ENSG00000142945 +CDS chr1 44762346 44762451 ENST00000372217 protein_coding 5 1 17 KIF2C ENSG00000142945 +CDS chr1 44762545 44762658 ENST00000372224 protein_coding 9 1 19 KIF2C ENSG00000142945 +CDS chr1 44762545 44762658 ENST00000372217 protein_coding 5 1 18 KIF2C ENSG00000142945 +CDS chr1 44762545 44762613 ENST00000423289 protein_coding 1 5 5 KIF2C ENSG00000142945 +CDS chr1 44766826 44766949 ENST00000372224 protein_coding 9 1 20 KIF2C ENSG00000142945 +CDS chr1 44766826 44766949 ENST00000372217 protein_coding 5 1 19 KIF2C ENSG00000142945 +CDS chr1 44767097 44767176 ENST00000372224 protein_coding 9 1 21 KIF2C ENSG00000142945 +CDS chr1 44767097 44767176 ENST00000372217 protein_coding 5 1 20 KIF2C ENSG00000142945 +transcript chr1 44775540 44778779 ENST00000396651 protein_coding 8 1 NA RPS8 ENSG00000142937 +transcript chr1 44775573 44778779 ENST00000372209 protein_coding 3 2 NA RPS8 ENSG00000142937 +CDS chr1 44775597 44775600 ENST00000396651 protein_coding 8 1 1 RPS8 ENSG00000142937 +CDS chr1 44775597 44775600 ENST00000372209 protein_coding 3 2 1 RPS8 ENSG00000142937 +CDS chr1 44776034 44776140 ENST00000396651 protein_coding 8 1 2 RPS8 ENSG00000142937 +CDS chr1 44776034 44776140 ENST00000372209 protein_coding 3 2 2 RPS8 ENSG00000142937 +CDS chr1 44776675 44776774 ENST00000396651 protein_coding 8 1 3 RPS8 ENSG00000142937 +CDS chr1 44776675 44776714 ENST00000372209 protein_coding 3 2 3 RPS8 ENSG00000142937 +CDS chr1 44777614 44777789 ENST00000396651 protein_coding 8 1 4 RPS8 ENSG00000142937 +CDS chr1 44777614 44777789 ENST00000372209 protein_coding 3 2 4 RPS8 ENSG00000142937 +CDS chr1 44778000 44778129 ENST00000396651 protein_coding 8 1 5 RPS8 ENSG00000142937 +CDS chr1 44778000 44778129 ENST00000372209 protein_coding 3 2 5 RPS8 ENSG00000142937 +CDS chr1 44778576 44778682 ENST00000396651 protein_coding 8 1 6 RPS8 ENSG00000142937 +CDS chr1 44778576 44778682 ENST00000372209 protein_coding 3 2 6 RPS8 ENSG00000142937 +transcript chr1 44783585 44788170 ENST00000372207 protein_coding 4 1 NA BEST4 ENSG00000142959 +CDS chr1 44784213 44784483 ENST00000372207 protein_coding 4 1 9 BEST4 ENSG00000142959 +CDS chr1 44784629 44784783 ENST00000372207 protein_coding 4 1 8 BEST4 ENSG00000142959 +CDS chr1 44784905 44784985 ENST00000372207 protein_coding 4 1 7 BEST4 ENSG00000142959 +CDS chr1 44785108 44785305 ENST00000372207 protein_coding 4 1 6 BEST4 ENSG00000142959 +CDS chr1 44785599 44785676 ENST00000372207 protein_coding 4 1 5 BEST4 ENSG00000142959 +CDS chr1 44786074 44786228 ENST00000372207 protein_coding 4 1 4 BEST4 ENSG00000142959 +CDS chr1 44786463 44786696 ENST00000372207 protein_coding 4 1 3 BEST4 ENSG00000142959 +CDS chr1 44787372 44787466 ENST00000372207 protein_coding 4 1 2 BEST4 ENSG00000142959 +CDS chr1 44787554 44787705 ENST00000372207 protein_coding 4 1 1 BEST4 ENSG00000142959 +transcript chr1 44800377 44805990 ENST00000372201 protein_coding 5 1 NA PLK3 ENSG00000173846 +CDS chr1 44800464 44800673 ENST00000372201 protein_coding 5 1 1 PLK3 ENSG00000173846 +CDS chr1 44800840 44800947 ENST00000372201 protein_coding 5 1 2 PLK3 ENSG00000173846 +CDS chr1 44801036 44801152 ENST00000372201 protein_coding 5 1 3 PLK3 ENSG00000173846 +CDS chr1 44801622 44801751 ENST00000372201 protein_coding 5 1 4 PLK3 ENSG00000173846 +CDS chr1 44801845 44801932 ENST00000372201 protein_coding 5 1 5 PLK3 ENSG00000173846 +CDS chr1 44802760 44802855 ENST00000372201 protein_coding 5 1 6 PLK3 ENSG00000173846 +CDS chr1 44802955 44803153 ENST00000372201 protein_coding 5 1 7 PLK3 ENSG00000173846 +CDS chr1 44803268 44803391 ENST00000372201 protein_coding 5 1 8 PLK3 ENSG00000173846 +CDS chr1 44803600 44803691 ENST00000372201 protein_coding 5 1 9 PLK3 ENSG00000173846 +CDS chr1 44803931 44804024 ENST00000372201 protein_coding 5 1 10 PLK3 ENSG00000173846 +CDS chr1 44804163 44804246 ENST00000372201 protein_coding 5 1 11 PLK3 ENSG00000173846 +CDS chr1 44804339 44804501 ENST00000372201 protein_coding 5 1 12 PLK3 ENSG00000173846 +CDS chr1 44804650 44804779 ENST00000372201 protein_coding 5 1 13 PLK3 ENSG00000173846 +CDS chr1 44805266 44805379 ENST00000372201 protein_coding 5 1 14 PLK3 ENSG00000173846 +CDS chr1 44805487 44805675 ENST00000372201 protein_coding 5 1 15 PLK3 ENSG00000173846 +transcript chr1 44805893 44807351 ENST00000339355 protein_coding 3 NA NA DYNLT4 ENSG00000188396 +transcript chr1 44805893 44807351 ENST00000675259 protein_coding 1 NA NA DYNLT4 ENSG00000188396 +CDS chr1 44806006 44806668 ENST00000339355 protein_coding 3 NA 3 DYNLT4 ENSG00000188396 +CDS chr1 44806006 44806668 ENST00000675259 protein_coding 1 NA 2 DYNLT4 ENSG00000188396 +transcript chr1 44808482 44814129 ENST00000450269 protein_coding 5 5 NA BTBD19 ENSG00000222009 +transcript chr1 44808523 44813926 ENST00000409335 protein_coding 6 5 NA BTBD19 ENSG00000222009 +CDS chr1 44808821 44808906 ENST00000450269 protein_coding 5 5 1 BTBD19 ENSG00000222009 +CDS chr1 44808821 44808906 ENST00000409335 protein_coding 6 5 1 BTBD19 ENSG00000222009 +CDS chr1 44810213 44810426 ENST00000450269 protein_coding 5 5 2 BTBD19 ENSG00000222009 +CDS chr1 44810213 44810426 ENST00000409335 protein_coding 6 5 2 BTBD19 ENSG00000222009 +CDS chr1 44810554 44810607 ENST00000450269 protein_coding 5 5 3 BTBD19 ENSG00000222009 +CDS chr1 44812039 44812098 ENST00000450269 protein_coding 5 5 4 BTBD19 ENSG00000222009 +CDS chr1 44812996 44813064 ENST00000450269 protein_coding 5 5 5 BTBD19 ENSG00000222009 +CDS chr1 44812996 44813064 ENST00000409335 protein_coding 6 5 3 BTBD19 ENSG00000222009 +CDS chr1 44813138 44813269 ENST00000450269 protein_coding 5 5 6 BTBD19 ENSG00000222009 +CDS chr1 44813138 44813269 ENST00000409335 protein_coding 6 5 4 BTBD19 ENSG00000222009 +CDS chr1 44813374 44813499 ENST00000450269 protein_coding 5 5 7 BTBD19 ENSG00000222009 +CDS chr1 44813374 44813499 ENST00000409335 protein_coding 6 5 5 BTBD19 ENSG00000222009 +CDS chr1 44813638 44813769 ENST00000450269 protein_coding 5 5 8 BTBD19 ENSG00000222009 +CDS chr1 44813638 44813769 ENST00000409335 protein_coding 6 5 6 BTBD19 ENSG00000222009 +transcript chr1 44819844 44823260 ENST00000438067 protein_coding 5 3 NA PTCH2 ENSG00000117425 +transcript chr1 44819844 44842944 ENST00000447098 protein_coding 6 1 NA PTCH2 ENSG00000117425 +CDS chr1 44820692 44820704 ENST00000438067 protein_coding 5 3 5 PTCH2 ENSG00000117425 +CDS chr1 44820692 44820704 ENST00000447098 protein_coding 6 1 23 PTCH2 ENSG00000117425 +CDS chr1 44821842 44821904 ENST00000438067 protein_coding 5 3 4 PTCH2 ENSG00000117425 +transcript chr1 44821938 44843253 ENST00000372192 protein_coding 4 1 NA PTCH2 ENSG00000117425 +CDS chr1 44822418 44822669 ENST00000372192 protein_coding 4 1 22 PTCH2 ENSG00000117425 +CDS chr1 44822602 44822669 ENST00000438067 protein_coding 5 3 3 PTCH2 ENSG00000117425 +CDS chr1 44822602 44822669 ENST00000447098 protein_coding 6 1 22 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000438067 protein_coding 5 3 2 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000447098 protein_coding 6 1 21 PTCH2 ENSG00000117425 +CDS chr1 44823069 44823168 ENST00000372192 protein_coding 4 1 21 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823260 ENST00000438067 protein_coding 5 3 1 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823385 ENST00000447098 protein_coding 6 1 20 PTCH2 ENSG00000117425 +CDS chr1 44823243 44823385 ENST00000372192 protein_coding 4 1 20 PTCH2 ENSG00000117425 +CDS chr1 44826250 44826387 ENST00000447098 protein_coding 6 1 19 PTCH2 ENSG00000117425 +CDS chr1 44826250 44826387 ENST00000372192 protein_coding 4 1 19 PTCH2 ENSG00000117425 +CDS chr1 44826488 44826768 ENST00000447098 protein_coding 6 1 18 PTCH2 ENSG00000117425 +CDS chr1 44826488 44826768 ENST00000372192 protein_coding 4 1 18 PTCH2 ENSG00000117425 +CDS chr1 44826902 44827082 ENST00000447098 protein_coding 6 1 17 PTCH2 ENSG00000117425 +CDS chr1 44826902 44827082 ENST00000372192 protein_coding 4 1 17 PTCH2 ENSG00000117425 +CDS chr1 44827167 44827309 ENST00000447098 protein_coding 6 1 16 PTCH2 ENSG00000117425 +CDS chr1 44827167 44827309 ENST00000372192 protein_coding 4 1 16 PTCH2 ENSG00000117425 +CDS chr1 44827402 44827714 ENST00000447098 protein_coding 6 1 15 PTCH2 ENSG00000117425 +CDS chr1 44827402 44827714 ENST00000372192 protein_coding 4 1 15 PTCH2 ENSG00000117425 +CDS chr1 44827843 44828191 ENST00000447098 protein_coding 6 1 14 PTCH2 ENSG00000117425 +CDS chr1 44827843 44828191 ENST00000372192 protein_coding 4 1 14 PTCH2 ENSG00000117425 +CDS chr1 44828296 44828414 ENST00000447098 protein_coding 6 1 13 PTCH2 ENSG00000117425 +CDS chr1 44828296 44828414 ENST00000372192 protein_coding 4 1 13 PTCH2 ENSG00000117425 +CDS chr1 44828506 44828631 ENST00000447098 protein_coding 6 1 12 PTCH2 ENSG00000117425 +CDS chr1 44828506 44828631 ENST00000372192 protein_coding 4 1 12 PTCH2 ENSG00000117425 +CDS chr1 44828982 44829074 ENST00000447098 protein_coding 6 1 11 PTCH2 ENSG00000117425 +CDS chr1 44828982 44829074 ENST00000372192 protein_coding 4 1 11 PTCH2 ENSG00000117425 +CDS chr1 44829157 44829312 ENST00000447098 protein_coding 6 1 10 PTCH2 ENSG00000117425 +CDS chr1 44829157 44829312 ENST00000372192 protein_coding 4 1 10 PTCH2 ENSG00000117425 +CDS chr1 44829402 44829533 ENST00000447098 protein_coding 6 1 9 PTCH2 ENSG00000117425 +CDS chr1 44829402 44829533 ENST00000372192 protein_coding 4 1 9 PTCH2 ENSG00000117425 +CDS chr1 44829614 44829761 ENST00000447098 protein_coding 6 1 8 PTCH2 ENSG00000117425 +CDS chr1 44829614 44829761 ENST00000372192 protein_coding 4 1 8 PTCH2 ENSG00000117425 +CDS chr1 44829909 44830030 ENST00000447098 protein_coding 6 1 7 PTCH2 ENSG00000117425 +CDS chr1 44829909 44830030 ENST00000372192 protein_coding 4 1 7 PTCH2 ENSG00000117425 +CDS chr1 44830848 44831043 ENST00000447098 protein_coding 6 1 6 PTCH2 ENSG00000117425 +CDS chr1 44830848 44831043 ENST00000372192 protein_coding 4 1 6 PTCH2 ENSG00000117425 +CDS chr1 44831706 44831797 ENST00000447098 protein_coding 6 1 5 PTCH2 ENSG00000117425 +CDS chr1 44831706 44831797 ENST00000372192 protein_coding 4 1 5 PTCH2 ENSG00000117425 +CDS chr1 44831975 44832044 ENST00000447098 protein_coding 6 1 4 PTCH2 ENSG00000117425 +CDS chr1 44831975 44832044 ENST00000372192 protein_coding 4 1 4 PTCH2 ENSG00000117425 +CDS chr1 44832152 44832341 ENST00000447098 protein_coding 6 1 3 PTCH2 ENSG00000117425 +CDS chr1 44832152 44832341 ENST00000372192 protein_coding 4 1 3 PTCH2 ENSG00000117425 +CDS chr1 44841847 44842039 ENST00000447098 protein_coding 6 1 2 PTCH2 ENSG00000117425 +CDS chr1 44841847 44842039 ENST00000372192 protein_coding 4 1 2 PTCH2 ENSG00000117425 +CDS chr1 44842861 44842932 ENST00000447098 protein_coding 6 1 1 PTCH2 ENSG00000117425 +CDS chr1 44842861 44842932 ENST00000372192 protein_coding 4 1 1 PTCH2 ENSG00000117425 +transcript chr1 44850522 44986595 ENST00000360403 protein_coding 7 1 NA EIF2B3 ENSG00000070785 +transcript chr1 44850522 44986722 ENST00000620860 protein_coding 4 1 NA EIF2B3 ENSG00000070785 +transcript chr1 44850776 44926655 ENST00000439363 protein_coding 5 3 NA EIF2B3 ENSG00000070785 +CDS chr1 44850954 44851003 ENST00000360403 protein_coding 7 1 12 EIF2B3 ENSG00000070785 +CDS chr1 44851003 44851003 ENST00000620860 protein_coding 4 1 11 EIF2B3 ENSG00000070785 +CDS chr1 44851003 44851003 ENST00000439363 protein_coding 5 3 7 EIF2B3 ENSG00000070785 +CDS chr1 44857704 44857807 ENST00000360403 protein_coding 7 1 11 EIF2B3 ENSG00000070785 +transcript chr1 44874527 44986587 ENST00000372183 protein_coding 7 1 NA EIF2B3 ENSG00000070785 +CDS chr1 44874644 44874826 ENST00000372183 protein_coding 7 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000360403 protein_coding 7 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000620860 protein_coding 4 1 10 EIF2B3 ENSG00000070785 +CDS chr1 44874678 44874826 ENST00000439363 protein_coding 5 3 6 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000360403 protein_coding 7 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000620860 protein_coding 4 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000439363 protein_coding 5 3 5 EIF2B3 ENSG00000070785 +CDS chr1 44875618 44875695 ENST00000372183 protein_coding 7 1 9 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000360403 protein_coding 7 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000620860 protein_coding 4 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000439363 protein_coding 5 3 4 EIF2B3 ENSG00000070785 +CDS chr1 44879818 44880008 ENST00000372183 protein_coding 7 1 8 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000360403 protein_coding 7 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000620860 protein_coding 4 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000439363 protein_coding 5 3 3 EIF2B3 ENSG00000070785 +CDS chr1 44881612 44881739 ENST00000372183 protein_coding 7 1 7 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000360403 protein_coding 7 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000620860 protein_coding 4 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000439363 protein_coding 5 3 2 EIF2B3 ENSG00000070785 +CDS chr1 44897355 44897444 ENST00000372183 protein_coding 7 1 6 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000360403 protein_coding 7 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000620860 protein_coding 4 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926655 ENST00000439363 protein_coding 5 3 1 EIF2B3 ENSG00000070785 +CDS chr1 44926628 44926739 ENST00000372183 protein_coding 7 1 5 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000360403 protein_coding 7 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000620860 protein_coding 4 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44941506 44941665 ENST00000372183 protein_coding 7 1 4 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000360403 protein_coding 7 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000620860 protein_coding 4 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44978315 44978460 ENST00000372183 protein_coding 7 1 3 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000360403 protein_coding 7 1 2 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000620860 protein_coding 4 1 2 EIF2B3 ENSG00000070785 +CDS chr1 44981021 44981168 ENST00000372183 protein_coding 7 1 2 EIF2B3 ENSG00000070785 +transcript chr1 45002540 45008551 ENST00000372168 protein_coding 7 2 NA HECTD3 ENSG00000126107 +transcript chr1 45002548 45011324 ENST00000372172 protein_coding 5 5 NA HECTD3 ENSG00000126107 +CDS chr1 45003495 45003576 ENST00000372168 protein_coding 7 2 13 HECTD3 ENSG00000126107 +CDS chr1 45003495 45003576 ENST00000372172 protein_coding 5 5 21 HECTD3 ENSG00000126107 +CDS chr1 45003669 45003740 ENST00000372168 protein_coding 7 2 12 HECTD3 ENSG00000126107 +CDS chr1 45003669 45003740 ENST00000372172 protein_coding 5 5 20 HECTD3 ENSG00000126107 +CDS chr1 45003855 45003936 ENST00000372168 protein_coding 7 2 11 HECTD3 ENSG00000126107 +CDS chr1 45003855 45003936 ENST00000372172 protein_coding 5 5 19 HECTD3 ENSG00000126107 +CDS chr1 45004060 45004134 ENST00000372168 protein_coding 7 2 10 HECTD3 ENSG00000126107 +CDS chr1 45004060 45004134 ENST00000372172 protein_coding 5 5 18 HECTD3 ENSG00000126107 +CDS chr1 45004248 45004377 ENST00000372168 protein_coding 7 2 9 HECTD3 ENSG00000126107 +CDS chr1 45004248 45004377 ENST00000372172 protein_coding 5 5 17 HECTD3 ENSG00000126107 +CDS chr1 45004600 45004806 ENST00000372168 protein_coding 7 2 8 HECTD3 ENSG00000126107 +CDS chr1 45004600 45004806 ENST00000372172 protein_coding 5 5 16 HECTD3 ENSG00000126107 +CDS chr1 45005794 45005883 ENST00000372168 protein_coding 7 2 7 HECTD3 ENSG00000126107 +CDS chr1 45005794 45005883 ENST00000372172 protein_coding 5 5 15 HECTD3 ENSG00000126107 +CDS chr1 45005997 45006116 ENST00000372168 protein_coding 7 2 6 HECTD3 ENSG00000126107 +CDS chr1 45005997 45006116 ENST00000372172 protein_coding 5 5 14 HECTD3 ENSG00000126107 +CDS chr1 45006692 45006795 ENST00000372168 protein_coding 7 2 5 HECTD3 ENSG00000126107 +CDS chr1 45006692 45006795 ENST00000372172 protein_coding 5 5 13 HECTD3 ENSG00000126107 +CDS chr1 45006951 45007015 ENST00000372168 protein_coding 7 2 4 HECTD3 ENSG00000126107 +CDS chr1 45006951 45007015 ENST00000372172 protein_coding 5 5 12 HECTD3 ENSG00000126107 +CDS chr1 45007219 45007271 ENST00000372168 protein_coding 7 2 3 HECTD3 ENSG00000126107 +CDS chr1 45007219 45007271 ENST00000372172 protein_coding 5 5 11 HECTD3 ENSG00000126107 +CDS chr1 45007413 45007595 ENST00000372168 protein_coding 7 2 2 HECTD3 ENSG00000126107 +CDS chr1 45007413 45007595 ENST00000372172 protein_coding 5 5 10 HECTD3 ENSG00000126107 +CDS chr1 45008240 45008389 ENST00000372168 protein_coding 7 2 1 HECTD3 ENSG00000126107 +CDS chr1 45008240 45008321 ENST00000372172 protein_coding 5 5 9 HECTD3 ENSG00000126107 +CDS chr1 45008536 45008701 ENST00000372172 protein_coding 5 5 8 HECTD3 ENSG00000126107 +CDS chr1 45009144 45009226 ENST00000372172 protein_coding 5 5 7 HECTD3 ENSG00000126107 +CDS chr1 45009369 45009482 ENST00000372172 protein_coding 5 5 6 HECTD3 ENSG00000126107 +CDS chr1 45009568 45009683 ENST00000372172 protein_coding 5 5 5 HECTD3 ENSG00000126107 +CDS chr1 45009986 45010121 ENST00000372172 protein_coding 5 5 4 HECTD3 ENSG00000126107 +CDS chr1 45010201 45010293 ENST00000372172 protein_coding 5 5 3 HECTD3 ENSG00000126107 +CDS chr1 45010546 45010706 ENST00000372172 protein_coding 5 5 2 HECTD3 ENSG00000126107 +CDS chr1 45010889 45011257 ENST00000372172 protein_coding 5 5 1 HECTD3 ENSG00000126107 +transcript chr1 45010950 45015504 ENST00000652165 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45011916 45013703 ENST00000650713 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012162 45015575 ENST00000651476 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000636293 protein_coding 1 5 NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000636836 protein_coding 1 5 NA UROD ENSG00000126088 +transcript chr1 45012207 45015575 ENST00000652287 protein_coding 1 NA NA UROD ENSG00000126088 +transcript chr1 45012248 45015570 ENST00000491773 protein_coding 6 2 NA UROD ENSG00000126088 +transcript chr1 45012254 45014574 ENST00000434478 protein_coding 6 3 NA UROD ENSG00000126088 +transcript chr1 45012254 45015575 ENST00000246337 protein_coding 9 1 NA UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000636293 protein_coding 1 5 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000636836 protein_coding 1 5 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000652287 protein_coding 1 NA 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000434478 protein_coding 6 3 1 UROD ENSG00000126088 +CDS chr1 45012266 45012285 ENST00000246337 protein_coding 9 1 1 UROD ENSG00000126088 +transcript chr1 45012691 45014809 ENST00000469548 protein_coding 5 2 NA UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000636293 protein_coding 1 5 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000636836 protein_coding 1 5 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000652287 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000434478 protein_coding 6 3 2 UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000246337 protein_coding 9 1 2 UROD ENSG00000126088 +transcript chr1 45012907 45014825 ENST00000428106 protein_coding 1 3 NA UROD ENSG00000126088 +CDS chr1 45012907 45013019 ENST00000428106 protein_coding 1 3 1 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000652165 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000650713 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000651476 protein_coding 1 NA 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000491773 protein_coding 6 2 2 UROD ENSG00000126088 +CDS chr1 45012992 45013019 ENST00000469548 protein_coding 5 2 1 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000652165 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000650713 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000651476 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000636293 protein_coding 1 5 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000636836 protein_coding 1 5 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000652287 protein_coding 1 NA 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000491773 protein_coding 6 2 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000434478 protein_coding 6 3 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000246337 protein_coding 9 1 3 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000469548 protein_coding 5 2 2 UROD ENSG00000126088 +CDS chr1 45013136 45013215 ENST00000428106 protein_coding 1 3 2 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000652165 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000650713 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000651476 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000636293 protein_coding 1 5 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000636836 protein_coding 1 5 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000491773 protein_coding 6 2 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000434478 protein_coding 6 3 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000246337 protein_coding 9 1 4 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000469548 protein_coding 5 2 3 UROD ENSG00000126088 +CDS chr1 45013292 45013354 ENST00000428106 protein_coding 1 3 3 UROD ENSG00000126088 +CDS chr1 45013540 45013791 ENST00000434478 protein_coding 6 3 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000652165 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013703 ENST00000650713 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000651476 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000636293 protein_coding 1 5 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000636836 protein_coding 1 5 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000652287 protein_coding 1 NA 4 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000491773 protein_coding 6 2 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000246337 protein_coding 9 1 5 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000469548 protein_coding 5 2 4 UROD ENSG00000126088 +CDS chr1 45013594 45013791 ENST00000428106 protein_coding 1 3 4 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000652165 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000651476 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000636293 protein_coding 1 5 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000636836 protein_coding 1 5 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000652287 protein_coding 1 NA 5 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000491773 protein_coding 6 2 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000434478 protein_coding 6 3 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000246337 protein_coding 9 1 6 UROD ENSG00000126088 +CDS chr1 45013909 45014070 ENST00000469548 protein_coding 5 2 5 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000651476 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000636836 protein_coding 1 5 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000652287 protein_coding 1 NA 6 UROD ENSG00000126088 +CDS chr1 45014439 45014574 ENST00000434478 protein_coding 6 3 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000246337 protein_coding 9 1 7 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000469548 protein_coding 5 2 6 UROD ENSG00000126088 +CDS chr1 45014439 45014576 ENST00000428106 protein_coding 1 3 5 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000652165 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000651476 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000636293 protein_coding 1 5 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000636836 protein_coding 1 5 8 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000652287 protein_coding 1 NA 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000491773 protein_coding 6 2 7 UROD ENSG00000126088 +CDS chr1 45014736 45014836 ENST00000246337 protein_coding 9 1 8 UROD ENSG00000126088 +CDS chr1 45014736 45014809 ENST00000469548 protein_coding 5 2 7 UROD ENSG00000126088 +CDS chr1 45014736 45014825 ENST00000428106 protein_coding 1 3 6 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000652165 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000651476 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000636293 protein_coding 1 5 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000652287 protein_coding 1 NA 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000491773 protein_coding 6 2 8 UROD ENSG00000126088 +CDS chr1 45014940 45015006 ENST00000246337 protein_coding 9 1 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000652165 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000651476 protein_coding 1 NA 10 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000636293 protein_coding 1 5 9 UROD ENSG00000126088 +CDS chr1 45015337 45015355 ENST00000636836 protein_coding 1 5 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000652287 protein_coding 1 NA 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000491773 protein_coding 6 2 9 UROD ENSG00000126088 +CDS chr1 45015337 45015495 ENST00000246337 protein_coding 9 1 10 UROD ENSG00000126088 +transcript chr1 45016399 45206605 ENST00000359600 protein_coding 6 1 NA ZSWIM5 ENSG00000162415 +CDS chr1 45018457 45019316 ENST00000359600 protein_coding 6 1 14 ZSWIM5 ENSG00000162415 +CDS chr1 45020066 45020147 ENST00000359600 protein_coding 6 1 13 ZSWIM5 ENSG00000162415 +CDS chr1 45020625 45020788 ENST00000359600 protein_coding 6 1 12 ZSWIM5 ENSG00000162415 +CDS chr1 45034312 45034469 ENST00000359600 protein_coding 6 1 11 ZSWIM5 ENSG00000162415 +CDS chr1 45035688 45035823 ENST00000359600 protein_coding 6 1 10 ZSWIM5 ENSG00000162415 +CDS chr1 45036039 45036299 ENST00000359600 protein_coding 6 1 9 ZSWIM5 ENSG00000162415 +CDS chr1 45038936 45039073 ENST00000359600 protein_coding 6 1 8 ZSWIM5 ENSG00000162415 +CDS chr1 45040392 45040538 ENST00000359600 protein_coding 6 1 7 ZSWIM5 ENSG00000162415 +CDS chr1 45043219 45043395 ENST00000359600 protein_coding 6 1 6 ZSWIM5 ENSG00000162415 +CDS chr1 45051074 45051253 ENST00000359600 protein_coding 6 1 5 ZSWIM5 ENSG00000162415 +CDS chr1 45058609 45058759 ENST00000359600 protein_coding 6 1 4 ZSWIM5 ENSG00000162415 +CDS chr1 45060099 45060247 ENST00000359600 protein_coding 6 1 3 ZSWIM5 ENSG00000162415 +CDS chr1 45087881 45088237 ENST00000359600 protein_coding 6 1 2 ZSWIM5 ENSG00000162415 +CDS chr1 45205756 45206350 ENST00000359600 protein_coding 6 1 1 ZSWIM5 ENSG00000162415 +transcript chr1 45326895 45328710 ENST00000334815 protein_coding 6 NA NA HPDL ENSG00000186603 +CDS chr1 45327149 45328261 ENST00000334815 protein_coding 6 NA 1 HPDL ENSG00000186603 +transcript chr1 45329163 45340447 ENST00000529984 protein_coding 5 2 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339935 ENST00000372104 protein_coding 5 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339935 ENST00000448481 protein_coding 5 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45339970 ENST00000456914 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340080 ENST00000354383 protein_coding 10 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340115 ENST00000355498 protein_coding 6 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340388 ENST00000372110 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340388 ENST00000372098 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340440 ENST00000672818 protein_coding 3 NA NA MUTYH ENSG00000132781 +transcript chr1 45329242 45340470 ENST00000372115 protein_coding 7 1 NA MUTYH ENSG00000132781 +transcript chr1 45329243 45339995 ENST00000488731 protein_coding 6 5 NA MUTYH ENSG00000132781 +transcript chr1 45329246 45340163 ENST00000531105 protein_coding 5 5 NA MUTYH ENSG00000132781 +transcript chr1 45329274 45332278 ENST00000529892 protein_coding 5 5 NA MUTYH ENSG00000132781 +transcript chr1 45329306 45339946 ENST00000528013 protein_coding 6 5 NA MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000529984 protein_coding 5 2 7 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372104 protein_coding 5 1 17 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000448481 protein_coding 5 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000456914 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000354383 protein_coding 10 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000355498 protein_coding 6 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372110 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372098 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000672818 protein_coding 3 NA 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000372115 protein_coding 7 1 16 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000488731 protein_coding 6 5 7 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000529892 protein_coding 5 5 6 MUTYH ENSG00000132781 +CDS chr1 45329309 45329437 ENST00000528013 protein_coding 6 5 16 MUTYH ENSG00000132781 +CDS chr1 45329367 45329437 ENST00000531105 protein_coding 5 5 3 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000529984 protein_coding 5 2 6 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372104 protein_coding 5 1 16 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000448481 protein_coding 5 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000456914 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000354383 protein_coding 10 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000355498 protein_coding 6 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372110 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372098 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000672818 protein_coding 3 NA 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000372115 protein_coding 7 1 15 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000488731 protein_coding 6 5 6 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000529892 protein_coding 5 5 5 MUTYH ENSG00000132781 +CDS chr1 45330516 45330557 ENST00000528013 protein_coding 6 5 15 MUTYH ENSG00000132781 +transcript chr1 45330552 45336629 ENST00000672314 protein_coding 1 NA NA MUTYH ENSG00000132781 +CDS chr1 45330552 45330557 ENST00000672314 protein_coding 1 NA 15 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000529984 protein_coding 5 2 5 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372104 protein_coding 5 1 15 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000448481 protein_coding 5 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000456914 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000354383 protein_coding 10 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000355498 protein_coding 6 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372110 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372098 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000672818 protein_coding 3 NA 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000372115 protein_coding 7 1 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000488731 protein_coding 6 5 5 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000529892 protein_coding 5 5 4 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000528013 protein_coding 6 5 14 MUTYH ENSG00000132781 +CDS chr1 45331182 45331334 ENST00000672314 protein_coding 1 NA 14 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000529984 protein_coding 5 2 4 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372104 protein_coding 5 1 14 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000448481 protein_coding 5 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000456914 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000354383 protein_coding 10 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000355498 protein_coding 6 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372110 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372098 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000672818 protein_coding 3 NA 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000372115 protein_coding 7 1 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000488731 protein_coding 6 5 4 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000529892 protein_coding 5 5 3 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000528013 protein_coding 6 5 13 MUTYH ENSG00000132781 +CDS chr1 45331420 45331556 ENST00000672314 protein_coding 1 NA 13 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372104 protein_coding 5 1 13 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000448481 protein_coding 5 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000456914 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000354383 protein_coding 10 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000355498 protein_coding 6 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372110 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372098 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000672818 protein_coding 3 NA 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000372115 protein_coding 7 1 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000528013 protein_coding 6 5 12 MUTYH ENSG00000132781 +CDS chr1 45331661 45331849 ENST00000672314 protein_coding 1 NA 12 MUTYH ENSG00000132781 +transcript chr1 45331734 45340381 ENST00000412971 protein_coding 5 3 NA MUTYH ENSG00000132781 +CDS chr1 45331734 45331849 ENST00000412971 protein_coding 5 3 7 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372104 protein_coding 5 1 12 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000448481 protein_coding 5 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000456914 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000354383 protein_coding 10 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000355498 protein_coding 6 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372110 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372098 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000672818 protein_coding 3 NA 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000372115 protein_coding 7 1 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000529892 protein_coding 5 5 2 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000528013 protein_coding 6 5 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000672314 protein_coding 1 NA 11 MUTYH ENSG00000132781 +CDS chr1 45332023 45332086 ENST00000412971 protein_coding 5 3 6 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372104 protein_coding 5 1 11 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000448481 protein_coding 5 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000456914 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000354383 protein_coding 10 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000355498 protein_coding 6 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372110 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372098 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000672818 protein_coding 3 NA 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000372115 protein_coding 7 1 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332278 ENST00000529892 protein_coding 5 5 1 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000528013 protein_coding 6 5 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000672314 protein_coding 1 NA 10 MUTYH ENSG00000132781 +CDS chr1 45332166 45332310 ENST00000412971 protein_coding 5 3 5 MUTYH ENSG00000132781 +transcript chr1 45332175 45340000 ENST00000435155 protein_coding 1 5 NA MUTYH ENSG00000132781 +CDS chr1 45332175 45332310 ENST00000435155 protein_coding 1 5 10 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372104 protein_coding 5 1 10 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000448481 protein_coding 5 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000456914 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000354383 protein_coding 10 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000355498 protein_coding 6 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372110 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372098 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000672818 protein_coding 3 NA 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000372115 protein_coding 7 1 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000528013 protein_coding 6 5 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000672314 protein_coding 1 NA 9 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000412971 protein_coding 5 3 4 MUTYH ENSG00000132781 +CDS chr1 45332391 45332488 ENST00000435155 protein_coding 1 5 9 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372104 protein_coding 5 1 9 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000448481 protein_coding 5 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000456914 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000354383 protein_coding 10 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000355498 protein_coding 6 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372110 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372098 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000672818 protein_coding 3 NA 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000372115 protein_coding 7 1 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000528013 protein_coding 6 5 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000672314 protein_coding 1 NA 8 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000412971 protein_coding 5 3 3 MUTYH ENSG00000132781 +CDS chr1 45332574 45332687 ENST00000435155 protein_coding 1 5 8 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000529984 protein_coding 5 2 3 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372104 protein_coding 5 1 8 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000448481 protein_coding 5 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000456914 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000354383 protein_coding 10 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000355498 protein_coding 6 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372110 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372098 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000672818 protein_coding 3 NA 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000372115 protein_coding 7 1 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000488731 protein_coding 6 5 3 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000528013 protein_coding 6 5 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000672314 protein_coding 1 NA 7 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000412971 protein_coding 5 3 2 MUTYH ENSG00000132781 +CDS chr1 45332763 45332834 ENST00000435155 protein_coding 1 5 7 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372104 protein_coding 5 1 7 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000448481 protein_coding 5 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000456914 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000354383 protein_coding 10 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000355498 protein_coding 6 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372110 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372098 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000672818 protein_coding 3 NA 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000372115 protein_coding 7 1 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000528013 protein_coding 6 5 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000672314 protein_coding 1 NA 6 MUTYH ENSG00000132781 +CDS chr1 45332918 45332959 ENST00000435155 protein_coding 1 5 6 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372104 protein_coding 5 1 6 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000448481 protein_coding 5 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000456914 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000354383 protein_coding 10 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000355498 protein_coding 6 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372110 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372098 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000672818 protein_coding 3 NA 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000372115 protein_coding 7 1 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000528013 protein_coding 6 5 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000672314 protein_coding 1 NA 5 MUTYH ENSG00000132781 +CDS chr1 45333097 45333170 ENST00000435155 protein_coding 1 5 5 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372104 protein_coding 5 1 5 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000448481 protein_coding 5 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000456914 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000354383 protein_coding 10 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000355498 protein_coding 6 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372110 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372098 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000672818 protein_coding 3 NA 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000372115 protein_coding 7 1 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000528013 protein_coding 6 5 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000672314 protein_coding 1 NA 4 MUTYH ENSG00000132781 +CDS chr1 45333285 45333324 ENST00000435155 protein_coding 1 5 4 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000372104 protein_coding 5 1 4 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000448481 protein_coding 5 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000456914 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333564 ENST00000354383 protein_coding 10 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000355498 protein_coding 6 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333564 ENST00000372110 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000372098 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000672818 protein_coding 3 NA 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000372115 protein_coding 7 1 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333603 ENST00000528013 protein_coding 6 5 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000672314 protein_coding 1 NA 3 MUTYH ENSG00000132781 +CDS chr1 45333413 45333594 ENST00000435155 protein_coding 1 5 3 MUTYH ENSG00000132781 +transcript chr1 45333413 45339945 ENST00000483127 protein_coding 1 5 NA MUTYH ENSG00000132781 +CDS chr1 45333413 45333561 ENST00000483127 protein_coding 1 5 4 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000529984 protein_coding 5 2 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000372104 protein_coding 5 1 3 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000448481 protein_coding 5 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000456914 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000354383 protein_coding 10 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000355498 protein_coding 6 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372110 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372098 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000672818 protein_coding 3 NA 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000372115 protein_coding 7 1 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000488731 protein_coding 6 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000531105 protein_coding 5 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000528013 protein_coding 6 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000672314 protein_coding 1 NA 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334505 ENST00000435155 protein_coding 1 5 2 MUTYH ENSG00000132781 +CDS chr1 45334391 45334511 ENST00000483127 protein_coding 1 5 3 MUTYH ENSG00000132781 +CDS chr1 45338186 45338197 ENST00000483127 protein_coding 1 5 2 MUTYH ENSG00000132781 +transcript chr1 45340170 45343973 ENST00000372090 protein_coding 6 1 NA TOE1 ENSG00000132773 +CDS chr1 45340219 45340254 ENST00000372110 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000372098 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000672818 protein_coding 3 NA 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000372115 protein_coding 7 1 1 MUTYH ENSG00000132781 +CDS chr1 45340219 45340254 ENST00000412971 protein_coding 5 3 1 MUTYH ENSG00000132781 +CDS chr1 45340253 45340304 ENST00000372090 protein_coding 6 1 1 TOE1 ENSG00000132773 +CDS chr1 45341073 45341215 ENST00000372090 protein_coding 6 1 2 TOE1 ENSG00000132773 +CDS chr1 45341303 45341343 ENST00000372090 protein_coding 6 1 3 TOE1 ENSG00000132773 +CDS chr1 45341473 45341569 ENST00000372090 protein_coding 6 1 4 TOE1 ENSG00000132773 +CDS chr1 45341949 45342107 ENST00000372090 protein_coding 6 1 5 TOE1 ENSG00000132773 +CDS chr1 45342384 45342643 ENST00000372090 protein_coding 6 1 6 TOE1 ENSG00000132773 +CDS chr1 45342843 45343002 ENST00000372090 protein_coding 6 1 7 TOE1 ENSG00000132773 +CDS chr1 45343082 45343699 ENST00000372090 protein_coding 6 1 8 TOE1 ENSG00000132773 +transcript chr1 45343883 45457799 ENST00000372084 protein_coding 5 1 NA TESK2 ENSG00000070759 +transcript chr1 45343883 45491163 ENST00000372086 protein_coding 4 1 NA TESK2 ENSG00000070759 +CDS chr1 45344843 45345558 ENST00000372084 protein_coding 5 1 9 TESK2 ENSG00000070759 +CDS chr1 45344843 45345558 ENST00000372086 protein_coding 4 1 11 TESK2 ENSG00000070759 +CDS chr1 45345877 45345994 ENST00000372084 protein_coding 5 1 8 TESK2 ENSG00000070759 +CDS chr1 45345877 45345994 ENST00000372086 protein_coding 4 1 10 TESK2 ENSG00000070759 +CDS chr1 45346693 45346779 ENST00000372086 protein_coding 4 1 9 TESK2 ENSG00000070759 +CDS chr1 45346979 45347062 ENST00000372084 protein_coding 5 1 7 TESK2 ENSG00000070759 +CDS chr1 45346979 45347062 ENST00000372086 protein_coding 4 1 8 TESK2 ENSG00000070759 +CDS chr1 45347609 45347693 ENST00000372084 protein_coding 5 1 6 TESK2 ENSG00000070759 +CDS chr1 45347609 45347693 ENST00000372086 protein_coding 4 1 7 TESK2 ENSG00000070759 +CDS chr1 45347918 45348000 ENST00000372084 protein_coding 5 1 5 TESK2 ENSG00000070759 +CDS chr1 45347918 45348000 ENST00000372086 protein_coding 4 1 6 TESK2 ENSG00000070759 +CDS chr1 45355303 45355449 ENST00000372084 protein_coding 5 1 4 TESK2 ENSG00000070759 +CDS chr1 45355303 45355449 ENST00000372086 protein_coding 4 1 5 TESK2 ENSG00000070759 +CDS chr1 45385912 45385960 ENST00000372084 protein_coding 5 1 3 TESK2 ENSG00000070759 +CDS chr1 45385912 45385960 ENST00000372086 protein_coding 4 1 4 TESK2 ENSG00000070759 +CDS chr1 45421725 45421846 ENST00000372084 protein_coding 5 1 2 TESK2 ENSG00000070759 +CDS chr1 45421725 45421846 ENST00000372086 protein_coding 4 1 3 TESK2 ENSG00000070759 +CDS chr1 45457564 45457785 ENST00000372084 protein_coding 5 1 1 TESK2 ENSG00000070759 +CDS chr1 45457564 45457785 ENST00000372086 protein_coding 4 1 2 TESK2 ENSG00000070759 +transcript chr1 45493866 45500073 ENST00000629482 protein_coding 3 1 NA CCDC163 ENSG00000280670 +transcript chr1 45494392 45499974 ENST00000626657 protein_coding 2 1 NA CCDC163 ENSG00000280670 +CDS chr1 45495062 45495166 ENST00000629482 protein_coding 3 1 5 CCDC163 ENSG00000280670 +CDS chr1 45495450 45495473 ENST00000626657 protein_coding 2 1 5 CCDC163 ENSG00000280670 +CDS chr1 45496556 45496623 ENST00000629482 protein_coding 3 1 4 CCDC163 ENSG00000280670 +CDS chr1 45496556 45496623 ENST00000626657 protein_coding 2 1 4 CCDC163 ENSG00000280670 +CDS chr1 45497299 45497383 ENST00000629482 protein_coding 3 1 3 CCDC163 ENSG00000280670 +CDS chr1 45497299 45497383 ENST00000626657 protein_coding 2 1 3 CCDC163 ENSG00000280670 +CDS chr1 45499345 45499443 ENST00000629482 protein_coding 3 1 2 CCDC163 ENSG00000280670 +CDS chr1 45499345 45499443 ENST00000626657 protein_coding 2 1 2 CCDC163 ENSG00000280670 +CDS chr1 45499532 45499609 ENST00000629482 protein_coding 3 1 1 CCDC163 ENSG00000280670 +CDS chr1 45499532 45499609 ENST00000626657 protein_coding 2 1 1 CCDC163 ENSG00000280670 +transcript chr1 45500300 45513382 ENST00000401061 protein_coding 9 2 NA MMACHC ENSG00000132763 +CDS chr1 45500333 45500413 ENST00000401061 protein_coding 9 2 1 MMACHC ENSG00000132763 +transcript chr1 45500341 45511065 ENST00000616135 protein_coding 1 2 NA MMACHC ENSG00000132763 +CDS chr1 45507356 45507550 ENST00000401061 protein_coding 9 2 2 MMACHC ENSG00000132763 +CDS chr1 45507446 45507550 ENST00000616135 protein_coding 1 2 2 MMACHC ENSG00000132763 +CDS chr1 45508212 45508364 ENST00000401061 protein_coding 9 2 3 MMACHC ENSG00000132763 +CDS chr1 45508212 45508364 ENST00000616135 protein_coding 1 2 3 MMACHC ENSG00000132763 +CDS chr1 45508796 45509212 ENST00000401061 protein_coding 9 2 4 MMACHC ENSG00000132763 +CDS chr1 45508796 45509212 ENST00000616135 protein_coding 1 2 4 MMACHC ENSG00000132763 +transcript chr1 45510914 45521938 ENST00000447184 protein_coding 6 5 NA PRDX1 ENSG00000117450 +transcript chr1 45510914 45523047 ENST00000424390 protein_coding 2 2 NA PRDX1 ENSG00000117450 +transcript chr1 45510914 45542732 ENST00000676549 protein_coding 1 NA NA PRDX1 ENSG00000117450 +transcript chr1 45511036 45521938 ENST00000262746 protein_coding 5 5 NA PRDX1 ENSG00000117450 +transcript chr1 45511051 45521854 ENST00000372079 protein_coding 1 3 NA PRDX1 ENSG00000117450 +transcript chr1 45511051 45521884 ENST00000319248 protein_coding 13 1 NA PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000447184 protein_coding 6 5 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000424390 protein_coding 2 2 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000676549 protein_coding 1 NA 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000262746 protein_coding 5 5 6 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000372079 protein_coding 1 3 5 PRDX1 ENSG00000117450 +CDS chr1 45511332 45511414 ENST00000319248 protein_coding 13 1 6 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000447184 protein_coding 6 5 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000424390 protein_coding 2 2 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000676549 protein_coding 1 NA 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000262746 protein_coding 5 5 5 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000372079 protein_coding 1 3 4 PRDX1 ENSG00000117450 +CDS chr1 45514507 45514637 ENST00000319248 protein_coding 13 1 5 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000447184 protein_coding 6 5 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000424390 protein_coding 2 2 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000676549 protein_coding 1 NA 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000262746 protein_coding 5 5 4 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514895 ENST00000372079 protein_coding 1 3 3 PRDX1 ENSG00000117450 +CDS chr1 45514873 45514995 ENST00000319248 protein_coding 13 1 4 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000447184 protein_coding 6 5 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000424390 protein_coding 2 2 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000676549 protein_coding 1 NA 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000262746 protein_coding 5 5 3 PRDX1 ENSG00000117450 +CDS chr1 45515654 45515807 ENST00000319248 protein_coding 13 1 3 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000447184 protein_coding 6 5 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000424390 protein_coding 2 2 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000676549 protein_coding 1 NA 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000262746 protein_coding 5 5 2 PRDX1 ENSG00000117450 +CDS chr1 45518938 45519043 ENST00000319248 protein_coding 13 1 2 PRDX1 ENSG00000117450 +CDS chr1 45518990 45519043 ENST00000372079 protein_coding 1 3 2 PRDX1 ENSG00000117450 +transcript chr1 45550543 45570049 ENST00000372070 protein_coding 7 1 NA AKR1A1 ENSG00000117448 +transcript chr1 45550783 45570048 ENST00000621846 protein_coding 4 5 NA AKR1A1 ENSG00000117448 +transcript chr1 45550804 45568068 ENST00000434299 protein_coding 5 2 NA AKR1A1 ENSG00000117448 +transcript chr1 45550826 45570049 ENST00000351829 protein_coding 9 1 NA AKR1A1 ENSG00000117448 +transcript chr1 45551067 45568025 ENST00000481885 protein_coding 5 3 NA AKR1A1 ENSG00000117448 +transcript chr1 45551068 45567588 ENST00000471651 protein_coding 1 1 NA AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000372070 protein_coding 7 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000621846 protein_coding 4 5 3 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000434299 protein_coding 5 2 4 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000481885 protein_coding 5 3 2 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000351829 protein_coding 9 1 2 AKR1A1 ENSG00000117448 +CDS chr1 45561795 45561878 ENST00000471651 protein_coding 1 1 2 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000372070 protein_coding 7 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000621846 protein_coding 4 5 4 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000434299 protein_coding 5 2 5 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000481885 protein_coding 5 3 3 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000351829 protein_coding 9 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45566569 45566688 ENST00000471651 protein_coding 1 1 3 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000372070 protein_coding 7 1 5 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000621846 protein_coding 4 5 5 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000434299 protein_coding 5 2 6 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000481885 protein_coding 5 3 4 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567020 ENST00000351829 protein_coding 9 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45566869 45567021 ENST00000471651 protein_coding 1 1 4 AKR1A1 ENSG00000117448 +CDS chr1 45567961 45568025 ENST00000481885 protein_coding 5 3 5 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000372070 protein_coding 7 1 6 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000621846 protein_coding 4 5 6 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568068 ENST00000434299 protein_coding 5 2 7 AKR1A1 ENSG00000117448 +CDS chr1 45567982 45568177 ENST00000351829 protein_coding 9 1 5 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000372070 protein_coding 7 1 7 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000621846 protein_coding 4 5 7 AKR1A1 ENSG00000117448 +CDS chr1 45568485 45568684 ENST00000351829 protein_coding 9 1 6 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000372070 protein_coding 7 1 8 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000621846 protein_coding 4 5 8 AKR1A1 ENSG00000117448 +CDS chr1 45568927 45568999 ENST00000351829 protein_coding 9 1 7 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000372070 protein_coding 7 1 9 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000621846 protein_coding 4 5 9 AKR1A1 ENSG00000117448 +CDS chr1 45569143 45569229 ENST00000351829 protein_coding 9 1 8 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000372070 protein_coding 7 1 10 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000621846 protein_coding 4 5 10 AKR1A1 ENSG00000117448 +CDS chr1 45569891 45569953 ENST00000351829 protein_coding 9 1 9 AKR1A1 ENSG00000117448 +transcript chr1 45583846 45615131 ENST00000437901 protein_coding 6 5 NA NASP ENSG00000132780 +transcript chr1 45583988 45618904 ENST00000537798 protein_coding 5 2 NA NASP ENSG00000132780 +transcript chr1 45584041 45618893 ENST00000350030 protein_coding 8 1 NA NASP ENSG00000132780 +transcript chr1 45584045 45607533 ENST00000527470 protein_coding 5 4 NA NASP ENSG00000132780 +transcript chr1 45584045 45614117 ENST00000525515 protein_coding 5 5 NA NASP ENSG00000132780 +transcript chr1 45584058 45615463 ENST00000528238 protein_coding 5 5 NA NASP ENSG00000132780 +transcript chr1 45584061 45607972 ENST00000470768 protein_coding 5 3 NA NASP ENSG00000132780 +transcript chr1 45584063 45618246 ENST00000372052 protein_coding 8 5 NA NASP ENSG00000132780 +transcript chr1 45584065 45594757 ENST00000629893 protein_coding 1 5 NA NASP ENSG00000132780 +transcript chr1 45584065 45618247 ENST00000351223 protein_coding 7 1 NA NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000437901 protein_coding 6 5 2 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000537798 protein_coding 5 2 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000350030 protein_coding 8 1 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000527470 protein_coding 5 4 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000525515 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000528238 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000470768 protein_coding 5 3 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000372052 protein_coding 8 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000629893 protein_coding 1 5 1 NASP ENSG00000132780 +CDS chr1 45584147 45584205 ENST00000351223 protein_coding 7 1 1 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000437901 protein_coding 6 5 3 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000537798 protein_coding 5 2 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000350030 protein_coding 8 1 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000527470 protein_coding 5 4 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000528238 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000470768 protein_coding 5 3 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000372052 protein_coding 8 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000629893 protein_coding 1 5 2 NASP ENSG00000132780 +CDS chr1 45591223 45591270 ENST00000351223 protein_coding 7 1 2 NASP ENSG00000132780 +CDS chr1 45594694 45594754 ENST00000629893 protein_coding 1 5 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000437901 protein_coding 6 5 4 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000350030 protein_coding 8 1 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000525515 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000372052 protein_coding 8 5 3 NASP ENSG00000132780 +CDS chr1 45602255 45602365 ENST00000351223 protein_coding 7 1 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000437901 protein_coding 6 5 5 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000350030 protein_coding 8 1 4 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000525515 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000470768 protein_coding 5 3 3 NASP ENSG00000132780 +CDS chr1 45604936 45605016 ENST00000351223 protein_coding 7 1 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000437901 protein_coding 6 5 6 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000537798 protein_coding 5 2 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000350030 protein_coding 8 1 5 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000527470 protein_coding 5 4 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000525515 protein_coding 5 5 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000528238 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000470768 protein_coding 5 3 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000372052 protein_coding 8 5 4 NASP ENSG00000132780 +CDS chr1 45606482 45606591 ENST00000351223 protein_coding 7 1 5 NASP ENSG00000132780 +CDS chr1 45607321 45608337 ENST00000537798 protein_coding 5 2 4 NASP ENSG00000132780 +CDS chr1 45607321 45608337 ENST00000350030 protein_coding 8 1 6 NASP ENSG00000132780 +CDS chr1 45607321 45607533 ENST00000527470 protein_coding 5 4 4 NASP ENSG00000132780 +CDS chr1 45607321 45607972 ENST00000470768 protein_coding 5 3 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000437901 protein_coding 6 5 7 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000537798 protein_coding 5 2 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000350030 protein_coding 8 1 7 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000525515 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000528238 protein_coding 5 5 4 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000372052 protein_coding 8 5 5 NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000351223 protein_coding 7 1 6 NASP ENSG00000132780 +transcript chr1 45613169 45618213 ENST00000531612 protein_coding 5 5 NA NASP ENSG00000132780 +CDS chr1 45613169 45613248 ENST00000531612 protein_coding 5 5 1 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000437901 protein_coding 6 5 8 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000537798 protein_coding 5 2 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000350030 protein_coding 8 1 8 NASP ENSG00000132780 +CDS chr1 45614096 45614117 ENST00000525515 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000528238 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000372052 protein_coding 8 5 6 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000351223 protein_coding 7 1 7 NASP ENSG00000132780 +CDS chr1 45614096 45614181 ENST00000531612 protein_coding 5 5 2 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000437901 protein_coding 6 5 9 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000537798 protein_coding 5 2 7 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000350030 protein_coding 8 1 9 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000528238 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000372052 protein_coding 8 5 7 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000351223 protein_coding 7 1 8 NASP ENSG00000132780 +CDS chr1 45614293 45614366 ENST00000531612 protein_coding 5 5 3 NASP ENSG00000132780 +CDS chr1 45615013 45615131 ENST00000437901 protein_coding 6 5 10 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000537798 protein_coding 5 2 8 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000350030 protein_coding 8 1 10 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000528238 protein_coding 5 5 7 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000372052 protein_coding 8 5 8 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000351223 protein_coding 7 1 9 NASP ENSG00000132780 +CDS chr1 45615013 45615201 ENST00000531612 protein_coding 5 5 4 NASP ENSG00000132780 +transcript chr1 45615059 45618247 ENST00000534450 protein_coding 1 2 NA NASP ENSG00000132780 +CDS chr1 45615059 45615201 ENST00000534450 protein_coding 1 2 1 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000537798 protein_coding 5 2 9 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000350030 protein_coding 8 1 11 NASP ENSG00000132780 +CDS chr1 45615305 45615463 ENST00000528238 protein_coding 5 5 8 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000372052 protein_coding 8 5 9 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000351223 protein_coding 7 1 10 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000531612 protein_coding 5 5 5 NASP ENSG00000132780 +CDS chr1 45615305 45615471 ENST00000534450 protein_coding 1 2 2 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000537798 protein_coding 5 2 10 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000350030 protein_coding 8 1 12 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000372052 protein_coding 8 5 10 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000351223 protein_coding 7 1 11 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000531612 protein_coding 5 5 6 NASP ENSG00000132780 +CDS chr1 45616337 45616393 ENST00000534450 protein_coding 1 2 3 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000537798 protein_coding 5 2 11 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000350030 protein_coding 8 1 13 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000372052 protein_coding 8 5 11 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000351223 protein_coding 7 1 12 NASP ENSG00000132780 +CDS chr1 45616626 45616703 ENST00000534450 protein_coding 1 2 4 NASP ENSG00000132780 +CDS chr1 45616701 45616703 ENST00000531612 protein_coding 5 5 7 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000537798 protein_coding 5 2 12 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000350030 protein_coding 8 1 14 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000372052 protein_coding 8 5 12 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000351223 protein_coding 7 1 13 NASP ENSG00000132780 +CDS chr1 45617463 45617591 ENST00000531612 protein_coding 5 5 8 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000537798 protein_coding 5 2 13 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000350030 protein_coding 8 1 15 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000372052 protein_coding 8 5 13 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000351223 protein_coding 7 1 14 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000531612 protein_coding 5 5 9 NASP ENSG00000132780 +CDS chr1 45618061 45618138 ENST00000534450 protein_coding 1 2 5 NASP ENSG00000132780 +transcript chr1 45620044 45624054 ENST00000528266 protein_coding 6 2 NA CCDC17 ENSG00000159588 +transcript chr1 45620045 45624053 ENST00000421127 protein_coding 6 2 NA CCDC17 ENSG00000159588 +transcript chr1 45620223 45623967 ENST00000445048 protein_coding 2 1 NA CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000528266 protein_coding 6 2 13 CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000421127 protein_coding 6 2 13 CCDC17 ENSG00000159588 +CDS chr1 45620278 45620433 ENST00000445048 protein_coding 2 1 2 CCDC17 ENSG00000159588 +CDS chr1 45620723 45620833 ENST00000528266 protein_coding 6 2 12 CCDC17 ENSG00000159588 +CDS chr1 45620723 45620833 ENST00000421127 protein_coding 6 2 12 CCDC17 ENSG00000159588 +CDS chr1 45620903 45621113 ENST00000528266 protein_coding 6 2 11 CCDC17 ENSG00000159588 +CDS chr1 45620903 45621113 ENST00000421127 protein_coding 6 2 11 CCDC17 ENSG00000159588 +CDS chr1 45621281 45621484 ENST00000528266 protein_coding 6 2 10 CCDC17 ENSG00000159588 +CDS chr1 45621281 45621484 ENST00000421127 protein_coding 6 2 10 CCDC17 ENSG00000159588 +CDS chr1 45621638 45621735 ENST00000528266 protein_coding 6 2 9 CCDC17 ENSG00000159588 +CDS chr1 45621638 45621735 ENST00000421127 protein_coding 6 2 9 CCDC17 ENSG00000159588 +CDS chr1 45621877 45621995 ENST00000528266 protein_coding 6 2 8 CCDC17 ENSG00000159588 +CDS chr1 45621877 45621995 ENST00000421127 protein_coding 6 2 8 CCDC17 ENSG00000159588 +CDS chr1 45622241 45622348 ENST00000528266 protein_coding 6 2 7 CCDC17 ENSG00000159588 +CDS chr1 45622241 45622348 ENST00000421127 protein_coding 6 2 7 CCDC17 ENSG00000159588 +CDS chr1 45622549 45622667 ENST00000528266 protein_coding 6 2 6 CCDC17 ENSG00000159588 +CDS chr1 45622549 45622667 ENST00000421127 protein_coding 6 2 6 CCDC17 ENSG00000159588 +CDS chr1 45622751 45622834 ENST00000528266 protein_coding 6 2 5 CCDC17 ENSG00000159588 +CDS chr1 45622751 45622834 ENST00000421127 protein_coding 6 2 5 CCDC17 ENSG00000159588 +CDS chr1 45622955 45623117 ENST00000528266 protein_coding 6 2 4 CCDC17 ENSG00000159588 +CDS chr1 45622955 45623117 ENST00000421127 protein_coding 6 2 4 CCDC17 ENSG00000159588 +CDS chr1 45623217 45623439 ENST00000528266 protein_coding 6 2 3 CCDC17 ENSG00000159588 +CDS chr1 45623217 45623412 ENST00000421127 protein_coding 6 2 3 CCDC17 ENSG00000159588 +CDS chr1 45623557 45623652 ENST00000528266 protein_coding 6 2 2 CCDC17 ENSG00000159588 +CDS chr1 45623557 45623652 ENST00000421127 protein_coding 6 2 2 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000528266 protein_coding 6 2 1 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000421127 protein_coding 6 2 1 CCDC17 ENSG00000159588 +CDS chr1 45623736 45623909 ENST00000445048 protein_coding 2 1 1 CCDC17 ENSG00000159588 +transcript chr1 45627304 45686533 ENST00000355105 protein_coding 8 1 NA GPBP1L1 ENSG00000159592 +transcript chr1 45627304 45686536 ENST00000290795 protein_coding 7 5 NA GPBP1L1 ENSG00000159592 +CDS chr1 45628259 45628408 ENST00000355105 protein_coding 8 1 13 GPBP1L1 ENSG00000159592 +CDS chr1 45628259 45628408 ENST00000290795 protein_coding 7 5 12 GPBP1L1 ENSG00000159592 +CDS chr1 45629576 45629678 ENST00000355105 protein_coding 8 1 12 GPBP1L1 ENSG00000159592 +CDS chr1 45629576 45629678 ENST00000290795 protein_coding 7 5 11 GPBP1L1 ENSG00000159592 +CDS chr1 45630482 45630606 ENST00000355105 protein_coding 8 1 11 GPBP1L1 ENSG00000159592 +CDS chr1 45630482 45630606 ENST00000290795 protein_coding 7 5 10 GPBP1L1 ENSG00000159592 +CDS chr1 45633489 45633647 ENST00000355105 protein_coding 8 1 10 GPBP1L1 ENSG00000159592 +CDS chr1 45633489 45633647 ENST00000290795 protein_coding 7 5 9 GPBP1L1 ENSG00000159592 +CDS chr1 45634096 45634236 ENST00000355105 protein_coding 8 1 9 GPBP1L1 ENSG00000159592 +CDS chr1 45634096 45634236 ENST00000290795 protein_coding 7 5 8 GPBP1L1 ENSG00000159592 +CDS chr1 45640210 45640403 ENST00000355105 protein_coding 8 1 8 GPBP1L1 ENSG00000159592 +CDS chr1 45640210 45640403 ENST00000290795 protein_coding 7 5 7 GPBP1L1 ENSG00000159592 +CDS chr1 45642427 45642499 ENST00000355105 protein_coding 8 1 7 GPBP1L1 ENSG00000159592 +CDS chr1 45642427 45642499 ENST00000290795 protein_coding 7 5 6 GPBP1L1 ENSG00000159592 +CDS chr1 45654543 45654829 ENST00000355105 protein_coding 8 1 6 GPBP1L1 ENSG00000159592 +CDS chr1 45654543 45654829 ENST00000290795 protein_coding 7 5 5 GPBP1L1 ENSG00000159592 +CDS chr1 45655190 45655319 ENST00000355105 protein_coding 8 1 5 GPBP1L1 ENSG00000159592 +CDS chr1 45655190 45655319 ENST00000290795 protein_coding 7 5 4 GPBP1L1 ENSG00000159592 +CDS chr1 45659028 45659087 ENST00000355105 protein_coding 8 1 4 GPBP1L1 ENSG00000159592 +CDS chr1 45659028 45659087 ENST00000290795 protein_coding 7 5 3 GPBP1L1 ENSG00000159592 +transcript chr1 45688181 45694436 ENST00000372025 protein_coding 5 1 NA TMEM69 ENSG00000159596 +CDS chr1 45691069 45691110 ENST00000372025 protein_coding 5 1 2 TMEM69 ENSG00000159596 +CDS chr1 45693204 45693902 ENST00000372025 protein_coding 5 1 3 TMEM69 ENSG00000159596 +transcript chr1 45694324 45750650 ENST00000359942 protein_coding 8 1 NA IPP ENSG00000197429 +CDS chr1 45694421 45694515 ENST00000359942 protein_coding 8 1 10 IPP ENSG00000197429 +transcript chr1 45698711 45750653 ENST00000396478 protein_coding 4 2 NA IPP ENSG00000197429 +CDS chr1 45699969 45700190 ENST00000396478 protein_coding 4 2 9 IPP ENSG00000197429 +CDS chr1 45700070 45700190 ENST00000359942 protein_coding 8 1 9 IPP ENSG00000197429 +CDS chr1 45714246 45714466 ENST00000359942 protein_coding 8 1 8 IPP ENSG00000197429 +CDS chr1 45714246 45714466 ENST00000396478 protein_coding 4 2 8 IPP ENSG00000197429 +CDS chr1 45716895 45717017 ENST00000359942 protein_coding 8 1 7 IPP ENSG00000197429 +CDS chr1 45716895 45717017 ENST00000396478 protein_coding 4 2 7 IPP ENSG00000197429 +CDS chr1 45719203 45719340 ENST00000359942 protein_coding 8 1 6 IPP ENSG00000197429 +CDS chr1 45719203 45719340 ENST00000396478 protein_coding 4 2 6 IPP ENSG00000197429 +CDS chr1 45727631 45727798 ENST00000359942 protein_coding 8 1 5 IPP ENSG00000197429 +CDS chr1 45727631 45727798 ENST00000396478 protein_coding 4 2 5 IPP ENSG00000197429 +CDS chr1 45729614 45729769 ENST00000359942 protein_coding 8 1 4 IPP ENSG00000197429 +CDS chr1 45729614 45729769 ENST00000396478 protein_coding 4 2 4 IPP ENSG00000197429 +CDS chr1 45740901 45741332 ENST00000359942 protein_coding 8 1 3 IPP ENSG00000197429 +CDS chr1 45740901 45741332 ENST00000396478 protein_coding 4 2 3 IPP ENSG00000197429 +CDS chr1 45746120 45746411 ENST00000359942 protein_coding 8 1 2 IPP ENSG00000197429 +CDS chr1 45746120 45746411 ENST00000396478 protein_coding 4 2 2 IPP ENSG00000197429 +transcript chr1 45803612 46036122 ENST00000361297 protein_coding 7 1 NA MAST2 ENSG00000086015 +CDS chr1 45803896 45804072 ENST00000361297 protein_coding 7 1 1 MAST2 ENSG00000086015 +CDS chr1 45824433 45824580 ENST00000361297 protein_coding 7 1 2 MAST2 ENSG00000086015 +CDS chr1 45829439 45829581 ENST00000361297 protein_coding 7 1 3 MAST2 ENSG00000086015 +CDS chr1 45882364 45882395 ENST00000361297 protein_coding 7 1 4 MAST2 ENSG00000086015 +transcript chr1 45913588 46030759 ENST00000372008 protein_coding 6 5 NA MAST2 ENSG00000086015 +transcript chr1 45913647 46036122 ENST00000674079 protein_coding 1 NA NA MAST2 ENSG00000086015 +CDS chr1 45913830 45913879 ENST00000674079 protein_coding 1 NA 1 MAST2 ENSG00000086015 +CDS chr1 45917379 45917533 ENST00000372008 protein_coding 6 5 2 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000361297 protein_coding 7 1 5 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000372008 protein_coding 6 5 3 MAST2 ENSG00000086015 +CDS chr1 45959386 45959477 ENST00000674079 protein_coding 1 NA 2 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000361297 protein_coding 7 1 6 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000372008 protein_coding 6 5 4 MAST2 ENSG00000086015 +CDS chr1 45997724 45997799 ENST00000674079 protein_coding 1 NA 3 MAST2 ENSG00000086015 +CDS chr1 46000959 46000979 ENST00000674079 protein_coding 1 NA 4 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000361297 protein_coding 7 1 7 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000372008 protein_coding 6 5 5 MAST2 ENSG00000086015 +CDS chr1 46002805 46002883 ENST00000674079 protein_coding 1 NA 5 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000361297 protein_coding 7 1 8 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000372008 protein_coding 6 5 6 MAST2 ENSG00000086015 +CDS chr1 46006241 46006395 ENST00000674079 protein_coding 1 NA 6 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000361297 protein_coding 7 1 9 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000372008 protein_coding 6 5 7 MAST2 ENSG00000086015 +CDS chr1 46008296 46008371 ENST00000674079 protein_coding 1 NA 7 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000361297 protein_coding 7 1 10 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000372008 protein_coding 6 5 8 MAST2 ENSG00000086015 +CDS chr1 46010730 46010939 ENST00000674079 protein_coding 1 NA 8 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000361297 protein_coding 7 1 11 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000372008 protein_coding 6 5 9 MAST2 ENSG00000086015 +CDS chr1 46019596 46019697 ENST00000674079 protein_coding 1 NA 9 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000361297 protein_coding 7 1 12 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000372008 protein_coding 6 5 10 MAST2 ENSG00000086015 +CDS chr1 46021950 46022082 ENST00000674079 protein_coding 1 NA 10 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000361297 protein_coding 7 1 13 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000372008 protein_coding 6 5 11 MAST2 ENSG00000086015 +CDS chr1 46022910 46022971 ENST00000674079 protein_coding 1 NA 11 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000361297 protein_coding 7 1 14 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000372008 protein_coding 6 5 12 MAST2 ENSG00000086015 +CDS chr1 46023233 46023318 ENST00000674079 protein_coding 1 NA 12 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000361297 protein_coding 7 1 15 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000372008 protein_coding 6 5 13 MAST2 ENSG00000086015 +CDS chr1 46023772 46023980 ENST00000674079 protein_coding 1 NA 13 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000361297 protein_coding 7 1 16 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000372008 protein_coding 6 5 14 MAST2 ENSG00000086015 +CDS chr1 46025677 46025815 ENST00000674079 protein_coding 1 NA 14 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000361297 protein_coding 7 1 17 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000372008 protein_coding 6 5 15 MAST2 ENSG00000086015 +CDS chr1 46027731 46027863 ENST00000674079 protein_coding 1 NA 15 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000361297 protein_coding 7 1 18 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000372008 protein_coding 6 5 16 MAST2 ENSG00000086015 +CDS chr1 46028768 46028933 ENST00000674079 protein_coding 1 NA 16 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000361297 protein_coding 7 1 19 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000372008 protein_coding 6 5 17 MAST2 ENSG00000086015 +CDS chr1 46029466 46029567 ENST00000674079 protein_coding 1 NA 17 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000361297 protein_coding 7 1 20 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000372008 protein_coding 6 5 18 MAST2 ENSG00000086015 +CDS chr1 46029831 46029953 ENST00000674079 protein_coding 1 NA 18 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000361297 protein_coding 7 1 21 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000372008 protein_coding 6 5 19 MAST2 ENSG00000086015 +CDS chr1 46030129 46030238 ENST00000674079 protein_coding 1 NA 19 MAST2 ENSG00000086015 +CDS chr1 46030607 46030761 ENST00000361297 protein_coding 7 1 22 MAST2 ENSG00000086015 +CDS chr1 46030607 46030759 ENST00000372008 protein_coding 6 5 20 MAST2 ENSG00000086015 +CDS chr1 46030607 46030761 ENST00000674079 protein_coding 1 NA 20 MAST2 ENSG00000086015 +CDS chr1 46031007 46031290 ENST00000361297 protein_coding 7 1 23 MAST2 ENSG00000086015 +CDS chr1 46031007 46031290 ENST00000674079 protein_coding 1 NA 21 MAST2 ENSG00000086015 +CDS chr1 46031391 46031585 ENST00000361297 protein_coding 7 1 24 MAST2 ENSG00000086015 +CDS chr1 46031391 46031585 ENST00000674079 protein_coding 1 NA 22 MAST2 ENSG00000086015 +CDS chr1 46032178 46032404 ENST00000361297 protein_coding 7 1 25 MAST2 ENSG00000086015 +CDS chr1 46032178 46032404 ENST00000674079 protein_coding 1 NA 23 MAST2 ENSG00000086015 +CDS chr1 46032596 46032718 ENST00000361297 protein_coding 7 1 26 MAST2 ENSG00000086015 +CDS chr1 46032596 46032718 ENST00000674079 protein_coding 1 NA 24 MAST2 ENSG00000086015 +CDS chr1 46033802 46033938 ENST00000361297 protein_coding 7 1 27 MAST2 ENSG00000086015 +CDS chr1 46033802 46033938 ENST00000674079 protein_coding 1 NA 25 MAST2 ENSG00000086015 +CDS chr1 46034073 46034266 ENST00000361297 protein_coding 7 1 28 MAST2 ENSG00000086015 +CDS chr1 46034073 46034266 ENST00000674079 protein_coding 1 NA 26 MAST2 ENSG00000086015 +CDS chr1 46034538 46036063 ENST00000361297 protein_coding 7 1 29 MAST2 ENSG00000086015 +CDS chr1 46034538 46036063 ENST00000674079 protein_coding 1 NA 27 MAST2 ENSG00000086015 +transcript chr1 46040140 46132629 ENST00000262741 protein_coding 10 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46040140 46132794 ENST00000372006 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46040142 46133036 ENST00000420542 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +transcript chr1 46043661 46176488 ENST00000540385 protein_coding 2 2 NA P3R3URF-PIK3R3 ENSG00000278139 +transcript chr1 46043662 46132616 ENST00000423209 protein_coding 5 1 NA PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000262741 protein_coding 10 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000372006 protein_coding 5 1 11 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000420542 protein_coding 5 1 11 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000423209 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46043676 46043871 ENST00000540385 protein_coding 2 2 10 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46045918 46046088 ENST00000262741 protein_coding 10 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000372006 protein_coding 5 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000420542 protein_coding 5 1 10 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000423209 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46045918 46046088 ENST00000540385 protein_coding 2 2 9 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46046551 46046625 ENST00000262741 protein_coding 10 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000372006 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000420542 protein_coding 5 1 9 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000423209 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46046551 46046625 ENST00000540385 protein_coding 2 2 8 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46055795 46055971 ENST00000262741 protein_coding 10 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000372006 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000420542 protein_coding 5 1 8 PIK3R3 ENSG00000117461 +CDS chr1 46055795 46055971 ENST00000540385 protein_coding 2 2 7 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46061929 46062071 ENST00000262741 protein_coding 10 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000372006 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000420542 protein_coding 5 1 7 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000423209 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46061929 46062071 ENST00000540385 protein_coding 2 2 6 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46066054 46066179 ENST00000262741 protein_coding 10 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000372006 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000420542 protein_coding 5 1 6 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000423209 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066054 46066179 ENST00000540385 protein_coding 2 2 5 P3R3URF-PIK3R3 ENSG00000278139 +transcript chr1 46066056 46132913 ENST00000425892 protein_coding 2 5 NA PIK3R3 ENSG00000117461 +CDS chr1 46066056 46066179 ENST00000425892 protein_coding 2 5 6 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000262741 protein_coding 10 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000372006 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000420542 protein_coding 5 1 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000423209 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000425892 protein_coding 2 5 5 PIK3R3 ENSG00000117461 +CDS chr1 46066911 46067091 ENST00000540385 protein_coding 2 2 4 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46077515 46077613 ENST00000262741 protein_coding 10 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000372006 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000420542 protein_coding 5 1 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000423209 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000425892 protein_coding 2 5 4 PIK3R3 ENSG00000117461 +CDS chr1 46077515 46077613 ENST00000540385 protein_coding 2 2 3 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46080642 46080750 ENST00000262741 protein_coding 10 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000372006 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000420542 protein_coding 5 1 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000423209 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000425892 protein_coding 2 5 3 PIK3R3 ENSG00000117461 +CDS chr1 46080642 46080750 ENST00000540385 protein_coding 2 2 2 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46131847 46131952 ENST00000262741 protein_coding 10 1 1 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000372006 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000420542 protein_coding 5 1 2 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000423209 protein_coding 5 1 1 PIK3R3 ENSG00000117461 +CDS chr1 46131847 46131952 ENST00000425892 protein_coding 2 5 2 PIK3R3 ENSG00000117461 +transcript chr1 46175087 46185962 ENST00000372003 protein_coding 6 1 NA TSPAN1 ENSG00000117472 +transcript chr1 46175486 46176488 ENST00000506599 protein_coding 2 2 NA P3R3URF ENSG00000250719 +CDS chr1 46175589 46175629 ENST00000506599 protein_coding 2 2 2 P3R3URF ENSG00000250719 +CDS chr1 46176228 46176471 ENST00000540385 protein_coding 2 2 1 P3R3URF-PIK3R3 ENSG00000278139 +CDS chr1 46176228 46176471 ENST00000506599 protein_coding 2 2 1 P3R3URF ENSG00000250719 +CDS chr1 46181108 46181164 ENST00000372003 protein_coding 6 1 3 TSPAN1 ENSG00000117472 +CDS chr1 46184191 46184397 ENST00000372003 protein_coding 6 1 4 TSPAN1 ENSG00000117472 +CDS chr1 46184594 46184668 ENST00000372003 protein_coding 6 1 5 TSPAN1 ENSG00000117472 +CDS chr1 46184785 46184883 ENST00000372003 protein_coding 6 1 6 TSPAN1 ENSG00000117472 +CDS chr1 46184960 46185115 ENST00000372003 protein_coding 6 1 7 TSPAN1 ENSG00000117472 +CDS chr1 46185225 46185308 ENST00000372003 protein_coding 6 1 8 TSPAN1 ENSG00000117472 +CDS chr1 46185486 46185530 ENST00000372003 protein_coding 6 1 9 TSPAN1 ENSG00000117472 +transcript chr1 46188683 46198434 ENST00000371984 protein_coding 8 1 NA POMGNT1 ENSG00000085998 +transcript chr1 46188683 46220305 ENST00000371992 protein_coding 1 2 NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198134 ENST00000396420 protein_coding 8 2 NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198438 ENST00000686737 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198453 ENST00000685444 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198457 ENST00000688608 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46198457 ENST00000692369 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188687 46203238 ENST00000687683 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +transcript chr1 46188699 46198457 ENST00000687149 protein_coding 1 NA NA POMGNT1 ENSG00000085998 +CDS chr1 46188722 46188980 ENST00000371992 protein_coding 1 2 23 POMGNT1 ENSG00000085998 +CDS chr1 46188722 46188980 ENST00000692369 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189242 46189357 ENST00000371992 protein_coding 1 2 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000371984 protein_coding 8 1 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000396420 protein_coding 8 2 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000686737 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000685444 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000688608 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000687683 protein_coding 1 NA 22 POMGNT1 ENSG00000085998 +CDS chr1 46189273 46189357 ENST00000687149 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000371984 protein_coding 8 1 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000396420 protein_coding 8 2 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000686737 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000685444 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000688608 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000692369 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000687683 protein_coding 1 NA 21 POMGNT1 ENSG00000085998 +CDS chr1 46189458 46189567 ENST00000687149 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189484 46189567 ENST00000371992 protein_coding 1 2 21 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000371984 protein_coding 8 1 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000371992 protein_coding 1 2 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000396420 protein_coding 8 2 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000686737 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000685444 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000688608 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000692369 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000687683 protein_coding 1 NA 20 POMGNT1 ENSG00000085998 +CDS chr1 46189854 46189989 ENST00000687149 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000371984 protein_coding 8 1 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000371992 protein_coding 1 2 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000396420 protein_coding 8 2 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000686737 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000685444 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000688608 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000692369 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190517 ENST00000687683 protein_coding 1 NA 19 POMGNT1 ENSG00000085998 +CDS chr1 46190473 46190621 ENST00000687149 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000371984 protein_coding 8 1 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000371992 protein_coding 1 2 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000396420 protein_coding 8 2 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000686737 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000685444 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000688608 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000692369 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46190720 46190784 ENST00000687683 protein_coding 1 NA 18 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000371984 protein_coding 8 1 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000371992 protein_coding 1 2 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000396420 protein_coding 8 2 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000686737 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000685444 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000688608 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000692369 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000687683 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192098 46192223 ENST00000687149 protein_coding 1 NA 17 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000371984 protein_coding 8 1 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000371992 protein_coding 1 2 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000396420 protein_coding 8 2 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000686737 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000685444 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000688608 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000692369 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000687683 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192308 46192436 ENST00000687149 protein_coding 1 NA 16 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000371984 protein_coding 8 1 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000371992 protein_coding 1 2 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000396420 protein_coding 8 2 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000686737 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000685444 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000688608 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000692369 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000687683 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192518 46192590 ENST00000687149 protein_coding 1 NA 15 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000371984 protein_coding 8 1 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000371992 protein_coding 1 2 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000396420 protein_coding 8 2 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000686737 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000685444 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000688608 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000692369 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000687683 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46192900 46192958 ENST00000687149 protein_coding 1 NA 14 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000371984 protein_coding 8 1 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000371992 protein_coding 1 2 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000396420 protein_coding 8 2 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000686737 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000685444 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000688608 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000692369 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000687683 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193174 46193215 ENST00000687149 protein_coding 1 NA 13 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000371984 protein_coding 8 1 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000371992 protein_coding 1 2 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000396420 protein_coding 8 2 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000686737 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000685444 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000688608 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000692369 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000687683 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193305 46193388 ENST00000687149 protein_coding 1 NA 12 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000371984 protein_coding 8 1 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000371992 protein_coding 1 2 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000396420 protein_coding 8 2 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000686737 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000685444 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000688608 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000692369 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000687683 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193564 46193639 ENST00000687149 protein_coding 1 NA 11 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000371984 protein_coding 8 1 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000371992 protein_coding 1 2 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000396420 protein_coding 8 2 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000686737 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000685444 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000688608 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000692369 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000687683 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46193855 46193925 ENST00000687149 protein_coding 1 NA 10 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000371984 protein_coding 8 1 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000371992 protein_coding 1 2 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000396420 protein_coding 8 2 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000686737 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000685444 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000688608 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000692369 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000687683 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194274 46194401 ENST00000687149 protein_coding 1 NA 9 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000371984 protein_coding 8 1 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000371992 protein_coding 1 2 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000396420 protein_coding 8 2 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000686737 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000692369 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000687683 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194553 46194651 ENST00000687149 protein_coding 1 NA 8 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000371984 protein_coding 8 1 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000371992 protein_coding 1 2 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000396420 protein_coding 8 2 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000686737 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000685444 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000688608 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000692369 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000687683 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46194844 46194961 ENST00000687149 protein_coding 1 NA 7 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000371984 protein_coding 8 1 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000371992 protein_coding 1 2 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000396420 protein_coding 8 2 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000686737 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000685444 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000688608 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000692369 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000687683 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46195811 46195924 ENST00000687149 protein_coding 1 NA 6 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000371984 protein_coding 8 1 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000371992 protein_coding 1 2 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000396420 protein_coding 8 2 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000686737 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000685444 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000688608 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000692369 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000687683 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196012 46196077 ENST00000687149 protein_coding 1 NA 5 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000371984 protein_coding 8 1 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000371992 protein_coding 1 2 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000396420 protein_coding 8 2 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000686737 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000685444 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000688608 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000692369 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000687683 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196731 46196849 ENST00000687149 protein_coding 1 NA 4 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000371984 protein_coding 8 1 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000371992 protein_coding 1 2 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000396420 protein_coding 8 2 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000686737 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000685444 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000688608 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000692369 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000687683 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46196970 46197084 ENST00000687149 protein_coding 1 NA 3 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000371984 protein_coding 8 1 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000371992 protein_coding 1 2 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000396420 protein_coding 8 2 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000686737 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000685444 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000688608 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000692369 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000687683 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +CDS chr1 46197702 46197821 ENST00000687149 protein_coding 1 NA 2 POMGNT1 ENSG00000085998 +transcript chr1 46203334 46221256 ENST00000371980 protein_coding 4 1 NA LURAP1 ENSG00000171357 +CDS chr1 46203427 46203624 ENST00000371980 protein_coding 4 1 1 LURAP1 ENSG00000171357 +CDS chr1 46219699 46220217 ENST00000371980 protein_coding 4 1 2 LURAP1 ENSG00000171357 +transcript chr1 46247688 46261358 ENST00000463715 protein_coding 5 5 NA RAD54L ENSG00000085999 +transcript chr1 46247695 46278473 ENST00000442598 protein_coding 5 2 NA RAD54L ENSG00000085999 +transcript chr1 46247700 46261015 ENST00000493985 protein_coding 5 4 NA RAD54L ENSG00000085999 +transcript chr1 46247700 46278480 ENST00000671528 protein_coding 1 NA NA RAD54L ENSG00000085999 +transcript chr1 46247715 46260928 ENST00000669994 protein_coding 1 NA NA RAD54L ENSG00000085999 +transcript chr1 46247763 46278473 ENST00000371975 protein_coding 9 1 NA RAD54L ENSG00000085999 +transcript chr1 46247769 46260879 ENST00000469835 protein_coding 6 3 NA RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000442598 protein_coding 5 2 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000671528 protein_coding 1 NA 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000669994 protein_coding 1 NA 2 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000371975 protein_coding 9 1 1 RAD54L ENSG00000085999 +CDS chr1 46248406 46248408 ENST00000469835 protein_coding 6 3 2 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000442598 protein_coding 5 2 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000671528 protein_coding 1 NA 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000669994 protein_coding 1 NA 3 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000371975 protein_coding 9 1 2 RAD54L ENSG00000085999 +CDS chr1 46248512 46248598 ENST00000469835 protein_coding 6 3 3 RAD54L ENSG00000085999 +transcript chr1 46248512 46261015 ENST00000493032 protein_coding 5 3 NA RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000442598 protein_coding 5 2 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000671528 protein_coding 1 NA 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000669994 protein_coding 1 NA 4 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000371975 protein_coding 9 1 3 RAD54L ENSG00000085999 +CDS chr1 46250000 46250119 ENST00000469835 protein_coding 6 3 4 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000442598 protein_coding 5 2 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000671528 protein_coding 1 NA 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000669994 protein_coding 1 NA 5 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000371975 protein_coding 9 1 4 RAD54L ENSG00000085999 +CDS chr1 46258686 46258746 ENST00000469835 protein_coding 6 3 5 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000442598 protein_coding 5 2 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000671528 protein_coding 1 NA 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000669994 protein_coding 1 NA 6 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000371975 protein_coding 9 1 5 RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000469835 protein_coding 6 3 6 RAD54L ENSG00000085999 +transcript chr1 46259964 46267608 ENST00000472889 protein_coding 2 4 NA RAD54L ENSG00000085999 +CDS chr1 46259964 46260099 ENST00000472889 protein_coding 2 4 1 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000442598 protein_coding 5 2 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000671528 protein_coding 1 NA 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000669994 protein_coding 1 NA 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000371975 protein_coding 9 1 6 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000469835 protein_coding 6 3 7 RAD54L ENSG00000085999 +CDS chr1 46260542 46260611 ENST00000472889 protein_coding 2 4 2 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000442598 protein_coding 5 2 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000671528 protein_coding 1 NA 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46260928 ENST00000669994 protein_coding 1 NA 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000371975 protein_coding 9 1 7 RAD54L ENSG00000085999 +CDS chr1 46260727 46260879 ENST00000469835 protein_coding 6 3 8 RAD54L ENSG00000085999 +CDS chr1 46260727 46261015 ENST00000472889 protein_coding 2 4 3 RAD54L ENSG00000085999 +CDS chr1 46260790 46261015 ENST00000493985 protein_coding 5 4 7 RAD54L ENSG00000085999 +CDS chr1 46260790 46261015 ENST00000493032 protein_coding 5 3 5 RAD54L ENSG00000085999 +transcript chr1 46261196 46281161 ENST00000496156 protein_coding 5 5 NA LRRC41 ENSG00000132128 +CDS chr1 46261261 46261385 ENST00000442598 protein_coding 5 2 9 RAD54L ENSG00000085999 +CDS chr1 46261261 46261385 ENST00000671528 protein_coding 1 NA 9 RAD54L ENSG00000085999 +CDS chr1 46261261 46261385 ENST00000371975 protein_coding 9 1 8 RAD54L ENSG00000085999 +CDS chr1 46261264 46261385 ENST00000472889 protein_coding 2 4 4 RAD54L ENSG00000085999 +CDS chr1 46261269 46261358 ENST00000463715 protein_coding 5 5 7 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000442598 protein_coding 5 2 10 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000671528 protein_coding 1 NA 10 RAD54L ENSG00000085999 +CDS chr1 46267459 46267609 ENST00000371975 protein_coding 9 1 9 RAD54L ENSG00000085999 +CDS chr1 46267459 46267608 ENST00000472889 protein_coding 2 4 5 RAD54L ENSG00000085999 +CDS chr1 46267497 46267677 ENST00000496156 protein_coding 5 5 6 LRRC41 ENSG00000132128 +CDS chr1 46270659 46270785 ENST00000442598 protein_coding 5 2 11 RAD54L ENSG00000085999 +CDS chr1 46270659 46270785 ENST00000671528 protein_coding 1 NA 11 RAD54L ENSG00000085999 +CDS chr1 46270659 46270785 ENST00000371975 protein_coding 9 1 10 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000442598 protein_coding 5 2 12 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000671528 protein_coding 1 NA 12 RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000371975 protein_coding 9 1 11 RAD54L ENSG00000085999 +transcript chr1 46272466 46278439 ENST00000488942 protein_coding 5 3 NA RAD54L ENSG00000085999 +CDS chr1 46272466 46272540 ENST00000488942 protein_coding 5 3 1 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000442598 protein_coding 5 2 13 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000671528 protein_coding 1 NA 13 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000371975 protein_coding 9 1 12 RAD54L ENSG00000085999 +CDS chr1 46272672 46272802 ENST00000488942 protein_coding 5 3 2 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000442598 protein_coding 5 2 14 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000671528 protein_coding 1 NA 14 RAD54L ENSG00000085999 +CDS chr1 46273355 46273465 ENST00000371975 protein_coding 9 1 13 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000442598 protein_coding 5 2 15 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000671528 protein_coding 1 NA 15 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000371975 protein_coding 9 1 14 RAD54L ENSG00000085999 +CDS chr1 46273624 46273747 ENST00000488942 protein_coding 5 3 3 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000442598 protein_coding 5 2 16 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000671528 protein_coding 1 NA 16 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000371975 protein_coding 9 1 15 RAD54L ENSG00000085999 +CDS chr1 46274138 46274216 ENST00000488942 protein_coding 5 3 4 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000442598 protein_coding 5 2 17 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000671528 protein_coding 1 NA 17 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000371975 protein_coding 9 1 16 RAD54L ENSG00000085999 +CDS chr1 46274538 46274717 ENST00000488942 protein_coding 5 3 5 RAD54L ENSG00000085999 +transcript chr1 46277462 46303616 ENST00000617190 protein_coding 5 1 NA LRRC41 ENSG00000132128 +CDS chr1 46277817 46277980 ENST00000442598 protein_coding 5 2 18 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000671528 protein_coding 1 NA 18 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000371975 protein_coding 9 1 17 RAD54L ENSG00000085999 +CDS chr1 46277817 46277980 ENST00000488942 protein_coding 5 3 6 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000442598 protein_coding 5 2 19 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000671528 protein_coding 1 NA 19 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000371975 protein_coding 9 1 18 RAD54L ENSG00000085999 +CDS chr1 46278072 46278279 ENST00000488942 protein_coding 5 3 7 RAD54L ENSG00000085999 +transcript chr1 46278401 46303366 ENST00000343304 protein_coding 10 1 NA LRRC41 ENSG00000132128 +transcript chr1 46278403 46303263 ENST00000615587 protein_coding 4 1 NA LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000617190 protein_coding 5 1 10 LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000615587 protein_coding 4 1 10 LRRC41 ENSG00000132128 +CDS chr1 46278868 46279084 ENST00000343304 protein_coding 10 1 10 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000496156 protein_coding 5 5 5 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000617190 protein_coding 5 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000615587 protein_coding 4 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279182 46279257 ENST00000343304 protein_coding 10 1 9 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000496156 protein_coding 5 5 4 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000617190 protein_coding 5 1 8 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000615587 protein_coding 4 1 8 LRRC41 ENSG00000132128 +CDS chr1 46279492 46279614 ENST00000343304 protein_coding 10 1 8 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000496156 protein_coding 5 5 3 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000617190 protein_coding 5 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000615587 protein_coding 4 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280192 46280290 ENST00000343304 protein_coding 10 1 7 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000496156 protein_coding 5 5 2 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000617190 protein_coding 5 1 6 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000615587 protein_coding 4 1 6 LRRC41 ENSG00000132128 +CDS chr1 46280396 46280560 ENST00000343304 protein_coding 10 1 6 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281161 ENST00000496156 protein_coding 5 5 1 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000617190 protein_coding 5 1 5 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000615587 protein_coding 4 1 5 LRRC41 ENSG00000132128 +CDS chr1 46281125 46281385 ENST00000343304 protein_coding 10 1 5 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000617190 protein_coding 5 1 4 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000615587 protein_coding 4 1 4 LRRC41 ENSG00000132128 +CDS chr1 46285362 46286499 ENST00000343304 protein_coding 10 1 4 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000617190 protein_coding 5 1 3 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000615587 protein_coding 4 1 3 LRRC41 ENSG00000132128 +CDS chr1 46297563 46297633 ENST00000343304 protein_coding 10 1 3 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000617190 protein_coding 5 1 2 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000615587 protein_coding 4 1 2 LRRC41 ENSG00000132128 +CDS chr1 46298284 46298370 ENST00000343304 protein_coding 10 1 2 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303322 ENST00000617190 protein_coding 5 1 1 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303256 ENST00000615587 protein_coding 4 1 1 LRRC41 ENSG00000132128 +CDS chr1 46303124 46303322 ENST00000343304 protein_coding 10 1 1 LRRC41 ENSG00000132128 +transcript chr1 46303698 46316776 ENST00000311672 protein_coding 10 1 NA UQCRH ENSG00000173660 +CDS chr1 46303767 46303820 ENST00000311672 protein_coding 10 1 1 UQCRH ENSG00000173660 +CDS chr1 46309101 46309127 ENST00000311672 protein_coding 10 1 2 UQCRH ENSG00000173660 +CDS chr1 46310155 46310316 ENST00000311672 protein_coding 10 1 3 UQCRH ENSG00000173660 +CDS chr1 46316552 46316581 ENST00000311672 protein_coding 10 1 4 UQCRH ENSG00000173660 +transcript chr1 46340807 46365018 ENST00000474844 protein_coding 6 1 NA NSUN4 ENSG00000117481 +CDS chr1 46340827 46340919 ENST00000474844 protein_coding 6 1 1 NSUN4 ENSG00000117481 +transcript chr1 46341187 46362192 ENST00000537428 protein_coding 2 2 NA NSUN4 ENSG00000117481 +transcript chr1 46341836 46362192 ENST00000498008 protein_coding 5 2 NA NSUN4 ENSG00000117481 +CDS chr1 46341844 46343799 ENST00000498008 protein_coding 5 2 1 NSUN4 ENSG00000117481 +transcript chr1 46343393 46362190 ENST00000495427 protein_coding 1 2 NA NSUN4 ENSG00000117481 +CDS chr1 46343393 46343799 ENST00000495427 protein_coding 1 2 1 NSUN4 ENSG00000117481 +CDS chr1 46344801 46345144 ENST00000474844 protein_coding 6 1 2 NSUN4 ENSG00000117481 +CDS chr1 46344855 46345144 ENST00000537428 protein_coding 2 2 2 NSUN4 ENSG00000117481 +CDS chr1 46346921 46347075 ENST00000474844 protein_coding 6 1 3 NSUN4 ENSG00000117481 +CDS chr1 46346921 46347075 ENST00000537428 protein_coding 2 2 3 NSUN4 ENSG00000117481 +CDS chr1 46352868 46353028 ENST00000474844 protein_coding 6 1 4 NSUN4 ENSG00000117481 +CDS chr1 46352868 46353028 ENST00000537428 protein_coding 2 2 4 NSUN4 ENSG00000117481 +CDS chr1 46360704 46360828 ENST00000474844 protein_coding 6 1 5 NSUN4 ENSG00000117481 +CDS chr1 46360704 46360828 ENST00000537428 protein_coding 2 2 5 NSUN4 ENSG00000117481 +CDS chr1 46361570 46361843 ENST00000474844 protein_coding 6 1 6 NSUN4 ENSG00000117481 +CDS chr1 46361570 46361843 ENST00000537428 protein_coding 2 2 6 NSUN4 ENSG00000117481 +transcript chr1 46394317 46413845 ENST00000243167 protein_coding 9 1 NA FAAH ENSG00000117480 +CDS chr1 46394349 46394543 ENST00000243167 protein_coding 9 1 1 FAAH ENSG00000117480 +CDS chr1 46402091 46402204 ENST00000243167 protein_coding 9 1 2 FAAH ENSG00000117480 +CDS chr1 46405014 46405148 ENST00000243167 protein_coding 9 1 3 FAAH ENSG00000117480 +CDS chr1 46405372 46405505 ENST00000243167 protein_coding 9 1 4 FAAH ENSG00000117480 +CDS chr1 46405588 46405794 ENST00000243167 protein_coding 9 1 5 FAAH ENSG00000117480 +CDS chr1 46406038 46406078 ENST00000243167 protein_coding 9 1 6 FAAH ENSG00000117480 +CDS chr1 46406244 46406368 ENST00000243167 protein_coding 9 1 7 FAAH ENSG00000117480 +CDS chr1 46408459 46408584 ENST00000243167 protein_coding 9 1 8 FAAH ENSG00000117480 +CDS chr1 46409101 46409198 ENST00000243167 protein_coding 9 1 9 FAAH ENSG00000117480 +CDS chr1 46410398 46410497 ENST00000243167 protein_coding 9 1 10 FAAH ENSG00000117480 +CDS chr1 46410814 46410854 ENST00000243167 protein_coding 9 1 11 FAAH ENSG00000117480 +CDS chr1 46411612 46411651 ENST00000243167 protein_coding 9 1 12 FAAH ENSG00000117480 +CDS chr1 46412143 46412251 ENST00000243167 protein_coding 9 1 13 FAAH ENSG00000117480 +CDS chr1 46413075 46413220 ENST00000243167 protein_coding 9 1 14 FAAH ENSG00000117480 +CDS chr1 46413447 46413572 ENST00000243167 protein_coding 9 1 15 FAAH ENSG00000117480 +transcript chr1 46489836 46516216 ENST00000360032 protein_coding 4 1 NA DMBX1 ENSG00000197587 +transcript chr1 46506996 46514212 ENST00000371956 protein_coding 8 1 NA DMBX1 ENSG00000197587 +CDS chr1 46507011 46507164 ENST00000360032 protein_coding 4 1 3 DMBX1 ENSG00000197587 +CDS chr1 46507011 46507164 ENST00000371956 protein_coding 8 1 1 DMBX1 ENSG00000197587 +CDS chr1 46510461 46510654 ENST00000371956 protein_coding 8 1 2 DMBX1 ENSG00000197587 +CDS chr1 46510476 46510654 ENST00000360032 protein_coding 4 1 4 DMBX1 ENSG00000197587 +CDS chr1 46510935 46511283 ENST00000360032 protein_coding 4 1 5 DMBX1 ENSG00000197587 +CDS chr1 46510935 46511283 ENST00000371956 protein_coding 8 1 3 DMBX1 ENSG00000197587 +CDS chr1 46512043 46512491 ENST00000360032 protein_coding 4 1 6 DMBX1 ENSG00000197587 +CDS chr1 46512043 46512491 ENST00000371956 protein_coding 8 1 4 DMBX1 ENSG00000197587 +transcript chr1 46532166 46543969 ENST00000634804 protein_coding 2 NA NA TMEM275 ENSG00000282881 +CDS chr1 46532997 46533527 ENST00000634804 protein_coding 2 NA 2 TMEM275 ENSG00000282881 +transcript chr1 46545641 46551647 ENST00000481882 protein_coding 7 5 NA KNCN ENSG00000162456 +transcript chr1 46547428 46551215 ENST00000396314 protein_coding 3 4 NA KNCN ENSG00000162456 +CDS chr1 46547733 46547809 ENST00000481882 protein_coding 7 5 4 KNCN ENSG00000162456 +CDS chr1 46547733 46547809 ENST00000396314 protein_coding 3 4 3 KNCN ENSG00000162456 +CDS chr1 46549193 46549267 ENST00000481882 protein_coding 7 5 3 KNCN ENSG00000162456 +CDS chr1 46549193 46549267 ENST00000396314 protein_coding 3 4 2 KNCN ENSG00000162456 +CDS chr1 46549934 46550002 ENST00000481882 protein_coding 7 5 2 KNCN ENSG00000162456 +CDS chr1 46551065 46551215 ENST00000481882 protein_coding 7 5 1 KNCN ENSG00000162456 +CDS chr1 46551065 46551215 ENST00000396314 protein_coding 3 4 1 KNCN ENSG00000162456 +transcript chr1 46557407 46604268 ENST00000371945 protein_coding 10 1 NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000341183 protein_coding 9 5 NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000649800 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000650026 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557408 46604294 ENST00000650508 protein_coding 1 NA NA MKNK1 ENSG00000079277 +transcript chr1 46557418 46604214 ENST00000371946 protein_coding 9 1 NA MKNK1 ENSG00000079277 +transcript chr1 46558233 46565063 ENST00000524749 protein_coding 5 5 NA MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000371945 protein_coding 10 1 13 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000341183 protein_coding 9 5 12 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000649800 protein_coding 1 NA 14 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000650508 protein_coding 1 NA 13 MKNK1 ENSG00000079277 +CDS chr1 46558578 46558800 ENST00000371946 protein_coding 9 1 14 MKNK1 ENSG00000079277 +transcript chr1 46558699 46604255 ENST00000428112 protein_coding 7 2 NA MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000650026 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000524749 protein_coding 5 5 3 MKNK1 ENSG00000079277 +CDS chr1 46558765 46558800 ENST00000428112 protein_coding 7 2 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000371945 protein_coding 10 1 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000341183 protein_coding 9 5 11 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000649800 protein_coding 1 NA 13 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000650508 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46560234 46560277 ENST00000371946 protein_coding 9 1 13 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000371945 protein_coding 10 1 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000341183 protein_coding 9 5 10 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000649800 protein_coding 1 NA 12 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000650026 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000650508 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000371946 protein_coding 9 1 12 MKNK1 ENSG00000079277 +CDS chr1 46561478 46561642 ENST00000428112 protein_coding 7 2 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000371945 protein_coding 10 1 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000341183 protein_coding 9 5 9 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000649800 protein_coding 1 NA 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000650026 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000650508 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000371946 protein_coding 9 1 11 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000524749 protein_coding 5 5 2 MKNK1 ENSG00000079277 +CDS chr1 46562649 46562843 ENST00000428112 protein_coding 7 2 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000371945 protein_coding 10 1 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000341183 protein_coding 9 5 8 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000649800 protein_coding 1 NA 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000650026 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000650508 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000371946 protein_coding 9 1 10 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565063 ENST00000524749 protein_coding 5 5 1 MKNK1 ENSG00000079277 +CDS chr1 46565041 46565136 ENST00000428112 protein_coding 7 2 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000371945 protein_coding 10 1 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000341183 protein_coding 9 5 7 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000649800 protein_coding 1 NA 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000650026 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000650508 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000371946 protein_coding 9 1 9 MKNK1 ENSG00000079277 +CDS chr1 46568443 46568498 ENST00000428112 protein_coding 7 2 8 MKNK1 ENSG00000079277 +transcript chr1 46568456 46604294 ENST00000496619 protein_coding 6 3 NA MKNK1 ENSG00000079277 +CDS chr1 46568456 46568498 ENST00000496619 protein_coding 6 3 8 MKNK1 ENSG00000079277 +CDS chr1 46571417 46571539 ENST00000649800 protein_coding 1 NA 8 MKNK1 ENSG00000079277 +CDS chr1 46571417 46571539 ENST00000371946 protein_coding 9 1 8 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000371945 protein_coding 10 1 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000341183 protein_coding 9 5 6 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000649800 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000650026 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000650508 protein_coding 1 NA 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000371946 protein_coding 9 1 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000428112 protein_coding 7 2 7 MKNK1 ENSG00000079277 +CDS chr1 46572063 46572167 ENST00000496619 protein_coding 6 3 7 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000371945 protein_coding 10 1 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000649800 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000650026 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000650508 protein_coding 1 NA 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000371946 protein_coding 9 1 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000428112 protein_coding 7 2 6 MKNK1 ENSG00000079277 +CDS chr1 46574947 46575020 ENST00000496619 protein_coding 6 3 6 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000371945 protein_coding 10 1 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000341183 protein_coding 9 5 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000649800 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000650026 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000650508 protein_coding 1 NA 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000371946 protein_coding 9 1 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000428112 protein_coding 7 2 5 MKNK1 ENSG00000079277 +CDS chr1 46576575 46576654 ENST00000496619 protein_coding 6 3 5 MKNK1 ENSG00000079277 +transcript chr1 46576584 46604255 ENST00000529170 protein_coding 6 4 NA MKNK1 ENSG00000079277 +CDS chr1 46576584 46576654 ENST00000529170 protein_coding 6 4 5 MKNK1 ENSG00000079277 +transcript chr1 46576589 46616843 ENST00000531769 protein_coding 6 4 NA MKNK1 ENSG00000079277 +CDS chr1 46576589 46576654 ENST00000531769 protein_coding 6 4 5 MKNK1 ENSG00000079277 +transcript chr1 46580434 46594280 ENST00000465783 protein_coding 6 2 NA MKNK1 ENSG00000079277 +transcript chr1 46580440 46594261 ENST00000474868 protein_coding 2 3 NA MKNK1 ENSG00000079277 +CDS chr1 46580491 46580627 ENST00000465783 protein_coding 6 2 3 MKNK1 ENSG00000079277 +CDS chr1 46580491 46580627 ENST00000474868 protein_coding 2 3 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000371945 protein_coding 10 1 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580552 ENST00000341183 protein_coding 9 5 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000649800 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000650026 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000650508 protein_coding 1 NA 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000371946 protein_coding 9 1 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000428112 protein_coding 7 2 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000496619 protein_coding 6 3 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000529170 protein_coding 6 4 4 MKNK1 ENSG00000079277 +CDS chr1 46580530 46580627 ENST00000531769 protein_coding 6 4 4 MKNK1 ENSG00000079277 +transcript chr1 46580596 46595059 ENST00000532110 protein_coding 1 4 NA MKNK1 ENSG00000079277 +CDS chr1 46580596 46580627 ENST00000532110 protein_coding 1 4 4 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000371945 protein_coding 10 1 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000649800 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000650026 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000650508 protein_coding 1 NA 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000371946 protein_coding 9 1 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000428112 protein_coding 7 2 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000496619 protein_coding 6 3 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000529170 protein_coding 6 4 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000531769 protein_coding 6 4 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000465783 protein_coding 6 2 2 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583327 ENST00000474868 protein_coding 2 3 3 MKNK1 ENSG00000079277 +CDS chr1 46583228 46583329 ENST00000532110 protein_coding 1 4 3 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000649800 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000650026 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594146 ENST00000650508 protein_coding 1 NA 2 MKNK1 ENSG00000079277 +CDS chr1 46594113 46594280 ENST00000532110 protein_coding 1 4 2 MKNK1 ENSG00000079277 +CDS chr1 46594868 46594943 ENST00000532110 protein_coding 1 4 1 MKNK1 ENSG00000079277 +transcript chr1 46607719 46616811 ENST00000319928 protein_coding 9 2 NA MOB3C ENSG00000142961 +transcript chr1 46607719 46615133 ENST00000271139 protein_coding 13 1 NA MOB3C ENSG00000142961 +transcript chr1 46607725 46616465 ENST00000371940 protein_coding 1 1 NA MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000319928 protein_coding 9 2 4 MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000271139 protein_coding 13 1 4 MOB3C ENSG00000142961 +CDS chr1 46609658 46609684 ENST00000371940 protein_coding 1 1 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000319928 protein_coding 9 2 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000271139 protein_coding 13 1 3 MOB3C ENSG00000142961 +CDS chr1 46610002 46610204 ENST00000371940 protein_coding 1 1 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000319928 protein_coding 9 2 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000271139 protein_coding 13 1 2 MOB3C ENSG00000142961 +CDS chr1 46612904 46613321 ENST00000371940 protein_coding 1 1 1 MOB3C ENSG00000142961 +transcript chr1 46632737 46668454 ENST00000576409 protein_coding 5 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46633678 46645256 ENST00000492233 protein_coding 5 3 NA ATPAF1 ENSG00000123472 +CDS chr1 46633768 46633828 ENST00000492233 protein_coding 5 3 4 ATPAF1 ENSG00000123472 +transcript chr1 46635041 46665878 ENST00000542495 protein_coding 5 2 NA ATPAF1 ENSG00000123472 +transcript chr1 46635041 46668427 ENST00000371937 protein_coding 8 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46635045 46668364 ENST00000574428 protein_coding 5 1 NA ATPAF1 ENSG00000123472 +transcript chr1 46635079 46665372 ENST00000526821 protein_coding 5 3 NA ATPAF1 ENSG00000123472 +transcript chr1 46635423 46668427 ENST00000329231 protein_coding 8 2 NA ATPAF1 ENSG00000123472 +transcript chr1 46635634 46658727 ENST00000534216 protein_coding 5 5 NA ATPAF1 ENSG00000123472 +transcript chr1 46635708 46665855 ENST00000532925 protein_coding 5 2 NA ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000576409 protein_coding 5 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000542495 protein_coding 5 2 10 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000371937 protein_coding 8 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000574428 protein_coding 5 1 9 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000526821 protein_coding 5 3 6 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000329231 protein_coding 8 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000534216 protein_coding 5 5 6 ATPAF1 ENSG00000123472 +CDS chr1 46635779 46635970 ENST00000532925 protein_coding 5 2 9 ATPAF1 ENSG00000123472 +CDS chr1 46635897 46635970 ENST00000492233 protein_coding 5 3 3 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000576409 protein_coding 5 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000492233 protein_coding 5 3 2 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000542495 protein_coding 5 2 9 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000371937 protein_coding 8 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000574428 protein_coding 5 1 8 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000534216 protein_coding 5 5 5 ATPAF1 ENSG00000123472 +CDS chr1 46643194 46643301 ENST00000532925 protein_coding 5 2 8 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000576409 protein_coding 5 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000492233 protein_coding 5 3 1 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000542495 protein_coding 5 2 8 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000371937 protein_coding 8 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000574428 protein_coding 5 1 7 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000534216 protein_coding 5 5 4 ATPAF1 ENSG00000123472 +CDS chr1 46645161 46645256 ENST00000532925 protein_coding 5 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000576409 protein_coding 5 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000542495 protein_coding 5 2 7 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000371937 protein_coding 8 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000574428 protein_coding 5 1 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000526821 protein_coding 5 3 5 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000329231 protein_coding 8 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000534216 protein_coding 5 5 3 ATPAF1 ENSG00000123472 +CDS chr1 46652581 46652628 ENST00000532925 protein_coding 5 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000576409 protein_coding 5 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000542495 protein_coding 5 2 6 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000371937 protein_coding 8 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000574428 protein_coding 5 1 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000526821 protein_coding 5 3 4 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000329231 protein_coding 8 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46653817 46653867 ENST00000532925 protein_coding 5 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000576409 protein_coding 5 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658162 ENST00000542495 protein_coding 5 2 5 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000371937 protein_coding 8 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000574428 protein_coding 5 1 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000526821 protein_coding 5 3 3 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000329231 protein_coding 8 2 4 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000534216 protein_coding 5 5 2 ATPAF1 ENSG00000123472 +CDS chr1 46658127 46658189 ENST00000532925 protein_coding 5 2 4 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000576409 protein_coding 5 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000371937 protein_coding 8 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000574428 protein_coding 5 1 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000526821 protein_coding 5 3 2 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000329231 protein_coding 8 2 3 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658727 ENST00000534216 protein_coding 5 5 1 ATPAF1 ENSG00000123472 +CDS chr1 46658687 46658737 ENST00000532925 protein_coding 5 2 3 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000576409 protein_coding 5 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000371937 protein_coding 8 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000574428 protein_coding 5 1 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665372 ENST00000526821 protein_coding 5 3 1 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000329231 protein_coding 8 2 2 ATPAF1 ENSG00000123472 +CDS chr1 46665256 46665364 ENST00000532925 protein_coding 5 2 2 ATPAF1 ENSG00000123472 +CDS chr1 46665647 46665648 ENST00000532925 protein_coding 5 2 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000576409 protein_coding 5 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000371937 protein_coding 8 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668322 ENST00000574428 protein_coding 5 1 1 ATPAF1 ENSG00000123472 +CDS chr1 46668057 46668391 ENST00000329231 protein_coding 8 2 1 ATPAF1 ENSG00000123472 +transcript chr1 46668855 46673251 ENST00000564071 protein_coding 1 3 NA TEX38 ENSG00000186118 +CDS chr1 46669439 46669478 ENST00000564071 protein_coding 1 3 1 TEX38 ENSG00000186118 +transcript chr1 46671854 46673594 ENST00000334122 protein_coding 5 1 NA TEX38 ENSG00000186118 +transcript chr1 46671859 46673476 ENST00000415500 protein_coding 1 1 NA TEX38 ENSG00000186118 +transcript chr1 46671878 46673494 ENST00000564373 protein_coding 1 1 NA TEX38 ENSG00000186118 +CDS chr1 46671935 46671971 ENST00000334122 protein_coding 5 1 1 TEX38 ENSG00000186118 +CDS chr1 46672873 46673251 ENST00000564071 protein_coding 1 3 2 TEX38 ENSG00000186118 +CDS chr1 46672873 46673453 ENST00000334122 protein_coding 5 1 2 TEX38 ENSG00000186118 +CDS chr1 46672998 46673453 ENST00000564373 protein_coding 1 1 2 TEX38 ENSG00000186118 +CDS chr1 46673064 46673453 ENST00000415500 protein_coding 1 1 2 TEX38 ENSG00000186118 +transcript chr1 46675159 46719114 ENST00000371933 protein_coding 8 1 NA EFCAB14 ENSG00000159658 +transcript chr1 46675159 46719114 ENST00000672422 protein_coding 2 NA NA EFCAB14 ENSG00000159658 +transcript chr1 46675165 46719136 ENST00000674435 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +transcript chr1 46677895 46719123 ENST00000674263 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000371933 protein_coding 8 1 11 EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000672422 protein_coding 2 NA 11 EFCAB14 ENSG00000159658 +CDS chr1 46678464 46678636 ENST00000674435 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46680062 46680138 ENST00000674263 protein_coding 1 NA 11 EFCAB14 ENSG00000159658 +transcript chr1 46682100 46719123 ENST00000674415 protein_coding 1 NA NA EFCAB14 ENSG00000159658 +CDS chr1 46683247 46683425 ENST00000674415 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000371933 protein_coding 8 1 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000672422 protein_coding 2 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000674435 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46683300 46683425 ENST00000674263 protein_coding 1 NA 10 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000371933 protein_coding 8 1 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000672422 protein_coding 2 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674435 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674263 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46684491 46684602 ENST00000674415 protein_coding 1 NA 9 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000371933 protein_coding 8 1 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000672422 protein_coding 2 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674435 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674263 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46686784 46686870 ENST00000674415 protein_coding 1 NA 8 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000371933 protein_coding 8 1 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000672422 protein_coding 2 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000674263 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46688353 46688544 ENST00000674415 protein_coding 1 NA 7 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000371933 protein_coding 8 1 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000672422 protein_coding 2 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674435 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674263 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46689587 46689691 ENST00000674415 protein_coding 1 NA 6 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000371933 protein_coding 8 1 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000672422 protein_coding 2 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674435 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674263 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46691827 46691937 ENST00000674415 protein_coding 1 NA 5 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000371933 protein_coding 8 1 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000672422 protein_coding 2 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674435 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674263 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46696551 46696649 ENST00000674415 protein_coding 1 NA 4 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000371933 protein_coding 8 1 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000672422 protein_coding 2 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674435 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674263 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46707906 46708051 ENST00000674415 protein_coding 1 NA 3 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000371933 protein_coding 8 1 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000672422 protein_coding 2 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674435 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674263 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46716295 46716443 ENST00000674415 protein_coding 1 NA 2 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000371933 protein_coding 8 1 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718180 ENST00000672422 protein_coding 2 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674435 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674263 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +CDS chr1 46717903 46718087 ENST00000674415 protein_coding 1 NA 1 EFCAB14 ENSG00000159658 +transcript chr1 46798998 46814759 ENST00000640628 protein_coding 1 5 NA CYP4B1 ENSG00000142973 +transcript chr1 46799046 46819413 ENST00000271153 protein_coding 8 1 NA CYP4B1 ENSG00000142973 +transcript chr1 46799046 46819413 ENST00000371923 protein_coding 9 1 NA CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000640628 protein_coding 1 5 1 CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000271153 protein_coding 8 1 1 CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000371923 protein_coding 9 1 1 CYP4B1 ENSG00000142973 +transcript chr1 46799082 46818814 ENST00000371919 protein_coding 8 1 NA CYP4B1 ENSG00000142973 +CDS chr1 46799082 46799261 ENST00000371919 protein_coding 8 1 1 CYP4B1 ENSG00000142973 +transcript chr1 46806807 46813988 ENST00000526297 protein_coding 5 4 NA CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000640628 protein_coding 1 5 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000271153 protein_coding 8 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000371923 protein_coding 9 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46810808 46810949 ENST00000371919 protein_coding 8 1 2 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000640628 protein_coding 1 5 3 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000271153 protein_coding 8 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46811140 46811184 ENST00000371923 protein_coding 9 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000640628 protein_coding 1 5 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000271153 protein_coding 8 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000371923 protein_coding 9 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46812496 46812623 ENST00000371919 protein_coding 8 1 3 CYP4B1 ENSG00000142973 +CDS chr1 46812618 46812623 ENST00000526297 protein_coding 5 4 4 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000640628 protein_coding 1 5 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000271153 protein_coding 8 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000371923 protein_coding 9 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000371919 protein_coding 8 1 4 CYP4B1 ENSG00000142973 +CDS chr1 46813482 46813606 ENST00000526297 protein_coding 5 4 5 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46814063 ENST00000371923 protein_coding 9 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46814063 ENST00000371919 protein_coding 8 1 5 CYP4B1 ENSG00000142973 +CDS chr1 46813909 46813988 ENST00000526297 protein_coding 5 4 6 CYP4B1 ENSG00000142973 +CDS chr1 46813912 46814063 ENST00000640628 protein_coding 1 5 6 CYP4B1 ENSG00000142973 +CDS chr1 46813912 46814063 ENST00000271153 protein_coding 8 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000640628 protein_coding 1 5 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000271153 protein_coding 8 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000371923 protein_coding 9 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46814209 46814315 ENST00000371919 protein_coding 8 1 6 CYP4B1 ENSG00000142973 +CDS chr1 46814754 46814759 ENST00000640628 protein_coding 1 5 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000271153 protein_coding 8 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000371923 protein_coding 9 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46815074 46815264 ENST00000371919 protein_coding 8 1 7 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000271153 protein_coding 8 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000371923 protein_coding 9 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46817048 46817181 ENST00000371919 protein_coding 8 1 8 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000271153 protein_coding 8 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000371923 protein_coding 9 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46817965 46818029 ENST00000371919 protein_coding 8 1 9 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000271153 protein_coding 8 1 11 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000371923 protein_coding 9 1 11 CYP4B1 ENSG00000142973 +CDS chr1 46818131 46818213 ENST00000371919 protein_coding 8 1 10 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000271153 protein_coding 8 1 12 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000371923 protein_coding 9 1 12 CYP4B1 ENSG00000142973 +CDS chr1 46818631 46818811 ENST00000371919 protein_coding 8 1 11 CYP4B1 ENSG00000142973 +transcript chr1 46929188 46941476 ENST00000310638 protein_coding 9 1 NA CYP4A11 ENSG00000187048 +transcript chr1 46929637 46941464 ENST00000462347 protein_coding 5 5 NA CYP4A11 ENSG00000187048 +CDS chr1 46930118 46930310 ENST00000310638 protein_coding 9 1 12 CYP4A11 ENSG00000187048 +CDS chr1 46930118 46930310 ENST00000462347 protein_coding 5 5 10 CYP4A11 ENSG00000187048 +transcript chr1 46932431 46941464 ENST00000371905 protein_coding 1 1 NA CYP4A11 ENSG00000187048 +CDS chr1 46932760 46932837 ENST00000371905 protein_coding 1 1 11 CYP4A11 ENSG00000187048 +CDS chr1 46932761 46932837 ENST00000310638 protein_coding 9 1 11 CYP4A11 ENSG00000187048 +CDS chr1 46932761 46932837 ENST00000462347 protein_coding 5 5 9 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000310638 protein_coding 9 1 10 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000462347 protein_coding 5 5 8 CYP4A11 ENSG00000187048 +CDS chr1 46932983 46933047 ENST00000371905 protein_coding 1 1 10 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934079 ENST00000310638 protein_coding 9 1 9 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934131 ENST00000462347 protein_coding 5 5 7 CYP4A11 ENSG00000187048 +CDS chr1 46933946 46934079 ENST00000371905 protein_coding 1 1 9 CYP4A11 ENSG00000187048 +CDS chr1 46934176 46934366 ENST00000310638 protein_coding 9 1 8 CYP4A11 ENSG00000187048 +CDS chr1 46934176 46934366 ENST00000371905 protein_coding 1 1 8 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000310638 protein_coding 9 1 7 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000462347 protein_coding 5 5 6 CYP4A11 ENSG00000187048 +CDS chr1 46934453 46934559 ENST00000371905 protein_coding 1 1 7 CYP4A11 ENSG00000187048 +CDS chr1 46935000 46935154 ENST00000310638 protein_coding 9 1 6 CYP4A11 ENSG00000187048 +CDS chr1 46935000 46935154 ENST00000371905 protein_coding 1 1 6 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000310638 protein_coding 9 1 5 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000462347 protein_coding 5 5 5 CYP4A11 ENSG00000187048 +CDS chr1 46935523 46935647 ENST00000371905 protein_coding 1 1 5 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000310638 protein_coding 9 1 4 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000462347 protein_coding 5 5 4 CYP4A11 ENSG00000187048 +CDS chr1 46936664 46936791 ENST00000371905 protein_coding 1 1 4 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000310638 protein_coding 9 1 3 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000462347 protein_coding 5 5 3 CYP4A11 ENSG00000187048 +CDS chr1 46937302 46937346 ENST00000371905 protein_coding 1 1 3 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000310638 protein_coding 9 1 2 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000462347 protein_coding 5 5 2 CYP4A11 ENSG00000187048 +CDS chr1 46937996 46938137 ENST00000371905 protein_coding 1 1 2 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000310638 protein_coding 9 1 1 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000462347 protein_coding 5 5 1 CYP4A11 ENSG00000187048 +CDS chr1 46941239 46941433 ENST00000371905 protein_coding 1 1 1 CYP4A11 ENSG00000187048 +transcript chr1 47023669 47050751 ENST00000371901 protein_coding 4 1 NA CYP4X1 ENSG00000186377 +CDS chr1 47023818 47023994 ENST00000371901 protein_coding 4 1 1 CYP4X1 ENSG00000186377 +CDS chr1 47029990 47030131 ENST00000371901 protein_coding 4 1 2 CYP4X1 ENSG00000186377 +CDS chr1 47031436 47031480 ENST00000371901 protein_coding 4 1 3 CYP4X1 ENSG00000186377 +CDS chr1 47033241 47033368 ENST00000371901 protein_coding 4 1 4 CYP4X1 ENSG00000186377 +CDS chr1 47035806 47035933 ENST00000371901 protein_coding 4 1 5 CYP4X1 ENSG00000186377 +CDS chr1 47036017 47036171 ENST00000371901 protein_coding 4 1 6 CYP4X1 ENSG00000186377 +CDS chr1 47038660 47038766 ENST00000371901 protein_coding 4 1 7 CYP4X1 ENSG00000186377 +CDS chr1 47039342 47039532 ENST00000371901 protein_coding 4 1 8 CYP4X1 ENSG00000186377 +CDS chr1 47046467 47046600 ENST00000371901 protein_coding 4 1 9 CYP4X1 ENSG00000186377 +CDS chr1 47048565 47048629 ENST00000371901 protein_coding 4 1 10 CYP4X1 ENSG00000186377 +CDS chr1 47049422 47049504 ENST00000371901 protein_coding 4 1 11 CYP4X1 ENSG00000186377 +CDS chr1 47050000 47050171 ENST00000371901 protein_coding 4 1 12 CYP4X1 ENSG00000186377 +transcript chr1 47067231 47118318 ENST00000334194 protein_coding 4 1 NA CYP4Z1 ENSG00000186160 +CDS chr1 47067491 47067667 ENST00000334194 protein_coding 4 1 1 CYP4Z1 ENSG00000186160 +CDS chr1 47068622 47068763 ENST00000334194 protein_coding 4 1 2 CYP4Z1 ENSG00000186160 +CDS chr1 47080623 47080667 ENST00000334194 protein_coding 4 1 3 CYP4Z1 ENSG00000186160 +CDS chr1 47082334 47082461 ENST00000334194 protein_coding 4 1 4 CYP4Z1 ENSG00000186160 +CDS chr1 47084620 47084744 ENST00000334194 protein_coding 4 1 5 CYP4Z1 ENSG00000186160 +CDS chr1 47084824 47084978 ENST00000334194 protein_coding 4 1 6 CYP4Z1 ENSG00000186160 +CDS chr1 47094566 47094669 ENST00000334194 protein_coding 4 1 7 CYP4Z1 ENSG00000186160 +CDS chr1 47099094 47099284 ENST00000334194 protein_coding 4 1 8 CYP4Z1 ENSG00000186160 +CDS chr1 47106128 47106261 ENST00000334194 protein_coding 4 1 9 CYP4Z1 ENSG00000186160 +CDS chr1 47115529 47115593 ENST00000334194 protein_coding 4 1 10 CYP4Z1 ENSG00000186160 +CDS chr1 47116650 47116732 ENST00000334194 protein_coding 4 1 11 CYP4Z1 ENSG00000186160 +CDS chr1 47117766 47117931 ENST00000334194 protein_coding 4 1 12 CYP4Z1 ENSG00000186160 +transcript chr1 47137441 47149727 ENST00000371891 protein_coding 8 1 NA CYP4A22 ENSG00000162365 +transcript chr1 47137450 47149275 ENST00000371890 protein_coding 7 5 NA CYP4A22 ENSG00000162365 +transcript chr1 47137454 47147402 ENST00000619754 protein_coding 4 1 NA CYP4A22 ENSG00000162365 +transcript chr1 47137455 47146483 ENST00000294337 protein_coding 7 1 NA CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000371891 protein_coding 8 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000371890 protein_coding 7 5 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000619754 protein_coding 4 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47137486 47137680 ENST00000294337 protein_coding 7 1 1 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000371891 protein_coding 8 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000371890 protein_coding 7 5 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000619754 protein_coding 4 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47140780 47140921 ENST00000294337 protein_coding 7 1 2 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000371891 protein_coding 8 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000371890 protein_coding 7 5 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000619754 protein_coding 4 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47141571 47141615 ENST00000294337 protein_coding 7 1 3 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000371891 protein_coding 8 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000371890 protein_coding 7 5 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000619754 protein_coding 4 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47142108 47142235 ENST00000294337 protein_coding 7 1 4 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000371891 protein_coding 8 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000371890 protein_coding 7 5 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000619754 protein_coding 4 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143269 47143393 ENST00000294337 protein_coding 7 1 5 CYP4A22 ENSG00000162365 +CDS chr1 47143762 47143916 ENST00000371891 protein_coding 8 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47143762 47143916 ENST00000294337 protein_coding 7 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000371891 protein_coding 8 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000371890 protein_coding 7 5 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000619754 protein_coding 4 1 6 CYP4A22 ENSG00000162365 +CDS chr1 47144357 47144463 ENST00000294337 protein_coding 7 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144550 47144740 ENST00000371891 protein_coding 8 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47144550 47144740 ENST00000294337 protein_coding 7 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47144785 47144970 ENST00000371890 protein_coding 7 5 7 CYP4A22 ENSG00000162365 +CDS chr1 47144785 47144970 ENST00000619754 protein_coding 4 1 7 CYP4A22 ENSG00000162365 +CDS chr1 47144837 47144970 ENST00000371891 protein_coding 8 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47144837 47144970 ENST00000294337 protein_coding 7 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000371891 protein_coding 8 1 10 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000371890 protein_coding 7 5 8 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000619754 protein_coding 4 1 8 CYP4A22 ENSG00000162365 +CDS chr1 47145866 47145930 ENST00000294337 protein_coding 7 1 10 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146153 ENST00000371891 protein_coding 8 1 11 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146153 ENST00000371890 protein_coding 7 5 9 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146154 ENST00000619754 protein_coding 4 1 9 CYP4A22 ENSG00000162365 +CDS chr1 47146077 47146154 ENST00000294337 protein_coding 7 1 11 CYP4A22 ENSG00000162365 +CDS chr1 47148602 47148794 ENST00000371891 protein_coding 8 1 12 CYP4A22 ENSG00000162365 +CDS chr1 47148602 47148794 ENST00000371890 protein_coding 7 5 10 CYP4A22 ENSG00000162365 +transcript chr1 47183582 47190036 ENST00000294338 protein_coding 7 1 NA PDZK1IP1 ENSG00000162366 +transcript chr1 47183971 47191044 ENST00000371885 protein_coding 1 3 NA PDZK1IP1 ENSG00000162366 +CDS chr1 47183974 47184043 ENST00000294338 protein_coding 7 1 4 PDZK1IP1 ENSG00000162366 +CDS chr1 47183974 47184043 ENST00000371885 protein_coding 1 3 5 PDZK1IP1 ENSG00000162366 +CDS chr1 47185002 47185097 ENST00000294338 protein_coding 7 1 3 PDZK1IP1 ENSG00000162366 +CDS chr1 47185002 47185097 ENST00000371885 protein_coding 1 3 4 PDZK1IP1 ENSG00000162366 +CDS chr1 47187319 47187427 ENST00000294338 protein_coding 7 1 2 PDZK1IP1 ENSG00000162366 +CDS chr1 47187319 47187427 ENST00000371885 protein_coding 1 3 3 PDZK1IP1 ENSG00000162366 +CDS chr1 47189866 47189932 ENST00000294338 protein_coding 7 1 1 PDZK1IP1 ENSG00000162366 +CDS chr1 47189866 47189932 ENST00000371885 protein_coding 1 3 2 PDZK1IP1 ENSG00000162366 +transcript chr1 47216290 47231715 ENST00000371884 protein_coding 6 1 NA TAL1 ENSG00000162367 +transcript chr1 47216291 47232225 ENST00000691006 protein_coding 1 NA NA TAL1 ENSG00000162367 +transcript chr1 47216292 47229771 ENST00000294339 protein_coding 3 1 NA TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000371884 protein_coding 6 1 5 TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000691006 protein_coding 1 NA 5 TAL1 ENSG00000162367 +CDS chr1 47219723 47220174 ENST00000294339 protein_coding 3 1 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000371884 protein_coding 6 1 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000691006 protein_coding 1 NA 4 TAL1 ENSG00000162367 +CDS chr1 47224004 47224098 ENST00000294339 protein_coding 3 1 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000371884 protein_coding 6 1 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000691006 protein_coding 1 NA 3 TAL1 ENSG00000162367 +CDS chr1 47225443 47225888 ENST00000294339 protein_coding 3 1 2 TAL1 ENSG00000162367 +transcript chr1 47250139 47314147 ENST00000360380 protein_coding 7 1 NA STIL ENSG00000123473 +transcript chr1 47250139 47314147 ENST00000371877 protein_coding 8 1 NA STIL ENSG00000123473 +transcript chr1 47250173 47314892 ENST00000337817 protein_coding 10 5 NA STIL ENSG00000123473 +transcript chr1 47250243 47295848 ENST00000683977 protein_coding 1 NA NA STIL ENSG00000123473 +transcript chr1 47250622 47313135 ENST00000682977 protein_coding 1 NA NA STIL ENSG00000123473 +transcript chr1 47250622 47313135 ENST00000396221 protein_coding 6 1 NA STIL ENSG00000123473 +transcript chr1 47251136 47314147 ENST00000447475 protein_coding 7 1 NA STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000360380 protein_coding 7 1 18 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000371877 protein_coding 8 1 17 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000337817 protein_coding 10 5 19 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000682977 protein_coding 1 NA 18 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000396221 protein_coding 6 1 17 STIL ENSG00000123473 +CDS chr1 47251139 47251922 ENST00000447475 protein_coding 7 1 19 STIL ENSG00000123473 +CDS chr1 47251863 47251922 ENST00000683977 protein_coding 1 NA 10 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000360380 protein_coding 7 1 17 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000371877 protein_coding 8 1 16 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000337817 protein_coding 10 5 18 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000682977 protein_coding 1 NA 17 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000396221 protein_coding 6 1 16 STIL ENSG00000123473 +CDS chr1 47260289 47260539 ENST00000447475 protein_coding 7 1 18 STIL ENSG00000123473 +CDS chr1 47262903 47263113 ENST00000360380 protein_coding 7 1 16 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000371877 protein_coding 8 1 15 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000337817 protein_coding 10 5 17 STIL ENSG00000123473 +CDS chr1 47262903 47263113 ENST00000683977 protein_coding 1 NA 9 STIL ENSG00000123473 +CDS chr1 47262903 47263116 ENST00000682977 protein_coding 1 NA 16 STIL ENSG00000123473 +CDS chr1 47262903 47263062 ENST00000396221 protein_coding 6 1 15 STIL ENSG00000123473 +CDS chr1 47262903 47263062 ENST00000447475 protein_coding 7 1 17 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000360380 protein_coding 7 1 15 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000371877 protein_coding 8 1 14 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000337817 protein_coding 10 5 16 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000683977 protein_coding 1 NA 8 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000682977 protein_coding 1 NA 15 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000396221 protein_coding 6 1 14 STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000447475 protein_coding 7 1 16 STIL ENSG00000123473 +transcript chr1 47269635 47310319 ENST00000436811 protein_coding 2 2 NA STIL ENSG00000123473 +CDS chr1 47269635 47269866 ENST00000436811 protein_coding 2 2 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000360380 protein_coding 7 1 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000371877 protein_coding 8 1 13 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000337817 protein_coding 10 5 15 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000683977 protein_coding 1 NA 7 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000682977 protein_coding 1 NA 14 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000396221 protein_coding 6 1 13 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000447475 protein_coding 7 1 15 STIL ENSG00000123473 +CDS chr1 47272076 47272241 ENST00000436811 protein_coding 2 2 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000360380 protein_coding 7 1 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000371877 protein_coding 8 1 12 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000337817 protein_coding 10 5 14 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000683977 protein_coding 1 NA 6 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000682977 protein_coding 1 NA 13 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000396221 protein_coding 6 1 12 STIL ENSG00000123473 +CDS chr1 47280241 47281209 ENST00000447475 protein_coding 7 1 14 STIL ENSG00000123473 +CDS chr1 47280241 47280363 ENST00000436811 protein_coding 2 2 12 STIL ENSG00000123473 +CDS chr1 47280946 47281209 ENST00000436811 protein_coding 2 2 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000360380 protein_coding 7 1 12 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000371877 protein_coding 8 1 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000337817 protein_coding 10 5 13 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000683977 protein_coding 1 NA 5 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000682977 protein_coding 1 NA 12 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000396221 protein_coding 6 1 11 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000447475 protein_coding 7 1 13 STIL ENSG00000123473 +CDS chr1 47282345 47282459 ENST00000436811 protein_coding 2 2 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000360380 protein_coding 7 1 11 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000371877 protein_coding 8 1 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000337817 protein_coding 10 5 12 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000683977 protein_coding 1 NA 4 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000682977 protein_coding 1 NA 11 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000396221 protein_coding 6 1 10 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000447475 protein_coding 7 1 12 STIL ENSG00000123473 +CDS chr1 47287551 47287660 ENST00000436811 protein_coding 2 2 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000360380 protein_coding 7 1 10 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000371877 protein_coding 8 1 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000337817 protein_coding 10 5 11 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000683977 protein_coding 1 NA 3 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000682977 protein_coding 1 NA 10 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000396221 protein_coding 6 1 9 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000447475 protein_coding 7 1 11 STIL ENSG00000123473 +CDS chr1 47289435 47289585 ENST00000436811 protein_coding 2 2 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000360380 protein_coding 7 1 9 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000371877 protein_coding 8 1 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000337817 protein_coding 10 5 10 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000683977 protein_coding 1 NA 2 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000682977 protein_coding 1 NA 9 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000396221 protein_coding 6 1 8 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000447475 protein_coding 7 1 10 STIL ENSG00000123473 +CDS chr1 47293458 47293544 ENST00000436811 protein_coding 2 2 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000360380 protein_coding 7 1 8 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000371877 protein_coding 8 1 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000337817 protein_coding 10 5 9 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000683977 protein_coding 1 NA 1 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000682977 protein_coding 1 NA 8 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000396221 protein_coding 6 1 7 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000447475 protein_coding 7 1 9 STIL ENSG00000123473 +CDS chr1 47295765 47295848 ENST00000436811 protein_coding 2 2 6 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000360380 protein_coding 7 1 7 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000371877 protein_coding 8 1 6 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000337817 protein_coding 10 5 8 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000682977 protein_coding 1 NA 7 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000396221 protein_coding 6 1 6 STIL ENSG00000123473 +CDS chr1 47299905 47299968 ENST00000447475 protein_coding 7 1 8 STIL ENSG00000123473 +CDS chr1 47299905 47300152 ENST00000436811 protein_coding 2 2 5 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000337817 protein_coding 10 5 7 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000682977 protein_coding 1 NA 6 STIL ENSG00000123473 +CDS chr1 47300110 47300152 ENST00000447475 protein_coding 7 1 7 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000360380 protein_coding 7 1 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000371877 protein_coding 8 1 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000337817 protein_coding 10 5 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000682977 protein_coding 1 NA 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000396221 protein_coding 6 1 5 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000447475 protein_coding 7 1 6 STIL ENSG00000123473 +CDS chr1 47301561 47301748 ENST00000436811 protein_coding 2 2 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000360380 protein_coding 7 1 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000371877 protein_coding 8 1 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000337817 protein_coding 10 5 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000682977 protein_coding 1 NA 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000396221 protein_coding 6 1 4 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000447475 protein_coding 7 1 5 STIL ENSG00000123473 +CDS chr1 47302234 47302346 ENST00000436811 protein_coding 2 2 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000360380 protein_coding 7 1 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000371877 protein_coding 8 1 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000337817 protein_coding 10 5 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000682977 protein_coding 1 NA 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000396221 protein_coding 6 1 3 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000447475 protein_coding 7 1 4 STIL ENSG00000123473 +CDS chr1 47304889 47304996 ENST00000436811 protein_coding 2 2 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000360380 protein_coding 7 1 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000371877 protein_coding 8 1 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000337817 protein_coding 10 5 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000682977 protein_coding 1 NA 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000396221 protein_coding 6 1 2 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000447475 protein_coding 7 1 3 STIL ENSG00000123473 +CDS chr1 47310276 47310319 ENST00000436811 protein_coding 2 2 1 STIL ENSG00000123473 +transcript chr1 47333790 47378839 ENST00000371873 protein_coding 10 1 NA CMPK1 ENSG00000162368 +transcript chr1 47333879 47358875 ENST00000471289 protein_coding 2 2 NA CMPK1 ENSG00000162368 +transcript chr1 47333914 47377123 ENST00000450808 protein_coding 2 2 NA CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000371873 protein_coding 10 1 1 CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000471289 protein_coding 2 2 1 CMPK1 ENSG00000162368 +CDS chr1 47333946 47334116 ENST00000450808 protein_coding 2 2 1 CMPK1 ENSG00000162368 +CDS chr1 47358298 47358300 ENST00000471289 protein_coding 2 2 2 CMPK1 ENSG00000162368 +CDS chr1 47368469 47368615 ENST00000371873 protein_coding 10 1 2 CMPK1 ENSG00000162368 +CDS chr1 47372955 47373107 ENST00000371873 protein_coding 10 1 3 CMPK1 ENSG00000162368 +CDS chr1 47372955 47373107 ENST00000450808 protein_coding 2 2 2 CMPK1 ENSG00000162368 +CDS chr1 47374909 47374985 ENST00000371873 protein_coding 10 1 4 CMPK1 ENSG00000162368 +CDS chr1 47374909 47374985 ENST00000450808 protein_coding 2 2 3 CMPK1 ENSG00000162368 +CDS chr1 47375197 47375293 ENST00000371873 protein_coding 10 1 5 CMPK1 ENSG00000162368 +CDS chr1 47375197 47375293 ENST00000450808 protein_coding 2 2 4 CMPK1 ENSG00000162368 +CDS chr1 47376704 47376742 ENST00000371873 protein_coding 10 1 6 CMPK1 ENSG00000162368 +CDS chr1 47376704 47376742 ENST00000450808 protein_coding 2 2 5 CMPK1 ENSG00000162368 +transcript chr1 47416285 47418052 ENST00000335071 protein_coding 4 NA NA FOXE3 ENSG00000186790 +CDS chr1 47416316 47417272 ENST00000335071 protein_coding 4 NA 1 FOXE3 ENSG00000186790 +transcript chr1 47438044 47440691 ENST00000334793 protein_coding 6 NA NA FOXD2 ENSG00000186564 +CDS chr1 47438136 47439620 ENST00000334793 protein_coding 6 NA 1 FOXD2 ENSG00000186564 +transcript chr1 47760528 47997385 ENST00000606738 protein_coding 3 1 NA TRABD2B ENSG00000269113 +CDS chr1 47765905 47766106 ENST00000606738 protein_coding 3 1 7 TRABD2B ENSG00000269113 +CDS chr1 47775170 47775439 ENST00000606738 protein_coding 3 1 6 TRABD2B ENSG00000269113 +CDS chr1 47778454 47778544 ENST00000606738 protein_coding 3 1 5 TRABD2B ENSG00000269113 +CDS chr1 47794586 47794760 ENST00000606738 protein_coding 3 1 4 TRABD2B ENSG00000269113 +CDS chr1 47801473 47801619 ENST00000606738 protein_coding 3 1 3 TRABD2B ENSG00000269113 +CDS chr1 47994034 47994597 ENST00000606738 protein_coding 3 1 2 TRABD2B ENSG00000269113 +CDS chr1 47996688 47996789 ENST00000606738 protein_coding 3 1 1 TRABD2B ENSG00000269113 +transcript chr1 48222685 48247601 ENST00000533824 protein_coding 5 1 NA SLC5A9 ENSG00000117834 +transcript chr1 48222687 48248644 ENST00000236495 protein_coding 9 1 NA SLC5A9 ENSG00000117834 +transcript chr1 48222716 48248638 ENST00000438567 protein_coding 7 1 NA SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000533824 protein_coding 5 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000438567 protein_coding 7 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48222737 48222898 ENST00000236495 protein_coding 9 1 1 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000533824 protein_coding 5 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000438567 protein_coding 7 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48224724 48224795 ENST00000236495 protein_coding 9 1 2 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000533824 protein_coding 5 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000438567 protein_coding 7 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48228850 48228954 ENST00000236495 protein_coding 9 1 3 SLC5A9 ENSG00000117834 +CDS chr1 48229103 48229165 ENST00000533824 protein_coding 5 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229103 48229177 ENST00000236495 protein_coding 9 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000533824 protein_coding 5 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000438567 protein_coding 7 1 4 SLC5A9 ENSG00000117834 +CDS chr1 48229295 48229459 ENST00000236495 protein_coding 9 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000533824 protein_coding 5 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000438567 protein_coding 7 1 5 SLC5A9 ENSG00000117834 +CDS chr1 48230600 48230705 ENST00000236495 protein_coding 9 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000533824 protein_coding 5 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000438567 protein_coding 7 1 6 SLC5A9 ENSG00000117834 +CDS chr1 48231545 48231625 ENST00000236495 protein_coding 9 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000533824 protein_coding 5 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000438567 protein_coding 7 1 7 SLC5A9 ENSG00000117834 +CDS chr1 48231946 48232151 ENST00000236495 protein_coding 9 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000533824 protein_coding 5 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000438567 protein_coding 7 1 8 SLC5A9 ENSG00000117834 +CDS chr1 48232367 48232502 ENST00000236495 protein_coding 9 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000533824 protein_coding 5 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000438567 protein_coding 7 1 9 SLC5A9 ENSG00000117834 +CDS chr1 48233655 48233762 ENST00000236495 protein_coding 9 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000533824 protein_coding 5 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000438567 protein_coding 7 1 10 SLC5A9 ENSG00000117834 +CDS chr1 48235729 48235879 ENST00000236495 protein_coding 9 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000533824 protein_coding 5 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000438567 protein_coding 7 1 11 SLC5A9 ENSG00000117834 +CDS chr1 48237679 48237847 ENST00000236495 protein_coding 9 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000533824 protein_coding 5 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000438567 protein_coding 7 1 12 SLC5A9 ENSG00000117834 +CDS chr1 48239322 48239537 ENST00000236495 protein_coding 9 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000533824 protein_coding 5 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000438567 protein_coding 7 1 13 SLC5A9 ENSG00000117834 +CDS chr1 48242457 48242616 ENST00000236495 protein_coding 9 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000533824 protein_coding 5 1 15 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000438567 protein_coding 7 1 14 SLC5A9 ENSG00000117834 +CDS chr1 48247335 48247540 ENST00000236495 protein_coding 9 1 15 SLC5A9 ENSG00000117834 +transcript chr1 48295373 48472204 ENST00000371847 protein_coding 8 1 NA SPATA6 ENSG00000132122 +transcript chr1 48295374 48472208 ENST00000396199 protein_coding 7 2 NA SPATA6 ENSG00000132122 +transcript chr1 48297837 48472010 ENST00000371843 protein_coding 7 1 NA SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000371847 protein_coding 8 1 13 SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000371843 protein_coding 7 1 13 SPATA6 ENSG00000132122 +CDS chr1 48298716 48298893 ENST00000396199 protein_coding 7 2 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000371847 protein_coding 8 1 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000371843 protein_coding 7 1 12 SPATA6 ENSG00000132122 +CDS chr1 48305787 48305878 ENST00000396199 protein_coding 7 2 11 SPATA6 ENSG00000132122 +transcript chr1 48305799 48400850 ENST00000371841 protein_coding 1 5 NA SPATA6 ENSG00000132122 +CDS chr1 48305799 48305878 ENST00000371841 protein_coding 1 5 7 SPATA6 ENSG00000132122 +CDS chr1 48355670 48355769 ENST00000371847 protein_coding 8 1 11 SPATA6 ENSG00000132122 +CDS chr1 48355670 48355769 ENST00000396199 protein_coding 7 2 10 SPATA6 ENSG00000132122 +CDS chr1 48355718 48355769 ENST00000371843 protein_coding 7 1 11 SPATA6 ENSG00000132122 +CDS chr1 48355718 48355769 ENST00000371841 protein_coding 1 5 6 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371847 protein_coding 8 1 10 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371843 protein_coding 7 1 10 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000371841 protein_coding 1 5 5 SPATA6 ENSG00000132122 +CDS chr1 48359586 48359770 ENST00000396199 protein_coding 7 2 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371847 protein_coding 8 1 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371843 protein_coding 7 1 9 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000371841 protein_coding 1 5 4 SPATA6 ENSG00000132122 +CDS chr1 48385309 48385349 ENST00000396199 protein_coding 7 2 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371847 protein_coding 8 1 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371843 protein_coding 7 1 8 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000371841 protein_coding 1 5 3 SPATA6 ENSG00000132122 +CDS chr1 48395267 48395354 ENST00000396199 protein_coding 7 2 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371847 protein_coding 8 1 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371843 protein_coding 7 1 7 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000371841 protein_coding 1 5 2 SPATA6 ENSG00000132122 +CDS chr1 48399351 48399644 ENST00000396199 protein_coding 7 2 6 SPATA6 ENSG00000132122 +CDS chr1 48400773 48400781 ENST00000371841 protein_coding 1 5 1 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000371847 protein_coding 8 1 6 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000371843 protein_coding 7 1 6 SPATA6 ENSG00000132122 +CDS chr1 48403802 48403882 ENST00000396199 protein_coding 7 2 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000371847 protein_coding 8 1 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000371843 protein_coding 7 1 5 SPATA6 ENSG00000132122 +CDS chr1 48411464 48411588 ENST00000396199 protein_coding 7 2 4 SPATA6 ENSG00000132122 +CDS chr1 48413110 48413151 ENST00000371847 protein_coding 8 1 4 SPATA6 ENSG00000132122 +CDS chr1 48413110 48413151 ENST00000371843 protein_coding 7 1 4 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000371847 protein_coding 8 1 3 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000371843 protein_coding 7 1 3 SPATA6 ENSG00000132122 +CDS chr1 48451552 48451600 ENST00000396199 protein_coding 7 2 3 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000371847 protein_coding 8 1 2 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000371843 protein_coding 7 1 2 SPATA6 ENSG00000132122 +CDS chr1 48452994 48453131 ENST00000396199 protein_coding 7 2 2 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000371847 protein_coding 8 1 1 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000371843 protein_coding 7 1 1 SPATA6 ENSG00000132122 +CDS chr1 48471958 48472008 ENST00000396199 protein_coding 7 2 1 SPATA6 ENSG00000132122 +transcript chr1 48532854 50023954 ENST00000371839 protein_coding 6 2 NA AGBL4 ENSG00000186094 +CDS chr1 48534176 48534293 ENST00000371839 protein_coding 6 2 14 AGBL4 ENSG00000186094 +CDS chr1 48534890 48534916 ENST00000371839 protein_coding 6 2 13 AGBL4 ENSG00000186094 +CDS chr1 48539642 48539738 ENST00000371839 protein_coding 6 2 12 AGBL4 ENSG00000186094 +transcript chr1 48583870 49045714 ENST00000416121 protein_coding 5 1 NA AGBL4 ENSG00000186094 +CDS chr1 48586912 48587166 ENST00000416121 protein_coding 5 1 7 AGBL4 ENSG00000186094 +CDS chr1 48587004 48587166 ENST00000371839 protein_coding 6 2 11 AGBL4 ENSG00000186094 +CDS chr1 48590833 48590985 ENST00000371839 protein_coding 6 2 10 AGBL4 ENSG00000186094 +CDS chr1 48590833 48590985 ENST00000416121 protein_coding 5 1 6 AGBL4 ENSG00000186094 +transcript chr1 48634208 50023913 ENST00000371838 protein_coding 5 5 NA AGBL4 ENSG00000186094 +CDS chr1 48634484 48634604 ENST00000371838 protein_coding 5 5 9 AGBL4 ENSG00000186094 +CDS chr1 48634493 48634604 ENST00000371839 protein_coding 6 2 9 AGBL4 ENSG00000186094 +CDS chr1 48634493 48634604 ENST00000416121 protein_coding 5 1 5 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000371839 protein_coding 6 2 8 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000416121 protein_coding 5 1 4 AGBL4 ENSG00000186094 +CDS chr1 48653337 48653451 ENST00000371838 protein_coding 5 5 8 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000371839 protein_coding 6 2 7 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000416121 protein_coding 5 1 3 AGBL4 ENSG00000186094 +CDS chr1 48663152 48663241 ENST00000371838 protein_coding 5 5 7 AGBL4 ENSG00000186094 +transcript chr1 48727519 48776891 ENST00000371833 protein_coding 4 1 NA BEND5 ENSG00000162373 +CDS chr1 48727889 48728043 ENST00000371833 protein_coding 4 1 6 BEND5 ENSG00000162373 +CDS chr1 48736239 48736452 ENST00000371833 protein_coding 4 1 5 BEND5 ENSG00000162373 +CDS chr1 48742623 48742771 ENST00000371833 protein_coding 4 1 4 BEND5 ENSG00000162373 +CDS chr1 48758900 48759284 ENST00000371833 protein_coding 4 1 3 BEND5 ENSG00000162373 +CDS chr1 48761337 48761470 ENST00000371833 protein_coding 4 1 2 BEND5 ENSG00000162373 +CDS chr1 48776606 48776831 ENST00000371833 protein_coding 4 1 1 BEND5 ENSG00000162373 +transcript chr1 48817507 50023900 ENST00000371836 protein_coding 1 1 NA AGBL4 ENSG00000186094 +CDS chr1 48818206 48818222 ENST00000371836 protein_coding 1 1 7 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371839 protein_coding 6 2 6 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000416121 protein_coding 5 1 2 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371838 protein_coding 5 5 6 AGBL4 ENSG00000186094 +CDS chr1 48867191 48867230 ENST00000371836 protein_coding 1 1 6 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371839 protein_coding 6 2 5 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045714 ENST00000416121 protein_coding 5 1 1 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371838 protein_coding 5 5 5 AGBL4 ENSG00000186094 +CDS chr1 49045584 49045800 ENST00000371836 protein_coding 1 1 5 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371839 protein_coding 6 2 4 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371838 protein_coding 5 5 4 AGBL4 ENSG00000186094 +CDS chr1 49245770 49245864 ENST00000371836 protein_coding 1 1 4 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371839 protein_coding 6 2 3 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371838 protein_coding 5 5 3 AGBL4 ENSG00000186094 +CDS chr1 49697313 49697437 ENST00000371836 protein_coding 1 1 3 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371839 protein_coding 6 2 2 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371838 protein_coding 5 5 2 AGBL4 ENSG00000186094 +CDS chr1 49851396 49851518 ENST00000371836 protein_coding 1 1 2 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371839 protein_coding 6 2 1 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371838 protein_coding 5 5 1 AGBL4 ENSG00000186094 +CDS chr1 50023763 50023796 ENST00000371836 protein_coding 1 1 1 AGBL4 ENSG00000186094 +transcript chr1 50047607 50177192 ENST00000463650 protein_coding 2 5 NA ELAVL4 ENSG00000162374 +transcript chr1 50048014 50201570 ENST00000448907 protein_coding 7 2 NA ELAVL4 ENSG00000162374 +CDS chr1 50048165 50048182 ENST00000448907 protein_coding 7 2 1 ELAVL4 ENSG00000162374 +transcript chr1 50103910 50203770 ENST00000371827 protein_coding 5 1 NA ELAVL4 ENSG00000162374 +CDS chr1 50103992 50104000 ENST00000371827 protein_coding 5 1 1 ELAVL4 ENSG00000162374 +transcript chr1 50105666 50201584 ENST00000651347 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50105903 50105950 ENST00000651347 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +transcript chr1 50106265 50201399 ENST00000357083 protein_coding 8 1 NA ELAVL4 ENSG00000162374 +CDS chr1 50106277 50106393 ENST00000357083 protein_coding 8 1 1 ELAVL4 ENSG00000162374 +transcript chr1 50108856 50201576 ENST00000650764 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50108920 50177128 ENST00000494555 protein_coding 2 3 NA ELAVL4 ENSG00000162374 +transcript chr1 50108920 50203772 ENST00000371824 protein_coding 7 1 NA ELAVL4 ENSG00000162374 +transcript chr1 50108966 50201402 ENST00000371823 protein_coding 8 1 NA ELAVL4 ENSG00000162374 +transcript chr1 50109066 50181300 ENST00000652693 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000650764 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000371824 protein_coding 7 1 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000371823 protein_coding 8 1 1 ELAVL4 ENSG00000162374 +CDS chr1 50109190 50109198 ENST00000652693 protein_coding 1 NA 1 ELAVL4 ENSG00000162374 +transcript chr1 50109706 50202294 ENST00000371819 protein_coding 1 2 NA ELAVL4 ENSG00000162374 +transcript chr1 50109788 50201116 ENST00000651258 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50109826 50195708 ENST00000652353 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +transcript chr1 50109833 50203770 ENST00000371821 protein_coding 6 5 NA ELAVL4 ENSG00000162374 +transcript chr1 50109837 50203747 ENST00000652274 protein_coding 1 NA NA ELAVL4 ENSG00000162374 +CDS chr1 50109941 50109964 ENST00000371819 protein_coding 1 2 1 ELAVL4 ENSG00000162374 +CDS chr1 50109941 50109964 ENST00000371821 protein_coding 6 5 1 ELAVL4 ENSG00000162374 +CDS chr1 50141853 50141858 ENST00000494555 protein_coding 2 3 2 ELAVL4 ENSG00000162374 +CDS chr1 50141853 50141858 ENST00000651258 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000448907 protein_coding 7 2 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371827 protein_coding 5 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000651347 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000357083 protein_coding 8 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000650764 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000494555 protein_coding 2 3 3 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371824 protein_coding 7 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371823 protein_coding 8 1 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000652693 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371819 protein_coding 1 2 2 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000651258 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50144957 50145197 ENST00000371821 protein_coding 6 5 2 ELAVL4 ENSG00000162374 +CDS chr1 50144969 50145197 ENST00000463650 protein_coding 2 5 2 ELAVL4 ENSG00000162374 +CDS chr1 50144969 50145197 ENST00000652274 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50145116 50145197 ENST00000652353 protein_coding 1 NA 2 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000463650 protein_coding 2 5 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000448907 protein_coding 7 2 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371827 protein_coding 5 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000651347 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000357083 protein_coding 8 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000650764 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177128 ENST00000494555 protein_coding 2 3 4 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371824 protein_coding 7 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371823 protein_coding 8 1 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652693 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371819 protein_coding 1 2 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000651258 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652353 protein_coding 1 NA 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000371821 protein_coding 6 5 3 ELAVL4 ENSG00000162374 +CDS chr1 50177089 50177192 ENST00000652274 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50179544 50179573 ENST00000652693 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000448907 protein_coding 7 2 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371827 protein_coding 5 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000651347 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000357083 protein_coding 8 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000650764 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371824 protein_coding 7 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371823 protein_coding 8 1 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371819 protein_coding 1 2 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000651258 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000652353 protein_coding 1 NA 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000371821 protein_coding 6 5 4 ELAVL4 ENSG00000162374 +CDS chr1 50193765 50193918 ENST00000652274 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000448907 protein_coding 7 2 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371827 protein_coding 5 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000651347 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000357083 protein_coding 8 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000650764 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371824 protein_coding 7 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371823 protein_coding 8 1 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371819 protein_coding 1 2 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000651258 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195708 ENST00000652353 protein_coding 1 NA 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000371821 protein_coding 6 5 5 ELAVL4 ENSG00000162374 +CDS chr1 50195561 50195786 ENST00000652274 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000448907 protein_coding 7 2 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371827 protein_coding 5 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000651347 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000357083 protein_coding 8 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371824 protein_coding 7 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371823 protein_coding 8 1 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371819 protein_coding 1 2 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000651258 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000371821 protein_coding 6 5 6 ELAVL4 ENSG00000162374 +CDS chr1 50197429 50197467 ENST00000652274 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50200809 50201175 ENST00000371823 protein_coding 8 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200809 50201175 ENST00000371821 protein_coding 6 5 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000448907 protein_coding 7 2 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371827 protein_coding 5 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000651347 protein_coding 1 NA 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000357083 protein_coding 8 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000650764 protein_coding 1 NA 6 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371824 protein_coding 7 1 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000371819 protein_coding 1 2 7 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201116 ENST00000651258 protein_coding 1 NA 8 ELAVL4 ENSG00000162374 +CDS chr1 50200851 50201175 ENST00000652274 protein_coding 1 NA 8 ELAVL4 ENSG00000162374 +transcript chr1 50417550 50421632 ENST00000418121 protein_coding 5 1 NA DMRTA2 ENSG00000142700 +transcript chr1 50417550 50423443 ENST00000404795 protein_coding 4 5 NA DMRTA2 ENSG00000142700 +CDS chr1 50418668 50419734 ENST00000418121 protein_coding 5 1 2 DMRTA2 ENSG00000142700 +CDS chr1 50418668 50419734 ENST00000404795 protein_coding 4 5 3 DMRTA2 ENSG00000142700 +CDS chr1 50420978 50421536 ENST00000418121 protein_coding 5 1 1 DMRTA2 ENSG00000142700 +CDS chr1 50420978 50421536 ENST00000404795 protein_coding 4 5 2 DMRTA2 ENSG00000142700 +transcript chr1 50437028 50960267 ENST00000396153 protein_coding 7 1 NA FAF1 ENSG00000185104 +CDS chr1 50441443 50441523 ENST00000396153 protein_coding 7 1 19 FAF1 ENSG00000185104 +CDS chr1 50475464 50475679 ENST00000396153 protein_coding 7 1 18 FAF1 ENSG00000185104 +CDS chr1 50490588 50490665 ENST00000396153 protein_coding 7 1 17 FAF1 ENSG00000185104 +CDS chr1 50491721 50491801 ENST00000396153 protein_coding 7 1 16 FAF1 ENSG00000185104 +CDS chr1 50535369 50535457 ENST00000396153 protein_coding 7 1 15 FAF1 ENSG00000185104 +CDS chr1 50539592 50539728 ENST00000396153 protein_coding 7 1 14 FAF1 ENSG00000185104 +CDS chr1 50567077 50567231 ENST00000396153 protein_coding 7 1 13 FAF1 ENSG00000185104 +CDS chr1 50582618 50582699 ENST00000396153 protein_coding 7 1 12 FAF1 ENSG00000185104 +CDS chr1 50583652 50583715 ENST00000396153 protein_coding 7 1 11 FAF1 ENSG00000185104 +CDS chr1 50584685 50584811 ENST00000396153 protein_coding 7 1 10 FAF1 ENSG00000185104 +CDS chr1 50596121 50596216 ENST00000396153 protein_coding 7 1 9 FAF1 ENSG00000185104 +CDS chr1 50655442 50655528 ENST00000396153 protein_coding 7 1 8 FAF1 ENSG00000185104 +CDS chr1 50705786 50705891 ENST00000396153 protein_coding 7 1 7 FAF1 ENSG00000185104 +CDS chr1 50738863 50738954 ENST00000396153 protein_coding 7 1 6 FAF1 ENSG00000185104 +CDS chr1 50744684 50744775 ENST00000396153 protein_coding 7 1 5 FAF1 ENSG00000185104 +CDS chr1 50788000 50788205 ENST00000396153 protein_coding 7 1 4 FAF1 ENSG00000185104 +CDS chr1 50801631 50801677 ENST00000396153 protein_coding 7 1 3 FAF1 ENSG00000185104 +CDS chr1 50857929 50857997 ENST00000396153 protein_coding 7 1 2 FAF1 ENSG00000185104 +CDS chr1 50959767 50959811 ENST00000396153 protein_coding 7 1 1 FAF1 ENSG00000185104 +transcript chr1 50960745 50974633 ENST00000262662 protein_coding 5 2 NA CDKN2C ENSG00000123080 +transcript chr1 50968706 50974634 ENST00000396148 protein_coding 2 1 NA CDKN2C ENSG00000123080 +transcript chr1 50970245 50974634 ENST00000371761 protein_coding 4 1 NA CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000262662 protein_coding 5 2 3 CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000396148 protein_coding 2 1 2 CDKN2C ENSG00000123080 +CDS chr1 50970369 50970497 ENST00000371761 protein_coding 4 1 1 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000262662 protein_coding 5 2 4 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000396148 protein_coding 2 1 3 CDKN2C ENSG00000123080 +CDS chr1 50973893 50974267 ENST00000371761 protein_coding 4 1 2 CDKN2C ENSG00000123080 +transcript chr1 51102221 51147849 ENST00000648827 protein_coding 1 NA NA C1orf185 ENSG00000204006 +transcript chr1 51102228 51148086 ENST00000371759 protein_coding 7 2 NA C1orf185 ENSG00000204006 +CDS chr1 51102234 51102249 ENST00000648827 protein_coding 1 NA 1 C1orf185 ENSG00000204006 +CDS chr1 51102234 51102249 ENST00000371759 protein_coding 7 2 1 C1orf185 ENSG00000204006 +transcript chr1 51102271 51147845 ENST00000467127 protein_coding 5 3 NA C1orf185 ENSG00000204006 +CDS chr1 51112464 51112569 ENST00000648827 protein_coding 1 NA 2 C1orf185 ENSG00000204006 +CDS chr1 51112464 51112569 ENST00000371759 protein_coding 7 2 2 C1orf185 ENSG00000204006 +CDS chr1 51118666 51118801 ENST00000648827 protein_coding 1 NA 3 C1orf185 ENSG00000204006 +CDS chr1 51118666 51118801 ENST00000371759 protein_coding 7 2 3 C1orf185 ENSG00000204006 +CDS chr1 51118727 51118801 ENST00000467127 protein_coding 5 3 3 C1orf185 ENSG00000204006 +CDS chr1 51145724 51145760 ENST00000371759 protein_coding 7 2 4 C1orf185 ENSG00000204006 +CDS chr1 51145724 51145760 ENST00000467127 protein_coding 5 3 4 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147568 ENST00000648827 protein_coding 1 NA 4 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147768 ENST00000371759 protein_coding 7 2 5 C1orf185 ENSG00000204006 +CDS chr1 51147467 51147768 ENST00000467127 protein_coding 5 3 5 C1orf185 ENSG00000204006 +transcript chr1 51236273 51273447 ENST00000242719 protein_coding 4 1 NA RNF11 ENSG00000123091 +CDS chr1 51236757 51236879 ENST00000242719 protein_coding 4 1 1 RNF11 ENSG00000123091 +CDS chr1 51269956 51270125 ENST00000242719 protein_coding 4 1 2 RNF11 ENSG00000123091 +CDS chr1 51271151 51271319 ENST00000242719 protein_coding 4 1 3 RNF11 ENSG00000123091 +transcript chr1 51287258 51297990 ENST00000530004 protein_coding 5 1 NA TTC39A ENSG00000085831 +transcript chr1 51287258 51322210 ENST00000447632 protein_coding 6 1 NA TTC39A ENSG00000085831 +transcript chr1 51287258 51330562 ENST00000680483 protein_coding 1 NA NA TTC39A ENSG00000085831 +transcript chr1 51287258 51345116 ENST00000413473 protein_coding 6 1 NA TTC39A ENSG00000085831 +transcript chr1 51287266 51325976 ENST00000422925 protein_coding 6 3 NA TTC39A ENSG00000085831 +transcript chr1 51287347 51330550 ENST00000439482 protein_coding 6 5 NA TTC39A ENSG00000085831 +transcript chr1 51287810 51322268 ENST00000680290 protein_coding 1 NA NA TTC39A ENSG00000085831 +transcript chr1 51287812 51330173 ENST00000262675 protein_coding 11 2 NA TTC39A ENSG00000085831 +transcript chr1 51287970 51322258 ENST00000371750 protein_coding 9 1 NA TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000530004 protein_coding 5 1 7 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000447632 protein_coding 6 1 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000680483 protein_coding 1 NA 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000413473 protein_coding 6 1 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000422925 protein_coding 6 3 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000439482 protein_coding 6 5 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000680290 protein_coding 1 NA 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000262675 protein_coding 11 2 18 TTC39A ENSG00000085831 +CDS chr1 51288160 51288280 ENST00000371750 protein_coding 9 1 18 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000530004 protein_coding 5 1 6 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000447632 protein_coding 6 1 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000680483 protein_coding 1 NA 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000413473 protein_coding 6 1 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000422925 protein_coding 6 3 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000439482 protein_coding 6 5 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000680290 protein_coding 1 NA 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000262675 protein_coding 11 2 17 TTC39A ENSG00000085831 +CDS chr1 51288839 51288955 ENST00000371750 protein_coding 9 1 17 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000530004 protein_coding 5 1 5 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000447632 protein_coding 6 1 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000680483 protein_coding 1 NA 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000413473 protein_coding 6 1 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000422925 protein_coding 6 3 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000439482 protein_coding 6 5 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000680290 protein_coding 1 NA 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000262675 protein_coding 11 2 16 TTC39A ENSG00000085831 +CDS chr1 51290005 51290119 ENST00000371750 protein_coding 9 1 16 TTC39A ENSG00000085831 +transcript chr1 51290092 51296860 ENST00000525906 protein_coding 1 5 NA TTC39A ENSG00000085831 +CDS chr1 51290092 51290119 ENST00000525906 protein_coding 1 5 5 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000530004 protein_coding 5 1 4 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000447632 protein_coding 6 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000680483 protein_coding 1 NA 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000413473 protein_coding 6 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000422925 protein_coding 6 3 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000439482 protein_coding 6 5 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000680290 protein_coding 1 NA 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000262675 protein_coding 11 2 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000371750 protein_coding 9 1 15 TTC39A ENSG00000085831 +CDS chr1 51290514 51290625 ENST00000525906 protein_coding 1 5 4 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000530004 protein_coding 5 1 3 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000447632 protein_coding 6 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000680483 protein_coding 1 NA 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000413473 protein_coding 6 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000422925 protein_coding 6 3 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000439482 protein_coding 6 5 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000680290 protein_coding 1 NA 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000262675 protein_coding 11 2 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000371750 protein_coding 9 1 14 TTC39A ENSG00000085831 +CDS chr1 51294391 51294511 ENST00000525906 protein_coding 1 5 3 TTC39A ENSG00000085831 +transcript chr1 51295538 51330562 ENST00000371747 protein_coding 7 2 NA TTC39A ENSG00000085831 +CDS chr1 51296051 51296170 ENST00000371747 protein_coding 7 2 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296155 ENST00000530004 protein_coding 5 1 2 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000447632 protein_coding 6 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000680483 protein_coding 1 NA 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000413473 protein_coding 6 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000422925 protein_coding 6 3 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000439482 protein_coding 6 5 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000680290 protein_coding 1 NA 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000262675 protein_coding 11 2 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296170 ENST00000371750 protein_coding 9 1 13 TTC39A ENSG00000085831 +CDS chr1 51296079 51296155 ENST00000525906 protein_coding 1 5 2 TTC39A ENSG00000085831 +transcript chr1 51297218 51331346 ENST00000262676 protein_coding 9 2 NA TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000447632 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000680483 protein_coding 1 NA 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000413473 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000422925 protein_coding 6 3 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000439482 protein_coding 6 5 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000680290 protein_coding 1 NA 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000262675 protein_coding 11 2 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000371750 protein_coding 9 1 12 TTC39A ENSG00000085831 +CDS chr1 51301572 51301733 ENST00000371747 protein_coding 7 2 12 TTC39A ENSG00000085831 +transcript chr1 51301705 51330947 ENST00000411642 protein_coding 6 1 NA TTC39A ENSG00000085831 +CDS chr1 51301705 51301733 ENST00000411642 protein_coding 6 1 12 TTC39A ENSG00000085831 +CDS chr1 51302084 51302416 ENST00000262676 protein_coding 9 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000447632 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000680483 protein_coding 1 NA 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000413473 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000422925 protein_coding 6 3 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000439482 protein_coding 6 5 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000680290 protein_coding 1 NA 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000262675 protein_coding 11 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000371750 protein_coding 9 1 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000371747 protein_coding 7 2 11 TTC39A ENSG00000085831 +CDS chr1 51302357 51302416 ENST00000411642 protein_coding 6 1 11 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000447632 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000680483 protein_coding 1 NA 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000413473 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000422925 protein_coding 6 3 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000439482 protein_coding 6 5 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000680290 protein_coding 1 NA 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000262675 protein_coding 11 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000371750 protein_coding 9 1 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000371747 protein_coding 7 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000262676 protein_coding 9 2 10 TTC39A ENSG00000085831 +CDS chr1 51302506 51302573 ENST00000411642 protein_coding 6 1 10 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000447632 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000680483 protein_coding 1 NA 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000413473 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000422925 protein_coding 6 3 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000439482 protein_coding 6 5 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000680290 protein_coding 1 NA 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000262675 protein_coding 11 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000371750 protein_coding 9 1 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000371747 protein_coding 7 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000262676 protein_coding 9 2 9 TTC39A ENSG00000085831 +CDS chr1 51303084 51303192 ENST00000411642 protein_coding 6 1 9 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000447632 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000680483 protein_coding 1 NA 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000413473 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000422925 protein_coding 6 3 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000439482 protein_coding 6 5 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000680290 protein_coding 1 NA 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000262675 protein_coding 11 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000371750 protein_coding 9 1 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000371747 protein_coding 7 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000262676 protein_coding 9 2 8 TTC39A ENSG00000085831 +CDS chr1 51305081 51305146 ENST00000411642 protein_coding 6 1 8 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000447632 protein_coding 6 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000680483 protein_coding 1 NA 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000413473 protein_coding 6 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000422925 protein_coding 6 3 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000439482 protein_coding 6 5 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000680290 protein_coding 1 NA 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000262675 protein_coding 11 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000371750 protein_coding 9 1 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000371747 protein_coding 7 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000262676 protein_coding 9 2 7 TTC39A ENSG00000085831 +CDS chr1 51305977 51306076 ENST00000411642 protein_coding 6 1 7 TTC39A ENSG00000085831 +transcript chr1 51306024 51330202 ENST00000380849 protein_coding 6 3 NA TTC39A ENSG00000085831 +CDS chr1 51306024 51306076 ENST00000380849 protein_coding 6 3 7 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000447632 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000680483 protein_coding 1 NA 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000413473 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000422925 protein_coding 6 3 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000439482 protein_coding 6 5 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000680290 protein_coding 1 NA 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000262675 protein_coding 11 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000371750 protein_coding 9 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000371747 protein_coding 7 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000262676 protein_coding 9 2 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309325 ENST00000411642 protein_coding 6 1 6 TTC39A ENSG00000085831 +CDS chr1 51309261 51309430 ENST00000380849 protein_coding 6 3 6 TTC39A ENSG00000085831 +transcript chr1 51309392 51345116 ENST00000401051 protein_coding 7 4 NA TTC39A ENSG00000085831 +CDS chr1 51309392 51309430 ENST00000401051 protein_coding 7 4 6 TTC39A ENSG00000085831 +transcript chr1 51309399 51325953 ENST00000532836 protein_coding 5 4 NA TTC39A ENSG00000085831 +CDS chr1 51309399 51309430 ENST00000532836 protein_coding 5 4 6 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000447632 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000680483 protein_coding 1 NA 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000413473 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000422925 protein_coding 6 3 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000439482 protein_coding 6 5 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000680290 protein_coding 1 NA 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000262675 protein_coding 11 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000371750 protein_coding 9 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000371747 protein_coding 7 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000262676 protein_coding 9 2 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000411642 protein_coding 6 1 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000380849 protein_coding 6 3 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000401051 protein_coding 7 4 5 TTC39A ENSG00000085831 +CDS chr1 51311254 51311321 ENST00000532836 protein_coding 5 4 5 TTC39A ENSG00000085831 +transcript chr1 51311257 51345116 ENST00000527205 protein_coding 1 4 NA TTC39A ENSG00000085831 +CDS chr1 51311257 51311321 ENST00000527205 protein_coding 1 4 6 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000447632 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000680483 protein_coding 1 NA 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000413473 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000422925 protein_coding 6 3 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000439482 protein_coding 6 5 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000680290 protein_coding 1 NA 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000262675 protein_coding 11 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000371750 protein_coding 9 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000371747 protein_coding 7 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000262676 protein_coding 9 2 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000411642 protein_coding 6 1 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000380849 protein_coding 6 3 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000401051 protein_coding 7 4 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000532836 protein_coding 5 4 4 TTC39A ENSG00000085831 +CDS chr1 51312119 51312195 ENST00000527205 protein_coding 1 4 5 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000447632 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000680483 protein_coding 1 NA 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000413473 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000422925 protein_coding 6 3 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000439482 protein_coding 6 5 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000680290 protein_coding 1 NA 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000262675 protein_coding 11 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000371750 protein_coding 9 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000371747 protein_coding 7 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000262676 protein_coding 9 2 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000411642 protein_coding 6 1 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000380849 protein_coding 6 3 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000401051 protein_coding 7 4 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000532836 protein_coding 5 4 3 TTC39A ENSG00000085831 +CDS chr1 51312812 51312943 ENST00000527205 protein_coding 1 4 4 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000447632 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000680483 protein_coding 1 NA 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000413473 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000422925 protein_coding 6 3 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000439482 protein_coding 6 5 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000680290 protein_coding 1 NA 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000262675 protein_coding 11 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000371750 protein_coding 9 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000371747 protein_coding 7 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000262676 protein_coding 9 2 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000411642 protein_coding 6 1 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000380849 protein_coding 6 3 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000401051 protein_coding 7 4 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321785 ENST00000532836 protein_coding 5 4 2 TTC39A ENSG00000085831 +CDS chr1 51321721 51321825 ENST00000527205 protein_coding 1 4 3 TTC39A ENSG00000085831 +CDS chr1 51322118 51322161 ENST00000447632 protein_coding 6 1 1 TTC39A ENSG00000085831 +CDS chr1 51322118 51322161 ENST00000371750 protein_coding 9 1 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000680483 protein_coding 1 NA 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000439482 protein_coding 6 5 1 TTC39A ENSG00000085831 +CDS chr1 51330437 51330477 ENST00000371747 protein_coding 7 2 1 TTC39A ENSG00000085831 +CDS chr1 51331154 51331185 ENST00000262676 protein_coding 9 2 1 TTC39A ENSG00000085831 +CDS chr1 51343007 51343078 ENST00000527205 protein_coding 1 4 2 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000413473 protein_coding 6 1 1 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000401051 protein_coding 7 4 1 TTC39A ENSG00000085831 +CDS chr1 51344991 51345043 ENST00000527205 protein_coding 1 4 1 TTC39A ENSG00000085831 +transcript chr1 51354263 51519241 ENST00000371730 protein_coding 6 1 NA EPS15 ENSG00000085832 +transcript chr1 51354263 51519266 ENST00000371733 protein_coding 8 1 NA EPS15 ENSG00000085832 +CDS chr1 51356703 51356846 ENST00000371730 protein_coding 6 1 23 EPS15 ENSG00000085832 +CDS chr1 51356703 51356846 ENST00000371733 protein_coding 8 1 25 EPS15 ENSG00000085832 +CDS chr1 51361171 51361355 ENST00000371730 protein_coding 6 1 22 EPS15 ENSG00000085832 +CDS chr1 51361171 51361355 ENST00000371733 protein_coding 8 1 24 EPS15 ENSG00000085832 +CDS chr1 51363866 51364028 ENST00000371730 protein_coding 6 1 21 EPS15 ENSG00000085832 +CDS chr1 51363866 51364028 ENST00000371733 protein_coding 8 1 23 EPS15 ENSG00000085832 +CDS chr1 51365953 51366029 ENST00000371730 protein_coding 6 1 20 EPS15 ENSG00000085832 +CDS chr1 51365953 51366029 ENST00000371733 protein_coding 8 1 22 EPS15 ENSG00000085832 +CDS chr1 51394381 51394447 ENST00000371730 protein_coding 6 1 19 EPS15 ENSG00000085832 +CDS chr1 51394381 51394447 ENST00000371733 protein_coding 8 1 21 EPS15 ENSG00000085832 +CDS chr1 51399032 51399165 ENST00000371730 protein_coding 6 1 18 EPS15 ENSG00000085832 +CDS chr1 51399032 51399165 ENST00000371733 protein_coding 8 1 20 EPS15 ENSG00000085832 +CDS chr1 51400918 51400953 ENST00000371730 protein_coding 6 1 17 EPS15 ENSG00000085832 +CDS chr1 51400918 51400953 ENST00000371733 protein_coding 8 1 19 EPS15 ENSG00000085832 +CDS chr1 51402435 51402525 ENST00000371730 protein_coding 6 1 16 EPS15 ENSG00000085832 +CDS chr1 51402435 51402525 ENST00000371733 protein_coding 8 1 18 EPS15 ENSG00000085832 +CDS chr1 51403419 51403532 ENST00000371730 protein_coding 6 1 15 EPS15 ENSG00000085832 +CDS chr1 51403419 51403532 ENST00000371733 protein_coding 8 1 17 EPS15 ENSG00000085832 +CDS chr1 51405905 51406108 ENST00000371733 protein_coding 8 1 16 EPS15 ENSG00000085832 +CDS chr1 51408135 51408332 ENST00000371733 protein_coding 8 1 15 EPS15 ENSG00000085832 +CDS chr1 51409535 51409696 ENST00000371730 protein_coding 6 1 14 EPS15 ENSG00000085832 +CDS chr1 51409535 51409696 ENST00000371733 protein_coding 8 1 14 EPS15 ENSG00000085832 +CDS chr1 51421786 51421858 ENST00000371730 protein_coding 6 1 13 EPS15 ENSG00000085832 +CDS chr1 51421786 51421858 ENST00000371733 protein_coding 8 1 13 EPS15 ENSG00000085832 +CDS chr1 51440347 51440432 ENST00000371730 protein_coding 6 1 12 EPS15 ENSG00000085832 +CDS chr1 51440347 51440432 ENST00000371733 protein_coding 8 1 12 EPS15 ENSG00000085832 +CDS chr1 51444889 51445045 ENST00000371730 protein_coding 6 1 11 EPS15 ENSG00000085832 +CDS chr1 51444889 51445045 ENST00000371733 protein_coding 8 1 11 EPS15 ENSG00000085832 +CDS chr1 51446960 51447105 ENST00000371730 protein_coding 6 1 10 EPS15 ENSG00000085832 +CDS chr1 51446960 51447105 ENST00000371733 protein_coding 8 1 10 EPS15 ENSG00000085832 +CDS chr1 51448046 51448135 ENST00000371730 protein_coding 6 1 9 EPS15 ENSG00000085832 +CDS chr1 51448046 51448135 ENST00000371733 protein_coding 8 1 9 EPS15 ENSG00000085832 +CDS chr1 51461091 51461150 ENST00000371730 protein_coding 6 1 8 EPS15 ENSG00000085832 +CDS chr1 51461091 51461150 ENST00000371733 protein_coding 8 1 8 EPS15 ENSG00000085832 +CDS chr1 51463673 51463798 ENST00000371730 protein_coding 6 1 7 EPS15 ENSG00000085832 +CDS chr1 51463673 51463798 ENST00000371733 protein_coding 8 1 7 EPS15 ENSG00000085832 +CDS chr1 51465261 51465326 ENST00000371730 protein_coding 6 1 6 EPS15 ENSG00000085832 +CDS chr1 51465261 51465326 ENST00000371733 protein_coding 8 1 6 EPS15 ENSG00000085832 +CDS chr1 51468473 51468568 ENST00000371730 protein_coding 6 1 5 EPS15 ENSG00000085832 +CDS chr1 51468473 51468568 ENST00000371733 protein_coding 8 1 5 EPS15 ENSG00000085832 +CDS chr1 51471690 51471737 ENST00000371730 protein_coding 6 1 4 EPS15 ENSG00000085832 +CDS chr1 51471690 51471737 ENST00000371733 protein_coding 8 1 4 EPS15 ENSG00000085832 +CDS chr1 51472859 51472948 ENST00000371730 protein_coding 6 1 3 EPS15 ENSG00000085832 +CDS chr1 51472859 51472948 ENST00000371733 protein_coding 8 1 3 EPS15 ENSG00000085832 +CDS chr1 51481273 51481314 ENST00000371730 protein_coding 6 1 2 EPS15 ENSG00000085832 +CDS chr1 51481273 51481314 ENST00000371733 protein_coding 8 1 2 EPS15 ENSG00000085832 +CDS chr1 51519199 51519231 ENST00000371730 protein_coding 6 1 1 EPS15 ENSG00000085832 +CDS chr1 51519199 51519231 ENST00000371733 protein_coding 8 1 1 EPS15 ENSG00000085832 +transcript chr1 51577179 51788469 ENST00000371714 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +transcript chr1 51617092 51788469 ENST00000447887 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +transcript chr1 51617092 51789219 ENST00000428468 protein_coding 6 1 NA OSBPL9 ENSG00000117859 +transcript chr1 51617109 51788469 ENST00000453295 protein_coding 5 1 NA OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000371714 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000447887 protein_coding 5 2 1 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000428468 protein_coding 6 1 1 OSBPL9 ENSG00000117859 +CDS chr1 51617111 51617221 ENST00000453295 protein_coding 5 1 1 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000371714 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000447887 protein_coding 5 2 2 OSBPL9 ENSG00000117859 +CDS chr1 51651991 51652041 ENST00000428468 protein_coding 6 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000371714 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000447887 protein_coding 5 2 3 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000428468 protein_coding 6 1 3 OSBPL9 ENSG00000117859 +CDS chr1 51669434 51669512 ENST00000453295 protein_coding 5 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000371714 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000447887 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000428468 protein_coding 6 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51714003 51714079 ENST00000453295 protein_coding 5 1 3 OSBPL9 ENSG00000117859 +transcript chr1 51729303 51765905 ENST00000532975 protein_coding 5 4 NA OSBPL9 ENSG00000117859 +transcript chr1 51729600 51761964 ENST00000527631 protein_coding 5 4 NA OSBPL9 ENSG00000117859 +transcript chr1 51729808 51787789 ENST00000531828 protein_coding 5 5 NA OSBPL9 ENSG00000117859 +transcript chr1 51729815 51788469 ENST00000361556 protein_coding 9 1 NA OSBPL9 ENSG00000117859 +transcript chr1 51729857 51756369 ENST00000481937 protein_coding 5 3 NA OSBPL9 ENSG00000117859 +transcript chr1 51729904 51788469 ENST00000462759 protein_coding 5 1 NA OSBPL9 ENSG00000117859 +CDS chr1 51729975 51730001 ENST00000361556 protein_coding 9 1 1 OSBPL9 ENSG00000117859 +transcript chr1 51730034 51788469 ENST00000486942 protein_coding 5 2 NA OSBPL9 ENSG00000117859 +CDS chr1 51740143 51740211 ENST00000447887 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000371714 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000447887 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000428468 protein_coding 6 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000453295 protein_coding 5 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51745536 51745631 ENST00000361556 protein_coding 9 1 2 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000371714 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000447887 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000428468 protein_coding 6 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000453295 protein_coding 5 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51746710 51746757 ENST00000361556 protein_coding 9 1 3 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000371714 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000447887 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000428468 protein_coding 6 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000453295 protein_coding 5 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51748369 51748398 ENST00000361556 protein_coding 9 1 4 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000371714 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000447887 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000428468 protein_coding 6 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000453295 protein_coding 5 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51750145 51750195 ENST00000361556 protein_coding 9 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000532975 protein_coding 5 4 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000527631 protein_coding 5 4 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000531828 protein_coding 5 5 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000481937 protein_coding 5 3 6 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000462759 protein_coding 5 1 5 OSBPL9 ENSG00000117859 +CDS chr1 51750148 51750195 ENST00000486942 protein_coding 5 2 4 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000428468 protein_coding 6 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000453295 protein_coding 5 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000527631 protein_coding 5 4 6 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756358 ENST00000531828 protein_coding 5 5 6 OSBPL9 ENSG00000117859 +CDS chr1 51756320 51756369 ENST00000481937 protein_coding 5 3 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000371714 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000447887 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000428468 protein_coding 6 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000453295 protein_coding 5 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000532975 protein_coding 5 4 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000527631 protein_coding 5 4 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000531828 protein_coding 5 5 7 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000361556 protein_coding 9 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000462759 protein_coding 5 1 6 OSBPL9 ENSG00000117859 +CDS chr1 51760690 51760780 ENST00000486942 protein_coding 5 2 5 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000371714 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000447887 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000428468 protein_coding 6 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000453295 protein_coding 5 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000532975 protein_coding 5 4 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761964 ENST00000527631 protein_coding 5 4 8 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000531828 protein_coding 5 5 8 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000361556 protein_coding 9 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000462759 protein_coding 5 1 7 OSBPL9 ENSG00000117859 +CDS chr1 51761867 51761971 ENST00000486942 protein_coding 5 2 6 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000371714 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000447887 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000428468 protein_coding 6 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000453295 protein_coding 5 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765905 ENST00000532975 protein_coding 5 4 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000531828 protein_coding 5 5 9 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000361556 protein_coding 9 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000462759 protein_coding 5 1 8 OSBPL9 ENSG00000117859 +CDS chr1 51765822 51765981 ENST00000486942 protein_coding 5 2 7 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000371714 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000447887 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000428468 protein_coding 6 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000453295 protein_coding 5 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000531828 protein_coding 5 5 10 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000361556 protein_coding 9 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000462759 protein_coding 5 1 9 OSBPL9 ENSG00000117859 +CDS chr1 51772070 51772182 ENST00000486942 protein_coding 5 2 8 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000371714 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000447887 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000428468 protein_coding 6 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000453295 protein_coding 5 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000531828 protein_coding 5 5 11 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000361556 protein_coding 9 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000462759 protein_coding 5 1 10 OSBPL9 ENSG00000117859 +CDS chr1 51772605 51772723 ENST00000486942 protein_coding 5 2 9 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000371714 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000447887 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000428468 protein_coding 6 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000453295 protein_coding 5 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000531828 protein_coding 5 5 12 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000361556 protein_coding 9 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000462759 protein_coding 5 1 11 OSBPL9 ENSG00000117859 +CDS chr1 51776833 51776918 ENST00000486942 protein_coding 5 2 10 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000371714 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000447887 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000428468 protein_coding 6 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000453295 protein_coding 5 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000531828 protein_coding 5 5 13 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000361556 protein_coding 9 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000462759 protein_coding 5 1 12 OSBPL9 ENSG00000117859 +CDS chr1 51781164 51781335 ENST00000486942 protein_coding 5 2 11 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000371714 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000447887 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000428468 protein_coding 6 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000453295 protein_coding 5 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000531828 protein_coding 5 5 14 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000361556 protein_coding 9 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000462759 protein_coding 5 1 13 OSBPL9 ENSG00000117859 +CDS chr1 51782559 51782643 ENST00000486942 protein_coding 5 2 12 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000371714 protein_coding 5 2 20 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000447887 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000428468 protein_coding 6 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000453295 protein_coding 5 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000531828 protein_coding 5 5 15 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000361556 protein_coding 9 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000462759 protein_coding 5 1 14 OSBPL9 ENSG00000117859 +CDS chr1 51783915 51784025 ENST00000486942 protein_coding 5 2 13 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000371714 protein_coding 5 2 21 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000447887 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000428468 protein_coding 6 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000453295 protein_coding 5 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000531828 protein_coding 5 5 16 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000361556 protein_coding 9 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000462759 protein_coding 5 1 15 OSBPL9 ENSG00000117859 +CDS chr1 51784264 51784327 ENST00000486942 protein_coding 5 2 14 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000371714 protein_coding 5 2 22 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000447887 protein_coding 5 2 20 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000428468 protein_coding 6 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000453295 protein_coding 5 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000531828 protein_coding 5 5 17 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000361556 protein_coding 9 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000462759 protein_coding 5 1 16 OSBPL9 ENSG00000117859 +CDS chr1 51784442 51784582 ENST00000486942 protein_coding 5 2 15 OSBPL9 ENSG00000117859 +transcript chr1 51784575 51798427 ENST00000625138 protein_coding 1 5 NA OSBPL9 ENSG00000117859 +CDS chr1 51784575 51784582 ENST00000625138 protein_coding 1 5 1 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000371714 protein_coding 5 2 23 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000447887 protein_coding 5 2 21 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000428468 protein_coding 6 1 21 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000453295 protein_coding 5 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000531828 protein_coding 5 5 18 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000361556 protein_coding 9 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000462759 protein_coding 5 1 17 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000486942 protein_coding 5 2 16 OSBPL9 ENSG00000117859 +CDS chr1 51785808 51785886 ENST00000625138 protein_coding 1 5 2 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000371714 protein_coding 5 2 24 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000447887 protein_coding 5 2 22 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000428468 protein_coding 6 1 22 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000453295 protein_coding 5 1 21 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000531828 protein_coding 5 5 19 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000361556 protein_coding 9 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000462759 protein_coding 5 1 18 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000486942 protein_coding 5 2 17 OSBPL9 ENSG00000117859 +CDS chr1 51786526 51786617 ENST00000625138 protein_coding 1 5 3 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000371714 protein_coding 5 2 25 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000447887 protein_coding 5 2 23 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000428468 protein_coding 6 1 23 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000453295 protein_coding 5 1 22 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000531828 protein_coding 5 5 20 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000361556 protein_coding 9 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000462759 protein_coding 5 1 19 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000486942 protein_coding 5 2 18 OSBPL9 ENSG00000117859 +CDS chr1 51787353 51787488 ENST00000625138 protein_coding 1 5 4 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000371714 protein_coding 5 2 26 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000447887 protein_coding 5 2 24 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000428468 protein_coding 6 1 24 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000453295 protein_coding 5 1 23 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000531828 protein_coding 5 5 21 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000361556 protein_coding 9 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000462759 protein_coding 5 1 20 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000486942 protein_coding 5 2 19 OSBPL9 ENSG00000117859 +CDS chr1 51787715 51787786 ENST00000625138 protein_coding 1 5 5 OSBPL9 ENSG00000117859 +transcript chr1 51789191 51814071 ENST00000440943 protein_coding 5 5 NA NRDC ENSG00000078618 +transcript chr1 51789191 51878805 ENST00000354831 protein_coding 11 1 NA NRDC ENSG00000078618 +transcript chr1 51789196 51878040 ENST00000539524 protein_coding 5 1 NA NRDC ENSG00000078618 +transcript chr1 51789210 51878727 ENST00000352171 protein_coding 12 1 NA NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000440943 protein_coding 5 5 16 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000352171 protein_coding 12 1 31 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000354831 protein_coding 11 1 33 NRDC ENSG00000078618 +CDS chr1 51789239 51789433 ENST00000539524 protein_coding 5 1 33 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000440943 protein_coding 5 5 15 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000352171 protein_coding 12 1 30 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000354831 protein_coding 11 1 32 NRDC ENSG00000078618 +CDS chr1 51789568 51789657 ENST00000539524 protein_coding 5 1 32 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000440943 protein_coding 5 5 14 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000352171 protein_coding 12 1 29 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000354831 protein_coding 11 1 31 NRDC ENSG00000078618 +CDS chr1 51790533 51790649 ENST00000539524 protein_coding 5 1 31 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000440943 protein_coding 5 5 13 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000352171 protein_coding 12 1 28 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000354831 protein_coding 11 1 30 NRDC ENSG00000078618 +CDS chr1 51790900 51790990 ENST00000539524 protein_coding 5 1 30 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000352171 protein_coding 12 1 27 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000354831 protein_coding 11 1 29 NRDC ENSG00000078618 +CDS chr1 51791578 51791661 ENST00000539524 protein_coding 5 1 29 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000440943 protein_coding 5 5 12 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000352171 protein_coding 12 1 26 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000354831 protein_coding 11 1 28 NRDC ENSG00000078618 +CDS chr1 51792046 51792098 ENST00000539524 protein_coding 5 1 28 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000440943 protein_coding 5 5 11 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000352171 protein_coding 12 1 25 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000354831 protein_coding 11 1 27 NRDC ENSG00000078618 +CDS chr1 51792377 51792424 ENST00000539524 protein_coding 5 1 27 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000440943 protein_coding 5 5 10 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000352171 protein_coding 12 1 24 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000354831 protein_coding 11 1 26 NRDC ENSG00000078618 +CDS chr1 51794472 51794610 ENST00000539524 protein_coding 5 1 26 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000440943 protein_coding 5 5 9 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000352171 protein_coding 12 1 23 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000354831 protein_coding 11 1 25 NRDC ENSG00000078618 +CDS chr1 51794823 51794854 ENST00000539524 protein_coding 5 1 25 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000440943 protein_coding 5 5 8 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000352171 protein_coding 12 1 22 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000354831 protein_coding 11 1 24 NRDC ENSG00000078618 +CDS chr1 51798249 51798411 ENST00000539524 protein_coding 5 1 24 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000440943 protein_coding 5 5 7 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000352171 protein_coding 12 1 21 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000354831 protein_coding 11 1 23 NRDC ENSG00000078618 +CDS chr1 51800556 51800683 ENST00000539524 protein_coding 5 1 23 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000440943 protein_coding 5 5 6 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000352171 protein_coding 12 1 20 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000354831 protein_coding 11 1 22 NRDC ENSG00000078618 +CDS chr1 51803814 51803964 ENST00000539524 protein_coding 5 1 22 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000440943 protein_coding 5 5 5 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000352171 protein_coding 12 1 19 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000354831 protein_coding 11 1 21 NRDC ENSG00000078618 +CDS chr1 51805510 51805561 ENST00000539524 protein_coding 5 1 21 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000352171 protein_coding 12 1 18 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000354831 protein_coding 11 1 20 NRDC ENSG00000078618 +CDS chr1 51806794 51806913 ENST00000539524 protein_coding 5 1 20 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000440943 protein_coding 5 5 4 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000352171 protein_coding 12 1 17 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000354831 protein_coding 11 1 19 NRDC ENSG00000078618 +CDS chr1 51809315 51809401 ENST00000539524 protein_coding 5 1 19 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000440943 protein_coding 5 5 3 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000352171 protein_coding 12 1 16 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000354831 protein_coding 11 1 18 NRDC ENSG00000078618 +CDS chr1 51810281 51810404 ENST00000539524 protein_coding 5 1 18 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000440943 protein_coding 5 5 2 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000352171 protein_coding 12 1 15 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000354831 protein_coding 11 1 17 NRDC ENSG00000078618 +CDS chr1 51811994 51812098 ENST00000539524 protein_coding 5 1 17 NRDC ENSG00000078618 +CDS chr1 51814035 51814071 ENST00000440943 protein_coding 5 5 1 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000352171 protein_coding 12 1 14 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000354831 protein_coding 11 1 16 NRDC ENSG00000078618 +CDS chr1 51814035 51814089 ENST00000539524 protein_coding 5 1 16 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000352171 protein_coding 12 1 13 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000354831 protein_coding 11 1 15 NRDC ENSG00000078618 +CDS chr1 51814551 51814609 ENST00000539524 protein_coding 5 1 15 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000352171 protein_coding 12 1 12 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000354831 protein_coding 11 1 14 NRDC ENSG00000078618 +CDS chr1 51814693 51814813 ENST00000539524 protein_coding 5 1 14 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000352171 protein_coding 12 1 11 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000354831 protein_coding 11 1 13 NRDC ENSG00000078618 +CDS chr1 51816312 51816389 ENST00000539524 protein_coding 5 1 13 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000352171 protein_coding 12 1 10 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000354831 protein_coding 11 1 12 NRDC ENSG00000078618 +CDS chr1 51818066 51818135 ENST00000539524 protein_coding 5 1 12 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000352171 protein_coding 12 1 9 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000354831 protein_coding 11 1 11 NRDC ENSG00000078618 +CDS chr1 51819800 51819873 ENST00000539524 protein_coding 5 1 11 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000352171 protein_coding 12 1 8 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000354831 protein_coding 11 1 10 NRDC ENSG00000078618 +CDS chr1 51821498 51821555 ENST00000539524 protein_coding 5 1 10 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000352171 protein_coding 12 1 7 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000354831 protein_coding 11 1 9 NRDC ENSG00000078618 +CDS chr1 51823664 51823786 ENST00000539524 protein_coding 5 1 9 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000352171 protein_coding 12 1 6 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000354831 protein_coding 11 1 8 NRDC ENSG00000078618 +CDS chr1 51825287 51825382 ENST00000539524 protein_coding 5 1 8 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000352171 protein_coding 12 1 5 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000354831 protein_coding 11 1 7 NRDC ENSG00000078618 +CDS chr1 51827796 51827869 ENST00000539524 protein_coding 5 1 7 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000352171 protein_coding 12 1 4 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000354831 protein_coding 11 1 6 NRDC ENSG00000078618 +CDS chr1 51834017 51834170 ENST00000539524 protein_coding 5 1 6 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000352171 protein_coding 12 1 3 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000354831 protein_coding 11 1 5 NRDC ENSG00000078618 +CDS chr1 51836131 51836212 ENST00000539524 protein_coding 5 1 5 NRDC ENSG00000078618 +CDS chr1 51836369 51836438 ENST00000354831 protein_coding 11 1 4 NRDC ENSG00000078618 +CDS chr1 51836369 51836438 ENST00000539524 protein_coding 5 1 4 NRDC ENSG00000078618 +CDS chr1 51837487 51837620 ENST00000354831 protein_coding 11 1 3 NRDC ENSG00000078618 +CDS chr1 51837487 51837620 ENST00000539524 protein_coding 5 1 3 NRDC ENSG00000078618 +CDS chr1 51840226 51840514 ENST00000352171 protein_coding 12 1 2 NRDC ENSG00000078618 +CDS chr1 51840226 51840514 ENST00000354831 protein_coding 11 1 2 NRDC ENSG00000078618 +CDS chr1 51840226 51840459 ENST00000539524 protein_coding 5 1 2 NRDC ENSG00000078618 +CDS chr1 51878275 51878615 ENST00000352171 protein_coding 12 1 1 NRDC ENSG00000078618 +CDS chr1 51878275 51878615 ENST00000354831 protein_coding 11 1 1 NRDC ENSG00000078618 +transcript chr1 51907956 51990700 ENST00000371655 protein_coding 4 1 NA RAB3B ENSG00000169213 +CDS chr1 51919930 51920114 ENST00000371655 protein_coding 4 1 5 RAB3B ENSG00000169213 +CDS chr1 51933318 51933442 ENST00000371655 protein_coding 4 1 4 RAB3B ENSG00000169213 +CDS chr1 51937294 51937412 ENST00000371655 protein_coding 4 1 3 RAB3B ENSG00000169213 +CDS chr1 51976890 51977117 ENST00000371655 protein_coding 4 1 2 RAB3B ENSG00000169213 +transcript chr1 52020131 52055191 ENST00000371626 protein_coding 9 1 NA TXNDC12 ENSG00000117862 +CDS chr1 52020936 52021012 ENST00000371626 protein_coding 9 1 7 TXNDC12 ENSG00000117862 +CDS chr1 52023491 52023574 ENST00000371626 protein_coding 9 1 6 TXNDC12 ENSG00000117862 +CDS chr1 52024510 52024579 ENST00000371626 protein_coding 9 1 5 TXNDC12 ENSG00000117862 +CDS chr1 52027275 52027348 ENST00000371626 protein_coding 9 1 4 TXNDC12 ENSG00000117862 +CDS chr1 52028578 52028630 ENST00000371626 protein_coding 9 1 3 TXNDC12 ENSG00000117862 +transcript chr1 52032103 52033810 ENST00000371614 protein_coding 2 NA NA KTI12 ENSG00000198841 +CDS chr1 52032700 52033761 ENST00000371614 protein_coding 2 NA 1 KTI12 ENSG00000198841 +transcript chr1 52033285 52055191 ENST00000610127 protein_coding 2 2 NA TXNDC12 ENSG00000117862 +CDS chr1 52034045 52034051 ENST00000610127 protein_coding 2 2 3 TXNDC12 ENSG00000117862 +CDS chr1 52041537 52041597 ENST00000371626 protein_coding 9 1 2 TXNDC12 ENSG00000117862 +CDS chr1 52041537 52041597 ENST00000610127 protein_coding 2 2 2 TXNDC12 ENSG00000117862 +CDS chr1 52055000 52055096 ENST00000371626 protein_coding 9 1 1 TXNDC12 ENSG00000117862 +CDS chr1 52055000 52055096 ENST00000610127 protein_coding 2 2 1 TXNDC12 ENSG00000117862 +transcript chr1 52056271 52087155 ENST00000489308 protein_coding 6 2 NA BTF3L4 ENSG00000134717 +transcript chr1 52056295 52090716 ENST00000313334 protein_coding 13 1 NA BTF3L4 ENSG00000134717 +transcript chr1 52056304 52088418 ENST00000472944 protein_coding 6 1 NA BTF3L4 ENSG00000134717 +transcript chr1 52056321 52086610 ENST00000484036 protein_coding 1 2 NA BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000313334 protein_coding 13 1 2 BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000489308 protein_coding 6 2 2 BTF3L4 ENSG00000134717 +CDS chr1 52059848 52059901 ENST00000484036 protein_coding 1 2 2 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000313334 protein_coding 13 1 3 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000489308 protein_coding 6 2 3 BTF3L4 ENSG00000134717 +CDS chr1 52064825 52064938 ENST00000484036 protein_coding 1 2 3 BTF3L4 ENSG00000134717 +CDS chr1 52083340 52083541 ENST00000313334 protein_coding 13 1 4 BTF3L4 ENSG00000134717 +CDS chr1 52083340 52083541 ENST00000484036 protein_coding 1 2 4 BTF3L4 ENSG00000134717 +CDS chr1 52083346 52083541 ENST00000472944 protein_coding 6 1 3 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000313334 protein_coding 13 1 5 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000489308 protein_coding 6 2 4 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086171 ENST00000472944 protein_coding 6 1 4 BTF3L4 ENSG00000134717 +CDS chr1 52086112 52086176 ENST00000484036 protein_coding 1 2 5 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086755 ENST00000313334 protein_coding 13 1 6 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086717 ENST00000489308 protein_coding 6 2 5 BTF3L4 ENSG00000134717 +CDS chr1 52086712 52086755 ENST00000472944 protein_coding 6 1 5 BTF3L4 ENSG00000134717 +transcript chr1 52142089 52346634 ENST00000287727 protein_coding 8 5 NA ZFYVE9 ENSG00000157077 +transcript chr1 52142212 52348671 ENST00000371591 protein_coding 2 1 NA ZFYVE9 ENSG00000157077 +transcript chr1 52142374 52346515 ENST00000357206 protein_coding 6 1 NA ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000287727 protein_coding 8 5 3 ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000371591 protein_coding 2 1 4 ZFYVE9 ENSG00000157077 +CDS chr1 52233207 52233276 ENST00000357206 protein_coding 6 1 3 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000287727 protein_coding 8 5 4 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000371591 protein_coding 2 1 5 ZFYVE9 ENSG00000157077 +CDS chr1 52237488 52239595 ENST00000357206 protein_coding 6 1 4 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000287727 protein_coding 8 5 5 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000371591 protein_coding 2 1 6 ZFYVE9 ENSG00000157077 +CDS chr1 52263773 52263872 ENST00000357206 protein_coding 6 1 5 ZFYVE9 ENSG00000157077 +CDS chr1 52266655 52266831 ENST00000287727 protein_coding 8 5 6 ZFYVE9 ENSG00000157077 +CDS chr1 52266655 52266831 ENST00000371591 protein_coding 2 1 7 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000287727 protein_coding 8 5 7 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000371591 protein_coding 2 1 8 ZFYVE9 ENSG00000157077 +CDS chr1 52268463 52268632 ENST00000357206 protein_coding 6 1 6 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000287727 protein_coding 8 5 8 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000371591 protein_coding 2 1 9 ZFYVE9 ENSG00000157077 +CDS chr1 52274464 52274584 ENST00000357206 protein_coding 6 1 7 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000287727 protein_coding 8 5 9 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000371591 protein_coding 2 1 10 ZFYVE9 ENSG00000157077 +CDS chr1 52278492 52278614 ENST00000357206 protein_coding 6 1 8 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000287727 protein_coding 8 5 10 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000371591 protein_coding 2 1 11 ZFYVE9 ENSG00000157077 +CDS chr1 52281661 52281816 ENST00000357206 protein_coding 6 1 9 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000287727 protein_coding 8 5 11 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000371591 protein_coding 2 1 12 ZFYVE9 ENSG00000157077 +CDS chr1 52293453 52293677 ENST00000357206 protein_coding 6 1 10 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000287727 protein_coding 8 5 12 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000371591 protein_coding 2 1 13 ZFYVE9 ENSG00000157077 +CDS chr1 52295895 52295977 ENST00000357206 protein_coding 6 1 11 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000287727 protein_coding 8 5 13 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000371591 protein_coding 2 1 14 ZFYVE9 ENSG00000157077 +CDS chr1 52303821 52303925 ENST00000357206 protein_coding 6 1 12 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000287727 protein_coding 8 5 14 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000371591 protein_coding 2 1 15 ZFYVE9 ENSG00000157077 +CDS chr1 52332768 52332918 ENST00000357206 protein_coding 6 1 13 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000287727 protein_coding 8 5 15 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000371591 protein_coding 2 1 16 ZFYVE9 ENSG00000157077 +CDS chr1 52334688 52334768 ENST00000357206 protein_coding 6 1 14 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000287727 protein_coding 8 5 16 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000371591 protein_coding 2 1 17 ZFYVE9 ENSG00000157077 +CDS chr1 52337772 52337934 ENST00000357206 protein_coding 6 1 15 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000287727 protein_coding 8 5 17 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000371591 protein_coding 2 1 18 ZFYVE9 ENSG00000157077 +CDS chr1 52340126 52340231 ENST00000357206 protein_coding 6 1 16 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000287727 protein_coding 8 5 18 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000371591 protein_coding 2 1 19 ZFYVE9 ENSG00000157077 +CDS chr1 52344768 52344944 ENST00000357206 protein_coding 6 1 17 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000287727 protein_coding 8 5 19 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000371591 protein_coding 2 1 20 ZFYVE9 ENSG00000157077 +CDS chr1 52346060 52346218 ENST00000357206 protein_coding 6 1 18 ZFYVE9 ENSG00000157077 +transcript chr1 52350593 52366193 ENST00000371586 protein_coding 6 5 NA CC2D1B ENSG00000154222 +transcript chr1 52350597 52366205 ENST00000284376 protein_coding 8 5 NA CC2D1B ENSG00000154222 +transcript chr1 52352538 52360196 ENST00000438021 protein_coding 5 1 NA CC2D1B ENSG00000154222 +CDS chr1 52353176 52353223 ENST00000438021 protein_coding 5 1 19 CC2D1B ENSG00000154222 +transcript chr1 52353519 52360548 ENST00000450942 protein_coding 2 5 NA CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000371586 protein_coding 6 5 24 CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000284376 protein_coding 8 5 24 CC2D1B ENSG00000154222 +CDS chr1 52353522 52353647 ENST00000450942 protein_coding 2 5 19 CC2D1B ENSG00000154222 +CDS chr1 52353603 52353647 ENST00000438021 protein_coding 5 1 18 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000371586 protein_coding 6 5 23 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000284376 protein_coding 8 5 23 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000438021 protein_coding 5 1 17 CC2D1B ENSG00000154222 +CDS chr1 52354608 52354698 ENST00000450942 protein_coding 2 5 18 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000371586 protein_coding 6 5 22 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000284376 protein_coding 8 5 22 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000438021 protein_coding 5 1 16 CC2D1B ENSG00000154222 +CDS chr1 52354840 52354939 ENST00000450942 protein_coding 2 5 17 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000371586 protein_coding 6 5 21 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000284376 protein_coding 8 5 21 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000438021 protein_coding 5 1 15 CC2D1B ENSG00000154222 +CDS chr1 52355398 52355449 ENST00000450942 protein_coding 2 5 16 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000371586 protein_coding 6 5 20 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000284376 protein_coding 8 5 20 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000438021 protein_coding 5 1 14 CC2D1B ENSG00000154222 +CDS chr1 52355608 52355666 ENST00000450942 protein_coding 2 5 15 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000371586 protein_coding 6 5 19 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000284376 protein_coding 8 5 19 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000438021 protein_coding 5 1 13 CC2D1B ENSG00000154222 +CDS chr1 52355771 52355844 ENST00000450942 protein_coding 2 5 14 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000371586 protein_coding 6 5 18 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000284376 protein_coding 8 5 18 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000438021 protein_coding 5 1 12 CC2D1B ENSG00000154222 +CDS chr1 52356186 52356302 ENST00000450942 protein_coding 2 5 13 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000371586 protein_coding 6 5 17 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000284376 protein_coding 8 5 17 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000438021 protein_coding 5 1 11 CC2D1B ENSG00000154222 +CDS chr1 52356384 52356442 ENST00000450942 protein_coding 2 5 12 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000371586 protein_coding 6 5 16 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000284376 protein_coding 8 5 16 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000438021 protein_coding 5 1 10 CC2D1B ENSG00000154222 +CDS chr1 52357001 52357126 ENST00000450942 protein_coding 2 5 11 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000371586 protein_coding 6 5 15 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000284376 protein_coding 8 5 15 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000438021 protein_coding 5 1 9 CC2D1B ENSG00000154222 +CDS chr1 52357526 52357698 ENST00000450942 protein_coding 2 5 10 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357916 ENST00000371586 protein_coding 6 5 14 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000284376 protein_coding 8 5 14 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000438021 protein_coding 5 1 8 CC2D1B ENSG00000154222 +CDS chr1 52357781 52357898 ENST00000450942 protein_coding 2 5 9 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000371586 protein_coding 6 5 13 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000284376 protein_coding 8 5 13 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000438021 protein_coding 5 1 7 CC2D1B ENSG00000154222 +CDS chr1 52358331 52358461 ENST00000450942 protein_coding 2 5 8 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000371586 protein_coding 6 5 12 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000284376 protein_coding 8 5 12 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000438021 protein_coding 5 1 6 CC2D1B ENSG00000154222 +CDS chr1 52358686 52358758 ENST00000450942 protein_coding 2 5 7 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000371586 protein_coding 6 5 11 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000284376 protein_coding 8 5 11 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000438021 protein_coding 5 1 5 CC2D1B ENSG00000154222 +CDS chr1 52359027 52359157 ENST00000450942 protein_coding 2 5 6 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000371586 protein_coding 6 5 10 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000284376 protein_coding 8 5 10 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000438021 protein_coding 5 1 4 CC2D1B ENSG00000154222 +CDS chr1 52359250 52359357 ENST00000450942 protein_coding 2 5 5 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000371586 protein_coding 6 5 9 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000284376 protein_coding 8 5 9 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000438021 protein_coding 5 1 3 CC2D1B ENSG00000154222 +CDS chr1 52359459 52359534 ENST00000450942 protein_coding 2 5 4 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000371586 protein_coding 6 5 8 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000284376 protein_coding 8 5 8 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359883 ENST00000438021 protein_coding 5 1 2 CC2D1B ENSG00000154222 +CDS chr1 52359705 52359820 ENST00000450942 protein_coding 2 5 3 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000371586 protein_coding 6 5 7 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000284376 protein_coding 8 5 7 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360196 ENST00000438021 protein_coding 5 1 1 CC2D1B ENSG00000154222 +CDS chr1 52360074 52360233 ENST00000450942 protein_coding 2 5 2 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360549 ENST00000371586 protein_coding 6 5 6 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360549 ENST00000284376 protein_coding 8 5 6 CC2D1B ENSG00000154222 +CDS chr1 52360424 52360548 ENST00000450942 protein_coding 2 5 1 CC2D1B ENSG00000154222 +CDS chr1 52360974 52361132 ENST00000371586 protein_coding 6 5 5 CC2D1B ENSG00000154222 +CDS chr1 52360974 52361132 ENST00000284376 protein_coding 8 5 5 CC2D1B ENSG00000154222 +CDS chr1 52361513 52361616 ENST00000371586 protein_coding 6 5 4 CC2D1B ENSG00000154222 +CDS chr1 52361513 52361616 ENST00000284376 protein_coding 8 5 4 CC2D1B ENSG00000154222 +CDS chr1 52362602 52362746 ENST00000371586 protein_coding 6 5 3 CC2D1B ENSG00000154222 +CDS chr1 52362602 52362746 ENST00000284376 protein_coding 8 5 3 CC2D1B ENSG00000154222 +CDS chr1 52364552 52364620 ENST00000371586 protein_coding 6 5 2 CC2D1B ENSG00000154222 +CDS chr1 52364552 52364620 ENST00000284376 protein_coding 8 5 2 CC2D1B ENSG00000154222 +transcript chr1 52372829 52404423 ENST00000371568 protein_coding 8 1 NA ORC1 ENSG00000085840 +transcript chr1 52372831 52404387 ENST00000371566 protein_coding 1 1 NA ORC1 ENSG00000085840 +CDS chr1 52373184 52373375 ENST00000371568 protein_coding 8 1 17 ORC1 ENSG00000085840 +CDS chr1 52373184 52373375 ENST00000371566 protein_coding 1 1 17 ORC1 ENSG00000085840 +CDS chr1 52374810 52374897 ENST00000371568 protein_coding 8 1 16 ORC1 ENSG00000085840 +CDS chr1 52374810 52374897 ENST00000371566 protein_coding 1 1 16 ORC1 ENSG00000085840 +CDS chr1 52375430 52375599 ENST00000371568 protein_coding 8 1 15 ORC1 ENSG00000085840 +CDS chr1 52375430 52375599 ENST00000371566 protein_coding 1 1 15 ORC1 ENSG00000085840 +CDS chr1 52381642 52381761 ENST00000371568 protein_coding 8 1 14 ORC1 ENSG00000085840 +CDS chr1 52381642 52381761 ENST00000371566 protein_coding 1 1 14 ORC1 ENSG00000085840 +CDS chr1 52383420 52383569 ENST00000371568 protein_coding 8 1 13 ORC1 ENSG00000085840 +CDS chr1 52383420 52383569 ENST00000371566 protein_coding 1 1 13 ORC1 ENSG00000085840 +CDS chr1 52383830 52383937 ENST00000371568 protein_coding 8 1 12 ORC1 ENSG00000085840 +CDS chr1 52383830 52383937 ENST00000371566 protein_coding 1 1 12 ORC1 ENSG00000085840 +CDS chr1 52384550 52384721 ENST00000371568 protein_coding 8 1 11 ORC1 ENSG00000085840 +CDS chr1 52384550 52384721 ENST00000371566 protein_coding 1 1 11 ORC1 ENSG00000085840 +CDS chr1 52385161 52385262 ENST00000371568 protein_coding 8 1 10 ORC1 ENSG00000085840 +CDS chr1 52385161 52385262 ENST00000371566 protein_coding 1 1 10 ORC1 ENSG00000085840 +CDS chr1 52385852 52385949 ENST00000371568 protein_coding 8 1 9 ORC1 ENSG00000085840 +CDS chr1 52385852 52385949 ENST00000371566 protein_coding 1 1 9 ORC1 ENSG00000085840 +CDS chr1 52388442 52388637 ENST00000371568 protein_coding 8 1 8 ORC1 ENSG00000085840 +CDS chr1 52388442 52388637 ENST00000371566 protein_coding 1 1 8 ORC1 ENSG00000085840 +CDS chr1 52389217 52389321 ENST00000371568 protein_coding 8 1 7 ORC1 ENSG00000085840 +CDS chr1 52389217 52389321 ENST00000371566 protein_coding 1 1 7 ORC1 ENSG00000085840 +CDS chr1 52393443 52393803 ENST00000371568 protein_coding 8 1 6 ORC1 ENSG00000085840 +CDS chr1 52393443 52393803 ENST00000371566 protein_coding 1 1 6 ORC1 ENSG00000085840 +CDS chr1 52396046 52396364 ENST00000371568 protein_coding 8 1 5 ORC1 ENSG00000085840 +CDS chr1 52396046 52396364 ENST00000371566 protein_coding 1 1 5 ORC1 ENSG00000085840 +CDS chr1 52397685 52397863 ENST00000371568 protein_coding 8 1 4 ORC1 ENSG00000085840 +CDS chr1 52397685 52397863 ENST00000371566 protein_coding 1 1 4 ORC1 ENSG00000085840 +CDS chr1 52401362 52401489 ENST00000371568 protein_coding 8 1 3 ORC1 ENSG00000085840 +CDS chr1 52401362 52401489 ENST00000371566 protein_coding 1 1 3 ORC1 ENSG00000085840 +CDS chr1 52402129 52402223 ENST00000371568 protein_coding 8 1 2 ORC1 ENSG00000085840 +CDS chr1 52402129 52402223 ENST00000371566 protein_coding 1 1 2 ORC1 ENSG00000085840 +transcript chr1 52404602 52420836 ENST00000257181 protein_coding 10 1 NA PRPF38A ENSG00000134748 +CDS chr1 52404750 52404879 ENST00000257181 protein_coding 10 1 1 PRPF38A ENSG00000134748 +CDS chr1 52405680 52405839 ENST00000257181 protein_coding 10 1 2 PRPF38A ENSG00000134748 +transcript chr1 52408282 52431227 ENST00000528457 protein_coding 5 3 NA TUT4 ENSG00000134744 +CDS chr1 52408345 52408460 ENST00000528457 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52408569 52408690 ENST00000257181 protein_coding 10 1 3 PRPF38A ENSG00000134748 +CDS chr1 52411115 52411200 ENST00000257181 protein_coding 10 1 4 PRPF38A ENSG00000134748 +CDS chr1 52412514 52412624 ENST00000257181 protein_coding 10 1 5 PRPF38A ENSG00000134748 +CDS chr1 52413879 52413991 ENST00000257181 protein_coding 10 1 6 PRPF38A ENSG00000134748 +CDS chr1 52414621 52414647 ENST00000257181 protein_coding 10 1 7 PRPF38A ENSG00000134748 +CDS chr1 52414762 52414859 ENST00000257181 protein_coding 10 1 8 PRPF38A ENSG00000134748 +CDS chr1 52415338 52415386 ENST00000257181 protein_coding 10 1 9 PRPF38A ENSG00000134748 +CDS chr1 52416648 52416687 ENST00000257181 protein_coding 10 1 10 PRPF38A ENSG00000134748 +transcript chr1 52423275 52553092 ENST00000257177 protein_coding 9 1 NA TUT4 ENSG00000134744 +transcript chr1 52423275 52553100 ENST00000371544 protein_coding 7 5 NA TUT4 ENSG00000134744 +transcript chr1 52423563 52431438 ENST00000494469 protein_coding 5 3 NA TUT4 ENSG00000134744 +transcript chr1 52423636 52431081 ENST00000471623 protein_coding 1 3 NA TUT4 ENSG00000134744 +CDS chr1 52423828 52423913 ENST00000471623 protein_coding 1 3 3 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000257177 protein_coding 9 1 30 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000371544 protein_coding 7 5 30 TUT4 ENSG00000134744 +CDS chr1 52423938 52424002 ENST00000494469 protein_coding 5 3 4 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000528457 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000257177 protein_coding 9 1 29 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000371544 protein_coding 7 5 29 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000494469 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52425349 52425507 ENST00000471623 protein_coding 1 3 2 TUT4 ENSG00000134744 +CDS chr1 52431013 52431227 ENST00000528457 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52431013 52431460 ENST00000257177 protein_coding 9 1 28 TUT4 ENSG00000134744 +CDS chr1 52431013 52431460 ENST00000371544 protein_coding 7 5 28 TUT4 ENSG00000134744 +CDS chr1 52431013 52431118 ENST00000494469 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52431013 52431081 ENST00000471623 protein_coding 1 3 1 TUT4 ENSG00000134744 +transcript chr1 52431126 52446628 ENST00000531722 protein_coding 5 3 NA TUT4 ENSG00000134744 +CDS chr1 52431126 52431223 ENST00000531722 protein_coding 5 3 9 TUT4 ENSG00000134744 +transcript chr1 52431247 52446650 ENST00000474453 protein_coding 6 5 NA TUT4 ENSG00000134744 +CDS chr1 52431247 52431460 ENST00000474453 protein_coding 6 5 8 TUT4 ENSG00000134744 +CDS chr1 52431317 52431438 ENST00000494469 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52431317 52431460 ENST00000531722 protein_coding 5 3 8 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000257177 protein_coding 9 1 27 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000371544 protein_coding 7 5 27 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000531722 protein_coding 5 3 7 TUT4 ENSG00000134744 +CDS chr1 52435365 52435465 ENST00000474453 protein_coding 6 5 7 TUT4 ENSG00000134744 +CDS chr1 52436755 52436978 ENST00000257177 protein_coding 9 1 26 TUT4 ENSG00000134744 +CDS chr1 52436755 52436975 ENST00000371544 protein_coding 7 5 26 TUT4 ENSG00000134744 +CDS chr1 52436755 52436963 ENST00000531722 protein_coding 5 3 6 TUT4 ENSG00000134744 +CDS chr1 52436755 52436963 ENST00000474453 protein_coding 6 5 6 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000257177 protein_coding 9 1 25 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000371544 protein_coding 7 5 25 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000531722 protein_coding 5 3 5 TUT4 ENSG00000134744 +CDS chr1 52438220 52438335 ENST00000474453 protein_coding 6 5 5 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000257177 protein_coding 9 1 24 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000371544 protein_coding 7 5 24 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000531722 protein_coding 5 3 4 TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000474453 protein_coding 6 5 4 TUT4 ENSG00000134744 +transcript chr1 52445787 52553082 ENST00000528642 protein_coding 5 5 NA TUT4 ENSG00000134744 +CDS chr1 52445787 52445869 ENST00000528642 protein_coding 5 5 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000257177 protein_coding 9 1 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000371544 protein_coding 7 5 23 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000531722 protein_coding 5 3 3 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000474453 protein_coding 6 5 3 TUT4 ENSG00000134744 +CDS chr1 52445957 52446004 ENST00000528642 protein_coding 5 5 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000257177 protein_coding 9 1 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000371544 protein_coding 7 5 22 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000531722 protein_coding 5 3 2 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000474453 protein_coding 6 5 2 TUT4 ENSG00000134744 +CDS chr1 52446265 52446442 ENST00000528642 protein_coding 5 5 21 TUT4 ENSG00000134744 +transcript chr1 52446400 52553458 ENST00000484723 protein_coding 6 1 NA TUT4 ENSG00000134744 +CDS chr1 52446400 52446442 ENST00000484723 protein_coding 6 1 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000257177 protein_coding 9 1 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000371544 protein_coding 7 5 21 TUT4 ENSG00000134744 +CDS chr1 52446590 52446628 ENST00000531722 protein_coding 5 3 1 TUT4 ENSG00000134744 +CDS chr1 52446590 52446650 ENST00000474453 protein_coding 6 5 1 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000528642 protein_coding 5 5 20 TUT4 ENSG00000134744 +CDS chr1 52446590 52446667 ENST00000484723 protein_coding 6 1 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000257177 protein_coding 9 1 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000371544 protein_coding 7 5 20 TUT4 ENSG00000134744 +CDS chr1 52458336 52458449 ENST00000528642 protein_coding 5 5 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000257177 protein_coding 9 1 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000371544 protein_coding 7 5 19 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000528642 protein_coding 5 5 18 TUT4 ENSG00000134744 +CDS chr1 52461134 52461223 ENST00000484723 protein_coding 6 1 19 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000257177 protein_coding 9 1 18 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000371544 protein_coding 7 5 18 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000528642 protein_coding 5 5 17 TUT4 ENSG00000134744 +CDS chr1 52461513 52461616 ENST00000484723 protein_coding 6 1 18 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000257177 protein_coding 9 1 17 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000371544 protein_coding 7 5 17 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000528642 protein_coding 5 5 16 TUT4 ENSG00000134744 +CDS chr1 52461712 52461769 ENST00000484723 protein_coding 6 1 17 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000257177 protein_coding 9 1 16 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000371544 protein_coding 7 5 16 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000528642 protein_coding 5 5 15 TUT4 ENSG00000134744 +CDS chr1 52465070 52465173 ENST00000484723 protein_coding 6 1 16 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000257177 protein_coding 9 1 15 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000371544 protein_coding 7 5 15 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000528642 protein_coding 5 5 14 TUT4 ENSG00000134744 +CDS chr1 52468181 52468267 ENST00000484723 protein_coding 6 1 15 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000257177 protein_coding 9 1 14 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000371544 protein_coding 7 5 14 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000528642 protein_coding 5 5 13 TUT4 ENSG00000134744 +CDS chr1 52471952 52472102 ENST00000484723 protein_coding 6 1 14 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000257177 protein_coding 9 1 13 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000371544 protein_coding 7 5 13 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000528642 protein_coding 5 5 12 TUT4 ENSG00000134744 +CDS chr1 52474832 52475535 ENST00000484723 protein_coding 6 1 13 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000257177 protein_coding 9 1 12 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000371544 protein_coding 7 5 12 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000528642 protein_coding 5 5 11 TUT4 ENSG00000134744 +CDS chr1 52477708 52477882 ENST00000484723 protein_coding 6 1 12 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000257177 protein_coding 9 1 11 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000371544 protein_coding 7 5 11 TUT4 ENSG00000134744 +CDS chr1 52481423 52481635 ENST00000484723 protein_coding 6 1 11 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000257177 protein_coding 9 1 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000371544 protein_coding 7 5 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000528642 protein_coding 5 5 10 TUT4 ENSG00000134744 +CDS chr1 52481804 52481923 ENST00000484723 protein_coding 6 1 10 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000257177 protein_coding 9 1 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000371544 protein_coding 7 5 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000528642 protein_coding 5 5 9 TUT4 ENSG00000134744 +CDS chr1 52488909 52489035 ENST00000484723 protein_coding 6 1 9 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000257177 protein_coding 9 1 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000371544 protein_coding 7 5 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000528642 protein_coding 5 5 8 TUT4 ENSG00000134744 +CDS chr1 52490732 52490801 ENST00000484723 protein_coding 6 1 8 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000257177 protein_coding 9 1 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000371544 protein_coding 7 5 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000528642 protein_coding 5 5 7 TUT4 ENSG00000134744 +CDS chr1 52493611 52493662 ENST00000484723 protein_coding 6 1 7 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000257177 protein_coding 9 1 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000371544 protein_coding 7 5 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000528642 protein_coding 5 5 6 TUT4 ENSG00000134744 +CDS chr1 52495427 52495515 ENST00000484723 protein_coding 6 1 6 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000257177 protein_coding 9 1 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000371544 protein_coding 7 5 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000528642 protein_coding 5 5 5 TUT4 ENSG00000134744 +CDS chr1 52497006 52497183 ENST00000484723 protein_coding 6 1 5 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000257177 protein_coding 9 1 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000371544 protein_coding 7 5 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000528642 protein_coding 5 5 4 TUT4 ENSG00000134744 +CDS chr1 52509596 52509712 ENST00000484723 protein_coding 6 1 4 TUT4 ENSG00000134744 +transcript chr1 52514778 52552994 ENST00000355809 protein_coding 4 1 NA TUT4 ENSG00000134744 +CDS chr1 52515846 52516054 ENST00000355809 protein_coding 4 1 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000257177 protein_coding 9 1 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000371544 protein_coding 7 5 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516054 ENST00000528642 protein_coding 5 5 3 TUT4 ENSG00000134744 +CDS chr1 52515891 52516049 ENST00000484723 protein_coding 6 1 3 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000257177 protein_coding 9 1 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000371544 protein_coding 7 5 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000528642 protein_coding 5 5 2 TUT4 ENSG00000134744 +CDS chr1 52525563 52526280 ENST00000355809 protein_coding 4 1 2 TUT4 ENSG00000134744 +transcript chr1 52526020 52553085 ENST00000470626 protein_coding 1 3 NA TUT4 ENSG00000134744 +CDS chr1 52526020 52526280 ENST00000470626 protein_coding 1 3 5 TUT4 ENSG00000134744 +transcript chr1 52526050 52553487 ENST00000524582 protein_coding 1 4 NA TUT4 ENSG00000134744 +CDS chr1 52526050 52526280 ENST00000524582 protein_coding 1 4 3 TUT4 ENSG00000134744 +transcript chr1 52602371 52609051 ENST00000361314 protein_coding 5 1 NA GPX7 ENSG00000116157 +CDS chr1 52602410 52602547 ENST00000361314 protein_coding 5 1 1 GPX7 ENSG00000116157 +CDS chr1 52606684 52606945 ENST00000361314 protein_coding 5 1 2 GPX7 ENSG00000116157 +CDS chr1 52608262 52608422 ENST00000361314 protein_coding 5 1 3 GPX7 ENSG00000116157 +transcript chr1 52633168 52657065 ENST00000517870 protein_coding 2 1 NA SHISAL2A ENSG00000182183 +CDS chr1 52633494 52633675 ENST00000517870 protein_coding 2 1 1 SHISAL2A ENSG00000182183 +CDS chr1 52642863 52643002 ENST00000517870 protein_coding 2 1 2 SHISAL2A ENSG00000182183 +CDS chr1 52656790 52657037 ENST00000517870 protein_coding 2 1 3 SHISAL2A ENSG00000182183 +transcript chr1 52684449 52698347 ENST00000371538 protein_coding 5 1 NA COA7 ENSG00000162377 +CDS chr1 52687723 52688168 ENST00000371538 protein_coding 5 1 3 COA7 ENSG00000162377 +CDS chr1 52692727 52692867 ENST00000371538 protein_coding 5 1 2 COA7 ENSG00000162377 +CDS chr1 52698221 52698326 ENST00000371538 protein_coding 5 1 1 COA7 ENSG00000162377 +transcript chr1 52726453 52827336 ENST00000294353 protein_coding 7 1 NA ZYG11B ENSG00000162378 +transcript chr1 52726467 52816638 ENST00000545132 protein_coding 5 2 NA ZYG11B ENSG00000162378 +CDS chr1 52726654 52726683 ENST00000294353 protein_coding 7 1 1 ZYG11B ENSG00000162378 +CDS chr1 52726654 52726683 ENST00000545132 protein_coding 5 2 1 ZYG11B ENSG00000162378 +CDS chr1 52756458 52756623 ENST00000294353 protein_coding 7 1 2 ZYG11B ENSG00000162378 +CDS chr1 52756458 52756623 ENST00000545132 protein_coding 5 2 2 ZYG11B ENSG00000162378 +CDS chr1 52771020 52771774 ENST00000294353 protein_coding 7 1 3 ZYG11B ENSG00000162378 +CDS chr1 52771020 52771774 ENST00000545132 protein_coding 5 2 3 ZYG11B ENSG00000162378 +CDS chr1 52779853 52779993 ENST00000294353 protein_coding 7 1 4 ZYG11B ENSG00000162378 +CDS chr1 52779853 52779993 ENST00000545132 protein_coding 5 2 4 ZYG11B ENSG00000162378 +CDS chr1 52784877 52785053 ENST00000294353 protein_coding 7 1 5 ZYG11B ENSG00000162378 +CDS chr1 52784877 52785053 ENST00000545132 protein_coding 5 2 5 ZYG11B ENSG00000162378 +CDS chr1 52790003 52790067 ENST00000294353 protein_coding 7 1 6 ZYG11B ENSG00000162378 +CDS chr1 52790003 52790067 ENST00000545132 protein_coding 5 2 6 ZYG11B ENSG00000162378 +CDS chr1 52796292 52796391 ENST00000294353 protein_coding 7 1 7 ZYG11B ENSG00000162378 +CDS chr1 52796292 52796391 ENST00000545132 protein_coding 5 2 7 ZYG11B ENSG00000162378 +CDS chr1 52796734 52796784 ENST00000294353 protein_coding 7 1 8 ZYG11B ENSG00000162378 +CDS chr1 52796734 52796784 ENST00000545132 protein_coding 5 2 8 ZYG11B ENSG00000162378 +CDS chr1 52801819 52801980 ENST00000294353 protein_coding 7 1 9 ZYG11B ENSG00000162378 +CDS chr1 52801819 52801980 ENST00000545132 protein_coding 5 2 9 ZYG11B ENSG00000162378 +CDS chr1 52802092 52802139 ENST00000294353 protein_coding 7 1 10 ZYG11B ENSG00000162378 +CDS chr1 52802092 52802139 ENST00000545132 protein_coding 5 2 10 ZYG11B ENSG00000162378 +CDS chr1 52805471 52805473 ENST00000545132 protein_coding 5 2 11 ZYG11B ENSG00000162378 +CDS chr1 52813536 52813733 ENST00000294353 protein_coding 7 1 11 ZYG11B ENSG00000162378 +CDS chr1 52813860 52813912 ENST00000294353 protein_coding 7 1 12 ZYG11B ENSG00000162378 +CDS chr1 52816532 52816629 ENST00000294353 protein_coding 7 1 13 ZYG11B ENSG00000162378 +CDS chr1 52821439 52821626 ENST00000294353 protein_coding 7 1 14 ZYG11B ENSG00000162378 +transcript chr1 52842511 52894998 ENST00000371532 protein_coding 5 5 NA ZYG11A ENSG00000203995 +transcript chr1 52842511 52894991 ENST00000612017 protein_coding 4 5 NA ZYG11A ENSG00000203995 +transcript chr1 52842760 52894998 ENST00000371528 protein_coding 2 5 NA ZYG11A ENSG00000203995 +CDS chr1 52842884 52842973 ENST00000371528 protein_coding 2 5 1 ZYG11A ENSG00000203995 +CDS chr1 52854465 52854630 ENST00000371528 protein_coding 2 5 2 ZYG11A ENSG00000203995 +CDS chr1 52856998 52857749 ENST00000371528 protein_coding 2 5 3 ZYG11A ENSG00000203995 +CDS chr1 52860731 52860871 ENST00000371528 protein_coding 2 5 4 ZYG11A ENSG00000203995 +CDS chr1 52860749 52860871 ENST00000371532 protein_coding 5 5 3 ZYG11A ENSG00000203995 +CDS chr1 52860749 52860871 ENST00000612017 protein_coding 4 5 3 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000371532 protein_coding 5 5 4 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000371528 protein_coding 2 5 5 ZYG11A ENSG00000203995 +CDS chr1 52863981 52864157 ENST00000612017 protein_coding 4 5 4 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000371532 protein_coding 5 5 5 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000371528 protein_coding 2 5 6 ZYG11A ENSG00000203995 +CDS chr1 52866503 52866567 ENST00000612017 protein_coding 4 5 5 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000371532 protein_coding 5 5 6 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000371528 protein_coding 2 5 7 ZYG11A ENSG00000203995 +CDS chr1 52867539 52867638 ENST00000612017 protein_coding 4 5 6 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000371532 protein_coding 5 5 7 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000371528 protein_coding 2 5 8 ZYG11A ENSG00000203995 +CDS chr1 52867727 52867777 ENST00000612017 protein_coding 4 5 7 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000371532 protein_coding 5 5 8 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000371528 protein_coding 2 5 9 ZYG11A ENSG00000203995 +CDS chr1 52877682 52877843 ENST00000612017 protein_coding 4 5 8 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000371532 protein_coding 5 5 9 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000371528 protein_coding 2 5 10 ZYG11A ENSG00000203995 +CDS chr1 52877925 52877969 ENST00000612017 protein_coding 4 5 9 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000371532 protein_coding 5 5 10 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000371528 protein_coding 2 5 11 ZYG11A ENSG00000203995 +CDS chr1 52881471 52881665 ENST00000612017 protein_coding 4 5 10 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000371532 protein_coding 5 5 11 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000371528 protein_coding 2 5 12 ZYG11A ENSG00000203995 +CDS chr1 52885833 52885894 ENST00000612017 protein_coding 4 5 11 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000371532 protein_coding 5 5 12 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000371528 protein_coding 2 5 13 ZYG11A ENSG00000203995 +CDS chr1 52886956 52887053 ENST00000612017 protein_coding 4 5 12 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000371532 protein_coding 5 5 13 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000371528 protein_coding 2 5 14 ZYG11A ENSG00000203995 +CDS chr1 52892782 52892954 ENST00000612017 protein_coding 4 5 13 ZYG11A ENSG00000203995 +transcript chr1 52895910 52921740 ENST00000371522 protein_coding 9 1 NA ECHDC2 ENSG00000121310 +transcript chr1 52895910 52921774 ENST00000536120 protein_coding 5 3 NA ECHDC2 ENSG00000121310 +transcript chr1 52896233 52921726 ENST00000358358 protein_coding 9 2 NA ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000371522 protein_coding 9 1 10 ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000358358 protein_coding 9 2 9 ECHDC2 ENSG00000121310 +CDS chr1 52896523 52896597 ENST00000536120 protein_coding 5 3 8 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000371522 protein_coding 9 1 9 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000358358 protein_coding 9 2 8 ECHDC2 ENSG00000121310 +transcript chr1 52897437 52921718 ENST00000467988 protein_coding 2 5 NA ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000467988 protein_coding 2 5 7 ECHDC2 ENSG00000121310 +CDS chr1 52897437 52897484 ENST00000536120 protein_coding 5 3 7 ECHDC2 ENSG00000121310 +CDS chr1 52899174 52899224 ENST00000371522 protein_coding 9 1 8 ECHDC2 ENSG00000121310 +CDS chr1 52899174 52899224 ENST00000358358 protein_coding 9 2 7 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000371522 protein_coding 9 1 7 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000358358 protein_coding 9 2 6 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000467988 protein_coding 2 5 6 ECHDC2 ENSG00000121310 +CDS chr1 52904646 52904833 ENST00000536120 protein_coding 5 3 6 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000371522 protein_coding 9 1 6 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000358358 protein_coding 9 2 5 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000467988 protein_coding 2 5 5 ECHDC2 ENSG00000121310 +CDS chr1 52905034 52905090 ENST00000536120 protein_coding 5 3 5 ECHDC2 ENSG00000121310 +CDS chr1 52906519 52906611 ENST00000371522 protein_coding 9 1 5 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000371522 protein_coding 9 1 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000358358 protein_coding 9 2 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000467988 protein_coding 2 5 4 ECHDC2 ENSG00000121310 +CDS chr1 52907868 52907954 ENST00000536120 protein_coding 5 3 4 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000371522 protein_coding 9 1 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000358358 protein_coding 9 2 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000467988 protein_coding 2 5 3 ECHDC2 ENSG00000121310 +CDS chr1 52911566 52911653 ENST00000536120 protein_coding 5 3 3 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000371522 protein_coding 9 1 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000358358 protein_coding 9 2 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000467988 protein_coding 2 5 2 ECHDC2 ENSG00000121310 +CDS chr1 52911723 52911790 ENST00000536120 protein_coding 5 3 2 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000371522 protein_coding 9 1 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000358358 protein_coding 9 2 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000467988 protein_coding 2 5 1 ECHDC2 ENSG00000121310 +CDS chr1 52921553 52921673 ENST00000536120 protein_coding 5 3 1 ECHDC2 ENSG00000121310 +transcript chr1 52927276 53051698 ENST00000371514 protein_coding 8 1 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53050903 ENST00000528311 protein_coding 5 2 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53050970 ENST00000371509 protein_coding 8 1 NA SCP2 ENSG00000116171 +transcript chr1 52927286 53051260 ENST00000407246 protein_coding 6 2 NA SCP2 ENSG00000116171 +transcript chr1 52927318 52994232 ENST00000371513 protein_coding 9 1 NA SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371514 protein_coding 8 1 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371509 protein_coding 8 1 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000407246 protein_coding 6 2 1 SCP2 ENSG00000116171 +CDS chr1 52927397 52927465 ENST00000371513 protein_coding 9 1 1 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371514 protein_coding 8 1 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371509 protein_coding 8 1 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000407246 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 52941796 52941853 ENST00000371513 protein_coding 9 1 2 SCP2 ENSG00000116171 +transcript chr1 52941803 52980453 ENST00000529363 protein_coding 2 5 NA SCP2 ENSG00000116171 +CDS chr1 52941803 52941853 ENST00000529363 protein_coding 2 5 1 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371514 protein_coding 8 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371509 protein_coding 8 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000371513 protein_coding 9 1 3 SCP2 ENSG00000116171 +CDS chr1 52948009 52948080 ENST00000529363 protein_coding 2 5 2 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000371514 protein_coding 8 1 4 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000407246 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 52950755 52950886 ENST00000529363 protein_coding 2 5 3 SCP2 ENSG00000116171 +CDS chr1 52950799 52950886 ENST00000528311 protein_coding 5 2 3 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371514 protein_coding 8 1 5 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000528311 protein_coding 5 2 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371509 protein_coding 8 1 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000407246 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000371513 protein_coding 9 1 4 SCP2 ENSG00000116171 +CDS chr1 52954740 52954804 ENST00000529363 protein_coding 2 5 4 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371514 protein_coding 8 1 6 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000528311 protein_coding 5 2 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371509 protein_coding 8 1 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000407246 protein_coding 6 2 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000371513 protein_coding 9 1 5 SCP2 ENSG00000116171 +CDS chr1 52961503 52961629 ENST00000529363 protein_coding 2 5 5 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371514 protein_coding 8 1 7 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000528311 protein_coding 5 2 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371509 protein_coding 8 1 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000407246 protein_coding 6 2 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000371513 protein_coding 9 1 6 SCP2 ENSG00000116171 +CDS chr1 52974769 52974832 ENST00000529363 protein_coding 2 5 6 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371514 protein_coding 8 1 8 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000528311 protein_coding 5 2 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371509 protein_coding 8 1 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000407246 protein_coding 6 2 7 SCP2 ENSG00000116171 +CDS chr1 52976683 52976769 ENST00000371513 protein_coding 9 1 7 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371514 protein_coding 8 1 9 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000528311 protein_coding 5 2 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371509 protein_coding 8 1 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000407246 protein_coding 6 2 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000371513 protein_coding 9 1 8 SCP2 ENSG00000116171 +CDS chr1 52978217 52978367 ENST00000529363 protein_coding 2 5 7 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371514 protein_coding 8 1 10 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000528311 protein_coding 5 2 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371509 protein_coding 8 1 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000407246 protein_coding 6 2 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980543 ENST00000371513 protein_coding 9 1 9 SCP2 ENSG00000116171 +CDS chr1 52980396 52980453 ENST00000529363 protein_coding 2 5 8 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371514 protein_coding 8 1 11 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000528311 protein_coding 5 2 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371509 protein_coding 8 1 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000407246 protein_coding 6 2 10 SCP2 ENSG00000116171 +CDS chr1 52988029 52988136 ENST00000371513 protein_coding 9 1 10 SCP2 ENSG00000116171 +CDS chr1 52993258 52993274 ENST00000371513 protein_coding 9 1 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000371514 protein_coding 8 1 12 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000528311 protein_coding 5 2 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000371509 protein_coding 8 1 11 SCP2 ENSG00000116171 +CDS chr1 53014890 53015043 ENST00000407246 protein_coding 6 2 11 SCP2 ENSG00000116171 +transcript chr1 53014928 53051126 ENST00000430330 protein_coding 6 2 NA SCP2 ENSG00000116171 +transcript chr1 53014938 53051617 ENST00000408941 protein_coding 7 2 NA SCP2 ENSG00000116171 +transcript chr1 53014966 53048515 ENST00000478274 protein_coding 6 2 NA SCP2 ENSG00000116171 +CDS chr1 53014966 53015043 ENST00000478274 protein_coding 6 2 1 SCP2 ENSG00000116171 +transcript chr1 53014966 53051018 ENST00000484100 protein_coding 5 2 NA SCP2 ENSG00000116171 +CDS chr1 53014966 53015043 ENST00000484100 protein_coding 5 2 1 SCP2 ENSG00000116171 +transcript chr1 53014968 53051113 ENST00000435345 protein_coding 6 1 NA SCP2 ENSG00000116171 +transcript chr1 53014974 53051610 ENST00000488965 protein_coding 1 1 NA SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000430330 protein_coding 6 2 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000435345 protein_coding 6 1 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000488965 protein_coding 1 1 1 SCP2 ENSG00000116171 +CDS chr1 53015021 53015043 ENST00000408941 protein_coding 7 2 1 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000371514 protein_coding 8 1 13 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000528311 protein_coding 5 2 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000371509 protein_coding 8 1 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000407246 protein_coding 6 2 12 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000478274 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000484100 protein_coding 5 2 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000435345 protein_coding 6 1 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000488965 protein_coding 1 1 2 SCP2 ENSG00000116171 +CDS chr1 53027969 53028071 ENST00000408941 protein_coding 7 2 2 SCP2 ENSG00000116171 +CDS chr1 53027978 53028071 ENST00000430330 protein_coding 6 2 2 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000371514 protein_coding 8 1 14 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000528311 protein_coding 5 2 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000371509 protein_coding 8 1 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000407246 protein_coding 6 2 13 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000430330 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000478274 protein_coding 6 2 3 SCP2 ENSG00000116171 +CDS chr1 53038917 53039046 ENST00000435345 protein_coding 6 1 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000371514 protein_coding 8 1 15 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000528311 protein_coding 5 2 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000371509 protein_coding 8 1 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000407246 protein_coding 6 2 14 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000430330 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047964 ENST00000478274 protein_coding 6 2 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000484100 protein_coding 5 2 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047937 ENST00000435345 protein_coding 6 1 4 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000488965 protein_coding 1 1 3 SCP2 ENSG00000116171 +CDS chr1 53047858 53047908 ENST00000408941 protein_coding 7 2 3 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000371514 protein_coding 8 1 16 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000528311 protein_coding 5 2 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000371509 protein_coding 8 1 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000407246 protein_coding 6 2 15 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000430330 protein_coding 6 2 5 SCP2 ENSG00000116171 +CDS chr1 53050609 53050701 ENST00000435345 protein_coding 6 1 5 SCP2 ENSG00000116171 +transcript chr1 53062052 53085501 ENST00000395871 protein_coding 7 5 NA PODN ENSG00000174348 +transcript chr1 53062213 53070122 ENST00000673702 protein_coding 1 NA NA PODN ENSG00000174348 +transcript chr1 53062213 53084770 ENST00000673956 protein_coding 1 NA NA PODN ENSG00000174348 +transcript chr1 53062213 53085494 ENST00000312553 protein_coding 10 1 NA PODN ENSG00000174348 +transcript chr1 53062213 53085494 ENST00000371500 protein_coding 8 1 NA PODN ENSG00000174348 +transcript chr1 53062213 53085501 ENST00000618387 protein_coding 1 2 NA PODN ENSG00000174348 +CDS chr1 53062220 53062308 ENST00000395871 protein_coding 7 5 1 PODN ENSG00000174348 +CDS chr1 53066836 53066867 ENST00000371500 protein_coding 8 1 3 PODN ENSG00000174348 +CDS chr1 53066836 53066867 ENST00000618387 protein_coding 1 2 2 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000371500 protein_coding 8 1 4 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000395871 protein_coding 7 5 2 PODN ENSG00000174348 +CDS chr1 53069801 53070167 ENST00000618387 protein_coding 1 2 3 PODN ENSG00000174348 +CDS chr1 53069856 53070122 ENST00000673702 protein_coding 1 NA 4 PODN ENSG00000174348 +CDS chr1 53069856 53070167 ENST00000673956 protein_coding 1 NA 2 PODN ENSG00000174348 +CDS chr1 53069856 53070167 ENST00000312553 protein_coding 10 1 2 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000312553 protein_coding 10 1 3 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000371500 protein_coding 8 1 5 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000395871 protein_coding 7 5 3 PODN ENSG00000174348 +CDS chr1 53071535 53071628 ENST00000618387 protein_coding 1 2 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000312553 protein_coding 10 1 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000371500 protein_coding 8 1 6 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000395871 protein_coding 7 5 4 PODN ENSG00000174348 +CDS chr1 53074606 53074670 ENST00000618387 protein_coding 1 2 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000312553 protein_coding 10 1 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000371500 protein_coding 8 1 7 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000395871 protein_coding 7 5 5 PODN ENSG00000174348 +CDS chr1 53075862 53075971 ENST00000618387 protein_coding 1 2 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000312553 protein_coding 10 1 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000371500 protein_coding 8 1 8 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000395871 protein_coding 7 5 6 PODN ENSG00000174348 +CDS chr1 53077190 53077346 ENST00000618387 protein_coding 1 2 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000673956 protein_coding 1 NA 3 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000312553 protein_coding 10 1 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000371500 protein_coding 8 1 9 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000395871 protein_coding 7 5 7 PODN ENSG00000174348 +CDS chr1 53077685 53077800 ENST00000618387 protein_coding 1 2 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000673956 protein_coding 1 NA 4 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000312553 protein_coding 10 1 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000371500 protein_coding 8 1 10 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000395871 protein_coding 7 5 8 PODN ENSG00000174348 +CDS chr1 53078365 53079022 ENST00000618387 protein_coding 1 2 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000673956 protein_coding 1 NA 5 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000312553 protein_coding 10 1 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000371500 protein_coding 8 1 11 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000395871 protein_coding 7 5 9 PODN ENSG00000174348 +CDS chr1 53080728 53080876 ENST00000618387 protein_coding 1 2 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000673956 protein_coding 1 NA 6 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000312553 protein_coding 10 1 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000371500 protein_coding 8 1 12 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000395871 protein_coding 7 5 10 PODN ENSG00000174348 +CDS chr1 53081981 53082158 ENST00000618387 protein_coding 1 2 11 PODN ENSG00000174348 +transcript chr1 53087179 53142604 ENST00000611397 protein_coding 5 1 NA SLC1A7 ENSG00000162383 +transcript chr1 53087183 53142638 ENST00000371494 protein_coding 9 1 NA SLC1A7 ENSG00000162383 +transcript chr1 53087520 53142577 ENST00000620347 protein_coding 5 1 NA SLC1A7 ENSG00000162383 +CDS chr1 53088012 53088227 ENST00000371494 protein_coding 9 1 11 SLC1A7 ENSG00000162383 +CDS chr1 53088012 53088227 ENST00000620347 protein_coding 5 1 11 SLC1A7 ENSG00000162383 +CDS chr1 53088079 53088246 ENST00000611397 protein_coding 5 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000611397 protein_coding 5 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000371494 protein_coding 9 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53088877 53088979 ENST00000620347 protein_coding 5 1 10 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000611397 protein_coding 5 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000371494 protein_coding 9 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53089800 53089934 ENST00000620347 protein_coding 5 1 9 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090806 ENST00000611397 protein_coding 5 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090806 ENST00000371494 protein_coding 9 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53090612 53090983 ENST00000620347 protein_coding 5 1 8 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000611397 protein_coding 5 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000371494 protein_coding 9 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53092554 53092787 ENST00000620347 protein_coding 5 1 7 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000611397 protein_coding 5 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000371494 protein_coding 9 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53093461 53093560 ENST00000620347 protein_coding 5 1 6 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000611397 protein_coding 5 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000371494 protein_coding 9 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53103346 53103568 ENST00000620347 protein_coding 5 1 5 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000611397 protein_coding 5 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000371494 protein_coding 9 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53105732 53105774 ENST00000620347 protein_coding 5 1 4 SLC1A7 ENSG00000162383 +transcript chr1 53107928 53142617 ENST00000371491 protein_coding 4 1 NA SLC1A7 ENSG00000162383 +CDS chr1 53108592 53108634 ENST00000371491 protein_coding 4 1 4 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000371494 protein_coding 9 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000620347 protein_coding 5 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53114758 53114973 ENST00000371491 protein_coding 4 1 3 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000611397 protein_coding 5 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000371494 protein_coding 9 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000620347 protein_coding 5 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53134350 53134429 ENST00000371491 protein_coding 4 1 2 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000611397 protein_coding 5 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000371494 protein_coding 9 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000620347 protein_coding 5 1 1 SLC1A7 ENSG00000162383 +CDS chr1 53142315 53142449 ENST00000371491 protein_coding 4 1 1 SLC1A7 ENSG00000162383 +transcript chr1 53196792 53214178 ENST00000636867 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196800 53214170 ENST00000636891 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196800 53214177 ENST00000637252 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196813 53213595 ENST00000636935 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196820 53213846 ENST00000635862 protein_coding 1 5 NA CPT2 ENSG00000157184 +transcript chr1 53196824 53214197 ENST00000371486 protein_coding 4 1 NA CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000371486 protein_coding 4 1 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636867 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636891 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000637252 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000636935 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53196944 53197095 ENST00000635862 protein_coding 1 5 1 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000371486 protein_coding 4 1 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636867 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636891 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000637252 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000636935 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53200719 53200799 ENST00000635862 protein_coding 1 5 2 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000371486 protein_coding 4 1 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636867 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636891 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000637252 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000636935 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53202323 53202429 ENST00000635862 protein_coding 1 5 3 CPT2 ENSG00000157184 +CDS chr1 53210015 53211319 ENST00000371486 protein_coding 4 1 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211250 ENST00000636867 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211369 ENST00000636891 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211319 ENST00000637252 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53210015 53211250 ENST00000635862 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53212781 53212816 ENST00000637252 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53212781 53212816 ENST00000635862 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000371486 protein_coding 4 1 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000636867 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213362 ENST00000636891 protein_coding 1 5 5 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000637252 protein_coding 1 5 6 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000636935 protein_coding 1 5 4 CPT2 ENSG00000157184 +CDS chr1 53213264 53213592 ENST00000635862 protein_coding 1 5 6 CPT2 ENSG00000157184 +transcript chr1 53214099 53220634 ENST00000294360 protein_coding 5 1 NA CZIB ENSG00000162384 +CDS chr1 53214662 53214736 ENST00000294360 protein_coding 5 1 8 CZIB ENSG00000162384 +CDS chr1 53215991 53216056 ENST00000294360 protein_coding 5 1 7 CZIB ENSG00000162384 +CDS chr1 53216782 53216859 ENST00000294360 protein_coding 5 1 6 CZIB ENSG00000162384 +CDS chr1 53218172 53218203 ENST00000294360 protein_coding 5 1 5 CZIB ENSG00000162384 +CDS chr1 53218414 53218495 ENST00000294360 protein_coding 5 1 4 CZIB ENSG00000162384 +CDS chr1 53218867 53218923 ENST00000294360 protein_coding 5 1 3 CZIB ENSG00000162384 +CDS chr1 53220261 53220344 ENST00000294360 protein_coding 5 1 2 CZIB ENSG00000162384 +CDS chr1 53220570 53220575 ENST00000294360 protein_coding 5 1 1 CZIB ENSG00000162384 +transcript chr1 53226900 53238518 ENST00000371470 protein_coding 8 1 NA MAGOH ENSG00000162385 +transcript chr1 53226926 53238499 ENST00000371466 protein_coding 4 2 NA MAGOH ENSG00000162385 +CDS chr1 53227048 53227144 ENST00000371470 protein_coding 8 1 5 MAGOH ENSG00000162385 +CDS chr1 53227048 53227144 ENST00000371466 protein_coding 4 2 4 MAGOH ENSG00000162385 +CDS chr1 53228872 53228954 ENST00000371470 protein_coding 8 1 4 MAGOH ENSG00000162385 +CDS chr1 53228872 53228954 ENST00000371466 protein_coding 4 2 3 MAGOH ENSG00000162385 +CDS chr1 53233542 53233652 ENST00000371470 protein_coding 8 1 3 MAGOH ENSG00000162385 +CDS chr1 53235577 53235635 ENST00000371470 protein_coding 8 1 2 MAGOH ENSG00000162385 +CDS chr1 53235577 53235635 ENST00000371466 protein_coding 4 2 2 MAGOH ENSG00000162385 +CDS chr1 53238361 53238448 ENST00000371470 protein_coding 8 1 1 MAGOH ENSG00000162385 +CDS chr1 53238361 53238448 ENST00000371466 protein_coding 4 2 1 MAGOH ENSG00000162385 +transcript chr1 53242364 53328070 ENST00000306052 protein_coding 12 1 NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328028 ENST00000658277 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328057 ENST00000667377 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245545 53328096 ENST00000668448 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245546 53328030 ENST00000657895 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245546 53328469 ENST00000662198 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245547 53327883 ENST00000668071 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53245591 53277070 ENST00000653217 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53245880 53245981 ENST00000667377 protein_coding 1 NA 18 LRP8 ENSG00000157193 +transcript chr1 53246552 53327894 ENST00000465675 protein_coding 6 2 NA LRP8 ENSG00000157193 +transcript chr1 53246553 53328054 ENST00000371454 protein_coding 6 1 NA LRP8 ENSG00000157193 +transcript chr1 53246558 53328035 ENST00000662604 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53246568 53327912 ENST00000354412 protein_coding 7 1 NA LRP8 ENSG00000157193 +transcript chr1 53246595 53276824 ENST00000656486 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53246710 53257291 ENST00000654947 protein_coding 1 NA NA LRP8 ENSG00000157193 +transcript chr1 53247018 53327922 ENST00000347547 protein_coding 7 1 NA LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000306052 protein_coding 12 1 19 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000658277 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000668448 protein_coding 1 NA 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000657895 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000662198 protein_coding 1 NA 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000668071 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000653217 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000465675 protein_coding 6 2 19 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000371454 protein_coding 6 1 18 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000662604 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000354412 protein_coding 7 1 16 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000656486 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53247021 53247056 ENST00000347547 protein_coding 7 1 17 LRP8 ENSG00000157193 +CDS chr1 53247040 53247056 ENST00000654947 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000306052 protein_coding 12 1 18 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000658277 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000668448 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000657895 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000662198 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000653217 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000465675 protein_coding 6 2 18 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000656486 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53249380 53249440 ENST00000654947 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53249380 53249556 ENST00000347547 protein_coding 7 1 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000306052 protein_coding 12 1 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000658277 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000667377 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000668448 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000657895 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000662198 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000668071 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000653217 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000465675 protein_coding 6 2 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000371454 protein_coding 6 1 17 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000662604 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000354412 protein_coding 7 1 15 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000656486 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000654947 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53250690 53250862 ENST00000347547 protein_coding 7 1 15 LRP8 ENSG00000157193 +transcript chr1 53251676 53328024 ENST00000659993 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53252377 53252537 ENST00000659993 protein_coding 1 NA 17 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000306052 protein_coding 12 1 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000658277 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000667377 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000668448 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000657895 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000662198 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000668071 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000653217 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000465675 protein_coding 6 2 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000371454 protein_coding 6 1 16 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000662604 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000354412 protein_coding 7 1 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000656486 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000654947 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000347547 protein_coding 7 1 14 LRP8 ENSG00000157193 +CDS chr1 53255117 53255185 ENST00000659993 protein_coding 1 NA 16 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000306052 protein_coding 12 1 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000658277 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000667377 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000657895 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000662198 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000668071 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000653217 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000465675 protein_coding 6 2 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000371454 protein_coding 6 1 15 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000662604 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000656486 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53257240 53257291 ENST00000654947 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000347547 protein_coding 7 1 13 LRP8 ENSG00000157193 +CDS chr1 53257240 53257464 ENST00000659993 protein_coding 1 NA 15 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000306052 protein_coding 12 1 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000658277 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000667377 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000668448 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258465 ENST00000657895 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000662198 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000668071 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000653217 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000465675 protein_coding 6 2 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000371454 protein_coding 6 1 14 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000662604 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000354412 protein_coding 7 1 13 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000656486 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000347547 protein_coding 7 1 12 LRP8 ENSG00000157193 +CDS chr1 53258319 53258471 ENST00000659993 protein_coding 1 NA 14 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000306052 protein_coding 12 1 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000658277 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000667377 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000668448 protein_coding 1 NA 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000657895 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000662198 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000668071 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000653217 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000465675 protein_coding 6 2 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000371454 protein_coding 6 1 13 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000662604 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000354412 protein_coding 7 1 12 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000656486 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000347547 protein_coding 7 1 11 LRP8 ENSG00000157193 +CDS chr1 53260464 53260605 ENST00000659993 protein_coding 1 NA 13 LRP8 ENSG00000157193 +transcript chr1 53261213 53271053 ENST00000653169 protein_coding 1 NA NA LRP8 ENSG00000157193 +CDS chr1 53261776 53261787 ENST00000653169 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000306052 protein_coding 12 1 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000658277 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000667377 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000668448 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000657895 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000662198 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000668071 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000653217 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000465675 protein_coding 6 2 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000371454 protein_coding 6 1 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000662604 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000354412 protein_coding 7 1 11 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000656486 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000347547 protein_coding 7 1 10 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000659993 protein_coding 1 NA 12 LRP8 ENSG00000157193 +CDS chr1 53262068 53262207 ENST00000653169 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000306052 protein_coding 12 1 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000658277 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000667377 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000668448 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000657895 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000662198 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000668071 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000653217 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000465675 protein_coding 6 2 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000371454 protein_coding 6 1 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000662604 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000354412 protein_coding 7 1 10 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000656486 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000347547 protein_coding 7 1 9 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000659993 protein_coding 1 NA 11 LRP8 ENSG00000157193 +CDS chr1 53262446 53262564 ENST00000653169 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000306052 protein_coding 12 1 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000658277 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000667377 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000668448 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000657895 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000662198 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000668071 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000653217 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000465675 protein_coding 6 2 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000371454 protein_coding 6 1 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000662604 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000354412 protein_coding 7 1 9 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000656486 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000347547 protein_coding 7 1 8 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000659993 protein_coding 1 NA 10 LRP8 ENSG00000157193 +CDS chr1 53264169 53264396 ENST00000653169 protein_coding 1 NA 3 LRP8 ENSG00000157193 +transcript chr1 53264216 53276707 ENST00000475501 protein_coding 2 3 NA LRP8 ENSG00000157193 +CDS chr1 53264216 53264396 ENST00000475501 protein_coding 2 3 4 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000306052 protein_coding 12 1 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000658277 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000667377 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000668448 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000657895 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000662198 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000668071 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000653217 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000465675 protein_coding 6 2 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000371454 protein_coding 6 1 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000662604 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000354412 protein_coding 7 1 8 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000656486 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000347547 protein_coding 7 1 7 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000659993 protein_coding 1 NA 9 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000653169 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53266473 53266647 ENST00000475501 protein_coding 2 3 3 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000306052 protein_coding 12 1 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000667377 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000668448 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000662198 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000668071 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000653217 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000465675 protein_coding 6 2 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000371454 protein_coding 6 1 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000662604 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000354412 protein_coding 7 1 7 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000656486 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000347547 protein_coding 7 1 6 LRP8 ENSG00000157193 +CDS chr1 53271028 53271153 ENST00000659993 protein_coding 1 NA 8 LRP8 ENSG00000157193 +CDS chr1 53271028 53271053 ENST00000653169 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000306052 protein_coding 12 1 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000658277 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000667377 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000668448 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000657895 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000662198 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000668071 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000653217 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000465675 protein_coding 6 2 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000371454 protein_coding 6 1 7 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000662604 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000354412 protein_coding 7 1 6 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000347547 protein_coding 7 1 5 LRP8 ENSG00000157193 +CDS chr1 53271227 53271346 ENST00000659993 protein_coding 1 NA 7 LRP8 ENSG00000157193 +CDS chr1 53272604 53272642 ENST00000653217 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53272604 53272642 ENST00000465675 protein_coding 6 2 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000306052 protein_coding 12 1 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000667377 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000668448 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000657895 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000662198 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000668071 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000653217 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000465675 protein_coding 6 2 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000371454 protein_coding 6 1 6 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000662604 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000354412 protein_coding 7 1 5 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000656486 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53275631 53275753 ENST00000659993 protein_coding 1 NA 6 LRP8 ENSG00000157193 +CDS chr1 53275655 53275753 ENST00000475501 protein_coding 2 3 2 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000306052 protein_coding 12 1 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000667377 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000668448 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53277070 ENST00000653217 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000371454 protein_coding 6 1 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53276824 ENST00000656486 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53276692 53277078 ENST00000659993 protein_coding 1 NA 5 LRP8 ENSG00000157193 +CDS chr1 53276692 53276707 ENST00000475501 protein_coding 2 3 1 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000306052 protein_coding 12 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000667377 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000668448 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000657895 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000662198 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000668071 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000465675 protein_coding 6 2 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000371454 protein_coding 6 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000354412 protein_coding 7 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000347547 protein_coding 7 1 4 LRP8 ENSG00000157193 +CDS chr1 53280587 53280715 ENST00000659993 protein_coding 1 NA 4 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000306052 protein_coding 12 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000658277 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000667377 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000668448 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000657895 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000662198 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000668071 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000465675 protein_coding 6 2 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000371454 protein_coding 6 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000662604 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000354412 protein_coding 7 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000347547 protein_coding 7 1 3 LRP8 ENSG00000157193 +CDS chr1 53289567 53289689 ENST00000659993 protein_coding 1 NA 3 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000306052 protein_coding 12 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000658277 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000667377 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000668448 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000657895 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000662198 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000668071 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000465675 protein_coding 6 2 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000371454 protein_coding 6 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000662604 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000354412 protein_coding 7 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000347547 protein_coding 7 1 2 LRP8 ENSG00000157193 +CDS chr1 53326873 53326992 ENST00000659993 protein_coding 1 NA 2 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000306052 protein_coding 12 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000658277 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000667377 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000668448 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000657895 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000662198 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327883 ENST00000668071 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327894 ENST00000465675 protein_coding 6 2 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000371454 protein_coding 6 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000662604 protein_coding 1 NA 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000354412 protein_coding 7 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000347547 protein_coding 7 1 1 LRP8 ENSG00000157193 +CDS chr1 53327789 53327912 ENST00000659993 protein_coding 1 NA 1 LRP8 ENSG00000157193 +transcript chr1 53459399 53467488 ENST00000371445 protein_coding 3 1 NA DMRTB1 ENSG00000143006 +CDS chr1 53459454 53460030 ENST00000371445 protein_coding 3 1 1 DMRTB1 ENSG00000143006 +CDS chr1 53461473 53461645 ENST00000371445 protein_coding 3 1 2 DMRTB1 ENSG00000143006 +CDS chr1 53464637 53464847 ENST00000371445 protein_coding 3 1 3 DMRTB1 ENSG00000143006 +CDS chr1 53466595 53466659 ENST00000371445 protein_coding 3 1 4 DMRTB1 ENSG00000143006 +transcript chr1 53506237 53734204 ENST00000312233 protein_coding 4 2 NA GLIS1 ENSG00000174332 +transcript chr1 53506239 53739164 ENST00000628545 protein_coding 2 5 NA GLIS1 ENSG00000174332 +CDS chr1 53506622 53506776 ENST00000312233 protein_coding 4 2 10 GLIS1 ENSG00000174332 +CDS chr1 53506622 53506776 ENST00000628545 protein_coding 2 5 11 GLIS1 ENSG00000174332 +CDS chr1 53509120 53509287 ENST00000312233 protein_coding 4 2 9 GLIS1 ENSG00000174332 +CDS chr1 53509120 53509287 ENST00000628545 protein_coding 2 5 10 GLIS1 ENSG00000174332 +CDS chr1 53509849 53510027 ENST00000312233 protein_coding 4 2 8 GLIS1 ENSG00000174332 +CDS chr1 53509849 53510027 ENST00000628545 protein_coding 2 5 9 GLIS1 ENSG00000174332 +CDS chr1 53514625 53514781 ENST00000312233 protein_coding 4 2 7 GLIS1 ENSG00000174332 +CDS chr1 53514625 53514781 ENST00000628545 protein_coding 2 5 8 GLIS1 ENSG00000174332 +CDS chr1 53520634 53520766 ENST00000312233 protein_coding 4 2 6 GLIS1 ENSG00000174332 +CDS chr1 53520634 53520766 ENST00000628545 protein_coding 2 5 7 GLIS1 ENSG00000174332 +CDS chr1 53524777 53524887 ENST00000312233 protein_coding 4 2 5 GLIS1 ENSG00000174332 +CDS chr1 53524777 53524887 ENST00000628545 protein_coding 2 5 6 GLIS1 ENSG00000174332 +CDS chr1 53529791 53529952 ENST00000312233 protein_coding 4 2 4 GLIS1 ENSG00000174332 +CDS chr1 53529791 53529952 ENST00000628545 protein_coding 2 5 5 GLIS1 ENSG00000174332 +CDS chr1 53594108 53594902 ENST00000312233 protein_coding 4 2 3 GLIS1 ENSG00000174332 +CDS chr1 53594108 53594990 ENST00000628545 protein_coding 2 5 4 GLIS1 ENSG00000174332 +CDS chr1 53600101 53600278 ENST00000628545 protein_coding 2 5 3 GLIS1 ENSG00000174332 +CDS chr1 53737806 53738064 ENST00000628545 protein_coding 2 5 2 GLIS1 ENSG00000174332 +transcript chr1 53765478 53838296 ENST00000371429 protein_coding 4 1 NA NDC1 ENSG00000058804 +CDS chr1 53767973 53768033 ENST00000371429 protein_coding 4 1 18 NDC1 ENSG00000058804 +CDS chr1 53772329 53772489 ENST00000371429 protein_coding 4 1 17 NDC1 ENSG00000058804 +CDS chr1 53787158 53787258 ENST00000371429 protein_coding 4 1 16 NDC1 ENSG00000058804 +CDS chr1 53789133 53789196 ENST00000371429 protein_coding 4 1 15 NDC1 ENSG00000058804 +CDS chr1 53793229 53793279 ENST00000371429 protein_coding 4 1 14 NDC1 ENSG00000058804 +CDS chr1 53796689 53796804 ENST00000371429 protein_coding 4 1 13 NDC1 ENSG00000058804 +CDS chr1 53796899 53797144 ENST00000371429 protein_coding 4 1 12 NDC1 ENSG00000058804 +CDS chr1 53800693 53800848 ENST00000371429 protein_coding 4 1 11 NDC1 ENSG00000058804 +CDS chr1 53803928 53804009 ENST00000371429 protein_coding 4 1 10 NDC1 ENSG00000058804 +CDS chr1 53806425 53806517 ENST00000371429 protein_coding 4 1 9 NDC1 ENSG00000058804 +CDS chr1 53807656 53807791 ENST00000371429 protein_coding 4 1 8 NDC1 ENSG00000058804 +CDS chr1 53809695 53809746 ENST00000371429 protein_coding 4 1 7 NDC1 ENSG00000058804 +CDS chr1 53818971 53819079 ENST00000371429 protein_coding 4 1 6 NDC1 ENSG00000058804 +CDS chr1 53825798 53825936 ENST00000371429 protein_coding 4 1 5 NDC1 ENSG00000058804 +CDS chr1 53827999 53828173 ENST00000371429 protein_coding 4 1 4 NDC1 ENSG00000058804 +CDS chr1 53832490 53832591 ENST00000371429 protein_coding 4 1 3 NDC1 ENSG00000058804 +CDS chr1 53835500 53835620 ENST00000371429 protein_coding 4 1 2 NDC1 ENSG00000058804 +CDS chr1 53838205 53838261 ENST00000371429 protein_coding 4 1 1 NDC1 ENSG00000058804 +transcript chr1 53851733 53889779 ENST00000371399 protein_coding 5 2 NA YIPF1 ENSG00000058799 +transcript chr1 53851733 53889797 ENST00000072644 protein_coding 7 1 NA YIPF1 ENSG00000058799 +CDS chr1 53860067 53860153 ENST00000371399 protein_coding 5 2 8 YIPF1 ENSG00000058799 +CDS chr1 53860067 53860153 ENST00000072644 protein_coding 7 1 10 YIPF1 ENSG00000058799 +CDS chr1 53866200 53866382 ENST00000371399 protein_coding 5 2 7 YIPF1 ENSG00000058799 +CDS chr1 53866200 53866382 ENST00000072644 protein_coding 7 1 9 YIPF1 ENSG00000058799 +CDS chr1 53866758 53866856 ENST00000371399 protein_coding 5 2 6 YIPF1 ENSG00000058799 +CDS chr1 53866758 53866924 ENST00000072644 protein_coding 7 1 8 YIPF1 ENSG00000058799 +CDS chr1 53871372 53871488 ENST00000072644 protein_coding 7 1 7 YIPF1 ENSG00000058799 +CDS chr1 53878315 53878402 ENST00000072644 protein_coding 7 1 6 YIPF1 ENSG00000058799 +CDS chr1 53878642 53878722 ENST00000072644 protein_coding 7 1 5 YIPF1 ENSG00000058799 +CDS chr1 53883113 53883276 ENST00000072644 protein_coding 7 1 4 YIPF1 ENSG00000058799 +CDS chr1 53888907 53888937 ENST00000072644 protein_coding 7 1 3 YIPF1 ENSG00000058799 +transcript chr1 53892167 53906294 ENST00000529589 protein_coding 5 3 NA DIO1 ENSG00000211452 +transcript chr1 53894187 53911086 ENST00000361921 protein_coding 8 1 NA DIO1 ENSG00000211452 +transcript chr1 53894188 53911084 ENST00000322679 protein_coding 10 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000361921 protein_coding 8 1 1 DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000322679 protein_coding 10 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000532493 protein_coding 5 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000532493 protein_coding 5 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000525202 protein_coding 5 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894355 ENST00000525202 protein_coding 5 1 1 DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000524406 protein_coding 5 1 NA DIO1 ENSG00000211452 +transcript chr1 53894211 53909999 ENST00000388876 protein_coding 3 1 NA DIO1 ENSG00000211452 +CDS chr1 53894211 53894547 ENST00000388876 protein_coding 3 1 1 DIO1 ENSG00000211452 +CDS chr1 53894340 53894547 ENST00000529589 protein_coding 5 3 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000529589 protein_coding 5 3 3 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000361921 protein_coding 8 1 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000322679 protein_coding 10 1 2 DIO1 ENSG00000211452 +CDS chr1 53904666 53904809 ENST00000525202 protein_coding 5 1 2 DIO1 ENSG00000211452 +CDS chr1 53904716 53904809 ENST00000524406 protein_coding 5 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000529589 protein_coding 5 3 4 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000361921 protein_coding 8 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000525202 protein_coding 5 1 3 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000524406 protein_coding 5 1 4 DIO1 ENSG00000211452 +CDS chr1 53906095 53906294 ENST00000388876 protein_coding 3 1 2 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000361921 protein_coding 8 1 4 DIO1 ENSG00000211452 +CDS chr1 53909931 53909932 ENST00000322679 protein_coding 10 1 3 DIO1 ENSG00000211452 +CDS chr1 53909931 53909932 ENST00000532493 protein_coding 5 1 2 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000525202 protein_coding 5 1 4 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000524406 protein_coding 5 1 5 DIO1 ENSG00000211452 +CDS chr1 53909931 53909996 ENST00000388876 protein_coding 3 1 3 DIO1 ENSG00000211452 +transcript chr1 53916574 53945572 ENST00000371378 protein_coding 6 3 NA HSPB11 ENSG00000081870 +CDS chr1 53916793 53917116 ENST00000371378 protein_coding 6 3 6 HSPB11 ENSG00000081870 +transcript chr1 53921561 53945699 ENST00000194214 protein_coding 10 1 NA HSPB11 ENSG00000081870 +CDS chr1 53921654 53921767 ENST00000194214 protein_coding 10 1 6 HSPB11 ENSG00000081870 +transcript chr1 53923533 53945610 ENST00000371377 protein_coding 3 1 NA HSPB11 ENSG00000081870 +CDS chr1 53923886 53923947 ENST00000371377 protein_coding 3 1 5 HSPB11 ENSG00000081870 +CDS chr1 53923904 53923947 ENST00000371378 protein_coding 6 3 5 HSPB11 ENSG00000081870 +CDS chr1 53923904 53923947 ENST00000194214 protein_coding 10 1 5 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000371378 protein_coding 6 3 4 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000194214 protein_coding 10 1 4 HSPB11 ENSG00000081870 +CDS chr1 53928372 53928440 ENST00000371377 protein_coding 3 1 4 HSPB11 ENSG00000081870 +transcript chr1 53929497 53940100 ENST00000371376 protein_coding 1 3 NA HSPB11 ENSG00000081870 +CDS chr1 53930022 53930145 ENST00000371376 protein_coding 1 3 2 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000371378 protein_coding 6 3 3 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000194214 protein_coding 10 1 3 HSPB11 ENSG00000081870 +CDS chr1 53930039 53930145 ENST00000371377 protein_coding 3 1 3 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371378 protein_coding 6 3 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000194214 protein_coding 10 1 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371377 protein_coding 3 1 2 HSPB11 ENSG00000081870 +CDS chr1 53939985 53940082 ENST00000371376 protein_coding 1 3 1 HSPB11 ENSG00000081870 +transcript chr1 53946085 53958252 ENST00000371368 protein_coding 5 3 NA LRRC42 ENSG00000116212 +transcript chr1 53946350 53968168 ENST00000371370 protein_coding 8 2 NA LRRC42 ENSG00000116212 +transcript chr1 53946353 53968168 ENST00000319223 protein_coding 8 1 NA LRRC42 ENSG00000116212 +transcript chr1 53946358 53960468 ENST00000444987 protein_coding 1 5 NA LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000371370 protein_coding 8 2 3 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000371368 protein_coding 5 3 4 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000319223 protein_coding 8 1 2 LRRC42 ENSG00000116212 +CDS chr1 53952000 53952472 ENST00000444987 protein_coding 1 5 3 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000371370 protein_coding 8 2 4 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958252 ENST00000371368 protein_coding 5 3 5 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000319223 protein_coding 8 1 3 LRRC42 ENSG00000116212 +CDS chr1 53958149 53958280 ENST00000444987 protein_coding 1 5 4 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960474 ENST00000371370 protein_coding 8 2 5 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960474 ENST00000319223 protein_coding 8 1 4 LRRC42 ENSG00000116212 +CDS chr1 53960356 53960468 ENST00000444987 protein_coding 1 5 5 LRRC42 ENSG00000116212 +CDS chr1 53962034 53962122 ENST00000371370 protein_coding 8 2 6 LRRC42 ENSG00000116212 +CDS chr1 53962034 53962122 ENST00000319223 protein_coding 8 1 5 LRRC42 ENSG00000116212 +CDS chr1 53962296 53962409 ENST00000371370 protein_coding 8 2 7 LRRC42 ENSG00000116212 +CDS chr1 53962296 53962409 ENST00000319223 protein_coding 8 1 6 LRRC42 ENSG00000116212 +CDS chr1 53966296 53966380 ENST00000371370 protein_coding 8 2 8 LRRC42 ENSG00000116212 +CDS chr1 53966296 53966380 ENST00000319223 protein_coding 8 1 7 LRRC42 ENSG00000116212 +CDS chr1 53967665 53967936 ENST00000371370 protein_coding 8 2 9 LRRC42 ENSG00000116212 +CDS chr1 53967665 53967936 ENST00000319223 protein_coding 8 1 8 LRRC42 ENSG00000116212 +transcript chr1 54007298 54018186 ENST00000371360 protein_coding 2 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54007299 54018186 ENST00000545928 protein_coding 5 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54007299 54018186 ENST00000420619 protein_coding 5 1 NA LDLRAD1 ENSG00000203985 +transcript chr1 54008739 54018172 ENST00000371362 protein_coding 7 1 NA LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000371362 protein_coding 7 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000371360 protein_coding 2 1 6 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000545928 protein_coding 5 1 5 LDLRAD1 ENSG00000203985 +CDS chr1 54008985 54009130 ENST00000420619 protein_coding 5 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000371362 protein_coding 7 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000371360 protein_coding 2 1 5 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000545928 protein_coding 5 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54010282 54010410 ENST00000420619 protein_coding 5 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000371360 protein_coding 2 1 4 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000545928 protein_coding 5 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54012143 54012280 ENST00000420619 protein_coding 5 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54014236 54014364 ENST00000371360 protein_coding 2 1 3 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000371362 protein_coding 7 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000371360 protein_coding 2 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54017376 54017427 ENST00000545928 protein_coding 5 1 2 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000371362 protein_coding 7 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000371360 protein_coding 2 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018112 ENST00000545928 protein_coding 5 1 1 LDLRAD1 ENSG00000203985 +CDS chr1 54018092 54018176 ENST00000420619 protein_coding 5 1 1 LDLRAD1 ENSG00000203985 +transcript chr1 54026681 54053204 ENST00000234831 protein_coding 10 1 NA TMEM59 ENSG00000116209 +transcript chr1 54031663 54048013 ENST00000371348 protein_coding 5 1 NA TMEM59 ENSG00000116209 +transcript chr1 54031676 54044942 ENST00000371344 protein_coding 5 2 NA TMEM59 ENSG00000116209 +transcript chr1 54031966 54053504 ENST00000371341 protein_coding 5 2 NA TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000234831 protein_coding 10 1 8 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371348 protein_coding 5 1 7 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371344 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54032153 54032305 ENST00000371341 protein_coding 5 2 8 TMEM59 ENSG00000116209 +transcript chr1 54036599 54053412 ENST00000420738 protein_coding 5 3 NA TMEM59 ENSG00000116209 +CDS chr1 54036599 54036718 ENST00000420738 protein_coding 5 3 8 TMEM59 ENSG00000116209 +transcript chr1 54036599 54053441 ENST00000440019 protein_coding 5 2 NA TMEM59 ENSG00000116209 +CDS chr1 54036599 54036718 ENST00000440019 protein_coding 5 2 6 TMEM59 ENSG00000116209 +transcript chr1 54036602 54053405 ENST00000452421 protein_coding 5 5 NA TMEM59 ENSG00000116209 +CDS chr1 54036602 54036718 ENST00000452421 protein_coding 5 5 8 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000234831 protein_coding 10 1 7 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371348 protein_coding 5 1 6 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371344 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54036610 54036718 ENST00000371341 protein_coding 5 2 7 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000234831 protein_coding 10 1 6 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371348 protein_coding 5 1 5 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371344 protein_coding 5 2 3 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000371341 protein_coding 5 2 6 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000420738 protein_coding 5 3 7 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000440019 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54040756 54040837 ENST00000452421 protein_coding 5 5 7 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000234831 protein_coding 10 1 5 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371348 protein_coding 5 1 4 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371344 protein_coding 5 2 2 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000371341 protein_coding 5 2 5 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000420738 protein_coding 5 3 6 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000440019 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54041724 54041805 ENST00000452421 protein_coding 5 5 6 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043525 ENST00000234831 protein_coding 10 1 4 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371348 protein_coding 5 1 3 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371344 protein_coding 5 2 1 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000371341 protein_coding 5 2 4 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000420738 protein_coding 5 3 5 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043522 ENST00000440019 protein_coding 5 2 3 TMEM59 ENSG00000116209 +CDS chr1 54043373 54043525 ENST00000452421 protein_coding 5 5 5 TMEM59 ENSG00000116209 +transcript chr1 54045486 54053192 ENST00000371337 protein_coding 3 2 NA TMEM59 ENSG00000116209 +CDS chr1 54045647 54045786 ENST00000371337 protein_coding 3 2 3 TMEM59 ENSG00000116209 +CDS chr1 54045692 54045786 ENST00000234831 protein_coding 10 1 3 TMEM59 ENSG00000116209 +CDS chr1 54045692 54045786 ENST00000452421 protein_coding 5 5 4 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000234831 protein_coding 10 1 2 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000452421 protein_coding 5 5 3 TMEM59 ENSG00000116209 +CDS chr1 54047267 54047372 ENST00000371337 protein_coding 3 2 2 TMEM59 ENSG00000116209 +CDS chr1 54048650 54048682 ENST00000452421 protein_coding 5 5 2 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000234831 protein_coding 10 1 1 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000452421 protein_coding 5 5 1 TMEM59 ENSG00000116209 +CDS chr1 54053000 54053188 ENST00000371337 protein_coding 3 2 1 TMEM59 ENSG00000116209 +transcript chr1 54053608 54106082 ENST00000234827 protein_coding 6 1 NA TCEANC2 ENSG00000116205 +transcript chr1 54054134 54096493 ENST00000371331 protein_coding 1 2 NA TCEANC2 ENSG00000116205 +CDS chr1 54054333 54054524 ENST00000371331 protein_coding 1 2 1 TCEANC2 ENSG00000116205 +CDS chr1 54054423 54054524 ENST00000234827 protein_coding 6 1 2 TCEANC2 ENSG00000116205 +CDS chr1 54068756 54068897 ENST00000234827 protein_coding 6 1 3 TCEANC2 ENSG00000116205 +CDS chr1 54068756 54068897 ENST00000371331 protein_coding 1 2 2 TCEANC2 ENSG00000116205 +CDS chr1 54088597 54088790 ENST00000234827 protein_coding 6 1 4 TCEANC2 ENSG00000116205 +CDS chr1 54088597 54088790 ENST00000371331 protein_coding 1 2 3 TCEANC2 ENSG00000116205 +CDS chr1 54096285 54096470 ENST00000234827 protein_coding 6 1 5 TCEANC2 ENSG00000116205 +CDS chr1 54096285 54096470 ENST00000371331 protein_coding 1 2 4 TCEANC2 ENSG00000116205 +transcript chr1 54104295 54106077 ENST00000391366 protein_coding 3 NA NA TCEANC2 ENSG00000116205 +CDS chr1 54104468 54104857 ENST00000391366 protein_coding 3 NA 1 TCEANC2 ENSG00000116205 +transcript chr1 54132968 54152922 ENST00000530059 protein_coding 2 5 NA CDCP2 ENSG00000157211 +CDS chr1 54132971 54133294 ENST00000530059 protein_coding 2 5 6 CDCP2 ENSG00000157211 +CDS chr1 54136630 54136808 ENST00000530059 protein_coding 2 5 5 CDCP2 ENSG00000157211 +transcript chr1 54138995 54153770 ENST00000371330 protein_coding 1 2 NA CDCP2 ENSG00000157211 +CDS chr1 54139523 54140106 ENST00000371330 protein_coding 1 2 4 CDCP2 ENSG00000157211 +CDS chr1 54139753 54140106 ENST00000530059 protein_coding 2 5 4 CDCP2 ENSG00000157211 +CDS chr1 54141098 54141433 ENST00000530059 protein_coding 2 5 3 CDCP2 ENSG00000157211 +CDS chr1 54141098 54141433 ENST00000371330 protein_coding 1 2 3 CDCP2 ENSG00000157211 +CDS chr1 54144466 54144813 ENST00000530059 protein_coding 2 5 2 CDCP2 ENSG00000157211 +CDS chr1 54144466 54144813 ENST00000371330 protein_coding 1 2 2 CDCP2 ENSG00000157211 +CDS chr1 54152844 54152922 ENST00000530059 protein_coding 2 5 1 CDCP2 ENSG00000157211 +CDS chr1 54152844 54152922 ENST00000371330 protein_coding 1 2 1 CDCP2 ENSG00000157211 +transcript chr1 54169651 54195681 ENST00000287899 protein_coding 13 3 NA CYB5RL ENSG00000215883 +transcript chr1 54169651 54200030 ENST00000534324 protein_coding 6 5 NA CYB5RL ENSG00000215883 +CDS chr1 54174622 54174822 ENST00000287899 protein_coding 13 3 5 CYB5RL ENSG00000215883 +CDS chr1 54174622 54174822 ENST00000534324 protein_coding 6 5 8 CYB5RL ENSG00000215883 +transcript chr1 54175545 54195436 ENST00000493530 protein_coding 2 5 NA CYB5RL ENSG00000215883 +CDS chr1 54175619 54175660 ENST00000493530 protein_coding 2 5 5 CYB5RL ENSG00000215883 +CDS chr1 54179149 54179352 ENST00000534324 protein_coding 6 5 7 CYB5RL ENSG00000215883 +CDS chr1 54179149 54179352 ENST00000493530 protein_coding 2 5 4 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000287899 protein_coding 13 3 4 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000534324 protein_coding 6 5 6 CYB5RL ENSG00000215883 +CDS chr1 54184161 54184265 ENST00000493530 protein_coding 2 5 3 CYB5RL ENSG00000215883 +CDS chr1 54187652 54187739 ENST00000287899 protein_coding 13 3 3 CYB5RL ENSG00000215883 +CDS chr1 54187652 54187739 ENST00000534324 protein_coding 6 5 5 CYB5RL ENSG00000215883 +transcript chr1 54190551 54196404 ENST00000497820 protein_coding 1 3 NA CYB5RL ENSG00000215883 +CDS chr1 54190681 54190896 ENST00000497820 protein_coding 1 3 3 CYB5RL ENSG00000215883 +CDS chr1 54190738 54190896 ENST00000493530 protein_coding 2 5 2 CYB5RL ENSG00000215883 +CDS chr1 54190748 54190896 ENST00000287899 protein_coding 13 3 2 CYB5RL ENSG00000215883 +CDS chr1 54190748 54190896 ENST00000534324 protein_coding 6 5 4 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000287899 protein_coding 13 3 1 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000534324 protein_coding 6 5 3 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195436 ENST00000493530 protein_coding 2 5 1 CYB5RL ENSG00000215883 +CDS chr1 54195419 54195616 ENST00000497820 protein_coding 1 3 2 CYB5RL ENSG00000215883 +transcript chr1 54200167 54218381 ENST00000336230 protein_coding 10 1 NA MRPL37 ENSG00000116221 +transcript chr1 54200167 54218383 ENST00000360840 protein_coding 9 1 NA MRPL37 ENSG00000116221 +transcript chr1 54200196 54225464 ENST00000605337 protein_coding 5 5 NA MRPL37 ENSG00000116221 +CDS chr1 54200244 54200589 ENST00000360840 protein_coding 9 1 1 MRPL37 ENSG00000116221 +CDS chr1 54200244 54200589 ENST00000605337 protein_coding 5 5 1 MRPL37 ENSG00000116221 +CDS chr1 54200335 54200589 ENST00000336230 protein_coding 10 1 1 MRPL37 ENSG00000116221 +CDS chr1 54205018 54205201 ENST00000360840 protein_coding 9 1 2 MRPL37 ENSG00000116221 +CDS chr1 54205018 54205201 ENST00000605337 protein_coding 5 5 2 MRPL37 ENSG00000116221 +CDS chr1 54205295 54205410 ENST00000360840 protein_coding 9 1 3 MRPL37 ENSG00000116221 +CDS chr1 54205295 54205410 ENST00000605337 protein_coding 5 5 3 MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000360840 protein_coding 9 1 4 MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000605337 protein_coding 5 5 4 MRPL37 ENSG00000116221 +transcript chr1 54209946 54220930 ENST00000398219 protein_coding 2 3 NA MRPL37 ENSG00000116221 +CDS chr1 54209946 54210131 ENST00000398219 protein_coding 2 3 1 MRPL37 ENSG00000116221 +CDS chr1 54209948 54210131 ENST00000336230 protein_coding 10 1 2 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000336230 protein_coding 10 1 3 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000360840 protein_coding 9 1 5 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000605337 protein_coding 5 5 5 MRPL37 ENSG00000116221 +CDS chr1 54212501 54212658 ENST00000398219 protein_coding 2 3 2 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000336230 protein_coding 10 1 4 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000360840 protein_coding 9 1 6 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000605337 protein_coding 5 5 6 MRPL37 ENSG00000116221 +CDS chr1 54216141 54216344 ENST00000398219 protein_coding 2 3 3 MRPL37 ENSG00000116221 +CDS chr1 54218172 54218246 ENST00000336230 protein_coding 10 1 5 MRPL37 ENSG00000116221 +CDS chr1 54218172 54218246 ENST00000360840 protein_coding 9 1 7 MRPL37 ENSG00000116221 +CDS chr1 54220611 54220853 ENST00000398219 protein_coding 2 3 4 MRPL37 ENSG00000116221 +CDS chr1 54225125 54225379 ENST00000605337 protein_coding 5 5 7 MRPL37 ENSG00000116221 +transcript chr1 54225433 54405504 ENST00000417664 protein_coding 7 5 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406008 ENST00000371319 protein_coding 8 2 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406223 ENST00000357475 protein_coding 9 1 NA SSBP3 ENSG00000157216 +transcript chr1 54225433 54406419 ENST00000610401 protein_coding 5 5 NA SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000417664 protein_coding 7 5 18 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000371319 protein_coding 8 2 17 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000357475 protein_coding 9 1 17 SSBP3 ENSG00000157216 +CDS chr1 54227134 54227160 ENST00000610401 protein_coding 5 5 18 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000417664 protein_coding 7 5 17 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000371319 protein_coding 8 2 16 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000357475 protein_coding 9 1 16 SSBP3 ENSG00000157216 +CDS chr1 54228255 54228356 ENST00000610401 protein_coding 5 5 17 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000417664 protein_coding 7 5 16 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000371319 protein_coding 8 2 15 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000357475 protein_coding 9 1 15 SSBP3 ENSG00000157216 +CDS chr1 54228449 54228477 ENST00000610401 protein_coding 5 5 16 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000417664 protein_coding 7 5 15 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000371319 protein_coding 8 2 14 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000357475 protein_coding 9 1 14 SSBP3 ENSG00000157216 +CDS chr1 54228748 54228826 ENST00000610401 protein_coding 5 5 15 SSBP3 ENSG00000157216 +transcript chr1 54238989 54251860 ENST00000444533 protein_coding 5 3 NA SSBP3 ENSG00000157216 +CDS chr1 54239081 54239199 ENST00000444533 protein_coding 5 3 7 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000417664 protein_coding 7 5 14 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000371319 protein_coding 8 2 13 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000357475 protein_coding 9 1 13 SSBP3 ENSG00000157216 +CDS chr1 54239129 54239199 ENST00000610401 protein_coding 5 5 14 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000417664 protein_coding 7 5 13 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000371319 protein_coding 8 2 12 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000357475 protein_coding 9 1 12 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000610401 protein_coding 5 5 13 SSBP3 ENSG00000157216 +CDS chr1 54240905 54240959 ENST00000444533 protein_coding 5 3 6 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000417664 protein_coding 7 5 12 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000371319 protein_coding 8 2 11 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000357475 protein_coding 9 1 11 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000610401 protein_coding 5 5 12 SSBP3 ENSG00000157216 +CDS chr1 54241474 54241509 ENST00000444533 protein_coding 5 3 5 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000417664 protein_coding 7 5 11 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000371319 protein_coding 8 2 10 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000357475 protein_coding 9 1 10 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000610401 protein_coding 5 5 11 SSBP3 ENSG00000157216 +CDS chr1 54242164 54242212 ENST00000444533 protein_coding 5 3 4 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000417664 protein_coding 7 5 10 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000371319 protein_coding 8 2 9 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000357475 protein_coding 9 1 9 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000610401 protein_coding 5 5 10 SSBP3 ENSG00000157216 +CDS chr1 54243235 54243299 ENST00000444533 protein_coding 5 3 3 SSBP3 ENSG00000157216 +transcript chr1 54243237 54413479 ENST00000525990 protein_coding 1 2 NA SSBP3 ENSG00000157216 +CDS chr1 54243237 54243299 ENST00000525990 protein_coding 1 2 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000417664 protein_coding 7 5 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000371319 protein_coding 8 2 8 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000357475 protein_coding 9 1 8 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000610401 protein_coding 5 5 9 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000444533 protein_coding 5 3 2 SSBP3 ENSG00000157216 +CDS chr1 54251616 54251692 ENST00000525990 protein_coding 1 2 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000417664 protein_coding 7 5 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000371319 protein_coding 8 2 7 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000357475 protein_coding 9 1 7 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000610401 protein_coding 5 5 8 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000444533 protein_coding 5 3 1 SSBP3 ENSG00000157216 +CDS chr1 54251794 54251860 ENST00000525990 protein_coding 1 2 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000417664 protein_coding 7 5 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000371319 protein_coding 8 2 6 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000610401 protein_coding 5 5 7 SSBP3 ENSG00000157216 +CDS chr1 54257127 54257186 ENST00000525990 protein_coding 1 2 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000417664 protein_coding 7 5 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000357475 protein_coding 9 1 6 SSBP3 ENSG00000157216 +CDS chr1 54258069 54258149 ENST00000610401 protein_coding 5 5 6 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281473 ENST00000417664 protein_coding 7 5 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000371319 protein_coding 8 2 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000357475 protein_coding 9 1 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281527 ENST00000610401 protein_coding 5 5 5 SSBP3 ENSG00000157216 +CDS chr1 54281438 54281473 ENST00000525990 protein_coding 1 2 5 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000371319 protein_coding 8 2 4 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000357475 protein_coding 9 1 4 SSBP3 ENSG00000157216 +CDS chr1 54401861 54401945 ENST00000610401 protein_coding 5 5 4 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000371319 protein_coding 8 2 3 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000357475 protein_coding 9 1 3 SSBP3 ENSG00000157216 +CDS chr1 54404576 54404637 ENST00000610401 protein_coding 5 5 3 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000371319 protein_coding 8 2 2 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000357475 protein_coding 9 1 2 SSBP3 ENSG00000157216 +CDS chr1 54404858 54404930 ENST00000610401 protein_coding 5 5 2 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000371319 protein_coding 8 2 1 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000357475 protein_coding 9 1 1 SSBP3 ENSG00000157216 +CDS chr1 54405953 54406008 ENST00000610401 protein_coding 5 5 1 SSBP3 ENSG00000157216 +transcript chr1 54548228 54610329 ENST00000343744 protein_coding 7 1 NA ACOT11 ENSG00000162390 +transcript chr1 54548228 54639192 ENST00000371316 protein_coding 3 1 NA ACOT11 ENSG00000162390 +CDS chr1 54548310 54548342 ENST00000343744 protein_coding 7 1 1 ACOT11 ENSG00000162390 +CDS chr1 54548310 54548342 ENST00000371316 protein_coding 3 1 1 ACOT11 ENSG00000162390 +CDS chr1 54584655 54584862 ENST00000343744 protein_coding 7 1 2 ACOT11 ENSG00000162390 +CDS chr1 54584655 54584862 ENST00000371316 protein_coding 3 1 2 ACOT11 ENSG00000162390 +CDS chr1 54585835 54585904 ENST00000343744 protein_coding 7 1 3 ACOT11 ENSG00000162390 +CDS chr1 54585835 54585904 ENST00000371316 protein_coding 3 1 3 ACOT11 ENSG00000162390 +CDS chr1 54592546 54592606 ENST00000343744 protein_coding 7 1 4 ACOT11 ENSG00000162390 +CDS chr1 54592546 54592606 ENST00000371316 protein_coding 3 1 4 ACOT11 ENSG00000162390 +CDS chr1 54593941 54594039 ENST00000343744 protein_coding 7 1 5 ACOT11 ENSG00000162390 +CDS chr1 54593941 54594039 ENST00000371316 protein_coding 3 1 5 ACOT11 ENSG00000162390 +CDS chr1 54594556 54594691 ENST00000343744 protein_coding 7 1 6 ACOT11 ENSG00000162390 +CDS chr1 54594556 54594691 ENST00000371316 protein_coding 3 1 6 ACOT11 ENSG00000162390 +CDS chr1 54597259 54597415 ENST00000343744 protein_coding 7 1 7 ACOT11 ENSG00000162390 +CDS chr1 54597259 54597415 ENST00000371316 protein_coding 3 1 7 ACOT11 ENSG00000162390 +CDS chr1 54599296 54599415 ENST00000343744 protein_coding 7 1 8 ACOT11 ENSG00000162390 +CDS chr1 54599296 54599415 ENST00000371316 protein_coding 3 1 8 ACOT11 ENSG00000162390 +CDS chr1 54601269 54601413 ENST00000343744 protein_coding 7 1 9 ACOT11 ENSG00000162390 +CDS chr1 54601269 54601413 ENST00000371316 protein_coding 3 1 9 ACOT11 ENSG00000162390 +CDS chr1 54602669 54602724 ENST00000343744 protein_coding 7 1 10 ACOT11 ENSG00000162390 +CDS chr1 54602669 54602724 ENST00000371316 protein_coding 3 1 10 ACOT11 ENSG00000162390 +CDS chr1 54603871 54603937 ENST00000343744 protein_coding 7 1 11 ACOT11 ENSG00000162390 +CDS chr1 54603871 54603937 ENST00000371316 protein_coding 3 1 11 ACOT11 ENSG00000162390 +CDS chr1 54604346 54604429 ENST00000343744 protein_coding 7 1 12 ACOT11 ENSG00000162390 +CDS chr1 54604346 54604429 ENST00000371316 protein_coding 3 1 12 ACOT11 ENSG00000162390 +CDS chr1 54605076 54605209 ENST00000343744 protein_coding 7 1 13 ACOT11 ENSG00000162390 +CDS chr1 54605076 54605209 ENST00000371316 protein_coding 3 1 13 ACOT11 ENSG00000162390 +CDS chr1 54607134 54607265 ENST00000343744 protein_coding 7 1 14 ACOT11 ENSG00000162390 +CDS chr1 54607134 54607265 ENST00000371316 protein_coding 3 1 14 ACOT11 ENSG00000162390 +CDS chr1 54607942 54608068 ENST00000343744 protein_coding 7 1 15 ACOT11 ENSG00000162390 +CDS chr1 54607942 54608068 ENST00000371316 protein_coding 3 1 15 ACOT11 ENSG00000162390 +CDS chr1 54608957 54609109 ENST00000343744 protein_coding 7 1 16 ACOT11 ENSG00000162390 +transcript chr1 54609181 54623525 ENST00000302250 protein_coding 7 1 NA FAM151A ENSG00000162391 +transcript chr1 54609182 54623556 ENST00000371304 protein_coding 2 5 NA FAM151A ENSG00000162391 +CDS chr1 54609271 54609941 ENST00000302250 protein_coding 7 1 8 FAM151A ENSG00000162391 +CDS chr1 54609271 54609547 ENST00000371304 protein_coding 2 5 7 FAM151A ENSG00000162391 +CDS chr1 54610412 54610555 ENST00000302250 protein_coding 7 1 7 FAM151A ENSG00000162391 +CDS chr1 54611606 54611745 ENST00000302250 protein_coding 7 1 6 FAM151A ENSG00000162391 +CDS chr1 54611629 54611745 ENST00000371304 protein_coding 2 5 6 FAM151A ENSG00000162391 +CDS chr1 54612486 54612710 ENST00000302250 protein_coding 7 1 5 FAM151A ENSG00000162391 +CDS chr1 54612486 54612710 ENST00000371304 protein_coding 2 5 5 FAM151A ENSG00000162391 +CDS chr1 54614700 54614859 ENST00000302250 protein_coding 7 1 4 FAM151A ENSG00000162391 +CDS chr1 54614700 54614859 ENST00000371304 protein_coding 2 5 4 FAM151A ENSG00000162391 +CDS chr1 54616020 54616172 ENST00000302250 protein_coding 7 1 3 FAM151A ENSG00000162391 +CDS chr1 54616020 54616172 ENST00000371304 protein_coding 2 5 3 FAM151A ENSG00000162391 +CDS chr1 54619864 54620007 ENST00000302250 protein_coding 7 1 2 FAM151A ENSG00000162391 +CDS chr1 54619864 54620007 ENST00000371304 protein_coding 2 5 2 FAM151A ENSG00000162391 +CDS chr1 54623278 54623395 ENST00000302250 protein_coding 7 1 1 FAM151A ENSG00000162391 +CDS chr1 54623278 54623395 ENST00000371304 protein_coding 2 5 1 FAM151A ENSG00000162391 +CDS chr1 54630734 54630886 ENST00000371316 protein_coding 3 1 16 ACOT11 ENSG00000162390 +CDS chr1 54634688 54634726 ENST00000371316 protein_coding 3 1 17 ACOT11 ENSG00000162390 +transcript chr1 54641754 54700208 ENST00000339553 protein_coding 9 5 NA MROH7 ENSG00000184313 +transcript chr1 54641786 54710266 ENST00000421030 protein_coding 7 2 NA MROH7 ENSG00000184313 +transcript chr1 54641808 54710262 ENST00000409996 protein_coding 5 5 NA MROH7 ENSG00000184313 +transcript chr1 54641822 54700223 ENST00000395690 protein_coding 6 5 NA MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000421030 protein_coding 7 2 3 MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000395690 protein_coding 6 5 3 MROH7 ENSG00000184313 +CDS chr1 54652927 54654157 ENST00000339553 protein_coding 9 5 3 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000421030 protein_coding 7 2 4 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000395690 protein_coding 6 5 4 MROH7 ENSG00000184313 +CDS chr1 54665167 54665240 ENST00000339553 protein_coding 9 5 4 MROH7 ENSG00000184313 +CDS chr1 54665232 54665240 ENST00000409996 protein_coding 5 5 2 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000421030 protein_coding 7 2 5 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000409996 protein_coding 5 5 3 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000395690 protein_coding 6 5 5 MROH7 ENSG00000184313 +CDS chr1 54668854 54668937 ENST00000339553 protein_coding 9 5 5 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000421030 protein_coding 7 2 6 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000409996 protein_coding 5 5 4 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000395690 protein_coding 6 5 6 MROH7 ENSG00000184313 +CDS chr1 54670497 54670576 ENST00000339553 protein_coding 9 5 6 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000421030 protein_coding 7 2 7 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000409996 protein_coding 5 5 5 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000395690 protein_coding 6 5 7 MROH7 ENSG00000184313 +CDS chr1 54670800 54670929 ENST00000339553 protein_coding 9 5 7 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000421030 protein_coding 7 2 8 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000409996 protein_coding 5 5 6 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000395690 protein_coding 6 5 8 MROH7 ENSG00000184313 +CDS chr1 54673091 54673186 ENST00000339553 protein_coding 9 5 8 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000421030 protein_coding 7 2 9 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000409996 protein_coding 5 5 7 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000395690 protein_coding 6 5 9 MROH7 ENSG00000184313 +CDS chr1 54673701 54673805 ENST00000339553 protein_coding 9 5 9 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000421030 protein_coding 7 2 10 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000409996 protein_coding 5 5 8 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000395690 protein_coding 6 5 10 MROH7 ENSG00000184313 +CDS chr1 54674016 54674151 ENST00000339553 protein_coding 9 5 10 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000421030 protein_coding 7 2 11 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000409996 protein_coding 5 5 9 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000395690 protein_coding 6 5 11 MROH7 ENSG00000184313 +CDS chr1 54678742 54678854 ENST00000339553 protein_coding 9 5 11 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000421030 protein_coding 7 2 12 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000409996 protein_coding 5 5 10 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000395690 protein_coding 6 5 12 MROH7 ENSG00000184313 +CDS chr1 54679263 54679439 ENST00000339553 protein_coding 9 5 12 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000421030 protein_coding 7 2 13 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000409996 protein_coding 5 5 11 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000395690 protein_coding 6 5 13 MROH7 ENSG00000184313 +CDS chr1 54679891 54680045 ENST00000339553 protein_coding 9 5 13 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000421030 protein_coding 7 2 14 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000409996 protein_coding 5 5 12 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000395690 protein_coding 6 5 14 MROH7 ENSG00000184313 +CDS chr1 54682656 54682794 ENST00000339553 protein_coding 9 5 14 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000421030 protein_coding 7 2 15 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000409996 protein_coding 5 5 13 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000395690 protein_coding 6 5 15 MROH7 ENSG00000184313 +CDS chr1 54686258 54686448 ENST00000339553 protein_coding 9 5 15 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000421030 protein_coding 7 2 16 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000409996 protein_coding 5 5 14 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000395690 protein_coding 6 5 16 MROH7 ENSG00000184313 +CDS chr1 54692424 54692561 ENST00000339553 protein_coding 9 5 16 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000421030 protein_coding 7 2 17 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000409996 protein_coding 5 5 15 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000395690 protein_coding 6 5 17 MROH7 ENSG00000184313 +CDS chr1 54695376 54695490 ENST00000339553 protein_coding 9 5 17 MROH7 ENSG00000184313 +CDS chr1 54697653 54697690 ENST00000395690 protein_coding 6 5 18 MROH7 ENSG00000184313 +CDS chr1 54697653 54697690 ENST00000339553 protein_coding 9 5 18 MROH7 ENSG00000184313 +CDS chr1 54700069 54700156 ENST00000395690 protein_coding 6 5 19 MROH7 ENSG00000184313 +CDS chr1 54700076 54700205 ENST00000339553 protein_coding 9 5 19 MROH7 ENSG00000184313 +CDS chr1 54700321 54700461 ENST00000421030 protein_coding 7 2 18 MROH7 ENSG00000184313 +CDS chr1 54700321 54700461 ENST00000409996 protein_coding 5 5 16 MROH7 ENSG00000184313 +CDS chr1 54701143 54701322 ENST00000421030 protein_coding 7 2 19 MROH7 ENSG00000184313 +CDS chr1 54701143 54701322 ENST00000409996 protein_coding 5 5 17 MROH7 ENSG00000184313 +CDS chr1 54702090 54702245 ENST00000421030 protein_coding 7 2 20 MROH7 ENSG00000184313 +CDS chr1 54702090 54702245 ENST00000409996 protein_coding 5 5 18 MROH7 ENSG00000184313 +CDS chr1 54702623 54702745 ENST00000421030 protein_coding 7 2 21 MROH7 ENSG00000184313 +CDS chr1 54702623 54702745 ENST00000409996 protein_coding 5 5 19 MROH7 ENSG00000184313 +CDS chr1 54706435 54706537 ENST00000421030 protein_coding 7 2 22 MROH7 ENSG00000184313 +CDS chr1 54706435 54706537 ENST00000409996 protein_coding 5 5 20 MROH7 ENSG00000184313 +CDS chr1 54709014 54709076 ENST00000421030 protein_coding 7 2 23 MROH7 ENSG00000184313 +CDS chr1 54709014 54709076 ENST00000409996 protein_coding 5 5 21 MROH7 ENSG00000184313 +CDS chr1 54709946 54710184 ENST00000421030 protein_coding 7 2 24 MROH7 ENSG00000184313 +CDS chr1 54709946 54710184 ENST00000409996 protein_coding 5 5 22 MROH7 ENSG00000184313 +transcript chr1 54715861 54742657 ENST00000371281 protein_coding 4 1 NA TTC4 ENSG00000243725 +CDS chr1 54715909 54716019 ENST00000371281 protein_coding 4 1 1 TTC4 ENSG00000243725 +CDS chr1 54716600 54716717 ENST00000371281 protein_coding 4 1 2 TTC4 ENSG00000243725 +CDS chr1 54717492 54717653 ENST00000371281 protein_coding 4 1 3 TTC4 ENSG00000243725 +CDS chr1 54721163 54721240 ENST00000371281 protein_coding 4 1 4 TTC4 ENSG00000243725 +CDS chr1 54722675 54722799 ENST00000371281 protein_coding 4 1 5 TTC4 ENSG00000243725 +CDS chr1 54728346 54728432 ENST00000371281 protein_coding 4 1 6 TTC4 ENSG00000243725 +CDS chr1 54731486 54731700 ENST00000371281 protein_coding 4 1 7 TTC4 ENSG00000243725 +CDS chr1 54733629 54733710 ENST00000371281 protein_coding 4 1 8 TTC4 ENSG00000243725 +CDS chr1 54737582 54737664 ENST00000371281 protein_coding 4 1 9 TTC4 ENSG00000243725 +CDS chr1 54741411 54741510 ENST00000371281 protein_coding 4 1 10 TTC4 ENSG00000243725 +transcript chr1 54756898 54764523 ENST00000371279 protein_coding 4 1 NA PARS2 ENSG00000162396 +CDS chr1 54757737 54759161 ENST00000371279 protein_coding 4 1 2 PARS2 ENSG00000162396 +transcript chr1 54779712 54801323 ENST00000371276 protein_coding 9 5 NA TTC22 ENSG00000006555 +CDS chr1 54781246 54781779 ENST00000371276 protein_coding 9 5 7 TTC22 ENSG00000006555 +CDS chr1 54782325 54782477 ENST00000371276 protein_coding 9 5 6 TTC22 ENSG00000006555 +transcript chr1 54784551 54801198 ENST00000371274 protein_coding 8 2 NA TTC22 ENSG00000006555 +transcript chr1 54784554 54787792 ENST00000448308 protein_coding 2 3 NA TTC22 ENSG00000006555 +CDS chr1 54784730 54784876 ENST00000448308 protein_coding 2 3 4 TTC22 ENSG00000006555 +CDS chr1 54785549 54785644 ENST00000371274 protein_coding 8 2 6 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000371276 protein_coding 9 5 5 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000371274 protein_coding 8 2 5 TTC22 ENSG00000006555 +CDS chr1 54785983 54786144 ENST00000448308 protein_coding 2 3 3 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000371276 protein_coding 9 5 4 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000371274 protein_coding 8 2 4 TTC22 ENSG00000006555 +CDS chr1 54786957 54787075 ENST00000448308 protein_coding 2 3 2 TTC22 ENSG00000006555 +CDS chr1 54787711 54787826 ENST00000371276 protein_coding 9 5 3 TTC22 ENSG00000006555 +CDS chr1 54787711 54787826 ENST00000371274 protein_coding 8 2 3 TTC22 ENSG00000006555 +CDS chr1 54787711 54787792 ENST00000448308 protein_coding 2 3 1 TTC22 ENSG00000006555 +CDS chr1 54788042 54788097 ENST00000371276 protein_coding 9 5 2 TTC22 ENSG00000006555 +CDS chr1 54788042 54788097 ENST00000371274 protein_coding 8 2 2 TTC22 ENSG00000006555 +CDS chr1 54800597 54801163 ENST00000371276 protein_coding 9 5 1 TTC22 ENSG00000006555 +CDS chr1 54800597 54801163 ENST00000371274 protein_coding 8 2 1 TTC22 ENSG00000006555 +transcript chr1 54806063 54842252 ENST00000358193 protein_coding 7 1 NA LEXM ENSG00000162398 +transcript chr1 54806063 54842252 ENST00000371273 protein_coding 4 1 NA LEXM ENSG00000162398 +CDS chr1 54806117 54806220 ENST00000358193 protein_coding 7 1 1 LEXM ENSG00000162398 +CDS chr1 54806117 54806220 ENST00000371273 protein_coding 4 1 1 LEXM ENSG00000162398 +CDS chr1 54806996 54807083 ENST00000358193 protein_coding 7 1 2 LEXM ENSG00000162398 +CDS chr1 54806996 54807083 ENST00000371273 protein_coding 4 1 2 LEXM ENSG00000162398 +CDS chr1 54807526 54807690 ENST00000358193 protein_coding 7 1 3 LEXM ENSG00000162398 +CDS chr1 54807526 54807690 ENST00000371273 protein_coding 4 1 3 LEXM ENSG00000162398 +CDS chr1 54807889 54808011 ENST00000358193 protein_coding 7 1 4 LEXM ENSG00000162398 +CDS chr1 54807889 54808011 ENST00000371273 protein_coding 4 1 4 LEXM ENSG00000162398 +CDS chr1 54811794 54811931 ENST00000358193 protein_coding 7 1 5 LEXM ENSG00000162398 +CDS chr1 54811794 54811931 ENST00000371273 protein_coding 4 1 5 LEXM ENSG00000162398 +CDS chr1 54812046 54812189 ENST00000358193 protein_coding 7 1 6 LEXM ENSG00000162398 +CDS chr1 54812046 54812189 ENST00000371273 protein_coding 4 1 6 LEXM ENSG00000162398 +CDS chr1 54813814 54813975 ENST00000358193 protein_coding 7 1 7 LEXM ENSG00000162398 +CDS chr1 54813814 54813975 ENST00000371273 protein_coding 4 1 7 LEXM ENSG00000162398 +CDS chr1 54814914 54815039 ENST00000358193 protein_coding 7 1 8 LEXM ENSG00000162398 +CDS chr1 54814914 54815039 ENST00000371273 protein_coding 4 1 8 LEXM ENSG00000162398 +CDS chr1 54816989 54817122 ENST00000358193 protein_coding 7 1 9 LEXM ENSG00000162398 +CDS chr1 54816989 54817122 ENST00000371273 protein_coding 4 1 9 LEXM ENSG00000162398 +CDS chr1 54841616 54841673 ENST00000358193 protein_coding 7 1 10 LEXM ENSG00000162398 +CDS chr1 54841801 54841870 ENST00000371273 protein_coding 4 1 10 LEXM ENSG00000162398 +transcript chr1 54849627 54887195 ENST00000371269 protein_coding 9 1 NA DHCR24 ENSG00000116133 +transcript chr1 54849643 54887167 ENST00000535035 protein_coding 6 1 NA DHCR24 ENSG00000116133 +transcript chr1 54850876 54887195 ENST00000436604 protein_coding 2 3 NA DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000371269 protein_coding 9 1 9 DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000535035 protein_coding 6 1 10 DHCR24 ENSG00000116133 +CDS chr1 54852236 54852386 ENST00000436604 protein_coding 2 3 9 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000371269 protein_coding 9 1 8 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000535035 protein_coding 6 1 9 DHCR24 ENSG00000116133 +CDS chr1 54853434 54853612 ENST00000436604 protein_coding 2 3 8 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000371269 protein_coding 9 1 7 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000535035 protein_coding 6 1 8 DHCR24 ENSG00000116133 +CDS chr1 54854037 54854234 ENST00000436604 protein_coding 2 3 7 DHCR24 ENSG00000116133 +CDS chr1 54855989 54856024 ENST00000535035 protein_coding 6 1 7 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000371269 protein_coding 9 1 6 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000535035 protein_coding 6 1 6 DHCR24 ENSG00000116133 +CDS chr1 54865303 54865446 ENST00000436604 protein_coding 2 3 6 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000371269 protein_coding 9 1 5 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000535035 protein_coding 6 1 5 DHCR24 ENSG00000116133 +CDS chr1 54871350 54871613 ENST00000436604 protein_coding 2 3 5 DHCR24 ENSG00000116133 +transcript chr1 54871592 54886490 ENST00000650362 protein_coding 1 NA NA DHCR24 ENSG00000116133 +CDS chr1 54871592 54871613 ENST00000650362 protein_coding 1 NA 5 DHCR24 ENSG00000116133 +transcript chr1 54871602 54886808 ENST00000648182 protein_coding 1 NA NA DHCR24 ENSG00000116133 +CDS chr1 54871602 54871613 ENST00000648182 protein_coding 1 NA 5 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000371269 protein_coding 9 1 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000535035 protein_coding 6 1 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000436604 protein_coding 2 3 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000650362 protein_coding 1 NA 4 DHCR24 ENSG00000116133 +CDS chr1 54875093 54875211 ENST00000648182 protein_coding 1 NA 4 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000371269 protein_coding 9 1 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000535035 protein_coding 6 1 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000436604 protein_coding 2 3 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000650362 protein_coding 1 NA 3 DHCR24 ENSG00000116133 +CDS chr1 54875942 54876047 ENST00000648182 protein_coding 1 NA 3 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000371269 protein_coding 9 1 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000535035 protein_coding 6 1 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000436604 protein_coding 2 3 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883737 ENST00000650362 protein_coding 1 NA 2 DHCR24 ENSG00000116133 +CDS chr1 54883618 54883773 ENST00000648182 protein_coding 1 NA 2 DHCR24 ENSG00000116133 +CDS chr1 54886618 54886725 ENST00000648182 protein_coding 1 NA 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000371269 protein_coding 9 1 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000535035 protein_coding 6 1 1 DHCR24 ENSG00000116133 +CDS chr1 54886889 54887119 ENST00000436604 protein_coding 2 3 1 DHCR24 ENSG00000116133 +transcript chr1 54980628 54992288 ENST00000371268 protein_coding 4 1 NA TMEM61 ENSG00000143001 +CDS chr1 54981066 54981080 ENST00000371268 protein_coding 4 1 1 TMEM61 ENSG00000143001 +CDS chr1 54986097 54986446 ENST00000371268 protein_coding 4 1 2 TMEM61 ENSG00000143001 +CDS chr1 54991836 54992100 ENST00000371268 protein_coding 4 1 3 TMEM61 ENSG00000143001 +transcript chr1 54998933 55017172 ENST00000651561 protein_coding 1 NA NA BSND ENSG00000162399 +CDS chr1 54999187 54999363 ENST00000651561 protein_coding 1 NA 1 BSND ENSG00000162399 +CDS chr1 55005022 55005116 ENST00000651561 protein_coding 1 NA 2 BSND ENSG00000162399 +CDS chr1 55006997 55007272 ENST00000651561 protein_coding 1 NA 3 BSND ENSG00000162399 +CDS chr1 55008214 55008625 ENST00000651561 protein_coding 1 NA 4 BSND ENSG00000162399 +transcript chr1 55039548 55064852 ENST00000302118 protein_coding 5 1 NA PCSK9 ENSG00000169174 +CDS chr1 55039838 55040044 ENST00000302118 protein_coding 5 1 1 PCSK9 ENSG00000169174 +transcript chr1 55040295 55064797 ENST00000673903 protein_coding 1 NA NA PCSK9 ENSG00000169174 +CDS chr1 55043843 55044034 ENST00000302118 protein_coding 5 1 2 PCSK9 ENSG00000169174 +CDS chr1 55044011 55044034 ENST00000673903 protein_coding 1 NA 2 PCSK9 ENSG00000169174 +CDS chr1 55046523 55046646 ENST00000302118 protein_coding 5 1 3 PCSK9 ENSG00000169174 +CDS chr1 55046523 55046646 ENST00000673903 protein_coding 1 NA 3 PCSK9 ENSG00000169174 +CDS chr1 55052278 55052411 ENST00000302118 protein_coding 5 1 4 PCSK9 ENSG00000169174 +CDS chr1 55052278 55052411 ENST00000673903 protein_coding 1 NA 4 PCSK9 ENSG00000169174 +CDS chr1 55052650 55052791 ENST00000302118 protein_coding 5 1 5 PCSK9 ENSG00000169174 +CDS chr1 55052650 55052791 ENST00000673903 protein_coding 1 NA 5 PCSK9 ENSG00000169174 +CDS chr1 55055993 55056189 ENST00000302118 protein_coding 5 1 6 PCSK9 ENSG00000169174 +CDS chr1 55055993 55056189 ENST00000673903 protein_coding 1 NA 6 PCSK9 ENSG00000169174 +CDS chr1 55057331 55057514 ENST00000302118 protein_coding 5 1 7 PCSK9 ENSG00000169174 +CDS chr1 55057331 55057514 ENST00000673903 protein_coding 1 NA 7 PCSK9 ENSG00000169174 +CDS chr1 55058036 55058209 ENST00000302118 protein_coding 5 1 8 PCSK9 ENSG00000169174 +CDS chr1 55058036 55058209 ENST00000673903 protein_coding 1 NA 8 PCSK9 ENSG00000169174 +CDS chr1 55058499 55058647 ENST00000302118 protein_coding 5 1 9 PCSK9 ENSG00000169174 +CDS chr1 55058499 55058647 ENST00000673903 protein_coding 1 NA 9 PCSK9 ENSG00000169174 +CDS chr1 55059486 55059663 ENST00000302118 protein_coding 5 1 10 PCSK9 ENSG00000169174 +CDS chr1 55059486 55059663 ENST00000673903 protein_coding 1 NA 10 PCSK9 ENSG00000169174 +CDS chr1 55061375 55061556 ENST00000302118 protein_coding 5 1 11 PCSK9 ENSG00000169174 +CDS chr1 55061375 55061556 ENST00000673903 protein_coding 1 NA 11 PCSK9 ENSG00000169174 +CDS chr1 55063369 55063581 ENST00000302118 protein_coding 5 1 12 PCSK9 ENSG00000169174 +CDS chr1 55063369 55063581 ENST00000673903 protein_coding 1 NA 12 PCSK9 ENSG00000169174 +transcript chr1 55066359 55215364 ENST00000294383 protein_coding 7 5 NA USP24 ENSG00000162402 +CDS chr1 55069048 55069107 ENST00000294383 protein_coding 7 5 68 USP24 ENSG00000162402 +transcript chr1 55071273 55075499 ENST00000484447 protein_coding 5 3 NA USP24 ENSG00000162402 +CDS chr1 55071437 55071490 ENST00000484447 protein_coding 5 3 6 USP24 ENSG00000162402 +CDS chr1 55071814 55071924 ENST00000294383 protein_coding 7 5 67 USP24 ENSG00000162402 +CDS chr1 55071814 55071924 ENST00000484447 protein_coding 5 3 5 USP24 ENSG00000162402 +CDS chr1 55072317 55072403 ENST00000294383 protein_coding 7 5 66 USP24 ENSG00000162402 +CDS chr1 55072317 55072403 ENST00000484447 protein_coding 5 3 4 USP24 ENSG00000162402 +CDS chr1 55072786 55072861 ENST00000294383 protein_coding 7 5 65 USP24 ENSG00000162402 +CDS chr1 55072786 55072861 ENST00000484447 protein_coding 5 3 3 USP24 ENSG00000162402 +CDS chr1 55073828 55073906 ENST00000294383 protein_coding 7 5 64 USP24 ENSG00000162402 +CDS chr1 55073828 55073906 ENST00000484447 protein_coding 5 3 2 USP24 ENSG00000162402 +CDS chr1 55075457 55075523 ENST00000294383 protein_coding 7 5 63 USP24 ENSG00000162402 +CDS chr1 55075457 55075499 ENST00000484447 protein_coding 5 3 1 USP24 ENSG00000162402 +CDS chr1 55077235 55077300 ENST00000294383 protein_coding 7 5 62 USP24 ENSG00000162402 +CDS chr1 55078538 55078651 ENST00000294383 protein_coding 7 5 61 USP24 ENSG00000162402 +CDS chr1 55079538 55079659 ENST00000294383 protein_coding 7 5 60 USP24 ENSG00000162402 +CDS chr1 55081322 55081424 ENST00000294383 protein_coding 7 5 59 USP24 ENSG00000162402 +CDS chr1 55083272 55083364 ENST00000294383 protein_coding 7 5 58 USP24 ENSG00000162402 +CDS chr1 55083772 55083888 ENST00000294383 protein_coding 7 5 57 USP24 ENSG00000162402 +CDS chr1 55085942 55086038 ENST00000294383 protein_coding 7 5 56 USP24 ENSG00000162402 +CDS chr1 55089627 55089740 ENST00000294383 protein_coding 7 5 55 USP24 ENSG00000162402 +CDS chr1 55092023 55092126 ENST00000294383 protein_coding 7 5 54 USP24 ENSG00000162402 +CDS chr1 55092821 55092916 ENST00000294383 protein_coding 7 5 53 USP24 ENSG00000162402 +CDS chr1 55093937 55094087 ENST00000294383 protein_coding 7 5 52 USP24 ENSG00000162402 +CDS chr1 55095255 55095396 ENST00000294383 protein_coding 7 5 51 USP24 ENSG00000162402 +CDS chr1 55096498 55096622 ENST00000294383 protein_coding 7 5 50 USP24 ENSG00000162402 +CDS chr1 55096952 55097172 ENST00000294383 protein_coding 7 5 49 USP24 ENSG00000162402 +CDS chr1 55097598 55097717 ENST00000294383 protein_coding 7 5 48 USP24 ENSG00000162402 +CDS chr1 55097943 55098084 ENST00000294383 protein_coding 7 5 47 USP24 ENSG00000162402 +CDS chr1 55098476 55098558 ENST00000294383 protein_coding 7 5 46 USP24 ENSG00000162402 +CDS chr1 55099771 55099869 ENST00000294383 protein_coding 7 5 45 USP24 ENSG00000162402 +CDS chr1 55100839 55100964 ENST00000294383 protein_coding 7 5 44 USP24 ENSG00000162402 +CDS chr1 55101584 55101703 ENST00000294383 protein_coding 7 5 43 USP24 ENSG00000162402 +CDS chr1 55103876 55104020 ENST00000294383 protein_coding 7 5 42 USP24 ENSG00000162402 +CDS chr1 55106146 55106263 ENST00000294383 protein_coding 7 5 41 USP24 ENSG00000162402 +CDS chr1 55107239 55107430 ENST00000294383 protein_coding 7 5 40 USP24 ENSG00000162402 +CDS chr1 55110185 55110246 ENST00000294383 protein_coding 7 5 39 USP24 ENSG00000162402 +CDS chr1 55120596 55120756 ENST00000294383 protein_coding 7 5 38 USP24 ENSG00000162402 +CDS chr1 55121436 55121506 ENST00000294383 protein_coding 7 5 37 USP24 ENSG00000162402 +CDS chr1 55123447 55123602 ENST00000294383 protein_coding 7 5 36 USP24 ENSG00000162402 +CDS chr1 55124469 55124628 ENST00000294383 protein_coding 7 5 35 USP24 ENSG00000162402 +CDS chr1 55125320 55125548 ENST00000294383 protein_coding 7 5 34 USP24 ENSG00000162402 +CDS chr1 55125663 55125758 ENST00000294383 protein_coding 7 5 33 USP24 ENSG00000162402 +CDS chr1 55129477 55129574 ENST00000294383 protein_coding 7 5 32 USP24 ENSG00000162402 +CDS chr1 55132545 55132700 ENST00000294383 protein_coding 7 5 31 USP24 ENSG00000162402 +CDS chr1 55134070 55134163 ENST00000294383 protein_coding 7 5 30 USP24 ENSG00000162402 +CDS chr1 55134328 55134413 ENST00000294383 protein_coding 7 5 29 USP24 ENSG00000162402 +CDS chr1 55137515 55137688 ENST00000294383 protein_coding 7 5 28 USP24 ENSG00000162402 +CDS chr1 55137806 55137904 ENST00000294383 protein_coding 7 5 27 USP24 ENSG00000162402 +CDS chr1 55138608 55138718 ENST00000294383 protein_coding 7 5 26 USP24 ENSG00000162402 +CDS chr1 55138944 55139010 ENST00000294383 protein_coding 7 5 25 USP24 ENSG00000162402 +CDS chr1 55141616 55141731 ENST00000294383 protein_coding 7 5 24 USP24 ENSG00000162402 +CDS chr1 55142742 55142795 ENST00000294383 protein_coding 7 5 23 USP24 ENSG00000162402 +CDS chr1 55142979 55143119 ENST00000294383 protein_coding 7 5 22 USP24 ENSG00000162402 +CDS chr1 55144127 55144203 ENST00000294383 protein_coding 7 5 21 USP24 ENSG00000162402 +CDS chr1 55145998 55146109 ENST00000294383 protein_coding 7 5 20 USP24 ENSG00000162402 +CDS chr1 55146929 55147060 ENST00000294383 protein_coding 7 5 19 USP24 ENSG00000162402 +CDS chr1 55147649 55147798 ENST00000294383 protein_coding 7 5 18 USP24 ENSG00000162402 +CDS chr1 55148463 55148570 ENST00000294383 protein_coding 7 5 17 USP24 ENSG00000162402 +CDS chr1 55153870 55153917 ENST00000294383 protein_coding 7 5 16 USP24 ENSG00000162402 +CDS chr1 55154119 55154280 ENST00000294383 protein_coding 7 5 15 USP24 ENSG00000162402 +CDS chr1 55154371 55154466 ENST00000294383 protein_coding 7 5 14 USP24 ENSG00000162402 +CDS chr1 55154671 55154778 ENST00000294383 protein_coding 7 5 13 USP24 ENSG00000162402 +CDS chr1 55156948 55157051 ENST00000294383 protein_coding 7 5 12 USP24 ENSG00000162402 +CDS chr1 55157256 55157370 ENST00000294383 protein_coding 7 5 11 USP24 ENSG00000162402 +CDS chr1 55158878 55159036 ENST00000294383 protein_coding 7 5 10 USP24 ENSG00000162402 +CDS chr1 55159611 55159685 ENST00000294383 protein_coding 7 5 9 USP24 ENSG00000162402 +CDS chr1 55162199 55162264 ENST00000294383 protein_coding 7 5 8 USP24 ENSG00000162402 +CDS chr1 55165885 55165950 ENST00000294383 protein_coding 7 5 7 USP24 ENSG00000162402 +CDS chr1 55166568 55166603 ENST00000294383 protein_coding 7 5 6 USP24 ENSG00000162402 +CDS chr1 55171556 55171678 ENST00000294383 protein_coding 7 5 5 USP24 ENSG00000162402 +CDS chr1 55172377 55172520 ENST00000294383 protein_coding 7 5 4 USP24 ENSG00000162402 +CDS chr1 55176376 55176443 ENST00000294383 protein_coding 7 5 3 USP24 ENSG00000162402 +CDS chr1 55177967 55178132 ENST00000294383 protein_coding 7 5 2 USP24 ENSG00000162402 +CDS chr1 55214790 55215113 ENST00000294383 protein_coding 7 5 1 USP24 ENSG00000162402 +transcript chr1 56494761 56579563 ENST00000371250 protein_coding 4 1 NA PLPP3 ENSG00000162407 +CDS chr1 56496554 56496676 ENST00000371250 protein_coding 4 1 6 PLPP3 ENSG00000162407 +CDS chr1 56511976 56512152 ENST00000371250 protein_coding 4 1 5 PLPP3 ENSG00000162407 +CDS chr1 56523823 56523880 ENST00000371250 protein_coding 4 1 4 PLPP3 ENSG00000162407 +CDS chr1 56524277 56524554 ENST00000371250 protein_coding 4 1 3 PLPP3 ENSG00000162407 +CDS chr1 56536955 56537112 ENST00000371250 protein_coding 4 1 2 PLPP3 ENSG00000162407 +CDS chr1 56578878 56579016 ENST00000371250 protein_coding 4 1 1 PLPP3 ENSG00000162407 +transcript chr1 56645314 56715335 ENST00000371244 protein_coding 9 1 NA PRKAA2 ENSG00000162409 +CDS chr1 56645388 56645481 ENST00000371244 protein_coding 9 1 1 PRKAA2 ENSG00000162409 +CDS chr1 56674381 56674522 ENST00000371244 protein_coding 9 1 2 PRKAA2 ENSG00000162409 +CDS chr1 56691394 56691487 ENST00000371244 protein_coding 9 1 3 PRKAA2 ENSG00000162409 +CDS chr1 56692358 56692502 ENST00000371244 protein_coding 9 1 4 PRKAA2 ENSG00000162409 +CDS chr1 56693765 56693852 ENST00000371244 protein_coding 9 1 5 PRKAA2 ENSG00000162409 +CDS chr1 56695935 56696159 ENST00000371244 protein_coding 9 1 6 PRKAA2 ENSG00000162409 +CDS chr1 56703971 56704475 ENST00000371244 protein_coding 9 1 7 PRKAA2 ENSG00000162409 +CDS chr1 56706092 56706218 ENST00000371244 protein_coding 9 1 8 PRKAA2 ENSG00000162409 +CDS chr1 56707475 56707710 ENST00000371244 protein_coding 9 1 9 PRKAA2 ENSG00000162409 +transcript chr1 56718789 56819404 ENST00000343433 protein_coding 7 1 NA FYB2 ENSG00000187889 +CDS chr1 56719674 56719692 ENST00000343433 protein_coding 7 1 20 FYB2 ENSG00000187889 +CDS chr1 56720022 56720055 ENST00000343433 protein_coding 7 1 19 FYB2 ENSG00000187889 +CDS chr1 56720173 56720329 ENST00000343433 protein_coding 7 1 18 FYB2 ENSG00000187889 +CDS chr1 56723588 56723681 ENST00000343433 protein_coding 7 1 17 FYB2 ENSG00000187889 +CDS chr1 56726497 56726583 ENST00000343433 protein_coding 7 1 16 FYB2 ENSG00000187889 +CDS chr1 56737087 56737147 ENST00000343433 protein_coding 7 1 15 FYB2 ENSG00000187889 +CDS chr1 56738625 56738653 ENST00000343433 protein_coding 7 1 14 FYB2 ENSG00000187889 +CDS chr1 56740697 56740795 ENST00000343433 protein_coding 7 1 13 FYB2 ENSG00000187889 +CDS chr1 56742161 56742221 ENST00000343433 protein_coding 7 1 12 FYB2 ENSG00000187889 +CDS chr1 56744026 56744066 ENST00000343433 protein_coding 7 1 11 FYB2 ENSG00000187889 +CDS chr1 56744152 56744266 ENST00000343433 protein_coding 7 1 10 FYB2 ENSG00000187889 +CDS chr1 56751044 56751203 ENST00000343433 protein_coding 7 1 9 FYB2 ENSG00000187889 +CDS chr1 56753839 56753935 ENST00000343433 protein_coding 7 1 8 FYB2 ENSG00000187889 +CDS chr1 56755896 56755927 ENST00000343433 protein_coding 7 1 7 FYB2 ENSG00000187889 +CDS chr1 56758716 56758750 ENST00000343433 protein_coding 7 1 6 FYB2 ENSG00000187889 +CDS chr1 56767829 56767938 ENST00000343433 protein_coding 7 1 5 FYB2 ENSG00000187889 +CDS chr1 56787175 56787208 ENST00000343433 protein_coding 7 1 4 FYB2 ENSG00000187889 +CDS chr1 56788973 56789134 ENST00000343433 protein_coding 7 1 3 FYB2 ENSG00000187889 +CDS chr1 56792056 56792803 ENST00000343433 protein_coding 7 1 2 FYB2 ENSG00000187889 +CDS chr1 56819282 56819290 ENST00000343433 protein_coding 7 1 1 FYB2 ENSG00000187889 +transcript chr1 56854797 56918223 ENST00000361249 protein_coding 4 1 NA C8A ENSG00000157131 +CDS chr1 56854902 56854978 ENST00000361249 protein_coding 4 1 1 C8A ENSG00000157131 +CDS chr1 56867609 56867702 ENST00000361249 protein_coding 4 1 2 C8A ENSG00000157131 +CDS chr1 56874949 56875093 ENST00000361249 protein_coding 4 1 3 C8A ENSG00000157131 +CDS chr1 56876062 56876209 ENST00000361249 protein_coding 4 1 4 C8A ENSG00000157131 +CDS chr1 56881445 56881634 ENST00000361249 protein_coding 4 1 5 C8A ENSG00000157131 +CDS chr1 56883481 56883681 ENST00000361249 protein_coding 4 1 6 C8A ENSG00000157131 +CDS chr1 56885927 56886167 ENST00000361249 protein_coding 4 1 7 C8A ENSG00000157131 +CDS chr1 56906667 56906792 ENST00000361249 protein_coding 4 1 8 C8A ENSG00000157131 +CDS chr1 56907956 56908113 ENST00000361249 protein_coding 4 1 9 C8A ENSG00000157131 +CDS chr1 56912403 56912625 ENST00000361249 protein_coding 4 1 10 C8A ENSG00000157131 +CDS chr1 56917565 56917713 ENST00000361249 protein_coding 4 1 11 C8A ENSG00000157131 +transcript chr1 56929207 56966015 ENST00000371237 protein_coding 9 1 NA C8B ENSG00000021852 +transcript chr1 56929212 56966140 ENST00000535057 protein_coding 5 2 NA C8B ENSG00000021852 +transcript chr1 56929212 56966140 ENST00000543257 protein_coding 5 2 NA C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000371237 protein_coding 9 1 12 C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000535057 protein_coding 5 2 13 C8B ENSG00000021852 +CDS chr1 56929407 56929558 ENST00000543257 protein_coding 5 2 13 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000371237 protein_coding 9 1 11 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000535057 protein_coding 5 2 12 C8B ENSG00000021852 +CDS chr1 56931810 56931878 ENST00000543257 protein_coding 5 2 12 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000371237 protein_coding 9 1 10 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000535057 protein_coding 5 2 11 C8B ENSG00000021852 +CDS chr1 56933335 56933488 ENST00000543257 protein_coding 5 2 11 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000371237 protein_coding 9 1 9 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000535057 protein_coding 5 2 10 C8B ENSG00000021852 +CDS chr1 56940849 56941012 ENST00000543257 protein_coding 5 2 10 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000371237 protein_coding 9 1 8 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000535057 protein_coding 5 2 9 C8B ENSG00000021852 +CDS chr1 56943696 56943824 ENST00000543257 protein_coding 5 2 9 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000371237 protein_coding 9 1 7 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000535057 protein_coding 5 2 8 C8B ENSG00000021852 +CDS chr1 56945821 56946061 ENST00000543257 protein_coding 5 2 8 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000371237 protein_coding 9 1 6 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000535057 protein_coding 5 2 7 C8B ENSG00000021852 +CDS chr1 56949555 56949752 ENST00000543257 protein_coding 5 2 7 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000371237 protein_coding 9 1 5 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000535057 protein_coding 5 2 6 C8B ENSG00000021852 +CDS chr1 56952048 56952180 ENST00000543257 protein_coding 5 2 6 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000371237 protein_coding 9 1 4 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000535057 protein_coding 5 2 5 C8B ENSG00000021852 +CDS chr1 56954686 56954827 ENST00000543257 protein_coding 5 2 5 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000371237 protein_coding 9 1 3 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000535057 protein_coding 5 2 4 C8B ENSG00000021852 +CDS chr1 56956769 56956910 ENST00000543257 protein_coding 5 2 4 C8B ENSG00000021852 +CDS chr1 56959529 56959591 ENST00000535057 protein_coding 5 2 3 C8B ENSG00000021852 +CDS chr1 56960020 56960176 ENST00000371237 protein_coding 9 1 2 C8B ENSG00000021852 +CDS chr1 56960020 56960112 ENST00000543257 protein_coding 5 2 3 C8B ENSG00000021852 +CDS chr1 56965857 56965948 ENST00000371237 protein_coding 9 1 1 C8B ENSG00000021852 +transcript chr1 56994778 57424060 ENST00000371236 protein_coding 7 5 NA DAB1 ENSG00000173406 +transcript chr1 56994782 57291168 ENST00000414851 protein_coding 6 5 NA DAB1 ENSG00000173406 +transcript chr1 56998025 57291066 ENST00000420954 protein_coding 6 1 NA DAB1 ENSG00000173406 +transcript chr1 57010695 57291065 ENST00000371231 protein_coding 5 5 NA DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000371236 protein_coding 7 5 14 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000371231 protein_coding 5 5 15 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000414851 protein_coding 6 5 13 DAB1 ENSG00000173406 +CDS chr1 57010698 57010790 ENST00000420954 protein_coding 6 1 13 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000371236 protein_coding 7 5 13 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000371231 protein_coding 5 5 14 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000414851 protein_coding 6 5 12 DAB1 ENSG00000173406 +CDS chr1 57011145 57011272 ENST00000420954 protein_coding 6 1 12 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000371236 protein_coding 7 5 12 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000371231 protein_coding 5 5 13 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000414851 protein_coding 6 5 11 DAB1 ENSG00000173406 +CDS chr1 57014883 57015431 ENST00000420954 protein_coding 6 1 11 DAB1 ENSG00000173406 +transcript chr1 57015352 57291065 ENST00000371232 protein_coding 8 5 NA DAB1 ENSG00000173406 +CDS chr1 57015352 57015431 ENST00000371232 protein_coding 8 5 9 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371236 protein_coding 7 5 11 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371231 protein_coding 5 5 12 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000371232 protein_coding 8 5 8 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000414851 protein_coding 6 5 10 DAB1 ENSG00000173406 +CDS chr1 57023531 57023639 ENST00000420954 protein_coding 6 1 10 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371236 protein_coding 7 5 10 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371231 protein_coding 5 5 11 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000371232 protein_coding 8 5 7 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000414851 protein_coding 6 5 9 DAB1 ENSG00000173406 +CDS chr1 57025981 57026043 ENST00000420954 protein_coding 6 1 9 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000371231 protein_coding 5 5 10 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000371232 protein_coding 8 5 6 DAB1 ENSG00000173406 +CDS chr1 57033386 57033433 ENST00000420954 protein_coding 6 1 8 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000371231 protein_coding 5 5 9 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000371232 protein_coding 8 5 5 DAB1 ENSG00000173406 +CDS chr1 57033523 57033573 ENST00000420954 protein_coding 6 1 7 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371236 protein_coding 7 5 9 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371231 protein_coding 5 5 8 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000371232 protein_coding 8 5 4 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000414851 protein_coding 6 5 8 DAB1 ENSG00000173406 +CDS chr1 57062884 57062943 ENST00000420954 protein_coding 6 1 6 DAB1 ENSG00000173406 +transcript chr1 57062890 57291065 ENST00000332102 protein_coding 10 3 NA DAB1 ENSG00000173406 +CDS chr1 57062890 57062943 ENST00000332102 protein_coding 10 3 6 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000371236 protein_coding 7 5 8 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000371231 protein_coding 5 5 7 DAB1 ENSG00000173406 +CDS chr1 57069360 57069425 ENST00000414851 protein_coding 6 5 7 DAB1 ENSG00000173406 +transcript chr1 57070734 57424057 ENST00000371230 protein_coding 1 5 NA DAB1 ENSG00000173406 +CDS chr1 57070981 57071061 ENST00000371230 protein_coding 1 5 7 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000371236 protein_coding 7 5 7 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000371231 protein_coding 5 5 6 DAB1 ENSG00000173406 +CDS chr1 57071023 57071061 ENST00000414851 protein_coding 6 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371236 protein_coding 7 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371231 protein_coding 5 5 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000332102 protein_coding 10 3 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000371230 protein_coding 1 5 6 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000414851 protein_coding 6 5 5 DAB1 ENSG00000173406 +CDS chr1 57071522 57071641 ENST00000420954 protein_coding 6 1 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371236 protein_coding 7 5 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371231 protein_coding 5 5 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000332102 protein_coding 10 3 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000371230 protein_coding 1 5 5 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000414851 protein_coding 6 5 4 DAB1 ENSG00000173406 +CDS chr1 57072283 57072414 ENST00000420954 protein_coding 6 1 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371236 protein_coding 7 5 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371231 protein_coding 5 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371232 protein_coding 8 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000332102 protein_coding 10 3 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000371230 protein_coding 1 5 4 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000414851 protein_coding 6 5 3 DAB1 ENSG00000173406 +CDS chr1 57136543 57136641 ENST00000420954 protein_coding 6 1 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371236 protein_coding 7 5 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371231 protein_coding 5 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371232 protein_coding 8 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000332102 protein_coding 10 3 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000371230 protein_coding 1 5 3 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000414851 protein_coding 6 5 2 DAB1 ENSG00000173406 +CDS chr1 57145290 57145429 ENST00000420954 protein_coding 6 1 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371236 protein_coding 7 5 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371231 protein_coding 5 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371232 protein_coding 8 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000332102 protein_coding 10 3 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000371230 protein_coding 1 5 2 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000414851 protein_coding 6 5 1 DAB1 ENSG00000173406 +CDS chr1 57290964 57291030 ENST00000420954 protein_coding 6 1 1 DAB1 ENSG00000173406 +transcript chr1 58467927 58538818 ENST00000421528 protein_coding 6 5 NA OMA1 ENSG00000162600 +CDS chr1 58473876 58473968 ENST00000421528 protein_coding 6 5 8 OMA1 ENSG00000162600 +transcript chr1 58480719 58546726 ENST00000371226 protein_coding 8 1 NA OMA1 ENSG00000162600 +CDS chr1 58480968 58481174 ENST00000371226 protein_coding 8 1 9 OMA1 ENSG00000162600 +CDS chr1 58506060 58506209 ENST00000421528 protein_coding 6 5 7 OMA1 ENSG00000162600 +CDS chr1 58506060 58506209 ENST00000371226 protein_coding 8 1 8 OMA1 ENSG00000162600 +CDS chr1 58527261 58527335 ENST00000421528 protein_coding 6 5 6 OMA1 ENSG00000162600 +CDS chr1 58527261 58527335 ENST00000371226 protein_coding 8 1 7 OMA1 ENSG00000162600 +CDS chr1 58530601 58530729 ENST00000421528 protein_coding 6 5 5 OMA1 ENSG00000162600 +CDS chr1 58530601 58530729 ENST00000371226 protein_coding 8 1 6 OMA1 ENSG00000162600 +CDS chr1 58533953 58534060 ENST00000421528 protein_coding 6 5 4 OMA1 ENSG00000162600 +CDS chr1 58533953 58534060 ENST00000371226 protein_coding 8 1 5 OMA1 ENSG00000162600 +transcript chr1 58533987 58546706 ENST00000456980 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58533987 58534060 ENST00000456980 protein_coding 5 5 5 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000421528 protein_coding 6 5 3 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000371226 protein_coding 8 1 4 OMA1 ENSG00000162600 +CDS chr1 58534158 58534331 ENST00000456980 protein_coding 5 5 4 OMA1 ENSG00000162600 +transcript chr1 58534294 58546758 ENST00000419242 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58534294 58534331 ENST00000419242 protein_coding 5 5 4 OMA1 ENSG00000162600 +transcript chr1 58534303 58546802 ENST00000426139 protein_coding 5 5 NA OMA1 ENSG00000162600 +CDS chr1 58534303 58534331 ENST00000426139 protein_coding 5 5 4 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000421528 protein_coding 6 5 2 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000371226 protein_coding 8 1 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000456980 protein_coding 5 5 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000419242 protein_coding 5 5 3 OMA1 ENSG00000162600 +CDS chr1 58536513 58536741 ENST00000426139 protein_coding 5 5 3 OMA1 ENSG00000162600 +transcript chr1 58536691 58546714 ENST00000453710 protein_coding 1 5 NA OMA1 ENSG00000162600 +CDS chr1 58536691 58536741 ENST00000453710 protein_coding 1 5 5 OMA1 ENSG00000162600 +CDS chr1 58538795 58538818 ENST00000421528 protein_coding 6 5 1 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000371226 protein_coding 8 1 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000456980 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000419242 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000426139 protein_coding 5 5 2 OMA1 ENSG00000162600 +CDS chr1 58538795 58539294 ENST00000453710 protein_coding 1 5 4 OMA1 ENSG00000162600 +transcript chr1 58539033 58546708 ENST00000482274 protein_coding 2 5 NA OMA1 ENSG00000162600 +CDS chr1 58539033 58539294 ENST00000482274 protein_coding 2 5 2 OMA1 ENSG00000162600 +transcript chr1 58575433 58577252 ENST00000371225 protein_coding 4 NA NA TACSTD2 ENSG00000184292 +CDS chr1 58576188 58577156 ENST00000371225 protein_coding 4 NA 1 TACSTD2 ENSG00000184292 +transcript chr1 58643440 58700072 ENST00000655340 protein_coding 1 NA NA MYSM1 ENSG00000162601 +CDS chr1 58646480 58646569 ENST00000655340 protein_coding 1 NA 20 MYSM1 ENSG00000162601 +transcript chr1 58654743 58700062 ENST00000472487 protein_coding 6 1 NA MYSM1 ENSG00000162601 +transcript chr1 58654751 58668483 ENST00000622766 protein_coding 1 1 NA MYSM1 ENSG00000162601 +CDS chr1 58660000 58660155 ENST00000472487 protein_coding 6 1 20 MYSM1 ENSG00000162601 +CDS chr1 58660000 58660155 ENST00000622766 protein_coding 1 1 7 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000655340 protein_coding 1 NA 19 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000472487 protein_coding 6 1 19 MYSM1 ENSG00000162601 +CDS chr1 58661170 58661227 ENST00000622766 protein_coding 1 1 6 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000655340 protein_coding 1 NA 18 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000472487 protein_coding 6 1 18 MYSM1 ENSG00000162601 +CDS chr1 58661406 58661511 ENST00000622766 protein_coding 1 1 5 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000655340 protein_coding 1 NA 17 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000472487 protein_coding 6 1 17 MYSM1 ENSG00000162601 +CDS chr1 58665499 58665631 ENST00000622766 protein_coding 1 1 4 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000655340 protein_coding 1 NA 16 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000472487 protein_coding 6 1 16 MYSM1 ENSG00000162601 +CDS chr1 58667038 58667226 ENST00000622766 protein_coding 1 1 3 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667921 ENST00000655340 protein_coding 1 NA 15 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667921 ENST00000472487 protein_coding 6 1 15 MYSM1 ENSG00000162601 +CDS chr1 58667847 58667906 ENST00000622766 protein_coding 1 1 2 MYSM1 ENSG00000162601 +CDS chr1 58668632 58668682 ENST00000655340 protein_coding 1 NA 14 MYSM1 ENSG00000162601 +CDS chr1 58668632 58668682 ENST00000472487 protein_coding 6 1 14 MYSM1 ENSG00000162601 +CDS chr1 58668984 58669038 ENST00000655340 protein_coding 1 NA 13 MYSM1 ENSG00000162601 +CDS chr1 58668984 58669038 ENST00000472487 protein_coding 6 1 13 MYSM1 ENSG00000162601 +CDS chr1 58671870 58671958 ENST00000655340 protein_coding 1 NA 12 MYSM1 ENSG00000162601 +CDS chr1 58671870 58671958 ENST00000472487 protein_coding 6 1 12 MYSM1 ENSG00000162601 +CDS chr1 58673573 58673650 ENST00000655340 protein_coding 1 NA 11 MYSM1 ENSG00000162601 +CDS chr1 58673573 58673650 ENST00000472487 protein_coding 6 1 11 MYSM1 ENSG00000162601 +CDS chr1 58675477 58675580 ENST00000655340 protein_coding 1 NA 10 MYSM1 ENSG00000162601 +CDS chr1 58675477 58675580 ENST00000472487 protein_coding 6 1 10 MYSM1 ENSG00000162601 +CDS chr1 58676926 58677056 ENST00000655340 protein_coding 1 NA 9 MYSM1 ENSG00000162601 +CDS chr1 58676926 58677056 ENST00000472487 protein_coding 6 1 9 MYSM1 ENSG00000162601 +CDS chr1 58681785 58682545 ENST00000655340 protein_coding 1 NA 8 MYSM1 ENSG00000162601 +CDS chr1 58681785 58682545 ENST00000472487 protein_coding 6 1 8 MYSM1 ENSG00000162601 +CDS chr1 58685153 58685251 ENST00000655340 protein_coding 1 NA 7 MYSM1 ENSG00000162601 +CDS chr1 58685153 58685251 ENST00000472487 protein_coding 6 1 7 MYSM1 ENSG00000162601 +CDS chr1 58689038 58689116 ENST00000655340 protein_coding 1 NA 6 MYSM1 ENSG00000162601 +CDS chr1 58689038 58689116 ENST00000472487 protein_coding 6 1 6 MYSM1 ENSG00000162601 +CDS chr1 58690226 58690249 ENST00000655340 protein_coding 1 NA 5 MYSM1 ENSG00000162601 +CDS chr1 58690226 58690249 ENST00000472487 protein_coding 6 1 5 MYSM1 ENSG00000162601 +CDS chr1 58690340 58690417 ENST00000655340 protein_coding 1 NA 4 MYSM1 ENSG00000162601 +CDS chr1 58690340 58690417 ENST00000472487 protein_coding 6 1 4 MYSM1 ENSG00000162601 +CDS chr1 58692861 58692931 ENST00000655340 protein_coding 1 NA 3 MYSM1 ENSG00000162601 +CDS chr1 58692861 58692931 ENST00000472487 protein_coding 6 1 3 MYSM1 ENSG00000162601 +CDS chr1 58695129 58695207 ENST00000655340 protein_coding 1 NA 2 MYSM1 ENSG00000162601 +CDS chr1 58695129 58695207 ENST00000472487 protein_coding 6 1 2 MYSM1 ENSG00000162601 +CDS chr1 58699985 58700052 ENST00000655340 protein_coding 1 NA 1 MYSM1 ENSG00000162601 +CDS chr1 58699985 58700052 ENST00000472487 protein_coding 6 1 1 MYSM1 ENSG00000162601 +transcript chr1 58780791 58784047 ENST00000371222 protein_coding 4 NA NA JUN ENSG00000177606 +CDS chr1 58782078 58783070 ENST00000371222 protein_coding 4 NA 1 JUN ENSG00000177606 +transcript chr1 59296638 59321712 ENST00000582567 protein_coding 1 4 NA FGGY ENSG00000172456 +transcript chr1 59296795 59378837 ENST00000413489 protein_coding 5 3 NA FGGY ENSG00000172456 +transcript chr1 59296981 59762724 ENST00000371218 protein_coding 8 1 NA FGGY ENSG00000172456 +transcript chr1 59297094 59762730 ENST00000303721 protein_coding 12 1 NA FGGY ENSG00000172456 +transcript chr1 59310087 59762728 ENST00000371212 protein_coding 5 2 NA FGGY ENSG00000172456 +CDS chr1 59321550 59321712 ENST00000582567 protein_coding 1 4 3 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000413489 protein_coding 5 3 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000371218 protein_coding 8 1 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000303721 protein_coding 12 1 2 FGGY ENSG00000172456 +CDS chr1 59321550 59321750 ENST00000371212 protein_coding 5 2 2 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000413489 protein_coding 5 3 3 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000371218 protein_coding 8 1 3 FGGY ENSG00000172456 +CDS chr1 59339958 59340069 ENST00000303721 protein_coding 12 1 3 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000413489 protein_coding 5 3 4 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000371218 protein_coding 8 1 4 FGGY ENSG00000172456 +CDS chr1 59346247 59346398 ENST00000303721 protein_coding 12 1 4 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000413489 protein_coding 5 3 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000371218 protein_coding 8 1 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000303721 protein_coding 12 1 5 FGGY ENSG00000172456 +CDS chr1 59378749 59378837 ENST00000371212 protein_coding 5 2 3 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000371218 protein_coding 8 1 6 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000303721 protein_coding 12 1 6 FGGY ENSG00000172456 +CDS chr1 59456961 59457076 ENST00000371212 protein_coding 5 2 4 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000371218 protein_coding 8 1 7 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000303721 protein_coding 12 1 7 FGGY ENSG00000172456 +CDS chr1 59512311 59512439 ENST00000371212 protein_coding 5 2 5 FGGY ENSG00000172456 +transcript chr1 59553918 59762728 ENST00000371210 protein_coding 1 2 NA FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000371218 protein_coding 8 1 8 FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000303721 protein_coding 12 1 8 FGGY ENSG00000172456 +CDS chr1 59554124 59554227 ENST00000371212 protein_coding 5 2 6 FGGY ENSG00000172456 +CDS chr1 59554222 59554227 ENST00000371210 protein_coding 1 2 2 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371218 protein_coding 8 1 9 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000303721 protein_coding 12 1 9 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371212 protein_coding 5 2 7 FGGY ENSG00000172456 +CDS chr1 59607803 59607910 ENST00000371210 protein_coding 1 2 3 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371218 protein_coding 8 1 10 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000303721 protein_coding 12 1 10 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371212 protein_coding 5 2 8 FGGY ENSG00000172456 +CDS chr1 59625988 59626049 ENST00000371210 protein_coding 1 2 4 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371218 protein_coding 8 1 11 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000303721 protein_coding 12 1 11 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371212 protein_coding 5 2 9 FGGY ENSG00000172456 +CDS chr1 59638228 59638375 ENST00000371210 protein_coding 1 2 5 FGGY ENSG00000172456 +CDS chr1 59641280 59641351 ENST00000371218 protein_coding 8 1 12 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371218 protein_coding 8 1 13 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000303721 protein_coding 12 1 12 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371212 protein_coding 5 2 10 FGGY ENSG00000172456 +CDS chr1 59660219 59660293 ENST00000371210 protein_coding 1 2 6 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371218 protein_coding 8 1 14 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000303721 protein_coding 12 1 13 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371212 protein_coding 5 2 11 FGGY ENSG00000172456 +CDS chr1 59667283 59667403 ENST00000371210 protein_coding 1 2 7 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371218 protein_coding 8 1 15 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000303721 protein_coding 12 1 14 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371212 protein_coding 5 2 12 FGGY ENSG00000172456 +CDS chr1 59674039 59674133 ENST00000371210 protein_coding 1 2 8 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371218 protein_coding 8 1 16 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000303721 protein_coding 12 1 15 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371212 protein_coding 5 2 13 FGGY ENSG00000172456 +CDS chr1 59757931 59757992 ENST00000371210 protein_coding 1 2 9 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371218 protein_coding 8 1 17 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000303721 protein_coding 12 1 16 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371212 protein_coding 5 2 14 FGGY ENSG00000172456 +CDS chr1 59762503 59762581 ENST00000371210 protein_coding 1 2 10 FGGY ENSG00000172456 +transcript chr1 59814786 59835350 ENST00000455990 protein_coding 5 4 NA HOOK1 ENSG00000134709 +transcript chr1 59814949 59876322 ENST00000371208 protein_coding 5 1 NA HOOK1 ENSG00000134709 +transcript chr1 59815008 59872965 ENST00000687049 protein_coding 1 NA NA HOOK1 ENSG00000134709 +CDS chr1 59815118 59815180 ENST00000455990 protein_coding 5 4 2 HOOK1 ENSG00000134709 +CDS chr1 59815118 59815180 ENST00000371208 protein_coding 5 1 1 HOOK1 ENSG00000134709 +CDS chr1 59821858 59821943 ENST00000455990 protein_coding 5 4 3 HOOK1 ENSG00000134709 +CDS chr1 59821858 59821943 ENST00000371208 protein_coding 5 1 2 HOOK1 ENSG00000134709 +CDS chr1 59828780 59828852 ENST00000455990 protein_coding 5 4 4 HOOK1 ENSG00000134709 +CDS chr1 59828780 59828852 ENST00000371208 protein_coding 5 1 3 HOOK1 ENSG00000134709 +CDS chr1 59832163 59832213 ENST00000455990 protein_coding 5 4 5 HOOK1 ENSG00000134709 +CDS chr1 59832163 59832213 ENST00000371208 protein_coding 5 1 4 HOOK1 ENSG00000134709 +CDS chr1 59832196 59832213 ENST00000687049 protein_coding 1 NA 3 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000455990 protein_coding 5 4 6 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000371208 protein_coding 5 1 5 HOOK1 ENSG00000134709 +CDS chr1 59833405 59833537 ENST00000687049 protein_coding 1 NA 4 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835350 ENST00000455990 protein_coding 5 4 7 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835412 ENST00000371208 protein_coding 5 1 6 HOOK1 ENSG00000134709 +CDS chr1 59835345 59835412 ENST00000687049 protein_coding 1 NA 5 HOOK1 ENSG00000134709 +CDS chr1 59836873 59836935 ENST00000371208 protein_coding 5 1 7 HOOK1 ENSG00000134709 +CDS chr1 59836873 59836935 ENST00000687049 protein_coding 1 NA 6 HOOK1 ENSG00000134709 +CDS chr1 59840308 59840391 ENST00000371208 protein_coding 5 1 8 HOOK1 ENSG00000134709 +CDS chr1 59840308 59840391 ENST00000687049 protein_coding 1 NA 7 HOOK1 ENSG00000134709 +CDS chr1 59843432 59843598 ENST00000371208 protein_coding 5 1 9 HOOK1 ENSG00000134709 +CDS chr1 59843432 59843598 ENST00000687049 protein_coding 1 NA 8 HOOK1 ENSG00000134709 +CDS chr1 59847045 59847185 ENST00000371208 protein_coding 5 1 10 HOOK1 ENSG00000134709 +CDS chr1 59847045 59847185 ENST00000687049 protein_coding 1 NA 9 HOOK1 ENSG00000134709 +CDS chr1 59848315 59848516 ENST00000371208 protein_coding 5 1 11 HOOK1 ENSG00000134709 +CDS chr1 59848315 59848516 ENST00000687049 protein_coding 1 NA 10 HOOK1 ENSG00000134709 +CDS chr1 59849073 59849183 ENST00000371208 protein_coding 5 1 12 HOOK1 ENSG00000134709 +CDS chr1 59849073 59849183 ENST00000687049 protein_coding 1 NA 11 HOOK1 ENSG00000134709 +CDS chr1 59858428 59858515 ENST00000371208 protein_coding 5 1 13 HOOK1 ENSG00000134709 +CDS chr1 59858428 59858515 ENST00000687049 protein_coding 1 NA 12 HOOK1 ENSG00000134709 +CDS chr1 59858985 59859045 ENST00000371208 protein_coding 5 1 14 HOOK1 ENSG00000134709 +CDS chr1 59858985 59859045 ENST00000687049 protein_coding 1 NA 13 HOOK1 ENSG00000134709 +CDS chr1 59860188 59860328 ENST00000371208 protein_coding 5 1 15 HOOK1 ENSG00000134709 +CDS chr1 59860188 59860328 ENST00000687049 protein_coding 1 NA 14 HOOK1 ENSG00000134709 +CDS chr1 59862784 59862877 ENST00000371208 protein_coding 5 1 16 HOOK1 ENSG00000134709 +CDS chr1 59862784 59862877 ENST00000687049 protein_coding 1 NA 15 HOOK1 ENSG00000134709 +CDS chr1 59864632 59864666 ENST00000371208 protein_coding 5 1 17 HOOK1 ENSG00000134709 +CDS chr1 59864632 59864666 ENST00000687049 protein_coding 1 NA 16 HOOK1 ENSG00000134709 +CDS chr1 59865163 59865245 ENST00000371208 protein_coding 5 1 18 HOOK1 ENSG00000134709 +CDS chr1 59865163 59865245 ENST00000687049 protein_coding 1 NA 17 HOOK1 ENSG00000134709 +CDS chr1 59865872 59865972 ENST00000371208 protein_coding 5 1 19 HOOK1 ENSG00000134709 +CDS chr1 59865872 59865972 ENST00000687049 protein_coding 1 NA 18 HOOK1 ENSG00000134709 +CDS chr1 59868250 59868351 ENST00000371208 protein_coding 5 1 20 HOOK1 ENSG00000134709 +CDS chr1 59868250 59868351 ENST00000687049 protein_coding 1 NA 19 HOOK1 ENSG00000134709 +CDS chr1 59871042 59871110 ENST00000371208 protein_coding 5 1 21 HOOK1 ENSG00000134709 +CDS chr1 59871042 59871110 ENST00000687049 protein_coding 1 NA 20 HOOK1 ENSG00000134709 +CDS chr1 59872795 59872962 ENST00000371208 protein_coding 5 1 22 HOOK1 ENSG00000134709 +CDS chr1 59872795 59872962 ENST00000687049 protein_coding 1 NA 21 HOOK1 ENSG00000134709 +transcript chr1 59893308 59926773 ENST00000371204 protein_coding 4 1 NA CYP2J2 ENSG00000134716 +CDS chr1 59893654 59893829 ENST00000371204 protein_coding 4 1 9 CYP2J2 ENSG00000134716 +CDS chr1 59900965 59901103 ENST00000371204 protein_coding 4 1 8 CYP2J2 ENSG00000134716 +CDS chr1 59904871 59905058 ENST00000371204 protein_coding 4 1 7 CYP2J2 ENSG00000134716 +CDS chr1 59907786 59907927 ENST00000371204 protein_coding 4 1 6 CYP2J2 ENSG00000134716 +CDS chr1 59909784 59909960 ENST00000371204 protein_coding 4 1 5 CYP2J2 ENSG00000134716 +CDS chr1 59911608 59911768 ENST00000371204 protein_coding 4 1 4 CYP2J2 ENSG00000134716 +CDS chr1 59912162 59912311 ENST00000371204 protein_coding 4 1 3 CYP2J2 ENSG00000134716 +CDS chr1 59915938 59916100 ENST00000371204 protein_coding 4 1 2 CYP2J2 ENSG00000134716 +CDS chr1 59926537 59926746 ENST00000371204 protein_coding 4 1 1 CYP2J2 ENSG00000134716 +transcript chr1 59990394 60073736 ENST00000450089 protein_coding 6 5 NA C1orf87 ENSG00000162598 +transcript chr1 59990394 60073770 ENST00000371201 protein_coding 3 1 NA C1orf87 ENSG00000162598 +CDS chr1 59990676 59990833 ENST00000450089 protein_coding 6 5 8 C1orf87 ENSG00000162598 +CDS chr1 59990676 59990833 ENST00000371201 protein_coding 3 1 12 C1orf87 ENSG00000162598 +CDS chr1 59997609 59997816 ENST00000450089 protein_coding 6 5 7 C1orf87 ENSG00000162598 +CDS chr1 59997609 59997816 ENST00000371201 protein_coding 3 1 11 C1orf87 ENSG00000162598 +CDS chr1 60001077 60001156 ENST00000450089 protein_coding 6 5 6 C1orf87 ENSG00000162598 +CDS chr1 60001077 60001156 ENST00000371201 protein_coding 3 1 10 C1orf87 ENSG00000162598 +CDS chr1 60010392 60010456 ENST00000450089 protein_coding 6 5 5 C1orf87 ENSG00000162598 +CDS chr1 60010392 60010456 ENST00000371201 protein_coding 3 1 9 C1orf87 ENSG00000162598 +CDS chr1 60025401 60025498 ENST00000450089 protein_coding 6 5 4 C1orf87 ENSG00000162598 +CDS chr1 60025401 60025498 ENST00000371201 protein_coding 3 1 8 C1orf87 ENSG00000162598 +CDS chr1 60033476 60033641 ENST00000371201 protein_coding 3 1 7 C1orf87 ENSG00000162598 +CDS chr1 60037992 60038107 ENST00000371201 protein_coding 3 1 6 C1orf87 ENSG00000162598 +CDS chr1 60039917 60040180 ENST00000371201 protein_coding 3 1 5 C1orf87 ENSG00000162598 +CDS chr1 60040991 60041131 ENST00000371201 protein_coding 3 1 4 C1orf87 ENSG00000162598 +CDS chr1 60055204 60055438 ENST00000450089 protein_coding 6 5 3 C1orf87 ENSG00000162598 +CDS chr1 60055204 60055438 ENST00000371201 protein_coding 3 1 3 C1orf87 ENSG00000162598 +CDS chr1 60072537 60072643 ENST00000450089 protein_coding 6 5 2 C1orf87 ENSG00000162598 +CDS chr1 60072537 60072643 ENST00000371201 protein_coding 3 1 2 C1orf87 ENSG00000162598 +transcript chr1 60865259 61455525 ENST00000371191 protein_coding 5 5 NA NFIA ENSG00000162599 +CDS chr1 60865371 60865466 ENST00000371191 protein_coding 5 5 1 NFIA ENSG00000162599 +transcript chr1 61053830 61332586 ENST00000476646 protein_coding 5 3 NA NFIA ENSG00000162599 +transcript chr1 61077274 61455585 ENST00000407417 protein_coding 7 2 NA NFIA ENSG00000162599 +CDS chr1 61077626 61077628 ENST00000407417 protein_coding 7 2 1 NFIA ENSG00000162599 +transcript chr1 61081862 61455562 ENST00000371189 protein_coding 8 2 NA NFIA ENSG00000162599 +CDS chr1 61081944 61082047 ENST00000371189 protein_coding 8 2 1 NFIA ENSG00000162599 +transcript chr1 61082398 61456742 ENST00000664149 protein_coding 1 NA NA NFIA ENSG00000162599 +transcript chr1 61082561 61462788 ENST00000403491 protein_coding 8 1 NA NFIA ENSG00000162599 +transcript chr1 61082621 61456394 ENST00000371187 protein_coding 7 1 NA NFIA ENSG00000162599 +transcript chr1 61082723 61455524 ENST00000485903 protein_coding 6 5 NA NFIA ENSG00000162599 +transcript chr1 61082748 61455526 ENST00000371185 protein_coding 6 5 NA NFIA ENSG00000162599 +transcript chr1 61082754 61455487 ENST00000371184 protein_coding 6 5 NA NFIA ENSG00000162599 +CDS chr1 61082761 61082818 ENST00000371189 protein_coding 8 2 2 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000664149 protein_coding 1 NA 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000403491 protein_coding 8 1 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371187 protein_coding 7 1 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000485903 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371185 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61082792 61082818 ENST00000371184 protein_coding 6 5 1 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371191 protein_coding 5 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000407417 protein_coding 7 2 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371189 protein_coding 8 2 3 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000664149 protein_coding 1 NA 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000403491 protein_coding 8 1 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371187 protein_coding 7 1 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000485903 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371185 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088149 61088680 ENST00000371184 protein_coding 6 5 2 NFIA ENSG00000162599 +CDS chr1 61088263 61088680 ENST00000476646 protein_coding 5 3 2 NFIA ENSG00000162599 +transcript chr1 61088412 61133028 ENST00000496712 protein_coding 1 3 NA NFIA ENSG00000162599 +CDS chr1 61088412 61088680 ENST00000496712 protein_coding 1 3 1 NFIA ENSG00000162599 +CDS chr1 61132695 61132708 ENST00000496712 protein_coding 1 3 2 NFIA ENSG00000162599 +transcript chr1 61203523 61456678 ENST00000663597 protein_coding 1 NA NA NFIA ENSG00000162599 +transcript chr1 61275142 61457876 ENST00000657234 protein_coding 1 NA NA NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371191 protein_coding 5 5 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000476646 protein_coding 5 3 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000407417 protein_coding 7 2 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371189 protein_coding 8 2 4 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000664149 protein_coding 1 NA 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000403491 protein_coding 8 1 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000371187 protein_coding 7 1 3 NFIA ENSG00000162599 +CDS chr1 61277520 61277585 ENST00000485903 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371191 protein_coding 5 5 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000476646 protein_coding 5 3 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000407417 protein_coding 7 2 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371189 protein_coding 8 2 5 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000664149 protein_coding 1 NA 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000403491 protein_coding 8 1 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371187 protein_coding 7 1 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000485903 protein_coding 6 5 4 NFIA ENSG00000162599 +CDS chr1 61332512 61332586 ENST00000371185 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371191 protein_coding 5 5 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000407417 protein_coding 7 2 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371189 protein_coding 8 2 6 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000664149 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000403491 protein_coding 8 1 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371187 protein_coding 7 1 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000485903 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000371185 protein_coding 6 5 4 NFIA ENSG00000162599 +transcript chr1 61352450 61404226 ENST00000482020 protein_coding 1 3 NA NFIA ENSG00000162599 +CDS chr1 61352450 61352567 ENST00000482020 protein_coding 1 3 1 NFIA ENSG00000162599 +CDS chr1 61352518 61352567 ENST00000663597 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61352518 61352567 ENST00000657234 protein_coding 1 NA 5 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371191 protein_coding 5 5 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000407417 protein_coding 7 2 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371189 protein_coding 8 2 7 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000664149 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000403491 protein_coding 8 1 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371187 protein_coding 7 1 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000485903 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000371185 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000663597 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000657234 protein_coding 1 NA 6 NFIA ENSG00000162599 +CDS chr1 61359147 61359274 ENST00000482020 protein_coding 1 3 2 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371191 protein_coding 5 5 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000407417 protein_coding 7 2 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371189 protein_coding 8 2 8 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000664149 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000403491 protein_coding 8 1 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371187 protein_coding 7 1 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371185 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000371184 protein_coding 6 5 3 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000663597 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000657234 protein_coding 1 NA 7 NFIA ENSG00000162599 +CDS chr1 61383237 61383365 ENST00000482020 protein_coding 1 3 3 NFIA ENSG00000162599 +CDS chr1 61385871 61385924 ENST00000482020 protein_coding 1 3 4 NFIA ENSG00000162599 +transcript chr1 61404076 61458037 ENST00000357977 protein_coding 5 2 NA NFIA ENSG00000162599 +CDS chr1 61404085 61404282 ENST00000357977 protein_coding 5 2 1 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371191 protein_coding 5 5 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000407417 protein_coding 7 2 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371189 protein_coding 8 2 9 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000664149 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000403491 protein_coding 8 1 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371187 protein_coding 7 1 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000485903 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371185 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000371184 protein_coding 6 5 4 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000663597 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404282 ENST00000657234 protein_coding 1 NA 8 NFIA ENSG00000162599 +CDS chr1 61404104 61404226 ENST00000482020 protein_coding 1 3 5 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371191 protein_coding 5 5 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000407417 protein_coding 7 2 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371189 protein_coding 8 2 10 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000664149 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000403491 protein_coding 8 1 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371187 protein_coding 7 1 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000485903 protein_coding 6 5 8 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371185 protein_coding 6 5 8 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000371184 protein_coding 6 5 5 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000663597 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000657234 protein_coding 1 NA 9 NFIA ENSG00000162599 +CDS chr1 61406562 61406727 ENST00000357977 protein_coding 5 2 2 NFIA ENSG00000162599 +transcript chr1 61406672 61455874 ENST00000493627 protein_coding 1 1 NA NFIA ENSG00000162599 +CDS chr1 61406672 61406727 ENST00000493627 protein_coding 1 1 1 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371191 protein_coding 5 5 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000407417 protein_coding 7 2 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371189 protein_coding 8 2 11 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000664149 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000403491 protein_coding 8 1 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000485903 protein_coding 6 5 9 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371185 protein_coding 6 5 9 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000371184 protein_coding 6 5 6 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000657234 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61426465 61426556 ENST00000357977 protein_coding 5 2 3 NFIA ENSG00000162599 +CDS chr1 61439451 61439518 ENST00000493627 protein_coding 1 1 2 NFIA ENSG00000162599 +CDS chr1 61443523 61443534 ENST00000664149 protein_coding 1 NA 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371191 protein_coding 5 5 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000407417 protein_coding 7 2 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371189 protein_coding 8 2 12 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000403491 protein_coding 8 1 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455376 ENST00000371187 protein_coding 7 1 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000485903 protein_coding 6 5 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371185 protein_coding 6 5 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000371184 protein_coding 6 5 7 NFIA ENSG00000162599 +CDS chr1 61455303 61455376 ENST00000663597 protein_coding 1 NA 10 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000657234 protein_coding 1 NA 11 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000357977 protein_coding 5 2 4 NFIA ENSG00000162599 +CDS chr1 61455303 61455317 ENST00000493627 protein_coding 1 1 3 NFIA ENSG00000162599 +transcript chr1 61681046 61725141 ENST00000606498 protein_coding 5 5 NA TM2D1 ENSG00000162604 +transcript chr1 61681047 61725423 ENST00000294613 protein_coding 9 1 NA TM2D1 ENSG00000162604 +transcript chr1 61681049 61725423 ENST00000371180 protein_coding 6 5 NA TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000606498 protein_coding 5 5 6 TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000371180 protein_coding 6 5 6 TM2D1 ENSG00000162604 +CDS chr1 61683439 61683546 ENST00000294613 protein_coding 9 1 6 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000606498 protein_coding 5 5 5 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000371180 protein_coding 6 5 5 TM2D1 ENSG00000162604 +CDS chr1 61694697 61694770 ENST00000294613 protein_coding 9 1 5 TM2D1 ENSG00000162604 +transcript chr1 61697509 61725133 ENST00000371177 protein_coding 2 5 NA TM2D1 ENSG00000162604 +CDS chr1 61700156 61700274 ENST00000371177 protein_coding 2 5 5 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000606498 protein_coding 5 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000371180 protein_coding 6 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000371177 protein_coding 2 5 4 TM2D1 ENSG00000162604 +CDS chr1 61700934 61701025 ENST00000294613 protein_coding 9 1 4 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000606498 protein_coding 5 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000371180 protein_coding 6 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000371177 protein_coding 2 5 3 TM2D1 ENSG00000162604 +CDS chr1 61709329 61709437 ENST00000294613 protein_coding 9 1 3 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000606498 protein_coding 5 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000371180 protein_coding 6 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723786 ENST00000371177 protein_coding 2 5 2 TM2D1 ENSG00000162604 +CDS chr1 61723713 61723784 ENST00000294613 protein_coding 9 1 2 TM2D1 ENSG00000162604 +CDS chr1 61724955 61725120 ENST00000294613 protein_coding 9 1 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725120 ENST00000606498 protein_coding 5 5 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725306 ENST00000371180 protein_coding 6 5 1 TM2D1 ENSG00000162604 +CDS chr1 61724957 61725120 ENST00000371177 protein_coding 2 5 1 TM2D1 ENSG00000162604 +transcript chr1 61742477 62163920 ENST00000371158 protein_coding 6 5 NA PATJ ENSG00000132849 +transcript chr1 61742480 62163915 ENST00000642238 protein_coding 2 NA NA PATJ ENSG00000132849 +CDS chr1 61762893 61762914 ENST00000642238 protein_coding 2 NA 2 PATJ ENSG00000132849 +CDS chr1 61762893 61762914 ENST00000371158 protein_coding 6 5 2 PATJ ENSG00000132849 +CDS chr1 61763013 61763179 ENST00000642238 protein_coding 2 NA 3 PATJ ENSG00000132849 +CDS chr1 61763013 61763179 ENST00000371158 protein_coding 6 5 3 PATJ ENSG00000132849 +CDS chr1 61766279 61766473 ENST00000642238 protein_coding 2 NA 4 PATJ ENSG00000132849 +CDS chr1 61766279 61766473 ENST00000371158 protein_coding 6 5 4 PATJ ENSG00000132849 +CDS chr1 61769283 61769422 ENST00000642238 protein_coding 2 NA 5 PATJ ENSG00000132849 +CDS chr1 61769283 61769422 ENST00000371158 protein_coding 6 5 5 PATJ ENSG00000132849 +CDS chr1 61771431 61771626 ENST00000642238 protein_coding 2 NA 6 PATJ ENSG00000132849 +CDS chr1 61771431 61771626 ENST00000371158 protein_coding 6 5 6 PATJ ENSG00000132849 +CDS chr1 61775206 61775334 ENST00000642238 protein_coding 2 NA 7 PATJ ENSG00000132849 +CDS chr1 61775206 61775334 ENST00000371158 protein_coding 6 5 7 PATJ ENSG00000132849 +CDS chr1 61787754 61787972 ENST00000642238 protein_coding 2 NA 8 PATJ ENSG00000132849 +CDS chr1 61787754 61787972 ENST00000371158 protein_coding 6 5 8 PATJ ENSG00000132849 +CDS chr1 61791348 61791447 ENST00000642238 protein_coding 2 NA 9 PATJ ENSG00000132849 +CDS chr1 61791348 61791447 ENST00000371158 protein_coding 6 5 9 PATJ ENSG00000132849 +CDS chr1 61795467 61795558 ENST00000642238 protein_coding 2 NA 10 PATJ ENSG00000132849 +CDS chr1 61795467 61795558 ENST00000371158 protein_coding 6 5 10 PATJ ENSG00000132849 +CDS chr1 61797287 61797428 ENST00000642238 protein_coding 2 NA 11 PATJ ENSG00000132849 +CDS chr1 61797287 61797428 ENST00000371158 protein_coding 6 5 11 PATJ ENSG00000132849 +CDS chr1 61801623 61801769 ENST00000642238 protein_coding 2 NA 12 PATJ ENSG00000132849 +CDS chr1 61801623 61801769 ENST00000371158 protein_coding 6 5 12 PATJ ENSG00000132849 +CDS chr1 61805448 61805524 ENST00000642238 protein_coding 2 NA 13 PATJ ENSG00000132849 +CDS chr1 61805448 61805524 ENST00000371158 protein_coding 6 5 13 PATJ ENSG00000132849 +CDS chr1 61808474 61808530 ENST00000642238 protein_coding 2 NA 14 PATJ ENSG00000132849 +CDS chr1 61808474 61808530 ENST00000371158 protein_coding 6 5 14 PATJ ENSG00000132849 +CDS chr1 61822945 61823079 ENST00000642238 protein_coding 2 NA 15 PATJ ENSG00000132849 +CDS chr1 61822945 61823079 ENST00000371158 protein_coding 6 5 15 PATJ ENSG00000132849 +CDS chr1 61827422 61827583 ENST00000642238 protein_coding 2 NA 16 PATJ ENSG00000132849 +CDS chr1 61827422 61827583 ENST00000371158 protein_coding 6 5 16 PATJ ENSG00000132849 +CDS chr1 61833654 61833785 ENST00000642238 protein_coding 2 NA 17 PATJ ENSG00000132849 +CDS chr1 61833654 61833785 ENST00000371158 protein_coding 6 5 17 PATJ ENSG00000132849 +CDS chr1 61856030 61856239 ENST00000642238 protein_coding 2 NA 18 PATJ ENSG00000132849 +CDS chr1 61856030 61856239 ENST00000371158 protein_coding 6 5 18 PATJ ENSG00000132849 +CDS chr1 61861551 61861667 ENST00000642238 protein_coding 2 NA 19 PATJ ENSG00000132849 +CDS chr1 61861551 61861667 ENST00000371158 protein_coding 6 5 19 PATJ ENSG00000132849 +CDS chr1 61864238 61864633 ENST00000642238 protein_coding 2 NA 20 PATJ ENSG00000132849 +CDS chr1 61864238 61864633 ENST00000371158 protein_coding 6 5 20 PATJ ENSG00000132849 +CDS chr1 61875243 61875366 ENST00000642238 protein_coding 2 NA 21 PATJ ENSG00000132849 +CDS chr1 61875243 61875366 ENST00000371158 protein_coding 6 5 21 PATJ ENSG00000132849 +CDS chr1 61884237 61884408 ENST00000642238 protein_coding 2 NA 22 PATJ ENSG00000132849 +CDS chr1 61884237 61884408 ENST00000371158 protein_coding 6 5 22 PATJ ENSG00000132849 +CDS chr1 61899583 61899654 ENST00000642238 protein_coding 2 NA 23 PATJ ENSG00000132849 +CDS chr1 61899583 61899654 ENST00000371158 protein_coding 6 5 23 PATJ ENSG00000132849 +CDS chr1 61901282 61901459 ENST00000642238 protein_coding 2 NA 24 PATJ ENSG00000132849 +CDS chr1 61901282 61901459 ENST00000371158 protein_coding 6 5 24 PATJ ENSG00000132849 +CDS chr1 61908372 61908482 ENST00000642238 protein_coding 2 NA 25 PATJ ENSG00000132849 +CDS chr1 61908372 61908482 ENST00000371158 protein_coding 6 5 25 PATJ ENSG00000132849 +transcript chr1 61908455 61991779 ENST00000494842 protein_coding 2 5 NA PATJ ENSG00000132849 +CDS chr1 61908455 61908482 ENST00000494842 protein_coding 2 5 1 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000642238 protein_coding 2 NA 26 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000371158 protein_coding 6 5 26 PATJ ENSG00000132849 +CDS chr1 61914587 61914664 ENST00000494842 protein_coding 2 5 2 PATJ ENSG00000132849 +transcript chr1 61914647 61990436 ENST00000490547 protein_coding 2 5 NA PATJ ENSG00000132849 +CDS chr1 61914647 61914664 ENST00000490547 protein_coding 2 5 1 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000642238 protein_coding 2 NA 27 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000371158 protein_coding 6 5 27 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000494842 protein_coding 2 5 3 PATJ ENSG00000132849 +CDS chr1 61927730 61927829 ENST00000490547 protein_coding 2 5 2 PATJ ENSG00000132849 +transcript chr1 61952053 62163950 ENST00000646453 protein_coding 1 NA NA PATJ ENSG00000132849 +transcript chr1 61952075 62178675 ENST00000635137 protein_coding 1 1 NA PATJ ENSG00000132849 +transcript chr1 61952312 62117393 ENST00000307297 protein_coding 8 2 NA PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000646453 protein_coding 1 NA 1 PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000635137 protein_coding 1 1 1 PATJ ENSG00000132849 +CDS chr1 61952390 61952411 ENST00000307297 protein_coding 8 2 1 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000642238 protein_coding 2 NA 28 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000371158 protein_coding 6 5 28 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000494842 protein_coding 2 5 4 PATJ ENSG00000132849 +CDS chr1 61990168 61990382 ENST00000490547 protein_coding 2 5 3 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000646453 protein_coding 1 NA 2 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000635137 protein_coding 1 1 2 PATJ ENSG00000132849 +CDS chr1 61990168 61990364 ENST00000307297 protein_coding 8 2 2 PATJ ENSG00000132849 +CDS chr1 61991482 61991514 ENST00000494842 protein_coding 2 5 5 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000642238 protein_coding 2 NA 29 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000371158 protein_coding 6 5 29 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000646453 protein_coding 1 NA 3 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000635137 protein_coding 1 1 3 PATJ ENSG00000132849 +CDS chr1 62017856 62017947 ENST00000307297 protein_coding 8 2 3 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000642238 protein_coding 2 NA 30 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000371158 protein_coding 6 5 30 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000646453 protein_coding 1 NA 4 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000635137 protein_coding 1 1 4 PATJ ENSG00000132849 +CDS chr1 62037977 62038049 ENST00000307297 protein_coding 8 2 4 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000642238 protein_coding 2 NA 31 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000371158 protein_coding 6 5 31 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000646453 protein_coding 1 NA 5 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000635137 protein_coding 1 1 5 PATJ ENSG00000132849 +CDS chr1 62050966 62051058 ENST00000307297 protein_coding 8 2 5 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000642238 protein_coding 2 NA 32 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000371158 protein_coding 6 5 32 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000646453 protein_coding 1 NA 6 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000635137 protein_coding 1 1 6 PATJ ENSG00000132849 +CDS chr1 62079450 62079567 ENST00000307297 protein_coding 8 2 6 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000642238 protein_coding 2 NA 33 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000371158 protein_coding 6 5 33 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000646453 protein_coding 1 NA 7 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000635137 protein_coding 1 1 7 PATJ ENSG00000132849 +CDS chr1 62084515 62084648 ENST00000307297 protein_coding 8 2 7 PATJ ENSG00000132849 +CDS chr1 62100319 62100408 ENST00000307297 protein_coding 8 2 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000642238 protein_coding 2 NA 34 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000371158 protein_coding 6 5 34 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000646453 protein_coding 1 NA 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000635137 protein_coding 1 1 8 PATJ ENSG00000132849 +CDS chr1 62108437 62108520 ENST00000307297 protein_coding 8 2 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000642238 protein_coding 2 NA 35 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000371158 protein_coding 6 5 35 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000646453 protein_coding 1 NA 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000635137 protein_coding 1 1 9 PATJ ENSG00000132849 +CDS chr1 62114053 62114246 ENST00000307297 protein_coding 8 2 10 PATJ ENSG00000132849 +transcript chr1 62114090 62117395 ENST00000465798 protein_coding 2 2 NA PATJ ENSG00000132849 +CDS chr1 62114090 62114246 ENST00000465798 protein_coding 2 2 1 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000642238 protein_coding 2 NA 36 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000371158 protein_coding 6 5 36 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000646453 protein_coding 1 NA 10 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000635137 protein_coding 1 1 10 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000307297 protein_coding 8 2 11 PATJ ENSG00000132849 +CDS chr1 62116532 62116679 ENST00000465798 protein_coding 2 2 2 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000642238 protein_coding 2 NA 37 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000371158 protein_coding 6 5 37 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000646453 protein_coding 1 NA 11 PATJ ENSG00000132849 +CDS chr1 62117132 62117218 ENST00000635137 protein_coding 1 1 11 PATJ ENSG00000132849 +CDS chr1 62117132 62117242 ENST00000307297 protein_coding 8 2 12 PATJ ENSG00000132849 +CDS chr1 62117132 62117242 ENST00000465798 protein_coding 2 2 3 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000642238 protein_coding 2 NA 38 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000371158 protein_coding 6 5 38 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000646453 protein_coding 1 NA 12 PATJ ENSG00000132849 +CDS chr1 62121181 62121295 ENST00000635137 protein_coding 1 1 12 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000642238 protein_coding 2 NA 39 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000371158 protein_coding 6 5 39 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000646453 protein_coding 1 NA 13 PATJ ENSG00000132849 +CDS chr1 62123021 62123058 ENST00000635137 protein_coding 1 1 13 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000642238 protein_coding 2 NA 40 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000371158 protein_coding 6 5 40 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000646453 protein_coding 1 NA 14 PATJ ENSG00000132849 +CDS chr1 62127972 62128094 ENST00000635137 protein_coding 1 1 14 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000642238 protein_coding 2 NA 41 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000371158 protein_coding 6 5 41 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000646453 protein_coding 1 NA 15 PATJ ENSG00000132849 +CDS chr1 62128841 62128945 ENST00000635137 protein_coding 1 1 15 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000642238 protein_coding 2 NA 42 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000371158 protein_coding 6 5 42 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000646453 protein_coding 1 NA 16 PATJ ENSG00000132849 +CDS chr1 62148284 62148390 ENST00000635137 protein_coding 1 1 16 PATJ ENSG00000132849 +CDS chr1 62153358 62153481 ENST00000642238 protein_coding 2 NA 43 PATJ ENSG00000132849 +CDS chr1 62153358 62153481 ENST00000646453 protein_coding 1 NA 17 PATJ ENSG00000132849 +CDS chr1 62160908 62161051 ENST00000642238 protein_coding 2 NA 44 PATJ ENSG00000132849 +CDS chr1 62160908 62160932 ENST00000371158 protein_coding 6 5 43 PATJ ENSG00000132849 +CDS chr1 62160908 62161051 ENST00000646453 protein_coding 1 NA 18 PATJ ENSG00000132849 +CDS chr1 62178423 62178471 ENST00000635137 protein_coding 1 1 17 PATJ ENSG00000132849 +transcript chr1 62194849 62212328 ENST00000498273 protein_coding 2 1 NA L1TD1 ENSG00000240563 +CDS chr1 62206629 62207636 ENST00000498273 protein_coding 2 1 3 L1TD1 ENSG00000240563 +CDS chr1 62209783 62211369 ENST00000498273 protein_coding 2 1 4 L1TD1 ENSG00000240563 +transcript chr1 62236165 62319434 ENST00000371153 protein_coding 9 1 NA KANK4 ENSG00000132854 +transcript chr1 62236979 62263424 ENST00000317477 protein_coding 8 2 NA KANK4 ENSG00000132854 +transcript chr1 62237544 62272791 ENST00000371150 protein_coding 5 2 NA KANK4 ENSG00000132854 +transcript chr1 62237544 62319301 ENST00000354381 protein_coding 3 2 NA KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000317477 protein_coding 8 2 4 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000371153 protein_coding 9 1 10 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000371150 protein_coding 5 2 7 KANK4 ENSG00000132854 +CDS chr1 62238280 62238381 ENST00000354381 protein_coding 3 2 9 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000317477 protein_coding 8 2 3 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000371153 protein_coding 9 1 9 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000371150 protein_coding 5 2 6 KANK4 ENSG00000132854 +CDS chr1 62247472 62247672 ENST00000354381 protein_coding 3 2 8 KANK4 ENSG00000132854 +CDS chr1 62253067 62253162 ENST00000317477 protein_coding 8 2 2 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000371153 protein_coding 9 1 8 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000371150 protein_coding 5 2 5 KANK4 ENSG00000132854 +CDS chr1 62253067 62253209 ENST00000354381 protein_coding 3 2 7 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000371153 protein_coding 9 1 7 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000371150 protein_coding 5 2 4 KANK4 ENSG00000132854 +CDS chr1 62263092 62263311 ENST00000354381 protein_coding 3 2 6 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000371153 protein_coding 9 1 6 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000371150 protein_coding 5 2 3 KANK4 ENSG00000132854 +CDS chr1 62266732 62266819 ENST00000354381 protein_coding 3 2 5 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000371153 protein_coding 9 1 5 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000371150 protein_coding 5 2 2 KANK4 ENSG00000132854 +CDS chr1 62268287 62268505 ENST00000354381 protein_coding 3 2 4 KANK4 ENSG00000132854 +CDS chr1 62271478 62271589 ENST00000371153 protein_coding 9 1 4 KANK4 ENSG00000132854 +CDS chr1 62271478 62271557 ENST00000371150 protein_coding 5 2 1 KANK4 ENSG00000132854 +CDS chr1 62271478 62271589 ENST00000354381 protein_coding 3 2 3 KANK4 ENSG00000132854 +CDS chr1 62273204 62275087 ENST00000371153 protein_coding 9 1 3 KANK4 ENSG00000132854 +CDS chr1 62281549 62281564 ENST00000371153 protein_coding 9 1 2 KANK4 ENSG00000132854 +CDS chr1 62281549 62281564 ENST00000354381 protein_coding 3 2 2 KANK4 ENSG00000132854 +transcript chr1 62436297 62443320 ENST00000452143 protein_coding 5 3 NA USP1 ENSG00000162607 +transcript chr1 62436298 62441580 ENST00000442679 protein_coding 5 2 NA USP1 ENSG00000162607 +transcript chr1 62436304 62451802 ENST00000371146 protein_coding 5 5 NA USP1 ENSG00000162607 +transcript chr1 62437049 62451804 ENST00000339950 protein_coding 5 1 NA USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000452143 protein_coding 5 3 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000442679 protein_coding 5 2 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000339950 protein_coding 5 1 2 USP1 ENSG00000162607 +CDS chr1 62439868 62440037 ENST00000371146 protein_coding 5 5 2 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000452143 protein_coding 5 3 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441580 ENST00000442679 protein_coding 5 2 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000339950 protein_coding 5 1 3 USP1 ENSG00000162607 +CDS chr1 62441488 62441608 ENST00000371146 protein_coding 5 5 3 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000452143 protein_coding 5 3 4 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000339950 protein_coding 5 1 4 USP1 ENSG00000162607 +CDS chr1 62442195 62442299 ENST00000371146 protein_coding 5 5 4 USP1 ENSG00000162607 +CDS chr1 62443159 62443320 ENST00000452143 protein_coding 5 3 5 USP1 ENSG00000162607 +CDS chr1 62443159 62443319 ENST00000339950 protein_coding 5 1 5 USP1 ENSG00000162607 +CDS chr1 62443159 62443319 ENST00000371146 protein_coding 5 5 5 USP1 ENSG00000162607 +CDS chr1 62444738 62445429 ENST00000339950 protein_coding 5 1 6 USP1 ENSG00000162607 +CDS chr1 62444738 62445429 ENST00000371146 protein_coding 5 5 6 USP1 ENSG00000162607 +CDS chr1 62447341 62447511 ENST00000339950 protein_coding 5 1 7 USP1 ENSG00000162607 +CDS chr1 62447341 62447511 ENST00000371146 protein_coding 5 5 7 USP1 ENSG00000162607 +CDS chr1 62448465 62448666 ENST00000339950 protein_coding 5 1 8 USP1 ENSG00000162607 +CDS chr1 62448465 62448666 ENST00000371146 protein_coding 5 5 8 USP1 ENSG00000162607 +CDS chr1 62450246 62450978 ENST00000339950 protein_coding 5 1 9 USP1 ENSG00000162607 +CDS chr1 62450246 62450978 ENST00000371146 protein_coding 5 5 9 USP1 ENSG00000162607 +transcript chr1 62454726 62688264 ENST00000251157 protein_coding 10 5 NA DOCK7 ENSG00000116641 +transcript chr1 62454726 62688386 ENST00000635253 protein_coding 2 5 NA DOCK7 ENSG00000116641 +transcript chr1 62454830 62688275 ENST00000454575 protein_coding 6 1 NA DOCK7 ENSG00000116641 +transcript chr1 62455013 62688264 ENST00000340370 protein_coding 10 2 NA DOCK7 ENSG00000116641 +transcript chr1 62455033 62552761 ENST00000637255 protein_coding 1 5 NA DOCK7 ENSG00000116641 +transcript chr1 62455414 62688264 ENST00000634264 protein_coding 1 5 NA DOCK7 ENSG00000116641 +transcript chr1 62455414 62688264 ENST00000635123 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000251157 protein_coding 10 5 50 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000454575 protein_coding 6 1 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000340370 protein_coding 10 2 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000637255 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000634264 protein_coding 1 5 49 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000635123 protein_coding 1 5 48 DOCK7 ENSG00000116641 +CDS chr1 62455417 62455456 ENST00000635253 protein_coding 2 5 50 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000251157 protein_coding 10 5 49 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000454575 protein_coding 6 1 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000340370 protein_coding 10 2 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000637255 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000634264 protein_coding 1 5 48 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000635123 protein_coding 1 5 47 DOCK7 ENSG00000116641 +CDS chr1 62457538 62457705 ENST00000635253 protein_coding 2 5 49 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000251157 protein_coding 10 5 48 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000454575 protein_coding 6 1 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000340370 protein_coding 10 2 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000637255 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000634264 protein_coding 1 5 47 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000635123 protein_coding 1 5 46 DOCK7 ENSG00000116641 +CDS chr1 62473982 62474088 ENST00000635253 protein_coding 2 5 48 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000251157 protein_coding 10 5 47 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000454575 protein_coding 6 1 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000340370 protein_coding 10 2 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000637255 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000634264 protein_coding 1 5 46 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000635123 protein_coding 1 5 45 DOCK7 ENSG00000116641 +CDS chr1 62475208 62475351 ENST00000635253 protein_coding 2 5 47 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000251157 protein_coding 10 5 46 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000454575 protein_coding 6 1 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000340370 protein_coding 10 2 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000637255 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000634264 protein_coding 1 5 45 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000635123 protein_coding 1 5 44 DOCK7 ENSG00000116641 +CDS chr1 62475707 62475943 ENST00000635253 protein_coding 2 5 46 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000251157 protein_coding 10 5 45 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000454575 protein_coding 6 1 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000340370 protein_coding 10 2 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000637255 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000634264 protein_coding 1 5 44 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000635123 protein_coding 1 5 43 DOCK7 ENSG00000116641 +CDS chr1 62476067 62476156 ENST00000635253 protein_coding 2 5 45 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000251157 protein_coding 10 5 44 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000454575 protein_coding 6 1 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000340370 protein_coding 10 2 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000637255 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000634264 protein_coding 1 5 43 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477834 ENST00000635123 protein_coding 1 5 42 DOCK7 ENSG00000116641 +CDS chr1 62477700 62477825 ENST00000635253 protein_coding 2 5 44 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000251157 protein_coding 10 5 43 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000340370 protein_coding 10 2 42 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000634264 protein_coding 1 5 42 DOCK7 ENSG00000116641 +CDS chr1 62487398 62487412 ENST00000635253 protein_coding 2 5 43 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000251157 protein_coding 10 5 42 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000454575 protein_coding 6 1 42 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000340370 protein_coding 10 2 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000637255 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000634264 protein_coding 1 5 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000635123 protein_coding 1 5 41 DOCK7 ENSG00000116641 +CDS chr1 62488934 62489065 ENST00000635253 protein_coding 2 5 42 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000251157 protein_coding 10 5 41 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000454575 protein_coding 6 1 41 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000340370 protein_coding 10 2 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000637255 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000634264 protein_coding 1 5 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000635123 protein_coding 1 5 40 DOCK7 ENSG00000116641 +CDS chr1 62492704 62492847 ENST00000635253 protein_coding 2 5 41 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000251157 protein_coding 10 5 40 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000454575 protein_coding 6 1 40 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000340370 protein_coding 10 2 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000637255 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000634264 protein_coding 1 5 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000635123 protein_coding 1 5 39 DOCK7 ENSG00000116641 +CDS chr1 62494275 62494467 ENST00000635253 protein_coding 2 5 40 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000251157 protein_coding 10 5 39 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000454575 protein_coding 6 1 39 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000340370 protein_coding 10 2 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000637255 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000634264 protein_coding 1 5 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000635123 protein_coding 1 5 38 DOCK7 ENSG00000116641 +CDS chr1 62495581 62495681 ENST00000635253 protein_coding 2 5 39 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000251157 protein_coding 10 5 38 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000454575 protein_coding 6 1 38 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000340370 protein_coding 10 2 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000637255 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000634264 protein_coding 1 5 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000635123 protein_coding 1 5 37 DOCK7 ENSG00000116641 +CDS chr1 62496339 62496497 ENST00000635253 protein_coding 2 5 38 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000251157 protein_coding 10 5 37 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000454575 protein_coding 6 1 37 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000340370 protein_coding 10 2 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000637255 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000634264 protein_coding 1 5 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000635123 protein_coding 1 5 36 DOCK7 ENSG00000116641 +CDS chr1 62504630 62504782 ENST00000635253 protein_coding 2 5 37 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000251157 protein_coding 10 5 36 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000454575 protein_coding 6 1 36 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000340370 protein_coding 10 2 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000637255 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000634264 protein_coding 1 5 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000635123 protein_coding 1 5 35 DOCK7 ENSG00000116641 +CDS chr1 62505682 62505816 ENST00000635253 protein_coding 2 5 36 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000251157 protein_coding 10 5 35 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000454575 protein_coding 6 1 35 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000340370 protein_coding 10 2 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000637255 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000634264 protein_coding 1 5 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000635123 protein_coding 1 5 34 DOCK7 ENSG00000116641 +CDS chr1 62507962 62508058 ENST00000635253 protein_coding 2 5 35 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000251157 protein_coding 10 5 34 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000454575 protein_coding 6 1 34 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000340370 protein_coding 10 2 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000637255 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000634264 protein_coding 1 5 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000635123 protein_coding 1 5 33 DOCK7 ENSG00000116641 +CDS chr1 62510577 62510673 ENST00000635253 protein_coding 2 5 34 DOCK7 ENSG00000116641 +CDS chr1 62513444 62513606 ENST00000340370 protein_coding 10 2 32 DOCK7 ENSG00000116641 +CDS chr1 62513444 62513606 ENST00000635253 protein_coding 2 5 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000251157 protein_coding 10 5 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000454575 protein_coding 6 1 33 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000637255 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000634264 protein_coding 1 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513471 62513606 ENST00000635123 protein_coding 1 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000251157 protein_coding 10 5 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000454575 protein_coding 6 1 32 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000340370 protein_coding 10 2 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000637255 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000634264 protein_coding 1 5 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000635123 protein_coding 1 5 31 DOCK7 ENSG00000116641 +CDS chr1 62513716 62513898 ENST00000635253 protein_coding 2 5 32 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000251157 protein_coding 10 5 31 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000454575 protein_coding 6 1 31 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000340370 protein_coding 10 2 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000637255 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000634264 protein_coding 1 5 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000635123 protein_coding 1 5 30 DOCK7 ENSG00000116641 +CDS chr1 62528151 62528305 ENST00000635253 protein_coding 2 5 31 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000251157 protein_coding 10 5 30 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000454575 protein_coding 6 1 30 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000340370 protein_coding 10 2 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000637255 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000634264 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000635123 protein_coding 1 5 29 DOCK7 ENSG00000116641 +CDS chr1 62529277 62529446 ENST00000635253 protein_coding 2 5 30 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000251157 protein_coding 10 5 29 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000454575 protein_coding 6 1 29 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000340370 protein_coding 10 2 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000637255 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000634264 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000635123 protein_coding 1 5 28 DOCK7 ENSG00000116641 +CDS chr1 62535493 62535632 ENST00000635253 protein_coding 2 5 29 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000251157 protein_coding 10 5 28 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000454575 protein_coding 6 1 28 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000340370 protein_coding 10 2 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000637255 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000634264 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000635123 protein_coding 1 5 27 DOCK7 ENSG00000116641 +CDS chr1 62537891 62538061 ENST00000635253 protein_coding 2 5 28 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000251157 protein_coding 10 5 27 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000454575 protein_coding 6 1 27 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000340370 protein_coding 10 2 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000637255 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000634264 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000635123 protein_coding 1 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539545 62539658 ENST00000635253 protein_coding 2 5 27 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000251157 protein_coding 10 5 26 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000454575 protein_coding 6 1 26 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000340370 protein_coding 10 2 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000637255 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000634264 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000635123 protein_coding 1 5 25 DOCK7 ENSG00000116641 +CDS chr1 62539752 62539892 ENST00000635253 protein_coding 2 5 26 DOCK7 ENSG00000116641 +transcript chr1 62539844 62561669 ENST00000634929 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62539844 62539892 ENST00000634929 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000251157 protein_coding 10 5 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000454575 protein_coding 6 1 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000340370 protein_coding 10 2 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000637255 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000634264 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000635123 protein_coding 1 5 24 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000635253 protein_coding 2 5 25 DOCK7 ENSG00000116641 +CDS chr1 62542608 62542703 ENST00000634929 protein_coding 1 5 5 DOCK7 ENSG00000116641 +transcript chr1 62542637 62561634 ENST00000634652 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62542637 62542703 ENST00000634652 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62543286 62543321 ENST00000637255 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000251157 protein_coding 10 5 24 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000454575 protein_coding 6 1 24 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000340370 protein_coding 10 2 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000637255 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000634264 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000635123 protein_coding 1 5 23 DOCK7 ENSG00000116641 +CDS chr1 62543656 62543745 ENST00000635253 protein_coding 2 5 24 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000251157 protein_coding 10 5 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000454575 protein_coding 6 1 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000637255 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000635253 protein_coding 2 5 23 DOCK7 ENSG00000116641 +CDS chr1 62544947 62545039 ENST00000634652 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000251157 protein_coding 10 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000454575 protein_coding 6 1 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000340370 protein_coding 10 2 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552761 ENST00000637255 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634264 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000635123 protein_coding 1 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000635253 protein_coding 2 5 22 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634929 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62552732 62552901 ENST00000634652 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000251157 protein_coding 10 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000454575 protein_coding 6 1 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000340370 protein_coding 10 2 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634264 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000635123 protein_coding 1 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000635253 protein_coding 2 5 21 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634929 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62555825 62555989 ENST00000634652 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000251157 protein_coding 10 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000454575 protein_coding 6 1 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000340370 protein_coding 10 2 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634264 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000635123 protein_coding 1 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000635253 protein_coding 2 5 20 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634929 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62558989 62559220 ENST00000634652 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000251157 protein_coding 10 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000454575 protein_coding 6 1 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000340370 protein_coding 10 2 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000634264 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000635123 protein_coding 1 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561703 ENST00000635253 protein_coding 2 5 19 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561669 ENST00000634929 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62561617 62561634 ENST00000634652 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000251157 protein_coding 10 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000454575 protein_coding 6 1 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000340370 protein_coding 10 2 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000634264 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000635123 protein_coding 1 5 18 DOCK7 ENSG00000116641 +CDS chr1 62577262 62577363 ENST00000635253 protein_coding 2 5 18 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000251157 protein_coding 10 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000454575 protein_coding 6 1 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000340370 protein_coding 10 2 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000634264 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000635123 protein_coding 1 5 17 DOCK7 ENSG00000116641 +CDS chr1 62578828 62578966 ENST00000635253 protein_coding 2 5 17 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000251157 protein_coding 10 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000454575 protein_coding 6 1 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000340370 protein_coding 10 2 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000634264 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000635123 protein_coding 1 5 16 DOCK7 ENSG00000116641 +CDS chr1 62583184 62583254 ENST00000635253 protein_coding 2 5 16 DOCK7 ENSG00000116641 +transcript chr1 62584105 62688368 ENST00000404627 protein_coding 3 2 NA DOCK7 ENSG00000116641 +CDS chr1 62584783 62584878 ENST00000404627 protein_coding 3 2 16 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000251157 protein_coding 10 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000454575 protein_coding 6 1 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000340370 protein_coding 10 2 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000634264 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000635123 protein_coding 1 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000635253 protein_coding 2 5 15 DOCK7 ENSG00000116641 +CDS chr1 62586507 62586624 ENST00000404627 protein_coding 3 2 15 DOCK7 ENSG00000116641 +transcript chr1 62597520 62606313 ENST00000371129 protein_coding 4 1 NA ANGPTL3 ENSG00000132855 +CDS chr1 62597567 62598061 ENST00000371129 protein_coding 4 1 1 ANGPTL3 ENSG00000132855 +CDS chr1 62598696 62598806 ENST00000371129 protein_coding 4 1 2 ANGPTL3 ENSG00000132855 +CDS chr1 62601082 62601196 ENST00000371129 protein_coding 4 1 3 ANGPTL3 ENSG00000132855 +CDS chr1 62601769 62601882 ENST00000371129 protein_coding 4 1 4 ANGPTL3 ENSG00000132855 +CDS chr1 62602285 62602380 ENST00000371129 protein_coding 4 1 5 ANGPTL3 ENSG00000132855 +CDS chr1 62603969 62604235 ENST00000371129 protein_coding 4 1 6 ANGPTL3 ENSG00000132855 +CDS chr1 62604633 62604814 ENST00000371129 protein_coding 4 1 7 ANGPTL3 ENSG00000132855 +CDS chr1 62618706 62618868 ENST00000251157 protein_coding 10 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000454575 protein_coding 6 1 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000340370 protein_coding 10 2 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000634264 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000635123 protein_coding 1 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000635253 protein_coding 2 5 14 DOCK7 ENSG00000116641 +CDS chr1 62618706 62618868 ENST00000404627 protein_coding 3 2 14 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000251157 protein_coding 10 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000454575 protein_coding 6 1 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000340370 protein_coding 10 2 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000634264 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000635123 protein_coding 1 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000635253 protein_coding 2 5 13 DOCK7 ENSG00000116641 +CDS chr1 62619900 62619993 ENST00000404627 protein_coding 3 2 13 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000251157 protein_coding 10 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000454575 protein_coding 6 1 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000340370 protein_coding 10 2 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000634264 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000635123 protein_coding 1 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000635253 protein_coding 2 5 12 DOCK7 ENSG00000116641 +CDS chr1 62625259 62625401 ENST00000404627 protein_coding 3 2 12 DOCK7 ENSG00000116641 +transcript chr1 62627559 62663106 ENST00000635827 protein_coding 1 5 NA DOCK7 ENSG00000116641 +CDS chr1 62629567 62629673 ENST00000635827 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000251157 protein_coding 10 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000454575 protein_coding 6 1 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000340370 protein_coding 10 2 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000634264 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635123 protein_coding 1 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635253 protein_coding 2 5 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000404627 protein_coding 3 2 11 DOCK7 ENSG00000116641 +CDS chr1 62631240 62631405 ENST00000635827 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000251157 protein_coding 10 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000454575 protein_coding 6 1 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000340370 protein_coding 10 2 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000634264 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635123 protein_coding 1 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635253 protein_coding 2 5 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000404627 protein_coding 3 2 10 DOCK7 ENSG00000116641 +CDS chr1 62633498 62633578 ENST00000635827 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000251157 protein_coding 10 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000454575 protein_coding 6 1 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000340370 protein_coding 10 2 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000634264 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635123 protein_coding 1 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635253 protein_coding 2 5 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000404627 protein_coding 3 2 9 DOCK7 ENSG00000116641 +CDS chr1 62634773 62634922 ENST00000635827 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000251157 protein_coding 10 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000454575 protein_coding 6 1 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000340370 protein_coding 10 2 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000634264 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635123 protein_coding 1 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635253 protein_coding 2 5 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000404627 protein_coding 3 2 8 DOCK7 ENSG00000116641 +CDS chr1 62636537 62636603 ENST00000635827 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000251157 protein_coding 10 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000454575 protein_coding 6 1 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000340370 protein_coding 10 2 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000634264 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635123 protein_coding 1 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635253 protein_coding 2 5 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000404627 protein_coding 3 2 7 DOCK7 ENSG00000116641 +CDS chr1 62647691 62647776 ENST00000635827 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000251157 protein_coding 10 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000454575 protein_coding 6 1 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000340370 protein_coding 10 2 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000634264 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635123 protein_coding 1 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635253 protein_coding 2 5 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000404627 protein_coding 3 2 6 DOCK7 ENSG00000116641 +CDS chr1 62648106 62648318 ENST00000635827 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000251157 protein_coding 10 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000454575 protein_coding 6 1 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000340370 protein_coding 10 2 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000634264 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635123 protein_coding 1 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635253 protein_coding 2 5 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000404627 protein_coding 3 2 5 DOCK7 ENSG00000116641 +CDS chr1 62648415 62648544 ENST00000635827 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000251157 protein_coding 10 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000454575 protein_coding 6 1 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000340370 protein_coding 10 2 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000634264 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635123 protein_coding 1 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635253 protein_coding 2 5 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000404627 protein_coding 3 2 4 DOCK7 ENSG00000116641 +CDS chr1 62653725 62653793 ENST00000635827 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000251157 protein_coding 10 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000454575 protein_coding 6 1 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000340370 protein_coding 10 2 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000634264 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635123 protein_coding 1 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635253 protein_coding 2 5 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000404627 protein_coding 3 2 3 DOCK7 ENSG00000116641 +CDS chr1 62653984 62654159 ENST00000635827 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000251157 protein_coding 10 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000454575 protein_coding 6 1 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000340370 protein_coding 10 2 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000634264 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000635123 protein_coding 1 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000635253 protein_coding 2 5 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663130 ENST00000404627 protein_coding 3 2 2 DOCK7 ENSG00000116641 +CDS chr1 62663025 62663106 ENST00000635827 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000251157 protein_coding 10 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000454575 protein_coding 6 1 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000340370 protein_coding 10 2 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000634264 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000635123 protein_coding 1 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000635253 protein_coding 2 5 1 DOCK7 ENSG00000116641 +CDS chr1 62688227 62688264 ENST00000404627 protein_coding 3 2 1 DOCK7 ENSG00000116641 +transcript chr1 62784132 62865516 ENST00000317868 protein_coding 9 1 NA ATG4C ENSG00000125703 +transcript chr1 62784135 62819065 ENST00000443289 protein_coding 5 2 NA ATG4C ENSG00000125703 +transcript chr1 62784135 62865513 ENST00000371120 protein_coding 7 1 NA ATG4C ENSG00000125703 +transcript chr1 62785233 62819179 ENST00000371118 protein_coding 1 5 NA ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000443289 protein_coding 5 2 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000317868 protein_coding 9 1 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000371120 protein_coding 7 1 2 ATG4C ENSG00000125703 +CDS chr1 62803787 62803862 ENST00000371118 protein_coding 1 5 2 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000443289 protein_coding 5 2 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000317868 protein_coding 9 1 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000371120 protein_coding 7 1 3 ATG4C ENSG00000125703 +CDS chr1 62805172 62805255 ENST00000371118 protein_coding 1 5 3 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000443289 protein_coding 5 2 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000317868 protein_coding 9 1 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000371120 protein_coding 7 1 4 ATG4C ENSG00000125703 +CDS chr1 62816575 62816808 ENST00000371118 protein_coding 1 5 4 ATG4C ENSG00000125703 +CDS chr1 62819005 62819065 ENST00000443289 protein_coding 5 2 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819335 ENST00000317868 protein_coding 9 1 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819335 ENST00000371120 protein_coding 7 1 5 ATG4C ENSG00000125703 +CDS chr1 62819005 62819179 ENST00000371118 protein_coding 1 5 5 ATG4C ENSG00000125703 +CDS chr1 62821139 62821209 ENST00000317868 protein_coding 9 1 6 ATG4C ENSG00000125703 +CDS chr1 62821139 62821209 ENST00000371120 protein_coding 7 1 6 ATG4C ENSG00000125703 +transcript chr1 62821183 62835529 ENST00000414558 protein_coding 2 5 NA ATG4C ENSG00000125703 +CDS chr1 62821183 62821209 ENST00000414558 protein_coding 2 5 1 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000317868 protein_coding 9 1 7 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000371120 protein_coding 7 1 7 ATG4C ENSG00000125703 +CDS chr1 62829040 62829176 ENST00000414558 protein_coding 2 5 2 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000317868 protein_coding 9 1 8 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000371120 protein_coding 7 1 8 ATG4C ENSG00000125703 +CDS chr1 62834038 62834116 ENST00000414558 protein_coding 2 5 3 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000317868 protein_coding 9 1 9 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000371120 protein_coding 7 1 9 ATG4C ENSG00000125703 +CDS chr1 62834776 62834852 ENST00000414558 protein_coding 2 5 4 ATG4C ENSG00000125703 +CDS chr1 62835386 62835394 ENST00000414558 protein_coding 2 5 5 ATG4C ENSG00000125703 +CDS chr1 62841428 62841547 ENST00000317868 protein_coding 9 1 10 ATG4C ENSG00000125703 +CDS chr1 62841428 62841547 ENST00000371120 protein_coding 7 1 10 ATG4C ENSG00000125703 +CDS chr1 62863992 62864156 ENST00000317868 protein_coding 9 1 11 ATG4C ENSG00000125703 +CDS chr1 62863992 62864156 ENST00000371120 protein_coding 7 1 11 ATG4C ENSG00000125703 +transcript chr1 63322567 63325128 ENST00000371116 protein_coding 4 NA NA FOXD3 ENSG00000187140 +CDS chr1 63323059 63324492 ENST00000371116 protein_coding 4 NA 1 FOXD3 ENSG00000187140 +transcript chr1 63367627 63438553 ENST00000263440 protein_coding 6 5 NA ALG6 ENSG00000088035 +CDS chr1 63370978 63371059 ENST00000263440 protein_coding 6 5 2 ALG6 ENSG00000088035 +CDS chr1 63396513 63396597 ENST00000263440 protein_coding 6 5 3 ALG6 ENSG00000088035 +CDS chr1 63402254 63402343 ENST00000263440 protein_coding 6 5 4 ALG6 ENSG00000088035 +CDS chr1 63404453 63404541 ENST00000263440 protein_coding 6 5 5 ALG6 ENSG00000088035 +CDS chr1 63406317 63406399 ENST00000263440 protein_coding 6 5 6 ALG6 ENSG00000088035 +CDS chr1 63407062 63407126 ENST00000263440 protein_coding 6 5 7 ALG6 ENSG00000088035 +CDS chr1 63411146 63411331 ENST00000263440 protein_coding 6 5 8 ALG6 ENSG00000088035 +CDS chr1 63411926 63412061 ENST00000263440 protein_coding 6 5 9 ALG6 ENSG00000088035 +CDS chr1 63414061 63414146 ENST00000263440 protein_coding 6 5 10 ALG6 ENSG00000088035 +CDS chr1 63415873 63415957 ENST00000263440 protein_coding 6 5 11 ALG6 ENSG00000088035 +CDS chr1 63419370 63419440 ENST00000263440 protein_coding 6 5 12 ALG6 ENSG00000088035 +CDS chr1 63428733 63428801 ENST00000263440 protein_coding 6 5 13 ALG6 ENSG00000088035 +CDS chr1 63428928 63429126 ENST00000263440 protein_coding 6 5 14 ALG6 ENSG00000088035 +CDS chr1 63436823 63437017 ENST00000263440 protein_coding 6 5 15 ALG6 ENSG00000088035 +transcript chr1 63440770 63523225 ENST00000271002 protein_coding 15 1 NA ITGB3BP ENSG00000142856 +transcript chr1 63440773 63523194 ENST00000371092 protein_coding 7 1 NA ITGB3BP ENSG00000142856 +CDS chr1 63446810 63446856 ENST00000371092 protein_coding 7 1 9 ITGB3BP ENSG00000142856 +CDS chr1 63446810 63446856 ENST00000271002 protein_coding 15 1 8 ITGB3BP ENSG00000142856 +CDS chr1 63453918 63453974 ENST00000371092 protein_coding 7 1 8 ITGB3BP ENSG00000142856 +CDS chr1 63453918 63453974 ENST00000271002 protein_coding 15 1 7 ITGB3BP ENSG00000142856 +CDS chr1 63454380 63454473 ENST00000371092 protein_coding 7 1 7 ITGB3BP ENSG00000142856 +CDS chr1 63454380 63454473 ENST00000271002 protein_coding 15 1 6 ITGB3BP ENSG00000142856 +CDS chr1 63454890 63454968 ENST00000371092 protein_coding 7 1 6 ITGB3BP ENSG00000142856 +CDS chr1 63454890 63454968 ENST00000271002 protein_coding 15 1 5 ITGB3BP ENSG00000142856 +CDS chr1 63478764 63478833 ENST00000371092 protein_coding 7 1 5 ITGB3BP ENSG00000142856 +CDS chr1 63478764 63478833 ENST00000271002 protein_coding 15 1 4 ITGB3BP ENSG00000142856 +CDS chr1 63490083 63490218 ENST00000371092 protein_coding 7 1 4 ITGB3BP ENSG00000142856 +CDS chr1 63490083 63490218 ENST00000271002 protein_coding 15 1 3 ITGB3BP ENSG00000142856 +CDS chr1 63508528 63508570 ENST00000371092 protein_coding 7 1 3 ITGB3BP ENSG00000142856 +CDS chr1 63508528 63508570 ENST00000271002 protein_coding 15 1 2 ITGB3BP ENSG00000142856 +CDS chr1 63510065 63510181 ENST00000371092 protein_coding 7 1 2 ITGB3BP ENSG00000142856 +CDS chr1 63523129 63523133 ENST00000371092 protein_coding 7 1 1 ITGB3BP ENSG00000142856 +CDS chr1 63523129 63523133 ENST00000271002 protein_coding 15 1 1 ITGB3BP ENSG00000142856 +transcript chr1 63523525 63572693 ENST00000371088 protein_coding 5 1 NA EFCAB7 ENSG00000203965 +CDS chr1 63525573 63525759 ENST00000371088 protein_coding 5 1 2 EFCAB7 ENSG00000203965 +CDS chr1 63531820 63532031 ENST00000371088 protein_coding 5 1 3 EFCAB7 ENSG00000203965 +CDS chr1 63532670 63532756 ENST00000371088 protein_coding 5 1 4 EFCAB7 ENSG00000203965 +CDS chr1 63533454 63533649 ENST00000371088 protein_coding 5 1 5 EFCAB7 ENSG00000203965 +CDS chr1 63534095 63534216 ENST00000371088 protein_coding 5 1 6 EFCAB7 ENSG00000203965 +CDS chr1 63545916 63546057 ENST00000371088 protein_coding 5 1 7 EFCAB7 ENSG00000203965 +CDS chr1 63551725 63551834 ENST00000371088 protein_coding 5 1 8 EFCAB7 ENSG00000203965 +CDS chr1 63555358 63555515 ENST00000371088 protein_coding 5 1 9 EFCAB7 ENSG00000203965 +CDS chr1 63557114 63557247 ENST00000371088 protein_coding 5 1 10 EFCAB7 ENSG00000203965 +CDS chr1 63561709 63561857 ENST00000371088 protein_coding 5 1 11 EFCAB7 ENSG00000203965 +CDS chr1 63568310 63568519 ENST00000371088 protein_coding 5 1 12 EFCAB7 ENSG00000203965 +CDS chr1 63571021 63571128 ENST00000371088 protein_coding 5 1 13 EFCAB7 ENSG00000203965 +CDS chr1 63572442 63572513 ENST00000371088 protein_coding 5 1 14 EFCAB7 ENSG00000203965 +transcript chr1 63593411 63660245 ENST00000371084 protein_coding 8 1 NA PGM1 ENSG00000079739 +transcript chr1 63593411 63660209 ENST00000650546 protein_coding 1 NA NA PGM1 ENSG00000079739 +CDS chr1 63593489 63593734 ENST00000371084 protein_coding 8 1 1 PGM1 ENSG00000079739 +CDS chr1 63593489 63593734 ENST00000650546 protein_coding 1 NA 1 PGM1 ENSG00000079739 +transcript chr1 63593809 63660241 ENST00000540265 protein_coding 5 2 NA PGM1 ENSG00000079739 +transcript chr1 63623093 63660221 ENST00000371083 protein_coding 4 2 NA PGM1 ENSG00000079739 +CDS chr1 63623461 63623760 ENST00000371083 protein_coding 4 2 1 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000371084 protein_coding 8 1 2 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000650546 protein_coding 1 NA 2 PGM1 ENSG00000079739 +CDS chr1 63629425 63629587 ENST00000371083 protein_coding 4 2 2 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000371084 protein_coding 8 1 3 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000650546 protein_coding 1 NA 3 PGM1 ENSG00000079739 +CDS chr1 63629942 63630088 ENST00000371083 protein_coding 4 2 3 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000371084 protein_coding 8 1 4 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000650546 protein_coding 1 NA 4 PGM1 ENSG00000079739 +CDS chr1 63631657 63631782 ENST00000371083 protein_coding 4 2 4 PGM1 ENSG00000079739 +CDS chr1 63631692 63631782 ENST00000540265 protein_coding 5 2 4 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000371084 protein_coding 8 1 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000650546 protein_coding 1 NA 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000371083 protein_coding 4 2 5 PGM1 ENSG00000079739 +CDS chr1 63634829 63635019 ENST00000540265 protein_coding 5 2 5 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000371084 protein_coding 8 1 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000650546 protein_coding 1 NA 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000371083 protein_coding 4 2 6 PGM1 ENSG00000079739 +CDS chr1 63636234 63636388 ENST00000540265 protein_coding 5 2 6 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000371084 protein_coding 8 1 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000650546 protein_coding 1 NA 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000371083 protein_coding 4 2 7 PGM1 ENSG00000079739 +CDS chr1 63638685 63638800 ENST00000540265 protein_coding 5 2 7 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000371084 protein_coding 8 1 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000650546 protein_coding 1 NA 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000371083 protein_coding 4 2 8 PGM1 ENSG00000079739 +CDS chr1 63648517 63648652 ENST00000540265 protein_coding 5 2 8 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000371084 protein_coding 8 1 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000650546 protein_coding 1 NA 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000371083 protein_coding 4 2 9 PGM1 ENSG00000079739 +CDS chr1 63651669 63651852 ENST00000540265 protein_coding 5 2 9 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000371084 protein_coding 8 1 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000650546 protein_coding 1 NA 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000371083 protein_coding 4 2 10 PGM1 ENSG00000079739 +CDS chr1 63654332 63654466 ENST00000540265 protein_coding 5 2 10 PGM1 ENSG00000079739 +CDS chr1 63654990 63655111 ENST00000650546 protein_coding 1 NA 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000371084 protein_coding 8 1 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659616 ENST00000650546 protein_coding 1 NA 12 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000371083 protein_coding 4 2 11 PGM1 ENSG00000079739 +CDS chr1 63659586 63659672 ENST00000540265 protein_coding 5 2 11 PGM1 ENSG00000079739 +transcript chr1 63774017 64181498 ENST00000371079 protein_coding 6 1 NA ROR1 ENSG00000185483 +transcript chr1 63774022 64143385 ENST00000371080 protein_coding 5 1 NA ROR1 ENSG00000185483 +CDS chr1 63774418 63774508 ENST00000371079 protein_coding 6 1 1 ROR1 ENSG00000185483 +CDS chr1 63774418 63774508 ENST00000371080 protein_coding 5 1 1 ROR1 ENSG00000185483 +CDS chr1 64009305 64009376 ENST00000371079 protein_coding 6 1 2 ROR1 ENSG00000185483 +CDS chr1 64009305 64009376 ENST00000371080 protein_coding 5 1 2 ROR1 ENSG00000185483 +CDS chr1 64049691 64049978 ENST00000371079 protein_coding 6 1 3 ROR1 ENSG00000185483 +CDS chr1 64049691 64049978 ENST00000371080 protein_coding 5 1 3 ROR1 ENSG00000185483 +CDS chr1 64050686 64050716 ENST00000371079 protein_coding 6 1 4 ROR1 ENSG00000185483 +CDS chr1 64050686 64050716 ENST00000371080 protein_coding 5 1 4 ROR1 ENSG00000185483 +CDS chr1 64137369 64137496 ENST00000371079 protein_coding 6 1 5 ROR1 ENSG00000185483 +CDS chr1 64137369 64137496 ENST00000371080 protein_coding 5 1 5 ROR1 ENSG00000185483 +CDS chr1 64140109 64140426 ENST00000371079 protein_coding 6 1 6 ROR1 ENSG00000185483 +CDS chr1 64140109 64140426 ENST00000371080 protein_coding 5 1 6 ROR1 ENSG00000185483 +CDS chr1 64142405 64142650 ENST00000371079 protein_coding 6 1 7 ROR1 ENSG00000185483 +CDS chr1 64142405 64142655 ENST00000371080 protein_coding 5 1 7 ROR1 ENSG00000185483 +CDS chr1 64158981 64159192 ENST00000371079 protein_coding 6 1 8 ROR1 ENSG00000185483 +CDS chr1 64177428 64178852 ENST00000371079 protein_coding 6 1 9 ROR1 ENSG00000185483 +transcript chr1 64203623 64267368 ENST00000371077 protein_coding 10 5 NA UBE2U ENSG00000177414 +transcript chr1 64203627 64267368 ENST00000611228 protein_coding 4 5 NA UBE2U ENSG00000177414 +transcript chr1 64203807 64244344 ENST00000371076 protein_coding 7 1 NA UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000371077 protein_coding 10 5 1 UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000611228 protein_coding 4 5 1 UBE2U ENSG00000177414 +CDS chr1 64204051 64204116 ENST00000371076 protein_coding 7 1 1 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000371077 protein_coding 10 5 2 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000611228 protein_coding 4 5 2 UBE2U ENSG00000177414 +CDS chr1 64205639 64205720 ENST00000371076 protein_coding 7 1 2 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000371077 protein_coding 10 5 3 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000611228 protein_coding 4 5 3 UBE2U ENSG00000177414 +CDS chr1 64206764 64206856 ENST00000371076 protein_coding 7 1 3 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000371077 protein_coding 10 5 4 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000611228 protein_coding 4 5 4 UBE2U ENSG00000177414 +CDS chr1 64210742 64210839 ENST00000371076 protein_coding 7 1 4 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000371077 protein_coding 10 5 5 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000611228 protein_coding 4 5 5 UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000371076 protein_coding 7 1 5 UBE2U ENSG00000177414 +transcript chr1 64214815 64267368 ENST00000608020 protein_coding 5 5 NA UBE2U ENSG00000177414 +CDS chr1 64214815 64214932 ENST00000608020 protein_coding 5 5 1 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000371077 protein_coding 10 5 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000611228 protein_coding 4 5 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000371076 protein_coding 7 1 6 UBE2U ENSG00000177414 +CDS chr1 64220859 64220907 ENST00000608020 protein_coding 5 5 2 UBE2U ENSG00000177414 +transcript chr1 64220864 64267249 ENST00000608956 protein_coding 1 3 NA UBE2U ENSG00000177414 +CDS chr1 64220864 64220907 ENST00000608956 protein_coding 1 3 1 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000371077 protein_coding 10 5 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000611228 protein_coding 4 5 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000371076 protein_coding 7 1 7 UBE2U ENSG00000177414 +CDS chr1 64232561 64232649 ENST00000608020 protein_coding 5 5 3 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000371077 protein_coding 10 5 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000611228 protein_coding 4 5 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000371076 protein_coding 7 1 8 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000608020 protein_coding 5 5 4 UBE2U ENSG00000177414 +CDS chr1 64241652 64241733 ENST00000608956 protein_coding 1 3 2 UBE2U ENSG00000177414 +CDS chr1 64244130 64244130 ENST00000371076 protein_coding 7 1 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000371077 protein_coding 10 5 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000611228 protein_coding 4 5 9 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000608020 protein_coding 5 5 5 UBE2U ENSG00000177414 +CDS chr1 64260603 64260694 ENST00000608956 protein_coding 1 3 3 UBE2U ENSG00000177414 +CDS chr1 64267012 64267205 ENST00000611228 protein_coding 4 5 10 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000371077 protein_coding 10 5 10 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000608020 protein_coding 5 5 6 UBE2U ENSG00000177414 +CDS chr1 64267024 64267205 ENST00000608956 protein_coding 1 3 4 UBE2U ENSG00000177414 +transcript chr1 64470129 64693053 ENST00000651257 protein_coding 2 NA NA CACHD1 ENSG00000158966 +CDS chr1 64470745 64470942 ENST00000651257 protein_coding 2 NA 1 CACHD1 ENSG00000158966 +transcript chr1 64470793 64693058 ENST00000290039 protein_coding 6 5 NA CACHD1 ENSG00000158966 +CDS chr1 64470898 64470942 ENST00000290039 protein_coding 6 5 1 CACHD1 ENSG00000158966 +transcript chr1 64505901 64693040 ENST00000650260 protein_coding 1 NA NA CACHD1 ENSG00000158966 +CDS chr1 64550594 64550656 ENST00000651257 protein_coding 2 NA 2 CACHD1 ENSG00000158966 +CDS chr1 64550594 64550656 ENST00000290039 protein_coding 6 5 2 CACHD1 ENSG00000158966 +CDS chr1 64582156 64582304 ENST00000651257 protein_coding 2 NA 3 CACHD1 ENSG00000158966 +CDS chr1 64582156 64582304 ENST00000290039 protein_coding 6 5 3 CACHD1 ENSG00000158966 +CDS chr1 64582297 64582304 ENST00000650260 protein_coding 1 NA 3 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000651257 protein_coding 2 NA 4 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000650260 protein_coding 1 NA 4 CACHD1 ENSG00000158966 +CDS chr1 64602806 64602912 ENST00000290039 protein_coding 6 5 4 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000651257 protein_coding 2 NA 5 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000650260 protein_coding 1 NA 5 CACHD1 ENSG00000158966 +CDS chr1 64629355 64629481 ENST00000290039 protein_coding 6 5 5 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000651257 protein_coding 2 NA 6 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000650260 protein_coding 1 NA 6 CACHD1 ENSG00000158966 +CDS chr1 64632599 64632743 ENST00000290039 protein_coding 6 5 6 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000651257 protein_coding 2 NA 7 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000650260 protein_coding 1 NA 7 CACHD1 ENSG00000158966 +CDS chr1 64634044 64634260 ENST00000290039 protein_coding 6 5 7 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000651257 protein_coding 2 NA 8 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000650260 protein_coding 1 NA 8 CACHD1 ENSG00000158966 +CDS chr1 64641820 64641969 ENST00000290039 protein_coding 6 5 8 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000651257 protein_coding 2 NA 9 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000650260 protein_coding 1 NA 9 CACHD1 ENSG00000158966 +CDS chr1 64647801 64648034 ENST00000290039 protein_coding 6 5 9 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000651257 protein_coding 2 NA 10 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000650260 protein_coding 1 NA 10 CACHD1 ENSG00000158966 +CDS chr1 64652161 64652310 ENST00000290039 protein_coding 6 5 10 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000651257 protein_coding 2 NA 11 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000650260 protein_coding 1 NA 11 CACHD1 ENSG00000158966 +CDS chr1 64653758 64653881 ENST00000290039 protein_coding 6 5 11 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000651257 protein_coding 2 NA 12 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000650260 protein_coding 1 NA 12 CACHD1 ENSG00000158966 +CDS chr1 64654686 64654803 ENST00000290039 protein_coding 6 5 12 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000651257 protein_coding 2 NA 13 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000650260 protein_coding 1 NA 13 CACHD1 ENSG00000158966 +CDS chr1 64658705 64658873 ENST00000290039 protein_coding 6 5 13 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000651257 protein_coding 2 NA 14 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000650260 protein_coding 1 NA 14 CACHD1 ENSG00000158966 +CDS chr1 64663695 64663837 ENST00000290039 protein_coding 6 5 14 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000651257 protein_coding 2 NA 15 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000650260 protein_coding 1 NA 15 CACHD1 ENSG00000158966 +CDS chr1 64664498 64664679 ENST00000290039 protein_coding 6 5 15 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000651257 protein_coding 2 NA 16 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000650260 protein_coding 1 NA 16 CACHD1 ENSG00000158966 +CDS chr1 64666057 64666167 ENST00000290039 protein_coding 6 5 16 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000651257 protein_coding 2 NA 17 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000650260 protein_coding 1 NA 17 CACHD1 ENSG00000158966 +CDS chr1 64671564 64671686 ENST00000290039 protein_coding 6 5 17 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000651257 protein_coding 2 NA 18 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000650260 protein_coding 1 NA 18 CACHD1 ENSG00000158966 +CDS chr1 64673158 64673257 ENST00000290039 protein_coding 6 5 18 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000651257 protein_coding 2 NA 19 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000650260 protein_coding 1 NA 19 CACHD1 ENSG00000158966 +CDS chr1 64673348 64673464 ENST00000290039 protein_coding 6 5 19 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000651257 protein_coding 2 NA 20 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000650260 protein_coding 1 NA 20 CACHD1 ENSG00000158966 +CDS chr1 64675401 64675561 ENST00000290039 protein_coding 6 5 20 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000651257 protein_coding 2 NA 21 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000650260 protein_coding 1 NA 21 CACHD1 ENSG00000158966 +CDS chr1 64675897 64675983 ENST00000290039 protein_coding 6 5 21 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000651257 protein_coding 2 NA 22 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000650260 protein_coding 1 NA 22 CACHD1 ENSG00000158966 +CDS chr1 64676895 64677011 ENST00000290039 protein_coding 6 5 22 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000651257 protein_coding 2 NA 23 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000650260 protein_coding 1 NA 23 CACHD1 ENSG00000158966 +CDS chr1 64678159 64678310 ENST00000290039 protein_coding 6 5 23 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000651257 protein_coding 2 NA 24 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000650260 protein_coding 1 NA 24 CACHD1 ENSG00000158966 +CDS chr1 64679595 64679756 ENST00000290039 protein_coding 6 5 24 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000651257 protein_coding 2 NA 25 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000650260 protein_coding 1 NA 25 CACHD1 ENSG00000158966 +CDS chr1 64681258 64681335 ENST00000290039 protein_coding 6 5 25 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000651257 protein_coding 2 NA 26 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000650260 protein_coding 1 NA 26 CACHD1 ENSG00000158966 +CDS chr1 64682005 64682106 ENST00000290039 protein_coding 6 5 26 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000651257 protein_coding 2 NA 27 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000650260 protein_coding 1 NA 27 CACHD1 ENSG00000158966 +CDS chr1 64691323 64691558 ENST00000290039 protein_coding 6 5 27 CACHD1 ENSG00000158966 +transcript chr1 64745095 64833232 ENST00000371072 protein_coding 8 1 NA RAVER2 ENSG00000162437 +transcript chr1 64745095 64833229 ENST00000294428 protein_coding 7 5 NA RAVER2 ENSG00000162437 +CDS chr1 64745173 64745421 ENST00000371072 protein_coding 8 1 1 RAVER2 ENSG00000162437 +CDS chr1 64745173 64745421 ENST00000294428 protein_coding 7 5 1 RAVER2 ENSG00000162437 +CDS chr1 64768656 64768722 ENST00000371072 protein_coding 8 1 2 RAVER2 ENSG00000162437 +CDS chr1 64768656 64768722 ENST00000294428 protein_coding 7 5 2 RAVER2 ENSG00000162437 +CDS chr1 64777623 64778092 ENST00000371072 protein_coding 8 1 3 RAVER2 ENSG00000162437 +CDS chr1 64777623 64778092 ENST00000294428 protein_coding 7 5 3 RAVER2 ENSG00000162437 +CDS chr1 64781380 64781571 ENST00000371072 protein_coding 8 1 4 RAVER2 ENSG00000162437 +CDS chr1 64781380 64781571 ENST00000294428 protein_coding 7 5 4 RAVER2 ENSG00000162437 +CDS chr1 64789388 64789514 ENST00000371072 protein_coding 8 1 5 RAVER2 ENSG00000162437 +CDS chr1 64789388 64789514 ENST00000294428 protein_coding 7 5 5 RAVER2 ENSG00000162437 +CDS chr1 64802976 64803061 ENST00000371072 protein_coding 8 1 6 RAVER2 ENSG00000162437 +CDS chr1 64802976 64803061 ENST00000294428 protein_coding 7 5 6 RAVER2 ENSG00000162437 +CDS chr1 64804734 64804838 ENST00000294428 protein_coding 7 5 7 RAVER2 ENSG00000162437 +CDS chr1 64804773 64804838 ENST00000371072 protein_coding 8 1 7 RAVER2 ENSG00000162437 +CDS chr1 64804991 64805105 ENST00000371072 protein_coding 8 1 8 RAVER2 ENSG00000162437 +CDS chr1 64804991 64805105 ENST00000294428 protein_coding 7 5 8 RAVER2 ENSG00000162437 +CDS chr1 64807206 64807474 ENST00000371072 protein_coding 8 1 9 RAVER2 ENSG00000162437 +CDS chr1 64807206 64807474 ENST00000294428 protein_coding 7 5 9 RAVER2 ENSG00000162437 +CDS chr1 64812738 64812849 ENST00000371072 protein_coding 8 1 10 RAVER2 ENSG00000162437 +CDS chr1 64812738 64812849 ENST00000294428 protein_coding 7 5 10 RAVER2 ENSG00000162437 +CDS chr1 64814704 64814840 ENST00000371072 protein_coding 8 1 11 RAVER2 ENSG00000162437 +CDS chr1 64814704 64814840 ENST00000294428 protein_coding 7 5 11 RAVER2 ENSG00000162437 +CDS chr1 64830839 64830982 ENST00000371072 protein_coding 8 1 12 RAVER2 ENSG00000162437 +CDS chr1 64830839 64830982 ENST00000294428 protein_coding 7 5 12 RAVER2 ENSG00000162437 +transcript chr1 64833229 64966549 ENST00000342505 protein_coding 5 5 NA JAK1 ENSG00000162434 +transcript chr1 64833243 64966370 ENST00000673046 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833243 64966448 ENST00000672247 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833245 65067732 ENST00000672434 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833250 64846681 ENST00000672574 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833254 64873496 ENST00000673246 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833262 64966552 ENST00000673254 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833293 65067731 ENST00000671954 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833313 64966919 ENST00000672179 protein_coding 1 NA NA JAK1 ENSG00000162434 +transcript chr1 64833391 64966284 ENST00000671929 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000342505 protein_coding 5 5 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673046 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672247 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672434 protein_coding 1 NA 27 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672574 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673246 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000673254 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000671954 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000672179 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64834565 64834657 ENST00000671929 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000342505 protein_coding 5 5 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673046 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672247 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672434 protein_coding 1 NA 26 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672574 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673246 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000673254 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000671954 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000672179 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64835396 64835506 ENST00000671929 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000342505 protein_coding 5 5 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673046 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672247 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672434 protein_coding 1 NA 25 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672574 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673246 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000673254 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000671954 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000672179 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64836098 64836215 ENST00000671929 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000342505 protein_coding 5 5 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673046 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672247 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672434 protein_coding 1 NA 24 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672574 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673246 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000673254 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000671954 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000672179 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64837932 64838104 ENST00000671929 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000342505 protein_coding 5 5 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673046 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672247 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672434 protein_coding 1 NA 23 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672574 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673246 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000673254 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000671954 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000672179 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64838465 64838589 ENST00000671929 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000342505 protein_coding 5 5 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673046 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672247 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672434 protein_coding 1 NA 22 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672574 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673246 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000673254 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000671954 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000672179 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64839603 64839795 ENST00000671929 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000342505 protein_coding 5 5 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841333 ENST00000673046 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672247 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672434 protein_coding 1 NA 21 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672574 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000673246 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000673254 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000671954 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000672179 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841245 64841339 ENST00000671929 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000342505 protein_coding 5 5 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673046 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672247 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672434 protein_coding 1 NA 20 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673246 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000673254 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000671954 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000672179 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64841451 64841601 ENST00000671929 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64841556 64841601 ENST00000672574 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000342505 protein_coding 5 5 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673046 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672247 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672434 protein_coding 1 NA 19 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672574 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673246 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000673254 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000671954 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000672179 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844064 64844215 ENST00000671929 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000342505 protein_coding 5 5 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673046 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672247 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672434 protein_coding 1 NA 18 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672574 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673246 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000673254 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000671954 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000672179 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64844754 64844889 ENST00000671929 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000342505 protein_coding 5 5 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673046 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672247 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672434 protein_coding 1 NA 17 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672574 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673246 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000673254 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000671954 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000672179 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64845513 64845640 ENST00000671929 protein_coding 1 NA 16 JAK1 ENSG00000162434 +transcript chr1 64846405 65067746 ENST00000673502 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64846512 64846736 ENST00000673502 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000342505 protein_coding 5 5 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673046 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672247 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672434 protein_coding 1 NA 16 JAK1 ENSG00000162434 +CDS chr1 64846649 64846681 ENST00000672574 protein_coding 1 NA 1 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673246 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000673254 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000671954 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000672179 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64846649 64846736 ENST00000671929 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000342505 protein_coding 5 5 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673046 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672247 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672434 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673246 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673254 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000671954 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000672179 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000671929 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64847532 64847675 ENST00000673502 protein_coding 1 NA 15 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000342505 protein_coding 5 5 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673046 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672247 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672434 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673246 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673254 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000671954 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000672179 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000671929 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64850804 64850910 ENST00000673502 protein_coding 1 NA 14 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000342505 protein_coding 5 5 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673046 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672247 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672434 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673246 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673254 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000671954 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000672179 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000671929 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64855509 64855698 ENST00000673502 protein_coding 1 NA 13 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000342505 protein_coding 5 5 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673046 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672247 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672434 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673246 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673254 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000671954 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000672179 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000671929 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64857656 64857779 ENST00000673502 protein_coding 1 NA 12 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000342505 protein_coding 5 5 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673046 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672247 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672434 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673246 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673254 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000671954 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000672179 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000671929 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64860105 64860262 ENST00000673502 protein_coding 1 NA 11 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000342505 protein_coding 5 5 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673046 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672247 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672434 protein_coding 1 NA 10 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673246 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673254 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000671954 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000672179 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000671929 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64864787 64864972 ENST00000673502 protein_coding 1 NA 10 JAK1 ENSG00000162434 +transcript chr1 64864928 65067754 ENST00000672751 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64864928 64864972 ENST00000672751 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000342505 protein_coding 5 5 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000673046 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672247 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672434 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64866866 64867079 ENST00000673246 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64866866 64867076 ENST00000673254 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000671954 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672179 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000671929 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000673502 protein_coding 1 NA 9 JAK1 ENSG00000162434 +CDS chr1 64866866 64867208 ENST00000672751 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000342505 protein_coding 5 5 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673046 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672247 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672434 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673246 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673254 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000671954 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672179 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000671929 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000673502 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64869311 64869474 ENST00000672751 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000342505 protein_coding 5 5 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673046 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672247 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672434 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64873370 64873496 ENST00000673246 protein_coding 1 NA 1 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673254 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000671954 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672179 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000671929 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000673502 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64873370 64873523 ENST00000672751 protein_coding 1 NA 5 JAK1 ENSG00000162434 +transcript chr1 64873458 65067729 ENST00000672099 protein_coding 1 NA NA JAK1 ENSG00000162434 +CDS chr1 64873458 64873523 ENST00000672099 protein_coding 1 NA 8 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000342505 protein_coding 5 5 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673046 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672247 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672434 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673254 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000671954 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672179 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000671929 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000673502 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672751 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64879025 64879148 ENST00000672099 protein_coding 1 NA 7 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000342505 protein_coding 5 5 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673046 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672247 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672434 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673254 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000671954 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672179 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000671929 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000673502 protein_coding 1 NA 5 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672751 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64883277 64883475 ENST00000672099 protein_coding 1 NA 6 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000342505 protein_coding 5 5 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673046 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672247 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672434 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673254 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000671954 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672179 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000671929 protein_coding 1 NA 3 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000673502 protein_coding 1 NA 4 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672751 protein_coding 1 NA 2 JAK1 ENSG00000162434 +CDS chr1 64886259 64886264 ENST00000672099 protein_coding 1 NA 5 JAK1 ENSG00000162434 +transcript chr1 65147549 65232145 ENST00000545314 protein_coding 5 1 NA AK4 ENSG00000162433 +transcript chr1 65147670 65226891 ENST00000546702 protein_coding 5 1 NA AK4 ENSG00000162433 +transcript chr1 65147830 65232145 ENST00000395334 protein_coding 6 1 NA AK4 ENSG00000162433 +transcript chr1 65148203 65232145 ENST00000327299 protein_coding 8 1 NA AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000327299 protein_coding 8 1 1 AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000545314 protein_coding 5 1 2 AK4 ENSG00000162433 +CDS chr1 65148408 65148552 ENST00000395334 protein_coding 6 1 2 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000327299 protein_coding 8 1 2 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000545314 protein_coding 5 1 3 AK4 ENSG00000162433 +CDS chr1 65190710 65190829 ENST00000395334 protein_coding 6 1 3 AK4 ENSG00000162433 +CDS chr1 65190721 65190829 ENST00000546702 protein_coding 5 1 2 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000546702 protein_coding 5 1 3 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000327299 protein_coding 8 1 3 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000545314 protein_coding 5 1 4 AK4 ENSG00000162433 +CDS chr1 65218754 65218926 ENST00000395334 protein_coding 6 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000546702 protein_coding 5 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000327299 protein_coding 8 1 4 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000545314 protein_coding 5 1 5 AK4 ENSG00000162433 +CDS chr1 65224752 65224870 ENST00000395334 protein_coding 6 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000546702 protein_coding 5 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000327299 protein_coding 8 1 5 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000545314 protein_coding 5 1 6 AK4 ENSG00000162433 +CDS chr1 65226063 65226174 ENST00000395334 protein_coding 6 1 6 AK4 ENSG00000162433 +transcript chr1 65254462 65392588 ENST00000494710 protein_coding 6 5 NA DNAJC6 ENSG00000116675 +CDS chr1 65254535 65254649 ENST00000494710 protein_coding 6 5 1 DNAJC6 ENSG00000116675 +transcript chr1 65264694 65415869 ENST00000263441 protein_coding 11 2 NA DNAJC6 ENSG00000116675 +transcript chr1 65264754 65415869 ENST00000395325 protein_coding 7 1 NA DNAJC6 ENSG00000116675 +CDS chr1 65264911 65264932 ENST00000395325 protein_coding 7 1 1 DNAJC6 ENSG00000116675 +transcript chr1 65309543 65415871 ENST00000371069 protein_coding 5 1 NA DNAJC6 ENSG00000116675 +CDS chr1 65309746 65309938 ENST00000371069 protein_coding 5 1 1 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000494710 protein_coding 6 5 2 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000395325 protein_coding 7 1 2 DNAJC6 ENSG00000116675 +CDS chr1 65364635 65364785 ENST00000371069 protein_coding 5 1 2 DNAJC6 ENSG00000116675 +CDS chr1 65364652 65364785 ENST00000263441 protein_coding 11 2 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000494710 protein_coding 6 5 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000395325 protein_coding 7 1 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000371069 protein_coding 5 1 3 DNAJC6 ENSG00000116675 +CDS chr1 65365885 65365934 ENST00000263441 protein_coding 11 2 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000494710 protein_coding 6 5 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000395325 protein_coding 7 1 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000371069 protein_coding 5 1 4 DNAJC6 ENSG00000116675 +CDS chr1 65366048 65366196 ENST00000263441 protein_coding 11 2 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000494710 protein_coding 6 5 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000395325 protein_coding 7 1 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000371069 protein_coding 5 1 5 DNAJC6 ENSG00000116675 +CDS chr1 65379402 65379524 ENST00000263441 protein_coding 11 2 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000494710 protein_coding 6 5 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000395325 protein_coding 7 1 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000371069 protein_coding 5 1 6 DNAJC6 ENSG00000116675 +CDS chr1 65384193 65384326 ENST00000263441 protein_coding 11 2 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000494710 protein_coding 6 5 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000395325 protein_coding 7 1 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000371069 protein_coding 5 1 7 DNAJC6 ENSG00000116675 +CDS chr1 65385712 65385906 ENST00000263441 protein_coding 11 2 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000494710 protein_coding 6 5 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000395325 protein_coding 7 1 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000371069 protein_coding 5 1 8 DNAJC6 ENSG00000116675 +CDS chr1 65386812 65386929 ENST00000263441 protein_coding 11 2 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000494710 protein_coding 6 5 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000395325 protein_coding 7 1 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000371069 protein_coding 5 1 9 DNAJC6 ENSG00000116675 +CDS chr1 65388336 65388415 ENST00000263441 protein_coding 11 2 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000494710 protein_coding 6 5 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000395325 protein_coding 7 1 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000371069 protein_coding 5 1 10 DNAJC6 ENSG00000116675 +CDS chr1 65389256 65389449 ENST00000263441 protein_coding 11 2 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000494710 protein_coding 6 5 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000395325 protein_coding 7 1 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000371069 protein_coding 5 1 11 DNAJC6 ENSG00000116675 +CDS chr1 65389547 65389627 ENST00000263441 protein_coding 11 2 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392588 ENST00000494710 protein_coding 6 5 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000395325 protein_coding 7 1 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000371069 protein_coding 5 1 12 DNAJC6 ENSG00000116675 +CDS chr1 65392431 65392865 ENST00000263441 protein_coding 11 2 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000395325 protein_coding 7 1 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000371069 protein_coding 5 1 13 DNAJC6 ENSG00000116675 +CDS chr1 65394898 65395032 ENST00000263441 protein_coding 11 2 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000395325 protein_coding 7 1 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000371069 protein_coding 5 1 14 DNAJC6 ENSG00000116675 +CDS chr1 65398813 65398881 ENST00000263441 protein_coding 11 2 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000395325 protein_coding 7 1 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000371069 protein_coding 5 1 15 DNAJC6 ENSG00000116675 +CDS chr1 65401761 65401880 ENST00000263441 protein_coding 11 2 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000395325 protein_coding 7 1 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000371069 protein_coding 5 1 16 DNAJC6 ENSG00000116675 +CDS chr1 65405870 65406133 ENST00000263441 protein_coding 11 2 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000395325 protein_coding 7 1 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000371069 protein_coding 5 1 17 DNAJC6 ENSG00000116675 +CDS chr1 65408641 65408783 ENST00000263441 protein_coding 11 2 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000395325 protein_coding 7 1 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000371069 protein_coding 5 1 18 DNAJC6 ENSG00000116675 +CDS chr1 65411250 65411426 ENST00000263441 protein_coding 11 2 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000395325 protein_coding 7 1 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000371069 protein_coding 5 1 19 DNAJC6 ENSG00000116675 +CDS chr1 65412924 65413022 ENST00000263441 protein_coding 11 2 20 DNAJC6 ENSG00000116675 +transcript chr1 65420587 65432064 ENST00000475108 protein_coding 5 3 NA LEPROT ENSG00000213625 +transcript chr1 65420652 65630422 ENST00000371059 protein_coding 7 1 NA LEPR ENSG00000116678 +transcript chr1 65420652 65635428 ENST00000371060 protein_coding 7 1 NA LEPR ENSG00000116678 +transcript chr1 65420668 65436007 ENST00000371065 protein_coding 9 1 NA LEPROT ENSG00000213625 +transcript chr1 65420668 65641559 ENST00000349533 protein_coding 11 1 NA LEPR ENSG00000116678 +transcript chr1 65420708 65431920 ENST00000488747 protein_coding 5 5 NA LEPROT ENSG00000213625 +transcript chr1 65420710 65430303 ENST00000484243 protein_coding 1 3 NA LEPROT ENSG00000213625 +transcript chr1 65420716 65436007 ENST00000613538 protein_coding 1 1 NA LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000475108 protein_coding 5 3 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000371065 protein_coding 9 1 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000488747 protein_coding 5 5 1 LEPROT ENSG00000213625 +CDS chr1 65420725 65420740 ENST00000484243 protein_coding 1 3 1 LEPROT ENSG00000213625 +CDS chr1 65421417 65421459 ENST00000613538 protein_coding 1 1 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000475108 protein_coding 5 3 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000371065 protein_coding 9 1 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000488747 protein_coding 5 5 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000484243 protein_coding 1 3 2 LEPROT ENSG00000213625 +CDS chr1 65425303 65425378 ENST00000613538 protein_coding 1 1 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430048 ENST00000371065 protein_coding 9 1 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430198 ENST00000484243 protein_coding 1 3 3 LEPROT ENSG00000213625 +CDS chr1 65429862 65430048 ENST00000613538 protein_coding 1 1 4 LEPROT ENSG00000213625 +CDS chr1 65429931 65430048 ENST00000488747 protein_coding 5 5 3 LEPROT ENSG00000213625 +CDS chr1 65431803 65431929 ENST00000475108 protein_coding 5 3 3 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000371065 protein_coding 9 1 4 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000488747 protein_coding 5 5 4 LEPROT ENSG00000213625 +CDS chr1 65431803 65431916 ENST00000613538 protein_coding 1 1 5 LEPROT ENSG00000213625 +transcript chr1 65525689 65626234 ENST00000344610 protein_coding 12 1 NA LEPR ENSG00000116678 +transcript chr1 65525689 65635409 ENST00000616738 protein_coding 4 1 NA LEPR ENSG00000116678 +transcript chr1 65565546 65626234 ENST00000371058 protein_coding 1 5 NA LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371059 protein_coding 7 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371060 protein_coding 7 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000349533 protein_coding 11 1 3 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000371058 protein_coding 1 5 1 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000344610 protein_coding 12 1 2 LEPR ENSG00000116678 +CDS chr1 65565566 65565605 ENST00000616738 protein_coding 4 1 2 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371059 protein_coding 7 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371060 protein_coding 7 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000349533 protein_coding 11 1 4 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000371058 protein_coding 1 5 2 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000344610 protein_coding 12 1 3 LEPR ENSG00000116678 +CDS chr1 65570473 65570802 ENST00000616738 protein_coding 4 1 3 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371059 protein_coding 7 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371060 protein_coding 7 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000349533 protein_coding 11 1 5 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000371058 protein_coding 1 5 3 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000344610 protein_coding 12 1 4 LEPR ENSG00000116678 +CDS chr1 65572326 65572449 ENST00000616738 protein_coding 4 1 4 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371059 protein_coding 7 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371060 protein_coding 7 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000349533 protein_coding 11 1 6 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000371058 protein_coding 1 5 4 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000344610 protein_coding 12 1 5 LEPR ENSG00000116678 +CDS chr1 65592657 65592865 ENST00000616738 protein_coding 4 1 5 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371059 protein_coding 7 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371060 protein_coding 7 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000349533 protein_coding 11 1 7 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000371058 protein_coding 1 5 5 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000344610 protein_coding 12 1 6 LEPR ENSG00000116678 +CDS chr1 65596448 65596593 ENST00000616738 protein_coding 4 1 6 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371059 protein_coding 7 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371060 protein_coding 7 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000349533 protein_coding 11 1 8 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000371058 protein_coding 1 5 6 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000344610 protein_coding 12 1 7 LEPR ENSG00000116678 +CDS chr1 65598660 65598804 ENST00000616738 protein_coding 4 1 7 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371059 protein_coding 7 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371060 protein_coding 7 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000349533 protein_coding 11 1 9 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000371058 protein_coding 1 5 7 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000344610 protein_coding 12 1 8 LEPR ENSG00000116678 +CDS chr1 65601392 65601682 ENST00000616738 protein_coding 4 1 8 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371059 protein_coding 7 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371060 protein_coding 7 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000349533 protein_coding 11 1 10 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000371058 protein_coding 1 5 8 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000344610 protein_coding 12 1 9 LEPR ENSG00000116678 +CDS chr1 65601843 65601960 ENST00000616738 protein_coding 4 1 9 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371059 protein_coding 7 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371060 protein_coding 7 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000349533 protein_coding 11 1 11 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000371058 protein_coding 1 5 9 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000344610 protein_coding 12 1 10 LEPR ENSG00000116678 +CDS chr1 65605038 65605237 ENST00000616738 protein_coding 4 1 10 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371059 protein_coding 7 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371060 protein_coding 7 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000349533 protein_coding 11 1 12 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000371058 protein_coding 1 5 10 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000344610 protein_coding 12 1 11 LEPR ENSG00000116678 +CDS chr1 65608753 65608901 ENST00000616738 protein_coding 4 1 11 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371059 protein_coding 7 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371060 protein_coding 7 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000349533 protein_coding 11 1 13 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000371058 protein_coding 1 5 11 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000344610 protein_coding 12 1 12 LEPR ENSG00000116678 +CDS chr1 65609947 65610106 ENST00000616738 protein_coding 4 1 12 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371059 protein_coding 7 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371060 protein_coding 7 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000349533 protein_coding 11 1 14 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000371058 protein_coding 1 5 12 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000344610 protein_coding 12 1 13 LEPR ENSG00000116678 +CDS chr1 65610214 65610296 ENST00000616738 protein_coding 4 1 13 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371059 protein_coding 7 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371060 protein_coding 7 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000349533 protein_coding 11 1 15 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000371058 protein_coding 1 5 13 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000344610 protein_coding 12 1 14 LEPR ENSG00000116678 +CDS chr1 65616008 65616224 ENST00000616738 protein_coding 4 1 14 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371059 protein_coding 7 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371060 protein_coding 7 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000349533 protein_coding 11 1 16 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000371058 protein_coding 1 5 14 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000344610 protein_coding 12 1 15 LEPR ENSG00000116678 +CDS chr1 65617964 65618146 ENST00000616738 protein_coding 4 1 15 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371059 protein_coding 7 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371060 protein_coding 7 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000349533 protein_coding 11 1 17 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000371058 protein_coding 1 5 15 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000344610 protein_coding 12 1 16 LEPR ENSG00000116678 +CDS chr1 65619928 65620023 ENST00000616738 protein_coding 4 1 16 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371059 protein_coding 7 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371060 protein_coding 7 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000349533 protein_coding 11 1 18 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000371058 protein_coding 1 5 16 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000344610 protein_coding 12 1 17 LEPR ENSG00000116678 +CDS chr1 65621353 65621458 ENST00000616738 protein_coding 4 1 17 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371059 protein_coding 7 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371060 protein_coding 7 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000349533 protein_coding 11 1 19 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000371058 protein_coding 1 5 17 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000344610 protein_coding 12 1 18 LEPR ENSG00000116678 +CDS chr1 65622906 65622981 ENST00000616738 protein_coding 4 1 18 LEPR ENSG00000116678 +CDS chr1 65626123 65626167 ENST00000371058 protein_coding 1 5 18 LEPR ENSG00000116678 +CDS chr1 65626123 65626167 ENST00000344610 protein_coding 12 1 19 LEPR ENSG00000116678 +CDS chr1 65630202 65630402 ENST00000371059 protein_coding 7 1 20 LEPR ENSG00000116678 +CDS chr1 65633152 65633166 ENST00000371060 protein_coding 7 1 20 LEPR ENSG00000116678 +CDS chr1 65633152 65633166 ENST00000616738 protein_coding 4 1 19 LEPR ENSG00000116678 +CDS chr1 65636191 65637012 ENST00000349533 protein_coding 11 1 20 LEPR ENSG00000116678 +transcript chr1 65792514 66374278 ENST00000329654 protein_coding 8 1 NA PDE4B ENSG00000184588 +transcript chr1 65792895 66374574 ENST00000341517 protein_coding 9 1 NA PDE4B ENSG00000184588 +CDS chr1 65913315 65913356 ENST00000329654 protein_coding 8 1 2 PDE4B ENSG00000184588 +CDS chr1 65913315 65913356 ENST00000341517 protein_coding 9 1 2 PDE4B ENSG00000184588 +CDS chr1 65918597 65918835 ENST00000329654 protein_coding 8 1 3 PDE4B ENSG00000184588 +CDS chr1 65918597 65918835 ENST00000341517 protein_coding 9 1 3 PDE4B ENSG00000184588 +transcript chr1 65992422 66374573 ENST00000423207 protein_coding 6 1 NA PDE4B ENSG00000184588 +CDS chr1 65992907 65993142 ENST00000423207 protein_coding 6 1 1 PDE4B ENSG00000184588 +transcript chr1 66152390 66332590 ENST00000412480 protein_coding 6 4 NA PDE4B ENSG00000184588 +CDS chr1 66152528 66152532 ENST00000412480 protein_coding 6 4 1 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000329654 protein_coding 8 1 4 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000341517 protein_coding 9 1 4 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000423207 protein_coding 6 1 2 PDE4B ENSG00000184588 +CDS chr1 66247460 66247654 ENST00000412480 protein_coding 6 4 2 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000329654 protein_coding 8 1 5 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000341517 protein_coding 9 1 5 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000423207 protein_coding 6 1 3 PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000412480 protein_coding 6 4 3 PDE4B ENSG00000184588 +transcript chr1 66257647 66266155 ENST00000491340 protein_coding 2 3 NA PDE4B ENSG00000184588 +CDS chr1 66257647 66257683 ENST00000491340 protein_coding 2 3 1 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000329654 protein_coding 8 1 6 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000341517 protein_coding 9 1 6 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000423207 protein_coding 6 1 4 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000412480 protein_coding 6 4 4 PDE4B ENSG00000184588 +CDS chr1 66257793 66257863 ENST00000491340 protein_coding 2 3 2 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000329654 protein_coding 8 1 7 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000341517 protein_coding 9 1 7 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000423207 protein_coding 6 1 5 PDE4B ENSG00000184588 +CDS chr1 66266038 66266087 ENST00000412480 protein_coding 6 4 5 PDE4B ENSG00000184588 +CDS chr1 66266038 66266125 ENST00000491340 protein_coding 2 3 3 PDE4B ENSG00000184588 +transcript chr1 66330728 66363215 ENST00000528771 protein_coding 5 4 NA PDE4B ENSG00000184588 +transcript chr1 66332004 66374579 ENST00000371045 protein_coding 9 1 NA PDE4B ENSG00000184588 +transcript chr1 66332149 66363234 ENST00000531025 protein_coding 5 4 NA PDE4B ENSG00000184588 +transcript chr1 66332189 66363260 ENST00000526197 protein_coding 5 4 NA PDE4B ENSG00000184588 +CDS chr1 66332390 66332620 ENST00000371045 protein_coding 9 1 1 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000329654 protein_coding 8 1 8 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000341517 protein_coding 9 1 8 PDE4B ENSG00000184588 +CDS chr1 66332508 66332620 ENST00000423207 protein_coding 6 1 6 PDE4B ENSG00000184588 +CDS chr1 66332508 66332590 ENST00000412480 protein_coding 6 4 6 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000528771 protein_coding 5 4 2 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000531025 protein_coding 5 4 2 PDE4B ENSG00000184588 +CDS chr1 66332531 66332620 ENST00000526197 protein_coding 5 4 2 PDE4B ENSG00000184588 +transcript chr1 66354382 66372738 ENST00000480109 protein_coding 2 1 NA PDE4B ENSG00000184588 +CDS chr1 66354847 66354894 ENST00000480109 protein_coding 2 1 1 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000329654 protein_coding 8 1 9 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000341517 protein_coding 9 1 9 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000423207 protein_coding 6 1 7 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000528771 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000371045 protein_coding 9 1 2 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000531025 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000526197 protein_coding 5 4 3 PDE4B ENSG00000184588 +CDS chr1 66355527 66355620 ENST00000480109 protein_coding 2 1 2 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000329654 protein_coding 8 1 10 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000341517 protein_coding 9 1 10 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000423207 protein_coding 6 1 8 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000528771 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000371045 protein_coding 9 1 3 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000531025 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000526197 protein_coding 5 4 4 PDE4B ENSG00000184588 +CDS chr1 66361615 66361793 ENST00000480109 protein_coding 2 1 3 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000329654 protein_coding 8 1 11 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000341517 protein_coding 9 1 11 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000423207 protein_coding 6 1 9 PDE4B ENSG00000184588 +CDS chr1 66363168 66363215 ENST00000528771 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000371045 protein_coding 9 1 4 PDE4B ENSG00000184588 +CDS chr1 66363168 66363234 ENST00000531025 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363260 ENST00000526197 protein_coding 5 4 5 PDE4B ENSG00000184588 +CDS chr1 66363168 66363266 ENST00000480109 protein_coding 2 1 4 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000329654 protein_coding 8 1 12 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000341517 protein_coding 9 1 12 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000423207 protein_coding 6 1 10 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000371045 protein_coding 9 1 5 PDE4B ENSG00000184588 +CDS chr1 66363407 66363571 ENST00000480109 protein_coding 2 1 5 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000329654 protein_coding 8 1 13 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000341517 protein_coding 9 1 13 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000423207 protein_coding 6 1 11 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000371045 protein_coding 9 1 6 PDE4B ENSG00000184588 +CDS chr1 66365667 66365766 ENST00000480109 protein_coding 2 1 6 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000329654 protein_coding 8 1 14 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000341517 protein_coding 9 1 14 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000423207 protein_coding 6 1 12 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000371045 protein_coding 9 1 7 PDE4B ENSG00000184588 +CDS chr1 66367696 66367850 ENST00000480109 protein_coding 2 1 7 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000329654 protein_coding 8 1 15 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000341517 protein_coding 9 1 15 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000423207 protein_coding 6 1 13 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000371045 protein_coding 9 1 8 PDE4B ENSG00000184588 +CDS chr1 66367943 66368065 ENST00000480109 protein_coding 2 1 8 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000329654 protein_coding 8 1 16 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000341517 protein_coding 9 1 16 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000423207 protein_coding 6 1 14 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000371045 protein_coding 9 1 9 PDE4B ENSG00000184588 +CDS chr1 66368787 66368969 ENST00000480109 protein_coding 2 1 9 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000329654 protein_coding 8 1 17 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000341517 protein_coding 9 1 17 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000423207 protein_coding 6 1 15 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000371045 protein_coding 9 1 10 PDE4B ENSG00000184588 +CDS chr1 66372313 66372675 ENST00000480109 protein_coding 2 1 10 PDE4B ENSG00000184588 +transcript chr1 66533267 66748987 ENST00000682707 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533383 66744374 ENST00000237247 protein_coding 10 5 NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66690518 ENST00000684751 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66691982 ENST00000683291 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000682054 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000435165 protein_coding 3 2 NA SGIP1 ENSG00000118473 +transcript chr1 66533575 66748987 ENST00000684539 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533586 66748987 ENST00000681971 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533590 66690432 ENST00000682476 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533590 66748987 ENST00000684168 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66533592 66745085 ENST00000371039 protein_coding 5 1 NA SGIP1 ENSG00000118473 +transcript chr1 66533982 66748987 ENST00000684178 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534014 66748987 ENST00000684664 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534015 66748987 ENST00000682416 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534015 66748987 ENST00000683499 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534085 66748987 ENST00000683257 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66690523 ENST00000684083 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66743334 ENST00000682938 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66748987 ENST00000683581 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534096 66748987 ENST00000682293 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534153 66751139 ENST00000371037 protein_coding 9 1 NA SGIP1 ENSG00000118473 +transcript chr1 66534161 66743595 ENST00000684651 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534179 66748987 ENST00000682762 protein_coding 1 NA NA SGIP1 ENSG00000118473 +transcript chr1 66534187 66690457 ENST00000424320 protein_coding 6 3 NA SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682707 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000237247 protein_coding 10 5 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684751 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683291 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682054 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000435165 protein_coding 3 2 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684539 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000681971 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682476 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684168 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000371039 protein_coding 5 1 2 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684178 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684664 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682416 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683499 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683257 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684083 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682938 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000683581 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000682293 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000371037 protein_coding 9 1 1 SGIP1 ENSG00000118473 +CDS chr1 66534359 66534368 ENST00000684651 protein_coding 1 NA 1 SGIP1 ENSG00000118473 +CDS chr1 66590591 66590606 ENST00000424320 protein_coding 6 3 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682707 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000237247 protein_coding 10 5 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684751 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683291 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682054 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000435165 protein_coding 3 2 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684539 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000681971 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682476 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684168 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000371039 protein_coding 5 1 3 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684178 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684664 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682416 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683499 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683257 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684083 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682938 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000683581 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000682293 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000371037 protein_coding 9 1 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000684651 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66625847 66625910 ENST00000424320 protein_coding 6 3 3 SGIP1 ENSG00000118473 +CDS chr1 66625913 66626010 ENST00000682762 protein_coding 1 NA 2 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682707 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000237247 protein_coding 10 5 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684751 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683291 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682054 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000435165 protein_coding 3 2 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684539 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000681971 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682476 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684168 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000371039 protein_coding 5 1 4 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684178 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684664 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682416 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683499 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683257 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684083 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682938 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000683581 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682293 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000371037 protein_coding 9 1 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000684651 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000682762 protein_coding 1 NA 3 SGIP1 ENSG00000118473 +CDS chr1 66633070 66633094 ENST00000424320 protein_coding 6 3 4 SGIP1 ENSG00000118473 +CDS chr1 66634080 66634163 ENST00000237247 protein_coding 10 5 5 SGIP1 ENSG00000118473 +CDS chr1 66634080 66634163 ENST00000684651 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682707 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000681971 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682476 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000684168 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000684178 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000682416 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000683499 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66635944 66636015 ENST00000371037 protein_coding 9 1 4 SGIP1 ENSG00000118473 +CDS chr1 66635947 66636015 ENST00000684651 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682707 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000237247 protein_coding 10 5 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684751 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683291 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682054 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000435165 protein_coding 3 2 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684539 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000681971 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682476 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684168 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000371039 protein_coding 5 1 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684178 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684664 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682416 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683499 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683257 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684083 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682938 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000683581 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682293 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000371037 protein_coding 9 1 5 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000684651 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000682762 protein_coding 1 NA 4 SGIP1 ENSG00000118473 +CDS chr1 66639777 66639833 ENST00000424320 protein_coding 6 3 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682707 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000237247 protein_coding 10 5 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684751 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683291 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682054 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000435165 protein_coding 3 2 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684539 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000681971 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682476 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684168 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000371039 protein_coding 5 1 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684178 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684664 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682416 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683499 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683257 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684083 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682938 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000683581 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682293 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000371037 protein_coding 9 1 6 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000684651 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000682762 protein_coding 1 NA 5 SGIP1 ENSG00000118473 +CDS chr1 66642810 66642864 ENST00000424320 protein_coding 6 3 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682707 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000237247 protein_coding 10 5 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684751 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683291 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682054 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000435165 protein_coding 3 2 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684539 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000681971 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682476 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684168 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000371039 protein_coding 5 1 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684178 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684664 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682416 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683499 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683257 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684083 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682938 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000683581 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682293 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000371037 protein_coding 9 1 7 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000684651 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000682762 protein_coding 1 NA 6 SGIP1 ENSG00000118473 +CDS chr1 66643544 66643719 ENST00000424320 protein_coding 6 3 7 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000237247 protein_coding 10 5 9 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000371037 protein_coding 9 1 8 SGIP1 ENSG00000118473 +CDS chr1 66660513 66660524 ENST00000684651 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000237247 protein_coding 10 5 10 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000371037 protein_coding 9 1 9 SGIP1 ENSG00000118473 +CDS chr1 66667530 66667541 ENST00000684651 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682707 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000237247 protein_coding 10 5 11 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684751 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683291 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682054 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000435165 protein_coding 3 2 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684539 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000681971 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682476 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684168 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000371039 protein_coding 5 1 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684178 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684664 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682416 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683499 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683257 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684083 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682938 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000683581 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682293 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000371037 protein_coding 9 1 10 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000684651 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000682762 protein_coding 1 NA 7 SGIP1 ENSG00000118473 +CDS chr1 66670995 66671019 ENST00000424320 protein_coding 6 3 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682707 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000237247 protein_coding 10 5 12 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684751 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683291 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682054 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000435165 protein_coding 3 2 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684539 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000681971 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682476 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684168 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000371039 protein_coding 5 1 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684178 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684664 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682416 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683499 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683257 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684083 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682938 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000683581 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682293 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000371037 protein_coding 9 1 11 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000684651 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000682762 protein_coding 1 NA 8 SGIP1 ENSG00000118473 +CDS chr1 66671944 66671995 ENST00000424320 protein_coding 6 3 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682707 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000237247 protein_coding 10 5 13 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684751 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683291 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682054 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000435165 protein_coding 3 2 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684539 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000681971 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682476 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684168 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000371039 protein_coding 5 1 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684178 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684664 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682416 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683499 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683257 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684083 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682938 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000683581 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682293 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000371037 protein_coding 9 1 12 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000684651 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000682762 protein_coding 1 NA 9 SGIP1 ENSG00000118473 +CDS chr1 66673281 66673366 ENST00000424320 protein_coding 6 3 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682707 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000237247 protein_coding 10 5 14 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684751 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683291 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682054 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000435165 protein_coding 3 2 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684539 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000681971 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682476 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684168 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000371039 protein_coding 5 1 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684178 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684664 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682416 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683499 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683257 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684083 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682938 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000683581 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682293 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000371037 protein_coding 9 1 13 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000684651 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000682762 protein_coding 1 NA 10 SGIP1 ENSG00000118473 +CDS chr1 66677004 66677096 ENST00000424320 protein_coding 6 3 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682707 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000237247 protein_coding 10 5 15 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684751 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683291 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682054 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000435165 protein_coding 3 2 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684539 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000681971 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682476 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684168 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000371039 protein_coding 5 1 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684178 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684664 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682416 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683499 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683257 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684083 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682938 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000683581 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682293 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000371037 protein_coding 9 1 14 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000684651 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000682762 protein_coding 1 NA 11 SGIP1 ENSG00000118473 +CDS chr1 66679678 66679752 ENST00000424320 protein_coding 6 3 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000237247 protein_coding 10 5 16 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000682054 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000683499 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000684083 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000682938 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000683581 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000371037 protein_coding 9 1 15 SGIP1 ENSG00000118473 +CDS chr1 66681869 66682369 ENST00000684651 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +transcript chr1 66682294 66690531 ENST00000487507 protein_coding 1 2 NA SGIP1 ENSG00000118473 +CDS chr1 66682294 66682369 ENST00000487507 protein_coding 1 2 1 SGIP1 ENSG00000118473 +CDS chr1 66684107 66684187 ENST00000237247 protein_coding 10 5 17 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682707 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000237247 protein_coding 10 5 18 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000684751 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683291 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682054 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000435165 protein_coding 3 2 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684539 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000681971 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000682476 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684168 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000371039 protein_coding 5 1 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684178 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684664 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682416 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683499 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683257 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689311 ENST00000684083 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682938 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000683581 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682293 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000371037 protein_coding 9 1 16 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000684651 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000682762 protein_coding 1 NA 12 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000424320 protein_coding 6 3 13 SGIP1 ENSG00000118473 +CDS chr1 66689148 66689275 ENST00000487507 protein_coding 1 2 2 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682707 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000237247 protein_coding 10 5 19 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000683291 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682054 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000435165 protein_coding 3 2 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684539 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000681971 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684168 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000371039 protein_coding 5 1 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684178 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684664 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682416 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683499 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683257 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682938 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000683581 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682293 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000371037 protein_coding 9 1 17 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000684651 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690316 ENST00000682762 protein_coding 1 NA 13 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000424320 protein_coding 6 3 14 SGIP1 ENSG00000118473 +CDS chr1 66690190 66690372 ENST00000487507 protein_coding 1 2 3 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000684168 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000371039 protein_coding 5 1 15 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000684664 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66694439 66694504 ENST00000682416 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682707 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000237247 protein_coding 10 5 20 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682054 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684539 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684178 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683499 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683257 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000682938 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000683581 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000371037 protein_coding 9 1 18 SGIP1 ENSG00000118473 +CDS chr1 66695434 66695493 ENST00000684651 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682707 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000237247 protein_coding 10 5 21 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682054 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000435165 protein_coding 3 2 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684539 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000681971 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684168 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000371039 protein_coding 5 1 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684178 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684664 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682416 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683499 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683257 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682938 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000683581 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682293 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000371037 protein_coding 9 1 19 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000684651 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66719294 66719405 ENST00000682762 protein_coding 1 NA 14 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682707 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000237247 protein_coding 10 5 22 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682054 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000435165 protein_coding 3 2 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684539 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000681971 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684168 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000371039 protein_coding 5 1 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684178 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684664 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729380 ENST00000682416 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683499 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683257 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682938 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000683581 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682293 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000371037 protein_coding 9 1 20 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000684651 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66729264 66729419 ENST00000682762 protein_coding 1 NA 15 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682707 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000237247 protein_coding 10 5 23 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682054 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000435165 protein_coding 3 2 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684539 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000681971 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684168 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000371039 protein_coding 5 1 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684178 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684664 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682416 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683499 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683257 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682938 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000683581 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682293 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000371037 protein_coding 9 1 21 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000684651 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66733748 66733880 ENST00000682762 protein_coding 1 NA 16 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682707 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000237247 protein_coding 10 5 24 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682054 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000435165 protein_coding 3 2 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684539 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000681971 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684168 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000371039 protein_coding 5 1 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684178 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684664 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682416 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683499 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683257 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000683581 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682293 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000371037 protein_coding 9 1 22 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000684651 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66739335 66739537 ENST00000682762 protein_coding 1 NA 17 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682707 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000237247 protein_coding 10 5 25 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682054 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000435165 protein_coding 3 2 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684539 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000681971 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684168 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000371039 protein_coding 5 1 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684178 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684664 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682416 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683499 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683257 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000683581 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682293 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000371037 protein_coding 9 1 23 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000684651 protein_coding 1 NA 24 SGIP1 ENSG00000118473 +CDS chr1 66740658 66740722 ENST00000682762 protein_coding 1 NA 18 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682707 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000237247 protein_coding 10 5 26 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682054 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000435165 protein_coding 3 2 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684539 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000681971 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684168 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000371039 protein_coding 5 1 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684178 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684664 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682416 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683499 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683257 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000683581 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682293 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000371037 protein_coding 9 1 24 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000684651 protein_coding 1 NA 25 SGIP1 ENSG00000118473 +CDS chr1 66741272 66741436 ENST00000682762 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682707 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000237247 protein_coding 10 5 27 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682054 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000435165 protein_coding 3 2 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684539 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000681971 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684168 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000371039 protein_coding 5 1 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684178 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684664 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682416 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683499 protein_coding 1 NA 23 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683257 protein_coding 1 NA 21 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743171 ENST00000682938 protein_coding 1 NA 19 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000683581 protein_coding 1 NA 22 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682293 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000371037 protein_coding 9 1 25 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000684651 protein_coding 1 NA 26 SGIP1 ENSG00000118473 +CDS chr1 66743073 66743092 ENST00000682762 protein_coding 1 NA 20 SGIP1 ENSG00000118473 +transcript chr1 66752459 66779047 ENST00000282670 protein_coding 7 1 NA DYNLT5 ENSG00000152760 +CDS chr1 66754659 66754777 ENST00000282670 protein_coding 7 1 2 DYNLT5 ENSG00000152760 +CDS chr1 66770387 66770478 ENST00000282670 protein_coding 7 1 3 DYNLT5 ENSG00000152760 +CDS chr1 66776279 66776403 ENST00000282670 protein_coding 7 1 4 DYNLT5 ENSG00000152760 +CDS chr1 66777251 66777451 ENST00000282670 protein_coding 7 1 5 DYNLT5 ENSG00000152760 +transcript chr1 66797740 66801276 ENST00000304526 protein_coding 3 1 NA INSL5 ENSG00000172410 +CDS chr1 66798016 66798245 ENST00000304526 protein_coding 3 1 2 INSL5 ENSG00000172410 +CDS chr1 66801047 66801221 ENST00000304526 protein_coding 3 1 1 INSL5 ENSG00000172410 +transcript chr1 66812885 66924856 ENST00000371026 protein_coding 8 1 NA DNAI4 ENSG00000152763 +transcript chr1 66813970 66874878 ENST00000464352 protein_coding 6 2 NA DNAI4 ENSG00000152763 +CDS chr1 66814133 66814180 ENST00000371026 protein_coding 8 1 17 DNAI4 ENSG00000152763 +CDS chr1 66814133 66814180 ENST00000464352 protein_coding 6 2 12 DNAI4 ENSG00000152763 +CDS chr1 66822361 66822517 ENST00000371026 protein_coding 8 1 16 DNAI4 ENSG00000152763 +CDS chr1 66822361 66822517 ENST00000464352 protein_coding 6 2 11 DNAI4 ENSG00000152763 +CDS chr1 66826820 66827046 ENST00000371026 protein_coding 8 1 15 DNAI4 ENSG00000152763 +CDS chr1 66826820 66827046 ENST00000464352 protein_coding 6 2 10 DNAI4 ENSG00000152763 +CDS chr1 66827812 66827910 ENST00000371026 protein_coding 8 1 14 DNAI4 ENSG00000152763 +CDS chr1 66833585 66833706 ENST00000371026 protein_coding 8 1 13 DNAI4 ENSG00000152763 +CDS chr1 66833585 66833706 ENST00000464352 protein_coding 6 2 9 DNAI4 ENSG00000152763 +CDS chr1 66833991 66834148 ENST00000371026 protein_coding 8 1 12 DNAI4 ENSG00000152763 +CDS chr1 66833991 66834148 ENST00000464352 protein_coding 6 2 8 DNAI4 ENSG00000152763 +CDS chr1 66835626 66835777 ENST00000371026 protein_coding 8 1 11 DNAI4 ENSG00000152763 +CDS chr1 66835626 66835777 ENST00000464352 protein_coding 6 2 7 DNAI4 ENSG00000152763 +transcript chr1 66837603 66924840 ENST00000371023 protein_coding 7 1 NA DNAI4 ENSG00000152763 +transcript chr1 66837607 66862303 ENST00000531552 protein_coding 1 3 NA DNAI4 ENSG00000152763 +CDS chr1 66837656 66837796 ENST00000371023 protein_coding 7 1 10 DNAI4 ENSG00000152763 +CDS chr1 66837656 66837796 ENST00000531552 protein_coding 1 3 3 DNAI4 ENSG00000152763 +CDS chr1 66837710 66837796 ENST00000371026 protein_coding 8 1 10 DNAI4 ENSG00000152763 +CDS chr1 66837710 66837796 ENST00000464352 protein_coding 6 2 6 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000371026 protein_coding 8 1 9 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000464352 protein_coding 6 2 5 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000371023 protein_coding 7 1 9 DNAI4 ENSG00000152763 +CDS chr1 66840469 66840671 ENST00000531552 protein_coding 1 3 2 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000371026 protein_coding 8 1 8 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000464352 protein_coding 6 2 4 DNAI4 ENSG00000152763 +CDS chr1 66847484 66847678 ENST00000371023 protein_coding 7 1 8 DNAI4 ENSG00000152763 +transcript chr1 66847924 66871509 ENST00000469450 protein_coding 1 3 NA DNAI4 ENSG00000152763 +CDS chr1 66848244 66848311 ENST00000469450 protein_coding 1 3 3 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000371026 protein_coding 8 1 7 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000464352 protein_coding 6 2 3 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000371023 protein_coding 7 1 7 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862303 ENST00000531552 protein_coding 1 3 1 DNAI4 ENSG00000152763 +CDS chr1 66862147 66862302 ENST00000469450 protein_coding 1 3 2 DNAI4 ENSG00000152763 +transcript chr1 66870805 66924846 ENST00000371022 protein_coding 3 5 NA DNAI4 ENSG00000152763 +CDS chr1 66871350 66871509 ENST00000371022 protein_coding 3 5 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000371026 protein_coding 8 1 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000464352 protein_coding 6 2 2 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000371023 protein_coding 7 1 6 DNAI4 ENSG00000152763 +CDS chr1 66871370 66871509 ENST00000469450 protein_coding 1 3 1 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371026 protein_coding 8 1 5 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874878 ENST00000464352 protein_coding 6 2 1 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371023 protein_coding 7 1 5 DNAI4 ENSG00000152763 +CDS chr1 66874781 66874937 ENST00000371022 protein_coding 3 5 5 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371026 protein_coding 8 1 4 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371023 protein_coding 7 1 4 DNAI4 ENSG00000152763 +CDS chr1 66891154 66891266 ENST00000371022 protein_coding 3 5 4 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371026 protein_coding 8 1 3 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371023 protein_coding 7 1 3 DNAI4 ENSG00000152763 +CDS chr1 66893229 66893413 ENST00000371022 protein_coding 3 5 3 DNAI4 ENSG00000152763 +transcript chr1 66904859 66907016 ENST00000488333 protein_coding 2 3 NA DNAI4 ENSG00000152763 +CDS chr1 66905183 66905329 ENST00000488333 protein_coding 2 3 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371026 protein_coding 8 1 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371023 protein_coding 7 1 2 DNAI4 ENSG00000152763 +CDS chr1 66905201 66905375 ENST00000371022 protein_coding 3 5 2 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371026 protein_coding 8 1 1 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371023 protein_coding 7 1 1 DNAI4 ENSG00000152763 +CDS chr1 66924662 66924831 ENST00000371022 protein_coding 3 5 1 DNAI4 ENSG00000152763 +transcript chr1 66924895 66988619 ENST00000355977 protein_coding 10 5 NA MIER1 ENSG00000198160 +transcript chr1 66924895 66988619 ENST00000371018 protein_coding 7 1 NA MIER1 ENSG00000198160 +transcript chr1 66924957 66988031 ENST00000357692 protein_coding 6 1 NA MIER1 ENSG00000198160 +transcript chr1 66924959 66986670 ENST00000371016 protein_coding 5 1 NA MIER1 ENSG00000198160 +transcript chr1 66924959 66986670 ENST00000371014 protein_coding 5 2 NA MIER1 ENSG00000198160 +transcript chr1 66924967 66948240 ENST00000371012 protein_coding 6 2 NA MIER1 ENSG00000198160 +transcript chr1 66924990 66988619 ENST00000401041 protein_coding 6 2 NA MIER1 ENSG00000198160 +CDS chr1 66925029 66925095 ENST00000401041 protein_coding 6 2 1 MIER1 ENSG00000198160 +CDS chr1 66925029 66925095 ENST00000371014 protein_coding 5 2 1 MIER1 ENSG00000198160 +CDS chr1 66926142 66926242 ENST00000401041 protein_coding 6 2 2 MIER1 ENSG00000198160 +CDS chr1 66926142 66926242 ENST00000371014 protein_coding 5 2 2 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000357692 protein_coding 6 1 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371016 protein_coding 5 1 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371012 protein_coding 6 2 3 MIER1 ENSG00000198160 +CDS chr1 66928904 66928963 ENST00000371018 protein_coding 7 1 3 MIER1 ENSG00000198160 +transcript chr1 66930243 66986670 ENST00000401042 protein_coding 7 1 NA MIER1 ENSG00000198160 +transcript chr1 66930243 66988030 ENST00000355356 protein_coding 3 1 NA MIER1 ENSG00000198160 +CDS chr1 66930392 66930400 ENST00000401042 protein_coding 7 1 1 MIER1 ENSG00000198160 +CDS chr1 66930392 66930400 ENST00000355356 protein_coding 3 1 1 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000357692 protein_coding 6 1 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000401041 protein_coding 6 2 3 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371016 protein_coding 5 1 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371014 protein_coding 5 2 3 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371012 protein_coding 6 2 4 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000401042 protein_coding 7 1 2 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000355356 protein_coding 3 1 2 MIER1 ENSG00000198160 +CDS chr1 66940028 66940052 ENST00000371018 protein_coding 7 1 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000357692 protein_coding 6 1 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000401041 protein_coding 6 2 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371016 protein_coding 5 1 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371014 protein_coding 5 2 4 MIER1 ENSG00000198160 +CDS chr1 66946150 66946307 ENST00000371012 protein_coding 6 2 5 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000401042 protein_coding 7 1 3 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000355356 protein_coding 3 1 3 MIER1 ENSG00000198160 +CDS chr1 66946150 66946295 ENST00000371018 protein_coding 7 1 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000357692 protein_coding 6 1 6 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000401041 protein_coding 6 2 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371016 protein_coding 5 1 6 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371014 protein_coding 5 2 5 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000401042 protein_coding 7 1 4 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000355356 protein_coding 3 1 4 MIER1 ENSG00000198160 +CDS chr1 66958059 66958220 ENST00000371018 protein_coding 7 1 6 MIER1 ENSG00000198160 +CDS chr1 66958068 66958220 ENST00000355977 protein_coding 10 5 4 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000357692 protein_coding 6 1 7 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000401041 protein_coding 6 2 6 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371016 protein_coding 5 1 7 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371014 protein_coding 5 2 6 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000401042 protein_coding 7 1 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000355356 protein_coding 3 1 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000355977 protein_coding 10 5 5 MIER1 ENSG00000198160 +CDS chr1 66958851 66958983 ENST00000371018 protein_coding 7 1 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000357692 protein_coding 6 1 8 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000401041 protein_coding 6 2 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371016 protein_coding 5 1 8 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371014 protein_coding 5 2 7 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000401042 protein_coding 7 1 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000355356 protein_coding 3 1 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000355977 protein_coding 10 5 6 MIER1 ENSG00000198160 +CDS chr1 66959679 66959743 ENST00000371018 protein_coding 7 1 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000357692 protein_coding 6 1 9 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000401041 protein_coding 6 2 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371016 protein_coding 5 1 9 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371014 protein_coding 5 2 8 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000401042 protein_coding 7 1 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000355356 protein_coding 3 1 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000355977 protein_coding 10 5 7 MIER1 ENSG00000198160 +CDS chr1 66963088 66963160 ENST00000371018 protein_coding 7 1 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000357692 protein_coding 6 1 10 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000401041 protein_coding 6 2 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371016 protein_coding 5 1 10 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371014 protein_coding 5 2 9 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000401042 protein_coding 7 1 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000355356 protein_coding 3 1 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000355977 protein_coding 10 5 8 MIER1 ENSG00000198160 +CDS chr1 66970808 66970959 ENST00000371018 protein_coding 7 1 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000357692 protein_coding 6 1 11 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000401041 protein_coding 6 2 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371016 protein_coding 5 1 11 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371014 protein_coding 5 2 10 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000401042 protein_coding 7 1 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000355356 protein_coding 3 1 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000355977 protein_coding 10 5 9 MIER1 ENSG00000198160 +CDS chr1 66971655 66971736 ENST00000371018 protein_coding 7 1 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000357692 protein_coding 6 1 12 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000401041 protein_coding 6 2 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371016 protein_coding 5 1 12 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371014 protein_coding 5 2 11 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000401042 protein_coding 7 1 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000355356 protein_coding 3 1 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000355977 protein_coding 10 5 10 MIER1 ENSG00000198160 +CDS chr1 66972897 66972991 ENST00000371018 protein_coding 7 1 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000357692 protein_coding 6 1 13 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000401041 protein_coding 6 2 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371016 protein_coding 5 1 13 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371014 protein_coding 5 2 12 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000401042 protein_coding 7 1 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000355356 protein_coding 3 1 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000355977 protein_coding 10 5 11 MIER1 ENSG00000198160 +CDS chr1 66976595 66976722 ENST00000371018 protein_coding 7 1 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000357692 protein_coding 6 1 14 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000401041 protein_coding 6 2 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371016 protein_coding 5 1 14 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371014 protein_coding 5 2 13 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000401042 protein_coding 7 1 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000355356 protein_coding 3 1 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000355977 protein_coding 10 5 12 MIER1 ENSG00000198160 +CDS chr1 66981779 66981918 ENST00000371018 protein_coding 7 1 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000357692 protein_coding 6 1 15 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000401041 protein_coding 6 2 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000371016 protein_coding 5 1 15 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000371014 protein_coding 5 2 14 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000401042 protein_coding 7 1 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984897 ENST00000355356 protein_coding 3 1 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984592 ENST00000355977 protein_coding 10 5 13 MIER1 ENSG00000198160 +CDS chr1 66984572 66984652 ENST00000371018 protein_coding 7 1 15 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371016 protein_coding 5 1 16 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371014 protein_coding 5 2 15 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000401042 protein_coding 7 1 14 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000355977 protein_coding 10 5 14 MIER1 ENSG00000198160 +CDS chr1 66986403 66986470 ENST00000371018 protein_coding 7 1 16 MIER1 ENSG00000198160 +transcript chr1 66999350 67054148 ENST00000235345 protein_coding 6 1 NA SLC35D1 ENSG00000116704 +CDS chr1 67004343 67004448 ENST00000235345 protein_coding 6 1 12 SLC35D1 ENSG00000116704 +CDS chr1 67009085 67009167 ENST00000235345 protein_coding 6 1 11 SLC35D1 ENSG00000116704 +CDS chr1 67020369 67020447 ENST00000235345 protein_coding 6 1 10 SLC35D1 ENSG00000116704 +CDS chr1 67021535 67021602 ENST00000235345 protein_coding 6 1 9 SLC35D1 ENSG00000116704 +CDS chr1 67042236 67042328 ENST00000235345 protein_coding 6 1 8 SLC35D1 ENSG00000116704 +CDS chr1 67047265 67047367 ENST00000235345 protein_coding 6 1 7 SLC35D1 ENSG00000116704 +CDS chr1 67049782 67049850 ENST00000235345 protein_coding 6 1 6 SLC35D1 ENSG00000116704 +CDS chr1 67050433 67050504 ENST00000235345 protein_coding 6 1 5 SLC35D1 ENSG00000116704 +CDS chr1 67052012 67052079 ENST00000235345 protein_coding 6 1 4 SLC35D1 ENSG00000116704 +CDS chr1 67052771 67052857 ENST00000235345 protein_coding 6 1 3 SLC35D1 ENSG00000116704 +CDS chr1 67052956 67052989 ENST00000235345 protein_coding 6 1 2 SLC35D1 ENSG00000116704 +CDS chr1 67053811 67054013 ENST00000235345 protein_coding 6 1 1 SLC35D1 ENSG00000116704 +transcript chr1 67092165 67231852 ENST00000371007 protein_coding 6 5 NA C1orf141 ENSG00000203963 +transcript chr1 67092165 67134970 ENST00000684719 protein_coding 1 NA NA C1orf141 ENSG00000203963 +transcript chr1 67092176 67127261 ENST00000371006 protein_coding 5 2 NA C1orf141 ENSG00000203963 +transcript chr1 67092176 67127261 ENST00000475209 protein_coding 6 5 NA C1orf141 ENSG00000203963 +transcript chr1 67092397 67127261 ENST00000621590 protein_coding 4 5 NA C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000371007 protein_coding 6 5 8 C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000371006 protein_coding 5 2 6 C1orf141 ENSG00000203963 +CDS chr1 67093008 67093604 ENST00000684719 protein_coding 1 NA 8 C1orf141 ENSG00000203963 +transcript chr1 67093559 67231853 ENST00000448166 protein_coding 6 5 NA C1orf141 ENSG00000203963 +CDS chr1 67093559 67093604 ENST00000448166 protein_coding 6 5 10 C1orf141 ENSG00000203963 +CDS chr1 67093583 67093604 ENST00000475209 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000371007 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000448166 protein_coding 6 5 9 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000371006 protein_coding 5 2 5 C1orf141 ENSG00000203963 +CDS chr1 67095235 67095421 ENST00000684719 protein_coding 1 NA 7 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000371007 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000448166 protein_coding 6 5 8 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000371006 protein_coding 5 2 4 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000475209 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67096252 67096321 ENST00000684719 protein_coding 1 NA 6 C1orf141 ENSG00000203963 +transcript chr1 67096296 67134977 ENST00000603691 protein_coding 1 5 NA C1orf141 ENSG00000203963 +CDS chr1 67096296 67096321 ENST00000603691 protein_coding 1 5 8 C1orf141 ENSG00000203963 +CDS chr1 67096315 67096321 ENST00000621590 protein_coding 4 5 3 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000448166 protein_coding 6 5 7 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000603691 protein_coding 1 5 7 C1orf141 ENSG00000203963 +CDS chr1 67103238 67103382 ENST00000475209 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000448166 protein_coding 6 5 6 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000603691 protein_coding 1 5 6 C1orf141 ENSG00000203963 +CDS chr1 67111577 67111644 ENST00000475209 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000371007 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000448166 protein_coding 6 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000603691 protein_coding 1 5 5 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000371006 protein_coding 5 2 3 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000475209 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67115352 67115464 ENST00000684719 protein_coding 1 NA 5 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000371007 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000448166 protein_coding 6 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000603691 protein_coding 1 5 4 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000371006 protein_coding 5 2 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000475209 protein_coding 6 5 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000621590 protein_coding 4 5 2 C1orf141 ENSG00000203963 +CDS chr1 67125752 67125909 ENST00000684719 protein_coding 1 NA 4 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000371007 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000448166 protein_coding 6 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000603691 protein_coding 1 5 3 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000371006 protein_coding 5 2 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000475209 protein_coding 6 5 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000621590 protein_coding 4 5 1 C1orf141 ENSG00000203963 +CDS chr1 67127166 67127240 ENST00000684719 protein_coding 1 NA 3 C1orf141 ENSG00000203963 +transcript chr1 67138907 67259167 ENST00000637002 protein_coding 1 1 NA IL23R ENSG00000162594 +transcript chr1 67166454 67259979 ENST00000347310 protein_coding 10 1 NA IL23R ENSG00000162594 +CDS chr1 67168121 67168190 ENST00000347310 protein_coding 10 1 2 IL23R ENSG00000162594 +CDS chr1 67169342 67169638 ENST00000347310 protein_coding 10 1 3 IL23R ENSG00000162594 +CDS chr1 67182836 67182959 ENST00000347310 protein_coding 10 1 4 IL23R ENSG00000162594 +CDS chr1 67200737 67200897 ENST00000347310 protein_coding 10 1 5 IL23R ENSG00000162594 +CDS chr1 67200855 67200897 ENST00000637002 protein_coding 1 1 5 IL23R ENSG00000162594 +CDS chr1 67206910 67207055 ENST00000637002 protein_coding 1 1 6 IL23R ENSG00000162594 +CDS chr1 67206910 67207055 ENST00000347310 protein_coding 10 1 6 IL23R ENSG00000162594 +transcript chr1 67207616 67259248 ENST00000425614 protein_coding 3 1 NA IL23R ENSG00000162594 +CDS chr1 67207666 67207698 ENST00000425614 protein_coding 3 1 1 IL23R ENSG00000162594 +transcript chr1 67219557 67259671 ENST00000395227 protein_coding 2 3 NA IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000637002 protein_coding 1 1 7 IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000347310 protein_coding 10 1 7 IL23R ENSG00000162594 +CDS chr1 67219574 67219730 ENST00000425614 protein_coding 3 1 2 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000637002 protein_coding 1 1 8 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000347310 protein_coding 10 1 8 IL23R ENSG00000162594 +CDS chr1 67236713 67236802 ENST00000425614 protein_coding 3 1 3 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000637002 protein_coding 1 1 9 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000347310 protein_coding 10 1 9 IL23R ENSG00000162594 +CDS chr1 67240179 67240281 ENST00000425614 protein_coding 3 1 4 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000637002 protein_coding 1 1 10 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000347310 protein_coding 10 1 10 IL23R ENSG00000162594 +CDS chr1 67255837 67255927 ENST00000425614 protein_coding 3 1 5 IL23R ENSG00000162594 +CDS chr1 67255895 67255927 ENST00000395227 protein_coding 2 3 2 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000637002 protein_coding 1 1 11 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000347310 protein_coding 10 1 11 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000425614 protein_coding 3 1 6 IL23R ENSG00000162594 +CDS chr1 67258478 67259125 ENST00000395227 protein_coding 2 3 3 IL23R ENSG00000162594 +transcript chr1 67307364 67396900 ENST00000262345 protein_coding 5 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307364 67396900 ENST00000544434 protein_coding 5 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307853 67397058 ENST00000541374 protein_coding 6 1 NA IL12RB2 ENSG00000081985 +transcript chr1 67307873 67395835 ENST00000371000 protein_coding 5 2 NA IL12RB2 ENSG00000081985 +transcript chr1 67307873 67398724 ENST00000674203 protein_coding 2 NA NA IL12RB2 ENSG00000081985 +transcript chr1 67307905 67397090 ENST00000648487 protein_coding 1 NA NA IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000262345 protein_coding 5 1 2 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000544434 protein_coding 5 1 2 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000541374 protein_coding 6 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000371000 protein_coding 5 2 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000674203 protein_coding 2 NA 3 IL12RB2 ENSG00000081985 +CDS chr1 67320369 67320444 ENST00000648487 protein_coding 1 NA 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000262345 protein_coding 5 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000544434 protein_coding 5 1 3 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000541374 protein_coding 6 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000371000 protein_coding 5 2 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000674203 protein_coding 2 NA 4 IL12RB2 ENSG00000081985 +CDS chr1 67321602 67321889 ENST00000648487 protein_coding 1 NA 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000262345 protein_coding 5 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000544434 protein_coding 5 1 4 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000541374 protein_coding 6 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000371000 protein_coding 5 2 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000674203 protein_coding 2 NA 5 IL12RB2 ENSG00000081985 +CDS chr1 67326735 67326849 ENST00000648487 protein_coding 1 NA 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000262345 protein_coding 5 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000544434 protein_coding 5 1 5 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000541374 protein_coding 6 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000371000 protein_coding 5 2 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000674203 protein_coding 2 NA 6 IL12RB2 ENSG00000081985 +CDS chr1 67328200 67328384 ENST00000648487 protein_coding 1 NA 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000262345 protein_coding 5 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000544434 protein_coding 5 1 6 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000541374 protein_coding 6 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000371000 protein_coding 5 2 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000674203 protein_coding 2 NA 7 IL12RB2 ENSG00000081985 +CDS chr1 67329587 67329729 ENST00000648487 protein_coding 1 NA 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000262345 protein_coding 5 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000544434 protein_coding 5 1 7 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000541374 protein_coding 6 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000371000 protein_coding 5 2 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000674203 protein_coding 2 NA 8 IL12RB2 ENSG00000081985 +CDS chr1 67330660 67330810 ENST00000648487 protein_coding 1 NA 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000262345 protein_coding 5 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000544434 protein_coding 5 1 8 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000541374 protein_coding 6 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000371000 protein_coding 5 2 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000674203 protein_coding 2 NA 9 IL12RB2 ENSG00000081985 +CDS chr1 67338624 67338703 ENST00000648487 protein_coding 1 NA 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000262345 protein_coding 5 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000544434 protein_coding 5 1 9 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000541374 protein_coding 6 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000371000 protein_coding 5 2 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000674203 protein_coding 2 NA 10 IL12RB2 ENSG00000081985 +CDS chr1 67350870 67351089 ENST00000648487 protein_coding 1 NA 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000262345 protein_coding 5 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000544434 protein_coding 5 1 10 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000541374 protein_coding 6 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000371000 protein_coding 5 2 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000674203 protein_coding 2 NA 11 IL12RB2 ENSG00000081985 +CDS chr1 67367825 67368025 ENST00000648487 protein_coding 1 NA 11 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000262345 protein_coding 5 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000371000 protein_coding 5 2 12 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000674203 protein_coding 2 NA 12 IL12RB2 ENSG00000081985 +CDS chr1 67372436 67372534 ENST00000648487 protein_coding 1 NA 12 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000262345 protein_coding 5 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000371000 protein_coding 5 2 13 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000674203 protein_coding 2 NA 13 IL12RB2 ENSG00000081985 +CDS chr1 67372625 67372783 ENST00000648487 protein_coding 1 NA 13 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000262345 protein_coding 5 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000544434 protein_coding 5 1 11 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000541374 protein_coding 6 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000371000 protein_coding 5 2 14 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000674203 protein_coding 2 NA 14 IL12RB2 ENSG00000081985 +CDS chr1 67379986 67380123 ENST00000648487 protein_coding 1 NA 14 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000262345 protein_coding 5 1 14 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000544434 protein_coding 5 1 12 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000371000 protein_coding 5 2 15 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000674203 protein_coding 2 NA 15 IL12RB2 ENSG00000081985 +CDS chr1 67386579 67386669 ENST00000648487 protein_coding 1 NA 15 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000262345 protein_coding 5 1 15 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000544434 protein_coding 5 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000674203 protein_coding 2 NA 16 IL12RB2 ENSG00000081985 +CDS chr1 67390029 67390128 ENST00000648487 protein_coding 1 NA 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000262345 protein_coding 5 1 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000544434 protein_coding 5 1 14 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67395596 ENST00000541374 protein_coding 6 1 13 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67395577 ENST00000371000 protein_coding 5 2 16 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000674203 protein_coding 2 NA 17 IL12RB2 ENSG00000081985 +CDS chr1 67395547 67396086 ENST00000648487 protein_coding 1 NA 17 IL12RB2 ENSG00000081985 +transcript chr1 67407810 67430415 ENST00000370994 protein_coding 8 1 NA SERBP1 ENSG00000142864 +transcript chr1 67407810 67430402 ENST00000361219 protein_coding 11 1 NA SERBP1 ENSG00000142864 +transcript chr1 67411038 67430386 ENST00000370995 protein_coding 6 1 NA SERBP1 ENSG00000142864 +transcript chr1 67412867 67430372 ENST00000370990 protein_coding 5 1 NA SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370994 protein_coding 8 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370995 protein_coding 6 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000361219 protein_coding 11 1 8 SERBP1 ENSG00000142864 +CDS chr1 67413210 67413263 ENST00000370990 protein_coding 5 1 8 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370994 protein_coding 8 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370995 protein_coding 6 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000361219 protein_coding 11 1 7 SERBP1 ENSG00000142864 +CDS chr1 67415166 67415339 ENST00000370990 protein_coding 5 1 7 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370994 protein_coding 8 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370995 protein_coding 6 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000361219 protein_coding 11 1 6 SERBP1 ENSG00000142864 +CDS chr1 67420009 67420186 ENST00000370990 protein_coding 5 1 6 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424277 ENST00000370994 protein_coding 8 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424322 ENST00000370995 protein_coding 6 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424277 ENST00000361219 protein_coding 11 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424200 67424322 ENST00000370990 protein_coding 5 1 5 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424959 ENST00000370994 protein_coding 8 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424977 ENST00000370995 protein_coding 6 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424977 ENST00000361219 protein_coding 11 1 4 SERBP1 ENSG00000142864 +CDS chr1 67424888 67424959 ENST00000370990 protein_coding 5 1 4 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370994 protein_coding 8 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370995 protein_coding 6 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000361219 protein_coding 11 1 3 SERBP1 ENSG00000142864 +CDS chr1 67425083 67425223 ENST00000370990 protein_coding 5 1 3 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370994 protein_coding 8 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370995 protein_coding 6 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000361219 protein_coding 11 1 2 SERBP1 ENSG00000142864 +CDS chr1 67426135 67426285 ENST00000370990 protein_coding 5 1 2 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370994 protein_coding 8 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370995 protein_coding 6 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000361219 protein_coding 11 1 1 SERBP1 ENSG00000142864 +CDS chr1 67429988 67430300 ENST00000370990 protein_coding 5 1 1 SERBP1 ENSG00000142864 +transcript chr1 67685201 67688334 ENST00000370986 protein_coding 9 1 NA GADD45A ENSG00000116717 +transcript chr1 67685201 67687986 ENST00000370985 protein_coding 4 1 NA GADD45A ENSG00000116717 +transcript chr1 67685214 67687986 ENST00000650283 protein_coding 1 NA NA GADD45A ENSG00000116717 +transcript chr1 67685214 67687986 ENST00000648742 protein_coding 1 NA NA GADD45A ENSG00000116717 +transcript chr1 67685405 67688333 ENST00000617962 protein_coding 2 1 NA GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000370986 protein_coding 9 1 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000370985 protein_coding 4 1 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000650283 protein_coding 1 NA 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000648742 protein_coding 1 NA 1 GADD45A ENSG00000116717 +CDS chr1 67685495 67685538 ENST00000617962 protein_coding 2 1 1 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000370986 protein_coding 9 1 2 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000650283 protein_coding 1 NA 2 GADD45A ENSG00000116717 +CDS chr1 67686025 67686126 ENST00000617962 protein_coding 2 1 2 GADD45A ENSG00000116717 +CDS chr1 67686350 67686587 ENST00000370986 protein_coding 9 1 3 GADD45A ENSG00000116717 +CDS chr1 67686350 67686587 ENST00000370985 protein_coding 4 1 2 GADD45A ENSG00000116717 +CDS chr1 67686404 67686587 ENST00000617962 protein_coding 2 1 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000370986 protein_coding 9 1 4 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000370985 protein_coding 4 1 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687694 ENST00000650283 protein_coding 1 NA 3 GADD45A ENSG00000116717 +CDS chr1 67687661 67687694 ENST00000648742 protein_coding 1 NA 2 GADD45A ENSG00000116717 +CDS chr1 67687661 67687771 ENST00000617962 protein_coding 2 1 4 GADD45A ENSG00000116717 +transcript chr1 67701475 67833467 ENST00000370982 protein_coding 4 1 NA GNG12 ENSG00000172380 +CDS chr1 67705454 67705576 ENST00000370982 protein_coding 4 1 4 GNG12 ENSG00000172380 +CDS chr1 67707594 67707686 ENST00000370982 protein_coding 4 1 3 GNG12 ENSG00000172380 +transcript chr1 68045886 68051631 ENST00000370981 protein_coding 3 2 NA DIRAS3 ENSG00000162595 +transcript chr1 68045962 68050627 ENST00000646789 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +transcript chr1 68045962 68051623 ENST00000693623 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +transcript chr1 68046235 68051717 ENST00000691269 protein_coding 1 NA NA DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000370981 protein_coding 3 2 4 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000646789 protein_coding 1 NA 2 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000693623 protein_coding 1 NA 3 DIRAS3 ENSG00000162595 +CDS chr1 68046611 68047297 ENST00000691269 protein_coding 1 NA 2 DIRAS3 ENSG00000162595 +transcript chr1 68098473 68232545 ENST00000354777 protein_coding 6 1 NA WLS ENSG00000116729 +CDS chr1 68098635 68098753 ENST00000354777 protein_coding 6 1 12 WLS ENSG00000116729 +transcript chr1 68125360 68232523 ENST00000262348 protein_coding 9 1 NA WLS ENSG00000116729 +transcript chr1 68125492 68232544 ENST00000370976 protein_coding 7 1 NA WLS ENSG00000116729 +CDS chr1 68126229 68126335 ENST00000262348 protein_coding 9 1 12 WLS ENSG00000116729 +CDS chr1 68126229 68126335 ENST00000370976 protein_coding 7 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000354777 protein_coding 6 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000262348 protein_coding 9 1 11 WLS ENSG00000116729 +CDS chr1 68137780 68137933 ENST00000370976 protein_coding 7 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000354777 protein_coding 6 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000262348 protein_coding 9 1 10 WLS ENSG00000116729 +CDS chr1 68144569 68144652 ENST00000370976 protein_coding 7 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000354777 protein_coding 6 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000262348 protein_coding 9 1 9 WLS ENSG00000116729 +CDS chr1 68145869 68146012 ENST00000370976 protein_coding 7 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000354777 protein_coding 6 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000262348 protein_coding 9 1 8 WLS ENSG00000116729 +CDS chr1 68148136 68148199 ENST00000370976 protein_coding 7 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000354777 protein_coding 6 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000262348 protein_coding 9 1 7 WLS ENSG00000116729 +CDS chr1 68148563 68148660 ENST00000370976 protein_coding 7 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000354777 protein_coding 6 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000262348 protein_coding 9 1 6 WLS ENSG00000116729 +CDS chr1 68150188 68150356 ENST00000370976 protein_coding 7 1 5 WLS ENSG00000116729 +transcript chr1 68150268 68232280 ENST00000534713 protein_coding 5 3 NA WLS ENSG00000116729 +CDS chr1 68150268 68150356 ENST00000534713 protein_coding 5 3 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000354777 protein_coding 6 1 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000262348 protein_coding 9 1 5 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000370976 protein_coding 7 1 4 WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000534713 protein_coding 5 3 4 WLS ENSG00000116729 +transcript chr1 68153517 68231687 ENST00000533537 protein_coding 5 4 NA WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000533537 protein_coding 5 4 4 WLS ENSG00000116729 +transcript chr1 68153517 68233018 ENST00000530486 protein_coding 5 5 NA WLS ENSG00000116729 +CDS chr1 68153517 68153653 ENST00000530486 protein_coding 5 5 5 WLS ENSG00000116729 +transcript chr1 68153554 68232523 ENST00000370973 protein_coding 2 4 NA WLS ENSG00000116729 +CDS chr1 68153554 68153653 ENST00000370973 protein_coding 2 4 5 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000354777 protein_coding 6 1 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000262348 protein_coding 9 1 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000370976 protein_coding 7 1 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000534713 protein_coding 5 3 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000533537 protein_coding 5 4 3 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000530486 protein_coding 5 5 4 WLS ENSG00000116729 +CDS chr1 68155099 68155260 ENST00000370973 protein_coding 2 4 4 WLS ENSG00000116729 +transcript chr1 68155172 68233120 ENST00000471243 protein_coding 2 4 NA WLS ENSG00000116729 +CDS chr1 68155172 68155260 ENST00000471243 protein_coding 2 4 4 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000354777 protein_coding 6 1 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000262348 protein_coding 9 1 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000370976 protein_coding 7 1 2 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000534713 protein_coding 5 3 2 WLS ENSG00000116729 +CDS chr1 68159123 68159227 ENST00000533537 protein_coding 5 4 2 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000530486 protein_coding 5 5 3 WLS ENSG00000116729 +CDS chr1 68159123 68159227 ENST00000370973 protein_coding 2 4 3 WLS ENSG00000116729 +CDS chr1 68159123 68159247 ENST00000471243 protein_coding 2 4 3 WLS ENSG00000116729 +transcript chr1 68193858 68232523 ENST00000370971 protein_coding 1 1 NA WLS ENSG00000116729 +CDS chr1 68193953 68194227 ENST00000370971 protein_coding 1 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194221 ENST00000354777 protein_coding 6 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194227 ENST00000262348 protein_coding 9 1 2 WLS ENSG00000116729 +CDS chr1 68193955 68194198 ENST00000530486 protein_coding 5 5 2 WLS ENSG00000116729 +CDS chr1 68193955 68194198 ENST00000471243 protein_coding 2 4 2 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000354777 protein_coding 6 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000262348 protein_coding 9 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000370976 protein_coding 7 1 1 WLS ENSG00000116729 +CDS chr1 68232194 68232280 ENST00000534713 protein_coding 5 3 1 WLS ENSG00000116729 +CDS chr1 68232194 68232299 ENST00000370971 protein_coding 1 1 1 WLS ENSG00000116729 +transcript chr1 68428822 68449954 ENST00000262340 protein_coding 6 1 NA RPE65 ENSG00000116745 +CDS chr1 68429779 68429927 ENST00000262340 protein_coding 6 1 14 RPE65 ENSG00000116745 +CDS chr1 68431065 68431176 ENST00000262340 protein_coding 6 1 13 RPE65 ENSG00000116745 +CDS chr1 68431282 68431376 ENST00000262340 protein_coding 6 1 12 RPE65 ENSG00000116745 +CDS chr1 68431471 68431585 ENST00000262340 protein_coding 6 1 11 RPE65 ENSG00000116745 +CDS chr1 68438187 68438316 ENST00000262340 protein_coding 6 1 10 RPE65 ENSG00000116745 +CDS chr1 68438942 68439081 ENST00000262340 protein_coding 6 1 9 RPE65 ENSG00000116745 +CDS chr1 68439191 68439323 ENST00000262340 protein_coding 6 1 8 RPE65 ENSG00000116745 +CDS chr1 68439561 68439642 ENST00000262340 protein_coding 6 1 7 RPE65 ENSG00000116745 +CDS chr1 68440853 68441000 ENST00000262340 protein_coding 6 1 6 RPE65 ENSG00000116745 +CDS chr1 68444531 68444672 ENST00000262340 protein_coding 6 1 5 RPE65 ENSG00000116745 +CDS chr1 68444776 68444883 ENST00000262340 protein_coding 6 1 4 RPE65 ENSG00000116745 +CDS chr1 68446710 68446860 ENST00000262340 protein_coding 6 1 3 RPE65 ENSG00000116745 +CDS chr1 68448624 68448706 ENST00000262340 protein_coding 6 1 2 RPE65 ENSG00000116745 +CDS chr1 68449895 68449905 ENST00000262340 protein_coding 6 1 1 RPE65 ENSG00000116745 +transcript chr1 68474152 68497082 ENST00000456315 protein_coding 7 1 NA DEPDC1 ENSG00000024526 +transcript chr1 68474152 68497221 ENST00000370966 protein_coding 9 1 NA DEPDC1 ENSG00000024526 +CDS chr1 68476935 68477069 ENST00000456315 protein_coding 7 1 12 DEPDC1 ENSG00000024526 +CDS chr1 68476935 68477069 ENST00000370966 protein_coding 9 1 11 DEPDC1 ENSG00000024526 +CDS chr1 68477787 68477972 ENST00000456315 protein_coding 7 1 11 DEPDC1 ENSG00000024526 +CDS chr1 68477787 68477972 ENST00000370966 protein_coding 9 1 10 DEPDC1 ENSG00000024526 +CDS chr1 68479144 68479320 ENST00000456315 protein_coding 7 1 10 DEPDC1 ENSG00000024526 +CDS chr1 68479144 68479320 ENST00000370966 protein_coding 9 1 9 DEPDC1 ENSG00000024526 +CDS chr1 68481440 68481612 ENST00000456315 protein_coding 7 1 9 DEPDC1 ENSG00000024526 +CDS chr1 68481440 68481612 ENST00000370966 protein_coding 9 1 8 DEPDC1 ENSG00000024526 +CDS chr1 68482046 68482897 ENST00000456315 protein_coding 7 1 8 DEPDC1 ENSG00000024526 +CDS chr1 68483950 68484090 ENST00000456315 protein_coding 7 1 7 DEPDC1 ENSG00000024526 +CDS chr1 68483950 68484090 ENST00000370966 protein_coding 9 1 7 DEPDC1 ENSG00000024526 +CDS chr1 68486937 68486984 ENST00000456315 protein_coding 7 1 6 DEPDC1 ENSG00000024526 +CDS chr1 68486937 68486984 ENST00000370966 protein_coding 9 1 6 DEPDC1 ENSG00000024526 +transcript chr1 68486941 68497082 ENST00000525124 protein_coding 1 3 NA DEPDC1 ENSG00000024526 +CDS chr1 68486941 68486984 ENST00000525124 protein_coding 1 3 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488504 ENST00000456315 protein_coding 7 1 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488504 ENST00000370966 protein_coding 9 1 5 DEPDC1 ENSG00000024526 +CDS chr1 68488374 68488431 ENST00000525124 protein_coding 1 3 4 DEPDC1 ENSG00000024526 +CDS chr1 68488916 68489034 ENST00000456315 protein_coding 7 1 4 DEPDC1 ENSG00000024526 +CDS chr1 68488916 68489034 ENST00000370966 protein_coding 9 1 4 DEPDC1 ENSG00000024526 +CDS chr1 68489452 68489608 ENST00000456315 protein_coding 7 1 3 DEPDC1 ENSG00000024526 +CDS chr1 68489452 68489608 ENST00000370966 protein_coding 9 1 3 DEPDC1 ENSG00000024526 +CDS chr1 68494430 68494695 ENST00000456315 protein_coding 7 1 2 DEPDC1 ENSG00000024526 +CDS chr1 68494430 68494695 ENST00000370966 protein_coding 9 1 2 DEPDC1 ENSG00000024526 +CDS chr1 68496952 68496999 ENST00000456315 protein_coding 7 1 1 DEPDC1 ENSG00000024526 +CDS chr1 68496952 68496999 ENST00000370966 protein_coding 9 1 1 DEPDC1 ENSG00000024526 +transcript chr1 69567922 70144364 ENST00000651989 protein_coding 2 NA NA LRRC7 ENSG00000033122 +transcript chr1 69568398 70123488 ENST00000310961 protein_coding 9 5 NA LRRC7 ENSG00000033122 +transcript chr1 69568450 69875004 ENST00000370958 protein_coding 5 1 NA LRRC7 ENSG00000033122 +CDS chr1 69568640 69568641 ENST00000651989 protein_coding 2 NA 1 LRRC7 ENSG00000033122 +CDS chr1 69568640 69568641 ENST00000370958 protein_coding 5 1 1 LRRC7 ENSG00000033122 +CDS chr1 69678381 69678478 ENST00000651989 protein_coding 2 NA 2 LRRC7 ENSG00000033122 +CDS chr1 69678381 69678478 ENST00000370958 protein_coding 5 1 2 LRRC7 ENSG00000033122 +CDS chr1 69716218 69716218 ENST00000310961 protein_coding 9 5 3 LRRC7 ENSG00000033122 +transcript chr1 69760187 70121994 ENST00000415775 protein_coding 2 1 NA LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000651989 protein_coding 2 NA 3 LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000310961 protein_coding 9 5 4 LRRC7 ENSG00000033122 +CDS chr1 69760191 69760393 ENST00000370958 protein_coding 5 1 3 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000651989 protein_coding 2 NA 4 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000310961 protein_coding 9 5 5 LRRC7 ENSG00000033122 +CDS chr1 69792043 69792160 ENST00000370958 protein_coding 5 1 4 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000651989 protein_coding 2 NA 5 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000310961 protein_coding 9 5 6 LRRC7 ENSG00000033122 +CDS chr1 69825748 69825826 ENST00000370958 protein_coding 5 1 5 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000651989 protein_coding 2 NA 6 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000310961 protein_coding 9 5 7 LRRC7 ENSG00000033122 +CDS chr1 69834780 69834869 ENST00000370958 protein_coding 5 1 6 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000651989 protein_coding 2 NA 7 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000310961 protein_coding 9 5 8 LRRC7 ENSG00000033122 +CDS chr1 69838227 69838283 ENST00000370958 protein_coding 5 1 7 LRRC7 ENSG00000033122 +CDS chr1 69873467 69873470 ENST00000370958 protein_coding 5 1 8 LRRC7 ENSG00000033122 +CDS chr1 69931507 69931570 ENST00000651989 protein_coding 2 NA 8 LRRC7 ENSG00000033122 +CDS chr1 69931507 69931570 ENST00000310961 protein_coding 9 5 9 LRRC7 ENSG00000033122 +CDS chr1 69980379 69980453 ENST00000651989 protein_coding 2 NA 9 LRRC7 ENSG00000033122 +CDS chr1 69980379 69980453 ENST00000310961 protein_coding 9 5 10 LRRC7 ENSG00000033122 +CDS chr1 69986242 69986386 ENST00000651989 protein_coding 2 NA 10 LRRC7 ENSG00000033122 +CDS chr1 69986242 69986386 ENST00000310961 protein_coding 9 5 11 LRRC7 ENSG00000033122 +CDS chr1 69994561 69994633 ENST00000651989 protein_coding 2 NA 11 LRRC7 ENSG00000033122 +CDS chr1 69994561 69994633 ENST00000310961 protein_coding 9 5 12 LRRC7 ENSG00000033122 +CDS chr1 70011797 70011926 ENST00000651989 protein_coding 2 NA 12 LRRC7 ENSG00000033122 +CDS chr1 70011797 70011926 ENST00000310961 protein_coding 9 5 13 LRRC7 ENSG00000033122 +CDS chr1 70012974 70013089 ENST00000651989 protein_coding 2 NA 13 LRRC7 ENSG00000033122 +CDS chr1 70012974 70013089 ENST00000310961 protein_coding 9 5 14 LRRC7 ENSG00000033122 +CDS chr1 70016465 70016534 ENST00000651989 protein_coding 2 NA 14 LRRC7 ENSG00000033122 +CDS chr1 70016465 70016534 ENST00000310961 protein_coding 9 5 15 LRRC7 ENSG00000033122 +CDS chr1 70018719 70018818 ENST00000651989 protein_coding 2 NA 15 LRRC7 ENSG00000033122 +CDS chr1 70018719 70018818 ENST00000310961 protein_coding 9 5 16 LRRC7 ENSG00000033122 +CDS chr1 70021005 70021129 ENST00000651989 protein_coding 2 NA 16 LRRC7 ENSG00000033122 +CDS chr1 70021005 70021129 ENST00000310961 protein_coding 9 5 17 LRRC7 ENSG00000033122 +CDS chr1 70021104 70021129 ENST00000415775 protein_coding 2 1 14 LRRC7 ENSG00000033122 +CDS chr1 70023126 70023374 ENST00000651989 protein_coding 2 NA 17 LRRC7 ENSG00000033122 +CDS chr1 70023126 70023374 ENST00000310961 protein_coding 9 5 18 LRRC7 ENSG00000033122 +CDS chr1 70028171 70028371 ENST00000651989 protein_coding 2 NA 18 LRRC7 ENSG00000033122 +CDS chr1 70028171 70028371 ENST00000310961 protein_coding 9 5 19 LRRC7 ENSG00000033122 +CDS chr1 70036121 70036232 ENST00000651989 protein_coding 2 NA 19 LRRC7 ENSG00000033122 +CDS chr1 70036121 70036232 ENST00000310961 protein_coding 9 5 20 LRRC7 ENSG00000033122 +CDS chr1 70036444 70036624 ENST00000651989 protein_coding 2 NA 20 LRRC7 ENSG00000033122 +CDS chr1 70036444 70036624 ENST00000310961 protein_coding 9 5 21 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000651989 protein_coding 2 NA 21 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000310961 protein_coding 9 5 22 LRRC7 ENSG00000033122 +CDS chr1 70038113 70039793 ENST00000415775 protein_coding 2 1 15 LRRC7 ENSG00000033122 +CDS chr1 70043954 70044094 ENST00000651989 protein_coding 2 NA 22 LRRC7 ENSG00000033122 +CDS chr1 70043954 70044094 ENST00000415775 protein_coding 2 1 16 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000651989 protein_coding 2 NA 23 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000310961 protein_coding 9 5 23 LRRC7 ENSG00000033122 +CDS chr1 70053026 70053145 ENST00000415775 protein_coding 2 1 17 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000651989 protein_coding 2 NA 24 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000310961 protein_coding 9 5 24 LRRC7 ENSG00000033122 +CDS chr1 70076077 70076298 ENST00000415775 protein_coding 2 1 18 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000651989 protein_coding 2 NA 25 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000310961 protein_coding 9 5 25 LRRC7 ENSG00000033122 +CDS chr1 70089727 70089819 ENST00000415775 protein_coding 2 1 19 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000651989 protein_coding 2 NA 26 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000310961 protein_coding 9 5 26 LRRC7 ENSG00000033122 +CDS chr1 70107752 70107826 ENST00000415775 protein_coding 2 1 20 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000651989 protein_coding 2 NA 27 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000310961 protein_coding 9 5 27 LRRC7 ENSG00000033122 +CDS chr1 70121780 70121884 ENST00000415775 protein_coding 2 1 21 LRRC7 ENSG00000033122 +transcript chr1 70144805 70205579 ENST00000370952 protein_coding 4 1 NA LRRC40 ENSG00000066557 +CDS chr1 70145803 70145905 ENST00000370952 protein_coding 4 1 15 LRRC40 ENSG00000066557 +CDS chr1 70148487 70148672 ENST00000370952 protein_coding 4 1 14 LRRC40 ENSG00000066557 +CDS chr1 70151128 70151205 ENST00000370952 protein_coding 4 1 13 LRRC40 ENSG00000066557 +CDS chr1 70152433 70152543 ENST00000370952 protein_coding 4 1 12 LRRC40 ENSG00000066557 +CDS chr1 70155689 70155796 ENST00000370952 protein_coding 4 1 11 LRRC40 ENSG00000066557 +CDS chr1 70159330 70159438 ENST00000370952 protein_coding 4 1 10 LRRC40 ENSG00000066557 +CDS chr1 70173465 70173510 ENST00000370952 protein_coding 4 1 9 LRRC40 ENSG00000066557 +CDS chr1 70173622 70173709 ENST00000370952 protein_coding 4 1 8 LRRC40 ENSG00000066557 +CDS chr1 70175810 70175982 ENST00000370952 protein_coding 4 1 7 LRRC40 ENSG00000066557 +CDS chr1 70178851 70178993 ENST00000370952 protein_coding 4 1 6 LRRC40 ENSG00000066557 +CDS chr1 70181086 70181209 ENST00000370952 protein_coding 4 1 5 LRRC40 ENSG00000066557 +CDS chr1 70184785 70184914 ENST00000370952 protein_coding 4 1 4 LRRC40 ENSG00000066557 +CDS chr1 70187265 70187338 ENST00000370952 protein_coding 4 1 3 LRRC40 ENSG00000066557 +CDS chr1 70189092 70189273 ENST00000370952 protein_coding 4 1 2 LRRC40 ENSG00000066557 +CDS chr1 70205390 70205540 ENST00000370952 protein_coding 4 1 1 LRRC40 ENSG00000066557 +transcript chr1 70205682 70251617 ENST00000370951 protein_coding 5 1 NA SRSF11 ENSG00000116754 +transcript chr1 70205724 70253052 ENST00000370950 protein_coding 7 1 NA SRSF11 ENSG00000116754 +transcript chr1 70221380 70253052 ENST00000370949 protein_coding 2 1 NA SRSF11 ENSG00000116754 +transcript chr1 70221396 70250805 ENST00000395136 protein_coding 7 1 NA SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370951 protein_coding 5 1 2 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370950 protein_coding 7 1 2 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000370949 protein_coding 2 1 1 SRSF11 ENSG00000116754 +CDS chr1 70221637 70221839 ENST00000395136 protein_coding 7 1 1 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370951 protein_coding 5 1 3 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370950 protein_coding 7 1 3 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000370949 protein_coding 2 1 2 SRSF11 ENSG00000116754 +CDS chr1 70228422 70228555 ENST00000395136 protein_coding 7 1 2 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370951 protein_coding 5 1 4 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370950 protein_coding 7 1 4 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000370949 protein_coding 2 1 3 SRSF11 ENSG00000116754 +CDS chr1 70232268 70232377 ENST00000395136 protein_coding 7 1 3 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370951 protein_coding 5 1 5 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370950 protein_coding 7 1 5 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000370949 protein_coding 2 1 4 SRSF11 ENSG00000116754 +CDS chr1 70234696 70234788 ENST00000395136 protein_coding 7 1 4 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370951 protein_coding 5 1 6 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370950 protein_coding 7 1 6 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000370949 protein_coding 2 1 5 SRSF11 ENSG00000116754 +CDS chr1 70235501 70235550 ENST00000395136 protein_coding 7 1 5 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370951 protein_coding 5 1 7 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370950 protein_coding 7 1 7 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000370949 protein_coding 2 1 6 SRSF11 ENSG00000116754 +CDS chr1 70237425 70237552 ENST00000395136 protein_coding 7 1 6 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370951 protein_coding 5 1 8 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370950 protein_coding 7 1 8 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000370949 protein_coding 2 1 7 SRSF11 ENSG00000116754 +CDS chr1 70239439 70239520 ENST00000395136 protein_coding 7 1 7 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370951 protein_coding 5 1 9 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370950 protein_coding 7 1 9 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000370949 protein_coding 2 1 8 SRSF11 ENSG00000116754 +CDS chr1 70244684 70244815 ENST00000395136 protein_coding 7 1 8 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370951 protein_coding 5 1 10 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370950 protein_coding 7 1 10 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000370949 protein_coding 2 1 9 SRSF11 ENSG00000116754 +CDS chr1 70246818 70246907 ENST00000395136 protein_coding 7 1 9 SRSF11 ENSG00000116754 +CDS chr1 70249931 70250047 ENST00000395136 protein_coding 7 1 10 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370951 protein_coding 5 1 11 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370950 protein_coding 7 1 11 SRSF11 ENSG00000116754 +CDS chr1 70249952 70250047 ENST00000370949 protein_coding 2 1 10 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370951 protein_coding 5 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370950 protein_coding 7 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000370949 protein_coding 2 1 11 SRSF11 ENSG00000116754 +CDS chr1 70250365 70250503 ENST00000395136 protein_coding 7 1 11 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000370950 protein_coding 7 1 13 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000370949 protein_coding 2 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250608 70250802 ENST00000395136 protein_coding 7 1 12 SRSF11 ENSG00000116754 +CDS chr1 70250611 70250802 ENST00000370951 protein_coding 5 1 13 SRSF11 ENSG00000116754 +transcript chr1 70258999 70354722 ENST00000370944 protein_coding 9 1 NA ANKRD13C ENSG00000118454 +transcript chr1 70261237 70354734 ENST00000262346 protein_coding 6 1 NA ANKRD13C ENSG00000118454 +CDS chr1 70262720 70262847 ENST00000370944 protein_coding 9 1 13 ANKRD13C ENSG00000118454 +CDS chr1 70262720 70262847 ENST00000262346 protein_coding 6 1 12 ANKRD13C ENSG00000118454 +CDS chr1 70270856 70270956 ENST00000370944 protein_coding 9 1 12 ANKRD13C ENSG00000118454 +CDS chr1 70270856 70270956 ENST00000262346 protein_coding 6 1 11 ANKRD13C ENSG00000118454 +CDS chr1 70274720 70274818 ENST00000370944 protein_coding 9 1 11 ANKRD13C ENSG00000118454 +CDS chr1 70274720 70274818 ENST00000262346 protein_coding 6 1 10 ANKRD13C ENSG00000118454 +CDS chr1 70276765 70276844 ENST00000370944 protein_coding 9 1 10 ANKRD13C ENSG00000118454 +CDS chr1 70276765 70276844 ENST00000262346 protein_coding 6 1 9 ANKRD13C ENSG00000118454 +CDS chr1 70292388 70292549 ENST00000370944 protein_coding 9 1 9 ANKRD13C ENSG00000118454 +CDS chr1 70292388 70292549 ENST00000262346 protein_coding 6 1 8 ANKRD13C ENSG00000118454 +CDS chr1 70296130 70296261 ENST00000370944 protein_coding 9 1 8 ANKRD13C ENSG00000118454 +CDS chr1 70296130 70296261 ENST00000262346 protein_coding 6 1 7 ANKRD13C ENSG00000118454 +CDS chr1 70300764 70300908 ENST00000370944 protein_coding 9 1 7 ANKRD13C ENSG00000118454 +CDS chr1 70300764 70300908 ENST00000262346 protein_coding 6 1 6 ANKRD13C ENSG00000118454 +CDS chr1 70306224 70306290 ENST00000370944 protein_coding 9 1 6 ANKRD13C ENSG00000118454 +CDS chr1 70306224 70306290 ENST00000262346 protein_coding 6 1 5 ANKRD13C ENSG00000118454 +CDS chr1 70313745 70313790 ENST00000370944 protein_coding 9 1 5 ANKRD13C ENSG00000118454 +CDS chr1 70313745 70313790 ENST00000262346 protein_coding 6 1 4 ANKRD13C ENSG00000118454 +CDS chr1 70315481 70315566 ENST00000370944 protein_coding 9 1 4 ANKRD13C ENSG00000118454 +CDS chr1 70315481 70315566 ENST00000262346 protein_coding 6 1 3 ANKRD13C ENSG00000118454 +CDS chr1 70324853 70324957 ENST00000370944 protein_coding 9 1 3 ANKRD13C ENSG00000118454 +CDS chr1 70336058 70336099 ENST00000370944 protein_coding 9 1 2 ANKRD13C ENSG00000118454 +CDS chr1 70336058 70336099 ENST00000262346 protein_coding 6 1 2 ANKRD13C ENSG00000118454 +CDS chr1 70353979 70354408 ENST00000370944 protein_coding 9 1 1 ANKRD13C ENSG00000118454 +CDS chr1 70353979 70354408 ENST00000262346 protein_coding 6 1 1 ANKRD13C ENSG00000118454 +transcript chr1 70411218 70439851 ENST00000411986 protein_coding 6 2 NA CTH ENSG00000116761 +transcript chr1 70411268 70439851 ENST00000370938 protein_coding 8 1 NA CTH ENSG00000116761 +transcript chr1 70411383 70439204 ENST00000346806 protein_coding 2 1 NA CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000411986 protein_coding 6 2 1 CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000370938 protein_coding 8 1 1 CTH ENSG00000116761 +CDS chr1 70411416 70411583 ENST00000346806 protein_coding 2 1 1 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000411986 protein_coding 6 2 2 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000370938 protein_coding 8 1 2 CTH ENSG00000116761 +CDS chr1 70415956 70416037 ENST00000346806 protein_coding 2 1 2 CTH ENSG00000116761 +CDS chr1 70417937 70418032 ENST00000370938 protein_coding 8 1 3 CTH ENSG00000116761 +CDS chr1 70417937 70418032 ENST00000346806 protein_coding 2 1 3 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000411986 protein_coding 6 2 3 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000370938 protein_coding 8 1 4 CTH ENSG00000116761 +CDS chr1 70421566 70421675 ENST00000346806 protein_coding 2 1 4 CTH ENSG00000116761 +CDS chr1 70424285 70424416 ENST00000411986 protein_coding 6 2 4 CTH ENSG00000116761 +CDS chr1 70424285 70424416 ENST00000370938 protein_coding 8 1 5 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000411986 protein_coding 6 2 5 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000370938 protein_coding 8 1 6 CTH ENSG00000116761 +CDS chr1 70429794 70429851 ENST00000346806 protein_coding 2 1 5 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000411986 protein_coding 6 2 6 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000370938 protein_coding 8 1 7 CTH ENSG00000116761 +CDS chr1 70430317 70430394 ENST00000346806 protein_coding 2 1 6 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000411986 protein_coding 6 2 7 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000370938 protein_coding 8 1 8 CTH ENSG00000116761 +CDS chr1 70432083 70432235 ENST00000346806 protein_coding 2 1 7 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000411986 protein_coding 6 2 8 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000370938 protein_coding 8 1 9 CTH ENSG00000116761 +CDS chr1 70433828 70433949 ENST00000346806 protein_coding 2 1 8 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000411986 protein_coding 6 2 9 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000370938 protein_coding 8 1 10 CTH ENSG00000116761 +CDS chr1 70435125 70435177 ENST00000346806 protein_coding 2 1 9 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000411986 protein_coding 6 2 10 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000370938 protein_coding 8 1 11 CTH ENSG00000116761 +CDS chr1 70438688 70438826 ENST00000346806 protein_coding 2 1 10 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000411986 protein_coding 6 2 11 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000370938 protein_coding 8 1 12 CTH ENSG00000116761 +CDS chr1 70439101 70439124 ENST00000346806 protein_coding 2 1 11 CTH ENSG00000116761 +transcript chr1 70852353 71047788 ENST00000370931 protein_coding 7 1 NA PTGER3 ENSG00000050628 +transcript chr1 70852353 71047808 ENST00000628037 protein_coding 2 1 NA PTGER3 ENSG00000050628 +transcript chr1 70852573 71047633 ENST00000460330 protein_coding 5 1 NA PTGER3 ENSG00000050628 +CDS chr1 70852842 70852859 ENST00000628037 protein_coding 2 1 3 PTGER3 ENSG00000050628 +CDS chr1 70852842 70852859 ENST00000460330 protein_coding 5 1 4 PTGER3 ENSG00000050628 +transcript chr1 70952432 71047788 ENST00000356595 protein_coding 8 1 NA PTGER3 ENSG00000050628 +CDS chr1 70952910 70953059 ENST00000356595 protein_coding 8 1 4 PTGER3 ENSG00000050628 +CDS chr1 70953763 70953789 ENST00000460330 protein_coding 5 1 3 PTGER3 ENSG00000050628 +CDS chr1 70953763 70953789 ENST00000356595 protein_coding 8 1 3 PTGER3 ENSG00000050628 +CDS chr1 70953789 70953789 ENST00000370931 protein_coding 7 1 4 PTGER3 ENSG00000050628 +transcript chr1 70970782 71047816 ENST00000306666 protein_coding 10 1 NA PTGER3 ENSG00000050628 +CDS chr1 70971733 70971733 ENST00000306666 protein_coding 10 1 4 PTGER3 ENSG00000050628 +CDS chr1 70974297 70974388 ENST00000370931 protein_coding 7 1 3 PTGER3 ENSG00000050628 +CDS chr1 70974297 70974388 ENST00000306666 protein_coding 10 1 3 PTGER3 ENSG00000050628 +transcript chr1 71006631 71047808 ENST00000370924 protein_coding 4 1 NA PTGER3 ENSG00000050628 +CDS chr1 71012218 71012484 ENST00000370924 protein_coding 4 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000370931 protein_coding 7 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000628037 protein_coding 2 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000460330 protein_coding 5 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000356595 protein_coding 8 1 2 PTGER3 ENSG00000050628 +CDS chr1 71012305 71012484 ENST00000306666 protein_coding 10 1 2 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000370931 protein_coding 7 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000628037 protein_coding 2 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000460330 protein_coding 5 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000356595 protein_coding 8 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000306666 protein_coding 10 1 1 PTGER3 ENSG00000050628 +CDS chr1 71046681 71047577 ENST00000370924 protein_coding 4 1 1 PTGER3 ENSG00000050628 +transcript chr1 71063291 71081035 ENST00000370920 protein_coding 8 1 NA ZRANB2 ENSG00000132485 +transcript chr1 71063337 71081011 ENST00000254821 protein_coding 10 1 NA ZRANB2 ENSG00000132485 +CDS chr1 71065077 71065137 ENST00000370920 protein_coding 8 1 10 ZRANB2 ENSG00000132485 +transcript chr1 71065719 71081289 ENST00000611683 protein_coding 1 2 NA ZRANB2 ENSG00000132485 +CDS chr1 71065722 71065752 ENST00000254821 protein_coding 10 1 10 ZRANB2 ENSG00000132485 +CDS chr1 71065722 71065752 ENST00000611683 protein_coding 1 2 10 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000370920 protein_coding 8 1 9 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000254821 protein_coding 10 1 9 ZRANB2 ENSG00000132485 +CDS chr1 71066776 71066934 ENST00000611683 protein_coding 1 2 9 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000370920 protein_coding 8 1 8 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000254821 protein_coding 10 1 8 ZRANB2 ENSG00000132485 +CDS chr1 71069276 71069362 ENST00000611683 protein_coding 1 2 8 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000370920 protein_coding 8 1 7 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000254821 protein_coding 10 1 7 ZRANB2 ENSG00000132485 +CDS chr1 71070827 71070996 ENST00000611683 protein_coding 1 2 7 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000370920 protein_coding 8 1 6 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000254821 protein_coding 10 1 6 ZRANB2 ENSG00000132485 +CDS chr1 71072121 71072255 ENST00000611683 protein_coding 1 2 6 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000370920 protein_coding 8 1 5 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000254821 protein_coding 10 1 5 ZRANB2 ENSG00000132485 +CDS chr1 71072472 71072548 ENST00000611683 protein_coding 1 2 5 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000370920 protein_coding 8 1 4 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000254821 protein_coding 10 1 4 ZRANB2 ENSG00000132485 +CDS chr1 71076795 71076877 ENST00000611683 protein_coding 1 2 4 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000370920 protein_coding 8 1 3 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000254821 protein_coding 10 1 3 ZRANB2 ENSG00000132485 +CDS chr1 71078457 71078565 ENST00000611683 protein_coding 1 2 3 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000370920 protein_coding 8 1 2 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000254821 protein_coding 10 1 2 ZRANB2 ENSG00000132485 +CDS chr1 71078656 71078708 ENST00000611683 protein_coding 1 2 2 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000370920 protein_coding 8 1 1 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000254821 protein_coding 10 1 1 ZRANB2 ENSG00000132485 +CDS chr1 71080940 71080995 ENST00000611683 protein_coding 1 2 1 ZRANB2 ENSG00000132485 +transcript chr1 71395943 72282539 ENST00000357731 protein_coding 10 1 NA NEGR1 ENSG00000172260 +transcript chr1 71402944 72100930 ENST00000306821 protein_coding 3 1 NA NEGR1 ENSG00000172260 +CDS chr1 71407449 71407570 ENST00000357731 protein_coding 10 1 7 NEGR1 ENSG00000172260 +CDS chr1 71407449 71407570 ENST00000306821 protein_coding 3 1 7 NEGR1 ENSG00000172260 +CDS chr1 71592817 71592968 ENST00000357731 protein_coding 10 1 6 NEGR1 ENSG00000172260 +CDS chr1 71592817 71592968 ENST00000306821 protein_coding 3 1 6 NEGR1 ENSG00000172260 +CDS chr1 71611026 71611146 ENST00000357731 protein_coding 10 1 5 NEGR1 ENSG00000172260 +CDS chr1 71611026 71611146 ENST00000306821 protein_coding 3 1 5 NEGR1 ENSG00000172260 +CDS chr1 71698008 71698139 ENST00000357731 protein_coding 10 1 4 NEGR1 ENSG00000172260 +CDS chr1 71698008 71698139 ENST00000306821 protein_coding 3 1 4 NEGR1 ENSG00000172260 +CDS chr1 71776172 71776297 ENST00000357731 protein_coding 10 1 3 NEGR1 ENSG00000172260 +CDS chr1 71776172 71776297 ENST00000306821 protein_coding 3 1 3 NEGR1 ENSG00000172260 +CDS chr1 71935079 71935311 ENST00000357731 protein_coding 10 1 2 NEGR1 ENSG00000172260 +CDS chr1 71935079 71935103 ENST00000306821 protein_coding 3 1 2 NEGR1 ENSG00000172260 +CDS chr1 72282319 72282494 ENST00000357731 protein_coding 10 1 1 NEGR1 ENSG00000172260 +transcript chr1 74026015 74074790 ENST00000417067 protein_coding 5 2 NA LRRIQ3 ENSG00000162620 +transcript chr1 74026015 74183684 ENST00000395089 protein_coding 5 5 NA LRRIQ3 ENSG00000162620 +transcript chr1 74026015 74198176 ENST00000354431 protein_coding 9 5 NA LRRIQ3 ENSG00000162620 +CDS chr1 74026816 74026969 ENST00000395089 protein_coding 5 5 7 LRRIQ3 ENSG00000162620 +CDS chr1 74026816 74026969 ENST00000354431 protein_coding 9 5 8 LRRIQ3 ENSG00000162620 +CDS chr1 74026920 74026969 ENST00000417067 protein_coding 5 2 2 LRRIQ3 ENSG00000162620 +CDS chr1 74041213 74041933 ENST00000395089 protein_coding 5 5 6 LRRIQ3 ENSG00000162620 +CDS chr1 74041213 74041933 ENST00000354431 protein_coding 9 5 7 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000417067 protein_coding 5 2 1 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000395089 protein_coding 5 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74074661 74074790 ENST00000354431 protein_coding 9 5 6 LRRIQ3 ENSG00000162620 +transcript chr1 74084127 74198155 ENST00000370909 protein_coding 6 5 NA LRRIQ3 ENSG00000162620 +CDS chr1 74084187 74084216 ENST00000370909 protein_coding 6 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000395089 protein_coding 5 5 4 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000354431 protein_coding 9 5 5 LRRIQ3 ENSG00000162620 +CDS chr1 74109394 74109553 ENST00000370909 protein_coding 6 5 4 LRRIQ3 ENSG00000162620 +transcript chr1 74144384 74183511 ENST00000444984 protein_coding 1 3 NA LRRIQ3 ENSG00000162620 +CDS chr1 74144443 74144545 ENST00000444984 protein_coding 1 3 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000395089 protein_coding 5 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000354431 protein_coding 9 5 4 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000370909 protein_coding 6 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74155733 74155866 ENST00000444984 protein_coding 1 3 2 LRRIQ3 ENSG00000162620 +transcript chr1 74179907 74198147 ENST00000370911 protein_coding 7 1 NA LRRIQ3 ENSG00000162620 +CDS chr1 74180749 74180772 ENST00000370911 protein_coding 7 1 4 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000395089 protein_coding 5 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000354431 protein_coding 9 5 3 LRRIQ3 ENSG00000162620 +CDS chr1 74182538 74182861 ENST00000370911 protein_coding 7 1 3 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000395089 protein_coding 5 5 1 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000354431 protein_coding 9 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000370909 protein_coding 6 5 2 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183511 ENST00000444984 protein_coding 1 3 1 LRRIQ3 ENSG00000162620 +CDS chr1 74183436 74183684 ENST00000370911 protein_coding 7 1 2 LRRIQ3 ENSG00000162620 +transcript chr1 74198235 74543982 ENST00000557284 protein_coding 7 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198238 74204593 ENST00000467578 protein_coding 7 2 NA FPGT ENSG00000254685 +transcript chr1 74198241 74206206 ENST00000370894 protein_coding 9 1 NA FPGT ENSG00000254685 +transcript chr1 74198242 74464925 ENST00000370899 protein_coding 7 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198242 74208702 ENST00000370898 protein_coding 9 1 NA FPGT ENSG00000254685 +transcript chr1 74198242 74204491 ENST00000482102 protein_coding 2 4 NA FPGT ENSG00000254685 +transcript chr1 74198244 74375848 ENST00000370895 protein_coding 5 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198249 74367964 ENST00000534632 protein_coding 5 4 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198264 74240683 ENST00000370893 protein_coding 1 2 NA FPGT-TNNI3K ENSG00000259030 +transcript chr1 74198267 74206223 ENST00000534056 protein_coding 5 2 NA FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000557284 protein_coding 7 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370899 protein_coding 7 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370895 protein_coding 5 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000534632 protein_coding 5 4 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370893 protein_coding 1 2 1 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74198279 74198360 ENST00000370898 protein_coding 9 1 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000467578 protein_coding 7 2 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000370894 protein_coding 9 1 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198426 ENST00000482102 protein_coding 2 4 1 FPGT ENSG00000254685 +CDS chr1 74198279 74198360 ENST00000534056 protein_coding 5 2 1 FPGT ENSG00000254685 +transcript chr1 74198351 74204577 ENST00000472069 protein_coding 1 3 NA FPGT ENSG00000254685 +CDS chr1 74198351 74198426 ENST00000472069 protein_coding 1 3 1 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000557284 protein_coding 7 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370899 protein_coding 7 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370895 protein_coding 5 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000534632 protein_coding 5 4 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370893 protein_coding 1 2 2 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74199664 74199831 ENST00000370898 protein_coding 9 1 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199845 ENST00000467578 protein_coding 7 2 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000370894 protein_coding 9 1 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199845 ENST00000482102 protein_coding 2 4 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000534056 protein_coding 5 2 2 FPGT ENSG00000254685 +CDS chr1 74199664 74199831 ENST00000472069 protein_coding 1 3 2 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000557284 protein_coding 7 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370899 protein_coding 7 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370895 protein_coding 5 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000534632 protein_coding 5 4 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370893 protein_coding 1 2 3 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74201318 74201410 ENST00000370898 protein_coding 9 1 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201398 ENST00000467578 protein_coding 7 2 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000370894 protein_coding 9 1 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201398 ENST00000482102 protein_coding 2 4 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000534056 protein_coding 5 2 3 FPGT ENSG00000254685 +CDS chr1 74201318 74201410 ENST00000472069 protein_coding 1 3 3 FPGT ENSG00000254685 +CDS chr1 74204391 74205829 ENST00000370898 protein_coding 9 1 4 FPGT ENSG00000254685 +CDS chr1 74204391 74204456 ENST00000534056 protein_coding 5 2 4 FPGT ENSG00000254685 +CDS chr1 74204391 74204577 ENST00000472069 protein_coding 1 3 4 FPGT ENSG00000254685 +CDS chr1 74205208 74205371 ENST00000370894 protein_coding 9 1 4 FPGT ENSG00000254685 +CDS chr1 74205219 74205829 ENST00000534056 protein_coding 5 2 5 FPGT ENSG00000254685 +transcript chr1 74235387 74544428 ENST00000326637 protein_coding 8 1 NA TNNI3K ENSG00000116783 +CDS chr1 74235452 74235491 ENST00000326637 protein_coding 8 1 1 TNNI3K ENSG00000116783 +CDS chr1 74236102 74236210 ENST00000326637 protein_coding 8 1 2 TNNI3K ENSG00000116783 +CDS chr1 74236102 74236210 ENST00000557284 protein_coding 7 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370899 protein_coding 7 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370895 protein_coding 5 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74236102 74236210 ENST00000370893 protein_coding 1 2 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74239956 74239956 ENST00000370893 protein_coding 1 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000326637 protein_coding 8 1 3 TNNI3K ENSG00000116783 +CDS chr1 74249459 74249544 ENST00000557284 protein_coding 7 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000370899 protein_coding 7 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74249459 74249544 ENST00000370895 protein_coding 5 2 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000326637 protein_coding 8 1 4 TNNI3K ENSG00000116783 +CDS chr1 74250672 74250769 ENST00000557284 protein_coding 7 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000370899 protein_coding 7 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74250672 74250769 ENST00000370895 protein_coding 5 2 6 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000326637 protein_coding 8 1 5 TNNI3K ENSG00000116783 +CDS chr1 74271598 74271708 ENST00000557284 protein_coding 7 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000370899 protein_coding 7 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74271598 74271708 ENST00000370895 protein_coding 5 2 7 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000326637 protein_coding 8 1 6 TNNI3K ENSG00000116783 +CDS chr1 74331450 74331548 ENST00000557284 protein_coding 7 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000370899 protein_coding 7 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74331450 74331548 ENST00000370895 protein_coding 5 2 8 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000326637 protein_coding 8 1 7 TNNI3K ENSG00000116783 +CDS chr1 74336011 74336149 ENST00000557284 protein_coding 7 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000370899 protein_coding 7 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74336011 74336149 ENST00000370895 protein_coding 5 2 9 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000326637 protein_coding 8 1 8 TNNI3K ENSG00000116783 +CDS chr1 74342842 74342986 ENST00000557284 protein_coding 7 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000370899 protein_coding 7 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74342842 74342986 ENST00000370895 protein_coding 5 2 10 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000326637 protein_coding 8 1 9 TNNI3K ENSG00000116783 +CDS chr1 74343075 74343179 ENST00000557284 protein_coding 7 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000370899 protein_coding 7 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74343075 74343179 ENST00000370895 protein_coding 5 2 11 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000326637 protein_coding 8 1 10 TNNI3K ENSG00000116783 +CDS chr1 74353266 74353360 ENST00000557284 protein_coding 7 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000370899 protein_coding 7 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353266 74353360 ENST00000370895 protein_coding 5 2 12 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000326637 protein_coding 8 1 11 TNNI3K ENSG00000116783 +CDS chr1 74353980 74354129 ENST00000557284 protein_coding 7 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000370899 protein_coding 7 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74353980 74354129 ENST00000370895 protein_coding 5 2 13 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000326637 protein_coding 8 1 12 TNNI3K ENSG00000116783 +CDS chr1 74367256 74367342 ENST00000557284 protein_coding 7 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000370899 protein_coding 7 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000370895 protein_coding 5 2 14 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367256 74367342 ENST00000534632 protein_coding 5 4 4 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000326637 protein_coding 8 1 13 TNNI3K ENSG00000116783 +CDS chr1 74367908 74367964 ENST00000557284 protein_coding 7 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000370899 protein_coding 7 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000370895 protein_coding 5 2 15 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74367908 74367964 ENST00000534632 protein_coding 5 4 5 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000326637 protein_coding 8 1 14 TNNI3K ENSG00000116783 +CDS chr1 74369022 74369114 ENST00000557284 protein_coding 7 2 16 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000370899 protein_coding 7 2 16 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369022 74369114 ENST00000370895 protein_coding 5 2 16 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74369061 74375848 ENST00000526236 protein_coding 5 2 NA TNNI3K ENSG00000116783 +CDS chr1 74369061 74369114 ENST00000526236 protein_coding 5 2 1 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000326637 protein_coding 8 1 15 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000526236 protein_coding 5 2 2 TNNI3K ENSG00000116783 +CDS chr1 74369207 74369264 ENST00000557284 protein_coding 7 2 17 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369207 74369264 ENST00000370899 protein_coding 7 2 17 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369207 74369264 ENST00000370895 protein_coding 5 2 17 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74369221 74439539 ENST00000534020 protein_coding 5 3 NA TNNI3K ENSG00000116783 +CDS chr1 74369221 74369264 ENST00000534020 protein_coding 5 3 1 TNNI3K ENSG00000116783 +transcript chr1 74369234 74418346 ENST00000525480 protein_coding 2 2 NA TNNI3K ENSG00000116783 +CDS chr1 74369234 74369264 ENST00000525480 protein_coding 2 2 1 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000326637 protein_coding 8 1 16 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000526236 protein_coding 5 2 3 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000534020 protein_coding 5 3 2 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000525480 protein_coding 2 2 2 TNNI3K ENSG00000116783 +CDS chr1 74369391 74369585 ENST00000557284 protein_coding 7 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369391 74369585 ENST00000370899 protein_coding 7 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74369391 74369585 ENST00000370895 protein_coding 5 2 18 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370392 ENST00000326637 protein_coding 8 1 17 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000526236 protein_coding 5 2 4 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000534020 protein_coding 5 3 3 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000525480 protein_coding 2 2 3 TNNI3K ENSG00000116783 +CDS chr1 74370288 74370392 ENST00000557284 protein_coding 7 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370392 ENST00000370899 protein_coding 7 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74370288 74370408 ENST00000370895 protein_coding 5 2 19 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74375565 74375601 ENST00000526236 protein_coding 5 2 5 TNNI3K ENSG00000116783 +CDS chr1 74401839 74401957 ENST00000534020 protein_coding 5 3 4 TNNI3K ENSG00000116783 +CDS chr1 74418168 74418174 ENST00000525480 protein_coding 2 2 4 TNNI3K ENSG00000116783 +CDS chr1 74436080 74436132 ENST00000326637 protein_coding 8 1 18 TNNI3K ENSG00000116783 +CDS chr1 74436080 74436132 ENST00000557284 protein_coding 7 2 20 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436080 74436132 ENST00000370899 protein_coding 7 2 20 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436474 74436526 ENST00000326637 protein_coding 8 1 19 TNNI3K ENSG00000116783 +CDS chr1 74436474 74436526 ENST00000534020 protein_coding 5 3 5 TNNI3K ENSG00000116783 +CDS chr1 74436474 74436526 ENST00000557284 protein_coding 7 2 21 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74436474 74436526 ENST00000370899 protein_coding 7 2 21 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74439490 74439622 ENST00000326637 protein_coding 8 1 20 TNNI3K ENSG00000116783 +CDS chr1 74439490 74439539 ENST00000534020 protein_coding 5 3 6 TNNI3K ENSG00000116783 +CDS chr1 74439490 74439622 ENST00000557284 protein_coding 7 2 22 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74439490 74439622 ENST00000370899 protein_coding 7 2 22 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74463441 74463550 ENST00000326637 protein_coding 8 1 21 TNNI3K ENSG00000116783 +CDS chr1 74463441 74463550 ENST00000557284 protein_coding 7 2 23 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74463441 74463550 ENST00000370899 protein_coding 7 2 23 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74464635 74464739 ENST00000370899 protein_coding 7 2 24 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74469376 74512611 ENST00000294635 protein_coding 5 5 NA LRRC53 ENSG00000162621 +CDS chr1 74469881 74472201 ENST00000294635 protein_coding 5 5 5 LRRC53 ENSG00000162621 +CDS chr1 74475295 74475810 ENST00000294635 protein_coding 5 5 4 LRRC53 ENSG00000162621 +CDS chr1 74480153 74480968 ENST00000294635 protein_coding 5 5 3 LRRC53 ENSG00000162621 +CDS chr1 74483262 74483349 ENST00000294635 protein_coding 5 5 2 LRRC53 ENSG00000162621 +CDS chr1 74489189 74489248 ENST00000326637 protein_coding 8 1 22 TNNI3K ENSG00000116783 +CDS chr1 74489189 74489248 ENST00000557284 protein_coding 7 2 24 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74492097 74492266 ENST00000326637 protein_coding 8 1 23 TNNI3K ENSG00000116783 +CDS chr1 74492097 74492266 ENST00000557284 protein_coding 7 2 25 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74540234 74540313 ENST00000326637 protein_coding 8 1 24 TNNI3K ENSG00000116783 +CDS chr1 74540234 74540313 ENST00000557284 protein_coding 7 2 26 FPGT-TNNI3K ENSG00000259030 +CDS chr1 74543906 74543979 ENST00000326637 protein_coding 8 1 25 TNNI3K ENSG00000116783 +CDS chr1 74543906 74543979 ENST00000557284 protein_coding 7 2 27 FPGT-TNNI3K ENSG00000259030 +transcript chr1 74568123 74673792 ENST00000326665 protein_coding 10 5 NA ERICH3 ENSG00000178965 +CDS chr1 74571120 74573491 ENST00000326665 protein_coding 10 5 14 ERICH3 ENSG00000178965 +CDS chr1 74576895 74576936 ENST00000326665 protein_coding 10 5 13 ERICH3 ENSG00000178965 +transcript chr1 74589327 74634855 ENST00000420661 protein_coding 6 1 NA ERICH3 ENSG00000178965 +CDS chr1 74589617 74590080 ENST00000420661 protein_coding 6 1 7 ERICH3 ENSG00000178965 +CDS chr1 74589631 74590080 ENST00000326665 protein_coding 10 5 12 ERICH3 ENSG00000178965 +CDS chr1 74599695 74599931 ENST00000326665 protein_coding 10 5 11 ERICH3 ENSG00000178965 +CDS chr1 74599695 74599931 ENST00000420661 protein_coding 6 1 6 ERICH3 ENSG00000178965 +CDS chr1 74606601 74606902 ENST00000326665 protein_coding 10 5 10 ERICH3 ENSG00000178965 +CDS chr1 74606601 74606902 ENST00000420661 protein_coding 6 1 5 ERICH3 ENSG00000178965 +CDS chr1 74612623 74612809 ENST00000326665 protein_coding 10 5 9 ERICH3 ENSG00000178965 +CDS chr1 74612623 74612809 ENST00000420661 protein_coding 6 1 4 ERICH3 ENSG00000178965 +CDS chr1 74620734 74620914 ENST00000326665 protein_coding 10 5 8 ERICH3 ENSG00000178965 +CDS chr1 74620734 74620914 ENST00000420661 protein_coding 6 1 3 ERICH3 ENSG00000178965 +CDS chr1 74631713 74631928 ENST00000326665 protein_coding 10 5 7 ERICH3 ENSG00000178965 +CDS chr1 74631713 74631928 ENST00000420661 protein_coding 6 1 2 ERICH3 ENSG00000178965 +CDS chr1 74634665 74634676 ENST00000420661 protein_coding 6 1 1 ERICH3 ENSG00000178965 +CDS chr1 74636280 74636438 ENST00000326665 protein_coding 10 5 6 ERICH3 ENSG00000178965 +CDS chr1 74641331 74641459 ENST00000326665 protein_coding 10 5 5 ERICH3 ENSG00000178965 +CDS chr1 74643027 74643098 ENST00000326665 protein_coding 10 5 4 ERICH3 ENSG00000178965 +CDS chr1 74646667 74646792 ENST00000326665 protein_coding 10 5 3 ERICH3 ENSG00000178965 +CDS chr1 74649222 74649315 ENST00000326665 protein_coding 10 5 2 ERICH3 ENSG00000178965 +CDS chr1 74673497 74673519 ENST00000326665 protein_coding 10 5 1 ERICH3 ENSG00000178965 +transcript chr1 74705482 74733018 ENST00000370872 protein_coding 7 1 NA CRYZ ENSG00000116791 +transcript chr1 74705486 74733050 ENST00000340866 protein_coding 10 1 NA CRYZ ENSG00000116791 +transcript chr1 74705490 74733408 ENST00000417775 protein_coding 5 1 NA CRYZ ENSG00000116791 +transcript chr1 74705972 74733022 ENST00000370871 protein_coding 7 1 NA CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000370872 protein_coding 7 1 7 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000340866 protein_coding 10 1 9 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000417775 protein_coding 5 1 10 CRYZ ENSG00000116791 +CDS chr1 74706299 74706457 ENST00000370871 protein_coding 7 1 8 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000370872 protein_coding 7 1 6 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000340866 protein_coding 10 1 8 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000417775 protein_coding 5 1 9 CRYZ ENSG00000116791 +CDS chr1 74706899 74706994 ENST00000370871 protein_coding 7 1 7 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000370872 protein_coding 7 1 5 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000340866 protein_coding 10 1 7 CRYZ ENSG00000116791 +CDS chr1 74707103 74707204 ENST00000417775 protein_coding 5 1 8 CRYZ ENSG00000116791 +transcript chr1 74707105 74733061 ENST00000370870 protein_coding 5 5 NA CRYZ ENSG00000116791 +CDS chr1 74707105 74707204 ENST00000370870 protein_coding 5 5 8 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370872 protein_coding 7 1 4 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000340866 protein_coding 10 1 6 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000417775 protein_coding 5 1 7 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370871 protein_coding 7 1 6 CRYZ ENSG00000116791 +CDS chr1 74710098 74710247 ENST00000370870 protein_coding 5 5 7 CRYZ ENSG00000116791 +transcript chr1 74710109 74732811 ENST00000441120 protein_coding 1 3 NA CRYZ ENSG00000116791 +CDS chr1 74710109 74710247 ENST00000441120 protein_coding 1 3 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370872 protein_coding 7 1 3 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000340866 protein_coding 10 1 5 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000417775 protein_coding 5 1 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370871 protein_coding 7 1 5 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000370870 protein_coding 5 5 6 CRYZ ENSG00000116791 +CDS chr1 74714579 74714630 ENST00000441120 protein_coding 1 3 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000340866 protein_coding 10 1 4 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000417775 protein_coding 5 1 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000370871 protein_coding 7 1 4 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000370870 protein_coding 5 5 5 CRYZ ENSG00000116791 +CDS chr1 74719209 74719372 ENST00000441120 protein_coding 1 3 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723134 ENST00000370872 protein_coding 7 1 2 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000340866 protein_coding 10 1 3 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000417775 protein_coding 5 1 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000370871 protein_coding 7 1 3 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000370870 protein_coding 5 5 4 CRYZ ENSG00000116791 +CDS chr1 74723118 74723270 ENST00000441120 protein_coding 1 3 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000340866 protein_coding 10 1 2 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000417775 protein_coding 5 1 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000370871 protein_coding 7 1 2 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000370870 protein_coding 5 5 3 CRYZ ENSG00000116791 +CDS chr1 74724711 74724821 ENST00000441120 protein_coding 1 3 2 CRYZ ENSG00000116791 +transcript chr1 74733152 74766674 ENST00000457880 protein_coding 6 2 NA TYW3 ENSG00000162623 +transcript chr1 74733152 74766677 ENST00000370867 protein_coding 8 1 NA TYW3 ENSG00000162623 +CDS chr1 74733245 74733418 ENST00000457880 protein_coding 6 2 1 TYW3 ENSG00000162623 +CDS chr1 74733245 74733418 ENST00000370867 protein_coding 8 1 1 TYW3 ENSG00000162623 +transcript chr1 74733247 74764400 ENST00000479111 protein_coding 5 3 NA TYW3 ENSG00000162623 +transcript chr1 74736189 74752394 ENST00000483990 protein_coding 1 3 NA TYW3 ENSG00000162623 +CDS chr1 74736542 74736622 ENST00000457880 protein_coding 6 2 2 TYW3 ENSG00000162623 +CDS chr1 74736542 74736622 ENST00000370867 protein_coding 8 1 2 TYW3 ENSG00000162623 +CDS chr1 74738690 74738788 ENST00000370867 protein_coding 8 1 3 TYW3 ENSG00000162623 +CDS chr1 74748751 74748822 ENST00000457880 protein_coding 6 2 3 TYW3 ENSG00000162623 +CDS chr1 74748751 74748822 ENST00000370867 protein_coding 8 1 4 TYW3 ENSG00000162623 +CDS chr1 74748757 74748822 ENST00000479111 protein_coding 5 3 5 TYW3 ENSG00000162623 +CDS chr1 74748757 74748822 ENST00000483990 protein_coding 1 3 3 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000457880 protein_coding 6 2 4 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000370867 protein_coding 8 1 5 TYW3 ENSG00000162623 +CDS chr1 74752292 74752425 ENST00000479111 protein_coding 5 3 6 TYW3 ENSG00000162623 +CDS chr1 74752292 74752394 ENST00000483990 protein_coding 1 3 4 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000457880 protein_coding 6 2 5 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000370867 protein_coding 8 1 6 TYW3 ENSG00000162623 +CDS chr1 74763894 74764110 ENST00000479111 protein_coding 5 3 7 TYW3 ENSG00000162623 +transcript chr1 75128434 75161533 ENST00000294638 protein_coding 9 1 NA LHX8 ENSG00000162624 +CDS chr1 75130715 75130732 ENST00000294638 protein_coding 9 1 2 LHX8 ENSG00000162624 +transcript chr1 75134388 75161533 ENST00000356261 protein_coding 4 1 NA LHX8 ENSG00000162624 +CDS chr1 75136603 75136689 ENST00000294638 protein_coding 9 1 3 LHX8 ENSG00000162624 +CDS chr1 75136615 75136689 ENST00000356261 protein_coding 4 1 2 LHX8 ENSG00000162624 +CDS chr1 75137100 75137261 ENST00000294638 protein_coding 9 1 4 LHX8 ENSG00000162624 +CDS chr1 75137100 75137261 ENST00000356261 protein_coding 4 1 3 LHX8 ENSG00000162624 +CDS chr1 75140985 75141106 ENST00000294638 protein_coding 9 1 5 LHX8 ENSG00000162624 +CDS chr1 75140985 75141106 ENST00000356261 protein_coding 4 1 4 LHX8 ENSG00000162624 +CDS chr1 75143118 75143338 ENST00000294638 protein_coding 9 1 6 LHX8 ENSG00000162624 +CDS chr1 75143118 75143338 ENST00000356261 protein_coding 4 1 5 LHX8 ENSG00000162624 +CDS chr1 75143845 75143948 ENST00000294638 protein_coding 9 1 7 LHX8 ENSG00000162624 +CDS chr1 75143845 75143948 ENST00000356261 protein_coding 4 1 6 LHX8 ENSG00000162624 +CDS chr1 75148587 75148682 ENST00000294638 protein_coding 9 1 8 LHX8 ENSG00000162624 +CDS chr1 75148587 75148682 ENST00000356261 protein_coding 4 1 7 LHX8 ENSG00000162624 +CDS chr1 75156893 75157076 ENST00000294638 protein_coding 9 1 9 LHX8 ENSG00000162624 +CDS chr1 75156893 75157076 ENST00000356261 protein_coding 4 1 8 LHX8 ENSG00000162624 +CDS chr1 75160819 75160892 ENST00000294638 protein_coding 9 1 10 LHX8 ENSG00000162624 +CDS chr1 75160819 75160892 ENST00000356261 protein_coding 4 1 9 LHX8 ENSG00000162624 +transcript chr1 75202129 75611114 ENST00000370859 protein_coding 8 2 NA SLC44A5 ENSG00000137968 +CDS chr1 75203730 75203833 ENST00000370859 protein_coding 8 2 24 SLC44A5 ENSG00000137968 +transcript chr1 75204475 75611084 ENST00000370855 protein_coding 5 1 NA SLC44A5 ENSG00000137968 +CDS chr1 75206610 75206719 ENST00000370855 protein_coding 5 1 24 SLC44A5 ENSG00000137968 +CDS chr1 75211468 75211552 ENST00000370859 protein_coding 8 2 23 SLC44A5 ENSG00000137968 +CDS chr1 75211468 75211552 ENST00000370855 protein_coding 5 1 23 SLC44A5 ENSG00000137968 +CDS chr1 75213705 75213793 ENST00000370859 protein_coding 8 2 22 SLC44A5 ENSG00000137968 +CDS chr1 75213705 75213793 ENST00000370855 protein_coding 5 1 22 SLC44A5 ENSG00000137968 +CDS chr1 75213919 75213989 ENST00000370859 protein_coding 8 2 21 SLC44A5 ENSG00000137968 +CDS chr1 75213919 75213989 ENST00000370855 protein_coding 5 1 21 SLC44A5 ENSG00000137968 +CDS chr1 75214605 75214678 ENST00000370859 protein_coding 8 2 20 SLC44A5 ENSG00000137968 +CDS chr1 75214605 75214678 ENST00000370855 protein_coding 5 1 20 SLC44A5 ENSG00000137968 +CDS chr1 75215754 75215857 ENST00000370859 protein_coding 8 2 19 SLC44A5 ENSG00000137968 +CDS chr1 75215754 75215857 ENST00000370855 protein_coding 5 1 19 SLC44A5 ENSG00000137968 +CDS chr1 75217866 75217960 ENST00000370859 protein_coding 8 2 18 SLC44A5 ENSG00000137968 +CDS chr1 75217866 75217960 ENST00000370855 protein_coding 5 1 18 SLC44A5 ENSG00000137968 +CDS chr1 75218490 75218752 ENST00000370859 protein_coding 8 2 17 SLC44A5 ENSG00000137968 +CDS chr1 75218490 75218752 ENST00000370855 protein_coding 5 1 17 SLC44A5 ENSG00000137968 +CDS chr1 75219257 75219344 ENST00000370859 protein_coding 8 2 16 SLC44A5 ENSG00000137968 +CDS chr1 75219257 75219344 ENST00000370855 protein_coding 5 1 16 SLC44A5 ENSG00000137968 +CDS chr1 75219800 75219892 ENST00000370859 protein_coding 8 2 15 SLC44A5 ENSG00000137968 +CDS chr1 75219800 75219892 ENST00000370855 protein_coding 5 1 15 SLC44A5 ENSG00000137968 +CDS chr1 75222361 75222460 ENST00000370859 protein_coding 8 2 14 SLC44A5 ENSG00000137968 +CDS chr1 75222361 75222460 ENST00000370855 protein_coding 5 1 14 SLC44A5 ENSG00000137968 +CDS chr1 75227726 75227857 ENST00000370859 protein_coding 8 2 13 SLC44A5 ENSG00000137968 +CDS chr1 75227726 75227857 ENST00000370855 protein_coding 5 1 13 SLC44A5 ENSG00000137968 +CDS chr1 75233986 75234098 ENST00000370859 protein_coding 8 2 12 SLC44A5 ENSG00000137968 +CDS chr1 75233986 75234098 ENST00000370855 protein_coding 5 1 12 SLC44A5 ENSG00000137968 +CDS chr1 75236987 75237070 ENST00000370859 protein_coding 8 2 11 SLC44A5 ENSG00000137968 +CDS chr1 75236987 75237070 ENST00000370855 protein_coding 5 1 11 SLC44A5 ENSG00000137968 +CDS chr1 75238513 75238636 ENST00000370859 protein_coding 8 2 10 SLC44A5 ENSG00000137968 +CDS chr1 75238513 75238636 ENST00000370855 protein_coding 5 1 10 SLC44A5 ENSG00000137968 +CDS chr1 75242001 75242061 ENST00000370859 protein_coding 8 2 9 SLC44A5 ENSG00000137968 +CDS chr1 75242001 75242061 ENST00000370855 protein_coding 5 1 9 SLC44A5 ENSG00000137968 +CDS chr1 75242886 75243011 ENST00000370859 protein_coding 8 2 8 SLC44A5 ENSG00000137968 +CDS chr1 75242886 75243011 ENST00000370855 protein_coding 5 1 8 SLC44A5 ENSG00000137968 +CDS chr1 75251210 75251294 ENST00000370859 protein_coding 8 2 7 SLC44A5 ENSG00000137968 +CDS chr1 75251210 75251294 ENST00000370855 protein_coding 5 1 7 SLC44A5 ENSG00000137968 +CDS chr1 75274958 75275042 ENST00000370859 protein_coding 8 2 6 SLC44A5 ENSG00000137968 +CDS chr1 75274958 75275042 ENST00000370855 protein_coding 5 1 6 SLC44A5 ENSG00000137968 +CDS chr1 75300612 75300685 ENST00000370859 protein_coding 8 2 5 SLC44A5 ENSG00000137968 +CDS chr1 75300612 75300685 ENST00000370855 protein_coding 5 1 5 SLC44A5 ENSG00000137968 +CDS chr1 75339582 75339630 ENST00000370859 protein_coding 8 2 4 SLC44A5 ENSG00000137968 +CDS chr1 75339582 75339630 ENST00000370855 protein_coding 5 1 4 SLC44A5 ENSG00000137968 +CDS chr1 75396583 75396621 ENST00000370859 protein_coding 8 2 3 SLC44A5 ENSG00000137968 +CDS chr1 75396583 75396621 ENST00000370855 protein_coding 5 1 3 SLC44A5 ENSG00000137968 +CDS chr1 75541435 75541447 ENST00000370859 protein_coding 8 2 2 SLC44A5 ENSG00000137968 +CDS chr1 75541435 75541447 ENST00000370855 protein_coding 5 1 2 SLC44A5 ENSG00000137968 +transcript chr1 75724431 75763596 ENST00000541113 protein_coding 6 1 NA ACADM ENSG00000117054 +transcript chr1 75724431 75763596 ENST00000680805 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724629 75763720 ENST00000681790 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724709 75763491 ENST00000370834 protein_coding 9 1 NA ACADM ENSG00000117054 +transcript chr1 75724709 75763679 ENST00000370841 protein_coding 9 1 NA ACADM ENSG00000117054 +transcript chr1 75724761 75763596 ENST00000679687 protein_coding 1 NA NA ACADM ENSG00000117054 +transcript chr1 75724780 75762809 ENST00000420607 protein_coding 6 1 NA ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000541113 protein_coding 6 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000680805 protein_coding 1 NA 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000370834 protein_coding 9 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000370841 protein_coding 9 1 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000679687 protein_coding 1 NA 1 ACADM ENSG00000117054 +CDS chr1 75724788 75724817 ENST00000420607 protein_coding 6 1 1 ACADM ENSG00000117054 +CDS chr1 75728389 75728488 ENST00000420607 protein_coding 6 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000541113 protein_coding 6 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000680805 protein_coding 1 NA 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000370834 protein_coding 9 1 2 ACADM ENSG00000117054 +CDS chr1 75728401 75728488 ENST00000370841 protein_coding 9 1 2 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000541113 protein_coding 6 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000680805 protein_coding 1 NA 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000370834 protein_coding 9 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000370841 protein_coding 9 1 3 ACADM ENSG00000117054 +CDS chr1 75732644 75732741 ENST00000420607 protein_coding 6 1 3 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000541113 protein_coding 6 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000680805 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000370834 protein_coding 9 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000370841 protein_coding 9 1 4 ACADM ENSG00000117054 +CDS chr1 75732853 75732922 ENST00000420607 protein_coding 6 1 4 ACADM ENSG00000117054 +CDS chr1 75732895 75732922 ENST00000681790 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75733051 75733149 ENST00000370834 protein_coding 9 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000541113 protein_coding 6 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000680805 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000681790 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000370834 protein_coding 9 1 6 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000370841 protein_coding 9 1 5 ACADM ENSG00000117054 +CDS chr1 75733528 75733628 ENST00000420607 protein_coding 6 1 5 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000541113 protein_coding 6 1 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000680805 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000681790 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000370834 protein_coding 9 1 7 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000370841 protein_coding 9 1 6 ACADM ENSG00000117054 +CDS chr1 75734791 75734871 ENST00000420607 protein_coding 6 1 6 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000541113 protein_coding 6 1 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000680805 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000681790 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000370834 protein_coding 9 1 8 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000370841 protein_coding 9 1 7 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000679687 protein_coding 1 NA 2 ACADM ENSG00000117054 +CDS chr1 75739980 75740110 ENST00000420607 protein_coding 6 1 7 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000541113 protein_coding 6 1 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000680805 protein_coding 1 NA 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000681790 protein_coding 1 NA 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000370834 protein_coding 9 1 9 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000370841 protein_coding 9 1 8 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000679687 protein_coding 1 NA 3 ACADM ENSG00000117054 +CDS chr1 75745806 75745914 ENST00000420607 protein_coding 6 1 8 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000541113 protein_coding 6 1 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000681790 protein_coding 1 NA 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000370834 protein_coding 9 1 10 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000370841 protein_coding 9 1 9 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000679687 protein_coding 1 NA 4 ACADM ENSG00000117054 +CDS chr1 75749419 75749559 ENST00000420607 protein_coding 6 1 9 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000680805 protein_coding 1 NA 9 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000681790 protein_coding 1 NA 10 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000370834 protein_coding 9 1 11 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000370841 protein_coding 9 1 10 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000679687 protein_coding 1 NA 5 ACADM ENSG00000117054 +CDS chr1 75750451 75750546 ENST00000420607 protein_coding 6 1 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000541113 protein_coding 6 1 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000680805 protein_coding 1 NA 10 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000681790 protein_coding 1 NA 11 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000370834 protein_coding 9 1 12 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000370841 protein_coding 9 1 11 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000679687 protein_coding 1 NA 6 ACADM ENSG00000117054 +CDS chr1 75761122 75761370 ENST00000420607 protein_coding 6 1 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000541113 protein_coding 6 1 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000680805 protein_coding 1 NA 11 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000681790 protein_coding 1 NA 12 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000370834 protein_coding 9 1 13 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000370841 protein_coding 9 1 12 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000679687 protein_coding 1 NA 7 ACADM ENSG00000117054 +CDS chr1 75762692 75762760 ENST00000420607 protein_coding 6 1 12 ACADM ENSG00000117054 +transcript chr1 75786231 75790113 ENST00000370826 protein_coding 3 2 NA RABGGTB ENSG00000137955 +transcript chr1 75786256 75795086 ENST00000319942 protein_coding 8 1 NA RABGGTB ENSG00000137955 +CDS chr1 75786272 75786274 ENST00000370826 protein_coding 3 2 1 RABGGTB ENSG00000137955 +CDS chr1 75786272 75786274 ENST00000319942 protein_coding 8 1 1 RABGGTB ENSG00000137955 +CDS chr1 75787497 75787604 ENST00000370826 protein_coding 3 2 2 RABGGTB ENSG00000137955 +CDS chr1 75787497 75787604 ENST00000319942 protein_coding 8 1 2 RABGGTB ENSG00000137955 +CDS chr1 75789159 75789356 ENST00000370826 protein_coding 3 2 3 RABGGTB ENSG00000137955 +CDS chr1 75789159 75789356 ENST00000319942 protein_coding 8 1 3 RABGGTB ENSG00000137955 +CDS chr1 75789952 75790098 ENST00000370826 protein_coding 3 2 4 RABGGTB ENSG00000137955 +CDS chr1 75789952 75790057 ENST00000319942 protein_coding 8 1 4 RABGGTB ENSG00000137955 +CDS chr1 75791285 75791337 ENST00000319942 protein_coding 8 1 5 RABGGTB ENSG00000137955 +CDS chr1 75791461 75791571 ENST00000319942 protein_coding 8 1 6 RABGGTB ENSG00000137955 +CDS chr1 75792181 75792306 ENST00000319942 protein_coding 8 1 7 RABGGTB ENSG00000137955 +CDS chr1 75794084 75794233 ENST00000319942 protein_coding 8 1 8 RABGGTB ENSG00000137955 +CDS chr1 75794510 75794647 ENST00000319942 protein_coding 8 1 9 RABGGTB ENSG00000137955 +transcript chr1 75796882 75913242 ENST00000263187 protein_coding 4 1 NA MSH4 ENSG00000057468 +CDS chr1 75796986 75797229 ENST00000263187 protein_coding 4 1 1 MSH4 ENSG00000057468 +CDS chr1 75803731 75803913 ENST00000263187 protein_coding 4 1 2 MSH4 ENSG00000057468 +CDS chr1 75806981 75807141 ENST00000263187 protein_coding 4 1 3 MSH4 ENSG00000057468 +CDS chr1 75810697 75810807 ENST00000263187 protein_coding 4 1 4 MSH4 ENSG00000057468 +CDS chr1 75815021 75815136 ENST00000263187 protein_coding 4 1 5 MSH4 ENSG00000057468 +CDS chr1 75816373 75816546 ENST00000263187 protein_coding 4 1 6 MSH4 ENSG00000057468 +CDS chr1 75822409 75822581 ENST00000263187 protein_coding 4 1 7 MSH4 ENSG00000057468 +CDS chr1 75848209 75848276 ENST00000263187 protein_coding 4 1 8 MSH4 ENSG00000057468 +CDS chr1 75867514 75867588 ENST00000263187 protein_coding 4 1 9 MSH4 ENSG00000057468 +CDS chr1 75876936 75877000 ENST00000263187 protein_coding 4 1 10 MSH4 ENSG00000057468 +CDS chr1 75878149 75878318 ENST00000263187 protein_coding 4 1 11 MSH4 ENSG00000057468 +CDS chr1 75878992 75879128 ENST00000263187 protein_coding 4 1 12 MSH4 ENSG00000057468 +CDS chr1 75880050 75880153 ENST00000263187 protein_coding 4 1 13 MSH4 ENSG00000057468 +CDS chr1 75881246 75881370 ENST00000263187 protein_coding 4 1 14 MSH4 ENSG00000057468 +CDS chr1 75883621 75883821 ENST00000263187 protein_coding 4 1 15 MSH4 ENSG00000057468 +CDS chr1 75889251 75889369 ENST00000263187 protein_coding 4 1 16 MSH4 ENSG00000057468 +CDS chr1 75890696 75890824 ENST00000263187 protein_coding 4 1 17 MSH4 ENSG00000057468 +CDS chr1 75897907 75898081 ENST00000263187 protein_coding 4 1 18 MSH4 ENSG00000057468 +CDS chr1 75899618 75899706 ENST00000263187 protein_coding 4 1 19 MSH4 ENSG00000057468 +CDS chr1 75912696 75912884 ENST00000263187 protein_coding 4 1 20 MSH4 ENSG00000057468 +transcript chr1 75918873 75932404 ENST00000284142 protein_coding 7 1 NA ASB17 ENSG00000154007 +CDS chr1 75918955 75919158 ENST00000284142 protein_coding 7 1 3 ASB17 ENSG00000154007 +CDS chr1 75922080 75922359 ENST00000284142 protein_coding 7 1 2 ASB17 ENSG00000154007 +CDS chr1 75931891 75932291 ENST00000284142 protein_coding 7 1 1 ASB17 ENSG00000154007 +transcript chr1 76074746 76634603 ENST00000328299 protein_coding 4 1 NA ST6GALNAC3 ENSG00000184005 +CDS chr1 76074867 76074884 ENST00000328299 protein_coding 4 1 1 ST6GALNAC3 ENSG00000184005 +transcript chr1 76313800 76413003 ENST00000621530 protein_coding 1 5 NA ST6GALNAC3 ENSG00000184005 +CDS chr1 76313805 76313999 ENST00000328299 protein_coding 4 1 2 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412008 76412417 ENST00000328299 protein_coding 4 1 3 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412008 76412417 ENST00000621530 protein_coding 1 5 2 ST6GALNAC3 ENSG00000184005 +CDS chr1 76412997 76413003 ENST00000621530 protein_coding 1 5 3 ST6GALNAC3 ENSG00000184005 +CDS chr1 76627452 76627559 ENST00000328299 protein_coding 4 1 4 ST6GALNAC3 ENSG00000184005 +CDS chr1 76628620 76628803 ENST00000328299 protein_coding 4 1 5 ST6GALNAC3 ENSG00000184005 +transcript chr1 76867480 77067546 ENST00000477717 protein_coding 6 1 NA ST6GALNAC5 ENSG00000117069 +CDS chr1 76867676 76867690 ENST00000477717 protein_coding 6 1 1 ST6GALNAC5 ENSG00000117069 +CDS chr1 76868497 76868742 ENST00000477717 protein_coding 6 1 2 ST6GALNAC5 ENSG00000117069 +CDS chr1 77044204 77044613 ENST00000477717 protein_coding 6 1 3 ST6GALNAC5 ENSG00000117069 +CDS chr1 77050258 77050365 ENST00000477717 protein_coding 6 1 4 ST6GALNAC5 ENSG00000117069 +CDS chr1 77062975 77063203 ENST00000477717 protein_coding 6 1 5 ST6GALNAC5 ENSG00000117069 +transcript chr1 77088989 77219430 ENST00000370812 protein_coding 8 1 NA PIGK ENSG00000142892 +transcript chr1 77088990 77219430 ENST00000445065 protein_coding 5 1 NA PIGK ENSG00000142892 +CDS chr1 77092377 77092490 ENST00000370812 protein_coding 8 1 11 PIGK ENSG00000142892 +CDS chr1 77092377 77092490 ENST00000445065 protein_coding 5 1 8 PIGK ENSG00000142892 +CDS chr1 77122275 77122359 ENST00000370812 protein_coding 8 1 10 PIGK ENSG00000142892 +CDS chr1 77122275 77122359 ENST00000445065 protein_coding 5 1 7 PIGK ENSG00000142892 +transcript chr1 77153536 77219429 ENST00000359130 protein_coding 1 1 NA PIGK ENSG00000142892 +CDS chr1 77154439 77154621 ENST00000359130 protein_coding 1 1 9 PIGK ENSG00000142892 +CDS chr1 77154449 77154621 ENST00000370812 protein_coding 8 1 9 PIGK ENSG00000142892 +CDS chr1 77154449 77154621 ENST00000445065 protein_coding 5 1 6 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000370812 protein_coding 8 1 8 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000445065 protein_coding 5 1 5 PIGK ENSG00000142892 +CDS chr1 77161295 77161405 ENST00000359130 protein_coding 1 1 8 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000370812 protein_coding 8 1 7 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000445065 protein_coding 5 1 4 PIGK ENSG00000142892 +CDS chr1 77161594 77161711 ENST00000359130 protein_coding 1 1 7 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000370812 protein_coding 8 1 6 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000445065 protein_coding 5 1 3 PIGK ENSG00000142892 +CDS chr1 77163846 77163942 ENST00000359130 protein_coding 1 1 6 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000370812 protein_coding 8 1 5 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000445065 protein_coding 5 1 2 PIGK ENSG00000142892 +CDS chr1 77166719 77166830 ENST00000359130 protein_coding 1 1 5 PIGK ENSG00000142892 +CDS chr1 77169260 77169395 ENST00000370812 protein_coding 8 1 4 PIGK ENSG00000142892 +CDS chr1 77169260 77169395 ENST00000359130 protein_coding 1 1 4 PIGK ENSG00000142892 +CDS chr1 77206640 77206731 ENST00000370812 protein_coding 8 1 3 PIGK ENSG00000142892 +CDS chr1 77206640 77206731 ENST00000359130 protein_coding 1 1 3 PIGK ENSG00000142892 +CDS chr1 77210436 77210489 ENST00000370812 protein_coding 8 1 2 PIGK ENSG00000142892 +CDS chr1 77210436 77210489 ENST00000359130 protein_coding 1 1 2 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000370812 protein_coding 8 1 1 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000445065 protein_coding 5 1 1 PIGK ENSG00000142892 +CDS chr1 77219310 77219402 ENST00000359130 protein_coding 1 1 1 PIGK ENSG00000142892 +transcript chr1 77282019 77559966 ENST00000354567 protein_coding 7 1 NA AK5 ENSG00000154027 +CDS chr1 77282314 77282373 ENST00000354567 protein_coding 7 1 1 AK5 ENSG00000154027 +transcript chr1 77282602 77559962 ENST00000344720 protein_coding 9 1 NA AK5 ENSG00000154027 +transcript chr1 77283079 77297856 ENST00000478407 protein_coding 1 5 NA AK5 ENSG00000154027 +CDS chr1 77286941 77287127 ENST00000354567 protein_coding 7 1 2 AK5 ENSG00000154027 +CDS chr1 77286959 77287127 ENST00000344720 protein_coding 9 1 2 AK5 ENSG00000154027 +CDS chr1 77286959 77287127 ENST00000478407 protein_coding 1 5 2 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000354567 protein_coding 7 1 3 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000344720 protein_coding 9 1 3 AK5 ENSG00000154027 +CDS chr1 77293793 77293960 ENST00000478407 protein_coding 1 5 3 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000354567 protein_coding 7 1 4 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000344720 protein_coding 9 1 4 AK5 ENSG00000154027 +CDS chr1 77297559 77297728 ENST00000478407 protein_coding 1 5 4 AK5 ENSG00000154027 +CDS chr1 77297834 77297947 ENST00000354567 protein_coding 7 1 5 AK5 ENSG00000154027 +CDS chr1 77297834 77297947 ENST00000344720 protein_coding 9 1 5 AK5 ENSG00000154027 +CDS chr1 77297834 77297856 ENST00000478407 protein_coding 1 5 5 AK5 ENSG00000154027 +CDS chr1 77340377 77340568 ENST00000354567 protein_coding 7 1 6 AK5 ENSG00000154027 +CDS chr1 77340377 77340568 ENST00000344720 protein_coding 9 1 6 AK5 ENSG00000154027 +CDS chr1 77410981 77411071 ENST00000354567 protein_coding 7 1 7 AK5 ENSG00000154027 +CDS chr1 77410981 77411071 ENST00000344720 protein_coding 9 1 7 AK5 ENSG00000154027 +CDS chr1 77417639 77417715 ENST00000354567 protein_coding 7 1 8 AK5 ENSG00000154027 +CDS chr1 77417639 77417715 ENST00000344720 protein_coding 9 1 8 AK5 ENSG00000154027 +CDS chr1 77483317 77483359 ENST00000354567 protein_coding 7 1 9 AK5 ENSG00000154027 +CDS chr1 77483317 77483359 ENST00000344720 protein_coding 9 1 9 AK5 ENSG00000154027 +CDS chr1 77486308 77486352 ENST00000354567 protein_coding 7 1 10 AK5 ENSG00000154027 +CDS chr1 77486308 77486352 ENST00000344720 protein_coding 9 1 10 AK5 ENSG00000154027 +CDS chr1 77518564 77518727 ENST00000354567 protein_coding 7 1 11 AK5 ENSG00000154027 +CDS chr1 77518564 77518727 ENST00000344720 protein_coding 9 1 11 AK5 ENSG00000154027 +CDS chr1 77521827 77521943 ENST00000354567 protein_coding 7 1 12 AK5 ENSG00000154027 +CDS chr1 77521827 77521943 ENST00000344720 protein_coding 9 1 12 AK5 ENSG00000154027 +transcript chr1 77532107 77558731 ENST00000478255 protein_coding 1 2 NA AK5 ENSG00000154027 +CDS chr1 77535847 77536038 ENST00000354567 protein_coding 7 1 13 AK5 ENSG00000154027 +CDS chr1 77535847 77536038 ENST00000344720 protein_coding 9 1 13 AK5 ENSG00000154027 +CDS chr1 77535874 77536038 ENST00000478255 protein_coding 1 2 2 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000354567 protein_coding 7 1 14 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000344720 protein_coding 9 1 14 AK5 ENSG00000154027 +CDS chr1 77558602 77558667 ENST00000478255 protein_coding 1 2 3 AK5 ENSG00000154027 +transcript chr1 77562416 77682658 ENST00000370801 protein_coding 8 1 NA ZZZ3 ENSG00000036549 +transcript chr1 77564888 77683419 ENST00000370798 protein_coding 5 1 NA ZZZ3 ENSG00000036549 +CDS chr1 77565643 77565784 ENST00000370801 protein_coding 8 1 15 ZZZ3 ENSG00000036549 +CDS chr1 77565643 77565784 ENST00000370798 protein_coding 5 1 14 ZZZ3 ENSG00000036549 +CDS chr1 77566081 77566181 ENST00000370801 protein_coding 8 1 14 ZZZ3 ENSG00000036549 +CDS chr1 77566081 77566181 ENST00000370798 protein_coding 5 1 13 ZZZ3 ENSG00000036549 +CDS chr1 77568332 77568466 ENST00000370801 protein_coding 8 1 13 ZZZ3 ENSG00000036549 +CDS chr1 77568332 77568466 ENST00000370798 protein_coding 5 1 12 ZZZ3 ENSG00000036549 +CDS chr1 77576068 77576220 ENST00000370801 protein_coding 8 1 12 ZZZ3 ENSG00000036549 +CDS chr1 77576068 77576220 ENST00000370798 protein_coding 5 1 11 ZZZ3 ENSG00000036549 +CDS chr1 77578774 77578869 ENST00000370801 protein_coding 8 1 11 ZZZ3 ENSG00000036549 +CDS chr1 77578774 77578869 ENST00000370798 protein_coding 5 1 10 ZZZ3 ENSG00000036549 +CDS chr1 77579527 77579628 ENST00000370801 protein_coding 8 1 10 ZZZ3 ENSG00000036549 +CDS chr1 77579527 77579628 ENST00000370798 protein_coding 5 1 9 ZZZ3 ENSG00000036549 +CDS chr1 77580998 77581069 ENST00000370801 protein_coding 8 1 9 ZZZ3 ENSG00000036549 +CDS chr1 77580998 77581069 ENST00000370798 protein_coding 5 1 8 ZZZ3 ENSG00000036549 +CDS chr1 77581776 77581891 ENST00000370801 protein_coding 8 1 8 ZZZ3 ENSG00000036549 +CDS chr1 77581776 77581891 ENST00000370798 protein_coding 5 1 7 ZZZ3 ENSG00000036549 +CDS chr1 77581979 77582126 ENST00000370801 protein_coding 8 1 7 ZZZ3 ENSG00000036549 +CDS chr1 77581979 77582126 ENST00000370798 protein_coding 5 1 6 ZZZ3 ENSG00000036549 +CDS chr1 77584517 77584655 ENST00000370801 protein_coding 8 1 6 ZZZ3 ENSG00000036549 +CDS chr1 77584517 77584655 ENST00000370798 protein_coding 5 1 5 ZZZ3 ENSG00000036549 +CDS chr1 77631850 77633354 ENST00000370801 protein_coding 8 1 5 ZZZ3 ENSG00000036549 +transcript chr1 77633182 77682675 ENST00000433749 protein_coding 5 4 NA ZZZ3 ENSG00000036549 +CDS chr1 77633182 77633354 ENST00000433749 protein_coding 5 4 4 ZZZ3 ENSG00000036549 +transcript chr1 77633246 77683374 ENST00000414381 protein_coding 5 4 NA ZZZ3 ENSG00000036549 +CDS chr1 77633246 77633354 ENST00000414381 protein_coding 5 4 4 ZZZ3 ENSG00000036549 +CDS chr1 77639449 77639471 ENST00000370798 protein_coding 5 1 4 ZZZ3 ENSG00000036549 +transcript chr1 77695987 77759852 ENST00000370794 protein_coding 7 1 NA USP33 ENSG00000077254 +transcript chr1 77695991 77728336 ENST00000481579 protein_coding 5 2 NA USP33 ENSG00000077254 +transcript chr1 77695991 77759852 ENST00000370793 protein_coding 5 1 NA USP33 ENSG00000077254 +transcript chr1 77695991 77745462 ENST00000357428 protein_coding 5 5 NA USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000370794 protein_coding 7 1 24 USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000370793 protein_coding 5 1 25 USP33 ENSG00000077254 +CDS chr1 77697320 77697474 ENST00000357428 protein_coding 5 5 24 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000370794 protein_coding 7 1 23 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000370793 protein_coding 5 1 24 USP33 ENSG00000077254 +CDS chr1 77697863 77697931 ENST00000357428 protein_coding 5 5 23 USP33 ENSG00000077254 +CDS chr1 77697878 77697931 ENST00000481579 protein_coding 5 2 13 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000370794 protein_coding 7 1 22 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000370793 protein_coding 5 1 23 USP33 ENSG00000077254 +CDS chr1 77701369 77701471 ENST00000357428 protein_coding 5 5 22 USP33 ENSG00000077254 +transcript chr1 77711652 77759852 ENST00000370792 protein_coding 7 1 NA USP33 ENSG00000077254 +CDS chr1 77711738 77711855 ENST00000370792 protein_coding 7 1 22 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000370794 protein_coding 7 1 21 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000481579 protein_coding 5 2 12 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000370793 protein_coding 5 1 22 USP33 ENSG00000077254 +CDS chr1 77711747 77711855 ENST00000357428 protein_coding 5 5 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370794 protein_coding 7 1 20 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000481579 protein_coding 5 2 11 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370793 protein_coding 5 1 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000370792 protein_coding 7 1 21 USP33 ENSG00000077254 +CDS chr1 77713200 77713281 ENST00000357428 protein_coding 5 5 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370794 protein_coding 7 1 19 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000481579 protein_coding 5 2 10 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370793 protein_coding 5 1 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000370792 protein_coding 7 1 20 USP33 ENSG00000077254 +CDS chr1 77714614 77714783 ENST00000357428 protein_coding 5 5 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370794 protein_coding 7 1 18 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000481579 protein_coding 5 2 9 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370793 protein_coding 5 1 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000370792 protein_coding 7 1 19 USP33 ENSG00000077254 +CDS chr1 77715742 77715868 ENST00000357428 protein_coding 5 5 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370794 protein_coding 7 1 17 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000481579 protein_coding 5 2 8 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370793 protein_coding 5 1 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000370792 protein_coding 7 1 18 USP33 ENSG00000077254 +CDS chr1 77717867 77718047 ENST00000357428 protein_coding 5 5 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370794 protein_coding 7 1 16 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000481579 protein_coding 5 2 7 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370793 protein_coding 5 1 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000370792 protein_coding 7 1 17 USP33 ENSG00000077254 +CDS chr1 77718596 77718641 ENST00000357428 protein_coding 5 5 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370794 protein_coding 7 1 15 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000481579 protein_coding 5 2 6 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370793 protein_coding 5 1 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000370792 protein_coding 7 1 16 USP33 ENSG00000077254 +CDS chr1 77721172 77721205 ENST00000357428 protein_coding 5 5 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000370794 protein_coding 7 1 14 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000481579 protein_coding 5 2 5 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000370793 protein_coding 5 1 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721901 ENST00000370792 protein_coding 7 1 15 USP33 ENSG00000077254 +CDS chr1 77721831 77721925 ENST00000357428 protein_coding 5 5 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370794 protein_coding 7 1 13 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000481579 protein_coding 5 2 4 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370793 protein_coding 5 1 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000370792 protein_coding 7 1 14 USP33 ENSG00000077254 +CDS chr1 77722024 77722196 ENST00000357428 protein_coding 5 5 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370794 protein_coding 7 1 12 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000481579 protein_coding 5 2 3 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370793 protein_coding 5 1 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000370792 protein_coding 7 1 13 USP33 ENSG00000077254 +CDS chr1 77723331 77723443 ENST00000357428 protein_coding 5 5 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370794 protein_coding 7 1 11 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000481579 protein_coding 5 2 2 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370793 protein_coding 5 1 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000370792 protein_coding 7 1 12 USP33 ENSG00000077254 +CDS chr1 77725622 77725762 ENST00000357428 protein_coding 5 5 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370794 protein_coding 7 1 10 USP33 ENSG00000077254 +CDS chr1 77728295 77728336 ENST00000481579 protein_coding 5 2 1 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370793 protein_coding 5 1 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000370792 protein_coding 7 1 11 USP33 ENSG00000077254 +CDS chr1 77728295 77728712 ENST00000357428 protein_coding 5 5 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370794 protein_coding 7 1 9 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370793 protein_coding 5 1 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000370792 protein_coding 7 1 10 USP33 ENSG00000077254 +CDS chr1 77729860 77729938 ENST00000357428 protein_coding 5 5 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370794 protein_coding 7 1 8 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370793 protein_coding 5 1 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000370792 protein_coding 7 1 9 USP33 ENSG00000077254 +CDS chr1 77730618 77730731 ENST00000357428 protein_coding 5 5 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370794 protein_coding 7 1 7 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370793 protein_coding 5 1 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000370792 protein_coding 7 1 8 USP33 ENSG00000077254 +CDS chr1 77734347 77734416 ENST00000357428 protein_coding 5 5 7 USP33 ENSG00000077254 +transcript chr1 77734357 77759689 ENST00000524536 protein_coding 5 3 NA USP33 ENSG00000077254 +CDS chr1 77734357 77734416 ENST00000524536 protein_coding 5 3 9 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370794 protein_coding 7 1 6 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370793 protein_coding 5 1 7 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000370792 protein_coding 7 1 7 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000524536 protein_coding 5 3 8 USP33 ENSG00000077254 +CDS chr1 77736056 77736158 ENST00000357428 protein_coding 5 5 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370794 protein_coding 7 1 5 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370793 protein_coding 5 1 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000370792 protein_coding 7 1 6 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000524536 protein_coding 5 3 7 USP33 ENSG00000077254 +CDS chr1 77739265 77739417 ENST00000357428 protein_coding 5 5 5 USP33 ENSG00000077254 +transcript chr1 77739377 77759388 ENST00000530709 protein_coding 5 4 NA USP33 ENSG00000077254 +CDS chr1 77739377 77739417 ENST00000530709 protein_coding 5 4 6 USP33 ENSG00000077254 +transcript chr1 77739398 77759820 ENST00000524778 protein_coding 1 5 NA USP33 ENSG00000077254 +CDS chr1 77739398 77739417 ENST00000524778 protein_coding 1 5 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370794 protein_coding 7 1 4 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370793 protein_coding 5 1 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000370792 protein_coding 7 1 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000524536 protein_coding 5 3 6 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000530709 protein_coding 5 4 5 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000524778 protein_coding 1 5 4 USP33 ENSG00000077254 +CDS chr1 77740877 77740939 ENST00000357428 protein_coding 5 5 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370794 protein_coding 7 1 3 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370793 protein_coding 5 1 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000370792 protein_coding 7 1 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000524536 protein_coding 5 3 5 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000530709 protein_coding 5 4 4 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000524778 protein_coding 1 5 3 USP33 ENSG00000077254 +CDS chr1 77741376 77741429 ENST00000357428 protein_coding 5 5 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741697 ENST00000370794 protein_coding 7 1 2 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000370793 protein_coding 5 1 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000370792 protein_coding 7 1 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000524536 protein_coding 5 3 4 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000530709 protein_coding 5 4 3 USP33 ENSG00000077254 +CDS chr1 77741617 77741697 ENST00000524778 protein_coding 1 5 2 USP33 ENSG00000077254 +CDS chr1 77741617 77741748 ENST00000357428 protein_coding 5 5 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000370793 protein_coding 5 1 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000370792 protein_coding 7 1 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000524536 protein_coding 5 3 3 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000530709 protein_coding 5 4 2 USP33 ENSG00000077254 +CDS chr1 77745421 77745462 ENST00000357428 protein_coding 5 5 1 USP33 ENSG00000077254 +transcript chr1 77779624 77879539 ENST00000443751 protein_coding 3 1 NA MIGA1 ENSG00000180488 +transcript chr1 77779630 77868636 ENST00000645756 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779630 77879039 ENST00000643390 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779636 77878378 ENST00000642959 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779649 77879540 ENST00000370791 protein_coding 8 1 NA MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000370791 protein_coding 8 1 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000645756 protein_coding 1 NA 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000642959 protein_coding 1 NA 1 MIGA1 ENSG00000180488 +CDS chr1 77779656 77779736 ENST00000443751 protein_coding 3 1 1 MIGA1 ENSG00000180488 +transcript chr1 77779763 77878376 ENST00000646892 protein_coding 1 NA NA MIGA1 ENSG00000180488 +transcript chr1 77779775 77878378 ENST00000645526 protein_coding 1 NA NA MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000370791 protein_coding 8 1 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000645756 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783267 ENST00000642959 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783238 77783351 ENST00000443751 protein_coding 3 1 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000643390 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000646892 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77783253 77783351 ENST00000645526 protein_coding 1 NA 2 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000370791 protein_coding 8 1 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000645756 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000643390 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000642959 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000646892 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000645526 protein_coding 1 NA 3 MIGA1 ENSG00000180488 +CDS chr1 77801331 77801508 ENST00000443751 protein_coding 3 1 3 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000370791 protein_coding 8 1 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000645756 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000643390 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000642959 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000646892 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000645526 protein_coding 1 NA 4 MIGA1 ENSG00000180488 +CDS chr1 77803270 77803406 ENST00000443751 protein_coding 3 1 4 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000370791 protein_coding 8 1 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000645756 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000643390 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000642959 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000646892 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000645526 protein_coding 1 NA 5 MIGA1 ENSG00000180488 +CDS chr1 77806975 77807101 ENST00000443751 protein_coding 3 1 5 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000370791 protein_coding 8 1 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000645756 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000643390 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000642959 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000646892 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000645526 protein_coding 1 NA 6 MIGA1 ENSG00000180488 +CDS chr1 77813734 77813867 ENST00000443751 protein_coding 3 1 6 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000370791 protein_coding 8 1 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000645756 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000643390 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000642959 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000646892 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000645526 protein_coding 1 NA 7 MIGA1 ENSG00000180488 +CDS chr1 77815108 77815231 ENST00000443751 protein_coding 3 1 7 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000370791 protein_coding 8 1 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000645756 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000643390 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000642959 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000646892 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000645526 protein_coding 1 NA 8 MIGA1 ENSG00000180488 +CDS chr1 77843307 77843407 ENST00000443751 protein_coding 3 1 8 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000370791 protein_coding 8 1 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000645756 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000643390 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000642959 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000646892 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000645526 protein_coding 1 NA 9 MIGA1 ENSG00000180488 +CDS chr1 77858938 77859056 ENST00000443751 protein_coding 3 1 9 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000370791 protein_coding 8 1 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000645756 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000643390 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000642959 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000646892 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000645526 protein_coding 1 NA 10 MIGA1 ENSG00000180488 +CDS chr1 77859314 77859386 ENST00000443751 protein_coding 3 1 10 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000370791 protein_coding 8 1 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000645756 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000643390 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000642959 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000646892 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000645526 protein_coding 1 NA 11 MIGA1 ENSG00000180488 +CDS chr1 77860040 77860126 ENST00000443751 protein_coding 3 1 11 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000370791 protein_coding 8 1 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000645756 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000643390 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000642959 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000646892 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000645526 protein_coding 1 NA 12 MIGA1 ENSG00000180488 +CDS chr1 77861224 77861322 ENST00000443751 protein_coding 3 1 12 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000370791 protein_coding 8 1 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000645756 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000643390 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000642959 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000646892 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000645526 protein_coding 1 NA 13 MIGA1 ENSG00000180488 +CDS chr1 77863894 77864028 ENST00000443751 protein_coding 3 1 13 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000370791 protein_coding 8 1 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000645756 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000643390 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000642959 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000646892 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000645526 protein_coding 1 NA 14 MIGA1 ENSG00000180488 +CDS chr1 77866338 77866391 ENST00000443751 protein_coding 3 1 14 MIGA1 ENSG00000180488 +CDS chr1 77868248 77868439 ENST00000645756 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873001 77873120 ENST00000646892 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873001 77873120 ENST00000443751 protein_coding 3 1 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000370791 protein_coding 8 1 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000642959 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77873004 77873120 ENST00000645526 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000370791 protein_coding 8 1 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000642959 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000646892 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000645526 protein_coding 1 NA 16 MIGA1 ENSG00000180488 +CDS chr1 77874846 77875061 ENST00000443751 protein_coding 3 1 16 MIGA1 ENSG00000180488 +CDS chr1 77878756 77878797 ENST00000643390 protein_coding 1 NA 15 MIGA1 ENSG00000180488 +transcript chr1 77888513 77933384 ENST00000401035 protein_coding 7 1 NA NEXN ENSG00000162614 +transcript chr1 77888515 77943891 ENST00000330010 protein_coding 12 2 NA NEXN ENSG00000162614 +transcript chr1 77888624 77943895 ENST00000334785 protein_coding 12 1 NA NEXN ENSG00000162614 +transcript chr1 77888662 77935919 ENST00000440324 protein_coding 5 5 NA NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000401035 protein_coding 7 1 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000334785 protein_coding 12 1 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000440324 protein_coding 5 5 2 NEXN ENSG00000162614 +CDS chr1 77916107 77916133 ENST00000330010 protein_coding 12 2 2 NEXN ENSG00000162614 +CDS chr1 77917566 77917757 ENST00000334785 protein_coding 12 1 3 NEXN ENSG00000162614 +CDS chr1 77917566 77917757 ENST00000440324 protein_coding 5 5 3 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000401035 protein_coding 7 1 3 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000334785 protein_coding 12 1 4 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000440324 protein_coding 5 5 4 NEXN ENSG00000162614 +CDS chr1 77917960 77918038 ENST00000330010 protein_coding 12 2 3 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000401035 protein_coding 7 1 4 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000334785 protein_coding 12 1 5 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000440324 protein_coding 5 5 5 NEXN ENSG00000162614 +CDS chr1 77918125 77918273 ENST00000330010 protein_coding 12 2 4 NEXN ENSG00000162614 +transcript chr1 77918128 77943895 ENST00000342754 protein_coding 5 1 NA NEXN ENSG00000162614 +CDS chr1 77918128 77918273 ENST00000342754 protein_coding 5 1 1 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000401035 protein_coding 7 1 5 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000334785 protein_coding 12 1 6 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000342754 protein_coding 5 1 2 NEXN ENSG00000162614 +CDS chr1 77925188 77925229 ENST00000330010 protein_coding 12 2 5 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000401035 protein_coding 7 1 6 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000334785 protein_coding 12 1 7 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000440324 protein_coding 5 5 6 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000342754 protein_coding 5 1 3 NEXN ENSG00000162614 +CDS chr1 77926414 77926611 ENST00000330010 protein_coding 12 2 6 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000401035 protein_coding 7 1 7 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000334785 protein_coding 12 1 8 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000440324 protein_coding 5 5 7 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000342754 protein_coding 5 1 4 NEXN ENSG00000162614 +CDS chr1 77926716 77926892 ENST00000330010 protein_coding 12 2 7 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000401035 protein_coding 7 1 8 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000334785 protein_coding 12 1 9 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000440324 protein_coding 5 5 8 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000342754 protein_coding 5 1 5 NEXN ENSG00000162614 +CDS chr1 77929316 77929504 ENST00000330010 protein_coding 12 2 8 NEXN ENSG00000162614 +CDS chr1 77933282 77933384 ENST00000401035 protein_coding 7 1 9 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000334785 protein_coding 12 1 10 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000440324 protein_coding 5 5 9 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000342754 protein_coding 5 1 6 NEXN ENSG00000162614 +CDS chr1 77933282 77933479 ENST00000330010 protein_coding 12 2 9 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000334785 protein_coding 12 1 11 NEXN ENSG00000162614 +CDS chr1 77935823 77935919 ENST00000440324 protein_coding 5 5 10 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000342754 protein_coding 5 1 7 NEXN ENSG00000162614 +CDS chr1 77935823 77936044 ENST00000330010 protein_coding 12 2 10 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000334785 protein_coding 12 1 12 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000342754 protein_coding 5 1 8 NEXN ENSG00000162614 +CDS chr1 77942023 77942208 ENST00000330010 protein_coding 12 2 11 NEXN ENSG00000162614 +CDS chr1 77942461 77942826 ENST00000334785 protein_coding 12 1 13 NEXN ENSG00000162614 +CDS chr1 77942461 77942818 ENST00000342754 protein_coding 5 1 9 NEXN ENSG00000162614 +CDS chr1 77942461 77942826 ENST00000330010 protein_coding 12 2 12 NEXN ENSG00000162614 +CDS chr1 77942900 77942910 ENST00000342754 protein_coding 5 1 10 NEXN ENSG00000162614 +transcript chr1 77944055 77979072 ENST00000370768 protein_coding 7 1 NA FUBP1 ENSG00000162613 +transcript chr1 77948405 77979092 ENST00000370767 protein_coding 5 5 NA FUBP1 ENSG00000162613 +CDS chr1 77948769 77948774 ENST00000370768 protein_coding 7 1 20 FUBP1 ENSG00000162613 +CDS chr1 77948876 77948914 ENST00000370767 protein_coding 5 5 20 FUBP1 ENSG00000162613 +CDS chr1 77949155 77949300 ENST00000370768 protein_coding 7 1 19 FUBP1 ENSG00000162613 +CDS chr1 77949155 77949300 ENST00000370767 protein_coding 5 5 19 FUBP1 ENSG00000162613 +CDS chr1 77955255 77955329 ENST00000370768 protein_coding 7 1 18 FUBP1 ENSG00000162613 +CDS chr1 77955255 77955329 ENST00000370767 protein_coding 5 5 18 FUBP1 ENSG00000162613 +CDS chr1 77956572 77956700 ENST00000370768 protein_coding 7 1 17 FUBP1 ENSG00000162613 +CDS chr1 77956572 77956700 ENST00000370767 protein_coding 5 5 17 FUBP1 ENSG00000162613 +CDS chr1 77960184 77960263 ENST00000370768 protein_coding 7 1 16 FUBP1 ENSG00000162613 +CDS chr1 77960184 77960263 ENST00000370767 protein_coding 5 5 16 FUBP1 ENSG00000162613 +CDS chr1 77960344 77960495 ENST00000370768 protein_coding 7 1 15 FUBP1 ENSG00000162613 +CDS chr1 77960344 77960495 ENST00000370767 protein_coding 5 5 15 FUBP1 ENSG00000162613 +CDS chr1 77962770 77962930 ENST00000370768 protein_coding 7 1 14 FUBP1 ENSG00000162613 +CDS chr1 77962770 77962930 ENST00000370767 protein_coding 5 5 14 FUBP1 ENSG00000162613 +CDS chr1 77963574 77963715 ENST00000370768 protein_coding 7 1 13 FUBP1 ENSG00000162613 +CDS chr1 77963574 77963715 ENST00000370767 protein_coding 5 5 13 FUBP1 ENSG00000162613 +CDS chr1 77964062 77964162 ENST00000370768 protein_coding 7 1 12 FUBP1 ENSG00000162613 +CDS chr1 77964062 77964162 ENST00000370767 protein_coding 5 5 12 FUBP1 ENSG00000162613 +CDS chr1 77964254 77964356 ENST00000370768 protein_coding 7 1 11 FUBP1 ENSG00000162613 +CDS chr1 77964254 77964356 ENST00000370767 protein_coding 5 5 11 FUBP1 ENSG00000162613 +CDS chr1 77964646 77964747 ENST00000370768 protein_coding 7 1 10 FUBP1 ENSG00000162613 +CDS chr1 77964646 77964747 ENST00000370767 protein_coding 5 5 10 FUBP1 ENSG00000162613 +CDS chr1 77964870 77964968 ENST00000370768 protein_coding 7 1 9 FUBP1 ENSG00000162613 +CDS chr1 77964870 77964968 ENST00000370767 protein_coding 5 5 9 FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000370768 protein_coding 7 1 8 FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000370767 protein_coding 5 5 8 FUBP1 ENSG00000162613 +transcript chr1 77965069 77979110 ENST00000421641 protein_coding 1 5 NA FUBP1 ENSG00000162613 +CDS chr1 77965069 77965231 ENST00000421641 protein_coding 1 5 9 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000370768 protein_coding 7 1 7 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000370767 protein_coding 5 5 7 FUBP1 ENSG00000162613 +CDS chr1 77966694 77966751 ENST00000421641 protein_coding 1 5 8 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000370768 protein_coding 7 1 6 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000370767 protein_coding 5 5 6 FUBP1 ENSG00000162613 +CDS chr1 77966884 77966955 ENST00000421641 protein_coding 1 5 7 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967101 ENST00000370768 protein_coding 7 1 5 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967101 ENST00000370767 protein_coding 5 5 5 FUBP1 ENSG00000162613 +CDS chr1 77967049 77967098 ENST00000421641 protein_coding 1 5 6 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000370768 protein_coding 7 1 4 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000370767 protein_coding 5 5 4 FUBP1 ENSG00000162613 +CDS chr1 77967627 77967666 ENST00000421641 protein_coding 1 5 5 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000370768 protein_coding 7 1 3 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000370767 protein_coding 5 5 3 FUBP1 ENSG00000162613 +CDS chr1 77968165 77968203 ENST00000421641 protein_coding 1 5 4 FUBP1 ENSG00000162613 +CDS chr1 77969022 77969084 ENST00000421641 protein_coding 1 5 3 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000370768 protein_coding 7 1 2 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000370767 protein_coding 5 5 2 FUBP1 ENSG00000162613 +CDS chr1 77969925 77970015 ENST00000421641 protein_coding 1 5 2 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000370768 protein_coding 7 1 1 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000370767 protein_coding 5 5 1 FUBP1 ENSG00000162613 +CDS chr1 77978885 77979004 ENST00000421641 protein_coding 1 5 1 FUBP1 ENSG00000162613 +transcript chr1 77980184 78013355 ENST00000426517 protein_coding 1 3 NA DNAJB4 ENSG00000162616 +transcript chr1 78004939 78017964 ENST00000370763 protein_coding 6 1 NA DNAJB4 ENSG00000162616 +CDS chr1 78005111 78005321 ENST00000426517 protein_coding 1 3 2 DNAJB4 ENSG00000162616 +CDS chr1 78005111 78005321 ENST00000370763 protein_coding 6 1 1 DNAJB4 ENSG00000162616 +CDS chr1 78013051 78013355 ENST00000426517 protein_coding 1 3 3 DNAJB4 ENSG00000162616 +CDS chr1 78013051 78013619 ENST00000370763 protein_coding 6 1 2 DNAJB4 ENSG00000162616 +CDS chr1 78016014 78016244 ENST00000370763 protein_coding 6 1 3 DNAJB4 ENSG00000162616 +transcript chr1 78045966 78138444 ENST00000370759 protein_coding 4 1 NA GIPC2 ENSG00000137960 +CDS chr1 78046095 78046334 ENST00000370759 protein_coding 4 1 1 GIPC2 ENSG00000137960 +CDS chr1 78080675 78080860 ENST00000370759 protein_coding 4 1 2 GIPC2 ENSG00000137960 +CDS chr1 78094952 78095132 ENST00000370759 protein_coding 4 1 3 GIPC2 ENSG00000137960 +CDS chr1 78119393 78119499 ENST00000370759 protein_coding 4 1 4 GIPC2 ENSG00000137960 +CDS chr1 78125881 78125962 ENST00000370759 protein_coding 4 1 5 GIPC2 ENSG00000137960 +CDS chr1 78135592 78135740 ENST00000370759 protein_coding 4 1 6 GIPC2 ENSG00000137960 +transcript chr1 78303884 78539749 ENST00000370758 protein_coding 5 1 NA PTGFR ENSG00000122420 +transcript chr1 78490974 78540701 ENST00000370757 protein_coding 8 1 NA PTGFR ENSG00000122420 +transcript chr1 78491072 78539749 ENST00000370756 protein_coding 3 1 NA PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370758 protein_coding 5 1 3 PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370757 protein_coding 8 1 2 PTGFR ENSG00000122420 +CDS chr1 78492744 78493541 ENST00000370756 protein_coding 3 1 2 PTGFR ENSG00000122420 +CDS chr1 78497874 78497944 ENST00000370756 protein_coding 3 1 3 PTGFR ENSG00000122420 +CDS chr1 78536406 78536684 ENST00000370758 protein_coding 5 1 4 PTGFR ENSG00000122420 +CDS chr1 78536406 78536684 ENST00000370757 protein_coding 8 1 3 PTGFR ENSG00000122420 +CDS chr1 78536406 78536427 ENST00000370756 protein_coding 3 1 4 PTGFR ENSG00000122420 +transcript chr1 78619902 78642369 ENST00000679998 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78619922 78628207 ENST00000452835 protein_coding 1 4 NA IFI44L ENSG00000137959 +transcript chr1 78619931 78642328 ENST00000681613 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620448 78646145 ENST00000370751 protein_coding 10 1 NA IFI44L ENSG00000137959 +transcript chr1 78620449 78642393 ENST00000459784 protein_coding 6 3 NA IFI44L ENSG00000137959 +transcript chr1 78620472 78642393 ENST00000680110 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620527 78642328 ENST00000680295 protein_coding 1 NA NA IFI44L ENSG00000137959 +transcript chr1 78620722 78642685 ENST00000679848 protein_coding 1 NA NA IFI44L ENSG00000137959 +CDS chr1 78627916 78628207 ENST00000452835 protein_coding 1 4 3 IFI44L ENSG00000137959 +CDS chr1 78627916 78628393 ENST00000370751 protein_coding 10 1 2 IFI44L ENSG00000137959 +transcript chr1 78627985 78630187 ENST00000450498 protein_coding 1 5 NA IFI44L ENSG00000137959 +CDS chr1 78627985 78628393 ENST00000450498 protein_coding 1 5 1 IFI44L ENSG00000137959 +CDS chr1 78628951 78628999 ENST00000370751 protein_coding 10 1 3 IFI44L ENSG00000137959 +CDS chr1 78628951 78628999 ENST00000450498 protein_coding 1 5 2 IFI44L ENSG00000137959 +CDS chr1 78629720 78629915 ENST00000370751 protein_coding 10 1 4 IFI44L ENSG00000137959 +CDS chr1 78629720 78629915 ENST00000450498 protein_coding 1 5 3 IFI44L ENSG00000137959 +CDS chr1 78629993 78630034 ENST00000450498 protein_coding 1 5 4 IFI44L ENSG00000137959 +CDS chr1 78635337 78635489 ENST00000370751 protein_coding 10 1 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000679998 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000681613 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000459784 protein_coding 6 3 5 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000680110 protein_coding 1 NA 2 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000680295 protein_coding 1 NA 2 IFI44L ENSG00000137959 +CDS chr1 78635388 78635489 ENST00000679848 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000679998 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000681613 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000370751 protein_coding 10 1 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000459784 protein_coding 6 3 6 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000680110 protein_coding 1 NA 3 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000680295 protein_coding 1 NA 3 IFI44L ENSG00000137959 +CDS chr1 78637032 78637203 ENST00000679848 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000679998 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000681613 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000370751 protein_coding 10 1 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000459784 protein_coding 6 3 7 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000680110 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000680295 protein_coding 1 NA 4 IFI44L ENSG00000137959 +CDS chr1 78641021 78641121 ENST00000679848 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000679998 protein_coding 1 NA 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000681613 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000370751 protein_coding 10 1 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000459784 protein_coding 6 3 8 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000680110 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000680295 protein_coding 1 NA 5 IFI44L ENSG00000137959 +CDS chr1 78641435 78641609 ENST00000679848 protein_coding 1 NA 7 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000679998 protein_coding 1 NA 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000681613 protein_coding 1 NA 8 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000370751 protein_coding 10 1 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000459784 protein_coding 6 3 9 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000680110 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000680295 protein_coding 1 NA 6 IFI44L ENSG00000137959 +CDS chr1 78641775 78641806 ENST00000679848 protein_coding 1 NA 8 IFI44L ENSG00000137959 +transcript chr1 78649831 78664073 ENST00000370747 protein_coding 9 1 NA IFI44 ENSG00000137965 +transcript chr1 78649832 78659428 ENST00000438486 protein_coding 1 3 NA IFI44 ENSG00000137965 +CDS chr1 78650196 78650652 ENST00000370747 protein_coding 9 1 2 IFI44 ENSG00000137965 +CDS chr1 78650568 78650652 ENST00000438486 protein_coding 1 3 2 IFI44 ENSG00000137965 +CDS chr1 78654243 78654279 ENST00000370747 protein_coding 9 1 3 IFI44 ENSG00000137965 +CDS chr1 78654243 78654279 ENST00000438486 protein_coding 1 3 3 IFI44 ENSG00000137965 +CDS chr1 78655014 78655209 ENST00000370747 protein_coding 9 1 4 IFI44 ENSG00000137965 +CDS chr1 78655014 78655209 ENST00000438486 protein_coding 1 3 4 IFI44 ENSG00000137965 +CDS chr1 78655362 78655511 ENST00000370747 protein_coding 9 1 5 IFI44 ENSG00000137965 +CDS chr1 78655362 78655511 ENST00000438486 protein_coding 1 3 5 IFI44 ENSG00000137965 +CDS chr1 78659312 78659483 ENST00000370747 protein_coding 9 1 6 IFI44 ENSG00000137965 +CDS chr1 78659312 78659428 ENST00000438486 protein_coding 1 3 6 IFI44 ENSG00000137965 +CDS chr1 78660554 78660654 ENST00000370747 protein_coding 9 1 7 IFI44 ENSG00000137965 +CDS chr1 78662704 78662878 ENST00000370747 protein_coding 9 1 8 IFI44 ENSG00000137965 +transcript chr1 78662735 78664078 ENST00000446486 protein_coding 1 3 NA IFI44 ENSG00000137965 +CDS chr1 78662735 78662917 ENST00000446486 protein_coding 1 3 1 IFI44 ENSG00000137965 +CDS chr1 78663765 78663808 ENST00000370747 protein_coding 9 1 9 IFI44 ENSG00000137965 +CDS chr1 78663765 78663808 ENST00000446486 protein_coding 1 3 2 IFI44 ENSG00000137965 +transcript chr1 78889764 78917885 ENST00000401034 protein_coding 7 5 NA ADGRL4 ENSG00000162618 +transcript chr1 78889764 79006730 ENST00000370742 protein_coding 4 1 NA ADGRL4 ENSG00000162618 +CDS chr1 78889818 78889821 ENST00000401034 protein_coding 7 5 6 ADGRL4 ENSG00000162618 +transcript chr1 78889919 79006820 ENST00000671209 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78889960 79282124 ENST00000661030 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78890531 79236490 ENST00000655029 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +transcript chr1 78890672 79006730 ENST00000656841 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000370742 protein_coding 4 1 15 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000671209 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000661030 protein_coding 1 NA 17 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000655029 protein_coding 1 NA 17 ADGRL4 ENSG00000162618 +CDS chr1 78891157 78891216 ENST00000656841 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78891158 78891216 ENST00000401034 protein_coding 7 5 5 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000401034 protein_coding 7 5 4 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000370742 protein_coding 4 1 14 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000671209 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000661030 protein_coding 1 NA 16 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000655029 protein_coding 1 NA 16 ADGRL4 ENSG00000162618 +CDS chr1 78891524 78891692 ENST00000656841 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000401034 protein_coding 7 5 3 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000370742 protein_coding 4 1 13 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000671209 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000661030 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000655029 protein_coding 1 NA 15 ADGRL4 ENSG00000162618 +CDS chr1 78893098 78893189 ENST00000656841 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000401034 protein_coding 7 5 2 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000370742 protein_coding 4 1 12 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000671209 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000661030 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000655029 protein_coding 1 NA 14 ADGRL4 ENSG00000162618 +CDS chr1 78917634 78917700 ENST00000656841 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78917885 ENST00000401034 protein_coding 7 5 1 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000370742 protein_coding 4 1 11 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000671209 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000661030 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000655029 protein_coding 1 NA 13 ADGRL4 ENSG00000162618 +CDS chr1 78917830 78918050 ENST00000656841 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000370742 protein_coding 4 1 10 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000671209 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000661030 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000655029 protein_coding 1 NA 12 ADGRL4 ENSG00000162618 +CDS chr1 78920183 78920386 ENST00000656841 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000370742 protein_coding 4 1 9 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000661030 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000655029 protein_coding 1 NA 11 ADGRL4 ENSG00000162618 +CDS chr1 78921613 78921786 ENST00000656841 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000370742 protein_coding 4 1 8 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000671209 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000661030 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000655029 protein_coding 1 NA 10 ADGRL4 ENSG00000162618 +CDS chr1 78926886 78927091 ENST00000656841 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000370742 protein_coding 4 1 7 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000671209 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000661030 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000655029 protein_coding 1 NA 9 ADGRL4 ENSG00000162618 +CDS chr1 78936295 78936411 ENST00000656841 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000370742 protein_coding 4 1 6 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000671209 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000661030 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000655029 protein_coding 1 NA 8 ADGRL4 ENSG00000162618 +CDS chr1 78937807 78937990 ENST00000656841 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +transcript chr1 78937962 79188483 ENST00000656300 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78937962 78937990 ENST00000656300 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000370742 protein_coding 4 1 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000671209 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000661030 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000655029 protein_coding 1 NA 7 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000656841 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78938100 78938279 ENST00000656300 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +transcript chr1 78938192 79028211 ENST00000659463 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78938192 78938279 ENST00000659463 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +transcript chr1 78938209 79188399 ENST00000662530 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78938209 78938279 ENST00000662530 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000370742 protein_coding 4 1 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000671209 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000661030 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000655029 protein_coding 1 NA 6 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000656841 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000656300 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000659463 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 78939188 78939258 ENST00000662530 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000370742 protein_coding 4 1 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000671209 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000661030 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000655029 protein_coding 1 NA 5 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946426 ENST00000656841 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000656300 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000659463 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 78946274 78946346 ENST00000662530 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +transcript chr1 78946334 79028261 ENST00000662640 protein_coding 1 NA NA ADGRL4 ENSG00000162618 +CDS chr1 78946334 78946426 ENST00000662640 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005219 ENST00000370742 protein_coding 4 1 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005219 ENST00000671209 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000661030 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000655029 protein_coding 1 NA 4 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000656841 protein_coding 1 NA 2 ADGRL4 ENSG00000162618 +CDS chr1 79005070 79005106 ENST00000662640 protein_coding 1 NA 3 ADGRL4 ENSG00000162618 +CDS chr1 79006633 79006654 ENST00000370742 protein_coding 4 1 1 ADGRL4 ENSG00000162618 +CDS chr1 79006633 79006654 ENST00000671209 protein_coding 1 NA 1 ADGRL4 ENSG00000162618 +transcript chr1 81306166 81991368 ENST00000370721 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370723 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370725 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81991368 ENST00000370727 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81992422 ENST00000370728 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81306166 81992422 ENST00000370730 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81699770 81991426 ENST00000359929 protein_coding 7 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81987353 ENST00000674489 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81992180 ENST00000674442 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800376 81992393 ENST00000674419 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81991812 ENST00000674407 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992395 ENST00000674168 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992397 ENST00000674307 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800378 81992404 ENST00000674209 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000319517 protein_coding 10 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000370713 protein_coding 5 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992196 ENST00000370715 protein_coding 5 1 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992422 ENST00000370717 protein_coding 6 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81800397 81992422 ENST00000627151 protein_coding 2 5 NA ADGRL2 ENSG00000117114 +transcript chr1 81800934 81993932 ENST00000686636 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800987 81992403 ENST00000674393 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +transcript chr1 81800998 81991794 ENST00000674208 protein_coding 1 NA NA ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370721 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370723 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370725 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370727 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370728 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370730 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000359929 protein_coding 7 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674489 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674442 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674419 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674407 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674168 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674307 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674209 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000319517 protein_coding 10 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370713 protein_coding 5 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370715 protein_coding 5 1 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000370717 protein_coding 6 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000627151 protein_coding 2 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000686636 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674393 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81836985 81837057 ENST00000674208 protein_coding 1 NA 2 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370721 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370723 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370725 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370727 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370728 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370730 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000359929 protein_coding 7 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674489 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674442 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674419 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674407 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674168 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674307 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674209 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000319517 protein_coding 10 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370713 protein_coding 5 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370715 protein_coding 5 1 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000370717 protein_coding 6 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000627151 protein_coding 2 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000686636 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674393 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81907017 81907230 ENST00000674208 protein_coding 1 NA 3 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370721 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370723 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370725 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370727 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370728 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370730 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000359929 protein_coding 7 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674489 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674442 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674419 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674407 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674168 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674307 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674209 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000319517 protein_coding 10 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370713 protein_coding 5 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370715 protein_coding 5 1 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000370717 protein_coding 6 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000627151 protein_coding 2 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000686636 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674393 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81936728 81936837 ENST00000674208 protein_coding 1 NA 4 ADGRL2 ENSG00000117114 +CDS chr1 81942034 81942045 ENST00000370721 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942034 81942045 ENST00000686636 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370721 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370723 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370725 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370727 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370728 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370730 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000359929 protein_coding 7 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674489 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674442 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674419 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674407 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674168 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674307 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674209 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000319517 protein_coding 10 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370713 protein_coding 5 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370715 protein_coding 5 1 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000370717 protein_coding 6 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000627151 protein_coding 2 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000686636 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674393 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000674208 protein_coding 1 NA 5 ADGRL2 ENSG00000117114 +transcript chr1 81942969 81991368 ENST00000449420 protein_coding 5 5 NA ADGRL2 ENSG00000117114 +CDS chr1 81942969 81943769 ENST00000449420 protein_coding 5 5 1 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370723 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370725 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370727 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370728 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370730 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000359929 protein_coding 7 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674489 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674442 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674419 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674407 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674168 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674307 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674209 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000319517 protein_coding 10 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370713 protein_coding 5 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370715 protein_coding 5 1 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000370717 protein_coding 6 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000627151 protein_coding 2 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000686636 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674393 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000674208 protein_coding 1 NA 6 ADGRL2 ENSG00000117114 +CDS chr1 81950189 81950482 ENST00000449420 protein_coding 5 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81950387 81950482 ENST00000370721 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370721 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370723 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370725 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370727 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370728 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370730 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000359929 protein_coding 7 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674489 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674442 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674419 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674407 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674168 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674307 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674209 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000319517 protein_coding 10 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370713 protein_coding 5 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370715 protein_coding 5 1 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000370717 protein_coding 6 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000627151 protein_coding 2 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000686636 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674393 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000674208 protein_coding 1 NA 7 ADGRL2 ENSG00000117114 +CDS chr1 81951018 81951121 ENST00000449420 protein_coding 5 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370721 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370723 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370725 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370727 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370728 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370730 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000359929 protein_coding 7 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674489 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674442 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674419 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674407 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674168 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674307 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674209 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000319517 protein_coding 10 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370713 protein_coding 5 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370715 protein_coding 5 1 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000370717 protein_coding 6 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000627151 protein_coding 2 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000686636 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674393 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000674208 protein_coding 1 NA 8 ADGRL2 ENSG00000117114 +CDS chr1 81951957 81952142 ENST00000449420 protein_coding 5 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370725 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370727 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370728 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370730 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674489 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674419 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000370717 protein_coding 6 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000627151 protein_coding 2 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000686636 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000674208 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81952987 81953025 ENST00000449420 protein_coding 5 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370721 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370723 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370725 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370727 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370728 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370730 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000359929 protein_coding 7 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674489 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674442 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674419 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674407 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674168 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674307 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674209 protein_coding 1 NA 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000319517 protein_coding 10 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370713 protein_coding 5 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370715 protein_coding 5 1 9 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000370717 protein_coding 6 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000627151 protein_coding 2 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000686636 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674393 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000674208 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81955877 81956060 ENST00000449420 protein_coding 5 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370721 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370723 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370725 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370727 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370728 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370730 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000359929 protein_coding 7 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674489 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674442 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674419 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674407 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674168 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674307 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674209 protein_coding 1 NA 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000319517 protein_coding 10 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370713 protein_coding 5 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370715 protein_coding 5 1 10 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000370717 protein_coding 6 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000627151 protein_coding 2 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000686636 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674393 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000674208 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966058 81966183 ENST00000449420 protein_coding 5 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370721 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370723 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370725 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370727 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370728 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370730 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000359929 protein_coding 7 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674489 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674442 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674419 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674407 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674168 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674307 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674209 protein_coding 1 NA 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000319517 protein_coding 10 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370713 protein_coding 5 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370715 protein_coding 5 1 11 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000370717 protein_coding 6 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000627151 protein_coding 2 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000686636 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674393 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000674208 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81966404 81966609 ENST00000449420 protein_coding 5 5 8 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370721 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370723 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370725 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370727 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370728 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370730 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000359929 protein_coding 7 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674489 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674442 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674419 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674407 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674168 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674307 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674209 protein_coding 1 NA 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000319517 protein_coding 10 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370713 protein_coding 5 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370715 protein_coding 5 1 12 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000370717 protein_coding 6 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000627151 protein_coding 2 5 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000686636 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674393 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000674208 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81968026 81968199 ENST00000449420 protein_coding 5 5 9 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370721 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370723 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370725 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370727 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370728 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370730 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000359929 protein_coding 7 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674489 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674442 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674419 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674407 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674168 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674307 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674209 protein_coding 1 NA 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000319517 protein_coding 10 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370713 protein_coding 5 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370715 protein_coding 5 1 13 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000370717 protein_coding 6 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000627151 protein_coding 2 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000686636 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674393 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000674208 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81969178 81969387 ENST00000449420 protein_coding 5 5 10 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370721 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370723 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370725 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370727 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370728 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370730 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000359929 protein_coding 7 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674489 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674442 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674419 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674407 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674168 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674307 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674209 protein_coding 1 NA 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000319517 protein_coding 10 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370713 protein_coding 5 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370715 protein_coding 5 1 14 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000370717 protein_coding 6 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000627151 protein_coding 2 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000686636 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674393 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000674208 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81970314 81970534 ENST00000449420 protein_coding 5 5 11 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370721 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370723 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370725 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370727 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370728 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370730 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000359929 protein_coding 7 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674489 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674442 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674419 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674407 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674168 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674307 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674209 protein_coding 1 NA 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000319517 protein_coding 10 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370713 protein_coding 5 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370715 protein_coding 5 1 15 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000370717 protein_coding 6 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000627151 protein_coding 2 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000686636 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674393 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000674208 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81971852 81971918 ENST00000449420 protein_coding 5 5 12 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370721 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370723 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370725 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370727 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370728 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370730 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000359929 protein_coding 7 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674489 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674442 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674419 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674407 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674168 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674307 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674209 protein_coding 1 NA 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000319517 protein_coding 10 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370713 protein_coding 5 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370715 protein_coding 5 1 16 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000370717 protein_coding 6 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000627151 protein_coding 2 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000686636 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674393 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000674208 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81979869 81979960 ENST00000449420 protein_coding 5 5 13 ADGRL2 ENSG00000117114 +transcript chr1 81979889 81992423 ENST00000402328 protein_coding 2 5 NA ADGRL2 ENSG00000117114 +CDS chr1 81979889 81979960 ENST00000402328 protein_coding 2 5 1 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370723 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370725 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000370727 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674489 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674168 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000674307 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000627151 protein_coding 2 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000449420 protein_coding 5 5 14 ADGRL2 ENSG00000117114 +CDS chr1 81980795 81980839 ENST00000402328 protein_coding 2 5 2 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000674489 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000674307 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981124 81981150 ENST00000449420 protein_coding 5 5 15 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370721 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370723 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370725 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370727 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370728 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370730 protein_coding 5 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000359929 protein_coding 7 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674489 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674442 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674419 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674407 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674168 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674307 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674209 protein_coding 1 NA 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000319517 protein_coding 10 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370713 protein_coding 5 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370715 protein_coding 5 1 17 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000370717 protein_coding 6 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000627151 protein_coding 2 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000686636 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674393 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000674208 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000449420 protein_coding 5 5 16 ADGRL2 ENSG00000117114 +CDS chr1 81981808 81981976 ENST00000402328 protein_coding 2 5 3 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370721 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370723 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370725 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370727 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370728 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370730 protein_coding 5 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000359929 protein_coding 7 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674489 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674442 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674419 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674407 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674168 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674307 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674209 protein_coding 1 NA 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000319517 protein_coding 10 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370713 protein_coding 5 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370715 protein_coding 5 1 18 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000370717 protein_coding 6 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000627151 protein_coding 2 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000686636 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674393 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000674208 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000449420 protein_coding 5 5 17 ADGRL2 ENSG00000117114 +CDS chr1 81984583 81984711 ENST00000402328 protein_coding 2 5 4 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370721 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370723 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370725 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370727 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370728 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370730 protein_coding 5 5 23 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000359929 protein_coding 7 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674489 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674442 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674419 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674407 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674168 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674307 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674209 protein_coding 1 NA 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000319517 protein_coding 10 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370715 protein_coding 5 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000370717 protein_coding 6 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000627151 protein_coding 2 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000686636 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674393 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000674208 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000449420 protein_coding 5 5 18 ADGRL2 ENSG00000117114 +CDS chr1 81985259 81985355 ENST00000402328 protein_coding 2 5 5 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370721 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370723 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370725 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370728 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987220 ENST00000674489 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674407 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674307 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000674209 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000370717 protein_coding 6 5 21 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000686636 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000449420 protein_coding 5 5 19 ADGRL2 ENSG00000117114 +CDS chr1 81986901 81987029 ENST00000402328 protein_coding 2 5 6 ADGRL2 ENSG00000117114 +CDS chr1 81987260 81987291 ENST00000674442 protein_coding 1 NA 20 ADGRL2 ENSG00000117114 +CDS chr1 81987289 81987341 ENST00000370715 protein_coding 5 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81987289 81987341 ENST00000674208 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81987869 81987886 ENST00000686636 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81987869 81987886 ENST00000402328 protein_coding 2 5 7 ADGRL2 ENSG00000117114 +CDS chr1 81989657 81989691 ENST00000674407 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81989657 81989677 ENST00000370715 protein_coding 5 1 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370721 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370723 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370725 protein_coding 5 5 26 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370727 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370728 protein_coding 5 5 25 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370730 protein_coding 5 5 24 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000359929 protein_coding 7 1 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674419 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674168 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674307 protein_coding 1 NA 23 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674209 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000319517 protein_coding 10 1 20 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81990399 ENST00000370713 protein_coding 5 1 19 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000370717 protein_coding 6 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000627151 protein_coding 2 5 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000686636 protein_coding 1 NA 24 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000674393 protein_coding 1 NA 21 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81990399 ENST00000674208 protein_coding 1 NA 22 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000449420 protein_coding 5 5 20 ADGRL2 ENSG00000117114 +CDS chr1 81990391 81991142 ENST00000402328 protein_coding 2 5 8 ADGRL2 ENSG00000117114 +transcript chr1 83865024 83999132 ENST00000260505 protein_coding 13 2 NA TTLL7 ENSG00000137941 +CDS chr1 83869965 83870082 ENST00000260505 protein_coding 13 2 21 TTLL7 ENSG00000137941 +CDS chr1 83882963 83883136 ENST00000260505 protein_coding 13 2 20 TTLL7 ENSG00000137941 +CDS chr1 83890321 83890481 ENST00000260505 protein_coding 13 2 19 TTLL7 ENSG00000137941 +CDS chr1 83904079 83904159 ENST00000260505 protein_coding 13 2 18 TTLL7 ENSG00000137941 +CDS chr1 83906329 83906463 ENST00000260505 protein_coding 13 2 17 TTLL7 ENSG00000137941 +CDS chr1 83907456 83907661 ENST00000260505 protein_coding 13 2 16 TTLL7 ENSG00000137941 +CDS chr1 83911165 83911363 ENST00000260505 protein_coding 13 2 15 TTLL7 ENSG00000137941 +transcript chr1 83912996 83999150 ENST00000610996 protein_coding 1 5 NA TTLL7 ENSG00000137941 +CDS chr1 83912999 83913040 ENST00000610996 protein_coding 1 5 15 TTLL7 ENSG00000137941 +CDS chr1 83917604 83917690 ENST00000260505 protein_coding 13 2 14 TTLL7 ENSG00000137941 +CDS chr1 83917604 83917690 ENST00000610996 protein_coding 1 5 14 TTLL7 ENSG00000137941 +CDS chr1 83919699 83919834 ENST00000260505 protein_coding 13 2 13 TTLL7 ENSG00000137941 +CDS chr1 83919699 83919834 ENST00000610996 protein_coding 1 5 13 TTLL7 ENSG00000137941 +CDS chr1 83921087 83921160 ENST00000260505 protein_coding 13 2 12 TTLL7 ENSG00000137941 +CDS chr1 83921087 83921160 ENST00000610996 protein_coding 1 5 12 TTLL7 ENSG00000137941 +CDS chr1 83921247 83921394 ENST00000260505 protein_coding 13 2 11 TTLL7 ENSG00000137941 +CDS chr1 83921247 83921394 ENST00000610996 protein_coding 1 5 11 TTLL7 ENSG00000137941 +CDS chr1 83929136 83929230 ENST00000260505 protein_coding 13 2 10 TTLL7 ENSG00000137941 +CDS chr1 83929136 83929230 ENST00000610996 protein_coding 1 5 10 TTLL7 ENSG00000137941 +CDS chr1 83933608 83933766 ENST00000260505 protein_coding 13 2 9 TTLL7 ENSG00000137941 +CDS chr1 83933608 83933766 ENST00000610996 protein_coding 1 5 9 TTLL7 ENSG00000137941 +CDS chr1 83937852 83938016 ENST00000260505 protein_coding 13 2 8 TTLL7 ENSG00000137941 +CDS chr1 83937852 83938016 ENST00000610996 protein_coding 1 5 8 TTLL7 ENSG00000137941 +CDS chr1 83942463 83942679 ENST00000260505 protein_coding 13 2 7 TTLL7 ENSG00000137941 +CDS chr1 83942463 83942679 ENST00000610996 protein_coding 1 5 7 TTLL7 ENSG00000137941 +CDS chr1 83947124 83947282 ENST00000260505 protein_coding 13 2 6 TTLL7 ENSG00000137941 +CDS chr1 83947124 83947282 ENST00000610996 protein_coding 1 5 6 TTLL7 ENSG00000137941 +CDS chr1 83948628 83948695 ENST00000260505 protein_coding 13 2 5 TTLL7 ENSG00000137941 +CDS chr1 83948628 83948695 ENST00000610996 protein_coding 1 5 5 TTLL7 ENSG00000137941 +CDS chr1 83949865 83949986 ENST00000260505 protein_coding 13 2 4 TTLL7 ENSG00000137941 +CDS chr1 83949865 83949986 ENST00000610996 protein_coding 1 5 4 TTLL7 ENSG00000137941 +CDS chr1 83951845 83951976 ENST00000260505 protein_coding 13 2 3 TTLL7 ENSG00000137941 +CDS chr1 83951845 83951976 ENST00000610996 protein_coding 1 5 3 TTLL7 ENSG00000137941 +CDS chr1 83952187 83952211 ENST00000260505 protein_coding 13 2 2 TTLL7 ENSG00000137941 +CDS chr1 83952187 83952211 ENST00000610996 protein_coding 1 5 2 TTLL7 ENSG00000137941 +transcript chr1 84078062 84238498 ENST00000370689 protein_coding 6 1 NA PRKACB ENSG00000142875 +transcript chr1 84078144 84205439 ENST00000370688 protein_coding 7 1 NA PRKACB ENSG00000142875 +CDS chr1 84078326 84078371 ENST00000370689 protein_coding 6 1 1 PRKACB ENSG00000142875 +CDS chr1 84078326 84078371 ENST00000370688 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84144271 84238498 ENST00000370685 protein_coding 7 1 NA PRKACB ENSG00000142875 +CDS chr1 84144362 84144548 ENST00000370685 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84164317 84204525 ENST00000370684 protein_coding 5 5 NA PRKACB ENSG00000142875 +transcript chr1 84164323 84196742 ENST00000436133 protein_coding 5 3 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84235309 ENST00000446538 protein_coding 5 2 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84238494 ENST00000610703 protein_coding 4 2 NA PRKACB ENSG00000142875 +transcript chr1 84164382 84238494 ENST00000370682 protein_coding 7 1 NA PRKACB ENSG00000142875 +transcript chr1 84164394 84202695 ENST00000432111 protein_coding 5 5 NA PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000370684 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000436133 protein_coding 5 3 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000446538 protein_coding 5 2 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000432111 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000610703 protein_coding 4 2 1 PRKACB ENSG00000142875 +CDS chr1 84164413 84164422 ENST00000370682 protein_coding 7 1 1 PRKACB ENSG00000142875 +transcript chr1 84164681 84197791 ENST00000450730 protein_coding 5 3 NA PRKACB ENSG00000142875 +transcript chr1 84164695 84205297 ENST00000370680 protein_coding 5 1 NA PRKACB ENSG00000142875 +transcript chr1 84164904 84197824 ENST00000413538 protein_coding 5 5 NA PRKACB ENSG00000142875 +transcript chr1 84164912 84197812 ENST00000417530 protein_coding 5 2 NA PRKACB ENSG00000142875 +transcript chr1 84164966 84238498 ENST00000394839 protein_coding 6 2 NA PRKACB ENSG00000142875 +transcript chr1 84164966 84238496 ENST00000614872 protein_coding 4 1 NA PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000450730 protein_coding 5 3 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000370680 protein_coding 5 1 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000413538 protein_coding 5 5 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000417530 protein_coding 5 2 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000394839 protein_coding 6 2 1 PRKACB ENSG00000142875 +CDS chr1 84165007 84165013 ENST00000614872 protein_coding 4 1 1 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000436133 protein_coding 5 3 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000446538 protein_coding 5 2 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000450730 protein_coding 5 3 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000370680 protein_coding 5 1 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000394839 protein_coding 6 2 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000614872 protein_coding 4 1 2 PRKACB ENSG00000142875 +CDS chr1 84173329 84173352 ENST00000370682 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000436133 protein_coding 5 3 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000446538 protein_coding 5 2 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000432111 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000450730 protein_coding 5 3 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000370680 protein_coding 5 1 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000413538 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000394839 protein_coding 6 2 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000614872 protein_coding 4 1 3 PRKACB ENSG00000142875 +CDS chr1 84175033 84175056 ENST00000370682 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000446538 protein_coding 5 2 4 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000370680 protein_coding 5 1 4 PRKACB ENSG00000142875 +CDS chr1 84175799 84175807 ENST00000614872 protein_coding 4 1 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370689 protein_coding 6 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370688 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370685 protein_coding 7 1 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370684 protein_coding 5 5 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000436133 protein_coding 5 3 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000446538 protein_coding 5 2 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000432111 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000450730 protein_coding 5 3 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370680 protein_coding 5 1 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000413538 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000417530 protein_coding 5 2 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000394839 protein_coding 6 2 4 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000610703 protein_coding 4 2 2 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000614872 protein_coding 4 1 5 PRKACB ENSG00000142875 +CDS chr1 84179177 84179238 ENST00000370682 protein_coding 7 1 4 PRKACB ENSG00000142875 +transcript chr1 84181660 84238494 ENST00000610457 protein_coding 1 2 NA PRKACB ENSG00000142875 +CDS chr1 84181660 84181728 ENST00000610457 protein_coding 1 2 1 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370689 protein_coding 6 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370688 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370685 protein_coding 7 1 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370684 protein_coding 5 5 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000436133 protein_coding 5 3 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000446538 protein_coding 5 2 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000432111 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000450730 protein_coding 5 3 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370680 protein_coding 5 1 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000413538 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000417530 protein_coding 5 2 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000394839 protein_coding 6 2 5 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000610703 protein_coding 4 2 3 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000614872 protein_coding 4 1 6 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000610457 protein_coding 1 2 2 PRKACB ENSG00000142875 +CDS chr1 84182200 84182328 ENST00000370682 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370689 protein_coding 6 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370688 protein_coding 7 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370685 protein_coding 7 1 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370684 protein_coding 5 5 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000436133 protein_coding 5 3 6 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000446538 protein_coding 5 2 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000432111 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000450730 protein_coding 5 3 6 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370680 protein_coding 5 1 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000413538 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000417530 protein_coding 5 2 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000610703 protein_coding 4 2 4 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000614872 protein_coding 4 1 7 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000610457 protein_coding 1 2 3 PRKACB ENSG00000142875 +CDS chr1 84184037 84184135 ENST00000370682 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370689 protein_coding 6 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370688 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370685 protein_coding 7 1 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370684 protein_coding 5 5 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000436133 protein_coding 5 3 7 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000446538 protein_coding 5 2 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000432111 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000450730 protein_coding 5 3 7 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370680 protein_coding 5 1 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000413538 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000417530 protein_coding 5 2 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000394839 protein_coding 6 2 6 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000610703 protein_coding 4 2 5 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000614872 protein_coding 4 1 8 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000610457 protein_coding 1 2 4 PRKACB ENSG00000142875 +CDS chr1 84185100 84185182 ENST00000370682 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370689 protein_coding 6 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370688 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370685 protein_coding 7 1 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370684 protein_coding 5 5 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000436133 protein_coding 5 3 8 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000446538 protein_coding 5 2 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000432111 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000450730 protein_coding 5 3 8 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370680 protein_coding 5 1 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000413538 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000417530 protein_coding 5 2 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000394839 protein_coding 6 2 7 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000610703 protein_coding 4 2 6 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000614872 protein_coding 4 1 9 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000610457 protein_coding 1 2 5 PRKACB ENSG00000142875 +CDS chr1 84196616 84196742 ENST00000370682 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370689 protein_coding 6 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370688 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370685 protein_coding 7 1 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370684 protein_coding 5 5 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000446538 protein_coding 5 2 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000432111 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197791 ENST00000450730 protein_coding 5 3 9 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370680 protein_coding 5 1 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000413538 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197812 ENST00000417530 protein_coding 5 2 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000394839 protein_coding 6 2 8 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000610703 protein_coding 4 2 7 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000614872 protein_coding 4 1 10 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000610457 protein_coding 1 2 6 PRKACB ENSG00000142875 +CDS chr1 84197729 84197824 ENST00000370682 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370689 protein_coding 6 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370688 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370685 protein_coding 7 1 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370684 protein_coding 5 5 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000446538 protein_coding 5 2 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202695 ENST00000432111 protein_coding 5 5 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370680 protein_coding 5 1 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000394839 protein_coding 6 2 9 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000610703 protein_coding 4 2 8 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000614872 protein_coding 4 1 11 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000610457 protein_coding 1 2 7 PRKACB ENSG00000142875 +CDS chr1 84202683 84202805 ENST00000370682 protein_coding 7 1 10 PRKACB ENSG00000142875 +CDS chr1 84204479 84204487 ENST00000370680 protein_coding 5 1 12 PRKACB ENSG00000142875 +CDS chr1 84204482 84204487 ENST00000370688 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84204482 84204487 ENST00000370684 protein_coding 5 5 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370689 protein_coding 6 1 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370685 protein_coding 7 1 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000446538 protein_coding 5 2 12 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000394839 protein_coding 6 2 10 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000610703 protein_coding 4 2 9 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000614872 protein_coding 4 1 12 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000610457 protein_coding 1 2 8 PRKACB ENSG00000142875 +CDS chr1 84214153 84214317 ENST00000370682 protein_coding 7 1 11 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370689 protein_coding 6 1 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370685 protein_coding 7 1 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000446538 protein_coding 5 2 13 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000394839 protein_coding 6 2 11 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000610703 protein_coding 4 2 10 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000614872 protein_coding 4 1 13 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000610457 protein_coding 1 2 9 PRKACB ENSG00000142875 +CDS chr1 84235180 84235302 ENST00000370682 protein_coding 7 1 12 PRKACB ENSG00000142875 +transcript chr1 84298366 84350798 ENST00000370673 protein_coding 7 2 NA SAMD13 ENSG00000203943 +CDS chr1 84298558 84298567 ENST00000370673 protein_coding 7 2 1 SAMD13 ENSG00000203943 +transcript chr1 84299558 84350070 ENST00000370671 protein_coding 7 3 NA SAMD13 ENSG00000203943 +CDS chr1 84299617 84299644 ENST00000370671 protein_coding 7 3 1 SAMD13 ENSG00000203943 +transcript chr1 84301708 84350798 ENST00000394834 protein_coding 8 2 NA SAMD13 ENSG00000203943 +transcript chr1 84301720 84349994 ENST00000370669 protein_coding 5 3 NA SAMD13 ENSG00000203943 +transcript chr1 84302651 84350796 ENST00000370668 protein_coding 7 1 NA SAMD13 ENSG00000203943 +transcript chr1 84303033 84349930 ENST00000370670 protein_coding 2 4 NA SAMD13 ENSG00000203943 +CDS chr1 84303203 84303287 ENST00000370673 protein_coding 7 2 2 SAMD13 ENSG00000203943 +CDS chr1 84303203 84303287 ENST00000370671 protein_coding 7 3 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000394834 protein_coding 8 2 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370669 protein_coding 5 3 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370668 protein_coding 7 1 2 SAMD13 ENSG00000203943 +CDS chr1 84303235 84303287 ENST00000370670 protein_coding 2 4 2 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370673 protein_coding 7 2 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370671 protein_coding 7 3 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000394834 protein_coding 8 2 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370669 protein_coding 5 3 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370668 protein_coding 7 1 3 SAMD13 ENSG00000203943 +CDS chr1 84325637 84325748 ENST00000370670 protein_coding 2 4 3 SAMD13 ENSG00000203943 +transcript chr1 84325680 84389957 ENST00000454967 protein_coding 1 3 NA SAMD13 ENSG00000203943 +CDS chr1 84325680 84325748 ENST00000454967 protein_coding 1 3 1 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370673 protein_coding 7 2 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370671 protein_coding 7 3 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000394834 protein_coding 8 2 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370669 protein_coding 5 3 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370668 protein_coding 7 1 4 SAMD13 ENSG00000203943 +CDS chr1 84349631 84349771 ENST00000370670 protein_coding 2 4 4 SAMD13 ENSG00000203943 +CDS chr1 84388280 84388360 ENST00000454967 protein_coding 1 3 2 SAMD13 ENSG00000203943 +transcript chr1 84398484 84415018 ENST00000370665 protein_coding 4 1 NA DNASE2B ENSG00000137976 +CDS chr1 84398565 84398689 ENST00000370665 protein_coding 4 1 1 DNASE2B ENSG00000137976 +CDS chr1 84401901 84402078 ENST00000370665 protein_coding 4 1 2 DNASE2B ENSG00000137976 +transcript chr1 84408230 84415008 ENST00000370662 protein_coding 3 1 NA DNASE2B ENSG00000137976 +CDS chr1 84408437 84408518 ENST00000370665 protein_coding 4 1 3 DNASE2B ENSG00000137976 +CDS chr1 84410838 84410999 ENST00000370665 protein_coding 4 1 4 DNASE2B ENSG00000137976 +CDS chr1 84412349 84412546 ENST00000370665 protein_coding 4 1 5 DNASE2B ENSG00000137976 +CDS chr1 84412426 84412546 ENST00000370662 protein_coding 3 1 3 DNASE2B ENSG00000137976 +CDS chr1 84414528 84414865 ENST00000370665 protein_coding 4 1 6 DNASE2B ENSG00000137976 +CDS chr1 84414528 84414865 ENST00000370662 protein_coding 3 1 4 DNASE2B ENSG00000137976 +transcript chr1 84479259 84483330 ENST00000370656 protein_coding 5 2 NA RPF1 ENSG00000117133 +transcript chr1 84479266 84498352 ENST00000370654 protein_coding 6 1 NA RPF1 ENSG00000117133 +CDS chr1 84479282 84479509 ENST00000370656 protein_coding 5 2 1 RPF1 ENSG00000117133 +CDS chr1 84479282 84479509 ENST00000370654 protein_coding 6 1 1 RPF1 ENSG00000117133 +CDS chr1 84480956 84481012 ENST00000370656 protein_coding 5 2 2 RPF1 ENSG00000117133 +CDS chr1 84480956 84481012 ENST00000370654 protein_coding 6 1 2 RPF1 ENSG00000117133 +CDS chr1 84482915 84483016 ENST00000370656 protein_coding 5 2 3 RPF1 ENSG00000117133 +CDS chr1 84482915 84482995 ENST00000370654 protein_coding 6 1 3 RPF1 ENSG00000117133 +CDS chr1 84489633 84489728 ENST00000370654 protein_coding 6 1 4 RPF1 ENSG00000117133 +CDS chr1 84490319 84490472 ENST00000370654 protein_coding 6 1 5 RPF1 ENSG00000117133 +CDS chr1 84495373 84495455 ENST00000370654 protein_coding 6 1 6 RPF1 ENSG00000117133 +CDS chr1 84495882 84496063 ENST00000370654 protein_coding 6 1 7 RPF1 ENSG00000117133 +CDS chr1 84496244 84496370 ENST00000370654 protein_coding 6 1 8 RPF1 ENSG00000117133 +CDS chr1 84497429 84497467 ENST00000370654 protein_coding 6 1 9 RPF1 ENSG00000117133 +transcript chr1 84498325 84506581 ENST00000370645 protein_coding 9 2 NA GNG5 ENSG00000174021 +transcript chr1 84498329 84506565 ENST00000370641 protein_coding 3 1 NA GNG5 ENSG00000174021 +transcript chr1 84498501 84506273 ENST00000686161 protein_coding 1 NA NA GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000370645 protein_coding 9 2 3 GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000370641 protein_coding 3 1 2 GNG5 ENSG00000174021 +CDS chr1 84501848 84501970 ENST00000686161 protein_coding 1 NA 2 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000370645 protein_coding 9 2 2 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000370641 protein_coding 3 1 1 GNG5 ENSG00000174021 +CDS chr1 84506011 84506091 ENST00000686161 protein_coding 1 NA 1 GNG5 ENSG00000174021 +transcript chr1 84506397 84554539 ENST00000490879 protein_coding 8 5 NA SPATA1 ENSG00000122432 +CDS chr1 84516360 84516395 ENST00000490879 protein_coding 8 5 2 SPATA1 ENSG00000122432 +CDS chr1 84520585 84520691 ENST00000490879 protein_coding 8 5 3 SPATA1 ENSG00000122432 +CDS chr1 84522390 84522507 ENST00000490879 protein_coding 8 5 4 SPATA1 ENSG00000122432 +CDS chr1 84525696 84525749 ENST00000490879 protein_coding 8 5 5 SPATA1 ENSG00000122432 +CDS chr1 84525845 84526073 ENST00000490879 protein_coding 8 5 6 SPATA1 ENSG00000122432 +CDS chr1 84532860 84532974 ENST00000490879 protein_coding 8 5 7 SPATA1 ENSG00000122432 +CDS chr1 84533709 84533766 ENST00000490879 protein_coding 8 5 8 SPATA1 ENSG00000122432 +CDS chr1 84544202 84544304 ENST00000490879 protein_coding 8 5 9 SPATA1 ENSG00000122432 +CDS chr1 84545634 84545759 ENST00000490879 protein_coding 8 5 10 SPATA1 ENSG00000122432 +CDS chr1 84548786 84548964 ENST00000490879 protein_coding 8 5 11 SPATA1 ENSG00000122432 +transcript chr1 84549611 84574440 ENST00000370630 protein_coding 6 1 NA CTBS ENSG00000117151 +CDS chr1 84550432 84550530 ENST00000490879 protein_coding 8 5 12 SPATA1 ENSG00000122432 +CDS chr1 84553035 84553121 ENST00000490879 protein_coding 8 5 13 SPATA1 ENSG00000122432 +CDS chr1 84555002 84555199 ENST00000370630 protein_coding 6 1 7 CTBS ENSG00000117151 +CDS chr1 84563257 84563418 ENST00000370630 protein_coding 6 1 6 CTBS ENSG00000117151 +CDS chr1 84563735 84563832 ENST00000370630 protein_coding 6 1 5 CTBS ENSG00000117151 +CDS chr1 84565841 84566012 ENST00000370630 protein_coding 6 1 4 CTBS ENSG00000117151 +CDS chr1 84569931 84570139 ENST00000370630 protein_coding 6 1 3 CTBS ENSG00000117151 +CDS chr1 84570582 84570720 ENST00000370630 protein_coding 6 1 2 CTBS ENSG00000117151 +CDS chr1 84574239 84574415 ENST00000370630 protein_coding 6 1 1 CTBS ENSG00000117151 +transcript chr1 84643706 84690461 ENST00000342203 protein_coding 8 1 NA SSX2IP ENSG00000117155 +transcript chr1 84643707 84690468 ENST00000437941 protein_coding 6 2 NA SSX2IP ENSG00000117155 +transcript chr1 84647376 84690444 ENST00000605755 protein_coding 5 2 NA SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000342203 protein_coding 8 1 14 SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000437941 protein_coding 6 2 13 SSX2IP ENSG00000117155 +CDS chr1 84647436 84647607 ENST00000605755 protein_coding 5 2 13 SSX2IP ENSG00000117155 +transcript chr1 84649630 84690289 ENST00000603677 protein_coding 1 1 NA SSX2IP ENSG00000117155 +CDS chr1 84650328 84650527 ENST00000603677 protein_coding 1 1 3 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000342203 protein_coding 8 1 13 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000437941 protein_coding 6 2 12 SSX2IP ENSG00000117155 +CDS chr1 84650362 84650527 ENST00000605755 protein_coding 5 2 12 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000342203 protein_coding 8 1 12 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000437941 protein_coding 6 2 11 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651997 ENST00000605755 protein_coding 5 2 11 SSX2IP ENSG00000117155 +CDS chr1 84651883 84651943 ENST00000603677 protein_coding 1 1 2 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000342203 protein_coding 8 1 11 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000437941 protein_coding 6 2 10 SSX2IP ENSG00000117155 +CDS chr1 84655832 84656005 ENST00000605755 protein_coding 5 2 10 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000342203 protein_coding 8 1 10 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000437941 protein_coding 6 2 9 SSX2IP ENSG00000117155 +CDS chr1 84656348 84656484 ENST00000605755 protein_coding 5 2 9 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000342203 protein_coding 8 1 9 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000437941 protein_coding 6 2 8 SSX2IP ENSG00000117155 +CDS chr1 84658318 84658468 ENST00000605755 protein_coding 5 2 8 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000342203 protein_coding 8 1 8 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000437941 protein_coding 6 2 7 SSX2IP ENSG00000117155 +CDS chr1 84662198 84662375 ENST00000605755 protein_coding 5 2 7 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000342203 protein_coding 8 1 7 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000437941 protein_coding 6 2 6 SSX2IP ENSG00000117155 +CDS chr1 84662455 84662530 ENST00000605755 protein_coding 5 2 6 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000342203 protein_coding 8 1 6 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000437941 protein_coding 6 2 5 SSX2IP ENSG00000117155 +CDS chr1 84664417 84664552 ENST00000605755 protein_coding 5 2 5 SSX2IP ENSG00000117155 +transcript chr1 84666119 84690803 ENST00000422026 protein_coding 1 3 NA SSX2IP ENSG00000117155 +CDS chr1 84666119 84666232 ENST00000422026 protein_coding 1 3 5 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000342203 protein_coding 8 1 5 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000437941 protein_coding 6 2 4 SSX2IP ENSG00000117155 +CDS chr1 84666122 84666232 ENST00000605755 protein_coding 5 2 4 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000342203 protein_coding 8 1 4 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000437941 protein_coding 6 2 3 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000605755 protein_coding 5 2 3 SSX2IP ENSG00000117155 +CDS chr1 84669681 84669893 ENST00000422026 protein_coding 1 3 4 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670815 ENST00000342203 protein_coding 8 1 3 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670777 ENST00000437941 protein_coding 6 2 2 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670777 ENST00000605755 protein_coding 5 2 2 SSX2IP ENSG00000117155 +CDS chr1 84670646 84670815 ENST00000422026 protein_coding 1 3 3 SSX2IP ENSG00000117155 +CDS chr1 84671177 84671219 ENST00000342203 protein_coding 8 1 2 SSX2IP ENSG00000117155 +CDS chr1 84671177 84671219 ENST00000422026 protein_coding 1 3 2 SSX2IP ENSG00000117155 +transcript chr1 84811602 84866159 ENST00000440886 protein_coding 1 1 NA LPAR3 ENSG00000171517 +transcript chr1 84811602 84893206 ENST00000370611 protein_coding 4 1 NA LPAR3 ENSG00000171517 +CDS chr1 84813849 84814171 ENST00000440886 protein_coding 1 1 2 LPAR3 ENSG00000171517 +CDS chr1 84813849 84814171 ENST00000370611 protein_coding 4 1 3 LPAR3 ENSG00000171517 +CDS chr1 84865385 84866120 ENST00000440886 protein_coding 1 1 1 LPAR3 ENSG00000171517 +CDS chr1 84865385 84866120 ENST00000370611 protein_coding 4 1 2 LPAR3 ENSG00000171517 +transcript chr1 84925583 84997113 ENST00000370608 protein_coding 8 1 NA MCOLN2 ENSG00000153898 +transcript chr1 84926685 84997112 ENST00000284027 protein_coding 5 5 NA MCOLN2 ENSG00000153898 +CDS chr1 84926688 84926721 ENST00000370608 protein_coding 8 1 14 MCOLN2 ENSG00000153898 +CDS chr1 84926688 84926721 ENST00000284027 protein_coding 5 5 14 MCOLN2 ENSG00000153898 +CDS chr1 84929558 84929679 ENST00000370608 protein_coding 8 1 13 MCOLN2 ENSG00000153898 +CDS chr1 84929558 84929679 ENST00000284027 protein_coding 5 5 13 MCOLN2 ENSG00000153898 +CDS chr1 84931362 84931568 ENST00000370608 protein_coding 8 1 12 MCOLN2 ENSG00000153898 +CDS chr1 84931362 84931568 ENST00000284027 protein_coding 5 5 12 MCOLN2 ENSG00000153898 +CDS chr1 84937755 84937877 ENST00000370608 protein_coding 8 1 11 MCOLN2 ENSG00000153898 +CDS chr1 84937755 84937877 ENST00000284027 protein_coding 5 5 11 MCOLN2 ENSG00000153898 +CDS chr1 84937981 84938082 ENST00000370608 protein_coding 8 1 10 MCOLN2 ENSG00000153898 +CDS chr1 84937981 84938082 ENST00000284027 protein_coding 5 5 10 MCOLN2 ENSG00000153898 +CDS chr1 84939553 84939702 ENST00000370608 protein_coding 8 1 9 MCOLN2 ENSG00000153898 +CDS chr1 84939553 84939702 ENST00000284027 protein_coding 5 5 9 MCOLN2 ENSG00000153898 +CDS chr1 84940879 84940991 ENST00000370608 protein_coding 8 1 8 MCOLN2 ENSG00000153898 +CDS chr1 84940879 84940991 ENST00000284027 protein_coding 5 5 8 MCOLN2 ENSG00000153898 +CDS chr1 84947033 84947132 ENST00000370608 protein_coding 8 1 7 MCOLN2 ENSG00000153898 +CDS chr1 84947033 84947132 ENST00000284027 protein_coding 5 5 7 MCOLN2 ENSG00000153898 +CDS chr1 84952243 84952339 ENST00000370608 protein_coding 8 1 6 MCOLN2 ENSG00000153898 +CDS chr1 84952243 84952339 ENST00000284027 protein_coding 5 5 6 MCOLN2 ENSG00000153898 +CDS chr1 84952446 84952530 ENST00000370608 protein_coding 8 1 5 MCOLN2 ENSG00000153898 +CDS chr1 84952446 84952530 ENST00000284027 protein_coding 5 5 5 MCOLN2 ENSG00000153898 +CDS chr1 84956431 84956584 ENST00000370608 protein_coding 8 1 4 MCOLN2 ENSG00000153898 +CDS chr1 84956431 84956584 ENST00000284027 protein_coding 5 5 4 MCOLN2 ENSG00000153898 +CDS chr1 84958529 84958702 ENST00000370608 protein_coding 8 1 3 MCOLN2 ENSG00000153898 +CDS chr1 84958529 84958702 ENST00000284027 protein_coding 5 5 3 MCOLN2 ENSG00000153898 +CDS chr1 84965549 84965708 ENST00000370608 protein_coding 8 1 2 MCOLN2 ENSG00000153898 +CDS chr1 84965549 84965701 ENST00000284027 protein_coding 5 5 2 MCOLN2 ENSG00000153898 +CDS chr1 84996796 84996872 ENST00000370608 protein_coding 8 1 1 MCOLN2 ENSG00000153898 +transcript chr1 84999147 85133138 ENST00000370596 protein_coding 5 5 NA DNAI3 ENSG00000162643 +transcript chr1 85018082 85048500 ENST00000370589 protein_coding 7 1 NA MCOLN3 ENSG00000055732 +transcript chr1 85018908 85048446 ENST00000341115 protein_coding 8 2 NA MCOLN3 ENSG00000055732 +CDS chr1 85019126 85019257 ENST00000370589 protein_coding 7 1 13 MCOLN3 ENSG00000055732 +CDS chr1 85019126 85019257 ENST00000341115 protein_coding 8 2 12 MCOLN3 ENSG00000055732 +CDS chr1 85021070 85021276 ENST00000370589 protein_coding 7 1 12 MCOLN3 ENSG00000055732 +CDS chr1 85021070 85021276 ENST00000341115 protein_coding 8 2 11 MCOLN3 ENSG00000055732 +CDS chr1 85022070 85022192 ENST00000370589 protein_coding 7 1 11 MCOLN3 ENSG00000055732 +CDS chr1 85022070 85022192 ENST00000341115 protein_coding 8 2 10 MCOLN3 ENSG00000055732 +CDS chr1 85022299 85022400 ENST00000370589 protein_coding 7 1 10 MCOLN3 ENSG00000055732 +CDS chr1 85022299 85022400 ENST00000341115 protein_coding 8 2 9 MCOLN3 ENSG00000055732 +transcript chr1 85024541 85048470 ENST00000370587 protein_coding 5 1 NA MCOLN3 ENSG00000055732 +CDS chr1 85025939 85026088 ENST00000370589 protein_coding 7 1 9 MCOLN3 ENSG00000055732 +CDS chr1 85025939 85026088 ENST00000341115 protein_coding 8 2 8 MCOLN3 ENSG00000055732 +CDS chr1 85026154 85026284 ENST00000370587 protein_coding 5 1 9 MCOLN3 ENSG00000055732 +CDS chr1 85026172 85026284 ENST00000370589 protein_coding 7 1 8 MCOLN3 ENSG00000055732 +CDS chr1 85026172 85026284 ENST00000341115 protein_coding 8 2 7 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000370589 protein_coding 7 1 7 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000341115 protein_coding 8 2 6 MCOLN3 ENSG00000055732 +CDS chr1 85029106 85029205 ENST00000370587 protein_coding 5 1 8 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000370589 protein_coding 7 1 6 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000341115 protein_coding 8 2 5 MCOLN3 ENSG00000055732 +CDS chr1 85032696 85032792 ENST00000370587 protein_coding 5 1 7 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000370589 protein_coding 7 1 5 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000341115 protein_coding 8 2 4 MCOLN3 ENSG00000055732 +CDS chr1 85032872 85032956 ENST00000370587 protein_coding 5 1 6 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000370589 protein_coding 7 1 4 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000341115 protein_coding 8 2 3 MCOLN3 ENSG00000055732 +CDS chr1 85034098 85034251 ENST00000370587 protein_coding 5 1 5 MCOLN3 ENSG00000055732 +CDS chr1 85041010 85041177 ENST00000370589 protein_coding 7 1 3 MCOLN3 ENSG00000055732 +CDS chr1 85041010 85041177 ENST00000370587 protein_coding 5 1 4 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000370589 protein_coding 7 1 2 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000341115 protein_coding 8 2 2 MCOLN3 ENSG00000055732 +CDS chr1 85045133 85045360 ENST00000370587 protein_coding 5 1 3 MCOLN3 ENSG00000055732 +transcript chr1 85062312 85133138 ENST00000326813 protein_coding 12 2 NA DNAI3 ENSG00000162643 +transcript chr1 85062327 85133138 ENST00000294664 protein_coding 11 1 NA DNAI3 ENSG00000162643 +transcript chr1 85062327 85084568 ENST00000528899 protein_coding 5 5 NA DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000370596 protein_coding 5 5 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000326813 protein_coding 12 2 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000294664 protein_coding 11 1 2 DNAI3 ENSG00000162643 +CDS chr1 85071942 85072005 ENST00000528899 protein_coding 5 5 2 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000370596 protein_coding 5 5 3 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000326813 protein_coding 12 2 3 DNAI3 ENSG00000162643 +CDS chr1 85073054 85073092 ENST00000294664 protein_coding 11 1 3 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000370596 protein_coding 5 5 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000326813 protein_coding 12 2 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000294664 protein_coding 11 1 4 DNAI3 ENSG00000162643 +CDS chr1 85081234 85081415 ENST00000528899 protein_coding 5 5 3 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000370596 protein_coding 5 5 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000326813 protein_coding 12 2 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000294664 protein_coding 11 1 5 DNAI3 ENSG00000162643 +CDS chr1 85082300 85082404 ENST00000528899 protein_coding 5 5 4 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000370596 protein_coding 5 5 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000326813 protein_coding 12 2 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084695 ENST00000294664 protein_coding 11 1 6 DNAI3 ENSG00000162643 +CDS chr1 85084546 85084568 ENST00000528899 protein_coding 5 5 5 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000370596 protein_coding 5 5 7 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000326813 protein_coding 12 2 7 DNAI3 ENSG00000162643 +CDS chr1 85085831 85086030 ENST00000294664 protein_coding 11 1 7 DNAI3 ENSG00000162643 +CDS chr1 85090116 85090232 ENST00000294664 protein_coding 11 1 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000370596 protein_coding 5 5 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000326813 protein_coding 12 2 8 DNAI3 ENSG00000162643 +CDS chr1 85093458 85093648 ENST00000294664 protein_coding 11 1 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000370596 protein_coding 5 5 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000326813 protein_coding 12 2 9 DNAI3 ENSG00000162643 +CDS chr1 85094431 85094555 ENST00000294664 protein_coding 11 1 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000370596 protein_coding 5 5 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000326813 protein_coding 12 2 10 DNAI3 ENSG00000162643 +CDS chr1 85095931 85096020 ENST00000294664 protein_coding 11 1 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000370596 protein_coding 5 5 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000326813 protein_coding 12 2 11 DNAI3 ENSG00000162643 +CDS chr1 85097569 85097655 ENST00000294664 protein_coding 11 1 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000370596 protein_coding 5 5 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000326813 protein_coding 12 2 12 DNAI3 ENSG00000162643 +CDS chr1 85098530 85098658 ENST00000294664 protein_coding 11 1 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000370596 protein_coding 5 5 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000326813 protein_coding 12 2 13 DNAI3 ENSG00000162643 +CDS chr1 85104524 85104597 ENST00000294664 protein_coding 11 1 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000370596 protein_coding 5 5 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000326813 protein_coding 12 2 14 DNAI3 ENSG00000162643 +CDS chr1 85108033 85108177 ENST00000294664 protein_coding 11 1 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000370596 protein_coding 5 5 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000326813 protein_coding 12 2 15 DNAI3 ENSG00000162643 +CDS chr1 85110048 85110135 ENST00000294664 protein_coding 11 1 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000370596 protein_coding 5 5 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000326813 protein_coding 12 2 16 DNAI3 ENSG00000162643 +CDS chr1 85117729 85117859 ENST00000294664 protein_coding 11 1 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000370596 protein_coding 5 5 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000326813 protein_coding 12 2 17 DNAI3 ENSG00000162643 +CDS chr1 85121751 85121814 ENST00000294664 protein_coding 11 1 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000370596 protein_coding 5 5 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000326813 protein_coding 12 2 18 DNAI3 ENSG00000162643 +CDS chr1 85124121 85124251 ENST00000294664 protein_coding 11 1 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000370596 protein_coding 5 5 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000326813 protein_coding 12 2 19 DNAI3 ENSG00000162643 +CDS chr1 85126511 85126715 ENST00000294664 protein_coding 11 1 20 DNAI3 ENSG00000162643 +transcript chr1 85126553 85130181 ENST00000484007 protein_coding 1 3 NA DNAI3 ENSG00000162643 +CDS chr1 85126553 85126715 ENST00000484007 protein_coding 1 3 1 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000370596 protein_coding 5 5 20 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000326813 protein_coding 12 2 20 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000294664 protein_coding 11 1 21 DNAI3 ENSG00000162643 +CDS chr1 85128708 85128799 ENST00000484007 protein_coding 1 3 2 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000370596 protein_coding 5 5 21 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000326813 protein_coding 12 2 21 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130112 ENST00000294664 protein_coding 11 1 22 DNAI3 ENSG00000162643 +CDS chr1 85129990 85130118 ENST00000484007 protein_coding 1 3 3 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000370596 protein_coding 5 5 22 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000326813 protein_coding 12 2 22 DNAI3 ENSG00000162643 +CDS chr1 85132855 85132995 ENST00000294664 protein_coding 11 1 23 DNAI3 ENSG00000162643 +transcript chr1 85156889 85201016 ENST00000341460 protein_coding 6 5 NA SYDE2 ENSG00000097096 +CDS chr1 85158753 85159249 ENST00000341460 protein_coding 6 5 7 SYDE2 ENSG00000097096 +CDS chr1 85164526 85164757 ENST00000341460 protein_coding 6 5 6 SYDE2 ENSG00000097096 +CDS chr1 85169044 85169225 ENST00000341460 protein_coding 6 5 5 SYDE2 ENSG00000097096 +CDS chr1 85178146 85178272 ENST00000341460 protein_coding 6 5 4 SYDE2 ENSG00000097096 +CDS chr1 85182098 85183200 ENST00000341460 protein_coding 6 5 3 SYDE2 ENSG00000097096 +CDS chr1 85190057 85190752 ENST00000341460 protein_coding 6 5 2 SYDE2 ENSG00000097096 +CDS chr1 85200252 85200996 ENST00000341460 protein_coding 6 5 1 SYDE2 ENSG00000097096 +transcript chr1 85249953 85259662 ENST00000471115 protein_coding 6 1 NA C1orf52 ENSG00000162642 +CDS chr1 85252632 85252702 ENST00000471115 protein_coding 6 1 3 C1orf52 ENSG00000162642 +transcript chr1 85257443 85259633 ENST00000344356 protein_coding 5 1 NA C1orf52 ENSG00000162642 +CDS chr1 85257446 85257471 ENST00000344356 protein_coding 5 1 3 C1orf52 ENSG00000162642 +CDS chr1 85258524 85258722 ENST00000471115 protein_coding 6 1 2 C1orf52 ENSG00000162642 +CDS chr1 85258524 85258722 ENST00000344356 protein_coding 5 1 2 C1orf52 ENSG00000162642 +CDS chr1 85259358 85259633 ENST00000471115 protein_coding 6 1 1 C1orf52 ENSG00000162642 +CDS chr1 85259358 85259633 ENST00000344356 protein_coding 5 1 1 C1orf52 ENSG00000162642 +transcript chr1 85265776 85276632 ENST00000648566 protein_coding 1 NA NA BCL10 ENSG00000142867 +transcript chr1 85267624 85276456 ENST00000620248 protein_coding 2 5 NA BCL10 ENSG00000142867 +CDS chr1 85267630 85267982 ENST00000648566 protein_coding 1 NA 3 BCL10 ENSG00000142867 +CDS chr1 85267630 85267949 ENST00000620248 protein_coding 2 5 3 BCL10 ENSG00000142867 +CDS chr1 85270618 85270906 ENST00000648566 protein_coding 1 NA 2 BCL10 ENSG00000142867 +CDS chr1 85270618 85270906 ENST00000620248 protein_coding 2 5 2 BCL10 ENSG00000142867 +CDS chr1 85276296 85276352 ENST00000648566 protein_coding 1 NA 1 BCL10 ENSG00000142867 +CDS chr1 85276296 85276352 ENST00000620248 protein_coding 2 5 1 BCL10 ENSG00000142867 +transcript chr1 85318481 85578363 ENST00000426972 protein_coding 8 1 NA DDAH1 ENSG00000153904 +transcript chr1 85318485 85465159 ENST00000284031 protein_coding 13 1 NA DDAH1 ENSG00000153904 +transcript chr1 85321452 85404528 ENST00000633113 protein_coding 1 2 NA DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000426972 protein_coding 8 1 7 DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000284031 protein_coding 13 1 6 DDAH1 ENSG00000153904 +CDS chr1 85321455 85321568 ENST00000633113 protein_coding 1 2 6 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000426972 protein_coding 8 1 6 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000284031 protein_coding 13 1 5 DDAH1 ENSG00000153904 +CDS chr1 85324740 85324883 ENST00000633113 protein_coding 1 2 5 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000426972 protein_coding 8 1 5 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000284031 protein_coding 13 1 4 DDAH1 ENSG00000153904 +CDS chr1 85350415 85350534 ENST00000633113 protein_coding 1 2 4 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000426972 protein_coding 8 1 4 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000284031 protein_coding 13 1 3 DDAH1 ENSG00000153904 +CDS chr1 85351506 85351579 ENST00000633113 protein_coding 1 2 3 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358841 ENST00000426972 protein_coding 8 1 3 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358847 ENST00000284031 protein_coding 13 1 2 DDAH1 ENSG00000153904 +CDS chr1 85358748 85358847 ENST00000633113 protein_coding 1 2 2 DDAH1 ENSG00000153904 +CDS chr1 85404381 85404383 ENST00000633113 protein_coding 1 2 1 DDAH1 ENSG00000153904 +CDS chr1 85464743 85465045 ENST00000284031 protein_coding 13 1 1 DDAH1 ENSG00000153904 +transcript chr1 85580761 85583950 ENST00000451137 protein_coding 7 1 NA CCN1 ENSG00000142871 +CDS chr1 85580985 85581047 ENST00000451137 protein_coding 7 1 1 CCN1 ENSG00000142871 +CDS chr1 85581365 85581578 ENST00000451137 protein_coding 7 1 2 CCN1 ENSG00000142871 +CDS chr1 85581928 85582284 ENST00000451137 protein_coding 7 1 3 CCN1 ENSG00000142871 +CDS chr1 85582416 85582624 ENST00000451137 protein_coding 7 1 4 CCN1 ENSG00000142871 +CDS chr1 85582740 85583039 ENST00000451137 protein_coding 7 1 5 CCN1 ENSG00000142871 +transcript chr1 85649417 85708433 ENST00000370574 protein_coding 4 1 NA ZNHIT6 ENSG00000117174 +transcript chr1 85649423 85708433 ENST00000431532 protein_coding 6 2 NA ZNHIT6 ENSG00000117174 +CDS chr1 85654061 85654098 ENST00000370574 protein_coding 4 1 10 ZNHIT6 ENSG00000117174 +CDS chr1 85654061 85654098 ENST00000431532 protein_coding 6 2 11 ZNHIT6 ENSG00000117174 +CDS chr1 85657847 85657971 ENST00000370574 protein_coding 4 1 9 ZNHIT6 ENSG00000117174 +CDS chr1 85657847 85657971 ENST00000431532 protein_coding 6 2 10 ZNHIT6 ENSG00000117174 +CDS chr1 85677236 85677313 ENST00000370574 protein_coding 4 1 8 ZNHIT6 ENSG00000117174 +CDS chr1 85677236 85677313 ENST00000431532 protein_coding 6 2 9 ZNHIT6 ENSG00000117174 +CDS chr1 85678701 85678781 ENST00000370574 protein_coding 4 1 7 ZNHIT6 ENSG00000117174 +CDS chr1 85678701 85678781 ENST00000431532 protein_coding 6 2 8 ZNHIT6 ENSG00000117174 +CDS chr1 85680836 85680904 ENST00000370574 protein_coding 4 1 6 ZNHIT6 ENSG00000117174 +CDS chr1 85680836 85680904 ENST00000431532 protein_coding 6 2 7 ZNHIT6 ENSG00000117174 +CDS chr1 85702157 85702260 ENST00000370574 protein_coding 4 1 5 ZNHIT6 ENSG00000117174 +CDS chr1 85702157 85702260 ENST00000431532 protein_coding 6 2 6 ZNHIT6 ENSG00000117174 +CDS chr1 85706078 85706163 ENST00000370574 protein_coding 4 1 4 ZNHIT6 ENSG00000117174 +CDS chr1 85706078 85706163 ENST00000431532 protein_coding 6 2 5 ZNHIT6 ENSG00000117174 +CDS chr1 85706249 85706355 ENST00000370574 protein_coding 4 1 3 ZNHIT6 ENSG00000117174 +CDS chr1 85706249 85706355 ENST00000431532 protein_coding 6 2 4 ZNHIT6 ENSG00000117174 +CDS chr1 85706442 85706507 ENST00000370574 protein_coding 4 1 2 ZNHIT6 ENSG00000117174 +CDS chr1 85706442 85706507 ENST00000431532 protein_coding 6 2 3 ZNHIT6 ENSG00000117174 +CDS chr1 85707629 85708284 ENST00000370574 protein_coding 4 1 1 ZNHIT6 ENSG00000117174 +CDS chr1 85707629 85707936 ENST00000431532 protein_coding 6 2 2 ZNHIT6 ENSG00000117174 +CDS chr1 85708054 85708284 ENST00000431532 protein_coding 6 2 1 ZNHIT6 ENSG00000117174 +transcript chr1 85729233 86156772 ENST00000370571 protein_coding 7 1 NA COL24A1 ENSG00000171502 +CDS chr1 85730549 85730692 ENST00000370571 protein_coding 7 1 60 COL24A1 ENSG00000171502 +CDS chr1 85734749 85734964 ENST00000370571 protein_coding 7 1 59 COL24A1 ENSG00000171502 +CDS chr1 85737396 85737505 ENST00000370571 protein_coding 7 1 58 COL24A1 ENSG00000171502 +CDS chr1 85744666 85744834 ENST00000370571 protein_coding 7 1 57 COL24A1 ENSG00000171502 +CDS chr1 85745441 85745506 ENST00000370571 protein_coding 7 1 56 COL24A1 ENSG00000171502 +CDS chr1 85761396 85761422 ENST00000370571 protein_coding 7 1 55 COL24A1 ENSG00000171502 +CDS chr1 85761531 85761566 ENST00000370571 protein_coding 7 1 54 COL24A1 ENSG00000171502 +CDS chr1 85775674 85775709 ENST00000370571 protein_coding 7 1 53 COL24A1 ENSG00000171502 +CDS chr1 85781220 85781273 ENST00000370571 protein_coding 7 1 52 COL24A1 ENSG00000171502 +CDS chr1 85783496 85783558 ENST00000370571 protein_coding 7 1 51 COL24A1 ENSG00000171502 +CDS chr1 85784113 85784166 ENST00000370571 protein_coding 7 1 50 COL24A1 ENSG00000171502 +CDS chr1 85784259 85784366 ENST00000370571 protein_coding 7 1 49 COL24A1 ENSG00000171502 +CDS chr1 85786354 85786461 ENST00000370571 protein_coding 7 1 48 COL24A1 ENSG00000171502 +CDS chr1 85816788 85816895 ENST00000370571 protein_coding 7 1 47 COL24A1 ENSG00000171502 +CDS chr1 85818034 85818087 ENST00000370571 protein_coding 7 1 46 COL24A1 ENSG00000171502 +CDS chr1 85823536 85823589 ENST00000370571 protein_coding 7 1 45 COL24A1 ENSG00000171502 +CDS chr1 85823685 85823738 ENST00000370571 protein_coding 7 1 44 COL24A1 ENSG00000171502 +CDS chr1 85838585 85838638 ENST00000370571 protein_coding 7 1 43 COL24A1 ENSG00000171502 +CDS chr1 85841222 85841278 ENST00000370571 protein_coding 7 1 42 COL24A1 ENSG00000171502 +CDS chr1 85842068 85842121 ENST00000370571 protein_coding 7 1 41 COL24A1 ENSG00000171502 +CDS chr1 85842340 85842393 ENST00000370571 protein_coding 7 1 40 COL24A1 ENSG00000171502 +CDS chr1 85847665 85847772 ENST00000370571 protein_coding 7 1 39 COL24A1 ENSG00000171502 +CDS chr1 85849353 85849406 ENST00000370571 protein_coding 7 1 38 COL24A1 ENSG00000171502 +CDS chr1 85868519 85868626 ENST00000370571 protein_coding 7 1 37 COL24A1 ENSG00000171502 +CDS chr1 85868782 85868835 ENST00000370571 protein_coding 7 1 36 COL24A1 ENSG00000171502 +CDS chr1 85874649 85874702 ENST00000370571 protein_coding 7 1 35 COL24A1 ENSG00000171502 +CDS chr1 85875277 85875330 ENST00000370571 protein_coding 7 1 34 COL24A1 ENSG00000171502 +CDS chr1 85877122 85877175 ENST00000370571 protein_coding 7 1 33 COL24A1 ENSG00000171502 +CDS chr1 85889560 85889613 ENST00000370571 protein_coding 7 1 32 COL24A1 ENSG00000171502 +CDS chr1 85895858 85895902 ENST00000370571 protein_coding 7 1 31 COL24A1 ENSG00000171502 +CDS chr1 85896021 85896065 ENST00000370571 protein_coding 7 1 30 COL24A1 ENSG00000171502 +CDS chr1 85896356 85896409 ENST00000370571 protein_coding 7 1 29 COL24A1 ENSG00000171502 +CDS chr1 85907194 85907247 ENST00000370571 protein_coding 7 1 28 COL24A1 ENSG00000171502 +CDS chr1 85908598 85908651 ENST00000370571 protein_coding 7 1 27 COL24A1 ENSG00000171502 +CDS chr1 85909950 85910003 ENST00000370571 protein_coding 7 1 26 COL24A1 ENSG00000171502 +CDS chr1 85911380 85911433 ENST00000370571 protein_coding 7 1 25 COL24A1 ENSG00000171502 +CDS chr1 85961249 85961293 ENST00000370571 protein_coding 7 1 24 COL24A1 ENSG00000171502 +CDS chr1 85965009 85965062 ENST00000370571 protein_coding 7 1 23 COL24A1 ENSG00000171502 +CDS chr1 85970227 85970271 ENST00000370571 protein_coding 7 1 22 COL24A1 ENSG00000171502 +CDS chr1 85971340 85971393 ENST00000370571 protein_coding 7 1 21 COL24A1 ENSG00000171502 +CDS chr1 85987601 85987654 ENST00000370571 protein_coding 7 1 20 COL24A1 ENSG00000171502 +CDS chr1 86017151 86017204 ENST00000370571 protein_coding 7 1 19 COL24A1 ENSG00000171502 +CDS chr1 86022240 86022293 ENST00000370571 protein_coding 7 1 18 COL24A1 ENSG00000171502 +CDS chr1 86022538 86022591 ENST00000370571 protein_coding 7 1 17 COL24A1 ENSG00000171502 +CDS chr1 86022833 86022877 ENST00000370571 protein_coding 7 1 16 COL24A1 ENSG00000171502 +CDS chr1 86022954 86023007 ENST00000370571 protein_coding 7 1 15 COL24A1 ENSG00000171502 +CDS chr1 86031878 86031922 ENST00000370571 protein_coding 7 1 14 COL24A1 ENSG00000171502 +CDS chr1 86033870 86033923 ENST00000370571 protein_coding 7 1 13 COL24A1 ENSG00000171502 +CDS chr1 86046825 86046869 ENST00000370571 protein_coding 7 1 12 COL24A1 ENSG00000171502 +CDS chr1 86050124 86050177 ENST00000370571 protein_coding 7 1 11 COL24A1 ENSG00000171502 +CDS chr1 86057931 86057975 ENST00000370571 protein_coding 7 1 10 COL24A1 ENSG00000171502 +CDS chr1 86059121 86059174 ENST00000370571 protein_coding 7 1 9 COL24A1 ENSG00000171502 +CDS chr1 86063715 86063759 ENST00000370571 protein_coding 7 1 8 COL24A1 ENSG00000171502 +CDS chr1 86089174 86089227 ENST00000370571 protein_coding 7 1 7 COL24A1 ENSG00000171502 +CDS chr1 86092267 86092320 ENST00000370571 protein_coding 7 1 6 COL24A1 ENSG00000171502 +CDS chr1 86112567 86112620 ENST00000370571 protein_coding 7 1 5 COL24A1 ENSG00000171502 +CDS chr1 86115325 86115378 ENST00000370571 protein_coding 7 1 4 COL24A1 ENSG00000171502 +CDS chr1 86124845 86126214 ENST00000370571 protein_coding 7 1 3 COL24A1 ENSG00000171502 +transcript chr1 86126092 86156943 ENST00000496682 protein_coding 2 5 NA COL24A1 ENSG00000171502 +CDS chr1 86126092 86126214 ENST00000496682 protein_coding 2 5 4 COL24A1 ENSG00000171502 +CDS chr1 86146119 86146183 ENST00000370571 protein_coding 7 1 2 COL24A1 ENSG00000171502 +CDS chr1 86146119 86146183 ENST00000496682 protein_coding 2 5 3 COL24A1 ENSG00000171502 +CDS chr1 86156341 86156396 ENST00000370571 protein_coding 7 1 1 COL24A1 ENSG00000171502 +CDS chr1 86156341 86156396 ENST00000496682 protein_coding 2 5 2 COL24A1 ENSG00000171502 +transcript chr1 86346824 86396262 ENST00000359242 protein_coding 7 1 NA ODF2L ENSG00000122417 +transcript chr1 86348737 86383196 ENST00000460698 protein_coding 6 5 NA ODF2L ENSG00000122417 +transcript chr1 86348738 86396340 ENST00000370566 protein_coding 7 2 NA ODF2L ENSG00000122417 +CDS chr1 86348753 86348878 ENST00000460698 protein_coding 6 5 13 ODF2L ENSG00000122417 +CDS chr1 86348753 86348878 ENST00000370566 protein_coding 7 2 16 ODF2L ENSG00000122417 +transcript chr1 86348832 86355383 ENST00000462648 protein_coding 5 5 NA ODF2L ENSG00000122417 +CDS chr1 86348832 86348878 ENST00000462648 protein_coding 5 5 5 ODF2L ENSG00000122417 +transcript chr1 86350094 86396280 ENST00000294678 protein_coding 6 1 NA ODF2L ENSG00000122417 +transcript chr1 86350095 86396342 ENST00000317336 protein_coding 11 5 NA ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000359242 protein_coding 7 1 18 ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000294678 protein_coding 6 1 18 ODF2L ENSG00000122417 +CDS chr1 86352194 86352208 ENST00000317336 protein_coding 11 5 18 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000359242 protein_coding 7 1 17 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000460698 protein_coding 6 5 12 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000370566 protein_coding 7 2 15 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000462648 protein_coding 5 5 4 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000294678 protein_coding 6 1 17 ODF2L ENSG00000122417 +CDS chr1 86352859 86352984 ENST00000317336 protein_coding 11 5 17 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000359242 protein_coding 7 1 16 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000460698 protein_coding 6 5 11 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000370566 protein_coding 7 2 14 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000462648 protein_coding 5 5 3 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000294678 protein_coding 6 1 16 ODF2L ENSG00000122417 +CDS chr1 86354530 86354692 ENST00000317336 protein_coding 11 5 16 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000359242 protein_coding 7 1 15 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000460698 protein_coding 6 5 10 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000370566 protein_coding 7 2 13 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000462648 protein_coding 5 5 2 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000294678 protein_coding 6 1 15 ODF2L ENSG00000122417 +CDS chr1 86354774 86354859 ENST00000317336 protein_coding 11 5 15 ODF2L ENSG00000122417 +CDS chr1 86355345 86355383 ENST00000462648 protein_coding 5 5 1 ODF2L ENSG00000122417 +CDS chr1 86355345 86355383 ENST00000294678 protein_coding 6 1 14 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000359242 protein_coding 7 1 14 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000460698 protein_coding 6 5 9 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000294678 protein_coding 6 1 13 ODF2L ENSG00000122417 +CDS chr1 86356444 86356602 ENST00000317336 protein_coding 11 5 14 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000359242 protein_coding 7 1 13 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000460698 protein_coding 6 5 8 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000370566 protein_coding 7 2 12 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000294678 protein_coding 6 1 12 ODF2L ENSG00000122417 +CDS chr1 86358787 86358891 ENST00000317336 protein_coding 11 5 13 ODF2L ENSG00000122417 +transcript chr1 86358819 86396283 ENST00000479890 protein_coding 5 1 NA ODF2L ENSG00000122417 +CDS chr1 86358819 86358891 ENST00000479890 protein_coding 5 1 8 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000359242 protein_coding 7 1 12 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000460698 protein_coding 6 5 7 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000370566 protein_coding 7 2 11 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000294678 protein_coding 6 1 11 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000479890 protein_coding 5 1 7 ODF2L ENSG00000122417 +CDS chr1 86360426 86360536 ENST00000317336 protein_coding 11 5 12 ODF2L ENSG00000122417 +CDS chr1 86368636 86368722 ENST00000359242 protein_coding 7 1 11 ODF2L ENSG00000122417 +CDS chr1 86368636 86368722 ENST00000317336 protein_coding 11 5 11 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000359242 protein_coding 7 1 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000460698 protein_coding 6 5 6 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000370566 protein_coding 7 2 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000294678 protein_coding 6 1 10 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000479890 protein_coding 5 1 6 ODF2L ENSG00000122417 +CDS chr1 86371018 86371153 ENST00000317336 protein_coding 11 5 10 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000359242 protein_coding 7 1 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000460698 protein_coding 6 5 5 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000370566 protein_coding 7 2 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000294678 protein_coding 6 1 9 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000479890 protein_coding 5 1 5 ODF2L ENSG00000122417 +CDS chr1 86372431 86372540 ENST00000317336 protein_coding 11 5 9 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000359242 protein_coding 7 1 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000460698 protein_coding 6 5 4 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000370566 protein_coding 7 2 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000294678 protein_coding 6 1 8 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000479890 protein_coding 5 1 4 ODF2L ENSG00000122417 +CDS chr1 86376233 86376418 ENST00000317336 protein_coding 11 5 8 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000359242 protein_coding 7 1 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000460698 protein_coding 6 5 3 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000370566 protein_coding 7 2 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000294678 protein_coding 6 1 7 ODF2L ENSG00000122417 +CDS chr1 86382242 86382358 ENST00000317336 protein_coding 11 5 7 ODF2L ENSG00000122417 +transcript chr1 86382326 86396253 ENST00000394733 protein_coding 2 3 NA ODF2L ENSG00000122417 +CDS chr1 86382326 86382358 ENST00000394733 protein_coding 2 3 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000359242 protein_coding 7 1 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000460698 protein_coding 6 5 2 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000370566 protein_coding 7 2 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000294678 protein_coding 6 1 6 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000479890 protein_coding 5 1 3 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000394733 protein_coding 2 3 5 ODF2L ENSG00000122417 +CDS chr1 86382931 86383002 ENST00000317336 protein_coding 11 5 6 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000359242 protein_coding 7 1 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000460698 protein_coding 6 5 1 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000370566 protein_coding 7 2 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000294678 protein_coding 6 1 5 ODF2L ENSG00000122417 +CDS chr1 86383134 86383175 ENST00000479890 protein_coding 5 1 2 ODF2L ENSG00000122417 +CDS chr1 86383134 86383175 ENST00000394733 protein_coding 2 3 4 ODF2L ENSG00000122417 +CDS chr1 86383134 86383196 ENST00000317336 protein_coding 11 5 5 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000359242 protein_coding 7 1 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000370566 protein_coding 7 2 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000294678 protein_coding 6 1 4 ODF2L ENSG00000122417 +CDS chr1 86384676 86384801 ENST00000317336 protein_coding 11 5 4 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000359242 protein_coding 7 1 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000370566 protein_coding 7 2 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000294678 protein_coding 6 1 3 ODF2L ENSG00000122417 +CDS chr1 86385458 86385590 ENST00000317336 protein_coding 11 5 3 ODF2L ENSG00000122417 +transcript chr1 86385728 86396323 ENST00000478286 protein_coding 2 1 NA ODF2L ENSG00000122417 +transcript chr1 86386809 86395977 ENST00000486215 protein_coding 1 2 NA ODF2L ENSG00000122417 +CDS chr1 86386848 86387027 ENST00000478286 protein_coding 2 1 2 ODF2L ENSG00000122417 +CDS chr1 86386848 86387027 ENST00000486215 protein_coding 1 2 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000359242 protein_coding 7 1 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000370566 protein_coding 7 2 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000294678 protein_coding 6 1 2 ODF2L ENSG00000122417 +CDS chr1 86386915 86387027 ENST00000317336 protein_coding 11 5 2 ODF2L ENSG00000122417 +transcript chr1 86424171 86456553 ENST00000370565 protein_coding 5 1 NA CLCA2 ENSG00000137975 +CDS chr1 86424248 86424433 ENST00000370565 protein_coding 5 1 1 CLCA2 ENSG00000137975 +CDS chr1 86425339 86425476 ENST00000370565 protein_coding 5 1 2 CLCA2 ENSG00000137975 +CDS chr1 86428418 86428568 ENST00000370565 protein_coding 5 1 3 CLCA2 ENSG00000137975 +CDS chr1 86430862 86430970 ENST00000370565 protein_coding 5 1 4 CLCA2 ENSG00000137975 +CDS chr1 86432369 86432528 ENST00000370565 protein_coding 5 1 5 CLCA2 ENSG00000137975 +CDS chr1 86434518 86434745 ENST00000370565 protein_coding 5 1 6 CLCA2 ENSG00000137975 +CDS chr1 86438876 86439106 ENST00000370565 protein_coding 5 1 7 CLCA2 ENSG00000137975 +CDS chr1 86440148 86440325 ENST00000370565 protein_coding 5 1 8 CLCA2 ENSG00000137975 +CDS chr1 86441437 86441543 ENST00000370565 protein_coding 5 1 9 CLCA2 ENSG00000137975 +CDS chr1 86443787 86444011 ENST00000370565 protein_coding 5 1 10 CLCA2 ENSG00000137975 +CDS chr1 86447508 86447778 ENST00000370565 protein_coding 5 1 11 CLCA2 ENSG00000137975 +CDS chr1 86450563 86450733 ENST00000370565 protein_coding 5 1 12 CLCA2 ENSG00000137975 +CDS chr1 86453369 86453602 ENST00000370565 protein_coding 5 1 13 CLCA2 ENSG00000137975 +CDS chr1 86455085 86455524 ENST00000370565 protein_coding 5 1 14 CLCA2 ENSG00000137975 +transcript chr1 86468368 86500259 ENST00000234701 protein_coding 7 1 NA CLCA1 ENSG00000016490 +transcript chr1 86468927 86500259 ENST00000394711 protein_coding 2 1 NA CLCA1 ENSG00000016490 +CDS chr1 86468972 86469133 ENST00000234701 protein_coding 7 1 2 CLCA1 ENSG00000016490 +CDS chr1 86468972 86469133 ENST00000394711 protein_coding 2 1 1 CLCA1 ENSG00000016490 +CDS chr1 86473417 86473557 ENST00000234701 protein_coding 7 1 3 CLCA1 ENSG00000016490 +CDS chr1 86473417 86473557 ENST00000394711 protein_coding 2 1 2 CLCA1 ENSG00000016490 +CDS chr1 86473729 86473876 ENST00000234701 protein_coding 7 1 4 CLCA1 ENSG00000016490 +CDS chr1 86473729 86473876 ENST00000394711 protein_coding 2 1 3 CLCA1 ENSG00000016490 +CDS chr1 86476448 86476553 ENST00000234701 protein_coding 7 1 5 CLCA1 ENSG00000016490 +CDS chr1 86476448 86476553 ENST00000394711 protein_coding 2 1 4 CLCA1 ENSG00000016490 +CDS chr1 86482205 86482382 ENST00000234701 protein_coding 7 1 6 CLCA1 ENSG00000016490 +CDS chr1 86482205 86482382 ENST00000394711 protein_coding 2 1 5 CLCA1 ENSG00000016490 +CDS chr1 86485343 86485561 ENST00000234701 protein_coding 7 1 7 CLCA1 ENSG00000016490 +CDS chr1 86485343 86485561 ENST00000394711 protein_coding 2 1 6 CLCA1 ENSG00000016490 +CDS chr1 86486526 86486753 ENST00000234701 protein_coding 7 1 8 CLCA1 ENSG00000016490 +CDS chr1 86486526 86486753 ENST00000394711 protein_coding 2 1 7 CLCA1 ENSG00000016490 +CDS chr1 86488996 86489170 ENST00000234701 protein_coding 7 1 9 CLCA1 ENSG00000016490 +CDS chr1 86488996 86489170 ENST00000394711 protein_coding 2 1 8 CLCA1 ENSG00000016490 +CDS chr1 86491265 86491371 ENST00000234701 protein_coding 7 1 10 CLCA1 ENSG00000016490 +CDS chr1 86491265 86491371 ENST00000394711 protein_coding 2 1 9 CLCA1 ENSG00000016490 +CDS chr1 86493384 86493599 ENST00000234701 protein_coding 7 1 11 CLCA1 ENSG00000016490 +CDS chr1 86493384 86493599 ENST00000394711 protein_coding 2 1 10 CLCA1 ENSG00000016490 +CDS chr1 86494187 86494448 ENST00000234701 protein_coding 7 1 12 CLCA1 ENSG00000016490 +CDS chr1 86494187 86494448 ENST00000394711 protein_coding 2 1 11 CLCA1 ENSG00000016490 +CDS chr1 86495505 86495675 ENST00000234701 protein_coding 7 1 13 CLCA1 ENSG00000016490 +CDS chr1 86495505 86495675 ENST00000394711 protein_coding 2 1 12 CLCA1 ENSG00000016490 +CDS chr1 86498572 86498811 ENST00000234701 protein_coding 7 1 14 CLCA1 ENSG00000016490 +CDS chr1 86498572 86498811 ENST00000394711 protein_coding 2 1 13 CLCA1 ENSG00000016490 +CDS chr1 86499654 86500042 ENST00000234701 protein_coding 7 1 15 CLCA1 ENSG00000016490 +CDS chr1 86499654 86500042 ENST00000394711 protein_coding 2 1 14 CLCA1 ENSG00000016490 +transcript chr1 86547078 86580754 ENST00000370563 protein_coding 3 1 NA CLCA4 ENSG00000016602 +CDS chr1 86547120 86547278 ENST00000370563 protein_coding 3 1 1 CLCA4 ENSG00000016602 +CDS chr1 86559932 86560072 ENST00000370563 protein_coding 3 1 2 CLCA4 ENSG00000016602 +CDS chr1 86560211 86560358 ENST00000370563 protein_coding 3 1 3 CLCA4 ENSG00000016602 +CDS chr1 86563661 86563769 ENST00000370563 protein_coding 3 1 4 CLCA4 ENSG00000016602 +CDS chr1 86565274 86565451 ENST00000370563 protein_coding 3 1 5 CLCA4 ENSG00000016602 +CDS chr1 86565802 86566020 ENST00000370563 protein_coding 3 1 6 CLCA4 ENSG00000016602 +CDS chr1 86567424 86567651 ENST00000370563 protein_coding 3 1 7 CLCA4 ENSG00000016602 +CDS chr1 86571077 86571254 ENST00000370563 protein_coding 3 1 8 CLCA4 ENSG00000016602 +CDS chr1 86572614 86572720 ENST00000370563 protein_coding 3 1 9 CLCA4 ENSG00000016602 +CDS chr1 86574540 86574755 ENST00000370563 protein_coding 3 1 10 CLCA4 ENSG00000016602 +CDS chr1 86575332 86575599 ENST00000370563 protein_coding 3 1 11 CLCA4 ENSG00000016602 +CDS chr1 86577902 86578072 ENST00000370563 protein_coding 3 1 12 CLCA4 ENSG00000016602 +CDS chr1 86579354 86579587 ENST00000370563 protein_coding 3 1 13 CLCA4 ENSG00000016602 +CDS chr1 86579942 86580342 ENST00000370563 protein_coding 3 1 14 CLCA4 ENSG00000016602 +transcript chr1 86704570 86748176 ENST00000616170 protein_coding 4 1 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704570 86748176 ENST00000535010 protein_coding 5 2 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704576 86748184 ENST00000370558 protein_coding 8 1 NA SH3GLB1 ENSG00000097033 +transcript chr1 86704895 86743268 ENST00000482504 protein_coding 1 1 NA SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000370558 protein_coding 8 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000482504 protein_coding 1 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86704900 86704971 ENST00000616170 protein_coding 4 1 1 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000370558 protein_coding 8 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000482504 protein_coding 1 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86715724 86715865 ENST00000616170 protein_coding 4 1 2 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000370558 protein_coding 8 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000482504 protein_coding 1 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719507 86719635 ENST00000616170 protein_coding 4 1 3 SH3GLB1 ENSG00000097033 +CDS chr1 86719593 86719635 ENST00000535010 protein_coding 5 2 2 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000370558 protein_coding 8 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000482504 protein_coding 1 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000616170 protein_coding 4 1 4 SH3GLB1 ENSG00000097033 +CDS chr1 86722540 86722673 ENST00000535010 protein_coding 5 2 3 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000370558 protein_coding 8 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000482504 protein_coding 1 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000616170 protein_coding 4 1 5 SH3GLB1 ENSG00000097033 +CDS chr1 86724313 86724405 ENST00000535010 protein_coding 5 2 4 SH3GLB1 ENSG00000097033 +CDS chr1 86728403 86728441 ENST00000482504 protein_coding 1 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86728403 86728489 ENST00000616170 protein_coding 4 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86730088 86730111 ENST00000482504 protein_coding 1 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000370558 protein_coding 8 1 6 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000482504 protein_coding 1 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000616170 protein_coding 4 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86734602 86734691 ENST00000535010 protein_coding 5 2 5 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000370558 protein_coding 8 1 7 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000482504 protein_coding 1 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000616170 protein_coding 4 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86735079 86735179 ENST00000535010 protein_coding 5 2 6 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000370558 protein_coding 8 1 8 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000482504 protein_coding 1 1 10 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000616170 protein_coding 4 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86742208 86742436 ENST00000535010 protein_coding 5 2 7 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000370558 protein_coding 8 1 9 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000482504 protein_coding 1 1 11 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000616170 protein_coding 4 1 10 SH3GLB1 ENSG00000097033 +CDS chr1 86743128 86743232 ENST00000535010 protein_coding 5 2 8 SH3GLB1 ENSG00000097033 +transcript chr1 86862445 86914126 ENST00000331835 protein_coding 10 1 NA SELENOF ENSG00000183291 +transcript chr1 86862725 86914134 ENST00000370554 protein_coding 5 1 NA SELENOF ENSG00000183291 +transcript chr1 86863301 86914126 ENST00000401030 protein_coding 4 2 NA SELENOF ENSG00000183291 +CDS chr1 86863477 86863605 ENST00000331835 protein_coding 10 1 5 SELENOF ENSG00000183291 +transcript chr1 86863517 86903352 ENST00000497861 protein_coding 5 3 NA SELENOF ENSG00000183291 +CDS chr1 86863517 86863605 ENST00000497861 protein_coding 5 3 4 SELENOF ENSG00000183291 +CDS chr1 86863550 86863605 ENST00000370554 protein_coding 5 1 4 SELENOF ENSG00000183291 +CDS chr1 86863581 86863605 ENST00000401030 protein_coding 4 2 6 SELENOF ENSG00000183291 +CDS chr1 86868053 86868102 ENST00000331835 protein_coding 10 1 4 SELENOF ENSG00000183291 +CDS chr1 86868053 86868102 ENST00000401030 protein_coding 4 2 5 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000331835 protein_coding 10 1 3 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000370554 protein_coding 5 1 3 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000401030 protein_coding 4 2 4 SELENOF ENSG00000183291 +CDS chr1 86880662 86880725 ENST00000497861 protein_coding 5 3 3 SELENOF ENSG00000183291 +CDS chr1 86887156 86887196 ENST00000401030 protein_coding 4 2 3 SELENOF ENSG00000183291 +CDS chr1 86887156 86887196 ENST00000497861 protein_coding 5 3 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000331835 protein_coding 10 1 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000370554 protein_coding 5 1 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903448 ENST00000401030 protein_coding 4 2 2 SELENOF ENSG00000183291 +CDS chr1 86903281 86903352 ENST00000497861 protein_coding 5 3 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000331835 protein_coding 10 1 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000370554 protein_coding 5 1 1 SELENOF ENSG00000183291 +CDS chr1 86914028 86914111 ENST00000401030 protein_coding 4 2 1 SELENOF ENSG00000183291 +transcript chr1 86914635 87109982 ENST00000370550 protein_coding 10 1 NA HS2ST1 ENSG00000153936 +transcript chr1 86914648 87098445 ENST00000370551 protein_coding 8 1 NA HS2ST1 ENSG00000153936 +transcript chr1 86914806 87104377 ENST00000687893 protein_coding 1 NA NA HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000370550 protein_coding 10 1 1 HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000370551 protein_coding 8 1 1 HS2ST1 ENSG00000153936 +CDS chr1 86915037 86915160 ENST00000687893 protein_coding 1 NA 1 HS2ST1 ENSG00000153936 +transcript chr1 86915680 87109175 ENST00000690674 protein_coding 1 NA NA HS2ST1 ENSG00000153936 +transcript chr1 86956484 87092588 ENST00000591456 protein_coding 1 4 NA HS2ST1 ENSG00000153936 +transcript chr1 86993009 87169204 ENST00000370548 protein_coding 3 2 NA NA ENSG00000267561 +CDS chr1 86993082 86993127 ENST00000370548 protein_coding 3 2 1 NA ENSG00000267561 +CDS chr1 87072934 87073172 ENST00000370550 protein_coding 10 1 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000370551 protein_coding 8 1 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000687893 protein_coding 1 NA 2 HS2ST1 ENSG00000153936 +CDS chr1 87072934 87073172 ENST00000370548 protein_coding 3 2 2 NA ENSG00000267561 +CDS chr1 87072984 87073172 ENST00000690674 protein_coding 1 NA 2 HS2ST1 ENSG00000153936 +CDS chr1 87072984 87073172 ENST00000591456 protein_coding 1 4 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370550 protein_coding 10 1 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370551 protein_coding 8 1 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000687893 protein_coding 1 NA 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000690674 protein_coding 1 NA 3 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000591456 protein_coding 1 4 4 HS2ST1 ENSG00000153936 +CDS chr1 87084194 87084279 ENST00000370548 protein_coding 3 2 3 NA ENSG00000267561 +CDS chr1 87092531 87092669 ENST00000370550 protein_coding 10 1 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000370551 protein_coding 8 1 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000687893 protein_coding 1 NA 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000690674 protein_coding 1 NA 4 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092588 ENST00000591456 protein_coding 1 4 5 HS2ST1 ENSG00000153936 +CDS chr1 87092531 87092669 ENST00000370548 protein_coding 3 2 4 NA ENSG00000267561 +CDS chr1 87097838 87097935 ENST00000370550 protein_coding 10 1 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097936 ENST00000370551 protein_coding 8 1 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000687893 protein_coding 1 NA 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000690674 protein_coding 1 NA 5 HS2ST1 ENSG00000153936 +CDS chr1 87097838 87097935 ENST00000370548 protein_coding 3 2 5 NA ENSG00000267561 +CDS chr1 87103432 87103589 ENST00000370550 protein_coding 10 1 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103594 ENST00000687893 protein_coding 1 NA 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103589 ENST00000690674 protein_coding 1 NA 6 HS2ST1 ENSG00000153936 +CDS chr1 87103432 87103589 ENST00000370548 protein_coding 3 2 6 NA ENSG00000267561 +CDS chr1 87104467 87104693 ENST00000690674 protein_coding 1 NA 7 HS2ST1 ENSG00000153936 +CDS chr1 87104470 87104693 ENST00000370550 protein_coding 10 1 7 HS2ST1 ENSG00000153936 +CDS chr1 87133614 87133718 ENST00000370548 protein_coding 3 2 7 NA ENSG00000267561 +CDS chr1 87168136 87168173 ENST00000370548 protein_coding 3 2 8 NA ENSG00000267561 +transcript chr1 87328880 87348923 ENST00000370544 protein_coding 10 1 NA LMO4 ENSG00000143013 +transcript chr1 87331668 87345408 ENST00000370542 protein_coding 1 1 NA LMO4 ENSG00000143013 +CDS chr1 87332016 87332251 ENST00000370544 protein_coding 10 1 2 LMO4 ENSG00000143013 +CDS chr1 87332016 87332251 ENST00000370542 protein_coding 1 1 2 LMO4 ENSG00000143013 +CDS chr1 87339536 87339632 ENST00000370544 protein_coding 10 1 3 LMO4 ENSG00000143013 +CDS chr1 87339536 87339632 ENST00000370542 protein_coding 1 1 3 LMO4 ENSG00000143013 +CDS chr1 87340047 87340202 ENST00000370544 protein_coding 10 1 4 LMO4 ENSG00000143013 +CDS chr1 87340047 87340202 ENST00000370542 protein_coding 1 1 4 LMO4 ENSG00000143013 +CDS chr1 87344788 87344793 ENST00000370544 protein_coding 10 1 5 LMO4 ENSG00000143013 +CDS chr1 87344788 87344793 ENST00000370542 protein_coding 1 1 5 LMO4 ENSG00000143013 +transcript chr1 88684222 88806268 ENST00000316005 protein_coding 11 5 NA PKN2 ENSG00000065243 +transcript chr1 88684273 88836255 ENST00000370521 protein_coding 8 1 NA PKN2 ENSG00000065243 +transcript chr1 88684573 88833519 ENST00000370513 protein_coding 9 1 NA PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000316005 protein_coding 11 5 1 PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000370521 protein_coding 8 1 1 PKN2 ENSG00000065243 +CDS chr1 88684581 88684628 ENST00000370513 protein_coding 9 1 1 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000316005 protein_coding 11 5 2 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000370521 protein_coding 8 1 2 PKN2 ENSG00000065243 +CDS chr1 88740988 88741288 ENST00000370513 protein_coding 9 1 2 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000316005 protein_coding 11 5 3 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000370521 protein_coding 8 1 3 PKN2 ENSG00000065243 +CDS chr1 88760222 88760376 ENST00000370513 protein_coding 9 1 3 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000316005 protein_coding 11 5 4 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000370521 protein_coding 8 1 4 PKN2 ENSG00000065243 +CDS chr1 88770352 88770469 ENST00000370513 protein_coding 9 1 4 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000316005 protein_coding 11 5 5 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000370521 protein_coding 8 1 5 PKN2 ENSG00000065243 +CDS chr1 88771421 88771566 ENST00000370513 protein_coding 9 1 5 PKN2 ENSG00000065243 +transcript chr1 88771455 88804894 ENST00000436111 protein_coding 1 3 NA PKN2 ENSG00000065243 +CDS chr1 88771455 88771566 ENST00000436111 protein_coding 1 3 1 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000316005 protein_coding 11 5 6 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000370521 protein_coding 8 1 6 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000436111 protein_coding 1 3 2 PKN2 ENSG00000065243 +CDS chr1 88771663 88771879 ENST00000370513 protein_coding 9 1 6 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000316005 protein_coding 11 5 7 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000370521 protein_coding 8 1 7 PKN2 ENSG00000065243 +CDS chr1 88784639 88784824 ENST00000370513 protein_coding 9 1 7 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000316005 protein_coding 11 5 8 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000370521 protein_coding 8 1 8 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000436111 protein_coding 1 3 3 PKN2 ENSG00000065243 +CDS chr1 88786104 88786213 ENST00000370513 protein_coding 9 1 8 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000316005 protein_coding 11 5 9 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000370521 protein_coding 8 1 9 PKN2 ENSG00000065243 +CDS chr1 88804391 88804534 ENST00000436111 protein_coding 1 3 4 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000316005 protein_coding 11 5 10 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000370521 protein_coding 8 1 10 PKN2 ENSG00000065243 +CDS chr1 88804846 88804894 ENST00000436111 protein_coding 1 3 5 PKN2 ENSG00000065243 +CDS chr1 88804846 88804921 ENST00000370513 protein_coding 9 1 9 PKN2 ENSG00000065243 +CDS chr1 88805497 88805807 ENST00000316005 protein_coding 11 5 11 PKN2 ENSG00000065243 +CDS chr1 88805497 88805671 ENST00000370521 protein_coding 8 1 11 PKN2 ENSG00000065243 +CDS chr1 88805497 88805671 ENST00000370513 protein_coding 9 1 10 PKN2 ENSG00000065243 +CDS chr1 88805891 88806017 ENST00000370521 protein_coding 8 1 12 PKN2 ENSG00000065243 +CDS chr1 88805891 88806017 ENST00000370513 protein_coding 9 1 11 PKN2 ENSG00000065243 +CDS chr1 88807313 88807443 ENST00000370521 protein_coding 8 1 13 PKN2 ENSG00000065243 +CDS chr1 88807313 88807443 ENST00000370513 protein_coding 9 1 12 PKN2 ENSG00000065243 +CDS chr1 88807529 88807604 ENST00000370521 protein_coding 8 1 14 PKN2 ENSG00000065243 +CDS chr1 88807529 88807604 ENST00000370513 protein_coding 9 1 13 PKN2 ENSG00000065243 +CDS chr1 88807684 88807775 ENST00000370521 protein_coding 8 1 15 PKN2 ENSG00000065243 +CDS chr1 88807684 88807775 ENST00000370513 protein_coding 9 1 14 PKN2 ENSG00000065243 +CDS chr1 88813557 88813733 ENST00000370521 protein_coding 8 1 16 PKN2 ENSG00000065243 +CDS chr1 88813557 88813733 ENST00000370513 protein_coding 9 1 15 PKN2 ENSG00000065243 +CDS chr1 88821941 88822003 ENST00000370521 protein_coding 8 1 17 PKN2 ENSG00000065243 +CDS chr1 88821941 88822003 ENST00000370513 protein_coding 9 1 16 PKN2 ENSG00000065243 +CDS chr1 88824310 88824386 ENST00000370521 protein_coding 8 1 18 PKN2 ENSG00000065243 +CDS chr1 88824310 88824386 ENST00000370513 protein_coding 9 1 17 PKN2 ENSG00000065243 +transcript chr1 88824346 88829167 ENST00000449189 protein_coding 1 3 NA PKN2 ENSG00000065243 +CDS chr1 88824346 88824386 ENST00000449189 protein_coding 1 3 1 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000370521 protein_coding 8 1 19 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000449189 protein_coding 1 3 2 PKN2 ENSG00000065243 +CDS chr1 88828481 88828623 ENST00000370513 protein_coding 9 1 18 PKN2 ENSG00000065243 +CDS chr1 88829010 88829018 ENST00000449189 protein_coding 1 3 3 PKN2 ENSG00000065243 +CDS chr1 88832744 88832851 ENST00000370521 protein_coding 8 1 20 PKN2 ENSG00000065243 +CDS chr1 88832744 88832851 ENST00000370513 protein_coding 9 1 19 PKN2 ENSG00000065243 +CDS chr1 88833077 88833157 ENST00000370521 protein_coding 8 1 21 PKN2 ENSG00000065243 +CDS chr1 88833077 88833157 ENST00000370513 protein_coding 9 1 20 PKN2 ENSG00000065243 +CDS chr1 88833245 88833445 ENST00000370521 protein_coding 8 1 22 PKN2 ENSG00000065243 +CDS chr1 88833245 88833445 ENST00000370513 protein_coding 9 1 21 PKN2 ENSG00000065243 +transcript chr1 88852633 88891567 ENST00000370500 protein_coding 10 1 NA GTF2B ENSG00000137947 +CDS chr1 88853216 88853346 ENST00000370500 protein_coding 10 1 7 GTF2B ENSG00000137947 +transcript chr1 88853224 88891496 ENST00000448623 protein_coding 5 5 NA GTF2B ENSG00000137947 +CDS chr1 88853322 88853346 ENST00000448623 protein_coding 5 5 7 GTF2B ENSG00000137947 +CDS chr1 88857206 88857487 ENST00000370500 protein_coding 10 1 6 GTF2B ENSG00000137947 +transcript chr1 88857315 88891589 ENST00000418217 protein_coding 1 5 NA GTF2B ENSG00000137947 +CDS chr1 88857315 88857487 ENST00000418217 protein_coding 1 5 6 GTF2B ENSG00000137947 +CDS chr1 88857373 88857487 ENST00000448623 protein_coding 5 5 6 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000370500 protein_coding 10 1 5 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000448623 protein_coding 5 5 5 GTF2B ENSG00000137947 +CDS chr1 88859882 88860011 ENST00000418217 protein_coding 1 5 5 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000370500 protein_coding 10 1 4 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000448623 protein_coding 5 5 4 GTF2B ENSG00000137947 +CDS chr1 88860140 88860286 ENST00000418217 protein_coding 1 5 4 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000370500 protein_coding 10 1 3 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000448623 protein_coding 5 5 3 GTF2B ENSG00000137947 +CDS chr1 88863981 88864114 ENST00000418217 protein_coding 1 5 3 GTF2B ENSG00000137947 +CDS chr1 88887261 88887367 ENST00000370500 protein_coding 10 1 2 GTF2B ENSG00000137947 +CDS chr1 88887261 88887367 ENST00000448623 protein_coding 5 5 2 GTF2B ENSG00000137947 +CDS chr1 88887276 88887367 ENST00000418217 protein_coding 1 5 2 GTF2B ENSG00000137947 +CDS chr1 88891483 88891499 ENST00000370500 protein_coding 10 1 1 GTF2B ENSG00000137947 +CDS chr1 88891483 88891496 ENST00000448623 protein_coding 5 5 1 GTF2B ENSG00000137947 +CDS chr1 88891483 88891499 ENST00000418217 protein_coding 1 5 1 GTF2B ENSG00000137947 +transcript chr1 88935773 88992776 ENST00000370491 protein_coding 7 2 NA KYAT3 ENSG00000137944 +transcript chr1 88935779 88992629 ENST00000260508 protein_coding 9 1 NA KYAT3 ENSG00000137944 +CDS chr1 88936186 88936245 ENST00000370491 protein_coding 7 2 13 KYAT3 ENSG00000137944 +CDS chr1 88936186 88936245 ENST00000260508 protein_coding 9 1 14 KYAT3 ENSG00000137944 +CDS chr1 88943005 88943091 ENST00000370491 protein_coding 7 2 12 KYAT3 ENSG00000137944 +CDS chr1 88943005 88943091 ENST00000260508 protein_coding 9 1 13 KYAT3 ENSG00000137944 +CDS chr1 88943350 88943423 ENST00000370491 protein_coding 7 2 11 KYAT3 ENSG00000137944 +CDS chr1 88943350 88943423 ENST00000260508 protein_coding 9 1 12 KYAT3 ENSG00000137944 +CDS chr1 88949091 88949277 ENST00000370491 protein_coding 7 2 10 KYAT3 ENSG00000137944 +CDS chr1 88949091 88949277 ENST00000260508 protein_coding 9 1 11 KYAT3 ENSG00000137944 +CDS chr1 88953063 88953152 ENST00000370491 protein_coding 7 2 9 KYAT3 ENSG00000137944 +CDS chr1 88953063 88953152 ENST00000260508 protein_coding 9 1 10 KYAT3 ENSG00000137944 +CDS chr1 88955149 88955225 ENST00000370491 protein_coding 7 2 8 KYAT3 ENSG00000137944 +CDS chr1 88955149 88955225 ENST00000260508 protein_coding 9 1 9 KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000370491 protein_coding 7 2 7 KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000260508 protein_coding 9 1 8 KYAT3 ENSG00000137944 +transcript chr1 88961167 88992953 ENST00000370486 protein_coding 1 5 NA KYAT3 ENSG00000137944 +CDS chr1 88961167 88961287 ENST00000370486 protein_coding 1 5 9 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000370491 protein_coding 7 2 6 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000260508 protein_coding 9 1 7 KYAT3 ENSG00000137944 +CDS chr1 88961381 88961506 ENST00000370486 protein_coding 1 5 8 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000370491 protein_coding 7 2 5 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000260508 protein_coding 9 1 6 KYAT3 ENSG00000137944 +CDS chr1 88962059 88962145 ENST00000370486 protein_coding 1 5 7 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000370491 protein_coding 7 2 4 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000260508 protein_coding 9 1 5 KYAT3 ENSG00000137944 +CDS chr1 88964829 88964978 ENST00000370486 protein_coding 1 5 6 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000370491 protein_coding 7 2 3 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000260508 protein_coding 9 1 4 KYAT3 ENSG00000137944 +CDS chr1 88968670 88968814 ENST00000370486 protein_coding 1 5 5 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969464 ENST00000370491 protein_coding 7 2 2 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969467 ENST00000260508 protein_coding 9 1 3 KYAT3 ENSG00000137944 +CDS chr1 88969409 88969467 ENST00000370486 protein_coding 1 5 4 KYAT3 ENSG00000137944 +transcript chr1 88979456 88992629 ENST00000652648 protein_coding 1 NA NA RBMXL1 ENSG00000213516 +transcript chr1 88979456 88992772 ENST00000321792 protein_coding 5 1 NA RBMXL1 ENSG00000213516 +transcript chr1 88979459 88992960 ENST00000399794 protein_coding 6 2 NA RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000652648 protein_coding 1 NA 3 RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000321792 protein_coding 5 1 2 RBMXL1 ENSG00000213516 +CDS chr1 88982657 88983826 ENST00000399794 protein_coding 6 2 3 RBMXL1 ENSG00000213516 +transcript chr1 88983351 88992759 ENST00000413769 protein_coding 1 2 NA RBMXL1 ENSG00000213516 +CDS chr1 88983351 88983826 ENST00000413769 protein_coding 1 2 3 RBMXL1 ENSG00000213516 +CDS chr1 88988252 88988350 ENST00000260508 protein_coding 9 1 2 KYAT3 ENSG00000137944 +CDS chr1 88988252 88988350 ENST00000370486 protein_coding 1 5 3 KYAT3 ENSG00000137944 +transcript chr1 89006680 89022866 ENST00000370481 protein_coding 9 1 NA GBP3 ENSG00000117226 +CDS chr1 89007727 89007852 ENST00000370481 protein_coding 9 1 11 GBP3 ENSG00000117226 +transcript chr1 89008844 89011835 ENST00000461384 protein_coding 6 2 NA GBP3 ENSG00000117226 +CDS chr1 89008893 89009140 ENST00000461384 protein_coding 6 2 4 GBP3 ENSG00000117226 +transcript chr1 89008935 89013299 ENST00000445969 protein_coding 1 2 NA GBP3 ENSG00000117226 +CDS chr1 89008935 89009140 ENST00000445969 protein_coding 1 2 3 GBP3 ENSG00000117226 +CDS chr1 89008947 89009140 ENST00000370481 protein_coding 9 1 10 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000370481 protein_coding 9 1 9 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000461384 protein_coding 6 2 3 GBP3 ENSG00000117226 +CDS chr1 89009392 89009494 ENST00000445969 protein_coding 1 2 2 GBP3 ENSG00000117226 +CDS chr1 89010904 89011116 ENST00000370481 protein_coding 9 1 8 GBP3 ENSG00000117226 +CDS chr1 89010904 89011116 ENST00000461384 protein_coding 6 2 2 GBP3 ENSG00000117226 +CDS chr1 89011747 89012027 ENST00000370481 protein_coding 9 1 7 GBP3 ENSG00000117226 +CDS chr1 89011747 89011835 ENST00000461384 protein_coding 6 2 1 GBP3 ENSG00000117226 +CDS chr1 89013185 89013427 ENST00000370481 protein_coding 9 1 6 GBP3 ENSG00000117226 +CDS chr1 89013198 89013299 ENST00000445969 protein_coding 1 2 1 GBP3 ENSG00000117226 +CDS chr1 89014083 89014279 ENST00000370481 protein_coding 9 1 5 GBP3 ENSG00000117226 +transcript chr1 89014102 89022866 ENST00000564665 protein_coding 1 4 NA GBP3 ENSG00000117226 +CDS chr1 89014102 89014279 ENST00000564665 protein_coding 1 4 4 GBP3 ENSG00000117226 +CDS chr1 89014547 89014656 ENST00000370481 protein_coding 9 1 4 GBP3 ENSG00000117226 +CDS chr1 89014547 89014656 ENST00000564665 protein_coding 1 4 3 GBP3 ENSG00000117226 +CDS chr1 89015287 89015414 ENST00000370481 protein_coding 9 1 3 GBP3 ENSG00000117226 +CDS chr1 89015287 89015367 ENST00000564665 protein_coding 1 4 2 GBP3 ENSG00000117226 +CDS chr1 89020532 89020721 ENST00000370481 protein_coding 9 1 2 GBP3 ENSG00000117226 +transcript chr1 89052319 89065208 ENST00000370473 protein_coding 5 1 NA GBP1 ENSG00000117228 +CDS chr1 89053358 89053468 ENST00000370473 protein_coding 5 1 11 GBP1 ENSG00000117228 +CDS chr1 89054682 89054875 ENST00000370473 protein_coding 5 1 10 GBP1 ENSG00000117228 +CDS chr1 89055113 89055215 ENST00000370473 protein_coding 5 1 9 GBP1 ENSG00000117228 +CDS chr1 89056016 89056228 ENST00000370473 protein_coding 5 1 8 GBP1 ENSG00000117228 +CDS chr1 89056854 89057134 ENST00000370473 protein_coding 5 1 7 GBP1 ENSG00000117228 +transcript chr1 89057615 89065360 ENST00000681280 protein_coding 1 NA NA GBP1 ENSG00000117228 +CDS chr1 89057978 89058234 ENST00000681280 protein_coding 1 NA 6 GBP1 ENSG00000117228 +CDS chr1 89057992 89058234 ENST00000370473 protein_coding 5 1 6 GBP1 ENSG00000117228 +CDS chr1 89058841 89059043 ENST00000370473 protein_coding 5 1 5 GBP1 ENSG00000117228 +CDS chr1 89058841 89059043 ENST00000681280 protein_coding 1 NA 5 GBP1 ENSG00000117228 +CDS chr1 89059317 89059426 ENST00000370473 protein_coding 5 1 4 GBP1 ENSG00000117228 +CDS chr1 89059317 89059426 ENST00000681280 protein_coding 1 NA 4 GBP1 ENSG00000117228 +CDS chr1 89060197 89060324 ENST00000370473 protein_coding 5 1 3 GBP1 ENSG00000117228 +CDS chr1 89060197 89060324 ENST00000681280 protein_coding 1 NA 3 GBP1 ENSG00000117228 +CDS chr1 89063045 89063234 ENST00000370473 protein_coding 5 1 2 GBP1 ENSG00000117228 +CDS chr1 89063045 89063234 ENST00000681280 protein_coding 1 NA 2 GBP1 ENSG00000117228 +transcript chr1 89106132 89126114 ENST00000370466 protein_coding 4 1 NA GBP2 ENSG00000162645 +CDS chr1 89108178 89108291 ENST00000370466 protein_coding 4 1 11 GBP2 ENSG00000162645 +CDS chr1 89109677 89109870 ENST00000370466 protein_coding 4 1 10 GBP2 ENSG00000162645 +CDS chr1 89110164 89110266 ENST00000370466 protein_coding 4 1 9 GBP2 ENSG00000162645 +CDS chr1 89112472 89112684 ENST00000370466 protein_coding 4 1 8 GBP2 ENSG00000162645 +CDS chr1 89114016 89114296 ENST00000370466 protein_coding 4 1 7 GBP2 ENSG00000162645 +CDS chr1 89116992 89117234 ENST00000370466 protein_coding 4 1 6 GBP2 ENSG00000162645 +CDS chr1 89117577 89117773 ENST00000370466 protein_coding 4 1 5 GBP2 ENSG00000162645 +CDS chr1 89120179 89120288 ENST00000370466 protein_coding 4 1 4 GBP2 ENSG00000162645 +CDS chr1 89121143 89121270 ENST00000370466 protein_coding 4 1 3 GBP2 ENSG00000162645 +CDS chr1 89121777 89121966 ENST00000370466 protein_coding 4 1 2 GBP2 ENSG00000162645 +transcript chr1 89131742 89176003 ENST00000294671 protein_coding 3 2 NA GBP7 ENSG00000213512 +CDS chr1 89132152 89132403 ENST00000294671 protein_coding 3 2 11 GBP7 ENSG00000213512 +CDS chr1 89133258 89133451 ENST00000294671 protein_coding 3 2 10 GBP7 ENSG00000213512 +transcript chr1 89133301 89176009 ENST00000650452 protein_coding 1 NA NA GBP7 ENSG00000213512 +CDS chr1 89133301 89133443 ENST00000650452 protein_coding 1 NA 9 GBP7 ENSG00000213512 +CDS chr1 89141546 89141648 ENST00000294671 protein_coding 3 2 9 GBP7 ENSG00000213512 +CDS chr1 89147567 89147779 ENST00000294671 protein_coding 3 2 8 GBP7 ENSG00000213512 +CDS chr1 89147567 89147779 ENST00000650452 protein_coding 1 NA 8 GBP7 ENSG00000213512 +CDS chr1 89149292 89149572 ENST00000294671 protein_coding 3 2 7 GBP7 ENSG00000213512 +CDS chr1 89149292 89149572 ENST00000650452 protein_coding 1 NA 7 GBP7 ENSG00000213512 +CDS chr1 89150330 89150575 ENST00000294671 protein_coding 3 2 6 GBP7 ENSG00000213512 +CDS chr1 89150330 89150575 ENST00000650452 protein_coding 1 NA 6 GBP7 ENSG00000213512 +CDS chr1 89152268 89152464 ENST00000294671 protein_coding 3 2 5 GBP7 ENSG00000213512 +CDS chr1 89152268 89152464 ENST00000650452 protein_coding 1 NA 5 GBP7 ENSG00000213512 +CDS chr1 89152668 89152777 ENST00000294671 protein_coding 3 2 4 GBP7 ENSG00000213512 +CDS chr1 89152668 89152777 ENST00000650452 protein_coding 1 NA 4 GBP7 ENSG00000213512 +CDS chr1 89164731 89164858 ENST00000294671 protein_coding 3 2 3 GBP7 ENSG00000213512 +CDS chr1 89164731 89164858 ENST00000650452 protein_coding 1 NA 3 GBP7 ENSG00000213512 +CDS chr1 89171746 89171935 ENST00000294671 protein_coding 3 2 2 GBP7 ENSG00000213512 +CDS chr1 89171746 89171935 ENST00000650452 protein_coding 1 NA 2 GBP7 ENSG00000213512 +transcript chr1 89181144 89198942 ENST00000355754 protein_coding 7 1 NA GBP4 ENSG00000162654 +CDS chr1 89185257 89185469 ENST00000355754 protein_coding 7 1 11 GBP4 ENSG00000162654 +CDS chr1 89186333 89186526 ENST00000355754 protein_coding 7 1 10 GBP4 ENSG00000162654 +CDS chr1 89187000 89187102 ENST00000355754 protein_coding 7 1 9 GBP4 ENSG00000162654 +CDS chr1 89188582 89188794 ENST00000355754 protein_coding 7 1 8 GBP4 ENSG00000162654 +CDS chr1 89190038 89190318 ENST00000355754 protein_coding 7 1 7 GBP4 ENSG00000162654 +CDS chr1 89191261 89191506 ENST00000355754 protein_coding 7 1 6 GBP4 ENSG00000162654 +CDS chr1 89192904 89193100 ENST00000355754 protein_coding 7 1 5 GBP4 ENSG00000162654 +CDS chr1 89193303 89193412 ENST00000355754 protein_coding 7 1 4 GBP4 ENSG00000162654 +CDS chr1 89195297 89195424 ENST00000355754 protein_coding 7 1 3 GBP4 ENSG00000162654 +CDS chr1 89197110 89197304 ENST00000355754 protein_coding 7 1 2 GBP4 ENSG00000162654 +CDS chr1 89198795 89198834 ENST00000355754 protein_coding 7 1 1 GBP4 ENSG00000162654 +transcript chr1 89256189 89272860 ENST00000370459 protein_coding 8 5 NA GBP5 ENSG00000154451 +CDS chr1 89260707 89260817 ENST00000370459 protein_coding 8 5 12 GBP5 ENSG00000154451 +CDS chr1 89262220 89262401 ENST00000370459 protein_coding 8 5 11 GBP5 ENSG00000154451 +CDS chr1 89262683 89262785 ENST00000370459 protein_coding 8 5 10 GBP5 ENSG00000154451 +transcript chr1 89262698 89272804 ENST00000443807 protein_coding 1 2 NA GBP5 ENSG00000154451 +CDS chr1 89262698 89262785 ENST00000443807 protein_coding 1 2 8 GBP5 ENSG00000154451 +CDS chr1 89263736 89263948 ENST00000370459 protein_coding 8 5 9 GBP5 ENSG00000154451 +CDS chr1 89263736 89263948 ENST00000443807 protein_coding 1 2 7 GBP5 ENSG00000154451 +CDS chr1 89264686 89264966 ENST00000370459 protein_coding 8 5 8 GBP5 ENSG00000154451 +CDS chr1 89264686 89264966 ENST00000443807 protein_coding 1 2 6 GBP5 ENSG00000154451 +CDS chr1 89266346 89266588 ENST00000370459 protein_coding 8 5 7 GBP5 ENSG00000154451 +CDS chr1 89266346 89266588 ENST00000443807 protein_coding 1 2 5 GBP5 ENSG00000154451 +CDS chr1 89266957 89267153 ENST00000370459 protein_coding 8 5 6 GBP5 ENSG00000154451 +CDS chr1 89266957 89267153 ENST00000443807 protein_coding 1 2 4 GBP5 ENSG00000154451 +CDS chr1 89267417 89267526 ENST00000370459 protein_coding 8 5 5 GBP5 ENSG00000154451 +CDS chr1 89267417 89267526 ENST00000443807 protein_coding 1 2 3 GBP5 ENSG00000154451 +CDS chr1 89268729 89268856 ENST00000370459 protein_coding 8 5 4 GBP5 ENSG00000154451 +CDS chr1 89268729 89268856 ENST00000443807 protein_coding 1 2 2 GBP5 ENSG00000154451 +CDS chr1 89269366 89269555 ENST00000370459 protein_coding 8 5 3 GBP5 ENSG00000154451 +CDS chr1 89269366 89269555 ENST00000443807 protein_coding 1 2 1 GBP5 ENSG00000154451 +transcript chr1 89364059 89388160 ENST00000370456 protein_coding 5 1 NA GBP6 ENSG00000183347 +CDS chr1 89368552 89368741 ENST00000370456 protein_coding 5 1 2 GBP6 ENSG00000183347 +CDS chr1 89369546 89369673 ENST00000370456 protein_coding 5 1 3 GBP6 ENSG00000183347 +CDS chr1 89378103 89378212 ENST00000370456 protein_coding 5 1 4 GBP6 ENSG00000183347 +CDS chr1 89378417 89378613 ENST00000370456 protein_coding 5 1 5 GBP6 ENSG00000183347 +CDS chr1 89380386 89380631 ENST00000370456 protein_coding 5 1 6 GBP6 ENSG00000183347 +CDS chr1 89381694 89381974 ENST00000370456 protein_coding 5 1 7 GBP6 ENSG00000183347 +CDS chr1 89382664 89382876 ENST00000370456 protein_coding 5 1 8 GBP6 ENSG00000183347 +CDS chr1 89383652 89383754 ENST00000370456 protein_coding 5 1 9 GBP6 ENSG00000183347 +CDS chr1 89384093 89384286 ENST00000370456 protein_coding 5 1 10 GBP6 ENSG00000183347 +CDS chr1 89385230 89385466 ENST00000370456 protein_coding 5 1 11 GBP6 ENSG00000183347 +transcript chr1 89524829 89593366 ENST00000439853 protein_coding 6 1 NA LRRC8B ENSG00000197147 +transcript chr1 89524829 89597861 ENST00000330947 protein_coding 7 5 NA LRRC8B ENSG00000197147 +transcript chr1 89524836 89582961 ENST00000449440 protein_coding 5 3 NA LRRC8B ENSG00000197147 +transcript chr1 89524854 89597848 ENST00000640258 protein_coding 1 5 NA LRRC8B ENSG00000197147 +transcript chr1 89524883 89597848 ENST00000639264 protein_coding 1 5 NA LRRC8B ENSG00000197147 +transcript chr1 89579592 89579654 ENST00000676334 protein_coding 1 NA NA NA ENSG00000288629 +CDS chr1 89579592 89579651 ENST00000676334 protein_coding 1 NA 1 NA ENSG00000288629 +CDS chr1 89582651 89584789 ENST00000439853 protein_coding 6 1 5 LRRC8B ENSG00000197147 +CDS chr1 89582651 89582961 ENST00000449440 protein_coding 5 3 6 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000640258 protein_coding 1 5 8 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000639264 protein_coding 1 5 6 LRRC8B ENSG00000197147 +CDS chr1 89582651 89584789 ENST00000330947 protein_coding 7 5 5 LRRC8B ENSG00000197147 +CDS chr1 89588313 89588366 ENST00000439853 protein_coding 6 1 6 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000640258 protein_coding 1 5 9 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000639264 protein_coding 1 5 7 LRRC8B ENSG00000197147 +CDS chr1 89592771 89593040 ENST00000330947 protein_coding 7 5 6 LRRC8B ENSG00000197147 +transcript chr1 89633120 89719533 ENST00000370454 protein_coding 9 1 NA LRRC8C ENSG00000171488 +CDS chr1 89686474 89686611 ENST00000370454 protein_coding 9 1 2 LRRC8C ENSG00000171488 +CDS chr1 89712709 89714979 ENST00000370454 protein_coding 9 1 3 LRRC8C ENSG00000171488 +transcript chr1 89821014 89933160 ENST00000525774 protein_coding 5 4 NA LRRC8D ENSG00000171492 +transcript chr1 89821032 89936611 ENST00000337338 protein_coding 9 2 NA LRRC8D ENSG00000171492 +transcript chr1 89821921 89936001 ENST00000394593 protein_coding 7 1 NA LRRC8D ENSG00000171492 +transcript chr1 89833693 89933433 ENST00000532201 protein_coding 5 4 NA LRRC8D ENSG00000171492 +transcript chr1 89843048 89933418 ENST00000414841 protein_coding 1 3 NA LRRC8D ENSG00000171492 +transcript chr1 89843423 89933628 ENST00000527156 protein_coding 1 2 NA LRRC8D ENSG00000171492 +transcript chr1 89846580 89933892 ENST00000441269 protein_coding 2 3 NA LRRC8D ENSG00000171492 +CDS chr1 89933069 89933160 ENST00000525774 protein_coding 5 4 4 LRRC8D ENSG00000171492 +CDS chr1 89933069 89935642 ENST00000337338 protein_coding 9 2 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89935642 ENST00000394593 protein_coding 7 1 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933433 ENST00000532201 protein_coding 5 4 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933418 ENST00000414841 protein_coding 1 3 3 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933628 ENST00000527156 protein_coding 1 2 2 LRRC8D ENSG00000171492 +CDS chr1 89933069 89933892 ENST00000441269 protein_coding 2 3 2 LRRC8D ENSG00000171492 +transcript chr1 89995110 90035533 ENST00000340281 protein_coding 9 1 NA ZNF326 ENSG00000162664 +transcript chr1 89995134 90006449 ENST00000361911 protein_coding 9 1 NA ZNF326 ENSG00000162664 +transcript chr1 89995137 90035531 ENST00000370447 protein_coding 3 1 NA ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000340281 protein_coding 9 1 1 ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000361911 protein_coding 9 1 1 ZNF326 ENSG00000162664 +CDS chr1 89995258 89995273 ENST00000370447 protein_coding 3 1 1 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000340281 protein_coding 9 1 2 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000361911 protein_coding 9 1 2 ZNF326 ENSG00000162664 +CDS chr1 89998110 89998154 ENST00000370447 protein_coding 3 1 2 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000340281 protein_coding 9 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000361911 protein_coding 9 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005003 90005038 ENST00000370447 protein_coding 3 1 3 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005244 ENST00000340281 protein_coding 9 1 4 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005245 ENST00000361911 protein_coding 9 1 4 ZNF326 ENSG00000162664 +CDS chr1 90005133 90005244 ENST00000370447 protein_coding 3 1 4 ZNF326 ENSG00000162664 +CDS chr1 90007345 90007750 ENST00000340281 protein_coding 9 1 5 ZNF326 ENSG00000162664 +CDS chr1 90007612 90007750 ENST00000370447 protein_coding 3 1 5 ZNF326 ENSG00000162664 +CDS chr1 90010088 90010286 ENST00000340281 protein_coding 9 1 6 ZNF326 ENSG00000162664 +CDS chr1 90010088 90010286 ENST00000370447 protein_coding 3 1 6 ZNF326 ENSG00000162664 +CDS chr1 90013126 90013237 ENST00000340281 protein_coding 9 1 7 ZNF326 ENSG00000162664 +CDS chr1 90013126 90013237 ENST00000370447 protein_coding 3 1 7 ZNF326 ENSG00000162664 +CDS chr1 90017317 90017464 ENST00000340281 protein_coding 9 1 8 ZNF326 ENSG00000162664 +CDS chr1 90017317 90017464 ENST00000370447 protein_coding 3 1 8 ZNF326 ENSG00000162664 +CDS chr1 90018685 90018784 ENST00000340281 protein_coding 9 1 9 ZNF326 ENSG00000162664 +CDS chr1 90018685 90018784 ENST00000370447 protein_coding 3 1 9 ZNF326 ENSG00000162664 +CDS chr1 90020792 90020922 ENST00000340281 protein_coding 9 1 10 ZNF326 ENSG00000162664 +CDS chr1 90020792 90020922 ENST00000370447 protein_coding 3 1 10 ZNF326 ENSG00000162664 +CDS chr1 90022250 90022345 ENST00000340281 protein_coding 9 1 11 ZNF326 ENSG00000162664 +CDS chr1 90022250 90022345 ENST00000370447 protein_coding 3 1 11 ZNF326 ENSG00000162664 +CDS chr1 90027354 90027698 ENST00000340281 protein_coding 9 1 12 ZNF326 ENSG00000162664 +CDS chr1 90027354 90027698 ENST00000370447 protein_coding 3 1 12 ZNF326 ENSG00000162664 +transcript chr1 90711539 90717302 ENST00000370445 protein_coding 5 1 NA BARHL2 ENSG00000143032 +CDS chr1 90712315 90712624 ENST00000370445 protein_coding 5 1 3 BARHL2 ENSG00000143032 +CDS chr1 90714531 90714756 ENST00000370445 protein_coding 5 1 2 BARHL2 ENSG00000143032 +CDS chr1 90716571 90717195 ENST00000370445 protein_coding 5 1 1 BARHL2 ENSG00000143032 +transcript chr1 90915298 91021473 ENST00000370440 protein_coding 5 5 NA ZNF644 ENSG00000122482 +transcript chr1 90915304 91021457 ENST00000347275 protein_coding 9 1 NA ZNF644 ENSG00000122482 +transcript chr1 90915304 91022035 ENST00000337393 protein_coding 10 1 NA ZNF644 ENSG00000122482 +transcript chr1 90916185 91022272 ENST00000361321 protein_coding 5 2 NA ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000370440 protein_coding 5 5 6 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000347275 protein_coding 9 1 4 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000361321 protein_coding 5 2 4 ZNF644 ENSG00000122482 +CDS chr1 90916801 90916990 ENST00000337393 protein_coding 10 1 6 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000370440 protein_coding 5 5 5 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000347275 protein_coding 9 1 3 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000361321 protein_coding 5 2 3 ZNF644 ENSG00000122482 +CDS chr1 90918052 90918154 ENST00000337393 protein_coding 10 1 5 ZNF644 ENSG00000122482 +CDS chr1 90937485 90938090 ENST00000370440 protein_coding 5 5 4 ZNF644 ENSG00000122482 +CDS chr1 90937485 90938090 ENST00000337393 protein_coding 10 1 4 ZNF644 ENSG00000122482 +CDS chr1 90938272 90941309 ENST00000370440 protein_coding 5 5 3 ZNF644 ENSG00000122482 +CDS chr1 90938272 90941309 ENST00000337393 protein_coding 10 1 3 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982353 ENST00000370440 protein_coding 5 5 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982331 ENST00000347275 protein_coding 9 1 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982331 ENST00000361321 protein_coding 5 2 2 ZNF644 ENSG00000122482 +CDS chr1 90982310 90982353 ENST00000337393 protein_coding 10 1 2 ZNF644 ENSG00000122482 +transcript chr1 91260766 91404837 ENST00000370425 protein_coding 8 1 NA HFM1 ENSG00000162669 +CDS chr1 91261293 91261359 ENST00000370425 protein_coding 8 1 39 HFM1 ENSG00000162669 +transcript chr1 91262186 91347449 ENST00000430465 protein_coding 1 1 NA HFM1 ENSG00000162669 +CDS chr1 91262240 91262392 ENST00000430465 protein_coding 1 1 19 HFM1 ENSG00000162669 +CDS chr1 91262241 91262392 ENST00000370425 protein_coding 8 1 38 HFM1 ENSG00000162669 +CDS chr1 91262481 91262592 ENST00000370425 protein_coding 8 1 37 HFM1 ENSG00000162669 +CDS chr1 91262481 91262592 ENST00000430465 protein_coding 1 1 18 HFM1 ENSG00000162669 +CDS chr1 91266017 91266107 ENST00000370425 protein_coding 8 1 36 HFM1 ENSG00000162669 +CDS chr1 91266017 91266107 ENST00000430465 protein_coding 1 1 17 HFM1 ENSG00000162669 +CDS chr1 91267745 91267855 ENST00000370425 protein_coding 8 1 35 HFM1 ENSG00000162669 +CDS chr1 91267745 91267855 ENST00000430465 protein_coding 1 1 16 HFM1 ENSG00000162669 +CDS chr1 91273712 91273815 ENST00000370425 protein_coding 8 1 34 HFM1 ENSG00000162669 +CDS chr1 91273712 91273815 ENST00000430465 protein_coding 1 1 15 HFM1 ENSG00000162669 +CDS chr1 91274730 91274809 ENST00000370425 protein_coding 8 1 33 HFM1 ENSG00000162669 +CDS chr1 91274730 91274809 ENST00000430465 protein_coding 1 1 14 HFM1 ENSG00000162669 +CDS chr1 91276628 91276743 ENST00000370425 protein_coding 8 1 32 HFM1 ENSG00000162669 +CDS chr1 91276628 91276743 ENST00000430465 protein_coding 1 1 13 HFM1 ENSG00000162669 +CDS chr1 91276982 91277062 ENST00000370425 protein_coding 8 1 31 HFM1 ENSG00000162669 +CDS chr1 91276982 91277062 ENST00000430465 protein_coding 1 1 12 HFM1 ENSG00000162669 +CDS chr1 91313349 91313495 ENST00000370425 protein_coding 8 1 30 HFM1 ENSG00000162669 +CDS chr1 91313349 91313495 ENST00000430465 protein_coding 1 1 11 HFM1 ENSG00000162669 +CDS chr1 91313957 91314060 ENST00000370425 protein_coding 8 1 29 HFM1 ENSG00000162669 +CDS chr1 91313957 91314060 ENST00000430465 protein_coding 1 1 10 HFM1 ENSG00000162669 +CDS chr1 91315815 91315972 ENST00000370425 protein_coding 8 1 28 HFM1 ENSG00000162669 +CDS chr1 91315815 91315972 ENST00000430465 protein_coding 1 1 9 HFM1 ENSG00000162669 +CDS chr1 91316101 91316184 ENST00000370425 protein_coding 8 1 27 HFM1 ENSG00000162669 +CDS chr1 91316101 91316184 ENST00000430465 protein_coding 1 1 8 HFM1 ENSG00000162669 +CDS chr1 91316391 91316476 ENST00000370425 protein_coding 8 1 26 HFM1 ENSG00000162669 +CDS chr1 91316391 91316476 ENST00000430465 protein_coding 1 1 7 HFM1 ENSG00000162669 +CDS chr1 91319078 91319209 ENST00000370425 protein_coding 8 1 25 HFM1 ENSG00000162669 +CDS chr1 91319293 91319390 ENST00000370425 protein_coding 8 1 24 HFM1 ENSG00000162669 +CDS chr1 91319293 91319390 ENST00000430465 protein_coding 1 1 6 HFM1 ENSG00000162669 +CDS chr1 91322950 91322997 ENST00000370425 protein_coding 8 1 23 HFM1 ENSG00000162669 +CDS chr1 91322950 91322997 ENST00000430465 protein_coding 1 1 5 HFM1 ENSG00000162669 +CDS chr1 91323093 91323199 ENST00000370425 protein_coding 8 1 22 HFM1 ENSG00000162669 +CDS chr1 91323093 91323199 ENST00000430465 protein_coding 1 1 4 HFM1 ENSG00000162669 +CDS chr1 91324675 91324766 ENST00000370425 protein_coding 8 1 21 HFM1 ENSG00000162669 +CDS chr1 91324675 91324766 ENST00000430465 protein_coding 1 1 3 HFM1 ENSG00000162669 +CDS chr1 91343430 91343510 ENST00000370425 protein_coding 8 1 20 HFM1 ENSG00000162669 +CDS chr1 91343430 91343510 ENST00000430465 protein_coding 1 1 2 HFM1 ENSG00000162669 +CDS chr1 91347429 91347476 ENST00000370425 protein_coding 8 1 19 HFM1 ENSG00000162669 +CDS chr1 91347429 91347449 ENST00000430465 protein_coding 1 1 1 HFM1 ENSG00000162669 +CDS chr1 91350738 91350871 ENST00000370425 protein_coding 8 1 18 HFM1 ENSG00000162669 +CDS chr1 91351549 91351643 ENST00000370425 protein_coding 8 1 17 HFM1 ENSG00000162669 +CDS chr1 91352506 91352651 ENST00000370425 protein_coding 8 1 16 HFM1 ENSG00000162669 +CDS chr1 91353051 91353152 ENST00000370425 protein_coding 8 1 15 HFM1 ENSG00000162669 +CDS chr1 91353256 91353299 ENST00000370425 protein_coding 8 1 14 HFM1 ENSG00000162669 +CDS chr1 91375358 91375446 ENST00000370425 protein_coding 8 1 13 HFM1 ENSG00000162669 +CDS chr1 91375527 91375727 ENST00000370425 protein_coding 8 1 12 HFM1 ENSG00000162669 +CDS chr1 91378025 91378183 ENST00000370425 protein_coding 8 1 11 HFM1 ENSG00000162669 +CDS chr1 91378403 91378480 ENST00000370425 protein_coding 8 1 10 HFM1 ENSG00000162669 +CDS chr1 91379063 91379214 ENST00000370425 protein_coding 8 1 9 HFM1 ENSG00000162669 +CDS chr1 91380104 91380236 ENST00000370425 protein_coding 8 1 8 HFM1 ENSG00000162669 +transcript chr1 91380233 91404856 ENST00000448819 protein_coding 5 5 NA HFM1 ENSG00000162669 +CDS chr1 91380233 91380236 ENST00000448819 protein_coding 5 5 6 HFM1 ENSG00000162669 +CDS chr1 91380912 91380982 ENST00000370425 protein_coding 8 1 7 HFM1 ENSG00000162669 +CDS chr1 91380912 91380982 ENST00000448819 protein_coding 5 5 5 HFM1 ENSG00000162669 +CDS chr1 91385187 91385234 ENST00000370425 protein_coding 8 1 6 HFM1 ENSG00000162669 +CDS chr1 91385187 91385234 ENST00000448819 protein_coding 5 5 4 HFM1 ENSG00000162669 +CDS chr1 91385575 91385834 ENST00000370425 protein_coding 8 1 5 HFM1 ENSG00000162669 +CDS chr1 91385575 91385834 ENST00000448819 protein_coding 5 5 3 HFM1 ENSG00000162669 +transcript chr1 91385614 91404840 ENST00000427444 protein_coding 1 5 NA HFM1 ENSG00000162669 +CDS chr1 91385614 91385834 ENST00000427444 protein_coding 1 5 4 HFM1 ENSG00000162669 +CDS chr1 91394093 91394402 ENST00000370425 protein_coding 8 1 4 HFM1 ENSG00000162669 +CDS chr1 91394093 91394402 ENST00000427444 protein_coding 1 5 3 HFM1 ENSG00000162669 +transcript chr1 91394173 91404735 ENST00000455133 protein_coding 1 4 NA HFM1 ENSG00000162669 +CDS chr1 91394173 91394402 ENST00000455133 protein_coding 1 4 4 HFM1 ENSG00000162669 +CDS chr1 91396293 91396405 ENST00000370425 protein_coding 8 1 3 HFM1 ENSG00000162669 +CDS chr1 91396293 91396405 ENST00000455133 protein_coding 1 4 3 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000370425 protein_coding 8 1 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000448819 protein_coding 5 5 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401069 ENST00000427444 protein_coding 1 5 2 HFM1 ENSG00000162669 +CDS chr1 91401012 91401082 ENST00000455133 protein_coding 1 4 2 HFM1 ENSG00000162669 +transcript chr1 91500851 91525764 ENST00000234626 protein_coding 11 1 NA CDC7 ENSG00000097046 +transcript chr1 91501108 91525764 ENST00000428239 protein_coding 5 1 NA CDC7 ENSG00000097046 +transcript chr1 91501138 91511823 ENST00000426137 protein_coding 1 5 NA CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000234626 protein_coding 11 1 2 CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000426137 protein_coding 1 5 2 CDC7 ENSG00000097046 +CDS chr1 91501717 91501831 ENST00000428239 protein_coding 5 1 2 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000234626 protein_coding 11 1 3 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000426137 protein_coding 1 5 3 CDC7 ENSG00000097046 +CDS chr1 91507854 91507937 ENST00000428239 protein_coding 5 1 3 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000234626 protein_coding 11 1 4 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000426137 protein_coding 1 5 4 CDC7 ENSG00000097046 +CDS chr1 91508262 91508397 ENST00000428239 protein_coding 5 1 4 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000234626 protein_coding 11 1 5 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000426137 protein_coding 1 5 5 CDC7 ENSG00000097046 +CDS chr1 91511597 91511690 ENST00000428239 protein_coding 5 1 5 CDC7 ENSG00000097046 +CDS chr1 91511781 91511923 ENST00000234626 protein_coding 11 1 6 CDC7 ENSG00000097046 +CDS chr1 91511781 91511823 ENST00000426137 protein_coding 1 5 6 CDC7 ENSG00000097046 +CDS chr1 91511781 91511923 ENST00000428239 protein_coding 5 1 6 CDC7 ENSG00000097046 +CDS chr1 91513058 91513307 ENST00000234626 protein_coding 11 1 7 CDC7 ENSG00000097046 +CDS chr1 91513058 91513307 ENST00000428239 protein_coding 5 1 7 CDC7 ENSG00000097046 +CDS chr1 91513948 91514043 ENST00000234626 protein_coding 11 1 8 CDC7 ENSG00000097046 +CDS chr1 91513948 91514043 ENST00000428239 protein_coding 5 1 8 CDC7 ENSG00000097046 +CDS chr1 91514819 91514997 ENST00000234626 protein_coding 11 1 9 CDC7 ENSG00000097046 +CDS chr1 91514819 91514997 ENST00000428239 protein_coding 5 1 9 CDC7 ENSG00000097046 +CDS chr1 91515794 91515876 ENST00000234626 protein_coding 11 1 10 CDC7 ENSG00000097046 +CDS chr1 91515794 91515876 ENST00000428239 protein_coding 5 1 10 CDC7 ENSG00000097046 +CDS chr1 91520130 91520279 ENST00000234626 protein_coding 11 1 11 CDC7 ENSG00000097046 +CDS chr1 91520130 91520279 ENST00000428239 protein_coding 5 1 11 CDC7 ENSG00000097046 +CDS chr1 91524041 91524432 ENST00000234626 protein_coding 11 1 12 CDC7 ENSG00000097046 +CDS chr1 91524041 91524432 ENST00000428239 protein_coding 5 1 12 CDC7 ENSG00000097046 +transcript chr1 91680343 91886151 ENST00000212355 protein_coding 9 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91682426 91906335 ENST00000370399 protein_coding 6 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91682430 91861593 ENST00000525962 protein_coding 5 1 NA TGFBR3 ENSG00000069702 +transcript chr1 91683729 91886109 ENST00000465892 protein_coding 6 1 NA TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000370399 protein_coding 6 1 18 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000525962 protein_coding 5 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000465892 protein_coding 6 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91683742 91683857 ENST00000212355 protein_coding 9 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000370399 protein_coding 6 1 17 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000525962 protein_coding 5 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000465892 protein_coding 6 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91695672 91695779 ENST00000212355 protein_coding 9 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000370399 protein_coding 6 1 16 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000525962 protein_coding 5 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000465892 protein_coding 6 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91698089 91698130 ENST00000212355 protein_coding 9 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000370399 protein_coding 6 1 15 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000525962 protein_coding 5 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000465892 protein_coding 6 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91708663 91708783 ENST00000212355 protein_coding 9 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000370399 protein_coding 6 1 14 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000525962 protein_coding 5 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000465892 protein_coding 6 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91712243 91712542 ENST00000212355 protein_coding 9 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000370399 protein_coding 6 1 13 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000525962 protein_coding 5 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000465892 protein_coding 6 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716236 91716394 ENST00000212355 protein_coding 9 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000370399 protein_coding 6 1 12 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000525962 protein_coding 5 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000465892 protein_coding 6 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91716568 91716708 ENST00000212355 protein_coding 9 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000370399 protein_coding 6 1 11 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000525962 protein_coding 5 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000465892 protein_coding 6 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719312 91719464 ENST00000212355 protein_coding 9 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720227 ENST00000370399 protein_coding 6 1 10 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720230 ENST00000525962 protein_coding 5 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720227 ENST00000465892 protein_coding 6 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91719893 91720230 ENST00000212355 protein_coding 9 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000370399 protein_coding 6 1 9 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000525962 protein_coding 5 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000465892 protein_coding 6 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91721955 91722144 ENST00000212355 protein_coding 9 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000370399 protein_coding 6 1 8 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000525962 protein_coding 5 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000465892 protein_coding 6 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91727659 91727806 ENST00000212355 protein_coding 9 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000370399 protein_coding 6 1 7 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000525962 protein_coding 5 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000465892 protein_coding 6 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91729805 91729973 ENST00000212355 protein_coding 9 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000370399 protein_coding 6 1 6 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000525962 protein_coding 5 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000465892 protein_coding 6 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91734776 91734959 ENST00000212355 protein_coding 9 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000370399 protein_coding 6 1 5 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000525962 protein_coding 5 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000465892 protein_coding 6 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91758613 91758750 ENST00000212355 protein_coding 9 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000370399 protein_coding 6 1 4 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000525962 protein_coding 5 1 2 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000465892 protein_coding 6 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91797287 91797471 ENST00000212355 protein_coding 9 1 3 TGFBR3 ENSG00000069702 +transcript chr1 91797427 91886122 ENST00000417833 protein_coding 2 4 NA TGFBR3 ENSG00000069702 +CDS chr1 91797427 91797471 ENST00000417833 protein_coding 2 4 4 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000370399 protein_coding 6 1 3 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000525962 protein_coding 5 1 1 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000465892 protein_coding 6 1 2 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000417833 protein_coding 2 4 3 TGFBR3 ENSG00000069702 +CDS chr1 91861471 91861531 ENST00000212355 protein_coding 9 1 2 TGFBR3 ENSG00000069702 +transcript chr1 91949343 91977138 ENST00000448194 protein_coding 6 5 NA BRDT ENSG00000137948 +transcript chr1 91949363 91964649 ENST00000470955 protein_coding 6 4 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014421 ENST00000362005 protein_coding 7 1 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014421 ENST00000370389 protein_coding 6 1 NA BRDT ENSG00000137948 +transcript chr1 91949371 92014426 ENST00000394530 protein_coding 7 2 NA BRDT ENSG00000137948 +transcript chr1 91949372 91976350 ENST00000423434 protein_coding 5 3 NA BRDT ENSG00000137948 +transcript chr1 91949384 91976421 ENST00000440509 protein_coding 5 3 NA BRDT ENSG00000137948 +transcript chr1 91949384 91980743 ENST00000426141 protein_coding 6 1 NA BRDT ENSG00000137948 +transcript chr1 91949398 91962910 ENST00000449584 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949398 91976286 ENST00000427104 protein_coding 5 5 NA BRDT ENSG00000137948 +transcript chr1 91949401 91962796 ENST00000355011 protein_coding 7 4 NA BRDT ENSG00000137948 +transcript chr1 91949401 92014421 ENST00000399546 protein_coding 7 2 NA BRDT ENSG00000137948 +transcript chr1 91949403 91964722 ENST00000450792 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949403 91964735 ENST00000548992 protein_coding 5 4 NA BRDT ENSG00000137948 +transcript chr1 91949403 91968224 ENST00000552654 protein_coding 1 4 NA BRDT ENSG00000137948 +transcript chr1 91949434 91962849 ENST00000457265 protein_coding 1 4 NA BRDT ENSG00000137948 +transcript chr1 91952162 92014421 ENST00000402388 protein_coding 1 1 NA BRDT ENSG00000137948 +transcript chr1 91952164 91980743 ENST00000680541 protein_coding 1 NA NA BRDT ENSG00000137948 +transcript chr1 91952360 91980738 ENST00000680091 protein_coding 1 NA NA BRDT ENSG00000137948 +CDS chr1 91952498 91952502 ENST00000680091 protein_coding 1 NA 1 BRDT ENSG00000137948 +CDS chr1 91962718 91962946 ENST00000680091 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000448194 protein_coding 6 5 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000470955 protein_coding 6 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000362005 protein_coding 7 1 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000394530 protein_coding 7 2 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000423434 protein_coding 5 3 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000440509 protein_coding 5 3 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000426141 protein_coding 6 1 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962910 ENST00000449584 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000427104 protein_coding 5 5 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962796 ENST00000355011 protein_coding 7 4 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000399546 protein_coding 7 2 2 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000450792 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000548992 protein_coding 5 4 4 BRDT ENSG00000137948 +CDS chr1 91962755 91962849 ENST00000457265 protein_coding 1 4 3 BRDT ENSG00000137948 +CDS chr1 91962755 91962946 ENST00000402388 protein_coding 1 1 2 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000448194 protein_coding 6 5 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964649 ENST00000470955 protein_coding 6 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000362005 protein_coding 7 1 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000423434 protein_coding 5 3 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000440509 protein_coding 5 3 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000426141 protein_coding 6 1 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000427104 protein_coding 5 5 4 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000399546 protein_coding 7 2 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964722 ENST00000450792 protein_coding 5 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964735 ENST00000548992 protein_coding 5 4 5 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000402388 protein_coding 1 1 3 BRDT ENSG00000137948 +CDS chr1 91964627 91964764 ENST00000680091 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 91964654 91964764 ENST00000370389 protein_coding 6 1 3 BRDT ENSG00000137948 +CDS chr1 91964654 91964764 ENST00000552654 protein_coding 1 4 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000448194 protein_coding 6 5 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000362005 protein_coding 7 1 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000370389 protein_coding 6 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000394530 protein_coding 7 2 3 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000423434 protein_coding 5 3 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000440509 protein_coding 5 3 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000426141 protein_coding 6 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000427104 protein_coding 5 5 5 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000399546 protein_coding 7 2 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968224 ENST00000552654 protein_coding 1 4 6 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000402388 protein_coding 1 1 4 BRDT ENSG00000137948 +CDS chr1 91968146 91968260 ENST00000680091 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 91968167 91968260 ENST00000680541 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000448194 protein_coding 6 5 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000362005 protein_coding 7 1 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000370389 protein_coding 6 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000394530 protein_coding 7 2 4 BRDT ENSG00000137948 +CDS chr1 91976266 91976350 ENST00000423434 protein_coding 5 3 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976421 ENST00000440509 protein_coding 5 3 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000426141 protein_coding 6 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976286 ENST00000427104 protein_coding 5 5 6 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000399546 protein_coding 7 2 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000402388 protein_coding 1 1 5 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000680541 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 91976266 91976438 ENST00000680091 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 91977043 91977138 ENST00000448194 protein_coding 6 5 7 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000362005 protein_coding 7 1 7 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000370389 protein_coding 6 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000394530 protein_coding 7 2 5 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000426141 protein_coding 6 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000399546 protein_coding 7 2 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000402388 protein_coding 1 1 6 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000680541 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 91977043 91977393 ENST00000680091 protein_coding 1 NA 6 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000362005 protein_coding 7 1 8 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000370389 protein_coding 6 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000394530 protein_coding 7 2 6 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000426141 protein_coding 6 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000399546 protein_coding 7 2 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000402388 protein_coding 1 1 7 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000680541 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 91978168 91978296 ENST00000680091 protein_coding 1 NA 7 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000362005 protein_coding 7 1 9 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000370389 protein_coding 6 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000394530 protein_coding 7 2 7 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000426141 protein_coding 6 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000399546 protein_coding 7 2 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000402388 protein_coding 1 1 8 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000680541 protein_coding 1 NA 6 BRDT ENSG00000137948 +CDS chr1 91979569 91979757 ENST00000680091 protein_coding 1 NA 8 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000362005 protein_coding 7 1 10 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000370389 protein_coding 6 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000394530 protein_coding 7 2 8 BRDT ENSG00000137948 +CDS chr1 91980643 91980743 ENST00000426141 protein_coding 6 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000399546 protein_coding 7 2 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980815 ENST00000402388 protein_coding 1 1 9 BRDT ENSG00000137948 +CDS chr1 91980643 91980743 ENST00000680541 protein_coding 1 NA 7 BRDT ENSG00000137948 +CDS chr1 91980643 91980738 ENST00000680091 protein_coding 1 NA 9 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000362005 protein_coding 7 1 11 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000370389 protein_coding 6 1 10 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000394530 protein_coding 7 2 9 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000399546 protein_coding 7 2 10 BRDT ENSG00000137948 +CDS chr1 91980889 91981178 ENST00000402388 protein_coding 1 1 10 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000362005 protein_coding 7 1 12 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000370389 protein_coding 6 1 11 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000394530 protein_coding 7 2 10 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000399546 protein_coding 7 2 11 BRDT ENSG00000137948 +CDS chr1 91981268 91981381 ENST00000402388 protein_coding 1 1 11 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000362005 protein_coding 7 1 13 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000370389 protein_coding 6 1 12 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000394530 protein_coding 7 2 11 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000399546 protein_coding 7 2 12 BRDT ENSG00000137948 +CDS chr1 91981618 91981755 ENST00000402388 protein_coding 1 1 12 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000362005 protein_coding 7 1 14 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000370389 protein_coding 6 1 13 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000394530 protein_coding 7 2 12 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000399546 protein_coding 7 2 13 BRDT ENSG00000137948 +CDS chr1 91991184 91991245 ENST00000402388 protein_coding 1 1 13 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000362005 protein_coding 7 1 15 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000370389 protein_coding 6 1 14 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000394530 protein_coding 7 2 13 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000399546 protein_coding 7 2 14 BRDT ENSG00000137948 +CDS chr1 91992264 91992314 ENST00000402388 protein_coding 1 1 14 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000362005 protein_coding 7 1 16 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000370389 protein_coding 6 1 15 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000394530 protein_coding 7 2 14 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000399546 protein_coding 7 2 15 BRDT ENSG00000137948 +CDS chr1 91994083 91994254 ENST00000402388 protein_coding 1 1 15 BRDT ENSG00000137948 +transcript chr1 91994099 92014420 ENST00000680194 protein_coding 1 NA NA BRDT ENSG00000137948 +CDS chr1 91994099 91994254 ENST00000680194 protein_coding 1 NA 1 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000362005 protein_coding 7 1 17 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000370389 protein_coding 6 1 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000394530 protein_coding 7 2 15 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000399546 protein_coding 7 2 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000402388 protein_coding 1 1 16 BRDT ENSG00000137948 +CDS chr1 92002049 92002149 ENST00000680194 protein_coding 1 NA 2 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000362005 protein_coding 7 1 18 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000370389 protein_coding 6 1 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000394530 protein_coding 7 2 16 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000399546 protein_coding 7 2 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000402388 protein_coding 1 1 17 BRDT ENSG00000137948 +CDS chr1 92004414 92004619 ENST00000680194 protein_coding 1 NA 3 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000362005 protein_coding 7 1 19 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000370389 protein_coding 6 1 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000394530 protein_coding 7 2 17 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000399546 protein_coding 7 2 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000402388 protein_coding 1 1 18 BRDT ENSG00000137948 +CDS chr1 92005119 92005299 ENST00000680194 protein_coding 1 NA 4 BRDT ENSG00000137948 +CDS chr1 92007938 92008045 ENST00000680194 protein_coding 1 NA 5 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000362005 protein_coding 7 1 20 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000370389 protein_coding 6 1 19 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000394530 protein_coding 7 2 18 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000399546 protein_coding 7 2 19 BRDT ENSG00000137948 +CDS chr1 92014206 92014271 ENST00000402388 protein_coding 1 1 19 BRDT ENSG00000137948 +transcript chr1 92029985 92063538 ENST00000370383 protein_coding 5 1 NA EPHX4 ENSG00000172031 +CDS chr1 92030080 92030310 ENST00000370383 protein_coding 5 1 1 EPHX4 ENSG00000172031 +CDS chr1 92032505 92032590 ENST00000370383 protein_coding 5 1 2 EPHX4 ENSG00000172031 +CDS chr1 92042823 92042980 ENST00000370383 protein_coding 5 1 3 EPHX4 ENSG00000172031 +CDS chr1 92045532 92045660 ENST00000370383 protein_coding 5 1 4 EPHX4 ENSG00000172031 +CDS chr1 92050317 92050420 ENST00000370383 protein_coding 5 1 5 EPHX4 ENSG00000172031 +CDS chr1 92052510 92052658 ENST00000370383 protein_coding 5 1 6 EPHX4 ENSG00000172031 +CDS chr1 92063055 92063283 ENST00000370383 protein_coding 5 1 7 EPHX4 ENSG00000172031 +transcript chr1 92074533 92075411 ENST00000596516 protein_coding 3 NA NA SETSIP ENSG00000230667 +CDS chr1 92074536 92075411 ENST00000596516 protein_coding 3 NA 1 SETSIP ENSG00000230667 +transcript chr1 92080336 92147840 ENST00000342818 protein_coding 4 1 NA BTBD8 ENSG00000189195 +transcript chr1 92080345 92184723 ENST00000636805 protein_coding 2 5 NA BTBD8 ENSG00000189195 +CDS chr1 92080572 92080720 ENST00000636805 protein_coding 2 5 1 BTBD8 ENSG00000189195 +CDS chr1 92080572 92080720 ENST00000342818 protein_coding 4 1 1 BTBD8 ENSG00000189195 +CDS chr1 92088698 92088895 ENST00000636805 protein_coding 2 5 2 BTBD8 ENSG00000189195 +CDS chr1 92088698 92088895 ENST00000342818 protein_coding 4 1 2 BTBD8 ENSG00000189195 +CDS chr1 92102473 92102669 ENST00000636805 protein_coding 2 5 3 BTBD8 ENSG00000189195 +CDS chr1 92102473 92102669 ENST00000342818 protein_coding 4 1 3 BTBD8 ENSG00000189195 +CDS chr1 92107884 92108001 ENST00000636805 protein_coding 2 5 4 BTBD8 ENSG00000189195 +CDS chr1 92107884 92108001 ENST00000342818 protein_coding 4 1 4 BTBD8 ENSG00000189195 +CDS chr1 92129687 92129776 ENST00000636805 protein_coding 2 5 5 BTBD8 ENSG00000189195 +CDS chr1 92129687 92129776 ENST00000342818 protein_coding 4 1 5 BTBD8 ENSG00000189195 +CDS chr1 92139350 92139430 ENST00000636805 protein_coding 2 5 6 BTBD8 ENSG00000189195 +CDS chr1 92139350 92139430 ENST00000342818 protein_coding 4 1 6 BTBD8 ENSG00000189195 +CDS chr1 92141115 92141211 ENST00000636805 protein_coding 2 5 7 BTBD8 ENSG00000189195 +CDS chr1 92141115 92141211 ENST00000342818 protein_coding 4 1 7 BTBD8 ENSG00000189195 +CDS chr1 92147180 92147268 ENST00000636805 protein_coding 2 5 8 BTBD8 ENSG00000189195 +CDS chr1 92147180 92147268 ENST00000342818 protein_coding 4 1 8 BTBD8 ENSG00000189195 +CDS chr1 92147684 92147786 ENST00000636805 protein_coding 2 5 9 BTBD8 ENSG00000189195 +CDS chr1 92147684 92147798 ENST00000342818 protein_coding 4 1 9 BTBD8 ENSG00000189195 +CDS chr1 92166958 92167140 ENST00000636805 protein_coding 2 5 10 BTBD8 ENSG00000189195 +transcript chr1 92166985 92184722 ENST00000370378 protein_coding 5 5 NA BTBD8 ENSG00000189195 +CDS chr1 92166985 92167140 ENST00000370378 protein_coding 5 5 1 BTBD8 ENSG00000189195 +CDS chr1 92167848 92167985 ENST00000636805 protein_coding 2 5 11 BTBD8 ENSG00000189195 +CDS chr1 92167848 92167985 ENST00000370378 protein_coding 5 5 2 BTBD8 ENSG00000189195 +CDS chr1 92168866 92168995 ENST00000636805 protein_coding 2 5 12 BTBD8 ENSG00000189195 +CDS chr1 92168866 92168995 ENST00000370378 protein_coding 5 5 3 BTBD8 ENSG00000189195 +transcript chr1 92168923 92184723 ENST00000637221 protein_coding 2 1 NA BTBD8 ENSG00000189195 +CDS chr1 92168962 92168995 ENST00000637221 protein_coding 2 1 1 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000636805 protein_coding 2 5 13 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000370378 protein_coding 5 5 4 BTBD8 ENSG00000189195 +CDS chr1 92171399 92171460 ENST00000637221 protein_coding 2 1 2 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000636805 protein_coding 2 5 14 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000370378 protein_coding 5 5 5 BTBD8 ENSG00000189195 +CDS chr1 92176829 92177546 ENST00000637221 protein_coding 2 1 3 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000636805 protein_coding 2 5 15 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000370378 protein_coding 5 5 6 BTBD8 ENSG00000189195 +CDS chr1 92177811 92177898 ENST00000637221 protein_coding 2 1 4 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000636805 protein_coding 2 5 16 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000370378 protein_coding 5 5 7 BTBD8 ENSG00000189195 +CDS chr1 92178312 92178451 ENST00000637221 protein_coding 2 1 5 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000636805 protein_coding 2 5 17 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000370378 protein_coding 5 5 8 BTBD8 ENSG00000189195 +CDS chr1 92180265 92182595 ENST00000637221 protein_coding 2 1 6 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000636805 protein_coding 2 5 18 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000370378 protein_coding 5 5 9 BTBD8 ENSG00000189195 +CDS chr1 92183864 92184327 ENST00000637221 protein_coding 2 1 7 BTBD8 ENSG00000189195 +transcript chr1 92217915 92245813 ENST00000370375 protein_coding 8 1 NA C1orf146 ENSG00000203910 +transcript chr1 92218032 92245715 ENST00000370373 protein_coding 2 5 NA C1orf146 ENSG00000203910 +CDS chr1 92231421 92231486 ENST00000370375 protein_coding 8 1 2 C1orf146 ENSG00000203910 +CDS chr1 92242212 92242305 ENST00000370375 protein_coding 8 1 3 C1orf146 ENSG00000203910 +CDS chr1 92244217 92244385 ENST00000370375 protein_coding 8 1 4 C1orf146 ENSG00000203910 +CDS chr1 92244234 92244385 ENST00000370373 protein_coding 2 5 5 C1orf146 ENSG00000203910 +CDS chr1 92244779 92244857 ENST00000370375 protein_coding 8 1 5 C1orf146 ENSG00000203910 +CDS chr1 92244779 92244857 ENST00000370373 protein_coding 2 5 6 C1orf146 ENSG00000203910 +CDS chr1 92245540 92245671 ENST00000370375 protein_coding 8 1 6 C1orf146 ENSG00000203910 +CDS chr1 92245540 92245671 ENST00000370373 protein_coding 2 5 7 C1orf146 ENSG00000203910 +transcript chr1 92246402 92298987 ENST00000370360 protein_coding 8 1 NA GLMN ENSG00000174842 +CDS chr1 92246533 92246646 ENST00000370360 protein_coding 8 1 19 GLMN ENSG00000174842 +CDS chr1 92247062 92247144 ENST00000370360 protein_coding 8 1 18 GLMN ENSG00000174842 +transcript chr1 92247062 92271652 ENST00000495852 protein_coding 6 5 NA GLMN ENSG00000174842 +CDS chr1 92247062 92247144 ENST00000495852 protein_coding 6 5 10 GLMN ENSG00000174842 +CDS chr1 92247878 92247989 ENST00000370360 protein_coding 8 1 17 GLMN ENSG00000174842 +CDS chr1 92247878 92247989 ENST00000495852 protein_coding 6 5 9 GLMN ENSG00000174842 +CDS chr1 92262863 92262926 ENST00000370360 protein_coding 8 1 16 GLMN ENSG00000174842 +CDS chr1 92262863 92262926 ENST00000495852 protein_coding 6 5 8 GLMN ENSG00000174842 +transcript chr1 92262865 92286592 ENST00000463560 protein_coding 1 5 NA GLMN ENSG00000174842 +CDS chr1 92262865 92262926 ENST00000463560 protein_coding 1 5 9 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000370360 protein_coding 8 1 15 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000495852 protein_coding 6 5 7 GLMN ENSG00000174842 +CDS chr1 92263623 92263732 ENST00000463560 protein_coding 1 5 8 GLMN ENSG00000174842 +CDS chr1 92264554 92264638 ENST00000370360 protein_coding 8 1 14 GLMN ENSG00000174842 +CDS chr1 92264554 92264638 ENST00000495852 protein_coding 6 5 6 GLMN ENSG00000174842 +CDS chr1 92266419 92266492 ENST00000370360 protein_coding 8 1 13 GLMN ENSG00000174842 +CDS chr1 92266419 92266492 ENST00000495852 protein_coding 6 5 5 GLMN ENSG00000174842 +CDS chr1 92266540 92266593 ENST00000463560 protein_coding 1 5 7 GLMN ENSG00000174842 +CDS chr1 92266700 92266741 ENST00000370360 protein_coding 8 1 12 GLMN ENSG00000174842 +CDS chr1 92266700 92266741 ENST00000463560 protein_coding 1 5 6 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000370360 protein_coding 8 1 11 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000495852 protein_coding 6 5 4 GLMN ENSG00000174842 +CDS chr1 92267913 92268002 ENST00000463560 protein_coding 1 5 5 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000370360 protein_coding 8 1 10 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000495852 protein_coding 6 5 3 GLMN ENSG00000174842 +CDS chr1 92268105 92268135 ENST00000463560 protein_coding 1 5 4 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000370360 protein_coding 8 1 9 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000495852 protein_coding 6 5 2 GLMN ENSG00000174842 +CDS chr1 92269723 92269776 ENST00000463560 protein_coding 1 5 3 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000370360 protein_coding 8 1 8 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000495852 protein_coding 6 5 1 GLMN ENSG00000174842 +CDS chr1 92271465 92271652 ENST00000463560 protein_coding 1 5 2 GLMN ENSG00000174842 +CDS chr1 92286490 92286592 ENST00000370360 protein_coding 8 1 7 GLMN ENSG00000174842 +CDS chr1 92286490 92286592 ENST00000463560 protein_coding 1 5 1 GLMN ENSG00000174842 +CDS chr1 92288914 92289151 ENST00000370360 protein_coding 8 1 6 GLMN ENSG00000174842 +CDS chr1 92290198 92290306 ENST00000370360 protein_coding 8 1 5 GLMN ENSG00000174842 +CDS chr1 92291418 92291537 ENST00000370360 protein_coding 8 1 4 GLMN ENSG00000174842 +CDS chr1 92297404 92297529 ENST00000370360 protein_coding 8 1 3 GLMN ENSG00000174842 +CDS chr1 92297961 92297999 ENST00000370360 protein_coding 8 1 2 GLMN ENSG00000174842 +transcript chr1 92299059 92402056 ENST00000610020 protein_coding 2 1 NA RPAP2 ENSG00000122484 +CDS chr1 92299074 92299146 ENST00000610020 protein_coding 2 1 1 RPAP2 ENSG00000122484 +CDS chr1 92300194 92300239 ENST00000610020 protein_coding 2 1 2 RPAP2 ENSG00000122484 +CDS chr1 92301476 92301590 ENST00000610020 protein_coding 2 1 3 RPAP2 ENSG00000122484 +CDS chr1 92303977 92304075 ENST00000610020 protein_coding 2 1 4 RPAP2 ENSG00000122484 +CDS chr1 92304284 92304349 ENST00000610020 protein_coding 2 1 5 RPAP2 ENSG00000122484 +CDS chr1 92307188 92307276 ENST00000610020 protein_coding 2 1 6 RPAP2 ENSG00000122484 +CDS chr1 92320599 92320634 ENST00000610020 protein_coding 2 1 7 RPAP2 ENSG00000122484 +CDS chr1 92323445 92324375 ENST00000610020 protein_coding 2 1 8 RPAP2 ENSG00000122484 +CDS chr1 92333391 92333473 ENST00000610020 protein_coding 2 1 9 RPAP2 ENSG00000122484 +CDS chr1 92336347 92336427 ENST00000610020 protein_coding 2 1 10 RPAP2 ENSG00000122484 +CDS chr1 92345846 92345914 ENST00000610020 protein_coding 2 1 11 RPAP2 ENSG00000122484 +CDS chr1 92380724 92380871 ENST00000610020 protein_coding 2 1 12 RPAP2 ENSG00000122484 +transcript chr1 92473043 92486925 ENST00000294702 protein_coding 6 2 NA GFI1 ENSG00000162676 +transcript chr1 92474762 92483954 ENST00000370332 protein_coding 5 1 NA GFI1 ENSG00000162676 +transcript chr1 92474762 92486071 ENST00000427103 protein_coding 5 1 NA GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000294702 protein_coding 6 2 7 GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000370332 protein_coding 5 1 7 GFI1 ENSG00000162676 +CDS chr1 92476032 92476207 ENST00000427103 protein_coding 5 1 7 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000294702 protein_coding 6 2 6 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000370332 protein_coding 5 1 6 GFI1 ENSG00000162676 +CDS chr1 92478588 92478753 ENST00000427103 protein_coding 5 1 6 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000294702 protein_coding 6 2 5 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000370332 protein_coding 5 1 5 GFI1 ENSG00000162676 +CDS chr1 92480348 92480485 ENST00000427103 protein_coding 5 1 5 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000294702 protein_coding 6 2 4 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000370332 protein_coding 5 1 4 GFI1 ENSG00000162676 +CDS chr1 92480601 92481088 ENST00000427103 protein_coding 5 1 4 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000294702 protein_coding 6 2 3 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000370332 protein_coding 5 1 3 GFI1 ENSG00000162676 +CDS chr1 92482864 92483046 ENST00000427103 protein_coding 5 1 3 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000294702 protein_coding 6 2 2 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000370332 protein_coding 5 1 2 GFI1 ENSG00000162676 +CDS chr1 92483373 92483487 ENST00000427103 protein_coding 5 1 2 GFI1 ENSG00000162676 +transcript chr1 92508696 92785108 ENST00000684568 protein_coding 2 NA NA EVI5 ENSG00000067208 +transcript chr1 92508696 92792404 ENST00000370331 protein_coding 5 1 NA EVI5 ENSG00000067208 +transcript chr1 92508696 92792404 ENST00000540033 protein_coding 2 1 NA EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000684568 protein_coding 2 NA 20 EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000370331 protein_coding 5 1 18 EVI5 ENSG00000067208 +CDS chr1 92513659 92513970 ENST00000540033 protein_coding 2 1 19 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000684568 protein_coding 2 NA 19 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000370331 protein_coding 5 1 17 EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000540033 protein_coding 2 1 18 EVI5 ENSG00000067208 +transcript chr1 92563642 92665955 ENST00000491940 protein_coding 5 5 NA EVI5 ENSG00000067208 +CDS chr1 92563642 92563737 ENST00000491940 protein_coding 5 5 9 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000684568 protein_coding 2 NA 18 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000370331 protein_coding 5 1 16 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000540033 protein_coding 2 1 17 EVI5 ENSG00000067208 +CDS chr1 92605307 92605402 ENST00000491940 protein_coding 5 5 8 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000684568 protein_coding 2 NA 17 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000370331 protein_coding 5 1 15 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000540033 protein_coding 2 1 16 EVI5 ENSG00000067208 +CDS chr1 92607581 92607727 ENST00000491940 protein_coding 5 5 7 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000684568 protein_coding 2 NA 16 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000370331 protein_coding 5 1 14 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000540033 protein_coding 2 1 15 EVI5 ENSG00000067208 +CDS chr1 92624176 92624334 ENST00000491940 protein_coding 5 5 6 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000684568 protein_coding 2 NA 15 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000370331 protein_coding 5 1 13 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000540033 protein_coding 2 1 14 EVI5 ENSG00000067208 +CDS chr1 92625794 92625934 ENST00000491940 protein_coding 5 5 5 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000684568 protein_coding 2 NA 14 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000370331 protein_coding 5 1 12 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000540033 protein_coding 2 1 13 EVI5 ENSG00000067208 +CDS chr1 92636202 92636336 ENST00000491940 protein_coding 5 5 4 EVI5 ENSG00000067208 +CDS chr1 92662719 92662865 ENST00000684568 protein_coding 2 NA 13 EVI5 ENSG00000067208 +CDS chr1 92662719 92662865 ENST00000491940 protein_coding 5 5 3 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000684568 protein_coding 2 NA 12 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000540033 protein_coding 2 1 12 EVI5 ENSG00000067208 +CDS chr1 92663420 92663452 ENST00000491940 protein_coding 5 5 2 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000684568 protein_coding 2 NA 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000370331 protein_coding 5 1 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665992 ENST00000540033 protein_coding 2 1 11 EVI5 ENSG00000067208 +CDS chr1 92665939 92665955 ENST00000491940 protein_coding 5 5 1 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000684568 protein_coding 2 NA 10 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000370331 protein_coding 5 1 10 EVI5 ENSG00000067208 +CDS chr1 92677158 92677218 ENST00000540033 protein_coding 2 1 10 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000684568 protein_coding 2 NA 9 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000370331 protein_coding 5 1 9 EVI5 ENSG00000067208 +CDS chr1 92693802 92693899 ENST00000540033 protein_coding 2 1 9 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000684568 protein_coding 2 NA 8 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000370331 protein_coding 5 1 8 EVI5 ENSG00000067208 +CDS chr1 92694299 92694388 ENST00000540033 protein_coding 2 1 8 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000684568 protein_coding 2 NA 7 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000370331 protein_coding 5 1 7 EVI5 ENSG00000067208 +CDS chr1 92695310 92695453 ENST00000540033 protein_coding 2 1 7 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000684568 protein_coding 2 NA 6 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000370331 protein_coding 5 1 6 EVI5 ENSG00000067208 +CDS chr1 92697860 92697985 ENST00000540033 protein_coding 2 1 6 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000684568 protein_coding 2 NA 5 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000370331 protein_coding 5 1 5 EVI5 ENSG00000067208 +CDS chr1 92702141 92702215 ENST00000540033 protein_coding 2 1 5 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000684568 protein_coding 2 NA 4 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000370331 protein_coding 5 1 4 EVI5 ENSG00000067208 +CDS chr1 92703395 92703619 ENST00000540033 protein_coding 2 1 4 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000684568 protein_coding 2 NA 3 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000370331 protein_coding 5 1 3 EVI5 ENSG00000067208 +CDS chr1 92704555 92704744 ENST00000540033 protein_coding 2 1 3 EVI5 ENSG00000067208 +CDS chr1 92736398 92736546 ENST00000684568 protein_coding 2 NA 2 EVI5 ENSG00000067208 +CDS chr1 92736398 92736627 ENST00000370331 protein_coding 5 1 2 EVI5 ENSG00000067208 +CDS chr1 92736398 92736627 ENST00000540033 protein_coding 2 1 2 EVI5 ENSG00000067208 +CDS chr1 92792344 92792394 ENST00000370331 protein_coding 5 1 1 EVI5 ENSG00000067208 +CDS chr1 92792344 92792394 ENST00000540033 protein_coding 2 1 1 EVI5 ENSG00000067208 +transcript chr1 92832013 92841835 ENST00000645300 protein_coding 1 NA NA RPL5 ENSG00000122406 +transcript chr1 92832040 92841924 ENST00000370321 protein_coding 8 1 NA RPL5 ENSG00000122406 +transcript chr1 92832057 92841923 ENST00000645119 protein_coding 1 NA NA RPL5 ENSG00000122406 +transcript chr1 92832109 92837469 ENST00000315741 protein_coding 5 5 NA RPL5 ENSG00000122406 +CDS chr1 92832115 92832117 ENST00000370321 protein_coding 8 1 1 RPL5 ENSG00000122406 +CDS chr1 92832115 92832117 ENST00000645119 protein_coding 1 NA 1 RPL5 ENSG00000122406 +transcript chr1 92832737 92961522 ENST00000615519 protein_coding 4 1 NA DIPK1A ENSG00000154511 +CDS chr1 92833023 92833034 ENST00000615519 protein_coding 4 1 5 DIPK1A ENSG00000154511 +CDS chr1 92833389 92833458 ENST00000370321 protein_coding 8 1 2 RPL5 ENSG00000122406 +CDS chr1 92833389 92833458 ENST00000645119 protein_coding 1 NA 2 RPL5 ENSG00000122406 +CDS chr1 92833545 92833660 ENST00000370321 protein_coding 8 1 3 RPL5 ENSG00000122406 +CDS chr1 92833545 92833660 ENST00000645119 protein_coding 1 NA 3 RPL5 ENSG00000122406 +CDS chr1 92833622 92833660 ENST00000645300 protein_coding 1 NA 2 RPL5 ENSG00000122406 +CDS chr1 92833622 92833660 ENST00000315741 protein_coding 5 5 3 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000645300 protein_coding 1 NA 3 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000370321 protein_coding 8 1 4 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000645119 protein_coding 1 NA 4 RPL5 ENSG00000122406 +CDS chr1 92834779 92834913 ENST00000315741 protein_coding 5 5 4 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000645300 protein_coding 1 NA 4 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000370321 protein_coding 8 1 5 RPL5 ENSG00000122406 +CDS chr1 92836190 92836392 ENST00000315741 protein_coding 5 5 5 RPL5 ENSG00000122406 +CDS chr1 92837456 92837633 ENST00000645300 protein_coding 1 NA 5 RPL5 ENSG00000122406 +CDS chr1 92837456 92837633 ENST00000370321 protein_coding 8 1 6 RPL5 ENSG00000122406 +CDS chr1 92837456 92837469 ENST00000315741 protein_coding 5 5 6 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000645300 protein_coding 1 NA 6 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000370321 protein_coding 8 1 7 RPL5 ENSG00000122406 +CDS chr1 92840551 92840639 ENST00000645119 protein_coding 1 NA 5 RPL5 ENSG00000122406 +CDS chr1 92841766 92841835 ENST00000645300 protein_coding 1 NA 7 RPL5 ENSG00000122406 +CDS chr1 92841766 92841862 ENST00000370321 protein_coding 8 1 8 RPL5 ENSG00000122406 +CDS chr1 92841766 92841862 ENST00000645119 protein_coding 1 NA 6 RPL5 ENSG00000122406 +transcript chr1 92842160 92877150 ENST00000613047 protein_coding 4 4 NA DIPK1A ENSG00000154511 +transcript chr1 92842160 92961522 ENST00000613902 protein_coding 4 4 NA DIPK1A ENSG00000154511 +transcript chr1 92842160 92961522 ENST00000616709 protein_coding 4 3 NA DIPK1A ENSG00000154511 +transcript chr1 92842167 92961462 ENST00000370310 protein_coding 5 2 NA DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000613047 protein_coding 4 4 5 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000613902 protein_coding 4 4 4 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000616709 protein_coding 4 3 4 DIPK1A ENSG00000154511 +CDS chr1 92843386 92844195 ENST00000370310 protein_coding 5 2 5 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000615519 protein_coding 4 1 4 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000613047 protein_coding 4 4 4 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000613902 protein_coding 4 4 3 DIPK1A ENSG00000154511 +CDS chr1 92847183 92847359 ENST00000370310 protein_coding 5 2 4 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000615519 protein_coding 4 1 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000613047 protein_coding 4 4 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000613902 protein_coding 4 4 2 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000616709 protein_coding 4 3 3 DIPK1A ENSG00000154511 +CDS chr1 92850848 92850955 ENST00000370310 protein_coding 5 2 3 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000615519 protein_coding 4 1 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876409 ENST00000613047 protein_coding 4 4 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000616709 protein_coding 4 3 2 DIPK1A ENSG00000154511 +CDS chr1 92876296 92876430 ENST00000370310 protein_coding 5 2 2 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000615519 protein_coding 4 1 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000613902 protein_coding 4 4 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000616709 protein_coding 4 3 1 DIPK1A ENSG00000154511 +CDS chr1 92961376 92961429 ENST00000370310 protein_coding 5 2 1 DIPK1A ENSG00000154511 +transcript chr1 93079235 93139079 ENST00000540243 protein_coding 5 2 NA MTF2 ENSG00000143033 +transcript chr1 93079235 93139079 ENST00000545708 protein_coding 5 2 NA MTF2 ENSG00000143033 +transcript chr1 93079283 93139076 ENST00000370298 protein_coding 9 1 NA MTF2 ENSG00000143033 +transcript chr1 93079311 93137151 ENST00000370303 protein_coding 4 1 NA MTF2 ENSG00000143033 +CDS chr1 93079527 93079531 ENST00000370298 protein_coding 9 1 1 MTF2 ENSG00000143033 +CDS chr1 93079527 93079531 ENST00000370303 protein_coding 4 1 1 MTF2 ENSG00000143033 +CDS chr1 93110230 93110428 ENST00000370298 protein_coding 9 1 2 MTF2 ENSG00000143033 +CDS chr1 93110230 93110428 ENST00000370303 protein_coding 4 1 2 MTF2 ENSG00000143033 +CDS chr1 93110545 93110626 ENST00000370298 protein_coding 9 1 3 MTF2 ENSG00000143033 +CDS chr1 93110545 93110626 ENST00000370303 protein_coding 4 1 3 MTF2 ENSG00000143033 +CDS chr1 93114688 93114783 ENST00000370298 protein_coding 9 1 4 MTF2 ENSG00000143033 +CDS chr1 93114688 93114783 ENST00000370303 protein_coding 4 1 4 MTF2 ENSG00000143033 +CDS chr1 93114708 93114783 ENST00000540243 protein_coding 5 2 2 MTF2 ENSG00000143033 +CDS chr1 93114708 93114783 ENST00000545708 protein_coding 5 2 5 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000540243 protein_coding 5 2 3 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000545708 protein_coding 5 2 6 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000370298 protein_coding 9 1 5 MTF2 ENSG00000143033 +CDS chr1 93114988 93115088 ENST00000370303 protein_coding 4 1 5 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000540243 protein_coding 5 2 4 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000545708 protein_coding 5 2 7 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000370298 protein_coding 9 1 6 MTF2 ENSG00000143033 +CDS chr1 93115470 93115618 ENST00000370303 protein_coding 4 1 6 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000540243 protein_coding 5 2 5 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000545708 protein_coding 5 2 8 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000370298 protein_coding 9 1 7 MTF2 ENSG00000143033 +CDS chr1 93118345 93118440 ENST00000370303 protein_coding 4 1 7 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000540243 protein_coding 5 2 6 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000545708 protein_coding 5 2 9 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000370298 protein_coding 9 1 8 MTF2 ENSG00000143033 +CDS chr1 93119333 93119401 ENST00000370303 protein_coding 4 1 8 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000540243 protein_coding 5 2 7 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000545708 protein_coding 5 2 10 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000370298 protein_coding 9 1 9 MTF2 ENSG00000143033 +CDS chr1 93120549 93120672 ENST00000370303 protein_coding 4 1 9 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000540243 protein_coding 5 2 8 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000545708 protein_coding 5 2 11 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000370298 protein_coding 9 1 10 MTF2 ENSG00000143033 +CDS chr1 93127232 93127299 ENST00000370303 protein_coding 4 1 10 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000540243 protein_coding 5 2 9 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000545708 protein_coding 5 2 12 MTF2 ENSG00000143033 +CDS chr1 93129278 93129448 ENST00000370298 protein_coding 9 1 11 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000540243 protein_coding 5 2 10 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000545708 protein_coding 5 2 13 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000370298 protein_coding 9 1 12 MTF2 ENSG00000143033 +CDS chr1 93133703 93133808 ENST00000370303 protein_coding 4 1 11 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000540243 protein_coding 5 2 11 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000545708 protein_coding 5 2 14 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000370298 protein_coding 9 1 13 MTF2 ENSG00000143033 +CDS chr1 93133928 93133980 ENST00000370303 protein_coding 4 1 12 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000540243 protein_coding 5 2 12 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000545708 protein_coding 5 2 15 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000370298 protein_coding 9 1 14 MTF2 ENSG00000143033 +CDS chr1 93134091 93134195 ENST00000370303 protein_coding 4 1 13 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000540243 protein_coding 5 2 13 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000545708 protein_coding 5 2 16 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000370298 protein_coding 9 1 15 MTF2 ENSG00000143033 +CDS chr1 93136670 93137024 ENST00000370303 protein_coding 4 1 14 MTF2 ENSG00000143033 +transcript chr1 93149742 93180413 ENST00000370282 protein_coding 8 1 NA TMED5 ENSG00000117500 +transcript chr1 93154232 93180361 ENST00000479918 protein_coding 5 3 NA TMED5 ENSG00000117500 +CDS chr1 93154673 93154888 ENST00000370282 protein_coding 8 1 4 TMED5 ENSG00000117500 +CDS chr1 93154830 93154888 ENST00000479918 protein_coding 5 3 5 TMED5 ENSG00000117500 +CDS chr1 93156036 93156084 ENST00000479918 protein_coding 5 3 4 TMED5 ENSG00000117500 +transcript chr1 93156040 93180261 ENST00000370280 protein_coding 1 2 NA TMED5 ENSG00000117500 +CDS chr1 93156285 93156483 ENST00000370280 protein_coding 1 2 3 TMED5 ENSG00000117500 +CDS chr1 93156300 93156483 ENST00000370282 protein_coding 8 1 3 TMED5 ENSG00000117500 +CDS chr1 93156300 93156483 ENST00000479918 protein_coding 5 3 3 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000370282 protein_coding 8 1 2 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000479918 protein_coding 5 3 2 TMED5 ENSG00000117500 +CDS chr1 93160129 93160226 ENST00000370280 protein_coding 1 2 2 TMED5 ENSG00000117500 +transcript chr1 93179919 93278477 ENST00000343253 protein_coding 11 5 NA CCDC18 ENSG00000122483 +CDS chr1 93180054 93180242 ENST00000370282 protein_coding 8 1 1 TMED5 ENSG00000117500 +CDS chr1 93180054 93180242 ENST00000479918 protein_coding 5 3 1 TMED5 ENSG00000117500 +CDS chr1 93180054 93180242 ENST00000370280 protein_coding 1 2 1 TMED5 ENSG00000117500 +transcript chr1 93180363 93278607 ENST00000401026 protein_coding 7 1 NA CCDC18 ENSG00000122483 +transcript chr1 93180716 93186398 ENST00000448243 protein_coding 6 2 NA CCDC18 ENSG00000122483 +transcript chr1 93180724 93278730 ENST00000370276 protein_coding 6 5 NA CCDC18 ENSG00000122483 +transcript chr1 93180724 93278730 ENST00000690025 protein_coding 1 NA NA CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000343253 protein_coding 11 5 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000401026 protein_coding 7 1 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000448243 protein_coding 6 2 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000370276 protein_coding 6 5 2 CCDC18 ENSG00000122483 +CDS chr1 93183362 93183495 ENST00000690025 protein_coding 1 NA 2 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000343253 protein_coding 11 5 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000401026 protein_coding 7 1 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000448243 protein_coding 6 2 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000370276 protein_coding 6 5 3 CCDC18 ENSG00000122483 +CDS chr1 93183978 93184146 ENST00000690025 protein_coding 1 NA 3 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000343253 protein_coding 11 5 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000401026 protein_coding 7 1 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186398 ENST00000448243 protein_coding 6 2 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000370276 protein_coding 6 5 4 CCDC18 ENSG00000122483 +CDS chr1 93186345 93186503 ENST00000690025 protein_coding 1 NA 4 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000343253 protein_coding 11 5 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000401026 protein_coding 7 1 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000370276 protein_coding 6 5 5 CCDC18 ENSG00000122483 +CDS chr1 93192000 93192106 ENST00000690025 protein_coding 1 NA 5 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000343253 protein_coding 11 5 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000401026 protein_coding 7 1 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000370276 protein_coding 6 5 6 CCDC18 ENSG00000122483 +CDS chr1 93193616 93193744 ENST00000690025 protein_coding 1 NA 6 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000343253 protein_coding 11 5 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000401026 protein_coding 7 1 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000370276 protein_coding 6 5 7 CCDC18 ENSG00000122483 +CDS chr1 93201892 93201988 ENST00000690025 protein_coding 1 NA 7 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000343253 protein_coding 11 5 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000401026 protein_coding 7 1 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000370276 protein_coding 6 5 8 CCDC18 ENSG00000122483 +CDS chr1 93205510 93205631 ENST00000690025 protein_coding 1 NA 8 CCDC18 ENSG00000122483 +transcript chr1 93205555 93246892 ENST00000455267 protein_coding 1 5 NA CCDC18 ENSG00000122483 +CDS chr1 93205555 93205631 ENST00000455267 protein_coding 1 5 1 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000343253 protein_coding 11 5 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000401026 protein_coding 7 1 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000370276 protein_coding 6 5 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000690025 protein_coding 1 NA 9 CCDC18 ENSG00000122483 +CDS chr1 93207107 93207398 ENST00000455267 protein_coding 1 5 2 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000343253 protein_coding 11 5 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000401026 protein_coding 7 1 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000370276 protein_coding 6 5 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000690025 protein_coding 1 NA 10 CCDC18 ENSG00000122483 +CDS chr1 93210802 93210926 ENST00000455267 protein_coding 1 5 3 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000343253 protein_coding 11 5 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000401026 protein_coding 7 1 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000370276 protein_coding 6 5 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000690025 protein_coding 1 NA 11 CCDC18 ENSG00000122483 +CDS chr1 93212101 93212261 ENST00000455267 protein_coding 1 5 4 CCDC18 ENSG00000122483 +CDS chr1 93214743 93214966 ENST00000401026 protein_coding 7 1 12 CCDC18 ENSG00000122483 +CDS chr1 93214743 93214966 ENST00000690025 protein_coding 1 NA 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000343253 protein_coding 11 5 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000370276 protein_coding 6 5 12 CCDC18 ENSG00000122483 +CDS chr1 93214746 93214966 ENST00000455267 protein_coding 1 5 5 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000343253 protein_coding 11 5 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000401026 protein_coding 7 1 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000370276 protein_coding 6 5 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000690025 protein_coding 1 NA 13 CCDC18 ENSG00000122483 +CDS chr1 93216636 93216746 ENST00000455267 protein_coding 1 5 6 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000343253 protein_coding 11 5 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000401026 protein_coding 7 1 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000370276 protein_coding 6 5 14 CCDC18 ENSG00000122483 +CDS chr1 93217738 93217869 ENST00000690025 protein_coding 1 NA 14 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000343253 protein_coding 11 5 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000401026 protein_coding 7 1 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000370276 protein_coding 6 5 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000690025 protein_coding 1 NA 15 CCDC18 ENSG00000122483 +CDS chr1 93221609 93221743 ENST00000455267 protein_coding 1 5 7 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000343253 protein_coding 11 5 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000401026 protein_coding 7 1 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000370276 protein_coding 6 5 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000690025 protein_coding 1 NA 16 CCDC18 ENSG00000122483 +CDS chr1 93221859 93221936 ENST00000455267 protein_coding 1 5 8 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000343253 protein_coding 11 5 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000401026 protein_coding 7 1 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000370276 protein_coding 6 5 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000690025 protein_coding 1 NA 17 CCDC18 ENSG00000122483 +CDS chr1 93226333 93226449 ENST00000455267 protein_coding 1 5 9 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000343253 protein_coding 11 5 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000401026 protein_coding 7 1 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000370276 protein_coding 6 5 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000690025 protein_coding 1 NA 18 CCDC18 ENSG00000122483 +CDS chr1 93232426 93232593 ENST00000455267 protein_coding 1 5 10 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000343253 protein_coding 11 5 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000401026 protein_coding 7 1 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000370276 protein_coding 6 5 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000690025 protein_coding 1 NA 19 CCDC18 ENSG00000122483 +CDS chr1 93236248 93236390 ENST00000455267 protein_coding 1 5 11 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000343253 protein_coding 11 5 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000401026 protein_coding 7 1 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000370276 protein_coding 6 5 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000690025 protein_coding 1 NA 20 CCDC18 ENSG00000122483 +CDS chr1 93239310 93239473 ENST00000455267 protein_coding 1 5 12 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000343253 protein_coding 11 5 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000401026 protein_coding 7 1 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000370276 protein_coding 6 5 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000690025 protein_coding 1 NA 21 CCDC18 ENSG00000122483 +CDS chr1 93239683 93239896 ENST00000455267 protein_coding 1 5 13 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000343253 protein_coding 11 5 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000401026 protein_coding 7 1 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000370276 protein_coding 6 5 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000690025 protein_coding 1 NA 22 CCDC18 ENSG00000122483 +CDS chr1 93246105 93246204 ENST00000455267 protein_coding 1 5 14 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000343253 protein_coding 11 5 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000401026 protein_coding 7 1 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000370276 protein_coding 6 5 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246954 ENST00000690025 protein_coding 1 NA 23 CCDC18 ENSG00000122483 +CDS chr1 93246838 93246892 ENST00000455267 protein_coding 1 5 15 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000343253 protein_coding 11 5 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000401026 protein_coding 7 1 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000370276 protein_coding 6 5 24 CCDC18 ENSG00000122483 +CDS chr1 93254471 93254614 ENST00000690025 protein_coding 1 NA 24 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000343253 protein_coding 11 5 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000401026 protein_coding 7 1 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000370276 protein_coding 6 5 25 CCDC18 ENSG00000122483 +CDS chr1 93256335 93256538 ENST00000690025 protein_coding 1 NA 25 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000343253 protein_coding 11 5 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000401026 protein_coding 7 1 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000370276 protein_coding 6 5 26 CCDC18 ENSG00000122483 +CDS chr1 93258748 93258885 ENST00000690025 protein_coding 1 NA 26 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000343253 protein_coding 11 5 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000401026 protein_coding 7 1 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000370276 protein_coding 6 5 27 CCDC18 ENSG00000122483 +CDS chr1 93264701 93264901 ENST00000690025 protein_coding 1 NA 27 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000343253 protein_coding 11 5 28 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000370276 protein_coding 6 5 28 CCDC18 ENSG00000122483 +CDS chr1 93270347 93270814 ENST00000690025 protein_coding 1 NA 28 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000343253 protein_coding 11 5 29 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000401026 protein_coding 7 1 28 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000370276 protein_coding 6 5 29 CCDC18 ENSG00000122483 +CDS chr1 93278463 93278474 ENST00000690025 protein_coding 1 NA 29 CCDC18 ENSG00000122483 +transcript chr1 93345907 93369493 ENST00000370272 protein_coding 9 1 NA DR1 ENSG00000117505 +transcript chr1 93345935 93361168 ENST00000370267 protein_coding 1 2 NA DR1 ENSG00000117505 +CDS chr1 93346646 93346865 ENST00000370272 protein_coding 9 1 1 DR1 ENSG00000117505 +CDS chr1 93346646 93346865 ENST00000370267 protein_coding 1 2 2 DR1 ENSG00000117505 +CDS chr1 93353908 93354071 ENST00000370272 protein_coding 9 1 2 DR1 ENSG00000117505 +CDS chr1 93353908 93354071 ENST00000370267 protein_coding 1 2 3 DR1 ENSG00000117505 +CDS chr1 93360493 93360636 ENST00000370272 protein_coding 9 1 3 DR1 ENSG00000117505 +CDS chr1 93360493 93360636 ENST00000370267 protein_coding 1 2 4 DR1 ENSG00000117505 +transcript chr1 93448118 93554661 ENST00000271234 protein_coding 13 5 NA FNBP1L ENSG00000137942 +transcript chr1 93448131 93554659 ENST00000260506 protein_coding 12 1 NA FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000260506 protein_coding 12 1 1 FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000271234 protein_coding 13 5 1 FNBP1L ENSG00000137942 +transcript chr1 93448282 93554661 ENST00000370253 protein_coding 6 5 NA FNBP1L ENSG00000137942 +CDS chr1 93448282 93448305 ENST00000370253 protein_coding 6 5 1 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000260506 protein_coding 12 1 2 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000271234 protein_coding 13 5 2 FNBP1L ENSG00000137942 +CDS chr1 93499468 93499583 ENST00000370253 protein_coding 6 5 2 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000260506 protein_coding 12 1 3 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000271234 protein_coding 13 5 3 FNBP1L ENSG00000137942 +CDS chr1 93522082 93522135 ENST00000370253 protein_coding 6 5 3 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000260506 protein_coding 12 1 4 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000271234 protein_coding 13 5 4 FNBP1L ENSG00000137942 +CDS chr1 93523344 93523491 ENST00000370253 protein_coding 6 5 4 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000260506 protein_coding 12 1 5 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000271234 protein_coding 13 5 5 FNBP1L ENSG00000137942 +CDS chr1 93524261 93524323 ENST00000370253 protein_coding 6 5 5 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000260506 protein_coding 12 1 6 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000271234 protein_coding 13 5 6 FNBP1L ENSG00000137942 +CDS chr1 93529652 93529756 ENST00000370253 protein_coding 6 5 6 FNBP1L ENSG00000137942 +transcript chr1 93529710 93552579 ENST00000424449 protein_coding 2 2 NA FNBP1L ENSG00000137942 +CDS chr1 93529710 93529756 ENST00000424449 protein_coding 2 2 1 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000260506 protein_coding 12 1 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000271234 protein_coding 13 5 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000370253 protein_coding 6 5 7 FNBP1L ENSG00000137942 +CDS chr1 93530755 93530883 ENST00000424449 protein_coding 2 2 2 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000260506 protein_coding 12 1 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000271234 protein_coding 13 5 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000370253 protein_coding 6 5 8 FNBP1L ENSG00000137942 +CDS chr1 93532922 93533068 ENST00000424449 protein_coding 2 2 3 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000260506 protein_coding 12 1 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000271234 protein_coding 13 5 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000370253 protein_coding 6 5 9 FNBP1L ENSG00000137942 +CDS chr1 93534705 93534908 ENST00000424449 protein_coding 2 2 4 FNBP1L ENSG00000137942 +CDS chr1 93536332 93536490 ENST00000271234 protein_coding 13 5 10 FNBP1L ENSG00000137942 +CDS chr1 93536332 93536490 ENST00000424449 protein_coding 2 2 5 FNBP1L ENSG00000137942 +CDS chr1 93541042 93541056 ENST00000271234 protein_coding 13 5 11 FNBP1L ENSG00000137942 +CDS chr1 93541042 93541056 ENST00000424449 protein_coding 2 2 6 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000260506 protein_coding 12 1 10 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000271234 protein_coding 13 5 12 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000370253 protein_coding 6 5 10 FNBP1L ENSG00000137942 +CDS chr1 93544107 93544216 ENST00000424449 protein_coding 2 2 7 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000260506 protein_coding 12 1 11 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000271234 protein_coding 13 5 13 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000370253 protein_coding 6 5 11 FNBP1L ENSG00000137942 +CDS chr1 93546842 93546974 ENST00000424449 protein_coding 2 2 8 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000260506 protein_coding 12 1 12 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000271234 protein_coding 13 5 14 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000370253 protein_coding 6 5 12 FNBP1L ENSG00000137942 +CDS chr1 93547347 93547441 ENST00000424449 protein_coding 2 2 9 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000260506 protein_coding 12 1 13 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000271234 protein_coding 13 5 15 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000370253 protein_coding 6 5 13 FNBP1L ENSG00000137942 +CDS chr1 93549278 93549426 ENST00000424449 protein_coding 2 2 10 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551122 ENST00000260506 protein_coding 12 1 14 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000271234 protein_coding 13 5 16 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000370253 protein_coding 6 5 14 FNBP1L ENSG00000137942 +CDS chr1 93550947 93551105 ENST00000424449 protein_coding 2 2 11 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000271234 protein_coding 13 5 17 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000370253 protein_coding 6 5 15 FNBP1L ENSG00000137942 +CDS chr1 93552409 93552413 ENST00000424449 protein_coding 2 2 12 FNBP1L ENSG00000137942 +transcript chr1 93561741 93681837 ENST00000260502 protein_coding 11 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561786 93614097 ENST00000370247 protein_coding 7 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561787 93585082 ENST00000539242 protein_coding 5 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561791 93847150 ENST00000370244 protein_coding 5 1 NA BCAR3 ENSG00000137936 +transcript chr1 93561794 93681370 ENST00000370243 protein_coding 1 2 NA BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370247 protein_coding 7 1 10 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000260502 protein_coding 11 1 12 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370244 protein_coding 5 1 14 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000370243 protein_coding 1 2 12 BCAR3 ENSG00000137936 +CDS chr1 93562244 93562419 ENST00000539242 protein_coding 5 1 8 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370247 protein_coding 7 1 9 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000260502 protein_coding 11 1 11 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370244 protein_coding 5 1 13 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000370243 protein_coding 1 2 11 BCAR3 ENSG00000137936 +CDS chr1 93567279 93567491 ENST00000539242 protein_coding 5 1 7 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370247 protein_coding 7 1 8 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000260502 protein_coding 11 1 10 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370244 protein_coding 5 1 12 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000370243 protein_coding 1 2 10 BCAR3 ENSG00000137936 +CDS chr1 93567740 93567851 ENST00000539242 protein_coding 5 1 6 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370247 protein_coding 7 1 7 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000260502 protein_coding 11 1 9 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370244 protein_coding 5 1 11 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000370243 protein_coding 1 2 9 BCAR3 ENSG00000137936 +CDS chr1 93571670 93571841 ENST00000539242 protein_coding 5 1 5 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370247 protein_coding 7 1 6 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000260502 protein_coding 11 1 8 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370244 protein_coding 5 1 10 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000370243 protein_coding 1 2 8 BCAR3 ENSG00000137936 +CDS chr1 93576014 93576129 ENST00000539242 protein_coding 5 1 4 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370247 protein_coding 7 1 5 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000260502 protein_coding 11 1 7 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370244 protein_coding 5 1 9 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000370243 protein_coding 1 2 7 BCAR3 ENSG00000137936 +CDS chr1 93582301 93582953 ENST00000539242 protein_coding 5 1 3 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370247 protein_coding 7 1 4 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000260502 protein_coding 11 1 6 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370244 protein_coding 5 1 8 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584121 ENST00000370243 protein_coding 1 2 6 BCAR3 ENSG00000137936 +CDS chr1 93584018 93584078 ENST00000539242 protein_coding 5 1 2 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370247 protein_coding 7 1 3 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000260502 protein_coding 11 1 5 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370244 protein_coding 5 1 7 BCAR3 ENSG00000137936 +CDS chr1 93588977 93589419 ENST00000370243 protein_coding 1 2 5 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370247 protein_coding 7 1 2 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000260502 protein_coding 11 1 4 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370244 protein_coding 5 1 6 BCAR3 ENSG00000137936 +CDS chr1 93592265 93592393 ENST00000370243 protein_coding 1 2 4 BCAR3 ENSG00000137936 +CDS chr1 93613847 93613930 ENST00000370247 protein_coding 7 1 1 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000260502 protein_coding 11 1 3 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000370244 protein_coding 5 1 5 BCAR3 ENSG00000137936 +CDS chr1 93642304 93642343 ENST00000370243 protein_coding 1 2 3 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000260502 protein_coding 11 1 2 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000370244 protein_coding 5 1 4 BCAR3 ENSG00000137936 +CDS chr1 93674614 93674930 ENST00000370243 protein_coding 1 2 2 BCAR3 ENSG00000137936 +transcript chr1 93866284 93879206 ENST00000436063 protein_coding 7 1 NA DNTTIP2 ENSG00000067334 +CDS chr1 93869854 93869944 ENST00000436063 protein_coding 7 1 7 DNTTIP2 ENSG00000067334 +CDS chr1 93870683 93870792 ENST00000436063 protein_coding 7 1 6 DNTTIP2 ENSG00000067334 +CDS chr1 93872072 93872236 ENST00000436063 protein_coding 7 1 5 DNTTIP2 ENSG00000067334 +CDS chr1 93873119 93873214 ENST00000436063 protein_coding 7 1 4 DNTTIP2 ENSG00000067334 +CDS chr1 93875645 93875783 ENST00000436063 protein_coding 7 1 3 DNTTIP2 ENSG00000067334 +CDS chr1 93876268 93877862 ENST00000436063 protein_coding 7 1 2 DNTTIP2 ENSG00000067334 +transcript chr1 93877473 93879164 ENST00000528680 protein_coding 1 3 NA DNTTIP2 ENSG00000067334 +CDS chr1 93877473 93877883 ENST00000528680 protein_coding 1 3 2 DNTTIP2 ENSG00000067334 +CDS chr1 93879077 93879148 ENST00000436063 protein_coding 7 1 1 DNTTIP2 ENSG00000067334 +CDS chr1 93879077 93879148 ENST00000528680 protein_coding 1 3 1 DNTTIP2 ENSG00000067334 +transcript chr1 93885199 93909430 ENST00000370238 protein_coding 8 1 NA GCLM ENSG00000023909 +transcript chr1 93887034 93909456 ENST00000615724 protein_coding 1 1 NA GCLM ENSG00000023909 +CDS chr1 93888993 93889159 ENST00000370238 protein_coding 8 1 7 GCLM ENSG00000023909 +CDS chr1 93888993 93889159 ENST00000615724 protein_coding 1 1 6 GCLM ENSG00000023909 +CDS chr1 93894614 93894728 ENST00000370238 protein_coding 8 1 6 GCLM ENSG00000023909 +CDS chr1 93894614 93894728 ENST00000615724 protein_coding 1 1 5 GCLM ENSG00000023909 +CDS chr1 93896618 93896820 ENST00000370238 protein_coding 8 1 5 GCLM ENSG00000023909 +CDS chr1 93896618 93896820 ENST00000615724 protein_coding 1 1 4 GCLM ENSG00000023909 +CDS chr1 93897839 93897898 ENST00000370238 protein_coding 8 1 4 GCLM ENSG00000023909 +CDS chr1 93897839 93897898 ENST00000615724 protein_coding 1 1 3 GCLM ENSG00000023909 +CDS chr1 93901585 93901669 ENST00000370238 protein_coding 8 1 3 GCLM ENSG00000023909 +CDS chr1 93901585 93901669 ENST00000615724 protein_coding 1 1 2 GCLM ENSG00000023909 +CDS chr1 93904523 93904588 ENST00000370238 protein_coding 8 1 2 GCLM ENSG00000023909 +CDS chr1 93909038 93909163 ENST00000370238 protein_coding 8 1 1 GCLM ENSG00000023909 +CDS chr1 93909038 93909163 ENST00000615724 protein_coding 1 1 1 GCLM ENSG00000023909 +transcript chr1 93992834 94121148 ENST00000370225 protein_coding 4 1 NA ABCA4 ENSG00000198691 +CDS chr1 93993240 93993242 ENST00000370225 protein_coding 4 1 50 ABCA4 ENSG00000198691 +CDS chr1 93996109 93996195 ENST00000370225 protein_coding 4 1 49 ABCA4 ENSG00000198691 +CDS chr1 93997861 93998110 ENST00000370225 protein_coding 4 1 48 ABCA4 ENSG00000198691 +CDS chr1 94000836 94000928 ENST00000370225 protein_coding 4 1 47 ABCA4 ENSG00000198691 +CDS chr1 94001002 94001105 ENST00000370225 protein_coding 4 1 46 ABCA4 ENSG00000198691 +CDS chr1 94001858 94001992 ENST00000370225 protein_coding 4 1 45 ABCA4 ENSG00000198691 +CDS chr1 94005441 94005582 ENST00000370225 protein_coding 4 1 44 ABCA4 ENSG00000198691 +CDS chr1 94007634 94007740 ENST00000370225 protein_coding 4 1 43 ABCA4 ENSG00000198691 +CDS chr1 94008235 94008297 ENST00000370225 protein_coding 4 1 42 ABCA4 ENSG00000198691 +CDS chr1 94008751 94008871 ENST00000370225 protein_coding 4 1 41 ABCA4 ENSG00000198691 +CDS chr1 94010800 94010929 ENST00000370225 protein_coding 4 1 40 ABCA4 ENSG00000198691 +CDS chr1 94011262 94011385 ENST00000370225 protein_coding 4 1 39 ABCA4 ENSG00000198691 +CDS chr1 94014543 94014690 ENST00000370225 protein_coding 4 1 38 ABCA4 ENSG00000198691 +CDS chr1 94015739 94015854 ENST00000370225 protein_coding 4 1 37 ABCA4 ENSG00000198691 +CDS chr1 94019582 94019759 ENST00000370225 protein_coding 4 1 36 ABCA4 ENSG00000198691 +CDS chr1 94021240 94021409 ENST00000370225 protein_coding 4 1 35 ABCA4 ENSG00000198691 +CDS chr1 94021640 94021714 ENST00000370225 protein_coding 4 1 34 ABCA4 ENSG00000198691 +CDS chr1 94021846 94021951 ENST00000370225 protein_coding 4 1 33 ABCA4 ENSG00000198691 +CDS chr1 94023386 94023418 ENST00000370225 protein_coding 4 1 32 ABCA4 ENSG00000198691 +CDS chr1 94024954 94025048 ENST00000370225 protein_coding 4 1 31 ABCA4 ENSG00000198691 +CDS chr1 94029445 94029631 ENST00000370225 protein_coding 4 1 30 ABCA4 ENSG00000198691 +CDS chr1 94030428 94030526 ENST00000370225 protein_coding 4 1 29 ABCA4 ENSG00000198691 +CDS chr1 94030996 94031120 ENST00000370225 protein_coding 4 1 28 ABCA4 ENSG00000198691 +CDS chr1 94031778 94032043 ENST00000370225 protein_coding 4 1 27 ABCA4 ENSG00000198691 +CDS chr1 94036740 94036788 ENST00000370225 protein_coding 4 1 26 ABCA4 ENSG00000198691 +CDS chr1 94037145 94037350 ENST00000370225 protein_coding 4 1 25 ABCA4 ENSG00000198691 +CDS chr1 94040043 94040127 ENST00000370225 protein_coding 4 1 24 ABCA4 ENSG00000198691 +CDS chr1 94041209 94041402 ENST00000370225 protein_coding 4 1 23 ABCA4 ENSG00000198691 +CDS chr1 94042761 94042898 ENST00000370225 protein_coding 4 1 22 ABCA4 ENSG00000198691 +CDS chr1 94043336 94043475 ENST00000370225 protein_coding 4 1 21 ABCA4 ENSG00000198691 +CDS chr1 94044613 94044744 ENST00000370225 protein_coding 4 1 20 ABCA4 ENSG00000198691 +transcript chr1 94045637 94121125 ENST00000649773 protein_coding 1 NA NA ABCA4 ENSG00000198691 +CDS chr1 94045725 94045965 ENST00000649773 protein_coding 1 NA 19 ABCA4 ENSG00000198691 +CDS chr1 94046919 94047093 ENST00000370225 protein_coding 4 1 19 ABCA4 ENSG00000198691 +CDS chr1 94046919 94047093 ENST00000649773 protein_coding 1 NA 18 ABCA4 ENSG00000198691 +CDS chr1 94048868 94048957 ENST00000370225 protein_coding 4 1 18 ABCA4 ENSG00000198691 +CDS chr1 94048868 94048957 ENST00000649773 protein_coding 1 NA 17 ABCA4 ENSG00000198691 +CDS chr1 94051633 94051698 ENST00000370225 protein_coding 4 1 17 ABCA4 ENSG00000198691 +CDS chr1 94051633 94051698 ENST00000649773 protein_coding 1 NA 16 ABCA4 ENSG00000198691 +CDS chr1 94055111 94055315 ENST00000370225 protein_coding 4 1 16 ABCA4 ENSG00000198691 +CDS chr1 94055111 94055315 ENST00000649773 protein_coding 1 NA 15 ABCA4 ENSG00000198691 +CDS chr1 94056601 94056822 ENST00000370225 protein_coding 4 1 15 ABCA4 ENSG00000198691 +CDS chr1 94060537 94060759 ENST00000370225 protein_coding 4 1 14 ABCA4 ENSG00000198691 +CDS chr1 94060537 94060759 ENST00000649773 protein_coding 1 NA 14 ABCA4 ENSG00000198691 +CDS chr1 94062577 94062753 ENST00000370225 protein_coding 4 1 13 ABCA4 ENSG00000198691 +CDS chr1 94062577 94062753 ENST00000649773 protein_coding 1 NA 13 ABCA4 ENSG00000198691 +CDS chr1 94063112 94063317 ENST00000370225 protein_coding 4 1 12 ABCA4 ENSG00000198691 +CDS chr1 94063112 94063317 ENST00000649773 protein_coding 1 NA 12 ABCA4 ENSG00000198691 +CDS chr1 94077690 94077887 ENST00000370225 protein_coding 4 1 11 ABCA4 ENSG00000198691 +CDS chr1 94077690 94077887 ENST00000649773 protein_coding 1 NA 11 ABCA4 ENSG00000198691 +CDS chr1 94078590 94078706 ENST00000370225 protein_coding 4 1 10 ABCA4 ENSG00000198691 +CDS chr1 94078590 94078706 ENST00000649773 protein_coding 1 NA 10 ABCA4 ENSG00000198691 +CDS chr1 94079322 94079461 ENST00000370225 protein_coding 4 1 9 ABCA4 ENSG00000198691 +CDS chr1 94079322 94079461 ENST00000649773 protein_coding 1 NA 9 ABCA4 ENSG00000198691 +CDS chr1 94080478 94080718 ENST00000370225 protein_coding 4 1 8 ABCA4 ENSG00000198691 +CDS chr1 94080478 94080718 ENST00000649773 protein_coding 1 NA 8 ABCA4 ENSG00000198691 +CDS chr1 94083352 94083441 ENST00000370225 protein_coding 4 1 7 ABCA4 ENSG00000198691 +CDS chr1 94083352 94083441 ENST00000649773 protein_coding 1 NA 7 ABCA4 ENSG00000198691 +CDS chr1 94098794 94098991 ENST00000370225 protein_coding 4 1 6 ABCA4 ENSG00000198691 +CDS chr1 94098794 94098991 ENST00000649773 protein_coding 1 NA 6 ABCA4 ENSG00000198691 +CDS chr1 94103015 94103142 ENST00000370225 protein_coding 4 1 5 ABCA4 ENSG00000198691 +CDS chr1 94103015 94103142 ENST00000649773 protein_coding 1 NA 5 ABCA4 ENSG00000198691 +CDS chr1 94108577 94108716 ENST00000370225 protein_coding 4 1 4 ABCA4 ENSG00000198691 +CDS chr1 94108577 94108716 ENST00000649773 protein_coding 1 NA 4 ABCA4 ENSG00000198691 +CDS chr1 94111438 94111579 ENST00000370225 protein_coding 4 1 3 ABCA4 ENSG00000198691 +CDS chr1 94111438 94111579 ENST00000649773 protein_coding 1 NA 3 ABCA4 ENSG00000198691 +CDS chr1 94112973 94113066 ENST00000370225 protein_coding 4 1 2 ABCA4 ENSG00000198691 +CDS chr1 94112973 94113066 ENST00000649773 protein_coding 1 NA 2 ABCA4 ENSG00000198691 +CDS chr1 94120980 94121045 ENST00000370225 protein_coding 4 1 1 ABCA4 ENSG00000198691 +CDS chr1 94120980 94121045 ENST00000649773 protein_coding 1 NA 1 ABCA4 ENSG00000198691 +transcript chr1 94168905 94237584 ENST00000260526 protein_coding 11 1 NA ARHGAP29 ENSG00000137962 +CDS chr1 94173872 94174749 ENST00000260526 protein_coding 11 1 23 ARHGAP29 ENSG00000137962 +CDS chr1 94177612 94177720 ENST00000260526 protein_coding 11 1 22 ARHGAP29 ENSG00000137962 +CDS chr1 94177852 94178167 ENST00000260526 protein_coding 11 1 21 ARHGAP29 ENSG00000137962 +CDS chr1 94179725 94179957 ENST00000260526 protein_coding 11 1 20 ARHGAP29 ENSG00000137962 +CDS chr1 94184151 94184288 ENST00000260526 protein_coding 11 1 19 ARHGAP29 ENSG00000137962 +CDS chr1 94184872 94185060 ENST00000260526 protein_coding 11 1 18 ARHGAP29 ENSG00000137962 +CDS chr1 94185342 94185481 ENST00000260526 protein_coding 11 1 17 ARHGAP29 ENSG00000137962 +CDS chr1 94186499 94186597 ENST00000260526 protein_coding 11 1 16 ARHGAP29 ENSG00000137962 +CDS chr1 94188837 94188941 ENST00000260526 protein_coding 11 1 15 ARHGAP29 ENSG00000137962 +CDS chr1 94189216 94189352 ENST00000260526 protein_coding 11 1 14 ARHGAP29 ENSG00000137962 +CDS chr1 94189926 94190083 ENST00000260526 protein_coding 11 1 13 ARHGAP29 ENSG00000137962 +CDS chr1 94201720 94201857 ENST00000260526 protein_coding 11 1 12 ARHGAP29 ENSG00000137962 +transcript chr1 94201895 94237633 ENST00000370217 protein_coding 3 1 NA ARHGAP29 ENSG00000137962 +CDS chr1 94202508 94202732 ENST00000370217 protein_coding 3 1 11 ARHGAP29 ENSG00000137962 +CDS chr1 94202544 94202732 ENST00000260526 protein_coding 11 1 11 ARHGAP29 ENSG00000137962 +CDS chr1 94202918 94202998 ENST00000260526 protein_coding 11 1 10 ARHGAP29 ENSG00000137962 +CDS chr1 94202918 94202998 ENST00000370217 protein_coding 3 1 10 ARHGAP29 ENSG00000137962 +CDS chr1 94203100 94203210 ENST00000260526 protein_coding 11 1 9 ARHGAP29 ENSG00000137962 +CDS chr1 94203100 94203210 ENST00000370217 protein_coding 3 1 9 ARHGAP29 ENSG00000137962 +CDS chr1 94203930 94203994 ENST00000260526 protein_coding 11 1 8 ARHGAP29 ENSG00000137962 +CDS chr1 94203930 94203994 ENST00000370217 protein_coding 3 1 8 ARHGAP29 ENSG00000137962 +CDS chr1 94205061 94205198 ENST00000260526 protein_coding 11 1 7 ARHGAP29 ENSG00000137962 +CDS chr1 94205061 94205198 ENST00000370217 protein_coding 3 1 7 ARHGAP29 ENSG00000137962 +CDS chr1 94205635 94205683 ENST00000260526 protein_coding 11 1 6 ARHGAP29 ENSG00000137962 +CDS chr1 94205635 94205683 ENST00000370217 protein_coding 3 1 6 ARHGAP29 ENSG00000137962 +CDS chr1 94208832 94208904 ENST00000260526 protein_coding 11 1 5 ARHGAP29 ENSG00000137962 +CDS chr1 94208832 94208904 ENST00000370217 protein_coding 3 1 5 ARHGAP29 ENSG00000137962 +CDS chr1 94209254 94209350 ENST00000260526 protein_coding 11 1 4 ARHGAP29 ENSG00000137962 +CDS chr1 94209254 94209350 ENST00000370217 protein_coding 3 1 4 ARHGAP29 ENSG00000137962 +CDS chr1 94220258 94220392 ENST00000260526 protein_coding 11 1 3 ARHGAP29 ENSG00000137962 +CDS chr1 94220258 94220392 ENST00000370217 protein_coding 3 1 3 ARHGAP29 ENSG00000137962 +CDS chr1 94231407 94231611 ENST00000260526 protein_coding 11 1 2 ARHGAP29 ENSG00000137962 +CDS chr1 94231407 94231611 ENST00000370217 protein_coding 3 1 2 ARHGAP29 ENSG00000137962 +transcript chr1 94418389 94518663 ENST00000370214 protein_coding 9 1 NA ABCD3 ENSG00000117528 +transcript chr1 94418455 94518663 ENST00000647998 protein_coding 2 NA NA ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000370214 protein_coding 9 1 1 ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000647998 protein_coding 2 NA 1 ABCD3 ENSG00000117528 +transcript chr1 94418479 94478723 ENST00000315713 protein_coding 5 1 NA ABCD3 ENSG00000117528 +CDS chr1 94418479 94418588 ENST00000315713 protein_coding 5 1 1 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000370214 protein_coding 9 1 2 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000647998 protein_coding 2 NA 2 ABCD3 ENSG00000117528 +CDS chr1 94458607 94458643 ENST00000315713 protein_coding 5 1 2 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000370214 protein_coding 9 1 3 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000647998 protein_coding 2 NA 3 ABCD3 ENSG00000117528 +CDS chr1 94464775 94464873 ENST00000315713 protein_coding 5 1 3 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000370214 protein_coding 9 1 4 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000647998 protein_coding 2 NA 4 ABCD3 ENSG00000117528 +CDS chr1 94467919 94468007 ENST00000315713 protein_coding 5 1 4 ABCD3 ENSG00000117528 +CDS chr1 94472173 94472242 ENST00000647998 protein_coding 2 NA 5 ABCD3 ENSG00000117528 +CDS chr1 94473766 94473835 ENST00000370214 protein_coding 9 1 5 ABCD3 ENSG00000117528 +CDS chr1 94473766 94473835 ENST00000315713 protein_coding 5 1 5 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000370214 protein_coding 9 1 6 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000647998 protein_coding 2 NA 6 ABCD3 ENSG00000117528 +CDS chr1 94475143 94475240 ENST00000315713 protein_coding 5 1 6 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000370214 protein_coding 9 1 7 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000647998 protein_coding 2 NA 7 ABCD3 ENSG00000117528 +CDS chr1 94475614 94475737 ENST00000315713 protein_coding 5 1 7 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000370214 protein_coding 9 1 8 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000647998 protein_coding 2 NA 8 ABCD3 ENSG00000117528 +CDS chr1 94478259 94478315 ENST00000315713 protein_coding 5 1 8 ABCD3 ENSG00000117528 +CDS chr1 94478524 94478547 ENST00000315713 protein_coding 5 1 9 ABCD3 ENSG00000117528 +CDS chr1 94480464 94480606 ENST00000370214 protein_coding 9 1 9 ABCD3 ENSG00000117528 +CDS chr1 94480464 94480606 ENST00000647998 protein_coding 2 NA 9 ABCD3 ENSG00000117528 +CDS chr1 94483170 94483239 ENST00000370214 protein_coding 9 1 10 ABCD3 ENSG00000117528 +CDS chr1 94483170 94483239 ENST00000647998 protein_coding 2 NA 10 ABCD3 ENSG00000117528 +CDS chr1 94487542 94487611 ENST00000370214 protein_coding 9 1 11 ABCD3 ENSG00000117528 +CDS chr1 94487542 94487611 ENST00000647998 protein_coding 2 NA 11 ABCD3 ENSG00000117528 +CDS chr1 94487694 94487791 ENST00000370214 protein_coding 9 1 12 ABCD3 ENSG00000117528 +CDS chr1 94487694 94487791 ENST00000647998 protein_coding 2 NA 12 ABCD3 ENSG00000117528 +CDS chr1 94487892 94487983 ENST00000370214 protein_coding 9 1 13 ABCD3 ENSG00000117528 +CDS chr1 94487892 94487983 ENST00000647998 protein_coding 2 NA 13 ABCD3 ENSG00000117528 +CDS chr1 94489725 94489816 ENST00000370214 protein_coding 9 1 14 ABCD3 ENSG00000117528 +CDS chr1 94489725 94489816 ENST00000647998 protein_coding 2 NA 14 ABCD3 ENSG00000117528 +CDS chr1 94489903 94489975 ENST00000370214 protein_coding 9 1 15 ABCD3 ENSG00000117528 +CDS chr1 94489903 94489975 ENST00000647998 protein_coding 2 NA 15 ABCD3 ENSG00000117528 +CDS chr1 94491184 94491247 ENST00000370214 protein_coding 9 1 16 ABCD3 ENSG00000117528 +CDS chr1 94491184 94491247 ENST00000647998 protein_coding 2 NA 16 ABCD3 ENSG00000117528 +CDS chr1 94498602 94498679 ENST00000370214 protein_coding 9 1 17 ABCD3 ENSG00000117528 +CDS chr1 94498602 94498679 ENST00000647998 protein_coding 2 NA 17 ABCD3 ENSG00000117528 +CDS chr1 94498783 94498848 ENST00000370214 protein_coding 9 1 18 ABCD3 ENSG00000117528 +CDS chr1 94498783 94498848 ENST00000647998 protein_coding 2 NA 18 ABCD3 ENSG00000117528 +CDS chr1 94498945 94499034 ENST00000370214 protein_coding 9 1 19 ABCD3 ENSG00000117528 +CDS chr1 94498945 94499034 ENST00000647998 protein_coding 2 NA 19 ABCD3 ENSG00000117528 +CDS chr1 94499495 94499614 ENST00000370214 protein_coding 9 1 20 ABCD3 ENSG00000117528 +CDS chr1 94499495 94499614 ENST00000647998 protein_coding 2 NA 20 ABCD3 ENSG00000117528 +CDS chr1 94506538 94506642 ENST00000370214 protein_coding 9 1 21 ABCD3 ENSG00000117528 +CDS chr1 94506538 94506642 ENST00000647998 protein_coding 2 NA 21 ABCD3 ENSG00000117528 +CDS chr1 94515146 94515202 ENST00000370214 protein_coding 9 1 22 ABCD3 ENSG00000117528 +CDS chr1 94515146 94515202 ENST00000647998 protein_coding 2 NA 22 ABCD3 ENSG00000117528 +CDS chr1 94517052 94517126 ENST00000370214 protein_coding 9 1 23 ABCD3 ENSG00000117528 +CDS chr1 94517052 94517126 ENST00000647998 protein_coding 2 NA 23 ABCD3 ENSG00000117528 +transcript chr1 94529173 94541759 ENST00000334047 protein_coding 12 1 NA F3 ENSG00000117525 +transcript chr1 94529310 94541637 ENST00000370207 protein_coding 4 1 NA F3 ENSG00000117525 +CDS chr1 94530463 94530596 ENST00000334047 protein_coding 12 1 6 F3 ENSG00000117525 +CDS chr1 94530474 94530596 ENST00000370207 protein_coding 4 1 5 F3 ENSG00000117525 +CDS chr1 94532321 94532480 ENST00000334047 protein_coding 12 1 5 F3 ENSG00000117525 +CDS chr1 94533090 94533268 ENST00000334047 protein_coding 12 1 4 F3 ENSG00000117525 +CDS chr1 94533090 94533268 ENST00000370207 protein_coding 4 1 4 F3 ENSG00000117525 +CDS chr1 94535965 94536164 ENST00000334047 protein_coding 12 1 3 F3 ENSG00000117525 +CDS chr1 94535965 94536164 ENST00000370207 protein_coding 4 1 3 F3 ENSG00000117525 +CDS chr1 94540257 94540368 ENST00000334047 protein_coding 12 1 2 F3 ENSG00000117525 +CDS chr1 94540257 94540368 ENST00000370207 protein_coding 4 1 2 F3 ENSG00000117525 +CDS chr1 94541537 94541636 ENST00000334047 protein_coding 12 1 1 F3 ENSG00000117525 +CDS chr1 94541537 94541636 ENST00000370207 protein_coding 4 1 1 F3 ENSG00000117525 +transcript chr1 94820342 94895052 ENST00000446120 protein_coding 6 2 NA SLC44A3 ENSG00000143036 +transcript chr1 94820357 94895246 ENST00000271227 protein_coding 11 1 NA SLC44A3 ENSG00000143036 +transcript chr1 94820397 94895052 ENST00000527077 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +transcript chr1 94820401 94895053 ENST00000529450 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000446120 protein_coding 6 2 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000271227 protein_coding 11 1 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000527077 protein_coding 5 2 1 SLC44A3 ENSG00000143036 +CDS chr1 94820452 94820478 ENST00000529450 protein_coding 5 2 1 SLC44A3 ENSG00000143036 +transcript chr1 94820621 94895053 ENST00000467909 protein_coding 5 1 NA SLC44A3 ENSG00000143036 +transcript chr1 94820646 94837834 ENST00000422520 protein_coding 6 3 NA SLC44A3 ENSG00000143036 +transcript chr1 94820650 94895029 ENST00000532427 protein_coding 5 2 NA SLC44A3 ENSG00000143036 +CDS chr1 94820949 94821056 ENST00000271227 protein_coding 11 1 2 SLC44A3 ENSG00000143036 +CDS chr1 94820949 94821056 ENST00000529450 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000446120 protein_coding 6 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000271227 protein_coding 11 1 3 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000527077 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94824493 94824635 ENST00000529450 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000467909 protein_coding 5 1 2 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000422520 protein_coding 6 3 3 SLC44A3 ENSG00000143036 +CDS chr1 94824502 94824635 ENST00000532427 protein_coding 5 2 2 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000446120 protein_coding 6 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000271227 protein_coding 11 1 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000527077 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000529450 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000467909 protein_coding 5 1 3 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827643 ENST00000422520 protein_coding 6 3 4 SLC44A3 ENSG00000143036 +CDS chr1 94827507 94827547 ENST00000532427 protein_coding 5 2 3 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000446120 protein_coding 6 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000271227 protein_coding 11 1 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000527077 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000529450 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000467909 protein_coding 5 1 4 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000422520 protein_coding 6 3 5 SLC44A3 ENSG00000143036 +CDS chr1 94828493 94828586 ENST00000532427 protein_coding 5 2 4 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000446120 protein_coding 6 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000271227 protein_coding 11 1 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000527077 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000529450 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000467909 protein_coding 5 1 5 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837834 ENST00000422520 protein_coding 6 3 6 SLC44A3 ENSG00000143036 +CDS chr1 94837711 94837871 ENST00000532427 protein_coding 5 2 5 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000446120 protein_coding 6 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000271227 protein_coding 11 1 7 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000527077 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000529450 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000467909 protein_coding 5 1 6 SLC44A3 ENSG00000143036 +CDS chr1 94839948 94840037 ENST00000532427 protein_coding 5 2 6 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000446120 protein_coding 6 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000271227 protein_coding 11 1 8 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000527077 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000529450 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000467909 protein_coding 5 1 7 SLC44A3 ENSG00000143036 +CDS chr1 94842000 94842124 ENST00000532427 protein_coding 5 2 7 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000446120 protein_coding 6 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000271227 protein_coding 11 1 9 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000527077 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000529450 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000467909 protein_coding 5 1 8 SLC44A3 ENSG00000143036 +CDS chr1 94845278 94845464 ENST00000532427 protein_coding 5 2 8 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000446120 protein_coding 6 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000271227 protein_coding 11 1 10 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000527077 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000529450 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000467909 protein_coding 5 1 9 SLC44A3 ENSG00000143036 +CDS chr1 94857335 94857500 ENST00000532427 protein_coding 5 2 9 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000446120 protein_coding 6 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000271227 protein_coding 11 1 11 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000527077 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000529450 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000467909 protein_coding 5 1 10 SLC44A3 ENSG00000143036 +CDS chr1 94864743 94864899 ENST00000532427 protein_coding 5 2 10 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000446120 protein_coding 6 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000271227 protein_coding 11 1 12 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000527077 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000467909 protein_coding 5 1 11 SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000532427 protein_coding 5 2 11 SLC44A3 ENSG00000143036 +transcript chr1 94867331 94895052 ENST00000532670 protein_coding 1 4 NA SLC44A3 ENSG00000143036 +CDS chr1 94867331 94867417 ENST00000532670 protein_coding 1 4 1 SLC44A3 ENSG00000143036 +CDS chr1 94867334 94867417 ENST00000529450 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000446120 protein_coding 6 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000271227 protein_coding 11 1 13 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000527077 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000529450 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000467909 protein_coding 5 1 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000532427 protein_coding 5 2 12 SLC44A3 ENSG00000143036 +CDS chr1 94891130 94891267 ENST00000532670 protein_coding 1 4 2 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000446120 protein_coding 6 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000271227 protein_coding 11 1 14 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000527077 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000529450 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000467909 protein_coding 5 1 13 SLC44A3 ENSG00000143036 +CDS chr1 94892281 94892517 ENST00000532427 protein_coding 5 2 13 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000446120 protein_coding 6 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000271227 protein_coding 11 1 15 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000527077 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000529450 protein_coding 5 2 15 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000467909 protein_coding 5 1 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000532427 protein_coding 5 2 14 SLC44A3 ENSG00000143036 +CDS chr1 94894818 94894919 ENST00000532670 protein_coding 1 4 3 SLC44A3 ENSG00000143036 +transcript chr1 94896949 94925808 ENST00000545882 protein_coding 5 2 NA CNN3 ENSG00000117519 +transcript chr1 94896949 94927223 ENST00000394202 protein_coding 8 2 NA CNN3 ENSG00000117519 +transcript chr1 94896957 94927110 ENST00000370206 protein_coding 9 1 NA CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000370206 protein_coding 9 1 7 CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000545882 protein_coding 5 2 7 CNN3 ENSG00000117519 +CDS chr1 94897745 94898083 ENST00000394202 protein_coding 8 2 6 CNN3 ENSG00000117519 +transcript chr1 94898052 94925801 ENST00000415017 protein_coding 1 2 NA CNN3 ENSG00000117519 +CDS chr1 94898052 94898083 ENST00000415017 protein_coding 1 2 7 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000370206 protein_coding 9 1 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000415017 protein_coding 1 2 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000545882 protein_coding 5 2 6 CNN3 ENSG00000117519 +CDS chr1 94899371 94899517 ENST00000394202 protein_coding 8 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000370206 protein_coding 9 1 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000415017 protein_coding 1 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000545882 protein_coding 5 2 5 CNN3 ENSG00000117519 +CDS chr1 94901669 94901785 ENST00000394202 protein_coding 8 2 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000370206 protein_coding 9 1 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000415017 protein_coding 1 2 4 CNN3 ENSG00000117519 +CDS chr1 94902121 94902258 ENST00000545882 protein_coding 5 2 4 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000370206 protein_coding 9 1 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000415017 protein_coding 1 2 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000545882 protein_coding 5 2 3 CNN3 ENSG00000117519 +CDS chr1 94903122 94903188 ENST00000394202 protein_coding 8 2 3 CNN3 ENSG00000117519 +CDS chr1 94903403 94903524 ENST00000370206 protein_coding 9 1 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903458 ENST00000415017 protein_coding 1 2 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903458 ENST00000545882 protein_coding 5 2 2 CNN3 ENSG00000117519 +CDS chr1 94903403 94903524 ENST00000394202 protein_coding 8 2 2 CNN3 ENSG00000117519 +CDS chr1 94926838 94926894 ENST00000370206 protein_coding 9 1 1 CNN3 ENSG00000117519 +CDS chr1 94926838 94926894 ENST00000394202 protein_coding 8 2 1 CNN3 ENSG00000117519 +transcript chr1 94974405 95072951 ENST00000370205 protein_coding 6 1 NA ALG14 ENSG00000172339 +CDS chr1 94983079 94983306 ENST00000370205 protein_coding 6 1 4 ALG14 ENSG00000172339 +CDS chr1 95027129 95027260 ENST00000370205 protein_coding 6 1 3 ALG14 ENSG00000172339 +CDS chr1 95064866 95065017 ENST00000370205 protein_coding 6 1 2 ALG14 ENSG00000172339 +CDS chr1 95072763 95072898 ENST00000370205 protein_coding 6 1 1 ALG14 ENSG00000172339 +transcript chr1 95117355 95197607 ENST00000370203 protein_coding 9 1 NA TLCD4 ENSG00000152078 +transcript chr1 95117439 95173878 ENST00000456991 protein_coding 5 3 NA TLCD4 ENSG00000152078 +transcript chr1 95117923 95173845 ENST00000455656 protein_coding 1 5 NA TLCD4 ENSG00000152078 +transcript chr1 95117923 95244955 ENST00000604534 protein_coding 5 2 NA TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95143902 95144056 ENST00000370203 protein_coding 9 1 2 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000456991 protein_coding 5 3 3 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000455656 protein_coding 1 5 2 TLCD4 ENSG00000152078 +CDS chr1 95143902 95144056 ENST00000604534 protein_coding 5 2 2 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95148702 95148791 ENST00000370203 protein_coding 9 1 3 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000456991 protein_coding 5 3 4 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000455656 protein_coding 1 5 3 TLCD4 ENSG00000152078 +CDS chr1 95148702 95148791 ENST00000604534 protein_coding 5 2 3 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95150208 95150266 ENST00000370203 protein_coding 9 1 4 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000456991 protein_coding 5 3 5 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000455656 protein_coding 1 5 4 TLCD4 ENSG00000152078 +CDS chr1 95150208 95150266 ENST00000604534 protein_coding 5 2 4 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95151325 95151419 ENST00000370203 protein_coding 9 1 5 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000456991 protein_coding 5 3 6 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000455656 protein_coding 1 5 5 TLCD4 ENSG00000152078 +CDS chr1 95151325 95151419 ENST00000604534 protein_coding 5 2 5 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 95151377 95247225 ENST00000604203 protein_coding 1 3 NA TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95151377 95151419 ENST00000604203 protein_coding 1 3 1 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95173816 95173889 ENST00000370203 protein_coding 9 1 6 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173878 ENST00000456991 protein_coding 5 3 7 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173845 ENST00000455656 protein_coding 1 5 6 TLCD4 ENSG00000152078 +CDS chr1 95173816 95173889 ENST00000604534 protein_coding 5 2 6 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95173816 95173889 ENST00000604203 protein_coding 1 3 2 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95191550 95191865 ENST00000370203 protein_coding 9 1 7 TLCD4 ENSG00000152078 +CDS chr1 95230902 95230994 ENST00000604534 protein_coding 5 2 7 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95230902 95230994 ENST00000604203 protein_coding 1 3 3 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 95234210 95247225 ENST00000370202 protein_coding 5 3 NA RWDD3 ENSG00000122481 +transcript chr1 95234211 95247223 ENST00000263893 protein_coding 10 1 NA RWDD3 ENSG00000122481 +CDS chr1 95234231 95234315 ENST00000370202 protein_coding 5 3 1 RWDD3 ENSG00000122481 +CDS chr1 95234231 95234315 ENST00000263893 protein_coding 10 1 1 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244698 ENST00000370202 protein_coding 5 3 2 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244710 ENST00000263893 protein_coding 10 1 2 RWDD3 ENSG00000122481 +CDS chr1 95244211 95244247 ENST00000604534 protein_coding 5 2 8 TLCD4-RWDD3 ENSG00000271092 +CDS chr1 95246542 95246657 ENST00000370202 protein_coding 5 3 3 RWDD3 ENSG00000122481 +CDS chr1 95246756 95246867 ENST00000370202 protein_coding 5 3 4 RWDD3 ENSG00000122481 +CDS chr1 95246756 95246867 ENST00000604203 protein_coding 1 3 4 TLCD4-RWDD3 ENSG00000271092 +transcript chr1 96721777 96815029 ENST00000675735 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96721783 96823738 ENST00000609116 protein_coding 5 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721784 96815049 ENST00000674951 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96721788 96814858 ENST00000426398 protein_coding 3 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721810 96814793 ENST00000370197 protein_coding 5 1 NA PTBP2 ENSG00000117569 +transcript chr1 96721810 96814793 ENST00000370198 protein_coding 5 1 NA PTBP2 ENSG00000117569 +CDS chr1 96721865 96721896 ENST00000675735 protein_coding 1 NA 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000609116 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721896 ENST00000426398 protein_coding 3 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000370197 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000370198 protein_coding 5 1 1 PTBP2 ENSG00000117569 +CDS chr1 96721865 96721872 ENST00000674951 protein_coding 1 NA 1 PTBP2 ENSG00000117569 +transcript chr1 96722030 96815612 ENST00000676292 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96722046 96813499 ENST00000676096 protein_coding 1 NA NA PTBP2 ENSG00000117569 +transcript chr1 96722717 96815029 ENST00000675401 protein_coding 1 NA NA PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000675735 protein_coding 1 NA 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000609116 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000426398 protein_coding 3 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000370197 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000370198 protein_coding 5 1 2 PTBP2 ENSG00000117569 +CDS chr1 96723564 96723594 ENST00000674951 protein_coding 1 NA 2 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000675735 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000609116 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000426398 protein_coding 3 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000370197 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000370198 protein_coding 5 1 3 PTBP2 ENSG00000117569 +CDS chr1 96751425 96751500 ENST00000674951 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751479 96751500 ENST00000676292 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96751479 96751500 ENST00000676096 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000675735 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000609116 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000426398 protein_coding 3 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000370197 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000370198 protein_coding 5 1 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000674951 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000676292 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96769703 96769875 ENST00000676096 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000675735 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000609116 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000426398 protein_coding 3 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000370197 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000370198 protein_coding 5 1 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000674951 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000676292 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96770708 96770851 ENST00000676096 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000675735 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000609116 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000426398 protein_coding 3 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000370197 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000370198 protein_coding 5 1 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000674951 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000676292 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777585 96777749 ENST00000676096 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96777714 96777749 ENST00000675401 protein_coding 1 NA 3 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000675735 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000609116 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000426398 protein_coding 3 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000370197 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000370198 protein_coding 5 1 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000674951 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000676292 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000676096 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96777836 96777946 ENST00000675401 protein_coding 1 NA 4 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000675735 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000609116 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000426398 protein_coding 3 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000370197 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000370198 protein_coding 5 1 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000674951 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000676292 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000676096 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96785059 96785254 ENST00000675401 protein_coding 1 NA 5 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000370197 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000370198 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000676292 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804785 96804939 ENST00000675401 protein_coding 1 NA 6 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000675735 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000609116 protein_coding 5 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000426398 protein_coding 3 1 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000674951 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96804800 96804939 ENST00000676096 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000675735 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000609116 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000426398 protein_coding 3 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000370197 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000370198 protein_coding 5 1 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000674951 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000676292 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000676096 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96806419 96806452 ENST00000675401 protein_coding 1 NA 7 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000675735 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000609116 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000426398 protein_coding 3 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000370197 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000370198 protein_coding 5 1 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000674951 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000676292 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000676096 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +CDS chr1 96806866 96806958 ENST00000675401 protein_coding 1 NA 8 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000675735 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000609116 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000426398 protein_coding 3 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000370197 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000370198 protein_coding 5 1 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000674951 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000676292 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000676096 protein_coding 1 NA 12 PTBP2 ENSG00000117569 +CDS chr1 96812712 96812928 ENST00000675401 protein_coding 1 NA 9 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000675735 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000609116 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000426398 protein_coding 3 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000370197 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000370198 protein_coding 5 1 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000674951 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000676292 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813029 96813106 ENST00000675401 protein_coding 1 NA 10 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000609116 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000426398 protein_coding 3 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000370197 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813273 96813402 ENST00000676096 protein_coding 1 NA 13 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000675735 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000370198 protein_coding 5 1 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000674951 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000676292 protein_coding 1 NA 14 PTBP2 ENSG00000117569 +CDS chr1 96813276 96813402 ENST00000675401 protein_coding 1 NA 11 PTBP2 ENSG00000117569 +transcript chr1 97077743 97921034 ENST00000370192 protein_coding 8 1 NA DPYD ENSG00000188641 +CDS chr1 97078979 97079146 ENST00000370192 protein_coding 8 1 23 DPYD ENSG00000188641 +CDS chr1 97082330 97082470 ENST00000370192 protein_coding 8 1 22 DPYD ENSG00000188641 +CDS chr1 97098489 97098632 ENST00000370192 protein_coding 8 1 21 DPYD ENSG00000188641 +CDS chr1 97193069 97193248 ENST00000370192 protein_coding 8 1 20 DPYD ENSG00000188641 +CDS chr1 97234852 97234994 ENST00000370192 protein_coding 8 1 19 DPYD ENSG00000188641 +CDS chr1 97305259 97305378 ENST00000370192 protein_coding 8 1 18 DPYD ENSG00000188641 +CDS chr1 97306177 97306297 ENST00000370192 protein_coding 8 1 17 DPYD ENSG00000188641 +CDS chr1 97373561 97373644 ENST00000370192 protein_coding 8 1 16 DPYD ENSG00000188641 +CDS chr1 97382393 97382461 ENST00000370192 protein_coding 8 1 15 DPYD ENSG00000188641 +CDS chr1 97450059 97450223 ENST00000370192 protein_coding 8 1 14 DPYD ENSG00000188641 +CDS chr1 97515726 97515941 ENST00000370192 protein_coding 8 1 13 DPYD ENSG00000188641 +CDS chr1 97549560 97549744 ENST00000370192 protein_coding 8 1 12 DPYD ENSG00000188641 +CDS chr1 97573760 97573970 ENST00000370192 protein_coding 8 1 11 DPYD ENSG00000188641 +CDS chr1 97593218 97593387 ENST00000370192 protein_coding 8 1 10 DPYD ENSG00000188641 +CDS chr1 97595059 97595166 ENST00000370192 protein_coding 8 1 9 DPYD ENSG00000188641 +CDS chr1 97679095 97679182 ENST00000370192 protein_coding 8 1 8 DPYD ENSG00000188641 +CDS chr1 97691717 97691798 ENST00000370192 protein_coding 8 1 7 DPYD ENSG00000188641 +CDS chr1 97699351 97699547 ENST00000370192 protein_coding 8 1 6 DPYD ENSG00000188641 +transcript chr1 97719758 97921049 ENST00000306031 protein_coding 5 1 NA DPYD ENSG00000188641 +CDS chr1 97720891 97720926 ENST00000306031 protein_coding 5 1 6 DPYD ENSG00000188641 +CDS chr1 97721510 97721671 ENST00000370192 protein_coding 8 1 5 DPYD ENSG00000188641 +CDS chr1 97721510 97721671 ENST00000306031 protein_coding 5 1 5 DPYD ENSG00000188641 +CDS chr1 97740392 97740479 ENST00000370192 protein_coding 8 1 4 DPYD ENSG00000188641 +CDS chr1 97740392 97740479 ENST00000306031 protein_coding 5 1 4 DPYD ENSG00000188641 +CDS chr1 97828114 97828196 ENST00000370192 protein_coding 8 1 3 DPYD ENSG00000188641 +CDS chr1 97828114 97828196 ENST00000306031 protein_coding 5 1 3 DPYD ENSG00000188641 +CDS chr1 97883264 97883374 ENST00000370192 protein_coding 8 1 2 DPYD ENSG00000188641 +CDS chr1 97883264 97883374 ENST00000306031 protein_coding 5 1 2 DPYD ENSG00000188641 +CDS chr1 97920884 97920922 ENST00000370192 protein_coding 8 1 1 DPYD ENSG00000188641 +CDS chr1 97920884 97920922 ENST00000306031 protein_coding 5 1 1 DPYD ENSG00000188641 +transcript chr1 98661701 98760498 ENST00000529992 protein_coding 5 2 NA SNX7 ENSG00000162627 +transcript chr1 98661721 98760500 ENST00000306121 protein_coding 8 1 NA SNX7 ENSG00000162627 +CDS chr1 98661732 98661911 ENST00000529992 protein_coding 5 2 1 SNX7 ENSG00000162627 +CDS chr1 98661732 98661911 ENST00000306121 protein_coding 8 1 1 SNX7 ENSG00000162627 +transcript chr1 98662223 98691577 ENST00000454199 protein_coding 1 4 NA SNX7 ENSG00000162627 +CDS chr1 98684885 98685067 ENST00000529992 protein_coding 5 2 2 SNX7 ENSG00000162627 +CDS chr1 98684885 98685067 ENST00000306121 protein_coding 8 1 2 SNX7 ENSG00000162627 +CDS chr1 98684897 98685067 ENST00000454199 protein_coding 1 4 2 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000529992 protein_coding 5 2 3 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000306121 protein_coding 8 1 3 SNX7 ENSG00000162627 +CDS chr1 98691075 98691185 ENST00000454199 protein_coding 1 4 3 SNX7 ENSG00000162627 +CDS chr1 98691535 98691699 ENST00000306121 protein_coding 8 1 4 SNX7 ENSG00000162627 +CDS chr1 98691535 98691577 ENST00000454199 protein_coding 1 4 4 SNX7 ENSG00000162627 +CDS chr1 98695518 98695716 ENST00000529992 protein_coding 5 2 4 SNX7 ENSG00000162627 +CDS chr1 98695518 98695716 ENST00000306121 protein_coding 8 1 5 SNX7 ENSG00000162627 +CDS chr1 98698706 98698905 ENST00000529992 protein_coding 5 2 5 SNX7 ENSG00000162627 +CDS chr1 98698706 98698905 ENST00000306121 protein_coding 8 1 6 SNX7 ENSG00000162627 +CDS chr1 98701817 98701903 ENST00000529992 protein_coding 5 2 6 SNX7 ENSG00000162627 +CDS chr1 98701817 98701903 ENST00000306121 protein_coding 8 1 7 SNX7 ENSG00000162627 +CDS chr1 98738237 98738389 ENST00000529992 protein_coding 5 2 7 SNX7 ENSG00000162627 +CDS chr1 98738237 98738389 ENST00000306121 protein_coding 8 1 8 SNX7 ENSG00000162627 +CDS chr1 98760054 98760128 ENST00000529992 protein_coding 5 2 8 SNX7 ENSG00000162627 +CDS chr1 98760054 98760128 ENST00000306121 protein_coding 8 1 9 SNX7 ENSG00000162627 +transcript chr1 98890245 99004861 ENST00000263177 protein_coding 5 1 NA PLPPR5 ENSG00000117598 +transcript chr1 98890245 99005032 ENST00000672681 protein_coding 1 NA NA PLPPR5 ENSG00000117598 +transcript chr1 98890245 99005032 ENST00000370188 protein_coding 7 1 NA PLPPR5 ENSG00000117598 +CDS chr1 98893014 98893104 ENST00000672681 protein_coding 1 NA 7 PLPPR5 ENSG00000117598 +CDS chr1 98893075 98893104 ENST00000263177 protein_coding 5 1 6 PLPPR5 ENSG00000117598 +CDS chr1 98893075 98893104 ENST00000370188 protein_coding 7 1 6 PLPPR5 ENSG00000117598 +CDS chr1 98897262 98897389 ENST00000672681 protein_coding 1 NA 6 PLPPR5 ENSG00000117598 +CDS chr1 98914786 98914920 ENST00000263177 protein_coding 5 1 5 PLPPR5 ENSG00000117598 +CDS chr1 98914801 98914920 ENST00000672681 protein_coding 1 NA 5 PLPPR5 ENSG00000117598 +CDS chr1 98914801 98914920 ENST00000370188 protein_coding 7 1 5 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000263177 protein_coding 5 1 4 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000672681 protein_coding 1 NA 4 PLPPR5 ENSG00000117598 +CDS chr1 98921882 98922058 ENST00000370188 protein_coding 7 1 4 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000263177 protein_coding 5 1 3 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000672681 protein_coding 1 NA 3 PLPPR5 ENSG00000117598 +CDS chr1 98953070 98953320 ENST00000370188 protein_coding 7 1 3 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000263177 protein_coding 5 1 2 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000672681 protein_coding 1 NA 2 PLPPR5 ENSG00000117598 +CDS chr1 98956609 98956741 ENST00000370188 protein_coding 7 1 2 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000263177 protein_coding 5 1 1 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000672681 protein_coding 1 NA 1 PLPPR5 ENSG00000117598 +CDS chr1 99004435 99004671 ENST00000370188 protein_coding 7 1 1 PLPPR5 ENSG00000117598 +transcript chr1 99264292 99309580 ENST00000457765 protein_coding 6 2 NA PLPPR4 ENSG00000117600 +transcript chr1 99264492 99309584 ENST00000370185 protein_coding 9 1 NA PLPPR4 ENSG00000117600 +CDS chr1 99264594 99264671 ENST00000370185 protein_coding 9 1 1 PLPPR4 ENSG00000117600 +CDS chr1 99264594 99264671 ENST00000457765 protein_coding 6 2 1 PLPPR4 ENSG00000117600 +CDS chr1 99287965 99288150 ENST00000370185 protein_coding 9 1 2 PLPPR4 ENSG00000117600 +CDS chr1 99287965 99288150 ENST00000457765 protein_coding 6 2 2 PLPPR4 ENSG00000117600 +CDS chr1 99296738 99296867 ENST00000370185 protein_coding 9 1 3 PLPPR4 ENSG00000117600 +CDS chr1 99296738 99296867 ENST00000457765 protein_coding 6 2 3 PLPPR4 ENSG00000117600 +CDS chr1 99299035 99299230 ENST00000370185 protein_coding 9 1 4 PLPPR4 ENSG00000117600 +CDS chr1 99299035 99299230 ENST00000457765 protein_coding 6 2 4 PLPPR4 ENSG00000117600 +CDS chr1 99300909 99300966 ENST00000370185 protein_coding 9 1 5 PLPPR4 ENSG00000117600 +CDS chr1 99300909 99300966 ENST00000457765 protein_coding 6 2 5 PLPPR4 ENSG00000117600 +CDS chr1 99301724 99301897 ENST00000370185 protein_coding 9 1 6 PLPPR4 ENSG00000117600 +CDS chr1 99305685 99307007 ENST00000370185 protein_coding 9 1 7 PLPPR4 ENSG00000117600 +CDS chr1 99305685 99307007 ENST00000457765 protein_coding 6 2 6 PLPPR4 ENSG00000117600 +transcript chr1 99646113 99694535 ENST00000263174 protein_coding 9 1 NA PALMD ENSG00000099260 +transcript chr1 99646193 99690077 ENST00000605497 protein_coding 5 1 NA PALMD ENSG00000099260 +CDS chr1 99646318 99646362 ENST00000263174 protein_coding 9 1 1 PALMD ENSG00000099260 +CDS chr1 99646318 99646362 ENST00000605497 protein_coding 5 1 1 PALMD ENSG00000099260 +CDS chr1 99662319 99662399 ENST00000263174 protein_coding 9 1 2 PALMD ENSG00000099260 +CDS chr1 99662319 99662399 ENST00000605497 protein_coding 5 1 2 PALMD ENSG00000099260 +CDS chr1 99667642 99667766 ENST00000263174 protein_coding 9 1 3 PALMD ENSG00000099260 +CDS chr1 99667642 99667766 ENST00000605497 protein_coding 5 1 3 PALMD ENSG00000099260 +CDS chr1 99686676 99686790 ENST00000263174 protein_coding 9 1 4 PALMD ENSG00000099260 +CDS chr1 99686676 99686790 ENST00000605497 protein_coding 5 1 4 PALMD ENSG00000099260 +CDS chr1 99686930 99686963 ENST00000263174 protein_coding 9 1 5 PALMD ENSG00000099260 +CDS chr1 99686930 99686963 ENST00000605497 protein_coding 5 1 5 PALMD ENSG00000099260 +CDS chr1 99687076 99687189 ENST00000263174 protein_coding 9 1 6 PALMD ENSG00000099260 +CDS chr1 99687076 99687189 ENST00000605497 protein_coding 5 1 6 PALMD ENSG00000099260 +CDS chr1 99688775 99689872 ENST00000263174 protein_coding 9 1 7 PALMD ENSG00000099260 +CDS chr1 99688775 99689913 ENST00000605497 protein_coding 5 1 7 PALMD ENSG00000099260 +CDS chr1 99694019 99694059 ENST00000263174 protein_coding 9 1 8 PALMD ENSG00000099260 +transcript chr1 99703970 99766635 ENST00000646001 protein_coding 2 NA NA FRRS1 ENSG00000156869 +transcript chr1 99708703 99765793 ENST00000287474 protein_coding 9 2 NA FRRS1 ENSG00000156869 +CDS chr1 99708901 99709120 ENST00000287474 protein_coding 9 2 17 FRRS1 ENSG00000156869 +CDS chr1 99709031 99709120 ENST00000646001 protein_coding 2 NA 17 FRRS1 ENSG00000156869 +CDS chr1 99709198 99709259 ENST00000646001 protein_coding 2 NA 16 FRRS1 ENSG00000156869 +CDS chr1 99709198 99709259 ENST00000287474 protein_coding 9 2 16 FRRS1 ENSG00000156869 +CDS chr1 99710806 99710949 ENST00000646001 protein_coding 2 NA 15 FRRS1 ENSG00000156869 +CDS chr1 99710834 99710949 ENST00000287474 protein_coding 9 2 15 FRRS1 ENSG00000156869 +CDS chr1 99712105 99712163 ENST00000646001 protein_coding 2 NA 14 FRRS1 ENSG00000156869 +CDS chr1 99712105 99712163 ENST00000287474 protein_coding 9 2 14 FRRS1 ENSG00000156869 +CDS chr1 99712418 99712515 ENST00000646001 protein_coding 2 NA 13 FRRS1 ENSG00000156869 +CDS chr1 99712418 99712515 ENST00000287474 protein_coding 9 2 13 FRRS1 ENSG00000156869 +CDS chr1 99715586 99715672 ENST00000646001 protein_coding 2 NA 12 FRRS1 ENSG00000156869 +CDS chr1 99715586 99715672 ENST00000287474 protein_coding 9 2 12 FRRS1 ENSG00000156869 +CDS chr1 99717410 99717525 ENST00000646001 protein_coding 2 NA 11 FRRS1 ENSG00000156869 +CDS chr1 99717410 99717525 ENST00000287474 protein_coding 9 2 11 FRRS1 ENSG00000156869 +CDS chr1 99719534 99719647 ENST00000646001 protein_coding 2 NA 10 FRRS1 ENSG00000156869 +CDS chr1 99719534 99719647 ENST00000287474 protein_coding 9 2 10 FRRS1 ENSG00000156869 +CDS chr1 99728493 99728640 ENST00000646001 protein_coding 2 NA 9 FRRS1 ENSG00000156869 +CDS chr1 99728493 99728640 ENST00000287474 protein_coding 9 2 9 FRRS1 ENSG00000156869 +CDS chr1 99729650 99729748 ENST00000646001 protein_coding 2 NA 8 FRRS1 ENSG00000156869 +CDS chr1 99729650 99729748 ENST00000287474 protein_coding 9 2 8 FRRS1 ENSG00000156869 +CDS chr1 99738086 99738268 ENST00000646001 protein_coding 2 NA 7 FRRS1 ENSG00000156869 +CDS chr1 99738086 99738268 ENST00000287474 protein_coding 9 2 7 FRRS1 ENSG00000156869 +CDS chr1 99740793 99740940 ENST00000646001 protein_coding 2 NA 6 FRRS1 ENSG00000156869 +CDS chr1 99740793 99740940 ENST00000287474 protein_coding 9 2 6 FRRS1 ENSG00000156869 +CDS chr1 99742179 99742273 ENST00000646001 protein_coding 2 NA 5 FRRS1 ENSG00000156869 +CDS chr1 99742179 99742273 ENST00000287474 protein_coding 9 2 5 FRRS1 ENSG00000156869 +CDS chr1 99747294 99747430 ENST00000646001 protein_coding 2 NA 4 FRRS1 ENSG00000156869 +CDS chr1 99747294 99747430 ENST00000287474 protein_coding 9 2 4 FRRS1 ENSG00000156869 +CDS chr1 99748573 99748768 ENST00000646001 protein_coding 2 NA 3 FRRS1 ENSG00000156869 +CDS chr1 99748573 99748768 ENST00000287474 protein_coding 9 2 3 FRRS1 ENSG00000156869 +transcript chr1 99850361 99924020 ENST00000361915 protein_coding 8 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000370165 protein_coding 7 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000370163 protein_coding 7 1 NA AGL ENSG00000162688 +transcript chr1 99850489 99924020 ENST00000294724 protein_coding 8 1 NA AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000361915 protein_coding 8 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000370165 protein_coding 7 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000370163 protein_coding 7 1 2 AGL ENSG00000162688 +CDS chr1 99851043 99851124 ENST00000294724 protein_coding 8 1 2 AGL ENSG00000162688 +transcript chr1 99852670 99924023 ENST00000370161 protein_coding 6 5 NA AGL ENSG00000162688 +CDS chr1 99852670 99852703 ENST00000370161 protein_coding 6 5 1 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000361915 protein_coding 8 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370165 protein_coding 7 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370163 protein_coding 7 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000294724 protein_coding 8 1 3 AGL ENSG00000162688 +CDS chr1 99861503 99861713 ENST00000370161 protein_coding 6 5 2 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000361915 protein_coding 8 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370165 protein_coding 7 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370163 protein_coding 7 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000294724 protein_coding 8 1 4 AGL ENSG00000162688 +CDS chr1 99862257 99862423 ENST00000370161 protein_coding 6 5 3 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000361915 protein_coding 8 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370165 protein_coding 7 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370163 protein_coding 7 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000294724 protein_coding 8 1 5 AGL ENSG00000162688 +CDS chr1 99864386 99864589 ENST00000370161 protein_coding 6 5 4 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000361915 protein_coding 8 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370165 protein_coding 7 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370163 protein_coding 7 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000294724 protein_coding 8 1 6 AGL ENSG00000162688 +CDS chr1 99870400 99870581 ENST00000370161 protein_coding 6 5 5 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000361915 protein_coding 8 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370165 protein_coding 7 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370163 protein_coding 7 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000294724 protein_coding 8 1 7 AGL ENSG00000162688 +CDS chr1 99870758 99870869 ENST00000370161 protein_coding 6 5 6 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000361915 protein_coding 8 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370165 protein_coding 7 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370163 protein_coding 7 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000294724 protein_coding 8 1 8 AGL ENSG00000162688 +CDS chr1 99874687 99874810 ENST00000370161 protein_coding 6 5 7 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000361915 protein_coding 8 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370165 protein_coding 7 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370163 protein_coding 7 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000294724 protein_coding 8 1 9 AGL ENSG00000162688 +CDS chr1 99875154 99875256 ENST00000370161 protein_coding 6 5 8 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000361915 protein_coding 8 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370165 protein_coding 7 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370163 protein_coding 7 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000294724 protein_coding 8 1 10 AGL ENSG00000162688 +CDS chr1 99875358 99875455 ENST00000370161 protein_coding 6 5 9 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000361915 protein_coding 8 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370165 protein_coding 7 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370163 protein_coding 7 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000294724 protein_coding 8 1 11 AGL ENSG00000162688 +CDS chr1 99876458 99876597 ENST00000370161 protein_coding 6 5 10 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000361915 protein_coding 8 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370165 protein_coding 7 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370163 protein_coding 7 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000294724 protein_coding 8 1 12 AGL ENSG00000162688 +CDS chr1 99877641 99877828 ENST00000370161 protein_coding 6 5 11 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000361915 protein_coding 8 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370165 protein_coding 7 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370163 protein_coding 7 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000294724 protein_coding 8 1 13 AGL ENSG00000162688 +CDS chr1 99879923 99880046 ENST00000370161 protein_coding 6 5 12 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000361915 protein_coding 8 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370165 protein_coding 7 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370163 protein_coding 7 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000294724 protein_coding 8 1 14 AGL ENSG00000162688 +CDS chr1 99880632 99880795 ENST00000370161 protein_coding 6 5 13 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000361915 protein_coding 8 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370165 protein_coding 7 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370163 protein_coding 7 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000294724 protein_coding 8 1 15 AGL ENSG00000162688 +CDS chr1 99881076 99881177 ENST00000370161 protein_coding 6 5 14 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000361915 protein_coding 8 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370165 protein_coding 7 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370163 protein_coding 7 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000294724 protein_coding 8 1 16 AGL ENSG00000162688 +CDS chr1 99881292 99881447 ENST00000370161 protein_coding 6 5 15 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000361915 protein_coding 8 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370165 protein_coding 7 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370163 protein_coding 7 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000294724 protein_coding 8 1 17 AGL ENSG00000162688 +CDS chr1 99881541 99881691 ENST00000370161 protein_coding 6 5 16 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000361915 protein_coding 8 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370165 protein_coding 7 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370163 protein_coding 7 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000294724 protein_coding 8 1 18 AGL ENSG00000162688 +CDS chr1 99884120 99884244 ENST00000370161 protein_coding 6 5 17 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000361915 protein_coding 8 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370165 protein_coding 7 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370163 protein_coding 7 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000294724 protein_coding 8 1 19 AGL ENSG00000162688 +CDS chr1 99884339 99884451 ENST00000370161 protein_coding 6 5 18 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000361915 protein_coding 8 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370165 protein_coding 7 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370163 protein_coding 7 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000294724 protein_coding 8 1 20 AGL ENSG00000162688 +CDS chr1 99884569 99884703 ENST00000370161 protein_coding 6 5 19 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000361915 protein_coding 8 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370165 protein_coding 7 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370163 protein_coding 7 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000294724 protein_coding 8 1 21 AGL ENSG00000162688 +CDS chr1 99887978 99888108 ENST00000370161 protein_coding 6 5 20 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000361915 protein_coding 8 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370165 protein_coding 7 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370163 protein_coding 7 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000294724 protein_coding 8 1 22 AGL ENSG00000162688 +CDS chr1 99891220 99891356 ENST00000370161 protein_coding 6 5 21 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000361915 protein_coding 8 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370165 protein_coding 7 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370163 protein_coding 7 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000294724 protein_coding 8 1 23 AGL ENSG00000162688 +CDS chr1 99891606 99891739 ENST00000370161 protein_coding 6 5 22 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000361915 protein_coding 8 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370165 protein_coding 7 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370163 protein_coding 7 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000294724 protein_coding 8 1 24 AGL ENSG00000162688 +CDS chr1 99892432 99892607 ENST00000370161 protein_coding 6 5 23 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000361915 protein_coding 8 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370165 protein_coding 7 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370163 protein_coding 7 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000294724 protein_coding 8 1 25 AGL ENSG00000162688 +CDS chr1 99896286 99896388 ENST00000370161 protein_coding 6 5 24 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000361915 protein_coding 8 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370165 protein_coding 7 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370163 protein_coding 7 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000294724 protein_coding 8 1 26 AGL ENSG00000162688 +CDS chr1 99900636 99900861 ENST00000370161 protein_coding 6 5 25 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000361915 protein_coding 8 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370165 protein_coding 7 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370163 protein_coding 7 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000294724 protein_coding 8 1 27 AGL ENSG00000162688 +CDS chr1 99902683 99902794 ENST00000370161 protein_coding 6 5 26 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000361915 protein_coding 8 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370165 protein_coding 7 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370163 protein_coding 7 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000294724 protein_coding 8 1 28 AGL ENSG00000162688 +CDS chr1 99910712 99910847 ENST00000370161 protein_coding 6 5 27 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000361915 protein_coding 8 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370165 protein_coding 7 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370163 protein_coding 7 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000294724 protein_coding 8 1 29 AGL ENSG00000162688 +CDS chr1 99912405 99912517 ENST00000370161 protein_coding 6 5 28 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000361915 protein_coding 8 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370165 protein_coding 7 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370163 protein_coding 7 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000294724 protein_coding 8 1 30 AGL ENSG00000162688 +CDS chr1 99913527 99913738 ENST00000370161 protein_coding 6 5 29 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000361915 protein_coding 8 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370165 protein_coding 7 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370163 protein_coding 7 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000294724 protein_coding 8 1 31 AGL ENSG00000162688 +CDS chr1 99915389 99915486 ENST00000370161 protein_coding 6 5 30 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000361915 protein_coding 8 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370165 protein_coding 7 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370163 protein_coding 7 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000294724 protein_coding 8 1 32 AGL ENSG00000162688 +CDS chr1 99916410 99916497 ENST00000370161 protein_coding 6 5 31 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000361915 protein_coding 8 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370165 protein_coding 7 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370163 protein_coding 7 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000294724 protein_coding 8 1 33 AGL ENSG00000162688 +CDS chr1 99916598 99916731 ENST00000370161 protein_coding 6 5 32 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000361915 protein_coding 8 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370165 protein_coding 7 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370163 protein_coding 7 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000294724 protein_coding 8 1 34 AGL ENSG00000162688 +CDS chr1 99921534 99921648 ENST00000370161 protein_coding 6 5 33 AGL ENSG00000162688 +transcript chr1 99969351 100027722 ENST00000638371 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99969979 100023259 ENST00000427993 protein_coding 7 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99969996 100035634 ENST00000533028 protein_coding 8 1 NA SLC35A3 ENSG00000117620 +transcript chr1 99970005 100022611 ENST00000639221 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970006 100024014 ENST00000638336 protein_coding 1 1 NA SLC35A3 ENSG00000117620 +transcript chr1 99970006 100026472 ENST00000639807 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970011 100082698 ENST00000638792 protein_coding 1 5 NA NA ENSG00000283761 +transcript chr1 99970013 100023453 ENST00000640715 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970013 100026888 ENST00000465289 protein_coding 6 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970018 100082494 ENST00000639037 protein_coding 1 5 NA NA ENSG00000283761 +transcript chr1 99970020 100017881 ENST00000639994 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970024 100015697 ENST00000638988 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970030 100023247 ENST00000640732 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970033 100026851 ENST00000640600 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970036 100026636 ENST00000638338 protein_coding 1 5 NA SLC35A3 ENSG00000117620 +transcript chr1 99970436 100026979 ENST00000370153 protein_coding 6 5 NA SLC35A3 ENSG00000117620 +CDS chr1 99970537 99970644 ENST00000370153 protein_coding 6 5 1 SLC35A3 ENSG00000117620 +CDS chr1 99993537 99993741 ENST00000370153 protein_coding 6 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638792 protein_coding 1 5 2 NA ENSG00000283761 +CDS chr1 99993555 99993741 ENST00000639037 protein_coding 1 5 2 NA ENSG00000283761 +CDS chr1 99993555 99993741 ENST00000638371 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000533028 protein_coding 8 1 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000427993 protein_coding 7 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639221 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638336 protein_coding 1 1 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639807 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640715 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000465289 protein_coding 6 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000639994 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638988 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640732 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000640600 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99993555 99993741 ENST00000638338 protein_coding 1 5 2 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638792 protein_coding 1 5 3 NA ENSG00000283761 +CDS chr1 99999261 99999415 ENST00000639037 protein_coding 1 5 3 NA ENSG00000283761 +CDS chr1 99999261 99999415 ENST00000638371 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000533028 protein_coding 8 1 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000427993 protein_coding 7 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639221 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638336 protein_coding 1 1 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639807 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640715 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000465289 protein_coding 6 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000639994 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638988 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640732 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000640600 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000638338 protein_coding 1 5 3 SLC35A3 ENSG00000117620 +CDS chr1 99999261 99999415 ENST00000370153 protein_coding 6 5 3 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638792 protein_coding 1 5 4 NA ENSG00000283761 +CDS chr1 100007034 100007156 ENST00000639037 protein_coding 1 5 4 NA ENSG00000283761 +CDS chr1 100007034 100007156 ENST00000638371 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000533028 protein_coding 8 1 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000427993 protein_coding 7 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638336 protein_coding 1 1 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000640715 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000465289 protein_coding 6 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000639994 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638988 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000640600 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000638338 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100007034 100007156 ENST00000370153 protein_coding 6 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638792 protein_coding 1 5 5 NA ENSG00000283761 +CDS chr1 100011365 100011533 ENST00000639037 protein_coding 1 5 5 NA ENSG00000283761 +CDS chr1 100011365 100011533 ENST00000638371 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000533028 protein_coding 8 1 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000427993 protein_coding 7 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639221 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638336 protein_coding 1 1 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639807 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640715 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000465289 protein_coding 6 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000639994 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638988 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640732 protein_coding 1 5 4 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000640600 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000638338 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100011365 100011533 ENST00000370153 protein_coding 6 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000638792 protein_coding 1 5 6 NA ENSG00000283761 +CDS chr1 100015302 100015420 ENST00000639037 protein_coding 1 5 6 NA ENSG00000283761 +CDS chr1 100015302 100015420 ENST00000638371 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000533028 protein_coding 8 1 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000427993 protein_coding 7 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639221 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639807 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640715 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000465289 protein_coding 6 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000639994 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015438 ENST00000638988 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640732 protein_coding 1 5 5 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000640600 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000638338 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100015302 100015420 ENST00000370153 protein_coding 6 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000638371 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000533028 protein_coding 8 1 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000427993 protein_coding 7 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000639807 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000465289 protein_coding 6 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017816 ENST00000639994 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000640732 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000640600 protein_coding 1 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100017682 100017815 ENST00000370153 protein_coding 6 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000533028 protein_coding 8 1 8 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000427993 protein_coding 7 5 9 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022439 ENST00000639221 protein_coding 1 5 6 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022411 ENST00000638336 protein_coding 1 1 6 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022439 ENST00000640715 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000465289 protein_coding 6 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000640732 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100022386 100022473 ENST00000370153 protein_coding 6 5 8 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024741 ENST00000639807 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024741 ENST00000640600 protein_coding 1 5 9 SLC35A3 ENSG00000117620 +CDS chr1 100024645 100024836 ENST00000638338 protein_coding 1 5 7 SLC35A3 ENSG00000117620 +CDS chr1 100027142 100027208 ENST00000638371 protein_coding 1 5 8 SLC35A3 ENSG00000117620 +transcript chr1 100038095 100083377 ENST00000370152 protein_coding 8 1 NA MFSD14A ENSG00000156875 +CDS chr1 100038233 100038316 ENST00000370152 protein_coding 8 1 1 MFSD14A ENSG00000156875 +CDS chr1 100049909 100050004 ENST00000638792 protein_coding 1 5 7 NA ENSG00000283761 +CDS chr1 100049909 100050004 ENST00000639037 protein_coding 1 5 7 NA ENSG00000283761 +CDS chr1 100049909 100050004 ENST00000370152 protein_coding 8 1 2 MFSD14A ENSG00000156875 +CDS chr1 100058666 100058728 ENST00000638792 protein_coding 1 5 8 NA ENSG00000283761 +CDS chr1 100058666 100058728 ENST00000639037 protein_coding 1 5 8 NA ENSG00000283761 +CDS chr1 100058666 100058728 ENST00000370152 protein_coding 8 1 3 MFSD14A ENSG00000156875 +CDS chr1 100059878 100060005 ENST00000638792 protein_coding 1 5 9 NA ENSG00000283761 +CDS chr1 100059878 100060005 ENST00000639037 protein_coding 1 5 9 NA ENSG00000283761 +CDS chr1 100059878 100060005 ENST00000370152 protein_coding 8 1 4 MFSD14A ENSG00000156875 +CDS chr1 100061835 100061949 ENST00000638792 protein_coding 1 5 10 NA ENSG00000283761 +CDS chr1 100061835 100061949 ENST00000639037 protein_coding 1 5 10 NA ENSG00000283761 +CDS chr1 100061835 100061949 ENST00000370152 protein_coding 8 1 5 MFSD14A ENSG00000156875 +CDS chr1 100067977 100068195 ENST00000638792 protein_coding 1 5 11 NA ENSG00000283761 +CDS chr1 100067977 100068195 ENST00000639037 protein_coding 1 5 11 NA ENSG00000283761 +CDS chr1 100067977 100068195 ENST00000370152 protein_coding 8 1 6 MFSD14A ENSG00000156875 +CDS chr1 100068473 100068586 ENST00000638792 protein_coding 1 5 12 NA ENSG00000283761 +CDS chr1 100068473 100068586 ENST00000639037 protein_coding 1 5 12 NA ENSG00000283761 +CDS chr1 100068473 100068586 ENST00000370152 protein_coding 8 1 7 MFSD14A ENSG00000156875 +CDS chr1 100069614 100069685 ENST00000639037 protein_coding 1 5 13 NA ENSG00000283761 +CDS chr1 100069614 100069685 ENST00000370152 protein_coding 8 1 8 MFSD14A ENSG00000156875 +CDS chr1 100077165 100077277 ENST00000638792 protein_coding 1 5 13 NA ENSG00000283761 +CDS chr1 100077165 100077277 ENST00000639037 protein_coding 1 5 14 NA ENSG00000283761 +CDS chr1 100077165 100077277 ENST00000370152 protein_coding 8 1 9 MFSD14A ENSG00000156875 +CDS chr1 100078451 100078548 ENST00000638792 protein_coding 1 5 14 NA ENSG00000283761 +CDS chr1 100078451 100078548 ENST00000639037 protein_coding 1 5 15 NA ENSG00000283761 +CDS chr1 100078451 100078548 ENST00000370152 protein_coding 8 1 10 MFSD14A ENSG00000156875 +CDS chr1 100080496 100080659 ENST00000638792 protein_coding 1 5 15 NA ENSG00000283761 +CDS chr1 100080496 100080659 ENST00000639037 protein_coding 1 5 16 NA ENSG00000283761 +CDS chr1 100080496 100080659 ENST00000370152 protein_coding 8 1 11 MFSD14A ENSG00000156875 +CDS chr1 100082003 100082206 ENST00000638792 protein_coding 1 5 16 NA ENSG00000283761 +CDS chr1 100082003 100082206 ENST00000639037 protein_coding 1 5 17 NA ENSG00000283761 +CDS chr1 100082003 100082206 ENST00000370152 protein_coding 8 1 12 MFSD14A ENSG00000156875 +transcript chr1 100083570 100132930 ENST00000287482 protein_coding 6 1 NA SASS6 ENSG00000156876 +CDS chr1 100085331 100085434 ENST00000287482 protein_coding 6 1 17 SASS6 ENSG00000156876 +CDS chr1 100085536 100085630 ENST00000287482 protein_coding 6 1 16 SASS6 ENSG00000156876 +CDS chr1 100088139 100088236 ENST00000287482 protein_coding 6 1 15 SASS6 ENSG00000156876 +CDS chr1 100102955 100103083 ENST00000287482 protein_coding 6 1 14 SASS6 ENSG00000156876 +CDS chr1 100105767 100105903 ENST00000287482 protein_coding 6 1 13 SASS6 ENSG00000156876 +CDS chr1 100106912 100106993 ENST00000287482 protein_coding 6 1 12 SASS6 ENSG00000156876 +CDS chr1 100107374 100107553 ENST00000287482 protein_coding 6 1 11 SASS6 ENSG00000156876 +CDS chr1 100107628 100107717 ENST00000287482 protein_coding 6 1 10 SASS6 ENSG00000156876 +CDS chr1 100107810 100108004 ENST00000287482 protein_coding 6 1 9 SASS6 ENSG00000156876 +CDS chr1 100110292 100110483 ENST00000287482 protein_coding 6 1 8 SASS6 ENSG00000156876 +CDS chr1 100119018 100119137 ENST00000287482 protein_coding 6 1 7 SASS6 ENSG00000156876 +CDS chr1 100120394 100120459 ENST00000287482 protein_coding 6 1 6 SASS6 ENSG00000156876 +CDS chr1 100121378 100121549 ENST00000287482 protein_coding 6 1 5 SASS6 ENSG00000156876 +CDS chr1 100122380 100122484 ENST00000287482 protein_coding 6 1 4 SASS6 ENSG00000156876 +CDS chr1 100123210 100123289 ENST00000287482 protein_coding 6 1 3 SASS6 ENSG00000156876 +CDS chr1 100125882 100125942 ENST00000287482 protein_coding 6 1 2 SASS6 ENSG00000156876 +CDS chr1 100132750 100132814 ENST00000287482 protein_coding 6 1 1 SASS6 ENSG00000156876 +transcript chr1 100133150 100140540 ENST00000370143 protein_coding 5 3 NA TRMT13 ENSG00000122435 +transcript chr1 100133163 100150496 ENST00000370141 protein_coding 8 1 NA TRMT13 ENSG00000122435 +CDS chr1 100133169 100133315 ENST00000370143 protein_coding 5 3 1 TRMT13 ENSG00000122435 +CDS chr1 100133169 100133315 ENST00000370141 protein_coding 8 1 1 TRMT13 ENSG00000122435 +transcript chr1 100133215 100140812 ENST00000370139 protein_coding 1 3 NA TRMT13 ENSG00000122435 +CDS chr1 100133262 100133315 ENST00000370139 protein_coding 1 3 1 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370143 protein_coding 5 3 2 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370141 protein_coding 8 1 2 TRMT13 ENSG00000122435 +CDS chr1 100136882 100136928 ENST00000370139 protein_coding 1 3 2 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370143 protein_coding 5 3 3 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370141 protein_coding 8 1 3 TRMT13 ENSG00000122435 +CDS chr1 100137019 100137085 ENST00000370139 protein_coding 1 3 3 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370143 protein_coding 5 3 4 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370141 protein_coding 8 1 4 TRMT13 ENSG00000122435 +CDS chr1 100139649 100139711 ENST00000370139 protein_coding 1 3 4 TRMT13 ENSG00000122435 +CDS chr1 100140182 100140251 ENST00000370141 protein_coding 8 1 5 TRMT13 ENSG00000122435 +CDS chr1 100140182 100140251 ENST00000370139 protein_coding 1 3 5 TRMT13 ENSG00000122435 +CDS chr1 100140408 100140410 ENST00000370143 protein_coding 5 3 5 TRMT13 ENSG00000122435 +CDS chr1 100140408 100140514 ENST00000370141 protein_coding 8 1 6 TRMT13 ENSG00000122435 +CDS chr1 100140450 100140538 ENST00000370139 protein_coding 1 3 6 TRMT13 ENSG00000122435 +CDS chr1 100140852 100141019 ENST00000370141 protein_coding 8 1 7 TRMT13 ENSG00000122435 +CDS chr1 100143137 100143209 ENST00000370141 protein_coding 8 1 8 TRMT13 ENSG00000122435 +CDS chr1 100144069 100144143 ENST00000370141 protein_coding 8 1 9 TRMT13 ENSG00000122435 +CDS chr1 100147894 100148326 ENST00000370141 protein_coding 8 1 10 TRMT13 ENSG00000122435 +transcript chr1 100148448 100178256 ENST00000370137 protein_coding 6 1 NA LRRC39 ENSG00000122477 +transcript chr1 100148449 100178273 ENST00000342895 protein_coding 7 5 NA LRRC39 ENSG00000122477 +transcript chr1 100148449 100178273 ENST00000620882 protein_coding 4 5 NA LRRC39 ENSG00000122477 +CDS chr1 100148625 100148817 ENST00000370141 protein_coding 8 1 11 TRMT13 ENSG00000122435 +transcript chr1 100148853 100178215 ENST00000370138 protein_coding 1 5 NA LRRC39 ENSG00000122477 +CDS chr1 100149045 100149097 ENST00000370137 protein_coding 6 1 10 LRRC39 ENSG00000122477 +CDS chr1 100149045 100149097 ENST00000342895 protein_coding 7 5 9 LRRC39 ENSG00000122477 +CDS chr1 100149371 100149435 ENST00000620882 protein_coding 4 5 9 LRRC39 ENSG00000122477 +CDS chr1 100149371 100149435 ENST00000370138 protein_coding 1 5 10 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000370137 protein_coding 6 1 9 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000342895 protein_coding 7 5 8 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000620882 protein_coding 4 5 8 LRRC39 ENSG00000122477 +CDS chr1 100152385 100152524 ENST00000370138 protein_coding 1 5 9 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000370137 protein_coding 6 1 8 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000342895 protein_coding 7 5 7 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000620882 protein_coding 4 5 7 LRRC39 ENSG00000122477 +CDS chr1 100155051 100155203 ENST00000370138 protein_coding 1 5 8 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000370137 protein_coding 6 1 7 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000342895 protein_coding 7 5 6 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000620882 protein_coding 4 5 6 LRRC39 ENSG00000122477 +CDS chr1 100156172 100156317 ENST00000370138 protein_coding 1 5 7 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000370137 protein_coding 6 1 6 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000342895 protein_coding 7 5 5 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000620882 protein_coding 4 5 5 LRRC39 ENSG00000122477 +CDS chr1 100158231 100158367 ENST00000370138 protein_coding 1 5 6 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000370137 protein_coding 6 1 5 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000342895 protein_coding 7 5 4 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000620882 protein_coding 4 5 4 LRRC39 ENSG00000122477 +CDS chr1 100159259 100159415 ENST00000370138 protein_coding 1 5 5 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000370137 protein_coding 6 1 4 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000342895 protein_coding 7 5 3 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000620882 protein_coding 4 5 3 LRRC39 ENSG00000122477 +CDS chr1 100160466 100160571 ENST00000370138 protein_coding 1 5 4 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000370137 protein_coding 6 1 3 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000342895 protein_coding 7 5 2 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000620882 protein_coding 4 5 2 LRRC39 ENSG00000122477 +CDS chr1 100168404 100168516 ENST00000370138 protein_coding 1 5 3 LRRC39 ENSG00000122477 +transcript chr1 100186919 100249834 ENST00000370132 protein_coding 8 1 NA DBT ENSG00000137992 +transcript chr1 100195670 100249823 ENST00000681617 protein_coding 1 NA NA DBT ENSG00000137992 +transcript chr1 100195971 100249833 ENST00000681780 protein_coding 1 NA NA DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000370132 protein_coding 8 1 11 DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000681617 protein_coding 1 NA 12 DBT ENSG00000137992 +CDS chr1 100196258 100196422 ENST00000681780 protein_coding 1 NA 12 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000370132 protein_coding 8 1 10 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000681617 protein_coding 1 NA 11 DBT ENSG00000137992 +CDS chr1 100206230 100206301 ENST00000681780 protein_coding 1 NA 11 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000370132 protein_coding 8 1 9 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000681617 protein_coding 1 NA 10 DBT ENSG00000137992 +CDS chr1 100206445 100206636 ENST00000681780 protein_coding 1 NA 10 DBT ENSG00000137992 +transcript chr1 100210543 100249820 ENST00000370131 protein_coding 3 1 NA DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000370132 protein_coding 8 1 8 DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000681617 protein_coding 1 NA 9 DBT ENSG00000137992 +CDS chr1 100210694 100210771 ENST00000681780 protein_coding 1 NA 9 DBT ENSG00000137992 +CDS chr1 100211104 100211124 ENST00000370131 protein_coding 3 1 8 DBT ENSG00000137992 +CDS chr1 100213499 100213624 ENST00000681617 protein_coding 1 NA 8 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000370132 protein_coding 8 1 7 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000681617 protein_coding 1 NA 7 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000681780 protein_coding 1 NA 8 DBT ENSG00000137992 +CDS chr1 100214817 100214983 ENST00000370131 protein_coding 3 1 7 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000370132 protein_coding 8 1 6 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000681617 protein_coding 1 NA 6 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000681780 protein_coding 1 NA 7 DBT ENSG00000137992 +CDS chr1 100215983 100216199 ENST00000370131 protein_coding 3 1 6 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000370132 protein_coding 8 1 5 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000681617 protein_coding 1 NA 5 DBT ENSG00000137992 +CDS chr1 100218626 100218637 ENST00000681780 protein_coding 1 NA 6 DBT ENSG00000137992 +CDS chr1 100218626 100218747 ENST00000370131 protein_coding 3 1 5 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000370132 protein_coding 8 1 4 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000681617 protein_coding 1 NA 4 DBT ENSG00000137992 +CDS chr1 100230733 100230914 ENST00000370131 protein_coding 3 1 4 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000370132 protein_coding 8 1 3 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000681617 protein_coding 1 NA 3 DBT ENSG00000137992 +CDS chr1 100235436 100235511 ENST00000370131 protein_coding 3 1 3 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000370132 protein_coding 8 1 2 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000681617 protein_coding 1 NA 2 DBT ENSG00000137992 +CDS chr1 100240761 100240884 ENST00000370131 protein_coding 3 1 2 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000370132 protein_coding 8 1 1 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000681617 protein_coding 1 NA 1 DBT ENSG00000137992 +CDS chr1 100249770 100249820 ENST00000370131 protein_coding 3 1 1 DBT ENSG00000137992 +transcript chr1 100266216 100292769 ENST00000370128 protein_coding 9 1 NA RTCA ENSG00000137996 +transcript chr1 100266249 100291771 ENST00000260563 protein_coding 4 1 NA RTCA ENSG00000137996 +transcript chr1 100266289 100266929 ENST00000370126 protein_coding 1 1 NA RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000370128 protein_coding 9 1 1 RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000260563 protein_coding 4 1 1 RTCA ENSG00000137996 +CDS chr1 100266376 100266420 ENST00000370126 protein_coding 1 1 1 RTCA ENSG00000137996 +CDS chr1 100266524 100266624 ENST00000370128 protein_coding 9 1 2 RTCA ENSG00000137996 +CDS chr1 100266524 100266624 ENST00000260563 protein_coding 4 1 2 RTCA ENSG00000137996 +CDS chr1 100266524 100266625 ENST00000370126 protein_coding 1 1 2 RTCA ENSG00000137996 +CDS chr1 100267500 100267538 ENST00000260563 protein_coding 4 1 3 RTCA ENSG00000137996 +CDS chr1 100268152 100268295 ENST00000370128 protein_coding 9 1 3 RTCA ENSG00000137996 +CDS chr1 100268152 100268295 ENST00000260563 protein_coding 4 1 4 RTCA ENSG00000137996 +CDS chr1 100270557 100270680 ENST00000370128 protein_coding 9 1 4 RTCA ENSG00000137996 +CDS chr1 100270557 100270680 ENST00000260563 protein_coding 4 1 5 RTCA ENSG00000137996 +CDS chr1 100273394 100273452 ENST00000370128 protein_coding 9 1 5 RTCA ENSG00000137996 +CDS chr1 100273394 100273452 ENST00000260563 protein_coding 4 1 6 RTCA ENSG00000137996 +CDS chr1 100274824 100274965 ENST00000370128 protein_coding 9 1 6 RTCA ENSG00000137996 +CDS chr1 100274824 100274965 ENST00000260563 protein_coding 4 1 7 RTCA ENSG00000137996 +CDS chr1 100275599 100275723 ENST00000370128 protein_coding 9 1 7 RTCA ENSG00000137996 +CDS chr1 100275599 100275723 ENST00000260563 protein_coding 4 1 8 RTCA ENSG00000137996 +CDS chr1 100277258 100277316 ENST00000370128 protein_coding 9 1 8 RTCA ENSG00000137996 +CDS chr1 100277258 100277316 ENST00000260563 protein_coding 4 1 9 RTCA ENSG00000137996 +CDS chr1 100285228 100285322 ENST00000370128 protein_coding 9 1 9 RTCA ENSG00000137996 +CDS chr1 100285228 100285322 ENST00000260563 protein_coding 4 1 10 RTCA ENSG00000137996 +CDS chr1 100287099 100287203 ENST00000370128 protein_coding 9 1 10 RTCA ENSG00000137996 +CDS chr1 100287099 100287203 ENST00000260563 protein_coding 4 1 11 RTCA ENSG00000137996 +CDS chr1 100291403 100291501 ENST00000370128 protein_coding 9 1 11 RTCA ENSG00000137996 +CDS chr1 100291403 100291501 ENST00000260563 protein_coding 4 1 12 RTCA ENSG00000137996 +transcript chr1 100345022 100499453 ENST00000635056 protein_coding 2 2 NA CDC14A ENSG00000079335 +transcript chr1 100345038 100518253 ENST00000647005 protein_coding 1 NA NA CDC14A ENSG00000079335 +transcript chr1 100351698 100499460 ENST00000644676 protein_coding 1 NA NA CDC14A ENSG00000079335 +CDS chr1 100351757 100351808 ENST00000644676 protein_coding 1 NA 1 CDC14A ENSG00000079335 +transcript chr1 100352467 100499465 ENST00000361544 protein_coding 11 1 NA CDC14A ENSG00000079335 +transcript chr1 100352502 100484734 ENST00000370124 protein_coding 8 1 NA CDC14A ENSG00000079335 +transcript chr1 100352506 100520277 ENST00000336454 protein_coding 5 1 NA CDC14A ENSG00000079335 +transcript chr1 100352949 100518293 ENST00000644813 protein_coding 1 NA NA CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000361544 protein_coding 11 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000336454 protein_coding 5 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000370124 protein_coding 8 1 1 CDC14A ENSG00000079335 +CDS chr1 100352955 100353003 ENST00000644813 protein_coding 1 NA 1 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000644676 protein_coding 1 NA 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000361544 protein_coding 11 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000336454 protein_coding 5 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000370124 protein_coding 8 1 2 CDC14A ENSG00000079335 +CDS chr1 100353762 100353852 ENST00000644813 protein_coding 1 NA 2 CDC14A ENSG00000079335 +transcript chr1 100363118 100455484 ENST00000455467 protein_coding 6 3 NA CDC14A ENSG00000079335 +CDS chr1 100363122 100363225 ENST00000455467 protein_coding 6 3 1 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000644676 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000361544 protein_coding 11 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000336454 protein_coding 5 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000370124 protein_coding 8 1 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000644813 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100377546 100377621 ENST00000455467 protein_coding 6 3 2 CDC14A ENSG00000079335 +CDS chr1 100377580 100377621 ENST00000635056 protein_coding 2 2 3 CDC14A ENSG00000079335 +CDS chr1 100377580 100377621 ENST00000647005 protein_coding 1 NA 3 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000635056 protein_coding 2 2 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000647005 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000644676 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000361544 protein_coding 11 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000336454 protein_coding 5 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000370124 protein_coding 8 1 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000644813 protein_coding 1 NA 4 CDC14A ENSG00000079335 +CDS chr1 100390732 100390824 ENST00000455467 protein_coding 6 3 3 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000635056 protein_coding 2 2 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000647005 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000644676 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000361544 protein_coding 11 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000336454 protein_coding 5 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000370124 protein_coding 8 1 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000644813 protein_coding 1 NA 5 CDC14A ENSG00000079335 +CDS chr1 100424222 100424301 ENST00000455467 protein_coding 6 3 4 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000635056 protein_coding 2 2 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000647005 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000644676 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000361544 protein_coding 11 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000336454 protein_coding 5 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000370124 protein_coding 8 1 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000644813 protein_coding 1 NA 6 CDC14A ENSG00000079335 +CDS chr1 100439932 100439998 ENST00000455467 protein_coding 6 3 5 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000635056 protein_coding 2 2 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000647005 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000644676 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000361544 protein_coding 11 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000336454 protein_coding 5 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000370124 protein_coding 8 1 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000644813 protein_coding 1 NA 7 CDC14A ENSG00000079335 +CDS chr1 100442934 100442996 ENST00000455467 protein_coding 6 3 6 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000635056 protein_coding 2 2 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000647005 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000644676 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000361544 protein_coding 11 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000336454 protein_coding 5 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000370124 protein_coding 8 1 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455492 ENST00000644813 protein_coding 1 NA 8 CDC14A ENSG00000079335 +CDS chr1 100455405 100455484 ENST00000455467 protein_coding 6 3 7 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000635056 protein_coding 2 2 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000647005 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000644676 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000361544 protein_coding 11 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000336454 protein_coding 5 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000370124 protein_coding 8 1 9 CDC14A ENSG00000079335 +CDS chr1 100462651 100462881 ENST00000644813 protein_coding 1 NA 9 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000635056 protein_coding 2 2 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000647005 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000644676 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000361544 protein_coding 11 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000336454 protein_coding 5 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000370124 protein_coding 8 1 10 CDC14A ENSG00000079335 +CDS chr1 100467956 100468094 ENST00000644813 protein_coding 1 NA 10 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000635056 protein_coding 2 2 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000647005 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000644676 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000361544 protein_coding 11 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000336454 protein_coding 5 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484463 ENST00000370124 protein_coding 8 1 11 CDC14A ENSG00000079335 +CDS chr1 100484292 100484451 ENST00000644813 protein_coding 1 NA 11 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000635056 protein_coding 2 2 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000647005 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000644676 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000361544 protein_coding 11 1 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000336454 protein_coding 5 1 12 CDC14A ENSG00000079335 +CDS chr1 100494818 100494930 ENST00000644813 protein_coding 1 NA 12 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000635056 protein_coding 2 2 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000647005 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000644676 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000361544 protein_coding 11 1 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000336454 protein_coding 5 1 13 CDC14A ENSG00000079335 +CDS chr1 100496002 100496049 ENST00000644813 protein_coding 1 NA 13 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000635056 protein_coding 2 2 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000647005 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000644676 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000361544 protein_coding 11 1 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000336454 protein_coding 5 1 14 CDC14A ENSG00000079335 +CDS chr1 100498085 100498207 ENST00000644813 protein_coding 1 NA 14 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000635056 protein_coding 2 2 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000647005 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000644676 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499376 ENST00000361544 protein_coding 11 1 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000336454 protein_coding 5 1 15 CDC14A ENSG00000079335 +CDS chr1 100498929 100499262 ENST00000644813 protein_coding 1 NA 15 CDC14A ENSG00000079335 +CDS chr1 100504814 100504888 ENST00000647005 protein_coding 1 NA 16 CDC14A ENSG00000079335 +CDS chr1 100504814 100504888 ENST00000644813 protein_coding 1 NA 16 CDC14A ENSG00000079335 +CDS chr1 100518251 100518277 ENST00000336454 protein_coding 5 1 16 CDC14A ENSG00000079335 +transcript chr1 100538139 100542021 ENST00000315033 protein_coding 5 1 NA GPR88 ENSG00000181656 +CDS chr1 100538967 100540118 ENST00000315033 protein_coding 5 1 2 GPR88 ENSG00000181656 +transcript chr1 100719742 100738613 ENST00000370119 protein_coding 8 2 NA VCAM1 ENSG00000162692 +transcript chr1 100719742 100739045 ENST00000294728 protein_coding 7 1 NA VCAM1 ENSG00000162692 +transcript chr1 100719755 100739045 ENST00000347652 protein_coding 6 1 NA VCAM1 ENSG00000162692 +transcript chr1 100719764 100739038 ENST00000370115 protein_coding 1 5 NA VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000370119 protein_coding 8 2 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000347652 protein_coding 6 1 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000294728 protein_coding 7 1 1 VCAM1 ENSG00000162692 +CDS chr1 100719861 100719924 ENST00000370115 protein_coding 1 5 1 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720565 ENST00000370119 protein_coding 8 2 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000347652 protein_coding 6 1 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000294728 protein_coding 7 1 2 VCAM1 ENSG00000162692 +CDS chr1 100720476 100720751 ENST00000370115 protein_coding 1 5 2 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000370119 protein_coding 8 2 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000347652 protein_coding 6 1 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000294728 protein_coding 7 1 3 VCAM1 ENSG00000162692 +CDS chr1 100723020 100723340 ENST00000370115 protein_coding 1 5 3 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000370119 protein_coding 8 2 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000347652 protein_coding 6 1 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000294728 protein_coding 7 1 4 VCAM1 ENSG00000162692 +CDS chr1 100724624 100724890 ENST00000370115 protein_coding 1 5 4 VCAM1 ENSG00000162692 +CDS chr1 100729107 100729382 ENST00000370119 protein_coding 8 2 5 VCAM1 ENSG00000162692 +CDS chr1 100729107 100729382 ENST00000294728 protein_coding 7 1 5 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000370119 protein_coding 8 2 6 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000347652 protein_coding 6 1 5 VCAM1 ENSG00000162692 +CDS chr1 100731198 100731518 ENST00000294728 protein_coding 7 1 6 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000370119 protein_coding 8 2 7 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000347652 protein_coding 6 1 6 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000294728 protein_coding 7 1 7 VCAM1 ENSG00000162692 +CDS chr1 100732418 100732684 ENST00000370115 protein_coding 1 5 5 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000370119 protein_coding 8 2 8 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000347652 protein_coding 6 1 7 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000294728 protein_coding 7 1 8 VCAM1 ENSG00000162692 +CDS chr1 100734502 100734768 ENST00000370115 protein_coding 1 5 6 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000370119 protein_coding 8 2 9 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000347652 protein_coding 6 1 8 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000294728 protein_coding 7 1 9 VCAM1 ENSG00000162692 +CDS chr1 100738123 100738280 ENST00000370115 protein_coding 1 5 7 VCAM1 ENSG00000162692 +transcript chr1 100872372 100895179 ENST00000535414 protein_coding 5 5 NA EXTL2 ENSG00000162694 +transcript chr1 100872387 100894812 ENST00000370113 protein_coding 7 1 NA EXTL2 ENSG00000162694 +transcript chr1 100872391 100894842 ENST00000370114 protein_coding 8 1 NA EXTL2 ENSG00000162694 +CDS chr1 100873945 100874430 ENST00000370113 protein_coding 7 1 5 EXTL2 ENSG00000162694 +CDS chr1 100873945 100874430 ENST00000370114 protein_coding 8 1 5 EXTL2 ENSG00000162694 +transcript chr1 100874160 100894664 ENST00000450240 protein_coding 2 4 NA EXTL2 ENSG00000162694 +CDS chr1 100874160 100874430 ENST00000450240 protein_coding 2 4 6 EXTL2 ENSG00000162694 +CDS chr1 100874423 100874430 ENST00000535414 protein_coding 5 5 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000370113 protein_coding 7 1 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000370114 protein_coding 8 1 4 EXTL2 ENSG00000162694 +CDS chr1 100876794 100876864 ENST00000450240 protein_coding 2 4 5 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000370113 protein_coding 7 1 3 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000370114 protein_coding 8 1 3 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000450240 protein_coding 2 4 4 EXTL2 ENSG00000162694 +CDS chr1 100877476 100877903 ENST00000535414 protein_coding 5 5 3 EXTL2 ENSG00000162694 +transcript chr1 100877519 100894811 ENST00000416479 protein_coding 1 2 NA EXTL2 ENSG00000162694 +CDS chr1 100877519 100877869 ENST00000416479 protein_coding 1 2 4 EXTL2 ENSG00000162694 +CDS chr1 100878424 100878447 ENST00000450240 protein_coding 2 4 3 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000370113 protein_coding 7 1 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000370114 protein_coding 8 1 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000450240 protein_coding 2 4 2 EXTL2 ENSG00000162694 +CDS chr1 100888753 100888757 ENST00000535414 protein_coding 5 5 2 EXTL2 ENSG00000162694 +transcript chr1 100896076 100981753 ENST00000370112 protein_coding 8 1 NA SLC30A7 ENSG00000162695 +transcript chr1 100896090 100981757 ENST00000357650 protein_coding 9 1 NA SLC30A7 ENSG00000162695 +CDS chr1 100896263 100896342 ENST00000370112 protein_coding 8 1 1 SLC30A7 ENSG00000162695 +CDS chr1 100896263 100896342 ENST00000357650 protein_coding 9 1 1 SLC30A7 ENSG00000162695 +CDS chr1 100896570 100896671 ENST00000370112 protein_coding 8 1 2 SLC30A7 ENSG00000162695 +CDS chr1 100896570 100896671 ENST00000357650 protein_coding 9 1 2 SLC30A7 ENSG00000162695 +CDS chr1 100906852 100906965 ENST00000370112 protein_coding 8 1 3 SLC30A7 ENSG00000162695 +CDS chr1 100906852 100906965 ENST00000357650 protein_coding 9 1 3 SLC30A7 ENSG00000162695 +CDS chr1 100911063 100911150 ENST00000370112 protein_coding 8 1 4 SLC30A7 ENSG00000162695 +CDS chr1 100911063 100911150 ENST00000357650 protein_coding 9 1 4 SLC30A7 ENSG00000162695 +CDS chr1 100912112 100912238 ENST00000370112 protein_coding 8 1 5 SLC30A7 ENSG00000162695 +CDS chr1 100912112 100912238 ENST00000357650 protein_coding 9 1 5 SLC30A7 ENSG00000162695 +CDS chr1 100913663 100913806 ENST00000370112 protein_coding 8 1 6 SLC30A7 ENSG00000162695 +CDS chr1 100913663 100913806 ENST00000357650 protein_coding 9 1 6 SLC30A7 ENSG00000162695 +CDS chr1 100918077 100918127 ENST00000370112 protein_coding 8 1 7 SLC30A7 ENSG00000162695 +CDS chr1 100918077 100918127 ENST00000357650 protein_coding 9 1 7 SLC30A7 ENSG00000162695 +CDS chr1 100921706 100921841 ENST00000370112 protein_coding 8 1 8 SLC30A7 ENSG00000162695 +CDS chr1 100921706 100921841 ENST00000357650 protein_coding 9 1 8 SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000370112 protein_coding 8 1 9 SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000357650 protein_coding 9 1 9 SLC30A7 ENSG00000162695 +transcript chr1 100961828 100972658 ENST00000370111 protein_coding 4 5 NA SLC30A7 ENSG00000162695 +CDS chr1 100961828 100961918 ENST00000370111 protein_coding 4 5 1 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000370112 protein_coding 8 1 10 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000357650 protein_coding 9 1 10 SLC30A7 ENSG00000162695 +CDS chr1 100965769 100965918 ENST00000370111 protein_coding 4 5 2 SLC30A7 ENSG00000162695 +CDS chr1 100972277 100972294 ENST00000370111 protein_coding 4 5 3 SLC30A7 ENSG00000162695 +CDS chr1 100974810 100974854 ENST00000370112 protein_coding 8 1 11 SLC30A7 ENSG00000162695 +CDS chr1 100974810 100974854 ENST00000357650 protein_coding 9 1 11 SLC30A7 ENSG00000162695 +transcript chr1 100989623 101025784 ENST00000370109 protein_coding 8 1 NA DPH5 ENSG00000117543 +transcript chr1 100989653 101025792 ENST00000427040 protein_coding 3 1 NA DPH5 ENSG00000117543 +transcript chr1 100990224 101025763 ENST00000342173 protein_coding 11 1 NA DPH5 ENSG00000117543 +transcript chr1 100990358 101025767 ENST00000488176 protein_coding 1 3 NA DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000370109 protein_coding 8 1 8 DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000427040 protein_coding 3 1 7 DPH5 ENSG00000117543 +CDS chr1 100990411 100990628 ENST00000342173 protein_coding 11 1 8 DPH5 ENSG00000117543 +CDS chr1 100990411 100990631 ENST00000488176 protein_coding 1 3 8 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000370109 protein_coding 8 1 7 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000427040 protein_coding 3 1 6 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000342173 protein_coding 11 1 7 DPH5 ENSG00000117543 +CDS chr1 100992637 100992740 ENST00000488176 protein_coding 1 3 7 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000370109 protein_coding 8 1 6 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000427040 protein_coding 3 1 5 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000342173 protein_coding 11 1 6 DPH5 ENSG00000117543 +CDS chr1 100995110 100995149 ENST00000488176 protein_coding 1 3 6 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000370109 protein_coding 8 1 5 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000427040 protein_coding 3 1 4 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000342173 protein_coding 11 1 5 DPH5 ENSG00000117543 +CDS chr1 101001467 101001587 ENST00000488176 protein_coding 1 3 5 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000370109 protein_coding 8 1 4 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000427040 protein_coding 3 1 3 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000342173 protein_coding 11 1 4 DPH5 ENSG00000117543 +CDS chr1 101013710 101013818 ENST00000488176 protein_coding 1 3 4 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000370109 protein_coding 8 1 3 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000427040 protein_coding 3 1 2 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000342173 protein_coding 11 1 3 DPH5 ENSG00000117543 +CDS chr1 101021641 101021765 ENST00000488176 protein_coding 1 3 3 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000370109 protein_coding 8 1 2 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000427040 protein_coding 3 1 1 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000342173 protein_coding 11 1 2 DPH5 ENSG00000117543 +CDS chr1 101025309 101025443 ENST00000488176 protein_coding 1 3 2 DPH5 ENSG00000117543 +transcript chr1 101236865 101239519 ENST00000475821 protein_coding 2 2 NA S1PR1 ENSG00000170989 +transcript chr1 101237019 101241518 ENST00000305352 protein_coding 7 1 NA S1PR1 ENSG00000170989 +transcript chr1 101237498 101241189 ENST00000649383 protein_coding 1 NA NA S1PR1 ENSG00000170989 +transcript chr1 101238090 101241372 ENST00000475289 protein_coding 2 3 NA S1PR1 ENSG00000170989 +transcript chr1 101238335 101241308 ENST00000648480 protein_coding 1 NA NA S1PR1 ENSG00000170989 +CDS chr1 101238985 101239519 ENST00000475821 protein_coding 2 2 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000305352 protein_coding 7 1 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000649383 protein_coding 1 NA 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000475289 protein_coding 2 3 2 S1PR1 ENSG00000170989 +CDS chr1 101238985 101240130 ENST00000648480 protein_coding 1 NA 2 S1PR1 ENSG00000170989 +transcript chr1 101802560 101996926 ENST00000370103 protein_coding 9 1 NA OLFM3 ENSG00000118733 +transcript chr1 101803486 101846973 ENST00000338858 protein_coding 9 1 NA OLFM3 ENSG00000118733 +transcript chr1 101803486 101837029 ENST00000536598 protein_coding 1 5 NA OLFM3 ENSG00000118733 +CDS chr1 101804241 101804915 ENST00000338858 protein_coding 9 1 6 OLFM3 ENSG00000118733 +CDS chr1 101804241 101804915 ENST00000370103 protein_coding 9 1 6 OLFM3 ENSG00000118733 +CDS chr1 101806076 101806182 ENST00000338858 protein_coding 9 1 5 OLFM3 ENSG00000118733 +CDS chr1 101806076 101806182 ENST00000370103 protein_coding 9 1 5 OLFM3 ENSG00000118733 +CDS chr1 101813094 101813146 ENST00000536598 protein_coding 1 5 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000338858 protein_coding 9 1 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000370103 protein_coding 9 1 4 OLFM3 ENSG00000118733 +CDS chr1 101825026 101825245 ENST00000536598 protein_coding 1 5 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830827 ENST00000338858 protein_coding 9 1 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830827 ENST00000370103 protein_coding 9 1 3 OLFM3 ENSG00000118733 +CDS chr1 101830672 101830818 ENST00000536598 protein_coding 1 5 2 OLFM3 ENSG00000118733 +CDS chr1 101836879 101837025 ENST00000338858 protein_coding 9 1 2 OLFM3 ENSG00000118733 +CDS chr1 101836879 101837025 ENST00000370103 protein_coding 9 1 2 OLFM3 ENSG00000118733 +CDS chr1 101846845 101846973 ENST00000338858 protein_coding 9 1 1 OLFM3 ENSG00000118733 +CDS chr1 101996748 101996816 ENST00000370103 protein_coding 9 1 1 OLFM3 ENSG00000118733 +transcript chr1 102876467 103108496 ENST00000358392 protein_coding 6 5 NA COL11A1 ENSG00000060718 +transcript chr1 102876468 103108496 ENST00000353414 protein_coding 8 5 NA COL11A1 ENSG00000060718 +transcript chr1 102876473 103108522 ENST00000370096 protein_coding 9 1 NA COL11A1 ENSG00000060718 +transcript chr1 102877951 103108479 ENST00000512756 protein_coding 5 1 NA COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000370096 protein_coding 9 1 67 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000512756 protein_coding 5 1 65 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000353414 protein_coding 8 5 66 COL11A1 ENSG00000060718 +CDS chr1 102878022 102878165 ENST00000358392 protein_coding 6 5 67 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000370096 protein_coding 9 1 66 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000512756 protein_coding 5 1 64 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000353414 protein_coding 8 5 65 COL11A1 ENSG00000060718 +CDS chr1 102879683 102879916 ENST00000358392 protein_coding 6 5 66 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000370096 protein_coding 9 1 65 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000512756 protein_coding 5 1 63 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000353414 protein_coding 8 5 64 COL11A1 ENSG00000060718 +CDS chr1 102881697 102881765 ENST00000358392 protein_coding 6 5 65 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000370096 protein_coding 9 1 64 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000512756 protein_coding 5 1 62 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000353414 protein_coding 8 5 63 COL11A1 ENSG00000060718 +CDS chr1 102883199 102883311 ENST00000358392 protein_coding 6 5 64 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000370096 protein_coding 9 1 63 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000512756 protein_coding 5 1 61 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000353414 protein_coding 8 5 62 COL11A1 ENSG00000060718 +CDS chr1 102886807 102887056 ENST00000358392 protein_coding 6 5 63 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000370096 protein_coding 9 1 62 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000512756 protein_coding 5 1 60 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000353414 protein_coding 8 5 61 COL11A1 ENSG00000060718 +CDS chr1 102888577 102888630 ENST00000358392 protein_coding 6 5 62 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000370096 protein_coding 9 1 61 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000512756 protein_coding 5 1 59 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000353414 protein_coding 8 5 60 COL11A1 ENSG00000060718 +CDS chr1 102888723 102888758 ENST00000358392 protein_coding 6 5 61 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000370096 protein_coding 9 1 60 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000512756 protein_coding 5 1 58 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000353414 protein_coding 8 5 59 COL11A1 ENSG00000060718 +CDS chr1 102888866 102888919 ENST00000358392 protein_coding 6 5 60 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000370096 protein_coding 9 1 59 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000512756 protein_coding 5 1 57 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000353414 protein_coding 8 5 58 COL11A1 ENSG00000060718 +CDS chr1 102889455 102889562 ENST00000358392 protein_coding 6 5 59 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000370096 protein_coding 9 1 58 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000512756 protein_coding 5 1 56 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000353414 protein_coding 8 5 57 COL11A1 ENSG00000060718 +CDS chr1 102890451 102890504 ENST00000358392 protein_coding 6 5 58 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000370096 protein_coding 9 1 57 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000512756 protein_coding 5 1 55 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000353414 protein_coding 8 5 56 COL11A1 ENSG00000060718 +CDS chr1 102898125 102898178 ENST00000358392 protein_coding 6 5 57 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000370096 protein_coding 9 1 56 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000512756 protein_coding 5 1 54 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000353414 protein_coding 8 5 55 COL11A1 ENSG00000060718 +CDS chr1 102898666 102898773 ENST00000358392 protein_coding 6 5 56 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000370096 protein_coding 9 1 55 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000512756 protein_coding 5 1 53 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000353414 protein_coding 8 5 54 COL11A1 ENSG00000060718 +CDS chr1 102898941 102898994 ENST00000358392 protein_coding 6 5 55 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000370096 protein_coding 9 1 54 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000512756 protein_coding 5 1 52 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000353414 protein_coding 8 5 53 COL11A1 ENSG00000060718 +CDS chr1 102912159 102912212 ENST00000358392 protein_coding 6 5 54 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000370096 protein_coding 9 1 53 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000512756 protein_coding 5 1 51 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000353414 protein_coding 8 5 52 COL11A1 ENSG00000060718 +CDS chr1 102913637 102913690 ENST00000358392 protein_coding 6 5 53 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000370096 protein_coding 9 1 52 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000512756 protein_coding 5 1 50 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000353414 protein_coding 8 5 51 COL11A1 ENSG00000060718 +CDS chr1 102914352 102914405 ENST00000358392 protein_coding 6 5 52 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000370096 protein_coding 9 1 51 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000512756 protein_coding 5 1 49 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000353414 protein_coding 8 5 50 COL11A1 ENSG00000060718 +CDS chr1 102914704 102914811 ENST00000358392 protein_coding 6 5 51 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000370096 protein_coding 9 1 50 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000512756 protein_coding 5 1 48 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000353414 protein_coding 8 5 49 COL11A1 ENSG00000060718 +CDS chr1 102915631 102915684 ENST00000358392 protein_coding 6 5 50 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000370096 protein_coding 9 1 49 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000512756 protein_coding 5 1 47 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000353414 protein_coding 8 5 48 COL11A1 ENSG00000060718 +CDS chr1 102920311 102920364 ENST00000358392 protein_coding 6 5 49 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000370096 protein_coding 9 1 48 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000512756 protein_coding 5 1 46 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000353414 protein_coding 8 5 47 COL11A1 ENSG00000060718 +CDS chr1 102921518 102921571 ENST00000358392 protein_coding 6 5 48 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000370096 protein_coding 9 1 47 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000512756 protein_coding 5 1 45 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000353414 protein_coding 8 5 46 COL11A1 ENSG00000060718 +CDS chr1 102923336 102923389 ENST00000358392 protein_coding 6 5 47 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000370096 protein_coding 9 1 46 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000512756 protein_coding 5 1 44 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000353414 protein_coding 8 5 45 COL11A1 ENSG00000060718 +CDS chr1 102934449 102934556 ENST00000358392 protein_coding 6 5 46 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000370096 protein_coding 9 1 45 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000512756 protein_coding 5 1 43 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000353414 protein_coding 8 5 44 COL11A1 ENSG00000060718 +CDS chr1 102935060 102935113 ENST00000358392 protein_coding 6 5 45 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000370096 protein_coding 9 1 44 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000512756 protein_coding 5 1 42 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000353414 protein_coding 8 5 43 COL11A1 ENSG00000060718 +CDS chr1 102939035 102939088 ENST00000358392 protein_coding 6 5 44 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000370096 protein_coding 9 1 43 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000512756 protein_coding 5 1 41 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000353414 protein_coding 8 5 42 COL11A1 ENSG00000060718 +CDS chr1 102940327 102940434 ENST00000358392 protein_coding 6 5 43 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000370096 protein_coding 9 1 42 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000512756 protein_coding 5 1 40 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000353414 protein_coding 8 5 41 COL11A1 ENSG00000060718 +CDS chr1 102946849 102946956 ENST00000358392 protein_coding 6 5 42 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000370096 protein_coding 9 1 41 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000512756 protein_coding 5 1 39 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000353414 protein_coding 8 5 40 COL11A1 ENSG00000060718 +CDS chr1 102961866 102961919 ENST00000358392 protein_coding 6 5 41 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000370096 protein_coding 9 1 40 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000512756 protein_coding 5 1 38 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000353414 protein_coding 8 5 39 COL11A1 ENSG00000060718 +CDS chr1 102962176 102962265 ENST00000358392 protein_coding 6 5 40 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000370096 protein_coding 9 1 39 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000512756 protein_coding 5 1 37 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000353414 protein_coding 8 5 38 COL11A1 ENSG00000060718 +CDS chr1 102962653 102962760 ENST00000358392 protein_coding 6 5 39 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000370096 protein_coding 9 1 38 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000512756 protein_coding 5 1 36 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000353414 protein_coding 8 5 37 COL11A1 ENSG00000060718 +CDS chr1 102965487 102965540 ENST00000358392 protein_coding 6 5 38 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000370096 protein_coding 9 1 37 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000512756 protein_coding 5 1 35 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000353414 protein_coding 8 5 36 COL11A1 ENSG00000060718 +CDS chr1 102970219 102970272 ENST00000358392 protein_coding 6 5 37 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000370096 protein_coding 9 1 36 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000512756 protein_coding 5 1 34 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000353414 protein_coding 8 5 35 COL11A1 ENSG00000060718 +CDS chr1 102974830 102974883 ENST00000358392 protein_coding 6 5 36 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000370096 protein_coding 9 1 35 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000512756 protein_coding 5 1 33 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000353414 protein_coding 8 5 34 COL11A1 ENSG00000060718 +CDS chr1 102978708 102978752 ENST00000358392 protein_coding 6 5 35 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000370096 protein_coding 9 1 34 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000512756 protein_coding 5 1 32 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000353414 protein_coding 8 5 33 COL11A1 ENSG00000060718 +CDS chr1 102978860 102978913 ENST00000358392 protein_coding 6 5 34 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000370096 protein_coding 9 1 33 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000512756 protein_coding 5 1 31 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000353414 protein_coding 8 5 32 COL11A1 ENSG00000060718 +CDS chr1 102979060 102979104 ENST00000358392 protein_coding 6 5 33 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000370096 protein_coding 9 1 32 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000512756 protein_coding 5 1 30 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000353414 protein_coding 8 5 31 COL11A1 ENSG00000060718 +CDS chr1 102979382 102979435 ENST00000358392 protein_coding 6 5 32 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000370096 protein_coding 9 1 31 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000512756 protein_coding 5 1 29 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000353414 protein_coding 8 5 30 COL11A1 ENSG00000060718 +CDS chr1 102984138 102984191 ENST00000358392 protein_coding 6 5 31 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000370096 protein_coding 9 1 30 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000512756 protein_coding 5 1 28 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000353414 protein_coding 8 5 29 COL11A1 ENSG00000060718 +CDS chr1 102987633 102987740 ENST00000358392 protein_coding 6 5 30 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000370096 protein_coding 9 1 29 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000512756 protein_coding 5 1 27 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000353414 protein_coding 8 5 28 COL11A1 ENSG00000060718 +CDS chr1 102989518 102989571 ENST00000358392 protein_coding 6 5 29 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000370096 protein_coding 9 1 28 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000512756 protein_coding 5 1 26 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000353414 protein_coding 8 5 27 COL11A1 ENSG00000060718 +CDS chr1 102995864 102995908 ENST00000358392 protein_coding 6 5 28 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000370096 protein_coding 9 1 27 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000512756 protein_coding 5 1 25 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000353414 protein_coding 8 5 26 COL11A1 ENSG00000060718 +CDS chr1 102995989 102996042 ENST00000358392 protein_coding 6 5 27 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000370096 protein_coding 9 1 26 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000512756 protein_coding 5 1 24 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000353414 protein_coding 8 5 25 COL11A1 ENSG00000060718 +CDS chr1 102997080 102997124 ENST00000358392 protein_coding 6 5 26 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000370096 protein_coding 9 1 25 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000512756 protein_coding 5 1 23 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000353414 protein_coding 8 5 24 COL11A1 ENSG00000060718 +CDS chr1 102998310 102998363 ENST00000358392 protein_coding 6 5 25 COL11A1 ENSG00000060718 +transcript chr1 103001014 103108485 ENST00000461720 protein_coding 6 5 NA COL11A1 ENSG00000060718 +transcript chr1 103001079 103108872 ENST00000645458 protein_coding 1 NA NA COL11A1 ENSG00000060718 +CDS chr1 103001157 103001201 ENST00000461720 protein_coding 6 5 26 COL11A1 ENSG00000060718 +CDS chr1 103001157 103001201 ENST00000645458 protein_coding 1 NA 26 COL11A1 ENSG00000060718 +transcript chr1 103001260 103108522 ENST00000647280 protein_coding 1 NA NA COL11A1 ENSG00000060718 +transcript chr1 103001260 103108522 ENST00000644186 protein_coding 1 NA NA COL11A1 ENSG00000060718 +CDS chr1 103001506 103001631 ENST00000647280 protein_coding 1 NA 25 COL11A1 ENSG00000060718 +CDS chr1 103001859 103001969 ENST00000644186 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000370096 protein_coding 9 1 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000512756 protein_coding 5 1 22 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000461720 protein_coding 6 5 25 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000645458 protein_coding 1 NA 25 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000647280 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000353414 protein_coding 8 5 23 COL11A1 ENSG00000060718 +CDS chr1 103001925 103001969 ENST00000358392 protein_coding 6 5 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000370096 protein_coding 9 1 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000512756 protein_coding 5 1 21 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000461720 protein_coding 6 5 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000645458 protein_coding 1 NA 24 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000647280 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000644186 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000353414 protein_coding 8 5 22 COL11A1 ENSG00000060718 +CDS chr1 103002428 103002481 ENST00000358392 protein_coding 6 5 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000370096 protein_coding 9 1 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000512756 protein_coding 5 1 20 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000461720 protein_coding 6 5 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000645458 protein_coding 1 NA 23 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000647280 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000644186 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000353414 protein_coding 8 5 21 COL11A1 ENSG00000060718 +CDS chr1 103002747 103002791 ENST00000358392 protein_coding 6 5 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000370096 protein_coding 9 1 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000512756 protein_coding 5 1 19 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000461720 protein_coding 6 5 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000645458 protein_coding 1 NA 22 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000647280 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000644186 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000353414 protein_coding 8 5 20 COL11A1 ENSG00000060718 +CDS chr1 103003215 103003268 ENST00000358392 protein_coding 6 5 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000370096 protein_coding 9 1 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000512756 protein_coding 5 1 18 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000461720 protein_coding 6 5 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000645458 protein_coding 1 NA 21 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000647280 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000644186 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000353414 protein_coding 8 5 19 COL11A1 ENSG00000060718 +CDS chr1 103004444 103004488 ENST00000358392 protein_coding 6 5 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000370096 protein_coding 9 1 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000512756 protein_coding 5 1 17 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000461720 protein_coding 6 5 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000645458 protein_coding 1 NA 20 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000647280 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000644186 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000353414 protein_coding 8 5 18 COL11A1 ENSG00000060718 +CDS chr1 103004608 103004661 ENST00000358392 protein_coding 6 5 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000370096 protein_coding 9 1 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000512756 protein_coding 5 1 16 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000461720 protein_coding 6 5 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000645458 protein_coding 1 NA 19 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000647280 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000644186 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000353414 protein_coding 8 5 17 COL11A1 ENSG00000060718 +CDS chr1 103005838 103005891 ENST00000358392 protein_coding 6 5 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000370096 protein_coding 9 1 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000512756 protein_coding 5 1 15 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000461720 protein_coding 6 5 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000645458 protein_coding 1 NA 18 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000647280 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000644186 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000353414 protein_coding 8 5 16 COL11A1 ENSG00000060718 +CDS chr1 103006068 103006121 ENST00000358392 protein_coding 6 5 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000370096 protein_coding 9 1 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000512756 protein_coding 5 1 14 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000461720 protein_coding 6 5 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000645458 protein_coding 1 NA 17 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000647280 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000644186 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000353414 protein_coding 8 5 15 COL11A1 ENSG00000060718 +CDS chr1 103006262 103006315 ENST00000358392 protein_coding 6 5 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000370096 protein_coding 9 1 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000512756 protein_coding 5 1 13 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000461720 protein_coding 6 5 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000645458 protein_coding 1 NA 16 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000647280 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000644186 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000353414 protein_coding 8 5 14 COL11A1 ENSG00000060718 +CDS chr1 103008463 103008516 ENST00000358392 protein_coding 6 5 15 COL11A1 ENSG00000060718 +transcript chr1 103008473 103108178 ENST00000427239 protein_coding 5 5 NA COL11A1 ENSG00000060718 +CDS chr1 103008473 103008516 ENST00000427239 protein_coding 5 5 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000370096 protein_coding 9 1 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000512756 protein_coding 5 1 12 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000461720 protein_coding 6 5 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000645458 protein_coding 1 NA 15 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000647280 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000644186 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000427239 protein_coding 5 5 14 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000353414 protein_coding 8 5 13 COL11A1 ENSG00000060718 +CDS chr1 103012413 103012469 ENST00000358392 protein_coding 6 5 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000370096 protein_coding 9 1 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000512756 protein_coding 5 1 11 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000461720 protein_coding 6 5 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000645458 protein_coding 1 NA 14 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000647280 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000644186 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000427239 protein_coding 5 5 13 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000353414 protein_coding 8 5 12 COL11A1 ENSG00000060718 +CDS chr1 103014511 103014594 ENST00000358392 protein_coding 6 5 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000370096 protein_coding 9 1 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000512756 protein_coding 5 1 10 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000461720 protein_coding 6 5 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000645458 protein_coding 1 NA 13 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000647280 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000644186 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000427239 protein_coding 5 5 12 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000353414 protein_coding 8 5 11 COL11A1 ENSG00000060718 +CDS chr1 103015668 103015742 ENST00000358392 protein_coding 6 5 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000370096 protein_coding 9 1 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000512756 protein_coding 5 1 9 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000461720 protein_coding 6 5 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000645458 protein_coding 1 NA 12 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000647280 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000644186 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000427239 protein_coding 5 5 11 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000353414 protein_coding 8 5 10 COL11A1 ENSG00000060718 +CDS chr1 103017820 103017882 ENST00000358392 protein_coding 6 5 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000370096 protein_coding 9 1 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000512756 protein_coding 5 1 8 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000461720 protein_coding 6 5 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000645458 protein_coding 1 NA 11 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000647280 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000644186 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000427239 protein_coding 5 5 10 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000353414 protein_coding 8 5 9 COL11A1 ENSG00000060718 +CDS chr1 103018818 103018859 ENST00000358392 protein_coding 6 5 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000370096 protein_coding 9 1 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000512756 protein_coding 5 1 7 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000461720 protein_coding 6 5 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000645458 protein_coding 1 NA 10 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000647280 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000644186 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000427239 protein_coding 5 5 9 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000353414 protein_coding 8 5 8 COL11A1 ENSG00000060718 +CDS chr1 103021707 103021769 ENST00000358392 protein_coding 6 5 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000370096 protein_coding 9 1 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000461720 protein_coding 6 5 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000645458 protein_coding 1 NA 9 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000647280 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000644186 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000427239 protein_coding 5 5 8 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000353414 protein_coding 8 5 7 COL11A1 ENSG00000060718 +CDS chr1 103022742 103022996 ENST00000358392 protein_coding 6 5 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000370096 protein_coding 9 1 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000461720 protein_coding 6 5 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000645458 protein_coding 1 NA 8 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000647280 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000644186 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000427239 protein_coding 5 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000353414 protein_coding 8 5 6 COL11A1 ENSG00000060718 +CDS chr1 103025521 103025613 ENST00000358392 protein_coding 6 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000461720 protein_coding 6 5 7 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000427239 protein_coding 5 5 6 COL11A1 ENSG00000060718 +CDS chr1 103025800 103025952 ENST00000358392 protein_coding 6 5 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000370096 protein_coding 9 1 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000512756 protein_coding 5 1 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000461720 protein_coding 6 5 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000645458 protein_coding 1 NA 7 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000647280 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +CDS chr1 103026216 103026332 ENST00000644186 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +transcript chr1 103030901 103082859 ENST00000447608 protein_coding 1 5 NA COL11A1 ENSG00000060718 +CDS chr1 103031077 103031244 ENST00000447608 protein_coding 1 5 4 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000370096 protein_coding 9 1 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000512756 protein_coding 5 1 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000461720 protein_coding 6 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000645458 protein_coding 1 NA 6 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000647280 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000644186 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000427239 protein_coding 5 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000353414 protein_coding 8 5 5 COL11A1 ENSG00000060718 +CDS chr1 103031116 103031244 ENST00000358392 protein_coding 6 5 5 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000370096 protein_coding 9 1 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000512756 protein_coding 5 1 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000461720 protein_coding 6 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000645458 protein_coding 1 NA 5 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000647280 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000644186 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000427239 protein_coding 5 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000447608 protein_coding 1 5 3 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000353414 protein_coding 8 5 4 COL11A1 ENSG00000060718 +CDS chr1 103074618 103074780 ENST00000358392 protein_coding 6 5 4 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000370096 protein_coding 9 1 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000512756 protein_coding 5 1 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000461720 protein_coding 6 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000645458 protein_coding 1 NA 4 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000647280 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000644186 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000427239 protein_coding 5 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000447608 protein_coding 1 5 2 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000353414 protein_coding 8 5 3 COL11A1 ENSG00000060718 +CDS chr1 103078658 103078871 ENST00000358392 protein_coding 6 5 3 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000370096 protein_coding 9 1 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000512756 protein_coding 5 1 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000461720 protein_coding 6 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000645458 protein_coding 1 NA 3 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000647280 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000644186 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000427239 protein_coding 5 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082859 ENST00000447608 protein_coding 1 5 1 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000353414 protein_coding 8 5 2 COL11A1 ENSG00000060718 +CDS chr1 103082805 103082972 ENST00000358392 protein_coding 6 5 2 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000370096 protein_coding 9 1 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000512756 protein_coding 5 1 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000461720 protein_coding 6 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000645458 protein_coding 1 NA 2 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000647280 protein_coding 1 NA 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000644186 protein_coding 1 NA 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000427239 protein_coding 5 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000353414 protein_coding 8 5 1 COL11A1 ENSG00000060718 +CDS chr1 103108073 103108178 ENST00000358392 protein_coding 6 5 1 COL11A1 ENSG00000060718 +transcript chr1 103525691 103553343 ENST00000524631 protein_coding 5 2 NA RNPC3 ENSG00000185946 +transcript chr1 103525697 103535441 ENST00000531883 protein_coding 5 2 NA RNPC3 ENSG00000185946 +transcript chr1 103525699 103555112 ENST00000533099 protein_coding 5 5 NA RNPC3 ENSG00000185946 +transcript chr1 103525699 103555239 ENST00000423855 protein_coding 7 1 NA RNPC3 ENSG00000185946 +transcript chr1 103525757 103541475 ENST00000527062 protein_coding 5 5 NA RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000524631 protein_coding 5 2 1 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000531883 protein_coding 5 2 2 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000533099 protein_coding 5 5 2 RNPC3 ENSG00000185946 +CDS chr1 103526071 103526262 ENST00000423855 protein_coding 7 1 1 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000524631 protein_coding 5 2 2 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000531883 protein_coding 5 2 3 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000533099 protein_coding 5 5 3 RNPC3 ENSG00000185946 +CDS chr1 103527695 103527742 ENST00000423855 protein_coding 7 1 2 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000524631 protein_coding 5 2 3 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000531883 protein_coding 5 2 4 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000533099 protein_coding 5 5 4 RNPC3 ENSG00000185946 +CDS chr1 103533739 103533857 ENST00000423855 protein_coding 7 1 3 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000524631 protein_coding 5 2 4 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000531883 protein_coding 5 2 5 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000533099 protein_coding 5 5 5 RNPC3 ENSG00000185946 +CDS chr1 103534774 103534857 ENST00000423855 protein_coding 7 1 4 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000524631 protein_coding 5 2 5 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000531883 protein_coding 5 2 6 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000533099 protein_coding 5 5 6 RNPC3 ENSG00000185946 +CDS chr1 103535330 103535441 ENST00000423855 protein_coding 7 1 5 RNPC3 ENSG00000185946 +CDS chr1 103535364 103535441 ENST00000527062 protein_coding 5 5 5 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000524631 protein_coding 5 2 6 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000533099 protein_coding 5 5 7 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000527062 protein_coding 5 5 6 RNPC3 ENSG00000185946 +CDS chr1 103536126 103536194 ENST00000423855 protein_coding 7 1 6 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000524631 protein_coding 5 2 7 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000533099 protein_coding 5 5 8 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000527062 protein_coding 5 5 7 RNPC3 ENSG00000185946 +CDS chr1 103537342 103537484 ENST00000423855 protein_coding 7 1 7 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000524631 protein_coding 5 2 8 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000533099 protein_coding 5 5 9 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000527062 protein_coding 5 5 8 RNPC3 ENSG00000185946 +CDS chr1 103541350 103541475 ENST00000423855 protein_coding 7 1 8 RNPC3 ENSG00000185946 +transcript chr1 103541361 103547035 ENST00000524641 protein_coding 1 4 NA RNPC3 ENSG00000185946 +CDS chr1 103541361 103541475 ENST00000524641 protein_coding 1 4 1 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000533099 protein_coding 5 5 10 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000423855 protein_coding 7 1 9 RNPC3 ENSG00000185946 +CDS chr1 103543296 103543447 ENST00000524641 protein_coding 1 4 2 RNPC3 ENSG00000185946 +CDS chr1 103543299 103543447 ENST00000524631 protein_coding 5 2 9 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000524631 protein_coding 5 2 10 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000533099 protein_coding 5 5 11 RNPC3 ENSG00000185946 +CDS chr1 103544941 103545102 ENST00000423855 protein_coding 7 1 10 RNPC3 ENSG00000185946 +CDS chr1 103544977 103545102 ENST00000524641 protein_coding 1 4 3 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000524631 protein_coding 5 2 11 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000533099 protein_coding 5 5 12 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000423855 protein_coding 7 1 11 RNPC3 ENSG00000185946 +CDS chr1 103546248 103546342 ENST00000524641 protein_coding 1 4 4 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000524631 protein_coding 5 2 12 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000533099 protein_coding 5 5 13 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000423855 protein_coding 7 1 12 RNPC3 ENSG00000185946 +CDS chr1 103546977 103547035 ENST00000524641 protein_coding 1 4 5 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000524631 protein_coding 5 2 13 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000533099 protein_coding 5 5 14 RNPC3 ENSG00000185946 +CDS chr1 103550941 103551073 ENST00000423855 protein_coding 7 1 13 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000524631 protein_coding 5 2 14 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000533099 protein_coding 5 5 15 RNPC3 ENSG00000185946 +CDS chr1 103551721 103551777 ENST00000423855 protein_coding 7 1 14 RNPC3 ENSG00000185946 +transcript chr1 103554700 103579529 ENST00000361355 protein_coding 8 1 NA AMY2B ENSG00000240038 +transcript chr1 103561757 103572229 ENST00000435302 protein_coding 5 3 NA AMY2B ENSG00000240038 +transcript chr1 103565031 103572200 ENST00000453959 protein_coding 5 2 NA AMY2B ENSG00000240038 +transcript chr1 103571100 103579530 ENST00000610648 protein_coding 1 1 NA AMY2B ENSG00000240038 +transcript chr1 103571589 103579534 ENST00000684275 protein_coding 1 NA NA AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000361355 protein_coding 8 1 3 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000435302 protein_coding 5 3 3 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000453959 protein_coding 5 2 2 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000610648 protein_coding 1 1 2 AMY2B ENSG00000240038 +CDS chr1 103571603 103571770 ENST00000684275 protein_coding 1 NA 1 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000361355 protein_coding 8 1 4 AMY2B ENSG00000240038 +CDS chr1 103572110 103572229 ENST00000435302 protein_coding 5 3 4 AMY2B ENSG00000240038 +CDS chr1 103572110 103572200 ENST00000453959 protein_coding 5 2 3 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000610648 protein_coding 1 1 3 AMY2B ENSG00000240038 +CDS chr1 103572110 103572256 ENST00000684275 protein_coding 1 NA 2 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000361355 protein_coding 8 1 5 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000610648 protein_coding 1 1 4 AMY2B ENSG00000240038 +CDS chr1 103573063 103573260 ENST00000684275 protein_coding 1 NA 3 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000361355 protein_coding 8 1 6 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000610648 protein_coding 1 1 5 AMY2B ENSG00000240038 +CDS chr1 103573708 103573938 ENST00000684275 protein_coding 1 NA 4 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000361355 protein_coding 8 1 7 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000610648 protein_coding 1 1 6 AMY2B ENSG00000240038 +CDS chr1 103574260 103574393 ENST00000684275 protein_coding 1 NA 5 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000361355 protein_coding 8 1 8 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000610648 protein_coding 1 1 7 AMY2B ENSG00000240038 +CDS chr1 103575223 103575345 ENST00000684275 protein_coding 1 NA 6 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000361355 protein_coding 8 1 9 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000610648 protein_coding 1 1 8 AMY2B ENSG00000240038 +CDS chr1 103575441 103575540 ENST00000684275 protein_coding 1 NA 7 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000361355 protein_coding 8 1 10 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000610648 protein_coding 1 1 9 AMY2B ENSG00000240038 +CDS chr1 103577490 103577608 ENST00000684275 protein_coding 1 NA 8 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000361355 protein_coding 8 1 11 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000610648 protein_coding 1 1 10 AMY2B ENSG00000240038 +CDS chr1 103577720 103577845 ENST00000684275 protein_coding 1 NA 9 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000361355 protein_coding 8 1 12 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000610648 protein_coding 1 1 11 AMY2B ENSG00000240038 +CDS chr1 103579311 103579497 ENST00000684275 protein_coding 1 NA 10 AMY2B ENSG00000240038 +transcript chr1 103617427 103620668 ENST00000423678 protein_coding 2 3 NA AMY2A ENSG00000243480 +transcript chr1 103617427 103625780 ENST00000414303 protein_coding 7 1 NA AMY2A ENSG00000243480 +CDS chr1 103617441 103617608 ENST00000423678 protein_coding 2 3 1 AMY2A ENSG00000243480 +CDS chr1 103617441 103617608 ENST00000414303 protein_coding 7 1 1 AMY2A ENSG00000243480 +CDS chr1 103617954 103618100 ENST00000423678 protein_coding 2 3 2 AMY2A ENSG00000243480 +CDS chr1 103617954 103618100 ENST00000414303 protein_coding 7 1 2 AMY2A ENSG00000243480 +CDS chr1 103618911 103619108 ENST00000423678 protein_coding 2 3 3 AMY2A ENSG00000243480 +CDS chr1 103618911 103619108 ENST00000414303 protein_coding 7 1 3 AMY2A ENSG00000243480 +CDS chr1 103619554 103619784 ENST00000414303 protein_coding 7 1 4 AMY2A ENSG00000243480 +CDS chr1 103620551 103620668 ENST00000423678 protein_coding 2 3 4 AMY2A ENSG00000243480 +CDS chr1 103620551 103620684 ENST00000414303 protein_coding 7 1 5 AMY2A ENSG00000243480 +CDS chr1 103621577 103621699 ENST00000414303 protein_coding 7 1 6 AMY2A ENSG00000243480 +CDS chr1 103621794 103621893 ENST00000414303 protein_coding 7 1 7 AMY2A ENSG00000243480 +CDS chr1 103623866 103623984 ENST00000414303 protein_coding 7 1 8 AMY2A ENSG00000243480 +CDS chr1 103624096 103624221 ENST00000414303 protein_coding 7 1 9 AMY2A ENSG00000243480 +CDS chr1 103625557 103625743 ENST00000414303 protein_coding 7 1 10 AMY2A ENSG00000243480 +transcript chr1 103655760 103664554 ENST00000370083 protein_coding 9 1 NA AMY1A ENSG00000237763 +transcript chr1 103656018 103656990 ENST00000422549 protein_coding 1 3 NA AMY1A ENSG00000237763 +CDS chr1 103656331 103656498 ENST00000370083 protein_coding 9 1 2 AMY1A ENSG00000237763 +CDS chr1 103656331 103656498 ENST00000422549 protein_coding 1 3 2 AMY1A ENSG00000237763 +CDS chr1 103656844 103656990 ENST00000370083 protein_coding 9 1 3 AMY1A ENSG00000237763 +CDS chr1 103656844 103656990 ENST00000422549 protein_coding 1 3 3 AMY1A ENSG00000237763 +CDS chr1 103657794 103657991 ENST00000370083 protein_coding 9 1 4 AMY1A ENSG00000237763 +CDS chr1 103658440 103658670 ENST00000370083 protein_coding 9 1 5 AMY1A ENSG00000237763 +CDS chr1 103659410 103659543 ENST00000370083 protein_coding 9 1 6 AMY1A ENSG00000237763 +CDS chr1 103660360 103660482 ENST00000370083 protein_coding 9 1 7 AMY1A ENSG00000237763 +CDS chr1 103660577 103660676 ENST00000370083 protein_coding 9 1 8 AMY1A ENSG00000237763 +CDS chr1 103662657 103662775 ENST00000370083 protein_coding 9 1 9 AMY1A ENSG00000237763 +CDS chr1 103662886 103663011 ENST00000370083 protein_coding 9 1 10 AMY1A ENSG00000237763 +CDS chr1 103664331 103664517 ENST00000370083 protein_coding 9 1 11 AMY1A ENSG00000237763 +transcript chr1 103687415 103696210 ENST00000330330 protein_coding 10 1 NA AMY1B ENSG00000174876 +transcript chr1 103687415 103696454 ENST00000370080 protein_coding 7 2 NA AMY1B ENSG00000174876 +CDS chr1 103687452 103687638 ENST00000330330 protein_coding 10 1 11 AMY1B ENSG00000174876 +CDS chr1 103687452 103687638 ENST00000370080 protein_coding 7 2 11 AMY1B ENSG00000174876 +CDS chr1 103688958 103689083 ENST00000330330 protein_coding 10 1 10 AMY1B ENSG00000174876 +CDS chr1 103688958 103689083 ENST00000370080 protein_coding 7 2 10 AMY1B ENSG00000174876 +CDS chr1 103689194 103689312 ENST00000330330 protein_coding 10 1 9 AMY1B ENSG00000174876 +CDS chr1 103689194 103689312 ENST00000370080 protein_coding 7 2 9 AMY1B ENSG00000174876 +CDS chr1 103691294 103691393 ENST00000330330 protein_coding 10 1 8 AMY1B ENSG00000174876 +CDS chr1 103691294 103691393 ENST00000370080 protein_coding 7 2 8 AMY1B ENSG00000174876 +CDS chr1 103691488 103691610 ENST00000330330 protein_coding 10 1 7 AMY1B ENSG00000174876 +CDS chr1 103691488 103691610 ENST00000370080 protein_coding 7 2 7 AMY1B ENSG00000174876 +CDS chr1 103692427 103692560 ENST00000330330 protein_coding 10 1 6 AMY1B ENSG00000174876 +CDS chr1 103692427 103692560 ENST00000370080 protein_coding 7 2 6 AMY1B ENSG00000174876 +CDS chr1 103693300 103693530 ENST00000330330 protein_coding 10 1 5 AMY1B ENSG00000174876 +CDS chr1 103693300 103693530 ENST00000370080 protein_coding 7 2 5 AMY1B ENSG00000174876 +CDS chr1 103693979 103694176 ENST00000330330 protein_coding 10 1 4 AMY1B ENSG00000174876 +CDS chr1 103693979 103694176 ENST00000370080 protein_coding 7 2 4 AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000330330 protein_coding 10 1 3 AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000370080 protein_coding 7 2 3 AMY1B ENSG00000174876 +transcript chr1 103694980 103695952 ENST00000425410 protein_coding 1 3 NA AMY1B ENSG00000174876 +CDS chr1 103694980 103695126 ENST00000425410 protein_coding 1 3 3 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000330330 protein_coding 10 1 2 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000370080 protein_coding 7 2 2 AMY1B ENSG00000174876 +CDS chr1 103695472 103695639 ENST00000425410 protein_coding 1 3 2 AMY1B ENSG00000174876 +transcript chr1 103745323 103758726 ENST00000684141 protein_coding 1 NA NA AMY1C ENSG00000187733 +transcript chr1 103749654 103752750 ENST00000683532 protein_coding 1 NA NA AMY1C ENSG00000187733 +transcript chr1 103749898 103758692 ENST00000622339 protein_coding 5 5 NA AMY1C ENSG00000187733 +transcript chr1 103750406 103758690 ENST00000370079 protein_coding 3 1 NA AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000684141 protein_coding 1 NA 3 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000683532 protein_coding 1 NA 2 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000622339 protein_coding 5 5 2 AMY1C ENSG00000187733 +CDS chr1 103750470 103750637 ENST00000370079 protein_coding 3 1 1 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000684141 protein_coding 1 NA 4 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000683532 protein_coding 1 NA 3 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000622339 protein_coding 5 5 3 AMY1C ENSG00000187733 +CDS chr1 103750983 103751129 ENST00000370079 protein_coding 3 1 2 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000684141 protein_coding 1 NA 5 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000683532 protein_coding 1 NA 4 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000622339 protein_coding 5 5 4 AMY1C ENSG00000187733 +CDS chr1 103751933 103752130 ENST00000370079 protein_coding 3 1 3 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000684141 protein_coding 1 NA 6 AMY1C ENSG00000187733 +CDS chr1 103752579 103752750 ENST00000683532 protein_coding 1 NA 5 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000622339 protein_coding 5 5 5 AMY1C ENSG00000187733 +CDS chr1 103752579 103752809 ENST00000370079 protein_coding 3 1 4 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000684141 protein_coding 1 NA 7 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000622339 protein_coding 5 5 6 AMY1C ENSG00000187733 +CDS chr1 103753549 103753682 ENST00000370079 protein_coding 3 1 5 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000684141 protein_coding 1 NA 8 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000622339 protein_coding 5 5 7 AMY1C ENSG00000187733 +CDS chr1 103754499 103754621 ENST00000370079 protein_coding 3 1 6 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000684141 protein_coding 1 NA 9 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000622339 protein_coding 5 5 8 AMY1C ENSG00000187733 +CDS chr1 103754715 103754814 ENST00000370079 protein_coding 3 1 7 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000684141 protein_coding 1 NA 10 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000622339 protein_coding 5 5 9 AMY1C ENSG00000187733 +CDS chr1 103756795 103756913 ENST00000370079 protein_coding 3 1 8 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000684141 protein_coding 1 NA 11 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000622339 protein_coding 5 5 10 AMY1C ENSG00000187733 +CDS chr1 103757024 103757149 ENST00000370079 protein_coding 3 1 9 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000684141 protein_coding 1 NA 12 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000622339 protein_coding 5 5 11 AMY1C ENSG00000187733 +CDS chr1 103758469 103758655 ENST00000370079 protein_coding 3 1 10 AMY1C ENSG00000187733 +transcript chr1 107056674 107059294 ENST00000370078 protein_coding 2 NA NA PRMT6 ENSG00000198890 +CDS chr1 107056716 107057840 ENST00000370078 protein_coding 2 NA 1 PRMT6 ENSG00000198890 +transcript chr1 107140007 107481849 ENST00000370073 protein_coding 6 5 NA NTNG1 ENSG00000162631 +transcript chr1 107140007 107481853 ENST00000370074 protein_coding 8 1 NA NTNG1 ENSG00000162631 +transcript chr1 107141039 107484923 ENST00000370068 protein_coding 6 5 NA NTNG1 ENSG00000162631 +transcript chr1 107141039 107483458 ENST00000370067 protein_coding 5 5 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370073 protein_coding 6 5 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370074 protein_coding 8 1 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370068 protein_coding 6 5 2 NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370067 protein_coding 5 5 2 NTNG1 ENSG00000162631 +transcript chr1 107148594 107480840 ENST00000370065 protein_coding 1 5 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370065 protein_coding 1 5 1 NTNG1 ENSG00000162631 +transcript chr1 107148594 107480840 ENST00000370066 protein_coding 5 1 NA NTNG1 ENSG00000162631 +CDS chr1 107148594 107148839 ENST00000370066 protein_coding 5 1 1 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370073 protein_coding 6 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370074 protein_coding 8 1 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370068 protein_coding 6 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370067 protein_coding 5 5 3 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370065 protein_coding 1 5 2 NTNG1 ENSG00000162631 +CDS chr1 107324282 107324922 ENST00000370066 protein_coding 5 1 2 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370073 protein_coding 6 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370074 protein_coding 8 1 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370068 protein_coding 6 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370067 protein_coding 5 5 4 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370065 protein_coding 1 5 3 NTNG1 ENSG00000162631 +CDS chr1 107395154 107395326 ENST00000370066 protein_coding 5 1 3 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370073 protein_coding 6 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370074 protein_coding 8 1 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370068 protein_coding 6 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370067 protein_coding 5 5 5 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370065 protein_coding 1 5 4 NTNG1 ENSG00000162631 +CDS chr1 107407682 107407708 ENST00000370066 protein_coding 5 1 4 NTNG1 ENSG00000162631 +CDS chr1 107418580 107418645 ENST00000370067 protein_coding 5 5 6 NTNG1 ENSG00000162631 +CDS chr1 107418580 107418645 ENST00000370066 protein_coding 5 1 5 NTNG1 ENSG00000162631 +CDS chr1 107421084 107421143 ENST00000370066 protein_coding 5 1 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370073 protein_coding 6 5 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370068 protein_coding 6 5 6 NTNG1 ENSG00000162631 +CDS chr1 107430750 107430917 ENST00000370065 protein_coding 1 5 5 NTNG1 ENSG00000162631 +CDS chr1 107436665 107436799 ENST00000370073 protein_coding 6 5 7 NTNG1 ENSG00000162631 +CDS chr1 107436665 107436799 ENST00000370068 protein_coding 6 5 7 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370073 protein_coding 6 5 8 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370074 protein_coding 8 1 6 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370068 protein_coding 6 5 8 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370067 protein_coding 5 5 7 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370065 protein_coding 1 5 6 NTNG1 ENSG00000162631 +CDS chr1 107480611 107480837 ENST00000370066 protein_coding 5 1 7 NTNG1 ENSG00000162631 +transcript chr1 107571161 107965180 ENST00000370056 protein_coding 9 1 NA VAV3 ENSG00000134215 +transcript chr1 107571589 107965009 ENST00000527011 protein_coding 5 1 NA VAV3 ENSG00000134215 +transcript chr1 107572975 107688504 ENST00000415432 protein_coding 6 1 NA VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000370056 protein_coding 9 1 27 VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000527011 protein_coding 5 1 28 VAV3 ENSG00000134215 +CDS chr1 107573334 107573372 ENST00000415432 protein_coding 6 1 10 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000370056 protein_coding 9 1 26 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000527011 protein_coding 5 1 27 VAV3 ENSG00000134215 +CDS chr1 107574047 107574198 ENST00000415432 protein_coding 6 1 9 VAV3 ENSG00000134215 +CDS chr1 107576392 107576475 ENST00000527011 protein_coding 5 1 26 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000370056 protein_coding 9 1 25 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000527011 protein_coding 5 1 25 VAV3 ENSG00000134215 +CDS chr1 107596212 107596341 ENST00000415432 protein_coding 6 1 8 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000370056 protein_coding 9 1 24 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000527011 protein_coding 5 1 24 VAV3 ENSG00000134215 +CDS chr1 107602397 107602484 ENST00000415432 protein_coding 6 1 7 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000370056 protein_coding 9 1 23 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000527011 protein_coding 5 1 23 VAV3 ENSG00000134215 +CDS chr1 107603047 107603163 ENST00000415432 protein_coding 6 1 6 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000370056 protein_coding 9 1 22 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000527011 protein_coding 5 1 22 VAV3 ENSG00000134215 +CDS chr1 107609931 107609965 ENST00000415432 protein_coding 6 1 5 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000370056 protein_coding 9 1 21 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000527011 protein_coding 5 1 21 VAV3 ENSG00000134215 +CDS chr1 107617567 107617632 ENST00000415432 protein_coding 6 1 4 VAV3 ENSG00000134215 +transcript chr1 107617584 107749508 ENST00000529809 protein_coding 5 4 NA VAV3 ENSG00000134215 +CDS chr1 107617584 107617632 ENST00000529809 protein_coding 5 4 6 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000370056 protein_coding 9 1 20 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000527011 protein_coding 5 1 20 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000415432 protein_coding 6 1 3 VAV3 ENSG00000134215 +CDS chr1 107642619 107642755 ENST00000529809 protein_coding 5 4 5 VAV3 ENSG00000134215 +transcript chr1 107668963 107964853 ENST00000490388 protein_coding 2 2 NA VAV3 ENSG00000134215 +CDS chr1 107669387 107669472 ENST00000490388 protein_coding 2 2 20 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000370056 protein_coding 9 1 19 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000527011 protein_coding 5 1 19 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000415432 protein_coding 6 1 2 VAV3 ENSG00000134215 +CDS chr1 107683488 107683533 ENST00000490388 protein_coding 2 2 19 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000370056 protein_coding 9 1 18 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000527011 protein_coding 5 1 18 VAV3 ENSG00000134215 +CDS chr1 107688381 107688431 ENST00000415432 protein_coding 6 1 1 VAV3 ENSG00000134215 +CDS chr1 107688381 107688406 ENST00000490388 protein_coding 2 2 18 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000370056 protein_coding 9 1 17 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000527011 protein_coding 5 1 17 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000529809 protein_coding 5 4 4 VAV3 ENSG00000134215 +CDS chr1 107704550 107704650 ENST00000490388 protein_coding 2 2 17 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000370056 protein_coding 9 1 16 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000527011 protein_coding 5 1 16 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000529809 protein_coding 5 4 3 VAV3 ENSG00000134215 +CDS chr1 107704960 107705061 ENST00000490388 protein_coding 2 2 16 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000370056 protein_coding 9 1 15 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000527011 protein_coding 5 1 15 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000529809 protein_coding 5 4 2 VAV3 ENSG00000134215 +CDS chr1 107748968 107749077 ENST00000490388 protein_coding 2 2 15 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000370056 protein_coding 9 1 14 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000527011 protein_coding 5 1 14 VAV3 ENSG00000134215 +CDS chr1 107749462 107749508 ENST00000529809 protein_coding 5 4 1 VAV3 ENSG00000134215 +CDS chr1 107749462 107749594 ENST00000490388 protein_coding 2 2 14 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000370056 protein_coding 9 1 13 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000527011 protein_coding 5 1 13 VAV3 ENSG00000134215 +CDS chr1 107751117 107751202 ENST00000490388 protein_coding 2 2 13 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000370056 protein_coding 9 1 12 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000527011 protein_coding 5 1 12 VAV3 ENSG00000134215 +CDS chr1 107755427 107755513 ENST00000490388 protein_coding 2 2 12 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000370056 protein_coding 9 1 11 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000527011 protein_coding 5 1 11 VAV3 ENSG00000134215 +CDS chr1 107757261 107757329 ENST00000490388 protein_coding 2 2 11 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000370056 protein_coding 9 1 10 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000527011 protein_coding 5 1 10 VAV3 ENSG00000134215 +CDS chr1 107760784 107760879 ENST00000490388 protein_coding 2 2 10 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000370056 protein_coding 9 1 9 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000527011 protein_coding 5 1 9 VAV3 ENSG00000134215 +CDS chr1 107765076 107765175 ENST00000490388 protein_coding 2 2 9 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000370056 protein_coding 9 1 8 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000527011 protein_coding 5 1 8 VAV3 ENSG00000134215 +CDS chr1 107766447 107766550 ENST00000490388 protein_coding 2 2 8 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000370056 protein_coding 9 1 7 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000527011 protein_coding 5 1 7 VAV3 ENSG00000134215 +CDS chr1 107768441 107768509 ENST00000490388 protein_coding 2 2 7 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000370056 protein_coding 9 1 6 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000527011 protein_coding 5 1 6 VAV3 ENSG00000134215 +CDS chr1 107770636 107770728 ENST00000490388 protein_coding 2 2 6 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000370056 protein_coding 9 1 5 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000527011 protein_coding 5 1 5 VAV3 ENSG00000134215 +CDS chr1 107772735 107772843 ENST00000490388 protein_coding 2 2 5 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000370056 protein_coding 9 1 4 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000527011 protein_coding 5 1 4 VAV3 ENSG00000134215 +CDS chr1 107777231 107777296 ENST00000490388 protein_coding 2 2 4 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000370056 protein_coding 9 1 3 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000527011 protein_coding 5 1 3 VAV3 ENSG00000134215 +CDS chr1 107779434 107779492 ENST00000490388 protein_coding 2 2 3 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000370056 protein_coding 9 1 2 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000527011 protein_coding 5 1 2 VAV3 ENSG00000134215 +CDS chr1 107874901 107875017 ENST00000490388 protein_coding 2 2 2 VAV3 ENSG00000134215 +CDS chr1 107964666 107964869 ENST00000370056 protein_coding 9 1 1 VAV3 ENSG00000134215 +CDS chr1 107964666 107964869 ENST00000527011 protein_coding 5 1 1 VAV3 ENSG00000134215 +CDS chr1 107964666 107964853 ENST00000490388 protein_coding 2 2 1 VAV3 ENSG00000134215 +transcript chr1 108134043 108200343 ENST00000565488 protein_coding 6 1 NA SLC25A24 ENSG00000085491 +transcript chr1 108134823 108192818 ENST00000370041 protein_coding 4 1 NA SLC25A24 ENSG00000085491 +CDS chr1 108136656 108136837 ENST00000565488 protein_coding 6 1 10 SLC25A24 ENSG00000085491 +CDS chr1 108136656 108136837 ENST00000370041 protein_coding 4 1 10 SLC25A24 ENSG00000085491 +CDS chr1 108139058 108139208 ENST00000565488 protein_coding 6 1 9 SLC25A24 ENSG00000085491 +CDS chr1 108139058 108139208 ENST00000370041 protein_coding 4 1 9 SLC25A24 ENSG00000085491 +CDS chr1 108143543 108143710 ENST00000565488 protein_coding 6 1 8 SLC25A24 ENSG00000085491 +CDS chr1 108143543 108143710 ENST00000370041 protein_coding 4 1 8 SLC25A24 ENSG00000085491 +CDS chr1 108148279 108148386 ENST00000565488 protein_coding 6 1 7 SLC25A24 ENSG00000085491 +CDS chr1 108148279 108148386 ENST00000370041 protein_coding 4 1 7 SLC25A24 ENSG00000085491 +CDS chr1 108154983 108155135 ENST00000565488 protein_coding 6 1 6 SLC25A24 ENSG00000085491 +CDS chr1 108154983 108155135 ENST00000370041 protein_coding 4 1 6 SLC25A24 ENSG00000085491 +CDS chr1 108157462 108157620 ENST00000565488 protein_coding 6 1 5 SLC25A24 ENSG00000085491 +CDS chr1 108157462 108157620 ENST00000370041 protein_coding 4 1 5 SLC25A24 ENSG00000085491 +CDS chr1 108161182 108161293 ENST00000565488 protein_coding 6 1 4 SLC25A24 ENSG00000085491 +CDS chr1 108161182 108161293 ENST00000370041 protein_coding 4 1 4 SLC25A24 ENSG00000085491 +CDS chr1 108181941 108182028 ENST00000565488 protein_coding 6 1 3 SLC25A24 ENSG00000085491 +CDS chr1 108181941 108182028 ENST00000370041 protein_coding 4 1 3 SLC25A24 ENSG00000085491 +CDS chr1 108185828 108185954 ENST00000565488 protein_coding 6 1 2 SLC25A24 ENSG00000085491 +CDS chr1 108185828 108185954 ENST00000370041 protein_coding 4 1 2 SLC25A24 ENSG00000085491 +CDS chr1 108192496 108192621 ENST00000370041 protein_coding 4 1 1 SLC25A24 ENSG00000085491 +transcript chr1 108198493 108200849 ENST00000569674 protein_coding 1 NA NA SLC25A24 ENSG00000085491 +CDS chr1 108199932 108200138 ENST00000569674 protein_coding 1 NA 1 SLC25A24 ENSG00000085491 +CDS chr1 108199956 108200138 ENST00000565488 protein_coding 6 1 1 SLC25A24 ENSG00000085491 +transcript chr1 108222464 108244076 ENST00000415641 protein_coding 8 2 NA NBPF4 ENSG00000196427 +transcript chr1 108223705 108244081 ENST00000613157 protein_coding 2 5 NA NBPF4 ENSG00000196427 +CDS chr1 108223708 108223746 ENST00000415641 protein_coding 8 2 15 NBPF4 ENSG00000196427 +CDS chr1 108223708 108223746 ENST00000613157 protein_coding 2 5 16 NBPF4 ENSG00000196427 +CDS chr1 108226679 108226893 ENST00000415641 protein_coding 8 2 14 NBPF4 ENSG00000196427 +CDS chr1 108226679 108226893 ENST00000613157 protein_coding 2 5 15 NBPF4 ENSG00000196427 +CDS chr1 108228920 108229156 ENST00000415641 protein_coding 8 2 13 NBPF4 ENSG00000196427 +CDS chr1 108228920 108229156 ENST00000613157 protein_coding 2 5 14 NBPF4 ENSG00000196427 +CDS chr1 108232256 108232428 ENST00000415641 protein_coding 8 2 12 NBPF4 ENSG00000196427 +CDS chr1 108232256 108232428 ENST00000613157 protein_coding 2 5 13 NBPF4 ENSG00000196427 +CDS chr1 108233160 108233211 ENST00000415641 protein_coding 8 2 11 NBPF4 ENSG00000196427 +CDS chr1 108233160 108233211 ENST00000613157 protein_coding 2 5 12 NBPF4 ENSG00000196427 +CDS chr1 108234242 108234411 ENST00000415641 protein_coding 8 2 10 NBPF4 ENSG00000196427 +CDS chr1 108234242 108234411 ENST00000613157 protein_coding 2 5 11 NBPF4 ENSG00000196427 +CDS chr1 108235236 108235287 ENST00000415641 protein_coding 8 2 9 NBPF4 ENSG00000196427 +CDS chr1 108235236 108235287 ENST00000613157 protein_coding 2 5 10 NBPF4 ENSG00000196427 +CDS chr1 108236270 108236409 ENST00000415641 protein_coding 8 2 8 NBPF4 ENSG00000196427 +CDS chr1 108236270 108236409 ENST00000613157 protein_coding 2 5 9 NBPF4 ENSG00000196427 +CDS chr1 108237011 108237097 ENST00000613157 protein_coding 2 5 8 NBPF4 ENSG00000196427 +CDS chr1 108237287 108237338 ENST00000415641 protein_coding 8 2 7 NBPF4 ENSG00000196427 +CDS chr1 108237287 108237338 ENST00000613157 protein_coding 2 5 7 NBPF4 ENSG00000196427 +CDS chr1 108238748 108238959 ENST00000415641 protein_coding 8 2 6 NBPF4 ENSG00000196427 +CDS chr1 108238748 108238959 ENST00000613157 protein_coding 2 5 6 NBPF4 ENSG00000196427 +CDS chr1 108239828 108239906 ENST00000415641 protein_coding 8 2 5 NBPF4 ENSG00000196427 +CDS chr1 108239828 108239906 ENST00000613157 protein_coding 2 5 5 NBPF4 ENSG00000196427 +CDS chr1 108240950 108241164 ENST00000415641 protein_coding 8 2 4 NBPF4 ENSG00000196427 +CDS chr1 108240950 108241164 ENST00000613157 protein_coding 2 5 4 NBPF4 ENSG00000196427 +CDS chr1 108242074 108242173 ENST00000415641 protein_coding 8 2 3 NBPF4 ENSG00000196427 +CDS chr1 108242074 108242173 ENST00000613157 protein_coding 2 5 3 NBPF4 ENSG00000196427 +CDS chr1 108243584 108243761 ENST00000415641 protein_coding 8 2 2 NBPF4 ENSG00000196427 +CDS chr1 108243584 108243761 ENST00000613157 protein_coding 2 5 2 NBPF4 ENSG00000196427 +transcript chr1 108450282 108470638 ENST00000370040 protein_coding 7 5 NA NBPF6 ENSG00000186086 +transcript chr1 108450321 108465395 ENST00000531446 protein_coding 2 1 NA NBPF6 ENSG00000186086 +transcript chr1 108450343 108471920 ENST00000495380 protein_coding 7 5 NA NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000495380 protein_coding 7 5 2 NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000531446 protein_coding 2 1 2 NBPF6 ENSG00000186086 +CDS chr1 108450602 108450779 ENST00000370040 protein_coding 7 5 2 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000495380 protein_coding 7 5 3 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000531446 protein_coding 2 1 3 NBPF6 ENSG00000186086 +CDS chr1 108452190 108452289 ENST00000370040 protein_coding 7 5 3 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000495380 protein_coding 7 5 4 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000531446 protein_coding 2 1 4 NBPF6 ENSG00000186086 +CDS chr1 108453181 108453395 ENST00000370040 protein_coding 7 5 4 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000495380 protein_coding 7 5 5 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000531446 protein_coding 2 1 5 NBPF6 ENSG00000186086 +CDS chr1 108454439 108454517 ENST00000370040 protein_coding 7 5 5 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000495380 protein_coding 7 5 6 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000531446 protein_coding 2 1 6 NBPF6 ENSG00000186086 +CDS chr1 108455386 108455597 ENST00000370040 protein_coding 7 5 6 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000495380 protein_coding 7 5 7 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000531446 protein_coding 2 1 7 NBPF6 ENSG00000186086 +CDS chr1 108457007 108457058 ENST00000370040 protein_coding 7 5 7 NBPF6 ENSG00000186086 +CDS chr1 108457248 108457334 ENST00000531446 protein_coding 2 1 8 NBPF6 ENSG00000186086 +CDS chr1 108457248 108457334 ENST00000370040 protein_coding 7 5 8 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000495380 protein_coding 7 5 8 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000531446 protein_coding 2 1 9 NBPF6 ENSG00000186086 +CDS chr1 108457936 108458075 ENST00000370040 protein_coding 7 5 9 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000495380 protein_coding 7 5 9 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000531446 protein_coding 2 1 10 NBPF6 ENSG00000186086 +CDS chr1 108459058 108459109 ENST00000370040 protein_coding 7 5 10 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000495380 protein_coding 7 5 10 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000531446 protein_coding 2 1 11 NBPF6 ENSG00000186086 +CDS chr1 108459933 108460102 ENST00000370040 protein_coding 7 5 11 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000495380 protein_coding 7 5 11 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000531446 protein_coding 2 1 12 NBPF6 ENSG00000186086 +CDS chr1 108461133 108461184 ENST00000370040 protein_coding 7 5 12 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000495380 protein_coding 7 5 12 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000531446 protein_coding 2 1 13 NBPF6 ENSG00000186086 +CDS chr1 108461916 108462088 ENST00000370040 protein_coding 7 5 13 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465424 ENST00000495380 protein_coding 7 5 13 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465395 ENST00000531446 protein_coding 2 1 14 NBPF6 ENSG00000186086 +CDS chr1 108465188 108465424 ENST00000370040 protein_coding 7 5 14 NBPF6 ENSG00000186086 +CDS chr1 108467451 108467665 ENST00000495380 protein_coding 7 5 14 NBPF6 ENSG00000186086 +CDS chr1 108467451 108467665 ENST00000370040 protein_coding 7 5 15 NBPF6 ENSG00000186086 +CDS chr1 108470597 108470635 ENST00000495380 protein_coding 7 5 15 NBPF6 ENSG00000186086 +CDS chr1 108470597 108470635 ENST00000370040 protein_coding 7 5 16 NBPF6 ENSG00000186086 +transcript chr1 108560089 108644900 ENST00000405454 protein_coding 1 5 NA FAM102B ENSG00000162636 +transcript chr1 108560100 108639322 ENST00000370035 protein_coding 8 1 NA FAM102B ENSG00000162636 +CDS chr1 108560429 108560565 ENST00000405454 protein_coding 1 5 1 FAM102B ENSG00000162636 +CDS chr1 108560429 108560565 ENST00000370035 protein_coding 8 1 1 FAM102B ENSG00000162636 +CDS chr1 108600566 108600686 ENST00000405454 protein_coding 1 5 2 FAM102B ENSG00000162636 +CDS chr1 108600566 108600686 ENST00000370035 protein_coding 8 1 2 FAM102B ENSG00000162636 +CDS chr1 108606223 108606252 ENST00000405454 protein_coding 1 5 3 FAM102B ENSG00000162636 +CDS chr1 108606223 108606252 ENST00000370035 protein_coding 8 1 3 FAM102B ENSG00000162636 +CDS chr1 108612178 108612294 ENST00000405454 protein_coding 1 5 4 FAM102B ENSG00000162636 +CDS chr1 108612178 108612294 ENST00000370035 protein_coding 8 1 4 FAM102B ENSG00000162636 +CDS chr1 108616382 108616428 ENST00000405454 protein_coding 1 5 5 FAM102B ENSG00000162636 +CDS chr1 108616382 108616428 ENST00000370035 protein_coding 8 1 5 FAM102B ENSG00000162636 +CDS chr1 108624645 108624748 ENST00000405454 protein_coding 1 5 6 FAM102B ENSG00000162636 +CDS chr1 108624645 108624748 ENST00000370035 protein_coding 8 1 6 FAM102B ENSG00000162636 +CDS chr1 108628167 108628262 ENST00000405454 protein_coding 1 5 7 FAM102B ENSG00000162636 +CDS chr1 108628167 108628262 ENST00000370035 protein_coding 8 1 7 FAM102B ENSG00000162636 +CDS chr1 108628395 108628584 ENST00000405454 protein_coding 1 5 8 FAM102B ENSG00000162636 +CDS chr1 108628395 108628584 ENST00000370035 protein_coding 8 1 8 FAM102B ENSG00000162636 +CDS chr1 108628677 108628804 ENST00000405454 protein_coding 1 5 9 FAM102B ENSG00000162636 +CDS chr1 108628677 108628804 ENST00000370035 protein_coding 8 1 9 FAM102B ENSG00000162636 +CDS chr1 108629588 108629657 ENST00000405454 protein_coding 1 5 10 FAM102B ENSG00000162636 +CDS chr1 108629588 108629657 ENST00000370035 protein_coding 8 1 10 FAM102B ENSG00000162636 +CDS chr1 108635108 108635147 ENST00000370035 protein_coding 8 1 11 FAM102B ENSG00000162636 +CDS chr1 108644696 108644720 ENST00000405454 protein_coding 1 5 11 FAM102B ENSG00000162636 +transcript chr1 108648290 108661122 ENST00000402983 protein_coding 5 1 NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661055 ENST00000370031 protein_coding 5 5 NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661093 ENST00000651461 protein_coding 1 NA NA HENMT1 ENSG00000162639 +transcript chr1 108648295 108661526 ENST00000370032 protein_coding 9 1 NA HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000402983 protein_coding 5 1 8 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000370031 protein_coding 5 5 9 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000651461 protein_coding 1 NA 8 HENMT1 ENSG00000162639 +CDS chr1 108648569 108648991 ENST00000370032 protein_coding 9 1 8 HENMT1 ENSG00000162639 +transcript chr1 108648800 108661180 ENST00000420055 protein_coding 1 1 NA HENMT1 ENSG00000162639 +CDS chr1 108648800 108648991 ENST00000420055 protein_coding 1 1 8 HENMT1 ENSG00000162639 +CDS chr1 108649341 108649433 ENST00000370031 protein_coding 5 5 8 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000402983 protein_coding 5 1 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000370031 protein_coding 5 5 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000651461 protein_coding 1 NA 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000370032 protein_coding 9 1 7 HENMT1 ENSG00000162639 +CDS chr1 108650211 108650388 ENST00000420055 protein_coding 1 1 7 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000402983 protein_coding 5 1 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000370031 protein_coding 5 5 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000651461 protein_coding 1 NA 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000370032 protein_coding 9 1 6 HENMT1 ENSG00000162639 +CDS chr1 108651030 108651209 ENST00000420055 protein_coding 1 1 6 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000402983 protein_coding 5 1 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000370031 protein_coding 5 5 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000651461 protein_coding 1 NA 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000370032 protein_coding 9 1 5 HENMT1 ENSG00000162639 +CDS chr1 108654716 108654850 ENST00000420055 protein_coding 1 1 5 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000402983 protein_coding 5 1 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000370031 protein_coding 5 5 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000651461 protein_coding 1 NA 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000370032 protein_coding 9 1 4 HENMT1 ENSG00000162639 +CDS chr1 108655586 108655698 ENST00000420055 protein_coding 1 1 4 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000402983 protein_coding 5 1 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000370031 protein_coding 5 5 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000651461 protein_coding 1 NA 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000370032 protein_coding 9 1 3 HENMT1 ENSG00000162639 +CDS chr1 108657451 108657579 ENST00000420055 protein_coding 1 1 3 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000402983 protein_coding 5 1 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000370031 protein_coding 5 5 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000651461 protein_coding 1 NA 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000370032 protein_coding 9 1 2 HENMT1 ENSG00000162639 +CDS chr1 108659864 108659884 ENST00000420055 protein_coding 1 1 2 HENMT1 ENSG00000162639 +transcript chr1 108692310 108702928 ENST00000370025 protein_coding 9 1 NA PRPF38B ENSG00000134186 +transcript chr1 108692324 108697504 ENST00000370022 protein_coding 9 1 NA PRPF38B ENSG00000134186 +transcript chr1 108692341 108701803 ENST00000370021 protein_coding 1 1 NA PRPF38B ENSG00000134186 +CDS chr1 108692592 108692867 ENST00000370025 protein_coding 9 1 1 PRPF38B ENSG00000134186 +CDS chr1 108692592 108692867 ENST00000370022 protein_coding 9 1 1 PRPF38B ENSG00000134186 +CDS chr1 108695702 108695770 ENST00000370025 protein_coding 9 1 2 PRPF38B ENSG00000134186 +CDS chr1 108695702 108695770 ENST00000370022 protein_coding 9 1 2 PRPF38B ENSG00000134186 +CDS chr1 108695759 108695770 ENST00000370021 protein_coding 1 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370025 protein_coding 9 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370022 protein_coding 9 1 3 PRPF38B ENSG00000134186 +CDS chr1 108696043 108696194 ENST00000370021 protein_coding 1 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370025 protein_coding 9 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370022 protein_coding 9 1 4 PRPF38B ENSG00000134186 +CDS chr1 108696277 108696337 ENST00000370021 protein_coding 1 1 5 PRPF38B ENSG00000134186 +CDS chr1 108696740 108696751 ENST00000370022 protein_coding 9 1 5 PRPF38B ENSG00000134186 +CDS chr1 108698604 108698827 ENST00000370025 protein_coding 9 1 5 PRPF38B ENSG00000134186 +CDS chr1 108698604 108698827 ENST00000370021 protein_coding 1 1 6 PRPF38B ENSG00000134186 +CDS chr1 108699162 108700017 ENST00000370025 protein_coding 9 1 6 PRPF38B ENSG00000134186 +CDS chr1 108699162 108700017 ENST00000370021 protein_coding 1 1 7 PRPF38B ENSG00000134186 +transcript chr1 108712908 108742749 ENST00000370017 protein_coding 9 5 NA FNDC7 ENSG00000143107 +CDS chr1 108712934 108712996 ENST00000370017 protein_coding 9 5 1 FNDC7 ENSG00000143107 +CDS chr1 108713511 108713529 ENST00000370017 protein_coding 9 5 2 FNDC7 ENSG00000143107 +CDS chr1 108717777 108718031 ENST00000370017 protein_coding 9 5 3 FNDC7 ENSG00000143107 +CDS chr1 108718789 108719049 ENST00000370017 protein_coding 9 5 4 FNDC7 ENSG00000143107 +CDS chr1 108722335 108722592 ENST00000370017 protein_coding 9 5 5 FNDC7 ENSG00000143107 +transcript chr1 108722411 108742056 ENST00000445274 protein_coding 1 1 NA FNDC7 ENSG00000143107 +CDS chr1 108722411 108722592 ENST00000445274 protein_coding 1 1 1 FNDC7 ENSG00000143107 +CDS chr1 108725750 108726004 ENST00000370017 protein_coding 9 5 6 FNDC7 ENSG00000143107 +CDS chr1 108725750 108726004 ENST00000445274 protein_coding 1 1 2 FNDC7 ENSG00000143107 +CDS chr1 108727808 108728065 ENST00000370017 protein_coding 9 5 7 FNDC7 ENSG00000143107 +CDS chr1 108727808 108728065 ENST00000445274 protein_coding 1 1 3 FNDC7 ENSG00000143107 +CDS chr1 108728632 108728886 ENST00000370017 protein_coding 9 5 8 FNDC7 ENSG00000143107 +CDS chr1 108728632 108728886 ENST00000445274 protein_coding 1 1 4 FNDC7 ENSG00000143107 +CDS chr1 108730674 108730928 ENST00000370017 protein_coding 9 5 9 FNDC7 ENSG00000143107 +CDS chr1 108730674 108730928 ENST00000445274 protein_coding 1 1 5 FNDC7 ENSG00000143107 +CDS chr1 108733272 108733532 ENST00000370017 protein_coding 9 5 10 FNDC7 ENSG00000143107 +CDS chr1 108733272 108733532 ENST00000445274 protein_coding 1 1 6 FNDC7 ENSG00000143107 +CDS chr1 108737495 108737524 ENST00000370017 protein_coding 9 5 11 FNDC7 ENSG00000143107 +CDS chr1 108741773 108741801 ENST00000370017 protein_coding 9 5 12 FNDC7 ENSG00000143107 +CDS chr1 108741773 108741801 ENST00000445274 protein_coding 1 1 7 FNDC7 ENSG00000143107 +transcript chr1 108746674 108809523 ENST00000370008 protein_coding 4 1 NA STXBP3 ENSG00000116266 +CDS chr1 108746738 108746786 ENST00000370008 protein_coding 4 1 1 STXBP3 ENSG00000116266 +CDS chr1 108752257 108752306 ENST00000370008 protein_coding 4 1 2 STXBP3 ENSG00000116266 +CDS chr1 108753063 108753144 ENST00000370008 protein_coding 4 1 3 STXBP3 ENSG00000116266 +CDS chr1 108756690 108756766 ENST00000370008 protein_coding 4 1 4 STXBP3 ENSG00000116266 +CDS chr1 108758510 108758588 ENST00000370008 protein_coding 4 1 5 STXBP3 ENSG00000116266 +CDS chr1 108759985 108760085 ENST00000370008 protein_coding 4 1 6 STXBP3 ENSG00000116266 +CDS chr1 108772665 108772819 ENST00000370008 protein_coding 4 1 7 STXBP3 ENSG00000116266 +CDS chr1 108776333 108776423 ENST00000370008 protein_coding 4 1 8 STXBP3 ENSG00000116266 +CDS chr1 108779286 108779410 ENST00000370008 protein_coding 4 1 9 STXBP3 ENSG00000116266 +CDS chr1 108782422 108782517 ENST00000370008 protein_coding 4 1 10 STXBP3 ENSG00000116266 +CDS chr1 108782649 108782706 ENST00000370008 protein_coding 4 1 11 STXBP3 ENSG00000116266 +CDS chr1 108793582 108793647 ENST00000370008 protein_coding 4 1 12 STXBP3 ENSG00000116266 +CDS chr1 108794827 108794907 ENST00000370008 protein_coding 4 1 13 STXBP3 ENSG00000116266 +CDS chr1 108796234 108796372 ENST00000370008 protein_coding 4 1 14 STXBP3 ENSG00000116266 +CDS chr1 108796620 108796726 ENST00000370008 protein_coding 4 1 15 STXBP3 ENSG00000116266 +CDS chr1 108798145 108798237 ENST00000370008 protein_coding 4 1 16 STXBP3 ENSG00000116266 +CDS chr1 108800220 108800305 ENST00000370008 protein_coding 4 1 17 STXBP3 ENSG00000116266 +CDS chr1 108807401 108807549 ENST00000370008 protein_coding 4 1 18 STXBP3 ENSG00000116266 +CDS chr1 108808783 108808874 ENST00000370008 protein_coding 4 1 19 STXBP3 ENSG00000116266 +transcript chr1 108815901 108857094 ENST00000370001 protein_coding 8 1 NA AKNAD1 ENSG00000162641 +CDS chr1 108816174 108816302 ENST00000370001 protein_coding 8 1 16 AKNAD1 ENSG00000162641 +CDS chr1 108817048 108817177 ENST00000370001 protein_coding 8 1 15 AKNAD1 ENSG00000162641 +CDS chr1 108820545 108820626 ENST00000370001 protein_coding 8 1 14 AKNAD1 ENSG00000162641 +transcript chr1 108823057 108852717 ENST00000369994 protein_coding 5 5 NA AKNAD1 ENSG00000162641 +transcript chr1 108823057 108857084 ENST00000369995 protein_coding 7 5 NA AKNAD1 ENSG00000162641 +CDS chr1 108823156 108823244 ENST00000369994 protein_coding 5 5 13 AKNAD1 ENSG00000162641 +CDS chr1 108823156 108823271 ENST00000369995 protein_coding 7 5 14 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000370001 protein_coding 8 1 13 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000369994 protein_coding 5 5 12 AKNAD1 ENSG00000162641 +CDS chr1 108823370 108823477 ENST00000369995 protein_coding 7 5 13 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000370001 protein_coding 8 1 12 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000369994 protein_coding 5 5 11 AKNAD1 ENSG00000162641 +CDS chr1 108823566 108823688 ENST00000369995 protein_coding 7 5 12 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000370001 protein_coding 8 1 11 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000369994 protein_coding 5 5 10 AKNAD1 ENSG00000162641 +CDS chr1 108827205 108827302 ENST00000369995 protein_coding 7 5 11 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000370001 protein_coding 8 1 10 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000369994 protein_coding 5 5 9 AKNAD1 ENSG00000162641 +CDS chr1 108830559 108830650 ENST00000369995 protein_coding 7 5 10 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000370001 protein_coding 8 1 9 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000369994 protein_coding 5 5 8 AKNAD1 ENSG00000162641 +CDS chr1 108834447 108834528 ENST00000369995 protein_coding 7 5 9 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108835056 ENST00000370001 protein_coding 8 1 8 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108834966 ENST00000369994 protein_coding 5 5 7 AKNAD1 ENSG00000162641 +CDS chr1 108834929 108835056 ENST00000369995 protein_coding 7 5 8 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000370001 protein_coding 8 1 7 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000369994 protein_coding 5 5 6 AKNAD1 ENSG00000162641 +CDS chr1 108837550 108837706 ENST00000369995 protein_coding 7 5 7 AKNAD1 ENSG00000162641 +transcript chr1 108837660 108963484 ENST00000357393 protein_coding 6 4 NA AKNAD1 ENSG00000162641 +CDS chr1 108837660 108837706 ENST00000357393 protein_coding 6 4 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000370001 protein_coding 8 1 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000369994 protein_coding 5 5 5 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000369995 protein_coding 7 5 6 AKNAD1 ENSG00000162641 +CDS chr1 108843134 108843267 ENST00000357393 protein_coding 6 4 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000370001 protein_coding 8 1 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000369994 protein_coding 5 5 4 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000369995 protein_coding 7 5 5 AKNAD1 ENSG00000162641 +CDS chr1 108848752 108848814 ENST00000357393 protein_coding 6 4 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000370001 protein_coding 8 1 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000369994 protein_coding 5 5 3 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000369995 protein_coding 7 5 4 AKNAD1 ENSG00000162641 +CDS chr1 108848912 108849060 ENST00000357393 protein_coding 6 4 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000370001 protein_coding 8 1 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000369994 protein_coding 5 5 2 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000369995 protein_coding 7 5 3 AKNAD1 ENSG00000162641 +CDS chr1 108849537 108849576 ENST00000357393 protein_coding 6 4 2 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000370001 protein_coding 8 1 2 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000369994 protein_coding 5 5 1 AKNAD1 ENSG00000162641 +CDS chr1 108851672 108852664 ENST00000369995 protein_coding 7 5 2 AKNAD1 ENSG00000162641 +transcript chr1 108875350 108934545 ENST00000406462 protein_coding 6 5 NA GPSM2 ENSG00000121957 +transcript chr1 108876979 108924361 ENST00000441735 protein_coding 2 2 NA GPSM2 ENSG00000121957 +transcript chr1 108876981 108898724 ENST00000435987 protein_coding 5 3 NA GPSM2 ENSG00000121957 +transcript chr1 108876981 108934335 ENST00000642355 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108876982 108930382 ENST00000645164 protein_coding 2 NA NA GPSM2 ENSG00000121957 +transcript chr1 108876985 108934545 ENST00000264126 protein_coding 9 1 NA GPSM2 ENSG00000121957 +transcript chr1 108876993 108930239 ENST00000674914 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877003 108897086 ENST00000643094 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877003 108930377 ENST00000674700 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877135 108930711 ENST00000675086 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877146 108930377 ENST00000676184 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877159 108930367 ENST00000675087 protein_coding 1 NA NA GPSM2 ENSG00000121957 +transcript chr1 108877256 108897032 ENST00000435475 protein_coding 5 3 NA GPSM2 ENSG00000121957 +transcript chr1 108881885 108963475 ENST00000690509 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108884821 108930377 ENST00000446797 protein_coding 2 4 NA GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000406462 protein_coding 6 5 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000441735 protein_coding 2 2 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000435987 protein_coding 5 3 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000642355 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000645164 protein_coding 2 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000264126 protein_coding 9 1 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000643094 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000675086 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000676184 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000435475 protein_coding 5 3 2 GPSM2 ENSG00000121957 +CDS chr1 108885523 108885578 ENST00000446797 protein_coding 2 4 1 GPSM2 ENSG00000121957 +CDS chr1 108885566 108885578 ENST00000674914 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108885566 108885578 ENST00000675087 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108886079 108886172 ENST00000674914 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108886079 108886172 ENST00000675087 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000406462 protein_coding 6 5 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000441735 protein_coding 2 2 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000435987 protein_coding 5 3 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000642355 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000645164 protein_coding 2 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000264126 protein_coding 9 1 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000674914 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897086 ENST00000643094 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000675086 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000676184 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000675087 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897032 ENST00000435475 protein_coding 5 3 3 GPSM2 ENSG00000121957 +CDS chr1 108896864 108897085 ENST00000446797 protein_coding 2 4 2 GPSM2 ENSG00000121957 +CDS chr1 108896865 108897085 ENST00000674700 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000406462 protein_coding 6 5 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000441735 protein_coding 2 2 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000435987 protein_coding 5 3 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000642355 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000645164 protein_coding 2 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000264126 protein_coding 9 1 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000674914 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000674700 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000675086 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000676184 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000675087 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897492 108897627 ENST00000446797 protein_coding 2 4 3 GPSM2 ENSG00000121957 +transcript chr1 108897536 108904225 ENST00000645255 protein_coding 1 NA NA GPSM2 ENSG00000121957 +CDS chr1 108897536 108897627 ENST00000645255 protein_coding 1 NA 1 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000406462 protein_coding 6 5 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000441735 protein_coding 2 2 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000435987 protein_coding 5 3 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000642355 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000645164 protein_coding 2 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000264126 protein_coding 9 1 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000674914 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000674700 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000675086 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000676184 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000675087 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000446797 protein_coding 2 4 4 GPSM2 ENSG00000121957 +CDS chr1 108897959 108898101 ENST00000645255 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000406462 protein_coding 6 5 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000441735 protein_coding 2 2 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898724 ENST00000435987 protein_coding 5 3 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000642355 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000645164 protein_coding 2 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000264126 protein_coding 9 1 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000674914 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000674700 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000675086 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000676184 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000675087 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000446797 protein_coding 2 4 5 GPSM2 ENSG00000121957 +CDS chr1 108898642 108898765 ENST00000645255 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000406462 protein_coding 6 5 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000441735 protein_coding 2 2 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000642355 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000645164 protein_coding 2 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000264126 protein_coding 9 1 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000674914 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000674700 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000675086 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000676184 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000675087 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000446797 protein_coding 2 4 6 GPSM2 ENSG00000121957 +CDS chr1 108898879 108898994 ENST00000645255 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000406462 protein_coding 6 5 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000441735 protein_coding 2 2 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000642355 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000645164 protein_coding 2 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000264126 protein_coding 9 1 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000674914 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000674700 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000675086 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000676184 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000675087 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108901790 108901945 ENST00000446797 protein_coding 2 4 7 GPSM2 ENSG00000121957 +transcript chr1 108901904 108926890 ENST00000643643 protein_coding 1 NA NA GPSM2 ENSG00000121957 +CDS chr1 108901904 108901945 ENST00000643643 protein_coding 1 NA 1 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000406462 protein_coding 6 5 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000441735 protein_coding 2 2 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000642355 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000645164 protein_coding 2 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000264126 protein_coding 9 1 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000674914 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000674700 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000675086 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000676184 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000675087 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000446797 protein_coding 2 4 8 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000645255 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108903126 108903234 ENST00000643643 protein_coding 1 NA 2 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000406462 protein_coding 6 5 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000441735 protein_coding 2 2 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000642355 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000645164 protein_coding 2 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000264126 protein_coding 9 1 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000674914 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000674700 protein_coding 1 NA 9 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000675086 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000676184 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000675087 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000446797 protein_coding 2 4 9 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904225 ENST00000645255 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108904125 108904254 ENST00000643643 protein_coding 1 NA 3 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000406462 protein_coding 6 5 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000441735 protein_coding 2 2 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000642355 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000645164 protein_coding 2 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000264126 protein_coding 9 1 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000674914 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000674700 protein_coding 1 NA 10 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000675086 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000676184 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000675087 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000446797 protein_coding 2 4 10 GPSM2 ENSG00000121957 +CDS chr1 108914338 108914408 ENST00000643643 protein_coding 1 NA 4 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000406462 protein_coding 6 5 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000441735 protein_coding 2 2 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000642355 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000645164 protein_coding 2 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000264126 protein_coding 9 1 12 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000674914 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000674700 protein_coding 1 NA 11 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000676184 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000675087 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000446797 protein_coding 2 4 11 GPSM2 ENSG00000121957 +CDS chr1 108918613 108918789 ENST00000643643 protein_coding 1 NA 5 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000406462 protein_coding 6 5 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000441735 protein_coding 2 2 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000642355 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000645164 protein_coding 2 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000264126 protein_coding 9 1 13 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000674914 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000674700 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000675086 protein_coding 1 NA 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000676184 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000675087 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000446797 protein_coding 2 4 12 GPSM2 ENSG00000121957 +CDS chr1 108922417 108922576 ENST00000643643 protein_coding 1 NA 6 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000406462 protein_coding 6 5 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924280 ENST00000441735 protein_coding 2 2 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000642355 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000645164 protein_coding 2 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000264126 protein_coding 9 1 14 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000674914 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000675086 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000676184 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000675087 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000446797 protein_coding 2 4 13 GPSM2 ENSG00000121957 +CDS chr1 108924000 108924214 ENST00000643643 protein_coding 1 NA 7 GPSM2 ENSG00000121957 +transcript chr1 108925924 108962330 ENST00000687134 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963443 ENST00000689351 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000685497 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000691342 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000686776 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963450 ENST00000692342 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963453 ENST00000686434 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963462 ENST00000687734 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000688778 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000685104 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963467 ENST00000689103 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000687591 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000691777 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963475 ENST00000690756 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963480 ENST00000689991 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000691513 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000686821 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000692511 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000689479 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000687646 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000687226 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963484 ENST00000693336 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963499 ENST00000685540 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963500 ENST00000685014 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108925924 108963515 ENST00000687328 protein_coding 1 NA NA CLCC1 ENSG00000121940 +CDS chr1 108926275 108926301 ENST00000643643 protein_coding 1 NA 8 GPSM2 ENSG00000121957 +transcript chr1 108927361 108963476 ENST00000675018 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927382 108963504 ENST00000690781 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108954408 ENST00000686817 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963453 ENST00000688285 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963475 ENST00000687449 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963480 ENST00000687865 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963484 ENST00000687099 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963484 ENST00000685791 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963504 ENST00000689189 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927418 108963527 ENST00000691556 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108927473 108963484 ENST00000369968 protein_coding 7 5 NA CLCC1 ENSG00000121940 +transcript chr1 108929505 108963484 ENST00000369969 protein_coding 7 5 NA CLCC1 ENSG00000121940 +transcript chr1 108929508 108963457 ENST00000356970 protein_coding 6 5 NA CLCC1 ENSG00000121940 +CDS chr1 108929701 108929937 ENST00000406462 protein_coding 6 5 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000642355 protein_coding 1 NA 15 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000645164 protein_coding 2 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000264126 protein_coding 9 1 15 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000674914 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929714 ENST00000674700 protein_coding 1 NA 13 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000675086 protein_coding 1 NA 14 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000676184 protein_coding 1 NA 16 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000675087 protein_coding 1 NA 17 GPSM2 ENSG00000121957 +CDS chr1 108929701 108929937 ENST00000446797 protein_coding 2 4 14 GPSM2 ENSG00000121957 +transcript chr1 108929937 108944010 ENST00000692184 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108929939 108934730 ENST00000473062 protein_coding 2 3 NA CLCC1 ENSG00000121940 +transcript chr1 108929939 108943882 ENST00000482889 protein_coding 2 3 NA CLCC1 ENSG00000121940 +transcript chr1 108929980 108947702 ENST00000369976 protein_coding 6 2 NA CLCC1 ENSG00000121940 +CDS chr1 108930199 108930204 ENST00000692184 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108930199 108930204 ENST00000482889 protein_coding 2 3 6 CLCC1 ENSG00000121940 +transcript chr1 108931793 108963484 ENST00000688610 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931828 108963475 ENST00000675571 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931828 108963504 ENST00000693089 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931829 108963504 ENST00000675650 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108931986 108963504 ENST00000369970 protein_coding 8 5 NA CLCC1 ENSG00000121940 +transcript chr1 108932015 108963504 ENST00000675654 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932020 108963419 ENST00000675790 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932022 108963450 ENST00000675584 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932106 108963467 ENST00000676392 protein_coding 2 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932298 108963453 ENST00000676391 protein_coding 2 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932312 108963413 ENST00000676454 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932337 108963425 ENST00000674849 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932345 108963427 ENST00000675956 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108932392 108963453 ENST00000302500 protein_coding 5 1 NA CLCC1 ENSG00000121940 +CDS chr1 108932487 108932501 ENST00000676391 protein_coding 2 NA 11 CLCC1 ENSG00000121940 +transcript chr1 108932499 108963484 ENST00000675508 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963450 ENST00000690874 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963477 ENST00000686078 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963488 ENST00000693673 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933283 108963488 ENST00000692404 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933400 108963381 ENST00000685628 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108933400 108963504 ENST00000692732 protein_coding 1 NA NA CLCC1 ENSG00000121940 +transcript chr1 108934658 108950448 ENST00000348264 protein_coding 6 1 NA CLCC1 ENSG00000121940 +transcript chr1 108934670 108950441 ENST00000675247 protein_coding 2 NA NA CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690509 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687134 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689351 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685497 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691342 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686776 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692342 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686434 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687734 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688778 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685104 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689103 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687591 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691777 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690756 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689991 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691513 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686821 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692511 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689479 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687646 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687226 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693336 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685540 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685014 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687328 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675018 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690781 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686817 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688285 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687449 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687865 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000687099 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685791 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000689189 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000691556 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369968 protein_coding 7 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369969 protein_coding 7 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000356970 protein_coding 6 5 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934730 ENST00000473062 protein_coding 2 3 1 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934758 ENST00000369976 protein_coding 6 2 9 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000688610 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675571 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693089 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675650 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000369970 protein_coding 8 5 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675654 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675790 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675584 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000676392 protein_coding 2 NA 13 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000676454 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000674849 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675956 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000302500 protein_coding 5 1 10 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675508 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000690874 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000686078 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000693673 protein_coding 1 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692404 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000685628 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000692732 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000348264 protein_coding 6 1 6 CLCC1 ENSG00000121940 +CDS chr1 108934673 108934942 ENST00000675247 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108934858 108934942 ENST00000369976 protein_coding 6 2 8 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690509 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687134 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689351 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685497 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691342 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686776 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692342 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686434 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687734 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688778 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685104 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689103 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687591 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691777 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690756 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689991 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691513 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686821 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692511 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689479 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687646 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687226 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693336 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685540 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685014 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687328 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675018 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690781 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686817 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688285 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687449 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687865 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000687099 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685791 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000689189 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000691556 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369968 protein_coding 7 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369969 protein_coding 7 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000356970 protein_coding 6 5 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369976 protein_coding 6 2 7 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000688610 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675571 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693089 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675650 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000369970 protein_coding 8 5 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675654 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675790 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675584 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676392 protein_coding 2 NA 12 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676391 protein_coding 2 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000676454 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000674849 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675956 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000302500 protein_coding 5 1 9 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675508 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000690874 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000686078 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000693673 protein_coding 1 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692404 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000685628 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000692732 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000348264 protein_coding 6 1 5 CLCC1 ENSG00000121940 +CDS chr1 108937077 108937418 ENST00000675247 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108938166 108938216 ENST00000675584 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108938166 108938216 ENST00000676392 protein_coding 2 NA 11 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690509 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687134 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689351 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685497 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691342 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686776 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692342 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686434 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687734 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688778 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685104 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689103 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687591 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691777 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690756 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689991 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691513 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686821 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692511 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689479 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687646 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687226 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693336 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685540 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685014 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687328 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675018 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690781 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686817 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688285 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687449 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687865 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000687099 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685791 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000689189 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000691556 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369968 protein_coding 7 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369969 protein_coding 7 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000356970 protein_coding 6 5 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000482889 protein_coding 2 3 5 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369976 protein_coding 6 2 6 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000688610 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675571 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693089 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675650 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000369970 protein_coding 8 5 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675654 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675790 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675584 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676392 protein_coding 2 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676391 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000676454 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000674849 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675956 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000302500 protein_coding 5 1 8 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675508 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000690874 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000686078 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000693673 protein_coding 1 NA 10 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692404 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000685628 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000692732 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000348264 protein_coding 6 1 4 CLCC1 ENSG00000121940 +CDS chr1 108939636 108939782 ENST00000675247 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690509 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687134 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689351 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685497 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691342 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686776 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692342 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686434 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687734 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688778 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685104 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689103 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687591 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691777 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690756 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689991 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691513 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686821 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692511 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689479 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687646 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687226 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693336 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685540 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685014 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687328 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675018 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690781 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686817 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688285 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687449 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687865 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000687099 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685791 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000689189 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000691556 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369968 protein_coding 7 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369969 protein_coding 7 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000356970 protein_coding 6 5 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000482889 protein_coding 2 3 4 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369976 protein_coding 6 2 5 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000688610 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675571 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693089 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675650 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000369970 protein_coding 8 5 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675654 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675790 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675584 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676392 protein_coding 2 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676391 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000676454 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000674849 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675956 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000302500 protein_coding 5 1 7 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675508 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000690874 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000686078 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000693673 protein_coding 1 NA 9 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692404 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000685628 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000692732 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108940045 108940142 ENST00000675247 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690509 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687134 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689351 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685497 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691342 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686776 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692342 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686434 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687734 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688778 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685104 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689103 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687591 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691777 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690756 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689991 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691513 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686821 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692511 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689479 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687646 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687226 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693336 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685540 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685014 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687328 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675018 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690781 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686817 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688285 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687449 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687865 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000687099 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685791 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000689189 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000691556 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369968 protein_coding 7 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369969 protein_coding 7 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000356970 protein_coding 6 5 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000482889 protein_coding 2 3 3 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369976 protein_coding 6 2 4 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000688610 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675571 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693089 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675650 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000369970 protein_coding 8 5 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675654 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675790 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675584 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676392 protein_coding 2 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676391 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000676454 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000674849 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675956 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000302500 protein_coding 5 1 6 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675508 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000690874 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000686078 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000693673 protein_coding 1 NA 8 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692404 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000685628 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000692732 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108941405 108941498 ENST00000675247 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690509 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687134 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689351 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685497 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691342 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686776 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692342 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686434 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687734 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000688778 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685104 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689103 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687591 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691777 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690756 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689991 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691513 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686821 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692511 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689479 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687646 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687226 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693336 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685540 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685014 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687328 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675018 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690781 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686817 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000688285 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687449 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687865 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000687099 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685791 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000689189 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000691556 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369968 protein_coding 7 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369969 protein_coding 7 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000356970 protein_coding 6 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692184 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000482889 protein_coding 2 3 2 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369976 protein_coding 6 2 3 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675571 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693089 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675650 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000369970 protein_coding 8 5 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675654 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675790 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675584 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676392 protein_coding 2 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676391 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000676454 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000674849 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675956 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675508 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000690874 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000686078 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000693673 protein_coding 1 NA 7 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000692404 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000685628 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943475 108943615 ENST00000675247 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943559 108943615 ENST00000692732 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690509 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687134 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689351 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685497 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000691342 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686776 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692342 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000686434 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000687734 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000688778 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685104 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000689103 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687591 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691777 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690756 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689991 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691513 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686821 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692511 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689479 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687646 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000687226 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693336 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685540 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685014 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687328 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000675018 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690781 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686817 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000688285 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687449 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687865 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000687099 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000685791 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000689189 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000691556 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369968 protein_coding 7 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369969 protein_coding 7 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000356970 protein_coding 6 5 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944010 ENST00000692184 protein_coding 1 NA 1 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943882 ENST00000482889 protein_coding 2 3 1 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000369976 protein_coding 6 2 2 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944036 ENST00000675571 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693089 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675650 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000369970 protein_coding 8 5 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675654 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000675790 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675584 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000676392 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000676391 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000674849 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675956 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675508 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000690874 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000686078 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000693673 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692404 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108943907 ENST00000685628 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000692732 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108943836 108944057 ENST00000675247 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +transcript chr1 108943847 108963489 ENST00000676059 protein_coding 2 NA NA CLCC1 ENSG00000121940 +CDS chr1 108943847 108944057 ENST00000676059 protein_coding 2 NA 6 CLCC1 ENSG00000121940 +transcript chr1 108944033 108963480 ENST00000674527 protein_coding 1 NA NA CLCC1 ENSG00000121940 +CDS chr1 108944033 108944057 ENST00000674527 protein_coding 1 NA 6 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690509 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687134 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689351 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685497 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686776 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692342 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686434 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687734 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688778 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685104 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687591 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691777 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690756 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689991 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691513 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686821 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692511 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689479 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687646 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687226 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693336 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685540 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685014 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687328 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690781 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686817 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688285 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687449 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687865 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000687099 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685791 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000689189 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000691556 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369968 protein_coding 7 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369969 protein_coding 7 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000356970 protein_coding 6 5 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947702 ENST00000369976 protein_coding 6 2 1 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000688610 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693089 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675650 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000369970 protein_coding 8 5 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675654 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675790 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675584 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676392 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676391 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676454 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000674849 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675956 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000302500 protein_coding 5 1 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675508 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000690874 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000686078 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000693673 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692404 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000685628 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000692732 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000348264 protein_coding 6 1 3 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000675247 protein_coding 2 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000676059 protein_coding 2 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108947611 108947718 ENST00000674527 protein_coding 1 NA 5 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690509 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687134 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689351 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685497 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686776 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692342 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686434 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687734 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688778 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685104 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687591 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691777 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690756 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689991 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691513 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686821 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692511 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689479 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687646 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687226 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693336 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685540 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685014 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687328 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690781 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686817 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688285 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687449 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687865 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000687099 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685791 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000689189 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000691556 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369968 protein_coding 7 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369969 protein_coding 7 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000356970 protein_coding 6 5 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000688610 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693089 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675650 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000369970 protein_coding 8 5 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675654 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675790 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675584 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676392 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676391 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676454 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000674849 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675956 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000302500 protein_coding 5 1 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000675508 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000690874 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000686078 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000693673 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692404 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000685628 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000692732 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000348264 protein_coding 6 1 2 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000676059 protein_coding 2 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108949820 108949921 ENST00000674527 protein_coding 1 NA 4 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690509 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687134 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689351 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685497 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686776 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000692342 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686434 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687734 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688778 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685104 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687591 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000691777 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690756 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689991 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000691513 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686821 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692511 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000689479 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687646 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687226 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693336 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685540 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685014 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687328 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690781 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000686817 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688285 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687449 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000687865 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000687099 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000685791 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000689189 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000691556 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000369968 protein_coding 7 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000369969 protein_coding 7 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000356970 protein_coding 6 5 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000688610 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693089 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675650 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000369970 protein_coding 8 5 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675654 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675790 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950353 ENST00000675584 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676392 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676391 protein_coding 2 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676454 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000674849 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675956 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000302500 protein_coding 5 1 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675508 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000690874 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000686078 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000693673 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692404 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000685628 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000692732 protein_coding 1 NA 2 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000348264 protein_coding 6 1 1 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000675247 protein_coding 2 NA 1 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000676059 protein_coding 2 NA 3 CLCC1 ENSG00000121940 +CDS chr1 108950309 108950437 ENST00000674527 protein_coding 1 NA 3 CLCC1 ENSG00000121940 +transcript chr1 108970214 109041986 ENST00000400794 protein_coding 7 1 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042075 ENST00000361054 protein_coding 7 5 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042102 ENST00000369962 protein_coding 8 1 NA WDR47 ENSG00000085433 +transcript chr1 108970214 109042113 ENST00000369965 protein_coding 8 1 NA WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000400794 protein_coding 7 1 15 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000361054 protein_coding 7 5 14 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000369962 protein_coding 8 1 15 WDR47 ENSG00000085433 +CDS chr1 108971433 108971572 ENST00000369965 protein_coding 8 1 15 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000400794 protein_coding 7 1 14 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000361054 protein_coding 7 5 13 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000369962 protein_coding 8 1 14 WDR47 ENSG00000085433 +CDS chr1 108974536 108974754 ENST00000369965 protein_coding 8 1 14 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000400794 protein_coding 7 1 13 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000361054 protein_coding 7 5 12 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000369962 protein_coding 8 1 13 WDR47 ENSG00000085433 +CDS chr1 108981733 108981864 ENST00000369965 protein_coding 8 1 13 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000400794 protein_coding 7 1 12 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000361054 protein_coding 7 5 11 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000369962 protein_coding 8 1 12 WDR47 ENSG00000085433 +CDS chr1 108982609 108982779 ENST00000369965 protein_coding 8 1 12 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000400794 protein_coding 7 1 11 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000361054 protein_coding 7 5 10 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000369962 protein_coding 8 1 11 WDR47 ENSG00000085433 +CDS chr1 108983282 108983451 ENST00000369965 protein_coding 8 1 11 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000400794 protein_coding 7 1 10 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000361054 protein_coding 7 5 9 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000369962 protein_coding 8 1 10 WDR47 ENSG00000085433 +CDS chr1 108986523 108986680 ENST00000369965 protein_coding 8 1 10 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000400794 protein_coding 7 1 9 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000361054 protein_coding 7 5 8 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000369962 protein_coding 8 1 9 WDR47 ENSG00000085433 +CDS chr1 108991254 108991329 ENST00000369965 protein_coding 8 1 9 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000400794 protein_coding 7 1 8 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000361054 protein_coding 7 5 7 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000369962 protein_coding 8 1 8 WDR47 ENSG00000085433 +CDS chr1 108995580 108995837 ENST00000369965 protein_coding 8 1 8 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000400794 protein_coding 7 1 7 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000361054 protein_coding 7 5 6 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000369962 protein_coding 8 1 7 WDR47 ENSG00000085433 +CDS chr1 109002224 109002402 ENST00000369965 protein_coding 8 1 7 WDR47 ENSG00000085433 +CDS chr1 109004592 109004718 ENST00000400794 protein_coding 7 1 6 WDR47 ENSG00000085433 +CDS chr1 109004592 109004715 ENST00000361054 protein_coding 7 5 5 WDR47 ENSG00000085433 +CDS chr1 109004592 109004715 ENST00000369962 protein_coding 8 1 6 WDR47 ENSG00000085433 +CDS chr1 109004592 109004718 ENST00000369965 protein_coding 8 1 6 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000400794 protein_coding 7 1 5 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000361054 protein_coding 7 5 4 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000369962 protein_coding 8 1 5 WDR47 ENSG00000085433 +CDS chr1 109010916 109011718 ENST00000369965 protein_coding 8 1 5 WDR47 ENSG00000085433 +transcript chr1 109011527 109041547 ENST00000530772 protein_coding 5 5 NA WDR47 ENSG00000085433 +CDS chr1 109011527 109011718 ENST00000530772 protein_coding 5 5 5 WDR47 ENSG00000085433 +transcript chr1 109011546 109042105 ENST00000529074 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109011546 109011718 ENST00000529074 protein_coding 1 4 4 WDR47 ENSG00000085433 +transcript chr1 109011576 109042102 ENST00000531337 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109011576 109011718 ENST00000531337 protein_coding 1 4 3 WDR47 ENSG00000085433 +CDS chr1 109013820 109013925 ENST00000400794 protein_coding 7 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000361054 protein_coding 7 5 3 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000369962 protein_coding 8 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000369965 protein_coding 8 1 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000530772 protein_coding 5 5 4 WDR47 ENSG00000085433 +CDS chr1 109013841 109013925 ENST00000529074 protein_coding 1 4 3 WDR47 ENSG00000085433 +CDS chr1 109013841 109013867 ENST00000531337 protein_coding 1 4 2 WDR47 ENSG00000085433 +transcript chr1 109013850 109041986 ENST00000528747 protein_coding 1 4 NA WDR47 ENSG00000085433 +CDS chr1 109013850 109013925 ENST00000528747 protein_coding 1 4 5 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000400794 protein_coding 7 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000369962 protein_coding 8 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000369965 protein_coding 8 1 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000530772 protein_coding 5 5 3 WDR47 ENSG00000085433 +CDS chr1 109017518 109017540 ENST00000529074 protein_coding 1 4 2 WDR47 ENSG00000085433 +CDS chr1 109017518 109017601 ENST00000528747 protein_coding 1 4 4 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000400794 protein_coding 7 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000361054 protein_coding 7 5 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000369962 protein_coding 8 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000369965 protein_coding 8 1 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000530772 protein_coding 5 5 2 WDR47 ENSG00000085433 +CDS chr1 109023355 109023512 ENST00000528747 protein_coding 1 4 3 WDR47 ENSG00000085433 +transcript chr1 109062496 109076007 ENST00000461096 protein_coding 7 5 NA TAF13 ENSG00000197780 +transcript chr1 109064140 109076003 ENST00000338366 protein_coding 6 1 NA TAF13 ENSG00000197780 +transcript chr1 109064463 109076012 ENST00000692048 protein_coding 1 NA NA TAF13 ENSG00000197780 +CDS chr1 109064526 109064693 ENST00000461096 protein_coding 7 5 4 TAF13 ENSG00000197780 +CDS chr1 109064526 109064693 ENST00000338366 protein_coding 6 1 4 TAF13 ENSG00000197780 +CDS chr1 109064633 109064693 ENST00000692048 protein_coding 1 NA 5 TAF13 ENSG00000197780 +CDS chr1 109065797 109065918 ENST00000692048 protein_coding 1 NA 4 TAF13 ENSG00000197780 +CDS chr1 109066135 109066224 ENST00000461096 protein_coding 7 5 3 TAF13 ENSG00000197780 +CDS chr1 109066135 109066232 ENST00000338366 protein_coding 6 1 3 TAF13 ENSG00000197780 +CDS chr1 109066135 109066232 ENST00000692048 protein_coding 1 NA 3 TAF13 ENSG00000197780 +CDS chr1 109074987 109075065 ENST00000338366 protein_coding 6 1 2 TAF13 ENSG00000197780 +CDS chr1 109074987 109075065 ENST00000692048 protein_coding 1 NA 2 TAF13 ENSG00000197780 +CDS chr1 109075921 109075947 ENST00000338366 protein_coding 6 1 1 TAF13 ENSG00000197780 +CDS chr1 109075921 109075947 ENST00000692048 protein_coding 1 NA 1 TAF13 ENSG00000197780 +transcript chr1 109090764 109096934 ENST00000338272 protein_coding 9 1 NA TMEM167B ENSG00000215717 +transcript chr1 109090773 109096921 ENST00000651489 protein_coding 1 NA NA TMEM167B ENSG00000215717 +CDS chr1 109090873 109090882 ENST00000338272 protein_coding 9 1 1 TMEM167B ENSG00000215717 +CDS chr1 109090873 109090882 ENST00000651489 protein_coding 1 NA 1 TMEM167B ENSG00000215717 +CDS chr1 109092890 109093021 ENST00000338272 protein_coding 9 1 2 TMEM167B ENSG00000215717 +CDS chr1 109092890 109093082 ENST00000651489 protein_coding 1 NA 2 TMEM167B ENSG00000215717 +CDS chr1 109094417 109094496 ENST00000338272 protein_coding 9 1 3 TMEM167B ENSG00000215717 +CDS chr1 109094417 109094576 ENST00000651489 protein_coding 1 NA 3 TMEM167B ENSG00000215717 +transcript chr1 109105951 109112747 ENST00000369948 protein_coding 8 2 NA C1orf194 ENSG00000179902 +transcript chr1 109105951 109113857 ENST00000369949 protein_coding 8 2 NA C1orf194 ENSG00000179902 +transcript chr1 109105955 109112747 ENST00000369945 protein_coding 7 5 NA C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369948 protein_coding 8 2 5 C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369949 protein_coding 8 2 5 C1orf194 ENSG00000179902 +CDS chr1 109106031 109106098 ENST00000369945 protein_coding 7 5 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369948 protein_coding 8 2 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369949 protein_coding 8 2 4 C1orf194 ENSG00000179902 +CDS chr1 109106535 109106659 ENST00000369945 protein_coding 7 5 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369948 protein_coding 8 2 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369949 protein_coding 8 2 3 C1orf194 ENSG00000179902 +CDS chr1 109107007 109107122 ENST00000369945 protein_coding 7 5 2 C1orf194 ENSG00000179902 +CDS chr1 109107921 109108037 ENST00000369948 protein_coding 8 2 2 C1orf194 ENSG00000179902 +CDS chr1 109107921 109108037 ENST00000369949 protein_coding 8 2 2 C1orf194 ENSG00000179902 +CDS chr1 109112599 109112679 ENST00000369948 protein_coding 8 2 1 C1orf194 ENSG00000179902 +CDS chr1 109112599 109112679 ENST00000369945 protein_coding 7 5 1 C1orf194 ENSG00000179902 +CDS chr1 109113633 109113677 ENST00000369949 protein_coding 8 2 1 C1orf194 ENSG00000179902 +transcript chr1 109113679 109162014 ENST00000533147 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113911 109172013 ENST00000531664 protein_coding 5 3 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113929 109164681 ENST00000534476 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109113963 109164691 ENST00000526264 protein_coding 5 4 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114107 109200782 ENST00000457623 protein_coding 6 5 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114115 109206781 ENST00000369939 protein_coding 8 5 NA ELAPOR1 ENSG00000116299 +transcript chr1 109114155 109203105 ENST00000529753 protein_coding 5 1 NA ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000533147 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000531664 protein_coding 5 3 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000534476 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000526264 protein_coding 5 4 2 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000369939 protein_coding 8 5 1 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000457623 protein_coding 6 5 1 ELAPOR1 ENSG00000116299 +CDS chr1 109114184 109114336 ENST00000529753 protein_coding 5 1 1 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000533147 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000531664 protein_coding 5 3 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000534476 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000526264 protein_coding 5 4 3 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000369939 protein_coding 8 5 2 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000457623 protein_coding 6 5 2 ELAPOR1 ENSG00000116299 +CDS chr1 109161894 109162014 ENST00000529753 protein_coding 5 1 2 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000531664 protein_coding 5 3 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164681 ENST00000534476 protein_coding 5 4 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000526264 protein_coding 5 4 4 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000369939 protein_coding 8 5 3 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000457623 protein_coding 6 5 3 ELAPOR1 ENSG00000116299 +CDS chr1 109164499 109164691 ENST00000529753 protein_coding 5 1 3 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000531664 protein_coding 5 3 5 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000369939 protein_coding 8 5 4 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000457623 protein_coding 6 5 4 ELAPOR1 ENSG00000116299 +CDS chr1 109171866 109172013 ENST00000529753 protein_coding 5 1 4 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000369939 protein_coding 8 5 5 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000457623 protein_coding 6 5 5 ELAPOR1 ENSG00000116299 +CDS chr1 109172488 109172568 ENST00000529753 protein_coding 5 1 5 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173579 ENST00000369939 protein_coding 8 5 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173579 ENST00000457623 protein_coding 6 5 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173474 109173557 ENST00000529753 protein_coding 5 1 6 ELAPOR1 ENSG00000116299 +CDS chr1 109173688 109173837 ENST00000369939 protein_coding 8 5 7 ELAPOR1 ENSG00000116299 +CDS chr1 109185045 109185133 ENST00000369939 protein_coding 8 5 8 ELAPOR1 ENSG00000116299 +CDS chr1 109185045 109185133 ENST00000457623 protein_coding 6 5 7 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000369939 protein_coding 8 5 9 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000457623 protein_coding 6 5 8 ELAPOR1 ENSG00000116299 +CDS chr1 109188177 109188354 ENST00000529753 protein_coding 5 1 7 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000369939 protein_coding 8 5 10 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000457623 protein_coding 6 5 9 ELAPOR1 ENSG00000116299 +CDS chr1 109189066 109189194 ENST00000529753 protein_coding 5 1 8 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000369939 protein_coding 8 5 11 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000457623 protein_coding 6 5 10 ELAPOR1 ENSG00000116299 +CDS chr1 109189592 109189682 ENST00000529753 protein_coding 5 1 9 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000369939 protein_coding 8 5 12 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000457623 protein_coding 6 5 11 ELAPOR1 ENSG00000116299 +CDS chr1 109191366 109191471 ENST00000529753 protein_coding 5 1 10 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000369939 protein_coding 8 5 13 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000457623 protein_coding 6 5 12 ELAPOR1 ENSG00000116299 +CDS chr1 109191726 109191863 ENST00000529753 protein_coding 5 1 11 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000369939 protein_coding 8 5 14 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000457623 protein_coding 6 5 13 ELAPOR1 ENSG00000116299 +CDS chr1 109192611 109192874 ENST00000529753 protein_coding 5 1 12 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000369939 protein_coding 8 5 15 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000457623 protein_coding 6 5 14 ELAPOR1 ENSG00000116299 +CDS chr1 109194421 109194594 ENST00000529753 protein_coding 5 1 13 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000369939 protein_coding 8 5 16 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000457623 protein_coding 6 5 15 ELAPOR1 ENSG00000116299 +CDS chr1 109197474 109197654 ENST00000529753 protein_coding 5 1 14 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000369939 protein_coding 8 5 17 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000457623 protein_coding 6 5 16 ELAPOR1 ENSG00000116299 +CDS chr1 109197979 109198075 ENST00000529753 protein_coding 5 1 15 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000369939 protein_coding 8 5 18 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000457623 protein_coding 6 5 17 ELAPOR1 ENSG00000116299 +CDS chr1 109198573 109198674 ENST00000529753 protein_coding 5 1 16 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000369939 protein_coding 8 5 19 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000457623 protein_coding 6 5 18 ELAPOR1 ENSG00000116299 +CDS chr1 109199854 109199980 ENST00000529753 protein_coding 5 1 17 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000369939 protein_coding 8 5 20 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000457623 protein_coding 6 5 19 ELAPOR1 ENSG00000116299 +CDS chr1 109200059 109200237 ENST00000529753 protein_coding 5 1 18 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200900 ENST00000369939 protein_coding 8 5 21 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200782 ENST00000457623 protein_coding 6 5 20 ELAPOR1 ENSG00000116299 +CDS chr1 109200735 109200900 ENST00000529753 protein_coding 5 1 19 ELAPOR1 ENSG00000116299 +CDS chr1 109202944 109203009 ENST00000369939 protein_coding 8 5 22 ELAPOR1 ENSG00000116299 +CDS chr1 109202944 109203009 ENST00000529753 protein_coding 5 1 20 ELAPOR1 ENSG00000116299 +transcript chr1 109213918 109238182 ENST00000234677 protein_coding 7 1 NA SARS1 ENSG00000031698 +transcript chr1 109213982 109238148 ENST00000369923 protein_coding 4 5 NA SARS1 ENSG00000031698 +CDS chr1 109213993 109214128 ENST00000234677 protein_coding 7 1 1 SARS1 ENSG00000031698 +CDS chr1 109213993 109214128 ENST00000369923 protein_coding 4 5 1 SARS1 ENSG00000031698 +CDS chr1 109223978 109224048 ENST00000234677 protein_coding 7 1 2 SARS1 ENSG00000031698 +CDS chr1 109223978 109224048 ENST00000369923 protein_coding 4 5 2 SARS1 ENSG00000031698 +CDS chr1 109228352 109228432 ENST00000234677 protein_coding 7 1 3 SARS1 ENSG00000031698 +CDS chr1 109228352 109228432 ENST00000369923 protein_coding 4 5 3 SARS1 ENSG00000031698 +CDS chr1 109229414 109229572 ENST00000234677 protein_coding 7 1 4 SARS1 ENSG00000031698 +CDS chr1 109229414 109229572 ENST00000369923 protein_coding 4 5 4 SARS1 ENSG00000031698 +CDS chr1 109230878 109231021 ENST00000234677 protein_coding 7 1 5 SARS1 ENSG00000031698 +CDS chr1 109230878 109231021 ENST00000369923 protein_coding 4 5 5 SARS1 ENSG00000031698 +CDS chr1 109231631 109231786 ENST00000234677 protein_coding 7 1 6 SARS1 ENSG00000031698 +CDS chr1 109231631 109231786 ENST00000369923 protein_coding 4 5 6 SARS1 ENSG00000031698 +CDS chr1 109235210 109235431 ENST00000234677 protein_coding 7 1 7 SARS1 ENSG00000031698 +CDS chr1 109235210 109235431 ENST00000369923 protein_coding 4 5 7 SARS1 ENSG00000031698 +CDS chr1 109235977 109236106 ENST00000234677 protein_coding 7 1 8 SARS1 ENSG00000031698 +CDS chr1 109235977 109236106 ENST00000369923 protein_coding 4 5 8 SARS1 ENSG00000031698 +CDS chr1 109236391 109236548 ENST00000234677 protein_coding 7 1 9 SARS1 ENSG00000031698 +CDS chr1 109236391 109236548 ENST00000369923 protein_coding 4 5 9 SARS1 ENSG00000031698 +CDS chr1 109236805 109236870 ENST00000369923 protein_coding 4 5 10 SARS1 ENSG00000031698 +CDS chr1 109237244 109237373 ENST00000234677 protein_coding 7 1 10 SARS1 ENSG00000031698 +CDS chr1 109237244 109237373 ENST00000369923 protein_coding 4 5 11 SARS1 ENSG00000031698 +CDS chr1 109237731 109237885 ENST00000234677 protein_coding 7 1 11 SARS1 ENSG00000031698 +CDS chr1 109237731 109237885 ENST00000369923 protein_coding 4 5 12 SARS1 ENSG00000031698 +transcript chr1 109249539 109275751 ENST00000271332 protein_coding 4 1 NA CELSR2 ENSG00000143126 +CDS chr1 109250080 109253389 ENST00000271332 protein_coding 4 1 1 CELSR2 ENSG00000143126 +CDS chr1 109258432 109259079 ENST00000271332 protein_coding 4 1 2 CELSR2 ENSG00000143126 +CDS chr1 109261042 109261264 ENST00000271332 protein_coding 4 1 3 CELSR2 ENSG00000143126 +CDS chr1 109261513 109261628 ENST00000271332 protein_coding 4 1 4 CELSR2 ENSG00000143126 +CDS chr1 109261808 109261896 ENST00000271332 protein_coding 4 1 5 CELSR2 ENSG00000143126 +CDS chr1 109262287 109262444 ENST00000271332 protein_coding 4 1 6 CELSR2 ENSG00000143126 +CDS chr1 109262806 109262969 ENST00000271332 protein_coding 4 1 7 CELSR2 ENSG00000143126 +CDS chr1 109263142 109263267 ENST00000271332 protein_coding 4 1 8 CELSR2 ENSG00000143126 +CDS chr1 109263611 109263777 ENST00000271332 protein_coding 4 1 9 CELSR2 ENSG00000143126 +CDS chr1 109264078 109264365 ENST00000271332 protein_coding 4 1 10 CELSR2 ENSG00000143126 +CDS chr1 109264454 109264628 ENST00000271332 protein_coding 4 1 11 CELSR2 ENSG00000143126 +CDS chr1 109264868 109265009 ENST00000271332 protein_coding 4 1 12 CELSR2 ENSG00000143126 +CDS chr1 109265191 109265311 ENST00000271332 protein_coding 4 1 13 CELSR2 ENSG00000143126 +CDS chr1 109265735 109265918 ENST00000271332 protein_coding 4 1 14 CELSR2 ENSG00000143126 +CDS chr1 109266105 109266206 ENST00000271332 protein_coding 4 1 15 CELSR2 ENSG00000143126 +CDS chr1 109267548 109267642 ENST00000271332 protein_coding 4 1 16 CELSR2 ENSG00000143126 +CDS chr1 109267851 109268060 ENST00000271332 protein_coding 4 1 17 CELSR2 ENSG00000143126 +CDS chr1 109268581 109268764 ENST00000271332 protein_coding 4 1 18 CELSR2 ENSG00000143126 +CDS chr1 109268880 109269008 ENST00000271332 protein_coding 4 1 19 CELSR2 ENSG00000143126 +CDS chr1 109269110 109269290 ENST00000271332 protein_coding 4 1 20 CELSR2 ENSG00000143126 +CDS chr1 109269424 109269591 ENST00000271332 protein_coding 4 1 21 CELSR2 ENSG00000143126 +CDS chr1 109269694 109269820 ENST00000271332 protein_coding 4 1 22 CELSR2 ENSG00000143126 +CDS chr1 109269933 109270133 ENST00000271332 protein_coding 4 1 23 CELSR2 ENSG00000143126 +CDS chr1 109270426 109270600 ENST00000271332 protein_coding 4 1 24 CELSR2 ENSG00000143126 +CDS chr1 109270927 109271039 ENST00000271332 protein_coding 4 1 25 CELSR2 ENSG00000143126 +CDS chr1 109271217 109271296 ENST00000271332 protein_coding 4 1 26 CELSR2 ENSG00000143126 +CDS chr1 109271386 109271512 ENST00000271332 protein_coding 4 1 27 CELSR2 ENSG00000143126 +CDS chr1 109271600 109271722 ENST00000271332 protein_coding 4 1 28 CELSR2 ENSG00000143126 +CDS chr1 109272278 109272405 ENST00000271332 protein_coding 4 1 29 CELSR2 ENSG00000143126 +CDS chr1 109272640 109272728 ENST00000271332 protein_coding 4 1 30 CELSR2 ENSG00000143126 +CDS chr1 109272833 109273027 ENST00000271332 protein_coding 4 1 31 CELSR2 ENSG00000143126 +CDS chr1 109273166 109273336 ENST00000271332 protein_coding 4 1 32 CELSR2 ENSG00000143126 +CDS chr1 109273436 109273670 ENST00000271332 protein_coding 4 1 33 CELSR2 ENSG00000143126 +CDS chr1 109274022 109274046 ENST00000271332 protein_coding 4 1 34 CELSR2 ENSG00000143126 +transcript chr1 109279556 109283115 ENST00000369904 protein_coding 7 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279556 109283125 ENST00000409267 protein_coding 5 5 NA PSRC1 ENSG00000134222 +transcript chr1 109279556 109283147 ENST00000369907 protein_coding 7 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279557 109283168 ENST00000369909 protein_coding 6 1 NA PSRC1 ENSG00000134222 +transcript chr1 109279565 109283186 ENST00000409138 protein_coding 6 2 NA PSRC1 ENSG00000134222 +transcript chr1 109279585 109283122 ENST00000369903 protein_coding 6 5 NA PSRC1 ENSG00000134222 +CDS chr1 109280124 109280156 ENST00000369904 protein_coding 7 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000409267 protein_coding 5 5 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369907 protein_coding 7 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000409138 protein_coding 6 2 7 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369903 protein_coding 6 5 8 PSRC1 ENSG00000134222 +CDS chr1 109280156 109280156 ENST00000369909 protein_coding 6 1 8 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369904 protein_coding 7 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000409267 protein_coding 5 5 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369907 protein_coding 7 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000409138 protein_coding 6 2 6 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369903 protein_coding 6 5 7 PSRC1 ENSG00000134222 +CDS chr1 109280396 109280489 ENST00000369909 protein_coding 6 1 7 PSRC1 ENSG00000134222 +CDS chr1 109280777 109280916 ENST00000369904 protein_coding 7 1 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000409267 protein_coding 5 5 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369907 protein_coding 7 1 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281251 ENST00000409138 protein_coding 6 2 5 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369903 protein_coding 6 5 6 PSRC1 ENSG00000134222 +CDS chr1 109280777 109281046 ENST00000369909 protein_coding 6 1 6 PSRC1 ENSG00000134222 +transcript chr1 109280809 109281679 ENST00000474126 protein_coding 2 3 NA PSRC1 ENSG00000134222 +CDS chr1 109280809 109280969 ENST00000474126 protein_coding 2 3 3 PSRC1 ENSG00000134222 +transcript chr1 109280986 109283122 ENST00000429031 protein_coding 5 3 NA PSRC1 ENSG00000134222 +CDS chr1 109280986 109281046 ENST00000429031 protein_coding 5 3 6 PSRC1 ENSG00000134222 +CDS chr1 109281108 109281251 ENST00000369904 protein_coding 7 1 5 PSRC1 ENSG00000134222 +CDS chr1 109281108 109281251 ENST00000474126 protein_coding 2 3 2 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000409267 protein_coding 5 5 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369907 protein_coding 7 1 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369903 protein_coding 6 5 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000429031 protein_coding 5 3 5 PSRC1 ENSG00000134222 +CDS chr1 109281137 109281251 ENST00000369909 protein_coding 6 1 5 PSRC1 ENSG00000134222 +transcript chr1 109281155 109283122 ENST00000418914 protein_coding 2 1 NA PSRC1 ENSG00000134222 +CDS chr1 109281155 109281251 ENST00000418914 protein_coding 2 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369904 protein_coding 7 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000409267 protein_coding 5 5 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369907 protein_coding 7 1 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000409138 protein_coding 6 2 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369903 protein_coding 6 5 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109281679 ENST00000474126 protein_coding 2 3 1 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000429031 protein_coding 5 3 4 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000418914 protein_coding 2 1 3 PSRC1 ENSG00000134222 +CDS chr1 109281619 109282060 ENST00000369909 protein_coding 6 1 4 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369904 protein_coding 7 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000409267 protein_coding 5 5 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369907 protein_coding 7 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000409138 protein_coding 6 2 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369903 protein_coding 6 5 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000429031 protein_coding 5 3 3 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000418914 protein_coding 2 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282518 109282575 ENST00000369909 protein_coding 6 1 3 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369904 protein_coding 7 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000409267 protein_coding 5 5 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369907 protein_coding 7 1 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000409138 protein_coding 6 2 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369903 protein_coding 6 5 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000429031 protein_coding 5 3 2 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000418914 protein_coding 2 1 1 PSRC1 ENSG00000134222 +CDS chr1 109282680 109282698 ENST00000369909 protein_coding 6 1 2 PSRC1 ENSG00000134222 +transcript chr1 109292365 109307011 ENST00000357155 protein_coding 2 1 NA MYBPHL ENSG00000221986 +CDS chr1 109294242 109294249 ENST00000357155 protein_coding 2 1 8 MYBPHL ENSG00000221986 +CDS chr1 109295111 109295297 ENST00000357155 protein_coding 2 1 7 MYBPHL ENSG00000221986 +CDS chr1 109296234 109296370 ENST00000357155 protein_coding 2 1 6 MYBPHL ENSG00000221986 +CDS chr1 109296783 109296942 ENST00000357155 protein_coding 2 1 5 MYBPHL ENSG00000221986 +CDS chr1 109297050 109297189 ENST00000357155 protein_coding 2 1 4 MYBPHL ENSG00000221986 +CDS chr1 109297422 109297617 ENST00000357155 protein_coding 2 1 3 MYBPHL ENSG00000221986 +CDS chr1 109298169 109298257 ENST00000357155 protein_coding 2 1 2 MYBPHL ENSG00000221986 +CDS chr1 109306847 109306991 ENST00000357155 protein_coding 2 1 1 MYBPHL ENSG00000221986 +transcript chr1 109309568 109393357 ENST00000538502 protein_coding 5 2 NA SORT1 ENSG00000134243 +transcript chr1 109309575 109397918 ENST00000256637 protein_coding 8 1 NA SORT1 ENSG00000134243 +CDS chr1 109314046 109314057 ENST00000256637 protein_coding 8 1 20 SORT1 ENSG00000134243 +CDS chr1 109314046 109314057 ENST00000538502 protein_coding 5 2 20 SORT1 ENSG00000134243 +CDS chr1 109314261 109314384 ENST00000256637 protein_coding 8 1 19 SORT1 ENSG00000134243 +CDS chr1 109314261 109314384 ENST00000538502 protein_coding 5 2 19 SORT1 ENSG00000134243 +CDS chr1 109314672 109314778 ENST00000256637 protein_coding 8 1 18 SORT1 ENSG00000134243 +CDS chr1 109314672 109314778 ENST00000538502 protein_coding 5 2 18 SORT1 ENSG00000134243 +CDS chr1 109316850 109316958 ENST00000256637 protein_coding 8 1 17 SORT1 ENSG00000134243 +CDS chr1 109316850 109316958 ENST00000538502 protein_coding 5 2 17 SORT1 ENSG00000134243 +CDS chr1 109317853 109317969 ENST00000256637 protein_coding 8 1 16 SORT1 ENSG00000134243 +CDS chr1 109317853 109317969 ENST00000538502 protein_coding 5 2 16 SORT1 ENSG00000134243 +CDS chr1 109322932 109323121 ENST00000256637 protein_coding 8 1 15 SORT1 ENSG00000134243 +CDS chr1 109322932 109323121 ENST00000538502 protein_coding 5 2 15 SORT1 ENSG00000134243 +CDS chr1 109324899 109325089 ENST00000256637 protein_coding 8 1 14 SORT1 ENSG00000134243 +CDS chr1 109324899 109325089 ENST00000538502 protein_coding 5 2 14 SORT1 ENSG00000134243 +CDS chr1 109326992 109327160 ENST00000256637 protein_coding 8 1 13 SORT1 ENSG00000134243 +CDS chr1 109326992 109327160 ENST00000538502 protein_coding 5 2 13 SORT1 ENSG00000134243 +CDS chr1 109327499 109327601 ENST00000256637 protein_coding 8 1 12 SORT1 ENSG00000134243 +CDS chr1 109327499 109327601 ENST00000538502 protein_coding 5 2 12 SORT1 ENSG00000134243 +CDS chr1 109336240 109336346 ENST00000256637 protein_coding 8 1 11 SORT1 ENSG00000134243 +CDS chr1 109336240 109336346 ENST00000538502 protein_coding 5 2 11 SORT1 ENSG00000134243 +CDS chr1 109340724 109340879 ENST00000256637 protein_coding 8 1 10 SORT1 ENSG00000134243 +CDS chr1 109340724 109340879 ENST00000538502 protein_coding 5 2 10 SORT1 ENSG00000134243 +CDS chr1 109342014 109342158 ENST00000256637 protein_coding 8 1 9 SORT1 ENSG00000134243 +CDS chr1 109342014 109342158 ENST00000538502 protein_coding 5 2 9 SORT1 ENSG00000134243 +CDS chr1 109345751 109345881 ENST00000256637 protein_coding 8 1 8 SORT1 ENSG00000134243 +CDS chr1 109345751 109345878 ENST00000538502 protein_coding 5 2 8 SORT1 ENSG00000134243 +CDS chr1 109347483 109347532 ENST00000256637 protein_coding 8 1 7 SORT1 ENSG00000134243 +CDS chr1 109347483 109347532 ENST00000538502 protein_coding 5 2 7 SORT1 ENSG00000134243 +CDS chr1 109350929 109351002 ENST00000256637 protein_coding 8 1 6 SORT1 ENSG00000134243 +CDS chr1 109350929 109351002 ENST00000538502 protein_coding 5 2 6 SORT1 ENSG00000134243 +transcript chr1 109350947 109389899 ENST00000493736 protein_coding 5 2 NA SORT1 ENSG00000134243 +CDS chr1 109350947 109351002 ENST00000493736 protein_coding 5 2 6 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000256637 protein_coding 8 1 5 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000493736 protein_coding 5 2 5 SORT1 ENSG00000134243 +CDS chr1 109354367 109354531 ENST00000538502 protein_coding 5 2 5 SORT1 ENSG00000134243 +transcript chr1 109354485 109393357 ENST00000482236 protein_coding 5 3 NA SORT1 ENSG00000134243 +CDS chr1 109354485 109354531 ENST00000482236 protein_coding 5 3 5 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000256637 protein_coding 8 1 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000493736 protein_coding 5 2 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000482236 protein_coding 5 3 4 SORT1 ENSG00000134243 +CDS chr1 109355367 109355469 ENST00000538502 protein_coding 5 2 4 SORT1 ENSG00000134243 +transcript chr1 109355441 109392988 ENST00000633956 protein_coding 1 4 NA SORT1 ENSG00000134243 +CDS chr1 109355441 109355469 ENST00000633956 protein_coding 1 4 4 SORT1 ENSG00000134243 +CDS chr1 109367408 109367481 ENST00000256637 protein_coding 8 1 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000493736 protein_coding 5 2 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000482236 protein_coding 5 3 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000633956 protein_coding 1 4 3 SORT1 ENSG00000134243 +CDS chr1 109367408 109367439 ENST00000538502 protein_coding 5 2 3 SORT1 ENSG00000134243 +CDS chr1 109369530 109369589 ENST00000256637 protein_coding 8 1 2 SORT1 ENSG00000134243 +CDS chr1 109397587 109397892 ENST00000256637 protein_coding 8 1 1 SORT1 ENSG00000134243 +transcript chr1 109399042 109426448 ENST00000271308 protein_coding 9 1 NA PSMA5 ENSG00000143106 +transcript chr1 109402013 109426132 ENST00000538610 protein_coding 5 1 NA PSMA5 ENSG00000143106 +CDS chr1 109402016 109402090 ENST00000271308 protein_coding 9 1 9 PSMA5 ENSG00000143106 +CDS chr1 109402016 109402090 ENST00000538610 protein_coding 5 1 9 PSMA5 ENSG00000143106 +CDS chr1 109409928 109410014 ENST00000271308 protein_coding 9 1 8 PSMA5 ENSG00000143106 +CDS chr1 109409928 109410014 ENST00000538610 protein_coding 5 1 8 PSMA5 ENSG00000143106 +CDS chr1 109411011 109411113 ENST00000271308 protein_coding 9 1 7 PSMA5 ENSG00000143106 +CDS chr1 109411011 109411113 ENST00000538610 protein_coding 5 1 7 PSMA5 ENSG00000143106 +CDS chr1 109411877 109411935 ENST00000271308 protein_coding 9 1 6 PSMA5 ENSG00000143106 +CDS chr1 109411877 109411935 ENST00000538610 protein_coding 5 1 6 PSMA5 ENSG00000143106 +CDS chr1 109412077 109412184 ENST00000271308 protein_coding 9 1 5 PSMA5 ENSG00000143106 +CDS chr1 109412077 109412184 ENST00000538610 protein_coding 5 1 5 PSMA5 ENSG00000143106 +CDS chr1 109413068 109413135 ENST00000271308 protein_coding 9 1 4 PSMA5 ENSG00000143106 +CDS chr1 109413068 109413135 ENST00000538610 protein_coding 5 1 4 PSMA5 ENSG00000143106 +CDS chr1 109415237 109415363 ENST00000271308 protein_coding 9 1 3 PSMA5 ENSG00000143106 +CDS chr1 109415237 109415285 ENST00000538610 protein_coding 5 1 3 PSMA5 ENSG00000143106 +CDS chr1 109421860 109421926 ENST00000271308 protein_coding 9 1 2 PSMA5 ENSG00000143106 +CDS chr1 109426302 109426330 ENST00000271308 protein_coding 9 1 1 PSMA5 ENSG00000143106 +transcript chr1 109466546 109482134 ENST00000369872 protein_coding 4 1 NA SYPL2 ENSG00000143028 +CDS chr1 109466844 109466897 ENST00000369872 protein_coding 4 1 1 SYPL2 ENSG00000143028 +CDS chr1 109467059 109467133 ENST00000369872 protein_coding 4 1 2 SYPL2 ENSG00000143028 +CDS chr1 109475581 109475705 ENST00000369872 protein_coding 4 1 3 SYPL2 ENSG00000143028 +CDS chr1 109476776 109476977 ENST00000369872 protein_coding 4 1 4 SYPL2 ENSG00000143028 +CDS chr1 109477818 109478009 ENST00000369872 protein_coding 4 1 5 SYPL2 ENSG00000143028 +CDS chr1 109479378 109479545 ENST00000369872 protein_coding 4 1 6 SYPL2 ENSG00000143028 +transcript chr1 109483905 109492734 ENST00000459635 protein_coding 2 2 NA ATXN7L2 ENSG00000162650 +transcript chr1 109483905 109492734 ENST00000683729 protein_coding 1 NA NA ATXN7L2 ENSG00000162650 +transcript chr1 109483939 109492734 ENST00000369870 protein_coding 7 1 NA ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000459635 protein_coding 2 2 1 ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000369870 protein_coding 7 1 1 ATXN7L2 ENSG00000162650 +CDS chr1 109483954 109484080 ENST00000683729 protein_coding 1 NA 1 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000459635 protein_coding 2 2 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000369870 protein_coding 7 1 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486057 109486122 ENST00000683729 protein_coding 1 NA 2 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000459635 protein_coding 2 2 3 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000369870 protein_coding 7 1 3 ATXN7L2 ENSG00000162650 +CDS chr1 109486506 109486610 ENST00000683729 protein_coding 1 NA 3 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000459635 protein_coding 2 2 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000369870 protein_coding 7 1 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487007 109487217 ENST00000683729 protein_coding 1 NA 4 ATXN7L2 ENSG00000162650 +CDS chr1 109487518 109487804 ENST00000459635 protein_coding 2 2 5 ATXN7L2 ENSG00000162650 +CDS chr1 109487518 109487804 ENST00000683729 protein_coding 1 NA 5 ATXN7L2 ENSG00000162650 +CDS chr1 109487614 109487804 ENST00000369870 protein_coding 7 1 5 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000459635 protein_coding 2 2 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000369870 protein_coding 7 1 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488383 109488465 ENST00000683729 protein_coding 1 NA 6 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000459635 protein_coding 2 2 7 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000369870 protein_coding 7 1 7 ATXN7L2 ENSG00000162650 +CDS chr1 109488847 109489100 ENST00000683729 protein_coding 1 NA 7 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000459635 protein_coding 2 2 8 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000369870 protein_coding 7 1 8 ATXN7L2 ENSG00000162650 +CDS chr1 109489930 109490128 ENST00000683729 protein_coding 1 NA 8 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000459635 protein_coding 2 2 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000369870 protein_coding 7 1 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490271 109490392 ENST00000683729 protein_coding 1 NA 9 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000459635 protein_coding 2 2 10 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000369870 protein_coding 7 1 10 ATXN7L2 ENSG00000162650 +CDS chr1 109490922 109491717 ENST00000683729 protein_coding 1 NA 10 ATXN7L2 ENSG00000162650 +CDS chr1 109492027 109492065 ENST00000459635 protein_coding 2 2 11 ATXN7L2 ENSG00000162650 +CDS chr1 109492586 109492597 ENST00000369870 protein_coding 7 1 11 ATXN7L2 ENSG00000162650 +CDS chr1 109492586 109492597 ENST00000683729 protein_coding 1 NA 11 ATXN7L2 ENSG00000162650 +transcript chr1 109494052 109496272 ENST00000393709 protein_coding 3 4 NA CYB561D1 ENSG00000174151 +transcript chr1 109494079 109498855 ENST00000496961 protein_coding 5 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494080 109496555 ENST00000533024 protein_coding 5 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494094 109500435 ENST00000420578 protein_coding 7 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494099 109500433 ENST00000310611 protein_coding 8 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494100 109496459 ENST00000527072 protein_coding 5 1 NA CYB561D1 ENSG00000174151 +transcript chr1 109494105 109502932 ENST00000528785 protein_coding 1 5 NA CYB561D1 ENSG00000174151 +transcript chr1 109494114 109496562 ENST00000369868 protein_coding 7 2 NA CYB561D1 ENSG00000174151 +transcript chr1 109494115 109500440 ENST00000430195 protein_coding 2 2 NA CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494154 ENST00000393709 protein_coding 3 4 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000496961 protein_coding 5 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494154 ENST00000533024 protein_coding 5 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000420578 protein_coding 7 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000310611 protein_coding 8 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000527072 protein_coding 5 1 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000528785 protein_coding 1 5 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000369868 protein_coding 7 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494140 109494287 ENST00000430195 protein_coding 2 2 1 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000310611 protein_coding 8 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000369868 protein_coding 7 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109494520 109494623 ENST00000430195 protein_coding 2 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000496961 protein_coding 5 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000533024 protein_coding 5 2 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000420578 protein_coding 7 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000310611 protein_coding 8 1 3 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000528785 protein_coding 1 5 2 CYB561D1 ENSG00000174151 +CDS chr1 109495143 109495180 ENST00000430195 protein_coding 2 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495679 109495684 ENST00000496961 protein_coding 5 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495679 109495772 ENST00000430195 protein_coding 2 2 4 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000393709 protein_coding 3 4 2 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495864 ENST00000533024 protein_coding 5 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000420578 protein_coding 7 1 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495864 ENST00000310611 protein_coding 8 1 4 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109495772 ENST00000527072 protein_coding 5 1 2 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496255 ENST00000528785 protein_coding 1 5 3 CYB561D1 ENSG00000174151 +CDS chr1 109495756 109496256 ENST00000369868 protein_coding 7 2 3 CYB561D1 ENSG00000174151 +CDS chr1 109502383 109502389 ENST00000528785 protein_coding 1 5 4 CYB561D1 ENSG00000174151 +transcript chr1 109504178 109509727 ENST00000369864 protein_coding 5 1 NA AMIGO1 ENSG00000181754 +transcript chr1 109507068 109509738 ENST00000369862 protein_coding 1 5 NA AMIGO1 ENSG00000181754 +CDS chr1 109507434 109508912 ENST00000369864 protein_coding 5 1 2 AMIGO1 ENSG00000181754 +CDS chr1 109507434 109508912 ENST00000369862 protein_coding 1 5 2 AMIGO1 ENSG00000181754 +transcript chr1 109539872 109547237 ENST00000689084 protein_coding 1 NA NA GPR61 ENSG00000156097 +transcript chr1 109539872 109547260 ENST00000527748 protein_coding 5 2 NA GPR61 ENSG00000156097 +CDS chr1 109543023 109543475 ENST00000689084 protein_coding 1 NA 2 GPR61 ENSG00000156097 +CDS chr1 109543023 109544375 ENST00000527748 protein_coding 5 2 2 GPR61 ENSG00000156097 +CDS chr1 109545311 109545322 ENST00000689084 protein_coding 1 NA 3 GPR61 ENSG00000156097 +transcript chr1 109548615 109600195 ENST00000369851 protein_coding 7 1 NA GNAI3 ENSG00000065135 +CDS chr1 109548721 109548838 ENST00000369851 protein_coding 7 1 1 GNAI3 ENSG00000065135 +CDS chr1 109573737 109573779 ENST00000369851 protein_coding 7 1 2 GNAI3 ENSG00000065135 +CDS chr1 109573896 109574037 ENST00000369851 protein_coding 7 1 3 GNAI3 ENSG00000065135 +CDS chr1 109579204 109579361 ENST00000369851 protein_coding 7 1 4 GNAI3 ENSG00000065135 +CDS chr1 109582437 109582565 ENST00000369851 protein_coding 7 1 5 GNAI3 ENSG00000065135 +CDS chr1 109586216 109586345 ENST00000369851 protein_coding 7 1 6 GNAI3 ENSG00000065135 +CDS chr1 109586729 109586882 ENST00000369851 protein_coding 7 1 7 GNAI3 ENSG00000065135 +CDS chr1 109592043 109592230 ENST00000369851 protein_coding 7 1 8 GNAI3 ENSG00000065135 +transcript chr1 109603091 109619616 ENST00000679935 protein_coding 1 NA NA GNAT2 ENSG00000134183 +transcript chr1 109603254 109613084 ENST00000351050 protein_coding 8 1 NA GNAT2 ENSG00000134183 +CDS chr1 109603357 109603544 ENST00000679935 protein_coding 1 NA 9 GNAT2 ENSG00000134183 +CDS chr1 109603357 109603544 ENST00000351050 protein_coding 8 1 8 GNAT2 ENSG00000134183 +CDS chr1 109603951 109604104 ENST00000679935 protein_coding 1 NA 8 GNAT2 ENSG00000134183 +CDS chr1 109603951 109604104 ENST00000351050 protein_coding 8 1 7 GNAT2 ENSG00000134183 +CDS chr1 109605970 109606099 ENST00000679935 protein_coding 1 NA 7 GNAT2 ENSG00000134183 +CDS chr1 109605970 109606099 ENST00000351050 protein_coding 8 1 6 GNAT2 ENSG00000134183 +CDS chr1 109606308 109606436 ENST00000679935 protein_coding 1 NA 6 GNAT2 ENSG00000134183 +CDS chr1 109606308 109606436 ENST00000351050 protein_coding 8 1 5 GNAT2 ENSG00000134183 +CDS chr1 109608631 109608788 ENST00000679935 protein_coding 1 NA 5 GNAT2 ENSG00000134183 +CDS chr1 109608631 109608788 ENST00000351050 protein_coding 8 1 4 GNAT2 ENSG00000134183 +transcript chr1 109608721 109619929 ENST00000622865 protein_coding 1 3 NA GNAT2 ENSG00000134183 +CDS chr1 109608721 109608788 ENST00000622865 protein_coding 1 3 5 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000679935 protein_coding 1 NA 4 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000351050 protein_coding 8 1 3 GNAT2 ENSG00000134183 +CDS chr1 109610040 109610181 ENST00000622865 protein_coding 1 3 4 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000679935 protein_coding 1 NA 3 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000351050 protein_coding 8 1 2 GNAT2 ENSG00000134183 +CDS chr1 109610465 109610507 ENST00000622865 protein_coding 1 3 3 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000679935 protein_coding 1 NA 2 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000351050 protein_coding 8 1 1 GNAT2 ENSG00000134183 +CDS chr1 109612753 109612870 ENST00000622865 protein_coding 1 3 2 GNAT2 ENSG00000134183 +transcript chr1 109616104 109631152 ENST00000531734 protein_coding 6 4 NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632044 ENST00000667949 protein_coding 2 NA NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632051 ENST00000342115 protein_coding 8 1 NA AMPD2 ENSG00000116337 +transcript chr1 109619837 109632051 ENST00000528667 protein_coding 7 1 NA AMPD2 ENSG00000116337 +CDS chr1 109620269 109620278 ENST00000531734 protein_coding 6 4 2 AMPD2 ENSG00000116337 +CDS chr1 109620269 109620278 ENST00000342115 protein_coding 8 1 1 AMPD2 ENSG00000116337 +transcript chr1 109620608 109631152 ENST00000531203 protein_coding 6 4 NA AMPD2 ENSG00000116337 +transcript chr1 109620654 109632051 ENST00000256578 protein_coding 8 5 NA AMPD2 ENSG00000116337 +transcript chr1 109621103 109631698 ENST00000369840 protein_coding 7 5 NA AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000528667 protein_coding 7 1 2 AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000256578 protein_coding 8 5 1 AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000369840 protein_coding 7 5 1 AMPD2 ENSG00000116337 +transcript chr1 109621176 109631568 ENST00000358729 protein_coding 9 2 NA AMPD2 ENSG00000116337 +CDS chr1 109621176 109621266 ENST00000358729 protein_coding 9 2 1 AMPD2 ENSG00000116337 +transcript chr1 109621232 109632044 ENST00000476688 protein_coding 3 3 NA AMPD2 ENSG00000116337 +CDS chr1 109621232 109621266 ENST00000476688 protein_coding 3 3 1 AMPD2 ENSG00000116337 +transcript chr1 109623814 109631217 ENST00000528454 protein_coding 5 2 NA AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000531734 protein_coding 6 4 3 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000342115 protein_coding 8 1 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000528667 protein_coding 7 1 3 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000256578 protein_coding 8 5 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000369840 protein_coding 7 5 2 AMPD2 ENSG00000116337 +CDS chr1 109625303 109625433 ENST00000358729 protein_coding 9 2 2 AMPD2 ENSG00000116337 +CDS chr1 109625404 109625433 ENST00000531203 protein_coding 6 4 3 AMPD2 ENSG00000116337 +CDS chr1 109625404 109625433 ENST00000528454 protein_coding 5 2 2 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000531734 protein_coding 6 4 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000342115 protein_coding 8 1 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000528667 protein_coding 7 1 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000531203 protein_coding 6 4 4 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000256578 protein_coding 8 5 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000369840 protein_coding 7 5 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000358729 protein_coding 9 2 3 AMPD2 ENSG00000116337 +CDS chr1 109625662 109625792 ENST00000528454 protein_coding 5 2 3 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000531734 protein_coding 6 4 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000342115 protein_coding 8 1 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000528667 protein_coding 7 1 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000531203 protein_coding 6 4 5 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000256578 protein_coding 8 5 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000369840 protein_coding 7 5 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000358729 protein_coding 9 2 4 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000476688 protein_coding 3 3 2 AMPD2 ENSG00000116337 +CDS chr1 109626160 109626228 ENST00000528454 protein_coding 5 2 4 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000531734 protein_coding 6 4 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000342115 protein_coding 8 1 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000528667 protein_coding 7 1 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000531203 protein_coding 6 4 6 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000256578 protein_coding 8 5 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000369840 protein_coding 7 5 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000358729 protein_coding 9 2 5 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000476688 protein_coding 3 3 3 AMPD2 ENSG00000116337 +CDS chr1 109626319 109626427 ENST00000528454 protein_coding 5 2 5 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000531734 protein_coding 6 4 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000342115 protein_coding 8 1 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000528667 protein_coding 7 1 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000531203 protein_coding 6 4 7 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000256578 protein_coding 8 5 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000369840 protein_coding 7 5 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000358729 protein_coding 9 2 6 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000476688 protein_coding 3 3 4 AMPD2 ENSG00000116337 +CDS chr1 109626726 109626912 ENST00000528454 protein_coding 5 2 6 AMPD2 ENSG00000116337 +CDS chr1 109626795 109626912 ENST00000667949 protein_coding 2 NA 5 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000531734 protein_coding 6 4 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000667949 protein_coding 2 NA 6 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000342115 protein_coding 8 1 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000528667 protein_coding 7 1 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000531203 protein_coding 6 4 8 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000256578 protein_coding 8 5 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000369840 protein_coding 7 5 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000358729 protein_coding 9 2 7 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000476688 protein_coding 3 3 5 AMPD2 ENSG00000116337 +CDS chr1 109627175 109627316 ENST00000528454 protein_coding 5 2 7 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000531734 protein_coding 6 4 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000667949 protein_coding 2 NA 7 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000342115 protein_coding 8 1 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000528667 protein_coding 7 1 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000531203 protein_coding 6 4 9 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000256578 protein_coding 8 5 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000369840 protein_coding 7 5 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000358729 protein_coding 9 2 8 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000476688 protein_coding 3 3 6 AMPD2 ENSG00000116337 +CDS chr1 109627429 109627518 ENST00000528454 protein_coding 5 2 8 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000531734 protein_coding 6 4 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000667949 protein_coding 2 NA 8 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000342115 protein_coding 8 1 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000528667 protein_coding 7 1 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000531203 protein_coding 6 4 10 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000256578 protein_coding 8 5 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000369840 protein_coding 7 5 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000358729 protein_coding 9 2 9 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000476688 protein_coding 3 3 7 AMPD2 ENSG00000116337 +CDS chr1 109627774 109627903 ENST00000528454 protein_coding 5 2 9 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000531734 protein_coding 6 4 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000667949 protein_coding 2 NA 9 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000342115 protein_coding 8 1 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000528667 protein_coding 7 1 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000531203 protein_coding 6 4 11 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000256578 protein_coding 8 5 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000369840 protein_coding 7 5 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000358729 protein_coding 9 2 10 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000476688 protein_coding 3 3 8 AMPD2 ENSG00000116337 +CDS chr1 109628083 109628277 ENST00000528454 protein_coding 5 2 10 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000531734 protein_coding 6 4 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000667949 protein_coding 2 NA 10 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000342115 protein_coding 8 1 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000528667 protein_coding 7 1 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000531203 protein_coding 6 4 12 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000256578 protein_coding 8 5 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000369840 protein_coding 7 5 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000358729 protein_coding 9 2 11 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000476688 protein_coding 3 3 9 AMPD2 ENSG00000116337 +CDS chr1 109628364 109628495 ENST00000528454 protein_coding 5 2 11 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000531734 protein_coding 6 4 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000667949 protein_coding 2 NA 11 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000342115 protein_coding 8 1 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000528667 protein_coding 7 1 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000531203 protein_coding 6 4 13 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000256578 protein_coding 8 5 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000369840 protein_coding 7 5 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000358729 protein_coding 9 2 12 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000476688 protein_coding 3 3 10 AMPD2 ENSG00000116337 +CDS chr1 109628643 109628806 ENST00000528454 protein_coding 5 2 12 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000531734 protein_coding 6 4 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000667949 protein_coding 2 NA 12 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000342115 protein_coding 8 1 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000528667 protein_coding 7 1 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000531203 protein_coding 6 4 14 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000256578 protein_coding 8 5 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000369840 protein_coding 7 5 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000358729 protein_coding 9 2 13 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000476688 protein_coding 3 3 11 AMPD2 ENSG00000116337 +CDS chr1 109629109 109629235 ENST00000528454 protein_coding 5 2 13 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000531734 protein_coding 6 4 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000667949 protein_coding 2 NA 13 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000342115 protein_coding 8 1 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000528667 protein_coding 7 1 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000531203 protein_coding 6 4 15 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000256578 protein_coding 8 5 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000369840 protein_coding 7 5 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000358729 protein_coding 9 2 14 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000476688 protein_coding 3 3 12 AMPD2 ENSG00000116337 +CDS chr1 109629327 109629490 ENST00000528454 protein_coding 5 2 14 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000531734 protein_coding 6 4 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000667949 protein_coding 2 NA 14 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000342115 protein_coding 8 1 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000528667 protein_coding 7 1 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000531203 protein_coding 6 4 16 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000256578 protein_coding 8 5 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000369840 protein_coding 7 5 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000358729 protein_coding 9 2 15 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000476688 protein_coding 3 3 13 AMPD2 ENSG00000116337 +CDS chr1 109629796 109629916 ENST00000528454 protein_coding 5 2 15 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000531734 protein_coding 6 4 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000667949 protein_coding 2 NA 15 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000342115 protein_coding 8 1 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000528667 protein_coding 7 1 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000531203 protein_coding 6 4 17 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000256578 protein_coding 8 5 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630439 ENST00000369840 protein_coding 7 5 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000358729 protein_coding 9 2 16 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000476688 protein_coding 3 3 14 AMPD2 ENSG00000116337 +CDS chr1 109630233 109630406 ENST00000528454 protein_coding 5 2 16 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000531734 protein_coding 6 4 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000667949 protein_coding 2 NA 16 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000342115 protein_coding 8 1 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000528667 protein_coding 7 1 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000531203 protein_coding 6 4 18 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000256578 protein_coding 8 5 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000369840 protein_coding 7 5 17 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000476688 protein_coding 3 3 15 AMPD2 ENSG00000116337 +CDS chr1 109630683 109630793 ENST00000528454 protein_coding 5 2 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000531734 protein_coding 6 4 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000667949 protein_coding 2 NA 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000342115 protein_coding 8 1 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000528667 protein_coding 7 1 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000531203 protein_coding 6 4 19 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000256578 protein_coding 8 5 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000369840 protein_coding 7 5 18 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000358729 protein_coding 9 2 17 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000476688 protein_coding 3 3 16 AMPD2 ENSG00000116337 +CDS chr1 109630943 109631149 ENST00000528454 protein_coding 5 2 18 AMPD2 ENSG00000116337 +transcript chr1 109656099 109661700 ENST00000369836 protein_coding 9 1 NA GSTM4 ENSG00000168765 +transcript chr1 109656122 109665496 ENST00000326729 protein_coding 9 1 NA GSTM4 ENSG00000168765 +transcript chr1 109656336 109661742 ENST00000369833 protein_coding 5 5 NA GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000369836 protein_coding 9 1 1 GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000326729 protein_coding 9 1 1 GSTM4 ENSG00000168765 +transcript chr1 109656390 109674836 ENST00000336075 protein_coding 6 1 NA GSTM4 ENSG00000168765 +CDS chr1 109656390 109656425 ENST00000336075 protein_coding 6 1 1 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000369836 protein_coding 9 1 2 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000326729 protein_coding 9 1 2 GSTM4 ENSG00000168765 +CDS chr1 109656712 109656787 ENST00000336075 protein_coding 6 1 2 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000369836 protein_coding 9 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000326729 protein_coding 9 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657215 109657279 ENST00000336075 protein_coding 6 1 3 GSTM4 ENSG00000168765 +CDS chr1 109657536 109657671 ENST00000369833 protein_coding 5 5 2 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000369836 protein_coding 9 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000326729 protein_coding 9 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657590 109657671 ENST00000336075 protein_coding 6 1 4 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000369836 protein_coding 9 1 5 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000326729 protein_coding 9 1 5 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000369833 protein_coding 5 5 3 GSTM4 ENSG00000168765 +CDS chr1 109657772 109657872 ENST00000336075 protein_coding 6 1 5 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000369836 protein_coding 9 1 6 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000326729 protein_coding 9 1 6 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000369833 protein_coding 5 5 4 GSTM4 ENSG00000168765 +CDS chr1 109658814 109658909 ENST00000336075 protein_coding 6 1 6 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000369836 protein_coding 9 1 7 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000326729 protein_coding 9 1 7 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659272 ENST00000369833 protein_coding 5 5 5 GSTM4 ENSG00000168765 +CDS chr1 109659000 109659110 ENST00000336075 protein_coding 6 1 7 GSTM4 ENSG00000168765 +CDS chr1 109661165 109661251 ENST00000369836 protein_coding 9 1 8 GSTM4 ENSG00000168765 +CDS chr1 109665011 109665028 ENST00000326729 protein_coding 9 1 8 GSTM4 ENSG00000168765 +transcript chr1 109668022 109709549 ENST00000369831 protein_coding 6 2 NA GSTM2 ENSG00000213366 +transcript chr1 109668022 109683997 ENST00000442650 protein_coding 5 5 NA GSTM2 ENSG00000213366 +transcript chr1 109668036 109675283 ENST00000369827 protein_coding 7 5 NA GSTM2 ENSG00000213366 +transcript chr1 109668051 109702442 ENST00000460717 protein_coding 7 2 NA GSTM2 ENSG00000213366 +transcript chr1 109668057 109675286 ENST00000241337 protein_coding 9 1 NA GSTM2 ENSG00000213366 +transcript chr1 109668083 109671486 ENST00000467579 protein_coding 7 3 NA GSTM2 ENSG00000213366 +transcript chr1 109668088 109683584 ENST00000414179 protein_coding 6 1 NA GSTM2 ENSG00000213366 +transcript chr1 109668092 109673525 ENST00000369829 protein_coding 2 3 NA GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369831 protein_coding 6 2 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000460717 protein_coding 7 2 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000241337 protein_coding 9 1 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000467579 protein_coding 7 3 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369829 protein_coding 2 3 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000442650 protein_coding 5 5 1 GSTM2 ENSG00000213366 +CDS chr1 109668116 109668151 ENST00000369827 protein_coding 7 5 1 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369831 protein_coding 6 2 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000460717 protein_coding 7 2 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000241337 protein_coding 9 1 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000467579 protein_coding 7 3 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369829 protein_coding 2 3 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000442650 protein_coding 5 5 2 GSTM2 ENSG00000213366 +CDS chr1 109668425 109668500 ENST00000369827 protein_coding 7 5 2 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369831 protein_coding 6 2 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000460717 protein_coding 7 2 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000241337 protein_coding 9 1 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000467579 protein_coding 7 3 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369829 protein_coding 2 3 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000442650 protein_coding 5 5 3 GSTM2 ENSG00000213366 +CDS chr1 109668925 109668989 ENST00000369827 protein_coding 7 5 3 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369831 protein_coding 6 2 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000460717 protein_coding 7 2 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000241337 protein_coding 9 1 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000467579 protein_coding 7 3 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369829 protein_coding 2 3 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000442650 protein_coding 5 5 4 GSTM2 ENSG00000213366 +CDS chr1 109669290 109669371 ENST00000369827 protein_coding 7 5 4 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369831 protein_coding 6 2 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000460717 protein_coding 7 2 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000241337 protein_coding 9 1 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000467579 protein_coding 7 3 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369829 protein_coding 2 3 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000442650 protein_coding 5 5 5 GSTM2 ENSG00000213366 +CDS chr1 109669471 109669571 ENST00000369827 protein_coding 7 5 5 GSTM2 ENSG00000213366 +CDS chr1 109669524 109669571 ENST00000414179 protein_coding 6 1 5 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369831 protein_coding 6 2 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000460717 protein_coding 7 2 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000241337 protein_coding 9 1 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000414179 protein_coding 6 1 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369829 protein_coding 2 3 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000442650 protein_coding 5 5 6 GSTM2 ENSG00000213366 +CDS chr1 109671287 109671382 ENST00000369827 protein_coding 7 5 6 GSTM2 ENSG00000213366 +CDS chr1 109671314 109671382 ENST00000467579 protein_coding 7 3 6 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000369831 protein_coding 6 2 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000460717 protein_coding 7 2 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000241337 protein_coding 9 1 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671486 ENST00000467579 protein_coding 7 3 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000414179 protein_coding 6 1 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000369829 protein_coding 2 3 7 GSTM2 ENSG00000213366 +CDS chr1 109671473 109671583 ENST00000442650 protein_coding 5 5 7 GSTM2 ENSG00000213366 +CDS chr1 109673203 109673214 ENST00000369829 protein_coding 2 3 8 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000241337 protein_coding 9 1 8 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000369827 protein_coding 7 5 7 GSTM2 ENSG00000213366 +CDS chr1 109674747 109674833 ENST00000336075 protein_coding 6 1 8 GSTM4 ENSG00000168765 +CDS chr1 109681809 109681814 ENST00000460717 protein_coding 7 2 8 GSTM2 ENSG00000213366 +CDS chr1 109681809 109681814 ENST00000414179 protein_coding 6 1 8 GSTM2 ENSG00000213366 +CDS chr1 109681809 109681814 ENST00000442650 protein_coding 5 5 8 GSTM2 ENSG00000213366 +transcript chr1 109687817 109693745 ENST00000309851 protein_coding 10 1 NA GSTM1 ENSG00000134184 +transcript chr1 109687829 109693388 ENST00000369823 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687840 109693743 ENST00000349334 protein_coding 7 1 NA GSTM1 ENSG00000134184 +transcript chr1 109687845 109690319 ENST00000476065 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687845 109708685 ENST00000483399 protein_coding 6 3 NA GSTM1 ENSG00000134184 +transcript chr1 109687858 109693619 ENST00000369819 protein_coding 2 1 NA GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000309851 protein_coding 10 1 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000369823 protein_coding 6 3 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000349334 protein_coding 7 1 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000483399 protein_coding 6 3 1 GSTM1 ENSG00000134184 +CDS chr1 109687874 109687909 ENST00000369819 protein_coding 2 1 1 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000309851 protein_coding 10 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000369823 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000349334 protein_coding 7 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000483399 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688170 109688245 ENST00000369819 protein_coding 2 1 2 GSTM1 ENSG00000134184 +CDS chr1 109688236 109688245 ENST00000476065 protein_coding 6 3 2 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000309851 protein_coding 10 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000369823 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000349334 protein_coding 7 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000476065 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000483399 protein_coding 6 3 3 GSTM1 ENSG00000134184 +CDS chr1 109688673 109688737 ENST00000369819 protein_coding 2 1 3 GSTM1 ENSG00000134184 +CDS chr1 109688991 109689129 ENST00000369823 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000309851 protein_coding 10 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000349334 protein_coding 7 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000476065 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689048 109689129 ENST00000369819 protein_coding 2 1 4 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000309851 protein_coding 10 1 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000369823 protein_coding 6 3 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000349334 protein_coding 7 1 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000476065 protein_coding 6 3 5 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689302 ENST00000483399 protein_coding 6 3 4 GSTM1 ENSG00000134184 +CDS chr1 109689225 109689325 ENST00000369819 protein_coding 2 1 5 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000309851 protein_coding 10 1 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000369823 protein_coding 6 3 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690366 ENST00000349334 protein_coding 7 1 6 GSTM1 ENSG00000134184 +CDS chr1 109690271 109690319 ENST00000476065 protein_coding 6 3 6 GSTM1 ENSG00000134184 +CDS chr1 109690454 109690564 ENST00000309851 protein_coding 10 1 7 GSTM1 ENSG00000134184 +CDS chr1 109690454 109690564 ENST00000369823 protein_coding 6 3 7 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000309851 protein_coding 10 1 8 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000369823 protein_coding 6 3 8 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000349334 protein_coding 7 1 7 GSTM1 ENSG00000134184 +CDS chr1 109693206 109693292 ENST00000369819 protein_coding 2 1 6 GSTM1 ENSG00000134184 +CDS chr1 109708481 109708573 ENST00000369831 protein_coding 6 2 8 GSTM2 ENSG00000213366 +transcript chr1 109711780 109715240 ENST00000647711 protein_coding 1 NA NA GSTM5 ENSG00000134201 +transcript chr1 109712251 109718268 ENST00000256593 protein_coding 8 1 NA GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000647711 protein_coding 1 NA 2 GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000256593 protein_coding 8 1 1 GSTM5 ENSG00000134201 +transcript chr1 109712313 109717426 ENST00000369812 protein_coding 6 5 NA GSTM5 ENSG00000134201 +CDS chr1 109712313 109712348 ENST00000369812 protein_coding 6 5 1 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000647711 protein_coding 1 NA 3 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000256593 protein_coding 8 1 2 GSTM5 ENSG00000134201 +CDS chr1 109712618 109712693 ENST00000369812 protein_coding 6 5 2 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000647711 protein_coding 1 NA 4 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000256593 protein_coding 8 1 3 GSTM5 ENSG00000134201 +CDS chr1 109713119 109713183 ENST00000369812 protein_coding 6 5 3 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000647711 protein_coding 1 NA 5 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000256593 protein_coding 8 1 4 GSTM5 ENSG00000134201 +CDS chr1 109713484 109713565 ENST00000369812 protein_coding 6 5 4 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713761 ENST00000647711 protein_coding 1 NA 6 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713761 ENST00000256593 protein_coding 8 1 5 GSTM5 ENSG00000134201 +CDS chr1 109713661 109713710 ENST00000369812 protein_coding 6 5 5 GSTM5 ENSG00000134201 +transcript chr1 109713733 109717731 ENST00000648974 protein_coding 1 NA NA GSTM5 ENSG00000134201 +CDS chr1 109713733 109713761 ENST00000648974 protein_coding 1 NA 1 GSTM5 ENSG00000134201 +CDS chr1 109713953 109714003 ENST00000369812 protein_coding 6 5 6 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000647711 protein_coding 1 NA 7 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000256593 protein_coding 8 1 6 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000648974 protein_coding 1 NA 2 GSTM5 ENSG00000134201 +CDS chr1 109714947 109715042 ENST00000369812 protein_coding 6 5 7 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000647711 protein_coding 1 NA 8 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000256593 protein_coding 8 1 7 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000648974 protein_coding 1 NA 3 GSTM5 ENSG00000134201 +CDS chr1 109715130 109715240 ENST00000369812 protein_coding 6 5 8 GSTM5 ENSG00000134201 +CDS chr1 109716002 109716090 ENST00000648974 protein_coding 1 NA 4 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717423 ENST00000256593 protein_coding 8 1 8 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717340 ENST00000648974 protein_coding 1 NA 5 GSTM5 ENSG00000134201 +CDS chr1 109717337 109717423 ENST00000369812 protein_coding 6 5 9 GSTM5 ENSG00000134201 +transcript chr1 109733932 109740516 ENST00000256594 protein_coding 7 1 NA GSTM3 ENSG00000134202 +transcript chr1 109733937 109741038 ENST00000361066 protein_coding 7 1 NA GSTM3 ENSG00000134202 +CDS chr1 109737074 109737169 ENST00000361066 protein_coding 7 1 9 GSTM3 ENSG00000134202 +CDS chr1 109737074 109737169 ENST00000256594 protein_coding 7 1 8 GSTM3 ENSG00000134202 +CDS chr1 109737457 109737567 ENST00000361066 protein_coding 7 1 8 GSTM3 ENSG00000134202 +CDS chr1 109737457 109737567 ENST00000256594 protein_coding 7 1 7 GSTM3 ENSG00000134202 +CDS chr1 109737656 109737751 ENST00000361066 protein_coding 7 1 7 GSTM3 ENSG00000134202 +CDS chr1 109737656 109737751 ENST00000256594 protein_coding 7 1 6 GSTM3 ENSG00000134202 +CDS chr1 109738091 109738191 ENST00000361066 protein_coding 7 1 6 GSTM3 ENSG00000134202 +CDS chr1 109738091 109738191 ENST00000256594 protein_coding 7 1 5 GSTM3 ENSG00000134202 +CDS chr1 109738285 109738366 ENST00000361066 protein_coding 7 1 5 GSTM3 ENSG00000134202 +CDS chr1 109738285 109738366 ENST00000256594 protein_coding 7 1 4 GSTM3 ENSG00000134202 +CDS chr1 109739429 109739493 ENST00000361066 protein_coding 7 1 4 GSTM3 ENSG00000134202 +CDS chr1 109739429 109739493 ENST00000256594 protein_coding 7 1 3 GSTM3 ENSG00000134202 +CDS chr1 109739833 109739908 ENST00000361066 protein_coding 7 1 3 GSTM3 ENSG00000134202 +CDS chr1 109739833 109739908 ENST00000256594 protein_coding 7 1 2 GSTM3 ENSG00000134202 +CDS chr1 109740240 109740287 ENST00000361066 protein_coding 7 1 2 GSTM3 ENSG00000134202 +CDS chr1 109740240 109740287 ENST00000256594 protein_coding 7 1 1 GSTM3 ENSG00000134202 +transcript chr1 109750080 109763924 ENST00000361852 protein_coding 8 1 NA EPS8L3 ENSG00000198758 +transcript chr1 109750080 109763923 ENST00000361965 protein_coding 9 1 NA EPS8L3 ENSG00000198758 +transcript chr1 109750081 109764027 ENST00000369805 protein_coding 7 1 NA EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000361852 protein_coding 8 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000369805 protein_coding 7 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750394 109750402 ENST00000361965 protein_coding 9 1 19 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000361852 protein_coding 8 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000369805 protein_coding 7 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109750660 109750792 ENST00000361965 protein_coding 9 1 18 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000361852 protein_coding 8 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000369805 protein_coding 7 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751278 109751351 ENST00000361965 protein_coding 9 1 17 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000361852 protein_coding 8 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000369805 protein_coding 7 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751654 109751782 ENST00000361965 protein_coding 9 1 16 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752103 ENST00000361852 protein_coding 8 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752193 ENST00000369805 protein_coding 7 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109751995 109752193 ENST00000361965 protein_coding 9 1 15 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000361852 protein_coding 8 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000369805 protein_coding 7 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109752686 109752720 ENST00000361965 protein_coding 9 1 14 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000361852 protein_coding 8 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000369805 protein_coding 7 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109753117 109753198 ENST00000361965 protein_coding 9 1 13 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000361852 protein_coding 8 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000369805 protein_coding 7 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757017 109757165 ENST00000361965 protein_coding 9 1 12 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000361852 protein_coding 8 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000369805 protein_coding 7 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757481 109757555 ENST00000361965 protein_coding 9 1 11 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000361852 protein_coding 8 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000369805 protein_coding 7 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757802 109757863 ENST00000361965 protein_coding 9 1 10 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000361852 protein_coding 8 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000369805 protein_coding 7 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109757944 109758058 ENST00000361965 protein_coding 9 1 9 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000361852 protein_coding 8 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000369805 protein_coding 7 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758316 109758431 ENST00000361965 protein_coding 9 1 8 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758663 ENST00000361852 protein_coding 8 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758666 ENST00000369805 protein_coding 7 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109758524 109758663 ENST00000361965 protein_coding 9 1 7 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000361852 protein_coding 8 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000369805 protein_coding 7 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759062 109759117 ENST00000361965 protein_coding 9 1 6 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000361852 protein_coding 8 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000369805 protein_coding 7 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759238 109759387 ENST00000361965 protein_coding 9 1 5 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000361852 protein_coding 8 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000369805 protein_coding 7 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109759678 109759836 ENST00000361965 protein_coding 9 1 4 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000361852 protein_coding 8 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000369805 protein_coding 7 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761495 109761559 ENST00000361965 protein_coding 9 1 3 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000361852 protein_coding 8 1 2 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000369805 protein_coding 7 1 2 EPS8L3 ENSG00000198758 +CDS chr1 109761719 109761749 ENST00000361965 protein_coding 9 1 2 EPS8L3 ENSG00000198758 +transcript chr1 109910242 109921880 ENST00000527192 protein_coding 5 4 NA CSF1 ENSG00000184371 +CDS chr1 109910368 109910427 ENST00000527192 protein_coding 5 4 1 CSF1 ENSG00000184371 +transcript chr1 109910506 109921913 ENST00000525659 protein_coding 5 4 NA CSF1 ENSG00000184371 +transcript chr1 109910605 109917425 ENST00000357302 protein_coding 8 3 NA CSF1 ENSG00000184371 +transcript chr1 109910849 109930992 ENST00000329608 protein_coding 11 1 NA CSF1 ENSG00000184371 +transcript chr1 109910870 109923599 ENST00000488198 protein_coding 5 3 NA CSF1 ENSG00000184371 +transcript chr1 109910899 109926743 ENST00000369802 protein_coding 7 1 NA CSF1 ENSG00000184371 +transcript chr1 109910908 109929034 ENST00000420111 protein_coding 6 5 NA CSF1 ENSG00000184371 +transcript chr1 109910986 109925198 ENST00000369801 protein_coding 1 1 NA CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000357302 protein_coding 8 3 2 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000329608 protein_coding 11 1 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000488198 protein_coding 5 3 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000369802 protein_coding 7 1 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000420111 protein_coding 6 5 1 CSF1 ENSG00000184371 +CDS chr1 109911024 109911062 ENST00000369801 protein_coding 1 1 1 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000527192 protein_coding 5 4 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000357302 protein_coding 8 3 3 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000329608 protein_coding 11 1 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000369802 protein_coding 7 1 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000420111 protein_coding 6 5 2 CSF1 ENSG00000184371 +CDS chr1 109914259 109914381 ENST00000369801 protein_coding 1 1 2 CSF1 ENSG00000184371 +CDS chr1 109914343 109914381 ENST00000525659 protein_coding 5 4 2 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000527192 protein_coding 5 4 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000525659 protein_coding 5 4 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000357302 protein_coding 8 3 4 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000329608 protein_coding 11 1 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000488198 protein_coding 5 3 2 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000369802 protein_coding 7 1 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000420111 protein_coding 6 5 3 CSF1 ENSG00000184371 +CDS chr1 109915634 109915696 ENST00000369801 protein_coding 1 1 3 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000527192 protein_coding 5 4 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000525659 protein_coding 5 4 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917425 ENST00000357302 protein_coding 8 3 5 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000329608 protein_coding 11 1 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000488198 protein_coding 5 3 3 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000369802 protein_coding 7 1 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000420111 protein_coding 6 5 4 CSF1 ENSG00000184371 +CDS chr1 109917293 109917463 ENST00000369801 protein_coding 1 1 4 CSF1 ENSG00000184371 +CDS chr1 109921847 109921880 ENST00000527192 protein_coding 5 4 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921913 ENST00000525659 protein_coding 5 4 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000329608 protein_coding 11 1 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000488198 protein_coding 5 3 4 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000369802 protein_coding 7 1 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000420111 protein_coding 6 5 5 CSF1 ENSG00000184371 +CDS chr1 109921847 109921994 ENST00000369801 protein_coding 1 1 5 CSF1 ENSG00000184371 +CDS chr1 109923166 109924190 ENST00000329608 protein_coding 11 1 6 CSF1 ENSG00000184371 +CDS chr1 109923166 109923599 ENST00000488198 protein_coding 5 3 5 CSF1 ENSG00000184371 +CDS chr1 109923166 109924190 ENST00000369802 protein_coding 7 1 6 CSF1 ENSG00000184371 +CDS chr1 109923166 109923711 ENST00000369801 protein_coding 1 1 6 CSF1 ENSG00000184371 +CDS chr1 109924060 109924190 ENST00000420111 protein_coding 6 5 6 CSF1 ENSG00000184371 +CDS chr1 109924060 109924190 ENST00000369801 protein_coding 1 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000329608 protein_coding 11 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000369802 protein_coding 7 1 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000420111 protein_coding 6 5 7 CSF1 ENSG00000184371 +CDS chr1 109924776 109924828 ENST00000369801 protein_coding 1 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000329608 protein_coding 11 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000369802 protein_coding 7 1 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000420111 protein_coding 6 5 8 CSF1 ENSG00000184371 +CDS chr1 109925147 109925186 ENST00000369801 protein_coding 1 1 9 CSF1 ENSG00000184371 +transcript chr1 109984765 110023742 ENST00000369799 protein_coding 10 1 NA AHCYL1 ENSG00000168710 +transcript chr1 109984765 110023741 ENST00000393614 protein_coding 8 2 NA AHCYL1 ENSG00000168710 +CDS chr1 109985053 109985172 ENST00000369799 protein_coding 10 1 1 AHCYL1 ENSG00000168710 +transcript chr1 110004131 110022389 ENST00000359172 protein_coding 3 1 NA AHCYL1 ENSG00000168710 +CDS chr1 110009034 110009145 ENST00000369799 protein_coding 10 1 2 AHCYL1 ENSG00000168710 +CDS chr1 110009055 110009145 ENST00000359172 protein_coding 3 1 2 AHCYL1 ENSG00000168710 +CDS chr1 110009055 110009145 ENST00000393614 protein_coding 8 2 2 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000369799 protein_coding 10 1 3 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000359172 protein_coding 3 1 3 AHCYL1 ENSG00000168710 +CDS chr1 110011214 110011357 ENST00000393614 protein_coding 8 2 3 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000369799 protein_coding 10 1 4 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000359172 protein_coding 3 1 4 AHCYL1 ENSG00000168710 +CDS chr1 110012362 110012462 ENST00000393614 protein_coding 8 2 4 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000369799 protein_coding 10 1 5 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000359172 protein_coding 3 1 5 AHCYL1 ENSG00000168710 +CDS chr1 110012897 110012999 ENST00000393614 protein_coding 8 2 5 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000369799 protein_coding 10 1 6 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000359172 protein_coding 3 1 6 AHCYL1 ENSG00000168710 +CDS chr1 110014763 110014857 ENST00000393614 protein_coding 8 2 6 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000369799 protein_coding 10 1 7 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000359172 protein_coding 3 1 7 AHCYL1 ENSG00000168710 +CDS chr1 110015425 110015531 ENST00000393614 protein_coding 8 2 7 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000369799 protein_coding 10 1 8 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000359172 protein_coding 3 1 8 AHCYL1 ENSG00000168710 +CDS chr1 110016344 110016460 ENST00000393614 protein_coding 8 2 8 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000369799 protein_coding 10 1 9 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000359172 protein_coding 3 1 9 AHCYL1 ENSG00000168710 +CDS chr1 110016667 110016730 ENST00000393614 protein_coding 8 2 9 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000369799 protein_coding 10 1 10 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000359172 protein_coding 3 1 10 AHCYL1 ENSG00000168710 +CDS chr1 110017495 110017583 ENST00000393614 protein_coding 8 2 10 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000369799 protein_coding 10 1 11 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000359172 protein_coding 3 1 11 AHCYL1 ENSG00000168710 +CDS chr1 110017946 110018016 ENST00000393614 protein_coding 8 2 11 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000369799 protein_coding 10 1 12 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000359172 protein_coding 3 1 12 AHCYL1 ENSG00000168710 +CDS chr1 110018373 110018467 ENST00000393614 protein_coding 8 2 12 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000369799 protein_coding 10 1 13 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000359172 protein_coding 3 1 13 AHCYL1 ENSG00000168710 +CDS chr1 110018552 110018650 ENST00000393614 protein_coding 8 2 13 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000369799 protein_coding 10 1 14 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000359172 protein_coding 3 1 14 AHCYL1 ENSG00000168710 +CDS chr1 110019051 110019119 ENST00000393614 protein_coding 8 2 14 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000369799 protein_coding 10 1 15 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000359172 protein_coding 3 1 15 AHCYL1 ENSG00000168710 +CDS chr1 110019548 110019626 ENST00000393614 protein_coding 8 2 15 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000369799 protein_coding 10 1 16 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000359172 protein_coding 3 1 16 AHCYL1 ENSG00000168710 +CDS chr1 110020731 110020851 ENST00000393614 protein_coding 8 2 16 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000369799 protein_coding 10 1 17 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000359172 protein_coding 3 1 17 AHCYL1 ENSG00000168710 +CDS chr1 110021674 110021677 ENST00000393614 protein_coding 8 2 17 AHCYL1 ENSG00000168710 +transcript chr1 110031577 110054639 ENST00000369796 protein_coding 5 2 NA STRIP1 ENSG00000143093 +transcript chr1 110034624 110054641 ENST00000369795 protein_coding 8 1 NA STRIP1 ENSG00000143093 +CDS chr1 110034638 110034817 ENST00000369795 protein_coding 8 1 1 STRIP1 ENSG00000143093 +CDS chr1 110037891 110037960 ENST00000369795 protein_coding 8 1 2 STRIP1 ENSG00000143093 +CDS chr1 110038683 110038757 ENST00000369795 protein_coding 8 1 3 STRIP1 ENSG00000143093 +CDS chr1 110038718 110038757 ENST00000369796 protein_coding 5 2 3 STRIP1 ENSG00000143093 +CDS chr1 110039172 110039306 ENST00000369796 protein_coding 5 2 4 STRIP1 ENSG00000143093 +CDS chr1 110039172 110039306 ENST00000369795 protein_coding 8 1 4 STRIP1 ENSG00000143093 +CDS chr1 110039395 110039515 ENST00000369796 protein_coding 5 2 5 STRIP1 ENSG00000143093 +CDS chr1 110039395 110039515 ENST00000369795 protein_coding 8 1 5 STRIP1 ENSG00000143093 +CDS chr1 110040635 110040703 ENST00000369796 protein_coding 5 2 6 STRIP1 ENSG00000143093 +CDS chr1 110040635 110040703 ENST00000369795 protein_coding 8 1 6 STRIP1 ENSG00000143093 +CDS chr1 110041536 110041642 ENST00000369796 protein_coding 5 2 7 STRIP1 ENSG00000143093 +CDS chr1 110041536 110041642 ENST00000369795 protein_coding 8 1 7 STRIP1 ENSG00000143093 +CDS chr1 110041734 110041861 ENST00000369796 protein_coding 5 2 8 STRIP1 ENSG00000143093 +CDS chr1 110041734 110041861 ENST00000369795 protein_coding 8 1 8 STRIP1 ENSG00000143093 +CDS chr1 110043088 110043270 ENST00000369796 protein_coding 5 2 9 STRIP1 ENSG00000143093 +CDS chr1 110043088 110043270 ENST00000369795 protein_coding 8 1 9 STRIP1 ENSG00000143093 +CDS chr1 110043639 110043856 ENST00000369796 protein_coding 5 2 10 STRIP1 ENSG00000143093 +CDS chr1 110043639 110043856 ENST00000369795 protein_coding 8 1 10 STRIP1 ENSG00000143093 +CDS chr1 110044840 110044905 ENST00000369796 protein_coding 5 2 11 STRIP1 ENSG00000143093 +CDS chr1 110044840 110044905 ENST00000369795 protein_coding 8 1 11 STRIP1 ENSG00000143093 +CDS chr1 110045015 110045078 ENST00000369796 protein_coding 5 2 12 STRIP1 ENSG00000143093 +CDS chr1 110045015 110045078 ENST00000369795 protein_coding 8 1 12 STRIP1 ENSG00000143093 +CDS chr1 110046680 110046751 ENST00000369796 protein_coding 5 2 13 STRIP1 ENSG00000143093 +CDS chr1 110046680 110046751 ENST00000369795 protein_coding 8 1 13 STRIP1 ENSG00000143093 +CDS chr1 110047542 110047616 ENST00000369796 protein_coding 5 2 14 STRIP1 ENSG00000143093 +CDS chr1 110047542 110047616 ENST00000369795 protein_coding 8 1 14 STRIP1 ENSG00000143093 +CDS chr1 110047772 110047869 ENST00000369796 protein_coding 5 2 15 STRIP1 ENSG00000143093 +CDS chr1 110047772 110047869 ENST00000369795 protein_coding 8 1 15 STRIP1 ENSG00000143093 +CDS chr1 110049112 110049238 ENST00000369796 protein_coding 5 2 16 STRIP1 ENSG00000143093 +CDS chr1 110049112 110049238 ENST00000369795 protein_coding 8 1 16 STRIP1 ENSG00000143093 +CDS chr1 110049460 110049560 ENST00000369796 protein_coding 5 2 17 STRIP1 ENSG00000143093 +CDS chr1 110049460 110049560 ENST00000369795 protein_coding 8 1 17 STRIP1 ENSG00000143093 +CDS chr1 110050343 110050409 ENST00000369796 protein_coding 5 2 18 STRIP1 ENSG00000143093 +CDS chr1 110050343 110050409 ENST00000369795 protein_coding 8 1 18 STRIP1 ENSG00000143093 +CDS chr1 110050956 110051060 ENST00000369796 protein_coding 5 2 19 STRIP1 ENSG00000143093 +CDS chr1 110050956 110051060 ENST00000369795 protein_coding 8 1 19 STRIP1 ENSG00000143093 +CDS chr1 110051683 110051887 ENST00000369796 protein_coding 5 2 20 STRIP1 ENSG00000143093 +CDS chr1 110051683 110051887 ENST00000369795 protein_coding 8 1 20 STRIP1 ENSG00000143093 +CDS chr1 110053665 110053909 ENST00000369796 protein_coding 5 2 21 STRIP1 ENSG00000143093 +CDS chr1 110053665 110053909 ENST00000369795 protein_coding 8 1 21 STRIP1 ENSG00000143093 +transcript chr1 110059870 110070672 ENST00000647563 protein_coding 2 NA NA ALX3 ENSG00000156150 +transcript chr1 110060397 110064924 ENST00000649954 protein_coding 1 NA NA ALX3 ENSG00000156150 +CDS chr1 110060736 110061041 ENST00000647563 protein_coding 2 NA 4 ALX3 ENSG00000156150 +CDS chr1 110060736 110061041 ENST00000649954 protein_coding 1 NA 3 ALX3 ENSG00000156150 +CDS chr1 110061435 110061563 ENST00000647563 protein_coding 2 NA 3 ALX3 ENSG00000156150 +CDS chr1 110061435 110061563 ENST00000649954 protein_coding 1 NA 2 ALX3 ENSG00000156150 +CDS chr1 110064587 110064903 ENST00000647563 protein_coding 2 NA 2 ALX3 ENSG00000156150 +CDS chr1 110064587 110064751 ENST00000649954 protein_coding 1 NA 1 ALX3 ENSG00000156150 +CDS chr1 110070336 110070612 ENST00000647563 protein_coding 2 NA 1 ALX3 ENSG00000156150 +transcript chr1 110112443 110113947 ENST00000334179 protein_coding 5 NA NA UBL4B ENSG00000186150 +CDS chr1 110112535 110113056 ENST00000334179 protein_coding 5 NA 1 UBL4B ENSG00000186150 +transcript chr1 110150494 110202202 ENST00000331565 protein_coding 5 2 NA SLC6A17 ENSG00000197106 +CDS chr1 110166930 110167215 ENST00000331565 protein_coding 5 2 2 SLC6A17 ENSG00000197106 +CDS chr1 110172060 110172217 ENST00000331565 protein_coding 5 2 3 SLC6A17 ENSG00000197106 +CDS chr1 110173973 110174099 ENST00000331565 protein_coding 5 2 4 SLC6A17 ENSG00000197106 +CDS chr1 110174779 110174960 ENST00000331565 protein_coding 5 2 5 SLC6A17 ENSG00000197106 +CDS chr1 110176629 110176739 ENST00000331565 protein_coding 5 2 6 SLC6A17 ENSG00000197106 +CDS chr1 110191972 110192213 ENST00000331565 protein_coding 5 2 7 SLC6A17 ENSG00000197106 +CDS chr1 110192506 110192698 ENST00000331565 protein_coding 5 2 8 SLC6A17 ENSG00000197106 +CDS chr1 110194579 110194771 ENST00000331565 protein_coding 5 2 9 SLC6A17 ENSG00000197106 +CDS chr1 110195586 110195745 ENST00000331565 protein_coding 5 2 10 SLC6A17 ENSG00000197106 +CDS chr1 110197437 110197599 ENST00000331565 protein_coding 5 2 11 SLC6A17 ENSG00000197106 +CDS chr1 110198076 110198441 ENST00000331565 protein_coding 5 2 12 SLC6A17 ENSG00000197106 +transcript chr1 110210314 110234044 ENST00000438661 protein_coding 3 1 NA KCNC4 ENSG00000116396 +transcript chr1 110211473 110249124 ENST00000369787 protein_coding 7 1 NA KCNC4 ENSG00000116396 +transcript chr1 110211492 110234039 ENST00000413138 protein_coding 7 5 NA KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000369787 protein_coding 7 1 1 KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000413138 protein_coding 7 5 1 KCNC4 ENSG00000116396 +CDS chr1 110211500 110212177 ENST00000438661 protein_coding 3 1 1 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000369787 protein_coding 7 1 2 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000413138 protein_coding 7 5 2 KCNC4 ENSG00000116396 +CDS chr1 110222964 110223900 ENST00000438661 protein_coding 3 1 2 KCNC4 ENSG00000116396 +transcript chr1 110223830 110229151 ENST00000636402 protein_coding 1 5 NA KCNC4 ENSG00000116396 +CDS chr1 110223830 110223900 ENST00000636402 protein_coding 1 5 1 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000369787 protein_coding 7 1 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000413138 protein_coding 7 5 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000438661 protein_coding 3 1 3 KCNC4 ENSG00000116396 +CDS chr1 110225975 110226178 ENST00000636402 protein_coding 1 5 2 KCNC4 ENSG00000116396 +CDS chr1 110228533 110228696 ENST00000636402 protein_coding 1 5 3 KCNC4 ENSG00000116396 +CDS chr1 110232221 110232306 ENST00000369787 protein_coding 7 1 4 KCNC4 ENSG00000116396 +CDS chr1 110232849 110232901 ENST00000413138 protein_coding 7 5 4 KCNC4 ENSG00000116396 +CDS chr1 110232911 110232969 ENST00000438661 protein_coding 3 1 4 KCNC4 ENSG00000116396 +transcript chr1 110338506 110346673 ENST00000652747 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339323 110342690 ENST00000602849 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339323 110346673 ENST00000487146 protein_coding 8 1 NA RBM15 ENSG00000162775 +transcript chr1 110339323 110346681 ENST00000618772 protein_coding 4 1 NA RBM15 ENSG00000162775 +transcript chr1 110339377 110346677 ENST00000369784 protein_coding 9 1 NA RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000652747 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000369784 protein_coding 9 1 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342276 ENST00000602849 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000487146 protein_coding 8 1 1 RBM15 ENSG00000162775 +CDS chr1 110339406 110342268 ENST00000618772 protein_coding 4 1 1 RBM15 ENSG00000162775 +transcript chr1 110339422 110346633 ENST00000650953 protein_coding 2 NA NA RBM15 ENSG00000162775 +transcript chr1 110339425 110342690 ENST00000652342 protein_coding 2 NA NA RBM15 ENSG00000162775 +transcript chr1 110339425 110346677 ENST00000654015 protein_coding 1 NA NA RBM15 ENSG00000162775 +transcript chr1 110339466 110346677 ENST00000617047 protein_coding 1 1 NA RBM15 ENSG00000162775 +CDS chr1 110339538 110342181 ENST00000650953 protein_coding 2 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342276 ENST00000652342 protein_coding 2 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342268 ENST00000654015 protein_coding 1 NA 1 RBM15 ENSG00000162775 +CDS chr1 110339538 110342268 ENST00000617047 protein_coding 1 1 1 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000369784 protein_coding 9 1 2 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000618772 protein_coding 4 1 2 RBM15 ENSG00000162775 +CDS chr1 110345539 110345606 ENST00000617047 protein_coding 1 1 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000652747 protein_coding 1 NA 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000487146 protein_coding 8 1 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000650953 protein_coding 2 NA 2 RBM15 ENSG00000162775 +CDS chr1 110346308 110346351 ENST00000654015 protein_coding 1 NA 2 RBM15 ENSG00000162775 +transcript chr1 110362851 110391082 ENST00000437429 protein_coding 6 2 NA SLC16A4 ENSG00000168679 +transcript chr1 110362851 110391082 ENST00000541986 protein_coding 5 2 NA SLC16A4 ENSG00000168679 +transcript chr1 110362857 110391026 ENST00000369779 protein_coding 9 1 NA SLC16A4 ENSG00000168679 +transcript chr1 110362860 110391026 ENST00000472422 protein_coding 6 1 NA SLC16A4 ENSG00000168679 +transcript chr1 110362860 110391048 ENST00000369781 protein_coding 8 1 NA SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000541986 protein_coding 5 2 8 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000369779 protein_coding 9 1 9 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000472422 protein_coding 6 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110363769 110363893 ENST00000369781 protein_coding 8 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110363774 110363913 ENST00000437429 protein_coding 6 2 7 SLC16A4 ENSG00000168679 +transcript chr1 110375036 110379183 ENST00000467986 protein_coding 2 2 NA SLC16A4 ENSG00000168679 +CDS chr1 110375438 110375551 ENST00000467986 protein_coding 2 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000437429 protein_coding 6 2 6 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000541986 protein_coding 5 2 7 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000369779 protein_coding 9 1 8 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000472422 protein_coding 6 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110375458 110375551 ENST00000369781 protein_coding 8 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000437429 protein_coding 6 2 5 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000541986 protein_coding 5 2 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000369779 protein_coding 9 1 7 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000472422 protein_coding 6 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000369781 protein_coding 8 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110376950 110377161 ENST00000467986 protein_coding 2 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000437429 protein_coding 6 2 4 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000541986 protein_coding 5 2 5 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000369779 protein_coding 9 1 6 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379356 ENST00000472422 protein_coding 6 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110378853 110379183 ENST00000467986 protein_coding 2 2 1 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000437429 protein_coding 6 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000541986 protein_coding 5 2 4 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000369779 protein_coding 9 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000472422 protein_coding 6 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110380982 110381143 ENST00000369781 protein_coding 8 1 5 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000541986 protein_coding 5 2 3 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000369779 protein_coding 9 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110381652 110381795 ENST00000369781 protein_coding 8 1 4 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000369779 protein_coding 9 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000472422 protein_coding 6 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110382834 110382966 ENST00000369781 protein_coding 8 1 3 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389270 ENST00000437429 protein_coding 6 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389270 ENST00000541986 protein_coding 5 2 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000369779 protein_coding 9 1 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000472422 protein_coding 6 1 2 SLC16A4 ENSG00000168679 +CDS chr1 110389237 110389323 ENST00000369781 protein_coding 8 1 2 SLC16A4 ENSG00000168679 +transcript chr1 110401249 110407668 ENST00000483260 protein_coding 5 2 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401249 110407671 ENST00000474861 protein_coding 6 2 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401253 110407694 ENST00000602318 protein_coding 6 1 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401253 110407942 ENST00000256644 protein_coding 8 1 NA LAMTOR5 ENSG00000134248 +transcript chr1 110401257 110406425 ENST00000602858 protein_coding 5 2 NA LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000483260 protein_coding 5 2 5 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000474861 protein_coding 6 2 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000602318 protein_coding 6 1 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000256644 protein_coding 8 1 4 LAMTOR5 ENSG00000134248 +CDS chr1 110401526 110401583 ENST00000602858 protein_coding 5 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000483260 protein_coding 5 2 4 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000474861 protein_coding 6 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000602318 protein_coding 6 1 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000256644 protein_coding 8 1 3 LAMTOR5 ENSG00000134248 +CDS chr1 110403919 110404036 ENST00000602858 protein_coding 5 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000483260 protein_coding 5 2 3 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000474861 protein_coding 6 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000602318 protein_coding 6 1 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406379 ENST00000256644 protein_coding 8 1 2 LAMTOR5 ENSG00000134248 +CDS chr1 110406318 110406378 ENST00000602858 protein_coding 5 2 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407033 110407064 ENST00000483260 protein_coding 5 2 2 LAMTOR5 ENSG00000134248 +CDS chr1 110407033 110407064 ENST00000474861 protein_coding 6 2 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407586 110407620 ENST00000602318 protein_coding 6 1 1 LAMTOR5 ENSG00000134248 +CDS chr1 110407586 110407866 ENST00000256644 protein_coding 8 1 1 LAMTOR5 ENSG00000134248 +transcript chr1 110451149 110457358 ENST00000271331 protein_coding 4 1 NA PROK1 ENSG00000143125 +CDS chr1 110451217 110451288 ENST00000271331 protein_coding 4 1 1 PROK1 ENSG00000143125 +CDS chr1 110453961 110454086 ENST00000271331 protein_coding 4 1 2 PROK1 ENSG00000143125 +CDS chr1 110456232 110456348 ENST00000271331 protein_coding 4 1 3 PROK1 ENSG00000143125 +transcript chr1 110517217 110519175 ENST00000369771 protein_coding 4 NA NA KCNA10 ENSG00000143105 +CDS chr1 110517255 110518787 ENST00000369771 protein_coding 4 NA 1 KCNA10 ENSG00000143105 +transcript chr1 110593580 110606009 ENST00000640774 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606019 ENST00000638616 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606358 ENST00000316361 protein_coding 10 2 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110606850 ENST00000638477 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607307 ENST00000639048 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607367 ENST00000675391 protein_coding 1 NA NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607368 ENST00000639233 protein_coding 2 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110607429 ENST00000633222 protein_coding 1 5 NA KCNA2 ENSG00000177301 +transcript chr1 110593580 110631474 ENST00000369770 protein_coding 7 1 NA KCNA2 ENSG00000177301 +CDS chr1 110593896 110593928 ENST00000369770 protein_coding 7 1 5 KCNA2 ENSG00000177301 +CDS chr1 110601964 110602170 ENST00000640774 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110602030 110602170 ENST00000369770 protein_coding 7 1 4 KCNA2 ENSG00000177301 +CDS chr1 110602122 110602170 ENST00000638477 protein_coding 2 5 4 KCNA2 ENSG00000177301 +transcript chr1 110602997 110608025 ENST00000638532 protein_coding 1 5 NA KCNA2 ENSG00000177301 +transcript chr1 110602998 110607816 ENST00000485317 protein_coding 6 5 NA KCNA2 ENSG00000177301 +transcript chr1 110603061 110605571 ENST00000640956 protein_coding 1 5 NA KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000638616 protein_coding 2 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000316361 protein_coding 10 2 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604020 ENST00000639048 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000675391 protein_coding 1 NA 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604200 ENST00000639233 protein_coding 2 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000633222 protein_coding 1 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000638532 protein_coding 1 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604782 ENST00000485317 protein_coding 6 5 3 KCNA2 ENSG00000177301 +CDS chr1 110603286 110604416 ENST00000640956 protein_coding 1 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603889 110604020 ENST00000640774 protein_coding 2 5 2 KCNA2 ENSG00000177301 +CDS chr1 110603889 110604782 ENST00000369770 protein_coding 7 1 3 KCNA2 ENSG00000177301 +CDS chr1 110603893 110604020 ENST00000638477 protein_coding 2 5 3 KCNA2 ENSG00000177301 +transcript chr1 110672465 110674940 ENST00000369769 protein_coding 4 NA NA KCNA3 ENSG00000177272 +CDS chr1 110673085 110674809 ENST00000369769 protein_coding 4 NA 1 KCNA3 ENSG00000177272 +transcript chr1 110871188 110899922 ENST00000648608 protein_coding 1 NA NA CD53 ENSG00000143119 +transcript chr1 110873148 110899922 ENST00000271324 protein_coding 6 1 NA CD53 ENSG00000143119 +CDS chr1 110891409 110891471 ENST00000648608 protein_coding 1 NA 3 CD53 ENSG00000143119 +CDS chr1 110891409 110891471 ENST00000271324 protein_coding 6 1 2 CD53 ENSG00000143119 +CDS chr1 110892345 110892533 ENST00000648608 protein_coding 1 NA 4 CD53 ENSG00000143119 +CDS chr1 110892345 110892533 ENST00000271324 protein_coding 6 1 3 CD53 ENSG00000143119 +CDS chr1 110894327 110894401 ENST00000648608 protein_coding 1 NA 5 CD53 ENSG00000143119 +CDS chr1 110894327 110894401 ENST00000271324 protein_coding 6 1 4 CD53 ENSG00000143119 +CDS chr1 110894960 110895055 ENST00000648608 protein_coding 1 NA 6 CD53 ENSG00000143119 +CDS chr1 110894960 110895055 ENST00000271324 protein_coding 6 1 5 CD53 ENSG00000143119 +CDS chr1 110896653 110896733 ENST00000648608 protein_coding 1 NA 7 CD53 ENSG00000143119 +CDS chr1 110896653 110896733 ENST00000271324 protein_coding 6 1 6 CD53 ENSG00000143119 +CDS chr1 110897809 110897892 ENST00000648608 protein_coding 1 NA 8 CD53 ENSG00000143119 +CDS chr1 110897809 110897892 ENST00000271324 protein_coding 6 1 7 CD53 ENSG00000143119 +CDS chr1 110899124 110899192 ENST00000648608 protein_coding 1 NA 9 CD53 ENSG00000143119 +CDS chr1 110899124 110899192 ENST00000271324 protein_coding 6 1 8 CD53 ENSG00000143119 +transcript chr1 110947190 110963922 ENST00000369763 protein_coding 5 5 NA LRIF1 ENSG00000121931 +transcript chr1 110947191 110952961 ENST00000494675 protein_coding 5 2 NA LRIF1 ENSG00000121931 +transcript chr1 110947222 110963965 ENST00000485275 protein_coding 2 2 NA LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000369763 protein_coding 5 5 4 LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000494675 protein_coding 5 2 3 LRIF1 ENSG00000121931 +CDS chr1 110947962 110948399 ENST00000485275 protein_coding 2 2 3 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950123 ENST00000369763 protein_coding 5 5 3 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950111 ENST00000494675 protein_coding 5 2 2 LRIF1 ENSG00000121931 +CDS chr1 110949851 110950111 ENST00000485275 protein_coding 2 2 2 LRIF1 ENSG00000121931 +CDS chr1 110951288 110952815 ENST00000369763 protein_coding 5 5 2 LRIF1 ENSG00000121931 +CDS chr1 110963621 110963688 ENST00000369763 protein_coding 5 5 1 LRIF1 ENSG00000121931 +transcript chr1 111117163 111140093 ENST00000484310 protein_coding 6 1 NA DRAM2 ENSG00000156171 +transcript chr1 111117333 111140040 ENST00000286692 protein_coding 8 1 NA DRAM2 ENSG00000156171 +transcript chr1 111117333 111140203 ENST00000539140 protein_coding 6 1 NA DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000484310 protein_coding 6 1 10 DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000286692 protein_coding 8 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118163 111118267 ENST00000539140 protein_coding 6 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000484310 protein_coding 6 1 9 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000286692 protein_coding 8 1 8 DRAM2 ENSG00000156171 +CDS chr1 111118805 111118897 ENST00000539140 protein_coding 6 1 8 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000484310 protein_coding 6 1 8 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000286692 protein_coding 8 1 7 DRAM2 ENSG00000156171 +CDS chr1 111119877 111119959 ENST00000539140 protein_coding 6 1 7 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000484310 protein_coding 6 1 7 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000286692 protein_coding 8 1 6 DRAM2 ENSG00000156171 +CDS chr1 111120516 111120693 ENST00000539140 protein_coding 6 1 6 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000484310 protein_coding 6 1 6 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000286692 protein_coding 8 1 5 DRAM2 ENSG00000156171 +CDS chr1 111124742 111124881 ENST00000539140 protein_coding 6 1 5 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000484310 protein_coding 6 1 5 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000286692 protein_coding 8 1 4 DRAM2 ENSG00000156171 +CDS chr1 111126227 111126294 ENST00000539140 protein_coding 6 1 4 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000484310 protein_coding 6 1 4 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000286692 protein_coding 8 1 3 DRAM2 ENSG00000156171 +CDS chr1 111131424 111131554 ENST00000539140 protein_coding 6 1 3 DRAM2 ENSG00000156171 +transcript chr1 111139627 111185102 ENST00000545121 protein_coding 5 1 NA CEPT1 ENSG00000134255 +transcript chr1 111140223 111185104 ENST00000357172 protein_coding 9 1 NA CEPT1 ENSG00000134255 +CDS chr1 111147715 111148053 ENST00000545121 protein_coding 5 1 2 CEPT1 ENSG00000134255 +CDS chr1 111147715 111148053 ENST00000357172 protein_coding 9 1 2 CEPT1 ENSG00000134255 +CDS chr1 111159380 111159527 ENST00000545121 protein_coding 5 1 3 CEPT1 ENSG00000134255 +CDS chr1 111159380 111159527 ENST00000357172 protein_coding 9 1 3 CEPT1 ENSG00000134255 +CDS chr1 111161155 111161296 ENST00000545121 protein_coding 5 1 4 CEPT1 ENSG00000134255 +CDS chr1 111161155 111161296 ENST00000357172 protein_coding 9 1 4 CEPT1 ENSG00000134255 +CDS chr1 111174879 111174963 ENST00000545121 protein_coding 5 1 5 CEPT1 ENSG00000134255 +CDS chr1 111174879 111174963 ENST00000357172 protein_coding 9 1 5 CEPT1 ENSG00000134255 +CDS chr1 111182187 111182318 ENST00000545121 protein_coding 5 1 6 CEPT1 ENSG00000134255 +CDS chr1 111182187 111182318 ENST00000357172 protein_coding 9 1 6 CEPT1 ENSG00000134255 +CDS chr1 111182799 111182957 ENST00000545121 protein_coding 5 1 7 CEPT1 ENSG00000134255 +CDS chr1 111182799 111182957 ENST00000357172 protein_coding 9 1 7 CEPT1 ENSG00000134255 +CDS chr1 111183462 111183587 ENST00000545121 protein_coding 5 1 8 CEPT1 ENSG00000134255 +CDS chr1 111183462 111183587 ENST00000357172 protein_coding 9 1 8 CEPT1 ENSG00000134255 +CDS chr1 111184191 111184307 ENST00000545121 protein_coding 5 1 9 CEPT1 ENSG00000134255 +CDS chr1 111184191 111184307 ENST00000357172 protein_coding 9 1 9 CEPT1 ENSG00000134255 +transcript chr1 111185969 111200646 ENST00000357640 protein_coding 9 1 NA DENND2D ENSG00000162777 +transcript chr1 111187174 111204409 ENST00000369752 protein_coding 5 2 NA DENND2D ENSG00000162777 +CDS chr1 111187608 111187681 ENST00000357640 protein_coding 9 1 12 DENND2D ENSG00000162777 +CDS chr1 111187608 111187681 ENST00000369752 protein_coding 5 2 12 DENND2D ENSG00000162777 +CDS chr1 111188131 111188370 ENST00000357640 protein_coding 9 1 11 DENND2D ENSG00000162777 +CDS chr1 111188131 111188370 ENST00000369752 protein_coding 5 2 11 DENND2D ENSG00000162777 +CDS chr1 111188702 111188786 ENST00000357640 protein_coding 9 1 10 DENND2D ENSG00000162777 +CDS chr1 111188702 111188786 ENST00000369752 protein_coding 5 2 10 DENND2D ENSG00000162777 +CDS chr1 111189212 111189253 ENST00000357640 protein_coding 9 1 9 DENND2D ENSG00000162777 +CDS chr1 111189212 111189253 ENST00000369752 protein_coding 5 2 9 DENND2D ENSG00000162777 +CDS chr1 111192140 111192317 ENST00000357640 protein_coding 9 1 8 DENND2D ENSG00000162777 +CDS chr1 111192140 111192317 ENST00000369752 protein_coding 5 2 8 DENND2D ENSG00000162777 +CDS chr1 111194578 111194726 ENST00000357640 protein_coding 9 1 7 DENND2D ENSG00000162777 +CDS chr1 111194578 111194726 ENST00000369752 protein_coding 5 2 7 DENND2D ENSG00000162777 +CDS chr1 111195916 111196056 ENST00000357640 protein_coding 9 1 6 DENND2D ENSG00000162777 +CDS chr1 111195916 111196056 ENST00000369752 protein_coding 5 2 6 DENND2D ENSG00000162777 +CDS chr1 111197176 111197253 ENST00000357640 protein_coding 9 1 5 DENND2D ENSG00000162777 +CDS chr1 111197176 111197253 ENST00000369752 protein_coding 5 2 5 DENND2D ENSG00000162777 +CDS chr1 111197920 111197989 ENST00000357640 protein_coding 9 1 4 DENND2D ENSG00000162777 +CDS chr1 111197920 111197989 ENST00000369752 protein_coding 5 2 4 DENND2D ENSG00000162777 +CDS chr1 111198630 111198742 ENST00000357640 protein_coding 9 1 3 DENND2D ENSG00000162777 +CDS chr1 111198630 111198742 ENST00000369752 protein_coding 5 2 3 DENND2D ENSG00000162777 +CDS chr1 111199623 111199798 ENST00000357640 protein_coding 9 1 2 DENND2D ENSG00000162777 +CDS chr1 111199623 111199798 ENST00000369752 protein_coding 5 2 2 DENND2D ENSG00000162777 +CDS chr1 111200393 111200459 ENST00000357640 protein_coding 9 1 1 DENND2D ENSG00000162777 +transcript chr1 111200771 111243439 ENST00000445067 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111204296 111204353 ENST00000369752 protein_coding 5 2 1 DENND2D ENSG00000162777 +transcript chr1 111227016 111236080 ENST00000528451 protein_coding 5 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227068 111235763 ENST00000486561 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227610 111243440 ENST00000369744 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227678 111235763 ENST00000474304 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111227713 111243440 ENST00000369748 protein_coding 9 1 NA CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000445067 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000528451 protein_coding 5 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000486561 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000369744 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000474304 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111227730 111227769 ENST00000369748 protein_coding 9 1 1 CHI3L2 ENSG00000064886 +transcript chr1 111229692 111243439 ENST00000466741 protein_coding 5 1 NA CHI3L2 ENSG00000064886 +transcript chr1 111229706 111238759 ENST00000477185 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229753 111236148 ENST00000467038 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229757 111235763 ENST00000497587 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +transcript chr1 111229820 111242634 ENST00000524472 protein_coding 5 2 NA CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000445067 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000528451 protein_coding 5 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000486561 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000474304 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111229852 111229881 ENST00000369748 protein_coding 9 1 2 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000445067 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000528451 protein_coding 5 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000486561 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000369744 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000474304 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111230742 111230943 ENST00000369748 protein_coding 9 1 3 CHI3L2 ENSG00000064886 +transcript chr1 111230766 111238866 ENST00000533831 protein_coding 6 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111230766 111230943 ENST00000533831 protein_coding 6 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000466741 protein_coding 5 1 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000477185 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000467038 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000497587 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111230909 111230943 ENST00000524472 protein_coding 5 2 2 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000445067 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000528451 protein_coding 5 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000486561 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000369744 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000474304 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000369748 protein_coding 9 1 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000466741 protein_coding 5 1 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000477185 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000497587 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000524472 protein_coding 5 2 3 CHI3L2 ENSG00000064886 +CDS chr1 111231238 111231294 ENST00000533831 protein_coding 6 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000445067 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000528451 protein_coding 5 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000486561 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000369744 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235000 ENST00000474304 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000369748 protein_coding 9 1 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000466741 protein_coding 5 1 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000477185 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000467038 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000497587 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111234907 111235057 ENST00000524472 protein_coding 5 2 4 CHI3L2 ENSG00000064886 +transcript chr1 111235016 111243440 ENST00000497220 protein_coding 5 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111235016 111235057 ENST00000497220 protein_coding 5 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000445067 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000528451 protein_coding 5 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000486561 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000369744 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000474304 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000369748 protein_coding 9 1 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000466741 protein_coding 5 1 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000477185 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000467038 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000497587 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000524472 protein_coding 5 2 5 CHI3L2 ENSG00000064886 +CDS chr1 111235639 111235763 ENST00000497220 protein_coding 5 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000445067 protein_coding 6 5 9 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236080 ENST00000528451 protein_coding 5 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000369744 protein_coding 6 5 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000369748 protein_coding 9 1 7 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000466741 protein_coding 5 1 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000477185 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236148 ENST00000467038 protein_coding 6 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000524472 protein_coding 5 2 6 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000533831 protein_coding 6 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111236024 111236153 ENST00000497220 protein_coding 5 5 3 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000445067 protein_coding 6 5 10 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000369744 protein_coding 6 5 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000369748 protein_coding 9 1 8 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000466741 protein_coding 5 1 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238759 ENST00000477185 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238932 ENST00000524472 protein_coding 5 2 7 CHI3L2 ENSG00000064886 +CDS chr1 111238750 111238866 ENST00000533831 protein_coding 6 5 4 CHI3L2 ENSG00000064886 +transcript chr1 111238927 111243432 ENST00000472825 protein_coding 2 5 NA CHI3L2 ENSG00000064886 +CDS chr1 111238927 111238932 ENST00000472825 protein_coding 2 5 1 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000445067 protein_coding 6 5 11 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000369744 protein_coding 6 5 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000369748 protein_coding 9 1 9 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000466741 protein_coding 5 1 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000524472 protein_coding 5 2 8 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000497220 protein_coding 5 5 4 CHI3L2 ENSG00000064886 +CDS chr1 111241327 111241443 ENST00000472825 protein_coding 2 5 2 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000445067 protein_coding 6 5 12 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000369744 protein_coding 6 5 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000369748 protein_coding 9 1 10 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000466741 protein_coding 5 1 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000524472 protein_coding 5 2 9 CHI3L2 ENSG00000064886 +CDS chr1 111242227 111242361 ENST00000497220 protein_coding 5 5 5 CHI3L2 ENSG00000064886 +CDS chr1 111243217 111243219 ENST00000472825 protein_coding 2 5 3 CHI3L2 ENSG00000064886 +transcript chr1 111290851 111320563 ENST00000369740 protein_coding 6 1 NA CHIA ENSG00000134216 +transcript chr1 111290862 111320557 ENST00000422815 protein_coding 5 1 NA CHIA ENSG00000134216 +CDS chr1 111290862 111290950 ENST00000422815 protein_coding 5 1 1 CHIA ENSG00000134216 +transcript chr1 111290862 111320557 ENST00000483391 protein_coding 5 1 NA CHIA ENSG00000134216 +transcript chr1 111310374 111320565 ENST00000451398 protein_coding 6 1 NA CHIA ENSG00000134216 +transcript chr1 111310374 111320565 ENST00000343320 protein_coding 10 5 NA CHIA ENSG00000134216 +transcript chr1 111310465 111320475 ENST00000353665 protein_coding 10 1 NA CHIA ENSG00000134216 +CDS chr1 111310468 111310492 ENST00000369740 protein_coding 6 1 2 CHIA ENSG00000134216 +transcript chr1 111310468 111320380 ENST00000489524 protein_coding 5 1 NA CHIA ENSG00000134216 +CDS chr1 111310468 111310492 ENST00000343320 protein_coding 10 5 1 CHIA ENSG00000134216 +transcript chr1 111310477 111320566 ENST00000430615 protein_coding 1 1 NA CHIA ENSG00000134216 +CDS chr1 111311689 111311718 ENST00000369740 protein_coding 6 1 3 CHIA ENSG00000134216 +CDS chr1 111311689 111311718 ENST00000343320 protein_coding 10 5 2 CHIA ENSG00000134216 +CDS chr1 111312190 111312391 ENST00000369740 protein_coding 6 1 4 CHIA ENSG00000134216 +CDS chr1 111312190 111312391 ENST00000343320 protein_coding 10 5 3 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000422815 protein_coding 5 1 2 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000369740 protein_coding 6 1 5 CHIA ENSG00000134216 +CDS chr1 111314540 111314596 ENST00000343320 protein_coding 10 5 4 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000422815 protein_coding 5 1 3 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000369740 protein_coding 6 1 6 CHIA ENSG00000134216 +CDS chr1 111315270 111315435 ENST00000343320 protein_coding 10 5 5 CHIA ENSG00000134216 +CDS chr1 111315280 111315435 ENST00000430615 protein_coding 1 1 4 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000422815 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000369740 protein_coding 6 1 7 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000430615 protein_coding 1 1 5 CHIA ENSG00000134216 +CDS chr1 111317681 111317805 ENST00000343320 protein_coding 10 5 6 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000483391 protein_coding 5 1 3 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000353665 protein_coding 10 1 5 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000489524 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317684 111317805 ENST00000451398 protein_coding 6 1 4 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000422815 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000483391 protein_coding 5 1 4 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000369740 protein_coding 6 1 8 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000353665 protein_coding 10 1 6 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000489524 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000430615 protein_coding 1 1 6 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000451398 protein_coding 6 1 5 CHIA ENSG00000134216 +CDS chr1 111317986 111318109 ENST00000343320 protein_coding 10 5 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000422815 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000483391 protein_coding 5 1 5 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000369740 protein_coding 6 1 9 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000353665 protein_coding 10 1 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000489524 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000430615 protein_coding 1 1 7 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000451398 protein_coding 6 1 6 CHIA ENSG00000134216 +CDS chr1 111318493 111318678 ENST00000343320 protein_coding 10 5 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000422815 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000483391 protein_coding 5 1 6 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000369740 protein_coding 6 1 10 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000353665 protein_coding 10 1 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000489524 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000430615 protein_coding 1 1 8 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000451398 protein_coding 6 1 7 CHIA ENSG00000134216 +CDS chr1 111319120 111319239 ENST00000343320 protein_coding 10 5 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000422815 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000483391 protein_coding 5 1 7 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000369740 protein_coding 6 1 11 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000353665 protein_coding 10 1 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000489524 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000430615 protein_coding 1 1 9 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000451398 protein_coding 6 1 8 CHIA ENSG00000134216 +CDS chr1 111319327 111319468 ENST00000343320 protein_coding 10 5 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000422815 protein_coding 5 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000483391 protein_coding 5 1 8 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000369740 protein_coding 6 1 12 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000353665 protein_coding 10 1 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320380 ENST00000489524 protein_coding 5 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000430615 protein_coding 1 1 10 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000451398 protein_coding 6 1 9 CHIA ENSG00000134216 +CDS chr1 111320213 111320463 ENST00000343320 protein_coding 10 5 11 CHIA ENSG00000134216 +transcript chr1 111346620 111351563 ENST00000369737 protein_coding 4 2 NA PIFO ENSG00000173947 +transcript chr1 111346622 111353013 ENST00000369738 protein_coding 9 1 NA PIFO ENSG00000173947 +CDS chr1 111346653 111346671 ENST00000369738 protein_coding 9 1 1 PIFO ENSG00000173947 +CDS chr1 111346653 111346671 ENST00000369737 protein_coding 4 2 1 PIFO ENSG00000173947 +CDS chr1 111346910 111347049 ENST00000369738 protein_coding 9 1 2 PIFO ENSG00000173947 +CDS chr1 111346910 111347049 ENST00000369737 protein_coding 4 2 2 PIFO ENSG00000173947 +CDS chr1 111347674 111347772 ENST00000369738 protein_coding 9 1 3 PIFO ENSG00000173947 +CDS chr1 111348516 111348646 ENST00000369738 protein_coding 9 1 4 PIFO ENSG00000173947 +CDS chr1 111348516 111348646 ENST00000369737 protein_coding 4 2 3 PIFO ENSG00000173947 +CDS chr1 111350106 111350223 ENST00000369738 protein_coding 9 1 5 PIFO ENSG00000173947 +CDS chr1 111350106 111350223 ENST00000369737 protein_coding 4 2 4 PIFO ENSG00000173947 +CDS chr1 111351259 111351324 ENST00000369738 protein_coding 9 1 6 PIFO ENSG00000173947 +CDS chr1 111351259 111351324 ENST00000369737 protein_coding 4 2 5 PIFO ENSG00000173947 +transcript chr1 111414319 111427735 ENST00000369732 protein_coding 4 1 NA OVGP1 ENSG00000085465 +CDS chr1 111414467 111415344 ENST00000369732 protein_coding 4 1 11 OVGP1 ENSG00000085465 +CDS chr1 111416323 111416458 ENST00000369732 protein_coding 4 1 10 OVGP1 ENSG00000085465 +CDS chr1 111419610 111419726 ENST00000369732 protein_coding 4 1 9 OVGP1 ENSG00000085465 +CDS chr1 111421276 111421461 ENST00000369732 protein_coding 4 1 8 OVGP1 ENSG00000085465 +CDS chr1 111421565 111421673 ENST00000369732 protein_coding 4 1 7 OVGP1 ENSG00000085465 +CDS chr1 111422927 111423051 ENST00000369732 protein_coding 4 1 6 OVGP1 ENSG00000085465 +CDS chr1 111423543 111423708 ENST00000369732 protein_coding 4 1 5 OVGP1 ENSG00000085465 +CDS chr1 111425383 111425439 ENST00000369732 protein_coding 4 1 4 OVGP1 ENSG00000085465 +CDS chr1 111426437 111426641 ENST00000369732 protein_coding 4 1 3 OVGP1 ENSG00000085465 +CDS chr1 111427062 111427091 ENST00000369732 protein_coding 4 1 2 OVGP1 ENSG00000085465 +CDS chr1 111427697 111427721 ENST00000369732 protein_coding 4 1 1 OVGP1 ENSG00000085465 +transcript chr1 111439890 111449256 ENST00000235090 protein_coding 10 1 NA WDR77 ENSG00000116455 +transcript chr1 111441228 111448729 ENST00000449340 protein_coding 1 5 NA WDR77 ENSG00000116455 +CDS chr1 111441233 111441389 ENST00000235090 protein_coding 10 1 10 WDR77 ENSG00000116455 +CDS chr1 111441233 111441389 ENST00000449340 protein_coding 1 5 9 WDR77 ENSG00000116455 +CDS chr1 111442025 111442093 ENST00000235090 protein_coding 10 1 9 WDR77 ENSG00000116455 +CDS chr1 111442025 111442129 ENST00000449340 protein_coding 1 5 8 WDR77 ENSG00000116455 +CDS chr1 111442653 111442761 ENST00000235090 protein_coding 10 1 8 WDR77 ENSG00000116455 +CDS chr1 111442653 111442761 ENST00000449340 protein_coding 1 5 7 WDR77 ENSG00000116455 +CDS chr1 111443323 111443394 ENST00000235090 protein_coding 10 1 7 WDR77 ENSG00000116455 +CDS chr1 111443323 111443394 ENST00000449340 protein_coding 1 5 6 WDR77 ENSG00000116455 +CDS chr1 111443867 111443921 ENST00000235090 protein_coding 10 1 6 WDR77 ENSG00000116455 +CDS chr1 111443867 111443921 ENST00000449340 protein_coding 1 5 5 WDR77 ENSG00000116455 +CDS chr1 111444054 111444124 ENST00000235090 protein_coding 10 1 5 WDR77 ENSG00000116455 +CDS chr1 111444054 111444124 ENST00000449340 protein_coding 1 5 4 WDR77 ENSG00000116455 +CDS chr1 111447095 111447144 ENST00000235090 protein_coding 10 1 4 WDR77 ENSG00000116455 +CDS chr1 111447095 111447144 ENST00000449340 protein_coding 1 5 3 WDR77 ENSG00000116455 +CDS chr1 111447435 111447576 ENST00000235090 protein_coding 10 1 3 WDR77 ENSG00000116455 +CDS chr1 111447435 111447576 ENST00000449340 protein_coding 1 5 2 WDR77 ENSG00000116455 +CDS chr1 111448619 111448804 ENST00000235090 protein_coding 10 1 2 WDR77 ENSG00000116455 +CDS chr1 111448619 111448729 ENST00000449340 protein_coding 1 5 1 WDR77 ENSG00000116455 +CDS chr1 111449055 111449169 ENST00000235090 protein_coding 10 1 1 WDR77 ENSG00000116455 +transcript chr1 111449464 111462773 ENST00000369722 protein_coding 8 1 NA ATP5PB ENSG00000116459 +transcript chr1 111449484 111461026 ENST00000483994 protein_coding 1 2 NA ATP5PB ENSG00000116459 +CDS chr1 111449542 111449581 ENST00000369722 protein_coding 8 1 1 ATP5PB ENSG00000116459 +CDS chr1 111449542 111449581 ENST00000483994 protein_coding 1 2 1 ATP5PB ENSG00000116459 +CDS chr1 111449837 111449873 ENST00000369722 protein_coding 8 1 2 ATP5PB ENSG00000116459 +CDS chr1 111454211 111454356 ENST00000369722 protein_coding 8 1 3 ATP5PB ENSG00000116459 +CDS chr1 111456086 111456249 ENST00000369722 protein_coding 8 1 4 ATP5PB ENSG00000116459 +CDS chr1 111456086 111456249 ENST00000483994 protein_coding 1 2 2 ATP5PB ENSG00000116459 +CDS chr1 111456630 111456755 ENST00000369722 protein_coding 8 1 5 ATP5PB ENSG00000116459 +CDS chr1 111456630 111456755 ENST00000483994 protein_coding 1 2 3 ATP5PB ENSG00000116459 +CDS chr1 111459457 111459636 ENST00000369722 protein_coding 8 1 6 ATP5PB ENSG00000116459 +CDS chr1 111459457 111459636 ENST00000483994 protein_coding 1 2 4 ATP5PB ENSG00000116459 +CDS chr1 111460917 111460991 ENST00000369722 protein_coding 8 1 7 ATP5PB ENSG00000116459 +CDS chr1 111460917 111460991 ENST00000483994 protein_coding 1 2 5 ATP5PB ENSG00000116459 +transcript chr1 111473792 111478512 ENST00000343534 protein_coding 9 1 NA C1orf162 ENSG00000143110 +transcript chr1 111473984 111478512 ENST00000369718 protein_coding 4 2 NA C1orf162 ENSG00000143110 +CDS chr1 111476029 111476065 ENST00000343534 protein_coding 9 1 2 C1orf162 ENSG00000143110 +CDS chr1 111476029 111476065 ENST00000369718 protein_coding 4 2 2 C1orf162 ENSG00000143110 +CDS chr1 111476798 111476867 ENST00000343534 protein_coding 9 1 3 C1orf162 ENSG00000143110 +CDS chr1 111476798 111476867 ENST00000369718 protein_coding 4 2 3 C1orf162 ENSG00000143110 +CDS chr1 111477334 111477428 ENST00000343534 protein_coding 9 1 4 C1orf162 ENSG00000143110 +CDS chr1 111477334 111477428 ENST00000369718 protein_coding 4 2 4 C1orf162 ENSG00000143110 +CDS chr1 111477651 111477775 ENST00000343534 protein_coding 9 1 5 C1orf162 ENSG00000143110 +CDS chr1 111477726 111477775 ENST00000369718 protein_coding 4 2 5 C1orf162 ENSG00000143110 +CDS chr1 111477983 111478120 ENST00000343534 protein_coding 9 1 6 C1orf162 ENSG00000143110 +CDS chr1 111477983 111478120 ENST00000369718 protein_coding 4 2 6 C1orf162 ENSG00000143110 +transcript chr1 111483348 111503633 ENST00000369716 protein_coding 9 1 NA TMIGD3 ENSG00000121933 +transcript chr1 111483348 111563962 ENST00000369717 protein_coding 8 1 NA TMIGD3 ENSG00000121933 +transcript chr1 111483569 111563934 ENST00000443498 protein_coding 5 3 NA TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000369716 protein_coding 9 1 6 TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000369717 protein_coding 8 1 6 TMIGD3 ENSG00000121933 +CDS chr1 111483690 111483757 ENST00000443498 protein_coding 5 3 5 TMIGD3 ENSG00000121933 +transcript chr1 111485315 111488824 ENST00000472933 protein_coding 2 2 NA TMIGD3 ENSG00000121933 +CDS chr1 111485735 111485840 ENST00000472933 protein_coding 2 2 3 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000369716 protein_coding 9 1 5 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000369717 protein_coding 8 1 5 TMIGD3 ENSG00000121933 +CDS chr1 111485740 111485840 ENST00000443498 protein_coding 5 3 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000369716 protein_coding 9 1 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000369717 protein_coding 8 1 4 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000443498 protein_coding 5 3 3 TMIGD3 ENSG00000121933 +CDS chr1 111486586 111486652 ENST00000472933 protein_coding 2 2 2 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111489024 ENST00000369716 protein_coding 9 1 3 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111489024 ENST00000369717 protein_coding 8 1 3 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111488867 ENST00000443498 protein_coding 5 3 2 TMIGD3 ENSG00000121933 +CDS chr1 111488677 111488824 ENST00000472933 protein_coding 2 2 1 TMIGD3 ENSG00000121933 +CDS chr1 111490656 111490762 ENST00000369716 protein_coding 9 1 2 TMIGD3 ENSG00000121933 +CDS chr1 111490656 111490762 ENST00000369717 protein_coding 8 1 2 TMIGD3 ENSG00000121933 +transcript chr1 111499429 111503633 ENST00000241356 protein_coding 5 1 NA ADORA3 ENSG00000282608 +transcript chr1 111499828 111503412 ENST00000632535 protein_coding 1 3 NA ADORA3 ENSG00000282608 +CDS chr1 111499953 111500556 ENST00000241356 protein_coding 5 1 2 ADORA3 ENSG00000282608 +CDS chr1 111500602 111500620 ENST00000632535 protein_coding 1 3 2 ADORA3 ENSG00000282608 +CDS chr1 111503005 111503354 ENST00000369716 protein_coding 9 1 1 TMIGD3 ENSG00000121933 +CDS chr1 111503005 111503354 ENST00000241356 protein_coding 5 1 1 ADORA3 ENSG00000282608 +CDS chr1 111503005 111503354 ENST00000632535 protein_coding 1 3 1 ADORA3 ENSG00000282608 +transcript chr1 111542218 111713113 ENST00000356415 protein_coding 5 1 NA RAP1A ENSG00000116473 +CDS chr1 111563846 111563952 ENST00000369717 protein_coding 8 1 1 TMIGD3 ENSG00000121933 +CDS chr1 111563846 111563934 ENST00000443498 protein_coding 5 3 1 TMIGD3 ENSG00000121933 +transcript chr1 111619777 111716668 ENST00000687939 protein_coding 1 NA NA RAP1A ENSG00000116473 +transcript chr1 111619789 111716691 ENST00000369709 protein_coding 4 1 NA RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000356415 protein_coding 5 1 2 RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000687939 protein_coding 1 NA 3 RAP1A ENSG00000116473 +CDS chr1 111691361 111691417 ENST00000369709 protein_coding 4 1 2 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000356415 protein_coding 5 1 3 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000687939 protein_coding 1 NA 4 RAP1A ENSG00000116473 +CDS chr1 111695341 111695409 ENST00000369709 protein_coding 4 1 3 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000356415 protein_coding 5 1 4 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000687939 protein_coding 1 NA 5 RAP1A ENSG00000116473 +CDS chr1 111697441 111697497 ENST00000369709 protein_coding 4 1 4 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000356415 protein_coding 5 1 5 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000687939 protein_coding 1 NA 6 RAP1A ENSG00000116473 +CDS chr1 111703336 111703476 ENST00000369709 protein_coding 4 1 5 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000356415 protein_coding 5 1 6 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000687939 protein_coding 1 NA 7 RAP1A ENSG00000116473 +CDS chr1 111704343 111704486 ENST00000369709 protein_coding 4 1 6 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000356415 protein_coding 5 1 7 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000687939 protein_coding 1 NA 8 RAP1A ENSG00000116473 +CDS chr1 111709149 111709232 ENST00000369709 protein_coding 4 1 7 RAP1A ENSG00000116473 +transcript chr1 111722064 111739395 ENST00000357260 protein_coding 6 1 NA INKA2 ENSG00000197852 +transcript chr1 111722351 111739363 ENST00000534365 protein_coding 1 5 NA INKA2 ENSG00000197852 +CDS chr1 111723105 111723148 ENST00000534365 protein_coding 1 5 3 INKA2 ENSG00000197852 +CDS chr1 111726971 111727804 ENST00000357260 protein_coding 6 1 2 INKA2 ENSG00000197852 +transcript chr1 111727344 111739253 ENST00000527621 protein_coding 1 4 NA INKA2 ENSG00000197852 +CDS chr1 111727344 111727831 ENST00000527621 protein_coding 1 4 2 INKA2 ENSG00000197852 +CDS chr1 111727564 111727804 ENST00000534365 protein_coding 1 5 2 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000357260 protein_coding 6 1 1 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000534365 protein_coding 1 5 1 INKA2 ENSG00000197852 +CDS chr1 111739186 111739242 ENST00000527621 protein_coding 1 4 1 INKA2 ENSG00000197852 +transcript chr1 111754832 111768990 ENST00000679724 protein_coding 1 NA NA DDX20 ENSG00000064703 +transcript chr1 111755901 111768000 ENST00000369702 protein_coding 5 1 NA DDX20 ENSG00000064703 +transcript chr1 111755903 111775602 ENST00000680627 protein_coding 1 NA NA DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000679724 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000369702 protein_coding 5 1 1 DDX20 ENSG00000064703 +CDS chr1 111755925 111756225 ENST00000680627 protein_coding 1 NA 1 DDX20 ENSG00000064703 +transcript chr1 111755930 111767197 ENST00000680518 protein_coding 1 NA NA DDX20 ENSG00000064703 +CDS chr1 111755976 111756225 ENST00000680518 protein_coding 1 NA 1 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000679724 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000369702 protein_coding 5 1 2 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000680627 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111756646 111756740 ENST00000680518 protein_coding 1 NA 2 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000679724 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000369702 protein_coding 5 1 3 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000680627 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111759400 111759568 ENST00000680518 protein_coding 1 NA 3 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000679724 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000369702 protein_coding 5 1 4 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000680627 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111760474 111760588 ENST00000680518 protein_coding 1 NA 4 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000679724 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000369702 protein_coding 5 1 5 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000680627 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760706 111760848 ENST00000680518 protein_coding 1 NA 5 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000679724 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000369702 protein_coding 5 1 6 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000680627 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111760987 111761125 ENST00000680518 protein_coding 1 NA 6 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000679724 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000369702 protein_coding 5 1 7 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000680627 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111761226 111761284 ENST00000680518 protein_coding 1 NA 7 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000679724 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000369702 protein_coding 5 1 8 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000680627 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111762255 111762337 ENST00000680518 protein_coding 1 NA 8 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000679724 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000369702 protein_coding 5 1 9 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000680627 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762677 111762782 ENST00000680518 protein_coding 1 NA 9 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000679724 protein_coding 1 NA 11 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000369702 protein_coding 5 1 10 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000680627 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111762906 111763007 ENST00000680518 protein_coding 1 NA 10 DDX20 ENSG00000064703 +CDS chr1 111764402 111764409 ENST00000680518 protein_coding 1 NA 11 DDX20 ENSG00000064703 +CDS chr1 111765737 111766896 ENST00000679724 protein_coding 1 NA 12 DDX20 ENSG00000064703 +CDS chr1 111765737 111766896 ENST00000369702 protein_coding 5 1 11 DDX20 ENSG00000064703 +CDS chr1 111765737 111766686 ENST00000680627 protein_coding 1 NA 11 DDX20 ENSG00000064703 +transcript chr1 111770662 111982796 ENST00000369697 protein_coding 5 1 NA KCND3 ENSG00000171385 +transcript chr1 111770662 111989668 ENST00000302127 protein_coding 5 5 NA KCND3 ENSG00000171385 +transcript chr1 111775809 111989155 ENST00000315987 protein_coding 6 1 NA KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000369697 protein_coding 5 1 6 KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000302127 protein_coding 5 5 8 KCND3 ENSG00000171385 +CDS chr1 111776080 111776278 ENST00000315987 protein_coding 6 1 8 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000369697 protein_coding 5 1 5 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000302127 protein_coding 5 5 7 KCND3 ENSG00000171385 +CDS chr1 111777026 111777273 ENST00000315987 protein_coding 6 1 7 KCND3 ENSG00000171385 +CDS chr1 111778436 111778492 ENST00000302127 protein_coding 5 5 6 KCND3 ENSG00000171385 +CDS chr1 111778436 111778492 ENST00000315987 protein_coding 6 1 6 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000369697 protein_coding 5 1 4 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000302127 protein_coding 5 5 5 KCND3 ENSG00000171385 +CDS chr1 111780225 111780314 ENST00000315987 protein_coding 6 1 5 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000369697 protein_coding 5 1 3 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000302127 protein_coding 5 5 4 KCND3 ENSG00000171385 +CDS chr1 111780690 111780791 ENST00000315987 protein_coding 6 1 4 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000369697 protein_coding 5 1 2 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000302127 protein_coding 5 5 3 KCND3 ENSG00000171385 +CDS chr1 111786944 111787106 ENST00000315987 protein_coding 6 1 3 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000369697 protein_coding 5 1 1 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000302127 protein_coding 5 5 2 KCND3 ENSG00000171385 +CDS chr1 111981621 111982726 ENST00000315987 protein_coding 6 1 2 KCND3 ENSG00000171385 +transcript chr1 112396214 112461164 ENST00000271277 protein_coding 11 1 NA CTTNBP2NL ENSG00000143079 +transcript chr1 112396519 112456306 ENST00000441739 protein_coding 1 3 NA CTTNBP2NL ENSG00000143079 +CDS chr1 112416166 112416264 ENST00000271277 protein_coding 11 1 3 CTTNBP2NL ENSG00000143079 +CDS chr1 112416166 112416264 ENST00000441739 protein_coding 1 3 3 CTTNBP2NL ENSG00000143079 +CDS chr1 112448942 112449172 ENST00000271277 protein_coding 11 1 4 CTTNBP2NL ENSG00000143079 +CDS chr1 112448942 112449172 ENST00000441739 protein_coding 1 3 4 CTTNBP2NL ENSG00000143079 +CDS chr1 112454449 112454556 ENST00000271277 protein_coding 11 1 5 CTTNBP2NL ENSG00000143079 +CDS chr1 112454449 112454556 ENST00000441739 protein_coding 1 3 5 CTTNBP2NL ENSG00000143079 +CDS chr1 112455931 112457409 ENST00000271277 protein_coding 11 1 6 CTTNBP2NL ENSG00000143079 +CDS chr1 112455931 112456306 ENST00000441739 protein_coding 1 3 6 CTTNBP2NL ENSG00000143079 +transcript chr1 112466541 112521283 ENST00000256640 protein_coding 9 2 NA WNT2B ENSG00000134245 +transcript chr1 112467434 112530165 ENST00000369686 protein_coding 9 1 NA WNT2B ENSG00000134245 +CDS chr1 112467538 112467591 ENST00000369686 protein_coding 9 1 1 WNT2B ENSG00000134245 +CDS chr1 112491011 112491081 ENST00000369686 protein_coding 9 1 2 WNT2B ENSG00000134245 +transcript chr1 112508965 112530165 ENST00000369684 protein_coding 5 1 NA WNT2B ENSG00000134245 +CDS chr1 112509263 112509444 ENST00000369684 protein_coding 5 1 1 WNT2B ENSG00000134245 +CDS chr1 112514874 112515094 ENST00000369686 protein_coding 9 1 3 WNT2B ENSG00000134245 +CDS chr1 112514874 112515094 ENST00000369684 protein_coding 5 1 2 WNT2B ENSG00000134245 +CDS chr1 112514968 112515094 ENST00000256640 protein_coding 9 2 2 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000256640 protein_coding 9 2 3 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000369686 protein_coding 9 1 4 WNT2B ENSG00000134245 +CDS chr1 112516140 112516417 ENST00000369684 protein_coding 5 1 3 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000256640 protein_coding 9 2 4 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000369686 protein_coding 9 1 5 WNT2B ENSG00000134245 +CDS chr1 112517121 112517385 ENST00000369684 protein_coding 5 1 4 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000256640 protein_coding 9 2 5 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000369686 protein_coding 9 1 6 WNT2B ENSG00000134245 +CDS chr1 112520280 112520506 ENST00000369684 protein_coding 5 1 5 WNT2B ENSG00000134245 +transcript chr1 112523514 112619141 ENST00000358039 protein_coding 9 1 NA ST7L ENSG00000007341 +transcript chr1 112523518 112619189 ENST00000360743 protein_coding 8 1 NA ST7L ENSG00000007341 +transcript chr1 112525883 112618928 ENST00000369669 protein_coding 5 2 NA ST7L ENSG00000007341 +transcript chr1 112525986 112619189 ENST00000490067 protein_coding 5 1 NA ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000360743 protein_coding 8 1 14 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000358039 protein_coding 9 1 15 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000369669 protein_coding 5 2 14 ST7L ENSG00000007341 +CDS chr1 112526016 112526111 ENST00000490067 protein_coding 5 1 15 ST7L ENSG00000007341 +transcript chr1 112541790 112619189 ENST00000343210 protein_coding 11 1 NA ST7L ENSG00000007341 +transcript chr1 112541790 112619189 ENST00000369666 protein_coding 5 1 NA ST7L ENSG00000007341 +CDS chr1 112541915 112542090 ENST00000343210 protein_coding 11 1 14 ST7L ENSG00000007341 +CDS chr1 112541915 112542090 ENST00000369666 protein_coding 5 1 14 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000360743 protein_coding 8 1 13 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000358039 protein_coding 9 1 14 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000369669 protein_coding 5 2 13 ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000490067 protein_coding 5 1 14 ST7L ENSG00000007341 +transcript chr1 112541951 112610906 ENST00000418497 protein_coding 5 5 NA ST7L ENSG00000007341 +CDS chr1 112541951 112542090 ENST00000418497 protein_coding 5 5 8 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000358039 protein_coding 9 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000369669 protein_coding 5 2 12 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000490067 protein_coding 5 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000343210 protein_coding 11 1 13 ST7L ENSG00000007341 +CDS chr1 112550601 112550693 ENST00000369666 protein_coding 5 1 13 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000360743 protein_coding 8 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000358039 protein_coding 9 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000369669 protein_coding 5 2 11 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000490067 protein_coding 5 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000343210 protein_coding 11 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000369666 protein_coding 5 1 12 ST7L ENSG00000007341 +CDS chr1 112555868 112556018 ENST00000418497 protein_coding 5 5 7 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000360743 protein_coding 8 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000358039 protein_coding 9 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000369669 protein_coding 5 2 10 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000490067 protein_coding 5 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000343210 protein_coding 11 1 11 ST7L ENSG00000007341 +CDS chr1 112576986 112577088 ENST00000369666 protein_coding 5 1 11 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000360743 protein_coding 8 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000358039 protein_coding 9 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000369669 protein_coding 5 2 9 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000490067 protein_coding 5 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000343210 protein_coding 11 1 10 ST7L ENSG00000007341 +CDS chr1 112578345 112578417 ENST00000369666 protein_coding 5 1 10 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000360743 protein_coding 8 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000358039 protein_coding 9 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000369669 protein_coding 5 2 8 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000490067 protein_coding 5 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000343210 protein_coding 11 1 9 ST7L ENSG00000007341 +CDS chr1 112581992 112582106 ENST00000369666 protein_coding 5 1 9 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000360743 protein_coding 8 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000358039 protein_coding 9 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000369669 protein_coding 5 2 7 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000490067 protein_coding 5 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000343210 protein_coding 11 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000369666 protein_coding 5 1 8 ST7L ENSG00000007341 +CDS chr1 112582375 112582472 ENST00000418497 protein_coding 5 5 6 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000360743 protein_coding 8 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000358039 protein_coding 9 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369669 protein_coding 5 2 6 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000490067 protein_coding 5 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000343210 protein_coding 11 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369666 protein_coding 5 1 7 ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000418497 protein_coding 5 5 5 ST7L ENSG00000007341 +transcript chr1 112583972 112618217 ENST00000369664 protein_coding 1 5 NA ST7L ENSG00000007341 +CDS chr1 112583972 112584126 ENST00000369664 protein_coding 1 5 7 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000360743 protein_coding 8 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000358039 protein_coding 9 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369669 protein_coding 5 2 5 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000490067 protein_coding 5 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000343210 protein_coding 11 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369666 protein_coding 5 1 6 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000418497 protein_coding 5 5 4 ST7L ENSG00000007341 +CDS chr1 112591525 112591603 ENST00000369664 protein_coding 1 5 6 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000360743 protein_coding 8 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000358039 protein_coding 9 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598043 ENST00000369669 protein_coding 5 2 4 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000490067 protein_coding 5 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000343210 protein_coding 11 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000369666 protein_coding 5 1 5 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000418497 protein_coding 5 5 3 ST7L ENSG00000007341 +CDS chr1 112597971 112598086 ENST00000369664 protein_coding 1 5 5 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000360743 protein_coding 8 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000358039 protein_coding 9 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000490067 protein_coding 5 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000343210 protein_coding 11 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000369666 protein_coding 5 1 4 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000418497 protein_coding 5 5 2 ST7L ENSG00000007341 +CDS chr1 112600794 112600848 ENST00000369664 protein_coding 1 5 4 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000360743 protein_coding 8 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000358039 protein_coding 9 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000490067 protein_coding 5 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000343210 protein_coding 11 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000369666 protein_coding 5 1 3 ST7L ENSG00000007341 +CDS chr1 112610841 112610906 ENST00000418497 protein_coding 5 5 1 ST7L ENSG00000007341 +CDS chr1 112610841 112611003 ENST00000369664 protein_coding 1 5 3 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000360743 protein_coding 8 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000358039 protein_coding 9 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616844 ENST00000490067 protein_coding 5 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000343210 protein_coding 11 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616844 ENST00000369666 protein_coding 5 1 2 ST7L ENSG00000007341 +CDS chr1 112616813 112616895 ENST00000369664 protein_coding 1 5 2 ST7L ENSG00000007341 +CDS chr1 112618007 112618043 ENST00000369664 protein_coding 1 5 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000360743 protein_coding 8 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000358039 protein_coding 9 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000490067 protein_coding 5 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000343210 protein_coding 11 1 1 ST7L ENSG00000007341 +CDS chr1 112618909 112619113 ENST00000369666 protein_coding 5 1 1 ST7L ENSG00000007341 +transcript chr1 112619832 112671616 ENST00000263168 protein_coding 4 1 NA CAPZA1 ENSG00000116489 +CDS chr1 112619845 112619883 ENST00000263168 protein_coding 4 1 1 CAPZA1 ENSG00000116489 +CDS chr1 112647210 112647273 ENST00000263168 protein_coding 4 1 2 CAPZA1 ENSG00000116489 +CDS chr1 112649418 112649469 ENST00000263168 protein_coding 4 1 3 CAPZA1 ENSG00000116489 +CDS chr1 112653598 112653661 ENST00000263168 protein_coding 4 1 4 CAPZA1 ENSG00000116489 +CDS chr1 112654465 112654671 ENST00000263168 protein_coding 4 1 5 CAPZA1 ENSG00000116489 +CDS chr1 112659022 112659101 ENST00000263168 protein_coding 4 1 6 CAPZA1 ENSG00000116489 +CDS chr1 112659701 112659779 ENST00000263168 protein_coding 4 1 7 CAPZA1 ENSG00000116489 +CDS chr1 112667074 112667145 ENST00000263168 protein_coding 4 1 8 CAPZA1 ENSG00000116489 +CDS chr1 112669543 112669605 ENST00000263168 protein_coding 4 1 9 CAPZA1 ENSG00000116489 +CDS chr1 112669992 112670129 ENST00000263168 protein_coding 4 1 10 CAPZA1 ENSG00000116489 +transcript chr1 112674421 112700746 ENST00000413052 protein_coding 6 1 NA MOV10 ENSG00000155363 +transcript chr1 112674659 112700739 ENST00000369645 protein_coding 6 5 NA MOV10 ENSG00000155363 +transcript chr1 112674684 112700720 ENST00000686097 protein_coding 1 NA NA MOV10 ENSG00000155363 +transcript chr1 112674695 112700720 ENST00000686428 protein_coding 1 NA NA MOV10 ENSG00000155363 +transcript chr1 112674698 112700734 ENST00000369644 protein_coding 5 1 NA MOV10 ENSG00000155363 +transcript chr1 112674745 112700710 ENST00000357443 protein_coding 2 1 NA MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000413052 protein_coding 6 1 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000369645 protein_coding 6 5 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000686428 protein_coding 1 NA 2 MOV10 ENSG00000155363 +CDS chr1 112674913 112675049 ENST00000357443 protein_coding 2 1 1 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000413052 protein_coding 6 1 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000369645 protein_coding 6 5 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000686428 protein_coding 1 NA 3 MOV10 ENSG00000155363 +CDS chr1 112688935 112689138 ENST00000357443 protein_coding 2 1 2 MOV10 ENSG00000155363 +CDS chr1 112688966 112689138 ENST00000686097 protein_coding 1 NA 4 MOV10 ENSG00000155363 +CDS chr1 112688966 112689138 ENST00000369644 protein_coding 5 1 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000413052 protein_coding 6 1 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000369645 protein_coding 6 5 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000686097 protein_coding 1 NA 5 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000686428 protein_coding 1 NA 4 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000369644 protein_coding 5 1 5 MOV10 ENSG00000155363 +CDS chr1 112689415 112689650 ENST00000357443 protein_coding 2 1 3 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000413052 protein_coding 6 1 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000369645 protein_coding 6 5 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000686097 protein_coding 1 NA 6 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000686428 protein_coding 1 NA 5 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000369644 protein_coding 5 1 6 MOV10 ENSG00000155363 +CDS chr1 112689840 112690098 ENST00000357443 protein_coding 2 1 4 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000413052 protein_coding 6 1 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000369645 protein_coding 6 5 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000686097 protein_coding 1 NA 7 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000686428 protein_coding 1 NA 6 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000369644 protein_coding 5 1 7 MOV10 ENSG00000155363 +CDS chr1 112691665 112691799 ENST00000357443 protein_coding 2 1 5 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000413052 protein_coding 6 1 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000369645 protein_coding 6 5 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000686097 protein_coding 1 NA 8 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000686428 protein_coding 1 NA 7 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000369644 protein_coding 5 1 8 MOV10 ENSG00000155363 +CDS chr1 112692761 112692929 ENST00000357443 protein_coding 2 1 6 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000413052 protein_coding 6 1 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000369645 protein_coding 6 5 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000686097 protein_coding 1 NA 9 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000686428 protein_coding 1 NA 8 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000369644 protein_coding 5 1 9 MOV10 ENSG00000155363 +CDS chr1 112694018 112694172 ENST00000357443 protein_coding 2 1 7 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000413052 protein_coding 6 1 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000369645 protein_coding 6 5 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000686097 protein_coding 1 NA 10 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000686428 protein_coding 1 NA 9 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000369644 protein_coding 5 1 10 MOV10 ENSG00000155363 +CDS chr1 112694453 112694629 ENST00000357443 protein_coding 2 1 8 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000413052 protein_coding 6 1 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000369645 protein_coding 6 5 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000686097 protein_coding 1 NA 11 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000686428 protein_coding 1 NA 10 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000369644 protein_coding 5 1 11 MOV10 ENSG00000155363 +CDS chr1 112694749 112694896 ENST00000357443 protein_coding 2 1 9 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000413052 protein_coding 6 1 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000369645 protein_coding 6 5 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000686097 protein_coding 1 NA 12 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000686428 protein_coding 1 NA 11 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000369644 protein_coding 5 1 12 MOV10 ENSG00000155363 +CDS chr1 112695416 112695574 ENST00000357443 protein_coding 2 1 10 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000413052 protein_coding 6 1 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000369645 protein_coding 6 5 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000686097 protein_coding 1 NA 13 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000686428 protein_coding 1 NA 12 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000369644 protein_coding 5 1 13 MOV10 ENSG00000155363 +CDS chr1 112696148 112696251 ENST00000357443 protein_coding 2 1 11 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000413052 protein_coding 6 1 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000369645 protein_coding 6 5 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000686097 protein_coding 1 NA 14 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000686428 protein_coding 1 NA 13 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000369644 protein_coding 5 1 14 MOV10 ENSG00000155363 +CDS chr1 112696437 112696534 ENST00000357443 protein_coding 2 1 12 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000413052 protein_coding 6 1 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000369645 protein_coding 6 5 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000686097 protein_coding 1 NA 15 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000686428 protein_coding 1 NA 14 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000369644 protein_coding 5 1 15 MOV10 ENSG00000155363 +CDS chr1 112696630 112696846 ENST00000357443 protein_coding 2 1 13 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000413052 protein_coding 6 1 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000369645 protein_coding 6 5 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000686097 protein_coding 1 NA 16 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000686428 protein_coding 1 NA 15 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000369644 protein_coding 5 1 16 MOV10 ENSG00000155363 +CDS chr1 112697994 112698111 ENST00000357443 protein_coding 2 1 14 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000413052 protein_coding 6 1 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000369645 protein_coding 6 5 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000686097 protein_coding 1 NA 17 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000686428 protein_coding 1 NA 16 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000369644 protein_coding 5 1 17 MOV10 ENSG00000155363 +CDS chr1 112698287 112698478 ENST00000357443 protein_coding 2 1 15 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000413052 protein_coding 6 1 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000369645 protein_coding 6 5 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000686097 protein_coding 1 NA 18 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000686428 protein_coding 1 NA 17 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000369644 protein_coding 5 1 18 MOV10 ENSG00000155363 +CDS chr1 112698715 112698789 ENST00000357443 protein_coding 2 1 16 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000413052 protein_coding 6 1 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000369645 protein_coding 6 5 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000686097 protein_coding 1 NA 19 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000686428 protein_coding 1 NA 18 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000369644 protein_coding 5 1 19 MOV10 ENSG00000155363 +CDS chr1 112699685 112699810 ENST00000357443 protein_coding 2 1 17 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000413052 protein_coding 6 1 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000369645 protein_coding 6 5 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000686097 protein_coding 1 NA 20 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000686428 protein_coding 1 NA 19 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000369644 protein_coding 5 1 20 MOV10 ENSG00000155363 +CDS chr1 112699894 112699982 ENST00000357443 protein_coding 2 1 18 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000413052 protein_coding 6 1 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000369645 protein_coding 6 5 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700310 ENST00000686097 protein_coding 1 NA 21 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000686428 protein_coding 1 NA 20 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000369644 protein_coding 5 1 21 MOV10 ENSG00000155363 +CDS chr1 112700219 112700340 ENST00000357443 protein_coding 2 1 19 MOV10 ENSG00000155363 +CDS chr1 112700396 112700544 ENST00000686428 protein_coding 1 NA 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000413052 protein_coding 6 1 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000369645 protein_coding 6 5 21 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000686097 protein_coding 1 NA 22 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000369644 protein_coding 5 1 22 MOV10 ENSG00000155363 +CDS chr1 112700416 112700504 ENST00000357443 protein_coding 2 1 20 MOV10 ENSG00000155363 +transcript chr1 112701127 112707056 ENST00000369633 protein_coding 6 3 NA RHOC ENSG00000155366 +transcript chr1 112701131 112707127 ENST00000339083 protein_coding 12 1 NA RHOC ENSG00000155366 +transcript chr1 112701131 112707434 ENST00000369642 protein_coding 7 1 NA RHOC ENSG00000155366 +transcript chr1 112701133 112707127 ENST00000285735 protein_coding 6 2 NA RHOC ENSG00000155366 +transcript chr1 112701275 112707135 ENST00000369638 protein_coding 6 5 NA RHOC ENSG00000155366 +transcript chr1 112701313 112707125 ENST00000369637 protein_coding 5 3 NA RHOC ENSG00000155366 +transcript chr1 112701325 112707120 ENST00000369636 protein_coding 6 2 NA RHOC ENSG00000155366 +CDS chr1 112701464 112701695 ENST00000369636 protein_coding 6 2 5 RHOC ENSG00000155366 +transcript chr1 112701520 112707079 ENST00000369632 protein_coding 6 3 NA RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369633 protein_coding 6 3 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000339083 protein_coding 12 1 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369642 protein_coding 7 1 5 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000285735 protein_coding 6 2 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369638 protein_coding 6 5 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369637 protein_coding 5 3 6 RHOC ENSG00000155366 +CDS chr1 112701543 112701713 ENST00000369632 protein_coding 6 3 6 RHOC ENSG00000155366 +transcript chr1 112701556 112707056 ENST00000425265 protein_coding 6 3 NA RHOC ENSG00000155366 +CDS chr1 112701556 112701713 ENST00000425265 protein_coding 6 3 6 RHOC ENSG00000155366 +transcript chr1 112701614 112704997 ENST00000534717 protein_coding 5 3 NA RHOC ENSG00000155366 +CDS chr1 112701614 112701713 ENST00000534717 protein_coding 5 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369633 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000339083 protein_coding 12 1 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369642 protein_coding 7 1 4 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000285735 protein_coding 6 2 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369638 protein_coding 6 5 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369637 protein_coding 5 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000369632 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000425265 protein_coding 6 3 5 RHOC ENSG00000155366 +CDS chr1 112702563 112702693 ENST00000534717 protein_coding 5 3 4 RHOC ENSG00000155366 +transcript chr1 112702588 112707102 ENST00000436685 protein_coding 6 5 NA RHOC ENSG00000155366 +CDS chr1 112702588 112702693 ENST00000436685 protein_coding 6 5 5 RHOC ENSG00000155366 +CDS chr1 112702606 112702693 ENST00000369636 protein_coding 6 2 4 RHOC ENSG00000155366 +transcript chr1 112702648 112711355 ENST00000605933 protein_coding 5 5 NA NA ENSG00000271810 +CDS chr1 112702648 112702693 ENST00000605933 protein_coding 5 5 7 NA ENSG00000271810 +transcript chr1 112702648 112711355 ENST00000606505 protein_coding 5 5 NA NA ENSG00000271810 +CDS chr1 112702648 112702693 ENST00000606505 protein_coding 5 5 8 NA ENSG00000271810 +CDS chr1 112702999 112703119 ENST00000369633 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000339083 protein_coding 12 1 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369642 protein_coding 7 1 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000285735 protein_coding 6 2 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369638 protein_coding 6 5 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369637 protein_coding 5 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369636 protein_coding 6 2 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000369632 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000425265 protein_coding 6 3 4 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000534717 protein_coding 5 3 3 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000436685 protein_coding 6 5 4 RHOC ENSG00000155366 +transcript chr1 112702999 112707116 ENST00000484054 protein_coding 3 5 NA RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000484054 protein_coding 3 5 5 RHOC ENSG00000155366 +CDS chr1 112702999 112703119 ENST00000605933 protein_coding 5 5 6 NA ENSG00000271810 +CDS chr1 112702999 112703119 ENST00000606505 protein_coding 5 5 7 NA ENSG00000271810 +transcript chr1 112703001 112704921 ENST00000414971 protein_coding 1 3 NA RHOC ENSG00000155366 +CDS chr1 112703001 112703119 ENST00000414971 protein_coding 1 3 4 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369633 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000339083 protein_coding 12 1 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369642 protein_coding 7 1 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000285735 protein_coding 6 2 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369638 protein_coding 6 5 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369637 protein_coding 5 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369636 protein_coding 6 2 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000369632 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000425265 protein_coding 6 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000534717 protein_coding 5 3 2 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000436685 protein_coding 6 5 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703806 ENST00000484054 protein_coding 3 5 4 RHOC ENSG00000155366 +CDS chr1 112703644 112703799 ENST00000414971 protein_coding 1 3 3 RHOC ENSG00000155366 +CDS chr1 112703644 112703806 ENST00000605933 protein_coding 5 5 5 NA ENSG00000271810 +CDS chr1 112703644 112703806 ENST00000606505 protein_coding 5 5 6 NA ENSG00000271810 +CDS chr1 112705100 112705168 ENST00000484054 protein_coding 3 5 3 RHOC ENSG00000155366 +CDS chr1 112705100 112705168 ENST00000606505 protein_coding 5 5 5 NA ENSG00000271810 +CDS chr1 112705605 112705639 ENST00000484054 protein_coding 3 5 2 RHOC ENSG00000155366 +transcript chr1 112709998 112715332 ENST00000309276 protein_coding 11 1 NA PPM1J ENSG00000155367 +transcript chr1 112709998 112715291 ENST00000464951 protein_coding 1 1 NA PPM1J ENSG00000155367 +CDS chr1 112710166 112710310 ENST00000309276 protein_coding 11 1 10 PPM1J ENSG00000155367 +CDS chr1 112710166 112710310 ENST00000464951 protein_coding 1 1 11 PPM1J ENSG00000155367 +CDS chr1 112710460 112710611 ENST00000605933 protein_coding 5 5 4 NA ENSG00000271810 +CDS chr1 112710460 112710611 ENST00000606505 protein_coding 5 5 4 NA ENSG00000271810 +CDS chr1 112710460 112710611 ENST00000309276 protein_coding 11 1 9 PPM1J ENSG00000155367 +CDS chr1 112710460 112710611 ENST00000464951 protein_coding 1 1 10 PPM1J ENSG00000155367 +CDS chr1 112710744 112710851 ENST00000605933 protein_coding 5 5 3 NA ENSG00000271810 +CDS chr1 112710744 112710851 ENST00000606505 protein_coding 5 5 3 NA ENSG00000271810 +CDS chr1 112710744 112710851 ENST00000309276 protein_coding 11 1 8 PPM1J ENSG00000155367 +CDS chr1 112710744 112710851 ENST00000464951 protein_coding 1 1 9 PPM1J ENSG00000155367 +CDS chr1 112711008 112711071 ENST00000605933 protein_coding 5 5 2 NA ENSG00000271810 +CDS chr1 112711008 112711071 ENST00000606505 protein_coding 5 5 2 NA ENSG00000271810 +CDS chr1 112711008 112711071 ENST00000309276 protein_coding 11 1 7 PPM1J ENSG00000155367 +CDS chr1 112711008 112711071 ENST00000464951 protein_coding 1 1 8 PPM1J ENSG00000155367 +CDS chr1 112711266 112711355 ENST00000605933 protein_coding 5 5 1 NA ENSG00000271810 +CDS chr1 112711266 112711355 ENST00000606505 protein_coding 5 5 1 NA ENSG00000271810 +CDS chr1 112711266 112711384 ENST00000309276 protein_coding 11 1 6 PPM1J ENSG00000155367 +CDS chr1 112711266 112711384 ENST00000464951 protein_coding 1 1 7 PPM1J ENSG00000155367 +CDS chr1 112711971 112712055 ENST00000309276 protein_coding 11 1 5 PPM1J ENSG00000155367 +CDS chr1 112711971 112712055 ENST00000464951 protein_coding 1 1 6 PPM1J ENSG00000155367 +CDS chr1 112712345 112712457 ENST00000309276 protein_coding 11 1 4 PPM1J ENSG00000155367 +CDS chr1 112712345 112712457 ENST00000464951 protein_coding 1 1 5 PPM1J ENSG00000155367 +CDS chr1 112712744 112713031 ENST00000309276 protein_coding 11 1 3 PPM1J ENSG00000155367 +CDS chr1 112712744 112712803 ENST00000464951 protein_coding 1 1 4 PPM1J ENSG00000155367 +CDS chr1 112712921 112712971 ENST00000464951 protein_coding 1 1 3 PPM1J ENSG00000155367 +CDS chr1 112713497 112713611 ENST00000309276 protein_coding 11 1 2 PPM1J ENSG00000155367 +CDS chr1 112714976 112715301 ENST00000309276 protein_coding 11 1 1 PPM1J ENSG00000155367 +transcript chr1 112718905 112727235 ENST00000361886 protein_coding 4 1 NA TAFA3 ENSG00000184599 +transcript chr1 112720419 112727235 ENST00000369630 protein_coding 7 1 NA TAFA3 ENSG00000184599 +CDS chr1 112722234 112722348 ENST00000361886 protein_coding 4 1 3 TAFA3 ENSG00000184599 +CDS chr1 112722234 112722348 ENST00000369630 protein_coding 7 1 2 TAFA3 ENSG00000184599 +CDS chr1 112723016 112723165 ENST00000361886 protein_coding 4 1 4 TAFA3 ENSG00000184599 +CDS chr1 112723016 112723165 ENST00000369630 protein_coding 7 1 3 TAFA3 ENSG00000184599 +CDS chr1 112723945 112724137 ENST00000369630 protein_coding 7 1 4 TAFA3 ENSG00000184599 +CDS chr1 112724013 112724137 ENST00000361886 protein_coding 4 1 5 TAFA3 ENSG00000184599 +CDS chr1 112726629 112726637 ENST00000361886 protein_coding 4 1 6 TAFA3 ENSG00000184599 +CDS chr1 112726629 112726677 ENST00000369630 protein_coding 7 1 5 TAFA3 ENSG00000184599 +transcript chr1 112911847 112935996 ENST00000443580 protein_coding 6 3 NA SLC16A1 ENSG00000155380 +transcript chr1 112911847 112956196 ENST00000369626 protein_coding 8 1 NA SLC16A1 ENSG00000155380 +transcript chr1 112911847 112957593 ENST00000679803 protein_coding 1 NA NA SLC16A1 ENSG00000155380 +transcript chr1 112911852 112956063 ENST00000538576 protein_coding 5 2 NA SLC16A1 ENSG00000155380 +transcript chr1 112911856 112956198 ENST00000458229 protein_coding 6 2 NA SLC16A1 ENSG00000155380 +transcript chr1 112911856 112957013 ENST00000429288 protein_coding 2 3 NA SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000443580 protein_coding 6 3 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000369626 protein_coding 8 1 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000679803 protein_coding 1 NA 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000538576 protein_coding 5 2 5 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000458229 protein_coding 6 2 6 SLC16A1 ENSG00000155380 +CDS chr1 112913894 112914165 ENST00000429288 protein_coding 2 3 5 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000443580 protein_coding 6 3 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000369626 protein_coding 8 1 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000679803 protein_coding 1 NA 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000538576 protein_coding 5 2 4 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000458229 protein_coding 6 2 5 SLC16A1 ENSG00000155380 +CDS chr1 112917178 112918044 ENST00000429288 protein_coding 2 3 4 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000443580 protein_coding 6 3 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000369626 protein_coding 8 1 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000679803 protein_coding 1 NA 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000538576 protein_coding 5 2 3 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000458229 protein_coding 6 2 4 SLC16A1 ENSG00000155380 +CDS chr1 112921990 112922133 ENST00000429288 protein_coding 2 3 3 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000443580 protein_coding 6 3 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000369626 protein_coding 8 1 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000679803 protein_coding 1 NA 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000538576 protein_coding 5 2 2 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000458229 protein_coding 6 2 3 SLC16A1 ENSG00000155380 +CDS chr1 112929092 112929308 ENST00000429288 protein_coding 2 3 2 SLC16A1 ENSG00000155380 +transcript chr1 113073198 113132260 ENST00000361127 protein_coding 6 1 NA LRIG2 ENSG00000198799 +CDS chr1 113073407 113073645 ENST00000361127 protein_coding 6 1 1 LRIG2 ENSG00000198799 +CDS chr1 113091318 113091383 ENST00000361127 protein_coding 6 1 2 LRIG2 ENSG00000198799 +CDS chr1 113093206 113093280 ENST00000361127 protein_coding 6 1 3 LRIG2 ENSG00000198799 +CDS chr1 113093430 113093564 ENST00000361127 protein_coding 6 1 4 LRIG2 ENSG00000198799 +CDS chr1 113094339 113094482 ENST00000361127 protein_coding 6 1 5 LRIG2 ENSG00000198799 +CDS chr1 113094612 113094755 ENST00000361127 protein_coding 6 1 6 LRIG2 ENSG00000198799 +CDS chr1 113095874 113096017 ENST00000361127 protein_coding 6 1 7 LRIG2 ENSG00000198799 +CDS chr1 113096222 113096365 ENST00000361127 protein_coding 6 1 8 LRIG2 ENSG00000198799 +CDS chr1 113098705 113098785 ENST00000361127 protein_coding 6 1 9 LRIG2 ENSG00000198799 +CDS chr1 113100211 113100282 ENST00000361127 protein_coding 6 1 10 LRIG2 ENSG00000198799 +CDS chr1 113100420 113100488 ENST00000361127 protein_coding 6 1 11 LRIG2 ENSG00000198799 +CDS chr1 113107594 113107757 ENST00000361127 protein_coding 6 1 12 LRIG2 ENSG00000198799 +CDS chr1 113110242 113110562 ENST00000361127 protein_coding 6 1 13 LRIG2 ENSG00000198799 +CDS chr1 113112479 113112760 ENST00000361127 protein_coding 6 1 14 LRIG2 ENSG00000198799 +CDS chr1 113114427 113114876 ENST00000361127 protein_coding 6 1 15 LRIG2 ENSG00000198799 +CDS chr1 113116287 113116436 ENST00000361127 protein_coding 6 1 16 LRIG2 ENSG00000198799 +CDS chr1 113119233 113119523 ENST00000361127 protein_coding 6 1 17 LRIG2 ENSG00000198799 +CDS chr1 113123875 113124098 ENST00000361127 protein_coding 6 1 18 LRIG2 ENSG00000198799 +transcript chr1 113390515 113685923 ENST00000307546 protein_coding 14 5 NA MAGI3 ENSG00000081026 +transcript chr1 113390749 113682434 ENST00000369617 protein_coding 8 1 NA MAGI3 ENSG00000081026 +transcript chr1 113390972 113685923 ENST00000369615 protein_coding 5 5 NA MAGI3 ENSG00000081026 +transcript chr1 113390989 113682434 ENST00000369611 protein_coding 4 1 NA MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369617 protein_coding 8 1 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000307546 protein_coding 14 5 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369615 protein_coding 5 5 1 MAGI3 ENSG00000081026 +CDS chr1 113391034 113391349 ENST00000369611 protein_coding 4 1 1 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369617 protein_coding 8 1 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000307546 protein_coding 14 5 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369615 protein_coding 5 5 2 MAGI3 ENSG00000081026 +CDS chr1 113549515 113549631 ENST00000369611 protein_coding 4 1 2 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369617 protein_coding 8 1 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000307546 protein_coding 14 5 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369615 protein_coding 5 5 3 MAGI3 ENSG00000081026 +CDS chr1 113580542 113580661 ENST00000369611 protein_coding 4 1 3 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369617 protein_coding 8 1 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000307546 protein_coding 14 5 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369615 protein_coding 5 5 4 MAGI3 ENSG00000081026 +CDS chr1 113585387 113585596 ENST00000369611 protein_coding 4 1 4 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369617 protein_coding 8 1 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000307546 protein_coding 14 5 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369615 protein_coding 5 5 5 MAGI3 ENSG00000081026 +CDS chr1 113590484 113590658 ENST00000369611 protein_coding 4 1 5 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369617 protein_coding 8 1 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000307546 protein_coding 14 5 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369615 protein_coding 5 5 6 MAGI3 ENSG00000081026 +CDS chr1 113594481 113594560 ENST00000369611 protein_coding 4 1 6 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369617 protein_coding 8 1 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000307546 protein_coding 14 5 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369615 protein_coding 5 5 7 MAGI3 ENSG00000081026 +CDS chr1 113614601 113614658 ENST00000369611 protein_coding 4 1 7 MAGI3 ENSG00000081026 +CDS chr1 113618532 113618606 ENST00000369617 protein_coding 8 1 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369617 protein_coding 8 1 9 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000307546 protein_coding 14 5 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369615 protein_coding 5 5 8 MAGI3 ENSG00000081026 +CDS chr1 113619736 113619830 ENST00000369611 protein_coding 4 1 8 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369617 protein_coding 8 1 10 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000307546 protein_coding 14 5 9 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369615 protein_coding 5 5 9 MAGI3 ENSG00000081026 +CDS chr1 113622806 113622994 ENST00000369611 protein_coding 4 1 9 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369617 protein_coding 8 1 11 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000307546 protein_coding 14 5 10 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369615 protein_coding 5 5 10 MAGI3 ENSG00000081026 +CDS chr1 113641911 113642516 ENST00000369611 protein_coding 4 1 10 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369617 protein_coding 8 1 12 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000307546 protein_coding 14 5 11 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369615 protein_coding 5 5 11 MAGI3 ENSG00000081026 +CDS chr1 113643743 113643774 ENST00000369611 protein_coding 4 1 11 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369617 protein_coding 8 1 13 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000307546 protein_coding 14 5 12 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369615 protein_coding 5 5 12 MAGI3 ENSG00000081026 +CDS chr1 113646486 113646642 ENST00000369611 protein_coding 4 1 12 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369617 protein_coding 8 1 14 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000307546 protein_coding 14 5 13 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369615 protein_coding 5 5 13 MAGI3 ENSG00000081026 +CDS chr1 113649237 113649328 ENST00000369611 protein_coding 4 1 13 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369617 protein_coding 8 1 15 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000307546 protein_coding 14 5 14 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369615 protein_coding 5 5 14 MAGI3 ENSG00000081026 +CDS chr1 113651014 113651206 ENST00000369611 protein_coding 4 1 14 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369617 protein_coding 8 1 16 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000307546 protein_coding 14 5 15 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369615 protein_coding 5 5 15 MAGI3 ENSG00000081026 +CDS chr1 113653830 113654018 ENST00000369611 protein_coding 4 1 15 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369617 protein_coding 8 1 17 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000307546 protein_coding 14 5 16 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369615 protein_coding 5 5 16 MAGI3 ENSG00000081026 +CDS chr1 113659080 113659265 ENST00000369611 protein_coding 4 1 16 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369617 protein_coding 8 1 18 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000307546 protein_coding 14 5 17 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369615 protein_coding 5 5 17 MAGI3 ENSG00000081026 +CDS chr1 113671734 113671836 ENST00000369611 protein_coding 4 1 17 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369617 protein_coding 8 1 19 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000307546 protein_coding 14 5 18 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369615 protein_coding 5 5 18 MAGI3 ENSG00000081026 +CDS chr1 113672615 113672741 ENST00000369611 protein_coding 4 1 18 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369617 protein_coding 8 1 20 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000307546 protein_coding 14 5 19 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369615 protein_coding 5 5 19 MAGI3 ENSG00000081026 +CDS chr1 113673322 113673465 ENST00000369611 protein_coding 4 1 19 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369617 protein_coding 8 1 21 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000307546 protein_coding 14 5 20 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369615 protein_coding 5 5 20 MAGI3 ENSG00000081026 +CDS chr1 113681198 113681336 ENST00000369611 protein_coding 4 1 20 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369617 protein_coding 8 1 22 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369615 protein_coding 5 5 21 MAGI3 ENSG00000081026 +CDS chr1 113682212 113682258 ENST00000369611 protein_coding 4 1 21 MAGI3 ENSG00000081026 +CDS chr1 113682897 113684011 ENST00000307546 protein_coding 14 5 21 MAGI3 ENSG00000081026 +transcript chr1 113696831 113759486 ENST00000369604 protein_coding 6 5 NA PHTF1 ENSG00000116793 +transcript chr1 113697202 113759155 ENST00000393357 protein_coding 6 1 NA PHTF1 ENSG00000116793 +transcript chr1 113697205 113759338 ENST00000369598 protein_coding 5 5 NA PHTF1 ENSG00000116793 +transcript chr1 113697205 113759437 ENST00000369600 protein_coding 5 5 NA PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369598 protein_coding 5 5 18 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369600 protein_coding 5 5 18 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000369604 protein_coding 6 5 19 PHTF1 ENSG00000116793 +CDS chr1 113697708 113697725 ENST00000393357 protein_coding 6 1 18 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369598 protein_coding 5 5 17 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369600 protein_coding 5 5 17 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000369604 protein_coding 6 5 18 PHTF1 ENSG00000116793 +CDS chr1 113698262 113698387 ENST00000393357 protein_coding 6 1 17 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369598 protein_coding 5 5 16 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369600 protein_coding 5 5 16 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000369604 protein_coding 6 5 17 PHTF1 ENSG00000116793 +CDS chr1 113699704 113699799 ENST00000393357 protein_coding 6 1 16 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369598 protein_coding 5 5 15 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369600 protein_coding 5 5 15 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000369604 protein_coding 6 5 16 PHTF1 ENSG00000116793 +CDS chr1 113700794 113700949 ENST00000393357 protein_coding 6 1 15 PHTF1 ENSG00000116793 +transcript chr1 113703823 113759476 ENST00000357783 protein_coding 6 1 NA PHTF1 ENSG00000116793 +CDS chr1 113704060 113704167 ENST00000357783 protein_coding 6 1 15 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369598 protein_coding 5 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369600 protein_coding 5 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000369604 protein_coding 6 5 15 PHTF1 ENSG00000116793 +CDS chr1 113704081 113704167 ENST00000393357 protein_coding 6 1 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369598 protein_coding 5 5 13 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369600 protein_coding 5 5 13 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000369604 protein_coding 6 5 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000357783 protein_coding 6 1 14 PHTF1 ENSG00000116793 +CDS chr1 113704666 113704797 ENST00000393357 protein_coding 6 1 13 PHTF1 ENSG00000116793 +transcript chr1 113705765 113713328 ENST00000412670 protein_coding 1 1 NA PHTF1 ENSG00000116793 +CDS chr1 113705836 113706162 ENST00000412670 protein_coding 1 1 6 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369598 protein_coding 5 5 12 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369600 protein_coding 5 5 12 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000369604 protein_coding 6 5 13 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000357783 protein_coding 6 1 13 PHTF1 ENSG00000116793 +CDS chr1 113705890 113706162 ENST00000393357 protein_coding 6 1 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369598 protein_coding 5 5 11 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369600 protein_coding 5 5 11 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000369604 protein_coding 6 5 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000357783 protein_coding 6 1 12 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000412670 protein_coding 1 1 5 PHTF1 ENSG00000116793 +CDS chr1 113706594 113706722 ENST00000393357 protein_coding 6 1 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369598 protein_coding 5 5 10 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369600 protein_coding 5 5 10 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000369604 protein_coding 6 5 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000357783 protein_coding 6 1 11 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000412670 protein_coding 1 1 4 PHTF1 ENSG00000116793 +CDS chr1 113710254 113710475 ENST00000393357 protein_coding 6 1 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369598 protein_coding 5 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369600 protein_coding 5 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000369604 protein_coding 6 5 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000357783 protein_coding 6 1 10 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000412670 protein_coding 1 1 3 PHTF1 ENSG00000116793 +CDS chr1 113711746 113711835 ENST00000393357 protein_coding 6 1 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369598 protein_coding 5 5 8 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369600 protein_coding 5 5 8 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000369604 protein_coding 6 5 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000357783 protein_coding 6 1 9 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000412670 protein_coding 1 1 2 PHTF1 ENSG00000116793 +CDS chr1 113711940 113712113 ENST00000393357 protein_coding 6 1 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369598 protein_coding 5 5 7 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369600 protein_coding 5 5 7 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000369604 protein_coding 6 5 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000357783 protein_coding 6 1 8 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713328 ENST00000412670 protein_coding 1 1 1 PHTF1 ENSG00000116793 +CDS chr1 113713279 113713438 ENST00000393357 protein_coding 6 1 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000369600 protein_coding 5 5 6 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000369604 protein_coding 6 5 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000357783 protein_coding 6 1 7 PHTF1 ENSG00000116793 +CDS chr1 113724759 113724893 ENST00000393357 protein_coding 6 1 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369598 protein_coding 5 5 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369600 protein_coding 5 5 5 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000369604 protein_coding 6 5 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000357783 protein_coding 6 1 6 PHTF1 ENSG00000116793 +CDS chr1 113726418 113726574 ENST00000393357 protein_coding 6 1 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000369598 protein_coding 5 5 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000369604 protein_coding 6 5 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000357783 protein_coding 6 1 5 PHTF1 ENSG00000116793 +CDS chr1 113738110 113738268 ENST00000393357 protein_coding 6 1 4 PHTF1 ENSG00000116793 +transcript chr1 113738126 113759158 ENST00000446739 protein_coding 1 4 NA PHTF1 ENSG00000116793 +CDS chr1 113738126 113738268 ENST00000446739 protein_coding 1 4 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369598 protein_coding 5 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369600 protein_coding 5 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000369604 protein_coding 6 5 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000357783 protein_coding 6 1 4 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000446739 protein_coding 1 4 3 PHTF1 ENSG00000116793 +CDS chr1 113738730 113738799 ENST00000393357 protein_coding 6 1 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369598 protein_coding 5 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369600 protein_coding 5 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000369604 protein_coding 6 5 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000357783 protein_coding 6 1 3 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000446739 protein_coding 1 4 2 PHTF1 ENSG00000116793 +CDS chr1 113757699 113757755 ENST00000393357 protein_coding 6 1 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369598 protein_coding 5 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369600 protein_coding 5 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000369604 protein_coding 6 5 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000357783 protein_coding 6 1 2 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000446739 protein_coding 1 4 1 PHTF1 ENSG00000116793 +CDS chr1 113758659 113758703 ENST00000393357 protein_coding 6 1 1 PHTF1 ENSG00000116793 +transcript chr1 113761832 113812476 ENST00000261441 protein_coding 9 2 NA RSBN1 ENSG00000081019 +transcript chr1 113761833 113812448 ENST00000612242 protein_coding 4 2 NA RSBN1 ENSG00000081019 +transcript chr1 113765848 113812289 ENST00000615321 protein_coding 1 2 NA RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000261441 protein_coding 9 2 7 RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000615321 protein_coding 1 2 7 RSBN1 ENSG00000081019 +CDS chr1 113765983 113766453 ENST00000612242 protein_coding 4 2 7 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000261441 protein_coding 9 2 6 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000615321 protein_coding 1 2 6 RSBN1 ENSG00000081019 +CDS chr1 113767099 113767207 ENST00000612242 protein_coding 4 2 6 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000261441 protein_coding 9 2 5 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000615321 protein_coding 1 2 5 RSBN1 ENSG00000081019 +CDS chr1 113768222 113768389 ENST00000612242 protein_coding 4 2 5 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000261441 protein_coding 9 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000615321 protein_coding 1 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777210 113777352 ENST00000612242 protein_coding 4 2 4 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000261441 protein_coding 9 2 3 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000615321 protein_coding 1 2 3 RSBN1 ENSG00000081019 +CDS chr1 113777671 113777808 ENST00000612242 protein_coding 4 2 3 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000261441 protein_coding 9 2 2 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000615321 protein_coding 1 2 2 RSBN1 ENSG00000081019 +CDS chr1 113797363 113798036 ENST00000612242 protein_coding 4 2 2 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812412 ENST00000261441 protein_coding 9 2 1 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812268 ENST00000615321 protein_coding 1 2 1 RSBN1 ENSG00000081019 +CDS chr1 113811710 113812412 ENST00000612242 protein_coding 4 2 1 RSBN1 ENSG00000081019 +transcript chr1 113813811 113871712 ENST00000460620 protein_coding 5 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813811 113871712 ENST00000359785 protein_coding 10 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813812 113871753 ENST00000538253 protein_coding 5 1 NA PTPN22 ENSG00000134242 +transcript chr1 113813815 113871698 ENST00000528414 protein_coding 5 1 NA PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000359785 protein_coding 10 1 21 PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000528414 protein_coding 5 1 19 PTPN22 ENSG00000134242 +CDS chr1 113814908 113814969 ENST00000538253 protein_coding 5 1 20 PTPN22 ENSG00000134242 +transcript chr1 113819299 113871712 ENST00000420377 protein_coding 6 1 NA PTPN22 ENSG00000134242 +transcript chr1 113819526 113871712 ENST00000525799 protein_coding 1 1 NA PTPN22 ENSG00000134242 +CDS chr1 113819551 113819654 ENST00000420377 protein_coding 6 1 20 PTPN22 ENSG00000134242 +CDS chr1 113819551 113819654 ENST00000525799 protein_coding 1 1 15 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000359785 protein_coding 10 1 20 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000528414 protein_coding 5 1 18 PTPN22 ENSG00000134242 +CDS chr1 113819577 113819654 ENST00000538253 protein_coding 5 1 19 PTPN22 ENSG00000134242 +CDS chr1 113819586 113819654 ENST00000460620 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000359785 protein_coding 10 1 19 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000528414 protein_coding 5 1 17 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000420377 protein_coding 6 1 19 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000525799 protein_coding 1 1 14 PTPN22 ENSG00000134242 +CDS chr1 113825142 113825172 ENST00000538253 protein_coding 5 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000359785 protein_coding 10 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000528414 protein_coding 5 1 16 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000420377 protein_coding 6 1 18 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000525799 protein_coding 1 1 13 PTPN22 ENSG00000134242 +CDS chr1 113829592 113829707 ENST00000538253 protein_coding 5 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000359785 protein_coding 10 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000528414 protein_coding 5 1 15 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000420377 protein_coding 6 1 17 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000525799 protein_coding 1 1 12 PTPN22 ENSG00000134242 +CDS chr1 113829949 113830029 ENST00000538253 protein_coding 5 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000359785 protein_coding 10 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000528414 protein_coding 5 1 14 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000420377 protein_coding 6 1 16 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000525799 protein_coding 1 1 11 PTPN22 ENSG00000134242 +CDS chr1 113833111 113833138 ENST00000538253 protein_coding 5 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000359785 protein_coding 10 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000528414 protein_coding 5 1 13 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000420377 protein_coding 6 1 15 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000525799 protein_coding 1 1 10 PTPN22 ENSG00000134242 +CDS chr1 113834309 113834439 ENST00000538253 protein_coding 5 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000359785 protein_coding 10 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000528414 protein_coding 5 1 12 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000420377 protein_coding 6 1 14 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000525799 protein_coding 1 1 9 PTPN22 ENSG00000134242 +CDS chr1 113834910 113834993 ENST00000538253 protein_coding 5 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000359785 protein_coding 10 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000528414 protein_coding 5 1 11 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000420377 protein_coding 6 1 13 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000525799 protein_coding 1 1 8 PTPN22 ENSG00000134242 +CDS chr1 113837590 113838407 ENST00000538253 protein_coding 5 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000359785 protein_coding 10 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000528414 protein_coding 5 1 10 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000420377 protein_coding 6 1 12 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000525799 protein_coding 1 1 7 PTPN22 ENSG00000134242 +CDS chr1 113838544 113838620 ENST00000538253 protein_coding 5 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000359785 protein_coding 10 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000420377 protein_coding 6 1 11 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000525799 protein_coding 1 1 6 PTPN22 ENSG00000134242 +CDS chr1 113848540 113848626 ENST00000538253 protein_coding 5 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000359785 protein_coding 10 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000420377 protein_coding 6 1 10 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000525799 protein_coding 1 1 5 PTPN22 ENSG00000134242 +CDS chr1 113852027 113852104 ENST00000538253 protein_coding 5 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000359785 protein_coding 10 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000528414 protein_coding 5 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000420377 protein_coding 6 1 9 PTPN22 ENSG00000134242 +CDS chr1 113854471 113854537 ENST00000538253 protein_coding 5 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000359785 protein_coding 10 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000528414 protein_coding 5 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000420377 protein_coding 6 1 8 PTPN22 ENSG00000134242 +CDS chr1 113854907 113855049 ENST00000538253 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000460620 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000359785 protein_coding 10 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000528414 protein_coding 5 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000420377 protein_coding 6 1 7 PTPN22 ENSG00000134242 +CDS chr1 113856382 113856441 ENST00000538253 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000359785 protein_coding 10 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000528414 protein_coding 5 1 6 PTPN22 ENSG00000134242 +CDS chr1 113856548 113856619 ENST00000420377 protein_coding 6 1 6 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000460620 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000359785 protein_coding 10 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000528414 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000420377 protein_coding 6 1 5 PTPN22 ENSG00000134242 +CDS chr1 113857738 113857776 ENST00000538253 protein_coding 5 1 5 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000460620 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000359785 protein_coding 10 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000528414 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000420377 protein_coding 6 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000525799 protein_coding 1 1 4 PTPN22 ENSG00000134242 +CDS chr1 113858478 113858573 ENST00000538253 protein_coding 5 1 4 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000460620 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000359785 protein_coding 10 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000528414 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000420377 protein_coding 6 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000525799 protein_coding 1 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859002 113859078 ENST00000538253 protein_coding 5 1 3 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000460620 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000359785 protein_coding 10 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000528414 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000420377 protein_coding 6 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000525799 protein_coding 1 1 2 PTPN22 ENSG00000134242 +CDS chr1 113859352 113859460 ENST00000538253 protein_coding 5 1 2 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000460620 protein_coding 5 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000359785 protein_coding 10 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000528414 protein_coding 5 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000420377 protein_coding 6 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000525799 protein_coding 1 1 1 PTPN22 ENSG00000134242 +CDS chr1 113871537 113871623 ENST00000538253 protein_coding 5 1 1 PTPN22 ENSG00000134242 +transcript chr1 113876816 113887581 ENST00000393316 protein_coding 8 1 NA BCL2L15 ENSG00000188761 +transcript chr1 113881054 113887437 ENST00000393320 protein_coding 3 1 NA BCL2L15 ENSG00000188761 +CDS chr1 113881100 113881140 ENST00000393320 protein_coding 3 1 2 BCL2L15 ENSG00000188761 +transcript chr1 113881123 113887375 ENST00000471267 protein_coding 1 1 NA BCL2L15 ENSG00000188761 +CDS chr1 113881126 113881140 ENST00000393316 protein_coding 8 1 4 BCL2L15 ENSG00000188761 +CDS chr1 113881126 113881140 ENST00000471267 protein_coding 1 1 3 BCL2L15 ENSG00000188761 +CDS chr1 113881773 113881997 ENST00000393316 protein_coding 8 1 3 BCL2L15 ENSG00000188761 +CDS chr1 113886537 113886658 ENST00000393316 protein_coding 8 1 2 BCL2L15 ENSG00000188761 +CDS chr1 113886537 113886658 ENST00000471267 protein_coding 1 1 2 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000393316 protein_coding 8 1 1 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000393320 protein_coding 3 1 1 BCL2L15 ENSG00000188761 +CDS chr1 113887249 113887375 ENST00000471267 protein_coding 1 1 1 BCL2L15 ENSG00000188761 +transcript chr1 113894194 113904799 ENST00000369569 protein_coding 6 1 NA AP4B1 ENSG00000134262 +transcript chr1 113894748 113904828 ENST00000369567 protein_coding 5 2 NA AP4B1 ENSG00000134262 +transcript chr1 113894748 113905070 ENST00000256658 protein_coding 8 1 NA AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000369567 protein_coding 5 2 7 AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000369569 protein_coding 6 1 10 AP4B1 ENSG00000134262 +CDS chr1 113895068 113895492 ENST00000256658 protein_coding 8 1 11 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000369567 protein_coding 5 2 6 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000369569 protein_coding 6 1 9 AP4B1 ENSG00000134262 +CDS chr1 113895757 113896038 ENST00000256658 protein_coding 8 1 10 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000369567 protein_coding 5 2 5 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000369569 protein_coding 6 1 8 AP4B1 ENSG00000134262 +CDS chr1 113896258 113896465 ENST00000256658 protein_coding 8 1 9 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000369567 protein_coding 5 2 4 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000369569 protein_coding 6 1 7 AP4B1 ENSG00000134262 +CDS chr1 113897840 113897943 ENST00000256658 protein_coding 8 1 8 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000369567 protein_coding 5 2 3 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000369569 protein_coding 6 1 6 AP4B1 ENSG00000134262 +CDS chr1 113898718 113898801 ENST00000256658 protein_coding 8 1 7 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369567 protein_coding 5 2 2 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369569 protein_coding 6 1 5 AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000256658 protein_coding 8 1 6 AP4B1 ENSG00000134262 +transcript chr1 113899904 113905201 ENST00000369564 protein_coding 5 5 NA AP4B1 ENSG00000134262 +CDS chr1 113899904 113900400 ENST00000369564 protein_coding 5 5 5 AP4B1 ENSG00000134262 +transcript chr1 113899988 113905020 ENST00000432415 protein_coding 5 3 NA AP4B1 ENSG00000134262 +CDS chr1 113899988 113900400 ENST00000432415 protein_coding 5 3 3 AP4B1 ENSG00000134262 +transcript chr1 113900231 113905037 ENST00000369571 protein_coding 2 3 NA AP4B1 ENSG00000134262 +CDS chr1 113900231 113900400 ENST00000369571 protein_coding 2 3 6 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369569 protein_coding 6 1 4 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000256658 protein_coding 8 1 5 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369564 protein_coding 5 5 4 AP4B1 ENSG00000134262 +CDS chr1 113901236 113901383 ENST00000369571 protein_coding 2 3 5 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369569 protein_coding 6 1 3 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000256658 protein_coding 8 1 4 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369564 protein_coding 5 5 3 AP4B1 ENSG00000134262 +CDS chr1 113901755 113901885 ENST00000369571 protein_coding 2 3 4 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000369569 protein_coding 6 1 2 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000256658 protein_coding 8 1 3 AP4B1 ENSG00000134262 +CDS chr1 113902638 113902862 ENST00000369571 protein_coding 2 3 3 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369567 protein_coding 5 2 1 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369569 protein_coding 6 1 1 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000256658 protein_coding 8 1 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369564 protein_coding 5 5 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000432415 protein_coding 5 3 2 AP4B1 ENSG00000134262 +CDS chr1 113904605 113904717 ENST00000369571 protein_coding 2 3 2 AP4B1 ENSG00000134262 +transcript chr1 113905213 113912381 ENST00000650596 protein_coding 1 NA NA DCLRE1B ENSG00000118655 +transcript chr1 113905326 113914086 ENST00000650450 protein_coding 2 NA NA DCLRE1B ENSG00000118655 +CDS chr1 113905587 113905775 ENST00000650596 protein_coding 1 NA 1 DCLRE1B ENSG00000118655 +CDS chr1 113905587 113905775 ENST00000650450 protein_coding 2 NA 1 DCLRE1B ENSG00000118655 +CDS chr1 113906996 113907161 ENST00000650596 protein_coding 1 NA 2 DCLRE1B ENSG00000118655 +CDS chr1 113906996 113907161 ENST00000650450 protein_coding 2 NA 2 DCLRE1B ENSG00000118655 +CDS chr1 113908009 113908191 ENST00000650450 protein_coding 2 NA 3 DCLRE1B ENSG00000118655 +CDS chr1 113911131 113912188 ENST00000650596 protein_coding 1 NA 3 DCLRE1B ENSG00000118655 +CDS chr1 113911131 113912188 ENST00000650450 protein_coding 2 NA 4 DCLRE1B ENSG00000118655 +transcript chr1 113929324 113977869 ENST00000426820 protein_coding 7 2 NA HIPK1 ENSG00000163349 +transcript chr1 113929374 113972073 ENST00000369559 protein_coding 8 1 NA HIPK1 ENSG00000163349 +transcript chr1 113929374 113977869 ENST00000626993 protein_coding 2 5 NA HIPK1 ENSG00000163349 +transcript chr1 113929710 113977804 ENST00000369558 protein_coding 5 1 NA HIPK1 ENSG00000163349 +transcript chr1 113929755 113973571 ENST00000369561 protein_coding 8 5 NA HIPK1 ENSG00000163349 +transcript chr1 113929859 113973897 ENST00000369555 protein_coding 6 5 NA HIPK1 ENSG00000163349 +transcript chr1 113930505 113940740 ENST00000514621 protein_coding 5 4 NA HIPK1 ENSG00000163349 +transcript chr1 113930728 113940702 ENST00000503968 protein_coding 1 4 NA HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000426820 protein_coding 7 2 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369559 protein_coding 8 1 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369558 protein_coding 5 1 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369561 protein_coding 8 5 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000369555 protein_coding 6 5 2 HIPK1 ENSG00000163349 +CDS chr1 113940384 113940740 ENST00000514621 protein_coding 5 4 3 HIPK1 ENSG00000163349 +CDS chr1 113940384 113940702 ENST00000503968 protein_coding 1 4 4 HIPK1 ENSG00000163349 +CDS chr1 113940384 113941459 ENST00000626993 protein_coding 2 5 2 HIPK1 ENSG00000163349 +transcript chr1 113951145 113977804 ENST00000340480 protein_coding 8 1 NA HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000426820 protein_coding 7 2 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369559 protein_coding 8 1 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369558 protein_coding 5 1 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369561 protein_coding 8 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000369555 protein_coding 6 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952766 113952889 ENST00000626993 protein_coding 2 5 3 HIPK1 ENSG00000163349 +CDS chr1 113952812 113952889 ENST00000340480 protein_coding 8 1 2 HIPK1 ENSG00000163349 +transcript chr1 113953877 113973881 ENST00000369553 protein_coding 5 1 NA HIPK1 ENSG00000163349 +CDS chr1 113954633 113954770 ENST00000369553 protein_coding 5 1 2 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000426820 protein_coding 7 2 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369559 protein_coding 8 1 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369558 protein_coding 5 1 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369561 protein_coding 8 5 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000369555 protein_coding 6 5 4 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000340480 protein_coding 8 1 3 HIPK1 ENSG00000163349 +CDS chr1 113954651 113954770 ENST00000626993 protein_coding 2 5 4 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000426820 protein_coding 7 2 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369559 protein_coding 8 1 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369558 protein_coding 5 1 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369561 protein_coding 8 5 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369555 protein_coding 6 5 5 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000340480 protein_coding 8 1 4 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000369553 protein_coding 5 1 3 HIPK1 ENSG00000163349 +CDS chr1 113955563 113955649 ENST00000626993 protein_coding 2 5 5 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000426820 protein_coding 7 2 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369559 protein_coding 8 1 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369558 protein_coding 5 1 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369561 protein_coding 8 5 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369555 protein_coding 6 5 6 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000340480 protein_coding 8 1 5 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000369553 protein_coding 5 1 4 HIPK1 ENSG00000163349 +CDS chr1 113956627 113956811 ENST00000626993 protein_coding 2 5 6 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000426820 protein_coding 7 2 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369559 protein_coding 8 1 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369558 protein_coding 5 1 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957184 ENST00000369561 protein_coding 8 5 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369555 protein_coding 6 5 7 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000340480 protein_coding 8 1 6 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000369553 protein_coding 5 1 5 HIPK1 ENSG00000163349 +CDS chr1 113957124 113957286 ENST00000626993 protein_coding 2 5 7 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000426820 protein_coding 7 2 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369559 protein_coding 8 1 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369558 protein_coding 5 1 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369561 protein_coding 8 5 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369555 protein_coding 6 5 8 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000340480 protein_coding 8 1 7 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000369553 protein_coding 5 1 6 HIPK1 ENSG00000163349 +CDS chr1 113958066 113958291 ENST00000626993 protein_coding 2 5 8 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000426820 protein_coding 7 2 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369559 protein_coding 8 1 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369558 protein_coding 5 1 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369561 protein_coding 8 5 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369555 protein_coding 6 5 9 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000340480 protein_coding 8 1 8 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000369553 protein_coding 5 1 7 HIPK1 ENSG00000163349 +CDS chr1 113962317 113962438 ENST00000626993 protein_coding 2 5 9 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000426820 protein_coding 7 2 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369559 protein_coding 8 1 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369558 protein_coding 5 1 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369561 protein_coding 8 5 10 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000340480 protein_coding 8 1 9 HIPK1 ENSG00000163349 +CDS chr1 113963387 113963521 ENST00000369553 protein_coding 5 1 8 HIPK1 ENSG00000163349 +transcript chr1 113963440 113977804 ENST00000361587 protein_coding 3 1 NA HIPK1 ENSG00000163349 +CDS chr1 113963440 113963521 ENST00000361587 protein_coding 3 1 1 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000426820 protein_coding 7 2 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369559 protein_coding 8 1 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369558 protein_coding 5 1 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369561 protein_coding 8 5 11 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369555 protein_coding 6 5 10 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000340480 protein_coding 8 1 10 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000369553 protein_coding 5 1 9 HIPK1 ENSG00000163349 +CDS chr1 113966130 113966272 ENST00000626993 protein_coding 2 5 10 HIPK1 ENSG00000163349 +CDS chr1 113966133 113966272 ENST00000361587 protein_coding 3 1 2 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000426820 protein_coding 7 2 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369559 protein_coding 8 1 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369558 protein_coding 5 1 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369561 protein_coding 8 5 12 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369555 protein_coding 6 5 11 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000340480 protein_coding 8 1 11 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000369553 protein_coding 5 1 10 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000361587 protein_coding 3 1 3 HIPK1 ENSG00000163349 +CDS chr1 113967766 113967948 ENST00000626993 protein_coding 2 5 11 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000426820 protein_coding 7 2 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369559 protein_coding 8 1 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369558 protein_coding 5 1 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369561 protein_coding 8 5 13 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369555 protein_coding 6 5 12 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000340480 protein_coding 8 1 12 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000369553 protein_coding 5 1 11 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000361587 protein_coding 3 1 4 HIPK1 ENSG00000163349 +CDS chr1 113968442 113968648 ENST00000626993 protein_coding 2 5 12 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000426820 protein_coding 7 2 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369559 protein_coding 8 1 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369558 protein_coding 5 1 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369561 protein_coding 8 5 14 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369555 protein_coding 6 5 13 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000340480 protein_coding 8 1 13 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000369553 protein_coding 5 1 12 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000361587 protein_coding 3 1 5 HIPK1 ENSG00000163349 +CDS chr1 113969956 113970197 ENST00000626993 protein_coding 2 5 13 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000426820 protein_coding 7 2 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113972035 ENST00000369559 protein_coding 8 1 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369558 protein_coding 5 1 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369561 protein_coding 8 5 15 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369555 protein_coding 6 5 14 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000340480 protein_coding 8 1 14 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000369553 protein_coding 5 1 13 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000361587 protein_coding 3 1 6 HIPK1 ENSG00000163349 +CDS chr1 113971824 113971954 ENST00000626993 protein_coding 2 5 14 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000426820 protein_coding 7 2 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369558 protein_coding 5 1 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369561 protein_coding 8 5 16 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369555 protein_coding 6 5 15 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000340480 protein_coding 8 1 15 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000369553 protein_coding 5 1 14 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000361587 protein_coding 3 1 7 HIPK1 ENSG00000163349 +CDS chr1 113973024 113973509 ENST00000626993 protein_coding 2 5 15 HIPK1 ENSG00000163349 +transcript chr1 113979391 113982254 ENST00000393300 protein_coding 6 3 NA OLFML3 ENSG00000116774 +transcript chr1 113979441 113982254 ENST00000369551 protein_coding 5 2 NA OLFML3 ENSG00000116774 +transcript chr1 113979474 113982253 ENST00000320334 protein_coding 5 1 NA OLFML3 ENSG00000116774 +CDS chr1 113979517 113979630 ENST00000320334 protein_coding 5 1 1 OLFML3 ENSG00000116774 +CDS chr1 113980073 113980126 ENST00000369551 protein_coding 5 2 2 OLFML3 ENSG00000116774 +CDS chr1 113980332 113980617 ENST00000369551 protein_coding 5 2 3 OLFML3 ENSG00000116774 +CDS chr1 113980332 113980617 ENST00000320334 protein_coding 5 1 2 OLFML3 ENSG00000116774 +CDS chr1 113980401 113980617 ENST00000393300 protein_coding 6 3 2 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000369551 protein_coding 5 2 4 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000320334 protein_coding 5 1 3 OLFML3 ENSG00000116774 +CDS chr1 113980949 113981766 ENST00000393300 protein_coding 6 3 3 OLFML3 ENSG00000116774 +transcript chr1 114089292 114152440 ENST00000607941 protein_coding 5 2 NA SYT6 ENSG00000134207 +transcript chr1 114089292 114152917 ENST00000609117 protein_coding 5 5 NA SYT6 ENSG00000134207 +transcript chr1 114089292 114153869 ENST00000610222 protein_coding 3 5 NA SYT6 ENSG00000134207 +transcript chr1 114089298 114153869 ENST00000369547 protein_coding 6 1 NA SYT6 ENSG00000134207 +transcript chr1 114090774 114153880 ENST00000641643 protein_coding 2 NA NA SYT6 ENSG00000134207 +CDS chr1 114092014 114092082 ENST00000369547 protein_coding 6 1 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000607941 protein_coding 5 2 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000609117 protein_coding 5 5 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000610222 protein_coding 3 5 7 SYT6 ENSG00000134207 +CDS chr1 114093789 114093803 ENST00000641643 protein_coding 2 NA 7 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000607941 protein_coding 5 2 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000609117 protein_coding 5 5 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000369547 protein_coding 6 1 6 SYT6 ENSG00000134207 +CDS chr1 114097727 114097877 ENST00000610222 protein_coding 3 5 6 SYT6 ENSG00000134207 +CDS chr1 114097748 114097877 ENST00000641643 protein_coding 2 NA 6 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000607941 protein_coding 5 2 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000609117 protein_coding 5 5 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000369547 protein_coding 6 1 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000610222 protein_coding 3 5 5 SYT6 ENSG00000134207 +CDS chr1 114099094 114099265 ENST00000641643 protein_coding 2 NA 5 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000607941 protein_coding 5 2 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000609117 protein_coding 5 5 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000369547 protein_coding 6 1 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000610222 protein_coding 3 5 4 SYT6 ENSG00000134207 +CDS chr1 114103601 114103721 ENST00000641643 protein_coding 2 NA 4 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000607941 protein_coding 5 2 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000609117 protein_coding 5 5 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000369547 protein_coding 6 1 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000610222 protein_coding 3 5 3 SYT6 ENSG00000134207 +CDS chr1 114137495 114138053 ENST00000641643 protein_coding 2 NA 3 SYT6 ENSG00000134207 +transcript chr1 114137669 114152957 ENST00000608203 protein_coding 1 3 NA SYT6 ENSG00000134207 +CDS chr1 114137669 114138053 ENST00000608203 protein_coding 1 3 3 SYT6 ENSG00000134207 +transcript chr1 114138046 114152980 ENST00000609577 protein_coding 1 5 NA SYT6 ENSG00000134207 +CDS chr1 114138046 114138053 ENST00000609577 protein_coding 1 5 3 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000607941 protein_coding 5 2 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000609117 protein_coding 5 5 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139963 ENST00000369547 protein_coding 6 1 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139963 ENST00000610222 protein_coding 3 5 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000641643 protein_coding 2 NA 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000608203 protein_coding 1 3 2 SYT6 ENSG00000134207 +CDS chr1 114139615 114139871 ENST00000609577 protein_coding 1 5 2 SYT6 ENSG00000134207 +transcript chr1 114139653 114152922 ENST00000608879 protein_coding 1 5 NA SYT6 ENSG00000134207 +CDS chr1 114139653 114139963 ENST00000608879 protein_coding 1 5 2 SYT6 ENSG00000134207 +CDS chr1 114152623 114152686 ENST00000608879 protein_coding 1 5 1 SYT6 ENSG00000134207 +CDS chr1 114153610 114153772 ENST00000369547 protein_coding 6 1 1 SYT6 ENSG00000134207 +CDS chr1 114153610 114153772 ENST00000610222 protein_coding 3 5 1 SYT6 ENSG00000134207 +transcript chr1 114392790 114511203 ENST00000358465 protein_coding 7 1 NA TRIM33 ENSG00000197323 +transcript chr1 114397608 114463236 ENST00000448034 protein_coding 5 5 NA TRIM33 ENSG00000197323 +transcript chr1 114397608 114511160 ENST00000369543 protein_coding 6 1 NA TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000358465 protein_coding 7 1 20 TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000448034 protein_coding 5 5 18 TRIM33 ENSG00000197323 +CDS chr1 114397651 114397860 ENST00000369543 protein_coding 6 1 19 TRIM33 ENSG00000197323 +CDS chr1 114397940 114397990 ENST00000358465 protein_coding 7 1 19 TRIM33 ENSG00000197323 +CDS chr1 114397940 114397990 ENST00000448034 protein_coding 5 5 17 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000358465 protein_coding 7 1 18 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000448034 protein_coding 5 5 16 TRIM33 ENSG00000197323 +CDS chr1 114399457 114399609 ENST00000369543 protein_coding 6 1 18 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000358465 protein_coding 7 1 17 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000448034 protein_coding 5 5 15 TRIM33 ENSG00000197323 +CDS chr1 114401389 114401463 ENST00000369543 protein_coding 6 1 17 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000358465 protein_coding 7 1 16 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000448034 protein_coding 5 5 14 TRIM33 ENSG00000197323 +CDS chr1 114402760 114402883 ENST00000369543 protein_coding 6 1 16 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000358465 protein_coding 7 1 15 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000448034 protein_coding 5 5 13 TRIM33 ENSG00000197323 +CDS chr1 114405410 114405759 ENST00000369543 protein_coding 6 1 15 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000358465 protein_coding 7 1 14 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000448034 protein_coding 5 5 12 TRIM33 ENSG00000197323 +CDS chr1 114406941 114407100 ENST00000369543 protein_coding 6 1 14 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000358465 protein_coding 7 1 13 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000448034 protein_coding 5 5 11 TRIM33 ENSG00000197323 +CDS chr1 114408677 114408740 ENST00000369543 protein_coding 6 1 13 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000358465 protein_coding 7 1 12 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000448034 protein_coding 5 5 10 TRIM33 ENSG00000197323 +CDS chr1 114410184 114410316 ENST00000369543 protein_coding 6 1 12 TRIM33 ENSG00000197323 +CDS chr1 114420380 114420451 ENST00000448034 protein_coding 5 5 9 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000358465 protein_coding 7 1 11 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000448034 protein_coding 5 5 8 TRIM33 ENSG00000197323 +CDS chr1 114421436 114421636 ENST00000369543 protein_coding 6 1 11 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000358465 protein_coding 7 1 10 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000448034 protein_coding 5 5 7 TRIM33 ENSG00000197323 +CDS chr1 114424591 114424755 ENST00000369543 protein_coding 6 1 10 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000358465 protein_coding 7 1 9 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000448034 protein_coding 5 5 6 TRIM33 ENSG00000197323 +CDS chr1 114425449 114425723 ENST00000369543 protein_coding 6 1 9 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000358465 protein_coding 7 1 8 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000448034 protein_coding 5 5 5 TRIM33 ENSG00000197323 +CDS chr1 114427177 114427294 ENST00000369543 protein_coding 6 1 8 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000358465 protein_coding 7 1 7 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000448034 protein_coding 5 5 4 TRIM33 ENSG00000197323 +CDS chr1 114427748 114427894 ENST00000369543 protein_coding 6 1 7 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000358465 protein_coding 7 1 6 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000448034 protein_coding 5 5 3 TRIM33 ENSG00000197323 +CDS chr1 114430798 114430912 ENST00000369543 protein_coding 6 1 6 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000358465 protein_coding 7 1 5 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000448034 protein_coding 5 5 2 TRIM33 ENSG00000197323 +CDS chr1 114433617 114433733 ENST00000369543 protein_coding 6 1 5 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000358465 protein_coding 7 1 4 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000448034 protein_coding 5 5 1 TRIM33 ENSG00000197323 +CDS chr1 114463104 114463236 ENST00000369543 protein_coding 6 1 4 TRIM33 ENSG00000197323 +CDS chr1 114463412 114463556 ENST00000358465 protein_coding 7 1 3 TRIM33 ENSG00000197323 +CDS chr1 114463412 114463556 ENST00000369543 protein_coding 6 1 3 TRIM33 ENSG00000197323 +CDS chr1 114464270 114464388 ENST00000358465 protein_coding 7 1 2 TRIM33 ENSG00000197323 +CDS chr1 114464270 114464388 ENST00000369543 protein_coding 6 1 2 TRIM33 ENSG00000197323 +CDS chr1 114510551 114511076 ENST00000358465 protein_coding 7 1 1 TRIM33 ENSG00000197323 +CDS chr1 114510551 114511076 ENST00000369543 protein_coding 6 1 1 TRIM33 ENSG00000197323 +transcript chr1 114567557 114581615 ENST00000369541 protein_coding 4 1 NA BCAS2 ENSG00000116752 +CDS chr1 114568133 114568256 ENST00000369541 protein_coding 4 1 7 BCAS2 ENSG00000116752 +CDS chr1 114569992 114570072 ENST00000369541 protein_coding 4 1 6 BCAS2 ENSG00000116752 +CDS chr1 114570700 114570750 ENST00000369541 protein_coding 4 1 5 BCAS2 ENSG00000116752 +CDS chr1 114575590 114575751 ENST00000369541 protein_coding 4 1 4 BCAS2 ENSG00000116752 +CDS chr1 114576688 114576758 ENST00000369541 protein_coding 4 1 3 BCAS2 ENSG00000116752 +CDS chr1 114581299 114581391 ENST00000369541 protein_coding 4 1 2 BCAS2 ENSG00000116752 +CDS chr1 114581499 114581591 ENST00000369541 protein_coding 4 1 1 BCAS2 ENSG00000116752 +transcript chr1 114582848 114670111 ENST00000393276 protein_coding 7 5 NA DENND2C ENSG00000175984 +transcript chr1 114582850 114670049 ENST00000393274 protein_coding 6 5 NA DENND2C ENSG00000175984 +transcript chr1 114582851 114626193 ENST00000393277 protein_coding 2 5 NA DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393276 protein_coding 7 5 18 DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393274 protein_coding 6 5 21 DENND2C ENSG00000175984 +CDS chr1 114585603 114585631 ENST00000393277 protein_coding 2 5 18 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393276 protein_coding 7 5 17 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393274 protein_coding 6 5 20 DENND2C ENSG00000175984 +CDS chr1 114587387 114587473 ENST00000393277 protein_coding 2 5 17 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393276 protein_coding 7 5 16 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393274 protein_coding 6 5 19 DENND2C ENSG00000175984 +CDS chr1 114587716 114587952 ENST00000393277 protein_coding 2 5 16 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393276 protein_coding 7 5 15 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393274 protein_coding 6 5 18 DENND2C ENSG00000175984 +CDS chr1 114594473 114594578 ENST00000393277 protein_coding 2 5 15 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393276 protein_coding 7 5 14 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393274 protein_coding 6 5 17 DENND2C ENSG00000175984 +CDS chr1 114595832 114595873 ENST00000393277 protein_coding 2 5 14 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393276 protein_coding 7 5 13 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393274 protein_coding 6 5 16 DENND2C ENSG00000175984 +CDS chr1 114599274 114599451 ENST00000393277 protein_coding 2 5 13 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393276 protein_coding 7 5 12 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393274 protein_coding 6 5 15 DENND2C ENSG00000175984 +CDS chr1 114600204 114600352 ENST00000393277 protein_coding 2 5 12 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393276 protein_coding 7 5 11 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393274 protein_coding 6 5 14 DENND2C ENSG00000175984 +CDS chr1 114600820 114600960 ENST00000393277 protein_coding 2 5 11 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393276 protein_coding 7 5 10 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393274 protein_coding 6 5 13 DENND2C ENSG00000175984 +CDS chr1 114601508 114601585 ENST00000393277 protein_coding 2 5 10 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393276 protein_coding 7 5 9 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393274 protein_coding 6 5 12 DENND2C ENSG00000175984 +CDS chr1 114602125 114602194 ENST00000393277 protein_coding 2 5 9 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393276 protein_coding 7 5 8 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393274 protein_coding 6 5 11 DENND2C ENSG00000175984 +CDS chr1 114604922 114605031 ENST00000393277 protein_coding 2 5 8 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393276 protein_coding 7 5 7 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393274 protein_coding 6 5 10 DENND2C ENSG00000175984 +CDS chr1 114608686 114608873 ENST00000393277 protein_coding 2 5 7 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393276 protein_coding 7 5 6 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393274 protein_coding 6 5 9 DENND2C ENSG00000175984 +CDS chr1 114611073 114611117 ENST00000393277 protein_coding 2 5 6 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393276 protein_coding 7 5 5 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393274 protein_coding 6 5 8 DENND2C ENSG00000175984 +CDS chr1 114618386 114618482 ENST00000393277 protein_coding 2 5 5 DENND2C ENSG00000175984 +CDS chr1 114621895 114622065 ENST00000393274 protein_coding 6 5 7 DENND2C ENSG00000175984 +CDS chr1 114621895 114622065 ENST00000393277 protein_coding 2 5 4 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393276 protein_coding 7 5 4 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393274 protein_coding 6 5 6 DENND2C ENSG00000175984 +CDS chr1 114622987 114623099 ENST00000393277 protein_coding 2 5 3 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393276 protein_coding 7 5 3 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393274 protein_coding 6 5 5 DENND2C ENSG00000175984 +CDS chr1 114623507 114623643 ENST00000393277 protein_coding 2 5 2 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393276 protein_coding 7 5 2 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393274 protein_coding 6 5 4 DENND2C ENSG00000175984 +CDS chr1 114625179 114625984 ENST00000393277 protein_coding 2 5 1 DENND2C ENSG00000175984 +transcript chr1 114673098 114695546 ENST00000520113 protein_coding 7 1 NA AMPD1 ENSG00000116748 +transcript chr1 114673101 114695618 ENST00000369538 protein_coding 4 2 NA AMPD1 ENSG00000116748 +CDS chr1 114673117 114673272 ENST00000520113 protein_coding 7 1 16 AMPD1 ENSG00000116748 +CDS chr1 114673117 114673272 ENST00000369538 protein_coding 4 2 15 AMPD1 ENSG00000116748 +CDS chr1 114673639 114673749 ENST00000520113 protein_coding 7 1 15 AMPD1 ENSG00000116748 +CDS chr1 114673639 114673749 ENST00000369538 protein_coding 4 2 14 AMPD1 ENSG00000116748 +CDS chr1 114673909 114674082 ENST00000520113 protein_coding 7 1 14 AMPD1 ENSG00000116748 +CDS chr1 114673909 114674082 ENST00000369538 protein_coding 4 2 13 AMPD1 ENSG00000116748 +CDS chr1 114674752 114674872 ENST00000520113 protein_coding 7 1 13 AMPD1 ENSG00000116748 +CDS chr1 114674752 114674872 ENST00000369538 protein_coding 4 2 12 AMPD1 ENSG00000116748 +CDS chr1 114675530 114675693 ENST00000520113 protein_coding 7 1 12 AMPD1 ENSG00000116748 +CDS chr1 114675530 114675693 ENST00000369538 protein_coding 4 2 11 AMPD1 ENSG00000116748 +CDS chr1 114675877 114676003 ENST00000520113 protein_coding 7 1 11 AMPD1 ENSG00000116748 +CDS chr1 114675877 114676003 ENST00000369538 protein_coding 4 2 10 AMPD1 ENSG00000116748 +CDS chr1 114677351 114677514 ENST00000520113 protein_coding 7 1 10 AMPD1 ENSG00000116748 +CDS chr1 114677351 114677514 ENST00000369538 protein_coding 4 2 9 AMPD1 ENSG00000116748 +CDS chr1 114677910 114678041 ENST00000520113 protein_coding 7 1 9 AMPD1 ENSG00000116748 +CDS chr1 114677910 114678041 ENST00000369538 protein_coding 4 2 8 AMPD1 ENSG00000116748 +CDS chr1 114678333 114678527 ENST00000520113 protein_coding 7 1 8 AMPD1 ENSG00000116748 +CDS chr1 114678333 114678527 ENST00000369538 protein_coding 4 2 7 AMPD1 ENSG00000116748 +CDS chr1 114679579 114679708 ENST00000520113 protein_coding 7 1 7 AMPD1 ENSG00000116748 +CDS chr1 114679579 114679708 ENST00000369538 protein_coding 4 2 6 AMPD1 ENSG00000116748 +CDS chr1 114680259 114680478 ENST00000520113 protein_coding 7 1 6 AMPD1 ENSG00000116748 +CDS chr1 114680259 114680478 ENST00000369538 protein_coding 4 2 5 AMPD1 ENSG00000116748 +CDS chr1 114684199 114684364 ENST00000520113 protein_coding 7 1 5 AMPD1 ENSG00000116748 +CDS chr1 114684199 114684364 ENST00000369538 protein_coding 4 2 4 AMPD1 ENSG00000116748 +CDS chr1 114686745 114686910 ENST00000520113 protein_coding 7 1 4 AMPD1 ENSG00000116748 +CDS chr1 114686745 114686910 ENST00000369538 protein_coding 4 2 3 AMPD1 ENSG00000116748 +CDS chr1 114688561 114688741 ENST00000520113 protein_coding 7 1 3 AMPD1 ENSG00000116748 +CDS chr1 114688561 114688741 ENST00000369538 protein_coding 4 2 2 AMPD1 ENSG00000116748 +CDS chr1 114693436 114693447 ENST00000520113 protein_coding 7 1 2 AMPD1 ENSG00000116748 +CDS chr1 114695450 114695471 ENST00000520113 protein_coding 7 1 1 AMPD1 ENSG00000116748 +CDS chr1 114695450 114695471 ENST00000369538 protein_coding 4 2 1 AMPD1 ENSG00000116748 +transcript chr1 114704469 114716771 ENST00000369535 protein_coding 5 1 NA NRAS ENSG00000213281 +CDS chr1 114708538 114708654 ENST00000369535 protein_coding 5 1 5 NRAS ENSG00000213281 +CDS chr1 114709569 114709728 ENST00000369535 protein_coding 5 1 4 NRAS ENSG00000213281 +CDS chr1 114713800 114713978 ENST00000369535 protein_coding 5 1 3 NRAS ENSG00000213281 +CDS chr1 114716050 114716160 ENST00000369535 protein_coding 5 1 2 NRAS ENSG00000213281 +transcript chr1 114716913 114757983 ENST00000339438 protein_coding 10 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757933 ENST00000689989 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757969 ENST00000689217 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757983 ENST00000688211 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757983 ENST00000438362 protein_coding 7 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757984 ENST00000358528 protein_coding 9 1 NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114757987 ENST00000692719 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716916 114758014 ENST00000610726 protein_coding 5 5 NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757933 ENST00000689732 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757964 ENST00000693467 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757983 ENST00000686235 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114757984 ENST00000684913 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114758003 ENST00000686025 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716919 114758003 ENST00000686781 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716920 114757976 ENST00000687759 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114757985 ENST00000692672 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114757987 ENST00000529046 protein_coding 6 4 NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000689885 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000686667 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758003 ENST00000691032 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716921 114758005 ENST00000692044 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114716923 114758003 ENST00000690207 protein_coding 1 NA NA CSDE1 ENSG00000009307 +transcript chr1 114717295 114757974 ENST00000261443 protein_coding 9 1 NA CSDE1 ENSG00000009307 +transcript chr1 114717305 114758027 ENST00000530886 protein_coding 5 5 NA CSDE1 ENSG00000009307 +transcript chr1 114717312 114758003 ENST00000369530 protein_coding 5 1 NA CSDE1 ENSG00000009307 +transcript chr1 114717957 114757982 ENST00000534699 protein_coding 5 2 NA CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000339438 protein_coding 10 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689989 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689217 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000688211 protein_coding 1 NA 22 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000438362 protein_coding 7 1 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000358528 protein_coding 9 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692719 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000610726 protein_coding 5 5 21 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689732 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000693467 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686235 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000684913 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686025 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686781 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000687759 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692672 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000529046 protein_coding 6 4 16 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000689885 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000686667 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000691032 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000692044 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000690207 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000261443 protein_coding 9 1 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000530886 protein_coding 5 5 18 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000369530 protein_coding 5 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718172 114718216 ENST00000534699 protein_coding 5 2 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000339438 protein_coding 10 1 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689989 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689217 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000688211 protein_coding 1 NA 21 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000438362 protein_coding 7 1 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000358528 protein_coding 9 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692719 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000610726 protein_coding 5 5 20 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689732 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000693467 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686235 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000684913 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686025 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686781 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000687759 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692672 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000529046 protein_coding 6 4 15 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000689885 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000686667 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000691032 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000692044 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000690207 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000261443 protein_coding 9 1 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000530886 protein_coding 5 5 17 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000369530 protein_coding 5 1 19 CSDE1 ENSG00000009307 +CDS chr1 114718613 114718745 ENST00000534699 protein_coding 5 2 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000339438 protein_coding 10 1 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689989 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689217 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000688211 protein_coding 1 NA 20 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000438362 protein_coding 7 1 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000358528 protein_coding 9 1 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692719 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000610726 protein_coding 5 5 19 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689732 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000693467 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686235 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000684913 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686025 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686781 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000687759 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692672 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000529046 protein_coding 6 4 14 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000689885 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000686667 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000691032 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000692044 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000690207 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000261443 protein_coding 9 1 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000530886 protein_coding 5 5 16 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000369530 protein_coding 5 1 18 CSDE1 ENSG00000009307 +CDS chr1 114719579 114719742 ENST00000534699 protein_coding 5 2 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000339438 protein_coding 10 1 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689989 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689217 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000688211 protein_coding 1 NA 19 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000438362 protein_coding 7 1 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000358528 protein_coding 9 1 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692719 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000610726 protein_coding 5 5 18 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689732 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000693467 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686235 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000684913 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686025 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686781 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000687759 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692672 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000529046 protein_coding 6 4 13 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000689885 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000686667 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000691032 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000692044 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000690207 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000261443 protein_coding 9 1 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000530886 protein_coding 5 5 15 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000369530 protein_coding 5 1 17 CSDE1 ENSG00000009307 +CDS chr1 114720539 114720717 ENST00000534699 protein_coding 5 2 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000339438 protein_coding 10 1 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689989 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689217 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000688211 protein_coding 1 NA 18 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000438362 protein_coding 7 1 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000358528 protein_coding 9 1 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692719 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000610726 protein_coding 5 5 17 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689732 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000693467 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686235 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000684913 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686025 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686781 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000687759 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692672 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000529046 protein_coding 6 4 12 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000689885 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000686667 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000691032 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000692044 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000690207 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000261443 protein_coding 9 1 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000530886 protein_coding 5 5 14 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000369530 protein_coding 5 1 16 CSDE1 ENSG00000009307 +CDS chr1 114723883 114724002 ENST00000534699 protein_coding 5 2 15 CSDE1 ENSG00000009307 +CDS chr1 114724288 114724335 ENST00000690207 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000339438 protein_coding 10 1 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689989 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689217 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000688211 protein_coding 1 NA 17 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000438362 protein_coding 7 1 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000358528 protein_coding 9 1 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692719 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000610726 protein_coding 5 5 16 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689732 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000693467 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686235 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000684913 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686025 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686781 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000687759 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692672 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000529046 protein_coding 6 4 11 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000689885 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000686667 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000691032 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000692044 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000690207 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000261443 protein_coding 9 1 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000530886 protein_coding 5 5 13 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000369530 protein_coding 5 1 15 CSDE1 ENSG00000009307 +CDS chr1 114725221 114725333 ENST00000534699 protein_coding 5 2 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000339438 protein_coding 10 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689989 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689217 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000688211 protein_coding 1 NA 16 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000438362 protein_coding 7 1 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000358528 protein_coding 9 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692719 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000610726 protein_coding 5 5 15 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689732 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000693467 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686235 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000684913 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686025 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686781 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000687759 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692672 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000529046 protein_coding 6 4 10 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000689885 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000686667 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000691032 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000692044 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000690207 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000261443 protein_coding 9 1 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000530886 protein_coding 5 5 12 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000369530 protein_coding 5 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726211 114726386 ENST00000534699 protein_coding 5 2 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000339438 protein_coding 10 1 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689989 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689217 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000688211 protein_coding 1 NA 15 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000438362 protein_coding 7 1 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000358528 protein_coding 9 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692719 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000610726 protein_coding 5 5 14 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689732 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000693467 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686235 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000684913 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686025 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686781 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000687759 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692672 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000529046 protein_coding 6 4 9 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000689885 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000686667 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000691032 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000692044 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000690207 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000261443 protein_coding 9 1 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000530886 protein_coding 5 5 11 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000369530 protein_coding 5 1 13 CSDE1 ENSG00000009307 +CDS chr1 114726983 114727090 ENST00000534699 protein_coding 5 2 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000339438 protein_coding 10 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689989 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689217 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000688211 protein_coding 1 NA 14 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000438362 protein_coding 7 1 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000358528 protein_coding 9 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692719 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000610726 protein_coding 5 5 13 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689732 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000693467 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686235 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000684913 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686025 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000686781 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000687759 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692672 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000529046 protein_coding 6 4 8 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000689885 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000692044 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000690207 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000261443 protein_coding 9 1 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000530886 protein_coding 5 5 10 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000369530 protein_coding 5 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730258 114730422 ENST00000534699 protein_coding 5 2 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000339438 protein_coding 10 1 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689989 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689217 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000688211 protein_coding 1 NA 13 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000438362 protein_coding 7 1 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000358528 protein_coding 9 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000692719 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000610726 protein_coding 5 5 12 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000689732 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000693467 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000686235 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000684913 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000686025 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000687759 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000690207 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000261443 protein_coding 9 1 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000530886 protein_coding 5 5 9 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000369530 protein_coding 5 1 11 CSDE1 ENSG00000009307 +CDS chr1 114730508 114730648 ENST00000534699 protein_coding 5 2 10 CSDE1 ENSG00000009307 +CDS chr1 114730529 114730648 ENST00000689885 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000339438 protein_coding 10 1 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689989 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689217 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000688211 protein_coding 1 NA 12 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000438362 protein_coding 7 1 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000358528 protein_coding 9 1 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692719 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000610726 protein_coding 5 5 11 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689732 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000693467 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686235 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000684913 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686025 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686781 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000687759 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692672 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000529046 protein_coding 6 4 7 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000689885 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000686667 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000691032 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000692044 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000690207 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000261443 protein_coding 9 1 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000530886 protein_coding 5 5 8 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000369530 protein_coding 5 1 10 CSDE1 ENSG00000009307 +CDS chr1 114732604 114732816 ENST00000534699 protein_coding 5 2 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000339438 protein_coding 10 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689989 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689217 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000688211 protein_coding 1 NA 11 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000438362 protein_coding 7 1 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000358528 protein_coding 9 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692719 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000610726 protein_coding 5 5 10 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689732 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000693467 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686235 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000684913 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686025 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686781 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000687759 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692672 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000529046 protein_coding 6 4 6 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000689885 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000686667 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000691032 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000692044 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000690207 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000261443 protein_coding 9 1 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000530886 protein_coding 5 5 7 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000369530 protein_coding 5 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733732 114733857 ENST00000534699 protein_coding 5 2 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000339438 protein_coding 10 1 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689989 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689217 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000688211 protein_coding 1 NA 10 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000438362 protein_coding 7 1 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000358528 protein_coding 9 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692719 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000610726 protein_coding 5 5 9 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689732 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000693467 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686235 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000684913 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686025 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686781 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000687759 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692672 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000529046 protein_coding 6 4 5 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000689885 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000686667 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000691032 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000692044 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000690207 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000261443 protein_coding 9 1 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000530886 protein_coding 5 5 6 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000369530 protein_coding 5 1 8 CSDE1 ENSG00000009307 +CDS chr1 114733989 114734117 ENST00000534699 protein_coding 5 2 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000339438 protein_coding 10 1 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689989 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689217 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000688211 protein_coding 1 NA 9 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000438362 protein_coding 7 1 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000358528 protein_coding 9 1 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692719 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000610726 protein_coding 5 5 8 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689732 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000693467 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686235 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000684913 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686025 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686781 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000687759 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692672 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000529046 protein_coding 6 4 4 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000689885 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000686667 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000691032 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000692044 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000690207 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000261443 protein_coding 9 1 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000530886 protein_coding 5 5 5 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000369530 protein_coding 5 1 7 CSDE1 ENSG00000009307 +CDS chr1 114734442 114734523 ENST00000534699 protein_coding 5 2 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000339438 protein_coding 10 1 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689989 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689217 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000688211 protein_coding 1 NA 8 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000438362 protein_coding 7 1 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000358528 protein_coding 9 1 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692719 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000610726 protein_coding 5 5 7 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689732 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000693467 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686235 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000684913 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686025 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686781 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000687759 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692672 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000529046 protein_coding 6 4 3 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000689885 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000686667 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000691032 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000692044 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000690207 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000261443 protein_coding 9 1 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000530886 protein_coding 5 5 4 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000369530 protein_coding 5 1 6 CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000534699 protein_coding 5 2 5 CSDE1 ENSG00000009307 +transcript chr1 114736758 114757969 ENST00000525132 protein_coding 1 5 NA CSDE1 ENSG00000009307 +CDS chr1 114736758 114736855 ENST00000525132 protein_coding 1 5 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000689989 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000689217 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000688211 protein_coding 1 NA 7 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000438362 protein_coding 7 1 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000358528 protein_coding 9 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000692719 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000610726 protein_coding 5 5 6 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000691032 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000692044 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737471 114737563 ENST00000534699 protein_coding 5 2 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000339438 protein_coding 10 1 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689989 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689217 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000688211 protein_coding 1 NA 6 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000438362 protein_coding 7 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000358528 protein_coding 9 1 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692719 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000610726 protein_coding 5 5 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689732 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000693467 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686235 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000684913 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686025 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686781 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000687759 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692672 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000529046 protein_coding 6 4 2 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000689885 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000686667 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000691032 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000692044 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000690207 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000261443 protein_coding 9 1 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000530886 protein_coding 5 5 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000369530 protein_coding 5 1 5 CSDE1 ENSG00000009307 +CDS chr1 114737963 114738072 ENST00000534699 protein_coding 5 2 3 CSDE1 ENSG00000009307 +CDS chr1 114737963 114737974 ENST00000525132 protein_coding 1 5 4 CSDE1 ENSG00000009307 +transcript chr1 114737988 114746859 ENST00000534389 protein_coding 2 4 NA CSDE1 ENSG00000009307 +CDS chr1 114737988 114738072 ENST00000534389 protein_coding 2 4 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000339438 protein_coding 10 1 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689989 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689217 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000688211 protein_coding 1 NA 5 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000438362 protein_coding 7 1 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000358528 protein_coding 9 1 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692719 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000610726 protein_coding 5 5 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689732 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000693467 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686235 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000684913 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686025 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686781 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692672 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000689885 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000686667 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000691032 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000692044 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000690207 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000261443 protein_coding 9 1 2 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000369530 protein_coding 5 1 4 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000534699 protein_coding 5 2 2 CSDE1 ENSG00000009307 +CDS chr1 114739692 114739890 ENST00000534389 protein_coding 2 4 2 CSDE1 ENSG00000009307 +transcript chr1 114739753 114758676 ENST00000525878 protein_coding 5 4 NA CSDE1 ENSG00000009307 +CDS chr1 114739753 114739890 ENST00000525878 protein_coding 5 4 3 CSDE1 ENSG00000009307 +transcript chr1 114739870 114757987 ENST00000525970 protein_coding 5 4 NA CSDE1 ENSG00000009307 +CDS chr1 114739870 114739890 ENST00000525970 protein_coding 5 4 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000688211 protein_coding 1 NA 4 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000610726 protein_coding 5 5 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000692672 protein_coding 1 NA 3 CSDE1 ENSG00000009307 +CDS chr1 114741527 114741664 ENST00000369530 protein_coding 5 1 3 CSDE1 ENSG00000009307 +transcript chr1 114769479 114780685 ENST00000060969 protein_coding 6 1 NA SIKE1 ENSG00000052723 +transcript chr1 114769479 114780685 ENST00000369528 protein_coding 9 1 NA SIKE1 ENSG00000052723 +CDS chr1 114774274 114774372 ENST00000060969 protein_coding 6 1 5 SIKE1 ENSG00000052723 +CDS chr1 114774274 114774372 ENST00000369528 protein_coding 9 1 5 SIKE1 ENSG00000052723 +CDS chr1 114776346 114776459 ENST00000060969 protein_coding 6 1 4 SIKE1 ENSG00000052723 +CDS chr1 114776346 114776459 ENST00000369528 protein_coding 9 1 4 SIKE1 ENSG00000052723 +CDS chr1 114779142 114779284 ENST00000060969 protein_coding 6 1 3 SIKE1 ENSG00000052723 +CDS chr1 114779142 114779284 ENST00000369528 protein_coding 9 1 3 SIKE1 ENSG00000052723 +CDS chr1 114780110 114780215 ENST00000060969 protein_coding 6 1 2 SIKE1 ENSG00000052723 +CDS chr1 114780110 114780215 ENST00000369528 protein_coding 9 1 2 SIKE1 ENSG00000052723 +CDS chr1 114780437 114780607 ENST00000369528 protein_coding 9 1 1 SIKE1 ENSG00000052723 +CDS chr1 114780449 114780607 ENST00000060969 protein_coding 6 1 1 SIKE1 ENSG00000052723 +transcript chr1 114854863 114995370 ENST00000369522 protein_coding 8 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114977610 ENST00000455987 protein_coding 5 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114995019 ENST00000618516 protein_coding 4 1 NA SYCP1 ENSG00000198765 +transcript chr1 114854868 114995019 ENST00000613524 protein_coding 4 1 NA SYCP1 ENSG00000198765 +transcript chr1 114855133 114995367 ENST00000369518 protein_coding 1 5 NA SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000369522 protein_coding 8 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000455987 protein_coding 5 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000369518 protein_coding 1 5 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000618516 protein_coding 4 1 2 SYCP1 ENSG00000198765 +CDS chr1 114855465 114855572 ENST00000613524 protein_coding 4 1 2 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000369522 protein_coding 8 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000455987 protein_coding 5 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000369518 protein_coding 1 5 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000618516 protein_coding 4 1 3 SYCP1 ENSG00000198765 +CDS chr1 114856573 114856657 ENST00000613524 protein_coding 4 1 3 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000369522 protein_coding 8 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000455987 protein_coding 5 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000369518 protein_coding 1 5 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000618516 protein_coding 4 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857232 114857275 ENST00000613524 protein_coding 4 1 4 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000369522 protein_coding 8 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000455987 protein_coding 5 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000369518 protein_coding 1 5 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000618516 protein_coding 4 1 5 SYCP1 ENSG00000198765 +CDS chr1 114857444 114857497 ENST00000613524 protein_coding 4 1 5 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000369522 protein_coding 8 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000455987 protein_coding 5 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000369518 protein_coding 1 5 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000618516 protein_coding 4 1 6 SYCP1 ENSG00000198765 +CDS chr1 114858547 114858711 ENST00000613524 protein_coding 4 1 6 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000369522 protein_coding 8 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000455987 protein_coding 5 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000369518 protein_coding 1 5 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000618516 protein_coding 4 1 7 SYCP1 ENSG00000198765 +CDS chr1 114859743 114859810 ENST00000613524 protein_coding 4 1 7 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000369522 protein_coding 8 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000455987 protein_coding 5 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000369518 protein_coding 1 5 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000618516 protein_coding 4 1 8 SYCP1 ENSG00000198765 +CDS chr1 114860736 114860809 ENST00000613524 protein_coding 4 1 8 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000369522 protein_coding 8 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000455987 protein_coding 5 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000369518 protein_coding 1 5 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000618516 protein_coding 4 1 9 SYCP1 ENSG00000198765 +CDS chr1 114874506 114874564 ENST00000613524 protein_coding 4 1 9 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000369522 protein_coding 8 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000455987 protein_coding 5 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000369518 protein_coding 1 5 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000618516 protein_coding 4 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876069 114876138 ENST00000613524 protein_coding 4 1 10 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000369522 protein_coding 8 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000455987 protein_coding 5 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000369518 protein_coding 1 5 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000618516 protein_coding 4 1 11 SYCP1 ENSG00000198765 +CDS chr1 114876737 114876810 ENST00000613524 protein_coding 4 1 11 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000369522 protein_coding 8 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000455987 protein_coding 5 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000369518 protein_coding 1 5 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000618516 protein_coding 4 1 12 SYCP1 ENSG00000198765 +CDS chr1 114878094 114878202 ENST00000613524 protein_coding 4 1 12 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000369522 protein_coding 8 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000455987 protein_coding 5 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000369518 protein_coding 1 5 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000618516 protein_coding 4 1 13 SYCP1 ENSG00000198765 +CDS chr1 114885535 114885629 ENST00000613524 protein_coding 4 1 13 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000369522 protein_coding 8 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000455987 protein_coding 5 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000369518 protein_coding 1 5 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000618516 protein_coding 4 1 14 SYCP1 ENSG00000198765 +CDS chr1 114886125 114886309 ENST00000613524 protein_coding 4 1 14 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000369522 protein_coding 8 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000455987 protein_coding 5 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000369518 protein_coding 1 5 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000618516 protein_coding 4 1 15 SYCP1 ENSG00000198765 +CDS chr1 114887626 114887693 ENST00000613524 protein_coding 4 1 15 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000369522 protein_coding 8 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000455987 protein_coding 5 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000369518 protein_coding 1 5 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000618516 protein_coding 4 1 16 SYCP1 ENSG00000198765 +CDS chr1 114895448 114895509 ENST00000613524 protein_coding 4 1 16 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000369522 protein_coding 8 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000455987 protein_coding 5 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000369518 protein_coding 1 5 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000618516 protein_coding 4 1 17 SYCP1 ENSG00000198765 +CDS chr1 114910397 114910501 ENST00000613524 protein_coding 4 1 17 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000369522 protein_coding 8 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000455987 protein_coding 5 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000369518 protein_coding 1 5 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000618516 protein_coding 4 1 18 SYCP1 ENSG00000198765 +CDS chr1 114911479 114911582 ENST00000613524 protein_coding 4 1 18 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000369522 protein_coding 8 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000455987 protein_coding 5 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000369518 protein_coding 1 5 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000618516 protein_coding 4 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913033 114913150 ENST00000613524 protein_coding 4 1 19 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000369522 protein_coding 8 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000455987 protein_coding 5 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000369518 protein_coding 1 5 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000618516 protein_coding 4 1 20 SYCP1 ENSG00000198765 +CDS chr1 114913975 114914045 ENST00000613524 protein_coding 4 1 20 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000369522 protein_coding 8 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000455987 protein_coding 5 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000369518 protein_coding 1 5 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000618516 protein_coding 4 1 21 SYCP1 ENSG00000198765 +CDS chr1 114923449 114923530 ENST00000613524 protein_coding 4 1 21 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000369522 protein_coding 8 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000455987 protein_coding 5 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000369518 protein_coding 1 5 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000618516 protein_coding 4 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926278 114926340 ENST00000613524 protein_coding 4 1 22 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000369522 protein_coding 8 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000455987 protein_coding 5 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000369518 protein_coding 1 5 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000618516 protein_coding 4 1 23 SYCP1 ENSG00000198765 +CDS chr1 114926501 114926563 ENST00000613524 protein_coding 4 1 23 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000369522 protein_coding 8 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000455987 protein_coding 5 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000369518 protein_coding 1 5 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000618516 protein_coding 4 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944339 114944455 ENST00000613524 protein_coding 4 1 24 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000369522 protein_coding 8 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000455987 protein_coding 5 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000369518 protein_coding 1 5 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000618516 protein_coding 4 1 25 SYCP1 ENSG00000198765 +CDS chr1 114944872 114944982 ENST00000613524 protein_coding 4 1 25 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000369522 protein_coding 8 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000455987 protein_coding 5 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000369518 protein_coding 1 5 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000618516 protein_coding 4 1 26 SYCP1 ENSG00000198765 +CDS chr1 114946289 114946381 ENST00000613524 protein_coding 4 1 26 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000369522 protein_coding 8 1 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000455987 protein_coding 5 1 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000369518 protein_coding 1 5 27 SYCP1 ENSG00000198765 +CDS chr1 114947246 114947320 ENST00000618516 protein_coding 4 1 27 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000369522 protein_coding 8 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977610 ENST00000455987 protein_coding 5 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000369518 protein_coding 1 5 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000618516 protein_coding 4 1 28 SYCP1 ENSG00000198765 +CDS chr1 114977557 114977616 ENST00000613524 protein_coding 4 1 27 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000369522 protein_coding 8 1 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000369518 protein_coding 1 5 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000618516 protein_coding 4 1 29 SYCP1 ENSG00000198765 +CDS chr1 114981336 114981512 ENST00000613524 protein_coding 4 1 28 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000369522 protein_coding 8 1 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000369518 protein_coding 1 5 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000618516 protein_coding 4 1 30 SYCP1 ENSG00000198765 +CDS chr1 114984725 114984868 ENST00000613524 protein_coding 4 1 29 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000369522 protein_coding 8 1 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000369518 protein_coding 1 5 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000618516 protein_coding 4 1 31 SYCP1 ENSG00000198765 +CDS chr1 114994698 114994787 ENST00000613524 protein_coding 4 1 30 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000369522 protein_coding 8 1 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000369518 protein_coding 1 5 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000618516 protein_coding 4 1 32 SYCP1 ENSG00000198765 +CDS chr1 114994882 114995016 ENST00000613524 protein_coding 4 1 31 SYCP1 ENSG00000198765 +transcript chr1 115029826 115034302 ENST00000256592 protein_coding 3 5 NA TSHB ENSG00000134200 +CDS chr1 115033363 115033524 ENST00000256592 protein_coding 3 5 2 TSHB ENSG00000134200 +CDS chr1 115033973 115034224 ENST00000256592 protein_coding 3 5 3 TSHB ENSG00000134200 +transcript chr1 115048011 115089503 ENST00000369516 protein_coding 7 1 NA TSPAN2 ENSG00000134198 +transcript chr1 115050356 115089500 ENST00000369515 protein_coding 6 3 NA TSPAN2 ENSG00000134198 +transcript chr1 115050383 115089414 ENST00000433172 protein_coding 3 1 NA TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000369516 protein_coding 7 1 8 TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000369515 protein_coding 6 3 7 TSPAN2 ENSG00000134198 +CDS chr1 115050493 115050555 ENST00000433172 protein_coding 3 1 7 TSPAN2 ENSG00000134198 +CDS chr1 115053379 115053462 ENST00000369516 protein_coding 7 1 7 TSPAN2 ENSG00000134198 +CDS chr1 115053379 115053462 ENST00000369515 protein_coding 6 3 6 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000369516 protein_coding 7 1 6 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000369515 protein_coding 6 3 5 TSPAN2 ENSG00000134198 +CDS chr1 115057537 115057608 ENST00000433172 protein_coding 3 1 6 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000369516 protein_coding 7 1 5 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000369515 protein_coding 6 3 4 TSPAN2 ENSG00000134198 +CDS chr1 115058883 115058981 ENST00000433172 protein_coding 3 1 5 TSPAN2 ENSG00000134198 +CDS chr1 115060464 115060538 ENST00000369516 protein_coding 7 1 4 TSPAN2 ENSG00000134198 +CDS chr1 115060464 115060538 ENST00000433172 protein_coding 3 1 4 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000369516 protein_coding 7 1 3 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000369515 protein_coding 6 3 3 TSPAN2 ENSG00000134198 +CDS chr1 115062135 115062232 ENST00000433172 protein_coding 3 1 3 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000369516 protein_coding 7 1 2 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000369515 protein_coding 6 3 2 TSPAN2 ENSG00000134198 +CDS chr1 115072905 115073007 ENST00000433172 protein_coding 3 1 2 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089432 ENST00000369516 protein_coding 7 1 1 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089432 ENST00000369515 protein_coding 6 3 1 TSPAN2 ENSG00000134198 +CDS chr1 115089364 115089414 ENST00000433172 protein_coding 3 1 1 TSPAN2 ENSG00000134198 +transcript chr1 115285904 115338256 ENST00000676038 protein_coding 2 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000369512 protein_coding 3 1 NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000680116 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338249 ENST00000681124 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338253 ENST00000675637 protein_coding 2 NA NA NGF ENSG00000134259 +transcript chr1 115285917 115338770 ENST00000679806 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115286025 115289021 ENST00000680540 protein_coding 1 NA NA NGF ENSG00000134259 +transcript chr1 115286025 115338459 ENST00000680752 protein_coding 1 NA NA NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000676038 protein_coding 2 NA 4 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000369512 protein_coding 3 1 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680116 protein_coding 1 NA 4 NGF ENSG00000134259 +CDS chr1 115286073 115286324 ENST00000681124 protein_coding 1 NA 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000675637 protein_coding 2 NA 2 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000679806 protein_coding 1 NA 3 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680540 protein_coding 1 NA 1 NGF ENSG00000134259 +CDS chr1 115286073 115286795 ENST00000680752 protein_coding 1 NA 3 NGF ENSG00000134259 +transcript chr1 115641970 115698221 ENST00000355485 protein_coding 7 1 NA VANGL1 ENSG00000173218 +transcript chr1 115641991 115698224 ENST00000369510 protein_coding 8 1 NA VANGL1 ENSG00000173218 +transcript chr1 115642629 115691854 ENST00000310260 protein_coding 7 1 NA VANGL1 ENSG00000173218 +transcript chr1 115651402 115691854 ENST00000369509 protein_coding 1 1 NA VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000369510 protein_coding 8 1 2 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000310260 protein_coding 7 1 2 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000369509 protein_coding 1 1 1 VANGL1 ENSG00000173218 +CDS chr1 115651414 115651484 ENST00000355485 protein_coding 7 1 2 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659767 ENST00000369510 protein_coding 8 1 3 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000310260 protein_coding 7 1 3 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000369509 protein_coding 1 1 2 VANGL1 ENSG00000173218 +CDS chr1 115659641 115659773 ENST00000355485 protein_coding 7 1 3 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000369510 protein_coding 8 1 4 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000310260 protein_coding 7 1 4 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000369509 protein_coding 1 1 3 VANGL1 ENSG00000173218 +CDS chr1 115663661 115664268 ENST00000355485 protein_coding 7 1 4 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000369510 protein_coding 8 1 5 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000310260 protein_coding 7 1 5 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000369509 protein_coding 1 1 4 VANGL1 ENSG00000173218 +CDS chr1 115682364 115682497 ENST00000355485 protein_coding 7 1 5 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000369510 protein_coding 8 1 6 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000310260 protein_coding 7 1 6 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000369509 protein_coding 1 1 5 VANGL1 ENSG00000173218 +CDS chr1 115683944 115684076 ENST00000355485 protein_coding 7 1 6 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000369510 protein_coding 8 1 7 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000310260 protein_coding 7 1 7 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000369509 protein_coding 1 1 6 VANGL1 ENSG00000173218 +CDS chr1 115685293 115685527 ENST00000355485 protein_coding 7 1 7 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000369510 protein_coding 8 1 8 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000310260 protein_coding 7 1 8 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000369509 protein_coding 1 1 7 VANGL1 ENSG00000173218 +CDS chr1 115691119 115691376 ENST00000355485 protein_coding 7 1 8 VANGL1 ENSG00000173218 +transcript chr1 115700021 115768714 ENST00000261448 protein_coding 6 1 NA CASQ2 ENSG00000118729 +CDS chr1 115701244 115701426 ENST00000261448 protein_coding 6 1 11 CASQ2 ENSG00000118729 +CDS chr1 115702921 115702995 ENST00000261448 protein_coding 6 1 10 CASQ2 ENSG00000118729 +CDS chr1 115705192 115705292 ENST00000261448 protein_coding 6 1 9 CASQ2 ENSG00000118729 +CDS chr1 115717840 115717894 ENST00000261448 protein_coding 6 1 8 CASQ2 ENSG00000118729 +CDS chr1 115725508 115725553 ENST00000261448 protein_coding 6 1 7 CASQ2 ENSG00000118729 +CDS chr1 115726992 115727122 ENST00000261448 protein_coding 6 1 6 CASQ2 ENSG00000118729 +CDS chr1 115732901 115732974 ENST00000261448 protein_coding 6 1 5 CASQ2 ENSG00000118729 +CDS chr1 115738224 115738335 ENST00000261448 protein_coding 6 1 4 CASQ2 ENSG00000118729 +CDS chr1 115740728 115740828 ENST00000261448 protein_coding 6 1 3 CASQ2 ENSG00000118729 +CDS chr1 115744828 115744912 ENST00000261448 protein_coding 6 1 2 CASQ2 ENSG00000118729 +CDS chr1 115768308 115768541 ENST00000261448 protein_coding 6 1 1 CASQ2 ENSG00000118729 +transcript chr1 115836377 115841126 ENST00000320238 protein_coding 3 1 NA NHLH2 ENSG00000177551 +transcript chr1 115836692 115843917 ENST00000369506 protein_coding 1 NA NA NHLH2 ENSG00000177551 +CDS chr1 115837968 115838372 ENST00000320238 protein_coding 3 1 3 NHLH2 ENSG00000177551 +CDS chr1 115837968 115838372 ENST00000369506 protein_coding 1 NA 1 NHLH2 ENSG00000177551 +transcript chr1 115838052 115840741 ENST00000429731 protein_coding 1 1 NA NHLH2 ENSG00000177551 +CDS chr1 115838052 115838372 ENST00000429731 protein_coding 1 1 2 NHLH2 ENSG00000177551 +transcript chr1 115976513 116070054 ENST00000369503 protein_coding 9 1 NA SLC22A15 ENSG00000163393 +transcript chr1 115976614 116031890 ENST00000369502 protein_coding 1 2 NA SLC22A15 ENSG00000163393 +CDS chr1 115976628 115976714 ENST00000369503 protein_coding 9 1 1 SLC22A15 ENSG00000163393 +CDS chr1 115976628 115976714 ENST00000369502 protein_coding 1 2 1 SLC22A15 ENSG00000163393 +CDS chr1 115992031 115992243 ENST00000369503 protein_coding 9 1 2 SLC22A15 ENSG00000163393 +CDS chr1 115992031 115992243 ENST00000369502 protein_coding 1 2 2 SLC22A15 ENSG00000163393 +CDS chr1 116019582 116019714 ENST00000369503 protein_coding 9 1 3 SLC22A15 ENSG00000163393 +CDS chr1 116019582 116019714 ENST00000369502 protein_coding 1 2 3 SLC22A15 ENSG00000163393 +CDS chr1 116020721 116020885 ENST00000369503 protein_coding 9 1 4 SLC22A15 ENSG00000163393 +CDS chr1 116020721 116020885 ENST00000369502 protein_coding 1 2 4 SLC22A15 ENSG00000163393 +CDS chr1 116026893 116027022 ENST00000369503 protein_coding 9 1 5 SLC22A15 ENSG00000163393 +CDS chr1 116026893 116027022 ENST00000369502 protein_coding 1 2 5 SLC22A15 ENSG00000163393 +CDS chr1 116031366 116031581 ENST00000369503 protein_coding 9 1 6 SLC22A15 ENSG00000163393 +CDS chr1 116031403 116031409 ENST00000369502 protein_coding 1 2 6 SLC22A15 ENSG00000163393 +CDS chr1 116035187 116035327 ENST00000369503 protein_coding 9 1 7 SLC22A15 ENSG00000163393 +CDS chr1 116037303 116037388 ENST00000369503 protein_coding 9 1 8 SLC22A15 ENSG00000163393 +CDS chr1 116062762 116062882 ENST00000369503 protein_coding 9 1 9 SLC22A15 ENSG00000163393 +CDS chr1 116064436 116064508 ENST00000369503 protein_coding 9 1 10 SLC22A15 ENSG00000163393 +CDS chr1 116066520 116066708 ENST00000369503 protein_coding 9 1 11 SLC22A15 ENSG00000163393 +CDS chr1 116067019 116067105 ENST00000369503 protein_coding 9 1 12 SLC22A15 ENSG00000163393 +transcript chr1 116111399 116138149 ENST00000684484 protein_coding 1 NA NA MAB21L3 ENSG00000173212 +transcript chr1 116111399 116138149 ENST00000369500 protein_coding 4 2 NA MAB21L3 ENSG00000173212 +transcript chr1 116111854 116138149 ENST00000683341 protein_coding 1 NA NA MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000684484 protein_coding 1 NA 2 MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000369500 protein_coding 4 2 3 MAB21L3 ENSG00000173212 +CDS chr1 116112616 116112663 ENST00000683341 protein_coding 1 NA 2 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000684484 protein_coding 1 NA 3 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000369500 protein_coding 4 2 4 MAB21L3 ENSG00000173212 +CDS chr1 116120932 116121072 ENST00000683341 protein_coding 1 NA 3 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000684484 protein_coding 1 NA 4 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000369500 protein_coding 4 2 5 MAB21L3 ENSG00000173212 +CDS chr1 116124066 116124357 ENST00000683341 protein_coding 1 NA 4 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000684484 protein_coding 1 NA 5 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000369500 protein_coding 4 2 6 MAB21L3 ENSG00000173212 +CDS chr1 116127466 116127644 ENST00000683341 protein_coding 1 NA 5 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000684484 protein_coding 1 NA 6 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000369500 protein_coding 4 2 7 MAB21L3 ENSG00000173212 +CDS chr1 116128145 116128339 ENST00000683341 protein_coding 1 NA 6 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000684484 protein_coding 1 NA 7 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000369500 protein_coding 4 2 8 MAB21L3 ENSG00000173212 +CDS chr1 116133132 116133362 ENST00000683341 protein_coding 1 NA 7 MAB21L3 ENSG00000173212 +transcript chr1 116372668 116388155 ENST00000418797 protein_coding 5 3 NA ATP1A1 ENSG00000163399 +transcript chr1 116373244 116404774 ENST00000295598 protein_coding 10 1 NA ATP1A1 ENSG00000163399 +CDS chr1 116373512 116373523 ENST00000295598 protein_coding 10 1 1 ATP1A1 ENSG00000163399 +transcript chr1 116373867 116404772 ENST00000537345 protein_coding 5 2 NA ATP1A1 ENSG00000163399 +CDS chr1 116374230 116374241 ENST00000537345 protein_coding 5 2 1 ATP1A1 ENSG00000163399 +transcript chr1 116382411 116388663 ENST00000369494 protein_coding 5 3 NA ATP1A1 ENSG00000163399 +transcript chr1 116383370 116404772 ENST00000369496 protein_coding 8 2 NA ATP1A1 ENSG00000163399 +CDS chr1 116384014 116384124 ENST00000295598 protein_coding 10 1 2 ATP1A1 ENSG00000163399 +CDS chr1 116384014 116384124 ENST00000537345 protein_coding 5 2 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000418797 protein_coding 5 3 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000369494 protein_coding 5 3 2 ATP1A1 ENSG00000163399 +CDS chr1 116384095 116384124 ENST00000369496 protein_coding 8 2 2 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000418797 protein_coding 5 3 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000295598 protein_coding 10 1 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000537345 protein_coding 5 2 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000369494 protein_coding 5 3 3 ATP1A1 ENSG00000163399 +CDS chr1 116384783 116384842 ENST00000369496 protein_coding 8 2 3 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000418797 protein_coding 5 3 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000295598 protein_coding 10 1 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000537345 protein_coding 5 2 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000369494 protein_coding 5 3 4 ATP1A1 ENSG00000163399 +CDS chr1 116387288 116387491 ENST00000369496 protein_coding 8 2 4 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388155 ENST00000418797 protein_coding 5 3 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000295598 protein_coding 10 1 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000537345 protein_coding 5 2 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000369494 protein_coding 5 3 5 ATP1A1 ENSG00000163399 +CDS chr1 116388131 116388244 ENST00000369496 protein_coding 8 2 5 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000295598 protein_coding 10 1 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000537345 protein_coding 5 2 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388663 ENST00000369494 protein_coding 5 3 6 ATP1A1 ENSG00000163399 +CDS chr1 116388638 116388772 ENST00000369496 protein_coding 8 2 6 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000295598 protein_coding 10 1 7 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000537345 protein_coding 5 2 7 ATP1A1 ENSG00000163399 +CDS chr1 116388902 116389019 ENST00000369496 protein_coding 8 2 7 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000295598 protein_coding 10 1 8 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000537345 protein_coding 5 2 8 ATP1A1 ENSG00000163399 +CDS chr1 116389439 116389707 ENST00000369496 protein_coding 8 2 8 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000295598 protein_coding 10 1 9 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000537345 protein_coding 5 2 9 ATP1A1 ENSG00000163399 +CDS chr1 116390213 116390411 ENST00000369496 protein_coding 8 2 9 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000295598 protein_coding 10 1 10 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000537345 protein_coding 5 2 10 ATP1A1 ENSG00000163399 +CDS chr1 116390782 116390891 ENST00000369496 protein_coding 8 2 10 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000295598 protein_coding 10 1 11 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000537345 protein_coding 5 2 11 ATP1A1 ENSG00000163399 +CDS chr1 116392854 116392988 ENST00000369496 protein_coding 8 2 11 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000295598 protein_coding 10 1 12 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000537345 protein_coding 5 2 12 ATP1A1 ENSG00000163399 +CDS chr1 116393531 116393723 ENST00000369496 protein_coding 8 2 12 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000295598 protein_coding 10 1 13 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000537345 protein_coding 5 2 13 ATP1A1 ENSG00000163399 +CDS chr1 116395110 116395285 ENST00000369496 protein_coding 8 2 13 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000295598 protein_coding 10 1 14 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000537345 protein_coding 5 2 14 ATP1A1 ENSG00000163399 +CDS chr1 116396598 116396734 ENST00000369496 protein_coding 8 2 14 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000295598 protein_coding 10 1 15 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000537345 protein_coding 5 2 15 ATP1A1 ENSG00000163399 +CDS chr1 116397888 116398038 ENST00000369496 protein_coding 8 2 15 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000295598 protein_coding 10 1 16 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000537345 protein_coding 5 2 16 ATP1A1 ENSG00000163399 +CDS chr1 116398621 116398789 ENST00000369496 protein_coding 8 2 16 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000295598 protein_coding 10 1 17 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000537345 protein_coding 5 2 17 ATP1A1 ENSG00000163399 +CDS chr1 116398930 116399084 ENST00000369496 protein_coding 8 2 17 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000295598 protein_coding 10 1 18 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000537345 protein_coding 5 2 18 ATP1A1 ENSG00000163399 +CDS chr1 116399420 116399543 ENST00000369496 protein_coding 8 2 18 ATP1A1 ENSG00000163399 +transcript chr1 116399471 116410261 ENST00000440951 protein_coding 1 5 NA ATP1A1 ENSG00000163399 +CDS chr1 116399471 116399543 ENST00000440951 protein_coding 1 5 1 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000295598 protein_coding 10 1 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000537345 protein_coding 5 2 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000369496 protein_coding 8 2 19 ATP1A1 ENSG00000163399 +CDS chr1 116400861 116401006 ENST00000440951 protein_coding 1 5 2 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000295598 protein_coding 10 1 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000537345 protein_coding 5 2 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000369496 protein_coding 8 2 20 ATP1A1 ENSG00000163399 +CDS chr1 116401130 116401260 ENST00000440951 protein_coding 1 5 3 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000295598 protein_coding 10 1 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000537345 protein_coding 5 2 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000369496 protein_coding 8 2 21 ATP1A1 ENSG00000163399 +CDS chr1 116401554 116401655 ENST00000440951 protein_coding 1 5 4 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000295598 protein_coding 10 1 22 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000537345 protein_coding 5 2 22 ATP1A1 ENSG00000163399 +CDS chr1 116403884 116403975 ENST00000369496 protein_coding 8 2 22 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000295598 protein_coding 10 1 23 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000537345 protein_coding 5 2 23 ATP1A1 ENSG00000163399 +CDS chr1 116404416 116404441 ENST00000369496 protein_coding 8 2 23 ATP1A1 ENSG00000163399 +CDS chr1 116410135 116410153 ENST00000440951 protein_coding 1 5 5 ATP1A1 ENSG00000163399 +transcript chr1 116514534 116571026 ENST00000369489 protein_coding 10 1 NA CD58 ENSG00000116815 +CDS chr1 116514816 116514822 ENST00000369489 protein_coding 10 1 6 CD58 ENSG00000116815 +transcript chr1 116518700 116571026 ENST00000457047 protein_coding 6 1 NA CD58 ENSG00000116815 +CDS chr1 116519230 116519267 ENST00000457047 protein_coding 6 1 5 CD58 ENSG00000116815 +CDS chr1 116519231 116519267 ENST00000369489 protein_coding 10 1 5 CD58 ENSG00000116815 +transcript chr1 116519231 116544590 ENST00000526981 protein_coding 1 1 NA CD58 ENSG00000116815 +CDS chr1 116519231 116519267 ENST00000526981 protein_coding 1 1 3 CD58 ENSG00000116815 +transcript chr1 116521787 116571039 ENST00000369487 protein_coding 3 1 NA CD58 ENSG00000116815 +CDS chr1 116521892 116521983 ENST00000369487 protein_coding 3 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000369489 protein_coding 10 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000457047 protein_coding 6 1 4 CD58 ENSG00000116815 +CDS chr1 116521906 116521983 ENST00000526981 protein_coding 1 1 2 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000369489 protein_coding 10 1 3 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000457047 protein_coding 6 1 3 CD58 ENSG00000116815 +CDS chr1 116535965 116536228 ENST00000369487 protein_coding 3 1 3 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000369489 protein_coding 10 1 2 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000457047 protein_coding 6 1 2 CD58 ENSG00000116815 +CDS chr1 116544311 116544590 ENST00000526981 protein_coding 1 1 1 CD58 ENSG00000116815 +CDS chr1 116544311 116544604 ENST00000369487 protein_coding 3 1 2 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000369489 protein_coding 10 1 1 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000457047 protein_coding 6 1 1 CD58 ENSG00000116815 +CDS chr1 116570903 116570972 ENST00000369487 protein_coding 3 1 1 CD58 ENSG00000116815 +transcript chr1 116574399 116667755 ENST00000369483 protein_coding 5 5 NA IGSF3 ENSG00000143061 +transcript chr1 116574408 116667733 ENST00000369486 protein_coding 8 1 NA IGSF3 ENSG00000143061 +transcript chr1 116577220 116666431 ENST00000318837 protein_coding 6 2 NA IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000369486 protein_coding 8 1 11 IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000318837 protein_coding 6 2 11 IGSF3 ENSG00000143061 +CDS chr1 116577315 116577562 ENST00000369483 protein_coding 5 5 12 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000369486 protein_coding 8 1 10 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000318837 protein_coding 6 2 10 IGSF3 ENSG00000143061 +CDS chr1 116579392 116579877 ENST00000369483 protein_coding 5 5 11 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000369486 protein_coding 8 1 9 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000318837 protein_coding 6 2 9 IGSF3 ENSG00000143061 +CDS chr1 116584645 116585052 ENST00000369483 protein_coding 5 5 10 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000369486 protein_coding 8 1 8 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000318837 protein_coding 6 2 8 IGSF3 ENSG00000143061 +CDS chr1 116588694 116589104 ENST00000369483 protein_coding 5 5 9 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000369486 protein_coding 8 1 7 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000318837 protein_coding 6 2 7 IGSF3 ENSG00000143061 +CDS chr1 116599941 116600345 ENST00000369483 protein_coding 5 5 8 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000369486 protein_coding 8 1 6 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000318837 protein_coding 6 2 6 IGSF3 ENSG00000143061 +CDS chr1 116603624 116604025 ENST00000369483 protein_coding 5 5 7 IGSF3 ENSG00000143061 +CDS chr1 116606492 116606551 ENST00000318837 protein_coding 6 2 5 IGSF3 ENSG00000143061 +CDS chr1 116606492 116606551 ENST00000369483 protein_coding 5 5 6 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000369486 protein_coding 8 1 5 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000318837 protein_coding 6 2 4 IGSF3 ENSG00000143061 +CDS chr1 116607942 116608331 ENST00000369483 protein_coding 5 5 5 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000369486 protein_coding 8 1 4 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000318837 protein_coding 6 2 3 IGSF3 ENSG00000143061 +CDS chr1 116613765 116614175 ENST00000369483 protein_coding 5 5 4 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000369486 protein_coding 8 1 3 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000318837 protein_coding 6 2 2 IGSF3 ENSG00000143061 +CDS chr1 116616080 116616457 ENST00000369483 protein_coding 5 5 3 IGSF3 ENSG00000143061 +transcript chr1 116616264 116646945 ENST00000481589 protein_coding 1 5 NA IGSF3 ENSG00000143061 +CDS chr1 116616264 116616278 ENST00000481589 protein_coding 1 5 2 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000369486 protein_coding 8 1 2 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000318837 protein_coding 6 2 1 IGSF3 ENSG00000143061 +CDS chr1 116666284 116666326 ENST00000369483 protein_coding 5 5 2 IGSF3 ENSG00000143061 +transcript chr1 116754430 116769229 ENST00000369478 protein_coding 4 1 NA CD2 ENSG00000116824 +transcript chr1 116754467 116755021 ENST00000369477 protein_coding 1 2 NA CD2 ENSG00000116824 +CDS chr1 116754493 116754553 ENST00000369478 protein_coding 4 1 1 CD2 ENSG00000116824 +CDS chr1 116754493 116754553 ENST00000369477 protein_coding 1 2 1 CD2 ENSG00000116824 +CDS chr1 116754631 116754951 ENST00000369478 protein_coding 4 1 2 CD2 ENSG00000116824 +CDS chr1 116754631 116754968 ENST00000369477 protein_coding 1 2 2 CD2 ENSG00000116824 +CDS chr1 116760402 116760632 ENST00000369478 protein_coding 4 1 3 CD2 ENSG00000116824 +CDS chr1 116764484 116764606 ENST00000369478 protein_coding 4 1 4 CD2 ENSG00000116824 +CDS chr1 116768464 116768780 ENST00000369478 protein_coding 4 1 5 CD2 ENSG00000116824 +transcript chr1 116909916 116990353 ENST00000393203 protein_coding 3 1 NA PTGFRN ENSG00000134247 +CDS chr1 116910204 116910252 ENST00000393203 protein_coding 3 1 1 PTGFRN ENSG00000134247 +CDS chr1 116941715 116942083 ENST00000393203 protein_coding 3 1 2 PTGFRN ENSG00000134247 +CDS chr1 116944679 116945092 ENST00000393203 protein_coding 3 1 3 PTGFRN ENSG00000134247 +CDS chr1 116949192 116949572 ENST00000393203 protein_coding 3 1 4 PTGFRN ENSG00000134247 +CDS chr1 116961243 116961668 ENST00000393203 protein_coding 3 1 5 PTGFRN ENSG00000134247 +CDS chr1 116966911 116967330 ENST00000393203 protein_coding 3 1 6 PTGFRN ENSG00000134247 +CDS chr1 116974216 116974323 ENST00000393203 protein_coding 3 1 7 PTGFRN ENSG00000134247 +CDS chr1 116984680 116984985 ENST00000393203 protein_coding 3 1 8 PTGFRN ENSG00000134247 +CDS chr1 116986801 116986964 ENST00000393203 protein_coding 3 1 9 PTGFRN ENSG00000134247 +transcript chr1 117001750 117034250 ENST00000256652 protein_coding 8 2 NA CD101 ENSG00000134256 +transcript chr1 117001760 117036552 ENST00000682167 protein_coding 1 NA NA CD101 ENSG00000134256 +transcript chr1 117001812 117036417 ENST00000369470 protein_coding 1 1 NA CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000369470 protein_coding 1 1 1 CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000256652 protein_coding 8 2 1 CD101 ENSG00000134256 +CDS chr1 117001818 117001860 ENST00000682167 protein_coding 1 NA 1 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000369470 protein_coding 1 1 2 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000256652 protein_coding 8 2 2 CD101 ENSG00000134256 +CDS chr1 117009850 117010230 ENST00000682167 protein_coding 1 NA 2 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000369470 protein_coding 1 1 3 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000256652 protein_coding 8 2 3 CD101 ENSG00000134256 +CDS chr1 117011550 117011966 ENST00000682167 protein_coding 1 NA 3 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000369470 protein_coding 1 1 4 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000256652 protein_coding 8 2 4 CD101 ENSG00000134256 +CDS chr1 117013406 117013792 ENST00000682167 protein_coding 1 NA 4 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000369470 protein_coding 1 1 5 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000256652 protein_coding 8 2 5 CD101 ENSG00000134256 +CDS chr1 117017090 117017473 ENST00000682167 protein_coding 1 NA 5 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000369470 protein_coding 1 1 6 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000256652 protein_coding 8 2 6 CD101 ENSG00000134256 +CDS chr1 117018156 117018560 ENST00000682167 protein_coding 1 NA 6 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000369470 protein_coding 1 1 7 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000256652 protein_coding 8 2 7 CD101 ENSG00000134256 +CDS chr1 117021573 117021983 ENST00000682167 protein_coding 1 NA 7 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000369470 protein_coding 1 1 8 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000256652 protein_coding 8 2 8 CD101 ENSG00000134256 +CDS chr1 117025509 117025904 ENST00000682167 protein_coding 1 NA 8 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000369470 protein_coding 1 1 9 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000256652 protein_coding 8 2 9 CD101 ENSG00000134256 +CDS chr1 117033860 117034098 ENST00000682167 protein_coding 1 NA 9 CD101 ENSG00000134256 +transcript chr1 117060326 117107453 ENST00000369466 protein_coding 9 1 NA TTF2 ENSG00000116830 +CDS chr1 117060347 117060374 ENST00000369466 protein_coding 9 1 1 TTF2 ENSG00000116830 +CDS chr1 117060455 117060557 ENST00000369466 protein_coding 9 1 2 TTF2 ENSG00000116830 +CDS chr1 117062387 117062473 ENST00000369466 protein_coding 9 1 3 TTF2 ENSG00000116830 +CDS chr1 117073661 117073727 ENST00000369466 protein_coding 9 1 4 TTF2 ENSG00000116830 +CDS chr1 117074870 117075859 ENST00000369466 protein_coding 9 1 5 TTF2 ENSG00000116830 +CDS chr1 117076180 117076294 ENST00000369466 protein_coding 9 1 6 TTF2 ENSG00000116830 +CDS chr1 117076641 117076823 ENST00000369466 protein_coding 9 1 7 TTF2 ENSG00000116830 +CDS chr1 117077916 117078043 ENST00000369466 protein_coding 9 1 8 TTF2 ENSG00000116830 +CDS chr1 117079568 117079649 ENST00000369466 protein_coding 9 1 9 TTF2 ENSG00000116830 +CDS chr1 117081828 117081947 ENST00000369466 protein_coding 9 1 10 TTF2 ENSG00000116830 +CDS chr1 117084018 117084168 ENST00000369466 protein_coding 9 1 11 TTF2 ENSG00000116830 +CDS chr1 117086417 117086522 ENST00000369466 protein_coding 9 1 12 TTF2 ENSG00000116830 +CDS chr1 117088801 117088982 ENST00000369466 protein_coding 9 1 13 TTF2 ENSG00000116830 +CDS chr1 117090055 117090208 ENST00000369466 protein_coding 9 1 14 TTF2 ENSG00000116830 +CDS chr1 117090532 117090623 ENST00000369466 protein_coding 9 1 15 TTF2 ENSG00000116830 +CDS chr1 117091328 117091410 ENST00000369466 protein_coding 9 1 16 TTF2 ENSG00000116830 +CDS chr1 117091817 117091950 ENST00000369466 protein_coding 9 1 17 TTF2 ENSG00000116830 +CDS chr1 117092731 117092901 ENST00000369466 protein_coding 9 1 18 TTF2 ENSG00000116830 +CDS chr1 117095309 117095367 ENST00000369466 protein_coding 9 1 19 TTF2 ENSG00000116830 +CDS chr1 117096149 117096299 ENST00000369466 protein_coding 9 1 20 TTF2 ENSG00000116830 +transcript chr1 117096171 117102362 ENST00000427271 protein_coding 1 3 NA TTF2 ENSG00000116830 +CDS chr1 117096171 117096299 ENST00000427271 protein_coding 1 3 1 TTF2 ENSG00000116830 +CDS chr1 117097351 117097433 ENST00000369466 protein_coding 9 1 21 TTF2 ENSG00000116830 +CDS chr1 117097351 117097433 ENST00000427271 protein_coding 1 3 2 TTF2 ENSG00000116830 +CDS chr1 117098833 117098907 ENST00000369466 protein_coding 9 1 22 TTF2 ENSG00000116830 +CDS chr1 117098833 117098907 ENST00000427271 protein_coding 1 3 3 TTF2 ENSG00000116830 +CDS chr1 117101380 117101521 ENST00000369466 protein_coding 9 1 23 TTF2 ENSG00000116830 +CDS chr1 117101380 117101521 ENST00000427271 protein_coding 1 3 4 TTF2 ENSG00000116830 +transcript chr1 117111060 117121749 ENST00000256649 protein_coding 9 1 NA TRIM45 ENSG00000134253 +transcript chr1 117111060 117121762 ENST00000369464 protein_coding 7 1 NA TRIM45 ENSG00000134253 +transcript chr1 117112185 117122587 ENST00000369461 protein_coding 3 5 NA TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000256649 protein_coding 9 1 6 TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000369464 protein_coding 7 1 6 TRIM45 ENSG00000134253 +CDS chr1 117112308 117112453 ENST00000369461 protein_coding 3 5 7 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000256649 protein_coding 9 1 5 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000369464 protein_coding 7 1 5 TRIM45 ENSG00000134253 +CDS chr1 117113359 117113485 ENST00000369461 protein_coding 3 5 6 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000256649 protein_coding 9 1 4 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000369464 protein_coding 7 1 4 TRIM45 ENSG00000134253 +CDS chr1 117115575 117115689 ENST00000369461 protein_coding 3 5 5 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000256649 protein_coding 9 1 3 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000369464 protein_coding 7 1 3 TRIM45 ENSG00000134253 +CDS chr1 117116616 117116745 ENST00000369461 protein_coding 3 5 4 TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000256649 protein_coding 9 1 2 TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000369461 protein_coding 3 5 3 TRIM45 ENSG00000134253 +transcript chr1 117118034 117121792 ENST00000485032 protein_coding 1 2 NA TRIM45 ENSG00000134253 +CDS chr1 117118034 117118767 ENST00000485032 protein_coding 1 2 3 TRIM45 ENSG00000134253 +CDS chr1 117118088 117118767 ENST00000369464 protein_coding 7 1 2 TRIM45 ENSG00000134253 +CDS chr1 117120714 117121201 ENST00000256649 protein_coding 9 1 1 TRIM45 ENSG00000134253 +CDS chr1 117120714 117121201 ENST00000369464 protein_coding 7 1 1 TRIM45 ENSG00000134253 +CDS chr1 117120714 117120964 ENST00000369461 protein_coding 3 5 2 TRIM45 ENSG00000134253 +CDS chr1 117120714 117120889 ENST00000485032 protein_coding 1 2 2 TRIM45 ENSG00000134253 +CDS chr1 117121799 117121864 ENST00000369461 protein_coding 3 5 1 TRIM45 ENSG00000134253 +transcript chr1 117143587 117173266 ENST00000359008 protein_coding 8 5 NA VTCN1 ENSG00000134258 +transcript chr1 117143587 117210927 ENST00000369458 protein_coding 8 1 NA VTCN1 ENSG00000134258 +transcript chr1 117143588 117203836 ENST00000539893 protein_coding 5 2 NA VTCN1 ENSG00000134258 +transcript chr1 117143588 117210960 ENST00000328189 protein_coding 7 5 NA VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000359008 protein_coding 8 5 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000369458 protein_coding 8 1 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000539893 protein_coding 5 2 5 VTCN1 ENSG00000134258 +CDS chr1 117147661 117147782 ENST00000328189 protein_coding 7 5 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000359008 protein_coding 8 5 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000369458 protein_coding 8 1 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000539893 protein_coding 5 2 4 VTCN1 ENSG00000134258 +CDS chr1 117153091 117153369 ENST00000328189 protein_coding 7 5 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156921 ENST00000359008 protein_coding 8 5 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156921 ENST00000369458 protein_coding 8 1 3 VTCN1 ENSG00000134258 +CDS chr1 117156574 117156733 ENST00000539893 protein_coding 5 2 3 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000359008 protein_coding 8 5 2 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000369458 protein_coding 8 1 2 VTCN1 ENSG00000134258 +CDS chr1 117170107 117170171 ENST00000328189 protein_coding 7 5 2 VTCN1 ENSG00000134258 +CDS chr1 117173187 117173227 ENST00000359008 protein_coding 8 5 1 VTCN1 ENSG00000134258 +CDS chr1 117210824 117210855 ENST00000369458 protein_coding 8 1 1 VTCN1 ENSG00000134258 +CDS chr1 117210824 117210855 ENST00000328189 protein_coding 7 5 1 VTCN1 ENSG00000134258 +transcript chr1 117367449 117528872 ENST00000356554 protein_coding 7 1 NA MAN1A2 ENSG00000198162 +CDS chr1 117368184 117368485 ENST00000356554 protein_coding 7 1 1 MAN1A2 ENSG00000198162 +CDS chr1 117402186 117402441 ENST00000356554 protein_coding 7 1 2 MAN1A2 ENSG00000198162 +CDS chr1 117405549 117405645 ENST00000356554 protein_coding 7 1 3 MAN1A2 ENSG00000198162 +CDS chr1 117414713 117414831 ENST00000356554 protein_coding 7 1 4 MAN1A2 ENSG00000198162 +CDS chr1 117420569 117420649 ENST00000356554 protein_coding 7 1 5 MAN1A2 ENSG00000198162 +transcript chr1 117420597 117515939 ENST00000449370 protein_coding 6 2 NA MAN1A2 ENSG00000198162 +CDS chr1 117420597 117420649 ENST00000449370 protein_coding 6 2 1 MAN1A2 ENSG00000198162 +CDS chr1 117442231 117442325 ENST00000356554 protein_coding 7 1 6 MAN1A2 ENSG00000198162 +CDS chr1 117442231 117442325 ENST00000449370 protein_coding 6 2 2 MAN1A2 ENSG00000198162 +CDS chr1 117460489 117460612 ENST00000356554 protein_coding 7 1 7 MAN1A2 ENSG00000198162 +CDS chr1 117460489 117460612 ENST00000449370 protein_coding 6 2 3 MAN1A2 ENSG00000198162 +CDS chr1 117466334 117466427 ENST00000356554 protein_coding 7 1 8 MAN1A2 ENSG00000198162 +CDS chr1 117466334 117466427 ENST00000449370 protein_coding 6 2 4 MAN1A2 ENSG00000198162 +CDS chr1 117493147 117493262 ENST00000356554 protein_coding 7 1 9 MAN1A2 ENSG00000198162 +CDS chr1 117493147 117493262 ENST00000449370 protein_coding 6 2 5 MAN1A2 ENSG00000198162 +CDS chr1 117496763 117496982 ENST00000356554 protein_coding 7 1 10 MAN1A2 ENSG00000198162 +CDS chr1 117496763 117496982 ENST00000449370 protein_coding 6 2 6 MAN1A2 ENSG00000198162 +transcript chr1 117496780 117523322 ENST00000421535 protein_coding 5 3 NA MAN1A2 ENSG00000198162 +CDS chr1 117496780 117496982 ENST00000421535 protein_coding 5 3 1 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000356554 protein_coding 7 1 11 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000449370 protein_coding 6 2 7 MAN1A2 ENSG00000198162 +CDS chr1 117499382 117499554 ENST00000421535 protein_coding 5 3 2 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000356554 protein_coding 7 1 12 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000449370 protein_coding 6 2 8 MAN1A2 ENSG00000198162 +CDS chr1 117502855 117502970 ENST00000421535 protein_coding 5 3 3 MAN1A2 ENSG00000198162 +transcript chr1 117502861 117525352 ENST00000422329 protein_coding 1 2 NA MAN1A2 ENSG00000198162 +CDS chr1 117502861 117502970 ENST00000422329 protein_coding 1 2 1 MAN1A2 ENSG00000198162 +CDS chr1 117514849 117514849 ENST00000449370 protein_coding 6 2 9 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522954 ENST00000356554 protein_coding 7 1 13 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522937 ENST00000421535 protein_coding 5 3 4 MAN1A2 ENSG00000198162 +CDS chr1 117522825 117522937 ENST00000422329 protein_coding 1 2 2 MAN1A2 ENSG00000198162 +CDS chr1 117523250 117523254 ENST00000421535 protein_coding 5 3 5 MAN1A2 ENSG00000198162 +CDS chr1 117525089 117525156 ENST00000422329 protein_coding 1 2 3 MAN1A2 ENSG00000198162 +transcript chr1 117606048 117628389 ENST00000369448 protein_coding 4 1 NA TENT5C ENSG00000183508 +CDS chr1 117622869 117624041 ENST00000369448 protein_coding 4 1 2 TENT5C ENSG00000183508 +transcript chr1 117863485 117929621 ENST00000369443 protein_coding 10 2 NA GDAP2 ENSG00000196505 +CDS chr1 117870572 117870616 ENST00000369443 protein_coding 10 2 14 GDAP2 ENSG00000196505 +transcript chr1 117877222 117929583 ENST00000369442 protein_coding 3 1 NA GDAP2 ENSG00000196505 +CDS chr1 117877967 117878152 ENST00000369442 protein_coding 3 1 13 GDAP2 ENSG00000196505 +CDS chr1 117878009 117878152 ENST00000369443 protein_coding 10 2 13 GDAP2 ENSG00000196505 +CDS chr1 117881823 117881877 ENST00000369443 protein_coding 10 2 12 GDAP2 ENSG00000196505 +CDS chr1 117881823 117881877 ENST00000369442 protein_coding 3 1 12 GDAP2 ENSG00000196505 +CDS chr1 117883488 117883627 ENST00000369443 protein_coding 10 2 11 GDAP2 ENSG00000196505 +CDS chr1 117883488 117883627 ENST00000369442 protein_coding 3 1 11 GDAP2 ENSG00000196505 +CDS chr1 117886577 117886653 ENST00000369443 protein_coding 10 2 10 GDAP2 ENSG00000196505 +CDS chr1 117886577 117886653 ENST00000369442 protein_coding 3 1 10 GDAP2 ENSG00000196505 +CDS chr1 117887698 117887774 ENST00000369443 protein_coding 10 2 9 GDAP2 ENSG00000196505 +CDS chr1 117887698 117887774 ENST00000369442 protein_coding 3 1 9 GDAP2 ENSG00000196505 +CDS chr1 117896833 117896989 ENST00000369443 protein_coding 10 2 8 GDAP2 ENSG00000196505 +CDS chr1 117896833 117896989 ENST00000369442 protein_coding 3 1 8 GDAP2 ENSG00000196505 +CDS chr1 117899057 117899216 ENST00000369443 protein_coding 10 2 7 GDAP2 ENSG00000196505 +CDS chr1 117899057 117899216 ENST00000369442 protein_coding 3 1 7 GDAP2 ENSG00000196505 +CDS chr1 117906506 117906582 ENST00000369443 protein_coding 10 2 6 GDAP2 ENSG00000196505 +CDS chr1 117906506 117906582 ENST00000369442 protein_coding 3 1 6 GDAP2 ENSG00000196505 +CDS chr1 117911994 117912082 ENST00000369443 protein_coding 10 2 5 GDAP2 ENSG00000196505 +CDS chr1 117911994 117912082 ENST00000369442 protein_coding 3 1 5 GDAP2 ENSG00000196505 +CDS chr1 117912530 117912683 ENST00000369443 protein_coding 10 2 4 GDAP2 ENSG00000196505 +CDS chr1 117912530 117912683 ENST00000369442 protein_coding 3 1 4 GDAP2 ENSG00000196505 +CDS chr1 117918597 117918736 ENST00000369443 protein_coding 10 2 3 GDAP2 ENSG00000196505 +CDS chr1 117918597 117918736 ENST00000369442 protein_coding 3 1 3 GDAP2 ENSG00000196505 +CDS chr1 117920182 117920357 ENST00000369443 protein_coding 10 2 2 GDAP2 ENSG00000196505 +CDS chr1 117920182 117920357 ENST00000369442 protein_coding 3 1 2 GDAP2 ENSG00000196505 +transcript chr1 117929720 117941788 ENST00000369441 protein_coding 7 1 NA WDR3 ENSG00000065183 +transcript chr1 117929739 117966543 ENST00000349139 protein_coding 6 1 NA WDR3 ENSG00000065183 +CDS chr1 117933320 117933490 ENST00000349139 protein_coding 6 1 2 WDR3 ENSG00000065183 +CDS chr1 117933320 117933389 ENST00000369441 protein_coding 7 1 2 WDR3 ENSG00000065183 +CDS chr1 117933630 117933679 ENST00000369441 protein_coding 7 1 3 WDR3 ENSG00000065183 +CDS chr1 117934473 117934682 ENST00000349139 protein_coding 6 1 3 WDR3 ENSG00000065183 +CDS chr1 117936769 117936887 ENST00000349139 protein_coding 6 1 4 WDR3 ENSG00000065183 +CDS chr1 117938480 117938558 ENST00000349139 protein_coding 6 1 5 WDR3 ENSG00000065183 +CDS chr1 117939477 117939572 ENST00000349139 protein_coding 6 1 6 WDR3 ENSG00000065183 +CDS chr1 117940827 117940940 ENST00000349139 protein_coding 6 1 7 WDR3 ENSG00000065183 +CDS chr1 117941124 117941225 ENST00000349139 protein_coding 6 1 8 WDR3 ENSG00000065183 +CDS chr1 117941750 117941847 ENST00000349139 protein_coding 6 1 9 WDR3 ENSG00000065183 +CDS chr1 117942437 117942544 ENST00000349139 protein_coding 6 1 10 WDR3 ENSG00000065183 +CDS chr1 117943396 117943626 ENST00000349139 protein_coding 6 1 11 WDR3 ENSG00000065183 +CDS chr1 117946086 117946179 ENST00000349139 protein_coding 6 1 12 WDR3 ENSG00000065183 +CDS chr1 117948405 117948506 ENST00000349139 protein_coding 6 1 13 WDR3 ENSG00000065183 +CDS chr1 117949751 117949836 ENST00000349139 protein_coding 6 1 14 WDR3 ENSG00000065183 +CDS chr1 117949995 117950130 ENST00000349139 protein_coding 6 1 15 WDR3 ENSG00000065183 +CDS chr1 117950834 117950890 ENST00000349139 protein_coding 6 1 16 WDR3 ENSG00000065183 +CDS chr1 117951976 117952076 ENST00000349139 protein_coding 6 1 17 WDR3 ENSG00000065183 +CDS chr1 117952297 117952408 ENST00000349139 protein_coding 6 1 18 WDR3 ENSG00000065183 +CDS chr1 117952528 117952662 ENST00000349139 protein_coding 6 1 19 WDR3 ENSG00000065183 +CDS chr1 117952946 117952996 ENST00000349139 protein_coding 6 1 20 WDR3 ENSG00000065183 +CDS chr1 117953476 117953541 ENST00000349139 protein_coding 6 1 21 WDR3 ENSG00000065183 +transcript chr1 117953590 118185228 ENST00000336338 protein_coding 10 1 NA SPAG17 ENSG00000155761 +CDS chr1 117954007 117954099 ENST00000349139 protein_coding 6 1 22 WDR3 ENSG00000065183 +CDS chr1 117954580 117954627 ENST00000349139 protein_coding 6 1 23 WDR3 ENSG00000065183 +CDS chr1 117955315 117955358 ENST00000349139 protein_coding 6 1 24 WDR3 ENSG00000065183 +CDS chr1 117957068 117957196 ENST00000349139 protein_coding 6 1 25 WDR3 ENSG00000065183 +CDS chr1 117958910 117959003 ENST00000349139 protein_coding 6 1 26 WDR3 ENSG00000065183 +CDS chr1 117959292 117959444 ENST00000349139 protein_coding 6 1 27 WDR3 ENSG00000065183 +CDS chr1 117963802 117963938 ENST00000336338 protein_coding 10 1 48 SPAG17 ENSG00000155761 +transcript chr1 117965097 118008070 ENST00000437255 protein_coding 1 2 NA SPAG17 ENSG00000155761 +CDS chr1 117966601 117966753 ENST00000437255 protein_coding 1 2 17 SPAG17 ENSG00000155761 +CDS chr1 117966609 117966753 ENST00000336338 protein_coding 10 1 47 SPAG17 ENSG00000155761 +CDS chr1 117970056 117970116 ENST00000336338 protein_coding 10 1 46 SPAG17 ENSG00000155761 +CDS chr1 117970056 117970116 ENST00000437255 protein_coding 1 2 16 SPAG17 ENSG00000155761 +CDS chr1 117971863 117972047 ENST00000336338 protein_coding 10 1 45 SPAG17 ENSG00000155761 +CDS chr1 117971863 117972047 ENST00000437255 protein_coding 1 2 15 SPAG17 ENSG00000155761 +CDS chr1 117973425 117973561 ENST00000336338 protein_coding 10 1 44 SPAG17 ENSG00000155761 +CDS chr1 117973425 117973561 ENST00000437255 protein_coding 1 2 14 SPAG17 ENSG00000155761 +CDS chr1 117981270 117981401 ENST00000336338 protein_coding 10 1 43 SPAG17 ENSG00000155761 +CDS chr1 117981270 117981401 ENST00000437255 protein_coding 1 2 13 SPAG17 ENSG00000155761 +CDS chr1 117983811 117983913 ENST00000336338 protein_coding 10 1 42 SPAG17 ENSG00000155761 +CDS chr1 117983811 117983913 ENST00000437255 protein_coding 1 2 12 SPAG17 ENSG00000155761 +CDS chr1 117984683 117984782 ENST00000336338 protein_coding 10 1 41 SPAG17 ENSG00000155761 +CDS chr1 117984683 117984782 ENST00000437255 protein_coding 1 2 11 SPAG17 ENSG00000155761 +CDS chr1 117987834 117987881 ENST00000336338 protein_coding 10 1 40 SPAG17 ENSG00000155761 +CDS chr1 117987834 117987881 ENST00000437255 protein_coding 1 2 10 SPAG17 ENSG00000155761 +CDS chr1 117988105 117988204 ENST00000336338 protein_coding 10 1 39 SPAG17 ENSG00000155761 +CDS chr1 117988105 117988204 ENST00000437255 protein_coding 1 2 9 SPAG17 ENSG00000155761 +CDS chr1 117990861 117990906 ENST00000336338 protein_coding 10 1 38 SPAG17 ENSG00000155761 +CDS chr1 117990861 117990906 ENST00000437255 protein_coding 1 2 8 SPAG17 ENSG00000155761 +CDS chr1 117991415 117991528 ENST00000336338 protein_coding 10 1 37 SPAG17 ENSG00000155761 +CDS chr1 117991415 117991528 ENST00000437255 protein_coding 1 2 7 SPAG17 ENSG00000155761 +CDS chr1 117992466 117992648 ENST00000336338 protein_coding 10 1 36 SPAG17 ENSG00000155761 +CDS chr1 117992466 117992648 ENST00000437255 protein_coding 1 2 6 SPAG17 ENSG00000155761 +CDS chr1 117994406 117994530 ENST00000336338 protein_coding 10 1 35 SPAG17 ENSG00000155761 +CDS chr1 117994406 117994530 ENST00000437255 protein_coding 1 2 5 SPAG17 ENSG00000155761 +CDS chr1 117996370 117996500 ENST00000336338 protein_coding 10 1 34 SPAG17 ENSG00000155761 +CDS chr1 117996370 117996500 ENST00000437255 protein_coding 1 2 4 SPAG17 ENSG00000155761 +CDS chr1 117996598 117996743 ENST00000336338 protein_coding 10 1 33 SPAG17 ENSG00000155761 +CDS chr1 117996598 117996743 ENST00000437255 protein_coding 1 2 3 SPAG17 ENSG00000155761 +CDS chr1 118005414 118005602 ENST00000336338 protein_coding 10 1 32 SPAG17 ENSG00000155761 +CDS chr1 118005414 118005602 ENST00000437255 protein_coding 1 2 2 SPAG17 ENSG00000155761 +CDS chr1 118008044 118008198 ENST00000336338 protein_coding 10 1 31 SPAG17 ENSG00000155761 +CDS chr1 118008044 118008070 ENST00000437255 protein_coding 1 2 1 SPAG17 ENSG00000155761 +CDS chr1 118012228 118012372 ENST00000336338 protein_coding 10 1 30 SPAG17 ENSG00000155761 +CDS chr1 118015965 118016182 ENST00000336338 protein_coding 10 1 29 SPAG17 ENSG00000155761 +CDS chr1 118023304 118023463 ENST00000336338 protein_coding 10 1 28 SPAG17 ENSG00000155761 +CDS chr1 118025238 118025416 ENST00000336338 protein_coding 10 1 27 SPAG17 ENSG00000155761 +CDS chr1 118028274 118028394 ENST00000336338 protein_coding 10 1 26 SPAG17 ENSG00000155761 +CDS chr1 118031692 118031867 ENST00000336338 protein_coding 10 1 25 SPAG17 ENSG00000155761 +CDS chr1 118036770 118036883 ENST00000336338 protein_coding 10 1 24 SPAG17 ENSG00000155761 +CDS chr1 118039292 118039444 ENST00000336338 protein_coding 10 1 23 SPAG17 ENSG00000155761 +CDS chr1 118040730 118040841 ENST00000336338 protein_coding 10 1 22 SPAG17 ENSG00000155761 +CDS chr1 118041803 118042042 ENST00000336338 protein_coding 10 1 21 SPAG17 ENSG00000155761 +CDS chr1 118054002 118054093 ENST00000336338 protein_coding 10 1 20 SPAG17 ENSG00000155761 +CDS chr1 118055733 118055914 ENST00000336338 protein_coding 10 1 19 SPAG17 ENSG00000155761 +CDS chr1 118066745 118066899 ENST00000336338 protein_coding 10 1 18 SPAG17 ENSG00000155761 +CDS chr1 118073854 118073967 ENST00000336338 protein_coding 10 1 17 SPAG17 ENSG00000155761 +CDS chr1 118074539 118074600 ENST00000336338 protein_coding 10 1 16 SPAG17 ENSG00000155761 +CDS chr1 118081101 118081319 ENST00000336338 protein_coding 10 1 15 SPAG17 ENSG00000155761 +CDS chr1 118081415 118081642 ENST00000336338 protein_coding 10 1 14 SPAG17 ENSG00000155761 +CDS chr1 118085922 118086072 ENST00000336338 protein_coding 10 1 13 SPAG17 ENSG00000155761 +CDS chr1 118086671 118086784 ENST00000336338 protein_coding 10 1 12 SPAG17 ENSG00000155761 +CDS chr1 118086871 118087008 ENST00000336338 protein_coding 10 1 11 SPAG17 ENSG00000155761 +CDS chr1 118091606 118091718 ENST00000336338 protein_coding 10 1 10 SPAG17 ENSG00000155761 +CDS chr1 118091930 118092002 ENST00000336338 protein_coding 10 1 9 SPAG17 ENSG00000155761 +CDS chr1 118093156 118093317 ENST00000336338 protein_coding 10 1 8 SPAG17 ENSG00000155761 +CDS chr1 118097670 118097851 ENST00000336338 protein_coding 10 1 7 SPAG17 ENSG00000155761 +CDS chr1 118099606 118099800 ENST00000336338 protein_coding 10 1 6 SPAG17 ENSG00000155761 +CDS chr1 118101740 118101926 ENST00000336338 protein_coding 10 1 5 SPAG17 ENSG00000155761 +CDS chr1 118115310 118115441 ENST00000336338 protein_coding 10 1 4 SPAG17 ENSG00000155761 +CDS chr1 118150543 118150629 ENST00000336338 protein_coding 10 1 3 SPAG17 ENSG00000155761 +CDS chr1 118151229 118151369 ENST00000336338 protein_coding 10 1 2 SPAG17 ENSG00000155761 +CDS chr1 118185071 118185157 ENST00000336338 protein_coding 10 1 1 SPAG17 ENSG00000155761 +transcript chr1 118883046 118989556 ENST00000207157 protein_coding 7 1 NA TBX15 ENSG00000092607 +transcript chr1 118883047 118914125 ENST00000449873 protein_coding 5 5 NA TBX15 ENSG00000092607 +transcript chr1 118883047 118988343 ENST00000369429 protein_coding 5 5 NA TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000207157 protein_coding 7 1 8 TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000449873 protein_coding 5 5 4 TBX15 ENSG00000092607 +CDS chr1 118884735 118885516 ENST00000369429 protein_coding 5 5 8 TBX15 ENSG00000092607 +CDS chr1 118890867 118890965 ENST00000449873 protein_coding 5 5 3 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000207157 protein_coding 7 1 7 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000449873 protein_coding 5 5 2 TBX15 ENSG00000092607 +CDS chr1 118899028 118899125 ENST00000369429 protein_coding 5 5 7 TBX15 ENSG00000092607 +CDS chr1 118914115 118914179 ENST00000207157 protein_coding 7 1 6 TBX15 ENSG00000092607 +CDS chr1 118914115 118914125 ENST00000449873 protein_coding 5 5 1 TBX15 ENSG00000092607 +CDS chr1 118914115 118914179 ENST00000369429 protein_coding 5 5 6 TBX15 ENSG00000092607 +CDS chr1 118923436 118923603 ENST00000207157 protein_coding 7 1 5 TBX15 ENSG00000092607 +CDS chr1 118923436 118923603 ENST00000369429 protein_coding 5 5 5 TBX15 ENSG00000092607 +CDS chr1 118924646 118924817 ENST00000207157 protein_coding 7 1 4 TBX15 ENSG00000092607 +CDS chr1 118924646 118924817 ENST00000369429 protein_coding 5 5 4 TBX15 ENSG00000092607 +CDS chr1 118926510 118926611 ENST00000207157 protein_coding 7 1 3 TBX15 ENSG00000092607 +CDS chr1 118926510 118926611 ENST00000369429 protein_coding 5 5 3 TBX15 ENSG00000092607 +CDS chr1 118931619 118931719 ENST00000207157 protein_coding 7 1 2 TBX15 ENSG00000092607 +CDS chr1 118931619 118931832 ENST00000369429 protein_coding 5 5 2 TBX15 ENSG00000092607 +CDS chr1 118987591 118987795 ENST00000369429 protein_coding 5 5 1 TBX15 ENSG00000092607 +transcript chr1 119031216 119140648 ENST00000369426 protein_coding 9 1 NA WARS2 ENSG00000116874 +transcript chr1 119031216 119140653 ENST00000235521 protein_coding 5 1 NA WARS2 ENSG00000116874 +CDS chr1 119032914 119033359 ENST00000235521 protein_coding 5 1 6 WARS2 ENSG00000116874 +CDS chr1 119033363 119033388 ENST00000369426 protein_coding 9 1 6 WARS2 ENSG00000116874 +CDS chr1 119034095 119034213 ENST00000369426 protein_coding 9 1 5 WARS2 ENSG00000116874 +CDS chr1 119034095 119034213 ENST00000235521 protein_coding 5 1 5 WARS2 ENSG00000116874 +CDS chr1 119042264 119042349 ENST00000369426 protein_coding 9 1 4 WARS2 ENSG00000116874 +CDS chr1 119042264 119042349 ENST00000235521 protein_coding 5 1 4 WARS2 ENSG00000116874 +CDS chr1 119045582 119045662 ENST00000369426 protein_coding 9 1 3 WARS2 ENSG00000116874 +CDS chr1 119045582 119045662 ENST00000235521 protein_coding 5 1 3 WARS2 ENSG00000116874 +CDS chr1 119076350 119076607 ENST00000369426 protein_coding 9 1 2 WARS2 ENSG00000116874 +CDS chr1 119076350 119076607 ENST00000235521 protein_coding 5 1 2 WARS2 ENSG00000116874 +CDS chr1 119140555 119140644 ENST00000369426 protein_coding 9 1 1 WARS2 ENSG00000116874 +CDS chr1 119140555 119140644 ENST00000235521 protein_coding 5 1 1 WARS2 ENSG00000116874 +transcript chr1 119368779 119386694 ENST00000457318 protein_coding 5 3 NA HAO2 ENSG00000116882 +transcript chr1 119368779 119394128 ENST00000622548 protein_coding 4 1 NA HAO2 ENSG00000116882 +transcript chr1 119368785 119394130 ENST00000325945 protein_coding 4 1 NA HAO2 ENSG00000116882 +transcript chr1 119368809 119394130 ENST00000361035 protein_coding 8 1 NA HAO2 ENSG00000116882 +CDS chr1 119380693 119380723 ENST00000361035 protein_coding 8 1 2 HAO2 ENSG00000116882 +CDS chr1 119381078 119381216 ENST00000361035 protein_coding 8 1 3 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000457318 protein_coding 5 3 2 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000325945 protein_coding 4 1 2 HAO2 ENSG00000116882 +CDS chr1 119381086 119381216 ENST00000622548 protein_coding 4 1 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000457318 protein_coding 5 3 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000361035 protein_coding 8 1 4 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000325945 protein_coding 4 1 3 HAO2 ENSG00000116882 +CDS chr1 119382915 119383066 ENST00000622548 protein_coding 4 1 4 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000361035 protein_coding 8 1 5 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000325945 protein_coding 4 1 4 HAO2 ENSG00000116882 +CDS chr1 119384776 119385053 ENST00000622548 protein_coding 4 1 5 HAO2 ENSG00000116882 +CDS chr1 119384851 119385053 ENST00000457318 protein_coding 5 3 4 HAO2 ENSG00000116882 +CDS chr1 119386622 119386694 ENST00000457318 protein_coding 5 3 5 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000361035 protein_coding 8 1 6 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000325945 protein_coding 4 1 5 HAO2 ENSG00000116882 +CDS chr1 119386622 119386831 ENST00000622548 protein_coding 4 1 6 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000361035 protein_coding 8 1 7 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000325945 protein_coding 4 1 6 HAO2 ENSG00000116882 +CDS chr1 119392110 119392268 ENST00000622548 protein_coding 4 1 7 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000361035 protein_coding 8 1 8 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000325945 protein_coding 4 1 7 HAO2 ENSG00000116882 +CDS chr1 119392618 119392687 ENST00000622548 protein_coding 4 1 8 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000361035 protein_coding 8 1 9 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000325945 protein_coding 4 1 8 HAO2 ENSG00000116882 +CDS chr1 119393785 119393837 ENST00000622548 protein_coding 4 1 9 HAO2 ENSG00000116882 +transcript chr1 119414931 119423035 ENST00000543831 protein_coding 5 3 NA HSD3B2 ENSG00000203859 +transcript chr1 119415050 119422088 ENST00000433745 protein_coding 5 3 NA HSD3B2 ENSG00000203859 +transcript chr1 119415150 119423034 ENST00000369416 protein_coding 4 1 NA HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000433745 protein_coding 5 3 2 HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000369416 protein_coding 4 1 2 HSD3B2 ENSG00000203859 +CDS chr1 119415420 119415561 ENST00000543831 protein_coding 5 3 2 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000433745 protein_coding 5 3 3 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000369416 protein_coding 4 1 3 HSD3B2 ENSG00000203859 +CDS chr1 119419418 119419582 ENST00000543831 protein_coding 5 3 3 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422088 ENST00000433745 protein_coding 5 3 4 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422617 ENST00000369416 protein_coding 4 1 4 HSD3B2 ENSG00000203859 +CDS chr1 119421809 119422617 ENST00000543831 protein_coding 5 3 4 HSD3B2 ENSG00000203859 +transcript chr1 119507198 119511602 ENST00000531340 protein_coding 5 3 NA HSD3B1 ENSG00000203857 +transcript chr1 119507210 119515054 ENST00000369413 protein_coding 8 1 NA HSD3B1 ENSG00000203857 +transcript chr1 119507318 119514800 ENST00000528909 protein_coding 1 1 NA HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000531340 protein_coding 5 3 2 HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000369413 protein_coding 8 1 2 HSD3B1 ENSG00000203857 +CDS chr1 119507477 119507621 ENST00000528909 protein_coding 1 1 1 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511602 ENST00000531340 protein_coding 5 3 3 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511667 ENST00000369413 protein_coding 8 1 3 HSD3B1 ENSG00000203857 +CDS chr1 119511503 119511667 ENST00000528909 protein_coding 1 1 2 HSD3B1 ENSG00000203857 +CDS chr1 119513834 119514642 ENST00000369413 protein_coding 8 1 4 HSD3B1 ENSG00000203857 +CDS chr1 119513834 119514642 ENST00000528909 protein_coding 1 1 3 HSD3B1 ENSG00000203857 +transcript chr1 119619377 119648266 ENST00000421812 protein_coding 3 3 NA ZNF697 ENSG00000143067 +CDS chr1 119622708 119624116 ENST00000421812 protein_coding 3 3 3 ZNF697 ENSG00000143067 +CDS chr1 119625875 119626100 ENST00000421812 protein_coding 3 3 2 ZNF697 ENSG00000143067 +transcript chr1 119648411 119744190 ENST00000641597 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119659798 119734676 ENST00000493622 protein_coding 5 5 NA PHGDH ENSG00000092621 +transcript chr1 119708555 119721247 ENST00000641720 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711884 119744094 ENST00000641947 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711886 119744212 ENST00000641074 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711898 119744215 ENST00000641115 protein_coding 1 NA NA PHGDH ENSG00000092621 +transcript chr1 119711934 119744212 ENST00000369409 protein_coding 9 1 NA PHGDH ENSG00000092621 +transcript chr1 119711934 119744215 ENST00000641023 protein_coding 2 NA NA PHGDH ENSG00000092621 +transcript chr1 119711983 119735435 ENST00000641272 protein_coding 1 NA NA PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641597 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641720 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641947 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641074 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641115 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000369409 protein_coding 9 1 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641023 protein_coding 2 NA 1 PHGDH ENSG00000092621 +CDS chr1 119712023 119712160 ENST00000641272 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641597 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119721170 119721247 ENST00000641720 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641947 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641074 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641115 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000369409 protein_coding 9 1 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641023 protein_coding 2 NA 2 PHGDH ENSG00000092621 +CDS chr1 119721170 119721321 ENST00000641272 protein_coding 1 NA 2 PHGDH ENSG00000092621 +transcript chr1 119721276 119744215 ENST00000641811 protein_coding 1 NA NA PHGDH ENSG00000092621 +CDS chr1 119721276 119721321 ENST00000641811 protein_coding 1 NA 1 PHGDH ENSG00000092621 +CDS chr1 119721317 119721321 ENST00000493622 protein_coding 5 5 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641597 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000493622 protein_coding 5 5 4 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641947 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641074 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641115 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000369409 protein_coding 9 1 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641023 protein_coding 2 NA 3 PHGDH ENSG00000092621 +CDS chr1 119723376 119723441 ENST00000641811 protein_coding 1 NA 2 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641597 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000493622 protein_coding 5 5 5 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641947 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641074 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641115 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000369409 protein_coding 9 1 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641023 protein_coding 2 NA 4 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641272 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119726851 119726905 ENST00000641811 protein_coding 1 NA 3 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641597 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000493622 protein_coding 5 5 6 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641947 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641074 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641115 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000369409 protein_coding 9 1 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641023 protein_coding 2 NA 5 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641272 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119727004 119727102 ENST00000641811 protein_coding 1 NA 4 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641597 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119734634 119734676 ENST00000493622 protein_coding 5 5 7 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641947 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641074 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641115 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000369409 protein_coding 9 1 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641023 protein_coding 2 NA 6 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641272 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119734634 119734766 ENST00000641811 protein_coding 1 NA 5 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641597 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641947 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641074 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641115 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000369409 protein_coding 9 1 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641023 protein_coding 2 NA 7 PHGDH ENSG00000092621 +CDS chr1 119735295 119735435 ENST00000641272 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119735295 119735443 ENST00000641811 protein_coding 1 NA 6 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641597 protein_coding 1 NA 11 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641947 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641074 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641115 protein_coding 1 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000369409 protein_coding 9 1 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641023 protein_coding 2 NA 8 PHGDH ENSG00000092621 +CDS chr1 119737114 119737266 ENST00000641811 protein_coding 1 NA 7 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641597 protein_coding 1 NA 12 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641947 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641074 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000369409 protein_coding 9 1 9 PHGDH ENSG00000092621 +CDS chr1 119740386 119740518 ENST00000641023 protein_coding 2 NA 9 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000641597 protein_coding 1 NA 13 PHGDH ENSG00000092621 +CDS chr1 119741767 119741876 ENST00000641947 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000369409 protein_coding 9 1 10 PHGDH ENSG00000092621 +CDS chr1 119741767 119741897 ENST00000641023 protein_coding 2 NA 10 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641597 protein_coding 1 NA 14 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641947 protein_coding 1 NA 11 PHGDH ENSG00000092621 +CDS chr1 119742807 119743015 ENST00000641074 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641115 protein_coding 1 NA 9 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000369409 protein_coding 9 1 11 PHGDH ENSG00000092621 +CDS chr1 119742807 119743044 ENST00000641023 protein_coding 2 NA 11 PHGDH ENSG00000092621 +CDS chr1 119743867 119744015 ENST00000369409 protein_coding 9 1 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641597 protein_coding 1 NA 15 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641947 protein_coding 1 NA 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641115 protein_coding 1 NA 10 PHGDH ENSG00000092621 +CDS chr1 119743886 119744037 ENST00000641023 protein_coding 2 NA 12 PHGDH ENSG00000092621 +CDS chr1 119743886 119744011 ENST00000641811 protein_coding 1 NA 8 PHGDH ENSG00000092621 +transcript chr1 119748002 119768905 ENST00000369406 protein_coding 8 1 NA HMGCS2 ENSG00000134240 +transcript chr1 119748384 119768905 ENST00000544913 protein_coding 2 2 NA HMGCS2 ENSG00000134240 +CDS chr1 119750805 119750908 ENST00000369406 protein_coding 8 1 9 HMGCS2 ENSG00000134240 +CDS chr1 119750805 119750908 ENST00000544913 protein_coding 2 2 8 HMGCS2 ENSG00000134240 +CDS chr1 119752549 119752674 ENST00000369406 protein_coding 8 1 8 HMGCS2 ENSG00000134240 +CDS chr1 119752549 119752674 ENST00000544913 protein_coding 2 2 7 HMGCS2 ENSG00000134240 +CDS chr1 119753280 119753386 ENST00000369406 protein_coding 8 1 7 HMGCS2 ENSG00000134240 +CDS chr1 119753280 119753386 ENST00000544913 protein_coding 2 2 6 HMGCS2 ENSG00000134240 +CDS chr1 119755427 119755597 ENST00000369406 protein_coding 8 1 6 HMGCS2 ENSG00000134240 +CDS chr1 119755427 119755597 ENST00000544913 protein_coding 2 2 5 HMGCS2 ENSG00000134240 +CDS chr1 119757273 119757438 ENST00000369406 protein_coding 8 1 5 HMGCS2 ENSG00000134240 +CDS chr1 119757273 119757438 ENST00000544913 protein_coding 2 2 4 HMGCS2 ENSG00000134240 +CDS chr1 119759118 119759282 ENST00000369406 protein_coding 8 1 4 HMGCS2 ENSG00000134240 +CDS chr1 119759118 119759282 ENST00000544913 protein_coding 2 2 3 HMGCS2 ENSG00000134240 +CDS chr1 119759864 119759989 ENST00000369406 protein_coding 8 1 3 HMGCS2 ENSG00000134240 +CDS chr1 119764172 119764626 ENST00000369406 protein_coding 8 1 2 HMGCS2 ENSG00000134240 +CDS chr1 119764172 119764626 ENST00000544913 protein_coding 2 2 2 HMGCS2 ENSG00000134240 +CDS chr1 119768741 119768844 ENST00000369406 protein_coding 8 1 1 HMGCS2 ENSG00000134240 +CDS chr1 119768741 119768844 ENST00000544913 protein_coding 2 2 1 HMGCS2 ENSG00000134240 +transcript chr1 119794017 119811460 ENST00000256585 protein_coding 10 1 NA REG4 ENSG00000134193 +transcript chr1 119794018 119811580 ENST00000354219 protein_coding 5 1 NA REG4 ENSG00000134193 +transcript chr1 119794413 119808805 ENST00000530654 protein_coding 1 5 NA REG4 ENSG00000134193 +CDS chr1 119794621 119794685 ENST00000256585 protein_coding 10 1 6 REG4 ENSG00000134193 +CDS chr1 119794621 119794685 ENST00000354219 protein_coding 5 1 7 REG4 ENSG00000134193 +CDS chr1 119794680 119794685 ENST00000530654 protein_coding 1 5 4 REG4 ENSG00000134193 +CDS chr1 119798497 119798602 ENST00000256585 protein_coding 10 1 5 REG4 ENSG00000134193 +CDS chr1 119798497 119798602 ENST00000354219 protein_coding 5 1 6 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000256585 protein_coding 10 1 4 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000354219 protein_coding 5 1 5 REG4 ENSG00000134193 +CDS chr1 119799725 119799862 ENST00000530654 protein_coding 1 5 3 REG4 ENSG00000134193 +transcript chr1 119801172 119811580 ENST00000369401 protein_coding 4 1 NA REG4 ENSG00000134193 +CDS chr1 119802831 119803165 ENST00000369401 protein_coding 4 1 3 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000256585 protein_coding 10 1 3 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000354219 protein_coding 5 1 4 REG4 ENSG00000134193 +CDS chr1 119803068 119803165 ENST00000530654 protein_coding 1 5 2 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000256585 protein_coding 10 1 2 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000354219 protein_coding 5 1 3 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000530654 protein_coding 1 5 1 REG4 ENSG00000134193 +CDS chr1 119808703 119808769 ENST00000369401 protein_coding 4 1 2 REG4 ENSG00000134193 +transcript chr1 119893533 119896515 ENST00000369400 protein_coding 2 NA NA ADAM30 ENSG00000134249 +CDS chr1 119893967 119896336 ENST00000369400 protein_coding 2 NA 1 ADAM30 ENSG00000134249 +transcript chr1 119911553 120069662 ENST00000256646 protein_coding 7 1 NA NOTCH2 ENSG00000134250 +CDS chr1 119915309 119916694 ENST00000256646 protein_coding 7 1 34 NOTCH2 ENSG00000134250 +CDS chr1 119917665 119917762 ENST00000256646 protein_coding 7 1 33 NOTCH2 ENSG00000134250 +CDS chr1 119918406 119918553 ENST00000256646 protein_coding 7 1 32 NOTCH2 ENSG00000134250 +CDS chr1 119919312 119919613 ENST00000256646 protein_coding 7 1 31 NOTCH2 ENSG00000134250 +CDS chr1 119920229 119920397 ENST00000256646 protein_coding 7 1 30 NOTCH2 ENSG00000134250 +CDS chr1 119921713 119921809 ENST00000256646 protein_coding 7 1 29 NOTCH2 ENSG00000134250 +CDS chr1 119922236 119922446 ENST00000256646 protein_coding 7 1 28 NOTCH2 ENSG00000134250 +CDS chr1 119922636 119922778 ENST00000256646 protein_coding 7 1 27 NOTCH2 ENSG00000134250 +CDS chr1 119923637 119923984 ENST00000256646 protein_coding 7 1 26 NOTCH2 ENSG00000134250 +CDS chr1 119925305 119925810 ENST00000256646 protein_coding 7 1 25 NOTCH2 ENSG00000134250 +CDS chr1 119926499 119926611 ENST00000256646 protein_coding 7 1 24 NOTCH2 ENSG00000134250 +CDS chr1 119928976 119929212 ENST00000256646 protein_coding 7 1 23 NOTCH2 ENSG00000134250 +CDS chr1 119935472 119935604 ENST00000256646 protein_coding 7 1 22 NOTCH2 ENSG00000134250 +CDS chr1 119937282 119937466 ENST00000256646 protein_coding 7 1 21 NOTCH2 ENSG00000134250 +CDS chr1 119937857 119938010 ENST00000256646 protein_coding 7 1 20 NOTCH2 ENSG00000134250 +CDS chr1 119940555 119940756 ENST00000256646 protein_coding 7 1 19 NOTCH2 ENSG00000134250 +CDS chr1 119941526 119941754 ENST00000256646 protein_coding 7 1 18 NOTCH2 ENSG00000134250 +CDS chr1 119948414 119948566 ENST00000256646 protein_coding 7 1 17 NOTCH2 ENSG00000134250 +CDS chr1 119949007 119949126 ENST00000256646 protein_coding 7 1 16 NOTCH2 ENSG00000134250 +CDS chr1 119950724 119950837 ENST00000256646 protein_coding 7 1 15 NOTCH2 ENSG00000134250 +CDS chr1 119953543 119953688 ENST00000256646 protein_coding 7 1 14 NOTCH2 ENSG00000134250 +CDS chr1 119955040 119955232 ENST00000256646 protein_coding 7 1 13 NOTCH2 ENSG00000134250 +CDS chr1 119959392 119959502 ENST00000256646 protein_coding 7 1 12 NOTCH2 ENSG00000134250 +CDS chr1 119963574 119963807 ENST00000256646 protein_coding 7 1 11 NOTCH2 ENSG00000134250 +CDS chr1 119965453 119965566 ENST00000256646 protein_coding 7 1 10 NOTCH2 ENSG00000134250 +CDS chr1 119966376 119966489 ENST00000256646 protein_coding 7 1 9 NOTCH2 ENSG00000134250 +CDS chr1 119967433 119967621 ENST00000256646 protein_coding 7 1 8 NOTCH2 ENSG00000134250 +CDS chr1 119968077 119968232 ENST00000256646 protein_coding 7 1 7 NOTCH2 ENSG00000134250 +CDS chr1 119969511 119969744 ENST00000256646 protein_coding 7 1 6 NOTCH2 ENSG00000134250 +CDS chr1 119986960 119987082 ENST00000256646 protein_coding 7 1 5 NOTCH2 ENSG00000134250 +transcript chr1 119995861 120069616 ENST00000652302 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 119996676 119996746 ENST00000652302 protein_coding 1 NA 5 NOTCH2 ENSG00000134250 +CDS chr1 119996997 119997332 ENST00000256646 protein_coding 7 1 4 NOTCH2 ENSG00000134250 +CDS chr1 119996997 119997332 ENST00000652302 protein_coding 1 NA 4 NOTCH2 ENSG00000134250 +transcript chr1 119997288 120100688 ENST00000652264 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 119997288 119997332 ENST00000652264 protein_coding 1 NA 4 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000256646 protein_coding 7 1 3 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000652302 protein_coding 1 NA 3 NOTCH2 ENSG00000134250 +CDS chr1 120005329 120005588 ENST00000652264 protein_coding 1 NA 3 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029987 ENST00000256646 protein_coding 7 1 2 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029987 ENST00000652302 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029943 ENST00000652264 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +transcript chr1 120029906 120069626 ENST00000652737 protein_coding 1 NA NA NOTCH2 ENSG00000134250 +CDS chr1 120029906 120029943 ENST00000652737 protein_coding 1 NA 2 NOTCH2 ENSG00000134250 +CDS chr1 120069334 120069406 ENST00000256646 protein_coding 7 1 1 NOTCH2 ENSG00000134250 +CDS chr1 120069334 120069406 ENST00000652302 protein_coding 1 NA 1 NOTCH2 ENSG00000134250 +transcript chr1 120150898 120176520 ENST00000578049 protein_coding 4 1 NA SEC22B ENSG00000265808 +CDS chr1 120157041 120157192 ENST00000578049 protein_coding 4 1 5 SEC22B ENSG00000265808 +transcript chr1 120157291 120160501 ENST00000618538 protein_coding 1 3 NA SEC22B ENSG00000265808 +CDS chr1 120159284 120159402 ENST00000618538 protein_coding 1 3 2 SEC22B ENSG00000265808 +CDS chr1 120160384 120160530 ENST00000578049 protein_coding 4 1 4 SEC22B ENSG00000265808 +CDS chr1 120160384 120160501 ENST00000618538 protein_coding 1 3 1 SEC22B ENSG00000265808 +CDS chr1 120163210 120163370 ENST00000578049 protein_coding 4 1 3 SEC22B ENSG00000265808 +CDS chr1 120168840 120168949 ENST00000578049 protein_coding 4 1 2 SEC22B ENSG00000265808 +CDS chr1 120176307 120176381 ENST00000578049 protein_coding 4 1 1 SEC22B ENSG00000265808 +transcript chr1 120723912 120793882 ENST00000690847 protein_coding 1 NA NA NOTCH2NLR ENSG00000286106 +transcript chr1 120723946 120793874 ENST00000624419 protein_coding 2 5 NA NOTCH2NLR ENSG00000286106 +transcript chr1 120723949 120807662 ENST00000652763 protein_coding 1 NA NA NBPF26 ENSG00000273136 +transcript chr1 120723949 120840619 ENST00000620612 protein_coding 5 5 NA NBPF26 ENSG00000273136 +CDS chr1 120724178 120724250 ENST00000690847 protein_coding 1 NA 1 NOTCH2NLR ENSG00000286106 +CDS chr1 120724178 120724250 ENST00000624419 protein_coding 2 5 1 NOTCH2NLR ENSG00000286106 +CDS chr1 120724178 120724250 ENST00000620612 protein_coding 5 5 1 NBPF26 ENSG00000273136 +CDS chr1 120763628 120763709 ENST00000690847 protein_coding 1 NA 2 NOTCH2NLR ENSG00000286106 +CDS chr1 120763628 120763709 ENST00000624419 protein_coding 2 5 2 NOTCH2NLR ENSG00000286106 +CDS chr1 120763628 120763709 ENST00000620612 protein_coding 5 5 2 NBPF26 ENSG00000273136 +CDS chr1 120784974 120785233 ENST00000690847 protein_coding 1 NA 3 NOTCH2NLR ENSG00000286106 +CDS chr1 120784974 120785233 ENST00000624419 protein_coding 2 5 3 NOTCH2NLR ENSG00000286106 +CDS chr1 120784974 120785233 ENST00000620612 protein_coding 5 5 3 NBPF26 ENSG00000273136 +transcript chr1 120784987 120833634 ENST00000651062 protein_coding 1 NA NA NBPF26 ENSG00000273136 +CDS chr1 120784987 120785233 ENST00000651062 protein_coding 1 NA 1 NBPF26 ENSG00000273136 +CDS chr1 120793161 120793681 ENST00000690847 protein_coding 1 NA 4 NOTCH2NLR ENSG00000286106 +CDS chr1 120793161 120793496 ENST00000624419 protein_coding 2 5 4 NOTCH2NLR ENSG00000286106 +CDS chr1 120793161 120793496 ENST00000620612 protein_coding 5 5 4 NBPF26 ENSG00000273136 +CDS chr1 120793161 120793496 ENST00000651062 protein_coding 1 NA 2 NBPF26 ENSG00000273136 +CDS chr1 120793747 120793817 ENST00000624419 protein_coding 2 5 5 NOTCH2NLR ENSG00000286106 +transcript chr1 120805297 120842110 ENST00000652444 protein_coding 1 NA NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000611287 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000611702 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840619 ENST00000617913 protein_coding 4 5 NA NBPF26 ENSG00000273136 +transcript chr1 120805418 120840627 ENST00000619748 protein_coding 4 5 NA NBPF26 ENSG00000273136 +CDS chr1 120805556 120805765 ENST00000620612 protein_coding 5 5 5 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000652763 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000652444 protein_coding 1 NA 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000611287 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000611702 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120805591 120805765 ENST00000617913 protein_coding 4 5 2 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807662 ENST00000652763 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000620612 protein_coding 5 5 6 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000651062 protein_coding 1 NA 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000652444 protein_coding 1 NA 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000611287 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000611702 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120807607 120807709 ENST00000617913 protein_coding 4 5 3 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000620612 protein_coding 5 5 7 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000651062 protein_coding 1 NA 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000652444 protein_coding 1 NA 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000611287 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000611702 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120808545 120808759 ENST00000617913 protein_coding 4 5 4 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000620612 protein_coding 5 5 8 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000651062 protein_coding 1 NA 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000652444 protein_coding 1 NA 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000611287 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000611702 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120809811 120809883 ENST00000617913 protein_coding 4 5 5 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000620612 protein_coding 5 5 9 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000651062 protein_coding 1 NA 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000652444 protein_coding 1 NA 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000611287 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120810347 120810558 ENST00000617913 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000620612 protein_coding 5 5 10 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000651062 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000652444 protein_coding 1 NA 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000611287 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120811886 120812095 ENST00000617913 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000620612 protein_coding 5 5 11 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000651062 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000652444 protein_coding 1 NA 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000611287 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120813891 120813993 ENST00000617913 protein_coding 4 5 8 NBPF26 ENSG00000273136 +transcript chr1 120813906 120841481 ENST00000609741 protein_coding 2 5 NA NBPF26 ENSG00000273136 +CDS chr1 120813923 120813993 ENST00000619748 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120813923 120813993 ENST00000609741 protein_coding 2 5 1 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000620612 protein_coding 5 5 12 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000651062 protein_coding 1 NA 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000652444 protein_coding 1 NA 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000611287 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000617913 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000619748 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120814829 120815043 ENST00000609741 protein_coding 2 5 2 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000620612 protein_coding 5 5 13 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000651062 protein_coding 1 NA 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000652444 protein_coding 1 NA 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000611287 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000617913 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000619748 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120816085 120816157 ENST00000609741 protein_coding 2 5 3 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000620612 protein_coding 5 5 14 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000651062 protein_coding 1 NA 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000652444 protein_coding 1 NA 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000611287 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000611702 protein_coding 4 5 6 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000617913 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000619748 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120816622 120816827 ENST00000609741 protein_coding 2 5 4 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000620612 protein_coding 5 5 15 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000651062 protein_coding 1 NA 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000652444 protein_coding 1 NA 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000611287 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000611702 protein_coding 4 5 7 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000617913 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000619748 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120818123 120818174 ENST00000609741 protein_coding 2 5 5 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000620612 protein_coding 5 5 16 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822156 ENST00000651062 protein_coding 1 NA 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000652444 protein_coding 1 NA 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000611287 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000611702 protein_coding 4 5 8 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000617913 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000619748 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120822104 120822267 ENST00000609741 protein_coding 2 5 6 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000620612 protein_coding 5 5 17 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000651062 protein_coding 1 NA 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000652444 protein_coding 1 NA 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000611287 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000611702 protein_coding 4 5 9 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000617913 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000619748 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120823309 120823360 ENST00000609741 protein_coding 2 5 7 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000620612 protein_coding 5 5 18 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000652444 protein_coding 1 NA 15 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000617913 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000619748 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120823974 120824146 ENST00000609741 protein_coding 2 5 8 NBPF26 ENSG00000273136 +CDS chr1 120824866 120824917 ENST00000617913 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120824866 120824917 ENST00000609741 protein_coding 2 5 9 NBPF26 ENSG00000273136 +CDS chr1 120829764 120829815 ENST00000620612 protein_coding 5 5 19 NBPF26 ENSG00000273136 +CDS chr1 120829764 120829815 ENST00000652444 protein_coding 1 NA 16 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000620612 protein_coding 5 5 20 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000652444 protein_coding 1 NA 17 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000611287 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000611702 protein_coding 4 5 10 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000617913 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120830416 120830588 ENST00000609741 protein_coding 2 5 10 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000620612 protein_coding 5 5 21 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000652444 protein_coding 1 NA 18 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000611287 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000611702 protein_coding 4 5 11 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000617913 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120831298 120831349 ENST00000609741 protein_coding 2 5 11 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000620612 protein_coding 5 5 22 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000652444 protein_coding 1 NA 19 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000611287 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000611702 protein_coding 4 5 12 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000617913 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120831988 120832160 ENST00000609741 protein_coding 2 5 12 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000620612 protein_coding 5 5 23 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000652444 protein_coding 1 NA 20 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000611287 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000617913 protein_coding 4 5 20 NBPF26 ENSG00000273136 +CDS chr1 120832875 120832983 ENST00000609741 protein_coding 2 5 13 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000620612 protein_coding 5 5 24 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833634 ENST00000651062 protein_coding 1 NA 15 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000652444 protein_coding 1 NA 21 NBPF26 ENSG00000273136 +CDS chr1 120833603 120833775 ENST00000609741 protein_coding 2 5 14 NBPF26 ENSG00000273136 +CDS chr1 120834495 120834546 ENST00000611702 protein_coding 4 5 13 NBPF26 ENSG00000273136 +CDS chr1 120834495 120834546 ENST00000609741 protein_coding 2 5 15 NBPF26 ENSG00000273136 +CDS chr1 120834630 120834802 ENST00000609741 protein_coding 2 5 16 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000620612 protein_coding 5 5 25 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000652444 protein_coding 1 NA 22 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000619748 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120836517 120836568 ENST00000609741 protein_coding 2 5 17 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000620612 protein_coding 5 5 26 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000652444 protein_coding 1 NA 23 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000619748 protein_coding 4 5 15 NBPF26 ENSG00000273136 +CDS chr1 120837169 120837341 ENST00000609741 protein_coding 2 5 18 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000620612 protein_coding 5 5 27 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000652444 protein_coding 1 NA 24 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000619748 protein_coding 4 5 16 NBPF26 ENSG00000273136 +CDS chr1 120838051 120838102 ENST00000609741 protein_coding 2 5 19 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000620612 protein_coding 5 5 28 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000652444 protein_coding 1 NA 25 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000619748 protein_coding 4 5 17 NBPF26 ENSG00000273136 +CDS chr1 120838745 120838917 ENST00000609741 protein_coding 2 5 20 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000620612 protein_coding 5 5 29 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000652444 protein_coding 1 NA 26 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000619748 protein_coding 4 5 18 NBPF26 ENSG00000273136 +CDS chr1 120839632 120839740 ENST00000609741 protein_coding 2 5 21 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000620612 protein_coding 5 5 30 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000652444 protein_coding 1 NA 27 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000611287 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000611702 protein_coding 4 5 14 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000617913 protein_coding 4 5 21 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000619748 protein_coding 4 5 19 NBPF26 ENSG00000273136 +CDS chr1 120840350 120840590 ENST00000609741 protein_coding 2 5 22 NBPF26 ENSG00000273136 +transcript chr1 120889771 120890530 ENST00000577856 protein_coding 3 NA NA PPIAL4A ENSG00000263353 +CDS chr1 120889821 120890312 ENST00000577856 protein_coding 3 NA 1 PPIAL4A ENSG00000263353 +transcript chr1 121087345 121095642 ENST00000616817 protein_coding 4 5 NA FCGR1B ENSG00000198019 +transcript chr1 121087345 121097161 ENST00000369384 protein_coding 9 1 NA FCGR1B ENSG00000198019 +transcript chr1 121087345 121095642 ENST00000623603 protein_coding 3 1 NA FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000616817 protein_coding 4 5 1 FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000369384 protein_coding 9 1 1 FCGR1B ENSG00000198019 +transcript chr1 121087395 121096155 ENST00000369383 protein_coding 8 1 NA FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000369383 protein_coding 8 1 1 FCGR1B ENSG00000198019 +CDS chr1 121087395 121087425 ENST00000623603 protein_coding 3 1 1 FCGR1B ENSG00000198019 +transcript chr1 121087413 121096127 ENST00000369178 protein_coding 5 5 NA FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000616817 protein_coding 4 5 2 FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000369384 protein_coding 9 1 2 FCGR1B ENSG00000198019 +CDS chr1 121087821 121087841 ENST00000623603 protein_coding 3 1 2 FCGR1B ENSG00000198019 +CDS chr1 121087830 121087841 ENST00000369178 protein_coding 5 5 2 FCGR1B ENSG00000198019 +CDS chr1 121088651 121088908 ENST00000616817 protein_coding 4 5 3 FCGR1B ENSG00000198019 +CDS chr1 121088654 121088908 ENST00000369384 protein_coding 9 1 3 FCGR1B ENSG00000198019 +CDS chr1 121088654 121088908 ENST00000623603 protein_coding 3 1 3 FCGR1B ENSG00000198019 +CDS chr1 121088683 121088908 ENST00000369178 protein_coding 5 5 3 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000616817 protein_coding 4 5 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369384 protein_coding 9 1 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369383 protein_coding 8 1 2 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000369178 protein_coding 5 5 4 FCGR1B ENSG00000198019 +CDS chr1 121092996 121093250 ENST00000623603 protein_coding 3 1 4 FCGR1B ENSG00000198019 +CDS chr1 121094674 121094783 ENST00000616817 protein_coding 4 5 5 FCGR1B ENSG00000198019 +CDS chr1 121094674 121094783 ENST00000623603 protein_coding 3 1 5 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096149 ENST00000369384 protein_coding 9 1 5 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096149 ENST00000369383 protein_coding 8 1 3 FCGR1B ENSG00000198019 +CDS chr1 121095872 121096127 ENST00000369178 protein_coding 5 5 5 FCGR1B ENSG00000198019 +transcript chr1 121167646 121184340 ENST00000369390 protein_coding 7 1 NA FAM72B ENSG00000188610 +transcript chr1 121167720 121183911 ENST00000355228 protein_coding 8 1 NA FAM72B ENSG00000188610 +transcript chr1 121168232 121184314 ENST00000619376 protein_coding 4 1 NA FAM72B ENSG00000188610 +transcript chr1 121168585 121185539 ENST00000471903 protein_coding 6 5 NA FAM72B ENSG00000188610 +transcript chr1 121168735 121184292 ENST00000452190 protein_coding 2 3 NA FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000369390 protein_coding 7 1 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000355228 protein_coding 8 1 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000471903 protein_coding 6 5 4 FAM72B ENSG00000188610 +CDS chr1 121168744 121168835 ENST00000452190 protein_coding 2 3 5 FAM72B ENSG00000188610 +CDS chr1 121168784 121168835 ENST00000619376 protein_coding 4 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000369390 protein_coding 7 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000355228 protein_coding 8 1 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000471903 protein_coding 6 5 3 FAM72B ENSG00000188610 +CDS chr1 121177208 121177332 ENST00000452190 protein_coding 2 3 4 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000369390 protein_coding 7 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000355228 protein_coding 8 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000619376 protein_coding 4 1 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000471903 protein_coding 6 5 2 FAM72B ENSG00000188610 +CDS chr1 121181271 121181348 ENST00000452190 protein_coding 2 3 3 FAM72B ENSG00000188610 +CDS chr1 121183338 121183489 ENST00000369390 protein_coding 7 1 1 FAM72B ENSG00000188610 +CDS chr1 121183338 121183489 ENST00000619376 protein_coding 4 1 1 FAM72B ENSG00000188610 +CDS chr1 121183338 121183402 ENST00000452190 protein_coding 2 3 2 FAM72B ENSG00000188610 +CDS chr1 121183458 121183489 ENST00000355228 protein_coding 8 1 1 FAM72B ENSG00000188610 +transcript chr1 121184975 121392874 ENST00000367123 protein_coding 8 5 NA SRGAP2C ENSG00000171943 +CDS chr1 121185318 121185469 ENST00000471903 protein_coding 6 5 1 FAM72B ENSG00000188610 +transcript chr1 121187102 121387966 ENST00000304465 protein_coding 7 5 NA SRGAP2C ENSG00000171943 +CDS chr1 121187447 121187513 ENST00000367123 protein_coding 8 5 2 SRGAP2C ENSG00000171943 +CDS chr1 121284803 121284995 ENST00000367123 protein_coding 8 5 3 SRGAP2C ENSG00000171943 +CDS chr1 121324478 121324640 ENST00000367123 protein_coding 8 5 4 SRGAP2C ENSG00000171943 +CDS chr1 121365293 121365355 ENST00000367123 protein_coding 8 5 5 SRGAP2C ENSG00000171943 +CDS chr1 121365329 121365355 ENST00000304465 protein_coding 7 5 2 SRGAP2C ENSG00000171943 +CDS chr1 121373971 121374186 ENST00000367123 protein_coding 8 5 6 SRGAP2C ENSG00000171943 +CDS chr1 121373971 121374186 ENST00000304465 protein_coding 7 5 3 SRGAP2C ENSG00000171943 +CDS chr1 121374826 121374954 ENST00000367123 protein_coding 8 5 7 SRGAP2C ENSG00000171943 +CDS chr1 121374826 121374954 ENST00000304465 protein_coding 7 5 4 SRGAP2C ENSG00000171943 +CDS chr1 121382701 121382925 ENST00000367123 protein_coding 8 5 8 SRGAP2C ENSG00000171943 +CDS chr1 121382704 121382925 ENST00000304465 protein_coding 7 5 5 SRGAP2C ENSG00000171943 +CDS chr1 121386506 121386607 ENST00000367123 protein_coding 8 5 9 SRGAP2C ENSG00000171943 +CDS chr1 121386506 121386607 ENST00000304465 protein_coding 7 5 6 SRGAP2C ENSG00000171943 +CDS chr1 121387634 121387852 ENST00000367123 protein_coding 8 5 10 SRGAP2C ENSG00000171943 +CDS chr1 121387634 121387852 ENST00000304465 protein_coding 7 5 7 SRGAP2C ENSG00000171943 +transcript chr1 143902387 143905966 ENST00000609879 protein_coding 2 2 NA H3-2 ENSG00000273213 +transcript chr1 143905510 143905977 ENST00000392948 protein_coding 5 NA NA H3-2 ENSG00000273213 +CDS chr1 143905559 143905966 ENST00000609879 protein_coding 2 2 1 H3-2 ENSG00000273213 +CDS chr1 143905559 143905966 ENST00000392948 protein_coding 5 NA 1 H3-2 ENSG00000273213 +transcript chr1 143955287 143971986 ENST00000584486 protein_coding 6 1 NA FAM72C ENSG00000263513 +transcript chr1 143955878 143971965 ENST00000369175 protein_coding 4 1 NA FAM72C ENSG00000263513 +CDS chr1 143956390 143956481 ENST00000584486 protein_coding 6 1 4 FAM72C ENSG00000263513 +CDS chr1 143956430 143956481 ENST00000369175 protein_coding 4 1 3 FAM72C ENSG00000263513 +CDS chr1 143964855 143964979 ENST00000584486 protein_coding 6 1 3 FAM72C ENSG00000263513 +CDS chr1 143968924 143969001 ENST00000584486 protein_coding 6 1 2 FAM72C ENSG00000263513 +CDS chr1 143968924 143969001 ENST00000369175 protein_coding 4 1 2 FAM72C ENSG00000263513 +CDS chr1 143970990 143971141 ENST00000584486 protein_coding 6 1 1 FAM72C ENSG00000263513 +CDS chr1 143970990 143971141 ENST00000369175 protein_coding 4 1 1 FAM72C ENSG00000263513 +transcript chr1 144372875 144373634 ENST00000581164 protein_coding 2 NA NA PPIAL4E ENSG00000271567 +CDS chr1 144373093 144373584 ENST00000581164 protein_coding 2 NA 1 PPIAL4E ENSG00000271567 +transcript chr1 144421390 144461647 ENST00000488031 protein_coding 6 5 NA NBPF15 ENSG00000266338 +transcript chr1 144421390 144461669 ENST00000581897 protein_coding 7 1 NA NBPF15 ENSG00000266338 +transcript chr1 144421516 144461676 ENST00000577412 protein_coding 6 5 NA NBPF15 ENSG00000266338 +transcript chr1 144421525 144461594 ENST00000614785 protein_coding 5 5 NA NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000488031 protein_coding 6 5 20 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000581897 protein_coding 7 1 22 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000577412 protein_coding 6 5 21 NBPF15 ENSG00000266338 +CDS chr1 144423016 144423256 ENST00000614785 protein_coding 5 5 22 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000488031 protein_coding 6 5 19 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000581897 protein_coding 7 1 21 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000577412 protein_coding 6 5 20 NBPF15 ENSG00000266338 +CDS chr1 144423870 144423975 ENST00000614785 protein_coding 5 5 21 NBPF15 ENSG00000266338 +transcript chr1 144423930 144459380 ENST00000584793 protein_coding 7 5 NA NBPF15 ENSG00000266338 +CDS chr1 144423930 144423975 ENST00000584793 protein_coding 7 5 21 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000488031 protein_coding 6 5 18 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000581897 protein_coding 7 1 20 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000577412 protein_coding 6 5 19 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000614785 protein_coding 5 5 20 NBPF15 ENSG00000266338 +CDS chr1 144424690 144424862 ENST00000584793 protein_coding 7 5 20 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000488031 protein_coding 6 5 17 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000581897 protein_coding 7 1 19 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000577412 protein_coding 6 5 18 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000614785 protein_coding 5 5 19 NBPF15 ENSG00000266338 +CDS chr1 144425517 144425568 ENST00000584793 protein_coding 7 5 19 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000488031 protein_coding 6 5 16 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000581897 protein_coding 7 1 18 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000577412 protein_coding 6 5 17 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000614785 protein_coding 5 5 18 NBPF15 ENSG00000266338 +CDS chr1 144426278 144426450 ENST00000584793 protein_coding 7 5 18 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000488031 protein_coding 6 5 15 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000581897 protein_coding 7 1 17 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000577412 protein_coding 6 5 16 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000614785 protein_coding 5 5 17 NBPF15 ENSG00000266338 +CDS chr1 144427047 144427098 ENST00000584793 protein_coding 7 5 17 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000488031 protein_coding 6 5 14 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000581897 protein_coding 7 1 16 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000577412 protein_coding 6 5 15 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000614785 protein_coding 5 5 16 NBPF15 ENSG00000266338 +CDS chr1 144427818 144427990 ENST00000584793 protein_coding 7 5 16 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000488031 protein_coding 6 5 13 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000581897 protein_coding 7 1 15 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000577412 protein_coding 6 5 14 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000614785 protein_coding 5 5 15 NBPF15 ENSG00000266338 +CDS chr1 144428606 144428657 ENST00000584793 protein_coding 7 5 15 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000488031 protein_coding 6 5 12 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000581897 protein_coding 7 1 14 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000577412 protein_coding 6 5 13 NBPF15 ENSG00000266338 +CDS chr1 144429700 144429863 ENST00000584793 protein_coding 7 5 14 NBPF15 ENSG00000266338 +CDS chr1 144429811 144429863 ENST00000614785 protein_coding 5 5 14 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000488031 protein_coding 6 5 11 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000581897 protein_coding 7 1 13 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000577412 protein_coding 6 5 12 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000614785 protein_coding 5 5 13 NBPF15 ENSG00000266338 +CDS chr1 144433773 144433824 ENST00000584793 protein_coding 7 5 13 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000488031 protein_coding 6 5 10 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000581897 protein_coding 7 1 12 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000577412 protein_coding 6 5 11 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000614785 protein_coding 5 5 12 NBPF15 ENSG00000266338 +CDS chr1 144435111 144435316 ENST00000584793 protein_coding 7 5 12 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000488031 protein_coding 6 5 9 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000581897 protein_coding 7 1 11 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000577412 protein_coding 6 5 10 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000614785 protein_coding 5 5 11 NBPF15 ENSG00000266338 +CDS chr1 144435781 144435853 ENST00000584793 protein_coding 7 5 11 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000488031 protein_coding 6 5 8 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000581897 protein_coding 7 1 10 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000577412 protein_coding 6 5 9 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000614785 protein_coding 5 5 10 NBPF15 ENSG00000266338 +CDS chr1 144436895 144437109 ENST00000584793 protein_coding 7 5 10 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000488031 protein_coding 6 5 7 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000581897 protein_coding 7 1 9 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000577412 protein_coding 6 5 8 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000614785 protein_coding 5 5 9 NBPF15 ENSG00000266338 +CDS chr1 144437945 144438047 ENST00000584793 protein_coding 7 5 9 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000488031 protein_coding 6 5 6 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000581897 protein_coding 7 1 8 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000577412 protein_coding 6 5 7 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000614785 protein_coding 5 5 8 NBPF15 ENSG00000266338 +CDS chr1 144439829 144440003 ENST00000584793 protein_coding 7 5 8 NBPF15 ENSG00000266338 +transcript chr1 144439993 144461558 ENST00000579734 protein_coding 6 5 NA NBPF15 ENSG00000266338 +CDS chr1 144439993 144440003 ENST00000579734 protein_coding 6 5 6 NBPF15 ENSG00000266338 +transcript chr1 144592893 144593652 ENST00000581138 protein_coding 4 NA NA PPIAL4F ENSG00000279782 +CDS chr1 144592943 144593434 ENST00000581138 protein_coding 4 NA 1 PPIAL4F ENSG00000279782 +transcript chr1 144887265 145095528 ENST00000612199 protein_coding 4 1 NA SRGAP2B ENSG00000196369 +transcript chr1 144887288 145095329 ENST00000641863 protein_coding 2 NA NA SRGAP2B ENSG00000196369 +CDS chr1 144892163 144892381 ENST00000612199 protein_coding 4 1 10 SRGAP2B ENSG00000196369 +CDS chr1 144892163 144892381 ENST00000641863 protein_coding 2 NA 10 SRGAP2B ENSG00000196369 +CDS chr1 144893408 144893509 ENST00000612199 protein_coding 4 1 9 SRGAP2B ENSG00000196369 +CDS chr1 144893408 144893509 ENST00000641863 protein_coding 2 NA 9 SRGAP2B ENSG00000196369 +CDS chr1 144897116 144897337 ENST00000612199 protein_coding 4 1 8 SRGAP2B ENSG00000196369 +CDS chr1 144897116 144897340 ENST00000641863 protein_coding 2 NA 8 SRGAP2B ENSG00000196369 +CDS chr1 144905091 144905219 ENST00000612199 protein_coding 4 1 7 SRGAP2B ENSG00000196369 +CDS chr1 144905091 144905219 ENST00000641863 protein_coding 2 NA 7 SRGAP2B ENSG00000196369 +CDS chr1 144905859 144906074 ENST00000612199 protein_coding 4 1 6 SRGAP2B ENSG00000196369 +CDS chr1 144905859 144906074 ENST00000641863 protein_coding 2 NA 6 SRGAP2B ENSG00000196369 +CDS chr1 144914692 144914754 ENST00000612199 protein_coding 4 1 5 SRGAP2B ENSG00000196369 +CDS chr1 144914692 144914754 ENST00000641863 protein_coding 2 NA 5 SRGAP2B ENSG00000196369 +CDS chr1 144955439 144955601 ENST00000612199 protein_coding 4 1 4 SRGAP2B ENSG00000196369 +CDS chr1 144955439 144955601 ENST00000641863 protein_coding 2 NA 4 SRGAP2B ENSG00000196369 +CDS chr1 144995008 144995200 ENST00000612199 protein_coding 4 1 3 SRGAP2B ENSG00000196369 +CDS chr1 144995008 144995200 ENST00000641863 protein_coding 2 NA 3 SRGAP2B ENSG00000196369 +CDS chr1 145092835 145092901 ENST00000612199 protein_coding 4 1 2 SRGAP2B ENSG00000196369 +CDS chr1 145092835 145092901 ENST00000641863 protein_coding 2 NA 2 SRGAP2B ENSG00000196369 +transcript chr1 145095974 145112696 ENST00000400889 protein_coding 3 1 NA FAM72D ENSG00000215784 +CDS chr1 145096848 145096999 ENST00000400889 protein_coding 3 1 1 FAM72D ENSG00000215784 +CDS chr1 145098988 145099065 ENST00000400889 protein_coding 3 1 2 FAM72D ENSG00000215784 +CDS chr1 145103007 145103131 ENST00000400889 protein_coding 3 1 3 FAM72D ENSG00000215784 +CDS chr1 145111503 145111594 ENST00000400889 protein_coding 3 1 4 FAM72D ENSG00000215784 +transcript chr1 145241415 145242174 ENST00000544708 protein_coding 3 NA NA PPIAL4D ENSG00000289549 +CDS chr1 145241633 145242124 ENST00000544708 protein_coding 3 NA 1 PPIAL4D ENSG00000289549 +transcript chr1 145289900 145405567 ENST00000369373 protein_coding 9 5 NA NBPF20 ENSG00000162825 +CDS chr1 145291529 145291769 ENST00000369373 protein_coding 9 5 138 NBPF20 ENSG00000162825 +CDS chr1 145292381 145292489 ENST00000369373 protein_coding 9 5 137 NBPF20 ENSG00000162825 +CDS chr1 145293204 145293376 ENST00000369373 protein_coding 9 5 136 NBPF20 ENSG00000162825 +CDS chr1 145294021 145294072 ENST00000369373 protein_coding 9 5 135 NBPF20 ENSG00000162825 +CDS chr1 145294782 145294954 ENST00000369373 protein_coding 9 5 134 NBPF20 ENSG00000162825 +CDS chr1 145295567 145295618 ENST00000369373 protein_coding 9 5 133 NBPF20 ENSG00000162825 +CDS chr1 145296338 145296510 ENST00000369373 protein_coding 9 5 132 NBPF20 ENSG00000162825 +CDS chr1 145297139 145297247 ENST00000369373 protein_coding 9 5 131 NBPF20 ENSG00000162825 +CDS chr1 145297962 145298134 ENST00000369373 protein_coding 9 5 130 NBPF20 ENSG00000162825 +CDS chr1 145298787 145298838 ENST00000369373 protein_coding 9 5 129 NBPF20 ENSG00000162825 +CDS chr1 145299548 145299720 ENST00000369373 protein_coding 9 5 128 NBPF20 ENSG00000162825 +CDS chr1 145300329 145300380 ENST00000369373 protein_coding 9 5 127 NBPF20 ENSG00000162825 +CDS chr1 145301100 145301272 ENST00000369373 protein_coding 9 5 126 NBPF20 ENSG00000162825 +CDS chr1 145301901 145302009 ENST00000369373 protein_coding 9 5 125 NBPF20 ENSG00000162825 +CDS chr1 145302724 145302896 ENST00000369373 protein_coding 9 5 124 NBPF20 ENSG00000162825 +CDS chr1 145303533 145303584 ENST00000369373 protein_coding 9 5 123 NBPF20 ENSG00000162825 +CDS chr1 145304294 145304466 ENST00000369373 protein_coding 9 5 122 NBPF20 ENSG00000162825 +CDS chr1 145305070 145305178 ENST00000369373 protein_coding 9 5 121 NBPF20 ENSG00000162825 +CDS chr1 145305893 145306065 ENST00000369373 protein_coding 9 5 120 NBPF20 ENSG00000162825 +CDS chr1 145306716 145306767 ENST00000369373 protein_coding 9 5 119 NBPF20 ENSG00000162825 +CDS chr1 145307477 145307649 ENST00000369373 protein_coding 9 5 118 NBPF20 ENSG00000162825 +CDS chr1 145308253 145308361 ENST00000369373 protein_coding 9 5 117 NBPF20 ENSG00000162825 +CDS chr1 145309076 145309248 ENST00000369373 protein_coding 9 5 116 NBPF20 ENSG00000162825 +CDS chr1 145309897 145309948 ENST00000369373 protein_coding 9 5 115 NBPF20 ENSG00000162825 +CDS chr1 145310658 145310830 ENST00000369373 protein_coding 9 5 114 NBPF20 ENSG00000162825 +CDS chr1 145311437 145311488 ENST00000369373 protein_coding 9 5 113 NBPF20 ENSG00000162825 +CDS chr1 145312208 145312380 ENST00000369373 protein_coding 9 5 112 NBPF20 ENSG00000162825 +CDS chr1 145313009 145313117 ENST00000369373 protein_coding 9 5 111 NBPF20 ENSG00000162825 +CDS chr1 145313832 145314004 ENST00000369373 protein_coding 9 5 110 NBPF20 ENSG00000162825 +CDS chr1 145314665 145314716 ENST00000369373 protein_coding 9 5 109 NBPF20 ENSG00000162825 +CDS chr1 145315426 145315598 ENST00000369373 protein_coding 9 5 108 NBPF20 ENSG00000162825 +CDS chr1 145316207 145316258 ENST00000369373 protein_coding 9 5 107 NBPF20 ENSG00000162825 +CDS chr1 145316978 145317150 ENST00000369373 protein_coding 9 5 106 NBPF20 ENSG00000162825 +CDS chr1 145317781 145317889 ENST00000369373 protein_coding 9 5 105 NBPF20 ENSG00000162825 +CDS chr1 145318604 145318776 ENST00000369373 protein_coding 9 5 104 NBPF20 ENSG00000162825 +CDS chr1 145319435 145319486 ENST00000369373 protein_coding 9 5 103 NBPF20 ENSG00000162825 +CDS chr1 145320196 145320368 ENST00000369373 protein_coding 9 5 102 NBPF20 ENSG00000162825 +CDS chr1 145320969 145321020 ENST00000369373 protein_coding 9 5 101 NBPF20 ENSG00000162825 +CDS chr1 145321740 145321912 ENST00000369373 protein_coding 9 5 100 NBPF20 ENSG00000162825 +CDS chr1 145322543 145322651 ENST00000369373 protein_coding 9 5 99 NBPF20 ENSG00000162825 +CDS chr1 145323366 145323538 ENST00000369373 protein_coding 9 5 98 NBPF20 ENSG00000162825 +CDS chr1 145324185 145324236 ENST00000369373 protein_coding 9 5 97 NBPF20 ENSG00000162825 +CDS chr1 145324946 145325118 ENST00000369373 protein_coding 9 5 96 NBPF20 ENSG00000162825 +CDS chr1 145325719 145325770 ENST00000369373 protein_coding 9 5 95 NBPF20 ENSG00000162825 +CDS chr1 145326490 145326662 ENST00000369373 protein_coding 9 5 94 NBPF20 ENSG00000162825 +CDS chr1 145327291 145327399 ENST00000369373 protein_coding 9 5 93 NBPF20 ENSG00000162825 +CDS chr1 145328114 145328286 ENST00000369373 protein_coding 9 5 92 NBPF20 ENSG00000162825 +CDS chr1 145328945 145328996 ENST00000369373 protein_coding 9 5 91 NBPF20 ENSG00000162825 +CDS chr1 145329706 145329878 ENST00000369373 protein_coding 9 5 90 NBPF20 ENSG00000162825 +CDS chr1 145330486 145330537 ENST00000369373 protein_coding 9 5 89 NBPF20 ENSG00000162825 +CDS chr1 145331257 145331429 ENST00000369373 protein_coding 9 5 88 NBPF20 ENSG00000162825 +CDS chr1 145332058 145332166 ENST00000369373 protein_coding 9 5 87 NBPF20 ENSG00000162825 +CDS chr1 145332881 145333053 ENST00000369373 protein_coding 9 5 86 NBPF20 ENSG00000162825 +CDS chr1 145333698 145333749 ENST00000369373 protein_coding 9 5 85 NBPF20 ENSG00000162825 +CDS chr1 145334459 145334631 ENST00000369373 protein_coding 9 5 84 NBPF20 ENSG00000162825 +CDS chr1 145335242 145335293 ENST00000369373 protein_coding 9 5 83 NBPF20 ENSG00000162825 +CDS chr1 145336013 145336185 ENST00000369373 protein_coding 9 5 82 NBPF20 ENSG00000162825 +CDS chr1 145336814 145336922 ENST00000369373 protein_coding 9 5 81 NBPF20 ENSG00000162825 +CDS chr1 145337637 145337809 ENST00000369373 protein_coding 9 5 80 NBPF20 ENSG00000162825 +CDS chr1 145338454 145338505 ENST00000369373 protein_coding 9 5 79 NBPF20 ENSG00000162825 +CDS chr1 145339215 145339387 ENST00000369373 protein_coding 9 5 78 NBPF20 ENSG00000162825 +CDS chr1 145339996 145340047 ENST00000369373 protein_coding 9 5 77 NBPF20 ENSG00000162825 +CDS chr1 145340767 145340939 ENST00000369373 protein_coding 9 5 76 NBPF20 ENSG00000162825 +CDS chr1 145341564 145341672 ENST00000369373 protein_coding 9 5 75 NBPF20 ENSG00000162825 +CDS chr1 145342387 145342559 ENST00000369373 protein_coding 9 5 74 NBPF20 ENSG00000162825 +CDS chr1 145343208 145343259 ENST00000369373 protein_coding 9 5 73 NBPF20 ENSG00000162825 +CDS chr1 145343969 145344141 ENST00000369373 protein_coding 9 5 72 NBPF20 ENSG00000162825 +CDS chr1 145344750 145344801 ENST00000369373 protein_coding 9 5 71 NBPF20 ENSG00000162825 +CDS chr1 145345521 145345693 ENST00000369373 protein_coding 9 5 70 NBPF20 ENSG00000162825 +CDS chr1 145346322 145346430 ENST00000369373 protein_coding 9 5 69 NBPF20 ENSG00000162825 +CDS chr1 145347145 145347317 ENST00000369373 protein_coding 9 5 68 NBPF20 ENSG00000162825 +CDS chr1 145347978 145348029 ENST00000369373 protein_coding 9 5 67 NBPF20 ENSG00000162825 +CDS chr1 145348739 145348911 ENST00000369373 protein_coding 9 5 66 NBPF20 ENSG00000162825 +CDS chr1 145349520 145349571 ENST00000369373 protein_coding 9 5 65 NBPF20 ENSG00000162825 +CDS chr1 145350291 145350463 ENST00000369373 protein_coding 9 5 64 NBPF20 ENSG00000162825 +CDS chr1 145351094 145351202 ENST00000369373 protein_coding 9 5 63 NBPF20 ENSG00000162825 +CDS chr1 145351917 145352089 ENST00000369373 protein_coding 9 5 62 NBPF20 ENSG00000162825 +CDS chr1 145352742 145352793 ENST00000369373 protein_coding 9 5 61 NBPF20 ENSG00000162825 +CDS chr1 145353503 145353675 ENST00000369373 protein_coding 9 5 60 NBPF20 ENSG00000162825 +CDS chr1 145354284 145354335 ENST00000369373 protein_coding 9 5 59 NBPF20 ENSG00000162825 +CDS chr1 145355055 145355227 ENST00000369373 protein_coding 9 5 58 NBPF20 ENSG00000162825 +CDS chr1 145355856 145355964 ENST00000369373 protein_coding 9 5 57 NBPF20 ENSG00000162825 +CDS chr1 145356679 145356851 ENST00000369373 protein_coding 9 5 56 NBPF20 ENSG00000162825 +CDS chr1 145357490 145357541 ENST00000369373 protein_coding 9 5 55 NBPF20 ENSG00000162825 +CDS chr1 145358251 145358423 ENST00000369373 protein_coding 9 5 54 NBPF20 ENSG00000162825 +CDS chr1 145359031 145359082 ENST00000369373 protein_coding 9 5 53 NBPF20 ENSG00000162825 +CDS chr1 145359802 145359974 ENST00000369373 protein_coding 9 5 52 NBPF20 ENSG00000162825 +CDS chr1 145360603 145360711 ENST00000369373 protein_coding 9 5 51 NBPF20 ENSG00000162825 +CDS chr1 145361426 145361598 ENST00000369373 protein_coding 9 5 50 NBPF20 ENSG00000162825 +CDS chr1 145362243 145362294 ENST00000369373 protein_coding 9 5 49 NBPF20 ENSG00000162825 +CDS chr1 145363004 145363176 ENST00000369373 protein_coding 9 5 48 NBPF20 ENSG00000162825 +CDS chr1 145363785 145363836 ENST00000369373 protein_coding 9 5 47 NBPF20 ENSG00000162825 +CDS chr1 145364556 145364728 ENST00000369373 protein_coding 9 5 46 NBPF20 ENSG00000162825 +CDS chr1 145365357 145365465 ENST00000369373 protein_coding 9 5 45 NBPF20 ENSG00000162825 +CDS chr1 145366180 145366352 ENST00000369373 protein_coding 9 5 44 NBPF20 ENSG00000162825 +CDS chr1 145367003 145367054 ENST00000369373 protein_coding 9 5 43 NBPF20 ENSG00000162825 +CDS chr1 145367764 145367936 ENST00000369373 protein_coding 9 5 42 NBPF20 ENSG00000162825 +CDS chr1 145368545 145368596 ENST00000369373 protein_coding 9 5 41 NBPF20 ENSG00000162825 +CDS chr1 145369316 145369488 ENST00000369373 protein_coding 9 5 40 NBPF20 ENSG00000162825 +CDS chr1 145370117 145370225 ENST00000369373 protein_coding 9 5 39 NBPF20 ENSG00000162825 +CDS chr1 145370940 145371112 ENST00000369373 protein_coding 9 5 38 NBPF20 ENSG00000162825 +CDS chr1 145371751 145371802 ENST00000369373 protein_coding 9 5 37 NBPF20 ENSG00000162825 +CDS chr1 145372512 145372684 ENST00000369373 protein_coding 9 5 36 NBPF20 ENSG00000162825 +CDS chr1 145373293 145373344 ENST00000369373 protein_coding 9 5 35 NBPF20 ENSG00000162825 +CDS chr1 145374064 145374236 ENST00000369373 protein_coding 9 5 34 NBPF20 ENSG00000162825 +CDS chr1 145374865 145374973 ENST00000369373 protein_coding 9 5 33 NBPF20 ENSG00000162825 +CDS chr1 145375688 145375860 ENST00000369373 protein_coding 9 5 32 NBPF20 ENSG00000162825 +CDS chr1 145376505 145376556 ENST00000369373 protein_coding 9 5 31 NBPF20 ENSG00000162825 +CDS chr1 145377266 145377438 ENST00000369373 protein_coding 9 5 30 NBPF20 ENSG00000162825 +CDS chr1 145378043 145378094 ENST00000369373 protein_coding 9 5 29 NBPF20 ENSG00000162825 +CDS chr1 145378814 145378986 ENST00000369373 protein_coding 9 5 28 NBPF20 ENSG00000162825 +CDS chr1 145379617 145379725 ENST00000369373 protein_coding 9 5 27 NBPF20 ENSG00000162825 +CDS chr1 145380440 145380612 ENST00000369373 protein_coding 9 5 26 NBPF20 ENSG00000162825 +CDS chr1 145381257 145381308 ENST00000369373 protein_coding 9 5 25 NBPF20 ENSG00000162825 +CDS chr1 145382018 145382190 ENST00000369373 protein_coding 9 5 24 NBPF20 ENSG00000162825 +CDS chr1 145382799 145382850 ENST00000369373 protein_coding 9 5 23 NBPF20 ENSG00000162825 +CDS chr1 145383570 145383742 ENST00000369373 protein_coding 9 5 22 NBPF20 ENSG00000162825 +CDS chr1 145384371 145384479 ENST00000369373 protein_coding 9 5 21 NBPF20 ENSG00000162825 +CDS chr1 145385194 145385366 ENST00000369373 protein_coding 9 5 20 NBPF20 ENSG00000162825 +CDS chr1 145386013 145386064 ENST00000369373 protein_coding 9 5 19 NBPF20 ENSG00000162825 +CDS chr1 145386774 145386946 ENST00000369373 protein_coding 9 5 18 NBPF20 ENSG00000162825 +CDS chr1 145387547 145387598 ENST00000369373 protein_coding 9 5 17 NBPF20 ENSG00000162825 +CDS chr1 145388318 145388490 ENST00000369373 protein_coding 9 5 16 NBPF20 ENSG00000162825 +CDS chr1 145389121 145389229 ENST00000369373 protein_coding 9 5 15 NBPF20 ENSG00000162825 +CDS chr1 145389944 145390116 ENST00000369373 protein_coding 9 5 14 NBPF20 ENSG00000162825 +CDS chr1 145390769 145390820 ENST00000369373 protein_coding 9 5 13 NBPF20 ENSG00000162825 +CDS chr1 145391530 145391702 ENST00000369373 protein_coding 9 5 12 NBPF20 ENSG00000162825 +CDS chr1 145392303 145392354 ENST00000369373 protein_coding 9 5 11 NBPF20 ENSG00000162825 +CDS chr1 145393074 145393246 ENST00000369373 protein_coding 9 5 10 NBPF20 ENSG00000162825 +CDS chr1 145393884 145393935 ENST00000369373 protein_coding 9 5 9 NBPF20 ENSG00000162825 +CDS chr1 145394978 145395141 ENST00000369373 protein_coding 9 5 8 NBPF20 ENSG00000162825 +CDS chr1 145399049 145399100 ENST00000369373 protein_coding 9 5 7 NBPF20 ENSG00000162825 +CDS chr1 145400386 145400594 ENST00000369373 protein_coding 9 5 6 NBPF20 ENSG00000162825 +CDS chr1 145401059 145401131 ENST00000369373 protein_coding 9 5 5 NBPF20 ENSG00000162825 +CDS chr1 145402167 145402381 ENST00000369373 protein_coding 9 5 4 NBPF20 ENSG00000162825 +CDS chr1 145403216 145403318 ENST00000369373 protein_coding 9 5 3 NBPF20 ENSG00000162825 +CDS chr1 145405098 145405272 ENST00000369373 protein_coding 9 5 2 NBPF20 ENSG00000162825 +transcript chr1 145607988 145670650 ENST00000313835 protein_coding 14 1 NA GPR89A ENSG00000117262 +transcript chr1 145608048 145670184 ENST00000534502 protein_coding 5 2 NA GPR89A ENSG00000117262 +CDS chr1 145608134 145608175 ENST00000313835 protein_coding 14 1 1 GPR89A ENSG00000117262 +transcript chr1 145608613 145670178 ENST00000462900 protein_coding 2 2 NA GPR89A ENSG00000117262 +CDS chr1 145616234 145616293 ENST00000313835 protein_coding 14 1 2 GPR89A ENSG00000117262 +CDS chr1 145616267 145616293 ENST00000534502 protein_coding 5 2 3 GPR89A ENSG00000117262 +CDS chr1 145616267 145616293 ENST00000462900 protein_coding 2 2 2 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000313835 protein_coding 14 1 3 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000534502 protein_coding 5 2 4 GPR89A ENSG00000117262 +CDS chr1 145618320 145618423 ENST00000462900 protein_coding 2 2 3 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000313835 protein_coding 14 1 4 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000534502 protein_coding 5 2 5 GPR89A ENSG00000117262 +CDS chr1 145623054 145623160 ENST00000462900 protein_coding 2 2 4 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000313835 protein_coding 14 1 5 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000534502 protein_coding 5 2 6 GPR89A ENSG00000117262 +CDS chr1 145623613 145623714 ENST00000462900 protein_coding 2 2 5 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000313835 protein_coding 14 1 6 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000534502 protein_coding 5 2 7 GPR89A ENSG00000117262 +CDS chr1 145630687 145630807 ENST00000462900 protein_coding 2 2 6 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000313835 protein_coding 14 1 7 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000534502 protein_coding 5 2 8 GPR89A ENSG00000117262 +CDS chr1 145631664 145631744 ENST00000462900 protein_coding 2 2 7 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000313835 protein_coding 14 1 8 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000534502 protein_coding 5 2 9 GPR89A ENSG00000117262 +CDS chr1 145643869 145643978 ENST00000462900 protein_coding 2 2 8 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000313835 protein_coding 14 1 9 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000534502 protein_coding 5 2 10 GPR89A ENSG00000117262 +CDS chr1 145646184 145646272 ENST00000462900 protein_coding 2 2 9 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000313835 protein_coding 14 1 10 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000534502 protein_coding 5 2 11 GPR89A ENSG00000117262 +CDS chr1 145647175 145647267 ENST00000462900 protein_coding 2 2 10 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000313835 protein_coding 14 1 11 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000534502 protein_coding 5 2 12 GPR89A ENSG00000117262 +CDS chr1 145663329 145663424 ENST00000462900 protein_coding 2 2 11 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000313835 protein_coding 14 1 12 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000534502 protein_coding 5 2 13 GPR89A ENSG00000117262 +CDS chr1 145665562 145665651 ENST00000462900 protein_coding 2 2 12 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000313835 protein_coding 14 1 13 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000534502 protein_coding 5 2 14 GPR89A ENSG00000117262 +CDS chr1 145669625 145669690 ENST00000462900 protein_coding 2 2 13 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000313835 protein_coding 14 1 14 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000534502 protein_coding 5 2 15 GPR89A ENSG00000117262 +CDS chr1 145669834 145670037 ENST00000462900 protein_coding 2 2 14 GPR89A ENSG00000117262 +transcript chr1 145670852 145707400 ENST00000451928 protein_coding 6 2 NA PDZK1 ENSG00000174827 +transcript chr1 145670985 145691802 ENST00000344770 protein_coding 6 5 NA PDZK1 ENSG00000174827 +transcript chr1 145670985 145707368 ENST00000417171 protein_coding 6 1 NA PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000344770 protein_coding 6 5 9 PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000417171 protein_coding 6 1 9 PDZK1 ENSG00000174827 +CDS chr1 145671439 145671489 ENST00000451928 protein_coding 6 2 7 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000344770 protein_coding 6 5 8 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000417171 protein_coding 6 1 8 PDZK1 ENSG00000174827 +CDS chr1 145672730 145673020 ENST00000451928 protein_coding 6 2 6 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000344770 protein_coding 6 5 7 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000417171 protein_coding 6 1 7 PDZK1 ENSG00000174827 +CDS chr1 145673657 145673881 ENST00000451928 protein_coding 6 2 5 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000344770 protein_coding 6 5 6 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000417171 protein_coding 6 1 6 PDZK1 ENSG00000174827 +CDS chr1 145678449 145678645 ENST00000451928 protein_coding 6 2 4 PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000344770 protein_coding 6 5 5 PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000417171 protein_coding 6 1 5 PDZK1 ENSG00000174827 +transcript chr1 145680912 145708148 ENST00000443667 protein_coding 1 5 NA PDZK1 ENSG00000174827 +CDS chr1 145680912 145681107 ENST00000443667 protein_coding 1 5 6 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000344770 protein_coding 6 5 4 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000417171 protein_coding 6 1 4 PDZK1 ENSG00000174827 +CDS chr1 145682500 145682636 ENST00000443667 protein_coding 1 5 5 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000344770 protein_coding 6 5 3 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000417171 protein_coding 6 1 3 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000443667 protein_coding 1 5 4 PDZK1 ENSG00000174827 +CDS chr1 145686477 145686726 ENST00000451928 protein_coding 6 2 3 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000344770 protein_coding 6 5 2 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000417171 protein_coding 6 1 2 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000443667 protein_coding 1 5 3 PDZK1 ENSG00000174827 +CDS chr1 145687812 145688021 ENST00000451928 protein_coding 6 2 2 PDZK1 ENSG00000174827 +transcript chr1 145719471 145739153 ENST00000616463 protein_coding 1 2 NA CD160 ENSG00000117281 +transcript chr1 145719499 145739288 ENST00000369288 protein_coding 7 1 NA CD160 ENSG00000117281 +transcript chr1 145728244 145739288 ENST00000235933 protein_coding 10 5 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000616463 protein_coding 1 2 2 CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000369288 protein_coding 7 1 3 CD160 ENSG00000117281 +transcript chr1 145728328 145736301 ENST00000401557 protein_coding 7 1 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000401557 protein_coding 7 1 1 CD160 ENSG00000117281 +transcript chr1 145728328 145738493 ENST00000584442 protein_coding 2 5 NA CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000584442 protein_coding 2 5 1 CD160 ENSG00000117281 +CDS chr1 145728328 145728400 ENST00000235933 protein_coding 10 5 1 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000369288 protein_coding 7 1 4 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000401557 protein_coding 7 1 2 CD160 ENSG00000117281 +CDS chr1 145730744 145731070 ENST00000235933 protein_coding 10 5 2 CD160 ENSG00000117281 +CDS chr1 145735997 145736298 ENST00000616463 protein_coding 1 2 3 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000369288 protein_coding 7 1 5 CD160 ENSG00000117281 +CDS chr1 145735997 145736298 ENST00000401557 protein_coding 7 1 3 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000584442 protein_coding 2 5 2 CD160 ENSG00000117281 +CDS chr1 145735997 145736134 ENST00000235933 protein_coding 10 5 3 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000369288 protein_coding 7 1 6 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000584442 protein_coding 2 5 3 CD160 ENSG00000117281 +CDS chr1 145738486 145738490 ENST00000235933 protein_coding 10 5 4 CD160 ENSG00000117281 +transcript chr1 145738868 145824095 ENST00000582693 protein_coding 5 1 NA RNF115 ENSG00000265491 +CDS chr1 145746869 145746997 ENST00000582693 protein_coding 5 1 9 RNF115 ENSG00000265491 +CDS chr1 145747995 145748110 ENST00000582693 protein_coding 5 1 8 RNF115 ENSG00000265491 +CDS chr1 145750407 145750500 ENST00000582693 protein_coding 5 1 7 RNF115 ENSG00000265491 +CDS chr1 145751438 145751510 ENST00000582693 protein_coding 5 1 6 RNF115 ENSG00000265491 +CDS chr1 145752978 145753049 ENST00000582693 protein_coding 5 1 5 RNF115 ENSG00000265491 +CDS chr1 145771711 145771919 ENST00000582693 protein_coding 5 1 4 RNF115 ENSG00000265491 +CDS chr1 145784539 145784596 ENST00000582693 protein_coding 5 1 3 RNF115 ENSG00000265491 +CDS chr1 145788908 145788966 ENST00000582693 protein_coding 5 1 2 RNF115 ENSG00000265491 +CDS chr1 145823772 145823873 ENST00000582693 protein_coding 5 1 1 RNF115 ENSG00000265491 +transcript chr1 145824176 145842493 ENST00000369294 protein_coding 5 1 NA POLR3C ENSG00000186141 +transcript chr1 145824200 145844402 ENST00000334163 protein_coding 4 1 NA POLR3C ENSG00000186141 +CDS chr1 145825777 145825923 ENST00000369294 protein_coding 5 1 2 POLR3C ENSG00000186141 +CDS chr1 145825777 145825923 ENST00000334163 protein_coding 4 1 2 POLR3C ENSG00000186141 +CDS chr1 145826454 145826709 ENST00000369294 protein_coding 5 1 3 POLR3C ENSG00000186141 +CDS chr1 145826454 145826709 ENST00000334163 protein_coding 4 1 3 POLR3C ENSG00000186141 +CDS chr1 145826820 145827005 ENST00000369294 protein_coding 5 1 4 POLR3C ENSG00000186141 +CDS chr1 145826820 145827005 ENST00000334163 protein_coding 4 1 4 POLR3C ENSG00000186141 +CDS chr1 145828749 145828837 ENST00000369294 protein_coding 5 1 5 POLR3C ENSG00000186141 +CDS chr1 145828749 145828837 ENST00000334163 protein_coding 4 1 5 POLR3C ENSG00000186141 +CDS chr1 145833260 145833364 ENST00000369294 protein_coding 5 1 6 POLR3C ENSG00000186141 +CDS chr1 145833260 145833364 ENST00000334163 protein_coding 4 1 6 POLR3C ENSG00000186141 +CDS chr1 145833490 145833582 ENST00000369294 protein_coding 5 1 7 POLR3C ENSG00000186141 +CDS chr1 145833490 145833582 ENST00000334163 protein_coding 4 1 7 POLR3C ENSG00000186141 +CDS chr1 145836494 145836574 ENST00000369294 protein_coding 5 1 8 POLR3C ENSG00000186141 +CDS chr1 145836494 145836574 ENST00000334163 protein_coding 4 1 8 POLR3C ENSG00000186141 +CDS chr1 145836815 145836866 ENST00000369294 protein_coding 5 1 9 POLR3C ENSG00000186141 +CDS chr1 145836815 145836866 ENST00000334163 protein_coding 4 1 9 POLR3C ENSG00000186141 +CDS chr1 145837536 145837596 ENST00000369294 protein_coding 5 1 10 POLR3C ENSG00000186141 +CDS chr1 145837536 145837596 ENST00000334163 protein_coding 4 1 10 POLR3C ENSG00000186141 +CDS chr1 145838056 145838206 ENST00000369294 protein_coding 5 1 11 POLR3C ENSG00000186141 +CDS chr1 145838056 145838206 ENST00000334163 protein_coding 4 1 11 POLR3C ENSG00000186141 +CDS chr1 145839890 145839991 ENST00000334163 protein_coding 4 1 12 POLR3C ENSG00000186141 +CDS chr1 145840116 145840165 ENST00000334163 protein_coding 4 1 13 POLR3C ENSG00000186141 +CDS chr1 145840922 145841071 ENST00000334163 protein_coding 4 1 14 POLR3C ENSG00000186141 +CDS chr1 145842339 145842350 ENST00000369294 protein_coding 5 1 12 POLR3C ENSG00000186141 +CDS chr1 145842339 145842417 ENST00000334163 protein_coding 4 1 15 POLR3C ENSG00000186141 +transcript chr1 145845630 145848954 ENST00000334513 protein_coding 6 5 NA NUDT17 ENSG00000186364 +CDS chr1 145845641 145845832 ENST00000334513 protein_coding 6 5 1 NUDT17 ENSG00000186364 +CDS chr1 145846013 145846196 ENST00000334513 protein_coding 6 5 2 NUDT17 ENSG00000186364 +CDS chr1 145846433 145846458 ENST00000334513 protein_coding 6 5 3 NUDT17 ENSG00000186364 +CDS chr1 145846598 145846690 ENST00000334513 protein_coding 6 5 4 NUDT17 ENSG00000186364 +CDS chr1 145847250 145847348 ENST00000334513 protein_coding 6 5 5 NUDT17 ENSG00000186364 +CDS chr1 145847583 145847719 ENST00000334513 protein_coding 6 5 6 NUDT17 ENSG00000186364 +CDS chr1 145848112 145848264 ENST00000334513 protein_coding 6 5 7 NUDT17 ENSG00000186364 +CDS chr1 145848377 145848476 ENST00000334513 protein_coding 6 5 8 NUDT17 ENSG00000186364 +transcript chr1 145848522 145859045 ENST00000369298 protein_coding 5 5 NA PIAS3 ENSG00000131788 +transcript chr1 145848522 145859081 ENST00000393045 protein_coding 7 1 NA PIAS3 ENSG00000131788 +CDS chr1 145849449 145849712 ENST00000369298 protein_coding 5 5 15 PIAS3 ENSG00000131788 +CDS chr1 145849449 145849712 ENST00000393045 protein_coding 7 1 14 PIAS3 ENSG00000131788 +CDS chr1 145850232 145850269 ENST00000369298 protein_coding 5 5 14 PIAS3 ENSG00000131788 +CDS chr1 145850232 145850269 ENST00000393045 protein_coding 7 1 13 PIAS3 ENSG00000131788 +CDS chr1 145850453 145850586 ENST00000369298 protein_coding 5 5 13 PIAS3 ENSG00000131788 +CDS chr1 145850453 145850586 ENST00000393045 protein_coding 7 1 12 PIAS3 ENSG00000131788 +CDS chr1 145850771 145850939 ENST00000369298 protein_coding 5 5 12 PIAS3 ENSG00000131788 +CDS chr1 145850771 145850939 ENST00000393045 protein_coding 7 1 11 PIAS3 ENSG00000131788 +CDS chr1 145851020 145851153 ENST00000369298 protein_coding 5 5 11 PIAS3 ENSG00000131788 +CDS chr1 145851020 145851153 ENST00000393045 protein_coding 7 1 10 PIAS3 ENSG00000131788 +CDS chr1 145853504 145853664 ENST00000369298 protein_coding 5 5 10 PIAS3 ENSG00000131788 +CDS chr1 145853504 145853664 ENST00000393045 protein_coding 7 1 9 PIAS3 ENSG00000131788 +CDS chr1 145853813 145853886 ENST00000369298 protein_coding 5 5 9 PIAS3 ENSG00000131788 +CDS chr1 145853813 145853886 ENST00000393045 protein_coding 7 1 8 PIAS3 ENSG00000131788 +CDS chr1 145854458 145854563 ENST00000369298 protein_coding 5 5 8 PIAS3 ENSG00000131788 +CDS chr1 145854458 145854563 ENST00000393045 protein_coding 7 1 7 PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000369298 protein_coding 5 5 7 PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000393045 protein_coding 7 1 6 PIAS3 ENSG00000131788 +transcript chr1 145854746 145859836 ENST00000393046 protein_coding 3 2 NA PIAS3 ENSG00000131788 +CDS chr1 145854746 145854880 ENST00000393046 protein_coding 3 2 6 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000369298 protein_coding 5 5 6 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000393045 protein_coding 7 1 5 PIAS3 ENSG00000131788 +CDS chr1 145855736 145855826 ENST00000393046 protein_coding 3 2 5 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000369298 protein_coding 5 5 5 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000393045 protein_coding 7 1 4 PIAS3 ENSG00000131788 +CDS chr1 145856068 145856118 ENST00000393046 protein_coding 3 2 4 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000369298 protein_coding 5 5 4 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000393045 protein_coding 7 1 3 PIAS3 ENSG00000131788 +CDS chr1 145856347 145856431 ENST00000393046 protein_coding 3 2 3 PIAS3 ENSG00000131788 +CDS chr1 145856589 145856667 ENST00000369298 protein_coding 5 5 3 PIAS3 ENSG00000131788 +CDS chr1 145856589 145857006 ENST00000393045 protein_coding 7 1 2 PIAS3 ENSG00000131788 +CDS chr1 145856589 145857003 ENST00000393046 protein_coding 3 2 2 PIAS3 ENSG00000131788 +transcript chr1 145856761 145859745 ENST00000463514 protein_coding 2 3 NA PIAS3 ENSG00000131788 +CDS chr1 145856761 145857006 ENST00000463514 protein_coding 2 3 3 PIAS3 ENSG00000131788 +CDS chr1 145856773 145857006 ENST00000369298 protein_coding 5 5 2 PIAS3 ENSG00000131788 +CDS chr1 145857315 145857344 ENST00000463514 protein_coding 2 3 2 PIAS3 ENSG00000131788 +CDS chr1 145858967 145858990 ENST00000369298 protein_coding 5 5 1 PIAS3 ENSG00000131788 +CDS chr1 145858967 145858990 ENST00000393045 protein_coding 7 1 1 PIAS3 ENSG00000131788 +transcript chr1 145866560 145885866 ENST00000544626 protein_coding 2 5 NA ANKRD35 ENSG00000198483 +transcript chr1 145866564 145885866 ENST00000355594 protein_coding 9 2 NA ANKRD35 ENSG00000198483 +CDS chr1 145867333 145867392 ENST00000544626 protein_coding 2 5 11 ANKRD35 ENSG00000198483 +CDS chr1 145867333 145867392 ENST00000355594 protein_coding 9 2 13 ANKRD35 ENSG00000198483 +CDS chr1 145867991 145868056 ENST00000544626 protein_coding 2 5 10 ANKRD35 ENSG00000198483 +CDS chr1 145867991 145868056 ENST00000355594 protein_coding 9 2 12 ANKRD35 ENSG00000198483 +CDS chr1 145868311 145868400 ENST00000544626 protein_coding 2 5 9 ANKRD35 ENSG00000198483 +CDS chr1 145868311 145868400 ENST00000355594 protein_coding 9 2 11 ANKRD35 ENSG00000198483 +CDS chr1 145871982 145873985 ENST00000544626 protein_coding 2 5 8 ANKRD35 ENSG00000198483 +CDS chr1 145871982 145873985 ENST00000355594 protein_coding 9 2 10 ANKRD35 ENSG00000198483 +CDS chr1 145874155 145874192 ENST00000544626 protein_coding 2 5 7 ANKRD35 ENSG00000198483 +CDS chr1 145874155 145874192 ENST00000355594 protein_coding 9 2 9 ANKRD35 ENSG00000198483 +CDS chr1 145874822 145875006 ENST00000544626 protein_coding 2 5 6 ANKRD35 ENSG00000198483 +CDS chr1 145874822 145875006 ENST00000355594 protein_coding 9 2 8 ANKRD35 ENSG00000198483 +CDS chr1 145876140 145876246 ENST00000544626 protein_coding 2 5 5 ANKRD35 ENSG00000198483 +CDS chr1 145876140 145876246 ENST00000355594 protein_coding 9 2 7 ANKRD35 ENSG00000198483 +CDS chr1 145876569 145876639 ENST00000544626 protein_coding 2 5 4 ANKRD35 ENSG00000198483 +CDS chr1 145876569 145876639 ENST00000355594 protein_coding 9 2 6 ANKRD35 ENSG00000198483 +CDS chr1 145876816 145876873 ENST00000544626 protein_coding 2 5 3 ANKRD35 ENSG00000198483 +CDS chr1 145876816 145876873 ENST00000355594 protein_coding 9 2 5 ANKRD35 ENSG00000198483 +CDS chr1 145877968 145877988 ENST00000544626 protein_coding 2 5 2 ANKRD35 ENSG00000198483 +CDS chr1 145877968 145878032 ENST00000355594 protein_coding 9 2 4 ANKRD35 ENSG00000198483 +CDS chr1 145878391 145878479 ENST00000355594 protein_coding 9 2 3 ANKRD35 ENSG00000198483 +CDS chr1 145879258 145879388 ENST00000355594 protein_coding 9 2 2 ANKRD35 ENSG00000198483 +CDS chr1 145885720 145885758 ENST00000355594 protein_coding 9 2 1 ANKRD35 ENSG00000198483 +CDS chr1 145885726 145885758 ENST00000544626 protein_coding 2 5 1 ANKRD35 ENSG00000198483 +transcript chr1 145891208 145910050 ENST00000369304 protein_coding 8 1 NA ITGA10 ENSG00000143127 +transcript chr1 145891214 145910090 ENST00000539363 protein_coding 2 1 NA ITGA10 ENSG00000143127 +CDS chr1 145892801 145892863 ENST00000369304 protein_coding 8 1 30 ITGA10 ENSG00000143127 +CDS chr1 145892801 145892863 ENST00000539363 protein_coding 2 1 26 ITGA10 ENSG00000143127 +CDS chr1 145893161 145893274 ENST00000369304 protein_coding 8 1 29 ITGA10 ENSG00000143127 +CDS chr1 145893161 145893274 ENST00000539363 protein_coding 2 1 25 ITGA10 ENSG00000143127 +CDS chr1 145893540 145893635 ENST00000369304 protein_coding 8 1 28 ITGA10 ENSG00000143127 +CDS chr1 145893540 145893635 ENST00000539363 protein_coding 2 1 24 ITGA10 ENSG00000143127 +CDS chr1 145895280 145895393 ENST00000369304 protein_coding 8 1 27 ITGA10 ENSG00000143127 +CDS chr1 145895280 145895393 ENST00000539363 protein_coding 2 1 23 ITGA10 ENSG00000143127 +CDS chr1 145895631 145895711 ENST00000369304 protein_coding 8 1 26 ITGA10 ENSG00000143127 +CDS chr1 145895631 145895711 ENST00000539363 protein_coding 2 1 22 ITGA10 ENSG00000143127 +CDS chr1 145895983 145896096 ENST00000369304 protein_coding 8 1 25 ITGA10 ENSG00000143127 +CDS chr1 145895983 145896096 ENST00000539363 protein_coding 2 1 21 ITGA10 ENSG00000143127 +CDS chr1 145896268 145896352 ENST00000369304 protein_coding 8 1 24 ITGA10 ENSG00000143127 +CDS chr1 145896268 145896352 ENST00000539363 protein_coding 2 1 20 ITGA10 ENSG00000143127 +CDS chr1 145896769 145896858 ENST00000369304 protein_coding 8 1 23 ITGA10 ENSG00000143127 +CDS chr1 145896769 145896858 ENST00000539363 protein_coding 2 1 19 ITGA10 ENSG00000143127 +CDS chr1 145897011 145897087 ENST00000369304 protein_coding 8 1 22 ITGA10 ENSG00000143127 +CDS chr1 145897011 145897087 ENST00000539363 protein_coding 2 1 18 ITGA10 ENSG00000143127 +CDS chr1 145897247 145897339 ENST00000369304 protein_coding 8 1 21 ITGA10 ENSG00000143127 +CDS chr1 145897247 145897339 ENST00000539363 protein_coding 2 1 17 ITGA10 ENSG00000143127 +CDS chr1 145897512 145897653 ENST00000369304 protein_coding 8 1 20 ITGA10 ENSG00000143127 +CDS chr1 145897512 145897653 ENST00000539363 protein_coding 2 1 16 ITGA10 ENSG00000143127 +CDS chr1 145897815 145897900 ENST00000369304 protein_coding 8 1 19 ITGA10 ENSG00000143127 +CDS chr1 145897815 145897900 ENST00000539363 protein_coding 2 1 15 ITGA10 ENSG00000143127 +CDS chr1 145898110 145898223 ENST00000369304 protein_coding 8 1 18 ITGA10 ENSG00000143127 +CDS chr1 145898110 145898223 ENST00000539363 protein_coding 2 1 14 ITGA10 ENSG00000143127 +CDS chr1 145898936 145899078 ENST00000369304 protein_coding 8 1 17 ITGA10 ENSG00000143127 +CDS chr1 145898936 145899078 ENST00000539363 protein_coding 2 1 13 ITGA10 ENSG00000143127 +CDS chr1 145899175 145899341 ENST00000369304 protein_coding 8 1 16 ITGA10 ENSG00000143127 +CDS chr1 145899175 145899341 ENST00000539363 protein_coding 2 1 12 ITGA10 ENSG00000143127 +CDS chr1 145900057 145900187 ENST00000369304 protein_coding 8 1 15 ITGA10 ENSG00000143127 +CDS chr1 145900057 145900187 ENST00000539363 protein_coding 2 1 11 ITGA10 ENSG00000143127 +CDS chr1 145900790 145900993 ENST00000369304 protein_coding 8 1 14 ITGA10 ENSG00000143127 +CDS chr1 145900790 145900993 ENST00000539363 protein_coding 2 1 10 ITGA10 ENSG00000143127 +CDS chr1 145901135 145901278 ENST00000369304 protein_coding 8 1 13 ITGA10 ENSG00000143127 +CDS chr1 145901135 145901278 ENST00000539363 protein_coding 2 1 9 ITGA10 ENSG00000143127 +CDS chr1 145901516 145901664 ENST00000369304 protein_coding 8 1 12 ITGA10 ENSG00000143127 +CDS chr1 145901516 145901664 ENST00000539363 protein_coding 2 1 8 ITGA10 ENSG00000143127 +CDS chr1 145901877 145902021 ENST00000369304 protein_coding 8 1 11 ITGA10 ENSG00000143127 +CDS chr1 145901877 145902021 ENST00000539363 protein_coding 2 1 7 ITGA10 ENSG00000143127 +CDS chr1 145902246 145902319 ENST00000369304 protein_coding 8 1 10 ITGA10 ENSG00000143127 +CDS chr1 145902246 145902319 ENST00000539363 protein_coding 2 1 6 ITGA10 ENSG00000143127 +CDS chr1 145902454 145902619 ENST00000369304 protein_coding 8 1 9 ITGA10 ENSG00000143127 +CDS chr1 145902454 145902619 ENST00000539363 protein_coding 2 1 5 ITGA10 ENSG00000143127 +CDS chr1 145902811 145902961 ENST00000369304 protein_coding 8 1 8 ITGA10 ENSG00000143127 +CDS chr1 145902811 145902961 ENST00000539363 protein_coding 2 1 4 ITGA10 ENSG00000143127 +CDS chr1 145904052 145904200 ENST00000369304 protein_coding 8 1 7 ITGA10 ENSG00000143127 +CDS chr1 145904052 145904200 ENST00000539363 protein_coding 2 1 3 ITGA10 ENSG00000143127 +CDS chr1 145904684 145904811 ENST00000369304 protein_coding 8 1 6 ITGA10 ENSG00000143127 +CDS chr1 145904684 145904811 ENST00000539363 protein_coding 2 1 2 ITGA10 ENSG00000143127 +CDS chr1 145906394 145906508 ENST00000369304 protein_coding 8 1 5 ITGA10 ENSG00000143127 +CDS chr1 145906733 145906824 ENST00000369304 protein_coding 8 1 4 ITGA10 ENSG00000143127 +CDS chr1 145907041 145907150 ENST00000369304 protein_coding 8 1 3 ITGA10 ENSG00000143127 +CDS chr1 145907354 145907465 ENST00000369304 protein_coding 8 1 2 ITGA10 ENSG00000143127 +CDS chr1 145909963 145910014 ENST00000369304 protein_coding 8 1 1 ITGA10 ENSG00000143127 +CDS chr1 145909963 145910014 ENST00000539363 protein_coding 2 1 1 ITGA10 ENSG00000143127 +transcript chr1 145911350 145912406 ENST00000428634 protein_coding 1 2 NA PEX11B ENSG00000131779 +transcript chr1 145911350 145918717 ENST00000369306 protein_coding 8 1 NA PEX11B ENSG00000131779 +transcript chr1 145911351 145918529 ENST00000537888 protein_coding 1 2 NA PEX11B ENSG00000131779 +CDS chr1 145912164 145912406 ENST00000428634 protein_coding 1 2 1 PEX11B ENSG00000131779 +CDS chr1 145912164 145912566 ENST00000369306 protein_coding 8 1 4 PEX11B ENSG00000131779 +CDS chr1 145912164 145912566 ENST00000537888 protein_coding 1 2 4 PEX11B ENSG00000131779 +CDS chr1 145916817 145917018 ENST00000369306 protein_coding 8 1 3 PEX11B ENSG00000131779 +CDS chr1 145916817 145917018 ENST00000537888 protein_coding 1 2 3 PEX11B ENSG00000131779 +CDS chr1 145917701 145917816 ENST00000369306 protein_coding 8 1 2 PEX11B ENSG00000131779 +CDS chr1 145917701 145917816 ENST00000537888 protein_coding 1 2 2 PEX11B ENSG00000131779 +CDS chr1 145918432 145918445 ENST00000537888 protein_coding 1 2 1 PEX11B ENSG00000131779 +CDS chr1 145918633 145918688 ENST00000369306 protein_coding 8 1 1 PEX11B ENSG00000131779 +transcript chr1 145921556 145927476 ENST00000691760 protein_coding 1 NA NA RBM8A ENSG00000265241 +transcript chr1 145921556 145927484 ENST00000583313 protein_coding 7 1 NA RBM8A ENSG00000265241 +transcript chr1 145921632 145927447 ENST00000632555 protein_coding 1 3 NA RBM8A ENSG00000265241 +transcript chr1 145925642 145927460 ENST00000369307 protein_coding 4 1 NA RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000691760 protein_coding 1 NA 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000583313 protein_coding 7 1 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000632555 protein_coding 1 3 6 RBM8A ENSG00000265241 +CDS chr1 145925885 145925927 ENST00000369307 protein_coding 4 1 6 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000691760 protein_coding 1 NA 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000583313 protein_coding 7 1 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000632555 protein_coding 1 3 5 RBM8A ENSG00000265241 +CDS chr1 145926041 145926177 ENST00000369307 protein_coding 4 1 5 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000691760 protein_coding 1 NA 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000583313 protein_coding 7 1 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000632555 protein_coding 1 3 4 RBM8A ENSG00000265241 +CDS chr1 145926482 145926618 ENST00000369307 protein_coding 4 1 4 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000691760 protein_coding 1 NA 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000583313 protein_coding 7 1 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926886 ENST00000632555 protein_coding 1 3 3 RBM8A ENSG00000265241 +CDS chr1 145926809 145926883 ENST00000369307 protein_coding 4 1 3 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000691760 protein_coding 1 NA 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000583313 protein_coding 7 1 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000632555 protein_coding 1 3 2 RBM8A ENSG00000265241 +CDS chr1 145927018 145927077 ENST00000369307 protein_coding 4 1 2 RBM8A ENSG00000265241 +transcript chr1 145927258 145977811 ENST00000625258 protein_coding 1 5 NA NA ENSG00000280778 +CDS chr1 145927360 145927426 ENST00000691760 protein_coding 1 NA 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000583313 protein_coding 7 1 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000632555 protein_coding 1 3 1 RBM8A ENSG00000265241 +CDS chr1 145927360 145927426 ENST00000369307 protein_coding 4 1 1 RBM8A ENSG00000265241 +transcript chr1 145933423 145958017 ENST00000604000 protein_coding 4 1 NA LIX1L ENSG00000271601 +CDS chr1 145936313 145936552 ENST00000604000 protein_coding 4 1 6 LIX1L ENSG00000271601 +CDS chr1 145936908 145936985 ENST00000604000 protein_coding 4 1 5 LIX1L ENSG00000271601 +CDS chr1 145937604 145937699 ENST00000604000 protein_coding 4 1 4 LIX1L ENSG00000271601 +CDS chr1 145942713 145942853 ENST00000604000 protein_coding 4 1 3 LIX1L ENSG00000271601 +CDS chr1 145947619 145947782 ENST00000604000 protein_coding 4 1 2 LIX1L ENSG00000271601 +CDS chr1 145957636 145957927 ENST00000604000 protein_coding 4 1 1 LIX1L ENSG00000271601 +transcript chr1 145959441 145964575 ENST00000606888 protein_coding 3 2 NA ANKRD34A ENSG00000272031 +CDS chr1 145960272 145961759 ENST00000606888 protein_coding 3 2 4 ANKRD34A ENSG00000272031 +transcript chr1 145961404 145962596 ENST00000619813 protein_coding 1 4 NA ANKRD34A ENSG00000272031 +CDS chr1 145961404 145961759 ENST00000619813 protein_coding 1 4 3 ANKRD34A ENSG00000272031 +transcript chr1 145961449 145962955 ENST00000619519 protein_coding 1 4 NA ANKRD34A ENSG00000272031 +CDS chr1 145961449 145961759 ENST00000619519 protein_coding 1 4 2 ANKRD34A ENSG00000272031 +transcript chr1 145964690 145978848 ENST00000369314 protein_coding 2 1 NA POLR3GL ENSG00000121851 +transcript chr1 145964703 145978570 ENST00000369313 protein_coding 7 2 NA POLR3GL ENSG00000121851 +CDS chr1 145974866 145974991 ENST00000369314 protein_coding 2 1 2 POLR3GL ENSG00000121851 +CDS chr1 145974866 145974991 ENST00000369313 protein_coding 7 2 2 POLR3GL ENSG00000121851 +CDS chr1 145975307 145975436 ENST00000369314 protein_coding 2 1 3 POLR3GL ENSG00000121851 +CDS chr1 145975307 145975436 ENST00000369313 protein_coding 7 2 3 POLR3GL ENSG00000121851 +CDS chr1 145977084 145977152 ENST00000369314 protein_coding 2 1 4 POLR3GL ENSG00000121851 +CDS chr1 145977113 145977152 ENST00000625258 protein_coding 1 5 2 NA ENSG00000280778 +CDS chr1 145977483 145977539 ENST00000625258 protein_coding 1 5 3 NA ENSG00000280778 +CDS chr1 145977483 145977539 ENST00000369314 protein_coding 2 1 5 POLR3GL ENSG00000121851 +CDS chr1 145977483 145977539 ENST00000369313 protein_coding 7 2 4 POLR3GL ENSG00000121851 +CDS chr1 145977778 145977811 ENST00000625258 protein_coding 1 5 4 NA ENSG00000280778 +CDS chr1 145977778 145977851 ENST00000369314 protein_coding 2 1 6 POLR3GL ENSG00000121851 +CDS chr1 145977778 145977851 ENST00000369313 protein_coding 7 2 5 POLR3GL ENSG00000121851 +CDS chr1 145977983 145978096 ENST00000369314 protein_coding 2 1 7 POLR3GL ENSG00000121851 +CDS chr1 145977983 145978096 ENST00000369313 protein_coding 7 2 6 POLR3GL ENSG00000121851 +CDS chr1 145978361 145978444 ENST00000369314 protein_coding 2 1 8 POLR3GL ENSG00000121851 +CDS chr1 145978361 145978444 ENST00000369313 protein_coding 7 2 7 POLR3GL ENSG00000121851 +transcript chr1 145992435 145996579 ENST00000582401 protein_coding 6 1 NA TXNIP ENSG00000265972 +transcript chr1 145993839 145995763 ENST00000425134 protein_coding 2 2 NA TXNIP ENSG00000265972 +CDS chr1 145993854 145993886 ENST00000582401 protein_coding 6 1 8 TXNIP ENSG00000265972 +CDS chr1 145993854 145993886 ENST00000425134 protein_coding 2 2 7 TXNIP ENSG00000265972 +CDS chr1 145994016 145994167 ENST00000582401 protein_coding 6 1 7 TXNIP ENSG00000265972 +CDS chr1 145994016 145994167 ENST00000425134 protein_coding 2 2 6 TXNIP ENSG00000265972 +CDS chr1 145994281 145994437 ENST00000582401 protein_coding 6 1 6 TXNIP ENSG00000265972 +CDS chr1 145994281 145994437 ENST00000425134 protein_coding 2 2 5 TXNIP ENSG00000265972 +CDS chr1 145994544 145994800 ENST00000582401 protein_coding 6 1 5 TXNIP ENSG00000265972 +CDS chr1 145994544 145994800 ENST00000425134 protein_coding 2 2 4 TXNIP ENSG00000265972 +CDS chr1 145994929 145995031 ENST00000582401 protein_coding 6 1 4 TXNIP ENSG00000265972 +CDS chr1 145994929 145995031 ENST00000425134 protein_coding 2 2 3 TXNIP ENSG00000265972 +CDS chr1 145995144 145995291 ENST00000582401 protein_coding 6 1 3 TXNIP ENSG00000265972 +CDS chr1 145995144 145995291 ENST00000425134 protein_coding 2 2 2 TXNIP ENSG00000265972 +CDS chr1 145995404 145995476 ENST00000582401 protein_coding 6 1 2 TXNIP ENSG00000265972 +CDS chr1 145995404 145995561 ENST00000425134 protein_coding 2 2 1 TXNIP ENSG00000265972 +CDS chr1 145996017 145996266 ENST00000582401 protein_coding 6 1 1 TXNIP ENSG00000265972 +transcript chr1 146017468 146021734 ENST00000475797 protein_coding 1 2 NA HJV ENSG00000168509 +transcript chr1 146017468 146021735 ENST00000497365 protein_coding 5 1 NA HJV ENSG00000168509 +transcript chr1 146017470 146021735 ENST00000336751 protein_coding 11 2 NA HJV ENSG00000168509 +transcript chr1 146017470 146021918 ENST00000357836 protein_coding 5 1 NA HJV ENSG00000168509 +transcript chr1 146017547 146036746 ENST00000636675 protein_coding 1 5 NA HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000475797 protein_coding 1 2 2 HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000497365 protein_coding 5 1 3 HJV ENSG00000168509 +CDS chr1 146018080 146018700 ENST00000336751 protein_coding 11 2 4 HJV ENSG00000168509 +CDS chr1 146018080 146018700 ENST00000357836 protein_coding 5 1 3 HJV ENSG00000168509 +CDS chr1 146018080 146018679 ENST00000636675 protein_coding 1 5 3 HJV ENSG00000168509 +transcript chr1 146018567 146021735 ENST00000634927 protein_coding 1 4 NA HJV ENSG00000168509 +CDS chr1 146018625 146018700 ENST00000634927 protein_coding 1 4 4 HJV ENSG00000168509 +CDS chr1 146019175 146019734 ENST00000336751 protein_coding 11 2 3 HJV ENSG00000168509 +CDS chr1 146019175 146019492 ENST00000357836 protein_coding 5 1 2 HJV ENSG00000168509 +transcript chr1 146019552 146021735 ENST00000421822 protein_coding 2 4 NA HJV ENSG00000168509 +CDS chr1 146019552 146019734 ENST00000421822 protein_coding 2 4 3 HJV ENSG00000168509 +CDS chr1 146019698 146019734 ENST00000634927 protein_coding 1 4 3 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000336751 protein_coding 11 2 2 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000634927 protein_coding 1 4 2 HJV ENSG00000168509 +CDS chr1 146020135 146020231 ENST00000421822 protein_coding 2 4 2 HJV ENSG00000168509 +transcript chr1 146064711 146144804 ENST00000583866 protein_coding 9 5 NA NBPF10 ENSG00000271425 +transcript chr1 146066318 146144804 ENST00000617010 protein_coding 2 5 NA NBPF10 ENSG00000271425 +CDS chr1 146066321 146066561 ENST00000583866 protein_coding 9 5 90 NBPF10 ENSG00000271425 +CDS chr1 146066321 146066561 ENST00000617010 protein_coding 2 5 91 NBPF10 ENSG00000271425 +CDS chr1 146067180 146067288 ENST00000583866 protein_coding 9 5 89 NBPF10 ENSG00000271425 +CDS chr1 146067180 146067288 ENST00000617010 protein_coding 2 5 90 NBPF10 ENSG00000271425 +CDS chr1 146068003 146068175 ENST00000583866 protein_coding 9 5 88 NBPF10 ENSG00000271425 +CDS chr1 146068003 146068175 ENST00000617010 protein_coding 2 5 89 NBPF10 ENSG00000271425 +CDS chr1 146068772 146068823 ENST00000583866 protein_coding 9 5 87 NBPF10 ENSG00000271425 +CDS chr1 146068772 146068823 ENST00000617010 protein_coding 2 5 88 NBPF10 ENSG00000271425 +CDS chr1 146069543 146069715 ENST00000583866 protein_coding 9 5 86 NBPF10 ENSG00000271425 +CDS chr1 146069543 146069715 ENST00000617010 protein_coding 2 5 87 NBPF10 ENSG00000271425 +CDS chr1 146070324 146070432 ENST00000583866 protein_coding 9 5 85 NBPF10 ENSG00000271425 +CDS chr1 146070324 146070432 ENST00000617010 protein_coding 2 5 86 NBPF10 ENSG00000271425 +CDS chr1 146071147 146071319 ENST00000583866 protein_coding 9 5 84 NBPF10 ENSG00000271425 +CDS chr1 146071147 146071319 ENST00000617010 protein_coding 2 5 85 NBPF10 ENSG00000271425 +CDS chr1 146071968 146072019 ENST00000583866 protein_coding 9 5 83 NBPF10 ENSG00000271425 +CDS chr1 146071968 146072019 ENST00000617010 protein_coding 2 5 84 NBPF10 ENSG00000271425 +CDS chr1 146072729 146072901 ENST00000583866 protein_coding 9 5 82 NBPF10 ENSG00000271425 +CDS chr1 146072729 146072901 ENST00000617010 protein_coding 2 5 83 NBPF10 ENSG00000271425 +CDS chr1 146073500 146073551 ENST00000583866 protein_coding 9 5 81 NBPF10 ENSG00000271425 +CDS chr1 146073500 146073551 ENST00000617010 protein_coding 2 5 82 NBPF10 ENSG00000271425 +CDS chr1 146074271 146074443 ENST00000583866 protein_coding 9 5 80 NBPF10 ENSG00000271425 +CDS chr1 146074271 146074504 ENST00000617010 protein_coding 2 5 81 NBPF10 ENSG00000271425 +CDS chr1 146074572 146074717 ENST00000617010 protein_coding 2 5 80 NBPF10 ENSG00000271425 +CDS chr1 146075046 146075154 ENST00000583866 protein_coding 9 5 79 NBPF10 ENSG00000271425 +CDS chr1 146075046 146075154 ENST00000617010 protein_coding 2 5 79 NBPF10 ENSG00000271425 +CDS chr1 146075869 146076041 ENST00000583866 protein_coding 9 5 78 NBPF10 ENSG00000271425 +CDS chr1 146075869 146076041 ENST00000617010 protein_coding 2 5 78 NBPF10 ENSG00000271425 +CDS chr1 146076706 146076757 ENST00000583866 protein_coding 9 5 77 NBPF10 ENSG00000271425 +CDS chr1 146076706 146076757 ENST00000617010 protein_coding 2 5 77 NBPF10 ENSG00000271425 +CDS chr1 146077467 146077639 ENST00000583866 protein_coding 9 5 76 NBPF10 ENSG00000271425 +CDS chr1 146077467 146077639 ENST00000617010 protein_coding 2 5 76 NBPF10 ENSG00000271425 +CDS chr1 146078236 146078287 ENST00000583866 protein_coding 9 5 75 NBPF10 ENSG00000271425 +CDS chr1 146078236 146078287 ENST00000617010 protein_coding 2 5 75 NBPF10 ENSG00000271425 +CDS chr1 146079007 146079179 ENST00000583866 protein_coding 9 5 74 NBPF10 ENSG00000271425 +CDS chr1 146079007 146079179 ENST00000617010 protein_coding 2 5 74 NBPF10 ENSG00000271425 +CDS chr1 146079782 146079890 ENST00000583866 protein_coding 9 5 73 NBPF10 ENSG00000271425 +CDS chr1 146079782 146079890 ENST00000617010 protein_coding 2 5 73 NBPF10 ENSG00000271425 +CDS chr1 146080605 146080777 ENST00000583866 protein_coding 9 5 72 NBPF10 ENSG00000271425 +CDS chr1 146080605 146080777 ENST00000617010 protein_coding 2 5 72 NBPF10 ENSG00000271425 +CDS chr1 146081436 146081487 ENST00000583866 protein_coding 9 5 71 NBPF10 ENSG00000271425 +CDS chr1 146081436 146081487 ENST00000617010 protein_coding 2 5 71 NBPF10 ENSG00000271425 +CDS chr1 146082197 146082369 ENST00000583866 protein_coding 9 5 70 NBPF10 ENSG00000271425 +CDS chr1 146082197 146082369 ENST00000617010 protein_coding 2 5 70 NBPF10 ENSG00000271425 +CDS chr1 146082966 146083017 ENST00000583866 protein_coding 9 5 69 NBPF10 ENSG00000271425 +CDS chr1 146082966 146083017 ENST00000617010 protein_coding 2 5 69 NBPF10 ENSG00000271425 +CDS chr1 146083737 146083909 ENST00000583866 protein_coding 9 5 68 NBPF10 ENSG00000271425 +CDS chr1 146083737 146083909 ENST00000617010 protein_coding 2 5 68 NBPF10 ENSG00000271425 +CDS chr1 146084518 146084626 ENST00000583866 protein_coding 9 5 67 NBPF10 ENSG00000271425 +CDS chr1 146084518 146084626 ENST00000617010 protein_coding 2 5 67 NBPF10 ENSG00000271425 +CDS chr1 146085341 146085513 ENST00000583866 protein_coding 9 5 66 NBPF10 ENSG00000271425 +CDS chr1 146085341 146085513 ENST00000617010 protein_coding 2 5 66 NBPF10 ENSG00000271425 +CDS chr1 146086164 146086215 ENST00000583866 protein_coding 9 5 65 NBPF10 ENSG00000271425 +CDS chr1 146086164 146086215 ENST00000617010 protein_coding 2 5 65 NBPF10 ENSG00000271425 +CDS chr1 146086924 146087096 ENST00000583866 protein_coding 9 5 64 NBPF10 ENSG00000271425 +CDS chr1 146086924 146087096 ENST00000617010 protein_coding 2 5 64 NBPF10 ENSG00000271425 +CDS chr1 146087693 146087744 ENST00000583866 protein_coding 9 5 63 NBPF10 ENSG00000271425 +CDS chr1 146087693 146087744 ENST00000617010 protein_coding 2 5 63 NBPF10 ENSG00000271425 +CDS chr1 146088464 146088636 ENST00000583866 protein_coding 9 5 62 NBPF10 ENSG00000271425 +CDS chr1 146088464 146088470 ENST00000617010 protein_coding 2 5 62 NBPF10 ENSG00000271425 +CDS chr1 146089239 146089347 ENST00000583866 protein_coding 9 5 61 NBPF10 ENSG00000271425 +CDS chr1 146090062 146090234 ENST00000583866 protein_coding 9 5 60 NBPF10 ENSG00000271425 +CDS chr1 146090881 146090932 ENST00000583866 protein_coding 9 5 59 NBPF10 ENSG00000271425 +CDS chr1 146091642 146091814 ENST00000583866 protein_coding 9 5 58 NBPF10 ENSG00000271425 +CDS chr1 146092411 146092462 ENST00000583866 protein_coding 9 5 57 NBPF10 ENSG00000271425 +CDS chr1 146093182 146093354 ENST00000583866 protein_coding 9 5 56 NBPF10 ENSG00000271425 +CDS chr1 146093957 146094065 ENST00000583866 protein_coding 9 5 55 NBPF10 ENSG00000271425 +CDS chr1 146094780 146094952 ENST00000583866 protein_coding 9 5 54 NBPF10 ENSG00000271425 +CDS chr1 146095603 146095654 ENST00000583866 protein_coding 9 5 53 NBPF10 ENSG00000271425 +CDS chr1 146096364 146096536 ENST00000583866 protein_coding 9 5 52 NBPF10 ENSG00000271425 +CDS chr1 146097133 146097184 ENST00000583866 protein_coding 9 5 51 NBPF10 ENSG00000271425 +CDS chr1 146097904 146098076 ENST00000583866 protein_coding 9 5 50 NBPF10 ENSG00000271425 +CDS chr1 146098679 146098787 ENST00000583866 protein_coding 9 5 49 NBPF10 ENSG00000271425 +CDS chr1 146099502 146099674 ENST00000583866 protein_coding 9 5 48 NBPF10 ENSG00000271425 +CDS chr1 146100325 146100376 ENST00000583866 protein_coding 9 5 47 NBPF10 ENSG00000271425 +CDS chr1 146101086 146101258 ENST00000583866 protein_coding 9 5 46 NBPF10 ENSG00000271425 +CDS chr1 146101855 146101906 ENST00000583866 protein_coding 9 5 45 NBPF10 ENSG00000271425 +CDS chr1 146102626 146102798 ENST00000583866 protein_coding 9 5 44 NBPF10 ENSG00000271425 +CDS chr1 146103401 146103509 ENST00000583866 protein_coding 9 5 43 NBPF10 ENSG00000271425 +CDS chr1 146104224 146104396 ENST00000583866 protein_coding 9 5 42 NBPF10 ENSG00000271425 +CDS chr1 146105043 146105094 ENST00000583866 protein_coding 9 5 41 NBPF10 ENSG00000271425 +CDS chr1 146105804 146105976 ENST00000583866 protein_coding 9 5 40 NBPF10 ENSG00000271425 +CDS chr1 146106573 146106624 ENST00000583866 protein_coding 9 5 39 NBPF10 ENSG00000271425 +CDS chr1 146107344 146107516 ENST00000583866 protein_coding 9 5 38 NBPF10 ENSG00000271425 +CDS chr1 146108119 146108227 ENST00000583866 protein_coding 9 5 37 NBPF10 ENSG00000271425 +CDS chr1 146108942 146109114 ENST00000583866 protein_coding 9 5 36 NBPF10 ENSG00000271425 +CDS chr1 146109751 146109802 ENST00000583866 protein_coding 9 5 35 NBPF10 ENSG00000271425 +CDS chr1 146110512 146110684 ENST00000583866 protein_coding 9 5 34 NBPF10 ENSG00000271425 +CDS chr1 146111281 146111332 ENST00000583866 protein_coding 9 5 33 NBPF10 ENSG00000271425 +CDS chr1 146112054 146112226 ENST00000583866 protein_coding 9 5 32 NBPF10 ENSG00000271425 +CDS chr1 146112829 146112937 ENST00000583866 protein_coding 9 5 31 NBPF10 ENSG00000271425 +CDS chr1 146113652 146113824 ENST00000583866 protein_coding 9 5 30 NBPF10 ENSG00000271425 +transcript chr1 146113652 146229000 ENST00000612520 protein_coding 2 5 NA NBPF10 ENSG00000271425 +CDS chr1 146113652 146113824 ENST00000612520 protein_coding 2 5 21 NBPF10 ENSG00000271425 +CDS chr1 146114469 146114520 ENST00000583866 protein_coding 9 5 29 NBPF10 ENSG00000271425 +CDS chr1 146114469 146114520 ENST00000612520 protein_coding 2 5 20 NBPF10 ENSG00000271425 +CDS chr1 146115230 146115402 ENST00000583866 protein_coding 9 5 28 NBPF10 ENSG00000271425 +CDS chr1 146115999 146116050 ENST00000583866 protein_coding 9 5 27 NBPF10 ENSG00000271425 +CDS chr1 146116772 146116944 ENST00000583866 protein_coding 9 5 26 NBPF10 ENSG00000271425 +CDS chr1 146117547 146117655 ENST00000583866 protein_coding 9 5 25 NBPF10 ENSG00000271425 +CDS chr1 146118370 146118542 ENST00000583866 protein_coding 9 5 24 NBPF10 ENSG00000271425 +CDS chr1 146119195 146119246 ENST00000583866 protein_coding 9 5 23 NBPF10 ENSG00000271425 +CDS chr1 146119956 146120128 ENST00000583866 protein_coding 9 5 22 NBPF10 ENSG00000271425 +CDS chr1 146120725 146120776 ENST00000583866 protein_coding 9 5 21 NBPF10 ENSG00000271425 +CDS chr1 146121498 146121670 ENST00000583866 protein_coding 9 5 20 NBPF10 ENSG00000271425 +CDS chr1 146121498 146121670 ENST00000612520 protein_coding 2 5 19 NBPF10 ENSG00000271425 +CDS chr1 146122283 146122391 ENST00000583866 protein_coding 9 5 19 NBPF10 ENSG00000271425 +CDS chr1 146123106 146123278 ENST00000583866 protein_coding 9 5 18 NBPF10 ENSG00000271425 +CDS chr1 146123927 146123978 ENST00000583866 protein_coding 9 5 17 NBPF10 ENSG00000271425 +CDS chr1 146124688 146124860 ENST00000583866 protein_coding 9 5 16 NBPF10 ENSG00000271425 +CDS chr1 146125465 146125516 ENST00000583866 protein_coding 9 5 15 NBPF10 ENSG00000271425 +CDS chr1 146126236 146126408 ENST00000583866 protein_coding 9 5 14 NBPF10 ENSG00000271425 +CDS chr1 146127028 146127079 ENST00000583866 protein_coding 9 5 13 NBPF10 ENSG00000271425 +CDS chr1 146127028 146127079 ENST00000612520 protein_coding 2 5 18 NBPF10 ENSG00000271425 +CDS chr1 146128119 146128282 ENST00000583866 protein_coding 9 5 12 NBPF10 ENSG00000271425 +CDS chr1 146128119 146128282 ENST00000612520 protein_coding 2 5 17 NBPF10 ENSG00000271425 +CDS chr1 146132186 146132237 ENST00000583866 protein_coding 9 5 11 NBPF10 ENSG00000271425 +CDS chr1 146132186 146132237 ENST00000612520 protein_coding 2 5 16 NBPF10 ENSG00000271425 +CDS chr1 146133523 146133728 ENST00000583866 protein_coding 9 5 10 NBPF10 ENSG00000271425 +CDS chr1 146133523 146133728 ENST00000612520 protein_coding 2 5 15 NBPF10 ENSG00000271425 +CDS chr1 146134193 146134265 ENST00000583866 protein_coding 9 5 9 NBPF10 ENSG00000271425 +CDS chr1 146134193 146134265 ENST00000612520 protein_coding 2 5 14 NBPF10 ENSG00000271425 +CDS chr1 146135307 146135521 ENST00000583866 protein_coding 9 5 8 NBPF10 ENSG00000271425 +CDS chr1 146135307 146135521 ENST00000612520 protein_coding 2 5 13 NBPF10 ENSG00000271425 +CDS chr1 146136353 146136455 ENST00000583866 protein_coding 9 5 7 NBPF10 ENSG00000271425 +CDS chr1 146136353 146136455 ENST00000612520 protein_coding 2 5 12 NBPF10 ENSG00000271425 +CDS chr1 146138236 146138445 ENST00000583866 protein_coding 9 5 6 NBPF10 ENSG00000271425 +CDS chr1 146138236 146138445 ENST00000612520 protein_coding 2 5 11 NBPF10 ENSG00000271425 +CDS chr1 146139809 146140020 ENST00000583866 protein_coding 9 5 5 NBPF10 ENSG00000271425 +CDS chr1 146139809 146140020 ENST00000612520 protein_coding 2 5 10 NBPF10 ENSG00000271425 +CDS chr1 146140484 146140556 ENST00000583866 protein_coding 9 5 4 NBPF10 ENSG00000271425 +CDS chr1 146140484 146140556 ENST00000612520 protein_coding 2 5 9 NBPF10 ENSG00000271425 +CDS chr1 146141604 146141818 ENST00000583866 protein_coding 9 5 3 NBPF10 ENSG00000271425 +CDS chr1 146141604 146141818 ENST00000612520 protein_coding 2 5 8 NBPF10 ENSG00000271425 +CDS chr1 146142650 146142752 ENST00000583866 protein_coding 9 5 2 NBPF10 ENSG00000271425 +CDS chr1 146142650 146142752 ENST00000612520 protein_coding 2 5 7 NBPF10 ENSG00000271425 +CDS chr1 146144595 146144769 ENST00000583866 protein_coding 9 5 1 NBPF10 ENSG00000271425 +CDS chr1 146144595 146144769 ENST00000612520 protein_coding 2 5 6 NBPF10 ENSG00000271425 +transcript chr1 146146521 146229026 ENST00000579793 protein_coding 6 2 NA NOTCH2NLA ENSG00000264343 +CDS chr1 146147692 146147747 ENST00000579793 protein_coding 6 2 5 NOTCH2NLA ENSG00000264343 +transcript chr1 146155352 146229026 ENST00000362074 protein_coding 7 1 NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000687833 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000688759 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156098 146229041 ENST00000689750 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156110 146228528 ENST00000686973 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +transcript chr1 146156110 146229031 ENST00000692119 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000362074 protein_coding 7 1 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000687833 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000686973 protein_coding 1 NA 7 NOTCH2NLA ENSG00000264343 +CDS chr1 146156156 146156229 ENST00000692119 protein_coding 1 NA 6 NOTCH2NLA ENSG00000264343 +CDS chr1 146156295 146156815 ENST00000688759 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156295 146156815 ENST00000689750 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000579793 protein_coding 6 2 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000362074 protein_coding 7 1 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000687833 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000686973 protein_coding 1 NA 6 NOTCH2NLA ENSG00000264343 +CDS chr1 146156480 146156815 ENST00000692119 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000579793 protein_coding 6 2 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000362074 protein_coding 7 1 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000687833 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000688759 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000689750 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000686973 protein_coding 1 NA 5 NOTCH2NLA ENSG00000264343 +CDS chr1 146164751 146165010 ENST00000692119 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +transcript chr1 146164841 146228508 ENST00000685177 protein_coding 1 NA NA NOTCH2NLA ENSG00000264343 +CDS chr1 146164841 146165010 ENST00000685177 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000579793 protein_coding 6 2 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000362074 protein_coding 7 1 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000687833 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000688759 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000689750 protein_coding 1 NA 2 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000686973 protein_coding 1 NA 4 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000692119 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +CDS chr1 146189300 146189337 ENST00000685177 protein_coding 1 NA 3 NOTCH2NLA ENSG00000264343 +transcript chr1 146344006 146344765 ENST00000584068 protein_coding 4 NA NA PPIAL4H ENSG00000270339 +CDS chr1 146344224 146344715 ENST00000584068 protein_coding 4 NA 1 PPIAL4H ENSG00000270339 +transcript chr1 146938744 146996202 ENST00000617931 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146949314 146996093 ENST00000617844 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146949314 146996093 ENST00000611443 protein_coding 4 5 NA NBPF12 ENSG00000268043 +transcript chr1 146959971 146994601 ENST00000439206 protein_coding 6 5 NA NBPF12 ENSG00000268043 +transcript chr1 146959971 146994601 ENST00000613714 protein_coding 2 5 NA NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000617931 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000617844 protein_coding 4 5 4 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000439206 protein_coding 6 5 2 NBPF12 ENSG00000268043 +CDS chr1 146960144 146960318 ENST00000611443 protein_coding 4 5 4 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000617931 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000617844 protein_coding 4 5 5 NBPF12 ENSG00000268043 +CDS chr1 146962161 146962263 ENST00000611443 protein_coding 4 5 5 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000617931 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000617844 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146963095 146963309 ENST00000611443 protein_coding 4 5 6 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000617931 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000617844 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146964357 146964429 ENST00000611443 protein_coding 4 5 7 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000617931 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000617844 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146964893 146965104 ENST00000611443 protein_coding 4 5 8 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000617931 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000617844 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146966464 146966673 ENST00000611443 protein_coding 4 5 9 NBPF12 ENSG00000268043 +CDS chr1 146966499 146966673 ENST00000613714 protein_coding 2 5 2 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000617931 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000617844 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000439206 protein_coding 6 5 3 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000611443 protein_coding 4 5 10 NBPF12 ENSG00000268043 +CDS chr1 146968448 146968550 ENST00000613714 protein_coding 2 5 3 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000617931 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000617844 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000439206 protein_coding 6 5 4 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000611443 protein_coding 4 5 11 NBPF12 ENSG00000268043 +CDS chr1 146969382 146969596 ENST00000613714 protein_coding 2 5 4 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000617931 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000617844 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000439206 protein_coding 6 5 5 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000611443 protein_coding 4 5 12 NBPF12 ENSG00000268043 +CDS chr1 146970647 146970719 ENST00000613714 protein_coding 2 5 5 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000617931 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000617844 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000611443 protein_coding 4 5 13 NBPF12 ENSG00000268043 +CDS chr1 146971183 146971394 ENST00000613714 protein_coding 2 5 6 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000617931 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000617844 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000611443 protein_coding 4 5 14 NBPF12 ENSG00000268043 +CDS chr1 146972751 146972960 ENST00000613714 protein_coding 2 5 7 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000617931 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000617844 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000611443 protein_coding 4 5 15 NBPF12 ENSG00000268043 +CDS chr1 146974739 146974841 ENST00000613714 protein_coding 2 5 8 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000617931 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000617844 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000611443 protein_coding 4 5 16 NBPF12 ENSG00000268043 +CDS chr1 146975677 146975891 ENST00000613714 protein_coding 2 5 9 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000617931 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000617844 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000611443 protein_coding 4 5 17 NBPF12 ENSG00000268043 +CDS chr1 146976929 146977001 ENST00000613714 protein_coding 2 5 10 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000617931 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000617844 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000439206 protein_coding 6 5 6 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000611443 protein_coding 4 5 18 NBPF12 ENSG00000268043 +CDS chr1 146977466 146977671 ENST00000613714 protein_coding 2 5 11 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000617931 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000617844 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000439206 protein_coding 6 5 7 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000611443 protein_coding 4 5 19 NBPF12 ENSG00000268043 +CDS chr1 146978959 146979010 ENST00000613714 protein_coding 2 5 12 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000617931 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000617844 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000439206 protein_coding 6 5 8 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000611443 protein_coding 4 5 20 NBPF12 ENSG00000268043 +CDS chr1 146982928 146983091 ENST00000613714 protein_coding 2 5 13 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000617931 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000617844 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000439206 protein_coding 6 5 9 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000611443 protein_coding 4 5 21 NBPF12 ENSG00000268043 +CDS chr1 146984134 146984185 ENST00000613714 protein_coding 2 5 14 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000617931 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000617844 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146984813 146984985 ENST00000611443 protein_coding 4 5 22 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000617931 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000617844 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146985705 146985756 ENST00000611443 protein_coding 4 5 23 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000617931 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000617844 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000439206 protein_coding 6 5 10 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000611443 protein_coding 4 5 24 NBPF12 ENSG00000268043 +CDS chr1 146986352 146986524 ENST00000613714 protein_coding 2 5 15 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000617931 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000617844 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000439206 protein_coding 6 5 11 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000611443 protein_coding 4 5 25 NBPF12 ENSG00000268043 +CDS chr1 146987234 146987285 ENST00000613714 protein_coding 2 5 16 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000617931 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000617844 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000439206 protein_coding 6 5 12 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000611443 protein_coding 4 5 26 NBPF12 ENSG00000268043 +CDS chr1 146987954 146988126 ENST00000613714 protein_coding 2 5 17 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000617931 protein_coding 4 5 29 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000617844 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000611443 protein_coding 4 5 27 NBPF12 ENSG00000268043 +CDS chr1 146988841 146988949 ENST00000613714 protein_coding 2 5 18 NBPF12 ENSG00000268043 +CDS chr1 146989574 146989746 ENST00000617931 protein_coding 4 5 30 NBPF12 ENSG00000268043 +CDS chr1 146989574 146989746 ENST00000617844 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000617931 protein_coding 4 5 31 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000617844 protein_coding 4 5 29 NBPF12 ENSG00000268043 +CDS chr1 146990466 146990517 ENST00000439206 protein_coding 6 5 13 NBPF12 ENSG00000268043 +CDS chr1 146991113 146991285 ENST00000617931 protein_coding 4 5 32 NBPF12 ENSG00000268043 +CDS chr1 146991113 146991285 ENST00000617844 protein_coding 4 5 30 NBPF12 ENSG00000268043 +CDS chr1 146991995 146992046 ENST00000617931 protein_coding 4 5 33 NBPF12 ENSG00000268043 +CDS chr1 146991995 146992046 ENST00000617844 protein_coding 4 5 31 NBPF12 ENSG00000268043 +CDS chr1 146992712 146992884 ENST00000617931 protein_coding 4 5 34 NBPF12 ENSG00000268043 +CDS chr1 146992712 146992884 ENST00000617844 protein_coding 4 5 32 NBPF12 ENSG00000268043 +CDS chr1 146993599 146993707 ENST00000617931 protein_coding 4 5 35 NBPF12 ENSG00000268043 +CDS chr1 146993599 146993707 ENST00000617844 protein_coding 4 5 33 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000617931 protein_coding 4 5 36 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000617844 protein_coding 4 5 34 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000439206 protein_coding 6 5 14 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000611443 protein_coding 4 5 28 NBPF12 ENSG00000268043 +CDS chr1 146994332 146994572 ENST00000613714 protein_coding 2 5 19 NBPF12 ENSG00000268043 +transcript chr1 147155106 147172470 ENST00000254101 protein_coding 4 1 NA PRKAB2 ENSG00000131791 +CDS chr1 147159568 147159642 ENST00000254101 protein_coding 4 1 8 PRKAB2 ENSG00000131791 +CDS chr1 147161712 147161780 ENST00000254101 protein_coding 4 1 7 PRKAB2 ENSG00000131791 +CDS chr1 147162440 147162573 ENST00000254101 protein_coding 4 1 6 PRKAB2 ENSG00000131791 +CDS chr1 147166498 147166618 ENST00000254101 protein_coding 4 1 5 PRKAB2 ENSG00000131791 +CDS chr1 147166846 147166939 ENST00000254101 protein_coding 4 1 4 PRKAB2 ENSG00000131791 +CDS chr1 147167767 147167933 ENST00000254101 protein_coding 4 1 3 PRKAB2 ENSG00000131791 +CDS chr1 147171989 147172144 ENST00000254101 protein_coding 4 1 2 PRKAB2 ENSG00000131791 +transcript chr1 147184305 147225353 ENST00000441068 protein_coding 6 1 NA FMO5 ENSG00000131781 +transcript chr1 147184492 147225638 ENST00000578284 protein_coding 5 5 NA FMO5 ENSG00000131781 +CDS chr1 147184495 147184630 ENST00000441068 protein_coding 6 1 9 FMO5 ENSG00000131781 +CDS chr1 147184495 147184630 ENST00000578284 protein_coding 5 5 9 FMO5 ENSG00000131781 +transcript chr1 147186261 147225339 ENST00000254090 protein_coding 9 1 NA FMO5 ENSG00000131781 +transcript chr1 147186261 147225309 ENST00000369272 protein_coding 7 1 NA FMO5 ENSG00000131781 +CDS chr1 147186903 147187245 ENST00000254090 protein_coding 9 1 9 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000441068 protein_coding 6 1 8 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000254090 protein_coding 9 1 8 FMO5 ENSG00000131781 +CDS chr1 147190177 147190249 ENST00000578284 protein_coding 5 5 8 FMO5 ENSG00000131781 +CDS chr1 147190225 147190249 ENST00000369272 protein_coding 7 1 6 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000441068 protein_coding 6 1 7 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000254090 protein_coding 9 1 7 FMO5 ENSG00000131781 +CDS chr1 147201152 147201504 ENST00000578284 protein_coding 5 5 7 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000441068 protein_coding 6 1 6 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000254090 protein_coding 9 1 6 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000369272 protein_coding 7 1 5 FMO5 ENSG00000131781 +CDS chr1 147208852 147209051 ENST00000578284 protein_coding 5 5 6 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000441068 protein_coding 6 1 5 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000254090 protein_coding 9 1 5 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000369272 protein_coding 7 1 4 FMO5 ENSG00000131781 +CDS chr1 147212393 147212535 ENST00000578284 protein_coding 5 5 5 FMO5 ENSG00000131781 +transcript chr1 147212447 147225631 ENST00000533174 protein_coding 5 4 NA FMO5 ENSG00000131781 +CDS chr1 147212447 147212535 ENST00000533174 protein_coding 5 4 5 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000441068 protein_coding 6 1 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000254090 protein_coding 9 1 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000369272 protein_coding 7 1 3 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000533174 protein_coding 5 4 4 FMO5 ENSG00000131781 +CDS chr1 147213308 147213470 ENST00000578284 protein_coding 5 5 4 FMO5 ENSG00000131781 +transcript chr1 147213359 147225873 ENST00000533848 protein_coding 2 4 NA FMO5 ENSG00000131781 +CDS chr1 147213359 147213470 ENST00000533848 protein_coding 2 4 4 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000441068 protein_coding 6 1 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000254090 protein_coding 9 1 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000369272 protein_coding 7 1 2 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000533174 protein_coding 5 4 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000533848 protein_coding 2 4 3 FMO5 ENSG00000131781 +CDS chr1 147215754 147215942 ENST00000578284 protein_coding 5 5 3 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000441068 protein_coding 6 1 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000254090 protein_coding 9 1 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000369272 protein_coding 7 1 1 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000533174 protein_coding 5 4 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000533848 protein_coding 2 4 2 FMO5 ENSG00000131781 +CDS chr1 147224895 147225029 ENST00000578284 protein_coding 5 5 2 FMO5 ENSG00000131781 +transcript chr1 147242654 147295730 ENST00000652587 protein_coding 1 NA NA CHD1L ENSG00000131778 +transcript chr1 147242681 147295753 ENST00000361293 protein_coding 10 2 NA CHD1L ENSG00000131778 +transcript chr1 147242684 147295765 ENST00000369259 protein_coding 4 1 NA CHD1L ENSG00000131778 +transcript chr1 147242684 147295762 ENST00000369258 protein_coding 8 1 NA CHD1L ENSG00000131778 +transcript chr1 147242698 147295585 ENST00000650714 protein_coding 1 NA NA CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000652587 protein_coding 1 NA 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000361293 protein_coding 10 2 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000369259 protein_coding 4 1 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000369258 protein_coding 8 1 1 CHD1L ENSG00000131778 +CDS chr1 147242704 147242830 ENST00000650714 protein_coding 1 NA 1 CHD1L ENSG00000131778 +transcript chr1 147243140 147295689 ENST00000431239 protein_coding 6 5 NA CHD1L ENSG00000131778 +CDS chr1 147252623 147252735 ENST00000369258 protein_coding 8 1 2 CHD1L ENSG00000131778 +CDS chr1 147252623 147252735 ENST00000650714 protein_coding 1 NA 2 CHD1L ENSG00000131778 +CDS chr1 147252712 147252735 ENST00000431239 protein_coding 6 5 2 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000369258 protein_coding 8 1 3 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000650714 protein_coding 1 NA 3 CHD1L ENSG00000131778 +CDS chr1 147254870 147254976 ENST00000431239 protein_coding 6 5 3 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000369258 protein_coding 8 1 4 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000650714 protein_coding 1 NA 4 CHD1L ENSG00000131778 +CDS chr1 147255813 147255927 ENST00000431239 protein_coding 6 5 4 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000369258 protein_coding 8 1 5 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000650714 protein_coding 1 NA 5 CHD1L ENSG00000131778 +CDS chr1 147256531 147256562 ENST00000431239 protein_coding 6 5 5 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000369258 protein_coding 8 1 6 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000650714 protein_coding 1 NA 6 CHD1L ENSG00000131778 +CDS chr1 147259837 147259918 ENST00000431239 protein_coding 6 5 6 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000369258 protein_coding 8 1 7 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000650714 protein_coding 1 NA 7 CHD1L ENSG00000131778 +CDS chr1 147264422 147264584 ENST00000431239 protein_coding 6 5 7 CHD1L ENSG00000131778 +CDS chr1 147264429 147264584 ENST00000361293 protein_coding 10 2 2 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000361293 protein_coding 10 2 3 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000369259 protein_coding 4 1 2 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000369258 protein_coding 8 1 8 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000650714 protein_coding 1 NA 8 CHD1L ENSG00000131778 +CDS chr1 147265932 147266087 ENST00000431239 protein_coding 6 5 8 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000361293 protein_coding 10 2 4 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000369259 protein_coding 4 1 3 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000369258 protein_coding 8 1 9 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000650714 protein_coding 1 NA 9 CHD1L ENSG00000131778 +CDS chr1 147267426 147267518 ENST00000431239 protein_coding 6 5 9 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000361293 protein_coding 10 2 5 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000369259 protein_coding 4 1 4 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000369258 protein_coding 8 1 10 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000650714 protein_coding 1 NA 10 CHD1L ENSG00000131778 +CDS chr1 147268782 147268878 ENST00000431239 protein_coding 6 5 10 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000361293 protein_coding 10 2 6 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000369259 protein_coding 4 1 5 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000369258 protein_coding 8 1 11 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000650714 protein_coding 1 NA 11 CHD1L ENSG00000131778 +CDS chr1 147270932 147271005 ENST00000431239 protein_coding 6 5 11 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000361293 protein_coding 10 2 7 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000369259 protein_coding 4 1 6 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000369258 protein_coding 8 1 12 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000650714 protein_coding 1 NA 12 CHD1L ENSG00000131778 +CDS chr1 147272171 147272281 ENST00000431239 protein_coding 6 5 12 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000652587 protein_coding 1 NA 2 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000361293 protein_coding 10 2 8 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000369259 protein_coding 4 1 7 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000369258 protein_coding 8 1 13 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000650714 protein_coding 1 NA 13 CHD1L ENSG00000131778 +CDS chr1 147275354 147275468 ENST00000431239 protein_coding 6 5 13 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000652587 protein_coding 1 NA 3 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000361293 protein_coding 10 2 9 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000369259 protein_coding 4 1 8 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000369258 protein_coding 8 1 14 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000650714 protein_coding 1 NA 14 CHD1L ENSG00000131778 +CDS chr1 147276104 147276257 ENST00000431239 protein_coding 6 5 14 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000652587 protein_coding 1 NA 4 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000361293 protein_coding 10 2 10 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000369259 protein_coding 4 1 9 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000369258 protein_coding 8 1 15 CHD1L ENSG00000131778 +CDS chr1 147280026 147280191 ENST00000431239 protein_coding 6 5 15 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000652587 protein_coding 1 NA 5 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000361293 protein_coding 10 2 11 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000369259 protein_coding 4 1 10 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000369258 protein_coding 8 1 16 CHD1L ENSG00000131778 +CDS chr1 147284351 147284499 ENST00000431239 protein_coding 6 5 16 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000652587 protein_coding 1 NA 6 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000361293 protein_coding 10 2 12 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000369259 protein_coding 4 1 11 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000369258 protein_coding 8 1 17 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000650714 protein_coding 1 NA 15 CHD1L ENSG00000131778 +CDS chr1 147285324 147285487 ENST00000431239 protein_coding 6 5 17 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000652587 protein_coding 1 NA 7 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000361293 protein_coding 10 2 13 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000369259 protein_coding 4 1 12 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000369258 protein_coding 8 1 18 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000650714 protein_coding 1 NA 16 CHD1L ENSG00000131778 +CDS chr1 147286298 147286500 ENST00000431239 protein_coding 6 5 18 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000652587 protein_coding 1 NA 8 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000361293 protein_coding 10 2 14 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000369259 protein_coding 4 1 13 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000369258 protein_coding 8 1 19 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000650714 protein_coding 1 NA 17 CHD1L ENSG00000131778 +CDS chr1 147287635 147287733 ENST00000431239 protein_coding 6 5 19 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000652587 protein_coding 1 NA 9 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000361293 protein_coding 10 2 15 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000369259 protein_coding 4 1 14 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000369258 protein_coding 8 1 20 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000650714 protein_coding 1 NA 18 CHD1L ENSG00000131778 +CDS chr1 147291482 147291552 ENST00000431239 protein_coding 6 5 20 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000652587 protein_coding 1 NA 10 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000361293 protein_coding 10 2 16 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000369259 protein_coding 4 1 15 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000369258 protein_coding 8 1 21 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000650714 protein_coding 1 NA 19 CHD1L ENSG00000131778 +CDS chr1 147293608 147293722 ENST00000431239 protein_coding 6 5 21 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000652587 protein_coding 1 NA 11 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000361293 protein_coding 10 2 17 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000369259 protein_coding 4 1 16 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000369258 protein_coding 8 1 22 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000650714 protein_coding 1 NA 20 CHD1L ENSG00000131778 +CDS chr1 147294409 147294517 ENST00000431239 protein_coding 6 5 22 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000652587 protein_coding 1 NA 12 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000361293 protein_coding 10 2 18 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000369259 protein_coding 4 1 17 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000369258 protein_coding 8 1 23 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000650714 protein_coding 1 NA 21 CHD1L ENSG00000131778 +CDS chr1 147295431 147295506 ENST00000431239 protein_coding 6 5 23 CHD1L ENSG00000131778 +transcript chr1 147541501 147626180 ENST00000683836 protein_coding 1 NA NA BCL9 ENSG00000116128 +transcript chr1 147541501 147626216 ENST00000234739 protein_coding 8 1 NA BCL9 ENSG00000116128 +transcript chr1 147606785 147626198 ENST00000684121 protein_coding 1 NA NA BCL9 ENSG00000116128 +transcript chr1 147611590 147611796 ENST00000675347 protein_coding 1 NA NA NA ENSG00000288626 +CDS chr1 147611590 147611793 ENST00000675347 protein_coding 1 NA 1 NA ENSG00000288626 +CDS chr1 147611837 147611889 ENST00000683836 protein_coding 1 NA 4 BCL9 ENSG00000116128 +CDS chr1 147611837 147611889 ENST00000234739 protein_coding 8 1 4 BCL9 ENSG00000116128 +CDS chr1 147611837 147611889 ENST00000684121 protein_coding 1 NA 2 BCL9 ENSG00000116128 +CDS chr1 147612883 147613199 ENST00000683836 protein_coding 1 NA 5 BCL9 ENSG00000116128 +CDS chr1 147612883 147613199 ENST00000234739 protein_coding 8 1 5 BCL9 ENSG00000116128 +CDS chr1 147612883 147612977 ENST00000684121 protein_coding 1 NA 3 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000683836 protein_coding 1 NA 6 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000234739 protein_coding 8 1 6 BCL9 ENSG00000116128 +CDS chr1 147614427 147614616 ENST00000684121 protein_coding 1 NA 4 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000683836 protein_coding 1 NA 7 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000234739 protein_coding 8 1 7 BCL9 ENSG00000116128 +CDS chr1 147615803 147615902 ENST00000684121 protein_coding 1 NA 5 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000683836 protein_coding 1 NA 8 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000234739 protein_coding 8 1 8 BCL9 ENSG00000116128 +CDS chr1 147618816 147621057 ENST00000684121 protein_coding 1 NA 6 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000683836 protein_coding 1 NA 9 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000234739 protein_coding 8 1 9 BCL9 ENSG00000116128 +CDS chr1 147622271 147622531 ENST00000684121 protein_coding 1 NA 7 BCL9 ENSG00000116128 +CDS chr1 147623842 147624956 ENST00000234739 protein_coding 8 1 10 BCL9 ENSG00000116128 +CDS chr1 147623842 147624956 ENST00000684121 protein_coding 1 NA 8 BCL9 ENSG00000116128 +CDS chr1 147623878 147624956 ENST00000683836 protein_coding 1 NA 10 BCL9 ENSG00000116128 +transcript chr1 147629652 147659001 ENST00000609196 protein_coding 5 3 NA ACP6 ENSG00000162836 +CDS chr1 147631056 147631065 ENST00000609196 protein_coding 5 3 6 ACP6 ENSG00000162836 +transcript chr1 147642230 147670524 ENST00000583509 protein_coding 7 1 NA ACP6 ENSG00000162836 +CDS chr1 147647426 147647566 ENST00000583509 protein_coding 7 1 10 ACP6 ENSG00000162836 +CDS chr1 147648246 147648411 ENST00000583509 protein_coding 7 1 9 ACP6 ENSG00000162836 +transcript chr1 147649817 147670048 ENST00000487562 protein_coding 5 5 NA ACP6 ENSG00000162836 +CDS chr1 147650143 147650238 ENST00000609196 protein_coding 5 3 5 ACP6 ENSG00000162836 +CDS chr1 147650143 147650238 ENST00000583509 protein_coding 7 1 8 ACP6 ENSG00000162836 +transcript chr1 147651974 147670278 ENST00000392988 protein_coding 6 1 NA ACP6 ENSG00000162836 +CDS chr1 147652449 147652549 ENST00000609196 protein_coding 5 3 4 ACP6 ENSG00000162836 +CDS chr1 147652449 147652549 ENST00000583509 protein_coding 7 1 7 ACP6 ENSG00000162836 +transcript chr1 147652549 147659677 ENST00000611629 protein_coding 4 4 NA ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000487562 protein_coding 5 5 7 ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000392988 protein_coding 6 1 6 ACP6 ENSG00000162836 +CDS chr1 147652615 147652647 ENST00000611629 protein_coding 4 4 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000609196 protein_coding 5 3 3 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000583509 protein_coding 7 1 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000487562 protein_coding 5 5 6 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000392988 protein_coding 6 1 5 ACP6 ENSG00000162836 +CDS chr1 147654194 147654326 ENST00000611629 protein_coding 4 4 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000609196 protein_coding 5 3 2 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000583509 protein_coding 7 1 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000487562 protein_coding 5 5 5 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000392988 protein_coding 6 1 4 ACP6 ENSG00000162836 +CDS chr1 147655161 147655248 ENST00000611629 protein_coding 4 4 4 ACP6 ENSG00000162836 +transcript chr1 147655226 147670452 ENST00000493129 protein_coding 2 5 NA ACP6 ENSG00000162836 +CDS chr1 147655226 147655248 ENST00000493129 protein_coding 2 5 6 ACP6 ENSG00000162836 +CDS chr1 147658960 147659001 ENST00000609196 protein_coding 5 3 1 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000583509 protein_coding 7 1 4 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000487562 protein_coding 5 5 4 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000392988 protein_coding 6 1 3 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000611629 protein_coding 4 4 3 ACP6 ENSG00000162836 +CDS chr1 147658960 147659039 ENST00000493129 protein_coding 2 5 5 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000583509 protein_coding 7 1 3 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000487562 protein_coding 5 5 3 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000392988 protein_coding 6 1 2 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000611629 protein_coding 4 4 2 ACP6 ENSG00000162836 +CDS chr1 147659396 147659526 ENST00000493129 protein_coding 2 5 4 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000583509 protein_coding 7 1 2 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000487562 protein_coding 5 5 2 ACP6 ENSG00000162836 +CDS chr1 147659647 147659677 ENST00000611629 protein_coding 4 4 1 ACP6 ENSG00000162836 +CDS chr1 147659647 147659775 ENST00000493129 protein_coding 2 5 3 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000583509 protein_coding 7 1 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000487562 protein_coding 5 5 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147670048 ENST00000392988 protein_coding 6 1 1 ACP6 ENSG00000162836 +CDS chr1 147669830 147669895 ENST00000493129 protein_coding 2 5 2 ACP6 ENSG00000162836 +transcript chr1 147756199 147760602 ENST00000579774 protein_coding 3 1 NA GJA5 ENSG00000265107 +transcript chr1 147756200 147773362 ENST00000621517 protein_coding 1 2 NA GJA5 ENSG00000265107 +CDS chr1 147758165 147759238 ENST00000579774 protein_coding 3 1 2 GJA5 ENSG00000265107 +CDS chr1 147758165 147759238 ENST00000621517 protein_coding 1 2 2 GJA5 ENSG00000265107 +transcript chr1 147758484 147773354 ENST00000430508 protein_coding 1 2 NA GJA5 ENSG00000265107 +CDS chr1 147758484 147759238 ENST00000430508 protein_coding 1 2 2 GJA5 ENSG00000265107 +transcript chr1 147902795 147909269 ENST00000369235 protein_coding 2 NA NA GJA8 ENSG00000121634 +CDS chr1 147907956 147909254 ENST00000369235 protein_coding 2 NA 2 GJA8 ENSG00000121634 +transcript chr1 147928420 147993592 ENST00000314163 protein_coding 12 1 NA GPR89B ENSG00000188092 +transcript chr1 147928436 147966645 ENST00000468618 protein_coding 6 3 NA GPR89B ENSG00000188092 +CDS chr1 147928537 147928578 ENST00000314163 protein_coding 12 1 1 GPR89B ENSG00000188092 +CDS chr1 147928537 147928578 ENST00000468618 protein_coding 6 3 1 GPR89B ENSG00000188092 +CDS chr1 147936627 147936686 ENST00000314163 protein_coding 12 1 2 GPR89B ENSG00000188092 +CDS chr1 147938714 147938817 ENST00000314163 protein_coding 12 1 3 GPR89B ENSG00000188092 +CDS chr1 147938714 147938817 ENST00000468618 protein_coding 6 3 2 GPR89B ENSG00000188092 +CDS chr1 147943438 147943544 ENST00000314163 protein_coding 12 1 4 GPR89B ENSG00000188092 +CDS chr1 147943438 147943544 ENST00000468618 protein_coding 6 3 3 GPR89B ENSG00000188092 +CDS chr1 147943997 147944098 ENST00000314163 protein_coding 12 1 5 GPR89B ENSG00000188092 +CDS chr1 147943997 147944098 ENST00000468618 protein_coding 6 3 4 GPR89B ENSG00000188092 +CDS chr1 147953345 147953465 ENST00000314163 protein_coding 12 1 6 GPR89B ENSG00000188092 +CDS chr1 147953345 147953465 ENST00000468618 protein_coding 6 3 5 GPR89B ENSG00000188092 +CDS chr1 147954322 147954402 ENST00000314163 protein_coding 12 1 7 GPR89B ENSG00000188092 +CDS chr1 147954322 147954402 ENST00000468618 protein_coding 6 3 6 GPR89B ENSG00000188092 +CDS chr1 147966554 147966663 ENST00000314163 protein_coding 12 1 8 GPR89B ENSG00000188092 +CDS chr1 147966554 147966645 ENST00000468618 protein_coding 6 3 7 GPR89B ENSG00000188092 +CDS chr1 147968875 147968963 ENST00000314163 protein_coding 12 1 9 GPR89B ENSG00000188092 +CDS chr1 147969867 147969959 ENST00000314163 protein_coding 12 1 10 GPR89B ENSG00000188092 +CDS chr1 147986199 147986294 ENST00000314163 protein_coding 12 1 11 GPR89B ENSG00000188092 +CDS chr1 147988432 147988521 ENST00000314163 protein_coding 12 1 12 GPR89B ENSG00000188092 +CDS chr1 147992502 147992567 ENST00000314163 protein_coding 12 1 13 GPR89B ENSG00000188092 +CDS chr1 147992711 147992914 ENST00000314163 protein_coding 12 1 14 GPR89B ENSG00000188092 +transcript chr1 148102047 148127288 ENST00000614015 protein_coding 4 2 NA NBPF11 ENSG00000263956 +transcript chr1 148102151 148152322 ENST00000615281 protein_coding 4 1 NA NBPF11 ENSG00000263956 +transcript chr1 148102151 148152281 ENST00000682118 protein_coding 1 NA NA NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000614015 protein_coding 4 2 21 NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000615281 protein_coding 4 1 24 NBPF11 ENSG00000263956 +CDS chr1 148103899 148103912 ENST00000682118 protein_coding 1 NA 24 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000614015 protein_coding 4 2 20 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000615281 protein_coding 4 1 23 NBPF11 ENSG00000263956 +CDS chr1 148104537 148104645 ENST00000682118 protein_coding 1 NA 23 NBPF11 ENSG00000263956 +transcript chr1 148104583 148137802 ENST00000613531 protein_coding 1 1 NA NBPF11 ENSG00000263956 +CDS chr1 148104583 148104645 ENST00000613531 protein_coding 1 1 22 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000614015 protein_coding 4 2 19 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000615281 protein_coding 4 1 22 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000613531 protein_coding 1 1 21 NBPF11 ENSG00000263956 +CDS chr1 148105360 148105528 ENST00000682118 protein_coding 1 NA 22 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000614015 protein_coding 4 2 18 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000615281 protein_coding 4 1 21 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000613531 protein_coding 1 1 20 NBPF11 ENSG00000263956 +CDS chr1 148106181 148106232 ENST00000682118 protein_coding 1 NA 21 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000614015 protein_coding 4 2 17 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000615281 protein_coding 4 1 20 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000613531 protein_coding 1 1 19 NBPF11 ENSG00000263956 +CDS chr1 148106942 148107114 ENST00000682118 protein_coding 1 NA 20 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000614015 protein_coding 4 2 16 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000615281 protein_coding 4 1 19 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000613531 protein_coding 1 1 18 NBPF11 ENSG00000263956 +CDS chr1 148107711 148107762 ENST00000682118 protein_coding 1 NA 19 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000614015 protein_coding 4 2 15 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000615281 protein_coding 4 1 18 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000613531 protein_coding 1 1 17 NBPF11 ENSG00000263956 +CDS chr1 148108482 148108654 ENST00000682118 protein_coding 1 NA 18 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000614015 protein_coding 4 2 14 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000615281 protein_coding 4 1 17 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000613531 protein_coding 1 1 16 NBPF11 ENSG00000263956 +CDS chr1 148109284 148109335 ENST00000682118 protein_coding 1 NA 17 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000614015 protein_coding 4 2 13 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000615281 protein_coding 4 1 16 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000613531 protein_coding 1 1 15 NBPF11 ENSG00000263956 +CDS chr1 148110378 148110541 ENST00000682118 protein_coding 1 NA 16 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000614015 protein_coding 4 2 12 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000615281 protein_coding 4 1 15 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000613531 protein_coding 1 1 14 NBPF11 ENSG00000263956 +CDS chr1 148114437 148114488 ENST00000682118 protein_coding 1 NA 15 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000614015 protein_coding 4 2 11 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000615281 protein_coding 4 1 14 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000613531 protein_coding 1 1 13 NBPF11 ENSG00000263956 +CDS chr1 148115793 148115998 ENST00000682118 protein_coding 1 NA 14 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000614015 protein_coding 4 2 10 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000615281 protein_coding 4 1 13 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000613531 protein_coding 1 1 12 NBPF11 ENSG00000263956 +CDS chr1 148116463 148116535 ENST00000682118 protein_coding 1 NA 13 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000614015 protein_coding 4 2 9 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000615281 protein_coding 4 1 12 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000613531 protein_coding 1 1 11 NBPF11 ENSG00000263956 +CDS chr1 148117572 148117786 ENST00000682118 protein_coding 1 NA 12 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000614015 protein_coding 4 2 8 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000615281 protein_coding 4 1 11 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000613531 protein_coding 1 1 10 NBPF11 ENSG00000263956 +CDS chr1 148118620 148118722 ENST00000682118 protein_coding 1 NA 11 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000614015 protein_coding 4 2 7 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000615281 protein_coding 4 1 10 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000613531 protein_coding 1 1 9 NBPF11 ENSG00000263956 +CDS chr1 148120501 148120710 ENST00000682118 protein_coding 1 NA 10 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000614015 protein_coding 4 2 6 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000615281 protein_coding 4 1 9 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000613531 protein_coding 1 1 8 NBPF11 ENSG00000263956 +CDS chr1 148122055 148122266 ENST00000682118 protein_coding 1 NA 9 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000614015 protein_coding 4 2 5 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000615281 protein_coding 4 1 8 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000613531 protein_coding 1 1 7 NBPF11 ENSG00000263956 +CDS chr1 148122729 148122801 ENST00000682118 protein_coding 1 NA 8 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000614015 protein_coding 4 2 4 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000615281 protein_coding 4 1 7 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000613531 protein_coding 1 1 6 NBPF11 ENSG00000263956 +CDS chr1 148123853 148124067 ENST00000682118 protein_coding 1 NA 7 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000614015 protein_coding 4 2 3 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000615281 protein_coding 4 1 6 NBPF11 ENSG00000263956 +CDS chr1 148124899 148125001 ENST00000682118 protein_coding 1 NA 6 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000614015 protein_coding 4 2 2 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000615281 protein_coding 4 1 5 NBPF11 ENSG00000263956 +CDS chr1 148126829 148126881 ENST00000613531 protein_coding 1 1 5 NBPF11 ENSG00000263956 +CDS chr1 148126829 148127003 ENST00000682118 protein_coding 1 NA 5 NBPF11 ENSG00000263956 +transcript chr1 148482548 148483302 ENST00000419275 protein_coding 3 NA NA PPIAL4G ENSG00000236334 +CDS chr1 148482761 148483252 ENST00000419275 protein_coding 3 NA 1 PPIAL4G ENSG00000236334 +transcript chr1 148531385 148595717 ENST00000614999 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148531385 148596011 ENST00000619423 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532118 148593685 ENST00000621066 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000611826 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000616120 protein_coding 4 5 NA NBPF14 ENSG00000270629 +transcript chr1 148532979 148595890 ENST00000621070 protein_coding 4 5 NA NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000614999 protein_coding 4 5 66 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000619423 protein_coding 4 5 71 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000621066 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000611826 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148533008 148533248 ENST00000621070 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148533861 148533969 ENST00000614999 protein_coding 4 5 65 NBPF14 ENSG00000270629 +CDS chr1 148533861 148533969 ENST00000619423 protein_coding 4 5 70 NBPF14 ENSG00000270629 +CDS chr1 148534684 148534856 ENST00000614999 protein_coding 4 5 64 NBPF14 ENSG00000270629 +CDS chr1 148534684 148534856 ENST00000619423 protein_coding 4 5 69 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000614999 protein_coding 4 5 63 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000619423 protein_coding 4 5 68 NBPF14 ENSG00000270629 +CDS chr1 148535453 148535504 ENST00000611826 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148536224 148536396 ENST00000614999 protein_coding 4 5 62 NBPF14 ENSG00000270629 +CDS chr1 148536224 148536396 ENST00000619423 protein_coding 4 5 67 NBPF14 ENSG00000270629 +CDS chr1 148537011 148537119 ENST00000614999 protein_coding 4 5 61 NBPF14 ENSG00000270629 +CDS chr1 148537011 148537119 ENST00000619423 protein_coding 4 5 66 NBPF14 ENSG00000270629 +CDS chr1 148537834 148538006 ENST00000614999 protein_coding 4 5 60 NBPF14 ENSG00000270629 +CDS chr1 148537834 148538006 ENST00000619423 protein_coding 4 5 65 NBPF14 ENSG00000270629 +CDS chr1 148538649 148538700 ENST00000614999 protein_coding 4 5 59 NBPF14 ENSG00000270629 +CDS chr1 148538649 148538700 ENST00000619423 protein_coding 4 5 64 NBPF14 ENSG00000270629 +CDS chr1 148539410 148539582 ENST00000614999 protein_coding 4 5 58 NBPF14 ENSG00000270629 +CDS chr1 148539410 148539582 ENST00000619423 protein_coding 4 5 63 NBPF14 ENSG00000270629 +CDS chr1 148540179 148540230 ENST00000614999 protein_coding 4 5 57 NBPF14 ENSG00000270629 +CDS chr1 148540179 148540230 ENST00000619423 protein_coding 4 5 62 NBPF14 ENSG00000270629 +CDS chr1 148540950 148541122 ENST00000614999 protein_coding 4 5 56 NBPF14 ENSG00000270629 +CDS chr1 148540950 148541122 ENST00000619423 protein_coding 4 5 61 NBPF14 ENSG00000270629 +CDS chr1 148541731 148541839 ENST00000614999 protein_coding 4 5 55 NBPF14 ENSG00000270629 +CDS chr1 148541731 148541839 ENST00000619423 protein_coding 4 5 60 NBPF14 ENSG00000270629 +CDS chr1 148542554 148542726 ENST00000614999 protein_coding 4 5 54 NBPF14 ENSG00000270629 +CDS chr1 148542554 148542726 ENST00000619423 protein_coding 4 5 59 NBPF14 ENSG00000270629 +CDS chr1 148543363 148543414 ENST00000614999 protein_coding 4 5 53 NBPF14 ENSG00000270629 +CDS chr1 148543363 148543414 ENST00000619423 protein_coding 4 5 58 NBPF14 ENSG00000270629 +CDS chr1 148544124 148544296 ENST00000614999 protein_coding 4 5 52 NBPF14 ENSG00000270629 +CDS chr1 148544124 148544296 ENST00000619423 protein_coding 4 5 57 NBPF14 ENSG00000270629 +CDS chr1 148544893 148544944 ENST00000614999 protein_coding 4 5 51 NBPF14 ENSG00000270629 +CDS chr1 148544893 148544944 ENST00000619423 protein_coding 4 5 56 NBPF14 ENSG00000270629 +CDS chr1 148545664 148545836 ENST00000614999 protein_coding 4 5 50 NBPF14 ENSG00000270629 +CDS chr1 148545664 148545836 ENST00000619423 protein_coding 4 5 55 NBPF14 ENSG00000270629 +CDS chr1 148546445 148546553 ENST00000614999 protein_coding 4 5 49 NBPF14 ENSG00000270629 +CDS chr1 148546445 148546553 ENST00000619423 protein_coding 4 5 54 NBPF14 ENSG00000270629 +CDS chr1 148547268 148547440 ENST00000614999 protein_coding 4 5 48 NBPF14 ENSG00000270629 +CDS chr1 148547268 148547440 ENST00000619423 protein_coding 4 5 53 NBPF14 ENSG00000270629 +CDS chr1 148548071 148548122 ENST00000614999 protein_coding 4 5 47 NBPF14 ENSG00000270629 +CDS chr1 148548071 148548122 ENST00000619423 protein_coding 4 5 52 NBPF14 ENSG00000270629 +CDS chr1 148548832 148549004 ENST00000614999 protein_coding 4 5 46 NBPF14 ENSG00000270629 +CDS chr1 148548832 148549004 ENST00000619423 protein_coding 4 5 51 NBPF14 ENSG00000270629 +CDS chr1 148549601 148549652 ENST00000614999 protein_coding 4 5 45 NBPF14 ENSG00000270629 +CDS chr1 148549601 148549652 ENST00000619423 protein_coding 4 5 50 NBPF14 ENSG00000270629 +CDS chr1 148550372 148550544 ENST00000614999 protein_coding 4 5 44 NBPF14 ENSG00000270629 +CDS chr1 148550372 148550544 ENST00000619423 protein_coding 4 5 49 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000614999 protein_coding 4 5 43 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000619423 protein_coding 4 5 48 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000621066 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148551153 148551261 ENST00000621070 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000614999 protein_coding 4 5 42 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000619423 protein_coding 4 5 47 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000621066 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000611826 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148551976 148552148 ENST00000621070 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000614999 protein_coding 4 5 41 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000619423 protein_coding 4 5 46 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000621066 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000611826 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148552779 148552830 ENST00000621070 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148553540 148553712 ENST00000614999 protein_coding 4 5 40 NBPF14 ENSG00000270629 +CDS chr1 148553540 148553712 ENST00000619423 protein_coding 4 5 45 NBPF14 ENSG00000270629 +CDS chr1 148554309 148554360 ENST00000614999 protein_coding 4 5 39 NBPF14 ENSG00000270629 +CDS chr1 148554309 148554360 ENST00000619423 protein_coding 4 5 44 NBPF14 ENSG00000270629 +CDS chr1 148555080 148555252 ENST00000614999 protein_coding 4 5 38 NBPF14 ENSG00000270629 +CDS chr1 148555080 148555252 ENST00000619423 protein_coding 4 5 43 NBPF14 ENSG00000270629 +CDS chr1 148555867 148555975 ENST00000614999 protein_coding 4 5 37 NBPF14 ENSG00000270629 +CDS chr1 148555867 148555975 ENST00000619423 protein_coding 4 5 42 NBPF14 ENSG00000270629 +CDS chr1 148556690 148556862 ENST00000614999 protein_coding 4 5 36 NBPF14 ENSG00000270629 +CDS chr1 148556690 148556862 ENST00000619423 protein_coding 4 5 41 NBPF14 ENSG00000270629 +CDS chr1 148557491 148557542 ENST00000614999 protein_coding 4 5 35 NBPF14 ENSG00000270629 +CDS chr1 148557491 148557542 ENST00000619423 protein_coding 4 5 40 NBPF14 ENSG00000270629 +CDS chr1 148558252 148558424 ENST00000614999 protein_coding 4 5 34 NBPF14 ENSG00000270629 +CDS chr1 148558252 148558424 ENST00000619423 protein_coding 4 5 39 NBPF14 ENSG00000270629 +CDS chr1 148559021 148559072 ENST00000614999 protein_coding 4 5 33 NBPF14 ENSG00000270629 +CDS chr1 148559021 148559072 ENST00000619423 protein_coding 4 5 38 NBPF14 ENSG00000270629 +CDS chr1 148559793 148559965 ENST00000614999 protein_coding 4 5 32 NBPF14 ENSG00000270629 +CDS chr1 148559793 148559965 ENST00000619423 protein_coding 4 5 37 NBPF14 ENSG00000270629 +CDS chr1 148560584 148560692 ENST00000614999 protein_coding 4 5 31 NBPF14 ENSG00000270629 +CDS chr1 148560584 148560692 ENST00000619423 protein_coding 4 5 36 NBPF14 ENSG00000270629 +CDS chr1 148561407 148561579 ENST00000614999 protein_coding 4 5 30 NBPF14 ENSG00000270629 +CDS chr1 148561407 148561579 ENST00000619423 protein_coding 4 5 35 NBPF14 ENSG00000270629 +CDS chr1 148562236 148562287 ENST00000614999 protein_coding 4 5 29 NBPF14 ENSG00000270629 +CDS chr1 148562236 148562287 ENST00000619423 protein_coding 4 5 34 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000614999 protein_coding 4 5 28 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000619423 protein_coding 4 5 33 NBPF14 ENSG00000270629 +CDS chr1 148562997 148563169 ENST00000621066 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000614999 protein_coding 4 5 27 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000619423 protein_coding 4 5 32 NBPF14 ENSG00000270629 +CDS chr1 148563766 148563817 ENST00000621066 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000614999 protein_coding 4 5 26 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000619423 protein_coding 4 5 31 NBPF14 ENSG00000270629 +CDS chr1 148564539 148564711 ENST00000621066 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148565320 148565428 ENST00000614999 protein_coding 4 5 25 NBPF14 ENSG00000270629 +CDS chr1 148565320 148565428 ENST00000619423 protein_coding 4 5 30 NBPF14 ENSG00000270629 +CDS chr1 148566143 148566315 ENST00000614999 protein_coding 4 5 24 NBPF14 ENSG00000270629 +CDS chr1 148566143 148566315 ENST00000619423 protein_coding 4 5 29 NBPF14 ENSG00000270629 +CDS chr1 148566952 148567003 ENST00000614999 protein_coding 4 5 23 NBPF14 ENSG00000270629 +CDS chr1 148566952 148567003 ENST00000619423 protein_coding 4 5 28 NBPF14 ENSG00000270629 +CDS chr1 148567713 148567885 ENST00000614999 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148567713 148567885 ENST00000619423 protein_coding 4 5 27 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000614999 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000619423 protein_coding 4 5 26 NBPF14 ENSG00000270629 +CDS chr1 148568482 148568533 ENST00000621066 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000614999 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000619423 protein_coding 4 5 25 NBPF14 ENSG00000270629 +CDS chr1 148569255 148569427 ENST00000621066 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148570042 148570150 ENST00000614999 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148570042 148570150 ENST00000619423 protein_coding 4 5 24 NBPF14 ENSG00000270629 +CDS chr1 148570865 148571037 ENST00000614999 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148570865 148571037 ENST00000619423 protein_coding 4 5 23 NBPF14 ENSG00000270629 +CDS chr1 148571682 148571733 ENST00000619423 protein_coding 4 5 22 NBPF14 ENSG00000270629 +CDS chr1 148572443 148572615 ENST00000619423 protein_coding 4 5 21 NBPF14 ENSG00000270629 +CDS chr1 148573230 148573338 ENST00000619423 protein_coding 4 5 20 NBPF14 ENSG00000270629 +CDS chr1 148573230 148573338 ENST00000621066 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148574053 148574225 ENST00000619423 protein_coding 4 5 19 NBPF14 ENSG00000270629 +CDS chr1 148574053 148574225 ENST00000621066 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000614999 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000619423 protein_coding 4 5 18 NBPF14 ENSG00000270629 +CDS chr1 148574878 148574929 ENST00000621066 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000614999 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000619423 protein_coding 4 5 17 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000621066 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000611826 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148575639 148575811 ENST00000621070 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000614999 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000619423 protein_coding 4 5 16 NBPF14 ENSG00000270629 +CDS chr1 148576410 148576461 ENST00000621066 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000614999 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000619423 protein_coding 4 5 15 NBPF14 ENSG00000270629 +CDS chr1 148577183 148577355 ENST00000621066 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148577335 148577355 ENST00000616120 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000614999 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000619423 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000621066 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000611826 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000616120 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148577983 148578034 ENST00000621070 protein_coding 4 5 14 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000614999 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000619423 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000621066 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000611826 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148579074 148579237 ENST00000621070 protein_coding 4 5 13 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000614999 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000619423 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000621066 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000611826 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000616120 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148583141 148583192 ENST00000621070 protein_coding 4 5 12 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000614999 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000619423 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000621066 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000611826 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000616120 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148584471 148584676 ENST00000621070 protein_coding 4 5 11 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000614999 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000619423 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000621066 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000616120 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148585141 148585213 ENST00000621070 protein_coding 4 5 10 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000614999 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000619423 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000621066 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000616120 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148586255 148586469 ENST00000621070 protein_coding 4 5 9 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000614999 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000619423 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000616120 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148587301 148587403 ENST00000621070 protein_coding 4 5 8 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000614999 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000619423 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148589184 148589393 ENST00000621070 protein_coding 4 5 7 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000614999 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000619423 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148590757 148590968 ENST00000621070 protein_coding 4 5 6 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000614999 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000619423 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000611826 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148591432 148591504 ENST00000621070 protein_coding 4 5 5 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000614999 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000619423 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000611826 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148592552 148592766 ENST00000621070 protein_coding 4 5 4 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000614999 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000619423 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593668 ENST00000621066 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000611826 protein_coding 4 5 3 NBPF14 ENSG00000270629 +CDS chr1 148593598 148593700 ENST00000621070 protein_coding 4 5 3 NBPF14 ENSG00000270629 +transcript chr1 148593645 148679742 ENST00000606877 protein_coding 2 2 NA NBPF14 ENSG00000270629 +CDS chr1 148593645 148593700 ENST00000606877 protein_coding 2 2 8 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000614999 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000619423 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000611826 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000616120 protein_coding 4 5 1 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000621070 protein_coding 4 5 2 NBPF14 ENSG00000270629 +CDS chr1 148595543 148595717 ENST00000606877 protein_coding 2 2 7 NBPF14 ENSG00000270629 +transcript chr1 148607040 148679779 ENST00000593495 protein_coding 3 1 NA NOTCH2NLB ENSG00000286019 +CDS chr1 148607086 148607159 ENST00000593495 protein_coding 3 1 5 NOTCH2NLB ENSG00000286019 +CDS chr1 148607410 148607745 ENST00000593495 protein_coding 3 1 4 NOTCH2NLB ENSG00000286019 +CDS chr1 148615691 148615950 ENST00000593495 protein_coding 3 1 3 NOTCH2NLB ENSG00000286019 +CDS chr1 148640016 148640089 ENST00000593495 protein_coding 3 1 2 NOTCH2NLB ENSG00000286019 +CDS chr1 148679462 148679464 ENST00000593495 protein_coding 3 1 1 NOTCH2NLB ENSG00000286019 +transcript chr1 148748774 148752415 ENST00000322209 protein_coding 5 NA NA NUDT4B ENSG00000177144 +CDS chr1 148748953 148749495 ENST00000322209 protein_coding 5 NA 1 NUDT4B ENSG00000177144 +transcript chr1 148808181 148932725 ENST00000530472 protein_coding 5 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148808466 149032955 ENST00000524974 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148808478 148915750 ENST00000620605 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +transcript chr1 148808485 149032955 ENST00000585156 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000530472 protein_coding 5 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000524974 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000620605 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148808505 148808737 ENST00000585156 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +transcript chr1 148844382 149033019 ENST00000618462 protein_coding 4 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148844536 148932238 ENST00000533259 protein_coding 1 4 NA PDE4DIP ENSG00000178104 +transcript chr1 148844598 148868784 ENST00000618504 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +transcript chr1 148844605 148965514 ENST00000617454 protein_coding 4 3 NA PDE4DIP ENSG00000178104 +transcript chr1 148844613 148870651 ENST00000616206 protein_coding 4 2 NA PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000618462 protein_coding 4 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000618504 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000617454 protein_coding 4 3 1 PDE4DIP ENSG00000178104 +CDS chr1 148844775 148844794 ENST00000616206 protein_coding 4 2 1 PDE4DIP ENSG00000178104 +transcript chr1 148845306 148931810 ENST00000613995 protein_coding 4 5 NA PDE4DIP ENSG00000178104 +CDS chr1 148845445 148845467 ENST00000613995 protein_coding 4 5 1 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000530472 protein_coding 5 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000524974 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000620605 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000585156 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000618462 protein_coding 4 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000618504 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000617454 protein_coding 4 3 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000616206 protein_coding 4 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148863250 148863305 ENST00000613995 protein_coding 4 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000530472 protein_coding 5 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000524974 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000620605 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000585156 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000618462 protein_coding 4 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868640 ENST00000618504 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868589 ENST00000617454 protein_coding 4 3 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000616206 protein_coding 4 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148868471 148868622 ENST00000613995 protein_coding 4 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148870168 148870410 ENST00000616206 protein_coding 4 2 4 PDE4DIP ENSG00000178104 +transcript chr1 148889403 148937778 ENST00000534536 protein_coding 5 3 NA PDE4DIP ENSG00000178104 +transcript chr1 148889403 148932728 ENST00000464103 protein_coding 5 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148889463 149033016 ENST00000369356 protein_coding 8 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148889491 148889529 ENST00000534536 protein_coding 5 3 1 PDE4DIP ENSG00000178104 +CDS chr1 148889491 148889529 ENST00000464103 protein_coding 5 5 1 PDE4DIP ENSG00000178104 +transcript chr1 148889564 149033016 ENST00000369354 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889576 148932729 ENST00000369347 protein_coding 8 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889609 148993882 ENST00000369349 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148889645 148993882 ENST00000369351 protein_coding 7 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369356 protein_coding 8 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369354 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369347 protein_coding 8 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369349 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889754 148889894 ENST00000369351 protein_coding 7 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000530472 protein_coding 5 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000524974 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000620605 protein_coding 4 2 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000585156 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000618462 protein_coding 4 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000613995 protein_coding 4 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000534536 protein_coding 5 3 2 PDE4DIP ENSG00000178104 +CDS chr1 148889784 148889894 ENST00000464103 protein_coding 5 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148915507 148915611 ENST00000620605 protein_coding 4 2 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000530472 protein_coding 5 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000524974 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000585156 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000618462 protein_coding 4 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000613995 protein_coding 4 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000534536 protein_coding 5 3 3 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369356 protein_coding 8 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369354 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369347 protein_coding 8 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369349 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000369351 protein_coding 7 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148929197 148929273 ENST00000464103 protein_coding 5 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000530472 protein_coding 5 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000524974 protein_coding 5 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000585156 protein_coding 5 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000618462 protein_coding 4 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931810 ENST00000613995 protein_coding 4 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000534536 protein_coding 5 3 4 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369356 protein_coding 8 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369354 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369347 protein_coding 8 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369349 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000369351 protein_coding 7 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148931800 148931923 ENST00000464103 protein_coding 5 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148931805 148931923 ENST00000533259 protein_coding 1 4 3 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000530472 protein_coding 5 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000524974 protein_coding 5 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000585156 protein_coding 5 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000618462 protein_coding 4 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000534536 protein_coding 5 3 5 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369356 protein_coding 8 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369354 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000369347 protein_coding 8 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369349 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932288 ENST00000369351 protein_coding 7 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148932113 148932289 ENST00000464103 protein_coding 5 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148932121 148932238 ENST00000533259 protein_coding 1 4 4 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000524974 protein_coding 5 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000585156 protein_coding 5 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000618462 protein_coding 4 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937778 ENST00000534536 protein_coding 5 3 6 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369356 protein_coding 8 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369354 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369349 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148937747 148937864 ENST00000369351 protein_coding 7 1 5 PDE4DIP ENSG00000178104 +transcript chr1 148951937 148981746 ENST00000479408 protein_coding 6 5 NA PDE4DIP ENSG00000178104 +transcript chr1 148952124 148993880 ENST00000313431 protein_coding 13 1 NA PDE4DIP ENSG00000178104 +transcript chr1 148952341 148986477 ENST00000529945 protein_coding 2 1 NA PDE4DIP ENSG00000178104 +CDS chr1 148952781 148953905 ENST00000313431 protein_coding 13 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148952781 148953905 ENST00000529945 protein_coding 2 1 1 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000524974 protein_coding 5 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000585156 protein_coding 5 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000618462 protein_coding 4 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369356 protein_coding 8 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369354 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369349 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000369351 protein_coding 7 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000313431 protein_coding 13 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148960654 148960785 ENST00000529945 protein_coding 2 1 2 PDE4DIP ENSG00000178104 +CDS chr1 148960657 148960785 ENST00000479408 protein_coding 6 5 2 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000524974 protein_coding 5 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000585156 protein_coding 5 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000618462 protein_coding 4 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369356 protein_coding 8 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369354 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369349 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000369351 protein_coding 7 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000479408 protein_coding 6 5 3 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000313431 protein_coding 13 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148961837 148961956 ENST00000529945 protein_coding 2 1 3 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000524974 protein_coding 5 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000585156 protein_coding 5 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000618462 protein_coding 4 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369356 protein_coding 8 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369354 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369349 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000369351 protein_coding 7 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000479408 protein_coding 6 5 4 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000313431 protein_coding 13 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148962196 148962288 ENST00000529945 protein_coding 2 1 4 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000524974 protein_coding 5 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000585156 protein_coding 5 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000618462 protein_coding 4 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369356 protein_coding 8 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369354 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369349 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000369351 protein_coding 7 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000479408 protein_coding 6 5 5 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000313431 protein_coding 13 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148962428 148962640 ENST00000529945 protein_coding 2 1 5 PDE4DIP ENSG00000178104 +CDS chr1 148962455 148962640 ENST00000617454 protein_coding 4 3 4 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000524974 protein_coding 5 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000585156 protein_coding 5 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000618462 protein_coding 4 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965514 ENST00000617454 protein_coding 4 3 5 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369356 protein_coding 8 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369354 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369349 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000369351 protein_coding 7 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000479408 protein_coding 6 5 6 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000313431 protein_coding 13 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148965484 148965642 ENST00000529945 protein_coding 2 1 6 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000524974 protein_coding 5 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000585156 protein_coding 5 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000618462 protein_coding 4 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369356 protein_coding 8 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369354 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369349 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000369351 protein_coding 7 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000479408 protein_coding 6 5 7 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000313431 protein_coding 13 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148966543 148966656 ENST00000529945 protein_coding 2 1 7 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000524974 protein_coding 5 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000585156 protein_coding 5 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000618462 protein_coding 4 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369356 protein_coding 8 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369354 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369349 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000369351 protein_coding 7 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000479408 protein_coding 6 5 8 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000313431 protein_coding 13 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148966839 148966976 ENST00000529945 protein_coding 2 1 8 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000524974 protein_coding 5 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000585156 protein_coding 5 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000618462 protein_coding 4 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369356 protein_coding 8 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369354 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369349 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000369351 protein_coding 7 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000479408 protein_coding 6 5 9 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000313431 protein_coding 13 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148967726 148967905 ENST00000529945 protein_coding 2 1 9 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000524974 protein_coding 5 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000585156 protein_coding 5 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000618462 protein_coding 4 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369356 protein_coding 8 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369354 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369349 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000369351 protein_coding 7 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000479408 protein_coding 6 5 10 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000313431 protein_coding 13 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148968836 148969030 ENST00000529945 protein_coding 2 1 10 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000524974 protein_coding 5 5 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000585156 protein_coding 5 5 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000618462 protein_coding 4 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369356 protein_coding 8 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369354 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369349 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000369351 protein_coding 7 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000479408 protein_coding 6 5 11 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000313431 protein_coding 13 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148972180 148972344 ENST00000529945 protein_coding 2 1 11 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000524974 protein_coding 5 5 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000585156 protein_coding 5 5 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000618462 protein_coding 4 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369356 protein_coding 8 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369354 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369349 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000369351 protein_coding 7 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000479408 protein_coding 6 5 12 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000313431 protein_coding 13 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148972511 148972592 ENST00000529945 protein_coding 2 1 12 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000524974 protein_coding 5 5 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000585156 protein_coding 5 5 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000618462 protein_coding 4 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369356 protein_coding 8 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369354 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369349 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000369351 protein_coding 7 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000479408 protein_coding 6 5 13 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000313431 protein_coding 13 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148974514 148974605 ENST00000529945 protein_coding 2 1 13 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000524974 protein_coding 5 5 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000585156 protein_coding 5 5 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000618462 protein_coding 4 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369356 protein_coding 8 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369354 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369349 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000369351 protein_coding 7 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000479408 protein_coding 6 5 14 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000313431 protein_coding 13 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148977937 148978053 ENST00000529945 protein_coding 2 1 14 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000524974 protein_coding 5 5 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000585156 protein_coding 5 5 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000618462 protein_coding 4 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369356 protein_coding 8 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369354 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369349 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000369351 protein_coding 7 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000479408 protein_coding 6 5 15 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000313431 protein_coding 13 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148978278 148978415 ENST00000529945 protein_coding 2 1 15 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000524974 protein_coding 5 5 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000585156 protein_coding 5 5 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000618462 protein_coding 4 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369356 protein_coding 8 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369354 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369349 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000369351 protein_coding 7 1 20 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000479408 protein_coding 6 5 16 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000313431 protein_coding 13 1 16 PDE4DIP ENSG00000178104 +CDS chr1 148979737 148979849 ENST00000529945 protein_coding 2 1 16 PDE4DIP ENSG00000178104 +transcript chr1 148979795 148993882 ENST00000491426 protein_coding 3 2 NA PDE4DIP ENSG00000178104 +CDS chr1 148979795 148979849 ENST00000491426 protein_coding 3 2 1 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000524974 protein_coding 5 5 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000585156 protein_coding 5 5 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000618462 protein_coding 4 1 24 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369356 protein_coding 8 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369354 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369349 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000369351 protein_coding 7 1 21 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981441 ENST00000479408 protein_coding 6 5 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000313431 protein_coding 13 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981441 ENST00000529945 protein_coding 2 1 17 PDE4DIP ENSG00000178104 +CDS chr1 148981270 148981397 ENST00000491426 protein_coding 3 2 2 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000524974 protein_coding 5 5 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000585156 protein_coding 5 5 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000618462 protein_coding 4 1 25 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369356 protein_coding 8 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369354 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000369349 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148992033 ENST00000369351 protein_coding 7 1 22 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000313431 protein_coding 13 1 18 PDE4DIP ENSG00000178104 +CDS chr1 148991885 148991973 ENST00000491426 protein_coding 3 2 3 PDE4DIP ENSG00000178104 +CDS chr1 148992255 148992257 ENST00000369349 protein_coding 7 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148992255 148992257 ENST00000313431 protein_coding 13 1 19 PDE4DIP ENSG00000178104 +CDS chr1 148993485 148993496 ENST00000491426 protein_coding 3 2 4 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000524974 protein_coding 5 5 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000585156 protein_coding 5 5 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000618462 protein_coding 4 1 26 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000369356 protein_coding 8 1 23 PDE4DIP ENSG00000178104 +CDS chr1 148998143 148998375 ENST00000369354 protein_coding 7 1 23 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000524974 protein_coding 5 5 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000585156 protein_coding 5 5 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149001696 ENST00000618462 protein_coding 4 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000369356 protein_coding 8 1 24 PDE4DIP ENSG00000178104 +CDS chr1 149001591 149002026 ENST00000369354 protein_coding 7 1 24 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000524974 protein_coding 5 5 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000585156 protein_coding 5 5 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000618462 protein_coding 4 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000369356 protein_coding 8 1 25 PDE4DIP ENSG00000178104 +CDS chr1 149002850 149003042 ENST00000369354 protein_coding 7 1 25 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000618462 protein_coding 4 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000369356 protein_coding 8 1 26 PDE4DIP ENSG00000178104 +CDS chr1 149003611 149003730 ENST00000369354 protein_coding 7 1 26 PDE4DIP ENSG00000178104 +CDS chr1 149003614 149003730 ENST00000524974 protein_coding 5 5 29 PDE4DIP ENSG00000178104 +CDS chr1 149003614 149003730 ENST00000585156 protein_coding 5 5 29 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000524974 protein_coding 5 5 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000585156 protein_coding 5 5 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000618462 protein_coding 4 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000369356 protein_coding 8 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149004909 149005437 ENST00000369354 protein_coding 7 1 27 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000524974 protein_coding 5 5 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000585156 protein_coding 5 5 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000618462 protein_coding 4 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000369356 protein_coding 8 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149007201 149007436 ENST00000369354 protein_coding 7 1 28 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000524974 protein_coding 5 5 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000585156 protein_coding 5 5 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000618462 protein_coding 4 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000369356 protein_coding 8 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149008444 149008495 ENST00000369354 protein_coding 7 1 29 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000524974 protein_coding 5 5 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000585156 protein_coding 5 5 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000618462 protein_coding 4 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000369356 protein_coding 8 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149009568 149009791 ENST00000369354 protein_coding 7 1 30 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000585156 protein_coding 5 5 34 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000618462 protein_coding 4 1 34 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000369356 protein_coding 8 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149010443 149010595 ENST00000369354 protein_coding 7 1 31 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000524974 protein_coding 5 5 34 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000585156 protein_coding 5 5 35 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000369356 protein_coding 8 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149012591 149012776 ENST00000369354 protein_coding 7 1 32 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000524974 protein_coding 5 5 35 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000585156 protein_coding 5 5 36 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000618462 protein_coding 4 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000369356 protein_coding 8 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149016299 149016550 ENST00000369354 protein_coding 7 1 33 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000524974 protein_coding 5 5 36 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000585156 protein_coding 5 5 37 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000618462 protein_coding 4 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000369356 protein_coding 8 1 34 PDE4DIP ENSG00000178104 +CDS chr1 149017748 149017879 ENST00000369354 protein_coding 7 1 34 PDE4DIP ENSG00000178104 +transcript chr1 149017760 149028587 ENST00000530130 protein_coding 2 3 NA PDE4DIP ENSG00000178104 +CDS chr1 149017760 149017879 ENST00000530130 protein_coding 2 3 1 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000524974 protein_coding 5 5 37 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000585156 protein_coding 5 5 38 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000618462 protein_coding 4 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000369356 protein_coding 8 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000369354 protein_coding 7 1 35 PDE4DIP ENSG00000178104 +CDS chr1 149018542 149018661 ENST00000530130 protein_coding 2 3 2 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000524974 protein_coding 5 5 38 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000585156 protein_coding 5 5 39 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000618462 protein_coding 4 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000369356 protein_coding 8 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000369354 protein_coding 7 1 36 PDE4DIP ENSG00000178104 +CDS chr1 149020147 149020336 ENST00000530130 protein_coding 2 3 3 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000524974 protein_coding 5 5 39 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000585156 protein_coding 5 5 40 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000618462 protein_coding 4 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000369356 protein_coding 8 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000369354 protein_coding 7 1 37 PDE4DIP ENSG00000178104 +CDS chr1 149021029 149021153 ENST00000530130 protein_coding 2 3 4 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000524974 protein_coding 5 5 40 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000585156 protein_coding 5 5 41 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000618462 protein_coding 4 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000369356 protein_coding 8 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149024445 149024684 ENST00000369354 protein_coding 7 1 38 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000524974 protein_coding 5 5 41 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000585156 protein_coding 5 5 42 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000618462 protein_coding 4 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000369356 protein_coding 8 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000369354 protein_coding 7 1 39 PDE4DIP ENSG00000178104 +CDS chr1 149026715 149026831 ENST00000530130 protein_coding 2 3 5 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000524974 protein_coding 5 5 42 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000585156 protein_coding 5 5 43 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000618462 protein_coding 4 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000369356 protein_coding 8 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000369354 protein_coding 7 1 40 PDE4DIP ENSG00000178104 +CDS chr1 149027401 149027627 ENST00000530130 protein_coding 2 3 6 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000524974 protein_coding 5 5 43 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000585156 protein_coding 5 5 44 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000618462 protein_coding 4 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000369356 protein_coding 8 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028703 ENST00000369354 protein_coding 7 1 41 PDE4DIP ENSG00000178104 +CDS chr1 149028560 149028587 ENST00000530130 protein_coding 2 3 7 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000524974 protein_coding 5 5 44 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000585156 protein_coding 5 5 45 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000618462 protein_coding 4 1 44 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000369356 protein_coding 8 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149029787 149029925 ENST00000369354 protein_coding 7 1 42 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000524974 protein_coding 5 5 45 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000585156 protein_coding 5 5 46 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000618462 protein_coding 4 1 45 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000369356 protein_coding 8 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149030232 149030278 ENST00000369354 protein_coding 7 1 43 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000524974 protein_coding 5 5 46 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000585156 protein_coding 5 5 47 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000618462 protein_coding 4 1 46 PDE4DIP ENSG00000178104 +CDS chr1 149031944 149031982 ENST00000369354 protein_coding 7 1 44 PDE4DIP ENSG00000178104 +CDS chr1 149032000 149032086 ENST00000369356 protein_coding 8 1 44 PDE4DIP ENSG00000178104 +transcript chr1 149054027 149103539 ENST00000615421 protein_coding 4 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149064482 ENST00000621074 protein_coding 5 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149082311 ENST00000613595 protein_coding 4 1 NA NBPF9 ENSG00000269713 +transcript chr1 149054033 149103561 ENST00000584027 protein_coding 9 5 NA NBPF9 ENSG00000269713 +transcript chr1 149054138 149103561 ENST00000621645 protein_coding 4 2 NA NBPF9 ENSG00000269713 +transcript chr1 149055630 149082311 ENST00000610300 protein_coding 4 1 NA NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000615421 protein_coding 4 5 29 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000621074 protein_coding 5 5 6 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000613595 protein_coding 4 1 21 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000584027 protein_coding 9 5 30 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000621645 protein_coding 4 2 28 NBPF9 ENSG00000269713 +CDS chr1 149055659 149055899 ENST00000610300 protein_coding 4 1 21 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000615421 protein_coding 4 5 28 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000621074 protein_coding 5 5 5 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000613595 protein_coding 4 1 20 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000584027 protein_coding 9 5 29 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000621645 protein_coding 4 2 27 NBPF9 ENSG00000269713 +CDS chr1 149056512 149056620 ENST00000610300 protein_coding 4 1 20 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000615421 protein_coding 4 5 27 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000621074 protein_coding 5 5 4 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000584027 protein_coding 9 5 28 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000621645 protein_coding 4 2 26 NBPF9 ENSG00000269713 +CDS chr1 149057335 149057507 ENST00000610300 protein_coding 4 1 19 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000615421 protein_coding 4 5 26 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000621074 protein_coding 5 5 3 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000584027 protein_coding 9 5 27 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000621645 protein_coding 4 2 25 NBPF9 ENSG00000269713 +CDS chr1 149058164 149058215 ENST00000610300 protein_coding 4 1 18 NBPF9 ENSG00000269713 +transcript chr1 149058182 149063805 ENST00000483630 protein_coding 6 5 NA NBPF9 ENSG00000269713 +CDS chr1 149058182 149058215 ENST00000483630 protein_coding 6 5 4 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000615421 protein_coding 4 5 25 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000621074 protein_coding 5 5 2 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000584027 protein_coding 9 5 26 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000621645 protein_coding 4 2 24 NBPF9 ENSG00000269713 +CDS chr1 149058925 149059097 ENST00000483630 protein_coding 6 5 3 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000615421 protein_coding 4 5 24 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000584027 protein_coding 9 5 25 NBPF9 ENSG00000269713 +CDS chr1 149059700 149059808 ENST00000621645 protein_coding 4 2 23 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000615421 protein_coding 4 5 23 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000613595 protein_coding 4 1 19 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000584027 protein_coding 9 5 24 NBPF9 ENSG00000269713 +CDS chr1 149060523 149060695 ENST00000621645 protein_coding 4 2 22 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000615421 protein_coding 4 5 22 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000613595 protein_coding 4 1 18 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000584027 protein_coding 9 5 23 NBPF9 ENSG00000269713 +CDS chr1 149061332 149061383 ENST00000621645 protein_coding 4 2 21 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000615421 protein_coding 4 5 21 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000613595 protein_coding 4 1 17 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000584027 protein_coding 9 5 22 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000621645 protein_coding 4 2 20 NBPF9 ENSG00000269713 +CDS chr1 149062093 149062265 ENST00000610300 protein_coding 4 1 17 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000615421 protein_coding 4 5 20 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000613595 protein_coding 4 1 16 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000584027 protein_coding 9 5 21 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000621645 protein_coding 4 2 19 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000610300 protein_coding 4 1 16 NBPF9 ENSG00000269713 +CDS chr1 149062862 149062913 ENST00000483630 protein_coding 6 5 2 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000615421 protein_coding 4 5 19 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000613595 protein_coding 4 1 15 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000584027 protein_coding 9 5 20 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000621645 protein_coding 4 2 18 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000610300 protein_coding 4 1 15 NBPF9 ENSG00000269713 +CDS chr1 149063633 149063805 ENST00000483630 protein_coding 6 5 1 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000615421 protein_coding 4 5 18 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000621074 protein_coding 5 5 1 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000613595 protein_coding 4 1 14 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000584027 protein_coding 9 5 19 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000621645 protein_coding 4 2 17 NBPF9 ENSG00000269713 +CDS chr1 149064431 149064482 ENST00000610300 protein_coding 4 1 14 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000615421 protein_coding 4 5 17 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000613595 protein_coding 4 1 13 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000584027 protein_coding 9 5 18 NBPF9 ENSG00000269713 +CDS chr1 149065526 149065689 ENST00000610300 protein_coding 4 1 13 NBPF9 ENSG00000269713 +CDS chr1 149065637 149065689 ENST00000621645 protein_coding 4 2 16 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000615421 protein_coding 4 5 16 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000613595 protein_coding 4 1 12 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000584027 protein_coding 9 5 17 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000621645 protein_coding 4 2 15 NBPF9 ENSG00000269713 +CDS chr1 149069594 149069645 ENST00000610300 protein_coding 4 1 12 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000615421 protein_coding 4 5 15 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000613595 protein_coding 4 1 11 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000584027 protein_coding 9 5 16 NBPF9 ENSG00000269713 +CDS chr1 149070934 149071139 ENST00000610300 protein_coding 4 1 11 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000615421 protein_coding 4 5 14 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000613595 protein_coding 4 1 10 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000584027 protein_coding 9 5 15 NBPF9 ENSG00000269713 +CDS chr1 149071604 149071676 ENST00000610300 protein_coding 4 1 10 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000615421 protein_coding 4 5 13 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000613595 protein_coding 4 1 9 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000584027 protein_coding 9 5 14 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000621645 protein_coding 4 2 14 NBPF9 ENSG00000269713 +CDS chr1 149072718 149072932 ENST00000610300 protein_coding 4 1 9 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000615421 protein_coding 4 5 12 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000613595 protein_coding 4 1 8 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000584027 protein_coding 9 5 13 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000621645 protein_coding 4 2 13 NBPF9 ENSG00000269713 +CDS chr1 149073768 149073870 ENST00000610300 protein_coding 4 1 8 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000615421 protein_coding 4 5 11 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000613595 protein_coding 4 1 7 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000584027 protein_coding 9 5 12 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000621645 protein_coding 4 2 12 NBPF9 ENSG00000269713 +CDS chr1 149075655 149075864 ENST00000610300 protein_coding 4 1 7 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000615421 protein_coding 4 5 10 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000613595 protein_coding 4 1 6 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000584027 protein_coding 9 5 11 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000621645 protein_coding 4 2 11 NBPF9 ENSG00000269713 +CDS chr1 149077208 149077419 ENST00000610300 protein_coding 4 1 6 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000615421 protein_coding 4 5 9 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000613595 protein_coding 4 1 5 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000584027 protein_coding 9 5 10 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000621645 protein_coding 4 2 10 NBPF9 ENSG00000269713 +CDS chr1 149077883 149077955 ENST00000610300 protein_coding 4 1 5 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000615421 protein_coding 4 5 8 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000613595 protein_coding 4 1 4 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000584027 protein_coding 9 5 9 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000621645 protein_coding 4 2 9 NBPF9 ENSG00000269713 +CDS chr1 149079007 149079221 ENST00000610300 protein_coding 4 1 4 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000615421 protein_coding 4 5 7 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000613595 protein_coding 4 1 3 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000584027 protein_coding 9 5 8 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000621645 protein_coding 4 2 8 NBPF9 ENSG00000269713 +CDS chr1 149080053 149080155 ENST00000610300 protein_coding 4 1 3 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000615421 protein_coding 4 5 6 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000613595 protein_coding 4 1 2 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000584027 protein_coding 9 5 7 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000621645 protein_coding 4 2 7 NBPF9 ENSG00000269713 +CDS chr1 149081965 149082139 ENST00000610300 protein_coding 4 1 2 NBPF9 ENSG00000269713 +transcript chr1 149390621 149471833 ENST00000650865 protein_coding 2 NA NA NOTCH2NLC ENSG00000286219 +transcript chr1 149390623 149556361 ENST00000621744 protein_coding 4 5 NA NA ENSG00000286185 +transcript chr1 149390633 149464958 ENST00000652191 protein_coding 1 NA NA NOTCH2NLC ENSG00000286219 +CDS chr1 149390788 149390922 ENST00000650865 protein_coding 2 NA 1 NOTCH2NLC ENSG00000286219 +transcript chr1 149406376 149468030 ENST00000578189 protein_coding 1 1 NA NOTCH2NLC ENSG00000286219 +CDS chr1 149430942 149431015 ENST00000650865 protein_coding 2 NA 2 NOTCH2NLC ENSG00000286219 +CDS chr1 149430978 149431015 ENST00000652191 protein_coding 1 NA 2 NOTCH2NLC ENSG00000286219 +CDS chr1 149430978 149431015 ENST00000578189 protein_coding 1 1 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000650865 protein_coding 2 NA 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000652191 protein_coding 1 NA 3 NOTCH2NLC ENSG00000286219 +CDS chr1 149455318 149455577 ENST00000578189 protein_coding 1 1 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000650865 protein_coding 2 NA 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000652191 protein_coding 1 NA 4 NOTCH2NLC ENSG00000286219 +CDS chr1 149463491 149463826 ENST00000578189 protein_coding 1 1 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000650865 protein_coding 2 NA 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000652191 protein_coding 1 NA 5 NOTCH2NLC ENSG00000286219 +CDS chr1 149464077 149464150 ENST00000578189 protein_coding 1 1 6 NOTCH2NLC ENSG00000286219 +transcript chr1 149475045 149556361 ENST00000651566 protein_coding 2 NA NA NBPF19 ENSG00000271383 +transcript chr1 149475760 149554764 ENST00000611931 protein_coding 4 5 NA NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000651566 protein_coding 2 NA 2 NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000611931 protein_coding 4 5 1 NBPF19 ENSG00000271383 +transcript chr1 149475933 149555644 ENST00000612881 protein_coding 4 5 NA NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000612881 protein_coding 4 5 1 NBPF19 ENSG00000271383 +CDS chr1 149475933 149476107 ENST00000621744 protein_coding 4 5 5 NA ENSG00000286185 +CDS chr1 149477945 149478047 ENST00000651566 protein_coding 2 NA 3 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000611931 protein_coding 4 5 2 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000612881 protein_coding 4 5 2 NBPF19 ENSG00000271383 +CDS chr1 149477945 149478047 ENST00000621744 protein_coding 4 5 6 NA ENSG00000286185 +transcript chr1 149477960 149555625 ENST00000369227 protein_coding 7 5 NA NBPF19 ENSG00000271383 +CDS chr1 149477977 149478047 ENST00000369227 protein_coding 7 5 1 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000651566 protein_coding 2 NA 4 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000611931 protein_coding 4 5 3 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000612881 protein_coding 4 5 3 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000369227 protein_coding 7 5 2 NBPF19 ENSG00000271383 +CDS chr1 149478880 149479094 ENST00000621744 protein_coding 4 5 7 NA ENSG00000286185 +CDS chr1 149480142 149480214 ENST00000651566 protein_coding 2 NA 5 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000611931 protein_coding 4 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000612881 protein_coding 4 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000369227 protein_coding 7 5 3 NBPF19 ENSG00000271383 +CDS chr1 149480142 149480214 ENST00000621744 protein_coding 4 5 8 NA ENSG00000286185 +CDS chr1 149480679 149480884 ENST00000651566 protein_coding 2 NA 6 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000611931 protein_coding 4 5 5 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000612881 protein_coding 4 5 5 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000369227 protein_coding 7 5 4 NBPF19 ENSG00000271383 +CDS chr1 149480679 149480884 ENST00000621744 protein_coding 4 5 9 NA ENSG00000286185 +CDS chr1 149482175 149482226 ENST00000651566 protein_coding 2 NA 7 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000611931 protein_coding 4 5 6 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000612881 protein_coding 4 5 6 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000369227 protein_coding 7 5 5 NBPF19 ENSG00000271383 +CDS chr1 149482175 149482226 ENST00000621744 protein_coding 4 5 10 NA ENSG00000286185 +CDS chr1 149486130 149486293 ENST00000651566 protein_coding 2 NA 8 NBPF19 ENSG00000271383 +CDS chr1 149486130 149486293 ENST00000369227 protein_coding 7 5 6 NBPF19 ENSG00000271383 +CDS chr1 149486130 149486293 ENST00000621744 protein_coding 4 5 11 NA ENSG00000286185 +CDS chr1 149487332 149487383 ENST00000651566 protein_coding 2 NA 9 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000611931 protein_coding 4 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000612881 protein_coding 4 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000369227 protein_coding 7 5 7 NBPF19 ENSG00000271383 +CDS chr1 149487332 149487383 ENST00000621744 protein_coding 4 5 12 NA ENSG00000286185 +CDS chr1 149488013 149488185 ENST00000651566 protein_coding 2 NA 10 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488033 ENST00000612881 protein_coding 4 5 8 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488185 ENST00000369227 protein_coding 7 5 8 NBPF19 ENSG00000271383 +CDS chr1 149488013 149488185 ENST00000621744 protein_coding 4 5 13 NA ENSG00000286185 +CDS chr1 149488905 149488956 ENST00000651566 protein_coding 2 NA 11 NBPF19 ENSG00000271383 +CDS chr1 149488905 149488956 ENST00000369227 protein_coding 7 5 9 NBPF19 ENSG00000271383 +CDS chr1 149488905 149488956 ENST00000621744 protein_coding 4 5 14 NA ENSG00000286185 +CDS chr1 149489561 149489733 ENST00000651566 protein_coding 2 NA 12 NBPF19 ENSG00000271383 +CDS chr1 149489561 149489733 ENST00000621744 protein_coding 4 5 15 NA ENSG00000286185 +CDS chr1 149490443 149490494 ENST00000651566 protein_coding 2 NA 13 NBPF19 ENSG00000271383 +CDS chr1 149490443 149490494 ENST00000621744 protein_coding 4 5 16 NA ENSG00000286185 +CDS chr1 149491139 149491311 ENST00000651566 protein_coding 2 NA 14 NBPF19 ENSG00000271383 +CDS chr1 149491139 149491311 ENST00000621744 protein_coding 4 5 17 NA ENSG00000286185 +CDS chr1 149492026 149492134 ENST00000651566 protein_coding 2 NA 15 NBPF19 ENSG00000271383 +CDS chr1 149492026 149492134 ENST00000621744 protein_coding 4 5 18 NA ENSG00000286185 +CDS chr1 149492768 149492940 ENST00000651566 protein_coding 2 NA 16 NBPF19 ENSG00000271383 +CDS chr1 149492768 149492788 ENST00000611931 protein_coding 4 5 8 NBPF19 ENSG00000271383 +CDS chr1 149492768 149492940 ENST00000621744 protein_coding 4 5 19 NA ENSG00000286185 +CDS chr1 149493660 149493711 ENST00000651566 protein_coding 2 NA 17 NBPF19 ENSG00000271383 +CDS chr1 149493660 149493711 ENST00000621744 protein_coding 4 5 20 NA ENSG00000286185 +CDS chr1 149494318 149494490 ENST00000651566 protein_coding 2 NA 18 NBPF19 ENSG00000271383 +CDS chr1 149494318 149494490 ENST00000621744 protein_coding 4 5 21 NA ENSG00000286185 +CDS chr1 149495200 149495251 ENST00000651566 protein_coding 2 NA 19 NBPF19 ENSG00000271383 +CDS chr1 149495200 149495251 ENST00000621744 protein_coding 4 5 22 NA ENSG00000286185 +CDS chr1 149495902 149496074 ENST00000651566 protein_coding 2 NA 20 NBPF19 ENSG00000271383 +CDS chr1 149495902 149496074 ENST00000621744 protein_coding 4 5 23 NA ENSG00000286185 +CDS chr1 149496789 149496897 ENST00000651566 protein_coding 2 NA 21 NBPF19 ENSG00000271383 +CDS chr1 149496789 149496897 ENST00000621744 protein_coding 4 5 24 NA ENSG00000286185 +CDS chr1 149497525 149497697 ENST00000651566 protein_coding 2 NA 22 NBPF19 ENSG00000271383 +CDS chr1 149497525 149497697 ENST00000621744 protein_coding 4 5 25 NA ENSG00000286185 +CDS chr1 149498417 149498468 ENST00000651566 protein_coding 2 NA 23 NBPF19 ENSG00000271383 +CDS chr1 149498417 149498468 ENST00000621744 protein_coding 4 5 26 NA ENSG00000286185 +CDS chr1 149499073 149499245 ENST00000651566 protein_coding 2 NA 24 NBPF19 ENSG00000271383 +CDS chr1 149499073 149499245 ENST00000621744 protein_coding 4 5 27 NA ENSG00000286185 +CDS chr1 149499955 149500006 ENST00000651566 protein_coding 2 NA 25 NBPF19 ENSG00000271383 +CDS chr1 149499955 149500006 ENST00000621744 protein_coding 4 5 28 NA ENSG00000286185 +transcript chr1 149499966 149524617 ENST00000426482 protein_coding 3 5 NA NBPF19 ENSG00000271383 +CDS chr1 149499966 149500006 ENST00000426482 protein_coding 3 5 1 NBPF19 ENSG00000271383 +CDS chr1 149500657 149500829 ENST00000651566 protein_coding 2 NA 26 NBPF19 ENSG00000271383 +CDS chr1 149500657 149500829 ENST00000621744 protein_coding 4 5 29 NA ENSG00000286185 +CDS chr1 149500666 149500833 ENST00000426482 protein_coding 3 5 2 NBPF19 ENSG00000271383 +CDS chr1 149501544 149501652 ENST00000651566 protein_coding 2 NA 27 NBPF19 ENSG00000271383 +CDS chr1 149501544 149501652 ENST00000621744 protein_coding 4 5 30 NA ENSG00000286185 +CDS chr1 149501605 149501652 ENST00000426482 protein_coding 3 5 3 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000651566 protein_coding 2 NA 28 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000426482 protein_coding 3 5 4 NBPF19 ENSG00000271383 +CDS chr1 149502286 149502458 ENST00000621744 protein_coding 4 5 31 NA ENSG00000286185 +CDS chr1 149503178 149503229 ENST00000651566 protein_coding 2 NA 29 NBPF19 ENSG00000271383 +CDS chr1 149503178 149503229 ENST00000426482 protein_coding 3 5 5 NBPF19 ENSG00000271383 +CDS chr1 149503178 149503229 ENST00000621744 protein_coding 4 5 32 NA ENSG00000286185 +CDS chr1 149503834 149504006 ENST00000651566 protein_coding 2 NA 30 NBPF19 ENSG00000271383 +CDS chr1 149503834 149504006 ENST00000426482 protein_coding 3 5 6 NBPF19 ENSG00000271383 +CDS chr1 149503834 149504006 ENST00000621744 protein_coding 4 5 33 NA ENSG00000286185 +CDS chr1 149504716 149504767 ENST00000651566 protein_coding 2 NA 31 NBPF19 ENSG00000271383 +CDS chr1 149504716 149504765 ENST00000426482 protein_coding 3 5 7 NBPF19 ENSG00000271383 +CDS chr1 149504716 149504767 ENST00000621744 protein_coding 4 5 34 NA ENSG00000286185 +CDS chr1 149505418 149505590 ENST00000651566 protein_coding 2 NA 32 NBPF19 ENSG00000271383 +CDS chr1 149505418 149505590 ENST00000621744 protein_coding 4 5 35 NA ENSG00000286185 +CDS chr1 149506305 149506413 ENST00000651566 protein_coding 2 NA 33 NBPF19 ENSG00000271383 +CDS chr1 149506305 149506413 ENST00000621744 protein_coding 4 5 36 NA ENSG00000286185 +CDS chr1 149507047 149507219 ENST00000651566 protein_coding 2 NA 34 NBPF19 ENSG00000271383 +CDS chr1 149507047 149507219 ENST00000621744 protein_coding 4 5 37 NA ENSG00000286185 +CDS chr1 149507939 149507990 ENST00000651566 protein_coding 2 NA 35 NBPF19 ENSG00000271383 +CDS chr1 149507939 149507990 ENST00000621744 protein_coding 4 5 38 NA ENSG00000286185 +CDS chr1 149508595 149508767 ENST00000651566 protein_coding 2 NA 36 NBPF19 ENSG00000271383 +CDS chr1 149508595 149508767 ENST00000621744 protein_coding 4 5 39 NA ENSG00000286185 +CDS chr1 149509477 149509528 ENST00000651566 protein_coding 2 NA 37 NBPF19 ENSG00000271383 +CDS chr1 149509477 149509528 ENST00000621744 protein_coding 4 5 40 NA ENSG00000286185 +CDS chr1 149510179 149510351 ENST00000651566 protein_coding 2 NA 38 NBPF19 ENSG00000271383 +CDS chr1 149510179 149510351 ENST00000621744 protein_coding 4 5 41 NA ENSG00000286185 +CDS chr1 149511066 149511174 ENST00000651566 protein_coding 2 NA 39 NBPF19 ENSG00000271383 +CDS chr1 149511066 149511174 ENST00000621744 protein_coding 4 5 42 NA ENSG00000286185 +CDS chr1 149511808 149511980 ENST00000651566 protein_coding 2 NA 40 NBPF19 ENSG00000271383 +CDS chr1 149511808 149511980 ENST00000621744 protein_coding 4 5 43 NA ENSG00000286185 +CDS chr1 149512700 149512751 ENST00000651566 protein_coding 2 NA 41 NBPF19 ENSG00000271383 +CDS chr1 149512700 149512751 ENST00000621744 protein_coding 4 5 44 NA ENSG00000286185 +CDS chr1 149513356 149513528 ENST00000651566 protein_coding 2 NA 42 NBPF19 ENSG00000271383 +CDS chr1 149513356 149513528 ENST00000621744 protein_coding 4 5 45 NA ENSG00000286185 +CDS chr1 149514238 149514289 ENST00000651566 protein_coding 2 NA 43 NBPF19 ENSG00000271383 +CDS chr1 149514238 149514289 ENST00000621744 protein_coding 4 5 46 NA ENSG00000286185 +CDS chr1 149514936 149515108 ENST00000651566 protein_coding 2 NA 44 NBPF19 ENSG00000271383 +CDS chr1 149514936 149515108 ENST00000621744 protein_coding 4 5 47 NA ENSG00000286185 +CDS chr1 149515822 149515930 ENST00000651566 protein_coding 2 NA 45 NBPF19 ENSG00000271383 +CDS chr1 149515822 149515930 ENST00000621744 protein_coding 4 5 48 NA ENSG00000286185 +CDS chr1 149516564 149516736 ENST00000651566 protein_coding 2 NA 46 NBPF19 ENSG00000271383 +CDS chr1 149516564 149516736 ENST00000621744 protein_coding 4 5 49 NA ENSG00000286185 +CDS chr1 149517456 149517507 ENST00000651566 protein_coding 2 NA 47 NBPF19 ENSG00000271383 +CDS chr1 149517456 149517507 ENST00000621744 protein_coding 4 5 50 NA ENSG00000286185 +CDS chr1 149518110 149518282 ENST00000651566 protein_coding 2 NA 48 NBPF19 ENSG00000271383 +CDS chr1 149518110 149518282 ENST00000369227 protein_coding 7 5 10 NBPF19 ENSG00000271383 +CDS chr1 149518110 149518282 ENST00000621744 protein_coding 4 5 51 NA ENSG00000286185 +CDS chr1 149518992 149519043 ENST00000651566 protein_coding 2 NA 49 NBPF19 ENSG00000271383 +CDS chr1 149518992 149519043 ENST00000369227 protein_coding 7 5 11 NBPF19 ENSG00000271383 +CDS chr1 149518992 149519043 ENST00000621744 protein_coding 4 5 52 NA ENSG00000286185 +CDS chr1 149519688 149519860 ENST00000651566 protein_coding 2 NA 50 NBPF19 ENSG00000271383 +CDS chr1 149519688 149519860 ENST00000369227 protein_coding 7 5 12 NBPF19 ENSG00000271383 +CDS chr1 149519688 149519860 ENST00000621744 protein_coding 4 5 53 NA ENSG00000286185 +CDS chr1 149520575 149520683 ENST00000651566 protein_coding 2 NA 51 NBPF19 ENSG00000271383 +CDS chr1 149520575 149520683 ENST00000369227 protein_coding 7 5 13 NBPF19 ENSG00000271383 +CDS chr1 149520575 149520683 ENST00000621744 protein_coding 4 5 54 NA ENSG00000286185 +CDS chr1 149521319 149521491 ENST00000651566 protein_coding 2 NA 52 NBPF19 ENSG00000271383 +CDS chr1 149521319 149521491 ENST00000369227 protein_coding 7 5 14 NBPF19 ENSG00000271383 +CDS chr1 149521319 149521491 ENST00000621744 protein_coding 4 5 55 NA ENSG00000286185 +CDS chr1 149522211 149522262 ENST00000651566 protein_coding 2 NA 53 NBPF19 ENSG00000271383 +CDS chr1 149522211 149522262 ENST00000369227 protein_coding 7 5 15 NBPF19 ENSG00000271383 +CDS chr1 149522211 149522262 ENST00000621744 protein_coding 4 5 56 NA ENSG00000286185 +CDS chr1 149522865 149523037 ENST00000651566 protein_coding 2 NA 54 NBPF19 ENSG00000271383 +CDS chr1 149522865 149523037 ENST00000621744 protein_coding 4 5 57 NA ENSG00000286185 +CDS chr1 149523747 149523798 ENST00000651566 protein_coding 2 NA 55 NBPF19 ENSG00000271383 +CDS chr1 149523747 149523798 ENST00000621744 protein_coding 4 5 58 NA ENSG00000286185 +CDS chr1 149524445 149524617 ENST00000651566 protein_coding 2 NA 56 NBPF19 ENSG00000271383 +CDS chr1 149524445 149524617 ENST00000621744 protein_coding 4 5 59 NA ENSG00000286185 +CDS chr1 149525332 149525440 ENST00000651566 protein_coding 2 NA 57 NBPF19 ENSG00000271383 +CDS chr1 149525332 149525440 ENST00000621744 protein_coding 4 5 60 NA ENSG00000286185 +CDS chr1 149526070 149526242 ENST00000651566 protein_coding 2 NA 58 NBPF19 ENSG00000271383 +CDS chr1 149526070 149526242 ENST00000369227 protein_coding 7 5 16 NBPF19 ENSG00000271383 +CDS chr1 149526070 149526242 ENST00000621744 protein_coding 4 5 61 NA ENSG00000286185 +CDS chr1 149526962 149527013 ENST00000651566 protein_coding 2 NA 59 NBPF19 ENSG00000271383 +CDS chr1 149526962 149527013 ENST00000369227 protein_coding 7 5 17 NBPF19 ENSG00000271383 +CDS chr1 149526962 149527013 ENST00000621744 protein_coding 4 5 62 NA ENSG00000286185 +CDS chr1 149527614 149527786 ENST00000651566 protein_coding 2 NA 60 NBPF19 ENSG00000271383 +CDS chr1 149527614 149527786 ENST00000369227 protein_coding 7 5 18 NBPF19 ENSG00000271383 +CDS chr1 149527614 149527786 ENST00000621744 protein_coding 4 5 63 NA ENSG00000286185 +CDS chr1 149528496 149528547 ENST00000651566 protein_coding 2 NA 61 NBPF19 ENSG00000271383 +CDS chr1 149528496 149528547 ENST00000369227 protein_coding 7 5 19 NBPF19 ENSG00000271383 +CDS chr1 149528496 149528547 ENST00000621744 protein_coding 4 5 64 NA ENSG00000286185 +CDS chr1 149529174 149529346 ENST00000651566 protein_coding 2 NA 62 NBPF19 ENSG00000271383 +CDS chr1 149529174 149529346 ENST00000369227 protein_coding 7 5 20 NBPF19 ENSG00000271383 +CDS chr1 149529174 149529346 ENST00000621744 protein_coding 4 5 65 NA ENSG00000286185 +CDS chr1 149530061 149530169 ENST00000651566 protein_coding 2 NA 63 NBPF19 ENSG00000271383 +CDS chr1 149530061 149530169 ENST00000369227 protein_coding 7 5 21 NBPF19 ENSG00000271383 +CDS chr1 149530061 149530169 ENST00000621744 protein_coding 4 5 66 NA ENSG00000286185 +CDS chr1 149530799 149530971 ENST00000651566 protein_coding 2 NA 64 NBPF19 ENSG00000271383 +CDS chr1 149530799 149530971 ENST00000621744 protein_coding 4 5 67 NA ENSG00000286185 +CDS chr1 149531691 149531742 ENST00000651566 protein_coding 2 NA 65 NBPF19 ENSG00000271383 +CDS chr1 149531691 149531742 ENST00000621744 protein_coding 4 5 68 NA ENSG00000286185 +CDS chr1 149532345 149532517 ENST00000651566 protein_coding 2 NA 66 NBPF19 ENSG00000271383 +CDS chr1 149532345 149532517 ENST00000621744 protein_coding 4 5 69 NA ENSG00000286185 +CDS chr1 149533227 149533278 ENST00000651566 protein_coding 2 NA 67 NBPF19 ENSG00000271383 +CDS chr1 149533227 149533278 ENST00000621744 protein_coding 4 5 70 NA ENSG00000286185 +CDS chr1 149533925 149534097 ENST00000651566 protein_coding 2 NA 68 NBPF19 ENSG00000271383 +CDS chr1 149533925 149534097 ENST00000621744 protein_coding 4 5 71 NA ENSG00000286185 +CDS chr1 149534812 149534920 ENST00000651566 protein_coding 2 NA 69 NBPF19 ENSG00000271383 +CDS chr1 149534812 149534920 ENST00000621744 protein_coding 4 5 72 NA ENSG00000286185 +CDS chr1 149535554 149535726 ENST00000651566 protein_coding 2 NA 70 NBPF19 ENSG00000271383 +CDS chr1 149535554 149535726 ENST00000621744 protein_coding 4 5 73 NA ENSG00000286185 +CDS chr1 149536446 149536497 ENST00000651566 protein_coding 2 NA 71 NBPF19 ENSG00000271383 +CDS chr1 149536446 149536497 ENST00000621744 protein_coding 4 5 74 NA ENSG00000286185 +CDS chr1 149537100 149537272 ENST00000651566 protein_coding 2 NA 72 NBPF19 ENSG00000271383 +CDS chr1 149537100 149537272 ENST00000621744 protein_coding 4 5 75 NA ENSG00000286185 +CDS chr1 149537982 149538033 ENST00000651566 protein_coding 2 NA 73 NBPF19 ENSG00000271383 +CDS chr1 149537982 149538033 ENST00000621744 protein_coding 4 5 76 NA ENSG00000286185 +CDS chr1 149538676 149538848 ENST00000651566 protein_coding 2 NA 74 NBPF19 ENSG00000271383 +CDS chr1 149538676 149538848 ENST00000621744 protein_coding 4 5 77 NA ENSG00000286185 +CDS chr1 149539563 149539671 ENST00000651566 protein_coding 2 NA 75 NBPF19 ENSG00000271383 +CDS chr1 149539563 149539671 ENST00000621744 protein_coding 4 5 78 NA ENSG00000286185 +CDS chr1 149540301 149540473 ENST00000651566 protein_coding 2 NA 76 NBPF19 ENSG00000271383 +CDS chr1 149540301 149540473 ENST00000621744 protein_coding 4 5 79 NA ENSG00000286185 +CDS chr1 149541193 149541244 ENST00000651566 protein_coding 2 NA 77 NBPF19 ENSG00000271383 +CDS chr1 149541193 149541244 ENST00000621744 protein_coding 4 5 80 NA ENSG00000286185 +CDS chr1 149541853 149542025 ENST00000651566 protein_coding 2 NA 78 NBPF19 ENSG00000271383 +CDS chr1 149541853 149542025 ENST00000621744 protein_coding 4 5 81 NA ENSG00000286185 +CDS chr1 149542735 149542786 ENST00000651566 protein_coding 2 NA 79 NBPF19 ENSG00000271383 +CDS chr1 149542735 149542786 ENST00000621744 protein_coding 4 5 82 NA ENSG00000286185 +CDS chr1 149543413 149543585 ENST00000651566 protein_coding 2 NA 80 NBPF19 ENSG00000271383 +CDS chr1 149543413 149543585 ENST00000621744 protein_coding 4 5 83 NA ENSG00000286185 +CDS chr1 149544300 149544408 ENST00000651566 protein_coding 2 NA 81 NBPF19 ENSG00000271383 +CDS chr1 149544300 149544408 ENST00000621744 protein_coding 4 5 84 NA ENSG00000286185 +CDS chr1 149545038 149545210 ENST00000651566 protein_coding 2 NA 82 NBPF19 ENSG00000271383 +CDS chr1 149545038 149545210 ENST00000621744 protein_coding 4 5 85 NA ENSG00000286185 +CDS chr1 149545930 149545981 ENST00000651566 protein_coding 2 NA 83 NBPF19 ENSG00000271383 +CDS chr1 149545930 149545981 ENST00000621744 protein_coding 4 5 86 NA ENSG00000286185 +CDS chr1 149546590 149546762 ENST00000651566 protein_coding 2 NA 84 NBPF19 ENSG00000271383 +CDS chr1 149546590 149546762 ENST00000621744 protein_coding 4 5 87 NA ENSG00000286185 +CDS chr1 149547472 149547523 ENST00000651566 protein_coding 2 NA 85 NBPF19 ENSG00000271383 +CDS chr1 149547472 149547523 ENST00000621744 protein_coding 4 5 88 NA ENSG00000286185 +CDS chr1 149548150 149548322 ENST00000651566 protein_coding 2 NA 86 NBPF19 ENSG00000271383 +CDS chr1 149548150 149548322 ENST00000621744 protein_coding 4 5 89 NA ENSG00000286185 +CDS chr1 149549037 149549145 ENST00000651566 protein_coding 2 NA 87 NBPF19 ENSG00000271383 +CDS chr1 149549037 149549145 ENST00000621744 protein_coding 4 5 90 NA ENSG00000286185 +CDS chr1 149549775 149549947 ENST00000651566 protein_coding 2 NA 88 NBPF19 ENSG00000271383 +CDS chr1 149549775 149549947 ENST00000621744 protein_coding 4 5 91 NA ENSG00000286185 +CDS chr1 149550667 149550718 ENST00000651566 protein_coding 2 NA 89 NBPF19 ENSG00000271383 +CDS chr1 149550667 149550718 ENST00000621744 protein_coding 4 5 92 NA ENSG00000286185 +CDS chr1 149551327 149551499 ENST00000651566 protein_coding 2 NA 90 NBPF19 ENSG00000271383 +CDS chr1 149551327 149551499 ENST00000621744 protein_coding 4 5 93 NA ENSG00000286185 +CDS chr1 149552209 149552260 ENST00000651566 protein_coding 2 NA 91 NBPF19 ENSG00000271383 +CDS chr1 149552209 149552260 ENST00000621744 protein_coding 4 5 94 NA ENSG00000286185 +CDS chr1 149552887 149553059 ENST00000651566 protein_coding 2 NA 92 NBPF19 ENSG00000271383 +CDS chr1 149552887 149553059 ENST00000621744 protein_coding 4 5 95 NA ENSG00000286185 +CDS chr1 149553774 149553882 ENST00000651566 protein_coding 2 NA 93 NBPF19 ENSG00000271383 +CDS chr1 149553774 149553882 ENST00000621744 protein_coding 4 5 96 NA ENSG00000286185 +CDS chr1 149554495 149554735 ENST00000651566 protein_coding 2 NA 94 NBPF19 ENSG00000271383 +CDS chr1 149554495 149554735 ENST00000369227 protein_coding 7 5 22 NBPF19 ENSG00000271383 +CDS chr1 149554495 149554735 ENST00000621744 protein_coding 4 5 97 NA ENSG00000286185 +transcript chr1 149583848 149584607 ENST00000585245 protein_coding 3 NA NA PPIAL4C ENSG00000288867 +CDS chr1 149583898 149584389 ENST00000585245 protein_coding 3 NA 1 PPIAL4C ENSG00000288867 +transcript chr1 149782671 149791390 ENST00000444948 protein_coding 5 2 NA FCGR1A ENSG00000150337 +transcript chr1 149782689 149812373 ENST00000545683 protein_coding 1 2 NA H2BC18 ENSG00000203814 +transcript chr1 149782694 149791675 ENST00000369168 protein_coding 5 1 NA FCGR1A ENSG00000150337 +CDS chr1 149782744 149782774 ENST00000444948 protein_coding 5 2 1 FCGR1A ENSG00000150337 +CDS chr1 149782744 149782774 ENST00000369168 protein_coding 5 1 1 FCGR1A ENSG00000150337 +CDS chr1 149783170 149783190 ENST00000369168 protein_coding 5 1 2 FCGR1A ENSG00000150337 +CDS chr1 149783236 149783260 ENST00000545683 protein_coding 1 2 2 H2BC18 ENSG00000203814 +CDS chr1 149784003 149784257 ENST00000369168 protein_coding 5 1 3 FCGR1A ENSG00000150337 +CDS chr1 149788366 149788617 ENST00000444948 protein_coding 5 2 2 FCGR1A ENSG00000150337 +CDS chr1 149788366 149788617 ENST00000369168 protein_coding 5 1 4 FCGR1A ENSG00000150337 +CDS chr1 149790054 149790338 ENST00000444948 protein_coding 5 2 3 FCGR1A ENSG00000150337 +CDS chr1 149790054 149790338 ENST00000369168 protein_coding 5 1 5 FCGR1A ENSG00000150337 +CDS chr1 149791237 149791390 ENST00000444948 protein_coding 5 2 4 FCGR1A ENSG00000150337 +CDS chr1 149791237 149791514 ENST00000369168 protein_coding 5 1 6 FCGR1A ENSG00000150337 +transcript chr1 149811879 149812370 ENST00000369167 protein_coding 3 NA NA H2BC18 ENSG00000203814 +CDS chr1 149811946 149812323 ENST00000369167 protein_coding 3 NA 1 H2BC18 ENSG00000203814 +CDS chr1 149811947 149812323 ENST00000545683 protein_coding 1 2 1 H2BC18 ENSG00000203814 +transcript chr1 149813225 149813693 ENST00000331491 protein_coding 2 NA NA H3C13 ENSG00000183598 +CDS chr1 149813274 149813681 ENST00000331491 protein_coding 2 NA 1 H3C13 ENSG00000183598 +transcript chr1 149832657 149833052 ENST00000578186 protein_coding 3 NA NA H4C14 ENSG00000270882 +CDS chr1 149832685 149832993 ENST00000578186 protein_coding 3 NA 1 H4C14 ENSG00000270882 +transcript chr1 149840687 149841208 ENST00000369158 protein_coding 2 NA NA H3C14 ENSG00000203811 +CDS chr1 149840750 149841157 ENST00000369158 protein_coding 2 NA 1 H3C14 ENSG00000203811 +transcript chr1 149842218 149842750 ENST00000369159 protein_coding 3 NA NA H2AC18 ENSG00000288825 +CDS chr1 149842309 149842698 ENST00000369159 protein_coding 3 NA 1 H2AC18 ENSG00000288825 +transcript chr1 149851061 149851594 ENST00000607355 protein_coding 3 NA NA H2AC19 ENSG00000288859 +CDS chr1 149851114 149851503 ENST00000607355 protein_coding 3 NA 1 H2AC19 ENSG00000288859 +transcript chr1 149852608 149853125 ENST00000403683 protein_coding 2 NA NA H3C15 ENSG00000203852 +CDS chr1 149852655 149853062 ENST00000403683 protein_coding 2 NA 1 H3C15 ENSG00000203852 +transcript chr1 149860764 149861159 ENST00000579512 protein_coding 3 NA NA H4C15 ENSG00000270276 +CDS chr1 149860823 149861131 ENST00000579512 protein_coding 3 NA 1 H4C15 ENSG00000270276 +transcript chr1 149884459 149886682 ENST00000369155 protein_coding 4 NA NA H2BC21 ENSG00000184678 +CDS chr1 149886263 149886640 ENST00000369155 protein_coding 4 NA 1 H2BC21 ENSG00000184678 +transcript chr1 149886918 149887411 ENST00000331380 protein_coding 4 NA NA H2AC20 ENSG00000184260 +CDS chr1 149886975 149887361 ENST00000331380 protein_coding 4 NA 1 H2AC20 ENSG00000184260 +transcript chr1 149887469 149887965 ENST00000331128 protein_coding 6 NA NA H2AC21 ENSG00000184270 +CDS chr1 149887527 149887916 ENST00000331128 protein_coding 6 NA 1 H2AC21 ENSG00000184270 +transcript chr1 149887890 149900491 ENST00000369153 protein_coding 2 3 NA BOLA1 ENSG00000178096 +transcript chr1 149899568 149900795 ENST00000369152 protein_coding 6 1 NA BOLA1 ENSG00000178096 +transcript chr1 149899626 149900548 ENST00000369150 protein_coding 1 3 NA BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369153 protein_coding 2 3 3 BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369152 protein_coding 6 1 2 BOLA1 ENSG00000178096 +CDS chr1 149900060 149900470 ENST00000369150 protein_coding 1 3 2 BOLA1 ENSG00000178096 +transcript chr1 149903318 149917844 ENST00000369146 protein_coding 8 1 NA SV2A ENSG00000159164 +CDS chr1 149905017 149905197 ENST00000369146 protein_coding 8 1 13 SV2A ENSG00000159164 +transcript chr1 149905472 149917841 ENST00000369145 protein_coding 1 2 NA SV2A ENSG00000159164 +CDS chr1 149905879 149906039 ENST00000369145 protein_coding 1 2 12 SV2A ENSG00000159164 +CDS chr1 149905880 149906039 ENST00000369146 protein_coding 8 1 12 SV2A ENSG00000159164 +CDS chr1 149906650 149906856 ENST00000369146 protein_coding 8 1 11 SV2A ENSG00000159164 +CDS chr1 149906650 149906856 ENST00000369145 protein_coding 1 2 11 SV2A ENSG00000159164 +CDS chr1 149907700 149907833 ENST00000369146 protein_coding 8 1 10 SV2A ENSG00000159164 +CDS chr1 149907700 149907833 ENST00000369145 protein_coding 1 2 10 SV2A ENSG00000159164 +CDS chr1 149908042 149908206 ENST00000369146 protein_coding 8 1 9 SV2A ENSG00000159164 +CDS chr1 149908042 149908206 ENST00000369145 protein_coding 1 2 9 SV2A ENSG00000159164 +CDS chr1 149909192 149909280 ENST00000369146 protein_coding 8 1 8 SV2A ENSG00000159164 +CDS chr1 149909192 149909280 ENST00000369145 protein_coding 1 2 8 SV2A ENSG00000159164 +CDS chr1 149909461 149909571 ENST00000369146 protein_coding 8 1 7 SV2A ENSG00000159164 +CDS chr1 149909461 149909571 ENST00000369145 protein_coding 1 2 7 SV2A ENSG00000159164 +CDS chr1 149909801 149909890 ENST00000369146 protein_coding 8 1 6 SV2A ENSG00000159164 +CDS chr1 149909801 149909890 ENST00000369145 protein_coding 1 2 6 SV2A ENSG00000159164 +CDS chr1 149910570 149910703 ENST00000369146 protein_coding 8 1 5 SV2A ENSG00000159164 +CDS chr1 149910570 149910703 ENST00000369145 protein_coding 1 2 5 SV2A ENSG00000159164 +CDS chr1 149910826 149910977 ENST00000369146 protein_coding 8 1 4 SV2A ENSG00000159164 +CDS chr1 149910826 149910977 ENST00000369145 protein_coding 1 2 4 SV2A ENSG00000159164 +CDS chr1 149911800 149911980 ENST00000369146 protein_coding 8 1 3 SV2A ENSG00000159164 +CDS chr1 149911800 149911980 ENST00000369145 protein_coding 1 2 3 SV2A ENSG00000159164 +CDS chr1 149913219 149913840 ENST00000369146 protein_coding 8 1 2 SV2A ENSG00000159164 +CDS chr1 149913219 149913840 ENST00000369145 protein_coding 1 2 2 SV2A ENSG00000159164 +transcript chr1 149923317 149927803 ENST00000271628 protein_coding 9 1 NA SF3B4 ENSG00000143368 +CDS chr1 149923545 149923729 ENST00000271628 protein_coding 9 1 6 SF3B4 ENSG00000143368 +CDS chr1 149923841 149924014 ENST00000271628 protein_coding 9 1 5 SF3B4 ENSG00000143368 +CDS chr1 149925836 149926042 ENST00000271628 protein_coding 9 1 4 SF3B4 ENSG00000143368 +CDS chr1 149926376 149926918 ENST00000271628 protein_coding 9 1 3 SF3B4 ENSG00000143368 +transcript chr1 149926382 149927591 ENST00000457312 protein_coding 1 5 NA SF3B4 ENSG00000143368 +CDS chr1 149926382 149926918 ENST00000457312 protein_coding 1 5 3 SF3B4 ENSG00000143368 +CDS chr1 149927166 149927294 ENST00000271628 protein_coding 9 1 2 SF3B4 ENSG00000143368 +CDS chr1 149927166 149927199 ENST00000457312 protein_coding 1 5 2 SF3B4 ENSG00000143368 +CDS chr1 149927726 149927759 ENST00000271628 protein_coding 9 1 1 SF3B4 ENSG00000143368 +transcript chr1 149928651 149936879 ENST00000439741 protein_coding 4 2 NA MTMR11 ENSG00000014914 +transcript chr1 149928652 149936350 ENST00000369140 protein_coding 7 2 NA MTMR11 ENSG00000014914 +CDS chr1 149928870 149928901 ENST00000369140 protein_coding 7 2 17 MTMR11 ENSG00000014914 +CDS chr1 149929132 149929317 ENST00000439741 protein_coding 4 2 17 MTMR11 ENSG00000014914 +CDS chr1 149929155 149929317 ENST00000369140 protein_coding 7 2 16 MTMR11 ENSG00000014914 +CDS chr1 149929623 149929916 ENST00000439741 protein_coding 4 2 16 MTMR11 ENSG00000014914 +CDS chr1 149929623 149929916 ENST00000369140 protein_coding 7 2 15 MTMR11 ENSG00000014914 +CDS chr1 149930365 149930547 ENST00000439741 protein_coding 4 2 15 MTMR11 ENSG00000014914 +CDS chr1 149930365 149930547 ENST00000369140 protein_coding 7 2 14 MTMR11 ENSG00000014914 +CDS chr1 149930792 149930965 ENST00000439741 protein_coding 4 2 14 MTMR11 ENSG00000014914 +CDS chr1 149930792 149930965 ENST00000369140 protein_coding 7 2 13 MTMR11 ENSG00000014914 +CDS chr1 149931260 149931426 ENST00000439741 protein_coding 4 2 13 MTMR11 ENSG00000014914 +CDS chr1 149931260 149931426 ENST00000369140 protein_coding 7 2 12 MTMR11 ENSG00000014914 +CDS chr1 149931944 149932014 ENST00000439741 protein_coding 4 2 12 MTMR11 ENSG00000014914 +CDS chr1 149931944 149932014 ENST00000369140 protein_coding 7 2 11 MTMR11 ENSG00000014914 +CDS chr1 149932264 149932330 ENST00000439741 protein_coding 4 2 11 MTMR11 ENSG00000014914 +CDS chr1 149932264 149932330 ENST00000369140 protein_coding 7 2 10 MTMR11 ENSG00000014914 +CDS chr1 149933406 149933530 ENST00000439741 protein_coding 4 2 10 MTMR11 ENSG00000014914 +CDS chr1 149933406 149933530 ENST00000369140 protein_coding 7 2 9 MTMR11 ENSG00000014914 +CDS chr1 149933610 149933698 ENST00000439741 protein_coding 4 2 9 MTMR11 ENSG00000014914 +CDS chr1 149933610 149933698 ENST00000369140 protein_coding 7 2 8 MTMR11 ENSG00000014914 +CDS chr1 149933855 149933942 ENST00000439741 protein_coding 4 2 8 MTMR11 ENSG00000014914 +CDS chr1 149933855 149933942 ENST00000369140 protein_coding 7 2 7 MTMR11 ENSG00000014914 +CDS chr1 149934191 149934326 ENST00000439741 protein_coding 4 2 7 MTMR11 ENSG00000014914 +CDS chr1 149934191 149934326 ENST00000369140 protein_coding 7 2 6 MTMR11 ENSG00000014914 +CDS chr1 149934448 149934526 ENST00000439741 protein_coding 4 2 6 MTMR11 ENSG00000014914 +CDS chr1 149934448 149934526 ENST00000369140 protein_coding 7 2 5 MTMR11 ENSG00000014914 +CDS chr1 149934986 149935128 ENST00000439741 protein_coding 4 2 5 MTMR11 ENSG00000014914 +CDS chr1 149934986 149935128 ENST00000369140 protein_coding 7 2 4 MTMR11 ENSG00000014914 +CDS chr1 149935299 149935359 ENST00000439741 protein_coding 4 2 4 MTMR11 ENSG00000014914 +CDS chr1 149935299 149935359 ENST00000369140 protein_coding 7 2 3 MTMR11 ENSG00000014914 +CDS chr1 149935584 149935705 ENST00000439741 protein_coding 4 2 3 MTMR11 ENSG00000014914 +CDS chr1 149935584 149935620 ENST00000369140 protein_coding 7 2 2 MTMR11 ENSG00000014914 +CDS chr1 149936154 149936229 ENST00000439741 protein_coding 4 2 2 MTMR11 ENSG00000014914 +CDS chr1 149936154 149936164 ENST00000369140 protein_coding 7 2 1 MTMR11 ENSG00000014914 +CDS chr1 149936582 149936647 ENST00000439741 protein_coding 4 2 1 MTMR11 ENSG00000014914 +transcript chr1 149937812 150010726 ENST00000581312 protein_coding 6 1 NA OTUD7B ENSG00000264522 +CDS chr1 149943860 149945065 ENST00000581312 protein_coding 6 1 12 OTUD7B ENSG00000264522 +CDS chr1 149947251 149947335 ENST00000581312 protein_coding 6 1 11 OTUD7B ENSG00000264522 +transcript chr1 149947291 150010675 ENST00000417191 protein_coding 2 1 NA OTUD7B ENSG00000264522 +CDS chr1 149947291 149947335 ENST00000417191 protein_coding 2 1 11 OTUD7B ENSG00000264522 +CDS chr1 149948969 149949083 ENST00000581312 protein_coding 6 1 10 OTUD7B ENSG00000264522 +CDS chr1 149948969 149949083 ENST00000417191 protein_coding 2 1 10 OTUD7B ENSG00000264522 +CDS chr1 149949629 149949778 ENST00000581312 protein_coding 6 1 9 OTUD7B ENSG00000264522 +CDS chr1 149949629 149949778 ENST00000417191 protein_coding 2 1 9 OTUD7B ENSG00000264522 +CDS chr1 149950094 149950221 ENST00000581312 protein_coding 6 1 8 OTUD7B ENSG00000264522 +CDS chr1 149950094 149950221 ENST00000417191 protein_coding 2 1 8 OTUD7B ENSG00000264522 +CDS chr1 149959684 149959796 ENST00000581312 protein_coding 6 1 7 OTUD7B ENSG00000264522 +CDS chr1 149959684 149959796 ENST00000417191 protein_coding 2 1 7 OTUD7B ENSG00000264522 +CDS chr1 149964222 149964349 ENST00000581312 protein_coding 6 1 6 OTUD7B ENSG00000264522 +CDS chr1 149964222 149964349 ENST00000417191 protein_coding 2 1 6 OTUD7B ENSG00000264522 +CDS chr1 149965777 149965878 ENST00000581312 protein_coding 6 1 5 OTUD7B ENSG00000264522 +CDS chr1 149965777 149965878 ENST00000417191 protein_coding 2 1 5 OTUD7B ENSG00000264522 +CDS chr1 149967294 149967521 ENST00000581312 protein_coding 6 1 4 OTUD7B ENSG00000264522 +CDS chr1 149967294 149967521 ENST00000417191 protein_coding 2 1 4 OTUD7B ENSG00000264522 +CDS chr1 149971063 149971251 ENST00000581312 protein_coding 6 1 3 OTUD7B ENSG00000264522 +CDS chr1 149971063 149971251 ENST00000417191 protein_coding 2 1 3 OTUD7B ENSG00000264522 +CDS chr1 149977426 149977510 ENST00000581312 protein_coding 6 1 2 OTUD7B ENSG00000264522 +CDS chr1 149977426 149977510 ENST00000417191 protein_coding 2 1 2 OTUD7B ENSG00000264522 +transcript chr1 150067279 150145163 ENST00000643970 protein_coding 1 NA NA VPS45 ENSG00000136631 +transcript chr1 150067293 150145326 ENST00000535106 protein_coding 5 5 NA VPS45 ENSG00000136631 +transcript chr1 150067382 150145288 ENST00000369128 protein_coding 9 2 NA VPS45 ENSG00000136631 +transcript chr1 150067668 150145326 ENST00000611412 protein_coding 4 5 NA VPS45 ENSG00000136631 +transcript chr1 150067776 150145329 ENST00000644510 protein_coding 2 NA NA VPS45 ENSG00000136631 +transcript chr1 150067799 150068859 ENST00000643611 protein_coding 1 NA NA VPS45 ENSG00000136631 +transcript chr1 150067847 150093628 ENST00000419023 protein_coding 3 3 NA VPS45 ENSG00000136631 +transcript chr1 150067848 150145329 ENST00000644526 protein_coding 1 NA NA VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000644510 protein_coding 2 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000643611 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000419023 protein_coding 3 3 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067950 ENST00000644526 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150067858 150067887 ENST00000611412 protein_coding 4 5 1 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000644510 protein_coding 2 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068818 ENST00000643611 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000419023 protein_coding 3 3 2 VPS45 ENSG00000136631 +CDS chr1 150068630 150068764 ENST00000644526 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000643970 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000369128 protein_coding 9 2 2 VPS45 ENSG00000136631 +CDS chr1 150068645 150068764 ENST00000535106 protein_coding 5 5 2 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000643970 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000369128 protein_coding 9 2 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000644510 protein_coding 2 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000419023 protein_coding 3 3 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000644526 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150072166 150072226 ENST00000535106 protein_coding 5 5 3 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000643970 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000369128 protein_coding 9 2 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000644510 protein_coding 2 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000419023 protein_coding 3 3 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000644526 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150076233 150076312 ENST00000535106 protein_coding 5 5 4 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000643970 protein_coding 1 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000644510 protein_coding 2 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000419023 protein_coding 3 3 5 VPS45 ENSG00000136631 +CDS chr1 150076916 150076984 ENST00000644526 protein_coding 1 NA 5 VPS45 ENSG00000136631 +CDS chr1 150076946 150076984 ENST00000611412 protein_coding 4 5 2 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000643970 protein_coding 1 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000644510 protein_coding 2 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000644526 protein_coding 1 NA 6 VPS45 ENSG00000136631 +CDS chr1 150077094 150077231 ENST00000611412 protein_coding 4 5 3 VPS45 ENSG00000136631 +CDS chr1 150077166 150077231 ENST00000419023 protein_coding 3 3 6 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000643970 protein_coding 1 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000369128 protein_coding 9 2 5 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000644510 protein_coding 2 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000419023 protein_coding 3 3 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000644526 protein_coding 1 NA 7 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000535106 protein_coding 5 5 5 VPS45 ENSG00000136631 +CDS chr1 150077669 150077779 ENST00000611412 protein_coding 4 5 4 VPS45 ENSG00000136631 +transcript chr1 150077735 150083307 ENST00000644704 protein_coding 1 NA NA VPS45 ENSG00000136631 +CDS chr1 150077735 150077779 ENST00000644704 protein_coding 1 NA 1 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000643970 protein_coding 1 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000369128 protein_coding 9 2 6 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644510 protein_coding 2 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000419023 protein_coding 3 3 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644526 protein_coding 1 NA 8 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000644704 protein_coding 1 NA 2 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000535106 protein_coding 5 5 6 VPS45 ENSG00000136631 +CDS chr1 150081342 150081476 ENST00000611412 protein_coding 4 5 5 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000643970 protein_coding 1 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000369128 protein_coding 9 2 7 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644510 protein_coding 2 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000419023 protein_coding 3 3 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644526 protein_coding 1 NA 9 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000644704 protein_coding 1 NA 3 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000535106 protein_coding 5 5 7 VPS45 ENSG00000136631 +CDS chr1 150081884 150081997 ENST00000611412 protein_coding 4 5 6 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000643970 protein_coding 1 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000369128 protein_coding 9 2 8 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000644510 protein_coding 2 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000419023 protein_coding 3 3 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000644526 protein_coding 1 NA 10 VPS45 ENSG00000136631 +CDS chr1 150082716 150082895 ENST00000644704 protein_coding 1 NA 4 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000535106 protein_coding 5 5 8 VPS45 ENSG00000136631 +CDS chr1 150082716 150082883 ENST00000611412 protein_coding 4 5 7 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000643970 protein_coding 1 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000369128 protein_coding 9 2 9 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000644510 protein_coding 2 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000419023 protein_coding 3 3 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000644526 protein_coding 1 NA 11 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000535106 protein_coding 5 5 9 VPS45 ENSG00000136631 +CDS chr1 150091937 150092095 ENST00000611412 protein_coding 4 5 8 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000643970 protein_coding 1 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000369128 protein_coding 9 2 10 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000644510 protein_coding 2 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000419023 protein_coding 3 3 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000644526 protein_coding 1 NA 12 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000535106 protein_coding 5 5 10 VPS45 ENSG00000136631 +CDS chr1 150092302 150092409 ENST00000611412 protein_coding 4 5 9 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000643970 protein_coding 1 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000369128 protein_coding 9 2 11 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000644510 protein_coding 2 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093628 ENST00000419023 protein_coding 3 3 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000644526 protein_coding 1 NA 13 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000535106 protein_coding 5 5 11 VPS45 ENSG00000136631 +CDS chr1 150093527 150093648 ENST00000611412 protein_coding 4 5 10 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000643970 protein_coding 1 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000369128 protein_coding 9 2 12 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000644510 protein_coding 2 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000644526 protein_coding 1 NA 14 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000535106 protein_coding 5 5 12 VPS45 ENSG00000136631 +CDS chr1 150110496 150110627 ENST00000611412 protein_coding 4 5 11 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000369128 protein_coding 9 2 13 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000644526 protein_coding 1 NA 15 VPS45 ENSG00000136631 +CDS chr1 150142838 150142931 ENST00000535106 protein_coding 5 5 13 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000643970 protein_coding 1 NA 15 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000369128 protein_coding 9 2 14 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000644510 protein_coding 2 NA 15 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000644526 protein_coding 1 NA 16 VPS45 ENSG00000136631 +CDS chr1 150144709 150144918 ENST00000535106 protein_coding 5 5 14 VPS45 ENSG00000136631 +CDS chr1 150144709 150144793 ENST00000611412 protein_coding 4 5 12 VPS45 ENSG00000136631 +transcript chr1 150149183 150159630 ENST00000369126 protein_coding 5 1 NA PLEKHO1 ENSG00000023902 +transcript chr1 150149916 150160065 ENST00000369124 protein_coding 5 1 NA PLEKHO1 ENSG00000023902 +CDS chr1 150150258 150150287 ENST00000369124 protein_coding 5 1 1 PLEKHO1 ENSG00000023902 +CDS chr1 150150912 150151058 ENST00000369124 protein_coding 5 1 2 PLEKHO1 ENSG00000023902 +CDS chr1 150156066 150156206 ENST00000369124 protein_coding 5 1 3 PLEKHO1 ENSG00000023902 +CDS chr1 150156911 150157015 ENST00000369124 protein_coding 5 1 4 PLEKHO1 ENSG00000023902 +CDS chr1 150157385 150157486 ENST00000369124 protein_coding 5 1 5 PLEKHO1 ENSG00000023902 +CDS chr1 150158819 150159520 ENST00000369124 protein_coding 5 1 6 PLEKHO1 ENSG00000023902 +CDS chr1 150158843 150159520 ENST00000369126 protein_coding 5 1 5 PLEKHO1 ENSG00000023902 +transcript chr1 150218417 150236112 ENST00000583931 protein_coding 6 1 NA ANP32E ENSG00000143401 +transcript chr1 150218418 150236156 ENST00000629042 protein_coding 2 5 NA ANP32E ENSG00000143401 +transcript chr1 150218555 150234678 ENST00000616917 protein_coding 4 2 NA ANP32E ENSG00000143401 +transcript chr1 150220272 150236022 ENST00000436748 protein_coding 6 2 NA ANP32E ENSG00000143401 +transcript chr1 150220378 150226730 ENST00000534437 protein_coding 1 3 NA ANP32E ENSG00000143401 +transcript chr1 150220392 150236085 ENST00000369114 protein_coding 9 3 NA ANP32E ENSG00000143401 +transcript chr1 150220461 150236099 ENST00000369115 protein_coding 3 3 NA ANP32E ENSG00000143401 +transcript chr1 150220538 150235955 ENST00000533654 protein_coding 5 2 NA ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000583931 protein_coding 6 1 7 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000616917 protein_coding 4 2 7 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000436748 protein_coding 6 2 6 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000534437 protein_coding 1 3 3 ANP32E ENSG00000143401 +CDS chr1 150220694 150220758 ENST00000369114 protein_coding 9 3 5 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000369115 protein_coding 3 3 6 ANP32E ENSG00000143401 +CDS chr1 150220694 150220761 ENST00000629042 protein_coding 2 5 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000583931 protein_coding 6 1 6 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000616917 protein_coding 4 2 6 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000436748 protein_coding 6 2 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223294 ENST00000534437 protein_coding 1 3 2 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000369114 protein_coding 9 3 4 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000369115 protein_coding 3 3 5 ANP32E ENSG00000143401 +CDS chr1 150223186 150223240 ENST00000629042 protein_coding 2 5 4 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000583931 protein_coding 6 1 5 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000616917 protein_coding 4 2 5 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000436748 protein_coding 6 2 4 ANP32E ENSG00000143401 +CDS chr1 150226608 150226730 ENST00000534437 protein_coding 1 3 1 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000369115 protein_coding 3 3 4 ANP32E ENSG00000143401 +transcript chr1 150226608 150235983 ENST00000534220 protein_coding 1 5 NA ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000534220 protein_coding 1 5 3 ANP32E ENSG00000143401 +CDS chr1 150226608 150226795 ENST00000629042 protein_coding 2 5 3 ANP32E ENSG00000143401 +CDS chr1 150226628 150226795 ENST00000533654 protein_coding 5 2 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000583931 protein_coding 6 1 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000616917 protein_coding 4 2 4 ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000436748 protein_coding 6 2 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229114 ENST00000369115 protein_coding 3 3 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229144 ENST00000534220 protein_coding 1 5 2 ANP32E ENSG00000143401 +transcript chr1 150229072 150236064 ENST00000532744 protein_coding 2 3 NA ANP32E ENSG00000143401 +CDS chr1 150229072 150229237 ENST00000532744 protein_coding 2 3 3 ANP32E ENSG00000143401 +CDS chr1 150229072 150229114 ENST00000629042 protein_coding 2 5 2 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000583931 protein_coding 6 1 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000616917 protein_coding 4 2 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000369114 protein_coding 9 3 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000533654 protein_coding 5 2 3 ANP32E ENSG00000143401 +CDS chr1 150230571 150230693 ENST00000532744 protein_coding 2 3 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000583931 protein_coding 6 1 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231836 ENST00000616917 protein_coding 4 2 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000436748 protein_coding 6 2 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000369114 protein_coding 9 3 2 ANP32E ENSG00000143401 +CDS chr1 150231777 150231926 ENST00000533654 protein_coding 5 2 2 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000583931 protein_coding 6 1 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000436748 protein_coding 6 2 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000369114 protein_coding 9 3 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000369115 protein_coding 3 3 2 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000533654 protein_coding 5 2 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000534220 protein_coding 1 5 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000532744 protein_coding 2 3 1 ANP32E ENSG00000143401 +CDS chr1 150235733 150235786 ENST00000629042 protein_coding 2 5 1 ANP32E ENSG00000143401 +transcript chr1 150257251 150265049 ENST00000647854 protein_coding 1 NA NA CA14 ENSG00000118298 +transcript chr1 150257774 150265078 ENST00000369111 protein_coding 9 1 NA CA14 ENSG00000118298 +CDS chr1 150258129 150258183 ENST00000369111 protein_coding 9 1 1 CA14 ENSG00000118298 +CDS chr1 150258129 150258183 ENST00000647854 protein_coding 1 NA 2 CA14 ENSG00000118298 +CDS chr1 150260151 150260171 ENST00000369111 protein_coding 9 1 2 CA14 ENSG00000118298 +CDS chr1 150260151 150260171 ENST00000647854 protein_coding 1 NA 3 CA14 ENSG00000118298 +CDS chr1 150261459 150261638 ENST00000369111 protein_coding 9 1 3 CA14 ENSG00000118298 +CDS chr1 150261459 150261638 ENST00000647854 protein_coding 1 NA 4 CA14 ENSG00000118298 +CDS chr1 150262158 150262300 ENST00000369111 protein_coding 9 1 4 CA14 ENSG00000118298 +CDS chr1 150262158 150262300 ENST00000647854 protein_coding 1 NA 5 CA14 ENSG00000118298 +CDS chr1 150262525 150262620 ENST00000369111 protein_coding 9 1 5 CA14 ENSG00000118298 +CDS chr1 150262525 150262620 ENST00000647854 protein_coding 1 NA 6 CA14 ENSG00000118298 +CDS chr1 150262804 150262870 ENST00000369111 protein_coding 9 1 6 CA14 ENSG00000118298 +CDS chr1 150262804 150262870 ENST00000647854 protein_coding 1 NA 7 CA14 ENSG00000118298 +CDS chr1 150263042 150263199 ENST00000369111 protein_coding 9 1 7 CA14 ENSG00000118298 +CDS chr1 150263042 150263199 ENST00000647854 protein_coding 1 NA 8 CA14 ENSG00000118298 +transcript chr1 150263044 150264891 ENST00000607082 protein_coding 1 3 NA CA14 ENSG00000118298 +CDS chr1 150263044 150263199 ENST00000607082 protein_coding 1 3 1 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000369111 protein_coding 9 1 8 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000647854 protein_coding 1 NA 9 CA14 ENSG00000118298 +CDS chr1 150263299 150263419 ENST00000607082 protein_coding 1 3 2 CA14 ENSG00000118298 +CDS chr1 150263659 150263679 ENST00000369111 protein_coding 9 1 9 CA14 ENSG00000118298 +CDS chr1 150263659 150263679 ENST00000647854 protein_coding 1 NA 10 CA14 ENSG00000118298 +CDS chr1 150263662 150263679 ENST00000607082 protein_coding 1 3 3 CA14 ENSG00000118298 +CDS chr1 150263794 150263878 ENST00000369111 protein_coding 9 1 10 CA14 ENSG00000118298 +CDS chr1 150263794 150263878 ENST00000647854 protein_coding 1 NA 11 CA14 ENSG00000118298 +CDS chr1 150264593 150264656 ENST00000369111 protein_coding 9 1 11 CA14 ENSG00000118298 +CDS chr1 150264593 150264656 ENST00000647854 protein_coding 1 NA 12 CA14 ENSG00000118298 +CDS chr1 150264593 150264687 ENST00000607082 protein_coding 1 3 4 CA14 ENSG00000118298 +transcript chr1 150265399 150269209 ENST00000414276 protein_coding 6 2 NA APH1A ENSG00000117362 +transcript chr1 150265404 150269016 ENST00000369109 protein_coding 8 1 NA APH1A ENSG00000117362 +transcript chr1 150265406 150269303 ENST00000360244 protein_coding 8 1 NA APH1A ENSG00000117362 +CDS chr1 150266133 150266194 ENST00000369109 protein_coding 8 1 7 APH1A ENSG00000117362 +CDS chr1 150266133 150266194 ENST00000414276 protein_coding 6 2 6 APH1A ENSG00000117362 +CDS chr1 150266525 150266656 ENST00000360244 protein_coding 8 1 6 APH1A ENSG00000117362 +CDS chr1 150266533 150266656 ENST00000369109 protein_coding 8 1 6 APH1A ENSG00000117362 +CDS chr1 150266533 150266656 ENST00000414276 protein_coding 6 2 5 APH1A ENSG00000117362 +transcript chr1 150266645 150269023 ENST00000236017 protein_coding 5 2 NA APH1A ENSG00000117362 +CDS chr1 150266645 150266656 ENST00000236017 protein_coding 5 2 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000369109 protein_coding 8 1 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000360244 protein_coding 8 1 5 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000236017 protein_coding 5 2 4 APH1A ENSG00000117362 +CDS chr1 150267075 150267202 ENST00000414276 protein_coding 6 2 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000369109 protein_coding 8 1 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000360244 protein_coding 8 1 4 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000236017 protein_coding 5 2 3 APH1A ENSG00000117362 +CDS chr1 150267356 150267478 ENST00000414276 protein_coding 6 2 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000369109 protein_coding 8 1 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000360244 protein_coding 8 1 3 APH1A ENSG00000117362 +CDS chr1 150267716 150267789 ENST00000236017 protein_coding 5 2 2 APH1A ENSG00000117362 +CDS chr1 150267957 150268127 ENST00000369109 protein_coding 8 1 2 APH1A ENSG00000117362 +CDS chr1 150267957 150268127 ENST00000360244 protein_coding 8 1 2 APH1A ENSG00000117362 +CDS chr1 150267957 150267991 ENST00000414276 protein_coding 6 2 2 APH1A ENSG00000117362 +transcript chr1 150268200 150280916 ENST00000369102 protein_coding 5 5 NA C1orf54 ENSG00000118292 +CDS chr1 150268698 150268810 ENST00000369109 protein_coding 8 1 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000360244 protein_coding 8 1 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000236017 protein_coding 5 2 1 APH1A ENSG00000117362 +CDS chr1 150268698 150268810 ENST00000414276 protein_coding 6 2 1 APH1A ENSG00000117362 +transcript chr1 150272780 150280914 ENST00000369098 protein_coding 3 1 NA C1orf54 ENSG00000118292 +transcript chr1 150272790 150280916 ENST00000369099 protein_coding 8 1 NA C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369102 protein_coding 5 5 3 C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369099 protein_coding 8 1 1 C1orf54 ENSG00000118292 +CDS chr1 150272818 150272863 ENST00000369098 protein_coding 3 1 1 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369102 protein_coding 5 5 4 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369099 protein_coding 8 1 2 C1orf54 ENSG00000118292 +CDS chr1 150274087 150274170 ENST00000369098 protein_coding 3 1 2 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369102 protein_coding 5 5 5 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369099 protein_coding 8 1 3 C1orf54 ENSG00000118292 +CDS chr1 150275741 150275799 ENST00000369098 protein_coding 3 1 3 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369102 protein_coding 5 5 6 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369099 protein_coding 8 1 4 C1orf54 ENSG00000118292 +CDS chr1 150276522 150276632 ENST00000369098 protein_coding 3 1 4 C1orf54 ENSG00000118292 +CDS chr1 150279643 150279735 ENST00000369102 protein_coding 5 5 7 C1orf54 ENSG00000118292 +CDS chr1 150279643 150279735 ENST00000369099 protein_coding 8 1 5 C1orf54 ENSG00000118292 +CDS chr1 150280835 150280897 ENST00000369098 protein_coding 3 1 5 C1orf54 ENSG00000118292 +transcript chr1 150282543 150286737 ENST00000447007 protein_coding 5 2 NA CIART ENSG00000159208 +transcript chr1 150282543 150287093 ENST00000369095 protein_coding 5 1 NA CIART ENSG00000159208 +transcript chr1 150282543 150287093 ENST00000369094 protein_coding 5 1 NA CIART ENSG00000159208 +transcript chr1 150282554 150287093 ENST00000290363 protein_coding 6 1 NA CIART ENSG00000159208 +transcript chr1 150282772 150286776 ENST00000417398 protein_coding 5 2 NA CIART ENSG00000159208 +CDS chr1 150283268 150283633 ENST00000369095 protein_coding 5 1 2 CIART ENSG00000159208 +CDS chr1 150283268 150283633 ENST00000290363 protein_coding 6 1 1 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000447007 protein_coding 5 2 2 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000369094 protein_coding 5 1 2 CIART ENSG00000159208 +CDS chr1 150283532 150283633 ENST00000417398 protein_coding 5 2 2 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000447007 protein_coding 5 2 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000369095 protein_coding 5 1 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000369094 protein_coding 5 1 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000417398 protein_coding 5 2 3 CIART ENSG00000159208 +CDS chr1 150283805 150283880 ENST00000290363 protein_coding 6 1 2 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000447007 protein_coding 5 2 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000369095 protein_coding 5 1 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000369094 protein_coding 5 1 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000417398 protein_coding 5 2 4 CIART ENSG00000159208 +CDS chr1 150284426 150284504 ENST00000290363 protein_coding 6 1 3 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000447007 protein_coding 5 2 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000369095 protein_coding 5 1 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000369094 protein_coding 5 1 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000417398 protein_coding 5 2 5 CIART ENSG00000159208 +CDS chr1 150284597 150284708 ENST00000290363 protein_coding 6 1 4 CIART ENSG00000159208 +CDS chr1 150286430 150286737 ENST00000447007 protein_coding 5 2 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000369095 protein_coding 5 1 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000369094 protein_coding 5 1 6 CIART ENSG00000159208 +CDS chr1 150286430 150286776 ENST00000417398 protein_coding 5 2 6 CIART ENSG00000159208 +CDS chr1 150286430 150286951 ENST00000290363 protein_coding 6 1 5 CIART ENSG00000159208 +transcript chr1 150293861 150308979 ENST00000614145 protein_coding 5 1 NA MRPS21 ENSG00000266472 +transcript chr1 150293920 150308979 ENST00000581066 protein_coding 2 1 NA MRPS21 ENSG00000266472 +CDS chr1 150294367 150294449 ENST00000614145 protein_coding 5 1 2 MRPS21 ENSG00000266472 +CDS chr1 150294367 150294449 ENST00000581066 protein_coding 2 1 1 MRPS21 ENSG00000266472 +CDS chr1 150308048 150308225 ENST00000614145 protein_coding 5 1 3 MRPS21 ENSG00000266472 +CDS chr1 150308048 150308225 ENST00000581066 protein_coding 2 1 2 MRPS21 ENSG00000266472 +transcript chr1 150321533 150353233 ENST00000324862 protein_coding 7 1 NA PRPF3 ENSG00000117360 +CDS chr1 150324943 150325087 ENST00000324862 protein_coding 7 1 2 PRPF3 ENSG00000117360 +CDS chr1 150325751 150325881 ENST00000324862 protein_coding 7 1 3 PRPF3 ENSG00000117360 +CDS chr1 150328320 150328466 ENST00000324862 protein_coding 7 1 4 PRPF3 ENSG00000117360 +CDS chr1 150332684 150332767 ENST00000324862 protein_coding 7 1 5 PRPF3 ENSG00000117360 +CDS chr1 150332979 150333199 ENST00000324862 protein_coding 7 1 6 PRPF3 ENSG00000117360 +CDS chr1 150334935 150335241 ENST00000324862 protein_coding 7 1 7 PRPF3 ENSG00000117360 +CDS chr1 150338160 150338326 ENST00000324862 protein_coding 7 1 8 PRPF3 ENSG00000117360 +CDS chr1 150340398 150340477 ENST00000324862 protein_coding 7 1 9 PRPF3 ENSG00000117360 +CDS chr1 150343309 150343452 ENST00000324862 protein_coding 7 1 10 PRPF3 ENSG00000117360 +CDS chr1 150344162 150344261 ENST00000324862 protein_coding 7 1 11 PRPF3 ENSG00000117360 +CDS chr1 150344434 150344547 ENST00000324862 protein_coding 7 1 12 PRPF3 ENSG00000117360 +CDS chr1 150346018 150346136 ENST00000324862 protein_coding 7 1 13 PRPF3 ENSG00000117360 +CDS chr1 150346408 150346491 ENST00000324862 protein_coding 7 1 14 PRPF3 ENSG00000117360 +CDS chr1 150349157 150349218 ENST00000324862 protein_coding 7 1 15 PRPF3 ENSG00000117360 +CDS chr1 150352833 150352976 ENST00000324862 protein_coding 7 1 16 PRPF3 ENSG00000117360 +transcript chr1 150364147 150476566 ENST00000369068 protein_coding 5 1 NA RPRD2 ENSG00000163125 +transcript chr1 150364650 150476566 ENST00000401000 protein_coding 8 1 NA RPRD2 ENSG00000163125 +transcript chr1 150364708 150441623 ENST00000369067 protein_coding 7 2 NA RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000401000 protein_coding 8 1 1 RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000369067 protein_coding 7 2 1 RPRD2 ENSG00000163125 +CDS chr1 150364715 150364919 ENST00000369068 protein_coding 5 1 1 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000401000 protein_coding 8 1 2 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000369067 protein_coding 7 2 2 RPRD2 ENSG00000163125 +CDS chr1 150417596 150417725 ENST00000369068 protein_coding 5 1 2 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441023 ENST00000401000 protein_coding 8 1 3 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441043 ENST00000369067 protein_coding 7 2 3 RPRD2 ENSG00000163125 +CDS chr1 150440923 150441023 ENST00000369068 protein_coding 5 1 3 RPRD2 ENSG00000163125 +CDS chr1 150441881 150441958 ENST00000369068 protein_coding 5 1 4 RPRD2 ENSG00000163125 +CDS chr1 150443231 150443283 ENST00000401000 protein_coding 8 1 4 RPRD2 ENSG00000163125 +CDS chr1 150443231 150443283 ENST00000369068 protein_coding 5 1 5 RPRD2 ENSG00000163125 +CDS chr1 150444251 150444377 ENST00000401000 protein_coding 8 1 5 RPRD2 ENSG00000163125 +CDS chr1 150444251 150444377 ENST00000369068 protein_coding 5 1 6 RPRD2 ENSG00000163125 +CDS chr1 150446226 150446401 ENST00000401000 protein_coding 8 1 6 RPRD2 ENSG00000163125 +CDS chr1 150446226 150446401 ENST00000369068 protein_coding 5 1 7 RPRD2 ENSG00000163125 +CDS chr1 150457288 150457570 ENST00000401000 protein_coding 8 1 7 RPRD2 ENSG00000163125 +CDS chr1 150457288 150457570 ENST00000369068 protein_coding 5 1 8 RPRD2 ENSG00000163125 +CDS chr1 150460060 150460317 ENST00000401000 protein_coding 8 1 8 RPRD2 ENSG00000163125 +CDS chr1 150460060 150460317 ENST00000369068 protein_coding 5 1 9 RPRD2 ENSG00000163125 +CDS chr1 150464527 150464727 ENST00000401000 protein_coding 8 1 9 RPRD2 ENSG00000163125 +CDS chr1 150464527 150464727 ENST00000369068 protein_coding 5 1 10 RPRD2 ENSG00000163125 +CDS chr1 150470561 150473331 ENST00000401000 protein_coding 8 1 10 RPRD2 ENSG00000163125 +CDS chr1 150470561 150473331 ENST00000369068 protein_coding 5 1 11 RPRD2 ENSG00000163125 +transcript chr1 150487414 150507258 ENST00000369054 protein_coding 6 2 NA TARS2 ENSG00000143374 +transcript chr1 150487419 150507602 ENST00000369064 protein_coding 8 1 NA TARS2 ENSG00000143374 +transcript chr1 150487420 150507284 ENST00000606933 protein_coding 5 1 NA TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000369054 protein_coding 6 2 1 TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000369064 protein_coding 8 1 1 TARS2 ENSG00000143374 +CDS chr1 150487451 150487516 ENST00000606933 protein_coding 5 1 1 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000369054 protein_coding 6 2 2 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000369064 protein_coding 8 1 2 TARS2 ENSG00000143374 +CDS chr1 150487858 150488054 ENST00000606933 protein_coding 5 1 2 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000369054 protein_coding 6 2 3 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000369064 protein_coding 8 1 3 TARS2 ENSG00000143374 +CDS chr1 150488964 150489087 ENST00000606933 protein_coding 5 1 3 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000369054 protein_coding 6 2 4 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000369064 protein_coding 8 1 4 TARS2 ENSG00000143374 +CDS chr1 150490601 150490725 ENST00000606933 protein_coding 5 1 4 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000369054 protein_coding 6 2 5 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000369064 protein_coding 8 1 5 TARS2 ENSG00000143374 +CDS chr1 150491394 150491511 ENST00000606933 protein_coding 5 1 5 TARS2 ENSG00000143374 +CDS chr1 150491598 150491662 ENST00000369064 protein_coding 8 1 6 TARS2 ENSG00000143374 +CDS chr1 150491598 150491662 ENST00000606933 protein_coding 5 1 6 TARS2 ENSG00000143374 +CDS chr1 150492411 150492489 ENST00000369064 protein_coding 8 1 7 TARS2 ENSG00000143374 +CDS chr1 150492411 150492489 ENST00000606933 protein_coding 5 1 7 TARS2 ENSG00000143374 +CDS chr1 150496482 150496628 ENST00000369064 protein_coding 8 1 8 TARS2 ENSG00000143374 +CDS chr1 150496810 150496908 ENST00000369064 protein_coding 8 1 9 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000369054 protein_coding 6 2 6 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000369064 protein_coding 8 1 10 TARS2 ENSG00000143374 +CDS chr1 150497530 150497747 ENST00000606933 protein_coding 5 1 8 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000369054 protein_coding 6 2 7 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000369064 protein_coding 8 1 11 TARS2 ENSG00000143374 +CDS chr1 150498502 150498664 ENST00000606933 protein_coding 5 1 9 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000369054 protein_coding 6 2 8 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000369064 protein_coding 8 1 12 TARS2 ENSG00000143374 +CDS chr1 150498897 150499034 ENST00000606933 protein_coding 5 1 10 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000369054 protein_coding 6 2 9 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000369064 protein_coding 8 1 13 TARS2 ENSG00000143374 +CDS chr1 150499216 150499293 ENST00000606933 protein_coding 5 1 11 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000369054 protein_coding 6 2 10 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000369064 protein_coding 8 1 14 TARS2 ENSG00000143374 +CDS chr1 150504335 150504435 ENST00000606933 protein_coding 5 1 12 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000369054 protein_coding 6 2 11 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000369064 protein_coding 8 1 15 TARS2 ENSG00000143374 +CDS chr1 150504632 150504733 ENST00000606933 protein_coding 5 1 13 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000369054 protein_coding 6 2 12 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000369064 protein_coding 8 1 16 TARS2 ENSG00000143374 +CDS chr1 150504906 150504978 ENST00000606933 protein_coding 5 1 14 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000369054 protein_coding 6 2 13 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000369064 protein_coding 8 1 17 TARS2 ENSG00000143374 +CDS chr1 150505591 150505705 ENST00000606933 protein_coding 5 1 15 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000369054 protein_coding 6 2 14 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000369064 protein_coding 8 1 18 TARS2 ENSG00000143374 +CDS chr1 150506916 150507061 ENST00000606933 protein_coding 5 1 16 TARS2 ENSG00000143374 +transcript chr1 150508076 150513554 ENST00000369049 protein_coding 8 2 NA ECM1 ENSG00000143369 +transcript chr1 150508107 150513560 ENST00000346569 protein_coding 6 1 NA ECM1 ENSG00000143369 +transcript chr1 150508109 150513789 ENST00000369047 protein_coding 9 1 NA ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000369049 protein_coding 8 2 1 ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000346569 protein_coding 6 1 1 ECM1 ENSG00000143369 +CDS chr1 150508210 150508279 ENST00000369047 protein_coding 9 1 1 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000369049 protein_coding 8 2 2 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000346569 protein_coding 6 1 2 ECM1 ENSG00000143369 +CDS chr1 150509531 150509581 ENST00000369047 protein_coding 9 1 2 ECM1 ENSG00000143369 +CDS chr1 150509661 150509756 ENST00000369049 protein_coding 8 2 3 ECM1 ENSG00000143369 +CDS chr1 150509661 150509762 ENST00000346569 protein_coding 6 1 3 ECM1 ENSG00000143369 +CDS chr1 150509661 150509762 ENST00000369047 protein_coding 9 1 3 ECM1 ENSG00000143369 +CDS chr1 150509835 150510002 ENST00000369049 protein_coding 8 2 4 ECM1 ENSG00000143369 +CDS chr1 150509922 150510002 ENST00000346569 protein_coding 6 1 4 ECM1 ENSG00000143369 +CDS chr1 150509922 150510002 ENST00000369047 protein_coding 9 1 4 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000369049 protein_coding 8 2 5 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000346569 protein_coding 6 1 5 ECM1 ENSG00000143369 +CDS chr1 150510102 150510182 ENST00000369047 protein_coding 9 1 5 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000369049 protein_coding 8 2 6 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000346569 protein_coding 6 1 6 ECM1 ENSG00000143369 +CDS chr1 150510876 150511198 ENST00000369047 protein_coding 9 1 6 ECM1 ENSG00000143369 +CDS chr1 150511457 150511831 ENST00000369049 protein_coding 8 2 7 ECM1 ENSG00000143369 +CDS chr1 150511457 150511831 ENST00000369047 protein_coding 9 1 7 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000369049 protein_coding 8 2 8 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000346569 protein_coding 6 1 7 ECM1 ENSG00000143369 +CDS chr1 150512352 150512572 ENST00000369047 protein_coding 9 1 8 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000369049 protein_coding 8 2 9 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000346569 protein_coding 6 1 8 ECM1 ENSG00000143369 +CDS chr1 150512725 150512812 ENST00000369047 protein_coding 9 1 9 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000369049 protein_coding 8 2 10 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000346569 protein_coding 6 1 9 ECM1 ENSG00000143369 +CDS chr1 150513237 150513464 ENST00000369047 protein_coding 9 1 10 ECM1 ENSG00000143369 +transcript chr1 150549369 150560932 ENST00000369039 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549408 150558748 ENST00000369041 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549408 150560933 ENST00000271643 protein_coding 9 5 NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549839 150560667 ENST00000674043 protein_coding 1 NA NA ADAMTSL4 ENSG00000143382 +transcript chr1 150549839 150560667 ENST00000674058 protein_coding 1 NA NA ADAMTSL4 ENSG00000143382 +transcript chr1 150552088 150560937 ENST00000369038 protein_coding 6 1 NA ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369039 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369041 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000271643 protein_coding 9 5 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000674043 protein_coding 1 NA 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000674058 protein_coding 1 NA 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552289 150552308 ENST00000369038 protein_coding 6 1 1 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369039 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369041 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000271643 protein_coding 9 5 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000674043 protein_coding 1 NA 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000674058 protein_coding 1 NA 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150552543 150552600 ENST00000369038 protein_coding 6 1 2 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369039 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369041 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000271643 protein_coding 9 5 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000674043 protein_coding 1 NA 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000674058 protein_coding 1 NA 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150552898 150553253 ENST00000369038 protein_coding 6 1 3 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369039 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369041 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000271643 protein_coding 9 5 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000674043 protein_coding 1 NA 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000674058 protein_coding 1 NA 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150553426 150554122 ENST00000369038 protein_coding 6 1 4 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369039 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369041 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000271643 protein_coding 9 5 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000674043 protein_coding 1 NA 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000674058 protein_coding 1 NA 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150554365 150554467 ENST00000369038 protein_coding 6 1 5 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000369039 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000674043 protein_coding 1 NA 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150554566 150554634 ENST00000674058 protein_coding 1 NA 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369039 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369041 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000271643 protein_coding 9 5 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000674043 protein_coding 1 NA 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000674058 protein_coding 1 NA 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150555429 150555565 ENST00000369038 protein_coding 6 1 6 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369039 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369041 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000271643 protein_coding 9 5 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000674043 protein_coding 1 NA 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000674058 protein_coding 1 NA 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150556162 150556366 ENST00000369038 protein_coding 6 1 7 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369039 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369041 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000271643 protein_coding 9 5 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000674043 protein_coding 1 NA 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000674058 protein_coding 1 NA 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150556621 150556793 ENST00000369038 protein_coding 6 1 8 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369039 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369041 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000271643 protein_coding 9 5 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000674043 protein_coding 1 NA 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150556976 ENST00000674058 protein_coding 1 NA 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150556939 150557050 ENST00000369038 protein_coding 6 1 9 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369039 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369041 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000271643 protein_coding 9 5 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000674043 protein_coding 1 NA 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557150 150557335 ENST00000369038 protein_coding 6 1 10 ADAMTSL4 ENSG00000143382 +CDS chr1 150557262 150557335 ENST00000674058 protein_coding 1 NA 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369039 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369041 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000271643 protein_coding 9 5 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000674043 protein_coding 1 NA 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000674058 protein_coding 1 NA 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150557494 150557623 ENST00000369038 protein_coding 6 1 11 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369039 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369041 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000271643 protein_coding 9 5 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000674043 protein_coding 1 NA 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000674058 protein_coding 1 NA 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150557945 150558149 ENST00000369038 protein_coding 6 1 12 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000369039 protein_coding 9 5 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558721 ENST00000369041 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000271643 protein_coding 9 5 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000674043 protein_coding 1 NA 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000674058 protein_coding 1 NA 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150558473 150558649 ENST00000369038 protein_coding 6 1 13 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000369039 protein_coding 9 5 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000271643 protein_coding 9 5 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000674043 protein_coding 1 NA 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000674058 protein_coding 1 NA 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150558962 150559165 ENST00000369038 protein_coding 6 1 14 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000369039 protein_coding 9 5 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000271643 protein_coding 9 5 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000674043 protein_coding 1 NA 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000674058 protein_coding 1 NA 17 ADAMTSL4 ENSG00000143382 +CDS chr1 150559287 150559466 ENST00000369038 protein_coding 6 1 15 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000369039 protein_coding 9 5 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000271643 protein_coding 9 5 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000674043 protein_coding 1 NA 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000674058 protein_coding 1 NA 18 ADAMTSL4 ENSG00000143382 +CDS chr1 150559761 150559905 ENST00000369038 protein_coding 6 1 16 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000369039 protein_coding 9 5 20 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000271643 protein_coding 9 5 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000674043 protein_coding 1 NA 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000674058 protein_coding 1 NA 19 ADAMTSL4 ENSG00000143382 +CDS chr1 150560060 150560193 ENST00000369038 protein_coding 6 1 17 ADAMTSL4 ENSG00000143382 +transcript chr1 150563102 150579610 ENST00000678770 protein_coding 1 NA NA MCL1 ENSG00000143384 +transcript chr1 150574176 150579597 ENST00000678610 protein_coding 1 NA NA MCL1 ENSG00000143384 +transcript chr1 150574551 150579738 ENST00000620947 protein_coding 4 1 NA MCL1 ENSG00000143384 +transcript chr1 150574558 150579610 ENST00000369026 protein_coding 3 1 NA MCL1 ENSG00000143384 +transcript chr1 150577070 150579530 ENST00000307940 protein_coding 3 1 NA MCL1 ENSG00000143384 +CDS chr1 150577367 150577491 ENST00000307940 protein_coding 3 1 2 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000678770 protein_coding 1 NA 3 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000678610 protein_coding 1 NA 4 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000620947 protein_coding 4 1 4 MCL1 ENSG00000143384 +CDS chr1 150577378 150577491 ENST00000369026 protein_coding 3 1 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000678770 protein_coding 1 NA 2 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000678610 protein_coding 1 NA 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000620947 protein_coding 4 1 3 MCL1 ENSG00000143384 +CDS chr1 150578244 150578491 ENST00000369026 protein_coding 3 1 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000678770 protein_coding 1 NA 1 MCL1 ENSG00000143384 +CDS chr1 150578843 150578936 ENST00000678610 protein_coding 1 NA 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150578963 ENST00000620947 protein_coding 4 1 2 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000369026 protein_coding 3 1 1 MCL1 ENSG00000143384 +CDS chr1 150578843 150579530 ENST00000307940 protein_coding 3 1 1 MCL1 ENSG00000143384 +CDS chr1 150579423 150579530 ENST00000620947 protein_coding 4 1 1 MCL1 ENSG00000143384 +transcript chr1 150600851 150629566 ENST00000369016 protein_coding 8 5 NA ENSA ENSG00000143420 +CDS chr1 150601117 150601279 ENST00000369016 protein_coding 8 5 5 ENSA ENSG00000143420 +transcript chr1 150622125 150629612 ENST00000369014 protein_coding 10 1 NA ENSA ENSG00000143420 +transcript chr1 150622441 150629140 ENST00000361532 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622544 150629128 ENST00000361631 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622731 150629576 ENST00000339643 protein_coding 9 2 NA ENSA ENSG00000143420 +transcript chr1 150622844 150629470 ENST00000638926 protein_coding 1 5 NA ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000369014 protein_coding 10 1 4 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000361532 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000361631 protein_coding 9 2 5 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000339643 protein_coding 9 2 5 ENSA ENSG00000143420 +CDS chr1 150622847 150622859 ENST00000638926 protein_coding 1 5 4 ENSA ENSG00000143420 +transcript chr1 150623281 150629577 ENST00000271690 protein_coding 12 1 NA ENSA ENSG00000143420 +transcript chr1 150623622 150629577 ENST00000356527 protein_coding 9 1 NA ENSA ENSG00000143420 +transcript chr1 150624622 150629116 ENST00000513281 protein_coding 5 2 NA ENSA ENSG00000143420 +transcript chr1 150625465 150629581 ENST00000503345 protein_coding 1 3 NA ENSA ENSG00000143420 +transcript chr1 150625555 150629559 ENST00000503241 protein_coding 1 3 NA ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000271690 protein_coding 12 1 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000356527 protein_coding 9 1 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000513281 protein_coding 5 2 3 ENSA ENSG00000143420 +CDS chr1 150625641 150625808 ENST00000503241 protein_coding 1 3 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000369016 protein_coding 8 5 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000369014 protein_coding 10 1 3 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000361532 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000361631 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625808 ENST00000339643 protein_coding 9 2 4 ENSA ENSG00000143420 +CDS chr1 150625642 150625802 ENST00000638926 protein_coding 1 5 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000369016 protein_coding 8 5 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000361631 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000339643 protein_coding 9 2 3 ENSA ENSG00000143420 +CDS chr1 150626479 150626526 ENST00000503241 protein_coding 1 3 3 ENSA ENSG00000143420 +transcript chr1 150627054 150629577 ENST00000362052 protein_coding 7 1 NA ENSA ENSG00000143420 +CDS chr1 150627335 150627592 ENST00000503345 protein_coding 1 3 2 ENSA ENSG00000143420 +CDS chr1 150627335 150627592 ENST00000362052 protein_coding 7 1 2 ENSA ENSG00000143420 +CDS chr1 150627398 150627592 ENST00000356527 protein_coding 9 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000369016 protein_coding 8 5 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000369014 protein_coding 10 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000361532 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000361631 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000339643 protein_coding 9 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000638926 protein_coding 1 5 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000271690 protein_coding 12 1 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000513281 protein_coding 5 2 2 ENSA ENSG00000143420 +CDS chr1 150627467 150627592 ENST00000503241 protein_coding 1 3 2 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000361532 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000361631 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629061 150629105 ENST00000513281 protein_coding 5 2 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000369016 protein_coding 8 5 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000369014 protein_coding 10 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000339643 protein_coding 9 2 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000638926 protein_coding 1 5 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000271690 protein_coding 12 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000356527 protein_coding 9 1 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000503345 protein_coding 1 3 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000503241 protein_coding 1 3 1 ENSA ENSG00000143420 +CDS chr1 150629414 150629470 ENST00000362052 protein_coding 7 1 1 ENSA ENSG00000143420 +transcript chr1 150646230 150697154 ENST00000271732 protein_coding 8 1 NA GOLPH3L ENSG00000143457 +CDS chr1 150648324 150648748 ENST00000271732 protein_coding 8 1 5 GOLPH3L ENSG00000143457 +transcript chr1 150648437 150697144 ENST00000427665 protein_coding 1 3 NA GOLPH3L ENSG00000143457 +CDS chr1 150648437 150648748 ENST00000427665 protein_coding 1 3 6 GOLPH3L ENSG00000143457 +CDS chr1 150661814 150661928 ENST00000271732 protein_coding 8 1 4 GOLPH3L ENSG00000143457 +CDS chr1 150661814 150661928 ENST00000427665 protein_coding 1 3 5 GOLPH3L ENSG00000143457 +CDS chr1 150663632 150663763 ENST00000271732 protein_coding 8 1 3 GOLPH3L ENSG00000143457 +CDS chr1 150663632 150663763 ENST00000427665 protein_coding 1 3 4 GOLPH3L ENSG00000143457 +CDS chr1 150694108 150694173 ENST00000427665 protein_coding 1 3 3 GOLPH3L ENSG00000143457 +CDS chr1 150694656 150694838 ENST00000271732 protein_coding 8 1 2 GOLPH3L ENSG00000143457 +CDS chr1 150694656 150694838 ENST00000427665 protein_coding 1 3 2 GOLPH3L ENSG00000143457 +transcript chr1 150698060 150720876 ENST00000368995 protein_coding 8 1 NA HORMAD1 ENSG00000143452 +transcript chr1 150698060 150720895 ENST00000361824 protein_coding 7 1 NA HORMAD1 ENSG00000143452 +transcript chr1 150698162 150720885 ENST00000322343 protein_coding 11 1 NA HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000368995 protein_coding 8 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000361824 protein_coding 7 1 15 HORMAD1 ENSG00000143452 +CDS chr1 150698657 150698734 ENST00000322343 protein_coding 11 1 14 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000368995 protein_coding 8 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000361824 protein_coding 7 1 14 HORMAD1 ENSG00000143452 +CDS chr1 150700112 150700183 ENST00000322343 protein_coding 11 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000368995 protein_coding 8 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000361824 protein_coding 7 1 13 HORMAD1 ENSG00000143452 +CDS chr1 150703310 150703393 ENST00000322343 protein_coding 11 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000368995 protein_coding 8 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000361824 protein_coding 7 1 12 HORMAD1 ENSG00000143452 +CDS chr1 150704118 150704194 ENST00000322343 protein_coding 11 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000368995 protein_coding 8 1 9 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000361824 protein_coding 7 1 11 HORMAD1 ENSG00000143452 +CDS chr1 150704277 150704343 ENST00000322343 protein_coding 11 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000368995 protein_coding 8 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000361824 protein_coding 7 1 10 HORMAD1 ENSG00000143452 +CDS chr1 150706553 150706809 ENST00000322343 protein_coding 11 1 9 HORMAD1 ENSG00000143452 +transcript chr1 150706572 150720840 ENST00000368987 protein_coding 5 2 NA HORMAD1 ENSG00000143452 +CDS chr1 150706572 150706809 ENST00000368987 protein_coding 5 2 9 HORMAD1 ENSG00000143452 +transcript chr1 150706630 150720868 ENST00000442853 protein_coding 5 3 NA HORMAD1 ENSG00000143452 +CDS chr1 150706630 150706809 ENST00000442853 protein_coding 5 3 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000368995 protein_coding 8 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000361824 protein_coding 7 1 9 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000322343 protein_coding 11 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000368987 protein_coding 5 2 8 HORMAD1 ENSG00000143452 +CDS chr1 150708256 150708407 ENST00000442853 protein_coding 5 3 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000368995 protein_coding 8 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000361824 protein_coding 7 1 8 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000322343 protein_coding 11 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000368987 protein_coding 5 2 7 HORMAD1 ENSG00000143452 +CDS chr1 150708894 150708961 ENST00000442853 protein_coding 5 3 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000361824 protein_coding 7 1 7 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000322343 protein_coding 11 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000368987 protein_coding 5 2 6 HORMAD1 ENSG00000143452 +CDS chr1 150711545 150711571 ENST00000442853 protein_coding 5 3 5 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000368995 protein_coding 8 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000361824 protein_coding 7 1 6 HORMAD1 ENSG00000143452 +CDS chr1 150711833 150711853 ENST00000368987 protein_coding 5 2 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000368995 protein_coding 8 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000361824 protein_coding 7 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000322343 protein_coding 11 1 5 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000368987 protein_coding 5 2 4 HORMAD1 ENSG00000143452 +CDS chr1 150714085 150714121 ENST00000442853 protein_coding 5 3 4 HORMAD1 ENSG00000143452 +CDS chr1 150714615 150714678 ENST00000361824 protein_coding 7 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150714615 150714678 ENST00000322343 protein_coding 11 1 4 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000368995 protein_coding 8 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717282 ENST00000361824 protein_coding 7 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717282 ENST00000322343 protein_coding 11 1 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000368987 protein_coding 5 2 3 HORMAD1 ENSG00000143452 +CDS chr1 150717138 150717166 ENST00000442853 protein_coding 5 3 3 HORMAD1 ENSG00000143452 +CDS chr1 150719473 150719505 ENST00000361824 protein_coding 7 1 2 HORMAD1 ENSG00000143452 +CDS chr1 150719473 150719505 ENST00000322343 protein_coding 11 1 2 HORMAD1 ENSG00000143452 +transcript chr1 150730079 150765957 ENST00000680288 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765768 ENST00000679898 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000680664 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000679512 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150730188 150765778 ENST00000368985 protein_coding 8 1 NA CTSS ENSG00000163131 +transcript chr1 150732382 150765789 ENST00000680311 protein_coding 1 NA NA CTSS ENSG00000163131 +transcript chr1 150732658 150765773 ENST00000448301 protein_coding 7 2 NA CTSS ENSG00000163131 +CDS chr1 150733012 150733145 ENST00000679512 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000680288 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000679898 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000680664 protein_coding 1 NA 7 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000368985 protein_coding 8 1 8 CTSS ENSG00000163131 +CDS chr1 150733049 150733145 ENST00000448301 protein_coding 7 2 7 CTSS ENSG00000163131 +CDS chr1 150733128 150733145 ENST00000680311 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000680288 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000679898 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000680664 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000368985 protein_coding 8 1 7 CTSS ENSG00000163131 +CDS chr1 150747777 150747879 ENST00000448301 protein_coding 7 2 6 CTSS ENSG00000163131 +transcript chr1 150749794 150765811 ENST00000681728 protein_coding 1 NA NA CTSS ENSG00000163131 +CDS chr1 150749998 150750171 ENST00000681728 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000680288 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000679898 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000680664 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000679512 protein_coding 1 NA 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000368985 protein_coding 8 1 6 CTSS ENSG00000163131 +CDS chr1 150750006 150750171 ENST00000448301 protein_coding 7 2 5 CTSS ENSG00000163131 +transcript chr1 150751006 150765782 ENST00000679582 protein_coding 1 NA NA CTSS ENSG00000163131 +CDS chr1 150751748 150752008 ENST00000679582 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680288 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000679898 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680664 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000679512 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000368985 protein_coding 8 1 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000680311 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150751781 150752008 ENST00000681728 protein_coding 1 NA 5 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000680664 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000679512 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000368985 protein_coding 8 1 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000680311 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000448301 protein_coding 7 2 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000681728 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150755001 150755150 ENST00000679582 protein_coding 1 NA 4 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000680288 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757929 ENST00000680664 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000679512 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000368985 protein_coding 8 1 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000680311 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000448301 protein_coding 7 2 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000681728 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150757858 150757980 ENST00000679582 protein_coding 1 NA 3 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000680288 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679898 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679512 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000368985 protein_coding 8 1 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000680311 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000448301 protein_coding 7 2 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000681728 protein_coding 1 NA 2 CTSS ENSG00000163131 +CDS chr1 150764638 150764763 ENST00000679582 protein_coding 1 NA 2 CTSS ENSG00000163131 +transcript chr1 150794880 150807561 ENST00000678337 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150806806 ENST00000676716 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150807267 ENST00000676966 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150807434 ENST00000443913 protein_coding 2 3 NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000271651 protein_coding 8 1 NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000676970 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000679260 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000676751 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808260 ENST00000677887 protein_coding 1 NA NA CTSK ENSG00000143387 +transcript chr1 150796208 150808908 ENST00000676824 protein_coding 1 NA NA CTSK ENSG00000143387 +CDS chr1 150796693 150796898 ENST00000676751 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000678337 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676716 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676966 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000443913 protein_coding 2 3 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000271651 protein_coding 8 1 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676970 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000679260 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000677887 protein_coding 1 NA 9 CTSK ENSG00000143387 +CDS chr1 150796802 150796898 ENST00000676824 protein_coding 1 NA 9 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000678337 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676716 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676966 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000443913 protein_coding 2 3 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000271651 protein_coding 8 1 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799285 ENST00000676970 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000679260 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000677887 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150799168 150799273 ENST00000676824 protein_coding 1 NA 8 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000678337 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676716 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676966 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000443913 protein_coding 2 3 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000271651 protein_coding 8 1 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676970 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000679260 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676751 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000677887 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150799544 150799709 ENST00000676824 protein_coding 1 NA 7 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000678337 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676716 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676966 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000443913 protein_coding 2 3 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000271651 protein_coding 8 1 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676970 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676751 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000677887 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150804021 150804239 ENST00000676824 protein_coding 1 NA 6 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000678337 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676716 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676966 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000443913 protein_coding 2 3 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000271651 protein_coding 8 1 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676970 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000679260 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676751 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000677887 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150805861 150806016 ENST00000676824 protein_coding 1 NA 5 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000678337 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676966 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000443913 protein_coding 2 3 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000271651 protein_coding 8 1 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676970 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000679260 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676751 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000677887 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150806102 150806224 ENST00000676824 protein_coding 1 NA 4 CTSK ENSG00000143387 +CDS chr1 150806686 150806841 ENST00000678337 protein_coding 1 NA 1 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676716 protein_coding 1 NA 1 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676966 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806806 ENST00000443913 protein_coding 2 3 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000271651 protein_coding 8 1 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676970 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000679260 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676751 protein_coding 1 NA 2 CTSK ENSG00000143387 +CDS chr1 150806686 150806806 ENST00000677887 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150806686 150806805 ENST00000676824 protein_coding 1 NA 3 CTSK ENSG00000143387 +CDS chr1 150807249 150807424 ENST00000443913 protein_coding 2 3 1 CTSK ENSG00000143387 +CDS chr1 150807249 150807289 ENST00000677887 protein_coding 1 NA 2 CTSK ENSG00000143387 +transcript chr1 150809713 150876599 ENST00000358595 protein_coding 10 1 NA ARNT ENSG00000143437 +transcript chr1 150810859 150876579 ENST00000354396 protein_coding 6 1 NA ARNT ENSG00000143437 +transcript chr1 150811681 150876708 ENST00000515192 protein_coding 5 1 NA ARNT ENSG00000143437 +transcript chr1 150811961 150876609 ENST00000505755 protein_coding 5 2 NA ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000358595 protein_coding 10 1 22 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000354396 protein_coding 6 1 22 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000515192 protein_coding 5 1 23 ARNT ENSG00000143437 +CDS chr1 150812024 150812110 ENST00000505755 protein_coding 5 2 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000358595 protein_coding 10 1 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000354396 protein_coding 6 1 21 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000515192 protein_coding 5 1 22 ARNT ENSG00000143437 +CDS chr1 150813172 150813338 ENST00000505755 protein_coding 5 2 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000358595 protein_coding 10 1 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000354396 protein_coding 6 1 20 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000515192 protein_coding 5 1 21 ARNT ENSG00000143437 +CDS chr1 150814077 150814239 ENST00000505755 protein_coding 5 2 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000358595 protein_coding 10 1 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816400 ENST00000354396 protein_coding 6 1 19 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000515192 protein_coding 5 1 20 ARNT ENSG00000143437 +CDS chr1 150816259 150816406 ENST00000505755 protein_coding 5 2 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000358595 protein_coding 10 1 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000354396 protein_coding 6 1 18 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000515192 protein_coding 5 1 19 ARNT ENSG00000143437 +CDS chr1 150816788 150816890 ENST00000505755 protein_coding 5 2 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000358595 protein_coding 10 1 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000354396 protein_coding 6 1 17 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000515192 protein_coding 5 1 18 ARNT ENSG00000143437 +CDS chr1 150817082 150817202 ENST00000505755 protein_coding 5 2 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000358595 protein_coding 10 1 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000354396 protein_coding 6 1 16 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000515192 protein_coding 5 1 17 ARNT ENSG00000143437 +CDS chr1 150817361 150817433 ENST00000505755 protein_coding 5 2 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000358595 protein_coding 10 1 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000354396 protein_coding 6 1 15 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000515192 protein_coding 5 1 16 ARNT ENSG00000143437 +CDS chr1 150817920 150818030 ENST00000505755 protein_coding 5 2 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000358595 protein_coding 10 1 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000354396 protein_coding 6 1 14 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000515192 protein_coding 5 1 15 ARNT ENSG00000143437 +CDS chr1 150823194 150823345 ENST00000505755 protein_coding 5 2 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000358595 protein_coding 10 1 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000354396 protein_coding 6 1 13 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000515192 protein_coding 5 1 14 ARNT ENSG00000143437 +CDS chr1 150826543 150826617 ENST00000505755 protein_coding 5 2 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000358595 protein_coding 10 1 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000354396 protein_coding 6 1 12 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000515192 protein_coding 5 1 13 ARNT ENSG00000143437 +CDS chr1 150829093 150829227 ENST00000505755 protein_coding 5 2 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000358595 protein_coding 10 1 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000354396 protein_coding 6 1 11 ARNT ENSG00000143437 +CDS chr1 150829904 150829965 ENST00000515192 protein_coding 5 1 12 ARNT ENSG00000143437 +CDS chr1 150829904 150829980 ENST00000505755 protein_coding 5 2 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000358595 protein_coding 10 1 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000354396 protein_coding 6 1 10 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000515192 protein_coding 5 1 11 ARNT ENSG00000143437 +CDS chr1 150831818 150831903 ENST00000505755 protein_coding 5 2 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000358595 protein_coding 10 1 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000354396 protein_coding 6 1 9 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000515192 protein_coding 5 1 10 ARNT ENSG00000143437 +CDS chr1 150832334 150832399 ENST00000505755 protein_coding 5 2 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000358595 protein_coding 10 1 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000354396 protein_coding 6 1 8 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000515192 protein_coding 5 1 9 ARNT ENSG00000143437 +CDS chr1 150834538 150834640 ENST00000505755 protein_coding 5 2 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000358595 protein_coding 10 1 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000354396 protein_coding 6 1 7 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000515192 protein_coding 5 1 8 ARNT ENSG00000143437 +CDS chr1 150836280 150836493 ENST00000505755 protein_coding 5 2 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000358595 protein_coding 10 1 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000354396 protein_coding 6 1 6 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000515192 protein_coding 5 1 7 ARNT ENSG00000143437 +CDS chr1 150839441 150839654 ENST00000505755 protein_coding 5 2 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000358595 protein_coding 10 1 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000354396 protein_coding 6 1 5 ARNT ENSG00000143437 +CDS chr1 150842424 150842468 ENST00000515192 protein_coding 5 1 6 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000358595 protein_coding 10 1 4 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000354396 protein_coding 6 1 4 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000515192 protein_coding 5 1 5 ARNT ENSG00000143437 +CDS chr1 150846263 150846307 ENST00000505755 protein_coding 5 2 4 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000358595 protein_coding 10 1 3 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000354396 protein_coding 6 1 3 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000515192 protein_coding 5 1 4 ARNT ENSG00000143437 +CDS chr1 150852762 150852806 ENST00000505755 protein_coding 5 2 3 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000358595 protein_coding 10 1 2 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000354396 protein_coding 6 1 2 ARNT ENSG00000143437 +CDS chr1 150858349 150858458 ENST00000515192 protein_coding 5 1 3 ARNT ENSG00000143437 +CDS chr1 150858349 150858460 ENST00000505755 protein_coding 5 2 2 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000358595 protein_coding 10 1 1 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000354396 protein_coding 6 1 1 ARNT ENSG00000143437 +CDS chr1 150876543 150876567 ENST00000505755 protein_coding 5 2 1 ARNT ENSG00000143437 +transcript chr1 150887136 150913292 ENST00000636087 protein_coding 1 2 NA CTXND2 ENSG00000283324 +CDS chr1 150912315 150912479 ENST00000636087 protein_coding 1 2 2 CTXND2 ENSG00000283324 +transcript chr1 150926263 150941371 ENST00000525956 protein_coding 5 4 NA SETDB1 ENSG00000143379 +transcript chr1 150926305 150964725 ENST00000692314 protein_coding 1 NA NA SETDB1 ENSG00000143379 +transcript chr1 150926339 150964735 ENST00000271640 protein_coding 9 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926345 150941351 ENST00000448029 protein_coding 5 5 NA SETDB1 ENSG00000143379 +transcript chr1 150926349 150945320 ENST00000368962 protein_coding 6 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926363 150964737 ENST00000692827 protein_coding 1 NA NA SETDB1 ENSG00000143379 +transcript chr1 150926395 150950783 ENST00000534805 protein_coding 5 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926412 150964744 ENST00000368969 protein_coding 8 1 NA SETDB1 ENSG00000143379 +transcript chr1 150926424 150945110 ENST00000368963 protein_coding 5 5 NA SETDB1 ENSG00000143379 +transcript chr1 150926481 150963851 ENST00000498193 protein_coding 5 2 NA SETDB1 ENSG00000143379 +transcript chr1 150926640 150930116 ENST00000423081 protein_coding 1 3 NA SETDB1 ENSG00000143379 +CDS chr1 150926778 150926808 ENST00000423081 protein_coding 1 3 1 SETDB1 ENSG00000143379 +CDS chr1 150927704 150927974 ENST00000423081 protein_coding 1 3 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000525956 protein_coding 5 4 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000692314 protein_coding 1 NA 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000271640 protein_coding 9 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000448029 protein_coding 5 5 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368962 protein_coding 6 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000692827 protein_coding 1 NA 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000534805 protein_coding 5 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368969 protein_coding 8 1 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000368963 protein_coding 5 5 2 SETDB1 ENSG00000143379 +CDS chr1 150927715 150927974 ENST00000498193 protein_coding 5 2 2 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000525956 protein_coding 5 4 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000692314 protein_coding 1 NA 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000271640 protein_coding 9 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000448029 protein_coding 5 5 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368962 protein_coding 6 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000692827 protein_coding 1 NA 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000534805 protein_coding 5 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368969 protein_coding 8 1 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000368963 protein_coding 5 5 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930118 ENST00000498193 protein_coding 5 2 3 SETDB1 ENSG00000143379 +CDS chr1 150929967 150930116 ENST00000423081 protein_coding 1 3 3 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000525956 protein_coding 5 4 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000692314 protein_coding 1 NA 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000271640 protein_coding 9 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000448029 protein_coding 5 5 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368962 protein_coding 6 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000692827 protein_coding 1 NA 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000534805 protein_coding 5 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368969 protein_coding 8 1 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000368963 protein_coding 5 5 4 SETDB1 ENSG00000143379 +CDS chr1 150939940 150939974 ENST00000498193 protein_coding 5 2 4 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941371 ENST00000525956 protein_coding 5 4 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000692314 protein_coding 1 NA 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000271640 protein_coding 9 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941351 ENST00000448029 protein_coding 5 5 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368962 protein_coding 6 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000692827 protein_coding 1 NA 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000534805 protein_coding 5 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368969 protein_coding 8 1 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000368963 protein_coding 5 5 5 SETDB1 ENSG00000143379 +CDS chr1 150941329 150941428 ENST00000498193 protein_coding 5 2 5 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000692314 protein_coding 1 NA 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000271640 protein_coding 9 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368962 protein_coding 6 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000692827 protein_coding 1 NA 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000534805 protein_coding 5 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368969 protein_coding 8 1 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000368963 protein_coding 5 5 6 SETDB1 ENSG00000143379 +CDS chr1 150942563 150942688 ENST00000498193 protein_coding 5 2 6 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000692314 protein_coding 1 NA 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000271640 protein_coding 9 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000368962 protein_coding 6 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000692827 protein_coding 1 NA 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000534805 protein_coding 5 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000368969 protein_coding 8 1 7 SETDB1 ENSG00000143379 +CDS chr1 150942852 150943053 ENST00000498193 protein_coding 5 2 7 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000692314 protein_coding 1 NA 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000271640 protein_coding 9 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368962 protein_coding 6 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000692827 protein_coding 1 NA 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000534805 protein_coding 5 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368969 protein_coding 8 1 8 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000368963 protein_coding 5 5 7 SETDB1 ENSG00000143379 +CDS chr1 150943920 150943993 ENST00000498193 protein_coding 5 2 8 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000692314 protein_coding 1 NA 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000271640 protein_coding 9 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945159 ENST00000368962 protein_coding 6 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000692827 protein_coding 1 NA 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000534805 protein_coding 5 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000368969 protein_coding 8 1 9 SETDB1 ENSG00000143379 +CDS chr1 150944918 150945108 ENST00000498193 protein_coding 5 2 9 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000692314 protein_coding 1 NA 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000271640 protein_coding 9 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000692827 protein_coding 1 NA 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000534805 protein_coding 5 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000368969 protein_coding 8 1 10 SETDB1 ENSG00000143379 +CDS chr1 150946886 150947012 ENST00000498193 protein_coding 5 2 10 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000692314 protein_coding 1 NA 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000271640 protein_coding 9 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000692827 protein_coding 1 NA 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000534805 protein_coding 5 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000368969 protein_coding 8 1 11 SETDB1 ENSG00000143379 +CDS chr1 150949122 150949278 ENST00000498193 protein_coding 5 2 11 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000692314 protein_coding 1 NA 12 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000692827 protein_coding 1 NA 12 SETDB1 ENSG00000143379 +CDS chr1 150949367 150949525 ENST00000534805 protein_coding 5 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000271640 protein_coding 9 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000368969 protein_coding 8 1 12 SETDB1 ENSG00000143379 +CDS chr1 150949370 150949525 ENST00000498193 protein_coding 5 2 12 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000692314 protein_coding 1 NA 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000271640 protein_coding 9 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000692827 protein_coding 1 NA 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150950783 ENST00000534805 protein_coding 5 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000368969 protein_coding 8 1 13 SETDB1 ENSG00000143379 +CDS chr1 150950458 150951090 ENST00000498193 protein_coding 5 2 13 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000692314 protein_coding 1 NA 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000271640 protein_coding 9 1 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000692827 protein_coding 1 NA 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000368969 protein_coding 8 1 14 SETDB1 ENSG00000143379 +CDS chr1 150951365 150951481 ENST00000498193 protein_coding 5 2 14 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000692314 protein_coding 1 NA 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000271640 protein_coding 9 1 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000692827 protein_coding 1 NA 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000368969 protein_coding 8 1 15 SETDB1 ENSG00000143379 +CDS chr1 150959178 150959347 ENST00000498193 protein_coding 5 2 15 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000692314 protein_coding 1 NA 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000271640 protein_coding 9 1 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000692827 protein_coding 1 NA 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000368969 protein_coding 8 1 16 SETDB1 ENSG00000143379 +CDS chr1 150960563 150961191 ENST00000498193 protein_coding 5 2 16 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000692314 protein_coding 1 NA 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000271640 protein_coding 9 1 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000692827 protein_coding 1 NA 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000368969 protein_coding 8 1 17 SETDB1 ENSG00000143379 +CDS chr1 150962130 150962158 ENST00000498193 protein_coding 5 2 17 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000692314 protein_coding 1 NA 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000271640 protein_coding 9 1 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000692827 protein_coding 1 NA 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000368969 protein_coding 8 1 18 SETDB1 ENSG00000143379 +CDS chr1 150962587 150962719 ENST00000498193 protein_coding 5 2 18 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000692314 protein_coding 1 NA 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000271640 protein_coding 9 1 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000692827 protein_coding 1 NA 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000368969 protein_coding 8 1 19 SETDB1 ENSG00000143379 +CDS chr1 150962974 150963139 ENST00000498193 protein_coding 5 2 19 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000692314 protein_coding 1 NA 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000271640 protein_coding 9 1 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000692827 protein_coding 1 NA 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963741 ENST00000368969 protein_coding 8 1 20 SETDB1 ENSG00000143379 +CDS chr1 150963530 150963851 ENST00000498193 protein_coding 5 2 20 SETDB1 ENSG00000143379 +transcript chr1 150963670 150969112 ENST00000561294 protein_coding 5 5 NA CERS2 ENSG00000143418 +CDS chr1 150963995 150964083 ENST00000692314 protein_coding 1 NA 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000271640 protein_coding 9 1 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000692827 protein_coding 1 NA 21 SETDB1 ENSG00000143379 +CDS chr1 150963995 150964083 ENST00000368969 protein_coding 8 1 21 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000692314 protein_coding 1 NA 22 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000271640 protein_coding 9 1 22 SETDB1 ENSG00000143379 +CDS chr1 150964247 150964361 ENST00000692827 protein_coding 1 NA 22 SETDB1 ENSG00000143379 +CDS chr1 150964250 150964361 ENST00000368969 protein_coding 8 1 22 SETDB1 ENSG00000143379 +CDS chr1 150964320 150964475 ENST00000561294 protein_coding 5 5 10 CERS2 ENSG00000143418 +transcript chr1 150965173 150967725 ENST00000560793 protein_coding 6 1 NA CERS2 ENSG00000143418 +transcript chr1 150965173 150975003 ENST00000271688 protein_coding 10 5 NA CERS2 ENSG00000143418 +transcript chr1 150965186 150974835 ENST00000368954 protein_coding 10 1 NA CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000560793 protein_coding 6 1 6 CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000271688 protein_coding 10 5 11 CERS2 ENSG00000143418 +CDS chr1 150966151 150966288 ENST00000368954 protein_coding 10 1 11 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000561294 protein_coding 5 5 9 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000560793 protein_coding 6 1 5 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000271688 protein_coding 10 5 10 CERS2 ENSG00000143418 +CDS chr1 150966476 150966629 ENST00000368954 protein_coding 10 1 10 CERS2 ENSG00000143418 +transcript chr1 150966564 150971935 ENST00000368949 protein_coding 8 5 NA CERS2 ENSG00000143418 +CDS chr1 150966564 150966629 ENST00000368949 protein_coding 8 5 10 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000561294 protein_coding 5 5 8 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000560793 protein_coding 6 1 4 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000271688 protein_coding 10 5 9 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000368954 protein_coding 10 1 9 CERS2 ENSG00000143418 +CDS chr1 150966756 150966862 ENST00000368949 protein_coding 8 5 9 CERS2 ENSG00000143418 +transcript chr1 150967067 150974826 ENST00000361419 protein_coding 9 2 NA CERS2 ENSG00000143418 +CDS chr1 150967067 150967202 ENST00000361419 protein_coding 9 2 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000561294 protein_coding 5 5 7 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000560793 protein_coding 6 1 3 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000271688 protein_coding 10 5 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000368954 protein_coding 10 1 8 CERS2 ENSG00000143418 +CDS chr1 150967074 150967202 ENST00000368949 protein_coding 8 5 8 CERS2 ENSG00000143418 +transcript chr1 150967147 150969318 ENST00000558062 protein_coding 5 2 NA CERS2 ENSG00000143418 +CDS chr1 150967147 150967202 ENST00000558062 protein_coding 5 2 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000561294 protein_coding 5 5 6 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000560793 protein_coding 6 1 2 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000271688 protein_coding 10 5 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000368954 protein_coding 10 1 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000368949 protein_coding 8 5 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000361419 protein_coding 9 2 7 CERS2 ENSG00000143418 +CDS chr1 150967392 150967484 ENST00000558062 protein_coding 5 2 6 CERS2 ENSG00000143418 +transcript chr1 150967427 150974477 ENST00000421609 protein_coding 5 3 NA CERS2 ENSG00000143418 +CDS chr1 150967427 150967484 ENST00000421609 protein_coding 5 3 7 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000561294 protein_coding 5 5 5 CERS2 ENSG00000143418 +CDS chr1 150967664 150967725 ENST00000560793 protein_coding 6 1 1 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000271688 protein_coding 10 5 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000368954 protein_coding 10 1 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000368949 protein_coding 8 5 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000361419 protein_coding 9 2 6 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000558062 protein_coding 5 2 5 CERS2 ENSG00000143418 +CDS chr1 150967664 150967714 ENST00000421609 protein_coding 5 3 6 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000561294 protein_coding 5 5 4 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000271688 protein_coding 10 5 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000368954 protein_coding 10 1 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000368949 protein_coding 8 5 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000361419 protein_coding 9 2 5 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000558062 protein_coding 5 2 4 CERS2 ENSG00000143418 +CDS chr1 150967820 150967877 ENST00000421609 protein_coding 5 3 5 CERS2 ENSG00000143418 +CDS chr1 150968083 150968174 ENST00000561294 protein_coding 5 5 3 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000271688 protein_coding 10 5 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000368954 protein_coding 10 1 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000368949 protein_coding 8 5 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000361419 protein_coding 9 2 4 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000558062 protein_coding 5 2 3 CERS2 ENSG00000143418 +CDS chr1 150968083 150968201 ENST00000421609 protein_coding 5 3 4 CERS2 ENSG00000143418 +transcript chr1 150968107 150974435 ENST00000457392 protein_coding 1 3 NA CERS2 ENSG00000143418 +CDS chr1 150968107 150968201 ENST00000457392 protein_coding 1 3 4 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000561294 protein_coding 5 5 2 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000271688 protein_coding 10 5 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000368954 protein_coding 10 1 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000368949 protein_coding 8 5 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000361419 protein_coding 9 2 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000558062 protein_coding 5 2 2 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000421609 protein_coding 5 3 3 CERS2 ENSG00000143418 +CDS chr1 150968395 150968512 ENST00000457392 protein_coding 1 3 3 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000561294 protein_coding 5 5 1 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000271688 protein_coding 10 5 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000368954 protein_coding 10 1 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000368949 protein_coding 8 5 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000361419 protein_coding 9 2 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000558062 protein_coding 5 2 1 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000421609 protein_coding 5 3 2 CERS2 ENSG00000143418 +CDS chr1 150968918 150969090 ENST00000457392 protein_coding 1 3 2 CERS2 ENSG00000143418 +transcript chr1 150982292 150995634 ENST00000368947 protein_coding 9 1 NA ANXA9 ENSG00000143412 +CDS chr1 150983106 150983180 ENST00000368947 protein_coding 9 1 3 ANXA9 ENSG00000143412 +CDS chr1 150983338 150983434 ENST00000368947 protein_coding 9 1 4 ANXA9 ENSG00000143412 +CDS chr1 150983975 150984069 ENST00000368947 protein_coding 9 1 5 ANXA9 ENSG00000143412 +CDS chr1 150984281 150984394 ENST00000368947 protein_coding 9 1 6 ANXA9 ENSG00000143412 +CDS chr1 150984586 150984676 ENST00000368947 protein_coding 9 1 7 ANXA9 ENSG00000143412 +CDS chr1 150986336 150986415 ENST00000368947 protein_coding 9 1 8 ANXA9 ENSG00000143412 +CDS chr1 150986602 150986661 ENST00000368947 protein_coding 9 1 9 ANXA9 ENSG00000143412 +CDS chr1 150987872 150987956 ENST00000368947 protein_coding 9 1 10 ANXA9 ENSG00000143412 +CDS chr1 150988091 150988186 ENST00000368947 protein_coding 9 1 11 ANXA9 ENSG00000143412 +CDS chr1 150988283 150988341 ENST00000368947 protein_coding 9 1 12 ANXA9 ENSG00000143412 +CDS chr1 150994577 150994699 ENST00000368947 protein_coding 9 1 13 ANXA9 ENSG00000143412 +CDS chr1 150995260 150995319 ENST00000368947 protein_coding 9 1 14 ANXA9 ENSG00000143412 +transcript chr1 150996549 151006857 ENST00000312210 protein_coding 9 2 NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151006902 ENST00000683666 protein_coding 2 NA NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151008365 ENST00000361936 protein_coding 9 1 NA MINDY1 ENSG00000143409 +transcript chr1 150996835 151008376 ENST00000361738 protein_coding 12 2 NA MINDY1 ENSG00000143409 +transcript chr1 150997108 151006485 ENST00000493834 protein_coding 2 2 NA MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000312210 protein_coding 9 2 10 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000683666 protein_coding 2 NA 10 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000361936 protein_coding 9 1 11 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000361738 protein_coding 12 2 11 MINDY1 ENSG00000143409 +CDS chr1 150997290 150997367 ENST00000493834 protein_coding 2 2 10 MINDY1 ENSG00000143409 +transcript chr1 150997361 150998170 ENST00000497067 protein_coding 1 3 NA MINDY1 ENSG00000143409 +CDS chr1 150997444 150997779 ENST00000497067 protein_coding 1 3 2 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000312210 protein_coding 9 2 9 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000683666 protein_coding 2 NA 9 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000361936 protein_coding 9 1 10 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000361738 protein_coding 12 2 10 MINDY1 ENSG00000143409 +CDS chr1 150997624 150997779 ENST00000493834 protein_coding 2 2 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000312210 protein_coding 9 2 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000683666 protein_coding 2 NA 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000361936 protein_coding 9 1 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000361738 protein_coding 12 2 9 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998273 ENST00000493834 protein_coding 2 2 8 MINDY1 ENSG00000143409 +CDS chr1 150998082 150998170 ENST00000497067 protein_coding 1 3 1 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000312210 protein_coding 9 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000683666 protein_coding 2 NA 7 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000361936 protein_coding 9 1 8 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000361738 protein_coding 12 2 8 MINDY1 ENSG00000143409 +CDS chr1 150999369 150999511 ENST00000493834 protein_coding 2 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000312210 protein_coding 9 2 6 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000683666 protein_coding 2 NA 6 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000361936 protein_coding 9 1 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000361738 protein_coding 12 2 7 MINDY1 ENSG00000143409 +CDS chr1 150999862 150999964 ENST00000493834 protein_coding 2 2 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000312210 protein_coding 9 2 5 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000683666 protein_coding 2 NA 5 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000361936 protein_coding 9 1 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000361738 protein_coding 12 2 6 MINDY1 ENSG00000143409 +CDS chr1 151000457 151000615 ENST00000493834 protein_coding 2 2 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000312210 protein_coding 9 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000683666 protein_coding 2 NA 4 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000361936 protein_coding 9 1 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000361738 protein_coding 12 2 5 MINDY1 ENSG00000143409 +CDS chr1 151001250 151001314 ENST00000493834 protein_coding 2 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000312210 protein_coding 9 2 3 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000683666 protein_coding 2 NA 3 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000361936 protein_coding 9 1 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000361738 protein_coding 12 2 4 MINDY1 ENSG00000143409 +CDS chr1 151001725 151001782 ENST00000493834 protein_coding 2 2 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002191 ENST00000312210 protein_coding 9 2 2 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000683666 protein_coding 2 NA 2 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000361936 protein_coding 9 1 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002617 ENST00000361738 protein_coding 12 2 3 MINDY1 ENSG00000143409 +CDS chr1 151002165 151002332 ENST00000493834 protein_coding 2 2 2 MINDY1 ENSG00000143409 +transcript chr1 151008449 151035713 ENST00000271620 protein_coding 8 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008461 151035681 ENST00000650332 protein_coding 1 NA NA PRUNE1 ENSG00000143363 +transcript chr1 151008477 151033837 ENST00000450884 protein_coding 5 5 NA PRUNE1 ENSG00000143363 +transcript chr1 151008478 151035207 ENST00000368937 protein_coding 5 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008482 151034113 ENST00000431193 protein_coding 5 2 NA PRUNE1 ENSG00000143363 +transcript chr1 151008483 151035713 ENST00000368936 protein_coding 5 1 NA PRUNE1 ENSG00000143363 +transcript chr1 151008530 151035713 ENST00000368935 protein_coding 1 1 NA PRUNE1 ENSG00000143363 +CDS chr1 151008633 151008671 ENST00000271620 protein_coding 8 1 1 PRUNE1 ENSG00000143363 +CDS chr1 151008633 151008671 ENST00000650332 protein_coding 1 NA 1 PRUNE1 ENSG00000143363 +CDS chr1 151017812 151017904 ENST00000271620 protein_coding 8 1 2 PRUNE1 ENSG00000143363 +CDS chr1 151017812 151017904 ENST00000650332 protein_coding 1 NA 2 PRUNE1 ENSG00000143363 +CDS chr1 151018467 151018669 ENST00000271620 protein_coding 8 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151018557 151018669 ENST00000650332 protein_coding 1 NA 3 PRUNE1 ENSG00000143363 +CDS chr1 151024611 151024795 ENST00000271620 protein_coding 8 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151024611 151024795 ENST00000650332 protein_coding 1 NA 4 PRUNE1 ENSG00000143363 +transcript chr1 151024742 151035711 ENST00000368934 protein_coding 1 2 NA PRUNE1 ENSG00000143363 +CDS chr1 151025515 151025673 ENST00000271620 protein_coding 8 1 5 PRUNE1 ENSG00000143363 +CDS chr1 151025515 151025673 ENST00000650332 protein_coding 1 NA 5 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000450884 protein_coding 5 5 3 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368937 protein_coding 5 1 2 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000431193 protein_coding 5 2 3 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368936 protein_coding 5 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151025541 151025673 ENST00000368934 protein_coding 1 2 2 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000271620 protein_coding 8 1 6 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000650332 protein_coding 1 NA 6 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000450884 protein_coding 5 5 4 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368937 protein_coding 5 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000431193 protein_coding 5 2 4 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368936 protein_coding 5 1 5 PRUNE1 ENSG00000143363 +CDS chr1 151027233 151027327 ENST00000368934 protein_coding 1 2 3 PRUNE1 ENSG00000143363 +CDS chr1 151027250 151027327 ENST00000368935 protein_coding 1 1 3 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000271620 protein_coding 8 1 7 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000650332 protein_coding 1 NA 7 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000450884 protein_coding 5 5 5 PRUNE1 ENSG00000143363 +CDS chr1 151028786 151028944 ENST00000368936 protein_coding 5 1 6 PRUNE1 ENSG00000143363 +CDS chr1 151031372 151031464 ENST00000650332 protein_coding 1 NA 8 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000271620 protein_coding 8 1 8 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000650332 protein_coding 1 NA 9 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151033837 ENST00000450884 protein_coding 5 5 6 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368937 protein_coding 5 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034113 ENST00000431193 protein_coding 5 2 5 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368936 protein_coding 5 1 7 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368935 protein_coding 1 1 4 PRUNE1 ENSG00000143363 +CDS chr1 151033806 151034231 ENST00000368934 protein_coding 1 2 4 PRUNE1 ENSG00000143363 +transcript chr1 151036321 151047720 ENST00000650563 protein_coding 1 NA NA BNIPL ENSG00000163141 +transcript chr1 151036586 151047720 ENST00000368931 protein_coding 8 1 NA BNIPL ENSG00000163141 +transcript chr1 151036615 151047586 ENST00000295294 protein_coding 11 1 NA BNIPL ENSG00000163141 +CDS chr1 151036726 151036766 ENST00000368931 protein_coding 8 1 1 BNIPL ENSG00000163141 +CDS chr1 151037567 151037662 ENST00000368931 protein_coding 8 1 2 BNIPL ENSG00000163141 +transcript chr1 151037569 151046845 ENST00000361277 protein_coding 9 5 NA BNIPL ENSG00000163141 +CDS chr1 151037569 151037662 ENST00000361277 protein_coding 9 5 1 BNIPL ENSG00000163141 +transcript chr1 151038399 151043068 ENST00000392802 protein_coding 3 2 NA BNIPL ENSG00000163141 +CDS chr1 151038504 151038568 ENST00000368931 protein_coding 8 1 3 BNIPL ENSG00000163141 +CDS chr1 151038504 151038568 ENST00000361277 protein_coding 9 5 2 BNIPL ENSG00000163141 +CDS chr1 151038796 151039026 ENST00000368931 protein_coding 8 1 4 BNIPL ENSG00000163141 +CDS chr1 151038802 151039026 ENST00000361277 protein_coding 9 5 3 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000650563 protein_coding 1 NA 3 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000295294 protein_coding 11 1 4 BNIPL ENSG00000163141 +CDS chr1 151038840 151039026 ENST00000392802 protein_coding 3 2 2 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000650563 protein_coding 1 NA 4 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000368931 protein_coding 8 1 5 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000295294 protein_coding 11 1 5 BNIPL ENSG00000163141 +CDS chr1 151042956 151043138 ENST00000361277 protein_coding 9 5 4 BNIPL ENSG00000163141 +CDS chr1 151042956 151043068 ENST00000392802 protein_coding 3 2 3 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000650563 protein_coding 1 NA 5 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000368931 protein_coding 8 1 6 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000295294 protein_coding 11 1 6 BNIPL ENSG00000163141 +CDS chr1 151043332 151043434 ENST00000361277 protein_coding 9 5 5 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000650563 protein_coding 1 NA 6 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000368931 protein_coding 8 1 7 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000295294 protein_coding 11 1 7 BNIPL ENSG00000163141 +CDS chr1 151043596 151043727 ENST00000361277 protein_coding 9 5 6 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000650563 protein_coding 1 NA 7 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000368931 protein_coding 8 1 8 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000295294 protein_coding 11 1 8 BNIPL ENSG00000163141 +CDS chr1 151045797 151045883 ENST00000361277 protein_coding 9 5 7 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000650563 protein_coding 1 NA 8 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000368931 protein_coding 8 1 9 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000295294 protein_coding 11 1 9 BNIPL ENSG00000163141 +CDS chr1 151046067 151046165 ENST00000361277 protein_coding 9 5 8 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000650563 protein_coding 1 NA 9 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000368931 protein_coding 8 1 10 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000295294 protein_coding 11 1 10 BNIPL ENSG00000163141 +CDS chr1 151046651 151046684 ENST00000361277 protein_coding 9 5 9 BNIPL ENSG00000163141 +transcript chr1 151047751 151051420 ENST00000368926 protein_coding 6 1 NA C1orf56 ENSG00000143443 +CDS chr1 151047848 151048852 ENST00000368926 protein_coding 6 1 1 C1orf56 ENSG00000143443 +CDS chr1 151050438 151050455 ENST00000368926 protein_coding 6 1 2 C1orf56 ENSG00000143443 +transcript chr1 151050971 151070325 ENST00000439374 protein_coding 6 5 NA CDC42SE1 ENSG00000197622 +transcript chr1 151050973 151059649 ENST00000540998 protein_coding 5 2 NA CDC42SE1 ENSG00000197622 +transcript chr1 151050985 151059622 ENST00000357235 protein_coding 6 1 NA CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000439374 protein_coding 6 5 7 CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000540998 protein_coding 5 2 5 CDC42SE1 ENSG00000197622 +CDS chr1 151054250 151054321 ENST00000357235 protein_coding 6 1 4 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000439374 protein_coding 6 5 6 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000540998 protein_coding 5 2 4 CDC42SE1 ENSG00000197622 +CDS chr1 151055016 151055126 ENST00000357235 protein_coding 6 1 3 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000439374 protein_coding 6 5 5 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000540998 protein_coding 5 2 3 CDC42SE1 ENSG00000197622 +CDS chr1 151055677 151055730 ENST00000357235 protein_coding 6 1 2 CDC42SE1 ENSG00000197622 +transcript chr1 151060397 151069544 ENST00000368921 protein_coding 5 1 NA MLLT11 ENSG00000213190 +CDS chr1 151067225 151067494 ENST00000368921 protein_coding 5 1 2 MLLT11 ENSG00000213190 +transcript chr1 151070761 151125542 ENST00000368918 protein_coding 8 1 NA GABPB2 ENSG00000143458 +transcript chr1 151088158 151118671 ENST00000368916 protein_coding 1 5 NA GABPB2 ENSG00000143458 +CDS chr1 151088190 151088297 ENST00000368918 protein_coding 8 1 2 GABPB2 ENSG00000143458 +CDS chr1 151088190 151088297 ENST00000368916 protein_coding 1 5 1 GABPB2 ENSG00000143458 +CDS chr1 151090406 151090573 ENST00000368918 protein_coding 8 1 3 GABPB2 ENSG00000143458 +CDS chr1 151090406 151090573 ENST00000368916 protein_coding 1 5 2 GABPB2 ENSG00000143458 +CDS chr1 151093192 151093386 ENST00000368918 protein_coding 8 1 4 GABPB2 ENSG00000143458 +CDS chr1 151093192 151093386 ENST00000368916 protein_coding 1 5 3 GABPB2 ENSG00000143458 +CDS chr1 151097852 151098002 ENST00000368918 protein_coding 8 1 5 GABPB2 ENSG00000143458 +CDS chr1 151097852 151098002 ENST00000368916 protein_coding 1 5 4 GABPB2 ENSG00000143458 +CDS chr1 151103562 151103675 ENST00000368918 protein_coding 8 1 6 GABPB2 ENSG00000143458 +CDS chr1 151107037 151107222 ENST00000368918 protein_coding 8 1 7 GABPB2 ENSG00000143458 +CDS chr1 151107037 151107222 ENST00000368916 protein_coding 1 5 5 GABPB2 ENSG00000143458 +CDS chr1 151117392 151117516 ENST00000368918 protein_coding 8 1 8 GABPB2 ENSG00000143458 +CDS chr1 151117392 151117516 ENST00000368916 protein_coding 1 5 6 GABPB2 ENSG00000143458 +CDS chr1 151117957 151118253 ENST00000368918 protein_coding 8 1 9 GABPB2 ENSG00000143458 +CDS chr1 151117957 151118253 ENST00000368916 protein_coding 1 5 7 GABPB2 ENSG00000143458 +transcript chr1 151131685 151146457 ENST00000368913 protein_coding 7 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131685 151146457 ENST00000368912 protein_coding 7 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131707 151146631 ENST00000368914 protein_coding 8 1 NA SEMA6C ENSG00000143434 +transcript chr1 151131707 151146611 ENST00000341697 protein_coding 7 1 NA SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368913 protein_coding 7 1 20 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368912 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000368914 protein_coding 8 1 19 SEMA6C ENSG00000143434 +CDS chr1 151132487 151133517 ENST00000341697 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151133960 151134055 ENST00000368913 protein_coding 7 1 19 SEMA6C ENSG00000143434 +CDS chr1 151133960 151134055 ENST00000368912 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368913 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368912 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000368914 protein_coding 8 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134401 151134445 ENST00000341697 protein_coding 7 1 18 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368913 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368912 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000368914 protein_coding 8 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134620 151134675 ENST00000341697 protein_coding 7 1 17 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368913 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368912 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000368914 protein_coding 8 1 16 SEMA6C ENSG00000143434 +CDS chr1 151134798 151134875 ENST00000341697 protein_coding 7 1 16 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368913 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368912 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000368914 protein_coding 8 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135163 151135309 ENST00000341697 protein_coding 7 1 15 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368913 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368912 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000368914 protein_coding 8 1 14 SEMA6C ENSG00000143434 +CDS chr1 151135591 151135764 ENST00000341697 protein_coding 7 1 14 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368913 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368912 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000368914 protein_coding 8 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136011 151136163 ENST00000341697 protein_coding 7 1 13 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368913 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368912 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000368914 protein_coding 8 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136448 151136579 ENST00000341697 protein_coding 7 1 12 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368913 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368912 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000368914 protein_coding 8 1 11 SEMA6C ENSG00000143434 +CDS chr1 151136857 151137074 ENST00000341697 protein_coding 7 1 11 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368913 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368912 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000368914 protein_coding 8 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137711 151137799 ENST00000341697 protein_coding 7 1 10 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000368913 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000368914 protein_coding 8 1 9 SEMA6C ENSG00000143434 +CDS chr1 151137986 151138105 ENST00000341697 protein_coding 7 1 9 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368913 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368912 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000368914 protein_coding 8 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138316 151138406 ENST00000341697 protein_coding 7 1 8 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368913 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368912 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000368914 protein_coding 8 1 7 SEMA6C ENSG00000143434 +CDS chr1 151138630 151138731 ENST00000341697 protein_coding 7 1 7 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368913 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368912 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000368914 protein_coding 8 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139425 151139481 ENST00000341697 protein_coding 7 1 6 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368913 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368912 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000368914 protein_coding 8 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139638 151139701 ENST00000341697 protein_coding 7 1 5 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368913 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368912 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000368914 protein_coding 8 1 4 SEMA6C ENSG00000143434 +CDS chr1 151139976 151140090 ENST00000341697 protein_coding 7 1 4 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368913 protein_coding 7 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368912 protein_coding 7 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000368914 protein_coding 8 1 3 SEMA6C ENSG00000143434 +CDS chr1 151142504 151142621 ENST00000341697 protein_coding 7 1 3 SEMA6C ENSG00000143434 +transcript chr1 151156649 151159749 ENST00000368910 protein_coding 4 1 NA TNFAIP8L2 ENSG00000163154 +transcript chr1 151156664 151169133 ENST00000602841 protein_coding 5 3 NA SCNM1 ENSG00000163156 +CDS chr1 151158698 151159249 ENST00000368910 protein_coding 4 1 2 TNFAIP8L2 ENSG00000163154 +transcript chr1 151159748 151165902 ENST00000368908 protein_coding 10 1 NA LYSMD1 ENSG00000163155 +transcript chr1 151160585 151165948 ENST00000440902 protein_coding 2 2 NA LYSMD1 ENSG00000163155 +CDS chr1 151160885 151161020 ENST00000368908 protein_coding 10 1 3 LYSMD1 ENSG00000163155 +CDS chr1 151160885 151161020 ENST00000440902 protein_coding 2 2 3 LYSMD1 ENSG00000163155 +CDS chr1 151161736 151162100 ENST00000368908 protein_coding 10 1 2 LYSMD1 ENSG00000163155 +CDS chr1 151161736 151162100 ENST00000440902 protein_coding 2 2 2 LYSMD1 ENSG00000163155 +CDS chr1 151165079 151165258 ENST00000368908 protein_coding 10 1 1 LYSMD1 ENSG00000163155 +CDS chr1 151165747 151165782 ENST00000440902 protein_coding 2 2 1 LYSMD1 ENSG00000163155 +transcript chr1 151166079 151169138 ENST00000368902 protein_coding 1 2 NA SCNM1 ENSG00000163156 +transcript chr1 151166144 151170296 ENST00000368905 protein_coding 9 1 NA SCNM1 ENSG00000163156 +CDS chr1 151166153 151166203 ENST00000368905 protein_coding 9 1 1 SCNM1 ENSG00000163156 +CDS chr1 151166471 151166541 ENST00000368905 protein_coding 9 1 2 SCNM1 ENSG00000163156 +CDS chr1 151166525 151166541 ENST00000602841 protein_coding 5 3 2 SCNM1 ENSG00000163156 +CDS chr1 151166525 151166541 ENST00000368902 protein_coding 1 2 2 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000602841 protein_coding 5 3 3 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000368905 protein_coding 9 1 3 SCNM1 ENSG00000163156 +CDS chr1 151166934 151167022 ENST00000368902 protein_coding 1 2 3 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000602841 protein_coding 5 3 4 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000368905 protein_coding 9 1 4 SCNM1 ENSG00000163156 +CDS chr1 151167121 151167218 ENST00000368902 protein_coding 1 2 4 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000602841 protein_coding 5 3 5 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000368905 protein_coding 9 1 5 SCNM1 ENSG00000163156 +CDS chr1 151167326 151167414 ENST00000368902 protein_coding 1 2 5 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000602841 protein_coding 5 3 6 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000368905 protein_coding 9 1 6 SCNM1 ENSG00000163156 +CDS chr1 151168144 151168338 ENST00000368902 protein_coding 1 2 6 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000602841 protein_coding 5 3 7 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000368905 protein_coding 9 1 7 SCNM1 ENSG00000163156 +CDS chr1 151168986 151169082 ENST00000368902 protein_coding 1 2 7 SCNM1 ENSG00000163156 +transcript chr1 151169986 151172315 ENST00000466891 protein_coding 5 5 NA TMOD4 ENSG00000163157 +transcript chr1 151169987 151175981 ENST00000295314 protein_coding 9 1 NA TMOD4 ENSG00000163157 +CDS chr1 151170059 151170103 ENST00000466891 protein_coding 5 5 4 TMOD4 ENSG00000163157 +CDS chr1 151170084 151170103 ENST00000295314 protein_coding 9 1 10 TMOD4 ENSG00000163157 +CDS chr1 151170519 151170663 ENST00000295314 protein_coding 9 1 9 TMOD4 ENSG00000163157 +CDS chr1 151170920 151171063 ENST00000466891 protein_coding 5 5 3 TMOD4 ENSG00000163157 +CDS chr1 151170920 151171063 ENST00000295314 protein_coding 9 1 8 TMOD4 ENSG00000163157 +CDS chr1 151171433 151171540 ENST00000295314 protein_coding 9 1 7 TMOD4 ENSG00000163157 +CDS chr1 151171633 151171763 ENST00000466891 protein_coding 5 5 2 TMOD4 ENSG00000163157 +CDS chr1 151171633 151171763 ENST00000295314 protein_coding 9 1 6 TMOD4 ENSG00000163157 +CDS chr1 151172268 151172315 ENST00000466891 protein_coding 5 5 1 TMOD4 ENSG00000163157 +CDS chr1 151172268 151172357 ENST00000295314 protein_coding 9 1 5 TMOD4 ENSG00000163157 +transcript chr1 151172329 151175976 ENST00000441701 protein_coding 1 4 NA TMOD4 ENSG00000163157 +CDS chr1 151172329 151172357 ENST00000441701 protein_coding 1 4 5 TMOD4 ENSG00000163157 +CDS chr1 151173499 151173615 ENST00000295314 protein_coding 9 1 4 TMOD4 ENSG00000163157 +CDS chr1 151173499 151173615 ENST00000441701 protein_coding 1 4 4 TMOD4 ENSG00000163157 +CDS chr1 151174391 151174547 ENST00000295314 protein_coding 9 1 3 TMOD4 ENSG00000163157 +CDS chr1 151174391 151174547 ENST00000441701 protein_coding 1 4 3 TMOD4 ENSG00000163157 +CDS chr1 151174753 151174875 ENST00000295314 protein_coding 9 1 2 TMOD4 ENSG00000163157 +CDS chr1 151174753 151174875 ENST00000441701 protein_coding 1 4 2 TMOD4 ENSG00000163157 +transcript chr1 151176304 151190197 ENST00000368892 protein_coding 9 1 NA VPS72 ENSG00000163159 +transcript chr1 151176462 151190158 ENST00000354473 protein_coding 4 3 NA VPS72 ENSG00000163159 +CDS chr1 151176647 151177031 ENST00000368892 protein_coding 9 1 6 VPS72 ENSG00000163159 +CDS chr1 151176647 151177064 ENST00000354473 protein_coding 4 3 6 VPS72 ENSG00000163159 +CDS chr1 151178001 151178145 ENST00000368892 protein_coding 9 1 5 VPS72 ENSG00000163159 +CDS chr1 151178001 151178145 ENST00000354473 protein_coding 4 3 5 VPS72 ENSG00000163159 +CDS chr1 151184317 151184493 ENST00000368892 protein_coding 9 1 4 VPS72 ENSG00000163159 +CDS chr1 151184317 151184493 ENST00000354473 protein_coding 4 3 4 VPS72 ENSG00000163159 +CDS chr1 151185506 151185620 ENST00000368892 protein_coding 9 1 3 VPS72 ENSG00000163159 +CDS chr1 151185506 151185620 ENST00000354473 protein_coding 4 3 3 VPS72 ENSG00000163159 +CDS chr1 151185798 151185950 ENST00000368892 protein_coding 9 1 2 VPS72 ENSG00000163159 +CDS chr1 151185798 151185950 ENST00000354473 protein_coding 4 3 2 VPS72 ENSG00000163159 +CDS chr1 151190005 151190121 ENST00000368892 protein_coding 9 1 1 VPS72 ENSG00000163159 +CDS chr1 151190005 151190121 ENST00000354473 protein_coding 4 3 1 VPS72 ENSG00000163159 +transcript chr1 151197949 151231761 ENST00000447555 protein_coding 5 1 NA PIP5K1A ENSG00000143398 +CDS chr1 151198018 151198117 ENST00000447555 protein_coding 5 1 1 PIP5K1A ENSG00000143398 +transcript chr1 151198551 151249536 ENST00000349792 protein_coding 9 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198552 151249504 ENST00000409426 protein_coding 5 5 NA PIP5K1A ENSG00000143398 +transcript chr1 151198552 151249531 ENST00000368888 protein_coding 9 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198553 151248149 ENST00000441902 protein_coding 6 2 NA PIP5K1A ENSG00000143398 +transcript chr1 151198553 151249531 ENST00000368890 protein_coding 8 1 NA PIP5K1A ENSG00000143398 +transcript chr1 151198554 151216000 ENST00000424999 protein_coding 1 4 NA PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000349792 protein_coding 9 1 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000409426 protein_coding 5 5 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000441902 protein_coding 6 2 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000368890 protein_coding 8 1 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000424999 protein_coding 1 4 1 PIP5K1A ENSG00000143398 +CDS chr1 151198997 151199081 ENST00000368888 protein_coding 9 1 1 PIP5K1A ENSG00000143398 +transcript chr1 151213517 151231801 ENST00000418435 protein_coding 1 5 NA PIP5K1A ENSG00000143398 +CDS chr1 151215962 151216000 ENST00000424999 protein_coding 1 4 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000409426 protein_coding 5 5 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000441902 protein_coding 6 2 2 PIP5K1A ENSG00000143398 +CDS chr1 151224245 151224279 ENST00000368888 protein_coding 9 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000447555 protein_coding 5 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000349792 protein_coding 9 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224248 151224279 ENST00000368890 protein_coding 8 1 2 PIP5K1A ENSG00000143398 +CDS chr1 151224268 151224279 ENST00000418435 protein_coding 1 5 3 PIP5K1A ENSG00000143398 +CDS chr1 151224371 151224406 ENST00000368888 protein_coding 9 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151224371 151224406 ENST00000418435 protein_coding 1 5 4 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000447555 protein_coding 5 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000349792 protein_coding 9 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000409426 protein_coding 5 5 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000441902 protein_coding 6 2 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000368890 protein_coding 8 1 3 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000368888 protein_coding 9 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151227320 151227400 ENST00000418435 protein_coding 1 5 5 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231761 ENST00000447555 protein_coding 5 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000349792 protein_coding 9 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000409426 protein_coding 5 5 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000441902 protein_coding 6 2 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000368890 protein_coding 8 1 4 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000368888 protein_coding 9 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151231671 151231801 ENST00000418435 protein_coding 1 5 6 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000349792 protein_coding 9 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000409426 protein_coding 5 5 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000441902 protein_coding 6 2 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000368890 protein_coding 8 1 5 PIP5K1A ENSG00000143398 +CDS chr1 151232248 151232365 ENST00000368888 protein_coding 9 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000349792 protein_coding 9 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000409426 protein_coding 5 5 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000441902 protein_coding 6 2 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000368890 protein_coding 8 1 6 PIP5K1A ENSG00000143398 +CDS chr1 151232551 151232703 ENST00000368888 protein_coding 9 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000349792 protein_coding 9 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000409426 protein_coding 5 5 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000441902 protein_coding 6 2 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000368890 protein_coding 8 1 7 PIP5K1A ENSG00000143398 +CDS chr1 151234197 151234496 ENST00000368888 protein_coding 9 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000349792 protein_coding 9 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000409426 protein_coding 5 5 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000441902 protein_coding 6 2 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000368890 protein_coding 8 1 8 PIP5K1A ENSG00000143398 +CDS chr1 151236558 151236763 ENST00000368888 protein_coding 9 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000349792 protein_coding 9 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000409426 protein_coding 5 5 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000368890 protein_coding 8 1 9 PIP5K1A ENSG00000143398 +CDS chr1 151238182 151238265 ENST00000368888 protein_coding 9 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000349792 protein_coding 9 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000409426 protein_coding 5 5 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000441902 protein_coding 6 2 9 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000368890 protein_coding 8 1 10 PIP5K1A ENSG00000143398 +CDS chr1 151239130 151239178 ENST00000368888 protein_coding 9 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000349792 protein_coding 9 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000409426 protein_coding 5 5 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000441902 protein_coding 6 2 10 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000368890 protein_coding 8 1 11 PIP5K1A ENSG00000143398 +CDS chr1 151239955 151240039 ENST00000368888 protein_coding 9 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000349792 protein_coding 9 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000409426 protein_coding 5 5 12 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000441902 protein_coding 6 2 11 PIP5K1A ENSG00000143398 +CDS chr1 151242123 151242269 ENST00000368888 protein_coding 9 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000349792 protein_coding 9 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000409426 protein_coding 5 5 13 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000441902 protein_coding 6 2 12 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000368890 protein_coding 8 1 12 PIP5K1A ENSG00000143398 +CDS chr1 151242438 151242567 ENST00000368888 protein_coding 9 1 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000349792 protein_coding 9 1 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000409426 protein_coding 5 5 14 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000441902 protein_coding 6 2 13 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000368890 protein_coding 8 1 13 PIP5K1A ENSG00000143398 +CDS chr1 151246920 151246965 ENST00000368888 protein_coding 9 1 15 PIP5K1A ENSG00000143398 +transcript chr1 151254709 151267459 ENST00000368881 protein_coding 8 5 NA PSMD4 ENSG00000159352 +transcript chr1 151254734 151267479 ENST00000368884 protein_coding 8 1 NA PSMD4 ENSG00000159352 +CDS chr1 151254783 151254808 ENST00000368884 protein_coding 8 1 1 PSMD4 ENSG00000159352 +CDS chr1 151254783 151254808 ENST00000368881 protein_coding 8 5 1 PSMD4 ENSG00000159352 +transcript chr1 151259063 151265609 ENST00000437736 protein_coding 5 5 NA PSMD4 ENSG00000159352 +CDS chr1 151262161 151262301 ENST00000368884 protein_coding 8 1 2 PSMD4 ENSG00000159352 +CDS chr1 151262161 151262301 ENST00000368881 protein_coding 8 5 2 PSMD4 ENSG00000159352 +CDS chr1 151262180 151262301 ENST00000437736 protein_coding 5 5 2 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000368884 protein_coding 8 1 3 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000368881 protein_coding 8 5 3 PSMD4 ENSG00000159352 +CDS chr1 151263914 151264028 ENST00000437736 protein_coding 5 5 3 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000368884 protein_coding 8 1 4 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000368881 protein_coding 8 5 4 PSMD4 ENSG00000159352 +CDS chr1 151264832 151264918 ENST00000437736 protein_coding 5 5 4 PSMD4 ENSG00000159352 +transcript chr1 151264888 151267466 ENST00000445776 protein_coding 1 3 NA PSMD4 ENSG00000159352 +CDS chr1 151264888 151264918 ENST00000445776 protein_coding 1 3 1 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000368884 protein_coding 8 1 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000368881 protein_coding 8 5 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000437736 protein_coding 5 5 5 PSMD4 ENSG00000159352 +CDS chr1 151265166 151265234 ENST00000445776 protein_coding 1 3 2 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000368884 protein_coding 8 1 6 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000368881 protein_coding 8 5 6 PSMD4 ENSG00000159352 +CDS chr1 151265394 151265609 ENST00000437736 protein_coding 5 5 6 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266112 ENST00000368884 protein_coding 8 1 7 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266121 ENST00000368881 protein_coding 8 5 7 PSMD4 ENSG00000159352 +CDS chr1 151266004 151266112 ENST00000445776 protein_coding 1 3 3 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000368884 protein_coding 8 1 8 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000368881 protein_coding 8 5 8 PSMD4 ENSG00000159352 +CDS chr1 151266308 151266439 ENST00000445776 protein_coding 1 3 4 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000368884 protein_coding 8 1 9 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000368881 protein_coding 8 5 9 PSMD4 ENSG00000159352 +CDS chr1 151266520 151266587 ENST00000445776 protein_coding 1 3 5 PSMD4 ENSG00000159352 +transcript chr1 151266544 151267460 ENST00000453615 protein_coding 1 3 NA PSMD4 ENSG00000159352 +CDS chr1 151266544 151266587 ENST00000453615 protein_coding 1 3 1 PSMD4 ENSG00000159352 +CDS chr1 151266940 151266978 ENST00000453615 protein_coding 1 3 2 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000368884 protein_coding 8 1 10 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000368881 protein_coding 8 5 10 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000445776 protein_coding 1 3 6 PSMD4 ENSG00000159352 +CDS chr1 151267173 151267340 ENST00000453615 protein_coding 1 3 3 PSMD4 ENSG00000159352 +transcript chr1 151281618 151286705 ENST00000443959 protein_coding 1 1 NA ZNF687 ENSG00000143373 +CDS chr1 151282070 151282079 ENST00000443959 protein_coding 1 1 1 ZNF687 ENSG00000143373 +transcript chr1 151282299 151292176 ENST00000336715 protein_coding 11 1 NA ZNF687 ENSG00000143373 +transcript chr1 151282312 151291903 ENST00000324048 protein_coding 9 1 NA ZNF687 ENSG00000143373 +CDS chr1 151286275 151286705 ENST00000443959 protein_coding 1 1 2 ZNF687 ENSG00000143373 +CDS chr1 151286292 151288406 ENST00000336715 protein_coding 11 1 2 ZNF687 ENSG00000143373 +CDS chr1 151286292 151288406 ENST00000324048 protein_coding 9 1 3 ZNF687 ENSG00000143373 +transcript chr1 151287484 151291903 ENST00000426871 protein_coding 1 2 NA ZNF687 ENSG00000143373 +CDS chr1 151287484 151288406 ENST00000426871 protein_coding 1 2 1 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000336715 protein_coding 11 1 3 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000324048 protein_coding 9 1 4 ZNF687 ENSG00000143373 +CDS chr1 151288528 151288706 ENST00000426871 protein_coding 1 2 2 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000336715 protein_coding 11 1 4 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000324048 protein_coding 9 1 5 ZNF687 ENSG00000143373 +CDS chr1 151289095 151289271 ENST00000426871 protein_coding 1 2 3 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000336715 protein_coding 11 1 5 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000324048 protein_coding 9 1 6 ZNF687 ENSG00000143373 +CDS chr1 151289378 151289540 ENST00000426871 protein_coding 1 2 4 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000336715 protein_coding 11 1 6 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000324048 protein_coding 9 1 7 ZNF687 ENSG00000143373 +CDS chr1 151289678 151290007 ENST00000426871 protein_coding 1 2 5 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000336715 protein_coding 11 1 7 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000324048 protein_coding 9 1 8 ZNF687 ENSG00000143373 +CDS chr1 151290122 151290234 ENST00000426871 protein_coding 1 2 6 ZNF687 ENSG00000143373 +CDS chr1 151290371 151290573 ENST00000426871 protein_coding 1 2 7 ZNF687 ENSG00000143373 +CDS chr1 151290432 151290573 ENST00000336715 protein_coding 11 1 8 ZNF687 ENSG00000143373 +CDS chr1 151290432 151290573 ENST00000324048 protein_coding 9 1 9 ZNF687 ENSG00000143373 +transcript chr1 151290451 151291337 ENST00000436614 protein_coding 1 5 NA ZNF687 ENSG00000143373 +CDS chr1 151290451 151290573 ENST00000436614 protein_coding 1 5 1 ZNF687 ENSG00000143373 +CDS chr1 151290695 151290868 ENST00000436614 protein_coding 1 5 2 ZNF687 ENSG00000143373 +CDS chr1 151290715 151291206 ENST00000336715 protein_coding 11 1 9 ZNF687 ENSG00000143373 +CDS chr1 151290715 151291206 ENST00000324048 protein_coding 9 1 10 ZNF687 ENSG00000143373 +CDS chr1 151290715 151290743 ENST00000426871 protein_coding 1 2 8 ZNF687 ENSG00000143373 +transcript chr1 151291797 151327715 ENST00000368874 protein_coding 8 1 NA PI4KB ENSG00000143393 +transcript chr1 151291804 151327416 ENST00000368873 protein_coding 6 2 NA PI4KB ENSG00000143393 +transcript chr1 151291937 151327657 ENST00000368875 protein_coding 6 5 NA PI4KB ENSG00000143393 +transcript chr1 151292133 151327657 ENST00000529142 protein_coding 5 2 NA PI4KB ENSG00000143393 +transcript chr1 151292479 151327419 ENST00000368872 protein_coding 5 5 NA PI4KB ENSG00000143393 +transcript chr1 151292602 151298992 ENST00000455060 protein_coding 5 2 NA PI4KB ENSG00000143393 +transcript chr1 151292623 151294473 ENST00000446339 protein_coding 1 3 NA PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368874 protein_coding 8 1 11 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368875 protein_coding 6 5 13 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368873 protein_coding 6 2 12 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000529142 protein_coding 5 2 10 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000368872 protein_coding 5 5 13 PI4KB ENSG00000143393 +CDS chr1 151292855 151293033 ENST00000455060 protein_coding 5 2 5 PI4KB ENSG00000143393 +CDS chr1 151292971 151293033 ENST00000446339 protein_coding 1 3 3 PI4KB ENSG00000143393 +CDS chr1 151293400 151293462 ENST00000455060 protein_coding 5 2 4 PI4KB ENSG00000143393 +transcript chr1 151293619 151299034 ENST00000489889 protein_coding 2 2 NA PI4KB ENSG00000143393 +CDS chr1 151293950 151294138 ENST00000489889 protein_coding 2 2 3 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368874 protein_coding 8 1 10 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368875 protein_coding 6 5 12 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368873 protein_coding 6 2 11 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000529142 protein_coding 5 2 9 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000368872 protein_coding 5 5 12 PI4KB ENSG00000143393 +CDS chr1 151294018 151294138 ENST00000455060 protein_coding 5 2 3 PI4KB ENSG00000143393 +CDS chr1 151294049 151294138 ENST00000446339 protein_coding 1 3 2 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368874 protein_coding 8 1 9 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368875 protein_coding 6 5 11 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368873 protein_coding 6 2 10 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000529142 protein_coding 5 2 8 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000368872 protein_coding 5 5 11 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000455060 protein_coding 5 2 2 PI4KB ENSG00000143393 +CDS chr1 151294409 151294473 ENST00000446339 protein_coding 1 3 1 PI4KB ENSG00000143393 +CDS chr1 151294409 151294541 ENST00000489889 protein_coding 2 2 2 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368874 protein_coding 8 1 8 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368875 protein_coding 6 5 10 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368873 protein_coding 6 2 9 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000529142 protein_coding 5 2 7 PI4KB ENSG00000143393 +CDS chr1 151298808 151299073 ENST00000368872 protein_coding 5 5 10 PI4KB ENSG00000143393 +CDS chr1 151298808 151298992 ENST00000455060 protein_coding 5 2 1 PI4KB ENSG00000143393 +CDS chr1 151298808 151299034 ENST00000489889 protein_coding 2 2 1 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368874 protein_coding 8 1 7 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368875 protein_coding 6 5 9 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368873 protein_coding 6 2 8 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000529142 protein_coding 5 2 6 PI4KB ENSG00000143393 +CDS chr1 151301844 151301967 ENST00000368872 protein_coding 5 5 9 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368874 protein_coding 8 1 6 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368875 protein_coding 6 5 8 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368873 protein_coding 6 2 7 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000529142 protein_coding 5 2 5 PI4KB ENSG00000143393 +CDS chr1 151302194 151302298 ENST00000368872 protein_coding 5 5 8 PI4KB ENSG00000143393 +transcript chr1 151302248 151327416 ENST00000430800 protein_coding 5 5 NA PI4KB ENSG00000143393 +CDS chr1 151302248 151302298 ENST00000430800 protein_coding 5 5 6 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368874 protein_coding 8 1 5 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368875 protein_coding 6 5 7 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368873 protein_coding 6 2 6 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000529142 protein_coding 5 2 4 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000368872 protein_coding 5 5 7 PI4KB ENSG00000143393 +CDS chr1 151303541 151303650 ENST00000430800 protein_coding 5 5 5 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368874 protein_coding 8 1 4 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368875 protein_coding 6 5 6 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368873 protein_coding 6 2 5 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000529142 protein_coding 5 2 3 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000368872 protein_coding 5 5 6 PI4KB ENSG00000143393 +CDS chr1 151306136 151306363 ENST00000430800 protein_coding 5 5 4 PI4KB ENSG00000143393 +transcript chr1 151306264 151327400 ENST00000489223 protein_coding 2 4 NA PI4KB ENSG00000143393 +CDS chr1 151306264 151306363 ENST00000489223 protein_coding 2 4 4 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368874 protein_coding 8 1 3 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368875 protein_coding 6 5 5 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368873 protein_coding 6 2 4 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000529142 protein_coding 5 2 2 PI4KB ENSG00000143393 +CDS chr1 151307574 151307801 ENST00000368872 protein_coding 5 5 5 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000430800 protein_coding 5 5 3 PI4KB ENSG00000143393 +CDS chr1 151307574 151307759 ENST00000489223 protein_coding 2 4 3 PI4KB ENSG00000143393 +CDS chr1 151310211 151310255 ENST00000368875 protein_coding 6 5 4 PI4KB ENSG00000143393 +CDS chr1 151310211 151310255 ENST00000368873 protein_coding 6 2 3 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368874 protein_coding 8 1 2 PI4KB ENSG00000143393 +CDS chr1 151315573 151316509 ENST00000368875 protein_coding 6 5 3 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368873 protein_coding 6 2 2 PI4KB ENSG00000143393 +CDS chr1 151315573 151316481 ENST00000368872 protein_coding 5 5 4 PI4KB ENSG00000143393 +transcript chr1 151315640 151327377 ENST00000438243 protein_coding 2 2 NA PI4KB ENSG00000143393 +CDS chr1 151315640 151316481 ENST00000438243 protein_coding 2 2 3 PI4KB ENSG00000143393 +CDS chr1 151326172 151326179 ENST00000368875 protein_coding 6 5 2 PI4KB ENSG00000143393 +transcript chr1 151340640 151347251 ENST00000290524 protein_coding 8 1 NA RFX5 ENSG00000143390 +transcript chr1 151340640 151347252 ENST00000452671 protein_coding 7 1 NA RFX5 ENSG00000143390 +transcript chr1 151341829 151347326 ENST00000368870 protein_coding 6 5 NA RFX5 ENSG00000143390 +transcript chr1 151341960 151344756 ENST00000436637 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151342020 151342085 ENST00000436637 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000290524 protein_coding 8 1 11 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000368870 protein_coding 6 5 11 RFX5 ENSG00000143390 +CDS chr1 151342189 151343178 ENST00000452671 protein_coding 7 1 11 RFX5 ENSG00000143390 +transcript chr1 151342247 151346822 ENST00000392746 protein_coding 7 5 NA RFX5 ENSG00000143390 +CDS chr1 151342247 151343178 ENST00000392746 protein_coding 7 5 11 RFX5 ENSG00000143390 +CDS chr1 151343074 151343178 ENST00000436637 protein_coding 5 3 6 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000290524 protein_coding 8 1 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000368870 protein_coding 6 5 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000436637 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000452671 protein_coding 7 1 10 RFX5 ENSG00000143390 +CDS chr1 151343342 151343442 ENST00000392746 protein_coding 7 5 10 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000290524 protein_coding 8 1 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000368870 protein_coding 6 5 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000436637 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000452671 protein_coding 7 1 9 RFX5 ENSG00000143390 +CDS chr1 151343681 151343882 ENST00000392746 protein_coding 7 5 9 RFX5 ENSG00000143390 +transcript chr1 151343749 151347021 ENST00000422595 protein_coding 5 5 NA RFX5 ENSG00000143390 +CDS chr1 151343749 151343882 ENST00000422595 protein_coding 5 5 9 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000290524 protein_coding 8 1 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000368870 protein_coding 6 5 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000436637 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000452671 protein_coding 7 1 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000392746 protein_coding 7 5 8 RFX5 ENSG00000143390 +CDS chr1 151344197 151344278 ENST00000422595 protein_coding 5 5 8 RFX5 ENSG00000143390 +transcript chr1 151344199 151346973 ENST00000450506 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151344199 151344278 ENST00000450506 protein_coding 5 3 8 RFX5 ENSG00000143390 +transcript chr1 151344256 151346606 ENST00000458484 protein_coding 5 3 NA RFX5 ENSG00000143390 +CDS chr1 151344256 151344278 ENST00000458484 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000290524 protein_coding 8 1 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000368870 protein_coding 6 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000436637 protein_coding 5 3 2 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000452671 protein_coding 7 1 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000392746 protein_coding 7 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000422595 protein_coding 5 5 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000450506 protein_coding 5 3 7 RFX5 ENSG00000143390 +CDS chr1 151344417 151344536 ENST00000458484 protein_coding 5 3 6 RFX5 ENSG00000143390 +transcript chr1 151344521 151347228 ENST00000430227 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344521 151344536 ENST00000430227 protein_coding 5 4 7 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000290524 protein_coding 8 1 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000368870 protein_coding 6 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344756 ENST00000436637 protein_coding 5 3 1 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000452671 protein_coding 7 1 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000392746 protein_coding 7 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000422595 protein_coding 5 5 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000450506 protein_coding 5 3 6 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000458484 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000430227 protein_coding 5 4 6 RFX5 ENSG00000143390 +transcript chr1 151344728 151347228 ENST00000412774 protein_coding 5 2 NA RFX5 ENSG00000143390 +CDS chr1 151344728 151344847 ENST00000412774 protein_coding 5 2 6 RFX5 ENSG00000143390 +transcript chr1 151344764 151347292 ENST00000437327 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344764 151344847 ENST00000437327 protein_coding 5 4 6 RFX5 ENSG00000143390 +transcript chr1 151344792 151346872 ENST00000436271 protein_coding 5 4 NA RFX5 ENSG00000143390 +CDS chr1 151344792 151344847 ENST00000436271 protein_coding 5 4 6 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000290524 protein_coding 8 1 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000368870 protein_coding 6 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000452671 protein_coding 7 1 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000392746 protein_coding 7 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000422595 protein_coding 5 5 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000450506 protein_coding 5 3 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000458484 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000430227 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000412774 protein_coding 5 2 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000437327 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345106 151345188 ENST00000436271 protein_coding 5 4 5 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000290524 protein_coding 8 1 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000368870 protein_coding 6 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000452671 protein_coding 7 1 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000392746 protein_coding 7 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000422595 protein_coding 5 5 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000450506 protein_coding 5 3 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000458484 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000430227 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000412774 protein_coding 5 2 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000437327 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151345928 151345961 ENST00000436271 protein_coding 5 4 4 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000290524 protein_coding 8 1 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000368870 protein_coding 6 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000452671 protein_coding 7 1 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000392746 protein_coding 7 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000422595 protein_coding 5 5 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000450506 protein_coding 5 3 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000458484 protein_coding 5 3 2 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000430227 protein_coding 5 4 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000412774 protein_coding 5 2 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000437327 protein_coding 5 4 3 RFX5 ENSG00000143390 +CDS chr1 151346205 151346320 ENST00000436271 protein_coding 5 4 3 RFX5 ENSG00000143390 +transcript chr1 151364304 151372705 ENST00000368868 protein_coding 10 1 NA SELENBP1 ENSG00000143416 +transcript chr1 151364305 151372700 ENST00000447402 protein_coding 7 2 NA SELENBP1 ENSG00000143416 +transcript chr1 151364305 151372703 ENST00000426705 protein_coding 6 2 NA SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000368868 protein_coding 10 1 12 SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000447402 protein_coding 7 2 11 SELENBP1 ENSG00000143416 +CDS chr1 151364546 151364705 ENST00000426705 protein_coding 6 2 12 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000368868 protein_coding 10 1 11 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000447402 protein_coding 7 2 10 SELENBP1 ENSG00000143416 +CDS chr1 151364926 151365044 ENST00000426705 protein_coding 6 2 11 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000368868 protein_coding 10 1 10 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000447402 protein_coding 7 2 9 SELENBP1 ENSG00000143416 +CDS chr1 151365189 151365281 ENST00000426705 protein_coding 6 2 10 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000368868 protein_coding 10 1 9 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000447402 protein_coding 7 2 8 SELENBP1 ENSG00000143416 +CDS chr1 151365563 151365684 ENST00000426705 protein_coding 6 2 9 SELENBP1 ENSG00000143416 +transcript chr1 151365573 151369841 ENST00000424475 protein_coding 5 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151365573 151365684 ENST00000424475 protein_coding 5 5 7 SELENBP1 ENSG00000143416 +transcript chr1 151365672 151372683 ENST00000458566 protein_coding 5 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151365672 151365684 ENST00000458566 protein_coding 5 5 9 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000368868 protein_coding 10 1 8 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000447402 protein_coding 7 2 7 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000426705 protein_coding 6 2 8 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000424475 protein_coding 5 5 6 SELENBP1 ENSG00000143416 +CDS chr1 151365768 151365846 ENST00000458566 protein_coding 5 5 8 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000368868 protein_coding 10 1 7 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000447402 protein_coding 7 2 6 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000426705 protein_coding 6 2 7 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000424475 protein_coding 5 5 5 SELENBP1 ENSG00000143416 +CDS chr1 151366275 151366453 ENST00000458566 protein_coding 5 5 7 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000368868 protein_coding 10 1 6 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000447402 protein_coding 7 2 5 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000426705 protein_coding 6 2 6 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000424475 protein_coding 5 5 4 SELENBP1 ENSG00000143416 +CDS chr1 151366722 151366904 ENST00000458566 protein_coding 5 5 6 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000368868 protein_coding 10 1 5 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000447402 protein_coding 7 2 4 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000426705 protein_coding 6 2 5 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000424475 protein_coding 5 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151368199 151368319 ENST00000458566 protein_coding 5 5 5 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000368868 protein_coding 10 1 4 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000426705 protein_coding 6 2 4 SELENBP1 ENSG00000143416 +CDS chr1 151369004 151369189 ENST00000458566 protein_coding 5 5 4 SELENBP1 ENSG00000143416 +transcript chr1 151369068 151370285 ENST00000427867 protein_coding 2 5 NA SELENBP1 ENSG00000143416 +CDS chr1 151369068 151369189 ENST00000427867 protein_coding 2 5 4 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000368868 protein_coding 10 1 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000447402 protein_coding 7 2 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000426705 protein_coding 6 2 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000424475 protein_coding 5 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369506 ENST00000458566 protein_coding 5 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151369442 151369554 ENST00000427867 protein_coding 2 5 3 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000368868 protein_coding 10 1 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000447402 protein_coding 7 2 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369899 ENST00000426705 protein_coding 6 2 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369841 ENST00000424475 protein_coding 5 5 1 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369769 ENST00000458566 protein_coding 5 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151369713 151369719 ENST00000427867 protein_coding 2 5 2 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000368868 protein_coding 10 1 1 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000447402 protein_coding 7 2 1 SELENBP1 ENSG00000143416 +CDS chr1 151372638 151372641 ENST00000458566 protein_coding 5 5 1 SELENBP1 ENSG00000143416 +transcript chr1 151399573 151401937 ENST00000290541 protein_coding 7 1 NA PSMB4 ENSG00000159377 +CDS chr1 151399588 151399727 ENST00000290541 protein_coding 7 1 1 PSMB4 ENSG00000159377 +CDS chr1 151399981 151400187 ENST00000290541 protein_coding 7 1 2 PSMB4 ENSG00000159377 +CDS chr1 151400442 151400588 ENST00000290541 protein_coding 7 1 3 PSMB4 ENSG00000159377 +CDS chr1 151400764 151400845 ENST00000290541 protein_coding 7 1 4 PSMB4 ENSG00000159377 +CDS chr1 151401239 151401355 ENST00000290541 protein_coding 7 1 5 PSMB4 ENSG00000159377 +CDS chr1 151401542 151401630 ENST00000290541 protein_coding 7 1 6 PSMB4 ENSG00000159377 +CDS chr1 151401817 151401826 ENST00000290541 protein_coding 7 1 7 PSMB4 ENSG00000159377 +transcript chr1 151402724 151442204 ENST00000392723 protein_coding 5 1 NA POGZ ENSG00000143442 +transcript chr1 151402724 151459494 ENST00000271715 protein_coding 7 1 NA POGZ ENSG00000143442 +transcript chr1 151402725 151459179 ENST00000368863 protein_coding 6 1 NA POGZ ENSG00000143442 +transcript chr1 151404224 151459179 ENST00000409503 protein_coding 5 2 NA POGZ ENSG00000143442 +transcript chr1 151404499 151459215 ENST00000531094 protein_coding 5 2 NA POGZ ENSG00000143442 +transcript chr1 151404802 151459179 ENST00000491586 protein_coding 5 5 NA POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000392723 protein_coding 5 1 17 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000271715 protein_coding 7 1 19 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000368863 protein_coding 6 1 17 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000409503 protein_coding 5 2 19 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000531094 protein_coding 5 2 18 POGZ ENSG00000143442 +CDS chr1 151404805 151406464 ENST00000491586 protein_coding 5 5 18 POGZ ENSG00000143442 +transcript chr1 151406286 151423421 ENST00000529669 protein_coding 1 5 NA POGZ ENSG00000143442 +CDS chr1 151406286 151406464 ENST00000529669 protein_coding 1 5 9 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000392723 protein_coding 5 1 16 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000271715 protein_coding 7 1 18 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000368863 protein_coding 6 1 16 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000409503 protein_coding 5 2 18 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000531094 protein_coding 5 2 17 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000491586 protein_coding 5 5 17 POGZ ENSG00000143442 +CDS chr1 151406607 151406631 ENST00000529669 protein_coding 1 5 8 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000392723 protein_coding 5 1 15 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000271715 protein_coding 7 1 17 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000368863 protein_coding 6 1 15 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000409503 protein_coding 5 2 17 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000531094 protein_coding 5 2 16 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000491586 protein_coding 5 5 16 POGZ ENSG00000143442 +CDS chr1 151406911 151407023 ENST00000529669 protein_coding 1 5 7 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000392723 protein_coding 5 1 14 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000271715 protein_coding 7 1 16 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000368863 protein_coding 6 1 14 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000409503 protein_coding 5 2 16 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000531094 protein_coding 5 2 15 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000491586 protein_coding 5 5 15 POGZ ENSG00000143442 +CDS chr1 151407235 151407291 ENST00000529669 protein_coding 1 5 6 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000392723 protein_coding 5 1 13 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000271715 protein_coding 7 1 15 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000368863 protein_coding 6 1 13 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000409503 protein_coding 5 2 15 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000531094 protein_coding 5 2 14 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000491586 protein_coding 5 5 14 POGZ ENSG00000143442 +CDS chr1 151408100 151408240 ENST00000529669 protein_coding 1 5 5 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000392723 protein_coding 5 1 12 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000271715 protein_coding 7 1 14 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000368863 protein_coding 6 1 12 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000409503 protein_coding 5 2 14 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000531094 protein_coding 5 2 13 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000491586 protein_coding 5 5 13 POGZ ENSG00000143442 +CDS chr1 151408409 151408581 ENST00000529669 protein_coding 1 5 4 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000392723 protein_coding 5 1 11 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000271715 protein_coding 7 1 13 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000368863 protein_coding 6 1 11 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000409503 protein_coding 5 2 13 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000531094 protein_coding 5 2 12 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000491586 protein_coding 5 5 12 POGZ ENSG00000143442 +CDS chr1 151408694 151408828 ENST00000529669 protein_coding 1 5 3 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000392723 protein_coding 5 1 10 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000271715 protein_coding 7 1 12 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000368863 protein_coding 6 1 10 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000409503 protein_coding 5 2 12 POGZ ENSG00000143442 +CDS chr1 151411625 151411771 ENST00000531094 protein_coding 5 2 11 POGZ ENSG00000143442 +CDS chr1 151411625 151411798 ENST00000491586 protein_coding 5 5 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000392723 protein_coding 5 1 9 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000271715 protein_coding 7 1 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000368863 protein_coding 6 1 9 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000409503 protein_coding 5 2 11 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000531094 protein_coding 5 2 10 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000491586 protein_coding 5 5 10 POGZ ENSG00000143442 +CDS chr1 151412296 151412396 ENST00000529669 protein_coding 1 5 2 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000392723 protein_coding 5 1 8 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000271715 protein_coding 7 1 10 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000368863 protein_coding 6 1 8 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000409503 protein_coding 5 2 10 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000531094 protein_coding 5 2 9 POGZ ENSG00000143442 +CDS chr1 151423397 151423551 ENST00000491586 protein_coding 5 5 9 POGZ ENSG00000143442 +CDS chr1 151423397 151423421 ENST00000529669 protein_coding 1 5 1 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000392723 protein_coding 5 1 7 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000271715 protein_coding 7 1 9 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000368863 protein_coding 6 1 7 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000409503 protein_coding 5 2 9 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000531094 protein_coding 5 2 8 POGZ ENSG00000143442 +CDS chr1 151423949 151424286 ENST00000491586 protein_coding 5 5 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000392723 protein_coding 5 1 6 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000271715 protein_coding 7 1 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000368863 protein_coding 6 1 6 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000409503 protein_coding 5 2 8 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000531094 protein_coding 5 2 7 POGZ ENSG00000143442 +CDS chr1 151424955 151425061 ENST00000491586 protein_coding 5 5 7 POGZ ENSG00000143442 +transcript chr1 151427577 151428137 ENST00000594456 protein_coding 1 NA NA POGZ ENSG00000143442 +CDS chr1 151427812 151428137 ENST00000594456 protein_coding 1 NA 1 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000392723 protein_coding 5 1 5 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000271715 protein_coding 7 1 7 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000368863 protein_coding 6 1 5 POGZ ENSG00000143442 +CDS chr1 151427823 151428014 ENST00000409503 protein_coding 5 2 7 POGZ ENSG00000143442 +CDS chr1 151427823 151428014 ENST00000531094 protein_coding 5 2 6 POGZ ENSG00000143442 +CDS chr1 151427823 151428041 ENST00000491586 protein_coding 5 5 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000392723 protein_coding 5 1 4 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000271715 protein_coding 7 1 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000368863 protein_coding 6 1 4 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000409503 protein_coding 5 2 6 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000531094 protein_coding 5 2 5 POGZ ENSG00000143442 +CDS chr1 151428123 151428413 ENST00000491586 protein_coding 5 5 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000392723 protein_coding 5 1 3 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000271715 protein_coding 7 1 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000409503 protein_coding 5 2 5 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000531094 protein_coding 5 2 4 POGZ ENSG00000143442 +CDS chr1 151429603 151429711 ENST00000491586 protein_coding 5 5 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000392723 protein_coding 5 1 2 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000271715 protein_coding 7 1 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000409503 protein_coding 5 2 4 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000531094 protein_coding 5 2 3 POGZ ENSG00000143442 +CDS chr1 151430666 151430841 ENST00000491586 protein_coding 5 5 3 POGZ ENSG00000143442 +transcript chr1 151430672 151455057 ENST00000533461 protein_coding 5 4 NA POGZ ENSG00000143442 +CDS chr1 151430672 151430841 ENST00000533461 protein_coding 5 4 4 POGZ ENSG00000143442 +transcript chr1 151430706 151459179 ENST00000533351 protein_coding 5 5 NA POGZ ENSG00000143442 +CDS chr1 151430706 151430841 ENST00000533351 protein_coding 5 5 5 POGZ ENSG00000143442 +transcript chr1 151430714 151455197 ENST00000450842 protein_coding 1 3 NA POGZ ENSG00000143442 +CDS chr1 151430714 151430841 ENST00000450842 protein_coding 1 3 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000271715 protein_coding 7 1 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000368863 protein_coding 6 1 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000409503 protein_coding 5 2 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000533461 protein_coding 5 4 3 POGZ ENSG00000143442 +CDS chr1 151440928 151441086 ENST00000533351 protein_coding 5 5 4 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000392723 protein_coding 5 1 1 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000271715 protein_coding 7 1 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000368863 protein_coding 6 1 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000409503 protein_coding 5 2 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000531094 protein_coding 5 2 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000491586 protein_coding 5 5 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000533461 protein_coding 5 4 2 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000533351 protein_coding 5 5 3 POGZ ENSG00000143442 +CDS chr1 151442081 151442204 ENST00000450842 protein_coding 1 3 2 POGZ ENSG00000143442 +transcript chr1 151442181 151442478 ENST00000439756 protein_coding 1 3 NA POGZ ENSG00000143442 +CDS chr1 151442181 151442204 ENST00000439756 protein_coding 1 3 2 POGZ ENSG00000143442 +transcript chr1 151510510 151519029 ENST00000505188 protein_coding 5 1 NA CGN ENSG00000143375 +transcript chr1 151510936 151519029 ENST00000502442 protein_coding 1 1 NA CGN ENSG00000143375 +transcript chr1 151511387 151519392 ENST00000427934 protein_coding 2 5 NA CGN ENSG00000143375 +transcript chr1 151511387 151538692 ENST00000271636 protein_coding 12 1 NA CGN ENSG00000143375 +CDS chr1 151518520 151519029 ENST00000505188 protein_coding 5 1 2 CGN ENSG00000143375 +CDS chr1 151518520 151519029 ENST00000502442 protein_coding 1 1 2 CGN ENSG00000143375 +CDS chr1 151518520 151519392 ENST00000427934 protein_coding 2 5 3 CGN ENSG00000143375 +CDS chr1 151518520 151519392 ENST00000271636 protein_coding 12 1 2 CGN ENSG00000143375 +transcript chr1 151519370 151523561 ENST00000416743 protein_coding 1 5 NA CGN ENSG00000143375 +CDS chr1 151519370 151519392 ENST00000416743 protein_coding 1 5 1 CGN ENSG00000143375 +CDS chr1 151520166 151520266 ENST00000271636 protein_coding 12 1 3 CGN ENSG00000143375 +CDS chr1 151520166 151520266 ENST00000416743 protein_coding 1 5 2 CGN ENSG00000143375 +CDS chr1 151520414 151520483 ENST00000271636 protein_coding 12 1 4 CGN ENSG00000143375 +CDS chr1 151520414 151520483 ENST00000416743 protein_coding 1 5 3 CGN ENSG00000143375 +CDS chr1 151520596 151520691 ENST00000271636 protein_coding 12 1 5 CGN ENSG00000143375 +CDS chr1 151520620 151520691 ENST00000416743 protein_coding 1 5 4 CGN ENSG00000143375 +CDS chr1 151523434 151523561 ENST00000271636 protein_coding 12 1 6 CGN ENSG00000143375 +CDS chr1 151523434 151523561 ENST00000416743 protein_coding 1 5 5 CGN ENSG00000143375 +CDS chr1 151524226 151524358 ENST00000271636 protein_coding 12 1 7 CGN ENSG00000143375 +CDS chr1 151524674 151524886 ENST00000271636 protein_coding 12 1 8 CGN ENSG00000143375 +CDS chr1 151525642 151525790 ENST00000271636 protein_coding 12 1 9 CGN ENSG00000143375 +CDS chr1 151526975 151527107 ENST00000271636 protein_coding 12 1 10 CGN ENSG00000143375 +CDS chr1 151529350 151529559 ENST00000271636 protein_coding 12 1 11 CGN ENSG00000143375 +CDS chr1 151529909 151530115 ENST00000271636 protein_coding 12 1 12 CGN ENSG00000143375 +CDS chr1 151530489 151530746 ENST00000271636 protein_coding 12 1 13 CGN ENSG00000143375 +CDS chr1 151532402 151532572 ENST00000271636 protein_coding 12 1 14 CGN ENSG00000143375 +CDS chr1 151533975 151534136 ENST00000271636 protein_coding 12 1 15 CGN ENSG00000143375 +CDS chr1 151535042 151535131 ENST00000271636 protein_coding 12 1 16 CGN ENSG00000143375 +CDS chr1 151535600 151535683 ENST00000271636 protein_coding 12 1 17 CGN ENSG00000143375 +CDS chr1 151535780 151535898 ENST00000271636 protein_coding 12 1 18 CGN ENSG00000143375 +CDS chr1 151536237 151536345 ENST00000271636 protein_coding 12 1 19 CGN ENSG00000143375 +CDS chr1 151536730 151536893 ENST00000271636 protein_coding 12 1 20 CGN ENSG00000143375 +CDS chr1 151537205 151537343 ENST00000271636 protein_coding 12 1 21 CGN ENSG00000143375 +transcript chr1 151540305 151583583 ENST00000392712 protein_coding 7 5 NA TUFT1 ENSG00000143367 +transcript chr1 151540308 151583583 ENST00000368848 protein_coding 6 1 NA TUFT1 ENSG00000143367 +transcript chr1 151540309 151583583 ENST00000368849 protein_coding 8 1 NA TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000368849 protein_coding 8 1 1 TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000392712 protein_coding 7 5 1 TUFT1 ENSG00000143367 +CDS chr1 151540367 151540426 ENST00000368848 protein_coding 6 1 1 TUFT1 ENSG00000143367 +CDS chr1 151562091 151562165 ENST00000368849 protein_coding 8 1 2 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000368849 protein_coding 8 1 3 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000392712 protein_coding 7 5 2 TUFT1 ENSG00000143367 +CDS chr1 151562585 151562686 ENST00000368848 protein_coding 6 1 2 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000368849 protein_coding 8 1 4 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000392712 protein_coding 7 5 3 TUFT1 ENSG00000143367 +CDS chr1 151563904 151563990 ENST00000368848 protein_coding 6 1 3 TUFT1 ENSG00000143367 +CDS chr1 151564525 151564614 ENST00000368849 protein_coding 8 1 5 TUFT1 ENSG00000143367 +CDS chr1 151564525 151564614 ENST00000368848 protein_coding 6 1 4 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000368849 protein_coding 8 1 6 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000392712 protein_coding 7 5 4 TUFT1 ENSG00000143367 +CDS chr1 151566163 151566228 ENST00000368848 protein_coding 6 1 5 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000368849 protein_coding 8 1 7 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000392712 protein_coding 7 5 5 TUFT1 ENSG00000143367 +CDS chr1 151569657 151569770 ENST00000368848 protein_coding 6 1 6 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000368849 protein_coding 8 1 8 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000392712 protein_coding 7 5 6 TUFT1 ENSG00000143367 +CDS chr1 151574270 151574398 ENST00000368848 protein_coding 6 1 7 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000368849 protein_coding 8 1 9 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000392712 protein_coding 7 5 7 TUFT1 ENSG00000143367 +CDS chr1 151574911 151575005 ENST00000368848 protein_coding 6 1 8 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000368849 protein_coding 8 1 10 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000392712 protein_coding 7 5 8 TUFT1 ENSG00000143367 +CDS chr1 151578721 151578826 ENST00000368848 protein_coding 6 1 9 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000368849 protein_coding 8 1 11 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000392712 protein_coding 7 5 9 TUFT1 ENSG00000143367 +CDS chr1 151579649 151579732 ENST00000368848 protein_coding 6 1 10 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000368849 protein_coding 8 1 12 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000392712 protein_coding 7 5 10 TUFT1 ENSG00000143367 +CDS chr1 151580942 151581042 ENST00000368848 protein_coding 6 1 11 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000368849 protein_coding 8 1 13 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000392712 protein_coding 7 5 11 TUFT1 ENSG00000143367 +CDS chr1 151581644 151581704 ENST00000368848 protein_coding 6 1 12 TUFT1 ENSG00000143367 +transcript chr1 151612006 151693618 ENST00000642376 protein_coding 1 NA NA SNX27 ENSG00000143376 +transcript chr1 151612029 151699091 ENST00000368843 protein_coding 8 1 NA SNX27 ENSG00000143376 +transcript chr1 151612050 151699080 ENST00000458013 protein_coding 7 5 NA SNX27 ENSG00000143376 +CDS chr1 151612202 151612381 ENST00000642376 protein_coding 1 NA 1 SNX27 ENSG00000143376 +CDS chr1 151612202 151612512 ENST00000368843 protein_coding 8 1 1 SNX27 ENSG00000143376 +CDS chr1 151612202 151612512 ENST00000458013 protein_coding 7 5 1 SNX27 ENSG00000143376 +CDS chr1 151638888 151639119 ENST00000368843 protein_coding 8 1 2 SNX27 ENSG00000143376 +CDS chr1 151638888 151639119 ENST00000458013 protein_coding 7 5 2 SNX27 ENSG00000143376 +transcript chr1 151638980 151694474 ENST00000368838 protein_coding 2 1 NA SNX27 ENSG00000143376 +CDS chr1 151638980 151639119 ENST00000368838 protein_coding 2 1 1 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000642376 protein_coding 1 NA 2 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000368843 protein_coding 8 1 3 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000458013 protein_coding 7 5 3 SNX27 ENSG00000143376 +CDS chr1 151658235 151658427 ENST00000368838 protein_coding 2 1 2 SNX27 ENSG00000143376 +transcript chr1 151658369 151669363 ENST00000482791 protein_coding 2 3 NA SNX27 ENSG00000143376 +CDS chr1 151658369 151658427 ENST00000482791 protein_coding 2 3 1 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000642376 protein_coding 1 NA 3 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000368843 protein_coding 8 1 4 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000458013 protein_coding 7 5 4 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000368838 protein_coding 2 1 3 SNX27 ENSG00000143376 +CDS chr1 151660798 151660862 ENST00000482791 protein_coding 2 3 2 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000642376 protein_coding 1 NA 4 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000368843 protein_coding 8 1 5 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000458013 protein_coding 7 5 5 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000368838 protein_coding 2 1 4 SNX27 ENSG00000143376 +CDS chr1 151662166 151662270 ENST00000482791 protein_coding 2 3 3 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000642376 protein_coding 1 NA 5 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000368843 protein_coding 8 1 6 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000458013 protein_coding 7 5 6 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000368838 protein_coding 2 1 5 SNX27 ENSG00000143376 +CDS chr1 151665933 151666011 ENST00000482791 protein_coding 2 3 4 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000642376 protein_coding 1 NA 6 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000368843 protein_coding 8 1 7 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000458013 protein_coding 7 5 7 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000368838 protein_coding 2 1 6 SNX27 ENSG00000143376 +CDS chr1 151668472 151668635 ENST00000482791 protein_coding 2 3 5 SNX27 ENSG00000143376 +CDS chr1 151669141 151669248 ENST00000482791 protein_coding 2 3 6 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000642376 protein_coding 1 NA 7 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000368843 protein_coding 8 1 8 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000458013 protein_coding 7 5 8 SNX27 ENSG00000143376 +CDS chr1 151683356 151683445 ENST00000368838 protein_coding 2 1 7 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000642376 protein_coding 1 NA 8 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000368843 protein_coding 8 1 9 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000458013 protein_coding 7 5 9 SNX27 ENSG00000143376 +CDS chr1 151692435 151692584 ENST00000368838 protein_coding 2 1 8 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000642376 protein_coding 1 NA 9 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000368843 protein_coding 8 1 10 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000458013 protein_coding 7 5 10 SNX27 ENSG00000143376 +CDS chr1 151692911 151693039 ENST00000368838 protein_coding 2 1 9 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000642376 protein_coding 1 NA 10 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000368843 protein_coding 8 1 11 SNX27 ENSG00000143376 +CDS chr1 151693424 151693483 ENST00000458013 protein_coding 7 5 11 SNX27 ENSG00000143376 +CDS chr1 151693544 151693609 ENST00000368838 protein_coding 2 1 10 SNX27 ENSG00000143376 +CDS chr1 151693593 151693598 ENST00000642376 protein_coding 1 NA 11 SNX27 ENSG00000143376 +CDS chr1 151693593 151693598 ENST00000368843 protein_coding 8 1 12 SNX27 ENSG00000143376 +CDS chr1 151694370 151694414 ENST00000458013 protein_coding 7 5 12 SNX27 ENSG00000143376 +transcript chr1 151700058 151716803 ENST00000290583 protein_coding 9 1 NA CELF3 ENSG00000159409 +transcript chr1 151702404 151716052 ENST00000290585 protein_coding 8 1 NA CELF3 ENSG00000159409 +transcript chr1 151702415 151716798 ENST00000420342 protein_coding 1 5 NA CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000290583 protein_coding 9 1 12 CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000290585 protein_coding 8 1 11 CELF3 ENSG00000159409 +CDS chr1 151705044 151705168 ENST00000420342 protein_coding 1 5 13 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000290583 protein_coding 9 1 11 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000290585 protein_coding 8 1 10 CELF3 ENSG00000159409 +CDS chr1 151705822 151705965 ENST00000420342 protein_coding 1 5 12 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000290583 protein_coding 9 1 10 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000290585 protein_coding 8 1 9 CELF3 ENSG00000159409 +CDS chr1 151706224 151706361 ENST00000420342 protein_coding 1 5 11 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000290583 protein_coding 9 1 9 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000290585 protein_coding 8 1 8 CELF3 ENSG00000159409 +CDS chr1 151706669 151706734 ENST00000420342 protein_coding 1 5 10 CELF3 ENSG00000159409 +CDS chr1 151707145 151707294 ENST00000290583 protein_coding 9 1 8 CELF3 ENSG00000159409 +CDS chr1 151707145 151707294 ENST00000420342 protein_coding 1 5 9 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000290583 protein_coding 9 1 7 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000290585 protein_coding 8 1 7 CELF3 ENSG00000159409 +CDS chr1 151707507 151707648 ENST00000420342 protein_coding 1 5 8 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000290583 protein_coding 9 1 6 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000290585 protein_coding 8 1 6 CELF3 ENSG00000159409 +CDS chr1 151707792 151707935 ENST00000420342 protein_coding 1 5 7 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000290583 protein_coding 9 1 5 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000290585 protein_coding 8 1 5 CELF3 ENSG00000159409 +CDS chr1 151708998 151709077 ENST00000420342 protein_coding 1 5 6 CELF3 ENSG00000159409 +CDS chr1 151709220 151709348 ENST00000290583 protein_coding 9 1 4 CELF3 ENSG00000159409 +CDS chr1 151709220 151709348 ENST00000290585 protein_coding 8 1 4 CELF3 ENSG00000159409 +CDS chr1 151709220 151709345 ENST00000420342 protein_coding 1 5 5 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000290583 protein_coding 9 1 3 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000290585 protein_coding 8 1 3 CELF3 ENSG00000159409 +CDS chr1 151709743 151709791 ENST00000420342 protein_coding 1 5 4 CELF3 ENSG00000159409 +transcript chr1 151710433 151729606 ENST00000326413 protein_coding 7 2 NA RIIAD1 ENSG00000178796 +CDS chr1 151714509 151714529 ENST00000326413 protein_coding 7 2 4 RIIAD1 ENSG00000178796 +CDS chr1 151714594 151714676 ENST00000290583 protein_coding 9 1 2 CELF3 ENSG00000159409 +CDS chr1 151714594 151714676 ENST00000290585 protein_coding 8 1 2 CELF3 ENSG00000159409 +CDS chr1 151714594 151714676 ENST00000420342 protein_coding 1 5 3 CELF3 ENSG00000159409 +CDS chr1 151715876 151716020 ENST00000290583 protein_coding 9 1 1 CELF3 ENSG00000159409 +CDS chr1 151715876 151716020 ENST00000290585 protein_coding 8 1 1 CELF3 ENSG00000159409 +CDS chr1 151715876 151715981 ENST00000420342 protein_coding 1 5 2 CELF3 ENSG00000159409 +CDS chr1 151716755 151716798 ENST00000420342 protein_coding 1 5 1 CELF3 ENSG00000159409 +CDS chr1 151719596 151719688 ENST00000326413 protein_coding 7 2 5 RIIAD1 ENSG00000178796 +transcript chr1 151721522 151729805 ENST00000479191 protein_coding 2 2 NA RIIAD1 ENSG00000178796 +CDS chr1 151721537 151721620 ENST00000479191 protein_coding 2 2 1 RIIAD1 ENSG00000178796 +CDS chr1 151722086 151722162 ENST00000326413 protein_coding 7 2 6 RIIAD1 ENSG00000178796 +CDS chr1 151722086 151722162 ENST00000479191 protein_coding 2 2 2 RIIAD1 ENSG00000178796 +CDS chr1 151727575 151727621 ENST00000326413 protein_coding 7 2 7 RIIAD1 ENSG00000178796 +CDS chr1 151727575 151727621 ENST00000479191 protein_coding 2 2 3 RIIAD1 ENSG00000178796 +CDS chr1 151728766 151728833 ENST00000326413 protein_coding 7 2 8 RIIAD1 ENSG00000178796 +CDS chr1 151728766 151728833 ENST00000479191 protein_coding 2 2 4 RIIAD1 ENSG00000178796 +transcript chr1 151759647 151763496 ENST00000368830 protein_coding 8 1 NA MRPL9 ENSG00000143436 +transcript chr1 151759875 151763484 ENST00000368829 protein_coding 3 2 NA MRPL9 ENSG00000143436 +CDS chr1 151760053 151760181 ENST00000368830 protein_coding 8 1 7 MRPL9 ENSG00000143436 +CDS chr1 151760053 151760181 ENST00000368829 protein_coding 3 2 6 MRPL9 ENSG00000143436 +CDS chr1 151760816 151760899 ENST00000368830 protein_coding 8 1 6 MRPL9 ENSG00000143436 +CDS chr1 151760816 151760899 ENST00000368829 protein_coding 3 2 5 MRPL9 ENSG00000143436 +CDS chr1 151761451 151761552 ENST00000368830 protein_coding 8 1 5 MRPL9 ENSG00000143436 +transcript chr1 151761962 151763334 ENST00000481777 protein_coding 5 5 NA MRPL9 ENSG00000143436 +CDS chr1 151761962 151762010 ENST00000481777 protein_coding 5 5 5 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000368830 protein_coding 8 1 4 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000368829 protein_coding 3 2 4 MRPL9 ENSG00000143436 +CDS chr1 151762105 151762155 ENST00000481777 protein_coding 5 5 4 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000368830 protein_coding 8 1 3 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000368829 protein_coding 3 2 3 MRPL9 ENSG00000143436 +CDS chr1 151762376 151762500 ENST00000481777 protein_coding 5 5 3 MRPL9 ENSG00000143436 +transcript chr1 151762899 151771330 ENST00000635322 protein_coding 1 5 NA OAZ3 ENSG00000143450 +transcript chr1 151762969 151771330 ENST00000321531 protein_coding 10 5 NA OAZ3 ENSG00000143450 +CDS chr1 151762990 151763146 ENST00000368830 protein_coding 8 1 2 MRPL9 ENSG00000143436 +CDS chr1 151762990 151763146 ENST00000368829 protein_coding 3 2 2 MRPL9 ENSG00000143436 +CDS chr1 151762990 151763146 ENST00000481777 protein_coding 5 5 2 MRPL9 ENSG00000143436 +CDS chr1 151763136 151763167 ENST00000635322 protein_coding 1 5 1 OAZ3 ENSG00000143450 +CDS chr1 151763136 151763167 ENST00000321531 protein_coding 10 5 1 OAZ3 ENSG00000143450 +CDS chr1 151763327 151763479 ENST00000368830 protein_coding 8 1 1 MRPL9 ENSG00000143436 +CDS chr1 151763327 151763479 ENST00000368829 protein_coding 3 2 1 MRPL9 ENSG00000143436 +CDS chr1 151763327 151763334 ENST00000481777 protein_coding 5 5 1 MRPL9 ENSG00000143436 +transcript chr1 151763480 151771321 ENST00000453029 protein_coding 2 5 NA OAZ3 ENSG00000143450 +CDS chr1 151763495 151763565 ENST00000453029 protein_coding 2 5 1 OAZ3 ENSG00000143450 +transcript chr1 151763578 151771332 ENST00000479764 protein_coding 7 5 NA OAZ3 ENSG00000143450 +transcript chr1 151766655 151771334 ENST00000400999 protein_coding 7 5 NA OAZ3 ENSG00000143450 +CDS chr1 151766722 151766888 ENST00000479764 protein_coding 7 5 1 OAZ3 ENSG00000143450 +CDS chr1 151766722 151766888 ENST00000400999 protein_coding 7 5 1 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000635322 protein_coding 1 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000321531 protein_coding 10 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000453029 protein_coding 2 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000479764 protein_coding 7 5 2 OAZ3 ENSG00000143450 +CDS chr1 151767163 151767223 ENST00000400999 protein_coding 7 5 2 OAZ3 ENSG00000143450 +transcript chr1 151767194 151771334 ENST00000635374 protein_coding 1 5 NA OAZ3 ENSG00000143450 +CDS chr1 151767194 151767223 ENST00000635374 protein_coding 1 5 1 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000635322 protein_coding 1 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000321531 protein_coding 10 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000453029 protein_coding 2 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000479764 protein_coding 7 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000400999 protein_coding 7 5 3 OAZ3 ENSG00000143450 +CDS chr1 151767225 151767299 ENST00000635374 protein_coding 1 5 2 OAZ3 ENSG00000143450 +transcript chr1 151767248 151771330 ENST00000582415 protein_coding 2 3 NA OAZ3 ENSG00000143450 +CDS chr1 151767248 151767299 ENST00000582415 protein_coding 2 3 1 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000321531 protein_coding 10 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000453029 protein_coding 2 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000400999 protein_coding 7 5 4 OAZ3 ENSG00000143450 +CDS chr1 151768058 151768233 ENST00000635374 protein_coding 1 5 3 OAZ3 ENSG00000143450 +CDS chr1 151768145 151768233 ENST00000582415 protein_coding 2 3 2 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770240 ENST00000635322 protein_coding 1 5 4 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000321531 protein_coding 10 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000453029 protein_coding 2 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770240 ENST00000479764 protein_coding 7 5 4 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000400999 protein_coding 7 5 5 OAZ3 ENSG00000143450 +CDS chr1 151770172 151770257 ENST00000582415 protein_coding 2 3 3 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000321531 protein_coding 10 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000453029 protein_coding 2 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000400999 protein_coding 7 5 6 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771110 ENST00000635374 protein_coding 1 5 4 OAZ3 ENSG00000143450 +CDS chr1 151771077 151771216 ENST00000582415 protein_coding 2 3 4 OAZ3 ENSG00000143450 +transcript chr1 151771564 151790522 ENST00000368827 protein_coding 10 1 NA TDRKH ENSG00000182134 +transcript chr1 151773479 151790479 ENST00000368825 protein_coding 7 2 NA TDRKH ENSG00000182134 +transcript chr1 151773492 151790488 ENST00000368823 protein_coding 5 2 NA TDRKH ENSG00000182134 +transcript chr1 151773494 151790500 ENST00000368824 protein_coding 8 1 NA TDRKH ENSG00000182134 +transcript chr1 151773494 151791416 ENST00000368822 protein_coding 5 5 NA TDRKH ENSG00000182134 +transcript chr1 151773498 151790505 ENST00000458431 protein_coding 6 1 NA TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368827 protein_coding 10 1 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368825 protein_coding 7 2 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368823 protein_coding 5 2 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368824 protein_coding 8 1 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000368822 protein_coding 5 5 13 TDRKH ENSG00000182134 +CDS chr1 151774455 151774504 ENST00000458431 protein_coding 6 1 13 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368827 protein_coding 10 1 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368825 protein_coding 7 2 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368823 protein_coding 5 2 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368824 protein_coding 8 1 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000368822 protein_coding 5 5 12 TDRKH ENSG00000182134 +CDS chr1 151774710 151774806 ENST00000458431 protein_coding 6 1 12 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368827 protein_coding 10 1 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368825 protein_coding 7 2 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368823 protein_coding 5 2 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368824 protein_coding 8 1 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000368822 protein_coding 5 5 11 TDRKH ENSG00000182134 +CDS chr1 151775065 151775166 ENST00000458431 protein_coding 6 1 11 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368827 protein_coding 10 1 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368825 protein_coding 7 2 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368823 protein_coding 5 2 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368824 protein_coding 8 1 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000368822 protein_coding 5 5 10 TDRKH ENSG00000182134 +CDS chr1 151775392 151775543 ENST00000458431 protein_coding 6 1 10 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368827 protein_coding 10 1 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368825 protein_coding 7 2 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368823 protein_coding 5 2 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368824 protein_coding 8 1 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000368822 protein_coding 5 5 9 TDRKH ENSG00000182134 +CDS chr1 151775820 151775884 ENST00000458431 protein_coding 6 1 9 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368827 protein_coding 10 1 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368825 protein_coding 7 2 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368823 protein_coding 5 2 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368824 protein_coding 8 1 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000368822 protein_coding 5 5 8 TDRKH ENSG00000182134 +CDS chr1 151776096 151776268 ENST00000458431 protein_coding 6 1 8 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368827 protein_coding 10 1 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368825 protein_coding 7 2 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368823 protein_coding 5 2 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368824 protein_coding 8 1 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000368822 protein_coding 5 5 7 TDRKH ENSG00000182134 +CDS chr1 151776439 151776599 ENST00000458431 protein_coding 6 1 7 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368827 protein_coding 10 1 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368825 protein_coding 7 2 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368823 protein_coding 5 2 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368824 protein_coding 8 1 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000368822 protein_coding 5 5 6 TDRKH ENSG00000182134 +CDS chr1 151778685 151779006 ENST00000458431 protein_coding 6 1 6 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368827 protein_coding 10 1 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779207 ENST00000368825 protein_coding 7 2 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368823 protein_coding 5 2 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368824 protein_coding 8 1 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000368822 protein_coding 5 5 5 TDRKH ENSG00000182134 +CDS chr1 151779103 151779242 ENST00000458431 protein_coding 6 1 5 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368827 protein_coding 10 1 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780128 ENST00000368823 protein_coding 5 2 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368824 protein_coding 8 1 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000368822 protein_coding 5 5 4 TDRKH ENSG00000182134 +CDS chr1 151779951 151780140 ENST00000458431 protein_coding 6 1 4 TDRKH ENSG00000182134 +transcript chr1 151779979 151783771 ENST00000526378 protein_coding 5 4 NA TDRKH ENSG00000182134 +CDS chr1 151779979 151780140 ENST00000526378 protein_coding 5 4 4 TDRKH ENSG00000182134 +CDS chr1 151780051 151780140 ENST00000368825 protein_coding 7 2 4 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368827 protein_coding 10 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368825 protein_coding 7 2 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368823 protein_coding 5 2 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368824 protein_coding 8 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000368822 protein_coding 5 5 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000458431 protein_coding 6 1 3 TDRKH ENSG00000182134 +CDS chr1 151781481 151781587 ENST00000526378 protein_coding 5 4 3 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368827 protein_coding 10 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368825 protein_coding 7 2 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368823 protein_coding 5 2 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368824 protein_coding 8 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000368822 protein_coding 5 5 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000458431 protein_coding 6 1 2 TDRKH ENSG00000182134 +CDS chr1 151782899 151783022 ENST00000526378 protein_coding 5 4 2 TDRKH ENSG00000182134 +transcript chr1 151800264 151805419 ENST00000368820 protein_coding 4 1 NA LINGO4 ENSG00000213171 +CDS chr1 151800926 151802704 ENST00000368820 protein_coding 4 1 2 LINGO4 ENSG00000213171 +transcript chr1 151806071 151826096 ENST00000356728 protein_coding 11 1 NA RORC ENSG00000143365 +transcript chr1 151806071 151831802 ENST00000318247 protein_coding 7 1 NA RORC ENSG00000143365 +CDS chr1 151807475 151807633 ENST00000356728 protein_coding 11 1 10 RORC ENSG00000143365 +CDS chr1 151807475 151807633 ENST00000318247 protein_coding 7 1 11 RORC ENSG00000143365 +CDS chr1 151811325 151811434 ENST00000356728 protein_coding 11 1 9 RORC ENSG00000143365 +CDS chr1 151811325 151811434 ENST00000318247 protein_coding 7 1 10 RORC ENSG00000143365 +CDS chr1 151812947 151813057 ENST00000356728 protein_coding 11 1 8 RORC ENSG00000143365 +CDS chr1 151812947 151813057 ENST00000318247 protein_coding 7 1 9 RORC ENSG00000143365 +CDS chr1 151813239 151813346 ENST00000356728 protein_coding 11 1 7 RORC ENSG00000143365 +CDS chr1 151813239 151813346 ENST00000318247 protein_coding 7 1 8 RORC ENSG00000143365 +CDS chr1 151813488 151813620 ENST00000356728 protein_coding 11 1 6 RORC ENSG00000143365 +CDS chr1 151813488 151813620 ENST00000318247 protein_coding 7 1 7 RORC ENSG00000143365 +CDS chr1 151814574 151814695 ENST00000356728 protein_coding 11 1 5 RORC ENSG00000143365 +CDS chr1 151814574 151814695 ENST00000318247 protein_coding 7 1 6 RORC ENSG00000143365 +transcript chr1 151814694 151831845 ENST00000652040 protein_coding 1 NA NA RORC ENSG00000143365 +CDS chr1 151814694 151814695 ENST00000652040 protein_coding 1 NA 5 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000356728 protein_coding 11 1 4 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000318247 protein_coding 7 1 5 RORC ENSG00000143365 +CDS chr1 151814913 151815425 ENST00000652040 protein_coding 1 NA 4 RORC ENSG00000143365 +CDS chr1 151816664 151816805 ENST00000356728 protein_coding 11 1 3 RORC ENSG00000143365 +CDS chr1 151816664 151816805 ENST00000318247 protein_coding 7 1 4 RORC ENSG00000143365 +CDS chr1 151816664 151816676 ENST00000652040 protein_coding 1 NA 3 RORC ENSG00000143365 +CDS chr1 151817195 151817280 ENST00000356728 protein_coding 11 1 2 RORC ENSG00000143365 +CDS chr1 151817195 151817280 ENST00000318247 protein_coding 7 1 3 RORC ENSG00000143365 +CDS chr1 151825930 151825936 ENST00000356728 protein_coding 11 1 1 RORC ENSG00000143365 +CDS chr1 151829429 151829458 ENST00000318247 protein_coding 7 1 2 RORC ENSG00000143365 +CDS chr1 151831725 151831764 ENST00000318247 protein_coding 7 1 1 RORC ENSG00000143365 +transcript chr1 151837819 151840557 ENST00000454109 protein_coding 1 2 NA C2CD4D ENSG00000225556 +CDS chr1 151837931 151838989 ENST00000454109 protein_coding 1 2 2 C2CD4D ENSG00000225556 +transcript chr1 151847101 151853712 ENST00000368817 protein_coding 10 1 NA THEM5 ENSG00000196407 +transcript chr1 151847282 151851163 ENST00000453881 protein_coding 2 4 NA THEM5 ENSG00000196407 +CDS chr1 151847282 151847414 ENST00000453881 protein_coding 2 4 3 THEM5 ENSG00000196407 +CDS chr1 151847374 151847414 ENST00000368817 protein_coding 10 1 6 THEM5 ENSG00000196407 +CDS chr1 151847738 151847862 ENST00000368817 protein_coding 10 1 5 THEM5 ENSG00000196407 +CDS chr1 151848182 151848292 ENST00000368817 protein_coding 10 1 4 THEM5 ENSG00000196407 +CDS chr1 151848182 151848292 ENST00000453881 protein_coding 2 4 2 THEM5 ENSG00000196407 +CDS chr1 151851053 151851191 ENST00000368817 protein_coding 10 1 3 THEM5 ENSG00000196407 +CDS chr1 151851053 151851163 ENST00000453881 protein_coding 2 4 1 THEM5 ENSG00000196407 +CDS chr1 151852258 151852459 ENST00000368817 protein_coding 10 1 2 THEM5 ENSG00000196407 +CDS chr1 151853443 151853565 ENST00000368817 protein_coding 10 1 1 THEM5 ENSG00000196407 +transcript chr1 151870866 151909511 ENST00000368814 protein_coding 8 1 NA THEM4 ENSG00000159445 +CDS chr1 151874891 151874928 ENST00000368814 protein_coding 8 1 6 THEM4 ENSG00000159445 +CDS chr1 151877001 151877125 ENST00000368814 protein_coding 8 1 5 THEM4 ENSG00000159445 +CDS chr1 151888273 151888383 ENST00000368814 protein_coding 8 1 4 THEM4 ENSG00000159445 +CDS chr1 151889214 151889373 ENST00000368814 protein_coding 8 1 3 THEM4 ENSG00000159445 +transcript chr1 151894830 151909637 ENST00000489410 protein_coding 1 2 NA THEM4 ENSG00000159445 +CDS chr1 151894964 151895194 ENST00000489410 protein_coding 1 2 2 THEM4 ENSG00000159445 +CDS chr1 151895008 151895194 ENST00000368814 protein_coding 8 1 2 THEM4 ENSG00000159445 +CDS chr1 151909360 151909458 ENST00000368814 protein_coding 8 1 1 THEM4 ENSG00000159445 +CDS chr1 151909360 151909458 ENST00000489410 protein_coding 1 2 1 THEM4 ENSG00000159445 +transcript chr1 151982915 151993859 ENST00000368811 protein_coding 8 1 NA S100A10 ENSG00000197747 +transcript chr1 151982918 151992578 ENST00000368809 protein_coding 1 3 NA S100A10 ENSG00000197747 +CDS chr1 151983166 151983324 ENST00000368811 protein_coding 8 1 3 S100A10 ENSG00000197747 +CDS chr1 151983166 151983324 ENST00000368809 protein_coding 1 3 3 S100A10 ENSG00000197747 +CDS chr1 151986099 151986230 ENST00000368811 protein_coding 8 1 2 S100A10 ENSG00000197747 +CDS chr1 151986099 151986230 ENST00000368809 protein_coding 1 3 2 S100A10 ENSG00000197747 +transcript chr1 152032506 152037004 ENST00000271638 protein_coding 3 1 NA S100A11 ENSG00000163191 +CDS chr1 152032665 152032823 ENST00000271638 protein_coding 3 1 3 S100A11 ENSG00000163191 +CDS chr1 152033648 152033800 ENST00000271638 protein_coding 3 1 2 S100A11 ENSG00000163191 +CDS chr1 152036913 152036915 ENST00000271638 protein_coding 3 1 1 S100A11 ENSG00000163191 +transcript chr1 152084141 152089064 ENST00000368806 protein_coding 2 1 NA TCHHL1 ENSG00000182898 +CDS chr1 152084970 152087543 ENST00000368806 protein_coding 2 1 3 TCHHL1 ENSG00000182898 +CDS chr1 152088006 152088143 ENST00000368806 protein_coding 2 1 2 TCHHL1 ENSG00000182898 +transcript chr1 152106317 152115444 ENST00000614923 protein_coding 2 5 NA TCHH ENSG00000159450 +CDS chr1 152107388 152113078 ENST00000614923 protein_coding 2 5 3 TCHH ENSG00000159450 +CDS chr1 152113943 152114080 ENST00000614923 protein_coding 2 5 2 TCHH ENSG00000159450 +transcript chr1 152153595 152159228 ENST00000316073 protein_coding 3 1 NA RPTN ENSG00000215853 +CDS chr1 152154747 152156960 ENST00000316073 protein_coding 3 1 3 RPTN ENSG00000215853 +CDS chr1 152157752 152157889 ENST00000316073 protein_coding 3 1 2 RPTN ENSG00000215853 +transcript chr1 152212076 152224193 ENST00000368801 protein_coding 4 1 NA HRNR ENSG00000197915 +CDS chr1 152213079 152221490 ENST00000368801 protein_coding 4 1 3 HRNR ENSG00000197915 +CDS chr1 152223116 152223253 ENST00000368801 protein_coding 4 1 2 HRNR ENSG00000197915 +transcript chr1 152302165 152325239 ENST00000368799 protein_coding 2 1 NA FLG ENSG00000143631 +CDS chr1 152302703 152314747 ENST00000368799 protein_coding 2 1 3 FLG ENSG00000143631 +CDS chr1 152315319 152315456 ENST00000368799 protein_coding 2 1 2 FLG ENSG00000143631 +transcript chr1 152348735 152360006 ENST00000388718 protein_coding 5 5 NA FLG2 ENSG00000143520 +CDS chr1 152350613 152357647 ENST00000388718 protein_coding 5 5 3 FLG2 ENSG00000143520 +CDS chr1 152358747 152358884 ENST00000388718 protein_coding 5 5 2 FLG2 ENSG00000143520 +transcript chr1 152409243 152414263 ENST00000271835 protein_coding 3 1 NA CRNN ENSG00000143536 +CDS chr1 152409597 152410943 ENST00000271835 protein_coding 3 1 3 CRNN ENSG00000143536 +CDS chr1 152412096 152412233 ENST00000271835 protein_coding 3 1 2 CRNN ENSG00000143536 +transcript chr1 152510803 152512177 ENST00000334269 protein_coding 3 3 NA LCE5A ENSG00000186207 +CDS chr1 152511535 152511888 ENST00000334269 protein_coding 3 3 2 LCE5A ENSG00000186207 +transcript chr1 152514482 152516008 ENST00000368790 protein_coding 4 1 NA CRCT1 ENSG00000169509 +CDS chr1 152515384 152515680 ENST00000368790 protein_coding 4 1 2 CRCT1 ENSG00000169509 +transcript chr1 152565654 152566780 ENST00000368789 protein_coding 2 1 NA LCE3E ENSG00000185966 +CDS chr1 152565933 152566208 ENST00000368789 protein_coding 2 1 2 LCE3E ENSG00000185966 +transcript chr1 152579381 152580516 ENST00000368787 protein_coding 4 1 NA LCE3D ENSG00000163202 +CDS chr1 152579661 152579936 ENST00000368787 protein_coding 4 1 2 LCE3D ENSG00000163202 +transcript chr1 152600234 152601086 ENST00000684028 protein_coding 1 NA NA LCE3C ENSG00000244057 +transcript chr1 152600662 152601086 ENST00000333881 protein_coding 3 NA NA LCE3C ENSG00000244057 +CDS chr1 152600732 152601013 ENST00000684028 protein_coding 1 NA 2 LCE3C ENSG00000244057 +CDS chr1 152600732 152601013 ENST00000333881 protein_coding 3 NA 1 LCE3C ENSG00000244057 +transcript chr1 152613811 152614098 ENST00000335633 protein_coding 1 NA NA LCE3B ENSG00000187238 +CDS chr1 152613811 152614095 ENST00000335633 protein_coding 1 NA 1 LCE3B ENSG00000187238 +transcript chr1 152622834 152623103 ENST00000335674 protein_coding 1 NA NA LCE3A ENSG00000185962 +CDS chr1 152622837 152623103 ENST00000335674 protein_coding 1 NA 1 LCE3A ENSG00000185962 +transcript chr1 152663380 152664659 ENST00000368784 protein_coding 2 1 NA LCE2D ENSG00000187223 +CDS chr1 152664106 152664435 ENST00000368784 protein_coding 2 1 2 LCE2D ENSG00000187223 +transcript chr1 152675279 152676569 ENST00000368783 protein_coding 2 1 NA LCE2C ENSG00000187180 +CDS chr1 152676016 152676345 ENST00000368783 protein_coding 2 1 2 LCE2C ENSG00000187180 +transcript chr1 152686123 152687397 ENST00000368780 protein_coding 4 1 NA LCE2B ENSG00000159455 +CDS chr1 152686844 152687173 ENST00000368780 protein_coding 4 1 2 LCE2B ENSG00000159455 +transcript chr1 152698345 152699442 ENST00000368779 protein_coding 2 1 NA LCE2A ENSG00000187173 +CDS chr1 152698902 152699219 ENST00000368779 protein_coding 2 1 2 LCE2A ENSG00000187173 +transcript chr1 152708160 152709434 ENST00000368777 protein_coding 2 2 NA LCE4A ENSG00000187170 +CDS chr1 152709076 152709372 ENST00000368777 protein_coding 2 2 2 LCE4A ENSG00000187170 +transcript chr1 152719522 152720470 ENST00000368775 protein_coding 3 NA NA C1orf68 ENSG00000198854 +CDS chr1 152719522 152720271 ENST00000368775 protein_coding 3 NA 1 C1orf68 ENSG00000198854 +transcript chr1 152759561 152762052 ENST00000606109 protein_coding 1 NA NA KPRP ENSG00000203786 +CDS chr1 152759589 152761325 ENST00000606109 protein_coding 1 NA 1 KPRP ENSG00000203786 +transcript chr1 152775140 152777024 ENST00000334371 protein_coding 4 NA NA LCE1F ENSG00000240386 +CDS chr1 152776372 152776725 ENST00000334371 protein_coding 4 NA 2 LCE1F ENSG00000240386 +transcript chr1 152786214 152787702 ENST00000368771 protein_coding 1 3 NA LCE1E ENSG00000186226 +transcript chr1 152786257 152788426 ENST00000368770 protein_coding 4 1 NA LCE1E ENSG00000186226 +CDS chr1 152787300 152787653 ENST00000368771 protein_coding 1 3 2 LCE1E ENSG00000186226 +CDS chr1 152787300 152787653 ENST00000368770 protein_coding 4 1 2 LCE1E ENSG00000186226 +transcript chr1 152787300 152787656 ENST00000619588 protein_coding 1 5 NA LCE1E ENSG00000186226 +CDS chr1 152787300 152787343 ENST00000619588 protein_coding 1 5 1 LCE1E ENSG00000186226 +CDS chr1 152787434 152787653 ENST00000619588 protein_coding 1 5 2 LCE1E ENSG00000186226 +transcript chr1 152796721 152798181 ENST00000326233 protein_coding 7 5 NA LCE1D ENSG00000172155 +CDS chr1 152797795 152798136 ENST00000326233 protein_coding 7 5 2 LCE1D ENSG00000172155 +transcript chr1 152804832 152806651 ENST00000607093 protein_coding 2 NA NA LCE1C ENSG00000197084 +CDS chr1 152805125 152805478 ENST00000607093 protein_coding 2 NA 2 LCE1C ENSG00000197084 +transcript chr1 152805226 152806628 ENST00000606576 protein_coding 1 3 NA LCE1C ENSG00000197084 +CDS chr1 152805226 152805344 ENST00000606576 protein_coding 1 3 3 LCE1C ENSG00000197084 +CDS chr1 152805435 152805478 ENST00000606576 protein_coding 1 3 2 LCE1C ENSG00000197084 +transcript chr1 152811971 152813108 ENST00000360090 protein_coding 4 NA NA LCE1B ENSG00000196734 +CDS chr1 152812447 152812800 ENST00000360090 protein_coding 4 NA 1 LCE1B ENSG00000196734 +transcript chr1 152827473 152828097 ENST00000335123 protein_coding 4 NA NA LCE1A ENSG00000186844 +CDS chr1 152827473 152827802 ENST00000335123 protein_coding 4 NA 1 LCE1A ENSG00000186844 +transcript chr1 152842856 152843983 ENST00000431011 protein_coding 3 1 NA LCE6A ENSG00000235942 +CDS chr1 152843521 152843760 ENST00000431011 protein_coding 3 1 2 LCE6A ENSG00000235942 +transcript chr1 152859996 152860985 ENST00000650277 protein_coding 1 NA NA NA ENSG00000285946 +CDS chr1 152860698 152860982 ENST00000650277 protein_coding 1 NA 2 NA ENSG00000285946 +transcript chr1 152878322 152885047 ENST00000368765 protein_coding 4 1 NA SMCP ENSG00000163206 +CDS chr1 152884423 152884770 ENST00000368765 protein_coding 4 1 2 SMCP ENSG00000163206 +transcript chr1 152908546 152911886 ENST00000368764 protein_coding 4 2 NA IVL ENSG00000163207 +CDS chr1 152909798 152911552 ENST00000368764 protein_coding 4 2 2 IVL ENSG00000163207 +transcript chr1 152947154 152949258 ENST00000636302 protein_coding 1 5 NA SPRR5 ENSG00000283227 +CDS chr1 152948555 152948878 ENST00000636302 protein_coding 1 5 2 SPRR5 ENSG00000283227 +transcript chr1 152970648 152972574 ENST00000328051 protein_coding 3 1 NA SPRR4 ENSG00000184148 +CDS chr1 152971891 152972127 ENST00000328051 protein_coding 3 1 2 SPRR4 ENSG00000184148 +transcript chr1 152985231 152985500 ENST00000368762 protein_coding 1 NA NA SPRR1A ENSG00000169474 +CDS chr1 152985231 152985497 ENST00000368762 protein_coding 1 NA 1 SPRR1A ENSG00000169474 +transcript chr1 153001747 153003855 ENST00000331860 protein_coding 7 3 NA SPRR3 ENSG00000163209 +transcript chr1 153001749 153003856 ENST00000295367 protein_coding 5 1 NA SPRR3 ENSG00000163209 +transcript chr1 153001751 153003496 ENST00000443178 protein_coding 1 3 NA SPRR3 ENSG00000163209 +CDS chr1 153003021 153003527 ENST00000331860 protein_coding 7 3 3 SPRR3 ENSG00000163209 +CDS chr1 153003021 153003527 ENST00000295367 protein_coding 5 1 2 SPRR3 ENSG00000163209 +CDS chr1 153003021 153003496 ENST00000443178 protein_coding 1 3 3 SPRR3 ENSG00000163209 +transcript chr1 153031203 153032900 ENST00000307098 protein_coding 5 1 NA SPRR1B ENSG00000169469 +CDS chr1 153032346 153032612 ENST00000307098 protein_coding 5 1 2 SPRR1B ENSG00000169469 +transcript chr1 153039732 153041120 ENST00000360379 protein_coding 4 1 NA SPRR2D ENSG00000163216 +transcript chr1 153039744 153041931 ENST00000368758 protein_coding 3 2 NA SPRR2D ENSG00000163216 +transcript chr1 153039828 153041931 ENST00000368757 protein_coding 1 3 NA SPRR2D ENSG00000163216 +transcript chr1 153039848 153041928 ENST00000368756 protein_coding 1 2 NA SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000360379 protein_coding 4 1 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368758 protein_coding 3 2 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368757 protein_coding 1 3 2 SPRR2D ENSG00000163216 +CDS chr1 153040131 153040346 ENST00000368756 protein_coding 1 2 3 SPRR2D ENSG00000163216 +transcript chr1 153056120 153057512 ENST00000392653 protein_coding 3 1 NA SPRR2A ENSG00000241794 +CDS chr1 153056520 153056735 ENST00000392653 protein_coding 3 1 2 SPRR2A ENSG00000241794 +transcript chr1 153070226 153071611 ENST00000368755 protein_coding 3 NA NA SPRR2B ENSG00000196805 +CDS chr1 153070624 153070839 ENST00000368755 protein_coding 3 NA 2 SPRR2B ENSG00000196805 +transcript chr1 153093135 153094526 ENST00000368750 protein_coding 8 1 NA SPRR2E ENSG00000203785 +transcript chr1 153093135 153106184 ENST00000368751 protein_coding 1 1 NA SPRR2E ENSG00000203785 +CDS chr1 153093536 153093751 ENST00000368750 protein_coding 8 1 2 SPRR2E ENSG00000203785 +CDS chr1 153093536 153093751 ENST00000368751 protein_coding 1 1 2 SPRR2E ENSG00000203785 +transcript chr1 153112121 153113516 ENST00000468739 protein_coding 2 3 NA SPRR2F ENSG00000244094 +CDS chr1 153112518 153112733 ENST00000468739 protein_coding 2 3 2 SPRR2F ENSG00000244094 +transcript chr1 153149582 153150890 ENST00000368748 protein_coding 5 1 NA SPRR2G ENSG00000159516 +CDS chr1 153149892 153150110 ENST00000368748 protein_coding 5 1 2 SPRR2G ENSG00000159516 +transcript chr1 153203430 153205120 ENST00000368747 protein_coding 2 1 NA LELP1 ENSG00000203784 +CDS chr1 153204708 153205001 ENST00000368747 protein_coding 2 1 2 LELP1 ENSG00000203784 +transcript chr1 153217584 153219310 ENST00000368744 protein_coding 4 5 NA PRR9 ENSG00000203783 +CDS chr1 153218145 153218492 ENST00000368744 protein_coding 4 5 2 PRR9 ENSG00000203783 +transcript chr1 153259687 153262124 ENST00000368742 protein_coding 4 1 NA LORICRIN ENSG00000203782 +CDS chr1 153260950 153261885 ENST00000368742 protein_coding 4 1 2 LORICRIN ENSG00000203782 +transcript chr1 153297116 153312952 ENST00000683862 protein_coding 1 NA NA PGLYRP3 ENSG00000159527 +transcript chr1 153297862 153310718 ENST00000290722 protein_coding 1 1 NA PGLYRP3 ENSG00000159527 +CDS chr1 153297959 153298134 ENST00000290722 protein_coding 1 1 7 PGLYRP3 ENSG00000159527 +CDS chr1 153297959 153298134 ENST00000683862 protein_coding 1 NA 8 PGLYRP3 ENSG00000159527 +CDS chr1 153299113 153299231 ENST00000290722 protein_coding 1 1 6 PGLYRP3 ENSG00000159527 +CDS chr1 153299113 153299231 ENST00000683862 protein_coding 1 NA 7 PGLYRP3 ENSG00000159527 +CDS chr1 153302409 153302607 ENST00000290722 protein_coding 1 1 5 PGLYRP3 ENSG00000159527 +CDS chr1 153302409 153302607 ENST00000683862 protein_coding 1 NA 6 PGLYRP3 ENSG00000159527 +CDS chr1 153303857 153304009 ENST00000290722 protein_coding 1 1 4 PGLYRP3 ENSG00000159527 +CDS chr1 153303857 153304009 ENST00000683862 protein_coding 1 NA 5 PGLYRP3 ENSG00000159527 +CDS chr1 153304947 153305065 ENST00000290722 protein_coding 1 1 3 PGLYRP3 ENSG00000159527 +CDS chr1 153304947 153305065 ENST00000683862 protein_coding 1 NA 4 PGLYRP3 ENSG00000159527 +CDS chr1 153307066 153307267 ENST00000290722 protein_coding 1 1 2 PGLYRP3 ENSG00000159527 +CDS chr1 153307066 153307267 ENST00000683862 protein_coding 1 NA 3 PGLYRP3 ENSG00000159527 +CDS chr1 153310611 153310665 ENST00000290722 protein_coding 1 1 1 PGLYRP3 ENSG00000159527 +CDS chr1 153310611 153310665 ENST00000683862 protein_coding 1 NA 2 PGLYRP3 ENSG00000159527 +transcript chr1 153330120 153348841 ENST00000359650 protein_coding 10 1 NA PGLYRP4 ENSG00000163218 +transcript chr1 153330120 153348840 ENST00000368739 protein_coding 3 5 NA PGLYRP4 ENSG00000163218 +CDS chr1 153330770 153330945 ENST00000359650 protein_coding 10 1 9 PGLYRP4 ENSG00000163218 +CDS chr1 153330770 153330945 ENST00000368739 protein_coding 3 5 9 PGLYRP4 ENSG00000163218 +CDS chr1 153337181 153337299 ENST00000359650 protein_coding 10 1 8 PGLYRP4 ENSG00000163218 +CDS chr1 153337181 153337299 ENST00000368739 protein_coding 3 5 8 PGLYRP4 ENSG00000163218 +CDS chr1 153340381 153340579 ENST00000359650 protein_coding 10 1 7 PGLYRP4 ENSG00000163218 +CDS chr1 153340381 153340579 ENST00000368739 protein_coding 3 5 7 PGLYRP4 ENSG00000163218 +CDS chr1 153341627 153341779 ENST00000359650 protein_coding 10 1 6 PGLYRP4 ENSG00000163218 +CDS chr1 153341627 153341779 ENST00000368739 protein_coding 3 5 6 PGLYRP4 ENSG00000163218 +CDS chr1 153343090 153343208 ENST00000359650 protein_coding 10 1 5 PGLYRP4 ENSG00000163218 +CDS chr1 153343090 153343208 ENST00000368739 protein_coding 3 5 5 PGLYRP4 ENSG00000163218 +CDS chr1 153345169 153345382 ENST00000359650 protein_coding 10 1 4 PGLYRP4 ENSG00000163218 +CDS chr1 153345169 153345370 ENST00000368739 protein_coding 3 5 4 PGLYRP4 ENSG00000163218 +CDS chr1 153346102 153346191 ENST00000359650 protein_coding 10 1 3 PGLYRP4 ENSG00000163218 +CDS chr1 153346102 153346191 ENST00000368739 protein_coding 3 5 3 PGLYRP4 ENSG00000163218 +CDS chr1 153347884 153347932 ENST00000359650 protein_coding 10 1 2 PGLYRP4 ENSG00000163218 +CDS chr1 153347884 153347932 ENST00000368739 protein_coding 3 5 2 PGLYRP4 ENSG00000163218 +transcript chr1 153357854 153361023 ENST00000368738 protein_coding 4 1 NA S100A9 ENSG00000163220 +CDS chr1 153358284 153358433 ENST00000368738 protein_coding 4 1 2 S100A9 ENSG00000163220 +CDS chr1 153360644 153360835 ENST00000368738 protein_coding 4 1 3 S100A9 ENSG00000163220 +transcript chr1 153373711 153375621 ENST00000368737 protein_coding 5 1 NA S100A12 ENSG00000163221 +CDS chr1 153373830 153373967 ENST00000368737 protein_coding 5 1 3 S100A12 ENSG00000163221 +CDS chr1 153374455 153374592 ENST00000368737 protein_coding 5 1 2 S100A12 ENSG00000163221 +transcript chr1 153390032 153390976 ENST00000368732 protein_coding 5 3 NA S100A8 ENSG00000143546 +transcript chr1 153390032 153391073 ENST00000368733 protein_coding 4 1 NA S100A8 ENSG00000143546 +CDS chr1 153390106 153390243 ENST00000368732 protein_coding 5 3 3 S100A8 ENSG00000143546 +CDS chr1 153390106 153390243 ENST00000368733 protein_coding 4 1 3 S100A8 ENSG00000143546 +CDS chr1 153390395 153390535 ENST00000368732 protein_coding 5 3 2 S100A8 ENSG00000143546 +CDS chr1 153390395 153390535 ENST00000368733 protein_coding 4 1 2 S100A8 ENSG00000143546 +transcript chr1 153416520 153423222 ENST00000368729 protein_coding 9 1 NA S100A7A ENSG00000184330 +transcript chr1 153417223 153419370 ENST00000368728 protein_coding 2 5 NA S100A7A ENSG00000184330 +transcript chr1 153417944 153419355 ENST00000329256 protein_coding 2 1 NA S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000368729 protein_coding 9 1 2 S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000368728 protein_coding 2 5 2 S100A7A ENSG00000184330 +CDS chr1 153418083 153418223 ENST00000329256 protein_coding 2 1 1 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000368729 protein_coding 9 1 3 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000368728 protein_coding 2 5 3 S100A7A ENSG00000184330 +CDS chr1 153419145 153419306 ENST00000329256 protein_coding 2 1 2 S100A7A ENSG00000184330 +transcript chr1 153437058 153439949 ENST00000368725 protein_coding 3 5 NA S100A7L2 ENSG00000197364 +CDS chr1 153437061 153437222 ENST00000368725 protein_coding 3 5 3 S100A7L2 ENSG00000197364 +CDS chr1 153438189 153438329 ENST00000368725 protein_coding 3 5 2 S100A7L2 ENSG00000197364 +transcript chr1 153457744 153459874 ENST00000368722 protein_coding 5 3 NA S100A7 ENSG00000143556 +transcript chr1 153457744 153460651 ENST00000368723 protein_coding 4 1 NA S100A7 ENSG00000143556 +CDS chr1 153457809 153457970 ENST00000368722 protein_coding 5 3 3 S100A7 ENSG00000143556 +CDS chr1 153457809 153457970 ENST00000368723 protein_coding 4 1 3 S100A7 ENSG00000143556 +CDS chr1 153458873 153459013 ENST00000368722 protein_coding 5 3 2 S100A7 ENSG00000143556 +CDS chr1 153458873 153459013 ENST00000368723 protein_coding 4 1 2 S100A7 ENSG00000143556 +transcript chr1 153534599 153535991 ENST00000368719 protein_coding 9 1 NA S100A6 ENSG00000197956 +transcript chr1 153534599 153536215 ENST00000496817 protein_coding 5 2 NA S100A6 ENSG00000197956 +transcript chr1 153534599 153536244 ENST00000368720 protein_coding 6 3 NA S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000368719 protein_coding 9 1 3 S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000496817 protein_coding 5 2 3 S100A6 ENSG00000197956 +CDS chr1 153534699 153534830 ENST00000368720 protein_coding 6 3 4 S100A6 ENSG00000197956 +transcript chr1 153534714 153535991 ENST00000462776 protein_coding 2 2 NA S100A6 ENSG00000197956 +CDS chr1 153534714 153534830 ENST00000462776 protein_coding 2 2 3 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000368719 protein_coding 9 1 2 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000496817 protein_coding 5 2 2 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000368720 protein_coding 6 3 3 S100A6 ENSG00000197956 +CDS chr1 153535202 153535339 ENST00000462776 protein_coding 2 2 2 S100A6 ENSG00000197956 +transcript chr1 153537147 153541765 ENST00000368718 protein_coding 5 1 NA S100A5 ENSG00000196420 +transcript chr1 153537147 153540934 ENST00000368717 protein_coding 3 3 NA S100A5 ENSG00000196420 +CDS chr1 153537299 153537436 ENST00000368718 protein_coding 5 1 4 S100A5 ENSG00000196420 +CDS chr1 153537299 153537436 ENST00000368717 protein_coding 3 3 3 S100A5 ENSG00000196420 +CDS chr1 153540054 153540191 ENST00000368718 protein_coding 5 1 3 S100A5 ENSG00000196420 +CDS chr1 153540054 153540191 ENST00000368717 protein_coding 3 3 2 S100A5 ENSG00000196420 +transcript chr1 153543613 153545063 ENST00000368715 protein_coding 5 2 NA S100A4 ENSG00000196154 +transcript chr1 153543613 153545802 ENST00000354332 protein_coding 8 1 NA S100A4 ENSG00000196154 +transcript chr1 153543621 153545806 ENST00000368716 protein_coding 9 1 NA S100A4 ENSG00000196154 +transcript chr1 153543621 153550136 ENST00000368714 protein_coding 1 3 NA S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368715 protein_coding 5 2 3 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000354332 protein_coding 8 1 4 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368716 protein_coding 9 1 3 S100A4 ENSG00000196154 +CDS chr1 153543762 153543923 ENST00000368714 protein_coding 1 3 3 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368715 protein_coding 5 2 2 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000354332 protein_coding 8 1 3 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368716 protein_coding 9 1 2 S100A4 ENSG00000196154 +CDS chr1 153544654 153544794 ENST00000368714 protein_coding 1 3 2 S100A4 ENSG00000196154 +transcript chr1 153547329 153549258 ENST00000368713 protein_coding 8 1 NA S100A3 ENSG00000188015 +transcript chr1 153547513 153549126 ENST00000368712 protein_coding 1 3 NA S100A3 ENSG00000188015 +CDS chr1 153547685 153547846 ENST00000368713 protein_coding 8 1 3 S100A3 ENSG00000188015 +CDS chr1 153547685 153547846 ENST00000368712 protein_coding 1 3 3 S100A3 ENSG00000188015 +CDS chr1 153548345 153548485 ENST00000368713 protein_coding 8 1 2 S100A3 ENSG00000188015 +CDS chr1 153548345 153548485 ENST00000368712 protein_coding 1 3 2 S100A3 ENSG00000188015 +transcript chr1 153561108 153565844 ENST00000368708 protein_coding 9 1 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153564233 ENST00000487430 protein_coding 7 1 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153565830 ENST00000497140 protein_coding 5 2 NA S100A2 ENSG00000196754 +transcript chr1 153561340 153567890 ENST00000368710 protein_coding 6 3 NA S100A2 ENSG00000196754 +transcript chr1 153561343 153566755 ENST00000368709 protein_coding 6 3 NA S100A2 ENSG00000196754 +transcript chr1 153561349 153565542 ENST00000368707 protein_coding 5 2 NA S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368708 protein_coding 9 1 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000487430 protein_coding 7 1 2 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000497140 protein_coding 5 2 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368710 protein_coding 6 3 3 S100A2 ENSG00000196754 +CDS chr1 153561442 153561591 ENST00000368709 protein_coding 6 3 3 S100A2 ENSG00000196754 +CDS chr1 153561570 153561591 ENST00000368707 protein_coding 5 2 4 S100A2 ENSG00000196754 +CDS chr1 153563415 153563536 ENST00000368707 protein_coding 5 2 3 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368708 protein_coding 9 1 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000487430 protein_coding 7 1 1 S100A2 ENSG00000196754 +CDS chr1 153563734 153563775 ENST00000497140 protein_coding 5 2 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368710 protein_coding 6 3 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368709 protein_coding 6 3 2 S100A2 ENSG00000196754 +CDS chr1 153563734 153563877 ENST00000368707 protein_coding 5 2 2 S100A2 ENSG00000196754 +transcript chr1 153606886 153609337 ENST00000368704 protein_coding 5 2 NA S100A16 ENSG00000188643 +transcript chr1 153606886 153613137 ENST00000368706 protein_coding 9 1 NA S100A16 ENSG00000188643 +transcript chr1 153606975 153608322 ENST00000368703 protein_coding 6 3 NA S100A16 ENSG00000188643 +transcript chr1 153607362 153609344 ENST00000368705 protein_coding 2 1 NA S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368704 protein_coding 5 2 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368706 protein_coding 9 1 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368703 protein_coding 6 3 3 S100A16 ENSG00000188643 +CDS chr1 153607537 153607692 ENST00000368705 protein_coding 2 1 3 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368704 protein_coding 5 2 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368706 protein_coding 9 1 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368703 protein_coding 6 3 2 S100A16 ENSG00000188643 +CDS chr1 153607999 153608151 ENST00000368705 protein_coding 2 1 2 S100A16 ENSG00000188643 +transcript chr1 153614255 153615938 ENST00000476873 protein_coding 5 1 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616289 ENST00000368701 protein_coding 5 2 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616325 ENST00000344616 protein_coding 4 1 NA S100A14 ENSG00000189334 +transcript chr1 153614255 153616986 ENST00000368702 protein_coding 5 3 NA S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000476873 protein_coding 5 1 3 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000368701 protein_coding 5 2 4 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000344616 protein_coding 4 1 4 S100A14 ENSG00000189334 +CDS chr1 153614888 153615022 ENST00000368702 protein_coding 5 3 5 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000476873 protein_coding 5 1 2 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000368701 protein_coding 5 2 3 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000344616 protein_coding 4 1 3 S100A14 ENSG00000189334 +CDS chr1 153615235 153615381 ENST00000368702 protein_coding 5 3 4 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000476873 protein_coding 5 1 1 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000368701 protein_coding 5 2 2 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000344616 protein_coding 4 1 2 S100A14 ENSG00000189334 +CDS chr1 153615829 153615858 ENST00000368702 protein_coding 5 3 3 S100A14 ENSG00000189334 +transcript chr1 153618787 153628248 ENST00000440685 protein_coding 7 1 NA S100A13 ENSG00000189171 +transcript chr1 153618799 153627505 ENST00000476133 protein_coding 6 1 NA S100A13 ENSG00000189171 +transcript chr1 153618799 153628180 ENST00000339556 protein_coding 8 2 NA S100A13 ENSG00000189171 +transcript chr1 153618804 153627048 ENST00000392622 protein_coding 3 2 NA S100A13 ENSG00000189171 +transcript chr1 153618804 153627268 ENST00000392623 protein_coding 5 2 NA S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000440685 protein_coding 7 1 4 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000476133 protein_coding 6 1 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000339556 protein_coding 8 2 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000392622 protein_coding 3 2 3 S100A13 ENSG00000189171 +CDS chr1 153618898 153619038 ENST00000392623 protein_coding 5 2 3 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000440685 protein_coding 7 1 3 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000476133 protein_coding 6 1 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000339556 protein_coding 8 2 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000392622 protein_coding 3 2 2 S100A13 ENSG00000189171 +CDS chr1 153626320 153626472 ENST00000392623 protein_coding 5 2 2 S100A13 ENSG00000189171 +transcript chr1 153627926 153632034 ENST00000368698 protein_coding 3 2 NA S100A1 ENSG00000160678 +CDS chr1 153628073 153628148 ENST00000368698 protein_coding 3 2 1 S100A1 ENSG00000160678 +transcript chr1 153628422 153631804 ENST00000368696 protein_coding 3 1 NA S100A1 ENSG00000160678 +CDS chr1 153628427 153628496 ENST00000368698 protein_coding 3 2 2 S100A1 ENSG00000160678 +transcript chr1 153628434 153632039 ENST00000292169 protein_coding 6 1 NA S100A1 ENSG00000160678 +transcript chr1 153628464 153630625 ENST00000436839 protein_coding 1 3 NA S100A1 ENSG00000160678 +CDS chr1 153630509 153630662 ENST00000368698 protein_coding 3 2 3 S100A1 ENSG00000160678 +CDS chr1 153630522 153630662 ENST00000368696 protein_coding 3 1 2 S100A1 ENSG00000160678 +CDS chr1 153630522 153630662 ENST00000292169 protein_coding 6 1 2 S100A1 ENSG00000160678 +CDS chr1 153630522 153630625 ENST00000436839 protein_coding 1 3 3 S100A1 ENSG00000160678 +CDS chr1 153631512 153631529 ENST00000368696 protein_coding 3 1 3 S100A1 ENSG00000160678 +CDS chr1 153631698 153631838 ENST00000368698 protein_coding 3 2 4 S100A1 ENSG00000160678 +CDS chr1 153631698 153631838 ENST00000292169 protein_coding 6 1 3 S100A1 ENSG00000160678 +transcript chr1 153633982 153646305 ENST00000368690 protein_coding 7 1 NA CHTOP ENSG00000160679 +transcript chr1 153633982 153646305 ENST00000614256 protein_coding 4 3 NA CHTOP ENSG00000160679 +transcript chr1 153634066 153646306 ENST00000368694 protein_coding 8 1 NA CHTOP ENSG00000160679 +transcript chr1 153634080 153646302 ENST00000403433 protein_coding 5 5 NA CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000368690 protein_coding 7 1 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000614256 protein_coding 4 3 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000368694 protein_coding 8 1 2 CHTOP ENSG00000160679 +CDS chr1 153636589 153636653 ENST00000403433 protein_coding 5 5 2 CHTOP ENSG00000160679 +transcript chr1 153638084 153645470 ENST00000368687 protein_coding 1 1 NA CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000368690 protein_coding 7 1 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000614256 protein_coding 4 3 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000368694 protein_coding 8 1 3 CHTOP ENSG00000160679 +CDS chr1 153638295 153638448 ENST00000403433 protein_coding 5 5 3 CHTOP ENSG00000160679 +CDS chr1 153638305 153638448 ENST00000368687 protein_coding 1 1 1 CHTOP ENSG00000160679 +transcript chr1 153638342 153644385 ENST00000368686 protein_coding 1 2 NA CHTOP ENSG00000160679 +CDS chr1 153638350 153638448 ENST00000368686 protein_coding 1 2 1 CHTOP ENSG00000160679 +CDS chr1 153642243 153642429 ENST00000368690 protein_coding 7 1 4 CHTOP ENSG00000160679 +CDS chr1 153642243 153642446 ENST00000368686 protein_coding 1 2 2 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000368694 protein_coding 8 1 4 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000403433 protein_coding 5 5 4 CHTOP ENSG00000160679 +CDS chr1 153642246 153642429 ENST00000368687 protein_coding 1 1 2 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368690 protein_coding 7 1 5 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368694 protein_coding 8 1 5 CHTOP ENSG00000160679 +CDS chr1 153643227 153643364 ENST00000368687 protein_coding 1 1 3 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368690 protein_coding 7 1 6 CHTOP ENSG00000160679 +CDS chr1 153645064 153645072 ENST00000614256 protein_coding 4 3 4 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368694 protein_coding 8 1 6 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000403433 protein_coding 5 5 5 CHTOP ENSG00000160679 +CDS chr1 153645064 153645266 ENST00000368687 protein_coding 1 1 4 CHTOP ENSG00000160679 +transcript chr1 153658703 153661852 ENST00000368685 protein_coding 6 1 NA SNAPIN ENSG00000143553 +CDS chr1 153658744 153658886 ENST00000368685 protein_coding 6 1 1 SNAPIN ENSG00000143553 +CDS chr1 153659138 153659184 ENST00000368685 protein_coding 6 1 2 SNAPIN ENSG00000143553 +CDS chr1 153659448 153659566 ENST00000368685 protein_coding 6 1 3 SNAPIN ENSG00000143553 +CDS chr1 153661200 153661298 ENST00000368685 protein_coding 6 1 4 SNAPIN ENSG00000143553 +transcript chr1 153661788 153670993 ENST00000361891 protein_coding 9 1 NA ILF2 ENSG00000143621 +transcript chr1 153661788 153671028 ENST00000615950 protein_coding 4 2 NA ILF2 ENSG00000143621 +CDS chr1 153662399 153662556 ENST00000361891 protein_coding 9 1 14 ILF2 ENSG00000143621 +CDS chr1 153662399 153662556 ENST00000615950 protein_coding 4 2 14 ILF2 ENSG00000143621 +CDS chr1 153662705 153662795 ENST00000361891 protein_coding 9 1 13 ILF2 ENSG00000143621 +CDS chr1 153662705 153662795 ENST00000615950 protein_coding 4 2 13 ILF2 ENSG00000143621 +CDS chr1 153663019 153663133 ENST00000361891 protein_coding 9 1 12 ILF2 ENSG00000143621 +CDS chr1 153663019 153663133 ENST00000615950 protein_coding 4 2 12 ILF2 ENSG00000143621 +CDS chr1 153663215 153663276 ENST00000361891 protein_coding 9 1 11 ILF2 ENSG00000143621 +CDS chr1 153663215 153663276 ENST00000615950 protein_coding 4 2 11 ILF2 ENSG00000143621 +CDS chr1 153664043 153664130 ENST00000361891 protein_coding 9 1 10 ILF2 ENSG00000143621 +CDS chr1 153664043 153664130 ENST00000615950 protein_coding 4 2 10 ILF2 ENSG00000143621 +CDS chr1 153664396 153664474 ENST00000361891 protein_coding 9 1 9 ILF2 ENSG00000143621 +CDS chr1 153664396 153664474 ENST00000615950 protein_coding 4 2 9 ILF2 ENSG00000143621 +CDS chr1 153665220 153665336 ENST00000361891 protein_coding 9 1 8 ILF2 ENSG00000143621 +CDS chr1 153665220 153665336 ENST00000615950 protein_coding 4 2 8 ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000361891 protein_coding 9 1 7 ILF2 ENSG00000143621 +transcript chr1 153665663 153670232 ENST00000368684 protein_coding 8 5 NA ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000368684 protein_coding 8 5 6 ILF2 ENSG00000143621 +CDS chr1 153665663 153665728 ENST00000615950 protein_coding 4 2 7 ILF2 ENSG00000143621 +transcript chr1 153667283 153670982 ENST00000368681 protein_coding 1 2 NA ILF2 ENSG00000143621 +CDS chr1 153667499 153667657 ENST00000368681 protein_coding 1 2 6 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000361891 protein_coding 9 1 6 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000368684 protein_coding 8 5 5 ILF2 ENSG00000143621 +CDS chr1 153667555 153667657 ENST00000615950 protein_coding 4 2 6 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000361891 protein_coding 9 1 5 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000368684 protein_coding 8 5 4 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000368681 protein_coding 1 2 5 ILF2 ENSG00000143621 +CDS chr1 153668000 153668077 ENST00000615950 protein_coding 4 2 5 ILF2 ENSG00000143621 +CDS chr1 153668453 153668557 ENST00000361891 protein_coding 9 1 4 ILF2 ENSG00000143621 +CDS chr1 153668453 153668551 ENST00000368684 protein_coding 8 5 3 ILF2 ENSG00000143621 +CDS chr1 153668453 153668557 ENST00000368681 protein_coding 1 2 4 ILF2 ENSG00000143621 +CDS chr1 153668453 153668551 ENST00000615950 protein_coding 4 2 4 ILF2 ENSG00000143621 +CDS chr1 153669836 153669878 ENST00000361891 protein_coding 9 1 3 ILF2 ENSG00000143621 +CDS chr1 153669836 153669878 ENST00000368681 protein_coding 1 2 3 ILF2 ENSG00000143621 +CDS chr1 153670171 153670230 ENST00000361891 protein_coding 9 1 2 ILF2 ENSG00000143621 +CDS chr1 153670171 153670230 ENST00000368681 protein_coding 1 2 2 ILF2 ENSG00000143621 +CDS chr1 153670918 153670922 ENST00000361891 protein_coding 9 1 1 ILF2 ENSG00000143621 +CDS chr1 153670918 153670922 ENST00000368681 protein_coding 1 2 1 ILF2 ENSG00000143621 +transcript chr1 153678688 153693992 ENST00000368680 protein_coding 4 1 NA NPR1 ENSG00000169418 +CDS chr1 153679109 153679829 ENST00000368680 protein_coding 4 1 1 NPR1 ENSG00000169418 +CDS chr1 153680501 153680700 ENST00000368680 protein_coding 4 1 2 NPR1 ENSG00000169418 +CDS chr1 153681180 153681293 ENST00000368680 protein_coding 4 1 3 NPR1 ENSG00000169418 +CDS chr1 153681704 153681839 ENST00000368680 protein_coding 4 1 4 NPR1 ENSG00000169418 +CDS chr1 153682498 153682589 ENST00000368680 protein_coding 4 1 5 NPR1 ENSG00000169418 +CDS chr1 153683376 153683511 ENST00000368680 protein_coding 4 1 6 NPR1 ENSG00000169418 +CDS chr1 153683740 153683824 ENST00000368680 protein_coding 4 1 7 NPR1 ENSG00000169418 +CDS chr1 153684964 153685084 ENST00000368680 protein_coding 4 1 8 NPR1 ENSG00000169418 +CDS chr1 153685806 153685880 ENST00000368680 protein_coding 4 1 9 NPR1 ENSG00000169418 +CDS chr1 153686123 153686200 ENST00000368680 protein_coding 4 1 10 NPR1 ENSG00000169418 +CDS chr1 153686646 153686750 ENST00000368680 protein_coding 4 1 11 NPR1 ENSG00000169418 +CDS chr1 153687016 153687087 ENST00000368680 protein_coding 4 1 12 NPR1 ENSG00000169418 +CDS chr1 153687200 153687356 ENST00000368680 protein_coding 4 1 13 NPR1 ENSG00000169418 +CDS chr1 153687634 153687789 ENST00000368680 protein_coding 4 1 14 NPR1 ENSG00000169418 +CDS chr1 153688053 153688221 ENST00000368680 protein_coding 4 1 15 NPR1 ENSG00000169418 +CDS chr1 153688953 153689099 ENST00000368680 protein_coding 4 1 16 NPR1 ENSG00000169418 +CDS chr1 153689188 153689311 ENST00000368680 protein_coding 4 1 17 NPR1 ENSG00000169418 +CDS chr1 153689453 153689521 ENST00000368680 protein_coding 4 1 18 NPR1 ENSG00000169418 +CDS chr1 153689806 153689980 ENST00000368680 protein_coding 4 1 19 NPR1 ENSG00000169418 +CDS chr1 153690284 153690382 ENST00000368680 protein_coding 4 1 20 NPR1 ENSG00000169418 +CDS chr1 153693106 153693197 ENST00000368680 protein_coding 4 1 21 NPR1 ENSG00000169418 +CDS chr1 153693352 153693411 ENST00000368680 protein_coding 4 1 22 NPR1 ENSG00000169418 +transcript chr1 153728050 153774808 ENST00000318967 protein_coding 7 1 NA INTS3 ENSG00000143624 +transcript chr1 153728091 153773535 ENST00000435409 protein_coding 6 2 NA INTS3 ENSG00000143624 +CDS chr1 153728635 153728784 ENST00000318967 protein_coding 7 1 1 INTS3 ENSG00000143624 +CDS chr1 153728635 153728784 ENST00000435409 protein_coding 6 2 2 INTS3 ENSG00000143624 +CDS chr1 153740651 153740734 ENST00000318967 protein_coding 7 1 2 INTS3 ENSG00000143624 +CDS chr1 153740651 153740734 ENST00000435409 protein_coding 6 2 3 INTS3 ENSG00000143624 +CDS chr1 153741285 153741368 ENST00000318967 protein_coding 7 1 3 INTS3 ENSG00000143624 +CDS chr1 153741285 153741368 ENST00000435409 protein_coding 6 2 4 INTS3 ENSG00000143624 +CDS chr1 153746957 153747070 ENST00000318967 protein_coding 7 1 4 INTS3 ENSG00000143624 +CDS chr1 153746957 153747070 ENST00000435409 protein_coding 6 2 5 INTS3 ENSG00000143624 +CDS chr1 153747279 153747363 ENST00000318967 protein_coding 7 1 5 INTS3 ENSG00000143624 +CDS chr1 153747279 153747363 ENST00000435409 protein_coding 6 2 6 INTS3 ENSG00000143624 +CDS chr1 153748689 153748755 ENST00000318967 protein_coding 7 1 6 INTS3 ENSG00000143624 +CDS chr1 153748689 153748755 ENST00000435409 protein_coding 6 2 7 INTS3 ENSG00000143624 +transcript chr1 153750854 153773728 ENST00000512605 protein_coding 4 2 NA INTS3 ENSG00000143624 +CDS chr1 153751095 153751239 ENST00000318967 protein_coding 7 1 7 INTS3 ENSG00000143624 +CDS chr1 153751095 153751239 ENST00000435409 protein_coding 6 2 8 INTS3 ENSG00000143624 +CDS chr1 153751129 153751239 ENST00000512605 protein_coding 4 2 1 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000318967 protein_coding 7 1 8 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000435409 protein_coding 6 2 9 INTS3 ENSG00000143624 +CDS chr1 153752279 153752408 ENST00000512605 protein_coding 4 2 2 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000318967 protein_coding 7 1 9 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000435409 protein_coding 6 2 10 INTS3 ENSG00000143624 +CDS chr1 153754642 153754739 ENST00000512605 protein_coding 4 2 3 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000318967 protein_coding 7 1 10 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000435409 protein_coding 6 2 11 INTS3 ENSG00000143624 +CDS chr1 153757572 153757763 ENST00000512605 protein_coding 4 2 4 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000318967 protein_coding 7 1 11 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000435409 protein_coding 6 2 12 INTS3 ENSG00000143624 +CDS chr1 153759526 153759613 ENST00000512605 protein_coding 4 2 5 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000318967 protein_coding 7 1 12 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000435409 protein_coding 6 2 13 INTS3 ENSG00000143624 +CDS chr1 153760311 153760390 ENST00000512605 protein_coding 4 2 6 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000318967 protein_coding 7 1 13 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000435409 protein_coding 6 2 14 INTS3 ENSG00000143624 +CDS chr1 153760827 153760918 ENST00000512605 protein_coding 4 2 7 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000318967 protein_coding 7 1 14 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000435409 protein_coding 6 2 15 INTS3 ENSG00000143624 +CDS chr1 153761570 153761676 ENST00000512605 protein_coding 4 2 8 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000318967 protein_coding 7 1 15 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000435409 protein_coding 6 2 16 INTS3 ENSG00000143624 +CDS chr1 153762728 153762847 ENST00000512605 protein_coding 4 2 9 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000318967 protein_coding 7 1 16 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000435409 protein_coding 6 2 17 INTS3 ENSG00000143624 +CDS chr1 153763233 153763362 ENST00000512605 protein_coding 4 2 10 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000318967 protein_coding 7 1 17 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000435409 protein_coding 6 2 18 INTS3 ENSG00000143624 +CDS chr1 153763832 153763886 ENST00000512605 protein_coding 4 2 11 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000318967 protein_coding 7 1 18 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000435409 protein_coding 6 2 19 INTS3 ENSG00000143624 +CDS chr1 153764118 153764221 ENST00000512605 protein_coding 4 2 12 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000318967 protein_coding 7 1 19 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000435409 protein_coding 6 2 20 INTS3 ENSG00000143624 +CDS chr1 153764690 153764734 ENST00000512605 protein_coding 4 2 13 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000318967 protein_coding 7 1 20 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000435409 protein_coding 6 2 21 INTS3 ENSG00000143624 +CDS chr1 153764944 153765063 ENST00000512605 protein_coding 4 2 14 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000318967 protein_coding 7 1 21 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000435409 protein_coding 6 2 22 INTS3 ENSG00000143624 +CDS chr1 153767674 153767827 ENST00000512605 protein_coding 4 2 15 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000318967 protein_coding 7 1 22 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000435409 protein_coding 6 2 23 INTS3 ENSG00000143624 +CDS chr1 153768893 153768961 ENST00000512605 protein_coding 4 2 16 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000318967 protein_coding 7 1 23 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000435409 protein_coding 6 2 24 INTS3 ENSG00000143624 +CDS chr1 153769769 153769844 ENST00000512605 protein_coding 4 2 17 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000318967 protein_coding 7 1 24 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000435409 protein_coding 6 2 25 INTS3 ENSG00000143624 +CDS chr1 153770198 153770311 ENST00000512605 protein_coding 4 2 18 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000318967 protein_coding 7 1 25 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000435409 protein_coding 6 2 26 INTS3 ENSG00000143624 +CDS chr1 153770685 153770733 ENST00000512605 protein_coding 4 2 19 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000318967 protein_coding 7 1 26 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000435409 protein_coding 6 2 27 INTS3 ENSG00000143624 +CDS chr1 153771796 153771963 ENST00000512605 protein_coding 4 2 20 INTS3 ENSG00000143624 +CDS chr1 153772340 153772440 ENST00000318967 protein_coding 7 1 27 INTS3 ENSG00000143624 +CDS chr1 153772340 153772440 ENST00000435409 protein_coding 6 2 28 INTS3 ENSG00000143624 +CDS chr1 153772340 153772711 ENST00000512605 protein_coding 4 2 21 INTS3 ENSG00000143624 +CDS chr1 153772639 153772711 ENST00000318967 protein_coding 7 1 28 INTS3 ENSG00000143624 +CDS chr1 153772639 153772711 ENST00000435409 protein_coding 6 2 29 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000318967 protein_coding 7 1 29 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000435409 protein_coding 6 2 30 INTS3 ENSG00000143624 +CDS chr1 153772925 153773081 ENST00000512605 protein_coding 4 2 22 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000318967 protein_coding 7 1 30 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000435409 protein_coding 6 2 31 INTS3 ENSG00000143624 +CDS chr1 153773193 153773267 ENST00000512605 protein_coding 4 2 23 INTS3 ENSG00000143624 +transcript chr1 153774354 153780157 ENST00000271857 protein_coding 6 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153775114 153776164 ENST00000271857 protein_coding 6 1 1 SLC27A3 ENSG00000143554 +transcript chr1 153775407 153780157 ENST00000624995 protein_coding 4 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153775498 153776164 ENST00000624995 protein_coding 4 1 1 SLC27A3 ENSG00000143554 +CDS chr1 153776518 153776727 ENST00000271857 protein_coding 6 1 2 SLC27A3 ENSG00000143554 +CDS chr1 153776518 153776727 ENST00000624995 protein_coding 4 1 2 SLC27A3 ENSG00000143554 +transcript chr1 153776596 153780157 ENST00000458027 protein_coding 5 1 NA SLC27A3 ENSG00000143554 +CDS chr1 153776596 153776727 ENST00000458027 protein_coding 5 1 1 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000271857 protein_coding 6 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000624995 protein_coding 4 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153777062 153777220 ENST00000458027 protein_coding 5 1 2 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000271857 protein_coding 6 1 4 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000624995 protein_coding 4 1 4 SLC27A3 ENSG00000143554 +CDS chr1 153777761 153777885 ENST00000458027 protein_coding 5 1 3 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000271857 protein_coding 6 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000624995 protein_coding 4 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778161 153778355 ENST00000458027 protein_coding 5 1 4 SLC27A3 ENSG00000143554 +transcript chr1 153778197 153779387 ENST00000532853 protein_coding 5 3 NA SLC27A3 ENSG00000143554 +CDS chr1 153778197 153778355 ENST00000532853 protein_coding 5 3 1 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000271857 protein_coding 6 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000624995 protein_coding 4 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000458027 protein_coding 5 1 5 SLC27A3 ENSG00000143554 +CDS chr1 153778463 153778553 ENST00000532853 protein_coding 5 3 2 SLC27A3 ENSG00000143554 +transcript chr1 153778512 153779883 ENST00000524676 protein_coding 1 5 NA SLC27A3 ENSG00000143554 +CDS chr1 153778512 153778553 ENST00000524676 protein_coding 1 5 1 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000271857 protein_coding 6 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000624995 protein_coding 4 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153778687 153778885 ENST00000458027 protein_coding 5 1 6 SLC27A3 ENSG00000143554 +CDS chr1 153778758 153778885 ENST00000524676 protein_coding 1 5 2 SLC27A3 ENSG00000143554 +CDS chr1 153778846 153778885 ENST00000532853 protein_coding 5 3 3 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000271857 protein_coding 6 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000624995 protein_coding 4 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000458027 protein_coding 5 1 7 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000532853 protein_coding 5 3 4 SLC27A3 ENSG00000143554 +CDS chr1 153779114 153779211 ENST00000524676 protein_coding 1 5 3 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000271857 protein_coding 6 1 9 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000624995 protein_coding 4 1 9 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000458027 protein_coding 5 1 8 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779387 ENST00000532853 protein_coding 5 3 5 SLC27A3 ENSG00000143554 +CDS chr1 153779343 153779473 ENST00000524676 protein_coding 1 5 4 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779999 ENST00000271857 protein_coding 6 1 10 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779999 ENST00000624995 protein_coding 4 1 10 SLC27A3 ENSG00000143554 +CDS chr1 153779826 153779883 ENST00000524676 protein_coding 1 5 5 SLC27A3 ENSG00000143554 +CDS chr1 153779931 153779999 ENST00000458027 protein_coding 5 1 9 SLC27A3 ENSG00000143554 +transcript chr1 153789030 153812038 ENST00000637918 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153789488 153789782 ENST00000637918 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153789938 153790076 ENST00000637918 protein_coding 1 5 3 GATAD2B ENSG00000143614 +transcript chr1 153804725 153922972 ENST00000368655 protein_coding 5 1 NA GATAD2B ENSG00000143614 +transcript chr1 153809810 153922030 ENST00000634544 protein_coding 1 5 NA GATAD2B ENSG00000143614 +transcript chr1 153810097 153922742 ENST00000634408 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000368655 protein_coding 5 1 11 GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000634544 protein_coding 1 5 11 GATAD2B ENSG00000143614 +CDS chr1 153810180 153810310 ENST00000634408 protein_coding 1 5 11 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000637918 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000368655 protein_coding 5 1 10 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000634544 protein_coding 1 5 10 GATAD2B ENSG00000143614 +CDS chr1 153811731 153811848 ENST00000634408 protein_coding 1 5 10 GATAD2B ENSG00000143614 +transcript chr1 153811845 153817528 ENST00000634564 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153811845 153811848 ENST00000634564 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812038 ENST00000637918 protein_coding 1 5 1 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000368655 protein_coding 5 1 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634544 protein_coding 1 5 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634408 protein_coding 1 5 9 GATAD2B ENSG00000143614 +CDS chr1 153812022 153812132 ENST00000634564 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000368655 protein_coding 5 1 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634544 protein_coding 1 5 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634408 protein_coding 1 5 8 GATAD2B ENSG00000143614 +CDS chr1 153813250 153813452 ENST00000634564 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000368655 protein_coding 5 1 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000634544 protein_coding 1 5 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816588 ENST00000634408 protein_coding 1 5 7 GATAD2B ENSG00000143614 +CDS chr1 153816273 153816585 ENST00000634564 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817542 ENST00000368655 protein_coding 5 1 6 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817542 ENST00000634544 protein_coding 1 5 6 GATAD2B ENSG00000143614 +CDS chr1 153817372 153817528 ENST00000634564 protein_coding 1 5 1 GATAD2B ENSG00000143614 +CDS chr1 153817420 153817542 ENST00000634408 protein_coding 1 5 6 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000368655 protein_coding 5 1 5 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000634544 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153818040 153818171 ENST00000634408 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000368655 protein_coding 5 1 4 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000634544 protein_coding 1 5 4 GATAD2B ENSG00000143614 +CDS chr1 153818791 153818922 ENST00000634408 protein_coding 1 5 4 GATAD2B ENSG00000143614 +transcript chr1 153818825 153922968 ENST00000634401 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153818825 153818922 ENST00000634401 protein_coding 1 5 5 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000368655 protein_coding 5 1 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634544 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634408 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153819606 153819735 ENST00000634401 protein_coding 1 5 4 GATAD2B ENSG00000143614 +transcript chr1 153819624 153922828 ENST00000634791 protein_coding 1 3 NA GATAD2B ENSG00000143614 +CDS chr1 153819624 153819735 ENST00000634791 protein_coding 1 3 4 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000368655 protein_coding 5 1 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634544 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634408 protein_coding 1 5 2 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634401 protein_coding 1 5 3 GATAD2B ENSG00000143614 +CDS chr1 153828013 153828347 ENST00000634791 protein_coding 1 3 3 GATAD2B ENSG00000143614 +transcript chr1 153828266 153923360 ENST00000637331 protein_coding 1 5 NA GATAD2B ENSG00000143614 +CDS chr1 153828266 153828347 ENST00000637331 protein_coding 1 5 2 GATAD2B ENSG00000143614 +transcript chr1 153929501 153946718 ENST00000361217 protein_coding 9 1 NA DENND4B ENSG00000198837 +CDS chr1 153930300 153930442 ENST00000361217 protein_coding 9 1 28 DENND4B ENSG00000198837 +CDS chr1 153930539 153930603 ENST00000361217 protein_coding 9 1 27 DENND4B ENSG00000198837 +CDS chr1 153930692 153930857 ENST00000361217 protein_coding 9 1 26 DENND4B ENSG00000198837 +CDS chr1 153930947 153931064 ENST00000361217 protein_coding 9 1 25 DENND4B ENSG00000198837 +CDS chr1 153932204 153932440 ENST00000361217 protein_coding 9 1 24 DENND4B ENSG00000198837 +CDS chr1 153932642 153932777 ENST00000361217 protein_coding 9 1 23 DENND4B ENSG00000198837 +CDS chr1 153932861 153933030 ENST00000361217 protein_coding 9 1 22 DENND4B ENSG00000198837 +transcript chr1 153932861 153945269 ENST00000368646 protein_coding 6 5 NA DENND4B ENSG00000198837 +CDS chr1 153932861 153933030 ENST00000368646 protein_coding 6 5 22 DENND4B ENSG00000198837 +CDS chr1 153933197 153933319 ENST00000361217 protein_coding 9 1 21 DENND4B ENSG00000198837 +CDS chr1 153933197 153933319 ENST00000368646 protein_coding 6 5 21 DENND4B ENSG00000198837 +CDS chr1 153933483 153933871 ENST00000361217 protein_coding 9 1 20 DENND4B ENSG00000198837 +CDS chr1 153933483 153933871 ENST00000368646 protein_coding 6 5 20 DENND4B ENSG00000198837 +CDS chr1 153934135 153934302 ENST00000361217 protein_coding 9 1 19 DENND4B ENSG00000198837 +CDS chr1 153934135 153934302 ENST00000368646 protein_coding 6 5 19 DENND4B ENSG00000198837 +CDS chr1 153934760 153934964 ENST00000361217 protein_coding 9 1 18 DENND4B ENSG00000198837 +CDS chr1 153934760 153934964 ENST00000368646 protein_coding 6 5 18 DENND4B ENSG00000198837 +CDS chr1 153936060 153936188 ENST00000361217 protein_coding 9 1 17 DENND4B ENSG00000198837 +CDS chr1 153936060 153936188 ENST00000368646 protein_coding 6 5 17 DENND4B ENSG00000198837 +CDS chr1 153936542 153936748 ENST00000361217 protein_coding 9 1 16 DENND4B ENSG00000198837 +CDS chr1 153936542 153936748 ENST00000368646 protein_coding 6 5 16 DENND4B ENSG00000198837 +CDS chr1 153937488 153937614 ENST00000361217 protein_coding 9 1 15 DENND4B ENSG00000198837 +CDS chr1 153937488 153937614 ENST00000368646 protein_coding 6 5 15 DENND4B ENSG00000198837 +CDS chr1 153937724 153937863 ENST00000361217 protein_coding 9 1 14 DENND4B ENSG00000198837 +CDS chr1 153937724 153937863 ENST00000368646 protein_coding 6 5 14 DENND4B ENSG00000198837 +CDS chr1 153938900 153939045 ENST00000361217 protein_coding 9 1 13 DENND4B ENSG00000198837 +CDS chr1 153938900 153939045 ENST00000368646 protein_coding 6 5 13 DENND4B ENSG00000198837 +CDS chr1 153939589 153939804 ENST00000361217 protein_coding 9 1 12 DENND4B ENSG00000198837 +CDS chr1 153939589 153939804 ENST00000368646 protein_coding 6 5 12 DENND4B ENSG00000198837 +CDS chr1 153940156 153940256 ENST00000361217 protein_coding 9 1 11 DENND4B ENSG00000198837 +CDS chr1 153940156 153940256 ENST00000368646 protein_coding 6 5 11 DENND4B ENSG00000198837 +CDS chr1 153940431 153940606 ENST00000361217 protein_coding 9 1 10 DENND4B ENSG00000198837 +CDS chr1 153940431 153940606 ENST00000368646 protein_coding 6 5 10 DENND4B ENSG00000198837 +CDS chr1 153940904 153941048 ENST00000361217 protein_coding 9 1 9 DENND4B ENSG00000198837 +CDS chr1 153940904 153941048 ENST00000368646 protein_coding 6 5 9 DENND4B ENSG00000198837 +CDS chr1 153941231 153941289 ENST00000361217 protein_coding 9 1 8 DENND4B ENSG00000198837 +CDS chr1 153941231 153941289 ENST00000368646 protein_coding 6 5 8 DENND4B ENSG00000198837 +CDS chr1 153941374 153941440 ENST00000361217 protein_coding 9 1 7 DENND4B ENSG00000198837 +CDS chr1 153941374 153941440 ENST00000368646 protein_coding 6 5 7 DENND4B ENSG00000198837 +CDS chr1 153941869 153942113 ENST00000361217 protein_coding 9 1 6 DENND4B ENSG00000198837 +CDS chr1 153941869 153942113 ENST00000368646 protein_coding 6 5 6 DENND4B ENSG00000198837 +transcript chr1 153941929 153944090 ENST00000472932 protein_coding 2 5 NA DENND4B ENSG00000198837 +CDS chr1 153941929 153942113 ENST00000472932 protein_coding 2 5 4 DENND4B ENSG00000198837 +CDS chr1 153942187 153942356 ENST00000361217 protein_coding 9 1 5 DENND4B ENSG00000198837 +CDS chr1 153942187 153942356 ENST00000368646 protein_coding 6 5 5 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000361217 protein_coding 9 1 4 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000368646 protein_coding 6 5 4 DENND4B ENSG00000198837 +CDS chr1 153942556 153942625 ENST00000472932 protein_coding 2 5 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000361217 protein_coding 9 1 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000368646 protein_coding 6 5 3 DENND4B ENSG00000198837 +CDS chr1 153942878 153943130 ENST00000472932 protein_coding 2 5 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944374 ENST00000361217 protein_coding 9 1 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944397 ENST00000368646 protein_coding 6 5 2 DENND4B ENSG00000198837 +CDS chr1 153944058 153944090 ENST00000472932 protein_coding 2 5 1 DENND4B ENSG00000198837 +CDS chr1 153945135 153945144 ENST00000368646 protein_coding 6 5 1 DENND4B ENSG00000198837 +transcript chr1 153947675 153958576 ENST00000368630 protein_coding 7 2 NA CRTC2 ENSG00000160741 +transcript chr1 153947675 153958612 ENST00000368633 protein_coding 2 1 NA CRTC2 ENSG00000160741 +CDS chr1 153948112 153948329 ENST00000368630 protein_coding 7 2 5 CRTC2 ENSG00000160741 +CDS chr1 153948112 153948329 ENST00000368633 protein_coding 2 1 14 CRTC2 ENSG00000160741 +CDS chr1 153948458 153948644 ENST00000368630 protein_coding 7 2 4 CRTC2 ENSG00000160741 +CDS chr1 153948458 153948644 ENST00000368633 protein_coding 2 1 13 CRTC2 ENSG00000160741 +CDS chr1 153949115 153949384 ENST00000368630 protein_coding 7 2 3 CRTC2 ENSG00000160741 +CDS chr1 153949115 153949384 ENST00000368633 protein_coding 2 1 12 CRTC2 ENSG00000160741 +CDS chr1 153951260 153951604 ENST00000368630 protein_coding 7 2 2 CRTC2 ENSG00000160741 +CDS chr1 153951260 153951666 ENST00000368633 protein_coding 2 1 11 CRTC2 ENSG00000160741 +CDS chr1 153952018 153952262 ENST00000368633 protein_coding 2 1 10 CRTC2 ENSG00000160741 +CDS chr1 153952397 153952446 ENST00000368633 protein_coding 2 1 9 CRTC2 ENSG00000160741 +CDS chr1 153952571 153952635 ENST00000368633 protein_coding 2 1 8 CRTC2 ENSG00000160741 +CDS chr1 153952805 153952834 ENST00000368633 protein_coding 2 1 7 CRTC2 ENSG00000160741 +CDS chr1 153953266 153953369 ENST00000368633 protein_coding 2 1 6 CRTC2 ENSG00000160741 +CDS chr1 153953538 153953606 ENST00000368633 protein_coding 2 1 5 CRTC2 ENSG00000160741 +CDS chr1 153954255 153954316 ENST00000368633 protein_coding 2 1 4 CRTC2 ENSG00000160741 +CDS chr1 153954873 153954989 ENST00000368633 protein_coding 2 1 3 CRTC2 ENSG00000160741 +CDS chr1 153955065 153955166 ENST00000368633 protein_coding 2 1 2 CRTC2 ENSG00000160741 +CDS chr1 153958345 153958497 ENST00000368633 protein_coding 2 1 1 CRTC2 ENSG00000160741 +CDS chr1 153958399 153958497 ENST00000368630 protein_coding 7 2 1 CRTC2 ENSG00000160741 +transcript chr1 153959099 153963492 ENST00000621013 protein_coding 4 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959099 153963641 ENST00000537590 protein_coding 5 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959099 153968184 ENST00000617697 protein_coding 4 5 NA SLC39A1 ENSG00000143570 +transcript chr1 153959110 153963475 ENST00000368623 protein_coding 7 1 NA SLC39A1 ENSG00000143570 +transcript chr1 153959110 153963537 ENST00000356205 protein_coding 9 1 NA SLC39A1 ENSG00000143570 +transcript chr1 153959111 153963462 ENST00000368621 protein_coding 5 2 NA SLC39A1 ENSG00000143570 +transcript chr1 153959112 153967712 ENST00000310483 protein_coding 10 1 NA SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000621013 protein_coding 4 2 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000617697 protein_coding 4 5 5 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000368623 protein_coding 7 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000356205 protein_coding 9 1 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000368621 protein_coding 5 2 4 SLC39A1 ENSG00000143570 +CDS chr1 153960101 153960754 ENST00000310483 protein_coding 10 1 5 SLC39A1 ENSG00000143570 +transcript chr1 153960353 153967621 ENST00000413622 protein_coding 5 3 NA SLC39A1 ENSG00000143570 +CDS chr1 153960353 153960754 ENST00000413622 protein_coding 5 3 5 SLC39A1 ENSG00000143570 +transcript chr1 153960454 153963262 ENST00000417348 protein_coding 2 3 NA SLC39A1 ENSG00000143570 +CDS chr1 153960454 153960754 ENST00000417348 protein_coding 2 3 4 SLC39A1 ENSG00000143570 +CDS chr1 153960594 153960754 ENST00000537590 protein_coding 5 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000621013 protein_coding 4 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000617697 protein_coding 4 5 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000368623 protein_coding 7 1 2 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000356205 protein_coding 9 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000368621 protein_coding 5 2 3 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000310483 protein_coding 10 1 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000413622 protein_coding 5 3 4 SLC39A1 ENSG00000143570 +CDS chr1 153962220 153962350 ENST00000417348 protein_coding 2 3 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000621013 protein_coding 4 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000537590 protein_coding 5 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000617697 protein_coding 4 5 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000368623 protein_coding 7 1 1 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000356205 protein_coding 9 1 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000368621 protein_coding 5 2 2 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000310483 protein_coding 10 1 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000413622 protein_coding 5 3 3 SLC39A1 ENSG00000143570 +CDS chr1 153962529 153962715 ENST00000417348 protein_coding 2 3 2 SLC39A1 ENSG00000143570 +transcript chr1 153967892 153973080 ENST00000449724 protein_coding 5 5 NA CREB3L4 ENSG00000143578 +transcript chr1 153967902 153974359 ENST00000368607 protein_coding 8 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153967921 153974359 ENST00000271889 protein_coding 8 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968237 153973072 ENST00000368601 protein_coding 5 2 NA CREB3L4 ENSG00000143578 +transcript chr1 153968237 153974356 ENST00000368603 protein_coding 5 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968243 153974361 ENST00000368600 protein_coding 7 1 NA CREB3L4 ENSG00000143578 +transcript chr1 153968310 153969458 ENST00000431292 protein_coding 1 5 NA CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968639 ENST00000449724 protein_coding 5 5 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368607 protein_coding 8 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000271889 protein_coding 8 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368601 protein_coding 5 2 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000368603 protein_coding 5 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968639 ENST00000368600 protein_coding 7 1 2 CREB3L4 ENSG00000143578 +CDS chr1 153968526 153968699 ENST00000431292 protein_coding 1 5 2 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000449724 protein_coding 5 5 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368607 protein_coding 8 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000271889 protein_coding 8 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368601 protein_coding 5 2 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368603 protein_coding 5 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000368600 protein_coding 7 1 3 CREB3L4 ENSG00000143578 +CDS chr1 153968930 153969176 ENST00000431292 protein_coding 1 5 3 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000449724 protein_coding 5 5 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368607 protein_coding 8 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000271889 protein_coding 8 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368601 protein_coding 5 2 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368603 protein_coding 5 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969455 ENST00000368600 protein_coding 7 1 4 CREB3L4 ENSG00000143578 +CDS chr1 153969334 153969458 ENST00000431292 protein_coding 1 5 4 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000449724 protein_coding 5 5 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368607 protein_coding 8 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000271889 protein_coding 8 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972851 ENST00000368601 protein_coding 5 2 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368603 protein_coding 5 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972744 153972836 ENST00000368600 protein_coding 7 1 5 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973080 ENST00000449724 protein_coding 5 5 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368607 protein_coding 8 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000271889 protein_coding 8 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368603 protein_coding 5 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153972972 153973078 ENST00000368600 protein_coding 7 1 6 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368607 protein_coding 8 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000271889 protein_coding 8 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368603 protein_coding 5 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973195 153973263 ENST00000368600 protein_coding 7 1 7 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368607 protein_coding 8 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000271889 protein_coding 8 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368603 protein_coding 5 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973380 153973464 ENST00000368600 protein_coding 7 1 8 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368607 protein_coding 8 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000271889 protein_coding 8 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368603 protein_coding 5 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973620 153973716 ENST00000368600 protein_coding 7 1 9 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368607 protein_coding 8 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000271889 protein_coding 8 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368603 protein_coding 5 1 10 CREB3L4 ENSG00000143578 +CDS chr1 153973872 153974062 ENST00000368600 protein_coding 7 1 10 CREB3L4 ENSG00000143578 +transcript chr1 153974269 153977674 ENST00000271843 protein_coding 9 1 NA JTB ENSG00000143543 +transcript chr1 153974512 153977638 ENST00000356648 protein_coding 5 2 NA JTB ENSG00000143543 +transcript chr1 153974512 153977660 ENST00000368589 protein_coding 5 2 NA JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000271843 protein_coding 9 1 5 JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000356648 protein_coding 5 2 5 JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000368589 protein_coding 5 2 4 JTB ENSG00000143543 +transcript chr1 153974682 153977394 ENST00000428469 protein_coding 1 3 NA JTB ENSG00000143543 +CDS chr1 153974682 153974835 ENST00000428469 protein_coding 1 3 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000271843 protein_coding 9 1 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000356648 protein_coding 5 2 4 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000368589 protein_coding 5 2 3 JTB ENSG00000143543 +CDS chr1 153975826 153975905 ENST00000428469 protein_coding 1 3 3 JTB ENSG00000143543 +CDS chr1 153976693 153976775 ENST00000271843 protein_coding 9 1 3 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000356648 protein_coding 5 2 3 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000368589 protein_coding 5 2 2 JTB ENSG00000143543 +CDS chr1 153976693 153976809 ENST00000428469 protein_coding 1 3 2 JTB ENSG00000143543 +CDS chr1 153976976 153977013 ENST00000271843 protein_coding 9 1 2 JTB ENSG00000143543 +CDS chr1 153977170 153977252 ENST00000271843 protein_coding 9 1 1 JTB ENSG00000143543 +transcript chr1 153981617 153985366 ENST00000614713 protein_coding 4 5 NA RAB13 ENSG00000143545 +transcript chr1 153981650 153986339 ENST00000368575 protein_coding 5 1 NA RAB13 ENSG00000143545 +CDS chr1 153982102 153982176 ENST00000614713 protein_coding 4 5 8 RAB13 ENSG00000143545 +CDS chr1 153982102 153982176 ENST00000368575 protein_coding 5 1 8 RAB13 ENSG00000143545 +CDS chr1 153982391 153982444 ENST00000614713 protein_coding 4 5 7 RAB13 ENSG00000143545 +CDS chr1 153982391 153982444 ENST00000368575 protein_coding 5 1 7 RAB13 ENSG00000143545 +CDS chr1 153982535 153982600 ENST00000614713 protein_coding 4 5 6 RAB13 ENSG00000143545 +CDS chr1 153982535 153982600 ENST00000368575 protein_coding 5 1 6 RAB13 ENSG00000143545 +CDS chr1 153982719 153982808 ENST00000614713 protein_coding 4 5 5 RAB13 ENSG00000143545 +CDS chr1 153982719 153982808 ENST00000368575 protein_coding 5 1 5 RAB13 ENSG00000143545 +CDS chr1 153983219 153983296 ENST00000614713 protein_coding 4 5 4 RAB13 ENSG00000143545 +CDS chr1 153983219 153983296 ENST00000368575 protein_coding 5 1 4 RAB13 ENSG00000143545 +CDS chr1 153983521 153983523 ENST00000614713 protein_coding 4 5 3 RAB13 ENSG00000143545 +CDS chr1 153983521 153983581 ENST00000368575 protein_coding 5 1 3 RAB13 ENSG00000143545 +CDS chr1 153984721 153984781 ENST00000368575 protein_coding 5 1 2 RAB13 ENSG00000143545 +CDS chr1 153986113 153986236 ENST00000368575 protein_coding 5 1 1 RAB13 ENSG00000143545 +transcript chr1 153990762 153992155 ENST00000651669 protein_coding 1 NA NA RPS27 ENSG00000177954 +CDS chr1 153990797 153990802 ENST00000651669 protein_coding 1 NA 1 RPS27 ENSG00000177954 +CDS chr1 153991115 153991223 ENST00000651669 protein_coding 1 NA 2 RPS27 ENSG00000177954 +CDS chr1 153991566 153991676 ENST00000651669 protein_coding 1 NA 3 RPS27 ENSG00000177954 +CDS chr1 153992065 153992090 ENST00000651669 protein_coding 1 NA 4 RPS27 ENSG00000177954 +transcript chr1 153992685 154155116 ENST00000368559 protein_coding 7 5 NA NUP210L ENSG00000143552 +transcript chr1 153992690 154056866 ENST00000368553 protein_coding 5 1 NA NUP210L ENSG00000143552 +transcript chr1 153992694 154155116 ENST00000271854 protein_coding 3 5 NA NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000368559 protein_coding 7 5 40 NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000368553 protein_coding 5 1 16 NUP210L ENSG00000143552 +CDS chr1 153992838 153992935 ENST00000271854 protein_coding 3 5 38 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000368559 protein_coding 7 5 39 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000368553 protein_coding 5 1 15 NUP210L ENSG00000143552 +CDS chr1 153993015 153993089 ENST00000271854 protein_coding 3 5 37 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000368559 protein_coding 7 5 38 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000368553 protein_coding 5 1 14 NUP210L ENSG00000143552 +CDS chr1 153995076 153995180 ENST00000271854 protein_coding 3 5 36 NUP210L ENSG00000143552 +CDS chr1 154000856 154001060 ENST00000368559 protein_coding 7 5 37 NUP210L ENSG00000143552 +CDS chr1 154001735 154001985 ENST00000368559 protein_coding 7 5 36 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000368559 protein_coding 7 5 35 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000368553 protein_coding 5 1 13 NUP210L ENSG00000143552 +CDS chr1 154009972 154010121 ENST00000271854 protein_coding 3 5 35 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000368559 protein_coding 7 5 34 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000368553 protein_coding 5 1 12 NUP210L ENSG00000143552 +CDS chr1 154012244 154012370 ENST00000271854 protein_coding 3 5 34 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000368559 protein_coding 7 5 33 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000368553 protein_coding 5 1 11 NUP210L ENSG00000143552 +CDS chr1 154018933 154019069 ENST00000271854 protein_coding 3 5 33 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000368559 protein_coding 7 5 32 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000368553 protein_coding 5 1 10 NUP210L ENSG00000143552 +CDS chr1 154022126 154022343 ENST00000271854 protein_coding 3 5 32 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000368559 protein_coding 7 5 31 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000368553 protein_coding 5 1 9 NUP210L ENSG00000143552 +CDS chr1 154023122 154023297 ENST00000271854 protein_coding 3 5 31 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000368559 protein_coding 7 5 30 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000368553 protein_coding 5 1 8 NUP210L ENSG00000143552 +CDS chr1 154025542 154025716 ENST00000271854 protein_coding 3 5 30 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000368559 protein_coding 7 5 29 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000368553 protein_coding 5 1 7 NUP210L ENSG00000143552 +CDS chr1 154027506 154027597 ENST00000271854 protein_coding 3 5 29 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000368559 protein_coding 7 5 28 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000368553 protein_coding 5 1 6 NUP210L ENSG00000143552 +CDS chr1 154029896 154030054 ENST00000271854 protein_coding 3 5 28 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000368559 protein_coding 7 5 27 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000368553 protein_coding 5 1 5 NUP210L ENSG00000143552 +CDS chr1 154046069 154046200 ENST00000271854 protein_coding 3 5 27 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000368559 protein_coding 7 5 26 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000368553 protein_coding 5 1 4 NUP210L ENSG00000143552 +CDS chr1 154046289 154046369 ENST00000271854 protein_coding 3 5 26 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000368559 protein_coding 7 5 25 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000368553 protein_coding 5 1 3 NUP210L ENSG00000143552 +CDS chr1 154054228 154054407 ENST00000271854 protein_coding 3 5 25 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000368559 protein_coding 7 5 24 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000368553 protein_coding 5 1 2 NUP210L ENSG00000143552 +CDS chr1 154054770 154054832 ENST00000271854 protein_coding 3 5 24 NUP210L ENSG00000143552 +CDS chr1 154056815 154056947 ENST00000368559 protein_coding 7 5 23 NUP210L ENSG00000143552 +CDS chr1 154056815 154056853 ENST00000368553 protein_coding 5 1 1 NUP210L ENSG00000143552 +CDS chr1 154056815 154056947 ENST00000271854 protein_coding 3 5 23 NUP210L ENSG00000143552 +CDS chr1 154058089 154058216 ENST00000368559 protein_coding 7 5 22 NUP210L ENSG00000143552 +CDS chr1 154058089 154058216 ENST00000271854 protein_coding 3 5 22 NUP210L ENSG00000143552 +CDS chr1 154058565 154058693 ENST00000368559 protein_coding 7 5 21 NUP210L ENSG00000143552 +CDS chr1 154058565 154058693 ENST00000271854 protein_coding 3 5 21 NUP210L ENSG00000143552 +CDS chr1 154060540 154060641 ENST00000368559 protein_coding 7 5 20 NUP210L ENSG00000143552 +CDS chr1 154060540 154060641 ENST00000271854 protein_coding 3 5 20 NUP210L ENSG00000143552 +CDS chr1 154060942 154061046 ENST00000368559 protein_coding 7 5 19 NUP210L ENSG00000143552 +CDS chr1 154060942 154061046 ENST00000271854 protein_coding 3 5 19 NUP210L ENSG00000143552 +CDS chr1 154061586 154061674 ENST00000368559 protein_coding 7 5 18 NUP210L ENSG00000143552 +CDS chr1 154061586 154061674 ENST00000271854 protein_coding 3 5 18 NUP210L ENSG00000143552 +CDS chr1 154070273 154070465 ENST00000368559 protein_coding 7 5 17 NUP210L ENSG00000143552 +CDS chr1 154070273 154070465 ENST00000271854 protein_coding 3 5 17 NUP210L ENSG00000143552 +CDS chr1 154089421 154089594 ENST00000368559 protein_coding 7 5 16 NUP210L ENSG00000143552 +CDS chr1 154089421 154089594 ENST00000271854 protein_coding 3 5 16 NUP210L ENSG00000143552 +CDS chr1 154094935 154095156 ENST00000368559 protein_coding 7 5 15 NUP210L ENSG00000143552 +CDS chr1 154094935 154095156 ENST00000271854 protein_coding 3 5 15 NUP210L ENSG00000143552 +CDS chr1 154099998 154100143 ENST00000368559 protein_coding 7 5 14 NUP210L ENSG00000143552 +CDS chr1 154099998 154100143 ENST00000271854 protein_coding 3 5 14 NUP210L ENSG00000143552 +CDS chr1 154104012 154104210 ENST00000368559 protein_coding 7 5 13 NUP210L ENSG00000143552 +CDS chr1 154104012 154104210 ENST00000271854 protein_coding 3 5 13 NUP210L ENSG00000143552 +CDS chr1 154117725 154117880 ENST00000368559 protein_coding 7 5 12 NUP210L ENSG00000143552 +CDS chr1 154117725 154117880 ENST00000271854 protein_coding 3 5 12 NUP210L ENSG00000143552 +CDS chr1 154118671 154118808 ENST00000368559 protein_coding 7 5 11 NUP210L ENSG00000143552 +CDS chr1 154118671 154118808 ENST00000271854 protein_coding 3 5 11 NUP210L ENSG00000143552 +CDS chr1 154126323 154126463 ENST00000368559 protein_coding 7 5 10 NUP210L ENSG00000143552 +CDS chr1 154126323 154126463 ENST00000271854 protein_coding 3 5 10 NUP210L ENSG00000143552 +CDS chr1 154127311 154127417 ENST00000368559 protein_coding 7 5 9 NUP210L ENSG00000143552 +CDS chr1 154127311 154127417 ENST00000271854 protein_coding 3 5 9 NUP210L ENSG00000143552 +CDS chr1 154129277 154129345 ENST00000368559 protein_coding 7 5 8 NUP210L ENSG00000143552 +CDS chr1 154129277 154129345 ENST00000271854 protein_coding 3 5 8 NUP210L ENSG00000143552 +CDS chr1 154135814 154135972 ENST00000368559 protein_coding 7 5 7 NUP210L ENSG00000143552 +CDS chr1 154135814 154135972 ENST00000271854 protein_coding 3 5 7 NUP210L ENSG00000143552 +CDS chr1 154138106 154138238 ENST00000368559 protein_coding 7 5 6 NUP210L ENSG00000143552 +CDS chr1 154138106 154138238 ENST00000271854 protein_coding 3 5 6 NUP210L ENSG00000143552 +CDS chr1 154139802 154139952 ENST00000368559 protein_coding 7 5 5 NUP210L ENSG00000143552 +CDS chr1 154139802 154139952 ENST00000271854 protein_coding 3 5 5 NUP210L ENSG00000143552 +CDS chr1 154141431 154141524 ENST00000368559 protein_coding 7 5 4 NUP210L ENSG00000143552 +CDS chr1 154141431 154141524 ENST00000271854 protein_coding 3 5 4 NUP210L ENSG00000143552 +CDS chr1 154143446 154143577 ENST00000368559 protein_coding 7 5 3 NUP210L ENSG00000143552 +CDS chr1 154143446 154143577 ENST00000271854 protein_coding 3 5 3 NUP210L ENSG00000143552 +CDS chr1 154152736 154152872 ENST00000368559 protein_coding 7 5 2 NUP210L ENSG00000143552 +CDS chr1 154152736 154152872 ENST00000271854 protein_coding 3 5 2 NUP210L ENSG00000143552 +CDS chr1 154154842 154155044 ENST00000368559 protein_coding 7 5 1 NUP210L ENSG00000143552 +CDS chr1 154154842 154155044 ENST00000271854 protein_coding 3 5 1 NUP210L ENSG00000143552 +transcript chr1 154155304 154183249 ENST00000611659 protein_coding 4 3 NA TPM3 ENSG00000143549 +transcript chr1 154155308 154183189 ENST00000368533 protein_coding 8 1 NA TPM3 ENSG00000143549 +transcript chr1 154156364 154183205 ENST00000330188 protein_coding 13 1 NA TPM3 ENSG00000143549 +transcript chr1 154156969 154183205 ENST00000328159 protein_coding 9 2 NA TPM3 ENSG00000143549 +transcript chr1 154157318 154192058 ENST00000271850 protein_coding 11 5 NA TPM3 ENSG00000143549 +transcript chr1 154157583 154178183 ENST00000302206 protein_coding 9 3 NA TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000368533 protein_coding 8 1 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000330188 protein_coding 13 1 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000271850 protein_coding 11 5 9 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000302206 protein_coding 9 3 8 TPM3 ENSG00000143549 +CDS chr1 154157642 154157721 ENST00000611659 protein_coding 4 3 7 TPM3 ENSG00000143549 +CDS chr1 154157721 154157721 ENST00000328159 protein_coding 9 2 9 TPM3 ENSG00000143549 +transcript chr1 154158609 154183130 ENST00000368531 protein_coding 6 1 NA TPM3 ENSG00000143549 +transcript chr1 154158612 154183203 ENST00000323144 protein_coding 12 2 NA TPM3 ENSG00000143549 +CDS chr1 154158972 154159048 ENST00000368531 protein_coding 6 1 8 TPM3 ENSG00000143549 +CDS chr1 154158972 154159048 ENST00000323144 protein_coding 12 2 8 TPM3 ENSG00000143549 +transcript chr1 154161813 154192100 ENST00000651641 protein_coding 1 NA NA TPM3 ENSG00000143549 +transcript chr1 154167742 154192076 ENST00000368530 protein_coding 7 1 NA TPM3 ENSG00000143549 +CDS chr1 154167940 154167940 ENST00000651641 protein_coding 1 NA 10 TPM3 ENSG00000143549 +CDS chr1 154167940 154167940 ENST00000368530 protein_coding 7 1 10 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000328159 protein_coding 9 2 8 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000651641 protein_coding 1 NA 9 TPM3 ENSG00000143549 +CDS chr1 154169305 154169383 ENST00000368530 protein_coding 7 1 9 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368533 protein_coding 8 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000330188 protein_coding 13 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000328159 protein_coding 9 2 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000271850 protein_coding 11 5 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000302206 protein_coding 9 3 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368531 protein_coding 6 1 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000323144 protein_coding 12 2 7 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000651641 protein_coding 1 NA 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000368530 protein_coding 7 1 8 TPM3 ENSG00000143549 +CDS chr1 154170400 154170469 ENST00000611659 protein_coding 4 3 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368533 protein_coding 8 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000330188 protein_coding 13 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000328159 protein_coding 9 2 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000271850 protein_coding 11 5 7 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000302206 protein_coding 9 3 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368531 protein_coding 6 1 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000323144 protein_coding 12 2 6 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000651641 protein_coding 1 NA 7 TPM3 ENSG00000143549 +CDS chr1 154170649 154170711 ENST00000368530 protein_coding 7 1 7 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000330188 protein_coding 13 1 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000302206 protein_coding 9 3 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000323144 protein_coding 12 2 5 TPM3 ENSG00000143549 +CDS chr1 154171413 154171488 ENST00000651641 protein_coding 1 NA 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368533 protein_coding 8 1 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000328159 protein_coding 9 2 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000271850 protein_coding 11 5 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368531 protein_coding 6 1 5 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000368530 protein_coding 7 1 6 TPM3 ENSG00000143549 +CDS chr1 154172029 154172104 ENST00000611659 protein_coding 4 3 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368533 protein_coding 8 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000330188 protein_coding 13 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000328159 protein_coding 9 2 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000271850 protein_coding 11 5 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000302206 protein_coding 9 3 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368531 protein_coding 6 1 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000323144 protein_coding 12 2 4 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000651641 protein_coding 1 NA 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000368530 protein_coding 7 1 5 TPM3 ENSG00000143549 +CDS chr1 154172908 154172978 ENST00000611659 protein_coding 4 3 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368533 protein_coding 8 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000330188 protein_coding 13 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000328159 protein_coding 9 2 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000271850 protein_coding 11 5 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173197 ENST00000302206 protein_coding 9 3 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368531 protein_coding 6 1 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000323144 protein_coding 12 2 3 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000651641 protein_coding 1 NA 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000368530 protein_coding 7 1 4 TPM3 ENSG00000143549 +CDS chr1 154173084 154173201 ENST00000611659 protein_coding 4 3 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368533 protein_coding 8 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000330188 protein_coding 13 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000328159 protein_coding 9 2 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000271850 protein_coding 11 5 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368531 protein_coding 6 1 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000323144 protein_coding 12 2 2 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000651641 protein_coding 1 NA 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000368530 protein_coding 7 1 3 TPM3 ENSG00000143549 +CDS chr1 154176115 154176248 ENST00000611659 protein_coding 4 3 2 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000368533 protein_coding 8 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000330188 protein_coding 13 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000328159 protein_coding 9 2 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000368531 protein_coding 6 1 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000323144 protein_coding 12 2 1 TPM3 ENSG00000143549 +CDS chr1 154182988 154183119 ENST00000611659 protein_coding 4 3 1 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000271850 protein_coding 11 5 2 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000651641 protein_coding 1 NA 2 TPM3 ENSG00000143549 +CDS chr1 154191186 154191311 ENST00000368530 protein_coding 7 1 2 TPM3 ENSG00000143549 +transcript chr1 154191203 154194648 ENST00000515609 protein_coding 1 3 NA TPM3 ENSG00000143549 +CDS chr1 154191203 154191311 ENST00000515609 protein_coding 1 3 3 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000271850 protein_coding 11 5 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000651641 protein_coding 1 NA 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000368530 protein_coding 7 1 1 TPM3 ENSG00000143549 +CDS chr1 154191902 154192018 ENST00000515609 protein_coding 1 3 2 TPM3 ENSG00000143549 +transcript chr1 154199085 154206333 ENST00000368525 protein_coding 4 1 NA C1orf189 ENSG00000163263 +CDS chr1 154199430 154199528 ENST00000368525 protein_coding 4 1 4 C1orf189 ENSG00000163263 +CDS chr1 154200459 154200588 ENST00000368525 protein_coding 4 1 3 C1orf189 ENSG00000163263 +CDS chr1 154205598 154205638 ENST00000368525 protein_coding 4 1 2 C1orf189 ENSG00000163263 +CDS chr1 154206275 154206307 ENST00000368525 protein_coding 4 1 1 C1orf189 ENSG00000163263 +transcript chr1 154206720 154220590 ENST00000368521 protein_coding 10 1 NA C1orf43 ENSG00000143612 +transcript chr1 154206720 154220619 ENST00000362076 protein_coding 8 1 NA C1orf43 ENSG00000143612 +transcript chr1 154206720 154220624 ENST00000350592 protein_coding 7 1 NA C1orf43 ENSG00000143612 +transcript chr1 154207098 154220636 ENST00000640799 protein_coding 1 5 NA C1orf43 ENSG00000143612 +transcript chr1 154207176 154220585 ENST00000368519 protein_coding 5 2 NA C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000368521 protein_coding 10 1 7 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000362076 protein_coding 8 1 5 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000350592 protein_coding 7 1 6 C1orf43 ENSG00000143612 +CDS chr1 154207456 154207648 ENST00000368519 protein_coding 5 2 6 C1orf43 ENSG00000143612 +CDS chr1 154207646 154207648 ENST00000640799 protein_coding 1 5 6 C1orf43 ENSG00000143612 +transcript chr1 154211734 154220533 ENST00000368518 protein_coding 5 1 NA C1orf43 ENSG00000143612 +transcript chr1 154212133 154220628 ENST00000368516 protein_coding 1 2 NA C1orf43 ENSG00000143612 +CDS chr1 154212319 154212378 ENST00000368518 protein_coding 5 1 6 C1orf43 ENSG00000143612 +CDS chr1 154212319 154212378 ENST00000368516 protein_coding 1 2 5 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000368521 protein_coding 10 1 6 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000362076 protein_coding 8 1 4 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000350592 protein_coding 7 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212320 154212378 ENST00000368519 protein_coding 5 2 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368521 protein_coding 10 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000362076 protein_coding 8 1 3 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000350592 protein_coding 7 1 4 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000640799 protein_coding 1 5 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368519 protein_coding 5 2 4 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368518 protein_coding 5 1 5 C1orf43 ENSG00000143612 +CDS chr1 154212458 154212624 ENST00000368516 protein_coding 1 2 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368521 protein_coding 10 1 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000350592 protein_coding 7 1 3 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000640799 protein_coding 1 5 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368518 protein_coding 5 1 4 C1orf43 ENSG00000143612 +CDS chr1 154213893 154213946 ENST00000368516 protein_coding 1 2 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368521 protein_coding 10 1 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000362076 protein_coding 8 1 2 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000350592 protein_coding 7 1 2 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000640799 protein_coding 1 5 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368519 protein_coding 5 2 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368518 protein_coding 5 1 3 C1orf43 ENSG00000143612 +CDS chr1 154214457 154214574 ENST00000368516 protein_coding 1 2 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368521 protein_coding 10 1 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000640799 protein_coding 1 5 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368519 protein_coding 5 2 2 C1orf43 ENSG00000143612 +CDS chr1 154219836 154219937 ENST00000368518 protein_coding 5 1 2 C1orf43 ENSG00000143612 +transcript chr1 154220179 154263505 ENST00000343815 protein_coding 10 1 NA UBAP2L ENSG00000143569 +CDS chr1 154220342 154220407 ENST00000368521 protein_coding 10 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000362076 protein_coding 8 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000350592 protein_coding 7 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000640799 protein_coding 1 5 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368519 protein_coding 5 2 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368518 protein_coding 5 1 1 C1orf43 ENSG00000143612 +CDS chr1 154220342 154220407 ENST00000368516 protein_coding 1 2 1 C1orf43 ENSG00000143612 +transcript chr1 154220849 154271509 ENST00000271877 protein_coding 11 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220849 154263505 ENST00000613315 protein_coding 4 2 NA UBAP2L ENSG00000143569 +transcript chr1 154220885 154235294 ENST00000441890 protein_coding 5 2 NA UBAP2L ENSG00000143569 +transcript chr1 154220943 154243302 ENST00000412596 protein_coding 5 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220947 154246379 ENST00000368504 protein_coding 5 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220955 154270847 ENST00000428931 protein_coding 6 5 NA UBAP2L ENSG00000143569 +transcript chr1 154220967 154243278 ENST00000437652 protein_coding 5 3 NA UBAP2L ENSG00000143569 +transcript chr1 154221328 154237136 ENST00000456325 protein_coding 5 3 NA UBAP2L ENSG00000143569 +transcript chr1 154225082 154270853 ENST00000361546 protein_coding 6 1 NA UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000343815 protein_coding 10 1 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000441890 protein_coding 5 2 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000412596 protein_coding 5 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000368504 protein_coding 5 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000437652 protein_coding 5 3 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000456325 protein_coding 5 3 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000361546 protein_coding 6 1 1 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000428931 protein_coding 6 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000271877 protein_coding 11 5 2 UBAP2L ENSG00000143569 +CDS chr1 154225124 154225213 ENST00000613315 protein_coding 4 2 2 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000343815 protein_coding 10 1 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000441890 protein_coding 5 2 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000412596 protein_coding 5 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000368504 protein_coding 5 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000437652 protein_coding 5 3 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000456325 protein_coding 5 3 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000361546 protein_coding 6 1 2 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000428931 protein_coding 6 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000271877 protein_coding 11 5 3 UBAP2L ENSG00000143569 +CDS chr1 154227282 154227359 ENST00000613315 protein_coding 4 2 3 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000343815 protein_coding 10 1 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000441890 protein_coding 5 2 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000412596 protein_coding 5 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000368504 protein_coding 5 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000437652 protein_coding 5 3 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000456325 protein_coding 5 3 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000361546 protein_coding 6 1 3 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000428931 protein_coding 6 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000271877 protein_coding 11 5 4 UBAP2L ENSG00000143569 +CDS chr1 154228615 154228725 ENST00000613315 protein_coding 4 2 4 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000343815 protein_coding 10 1 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000441890 protein_coding 5 2 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000412596 protein_coding 5 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234792 ENST00000368504 protein_coding 5 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234738 ENST00000437652 protein_coding 5 3 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000456325 protein_coding 5 3 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000361546 protein_coding 6 1 4 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234759 ENST00000428931 protein_coding 6 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234792 ENST00000271877 protein_coding 11 5 5 UBAP2L ENSG00000143569 +CDS chr1 154234591 154234738 ENST00000613315 protein_coding 4 2 5 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000343815 protein_coding 10 1 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235294 ENST00000441890 protein_coding 5 2 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000412596 protein_coding 5 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000368504 protein_coding 5 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000437652 protein_coding 5 3 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000456325 protein_coding 5 3 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000361546 protein_coding 6 1 5 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000428931 protein_coding 6 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000271877 protein_coding 11 5 6 UBAP2L ENSG00000143569 +CDS chr1 154235196 154235291 ENST00000613315 protein_coding 4 2 6 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000343815 protein_coding 10 1 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000412596 protein_coding 5 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000368504 protein_coding 5 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000437652 protein_coding 5 3 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000456325 protein_coding 5 3 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000361546 protein_coding 6 1 6 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000428931 protein_coding 6 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000271877 protein_coding 11 5 7 UBAP2L ENSG00000143569 +CDS chr1 154236566 154236611 ENST00000613315 protein_coding 4 2 7 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000343815 protein_coding 10 1 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000412596 protein_coding 5 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000368504 protein_coding 5 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000437652 protein_coding 5 3 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000456325 protein_coding 5 3 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000361546 protein_coding 6 1 7 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000428931 protein_coding 6 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000271877 protein_coding 11 5 8 UBAP2L ENSG00000143569 +CDS chr1 154237024 154237136 ENST00000613315 protein_coding 4 2 8 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000343815 protein_coding 10 1 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000412596 protein_coding 5 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000368504 protein_coding 5 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000437652 protein_coding 5 3 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000361546 protein_coding 6 1 8 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000428931 protein_coding 6 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000271877 protein_coding 11 5 9 UBAP2L ENSG00000143569 +CDS chr1 154241513 154241565 ENST00000613315 protein_coding 4 2 9 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000343815 protein_coding 10 1 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000412596 protein_coding 5 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000368504 protein_coding 5 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243278 ENST00000437652 protein_coding 5 3 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000361546 protein_coding 6 1 9 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000428931 protein_coding 6 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000271877 protein_coding 11 5 10 UBAP2L ENSG00000143569 +CDS chr1 154243217 154243302 ENST00000613315 protein_coding 4 2 10 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000343815 protein_coding 10 1 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246379 ENST00000368504 protein_coding 5 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000361546 protein_coding 6 1 10 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000428931 protein_coding 6 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000271877 protein_coding 11 5 11 UBAP2L ENSG00000143569 +CDS chr1 154246204 154246375 ENST00000613315 protein_coding 4 2 11 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000343815 protein_coding 10 1 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000361546 protein_coding 6 1 11 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000428931 protein_coding 6 5 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000271877 protein_coding 11 5 12 UBAP2L ENSG00000143569 +CDS chr1 154249239 154249437 ENST00000613315 protein_coding 4 2 12 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000343815 protein_coding 10 1 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000361546 protein_coding 6 1 12 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000428931 protein_coding 6 5 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000271877 protein_coding 11 5 13 UBAP2L ENSG00000143569 +CDS chr1 154251041 154251318 ENST00000613315 protein_coding 4 2 13 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000343815 protein_coding 10 1 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000361546 protein_coding 6 1 13 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000428931 protein_coding 6 5 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000271877 protein_coding 11 5 14 UBAP2L ENSG00000143569 +CDS chr1 154251481 154251653 ENST00000613315 protein_coding 4 2 14 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000343815 protein_coding 10 1 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000361546 protein_coding 6 1 14 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000428931 protein_coding 6 5 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000271877 protein_coding 11 5 15 UBAP2L ENSG00000143569 +CDS chr1 154253900 154254089 ENST00000613315 protein_coding 4 2 15 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000343815 protein_coding 10 1 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000361546 protein_coding 6 1 15 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000428931 protein_coding 6 5 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000271877 protein_coding 11 5 16 UBAP2L ENSG00000143569 +CDS chr1 154254836 154254890 ENST00000613315 protein_coding 4 2 16 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000343815 protein_coding 10 1 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000361546 protein_coding 6 1 16 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000428931 protein_coding 6 5 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000271877 protein_coding 11 5 17 UBAP2L ENSG00000143569 +CDS chr1 154255152 154255326 ENST00000613315 protein_coding 4 2 17 UBAP2L ENSG00000143569 +transcript chr1 154255252 154271510 ENST00000433615 protein_coding 5 1 NA UBAP2L ENSG00000143569 +CDS chr1 154255252 154255326 ENST00000433615 protein_coding 5 1 1 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000343815 protein_coding 10 1 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000361546 protein_coding 6 1 17 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000433615 protein_coding 5 1 2 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000428931 protein_coding 6 5 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000271877 protein_coding 11 5 18 UBAP2L ENSG00000143569 +CDS chr1 154255683 154255755 ENST00000613315 protein_coding 4 2 18 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000343815 protein_coding 10 1 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000361546 protein_coding 6 1 18 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000433615 protein_coding 5 1 3 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000428931 protein_coding 6 5 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000271877 protein_coding 11 5 19 UBAP2L ENSG00000143569 +CDS chr1 154257063 154257258 ENST00000613315 protein_coding 4 2 19 UBAP2L ENSG00000143569 +transcript chr1 154257071 154270564 ENST00000428595 protein_coding 1 1 NA UBAP2L ENSG00000143569 +CDS chr1 154257071 154257258 ENST00000428595 protein_coding 1 1 1 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000343815 protein_coding 10 1 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000361546 protein_coding 6 1 19 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000433615 protein_coding 5 1 4 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000428595 protein_coding 1 1 2 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000428931 protein_coding 6 5 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000271877 protein_coding 11 5 20 UBAP2L ENSG00000143569 +CDS chr1 154257346 154257434 ENST00000613315 protein_coding 4 2 20 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000343815 protein_coding 10 1 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000361546 protein_coding 6 1 20 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000433615 protein_coding 5 1 5 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000428595 protein_coding 1 1 3 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000428931 protein_coding 6 5 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000271877 protein_coding 11 5 21 UBAP2L ENSG00000143569 +CDS chr1 154258977 154259030 ENST00000613315 protein_coding 4 2 21 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000343815 protein_coding 10 1 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000361546 protein_coding 6 1 21 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000433615 protein_coding 5 1 6 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000428595 protein_coding 1 1 4 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000428931 protein_coding 6 5 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000271877 protein_coding 11 5 22 UBAP2L ENSG00000143569 +CDS chr1 154259948 154260029 ENST00000613315 protein_coding 4 2 22 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000343815 protein_coding 10 1 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000361546 protein_coding 6 1 22 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000433615 protein_coding 5 1 7 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000428595 protein_coding 1 1 5 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000428931 protein_coding 6 5 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000271877 protein_coding 11 5 23 UBAP2L ENSG00000143569 +CDS chr1 154260892 154261109 ENST00000613315 protein_coding 4 2 23 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000343815 protein_coding 10 1 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000361546 protein_coding 6 1 23 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000433615 protein_coding 5 1 8 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000428595 protein_coding 1 1 6 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000428931 protein_coding 6 5 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000271877 protein_coding 11 5 24 UBAP2L ENSG00000143569 +CDS chr1 154261592 154261697 ENST00000613315 protein_coding 4 2 24 UBAP2L ENSG00000143569 +CDS chr1 154263103 154263149 ENST00000343815 protein_coding 10 1 25 UBAP2L ENSG00000143569 +CDS chr1 154263103 154263149 ENST00000613315 protein_coding 4 2 25 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000361546 protein_coding 6 1 24 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000433615 protein_coding 5 1 9 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000428595 protein_coding 1 1 7 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000428931 protein_coding 6 5 25 UBAP2L ENSG00000143569 +CDS chr1 154266501 154266568 ENST00000271877 protein_coding 11 5 25 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000361546 protein_coding 6 1 25 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000433615 protein_coding 5 1 10 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000428595 protein_coding 1 1 8 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000428931 protein_coding 6 5 26 UBAP2L ENSG00000143569 +CDS chr1 154268757 154268954 ENST00000271877 protein_coding 11 5 26 UBAP2L ENSG00000143569 +CDS chr1 154269362 154269412 ENST00000428595 protein_coding 1 1 9 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000361546 protein_coding 6 1 26 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000428595 protein_coding 1 1 10 UBAP2L ENSG00000143569 +CDS chr1 154270200 154270292 ENST00000428931 protein_coding 6 5 27 UBAP2L ENSG00000143569 +CDS chr1 154270881 154270916 ENST00000433615 protein_coding 5 1 11 UBAP2L ENSG00000143569 +CDS chr1 154270881 154270916 ENST00000271877 protein_coding 11 5 27 UBAP2L ENSG00000143569 +transcript chr1 154272589 154275784 ENST00000457918 protein_coding 6 1 NA HAX1 ENSG00000143575 +transcript chr1 154272609 154275873 ENST00000483970 protein_coding 6 2 NA HAX1 ENSG00000143575 +transcript chr1 154272629 154275875 ENST00000328703 protein_coding 12 1 NA HAX1 ENSG00000143575 +transcript chr1 154272668 154275483 ENST00000435087 protein_coding 1 3 NA HAX1 ENSG00000143575 +transcript chr1 154272668 154275839 ENST00000532105 protein_coding 1 3 NA HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000328703 protein_coding 12 1 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000457918 protein_coding 6 1 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000483970 protein_coding 6 2 1 HAX1 ENSG00000143575 +CDS chr1 154272724 154272776 ENST00000435087 protein_coding 1 3 1 HAX1 ENSG00000143575 +CDS chr1 154273336 154273598 ENST00000328703 protein_coding 12 1 2 HAX1 ENSG00000143575 +CDS chr1 154273336 154273598 ENST00000483970 protein_coding 6 2 2 HAX1 ENSG00000143575 +CDS chr1 154273336 154273534 ENST00000435087 protein_coding 1 3 2 HAX1 ENSG00000143575 +CDS chr1 154273480 154273598 ENST00000457918 protein_coding 6 1 2 HAX1 ENSG00000143575 +CDS chr1 154273750 154273961 ENST00000483970 protein_coding 6 2 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000328703 protein_coding 12 1 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000457918 protein_coding 6 1 3 HAX1 ENSG00000143575 +CDS chr1 154273774 154273961 ENST00000435087 protein_coding 1 3 3 HAX1 ENSG00000143575 +CDS chr1 154273842 154273961 ENST00000532105 protein_coding 1 3 2 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000328703 protein_coding 12 1 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000457918 protein_coding 6 1 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000483970 protein_coding 6 2 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000435087 protein_coding 1 3 4 HAX1 ENSG00000143575 +CDS chr1 154274950 154275001 ENST00000532105 protein_coding 1 3 3 HAX1 ENSG00000143575 +CDS chr1 154275078 154275260 ENST00000435087 protein_coding 1 3 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000328703 protein_coding 12 1 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000457918 protein_coding 6 1 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000483970 protein_coding 6 2 5 HAX1 ENSG00000143575 +CDS chr1 154275154 154275260 ENST00000532105 protein_coding 1 3 4 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000328703 protein_coding 12 1 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000457918 protein_coding 6 1 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000483970 protein_coding 6 2 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000435087 protein_coding 1 3 6 HAX1 ENSG00000143575 +CDS chr1 154275393 154275483 ENST00000532105 protein_coding 1 3 5 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000328703 protein_coding 12 1 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000457918 protein_coding 6 1 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000483970 protein_coding 6 2 7 HAX1 ENSG00000143575 +CDS chr1 154275616 154275698 ENST00000532105 protein_coding 1 3 6 HAX1 ENSG00000143575 +transcript chr1 154321093 154325325 ENST00000324978 protein_coding 8 1 NA AQP10 ENSG00000143595 +transcript chr1 154321120 154325325 ENST00000484864 protein_coding 1 1 NA AQP10 ENSG00000143595 +CDS chr1 154321156 154321260 ENST00000324978 protein_coding 8 1 1 AQP10 ENSG00000143595 +CDS chr1 154321156 154321260 ENST00000484864 protein_coding 1 1 1 AQP10 ENSG00000143595 +CDS chr1 154321933 154322059 ENST00000324978 protein_coding 8 1 2 AQP10 ENSG00000143595 +CDS chr1 154321933 154322059 ENST00000484864 protein_coding 1 1 2 AQP10 ENSG00000143595 +CDS chr1 154322982 154323119 ENST00000324978 protein_coding 8 1 3 AQP10 ENSG00000143595 +CDS chr1 154322982 154323119 ENST00000484864 protein_coding 1 1 3 AQP10 ENSG00000143595 +CDS chr1 154323241 154323359 ENST00000324978 protein_coding 8 1 4 AQP10 ENSG00000143595 +CDS chr1 154323241 154323359 ENST00000484864 protein_coding 1 1 4 AQP10 ENSG00000143595 +CDS chr1 154323589 154323806 ENST00000324978 protein_coding 8 1 5 AQP10 ENSG00000143595 +CDS chr1 154323589 154323891 ENST00000484864 protein_coding 1 1 5 AQP10 ENSG00000143595 +CDS chr1 154324282 154324477 ENST00000324978 protein_coding 8 1 6 AQP10 ENSG00000143595 +transcript chr1 154325525 154351304 ENST00000368489 protein_coding 6 1 NA ATP8B2 ENSG00000143515 +transcript chr1 154325553 154337846 ENST00000368487 protein_coding 7 1 NA ATP8B2 ENSG00000143515 +transcript chr1 154327800 154351303 ENST00000672630 protein_coding 1 NA NA ATP8B2 ENSG00000143515 +CDS chr1 154327800 154327861 ENST00000672630 protein_coding 1 NA 1 ATP8B2 ENSG00000143515 +CDS chr1 154328105 154328172 ENST00000672630 protein_coding 1 NA 2 ATP8B2 ENSG00000143515 +CDS chr1 154328142 154328172 ENST00000368489 protein_coding 6 1 2 ATP8B2 ENSG00000143515 +CDS chr1 154328142 154328172 ENST00000368487 protein_coding 7 1 2 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000368489 protein_coding 6 1 3 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000368487 protein_coding 7 1 3 ATP8B2 ENSG00000143515 +CDS chr1 154330396 154330454 ENST00000672630 protein_coding 1 NA 3 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000368489 protein_coding 6 1 4 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000368487 protein_coding 7 1 4 ATP8B2 ENSG00000143515 +CDS chr1 154330815 154330928 ENST00000672630 protein_coding 1 NA 4 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000368489 protein_coding 6 1 5 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000368487 protein_coding 7 1 5 ATP8B2 ENSG00000143515 +CDS chr1 154331048 154331146 ENST00000672630 protein_coding 1 NA 5 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000368489 protein_coding 6 1 6 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000368487 protein_coding 7 1 6 ATP8B2 ENSG00000143515 +CDS chr1 154331444 154331505 ENST00000672630 protein_coding 1 NA 6 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000368489 protein_coding 6 1 7 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000368487 protein_coding 7 1 7 ATP8B2 ENSG00000143515 +CDS chr1 154331606 154331678 ENST00000672630 protein_coding 1 NA 7 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000368489 protein_coding 6 1 8 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000368487 protein_coding 7 1 8 ATP8B2 ENSG00000143515 +CDS chr1 154331954 154332024 ENST00000672630 protein_coding 1 NA 8 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000368489 protein_coding 6 1 9 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000368487 protein_coding 7 1 9 ATP8B2 ENSG00000143515 +CDS chr1 154332618 154332697 ENST00000672630 protein_coding 1 NA 9 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000368489 protein_coding 6 1 10 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000368487 protein_coding 7 1 10 ATP8B2 ENSG00000143515 +CDS chr1 154334107 154334265 ENST00000672630 protein_coding 1 NA 10 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000368489 protein_coding 6 1 11 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000368487 protein_coding 7 1 11 ATP8B2 ENSG00000143515 +CDS chr1 154334503 154334591 ENST00000672630 protein_coding 1 NA 11 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337544 ENST00000368489 protein_coding 6 1 12 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337671 ENST00000368487 protein_coding 7 1 12 ATP8B2 ENSG00000143515 +CDS chr1 154337348 154337544 ENST00000672630 protein_coding 1 NA 12 ATP8B2 ENSG00000143515 +CDS chr1 154340854 154341062 ENST00000368489 protein_coding 6 1 13 ATP8B2 ENSG00000143515 +CDS chr1 154340854 154341062 ENST00000672630 protein_coding 1 NA 13 ATP8B2 ENSG00000143515 +CDS chr1 154342480 154342523 ENST00000368489 protein_coding 6 1 14 ATP8B2 ENSG00000143515 +CDS chr1 154342480 154342523 ENST00000672630 protein_coding 1 NA 14 ATP8B2 ENSG00000143515 +CDS chr1 154342796 154342961 ENST00000368489 protein_coding 6 1 15 ATP8B2 ENSG00000143515 +CDS chr1 154342796 154342961 ENST00000672630 protein_coding 1 NA 15 ATP8B2 ENSG00000143515 +CDS chr1 154343113 154343301 ENST00000368489 protein_coding 6 1 16 ATP8B2 ENSG00000143515 +CDS chr1 154343113 154343301 ENST00000672630 protein_coding 1 NA 16 ATP8B2 ENSG00000143515 +CDS chr1 154343453 154343568 ENST00000368489 protein_coding 6 1 17 ATP8B2 ENSG00000143515 +CDS chr1 154343453 154343568 ENST00000672630 protein_coding 1 NA 17 ATP8B2 ENSG00000143515 +CDS chr1 154343893 154344057 ENST00000368489 protein_coding 6 1 18 ATP8B2 ENSG00000143515 +CDS chr1 154343893 154344057 ENST00000672630 protein_coding 1 NA 18 ATP8B2 ENSG00000143515 +CDS chr1 154344143 154344254 ENST00000368489 protein_coding 6 1 19 ATP8B2 ENSG00000143515 +CDS chr1 154344143 154344254 ENST00000672630 protein_coding 1 NA 19 ATP8B2 ENSG00000143515 +CDS chr1 154344395 154344500 ENST00000368489 protein_coding 6 1 20 ATP8B2 ENSG00000143515 +CDS chr1 154344395 154344500 ENST00000672630 protein_coding 1 NA 20 ATP8B2 ENSG00000143515 +CDS chr1 154344641 154344785 ENST00000368489 protein_coding 6 1 21 ATP8B2 ENSG00000143515 +CDS chr1 154344641 154344785 ENST00000672630 protein_coding 1 NA 21 ATP8B2 ENSG00000143515 +CDS chr1 154344971 154345154 ENST00000368489 protein_coding 6 1 22 ATP8B2 ENSG00000143515 +CDS chr1 154344971 154345154 ENST00000672630 protein_coding 1 NA 22 ATP8B2 ENSG00000143515 +CDS chr1 154345322 154345545 ENST00000368489 protein_coding 6 1 23 ATP8B2 ENSG00000143515 +CDS chr1 154345322 154345545 ENST00000672630 protein_coding 1 NA 23 ATP8B2 ENSG00000143515 +CDS chr1 154345800 154345883 ENST00000368489 protein_coding 6 1 24 ATP8B2 ENSG00000143515 +CDS chr1 154345800 154345883 ENST00000672630 protein_coding 1 NA 24 ATP8B2 ENSG00000143515 +CDS chr1 154346231 154346476 ENST00000368489 protein_coding 6 1 25 ATP8B2 ENSG00000143515 +CDS chr1 154346231 154346476 ENST00000672630 protein_coding 1 NA 25 ATP8B2 ENSG00000143515 +CDS chr1 154346620 154346758 ENST00000368489 protein_coding 6 1 26 ATP8B2 ENSG00000143515 +CDS chr1 154346620 154346758 ENST00000672630 protein_coding 1 NA 26 ATP8B2 ENSG00000143515 +CDS chr1 154348408 154348538 ENST00000368489 protein_coding 6 1 27 ATP8B2 ENSG00000143515 +CDS chr1 154348408 154348538 ENST00000672630 protein_coding 1 NA 27 ATP8B2 ENSG00000143515 +CDS chr1 154348840 154349115 ENST00000368489 protein_coding 6 1 28 ATP8B2 ENSG00000143515 +CDS chr1 154348840 154349115 ENST00000672630 protein_coding 1 NA 28 ATP8B2 ENSG00000143515 +transcript chr1 154405193 154437544 ENST00000622330 protein_coding 4 1 NA IL6R ENSG00000160712 +transcript chr1 154405223 154466877 ENST00000344086 protein_coding 8 1 NA IL6R ENSG00000160712 +transcript chr1 154405343 154469450 ENST00000368485 protein_coding 8 1 NA IL6R ENSG00000160712 +transcript chr1 154405615 154434583 ENST00000512471 protein_coding 1 4 NA IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000622330 protein_coding 4 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000344086 protein_coding 8 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000368485 protein_coding 8 1 1 IL6R ENSG00000160712 +CDS chr1 154405630 154405714 ENST00000512471 protein_coding 1 4 1 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000622330 protein_coding 4 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000344086 protein_coding 8 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000368485 protein_coding 8 1 2 IL6R ENSG00000160712 +CDS chr1 154429196 154429444 ENST00000512471 protein_coding 1 4 2 IL6R ENSG00000160712 +transcript chr1 154429343 154449979 ENST00000476006 protein_coding 5 3 NA IL6R ENSG00000160712 +CDS chr1 154429343 154429444 ENST00000476006 protein_coding 5 3 1 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000622330 protein_coding 4 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000344086 protein_coding 8 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000368485 protein_coding 8 1 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430595 ENST00000512471 protein_coding 1 4 3 IL6R ENSG00000160712 +CDS chr1 154430483 154430606 ENST00000476006 protein_coding 5 3 2 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000622330 protein_coding 4 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000344086 protein_coding 8 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000368485 protein_coding 8 1 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434583 ENST00000512471 protein_coding 1 4 4 IL6R ENSG00000160712 +CDS chr1 154434519 154434700 ENST00000476006 protein_coding 5 3 3 IL6R ENSG00000160712 +transcript chr1 154434653 154454583 ENST00000515190 protein_coding 1 2 NA IL6R ENSG00000160712 +CDS chr1 154434653 154434700 ENST00000515190 protein_coding 1 2 1 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000622330 protein_coding 4 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000344086 protein_coding 8 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000368485 protein_coding 8 1 5 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000476006 protein_coding 5 3 4 IL6R ENSG00000160712 +CDS chr1 154434990 154435156 ENST00000515190 protein_coding 1 2 2 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000622330 protein_coding 4 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000344086 protein_coding 8 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000368485 protein_coding 8 1 6 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000476006 protein_coding 5 3 5 IL6R ENSG00000160712 +CDS chr1 154435969 154436110 ENST00000515190 protein_coding 1 2 3 IL6R ENSG00000160712 +CDS chr1 154437435 154437541 ENST00000622330 protein_coding 4 1 7 IL6R ENSG00000160712 +CDS chr1 154445047 154445094 ENST00000476006 protein_coding 5 3 6 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000344086 protein_coding 8 1 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000368485 protein_coding 8 1 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000476006 protein_coding 5 3 7 IL6R ENSG00000160712 +CDS chr1 154448125 154448171 ENST00000515190 protein_coding 1 2 4 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000344086 protein_coding 8 1 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000368485 protein_coding 8 1 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449979 ENST00000476006 protein_coding 5 3 8 IL6R ENSG00000160712 +CDS chr1 154449911 154449980 ENST00000515190 protein_coding 1 2 5 IL6R ENSG00000160712 +CDS chr1 154454488 154454581 ENST00000368485 protein_coding 8 1 9 IL6R ENSG00000160712 +CDS chr1 154454488 154454583 ENST00000515190 protein_coding 1 2 6 IL6R ENSG00000160712 +CDS chr1 154465134 154465162 ENST00000344086 protein_coding 8 1 9 IL6R ENSG00000160712 +CDS chr1 154465134 154465377 ENST00000368485 protein_coding 8 1 10 IL6R ENSG00000160712 +transcript chr1 154469772 154486044 ENST00000486773 protein_coding 1 3 NA SHE ENSG00000169291 +CDS chr1 154470344 154470362 ENST00000486773 protein_coding 1 3 2 SHE ENSG00000169291 +transcript chr1 154479481 154489166 ENST00000555188 protein_coding 5 1 NA SHE ENSG00000169291 +transcript chr1 154479481 154502412 ENST00000304760 protein_coding 3 1 NA SHE ENSG00000169291 +CDS chr1 154484152 154484335 ENST00000304760 protein_coding 3 1 6 SHE ENSG00000169291 +CDS chr1 154485942 154486062 ENST00000555188 protein_coding 5 1 3 SHE ENSG00000169291 +CDS chr1 154485943 154486044 ENST00000486773 protein_coding 1 3 1 SHE ENSG00000169291 +CDS chr1 154485943 154486062 ENST00000304760 protein_coding 3 1 5 SHE ENSG00000169291 +CDS chr1 154486527 154486683 ENST00000555188 protein_coding 5 1 2 SHE ENSG00000169291 +CDS chr1 154486527 154486683 ENST00000304760 protein_coding 3 1 4 SHE ENSG00000169291 +CDS chr1 154489051 154489166 ENST00000555188 protein_coding 5 1 1 SHE ENSG00000169291 +CDS chr1 154489051 154489356 ENST00000304760 protein_coding 3 1 3 SHE ENSG00000169291 +CDS chr1 154499112 154499238 ENST00000304760 protein_coding 3 1 2 SHE ENSG00000169291 +CDS chr1 154501436 154502026 ENST00000304760 protein_coding 3 1 1 SHE ENSG00000169291 +transcript chr1 154502219 154548147 ENST00000368482 protein_coding 8 1 NA TDRD10 ENSG00000163239 +transcript chr1 154502972 154548147 ENST00000368480 protein_coding 3 2 NA TDRD10 ENSG00000163239 +CDS chr1 154506904 154506905 ENST00000368482 protein_coding 8 1 2 TDRD10 ENSG00000163239 +CDS chr1 154506904 154506905 ENST00000368480 protein_coding 3 2 2 TDRD10 ENSG00000163239 +CDS chr1 154507241 154507320 ENST00000368482 protein_coding 8 1 3 TDRD10 ENSG00000163239 +CDS chr1 154507241 154507320 ENST00000368480 protein_coding 3 2 3 TDRD10 ENSG00000163239 +CDS chr1 154508423 154508481 ENST00000368482 protein_coding 8 1 4 TDRD10 ENSG00000163239 +CDS chr1 154508423 154508481 ENST00000368480 protein_coding 3 2 4 TDRD10 ENSG00000163239 +CDS chr1 154520304 154520374 ENST00000368482 protein_coding 8 1 5 TDRD10 ENSG00000163239 +CDS chr1 154520304 154520374 ENST00000368480 protein_coding 3 2 5 TDRD10 ENSG00000163239 +CDS chr1 154521323 154521479 ENST00000368482 protein_coding 8 1 6 TDRD10 ENSG00000163239 +CDS chr1 154521323 154521479 ENST00000368480 protein_coding 3 2 6 TDRD10 ENSG00000163239 +CDS chr1 154542024 154542066 ENST00000368482 protein_coding 8 1 7 TDRD10 ENSG00000163239 +CDS chr1 154542024 154542066 ENST00000368480 protein_coding 3 2 7 TDRD10 ENSG00000163239 +CDS chr1 154542731 154542821 ENST00000368482 protein_coding 8 1 8 TDRD10 ENSG00000163239 +CDS chr1 154542731 154542821 ENST00000368480 protein_coding 3 2 8 TDRD10 ENSG00000163239 +CDS chr1 154543963 154544110 ENST00000368482 protein_coding 8 1 9 TDRD10 ENSG00000163239 +CDS chr1 154543963 154544110 ENST00000368480 protein_coding 3 2 9 TDRD10 ENSG00000163239 +CDS chr1 154544372 154544517 ENST00000368482 protein_coding 8 1 10 TDRD10 ENSG00000163239 +CDS chr1 154544372 154544517 ENST00000368480 protein_coding 3 2 10 TDRD10 ENSG00000163239 +CDS chr1 154544795 154544949 ENST00000368482 protein_coding 8 1 11 TDRD10 ENSG00000163239 +CDS chr1 154544795 154544949 ENST00000368480 protein_coding 3 2 11 TDRD10 ENSG00000163239 +CDS chr1 154547409 154547479 ENST00000368482 protein_coding 8 1 12 TDRD10 ENSG00000163239 +CDS chr1 154547409 154547554 ENST00000368480 protein_coding 3 2 12 TDRD10 ENSG00000163239 +CDS chr1 154547678 154547707 ENST00000368482 protein_coding 8 1 13 TDRD10 ENSG00000163239 +transcript chr1 154548577 154558662 ENST00000292211 protein_coding 5 1 NA UBE2Q1 ENSG00000160714 +CDS chr1 154550441 154550469 ENST00000292211 protein_coding 5 1 13 UBE2Q1 ENSG00000160714 +CDS chr1 154550938 154551004 ENST00000292211 protein_coding 5 1 12 UBE2Q1 ENSG00000160714 +CDS chr1 154551397 154551492 ENST00000292211 protein_coding 5 1 11 UBE2Q1 ENSG00000160714 +CDS chr1 154551771 154551819 ENST00000292211 protein_coding 5 1 10 UBE2Q1 ENSG00000160714 +CDS chr1 154551921 154551979 ENST00000292211 protein_coding 5 1 9 UBE2Q1 ENSG00000160714 +CDS chr1 154552093 154552183 ENST00000292211 protein_coding 5 1 8 UBE2Q1 ENSG00000160714 +CDS chr1 154552404 154552464 ENST00000292211 protein_coding 5 1 7 UBE2Q1 ENSG00000160714 +CDS chr1 154552736 154552820 ENST00000292211 protein_coding 5 1 6 UBE2Q1 ENSG00000160714 +CDS chr1 154553032 154553172 ENST00000292211 protein_coding 5 1 5 UBE2Q1 ENSG00000160714 +CDS chr1 154554735 154554785 ENST00000292211 protein_coding 5 1 4 UBE2Q1 ENSG00000160714 +CDS chr1 154555428 154555532 ENST00000292211 protein_coding 5 1 3 UBE2Q1 ENSG00000160714 +CDS chr1 154555860 154555964 ENST00000292211 protein_coding 5 1 2 UBE2Q1 ENSG00000160714 +CDS chr1 154558227 154558553 ENST00000292211 protein_coding 5 1 1 UBE2Q1 ENSG00000160714 +transcript chr1 154567778 154580013 ENST00000368476 protein_coding 4 1 NA CHRNB2 ENSG00000160716 +transcript chr1 154567835 154576597 ENST00000637900 protein_coding 1 5 NA CHRNB2 ENSG00000160716 +CDS chr1 154568045 154568108 ENST00000368476 protein_coding 4 1 1 CHRNB2 ENSG00000160716 +CDS chr1 154568045 154568108 ENST00000637900 protein_coding 1 5 1 CHRNB2 ENSG00000160716 +CDS chr1 154569462 154569607 ENST00000368476 protein_coding 4 1 2 CHRNB2 ENSG00000160716 +CDS chr1 154569462 154569607 ENST00000637900 protein_coding 1 5 2 CHRNB2 ENSG00000160716 +CDS chr1 154569792 154569836 ENST00000368476 protein_coding 4 1 3 CHRNB2 ENSG00000160716 +CDS chr1 154569792 154569842 ENST00000637900 protein_coding 1 5 3 CHRNB2 ENSG00000160716 +CDS chr1 154570258 154570367 ENST00000368476 protein_coding 4 1 4 CHRNB2 ENSG00000160716 +CDS chr1 154570258 154570367 ENST00000637900 protein_coding 1 5 4 CHRNB2 ENSG00000160716 +CDS chr1 154571189 154572161 ENST00000368476 protein_coding 4 1 5 CHRNB2 ENSG00000160716 +CDS chr1 154571189 154572161 ENST00000637900 protein_coding 1 5 5 CHRNB2 ENSG00000160716 +CDS chr1 154575762 154575929 ENST00000368476 protein_coding 4 1 6 CHRNB2 ENSG00000160716 +CDS chr1 154575762 154575929 ENST00000637900 protein_coding 1 5 6 CHRNB2 ENSG00000160716 +transcript chr1 154581695 154627922 ENST00000679899 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154581695 154627987 ENST00000680270 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154581695 154628004 ENST00000681056 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582057 154608186 ENST00000368474 protein_coding 9 1 NA ADAR ENSG00000160710 +transcript chr1 154582057 154608186 ENST00000680305 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582067 154608186 ENST00000648231 protein_coding 2 NA NA ADAR ENSG00000160710 +transcript chr1 154582067 154627968 ENST00000368471 protein_coding 8 1 NA ADAR ENSG00000160710 +transcript chr1 154582069 154627991 ENST00000649022 protein_coding 2 NA NA ADAR ENSG00000160710 +transcript chr1 154582096 154627976 ENST00000649042 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154608797 ENST00000649749 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154627609 ENST00000648311 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582107 154628013 ENST00000649724 protein_coding 1 NA NA ADAR ENSG00000160710 +transcript chr1 154582230 154608170 ENST00000529168 protein_coding 2 5 NA ADAR ENSG00000160710 +transcript chr1 154584365 154627963 ENST00000681683 protein_coding 1 NA NA ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000679899 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000680270 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000681056 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000368474 protein_coding 9 1 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000680305 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000648231 protein_coding 2 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000368471 protein_coding 8 1 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649022 protein_coding 2 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649042 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649749 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000648311 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000649724 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000529168 protein_coding 2 5 15 ADAR ENSG00000160710 +CDS chr1 154584809 154585043 ENST00000681683 protein_coding 1 NA 16 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000679899 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000680270 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000681056 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000368474 protein_coding 9 1 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000680305 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000648231 protein_coding 2 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000368471 protein_coding 8 1 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649022 protein_coding 2 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649042 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649749 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000648311 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000649724 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000529168 protein_coding 2 5 14 ADAR ENSG00000160710 +CDS chr1 154585217 154585344 ENST00000681683 protein_coding 1 NA 15 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000679899 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000680270 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000681056 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000368474 protein_coding 9 1 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000680305 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000648231 protein_coding 2 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000368471 protein_coding 8 1 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649022 protein_coding 2 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649042 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649749 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000648311 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000649724 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000529168 protein_coding 2 5 13 ADAR ENSG00000160710 +CDS chr1 154585753 154585865 ENST00000681683 protein_coding 1 NA 14 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000679899 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000680270 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000681056 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000368474 protein_coding 9 1 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000648231 protein_coding 2 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000368471 protein_coding 8 1 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649022 protein_coding 2 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649042 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649749 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000648311 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000649724 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000529168 protein_coding 2 5 12 ADAR ENSG00000160710 +CDS chr1 154586181 154586363 ENST00000681683 protein_coding 1 NA 13 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000679899 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000680270 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000681056 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000368474 protein_coding 9 1 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000680305 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000648231 protein_coding 2 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000368471 protein_coding 8 1 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649022 protein_coding 2 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649042 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649749 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000648311 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000649724 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000529168 protein_coding 2 5 11 ADAR ENSG00000160710 +CDS chr1 154588125 154588258 ENST00000681683 protein_coding 1 NA 12 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000679899 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000680270 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000681056 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000368474 protein_coding 9 1 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000680305 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000648231 protein_coding 2 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000368471 protein_coding 8 1 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649022 protein_coding 2 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649042 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649749 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000648311 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000649724 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000529168 protein_coding 2 5 10 ADAR ENSG00000160710 +CDS chr1 154588551 154588673 ENST00000681683 protein_coding 1 NA 11 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000679899 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000680270 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000681056 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000368474 protein_coding 9 1 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000680305 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000648231 protein_coding 2 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000368471 protein_coding 8 1 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649022 protein_coding 2 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649042 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649749 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000648311 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000649724 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000529168 protein_coding 2 5 9 ADAR ENSG00000160710 +CDS chr1 154589369 154589462 ENST00000681683 protein_coding 1 NA 10 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000679899 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000680270 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000681056 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000368474 protein_coding 9 1 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000680305 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000648231 protein_coding 2 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000368471 protein_coding 8 1 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649022 protein_coding 2 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649042 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649749 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000648311 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000649724 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000529168 protein_coding 2 5 8 ADAR ENSG00000160710 +CDS chr1 154589757 154589928 ENST00000681683 protein_coding 1 NA 9 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000679899 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000680270 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000681056 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000368474 protein_coding 9 1 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000680305 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000648231 protein_coding 2 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000368471 protein_coding 8 1 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649022 protein_coding 2 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649042 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649749 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000648311 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000649724 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154590184 154590409 ENST00000681683 protein_coding 1 NA 8 ADAR ENSG00000160710 +CDS chr1 154590262 154590409 ENST00000529168 protein_coding 2 5 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596938 ENST00000679899 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000680270 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000681056 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000368474 protein_coding 9 1 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000680305 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000648231 protein_coding 2 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000368471 protein_coding 8 1 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649022 protein_coding 2 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649042 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649749 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000648311 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000649724 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000529168 protein_coding 2 5 6 ADAR ENSG00000160710 +CDS chr1 154596805 154596995 ENST00000681683 protein_coding 1 NA 7 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000679899 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000680270 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000681056 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000368474 protein_coding 9 1 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000680305 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000648231 protein_coding 2 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000368471 protein_coding 8 1 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649022 protein_coding 2 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649042 protein_coding 1 NA 6 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649749 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000648311 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000649724 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000529168 protein_coding 2 5 5 ADAR ENSG00000160710 +CDS chr1 154597123 154597267 ENST00000681683 protein_coding 1 NA 6 ADAR ENSG00000160710 +transcript chr1 154597265 154608825 ENST00000648871 protein_coding 1 NA NA ADAR ENSG00000160710 +CDS chr1 154597265 154597267 ENST00000648871 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000679899 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000680270 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000681056 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000368474 protein_coding 9 1 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000680305 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648231 protein_coding 2 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000368471 protein_coding 8 1 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649022 protein_coding 2 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649042 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649749 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648311 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000649724 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000529168 protein_coding 2 5 4 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000681683 protein_coding 1 NA 5 ADAR ENSG00000160710 +CDS chr1 154597828 154597976 ENST00000648871 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000679899 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000680270 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000681056 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000368474 protein_coding 9 1 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000680305 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648231 protein_coding 2 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000368471 protein_coding 8 1 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649022 protein_coding 2 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649042 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649749 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648311 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000649724 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000529168 protein_coding 2 5 3 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000681683 protein_coding 1 NA 4 ADAR ENSG00000160710 +CDS chr1 154598402 154598585 ENST00000648871 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000679899 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000680270 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000681056 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000368474 protein_coding 9 1 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000680305 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648231 protein_coding 2 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000368471 protein_coding 8 1 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649022 protein_coding 2 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649042 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649749 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648311 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000649724 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154601041 154602626 ENST00000529168 protein_coding 2 5 2 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000681683 protein_coding 1 NA 3 ADAR ENSG00000160710 +CDS chr1 154601041 154601756 ENST00000648871 protein_coding 1 NA 2 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000368474 protein_coding 9 1 1 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000680305 protein_coding 1 NA 1 ADAR ENSG00000160710 +CDS chr1 154607992 154608006 ENST00000529168 protein_coding 2 5 1 ADAR ENSG00000160710 +transcript chr1 154697455 154870281 ENST00000271915 protein_coding 9 1 NA KCNN3 ENSG00000143603 +transcript chr1 154697474 154870278 ENST00000618040 protein_coding 4 5 NA KCNN3 ENSG00000143603 +transcript chr1 154707426 154859843 ENST00000361147 protein_coding 8 1 NA KCNN3 ENSG00000143603 +transcript chr1 154707952 154868319 ENST00000358505 protein_coding 2 1 NA KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000271915 protein_coding 9 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000361147 protein_coding 8 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000358505 protein_coding 2 1 8 KCNN3 ENSG00000143603 +CDS chr1 154707979 154708272 ENST00000618040 protein_coding 4 5 9 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000271915 protein_coding 9 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000361147 protein_coding 8 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000358505 protein_coding 2 1 7 KCNN3 ENSG00000143603 +CDS chr1 154713464 154713533 ENST00000618040 protein_coding 4 5 8 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000271915 protein_coding 9 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000361147 protein_coding 8 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000358505 protein_coding 2 1 6 KCNN3 ENSG00000143603 +CDS chr1 154714876 154715003 ENST00000618040 protein_coding 4 5 7 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000271915 protein_coding 9 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000361147 protein_coding 8 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000358505 protein_coding 2 1 5 KCNN3 ENSG00000143603 +CDS chr1 154725916 154726026 ENST00000618040 protein_coding 4 5 6 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000271915 protein_coding 9 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000361147 protein_coding 8 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000358505 protein_coding 2 1 4 KCNN3 ENSG00000143603 +CDS chr1 154733003 154733144 ENST00000618040 protein_coding 4 5 5 KCNN3 ENSG00000143603 +CDS chr1 154737044 154737088 ENST00000618040 protein_coding 4 5 4 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000271915 protein_coding 9 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000361147 protein_coding 8 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000358505 protein_coding 2 1 3 KCNN3 ENSG00000143603 +CDS chr1 154771975 154772393 ENST00000618040 protein_coding 4 5 3 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000271915 protein_coding 9 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000361147 protein_coding 8 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822178 ENST00000358505 protein_coding 2 1 2 KCNN3 ENSG00000143603 +CDS chr1 154822089 154822184 ENST00000618040 protein_coding 4 5 2 KCNN3 ENSG00000143603 +CDS chr1 154859695 154859712 ENST00000361147 protein_coding 8 1 1 KCNN3 ENSG00000143603 +CDS chr1 154869032 154869964 ENST00000271915 protein_coding 9 1 1 KCNN3 ENSG00000143603 +CDS chr1 154869032 154869964 ENST00000618040 protein_coding 4 5 1 KCNN3 ENSG00000143603 +transcript chr1 154924740 154936719 ENST00000368467 protein_coding 4 1 NA PMVK ENSG00000163344 +CDS chr1 154925132 154925265 ENST00000368467 protein_coding 4 1 5 PMVK ENSG00000163344 +CDS chr1 154926354 154926483 ENST00000368467 protein_coding 4 1 4 PMVK ENSG00000163344 +CDS chr1 154929024 154929176 ENST00000368467 protein_coding 4 1 3 PMVK ENSG00000163344 +CDS chr1 154932352 154932415 ENST00000368467 protein_coding 4 1 2 PMVK ENSG00000163344 +CDS chr1 154936591 154936685 ENST00000368467 protein_coding 4 1 1 PMVK ENSG00000163344 +transcript chr1 154944076 154956121 ENST00000368465 protein_coding 5 2 NA PBXIP1 ENSG00000163346 +transcript chr1 154944080 154956099 ENST00000368463 protein_coding 8 1 NA PBXIP1 ENSG00000163346 +CDS chr1 154945027 154945117 ENST00000368465 protein_coding 5 2 10 PBXIP1 ENSG00000163346 +CDS chr1 154945027 154945117 ENST00000368463 protein_coding 8 1 11 PBXIP1 ENSG00000163346 +CDS chr1 154945572 154946803 ENST00000368465 protein_coding 5 2 9 PBXIP1 ENSG00000163346 +CDS chr1 154945572 154946803 ENST00000368463 protein_coding 8 1 10 PBXIP1 ENSG00000163346 +transcript chr1 154947098 154956111 ENST00000368460 protein_coding 7 3 NA PBXIP1 ENSG00000163346 +CDS chr1 154947249 154947548 ENST00000368460 protein_coding 7 3 9 PBXIP1 ENSG00000163346 +CDS chr1 154947417 154947548 ENST00000368465 protein_coding 5 2 8 PBXIP1 ENSG00000163346 +CDS chr1 154947417 154947548 ENST00000368463 protein_coding 8 1 9 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368465 protein_coding 5 2 7 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368463 protein_coding 8 1 8 PBXIP1 ENSG00000163346 +CDS chr1 154947642 154947712 ENST00000368460 protein_coding 7 3 8 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368465 protein_coding 5 2 6 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368463 protein_coding 8 1 7 PBXIP1 ENSG00000163346 +CDS chr1 154947982 154948005 ENST00000368460 protein_coding 7 3 7 PBXIP1 ENSG00000163346 +CDS chr1 154948133 154948366 ENST00000368465 protein_coding 5 2 5 PBXIP1 ENSG00000163346 +CDS chr1 154948133 154948366 ENST00000368463 protein_coding 8 1 6 PBXIP1 ENSG00000163346 +CDS chr1 154948226 154948366 ENST00000368460 protein_coding 7 3 6 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368465 protein_coding 5 2 4 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368463 protein_coding 8 1 5 PBXIP1 ENSG00000163346 +CDS chr1 154951232 154951397 ENST00000368460 protein_coding 7 3 5 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368465 protein_coding 5 2 3 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368463 protein_coding 8 1 4 PBXIP1 ENSG00000163346 +CDS chr1 154951471 154951535 ENST00000368460 protein_coding 7 3 4 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951885 ENST00000368465 protein_coding 5 2 2 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951921 ENST00000368463 protein_coding 8 1 3 PBXIP1 ENSG00000163346 +CDS chr1 154951795 154951921 ENST00000368460 protein_coding 7 3 3 PBXIP1 ENSG00000163346 +CDS chr1 154953671 154953721 ENST00000368463 protein_coding 8 1 2 PBXIP1 ENSG00000163346 +CDS chr1 154953671 154953721 ENST00000368460 protein_coding 7 3 2 PBXIP1 ENSG00000163346 +transcript chr1 154957026 154961782 ENST00000368457 protein_coding 3 1 NA PYGO2 ENSG00000163348 +transcript chr1 154958740 154962036 ENST00000368456 protein_coding 1 2 NA PYGO2 ENSG00000163348 +CDS chr1 154958782 154959846 ENST00000368457 protein_coding 3 1 3 PYGO2 ENSG00000163348 +CDS chr1 154958782 154959846 ENST00000368456 protein_coding 1 2 3 PYGO2 ENSG00000163348 +CDS chr1 154960977 154961026 ENST00000368457 protein_coding 3 1 2 PYGO2 ENSG00000163348 +CDS chr1 154960977 154961018 ENST00000368456 protein_coding 1 2 2 PYGO2 ENSG00000163348 +CDS chr1 154961474 154961576 ENST00000368457 protein_coding 3 1 1 PYGO2 ENSG00000163348 +transcript chr1 154962298 154970741 ENST00000368445 protein_coding 9 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154970747 ENST00000368449 protein_coding 8 5 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154970747 ENST00000448116 protein_coding 7 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154974376 ENST00000368450 protein_coding 5 1 NA SHC1 ENSG00000160691 +transcript chr1 154962298 154974376 ENST00000368453 protein_coding 8 1 NA SHC1 ENSG00000160691 +transcript chr1 154963677 154966490 ENST00000444664 protein_coding 5 5 NA SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368445 protein_coding 9 1 12 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368449 protein_coding 8 5 10 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000448116 protein_coding 7 1 12 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368450 protein_coding 5 1 13 SHC1 ENSG00000160691 +CDS chr1 154963806 154963931 ENST00000368453 protein_coding 8 1 13 SHC1 ENSG00000160691 +CDS chr1 154964093 154964368 ENST00000444664 protein_coding 5 5 5 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368445 protein_coding 9 1 11 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368449 protein_coding 8 5 9 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000448116 protein_coding 7 1 11 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368450 protein_coding 5 1 12 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000368453 protein_coding 8 1 12 SHC1 ENSG00000160691 +CDS chr1 154965543 154965781 ENST00000444664 protein_coding 5 5 4 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368445 protein_coding 9 1 10 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368449 protein_coding 8 5 8 SHC1 ENSG00000160691 +CDS chr1 154965946 154966080 ENST00000448116 protein_coding 7 1 10 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000368450 protein_coding 5 1 11 SHC1 ENSG00000160691 +CDS chr1 154965946 154966080 ENST00000368453 protein_coding 8 1 11 SHC1 ENSG00000160691 +CDS chr1 154965946 154966077 ENST00000444664 protein_coding 5 5 3 SHC1 ENSG00000160691 +transcript chr1 154965992 154968893 ENST00000414115 protein_coding 5 3 NA SHC1 ENSG00000160691 +CDS chr1 154965992 154966080 ENST00000414115 protein_coding 5 3 7 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368445 protein_coding 9 1 9 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368449 protein_coding 8 5 7 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000448116 protein_coding 7 1 9 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368450 protein_coding 5 1 10 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000368453 protein_coding 8 1 10 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000444664 protein_coding 5 5 2 SHC1 ENSG00000160691 +CDS chr1 154966162 154966231 ENST00000414115 protein_coding 5 3 6 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368445 protein_coding 9 1 8 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368449 protein_coding 8 5 6 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000448116 protein_coding 7 1 8 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368450 protein_coding 5 1 9 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000368453 protein_coding 8 1 9 SHC1 ENSG00000160691 +CDS chr1 154966319 154966490 ENST00000444664 protein_coding 5 5 1 SHC1 ENSG00000160691 +CDS chr1 154966319 154966517 ENST00000414115 protein_coding 5 3 5 SHC1 ENSG00000160691 +transcript chr1 154966425 154968874 ENST00000444179 protein_coding 5 2 NA SHC1 ENSG00000160691 +CDS chr1 154966425 154966517 ENST00000444179 protein_coding 5 2 6 SHC1 ENSG00000160691 +transcript chr1 154967670 154974336 ENST00000412170 protein_coding 5 5 NA SHC1 ENSG00000160691 +CDS chr1 154967670 154967797 ENST00000412170 protein_coding 5 5 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368445 protein_coding 9 1 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368449 protein_coding 8 5 5 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000448116 protein_coding 7 1 7 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368450 protein_coding 5 1 8 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000368453 protein_coding 8 1 8 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000414115 protein_coding 5 3 4 SHC1 ENSG00000160691 +CDS chr1 154967671 154967797 ENST00000444179 protein_coding 5 2 5 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368445 protein_coding 9 1 6 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368449 protein_coding 8 5 4 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000448116 protein_coding 7 1 6 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368450 protein_coding 5 1 7 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000368453 protein_coding 8 1 7 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000414115 protein_coding 5 3 3 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000444179 protein_coding 5 2 4 SHC1 ENSG00000160691 +CDS chr1 154967980 154968031 ENST00000412170 protein_coding 5 5 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368445 protein_coding 9 1 5 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368449 protein_coding 8 5 3 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000448116 protein_coding 7 1 5 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368450 protein_coding 5 1 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000368453 protein_coding 8 1 6 SHC1 ENSG00000160691 +CDS chr1 154968204 154968257 ENST00000444179 protein_coding 5 2 3 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368445 protein_coding 9 1 4 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000368449 protein_coding 8 5 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000448116 protein_coding 7 1 4 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368450 protein_coding 5 1 5 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000368453 protein_coding 8 1 5 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000414115 protein_coding 5 3 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968557 ENST00000444179 protein_coding 5 2 2 SHC1 ENSG00000160691 +CDS chr1 154968495 154968614 ENST00000412170 protein_coding 5 5 5 SHC1 ENSG00000160691 +transcript chr1 154968502 154974395 ENST00000366442 protein_coding 2 3 NA SHC1 ENSG00000160691 +CDS chr1 154968502 154968614 ENST00000366442 protein_coding 2 3 6 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368445 protein_coding 9 1 3 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000448116 protein_coding 7 1 3 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368450 protein_coding 5 1 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000368453 protein_coding 8 1 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000412170 protein_coding 5 5 4 SHC1 ENSG00000160691 +CDS chr1 154968771 154968834 ENST00000366442 protein_coding 2 3 5 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368445 protein_coding 9 1 2 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000448116 protein_coding 7 1 2 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368450 protein_coding 5 1 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000368453 protein_coding 8 1 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000412170 protein_coding 5 5 3 SHC1 ENSG00000160691 +CDS chr1 154969378 154969448 ENST00000366442 protein_coding 2 3 4 SHC1 ENSG00000160691 +CDS chr1 154970032 154970526 ENST00000368445 protein_coding 9 1 1 SHC1 ENSG00000160691 +CDS chr1 154970032 154970526 ENST00000448116 protein_coding 7 1 1 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000368450 protein_coding 5 1 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000368453 protein_coding 8 1 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000412170 protein_coding 5 5 2 SHC1 ENSG00000160691 +CDS chr1 154970032 154970196 ENST00000366442 protein_coding 2 3 3 SHC1 ENSG00000160691 +transcript chr1 154974653 154979248 ENST00000368439 protein_coding 5 1 NA CKS1B ENSG00000173207 +transcript chr1 154974681 154979251 ENST00000308987 protein_coding 6 1 NA CKS1B ENSG00000173207 +transcript chr1 154974683 154978684 ENST00000368436 protein_coding 1 2 NA CKS1B ENSG00000173207 +CDS chr1 154974746 154974804 ENST00000308987 protein_coding 6 1 1 CKS1B ENSG00000173207 +CDS chr1 154974746 154974804 ENST00000368436 protein_coding 1 2 1 CKS1B ENSG00000173207 +CDS chr1 154974902 154974912 ENST00000368439 protein_coding 5 1 1 CKS1B ENSG00000173207 +CDS chr1 154977987 154978114 ENST00000368439 protein_coding 5 1 2 CKS1B ENSG00000173207 +CDS chr1 154977987 154978114 ENST00000308987 protein_coding 6 1 2 CKS1B ENSG00000173207 +CDS chr1 154977987 154978128 ENST00000368436 protein_coding 1 2 2 CKS1B ENSG00000173207 +CDS chr1 154978725 154978774 ENST00000368439 protein_coding 5 1 3 CKS1B ENSG00000173207 +CDS chr1 154978725 154978774 ENST00000308987 protein_coding 6 1 3 CKS1B ENSG00000173207 +transcript chr1 154983344 154993111 ENST00000292180 protein_coding 8 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983352 154991206 ENST00000368433 protein_coding 5 2 NA FLAD1 ENSG00000160688 +transcript chr1 154983359 154993111 ENST00000315144 protein_coding 14 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983365 154993111 ENST00000368432 protein_coding 5 1 NA FLAD1 ENSG00000160688 +transcript chr1 154983367 154989012 ENST00000368431 protein_coding 7 1 NA FLAD1 ENSG00000160688 +CDS chr1 154983695 154984066 ENST00000292180 protein_coding 8 1 1 FLAD1 ENSG00000160688 +CDS chr1 154983695 154984066 ENST00000368433 protein_coding 5 2 1 FLAD1 ENSG00000160688 +CDS chr1 154983986 154984066 ENST00000315144 protein_coding 14 1 2 FLAD1 ENSG00000160688 +CDS chr1 154983986 154984066 ENST00000368432 protein_coding 5 1 2 FLAD1 ENSG00000160688 +CDS chr1 154988030 154988911 ENST00000368431 protein_coding 7 1 3 FLAD1 ENSG00000160688 +transcript chr1 154988057 154993111 ENST00000295530 protein_coding 6 1 NA FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000292180 protein_coding 8 1 2 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000368433 protein_coding 5 2 2 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000315144 protein_coding 14 1 3 FLAD1 ENSG00000160688 +CDS chr1 154988105 154988849 ENST00000368432 protein_coding 5 1 3 FLAD1 ENSG00000160688 +CDS chr1 154988534 154988849 ENST00000295530 protein_coding 6 1 1 FLAD1 ENSG00000160688 +transcript chr1 154988541 154993111 ENST00000368428 protein_coding 1 3 NA FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000292180 protein_coding 8 1 3 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000368433 protein_coding 5 2 3 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000315144 protein_coding 14 1 4 FLAD1 ENSG00000160688 +CDS chr1 154989560 154989707 ENST00000368432 protein_coding 5 1 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000292180 protein_coding 8 1 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990261 ENST00000368433 protein_coding 5 2 4 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000315144 protein_coding 14 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000368432 protein_coding 5 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990159 154990257 ENST00000295530 protein_coding 6 1 2 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000292180 protein_coding 8 1 5 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000315144 protein_coding 14 1 6 FLAD1 ENSG00000160688 +CDS chr1 154990339 154990528 ENST00000368432 protein_coding 5 1 6 FLAD1 ENSG00000160688 +CDS chr1 154990352 154990528 ENST00000368428 protein_coding 1 3 3 FLAD1 ENSG00000160688 +CDS chr1 154992565 154992659 ENST00000295530 protein_coding 6 1 3 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000292180 protein_coding 8 1 6 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000315144 protein_coding 14 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992787 ENST00000368432 protein_coding 5 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992713 154992786 ENST00000368428 protein_coding 1 3 4 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000292180 protein_coding 8 1 7 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000315144 protein_coding 14 1 8 FLAD1 ENSG00000160688 +CDS chr1 154992902 154993034 ENST00000368428 protein_coding 1 3 5 FLAD1 ENSG00000160688 +transcript chr1 154993586 154994315 ENST00000392487 protein_coding 2 NA NA LENEP ENSG00000163352 +CDS chr1 154993608 154993790 ENST00000392487 protein_coding 2 NA 1 LENEP ENSG00000163352 +transcript chr1 155002630 155018522 ENST00000417934 protein_coding 6 2 NA ZBTB7B ENSG00000160685 +transcript chr1 155002657 155018522 ENST00000368426 protein_coding 3 1 NA ZBTB7B ENSG00000160685 +transcript chr1 155002802 155018523 ENST00000535420 protein_coding 6 5 NA ZBTB7B ENSG00000160685 +CDS chr1 155010920 155011015 ENST00000417934 protein_coding 6 2 3 ZBTB7B ENSG00000160685 +transcript chr1 155014448 155016981 ENST00000292176 protein_coding 2 1 NA ZBTB7B ENSG00000160685 +CDS chr1 155014655 155015814 ENST00000417934 protein_coding 6 2 4 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000368426 protein_coding 3 1 3 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000535420 protein_coding 6 5 2 ZBTB7B ENSG00000160685 +CDS chr1 155014661 155015814 ENST00000292176 protein_coding 2 1 1 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000417934 protein_coding 6 2 5 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000368426 protein_coding 3 1 4 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000535420 protein_coding 6 5 3 ZBTB7B ENSG00000160685 +CDS chr1 155016220 155016682 ENST00000292176 protein_coding 2 1 2 ZBTB7B ENSG00000160685 +transcript chr1 155018527 155033781 ENST00000368424 protein_coding 4 1 NA DCST2 ENSG00000163354 +CDS chr1 155018547 155018760 ENST00000368424 protein_coding 4 1 15 DCST2 ENSG00000163354 +CDS chr1 155023117 155023257 ENST00000368424 protein_coding 4 1 14 DCST2 ENSG00000163354 +CDS chr1 155023364 155023457 ENST00000368424 protein_coding 4 1 13 DCST2 ENSG00000163354 +CDS chr1 155023832 155023959 ENST00000368424 protein_coding 4 1 12 DCST2 ENSG00000163354 +CDS chr1 155024472 155024602 ENST00000368424 protein_coding 4 1 11 DCST2 ENSG00000163354 +CDS chr1 155026302 155026402 ENST00000368424 protein_coding 4 1 10 DCST2 ENSG00000163354 +CDS chr1 155026548 155026715 ENST00000368424 protein_coding 4 1 9 DCST2 ENSG00000163354 +CDS chr1 155029233 155029397 ENST00000368424 protein_coding 4 1 8 DCST2 ENSG00000163354 +CDS chr1 155030084 155030241 ENST00000368424 protein_coding 4 1 7 DCST2 ENSG00000163354 +CDS chr1 155030432 155030645 ENST00000368424 protein_coding 4 1 6 DCST2 ENSG00000163354 +CDS chr1 155031169 155031234 ENST00000368424 protein_coding 4 1 5 DCST2 ENSG00000163354 +CDS chr1 155031574 155031771 ENST00000368424 protein_coding 4 1 4 DCST2 ENSG00000163354 +CDS chr1 155032667 155032768 ENST00000368424 protein_coding 4 1 3 DCST2 ENSG00000163354 +CDS chr1 155033094 155033264 ENST00000368424 protein_coding 4 1 2 DCST2 ENSG00000163354 +CDS chr1 155033434 155033701 ENST00000368424 protein_coding 4 1 1 DCST2 ENSG00000163354 +transcript chr1 155033824 155050930 ENST00000295542 protein_coding 6 2 NA DCST1 ENSG00000163357 +transcript chr1 155033829 155050930 ENST00000423025 protein_coding 6 2 NA DCST1 ENSG00000163357 +transcript chr1 155033970 155049264 ENST00000368419 protein_coding 2 1 NA DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000295542 protein_coding 6 2 2 DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000423025 protein_coding 6 2 2 DCST1 ENSG00000163357 +CDS chr1 155034037 155034097 ENST00000368419 protein_coding 2 1 1 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000295542 protein_coding 6 2 3 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000423025 protein_coding 6 2 3 DCST1 ENSG00000163357 +CDS chr1 155034435 155034560 ENST00000368419 protein_coding 2 1 2 DCST1 ENSG00000163357 +CDS chr1 155034653 155034727 ENST00000295542 protein_coding 6 2 4 DCST1 ENSG00000163357 +CDS chr1 155034653 155034727 ENST00000368419 protein_coding 2 1 3 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000295542 protein_coding 6 2 5 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000423025 protein_coding 6 2 4 DCST1 ENSG00000163357 +CDS chr1 155039403 155039531 ENST00000368419 protein_coding 2 1 4 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000295542 protein_coding 6 2 6 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000423025 protein_coding 6 2 5 DCST1 ENSG00000163357 +CDS chr1 155040485 155040624 ENST00000368419 protein_coding 2 1 5 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000295542 protein_coding 6 2 7 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000423025 protein_coding 6 2 6 DCST1 ENSG00000163357 +CDS chr1 155041397 155041613 ENST00000368419 protein_coding 2 1 6 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000295542 protein_coding 6 2 8 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000423025 protein_coding 6 2 7 DCST1 ENSG00000163357 +CDS chr1 155041714 155041857 ENST00000368419 protein_coding 2 1 7 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000295542 protein_coding 6 2 9 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000423025 protein_coding 6 2 8 DCST1 ENSG00000163357 +CDS chr1 155042735 155042856 ENST00000368419 protein_coding 2 1 8 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000295542 protein_coding 6 2 10 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000423025 protein_coding 6 2 9 DCST1 ENSG00000163357 +CDS chr1 155043352 155043509 ENST00000368419 protein_coding 2 1 9 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000295542 protein_coding 6 2 11 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000423025 protein_coding 6 2 10 DCST1 ENSG00000163357 +CDS chr1 155045893 155045992 ENST00000368419 protein_coding 2 1 10 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000295542 protein_coding 6 2 12 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000423025 protein_coding 6 2 11 DCST1 ENSG00000163357 +CDS chr1 155046125 155046220 ENST00000368419 protein_coding 2 1 11 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000295542 protein_coding 6 2 13 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000423025 protein_coding 6 2 12 DCST1 ENSG00000163357 +CDS chr1 155046360 155046486 ENST00000368419 protein_coding 2 1 12 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000295542 protein_coding 6 2 14 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000423025 protein_coding 6 2 13 DCST1 ENSG00000163357 +CDS chr1 155047196 155047312 ENST00000368419 protein_coding 2 1 13 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000295542 protein_coding 6 2 15 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000423025 protein_coding 6 2 14 DCST1 ENSG00000163357 +CDS chr1 155047787 155047929 ENST00000368419 protein_coding 2 1 14 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000295542 protein_coding 6 2 16 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000423025 protein_coding 6 2 15 DCST1 ENSG00000163357 +CDS chr1 155048057 155048170 ENST00000368419 protein_coding 2 1 15 DCST1 ENSG00000163357 +CDS chr1 155048994 155049116 ENST00000368419 protein_coding 2 1 16 DCST1 ENSG00000163357 +CDS chr1 155050617 155050865 ENST00000295542 protein_coding 6 2 17 DCST1 ENSG00000163357 +CDS chr1 155050617 155050865 ENST00000423025 protein_coding 6 2 16 DCST1 ENSG00000163357 +transcript chr1 155051286 155062758 ENST00000355956 protein_coding 6 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000359280 protein_coding 8 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000360674 protein_coding 8 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000368412 protein_coding 7 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051286 155062758 ENST00000449910 protein_coding 6 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051306 155062775 ENST00000271836 protein_coding 10 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051316 155062769 ENST00000368413 protein_coding 5 5 NA ADAM15 ENSG00000143537 +transcript chr1 155051316 155062775 ENST00000356955 protein_coding 7 1 NA ADAM15 ENSG00000143537 +transcript chr1 155051351 155062669 ENST00000531455 protein_coding 5 2 NA ADAM15 ENSG00000143537 +transcript chr1 155051352 155058683 ENST00000447332 protein_coding 3 2 NA ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000355956 protein_coding 6 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000359280 protein_coding 8 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000360674 protein_coding 8 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000368412 protein_coding 7 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000449910 protein_coding 6 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000271836 protein_coding 10 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000368413 protein_coding 5 5 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000356955 protein_coding 7 1 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000531455 protein_coding 5 2 1 ADAM15 ENSG00000143537 +CDS chr1 155051387 155051465 ENST00000447332 protein_coding 3 2 1 ADAM15 ENSG00000143537 +CDS chr1 155052531 155052559 ENST00000447332 protein_coding 3 2 2 ADAM15 ENSG00000143537 +CDS chr1 155052641 155052777 ENST00000531455 protein_coding 5 2 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000355956 protein_coding 6 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000359280 protein_coding 8 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000360674 protein_coding 8 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000368412 protein_coding 7 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000449910 protein_coding 6 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000271836 protein_coding 10 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000368413 protein_coding 5 5 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000356955 protein_coding 7 1 2 ADAM15 ENSG00000143537 +CDS chr1 155052671 155052777 ENST00000447332 protein_coding 3 2 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000355956 protein_coding 6 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000359280 protein_coding 8 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000360674 protein_coding 8 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000368412 protein_coding 7 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000449910 protein_coding 6 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000271836 protein_coding 10 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000368413 protein_coding 5 5 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000356955 protein_coding 7 1 3 ADAM15 ENSG00000143537 +CDS chr1 155053417 155053493 ENST00000531455 protein_coding 5 2 3 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000355956 protein_coding 6 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000359280 protein_coding 8 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000360674 protein_coding 8 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000368412 protein_coding 7 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000449910 protein_coding 6 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000271836 protein_coding 10 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053923 ENST00000368413 protein_coding 5 5 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000356955 protein_coding 7 1 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000531455 protein_coding 5 2 4 ADAM15 ENSG00000143537 +CDS chr1 155053910 155053988 ENST00000447332 protein_coding 3 2 4 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000355956 protein_coding 6 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000359280 protein_coding 8 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000360674 protein_coding 8 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000368412 protein_coding 7 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000449910 protein_coding 6 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000271836 protein_coding 10 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000356955 protein_coding 7 1 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000531455 protein_coding 5 2 5 ADAM15 ENSG00000143537 +CDS chr1 155054150 155054226 ENST00000447332 protein_coding 3 2 5 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000355956 protein_coding 6 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000359280 protein_coding 8 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000360674 protein_coding 8 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000368412 protein_coding 7 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000449910 protein_coding 6 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000271836 protein_coding 10 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000356955 protein_coding 7 1 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000531455 protein_coding 5 2 6 ADAM15 ENSG00000143537 +CDS chr1 155054314 155054506 ENST00000447332 protein_coding 3 2 6 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000355956 protein_coding 6 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000359280 protein_coding 8 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000360674 protein_coding 8 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000368412 protein_coding 7 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000449910 protein_coding 6 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000271836 protein_coding 10 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000356955 protein_coding 7 1 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000531455 protein_coding 5 2 7 ADAM15 ENSG00000143537 +CDS chr1 155055790 155055852 ENST00000447332 protein_coding 3 2 7 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000355956 protein_coding 6 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000359280 protein_coding 8 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000360674 protein_coding 8 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000368412 protein_coding 7 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000449910 protein_coding 6 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000271836 protein_coding 10 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000356955 protein_coding 7 1 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000531455 protein_coding 5 2 8 ADAM15 ENSG00000143537 +CDS chr1 155055932 155056000 ENST00000447332 protein_coding 3 2 8 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000355956 protein_coding 6 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000359280 protein_coding 8 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000360674 protein_coding 8 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000368412 protein_coding 7 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000449910 protein_coding 6 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000271836 protein_coding 10 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000356955 protein_coding 7 1 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000531455 protein_coding 5 2 9 ADAM15 ENSG00000143537 +CDS chr1 155056080 155056249 ENST00000447332 protein_coding 3 2 9 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000355956 protein_coding 6 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000359280 protein_coding 8 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000360674 protein_coding 8 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000368412 protein_coding 7 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000449910 protein_coding 6 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000271836 protein_coding 10 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000356955 protein_coding 7 1 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000531455 protein_coding 5 2 10 ADAM15 ENSG00000143537 +CDS chr1 155056386 155056470 ENST00000447332 protein_coding 3 2 10 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000355956 protein_coding 6 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000359280 protein_coding 8 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000360674 protein_coding 8 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000368412 protein_coding 7 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000449910 protein_coding 6 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000271836 protein_coding 10 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000356955 protein_coding 7 1 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000531455 protein_coding 5 2 11 ADAM15 ENSG00000143537 +CDS chr1 155056953 155057101 ENST00000447332 protein_coding 3 2 11 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000355956 protein_coding 6 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000359280 protein_coding 8 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000360674 protein_coding 8 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000368412 protein_coding 7 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000449910 protein_coding 6 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000271836 protein_coding 10 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000356955 protein_coding 7 1 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000531455 protein_coding 5 2 12 ADAM15 ENSG00000143537 +CDS chr1 155057188 155057362 ENST00000447332 protein_coding 3 2 12 ADAM15 ENSG00000143537 +CDS chr1 155057199 155057362 ENST00000368413 protein_coding 5 5 5 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000355956 protein_coding 6 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000359280 protein_coding 8 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000360674 protein_coding 8 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000368412 protein_coding 7 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000449910 protein_coding 6 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000271836 protein_coding 10 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000368413 protein_coding 5 5 6 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000356955 protein_coding 7 1 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000531455 protein_coding 5 2 13 ADAM15 ENSG00000143537 +CDS chr1 155057637 155057729 ENST00000447332 protein_coding 3 2 13 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000355956 protein_coding 6 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000359280 protein_coding 8 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000360674 protein_coding 8 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000368412 protein_coding 7 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000449910 protein_coding 6 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000271836 protein_coding 10 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000368413 protein_coding 5 5 7 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000356955 protein_coding 7 1 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000531455 protein_coding 5 2 14 ADAM15 ENSG00000143537 +CDS chr1 155057851 155058155 ENST00000447332 protein_coding 3 2 14 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000355956 protein_coding 6 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000359280 protein_coding 8 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000360674 protein_coding 8 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000368412 protein_coding 7 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000449910 protein_coding 6 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000271836 protein_coding 10 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000368413 protein_coding 5 5 8 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000356955 protein_coding 7 1 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058441 ENST00000531455 protein_coding 5 2 15 ADAM15 ENSG00000143537 +CDS chr1 155058246 155058471 ENST00000447332 protein_coding 3 2 15 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000355956 protein_coding 6 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000359280 protein_coding 8 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000360674 protein_coding 8 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000368412 protein_coding 7 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000449910 protein_coding 6 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000271836 protein_coding 10 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000368413 protein_coding 5 5 9 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000356955 protein_coding 7 1 16 ADAM15 ENSG00000143537 +CDS chr1 155058710 155058787 ENST00000531455 protein_coding 5 2 16 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000355956 protein_coding 6 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000359280 protein_coding 8 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000360674 protein_coding 8 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000368412 protein_coding 7 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000449910 protein_coding 6 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000271836 protein_coding 10 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000368413 protein_coding 5 5 10 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000356955 protein_coding 7 1 17 ADAM15 ENSG00000143537 +CDS chr1 155059902 155059974 ENST00000531455 protein_coding 5 2 17 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000355956 protein_coding 6 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000359280 protein_coding 8 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000360674 protein_coding 8 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000368412 protein_coding 7 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000449910 protein_coding 6 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000271836 protein_coding 10 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000368413 protein_coding 5 5 11 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000356955 protein_coding 7 1 18 ADAM15 ENSG00000143537 +CDS chr1 155060205 155060343 ENST00000531455 protein_coding 5 2 18 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000355956 protein_coding 6 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000359280 protein_coding 8 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000449910 protein_coding 6 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000271836 protein_coding 10 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000368413 protein_coding 5 5 12 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000356955 protein_coding 7 1 19 ADAM15 ENSG00000143537 +CDS chr1 155060763 155060832 ENST00000531455 protein_coding 5 2 19 ADAM15 ENSG00000143537 +CDS chr1 155061415 155061489 ENST00000355956 protein_coding 6 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061415 155061489 ENST00000356955 protein_coding 7 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061418 155061489 ENST00000368412 protein_coding 7 1 19 ADAM15 ENSG00000143537 +CDS chr1 155061418 155061489 ENST00000449910 protein_coding 6 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000359280 protein_coding 8 1 20 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000449910 protein_coding 6 1 21 ADAM15 ENSG00000143537 +CDS chr1 155061904 155061975 ENST00000356955 protein_coding 7 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000355956 protein_coding 6 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000359280 protein_coding 8 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062353 ENST00000360674 protein_coding 8 1 19 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062353 ENST00000368412 protein_coding 7 1 20 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000449910 protein_coding 6 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000271836 protein_coding 10 1 20 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000368413 protein_coding 5 5 13 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000356955 protein_coding 7 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062245 155062369 ENST00000531455 protein_coding 5 2 20 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000355956 protein_coding 6 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000359280 protein_coding 8 1 22 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000449910 protein_coding 6 1 23 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000271836 protein_coding 10 1 21 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000368413 protein_coding 5 5 14 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000356955 protein_coding 7 1 23 ADAM15 ENSG00000143537 +CDS chr1 155062460 155062499 ENST00000531455 protein_coding 5 2 21 ADAM15 ENSG00000143537 +transcript chr1 155063737 155069538 ENST00000359751 protein_coding 8 1 NA EFNA4 ENSG00000243364 +transcript chr1 155063740 155069553 ENST00000368409 protein_coding 8 1 NA EFNA4 ENSG00000243364 +transcript chr1 155063748 155086807 ENST00000505139 protein_coding 1 2 NA NA ENSG00000251246 +transcript chr1 155063761 155069538 ENST00000427683 protein_coding 2 2 NA EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000359751 protein_coding 8 1 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000368409 protein_coding 8 1 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000427683 protein_coding 2 2 1 EFNA4 ENSG00000243364 +CDS chr1 155063824 155063936 ENST00000505139 protein_coding 1 2 1 NA ENSG00000251246 +CDS chr1 155066730 155067016 ENST00000359751 protein_coding 8 1 2 EFNA4 ENSG00000243364 +CDS chr1 155066730 155067016 ENST00000368409 protein_coding 8 1 2 EFNA4 ENSG00000243364 +CDS chr1 155066730 155067016 ENST00000427683 protein_coding 2 2 2 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000359751 protein_coding 8 1 3 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000368409 protein_coding 8 1 3 EFNA4 ENSG00000243364 +CDS chr1 155067372 155067440 ENST00000427683 protein_coding 2 2 3 EFNA4 ENSG00000243364 +CDS chr1 155068853 155068986 ENST00000368409 protein_coding 8 1 4 EFNA4 ENSG00000243364 +CDS chr1 155068999 155069108 ENST00000359751 protein_coding 8 1 4 EFNA4 ENSG00000243364 +CDS chr1 155069019 155069170 ENST00000427683 protein_coding 2 2 4 EFNA4 ENSG00000243364 +transcript chr1 155078837 155087538 ENST00000368408 protein_coding 4 1 NA EFNA3 ENSG00000143590 +CDS chr1 155078942 155079069 ENST00000368408 protein_coding 4 1 1 EFNA3 ENSG00000143590 +CDS chr1 155085091 155085404 ENST00000505139 protein_coding 1 2 2 NA ENSG00000251246 +CDS chr1 155085091 155085404 ENST00000368408 protein_coding 4 1 2 EFNA3 ENSG00000143590 +CDS chr1 155085877 155085942 ENST00000505139 protein_coding 1 2 3 NA ENSG00000251246 +CDS chr1 155085877 155085942 ENST00000368408 protein_coding 4 1 3 EFNA3 ENSG00000143590 +CDS chr1 155086128 155086205 ENST00000505139 protein_coding 1 2 4 NA ENSG00000251246 +CDS chr1 155086128 155086205 ENST00000368408 protein_coding 4 1 4 EFNA3 ENSG00000143590 +CDS chr1 155086413 155086540 ENST00000505139 protein_coding 1 2 5 NA ENSG00000251246 +CDS chr1 155086413 155086540 ENST00000368408 protein_coding 4 1 5 EFNA3 ENSG00000143590 +transcript chr1 155127876 155134857 ENST00000368406 protein_coding 2 1 NA EFNA1 ENSG00000169242 +transcript chr1 155127876 155134899 ENST00000368407 protein_coding 8 1 NA EFNA1 ENSG00000169242 +CDS chr1 155127978 155128069 ENST00000368406 protein_coding 2 1 1 EFNA1 ENSG00000169242 +CDS chr1 155127978 155128069 ENST00000368407 protein_coding 8 1 1 EFNA1 ENSG00000169242 +CDS chr1 155131339 155131634 ENST00000368406 protein_coding 2 1 2 EFNA1 ENSG00000169242 +CDS chr1 155131339 155131634 ENST00000368407 protein_coding 8 1 2 EFNA1 ENSG00000169242 +CDS chr1 155133503 155133568 ENST00000368407 protein_coding 8 1 3 EFNA1 ENSG00000169242 +CDS chr1 155133730 155133780 ENST00000368406 protein_coding 2 1 3 EFNA1 ENSG00000169242 +CDS chr1 155133730 155133780 ENST00000368407 protein_coding 8 1 4 EFNA1 ENSG00000169242 +CDS chr1 155133955 155134064 ENST00000368406 protein_coding 2 1 4 EFNA1 ENSG00000169242 +CDS chr1 155133955 155134064 ENST00000368407 protein_coding 8 1 5 EFNA1 ENSG00000169242 +transcript chr1 155135344 155138368 ENST00000484157 protein_coding 5 3 NA SLC50A1 ENSG00000169241 +CDS chr1 155135672 155135680 ENST00000484157 protein_coding 5 3 1 SLC50A1 ENSG00000169241 +transcript chr1 155135812 155138857 ENST00000368401 protein_coding 6 1 NA SLC50A1 ENSG00000169241 +transcript chr1 155135812 155138857 ENST00000622581 protein_coding 4 5 NA SLC50A1 ENSG00000169241 +transcript chr1 155135850 155138852 ENST00000303343 protein_coding 12 1 NA SLC50A1 ENSG00000169241 +transcript chr1 155135852 155138853 ENST00000368404 protein_coding 9 1 NA SLC50A1 ENSG00000169241 +CDS chr1 155135912 155135991 ENST00000303343 protein_coding 12 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135912 155135991 ENST00000368404 protein_coding 9 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135953 155135991 ENST00000368401 protein_coding 6 1 1 SLC50A1 ENSG00000169241 +CDS chr1 155135953 155135972 ENST00000622581 protein_coding 4 5 1 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000484157 protein_coding 5 3 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000368401 protein_coding 6 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000303343 protein_coding 12 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136299 155136376 ENST00000368404 protein_coding 9 1 2 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000622581 protein_coding 4 5 2 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000303343 protein_coding 12 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155136828 155136951 ENST00000368404 protein_coding 9 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000484157 protein_coding 5 3 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000368401 protein_coding 6 1 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000622581 protein_coding 4 5 3 SLC50A1 ENSG00000169241 +CDS chr1 155137561 155137722 ENST00000368404 protein_coding 9 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000484157 protein_coding 5 3 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000368401 protein_coding 6 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000622581 protein_coding 4 5 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000303343 protein_coding 12 1 4 SLC50A1 ENSG00000169241 +CDS chr1 155137979 155138098 ENST00000368404 protein_coding 9 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000484157 protein_coding 5 3 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000368401 protein_coding 6 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000622581 protein_coding 4 5 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000303343 protein_coding 12 1 5 SLC50A1 ENSG00000169241 +CDS chr1 155138180 155138278 ENST00000368404 protein_coding 9 1 6 SLC50A1 ENSG00000169241 +transcript chr1 155139891 155140407 ENST00000368399 protein_coding 1 NA NA DPM3 ENSG00000179085 +transcript chr1 155139891 155140531 ENST00000368400 protein_coding 5 1 NA DPM3 ENSG00000179085 +transcript chr1 155139891 155140595 ENST00000341298 protein_coding 3 2 NA DPM3 ENSG00000179085 +CDS chr1 155139965 155140330 ENST00000368399 protein_coding 1 NA 1 DPM3 ENSG00000179085 +CDS chr1 155139965 155140240 ENST00000368400 protein_coding 5 1 2 DPM3 ENSG00000179085 +CDS chr1 155139965 155140240 ENST00000341298 protein_coding 3 2 2 DPM3 ENSG00000179085 +transcript chr1 155169408 155173254 ENST00000497317 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169408 155173304 ENST00000295682 protein_coding 6 1 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169408 155173475 ENST00000491084 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169409 155173268 ENST00000482246 protein_coding 5 3 NA KRTCAP2 ENSG00000163463 +transcript chr1 155169409 155187272 ENST00000473363 protein_coding 3 5 NA NA ENSG00000273088 +CDS chr1 155169409 155169560 ENST00000473363 protein_coding 3 5 5 NA ENSG00000273088 +CDS chr1 155169426 155169560 ENST00000497317 protein_coding 5 3 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169560 ENST00000295682 protein_coding 6 1 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169560 ENST00000491084 protein_coding 5 3 5 KRTCAP2 ENSG00000163463 +CDS chr1 155169443 155169619 ENST00000482246 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155169787 155169857 ENST00000497317 protein_coding 5 3 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000295682 protein_coding 6 1 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000491084 protein_coding 5 3 4 KRTCAP2 ENSG00000163463 +CDS chr1 155169791 155169857 ENST00000473363 protein_coding 3 5 4 NA ENSG00000273088 +CDS chr1 155172565 155172628 ENST00000497317 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172628 ENST00000295682 protein_coding 6 1 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172628 ENST00000491084 protein_coding 5 3 3 KRTCAP2 ENSG00000163463 +CDS chr1 155172565 155172892 ENST00000473363 protein_coding 3 5 3 NA ENSG00000273088 +CDS chr1 155172738 155172892 ENST00000497317 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172892 ENST00000295682 protein_coding 6 1 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172830 ENST00000491084 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155172738 155172892 ENST00000482246 protein_coding 5 3 2 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000497317 protein_coding 5 3 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000295682 protein_coding 6 1 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173221 155173224 ENST00000482246 protein_coding 5 3 1 KRTCAP2 ENSG00000163463 +CDS chr1 155173317 155173474 ENST00000473363 protein_coding 3 5 2 NA ENSG00000273088 +transcript chr1 155173787 155184971 ENST00000545012 protein_coding 5 2 NA TRIM46 ENSG00000163462 +transcript chr1 155173849 155184970 ENST00000334634 protein_coding 9 1 NA TRIM46 ENSG00000163462 +transcript chr1 155173878 155180621 ENST00000368385 protein_coding 8 1 NA TRIM46 ENSG00000163462 +transcript chr1 155173891 155179935 ENST00000543729 protein_coding 5 5 NA TRIM46 ENSG00000163462 +transcript chr1 155173900 155182862 ENST00000368383 protein_coding 7 5 NA TRIM46 ENSG00000163462 +transcript chr1 155173909 155184969 ENST00000368382 protein_coding 5 2 NA TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000334634 protein_coding 9 1 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000368385 protein_coding 8 1 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000543729 protein_coding 5 5 1 TRIM46 ENSG00000163462 +CDS chr1 155173967 155174029 ENST00000368383 protein_coding 7 5 1 TRIM46 ENSG00000163462 +transcript chr1 155174754 155184971 ENST00000611379 protein_coding 1 1 NA TRIM46 ENSG00000163462 +CDS chr1 155174814 155174837 ENST00000611379 protein_coding 1 1 1 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000334634 protein_coding 9 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000368385 protein_coding 8 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000543729 protein_coding 5 5 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000368383 protein_coding 7 5 2 TRIM46 ENSG00000163462 +CDS chr1 155175386 155175647 ENST00000611379 protein_coding 1 1 2 TRIM46 ENSG00000163462 +CDS chr1 155175392 155175647 ENST00000368382 protein_coding 5 2 2 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000334634 protein_coding 9 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368385 protein_coding 8 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000543729 protein_coding 5 5 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368383 protein_coding 7 5 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000368382 protein_coding 5 2 3 TRIM46 ENSG00000163462 +CDS chr1 155175888 155176231 ENST00000611379 protein_coding 1 1 3 TRIM46 ENSG00000163462 +CDS chr1 155175941 155176231 ENST00000545012 protein_coding 5 2 2 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000545012 protein_coding 5 2 3 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000334634 protein_coding 9 1 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368385 protein_coding 8 1 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000543729 protein_coding 5 5 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368383 protein_coding 7 5 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000368382 protein_coding 5 2 4 TRIM46 ENSG00000163462 +CDS chr1 155176932 155177075 ENST00000611379 protein_coding 1 1 4 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000545012 protein_coding 5 2 4 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000334634 protein_coding 9 1 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368385 protein_coding 8 1 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000543729 protein_coding 5 5 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368383 protein_coding 7 5 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000368382 protein_coding 5 2 5 TRIM46 ENSG00000163462 +CDS chr1 155177195 155177290 ENST00000611379 protein_coding 1 1 5 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000545012 protein_coding 5 2 5 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000334634 protein_coding 9 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368385 protein_coding 8 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000543729 protein_coding 5 5 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368383 protein_coding 7 5 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000368382 protein_coding 5 2 6 TRIM46 ENSG00000163462 +CDS chr1 155178002 155178255 ENST00000611379 protein_coding 1 1 6 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000545012 protein_coding 5 2 6 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000334634 protein_coding 9 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368385 protein_coding 8 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000543729 protein_coding 5 5 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368383 protein_coding 7 5 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000368382 protein_coding 5 2 7 TRIM46 ENSG00000163462 +CDS chr1 155178492 155178613 ENST00000611379 protein_coding 1 1 7 TRIM46 ENSG00000163462 +CDS chr1 155178809 155178846 ENST00000543729 protein_coding 5 5 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000545012 protein_coding 5 2 7 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000334634 protein_coding 9 1 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368385 protein_coding 8 1 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179802 ENST00000543729 protein_coding 5 5 9 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368383 protein_coding 7 5 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000368382 protein_coding 5 2 8 TRIM46 ENSG00000163462 +CDS chr1 155179632 155179934 ENST00000611379 protein_coding 1 1 8 TRIM46 ENSG00000163462 +CDS chr1 155180435 155180499 ENST00000368385 protein_coding 8 1 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000545012 protein_coding 5 2 8 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000334634 protein_coding 9 1 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182195 ENST00000368383 protein_coding 7 5 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000368382 protein_coding 5 2 9 TRIM46 ENSG00000163462 +CDS chr1 155181852 155182149 ENST00000611379 protein_coding 1 1 9 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000545012 protein_coding 5 2 9 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000334634 protein_coding 9 1 10 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000368382 protein_coding 5 2 10 TRIM46 ENSG00000163462 +CDS chr1 155183797 155184187 ENST00000611379 protein_coding 1 1 10 TRIM46 ENSG00000163462 +transcript chr1 155185824 155192915 ENST00000620103 protein_coding 4 5 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000338684 protein_coding 9 1 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000610359 protein_coding 4 1 NA MUC1 ENSG00000185499 +transcript chr1 155185826 155192915 ENST00000615517 protein_coding 4 1 NA MUC1 ENSG00000185499 +transcript chr1 155185827 155188351 ENST00000462317 protein_coding 5 3 NA MUC1 ENSG00000185499 +transcript chr1 155185830 155187767 ENST00000485118 protein_coding 5 3 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000368392 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000368393 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000438413 protein_coding 5 1 NA MUC1 ENSG00000185499 +transcript chr1 155185948 155192893 ENST00000457295 protein_coding 6 2 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000342482 protein_coding 8 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000343256 protein_coding 9 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368389 protein_coding 6 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368390 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368396 protein_coding 8 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000368398 protein_coding 7 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192867 ENST00000471283 protein_coding 5 1 NA MUC1 ENSG00000185499 +transcript chr1 155186123 155192868 ENST00000337604 protein_coding 6 1 NA MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000620103 protein_coding 4 5 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000338684 protein_coding 9 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000610359 protein_coding 4 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000615517 protein_coding 4 1 6 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368392 protein_coding 7 1 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000438413 protein_coding 5 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000342482 protein_coding 8 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000343256 protein_coding 9 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368389 protein_coding 6 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368390 protein_coding 7 1 8 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368396 protein_coding 8 1 5 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000368398 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155186138 155186209 ENST00000337604 protein_coding 6 1 8 MUC1 ENSG00000185499 +CDS chr1 155186775 155186804 ENST00000462317 protein_coding 5 3 6 MUC1 ENSG00000185499 +CDS chr1 155186775 155186804 ENST00000457295 protein_coding 6 2 8 MUC1 ENSG00000185499 +CDS chr1 155187225 155187272 ENST00000473363 protein_coding 3 5 1 NA ENSG00000273088 +CDS chr1 155187225 155187374 ENST00000620103 protein_coding 4 5 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000338684 protein_coding 9 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000610359 protein_coding 4 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000615517 protein_coding 4 1 5 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000462317 protein_coding 5 3 5 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368392 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000438413 protein_coding 5 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000457295 protein_coding 6 2 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000342482 protein_coding 8 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000343256 protein_coding 9 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368389 protein_coding 6 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368390 protein_coding 7 1 7 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368396 protein_coding 8 1 4 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000368398 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187225 155187374 ENST00000337604 protein_coding 6 1 7 MUC1 ENSG00000185499 +CDS chr1 155187256 155187374 ENST00000485118 protein_coding 5 3 3 MUC1 ENSG00000185499 +CDS chr1 155187256 155187374 ENST00000368393 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187302 155187374 ENST00000471283 protein_coding 5 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000620103 protein_coding 4 5 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000338684 protein_coding 9 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000610359 protein_coding 4 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000615517 protein_coding 4 1 4 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000462317 protein_coding 5 3 4 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000485118 protein_coding 5 3 2 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368392 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000438413 protein_coding 5 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000457295 protein_coding 6 2 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000342482 protein_coding 8 1 3 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000343256 protein_coding 9 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368390 protein_coding 7 1 6 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000368398 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187544 ENST00000471283 protein_coding 5 1 5 MUC1 ENSG00000185499 +CDS chr1 155187455 155187576 ENST00000337604 protein_coding 6 1 6 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000620103 protein_coding 4 5 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000338684 protein_coding 9 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000610359 protein_coding 4 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000462317 protein_coding 5 3 3 MUC1 ENSG00000185499 +CDS chr1 155187722 155187767 ENST00000485118 protein_coding 5 3 1 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368392 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368393 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000438413 protein_coding 5 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000457295 protein_coding 6 2 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368390 protein_coding 7 1 5 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000368398 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155187722 155187858 ENST00000337604 protein_coding 6 1 5 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000620103 protein_coding 4 5 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000338684 protein_coding 9 1 3 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000462317 protein_coding 5 3 2 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368392 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368393 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188054 ENST00000438413 protein_coding 5 1 3 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000457295 protein_coding 6 2 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000343256 protein_coding 9 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000368390 protein_coding 7 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000471283 protein_coding 5 1 4 MUC1 ENSG00000185499 +CDS chr1 155188008 155188063 ENST00000337604 protein_coding 6 1 4 MUC1 ENSG00000185499 +CDS chr1 155188163 155188616 ENST00000620103 protein_coding 4 5 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000610359 protein_coding 4 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000615517 protein_coding 4 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188351 ENST00000462317 protein_coding 5 3 1 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368392 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000368393 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000457295 protein_coding 6 2 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000343256 protein_coding 9 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000368389 protein_coding 6 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368390 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000368396 protein_coding 8 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188212 ENST00000368398 protein_coding 7 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188231 ENST00000471283 protein_coding 5 1 3 MUC1 ENSG00000185499 +CDS chr1 155188163 155188285 ENST00000337604 protein_coding 6 1 3 MUC1 ENSG00000185499 +CDS chr1 155191908 155192283 ENST00000620103 protein_coding 4 5 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000338684 protein_coding 9 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000610359 protein_coding 4 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000615517 protein_coding 4 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000368392 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368393 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000438413 protein_coding 5 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000457295 protein_coding 6 2 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000342482 protein_coding 8 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000343256 protein_coding 9 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368389 protein_coding 6 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368390 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192310 ENST00000368396 protein_coding 8 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000368398 protein_coding 7 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000471283 protein_coding 5 1 2 MUC1 ENSG00000185499 +CDS chr1 155192183 155192283 ENST00000337604 protein_coding 6 1 2 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000620103 protein_coding 4 5 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000338684 protein_coding 9 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000610359 protein_coding 4 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000615517 protein_coding 4 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368392 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368393 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000438413 protein_coding 5 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000457295 protein_coding 6 2 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000342482 protein_coding 8 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000343256 protein_coding 9 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368389 protein_coding 6 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368390 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368396 protein_coding 8 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000368398 protein_coding 7 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000471283 protein_coding 5 1 1 MUC1 ENSG00000185499 +CDS chr1 155192786 155192843 ENST00000337604 protein_coding 6 1 1 MUC1 ENSG00000185499 +transcript chr1 155195588 155207897 ENST00000368378 protein_coding 7 1 NA THBS3 ENSG00000169231 +transcript chr1 155195590 155207981 ENST00000541576 protein_coding 5 1 NA THBS3 ENSG00000169231 +transcript chr1 155195666 155207917 ENST00000457183 protein_coding 6 2 NA THBS3 ENSG00000169231 +transcript chr1 155195791 155207899 ENST00000541990 protein_coding 5 1 NA THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000368378 protein_coding 7 1 23 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000541576 protein_coding 5 1 22 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000457183 protein_coding 6 2 21 THBS3 ENSG00000169231 +CDS chr1 155195844 155195899 ENST00000541990 protein_coding 5 1 22 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000368378 protein_coding 7 1 22 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000541576 protein_coding 5 1 21 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000457183 protein_coding 6 2 20 THBS3 ENSG00000169231 +CDS chr1 155195987 155196126 ENST00000541990 protein_coding 5 1 21 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000368378 protein_coding 7 1 21 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000541576 protein_coding 5 1 20 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000457183 protein_coding 6 2 19 THBS3 ENSG00000169231 +CDS chr1 155197041 155197213 ENST00000541990 protein_coding 5 1 20 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000368378 protein_coding 7 1 20 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000541576 protein_coding 5 1 19 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000457183 protein_coding 6 2 18 THBS3 ENSG00000169231 +CDS chr1 155197463 155197659 ENST00000541990 protein_coding 5 1 19 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000368378 protein_coding 7 1 19 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000541576 protein_coding 5 1 18 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000457183 protein_coding 6 2 17 THBS3 ENSG00000169231 +CDS chr1 155197880 155197928 ENST00000541990 protein_coding 5 1 18 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000368378 protein_coding 7 1 18 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000541576 protein_coding 5 1 17 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000457183 protein_coding 6 2 16 THBS3 ENSG00000169231 +CDS chr1 155198042 155198220 ENST00000541990 protein_coding 5 1 17 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000368378 protein_coding 7 1 17 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000541576 protein_coding 5 1 16 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000457183 protein_coding 6 2 15 THBS3 ENSG00000169231 +CDS chr1 155198409 155198602 ENST00000541990 protein_coding 5 1 16 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000368378 protein_coding 7 1 16 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000541576 protein_coding 5 1 15 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000457183 protein_coding 6 2 14 THBS3 ENSG00000169231 +CDS chr1 155199804 155199856 ENST00000541990 protein_coding 5 1 15 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000368378 protein_coding 7 1 15 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000541576 protein_coding 5 1 14 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000457183 protein_coding 6 2 13 THBS3 ENSG00000169231 +CDS chr1 155199995 155200113 ENST00000541990 protein_coding 5 1 14 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000368378 protein_coding 7 1 14 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000541576 protein_coding 5 1 13 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000457183 protein_coding 6 2 12 THBS3 ENSG00000169231 +CDS chr1 155200451 155200610 ENST00000541990 protein_coding 5 1 13 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000368378 protein_coding 7 1 13 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000541576 protein_coding 5 1 12 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000457183 protein_coding 6 2 11 THBS3 ENSG00000169231 +CDS chr1 155200897 155201004 ENST00000541990 protein_coding 5 1 12 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000368378 protein_coding 7 1 12 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000541576 protein_coding 5 1 11 THBS3 ENSG00000169231 +CDS chr1 155201094 155201204 ENST00000457183 protein_coding 6 2 10 THBS3 ENSG00000169231 +CDS chr1 155201094 155201120 ENST00000541990 protein_coding 5 1 11 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000368378 protein_coding 7 1 11 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000541576 protein_coding 5 1 10 THBS3 ENSG00000169231 +CDS chr1 155201417 155201569 ENST00000457183 protein_coding 6 2 9 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000368378 protein_coding 7 1 10 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000541576 protein_coding 5 1 9 THBS3 ENSG00000169231 +CDS chr1 155201957 155202034 ENST00000457183 protein_coding 6 2 8 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000368378 protein_coding 7 1 9 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000541576 protein_coding 5 1 8 THBS3 ENSG00000169231 +CDS chr1 155202261 155202401 ENST00000457183 protein_coding 6 2 7 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000368378 protein_coding 7 1 8 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000541576 protein_coding 5 1 7 THBS3 ENSG00000169231 +CDS chr1 155202812 155202960 ENST00000457183 protein_coding 6 2 6 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000368378 protein_coding 7 1 7 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000541576 protein_coding 5 1 6 THBS3 ENSG00000169231 +CDS chr1 155203086 155203137 ENST00000457183 protein_coding 6 2 5 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000368378 protein_coding 7 1 6 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000541576 protein_coding 5 1 5 THBS3 ENSG00000169231 +CDS chr1 155203223 155203305 ENST00000457183 protein_coding 6 2 4 THBS3 ENSG00000169231 +CDS chr1 155203513 155203539 ENST00000368378 protein_coding 7 1 5 THBS3 ENSG00000169231 +CDS chr1 155203513 155203539 ENST00000457183 protein_coding 6 2 3 THBS3 ENSG00000169231 +CDS chr1 155204855 155204957 ENST00000368378 protein_coding 7 1 4 THBS3 ENSG00000169231 +CDS chr1 155204855 155204957 ENST00000541576 protein_coding 5 1 4 THBS3 ENSG00000169231 +CDS chr1 155205060 155205316 ENST00000368378 protein_coding 7 1 3 THBS3 ENSG00000169231 +CDS chr1 155205060 155205316 ENST00000541576 protein_coding 5 1 3 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000368378 protein_coding 7 1 2 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000541576 protein_coding 5 1 2 THBS3 ENSG00000169231 +CDS chr1 155206200 155206406 ENST00000457183 protein_coding 6 2 2 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000368378 protein_coding 7 1 1 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000541576 protein_coding 5 1 1 THBS3 ENSG00000169231 +CDS chr1 155207798 155207876 ENST00000457183 protein_coding 6 2 1 THBS3 ENSG00000169231 +transcript chr1 155208695 155213823 ENST00000368376 protein_coding 8 1 NA MTX1 ENSG00000173171 +transcript chr1 155208797 155213823 ENST00000316721 protein_coding 8 1 NA MTX1 ENSG00000173171 +CDS chr1 155208805 155209332 ENST00000368376 protein_coding 8 1 1 MTX1 ENSG00000173171 +CDS chr1 155208805 155209332 ENST00000316721 protein_coding 8 1 1 MTX1 ENSG00000173171 +transcript chr1 155209247 155213824 ENST00000609421 protein_coding 1 1 NA MTX1 ENSG00000173171 +CDS chr1 155209252 155209332 ENST00000609421 protein_coding 1 1 1 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000368376 protein_coding 8 1 2 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000316721 protein_coding 8 1 2 MTX1 ENSG00000173171 +CDS chr1 155210346 155210415 ENST00000609421 protein_coding 1 1 2 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000368376 protein_coding 8 1 3 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000316721 protein_coding 8 1 3 MTX1 ENSG00000173171 +CDS chr1 155210548 155210627 ENST00000609421 protein_coding 1 1 3 MTX1 ENSG00000173171 +CDS chr1 155212127 155212219 ENST00000368376 protein_coding 8 1 4 MTX1 ENSG00000173171 +CDS chr1 155212127 155212219 ENST00000609421 protein_coding 1 1 4 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000368376 protein_coding 8 1 5 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000316721 protein_coding 8 1 4 MTX1 ENSG00000173171 +CDS chr1 155212385 155212567 ENST00000609421 protein_coding 1 1 5 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000368376 protein_coding 8 1 6 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000316721 protein_coding 8 1 5 MTX1 ENSG00000173171 +CDS chr1 155212694 155212770 ENST00000609421 protein_coding 1 1 6 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000368376 protein_coding 8 1 7 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000316721 protein_coding 8 1 6 MTX1 ENSG00000173171 +CDS chr1 155213237 155213391 ENST00000609421 protein_coding 1 1 7 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000368376 protein_coding 8 1 8 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000316721 protein_coding 8 1 7 MTX1 ENSG00000173171 +CDS chr1 155213484 155213695 ENST00000609421 protein_coding 1 1 8 MTX1 ENSG00000173171 +transcript chr1 155234452 155241249 ENST00000368373 protein_coding 8 1 NA GBA ENSG00000177628 +transcript chr1 155234452 155244670 ENST00000327247 protein_coding 9 1 NA GBA ENSG00000177628 +transcript chr1 155234559 155241275 ENST00000427500 protein_coding 7 2 NA GBA ENSG00000177628 +transcript chr1 155234868 155244699 ENST00000428024 protein_coding 3 2 NA GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000368373 protein_coding 8 1 11 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000327247 protein_coding 9 1 12 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000427500 protein_coding 7 2 10 GBA ENSG00000177628 +CDS chr1 155234998 155235100 ENST00000428024 protein_coding 3 2 10 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000368373 protein_coding 8 1 10 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000327247 protein_coding 9 1 11 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000427500 protein_coding 7 2 9 GBA ENSG00000177628 +CDS chr1 155235195 155235311 ENST00000428024 protein_coding 3 2 9 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000368373 protein_coding 8 1 9 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000327247 protein_coding 9 1 10 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000427500 protein_coding 7 2 8 GBA ENSG00000177628 +CDS chr1 155235681 155235844 ENST00000428024 protein_coding 3 2 8 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000368373 protein_coding 8 1 8 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000327247 protein_coding 9 1 9 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000427500 protein_coding 7 2 7 GBA ENSG00000177628 +CDS chr1 155236245 155236469 ENST00000428024 protein_coding 3 2 7 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000368373 protein_coding 8 1 7 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000327247 protein_coding 9 1 8 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000427500 protein_coding 7 2 6 GBA ENSG00000177628 +CDS chr1 155237341 155237578 ENST00000428024 protein_coding 3 2 6 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000368373 protein_coding 8 1 6 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000327247 protein_coding 9 1 7 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000427500 protein_coding 7 2 5 GBA ENSG00000177628 +CDS chr1 155238134 155238306 ENST00000428024 protein_coding 3 2 5 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000368373 protein_coding 8 1 5 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000327247 protein_coding 9 1 6 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000427500 protein_coding 7 2 4 GBA ENSG00000177628 +CDS chr1 155238517 155238650 ENST00000428024 protein_coding 3 2 4 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000368373 protein_coding 8 1 4 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000327247 protein_coding 9 1 5 GBA ENSG00000177628 +CDS chr1 155239616 155239762 ENST00000428024 protein_coding 3 2 3 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000368373 protein_coding 8 1 3 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000327247 protein_coding 9 1 4 GBA ENSG00000177628 +CDS chr1 155239886 155240077 ENST00000427500 protein_coding 7 2 3 GBA ENSG00000177628 +CDS chr1 155239886 155239931 ENST00000428024 protein_coding 3 2 2 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000368373 protein_coding 8 1 2 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000327247 protein_coding 9 1 3 GBA ENSG00000177628 +CDS chr1 155240630 155240717 ENST00000427500 protein_coding 7 2 2 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000368373 protein_coding 8 1 1 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000327247 protein_coding 9 1 2 GBA ENSG00000177628 +CDS chr1 155241086 155241112 ENST00000427500 protein_coding 7 2 1 GBA ENSG00000177628 +transcript chr1 155247205 155254960 ENST00000350210 protein_coding 6 1 NA FAM189B ENSG00000160767 +transcript chr1 155247205 155255483 ENST00000361361 protein_coding 7 1 NA FAM189B ENSG00000160767 +transcript chr1 155247217 155254968 ENST00000368368 protein_coding 7 1 NA FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000350210 protein_coding 6 1 9 FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000361361 protein_coding 7 1 12 FAM189B ENSG00000160767 +CDS chr1 155247785 155247955 ENST00000368368 protein_coding 7 1 11 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000350210 protein_coding 6 1 8 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000361361 protein_coding 7 1 11 FAM189B ENSG00000160767 +CDS chr1 155248050 155248303 ENST00000368368 protein_coding 7 1 10 FAM189B ENSG00000160767 +transcript chr1 155248074 155254908 ENST00000491082 protein_coding 1 5 NA FAM189B ENSG00000160767 +CDS chr1 155248074 155248303 ENST00000491082 protein_coding 1 5 7 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000350210 protein_coding 6 1 7 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000361361 protein_coding 7 1 10 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000368368 protein_coding 7 1 9 FAM189B ENSG00000160767 +CDS chr1 155248405 155248473 ENST00000491082 protein_coding 1 5 6 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000350210 protein_coding 6 1 6 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000361361 protein_coding 7 1 9 FAM189B ENSG00000160767 +CDS chr1 155250276 155250821 ENST00000368368 protein_coding 7 1 8 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000350210 protein_coding 6 1 5 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000361361 protein_coding 7 1 8 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000368368 protein_coding 7 1 7 FAM189B ENSG00000160767 +CDS chr1 155251095 155251164 ENST00000491082 protein_coding 1 5 5 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000350210 protein_coding 6 1 4 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000361361 protein_coding 7 1 7 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000368368 protein_coding 7 1 6 FAM189B ENSG00000160767 +CDS chr1 155251502 155251601 ENST00000491082 protein_coding 1 5 4 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000350210 protein_coding 6 1 3 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000361361 protein_coding 7 1 6 FAM189B ENSG00000160767 +CDS chr1 155251733 155251908 ENST00000368368 protein_coding 7 1 5 FAM189B ENSG00000160767 +CDS chr1 155251733 155251905 ENST00000491082 protein_coding 1 5 3 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000350210 protein_coding 6 1 2 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000361361 protein_coding 7 1 5 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000368368 protein_coding 7 1 4 FAM189B ENSG00000160767 +CDS chr1 155253625 155253732 ENST00000491082 protein_coding 1 5 2 FAM189B ENSG00000160767 +CDS chr1 155253859 155253978 ENST00000361361 protein_coding 7 1 4 FAM189B ENSG00000160767 +CDS chr1 155253859 155253978 ENST00000368368 protein_coding 7 1 3 FAM189B ENSG00000160767 +CDS chr1 155254084 155254194 ENST00000361361 protein_coding 7 1 3 FAM189B ENSG00000160767 +CDS chr1 155254084 155254194 ENST00000368368 protein_coding 7 1 2 FAM189B ENSG00000160767 +CDS chr1 155254400 155254456 ENST00000361361 protein_coding 7 1 2 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000350210 protein_coding 6 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000361361 protein_coding 7 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000368368 protein_coding 7 1 1 FAM189B ENSG00000160767 +CDS chr1 155254653 155254877 ENST00000491082 protein_coding 1 5 1 FAM189B ENSG00000160767 +transcript chr1 155255981 155262360 ENST00000302631 protein_coding 8 1 NA SCAMP3 ENSG00000116521 +transcript chr1 155255981 155262430 ENST00000355379 protein_coding 3 1 NA SCAMP3 ENSG00000116521 +CDS chr1 155256276 155256419 ENST00000302631 protein_coding 8 1 9 SCAMP3 ENSG00000116521 +CDS chr1 155256276 155256419 ENST00000355379 protein_coding 3 1 8 SCAMP3 ENSG00000116521 +CDS chr1 155256674 155256791 ENST00000302631 protein_coding 8 1 8 SCAMP3 ENSG00000116521 +CDS chr1 155256674 155256791 ENST00000355379 protein_coding 3 1 7 SCAMP3 ENSG00000116521 +CDS chr1 155257285 155257386 ENST00000302631 protein_coding 8 1 7 SCAMP3 ENSG00000116521 +CDS chr1 155257285 155257386 ENST00000355379 protein_coding 3 1 6 SCAMP3 ENSG00000116521 +CDS chr1 155257498 155257657 ENST00000302631 protein_coding 8 1 6 SCAMP3 ENSG00000116521 +CDS chr1 155257498 155257657 ENST00000355379 protein_coding 3 1 5 SCAMP3 ENSG00000116521 +CDS chr1 155258826 155258954 ENST00000302631 protein_coding 8 1 5 SCAMP3 ENSG00000116521 +CDS chr1 155258826 155258954 ENST00000355379 protein_coding 3 1 4 SCAMP3 ENSG00000116521 +CDS chr1 155260330 155260450 ENST00000302631 protein_coding 8 1 4 SCAMP3 ENSG00000116521 +CDS chr1 155260330 155260450 ENST00000355379 protein_coding 3 1 3 SCAMP3 ENSG00000116521 +CDS chr1 155260537 155260659 ENST00000302631 protein_coding 8 1 3 SCAMP3 ENSG00000116521 +CDS chr1 155260537 155260659 ENST00000355379 protein_coding 3 1 2 SCAMP3 ENSG00000116521 +CDS chr1 155261657 155261734 ENST00000302631 protein_coding 8 1 2 SCAMP3 ENSG00000116521 +CDS chr1 155262086 155262151 ENST00000302631 protein_coding 8 1 1 SCAMP3 ENSG00000116521 +CDS chr1 155262086 155262151 ENST00000355379 protein_coding 3 1 1 SCAMP3 ENSG00000116521 +transcript chr1 155262868 155273287 ENST00000361168 protein_coding 9 1 NA CLK2 ENSG00000176444 +transcript chr1 155262868 155273504 ENST00000368361 protein_coding 9 1 NA CLK2 ENSG00000176444 +transcript chr1 155262874 155273482 ENST00000355560 protein_coding 4 5 NA CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000361168 protein_coding 9 1 13 CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000368361 protein_coding 9 1 13 CLK2 ENSG00000176444 +CDS chr1 155263221 155263400 ENST00000355560 protein_coding 4 5 13 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000361168 protein_coding 9 1 12 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000368361 protein_coding 9 1 12 CLK2 ENSG00000176444 +CDS chr1 155263950 155264040 ENST00000355560 protein_coding 4 5 12 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000361168 protein_coding 9 1 11 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000368361 protein_coding 9 1 11 CLK2 ENSG00000176444 +CDS chr1 155264221 155264300 ENST00000355560 protein_coding 4 5 11 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000361168 protein_coding 9 1 10 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000368361 protein_coding 9 1 10 CLK2 ENSG00000176444 +CDS chr1 155264468 155264550 ENST00000355560 protein_coding 4 5 10 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000361168 protein_coding 9 1 9 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000368361 protein_coding 9 1 9 CLK2 ENSG00000176444 +CDS chr1 155264645 155264774 ENST00000355560 protein_coding 4 5 9 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000361168 protein_coding 9 1 8 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000368361 protein_coding 9 1 8 CLK2 ENSG00000176444 +CDS chr1 155265860 155265954 ENST00000355560 protein_coding 4 5 8 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000361168 protein_coding 9 1 7 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000368361 protein_coding 9 1 7 CLK2 ENSG00000176444 +CDS chr1 155266729 155266895 ENST00000355560 protein_coding 4 5 7 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000361168 protein_coding 9 1 6 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000368361 protein_coding 9 1 6 CLK2 ENSG00000176444 +CDS chr1 155268010 155268126 ENST00000355560 protein_coding 4 5 6 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000361168 protein_coding 9 1 5 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000368361 protein_coding 9 1 5 CLK2 ENSG00000176444 +CDS chr1 155268293 155268359 ENST00000355560 protein_coding 4 5 5 CLK2 ENSG00000176444 +CDS chr1 155268708 155268792 ENST00000361168 protein_coding 9 1 4 CLK2 ENSG00000176444 +CDS chr1 155268708 155268795 ENST00000368361 protein_coding 9 1 4 CLK2 ENSG00000176444 +CDS chr1 155268708 155268792 ENST00000355560 protein_coding 4 5 4 CLK2 ENSG00000176444 +CDS chr1 155269488 155269716 ENST00000361168 protein_coding 9 1 3 CLK2 ENSG00000176444 +CDS chr1 155269488 155269716 ENST00000368361 protein_coding 9 1 3 CLK2 ENSG00000176444 +CDS chr1 155269488 155269713 ENST00000355560 protein_coding 4 5 3 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000361168 protein_coding 9 1 2 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000368361 protein_coding 9 1 2 CLK2 ENSG00000176444 +CDS chr1 155270808 155270977 ENST00000355560 protein_coding 4 5 2 CLK2 ENSG00000176444 +transcript chr1 155277463 155289848 ENST00000368358 protein_coding 4 1 NA HCN3 ENSG00000143630 +CDS chr1 155277591 155277868 ENST00000368358 protein_coding 4 1 1 HCN3 ENSG00000143630 +CDS chr1 155282411 155282840 ENST00000368358 protein_coding 4 1 2 HCN3 ENSG00000143630 +CDS chr1 155283974 155284135 ENST00000368358 protein_coding 4 1 3 HCN3 ENSG00000143630 +CDS chr1 155284539 155284757 ENST00000368358 protein_coding 4 1 4 HCN3 ENSG00000143630 +CDS chr1 155285165 155285311 ENST00000368358 protein_coding 4 1 5 HCN3 ENSG00000143630 +CDS chr1 155285724 155285964 ENST00000368358 protein_coding 4 1 6 HCN3 ENSG00000143630 +CDS chr1 155287173 155287337 ENST00000368358 protein_coding 4 1 7 HCN3 ENSG00000143630 +CDS chr1 155287781 155288460 ENST00000368358 protein_coding 4 1 8 HCN3 ENSG00000143630 +transcript chr1 155289293 155301438 ENST00000342741 protein_coding 6 1 NA PKLR ENSG00000143627 +transcript chr1 155289839 155301001 ENST00000392414 protein_coding 7 1 NA PKLR ENSG00000143627 +CDS chr1 155290575 155290678 ENST00000342741 protein_coding 6 1 11 PKLR ENSG00000143627 +CDS chr1 155290575 155290678 ENST00000392414 protein_coding 7 1 11 PKLR ENSG00000143627 +CDS chr1 155291756 155291937 ENST00000342741 protein_coding 6 1 10 PKLR ENSG00000143627 +CDS chr1 155291756 155291937 ENST00000392414 protein_coding 7 1 10 PKLR ENSG00000143627 +CDS chr1 155293177 155293343 ENST00000342741 protein_coding 6 1 9 PKLR ENSG00000143627 +CDS chr1 155293177 155293343 ENST00000392414 protein_coding 7 1 9 PKLR ENSG00000143627 +CDS chr1 155293438 155293590 ENST00000342741 protein_coding 6 1 8 PKLR ENSG00000143627 +CDS chr1 155293438 155293590 ENST00000392414 protein_coding 7 1 8 PKLR ENSG00000143627 +CDS chr1 155294235 155294385 ENST00000342741 protein_coding 6 1 7 PKLR ENSG00000143627 +CDS chr1 155294235 155294385 ENST00000392414 protein_coding 7 1 7 PKLR ENSG00000143627 +CDS chr1 155294482 155294752 ENST00000342741 protein_coding 6 1 6 PKLR ENSG00000143627 +CDS chr1 155294482 155294752 ENST00000392414 protein_coding 7 1 6 PKLR ENSG00000143627 +CDS chr1 155295116 155295302 ENST00000342741 protein_coding 6 1 5 PKLR ENSG00000143627 +CDS chr1 155295116 155295302 ENST00000392414 protein_coding 7 1 5 PKLR ENSG00000143627 +transcript chr1 155295135 155300956 ENST00000434082 protein_coding 3 5 NA PKLR ENSG00000143627 +CDS chr1 155295135 155295302 ENST00000434082 protein_coding 3 5 5 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000342741 protein_coding 6 1 4 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000392414 protein_coding 7 1 4 PKLR ENSG00000143627 +CDS chr1 155295437 155295568 ENST00000434082 protein_coding 3 5 4 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000342741 protein_coding 6 1 3 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000392414 protein_coding 7 1 3 PKLR ENSG00000143627 +CDS chr1 155295665 155295756 ENST00000434082 protein_coding 3 5 3 PKLR ENSG00000143627 +CDS chr1 155300098 155300280 ENST00000342741 protein_coding 6 1 2 PKLR ENSG00000143627 +CDS chr1 155300098 155300280 ENST00000392414 protein_coding 7 1 2 PKLR ENSG00000143627 +CDS chr1 155300098 155300188 ENST00000434082 protein_coding 3 5 2 PKLR ENSG00000143627 +CDS chr1 155300881 155300887 ENST00000392414 protein_coding 7 1 1 PKLR ENSG00000143627 +CDS chr1 155301296 155301395 ENST00000342741 protein_coding 6 1 1 PKLR ENSG00000143627 +transcript chr1 155308748 155320666 ENST00000611010 protein_coding 4 5 NA FDPS ENSG00000160752 +transcript chr1 155308794 155320609 ENST00000447866 protein_coding 5 5 NA FDPS ENSG00000160752 +transcript chr1 155308866 155320665 ENST00000368356 protein_coding 9 2 NA FDPS ENSG00000160752 +transcript chr1 155308889 155320647 ENST00000467076 protein_coding 5 3 NA FDPS ENSG00000160752 +transcript chr1 155308914 155318905 ENST00000491013 protein_coding 5 5 NA FDPS ENSG00000160752 +transcript chr1 155308916 155320665 ENST00000356657 protein_coding 10 1 NA FDPS ENSG00000160752 +transcript chr1 155308959 155317982 ENST00000465559 protein_coding 5 3 NA FDPS ENSG00000160752 +transcript chr1 155308970 155320637 ENST00000612683 protein_coding 1 5 NA FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000368356 protein_coding 9 2 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000491013 protein_coding 5 5 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000356657 protein_coding 10 1 2 FDPS ENSG00000160752 +CDS chr1 155309790 155309965 ENST00000465559 protein_coding 5 3 2 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000368356 protein_coding 9 2 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000491013 protein_coding 5 5 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000356657 protein_coding 10 1 3 FDPS ENSG00000160752 +CDS chr1 155310043 155310205 ENST00000465559 protein_coding 5 3 3 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000447866 protein_coding 5 5 2 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000467076 protein_coding 5 3 2 FDPS ENSG00000160752 +CDS chr1 155310065 155310205 ENST00000612683 protein_coding 1 5 2 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000447866 protein_coding 5 5 3 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000368356 protein_coding 9 2 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000467076 protein_coding 5 3 3 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000491013 protein_coding 5 5 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000356657 protein_coding 10 1 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000465559 protein_coding 5 3 4 FDPS ENSG00000160752 +CDS chr1 155312255 155312395 ENST00000612683 protein_coding 1 5 3 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000447866 protein_coding 5 5 4 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000368356 protein_coding 9 2 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000467076 protein_coding 5 3 4 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000491013 protein_coding 5 5 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000356657 protein_coding 10 1 5 FDPS ENSG00000160752 +CDS chr1 155317941 155317982 ENST00000465559 protein_coding 5 3 5 FDPS ENSG00000160752 +CDS chr1 155317941 155318021 ENST00000612683 protein_coding 1 5 4 FDPS ENSG00000160752 +CDS chr1 155317974 155318021 ENST00000611010 protein_coding 4 5 3 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000611010 protein_coding 4 5 4 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000447866 protein_coding 5 5 5 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000368356 protein_coding 9 2 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000467076 protein_coding 5 3 5 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000491013 protein_coding 5 5 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000356657 protein_coding 10 1 6 FDPS ENSG00000160752 +CDS chr1 155318169 155318291 ENST00000612683 protein_coding 1 5 5 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000611010 protein_coding 4 5 5 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000447866 protein_coding 5 5 6 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000368356 protein_coding 9 2 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000467076 protein_coding 5 3 6 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000491013 protein_coding 5 5 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000356657 protein_coding 10 1 7 FDPS ENSG00000160752 +CDS chr1 155318665 155318753 ENST00000612683 protein_coding 1 5 6 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000611010 protein_coding 4 5 6 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000447866 protein_coding 5 5 7 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000368356 protein_coding 9 2 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000467076 protein_coding 5 3 7 FDPS ENSG00000160752 +CDS chr1 155318856 155318905 ENST00000491013 protein_coding 5 5 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000356657 protein_coding 10 1 8 FDPS ENSG00000160752 +CDS chr1 155318856 155318928 ENST00000612683 protein_coding 1 5 7 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000611010 protein_coding 4 5 7 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000447866 protein_coding 5 5 8 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000368356 protein_coding 9 2 9 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000467076 protein_coding 5 3 8 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000356657 protein_coding 10 1 9 FDPS ENSG00000160752 +CDS chr1 155319611 155319688 ENST00000612683 protein_coding 1 5 8 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000611010 protein_coding 4 5 8 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000447866 protein_coding 5 5 9 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000368356 protein_coding 9 2 10 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000467076 protein_coding 5 3 9 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000356657 protein_coding 10 1 10 FDPS ENSG00000160752 +CDS chr1 155319794 155319928 ENST00000612683 protein_coding 1 5 9 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000611010 protein_coding 4 5 9 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000447866 protein_coding 5 5 10 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000368356 protein_coding 9 2 11 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000467076 protein_coding 5 3 10 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000356657 protein_coding 10 1 11 FDPS ENSG00000160752 +CDS chr1 155320409 155320606 ENST00000612683 protein_coding 1 5 10 FDPS ENSG00000160752 +transcript chr1 155320894 155331114 ENST00000368352 protein_coding 10 2 NA RUSC1 ENSG00000160753 +transcript chr1 155320896 155331112 ENST00000368354 protein_coding 7 2 NA RUSC1 ENSG00000160753 +CDS chr1 155321774 155323130 ENST00000368352 protein_coding 10 2 2 RUSC1 ENSG00000160753 +CDS chr1 155321774 155323130 ENST00000368354 protein_coding 7 2 2 RUSC1 ENSG00000160753 +transcript chr1 155323525 155327028 ENST00000497930 protein_coding 5 3 NA RUSC1 ENSG00000160753 +transcript chr1 155323937 155331114 ENST00000368347 protein_coding 8 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324278 155326922 ENST00000489860 protein_coding 5 5 NA RUSC1 ENSG00000160753 +CDS chr1 155324418 155324544 ENST00000368347 protein_coding 8 1 1 RUSC1 ENSG00000160753 +transcript chr1 155324513 155331112 ENST00000368349 protein_coding 8 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324522 155330730 ENST00000490373 protein_coding 5 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324523 155328275 ENST00000479924 protein_coding 5 3 NA RUSC1 ENSG00000160753 +transcript chr1 155324539 155331114 ENST00000471876 protein_coding 5 1 NA RUSC1 ENSG00000160753 +transcript chr1 155324577 155331114 ENST00000292254 protein_coding 8 1 NA RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368352 protein_coding 10 2 3 RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368354 protein_coding 7 2 3 RUSC1 ENSG00000160753 +CDS chr1 155324845 155324943 ENST00000368347 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000497930 protein_coding 5 3 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000489860 protein_coding 5 5 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000368349 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000479924 protein_coding 5 3 2 RUSC1 ENSG00000160753 +CDS chr1 155324895 155324943 ENST00000292254 protein_coding 8 1 1 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368352 protein_coding 10 2 4 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368354 protein_coding 7 2 4 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000497930 protein_coding 5 3 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368347 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000489860 protein_coding 5 5 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000368349 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000479924 protein_coding 5 3 3 RUSC1 ENSG00000160753 +CDS chr1 155325102 155325178 ENST00000292254 protein_coding 8 1 2 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368352 protein_coding 10 2 5 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368354 protein_coding 7 2 5 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000497930 protein_coding 5 3 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368347 protein_coding 8 1 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000489860 protein_coding 5 5 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000368349 protein_coding 8 1 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000479924 protein_coding 5 3 4 RUSC1 ENSG00000160753 +CDS chr1 155325316 155325490 ENST00000292254 protein_coding 8 1 3 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368352 protein_coding 10 2 6 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368354 protein_coding 7 2 6 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000497930 protein_coding 5 3 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368347 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000489860 protein_coding 5 5 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000368349 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000479924 protein_coding 5 3 5 RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000292254 protein_coding 8 1 4 RUSC1 ENSG00000160753 +transcript chr1 155325567 155327132 ENST00000485924 protein_coding 2 3 NA RUSC1 ENSG00000160753 +CDS chr1 155325567 155325672 ENST00000485924 protein_coding 2 3 1 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368352 protein_coding 10 2 7 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368354 protein_coding 7 2 7 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000497930 protein_coding 5 3 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368347 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000489860 protein_coding 5 5 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000368349 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000479924 protein_coding 5 3 6 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000292254 protein_coding 8 1 5 RUSC1 ENSG00000160753 +CDS chr1 155325864 155325910 ENST00000485924 protein_coding 2 3 2 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368352 protein_coding 10 2 8 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327028 ENST00000497930 protein_coding 5 3 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368347 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155326922 ENST00000489860 protein_coding 5 5 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000368349 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155326580 155327132 ENST00000292254 protein_coding 8 1 6 RUSC1 ENSG00000160753 +CDS chr1 155326610 155327132 ENST00000485924 protein_coding 2 3 3 RUSC1 ENSG00000160753 +CDS chr1 155326792 155327132 ENST00000490373 protein_coding 5 1 6 RUSC1 ENSG00000160753 +CDS chr1 155326898 155327132 ENST00000368354 protein_coding 7 2 8 RUSC1 ENSG00000160753 +CDS chr1 155326898 155327132 ENST00000479924 protein_coding 5 3 7 RUSC1 ENSG00000160753 +CDS chr1 155327044 155327132 ENST00000471876 protein_coding 5 1 6 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368352 protein_coding 10 2 9 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368354 protein_coding 7 2 9 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368347 protein_coding 8 1 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000368349 protein_coding 8 1 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000490373 protein_coding 5 1 7 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000479924 protein_coding 5 3 8 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000471876 protein_coding 5 1 7 RUSC1 ENSG00000160753 +CDS chr1 155328150 155328275 ENST00000292254 protein_coding 8 1 7 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368352 protein_coding 10 2 10 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368354 protein_coding 7 2 10 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368347 protein_coding 8 1 9 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000368349 protein_coding 8 1 9 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000490373 protein_coding 5 1 8 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000471876 protein_coding 5 1 8 RUSC1 ENSG00000160753 +CDS chr1 155330403 155330568 ENST00000292254 protein_coding 8 1 8 RUSC1 ENSG00000160753 +transcript chr1 155335268 155562693 ENST00000368346 protein_coding 7 1 NA ASH1L ENSG00000116539 +transcript chr1 155335268 155562803 ENST00000392403 protein_coding 8 5 NA ASH1L ENSG00000116539 +transcript chr1 155335287 155521618 ENST00000677825 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155562841 ENST00000679333 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563092 ENST00000679097 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563115 ENST00000678117 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335287 155563162 ENST00000677213 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335301 155344274 ENST00000677992 protein_coding 1 NA NA ASH1L ENSG00000116539 +transcript chr1 155335301 155562841 ENST00000679133 protein_coding 1 NA NA ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000368346 protein_coding 7 1 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000392403 protein_coding 8 5 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677825 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679333 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679097 protein_coding 1 NA 29 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000678117 protein_coding 1 NA 29 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677213 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000677992 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155337663 155337751 ENST00000679133 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000368346 protein_coding 7 1 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000392403 protein_coding 8 5 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677825 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000679333 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000679097 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000678117 protein_coding 1 NA 28 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677213 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155338089 155338390 ENST00000677992 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155338089 155338405 ENST00000679133 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000368346 protein_coding 7 1 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000392403 protein_coding 8 5 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677825 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679333 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679097 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000678117 protein_coding 1 NA 27 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677213 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000677992 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155339328 155339368 ENST00000679133 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000368346 protein_coding 7 1 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000392403 protein_coding 8 5 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677825 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679333 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679097 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000678117 protein_coding 1 NA 26 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677213 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000677992 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155341936 155342102 ENST00000679133 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000368346 protein_coding 7 1 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000392403 protein_coding 8 5 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677825 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679333 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679097 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000678117 protein_coding 1 NA 25 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677213 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000677992 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155343314 155343486 ENST00000679133 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343592 155343742 ENST00000677992 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000368346 protein_coding 7 1 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000392403 protein_coding 8 5 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000677825 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679333 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679097 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000678117 protein_coding 1 NA 24 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000677213 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155343604 155343742 ENST00000679133 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000368346 protein_coding 7 1 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000392403 protein_coding 8 5 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000677825 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679333 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679097 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000678117 protein_coding 1 NA 23 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000677213 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155344183 155344274 ENST00000677992 protein_coding 1 NA 1 ASH1L ENSG00000116539 +CDS chr1 155344183 155344273 ENST00000679133 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000368346 protein_coding 7 1 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000392403 protein_coding 8 5 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000677825 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679333 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679097 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000678117 protein_coding 1 NA 22 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000677213 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155346383 155346469 ENST00000679133 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000368346 protein_coding 7 1 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000392403 protein_coding 8 5 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347901 ENST00000677825 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679333 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679097 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000678117 protein_coding 1 NA 21 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000677213 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155347656 155347904 ENST00000679133 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000368346 protein_coding 7 1 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000392403 protein_coding 8 5 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000677825 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679333 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679097 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000678117 protein_coding 1 NA 20 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000677213 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349327 155349459 ENST00000679133 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000368346 protein_coding 7 1 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000392403 protein_coding 8 5 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000677825 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679333 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679097 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000678117 protein_coding 1 NA 19 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000677213 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155349542 155349596 ENST00000679133 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000368346 protein_coding 7 1 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000392403 protein_coding 8 5 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000677825 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679333 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679097 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000678117 protein_coding 1 NA 18 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000677213 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155352706 155352858 ENST00000679133 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000368346 protein_coding 7 1 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000392403 protein_coding 8 5 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000677825 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679333 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679097 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000678117 protein_coding 1 NA 17 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000677213 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155354473 155354630 ENST00000679133 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000368346 protein_coding 7 1 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000392403 protein_coding 8 5 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000677825 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679333 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679097 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000678117 protein_coding 1 NA 16 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000677213 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357316 155357410 ENST00000679133 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000368346 protein_coding 7 1 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000392403 protein_coding 8 5 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000677825 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679333 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679097 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000678117 protein_coding 1 NA 15 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000677213 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155357585 155357749 ENST00000679133 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000368346 protein_coding 7 1 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000392403 protein_coding 8 5 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000677825 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679333 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679097 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000678117 protein_coding 1 NA 14 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000677213 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155360301 155360409 ENST00000679133 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000368346 protein_coding 7 1 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000392403 protein_coding 8 5 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000677825 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679333 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679097 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000678117 protein_coding 1 NA 13 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000677213 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370504 155370650 ENST00000679133 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000368346 protein_coding 7 1 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000392403 protein_coding 8 5 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000677825 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679333 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679097 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000678117 protein_coding 1 NA 12 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000677213 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155370777 155370983 ENST00000679133 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000368346 protein_coding 7 1 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000392403 protein_coding 8 5 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000677825 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679333 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679097 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000678117 protein_coding 1 NA 11 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000677213 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378281 155378389 ENST00000679133 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000368346 protein_coding 7 1 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000392403 protein_coding 8 5 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000677825 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679333 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679097 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000678117 protein_coding 1 NA 10 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000677213 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155378503 155378548 ENST00000679133 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380131 ENST00000368346 protein_coding 7 1 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000392403 protein_coding 8 5 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000677825 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679333 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679097 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000678117 protein_coding 1 NA 9 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000677213 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155380043 155380116 ENST00000679133 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000368346 protein_coding 7 1 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000392403 protein_coding 8 5 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000677825 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679333 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679097 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000678117 protein_coding 1 NA 8 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000677213 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155395459 155395553 ENST00000679133 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000368346 protein_coding 7 1 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000392403 protein_coding 8 5 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000677825 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000679097 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000678117 protein_coding 1 NA 7 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000677213 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155415744 155415923 ENST00000679133 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000368346 protein_coding 7 1 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000392403 protein_coding 8 5 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000677825 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679333 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679097 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000678117 protein_coding 1 NA 6 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000677213 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155438327 155439068 ENST00000679133 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000368346 protein_coding 7 1 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000392403 protein_coding 8 5 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000677825 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679333 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679097 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000678117 protein_coding 1 NA 5 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000677213 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155459797 155459898 ENST00000679133 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000368346 protein_coding 7 1 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000392403 protein_coding 8 5 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000677825 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679333 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679097 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000678117 protein_coding 1 NA 4 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000677213 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155477886 155482449 ENST00000679133 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000368346 protein_coding 7 1 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000392403 protein_coding 8 5 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000677825 protein_coding 1 NA 1 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679333 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679097 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000678117 protein_coding 1 NA 3 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000677213 protein_coding 1 NA 2 ASH1L ENSG00000116539 +CDS chr1 155521100 155521519 ENST00000679133 protein_coding 1 NA 2 ASH1L ENSG00000116539 +transcript chr1 155610218 155614933 ENST00000649846 protein_coding 1 NA NA MSTO1 ENSG00000125459 +transcript chr1 155610218 155614951 ENST00000245564 protein_coding 8 1 NA MSTO1 ENSG00000125459 +transcript chr1 155610241 155614935 ENST00000368341 protein_coding 8 2 NA MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000649846 protein_coding 1 NA 1 MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000245564 protein_coding 8 1 1 MSTO1 ENSG00000125459 +CDS chr1 155610249 155610332 ENST00000368341 protein_coding 8 2 1 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000649846 protein_coding 1 NA 2 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000245564 protein_coding 8 1 2 MSTO1 ENSG00000125459 +CDS chr1 155610425 155610560 ENST00000368341 protein_coding 8 2 2 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000649846 protein_coding 1 NA 3 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000245564 protein_coding 8 1 3 MSTO1 ENSG00000125459 +CDS chr1 155611039 155611108 ENST00000368341 protein_coding 8 2 3 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611291 ENST00000649846 protein_coding 1 NA 4 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611291 ENST00000245564 protein_coding 8 1 4 MSTO1 ENSG00000125459 +CDS chr1 155611216 155611241 ENST00000368341 protein_coding 8 2 4 MSTO1 ENSG00000125459 +CDS chr1 155611549 155611603 ENST00000649846 protein_coding 1 NA 5 MSTO1 ENSG00000125459 +CDS chr1 155611549 155611603 ENST00000245564 protein_coding 8 1 5 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000649846 protein_coding 1 NA 6 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000245564 protein_coding 8 1 6 MSTO1 ENSG00000125459 +CDS chr1 155611689 155611827 ENST00000368341 protein_coding 8 2 5 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000649846 protein_coding 1 NA 7 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000245564 protein_coding 8 1 7 MSTO1 ENSG00000125459 +CDS chr1 155611983 155612100 ENST00000368341 protein_coding 8 2 6 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000649846 protein_coding 1 NA 8 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000245564 protein_coding 8 1 8 MSTO1 ENSG00000125459 +CDS chr1 155612182 155612316 ENST00000368341 protein_coding 8 2 7 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000649846 protein_coding 1 NA 9 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000245564 protein_coding 8 1 9 MSTO1 ENSG00000125459 +CDS chr1 155612418 155612570 ENST00000368341 protein_coding 8 2 8 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000649846 protein_coding 1 NA 10 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000245564 protein_coding 8 1 10 MSTO1 ENSG00000125459 +CDS chr1 155612844 155612975 ENST00000368341 protein_coding 8 2 9 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000649846 protein_coding 1 NA 11 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000245564 protein_coding 8 1 11 MSTO1 ENSG00000125459 +CDS chr1 155613049 155613233 ENST00000368341 protein_coding 8 2 10 MSTO1 ENSG00000125459 +transcript chr1 155613221 155614052 ENST00000462250 protein_coding 2 2 NA MSTO1 ENSG00000125459 +CDS chr1 155613221 155613233 ENST00000462250 protein_coding 2 2 1 MSTO1 ENSG00000125459 +CDS chr1 155613425 155613566 ENST00000649846 protein_coding 1 NA 12 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000245564 protein_coding 8 1 12 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000368341 protein_coding 8 2 11 MSTO1 ENSG00000125459 +CDS chr1 155613462 155613566 ENST00000462250 protein_coding 2 2 2 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613766 ENST00000649846 protein_coding 1 NA 13 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613766 ENST00000245564 protein_coding 8 1 13 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613733 ENST00000368341 protein_coding 8 2 12 MSTO1 ENSG00000125459 +CDS chr1 155613657 155613771 ENST00000462250 protein_coding 2 2 3 MSTO1 ENSG00000125459 +CDS chr1 155614059 155614270 ENST00000245564 protein_coding 8 1 14 MSTO1 ENSG00000125459 +CDS chr1 155614059 155614270 ENST00000368341 protein_coding 8 2 13 MSTO1 ENSG00000125459 +CDS chr1 155614062 155614197 ENST00000649846 protein_coding 1 NA 14 MSTO1 ENSG00000125459 +transcript chr1 155659443 155688656 ENST00000368339 protein_coding 9 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688294 ENST00000311573 protein_coding 9 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688573 ENST00000368340 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688698 ENST00000347088 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688705 ENST00000361831 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688757 ENST00000404643 protein_coding 5 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688774 ENST00000359205 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155688774 ENST00000407221 protein_coding 5 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155689000 ENST00000295566 protein_coding 8 2 NA YY1AP1 ENSG00000163374 +transcript chr1 155659446 155689000 ENST00000368330 protein_coding 6 1 NA YY1AP1 ENSG00000163374 +transcript chr1 155659454 155688774 ENST00000355499 protein_coding 9 1 NA YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368339 protein_coding 9 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000311573 protein_coding 9 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368340 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000347088 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000361831 protein_coding 9 1 12 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000355499 protein_coding 9 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000404643 protein_coding 5 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000359205 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000407221 protein_coding 5 2 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000295566 protein_coding 8 2 11 YY1AP1 ENSG00000163374 +CDS chr1 155659660 155660913 ENST00000368330 protein_coding 6 1 10 YY1AP1 ENSG00000163374 +transcript chr1 155660717 155688475 ENST00000405763 protein_coding 7 1 NA YY1AP1 ENSG00000163374 +CDS chr1 155661232 155661423 ENST00000405763 protein_coding 7 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368339 protein_coding 9 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000311573 protein_coding 9 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368340 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000347088 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000361831 protein_coding 9 1 11 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000355499 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000404643 protein_coding 5 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000359205 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000407221 protein_coding 5 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000295566 protein_coding 8 2 10 YY1AP1 ENSG00000163374 +CDS chr1 155661307 155661423 ENST00000368330 protein_coding 6 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000368339 protein_coding 9 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000311573 protein_coding 9 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000368340 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000347088 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000361831 protein_coding 9 1 10 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000355499 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000404643 protein_coding 5 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000359205 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000407221 protein_coding 5 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668717 ENST00000295566 protein_coding 8 2 9 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000368330 protein_coding 6 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155668627 155668777 ENST00000405763 protein_coding 7 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368339 protein_coding 9 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000311573 protein_coding 9 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368340 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000347088 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000361831 protein_coding 9 1 9 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000355499 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000404643 protein_coding 5 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000359205 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000407221 protein_coding 5 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000295566 protein_coding 8 2 8 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000368330 protein_coding 6 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155670320 155670464 ENST00000405763 protein_coding 7 1 7 YY1AP1 ENSG00000163374 +transcript chr1 155670397 155688669 ENST00000443231 protein_coding 5 3 NA YY1AP1 ENSG00000163374 +CDS chr1 155670397 155670464 ENST00000443231 protein_coding 5 3 9 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368339 protein_coding 9 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000311573 protein_coding 9 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368340 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000347088 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000361831 protein_coding 9 1 8 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000355499 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000404643 protein_coding 5 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000359205 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000407221 protein_coding 5 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000295566 protein_coding 8 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000368330 protein_coding 6 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000405763 protein_coding 7 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000443231 protein_coding 5 3 8 YY1AP1 ENSG00000163374 +transcript chr1 155672560 155688654 ENST00000454523 protein_coding 5 2 NA YY1AP1 ENSG00000163374 +CDS chr1 155672560 155672731 ENST00000454523 protein_coding 5 2 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368339 protein_coding 9 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000311573 protein_coding 9 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368340 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000347088 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000361831 protein_coding 9 1 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000355499 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000404643 protein_coding 5 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000359205 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000407221 protein_coding 5 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000295566 protein_coding 8 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000368330 protein_coding 6 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000405763 protein_coding 7 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000443231 protein_coding 5 3 7 YY1AP1 ENSG00000163374 +CDS chr1 155675010 155675096 ENST00000454523 protein_coding 5 2 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368339 protein_coding 9 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000311573 protein_coding 9 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368340 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000347088 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000361831 protein_coding 9 1 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000355499 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000404643 protein_coding 5 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000359205 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000407221 protein_coding 5 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000295566 protein_coding 8 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000368330 protein_coding 6 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000405763 protein_coding 7 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000443231 protein_coding 5 3 6 YY1AP1 ENSG00000163374 +CDS chr1 155676548 155676746 ENST00000454523 protein_coding 5 2 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368339 protein_coding 9 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000311573 protein_coding 9 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368340 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000347088 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000361831 protein_coding 9 1 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000355499 protein_coding 9 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000404643 protein_coding 5 1 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000359205 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000407221 protein_coding 5 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000295566 protein_coding 8 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000368330 protein_coding 6 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000405763 protein_coding 7 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679500 ENST00000443231 protein_coding 5 3 5 YY1AP1 ENSG00000163374 +CDS chr1 155679409 155679512 ENST00000454523 protein_coding 5 2 4 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000368339 protein_coding 9 2 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000368340 protein_coding 9 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000347088 protein_coding 9 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000355499 protein_coding 9 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000404643 protein_coding 5 1 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000295566 protein_coding 8 2 3 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000368330 protein_coding 6 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680456 ENST00000405763 protein_coding 7 1 2 YY1AP1 ENSG00000163374 +CDS chr1 155680416 155680436 ENST00000454523 protein_coding 5 2 3 YY1AP1 ENSG00000163374 +transcript chr1 155687967 155738526 ENST00000471642 protein_coding 6 5 NA DAP3 ENSG00000132676 +transcript chr1 155687985 155731411 ENST00000471214 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155688071 155688464 ENST00000368339 protein_coding 9 2 1 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688464 ENST00000368340 protein_coding 9 1 1 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688201 ENST00000295566 protein_coding 8 2 2 YY1AP1 ENSG00000163374 +CDS chr1 155688071 155688464 ENST00000405763 protein_coding 7 1 1 YY1AP1 ENSG00000163374 +CDS chr1 155688930 155688976 ENST00000295566 protein_coding 8 2 1 YY1AP1 ENSG00000163374 +transcript chr1 155689083 155738526 ENST00000343043 protein_coding 7 1 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155738526 ENST00000421487 protein_coding 6 2 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155738971 ENST00000535183 protein_coding 5 2 NA DAP3 ENSG00000132676 +transcript chr1 155689091 155739010 ENST00000368336 protein_coding 10 1 NA DAP3 ENSG00000132676 +transcript chr1 155689094 155721989 ENST00000465375 protein_coding 5 2 NA DAP3 ENSG00000132676 +transcript chr1 155689102 155729064 ENST00000470830 protein_coding 5 3 NA DAP3 ENSG00000132676 +transcript chr1 155709773 155729291 ENST00000463575 protein_coding 5 5 NA DAP3 ENSG00000132676 +transcript chr1 155709773 155732014 ENST00000497826 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000471642 protein_coding 6 5 3 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000471214 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000343043 protein_coding 7 1 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000421487 protein_coding 6 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000535183 protein_coding 5 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000368336 protein_coding 10 1 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000465375 protein_coding 5 2 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000470830 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000463575 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155709780 155709824 ENST00000497826 protein_coding 5 5 1 DAP3 ENSG00000132676 +transcript chr1 155709801 155721876 ENST00000608852 protein_coding 1 3 NA DAP3 ENSG00000132676 +CDS chr1 155709801 155709824 ENST00000608852 protein_coding 1 3 1 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000471214 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000343043 protein_coding 7 1 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000421487 protein_coding 6 2 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000368336 protein_coding 10 1 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000465375 protein_coding 5 2 3 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000463575 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155717006 155717128 ENST00000497826 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000471642 protein_coding 6 5 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000471214 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000343043 protein_coding 7 1 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000535183 protein_coding 5 2 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000368336 protein_coding 10 1 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721687 ENST00000465375 protein_coding 5 2 4 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000470830 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000463575 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721618 ENST00000497826 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155721517 155721687 ENST00000608852 protein_coding 1 3 2 DAP3 ENSG00000132676 +transcript chr1 155721536 155732033 ENST00000479151 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155721536 155721618 ENST00000479151 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000471642 protein_coding 6 5 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000471214 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000343043 protein_coding 7 1 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000421487 protein_coding 6 2 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000535183 protein_coding 5 2 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000368336 protein_coding 10 1 5 DAP3 ENSG00000132676 +CDS chr1 155725382 155725411 ENST00000470830 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725411 ENST00000463575 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155725382 155725490 ENST00000479151 protein_coding 5 5 2 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000471642 protein_coding 6 5 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000471214 protein_coding 5 5 8 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000343043 protein_coding 7 1 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000421487 protein_coding 6 2 5 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000535183 protein_coding 5 2 5 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000368336 protein_coding 10 1 6 DAP3 ENSG00000132676 +CDS chr1 155725927 155726019 ENST00000479151 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000470830 protein_coding 5 3 5 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000463575 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155725992 155726019 ENST00000497826 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000471642 protein_coding 6 5 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000471214 protein_coding 5 5 9 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000343043 protein_coding 7 1 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000421487 protein_coding 6 2 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000535183 protein_coding 5 2 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000368336 protein_coding 10 1 7 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000470830 protein_coding 5 3 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000463575 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000497826 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155727608 155727738 ENST00000479151 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000471642 protein_coding 6 5 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000471214 protein_coding 5 5 10 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000343043 protein_coding 7 1 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000421487 protein_coding 6 2 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000535183 protein_coding 5 2 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000368336 protein_coding 10 1 8 DAP3 ENSG00000132676 +CDS chr1 155729042 155729064 ENST00000470830 protein_coding 5 3 7 DAP3 ENSG00000132676 +CDS chr1 155729042 155729122 ENST00000497826 protein_coding 5 5 6 DAP3 ENSG00000132676 +transcript chr1 155729091 155738426 ENST00000477394 protein_coding 5 5 NA DAP3 ENSG00000132676 +CDS chr1 155729091 155729122 ENST00000477394 protein_coding 5 5 1 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000471642 protein_coding 6 5 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000471214 protein_coding 5 5 11 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000343043 protein_coding 7 1 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000421487 protein_coding 6 2 8 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000535183 protein_coding 5 2 8 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000368336 protein_coding 10 1 9 DAP3 ENSG00000132676 +CDS chr1 155729208 155729291 ENST00000463575 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000497826 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000479151 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000477394 protein_coding 5 5 2 DAP3 ENSG00000132676 +transcript chr1 155729208 155738529 ENST00000475056 protein_coding 5 3 NA DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000475056 protein_coding 5 3 1 DAP3 ENSG00000132676 +transcript chr1 155729208 155738529 ENST00000490249 protein_coding 5 3 NA DAP3 ENSG00000132676 +CDS chr1 155729208 155729366 ENST00000490249 protein_coding 5 3 1 DAP3 ENSG00000132676 +transcript chr1 155729341 155738529 ENST00000463295 protein_coding 1 5 NA DAP3 ENSG00000132676 +CDS chr1 155729341 155729366 ENST00000463295 protein_coding 1 5 1 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000471642 protein_coding 6 5 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731411 ENST00000471214 protein_coding 5 5 12 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000343043 protein_coding 7 1 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000421487 protein_coding 6 2 9 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000535183 protein_coding 5 2 9 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000368336 protein_coding 10 1 10 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000497826 protein_coding 5 5 8 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000479151 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000477394 protein_coding 5 5 3 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000475056 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000490249 protein_coding 5 3 2 DAP3 ENSG00000132676 +CDS chr1 155731356 155731415 ENST00000463295 protein_coding 1 5 2 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000471642 protein_coding 6 5 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000343043 protein_coding 7 1 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000421487 protein_coding 6 2 10 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000535183 protein_coding 5 2 10 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000368336 protein_coding 10 1 11 DAP3 ENSG00000132676 +CDS chr1 155731944 155732014 ENST00000497826 protein_coding 5 5 9 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000479151 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000477394 protein_coding 5 5 4 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000475056 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155731944 155732033 ENST00000463295 protein_coding 1 5 3 DAP3 ENSG00000132676 +CDS chr1 155736608 155736694 ENST00000477394 protein_coding 5 5 5 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000471642 protein_coding 6 5 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000343043 protein_coding 7 1 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000421487 protein_coding 6 2 11 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000535183 protein_coding 5 2 11 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000368336 protein_coding 10 1 12 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000477394 protein_coding 5 5 6 DAP3 ENSG00000132676 +CDS chr1 155736946 155737063 ENST00000490249 protein_coding 5 3 3 DAP3 ENSG00000132676 +CDS chr1 155737006 155737063 ENST00000463295 protein_coding 1 5 4 DAP3 ENSG00000132676 +transcript chr1 155737012 155739010 ENST00000491777 protein_coding 2 3 NA DAP3 ENSG00000132676 +CDS chr1 155737012 155737063 ENST00000491777 protein_coding 2 3 1 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000471642 protein_coding 6 5 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000343043 protein_coding 7 1 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000421487 protein_coding 6 2 12 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000535183 protein_coding 5 2 12 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000368336 protein_coding 10 1 13 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000477394 protein_coding 5 5 7 DAP3 ENSG00000132676 +CDS chr1 155738157 155738192 ENST00000475056 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000490249 protein_coding 5 3 4 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000463295 protein_coding 1 5 5 DAP3 ENSG00000132676 +CDS chr1 155738157 155738239 ENST00000491777 protein_coding 2 3 2 DAP3 ENSG00000132676 +transcript chr1 155749659 155857214 ENST00000368331 protein_coding 6 1 NA GON4L ENSG00000116580 +transcript chr1 155749662 155859400 ENST00000615926 protein_coding 4 1 NA GON4L ENSG00000116580 +transcript chr1 155749717 155859400 ENST00000437809 protein_coding 5 5 NA GON4L ENSG00000116580 +transcript chr1 155750332 155857295 ENST00000271883 protein_coding 9 5 NA GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000368331 protein_coding 6 1 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000615926 protein_coding 4 1 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000437809 protein_coding 5 5 32 GON4L ENSG00000116580 +CDS chr1 155750587 155750733 ENST00000271883 protein_coding 9 5 32 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000368331 protein_coding 6 1 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000615926 protein_coding 4 1 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000437809 protein_coding 5 5 31 GON4L ENSG00000116580 +CDS chr1 155751767 155751869 ENST00000271883 protein_coding 9 5 31 GON4L ENSG00000116580 +CDS chr1 155751960 155752590 ENST00000368331 protein_coding 6 1 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752590 ENST00000615926 protein_coding 4 1 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752587 ENST00000437809 protein_coding 5 5 30 GON4L ENSG00000116580 +CDS chr1 155751960 155752587 ENST00000271883 protein_coding 9 5 30 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000368331 protein_coding 6 1 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000615926 protein_coding 4 1 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000437809 protein_coding 5 5 29 GON4L ENSG00000116580 +CDS chr1 155753204 155753414 ENST00000271883 protein_coding 9 5 29 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000368331 protein_coding 6 1 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000615926 protein_coding 4 1 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000437809 protein_coding 5 5 28 GON4L ENSG00000116580 +CDS chr1 155754375 155754488 ENST00000271883 protein_coding 9 5 28 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000368331 protein_coding 6 1 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000615926 protein_coding 4 1 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000437809 protein_coding 5 5 27 GON4L ENSG00000116580 +CDS chr1 155756958 155757077 ENST00000271883 protein_coding 9 5 27 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000368331 protein_coding 6 1 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000615926 protein_coding 4 1 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000437809 protein_coding 5 5 26 GON4L ENSG00000116580 +CDS chr1 155757180 155757323 ENST00000271883 protein_coding 9 5 26 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000368331 protein_coding 6 1 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000615926 protein_coding 4 1 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000437809 protein_coding 5 5 25 GON4L ENSG00000116580 +CDS chr1 155757891 155758034 ENST00000271883 protein_coding 9 5 25 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000368331 protein_coding 6 1 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000615926 protein_coding 4 1 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000437809 protein_coding 5 5 24 GON4L ENSG00000116580 +CDS chr1 155760444 155760641 ENST00000271883 protein_coding 9 5 24 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000368331 protein_coding 6 1 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000615926 protein_coding 4 1 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000437809 protein_coding 5 5 23 GON4L ENSG00000116580 +CDS chr1 155762190 155762374 ENST00000271883 protein_coding 9 5 23 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000368331 protein_coding 6 1 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000615926 protein_coding 4 1 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000437809 protein_coding 5 5 22 GON4L ENSG00000116580 +CDS chr1 155763312 155763564 ENST00000271883 protein_coding 9 5 22 GON4L ENSG00000116580 +transcript chr1 155764427 155857204 ENST00000361040 protein_coding 9 1 NA GON4L ENSG00000116580 +transcript chr1 155764584 155857204 ENST00000622608 protein_coding 2 5 NA GON4L ENSG00000116580 +CDS chr1 155764886 155766709 ENST00000361040 protein_coding 9 1 21 GON4L ENSG00000116580 +CDS chr1 155764886 155766709 ENST00000622608 protein_coding 2 5 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000368331 protein_coding 6 1 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000615926 protein_coding 4 1 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000437809 protein_coding 5 5 21 GON4L ENSG00000116580 +CDS chr1 155765000 155766709 ENST00000271883 protein_coding 9 5 21 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000368331 protein_coding 6 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000615926 protein_coding 4 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000437809 protein_coding 5 5 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000271883 protein_coding 9 5 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000361040 protein_coding 9 1 20 GON4L ENSG00000116580 +CDS chr1 155767425 155767541 ENST00000622608 protein_coding 2 5 20 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000368331 protein_coding 6 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000615926 protein_coding 4 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000437809 protein_coding 5 5 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000271883 protein_coding 9 5 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000361040 protein_coding 9 1 19 GON4L ENSG00000116580 +CDS chr1 155771067 155771217 ENST00000622608 protein_coding 2 5 19 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000368331 protein_coding 6 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000615926 protein_coding 4 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000437809 protein_coding 5 5 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000271883 protein_coding 9 5 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000361040 protein_coding 9 1 18 GON4L ENSG00000116580 +CDS chr1 155773066 155773210 ENST00000622608 protein_coding 2 5 18 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000368331 protein_coding 6 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000615926 protein_coding 4 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000437809 protein_coding 5 5 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000271883 protein_coding 9 5 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000361040 protein_coding 9 1 17 GON4L ENSG00000116580 +CDS chr1 155775002 155775173 ENST00000622608 protein_coding 2 5 17 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000368331 protein_coding 6 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000615926 protein_coding 4 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000437809 protein_coding 5 5 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000271883 protein_coding 9 5 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000361040 protein_coding 9 1 16 GON4L ENSG00000116580 +CDS chr1 155776395 155776481 ENST00000622608 protein_coding 2 5 16 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000368331 protein_coding 6 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000615926 protein_coding 4 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000437809 protein_coding 5 5 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000271883 protein_coding 9 5 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000361040 protein_coding 9 1 15 GON4L ENSG00000116580 +CDS chr1 155777622 155777820 ENST00000622608 protein_coding 2 5 15 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000368331 protein_coding 6 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000615926 protein_coding 4 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000437809 protein_coding 5 5 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000271883 protein_coding 9 5 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000361040 protein_coding 9 1 14 GON4L ENSG00000116580 +CDS chr1 155783986 155784089 ENST00000622608 protein_coding 2 5 14 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000368331 protein_coding 6 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000615926 protein_coding 4 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000437809 protein_coding 5 5 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000271883 protein_coding 9 5 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000361040 protein_coding 9 1 13 GON4L ENSG00000116580 +CDS chr1 155785334 155785374 ENST00000622608 protein_coding 2 5 13 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000368331 protein_coding 6 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000615926 protein_coding 4 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000437809 protein_coding 5 5 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000271883 protein_coding 9 5 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000361040 protein_coding 9 1 12 GON4L ENSG00000116580 +CDS chr1 155795050 155795151 ENST00000622608 protein_coding 2 5 12 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000368331 protein_coding 6 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000615926 protein_coding 4 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000437809 protein_coding 5 5 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000271883 protein_coding 9 5 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000361040 protein_coding 9 1 11 GON4L ENSG00000116580 +CDS chr1 155804949 155805141 ENST00000622608 protein_coding 2 5 11 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000368331 protein_coding 6 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000615926 protein_coding 4 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000437809 protein_coding 5 5 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000271883 protein_coding 9 5 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000361040 protein_coding 9 1 10 GON4L ENSG00000116580 +CDS chr1 155813634 155813804 ENST00000622608 protein_coding 2 5 10 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000368331 protein_coding 6 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000615926 protein_coding 4 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000437809 protein_coding 5 5 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000271883 protein_coding 9 5 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000361040 protein_coding 9 1 9 GON4L ENSG00000116580 +CDS chr1 155814330 155814449 ENST00000622608 protein_coding 2 5 9 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000368331 protein_coding 6 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000615926 protein_coding 4 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000437809 protein_coding 5 5 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000271883 protein_coding 9 5 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000361040 protein_coding 9 1 8 GON4L ENSG00000116580 +CDS chr1 155815805 155815900 ENST00000622608 protein_coding 2 5 8 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000368331 protein_coding 6 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000615926 protein_coding 4 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000437809 protein_coding 5 5 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000271883 protein_coding 9 5 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000361040 protein_coding 9 1 7 GON4L ENSG00000116580 +CDS chr1 155816212 155816262 ENST00000622608 protein_coding 2 5 7 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000368331 protein_coding 6 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000615926 protein_coding 4 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000437809 protein_coding 5 5 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000271883 protein_coding 9 5 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000361040 protein_coding 9 1 6 GON4L ENSG00000116580 +CDS chr1 155820606 155820656 ENST00000622608 protein_coding 2 5 6 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000368331 protein_coding 6 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000615926 protein_coding 4 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000437809 protein_coding 5 5 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000271883 protein_coding 9 5 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000361040 protein_coding 9 1 5 GON4L ENSG00000116580 +CDS chr1 155821474 155821548 ENST00000622608 protein_coding 2 5 5 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000368331 protein_coding 6 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000615926 protein_coding 4 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000437809 protein_coding 5 5 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000271883 protein_coding 9 5 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000361040 protein_coding 9 1 4 GON4L ENSG00000116580 +CDS chr1 155822286 155822476 ENST00000622608 protein_coding 2 5 4 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000368331 protein_coding 6 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000615926 protein_coding 4 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000437809 protein_coding 5 5 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000271883 protein_coding 9 5 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000361040 protein_coding 9 1 3 GON4L ENSG00000116580 +CDS chr1 155826837 155827028 ENST00000622608 protein_coding 2 5 3 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000368331 protein_coding 6 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000615926 protein_coding 4 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000437809 protein_coding 5 5 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000271883 protein_coding 9 5 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000361040 protein_coding 9 1 2 GON4L ENSG00000116580 +CDS chr1 155853276 155853780 ENST00000622608 protein_coding 2 5 2 GON4L ENSG00000116580 +transcript chr1 155859567 155885199 ENST00000368324 protein_coding 5 1 NA SYT11 ENSG00000132718 +CDS chr1 155859762 155859795 ENST00000368324 protein_coding 5 1 1 SYT11 ENSG00000132718 +CDS chr1 155867965 155868791 ENST00000368324 protein_coding 5 1 2 SYT11 ENSG00000132718 +CDS chr1 155880500 155880623 ENST00000368324 protein_coding 5 1 3 SYT11 ENSG00000132718 +CDS chr1 155881198 155881505 ENST00000368324 protein_coding 5 1 4 SYT11 ENSG00000132718 +transcript chr1 155897808 155911349 ENST00000368323 protein_coding 8 1 NA RIT1 ENSG00000143622 +transcript chr1 155898837 155911404 ENST00000651853 protein_coding 1 NA NA RIT1 ENSG00000143622 +transcript chr1 155900183 155911402 ENST00000539040 protein_coding 5 2 NA RIT1 ENSG00000143622 +transcript chr1 155900274 155910915 ENST00000368322 protein_coding 7 3 NA RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000368323 protein_coding 8 1 6 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000651853 protein_coding 1 NA 7 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000539040 protein_coding 5 2 5 RIT1 ENSG00000143622 +CDS chr1 155900391 155900618 ENST00000368322 protein_coding 7 3 6 RIT1 ENSG00000143622 +transcript chr1 155900594 155910881 ENST00000609492 protein_coding 1 1 NA RIT1 ENSG00000143622 +CDS chr1 155900594 155900618 ENST00000609492 protein_coding 1 1 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000368323 protein_coding 8 1 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000651853 protein_coding 1 NA 6 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000539040 protein_coding 5 2 4 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000368322 protein_coding 7 3 5 RIT1 ENSG00000143622 +CDS chr1 155904311 155904502 ENST00000609492 protein_coding 1 1 4 RIT1 ENSG00000143622 +transcript chr1 155904374 155911381 ENST00000651833 protein_coding 1 NA NA RIT1 ENSG00000143622 +CDS chr1 155904374 155904502 ENST00000651833 protein_coding 1 NA 5 RIT1 ENSG00000143622 +CDS chr1 155904603 155904605 ENST00000651853 protein_coding 1 NA 5 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000368323 protein_coding 8 1 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000651853 protein_coding 1 NA 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000539040 protein_coding 5 2 3 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000368322 protein_coding 7 3 4 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000609492 protein_coding 1 1 3 RIT1 ENSG00000143622 +CDS chr1 155904731 155904804 ENST00000651833 protein_coding 1 NA 4 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000368323 protein_coding 8 1 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000651853 protein_coding 1 NA 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910504 ENST00000539040 protein_coding 5 2 2 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000368322 protein_coding 7 3 3 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000609492 protein_coding 1 1 2 RIT1 ENSG00000143622 +CDS chr1 155910450 155910506 ENST00000651833 protein_coding 1 NA 3 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000368323 protein_coding 8 1 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000651853 protein_coding 1 NA 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910804 ENST00000368322 protein_coding 7 3 2 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000609492 protein_coding 1 1 1 RIT1 ENSG00000143622 +CDS chr1 155910656 155910761 ENST00000651833 protein_coding 1 NA 2 RIT1 ENSG00000143622 +CDS chr1 155910878 155910885 ENST00000368322 protein_coding 7 3 1 RIT1 ENSG00000143622 +transcript chr1 155913045 155934399 ENST00000368320 protein_coding 7 1 NA KHDC4 ENSG00000132680 +transcript chr1 155913045 155934413 ENST00000368321 protein_coding 8 1 NA KHDC4 ENSG00000132680 +CDS chr1 155914124 155914320 ENST00000368321 protein_coding 8 1 14 KHDC4 ENSG00000132680 +CDS chr1 155915826 155915964 ENST00000368320 protein_coding 7 1 13 KHDC4 ENSG00000132680 +CDS chr1 155915873 155915964 ENST00000368321 protein_coding 8 1 13 KHDC4 ENSG00000132680 +CDS chr1 155916625 155916737 ENST00000368320 protein_coding 7 1 12 KHDC4 ENSG00000132680 +CDS chr1 155916625 155916737 ENST00000368321 protein_coding 8 1 12 KHDC4 ENSG00000132680 +CDS chr1 155917499 155917672 ENST00000368320 protein_coding 7 1 11 KHDC4 ENSG00000132680 +CDS chr1 155917499 155917672 ENST00000368321 protein_coding 8 1 11 KHDC4 ENSG00000132680 +CDS chr1 155921375 155921628 ENST00000368320 protein_coding 7 1 10 KHDC4 ENSG00000132680 +CDS chr1 155921375 155921628 ENST00000368321 protein_coding 8 1 10 KHDC4 ENSG00000132680 +transcript chr1 155921385 155934373 ENST00000368319 protein_coding 3 1 NA KHDC4 ENSG00000132680 +CDS chr1 155921388 155921527 ENST00000368319 protein_coding 3 1 10 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368320 protein_coding 7 1 9 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368321 protein_coding 8 1 9 KHDC4 ENSG00000132680 +CDS chr1 155921861 155921918 ENST00000368319 protein_coding 3 1 9 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368320 protein_coding 7 1 8 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368321 protein_coding 8 1 8 KHDC4 ENSG00000132680 +CDS chr1 155923627 155923687 ENST00000368319 protein_coding 3 1 8 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368320 protein_coding 7 1 7 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368321 protein_coding 8 1 7 KHDC4 ENSG00000132680 +CDS chr1 155925632 155925843 ENST00000368319 protein_coding 3 1 7 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368320 protein_coding 7 1 6 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368321 protein_coding 8 1 6 KHDC4 ENSG00000132680 +CDS chr1 155926676 155926839 ENST00000368319 protein_coding 3 1 6 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368320 protein_coding 7 1 5 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368321 protein_coding 8 1 5 KHDC4 ENSG00000132680 +CDS chr1 155927104 155927156 ENST00000368319 protein_coding 3 1 5 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368320 protein_coding 7 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368321 protein_coding 8 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929296 155929375 ENST00000368319 protein_coding 3 1 4 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368320 protein_coding 7 1 3 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368321 protein_coding 8 1 3 KHDC4 ENSG00000132680 +CDS chr1 155929712 155929840 ENST00000368319 protein_coding 3 1 3 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368320 protein_coding 7 1 2 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368321 protein_coding 8 1 2 KHDC4 ENSG00000132680 +CDS chr1 155933633 155933849 ENST00000368319 protein_coding 3 1 2 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368320 protein_coding 7 1 1 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368321 protein_coding 8 1 1 KHDC4 ENSG00000132680 +CDS chr1 155934336 155934373 ENST00000368319 protein_coding 3 1 1 KHDC4 ENSG00000132680 +transcript chr1 155941638 155943087 ENST00000368318 protein_coding 5 NA NA RXFP4 ENSG00000173080 +CDS chr1 155941710 155942831 ENST00000368318 protein_coding 5 NA 1 RXFP4 ENSG00000173080 +transcript chr1 155946851 155978160 ENST00000313695 protein_coding 11 1 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946854 155978547 ENST00000361247 protein_coding 9 1 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946855 155990073 ENST00000462460 protein_coding 6 5 NA ARHGEF2 ENSG00000116584 +transcript chr1 155946855 155991212 ENST00000673475 protein_coding 1 NA NA ARHGEF2 ENSG00000116584 +transcript chr1 155946856 155951748 ENST00000470541 protein_coding 6 3 NA ARHGEF2 ENSG00000116584 +transcript chr1 155947942 155978427 ENST00000313667 protein_coding 8 1 NA ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000313695 protein_coding 11 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000361247 protein_coding 9 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000462460 protein_coding 6 5 26 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000673475 protein_coding 1 NA 26 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000470541 protein_coding 6 3 5 ARHGEF2 ENSG00000116584 +CDS chr1 155947945 155948015 ENST00000313667 protein_coding 8 1 22 ARHGEF2 ENSG00000116584 +CDS chr1 155950269 155950482 ENST00000470541 protein_coding 6 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000313695 protein_coding 11 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000361247 protein_coding 9 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000462460 protein_coding 6 5 25 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000673475 protein_coding 1 NA 25 ARHGEF2 ENSG00000116584 +CDS chr1 155950299 155950482 ENST00000313667 protein_coding 8 1 21 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000313695 protein_coding 11 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000361247 protein_coding 9 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000462460 protein_coding 6 5 24 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000673475 protein_coding 1 NA 24 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000470541 protein_coding 6 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155950829 155951272 ENST00000313667 protein_coding 8 1 20 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000313695 protein_coding 11 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000361247 protein_coding 9 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000462460 protein_coding 6 5 23 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000673475 protein_coding 1 NA 23 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000470541 protein_coding 6 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 155951483 155951533 ENST00000313667 protein_coding 8 1 19 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000313695 protein_coding 11 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000361247 protein_coding 9 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000462460 protein_coding 6 5 22 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000673475 protein_coding 1 NA 22 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951748 ENST00000470541 protein_coding 6 3 1 ARHGEF2 ENSG00000116584 +CDS chr1 155951741 155951776 ENST00000313667 protein_coding 8 1 18 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000313695 protein_coding 11 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000361247 protein_coding 9 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000462460 protein_coding 6 5 21 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000673475 protein_coding 1 NA 21 ARHGEF2 ENSG00000116584 +CDS chr1 155951919 155951986 ENST00000313667 protein_coding 8 1 17 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000313695 protein_coding 11 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000361247 protein_coding 9 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000462460 protein_coding 6 5 20 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000673475 protein_coding 1 NA 20 ARHGEF2 ENSG00000116584 +CDS chr1 155952116 155952235 ENST00000313667 protein_coding 8 1 16 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000313695 protein_coding 11 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000361247 protein_coding 9 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000462460 protein_coding 6 5 19 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000673475 protein_coding 1 NA 19 ARHGEF2 ENSG00000116584 +CDS chr1 155952628 155952828 ENST00000313667 protein_coding 8 1 15 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000313695 protein_coding 11 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000361247 protein_coding 9 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000462460 protein_coding 6 5 18 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000673475 protein_coding 1 NA 18 ARHGEF2 ENSG00000116584 +CDS chr1 155954902 155954969 ENST00000313667 protein_coding 8 1 14 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000313695 protein_coding 11 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000361247 protein_coding 9 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000462460 protein_coding 6 5 17 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000673475 protein_coding 1 NA 17 ARHGEF2 ENSG00000116584 +CDS chr1 155957713 155957882 ENST00000313667 protein_coding 8 1 13 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000313695 protein_coding 11 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000361247 protein_coding 9 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000462460 protein_coding 6 5 16 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000673475 protein_coding 1 NA 16 ARHGEF2 ENSG00000116584 +CDS chr1 155958320 155958396 ENST00000313667 protein_coding 8 1 12 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000313695 protein_coding 11 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000361247 protein_coding 9 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000462460 protein_coding 6 5 15 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000673475 protein_coding 1 NA 15 ARHGEF2 ENSG00000116584 +CDS chr1 155961661 155961909 ENST00000313667 protein_coding 8 1 11 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000313695 protein_coding 11 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000361247 protein_coding 9 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000462460 protein_coding 6 5 14 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000673475 protein_coding 1 NA 14 ARHGEF2 ENSG00000116584 +CDS chr1 155962105 155962222 ENST00000313667 protein_coding 8 1 10 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000313695 protein_coding 11 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000361247 protein_coding 9 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000462460 protein_coding 6 5 13 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000673475 protein_coding 1 NA 13 ARHGEF2 ENSG00000116584 +CDS chr1 155962593 155962718 ENST00000313667 protein_coding 8 1 9 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000313695 protein_coding 11 1 8 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000361247 protein_coding 9 1 8 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000462460 protein_coding 6 5 12 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000673475 protein_coding 1 NA 12 ARHGEF2 ENSG00000116584 +CDS chr1 155962933 155963183 ENST00000313667 protein_coding 8 1 8 ARHGEF2 ENSG00000116584 +transcript chr1 155963140 155979099 ENST00000471589 protein_coding 5 5 NA ARHGEF2 ENSG00000116584 +CDS chr1 155963140 155963183 ENST00000471589 protein_coding 5 5 8 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965128 ENST00000313695 protein_coding 11 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000361247 protein_coding 9 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000462460 protein_coding 6 5 11 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000673475 protein_coding 1 NA 11 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965128 ENST00000313667 protein_coding 8 1 7 ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000471589 protein_coding 5 5 7 ARHGEF2 ENSG00000116584 +transcript chr1 155964988 155978169 ENST00000497907 protein_coding 5 3 NA ARHGEF2 ENSG00000116584 +CDS chr1 155964988 155965131 ENST00000497907 protein_coding 5 3 7 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000313695 protein_coding 11 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000361247 protein_coding 9 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000462460 protein_coding 6 5 10 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000673475 protein_coding 1 NA 10 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000313667 protein_coding 8 1 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000471589 protein_coding 5 5 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965303 155965412 ENST00000497907 protein_coding 5 3 6 ARHGEF2 ENSG00000116584 +transcript chr1 155965324 155969729 ENST00000609707 protein_coding 1 2 NA ARHGEF2 ENSG00000116584 +CDS chr1 155965324 155965412 ENST00000609707 protein_coding 1 2 6 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000313695 protein_coding 11 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000361247 protein_coding 9 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000462460 protein_coding 6 5 9 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000673475 protein_coding 1 NA 9 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000313667 protein_coding 8 1 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000471589 protein_coding 5 5 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000497907 protein_coding 5 3 5 ARHGEF2 ENSG00000116584 +CDS chr1 155965631 155965760 ENST00000609707 protein_coding 1 2 5 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000313695 protein_coding 11 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000361247 protein_coding 9 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000462460 protein_coding 6 5 8 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000673475 protein_coding 1 NA 8 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000313667 protein_coding 8 1 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000471589 protein_coding 5 5 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000497907 protein_coding 5 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966416 155966479 ENST00000609707 protein_coding 1 2 4 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000313695 protein_coding 11 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000361247 protein_coding 9 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000462460 protein_coding 6 5 7 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000673475 protein_coding 1 NA 7 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000313667 protein_coding 8 1 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000471589 protein_coding 5 5 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000497907 protein_coding 5 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155966820 155966887 ENST00000609707 protein_coding 1 2 3 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000313695 protein_coding 11 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000361247 protein_coding 9 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000462460 protein_coding 6 5 6 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000673475 protein_coding 1 NA 6 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000313667 protein_coding 8 1 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000471589 protein_coding 5 5 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969282 ENST00000497907 protein_coding 5 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 155969156 155969300 ENST00000609707 protein_coding 1 2 2 ARHGEF2 ENSG00000116584 +transcript chr1 155969248 155989499 ENST00000495070 protein_coding 2 4 NA ARHGEF2 ENSG00000116584 +CDS chr1 155969248 155969300 ENST00000495070 protein_coding 2 4 5 ARHGEF2 ENSG00000116584 +CDS chr1 155969534 155969572 ENST00000609707 protein_coding 1 2 1 ARHGEF2 ENSG00000116584 +CDS chr1 155978365 155978427 ENST00000361247 protein_coding 9 1 1 ARHGEF2 ENSG00000116584 +CDS chr1 155978365 155978427 ENST00000313667 protein_coding 8 1 1 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000462460 protein_coding 6 5 5 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000673475 protein_coding 1 NA 5 ARHGEF2 ENSG00000116584 +CDS chr1 155983107 155983200 ENST00000495070 protein_coding 2 4 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000462460 protein_coding 6 5 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000673475 protein_coding 1 NA 4 ARHGEF2 ENSG00000116584 +CDS chr1 155984394 155984433 ENST00000495070 protein_coding 2 4 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985395 ENST00000462460 protein_coding 6 5 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985449 ENST00000673475 protein_coding 1 NA 3 ARHGEF2 ENSG00000116584 +CDS chr1 155985332 155985395 ENST00000495070 protein_coding 2 4 2 ARHGEF2 ENSG00000116584 +transcript chr1 155985375 156007070 ENST00000423422 protein_coding 6 3 NA ARHGEF2 ENSG00000116584 +CDS chr1 155985375 155985449 ENST00000423422 protein_coding 6 3 4 ARHGEF2 ENSG00000116584 +CDS chr1 155989234 155989351 ENST00000673475 protein_coding 1 NA 2 ARHGEF2 ENSG00000116584 +CDS chr1 155989234 155989351 ENST00000423422 protein_coding 6 3 3 ARHGEF2 ENSG00000116584 +CDS chr1 155990841 155990962 ENST00000673475 protein_coding 1 NA 1 ARHGEF2 ENSG00000116584 +CDS chr1 156003643 156003729 ENST00000423422 protein_coding 6 3 2 ARHGEF2 ENSG00000116584 +CDS chr1 156006931 156007039 ENST00000423422 protein_coding 6 3 1 ARHGEF2 ENSG00000116584 +transcript chr1 156009048 156020951 ENST00000295702 protein_coding 9 1 NA SSR2 ENSG00000163479 +transcript chr1 156009086 156020917 ENST00000529008 protein_coding 5 5 NA SSR2 ENSG00000163479 +transcript chr1 156009105 156020933 ENST00000496742 protein_coding 5 3 NA SSR2 ENSG00000163479 +transcript chr1 156009360 156020889 ENST00000480567 protein_coding 5 2 NA SSR2 ENSG00000163479 +CDS chr1 156009543 156009650 ENST00000295702 protein_coding 9 1 6 SSR2 ENSG00000163479 +CDS chr1 156009543 156009650 ENST00000480567 protein_coding 5 2 6 SSR2 ENSG00000163479 +CDS chr1 156009626 156009650 ENST00000529008 protein_coding 5 5 4 SSR2 ENSG00000163479 +CDS chr1 156009626 156009650 ENST00000496742 protein_coding 5 3 4 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000295702 protein_coding 9 1 5 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000496742 protein_coding 5 3 3 SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000480567 protein_coding 5 2 5 SSR2 ENSG00000163479 +transcript chr1 156011810 156020789 ENST00000531917 protein_coding 5 5 NA SSR2 ENSG00000163479 +CDS chr1 156011810 156011887 ENST00000531917 protein_coding 5 5 5 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000295702 protein_coding 9 1 4 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000480567 protein_coding 5 2 4 SSR2 ENSG00000163479 +CDS chr1 156014961 156015069 ENST00000531917 protein_coding 5 5 4 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000295702 protein_coding 9 1 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000529008 protein_coding 5 5 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000480567 protein_coding 5 2 3 SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000531917 protein_coding 5 5 3 SSR2 ENSG00000163479 +transcript chr1 156018270 156020903 ENST00000526212 protein_coding 2 5 NA SSR2 ENSG00000163479 +CDS chr1 156018270 156018368 ENST00000526212 protein_coding 2 5 4 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000295702 protein_coding 9 1 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000529008 protein_coding 5 5 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000496742 protein_coding 5 3 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000480567 protein_coding 5 2 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000531917 protein_coding 5 5 2 SSR2 ENSG00000163479 +CDS chr1 156020013 156020167 ENST00000526212 protein_coding 2 5 3 SSR2 ENSG00000163479 +CDS chr1 156020266 156020346 ENST00000526212 protein_coding 2 5 2 SSR2 ENSG00000163479 +CDS chr1 156020888 156020896 ENST00000526212 protein_coding 2 5 1 SSR2 ENSG00000163479 +transcript chr1 156035299 156053798 ENST00000368309 protein_coding 4 1 NA UBQLN4 ENSG00000160803 +CDS chr1 156036981 156037130 ENST00000368309 protein_coding 4 1 11 UBQLN4 ENSG00000160803 +CDS chr1 156041485 156041671 ENST00000368309 protein_coding 4 1 10 UBQLN4 ENSG00000160803 +CDS chr1 156041872 156041987 ENST00000368309 protein_coding 4 1 9 UBQLN4 ENSG00000160803 +CDS chr1 156042153 156042236 ENST00000368309 protein_coding 4 1 8 UBQLN4 ENSG00000160803 +CDS chr1 156042774 156042913 ENST00000368309 protein_coding 4 1 7 UBQLN4 ENSG00000160803 +CDS chr1 156043998 156044223 ENST00000368309 protein_coding 4 1 6 UBQLN4 ENSG00000160803 +CDS chr1 156048501 156048659 ENST00000368309 protein_coding 4 1 5 UBQLN4 ENSG00000160803 +CDS chr1 156050291 156050553 ENST00000368309 protein_coding 4 1 4 UBQLN4 ENSG00000160803 +CDS chr1 156051110 156051327 ENST00000368309 protein_coding 4 1 3 UBQLN4 ENSG00000160803 +CDS chr1 156051706 156051857 ENST00000368309 protein_coding 4 1 2 UBQLN4 ENSG00000160803 +CDS chr1 156053594 156053701 ENST00000368309 protein_coding 4 1 1 UBQLN4 ENSG00000160803 +transcript chr1 156054782 156058506 ENST00000368305 protein_coding 9 1 NA LAMTOR2 ENSG00000116586 +transcript chr1 156054792 156058506 ENST00000368304 protein_coding 9 2 NA LAMTOR2 ENSG00000116586 +transcript chr1 156054850 156058503 ENST00000368302 protein_coding 3 3 NA LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368305 protein_coding 9 1 1 LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368304 protein_coding 9 2 1 LAMTOR2 ENSG00000116586 +CDS chr1 156054890 156054957 ENST00000368302 protein_coding 3 3 1 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368305 protein_coding 9 1 2 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368304 protein_coding 9 2 2 LAMTOR2 ENSG00000116586 +CDS chr1 156055263 156055425 ENST00000368302 protein_coding 3 3 2 LAMTOR2 ENSG00000116586 +CDS chr1 156057978 156058067 ENST00000368305 protein_coding 9 1 3 LAMTOR2 ENSG00000116586 +CDS chr1 156057978 156058067 ENST00000368302 protein_coding 3 3 3 LAMTOR2 ENSG00000116586 +CDS chr1 156058278 156058406 ENST00000368302 protein_coding 3 3 4 LAMTOR2 ENSG00000116586 +CDS chr1 156058315 156058368 ENST00000368305 protein_coding 9 1 4 LAMTOR2 ENSG00000116586 +CDS chr1 156058315 156058368 ENST00000368304 protein_coding 9 2 3 LAMTOR2 ENSG00000116586 +transcript chr1 156061160 156070504 ENST00000361084 protein_coding 10 1 NA RAB25 ENSG00000132698 +CDS chr1 156061401 156061443 ENST00000361084 protein_coding 10 1 1 RAB25 ENSG00000132698 +CDS chr1 156065911 156066106 ENST00000361084 protein_coding 10 1 2 RAB25 ENSG00000132698 +CDS chr1 156068270 156068463 ENST00000361084 protein_coding 10 1 3 RAB25 ENSG00000132698 +CDS chr1 156069671 156069751 ENST00000361084 protein_coding 10 1 4 RAB25 ENSG00000132698 +CDS chr1 156070160 156070284 ENST00000361084 protein_coding 10 1 5 RAB25 ENSG00000132698 +transcript chr1 156072013 156082465 ENST00000532414 protein_coding 3 1 NA MEX3A ENSG00000254726 +CDS chr1 156076577 156077682 ENST00000532414 protein_coding 3 1 2 MEX3A ENSG00000254726 +CDS chr1 156081545 156081998 ENST00000532414 protein_coding 3 1 1 MEX3A ENSG00000254726 +transcript chr1 156082578 156137865 ENST00000368301 protein_coding 6 2 NA LMNA ENSG00000160789 +transcript chr1 156093340 156139171 ENST00000676385 protein_coding 2 NA NA LMNA ENSG00000160789 +transcript chr1 156099034 156139293 ENST00000675939 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156106698 156139240 ENST00000675667 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156112122 156139225 ENST00000683032 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156112123 156139275 ENST00000682650 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156114251 156139293 ENST00000361308 protein_coding 9 5 NA LMNA ENSG00000160789 +transcript chr1 156114711 156137866 ENST00000677389 protein_coding 1 NA NA LMNA ENSG00000160789 +transcript chr1 156114711 156140081 ENST00000368300 protein_coding 9 1 NA LMNA ENSG00000160789 +transcript chr1 156114722 156139317 ENST00000368299 protein_coding 7 1 NA LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368301 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000676385 protein_coding 2 NA 3 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000675939 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000675667 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000683032 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000682650 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000361308 protein_coding 9 5 2 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000677389 protein_coding 1 NA 1 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368300 protein_coding 9 1 1 LMNA ENSG00000160789 +CDS chr1 156114919 156115274 ENST00000368299 protein_coding 7 1 1 LMNA ENSG00000160789 +transcript chr1 156126160 156140013 ENST00000448611 protein_coding 6 2 NA LMNA ENSG00000160789 +transcript chr1 156126189 156137865 ENST00000368297 protein_coding 5 2 NA LMNA ENSG00000160789 +CDS chr1 156126204 156126223 ENST00000448611 protein_coding 6 2 1 LMNA ENSG00000160789 +transcript chr1 156126545 156134960 ENST00000504687 protein_coding 6 4 NA LMNA ENSG00000160789 +transcript chr1 156126555 156139303 ENST00000473598 protein_coding 6 2 NA LMNA ENSG00000160789 +CDS chr1 156126803 156126915 ENST00000368297 protein_coding 5 2 2 LMNA ENSG00000160789 +CDS chr1 156129850 156129908 ENST00000473598 protein_coding 6 2 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368301 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000676385 protein_coding 2 NA 4 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000675939 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000675667 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000683032 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000682650 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000361308 protein_coding 9 5 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000677389 protein_coding 1 NA 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368300 protein_coding 9 1 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368299 protein_coding 7 1 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000448611 protein_coding 6 2 2 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000368297 protein_coding 5 2 3 LMNA ENSG00000160789 +CDS chr1 156130617 156130773 ENST00000473598 protein_coding 6 2 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368301 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000676385 protein_coding 2 NA 5 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000675939 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000675667 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000683032 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000682650 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000361308 protein_coding 9 5 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000677389 protein_coding 1 NA 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368300 protein_coding 9 1 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368299 protein_coding 7 1 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000448611 protein_coding 6 2 3 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000368297 protein_coding 5 2 4 LMNA ENSG00000160789 +CDS chr1 156134403 156134528 ENST00000473598 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368301 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000676385 protein_coding 2 NA 6 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000675939 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000675667 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000683032 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000682650 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000361308 protein_coding 9 5 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000677389 protein_coding 1 NA 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368300 protein_coding 9 1 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368299 protein_coding 7 1 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000448611 protein_coding 6 2 4 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000368297 protein_coding 5 2 5 LMNA ENSG00000160789 +CDS chr1 156134805 156134975 ENST00000473598 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156134830 156134960 ENST00000504687 protein_coding 6 4 4 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368301 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000676385 protein_coding 2 NA 7 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000675939 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000675667 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000683032 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000682650 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000361308 protein_coding 9 5 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000677389 protein_coding 1 NA 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368300 protein_coding 9 1 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368299 protein_coding 7 1 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000448611 protein_coding 6 2 5 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000368297 protein_coding 5 2 6 LMNA ENSG00000160789 +CDS chr1 156135187 156135312 ENST00000473598 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368301 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000676385 protein_coding 2 NA 8 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000675939 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000675667 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000683032 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000682650 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000361308 protein_coding 9 5 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000677389 protein_coding 1 NA 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368300 protein_coding 9 1 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368299 protein_coding 7 1 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000448611 protein_coding 6 2 6 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000368297 protein_coding 5 2 7 LMNA ENSG00000160789 +CDS chr1 156135901 156136121 ENST00000473598 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368301 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000676385 protein_coding 2 NA 9 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000675939 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000675667 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000683032 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000682650 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000361308 protein_coding 9 5 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000677389 protein_coding 1 NA 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368300 protein_coding 9 1 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368299 protein_coding 7 1 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000448611 protein_coding 6 2 7 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000368297 protein_coding 5 2 8 LMNA ENSG00000160789 +CDS chr1 156136214 156136436 ENST00000473598 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368301 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000676385 protein_coding 2 NA 10 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000675939 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000675667 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000683032 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000682650 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000361308 protein_coding 9 5 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000677389 protein_coding 1 NA 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368300 protein_coding 9 1 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368299 protein_coding 7 1 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000448611 protein_coding 6 2 8 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000368297 protein_coding 5 2 9 LMNA ENSG00000160789 +CDS chr1 156136921 156137028 ENST00000473598 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368301 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000676385 protein_coding 2 NA 11 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000675939 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000675667 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000683032 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000682650 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000361308 protein_coding 9 5 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000677389 protein_coding 1 NA 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368300 protein_coding 9 1 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368299 protein_coding 7 1 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000448611 protein_coding 6 2 9 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000368297 protein_coding 5 2 10 LMNA ENSG00000160789 +CDS chr1 156137113 156137232 ENST00000473598 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000368301 protein_coding 6 2 13 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000675939 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000675667 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000683032 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000361308 protein_coding 9 5 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000677389 protein_coding 1 NA 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000368300 protein_coding 9 1 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000368299 protein_coding 7 1 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000448611 protein_coding 6 2 10 LMNA ENSG00000160789 +CDS chr1 156137654 156137761 ENST00000368297 protein_coding 5 2 11 LMNA ENSG00000160789 +CDS chr1 156137654 156137743 ENST00000473598 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000676385 protein_coding 2 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000675939 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138976 ENST00000675667 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000683032 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000682650 protein_coding 1 NA 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000361308 protein_coding 9 5 12 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000368300 protein_coding 9 1 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138607 ENST00000368299 protein_coding 7 1 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000448611 protein_coding 6 2 11 LMNA ENSG00000160789 +CDS chr1 156138488 156138757 ENST00000473598 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000676385 protein_coding 2 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000675939 protein_coding 1 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000683032 protein_coding 1 NA 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000682650 protein_coding 1 NA 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000361308 protein_coding 9 5 13 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000368300 protein_coding 9 1 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000368299 protein_coding 7 1 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139102 ENST00000448611 protein_coding 6 2 12 LMNA ENSG00000160789 +CDS chr1 156139080 156139103 ENST00000473598 protein_coding 6 2 13 LMNA ENSG00000160789 +CDS chr1 156139770 156139836 ENST00000448611 protein_coding 6 2 13 LMNA ENSG00000160789 +transcript chr1 156147366 156161498 ENST00000435124 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156147375 156156574 ENST00000633494 protein_coding 1 4 NA SEMA4A ENSG00000196189 +transcript chr1 156149723 156161493 ENST00000414683 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156150019 156177744 ENST00000355014 protein_coding 6 1 NA SEMA4A ENSG00000196189 +transcript chr1 156153578 156177743 ENST00000368284 protein_coding 5 2 NA SEMA4A ENSG00000196189 +transcript chr1 156153585 156177744 ENST00000368285 protein_coding 8 1 NA SEMA4A ENSG00000196189 +transcript chr1 156153607 156161028 ENST00000438830 protein_coding 5 5 NA SEMA4A ENSG00000196189 +transcript chr1 156154371 156177752 ENST00000368282 protein_coding 1 1 NA SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000435124 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000633494 protein_coding 1 4 3 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000355014 protein_coding 6 1 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000368285 protein_coding 8 1 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000438830 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156154579 156154717 ENST00000368282 protein_coding 1 1 1 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000435124 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000633494 protein_coding 1 4 4 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000355014 protein_coding 6 1 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000368285 protein_coding 8 1 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000438830 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156156414 156156574 ENST00000368282 protein_coding 1 1 2 SEMA4A ENSG00000196189 +CDS chr1 156156572 156156574 ENST00000414683 protein_coding 5 5 2 SEMA4A ENSG00000196189 +CDS chr1 156156572 156156574 ENST00000368284 protein_coding 5 2 2 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000435124 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000414683 protein_coding 5 5 3 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000355014 protein_coding 6 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368284 protein_coding 5 2 3 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368285 protein_coding 8 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000438830 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158070 156158132 ENST00000368282 protein_coding 1 1 3 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000435124 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000414683 protein_coding 5 5 4 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000355014 protein_coding 6 1 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000368285 protein_coding 8 1 5 SEMA4A ENSG00000196189 +CDS chr1 156158388 156158486 ENST00000368282 protein_coding 1 1 4 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000435124 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000414683 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000355014 protein_coding 6 1 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368284 protein_coding 5 2 4 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368285 protein_coding 8 1 6 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000438830 protein_coding 5 5 5 SEMA4A ENSG00000196189 +CDS chr1 156158719 156158824 ENST00000368282 protein_coding 1 1 5 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000435124 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000414683 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000355014 protein_coding 6 1 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368284 protein_coding 5 2 5 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368285 protein_coding 8 1 7 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000438830 protein_coding 5 5 6 SEMA4A ENSG00000196189 +CDS chr1 156160443 156160559 ENST00000368282 protein_coding 1 1 6 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000435124 protein_coding 5 5 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000414683 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000355014 protein_coding 6 1 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368284 protein_coding 5 2 6 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368285 protein_coding 8 1 8 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161028 ENST00000438830 protein_coding 5 5 7 SEMA4A ENSG00000196189 +CDS chr1 156160905 156161029 ENST00000368282 protein_coding 1 1 7 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161498 ENST00000435124 protein_coding 5 5 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161493 ENST00000414683 protein_coding 5 5 8 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000355014 protein_coding 6 1 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368284 protein_coding 5 2 7 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368285 protein_coding 8 1 9 SEMA4A ENSG00000196189 +CDS chr1 156161346 156161518 ENST00000368282 protein_coding 1 1 8 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000355014 protein_coding 6 1 10 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368284 protein_coding 5 2 8 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368285 protein_coding 8 1 10 SEMA4A ENSG00000196189 +CDS chr1 156162944 156163094 ENST00000368282 protein_coding 1 1 9 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000355014 protein_coding 6 1 11 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368284 protein_coding 5 2 9 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368285 protein_coding 8 1 11 SEMA4A ENSG00000196189 +CDS chr1 156172826 156173006 ENST00000368282 protein_coding 1 1 10 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000355014 protein_coding 6 1 12 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368284 protein_coding 5 2 10 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368285 protein_coding 8 1 12 SEMA4A ENSG00000196189 +CDS chr1 156174822 156174940 ENST00000368282 protein_coding 1 1 11 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000355014 protein_coding 6 1 13 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368284 protein_coding 5 2 11 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368285 protein_coding 8 1 13 SEMA4A ENSG00000196189 +CDS chr1 156175086 156175243 ENST00000368282 protein_coding 1 1 12 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000355014 protein_coding 6 1 14 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368284 protein_coding 5 2 12 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368285 protein_coding 8 1 14 SEMA4A ENSG00000196189 +CDS chr1 156175556 156175656 ENST00000368282 protein_coding 1 1 13 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000355014 protein_coding 6 1 15 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368284 protein_coding 5 2 13 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368285 protein_coding 8 1 15 SEMA4A ENSG00000196189 +CDS chr1 156176405 156176994 ENST00000368282 protein_coding 1 1 14 SEMA4A ENSG00000196189 +transcript chr1 156193932 156212795 ENST00000423538 protein_coding 6 1 NA SLC25A44 ENSG00000160785 +transcript chr1 156194103 156211446 ENST00000684582 protein_coding 1 NA NA SLC25A44 ENSG00000160785 +transcript chr1 156194104 156212796 ENST00000359511 protein_coding 5 1 NA SLC25A44 ENSG00000160785 +CDS chr1 156194134 156194247 ENST00000684582 protein_coding 1 NA 1 SLC25A44 ENSG00000160785 +CDS chr1 156199848 156200472 ENST00000423538 protein_coding 6 1 2 SLC25A44 ENSG00000160785 +CDS chr1 156199848 156200472 ENST00000359511 protein_coding 5 1 2 SLC25A44 ENSG00000160785 +CDS chr1 156207862 156208013 ENST00000423538 protein_coding 6 1 3 SLC25A44 ENSG00000160785 +CDS chr1 156207886 156208013 ENST00000359511 protein_coding 5 1 3 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000423538 protein_coding 6 1 4 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000684582 protein_coding 1 NA 2 SLC25A44 ENSG00000160785 +CDS chr1 156210240 156210428 ENST00000359511 protein_coding 5 1 4 SLC25A44 ENSG00000160785 +transcript chr1 156212982 156243332 ENST00000490491 protein_coding 5 2 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156212993 156240040 ENST00000368279 protein_coding 7 2 NA PMF1 ENSG00000160783 +transcript chr1 156213006 156239851 ENST00000368273 protein_coding 8 2 NA PMF1 ENSG00000160783 +transcript chr1 156213007 156243263 ENST00000368276 protein_coding 8 3 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156213007 156240042 ENST00000368277 protein_coding 3 1 NA PMF1 ENSG00000160783 +transcript chr1 156213009 156243214 ENST00000567140 protein_coding 3 3 NA PMF1-BGLAP ENSG00000260238 +transcript chr1 156213009 156243321 ENST00000320139 protein_coding 5 1 NA PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000490491 protein_coding 5 2 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000368276 protein_coding 8 3 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000567140 protein_coding 3 3 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000320139 protein_coding 5 1 1 PMF1-BGLAP ENSG00000260238 +CDS chr1 156213016 156213176 ENST00000368279 protein_coding 7 2 1 PMF1 ENSG00000160783 +CDS chr1 156213016 156213176 ENST00000368273 protein_coding 8 2 1 PMF1 ENSG00000160783 +CDS chr1 156213016 156213176 ENST00000368277 protein_coding 3 1 1 PMF1 ENSG00000160783 +CDS chr1 156225557 156225668 ENST00000368273 protein_coding 8 2 2 PMF1 ENSG00000160783 +CDS chr1 156232320 156232425 ENST00000490491 protein_coding 5 2 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000368276 protein_coding 8 3 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000320139 protein_coding 5 1 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156232320 156232425 ENST00000368279 protein_coding 7 2 2 PMF1 ENSG00000160783 +CDS chr1 156232320 156232425 ENST00000368277 protein_coding 3 1 2 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000490491 protein_coding 5 2 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000368276 protein_coding 8 3 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000320139 protein_coding 5 1 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156233628 156233728 ENST00000368279 protein_coding 7 2 3 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000368273 protein_coding 8 2 3 PMF1 ENSG00000160783 +CDS chr1 156233628 156233728 ENST00000368277 protein_coding 3 1 3 PMF1 ENSG00000160783 +CDS chr1 156236288 156236483 ENST00000490491 protein_coding 5 2 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236288 156236483 ENST00000567140 protein_coding 3 3 2 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236288 156236483 ENST00000368273 protein_coding 8 2 4 PMF1 ENSG00000160783 +CDS chr1 156236288 156236483 ENST00000368277 protein_coding 3 1 4 PMF1 ENSG00000160783 +CDS chr1 156236349 156236483 ENST00000368276 protein_coding 8 3 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156236349 156236483 ENST00000368279 protein_coding 7 2 4 PMF1 ENSG00000160783 +CDS chr1 156239548 156239584 ENST00000368279 protein_coding 7 2 5 PMF1 ENSG00000160783 +CDS chr1 156239548 156239598 ENST00000368273 protein_coding 8 2 5 PMF1 ENSG00000160783 +CDS chr1 156239548 156239598 ENST00000368277 protein_coding 3 1 5 PMF1 ENSG00000160783 +transcript chr1 156242184 156243317 ENST00000368272 protein_coding 5 1 NA BGLAP ENSG00000242252 +CDS chr1 156242232 156242295 ENST00000368272 protein_coding 5 1 1 BGLAP ENSG00000242252 +CDS chr1 156242553 156242591 ENST00000490491 protein_coding 5 2 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000368276 protein_coding 8 3 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000567140 protein_coding 3 3 3 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000320139 protein_coding 5 1 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242553 156242591 ENST00000368272 protein_coding 5 1 2 BGLAP ENSG00000242252 +CDS chr1 156242762 156242791 ENST00000490491 protein_coding 5 2 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000368276 protein_coding 8 3 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242791 ENST00000567140 protein_coding 3 3 4 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000320139 protein_coding 5 1 5 PMF1-BGLAP ENSG00000260238 +CDS chr1 156242762 156242831 ENST00000368272 protein_coding 5 1 3 BGLAP ENSG00000242252 +CDS chr1 156243033 156243080 ENST00000368276 protein_coding 8 3 7 PMF1-BGLAP ENSG00000260238 +CDS chr1 156243033 156243080 ENST00000320139 protein_coding 5 1 6 PMF1-BGLAP ENSG00000260238 +CDS chr1 156243033 156243159 ENST00000368272 protein_coding 5 1 4 BGLAP ENSG00000242252 +transcript chr1 156243320 156248056 ENST00000292291 protein_coding 10 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000335852 protein_coding 6 2 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000540423 protein_coding 5 3 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000612424 protein_coding 4 2 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000613336 protein_coding 4 3 NA PAQR6 ENSG00000160781 +transcript chr1 156243321 156248117 ENST00000623241 protein_coding 3 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243423 156248031 ENST00000368270 protein_coding 2 1 NA PAQR6 ENSG00000160781 +transcript chr1 156243496 156248090 ENST00000652405 protein_coding 1 NA NA PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000335852 protein_coding 6 2 7 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000540423 protein_coding 5 3 5 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000612424 protein_coding 4 2 6 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000613336 protein_coding 4 3 5 PAQR6 ENSG00000160781 +CDS chr1 156243864 156244403 ENST00000623241 protein_coding 3 1 5 PAQR6 ENSG00000160781 +transcript chr1 156243912 156248056 ENST00000356983 protein_coding 7 2 NA PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000292291 protein_coding 10 1 8 PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000368270 protein_coding 2 1 7 PAQR6 ENSG00000160781 +CDS chr1 156244132 156244403 ENST00000356983 protein_coding 7 2 9 PAQR6 ENSG00000160781 +CDS chr1 156244334 156244403 ENST00000652405 protein_coding 1 NA 9 PAQR6 ENSG00000160781 +CDS chr1 156244582 156244672 ENST00000652405 protein_coding 1 NA 8 PAQR6 ENSG00000160781 +CDS chr1 156244690 156244911 ENST00000335852 protein_coding 6 2 6 PAQR6 ENSG00000160781 +CDS chr1 156244690 156244789 ENST00000612424 protein_coding 4 2 5 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000292291 protein_coding 10 1 7 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000540423 protein_coding 5 3 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000613336 protein_coding 4 3 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244853 ENST00000623241 protein_coding 3 1 4 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000368270 protein_coding 2 1 6 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000652405 protein_coding 1 NA 7 PAQR6 ENSG00000160781 +CDS chr1 156244761 156244911 ENST00000356983 protein_coding 7 2 8 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000292291 protein_coding 10 1 6 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000335852 protein_coding 6 2 5 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000612424 protein_coding 4 2 4 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000368270 protein_coding 2 1 5 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000652405 protein_coding 1 NA 6 PAQR6 ENSG00000160781 +CDS chr1 156245142 156245238 ENST00000356983 protein_coding 7 2 7 PAQR6 ENSG00000160781 +transcript chr1 156245154 156248054 ENST00000470198 protein_coding 5 3 NA PAQR6 ENSG00000160781 +CDS chr1 156245154 156245277 ENST00000470198 protein_coding 5 3 6 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000292291 protein_coding 10 1 5 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000335852 protein_coding 6 2 4 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245646 ENST00000612424 protein_coding 4 2 3 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000368270 protein_coding 2 1 4 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000652405 protein_coding 1 NA 5 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000356983 protein_coding 7 2 6 PAQR6 ENSG00000160781 +CDS chr1 156245535 156245661 ENST00000470198 protein_coding 5 3 5 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000292291 protein_coding 10 1 4 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245848 ENST00000335852 protein_coding 6 2 3 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000368270 protein_coding 2 1 3 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000652405 protein_coding 1 NA 4 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000356983 protein_coding 7 2 5 PAQR6 ENSG00000160781 +CDS chr1 156245782 156245987 ENST00000470198 protein_coding 5 3 4 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000292291 protein_coding 10 1 3 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246229 ENST00000368270 protein_coding 2 1 2 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000652405 protein_coding 1 NA 3 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000356983 protein_coding 7 2 4 PAQR6 ENSG00000160781 +CDS chr1 156246123 156246250 ENST00000470198 protein_coding 5 3 3 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000292291 protein_coding 10 1 2 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000652405 protein_coding 1 NA 2 PAQR6 ENSG00000160781 +CDS chr1 156246681 156246731 ENST00000470198 protein_coding 5 3 2 PAQR6 ENSG00000160781 +CDS chr1 156246690 156246731 ENST00000356983 protein_coding 7 2 3 PAQR6 ENSG00000160781 +transcript chr1 156249224 156282825 ENST00000361813 protein_coding 5 1 NA SMG5 ENSG00000198952 +CDS chr1 156250590 156250670 ENST00000361813 protein_coding 5 1 22 SMG5 ENSG00000198952 +CDS chr1 156250858 156250996 ENST00000361813 protein_coding 5 1 21 SMG5 ENSG00000198952 +CDS chr1 156251403 156251477 ENST00000361813 protein_coding 5 1 20 SMG5 ENSG00000198952 +CDS chr1 156252414 156252504 ENST00000361813 protein_coding 5 1 19 SMG5 ENSG00000198952 +CDS chr1 156252919 156253078 ENST00000361813 protein_coding 5 1 18 SMG5 ENSG00000198952 +CDS chr1 156253449 156253508 ENST00000361813 protein_coding 5 1 17 SMG5 ENSG00000198952 +CDS chr1 156259005 156259163 ENST00000361813 protein_coding 5 1 16 SMG5 ENSG00000198952 +CDS chr1 156260451 156260626 ENST00000361813 protein_coding 5 1 15 SMG5 ENSG00000198952 +CDS chr1 156261333 156261408 ENST00000361813 protein_coding 5 1 14 SMG5 ENSG00000198952 +CDS chr1 156263395 156263570 ENST00000361813 protein_coding 5 1 13 SMG5 ENSG00000198952 +CDS chr1 156265781 156266380 ENST00000361813 protein_coding 5 1 12 SMG5 ENSG00000198952 +CDS chr1 156266541 156266678 ENST00000361813 protein_coding 5 1 11 SMG5 ENSG00000198952 +CDS chr1 156267470 156267678 ENST00000361813 protein_coding 5 1 10 SMG5 ENSG00000198952 +CDS chr1 156268115 156268183 ENST00000361813 protein_coding 5 1 9 SMG5 ENSG00000198952 +CDS chr1 156268290 156268415 ENST00000361813 protein_coding 5 1 8 SMG5 ENSG00000198952 +CDS chr1 156272320 156272398 ENST00000361813 protein_coding 5 1 7 SMG5 ENSG00000198952 +CDS chr1 156273361 156273450 ENST00000361813 protein_coding 5 1 6 SMG5 ENSG00000198952 +CDS chr1 156274597 156274686 ENST00000361813 protein_coding 5 1 5 SMG5 ENSG00000198952 +CDS chr1 156277085 156277241 ENST00000361813 protein_coding 5 1 4 SMG5 ENSG00000198952 +CDS chr1 156277925 156278048 ENST00000361813 protein_coding 5 1 3 SMG5 ENSG00000198952 +CDS chr1 156278936 156279034 ENST00000361813 protein_coding 5 1 2 SMG5 ENSG00000198952 +CDS chr1 156282607 156282680 ENST00000361813 protein_coding 5 1 1 SMG5 ENSG00000198952 +transcript chr1 156282948 156292443 ENST00000295694 protein_coding 9 1 NA TMEM79 ENSG00000163472 +transcript chr1 156282953 156291948 ENST00000357501 protein_coding 6 3 NA TMEM79 ENSG00000163472 +transcript chr1 156284322 156291525 ENST00000456810 protein_coding 1 3 NA TMEM79 ENSG00000163472 +transcript chr1 156284325 156292443 ENST00000405535 protein_coding 3 1 NA TMEM79 ENSG00000163472 +CDS chr1 156285227 156285983 ENST00000295694 protein_coding 9 1 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285267 ENST00000357501 protein_coding 6 3 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285267 ENST00000456810 protein_coding 1 3 2 TMEM79 ENSG00000163472 +CDS chr1 156285227 156285983 ENST00000405535 protein_coding 3 1 2 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000295694 protein_coding 9 1 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000357501 protein_coding 6 3 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000456810 protein_coding 1 3 3 TMEM79 ENSG00000163472 +CDS chr1 156286260 156286473 ENST00000405535 protein_coding 3 1 3 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291595 ENST00000295694 protein_coding 9 1 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291654 ENST00000357501 protein_coding 6 3 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291525 ENST00000456810 protein_coding 1 3 4 TMEM79 ENSG00000163472 +CDS chr1 156291385 156291595 ENST00000405535 protein_coding 3 1 4 TMEM79 ENSG00000163472 +transcript chr1 156292687 156295689 ENST00000612353 protein_coding 4 5 NA GLMP ENSG00000198715 +transcript chr1 156292687 156295689 ENST00000614643 protein_coding 4 2 NA GLMP ENSG00000198715 +transcript chr1 156292687 156295689 ENST00000622703 protein_coding 4 2 NA GLMP ENSG00000198715 +transcript chr1 156292688 156295679 ENST00000362007 protein_coding 6 1 NA GLMP ENSG00000198715 +transcript chr1 156292695 156294076 ENST00000481050 protein_coding 1 3 NA GLMP ENSG00000198715 +CDS chr1 156293015 156293209 ENST00000612353 protein_coding 4 5 5 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000614643 protein_coding 4 2 6 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000622703 protein_coding 4 2 5 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000362007 protein_coding 6 1 6 GLMP ENSG00000198715 +CDS chr1 156293047 156293209 ENST00000481050 protein_coding 1 3 3 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000614643 protein_coding 4 2 5 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000622703 protein_coding 4 2 4 GLMP ENSG00000198715 +CDS chr1 156293320 156293576 ENST00000362007 protein_coding 6 1 5 GLMP ENSG00000198715 +CDS chr1 156293320 156293429 ENST00000481050 protein_coding 1 3 2 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000612353 protein_coding 4 5 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000614643 protein_coding 4 2 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000622703 protein_coding 4 2 3 GLMP ENSG00000198715 +CDS chr1 156294018 156294236 ENST00000362007 protein_coding 6 1 4 GLMP ENSG00000198715 +CDS chr1 156294018 156294076 ENST00000481050 protein_coding 1 3 1 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000612353 protein_coding 4 5 3 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000614643 protein_coding 4 2 3 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000622703 protein_coding 4 2 2 GLMP ENSG00000198715 +CDS chr1 156294365 156294565 ENST00000362007 protein_coding 6 1 3 GLMP ENSG00000198715 +CDS chr1 156294759 156295016 ENST00000612353 protein_coding 4 5 2 GLMP ENSG00000198715 +CDS chr1 156294759 156294893 ENST00000614643 protein_coding 4 2 2 GLMP ENSG00000198715 +CDS chr1 156294759 156295016 ENST00000362007 protein_coding 6 1 2 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000612353 protein_coding 4 5 1 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000622703 protein_coding 4 2 1 GLMP ENSG00000198715 +CDS chr1 156295526 156295645 ENST00000362007 protein_coding 6 1 1 GLMP ENSG00000198715 +transcript chr1 156298624 156299307 ENST00000339922 protein_coding 5 NA NA VHLL ENSG00000189030 +CDS chr1 156298773 156299189 ENST00000339922 protein_coding 5 NA 1 VHLL ENSG00000189030 +transcript chr1 156308968 156338292 ENST00000295688 protein_coding 8 1 NA CCT3 ENSG00000163468 +transcript chr1 156308969 156338245 ENST00000368259 protein_coding 6 2 NA CCT3 ENSG00000163468 +transcript chr1 156309165 156338257 ENST00000472765 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000295688 protein_coding 8 1 14 CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000368259 protein_coding 6 2 12 CCT3 ENSG00000163468 +CDS chr1 156309202 156309303 ENST00000472765 protein_coding 6 2 15 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000295688 protein_coding 8 1 13 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000368259 protein_coding 6 2 11 CCT3 ENSG00000163468 +CDS chr1 156310558 156310689 ENST00000472765 protein_coding 6 2 14 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000295688 protein_coding 8 1 12 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000368259 protein_coding 6 2 10 CCT3 ENSG00000163468 +CDS chr1 156310950 156311195 ENST00000472765 protein_coding 6 2 13 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000295688 protein_coding 8 1 11 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000368259 protein_coding 6 2 9 CCT3 ENSG00000163468 +CDS chr1 156312041 156312221 ENST00000472765 protein_coding 6 2 12 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000295688 protein_coding 8 1 10 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000368259 protein_coding 6 2 8 CCT3 ENSG00000163468 +CDS chr1 156317166 156317247 ENST00000472765 protein_coding 6 2 11 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000295688 protein_coding 8 1 9 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000368259 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156317415 156317547 ENST00000472765 protein_coding 6 2 10 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000295688 protein_coding 8 1 8 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000368259 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156318868 156319017 ENST00000472765 protein_coding 6 2 9 CCT3 ENSG00000163468 +transcript chr1 156318870 156367859 ENST00000413555 protein_coding 5 5 NA CCT3 ENSG00000163468 +CDS chr1 156318870 156319017 ENST00000413555 protein_coding 5 5 8 CCT3 ENSG00000163468 +transcript chr1 156318921 156338229 ENST00000496684 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156318921 156319017 ENST00000496684 protein_coding 6 2 8 CCT3 ENSG00000163468 +transcript chr1 156318957 156338292 ENST00000533194 protein_coding 5 3 NA CCT3 ENSG00000163468 +CDS chr1 156318957 156319017 ENST00000533194 protein_coding 5 3 5 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000295688 protein_coding 8 1 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000368259 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000472765 protein_coding 6 2 8 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000413555 protein_coding 5 5 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000496684 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156320839 156321025 ENST00000533194 protein_coding 5 3 4 CCT3 ENSG00000163468 +transcript chr1 156320840 156367873 ENST00000446905 protein_coding 5 3 NA CCT3 ENSG00000163468 +CDS chr1 156320840 156321025 ENST00000446905 protein_coding 5 3 5 CCT3 ENSG00000163468 +transcript chr1 156320923 156338305 ENST00000478640 protein_coding 6 2 NA CCT3 ENSG00000163468 +CDS chr1 156320923 156321025 ENST00000478640 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000295688 protein_coding 8 1 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000368259 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000472765 protein_coding 6 2 7 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000413555 protein_coding 5 5 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325086 ENST00000496684 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000533194 protein_coding 5 3 3 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000446905 protein_coding 5 3 4 CCT3 ENSG00000163468 +CDS chr1 156324972 156325089 ENST00000478640 protein_coding 6 2 5 CCT3 ENSG00000163468 +transcript chr1 156324980 156338214 ENST00000415548 protein_coding 1 3 NA CCT3 ENSG00000163468 +CDS chr1 156324980 156325089 ENST00000415548 protein_coding 1 3 7 CCT3 ENSG00000163468 +CDS chr1 156333216 156333284 ENST00000415548 protein_coding 1 3 6 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000295688 protein_coding 8 1 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000368259 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000472765 protein_coding 6 2 6 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000413555 protein_coding 5 5 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000496684 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156333547 156333613 ENST00000533194 protein_coding 5 3 2 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000446905 protein_coding 5 3 3 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000478640 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156333547 156333643 ENST00000415548 protein_coding 1 3 5 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000295688 protein_coding 8 1 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000472765 protein_coding 6 2 5 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000413555 protein_coding 5 5 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000496684 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156334713 156334775 ENST00000415548 protein_coding 1 3 4 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000295688 protein_coding 8 1 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334876 ENST00000472765 protein_coding 6 2 4 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000413555 protein_coding 5 5 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000496684 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000478640 protein_coding 6 2 3 CCT3 ENSG00000163468 +CDS chr1 156334868 156334918 ENST00000415548 protein_coding 1 3 3 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000295688 protein_coding 8 1 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000368259 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000413555 protein_coding 5 5 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000496684 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000446905 protein_coding 5 3 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000478640 protein_coding 6 2 2 CCT3 ENSG00000163468 +CDS chr1 156335827 156335888 ENST00000415548 protein_coding 1 3 2 CCT3 ENSG00000163468 +transcript chr1 156337314 156346995 ENST00000368255 protein_coding 7 1 NA TSACC ENSG00000163467 +CDS chr1 156338154 156338184 ENST00000295688 protein_coding 8 1 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000368259 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000496684 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000478640 protein_coding 6 2 1 CCT3 ENSG00000163468 +CDS chr1 156338154 156338184 ENST00000415548 protein_coding 1 3 1 CCT3 ENSG00000163468 +transcript chr1 156338503 156346990 ENST00000368253 protein_coding 6 1 NA TSACC ENSG00000163467 +transcript chr1 156338507 156346993 ENST00000470342 protein_coding 5 2 NA TSACC ENSG00000163467 +transcript chr1 156338526 156346995 ENST00000368254 protein_coding 6 1 NA TSACC ENSG00000163467 +transcript chr1 156338628 156346995 ENST00000481479 protein_coding 5 2 NA TSACC ENSG00000163467 +transcript chr1 156338694 156346995 ENST00000368252 protein_coding 5 1 NA TSACC ENSG00000163467 +transcript chr1 156338788 156346992 ENST00000466306 protein_coding 5 3 NA TSACC ENSG00000163467 +transcript chr1 156338902 156346995 ENST00000368251 protein_coding 1 3 NA TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368255 protein_coding 7 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368253 protein_coding 6 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000470342 protein_coding 5 2 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368254 protein_coding 6 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000481479 protein_coding 5 2 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368252 protein_coding 5 1 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000466306 protein_coding 5 3 2 TSACC ENSG00000163467 +CDS chr1 156339758 156339791 ENST00000368251 protein_coding 1 3 2 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368255 protein_coding 7 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368253 protein_coding 6 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000470342 protein_coding 5 2 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368254 protein_coding 6 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000481479 protein_coding 5 2 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368252 protein_coding 5 1 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000466306 protein_coding 5 3 3 TSACC ENSG00000163467 +CDS chr1 156344580 156344708 ENST00000368251 protein_coding 1 3 3 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368255 protein_coding 7 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368253 protein_coding 6 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368254 protein_coding 6 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368252 protein_coding 5 1 4 TSACC ENSG00000163467 +CDS chr1 156346768 156346979 ENST00000368251 protein_coding 1 3 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000470342 protein_coding 5 2 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000481479 protein_coding 5 2 4 TSACC ENSG00000163467 +CDS chr1 156346779 156346915 ENST00000466306 protein_coding 5 3 4 TSACC ENSG00000163467 +CDS chr1 156367744 156367846 ENST00000413555 protein_coding 5 5 1 CCT3 ENSG00000163468 +CDS chr1 156367744 156367846 ENST00000446905 protein_coding 5 3 1 CCT3 ENSG00000163468 +transcript chr1 156369211 156385219 ENST00000537040 protein_coding 6 1 NA RHBG ENSG00000132677 +CDS chr1 156369250 156369436 ENST00000537040 protein_coding 6 1 1 RHBG ENSG00000132677 +CDS chr1 156377301 156377487 ENST00000537040 protein_coding 6 1 2 RHBG ENSG00000132677 +CDS chr1 156377990 156378140 ENST00000537040 protein_coding 6 1 3 RHBG ENSG00000132677 +CDS chr1 156378252 156378399 ENST00000537040 protein_coding 6 1 4 RHBG ENSG00000132677 +CDS chr1 156381347 156381513 ENST00000537040 protein_coding 6 1 5 RHBG ENSG00000132677 +CDS chr1 156381806 156381943 ENST00000537040 protein_coding 6 1 6 RHBG ENSG00000132677 +CDS chr1 156382068 156382201 ENST00000537040 protein_coding 6 1 7 RHBG ENSG00000132677 +CDS chr1 156382748 156382869 ENST00000537040 protein_coding 6 1 8 RHBG ENSG00000132677 +CDS chr1 156384527 156384600 ENST00000537040 protein_coding 6 1 9 RHBG ENSG00000132677 +CDS chr1 156384777 156384842 ENST00000537040 protein_coding 6 1 10 RHBG ENSG00000132677 +transcript chr1 156463727 156483430 ENST00000464356 protein_coding 6 5 NA MEF2D ENSG00000116604 +transcript chr1 156463727 156500775 ENST00000348159 protein_coding 9 1 NA MEF2D ENSG00000116604 +transcript chr1 156466210 156490599 ENST00000360595 protein_coding 7 1 NA MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000464356 protein_coding 6 5 10 MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000348159 protein_coding 9 1 12 MEF2D ENSG00000116604 +CDS chr1 156467648 156467656 ENST00000360595 protein_coding 7 1 11 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000464356 protein_coding 6 5 9 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000348159 protein_coding 9 1 11 MEF2D ENSG00000116604 +CDS chr1 156467993 156468299 ENST00000360595 protein_coding 7 1 10 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000464356 protein_coding 6 5 8 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000348159 protein_coding 9 1 10 MEF2D ENSG00000116604 +CDS chr1 156468780 156469020 ENST00000360595 protein_coding 7 1 9 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000464356 protein_coding 6 5 7 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000348159 protein_coding 9 1 9 MEF2D ENSG00000116604 +CDS chr1 156475108 156475237 ENST00000360595 protein_coding 7 1 8 MEF2D ENSG00000116604 +CDS chr1 156476494 156476514 ENST00000348159 protein_coding 9 1 8 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000464356 protein_coding 6 5 6 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000348159 protein_coding 9 1 7 MEF2D ENSG00000116604 +CDS chr1 156477012 156477202 ENST00000360595 protein_coding 7 1 7 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000464356 protein_coding 6 5 5 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000348159 protein_coding 9 1 6 MEF2D ENSG00000116604 +CDS chr1 156479290 156479346 ENST00000360595 protein_coding 7 1 6 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000464356 protein_coding 6 5 4 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000348159 protein_coding 9 1 5 MEF2D ENSG00000116604 +CDS chr1 156479586 156479796 ENST00000360595 protein_coding 7 1 5 MEF2D ENSG00000116604 +CDS chr1 156480643 156480777 ENST00000464356 protein_coding 6 5 3 MEF2D ENSG00000116604 +CDS chr1 156480834 156480971 ENST00000348159 protein_coding 9 1 4 MEF2D ENSG00000116604 +CDS chr1 156480834 156480971 ENST00000360595 protein_coding 7 1 4 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000464356 protein_coding 6 5 2 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000348159 protein_coding 9 1 3 MEF2D ENSG00000116604 +CDS chr1 156482437 156482640 ENST00000360595 protein_coding 7 1 3 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000464356 protein_coding 6 5 1 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000348159 protein_coding 9 1 2 MEF2D ENSG00000116604 +CDS chr1 156483239 156483292 ENST00000360595 protein_coding 7 1 2 MEF2D ENSG00000116604 +transcript chr1 156483261 156500779 ENST00000489057 protein_coding 1 5 NA MEF2D ENSG00000116604 +CDS chr1 156483261 156483292 ENST00000489057 protein_coding 1 5 3 MEF2D ENSG00000116604 +transcript chr1 156525405 156572565 ENST00000361170 protein_coding 7 1 NA IQGAP3 ENSG00000183856 +CDS chr1 156526489 156526599 ENST00000361170 protein_coding 7 1 38 IQGAP3 ENSG00000183856 +CDS chr1 156527952 156528060 ENST00000361170 protein_coding 7 1 37 IQGAP3 ENSG00000183856 +CDS chr1 156528509 156528610 ENST00000361170 protein_coding 7 1 36 IQGAP3 ENSG00000183856 +CDS chr1 156528916 156529082 ENST00000361170 protein_coding 7 1 35 IQGAP3 ENSG00000183856 +CDS chr1 156530105 156530317 ENST00000361170 protein_coding 7 1 34 IQGAP3 ENSG00000183856 +CDS chr1 156531160 156531247 ENST00000361170 protein_coding 7 1 33 IQGAP3 ENSG00000183856 +CDS chr1 156532980 156533106 ENST00000361170 protein_coding 7 1 32 IQGAP3 ENSG00000183856 +CDS chr1 156533773 156533875 ENST00000361170 protein_coding 7 1 31 IQGAP3 ENSG00000183856 +CDS chr1 156534009 156534141 ENST00000361170 protein_coding 7 1 30 IQGAP3 ENSG00000183856 +CDS chr1 156534501 156534733 ENST00000361170 protein_coding 7 1 29 IQGAP3 ENSG00000183856 +CDS chr1 156535163 156535247 ENST00000361170 protein_coding 7 1 28 IQGAP3 ENSG00000183856 +CDS chr1 156537181 156537321 ENST00000361170 protein_coding 7 1 27 IQGAP3 ENSG00000183856 +CDS chr1 156538809 156539033 ENST00000361170 protein_coding 7 1 26 IQGAP3 ENSG00000183856 +CDS chr1 156539374 156539537 ENST00000361170 protein_coding 7 1 25 IQGAP3 ENSG00000183856 +CDS chr1 156539838 156539990 ENST00000361170 protein_coding 7 1 24 IQGAP3 ENSG00000183856 +CDS chr1 156540708 156540916 ENST00000361170 protein_coding 7 1 23 IQGAP3 ENSG00000183856 +CDS chr1 156543981 156544050 ENST00000361170 protein_coding 7 1 22 IQGAP3 ENSG00000183856 +CDS chr1 156544152 156544223 ENST00000361170 protein_coding 7 1 21 IQGAP3 ENSG00000183856 +CDS chr1 156544389 156544472 ENST00000361170 protein_coding 7 1 20 IQGAP3 ENSG00000183856 +CDS chr1 156548073 156548243 ENST00000361170 protein_coding 7 1 19 IQGAP3 ENSG00000183856 +CDS chr1 156548348 156548487 ENST00000361170 protein_coding 7 1 18 IQGAP3 ENSG00000183856 +CDS chr1 156548581 156548748 ENST00000361170 protein_coding 7 1 17 IQGAP3 ENSG00000183856 +CDS chr1 156550261 156550351 ENST00000361170 protein_coding 7 1 16 IQGAP3 ENSG00000183856 +CDS chr1 156551705 156551868 ENST00000361170 protein_coding 7 1 15 IQGAP3 ENSG00000183856 +CDS chr1 156551974 156552095 ENST00000361170 protein_coding 7 1 14 IQGAP3 ENSG00000183856 +CDS chr1 156554235 156554392 ENST00000361170 protein_coding 7 1 13 IQGAP3 ENSG00000183856 +CDS chr1 156556533 156556693 ENST00000361170 protein_coding 7 1 12 IQGAP3 ENSG00000183856 +CDS chr1 156560934 156561021 ENST00000361170 protein_coding 7 1 11 IQGAP3 ENSG00000183856 +CDS chr1 156561838 156562001 ENST00000361170 protein_coding 7 1 10 IQGAP3 ENSG00000183856 +CDS chr1 156562587 156562665 ENST00000361170 protein_coding 7 1 9 IQGAP3 ENSG00000183856 +CDS chr1 156563134 156563312 ENST00000361170 protein_coding 7 1 8 IQGAP3 ENSG00000183856 +CDS chr1 156563553 156563666 ENST00000361170 protein_coding 7 1 7 IQGAP3 ENSG00000183856 +CDS chr1 156563757 156563824 ENST00000361170 protein_coding 7 1 6 IQGAP3 ENSG00000183856 +CDS chr1 156564615 156564691 ENST00000361170 protein_coding 7 1 5 IQGAP3 ENSG00000183856 +CDS chr1 156566027 156566104 ENST00000361170 protein_coding 7 1 4 IQGAP3 ENSG00000183856 +CDS chr1 156566390 156566546 ENST00000361170 protein_coding 7 1 3 IQGAP3 ENSG00000183856 +CDS chr1 156569376 156569463 ENST00000361170 protein_coding 7 1 2 IQGAP3 ENSG00000183856 +CDS chr1 156572493 156572529 ENST00000361170 protein_coding 7 1 1 IQGAP3 ENSG00000183856 +transcript chr1 156579723 156587719 ENST00000368236 protein_coding 8 5 NA TTC24 ENSG00000187862 +CDS chr1 156581365 156582070 ENST00000368236 protein_coding 8 5 2 TTC24 ENSG00000187862 +CDS chr1 156582231 156582434 ENST00000368236 protein_coding 8 5 3 TTC24 ENSG00000187862 +CDS chr1 156583042 156583170 ENST00000368236 protein_coding 8 5 4 TTC24 ENSG00000187862 +CDS chr1 156583338 156583450 ENST00000368236 protein_coding 8 5 5 TTC24 ENSG00000187862 +CDS chr1 156583797 156583895 ENST00000368236 protein_coding 8 5 6 TTC24 ENSG00000187862 +CDS chr1 156584877 156584974 ENST00000368236 protein_coding 8 5 7 TTC24 ENSG00000187862 +CDS chr1 156585125 156585231 ENST00000368236 protein_coding 8 5 8 TTC24 ENSG00000187862 +CDS chr1 156585713 156585826 ENST00000368236 protein_coding 8 5 9 TTC24 ENSG00000187862 +CDS chr1 156585949 156586045 ENST00000368236 protein_coding 8 5 10 TTC24 ENSG00000187862 +CDS chr1 156586469 156586547 ENST00000368236 protein_coding 8 5 11 TTC24 ENSG00000187862 +transcript chr1 156591762 156594131 ENST00000368234 protein_coding 7 1 NA NAXE ENSG00000163382 +transcript chr1 156591766 156598179 ENST00000680087 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156598309 ENST00000681734 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156599383 ENST00000679369 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156602460 ENST00000680269 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156602510 ENST00000680661 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156606892 ENST00000681054 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156607104 ENST00000680004 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591766 156609507 ENST00000679702 protein_coding 1 NA NA NAXE ENSG00000163382 +transcript chr1 156591776 156594299 ENST00000368235 protein_coding 8 1 NA NAXE ENSG00000163382 +transcript chr1 156591778 156593876 ENST00000368233 protein_coding 3 2 NA NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368234 protein_coding 7 1 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680087 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000681734 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000679369 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680269 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680661 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000681054 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000680004 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000679702 protein_coding 1 NA 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368235 protein_coding 8 1 1 NAXE ENSG00000163382 +CDS chr1 156591805 156591986 ENST00000368233 protein_coding 3 2 1 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368234 protein_coding 7 1 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680087 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000681734 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000679369 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680269 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680661 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000681054 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000680004 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000679702 protein_coding 1 NA 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368235 protein_coding 8 1 2 NAXE ENSG00000163382 +CDS chr1 156592101 156592209 ENST00000368233 protein_coding 3 2 2 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368234 protein_coding 7 1 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680087 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000681734 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680269 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680661 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000681054 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000680004 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000679702 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368235 protein_coding 8 1 3 NAXE ENSG00000163382 +CDS chr1 156592365 156592475 ENST00000368233 protein_coding 3 2 3 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368234 protein_coding 7 1 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680087 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000681734 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000679369 protein_coding 1 NA 3 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680269 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680661 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000681054 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000680004 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000679702 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368235 protein_coding 8 1 4 NAXE ENSG00000163382 +CDS chr1 156592557 156592670 ENST00000368233 protein_coding 3 2 4 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680087 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000681734 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000679369 protein_coding 1 NA 4 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680269 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680661 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000681054 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000680004 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000679702 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593555 ENST00000368235 protein_coding 8 1 5 NAXE ENSG00000163382 +CDS chr1 156593408 156593626 ENST00000368233 protein_coding 3 2 5 NAXE ENSG00000163382 +CDS chr1 156593464 156593555 ENST00000368234 protein_coding 7 1 5 NAXE ENSG00000163382 +CDS chr1 156593882 156594053 ENST00000368234 protein_coding 7 1 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000680269 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000681054 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000680004 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000679702 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156593882 156594081 ENST00000368235 protein_coding 8 1 6 NAXE ENSG00000163382 +CDS chr1 156593945 156594081 ENST00000681734 protein_coding 1 NA 6 NAXE ENSG00000163382 +transcript chr1 156594301 156601479 ENST00000368232 protein_coding 9 1 NA GPATCH4 ENSG00000160818 +transcript chr1 156595213 156601470 ENST00000438976 protein_coding 6 2 NA GPATCH4 ENSG00000160818 +CDS chr1 156595216 156595849 ENST00000368232 protein_coding 9 1 8 GPATCH4 ENSG00000160818 +CDS chr1 156595216 156595849 ENST00000438976 protein_coding 6 2 8 GPATCH4 ENSG00000160818 +transcript chr1 156595445 156601490 ENST00000415314 protein_coding 6 3 NA GPATCH4 ENSG00000160818 +CDS chr1 156595445 156595849 ENST00000415314 protein_coding 6 3 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000368232 protein_coding 9 1 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000438976 protein_coding 6 2 7 GPATCH4 ENSG00000160818 +CDS chr1 156596081 156596131 ENST00000415314 protein_coding 6 3 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000368232 protein_coding 9 1 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000438976 protein_coding 6 2 6 GPATCH4 ENSG00000160818 +CDS chr1 156596387 156596478 ENST00000415314 protein_coding 6 3 5 GPATCH4 ENSG00000160818 +CDS chr1 156596707 156596714 ENST00000680087 protein_coding 1 NA 6 NAXE ENSG00000163382 +CDS chr1 156596707 156596714 ENST00000679369 protein_coding 1 NA 5 NAXE ENSG00000163382 +CDS chr1 156598035 156598121 ENST00000368232 protein_coding 9 1 5 GPATCH4 ENSG00000160818 +CDS chr1 156598035 156598121 ENST00000438976 protein_coding 6 2 5 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000368232 protein_coding 9 1 4 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000438976 protein_coding 6 2 4 GPATCH4 ENSG00000160818 +CDS chr1 156598227 156598319 ENST00000415314 protein_coding 6 3 4 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000368232 protein_coding 9 1 3 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000438976 protein_coding 6 2 3 GPATCH4 ENSG00000160818 +CDS chr1 156598421 156598494 ENST00000415314 protein_coding 6 3 3 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599046 ENST00000368232 protein_coding 9 1 2 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599030 ENST00000438976 protein_coding 6 2 2 GPATCH4 ENSG00000160818 +CDS chr1 156598968 156599046 ENST00000415314 protein_coding 6 3 2 GPATCH4 ENSG00000160818 +CDS chr1 156601409 156601439 ENST00000438976 protein_coding 6 2 1 GPATCH4 ENSG00000160818 +CDS chr1 156601499 156601740 ENST00000680661 protein_coding 1 NA 6 NAXE ENSG00000163382 +transcript chr1 156619415 156625725 ENST00000255039 protein_coding 6 1 NA HAPLN2 ENSG00000132702 +transcript chr1 156619424 156624467 ENST00000456112 protein_coding 1 5 NA HAPLN2 ENSG00000132702 +CDS chr1 156623491 156623575 ENST00000255039 protein_coding 6 1 3 HAPLN2 ENSG00000132702 +CDS chr1 156623491 156623575 ENST00000456112 protein_coding 1 5 3 HAPLN2 ENSG00000132702 +CDS chr1 156623807 156624160 ENST00000255039 protein_coding 6 1 4 HAPLN2 ENSG00000132702 +CDS chr1 156623807 156624160 ENST00000456112 protein_coding 1 5 4 HAPLN2 ENSG00000132702 +CDS chr1 156624351 156624467 ENST00000255039 protein_coding 6 1 5 HAPLN2 ENSG00000132702 +CDS chr1 156624351 156624467 ENST00000456112 protein_coding 1 5 5 HAPLN2 ENSG00000132702 +CDS chr1 156624601 156624783 ENST00000255039 protein_coding 6 1 6 HAPLN2 ENSG00000132702 +CDS chr1 156625101 156625381 ENST00000255039 protein_coding 6 1 7 HAPLN2 ENSG00000132702 +transcript chr1 156641390 156647144 ENST00000441358 protein_coding 5 3 NA BCAN ENSG00000132692 +transcript chr1 156642114 156647682 ENST00000457777 protein_coding 6 3 NA BCAN ENSG00000132692 +transcript chr1 156642117 156659528 ENST00000329117 protein_coding 10 1 NA BCAN ENSG00000132692 +transcript chr1 156642130 156648798 ENST00000424639 protein_coding 5 3 NA BCAN ENSG00000132692 +transcript chr1 156642243 156653472 ENST00000361588 protein_coding 5 1 NA BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000441358 protein_coding 5 3 3 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000457777 protein_coding 6 3 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000329117 protein_coding 10 1 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000424639 protein_coding 5 3 2 BCAN ENSG00000132692 +CDS chr1 156646055 156646145 ENST00000361588 protein_coding 5 1 2 BCAN ENSG00000132692 +CDS chr1 156646801 156647144 ENST00000441358 protein_coding 5 3 4 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000457777 protein_coding 6 3 3 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000329117 protein_coding 10 1 3 BCAN ENSG00000132692 +CDS chr1 156646801 156647175 ENST00000361588 protein_coding 5 1 3 BCAN ENSG00000132692 +CDS chr1 156647107 156647175 ENST00000424639 protein_coding 5 3 3 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000457777 protein_coding 6 3 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000329117 protein_coding 10 1 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000424639 protein_coding 5 3 4 BCAN ENSG00000132692 +CDS chr1 156647508 156647682 ENST00000361588 protein_coding 5 1 4 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000329117 protein_coding 10 1 5 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000424639 protein_coding 5 3 5 BCAN ENSG00000132692 +CDS chr1 156647983 156648110 ENST00000361588 protein_coding 5 1 5 BCAN ENSG00000132692 +CDS chr1 156648568 156648861 ENST00000329117 protein_coding 10 1 6 BCAN ENSG00000132692 +CDS chr1 156648568 156648798 ENST00000424639 protein_coding 5 3 6 BCAN ENSG00000132692 +CDS chr1 156648568 156648861 ENST00000361588 protein_coding 5 1 6 BCAN ENSG00000132692 +CDS chr1 156651456 156651689 ENST00000329117 protein_coding 10 1 7 BCAN ENSG00000132692 +CDS chr1 156651456 156651689 ENST00000361588 protein_coding 5 1 7 BCAN ENSG00000132692 +CDS chr1 156652248 156652892 ENST00000329117 protein_coding 10 1 8 BCAN ENSG00000132692 +CDS chr1 156652248 156652963 ENST00000361588 protein_coding 5 1 8 BCAN ENSG00000132692 +CDS chr1 156656282 156656389 ENST00000329117 protein_coding 10 1 9 BCAN ENSG00000132692 +CDS chr1 156656938 156657096 ENST00000329117 protein_coding 10 1 10 BCAN ENSG00000132692 +CDS chr1 156657675 156657757 ENST00000329117 protein_coding 10 1 11 BCAN ENSG00000132692 +CDS chr1 156658127 156658271 ENST00000329117 protein_coding 10 1 12 BCAN ENSG00000132692 +CDS chr1 156658543 156658733 ENST00000329117 protein_coding 10 1 13 BCAN ENSG00000132692 +CDS chr1 156659027 156659131 ENST00000329117 protein_coding 10 1 14 BCAN ENSG00000132692 +transcript chr1 156668763 156677407 ENST00000368223 protein_coding 4 1 NA NES ENSG00000132688 +CDS chr1 156669325 156673205 ENST00000368223 protein_coding 4 1 4 NES ENSG00000132688 +CDS chr1 156673454 156673527 ENST00000368223 protein_coding 4 1 3 NES ENSG00000132688 +CDS chr1 156675216 156675340 ENST00000368223 protein_coding 4 1 2 NES ENSG00000132688 +CDS chr1 156676482 156677264 ENST00000368223 protein_coding 4 1 1 NES ENSG00000132688 +transcript chr1 156699606 156705583 ENST00000368222 protein_coding 8 1 NA CRABP2 ENSG00000143320 +transcript chr1 156699618 156705816 ENST00000621784 protein_coding 4 3 NA CRABP2 ENSG00000143320 +transcript chr1 156699756 156705747 ENST00000368221 protein_coding 1 3 NA CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000368222 protein_coding 8 1 4 CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000621784 protein_coding 4 3 5 CRABP2 ENSG00000143320 +CDS chr1 156700029 156700076 ENST00000368221 protein_coding 1 3 5 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000368222 protein_coding 8 1 3 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000621784 protein_coding 4 3 4 CRABP2 ENSG00000143320 +CDS chr1 156700542 156700658 ENST00000368221 protein_coding 1 3 4 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000368222 protein_coding 8 1 2 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000621784 protein_coding 4 3 3 CRABP2 ENSG00000143320 +CDS chr1 156700874 156701052 ENST00000368221 protein_coding 1 3 3 CRABP2 ENSG00000143320 +transcript chr1 156700875 156705816 ENST00000368220 protein_coding 1 4 NA CRABP2 ENSG00000143320 +CDS chr1 156700875 156701052 ENST00000368220 protein_coding 1 4 3 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368222 protein_coding 8 1 1 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000621784 protein_coding 4 3 2 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368221 protein_coding 1 3 2 CRABP2 ENSG00000143320 +CDS chr1 156705377 156705446 ENST00000368220 protein_coding 1 4 2 CRABP2 ENSG00000143320 +transcript chr1 156721891 156728435 ENST00000313146 protein_coding 10 2 NA ISG20L2 ENSG00000143319 +transcript chr1 156721895 156728766 ENST00000368219 protein_coding 2 5 NA ISG20L2 ENSG00000143319 +CDS chr1 156723352 156723462 ENST00000313146 protein_coding 10 2 3 ISG20L2 ENSG00000143319 +CDS chr1 156723352 156723462 ENST00000368219 protein_coding 2 5 4 ISG20L2 ENSG00000143319 +CDS chr1 156724148 156724348 ENST00000313146 protein_coding 10 2 2 ISG20L2 ENSG00000143319 +CDS chr1 156724148 156724348 ENST00000368219 protein_coding 2 5 3 ISG20L2 ENSG00000143319 +CDS chr1 156726906 156727652 ENST00000313146 protein_coding 10 2 1 ISG20L2 ENSG00000143319 +CDS chr1 156726906 156727652 ENST00000368219 protein_coding 2 5 2 ISG20L2 ENSG00000143319 +transcript chr1 156728442 156736949 ENST00000368218 protein_coding 8 3 NA METTL25B ENSG00000143303 +transcript chr1 156728469 156736960 ENST00000368216 protein_coding 9 1 NA METTL25B ENSG00000143303 +transcript chr1 156728949 156734470 ENST00000519086 protein_coding 5 3 NA METTL25B ENSG00000143303 +transcript chr1 156728960 156732994 ENST00000524343 protein_coding 1 5 NA METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000368218 protein_coding 8 3 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000368216 protein_coding 9 1 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000519086 protein_coding 5 3 1 METTL25B ENSG00000143303 +CDS chr1 156729105 156729215 ENST00000524343 protein_coding 1 5 1 METTL25B ENSG00000143303 +transcript chr1 156729516 156733492 ENST00000484742 protein_coding 5 3 NA METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000368218 protein_coding 8 3 2 METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000368216 protein_coding 9 1 2 METTL25B ENSG00000143303 +CDS chr1 156731991 156732115 ENST00000519086 protein_coding 5 3 2 METTL25B ENSG00000143303 +transcript chr1 156732025 156736949 ENST00000476229 protein_coding 5 5 NA METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000368218 protein_coding 8 3 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000368216 protein_coding 9 1 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732473 ENST00000519086 protein_coding 5 3 3 METTL25B ENSG00000143303 +CDS chr1 156732281 156732451 ENST00000524343 protein_coding 1 5 2 METTL25B ENSG00000143303 +CDS chr1 156732351 156732473 ENST00000484742 protein_coding 5 3 2 METTL25B ENSG00000143303 +CDS chr1 156732351 156732473 ENST00000476229 protein_coding 5 5 1 METTL25B ENSG00000143303 +transcript chr1 156732385 156735800 ENST00000522237 protein_coding 1 5 NA METTL25B ENSG00000143303 +CDS chr1 156732385 156732473 ENST00000522237 protein_coding 1 5 1 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000368218 protein_coding 8 3 4 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000368216 protein_coding 9 1 4 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000484742 protein_coding 5 3 3 METTL25B ENSG00000143303 +CDS chr1 156732985 156733047 ENST00000522237 protein_coding 1 5 2 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000368218 protein_coding 8 3 5 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000368216 protein_coding 9 1 5 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000519086 protein_coding 5 3 4 METTL25B ENSG00000143303 +CDS chr1 156733377 156733492 ENST00000484742 protein_coding 5 3 4 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000476229 protein_coding 5 5 2 METTL25B ENSG00000143303 +CDS chr1 156733377 156733520 ENST00000522237 protein_coding 1 5 3 METTL25B ENSG00000143303 +CDS chr1 156734009 156734493 ENST00000368216 protein_coding 9 1 6 METTL25B ENSG00000143303 +CDS chr1 156734009 156734470 ENST00000519086 protein_coding 5 3 5 METTL25B ENSG00000143303 +CDS chr1 156734009 156734052 ENST00000522237 protein_coding 1 5 4 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000368218 protein_coding 8 3 6 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000368216 protein_coding 9 1 7 METTL25B ENSG00000143303 +CDS chr1 156735725 156735909 ENST00000476229 protein_coding 5 5 3 METTL25B ENSG00000143303 +CDS chr1 156735725 156735800 ENST00000522237 protein_coding 1 5 5 METTL25B ENSG00000143303 +CDS chr1 156736632 156736641 ENST00000368218 protein_coding 8 3 7 METTL25B ENSG00000143303 +CDS chr1 156736632 156736750 ENST00000368216 protein_coding 9 1 8 METTL25B ENSG00000143303 +CDS chr1 156736632 156736641 ENST00000476229 protein_coding 5 5 4 METTL25B ENSG00000143303 +transcript chr1 156737303 156741088 ENST00000361531 protein_coding 6 1 NA MRPL24 ENSG00000143314 +transcript chr1 156737305 156741131 ENST00000368211 protein_coding 8 1 NA MRPL24 ENSG00000143314 +CDS chr1 156737401 156737534 ENST00000361531 protein_coding 6 1 6 MRPL24 ENSG00000143314 +CDS chr1 156737401 156737534 ENST00000368211 protein_coding 8 1 6 MRPL24 ENSG00000143314 +transcript chr1 156737530 156741590 ENST00000434558 protein_coding 5 5 NA MRPL24 ENSG00000143314 +CDS chr1 156737530 156737534 ENST00000434558 protein_coding 5 5 6 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000361531 protein_coding 6 1 5 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000368211 protein_coding 8 1 5 MRPL24 ENSG00000143314 +CDS chr1 156737646 156737776 ENST00000434558 protein_coding 5 5 5 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000361531 protein_coding 6 1 4 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000368211 protein_coding 8 1 4 MRPL24 ENSG00000143314 +CDS chr1 156738031 156738134 ENST00000434558 protein_coding 5 5 4 MRPL24 ENSG00000143314 +transcript chr1 156738118 156741088 ENST00000412846 protein_coding 5 3 NA MRPL24 ENSG00000143314 +CDS chr1 156738118 156738134 ENST00000412846 protein_coding 5 3 4 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000361531 protein_coding 6 1 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000368211 protein_coding 8 1 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000434558 protein_coding 5 5 3 MRPL24 ENSG00000143314 +CDS chr1 156738343 156738438 ENST00000412846 protein_coding 5 3 3 MRPL24 ENSG00000143314 +transcript chr1 156738418 156740562 ENST00000420938 protein_coding 1 3 NA MRPL24 ENSG00000143314 +CDS chr1 156738418 156738438 ENST00000420938 protein_coding 1 3 3 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000361531 protein_coding 6 1 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000368211 protein_coding 8 1 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000434558 protein_coding 5 5 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000412846 protein_coding 5 3 2 MRPL24 ENSG00000143314 +CDS chr1 156738522 156738704 ENST00000420938 protein_coding 1 3 2 MRPL24 ENSG00000143314 +transcript chr1 156742109 156751675 ENST00000357325 protein_coding 10 1 NA HDGF ENSG00000143321 +transcript chr1 156742110 156751598 ENST00000537739 protein_coding 5 1 NA HDGF ENSG00000143321 +transcript chr1 156742110 156752233 ENST00000368209 protein_coding 9 2 NA HDGF ENSG00000143321 +transcript chr1 156743345 156752448 ENST00000368206 protein_coding 5 5 NA HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000357325 protein_coding 10 1 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000537739 protein_coding 5 1 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000368209 protein_coding 9 2 6 HDGF ENSG00000143321 +CDS chr1 156743452 156743455 ENST00000368206 protein_coding 5 5 6 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000357325 protein_coding 10 1 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000537739 protein_coding 5 1 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000368209 protein_coding 9 2 5 HDGF ENSG00000143321 +CDS chr1 156743652 156743878 ENST00000368206 protein_coding 5 5 5 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000357325 protein_coding 10 1 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000537739 protein_coding 5 1 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000368209 protein_coding 9 2 4 HDGF ENSG00000143321 +CDS chr1 156744163 156744348 ENST00000368206 protein_coding 5 5 4 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000357325 protein_coding 10 1 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000537739 protein_coding 5 1 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000368209 protein_coding 9 2 3 HDGF ENSG00000143321 +CDS chr1 156745008 156745146 ENST00000368206 protein_coding 5 5 3 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000357325 protein_coding 10 1 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000537739 protein_coding 5 1 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000368209 protein_coding 9 2 2 HDGF ENSG00000143321 +CDS chr1 156745297 156745373 ENST00000368206 protein_coding 5 5 2 HDGF ENSG00000143321 +CDS chr1 156751343 156751429 ENST00000357325 protein_coding 10 1 1 HDGF ENSG00000143321 +CDS chr1 156751343 156751429 ENST00000537739 protein_coding 5 1 1 HDGF ENSG00000143321 +CDS chr1 156752038 156752103 ENST00000368209 protein_coding 9 2 1 HDGF ENSG00000143321 +CDS chr1 156752229 156752363 ENST00000368206 protein_coding 5 5 1 HDGF ENSG00000143321 +transcript chr1 156767535 156800815 ENST00000271526 protein_coding 9 1 NA PRCC ENSG00000143294 +CDS chr1 156767772 156768239 ENST00000271526 protein_coding 9 1 1 PRCC ENSG00000143294 +CDS chr1 156782282 156782329 ENST00000271526 protein_coding 9 1 2 PRCC ENSG00000143294 +CDS chr1 156786608 156787174 ENST00000271526 protein_coding 9 1 3 PRCC ENSG00000143294 +transcript chr1 156786875 156800497 ENST00000526188 protein_coding 5 2 NA PRCC ENSG00000143294 +CDS chr1 156786875 156787174 ENST00000526188 protein_coding 5 2 1 PRCC ENSG00000143294 +transcript chr1 156786891 156800771 ENST00000454659 protein_coding 1 3 NA PRCC ENSG00000143294 +CDS chr1 156786891 156787174 ENST00000454659 protein_coding 1 3 1 PRCC ENSG00000143294 +CDS chr1 156791067 156791162 ENST00000454659 protein_coding 1 3 2 PRCC ENSG00000143294 +CDS chr1 156791697 156791792 ENST00000271526 protein_coding 9 1 4 PRCC ENSG00000143294 +CDS chr1 156791697 156791792 ENST00000454659 protein_coding 1 3 3 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000271526 protein_coding 9 1 5 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000526188 protein_coding 5 2 2 PRCC ENSG00000143294 +CDS chr1 156794665 156794808 ENST00000454659 protein_coding 1 3 4 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000271526 protein_coding 9 1 6 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000526188 protein_coding 5 2 3 PRCC ENSG00000143294 +CDS chr1 156797276 156797341 ENST00000454659 protein_coding 1 3 5 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000271526 protein_coding 9 1 7 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000526188 protein_coding 5 2 4 PRCC ENSG00000143294 +CDS chr1 156800374 156800457 ENST00000454659 protein_coding 1 3 6 PRCC ENSG00000143294 +transcript chr1 156806243 156816834 ENST00000368198 protein_coding 7 1 NA SH2D2A ENSG00000027869 +transcript chr1 156806243 156816848 ENST00000368199 protein_coding 8 1 NA SH2D2A ENSG00000027869 +transcript chr1 156806244 156816848 ENST00000392306 protein_coding 2 1 NA SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000368198 protein_coding 7 1 8 SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000368199 protein_coding 8 1 8 SH2D2A ENSG00000027869 +CDS chr1 156807181 156807345 ENST00000392306 protein_coding 2 1 8 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000368198 protein_coding 7 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000368199 protein_coding 8 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809203 156809490 ENST00000392306 protein_coding 2 1 7 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000368198 protein_coding 7 1 6 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000368199 protein_coding 8 1 6 SH2D2A ENSG00000027869 +CDS chr1 156809661 156809807 ENST00000392306 protein_coding 2 1 6 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000368198 protein_coding 7 1 5 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000368199 protein_coding 8 1 5 SH2D2A ENSG00000027869 +CDS chr1 156813848 156814016 ENST00000392306 protein_coding 2 1 5 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814294 ENST00000368198 protein_coding 7 1 4 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814294 ENST00000368199 protein_coding 8 1 4 SH2D2A ENSG00000027869 +CDS chr1 156814205 156814324 ENST00000392306 protein_coding 2 1 4 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000368198 protein_coding 7 1 3 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000368199 protein_coding 8 1 3 SH2D2A ENSG00000027869 +CDS chr1 156815037 156815221 ENST00000392306 protein_coding 2 1 3 SH2D2A ENSG00000027869 +transcript chr1 156815656 156881850 ENST00000392302 protein_coding 7 5 NA NTRK1 ENSG00000198400 +transcript chr1 156815671 156881808 ENST00000674537 protein_coding 1 NA NA NTRK1 ENSG00000198400 +CDS chr1 156816006 156816063 ENST00000368198 protein_coding 7 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816006 156816094 ENST00000368199 protein_coding 8 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816006 156816094 ENST00000392306 protein_coding 2 1 2 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816685 ENST00000368198 protein_coding 7 1 1 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816708 ENST00000368199 protein_coding 8 1 1 SH2D2A ENSG00000027869 +CDS chr1 156816675 156816708 ENST00000392306 protein_coding 2 1 1 SH2D2A ENSG00000027869 +transcript chr1 156840063 156859117 ENST00000368195 protein_coding 4 1 NA INSRR ENSG00000027644 +CDS chr1 156840876 156841104 ENST00000368195 protein_coding 4 1 22 INSRR ENSG00000027644 +CDS chr1 156841394 156841528 ENST00000368195 protein_coding 4 1 21 INSRR ENSG00000027644 +CDS chr1 156841665 156841794 ENST00000368195 protein_coding 4 1 20 INSRR ENSG00000027644 +CDS chr1 156842112 156842271 ENST00000368195 protein_coding 4 1 19 INSRR ENSG00000027644 +CDS chr1 156842144 156842193 ENST00000392302 protein_coding 7 5 2 NTRK1 ENSG00000198400 +CDS chr1 156842144 156842193 ENST00000674537 protein_coding 1 NA 3 NTRK1 ENSG00000198400 +CDS chr1 156842398 156842508 ENST00000368195 protein_coding 4 1 18 INSRR ENSG00000027644 +CDS chr1 156843004 156843233 ENST00000368195 protein_coding 4 1 17 INSRR ENSG00000027644 +CDS chr1 156843427 156843479 ENST00000368195 protein_coding 4 1 16 INSRR ENSG00000027644 +CDS chr1 156844175 156844280 ENST00000368195 protein_coding 4 1 15 INSRR ENSG00000027644 +CDS chr1 156844462 156844624 ENST00000368195 protein_coding 4 1 14 INSRR ENSG00000027644 +CDS chr1 156844707 156844843 ENST00000368195 protein_coding 4 1 13 INSRR ENSG00000027644 +CDS chr1 156845076 156845296 ENST00000368195 protein_coding 4 1 12 INSRR ENSG00000027644 +CDS chr1 156845372 156845413 ENST00000368195 protein_coding 4 1 11 INSRR ENSG00000027644 +CDS chr1 156845619 156845814 ENST00000368195 protein_coding 4 1 10 INSRR ENSG00000027644 +CDS chr1 156845952 156846119 ENST00000368195 protein_coding 4 1 9 INSRR ENSG00000027644 +CDS chr1 156846519 156846757 ENST00000368195 protein_coding 4 1 8 INSRR ENSG00000027644 +CDS chr1 156848921 156849047 ENST00000368195 protein_coding 4 1 7 INSRR ENSG00000027644 +CDS chr1 156849246 156849460 ENST00000368195 protein_coding 4 1 6 INSRR ENSG00000027644 +CDS chr1 156851290 156851434 ENST00000368195 protein_coding 4 1 5 INSRR ENSG00000027644 +CDS chr1 156851646 156851788 ENST00000368195 protein_coding 4 1 4 INSRR ENSG00000027644 +CDS chr1 156851888 156852191 ENST00000368195 protein_coding 4 1 3 INSRR ENSG00000027644 +CDS chr1 156853752 156854303 ENST00000368195 protein_coding 4 1 2 INSRR ENSG00000027644 +CDS chr1 156858537 156858621 ENST00000368195 protein_coding 4 1 1 INSRR ENSG00000027644 +transcript chr1 156860815 156881850 ENST00000368196 protein_coding 7 1 NA NTRK1 ENSG00000198400 +transcript chr1 156860865 156881850 ENST00000524377 protein_coding 7 1 NA NTRK1 ENSG00000198400 +transcript chr1 156860894 156881711 ENST00000358660 protein_coding 3 2 NA NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000368196 protein_coding 7 1 1 NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000524377 protein_coding 7 1 1 NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000358660 protein_coding 3 2 1 NTRK1 ENSG00000198400 +transcript chr1 156860935 156865920 ENST00000675461 protein_coding 1 NA NA NTRK1 ENSG00000198400 +CDS chr1 156860935 156861146 ENST00000675461 protein_coding 1 NA 1 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000392302 protein_coding 7 5 3 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000674537 protein_coding 1 NA 4 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000368196 protein_coding 7 1 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000524377 protein_coding 7 1 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000358660 protein_coding 3 2 2 NTRK1 ENSG00000198400 +CDS chr1 156864354 156864428 ENST00000675461 protein_coding 1 NA 2 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000392302 protein_coding 7 5 4 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000674537 protein_coding 1 NA 5 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000368196 protein_coding 7 1 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000524377 protein_coding 7 1 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000358660 protein_coding 3 2 3 NTRK1 ENSG00000198400 +CDS chr1 156864728 156864799 ENST00000675461 protein_coding 1 NA 3 NTRK1 ENSG00000198400 +CDS chr1 156865072 156865159 ENST00000675461 protein_coding 1 NA 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000392302 protein_coding 7 5 5 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000674537 protein_coding 1 NA 6 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000368196 protein_coding 7 1 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000524377 protein_coding 7 1 4 NTRK1 ENSG00000198400 +CDS chr1 156866910 156866978 ENST00000358660 protein_coding 3 2 4 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000392302 protein_coding 7 5 6 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000674537 protein_coding 1 NA 7 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000368196 protein_coding 7 1 5 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000524377 protein_coding 7 1 5 NTRK1 ENSG00000198400 +CDS chr1 156868104 156868249 ENST00000358660 protein_coding 3 2 5 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000392302 protein_coding 7 5 7 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000674537 protein_coding 1 NA 8 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000368196 protein_coding 7 1 6 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000524377 protein_coding 7 1 6 NTRK1 ENSG00000198400 +CDS chr1 156868505 156868647 ENST00000358660 protein_coding 3 2 6 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000392302 protein_coding 7 5 8 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000674537 protein_coding 1 NA 9 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000368196 protein_coding 7 1 7 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000524377 protein_coding 7 1 7 NTRK1 ENSG00000198400 +CDS chr1 156871623 156871755 ENST00000358660 protein_coding 3 2 7 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000392302 protein_coding 7 5 9 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000674537 protein_coding 1 NA 10 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000368196 protein_coding 7 1 8 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000524377 protein_coding 7 1 8 NTRK1 ENSG00000198400 +CDS chr1 156873633 156873959 ENST00000358660 protein_coding 3 2 8 NTRK1 ENSG00000198400 +CDS chr1 156874383 156874400 ENST00000524377 protein_coding 7 1 9 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000392302 protein_coding 7 5 10 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000674537 protein_coding 1 NA 11 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000368196 protein_coding 7 1 9 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000524377 protein_coding 7 1 10 NTRK1 ENSG00000198400 +CDS chr1 156874571 156874626 ENST00000358660 protein_coding 3 2 9 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000392302 protein_coding 7 5 11 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000674537 protein_coding 1 NA 12 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000368196 protein_coding 7 1 10 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000524377 protein_coding 7 1 11 NTRK1 ENSG00000198400 +CDS chr1 156874906 156875008 ENST00000358660 protein_coding 3 2 10 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000392302 protein_coding 7 5 12 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000674537 protein_coding 1 NA 13 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000368196 protein_coding 7 1 11 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000524377 protein_coding 7 1 12 NTRK1 ENSG00000198400 +CDS chr1 156875520 156875666 ENST00000358660 protein_coding 3 2 11 NTRK1 ENSG00000198400 +CDS chr1 156876071 156876210 ENST00000358660 protein_coding 3 2 12 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000392302 protein_coding 7 5 13 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000674537 protein_coding 1 NA 14 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000368196 protein_coding 7 1 12 NTRK1 ENSG00000198400 +CDS chr1 156876080 156876210 ENST00000524377 protein_coding 7 1 13 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000392302 protein_coding 7 5 14 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000674537 protein_coding 1 NA 15 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000368196 protein_coding 7 1 13 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000524377 protein_coding 7 1 14 NTRK1 ENSG00000198400 +CDS chr1 156876400 156876572 ENST00000358660 protein_coding 3 2 13 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000392302 protein_coding 7 5 15 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000674537 protein_coding 1 NA 16 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000368196 protein_coding 7 1 14 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000524377 protein_coding 7 1 15 NTRK1 ENSG00000198400 +CDS chr1 156879122 156879362 ENST00000358660 protein_coding 3 2 14 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000392302 protein_coding 7 5 16 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000674537 protein_coding 1 NA 17 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000368196 protein_coding 7 1 15 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000524377 protein_coding 7 1 16 NTRK1 ENSG00000198400 +CDS chr1 156879999 156880157 ENST00000358660 protein_coding 3 2 15 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000392302 protein_coding 7 5 17 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000674537 protein_coding 1 NA 18 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000368196 protein_coding 7 1 16 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000524377 protein_coding 7 1 17 NTRK1 ENSG00000198400 +CDS chr1 156881457 156881639 ENST00000358660 protein_coding 3 2 16 NTRK1 ENSG00000198400 +transcript chr1 156893718 156916429 ENST00000292357 protein_coding 8 5 NA PEAR1 ENSG00000187800 +transcript chr1 156893720 156916429 ENST00000338302 protein_coding 7 5 NA PEAR1 ENSG00000187800 +transcript chr1 156893725 156906756 ENST00000455314 protein_coding 5 2 NA PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000292357 protein_coding 8 5 2 PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000338302 protein_coding 7 5 3 PEAR1 ENSG00000187800 +CDS chr1 156903927 156904027 ENST00000455314 protein_coding 5 2 2 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000292357 protein_coding 8 5 3 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000338302 protein_coding 7 5 4 PEAR1 ENSG00000187800 +CDS chr1 156904748 156904852 ENST00000455314 protein_coding 5 2 3 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000292357 protein_coding 8 5 4 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000338302 protein_coding 7 5 5 PEAR1 ENSG00000187800 +CDS chr1 156905324 156905424 ENST00000455314 protein_coding 5 2 4 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000292357 protein_coding 8 5 5 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000338302 protein_coding 7 5 6 PEAR1 ENSG00000187800 +CDS chr1 156906276 156906368 ENST00000455314 protein_coding 5 2 5 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906880 ENST00000292357 protein_coding 8 5 6 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906880 ENST00000338302 protein_coding 7 5 7 PEAR1 ENSG00000187800 +CDS chr1 156906637 156906756 ENST00000455314 protein_coding 5 2 6 PEAR1 ENSG00000187800 +CDS chr1 156907610 156907730 ENST00000292357 protein_coding 8 5 7 PEAR1 ENSG00000187800 +CDS chr1 156907610 156907730 ENST00000338302 protein_coding 7 5 8 PEAR1 ENSG00000187800 +CDS chr1 156907915 156908051 ENST00000292357 protein_coding 8 5 8 PEAR1 ENSG00000187800 +CDS chr1 156907915 156908051 ENST00000338302 protein_coding 7 5 9 PEAR1 ENSG00000187800 +CDS chr1 156908128 156908340 ENST00000292357 protein_coding 8 5 9 PEAR1 ENSG00000187800 +CDS chr1 156908128 156908340 ENST00000338302 protein_coding 7 5 10 PEAR1 ENSG00000187800 +CDS chr1 156908655 156908829 ENST00000292357 protein_coding 8 5 10 PEAR1 ENSG00000187800 +CDS chr1 156908655 156908829 ENST00000338302 protein_coding 7 5 11 PEAR1 ENSG00000187800 +CDS chr1 156908916 156909036 ENST00000292357 protein_coding 8 5 11 PEAR1 ENSG00000187800 +CDS chr1 156908916 156909036 ENST00000338302 protein_coding 7 5 12 PEAR1 ENSG00000187800 +CDS chr1 156909751 156909914 ENST00000292357 protein_coding 8 5 12 PEAR1 ENSG00000187800 +CDS chr1 156909751 156909914 ENST00000338302 protein_coding 7 5 13 PEAR1 ENSG00000187800 +CDS chr1 156910006 156910108 ENST00000292357 protein_coding 8 5 13 PEAR1 ENSG00000187800 +CDS chr1 156910006 156910108 ENST00000338302 protein_coding 7 5 14 PEAR1 ENSG00000187800 +CDS chr1 156910234 156910380 ENST00000292357 protein_coding 8 5 14 PEAR1 ENSG00000187800 +CDS chr1 156910234 156910380 ENST00000338302 protein_coding 7 5 15 PEAR1 ENSG00000187800 +CDS chr1 156910618 156910743 ENST00000292357 protein_coding 8 5 15 PEAR1 ENSG00000187800 +CDS chr1 156910618 156910743 ENST00000338302 protein_coding 7 5 16 PEAR1 ENSG00000187800 +CDS chr1 156912247 156912375 ENST00000292357 protein_coding 8 5 16 PEAR1 ENSG00000187800 +CDS chr1 156912247 156912375 ENST00000338302 protein_coding 7 5 17 PEAR1 ENSG00000187800 +CDS chr1 156912494 156912622 ENST00000292357 protein_coding 8 5 17 PEAR1 ENSG00000187800 +CDS chr1 156912494 156912622 ENST00000338302 protein_coding 7 5 18 PEAR1 ENSG00000187800 +CDS chr1 156912770 156912982 ENST00000292357 protein_coding 8 5 18 PEAR1 ENSG00000187800 +CDS chr1 156912770 156912982 ENST00000338302 protein_coding 7 5 19 PEAR1 ENSG00000187800 +CDS chr1 156913194 156913282 ENST00000292357 protein_coding 8 5 19 PEAR1 ENSG00000187800 +CDS chr1 156913194 156913282 ENST00000338302 protein_coding 7 5 20 PEAR1 ENSG00000187800 +CDS chr1 156913391 156913523 ENST00000292357 protein_coding 8 5 20 PEAR1 ENSG00000187800 +CDS chr1 156913391 156913523 ENST00000338302 protein_coding 7 5 21 PEAR1 ENSG00000187800 +CDS chr1 156913692 156913760 ENST00000292357 protein_coding 8 5 21 PEAR1 ENSG00000187800 +CDS chr1 156913692 156913760 ENST00000338302 protein_coding 7 5 22 PEAR1 ENSG00000187800 +CDS chr1 156913852 156914100 ENST00000292357 protein_coding 8 5 22 PEAR1 ENSG00000187800 +CDS chr1 156913852 156914100 ENST00000338302 protein_coding 7 5 23 PEAR1 ENSG00000187800 +CDS chr1 156914647 156914795 ENST00000292357 protein_coding 8 5 23 PEAR1 ENSG00000187800 +CDS chr1 156914647 156914795 ENST00000338302 protein_coding 7 5 24 PEAR1 ENSG00000187800 +transcript chr1 156920632 156933094 ENST00000337428 protein_coding 8 1 NA LRRC71 ENSG00000160838 +CDS chr1 156920804 156920963 ENST00000337428 protein_coding 8 1 1 LRRC71 ENSG00000160838 +CDS chr1 156923949 156924098 ENST00000337428 protein_coding 8 1 2 LRRC71 ENSG00000160838 +CDS chr1 156924424 156924552 ENST00000337428 protein_coding 8 1 3 LRRC71 ENSG00000160838 +CDS chr1 156924643 156924718 ENST00000337428 protein_coding 8 1 4 LRRC71 ENSG00000160838 +CDS chr1 156924938 156925015 ENST00000337428 protein_coding 8 1 5 LRRC71 ENSG00000160838 +CDS chr1 156927202 156927270 ENST00000337428 protein_coding 8 1 6 LRRC71 ENSG00000160838 +CDS chr1 156927496 156927655 ENST00000337428 protein_coding 8 1 7 LRRC71 ENSG00000160838 +CDS chr1 156927733 156927816 ENST00000337428 protein_coding 8 1 8 LRRC71 ENSG00000160838 +CDS chr1 156927915 156928004 ENST00000337428 protein_coding 8 1 9 LRRC71 ENSG00000160838 +CDS chr1 156929280 156929429 ENST00000337428 protein_coding 8 1 10 LRRC71 ENSG00000160838 +CDS chr1 156929636 156929729 ENST00000337428 protein_coding 8 1 11 LRRC71 ENSG00000160838 +CDS chr1 156930529 156930617 ENST00000337428 protein_coding 8 1 12 LRRC71 ENSG00000160838 +CDS chr1 156931916 156932027 ENST00000337428 protein_coding 8 1 13 LRRC71 ENSG00000160838 +CDS chr1 156932424 156932545 ENST00000337428 protein_coding 8 1 14 LRRC71 ENSG00000160838 +CDS chr1 156932853 156932966 ENST00000337428 protein_coding 8 1 15 LRRC71 ENSG00000160838 +transcript chr1 156934840 157045742 ENST00000368194 protein_coding 8 1 NA ARHGEF11 ENSG00000132694 +transcript chr1 156935524 157045073 ENST00000361409 protein_coding 2 1 NA ARHGEF11 ENSG00000132694 +CDS chr1 156936003 156936058 ENST00000368194 protein_coding 8 1 41 ARHGEF11 ENSG00000132694 +CDS chr1 156936003 156936058 ENST00000361409 protein_coding 2 1 40 ARHGEF11 ENSG00000132694 +CDS chr1 156936816 156937005 ENST00000368194 protein_coding 8 1 40 ARHGEF11 ENSG00000132694 +CDS chr1 156936816 156937005 ENST00000361409 protein_coding 2 1 39 ARHGEF11 ENSG00000132694 +CDS chr1 156937249 156937496 ENST00000368194 protein_coding 8 1 39 ARHGEF11 ENSG00000132694 +CDS chr1 156937249 156937496 ENST00000361409 protein_coding 2 1 38 ARHGEF11 ENSG00000132694 +CDS chr1 156938418 156938513 ENST00000368194 protein_coding 8 1 38 ARHGEF11 ENSG00000132694 +CDS chr1 156938418 156938513 ENST00000361409 protein_coding 2 1 37 ARHGEF11 ENSG00000132694 +CDS chr1 156939548 156939910 ENST00000368194 protein_coding 8 1 37 ARHGEF11 ENSG00000132694 +CDS chr1 156939548 156939910 ENST00000361409 protein_coding 2 1 36 ARHGEF11 ENSG00000132694 +CDS chr1 156940207 156940425 ENST00000368194 protein_coding 8 1 36 ARHGEF11 ENSG00000132694 +CDS chr1 156940207 156940425 ENST00000361409 protein_coding 2 1 35 ARHGEF11 ENSG00000132694 +CDS chr1 156941372 156941433 ENST00000368194 protein_coding 8 1 35 ARHGEF11 ENSG00000132694 +CDS chr1 156941372 156941433 ENST00000361409 protein_coding 2 1 34 ARHGEF11 ENSG00000132694 +CDS chr1 156941864 156941989 ENST00000368194 protein_coding 8 1 34 ARHGEF11 ENSG00000132694 +CDS chr1 156941864 156941989 ENST00000361409 protein_coding 2 1 33 ARHGEF11 ENSG00000132694 +CDS chr1 156942690 156942780 ENST00000368194 protein_coding 8 1 33 ARHGEF11 ENSG00000132694 +CDS chr1 156942690 156942780 ENST00000361409 protein_coding 2 1 32 ARHGEF11 ENSG00000132694 +CDS chr1 156943935 156944102 ENST00000368194 protein_coding 8 1 32 ARHGEF11 ENSG00000132694 +CDS chr1 156943935 156944102 ENST00000361409 protein_coding 2 1 31 ARHGEF11 ENSG00000132694 +CDS chr1 156944358 156944433 ENST00000368194 protein_coding 8 1 31 ARHGEF11 ENSG00000132694 +CDS chr1 156944358 156944433 ENST00000361409 protein_coding 2 1 30 ARHGEF11 ENSG00000132694 +CDS chr1 156945019 156945197 ENST00000368194 protein_coding 8 1 30 ARHGEF11 ENSG00000132694 +CDS chr1 156945019 156945197 ENST00000361409 protein_coding 2 1 29 ARHGEF11 ENSG00000132694 +CDS chr1 156946045 156946162 ENST00000368194 protein_coding 8 1 29 ARHGEF11 ENSG00000132694 +CDS chr1 156946045 156946162 ENST00000361409 protein_coding 2 1 28 ARHGEF11 ENSG00000132694 +CDS chr1 156946662 156946787 ENST00000368194 protein_coding 8 1 28 ARHGEF11 ENSG00000132694 +CDS chr1 156946662 156946787 ENST00000361409 protein_coding 2 1 27 ARHGEF11 ENSG00000132694 +CDS chr1 156946936 156947015 ENST00000368194 protein_coding 8 1 27 ARHGEF11 ENSG00000132694 +CDS chr1 156946936 156947015 ENST00000361409 protein_coding 2 1 26 ARHGEF11 ENSG00000132694 +CDS chr1 156947304 156947450 ENST00000368194 protein_coding 8 1 26 ARHGEF11 ENSG00000132694 +CDS chr1 156947304 156947450 ENST00000361409 protein_coding 2 1 25 ARHGEF11 ENSG00000132694 +CDS chr1 156947769 156947956 ENST00000368194 protein_coding 8 1 25 ARHGEF11 ENSG00000132694 +CDS chr1 156947769 156947956 ENST00000361409 protein_coding 2 1 24 ARHGEF11 ENSG00000132694 +CDS chr1 156948181 156948228 ENST00000368194 protein_coding 8 1 24 ARHGEF11 ENSG00000132694 +CDS chr1 156948181 156948228 ENST00000361409 protein_coding 2 1 23 ARHGEF11 ENSG00000132694 +CDS chr1 156948319 156948498 ENST00000368194 protein_coding 8 1 23 ARHGEF11 ENSG00000132694 +CDS chr1 156948319 156948498 ENST00000361409 protein_coding 2 1 22 ARHGEF11 ENSG00000132694 +CDS chr1 156951573 156951699 ENST00000368194 protein_coding 8 1 22 ARHGEF11 ENSG00000132694 +CDS chr1 156951573 156951699 ENST00000361409 protein_coding 2 1 21 ARHGEF11 ENSG00000132694 +CDS chr1 156954892 156954921 ENST00000368194 protein_coding 8 1 21 ARHGEF11 ENSG00000132694 +CDS chr1 156954892 156954921 ENST00000361409 protein_coding 2 1 20 ARHGEF11 ENSG00000132694 +CDS chr1 156955703 156955799 ENST00000368194 protein_coding 8 1 20 ARHGEF11 ENSG00000132694 +CDS chr1 156955703 156955799 ENST00000361409 protein_coding 2 1 19 ARHGEF11 ENSG00000132694 +CDS chr1 156956420 156956564 ENST00000368194 protein_coding 8 1 19 ARHGEF11 ENSG00000132694 +CDS chr1 156956420 156956564 ENST00000361409 protein_coding 2 1 18 ARHGEF11 ENSG00000132694 +CDS chr1 156957792 156957815 ENST00000368194 protein_coding 8 1 18 ARHGEF11 ENSG00000132694 +CDS chr1 156957792 156957815 ENST00000361409 protein_coding 2 1 17 ARHGEF11 ENSG00000132694 +CDS chr1 156958742 156958864 ENST00000368194 protein_coding 8 1 17 ARHGEF11 ENSG00000132694 +CDS chr1 156958742 156958864 ENST00000361409 protein_coding 2 1 16 ARHGEF11 ENSG00000132694 +CDS chr1 156959046 156959142 ENST00000368194 protein_coding 8 1 16 ARHGEF11 ENSG00000132694 +CDS chr1 156959046 156959142 ENST00000361409 protein_coding 2 1 15 ARHGEF11 ENSG00000132694 +CDS chr1 156960418 156960460 ENST00000368194 protein_coding 8 1 15 ARHGEF11 ENSG00000132694 +CDS chr1 156960418 156960460 ENST00000361409 protein_coding 2 1 14 ARHGEF11 ENSG00000132694 +CDS chr1 156961677 156961775 ENST00000368194 protein_coding 8 1 14 ARHGEF11 ENSG00000132694 +CDS chr1 156961677 156961775 ENST00000361409 protein_coding 2 1 13 ARHGEF11 ENSG00000132694 +CDS chr1 156963203 156963304 ENST00000368194 protein_coding 8 1 13 ARHGEF11 ENSG00000132694 +CDS chr1 156963203 156963304 ENST00000361409 protein_coding 2 1 12 ARHGEF11 ENSG00000132694 +CDS chr1 156963520 156963594 ENST00000368194 protein_coding 8 1 12 ARHGEF11 ENSG00000132694 +CDS chr1 156963520 156963594 ENST00000361409 protein_coding 2 1 11 ARHGEF11 ENSG00000132694 +CDS chr1 156967987 156968124 ENST00000368194 protein_coding 8 1 11 ARHGEF11 ENSG00000132694 +CDS chr1 156967987 156968124 ENST00000361409 protein_coding 2 1 10 ARHGEF11 ENSG00000132694 +CDS chr1 156969282 156969358 ENST00000368194 protein_coding 8 1 10 ARHGEF11 ENSG00000132694 +CDS chr1 156969282 156969358 ENST00000361409 protein_coding 2 1 9 ARHGEF11 ENSG00000132694 +CDS chr1 156969998 156970043 ENST00000368194 protein_coding 8 1 9 ARHGEF11 ENSG00000132694 +CDS chr1 156969998 156970043 ENST00000361409 protein_coding 2 1 8 ARHGEF11 ENSG00000132694 +CDS chr1 156971697 156971816 ENST00000368194 protein_coding 8 1 8 ARHGEF11 ENSG00000132694 +CDS chr1 156976983 156977054 ENST00000368194 protein_coding 8 1 7 ARHGEF11 ENSG00000132694 +CDS chr1 156976983 156977054 ENST00000361409 protein_coding 2 1 7 ARHGEF11 ENSG00000132694 +CDS chr1 156978204 156978382 ENST00000368194 protein_coding 8 1 6 ARHGEF11 ENSG00000132694 +CDS chr1 156978204 156978382 ENST00000361409 protein_coding 2 1 6 ARHGEF11 ENSG00000132694 +CDS chr1 156979229 156979286 ENST00000368194 protein_coding 8 1 5 ARHGEF11 ENSG00000132694 +CDS chr1 156979229 156979286 ENST00000361409 protein_coding 2 1 5 ARHGEF11 ENSG00000132694 +CDS chr1 156980437 156980486 ENST00000368194 protein_coding 8 1 4 ARHGEF11 ENSG00000132694 +CDS chr1 156980437 156980486 ENST00000361409 protein_coding 2 1 4 ARHGEF11 ENSG00000132694 +CDS chr1 156984339 156984437 ENST00000368194 protein_coding 8 1 3 ARHGEF11 ENSG00000132694 +CDS chr1 156984339 156984437 ENST00000361409 protein_coding 2 1 3 ARHGEF11 ENSG00000132694 +CDS chr1 156986082 156986173 ENST00000368194 protein_coding 8 1 2 ARHGEF11 ENSG00000132694 +CDS chr1 156986082 156986173 ENST00000361409 protein_coding 2 1 2 ARHGEF11 ENSG00000132694 +CDS chr1 157044299 157044330 ENST00000368194 protein_coding 8 1 1 ARHGEF11 ENSG00000132694 +CDS chr1 157044299 157044330 ENST00000361409 protein_coding 2 1 1 ARHGEF11 ENSG00000132694 +transcript chr1 157092043 157099808 ENST00000454449 protein_coding 3 2 NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112357 ENST00000671886 protein_coding 1 NA NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112412 ENST00000671942 protein_coding 1 NA NA ETV3L ENSG00000253831 +transcript chr1 157092043 157112412 ENST00000672100 protein_coding 1 NA NA ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000454449 protein_coding 3 2 5 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000671886 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000671942 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157092652 157093127 ENST00000672100 protein_coding 1 NA 6 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000454449 protein_coding 3 2 4 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000671886 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000671942 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157097868 157097988 ENST00000672100 protein_coding 1 NA 5 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000454449 protein_coding 3 2 3 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000671886 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000671942 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157098706 157098895 ENST00000672100 protein_coding 1 NA 4 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000454449 protein_coding 3 2 2 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000671886 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000671942 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099141 157099378 ENST00000672100 protein_coding 1 NA 3 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000454449 protein_coding 3 2 1 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000671886 protein_coding 1 NA 2 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000671942 protein_coding 1 NA 2 ETV3L ENSG00000253831 +CDS chr1 157099466 157099523 ENST00000672100 protein_coding 1 NA 2 ETV3L ENSG00000253831 +transcript chr1 157121191 157138395 ENST00000368192 protein_coding 9 1 NA ETV3 ENSG00000117036 +CDS chr1 157124844 157125979 ENST00000368192 protein_coding 9 1 5 ETV3 ENSG00000117036 +transcript chr1 157133145 157138474 ENST00000326786 protein_coding 4 1 NA ETV3 ENSG00000117036 +CDS chr1 157134083 157134227 ENST00000326786 protein_coding 4 1 4 ETV3 ENSG00000117036 +CDS chr1 157134112 157134227 ENST00000368192 protein_coding 9 1 4 ETV3 ENSG00000117036 +CDS chr1 157135471 157135708 ENST00000368192 protein_coding 9 1 3 ETV3 ENSG00000117036 +CDS chr1 157135471 157135708 ENST00000326786 protein_coding 4 1 3 ETV3 ENSG00000117036 +CDS chr1 157136307 157136352 ENST00000368192 protein_coding 9 1 2 ETV3 ENSG00000117036 +CDS chr1 157136307 157136352 ENST00000326786 protein_coding 4 1 2 ETV3 ENSG00000117036 +transcript chr1 157513377 157552515 ENST00000361835 protein_coding 8 1 NA FCRL5 ENSG00000143297 +CDS chr1 157515678 157515764 ENST00000361835 protein_coding 8 1 17 FCRL5 ENSG00000143297 +CDS chr1 157515842 157515873 ENST00000361835 protein_coding 8 1 16 FCRL5 ENSG00000143297 +CDS chr1 157518429 157518497 ENST00000361835 protein_coding 8 1 15 FCRL5 ENSG00000143297 +CDS chr1 157518700 157518782 ENST00000361835 protein_coding 8 1 14 FCRL5 ENSG00000143297 +CDS chr1 157519743 157519770 ENST00000361835 protein_coding 8 1 13 FCRL5 ENSG00000143297 +CDS chr1 157520431 157520547 ENST00000361835 protein_coding 8 1 12 FCRL5 ENSG00000143297 +CDS chr1 157521017 157521292 ENST00000361835 protein_coding 8 1 11 FCRL5 ENSG00000143297 +transcript chr1 157523811 157552455 ENST00000368190 protein_coding 7 1 NA FCRL5 ENSG00000143297 +CDS chr1 157524241 157524557 ENST00000368190 protein_coding 7 1 10 FCRL5 ENSG00000143297 +CDS chr1 157524279 157524557 ENST00000361835 protein_coding 8 1 10 FCRL5 ENSG00000143297 +CDS chr1 157527617 157527895 ENST00000361835 protein_coding 8 1 9 FCRL5 ENSG00000143297 +CDS chr1 157527617 157527895 ENST00000368190 protein_coding 7 1 9 FCRL5 ENSG00000143297 +transcript chr1 157531964 157552455 ENST00000368189 protein_coding 3 1 NA FCRL5 ENSG00000143297 +CDS chr1 157534519 157534892 ENST00000368189 protein_coding 3 1 8 FCRL5 ENSG00000143297 +CDS chr1 157534614 157534892 ENST00000361835 protein_coding 8 1 8 FCRL5 ENSG00000143297 +CDS chr1 157534614 157534892 ENST00000368190 protein_coding 7 1 8 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000361835 protein_coding 8 1 7 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000368190 protein_coding 7 1 7 FCRL5 ENSG00000143297 +CDS chr1 157539086 157539364 ENST00000368189 protein_coding 3 1 7 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000361835 protein_coding 8 1 6 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000368190 protein_coding 7 1 6 FCRL5 ENSG00000143297 +CDS chr1 157542859 157543137 ENST00000368189 protein_coding 3 1 6 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000361835 protein_coding 8 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000368190 protein_coding 7 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544262 157544546 ENST00000368189 protein_coding 3 1 5 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000361835 protein_coding 8 1 4 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000368190 protein_coding 7 1 4 FCRL5 ENSG00000143297 +CDS chr1 157544831 157545082 ENST00000368189 protein_coding 3 1 4 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000361835 protein_coding 8 1 3 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000368190 protein_coding 7 1 3 FCRL5 ENSG00000143297 +CDS chr1 157546943 157547197 ENST00000368189 protein_coding 3 1 3 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000361835 protein_coding 8 1 2 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000368190 protein_coding 7 1 2 FCRL5 ENSG00000143297 +CDS chr1 157549560 157549580 ENST00000368189 protein_coding 3 1 2 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000361835 protein_coding 8 1 1 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000368190 protein_coding 7 1 1 FCRL5 ENSG00000143297 +CDS chr1 157552332 157552362 ENST00000368189 protein_coding 3 1 1 FCRL5 ENSG00000143297 +transcript chr1 157573747 157598085 ENST00000271532 protein_coding 2 1 NA FCRL4 ENSG00000163518 +CDS chr1 157575527 157575610 ENST00000271532 protein_coding 2 1 12 FCRL4 ENSG00000163518 +CDS chr1 157575699 157575730 ENST00000271532 protein_coding 2 1 11 FCRL4 ENSG00000163518 +CDS chr1 157578474 157578542 ENST00000271532 protein_coding 2 1 10 FCRL4 ENSG00000163518 +CDS chr1 157578770 157578852 ENST00000271532 protein_coding 2 1 9 FCRL4 ENSG00000163518 +CDS chr1 157580321 157580348 ENST00000271532 protein_coding 2 1 8 FCRL4 ENSG00000163518 +CDS chr1 157581531 157581644 ENST00000271532 protein_coding 2 1 7 FCRL4 ENSG00000163518 +CDS chr1 157586168 157586455 ENST00000271532 protein_coding 2 1 6 FCRL4 ENSG00000163518 +CDS chr1 157587276 157587560 ENST00000271532 protein_coding 2 1 5 FCRL4 ENSG00000163518 +CDS chr1 157587865 157588119 ENST00000271532 protein_coding 2 1 4 FCRL4 ENSG00000163518 +CDS chr1 157589204 157589458 ENST00000271532 protein_coding 2 1 3 FCRL4 ENSG00000163518 +CDS chr1 157596328 157596348 ENST00000271532 protein_coding 2 1 2 FCRL4 ENSG00000163518 +CDS chr1 157597914 157597944 ENST00000271532 protein_coding 2 1 1 FCRL4 ENSG00000163518 +transcript chr1 157676481 157700738 ENST00000368186 protein_coding 9 1 NA FCRL3 ENSG00000160856 +transcript chr1 157676481 157700769 ENST00000368184 protein_coding 8 1 NA FCRL3 ENSG00000160856 +CDS chr1 157676715 157676768 ENST00000368186 protein_coding 9 1 16 FCRL3 ENSG00000160856 +CDS chr1 157678713 157678856 ENST00000368184 protein_coding 8 1 15 FCRL3 ENSG00000160856 +CDS chr1 157678743 157678856 ENST00000368186 protein_coding 9 1 15 FCRL3 ENSG00000160856 +CDS chr1 157678942 157678973 ENST00000368186 protein_coding 9 1 14 FCRL3 ENSG00000160856 +CDS chr1 157678942 157678973 ENST00000368184 protein_coding 8 1 14 FCRL3 ENSG00000160856 +CDS chr1 157680702 157680770 ENST00000368186 protein_coding 9 1 13 FCRL3 ENSG00000160856 +CDS chr1 157680702 157680770 ENST00000368184 protein_coding 8 1 13 FCRL3 ENSG00000160856 +CDS chr1 157680981 157681099 ENST00000368186 protein_coding 9 1 12 FCRL3 ENSG00000160856 +CDS chr1 157680981 157681099 ENST00000368184 protein_coding 8 1 12 FCRL3 ENSG00000160856 +CDS chr1 157683217 157683244 ENST00000368186 protein_coding 9 1 11 FCRL3 ENSG00000160856 +CDS chr1 157683217 157683244 ENST00000368184 protein_coding 8 1 11 FCRL3 ENSG00000160856 +CDS chr1 157689798 157689917 ENST00000368186 protein_coding 9 1 10 FCRL3 ENSG00000160856 +CDS chr1 157689798 157689917 ENST00000368184 protein_coding 8 1 10 FCRL3 ENSG00000160856 +CDS chr1 157690255 157690533 ENST00000368186 protein_coding 9 1 9 FCRL3 ENSG00000160856 +CDS chr1 157690255 157690533 ENST00000368184 protein_coding 8 1 9 FCRL3 ENSG00000160856 +CDS chr1 157695329 157695607 ENST00000368186 protein_coding 9 1 8 FCRL3 ENSG00000160856 +CDS chr1 157695329 157695607 ENST00000368184 protein_coding 8 1 8 FCRL3 ENSG00000160856 +CDS chr1 157696040 157696327 ENST00000368186 protein_coding 9 1 7 FCRL3 ENSG00000160856 +CDS chr1 157696040 157696327 ENST00000368184 protein_coding 8 1 7 FCRL3 ENSG00000160856 +CDS chr1 157697140 157697424 ENST00000368186 protein_coding 9 1 6 FCRL3 ENSG00000160856 +CDS chr1 157697140 157697424 ENST00000368184 protein_coding 8 1 6 FCRL3 ENSG00000160856 +transcript chr1 157697216 157700745 ENST00000496769 protein_coding 1 3 NA FCRL3 ENSG00000160856 +CDS chr1 157697216 157697424 ENST00000496769 protein_coding 1 3 6 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000368186 protein_coding 9 1 5 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000368184 protein_coding 8 1 5 FCRL3 ENSG00000160856 +CDS chr1 157697659 157697919 ENST00000496769 protein_coding 1 3 5 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000368186 protein_coding 9 1 4 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000368184 protein_coding 8 1 4 FCRL3 ENSG00000160856 +CDS chr1 157698384 157698629 ENST00000496769 protein_coding 1 3 4 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000368186 protein_coding 9 1 3 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000368184 protein_coding 8 1 3 FCRL3 ENSG00000160856 +CDS chr1 157699692 157699712 ENST00000496769 protein_coding 1 3 3 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000368186 protein_coding 9 1 2 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000368184 protein_coding 8 1 2 FCRL3 ENSG00000160856 +CDS chr1 157700459 157700489 ENST00000496769 protein_coding 1 3 2 FCRL3 ENSG00000160856 +transcript chr1 157745733 157777132 ENST00000361516 protein_coding 8 1 NA FCRL2 ENSG00000132704 +transcript chr1 157745735 157777132 ENST00000368181 protein_coding 4 1 NA FCRL2 ENSG00000132704 +CDS chr1 157746739 157746774 ENST00000361516 protein_coding 8 1 12 FCRL2 ENSG00000132704 +CDS chr1 157746739 157746774 ENST00000368181 protein_coding 4 1 8 FCRL2 ENSG00000132704 +CDS chr1 157746871 157746899 ENST00000361516 protein_coding 8 1 11 FCRL2 ENSG00000132704 +CDS chr1 157746871 157746899 ENST00000368181 protein_coding 4 1 7 FCRL2 ENSG00000132704 +CDS chr1 157748553 157748618 ENST00000361516 protein_coding 8 1 10 FCRL2 ENSG00000132704 +CDS chr1 157748875 157748960 ENST00000361516 protein_coding 8 1 9 FCRL2 ENSG00000132704 +CDS chr1 157748875 157748960 ENST00000368181 protein_coding 4 1 6 FCRL2 ENSG00000132704 +CDS chr1 157749650 157749677 ENST00000361516 protein_coding 8 1 8 FCRL2 ENSG00000132704 +CDS chr1 157749650 157749677 ENST00000368181 protein_coding 4 1 5 FCRL2 ENSG00000132704 +transcript chr1 157766614 157767774 ENST00000469986 protein_coding 1 1 NA FCRL2 ENSG00000132704 +CDS chr1 157766799 157766971 ENST00000469986 protein_coding 1 1 2 FCRL2 ENSG00000132704 +CDS chr1 157766855 157766971 ENST00000361516 protein_coding 8 1 7 FCRL2 ENSG00000132704 +CDS chr1 157766855 157766971 ENST00000368181 protein_coding 4 1 4 FCRL2 ENSG00000132704 +CDS chr1 157767231 157767509 ENST00000361516 protein_coding 8 1 6 FCRL2 ENSG00000132704 +CDS chr1 157767231 157767633 ENST00000469986 protein_coding 1 1 1 FCRL2 ENSG00000132704 +CDS chr1 157768414 157768701 ENST00000361516 protein_coding 8 1 5 FCRL2 ENSG00000132704 +CDS chr1 157769866 157770150 ENST00000361516 protein_coding 8 1 4 FCRL2 ENSG00000132704 +CDS chr1 157770409 157770666 ENST00000361516 protein_coding 8 1 3 FCRL2 ENSG00000132704 +CDS chr1 157770409 157770666 ENST00000368181 protein_coding 4 1 3 FCRL2 ENSG00000132704 +CDS chr1 157775775 157775795 ENST00000361516 protein_coding 8 1 2 FCRL2 ENSG00000132704 +CDS chr1 157775775 157775795 ENST00000368181 protein_coding 4 1 2 FCRL2 ENSG00000132704 +CDS chr1 157777043 157777073 ENST00000361516 protein_coding 8 1 1 FCRL2 ENSG00000132704 +CDS chr1 157777043 157777073 ENST00000368181 protein_coding 4 1 1 FCRL2 ENSG00000132704 +transcript chr1 157794403 157820120 ENST00000368176 protein_coding 8 1 NA FCRL1 ENSG00000163534 +transcript chr1 157794536 157820089 ENST00000358292 protein_coding 7 2 NA FCRL1 ENSG00000163534 +transcript chr1 157795855 157820060 ENST00000491942 protein_coding 1 1 NA FCRL1 ENSG00000163534 +CDS chr1 157796102 157796170 ENST00000368176 protein_coding 8 1 11 FCRL1 ENSG00000163534 +CDS chr1 157796102 157796170 ENST00000491942 protein_coding 1 1 11 FCRL1 ENSG00000163534 +CDS chr1 157796164 157796170 ENST00000358292 protein_coding 7 2 10 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797132 ENST00000358292 protein_coding 7 2 9 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797132 ENST00000368176 protein_coding 8 1 10 FCRL1 ENSG00000163534 +CDS chr1 157797101 157797129 ENST00000491942 protein_coding 1 1 10 FCRL1 ENSG00000163534 +CDS chr1 157797759 157797820 ENST00000358292 protein_coding 7 2 8 FCRL1 ENSG00000163534 +CDS chr1 157797868 157797939 ENST00000368176 protein_coding 8 1 9 FCRL1 ENSG00000163534 +CDS chr1 157797868 157797939 ENST00000491942 protein_coding 1 1 9 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000358292 protein_coding 7 2 7 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000368176 protein_coding 8 1 8 FCRL1 ENSG00000163534 +CDS chr1 157798161 157798243 ENST00000491942 protein_coding 1 1 8 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000358292 protein_coding 7 2 6 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000368176 protein_coding 8 1 7 FCRL1 ENSG00000163534 +CDS chr1 157800058 157800085 ENST00000491942 protein_coding 1 1 7 FCRL1 ENSG00000163534 +CDS chr1 157801461 157801577 ENST00000368176 protein_coding 8 1 6 FCRL1 ENSG00000163534 +CDS chr1 157801461 157801577 ENST00000491942 protein_coding 1 1 6 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000358292 protein_coding 7 2 5 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000368176 protein_coding 8 1 5 FCRL1 ENSG00000163534 +CDS chr1 157801915 157802193 ENST00000491942 protein_coding 1 1 5 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000358292 protein_coding 7 2 4 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000368176 protein_coding 8 1 4 FCRL1 ENSG00000163534 +CDS chr1 157802377 157802664 ENST00000491942 protein_coding 1 1 4 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000358292 protein_coding 7 2 3 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000368176 protein_coding 8 1 3 FCRL1 ENSG00000163534 +CDS chr1 157803845 157804111 ENST00000491942 protein_coding 1 1 3 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000358292 protein_coding 7 2 2 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000368176 protein_coding 8 1 2 FCRL1 ENSG00000163534 +CDS chr1 157807102 157807122 ENST00000491942 protein_coding 1 1 2 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000358292 protein_coding 7 2 1 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000368176 protein_coding 8 1 1 FCRL1 ENSG00000163534 +CDS chr1 157820007 157820037 ENST00000491942 protein_coding 1 1 1 FCRL1 ENSG00000163534 +transcript chr1 157830911 157841808 ENST00000368174 protein_coding 5 1 NA CD5L ENSG00000073754 +CDS chr1 157831967 157831968 ENST00000368174 protein_coding 5 1 6 CD5L ENSG00000073754 +CDS chr1 157833192 157833512 ENST00000368174 protein_coding 5 1 5 CD5L ENSG00000073754 +CDS chr1 157834407 157834748 ENST00000368174 protein_coding 5 1 4 CD5L ENSG00000073754 +CDS chr1 157835835 157836155 ENST00000368174 protein_coding 5 1 3 CD5L ENSG00000073754 +CDS chr1 157839384 157839410 ENST00000368174 protein_coding 5 1 2 CD5L ENSG00000073754 +CDS chr1 157841674 157841701 ENST00000368174 protein_coding 5 1 1 CD5L ENSG00000073754 +transcript chr1 157993273 158096051 ENST00000360089 protein_coding 8 1 NA KIRREL1 ENSG00000183853 +transcript chr1 157993273 158100261 ENST00000368173 protein_coding 7 2 NA KIRREL1 ENSG00000183853 +transcript chr1 157993645 158100262 ENST00000359209 protein_coding 11 1 NA KIRREL1 ENSG00000183853 +CDS chr1 157993677 157993728 ENST00000359209 protein_coding 11 1 1 KIRREL1 ENSG00000183853 +CDS chr1 157993677 157993728 ENST00000368173 protein_coding 7 2 1 KIRREL1 ENSG00000183853 +CDS chr1 158076113 158076262 ENST00000359209 protein_coding 11 1 2 KIRREL1 ENSG00000183853 +CDS chr1 158076244 158076262 ENST00000360089 protein_coding 8 1 2 KIRREL1 ENSG00000183853 +CDS chr1 158077991 158078140 ENST00000360089 protein_coding 8 1 3 KIRREL1 ENSG00000183853 +CDS chr1 158077991 158078140 ENST00000359209 protein_coding 11 1 3 KIRREL1 ENSG00000183853 +CDS chr1 158084422 158084579 ENST00000359209 protein_coding 11 1 4 KIRREL1 ENSG00000183853 +CDS chr1 158084422 158084579 ENST00000368173 protein_coding 7 2 2 KIRREL1 ENSG00000183853 +CDS chr1 158086596 158086746 ENST00000359209 protein_coding 11 1 5 KIRREL1 ENSG00000183853 +CDS chr1 158086596 158086746 ENST00000368173 protein_coding 7 2 3 KIRREL1 ENSG00000183853 +transcript chr1 158086680 158100262 ENST00000368172 protein_coding 1 2 NA KIRREL1 ENSG00000183853 +CDS chr1 158086692 158086746 ENST00000368172 protein_coding 1 2 1 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000360089 protein_coding 8 1 4 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000359209 protein_coding 11 1 6 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000368172 protein_coding 1 2 2 KIRREL1 ENSG00000183853 +CDS chr1 158087755 158087860 ENST00000368173 protein_coding 7 2 4 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000360089 protein_coding 8 1 5 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000359209 protein_coding 11 1 7 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000368172 protein_coding 1 2 3 KIRREL1 ENSG00000183853 +CDS chr1 158088006 158088154 ENST00000368173 protein_coding 7 2 5 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000360089 protein_coding 8 1 6 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000359209 protein_coding 11 1 8 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000368172 protein_coding 1 2 4 KIRREL1 ENSG00000183853 +CDS chr1 158088327 158088454 ENST00000368173 protein_coding 7 2 6 KIRREL1 ENSG00000183853 +CDS chr1 158089454 158089628 ENST00000368172 protein_coding 1 2 5 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000360089 protein_coding 8 1 7 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000359209 protein_coding 11 1 9 KIRREL1 ENSG00000183853 +CDS chr1 158089502 158089628 ENST00000368173 protein_coding 7 2 7 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000360089 protein_coding 8 1 8 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000359209 protein_coding 11 1 10 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000368172 protein_coding 1 2 6 KIRREL1 ENSG00000183853 +CDS chr1 158089718 158089818 ENST00000368173 protein_coding 7 2 8 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000360089 protein_coding 8 1 9 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000359209 protein_coding 11 1 11 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000368172 protein_coding 1 2 7 KIRREL1 ENSG00000183853 +CDS chr1 158091358 158091556 ENST00000368173 protein_coding 7 2 9 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000360089 protein_coding 8 1 10 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000359209 protein_coding 11 1 12 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000368172 protein_coding 1 2 8 KIRREL1 ENSG00000183853 +CDS chr1 158093339 158093446 ENST00000368173 protein_coding 7 2 10 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000360089 protein_coding 8 1 11 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000359209 protein_coding 11 1 13 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000368172 protein_coding 1 2 9 KIRREL1 ENSG00000183853 +CDS chr1 158093623 158093762 ENST00000368173 protein_coding 7 2 11 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000360089 protein_coding 8 1 12 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000359209 protein_coding 11 1 14 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000368172 protein_coding 1 2 10 KIRREL1 ENSG00000183853 +CDS chr1 158094313 158094390 ENST00000368173 protein_coding 7 2 12 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000360089 protein_coding 8 1 13 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000359209 protein_coding 11 1 15 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000368172 protein_coding 1 2 11 KIRREL1 ENSG00000183853 +CDS chr1 158094644 158095117 ENST00000368173 protein_coding 7 2 13 KIRREL1 ENSG00000183853 +transcript chr1 158127287 158128301 ENST00000672824 protein_coding 1 NA NA SMIM42 ENSG00000288460 +CDS chr1 158127865 158128074 ENST00000672824 protein_coding 1 NA 1 SMIM42 ENSG00000288460 +transcript chr1 158178030 158186427 ENST00000368171 protein_coding 5 1 NA CD1D ENSG00000158473 +transcript chr1 158179947 158186427 ENST00000673723 protein_coding 4 NA NA CD1D ENSG00000158473 +transcript chr1 158180889 158186427 ENST00000673623 protein_coding 2 NA NA CD1D ENSG00000158473 +transcript chr1 158180895 158186427 ENST00000674085 protein_coding 2 NA NA CD1D ENSG00000158473 +transcript chr1 158180895 158186427 ENST00000673701 protein_coding 2 NA NA CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000368171 protein_coding 5 1 2 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000673723 protein_coding 4 NA 2 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000673623 protein_coding 2 NA 1 CD1D ENSG00000158473 +CDS chr1 158181102 158181162 ENST00000674085 protein_coding 2 NA 1 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000368171 protein_coding 5 1 3 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000673723 protein_coding 4 NA 3 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000673623 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158181455 158181721 ENST00000674085 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158181706 158181721 ENST00000673701 protein_coding 2 NA 2 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000368171 protein_coding 5 1 4 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673723 protein_coding 4 NA 4 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673623 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000674085 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182032 158182310 ENST00000673701 protein_coding 2 NA 3 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000368171 protein_coding 5 1 5 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000673723 protein_coding 4 NA 5 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000674085 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158182878 158183156 ENST00000673701 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000368171 protein_coding 5 1 6 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673723 protein_coding 4 NA 6 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673623 protein_coding 2 NA 4 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000674085 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158183936 158184035 ENST00000673701 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000368171 protein_coding 5 1 7 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673723 protein_coding 4 NA 7 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673623 protein_coding 2 NA 5 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000674085 protein_coding 2 NA 6 CD1D ENSG00000158473 +CDS chr1 158184129 158184147 ENST00000673701 protein_coding 2 NA 6 CD1D ENSG00000158473 +transcript chr1 158254424 158258269 ENST00000289429 protein_coding 6 1 NA CD1A ENSG00000158477 +CDS chr1 158254670 158254727 ENST00000289429 protein_coding 6 1 1 CD1A ENSG00000158477 +CDS chr1 158255084 158255350 ENST00000289429 protein_coding 6 1 2 CD1A ENSG00000158477 +CDS chr1 158256004 158256282 ENST00000289429 protein_coding 6 1 3 CD1A ENSG00000158477 +CDS chr1 158256786 158257064 ENST00000289429 protein_coding 6 1 4 CD1A ENSG00000158477 +CDS chr1 158257421 158257511 ENST00000289429 protein_coding 6 1 5 CD1A ENSG00000158477 +CDS chr1 158257681 158257687 ENST00000289429 protein_coding 6 1 6 CD1A ENSG00000158477 +transcript chr1 158289923 158294774 ENST00000368170 protein_coding 8 1 NA CD1C ENSG00000158481 +CDS chr1 158290065 158290125 ENST00000368170 protein_coding 8 1 1 CD1C ENSG00000158481 +CDS chr1 158291134 158291400 ENST00000368170 protein_coding 8 1 2 CD1C ENSG00000158481 +transcript chr1 158291270 158293617 ENST00000443761 protein_coding 1 3 NA CD1C ENSG00000158481 +CDS chr1 158291270 158291400 ENST00000443761 protein_coding 1 3 1 CD1C ENSG00000158481 +CDS chr1 158292084 158292365 ENST00000368170 protein_coding 8 1 3 CD1C ENSG00000158481 +CDS chr1 158292084 158292365 ENST00000443761 protein_coding 1 3 2 CD1C ENSG00000158481 +CDS chr1 158292596 158292874 ENST00000368170 protein_coding 8 1 4 CD1C ENSG00000158481 +CDS chr1 158292596 158292874 ENST00000443761 protein_coding 1 3 3 CD1C ENSG00000158481 +CDS chr1 158293212 158293302 ENST00000368170 protein_coding 8 1 5 CD1C ENSG00000158481 +CDS chr1 158293455 158293473 ENST00000368170 protein_coding 8 1 6 CD1C ENSG00000158481 +CDS chr1 158293455 158293603 ENST00000443761 protein_coding 1 3 4 CD1C ENSG00000158481 +transcript chr1 158327951 158331025 ENST00000451207 protein_coding 5 3 NA CD1B ENSG00000158485 +transcript chr1 158327955 158331531 ENST00000368168 protein_coding 4 1 NA CD1B ENSG00000158485 +CDS chr1 158328239 158328257 ENST00000451207 protein_coding 5 3 5 CD1B ENSG00000158485 +CDS chr1 158328239 158328257 ENST00000368168 protein_coding 4 1 6 CD1B ENSG00000158485 +CDS chr1 158328921 158329014 ENST00000451207 protein_coding 5 3 4 CD1B ENSG00000158485 +CDS chr1 158328921 158329014 ENST00000368168 protein_coding 4 1 5 CD1B ENSG00000158485 +CDS chr1 158329370 158329648 ENST00000368168 protein_coding 4 1 4 CD1B ENSG00000158485 +CDS chr1 158329535 158329648 ENST00000451207 protein_coding 5 3 3 CD1B ENSG00000158485 +CDS chr1 158329852 158330130 ENST00000451207 protein_coding 5 3 2 CD1B ENSG00000158485 +CDS chr1 158329852 158330130 ENST00000368168 protein_coding 4 1 3 CD1B ENSG00000158485 +CDS chr1 158330796 158331025 ENST00000451207 protein_coding 5 3 1 CD1B ENSG00000158485 +CDS chr1 158330796 158331062 ENST00000368168 protein_coding 4 1 2 CD1B ENSG00000158485 +CDS chr1 158331363 158331423 ENST00000368168 protein_coding 4 1 1 CD1B ENSG00000158485 +transcript chr1 158353696 158357553 ENST00000444681 protein_coding 6 1 NA CD1E ENSG00000158488 +transcript chr1 158353844 158356896 ENST00000452291 protein_coding 6 1 NA CD1E ENSG00000158488 +transcript chr1 158353883 158356896 ENST00000368165 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353885 158357499 ENST00000368166 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353894 158357553 ENST00000368167 protein_coding 8 1 NA CD1E ENSG00000158488 +transcript chr1 158353910 158357529 ENST00000368163 protein_coding 7 1 NA CD1E ENSG00000158488 +transcript chr1 158353916 158357196 ENST00000368164 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000444681 protein_coding 6 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000452291 protein_coding 6 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368165 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368166 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368167 protein_coding 8 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368163 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368164 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368154 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368154 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368155 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368155 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368156 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368156 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158356896 ENST00000368157 protein_coding 5 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368157 protein_coding 5 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158357492 ENST00000368160 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368160 protein_coding 7 1 1 CD1E ENSG00000158488 +transcript chr1 158353989 158357522 ENST00000368161 protein_coding 7 1 NA CD1E ENSG00000158488 +CDS chr1 158353989 158354046 ENST00000368161 protein_coding 7 1 1 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368165 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368167 protein_coding 8 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368163 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368155 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368156 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368160 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158354377 158354673 ENST00000368161 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000444681 protein_coding 6 1 2 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368167 protein_coding 8 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368163 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368160 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355300 158355569 ENST00000368161 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000444681 protein_coding 6 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000452291 protein_coding 6 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368165 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368166 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368167 protein_coding 8 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368163 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158356001 ENST00000368164 protein_coding 7 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368154 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368155 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368156 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158355827 158355940 ENST00000368157 protein_coding 5 1 2 CD1E ENSG00000158488 +CDS chr1 158355827 158356105 ENST00000368160 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158355827 158356001 ENST00000368161 protein_coding 7 1 4 CD1E ENSG00000158488 +transcript chr1 158355894 158357497 ENST00000368162 protein_coding 2 1 NA CD1E ENSG00000158488 +CDS chr1 158355894 158356001 ENST00000368162 protein_coding 2 1 1 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000444681 protein_coding 6 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000452291 protein_coding 6 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368165 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368166 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368167 protein_coding 8 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368163 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368164 protein_coding 7 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368154 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368155 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368156 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368157 protein_coding 5 1 3 CD1E ENSG00000158488 +CDS chr1 158356498 158356591 ENST00000368160 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368161 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356498 158356567 ENST00000368162 protein_coding 2 1 2 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000444681 protein_coding 6 1 5 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000452291 protein_coding 6 1 4 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368165 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368167 protein_coding 8 1 6 CD1E ENSG00000158488 +CDS chr1 158356728 158356893 ENST00000368154 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368166 protein_coding 7 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368163 protein_coding 7 1 6 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368155 protein_coding 7 1 5 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368156 protein_coding 5 1 5 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368157 protein_coding 5 1 4 CD1E ENSG00000158488 +CDS chr1 158356764 158356893 ENST00000368160 protein_coding 7 1 6 CD1E ENSG00000158488 +transcript chr1 158398522 158399466 ENST00000334438 protein_coding 1 NA NA OR10T2 ENSG00000186306 +CDS chr1 158398525 158399466 ENST00000334438 protein_coding 1 NA 1 OR10T2 ENSG00000186306 +transcript chr1 158418210 158426237 ENST00000641042 protein_coding 1 NA NA OR10K2 ENSG00000180708 +CDS chr1 158419931 158420866 ENST00000641042 protein_coding 1 NA 2 OR10K2 ENSG00000180708 +transcript chr1 158461574 158468979 ENST00000641432 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461718 158467458 ENST00000641460 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461834 158467458 ENST00000641535 protein_coding 1 NA NA OR10K1 ENSG00000173285 +transcript chr1 158461834 158467458 ENST00000641971 protein_coding 1 NA NA OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641432 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641460 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641535 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +CDS chr1 158465562 158466500 ENST00000641971 protein_coding 1 NA 2 OR10K1 ENSG00000173285 +transcript chr1 158472220 158480936 ENST00000641067 protein_coding 1 NA NA OR10R2 ENSG00000198965 +CDS chr1 158472326 158472352 ENST00000641067 protein_coding 1 NA 1 OR10R2 ENSG00000198965 +transcript chr1 158479911 158480885 ENST00000641400 protein_coding 1 NA NA OR10R2 ENSG00000198965 +CDS chr1 158479911 158480882 ENST00000641400 protein_coding 1 NA 1 OR10R2 ENSG00000198965 +CDS chr1 158479938 158480882 ENST00000641067 protein_coding 1 NA 2 OR10R2 ENSG00000198965 +transcript chr1 158544550 158554405 ENST00000641282 protein_coding 1 NA NA OR6Y1 ENSG00000197532 +transcript chr1 158544550 158554405 ENST00000641622 protein_coding 1 NA NA OR6Y1 ENSG00000197532 +CDS chr1 158547131 158548105 ENST00000641282 protein_coding 1 NA 2 OR6Y1 ENSG00000197532 +CDS chr1 158547131 158548105 ENST00000641622 protein_coding 1 NA 2 OR6Y1 ENSG00000197532 +transcript chr1 158560606 158570580 ENST00000641540 protein_coding 1 NA NA OR6P1 ENSG00000186440 +CDS chr1 158562654 158563604 ENST00000641540 protein_coding 1 NA 3 OR6P1 ENSG00000186440 +transcript chr1 158578919 158579899 ENST00000623167 protein_coding 1 NA NA OR10X1 ENSG00000279111 +CDS chr1 158578922 158579899 ENST00000623167 protein_coding 1 NA 1 OR10X1 ENSG00000279111 +transcript chr1 158605268 158612514 ENST00000641002 protein_coding 1 NA NA OR10Z1 ENSG00000198967 +CDS chr1 158606439 158607377 ENST00000641002 protein_coding 1 NA 2 OR10Z1 ENSG00000198967 +transcript chr1 158610704 158686715 ENST00000643759 protein_coding 2 NA NA SPTA1 ENSG00000163554 +CDS chr1 158611267 158611389 ENST00000643759 protein_coding 2 NA 52 SPTA1 ENSG00000163554 +CDS chr1 158612817 158612961 ENST00000643759 protein_coding 2 NA 51 SPTA1 ENSG00000163554 +CDS chr1 158613721 158613867 ENST00000643759 protein_coding 2 NA 50 SPTA1 ENSG00000163554 +CDS chr1 158614253 158614306 ENST00000643759 protein_coding 2 NA 49 SPTA1 ENSG00000163554 +CDS chr1 158615216 158615403 ENST00000643759 protein_coding 2 NA 48 SPTA1 ENSG00000163554 +CDS chr1 158617537 158617588 ENST00000643759 protein_coding 2 NA 47 SPTA1 ENSG00000163554 +CDS chr1 158618039 158618056 ENST00000643759 protein_coding 2 NA 46 SPTA1 ENSG00000163554 +CDS chr1 158619222 158619334 ENST00000643759 protein_coding 2 NA 45 SPTA1 ENSG00000163554 +CDS chr1 158620170 158620466 ENST00000643759 protein_coding 2 NA 44 SPTA1 ENSG00000163554 +CDS chr1 158622983 158623192 ENST00000643759 protein_coding 2 NA 43 SPTA1 ENSG00000163554 +CDS chr1 158626146 158626222 ENST00000643759 protein_coding 2 NA 42 SPTA1 ENSG00000163554 +CDS chr1 158626839 158627007 ENST00000643759 protein_coding 2 NA 41 SPTA1 ENSG00000163554 +CDS chr1 158627625 158627723 ENST00000643759 protein_coding 2 NA 40 SPTA1 ENSG00000163554 +CDS chr1 158634543 158634675 ENST00000643759 protein_coding 2 NA 39 SPTA1 ENSG00000163554 +CDS chr1 158635913 158636034 ENST00000643759 protein_coding 2 NA 38 SPTA1 ENSG00000163554 +CDS chr1 158636641 158636761 ENST00000643759 protein_coding 2 NA 37 SPTA1 ENSG00000163554 +CDS chr1 158638033 158638241 ENST00000643759 protein_coding 2 NA 36 SPTA1 ENSG00000163554 +CDS chr1 158639582 158639686 ENST00000643759 protein_coding 2 NA 35 SPTA1 ENSG00000163554 +CDS chr1 158639870 158640007 ENST00000643759 protein_coding 2 NA 34 SPTA1 ENSG00000163554 +CDS chr1 158642411 158642542 ENST00000643759 protein_coding 2 NA 33 SPTA1 ENSG00000163554 +CDS chr1 158642814 158642976 ENST00000643759 protein_coding 2 NA 32 SPTA1 ENSG00000163554 +CDS chr1 158643322 158643425 ENST00000643759 protein_coding 2 NA 31 SPTA1 ENSG00000163554 +CDS chr1 158644253 158644396 ENST00000643759 protein_coding 2 NA 30 SPTA1 ENSG00000163554 +CDS chr1 158645188 158645385 ENST00000643759 protein_coding 2 NA 29 SPTA1 ENSG00000163554 +CDS chr1 158645495 158645594 ENST00000643759 protein_coding 2 NA 28 SPTA1 ENSG00000163554 +CDS chr1 158647539 158647720 ENST00000643759 protein_coding 2 NA 27 SPTA1 ENSG00000163554 +CDS chr1 158648509 158648653 ENST00000643759 protein_coding 2 NA 26 SPTA1 ENSG00000163554 +CDS chr1 158649856 158649947 ENST00000643759 protein_coding 2 NA 25 SPTA1 ENSG00000163554 +CDS chr1 158651367 158651468 ENST00000643759 protein_coding 2 NA 24 SPTA1 ENSG00000163554 +CDS chr1 158652467 158652653 ENST00000643759 protein_coding 2 NA 23 SPTA1 ENSG00000163554 +CDS chr1 158653274 158653425 ENST00000643759 protein_coding 2 NA 22 SPTA1 ENSG00000163554 +CDS chr1 158654611 158654748 ENST00000643759 protein_coding 2 NA 21 SPTA1 ENSG00000163554 +CDS chr1 158656564 158656656 ENST00000643759 protein_coding 2 NA 20 SPTA1 ENSG00000163554 +CDS chr1 158657477 158657694 ENST00000643759 protein_coding 2 NA 19 SPTA1 ENSG00000163554 +CDS chr1 158661287 158661409 ENST00000643759 protein_coding 2 NA 18 SPTA1 ENSG00000163554 +CDS chr1 158662702 158662945 ENST00000643759 protein_coding 2 NA 17 SPTA1 ENSG00000163554 +CDS chr1 158666316 158666497 ENST00000643759 protein_coding 2 NA 16 SPTA1 ENSG00000163554 +CDS chr1 158667858 158668062 ENST00000643759 protein_coding 2 NA 15 SPTA1 ENSG00000163554 +CDS chr1 158669408 158669563 ENST00000643759 protein_coding 2 NA 14 SPTA1 ENSG00000163554 +CDS chr1 158669709 158669786 ENST00000643759 protein_coding 2 NA 13 SPTA1 ENSG00000163554 +CDS chr1 158671343 158671453 ENST00000643759 protein_coding 2 NA 12 SPTA1 ENSG00000163554 +CDS chr1 158672059 158672196 ENST00000643759 protein_coding 2 NA 11 SPTA1 ENSG00000163554 +CDS chr1 158674329 158674430 ENST00000643759 protein_coding 2 NA 10 SPTA1 ENSG00000163554 +CDS chr1 158674540 158674675 ENST00000643759 protein_coding 2 NA 9 SPTA1 ENSG00000163554 +CDS chr1 158676141 158676295 ENST00000643759 protein_coding 2 NA 8 SPTA1 ENSG00000163554 +CDS chr1 158677690 158677834 ENST00000643759 protein_coding 2 NA 7 SPTA1 ENSG00000163554 +CDS chr1 158678401 158678534 ENST00000643759 protein_coding 2 NA 6 SPTA1 ENSG00000163554 +CDS chr1 158680583 158680729 ENST00000643759 protein_coding 2 NA 5 SPTA1 ENSG00000163554 +CDS chr1 158681527 158681667 ENST00000643759 protein_coding 2 NA 4 SPTA1 ENSG00000163554 +CDS chr1 158683371 158683496 ENST00000643759 protein_coding 2 NA 3 SPTA1 ENSG00000163554 +CDS chr1 158685108 158685347 ENST00000643759 protein_coding 2 NA 2 SPTA1 ENSG00000163554 +CDS chr1 158686494 158686517 ENST00000643759 protein_coding 2 NA 1 SPTA1 ENSG00000163554 +transcript chr1 158699678 158700652 ENST00000359610 protein_coding 3 NA NA OR6K2 ENSG00000196171 +CDS chr1 158699681 158700652 ENST00000359610 protein_coding 3 NA 1 OR6K2 ENSG00000196171 +transcript chr1 158716327 158720720 ENST00000368145 protein_coding 2 NA NA OR6K3 ENSG00000203757 +transcript chr1 158717168 158718163 ENST00000368146 protein_coding 1 NA NA OR6K3 ENSG00000203757 +CDS chr1 158717171 158718115 ENST00000368145 protein_coding 2 NA 2 OR6K3 ENSG00000203757 +CDS chr1 158717171 158718163 ENST00000368146 protein_coding 1 NA 1 OR6K3 ENSG00000203757 +transcript chr1 158754720 158755891 ENST00000641861 protein_coding 1 NA NA OR6K6 ENSG00000180433 +CDS chr1 158754888 158755844 ENST00000641861 protein_coding 1 NA 1 OR6K6 ENSG00000180433 +transcript chr1 158764236 158772195 ENST00000641846 protein_coding 1 NA NA OR6N1 ENSG00000197403 +CDS chr1 158765747 158766682 ENST00000641846 protein_coding 1 NA 2 OR6N1 ENSG00000197403 +transcript chr1 158774222 158781204 ENST00000641131 protein_coding 1 NA NA OR6N2 ENSG00000188340 +CDS chr1 158776685 158777635 ENST00000641131 protein_coding 1 NA 2 OR6N2 ENSG00000188340 +transcript chr1 158831351 158849502 ENST00000368141 protein_coding 5 1 NA MNDA ENSG00000163563 +CDS chr1 158842154 158842418 ENST00000368141 protein_coding 5 1 2 MNDA ENSG00000163563 +CDS chr1 158843279 158843415 ENST00000368141 protein_coding 5 1 3 MNDA ENSG00000163563 +CDS chr1 158843955 158844122 ENST00000368141 protein_coding 5 1 4 MNDA ENSG00000163563 +CDS chr1 158845587 158846003 ENST00000368141 protein_coding 5 1 5 MNDA ENSG00000163563 +transcript chr1 158845901 158849506 ENST00000438394 protein_coding 1 3 NA MNDA ENSG00000163563 +CDS chr1 158845901 158846003 ENST00000438394 protein_coding 1 3 1 MNDA ENSG00000163563 +CDS chr1 158847728 158847916 ENST00000368141 protein_coding 5 1 6 MNDA ENSG00000163563 +CDS chr1 158847728 158847889 ENST00000438394 protein_coding 1 3 2 MNDA ENSG00000163563 +CDS chr1 158849190 158849234 ENST00000368141 protein_coding 5 1 7 MNDA ENSG00000163563 +CDS chr1 158849190 158849234 ENST00000438394 protein_coding 1 3 3 MNDA ENSG00000163563 +transcript chr1 158930796 158939120 ENST00000458222 protein_coding 5 5 NA PYHIN1 ENSG00000163564 +transcript chr1 158931552 158977059 ENST00000368140 protein_coding 6 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931559 158976728 ENST00000368138 protein_coding 7 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931560 158976728 ENST00000392254 protein_coding 6 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931560 158976728 ENST00000392252 protein_coding 7 1 NA PYHIN1 ENSG00000163564 +transcript chr1 158931568 158940256 ENST00000368135 protein_coding 4 1 NA PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000458222 protein_coding 5 5 3 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368140 protein_coding 6 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368138 protein_coding 7 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000392254 protein_coding 6 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000392252 protein_coding 7 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158936911 158937175 ENST00000368135 protein_coding 4 1 2 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000458222 protein_coding 5 5 4 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000368140 protein_coding 6 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000392254 protein_coding 6 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938397 158938542 ENST00000368135 protein_coding 4 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938424 158938542 ENST00000368138 protein_coding 7 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158938424 158938542 ENST00000392252 protein_coding 7 1 3 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939120 ENST00000458222 protein_coding 5 5 5 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368140 protein_coding 6 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368138 protein_coding 7 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000392254 protein_coding 6 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000392252 protein_coding 7 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939080 158939247 ENST00000368135 protein_coding 4 1 4 PYHIN1 ENSG00000163564 +CDS chr1 158939403 158939558 ENST00000368135 protein_coding 4 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000368140 protein_coding 6 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000368138 protein_coding 7 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000392254 protein_coding 6 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158941977 158942399 ENST00000392252 protein_coding 7 1 5 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000368140 protein_coding 6 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000368138 protein_coding 7 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000392254 protein_coding 6 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158943790 158943978 ENST00000392252 protein_coding 7 1 6 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000368140 protein_coding 6 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000368138 protein_coding 7 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000392254 protein_coding 6 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158944875 158945042 ENST00000392252 protein_coding 7 1 7 PYHIN1 ENSG00000163564 +CDS chr1 158973647 158973763 ENST00000368140 protein_coding 6 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158973647 158973763 ENST00000368138 protein_coding 7 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158976701 158976724 ENST00000392254 protein_coding 6 1 8 PYHIN1 ENSG00000163564 +CDS chr1 158976701 158976724 ENST00000392252 protein_coding 7 1 8 PYHIN1 ENSG00000163564 +transcript chr1 158999968 159014929 ENST00000566111 protein_coding 5 2 NA IFI16 ENSG00000163565 +transcript chr1 159005962 159016653 ENST00000426592 protein_coding 6 4 NA IFI16 ENSG00000163565 +transcript chr1 159008995 159016692 ENST00000447473 protein_coding 6 5 NA IFI16 ENSG00000163565 +transcript chr1 159009892 159055155 ENST00000368131 protein_coding 8 1 NA IFI16 ENSG00000163565 +transcript chr1 159009907 159055151 ENST00000295809 protein_coding 12 5 NA IFI16 ENSG00000163565 +transcript chr1 159009918 159055151 ENST00000368132 protein_coding 7 1 NA IFI16 ENSG00000163565 +transcript chr1 159010010 159055148 ENST00000359709 protein_coding 7 2 NA IFI16 ENSG00000163565 +CDS chr1 159014681 159014929 ENST00000566111 protein_coding 5 2 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000426592 protein_coding 6 4 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000447473 protein_coding 6 5 3 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000368131 protein_coding 8 1 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000368132 protein_coding 7 1 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000295809 protein_coding 12 5 2 IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000359709 protein_coding 7 2 2 IFI16 ENSG00000163565 +transcript chr1 159014681 159055124 ENST00000448393 protein_coding 6 5 NA IFI16 ENSG00000163565 +CDS chr1 159014681 159014945 ENST00000448393 protein_coding 6 5 1 IFI16 ENSG00000163565 +transcript chr1 159015673 159018376 ENST00000567661 protein_coding 5 4 NA IFI16 ENSG00000163565 +transcript chr1 159015673 159020529 ENST00000474473 protein_coding 1 2 NA IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000426592 protein_coding 6 4 4 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000447473 protein_coding 6 5 4 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000368131 protein_coding 8 1 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000368132 protein_coding 7 1 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000295809 protein_coding 12 5 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000359709 protein_coding 7 2 3 IFI16 ENSG00000163565 +CDS chr1 159015872 159015987 ENST00000448393 protein_coding 6 5 2 IFI16 ENSG00000163565 +CDS chr1 159016533 159016653 ENST00000426592 protein_coding 6 4 5 IFI16 ENSG00000163565 +CDS chr1 159016533 159016692 ENST00000447473 protein_coding 6 5 5 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000368131 protein_coding 8 1 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000368132 protein_coding 7 1 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000295809 protein_coding 12 5 4 IFI16 ENSG00000163565 +CDS chr1 159016533 159016700 ENST00000448393 protein_coding 6 5 3 IFI16 ENSG00000163565 +CDS chr1 159016626 159016700 ENST00000567661 protein_coding 5 4 2 IFI16 ENSG00000163565 +CDS chr1 159016626 159016700 ENST00000474473 protein_coding 1 2 2 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000368131 protein_coding 8 1 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000368132 protein_coding 7 1 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000295809 protein_coding 12 5 5 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000359709 protein_coding 7 2 4 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000448393 protein_coding 6 5 4 IFI16 ENSG00000163565 +CDS chr1 159018229 159018376 ENST00000567661 protein_coding 5 4 3 IFI16 ENSG00000163565 +CDS chr1 159018229 159018651 ENST00000474473 protein_coding 1 2 3 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000368131 protein_coding 8 1 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000368132 protein_coding 7 1 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000295809 protein_coding 12 5 6 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000359709 protein_coding 7 2 5 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000448393 protein_coding 6 5 5 IFI16 ENSG00000163565 +CDS chr1 159020341 159020529 ENST00000474473 protein_coding 1 2 4 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000368131 protein_coding 8 1 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000368132 protein_coding 7 1 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000295809 protein_coding 12 5 7 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000359709 protein_coding 7 2 6 IFI16 ENSG00000163565 +CDS chr1 159032524 159032691 ENST00000448393 protein_coding 6 5 6 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000368131 protein_coding 8 1 8 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000295809 protein_coding 12 5 8 IFI16 ENSG00000163565 +CDS chr1 159045297 159045464 ENST00000359709 protein_coding 7 2 7 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000368132 protein_coding 7 1 8 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000295809 protein_coding 12 5 9 IFI16 ENSG00000163565 +CDS chr1 159049432 159049599 ENST00000359709 protein_coding 7 2 8 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000368131 protein_coding 8 1 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000368132 protein_coding 7 1 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000295809 protein_coding 12 5 10 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000359709 protein_coding 7 2 9 IFI16 ENSG00000163565 +CDS chr1 159051679 159052098 ENST00000448393 protein_coding 6 5 7 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000368131 protein_coding 8 1 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000368132 protein_coding 7 1 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000295809 protein_coding 12 5 11 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000359709 protein_coding 7 2 10 IFI16 ENSG00000163565 +CDS chr1 159053533 159053724 ENST00000448393 protein_coding 6 5 8 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000368131 protein_coding 8 1 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000368132 protein_coding 7 1 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000295809 protein_coding 12 5 12 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000359709 protein_coding 7 2 11 IFI16 ENSG00000163565 +CDS chr1 159054821 159054898 ENST00000448393 protein_coding 6 5 9 IFI16 ENSG00000163565 +transcript chr1 159062484 159076766 ENST00000368130 protein_coding 9 1 NA AIM2 ENSG00000163568 +CDS chr1 159062695 159062718 ENST00000368130 protein_coding 9 1 6 AIM2 ENSG00000163568 +CDS chr1 159063486 159063674 ENST00000368130 protein_coding 9 1 5 AIM2 ENSG00000163568 +transcript chr1 159063579 159140508 ENST00000368129 protein_coding 3 2 NA AIM2 ENSG00000163568 +CDS chr1 159063579 159063674 ENST00000368129 protein_coding 3 2 3 AIM2 ENSG00000163568 +CDS chr1 159065910 159066329 ENST00000368130 protein_coding 9 1 4 AIM2 ENSG00000163568 +CDS chr1 159065910 159066314 ENST00000368129 protein_coding 3 2 2 AIM2 ENSG00000163568 +CDS chr1 159068568 159068701 ENST00000368130 protein_coding 9 1 3 AIM2 ENSG00000163568 +CDS chr1 159073238 159073499 ENST00000368130 protein_coding 9 1 2 AIM2 ENSG00000163568 +transcript chr1 159171609 159202012 ENST00000368124 protein_coding 8 1 NA CADM3 ENSG00000162706 +transcript chr1 159171615 159203313 ENST00000368125 protein_coding 9 1 NA CADM3 ENSG00000162706 +transcript chr1 159171759 159196950 ENST00000416746 protein_coding 1 1 NA CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000368124 protein_coding 8 1 1 CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000368125 protein_coding 9 1 1 CADM3 ENSG00000162706 +CDS chr1 159171766 159171853 ENST00000416746 protein_coding 1 1 1 CADM3 ENSG00000162706 +CDS chr1 159189771 159189872 ENST00000368124 protein_coding 8 1 2 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000368124 protein_coding 8 1 3 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000368125 protein_coding 9 1 2 CADM3 ENSG00000162706 +CDS chr1 159191936 159192076 ENST00000416746 protein_coding 1 1 2 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000368124 protein_coding 8 1 4 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000368125 protein_coding 9 1 3 CADM3 ENSG00000162706 +CDS chr1 159192578 159192730 ENST00000416746 protein_coding 1 1 3 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000368124 protein_coding 8 1 5 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000368125 protein_coding 9 1 4 CADM3 ENSG00000162706 +CDS chr1 159193423 159193560 ENST00000416746 protein_coding 1 1 4 CADM3 ENSG00000162706 +CDS chr1 159193870 159194040 ENST00000368124 protein_coding 8 1 6 CADM3 ENSG00000162706 +CDS chr1 159193870 159194040 ENST00000368125 protein_coding 9 1 5 CADM3 ENSG00000162706 +CDS chr1 159193870 159193902 ENST00000416746 protein_coding 1 1 5 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000368124 protein_coding 8 1 7 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000368125 protein_coding 9 1 6 CADM3 ENSG00000162706 +CDS chr1 159196364 159196454 ENST00000416746 protein_coding 1 1 6 CADM3 ENSG00000162706 +CDS chr1 159196891 159197060 ENST00000368124 protein_coding 8 1 8 CADM3 ENSG00000162706 +CDS chr1 159196891 159197060 ENST00000368125 protein_coding 9 1 7 CADM3 ENSG00000162706 +CDS chr1 159196891 159196950 ENST00000416746 protein_coding 1 1 7 CADM3 ENSG00000162706 +CDS chr1 159199751 159199876 ENST00000368124 protein_coding 8 1 9 CADM3 ENSG00000162706 +CDS chr1 159199751 159199876 ENST00000368125 protein_coding 9 1 8 CADM3 ENSG00000162706 +CDS chr1 159200804 159200919 ENST00000368124 protein_coding 8 1 10 CADM3 ENSG00000162706 +CDS chr1 159200804 159200919 ENST00000368125 protein_coding 9 1 9 CADM3 ENSG00000162706 +transcript chr1 159203307 159206498 ENST00000537147 protein_coding 5 5 NA ACKR1 ENSG00000213088 +transcript chr1 159204875 159206500 ENST00000368121 protein_coding 6 NA NA ACKR1 ENSG00000213088 +transcript chr1 159204875 159206500 ENST00000368122 protein_coding 4 1 NA ACKR1 ENSG00000213088 +CDS chr1 159204960 159204980 ENST00000537147 protein_coding 5 5 2 ACKR1 ENSG00000213088 +CDS chr1 159204960 159204980 ENST00000368122 protein_coding 4 1 1 ACKR1 ENSG00000213088 +CDS chr1 159205434 159206447 ENST00000368121 protein_coding 6 NA 2 ACKR1 ENSG00000213088 +CDS chr1 159205461 159206447 ENST00000537147 protein_coding 5 5 3 ACKR1 ENSG00000213088 +CDS chr1 159205461 159206447 ENST00000368122 protein_coding 4 1 2 ACKR1 ENSG00000213088 +transcript chr1 159289714 159308224 ENST00000368115 protein_coding 5 1 NA FCER1A ENSG00000179639 +transcript chr1 159302336 159307993 ENST00000368114 protein_coding 1 3 NA FCER1A ENSG00000179639 +transcript chr1 159302336 159308202 ENST00000693622 protein_coding 1 NA NA FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000368115 protein_coding 5 1 2 FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000368114 protein_coding 1 3 1 FCER1A ENSG00000179639 +CDS chr1 159302365 159302419 ENST00000693622 protein_coding 1 NA 1 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000368115 protein_coding 5 1 3 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000368114 protein_coding 1 3 2 FCER1A ENSG00000179639 +CDS chr1 159302854 159302874 ENST00000693622 protein_coding 1 NA 2 FCER1A ENSG00000179639 +CDS chr1 159303928 159304182 ENST00000368115 protein_coding 5 1 4 FCER1A ENSG00000179639 +CDS chr1 159303928 159304182 ENST00000693622 protein_coding 1 NA 3 FCER1A ENSG00000179639 +CDS chr1 159304027 159304182 ENST00000368114 protein_coding 1 3 3 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000368115 protein_coding 5 1 5 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000368114 protein_coding 1 3 4 FCER1A ENSG00000179639 +CDS chr1 159305988 159306245 ENST00000693622 protein_coding 1 NA 4 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000368115 protein_coding 5 1 6 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000368114 protein_coding 1 3 5 FCER1A ENSG00000179639 +CDS chr1 159307748 159307929 ENST00000693622 protein_coding 1 NA 5 FCER1A ENSG00000179639 +transcript chr1 159437845 159443078 ENST00000642080 protein_coding 1 NA NA OR10J1 ENSG00000196184 +transcript chr1 159439722 159440810 ENST00000641630 protein_coding 1 NA NA OR10J1 ENSG00000196184 +transcript chr1 159439722 159440967 ENST00000423932 protein_coding 6 NA NA OR10J1 ENSG00000196184 +CDS chr1 159439759 159440718 ENST00000641630 protein_coding 1 NA 1 OR10J1 ENSG00000196184 +CDS chr1 159439792 159440718 ENST00000642080 protein_coding 1 NA 2 OR10J1 ENSG00000196184 +CDS chr1 159439792 159440718 ENST00000423932 protein_coding 6 NA 1 OR10J1 ENSG00000196184 +transcript chr1 159535078 159536007 ENST00000334857 protein_coding 3 NA NA OR10J5 ENSG00000184155 +CDS chr1 159535081 159536007 ENST00000334857 protein_coding 3 NA 1 OR10J5 ENSG00000184155 +transcript chr1 159587826 159588865 ENST00000255040 protein_coding 3 1 NA APCS ENSG00000132703 +CDS chr1 159587922 159587985 ENST00000255040 protein_coding 3 1 1 APCS ENSG00000132703 +CDS chr1 159588101 159588705 ENST00000255040 protein_coding 3 1 2 APCS ENSG00000132703 +transcript chr1 159712289 159714589 ENST00000255030 protein_coding 9 1 NA CRP ENSG00000132693 +transcript chr1 159712293 159714589 ENST00000437342 protein_coding 1 1 NA CRP ENSG00000132693 +transcript chr1 159712410 159714589 ENST00000368112 protein_coding 5 2 NA CRP ENSG00000132693 +transcript chr1 159712504 159714589 ENST00000368111 protein_coding 5 3 NA CRP ENSG00000132693 +transcript chr1 159712563 159714589 ENST00000368110 protein_coding 1 3 NA CRP ENSG00000132693 +CDS chr1 159713528 159714138 ENST00000255030 protein_coding 9 1 2 CRP ENSG00000132693 +CDS chr1 159713528 159713665 ENST00000437342 protein_coding 1 1 2 CRP ENSG00000132693 +CDS chr1 159713528 159713603 ENST00000368112 protein_coding 5 2 3 CRP ENSG00000132693 +CDS chr1 159713528 159713640 ENST00000368111 protein_coding 5 3 3 CRP ENSG00000132693 +CDS chr1 159713528 159713640 ENST00000368110 protein_coding 1 3 3 CRP ENSG00000132693 +CDS chr1 159714003 159714138 ENST00000368112 protein_coding 5 2 2 CRP ENSG00000132693 +CDS chr1 159714007 159714138 ENST00000368111 protein_coding 5 3 2 CRP ENSG00000132693 +CDS chr1 159714007 159714138 ENST00000368110 protein_coding 1 3 2 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000255030 protein_coding 9 1 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368112 protein_coding 5 2 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368111 protein_coding 5 3 1 CRP ENSG00000132693 +CDS chr1 159714425 159714485 ENST00000368110 protein_coding 1 3 1 CRP ENSG00000132693 +transcript chr1 159780932 159782543 ENST00000368109 protein_coding 5 2 NA DUSP23 ENSG00000158716 +transcript chr1 159780960 159782543 ENST00000368108 protein_coding 7 1 NA DUSP23 ENSG00000158716 +transcript chr1 159780962 159782543 ENST00000368107 protein_coding 2 1 NA DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368109 protein_coding 5 2 2 DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368108 protein_coding 7 1 2 DUSP23 ENSG00000158716 +CDS chr1 159781101 159781367 ENST00000368107 protein_coding 2 1 1 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368109 protein_coding 5 2 3 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368108 protein_coding 7 1 3 DUSP23 ENSG00000158716 +CDS chr1 159782153 159782335 ENST00000368107 protein_coding 2 1 2 DUSP23 ENSG00000158716 +transcript chr1 159800512 159809422 ENST00000536257 protein_coding 5 4 NA FCRL6 ENSG00000181036 +transcript chr1 159800512 159816251 ENST00000321935 protein_coding 10 2 NA FCRL6 ENSG00000181036 +CDS chr1 159800598 159800613 ENST00000536257 protein_coding 5 4 1 FCRL6 ENSG00000181036 +CDS chr1 159800598 159800613 ENST00000321935 protein_coding 10 2 1 FCRL6 ENSG00000181036 +transcript chr1 159802360 159816257 ENST00000368106 protein_coding 4 1 NA FCRL6 ENSG00000181036 +transcript chr1 159802417 159815802 ENST00000339348 protein_coding 9 1 NA FCRL6 ENSG00000181036 +CDS chr1 159802420 159802455 ENST00000321935 protein_coding 10 2 2 FCRL6 ENSG00000181036 +transcript chr1 159802424 159815592 ENST00000392235 protein_coding 7 1 NA FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000368106 protein_coding 4 1 1 FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000339348 protein_coding 9 1 1 FCRL6 ENSG00000181036 +CDS chr1 159802425 159802455 ENST00000392235 protein_coding 7 1 1 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000536257 protein_coding 5 4 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000321935 protein_coding 10 2 3 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000368106 protein_coding 4 1 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000339348 protein_coding 9 1 2 FCRL6 ENSG00000181036 +CDS chr1 159806596 159806616 ENST00000392235 protein_coding 7 1 2 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000536257 protein_coding 5 4 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000321935 protein_coding 10 2 4 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000368106 protein_coding 4 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000339348 protein_coding 9 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808178 159808444 ENST00000392235 protein_coding 7 1 3 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809060 ENST00000536257 protein_coding 5 4 4 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000321935 protein_coding 10 2 5 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000368106 protein_coding 4 1 4 FCRL6 ENSG00000181036 +CDS chr1 159808961 159809245 ENST00000339348 protein_coding 9 1 4 FCRL6 ENSG00000181036 +CDS chr1 159809197 159809245 ENST00000536257 protein_coding 5 4 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809422 ENST00000536257 protein_coding 5 4 6 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000321935 protein_coding 10 2 6 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000368106 protein_coding 4 1 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000339348 protein_coding 9 1 5 FCRL6 ENSG00000181036 +CDS chr1 159809402 159809683 ENST00000392235 protein_coding 7 1 4 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000321935 protein_coding 10 2 7 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000368106 protein_coding 4 1 6 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000339348 protein_coding 9 1 6 FCRL6 ENSG00000181036 +CDS chr1 159810094 159810216 ENST00000392235 protein_coding 7 1 5 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000321935 protein_coding 10 2 8 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000368106 protein_coding 4 1 7 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000339348 protein_coding 9 1 7 FCRL6 ENSG00000181036 +CDS chr1 159813489 159813554 ENST00000392235 protein_coding 7 1 6 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000321935 protein_coding 10 2 9 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000368106 protein_coding 4 1 8 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000339348 protein_coding 9 1 8 FCRL6 ENSG00000181036 +CDS chr1 159814221 159814292 ENST00000392235 protein_coding 7 1 7 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000321935 protein_coding 10 2 10 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000368106 protein_coding 4 1 9 FCRL6 ENSG00000181036 +CDS chr1 159815428 159815459 ENST00000392235 protein_coding 7 1 8 FCRL6 ENSG00000181036 +CDS chr1 159815536 159815658 ENST00000368106 protein_coding 4 1 10 FCRL6 ENSG00000181036 +CDS chr1 159815536 159815579 ENST00000339348 protein_coding 9 1 9 FCRL6 ENSG00000181036 +CDS chr1 159815541 159815579 ENST00000321935 protein_coding 10 2 11 FCRL6 ENSG00000181036 +CDS chr1 159815541 159815579 ENST00000392235 protein_coding 7 1 9 FCRL6 ENSG00000181036 +transcript chr1 159826811 159835679 ENST00000368104 protein_coding 4 2 NA SLAMF8 ENSG00000158714 +transcript chr1 159826873 159837492 ENST00000289707 protein_coding 10 1 NA SLAMF8 ENSG00000158714 +CDS chr1 159826899 159826938 ENST00000368104 protein_coding 4 2 1 SLAMF8 ENSG00000158714 +CDS chr1 159826899 159826938 ENST00000289707 protein_coding 10 1 1 SLAMF8 ENSG00000158714 +CDS chr1 159829866 159830192 ENST00000289707 protein_coding 10 1 2 SLAMF8 ENSG00000158714 +CDS chr1 159832876 159833181 ENST00000368104 protein_coding 4 2 2 SLAMF8 ENSG00000158714 +CDS chr1 159832876 159833181 ENST00000289707 protein_coding 10 1 3 SLAMF8 ENSG00000158714 +CDS chr1 159833262 159833369 ENST00000368104 protein_coding 4 2 3 SLAMF8 ENSG00000158714 +CDS chr1 159833262 159833369 ENST00000289707 protein_coding 10 1 4 SLAMF8 ENSG00000158714 +CDS chr1 159835184 159835257 ENST00000368104 protein_coding 4 2 4 SLAMF8 ENSG00000158714 +CDS chr1 159835184 159835257 ENST00000289707 protein_coding 10 1 5 SLAMF8 ENSG00000158714 +transcript chr1 159854316 159862657 ENST00000368100 protein_coding 1 1 NA VSIG8 ENSG00000243284 +CDS chr1 159854756 159855026 ENST00000368100 protein_coding 1 1 7 VSIG8 ENSG00000243284 +CDS chr1 159855883 159856081 ENST00000368100 protein_coding 1 1 6 VSIG8 ENSG00000243284 +CDS chr1 159856524 159856643 ENST00000368100 protein_coding 1 1 5 VSIG8 ENSG00000243284 +CDS chr1 159857745 159857966 ENST00000368100 protein_coding 1 1 4 VSIG8 ENSG00000243284 +CDS chr1 159858090 159858291 ENST00000368100 protein_coding 1 1 3 VSIG8 ENSG00000243284 +CDS chr1 159858734 159858912 ENST00000368100 protein_coding 1 1 2 VSIG8 ENSG00000243284 +CDS chr1 159862473 159862521 ENST00000368100 protein_coding 1 1 1 VSIG8 ENSG00000243284 +transcript chr1 159872364 159900165 ENST00000368099 protein_coding 9 1 NA CFAP45 ENSG00000213085 +transcript chr1 159872366 159898269 ENST00000426543 protein_coding 6 1 NA CFAP45 ENSG00000213085 +CDS chr1 159872488 159872563 ENST00000368099 protein_coding 9 1 12 CFAP45 ENSG00000213085 +CDS chr1 159872488 159872563 ENST00000426543 protein_coding 6 1 12 CFAP45 ENSG00000213085 +CDS chr1 159872944 159873168 ENST00000368099 protein_coding 9 1 11 CFAP45 ENSG00000213085 +CDS chr1 159872944 159873168 ENST00000426543 protein_coding 6 1 11 CFAP45 ENSG00000213085 +CDS chr1 159876556 159876749 ENST00000368099 protein_coding 9 1 10 CFAP45 ENSG00000213085 +CDS chr1 159876556 159876749 ENST00000426543 protein_coding 6 1 10 CFAP45 ENSG00000213085 +CDS chr1 159877349 159877462 ENST00000368099 protein_coding 9 1 9 CFAP45 ENSG00000213085 +CDS chr1 159877349 159877462 ENST00000426543 protein_coding 6 1 9 CFAP45 ENSG00000213085 +CDS chr1 159880554 159880700 ENST00000368099 protein_coding 9 1 8 CFAP45 ENSG00000213085 +CDS chr1 159880554 159880700 ENST00000426543 protein_coding 6 1 8 CFAP45 ENSG00000213085 +CDS chr1 159884436 159884565 ENST00000368099 protein_coding 9 1 7 CFAP45 ENSG00000213085 +CDS chr1 159884436 159884565 ENST00000426543 protein_coding 6 1 7 CFAP45 ENSG00000213085 +CDS chr1 159886511 159886689 ENST00000368099 protein_coding 9 1 6 CFAP45 ENSG00000213085 +CDS chr1 159886511 159886689 ENST00000426543 protein_coding 6 1 6 CFAP45 ENSG00000213085 +transcript chr1 159886599 159900112 ENST00000479940 protein_coding 2 5 NA CFAP45 ENSG00000213085 +CDS chr1 159886599 159886689 ENST00000479940 protein_coding 2 5 7 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000368099 protein_coding 9 1 5 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000426543 protein_coding 6 1 5 CFAP45 ENSG00000213085 +CDS chr1 159887841 159888011 ENST00000479940 protein_coding 2 5 6 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000368099 protein_coding 9 1 4 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000426543 protein_coding 6 1 4 CFAP45 ENSG00000213085 +CDS chr1 159888352 159888496 ENST00000479940 protein_coding 2 5 5 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890622 ENST00000368099 protein_coding 9 1 3 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890496 ENST00000426543 protein_coding 6 1 3 CFAP45 ENSG00000213085 +CDS chr1 159890480 159890496 ENST00000479940 protein_coding 2 5 4 CFAP45 ENSG00000213085 +CDS chr1 159893180 159893305 ENST00000368099 protein_coding 9 1 2 CFAP45 ENSG00000213085 +CDS chr1 159900096 159900098 ENST00000368099 protein_coding 9 1 1 CFAP45 ENSG00000213085 +transcript chr1 159918107 159923717 ENST00000368096 protein_coding 5 1 NA TAGLN2 ENSG00000158710 +transcript chr1 159918111 159925507 ENST00000368097 protein_coding 9 1 NA TAGLN2 ENSG00000158710 +transcript chr1 159918777 159924551 ENST00000320307 protein_coding 8 3 NA TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000368096 protein_coding 5 1 5 TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000368097 protein_coding 9 1 5 TAGLN2 ENSG00000158710 +CDS chr1 159918803 159918941 ENST00000320307 protein_coding 8 3 5 TAGLN2 ENSG00000158710 +transcript chr1 159918838 159925229 ENST00000397334 protein_coding 2 5 NA TAGLN2 ENSG00000158710 +CDS chr1 159918838 159918941 ENST00000397334 protein_coding 2 5 5 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000368096 protein_coding 5 1 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000368097 protein_coding 9 1 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000320307 protein_coding 8 3 4 TAGLN2 ENSG00000158710 +CDS chr1 159919274 159919376 ENST00000397334 protein_coding 2 5 4 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000368096 protein_coding 5 1 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000368097 protein_coding 9 1 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000320307 protein_coding 8 3 3 TAGLN2 ENSG00000158710 +CDS chr1 159919661 159919835 ENST00000397334 protein_coding 2 5 3 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920537 ENST00000368096 protein_coding 5 1 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000368097 protein_coding 9 1 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000320307 protein_coding 8 3 2 TAGLN2 ENSG00000158710 +CDS chr1 159920330 159920509 ENST00000397334 protein_coding 2 5 2 TAGLN2 ENSG00000158710 +CDS chr1 159923436 159923470 ENST00000368096 protein_coding 5 1 1 TAGLN2 ENSG00000158710 +transcript chr1 159927039 159945596 ENST00000361509 protein_coding 7 1 NA IGSF9 ENSG00000085552 +transcript chr1 159927041 159945613 ENST00000368094 protein_coding 6 1 NA IGSF9 ENSG00000085552 +CDS chr1 159927348 159927526 ENST00000361509 protein_coding 7 1 21 IGSF9 ENSG00000085552 +CDS chr1 159927348 159927526 ENST00000368094 protein_coding 6 1 21 IGSF9 ENSG00000085552 +CDS chr1 159927760 159927887 ENST00000361509 protein_coding 7 1 20 IGSF9 ENSG00000085552 +CDS chr1 159927760 159927887 ENST00000368094 protein_coding 6 1 20 IGSF9 ENSG00000085552 +CDS chr1 159928158 159929018 ENST00000361509 protein_coding 7 1 19 IGSF9 ENSG00000085552 +CDS chr1 159928158 159929018 ENST00000368094 protein_coding 6 1 19 IGSF9 ENSG00000085552 +CDS chr1 159929351 159929393 ENST00000361509 protein_coding 7 1 18 IGSF9 ENSG00000085552 +CDS chr1 159929351 159929393 ENST00000368094 protein_coding 6 1 18 IGSF9 ENSG00000085552 +CDS chr1 159929638 159929814 ENST00000361509 protein_coding 7 1 17 IGSF9 ENSG00000085552 +CDS chr1 159929638 159929814 ENST00000368094 protein_coding 6 1 17 IGSF9 ENSG00000085552 +CDS chr1 159929891 159929975 ENST00000361509 protein_coding 7 1 16 IGSF9 ENSG00000085552 +CDS chr1 159929891 159929975 ENST00000368094 protein_coding 6 1 16 IGSF9 ENSG00000085552 +CDS chr1 159930189 159930439 ENST00000361509 protein_coding 7 1 15 IGSF9 ENSG00000085552 +CDS chr1 159930189 159930439 ENST00000368094 protein_coding 6 1 15 IGSF9 ENSG00000085552 +CDS chr1 159930692 159930867 ENST00000361509 protein_coding 7 1 14 IGSF9 ENSG00000085552 +CDS chr1 159930692 159930867 ENST00000368094 protein_coding 6 1 14 IGSF9 ENSG00000085552 +CDS chr1 159931138 159931261 ENST00000361509 protein_coding 7 1 13 IGSF9 ENSG00000085552 +CDS chr1 159931138 159931261 ENST00000368094 protein_coding 6 1 13 IGSF9 ENSG00000085552 +CDS chr1 159931453 159931603 ENST00000361509 protein_coding 7 1 12 IGSF9 ENSG00000085552 +CDS chr1 159931453 159931603 ENST00000368094 protein_coding 6 1 12 IGSF9 ENSG00000085552 +CDS chr1 159931812 159931928 ENST00000361509 protein_coding 7 1 11 IGSF9 ENSG00000085552 +CDS chr1 159931812 159931928 ENST00000368094 protein_coding 6 1 11 IGSF9 ENSG00000085552 +CDS chr1 159932512 159932652 ENST00000361509 protein_coding 7 1 10 IGSF9 ENSG00000085552 +CDS chr1 159932512 159932652 ENST00000368094 protein_coding 6 1 10 IGSF9 ENSG00000085552 +CDS chr1 159934190 159934284 ENST00000361509 protein_coding 7 1 9 IGSF9 ENSG00000085552 +CDS chr1 159934190 159934332 ENST00000368094 protein_coding 6 1 9 IGSF9 ENSG00000085552 +CDS chr1 159934425 159934570 ENST00000361509 protein_coding 7 1 8 IGSF9 ENSG00000085552 +CDS chr1 159934425 159934570 ENST00000368094 protein_coding 6 1 8 IGSF9 ENSG00000085552 +CDS chr1 159934681 159934822 ENST00000361509 protein_coding 7 1 7 IGSF9 ENSG00000085552 +CDS chr1 159934681 159934822 ENST00000368094 protein_coding 6 1 7 IGSF9 ENSG00000085552 +CDS chr1 159936399 159936516 ENST00000361509 protein_coding 7 1 6 IGSF9 ENSG00000085552 +CDS chr1 159936399 159936516 ENST00000368094 protein_coding 6 1 6 IGSF9 ENSG00000085552 +CDS chr1 159936754 159936908 ENST00000361509 protein_coding 7 1 5 IGSF9 ENSG00000085552 +CDS chr1 159936754 159936908 ENST00000368094 protein_coding 6 1 5 IGSF9 ENSG00000085552 +CDS chr1 159937686 159937838 ENST00000361509 protein_coding 7 1 4 IGSF9 ENSG00000085552 +CDS chr1 159937686 159937838 ENST00000368094 protein_coding 6 1 4 IGSF9 ENSG00000085552 +CDS chr1 159942963 159943151 ENST00000361509 protein_coding 7 1 3 IGSF9 ENSG00000085552 +CDS chr1 159942963 159943151 ENST00000368094 protein_coding 6 1 3 IGSF9 ENSG00000085552 +CDS chr1 159943397 159943454 ENST00000361509 protein_coding 7 1 2 IGSF9 ENSG00000085552 +CDS chr1 159943397 159943454 ENST00000368094 protein_coding 6 1 2 IGSF9 ENSG00000085552 +transcript chr1 159951492 159954220 ENST00000368092 protein_coding 7 1 NA SLAMF9 ENSG00000162723 +transcript chr1 159951492 159954237 ENST00000368093 protein_coding 4 1 NA SLAMF9 ENSG00000162723 +CDS chr1 159951664 159951866 ENST00000368092 protein_coding 7 1 3 SLAMF9 ENSG00000162723 +CDS chr1 159951664 159951866 ENST00000368093 protein_coding 4 1 4 SLAMF9 ENSG00000162723 +CDS chr1 159952262 159952534 ENST00000368093 protein_coding 4 1 3 SLAMF9 ENSG00000162723 +CDS chr1 159953309 159953653 ENST00000368092 protein_coding 7 1 2 SLAMF9 ENSG00000162723 +CDS chr1 159953309 159953653 ENST00000368093 protein_coding 4 1 2 SLAMF9 ENSG00000162723 +CDS chr1 159954092 159954137 ENST00000368092 protein_coding 7 1 1 SLAMF9 ENSG00000162723 +CDS chr1 159954092 159954137 ENST00000368093 protein_coding 4 1 1 SLAMF9 ENSG00000162723 +transcript chr1 159998651 160070136 ENST00000639408 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159998841 160070119 ENST00000637644 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159999154 160041957 ENST00000640914 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 159999296 160042504 ENST00000509700 protein_coding 2 5 NA KCNJ10 ENSG00000177807 +CDS chr1 159999423 159999494 ENST00000509700 protein_coding 2 5 2 KCNJ10 ENSG00000177807 +CDS chr1 159999461 159999494 ENST00000639408 protein_coding 1 5 4 KCNJ10 ENSG00000177807 +CDS chr1 159999472 159999494 ENST00000637644 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +transcript chr1 160024953 160031990 ENST00000368090 protein_coding 5 NA NA PIGM ENSG00000143315 +CDS chr1 160030471 160031739 ENST00000368090 protein_coding 5 NA 1 PIGM ENSG00000143315 +transcript chr1 160037467 160070160 ENST00000644903 protein_coding 1 NA NA KCNJ10 ENSG00000177807 +transcript chr1 160038303 160042502 ENST00000640017 protein_coding 1 2 NA KCNJ10 ENSG00000177807 +transcript chr1 160038333 160070106 ENST00000638728 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +transcript chr1 160038853 160068048 ENST00000638868 protein_coding 1 5 NA KCNJ10 ENSG00000177807 +CDS chr1 160040502 160040601 ENST00000639408 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160040536 160040601 ENST00000640914 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +CDS chr1 160040536 160040601 ENST00000640017 protein_coding 1 2 2 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000644903 protein_coding 1 NA 2 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000638728 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160041396 160042532 ENST00000638868 protein_coding 1 5 3 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160041957 ENST00000640914 protein_coding 1 5 1 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160042504 ENST00000509700 protein_coding 2 5 1 KCNJ10 ENSG00000177807 +CDS chr1 160041834 160042502 ENST00000640017 protein_coding 1 2 1 KCNJ10 ENSG00000177807 +CDS chr1 160042046 160042532 ENST00000639408 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +CDS chr1 160042046 160042532 ENST00000637644 protein_coding 1 5 2 KCNJ10 ENSG00000177807 +transcript chr1 160081538 160090563 ENST00000368088 protein_coding 4 1 NA KCNJ9 ENSG00000162728 +CDS chr1 160084031 160084880 ENST00000368088 protein_coding 4 1 2 KCNJ9 ENSG00000162728 +CDS chr1 160087486 160087814 ENST00000368088 protein_coding 4 1 3 KCNJ9 ENSG00000162728 +transcript chr1 160091340 160098689 ENST00000368086 protein_coding 5 1 NA IGSF8 ENSG00000162729 +transcript chr1 160091343 160098619 ENST00000314485 protein_coding 12 1 NA IGSF8 ENSG00000162729 +transcript chr1 160091350 160098828 ENST00000614243 protein_coding 4 1 NA IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000314485 protein_coding 12 1 6 IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000368086 protein_coding 5 1 6 IGSF8 ENSG00000162729 +CDS chr1 160091826 160091938 ENST00000614243 protein_coding 4 1 7 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000314485 protein_coding 12 1 5 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000368086 protein_coding 5 1 5 IGSF8 ENSG00000162729 +CDS chr1 160092282 160092695 ENST00000614243 protein_coding 4 1 6 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000314485 protein_coding 12 1 4 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000368086 protein_coding 5 1 4 IGSF8 ENSG00000162729 +CDS chr1 160092924 160093331 ENST00000614243 protein_coding 4 1 5 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000314485 protein_coding 12 1 3 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000368086 protein_coding 5 1 3 IGSF8 ENSG00000162729 +transcript chr1 160093710 160098943 ENST00000448417 protein_coding 1 2 NA IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000448417 protein_coding 1 2 4 IGSF8 ENSG00000162729 +CDS chr1 160093710 160094171 ENST00000614243 protein_coding 4 1 4 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000314485 protein_coding 12 1 2 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000368086 protein_coding 5 1 2 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000448417 protein_coding 1 2 3 IGSF8 ENSG00000162729 +CDS chr1 160094869 160095246 ENST00000614243 protein_coding 4 1 3 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000314485 protein_coding 12 1 1 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000368086 protein_coding 5 1 1 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000448417 protein_coding 1 2 2 IGSF8 ENSG00000162729 +CDS chr1 160098409 160098472 ENST00000614243 protein_coding 4 1 2 IGSF8 ENSG00000162729 +transcript chr1 160115759 160143591 ENST00000361216 protein_coding 8 1 NA ATP1A2 ENSG00000018625 +transcript chr1 160115777 160141545 ENST00000392233 protein_coding 7 5 NA ATP1A2 ENSG00000018625 +CDS chr1 160115862 160115873 ENST00000361216 protein_coding 8 1 1 ATP1A2 ENSG00000018625 +CDS chr1 160115862 160115873 ENST00000392233 protein_coding 7 5 1 ATP1A2 ENSG00000018625 +CDS chr1 160120906 160121010 ENST00000361216 protein_coding 8 1 2 ATP1A2 ENSG00000018625 +CDS chr1 160120906 160121010 ENST00000392233 protein_coding 7 5 2 ATP1A2 ENSG00000018625 +CDS chr1 160121192 160121251 ENST00000361216 protein_coding 8 1 3 ATP1A2 ENSG00000018625 +CDS chr1 160121192 160121251 ENST00000392233 protein_coding 7 5 3 ATP1A2 ENSG00000018625 +CDS chr1 160123213 160123416 ENST00000361216 protein_coding 8 1 4 ATP1A2 ENSG00000018625 +CDS chr1 160123213 160123416 ENST00000392233 protein_coding 7 5 4 ATP1A2 ENSG00000018625 +CDS chr1 160123943 160124056 ENST00000361216 protein_coding 8 1 5 ATP1A2 ENSG00000018625 +CDS chr1 160123943 160124056 ENST00000392233 protein_coding 7 5 5 ATP1A2 ENSG00000018625 +CDS chr1 160124296 160124430 ENST00000361216 protein_coding 8 1 6 ATP1A2 ENSG00000018625 +CDS chr1 160124296 160124430 ENST00000392233 protein_coding 7 5 6 ATP1A2 ENSG00000018625 +CDS chr1 160125136 160125253 ENST00000361216 protein_coding 8 1 7 ATP1A2 ENSG00000018625 +CDS chr1 160125136 160125253 ENST00000392233 protein_coding 7 5 7 ATP1A2 ENSG00000018625 +CDS chr1 160127552 160127820 ENST00000361216 protein_coding 8 1 8 ATP1A2 ENSG00000018625 +CDS chr1 160127552 160127820 ENST00000392233 protein_coding 7 5 8 ATP1A2 ENSG00000018625 +transcript chr1 160127672 160143591 ENST00000447527 protein_coding 1 2 NA ATP1A2 ENSG00000018625 +CDS chr1 160127672 160127820 ENST00000447527 protein_coding 1 2 1 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000361216 protein_coding 8 1 9 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000392233 protein_coding 7 5 9 ATP1A2 ENSG00000018625 +CDS chr1 160128652 160128850 ENST00000447527 protein_coding 1 2 2 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000361216 protein_coding 8 1 10 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000392233 protein_coding 7 5 10 ATP1A2 ENSG00000018625 +CDS chr1 160128980 160129089 ENST00000447527 protein_coding 1 2 3 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000361216 protein_coding 8 1 11 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000392233 protein_coding 7 5 11 ATP1A2 ENSG00000018625 +CDS chr1 160129266 160129400 ENST00000447527 protein_coding 1 2 4 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000361216 protein_coding 8 1 12 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000392233 protein_coding 7 5 12 ATP1A2 ENSG00000018625 +CDS chr1 160130102 160130291 ENST00000447527 protein_coding 1 2 5 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000361216 protein_coding 8 1 13 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000392233 protein_coding 7 5 13 ATP1A2 ENSG00000018625 +CDS chr1 160130422 160130597 ENST00000447527 protein_coding 1 2 6 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000361216 protein_coding 8 1 14 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000392233 protein_coding 7 5 14 ATP1A2 ENSG00000018625 +CDS chr1 160134484 160134620 ENST00000447527 protein_coding 1 2 7 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000361216 protein_coding 8 1 15 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000392233 protein_coding 7 5 15 ATP1A2 ENSG00000018625 +CDS chr1 160135145 160135295 ENST00000447527 protein_coding 1 2 8 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000361216 protein_coding 8 1 16 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000392233 protein_coding 7 5 16 ATP1A2 ENSG00000018625 +CDS chr1 160135434 160135602 ENST00000447527 protein_coding 1 2 9 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000361216 protein_coding 8 1 17 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000392233 protein_coding 7 5 17 ATP1A2 ENSG00000018625 +CDS chr1 160135839 160135993 ENST00000447527 protein_coding 1 2 10 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000361216 protein_coding 8 1 18 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000392233 protein_coding 7 5 18 ATP1A2 ENSG00000018625 +CDS chr1 160136247 160136370 ENST00000447527 protein_coding 1 2 11 ATP1A2 ENSG00000018625 +CDS chr1 160136570 160136715 ENST00000361216 protein_coding 8 1 19 ATP1A2 ENSG00000018625 +CDS chr1 160136570 160136715 ENST00000392233 protein_coding 7 5 19 ATP1A2 ENSG00000018625 +CDS chr1 160136621 160136715 ENST00000447527 protein_coding 1 2 12 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000361216 protein_coding 8 1 20 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000392233 protein_coding 7 5 20 ATP1A2 ENSG00000018625 +CDS chr1 160136901 160137031 ENST00000447527 protein_coding 1 2 13 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000361216 protein_coding 8 1 21 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000392233 protein_coding 7 5 21 ATP1A2 ENSG00000018625 +CDS chr1 160139640 160139741 ENST00000447527 protein_coding 1 2 14 ATP1A2 ENSG00000018625 +CDS chr1 160139893 160139984 ENST00000361216 protein_coding 8 1 22 ATP1A2 ENSG00000018625 +CDS chr1 160139893 160139984 ENST00000447527 protein_coding 1 2 15 ATP1A2 ENSG00000018625 +CDS chr1 160139926 160139984 ENST00000392233 protein_coding 7 5 22 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000361216 protein_coding 8 1 23 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000392233 protein_coding 7 5 23 ATP1A2 ENSG00000018625 +CDS chr1 160141294 160141319 ENST00000447527 protein_coding 1 2 16 ATP1A2 ENSG00000018625 +transcript chr1 160151603 160186980 ENST00000368081 protein_coding 9 1 NA ATP1A4 ENSG00000132681 +CDS chr1 160152041 160152187 ENST00000368081 protein_coding 9 1 1 ATP1A4 ENSG00000132681 +CDS chr1 160153165 160153224 ENST00000368081 protein_coding 9 1 2 ATP1A4 ENSG00000132681 +CDS chr1 160155045 160155248 ENST00000368081 protein_coding 9 1 3 ATP1A4 ENSG00000132681 +CDS chr1 160156045 160156158 ENST00000368081 protein_coding 9 1 4 ATP1A4 ENSG00000132681 +CDS chr1 160159002 160159136 ENST00000368081 protein_coding 9 1 5 ATP1A4 ENSG00000132681 +CDS chr1 160159409 160159526 ENST00000368081 protein_coding 9 1 6 ATP1A4 ENSG00000132681 +CDS chr1 160164156 160164424 ENST00000368081 protein_coding 9 1 7 ATP1A4 ENSG00000132681 +CDS chr1 160166528 160166726 ENST00000368081 protein_coding 9 1 8 ATP1A4 ENSG00000132681 +CDS chr1 160166968 160167077 ENST00000368081 protein_coding 9 1 9 ATP1A4 ENSG00000132681 +CDS chr1 160167278 160167412 ENST00000368081 protein_coding 9 1 10 ATP1A4 ENSG00000132681 +CDS chr1 160171251 160171440 ENST00000368081 protein_coding 9 1 11 ATP1A4 ENSG00000132681 +CDS chr1 160171585 160171757 ENST00000368081 protein_coding 9 1 12 ATP1A4 ENSG00000132681 +CDS chr1 160173581 160173717 ENST00000368081 protein_coding 9 1 13 ATP1A4 ENSG00000132681 +CDS chr1 160174111 160174261 ENST00000368081 protein_coding 9 1 14 ATP1A4 ENSG00000132681 +CDS chr1 160174579 160174747 ENST00000368081 protein_coding 9 1 15 ATP1A4 ENSG00000132681 +CDS chr1 160176092 160176246 ENST00000368081 protein_coding 9 1 16 ATP1A4 ENSG00000132681 +CDS chr1 160176479 160176602 ENST00000368081 protein_coding 9 1 17 ATP1A4 ENSG00000132681 +transcript chr1 160177411 160186977 ENST00000470705 protein_coding 1 1 NA ATP1A4 ENSG00000132681 +CDS chr1 160177519 160177664 ENST00000368081 protein_coding 9 1 18 ATP1A4 ENSG00000132681 +CDS chr1 160177521 160177664 ENST00000470705 protein_coding 1 1 1 ATP1A4 ENSG00000132681 +CDS chr1 160181684 160181814 ENST00000368081 protein_coding 9 1 19 ATP1A4 ENSG00000132681 +CDS chr1 160181684 160181814 ENST00000470705 protein_coding 1 1 2 ATP1A4 ENSG00000132681 +CDS chr1 160181930 160182031 ENST00000368081 protein_coding 9 1 20 ATP1A4 ENSG00000132681 +CDS chr1 160181930 160182031 ENST00000470705 protein_coding 1 1 3 ATP1A4 ENSG00000132681 +CDS chr1 160186276 160186367 ENST00000368081 protein_coding 9 1 21 ATP1A4 ENSG00000132681 +CDS chr1 160186276 160186367 ENST00000470705 protein_coding 1 1 4 ATP1A4 ENSG00000132681 +CDS chr1 160186671 160186696 ENST00000368081 protein_coding 9 1 22 ATP1A4 ENSG00000132681 +CDS chr1 160186671 160186696 ENST00000470705 protein_coding 1 1 5 ATP1A4 ENSG00000132681 +transcript chr1 160190575 160201886 ENST00000368078 protein_coding 8 1 NA CASQ1 ENSG00000143318 +CDS chr1 160190752 160191030 ENST00000368078 protein_coding 8 1 1 CASQ1 ENSG00000143318 +CDS chr1 160192802 160192886 ENST00000368078 protein_coding 8 1 2 CASQ1 ENSG00000143318 +CDS chr1 160193747 160193847 ENST00000368078 protein_coding 8 1 3 CASQ1 ENSG00000143318 +CDS chr1 160195012 160195123 ENST00000368078 protein_coding 8 1 4 CASQ1 ENSG00000143318 +CDS chr1 160195461 160195534 ENST00000368078 protein_coding 8 1 5 CASQ1 ENSG00000143318 +CDS chr1 160195897 160196027 ENST00000368078 protein_coding 8 1 6 CASQ1 ENSG00000143318 +CDS chr1 160197569 160197614 ENST00000368078 protein_coding 8 1 7 CASQ1 ENSG00000143318 +transcript chr1 160198210 160201493 ENST00000467691 protein_coding 1 3 NA CASQ1 ENSG00000143318 +CDS chr1 160198677 160198731 ENST00000368078 protein_coding 8 1 8 CASQ1 ENSG00000143318 +CDS chr1 160198686 160198731 ENST00000467691 protein_coding 1 3 2 CASQ1 ENSG00000143318 +CDS chr1 160198953 160199053 ENST00000368078 protein_coding 8 1 9 CASQ1 ENSG00000143318 +CDS chr1 160198953 160199053 ENST00000467691 protein_coding 1 3 3 CASQ1 ENSG00000143318 +CDS chr1 160199851 160199925 ENST00000368078 protein_coding 8 1 10 CASQ1 ENSG00000143318 +CDS chr1 160199851 160199925 ENST00000467691 protein_coding 1 3 4 CASQ1 ENSG00000143318 +CDS chr1 160201245 160201373 ENST00000368078 protein_coding 8 1 11 CASQ1 ENSG00000143318 +CDS chr1 160201245 160201373 ENST00000467691 protein_coding 1 3 5 CASQ1 ENSG00000143318 +transcript chr1 160205380 160214035 ENST00000368077 protein_coding 5 2 NA PEA15 ENSG00000162734 +transcript chr1 160205384 160215372 ENST00000360472 protein_coding 9 1 NA PEA15 ENSG00000162734 +transcript chr1 160205421 160215376 ENST00000368076 protein_coding 1 2 NA PEA15 ENSG00000162734 +CDS chr1 160208605 160208665 ENST00000368076 protein_coding 1 2 3 PEA15 ENSG00000162734 +CDS chr1 160211543 160211716 ENST00000368076 protein_coding 1 2 4 PEA15 ENSG00000162734 +CDS chr1 160211545 160211716 ENST00000360472 protein_coding 9 1 2 PEA15 ENSG00000162734 +CDS chr1 160211545 160211650 ENST00000368077 protein_coding 5 2 2 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000360472 protein_coding 9 1 3 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000368077 protein_coding 5 2 3 PEA15 ENSG00000162734 +CDS chr1 160213110 160213265 ENST00000368076 protein_coding 1 2 5 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000360472 protein_coding 9 1 4 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000368077 protein_coding 5 2 4 PEA15 ENSG00000162734 +CDS chr1 160213422 160213483 ENST00000368076 protein_coding 1 2 6 PEA15 ENSG00000162734 +transcript chr1 160215715 160262451 ENST00000368073 protein_coding 7 1 NA DCAF8 ENSG00000132716 +transcript chr1 160215715 160262476 ENST00000326837 protein_coding 6 5 NA DCAF8 ENSG00000132716 +transcript chr1 160215720 160262549 ENST00000368074 protein_coding 6 5 NA DCAF8 ENSG00000132716 +transcript chr1 160216553 160224472 ENST00000477163 protein_coding 1 3 NA DCAF8 ENSG00000132716 +CDS chr1 160216868 160216908 ENST00000477163 protein_coding 1 3 3 DCAF8 ENSG00000132716 +transcript chr1 160217162 160218858 ENST00000473382 protein_coding 2 3 NA DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000368073 protein_coding 7 1 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000326837 protein_coding 6 5 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000368074 protein_coding 6 5 14 DCAF8 ENSG00000132716 +CDS chr1 160217595 160217708 ENST00000473382 protein_coding 2 3 3 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000368073 protein_coding 7 1 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000326837 protein_coding 6 5 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000368074 protein_coding 6 5 13 DCAF8 ENSG00000132716 +CDS chr1 160218324 160218440 ENST00000473382 protein_coding 2 3 2 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000368073 protein_coding 7 1 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000326837 protein_coding 6 5 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218968 ENST00000368074 protein_coding 6 5 12 DCAF8 ENSG00000132716 +CDS chr1 160218849 160218858 ENST00000473382 protein_coding 2 3 1 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000368073 protein_coding 7 1 11 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000326837 protein_coding 6 5 11 DCAF8 ENSG00000132716 +CDS chr1 160222651 160222781 ENST00000368074 protein_coding 6 5 11 DCAF8 ENSG00000132716 +CDS chr1 160222656 160222781 ENST00000477163 protein_coding 1 3 2 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000368073 protein_coding 7 1 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000326837 protein_coding 6 5 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224549 ENST00000368074 protein_coding 6 5 10 DCAF8 ENSG00000132716 +CDS chr1 160224442 160224472 ENST00000477163 protein_coding 1 3 1 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000368073 protein_coding 7 1 9 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000326837 protein_coding 6 5 9 DCAF8 ENSG00000132716 +CDS chr1 160225062 160225119 ENST00000368074 protein_coding 6 5 9 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000368073 protein_coding 7 1 8 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000326837 protein_coding 6 5 8 DCAF8 ENSG00000132716 +CDS chr1 160225591 160225663 ENST00000368074 protein_coding 6 5 8 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000368073 protein_coding 7 1 7 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000326837 protein_coding 6 5 7 DCAF8 ENSG00000132716 +CDS chr1 160231297 160231407 ENST00000368074 protein_coding 6 5 7 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000368073 protein_coding 7 1 6 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000326837 protein_coding 6 5 6 DCAF8 ENSG00000132716 +CDS chr1 160237135 160237229 ENST00000368074 protein_coding 6 5 6 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000368073 protein_coding 7 1 5 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000326837 protein_coding 6 5 5 DCAF8 ENSG00000132716 +CDS chr1 160238607 160238747 ENST00000368074 protein_coding 6 5 5 DCAF8 ENSG00000132716 +transcript chr1 160239222 160262425 ENST00000610139 protein_coding 5 1 NA DCAF8 ENSG00000132716 +transcript chr1 160239222 160262436 ENST00000475733 protein_coding 5 1 NA DCAF8 ENSG00000132716 +CDS chr1 160239601 160240370 ENST00000610139 protein_coding 5 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239601 160240370 ENST00000475733 protein_coding 5 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000368073 protein_coding 7 1 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000326837 protein_coding 6 5 4 DCAF8 ENSG00000132716 +CDS chr1 160239697 160240370 ENST00000368074 protein_coding 6 5 4 DCAF8 ENSG00000132716 +transcript chr1 160239784 160262514 ENST00000447377 protein_coding 5 2 NA DCAF8 ENSG00000132716 +CDS chr1 160239784 160240370 ENST00000447377 protein_coding 5 2 3 DCAF8 ENSG00000132716 +transcript chr1 160239970 160261802 ENST00000495887 protein_coding 1 3 NA DCAF8 ENSG00000132716 +CDS chr1 160239970 160240344 ENST00000495887 protein_coding 1 3 2 DCAF8 ENSG00000132716 +transcript chr1 160240091 160262528 ENST00000440682 protein_coding 5 3 NA DCAF8 ENSG00000132716 +CDS chr1 160240091 160240370 ENST00000440682 protein_coding 5 3 4 DCAF8 ENSG00000132716 +transcript chr1 160240102 160262448 ENST00000407642 protein_coding 6 2 NA DCAF8 ENSG00000132716 +CDS chr1 160240102 160240370 ENST00000407642 protein_coding 6 2 3 DCAF8 ENSG00000132716 +transcript chr1 160240142 160282458 ENST00000485079 protein_coding 1 3 NA NA ENSG00000258465 +CDS chr1 160240142 160240370 ENST00000485079 protein_coding 1 3 7 NA ENSG00000258465 +transcript chr1 160240298 160262407 ENST00000419626 protein_coding 1 2 NA DCAF8 ENSG00000132716 +CDS chr1 160240298 160240370 ENST00000419626 protein_coding 1 2 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000368073 protein_coding 7 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000326837 protein_coding 6 5 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000368074 protein_coding 6 5 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000610139 protein_coding 5 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000475733 protein_coding 5 1 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000447377 protein_coding 5 2 2 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000440682 protein_coding 5 3 3 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000407642 protein_coding 6 2 2 DCAF8 ENSG00000132716 +CDS chr1 160243960 160244008 ENST00000419626 protein_coding 1 2 2 DCAF8 ENSG00000132716 +CDS chr1 160263265 160263462 ENST00000485079 protein_coding 1 3 6 NA ENSG00000258465 +transcript chr1 160276807 160285133 ENST00000368072 protein_coding 10 1 NA PEX19 ENSG00000162735 +CDS chr1 160278131 160278191 ENST00000485079 protein_coding 1 3 5 NA ENSG00000258465 +transcript chr1 160279395 160282144 ENST00000495624 protein_coding 1 3 NA PEX19 ENSG00000162735 +CDS chr1 160279554 160279634 ENST00000368072 protein_coding 10 1 8 PEX19 ENSG00000162735 +CDS chr1 160279774 160279845 ENST00000495624 protein_coding 1 3 3 PEX19 ENSG00000162735 +CDS chr1 160279801 160279845 ENST00000485079 protein_coding 1 3 4 NA ENSG00000258465 +CDS chr1 160279801 160279845 ENST00000368072 protein_coding 10 1 7 PEX19 ENSG00000162735 +CDS chr1 160280070 160280246 ENST00000485079 protein_coding 1 3 3 NA ENSG00000258465 +CDS chr1 160280070 160280246 ENST00000368072 protein_coding 10 1 6 PEX19 ENSG00000162735 +CDS chr1 160280070 160280246 ENST00000495624 protein_coding 1 3 2 PEX19 ENSG00000162735 +transcript chr1 160280076 160284231 ENST00000392220 protein_coding 2 5 NA PEX19 ENSG00000162735 +CDS chr1 160280076 160280246 ENST00000392220 protein_coding 2 5 6 PEX19 ENSG00000162735 +CDS chr1 160282039 160282200 ENST00000485079 protein_coding 1 3 2 NA ENSG00000258465 +CDS chr1 160282039 160282200 ENST00000368072 protein_coding 10 1 5 PEX19 ENSG00000162735 +CDS chr1 160282039 160282144 ENST00000495624 protein_coding 1 3 1 PEX19 ENSG00000162735 +CDS chr1 160282039 160282200 ENST00000392220 protein_coding 2 5 5 PEX19 ENSG00000162735 +CDS chr1 160282417 160282458 ENST00000485079 protein_coding 1 3 1 NA ENSG00000258465 +CDS chr1 160282417 160282502 ENST00000368072 protein_coding 10 1 4 PEX19 ENSG00000162735 +CDS chr1 160282417 160282502 ENST00000392220 protein_coding 2 5 4 PEX19 ENSG00000162735 +CDS chr1 160282944 160283109 ENST00000368072 protein_coding 10 1 3 PEX19 ENSG00000162735 +CDS chr1 160282944 160283109 ENST00000392220 protein_coding 2 5 3 PEX19 ENSG00000162735 +CDS chr1 160283530 160283639 ENST00000368072 protein_coding 10 1 2 PEX19 ENSG00000162735 +CDS chr1 160283530 160283639 ENST00000392220 protein_coding 2 5 2 PEX19 ENSG00000162735 +CDS chr1 160284131 160284140 ENST00000392220 protein_coding 2 5 1 PEX19 ENSG00000162735 +CDS chr1 160285055 160285124 ENST00000368072 protein_coding 10 1 1 PEX19 ENSG00000162735 +transcript chr1 160288594 160343250 ENST00000241704 protein_coding 8 1 NA COPA ENSG00000122218 +transcript chr1 160289201 160332490 ENST00000649676 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289273 160343248 ENST00000368069 protein_coding 7 1 NA COPA ENSG00000122218 +transcript chr1 160289293 160343258 ENST00000649787 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289354 160297356 ENST00000648280 protein_coding 1 NA NA COPA ENSG00000122218 +transcript chr1 160289615 160343252 ENST00000647683 protein_coding 1 NA NA COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000241704 protein_coding 8 1 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000649676 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000368069 protein_coding 7 1 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000649787 protein_coding 1 NA 33 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000648280 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160290160 160290216 ENST00000647683 protein_coding 1 NA 33 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000241704 protein_coding 8 1 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000649676 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000368069 protein_coding 7 1 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000649787 protein_coding 1 NA 32 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000648280 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160290492 160290686 ENST00000647683 protein_coding 1 NA 32 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000241704 protein_coding 8 1 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000649676 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000368069 protein_coding 7 1 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000649787 protein_coding 1 NA 31 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000648280 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160291335 160291496 ENST00000647683 protein_coding 1 NA 31 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000241704 protein_coding 8 1 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000649676 protein_coding 1 NA 24 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000368069 protein_coding 7 1 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000649787 protein_coding 1 NA 30 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000648280 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160291819 160291929 ENST00000647683 protein_coding 1 NA 30 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000241704 protein_coding 8 1 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000649676 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000368069 protein_coding 7 1 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000649787 protein_coding 1 NA 29 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000648280 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160292012 160292198 ENST00000647683 protein_coding 1 NA 29 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000241704 protein_coding 8 1 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000649676 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000368069 protein_coding 7 1 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000649787 protein_coding 1 NA 28 COPA ENSG00000122218 +CDS chr1 160292484 160292620 ENST00000648280 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160292484 160292560 ENST00000647683 protein_coding 1 NA 28 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000241704 protein_coding 8 1 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000649676 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000368069 protein_coding 7 1 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000649787 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160293166 160293234 ENST00000647683 protein_coding 1 NA 27 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000241704 protein_coding 8 1 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000649676 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000368069 protein_coding 7 1 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000649787 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000648280 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160293386 160293463 ENST00000647683 protein_coding 1 NA 26 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000241704 protein_coding 8 1 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000649676 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000368069 protein_coding 7 1 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000649787 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000648280 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160294484 160294593 ENST00000647683 protein_coding 1 NA 25 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000241704 protein_coding 8 1 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000649676 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000368069 protein_coding 7 1 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000649787 protein_coding 1 NA 24 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000648280 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160294768 160294857 ENST00000647683 protein_coding 1 NA 24 COPA ENSG00000122218 +transcript chr1 160294807 160332546 ENST00000647899 protein_coding 1 NA NA COPA ENSG00000122218 +CDS chr1 160294807 160294857 ENST00000647899 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000241704 protein_coding 8 1 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000649676 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000368069 protein_coding 7 1 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000649787 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000648280 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000647683 protein_coding 1 NA 23 COPA ENSG00000122218 +CDS chr1 160295736 160295859 ENST00000647899 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000241704 protein_coding 8 1 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000649676 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000368069 protein_coding 7 1 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000649787 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000648280 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000647683 protein_coding 1 NA 22 COPA ENSG00000122218 +CDS chr1 160296061 160296149 ENST00000647899 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000241704 protein_coding 8 1 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000649676 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000368069 protein_coding 7 1 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000649787 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160297343 160297356 ENST00000648280 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000647683 protein_coding 1 NA 21 COPA ENSG00000122218 +CDS chr1 160297343 160297438 ENST00000647899 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000241704 protein_coding 8 1 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000649676 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000368069 protein_coding 7 1 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000649787 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000647683 protein_coding 1 NA 20 COPA ENSG00000122218 +CDS chr1 160297556 160297745 ENST00000647899 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000241704 protein_coding 8 1 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000368069 protein_coding 7 1 19 COPA ENSG00000122218 +CDS chr1 160298845 160298931 ENST00000649787 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000647683 protein_coding 1 NA 19 COPA ENSG00000122218 +CDS chr1 160298845 160298991 ENST00000647899 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000241704 protein_coding 8 1 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000649676 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000368069 protein_coding 7 1 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000649787 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000647683 protein_coding 1 NA 18 COPA ENSG00000122218 +CDS chr1 160299102 160299264 ENST00000647899 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000241704 protein_coding 8 1 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000649676 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160305433 160305598 ENST00000368069 protein_coding 7 1 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000649787 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000647683 protein_coding 1 NA 17 COPA ENSG00000122218 +CDS chr1 160305433 160305571 ENST00000647899 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000241704 protein_coding 8 1 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000649676 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000368069 protein_coding 7 1 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000649787 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000647683 protein_coding 1 NA 16 COPA ENSG00000122218 +CDS chr1 160305688 160305773 ENST00000647899 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000241704 protein_coding 8 1 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000649676 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000368069 protein_coding 7 1 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000649787 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000647683 protein_coding 1 NA 15 COPA ENSG00000122218 +CDS chr1 160306354 160306493 ENST00000647899 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000241704 protein_coding 8 1 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000649676 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000368069 protein_coding 7 1 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000649787 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000647683 protein_coding 1 NA 14 COPA ENSG00000122218 +CDS chr1 160307163 160307245 ENST00000647899 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000241704 protein_coding 8 1 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000649676 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000368069 protein_coding 7 1 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000649787 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000647683 protein_coding 1 NA 13 COPA ENSG00000122218 +CDS chr1 160309101 160309176 ENST00000647899 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000241704 protein_coding 8 1 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000649676 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000368069 protein_coding 7 1 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000649787 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000647683 protein_coding 1 NA 12 COPA ENSG00000122218 +CDS chr1 160310192 160310258 ENST00000647899 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000241704 protein_coding 8 1 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000649676 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000368069 protein_coding 7 1 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000649787 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000647683 protein_coding 1 NA 11 COPA ENSG00000122218 +CDS chr1 160311868 160312018 ENST00000647899 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000241704 protein_coding 8 1 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000649676 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000368069 protein_coding 7 1 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000649787 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000647683 protein_coding 1 NA 10 COPA ENSG00000122218 +CDS chr1 160313085 160313167 ENST00000647899 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000241704 protein_coding 8 1 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000649676 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000368069 protein_coding 7 1 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000649787 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000647683 protein_coding 1 NA 9 COPA ENSG00000122218 +CDS chr1 160313990 160314125 ENST00000647899 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000241704 protein_coding 8 1 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000649676 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000368069 protein_coding 7 1 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000649787 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000647683 protein_coding 1 NA 8 COPA ENSG00000122218 +CDS chr1 160323431 160323530 ENST00000647899 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000241704 protein_coding 8 1 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000649676 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000368069 protein_coding 7 1 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000649787 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160325543 160325652 ENST00000647683 protein_coding 1 NA 7 COPA ENSG00000122218 +CDS chr1 160325543 160325568 ENST00000647899 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000241704 protein_coding 8 1 6 COPA ENSG00000122218 +CDS chr1 160332448 160332490 ENST00000649676 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000368069 protein_coding 7 1 6 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000649787 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160332448 160332557 ENST00000647683 protein_coding 1 NA 6 COPA ENSG00000122218 +CDS chr1 160332448 160332546 ENST00000647899 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000241704 protein_coding 8 1 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000368069 protein_coding 7 1 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000649787 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160333603 160333679 ENST00000647683 protein_coding 1 NA 5 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000241704 protein_coding 8 1 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000368069 protein_coding 7 1 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000649787 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160335242 160335322 ENST00000647683 protein_coding 1 NA 4 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000241704 protein_coding 8 1 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000368069 protein_coding 7 1 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000649787 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160339909 160339982 ENST00000647683 protein_coding 1 NA 3 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000241704 protein_coding 8 1 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000368069 protein_coding 7 1 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000649787 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160340181 160340294 ENST00000647683 protein_coding 1 NA 2 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000241704 protein_coding 8 1 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000368069 protein_coding 7 1 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000649787 protein_coding 1 NA 1 COPA ENSG00000122218 +CDS chr1 160343131 160343170 ENST00000647683 protein_coding 1 NA 1 COPA ENSG00000122218 +transcript chr1 160343353 160349575 ENST00000437169 protein_coding 5 3 NA NCSTN ENSG00000162736 +transcript chr1 160343383 160358949 ENST00000294785 protein_coding 10 1 NA NCSTN ENSG00000162736 +transcript chr1 160343386 160353237 ENST00000421914 protein_coding 5 4 NA NCSTN ENSG00000162736 +transcript chr1 160343391 160351236 ENST00000438008 protein_coding 5 5 NA NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000294785 protein_coding 10 1 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000437169 protein_coding 5 3 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000421914 protein_coding 5 4 1 NCSTN ENSG00000162736 +CDS chr1 160343397 160343481 ENST00000438008 protein_coding 5 5 1 NCSTN ENSG00000162736 +CDS chr1 160343704 160343802 ENST00000438008 protein_coding 5 5 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000294785 protein_coding 10 1 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000437169 protein_coding 5 3 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000421914 protein_coding 5 4 2 NCSTN ENSG00000162736 +CDS chr1 160344722 160344826 ENST00000438008 protein_coding 5 5 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000294785 protein_coding 10 1 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000437169 protein_coding 5 3 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000421914 protein_coding 5 4 3 NCSTN ENSG00000162736 +CDS chr1 160348999 160349122 ENST00000438008 protein_coding 5 5 4 NCSTN ENSG00000162736 +CDS chr1 160349486 160349575 ENST00000437169 protein_coding 5 3 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000294785 protein_coding 10 1 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000421914 protein_coding 5 4 4 NCSTN ENSG00000162736 +CDS chr1 160349549 160349670 ENST00000438008 protein_coding 5 5 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000294785 protein_coding 10 1 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000421914 protein_coding 5 4 5 NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000438008 protein_coding 5 5 6 NCSTN ENSG00000162736 +transcript chr1 160350105 160355753 ENST00000424645 protein_coding 6 5 NA NCSTN ENSG00000162736 +CDS chr1 160350105 160350250 ENST00000424645 protein_coding 6 5 1 NCSTN ENSG00000162736 +CDS chr1 160351222 160351372 ENST00000294785 protein_coding 10 1 6 NCSTN ENSG00000162736 +CDS chr1 160351222 160351236 ENST00000438008 protein_coding 5 5 7 NCSTN ENSG00000162736 +CDS chr1 160351288 160351372 ENST00000424645 protein_coding 6 5 2 NCSTN ENSG00000162736 +transcript chr1 160351336 160355729 ENST00000424754 protein_coding 5 5 NA NCSTN ENSG00000162736 +CDS chr1 160351336 160351372 ENST00000424754 protein_coding 5 5 1 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000294785 protein_coding 10 1 7 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000424645 protein_coding 6 5 3 NCSTN ENSG00000162736 +CDS chr1 160351696 160351805 ENST00000424754 protein_coding 5 5 2 NCSTN ENSG00000162736 +CDS chr1 160352054 160352206 ENST00000294785 protein_coding 10 1 8 NCSTN ENSG00000162736 +CDS chr1 160352054 160352206 ENST00000424645 protein_coding 6 5 4 NCSTN ENSG00000162736 +transcript chr1 160352076 160356754 ENST00000435149 protein_coding 1 3 NA NCSTN ENSG00000162736 +CDS chr1 160352076 160352206 ENST00000435149 protein_coding 1 3 1 NCSTN ENSG00000162736 +CDS chr1 160352126 160352206 ENST00000424754 protein_coding 5 5 3 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000294785 protein_coding 10 1 9 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000421914 protein_coding 5 4 6 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000424645 protein_coding 6 5 5 NCSTN ENSG00000162736 +CDS chr1 160352887 160352991 ENST00000424754 protein_coding 5 5 4 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000294785 protein_coding 10 1 10 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000421914 protein_coding 5 4 7 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000424645 protein_coding 6 5 6 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000424754 protein_coding 5 5 5 NCSTN ENSG00000162736 +CDS chr1 160353160 160353237 ENST00000435149 protein_coding 1 3 2 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000294785 protein_coding 10 1 11 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000424645 protein_coding 6 5 7 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000424754 protein_coding 5 5 6 NCSTN ENSG00000162736 +CDS chr1 160354118 160354290 ENST00000435149 protein_coding 1 3 3 NCSTN ENSG00000162736 +CDS chr1 160355655 160355757 ENST00000294785 protein_coding 10 1 12 NCSTN ENSG00000162736 +CDS chr1 160355655 160355753 ENST00000424645 protein_coding 6 5 8 NCSTN ENSG00000162736 +CDS chr1 160355655 160355729 ENST00000424754 protein_coding 5 5 7 NCSTN ENSG00000162736 +CDS chr1 160355655 160355757 ENST00000435149 protein_coding 1 3 4 NCSTN ENSG00000162736 +CDS chr1 160355863 160355958 ENST00000294785 protein_coding 10 1 13 NCSTN ENSG00000162736 +CDS chr1 160355863 160355958 ENST00000435149 protein_coding 1 3 5 NCSTN ENSG00000162736 +CDS chr1 160356260 160356347 ENST00000294785 protein_coding 10 1 14 NCSTN ENSG00000162736 +CDS chr1 160356260 160356347 ENST00000435149 protein_coding 1 3 6 NCSTN ENSG00000162736 +CDS chr1 160356600 160356754 ENST00000294785 protein_coding 10 1 15 NCSTN ENSG00000162736 +CDS chr1 160356600 160356754 ENST00000435149 protein_coding 1 3 7 NCSTN ENSG00000162736 +CDS chr1 160357041 160357253 ENST00000294785 protein_coding 10 1 16 NCSTN ENSG00000162736 +CDS chr1 160358149 160358268 ENST00000294785 protein_coding 10 1 17 NCSTN ENSG00000162736 +transcript chr1 160367071 160372846 ENST00000302101 protein_coding 6 1 NA NHLH1 ENSG00000171786 +CDS chr1 160370732 160371130 ENST00000302101 protein_coding 6 1 2 NHLH1 ENSG00000171786 +transcript chr1 160400564 160428670 ENST00000368061 protein_coding 3 2 NA VANGL2 ENSG00000162738 +CDS chr1 160415838 160415908 ENST00000368061 protein_coding 3 2 2 VANGL2 ENSG00000162738 +CDS chr1 160416062 160416182 ENST00000368061 protein_coding 3 2 3 VANGL2 ENSG00000162738 +CDS chr1 160419002 160419609 ENST00000368061 protein_coding 3 2 4 VANGL2 ENSG00000162738 +CDS chr1 160420411 160420547 ENST00000368061 protein_coding 3 2 5 VANGL2 ENSG00000162738 +CDS chr1 160421052 160421187 ENST00000368061 protein_coding 3 2 6 VANGL2 ENSG00000162738 +CDS chr1 160424052 160424283 ENST00000368061 protein_coding 3 2 7 VANGL2 ENSG00000162738 +CDS chr1 160425118 160425375 ENST00000368061 protein_coding 3 2 8 VANGL2 ENSG00000162738 +transcript chr1 160485030 160523262 ENST00000368059 protein_coding 7 1 NA SLAMF6 ENSG00000162739 +transcript chr1 160485036 160523255 ENST00000368057 protein_coding 8 1 NA SLAMF6 ENSG00000162739 +transcript chr1 160486693 160523242 ENST00000368055 protein_coding 1 2 NA SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368059 protein_coding 7 1 8 SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368057 protein_coding 8 1 8 SLAMF6 ENSG00000162739 +CDS chr1 160486710 160486754 ENST00000368055 protein_coding 1 2 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368059 protein_coding 7 1 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368057 protein_coding 8 1 7 SLAMF6 ENSG00000162739 +CDS chr1 160487104 160487175 ENST00000368055 protein_coding 1 2 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489167 ENST00000368059 protein_coding 7 1 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489170 ENST00000368057 protein_coding 8 1 6 SLAMF6 ENSG00000162739 +CDS chr1 160489088 160489170 ENST00000368055 protein_coding 1 2 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368059 protein_coding 7 1 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368057 protein_coding 8 1 5 SLAMF6 ENSG00000162739 +CDS chr1 160490198 160490236 ENST00000368055 protein_coding 1 2 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368059 protein_coding 7 1 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368057 protein_coding 8 1 4 SLAMF6 ENSG00000162739 +CDS chr1 160490575 160490685 ENST00000368055 protein_coding 1 2 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368059 protein_coding 7 1 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368057 protein_coding 8 1 3 SLAMF6 ENSG00000162739 +CDS chr1 160491125 160491388 ENST00000368055 protein_coding 1 2 2 SLAMF6 ENSG00000162739 +CDS chr1 160496061 160496393 ENST00000368059 protein_coding 7 1 2 SLAMF6 ENSG00000162739 +CDS chr1 160496061 160496393 ENST00000368057 protein_coding 8 1 2 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368059 protein_coding 7 1 1 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368057 protein_coding 8 1 1 SLAMF6 ENSG00000162739 +CDS chr1 160523144 160523192 ENST00000368055 protein_coding 1 2 1 SLAMF6 ENSG00000162739 +transcript chr1 160541095 160579516 ENST00000534968 protein_coding 5 1 NA CD84 ENSG00000066294 +transcript chr1 160541098 160579496 ENST00000368054 protein_coding 8 1 NA CD84 ENSG00000066294 +transcript chr1 160548245 160579504 ENST00000368048 protein_coding 7 1 NA CD84 ENSG00000066294 +transcript chr1 160548245 160579504 ENST00000311224 protein_coding 8 1 NA CD84 ENSG00000066294 +transcript chr1 160548247 160579504 ENST00000368051 protein_coding 3 1 NA CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000368054 protein_coding 8 1 7 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000368048 protein_coding 7 1 8 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000311224 protein_coding 8 1 8 CD84 ENSG00000066294 +CDS chr1 160548259 160548321 ENST00000534968 protein_coding 5 1 6 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000368054 protein_coding 8 1 6 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000368048 protein_coding 7 1 7 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000311224 protein_coding 8 1 7 CD84 ENSG00000066294 +CDS chr1 160549917 160549979 ENST00000534968 protein_coding 5 1 5 CD84 ENSG00000066294 +CDS chr1 160549924 160549979 ENST00000368051 protein_coding 3 1 5 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000368054 protein_coding 8 1 5 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000368048 protein_coding 7 1 6 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000311224 protein_coding 8 1 6 CD84 ENSG00000066294 +CDS chr1 160550938 160551035 ENST00000534968 protein_coding 5 1 4 CD84 ENSG00000066294 +CDS chr1 160552705 160552737 ENST00000368048 protein_coding 7 1 5 CD84 ENSG00000066294 +CDS chr1 160552705 160552737 ENST00000311224 protein_coding 8 1 5 CD84 ENSG00000066294 +CDS chr1 160553360 160553497 ENST00000311224 protein_coding 8 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368054 protein_coding 8 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368048 protein_coding 7 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000368051 protein_coding 3 1 4 CD84 ENSG00000066294 +CDS chr1 160553378 160553497 ENST00000534968 protein_coding 5 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368054 protein_coding 8 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368048 protein_coding 7 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000311224 protein_coding 8 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000368051 protein_coding 3 1 3 CD84 ENSG00000066294 +CDS chr1 160553895 160554146 ENST00000534968 protein_coding 5 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368054 protein_coding 8 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368048 protein_coding 7 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000311224 protein_coding 8 1 2 CD84 ENSG00000066294 +CDS chr1 160565404 160565745 ENST00000368051 protein_coding 3 1 2 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368054 protein_coding 8 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368048 protein_coding 7 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000311224 protein_coding 8 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000368051 protein_coding 3 1 1 CD84 ENSG00000066294 +CDS chr1 160579392 160579437 ENST00000534968 protein_coding 5 1 1 CD84 ENSG00000066294 +transcript chr1 160608106 160647044 ENST00000302035 protein_coding 11 1 NA SLAMF1 ENSG00000117090 +CDS chr1 160610751 160610798 ENST00000302035 protein_coding 11 1 7 SLAMF1 ENSG00000117090 +transcript chr1 160610765 160646958 ENST00000538290 protein_coding 2 1 NA SLAMF1 ENSG00000117090 +CDS chr1 160610768 160610798 ENST00000538290 protein_coding 2 1 8 SLAMF1 ENSG00000117090 +CDS chr1 160612488 160612580 ENST00000302035 protein_coding 11 1 6 SLAMF1 ENSG00000117090 +CDS chr1 160612488 160612580 ENST00000538290 protein_coding 2 1 7 SLAMF1 ENSG00000117090 +CDS chr1 160619776 160619849 ENST00000302035 protein_coding 11 1 5 SLAMF1 ENSG00000117090 +CDS chr1 160619776 160619849 ENST00000538290 protein_coding 2 1 6 SLAMF1 ENSG00000117090 +CDS chr1 160623503 160623585 ENST00000538290 protein_coding 2 1 5 SLAMF1 ENSG00000117090 +CDS chr1 160624096 160624185 ENST00000302035 protein_coding 11 1 4 SLAMF1 ENSG00000117090 +CDS chr1 160624096 160624185 ENST00000538290 protein_coding 2 1 4 SLAMF1 ENSG00000117090 +CDS chr1 160634613 160634897 ENST00000302035 protein_coding 11 1 3 SLAMF1 ENSG00000117090 +CDS chr1 160634613 160634897 ENST00000538290 protein_coding 2 1 3 SLAMF1 ENSG00000117090 +CDS chr1 160637191 160637529 ENST00000302035 protein_coding 11 1 2 SLAMF1 ENSG00000117090 +CDS chr1 160637191 160637529 ENST00000538290 protein_coding 2 1 2 SLAMF1 ENSG00000117090 +CDS chr1 160646870 160646945 ENST00000302035 protein_coding 11 1 1 SLAMF1 ENSG00000117090 +CDS chr1 160646870 160646945 ENST00000538290 protein_coding 2 1 1 SLAMF1 ENSG00000117090 +transcript chr1 160678746 160711822 ENST00000368046 protein_coding 8 1 NA CD48 ENSG00000117091 +CDS chr1 160679055 160679131 ENST00000368046 protein_coding 8 1 4 CD48 ENSG00000117091 +transcript chr1 160680422 160711831 ENST00000613788 protein_coding 1 1 NA CD48 ENSG00000117091 +CDS chr1 160681098 160681468 ENST00000613788 protein_coding 1 1 3 CD48 ENSG00000117091 +CDS chr1 160681202 160681468 ENST00000368046 protein_coding 8 1 3 CD48 ENSG00000117091 +transcript chr1 160683519 160711803 ENST00000368045 protein_coding 3 1 NA CD48 ENSG00000117091 +CDS chr1 160684765 160685189 ENST00000368045 protein_coding 3 1 2 CD48 ENSG00000117091 +CDS chr1 160684887 160685189 ENST00000368046 protein_coding 8 1 2 CD48 ENSG00000117091 +CDS chr1 160684887 160685189 ENST00000613788 protein_coding 1 1 2 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000368046 protein_coding 8 1 1 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000613788 protein_coding 1 1 1 CD48 ENSG00000117091 +CDS chr1 160711682 160711763 ENST00000368045 protein_coding 3 1 1 CD48 ENSG00000117091 +transcript chr1 160739057 160754814 ENST00000458104 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000444090 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000458602 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000441662 protein_coding 6 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739057 160754814 ENST00000621377 protein_coding 4 2 NA SLAMF7 ENSG00000026751 +transcript chr1 160739247 160754821 ENST00000368043 protein_coding 8 1 NA SLAMF7 ENSG00000026751 +transcript chr1 160739268 160754821 ENST00000368042 protein_coding 7 1 NA SLAMF7 ENSG00000026751 +transcript chr1 160739291 160754821 ENST00000359331 protein_coding 8 1 NA SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000368043 protein_coding 8 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000368042 protein_coding 7 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000359331 protein_coding 8 1 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000458104 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000444090 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000458602 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000441662 protein_coding 6 2 1 SLAMF7 ENSG00000026751 +CDS chr1 160739302 160739356 ENST00000621377 protein_coding 4 2 1 SLAMF7 ENSG00000026751 +transcript chr1 160739304 160752246 ENST00000495334 protein_coding 1 3 NA SLAMF7 ENSG00000026751 +CDS chr1 160739304 160739356 ENST00000495334 protein_coding 1 3 1 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000368043 protein_coding 8 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000359331 protein_coding 8 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000495334 protein_coding 1 3 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000444090 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160748194 160748514 ENST00000441662 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000368043 protein_coding 8 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000368042 protein_coding 7 1 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000359331 protein_coding 8 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000495334 protein_coding 1 3 3 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000458104 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750093 ENST00000458602 protein_coding 6 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160749821 160750132 ENST00000621377 protein_coding 4 2 2 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000368043 protein_coding 8 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000368042 protein_coding 7 1 3 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000359331 protein_coding 8 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160750304 160750423 ENST00000621377 protein_coding 4 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000368043 protein_coding 8 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000368042 protein_coding 7 1 4 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000458602 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000441662 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160751345 160751448 ENST00000621377 protein_coding 4 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000368043 protein_coding 8 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000368042 protein_coding 7 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000359331 protein_coding 8 1 5 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752246 ENST00000495334 protein_coding 1 3 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000458104 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000444090 protein_coding 6 2 3 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000458602 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000441662 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160752186 160752248 ENST00000621377 protein_coding 4 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000368043 protein_coding 8 1 7 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000368042 protein_coding 7 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000359331 protein_coding 8 1 6 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000458104 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753161 ENST00000444090 protein_coding 6 2 4 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000458602 protein_coding 6 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000441662 protein_coding 6 2 5 SLAMF7 ENSG00000026751 +CDS chr1 160753106 160753174 ENST00000621377 protein_coding 4 2 6 SLAMF7 ENSG00000026751 +transcript chr1 160796074 160828261 ENST00000368037 protein_coding 9 1 NA LY9 ENSG00000122224 +transcript chr1 160796112 160828255 ENST00000392203 protein_coding 8 1 NA LY9 ENSG00000122224 +transcript chr1 160796174 160828255 ENST00000263285 protein_coding 11 1 NA LY9 ENSG00000122224 +transcript chr1 160796187 160802698 ENST00000368039 protein_coding 2 1 NA LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000368037 protein_coding 9 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000392203 protein_coding 8 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000263285 protein_coding 11 1 1 LY9 ENSG00000122224 +CDS chr1 160796188 160796311 ENST00000368039 protein_coding 2 1 1 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000368037 protein_coding 9 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000392203 protein_coding 8 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000263285 protein_coding 11 1 2 LY9 ENSG00000122224 +CDS chr1 160799753 160800082 ENST00000368039 protein_coding 2 1 2 LY9 ENSG00000122224 +CDS chr1 160801790 160801914 ENST00000368039 protein_coding 2 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000368037 protein_coding 9 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000392203 protein_coding 8 1 3 LY9 ENSG00000122224 +CDS chr1 160813636 160813911 ENST00000263285 protein_coding 11 1 3 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000368037 protein_coding 9 1 4 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000392203 protein_coding 8 1 4 LY9 ENSG00000122224 +CDS chr1 160814420 160814761 ENST00000263285 protein_coding 11 1 4 LY9 ENSG00000122224 +transcript chr1 160814523 160828255 ENST00000368035 protein_coding 1 1 NA LY9 ENSG00000122224 +CDS chr1 160814523 160814761 ENST00000368035 protein_coding 1 1 1 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000368037 protein_coding 9 1 5 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000263285 protein_coding 11 1 5 LY9 ENSG00000122224 +CDS chr1 160816594 160816863 ENST00000368035 protein_coding 1 1 2 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000368037 protein_coding 9 1 6 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000392203 protein_coding 8 1 5 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000263285 protein_coding 11 1 6 LY9 ENSG00000122224 +CDS chr1 160818218 160818319 ENST00000368035 protein_coding 1 1 3 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000368037 protein_coding 9 1 7 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000392203 protein_coding 8 1 6 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000263285 protein_coding 11 1 7 LY9 ENSG00000122224 +CDS chr1 160819321 160819374 ENST00000368035 protein_coding 1 1 4 LY9 ENSG00000122224 +CDS chr1 160823465 160823796 ENST00000392203 protein_coding 8 1 7 LY9 ENSG00000122224 +CDS chr1 160823465 160823796 ENST00000263285 protein_coding 11 1 8 LY9 ENSG00000122224 +CDS chr1 160823507 160823796 ENST00000368037 protein_coding 9 1 8 LY9 ENSG00000122224 +CDS chr1 160823507 160823796 ENST00000368035 protein_coding 1 1 5 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000368037 protein_coding 9 1 9 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000392203 protein_coding 8 1 8 LY9 ENSG00000122224 +CDS chr1 160824181 160824249 ENST00000263285 protein_coding 11 1 9 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000368037 protein_coding 9 1 10 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000392203 protein_coding 8 1 9 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000263285 protein_coding 11 1 10 LY9 ENSG00000122224 +CDS chr1 160827748 160827813 ENST00000368035 protein_coding 1 1 6 LY9 ENSG00000122224 +transcript chr1 160830160 160862887 ENST00000368034 protein_coding 9 1 NA CD244 ENSG00000122223 +transcript chr1 160831183 160862760 ENST00000368033 protein_coding 7 1 NA CD244 ENSG00000122223 +transcript chr1 160831271 160862700 ENST00000322302 protein_coding 7 1 NA CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000368034 protein_coding 9 1 9 CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000368033 protein_coding 7 1 9 CD244 ENSG00000122223 +CDS chr1 160831350 160831427 ENST00000322302 protein_coding 7 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000368034 protein_coding 9 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000368033 protein_coding 7 1 8 CD244 ENSG00000122223 +CDS chr1 160832519 160832575 ENST00000322302 protein_coding 7 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000368034 protein_coding 9 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000368033 protein_coding 7 1 7 CD244 ENSG00000122223 +CDS chr1 160834051 160834116 ENST00000322302 protein_coding 7 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000368034 protein_coding 9 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000368033 protein_coding 7 1 6 CD244 ENSG00000122223 +CDS chr1 160836195 160836254 ENST00000322302 protein_coding 7 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000368034 protein_coding 9 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000368033 protein_coding 7 1 5 CD244 ENSG00000122223 +CDS chr1 160838451 160838518 ENST00000322302 protein_coding 7 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000368034 protein_coding 9 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000368033 protein_coding 7 1 4 CD244 ENSG00000122223 +CDS chr1 160838939 160839049 ENST00000322302 protein_coding 7 1 3 CD244 ENSG00000122223 +CDS chr1 160841210 160841485 ENST00000368034 protein_coding 9 1 3 CD244 ENSG00000122223 +CDS chr1 160841210 160841500 ENST00000368033 protein_coding 7 1 3 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000368034 protein_coding 9 1 2 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000368033 protein_coding 7 1 2 CD244 ENSG00000122223 +CDS chr1 160841584 160841901 ENST00000322302 protein_coding 7 1 2 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000368034 protein_coding 9 1 1 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000368033 protein_coding 7 1 1 CD244 ENSG00000122223 +CDS chr1 160862617 160862677 ENST00000322302 protein_coding 7 1 1 CD244 ENSG00000122223 +transcript chr1 160876540 160885180 ENST00000326245 protein_coding 4 1 NA ITLN1 ENSG00000179914 +CDS chr1 160876667 160876816 ENST00000326245 protein_coding 4 1 8 ITLN1 ENSG00000179914 +CDS chr1 160879311 160879414 ENST00000326245 protein_coding 4 1 7 ITLN1 ENSG00000179914 +CDS chr1 160880588 160880708 ENST00000326245 protein_coding 4 1 6 ITLN1 ENSG00000179914 +CDS chr1 160881154 160881312 ENST00000326245 protein_coding 4 1 5 ITLN1 ENSG00000179914 +CDS chr1 160881957 160882204 ENST00000326245 protein_coding 4 1 4 ITLN1 ENSG00000179914 +CDS chr1 160883428 160883526 ENST00000326245 protein_coding 4 1 3 ITLN1 ENSG00000179914 +CDS chr1 160884820 160884877 ENST00000326245 protein_coding 4 1 2 ITLN1 ENSG00000179914 +transcript chr1 160945025 160954809 ENST00000368029 protein_coding 4 1 NA ITLN2 ENSG00000158764 +CDS chr1 160945143 160945292 ENST00000368029 protein_coding 4 1 8 ITLN2 ENSG00000158764 +CDS chr1 160947929 160948032 ENST00000368029 protein_coding 4 1 7 ITLN2 ENSG00000158764 +CDS chr1 160950046 160950166 ENST00000368029 protein_coding 4 1 6 ITLN2 ENSG00000158764 +CDS chr1 160950553 160950711 ENST00000368029 protein_coding 4 1 5 ITLN2 ENSG00000158764 +CDS chr1 160951043 160951290 ENST00000368029 protein_coding 4 1 4 ITLN2 ENSG00000158764 +CDS chr1 160952620 160952733 ENST00000368029 protein_coding 4 1 3 ITLN2 ENSG00000158764 +CDS chr1 160954387 160954450 ENST00000368029 protein_coding 4 1 2 ITLN2 ENSG00000158764 +CDS chr1 160954727 160954741 ENST00000368029 protein_coding 4 1 1 ITLN2 ENSG00000158764 +transcript chr1 160995211 161021152 ENST00000368026 protein_coding 11 1 NA F11R ENSG00000158769 +transcript chr1 160995211 161021343 ENST00000621309 protein_coding 4 5 NA F11R ENSG00000158769 +transcript chr1 160998402 161021096 ENST00000537746 protein_coding 1 2 NA F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000368026 protein_coding 11 1 10 F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000621309 protein_coding 4 5 11 F11R ENSG00000158769 +CDS chr1 160998874 160998906 ENST00000537746 protein_coding 1 2 9 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000368026 protein_coding 11 1 9 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000621309 protein_coding 4 5 10 F11R ENSG00000158769 +CDS chr1 160999043 160999091 ENST00000537746 protein_coding 1 2 8 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000368026 protein_coding 11 1 8 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000621309 protein_coding 4 5 9 F11R ENSG00000158769 +CDS chr1 160999396 160999408 ENST00000537746 protein_coding 1 2 7 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000368026 protein_coding 11 1 7 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000621309 protein_coding 4 5 8 F11R ENSG00000158769 +CDS chr1 160999640 160999747 ENST00000537746 protein_coding 1 2 6 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000368026 protein_coding 11 1 6 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000621309 protein_coding 4 5 7 F11R ENSG00000158769 +CDS chr1 160999876 160999978 ENST00000537746 protein_coding 1 2 5 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000368026 protein_coding 11 1 5 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000621309 protein_coding 4 5 6 F11R ENSG00000158769 +CDS chr1 161000146 161000348 ENST00000537746 protein_coding 1 2 4 F11R ENSG00000158769 +CDS chr1 161000631 161000777 ENST00000368026 protein_coding 11 1 4 F11R ENSG00000158769 +CDS chr1 161000631 161000777 ENST00000621309 protein_coding 4 5 5 F11R ENSG00000158769 +CDS chr1 161001020 161001127 ENST00000368026 protein_coding 11 1 3 F11R ENSG00000158769 +CDS chr1 161001020 161001127 ENST00000537746 protein_coding 1 2 3 F11R ENSG00000158769 +CDS chr1 161001045 161001048 ENST00000621309 protein_coding 4 5 4 F11R ENSG00000158769 +CDS chr1 161001084 161001127 ENST00000621309 protein_coding 4 5 3 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000368026 protein_coding 11 1 2 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000621309 protein_coding 4 5 2 F11R ENSG00000158769 +CDS chr1 161001285 161001353 ENST00000537746 protein_coding 1 2 2 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000368026 protein_coding 11 1 1 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000621309 protein_coding 4 5 1 F11R ENSG00000158769 +CDS chr1 161021010 161021073 ENST00000537746 protein_coding 1 2 1 F11R ENSG00000158769 +transcript chr1 161037631 161038937 ENST00000318289 protein_coding 14 1 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038950 ENST00000368023 protein_coding 7 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038964 ENST00000423014 protein_coding 3 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037631 161038977 ENST00000368024 protein_coding 5 2 NA TSTD1 ENSG00000215845 +transcript chr1 161037692 161038729 ENST00000466967 protein_coding 1 2 NA TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000368023 protein_coding 7 2 4 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000423014 protein_coding 3 2 4 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000368024 protein_coding 5 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037778 161037826 ENST00000466967 protein_coding 1 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037882 161038075 ENST00000318289 protein_coding 14 1 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000368023 protein_coding 7 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000423014 protein_coding 3 2 3 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038075 ENST00000368024 protein_coding 5 2 2 TSTD1 ENSG00000215845 +CDS chr1 161037913 161038049 ENST00000466967 protein_coding 1 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038673 ENST00000318289 protein_coding 14 1 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038694 ENST00000368023 protein_coding 7 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038551 161038673 ENST00000423014 protein_coding 3 2 2 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000318289 protein_coding 14 1 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000368023 protein_coding 7 2 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000423014 protein_coding 3 2 1 TSTD1 ENSG00000215845 +CDS chr1 161038880 161038889 ENST00000368024 protein_coding 5 2 1 TSTD1 ENSG00000215845 +transcript chr1 161039251 161044941 ENST00000368020 protein_coding 5 1 NA USF1 ENSG00000158773 +transcript chr1 161039251 161045977 ENST00000368021 protein_coding 7 1 NA USF1 ENSG00000158773 +transcript chr1 161039855 161043359 ENST00000368019 protein_coding 5 5 NA USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368020 protein_coding 5 1 11 USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368021 protein_coding 7 1 11 USF1 ENSG00000158773 +CDS chr1 161039923 161040009 ENST00000368019 protein_coding 5 5 10 USF1 ENSG00000158773 +transcript chr1 161039940 161041721 ENST00000528768 protein_coding 5 3 NA USF1 ENSG00000158773 +CDS chr1 161039952 161040009 ENST00000528768 protein_coding 5 3 6 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368020 protein_coding 5 1 10 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368021 protein_coding 7 1 10 USF1 ENSG00000158773 +CDS chr1 161040202 161040330 ENST00000368019 protein_coding 5 5 9 USF1 ENSG00000158773 +CDS chr1 161040202 161040323 ENST00000528768 protein_coding 5 3 5 USF1 ENSG00000158773 +transcript chr1 161040209 161043342 ENST00000531842 protein_coding 1 5 NA USF1 ENSG00000158773 +CDS chr1 161040209 161040330 ENST00000531842 protein_coding 1 5 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368020 protein_coding 5 1 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368021 protein_coding 7 1 9 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000368019 protein_coding 5 5 8 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000528768 protein_coding 5 3 4 USF1 ENSG00000158773 +CDS chr1 161040576 161040670 ENST00000531842 protein_coding 1 5 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368020 protein_coding 5 1 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368021 protein_coding 7 1 8 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000368019 protein_coding 5 5 7 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000528768 protein_coding 5 3 3 USF1 ENSG00000158773 +CDS chr1 161040814 161040872 ENST00000531842 protein_coding 1 5 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368020 protein_coding 5 1 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368021 protein_coding 7 1 7 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000368019 protein_coding 5 5 6 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000528768 protein_coding 5 3 2 USF1 ENSG00000158773 +CDS chr1 161041324 161041411 ENST00000531842 protein_coding 1 5 6 USF1 ENSG00000158773 +transcript chr1 161041390 161045873 ENST00000534633 protein_coding 5 5 NA USF1 ENSG00000158773 +CDS chr1 161041390 161041411 ENST00000534633 protein_coding 5 5 7 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000368020 protein_coding 5 1 6 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000368021 protein_coding 7 1 6 USF1 ENSG00000158773 +CDS chr1 161041651 161041721 ENST00000528768 protein_coding 5 3 1 USF1 ENSG00000158773 +CDS chr1 161041651 161041846 ENST00000534633 protein_coding 5 5 6 USF1 ENSG00000158773 +CDS chr1 161041735 161041846 ENST00000368019 protein_coding 5 5 5 USF1 ENSG00000158773 +CDS chr1 161041834 161041846 ENST00000531842 protein_coding 1 5 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368020 protein_coding 5 1 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368021 protein_coding 7 1 5 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000368019 protein_coding 5 5 4 USF1 ENSG00000158773 +CDS chr1 161042116 161042217 ENST00000531842 protein_coding 1 5 4 USF1 ENSG00000158773 +CDS chr1 161042116 161042214 ENST00000534633 protein_coding 5 5 5 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368020 protein_coding 5 1 4 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368021 protein_coding 7 1 4 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000368019 protein_coding 5 5 3 USF1 ENSG00000158773 +CDS chr1 161042555 161042670 ENST00000531842 protein_coding 1 5 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368020 protein_coding 5 1 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368021 protein_coding 7 1 3 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000368019 protein_coding 5 5 2 USF1 ENSG00000158773 +CDS chr1 161042833 161042882 ENST00000531842 protein_coding 1 5 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368020 protein_coding 5 1 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368021 protein_coding 7 1 2 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000368019 protein_coding 5 5 1 USF1 ENSG00000158773 +CDS chr1 161043268 161043275 ENST00000531842 protein_coding 1 5 1 USF1 ENSG00000158773 +transcript chr1 161046946 161069891 ENST00000368013 protein_coding 8 2 NA ARHGAP30 ENSG00000186517 +transcript chr1 161046948 161069666 ENST00000368016 protein_coding 7 5 NA ARHGAP30 ENSG00000186517 +transcript chr1 161046949 161069970 ENST00000368015 protein_coding 1 5 NA ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161049334 ENST00000368013 protein_coding 8 2 12 ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161048355 ENST00000368016 protein_coding 7 5 13 ARHGAP30 ENSG00000186517 +CDS chr1 161047718 161049334 ENST00000368015 protein_coding 1 5 8 ARHGAP30 ENSG00000186517 +CDS chr1 161048989 161049334 ENST00000368016 protein_coding 7 5 12 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368013 protein_coding 8 2 11 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368016 protein_coding 7 5 11 ARHGAP30 ENSG00000186517 +CDS chr1 161049424 161049689 ENST00000368015 protein_coding 1 5 7 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368013 protein_coding 8 2 10 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368016 protein_coding 7 5 10 ARHGAP30 ENSG00000186517 +CDS chr1 161051314 161051715 ENST00000368015 protein_coding 1 5 6 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368013 protein_coding 8 2 9 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368016 protein_coding 7 5 9 ARHGAP30 ENSG00000186517 +CDS chr1 161052286 161052363 ENST00000368015 protein_coding 1 5 5 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368013 protein_coding 8 2 8 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368016 protein_coding 7 5 8 ARHGAP30 ENSG00000186517 +CDS chr1 161052440 161052543 ENST00000368015 protein_coding 1 5 4 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368013 protein_coding 8 2 7 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368016 protein_coding 7 5 7 ARHGAP30 ENSG00000186517 +CDS chr1 161052626 161052797 ENST00000368015 protein_coding 1 5 3 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368013 protein_coding 8 2 6 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368016 protein_coding 7 5 6 ARHGAP30 ENSG00000186517 +CDS chr1 161053258 161053385 ENST00000368015 protein_coding 1 5 2 ARHGAP30 ENSG00000186517 +CDS chr1 161054366 161054473 ENST00000368013 protein_coding 8 2 5 ARHGAP30 ENSG00000186517 +CDS chr1 161054366 161054473 ENST00000368016 protein_coding 7 5 5 ARHGAP30 ENSG00000186517 +CDS chr1 161054623 161054705 ENST00000368013 protein_coding 8 2 4 ARHGAP30 ENSG00000186517 +CDS chr1 161054623 161054705 ENST00000368016 protein_coding 7 5 4 ARHGAP30 ENSG00000186517 +CDS chr1 161056388 161056532 ENST00000368013 protein_coding 8 2 3 ARHGAP30 ENSG00000186517 +CDS chr1 161056388 161056532 ENST00000368016 protein_coding 7 5 3 ARHGAP30 ENSG00000186517 +CDS chr1 161059614 161059716 ENST00000368013 protein_coding 8 2 2 ARHGAP30 ENSG00000186517 +CDS chr1 161059614 161059716 ENST00000368016 protein_coding 7 5 2 ARHGAP30 ENSG00000186517 +CDS chr1 161069528 161069624 ENST00000368013 protein_coding 8 2 1 ARHGAP30 ENSG00000186517 +CDS chr1 161069528 161069624 ENST00000368016 protein_coding 7 5 1 ARHGAP30 ENSG00000186517 +CDS chr1 161069620 161069624 ENST00000368015 protein_coding 1 5 1 ARHGAP30 ENSG00000186517 +transcript chr1 161070998 161089558 ENST00000368012 protein_coding 4 1 NA NECTIN4 ENSG00000143217 +CDS chr1 161072664 161072885 ENST00000368012 protein_coding 4 1 9 NECTIN4 ENSG00000143217 +CDS chr1 161073225 161073299 ENST00000368012 protein_coding 4 1 8 NECTIN4 ENSG00000143217 +CDS chr1 161073720 161073795 ENST00000368012 protein_coding 4 1 7 NECTIN4 ENSG00000143217 +CDS chr1 161074217 161074373 ENST00000368012 protein_coding 4 1 6 NECTIN4 ENSG00000143217 +CDS chr1 161074611 161074759 ENST00000368012 protein_coding 4 1 5 NECTIN4 ENSG00000143217 +CDS chr1 161076355 161076475 ENST00000368012 protein_coding 4 1 4 NECTIN4 ENSG00000143217 +CDS chr1 161077453 161077743 ENST00000368012 protein_coding 4 1 3 NECTIN4 ENSG00000143217 +CDS chr1 161079590 161079949 ENST00000368012 protein_coding 4 1 2 NECTIN4 ENSG00000143217 +CDS chr1 161089218 161089296 ENST00000368012 protein_coding 4 1 1 NECTIN4 ENSG00000143217 +transcript chr1 161098361 161100346 ENST00000368011 protein_coding 9 1 NA KLHDC9 ENSG00000162755 +transcript chr1 161098394 161100346 ENST00000392192 protein_coding 6 1 NA KLHDC9 ENSG00000162755 +CDS chr1 161098536 161099062 ENST00000368011 protein_coding 9 1 1 KLHDC9 ENSG00000162755 +CDS chr1 161098536 161099062 ENST00000392192 protein_coding 6 1 1 KLHDC9 ENSG00000162755 +CDS chr1 161099346 161099505 ENST00000368011 protein_coding 9 1 2 KLHDC9 ENSG00000162755 +CDS chr1 161099346 161099505 ENST00000392192 protein_coding 6 1 2 KLHDC9 ENSG00000162755 +CDS chr1 161099579 161099755 ENST00000392192 protein_coding 6 1 3 KLHDC9 ENSG00000162755 +CDS chr1 161099598 161099796 ENST00000368011 protein_coding 9 1 3 KLHDC9 ENSG00000162755 +CDS chr1 161100061 161100221 ENST00000368011 protein_coding 9 1 4 KLHDC9 ENSG00000162755 +transcript chr1 161100561 161118037 ENST00000368010 protein_coding 4 1 NA PFDN2 ENSG00000143256 +CDS chr1 161100686 161100859 ENST00000368010 protein_coding 4 1 4 PFDN2 ENSG00000143256 +CDS chr1 161102048 161102171 ENST00000368010 protein_coding 4 1 3 PFDN2 ENSG00000143256 +CDS chr1 161102287 161102375 ENST00000368010 protein_coding 4 1 2 PFDN2 ENSG00000143256 +CDS chr1 161117952 161118026 ENST00000368010 protein_coding 4 1 1 PFDN2 ENSG00000143256 +transcript chr1 161118105 161121194 ENST00000368009 protein_coding 7 1 NA NIT1 ENSG00000158793 +transcript chr1 161118117 161121193 ENST00000368007 protein_coding 8 2 NA NIT1 ENSG00000158793 +transcript chr1 161118118 161121193 ENST00000392190 protein_coding 9 3 NA NIT1 ENSG00000158793 +transcript chr1 161118118 161125445 ENST00000368008 protein_coding 5 1 NA NIT1 ENSG00000158793 +CDS chr1 161118177 161118178 ENST00000368009 protein_coding 7 1 1 NIT1 ENSG00000158793 +CDS chr1 161118177 161118178 ENST00000368008 protein_coding 5 1 1 NIT1 ENSG00000158793 +CDS chr1 161118499 161118551 ENST00000368007 protein_coding 8 2 1 NIT1 ENSG00000158793 +CDS chr1 161118786 161118881 ENST00000368009 protein_coding 7 1 2 NIT1 ENSG00000158793 +CDS chr1 161118786 161118881 ENST00000368008 protein_coding 5 1 2 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368009 protein_coding 7 1 3 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368007 protein_coding 8 2 2 NIT1 ENSG00000158793 +CDS chr1 161119134 161119388 ENST00000368008 protein_coding 5 1 3 NIT1 ENSG00000158793 +CDS chr1 161119144 161119388 ENST00000392190 protein_coding 9 3 3 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368009 protein_coding 7 1 4 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368007 protein_coding 8 2 3 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000392190 protein_coding 9 3 4 NIT1 ENSG00000158793 +CDS chr1 161119509 161119612 ENST00000368008 protein_coding 5 1 4 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368009 protein_coding 7 1 5 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368007 protein_coding 8 2 4 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000392190 protein_coding 9 3 5 NIT1 ENSG00000158793 +CDS chr1 161119819 161119952 ENST00000368008 protein_coding 5 1 5 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368009 protein_coding 7 1 6 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368007 protein_coding 8 2 5 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000392190 protein_coding 9 3 6 NIT1 ENSG00000158793 +CDS chr1 161120107 161120232 ENST00000368008 protein_coding 5 1 6 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000368009 protein_coding 7 1 7 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000368007 protein_coding 8 2 6 NIT1 ENSG00000158793 +CDS chr1 161120499 161120762 ENST00000392190 protein_coding 9 3 7 NIT1 ENSG00000158793 +transcript chr1 161120974 161132667 ENST00000368006 protein_coding 8 1 NA DEDD ENSG00000158796 +transcript chr1 161120977 161132466 ENST00000458050 protein_coding 6 2 NA DEDD ENSG00000158796 +transcript chr1 161120977 161132688 ENST00000545495 protein_coding 5 3 NA DEDD ENSG00000158796 +transcript chr1 161121787 161132667 ENST00000490843 protein_coding 6 5 NA DEDD ENSG00000158796 +transcript chr1 161122025 161130837 ENST00000368005 protein_coding 5 1 NA DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000368006 protein_coding 8 1 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000458050 protein_coding 6 2 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000545495 protein_coding 5 3 5 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000490843 protein_coding 6 5 6 DEDD ENSG00000158796 +CDS chr1 161122150 161122523 ENST00000368005 protein_coding 5 1 5 DEDD ENSG00000158796 +transcript chr1 161122242 161132588 ENST00000464113 protein_coding 1 3 NA DEDD ENSG00000158796 +CDS chr1 161122242 161122523 ENST00000464113 protein_coding 1 3 5 DEDD ENSG00000158796 +CDS chr1 161122985 161123221 ENST00000368005 protein_coding 5 1 4 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000368006 protein_coding 8 1 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000458050 protein_coding 6 2 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000545495 protein_coding 5 3 4 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000490843 protein_coding 6 5 5 DEDD ENSG00000158796 +CDS chr1 161123075 161123221 ENST00000464113 protein_coding 1 3 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000368006 protein_coding 8 1 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000458050 protein_coding 6 2 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000545495 protein_coding 5 3 3 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000490843 protein_coding 6 5 4 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000368005 protein_coding 5 1 3 DEDD ENSG00000158796 +CDS chr1 161123839 161123946 ENST00000464113 protein_coding 1 3 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000368006 protein_coding 8 1 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000458050 protein_coding 6 2 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000545495 protein_coding 5 3 2 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000490843 protein_coding 6 5 3 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000368005 protein_coding 5 1 2 DEDD ENSG00000158796 +CDS chr1 161124138 161124462 ENST00000464113 protein_coding 1 3 2 DEDD ENSG00000158796 +CDS chr1 161124141 161124152 ENST00000368008 protein_coding 5 1 7 NIT1 ENSG00000158793 +transcript chr1 161153978 161158856 ENST00000368003 protein_coding 6 1 NA UFC1 ENSG00000143222 +CDS chr1 161153998 161154120 ENST00000368003 protein_coding 6 1 1 UFC1 ENSG00000143222 +CDS chr1 161156950 161157017 ENST00000368003 protein_coding 6 1 2 UFC1 ENSG00000143222 +CDS chr1 161157254 161157317 ENST00000368003 protein_coding 6 1 3 UFC1 ENSG00000143222 +CDS chr1 161157617 161157693 ENST00000368003 protein_coding 6 1 4 UFC1 ENSG00000143222 +CDS chr1 161158121 161158211 ENST00000368003 protein_coding 6 1 5 UFC1 ENSG00000143222 +CDS chr1 161158412 161158489 ENST00000368003 protein_coding 6 1 6 UFC1 ENSG00000143222 +transcript chr1 161159450 161162368 ENST00000492950 protein_coding 5 5 NA USP21 ENSG00000143258 +transcript chr1 161159479 161165723 ENST00000289865 protein_coding 12 1 NA USP21 ENSG00000143258 +transcript chr1 161159500 161165723 ENST00000368002 protein_coding 8 1 NA USP21 ENSG00000143258 +transcript chr1 161159521 161160992 ENST00000479344 protein_coding 1 2 NA USP21 ENSG00000143258 +transcript chr1 161159537 161165723 ENST00000368001 protein_coding 1 1 NA USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000492950 protein_coding 5 5 3 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000289865 protein_coding 12 1 2 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000368002 protein_coding 8 1 3 USP21 ENSG00000143258 +CDS chr1 161160641 161160992 ENST00000479344 protein_coding 1 2 3 USP21 ENSG00000143258 +CDS chr1 161160641 161161240 ENST00000368001 protein_coding 1 1 2 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000492950 protein_coding 5 5 4 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000289865 protein_coding 12 1 3 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000368002 protein_coding 8 1 4 USP21 ENSG00000143258 +CDS chr1 161162038 161162097 ENST00000368001 protein_coding 1 1 3 USP21 ENSG00000143258 +CDS chr1 161162270 161162368 ENST00000492950 protein_coding 5 5 5 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000289865 protein_coding 12 1 4 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000368002 protein_coding 8 1 5 USP21 ENSG00000143258 +CDS chr1 161162270 161162390 ENST00000368001 protein_coding 1 1 4 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000289865 protein_coding 12 1 5 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000368002 protein_coding 8 1 6 USP21 ENSG00000143258 +CDS chr1 161162615 161162726 ENST00000368001 protein_coding 1 1 5 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000289865 protein_coding 12 1 6 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000368002 protein_coding 8 1 7 USP21 ENSG00000143258 +CDS chr1 161162919 161163074 ENST00000368001 protein_coding 1 1 6 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000289865 protein_coding 12 1 7 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000368002 protein_coding 8 1 8 USP21 ENSG00000143258 +CDS chr1 161163555 161163619 ENST00000368001 protein_coding 1 1 7 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000289865 protein_coding 12 1 8 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000368002 protein_coding 8 1 9 USP21 ENSG00000143258 +CDS chr1 161163878 161163981 ENST00000368001 protein_coding 1 1 8 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000289865 protein_coding 12 1 9 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000368002 protein_coding 8 1 10 USP21 ENSG00000143258 +CDS chr1 161164164 161164250 ENST00000368001 protein_coding 1 1 9 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000289865 protein_coding 12 1 10 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000368002 protein_coding 8 1 11 USP21 ENSG00000143258 +CDS chr1 161164534 161164612 ENST00000368001 protein_coding 1 1 10 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000289865 protein_coding 12 1 11 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000368002 protein_coding 8 1 12 USP21 ENSG00000143258 +CDS chr1 161164835 161164942 ENST00000368001 protein_coding 1 1 11 USP21 ENSG00000143258 +CDS chr1 161165029 161165143 ENST00000289865 protein_coding 12 1 12 USP21 ENSG00000143258 +CDS chr1 161165029 161165143 ENST00000368002 protein_coding 8 1 13 USP21 ENSG00000143258 +CDS chr1 161165071 161165143 ENST00000368001 protein_coding 1 1 12 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000289865 protein_coding 12 1 13 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000368002 protein_coding 8 1 14 USP21 ENSG00000143258 +CDS chr1 161165357 161165444 ENST00000368001 protein_coding 1 1 13 USP21 ENSG00000143258 +transcript chr1 161166056 161168095 ENST00000652729 protein_coding 1 NA NA PPOX ENSG00000143224 +transcript chr1 161166410 161171218 ENST00000352210 protein_coding 9 1 NA PPOX ENSG00000143224 +transcript chr1 161166426 161171220 ENST00000367999 protein_coding 9 1 NA PPOX ENSG00000143224 +transcript chr1 161166430 161177041 ENST00000497522 protein_coding 5 4 NA PPOX ENSG00000143224 +transcript chr1 161166462 161171160 ENST00000652182 protein_coding 1 NA NA PPOX ENSG00000143224 +transcript chr1 161166470 161171220 ENST00000544598 protein_coding 5 2 NA PPOX ENSG00000143224 +transcript chr1 161166498 161177092 ENST00000535223 protein_coding 5 3 NA PPOX ENSG00000143224 +transcript chr1 161166840 161171218 ENST00000462866 protein_coding 5 5 NA PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000652729 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000352210 protein_coding 9 1 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000367999 protein_coding 9 1 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000497522 protein_coding 5 4 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000652182 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000544598 protein_coding 5 2 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000535223 protein_coding 5 3 2 PPOX ENSG00000143224 +CDS chr1 161166848 161166934 ENST00000462866 protein_coding 5 5 1 PPOX ENSG00000143224 +transcript chr1 161166895 161171214 ENST00000652103 protein_coding 1 NA NA PPOX ENSG00000143224 +CDS chr1 161166895 161166934 ENST00000652103 protein_coding 1 NA 1 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652729 protein_coding 1 NA 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000352210 protein_coding 9 1 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000367999 protein_coding 9 1 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000497522 protein_coding 5 4 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652182 protein_coding 1 NA 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000544598 protein_coding 5 2 3 PPOX ENSG00000143224 +CDS chr1 161167100 161167234 ENST00000652103 protein_coding 1 NA 2 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000652729 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000352210 protein_coding 9 1 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000367999 protein_coding 9 1 4 PPOX ENSG00000143224 +CDS chr1 161167371 161167486 ENST00000652182 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161167995 161168095 ENST00000652729 protein_coding 1 NA 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000352210 protein_coding 9 1 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000367999 protein_coding 9 1 5 PPOX ENSG00000143224 +CDS chr1 161167995 161168127 ENST00000652182 protein_coding 1 NA 5 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000352210 protein_coding 9 1 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000367999 protein_coding 9 1 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000652182 protein_coding 1 NA 6 PPOX ENSG00000143224 +CDS chr1 161168432 161168576 ENST00000652103 protein_coding 1 NA 3 PPOX ENSG00000143224 +transcript chr1 161168523 161171218 ENST00000537523 protein_coding 5 3 NA PPOX ENSG00000143224 +CDS chr1 161168523 161168576 ENST00000537523 protein_coding 5 3 1 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000352210 protein_coding 9 1 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000367999 protein_coding 9 1 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000652182 protein_coding 1 NA 7 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000652103 protein_coding 1 NA 4 PPOX ENSG00000143224 +CDS chr1 161168993 161169183 ENST00000537523 protein_coding 5 3 2 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000352210 protein_coding 9 1 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000367999 protein_coding 9 1 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000652182 protein_coding 1 NA 8 PPOX ENSG00000143224 +CDS chr1 161169660 161169720 ENST00000652103 protein_coding 1 NA 5 PPOX ENSG00000143224 +transcript chr1 161169685 161171218 ENST00000537829 protein_coding 1 2 NA PPOX ENSG00000143224 +CDS chr1 161169685 161169720 ENST00000537829 protein_coding 1 2 1 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000352210 protein_coding 9 1 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000367999 protein_coding 9 1 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000652182 protein_coding 1 NA 9 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000652103 protein_coding 1 NA 6 PPOX ENSG00000143224 +CDS chr1 161169906 161170024 ENST00000537829 protein_coding 1 2 2 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000352210 protein_coding 9 1 10 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000367999 protein_coding 9 1 10 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000652103 protein_coding 1 NA 7 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000537523 protein_coding 5 3 3 PPOX ENSG00000143224 +CDS chr1 161170409 161170519 ENST00000537829 protein_coding 1 2 3 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000352210 protein_coding 9 1 11 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000367999 protein_coding 9 1 11 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000497522 protein_coding 5 4 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000652182 protein_coding 1 NA 10 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000544598 protein_coding 5 2 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000535223 protein_coding 5 3 3 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000462866 protein_coding 5 5 2 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000652103 protein_coding 1 NA 8 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000537523 protein_coding 5 3 4 PPOX ENSG00000143224 +CDS chr1 161170620 161170769 ENST00000537829 protein_coding 1 2 4 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000352210 protein_coding 9 1 12 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000367999 protein_coding 9 1 12 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000652182 protein_coding 1 NA 11 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000544598 protein_coding 5 2 5 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000462866 protein_coding 5 5 3 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000652103 protein_coding 1 NA 9 PPOX ENSG00000143224 +CDS chr1 161170907 161170949 ENST00000537523 protein_coding 5 3 5 PPOX ENSG00000143224 +CDS chr1 161170907 161170972 ENST00000537829 protein_coding 1 2 5 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000352210 protein_coding 9 1 13 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000367999 protein_coding 9 1 13 PPOX ENSG00000143224 +CDS chr1 161171034 161171160 ENST00000652182 protein_coding 1 NA 12 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000544598 protein_coding 5 2 6 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000462866 protein_coding 5 5 4 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000652103 protein_coding 1 NA 10 PPOX ENSG00000143224 +CDS chr1 161171034 161171173 ENST00000537523 protein_coding 5 3 6 PPOX ENSG00000143224 +transcript chr1 161171310 161177507 ENST00000319769 protein_coding 10 1 NA B4GALT3 ENSG00000158850 +transcript chr1 161171311 161177968 ENST00000622395 protein_coding 4 1 NA B4GALT3 ENSG00000158850 +transcript chr1 161171312 161177497 ENST00000367998 protein_coding 5 1 NA B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000319769 protein_coding 10 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000622395 protein_coding 4 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161171819 161172089 ENST00000367998 protein_coding 5 1 8 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000319769 protein_coding 10 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000622395 protein_coding 4 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161172227 161172331 ENST00000367998 protein_coding 5 1 7 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000319769 protein_coding 10 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000622395 protein_coding 4 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173605 161173727 ENST00000367998 protein_coding 5 1 6 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000319769 protein_coding 10 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000622395 protein_coding 4 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161173859 161174049 ENST00000367998 protein_coding 5 1 5 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000319769 protein_coding 10 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000622395 protein_coding 4 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161174993 161175228 ENST00000367998 protein_coding 5 1 4 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000319769 protein_coding 10 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000622395 protein_coding 4 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161175808 161176060 ENST00000367998 protein_coding 5 1 3 B4GALT3 ENSG00000158850 +CDS chr1 161176849 161177041 ENST00000497522 protein_coding 5 4 5 PPOX ENSG00000143224 +CDS chr1 161176849 161177079 ENST00000535223 protein_coding 5 3 4 PPOX ENSG00000143224 +transcript chr1 161184302 161199054 ENST00000367996 protein_coding 6 1 NA ADAMTS4 ENSG00000158859 +CDS chr1 161191141 161191564 ENST00000367996 protein_coding 6 1 9 ADAMTS4 ENSG00000158859 +CDS chr1 161192065 161192240 ENST00000367996 protein_coding 6 1 8 ADAMTS4 ENSG00000158859 +CDS chr1 161193213 161193388 ENST00000367996 protein_coding 6 1 7 ADAMTS4 ENSG00000158859 +CDS chr1 161193640 161193826 ENST00000367996 protein_coding 6 1 6 ADAMTS4 ENSG00000158859 +CDS chr1 161193935 161194221 ENST00000367996 protein_coding 6 1 5 ADAMTS4 ENSG00000158859 +CDS chr1 161195465 161195635 ENST00000367996 protein_coding 6 1 4 ADAMTS4 ENSG00000158859 +transcript chr1 161195979 161199053 ENST00000367995 protein_coding 3 1 NA ADAMTS4 ENSG00000158859 +CDS chr1 161196171 161196303 ENST00000367996 protein_coding 6 1 3 ADAMTS4 ENSG00000158859 +CDS chr1 161196497 161196880 ENST00000367995 protein_coding 3 1 2 ADAMTS4 ENSG00000158859 +CDS chr1 161196557 161196880 ENST00000367996 protein_coding 6 1 2 ADAMTS4 ENSG00000158859 +transcript chr1 161197372 161214381 ENST00000677550 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197398 161214381 ENST00000676600 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197416 161214381 ENST00000678507 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214293 ENST00000677579 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214335 ENST00000677231 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214368 ENST00000678911 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161197424 161214374 ENST00000677846 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +CDS chr1 161197995 161198627 ENST00000367996 protein_coding 6 1 1 ADAMTS4 ENSG00000158859 +CDS chr1 161197995 161198627 ENST00000367995 protein_coding 3 1 1 ADAMTS4 ENSG00000158859 +transcript chr1 161199312 161214381 ENST00000679176 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161199315 161214395 ENST00000367993 protein_coding 7 1 NA NDUFS2 ENSG00000158864 +transcript chr1 161202147 161214395 ENST00000392179 protein_coding 5 1 NA NDUFS2 ENSG00000158864 +transcript chr1 161202192 161214381 ENST00000678511 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202270 161214511 ENST00000677453 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202287 161214381 ENST00000678783 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202349 161210696 ENST00000679218 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +transcript chr1 161202367 161214395 ENST00000676972 protein_coding 1 NA NA NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677550 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000676600 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678507 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677579 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677231 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678911 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677846 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000679176 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000367993 protein_coding 7 1 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000392179 protein_coding 5 1 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678511 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000677453 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000678783 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000679218 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161202386 161202480 ENST00000676972 protein_coding 1 NA 1 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677550 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000676600 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678507 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677579 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677231 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678911 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677846 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000679176 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000367993 protein_coding 7 1 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000392179 protein_coding 5 1 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678511 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000677453 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000678783 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000679218 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203437 161203543 ENST00000676972 protein_coding 1 NA 2 NDUFS2 ENSG00000158864 +CDS chr1 161203787 161203837 ENST00000679218 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677550 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000676600 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678507 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677579 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677231 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678911 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677846 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000679176 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000367993 protein_coding 7 1 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000392179 protein_coding 5 1 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678511 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000677453 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000678783 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000679218 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161206407 161206597 ENST00000676972 protein_coding 1 NA 3 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677550 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000676600 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678507 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677579 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677231 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678911 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677846 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000679176 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000367993 protein_coding 7 1 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000392179 protein_coding 5 1 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678511 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000677453 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000678783 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000679218 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209193 161209313 ENST00000676972 protein_coding 1 NA 4 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677550 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000676600 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678507 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677579 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677231 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678911 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677846 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000679176 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000367993 protein_coding 7 1 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000392179 protein_coding 5 1 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678511 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000677453 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000678783 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000679218 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209483 161209595 ENST00000676972 protein_coding 1 NA 5 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677550 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000676600 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678507 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677579 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677231 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678911 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677846 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000679176 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000367993 protein_coding 7 1 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000392179 protein_coding 5 1 6 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000678511 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000677453 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000679218 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161209857 161209931 ENST00000676972 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677550 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000676600 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678507 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677579 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677846 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000679176 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000367993 protein_coding 7 1 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000392179 protein_coding 5 1 7 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678511 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000677453 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000678783 protein_coding 1 NA 6 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000679218 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210111 161210188 ENST00000676972 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677550 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000676600 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678507 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677579 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677231 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678911 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677846 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000679176 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000367993 protein_coding 7 1 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000392179 protein_coding 5 1 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678511 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000677453 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000678783 protein_coding 1 NA 7 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000679218 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210304 161210389 ENST00000676972 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677550 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000676600 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678507 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677579 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677231 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678911 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677846 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000679176 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000367993 protein_coding 7 1 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000392179 protein_coding 5 1 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678511 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000677453 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000678783 protein_coding 1 NA 8 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210696 ENST00000679218 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161210591 161210710 ENST00000676972 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677550 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000676600 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678507 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677579 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677231 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678911 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677846 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000679176 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000367993 protein_coding 7 1 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000392179 protein_coding 5 1 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678511 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000677453 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000678783 protein_coding 1 NA 9 NDUFS2 ENSG00000158864 +CDS chr1 161212351 161212480 ENST00000676972 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677579 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677846 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161212592 161212654 ENST00000677453 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677550 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000676600 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678507 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677579 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677231 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678911 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677846 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000679176 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000367993 protein_coding 7 1 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000392179 protein_coding 5 1 11 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678511 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000677453 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000678783 protein_coding 1 NA 10 NDUFS2 ENSG00000158864 +CDS chr1 161213380 161213475 ENST00000676972 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677550 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000676600 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678507 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677579 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677231 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678911 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677846 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000679176 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000367993 protein_coding 7 1 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000392179 protein_coding 5 1 12 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678511 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000677453 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000678783 protein_coding 1 NA 11 NDUFS2 ENSG00000158864 +CDS chr1 161213649 161213732 ENST00000676972 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677550 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000676600 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678507 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677579 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000677231 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678911 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000677846 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000679176 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000367993 protein_coding 7 1 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213938 ENST00000392179 protein_coding 5 1 13 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678511 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000677453 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000678783 protein_coding 1 NA 12 NDUFS2 ENSG00000158864 +CDS chr1 161213864 161213921 ENST00000676972 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000676600 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678507 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678911 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000677846 protein_coding 1 NA 16 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000367993 protein_coding 7 1 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678511 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000677453 protein_coding 1 NA 15 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000678783 protein_coding 1 NA 13 NDUFS2 ENSG00000158864 +CDS chr1 161214156 161214190 ENST00000676972 protein_coding 1 NA 14 NDUFS2 ENSG00000158864 +transcript chr1 161215279 161220699 ENST00000367992 protein_coding 7 3 NA FCER1G ENSG00000158869 +transcript chr1 161215295 161219245 ENST00000289902 protein_coding 2 1 NA FCER1G ENSG00000158869 +CDS chr1 161215322 161215370 ENST00000367992 protein_coding 7 3 1 FCER1G ENSG00000158869 +CDS chr1 161215322 161215370 ENST00000289902 protein_coding 2 1 1 FCER1G ENSG00000158869 +CDS chr1 161217986 161218077 ENST00000367992 protein_coding 7 3 2 FCER1G ENSG00000158869 +CDS chr1 161217986 161218077 ENST00000289902 protein_coding 2 1 2 FCER1G ENSG00000158869 +CDS chr1 161218241 161218276 ENST00000367992 protein_coding 7 3 3 FCER1G ENSG00000158869 +CDS chr1 161218241 161218276 ENST00000289902 protein_coding 2 1 3 FCER1G ENSG00000158869 +CDS chr1 161218703 161218723 ENST00000367992 protein_coding 7 3 4 FCER1G ENSG00000158869 +CDS chr1 161218703 161218723 ENST00000289902 protein_coding 2 1 4 FCER1G ENSG00000158869 +CDS chr1 161218881 161218940 ENST00000289902 protein_coding 2 1 5 FCER1G ENSG00000158869 +CDS chr1 161220390 161220527 ENST00000367992 protein_coding 7 3 5 FCER1G ENSG00000158869 +transcript chr1 161222292 161223628 ENST00000367990 protein_coding 7 1 NA APOA2 ENSG00000158874 +transcript chr1 161222292 161223631 ENST00000463812 protein_coding 1 2 NA APOA2 ENSG00000158874 +transcript chr1 161222292 161223631 ENST00000468465 protein_coding 5 2 NA APOA2 ENSG00000158874 +transcript chr1 161222296 161223628 ENST00000470459 protein_coding 6 5 NA APOA2 ENSG00000158874 +transcript chr1 161222316 161223615 ENST00000464492 protein_coding 5 3 NA APOA2 ENSG00000158874 +transcript chr1 161222319 161223408 ENST00000491350 protein_coding 1 1 NA APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000367990 protein_coding 7 1 4 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000463812 protein_coding 1 2 3 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000468465 protein_coding 5 2 4 APOA2 ENSG00000158874 +CDS chr1 161222408 161222453 ENST00000470459 protein_coding 6 5 5 APOA2 ENSG00000158874 +CDS chr1 161222408 161222522 ENST00000464492 protein_coding 5 3 4 APOA2 ENSG00000158874 +transcript chr1 161222423 161223585 ENST00000463273 protein_coding 5 1 NA APOA2 ENSG00000158874 +CDS chr1 161222423 161222522 ENST00000463273 protein_coding 5 1 3 APOA2 ENSG00000158874 +CDS chr1 161222494 161222522 ENST00000491350 protein_coding 1 1 2 APOA2 ENSG00000158874 +CDS chr1 161222508 161222522 ENST00000470459 protein_coding 6 5 4 APOA2 ENSG00000158874 +transcript chr1 161222508 161223559 ENST00000469730 protein_coding 2 5 NA APOA2 ENSG00000158874 +CDS chr1 161222508 161222522 ENST00000469730 protein_coding 2 5 4 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000367990 protein_coding 7 1 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161222958 ENST00000463812 protein_coding 1 2 2 APOA2 ENSG00000158874 +CDS chr1 161222918 161222958 ENST00000468465 protein_coding 5 2 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000470459 protein_coding 6 5 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000464492 protein_coding 5 3 3 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000463273 protein_coding 5 1 2 APOA2 ENSG00000158874 +CDS chr1 161222918 161223050 ENST00000469730 protein_coding 2 5 3 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000367990 protein_coding 7 1 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000470459 protein_coding 6 5 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223425 ENST00000464492 protein_coding 5 3 2 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000491350 protein_coding 1 1 1 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000463273 protein_coding 5 1 1 APOA2 ENSG00000158874 +CDS chr1 161223350 161223401 ENST00000469730 protein_coding 2 5 2 APOA2 ENSG00000158874 +CDS chr1 161223502 161223576 ENST00000464492 protein_coding 5 3 1 APOA2 ENSG00000158874 +transcript chr1 161225939 161230744 ENST00000545897 protein_coding 5 2 NA TOMM40L ENSG00000158882 +transcript chr1 161226060 161230746 ENST00000367988 protein_coding 8 2 NA TOMM40L ENSG00000158882 +transcript chr1 161226304 161230618 ENST00000367987 protein_coding 1 1 NA TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000545897 protein_coding 5 2 2 TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000367988 protein_coding 8 2 2 TOMM40L ENSG00000158882 +CDS chr1 161226490 161226604 ENST00000367987 protein_coding 1 1 1 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000545897 protein_coding 5 2 3 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000367988 protein_coding 8 2 3 TOMM40L ENSG00000158882 +CDS chr1 161226888 161226955 ENST00000367987 protein_coding 1 1 2 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000545897 protein_coding 5 2 4 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000367988 protein_coding 8 2 4 TOMM40L ENSG00000158882 +CDS chr1 161227258 161227350 ENST00000367987 protein_coding 1 1 3 TOMM40L ENSG00000158882 +CDS chr1 161227636 161227737 ENST00000367988 protein_coding 8 2 5 TOMM40L ENSG00000158882 +CDS chr1 161227636 161227737 ENST00000367987 protein_coding 1 1 4 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000545897 protein_coding 5 2 5 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000367988 protein_coding 8 2 6 TOMM40L ENSG00000158882 +CDS chr1 161227884 161227989 ENST00000367987 protein_coding 1 1 5 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000545897 protein_coding 5 2 6 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000367988 protein_coding 8 2 7 TOMM40L ENSG00000158882 +CDS chr1 161228186 161228308 ENST00000367987 protein_coding 1 1 6 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000545897 protein_coding 5 2 7 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000367988 protein_coding 8 2 8 TOMM40L ENSG00000158882 +CDS chr1 161228428 161228504 ENST00000367987 protein_coding 1 1 7 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000545897 protein_coding 5 2 8 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000367988 protein_coding 8 2 9 TOMM40L ENSG00000158882 +CDS chr1 161228715 161228817 ENST00000367987 protein_coding 1 1 8 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000545897 protein_coding 5 2 9 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000367988 protein_coding 8 2 10 TOMM40L ENSG00000158882 +CDS chr1 161228956 161229092 ENST00000367987 protein_coding 1 1 9 TOMM40L ENSG00000158882 +transcript chr1 161229666 161238101 ENST00000512372 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229669 161238203 ENST00000367983 protein_coding 9 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229671 161238101 ENST00000437437 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229671 161238210 ENST00000367980 protein_coding 6 5 NA NR1I3 ENSG00000143257 +transcript chr1 161229676 161238210 ENST00000628566 protein_coding 2 5 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000412844 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000428574 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000442691 protein_coding 6 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000505005 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229682 161238101 ENST00000508740 protein_coding 5 1 NA NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000512372 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000437437 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000412844 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000428574 protein_coding 6 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000442691 protein_coding 6 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000505005 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229685 161229772 ENST00000508740 protein_coding 5 1 8 NR1I3 ENSG00000143257 +transcript chr1 161229690 161238163 ENST00000367982 protein_coding 8 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000367981 protein_coding 7 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000502985 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000504010 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000508387 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511676 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511748 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000511944 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229737 161238101 ENST00000515621 protein_coding 5 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229772 161238111 ENST00000367984 protein_coding 8 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229772 161238111 ENST00000367985 protein_coding 7 1 NA NR1I3 ENSG00000143257 +transcript chr1 161229797 161236565 ENST00000367979 protein_coding 6 1 NA NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367983 protein_coding 9 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367980 protein_coding 6 5 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367982 protein_coding 8 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367981 protein_coding 7 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000504010 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000511676 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000515621 protein_coding 5 1 9 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367984 protein_coding 8 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367985 protein_coding 7 1 8 NR1I3 ENSG00000143257 +CDS chr1 161229800 161229926 ENST00000367979 protein_coding 6 1 8 NR1I3 ENSG00000143257 +transcript chr1 161230345 161238203 ENST00000506209 protein_coding 5 2 NA NR1I3 ENSG00000143257 +CDS chr1 161230752 161230918 ENST00000506209 protein_coding 5 2 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000512372 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367983 protein_coding 9 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000437437 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367980 protein_coding 6 5 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000412844 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000428574 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000442691 protein_coding 6 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000505005 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000508740 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367982 protein_coding 8 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367981 protein_coding 7 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000504010 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000511676 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000515621 protein_coding 5 1 8 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230918 ENST00000367984 protein_coding 8 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367985 protein_coding 7 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230813 161230933 ENST00000367979 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000502985 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000508387 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000511748 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161230862 161230918 ENST00000511944 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000367983 protein_coding 9 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000437437 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367980 protein_coding 6 5 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000412844 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000428574 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000442691 protein_coding 6 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000508740 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367982 protein_coding 8 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000367981 protein_coding 7 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000511676 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000515621 protein_coding 5 1 7 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231245 ENST00000367979 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231117 161231233 ENST00000506209 protein_coding 5 2 6 NR1I3 ENSG00000143257 +transcript chr1 161231167 161238244 ENST00000515452 protein_coding 1 2 NA NR1I3 ENSG00000143257 +CDS chr1 161231309 161231474 ENST00000515452 protein_coding 1 2 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000512372 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367983 protein_coding 9 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000437437 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367980 protein_coding 6 5 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000412844 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000428574 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000442691 protein_coding 6 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000505005 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000508740 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367982 protein_coding 8 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367981 protein_coding 7 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000502985 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000504010 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000508387 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511676 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511748 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000511944 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000515621 protein_coding 5 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367984 protein_coding 8 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367985 protein_coding 7 1 6 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000367979 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161231329 161231474 ENST00000506209 protein_coding 5 2 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000512372 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367983 protein_coding 9 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000437437 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367980 protein_coding 6 5 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000412844 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000428574 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000442691 protein_coding 6 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000505005 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000508740 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367982 protein_coding 8 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367981 protein_coding 7 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000504010 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000511676 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000515621 protein_coding 5 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367984 protein_coding 8 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367985 protein_coding 7 1 5 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000367979 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000506209 protein_coding 5 2 4 NR1I3 ENSG00000143257 +CDS chr1 161232807 161232946 ENST00000515452 protein_coding 1 2 5 NR1I3 ENSG00000143257 +CDS chr1 161232828 161232946 ENST00000628566 protein_coding 2 5 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000512372 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367983 protein_coding 9 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000437437 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367980 protein_coding 6 5 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000412844 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000428574 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000442691 protein_coding 6 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000505005 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000508740 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367982 protein_coding 8 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367981 protein_coding 7 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000504010 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000511676 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000515621 protein_coding 5 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367984 protein_coding 8 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367985 protein_coding 7 1 4 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000367979 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000506209 protein_coding 5 2 3 NR1I3 ENSG00000143257 +CDS chr1 161233169 161233338 ENST00000515452 protein_coding 1 2 4 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000512372 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367983 protein_coding 9 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000437437 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367980 protein_coding 6 5 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000628566 protein_coding 2 5 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000412844 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000428574 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000442691 protein_coding 6 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000505005 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000508740 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367982 protein_coding 8 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367981 protein_coding 7 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000502985 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000504010 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000508387 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511676 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511748 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000511944 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235859 ENST00000515621 protein_coding 5 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367984 protein_coding 8 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367985 protein_coding 7 1 3 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000367979 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000506209 protein_coding 5 2 2 NR1I3 ENSG00000143257 +CDS chr1 161235847 161235977 ENST00000515452 protein_coding 1 2 3 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367983 protein_coding 9 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367980 protein_coding 6 5 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000628566 protein_coding 2 5 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000428574 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000442691 protein_coding 6 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000505005 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367982 protein_coding 8 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000502985 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000511944 protein_coding 5 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367984 protein_coding 8 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367985 protein_coding 7 1 2 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000367979 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161236459 161236565 ENST00000515452 protein_coding 1 2 2 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000512372 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000437437 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000412844 protein_coding 6 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000508740 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000367981 protein_coding 7 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000504010 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000508387 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000511676 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000511748 protein_coding 5 1 1 NR1I3 ENSG00000143257 +CDS chr1 161238041 161238060 ENST00000506209 protein_coding 5 2 1 NR1I3 ENSG00000143257 +transcript chr1 161258745 161285450 ENST00000504449 protein_coding 2 1 NA PCP4L1 ENSG00000248485 +CDS chr1 161258975 161258983 ENST00000504449 protein_coding 2 1 1 PCP4L1 ENSG00000248485 +CDS chr1 161283668 161283722 ENST00000504449 protein_coding 2 1 2 PCP4L1 ENSG00000248485 +CDS chr1 161284339 161284478 ENST00000504449 protein_coding 2 1 3 PCP4L1 ENSG00000248485 +transcript chr1 161304735 161309968 ENST00000533357 protein_coding 5 1 NA MPZ ENSG00000158887 +transcript chr1 161304735 161309968 ENST00000672602 protein_coding 2 NA NA MPZ ENSG00000158887 +transcript chr1 161304779 161307471 ENST00000491222 protein_coding 5 2 NA MPZ ENSG00000158887 +transcript chr1 161304779 161307471 ENST00000672287 protein_coding 2 NA NA MPZ ENSG00000158887 +transcript chr1 161305329 161309968 ENST00000526189 protein_coding 3 3 NA MPZ ENSG00000158887 +CDS chr1 161305687 161305977 ENST00000672602 protein_coding 2 NA 6 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000533357 protein_coding 5 1 6 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000491222 protein_coding 5 2 5 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000672287 protein_coding 2 NA 5 MPZ ENSG00000158887 +CDS chr1 161305879 161305977 ENST00000526189 protein_coding 3 3 6 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000533357 protein_coding 5 1 5 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000672602 protein_coding 2 NA 5 MPZ ENSG00000158887 +CDS chr1 161306108 161306164 ENST00000491222 protein_coding 5 2 4 MPZ ENSG00000158887 +CDS chr1 161306108 161306164 ENST00000672287 protein_coding 2 NA 4 MPZ ENSG00000158887 +CDS chr1 161306108 161306168 ENST00000526189 protein_coding 3 3 5 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000533357 protein_coding 5 1 4 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000672602 protein_coding 2 NA 4 MPZ ENSG00000158887 +CDS chr1 161306329 161306464 ENST00000526189 protein_coding 3 3 4 MPZ ENSG00000158887 +CDS chr1 161306708 161306921 ENST00000533357 protein_coding 5 1 3 MPZ ENSG00000158887 +CDS chr1 161306708 161306921 ENST00000672602 protein_coding 2 NA 3 MPZ ENSG00000158887 +CDS chr1 161306789 161306921 ENST00000526189 protein_coding 3 3 3 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000533357 protein_coding 5 1 2 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000672602 protein_coding 2 NA 2 MPZ ENSG00000158887 +CDS chr1 161307258 161307424 ENST00000526189 protein_coding 3 3 2 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000533357 protein_coding 5 1 1 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000672602 protein_coding 2 NA 1 MPZ ENSG00000158887 +CDS chr1 161309839 161309905 ENST00000526189 protein_coding 3 3 1 MPZ ENSG00000158887 +transcript chr1 161314381 161363189 ENST00000342751 protein_coding 8 1 NA SDHC ENSG00000143252 +transcript chr1 161314381 161363206 ENST00000367975 protein_coding 7 1 NA SDHC ENSG00000143252 +transcript chr1 161314382 161362461 ENST00000432287 protein_coding 6 1 NA SDHC ENSG00000143252 +transcript chr1 161314388 161362433 ENST00000392169 protein_coding 6 1 NA SDHC ENSG00000143252 +transcript chr1 161314388 161362540 ENST00000513009 protein_coding 5 1 NA SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000342751 protein_coding 8 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000367975 protein_coding 7 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000432287 protein_coding 6 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000392169 protein_coding 6 1 1 SDHC ENSG00000143252 +CDS chr1 161314406 161314425 ENST00000513009 protein_coding 5 1 1 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000342751 protein_coding 8 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000367975 protein_coding 7 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000432287 protein_coding 6 1 2 SDHC ENSG00000143252 +CDS chr1 161323614 161323670 ENST00000513009 protein_coding 5 1 2 SDHC ENSG00000143252 +CDS chr1 161328396 161328497 ENST00000342751 protein_coding 8 1 3 SDHC ENSG00000143252 +CDS chr1 161328396 161328497 ENST00000367975 protein_coding 7 1 3 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000342751 protein_coding 8 1 4 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000367975 protein_coding 7 1 4 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000432287 protein_coding 6 1 3 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000392169 protein_coding 6 1 2 SDHC ENSG00000143252 +CDS chr1 161340594 161340655 ENST00000513009 protein_coding 5 1 3 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000367975 protein_coding 7 1 5 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000432287 protein_coding 6 1 4 SDHC ENSG00000143252 +CDS chr1 161356677 161356840 ENST00000392169 protein_coding 6 1 3 SDHC ENSG00000143252 +CDS chr1 161362329 161362537 ENST00000342751 protein_coding 8 1 5 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000367975 protein_coding 7 1 6 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000432287 protein_coding 6 1 5 SDHC ENSG00000143252 +CDS chr1 161362329 161362430 ENST00000392169 protein_coding 6 1 4 SDHC ENSG00000143252 +CDS chr1 161362329 161362537 ENST00000513009 protein_coding 5 1 4 SDHC ENSG00000143252 +transcript chr1 161364733 161367876 ENST00000367974 protein_coding 2 2 NA CFAP126 ENSG00000188931 +CDS chr1 161364968 161365150 ENST00000367974 protein_coding 2 2 5 CFAP126 ENSG00000188931 +CDS chr1 161365526 161365702 ENST00000367974 protein_coding 2 2 4 CFAP126 ENSG00000188931 +CDS chr1 161366198 161366278 ENST00000367974 protein_coding 2 2 3 CFAP126 ENSG00000188931 +CDS chr1 161366439 161366501 ENST00000367974 protein_coding 2 2 2 CFAP126 ENSG00000188931 +CDS chr1 161367842 161367868 ENST00000367974 protein_coding 2 2 1 CFAP126 ENSG00000188931 +transcript chr1 161505430 161518558 ENST00000367972 protein_coding 8 1 NA FCGR2A ENSG00000143226 +transcript chr1 161505457 161519829 ENST00000271450 protein_coding 12 1 NA FCGR2A ENSG00000143226 +CDS chr1 161505468 161505552 ENST00000367972 protein_coding 8 1 1 FCGR2A ENSG00000143226 +CDS chr1 161505468 161505552 ENST00000271450 protein_coding 12 1 1 FCGR2A ENSG00000143226 +CDS chr1 161505987 161506007 ENST00000367972 protein_coding 8 1 2 FCGR2A ENSG00000143226 +CDS chr1 161505987 161506007 ENST00000271450 protein_coding 12 1 2 FCGR2A ENSG00000143226 +CDS chr1 161506334 161506591 ENST00000271450 protein_coding 12 1 3 FCGR2A ENSG00000143226 +CDS chr1 161506337 161506591 ENST00000367972 protein_coding 8 1 3 FCGR2A ENSG00000143226 +CDS chr1 161509820 161510074 ENST00000367972 protein_coding 8 1 4 FCGR2A ENSG00000143226 +CDS chr1 161509820 161510074 ENST00000271450 protein_coding 12 1 4 FCGR2A ENSG00000143226 +CDS chr1 161510834 161510956 ENST00000367972 protein_coding 8 1 5 FCGR2A ENSG00000143226 +CDS chr1 161510834 161510956 ENST00000271450 protein_coding 12 1 5 FCGR2A ENSG00000143226 +CDS chr1 161513895 161513932 ENST00000367972 protein_coding 8 1 6 FCGR2A ENSG00000143226 +CDS chr1 161513895 161513932 ENST00000271450 protein_coding 12 1 6 FCGR2A ENSG00000143226 +transcript chr1 161513898 161519967 ENST00000459885 protein_coding 1 3 NA FCGR2A ENSG00000143226 +CDS chr1 161513898 161513932 ENST00000459885 protein_coding 1 3 1 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518145 ENST00000367972 protein_coding 8 1 7 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518145 ENST00000271450 protein_coding 12 1 7 FCGR2A ENSG00000143226 +CDS chr1 161517975 161518137 ENST00000459885 protein_coding 1 3 2 FCGR2A ENSG00000143226 +CDS chr1 161519907 161519967 ENST00000459885 protein_coding 1 3 3 FCGR2A ENSG00000143226 +transcript chr1 161524540 161526894 ENST00000309758 protein_coding 6 NA NA HSPA6 ENSG00000173110 +CDS chr1 161524659 161526587 ENST00000309758 protein_coding 6 NA 1 HSPA6 ENSG00000173110 +transcript chr1 161541759 161549818 ENST00000443193 protein_coding 6 1 NA FCGR3A ENSG00000203747 +transcript chr1 161541796 161550591 ENST00000367967 protein_coding 7 3 NA FCGR3A ENSG00000203747 +transcript chr1 161541811 161550595 ENST00000436743 protein_coding 6 5 NA FCGR3A ENSG00000203747 +transcript chr1 161541855 161549898 ENST00000426740 protein_coding 7 3 NA FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000443193 protein_coding 6 1 5 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000367967 protein_coding 7 3 6 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000436743 protein_coding 6 5 6 FCGR3A ENSG00000203747 +CDS chr1 161543015 161543199 ENST00000426740 protein_coding 7 3 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000443193 protein_coding 6 1 4 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000367967 protein_coding 7 3 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000436743 protein_coding 6 5 5 FCGR3A ENSG00000203747 +CDS chr1 161544701 161544958 ENST00000426740 protein_coding 7 3 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000443193 protein_coding 6 1 3 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000367967 protein_coding 7 3 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548678 ENST00000436743 protein_coding 6 5 4 FCGR3A ENSG00000203747 +CDS chr1 161548421 161548675 ENST00000426740 protein_coding 7 3 3 FCGR3A ENSG00000203747 +transcript chr1 161548421 161550737 ENST00000442336 protein_coding 1 5 NA FCGR3A ENSG00000203747 +CDS chr1 161548421 161548675 ENST00000442336 protein_coding 1 5 4 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000443193 protein_coding 6 1 2 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000367967 protein_coding 7 3 3 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000436743 protein_coding 6 5 3 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000426740 protein_coding 7 3 2 FCGR3A ENSG00000203747 +CDS chr1 161549011 161549031 ENST00000442336 protein_coding 1 5 3 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000443193 protein_coding 6 1 1 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000367967 protein_coding 7 3 2 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000436743 protein_coding 6 5 2 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000426740 protein_coding 7 3 1 FCGR3A ENSG00000203747 +CDS chr1 161549697 161549736 ENST00000442336 protein_coding 1 5 2 FCGR3A ENSG00000203747 +transcript chr1 161623196 161631176 ENST00000650385 protein_coding 1 NA NA FCGR3B ENSG00000162747 +transcript chr1 161623196 161631963 ENST00000367964 protein_coding 6 5 NA FCGR3B ENSG00000162747 +transcript chr1 161623200 161631047 ENST00000613418 protein_coding 4 5 NA FCGR3B ENSG00000162747 +transcript chr1 161623200 161631047 ENST00000614870 protein_coding 4 5 NA FCGR3B ENSG00000162747 +transcript chr1 161624223 161631158 ENST00000421702 protein_coding 3 3 NA FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000650385 protein_coding 1 NA 5 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000367964 protein_coding 6 5 6 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000613418 protein_coding 4 5 5 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000614870 protein_coding 4 5 4 FCGR3B ENSG00000162747 +CDS chr1 161624518 161624639 ENST00000421702 protein_coding 3 3 5 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000650385 protein_coding 1 NA 4 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000367964 protein_coding 6 5 5 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000613418 protein_coding 4 5 4 FCGR3B ENSG00000162747 +CDS chr1 161626145 161626402 ENST00000421702 protein_coding 3 3 4 FCGR3B ENSG00000162747 +transcript chr1 161626357 161631032 ENST00000534776 protein_coding 1 4 NA FCGR3B ENSG00000162747 +CDS chr1 161626357 161626402 ENST00000534776 protein_coding 1 4 4 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000650385 protein_coding 1 NA 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000367964 protein_coding 6 5 4 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000613418 protein_coding 4 5 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000614870 protein_coding 4 5 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630032 ENST00000421702 protein_coding 3 3 3 FCGR3B ENSG00000162747 +CDS chr1 161629778 161630035 ENST00000534776 protein_coding 1 4 3 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000650385 protein_coding 1 NA 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000367964 protein_coding 6 5 3 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000613418 protein_coding 4 5 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000614870 protein_coding 4 5 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630388 ENST00000421702 protein_coding 3 3 2 FCGR3B ENSG00000162747 +CDS chr1 161630368 161630377 ENST00000534776 protein_coding 1 4 2 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000650385 protein_coding 1 NA 1 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000367964 protein_coding 6 5 2 FCGR3B ENSG00000162747 +CDS chr1 161631055 161631094 ENST00000421702 protein_coding 3 3 1 FCGR3B ENSG00000162747 +transcript chr1 161663143 161678654 ENST00000358671 protein_coding 10 1 NA FCGR2B ENSG00000072694 +transcript chr1 161663147 161678022 ENST00000236937 protein_coding 13 1 NA FCGR2B ENSG00000072694 +transcript chr1 161663161 161678032 ENST00000367961 protein_coding 8 1 NA FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000236937 protein_coding 13 1 1 FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000367961 protein_coding 8 1 1 FCGR2B ENSG00000072694 +CDS chr1 161663242 161663353 ENST00000358671 protein_coding 10 1 1 FCGR2B ENSG00000072694 +CDS chr1 161670252 161670272 ENST00000236937 protein_coding 13 1 2 FCGR2B ENSG00000072694 +CDS chr1 161670252 161670272 ENST00000358671 protein_coding 10 1 2 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000236937 protein_coding 13 1 3 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000367961 protein_coding 8 1 2 FCGR2B ENSG00000072694 +CDS chr1 161671392 161671649 ENST00000358671 protein_coding 10 1 3 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000236937 protein_coding 13 1 4 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000367961 protein_coding 8 1 3 FCGR2B ENSG00000072694 +CDS chr1 161672975 161673229 ENST00000358671 protein_coding 10 1 4 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000236937 protein_coding 13 1 5 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000367961 protein_coding 8 1 4 FCGR2B ENSG00000072694 +CDS chr1 161673960 161674073 ENST00000358671 protein_coding 10 1 5 FCGR2B ENSG00000072694 +CDS chr1 161675257 161675313 ENST00000367961 protein_coding 8 1 5 FCGR2B ENSG00000072694 +CDS chr1 161675257 161675313 ENST00000358671 protein_coding 10 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000236937 protein_coding 13 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000367961 protein_coding 8 1 6 FCGR2B ENSG00000072694 +CDS chr1 161677328 161677365 ENST00000358671 protein_coding 10 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000236937 protein_coding 13 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000367961 protein_coding 8 1 7 FCGR2B ENSG00000072694 +CDS chr1 161677476 161677550 ENST00000358671 protein_coding 10 1 8 FCGR2B ENSG00000072694 +transcript chr1 161706972 161714351 ENST00000350710 protein_coding 3 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000367949 protein_coding 6 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000367959 protein_coding 6 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000540521 protein_coding 5 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000546024 protein_coding 5 1 NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000674251 protein_coding 1 NA NA FCRLA ENSG00000132185 +transcript chr1 161706972 161714351 ENST00000674323 protein_coding 1 NA NA FCRLA ENSG00000132185 +transcript chr1 161707209 161714348 ENST00000367957 protein_coding 7 1 NA FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000350710 protein_coding 3 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000367949 protein_coding 6 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000367959 protein_coding 6 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000540521 protein_coding 5 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000546024 protein_coding 5 1 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000674251 protein_coding 1 NA 1 FCRLA ENSG00000132185 +CDS chr1 161707214 161707343 ENST00000674323 protein_coding 1 NA 1 FCRLA ENSG00000132185 +transcript chr1 161707229 161714352 ENST00000236938 protein_coding 12 1 NA FCRLA ENSG00000132185 +transcript chr1 161707244 161713452 ENST00000349527 protein_coding 8 2 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000367957 protein_coding 7 1 1 FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000236938 protein_coding 12 1 1 FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000349527 protein_coding 8 2 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161713468 ENST00000294796 protein_coding 8 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000294796 protein_coding 8 1 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161713468 ENST00000309691 protein_coding 10 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000309691 protein_coding 10 1 1 FCRLA ENSG00000132185 +transcript chr1 161707265 161714348 ENST00000367953 protein_coding 7 1 NA FCRLA ENSG00000132185 +CDS chr1 161707265 161707343 ENST00000367953 protein_coding 7 1 1 FCRLA ENSG00000132185 +transcript chr1 161707295 161713705 ENST00000367950 protein_coding 2 1 NA FCRLA ENSG00000132185 +CDS chr1 161707295 161707343 ENST00000367950 protein_coding 2 1 1 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000367959 protein_coding 6 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000540521 protein_coding 5 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000294796 protein_coding 8 1 2 FCRLA ENSG00000132185 +CDS chr1 161710475 161710492 ENST00000367953 protein_coding 7 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367949 protein_coding 6 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367959 protein_coding 6 1 3 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000546024 protein_coding 5 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000674323 protein_coding 1 NA 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000236938 protein_coding 12 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000349527 protein_coding 8 2 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000309691 protein_coding 10 1 2 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367953 protein_coding 7 1 3 FCRLA ENSG00000132185 +CDS chr1 161710760 161710912 ENST00000367950 protein_coding 2 1 2 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000367959 protein_coding 6 1 4 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000674323 protein_coding 1 NA 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000236938 protein_coding 12 1 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000349527 protein_coding 8 2 3 FCRLA ENSG00000132185 +CDS chr1 161711208 161711474 ENST00000367953 protein_coding 7 1 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367959 protein_coding 6 1 5 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000540521 protein_coding 5 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000546024 protein_coding 5 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000674251 protein_coding 1 NA 2 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000674323 protein_coding 1 NA 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367957 protein_coding 7 1 2 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000236938 protein_coding 12 1 4 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000294796 protein_coding 8 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000309691 protein_coding 10 1 3 FCRLA ENSG00000132185 +CDS chr1 161711934 161712218 ENST00000367953 protein_coding 7 1 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000350710 protein_coding 3 1 2 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367949 protein_coding 6 1 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367959 protein_coding 6 1 6 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000540521 protein_coding 5 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000546024 protein_coding 5 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000674251 protein_coding 1 NA 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000674323 protein_coding 1 NA 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367957 protein_coding 7 1 3 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000236938 protein_coding 12 1 5 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000349527 protein_coding 8 2 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000294796 protein_coding 8 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000309691 protein_coding 10 1 4 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367953 protein_coding 7 1 6 FCRLA ENSG00000132185 +CDS chr1 161713085 161713377 ENST00000367950 protein_coding 2 1 3 FCRLA ENSG00000132185 +transcript chr1 161721563 161728143 ENST00000367948 protein_coding 6 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000336830 protein_coding 9 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367944 protein_coding 3 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367945 protein_coding 5 1 NA FCRLB ENSG00000162746 +transcript chr1 161722659 161727664 ENST00000367946 protein_coding 7 1 NA FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367948 protein_coding 6 1 3 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000336830 protein_coding 9 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367944 protein_coding 3 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367945 protein_coding 5 1 1 FCRLB ENSG00000162746 +CDS chr1 161722673 161722703 ENST00000367946 protein_coding 7 1 1 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000367948 protein_coding 6 1 4 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000336830 protein_coding 9 1 2 FCRLB ENSG00000162746 +CDS chr1 161722989 161723009 ENST00000367946 protein_coding 7 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367948 protein_coding 6 1 5 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000336830 protein_coding 9 1 3 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367944 protein_coding 3 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367945 protein_coding 5 1 2 FCRLB ENSG00000162746 +CDS chr1 161723367 161723621 ENST00000367946 protein_coding 7 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367948 protein_coding 6 1 6 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000336830 protein_coding 9 1 4 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367944 protein_coding 3 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367945 protein_coding 5 1 3 FCRLB ENSG00000162746 +CDS chr1 161725821 161726087 ENST00000367946 protein_coding 7 1 4 FCRLB ENSG00000162746 +CDS chr1 161726703 161726993 ENST00000367948 protein_coding 6 1 7 FCRLB ENSG00000162746 +CDS chr1 161726807 161726993 ENST00000336830 protein_coding 9 1 5 FCRLB ENSG00000162746 +CDS chr1 161726807 161726993 ENST00000367944 protein_coding 3 1 4 FCRLB ENSG00000162746 +CDS chr1 161726848 161726993 ENST00000367945 protein_coding 5 1 4 FCRLB ENSG00000162746 +CDS chr1 161726848 161726993 ENST00000367946 protein_coding 7 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727659 ENST00000367948 protein_coding 6 1 8 FCRLB ENSG00000162746 +CDS chr1 161727247 161727310 ENST00000336830 protein_coding 9 1 6 FCRLB ENSG00000162746 +CDS chr1 161727247 161727310 ENST00000367944 protein_coding 3 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727480 ENST00000367945 protein_coding 5 1 5 FCRLB ENSG00000162746 +CDS chr1 161727247 161727480 ENST00000367946 protein_coding 7 1 6 FCRLB ENSG00000162746 +transcript chr1 161749786 161757238 ENST00000367943 protein_coding 5 1 NA DUSP12 ENSG00000081721 +CDS chr1 161749802 161750145 ENST00000367943 protein_coding 5 1 1 DUSP12 ENSG00000081721 +CDS chr1 161751668 161751781 ENST00000367943 protein_coding 5 1 2 DUSP12 ENSG00000081721 +CDS chr1 161751866 161751984 ENST00000367943 protein_coding 5 1 3 DUSP12 ENSG00000081721 +CDS chr1 161752368 161752464 ENST00000367943 protein_coding 5 1 4 DUSP12 ENSG00000081721 +CDS chr1 161753075 161753261 ENST00000367943 protein_coding 5 1 5 DUSP12 ENSG00000081721 +CDS chr1 161756786 161756944 ENST00000367943 protein_coding 5 1 6 DUSP12 ENSG00000081721 +transcript chr1 161766298 161959632 ENST00000680688 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766309 161962101 ENST00000679853 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161958997 ENST00000681492 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161959632 ENST00000679886 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766320 161964070 ENST00000367942 protein_coding 4 1 NA ATF6 ENSG00000118217 +transcript chr1 161766321 161865955 ENST00000680462 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766322 161792288 ENST00000680633 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766342 161959651 ENST00000681912 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766356 161865955 ENST00000679833 protein_coding 1 NA NA ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000680688 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679853 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000681492 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679886 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000367942 protein_coding 4 1 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000680462 protein_coding 1 NA 1 ATF6 ENSG00000118217 +CDS chr1 161766361 161766442 ENST00000679833 protein_coding 1 NA 1 ATF6 ENSG00000118217 +transcript chr1 161766515 161959658 ENST00000681541 protein_coding 1 NA NA ATF6 ENSG00000118217 +transcript chr1 161766564 161959658 ENST00000681036 protein_coding 1 NA NA ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000680688 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000679853 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000681492 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000367942 protein_coding 4 1 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000680462 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161778244 161778320 ENST00000679833 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000680688 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000679853 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000681492 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000367942 protein_coding 4 1 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000680462 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781912 161781999 ENST00000679833 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000680633 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000681541 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161781951 161781999 ENST00000681036 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680688 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000679853 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681492 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000367942 protein_coding 4 1 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680462 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000680633 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000679833 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681541 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161783990 161784096 ENST00000681036 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680688 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000679853 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681492 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000367942 protein_coding 4 1 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680462 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000680633 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000679833 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681541 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791408 161791537 ENST00000681036 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161791438 161791537 ENST00000681912 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000680688 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000679853 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681492 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000367942 protein_coding 4 1 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000680462 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792288 ENST00000680633 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681912 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000679833 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681541 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161792124 161792327 ENST00000681036 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000680688 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679853 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681492 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679886 protein_coding 1 NA 2 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000367942 protein_coding 4 1 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000680462 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681912 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000679833 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681541 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161802052 161802272 ENST00000681036 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000680688 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679853 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681492 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679886 protein_coding 1 NA 3 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000367942 protein_coding 4 1 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000680462 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681912 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000679833 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681541 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161819633 161819818 ENST00000681036 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000680688 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679853 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681492 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679886 protein_coding 1 NA 4 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000367942 protein_coding 4 1 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000680462 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681912 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000679833 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681541 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161821070 161821161 ENST00000681036 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000680688 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679853 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681492 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679886 protein_coding 1 NA 5 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000367942 protein_coding 4 1 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000680462 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681912 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000679833 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681541 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161846449 161846580 ENST00000681036 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161851665 161851835 ENST00000680688 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679853 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681492 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679886 protein_coding 1 NA 6 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000367942 protein_coding 4 1 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000680462 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681912 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000679833 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681541 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161851722 161851835 ENST00000681036 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000680688 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679853 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681492 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679886 protein_coding 1 NA 7 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000367942 protein_coding 4 1 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000680462 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681912 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000679833 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681541 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161853224 161853323 ENST00000681036 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000680688 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679853 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681492 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679886 protein_coding 1 NA 8 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000367942 protein_coding 4 1 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000680462 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681912 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000679833 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681541 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161860207 161860277 ENST00000681036 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000680688 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681492 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000679886 protein_coding 1 NA 9 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000367942 protein_coding 4 1 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000680462 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681912 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161863198 161863324 ENST00000679833 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681541 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863198 161863312 ENST00000681036 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161863201 161863312 ENST00000679853 protein_coding 1 NA 14 ATF6 ENSG00000118217 +CDS chr1 161864741 161864848 ENST00000680462 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161870972 161871061 ENST00000681492 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000680688 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000679853 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681492 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000679886 protein_coding 1 NA 10 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000367942 protein_coding 4 1 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681912 protein_coding 1 NA 12 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681541 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161912296 161912380 ENST00000681036 protein_coding 1 NA 15 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000680688 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000679853 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681492 protein_coding 1 NA 17 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000679886 protein_coding 1 NA 11 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000367942 protein_coding 4 1 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681912 protein_coding 1 NA 13 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681541 protein_coding 1 NA 16 ATF6 ENSG00000118217 +CDS chr1 161958446 161958651 ENST00000681036 protein_coding 1 NA 16 ATF6 ENSG00000118217 +transcript chr1 161983192 162023869 ENST00000294794 protein_coding 8 1 NA OLFML2B ENSG00000162745 +transcript chr1 161983456 162023640 ENST00000367940 protein_coding 2 2 NA OLFML2B ENSG00000162745 +transcript chr1 161983553 161985232 ENST00000367938 protein_coding 1 2 NA OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000294794 protein_coding 8 1 8 OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000367940 protein_coding 2 2 8 OLFML2B ENSG00000162745 +CDS chr1 161983678 161984276 ENST00000367938 protein_coding 1 2 2 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984980 ENST00000294794 protein_coding 8 1 7 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984980 ENST00000367940 protein_coding 2 2 7 OLFML2B ENSG00000162745 +CDS chr1 161984804 161984903 ENST00000367938 protein_coding 1 2 1 OLFML2B ENSG00000162745 +CDS chr1 161997825 161998349 ENST00000294794 protein_coding 8 1 6 OLFML2B ENSG00000162745 +CDS chr1 161997825 161998349 ENST00000367940 protein_coding 2 2 6 OLFML2B ENSG00000162745 +CDS chr1 162000113 162000338 ENST00000294794 protein_coding 8 1 5 OLFML2B ENSG00000162745 +CDS chr1 162000113 162000341 ENST00000367940 protein_coding 2 2 5 OLFML2B ENSG00000162745 +CDS chr1 162006297 162006473 ENST00000294794 protein_coding 8 1 4 OLFML2B ENSG00000162745 +CDS chr1 162006297 162006473 ENST00000367940 protein_coding 2 2 4 OLFML2B ENSG00000162745 +CDS chr1 162017400 162017507 ENST00000294794 protein_coding 8 1 3 OLFML2B ENSG00000162745 +CDS chr1 162017400 162017507 ENST00000367940 protein_coding 2 2 3 OLFML2B ENSG00000162745 +CDS chr1 162019919 162020182 ENST00000294794 protein_coding 8 1 2 OLFML2B ENSG00000162745 +CDS chr1 162019919 162020182 ENST00000367940 protein_coding 2 2 2 OLFML2B ENSG00000162745 +CDS chr1 162023257 162023430 ENST00000294794 protein_coding 8 1 1 OLFML2B ENSG00000162745 +CDS chr1 162023257 162023430 ENST00000367940 protein_coding 2 2 1 OLFML2B ENSG00000162745 +transcript chr1 162069691 162370475 ENST00000361897 protein_coding 10 1 NA NOS1AP ENSG00000198929 +transcript chr1 162069774 162368451 ENST00000530878 protein_coding 5 1 NA NOS1AP ENSG00000198929 +CDS chr1 162070178 162070282 ENST00000530878 protein_coding 5 1 1 NOS1AP ENSG00000198929 +CDS chr1 162070178 162070282 ENST00000361897 protein_coding 10 1 1 NOS1AP ENSG00000198929 +CDS chr1 162154405 162154476 ENST00000530878 protein_coding 5 1 2 NOS1AP ENSG00000198929 +CDS chr1 162154405 162154476 ENST00000361897 protein_coding 10 1 2 NOS1AP ENSG00000198929 +CDS chr1 162287344 162287436 ENST00000530878 protein_coding 5 1 3 NOS1AP ENSG00000198929 +CDS chr1 162287344 162287436 ENST00000361897 protein_coding 10 1 3 NOS1AP ENSG00000198929 +CDS chr1 162300633 162300706 ENST00000361897 protein_coding 10 1 4 NOS1AP ENSG00000198929 +CDS chr1 162300648 162300706 ENST00000530878 protein_coding 5 1 4 NOS1AP ENSG00000198929 +CDS chr1 162333017 162333125 ENST00000530878 protein_coding 5 1 5 NOS1AP ENSG00000198929 +CDS chr1 162333017 162333125 ENST00000361897 protein_coding 10 1 5 NOS1AP ENSG00000198929 +CDS chr1 162343835 162343976 ENST00000530878 protein_coding 5 1 6 NOS1AP ENSG00000198929 +CDS chr1 162343835 162343976 ENST00000361897 protein_coding 10 1 6 NOS1AP ENSG00000198929 +CDS chr1 162355187 162355353 ENST00000530878 protein_coding 5 1 7 NOS1AP ENSG00000198929 +CDS chr1 162355187 162355353 ENST00000361897 protein_coding 10 1 7 NOS1AP ENSG00000198929 +CDS chr1 162356960 162357136 ENST00000530878 protein_coding 5 1 8 NOS1AP ENSG00000198929 +CDS chr1 162356960 162357136 ENST00000361897 protein_coding 10 1 8 NOS1AP ENSG00000198929 +transcript chr1 162360537 162367221 ENST00000464284 protein_coding 1 4 NA NOS1AP ENSG00000198929 +transcript chr1 162362983 162370023 ENST00000493151 protein_coding 1 1 NA NOS1AP ENSG00000198929 +CDS chr1 162365350 162365569 ENST00000493151 protein_coding 1 1 1 NOS1AP ENSG00000198929 +CDS chr1 162365404 162365569 ENST00000530878 protein_coding 5 1 9 NOS1AP ENSG00000198929 +CDS chr1 162365404 162365569 ENST00000361897 protein_coding 10 1 9 NOS1AP ENSG00000198929 +transcript chr1 162365407 162382115 ENST00000431696 protein_coding 1 4 NA NA ENSG00000254706 +CDS chr1 162365497 162365569 ENST00000464284 protein_coding 1 4 2 NOS1AP ENSG00000198929 +CDS chr1 162365497 162365569 ENST00000431696 protein_coding 1 4 1 NA ENSG00000254706 +transcript chr1 162366908 162383377 ENST00000420220 protein_coding 1 5 NA NA ENSG00000254706 +CDS chr1 162367052 162367464 ENST00000530878 protein_coding 5 1 10 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367464 ENST00000361897 protein_coding 10 1 10 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367221 ENST00000464284 protein_coding 1 4 3 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367464 ENST00000493151 protein_coding 1 1 2 NOS1AP ENSG00000198929 +CDS chr1 162367052 162367204 ENST00000431696 protein_coding 1 4 2 NA ENSG00000254706 +transcript chr1 162373203 162376854 ENST00000367935 protein_coding 10 1 NA SPATA46 ENSG00000171722 +CDS chr1 162374051 162374616 ENST00000367935 protein_coding 10 1 3 SPATA46 ENSG00000171722 +CDS chr1 162375290 162375403 ENST00000367935 protein_coding 10 1 2 SPATA46 ENSG00000171722 +CDS chr1 162376688 162376790 ENST00000367935 protein_coding 10 1 1 SPATA46 ENSG00000171722 +transcript chr1 162378841 162383711 ENST00000426197 protein_coding 2 2 NA C1orf226 ENSG00000239887 +CDS chr1 162378914 162379031 ENST00000426197 protein_coding 2 2 1 C1orf226 ENSG00000239887 +transcript chr1 162381728 162386812 ENST00000458626 protein_coding 4 1 NA C1orf226 ENSG00000239887 +CDS chr1 162381891 162382218 ENST00000426197 protein_coding 2 2 2 C1orf226 ENSG00000239887 +CDS chr1 162381891 162382115 ENST00000431696 protein_coding 1 4 3 NA ENSG00000254706 +CDS chr1 162381902 162382218 ENST00000458626 protein_coding 4 1 1 C1orf226 ENSG00000239887 +CDS chr1 162381902 162382218 ENST00000420220 protein_coding 1 5 3 NA ENSG00000254706 +CDS chr1 162383182 162383680 ENST00000426197 protein_coding 2 2 3 C1orf226 ENSG00000239887 +CDS chr1 162383182 162383680 ENST00000458626 protein_coding 4 1 2 C1orf226 ENSG00000239887 +CDS chr1 162383182 162383377 ENST00000420220 protein_coding 1 5 4 NA ENSG00000254706 +transcript chr1 162395268 162412136 ENST00000367929 protein_coding 3 1 NA SH2D1B ENSG00000198574 +CDS chr1 162397283 162397315 ENST00000367929 protein_coding 3 1 4 SH2D1B ENSG00000198574 +CDS chr1 162398923 162399087 ENST00000367929 protein_coding 3 1 3 SH2D1B ENSG00000198574 +CDS chr1 162402739 162402802 ENST00000367929 protein_coding 3 1 2 SH2D1B ENSG00000198574 +CDS chr1 162411883 162412016 ENST00000367929 protein_coding 3 1 1 SH2D1B ENSG00000198574 +transcript chr1 162497251 162529629 ENST00000545294 protein_coding 5 2 NA UHMK1 ENSG00000152332 +CDS chr1 162497251 162497296 ENST00000545294 protein_coding 5 2 1 UHMK1 ENSG00000152332 +transcript chr1 162497805 162529629 ENST00000538489 protein_coding 5 1 NA UHMK1 ENSG00000152332 +transcript chr1 162497818 162529631 ENST00000489294 protein_coding 2 1 NA UHMK1 ENSG00000152332 +CDS chr1 162498001 162498268 ENST00000489294 protein_coding 2 1 1 UHMK1 ENSG00000152332 +CDS chr1 162498001 162498268 ENST00000538489 protein_coding 5 1 1 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000489294 protein_coding 2 1 2 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000538489 protein_coding 5 1 2 UHMK1 ENSG00000152332 +CDS chr1 162499955 162500247 ENST00000545294 protein_coding 5 2 2 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000489294 protein_coding 2 1 3 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000538489 protein_coding 5 1 3 UHMK1 ENSG00000152332 +CDS chr1 162500913 162501104 ENST00000545294 protein_coding 5 2 3 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000489294 protein_coding 2 1 4 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000538489 protein_coding 5 1 4 UHMK1 ENSG00000152332 +CDS chr1 162503754 162503848 ENST00000545294 protein_coding 5 2 4 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000489294 protein_coding 2 1 5 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000538489 protein_coding 5 1 5 UHMK1 ENSG00000152332 +CDS chr1 162512500 162512576 ENST00000545294 protein_coding 5 2 5 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000489294 protein_coding 2 1 6 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000538489 protein_coding 5 1 6 UHMK1 ENSG00000152332 +CDS chr1 162512725 162512823 ENST00000545294 protein_coding 5 2 6 UHMK1 ENSG00000152332 +CDS chr1 162518102 162518190 ENST00000489294 protein_coding 2 1 7 UHMK1 ENSG00000152332 +CDS chr1 162518102 162518190 ENST00000545294 protein_coding 5 2 7 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522547 ENST00000489294 protein_coding 2 1 8 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522411 ENST00000538489 protein_coding 5 1 7 UHMK1 ENSG00000152332 +CDS chr1 162522404 162522547 ENST00000545294 protein_coding 5 2 8 UHMK1 ENSG00000152332 +transcript chr1 162561506 162599842 ENST00000271469 protein_coding 7 5 NA UAP1 ENSG00000117143 +transcript chr1 162561533 162599837 ENST00000367926 protein_coding 8 1 NA UAP1 ENSG00000117143 +transcript chr1 162566037 162599831 ENST00000367925 protein_coding 5 5 NA UAP1 ENSG00000117143 +transcript chr1 162566037 162599831 ENST00000367924 protein_coding 1 5 NA UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367926 protein_coding 8 1 2 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367925 protein_coding 5 5 1 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000367924 protein_coding 1 5 1 UAP1 ENSG00000117143 +CDS chr1 162566069 162566348 ENST00000271469 protein_coding 7 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367926 protein_coding 8 1 3 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367925 protein_coding 5 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000367924 protein_coding 1 5 2 UAP1 ENSG00000117143 +CDS chr1 162576777 162576981 ENST00000271469 protein_coding 7 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367926 protein_coding 8 1 4 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367925 protein_coding 5 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000367924 protein_coding 1 5 3 UAP1 ENSG00000117143 +CDS chr1 162579428 162579603 ENST00000271469 protein_coding 7 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367926 protein_coding 8 1 5 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367925 protein_coding 5 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000367924 protein_coding 1 5 4 UAP1 ENSG00000117143 +CDS chr1 162581287 162581459 ENST00000271469 protein_coding 7 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367926 protein_coding 8 1 6 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367925 protein_coding 5 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000367924 protein_coding 1 5 5 UAP1 ENSG00000117143 +CDS chr1 162587475 162587668 ENST00000271469 protein_coding 7 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367926 protein_coding 8 1 7 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367925 protein_coding 5 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000367924 protein_coding 1 5 6 UAP1 ENSG00000117143 +CDS chr1 162588693 162588833 ENST00000271469 protein_coding 7 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367926 protein_coding 8 1 8 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367925 protein_coding 5 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000367924 protein_coding 1 5 7 UAP1 ENSG00000117143 +CDS chr1 162590323 162590511 ENST00000271469 protein_coding 7 5 8 UAP1 ENSG00000117143 +CDS chr1 162592732 162592782 ENST00000367925 protein_coding 5 5 8 UAP1 ENSG00000117143 +CDS chr1 162592732 162592782 ENST00000271469 protein_coding 7 5 9 UAP1 ENSG00000117143 +CDS chr1 162592735 162592782 ENST00000367924 protein_coding 1 5 8 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367926 protein_coding 8 1 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367925 protein_coding 5 5 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000367924 protein_coding 1 5 9 UAP1 ENSG00000117143 +CDS chr1 162597792 162597858 ENST00000271469 protein_coding 7 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367926 protein_coding 8 1 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367925 protein_coding 5 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000367924 protein_coding 1 5 10 UAP1 ENSG00000117143 +CDS chr1 162599271 162599360 ENST00000271469 protein_coding 7 5 11 UAP1 ENSG00000117143 +transcript chr1 162631373 162780410 ENST00000446985 protein_coding 6 3 NA DDR2 ENSG00000162733 +transcript chr1 162631946 162753167 ENST00000671979 protein_coding 1 NA NA DDR2 ENSG00000162733 +transcript chr1 162632011 162755182 ENST00000415555 protein_coding 5 5 NA DDR2 ENSG00000162733 +transcript chr1 162632464 162787405 ENST00000367921 protein_coding 8 1 NA DDR2 ENSG00000162733 +transcript chr1 162632465 162787400 ENST00000367922 protein_coding 7 1 NA DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000446985 protein_coding 6 3 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000671979 protein_coding 1 NA 4 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000415555 protein_coding 5 5 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000367921 protein_coding 8 1 3 DDR2 ENSG00000162733 +CDS chr1 162719064 162719145 ENST00000367922 protein_coding 7 1 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000446985 protein_coding 6 3 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753167 ENST00000671979 protein_coding 1 NA 5 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000415555 protein_coding 5 5 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000367921 protein_coding 8 1 4 DDR2 ENSG00000162733 +CDS chr1 162753095 162753197 ENST00000367922 protein_coding 7 1 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000446985 protein_coding 6 3 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000415555 protein_coding 5 5 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000367921 protein_coding 8 1 5 DDR2 ENSG00000162733 +CDS chr1 162754624 162754855 ENST00000367922 protein_coding 7 1 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000446985 protein_coding 6 3 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755182 ENST00000415555 protein_coding 5 5 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000367921 protein_coding 8 1 6 DDR2 ENSG00000162733 +CDS chr1 162755156 162755303 ENST00000367922 protein_coding 7 1 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000446985 protein_coding 6 3 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000367921 protein_coding 8 1 7 DDR2 ENSG00000162733 +CDS chr1 162755664 162755769 ENST00000367922 protein_coding 7 1 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000446985 protein_coding 6 3 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000367921 protein_coding 8 1 8 DDR2 ENSG00000162733 +CDS chr1 162759796 162759979 ENST00000367922 protein_coding 7 1 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000446985 protein_coding 6 3 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000367921 protein_coding 8 1 9 DDR2 ENSG00000162733 +CDS chr1 162761211 162761454 ENST00000367922 protein_coding 7 1 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000446985 protein_coding 6 3 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000367921 protein_coding 8 1 10 DDR2 ENSG00000162733 +CDS chr1 162766001 162766063 ENST00000367922 protein_coding 7 1 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000446985 protein_coding 6 3 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000367921 protein_coding 8 1 11 DDR2 ENSG00000162733 +CDS chr1 162767229 162767359 ENST00000367922 protein_coding 7 1 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000446985 protein_coding 6 3 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000367921 protein_coding 8 1 12 DDR2 ENSG00000162733 +CDS chr1 162770302 162770512 ENST00000367922 protein_coding 7 1 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000446985 protein_coding 6 3 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000367921 protein_coding 8 1 13 DDR2 ENSG00000162733 +CDS chr1 162772024 162772247 ENST00000367922 protein_coding 7 1 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000446985 protein_coding 6 3 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000367921 protein_coding 8 1 14 DDR2 ENSG00000162733 +CDS chr1 162773469 162773596 ENST00000367922 protein_coding 7 1 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000446985 protein_coding 6 3 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000367921 protein_coding 8 1 15 DDR2 ENSG00000162733 +CDS chr1 162775652 162775843 ENST00000367922 protein_coding 7 1 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000446985 protein_coding 6 3 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000367921 protein_coding 8 1 16 DDR2 ENSG00000162733 +CDS chr1 162776136 162776370 ENST00000367922 protein_coding 7 1 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000446985 protein_coding 6 3 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000367921 protein_coding 8 1 17 DDR2 ENSG00000162733 +CDS chr1 162778580 162778729 ENST00000367922 protein_coding 7 1 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000446985 protein_coding 6 3 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000367921 protein_coding 8 1 18 DDR2 ENSG00000162733 +CDS chr1 162780112 162780243 ENST00000367922 protein_coding 7 1 19 DDR2 ENSG00000162733 +transcript chr1 162790702 162812823 ENST00000254521 protein_coding 8 1 NA HSD17B7 ENSG00000132196 +transcript chr1 162790723 162793052 ENST00000367915 protein_coding 1 2 NA HSD17B7 ENSG00000132196 +CDS chr1 162790801 162790835 ENST00000254521 protein_coding 8 1 1 HSD17B7 ENSG00000132196 +CDS chr1 162790801 162790835 ENST00000367915 protein_coding 1 2 1 HSD17B7 ENSG00000132196 +CDS chr1 162792659 162792862 ENST00000254521 protein_coding 8 1 2 HSD17B7 ENSG00000132196 +CDS chr1 162792659 162792875 ENST00000367915 protein_coding 1 2 2 HSD17B7 ENSG00000132196 +CDS chr1 162796585 162796677 ENST00000254521 protein_coding 8 1 3 HSD17B7 ENSG00000132196 +CDS chr1 162797802 162797916 ENST00000254521 protein_coding 8 1 4 HSD17B7 ENSG00000132196 +CDS chr1 162799743 162799937 ENST00000254521 protein_coding 8 1 5 HSD17B7 ENSG00000132196 +CDS chr1 162803431 162803535 ENST00000254521 protein_coding 8 1 6 HSD17B7 ENSG00000132196 +CDS chr1 162804267 162804323 ENST00000254521 protein_coding 8 1 7 HSD17B7 ENSG00000132196 +CDS chr1 162805394 162805492 ENST00000254521 protein_coding 8 1 8 HSD17B7 ENSG00000132196 +CDS chr1 162812298 162812417 ENST00000254521 protein_coding 8 1 9 HSD17B7 ENSG00000132196 +transcript chr1 162851020 162861175 ENST00000367912 protein_coding 7 5 NA CCDC190 ENSG00000185860 +transcript chr1 162854297 162859664 ENST00000367911 protein_coding 3 3 NA CCDC190 ENSG00000185860 +transcript chr1 162854297 162868761 ENST00000367910 protein_coding 5 2 NA CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367912 protein_coding 7 5 4 CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367911 protein_coding 3 3 3 CCDC190 ENSG00000185860 +CDS chr1 162854768 162855359 ENST00000367910 protein_coding 5 2 4 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855755 ENST00000367912 protein_coding 7 5 3 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855758 ENST00000367911 protein_coding 3 3 2 CCDC190 ENSG00000185860 +CDS chr1 162855632 162855758 ENST00000367910 protein_coding 5 2 3 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367912 protein_coding 7 5 2 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367911 protein_coding 3 3 1 CCDC190 ENSG00000185860 +CDS chr1 162859460 162859646 ENST00000367910 protein_coding 5 2 2 CCDC190 ENSG00000185860 +transcript chr1 163068775 163076802 ENST00000421743 protein_coding 6 1 NA RGS4 ENSG00000117152 +CDS chr1 163068935 163068992 ENST00000421743 protein_coding 6 1 1 RGS4 ENSG00000117152 +CDS chr1 163069252 163069528 ENST00000421743 protein_coding 6 1 2 RGS4 ENSG00000117152 +transcript chr1 163069361 163074708 ENST00000531057 protein_coding 5 4 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163074755 ENST00000527809 protein_coding 5 4 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163076591 ENST00000367908 protein_coding 8 2 NA RGS4 ENSG00000117152 +transcript chr1 163069361 163076802 ENST00000367909 protein_coding 11 1 NA RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000531057 protein_coding 5 4 1 RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000367908 protein_coding 8 2 1 RGS4 ENSG00000117152 +CDS chr1 163069485 163069528 ENST00000367909 protein_coding 11 1 1 RGS4 ENSG00000117152 +transcript chr1 163072044 163074816 ENST00000367906 protein_coding 7 1 NA RGS4 ENSG00000117152 +transcript chr1 163072146 163074427 ENST00000528938 protein_coding 1 4 NA RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000421743 protein_coding 6 1 3 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000531057 protein_coding 5 4 2 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000367908 protein_coding 8 2 2 RGS4 ENSG00000117152 +CDS chr1 163072395 163072499 ENST00000367909 protein_coding 11 1 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000527809 protein_coding 5 4 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000367906 protein_coding 7 1 2 RGS4 ENSG00000117152 +CDS chr1 163072405 163072499 ENST00000528938 protein_coding 1 4 2 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000421743 protein_coding 6 1 4 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000531057 protein_coding 5 4 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000527809 protein_coding 5 4 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367908 protein_coding 8 2 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367909 protein_coding 11 1 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000367906 protein_coding 7 1 3 RGS4 ENSG00000117152 +CDS chr1 163072805 163072866 ENST00000528938 protein_coding 1 4 3 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000421743 protein_coding 6 1 5 RGS4 ENSG00000117152 +CDS chr1 163073456 163073574 ENST00000531057 protein_coding 5 4 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000527809 protein_coding 5 4 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000367909 protein_coding 11 1 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000367906 protein_coding 7 1 4 RGS4 ENSG00000117152 +CDS chr1 163073456 163073622 ENST00000528938 protein_coding 1 4 4 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000421743 protein_coding 6 1 6 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000527809 protein_coding 5 4 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074388 ENST00000367908 protein_coding 8 2 4 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000367909 protein_coding 11 1 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074557 ENST00000367906 protein_coding 7 1 5 RGS4 ENSG00000117152 +CDS chr1 163074321 163074427 ENST00000528938 protein_coding 1 4 5 RGS4 ENSG00000117152 +CDS chr1 163074619 163074627 ENST00000531057 protein_coding 5 4 5 RGS4 ENSG00000117152 +transcript chr1 163142299 163202916 ENST00000313961 protein_coding 10 1 NA RGS5 ENSG00000143248 +transcript chr1 163142299 163321791 ENST00000618415 protein_coding 4 4 NA RGS5 ENSG00000143248 +transcript chr1 163147056 163217636 ENST00000367903 protein_coding 7 3 NA RGS5 ENSG00000143248 +transcript chr1 163147117 163202903 ENST00000530507 protein_coding 5 3 NA RGS5 ENSG00000143248 +transcript chr1 163147342 163202835 ENST00000527988 protein_coding 1 1 NA RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000313961 protein_coding 10 1 5 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000367903 protein_coding 7 3 6 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000530507 protein_coding 5 3 5 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000527988 protein_coding 1 1 3 RGS5 ENSG00000143248 +CDS chr1 163147345 163147503 ENST00000618415 protein_coding 4 4 6 RGS5 ENSG00000143248 +CDS chr1 163152538 163152716 ENST00000530507 protein_coding 5 3 4 RGS5 ENSG00000143248 +CDS chr1 163152550 163152716 ENST00000313961 protein_coding 10 1 4 RGS5 ENSG00000143248 +CDS chr1 163152550 163152716 ENST00000367903 protein_coding 7 3 5 RGS5 ENSG00000143248 +CDS chr1 163152550 163152609 ENST00000527988 protein_coding 1 1 2 RGS5 ENSG00000143248 +CDS chr1 163152550 163152609 ENST00000618415 protein_coding 4 4 5 RGS5 ENSG00000143248 +transcript chr1 163152608 163202898 ENST00000531476 protein_coding 1 3 NA RGS5 ENSG00000143248 +CDS chr1 163152608 163152716 ENST00000531476 protein_coding 1 3 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000313961 protein_coding 10 1 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000367903 protein_coding 7 3 4 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000530507 protein_coding 5 3 3 RGS5 ENSG00000143248 +CDS chr1 163161915 163161976 ENST00000531476 protein_coding 1 3 2 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000313961 protein_coding 10 1 2 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000367903 protein_coding 7 3 3 RGS5 ENSG00000143248 +CDS chr1 163168258 163168368 ENST00000530507 protein_coding 5 3 2 RGS5 ENSG00000143248 +CDS chr1 163172558 163172592 ENST00000367903 protein_coding 7 3 2 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000313961 protein_coding 10 1 1 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000530507 protein_coding 5 3 1 RGS5 ENSG00000143248 +CDS chr1 163202792 163202835 ENST00000531476 protein_coding 1 3 1 RGS5 ENSG00000143248 +CDS chr1 163217526 163217594 ENST00000367903 protein_coding 7 3 1 RGS5 ENSG00000143248 +transcript chr1 163266576 163336786 ENST00000534289 protein_coding 5 4 NA NUF2 ENSG00000143228 +transcript chr1 163321890 163336848 ENST00000450453 protein_coding 6 3 NA NUF2 ENSG00000143228 +transcript chr1 163321900 163355727 ENST00000524800 protein_coding 5 5 NA NUF2 ENSG00000143228 +transcript chr1 163321935 163339477 ENST00000442820 protein_coding 5 5 NA NUF2 ENSG00000143228 +transcript chr1 163321935 163355764 ENST00000367900 protein_coding 7 1 NA NUF2 ENSG00000143228 +transcript chr1 163321954 163355759 ENST00000271452 protein_coding 8 1 NA NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000534289 protein_coding 5 4 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000450453 protein_coding 6 3 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000524800 protein_coding 5 5 2 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000442820 protein_coding 5 5 3 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000367900 protein_coding 7 1 2 NUF2 ENSG00000143228 +CDS chr1 163326052 163326174 ENST00000271452 protein_coding 8 1 2 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000534289 protein_coding 5 4 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000450453 protein_coding 6 3 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000524800 protein_coding 5 5 3 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000442820 protein_coding 5 5 4 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000367900 protein_coding 7 1 3 NUF2 ENSG00000143228 +CDS chr1 163327488 163327562 ENST00000271452 protein_coding 8 1 3 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000534289 protein_coding 5 4 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000450453 protein_coding 6 3 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000524800 protein_coding 5 5 4 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000442820 protein_coding 5 5 5 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000367900 protein_coding 7 1 4 NUF2 ENSG00000143228 +CDS chr1 163328228 163328304 ENST00000271452 protein_coding 8 1 4 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000534289 protein_coding 5 4 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000450453 protein_coding 6 3 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000524800 protein_coding 5 5 5 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000442820 protein_coding 5 5 6 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000367900 protein_coding 7 1 5 NUF2 ENSG00000143228 +CDS chr1 163328846 163328907 ENST00000271452 protein_coding 8 1 5 NUF2 ENSG00000143228 +CDS chr1 163336751 163336786 ENST00000534289 protein_coding 5 4 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000450453 protein_coding 6 3 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000524800 protein_coding 5 5 6 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000442820 protein_coding 5 5 7 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000367900 protein_coding 7 1 6 NUF2 ENSG00000143228 +CDS chr1 163336751 163336848 ENST00000271452 protein_coding 8 1 6 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000524800 protein_coding 5 5 7 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000442820 protein_coding 5 5 8 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000367900 protein_coding 7 1 7 NUF2 ENSG00000143228 +CDS chr1 163338020 163338093 ENST00000271452 protein_coding 8 1 7 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000524800 protein_coding 5 5 8 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000442820 protein_coding 5 5 9 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000367900 protein_coding 7 1 8 NUF2 ENSG00000143228 +CDS chr1 163339381 163339477 ENST00000271452 protein_coding 8 1 8 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000524800 protein_coding 5 5 9 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000367900 protein_coding 7 1 9 NUF2 ENSG00000143228 +CDS chr1 163340364 163340426 ENST00000271452 protein_coding 8 1 9 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000524800 protein_coding 5 5 10 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000367900 protein_coding 7 1 10 NUF2 ENSG00000143228 +CDS chr1 163343733 163343870 ENST00000271452 protein_coding 8 1 10 NUF2 ENSG00000143228 +CDS chr1 163345678 163345818 ENST00000367900 protein_coding 7 1 11 NUF2 ENSG00000143228 +CDS chr1 163345678 163345818 ENST00000271452 protein_coding 8 1 11 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000524800 protein_coding 5 5 11 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000367900 protein_coding 7 1 12 NUF2 ENSG00000143228 +CDS chr1 163347763 163347938 ENST00000271452 protein_coding 8 1 12 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000524800 protein_coding 5 5 12 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000367900 protein_coding 7 1 13 NUF2 ENSG00000143228 +CDS chr1 163348945 163349080 ENST00000271452 protein_coding 8 1 13 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000524800 protein_coding 5 5 13 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000367900 protein_coding 7 1 14 NUF2 ENSG00000143228 +CDS chr1 163355335 163355466 ENST00000271452 protein_coding 8 1 14 NUF2 ENSG00000143228 +transcript chr1 164559184 164851831 ENST00000420696 protein_coding 7 1 NA PBX1 ENSG00000185630 +transcript chr1 164559200 164560357 ENST00000485769 protein_coding 5 2 NA PBX1 ENSG00000185630 +transcript chr1 164559407 164792738 ENST00000340699 protein_coding 7 4 NA PBX1 ENSG00000185630 +transcript chr1 164559744 164849829 ENST00000627490 protein_coding 2 2 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000485769 protein_coding 5 2 2 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000340699 protein_coding 7 4 2 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000420696 protein_coding 7 1 1 PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000627490 protein_coding 2 2 1 PBX1 ENSG00000185630 +transcript chr1 164559823 164846955 ENST00000367897 protein_coding 5 1 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000367897 protein_coding 5 1 1 PBX1 ENSG00000185630 +transcript chr1 164559823 164848522 ENST00000559240 protein_coding 5 5 NA PBX1 ENSG00000185630 +CDS chr1 164559823 164560013 ENST00000559240 protein_coding 5 5 1 PBX1 ENSG00000185630 +CDS chr1 164560146 164560164 ENST00000485769 protein_coding 5 2 3 PBX1 ENSG00000185630 +transcript chr1 164562805 164799883 ENST00000559578 protein_coding 1 4 NA PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000340699 protein_coding 7 4 3 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000420696 protein_coding 7 1 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000627490 protein_coding 2 2 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000367897 protein_coding 5 1 2 PBX1 ENSG00000185630 +CDS chr1 164563238 164563311 ENST00000559240 protein_coding 5 5 2 PBX1 ENSG00000185630 +CDS chr1 164563263 164563311 ENST00000559578 protein_coding 1 4 2 PBX1 ENSG00000185630 +transcript chr1 164626006 164848522 ENST00000560641 protein_coding 5 5 NA PBX1 ENSG00000185630 +transcript chr1 164630981 164799889 ENST00000482110 protein_coding 5 5 NA PBX1 ENSG00000185630 +transcript chr1 164772912 164807571 ENST00000558837 protein_coding 5 4 NA PBX1 ENSG00000185630 +transcript chr1 164787643 164799796 ENST00000559560 protein_coding 1 4 NA PBX1 ENSG00000185630 +transcript chr1 164792492 164851821 ENST00000612123 protein_coding 3 5 NA PBX1 ENSG00000185630 +transcript chr1 164792492 164851821 ENST00000540236 protein_coding 3 1 NA PBX1 ENSG00000185630 +CDS chr1 164792493 164792738 ENST00000612123 protein_coding 3 5 1 PBX1 ENSG00000185630 +CDS chr1 164792493 164792738 ENST00000540236 protein_coding 3 1 1 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000340699 protein_coding 7 4 4 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000420696 protein_coding 7 1 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000627490 protein_coding 2 2 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000367897 protein_coding 5 1 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000559240 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164792494 164792738 ENST00000559578 protein_coding 1 4 3 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000560641 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000482110 protein_coding 5 5 2 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000558837 protein_coding 5 4 2 PBX1 ENSG00000185630 +CDS chr1 164792544 164792738 ENST00000559560 protein_coding 1 4 2 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000420696 protein_coding 7 1 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000627490 protein_coding 2 2 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000367897 protein_coding 5 1 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000559240 protein_coding 5 5 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799883 ENST00000559578 protein_coding 1 4 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000560641 protein_coding 5 5 4 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000482110 protein_coding 5 5 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000558837 protein_coding 5 4 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799796 ENST00000559560 protein_coding 1 4 3 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000612123 protein_coding 3 5 2 PBX1 ENSG00000185630 +CDS chr1 164799699 164799889 ENST00000540236 protein_coding 3 1 2 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000420696 protein_coding 7 1 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000627490 protein_coding 2 2 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000367897 protein_coding 5 1 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000559240 protein_coding 5 5 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000560641 protein_coding 5 5 5 PBX1 ENSG00000185630 +CDS chr1 164807542 164807571 ENST00000558837 protein_coding 5 4 4 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000612123 protein_coding 3 5 3 PBX1 ENSG00000185630 +CDS chr1 164807542 164807677 ENST00000540236 protein_coding 3 1 3 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000420696 protein_coding 7 1 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000627490 protein_coding 2 2 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000367897 protein_coding 5 1 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000560641 protein_coding 5 5 6 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000612123 protein_coding 3 5 4 PBX1 ENSG00000185630 +CDS chr1 164811990 164812149 ENST00000540236 protein_coding 3 1 4 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000420696 protein_coding 7 1 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000627490 protein_coding 2 2 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000560641 protein_coding 5 5 7 PBX1 ENSG00000185630 +CDS chr1 164820072 164820184 ENST00000540236 protein_coding 3 1 5 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000420696 protein_coding 7 1 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000627490 protein_coding 2 2 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821580 ENST00000367897 protein_coding 5 1 7 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000559240 protein_coding 5 5 6 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000560641 protein_coding 5 5 8 PBX1 ENSG00000185630 +CDS chr1 164821537 164821580 ENST00000612123 protein_coding 3 5 5 PBX1 ENSG00000185630 +CDS chr1 164821537 164821626 ENST00000540236 protein_coding 3 1 6 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000420696 protein_coding 7 1 9 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000559240 protein_coding 5 5 7 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000560641 protein_coding 5 5 9 PBX1 ENSG00000185630 +CDS chr1 164846584 164846673 ENST00000540236 protein_coding 3 1 7 PBX1 ENSG00000185630 +CDS chr1 164849340 164849399 ENST00000627490 protein_coding 2 2 9 PBX1 ENSG00000185630 +transcript chr1 165201867 165356715 ENST00000342310 protein_coding 7 2 NA LMX1A ENSG00000162761 +transcript chr1 165201873 165356241 ENST00000294816 protein_coding 6 2 NA LMX1A ENSG00000162761 +transcript chr1 165203874 165355746 ENST00000367893 protein_coding 4 1 NA LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000342310 protein_coding 7 2 9 LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000294816 protein_coding 6 2 9 LMX1A ENSG00000162761 +CDS chr1 165203883 165204040 ENST00000367893 protein_coding 4 1 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000342310 protein_coding 7 2 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000294816 protein_coding 6 2 8 LMX1A ENSG00000162761 +CDS chr1 165205864 165206034 ENST00000367893 protein_coding 4 1 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000342310 protein_coding 7 2 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000294816 protein_coding 6 2 7 LMX1A ENSG00000162761 +CDS chr1 165208063 165208132 ENST00000367893 protein_coding 4 1 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000342310 protein_coding 7 2 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000294816 protein_coding 6 2 6 LMX1A ENSG00000162761 +CDS chr1 165210699 165210776 ENST00000367893 protein_coding 4 1 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000342310 protein_coding 7 2 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000294816 protein_coding 6 2 5 LMX1A ENSG00000162761 +CDS chr1 165213641 165213813 ENST00000367893 protein_coding 4 1 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000342310 protein_coding 7 2 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000294816 protein_coding 6 2 4 LMX1A ENSG00000162761 +CDS chr1 165249408 165249640 ENST00000367893 protein_coding 4 1 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000342310 protein_coding 7 2 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000294816 protein_coding 6 2 3 LMX1A ENSG00000162761 +CDS chr1 165353076 165353262 ENST00000367893 protein_coding 4 1 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000342310 protein_coding 7 2 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000294816 protein_coding 6 2 2 LMX1A ENSG00000162761 +CDS chr1 165355484 165355559 ENST00000367893 protein_coding 4 1 1 LMX1A ENSG00000162761 +transcript chr1 165400922 165445126 ENST00000359842 protein_coding 10 1 NA RXRG ENSG00000143171 +transcript chr1 165400923 165445355 ENST00000619224 protein_coding 1 1 NA RXRG ENSG00000143171 +CDS chr1 165401266 165401410 ENST00000359842 protein_coding 10 1 10 RXRG ENSG00000143171 +CDS chr1 165401266 165401410 ENST00000619224 protein_coding 1 1 11 RXRG ENSG00000143171 +CDS chr1 165406812 165406917 ENST00000359842 protein_coding 10 1 9 RXRG ENSG00000143171 +CDS chr1 165406812 165406917 ENST00000619224 protein_coding 1 1 10 RXRG ENSG00000143171 +CDS chr1 165408227 165408318 ENST00000359842 protein_coding 10 1 8 RXRG ENSG00000143171 +CDS chr1 165408227 165408318 ENST00000619224 protein_coding 1 1 9 RXRG ENSG00000143171 +CDS chr1 165409558 165409690 ENST00000359842 protein_coding 10 1 7 RXRG ENSG00000143171 +CDS chr1 165409558 165409690 ENST00000619224 protein_coding 1 1 8 RXRG ENSG00000143171 +CDS chr1 165410702 165410831 ENST00000359842 protein_coding 10 1 6 RXRG ENSG00000143171 +CDS chr1 165410702 165410831 ENST00000619224 protein_coding 1 1 7 RXRG ENSG00000143171 +CDS chr1 165410949 165411109 ENST00000359842 protein_coding 10 1 5 RXRG ENSG00000143171 +CDS chr1 165410949 165411109 ENST00000619224 protein_coding 1 1 6 RXRG ENSG00000143171 +CDS chr1 165417041 165417220 ENST00000359842 protein_coding 10 1 4 RXRG ENSG00000143171 +CDS chr1 165417041 165417220 ENST00000619224 protein_coding 1 1 5 RXRG ENSG00000143171 +CDS chr1 165419870 165420014 ENST00000359842 protein_coding 10 1 3 RXRG ENSG00000143171 +CDS chr1 165419870 165419942 ENST00000619224 protein_coding 1 1 4 RXRG ENSG00000143171 +CDS chr1 165428719 165428966 ENST00000359842 protein_coding 10 1 2 RXRG ENSG00000143171 +CDS chr1 165444845 165444893 ENST00000359842 protein_coding 10 1 1 RXRG ENSG00000143171 +transcript chr1 165544000 165563957 ENST00000294818 protein_coding 2 1 NA LRRC52 ENSG00000162763 +CDS chr1 165544297 165544918 ENST00000294818 protein_coding 2 1 1 LRRC52 ENSG00000162763 +CDS chr1 165563505 165563821 ENST00000294818 protein_coding 2 1 2 LRRC52 ENSG00000162763 +transcript chr1 165631213 165661796 ENST00000367888 protein_coding 8 3 NA MGST3 ENSG00000143198 +transcript chr1 165631234 165656136 ENST00000367889 protein_coding 8 1 NA MGST3 ENSG00000143198 +transcript chr1 165631240 165655620 ENST00000367885 protein_coding 5 2 NA MGST3 ENSG00000143198 +transcript chr1 165631255 165655620 ENST00000367884 protein_coding 6 3 NA MGST3 ENSG00000143198 +transcript chr1 165632063 165655620 ENST00000367883 protein_coding 3 3 NA MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000367885 protein_coding 5 2 2 MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000367883 protein_coding 3 3 2 MGST3 ENSG00000143198 +transcript chr1 165632240 165656133 ENST00000627653 protein_coding 1 5 NA MGST3 ENSG00000143198 +CDS chr1 165632240 165632274 ENST00000627653 protein_coding 1 5 1 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000367885 protein_coding 5 2 3 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000367883 protein_coding 3 3 3 MGST3 ENSG00000143198 +CDS chr1 165649841 165649964 ENST00000627653 protein_coding 1 5 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367889 protein_coding 8 1 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367888 protein_coding 8 3 2 MGST3 ENSG00000143198 +CDS chr1 165649848 165649964 ENST00000367884 protein_coding 6 3 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367889 protein_coding 8 1 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367888 protein_coding 8 3 3 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367885 protein_coding 5 2 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367884 protein_coding 6 3 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000367883 protein_coding 3 3 4 MGST3 ENSG00000143198 +CDS chr1 165651014 165651087 ENST00000627653 protein_coding 1 5 3 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367889 protein_coding 8 1 4 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367888 protein_coding 8 3 4 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367885 protein_coding 5 2 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367884 protein_coding 6 3 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000367883 protein_coding 3 3 5 MGST3 ENSG00000143198 +CDS chr1 165651978 165652035 ENST00000627653 protein_coding 1 5 4 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367889 protein_coding 8 1 5 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367888 protein_coding 8 3 5 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367885 protein_coding 5 2 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367884 protein_coding 6 3 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000367883 protein_coding 3 3 6 MGST3 ENSG00000143198 +CDS chr1 165654279 165654351 ENST00000627653 protein_coding 1 5 5 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367889 protein_coding 8 1 6 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367885 protein_coding 5 2 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367884 protein_coding 6 3 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000367883 protein_coding 3 3 7 MGST3 ENSG00000143198 +CDS chr1 165655368 165655501 ENST00000627653 protein_coding 1 5 6 MGST3 ENSG00000143198 +CDS chr1 165661429 165661493 ENST00000367888 protein_coding 8 3 6 MGST3 ENSG00000143198 +transcript chr1 165662216 165698562 ENST00000354775 protein_coding 5 1 NA ALDH9A1 ENSG00000143149 +CDS chr1 165663053 165663144 ENST00000354775 protein_coding 5 1 11 ALDH9A1 ENSG00000143149 +CDS chr1 165665018 165665130 ENST00000354775 protein_coding 5 1 10 ALDH9A1 ENSG00000143149 +CDS chr1 165667309 165667450 ENST00000354775 protein_coding 5 1 9 ALDH9A1 ENSG00000143149 +CDS chr1 165668926 165669013 ENST00000354775 protein_coding 5 1 8 ALDH9A1 ENSG00000143149 +CDS chr1 165669262 165669450 ENST00000354775 protein_coding 5 1 7 ALDH9A1 ENSG00000143149 +CDS chr1 165679442 165679582 ENST00000354775 protein_coding 5 1 6 ALDH9A1 ENSG00000143149 +CDS chr1 165680487 165680683 ENST00000354775 protein_coding 5 1 5 ALDH9A1 ENSG00000143149 +CDS chr1 165682107 165682241 ENST00000354775 protein_coding 5 1 4 ALDH9A1 ENSG00000143149 +CDS chr1 165682981 165683110 ENST00000354775 protein_coding 5 1 3 ALDH9A1 ENSG00000143149 +CDS chr1 165695252 165695397 ENST00000354775 protein_coding 5 1 2 ALDH9A1 ENSG00000143149 +CDS chr1 165698378 165698558 ENST00000354775 protein_coding 5 1 1 ALDH9A1 ENSG00000143149 +transcript chr1 165724293 165768922 ENST00000612311 protein_coding 4 1 NA TMCO1 ENSG00000143183 +transcript chr1 165726795 165768868 ENST00000367881 protein_coding 11 1 NA TMCO1 ENSG00000143183 +transcript chr1 165727306 165827755 ENST00000580248 protein_coding 5 2 NA TMCO1 ENSG00000143183 +transcript chr1 165727538 165768876 ENST00000464650 protein_coding 5 2 NA TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000612311 protein_coding 4 1 7 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000367881 protein_coding 11 1 7 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000580248 protein_coding 5 2 9 TMCO1 ENSG00000143183 +CDS chr1 165728026 165728121 ENST00000464650 protein_coding 5 2 7 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000612311 protein_coding 4 1 6 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000367881 protein_coding 11 1 6 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000580248 protein_coding 5 2 8 TMCO1 ENSG00000143183 +CDS chr1 165743167 165743311 ENST00000464650 protein_coding 5 2 6 TMCO1 ENSG00000143183 +transcript chr1 165743169 165768837 ENST00000481278 protein_coding 5 3 NA TMCO1 ENSG00000143183 +CDS chr1 165743169 165743311 ENST00000481278 protein_coding 5 3 6 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000612311 protein_coding 4 1 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000367881 protein_coding 11 1 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000580248 protein_coding 5 2 7 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000464650 protein_coding 5 2 5 TMCO1 ENSG00000143183 +CDS chr1 165752102 165752169 ENST00000481278 protein_coding 5 3 5 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000612311 protein_coding 4 1 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000367881 protein_coding 11 1 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754230 ENST00000580248 protein_coding 5 2 6 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754230 ENST00000464650 protein_coding 5 2 4 TMCO1 ENSG00000143183 +CDS chr1 165754228 165754274 ENST00000481278 protein_coding 5 3 4 TMCO1 ENSG00000143183 +transcript chr1 165754893 165768922 ENST00000628579 protein_coding 1 5 NA TMCO1 ENSG00000143183 +CDS chr1 165754896 165754990 ENST00000628579 protein_coding 1 5 4 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000612311 protein_coding 4 1 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000367881 protein_coding 11 1 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000481278 protein_coding 5 3 3 TMCO1 ENSG00000143183 +CDS chr1 165759525 165759584 ENST00000628579 protein_coding 1 5 3 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000612311 protein_coding 4 1 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000367881 protein_coding 11 1 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000481278 protein_coding 5 3 2 TMCO1 ENSG00000143183 +CDS chr1 165768192 165768269 ENST00000628579 protein_coding 1 5 2 TMCO1 ENSG00000143183 +CDS chr1 165768482 165768515 ENST00000481278 protein_coding 5 3 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768904 ENST00000612311 protein_coding 4 1 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768751 ENST00000367881 protein_coding 11 1 1 TMCO1 ENSG00000143183 +CDS chr1 165768682 165768904 ENST00000628579 protein_coding 1 5 1 TMCO1 ENSG00000143183 +transcript chr1 165827614 165911618 ENST00000367879 protein_coding 9 1 NA UCK2 ENSG00000143179 +transcript chr1 165827805 165911608 ENST00000642653 protein_coding 1 NA NA UCK2 ENSG00000143179 +CDS chr1 165827834 165827932 ENST00000367879 protein_coding 9 1 1 UCK2 ENSG00000143179 +CDS chr1 165885344 165885379 ENST00000642653 protein_coding 1 NA 2 UCK2 ENSG00000143179 +CDS chr1 165890204 165890363 ENST00000367879 protein_coding 9 1 2 UCK2 ENSG00000143179 +CDS chr1 165890204 165890363 ENST00000642653 protein_coding 1 NA 3 UCK2 ENSG00000143179 +CDS chr1 165891226 165891322 ENST00000367879 protein_coding 9 1 3 UCK2 ENSG00000143179 +CDS chr1 165891226 165891322 ENST00000642653 protein_coding 1 NA 4 UCK2 ENSG00000143179 +transcript chr1 165895570 165908074 ENST00000469256 protein_coding 6 3 NA UCK2 ENSG00000143179 +transcript chr1 165895585 165907871 ENST00000470820 protein_coding 1 1 NA UCK2 ENSG00000143179 +CDS chr1 165896190 165896332 ENST00000367879 protein_coding 9 1 4 UCK2 ENSG00000143179 +CDS chr1 165896190 165896332 ENST00000642653 protein_coding 1 NA 5 UCK2 ENSG00000143179 +CDS chr1 165896284 165896332 ENST00000469256 protein_coding 6 3 2 UCK2 ENSG00000143179 +CDS chr1 165896284 165896332 ENST00000470820 protein_coding 1 1 1 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000367879 protein_coding 9 1 5 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000642653 protein_coding 1 NA 6 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000469256 protein_coding 6 3 3 UCK2 ENSG00000143179 +CDS chr1 165903182 165903279 ENST00000470820 protein_coding 1 1 2 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000367879 protein_coding 9 1 6 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000642653 protein_coding 1 NA 7 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000469256 protein_coding 6 3 4 UCK2 ENSG00000143179 +CDS chr1 165905921 165905969 ENST00000470820 protein_coding 1 1 3 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000367879 protein_coding 9 1 7 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000642653 protein_coding 1 NA 8 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000469256 protein_coding 6 3 5 UCK2 ENSG00000143179 +CDS chr1 165907684 165907820 ENST00000470820 protein_coding 1 1 4 UCK2 ENSG00000143179 +transcript chr1 166069299 166167001 ENST00000354422 protein_coding 4 2 NA FAM78B ENSG00000188859 +transcript chr1 166070020 166166969 ENST00000338353 protein_coding 3 1 NA FAM78B ENSG00000188859 +CDS chr1 166070244 166070763 ENST00000354422 protein_coding 4 2 2 FAM78B ENSG00000188859 +CDS chr1 166070244 166070763 ENST00000338353 protein_coding 3 1 3 FAM78B ENSG00000188859 +CDS chr1 166165986 166166248 ENST00000354422 protein_coding 4 2 1 FAM78B ENSG00000188859 +CDS chr1 166165986 166166248 ENST00000338353 protein_coding 3 1 2 FAM78B ENSG00000188859 +transcript chr1 166839447 166849208 ENST00000449930 protein_coding 5 2 NA POGK ENSG00000143157 +transcript chr1 166839475 166856359 ENST00000367876 protein_coding 9 1 NA POGK ENSG00000143157 +transcript chr1 166840089 166854473 ENST00000367875 protein_coding 1 5 NA POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000449930 protein_coding 5 2 2 POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000367876 protein_coding 9 1 2 POGK ENSG00000143157 +CDS chr1 166840957 166841088 ENST00000367875 protein_coding 1 5 2 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000449930 protein_coding 5 2 3 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000367876 protein_coding 9 1 3 POGK ENSG00000143157 +CDS chr1 166846612 166846738 ENST00000367875 protein_coding 1 5 3 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000449930 protein_coding 5 2 4 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000367876 protein_coding 9 1 4 POGK ENSG00000143157 +CDS chr1 166847494 166847592 ENST00000367875 protein_coding 1 5 4 POGK ENSG00000143157 +CDS chr1 166848938 166849208 ENST00000449930 protein_coding 5 2 5 POGK ENSG00000143157 +CDS chr1 166848938 166850406 ENST00000367876 protein_coding 9 1 5 POGK ENSG00000143157 +CDS chr1 166848938 166850406 ENST00000367875 protein_coding 1 5 5 POGK ENSG00000143157 +transcript chr1 166856510 166876264 ENST00000367874 protein_coding 5 1 NA TADA1 ENSG00000152382 +CDS chr1 166857570 166857719 ENST00000367874 protein_coding 5 1 8 TADA1 ENSG00000152382 +CDS chr1 166858119 166858281 ENST00000367874 protein_coding 5 1 7 TADA1 ENSG00000152382 +CDS chr1 166860186 166860337 ENST00000367874 protein_coding 5 1 6 TADA1 ENSG00000152382 +CDS chr1 166862203 166862412 ENST00000367874 protein_coding 5 1 5 TADA1 ENSG00000152382 +CDS chr1 166863824 166863921 ENST00000367874 protein_coding 5 1 4 TADA1 ENSG00000152382 +CDS chr1 166869445 166869510 ENST00000367874 protein_coding 5 1 3 TADA1 ENSG00000152382 +CDS chr1 166869763 166869854 ENST00000367874 protein_coding 5 1 2 TADA1 ENSG00000152382 +CDS chr1 166876160 166876233 ENST00000367874 protein_coding 5 1 1 TADA1 ENSG00000152382 +transcript chr1 166908187 166975540 ENST00000271417 protein_coding 8 1 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000528703 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000525740 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000529387 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000469934 protein_coding 6 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000529071 protein_coding 5 5 NA ILDR2 ENSG00000143195 +transcript chr1 166918866 166975482 ENST00000526687 protein_coding 1 5 NA ILDR2 ENSG00000143195 +CDS chr1 166919291 166919390 ENST00000469934 protein_coding 6 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000271417 protein_coding 8 1 10 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000528703 protein_coding 5 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000525740 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000529071 protein_coding 5 5 9 ILDR2 ENSG00000143195 +CDS chr1 166919358 166919390 ENST00000526687 protein_coding 1 5 8 ILDR2 ENSG00000143195 +CDS chr1 166919389 166919390 ENST00000529387 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000271417 protein_coding 8 1 9 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000528703 protein_coding 5 5 8 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000525740 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000529071 protein_coding 5 5 8 ILDR2 ENSG00000143195 +CDS chr1 166920707 166921379 ENST00000526687 protein_coding 1 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000271417 protein_coding 8 1 8 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000528703 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000525740 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000469934 protein_coding 6 5 8 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000529071 protein_coding 5 5 7 ILDR2 ENSG00000143195 +CDS chr1 166922593 166922809 ENST00000526687 protein_coding 1 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000271417 protein_coding 8 1 7 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000528703 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000525740 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000469934 protein_coding 6 5 7 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000529071 protein_coding 5 5 6 ILDR2 ENSG00000143195 +CDS chr1 166927067 166927180 ENST00000526687 protein_coding 1 5 5 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000271417 protein_coding 8 1 6 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000469934 protein_coding 6 5 6 ILDR2 ENSG00000143195 +CDS chr1 166935301 166935477 ENST00000529071 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000271417 protein_coding 8 1 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000528703 protein_coding 5 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000469934 protein_coding 6 5 5 ILDR2 ENSG00000143195 +CDS chr1 166936591 166936737 ENST00000529071 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000271417 protein_coding 8 1 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000528703 protein_coding 5 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000469934 protein_coding 6 5 4 ILDR2 ENSG00000143195 +CDS chr1 166939514 166939570 ENST00000526687 protein_coding 1 5 4 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000271417 protein_coding 8 1 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000528703 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000525740 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000529387 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000469934 protein_coding 6 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000529071 protein_coding 5 5 3 ILDR2 ENSG00000143195 +CDS chr1 166956733 166956852 ENST00000526687 protein_coding 1 5 3 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000271417 protein_coding 8 1 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000528703 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000525740 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000529387 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000469934 protein_coding 6 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000529071 protein_coding 5 5 2 ILDR2 ENSG00000143195 +CDS chr1 166957769 166958101 ENST00000526687 protein_coding 1 5 2 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000271417 protein_coding 8 1 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000528703 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000525740 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000529387 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000469934 protein_coding 6 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000529071 protein_coding 5 5 1 ILDR2 ENSG00000143195 +CDS chr1 166975223 166975268 ENST00000526687 protein_coding 1 5 1 ILDR2 ENSG00000143195 +transcript chr1 166975582 167022213 ENST00000622874 protein_coding 4 1 NA MAEL ENSG00000143194 +transcript chr1 166989089 167022210 ENST00000367870 protein_coding 6 1 NA MAEL ENSG00000143194 +transcript chr1 166989280 167022214 ENST00000367872 protein_coding 9 1 NA MAEL ENSG00000143194 +transcript chr1 166989288 167017959 ENST00000447624 protein_coding 1 3 NA MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000367872 protein_coding 9 1 1 MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000447624 protein_coding 1 3 1 MAEL ENSG00000143194 +CDS chr1 166989353 166989484 ENST00000367870 protein_coding 6 1 1 MAEL ENSG00000143194 +CDS chr1 166989737 166989829 ENST00000367872 protein_coding 9 1 2 MAEL ENSG00000143194 +CDS chr1 166989773 166989829 ENST00000622874 protein_coding 4 1 3 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000367872 protein_coding 9 1 3 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000447624 protein_coding 1 3 2 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000622874 protein_coding 4 1 4 MAEL ENSG00000143194 +CDS chr1 166991378 166991477 ENST00000367870 protein_coding 6 1 2 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000367872 protein_coding 9 1 4 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000447624 protein_coding 1 3 3 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000622874 protein_coding 4 1 5 MAEL ENSG00000143194 +CDS chr1 166992686 166992841 ENST00000367870 protein_coding 6 1 3 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000367872 protein_coding 9 1 5 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000447624 protein_coding 1 3 4 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000622874 protein_coding 4 1 6 MAEL ENSG00000143194 +CDS chr1 166994028 166994069 ENST00000367870 protein_coding 6 1 4 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000367872 protein_coding 9 1 6 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000447624 protein_coding 1 3 5 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000622874 protein_coding 4 1 7 MAEL ENSG00000143194 +CDS chr1 167004180 167004304 ENST00000367870 protein_coding 6 1 5 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000367872 protein_coding 9 1 7 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000447624 protein_coding 1 3 6 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000622874 protein_coding 4 1 8 MAEL ENSG00000143194 +CDS chr1 167005076 167005130 ENST00000367870 protein_coding 6 1 6 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000367872 protein_coding 9 1 8 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000447624 protein_coding 1 3 7 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000622874 protein_coding 4 1 9 MAEL ENSG00000143194 +CDS chr1 167005256 167005397 ENST00000367870 protein_coding 6 1 7 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000367872 protein_coding 9 1 9 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000447624 protein_coding 1 3 8 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000622874 protein_coding 4 1 10 MAEL ENSG00000143194 +CDS chr1 167016222 167016284 ENST00000367870 protein_coding 6 1 8 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000367872 protein_coding 9 1 10 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000447624 protein_coding 1 3 9 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000622874 protein_coding 4 1 11 MAEL ENSG00000143194 +CDS chr1 167017827 167017959 ENST00000367870 protein_coding 6 1 9 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000367872 protein_coding 9 1 11 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000622874 protein_coding 4 1 12 MAEL ENSG00000143194 +CDS chr1 167021085 167021160 ENST00000367870 protein_coding 6 1 10 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000367872 protein_coding 9 1 12 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000622874 protein_coding 4 1 13 MAEL ENSG00000143194 +CDS chr1 167021668 167021852 ENST00000367870 protein_coding 6 1 11 MAEL ENSG00000143194 +transcript chr1 167052836 167090377 ENST00000367868 protein_coding 4 1 NA GPA33 ENSG00000143167 +CDS chr1 167054337 167054466 ENST00000367868 protein_coding 4 1 7 GPA33 ENSG00000143167 +CDS chr1 167054976 167055111 ENST00000367868 protein_coding 4 1 6 GPA33 ENSG00000143167 +CDS chr1 167055730 167055849 ENST00000367868 protein_coding 4 1 5 GPA33 ENSG00000143167 +CDS chr1 167063582 167063737 ENST00000367868 protein_coding 4 1 4 GPA33 ENSG00000143167 +transcript chr1 167063630 167166479 ENST00000632571 protein_coding 1 4 NA GPA33 ENSG00000143167 +CDS chr1 167063630 167063737 ENST00000632571 protein_coding 1 4 4 GPA33 ENSG00000143167 +CDS chr1 167068922 167069138 ENST00000367868 protein_coding 4 1 3 GPA33 ENSG00000143167 +CDS chr1 167068922 167069012 ENST00000632571 protein_coding 1 4 3 GPA33 ENSG00000143167 +CDS chr1 167073385 167073539 ENST00000367868 protein_coding 4 1 2 GPA33 ENSG00000143167 +CDS chr1 167090245 167090287 ENST00000367868 protein_coding 4 1 1 GPA33 ENSG00000143167 +transcript chr1 167094075 167129165 ENST00000361200 protein_coding 7 5 NA STYXL2 ENSG00000198842 +transcript chr1 167094340 167128608 ENST00000271385 protein_coding 9 1 NA STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000361200 protein_coding 7 5 2 STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000271385 protein_coding 9 1 2 STYXL2 ENSG00000198842 +transcript chr1 167094850 167129165 ENST00000443333 protein_coding 1 5 NA STYXL2 ENSG00000198842 +CDS chr1 167094850 167094959 ENST00000443333 protein_coding 1 5 1 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000361200 protein_coding 7 5 3 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000271385 protein_coding 9 1 3 STYXL2 ENSG00000198842 +CDS chr1 167113710 167113804 ENST00000443333 protein_coding 1 5 2 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000361200 protein_coding 7 5 4 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000271385 protein_coding 9 1 4 STYXL2 ENSG00000198842 +CDS chr1 167117328 167117559 ENST00000443333 protein_coding 1 5 3 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000361200 protein_coding 7 5 5 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000271385 protein_coding 9 1 5 STYXL2 ENSG00000198842 +CDS chr1 167119249 167119466 ENST00000443333 protein_coding 1 5 4 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000361200 protein_coding 7 5 6 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000271385 protein_coding 9 1 6 STYXL2 ENSG00000198842 +CDS chr1 167125787 167128605 ENST00000443333 protein_coding 1 5 5 STYXL2 ENSG00000198842 +transcript chr1 167220886 167427340 ENST00000367866 protein_coding 7 1 NA POU2F1 ENSG00000143190 +transcript chr1 167220891 167427342 ENST00000429375 protein_coding 6 2 NA POU2F1 ENSG00000143190 +CDS chr1 167220898 167220958 ENST00000367866 protein_coding 7 1 1 POU2F1 ENSG00000143190 +CDS chr1 167220898 167220958 ENST00000429375 protein_coding 6 2 1 POU2F1 ENSG00000143190 +transcript chr1 167220898 167427345 ENST00000541643 protein_coding 7 1 NA POU2F1 ENSG00000143190 +transcript chr1 167329044 167427345 ENST00000367862 protein_coding 9 1 NA POU2F1 ENSG00000143190 +transcript chr1 167329166 167413114 ENST00000420254 protein_coding 7 5 NA POU2F1 ENSG00000143190 +CDS chr1 167329279 167329306 ENST00000367862 protein_coding 9 1 1 POU2F1 ENSG00000143190 +CDS chr1 167329279 167329306 ENST00000420254 protein_coding 7 5 1 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000367866 protein_coding 7 1 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000429375 protein_coding 6 2 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000367862 protein_coding 9 1 2 POU2F1 ENSG00000143190 +CDS chr1 167332470 167332535 ENST00000420254 protein_coding 7 5 2 POU2F1 ENSG00000143190 +CDS chr1 167332478 167332535 ENST00000541643 protein_coding 7 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000367866 protein_coding 7 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000429375 protein_coding 6 2 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000541643 protein_coding 7 1 4 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000367862 protein_coding 9 1 3 POU2F1 ENSG00000143190 +CDS chr1 167365467 167365567 ENST00000420254 protein_coding 7 5 3 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000367866 protein_coding 7 1 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000429375 protein_coding 6 2 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000541643 protein_coding 7 1 5 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000367862 protein_coding 9 1 4 POU2F1 ENSG00000143190 +CDS chr1 167370161 167370214 ENST00000420254 protein_coding 7 5 4 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000367866 protein_coding 7 1 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000429375 protein_coding 6 2 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000541643 protein_coding 7 1 6 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000367862 protein_coding 9 1 5 POU2F1 ENSG00000143190 +CDS chr1 167371917 167372036 ENST00000420254 protein_coding 7 5 5 POU2F1 ENSG00000143190 +transcript chr1 167371980 167427342 ENST00000443275 protein_coding 2 1 NA POU2F1 ENSG00000143190 +CDS chr1 167371980 167372036 ENST00000443275 protein_coding 2 1 1 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000367866 protein_coding 7 1 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000541643 protein_coding 7 1 7 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000367862 protein_coding 9 1 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000420254 protein_coding 7 5 6 POU2F1 ENSG00000143190 +CDS chr1 167374108 167374296 ENST00000443275 protein_coding 2 1 2 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000367866 protein_coding 7 1 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000429375 protein_coding 6 2 6 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000541643 protein_coding 7 1 8 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000367862 protein_coding 9 1 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000420254 protein_coding 7 5 7 POU2F1 ENSG00000143190 +CDS chr1 167376029 167376155 ENST00000443275 protein_coding 2 1 3 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000367866 protein_coding 7 1 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000429375 protein_coding 6 2 7 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000541643 protein_coding 7 1 9 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000367862 protein_coding 9 1 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000420254 protein_coding 7 5 8 POU2F1 ENSG00000143190 +CDS chr1 167383857 167383951 ENST00000443275 protein_coding 2 1 4 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000367866 protein_coding 7 1 9 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000429375 protein_coding 6 2 8 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000541643 protein_coding 7 1 10 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000367862 protein_coding 9 1 9 POU2F1 ENSG00000143190 +CDS chr1 167389588 167389761 ENST00000443275 protein_coding 2 1 5 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000367866 protein_coding 7 1 10 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000429375 protein_coding 6 2 9 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000541643 protein_coding 7 1 11 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000367862 protein_coding 9 1 10 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000420254 protein_coding 7 5 9 POU2F1 ENSG00000143190 +CDS chr1 167396286 167396427 ENST00000443275 protein_coding 2 1 6 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000367866 protein_coding 7 1 11 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000429375 protein_coding 6 2 10 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000541643 protein_coding 7 1 12 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000367862 protein_coding 9 1 11 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000420254 protein_coding 7 5 10 POU2F1 ENSG00000143190 +CDS chr1 167397994 167398133 ENST00000443275 protein_coding 2 1 7 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000367866 protein_coding 7 1 12 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000429375 protein_coding 6 2 11 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000541643 protein_coding 7 1 13 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000367862 protein_coding 9 1 12 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000420254 protein_coding 7 5 11 POU2F1 ENSG00000143190 +CDS chr1 167399186 167399365 ENST00000443275 protein_coding 2 1 8 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000367866 protein_coding 7 1 13 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000429375 protein_coding 6 2 12 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000541643 protein_coding 7 1 14 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000367862 protein_coding 9 1 13 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000420254 protein_coding 7 5 12 POU2F1 ENSG00000143190 +CDS chr1 167401451 167401556 ENST00000443275 protein_coding 2 1 9 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000367866 protein_coding 7 1 14 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000429375 protein_coding 6 2 13 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000541643 protein_coding 7 1 15 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000367862 protein_coding 9 1 14 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000420254 protein_coding 7 5 13 POU2F1 ENSG00000143190 +CDS chr1 167411959 167412304 ENST00000443275 protein_coding 2 1 10 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000367866 protein_coding 7 1 15 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000429375 protein_coding 6 2 14 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000541643 protein_coding 7 1 16 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000367862 protein_coding 9 1 15 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000420254 protein_coding 7 5 14 POU2F1 ENSG00000143190 +CDS chr1 167413026 167413114 ENST00000443275 protein_coding 2 1 11 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000367866 protein_coding 7 1 16 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000429375 protein_coding 6 2 15 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000541643 protein_coding 7 1 17 POU2F1 ENSG00000143190 +CDS chr1 167415500 167415807 ENST00000367862 protein_coding 9 1 16 POU2F1 ENSG00000143190 +CDS chr1 167416049 167416086 ENST00000443275 protein_coding 2 1 12 POU2F1 ENSG00000143190 +transcript chr1 167430640 167518529 ENST00000362089 protein_coding 10 1 NA CD247 ENSG00000198821 +transcript chr1 167430640 167518610 ENST00000392122 protein_coding 3 1 NA CD247 ENSG00000198821 +CDS chr1 167431684 167431746 ENST00000362089 protein_coding 10 1 8 CD247 ENSG00000198821 +CDS chr1 167431684 167431746 ENST00000392122 protein_coding 3 1 8 CD247 ENSG00000198821 +CDS chr1 167433024 167433059 ENST00000362089 protein_coding 10 1 7 CD247 ENSG00000198821 +CDS chr1 167433024 167433059 ENST00000392122 protein_coding 3 1 7 CD247 ENSG00000198821 +CDS chr1 167434020 167434076 ENST00000362089 protein_coding 10 1 6 CD247 ENSG00000198821 +CDS chr1 167434020 167434076 ENST00000392122 protein_coding 3 1 6 CD247 ENSG00000198821 +CDS chr1 167435399 167435434 ENST00000362089 protein_coding 10 1 5 CD247 ENSG00000198821 +CDS chr1 167435399 167435431 ENST00000392122 protein_coding 3 1 5 CD247 ENSG00000198821 +CDS chr1 167438570 167438650 ENST00000362089 protein_coding 10 1 4 CD247 ENSG00000198821 +CDS chr1 167438570 167438650 ENST00000392122 protein_coding 3 1 4 CD247 ENSG00000198821 +CDS chr1 167439344 167439400 ENST00000362089 protein_coding 10 1 3 CD247 ENSG00000198821 +CDS chr1 167439344 167439400 ENST00000392122 protein_coding 3 1 3 CD247 ENSG00000198821 +CDS chr1 167440664 167440767 ENST00000362089 protein_coding 10 1 2 CD247 ENSG00000198821 +CDS chr1 167440664 167440767 ENST00000392122 protein_coding 3 1 2 CD247 ENSG00000198821 +CDS chr1 167518408 167518465 ENST00000362089 protein_coding 10 1 1 CD247 ENSG00000198821 +CDS chr1 167518408 167518465 ENST00000392122 protein_coding 3 1 1 CD247 ENSG00000198821 +transcript chr1 167529117 167553805 ENST00000466652 protein_coding 2 3 NA CREG1 ENSG00000143162 +CDS chr1 167533292 167533397 ENST00000466652 protein_coding 2 3 4 CREG1 ENSG00000143162 +transcript chr1 167541013 167553762 ENST00000370509 protein_coding 5 1 NA CREG1 ENSG00000143162 +CDS chr1 167542301 167542301 ENST00000370509 protein_coding 5 1 4 CREG1 ENSG00000143162 +CDS chr1 167546101 167546285 ENST00000466652 protein_coding 2 3 3 CREG1 ENSG00000143162 +CDS chr1 167546101 167546285 ENST00000370509 protein_coding 5 1 3 CREG1 ENSG00000143162 +CDS chr1 167548002 167548121 ENST00000466652 protein_coding 2 3 2 CREG1 ENSG00000143162 +CDS chr1 167548002 167548121 ENST00000370509 protein_coding 5 1 2 CREG1 ENSG00000143162 +CDS chr1 167553388 167553741 ENST00000466652 protein_coding 2 3 1 CREG1 ENSG00000143162 +CDS chr1 167553388 167553741 ENST00000370509 protein_coding 5 1 1 CREG1 ENSG00000143162 +transcript chr1 167630093 167706248 ENST00000537350 protein_coding 5 1 NA RCSD1 ENSG00000198771 +transcript chr1 167630193 167697287 ENST00000361496 protein_coding 3 3 NA RCSD1 ENSG00000198771 +transcript chr1 167630232 167708696 ENST00000367854 protein_coding 8 1 NA RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000367854 protein_coding 8 1 1 RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000361496 protein_coding 3 3 1 RCSD1 ENSG00000198771 +CDS chr1 167630424 167630429 ENST00000537350 protein_coding 5 1 1 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000367854 protein_coding 8 1 2 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000361496 protein_coding 3 3 2 RCSD1 ENSG00000198771 +CDS chr1 167683900 167684001 ENST00000537350 protein_coding 5 1 2 RCSD1 ENSG00000198771 +CDS chr1 167685421 167685510 ENST00000367854 protein_coding 8 1 3 RCSD1 ENSG00000198771 +CDS chr1 167685421 167685510 ENST00000361496 protein_coding 3 3 3 RCSD1 ENSG00000198771 +CDS chr1 167690049 167690120 ENST00000367854 protein_coding 8 1 4 RCSD1 ENSG00000198771 +CDS chr1 167690049 167690120 ENST00000537350 protein_coding 5 1 3 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000367854 protein_coding 8 1 5 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000361496 protein_coding 3 3 4 RCSD1 ENSG00000198771 +CDS chr1 167694099 167694302 ENST00000537350 protein_coding 5 1 4 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697842 ENST00000367854 protein_coding 8 1 6 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697287 ENST00000361496 protein_coding 3 3 5 RCSD1 ENSG00000198771 +CDS chr1 167697099 167697842 ENST00000537350 protein_coding 5 1 5 RCSD1 ENSG00000198771 +CDS chr1 167704664 167704693 ENST00000367854 protein_coding 8 1 7 RCSD1 ENSG00000198771 +CDS chr1 167704664 167704693 ENST00000537350 protein_coding 5 1 6 RCSD1 ENSG00000198771 +transcript chr1 167721982 167791919 ENST00000359523 protein_coding 7 1 NA MPZL1 ENSG00000197965 +transcript chr1 167721989 167790819 ENST00000392121 protein_coding 7 2 NA MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000359523 protein_coding 7 1 1 MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000392121 protein_coding 7 2 1 MPZL1 ENSG00000197965 +transcript chr1 167722152 167787844 ENST00000474859 protein_coding 5 1 NA MPZL1 ENSG00000197965 +CDS chr1 167722152 167722242 ENST00000474859 protein_coding 5 1 1 MPZL1 ENSG00000197965 +transcript chr1 167765570 167788173 ENST00000367853 protein_coding 3 1 NA MPZL1 ENSG00000197965 +CDS chr1 167765570 167765749 ENST00000367853 protein_coding 3 1 1 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000359523 protein_coding 7 1 2 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000392121 protein_coding 7 2 2 MPZL1 ENSG00000197965 +CDS chr1 167765583 167765749 ENST00000474859 protein_coding 5 1 2 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000359523 protein_coding 7 1 3 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000474859 protein_coding 5 1 3 MPZL1 ENSG00000197965 +CDS chr1 167772275 167772488 ENST00000367853 protein_coding 3 1 2 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000359523 protein_coding 7 1 4 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000474859 protein_coding 5 1 4 MPZL1 ENSG00000197965 +CDS chr1 167773236 167773368 ENST00000367853 protein_coding 3 1 3 MPZL1 ENSG00000197965 +CDS chr1 167776064 167776166 ENST00000359523 protein_coding 7 1 5 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787918 ENST00000359523 protein_coding 7 1 6 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787918 ENST00000392121 protein_coding 7 2 3 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787841 ENST00000474859 protein_coding 5 1 5 MPZL1 ENSG00000197965 +CDS chr1 167787820 167787841 ENST00000367853 protein_coding 3 1 4 MPZL1 ENSG00000197965 +transcript chr1 167809386 167914134 ENST00000367851 protein_coding 9 1 NA ADCY10 ENSG00000143199 +transcript chr1 167809388 167914215 ENST00000545172 protein_coding 5 2 NA ADCY10 ENSG00000143199 +transcript chr1 167809678 167914102 ENST00000367848 protein_coding 1 1 NA ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000545172 protein_coding 5 2 30 ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000367851 protein_coding 9 1 33 ADCY10 ENSG00000143199 +CDS chr1 167809681 167809839 ENST00000367848 protein_coding 1 1 33 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000545172 protein_coding 5 2 29 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000367851 protein_coding 9 1 32 ADCY10 ENSG00000143199 +CDS chr1 167810725 167810913 ENST00000367848 protein_coding 1 1 32 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000545172 protein_coding 5 2 28 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000367851 protein_coding 9 1 31 ADCY10 ENSG00000143199 +CDS chr1 167818072 167818267 ENST00000367848 protein_coding 1 1 31 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000545172 protein_coding 5 2 27 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000367851 protein_coding 9 1 30 ADCY10 ENSG00000143199 +CDS chr1 167822024 167822141 ENST00000367848 protein_coding 1 1 30 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000545172 protein_coding 5 2 26 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000367851 protein_coding 9 1 29 ADCY10 ENSG00000143199 +CDS chr1 167823008 167823123 ENST00000367848 protein_coding 1 1 29 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000545172 protein_coding 5 2 25 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000367851 protein_coding 9 1 28 ADCY10 ENSG00000143199 +CDS chr1 167824476 167824572 ENST00000367848 protein_coding 1 1 28 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000545172 protein_coding 5 2 24 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000367851 protein_coding 9 1 27 ADCY10 ENSG00000143199 +CDS chr1 167824651 167824855 ENST00000367848 protein_coding 1 1 27 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000545172 protein_coding 5 2 23 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000367851 protein_coding 9 1 26 ADCY10 ENSG00000143199 +CDS chr1 167829267 167829423 ENST00000367848 protein_coding 1 1 26 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000545172 protein_coding 5 2 22 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000367851 protein_coding 9 1 25 ADCY10 ENSG00000143199 +CDS chr1 167832987 167833162 ENST00000367848 protein_coding 1 1 25 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000545172 protein_coding 5 2 21 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000367851 protein_coding 9 1 24 ADCY10 ENSG00000143199 +CDS chr1 167833970 167834077 ENST00000367848 protein_coding 1 1 24 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000545172 protein_coding 5 2 20 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000367851 protein_coding 9 1 23 ADCY10 ENSG00000143199 +CDS chr1 167836309 167836540 ENST00000367848 protein_coding 1 1 23 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000545172 protein_coding 5 2 19 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000367851 protein_coding 9 1 22 ADCY10 ENSG00000143199 +CDS chr1 167837249 167837318 ENST00000367848 protein_coding 1 1 22 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000545172 protein_coding 5 2 18 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000367851 protein_coding 9 1 21 ADCY10 ENSG00000143199 +CDS chr1 167845563 167845853 ENST00000367848 protein_coding 1 1 21 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000545172 protein_coding 5 2 17 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000367851 protein_coding 9 1 20 ADCY10 ENSG00000143199 +CDS chr1 167845985 167846263 ENST00000367848 protein_coding 1 1 20 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000545172 protein_coding 5 2 16 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000367851 protein_coding 9 1 19 ADCY10 ENSG00000143199 +CDS chr1 167848361 167848489 ENST00000367848 protein_coding 1 1 19 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000545172 protein_coding 5 2 15 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000367851 protein_coding 9 1 18 ADCY10 ENSG00000143199 +CDS chr1 167854353 167854489 ENST00000367848 protein_coding 1 1 18 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000545172 protein_coding 5 2 14 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000367851 protein_coding 9 1 17 ADCY10 ENSG00000143199 +CDS chr1 167856165 167856439 ENST00000367848 protein_coding 1 1 17 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000545172 protein_coding 5 2 13 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000367851 protein_coding 9 1 16 ADCY10 ENSG00000143199 +CDS chr1 167859807 167859893 ENST00000367848 protein_coding 1 1 16 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000545172 protein_coding 5 2 12 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000367851 protein_coding 9 1 15 ADCY10 ENSG00000143199 +CDS chr1 167860871 167861063 ENST00000367848 protein_coding 1 1 15 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000545172 protein_coding 5 2 11 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000367851 protein_coding 9 1 14 ADCY10 ENSG00000143199 +CDS chr1 167870257 167870410 ENST00000367848 protein_coding 1 1 14 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000545172 protein_coding 5 2 10 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000367851 protein_coding 9 1 13 ADCY10 ENSG00000143199 +CDS chr1 167875131 167875186 ENST00000367848 protein_coding 1 1 13 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000545172 protein_coding 5 2 9 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000367851 protein_coding 9 1 12 ADCY10 ENSG00000143199 +CDS chr1 167878446 167878635 ENST00000367848 protein_coding 1 1 12 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000545172 protein_coding 5 2 8 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000367851 protein_coding 9 1 11 ADCY10 ENSG00000143199 +CDS chr1 167880115 167880191 ENST00000367848 protein_coding 1 1 11 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000545172 protein_coding 5 2 7 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000367851 protein_coding 9 1 10 ADCY10 ENSG00000143199 +CDS chr1 167880491 167880609 ENST00000367848 protein_coding 1 1 10 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000545172 protein_coding 5 2 6 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000367851 protein_coding 9 1 9 ADCY10 ENSG00000143199 +CDS chr1 167883437 167883628 ENST00000367848 protein_coding 1 1 9 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000545172 protein_coding 5 2 5 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000367851 protein_coding 9 1 8 ADCY10 ENSG00000143199 +CDS chr1 167893853 167893941 ENST00000367848 protein_coding 1 1 8 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000545172 protein_coding 5 2 4 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000367851 protein_coding 9 1 7 ADCY10 ENSG00000143199 +CDS chr1 167896595 167896691 ENST00000367848 protein_coding 1 1 7 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899605 ENST00000545172 protein_coding 5 2 3 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899628 ENST00000367851 protein_coding 9 1 6 ADCY10 ENSG00000143199 +CDS chr1 167899423 167899628 ENST00000367848 protein_coding 1 1 6 ADCY10 ENSG00000143199 +CDS chr1 167901662 167901805 ENST00000367851 protein_coding 9 1 5 ADCY10 ENSG00000143199 +CDS chr1 167901662 167901821 ENST00000367848 protein_coding 1 1 5 ADCY10 ENSG00000143199 +CDS chr1 167902016 167902054 ENST00000367851 protein_coding 9 1 4 ADCY10 ENSG00000143199 +CDS chr1 167903887 167903991 ENST00000367851 protein_coding 9 1 3 ADCY10 ENSG00000143199 +transcript chr1 167904610 167914089 ENST00000476818 protein_coding 2 3 NA ADCY10 ENSG00000143199 +CDS chr1 167904922 167905140 ENST00000476818 protein_coding 2 3 2 ADCY10 ENSG00000143199 +CDS chr1 167904993 167905140 ENST00000367851 protein_coding 9 1 2 ADCY10 ENSG00000143199 +transcript chr1 167916675 167937072 ENST00000271373 protein_coding 9 1 NA MPC2 ENSG00000143158 +transcript chr1 167916729 167936040 ENST00000367846 protein_coding 8 1 NA MPC2 ENSG00000143158 +CDS chr1 167918326 167918359 ENST00000367846 protein_coding 8 1 5 MPC2 ENSG00000143158 +CDS chr1 167918326 167918359 ENST00000271373 protein_coding 9 1 6 MPC2 ENSG00000143158 +CDS chr1 167919979 167920090 ENST00000367846 protein_coding 8 1 4 MPC2 ENSG00000143158 +CDS chr1 167919979 167920090 ENST00000271373 protein_coding 9 1 5 MPC2 ENSG00000143158 +transcript chr1 167920011 167936805 ENST00000458574 protein_coding 1 5 NA MPC2 ENSG00000143158 +CDS chr1 167920011 167920090 ENST00000458574 protein_coding 1 5 5 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000367846 protein_coding 8 1 3 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000271373 protein_coding 9 1 4 MPC2 ENSG00000143158 +CDS chr1 167920547 167920631 ENST00000458574 protein_coding 1 5 4 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000367846 protein_coding 8 1 2 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000271373 protein_coding 9 1 3 MPC2 ENSG00000143158 +CDS chr1 167924497 167924537 ENST00000458574 protein_coding 1 5 3 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000367846 protein_coding 8 1 1 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000271373 protein_coding 9 1 2 MPC2 ENSG00000143158 +CDS chr1 167935733 167935841 ENST00000458574 protein_coding 1 5 2 MPC2 ENSG00000143158 +transcript chr1 167936559 168075841 ENST00000432587 protein_coding 6 2 NA DCAF6 ENSG00000143164 +transcript chr1 167936661 168075843 ENST00000367843 protein_coding 7 5 NA DCAF6 ENSG00000143164 +transcript chr1 167936683 168075836 ENST00000367840 protein_coding 4 1 NA DCAF6 ENSG00000143164 +transcript chr1 167936708 168075834 ENST00000312263 protein_coding 10 1 NA DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000367843 protein_coding 7 5 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000312263 protein_coding 10 1 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000367840 protein_coding 4 1 1 DCAF6 ENSG00000143164 +CDS chr1 167936912 167937008 ENST00000432587 protein_coding 6 2 1 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000367843 protein_coding 7 5 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000312263 protein_coding 10 1 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000367840 protein_coding 4 1 2 DCAF6 ENSG00000143164 +CDS chr1 167951800 167951861 ENST00000432587 protein_coding 6 2 2 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000367843 protein_coding 7 5 3 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000312263 protein_coding 10 1 3 DCAF6 ENSG00000143164 +CDS chr1 167966629 167966721 ENST00000367840 protein_coding 4 1 3 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000367843 protein_coding 7 5 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000312263 protein_coding 10 1 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000367840 protein_coding 4 1 4 DCAF6 ENSG00000143164 +CDS chr1 167974830 167975015 ENST00000432587 protein_coding 6 2 3 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000367843 protein_coding 7 5 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000312263 protein_coding 10 1 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000367840 protein_coding 4 1 5 DCAF6 ENSG00000143164 +CDS chr1 167987495 167987608 ENST00000432587 protein_coding 6 2 4 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000367843 protein_coding 7 5 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000312263 protein_coding 10 1 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000367840 protein_coding 4 1 6 DCAF6 ENSG00000143164 +CDS chr1 167991204 167991339 ENST00000432587 protein_coding 6 2 5 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000367843 protein_coding 7 5 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000312263 protein_coding 10 1 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000367840 protein_coding 4 1 7 DCAF6 ENSG00000143164 +CDS chr1 167993226 167993440 ENST00000432587 protein_coding 6 2 6 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000367843 protein_coding 7 5 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000312263 protein_coding 10 1 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000367840 protein_coding 4 1 8 DCAF6 ENSG00000143164 +CDS chr1 168002482 168002575 ENST00000432587 protein_coding 6 2 7 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000367843 protein_coding 7 5 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000312263 protein_coding 10 1 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000367840 protein_coding 4 1 9 DCAF6 ENSG00000143164 +CDS chr1 168003870 168003989 ENST00000432587 protein_coding 6 2 8 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000367843 protein_coding 7 5 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000312263 protein_coding 10 1 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000367840 protein_coding 4 1 10 DCAF6 ENSG00000143164 +CDS chr1 168004533 168004793 ENST00000432587 protein_coding 6 2 9 DCAF6 ENSG00000143164 +CDS chr1 168015781 168015951 ENST00000367840 protein_coding 4 1 11 DCAF6 ENSG00000143164 +CDS chr1 168015781 168015951 ENST00000432587 protein_coding 6 2 10 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000367843 protein_coding 7 5 11 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000367840 protein_coding 4 1 12 DCAF6 ENSG00000143164 +CDS chr1 168022988 168023047 ENST00000432587 protein_coding 6 2 11 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000367843 protein_coding 7 5 12 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000312263 protein_coding 10 1 11 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000367840 protein_coding 4 1 13 DCAF6 ENSG00000143164 +CDS chr1 168038371 168038488 ENST00000432587 protein_coding 6 2 12 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000367843 protein_coding 7 5 13 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000312263 protein_coding 10 1 12 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000367840 protein_coding 4 1 14 DCAF6 ENSG00000143164 +CDS chr1 168043025 168043140 ENST00000432587 protein_coding 6 2 13 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000367843 protein_coding 7 5 14 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000312263 protein_coding 10 1 13 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000367840 protein_coding 4 1 15 DCAF6 ENSG00000143164 +CDS chr1 168044585 168044671 ENST00000432587 protein_coding 6 2 14 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000367843 protein_coding 7 5 15 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000312263 protein_coding 10 1 14 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000367840 protein_coding 4 1 16 DCAF6 ENSG00000143164 +CDS chr1 168044900 168045227 ENST00000432587 protein_coding 6 2 15 DCAF6 ENSG00000143164 +CDS chr1 168050892 168050933 ENST00000367840 protein_coding 4 1 17 DCAF6 ENSG00000143164 +CDS chr1 168050892 168050933 ENST00000432587 protein_coding 6 2 16 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000367843 protein_coding 7 5 16 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000312263 protein_coding 10 1 15 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000367840 protein_coding 4 1 18 DCAF6 ENSG00000143164 +CDS chr1 168063621 168063759 ENST00000432587 protein_coding 6 2 17 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000367843 protein_coding 7 5 17 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000312263 protein_coding 10 1 16 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000367840 protein_coding 4 1 19 DCAF6 ENSG00000143164 +CDS chr1 168065590 168065746 ENST00000432587 protein_coding 6 2 18 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000367843 protein_coding 7 5 18 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000312263 protein_coding 10 1 17 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000367840 protein_coding 4 1 20 DCAF6 ENSG00000143164 +CDS chr1 168066377 168066465 ENST00000432587 protein_coding 6 2 19 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000367843 protein_coding 7 5 19 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000312263 protein_coding 10 1 18 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000367840 protein_coding 4 1 21 DCAF6 ENSG00000143164 +CDS chr1 168068358 168068463 ENST00000432587 protein_coding 6 2 20 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000367843 protein_coding 7 5 20 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000312263 protein_coding 10 1 19 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000367840 protein_coding 4 1 22 DCAF6 ENSG00000143164 +CDS chr1 168075371 168075432 ENST00000432587 protein_coding 6 2 21 DCAF6 ENSG00000143164 +transcript chr1 168079542 168136930 ENST00000682931 protein_coding 1 NA NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137573 ENST00000546300 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137573 ENST00000271357 protein_coding 9 1 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168136707 ENST00000539777 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168079543 168137667 ENST00000537209 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168084759 168136386 ENST00000367838 protein_coding 5 1 NA GPR161 ENSG00000143147 +transcript chr1 168085269 168136383 ENST00000367836 protein_coding 5 2 NA GPR161 ENSG00000143147 +transcript chr1 168085278 168137583 ENST00000367835 protein_coding 1 2 NA GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367838 protein_coding 5 1 8 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367836 protein_coding 5 2 6 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000367835 protein_coding 1 2 7 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000546300 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000271357 protein_coding 9 1 6 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000539777 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000537209 protein_coding 5 2 7 GPR161 ENSG00000143147 +CDS chr1 168085534 168085796 ENST00000682931 protein_coding 1 NA 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367838 protein_coding 5 1 7 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367836 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000367835 protein_coding 1 2 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000546300 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000271357 protein_coding 9 1 5 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000539777 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000537209 protein_coding 5 2 6 GPR161 ENSG00000143147 +CDS chr1 168087585 168087704 ENST00000682931 protein_coding 1 NA 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367838 protein_coding 5 1 6 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367836 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000367835 protein_coding 1 2 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000546300 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000271357 protein_coding 9 1 4 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000539777 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000537209 protein_coding 5 2 5 GPR161 ENSG00000143147 +CDS chr1 168090564 168090668 ENST00000682931 protein_coding 1 NA 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000367838 protein_coding 5 1 5 GPR161 ENSG00000143147 +CDS chr1 168096508 168097210 ENST00000367836 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000367835 protein_coding 1 2 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000546300 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000271357 protein_coding 9 1 3 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000539777 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000537209 protein_coding 5 2 4 GPR161 ENSG00000143147 +CDS chr1 168096508 168097232 ENST00000682931 protein_coding 1 NA 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000367838 protein_coding 5 1 4 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000367835 protein_coding 1 2 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104894 ENST00000271357 protein_coding 9 1 2 GPR161 ENSG00000143147 +CDS chr1 168104477 168104894 ENST00000537209 protein_coding 5 2 3 GPR161 ENSG00000143147 +CDS chr1 168104477 168104850 ENST00000682931 protein_coding 1 NA 2 GPR161 ENSG00000143147 +CDS chr1 168134906 168134921 ENST00000537209 protein_coding 5 2 2 GPR161 ENSG00000143147 +CDS chr1 168136257 168136396 ENST00000539777 protein_coding 5 2 1 GPR161 ENSG00000143147 +CDS chr1 168137390 168137421 ENST00000546300 protein_coding 5 2 1 GPR161 ENSG00000143147 +CDS chr1 168137390 168137396 ENST00000271357 protein_coding 9 1 1 GPR161 ENSG00000143147 +transcript chr1 168178962 168202109 ENST00000367833 protein_coding 7 1 NA TIPRL ENSG00000143155 +transcript chr1 168179055 168192395 ENST00000367830 protein_coding 3 1 NA TIPRL ENSG00000143155 +CDS chr1 168179078 168179181 ENST00000367833 protein_coding 7 1 1 TIPRL ENSG00000143155 +CDS chr1 168179078 168179181 ENST00000367830 protein_coding 3 1 1 TIPRL ENSG00000143155 +CDS chr1 168183902 168184081 ENST00000367833 protein_coding 7 1 2 TIPRL ENSG00000143155 +CDS chr1 168183902 168184081 ENST00000367830 protein_coding 3 1 2 TIPRL ENSG00000143155 +CDS chr1 168184779 168184878 ENST00000367833 protein_coding 7 1 3 TIPRL ENSG00000143155 +CDS chr1 168184779 168184878 ENST00000367830 protein_coding 3 1 3 TIPRL ENSG00000143155 +CDS chr1 168191369 168191500 ENST00000367833 protein_coding 7 1 4 TIPRL ENSG00000143155 +CDS chr1 168191369 168191500 ENST00000367830 protein_coding 3 1 4 TIPRL ENSG00000143155 +CDS chr1 168192208 168192225 ENST00000367830 protein_coding 3 1 5 TIPRL ENSG00000143155 +CDS chr1 168196547 168196642 ENST00000367833 protein_coding 7 1 5 TIPRL ENSG00000143155 +CDS chr1 168198919 168198981 ENST00000367833 protein_coding 7 1 6 TIPRL ENSG00000143155 +CDS chr1 168199903 168200043 ENST00000367833 protein_coding 7 1 7 TIPRL ENSG00000143155 +transcript chr1 168225950 168239160 ENST00000367829 protein_coding 5 5 NA SFT2D2 ENSG00000213064 +transcript chr1 168226004 168253021 ENST00000271375 protein_coding 7 1 NA SFT2D2 ENSG00000213064 +transcript chr1 168226008 168243140 ENST00000630869 protein_coding 1 4 NA SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000367829 protein_coding 5 5 1 SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000271375 protein_coding 7 1 1 SFT2D2 ENSG00000213064 +CDS chr1 168226080 168226142 ENST00000630869 protein_coding 1 4 1 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000367829 protein_coding 5 5 2 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000271375 protein_coding 7 1 2 SFT2D2 ENSG00000213064 +CDS chr1 168231514 168231600 ENST00000630869 protein_coding 1 4 2 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000367829 protein_coding 5 5 3 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000271375 protein_coding 7 1 3 SFT2D2 ENSG00000213064 +CDS chr1 168231834 168231919 ENST00000630869 protein_coding 1 4 3 SFT2D2 ENSG00000213064 +CDS chr1 168235101 168235182 ENST00000271375 protein_coding 7 1 4 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000367829 protein_coding 5 5 4 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000271375 protein_coding 7 1 5 SFT2D2 ENSG00000213064 +CDS chr1 168236589 168236624 ENST00000630869 protein_coding 1 4 4 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236763 ENST00000367829 protein_coding 5 5 5 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236770 ENST00000271375 protein_coding 7 1 6 SFT2D2 ENSG00000213064 +CDS chr1 168236712 168236763 ENST00000630869 protein_coding 1 4 5 SFT2D2 ENSG00000213064 +CDS chr1 168239131 168239160 ENST00000271375 protein_coding 7 1 7 SFT2D2 ENSG00000213064 +CDS chr1 168242501 168242537 ENST00000271375 protein_coding 7 1 8 SFT2D2 ENSG00000213064 +transcript chr1 168280877 168314426 ENST00000367821 protein_coding 8 1 NA TBX19 ENSG00000143178 +CDS chr1 168281091 168281293 ENST00000367821 protein_coding 8 1 1 TBX19 ENSG00000143178 +CDS chr1 168291160 168291424 ENST00000367821 protein_coding 8 1 2 TBX19 ENSG00000143178 +transcript chr1 168291160 168314424 ENST00000431969 protein_coding 5 5 NA TBX19 ENSG00000143178 +CDS chr1 168291160 168291424 ENST00000431969 protein_coding 5 5 1 TBX19 ENSG00000143178 +CDS chr1 168293144 168293278 ENST00000367821 protein_coding 8 1 3 TBX19 ENSG00000143178 +CDS chr1 168293144 168293278 ENST00000431969 protein_coding 5 5 2 TBX19 ENSG00000143178 +transcript chr1 168297624 168313915 ENST00000441464 protein_coding 1 2 NA TBX19 ENSG00000143178 +CDS chr1 168297624 168297785 ENST00000441464 protein_coding 1 2 1 TBX19 ENSG00000143178 +CDS chr1 168297724 168297785 ENST00000367821 protein_coding 8 1 4 TBX19 ENSG00000143178 +CDS chr1 168297724 168297785 ENST00000431969 protein_coding 5 5 3 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000367821 protein_coding 8 1 5 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000431969 protein_coding 5 5 4 TBX19 ENSG00000143178 +CDS chr1 168300422 168300483 ENST00000441464 protein_coding 1 2 2 TBX19 ENSG00000143178 +CDS chr1 168305008 168305196 ENST00000367821 protein_coding 8 1 6 TBX19 ENSG00000143178 +CDS chr1 168305008 168305196 ENST00000441464 protein_coding 1 2 3 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000367821 protein_coding 8 1 7 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000431969 protein_coding 5 5 5 TBX19 ENSG00000143178 +CDS chr1 168308742 168308877 ENST00000441464 protein_coding 1 2 4 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000367821 protein_coding 8 1 8 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000431969 protein_coding 5 5 6 TBX19 ENSG00000143178 +CDS chr1 168312708 168312999 ENST00000441464 protein_coding 1 2 5 TBX19 ENSG00000143178 +transcript chr1 168540768 168543997 ENST00000367819 protein_coding 3 1 NA XCL2 ENSG00000143185 +CDS chr1 168540955 168541120 ENST00000367819 protein_coding 3 1 3 XCL2 ENSG00000143185 +CDS chr1 168541993 168542107 ENST00000367819 protein_coding 3 1 2 XCL2 ENSG00000143185 +CDS chr1 168543904 168543964 ENST00000367819 protein_coding 3 1 1 XCL2 ENSG00000143185 +transcript chr1 168576605 168582069 ENST00000367818 protein_coding 4 1 NA XCL1 ENSG00000143184 +CDS chr1 168576638 168576698 ENST00000367818 protein_coding 4 1 1 XCL1 ENSG00000143184 +CDS chr1 168580063 168580177 ENST00000367818 protein_coding 4 1 2 XCL1 ENSG00000143184 +CDS chr1 168581052 168581217 ENST00000367818 protein_coding 4 1 3 XCL1 ENSG00000143184 +transcript chr1 168695468 168729206 ENST00000367817 protein_coding 4 1 NA DPT ENSG00000143196 +CDS chr1 168696552 168696615 ENST00000367817 protein_coding 4 1 4 DPT ENSG00000143196 +CDS chr1 168701017 168701124 ENST00000367817 protein_coding 4 1 3 DPT ENSG00000143196 +CDS chr1 168714221 168714346 ENST00000367817 protein_coding 4 1 2 DPT ENSG00000143196 +CDS chr1 168728870 168729174 ENST00000367817 protein_coding 4 1 1 DPT ENSG00000143196 +transcript chr1 169105697 169132722 ENST00000367816 protein_coding 5 5 NA ATP1B1 ENSG00000143153 +transcript chr1 169106323 169131777 ENST00000690184 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106683 169135009 ENST00000689522 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106688 169132701 ENST00000691106 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169106690 169132719 ENST00000367815 protein_coding 9 1 NA ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000367816 protein_coding 5 5 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000690184 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000689522 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169106830 169106926 ENST00000367815 protein_coding 9 1 1 ATP1B1 ENSG00000143153 +transcript chr1 169106896 169132722 ENST00000686702 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107091 169132701 ENST00000685155 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107596 169132701 ENST00000685792 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107889 169132701 ENST00000691753 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169107896 169132701 ENST00000494797 protein_coding 2 2 NA ATP1B1 ENSG00000143153 +transcript chr1 169108004 169132701 ENST00000691802 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169110410 169132016 ENST00000687745 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +transcript chr1 169110867 169132701 ENST00000685762 protein_coding 1 NA NA ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000367816 protein_coding 5 5 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000690184 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000689522 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169111370 169111498 ENST00000367815 protein_coding 9 1 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000686702 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685155 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685792 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000691753 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000494797 protein_coding 2 2 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000687745 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169111441 169111498 ENST00000685762 protein_coding 1 NA 1 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000367816 protein_coding 5 5 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000690184 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000689522 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000367815 protein_coding 9 1 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000686702 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685155 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685792 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000691753 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000494797 protein_coding 2 2 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000687745 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169124884 169125039 ENST00000685762 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169125018 169125039 ENST00000691106 protein_coding 1 NA 2 ATP1B1 ENSG00000143153 +CDS chr1 169125018 169125039 ENST00000691802 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000367816 protein_coding 5 5 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000690184 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000689522 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691106 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000367815 protein_coding 9 1 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000686702 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685155 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685792 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691753 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000494797 protein_coding 2 2 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000691802 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000687745 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169127224 169127408 ENST00000685762 protein_coding 1 NA 3 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000367816 protein_coding 5 5 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000690184 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000689522 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691106 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000367815 protein_coding 9 1 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000686702 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685155 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685792 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691753 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000494797 protein_coding 2 2 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000691802 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000687745 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169130010 169130090 ENST00000685762 protein_coding 1 NA 4 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000367816 protein_coding 5 5 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000690184 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000689522 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691106 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000367815 protein_coding 9 1 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000686702 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685155 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685792 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691753 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000494797 protein_coding 2 2 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000691802 protein_coding 1 NA 7 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000687745 protein_coding 1 NA 6 ATP1B1 ENSG00000143153 +CDS chr1 169131292 169131552 ENST00000685762 protein_coding 1 NA 5 ATP1B1 ENSG00000143153 +transcript chr1 169132531 169367946 ENST00000472647 protein_coding 5 2 NA NME7 ENSG00000143156 +transcript chr1 169132531 169367797 ENST00000367811 protein_coding 8 1 NA NME7 ENSG00000143156 +CDS chr1 169132788 169132817 ENST00000472647 protein_coding 5 2 12 NME7 ENSG00000143156 +CDS chr1 169132788 169132817 ENST00000367811 protein_coding 8 1 12 NME7 ENSG00000143156 +CDS chr1 169169447 169169554 ENST00000472647 protein_coding 5 2 11 NME7 ENSG00000143156 +CDS chr1 169169447 169169554 ENST00000367811 protein_coding 8 1 11 NME7 ENSG00000143156 +CDS chr1 169230718 169230819 ENST00000472647 protein_coding 5 2 10 NME7 ENSG00000143156 +CDS chr1 169230718 169230819 ENST00000367811 protein_coding 8 1 10 NME7 ENSG00000143156 +CDS chr1 169235131 169235199 ENST00000472647 protein_coding 5 2 9 NME7 ENSG00000143156 +CDS chr1 169235131 169235199 ENST00000367811 protein_coding 8 1 9 NME7 ENSG00000143156 +CDS chr1 169237623 169237687 ENST00000472647 protein_coding 5 2 8 NME7 ENSG00000143156 +CDS chr1 169237623 169237687 ENST00000367811 protein_coding 8 1 8 NME7 ENSG00000143156 +CDS chr1 169287303 169287408 ENST00000472647 protein_coding 5 2 7 NME7 ENSG00000143156 +CDS chr1 169287303 169287408 ENST00000367811 protein_coding 8 1 7 NME7 ENSG00000143156 +CDS chr1 169298556 169298763 ENST00000472647 protein_coding 5 2 6 NME7 ENSG00000143156 +CDS chr1 169298556 169298763 ENST00000367811 protein_coding 8 1 6 NME7 ENSG00000143156 +CDS chr1 169303145 169303195 ENST00000472647 protein_coding 5 2 5 NME7 ENSG00000143156 +CDS chr1 169303145 169303195 ENST00000367811 protein_coding 8 1 5 NME7 ENSG00000143156 +CDS chr1 169309970 169310080 ENST00000472647 protein_coding 5 2 4 NME7 ENSG00000143156 +CDS chr1 169309970 169310080 ENST00000367811 protein_coding 8 1 4 NME7 ENSG00000143156 +CDS chr1 169323117 169323283 ENST00000472647 protein_coding 5 2 3 NME7 ENSG00000143156 +CDS chr1 169323117 169323283 ENST00000367811 protein_coding 8 1 3 NME7 ENSG00000143156 +CDS chr1 169324393 169324395 ENST00000472647 protein_coding 5 2 2 NME7 ENSG00000143156 +CDS chr1 169324393 169324500 ENST00000367811 protein_coding 8 1 2 NME7 ENSG00000143156 +CDS chr1 169367708 169367710 ENST00000367811 protein_coding 8 1 1 NME7 ENSG00000143156 +transcript chr1 169367970 169377383 ENST00000367807 protein_coding 7 1 NA BLZF1 ENSG00000117475 +transcript chr1 169367970 169396540 ENST00000329281 protein_coding 6 1 NA BLZF1 ENSG00000117475 +transcript chr1 169367972 169376894 ENST00000420531 protein_coding 1 3 NA BLZF1 ENSG00000117475 +transcript chr1 169368195 169388305 ENST00000367808 protein_coding 8 1 NA BLZF1 ENSG00000117475 +transcript chr1 169368237 169380562 ENST00000426663 protein_coding 1 3 NA BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000367807 protein_coding 7 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000329281 protein_coding 6 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000420531 protein_coding 1 3 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000367808 protein_coding 8 1 2 BLZF1 ENSG00000117475 +CDS chr1 169369523 169369550 ENST00000426663 protein_coding 1 3 2 BLZF1 ENSG00000117475 +CDS chr1 169376540 169377033 ENST00000367807 protein_coding 7 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000329281 protein_coding 6 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376894 ENST00000420531 protein_coding 1 3 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000367808 protein_coding 8 1 3 BLZF1 ENSG00000117475 +CDS chr1 169376540 169376979 ENST00000426663 protein_coding 1 3 3 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000329281 protein_coding 6 1 4 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000367808 protein_coding 8 1 4 BLZF1 ENSG00000117475 +CDS chr1 169378330 169378529 ENST00000426663 protein_coding 1 3 4 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380609 ENST00000329281 protein_coding 6 1 5 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380609 ENST00000367808 protein_coding 8 1 5 BLZF1 ENSG00000117475 +CDS chr1 169380481 169380562 ENST00000426663 protein_coding 1 3 5 BLZF1 ENSG00000117475 +CDS chr1 169382062 169382281 ENST00000329281 protein_coding 6 1 6 BLZF1 ENSG00000117475 +CDS chr1 169382062 169382281 ENST00000367808 protein_coding 8 1 6 BLZF1 ENSG00000117475 +CDS chr1 169386997 169387179 ENST00000329281 protein_coding 6 1 7 BLZF1 ENSG00000117475 +CDS chr1 169386997 169387179 ENST00000367808 protein_coding 8 1 7 BLZF1 ENSG00000117475 +transcript chr1 169394870 169427474 ENST00000367805 protein_coding 7 1 NA CCDC181 ENSG00000117477 +transcript chr1 169394870 169427474 ENST00000367806 protein_coding 8 1 NA CCDC181 ENSG00000117477 +transcript chr1 169395047 169460669 ENST00000545005 protein_coding 5 1 NA CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000367805 protein_coding 7 1 6 CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000367806 protein_coding 8 1 6 CCDC181 ENSG00000117477 +CDS chr1 169395050 169395206 ENST00000545005 protein_coding 5 1 7 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397388 ENST00000367805 protein_coding 7 1 5 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397391 ENST00000367806 protein_coding 8 1 5 CCDC181 ENSG00000117477 +CDS chr1 169397237 169397388 ENST00000545005 protein_coding 5 1 6 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000367805 protein_coding 7 1 4 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000367806 protein_coding 8 1 4 CCDC181 ENSG00000117477 +CDS chr1 169419013 169419159 ENST00000545005 protein_coding 5 1 5 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000367805 protein_coding 7 1 3 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000367806 protein_coding 8 1 3 CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000545005 protein_coding 5 1 4 CCDC181 ENSG00000117477 +transcript chr1 169421363 169427462 ENST00000456107 protein_coding 1 2 NA CCDC181 ENSG00000117477 +CDS chr1 169421363 169422313 ENST00000456107 protein_coding 1 2 3 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000367805 protein_coding 7 1 2 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000367806 protein_coding 8 1 2 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000545005 protein_coding 5 1 3 CCDC181 ENSG00000117477 +CDS chr1 169424811 169424927 ENST00000456107 protein_coding 1 2 2 CCDC181 ENSG00000117477 +transcript chr1 169463909 169485944 ENST00000236137 protein_coding 10 1 NA SLC19A2 ENSG00000117479 +transcript chr1 169463929 169485931 ENST00000367804 protein_coding 4 1 NA SLC19A2 ENSG00000117479 +transcript chr1 169464048 169485941 ENST00000646596 protein_coding 1 NA NA SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000236137 protein_coding 10 1 6 SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000367804 protein_coding 4 1 5 SLC19A2 ENSG00000117479 +CDS chr1 169465852 169465977 ENST00000646596 protein_coding 1 NA 6 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000236137 protein_coding 10 1 5 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000367804 protein_coding 4 1 4 SLC19A2 ENSG00000117479 +CDS chr1 169468111 169468252 ENST00000646596 protein_coding 1 NA 5 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468836 ENST00000236137 protein_coding 10 1 4 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468836 ENST00000367804 protein_coding 4 1 3 SLC19A2 ENSG00000117479 +CDS chr1 169468644 169468737 ENST00000646596 protein_coding 1 NA 4 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000236137 protein_coding 10 1 3 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000367804 protein_coding 4 1 2 SLC19A2 ENSG00000117479 +CDS chr1 169469964 169470186 ENST00000646596 protein_coding 1 NA 3 SLC19A2 ENSG00000117479 +CDS chr1 169477155 169477757 ENST00000236137 protein_coding 10 1 2 SLC19A2 ENSG00000117479 +CDS chr1 169477155 169477757 ENST00000646596 protein_coding 1 NA 2 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000236137 protein_coding 10 1 1 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000367804 protein_coding 4 1 1 SLC19A2 ENSG00000117479 +CDS chr1 169485563 169485766 ENST00000646596 protein_coding 1 NA 1 SLC19A2 ENSG00000117479 +transcript chr1 169511951 169586481 ENST00000367797 protein_coding 9 1 NA F5 ENSG00000198734 +transcript chr1 169514166 169586588 ENST00000367796 protein_coding 3 5 NA F5 ENSG00000198734 +CDS chr1 169514316 169514459 ENST00000367797 protein_coding 9 1 25 F5 ENSG00000198734 +CDS chr1 169514316 169514459 ENST00000367796 protein_coding 3 5 25 F5 ENSG00000198734 +CDS chr1 169515444 169515626 ENST00000367797 protein_coding 9 1 24 F5 ENSG00000198734 +CDS chr1 169515444 169515626 ENST00000367796 protein_coding 3 5 24 F5 ENSG00000198734 +CDS chr1 169518412 169518563 ENST00000367797 protein_coding 9 1 23 F5 ENSG00000198734 +CDS chr1 169518412 169518563 ENST00000367796 protein_coding 3 5 23 F5 ENSG00000198734 +CDS chr1 169520520 169520664 ENST00000367797 protein_coding 9 1 22 F5 ENSG00000198734 +CDS chr1 169520520 169520664 ENST00000367796 protein_coding 3 5 22 F5 ENSG00000198734 +CDS chr1 169523197 169523352 ENST00000367797 protein_coding 9 1 21 F5 ENSG00000198734 +CDS chr1 169523197 169523352 ENST00000367796 protein_coding 3 5 21 F5 ENSG00000198734 +CDS chr1 169523801 169523904 ENST00000367797 protein_coding 9 1 20 F5 ENSG00000198734 +CDS chr1 169523801 169523904 ENST00000367796 protein_coding 3 5 20 F5 ENSG00000198734 +CDS chr1 169524837 169524908 ENST00000367797 protein_coding 9 1 19 F5 ENSG00000198734 +CDS chr1 169524837 169524908 ENST00000367796 protein_coding 3 5 19 F5 ENSG00000198734 +CDS chr1 169525901 169526017 ENST00000367797 protein_coding 9 1 18 F5 ENSG00000198734 +CDS chr1 169525901 169526017 ENST00000367796 protein_coding 3 5 18 F5 ENSG00000198734 +CDS chr1 169527915 169528094 ENST00000367797 protein_coding 9 1 17 F5 ENSG00000198734 +CDS chr1 169527915 169528094 ENST00000367796 protein_coding 3 5 17 F5 ENSG00000198734 +CDS chr1 169529608 169529818 ENST00000367797 protein_coding 9 1 16 F5 ENSG00000198734 +CDS chr1 169529608 169529818 ENST00000367796 protein_coding 3 5 16 F5 ENSG00000198734 +CDS chr1 169530786 169531022 ENST00000367797 protein_coding 9 1 15 F5 ENSG00000198734 +CDS chr1 169530786 169531022 ENST00000367796 protein_coding 3 5 15 F5 ENSG00000198734 +CDS chr1 169536506 169536680 ENST00000367797 protein_coding 9 1 14 F5 ENSG00000198734 +CDS chr1 169536506 169536680 ENST00000367796 protein_coding 3 5 14 F5 ENSG00000198734 +CDS chr1 169540294 169543114 ENST00000367797 protein_coding 9 1 13 F5 ENSG00000198734 +CDS chr1 169540294 169543114 ENST00000367796 protein_coding 3 5 13 F5 ENSG00000198734 +CDS chr1 169544296 169544508 ENST00000367797 protein_coding 9 1 12 F5 ENSG00000198734 +CDS chr1 169544296 169544523 ENST00000367796 protein_coding 3 5 12 F5 ENSG00000198734 +CDS chr1 169546442 169546592 ENST00000367797 protein_coding 9 1 11 F5 ENSG00000198734 +CDS chr1 169546442 169546592 ENST00000367796 protein_coding 3 5 11 F5 ENSG00000198734 +CDS chr1 169549801 169550015 ENST00000367797 protein_coding 9 1 10 F5 ENSG00000198734 +CDS chr1 169549801 169550015 ENST00000367796 protein_coding 3 5 10 F5 ENSG00000198734 +CDS chr1 169550640 169550739 ENST00000367797 protein_coding 9 1 9 F5 ENSG00000198734 +CDS chr1 169550640 169550739 ENST00000367796 protein_coding 3 5 9 F5 ENSG00000198734 +CDS chr1 169552557 169552734 ENST00000367797 protein_coding 9 1 8 F5 ENSG00000198734 +CDS chr1 169552557 169552734 ENST00000367796 protein_coding 3 5 8 F5 ENSG00000198734 +CDS chr1 169555182 169555347 ENST00000367797 protein_coding 9 1 7 F5 ENSG00000198734 +CDS chr1 169555182 169555347 ENST00000367796 protein_coding 3 5 7 F5 ENSG00000198734 +CDS chr1 169556646 169556867 ENST00000367797 protein_coding 9 1 6 F5 ENSG00000198734 +CDS chr1 169556646 169556867 ENST00000367796 protein_coding 3 5 6 F5 ENSG00000198734 +CDS chr1 169559153 169559296 ENST00000367797 protein_coding 9 1 5 F5 ENSG00000198734 +CDS chr1 169559153 169559296 ENST00000367796 protein_coding 3 5 5 F5 ENSG00000198734 +CDS chr1 169560554 169560766 ENST00000367797 protein_coding 9 1 4 F5 ENSG00000198734 +CDS chr1 169560554 169560766 ENST00000367796 protein_coding 3 5 4 F5 ENSG00000198734 +CDS chr1 169572221 169572343 ENST00000367797 protein_coding 9 1 3 F5 ENSG00000198734 +CDS chr1 169572221 169572343 ENST00000367796 protein_coding 3 5 3 F5 ENSG00000198734 +CDS chr1 169582431 169582522 ENST00000367797 protein_coding 9 1 2 F5 ENSG00000198734 +CDS chr1 169582431 169582522 ENST00000367796 protein_coding 3 5 2 F5 ENSG00000198734 +CDS chr1 169586229 169586386 ENST00000367797 protein_coding 9 1 1 F5 ENSG00000198734 +CDS chr1 169586229 169586386 ENST00000367796 protein_coding 3 5 1 F5 ENSG00000198734 +transcript chr1 169588849 169619219 ENST00000426706 protein_coding 6 1 NA SELP ENSG00000174175 +transcript chr1 169588849 169630124 ENST00000263686 protein_coding 11 1 NA SELP ENSG00000174175 +transcript chr1 169589514 169630076 ENST00000367786 protein_coding 6 5 NA SELP ENSG00000174175 +transcript chr1 169590147 169630077 ENST00000458599 protein_coding 6 5 NA SELP ENSG00000174175 +transcript chr1 169590147 169630193 ENST00000367788 protein_coding 6 5 NA SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000426706 protein_coding 6 1 14 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000263686 protein_coding 11 1 16 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000367786 protein_coding 6 5 15 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000458599 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169590151 169590202 ENST00000367788 protein_coding 6 5 15 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000426706 protein_coding 6 1 13 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000263686 protein_coding 11 1 15 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000367786 protein_coding 6 5 14 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000458599 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169591426 169591456 ENST00000367788 protein_coding 6 5 14 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000263686 protein_coding 11 1 14 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000367786 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000458599 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169593605 169593724 ENST00000367788 protein_coding 6 5 13 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000426706 protein_coding 6 1 12 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000263686 protein_coding 11 1 13 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000367786 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000458599 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169594692 169594877 ENST00000367788 protein_coding 6 5 12 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000426706 protein_coding 6 1 11 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000263686 protein_coding 11 1 12 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000367786 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000458599 protein_coding 6 5 9 SELP ENSG00000174175 +CDS chr1 169595925 169596134 ENST00000367788 protein_coding 6 5 11 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000426706 protein_coding 6 1 10 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000263686 protein_coding 11 1 11 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000367786 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169596991 169597176 ENST00000367788 protein_coding 6 5 10 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000426706 protein_coding 6 1 9 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000263686 protein_coding 11 1 10 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367786 protein_coding 6 5 9 SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367788 protein_coding 6 5 9 SELP ENSG00000174175 +transcript chr1 169603026 169630086 ENST00000367795 protein_coding 2 5 NA SELP ENSG00000174175 +CDS chr1 169603026 169603211 ENST00000367795 protein_coding 2 5 8 SELP ENSG00000174175 +CDS chr1 169606943 169607134 ENST00000458599 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000426706 protein_coding 6 1 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000263686 protein_coding 11 1 9 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367786 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367788 protein_coding 6 5 8 SELP ENSG00000174175 +CDS chr1 169606949 169607134 ENST00000367795 protein_coding 2 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000426706 protein_coding 6 1 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000263686 protein_coding 11 1 8 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000367786 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000458599 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169609504 169609689 ENST00000367788 protein_coding 6 5 7 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000426706 protein_coding 6 1 6 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000263686 protein_coding 11 1 7 SELP ENSG00000174175 +CDS chr1 169611492 169611677 ENST00000367788 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000426706 protein_coding 6 1 5 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000263686 protein_coding 11 1 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000367786 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000458599 protein_coding 6 5 6 SELP ENSG00000174175 +CDS chr1 169612217 169612402 ENST00000367795 protein_coding 2 5 6 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000426706 protein_coding 6 1 4 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000263686 protein_coding 11 1 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367786 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000458599 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367788 protein_coding 6 5 5 SELP ENSG00000174175 +CDS chr1 169612929 169613114 ENST00000367795 protein_coding 2 5 5 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000426706 protein_coding 6 1 3 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000263686 protein_coding 11 1 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367786 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000458599 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367788 protein_coding 6 5 4 SELP ENSG00000174175 +CDS chr1 169613586 169613693 ENST00000367795 protein_coding 2 5 4 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000426706 protein_coding 6 1 2 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000263686 protein_coding 11 1 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367786 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000458599 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367788 protein_coding 6 5 3 SELP ENSG00000174175 +CDS chr1 169617028 169617414 ENST00000367795 protein_coding 2 5 3 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000426706 protein_coding 6 1 1 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000263686 protein_coding 11 1 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367786 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000458599 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367788 protein_coding 6 5 2 SELP ENSG00000174175 +CDS chr1 169619129 169619219 ENST00000367795 protein_coding 2 5 2 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000263686 protein_coding 11 1 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367786 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000458599 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367788 protein_coding 6 5 1 SELP ENSG00000174175 +CDS chr1 169630072 169630074 ENST00000367795 protein_coding 2 5 1 SELP ENSG00000174175 +transcript chr1 169690665 169711702 ENST00000650983 protein_coding 1 NA NA SELL ENSG00000188404 +transcript chr1 169690667 169711620 ENST00000236147 protein_coding 6 1 NA SELL ENSG00000188404 +transcript chr1 169691681 169703329 ENST00000497295 protein_coding 1 5 NA SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000236147 protein_coding 6 1 9 SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000497295 protein_coding 1 5 3 SELL ENSG00000188404 +CDS chr1 169691787 169691802 ENST00000650983 protein_coding 1 NA 9 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000236147 protein_coding 6 1 8 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000497295 protein_coding 1 5 2 SELL ENSG00000188404 +CDS chr1 169696535 169696553 ENST00000650983 protein_coding 1 NA 8 SELL ENSG00000188404 +CDS chr1 169701560 169701688 ENST00000236147 protein_coding 6 1 7 SELL ENSG00000188404 +CDS chr1 169701560 169701688 ENST00000650983 protein_coding 1 NA 7 SELL ENSG00000188404 +CDS chr1 169703255 169703440 ENST00000236147 protein_coding 6 1 6 SELL ENSG00000188404 +CDS chr1 169703255 169703329 ENST00000497295 protein_coding 1 5 1 SELL ENSG00000188404 +CDS chr1 169703255 169703440 ENST00000650983 protein_coding 1 NA 6 SELL ENSG00000188404 +CDS chr1 169704568 169704753 ENST00000236147 protein_coding 6 1 5 SELL ENSG00000188404 +CDS chr1 169704568 169704753 ENST00000650983 protein_coding 1 NA 5 SELL ENSG00000188404 +CDS chr1 169707342 169707449 ENST00000236147 protein_coding 6 1 4 SELL ENSG00000188404 +CDS chr1 169707342 169707449 ENST00000650983 protein_coding 1 NA 4 SELL ENSG00000188404 +CDS chr1 169708417 169708803 ENST00000236147 protein_coding 6 1 3 SELL ENSG00000188404 +CDS chr1 169708417 169708803 ENST00000650983 protein_coding 1 NA 3 SELL ENSG00000188404 +CDS chr1 169710436 169710517 ENST00000236147 protein_coding 6 1 2 SELL ENSG00000188404 +CDS chr1 169710436 169710517 ENST00000650983 protein_coding 1 NA 2 SELL ENSG00000188404 +CDS chr1 169711496 169711498 ENST00000236147 protein_coding 6 1 1 SELL ENSG00000188404 +CDS chr1 169711496 169711537 ENST00000650983 protein_coding 1 NA 1 SELL ENSG00000188404 +transcript chr1 169722640 169734079 ENST00000333360 protein_coding 12 1 NA SELE ENSG00000007908 +transcript chr1 169722641 169733659 ENST00000367775 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169722641 169733660 ENST00000367777 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169722641 169733660 ENST00000367776 protein_coding 5 5 NA SELE ENSG00000007908 +transcript chr1 169725729 169733660 ENST00000367774 protein_coding 1 5 NA SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367775 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367777 protein_coding 5 5 11 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367776 protein_coding 5 5 11 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000333360 protein_coding 12 1 13 SELE ENSG00000007908 +CDS chr1 169725747 169725801 ENST00000367774 protein_coding 1 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367775 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367777 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367776 protein_coding 5 5 10 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000333360 protein_coding 12 1 12 SELE ENSG00000007908 +CDS chr1 169725907 169725928 ENST00000367774 protein_coding 1 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367775 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367777 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367776 protein_coding 5 5 9 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000333360 protein_coding 12 1 11 SELE ENSG00000007908 +CDS chr1 169726699 169726806 ENST00000367774 protein_coding 1 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367775 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367777 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367776 protein_coding 5 5 8 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000333360 protein_coding 12 1 10 SELE ENSG00000007908 +CDS chr1 169727349 169727525 ENST00000367774 protein_coding 1 5 7 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000367775 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000367776 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169727739 169727927 ENST00000333360 protein_coding 12 1 9 SELE ENSG00000007908 +CDS chr1 169728058 169728246 ENST00000367777 protein_coding 5 5 7 SELE ENSG00000007908 +CDS chr1 169728058 169728246 ENST00000333360 protein_coding 12 1 8 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367775 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367777 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367776 protein_coding 5 5 6 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000333360 protein_coding 12 1 7 SELE ENSG00000007908 +CDS chr1 169729186 169729374 ENST00000367774 protein_coding 1 5 6 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367775 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367777 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367776 protein_coding 5 5 5 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000333360 protein_coding 12 1 6 SELE ENSG00000007908 +CDS chr1 169729488 169729673 ENST00000367774 protein_coding 1 5 5 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367777 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367776 protein_coding 5 5 4 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000333360 protein_coding 12 1 5 SELE ENSG00000007908 +CDS chr1 169730432 169730617 ENST00000367774 protein_coding 1 5 4 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367775 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367777 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367776 protein_coding 5 5 3 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000333360 protein_coding 12 1 4 SELE ENSG00000007908 +CDS chr1 169731835 169731942 ENST00000367774 protein_coding 1 5 3 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367775 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367777 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367776 protein_coding 5 5 2 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000333360 protein_coding 12 1 3 SELE ENSG00000007908 +CDS chr1 169732615 169732998 ENST00000367774 protein_coding 1 5 2 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367775 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367777 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367776 protein_coding 5 5 1 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000333360 protein_coding 12 1 2 SELE ENSG00000007908 +CDS chr1 169733576 169733612 ENST00000367774 protein_coding 1 5 1 SELE ENSG00000007908 +transcript chr1 169733577 169764705 ENST00000609271 protein_coding 1 4 NA SELE ENSG00000007908 +CDS chr1 169733577 169733612 ENST00000609271 protein_coding 1 4 3 SELE ENSG00000007908 +transcript chr1 169792529 169794689 ENST00000303469 protein_coding 6 1 NA METTL18 ENSG00000171806 +transcript chr1 169792529 169794907 ENST00000310392 protein_coding 5 1 NA METTL18 ENSG00000171806 +CDS chr1 169792580 169793695 ENST00000303469 protein_coding 6 1 2 METTL18 ENSG00000171806 +CDS chr1 169792580 169793695 ENST00000310392 protein_coding 5 1 2 METTL18 ENSG00000171806 +transcript chr1 169793142 169794963 ENST00000454472 protein_coding 1 2 NA METTL18 ENSG00000171806 +CDS chr1 169793142 169793695 ENST00000454472 protein_coding 1 2 2 METTL18 ENSG00000171806 +transcript chr1 169794730 169804386 ENST00000472795 protein_coding 5 2 NA C1orf112 ENSG00000000460 +transcript chr1 169795040 169854080 ENST00000359326 protein_coding 9 1 NA C1orf112 ENSG00000000460 +transcript chr1 169795043 169804347 ENST00000496973 protein_coding 5 1 NA C1orf112 ENSG00000000460 +CDS chr1 169795103 169795213 ENST00000496973 protein_coding 5 1 1 C1orf112 ENSG00000000460 +transcript chr1 169795409 169854080 ENST00000286031 protein_coding 10 1 NA C1orf112 ENSG00000000460 +transcript chr1 169795921 169853037 ENST00000413811 protein_coding 3 1 NA C1orf112 ENSG00000000460 +CDS chr1 169798919 169798958 ENST00000496973 protein_coding 5 1 2 C1orf112 ENSG00000000460 +CDS chr1 169800883 169800971 ENST00000496973 protein_coding 5 1 3 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000472795 protein_coding 5 2 3 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000359326 protein_coding 9 1 4 C1orf112 ENSG00000000460 +CDS chr1 169800906 169800971 ENST00000286031 protein_coding 10 1 3 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000472795 protein_coding 5 2 4 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000496973 protein_coding 5 1 4 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000359326 protein_coding 9 1 5 C1orf112 ENSG00000000460 +CDS chr1 169802621 169802725 ENST00000286031 protein_coding 10 1 4 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000472795 protein_coding 5 2 5 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000496973 protein_coding 5 1 5 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000359326 protein_coding 9 1 6 C1orf112 ENSG00000000460 +CDS chr1 169803169 169803309 ENST00000286031 protein_coding 10 1 5 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804245 ENST00000472795 protein_coding 5 2 6 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804240 ENST00000359326 protein_coding 9 1 7 C1orf112 ENSG00000000460 +CDS chr1 169804075 169804240 ENST00000286031 protein_coding 10 1 6 C1orf112 ENSG00000000460 +CDS chr1 169804112 169804165 ENST00000496973 protein_coding 5 1 6 C1orf112 ENSG00000000460 +CDS chr1 169806004 169806088 ENST00000359326 protein_coding 9 1 8 C1orf112 ENSG00000000460 +CDS chr1 169806004 169806088 ENST00000286031 protein_coding 10 1 7 C1orf112 ENSG00000000460 +CDS chr1 169807791 169807929 ENST00000359326 protein_coding 9 1 9 C1orf112 ENSG00000000460 +CDS chr1 169807791 169807929 ENST00000286031 protein_coding 10 1 8 C1orf112 ENSG00000000460 +CDS chr1 169821679 169821759 ENST00000359326 protein_coding 9 1 10 C1orf112 ENSG00000000460 +CDS chr1 169821679 169821759 ENST00000286031 protein_coding 10 1 9 C1orf112 ENSG00000000460 +CDS chr1 169823408 169823472 ENST00000359326 protein_coding 9 1 11 C1orf112 ENSG00000000460 +CDS chr1 169823408 169823472 ENST00000286031 protein_coding 10 1 10 C1orf112 ENSG00000000460 +CDS chr1 169827051 169827199 ENST00000359326 protein_coding 9 1 12 C1orf112 ENSG00000000460 +CDS chr1 169827051 169827199 ENST00000286031 protein_coding 10 1 11 C1orf112 ENSG00000000460 +CDS chr1 169827172 169827199 ENST00000413811 protein_coding 3 1 10 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000359326 protein_coding 9 1 13 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000286031 protein_coding 10 1 12 C1orf112 ENSG00000000460 +CDS chr1 169827711 169827840 ENST00000413811 protein_coding 3 1 11 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000359326 protein_coding 9 1 14 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000286031 protein_coding 10 1 13 C1orf112 ENSG00000000460 +CDS chr1 169829263 169829449 ENST00000413811 protein_coding 3 1 12 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000359326 protein_coding 9 1 15 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000286031 protein_coding 10 1 14 C1orf112 ENSG00000000460 +CDS chr1 169830259 169830341 ENST00000413811 protein_coding 3 1 13 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000359326 protein_coding 9 1 16 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000286031 protein_coding 10 1 15 C1orf112 ENSG00000000460 +CDS chr1 169830696 169830747 ENST00000413811 protein_coding 3 1 14 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000359326 protein_coding 9 1 17 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000286031 protein_coding 10 1 16 C1orf112 ENSG00000000460 +CDS chr1 169832417 169832506 ENST00000413811 protein_coding 3 1 15 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000359326 protein_coding 9 1 18 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000286031 protein_coding 10 1 17 C1orf112 ENSG00000000460 +CDS chr1 169836927 169837112 ENST00000413811 protein_coding 3 1 16 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000359326 protein_coding 9 1 19 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000286031 protein_coding 10 1 18 C1orf112 ENSG00000000460 +CDS chr1 169842417 169842539 ENST00000413811 protein_coding 3 1 17 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000359326 protein_coding 9 1 20 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000286031 protein_coding 10 1 19 C1orf112 ENSG00000000460 +CDS chr1 169843674 169843769 ENST00000413811 protein_coding 3 1 18 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000359326 protein_coding 9 1 21 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000286031 protein_coding 10 1 20 C1orf112 ENSG00000000460 +CDS chr1 169847690 169847803 ENST00000413811 protein_coding 3 1 19 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000359326 protein_coding 9 1 22 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000286031 protein_coding 10 1 21 C1orf112 ENSG00000000460 +CDS chr1 169849500 169849604 ENST00000413811 protein_coding 3 1 20 C1orf112 ENSG00000000460 +transcript chr1 169849631 169893896 ENST00000367771 protein_coding 11 1 NA SCYL3 ENSG00000000457 +CDS chr1 169850265 169850345 ENST00000359326 protein_coding 9 1 23 C1orf112 ENSG00000000460 +CDS chr1 169850265 169850345 ENST00000286031 protein_coding 10 1 22 C1orf112 ENSG00000000460 +CDS chr1 169850265 169850345 ENST00000413811 protein_coding 3 1 21 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000359326 protein_coding 9 1 24 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000286031 protein_coding 10 1 23 C1orf112 ENSG00000000460 +CDS chr1 169851817 169851936 ENST00000413811 protein_coding 3 1 22 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000359326 protein_coding 9 1 25 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000286031 protein_coding 10 1 24 C1orf112 ENSG00000000460 +CDS chr1 169852790 169852984 ENST00000413811 protein_coding 3 1 23 C1orf112 ENSG00000000460 +transcript chr1 169853074 169888888 ENST00000367770 protein_coding 5 1 NA SCYL3 ENSG00000000457 +transcript chr1 169853074 169893959 ENST00000367772 protein_coding 8 2 NA SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367771 protein_coding 11 1 13 SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367770 protein_coding 5 1 13 SCYL3 ENSG00000000457 +CDS chr1 169853716 169853772 ENST00000367772 protein_coding 8 2 14 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367771 protein_coding 11 1 12 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367770 protein_coding 5 1 12 SCYL3 ENSG00000000457 +CDS chr1 169854270 169854964 ENST00000367772 protein_coding 8 2 13 SCYL3 ENSG00000000457 +transcript chr1 169854511 169894267 ENST00000423670 protein_coding 1 5 NA SCYL3 ENSG00000000457 +CDS chr1 169854511 169854964 ENST00000423670 protein_coding 1 5 12 SCYL3 ENSG00000000457 +CDS chr1 169855796 169855957 ENST00000367770 protein_coding 5 1 11 SCYL3 ENSG00000000457 +CDS chr1 169855796 169855957 ENST00000367772 protein_coding 8 2 12 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367771 protein_coding 11 1 11 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367770 protein_coding 5 1 10 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000423670 protein_coding 1 5 11 SCYL3 ENSG00000000457 +CDS chr1 169859041 169859212 ENST00000367772 protein_coding 8 2 11 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367771 protein_coding 11 1 10 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367770 protein_coding 5 1 9 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000423670 protein_coding 1 5 10 SCYL3 ENSG00000000457 +CDS chr1 169862613 169862797 ENST00000367772 protein_coding 8 2 10 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367771 protein_coding 11 1 9 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367770 protein_coding 5 1 8 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000423670 protein_coding 1 5 9 SCYL3 ENSG00000000457 +CDS chr1 169864369 169864508 ENST00000367772 protein_coding 8 2 9 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367771 protein_coding 11 1 8 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367770 protein_coding 5 1 7 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000423670 protein_coding 1 5 8 SCYL3 ENSG00000000457 +CDS chr1 169866896 169866973 ENST00000367772 protein_coding 8 2 8 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367771 protein_coding 11 1 7 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367770 protein_coding 5 1 6 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000423670 protein_coding 1 5 7 SCYL3 ENSG00000000457 +CDS chr1 169868928 169869039 ENST00000367772 protein_coding 8 2 7 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367771 protein_coding 11 1 6 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367770 protein_coding 5 1 5 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000423670 protein_coding 1 5 6 SCYL3 ENSG00000000457 +CDS chr1 169870255 169870357 ENST00000367772 protein_coding 8 2 6 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367771 protein_coding 11 1 5 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367770 protein_coding 5 1 4 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000423670 protein_coding 1 5 5 SCYL3 ENSG00000000457 +CDS chr1 169873696 169873752 ENST00000367772 protein_coding 8 2 5 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367771 protein_coding 11 1 4 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367770 protein_coding 5 1 3 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000423670 protein_coding 1 5 4 SCYL3 ENSG00000000457 +CDS chr1 169875978 169876091 ENST00000367772 protein_coding 8 2 4 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367771 protein_coding 11 1 3 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367770 protein_coding 5 1 2 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000423670 protein_coding 1 5 3 SCYL3 ENSG00000000457 +CDS chr1 169878634 169878819 ENST00000367772 protein_coding 8 2 3 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367771 protein_coding 11 1 2 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367770 protein_coding 5 1 1 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000423670 protein_coding 1 5 2 SCYL3 ENSG00000000457 +CDS chr1 169888676 169888840 ENST00000367772 protein_coding 8 2 2 SCYL3 ENSG00000000457 +transcript chr1 169921326 170068917 ENST00000367765 protein_coding 5 2 NA KIFAP3 ENSG00000075945 +transcript chr1 169921326 170074588 ENST00000367767 protein_coding 5 1 NA KIFAP3 ENSG00000075945 +transcript chr1 169921329 170074695 ENST00000361580 protein_coding 7 1 NA KIFAP3 ENSG00000075945 +transcript chr1 169921331 170074738 ENST00000538366 protein_coding 5 2 NA KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000361580 protein_coding 7 1 20 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000367765 protein_coding 5 2 20 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000367767 protein_coding 5 1 19 KIFAP3 ENSG00000075945 +CDS chr1 169921679 169921781 ENST00000538366 protein_coding 5 2 21 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000361580 protein_coding 7 1 19 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000367765 protein_coding 5 2 19 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000367767 protein_coding 5 1 18 KIFAP3 ENSG00000075945 +CDS chr1 169954011 169954110 ENST00000538366 protein_coding 5 2 20 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000361580 protein_coding 7 1 18 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000367765 protein_coding 5 2 18 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000367767 protein_coding 5 1 17 KIFAP3 ENSG00000075945 +CDS chr1 169961046 169961235 ENST00000538366 protein_coding 5 2 19 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000361580 protein_coding 7 1 17 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000367765 protein_coding 5 2 17 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000367767 protein_coding 5 1 16 KIFAP3 ENSG00000075945 +CDS chr1 169972513 169972598 ENST00000538366 protein_coding 5 2 18 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000361580 protein_coding 7 1 16 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000367765 protein_coding 5 2 16 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000367767 protein_coding 5 1 15 KIFAP3 ENSG00000075945 +CDS chr1 169978085 169978183 ENST00000538366 protein_coding 5 2 17 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000361580 protein_coding 7 1 15 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000367765 protein_coding 5 2 15 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000367767 protein_coding 5 1 14 KIFAP3 ENSG00000075945 +CDS chr1 169981972 169982097 ENST00000538366 protein_coding 5 2 16 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000361580 protein_coding 7 1 14 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000367765 protein_coding 5 2 14 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000367767 protein_coding 5 1 13 KIFAP3 ENSG00000075945 +CDS chr1 169982702 169982867 ENST00000538366 protein_coding 5 2 15 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000361580 protein_coding 7 1 13 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000367765 protein_coding 5 2 13 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000367767 protein_coding 5 1 12 KIFAP3 ENSG00000075945 +CDS chr1 169983270 169983382 ENST00000538366 protein_coding 5 2 14 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000361580 protein_coding 7 1 12 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000367765 protein_coding 5 2 12 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000367767 protein_coding 5 1 11 KIFAP3 ENSG00000075945 +CDS chr1 169984582 169984690 ENST00000538366 protein_coding 5 2 13 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000361580 protein_coding 7 1 11 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000367765 protein_coding 5 2 11 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000367767 protein_coding 5 1 10 KIFAP3 ENSG00000075945 +CDS chr1 169992155 169992255 ENST00000538366 protein_coding 5 2 12 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000361580 protein_coding 7 1 10 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000367765 protein_coding 5 2 10 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000367767 protein_coding 5 1 9 KIFAP3 ENSG00000075945 +CDS chr1 170016462 170016624 ENST00000538366 protein_coding 5 2 11 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000361580 protein_coding 7 1 9 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000367765 protein_coding 5 2 9 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000367767 protein_coding 5 1 8 KIFAP3 ENSG00000075945 +CDS chr1 170024418 170024596 ENST00000538366 protein_coding 5 2 10 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000361580 protein_coding 7 1 8 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000367765 protein_coding 5 2 8 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000367767 protein_coding 5 1 7 KIFAP3 ENSG00000075945 +CDS chr1 170031886 170031984 ENST00000538366 protein_coding 5 2 9 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000361580 protein_coding 7 1 7 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000367765 protein_coding 5 2 7 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000367767 protein_coding 5 1 6 KIFAP3 ENSG00000075945 +CDS chr1 170034372 170034496 ENST00000538366 protein_coding 5 2 8 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000361580 protein_coding 7 1 6 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000367765 protein_coding 5 2 6 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000367767 protein_coding 5 1 5 KIFAP3 ENSG00000075945 +CDS chr1 170035454 170035553 ENST00000538366 protein_coding 5 2 7 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000361580 protein_coding 7 1 5 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000367765 protein_coding 5 2 5 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000367767 protein_coding 5 1 4 KIFAP3 ENSG00000075945 +CDS chr1 170038290 170038431 ENST00000538366 protein_coding 5 2 6 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000361580 protein_coding 7 1 4 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000367765 protein_coding 5 2 4 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000367767 protein_coding 5 1 3 KIFAP3 ENSG00000075945 +CDS chr1 170039233 170039288 ENST00000538366 protein_coding 5 2 5 KIFAP3 ENSG00000075945 +CDS chr1 170041677 170041761 ENST00000538366 protein_coding 5 2 4 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000361580 protein_coding 7 1 3 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000367765 protein_coding 5 2 3 KIFAP3 ENSG00000075945 +CDS chr1 170046712 170046866 ENST00000367767 protein_coding 5 1 2 KIFAP3 ENSG00000075945 +CDS chr1 170055305 170055436 ENST00000361580 protein_coding 7 1 2 KIFAP3 ENSG00000075945 +CDS chr1 170055305 170055348 ENST00000367765 protein_coding 5 2 2 KIFAP3 ENSG00000075945 +CDS chr1 170074436 170074467 ENST00000361580 protein_coding 7 1 1 KIFAP3 ENSG00000075945 +CDS chr1 170074436 170074467 ENST00000367767 protein_coding 5 1 1 KIFAP3 ENSG00000075945 +transcript chr1 170145959 170168866 ENST00000439373 protein_coding 3 1 NA NTMT2 ENSG00000203740 +CDS chr1 170146108 170146261 ENST00000439373 protein_coding 3 1 1 NTMT2 ENSG00000203740 +CDS chr1 170160518 170160693 ENST00000439373 protein_coding 3 1 2 NTMT2 ENSG00000203740 +CDS chr1 170166502 170166751 ENST00000439373 protein_coding 3 1 3 NTMT2 ENSG00000203740 +CDS chr1 170167486 170167754 ENST00000439373 protein_coding 3 1 4 NTMT2 ENSG00000203740 +transcript chr1 170532131 170545789 ENST00000367762 protein_coding 2 1 NA GORAB ENSG00000120370 +transcript chr1 170532131 170553421 ENST00000688688 protein_coding 1 NA NA GORAB ENSG00000120370 +transcript chr1 170532166 170553834 ENST00000367763 protein_coding 8 2 NA GORAB ENSG00000120370 +CDS chr1 170532224 170532284 ENST00000367762 protein_coding 2 1 1 GORAB ENSG00000120370 +CDS chr1 170532224 170532233 ENST00000688688 protein_coding 1 NA 1 GORAB ENSG00000120370 +CDS chr1 170532224 170532284 ENST00000367763 protein_coding 8 2 1 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000367762 protein_coding 2 1 2 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000688688 protein_coding 1 NA 2 GORAB ENSG00000120370 +CDS chr1 170539210 170539567 ENST00000367763 protein_coding 8 2 2 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000367762 protein_coding 2 1 3 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000688688 protein_coding 1 NA 3 GORAB ENSG00000120370 +CDS chr1 170542491 170542592 ENST00000367763 protein_coding 8 2 3 GORAB ENSG00000120370 +CDS chr1 170544705 170544846 ENST00000367762 protein_coding 2 1 4 GORAB ENSG00000120370 +CDS chr1 170544705 170544845 ENST00000688688 protein_coding 1 NA 4 GORAB ENSG00000120370 +CDS chr1 170544705 170544845 ENST00000367763 protein_coding 8 2 4 GORAB ENSG00000120370 +CDS chr1 170552015 170552459 ENST00000688688 protein_coding 1 NA 5 GORAB ENSG00000120370 +CDS chr1 170552015 170552459 ENST00000367763 protein_coding 8 2 5 GORAB ENSG00000120370 +transcript chr1 170663134 170736508 ENST00000367760 protein_coding 7 1 NA PRRX1 ENSG00000116132 +transcript chr1 170663937 170729021 ENST00000497230 protein_coding 2 2 NA PRRX1 ENSG00000116132 +transcript chr1 170664131 170739421 ENST00000239461 protein_coding 11 1 NA PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000367760 protein_coding 7 1 1 PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000239461 protein_coding 11 1 1 PRRX1 ENSG00000116132 +CDS chr1 170664219 170664459 ENST00000497230 protein_coding 2 2 1 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000367760 protein_coding 7 1 2 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000239461 protein_coding 11 1 2 PRRX1 ENSG00000116132 +CDS chr1 170719726 170719901 ENST00000497230 protein_coding 2 2 2 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726401 ENST00000367760 protein_coding 7 1 3 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726401 ENST00000239461 protein_coding 11 1 3 PRRX1 ENSG00000116132 +CDS chr1 170726220 170726402 ENST00000497230 protein_coding 2 2 3 PRRX1 ENSG00000116132 +CDS chr1 170730277 170730328 ENST00000367760 protein_coding 7 1 4 PRRX1 ENSG00000116132 +CDS chr1 170736048 170736183 ENST00000239461 protein_coding 11 1 4 PRRX1 ENSG00000116132 +transcript chr1 170935526 170998806 ENST00000367758 protein_coding 7 1 NA MROH9 ENSG00000117501 +transcript chr1 170935534 171064765 ENST00000367759 protein_coding 9 5 NA MROH9 ENSG00000117501 +CDS chr1 170945557 170945581 ENST00000367758 protein_coding 7 1 2 MROH9 ENSG00000117501 +CDS chr1 170945557 170945581 ENST00000367759 protein_coding 9 5 2 MROH9 ENSG00000117501 +CDS chr1 170947527 170947573 ENST00000367758 protein_coding 7 1 3 MROH9 ENSG00000117501 +CDS chr1 170947527 170947573 ENST00000367759 protein_coding 9 5 3 MROH9 ENSG00000117501 +CDS chr1 170958461 170958540 ENST00000367758 protein_coding 7 1 4 MROH9 ENSG00000117501 +CDS chr1 170958461 170958540 ENST00000367759 protein_coding 9 5 4 MROH9 ENSG00000117501 +CDS chr1 170959462 170959597 ENST00000367758 protein_coding 7 1 5 MROH9 ENSG00000117501 +CDS chr1 170959462 170959597 ENST00000367759 protein_coding 9 5 5 MROH9 ENSG00000117501 +CDS chr1 170961890 170961976 ENST00000367758 protein_coding 7 1 6 MROH9 ENSG00000117501 +CDS chr1 170961890 170961976 ENST00000367759 protein_coding 9 5 6 MROH9 ENSG00000117501 +CDS chr1 170965151 170965255 ENST00000367758 protein_coding 7 1 7 MROH9 ENSG00000117501 +CDS chr1 170965151 170965255 ENST00000367759 protein_coding 9 5 7 MROH9 ENSG00000117501 +CDS chr1 170971748 170971883 ENST00000367758 protein_coding 7 1 8 MROH9 ENSG00000117501 +CDS chr1 170971748 170971883 ENST00000367759 protein_coding 9 5 8 MROH9 ENSG00000117501 +CDS chr1 170983422 170983534 ENST00000367758 protein_coding 7 1 9 MROH9 ENSG00000117501 +CDS chr1 170983422 170983534 ENST00000367759 protein_coding 9 5 9 MROH9 ENSG00000117501 +CDS chr1 170986561 170986710 ENST00000367758 protein_coding 7 1 10 MROH9 ENSG00000117501 +CDS chr1 170986561 170986710 ENST00000367759 protein_coding 9 5 10 MROH9 ENSG00000117501 +CDS chr1 170989855 170990003 ENST00000367758 protein_coding 7 1 11 MROH9 ENSG00000117501 +CDS chr1 170989855 170990003 ENST00000367759 protein_coding 9 5 11 MROH9 ENSG00000117501 +CDS chr1 170992164 170992329 ENST00000367758 protein_coding 7 1 12 MROH9 ENSG00000117501 +CDS chr1 170992164 170992329 ENST00000367759 protein_coding 9 5 12 MROH9 ENSG00000117501 +transcript chr1 170992317 171015143 ENST00000426136 protein_coding 1 5 NA MROH9 ENSG00000117501 +CDS chr1 170992317 170992329 ENST00000426136 protein_coding 1 5 1 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000367758 protein_coding 7 1 13 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000367759 protein_coding 9 5 13 MROH9 ENSG00000117501 +CDS chr1 170995389 170995531 ENST00000426136 protein_coding 1 5 2 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000367758 protein_coding 7 1 14 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000367759 protein_coding 9 5 14 MROH9 ENSG00000117501 +CDS chr1 170996507 170996644 ENST00000426136 protein_coding 1 5 3 MROH9 ENSG00000117501 +CDS chr1 170998154 170998397 ENST00000367758 protein_coding 7 1 15 MROH9 ENSG00000117501 +CDS chr1 170998154 170998274 ENST00000367759 protein_coding 9 5 15 MROH9 ENSG00000117501 +CDS chr1 170998154 170998274 ENST00000426136 protein_coding 1 5 4 MROH9 ENSG00000117501 +CDS chr1 171014117 171014254 ENST00000367759 protein_coding 9 5 16 MROH9 ENSG00000117501 +CDS chr1 171014117 171014254 ENST00000426136 protein_coding 1 5 5 MROH9 ENSG00000117501 +CDS chr1 171015010 171015015 ENST00000426136 protein_coding 1 5 6 MROH9 ENSG00000117501 +CDS chr1 171016163 171016336 ENST00000367759 protein_coding 9 5 17 MROH9 ENSG00000117501 +CDS chr1 171024395 171024547 ENST00000367759 protein_coding 9 5 18 MROH9 ENSG00000117501 +CDS chr1 171024649 171024765 ENST00000367759 protein_coding 9 5 19 MROH9 ENSG00000117501 +CDS chr1 171025318 171025420 ENST00000367759 protein_coding 9 5 20 MROH9 ENSG00000117501 +CDS chr1 171062132 171062194 ENST00000367759 protein_coding 9 5 21 MROH9 ENSG00000117501 +CDS chr1 171064099 171064337 ENST00000367759 protein_coding 9 5 22 MROH9 ENSG00000117501 +transcript chr1 171090905 171117819 ENST00000367755 protein_coding 9 1 NA FMO3 ENSG00000007933 +transcript chr1 171090919 171110878 ENST00000479749 protein_coding 1 5 NA FMO3 ENSG00000007933 +CDS chr1 171092659 171092790 ENST00000367755 protein_coding 9 1 2 FMO3 ENSG00000007933 +CDS chr1 171092659 171092790 ENST00000479749 protein_coding 1 5 2 FMO3 ENSG00000007933 +CDS chr1 171103785 171103973 ENST00000367755 protein_coding 9 1 3 FMO3 ENSG00000007933 +CDS chr1 171103785 171103973 ENST00000479749 protein_coding 1 5 3 FMO3 ENSG00000007933 +CDS chr1 171107675 171107837 ENST00000367755 protein_coding 9 1 4 FMO3 ENSG00000007933 +CDS chr1 171107675 171107820 ENST00000479749 protein_coding 1 5 4 FMO3 ENSG00000007933 +CDS chr1 171108079 171108221 ENST00000367755 protein_coding 9 1 5 FMO3 ENSG00000007933 +CDS chr1 171108116 171108221 ENST00000479749 protein_coding 1 5 5 FMO3 ENSG00000007933 +CDS chr1 171110798 171110997 ENST00000367755 protein_coding 9 1 6 FMO3 ENSG00000007933 +CDS chr1 171110798 171110878 ENST00000479749 protein_coding 1 5 6 FMO3 ENSG00000007933 +CDS chr1 171114007 171114362 ENST00000367755 protein_coding 9 1 7 FMO3 ENSG00000007933 +CDS chr1 171116208 171116280 ENST00000367755 protein_coding 9 1 8 FMO3 ENSG00000007933 +CDS chr1 171117100 171117439 ENST00000367755 protein_coding 9 1 9 FMO3 ENSG00000007933 +transcript chr1 171185300 171212686 ENST00000209929 protein_coding 10 1 NA FMO2 ENSG00000094963 +transcript chr1 171185524 171196720 ENST00000483192 protein_coding 2 4 NA FMO2 ENSG00000094963 +CDS chr1 171185714 171185845 ENST00000209929 protein_coding 10 1 2 FMO2 ENSG00000094963 +CDS chr1 171185714 171185845 ENST00000483192 protein_coding 2 4 1 FMO2 ENSG00000094963 +CDS chr1 171193335 171193523 ENST00000209929 protein_coding 10 1 3 FMO2 ENSG00000094963 +CDS chr1 171193335 171193523 ENST00000483192 protein_coding 2 4 2 FMO2 ENSG00000094963 +CDS chr1 171196649 171196811 ENST00000209929 protein_coding 10 1 4 FMO2 ENSG00000094963 +CDS chr1 171196649 171196720 ENST00000483192 protein_coding 2 4 3 FMO2 ENSG00000094963 +CDS chr1 171199346 171199488 ENST00000209929 protein_coding 10 1 5 FMO2 ENSG00000094963 +CDS chr1 171203865 171204064 ENST00000209929 protein_coding 10 1 6 FMO2 ENSG00000094963 +CDS chr1 171205279 171205634 ENST00000209929 protein_coding 10 1 7 FMO2 ENSG00000094963 +CDS chr1 171207718 171207790 ENST00000209929 protein_coding 10 1 8 FMO2 ENSG00000094963 +CDS chr1 171208794 171209142 ENST00000209929 protein_coding 10 1 9 FMO2 ENSG00000094963 +transcript chr1 171248471 171285978 ENST00000402921 protein_coding 6 2 NA FMO1 ENSG00000010932 +transcript chr1 171248494 171285961 ENST00000617670 protein_coding 6 1 NA FMO1 ENSG00000010932 +transcript chr1 171248499 171285978 ENST00000367750 protein_coding 7 1 NA FMO1 ENSG00000010932 +transcript chr1 171257957 171285974 ENST00000354841 protein_coding 4 1 NA FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000617670 protein_coding 6 1 2 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000367750 protein_coding 7 1 2 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000354841 protein_coding 4 1 1 FMO1 ENSG00000010932 +CDS chr1 171258088 171258219 ENST00000402921 protein_coding 6 2 2 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000617670 protein_coding 6 1 3 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000367750 protein_coding 7 1 3 FMO1 ENSG00000010932 +CDS chr1 171267543 171267731 ENST00000354841 protein_coding 4 1 2 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000617670 protein_coding 6 1 4 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000367750 protein_coding 7 1 4 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000354841 protein_coding 4 1 3 FMO1 ENSG00000010932 +CDS chr1 171275346 171275508 ENST00000402921 protein_coding 6 2 3 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000617670 protein_coding 6 1 5 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000367750 protein_coding 7 1 5 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000354841 protein_coding 4 1 4 FMO1 ENSG00000010932 +CDS chr1 171278729 171278871 ENST00000402921 protein_coding 6 2 4 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000617670 protein_coding 6 1 6 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000367750 protein_coding 7 1 6 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000354841 protein_coding 4 1 5 FMO1 ENSG00000010932 +CDS chr1 171280786 171280985 ENST00000402921 protein_coding 6 2 5 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000617670 protein_coding 6 1 7 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000367750 protein_coding 7 1 7 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000354841 protein_coding 4 1 6 FMO1 ENSG00000010932 +CDS chr1 171281978 171282333 ENST00000402921 protein_coding 6 2 6 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000617670 protein_coding 6 1 8 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000367750 protein_coding 7 1 8 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000354841 protein_coding 4 1 7 FMO1 ENSG00000010932 +CDS chr1 171283144 171283216 ENST00000402921 protein_coding 6 2 7 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000617670 protein_coding 6 1 9 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000367750 protein_coding 7 1 9 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000354841 protein_coding 4 1 8 FMO1 ENSG00000010932 +CDS chr1 171285202 171285541 ENST00000402921 protein_coding 6 2 8 FMO1 ENSG00000010932 +transcript chr1 171314183 171342084 ENST00000367749 protein_coding 4 1 NA FMO4 ENSG00000076258 +CDS chr1 171319826 171319957 ENST00000367749 protein_coding 4 1 3 FMO4 ENSG00000076258 +CDS chr1 171323004 171323192 ENST00000367749 protein_coding 4 1 4 FMO4 ENSG00000076258 +CDS chr1 171324138 171324300 ENST00000367749 protein_coding 4 1 5 FMO4 ENSG00000076258 +CDS chr1 171331640 171331782 ENST00000367749 protein_coding 4 1 6 FMO4 ENSG00000076258 +CDS chr1 171332709 171332908 ENST00000367749 protein_coding 4 1 7 FMO4 ENSG00000076258 +CDS chr1 171334411 171334763 ENST00000367749 protein_coding 4 1 8 FMO4 ENSG00000076258 +CDS chr1 171337356 171337425 ENST00000367749 protein_coding 4 1 9 FMO4 ENSG00000076258 +CDS chr1 171341413 171341836 ENST00000367749 protein_coding 4 1 10 FMO4 ENSG00000076258 +transcript chr1 171485530 171593511 ENST00000647382 protein_coding 2 NA NA PRRC2C ENSG00000117523 +transcript chr1 171485551 171593511 ENST00000367742 protein_coding 7 5 NA PRRC2C ENSG00000117523 +transcript chr1 171485556 171593511 ENST00000338920 protein_coding 8 5 NA PRRC2C ENSG00000117523 +transcript chr1 171512032 171593511 ENST00000426496 protein_coding 6 1 NA PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000647382 protein_coding 2 NA 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000367742 protein_coding 7 5 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000338920 protein_coding 8 5 2 PRRC2C ENSG00000117523 +CDS chr1 171512089 171512200 ENST00000426496 protein_coding 6 1 1 PRRC2C ENSG00000117523 +CDS chr1 171512995 171513172 ENST00000647382 protein_coding 2 NA 3 PRRC2C ENSG00000117523 +CDS chr1 171512995 171513172 ENST00000367742 protein_coding 7 5 3 PRRC2C ENSG00000117523 +CDS chr1 171513001 171513172 ENST00000338920 protein_coding 8 5 3 PRRC2C ENSG00000117523 +CDS chr1 171513001 171513172 ENST00000426496 protein_coding 6 1 2 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000647382 protein_coding 2 NA 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000367742 protein_coding 7 5 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000338920 protein_coding 8 5 4 PRRC2C ENSG00000117523 +CDS chr1 171514536 171514645 ENST00000426496 protein_coding 6 1 3 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000647382 protein_coding 2 NA 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000367742 protein_coding 7 5 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000338920 protein_coding 8 5 5 PRRC2C ENSG00000117523 +CDS chr1 171515734 171515859 ENST00000426496 protein_coding 6 1 4 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000647382 protein_coding 2 NA 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000367742 protein_coding 7 5 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000338920 protein_coding 8 5 6 PRRC2C ENSG00000117523 +CDS chr1 171517591 171517814 ENST00000426496 protein_coding 6 1 5 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000647382 protein_coding 2 NA 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000367742 protein_coding 7 5 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000338920 protein_coding 8 5 7 PRRC2C ENSG00000117523 +CDS chr1 171522177 171522259 ENST00000426496 protein_coding 6 1 6 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000647382 protein_coding 2 NA 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000367742 protein_coding 7 5 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000338920 protein_coding 8 5 8 PRRC2C ENSG00000117523 +CDS chr1 171523221 171523354 ENST00000426496 protein_coding 6 1 7 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000647382 protein_coding 2 NA 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000367742 protein_coding 7 5 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000338920 protein_coding 8 5 9 PRRC2C ENSG00000117523 +CDS chr1 171523435 171523522 ENST00000426496 protein_coding 6 1 8 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000647382 protein_coding 2 NA 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000367742 protein_coding 7 5 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000338920 protein_coding 8 5 10 PRRC2C ENSG00000117523 +CDS chr1 171524821 171524965 ENST00000426496 protein_coding 6 1 9 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000647382 protein_coding 2 NA 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000367742 protein_coding 7 5 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000338920 protein_coding 8 5 11 PRRC2C ENSG00000117523 +CDS chr1 171527791 171527844 ENST00000426496 protein_coding 6 1 10 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000647382 protein_coding 2 NA 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000367742 protein_coding 7 5 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000338920 protein_coding 8 5 12 PRRC2C ENSG00000117523 +CDS chr1 171532343 171532961 ENST00000426496 protein_coding 6 1 11 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000647382 protein_coding 2 NA 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000367742 protein_coding 7 5 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000338920 protein_coding 8 5 13 PRRC2C ENSG00000117523 +CDS chr1 171535428 171535597 ENST00000426496 protein_coding 6 1 12 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000647382 protein_coding 2 NA 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000367742 protein_coding 7 5 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000338920 protein_coding 8 5 14 PRRC2C ENSG00000117523 +CDS chr1 171536029 171536278 ENST00000426496 protein_coding 6 1 13 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000647382 protein_coding 2 NA 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000367742 protein_coding 7 5 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000338920 protein_coding 8 5 15 PRRC2C ENSG00000117523 +CDS chr1 171537263 171537473 ENST00000426496 protein_coding 6 1 14 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000647382 protein_coding 2 NA 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000367742 protein_coding 7 5 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000338920 protein_coding 8 5 16 PRRC2C ENSG00000117523 +CDS chr1 171539971 171542229 ENST00000426496 protein_coding 6 1 15 PRRC2C ENSG00000117523 +transcript chr1 171541830 171593511 ENST00000495585 protein_coding 1 1 NA PRRC2C ENSG00000117523 +CDS chr1 171541830 171542229 ENST00000495585 protein_coding 1 1 1 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000647382 protein_coding 2 NA 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000367742 protein_coding 7 5 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000338920 protein_coding 8 5 17 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000426496 protein_coding 6 1 16 PRRC2C ENSG00000117523 +CDS chr1 171545479 171545687 ENST00000495585 protein_coding 1 1 2 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000647382 protein_coding 2 NA 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000367742 protein_coding 7 5 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000338920 protein_coding 8 5 18 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000426496 protein_coding 6 1 17 PRRC2C ENSG00000117523 +CDS chr1 171550086 171550240 ENST00000495585 protein_coding 1 1 3 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000647382 protein_coding 2 NA 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000367742 protein_coding 7 5 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000338920 protein_coding 8 5 19 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000426496 protein_coding 6 1 18 PRRC2C ENSG00000117523 +CDS chr1 171557240 171558143 ENST00000495585 protein_coding 1 1 4 PRRC2C ENSG00000117523 +transcript chr1 171557955 171593258 ENST00000644916 protein_coding 1 NA NA PRRC2C ENSG00000117523 +CDS chr1 171557955 171558143 ENST00000644916 protein_coding 1 NA 1 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000647382 protein_coding 2 NA 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000367742 protein_coding 7 5 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000338920 protein_coding 8 5 20 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000426496 protein_coding 6 1 19 PRRC2C ENSG00000117523 +CDS chr1 171561018 171561103 ENST00000495585 protein_coding 1 1 5 PRRC2C ENSG00000117523 +CDS chr1 171561021 171561103 ENST00000644916 protein_coding 1 NA 2 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000647382 protein_coding 2 NA 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000367742 protein_coding 7 5 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000338920 protein_coding 8 5 21 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000426496 protein_coding 6 1 20 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000495585 protein_coding 1 1 6 PRRC2C ENSG00000117523 +CDS chr1 171566233 171566421 ENST00000644916 protein_coding 1 NA 3 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000647382 protein_coding 2 NA 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000367742 protein_coding 7 5 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000338920 protein_coding 8 5 22 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000426496 protein_coding 6 1 21 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000495585 protein_coding 1 1 7 PRRC2C ENSG00000117523 +CDS chr1 171566592 171566843 ENST00000644916 protein_coding 1 NA 4 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000647382 protein_coding 2 NA 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000367742 protein_coding 7 5 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000338920 protein_coding 8 5 23 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000426496 protein_coding 6 1 22 PRRC2C ENSG00000117523 +CDS chr1 171568247 171568339 ENST00000644916 protein_coding 1 NA 5 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000647382 protein_coding 2 NA 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000367742 protein_coding 7 5 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000338920 protein_coding 8 5 24 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000426496 protein_coding 6 1 23 PRRC2C ENSG00000117523 +CDS chr1 171571320 171571421 ENST00000644916 protein_coding 1 NA 6 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000647382 protein_coding 2 NA 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000367742 protein_coding 7 5 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000338920 protein_coding 8 5 25 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000426496 protein_coding 6 1 24 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000495585 protein_coding 1 1 8 PRRC2C ENSG00000117523 +CDS chr1 171574927 171575128 ENST00000644916 protein_coding 1 NA 7 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000647382 protein_coding 2 NA 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000367742 protein_coding 7 5 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000338920 protein_coding 8 5 26 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000426496 protein_coding 6 1 25 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000495585 protein_coding 1 1 9 PRRC2C ENSG00000117523 +CDS chr1 171577434 171577637 ENST00000644916 protein_coding 1 NA 8 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000647382 protein_coding 2 NA 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000367742 protein_coding 7 5 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000338920 protein_coding 8 5 27 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000426496 protein_coding 6 1 26 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000495585 protein_coding 1 1 10 PRRC2C ENSG00000117523 +CDS chr1 171579354 171579466 ENST00000644916 protein_coding 1 NA 9 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000647382 protein_coding 2 NA 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000367742 protein_coding 7 5 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000338920 protein_coding 8 5 28 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000426496 protein_coding 6 1 27 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000495585 protein_coding 1 1 11 PRRC2C ENSG00000117523 +CDS chr1 171579828 171579964 ENST00000644916 protein_coding 1 NA 10 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000647382 protein_coding 2 NA 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000367742 protein_coding 7 5 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000338920 protein_coding 8 5 29 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000426496 protein_coding 6 1 28 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000495585 protein_coding 1 1 12 PRRC2C ENSG00000117523 +CDS chr1 171583956 171584187 ENST00000644916 protein_coding 1 NA 11 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000647382 protein_coding 2 NA 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000367742 protein_coding 7 5 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000338920 protein_coding 8 5 30 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000426496 protein_coding 6 1 29 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584526 ENST00000495585 protein_coding 1 1 13 PRRC2C ENSG00000117523 +CDS chr1 171584419 171584541 ENST00000644916 protein_coding 1 NA 12 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000647382 protein_coding 2 NA 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000367742 protein_coding 7 5 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000338920 protein_coding 8 5 31 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000426496 protein_coding 6 1 30 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000495585 protein_coding 1 1 14 PRRC2C ENSG00000117523 +CDS chr1 171587003 171587221 ENST00000644916 protein_coding 1 NA 13 PRRC2C ENSG00000117523 +transcript chr1 171587073 171592223 ENST00000498596 protein_coding 5 3 NA PRRC2C ENSG00000117523 +CDS chr1 171587073 171587221 ENST00000498596 protein_coding 5 3 1 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000647382 protein_coding 2 NA 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000367742 protein_coding 7 5 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000338920 protein_coding 8 5 32 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000426496 protein_coding 6 1 31 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000495585 protein_coding 1 1 15 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000644916 protein_coding 1 NA 14 PRRC2C ENSG00000117523 +CDS chr1 171587648 171587751 ENST00000498596 protein_coding 5 3 2 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000647382 protein_coding 2 NA 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000367742 protein_coding 7 5 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000338920 protein_coding 8 5 33 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000426496 protein_coding 6 1 32 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000495585 protein_coding 1 1 16 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000644916 protein_coding 1 NA 15 PRRC2C ENSG00000117523 +CDS chr1 171588379 171588505 ENST00000498596 protein_coding 5 3 3 PRRC2C ENSG00000117523 +CDS chr1 171589369 171589605 ENST00000647382 protein_coding 2 NA 34 PRRC2C ENSG00000117523 +CDS chr1 171589369 171589605 ENST00000644916 protein_coding 1 NA 16 PRRC2C ENSG00000117523 +CDS chr1 171591152 171591204 ENST00000644916 protein_coding 1 NA 17 PRRC2C ENSG00000117523 +CDS chr1 171591152 171591200 ENST00000498596 protein_coding 5 3 4 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000647382 protein_coding 2 NA 35 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000367742 protein_coding 7 5 34 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000338920 protein_coding 8 5 34 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000426496 protein_coding 6 1 33 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591844 ENST00000495585 protein_coding 1 1 17 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591656 ENST00000644916 protein_coding 1 NA 18 PRRC2C ENSG00000117523 +CDS chr1 171591587 171591633 ENST00000498596 protein_coding 5 3 5 PRRC2C ENSG00000117523 +transcript chr1 171600621 171627747 ENST00000636697 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171604120 171626888 ENST00000636788 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171619763 171626524 ENST00000686038 protein_coding 1 NA NA MYOCOS ENSG00000283683 +transcript chr1 171622216 171638799 ENST00000637303 protein_coding 1 5 NA MYOCOS ENSG00000283683 +transcript chr1 171622243 171626888 ENST00000637642 protein_coding 2 5 NA MYOCOS ENSG00000283683 +transcript chr1 171622243 171626888 ENST00000686330 protein_coding 1 NA NA MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000636697 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000636788 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000686038 protein_coding 1 NA 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000637303 protein_coding 1 5 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000637642 protein_coding 2 5 2 MYOCOS ENSG00000283683 +CDS chr1 171623884 171623978 ENST00000686330 protein_coding 1 NA 2 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000636697 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000636788 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626524 ENST00000686038 protein_coding 1 NA 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626592 ENST00000637303 protein_coding 1 5 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000637642 protein_coding 2 5 3 MYOCOS ENSG00000283683 +CDS chr1 171626454 171626598 ENST00000686330 protein_coding 1 NA 3 MYOCOS ENSG00000283683 +transcript chr1 171635417 171652688 ENST00000037502 protein_coding 11 1 NA MYOC ENSG00000034971 +CDS chr1 171635928 171636709 ENST00000037502 protein_coding 11 1 3 MYOC ENSG00000034971 +CDS chr1 171638597 171638722 ENST00000037502 protein_coding 11 1 2 MYOC ENSG00000034971 +CDS chr1 171638630 171638716 ENST00000637303 protein_coding 1 5 4 MYOCOS ENSG00000283683 +CDS chr1 171652008 171652611 ENST00000037502 protein_coding 11 1 1 MYOC ENSG00000034971 +transcript chr1 171700160 171742065 ENST00000236192 protein_coding 12 1 NA VAMP4 ENSG00000117533 +transcript chr1 171703950 171742074 ENST00000367740 protein_coding 2 1 NA VAMP4 ENSG00000117533 +CDS chr1 171704509 171704534 ENST00000236192 protein_coding 12 1 8 VAMP4 ENSG00000117533 +CDS chr1 171704509 171704534 ENST00000367740 protein_coding 2 1 8 VAMP4 ENSG00000117533 +CDS chr1 171706367 171706418 ENST00000236192 protein_coding 12 1 7 VAMP4 ENSG00000117533 +CDS chr1 171706367 171706418 ENST00000367740 protein_coding 2 1 7 VAMP4 ENSG00000117533 +CDS chr1 171709665 171709744 ENST00000236192 protein_coding 12 1 6 VAMP4 ENSG00000117533 +CDS chr1 171709665 171709744 ENST00000367740 protein_coding 2 1 6 VAMP4 ENSG00000117533 +CDS chr1 171710714 171710814 ENST00000236192 protein_coding 12 1 5 VAMP4 ENSG00000117533 +CDS chr1 171710714 171710814 ENST00000367740 protein_coding 2 1 5 VAMP4 ENSG00000117533 +CDS chr1 171719171 171719221 ENST00000236192 protein_coding 12 1 4 VAMP4 ENSG00000117533 +CDS chr1 171719171 171719218 ENST00000367740 protein_coding 2 1 4 VAMP4 ENSG00000117533 +CDS chr1 171728524 171728570 ENST00000236192 protein_coding 12 1 3 VAMP4 ENSG00000117533 +CDS chr1 171728524 171728570 ENST00000367740 protein_coding 2 1 3 VAMP4 ENSG00000117533 +CDS chr1 171738349 171738414 ENST00000236192 protein_coding 12 1 2 VAMP4 ENSG00000117533 +CDS chr1 171738349 171738414 ENST00000367740 protein_coding 2 1 2 VAMP4 ENSG00000117533 +transcript chr1 171781660 171797716 ENST00000361735 protein_coding 4 1 NA METTL13 ENSG00000010165 +transcript chr1 171781682 171797717 ENST00000362019 protein_coding 7 2 NA METTL13 ENSG00000010165 +transcript chr1 171781696 171797717 ENST00000367737 protein_coding 9 1 NA METTL13 ENSG00000010165 +CDS chr1 171781968 171782120 ENST00000361735 protein_coding 4 1 1 METTL13 ENSG00000010165 +CDS chr1 171781968 171782120 ENST00000367737 protein_coding 9 1 1 METTL13 ENSG00000010165 +CDS chr1 171783740 171784499 ENST00000361735 protein_coding 4 1 2 METTL13 ENSG00000010165 +CDS chr1 171783740 171784039 ENST00000367737 protein_coding 9 1 2 METTL13 ENSG00000010165 +CDS chr1 171783845 171784499 ENST00000362019 protein_coding 7 2 2 METTL13 ENSG00000010165 +CDS chr1 171785879 171786078 ENST00000361735 protein_coding 4 1 3 METTL13 ENSG00000010165 +CDS chr1 171785879 171786078 ENST00000362019 protein_coding 7 2 3 METTL13 ENSG00000010165 +CDS chr1 171785887 171786078 ENST00000367737 protein_coding 9 1 3 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000361735 protein_coding 4 1 4 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000362019 protein_coding 7 2 4 METTL13 ENSG00000010165 +CDS chr1 171787735 171787930 ENST00000367737 protein_coding 9 1 4 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000361735 protein_coding 4 1 5 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000362019 protein_coding 7 2 5 METTL13 ENSG00000010165 +CDS chr1 171790452 171790616 ENST00000367737 protein_coding 9 1 5 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000361735 protein_coding 4 1 6 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000362019 protein_coding 7 2 6 METTL13 ENSG00000010165 +CDS chr1 171792017 171792235 ENST00000367737 protein_coding 9 1 6 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000361735 protein_coding 4 1 7 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000362019 protein_coding 7 2 7 METTL13 ENSG00000010165 +CDS chr1 171794396 171794527 ENST00000367737 protein_coding 9 1 7 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000361735 protein_coding 4 1 8 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000362019 protein_coding 7 2 8 METTL13 ENSG00000010165 +CDS chr1 171796482 171796753 ENST00000367737 protein_coding 9 1 8 METTL13 ENSG00000010165 +transcript chr1 171817887 172289834 ENST00000688173 protein_coding 1 NA NA DNM3 ENSG00000197959 +transcript chr1 171841472 172418466 ENST00000485254 protein_coding 3 1 NA DNM3 ENSG00000197959 +transcript chr1 171841498 172133392 ENST00000367733 protein_coding 6 1 NA DNM3 ENSG00000197959 +transcript chr1 171841498 172412717 ENST00000627582 protein_coding 3 1 NA DNM3 ENSG00000197959 +transcript chr1 171841500 172408354 ENST00000355305 protein_coding 9 5 NA DNM3 ENSG00000197959 +transcript chr1 171841500 172412717 ENST00000367731 protein_coding 5 1 NA DNM3 ENSG00000197959 +transcript chr1 171841529 172311284 ENST00000520906 protein_coding 5 2 NA DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000485254 protein_coding 3 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000367733 protein_coding 6 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000627582 protein_coding 3 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000355305 protein_coding 9 5 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000367731 protein_coding 5 1 1 DNM3 ENSG00000197959 +CDS chr1 171841657 171841817 ENST00000520906 protein_coding 5 2 1 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000485254 protein_coding 3 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000367733 protein_coding 6 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000627582 protein_coding 3 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000355305 protein_coding 9 5 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000367731 protein_coding 5 1 2 DNM3 ENSG00000197959 +CDS chr1 171921748 171921821 ENST00000520906 protein_coding 5 2 2 DNM3 ENSG00000197959 +transcript chr1 171970122 172253578 ENST00000523513 protein_coding 1 5 NA DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000485254 protein_coding 3 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000367733 protein_coding 6 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000627582 protein_coding 3 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000355305 protein_coding 9 5 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000367731 protein_coding 5 1 3 DNM3 ENSG00000197959 +CDS chr1 171987656 171987805 ENST00000520906 protein_coding 5 2 3 DNM3 ENSG00000197959 +CDS chr1 171987751 171987805 ENST00000688173 protein_coding 1 NA 2 DNM3 ENSG00000197959 +CDS chr1 171987751 171987805 ENST00000523513 protein_coding 1 5 2 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000688173 protein_coding 1 NA 3 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000485254 protein_coding 3 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000367733 protein_coding 6 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000627582 protein_coding 3 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000355305 protein_coding 9 5 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000367731 protein_coding 5 1 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000520906 protein_coding 5 2 4 DNM3 ENSG00000197959 +CDS chr1 171988945 171989148 ENST00000523513 protein_coding 1 5 3 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000688173 protein_coding 1 NA 4 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000485254 protein_coding 3 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000367733 protein_coding 6 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000627582 protein_coding 3 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000355305 protein_coding 9 5 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000367731 protein_coding 5 1 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000520906 protein_coding 5 2 5 DNM3 ENSG00000197959 +CDS chr1 172032402 172032500 ENST00000523513 protein_coding 1 5 4 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000688173 protein_coding 1 NA 5 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000485254 protein_coding 3 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000367733 protein_coding 6 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000627582 protein_coding 3 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000355305 protein_coding 9 5 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000367731 protein_coding 5 1 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000520906 protein_coding 5 2 6 DNM3 ENSG00000197959 +CDS chr1 172033105 172033265 ENST00000523513 protein_coding 1 5 5 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000688173 protein_coding 1 NA 6 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000485254 protein_coding 3 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000367733 protein_coding 6 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000627582 protein_coding 3 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000355305 protein_coding 9 5 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000367731 protein_coding 5 1 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000520906 protein_coding 5 2 7 DNM3 ENSG00000197959 +CDS chr1 172038319 172038461 ENST00000523513 protein_coding 1 5 6 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000688173 protein_coding 1 NA 7 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000485254 protein_coding 3 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000367733 protein_coding 6 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000627582 protein_coding 3 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000355305 protein_coding 9 5 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000367731 protein_coding 5 1 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000520906 protein_coding 5 2 8 DNM3 ENSG00000197959 +CDS chr1 172042009 172042144 ENST00000523513 protein_coding 1 5 7 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000688173 protein_coding 1 NA 8 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000485254 protein_coding 3 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000367733 protein_coding 6 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000627582 protein_coding 3 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000355305 protein_coding 9 5 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000367731 protein_coding 5 1 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000520906 protein_coding 5 2 9 DNM3 ENSG00000197959 +CDS chr1 172044385 172044452 ENST00000523513 protein_coding 1 5 8 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000688173 protein_coding 1 NA 9 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000485254 protein_coding 3 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000367733 protein_coding 6 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000627582 protein_coding 3 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000355305 protein_coding 9 5 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000367731 protein_coding 5 1 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000520906 protein_coding 5 2 10 DNM3 ENSG00000197959 +CDS chr1 172048612 172048750 ENST00000523513 protein_coding 1 5 9 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000688173 protein_coding 1 NA 10 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000485254 protein_coding 3 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000367733 protein_coding 6 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000627582 protein_coding 3 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000355305 protein_coding 9 5 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000367731 protein_coding 5 1 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000520906 protein_coding 5 2 11 DNM3 ENSG00000197959 +CDS chr1 172068819 172068905 ENST00000523513 protein_coding 1 5 10 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000688173 protein_coding 1 NA 11 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000485254 protein_coding 3 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000367733 protein_coding 6 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000627582 protein_coding 3 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000355305 protein_coding 9 5 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000367731 protein_coding 5 1 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000520906 protein_coding 5 2 12 DNM3 ENSG00000197959 +CDS chr1 172081832 172081902 ENST00000523513 protein_coding 1 5 11 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000688173 protein_coding 1 NA 12 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000485254 protein_coding 3 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000367733 protein_coding 6 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000627582 protein_coding 3 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000355305 protein_coding 9 5 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000367731 protein_coding 5 1 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000520906 protein_coding 5 2 13 DNM3 ENSG00000197959 +CDS chr1 172092824 172092875 ENST00000523513 protein_coding 1 5 12 DNM3 ENSG00000197959 +CDS chr1 172093696 172093725 ENST00000485254 protein_coding 3 1 14 DNM3 ENSG00000197959 +CDS chr1 172093696 172093725 ENST00000355305 protein_coding 9 5 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000688173 protein_coding 1 NA 13 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000485254 protein_coding 3 1 15 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000367733 protein_coding 6 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000627582 protein_coding 3 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000355305 protein_coding 9 5 15 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000367731 protein_coding 5 1 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000520906 protein_coding 5 2 14 DNM3 ENSG00000197959 +CDS chr1 172131175 172131288 ENST00000523513 protein_coding 1 5 13 DNM3 ENSG00000197959 +CDS chr1 172132889 172132894 ENST00000367733 protein_coding 6 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000688173 protein_coding 1 NA 14 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000485254 protein_coding 3 1 16 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000627582 protein_coding 3 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000355305 protein_coding 9 5 16 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000367731 protein_coding 5 1 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253682 ENST00000520906 protein_coding 5 2 15 DNM3 ENSG00000197959 +CDS chr1 172253573 172253578 ENST00000523513 protein_coding 1 5 14 DNM3 ENSG00000197959 +CDS chr1 172289496 172289520 ENST00000688173 protein_coding 1 NA 15 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000485254 protein_coding 3 1 17 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000627582 protein_coding 3 1 16 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000355305 protein_coding 9 5 17 DNM3 ENSG00000197959 +CDS chr1 172308728 172308839 ENST00000367731 protein_coding 5 1 16 DNM3 ENSG00000197959 +CDS chr1 172308728 172308875 ENST00000520906 protein_coding 5 2 16 DNM3 ENSG00000197959 +CDS chr1 172323329 172323340 ENST00000627582 protein_coding 3 1 17 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000485254 protein_coding 3 1 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000627582 protein_coding 3 1 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000355305 protein_coding 9 5 18 DNM3 ENSG00000197959 +CDS chr1 172379018 172379182 ENST00000367731 protein_coding 5 1 17 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000485254 protein_coding 3 1 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000627582 protein_coding 3 1 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000355305 protein_coding 9 5 19 DNM3 ENSG00000197959 +CDS chr1 172387133 172387359 ENST00000367731 protein_coding 5 1 18 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000485254 protein_coding 3 1 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000627582 protein_coding 3 1 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000355305 protein_coding 9 5 20 DNM3 ENSG00000197959 +CDS chr1 172388573 172388809 ENST00000367731 protein_coding 5 1 19 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000627582 protein_coding 3 1 21 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000355305 protein_coding 9 5 21 DNM3 ENSG00000197959 +CDS chr1 172407772 172407838 ENST00000367731 protein_coding 5 1 20 DNM3 ENSG00000197959 +CDS chr1 172418281 172418314 ENST00000485254 protein_coding 3 1 21 DNM3 ENSG00000197959 +transcript chr1 172420685 172468829 ENST00000367727 protein_coding 9 1 NA C1orf105 ENSG00000180999 +transcript chr1 172420734 172431287 ENST00000460397 protein_coding 2 3 NA C1orf105 ENSG00000180999 +CDS chr1 172420886 172420906 ENST00000367727 protein_coding 9 1 1 C1orf105 ENSG00000180999 +CDS chr1 172420886 172420906 ENST00000460397 protein_coding 2 3 1 C1orf105 ENSG00000180999 +CDS chr1 172428794 172428830 ENST00000460397 protein_coding 2 3 2 C1orf105 ENSG00000180999 +CDS chr1 172430292 172430335 ENST00000460397 protein_coding 2 3 3 C1orf105 ENSG00000180999 +CDS chr1 172431080 172431088 ENST00000460397 protein_coding 2 3 4 C1orf105 ENSG00000180999 +transcript chr1 172441457 172444069 ENST00000344529 protein_coding 5 1 NA PIGC ENSG00000135845 +transcript chr1 172441457 172444086 ENST00000367728 protein_coding 1 NA NA PIGC ENSG00000135845 +CDS chr1 172441732 172442622 ENST00000344529 protein_coding 5 1 2 PIGC ENSG00000135845 +CDS chr1 172441732 172442622 ENST00000367728 protein_coding 1 NA 1 PIGC ENSG00000135845 +CDS chr1 172445073 172445158 ENST00000367727 protein_coding 9 1 2 C1orf105 ENSG00000180999 +transcript chr1 172445139 172465681 ENST00000488100 protein_coding 6 5 NA C1orf105 ENSG00000180999 +CDS chr1 172445139 172445158 ENST00000488100 protein_coding 6 5 1 C1orf105 ENSG00000180999 +CDS chr1 172448441 172448531 ENST00000367727 protein_coding 9 1 3 C1orf105 ENSG00000180999 +CDS chr1 172448441 172448531 ENST00000488100 protein_coding 6 5 2 C1orf105 ENSG00000180999 +transcript chr1 172452893 172468831 ENST00000367725 protein_coding 4 2 NA C1orf105 ENSG00000180999 +CDS chr1 172453022 172453189 ENST00000367725 protein_coding 4 2 1 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000367727 protein_coding 9 1 4 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000488100 protein_coding 6 5 3 C1orf105 ENSG00000180999 +CDS chr1 172456415 172456489 ENST00000367725 protein_coding 4 2 2 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000367727 protein_coding 9 1 5 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000488100 protein_coding 6 5 4 C1orf105 ENSG00000180999 +CDS chr1 172462178 172462245 ENST00000367725 protein_coding 4 2 3 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000367727 protein_coding 9 1 6 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000488100 protein_coding 6 5 5 C1orf105 ENSG00000180999 +CDS chr1 172465299 172465363 ENST00000367725 protein_coding 4 2 4 C1orf105 ENSG00000180999 +CDS chr1 172465607 172465662 ENST00000488100 protein_coding 6 5 6 C1orf105 ENSG00000180999 +CDS chr1 172468449 172468591 ENST00000367727 protein_coding 9 1 7 C1orf105 ENSG00000180999 +CDS chr1 172468449 172468591 ENST00000367725 protein_coding 4 2 5 C1orf105 ENSG00000180999 +transcript chr1 172532349 172611833 ENST00000367723 protein_coding 8 1 NA SUCO ENSG00000094975 +CDS chr1 172532473 172532798 ENST00000367723 protein_coding 8 1 1 SUCO ENSG00000094975 +transcript chr1 172532473 172611831 ENST00000608151 protein_coding 5 5 NA SUCO ENSG00000094975 +CDS chr1 172532473 172532799 ENST00000608151 protein_coding 5 5 1 SUCO ENSG00000094975 +transcript chr1 172533118 172611831 ENST00000616058 protein_coding 4 1 NA SUCO ENSG00000094975 +transcript chr1 172533150 172611833 ENST00000263688 protein_coding 4 1 NA SUCO ENSG00000094975 +CDS chr1 172533177 172533497 ENST00000367723 protein_coding 8 1 2 SUCO ENSG00000094975 +CDS chr1 172533178 172533497 ENST00000608151 protein_coding 5 5 2 SUCO ENSG00000094975 +transcript chr1 172533183 172610279 ENST00000610051 protein_coding 5 2 NA SUCO ENSG00000094975 +CDS chr1 172533436 172533497 ENST00000610051 protein_coding 5 2 1 SUCO ENSG00000094975 +CDS chr1 172533436 172533497 ENST00000263688 protein_coding 4 1 1 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000367723 protein_coding 8 1 3 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000610051 protein_coding 5 2 2 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000263688 protein_coding 4 1 2 SUCO ENSG00000094975 +CDS chr1 172551512 172551626 ENST00000608151 protein_coding 5 5 3 SUCO ENSG00000094975 +CDS chr1 172553260 172553370 ENST00000263688 protein_coding 4 1 3 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000367723 protein_coding 8 1 4 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000610051 protein_coding 5 2 3 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000263688 protein_coding 4 1 4 SUCO ENSG00000094975 +CDS chr1 172555869 172556023 ENST00000608151 protein_coding 5 5 4 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000367723 protein_coding 8 1 5 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000610051 protein_coding 5 2 4 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000263688 protein_coding 4 1 5 SUCO ENSG00000094975 +CDS chr1 172557280 172557417 ENST00000608151 protein_coding 5 5 5 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000367723 protein_coding 8 1 6 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000610051 protein_coding 5 2 5 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000263688 protein_coding 4 1 6 SUCO ENSG00000094975 +CDS chr1 172557644 172557794 ENST00000608151 protein_coding 5 5 6 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000367723 protein_coding 8 1 7 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000610051 protein_coding 5 2 6 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000263688 protein_coding 4 1 7 SUCO ENSG00000094975 +CDS chr1 172569019 172569142 ENST00000608151 protein_coding 5 5 7 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000367723 protein_coding 8 1 8 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000610051 protein_coding 5 2 7 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000263688 protein_coding 4 1 8 SUCO ENSG00000094975 +CDS chr1 172570047 172570171 ENST00000608151 protein_coding 5 5 8 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000367723 protein_coding 8 1 9 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000610051 protein_coding 5 2 8 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000263688 protein_coding 4 1 9 SUCO ENSG00000094975 +CDS chr1 172570663 172570730 ENST00000608151 protein_coding 5 5 9 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000367723 protein_coding 8 1 10 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000610051 protein_coding 5 2 9 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000263688 protein_coding 4 1 10 SUCO ENSG00000094975 +CDS chr1 172573891 172573998 ENST00000608151 protein_coding 5 5 10 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000367723 protein_coding 8 1 11 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000610051 protein_coding 5 2 10 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000263688 protein_coding 4 1 11 SUCO ENSG00000094975 +CDS chr1 172575518 172575623 ENST00000608151 protein_coding 5 5 11 SUCO ENSG00000094975 +CDS chr1 172577539 172577559 ENST00000610051 protein_coding 5 2 11 SUCO ENSG00000094975 +CDS chr1 172577539 172577559 ENST00000263688 protein_coding 4 1 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000367723 protein_coding 8 1 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000610051 protein_coding 5 2 12 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000263688 protein_coding 4 1 13 SUCO ENSG00000094975 +CDS chr1 172577764 172577819 ENST00000608151 protein_coding 5 5 12 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000367723 protein_coding 8 1 13 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000610051 protein_coding 5 2 13 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000263688 protein_coding 4 1 14 SUCO ENSG00000094975 +CDS chr1 172578298 172578389 ENST00000608151 protein_coding 5 5 13 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000367723 protein_coding 8 1 14 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000610051 protein_coding 5 2 14 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000263688 protein_coding 4 1 15 SUCO ENSG00000094975 +CDS chr1 172579202 172579267 ENST00000608151 protein_coding 5 5 14 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000367723 protein_coding 8 1 15 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000610051 protein_coding 5 2 15 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000263688 protein_coding 4 1 16 SUCO ENSG00000094975 +CDS chr1 172585018 172585086 ENST00000608151 protein_coding 5 5 15 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000367723 protein_coding 8 1 16 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000610051 protein_coding 5 2 16 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000263688 protein_coding 4 1 17 SUCO ENSG00000094975 +CDS chr1 172585858 172585948 ENST00000608151 protein_coding 5 5 16 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000367723 protein_coding 8 1 17 SUCO ENSG00000094975 +CDS chr1 172588760 172588924 ENST00000610051 protein_coding 5 2 17 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000263688 protein_coding 4 1 18 SUCO ENSG00000094975 +CDS chr1 172588760 172589926 ENST00000608151 protein_coding 5 5 17 SUCO ENSG00000094975 +CDS chr1 172588791 172589926 ENST00000616058 protein_coding 4 1 16 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000367723 protein_coding 8 1 18 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000610051 protein_coding 5 2 18 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000263688 protein_coding 4 1 19 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000616058 protein_coding 4 1 17 SUCO ENSG00000094975 +CDS chr1 172590984 172591071 ENST00000608151 protein_coding 5 5 18 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000367723 protein_coding 8 1 19 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000610051 protein_coding 5 2 19 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000263688 protein_coding 4 1 20 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000616058 protein_coding 4 1 18 SUCO ENSG00000094975 +CDS chr1 172600064 172600168 ENST00000608151 protein_coding 5 5 19 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000367723 protein_coding 8 1 20 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000610051 protein_coding 5 2 20 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000263688 protein_coding 4 1 21 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000616058 protein_coding 4 1 19 SUCO ENSG00000094975 +CDS chr1 172602064 172602218 ENST00000608151 protein_coding 5 5 20 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000367723 protein_coding 8 1 21 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000610051 protein_coding 5 2 21 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000263688 protein_coding 4 1 22 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000616058 protein_coding 4 1 20 SUCO ENSG00000094975 +CDS chr1 172602696 172602787 ENST00000608151 protein_coding 5 5 21 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000367723 protein_coding 8 1 22 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000610051 protein_coding 5 2 22 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000263688 protein_coding 4 1 23 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000616058 protein_coding 4 1 21 SUCO ENSG00000094975 +CDS chr1 172608747 172608802 ENST00000608151 protein_coding 5 5 22 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000367723 protein_coding 8 1 23 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000610051 protein_coding 5 2 23 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000263688 protein_coding 4 1 24 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000616058 protein_coding 4 1 22 SUCO ENSG00000094975 +CDS chr1 172609816 172610256 ENST00000608151 protein_coding 5 5 23 SUCO ENSG00000094975 +transcript chr1 172659103 172666876 ENST00000367721 protein_coding 3 1 NA FASLG ENSG00000117560 +transcript chr1 172659144 172666075 ENST00000340030 protein_coding 4 1 NA FASLG ENSG00000117560 +CDS chr1 172659202 172659549 ENST00000367721 protein_coding 3 1 1 FASLG ENSG00000117560 +CDS chr1 172659202 172659549 ENST00000340030 protein_coding 4 1 1 FASLG ENSG00000117560 +CDS chr1 172660095 172660140 ENST00000367721 protein_coding 3 1 2 FASLG ENSG00000117560 +CDS chr1 172664334 172664390 ENST00000367721 protein_coding 3 1 3 FASLG ENSG00000117560 +CDS chr1 172664334 172664366 ENST00000340030 protein_coding 4 1 2 FASLG ENSG00000117560 +CDS chr1 172665622 172666013 ENST00000367721 protein_coding 3 1 4 FASLG ENSG00000117560 +transcript chr1 173039202 173050941 ENST00000404377 protein_coding 5 1 NA TNFSF18 ENSG00000120337 +CDS chr1 173041370 173041713 ENST00000404377 protein_coding 5 1 3 TNFSF18 ENSG00000120337 +CDS chr1 173043939 173043969 ENST00000404377 protein_coding 5 1 2 TNFSF18 ENSG00000120337 +CDS chr1 173050741 173050896 ENST00000404377 protein_coding 5 1 1 TNFSF18 ENSG00000120337 +transcript chr1 173183731 173207331 ENST00000281834 protein_coding 4 1 NA TNFSF4 ENSG00000117586 +transcript chr1 173183734 173205558 ENST00000367718 protein_coding 5 1 NA TNFSF4 ENSG00000117586 +CDS chr1 173186519 173186865 ENST00000367718 protein_coding 5 1 3 TNFSF4 ENSG00000117586 +CDS chr1 173186519 173186865 ENST00000281834 protein_coding 4 1 3 TNFSF4 ENSG00000117586 +CDS chr1 173188521 173188569 ENST00000367718 protein_coding 5 1 2 TNFSF4 ENSG00000117586 +CDS chr1 173188521 173188569 ENST00000281834 protein_coding 4 1 2 TNFSF4 ENSG00000117586 +CDS chr1 173205311 173205313 ENST00000367718 protein_coding 5 1 1 TNFSF4 ENSG00000117586 +CDS chr1 173207024 173207176 ENST00000281834 protein_coding 4 1 1 TNFSF4 ENSG00000117586 +transcript chr1 173477335 173488815 ENST00000340385 protein_coding 6 1 NA PRDX6 ENSG00000117592 +CDS chr1 173477398 173477492 ENST00000340385 protein_coding 6 1 1 PRDX6 ENSG00000117592 +CDS chr1 173481326 173481482 ENST00000340385 protein_coding 6 1 2 PRDX6 ENSG00000117592 +CDS chr1 173485361 173485507 ENST00000340385 protein_coding 6 1 3 PRDX6 ENSG00000117592 +CDS chr1 173486255 173486401 ENST00000340385 protein_coding 6 1 4 PRDX6 ENSG00000117592 +CDS chr1 173487735 173487860 ENST00000340385 protein_coding 6 1 5 PRDX6 ENSG00000117592 +transcript chr1 173500460 173603072 ENST00000367714 protein_coding 4 1 NA SLC9C2 ENSG00000162753 +CDS chr1 173501097 173501097 ENST00000367714 protein_coding 4 1 28 SLC9C2 ENSG00000162753 +CDS chr1 173503266 173503326 ENST00000367714 protein_coding 4 1 27 SLC9C2 ENSG00000162753 +CDS chr1 173505247 173505331 ENST00000367714 protein_coding 4 1 26 SLC9C2 ENSG00000162753 +CDS chr1 173506856 173507041 ENST00000367714 protein_coding 4 1 25 SLC9C2 ENSG00000162753 +CDS chr1 173509568 173509699 ENST00000367714 protein_coding 4 1 24 SLC9C2 ENSG00000162753 +CDS chr1 173517537 173517704 ENST00000367714 protein_coding 4 1 23 SLC9C2 ENSG00000162753 +CDS chr1 173521301 173521399 ENST00000367714 protein_coding 4 1 22 SLC9C2 ENSG00000162753 +CDS chr1 173523969 173524094 ENST00000367714 protein_coding 4 1 21 SLC9C2 ENSG00000162753 +CDS chr1 173524779 173524927 ENST00000367714 protein_coding 4 1 20 SLC9C2 ENSG00000162753 +CDS chr1 173526663 173526714 ENST00000367714 protein_coding 4 1 19 SLC9C2 ENSG00000162753 +CDS chr1 173529905 173530054 ENST00000367714 protein_coding 4 1 18 SLC9C2 ENSG00000162753 +CDS chr1 173533609 173533797 ENST00000367714 protein_coding 4 1 17 SLC9C2 ENSG00000162753 +CDS chr1 173534484 173534682 ENST00000367714 protein_coding 4 1 16 SLC9C2 ENSG00000162753 +CDS chr1 173535830 173535949 ENST00000367714 protein_coding 4 1 15 SLC9C2 ENSG00000162753 +CDS chr1 173536942 173537039 ENST00000367714 protein_coding 4 1 14 SLC9C2 ENSG00000162753 +CDS chr1 173547689 173547784 ENST00000367714 protein_coding 4 1 13 SLC9C2 ENSG00000162753 +CDS chr1 173548389 173548552 ENST00000367714 protein_coding 4 1 12 SLC9C2 ENSG00000162753 +CDS chr1 173554733 173554814 ENST00000367714 protein_coding 4 1 11 SLC9C2 ENSG00000162753 +CDS chr1 173557340 173557508 ENST00000367714 protein_coding 4 1 10 SLC9C2 ENSG00000162753 +CDS chr1 173573182 173573325 ENST00000367714 protein_coding 4 1 9 SLC9C2 ENSG00000162753 +CDS chr1 173576661 173576760 ENST00000367714 protein_coding 4 1 8 SLC9C2 ENSG00000162753 +CDS chr1 173581847 173582008 ENST00000367714 protein_coding 4 1 7 SLC9C2 ENSG00000162753 +CDS chr1 173583506 173583622 ENST00000367714 protein_coding 4 1 6 SLC9C2 ENSG00000162753 +CDS chr1 173587665 173587830 ENST00000367714 protein_coding 4 1 5 SLC9C2 ENSG00000162753 +CDS chr1 173597904 173598032 ENST00000367714 protein_coding 4 1 4 SLC9C2 ENSG00000162753 +CDS chr1 173600117 173600217 ENST00000367714 protein_coding 4 1 3 SLC9C2 ENSG00000162753 +CDS chr1 173601650 173601776 ENST00000367714 protein_coding 4 1 2 SLC9C2 ENSG00000162753 +transcript chr1 173608336 173669851 ENST00000333279 protein_coding 3 1 NA ANKRD45 ENSG00000183831 +CDS chr1 173610148 173610215 ENST00000333279 protein_coding 3 1 6 ANKRD45 ENSG00000183831 +CDS chr1 173624787 173624925 ENST00000333279 protein_coding 3 1 5 ANKRD45 ENSG00000183831 +CDS chr1 173627065 173627159 ENST00000333279 protein_coding 3 1 4 ANKRD45 ENSG00000183831 +transcript chr1 173635338 173637130 ENST00000417563 protein_coding 3 2 NA TEX50 ENSG00000232113 +CDS chr1 173635522 173635845 ENST00000417563 protein_coding 3 2 1 TEX50 ENSG00000232113 +CDS chr1 173636827 173637033 ENST00000417563 protein_coding 3 2 2 TEX50 ENSG00000232113 +CDS chr1 173646846 173647013 ENST00000333279 protein_coding 3 1 3 ANKRD45 ENSG00000183831 +CDS chr1 173659091 173659418 ENST00000333279 protein_coding 3 1 2 ANKRD45 ENSG00000183831 +transcript chr1 173714981 173786692 ENST00000209884 protein_coding 5 1 NA KLHL20 ENSG00000076321 +CDS chr1 173716044 173716066 ENST00000209884 protein_coding 5 1 2 KLHL20 ENSG00000076321 +CDS chr1 173733713 173734286 ENST00000209884 protein_coding 5 1 3 KLHL20 ENSG00000076321 +CDS chr1 173751764 173751922 ENST00000209884 protein_coding 5 1 4 KLHL20 ENSG00000076321 +CDS chr1 173753213 173753307 ENST00000209884 protein_coding 5 1 5 KLHL20 ENSG00000076321 +CDS chr1 173755923 173756038 ENST00000209884 protein_coding 5 1 6 KLHL20 ENSG00000076321 +CDS chr1 173756976 173757159 ENST00000209884 protein_coding 5 1 7 KLHL20 ENSG00000076321 +CDS chr1 173766146 173766289 ENST00000209884 protein_coding 5 1 8 KLHL20 ENSG00000076321 +CDS chr1 173774305 173774438 ENST00000209884 protein_coding 5 1 9 KLHL20 ENSG00000076321 +CDS chr1 173775634 173775842 ENST00000209884 protein_coding 5 1 10 KLHL20 ENSG00000076321 +CDS chr1 173782124 173782230 ENST00000209884 protein_coding 5 1 11 KLHL20 ENSG00000076321 +CDS chr1 173785163 173785244 ENST00000209884 protein_coding 5 1 12 KLHL20 ENSG00000076321 +transcript chr1 173799550 173824322 ENST00000356198 protein_coding 6 1 NA CENPL ENSG00000120334 +transcript chr1 173799550 173824883 ENST00000682279 protein_coding 1 NA NA CENPL ENSG00000120334 +transcript chr1 173799850 173824132 ENST00000345664 protein_coding 10 1 NA CENPL ENSG00000120334 +transcript chr1 173799850 173824174 ENST00000367710 protein_coding 7 1 NA CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000356198 protein_coding 6 1 7 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000345664 protein_coding 10 1 5 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000367710 protein_coding 7 1 6 CENPL ENSG00000120334 +CDS chr1 173800451 173800519 ENST00000682279 protein_coding 1 NA 6 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000356198 protein_coding 6 1 6 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000345664 protein_coding 10 1 4 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000367710 protein_coding 7 1 5 CENPL ENSG00000120334 +CDS chr1 173802963 173803505 ENST00000682279 protein_coding 1 NA 5 CENPL ENSG00000120334 +CDS chr1 173806439 173806576 ENST00000356198 protein_coding 6 1 5 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000356198 protein_coding 6 1 4 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000345664 protein_coding 10 1 3 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000367710 protein_coding 7 1 4 CENPL ENSG00000120334 +CDS chr1 173807267 173807518 ENST00000682279 protein_coding 1 NA 4 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000356198 protein_coding 6 1 3 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000345664 protein_coding 10 1 2 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000367710 protein_coding 7 1 3 CENPL ENSG00000120334 +CDS chr1 173811132 173811299 ENST00000682279 protein_coding 1 NA 3 CENPL ENSG00000120334 +transcript chr1 173824653 173858389 ENST00000648960 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824653 173858400 ENST00000648807 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824663 173858397 ENST00000649067 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824673 173858546 ENST00000649689 protein_coding 2 NA NA DARS2 ENSG00000117593 +transcript chr1 173824708 173858517 ENST00000647645 protein_coding 1 NA NA DARS2 ENSG00000117593 +transcript chr1 173824960 173852014 ENST00000648458 protein_coding 1 NA NA DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648960 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648807 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000649067 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000649689 protein_coding 2 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000647645 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173825230 173825356 ENST00000648458 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648960 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648807 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000649067 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000649689 protein_coding 2 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000647645 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173826687 173826786 ENST00000648458 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648960 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648807 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000649067 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000649689 protein_coding 2 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000647645 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173828333 173828399 ENST00000648458 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648960 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648807 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000649067 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000649689 protein_coding 2 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000647645 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173830660 173830761 ENST00000648458 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648960 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648807 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000649067 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000649689 protein_coding 2 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000647645 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173831535 173831630 ENST00000648458 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648960 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648807 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000649067 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000649689 protein_coding 2 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000647645 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173833376 173833499 ENST00000648458 protein_coding 1 NA 6 DARS2 ENSG00000117593 +transcript chr1 173833428 173853836 ENST00000649106 protein_coding 1 NA NA DARS2 ENSG00000117593 +CDS chr1 173833428 173833499 ENST00000649106 protein_coding 1 NA 1 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648960 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648807 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649067 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649689 protein_coding 2 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000647645 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000648458 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173834473 173834519 ENST00000649106 protein_coding 1 NA 2 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648960 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648807 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000649067 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000649689 protein_coding 2 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000647645 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173836940 173837046 ENST00000648458 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648960 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648807 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000649067 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000649689 protein_coding 2 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000647645 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173838190 173838259 ENST00000648458 protein_coding 1 NA 9 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648960 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648807 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649067 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649689 protein_coding 2 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000647645 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000648458 protein_coding 1 NA 10 DARS2 ENSG00000117593 +CDS chr1 173839367 173839546 ENST00000649106 protein_coding 1 NA 3 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648960 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648807 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649067 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649689 protein_coding 2 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000647645 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000648458 protein_coding 1 NA 11 DARS2 ENSG00000117593 +CDS chr1 173840866 173840973 ENST00000649106 protein_coding 1 NA 4 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648960 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648807 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649067 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649689 protein_coding 2 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000648458 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173845229 173845291 ENST00000649106 protein_coding 1 NA 5 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000649689 protein_coding 2 NA 13 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000647645 protein_coding 1 NA 12 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000648458 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173850327 173850479 ENST00000649106 protein_coding 1 NA 6 DARS2 ENSG00000117593 +CDS chr1 173851836 173851937 ENST00000648458 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000648807 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649067 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649689 protein_coding 2 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000647645 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173853349 173853567 ENST00000649106 protein_coding 1 NA 7 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000648807 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000649067 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000649689 protein_coding 2 NA 15 DARS2 ENSG00000117593 +CDS chr1 173853795 173853905 ENST00000647645 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173853795 173853836 ENST00000649106 protein_coding 1 NA 8 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000648960 protein_coding 1 NA 13 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000648807 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173856666 173856761 ENST00000649067 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000649689 protein_coding 2 NA 16 DARS2 ENSG00000117593 +CDS chr1 173856666 173856741 ENST00000647645 protein_coding 1 NA 15 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000648960 protein_coding 1 NA 14 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000648807 protein_coding 1 NA 16 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000649689 protein_coding 2 NA 17 DARS2 ENSG00000117593 +CDS chr1 173857518 173857702 ENST00000647645 protein_coding 1 NA 16 DARS2 ENSG00000117593 +transcript chr1 173868082 173886636 ENST00000367704 protein_coding 5 2 NA ZBTB37 ENSG00000185278 +transcript chr1 173868355 173886636 ENST00000427304 protein_coding 5 5 NA ZBTB37 ENSG00000185278 +transcript chr1 173868394 173873643 ENST00000367702 protein_coding 1 5 NA ZBTB37 ENSG00000185278 +transcript chr1 173868956 173903549 ENST00000367701 protein_coding 9 1 NA ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367704 protein_coding 5 2 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000427304 protein_coding 5 5 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367702 protein_coding 1 5 3 ZBTB37 ENSG00000185278 +CDS chr1 173870226 173871148 ENST00000367701 protein_coding 9 1 2 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873566 ENST00000427304 protein_coding 5 5 4 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873626 ENST00000367702 protein_coding 1 5 4 ZBTB37 ENSG00000185278 +CDS chr1 173873467 173873566 ENST00000367701 protein_coding 9 1 3 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173885636 ENST00000367704 protein_coding 5 2 4 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173886121 ENST00000427304 protein_coding 5 5 5 ZBTB37 ENSG00000185278 +CDS chr1 173885636 173886121 ENST00000367701 protein_coding 9 1 4 ZBTB37 ENSG00000185278 +transcript chr1 173903800 173917327 ENST00000367698 protein_coding 4 1 NA SERPINC1 ENSG00000117601 +CDS chr1 173903892 173904065 ENST00000367698 protein_coding 4 1 7 SERPINC1 ENSG00000117601 +CDS chr1 173907450 173907514 ENST00000367698 protein_coding 4 1 6 SERPINC1 ENSG00000117601 +CDS chr1 173909552 173909942 ENST00000367698 protein_coding 4 1 5 SERPINC1 ENSG00000117601 +CDS chr1 173910754 173910891 ENST00000367698 protein_coding 4 1 4 SERPINC1 ENSG00000117601 +CDS chr1 173911799 173912014 ENST00000367698 protein_coding 4 1 3 SERPINC1 ENSG00000117601 +CDS chr1 173914553 173914919 ENST00000367698 protein_coding 4 1 2 SERPINC1 ENSG00000117601 +CDS chr1 173917219 173917259 ENST00000367698 protein_coding 4 1 1 SERPINC1 ENSG00000117601 +transcript chr1 173931084 174022357 ENST00000367696 protein_coding 7 5 NA RC3H1 ENSG00000135870 +transcript chr1 173931214 173993064 ENST00000258349 protein_coding 8 1 NA RC3H1 ENSG00000135870 +transcript chr1 173938411 173993072 ENST00000367694 protein_coding 2 2 NA RC3H1 ENSG00000135870 +CDS chr1 173938724 173938871 ENST00000367696 protein_coding 7 5 20 RC3H1 ENSG00000135870 +CDS chr1 173938724 173938871 ENST00000258349 protein_coding 8 1 19 RC3H1 ENSG00000135870 +CDS chr1 173938724 173938874 ENST00000367694 protein_coding 2 2 19 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000367696 protein_coding 7 5 19 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000258349 protein_coding 8 1 18 RC3H1 ENSG00000135870 +CDS chr1 173941265 173941380 ENST00000367694 protein_coding 2 2 18 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943615 ENST00000367696 protein_coding 7 5 18 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943615 ENST00000258349 protein_coding 8 1 17 RC3H1 ENSG00000135870 +CDS chr1 173943442 173943588 ENST00000367694 protein_coding 2 2 17 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000367696 protein_coding 7 5 17 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000258349 protein_coding 8 1 16 RC3H1 ENSG00000135870 +CDS chr1 173946476 173946608 ENST00000367694 protein_coding 2 2 16 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000367696 protein_coding 7 5 16 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000258349 protein_coding 8 1 15 RC3H1 ENSG00000135870 +CDS chr1 173946746 173946836 ENST00000367694 protein_coding 2 2 15 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000367696 protein_coding 7 5 15 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000258349 protein_coding 8 1 14 RC3H1 ENSG00000135870 +CDS chr1 173947369 173947582 ENST00000367694 protein_coding 2 2 14 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000367696 protein_coding 7 5 14 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000258349 protein_coding 8 1 13 RC3H1 ENSG00000135870 +CDS chr1 173951986 173952138 ENST00000367694 protein_coding 2 2 13 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000367696 protein_coding 7 5 13 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000258349 protein_coding 8 1 12 RC3H1 ENSG00000135870 +CDS chr1 173961077 173961244 ENST00000367694 protein_coding 2 2 12 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000367696 protein_coding 7 5 12 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000258349 protein_coding 8 1 11 RC3H1 ENSG00000135870 +CDS chr1 173961725 173962095 ENST00000367694 protein_coding 2 2 11 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000367696 protein_coding 7 5 11 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000258349 protein_coding 8 1 10 RC3H1 ENSG00000135870 +CDS chr1 173963973 173964187 ENST00000367694 protein_coding 2 2 10 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000367696 protein_coding 7 5 10 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000258349 protein_coding 8 1 9 RC3H1 ENSG00000135870 +CDS chr1 173964839 173965120 ENST00000367694 protein_coding 2 2 9 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000367696 protein_coding 7 5 9 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000258349 protein_coding 8 1 8 RC3H1 ENSG00000135870 +CDS chr1 173970505 173970617 ENST00000367694 protein_coding 2 2 8 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000367696 protein_coding 7 5 8 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000258349 protein_coding 8 1 7 RC3H1 ENSG00000135870 +CDS chr1 173972509 173972627 ENST00000367694 protein_coding 2 2 7 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000367696 protein_coding 7 5 7 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000258349 protein_coding 8 1 6 RC3H1 ENSG00000135870 +CDS chr1 173978488 173978620 ENST00000367694 protein_coding 2 2 6 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000367696 protein_coding 7 5 6 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000258349 protein_coding 8 1 5 RC3H1 ENSG00000135870 +CDS chr1 173980809 173981009 ENST00000367694 protein_coding 2 2 5 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000367696 protein_coding 7 5 5 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000258349 protein_coding 8 1 4 RC3H1 ENSG00000135870 +CDS chr1 173982727 173982902 ENST00000367694 protein_coding 2 2 4 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000367696 protein_coding 7 5 4 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000258349 protein_coding 8 1 3 RC3H1 ENSG00000135870 +CDS chr1 173983418 173983657 ENST00000367694 protein_coding 2 2 3 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000367696 protein_coding 7 5 3 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000258349 protein_coding 8 1 2 RC3H1 ENSG00000135870 +CDS chr1 173984499 173984619 ENST00000367694 protein_coding 2 2 2 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000367696 protein_coding 7 5 2 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000258349 protein_coding 8 1 1 RC3H1 ENSG00000135870 +CDS chr1 173992755 173992985 ENST00000367694 protein_coding 2 2 1 RC3H1 ENSG00000135870 +transcript chr1 174159410 174548561 ENST00000357444 protein_coding 10 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174159517 174958182 ENST00000251507 protein_coding 8 2 NA RABGAP1L ENSG00000152061 +transcript chr1 174159520 174995308 ENST00000681986 protein_coding 1 NA NA RABGAP1L ENSG00000152061 +transcript chr1 174159590 174394145 ENST00000457696 protein_coding 1 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219184 ENST00000357444 protein_coding 10 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000251507 protein_coding 8 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000457696 protein_coding 1 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174219158 174219295 ENST00000681986 protein_coding 1 NA 2 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000357444 protein_coding 10 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000251507 protein_coding 8 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000457696 protein_coding 1 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174220972 174221164 ENST00000681986 protein_coding 1 NA 3 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000357444 protein_coding 10 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000251507 protein_coding 8 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000457696 protein_coding 1 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174231145 174231355 ENST00000681986 protein_coding 1 NA 4 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000357444 protein_coding 10 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000251507 protein_coding 8 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000457696 protein_coding 1 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174241483 174241657 ENST00000681986 protein_coding 1 NA 5 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000357444 protein_coding 10 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000251507 protein_coding 8 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000457696 protein_coding 1 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174250475 174250632 ENST00000681986 protein_coding 1 NA 6 RABGAP1L ENSG00000152061 +CDS chr1 174252444 174252590 ENST00000457696 protein_coding 1 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000357444 protein_coding 10 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000251507 protein_coding 8 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174252480 174252590 ENST00000681986 protein_coding 1 NA 7 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000357444 protein_coding 10 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000251507 protein_coding 8 2 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000457696 protein_coding 1 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174272414 174272480 ENST00000681986 protein_coding 1 NA 8 RABGAP1L ENSG00000152061 +transcript chr1 174275100 174545911 ENST00000367690 protein_coding 5 2 NA RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000357444 protein_coding 10 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000251507 protein_coding 8 2 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000457696 protein_coding 1 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174275833 174275935 ENST00000681986 protein_coding 1 NA 9 RABGAP1L ENSG00000152061 +CDS chr1 174275839 174275935 ENST00000367690 protein_coding 5 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000357444 protein_coding 10 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000251507 protein_coding 8 2 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000457696 protein_coding 1 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000367690 protein_coding 5 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174278613 174278779 ENST00000681986 protein_coding 1 NA 10 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000357444 protein_coding 10 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000251507 protein_coding 8 2 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000457696 protein_coding 1 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000367690 protein_coding 5 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174304986 174305127 ENST00000681986 protein_coding 1 NA 11 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000357444 protein_coding 10 1 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000251507 protein_coding 8 2 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000457696 protein_coding 1 1 12 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000367690 protein_coding 5 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174370979 174371072 ENST00000681986 protein_coding 1 NA 12 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000357444 protein_coding 10 1 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000251507 protein_coding 8 2 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000457696 protein_coding 1 1 13 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000367690 protein_coding 5 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174393995 174394145 ENST00000681986 protein_coding 1 NA 13 RABGAP1L ENSG00000152061 +transcript chr1 174447964 174449545 ENST00000367685 protein_coding 5 NA NA GPR52 ENSG00000203737 +CDS chr1 174448112 174449194 ENST00000367685 protein_coding 5 NA 1 GPR52 ENSG00000203737 +CDS chr1 174544844 174544948 ENST00000367690 protein_coding 5 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174547837 174548052 ENST00000357444 protein_coding 10 1 14 RABGAP1L ENSG00000152061 +CDS chr1 174637375 174637488 ENST00000251507 protein_coding 8 2 14 RABGAP1L ENSG00000152061 +CDS chr1 174637375 174637488 ENST00000681986 protein_coding 1 NA 14 RABGAP1L ENSG00000152061 +transcript chr1 174637378 174705750 ENST00000474375 protein_coding 6 3 NA RABGAP1L ENSG00000152061 +CDS chr1 174637378 174637488 ENST00000474375 protein_coding 6 3 1 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000251507 protein_coding 8 2 15 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000474375 protein_coding 6 3 2 RABGAP1L ENSG00000152061 +CDS chr1 174683522 174683596 ENST00000681986 protein_coding 1 NA 15 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000251507 protein_coding 8 2 16 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000474375 protein_coding 6 3 3 RABGAP1L ENSG00000152061 +CDS chr1 174699525 174699650 ENST00000681986 protein_coding 1 NA 16 RABGAP1L ENSG00000152061 +transcript chr1 174700413 174957529 ENST00000529145 protein_coding 6 4 NA RABGAP1L ENSG00000152061 +transcript chr1 174700525 174990409 ENST00000325589 protein_coding 9 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174701020 174990593 ENST00000367687 protein_coding 5 2 NA RABGAP1L ENSG00000152061 +transcript chr1 174701022 174990513 ENST00000347255 protein_coding 6 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174701117 174701122 ENST00000347255 protein_coding 6 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174701143 174701145 ENST00000367687 protein_coding 5 2 1 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000251507 protein_coding 8 2 17 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000474375 protein_coding 6 3 4 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000367687 protein_coding 5 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000347255 protein_coding 6 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174702113 174702256 ENST00000681986 protein_coding 1 NA 17 RABGAP1L ENSG00000152061 +CDS chr1 174702167 174702256 ENST00000529145 protein_coding 6 4 2 RABGAP1L ENSG00000152061 +CDS chr1 174702167 174702256 ENST00000325589 protein_coding 9 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174705201 174705242 ENST00000474375 protein_coding 6 3 5 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000251507 protein_coding 8 2 18 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000529145 protein_coding 6 4 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000325589 protein_coding 9 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000367687 protein_coding 5 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000347255 protein_coding 6 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174752313 174752354 ENST00000681986 protein_coding 1 NA 18 RABGAP1L ENSG00000152061 +transcript chr1 174799932 174995308 ENST00000489615 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174800333 174800500 ENST00000489615 protein_coding 5 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000251507 protein_coding 8 2 19 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000529145 protein_coding 6 4 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000325589 protein_coding 9 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000367687 protein_coding 5 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000347255 protein_coding 6 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000489615 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174811832 174811960 ENST00000681986 protein_coding 1 NA 19 RABGAP1L ENSG00000152061 +transcript chr1 174874458 174958182 ENST00000478442 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174874471 174982900 ENST00000465412 protein_coding 5 5 NA RABGAP1L ENSG00000152061 +transcript chr1 174875546 174958187 ENST00000486220 protein_coding 5 1 NA RABGAP1L ENSG00000152061 +transcript chr1 174877440 174995301 ENST00000392064 protein_coding 6 1 NA RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000478442 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000465412 protein_coding 5 5 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000486220 protein_coding 5 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174877495 174877605 ENST00000392064 protein_coding 6 1 1 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000251507 protein_coding 8 2 20 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957529 ENST00000529145 protein_coding 6 4 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000325589 protein_coding 9 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000367687 protein_coding 5 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000347255 protein_coding 6 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000489615 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000478442 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000465412 protein_coding 5 5 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000486220 protein_coding 5 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000392064 protein_coding 6 1 2 RABGAP1L ENSG00000152061 +CDS chr1 174957457 174957549 ENST00000681986 protein_coding 1 NA 20 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000251507 protein_coding 8 2 21 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000478442 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174957891 174957902 ENST00000486220 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +transcript chr1 174964768 174990485 ENST00000367688 protein_coding 3 2 NA RABGAP1L ENSG00000152061 +CDS chr1 174964947 174964985 ENST00000367688 protein_coding 3 2 1 RABGAP1L ENSG00000152061 +transcript chr1 174964959 174993880 ENST00000485114 protein_coding 1 3 NA RABGAP1L ENSG00000152061 +CDS chr1 174964959 174964985 ENST00000485114 protein_coding 1 3 1 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000325589 protein_coding 9 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000367687 protein_coding 5 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000347255 protein_coding 6 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000489615 protein_coding 5 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000465412 protein_coding 5 5 4 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000367688 protein_coding 3 2 2 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000485114 protein_coding 1 3 2 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000392064 protein_coding 6 1 3 RABGAP1L ENSG00000152061 +CDS chr1 174969277 174969387 ENST00000681986 protein_coding 1 NA 21 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000325589 protein_coding 9 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000367687 protein_coding 5 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000347255 protein_coding 6 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000489615 protein_coding 5 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000465412 protein_coding 5 5 5 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000367688 protein_coding 3 2 3 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000485114 protein_coding 1 3 3 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000392064 protein_coding 6 1 4 RABGAP1L ENSG00000152061 +CDS chr1 174976078 174976182 ENST00000681986 protein_coding 1 NA 22 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000325589 protein_coding 9 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000367687 protein_coding 5 2 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000347255 protein_coding 6 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000489615 protein_coding 5 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000465412 protein_coding 5 5 6 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000367688 protein_coding 3 2 4 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000392064 protein_coding 6 1 5 RABGAP1L ENSG00000152061 +CDS chr1 174978807 174978890 ENST00000681986 protein_coding 1 NA 23 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000325589 protein_coding 9 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000367687 protein_coding 5 2 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000347255 protein_coding 6 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000489615 protein_coding 5 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982900 ENST00000465412 protein_coding 5 5 7 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000367688 protein_coding 3 2 5 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000392064 protein_coding 6 1 6 RABGAP1L ENSG00000152061 +CDS chr1 174982834 174982905 ENST00000681986 protein_coding 1 NA 24 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000325589 protein_coding 9 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000367687 protein_coding 5 2 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000347255 protein_coding 6 1 10 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000489615 protein_coding 5 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000367688 protein_coding 3 2 6 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000392064 protein_coding 6 1 7 RABGAP1L ENSG00000152061 +CDS chr1 174988641 174988838 ENST00000681986 protein_coding 1 NA 25 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000325589 protein_coding 9 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000367687 protein_coding 5 2 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000347255 protein_coding 6 1 11 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000489615 protein_coding 5 1 9 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000367688 protein_coding 3 2 7 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000392064 protein_coding 6 1 8 RABGAP1L ENSG00000152061 +CDS chr1 174989849 174989998 ENST00000681986 protein_coding 1 NA 26 RABGAP1L ENSG00000152061 +CDS chr1 174993587 174993604 ENST00000485114 protein_coding 1 3 4 RABGAP1L ENSG00000152061 +transcript chr1 174999163 175011715 ENST00000613570 protein_coding 4 2 NA CACYBP ENSG00000116161 +transcript chr1 174999435 175004750 ENST00000426793 protein_coding 1 3 NA CACYBP ENSG00000116161 +transcript chr1 174999947 175012027 ENST00000367679 protein_coding 7 1 NA CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000426793 protein_coding 1 3 2 CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000367679 protein_coding 7 1 1 CACYBP ENSG00000116161 +transcript chr1 175000181 175006771 ENST00000406752 protein_coding 1 5 NA CACYBP ENSG00000116161 +CDS chr1 175000181 175000195 ENST00000406752 protein_coding 1 5 1 CACYBP ENSG00000116161 +transcript chr1 175000213 175010079 ENST00000405362 protein_coding 1 5 NA CACYBP ENSG00000116161 +CDS chr1 175004614 175004750 ENST00000426793 protein_coding 1 3 3 CACYBP ENSG00000116161 +CDS chr1 175004614 175004833 ENST00000367679 protein_coding 7 1 2 CACYBP ENSG00000116161 +CDS chr1 175004614 175004814 ENST00000406752 protein_coding 1 5 2 CACYBP ENSG00000116161 +CDS chr1 175004728 175004833 ENST00000613570 protein_coding 4 2 2 CACYBP ENSG00000116161 +CDS chr1 175004728 175004833 ENST00000405362 protein_coding 1 5 2 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000613570 protein_coding 4 2 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000367679 protein_coding 7 1 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006768 ENST00000406752 protein_coding 1 5 3 CACYBP ENSG00000116161 +CDS chr1 175006745 175006841 ENST00000405362 protein_coding 1 5 3 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000613570 protein_coding 4 2 4 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000367679 protein_coding 7 1 4 CACYBP ENSG00000116161 +CDS chr1 175007098 175007197 ENST00000405362 protein_coding 1 5 4 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000613570 protein_coding 4 2 5 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000367679 protein_coding 7 1 5 CACYBP ENSG00000116161 +CDS chr1 175008609 175008706 ENST00000405362 protein_coding 1 5 5 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000613570 protein_coding 4 2 6 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000367679 protein_coding 7 1 6 CACYBP ENSG00000116161 +CDS chr1 175009923 175010076 ENST00000405362 protein_coding 1 5 6 CACYBP ENSG00000116161 +transcript chr1 175012958 175023425 ENST00000476371 protein_coding 1 1 NA MRPS14 ENSG00000120333 +CDS chr1 175014672 175014851 ENST00000476371 protein_coding 1 1 3 MRPS14 ENSG00000120333 +CDS chr1 175018418 175018576 ENST00000476371 protein_coding 1 1 2 MRPS14 ENSG00000120333 +CDS chr1 175023364 175023408 ENST00000476371 protein_coding 1 1 1 MRPS14 ENSG00000120333 +transcript chr1 175067833 175148075 ENST00000239462 protein_coding 9 2 NA TNN ENSG00000120332 +CDS chr1 175077419 175077827 ENST00000239462 protein_coding 9 2 2 TNN ENSG00000120332 +transcript chr1 175077419 175147936 ENST00000621086 protein_coding 1 5 NA TNN ENSG00000120332 +CDS chr1 175077419 175077827 ENST00000621086 protein_coding 1 5 1 TNN ENSG00000120332 +CDS chr1 175079333 175079707 ENST00000239462 protein_coding 9 2 3 TNN ENSG00000120332 +CDS chr1 175079333 175079707 ENST00000621086 protein_coding 1 5 2 TNN ENSG00000120332 +CDS chr1 175080163 175080426 ENST00000239462 protein_coding 9 2 4 TNN ENSG00000120332 +CDS chr1 175080163 175080426 ENST00000621086 protein_coding 1 5 3 TNN ENSG00000120332 +CDS chr1 175083750 175083935 ENST00000239462 protein_coding 9 2 5 TNN ENSG00000120332 +CDS chr1 175083750 175083935 ENST00000621086 protein_coding 1 5 4 TNN ENSG00000120332 +CDS chr1 175085405 175085494 ENST00000239462 protein_coding 9 2 6 TNN ENSG00000120332 +CDS chr1 175085405 175085494 ENST00000621086 protein_coding 1 5 5 TNN ENSG00000120332 +CDS chr1 175093990 175094253 ENST00000239462 protein_coding 9 2 7 TNN ENSG00000120332 +CDS chr1 175093990 175094253 ENST00000621086 protein_coding 1 5 6 TNN ENSG00000120332 +CDS chr1 175097417 175097683 ENST00000239462 protein_coding 9 2 8 TNN ENSG00000120332 +CDS chr1 175098332 175098595 ENST00000239462 protein_coding 9 2 9 TNN ENSG00000120332 +CDS chr1 175116939 175117205 ENST00000239462 protein_coding 9 2 10 TNN ENSG00000120332 +CDS chr1 175116939 175117205 ENST00000621086 protein_coding 1 5 7 TNN ENSG00000120332 +CDS chr1 175118561 175118824 ENST00000239462 protein_coding 9 2 11 TNN ENSG00000120332 +CDS chr1 175118561 175118824 ENST00000621086 protein_coding 1 5 8 TNN ENSG00000120332 +CDS chr1 175123400 175123663 ENST00000239462 protein_coding 9 2 12 TNN ENSG00000120332 +CDS chr1 175123400 175123663 ENST00000621086 protein_coding 1 5 9 TNN ENSG00000120332 +CDS chr1 175126955 175127085 ENST00000239462 protein_coding 9 2 13 TNN ENSG00000120332 +CDS chr1 175126955 175127085 ENST00000621086 protein_coding 1 5 10 TNN ENSG00000120332 +CDS chr1 175128032 175128164 ENST00000239462 protein_coding 9 2 14 TNN ENSG00000120332 +CDS chr1 175128032 175128164 ENST00000621086 protein_coding 1 5 11 TNN ENSG00000120332 +CDS chr1 175128595 175128746 ENST00000239462 protein_coding 9 2 15 TNN ENSG00000120332 +CDS chr1 175128595 175128746 ENST00000621086 protein_coding 1 5 12 TNN ENSG00000120332 +CDS chr1 175135845 175135941 ENST00000239462 protein_coding 9 2 16 TNN ENSG00000120332 +CDS chr1 175135845 175135941 ENST00000621086 protein_coding 1 5 13 TNN ENSG00000120332 +CDS chr1 175136821 175136988 ENST00000239462 protein_coding 9 2 17 TNN ENSG00000120332 +CDS chr1 175136821 175136988 ENST00000621086 protein_coding 1 5 14 TNN ENSG00000120332 +CDS chr1 175144387 175144550 ENST00000239462 protein_coding 9 2 18 TNN ENSG00000120332 +CDS chr1 175144387 175144550 ENST00000621086 protein_coding 1 5 15 TNN ENSG00000120332 +CDS chr1 175146931 175147068 ENST00000239462 protein_coding 9 2 19 TNN ENSG00000120332 +CDS chr1 175146931 175147068 ENST00000621086 protein_coding 1 5 16 TNN ENSG00000120332 +transcript chr1 175156986 175192776 ENST00000423313 protein_coding 6 1 NA KIAA0040 ENSG00000235750 +transcript chr1 175156987 175192943 ENST00000444639 protein_coding 5 1 NA KIAA0040 ENSG00000235750 +transcript chr1 175156987 175166741 ENST00000619513 protein_coding 1 2 NA KIAA0040 ENSG00000235750 +transcript chr1 175158953 175192754 ENST00000545251 protein_coding 6 1 NA KIAA0040 ENSG00000235750 +CDS chr1 175160172 175160630 ENST00000619513 protein_coding 1 2 2 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000423313 protein_coding 6 1 4 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000444639 protein_coding 5 1 4 KIAA0040 ENSG00000235750 +CDS chr1 175160717 175161013 ENST00000545251 protein_coding 6 1 3 KIAA0040 ENSG00000235750 +transcript chr1 175315194 175743595 ENST00000367674 protein_coding 7 5 NA TNR ENSG00000116147 +transcript chr1 175322799 175743616 ENST00000263525 protein_coding 6 5 NA TNR ENSG00000116147 +CDS chr1 175323360 175323476 ENST00000367674 protein_coding 7 5 23 TNR ENSG00000116147 +CDS chr1 175323360 175323476 ENST00000263525 protein_coding 6 5 24 TNR ENSG00000116147 +CDS chr1 175324356 175324519 ENST00000367674 protein_coding 7 5 22 TNR ENSG00000116147 +CDS chr1 175324356 175324519 ENST00000263525 protein_coding 6 5 23 TNR ENSG00000116147 +CDS chr1 175330074 175330235 ENST00000367674 protein_coding 7 5 21 TNR ENSG00000116147 +CDS chr1 175330074 175330235 ENST00000263525 protein_coding 6 5 22 TNR ENSG00000116147 +CDS chr1 175335711 175335807 ENST00000367674 protein_coding 7 5 20 TNR ENSG00000116147 +CDS chr1 175335711 175335807 ENST00000263525 protein_coding 6 5 21 TNR ENSG00000116147 +CDS chr1 175337528 175337679 ENST00000367674 protein_coding 7 5 19 TNR ENSG00000116147 +CDS chr1 175337528 175337679 ENST00000263525 protein_coding 6 5 20 TNR ENSG00000116147 +CDS chr1 175354391 175354523 ENST00000367674 protein_coding 7 5 18 TNR ENSG00000116147 +CDS chr1 175354391 175354523 ENST00000263525 protein_coding 6 5 19 TNR ENSG00000116147 +CDS chr1 175355503 175355633 ENST00000367674 protein_coding 7 5 17 TNR ENSG00000116147 +CDS chr1 175355503 175355633 ENST00000263525 protein_coding 6 5 18 TNR ENSG00000116147 +CDS chr1 175356319 175356462 ENST00000367674 protein_coding 7 5 16 TNR ENSG00000116147 +CDS chr1 175356319 175356462 ENST00000263525 protein_coding 6 5 17 TNR ENSG00000116147 +CDS chr1 175359612 175359731 ENST00000367674 protein_coding 7 5 15 TNR ENSG00000116147 +CDS chr1 175359612 175359731 ENST00000263525 protein_coding 6 5 16 TNR ENSG00000116147 +CDS chr1 175362663 175362809 ENST00000367674 protein_coding 7 5 14 TNR ENSG00000116147 +CDS chr1 175362663 175362809 ENST00000263525 protein_coding 6 5 15 TNR ENSG00000116147 +CDS chr1 175363708 175363827 ENST00000367674 protein_coding 7 5 13 TNR ENSG00000116147 +CDS chr1 175363708 175363827 ENST00000263525 protein_coding 6 5 14 TNR ENSG00000116147 +CDS chr1 175365010 175365279 ENST00000367674 protein_coding 7 5 12 TNR ENSG00000116147 +CDS chr1 175365010 175365279 ENST00000263525 protein_coding 6 5 13 TNR ENSG00000116147 +CDS chr1 175365875 175366138 ENST00000367674 protein_coding 7 5 11 TNR ENSG00000116147 +CDS chr1 175365875 175366138 ENST00000263525 protein_coding 6 5 12 TNR ENSG00000116147 +CDS chr1 175367208 175367297 ENST00000367674 protein_coding 7 5 10 TNR ENSG00000116147 +CDS chr1 175367208 175367297 ENST00000263525 protein_coding 6 5 11 TNR ENSG00000116147 +CDS chr1 175379552 175379737 ENST00000367674 protein_coding 7 5 9 TNR ENSG00000116147 +CDS chr1 175379552 175379737 ENST00000263525 protein_coding 6 5 10 TNR ENSG00000116147 +CDS chr1 175386032 175386301 ENST00000367674 protein_coding 7 5 8 TNR ENSG00000116147 +CDS chr1 175386032 175386301 ENST00000263525 protein_coding 6 5 9 TNR ENSG00000116147 +CDS chr1 175391288 175391438 ENST00000367674 protein_coding 7 5 7 TNR ENSG00000116147 +CDS chr1 175391288 175391438 ENST00000263525 protein_coding 6 5 8 TNR ENSG00000116147 +transcript chr1 175391428 175406364 ENST00000422274 protein_coding 2 5 NA TNR ENSG00000116147 +CDS chr1 175391428 175391438 ENST00000422274 protein_coding 2 5 4 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000367674 protein_coding 7 5 6 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000422274 protein_coding 2 5 3 TNR ENSG00000116147 +CDS chr1 175393780 175393895 ENST00000263525 protein_coding 6 5 7 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000367674 protein_coding 7 5 5 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000422274 protein_coding 2 5 2 TNR ENSG00000116147 +CDS chr1 175396544 175396807 ENST00000263525 protein_coding 6 5 6 TNR ENSG00000116147 +CDS chr1 175403140 175403616 ENST00000367674 protein_coding 7 5 4 TNR ENSG00000116147 +CDS chr1 175403140 175403616 ENST00000263525 protein_coding 6 5 5 TNR ENSG00000116147 +CDS chr1 175406216 175406714 ENST00000367674 protein_coding 7 5 3 TNR ENSG00000116147 +CDS chr1 175406216 175406364 ENST00000422274 protein_coding 2 5 1 TNR ENSG00000116147 +CDS chr1 175406216 175406714 ENST00000263525 protein_coding 6 5 4 TNR ENSG00000116147 +transcript chr1 175944831 176207286 ENST00000367669 protein_coding 8 1 NA COP1 ENSG00000143207 +transcript chr1 175944832 176184664 ENST00000367666 protein_coding 5 2 NA COP1 ENSG00000143207 +transcript chr1 175945153 176206978 ENST00000308769 protein_coding 12 1 NA COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000367669 protein_coding 8 1 20 COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000367666 protein_coding 5 2 18 COP1 ENSG00000143207 +CDS chr1 175945156 175945170 ENST00000308769 protein_coding 12 1 19 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000367669 protein_coding 8 1 19 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000367666 protein_coding 5 2 17 COP1 ENSG00000143207 +CDS chr1 175947195 175947239 ENST00000308769 protein_coding 12 1 18 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000367669 protein_coding 8 1 18 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000367666 protein_coding 5 2 16 COP1 ENSG00000143207 +CDS chr1 175986943 175987103 ENST00000308769 protein_coding 12 1 17 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000367669 protein_coding 8 1 17 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000367666 protein_coding 5 2 15 COP1 ENSG00000143207 +CDS chr1 175988288 175988412 ENST00000308769 protein_coding 12 1 16 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000367669 protein_coding 8 1 16 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000367666 protein_coding 5 2 14 COP1 ENSG00000143207 +CDS chr1 175989362 175989479 ENST00000308769 protein_coding 12 1 15 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000367669 protein_coding 8 1 15 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000367666 protein_coding 5 2 13 COP1 ENSG00000143207 +CDS chr1 176027572 176027688 ENST00000308769 protein_coding 12 1 14 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000367669 protein_coding 8 1 14 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000367666 protein_coding 5 2 12 COP1 ENSG00000143207 +CDS chr1 176043186 176043267 ENST00000308769 protein_coding 12 1 13 COP1 ENSG00000143207 +transcript chr1 176043216 176135082 ENST00000459744 protein_coding 5 3 NA COP1 ENSG00000143207 +CDS chr1 176043216 176043267 ENST00000459744 protein_coding 5 3 8 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000367669 protein_coding 8 1 13 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000367666 protein_coding 5 2 11 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000308769 protein_coding 12 1 12 COP1 ENSG00000143207 +CDS chr1 176043710 176043818 ENST00000459744 protein_coding 5 3 7 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000367669 protein_coding 8 1 12 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000367666 protein_coding 5 2 10 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000308769 protein_coding 12 1 11 COP1 ENSG00000143207 +CDS chr1 176046181 176046324 ENST00000459744 protein_coding 5 3 6 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000367669 protein_coding 8 1 11 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000367666 protein_coding 5 2 9 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000308769 protein_coding 12 1 10 COP1 ENSG00000143207 +CDS chr1 176081152 176081287 ENST00000459744 protein_coding 5 3 5 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000367669 protein_coding 8 1 10 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000367666 protein_coding 5 2 8 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000308769 protein_coding 12 1 9 COP1 ENSG00000143207 +CDS chr1 176085776 176085890 ENST00000459744 protein_coding 5 3 4 COP1 ENSG00000143207 +transcript chr1 176085866 176206381 ENST00000498306 protein_coding 5 5 NA COP1 ENSG00000143207 +CDS chr1 176085866 176085890 ENST00000498306 protein_coding 5 5 9 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000367669 protein_coding 8 1 9 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000367666 protein_coding 5 2 7 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000308769 protein_coding 12 1 8 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000459744 protein_coding 5 3 3 COP1 ENSG00000143207 +CDS chr1 176116624 176116681 ENST00000498306 protein_coding 5 5 8 COP1 ENSG00000143207 +CDS chr1 176133847 176133900 ENST00000459744 protein_coding 5 3 2 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000367669 protein_coding 8 1 8 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000367666 protein_coding 5 2 6 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000308769 protein_coding 12 1 7 COP1 ENSG00000143207 +CDS chr1 176135010 176135082 ENST00000459744 protein_coding 5 3 1 COP1 ENSG00000143207 +CDS chr1 176135010 176135086 ENST00000498306 protein_coding 5 5 7 COP1 ENSG00000143207 +CDS chr1 176136488 176136547 ENST00000367669 protein_coding 8 1 7 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000367669 protein_coding 8 1 6 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000367666 protein_coding 5 2 5 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000308769 protein_coding 12 1 6 COP1 ENSG00000143207 +CDS chr1 176149006 176149074 ENST00000498306 protein_coding 5 5 6 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000367669 protein_coding 8 1 5 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000367666 protein_coding 5 2 4 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000308769 protein_coding 12 1 5 COP1 ENSG00000143207 +CDS chr1 176162869 176162988 ENST00000498306 protein_coding 5 5 5 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000367669 protein_coding 8 1 4 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000367666 protein_coding 5 2 3 COP1 ENSG00000143207 +CDS chr1 176163815 176163891 ENST00000498306 protein_coding 5 5 4 COP1 ENSG00000143207 +CDS chr1 176163827 176163891 ENST00000308769 protein_coding 12 1 4 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000367669 protein_coding 8 1 3 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000367666 protein_coding 5 2 2 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000308769 protein_coding 12 1 3 COP1 ENSG00000143207 +CDS chr1 176175910 176176007 ENST00000498306 protein_coding 5 5 3 COP1 ENSG00000143207 +CDS chr1 176184633 176184692 ENST00000367669 protein_coding 8 1 2 COP1 ENSG00000143207 +CDS chr1 176184633 176184664 ENST00000367666 protein_coding 5 2 1 COP1 ENSG00000143207 +CDS chr1 176184633 176184692 ENST00000308769 protein_coding 12 1 2 COP1 ENSG00000143207 +CDS chr1 176184633 176184676 ENST00000498306 protein_coding 5 5 2 COP1 ENSG00000143207 +CDS chr1 176206572 176206978 ENST00000367669 protein_coding 8 1 1 COP1 ENSG00000143207 +CDS chr1 176206572 176206978 ENST00000308769 protein_coding 12 1 1 COP1 ENSG00000143207 +transcript chr1 176463171 176691204 ENST00000367661 protein_coding 7 1 NA PAPPA2 ENSG00000116183 +transcript chr1 176463175 176845601 ENST00000367662 protein_coding 5 1 NA PAPPA2 ENSG00000116183 +CDS chr1 176556323 176557241 ENST00000367661 protein_coding 7 1 2 PAPPA2 ENSG00000116183 +CDS chr1 176556323 176557241 ENST00000367662 protein_coding 5 1 2 PAPPA2 ENSG00000116183 +CDS chr1 176594524 176595595 ENST00000367661 protein_coding 7 1 3 PAPPA2 ENSG00000116183 +CDS chr1 176594524 176595595 ENST00000367662 protein_coding 5 1 3 PAPPA2 ENSG00000116183 +CDS chr1 176670970 176671115 ENST00000367661 protein_coding 7 1 4 PAPPA2 ENSG00000116183 +CDS chr1 176670970 176671115 ENST00000367662 protein_coding 5 1 4 PAPPA2 ENSG00000116183 +CDS chr1 176690137 176690480 ENST00000367661 protein_coding 7 1 5 PAPPA2 ENSG00000116183 +CDS chr1 176690137 176690430 ENST00000367662 protein_coding 5 1 5 PAPPA2 ENSG00000116183 +CDS chr1 176692126 176692318 ENST00000367662 protein_coding 5 1 6 PAPPA2 ENSG00000116183 +CDS chr1 176695738 176695859 ENST00000367662 protein_coding 5 1 7 PAPPA2 ENSG00000116183 +CDS chr1 176699100 176699589 ENST00000367662 protein_coding 5 1 8 PAPPA2 ENSG00000116183 +CDS chr1 176702607 176702735 ENST00000367662 protein_coding 5 1 9 PAPPA2 ENSG00000116183 +CDS chr1 176706359 176706450 ENST00000367662 protein_coding 5 1 10 PAPPA2 ENSG00000116183 +CDS chr1 176709983 176710176 ENST00000367662 protein_coding 5 1 11 PAPPA2 ENSG00000116183 +CDS chr1 176711835 176711981 ENST00000367662 protein_coding 5 1 12 PAPPA2 ENSG00000116183 +CDS chr1 176739626 176739761 ENST00000367662 protein_coding 5 1 13 PAPPA2 ENSG00000116183 +CDS chr1 176739980 176740196 ENST00000367662 protein_coding 5 1 14 PAPPA2 ENSG00000116183 +CDS chr1 176765666 176765837 ENST00000367662 protein_coding 5 1 15 PAPPA2 ENSG00000116183 +CDS chr1 176769607 176769784 ENST00000367662 protein_coding 5 1 16 PAPPA2 ENSG00000116183 +CDS chr1 176770967 176771180 ENST00000367662 protein_coding 5 1 17 PAPPA2 ENSG00000116183 +CDS chr1 176789809 176789977 ENST00000367662 protein_coding 5 1 18 PAPPA2 ENSG00000116183 +CDS chr1 176791347 176791482 ENST00000367662 protein_coding 5 1 19 PAPPA2 ENSG00000116183 +CDS chr1 176793560 176793669 ENST00000367662 protein_coding 5 1 20 PAPPA2 ENSG00000116183 +CDS chr1 176800061 176800132 ENST00000367662 protein_coding 5 1 21 PAPPA2 ENSG00000116183 +CDS chr1 176840173 176840271 ENST00000367662 protein_coding 5 1 22 PAPPA2 ENSG00000116183 +CDS chr1 176842380 176842451 ENST00000367662 protein_coding 5 1 23 PAPPA2 ENSG00000116183 +transcript chr1 176857302 177164867 ENST00000367657 protein_coding 7 1 NA ASTN1 ENSG00000152092 +CDS chr1 176857614 176857650 ENST00000367657 protein_coding 7 1 23 ASTN1 ENSG00000152092 +transcript chr1 176861067 177164712 ENST00000361833 protein_coding 7 1 NA ASTN1 ENSG00000152092 +CDS chr1 176864287 176864521 ENST00000361833 protein_coding 7 1 23 ASTN1 ENSG00000152092 +transcript chr1 176868813 177164683 ENST00000424564 protein_coding 2 1 NA ASTN1 ENSG00000152092 +CDS chr1 176868843 176869027 ENST00000424564 protein_coding 2 1 22 ASTN1 ENSG00000152092 +CDS chr1 176868844 176869027 ENST00000367657 protein_coding 7 1 22 ASTN1 ENSG00000152092 +CDS chr1 176868844 176869027 ENST00000361833 protein_coding 7 1 22 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000367657 protein_coding 7 1 21 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000361833 protein_coding 7 1 21 ASTN1 ENSG00000152092 +CDS chr1 176876537 176876637 ENST00000424564 protein_coding 2 1 21 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000367657 protein_coding 7 1 20 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000361833 protein_coding 7 1 20 ASTN1 ENSG00000152092 +CDS chr1 176882859 176882994 ENST00000424564 protein_coding 2 1 20 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000367657 protein_coding 7 1 19 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000361833 protein_coding 7 1 19 ASTN1 ENSG00000152092 +CDS chr1 176884339 176884490 ENST00000424564 protein_coding 2 1 19 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000367657 protein_coding 7 1 18 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000361833 protein_coding 7 1 18 ASTN1 ENSG00000152092 +CDS chr1 176888071 176888204 ENST00000424564 protein_coding 2 1 18 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000367657 protein_coding 7 1 17 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000361833 protein_coding 7 1 17 ASTN1 ENSG00000152092 +CDS chr1 176894562 176894830 ENST00000424564 protein_coding 2 1 17 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000367657 protein_coding 7 1 16 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000361833 protein_coding 7 1 16 ASTN1 ENSG00000152092 +CDS chr1 176934152 176934340 ENST00000424564 protein_coding 2 1 16 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000367657 protein_coding 7 1 15 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000361833 protein_coding 7 1 15 ASTN1 ENSG00000152092 +CDS chr1 176936266 176936370 ENST00000424564 protein_coding 2 1 15 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000367657 protein_coding 7 1 14 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000361833 protein_coding 7 1 14 ASTN1 ENSG00000152092 +CDS chr1 176943891 176944018 ENST00000424564 protein_coding 2 1 14 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000367657 protein_coding 7 1 13 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000361833 protein_coding 7 1 13 ASTN1 ENSG00000152092 +CDS chr1 176945926 176946120 ENST00000424564 protein_coding 2 1 13 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000367657 protein_coding 7 1 12 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000361833 protein_coding 7 1 12 ASTN1 ENSG00000152092 +CDS chr1 176949185 176949351 ENST00000424564 protein_coding 2 1 12 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000367657 protein_coding 7 1 11 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000361833 protein_coding 7 1 11 ASTN1 ENSG00000152092 +CDS chr1 176957678 176957828 ENST00000424564 protein_coding 2 1 11 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000367657 protein_coding 7 1 10 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000361833 protein_coding 7 1 10 ASTN1 ENSG00000152092 +CDS chr1 176958345 176958482 ENST00000424564 protein_coding 2 1 10 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000367657 protein_coding 7 1 9 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000361833 protein_coding 7 1 9 ASTN1 ENSG00000152092 +CDS chr1 176965163 176965237 ENST00000424564 protein_coding 2 1 9 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000367657 protein_coding 7 1 8 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000361833 protein_coding 7 1 8 ASTN1 ENSG00000152092 +CDS chr1 177014791 177014875 ENST00000424564 protein_coding 2 1 8 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000367657 protein_coding 7 1 7 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000361833 protein_coding 7 1 7 ASTN1 ENSG00000152092 +CDS chr1 177023404 177023571 ENST00000424564 protein_coding 2 1 7 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000367657 protein_coding 7 1 6 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000361833 protein_coding 7 1 6 ASTN1 ENSG00000152092 +CDS chr1 177024583 177024732 ENST00000424564 protein_coding 2 1 6 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000367657 protein_coding 7 1 5 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000361833 protein_coding 7 1 5 ASTN1 ENSG00000152092 +CDS chr1 177029634 177029741 ENST00000424564 protein_coding 2 1 5 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000367657 protein_coding 7 1 4 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000361833 protein_coding 7 1 4 ASTN1 ENSG00000152092 +CDS chr1 177030806 177030952 ENST00000424564 protein_coding 2 1 4 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000367657 protein_coding 7 1 3 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000361833 protein_coding 7 1 3 ASTN1 ENSG00000152092 +CDS chr1 177032456 177032849 ENST00000424564 protein_coding 2 1 3 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000367657 protein_coding 7 1 2 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000361833 protein_coding 7 1 2 ASTN1 ENSG00000152092 +CDS chr1 177061078 177061265 ENST00000424564 protein_coding 2 1 2 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000367657 protein_coding 7 1 1 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000361833 protein_coding 7 1 1 ASTN1 ENSG00000152092 +CDS chr1 177164394 177164676 ENST00000424564 protein_coding 2 1 1 ASTN1 ENSG00000152092 +transcript chr1 177170958 177282422 ENST00000361539 protein_coding 5 1 NA BRINP2 ENSG00000198797 +CDS chr1 177229877 177230145 ENST00000361539 protein_coding 5 1 2 BRINP2 ENSG00000198797 +CDS chr1 177255919 177256109 ENST00000361539 protein_coding 5 1 3 BRINP2 ENSG00000198797 +CDS chr1 177257176 177257384 ENST00000361539 protein_coding 5 1 4 BRINP2 ENSG00000198797 +CDS chr1 177273488 177273593 ENST00000361539 protein_coding 5 1 5 BRINP2 ENSG00000198797 +CDS chr1 177276198 177276434 ENST00000361539 protein_coding 5 1 6 BRINP2 ENSG00000198797 +CDS chr1 177278563 177278785 ENST00000361539 protein_coding 5 1 7 BRINP2 ENSG00000198797 +CDS chr1 177280412 177281525 ENST00000361539 protein_coding 5 1 8 BRINP2 ENSG00000198797 +transcript chr1 177928788 177970058 ENST00000308284 protein_coding 11 1 NA SEC16B ENSG00000120341 +CDS chr1 177929861 177929929 ENST00000308284 protein_coding 11 1 26 SEC16B ENSG00000120341 +CDS chr1 177930545 177930643 ENST00000308284 protein_coding 11 1 25 SEC16B ENSG00000120341 +CDS chr1 177932490 177932569 ENST00000308284 protein_coding 11 1 24 SEC16B ENSG00000120341 +CDS chr1 177932698 177932806 ENST00000308284 protein_coding 11 1 23 SEC16B ENSG00000120341 +CDS chr1 177933214 177933312 ENST00000308284 protein_coding 11 1 22 SEC16B ENSG00000120341 +CDS chr1 177933484 177933636 ENST00000308284 protein_coding 11 1 21 SEC16B ENSG00000120341 +CDS chr1 177936298 177936365 ENST00000308284 protein_coding 11 1 20 SEC16B ENSG00000120341 +CDS chr1 177937214 177937513 ENST00000308284 protein_coding 11 1 19 SEC16B ENSG00000120341 +CDS chr1 177939702 177939777 ENST00000308284 protein_coding 11 1 18 SEC16B ENSG00000120341 +CDS chr1 177940610 177940714 ENST00000308284 protein_coding 11 1 17 SEC16B ENSG00000120341 +CDS chr1 177941900 177942040 ENST00000308284 protein_coding 11 1 16 SEC16B ENSG00000120341 +CDS chr1 177944561 177944666 ENST00000308284 protein_coding 11 1 15 SEC16B ENSG00000120341 +transcript chr1 177945332 177970213 ENST00000464631 protein_coding 6 1 NA SEC16B ENSG00000120341 +CDS chr1 177946323 177946531 ENST00000464631 protein_coding 6 1 14 SEC16B ENSG00000120341 +CDS chr1 177946420 177946531 ENST00000308284 protein_coding 11 1 14 SEC16B ENSG00000120341 +transcript chr1 177946420 177958903 ENST00000527976 protein_coding 1 5 NA SEC16B ENSG00000120341 +CDS chr1 177946420 177946531 ENST00000527976 protein_coding 1 5 4 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000308284 protein_coding 11 1 13 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000464631 protein_coding 6 1 13 SEC16B ENSG00000120341 +CDS chr1 177947825 177947942 ENST00000527976 protein_coding 1 5 3 SEC16B ENSG00000120341 +CDS chr1 177951914 177951995 ENST00000308284 protein_coding 11 1 12 SEC16B ENSG00000120341 +CDS chr1 177951914 177951995 ENST00000464631 protein_coding 6 1 12 SEC16B ENSG00000120341 +CDS chr1 177954279 177954376 ENST00000308284 protein_coding 11 1 11 SEC16B ENSG00000120341 +CDS chr1 177954279 177954376 ENST00000464631 protein_coding 6 1 11 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000308284 protein_coding 11 1 10 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000464631 protein_coding 6 1 10 SEC16B ENSG00000120341 +CDS chr1 177958132 177958362 ENST00000527976 protein_coding 1 5 2 SEC16B ENSG00000120341 +CDS chr1 177958840 177958975 ENST00000308284 protein_coding 11 1 9 SEC16B ENSG00000120341 +CDS chr1 177958840 177958975 ENST00000464631 protein_coding 6 1 9 SEC16B ENSG00000120341 +CDS chr1 177958840 177958903 ENST00000527976 protein_coding 1 5 1 SEC16B ENSG00000120341 +CDS chr1 177960342 177960403 ENST00000308284 protein_coding 11 1 8 SEC16B ENSG00000120341 +CDS chr1 177960342 177960403 ENST00000464631 protein_coding 6 1 8 SEC16B ENSG00000120341 +CDS chr1 177960791 177960939 ENST00000308284 protein_coding 11 1 7 SEC16B ENSG00000120341 +CDS chr1 177960791 177960942 ENST00000464631 protein_coding 6 1 7 SEC16B ENSG00000120341 +CDS chr1 177961590 177961734 ENST00000308284 protein_coding 11 1 6 SEC16B ENSG00000120341 +CDS chr1 177961590 177961734 ENST00000464631 protein_coding 6 1 6 SEC16B ENSG00000120341 +CDS chr1 177964171 177964279 ENST00000308284 protein_coding 11 1 5 SEC16B ENSG00000120341 +CDS chr1 177964171 177964279 ENST00000464631 protein_coding 6 1 5 SEC16B ENSG00000120341 +CDS chr1 177965047 177965167 ENST00000308284 protein_coding 11 1 4 SEC16B ENSG00000120341 +CDS chr1 177965047 177965167 ENST00000464631 protein_coding 6 1 4 SEC16B ENSG00000120341 +CDS chr1 177965893 177966005 ENST00000308284 protein_coding 11 1 3 SEC16B ENSG00000120341 +CDS chr1 177965893 177966005 ENST00000464631 protein_coding 6 1 3 SEC16B ENSG00000120341 +CDS chr1 177967683 177967981 ENST00000308284 protein_coding 11 1 2 SEC16B ENSG00000120341 +CDS chr1 177967683 177967981 ENST00000464631 protein_coding 6 1 2 SEC16B ENSG00000120341 +transcript chr1 178094104 178478850 ENST00000367649 protein_coding 8 1 NA RASAL2 ENSG00000075391 +CDS chr1 178094493 178094694 ENST00000367649 protein_coding 8 1 1 RASAL2 ENSG00000075391 +CDS chr1 178283564 178283691 ENST00000367649 protein_coding 8 1 2 RASAL2 ENSG00000075391 +CDS chr1 178299992 178300118 ENST00000367649 protein_coding 8 1 3 RASAL2 ENSG00000075391 +transcript chr1 178341471 178484147 ENST00000462775 protein_coding 5 1 NA RASAL2 ENSG00000075391 +CDS chr1 178341596 178341608 ENST00000462775 protein_coding 5 1 1 RASAL2 ENSG00000075391 +CDS chr1 178390100 178390206 ENST00000367649 protein_coding 8 1 4 RASAL2 ENSG00000075391 +CDS chr1 178390100 178390206 ENST00000462775 protein_coding 5 1 2 RASAL2 ENSG00000075391 +CDS chr1 178420511 178420620 ENST00000367649 protein_coding 8 1 5 RASAL2 ENSG00000075391 +CDS chr1 178420511 178420620 ENST00000462775 protein_coding 5 1 3 RASAL2 ENSG00000075391 +CDS chr1 178439422 178439575 ENST00000367649 protein_coding 8 1 6 RASAL2 ENSG00000075391 +CDS chr1 178439422 178439575 ENST00000462775 protein_coding 5 1 4 RASAL2 ENSG00000075391 +CDS chr1 178441549 178441647 ENST00000367649 protein_coding 8 1 7 RASAL2 ENSG00000075391 +CDS chr1 178441549 178441647 ENST00000462775 protein_coding 5 1 5 RASAL2 ENSG00000075391 +CDS chr1 178442675 178443229 ENST00000367649 protein_coding 8 1 8 RASAL2 ENSG00000075391 +CDS chr1 178442675 178443229 ENST00000462775 protein_coding 5 1 6 RASAL2 ENSG00000075391 +CDS chr1 178445518 178445662 ENST00000367649 protein_coding 8 1 9 RASAL2 ENSG00000075391 +CDS chr1 178445518 178445662 ENST00000462775 protein_coding 5 1 7 RASAL2 ENSG00000075391 +CDS chr1 178451571 178451715 ENST00000367649 protein_coding 8 1 10 RASAL2 ENSG00000075391 +CDS chr1 178451571 178451715 ENST00000462775 protein_coding 5 1 8 RASAL2 ENSG00000075391 +CDS chr1 178452416 178452652 ENST00000367649 protein_coding 8 1 11 RASAL2 ENSG00000075391 +CDS chr1 178452416 178452652 ENST00000462775 protein_coding 5 1 9 RASAL2 ENSG00000075391 +transcript chr1 178452437 178473522 ENST00000433130 protein_coding 2 2 NA RASAL2 ENSG00000075391 +CDS chr1 178452437 178452652 ENST00000433130 protein_coding 2 2 1 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000367649 protein_coding 8 1 12 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000462775 protein_coding 5 1 10 RASAL2 ENSG00000075391 +CDS chr1 178454447 178454648 ENST00000433130 protein_coding 2 2 2 RASAL2 ENSG00000075391 +CDS chr1 178456700 178456899 ENST00000462775 protein_coding 5 1 11 RASAL2 ENSG00000075391 +CDS chr1 178456700 178456899 ENST00000433130 protein_coding 2 2 3 RASAL2 ENSG00000075391 +CDS chr1 178456721 178456899 ENST00000367649 protein_coding 8 1 13 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000367649 protein_coding 8 1 14 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000462775 protein_coding 5 1 12 RASAL2 ENSG00000075391 +CDS chr1 178457683 178458544 ENST00000433130 protein_coding 2 2 4 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000367649 protein_coding 8 1 15 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000462775 protein_coding 5 1 13 RASAL2 ENSG00000075391 +CDS chr1 178464278 178464412 ENST00000433130 protein_coding 2 2 5 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000367649 protein_coding 8 1 16 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000462775 protein_coding 5 1 14 RASAL2 ENSG00000075391 +CDS chr1 178465920 178466122 ENST00000433130 protein_coding 2 2 6 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000367649 protein_coding 8 1 17 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000462775 protein_coding 5 1 15 RASAL2 ENSG00000075391 +CDS chr1 178467334 178467421 ENST00000433130 protein_coding 2 2 7 RASAL2 ENSG00000075391 +CDS chr1 178470693 178470723 ENST00000433130 protein_coding 2 2 8 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473236 ENST00000367649 protein_coding 8 1 18 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473236 ENST00000462775 protein_coding 5 1 16 RASAL2 ENSG00000075391 +CDS chr1 178473075 178473214 ENST00000433130 protein_coding 2 2 9 RASAL2 ENSG00000075391 +transcript chr1 178479247 178486921 ENST00000646925 protein_coding 1 NA NA CLEC20A ENSG00000188585 +transcript chr1 178479247 178496939 ENST00000623247 protein_coding 2 5 NA CLEC20A ENSG00000188585 +CDS chr1 178479538 178479615 ENST00000646925 protein_coding 1 NA 4 CLEC20A ENSG00000188585 +CDS chr1 178479538 178479615 ENST00000623247 protein_coding 2 5 8 CLEC20A ENSG00000188585 +CDS chr1 178482312 178482397 ENST00000646925 protein_coding 1 NA 3 CLEC20A ENSG00000188585 +CDS chr1 178482312 178482397 ENST00000623247 protein_coding 2 5 7 CLEC20A ENSG00000188585 +CDS chr1 178483175 178483282 ENST00000646925 protein_coding 1 NA 2 CLEC20A ENSG00000188585 +CDS chr1 178483175 178483282 ENST00000623247 protein_coding 2 5 6 CLEC20A ENSG00000188585 +CDS chr1 178486434 178486827 ENST00000646925 protein_coding 1 NA 1 CLEC20A ENSG00000188585 +CDS chr1 178488501 178488599 ENST00000623247 protein_coding 2 5 5 CLEC20A ENSG00000188585 +CDS chr1 178490072 178490437 ENST00000623247 protein_coding 2 5 4 CLEC20A ENSG00000188585 +CDS chr1 178492501 178492566 ENST00000623247 protein_coding 2 5 3 CLEC20A ENSG00000188585 +CDS chr1 178494454 178494810 ENST00000623247 protein_coding 2 5 2 CLEC20A ENSG00000188585 +CDS chr1 178496900 178496939 ENST00000623247 protein_coding 2 5 1 CLEC20A ENSG00000188585 +transcript chr1 178513109 178522650 ENST00000319416 protein_coding 7 1 NA TEX35 ENSG00000240021 +transcript chr1 178513112 178521810 ENST00000367643 protein_coding 7 2 NA TEX35 ENSG00000240021 +transcript chr1 178513118 178522648 ENST00000367642 protein_coding 3 5 NA TEX35 ENSG00000240021 +transcript chr1 178513130 178522649 ENST00000367641 protein_coding 7 2 NA TEX35 ENSG00000240021 +transcript chr1 178513144 178523431 ENST00000367639 protein_coding 1 1 NA TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000319416 protein_coding 7 1 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367643 protein_coding 7 2 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367642 protein_coding 3 5 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513227 ENST00000367641 protein_coding 7 2 1 TEX35 ENSG00000240021 +CDS chr1 178513189 178513251 ENST00000367639 protein_coding 1 1 1 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000319416 protein_coding 7 1 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367643 protein_coding 7 2 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514185 ENST00000367642 protein_coding 3 5 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367641 protein_coding 7 2 2 TEX35 ENSG00000240021 +CDS chr1 178514027 178514077 ENST00000367639 protein_coding 1 1 2 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000319416 protein_coding 7 1 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367643 protein_coding 7 2 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514750 ENST00000367642 protein_coding 3 5 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367641 protein_coding 7 2 3 TEX35 ENSG00000240021 +CDS chr1 178514700 178514768 ENST00000367639 protein_coding 1 1 3 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000319416 protein_coding 7 1 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367643 protein_coding 7 2 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367641 protein_coding 7 2 4 TEX35 ENSG00000240021 +CDS chr1 178515859 178515915 ENST00000367639 protein_coding 1 1 4 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000319416 protein_coding 7 1 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367643 protein_coding 7 2 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367641 protein_coding 7 2 5 TEX35 ENSG00000240021 +CDS chr1 178516615 178516674 ENST00000367639 protein_coding 1 1 5 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000319416 protein_coding 7 1 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367643 protein_coding 7 2 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367641 protein_coding 7 2 6 TEX35 ENSG00000240021 +CDS chr1 178520372 178520436 ENST00000367639 protein_coding 1 1 6 TEX35 ENSG00000240021 +CDS chr1 178520517 178520564 ENST00000367642 protein_coding 3 5 4 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000319416 protein_coding 7 1 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000367643 protein_coding 7 2 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520934 ENST00000367641 protein_coding 7 2 7 TEX35 ENSG00000240021 +CDS chr1 178520673 178520874 ENST00000367639 protein_coding 1 1 7 TEX35 ENSG00000240021 +transcript chr1 178520829 178521812 ENST00000442872 protein_coding 1 2 NA TEX35 ENSG00000240021 +CDS chr1 178520829 178520874 ENST00000442872 protein_coding 1 2 1 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000319416 protein_coding 7 1 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000367643 protein_coding 7 2 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000367639 protein_coding 1 1 8 TEX35 ENSG00000240021 +CDS chr1 178521222 178521264 ENST00000442872 protein_coding 1 2 2 TEX35 ENSG00000240021 +CDS chr1 178521558 178521618 ENST00000442872 protein_coding 1 2 3 TEX35 ENSG00000240021 +CDS chr1 178521672 178521721 ENST00000367643 protein_coding 7 2 9 TEX35 ENSG00000240021 +CDS chr1 178522325 178522437 ENST00000319416 protein_coding 7 1 9 TEX35 ENSG00000240021 +CDS chr1 178523302 178523336 ENST00000367639 protein_coding 1 1 9 TEX35 ENSG00000240021 +transcript chr1 178725219 178921842 ENST00000367634 protein_coding 7 2 NA RALGPS2 ENSG00000116191 +transcript chr1 178725244 178921840 ENST00000367635 protein_coding 8 1 NA RALGPS2 ENSG00000116191 +transcript chr1 178725396 178883533 ENST00000324778 protein_coding 5 5 NA RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000367634 protein_coding 7 2 2 RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000367635 protein_coding 8 1 2 RALGPS2 ENSG00000116191 +CDS chr1 178776765 178776821 ENST00000324778 protein_coding 5 5 2 RALGPS2 ENSG00000116191 +CDS chr1 178784418 178784522 ENST00000367634 protein_coding 7 2 3 RALGPS2 ENSG00000116191 +CDS chr1 178784418 178784522 ENST00000367635 protein_coding 8 1 3 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000367634 protein_coding 7 2 4 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000367635 protein_coding 8 1 4 RALGPS2 ENSG00000116191 +CDS chr1 178785557 178785607 ENST00000324778 protein_coding 5 5 3 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000367634 protein_coding 7 2 5 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000367635 protein_coding 8 1 5 RALGPS2 ENSG00000116191 +CDS chr1 178808045 178808128 ENST00000324778 protein_coding 5 5 4 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000367634 protein_coding 7 2 6 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000367635 protein_coding 8 1 6 RALGPS2 ENSG00000116191 +CDS chr1 178811315 178811404 ENST00000324778 protein_coding 5 5 5 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000367634 protein_coding 7 2 7 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000367635 protein_coding 8 1 7 RALGPS2 ENSG00000116191 +CDS chr1 178821612 178821704 ENST00000324778 protein_coding 5 5 6 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000367634 protein_coding 7 2 8 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000367635 protein_coding 8 1 8 RALGPS2 ENSG00000116191 +CDS chr1 178833424 178833550 ENST00000324778 protein_coding 5 5 7 RALGPS2 ENSG00000116191 +transcript chr1 178849535 178871077 ENST00000234816 protein_coding 7 1 NA ANGPTL1 ENSG00000116194 +transcript chr1 178850624 178871022 ENST00000367629 protein_coding 1 1 NA ANGPTL1 ENSG00000116194 +CDS chr1 178851132 178851316 ENST00000234816 protein_coding 7 1 6 ANGPTL1 ENSG00000116194 +CDS chr1 178851132 178851316 ENST00000367629 protein_coding 1 1 5 ANGPTL1 ENSG00000116194 +CDS chr1 178852683 178852953 ENST00000234816 protein_coding 7 1 5 ANGPTL1 ENSG00000116194 +CDS chr1 178852683 178852953 ENST00000367629 protein_coding 1 1 4 ANGPTL1 ENSG00000116194 +CDS chr1 178853594 178853787 ENST00000234816 protein_coding 7 1 4 ANGPTL1 ENSG00000116194 +CDS chr1 178853594 178853787 ENST00000367629 protein_coding 1 1 3 ANGPTL1 ENSG00000116194 +CDS chr1 178864954 178865776 ENST00000234816 protein_coding 7 1 3 ANGPTL1 ENSG00000116194 +CDS chr1 178864954 178865776 ENST00000367629 protein_coding 1 1 2 ANGPTL1 ENSG00000116194 +transcript chr1 178865434 178869278 ENST00000444255 protein_coding 1 2 NA ANGPTL1 ENSG00000116194 +CDS chr1 178865434 178865776 ENST00000444255 protein_coding 1 2 2 ANGPTL1 ENSG00000116194 +CDS chr1 178877498 178877635 ENST00000367634 protein_coding 7 2 9 RALGPS2 ENSG00000116191 +CDS chr1 178877498 178877635 ENST00000367635 protein_coding 8 1 9 RALGPS2 ENSG00000116191 +CDS chr1 178877498 178877635 ENST00000324778 protein_coding 5 5 8 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000367634 protein_coding 7 2 10 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000367635 protein_coding 8 1 10 RALGPS2 ENSG00000116191 +CDS chr1 178878902 178878992 ENST00000324778 protein_coding 5 5 9 RALGPS2 ENSG00000116191 +transcript chr1 178878945 178885621 ENST00000415888 protein_coding 1 3 NA RALGPS2 ENSG00000116191 +CDS chr1 178878945 178878992 ENST00000415888 protein_coding 1 3 1 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000367634 protein_coding 7 2 11 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000367635 protein_coding 8 1 11 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000324778 protein_coding 5 5 10 RALGPS2 ENSG00000116191 +CDS chr1 178883466 178883533 ENST00000415888 protein_coding 1 3 2 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885211 ENST00000367634 protein_coding 7 2 12 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885211 ENST00000367635 protein_coding 8 1 12 RALGPS2 ENSG00000116191 +CDS chr1 178885076 178885254 ENST00000415888 protein_coding 1 3 3 RALGPS2 ENSG00000116191 +CDS chr1 178885969 178886120 ENST00000367634 protein_coding 7 2 13 RALGPS2 ENSG00000116191 +CDS chr1 178885969 178886120 ENST00000367635 protein_coding 8 1 13 RALGPS2 ENSG00000116191 +transcript chr1 178886079 178906811 ENST00000367632 protein_coding 2 3 NA RALGPS2 ENSG00000116191 +CDS chr1 178886079 178886120 ENST00000367632 protein_coding 2 3 1 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367634 protein_coding 7 2 14 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367635 protein_coding 8 1 14 RALGPS2 ENSG00000116191 +CDS chr1 178889642 178889696 ENST00000367632 protein_coding 2 3 2 RALGPS2 ENSG00000116191 +CDS chr1 178892230 178892307 ENST00000367635 protein_coding 8 1 15 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367634 protein_coding 7 2 15 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367635 protein_coding 8 1 16 RALGPS2 ENSG00000116191 +CDS chr1 178893919 178894024 ENST00000367632 protein_coding 2 3 3 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367634 protein_coding 7 2 16 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367635 protein_coding 8 1 17 RALGPS2 ENSG00000116191 +CDS chr1 178897664 178897756 ENST00000367632 protein_coding 2 3 4 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367634 protein_coding 7 2 17 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367635 protein_coding 8 1 18 RALGPS2 ENSG00000116191 +CDS chr1 178902106 178902211 ENST00000367632 protein_coding 2 3 5 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906867 ENST00000367634 protein_coding 7 2 18 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906867 ENST00000367635 protein_coding 8 1 19 RALGPS2 ENSG00000116191 +CDS chr1 178906776 178906811 ENST00000367632 protein_coding 2 3 6 RALGPS2 ENSG00000116191 +CDS chr1 178916330 178916356 ENST00000367634 protein_coding 7 2 19 RALGPS2 ENSG00000116191 +CDS chr1 178916330 178916356 ENST00000367635 protein_coding 8 1 20 RALGPS2 ENSG00000116191 +transcript chr1 179025804 179050316 ENST00000440702 protein_coding 5 3 NA FAM20B ENSG00000116199 +transcript chr1 179025894 179076567 ENST00000263733 protein_coding 5 1 NA FAM20B ENSG00000116199 +CDS chr1 179043848 179044224 ENST00000440702 protein_coding 5 3 2 FAM20B ENSG00000116199 +CDS chr1 179043848 179044224 ENST00000263733 protein_coding 5 1 2 FAM20B ENSG00000116199 +CDS chr1 179050279 179050316 ENST00000440702 protein_coding 5 3 3 FAM20B ENSG00000116199 +CDS chr1 179050279 179050365 ENST00000263733 protein_coding 5 1 3 FAM20B ENSG00000116199 +CDS chr1 179054529 179054638 ENST00000263733 protein_coding 5 1 4 FAM20B ENSG00000116199 +CDS chr1 179063927 179064098 ENST00000263733 protein_coding 5 1 5 FAM20B ENSG00000116199 +CDS chr1 179064305 179064496 ENST00000263733 protein_coding 5 1 6 FAM20B ENSG00000116199 +CDS chr1 179066800 179066859 ENST00000263733 protein_coding 5 1 7 FAM20B ENSG00000116199 +CDS chr1 179071913 179072141 ENST00000263733 protein_coding 5 1 8 FAM20B ENSG00000116199 +transcript chr1 179082070 179095996 ENST00000367627 protein_coding 8 1 NA TOR3A ENSG00000186283 +transcript chr1 179082070 179085855 ENST00000367625 protein_coding 8 3 NA TOR3A ENSG00000186283 +transcript chr1 179082086 179098023 ENST00000352445 protein_coding 10 1 NA TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000367627 protein_coding 8 1 1 TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000367625 protein_coding 8 3 1 TOR3A ENSG00000186283 +CDS chr1 179082129 179082387 ENST00000352445 protein_coding 10 1 1 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000367627 protein_coding 8 1 2 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000367625 protein_coding 8 3 2 TOR3A ENSG00000186283 +CDS chr1 179082940 179083053 ENST00000352445 protein_coding 10 1 2 TOR3A ENSG00000186283 +transcript chr1 179085372 179094121 ENST00000447595 protein_coding 1 2 NA TOR3A ENSG00000186283 +CDS chr1 179085579 179085893 ENST00000447595 protein_coding 1 2 1 TOR3A ENSG00000186283 +CDS chr1 179085628 179085893 ENST00000367627 protein_coding 8 1 3 TOR3A ENSG00000186283 +CDS chr1 179085628 179085893 ENST00000352445 protein_coding 10 1 3 TOR3A ENSG00000186283 +CDS chr1 179085769 179085855 ENST00000367625 protein_coding 8 3 3 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000367627 protein_coding 8 1 4 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000352445 protein_coding 10 1 4 TOR3A ENSG00000186283 +CDS chr1 179087911 179088089 ENST00000447595 protein_coding 1 2 2 TOR3A ENSG00000186283 +CDS chr1 179094093 179094217 ENST00000367627 protein_coding 8 1 5 TOR3A ENSG00000186283 +CDS chr1 179094093 179094217 ENST00000352445 protein_coding 10 1 5 TOR3A ENSG00000186283 +CDS chr1 179094093 179094121 ENST00000447595 protein_coding 1 2 3 TOR3A ENSG00000186283 +CDS chr1 179094968 179095215 ENST00000367627 protein_coding 8 1 6 TOR3A ENSG00000186283 +CDS chr1 179097828 179097892 ENST00000352445 protein_coding 10 1 6 TOR3A ENSG00000186283 +transcript chr1 179099330 179229677 ENST00000502732 protein_coding 6 1 NA ABL2 ENSG00000143322 +transcript chr1 179104048 179143089 ENST00000344730 protein_coding 7 1 NA ABL2 ENSG00000143322 +transcript chr1 179107599 179143056 ENST00000512653 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179143044 ENST00000504405 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000367623 protein_coding 8 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000507173 protein_coding 5 1 NA ABL2 ENSG00000143322 +transcript chr1 179107718 179229397 ENST00000511413 protein_coding 5 1 NA ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000502732 protein_coding 6 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000344730 protein_coding 7 1 13 ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000512653 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000504405 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179109441 ENST00000367623 protein_coding 8 1 11 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000507173 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179107721 179108898 ENST00000511413 protein_coding 5 1 13 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000344730 protein_coding 7 1 12 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000504405 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000507173 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179109208 179109441 ENST00000511413 protein_coding 5 1 12 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000502732 protein_coding 6 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000344730 protein_coding 7 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000512653 protein_coding 5 1 11 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000504405 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000367623 protein_coding 8 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000507173 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179110282 179110455 ENST00000511413 protein_coding 5 1 11 ABL2 ENSG00000143322 +transcript chr1 179110805 179229684 ENST00000392043 protein_coding 4 1 NA ABL2 ENSG00000143322 +CDS chr1 179110808 179110845 ENST00000392043 protein_coding 4 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000502732 protein_coding 6 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000344730 protein_coding 7 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000512653 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000504405 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000367623 protein_coding 8 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000507173 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000511413 protein_coding 5 1 10 ABL2 ENSG00000143322 +CDS chr1 179112309 179112398 ENST00000392043 protein_coding 4 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000502732 protein_coding 6 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000344730 protein_coding 7 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000512653 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000504405 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000367623 protein_coding 8 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000507173 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000511413 protein_coding 5 1 9 ABL2 ENSG00000143322 +CDS chr1 179114878 179115030 ENST00000392043 protein_coding 4 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000502732 protein_coding 6 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000344730 protein_coding 7 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000512653 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000504405 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000367623 protein_coding 8 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000507173 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000511413 protein_coding 5 1 8 ABL2 ENSG00000143322 +CDS chr1 179117332 179117516 ENST00000392043 protein_coding 4 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000502732 protein_coding 6 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000344730 protein_coding 7 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000512653 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000504405 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000367623 protein_coding 8 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000507173 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000511413 protein_coding 5 1 7 ABL2 ENSG00000143322 +CDS chr1 179118587 179118764 ENST00000392043 protein_coding 4 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000502732 protein_coding 6 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000344730 protein_coding 7 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000512653 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000504405 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000367623 protein_coding 8 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000507173 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000511413 protein_coding 5 1 6 ABL2 ENSG00000143322 +CDS chr1 179120190 179120274 ENST00000392043 protein_coding 4 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000502732 protein_coding 6 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000344730 protein_coding 7 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000512653 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000504405 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000367623 protein_coding 8 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000507173 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000511413 protein_coding 5 1 5 ABL2 ENSG00000143322 +CDS chr1 179121595 179121867 ENST00000392043 protein_coding 4 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000502732 protein_coding 6 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000344730 protein_coding 7 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000512653 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000504405 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000367623 protein_coding 8 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000507173 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000511413 protein_coding 5 1 4 ABL2 ENSG00000143322 +CDS chr1 179126377 179126672 ENST00000392043 protein_coding 4 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000502732 protein_coding 6 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000344730 protein_coding 7 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000512653 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000504405 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000367623 protein_coding 8 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000507173 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000511413 protein_coding 5 1 3 ABL2 ENSG00000143322 +CDS chr1 179131311 179131481 ENST00000392043 protein_coding 4 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000502732 protein_coding 6 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000344730 protein_coding 7 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000512653 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179133312 179133374 ENST00000511413 protein_coding 5 1 2 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000344730 protein_coding 7 1 1 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000512653 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179142933 179143044 ENST00000504405 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000502732 protein_coding 6 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000367623 protein_coding 8 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000507173 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000511413 protein_coding 5 1 1 ABL2 ENSG00000143322 +CDS chr1 179229241 179229397 ENST00000392043 protein_coding 4 1 1 ABL2 ENSG00000143322 +transcript chr1 179293714 179358677 ENST00000540564 protein_coding 5 1 NA SOAT1 ENSG00000057252 +transcript chr1 179293714 179358677 ENST00000539888 protein_coding 5 2 NA SOAT1 ENSG00000057252 +transcript chr1 179293797 179358680 ENST00000367619 protein_coding 8 1 NA SOAT1 ENSG00000057252 +transcript chr1 179294320 179341310 ENST00000426956 protein_coding 1 3 NA SOAT1 ENSG00000057252 +CDS chr1 179302685 179302802 ENST00000367619 protein_coding 8 1 2 SOAT1 ENSG00000057252 +CDS chr1 179302685 179302802 ENST00000426956 protein_coding 1 3 2 SOAT1 ENSG00000057252 +CDS chr1 179302800 179302802 ENST00000540564 protein_coding 5 1 2 SOAT1 ENSG00000057252 +CDS chr1 179323437 179323495 ENST00000367619 protein_coding 8 1 3 SOAT1 ENSG00000057252 +CDS chr1 179323437 179323495 ENST00000426956 protein_coding 1 3 3 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000367619 protein_coding 8 1 4 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000426956 protein_coding 1 3 4 SOAT1 ENSG00000057252 +CDS chr1 179335506 179335657 ENST00000540564 protein_coding 5 1 3 SOAT1 ENSG00000057252 +CDS chr1 179335524 179335657 ENST00000539888 protein_coding 5 2 3 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000367619 protein_coding 8 1 5 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000426956 protein_coding 1 3 5 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000540564 protein_coding 5 1 4 SOAT1 ENSG00000057252 +CDS chr1 179337837 179337896 ENST00000539888 protein_coding 5 2 4 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000367619 protein_coding 8 1 6 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000426956 protein_coding 1 3 6 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000540564 protein_coding 5 1 5 SOAT1 ENSG00000057252 +CDS chr1 179339438 179339545 ENST00000539888 protein_coding 5 2 5 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000367619 protein_coding 8 1 7 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000426956 protein_coding 1 3 7 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000540564 protein_coding 5 1 6 SOAT1 ENSG00000057252 +CDS chr1 179341028 179341310 ENST00000539888 protein_coding 5 2 6 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000367619 protein_coding 8 1 8 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000540564 protein_coding 5 1 7 SOAT1 ENSG00000057252 +CDS chr1 179342114 179342192 ENST00000539888 protein_coding 5 2 7 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000367619 protein_coding 8 1 9 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000540564 protein_coding 5 1 8 SOAT1 ENSG00000057252 +CDS chr1 179342862 179342943 ENST00000539888 protein_coding 5 2 8 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000367619 protein_coding 8 1 10 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000540564 protein_coding 5 1 9 SOAT1 ENSG00000057252 +CDS chr1 179343590 179343635 ENST00000539888 protein_coding 5 2 9 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000367619 protein_coding 8 1 11 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000540564 protein_coding 5 1 10 SOAT1 ENSG00000057252 +CDS chr1 179344947 179345076 ENST00000539888 protein_coding 5 2 10 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000367619 protein_coding 8 1 12 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000540564 protein_coding 5 1 11 SOAT1 ENSG00000057252 +CDS chr1 179347600 179347697 ENST00000539888 protein_coding 5 2 11 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000367619 protein_coding 8 1 13 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000540564 protein_coding 5 1 12 SOAT1 ENSG00000057252 +CDS chr1 179348844 179348942 ENST00000539888 protein_coding 5 2 12 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000367619 protein_coding 8 1 14 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000540564 protein_coding 5 1 13 SOAT1 ENSG00000057252 +CDS chr1 179350296 179350431 ENST00000539888 protein_coding 5 2 13 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000367619 protein_coding 8 1 15 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000540564 protein_coding 5 1 14 SOAT1 ENSG00000057252 +CDS chr1 179351317 179351462 ENST00000539888 protein_coding 5 2 14 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000367619 protein_coding 8 1 16 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000540564 protein_coding 5 1 15 SOAT1 ENSG00000057252 +CDS chr1 179353585 179353638 ENST00000539888 protein_coding 5 2 15 SOAT1 ENSG00000057252 +transcript chr1 179365720 179379482 ENST00000509175 protein_coding 5 4 NA AXDND1 ENSG00000162779 +transcript chr1 179365720 179554733 ENST00000617277 protein_coding 4 5 NA AXDND1 ENSG00000162779 +transcript chr1 179365738 179368938 ENST00000508229 protein_coding 5 4 NA AXDND1 ENSG00000162779 +transcript chr1 179365971 179554735 ENST00000367618 protein_coding 8 1 NA AXDND1 ENSG00000162779 +transcript chr1 179365972 179378757 ENST00000511889 protein_coding 5 4 NA AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000367618 protein_coding 8 1 2 AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000508229 protein_coding 5 4 2 AXDND1 ENSG00000162779 +CDS chr1 179366510 179366606 ENST00000617277 protein_coding 4 5 2 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368972 ENST00000367618 protein_coding 8 1 3 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368938 ENST00000508229 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179368800 179368972 ENST00000617277 protein_coding 4 5 3 AXDND1 ENSG00000162779 +CDS chr1 179368829 179368972 ENST00000509175 protein_coding 5 4 2 AXDND1 ENSG00000162779 +CDS chr1 179368829 179368972 ENST00000511889 protein_coding 5 4 2 AXDND1 ENSG00000162779 +transcript chr1 179368901 179554735 ENST00000434088 protein_coding 1 1 NA AXDND1 ENSG00000162779 +CDS chr1 179368901 179368972 ENST00000434088 protein_coding 1 1 1 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000509175 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000367618 protein_coding 8 1 4 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000511889 protein_coding 5 4 3 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000434088 protein_coding 1 1 2 AXDND1 ENSG00000162779 +CDS chr1 179369975 179370078 ENST00000617277 protein_coding 4 5 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000509175 protein_coding 5 4 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000367618 protein_coding 8 1 5 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000511889 protein_coding 5 4 4 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000434088 protein_coding 1 1 3 AXDND1 ENSG00000162779 +CDS chr1 179378637 179378757 ENST00000617277 protein_coding 4 5 5 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000509175 protein_coding 5 4 5 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000367618 protein_coding 8 1 6 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000434088 protein_coding 1 1 4 AXDND1 ENSG00000162779 +CDS chr1 179379397 179379482 ENST00000617277 protein_coding 4 5 6 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000367618 protein_coding 8 1 7 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000434088 protein_coding 1 1 5 AXDND1 ENSG00000162779 +CDS chr1 179382700 179382756 ENST00000617277 protein_coding 4 5 7 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000367618 protein_coding 8 1 8 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000434088 protein_coding 1 1 6 AXDND1 ENSG00000162779 +CDS chr1 179383442 179383544 ENST00000617277 protein_coding 4 5 8 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000367618 protein_coding 8 1 9 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000434088 protein_coding 1 1 7 AXDND1 ENSG00000162779 +CDS chr1 179385238 179385359 ENST00000617277 protein_coding 4 5 9 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000367618 protein_coding 8 1 10 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000434088 protein_coding 1 1 8 AXDND1 ENSG00000162779 +CDS chr1 179393903 179394043 ENST00000617277 protein_coding 4 5 10 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000367618 protein_coding 8 1 11 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000434088 protein_coding 1 1 9 AXDND1 ENSG00000162779 +CDS chr1 179395098 179395202 ENST00000617277 protein_coding 4 5 11 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000367618 protein_coding 8 1 12 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000434088 protein_coding 1 1 10 AXDND1 ENSG00000162779 +CDS chr1 179411146 179411266 ENST00000617277 protein_coding 4 5 12 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000367618 protein_coding 8 1 13 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000434088 protein_coding 1 1 11 AXDND1 ENSG00000162779 +CDS chr1 179429518 179429619 ENST00000617277 protein_coding 4 5 13 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000367618 protein_coding 8 1 14 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000434088 protein_coding 1 1 12 AXDND1 ENSG00000162779 +CDS chr1 179430452 179430606 ENST00000617277 protein_coding 4 5 14 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000367618 protein_coding 8 1 15 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000434088 protein_coding 1 1 13 AXDND1 ENSG00000162779 +CDS chr1 179432267 179432342 ENST00000617277 protein_coding 4 5 15 AXDND1 ENSG00000162779 +CDS chr1 179444970 179445204 ENST00000367618 protein_coding 8 1 16 AXDND1 ENSG00000162779 +CDS chr1 179444970 179445204 ENST00000434088 protein_coding 1 1 14 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468641 ENST00000367618 protein_coding 8 1 17 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468641 ENST00000434088 protein_coding 1 1 15 AXDND1 ENSG00000162779 +CDS chr1 179468443 179468466 ENST00000617277 protein_coding 4 5 16 AXDND1 ENSG00000162779 +CDS chr1 179483128 179483221 ENST00000367618 protein_coding 8 1 18 AXDND1 ENSG00000162779 +CDS chr1 179483128 179483221 ENST00000434088 protein_coding 1 1 16 AXDND1 ENSG00000162779 +CDS chr1 179491538 179491737 ENST00000367618 protein_coding 8 1 19 AXDND1 ENSG00000162779 +CDS chr1 179491538 179491737 ENST00000434088 protein_coding 1 1 17 AXDND1 ENSG00000162779 +CDS chr1 179492855 179492951 ENST00000367618 protein_coding 8 1 20 AXDND1 ENSG00000162779 +CDS chr1 179492855 179492951 ENST00000434088 protein_coding 1 1 18 AXDND1 ENSG00000162779 +CDS chr1 179509296 179509403 ENST00000367618 protein_coding 8 1 21 AXDND1 ENSG00000162779 +CDS chr1 179525334 179525447 ENST00000367618 protein_coding 8 1 22 AXDND1 ENSG00000162779 +CDS chr1 179528327 179528431 ENST00000367618 protein_coding 8 1 23 AXDND1 ENSG00000162779 +CDS chr1 179528327 179528431 ENST00000434088 protein_coding 1 1 19 AXDND1 ENSG00000162779 +CDS chr1 179533795 179533877 ENST00000367618 protein_coding 8 1 24 AXDND1 ENSG00000162779 +CDS chr1 179533795 179533877 ENST00000434088 protein_coding 1 1 20 AXDND1 ENSG00000162779 +CDS chr1 179534730 179534962 ENST00000367618 protein_coding 8 1 25 AXDND1 ENSG00000162779 +CDS chr1 179534730 179534962 ENST00000434088 protein_coding 1 1 21 AXDND1 ENSG00000162779 +transcript chr1 179550539 179575948 ENST00000367615 protein_coding 9 1 NA NPHS2 ENSG00000116218 +transcript chr1 179550539 179575952 ENST00000367616 protein_coding 4 1 NA NPHS2 ENSG00000116218 +CDS chr1 179551176 179551451 ENST00000367615 protein_coding 9 1 8 NPHS2 ENSG00000116218 +CDS chr1 179551176 179551451 ENST00000367616 protein_coding 4 1 7 NPHS2 ENSG00000116218 +CDS chr1 179552603 179552681 ENST00000367615 protein_coding 9 1 7 NPHS2 ENSG00000116218 +CDS chr1 179552603 179552681 ENST00000367616 protein_coding 4 1 6 NPHS2 ENSG00000116218 +CDS chr1 179554476 179554531 ENST00000367615 protein_coding 9 1 6 NPHS2 ENSG00000116218 +CDS chr1 179554476 179554531 ENST00000367616 protein_coding 4 1 5 NPHS2 ENSG00000116218 +CDS chr1 179554512 179554516 ENST00000367618 protein_coding 8 1 26 AXDND1 ENSG00000162779 +CDS chr1 179554512 179554516 ENST00000434088 protein_coding 1 1 22 AXDND1 ENSG00000162779 +CDS chr1 179557027 179557230 ENST00000367615 protein_coding 9 1 5 NPHS2 ENSG00000116218 +CDS chr1 179559679 179559761 ENST00000367615 protein_coding 9 1 4 NPHS2 ENSG00000116218 +CDS chr1 179559679 179559761 ENST00000367616 protein_coding 4 1 4 NPHS2 ENSG00000116218 +CDS chr1 179561289 179561361 ENST00000367615 protein_coding 9 1 3 NPHS2 ENSG00000116218 +CDS chr1 179561289 179561361 ENST00000367616 protein_coding 4 1 3 NPHS2 ENSG00000116218 +CDS chr1 179564690 179564793 ENST00000367615 protein_coding 9 1 2 NPHS2 ENSG00000116218 +CDS chr1 179564690 179564793 ENST00000367616 protein_coding 4 1 2 NPHS2 ENSG00000116218 +CDS chr1 179575591 179575864 ENST00000367615 protein_coding 9 1 1 NPHS2 ENSG00000116218 +CDS chr1 179575591 179575864 ENST00000367616 protein_coding 4 1 1 NPHS2 ENSG00000116218 +transcript chr1 179591613 179691270 ENST00000367614 protein_coding 5 2 NA TDRD5 ENSG00000162782 +transcript chr1 179591832 179691272 ENST00000444136 protein_coding 6 1 NA TDRD5 ENSG00000162782 +transcript chr1 179591890 179691272 ENST00000294848 protein_coding 12 1 NA TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000367614 protein_coding 5 2 2 TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000294848 protein_coding 12 1 2 TDRD5 ENSG00000162782 +CDS chr1 179592616 179592847 ENST00000444136 protein_coding 6 1 2 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000367614 protein_coding 5 2 3 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000294848 protein_coding 12 1 3 TDRD5 ENSG00000162782 +CDS chr1 179593460 179593867 ENST00000444136 protein_coding 6 1 3 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000367614 protein_coding 5 2 4 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000294848 protein_coding 12 1 4 TDRD5 ENSG00000162782 +CDS chr1 179595628 179595818 ENST00000444136 protein_coding 6 1 4 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000367614 protein_coding 5 2 5 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000294848 protein_coding 12 1 5 TDRD5 ENSG00000162782 +CDS chr1 179618599 179618682 ENST00000444136 protein_coding 6 1 5 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000367614 protein_coding 5 2 6 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000294848 protein_coding 12 1 6 TDRD5 ENSG00000162782 +CDS chr1 179621035 179621091 ENST00000444136 protein_coding 6 1 6 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000367614 protein_coding 5 2 7 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000294848 protein_coding 12 1 7 TDRD5 ENSG00000162782 +CDS chr1 179630767 179630920 ENST00000444136 protein_coding 6 1 7 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000367614 protein_coding 5 2 8 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000294848 protein_coding 12 1 8 TDRD5 ENSG00000162782 +CDS chr1 179634457 179634629 ENST00000444136 protein_coding 6 1 8 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000367614 protein_coding 5 2 9 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000294848 protein_coding 12 1 9 TDRD5 ENSG00000162782 +CDS chr1 179635667 179635887 ENST00000444136 protein_coding 6 1 9 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000367614 protein_coding 5 2 10 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000294848 protein_coding 12 1 10 TDRD5 ENSG00000162782 +CDS chr1 179639839 179640051 ENST00000444136 protein_coding 6 1 10 TDRD5 ENSG00000162782 +transcript chr1 179639951 179691272 ENST00000417329 protein_coding 1 1 NA TDRD5 ENSG00000162782 +CDS chr1 179639951 179640051 ENST00000417329 protein_coding 1 1 1 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000367614 protein_coding 5 2 11 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000294848 protein_coding 12 1 11 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000417329 protein_coding 1 1 2 TDRD5 ENSG00000162782 +CDS chr1 179640379 179640445 ENST00000444136 protein_coding 6 1 11 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000367614 protein_coding 5 2 12 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000294848 protein_coding 12 1 12 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000417329 protein_coding 1 1 3 TDRD5 ENSG00000162782 +CDS chr1 179650867 179651067 ENST00000444136 protein_coding 6 1 12 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000367614 protein_coding 5 2 13 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000294848 protein_coding 12 1 13 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000417329 protein_coding 1 1 4 TDRD5 ENSG00000162782 +CDS chr1 179652039 179652197 ENST00000444136 protein_coding 6 1 13 TDRD5 ENSG00000162782 +CDS chr1 179654201 179654362 ENST00000417329 protein_coding 1 1 5 TDRD5 ENSG00000162782 +CDS chr1 179654201 179654362 ENST00000444136 protein_coding 6 1 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000367614 protein_coding 5 2 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000294848 protein_coding 12 1 14 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000417329 protein_coding 1 1 6 TDRD5 ENSG00000162782 +CDS chr1 179662104 179662286 ENST00000444136 protein_coding 6 1 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000367614 protein_coding 5 2 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000294848 protein_coding 12 1 15 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000417329 protein_coding 1 1 7 TDRD5 ENSG00000162782 +CDS chr1 179663348 179663491 ENST00000444136 protein_coding 6 1 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000367614 protein_coding 5 2 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000294848 protein_coding 12 1 16 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000417329 protein_coding 1 1 8 TDRD5 ENSG00000162782 +CDS chr1 179669194 179669404 ENST00000444136 protein_coding 6 1 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000367614 protein_coding 5 2 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000294848 protein_coding 12 1 17 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000417329 protein_coding 1 1 9 TDRD5 ENSG00000162782 +CDS chr1 179690696 179690940 ENST00000444136 protein_coding 6 1 18 TDRD5 ENSG00000162782 +transcript chr1 179743291 179816198 ENST00000341785 protein_coding 5 1 NA FAM163A ENSG00000143340 +CDS chr1 179813098 179813190 ENST00000341785 protein_coding 5 1 4 FAM163A ENSG00000143340 +CDS chr1 179813779 179814186 ENST00000341785 protein_coding 5 1 5 FAM163A ENSG00000143340 +transcript chr1 179839967 179877799 ENST00000367612 protein_coding 7 1 NA TOR1AIP2 ENSG00000169905 +transcript chr1 179839976 179877803 ENST00000609928 protein_coding 6 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179846074 179846828 ENST00000367612 protein_coding 7 1 6 TOR1AIP2 ENSG00000169905 +CDS chr1 179846074 179846828 ENST00000609928 protein_coding 6 2 7 TOR1AIP2 ENSG00000169905 +CDS chr1 179847535 179847636 ENST00000367612 protein_coding 7 1 5 TOR1AIP2 ENSG00000169905 +CDS chr1 179847535 179847636 ENST00000609928 protein_coding 6 2 6 TOR1AIP2 ENSG00000169905 +CDS chr1 179850845 179851363 ENST00000367612 protein_coding 7 1 4 TOR1AIP2 ENSG00000169905 +CDS chr1 179850845 179851363 ENST00000609928 protein_coding 6 2 5 TOR1AIP2 ENSG00000169905 +CDS chr1 179852632 179852665 ENST00000367612 protein_coding 7 1 3 TOR1AIP2 ENSG00000169905 +CDS chr1 179852632 179852665 ENST00000609928 protein_coding 6 2 4 TOR1AIP2 ENSG00000169905 +transcript chr1 179859030 179877799 ENST00000482587 protein_coding 5 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179864784 179865176 ENST00000482587 protein_coding 5 2 3 TOR1AIP2 ENSG00000169905 +transcript chr1 179865065 179877790 ENST00000495650 protein_coding 1 2 NA TOR1AIP2 ENSG00000169905 +CDS chr1 179865065 179865176 ENST00000495650 protein_coding 1 2 2 TOR1AIP2 ENSG00000169905 +transcript chr1 179882042 179919708 ENST00000528443 protein_coding 6 2 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882285 179920076 ENST00000606911 protein_coding 7 1 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882297 179919277 ENST00000271583 protein_coding 7 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000528443 protein_coding 6 2 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000271583 protein_coding 7 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882503 179882977 ENST00000606911 protein_coding 7 1 1 TOR1AIP1 ENSG00000143337 +transcript chr1 179882696 179920077 ENST00000435319 protein_coding 8 1 NA TOR1AIP1 ENSG00000143337 +transcript chr1 179882794 179914002 ENST00000531630 protein_coding 6 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882794 179882977 ENST00000531630 protein_coding 6 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179882866 179882977 ENST00000435319 protein_coding 8 1 1 TOR1AIP1 ENSG00000143337 +transcript chr1 179882889 179914054 ENST00000527391 protein_coding 5 5 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179882889 179882992 ENST00000527391 protein_coding 5 5 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000528443 protein_coding 6 2 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000271583 protein_coding 7 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000606911 protein_coding 7 1 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000435319 protein_coding 8 1 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000531630 protein_coding 6 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179884692 179884769 ENST00000527391 protein_coding 5 5 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179889310 179889369 ENST00000528443 protein_coding 6 2 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889310 179889369 ENST00000271583 protein_coding 7 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000606911 protein_coding 7 1 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000435319 protein_coding 8 1 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000531630 protein_coding 6 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179889313 179889369 ENST00000527391 protein_coding 5 5 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000528443 protein_coding 6 2 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000271583 protein_coding 7 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000606911 protein_coding 7 1 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000435319 protein_coding 8 1 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179900126 179900167 ENST00000527391 protein_coding 5 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000528443 protein_coding 6 2 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000271583 protein_coding 7 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000606911 protein_coding 7 1 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000435319 protein_coding 8 1 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000531630 protein_coding 6 5 4 TOR1AIP1 ENSG00000143337 +CDS chr1 179901302 179901388 ENST00000527391 protein_coding 5 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000528443 protein_coding 6 2 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000271583 protein_coding 7 5 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000606911 protein_coding 7 1 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000435319 protein_coding 8 1 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000531630 protein_coding 6 5 5 TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000527391 protein_coding 5 5 6 TOR1AIP1 ENSG00000143337 +transcript chr1 179903966 179918171 ENST00000447964 protein_coding 1 3 NA TOR1AIP1 ENSG00000143337 +CDS chr1 179903966 179904022 ENST00000447964 protein_coding 1 3 1 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000528443 protein_coding 6 2 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000271583 protein_coding 7 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000606911 protein_coding 7 1 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000435319 protein_coding 8 1 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000531630 protein_coding 6 5 6 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000527391 protein_coding 5 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179907823 179907864 ENST00000447964 protein_coding 1 3 2 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000528443 protein_coding 6 2 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000271583 protein_coding 7 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000606911 protein_coding 7 1 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000435319 protein_coding 8 1 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000531630 protein_coding 6 5 7 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000527391 protein_coding 5 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179908605 179908673 ENST00000447964 protein_coding 1 3 3 TOR1AIP1 ENSG00000143337 +CDS chr1 179913586 179913630 ENST00000271583 protein_coding 7 5 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000528443 protein_coding 6 2 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000271583 protein_coding 7 5 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000606911 protein_coding 7 1 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000435319 protein_coding 8 1 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914002 ENST00000531630 protein_coding 6 5 8 TOR1AIP1 ENSG00000143337 +CDS chr1 179913998 179914054 ENST00000527391 protein_coding 5 5 9 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000528443 protein_coding 6 2 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000271583 protein_coding 7 5 11 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000606911 protein_coding 7 1 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918236 ENST00000435319 protein_coding 8 1 10 TOR1AIP1 ENSG00000143337 +CDS chr1 179917452 179918171 ENST00000447964 protein_coding 1 3 4 TOR1AIP1 ENSG00000143337 +transcript chr1 179954773 179996963 ENST00000491495 protein_coding 2 5 NA CEP350 ENSG00000135837 +transcript chr1 179954810 180114875 ENST00000367607 protein_coding 8 1 NA CEP350 ENSG00000135837 +CDS chr1 179955104 179955142 ENST00000491495 protein_coding 2 5 1 CEP350 ENSG00000135837 +CDS chr1 179986181 179986254 ENST00000491495 protein_coding 2 5 2 CEP350 ENSG00000135837 +CDS chr1 179986182 179986254 ENST00000367607 protein_coding 8 1 2 CEP350 ENSG00000135837 +transcript chr1 179986182 179992221 ENST00000357434 protein_coding 2 1 NA CEP350 ENSG00000135837 +CDS chr1 179986182 179986254 ENST00000357434 protein_coding 2 1 1 CEP350 ENSG00000135837 +CDS chr1 179987240 179987286 ENST00000367607 protein_coding 8 1 3 CEP350 ENSG00000135837 +CDS chr1 179987243 179987286 ENST00000491495 protein_coding 2 5 3 CEP350 ENSG00000135837 +CDS chr1 179987243 179987286 ENST00000357434 protein_coding 2 1 2 CEP350 ENSG00000135837 +CDS chr1 179990507 179990621 ENST00000367607 protein_coding 8 1 4 CEP350 ENSG00000135837 +CDS chr1 179990507 179990621 ENST00000357434 protein_coding 2 1 3 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000367607 protein_coding 8 1 5 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000491495 protein_coding 2 5 4 CEP350 ENSG00000135837 +CDS chr1 179992062 179992221 ENST00000357434 protein_coding 2 1 4 CEP350 ENSG00000135837 +CDS chr1 179996553 179997175 ENST00000367607 protein_coding 8 1 6 CEP350 ENSG00000135837 +CDS chr1 179996553 179996963 ENST00000491495 protein_coding 2 5 5 CEP350 ENSG00000135837 +CDS chr1 180003174 180003287 ENST00000367607 protein_coding 8 1 7 CEP350 ENSG00000135837 +CDS chr1 180006454 180006567 ENST00000367607 protein_coding 8 1 8 CEP350 ENSG00000135837 +CDS chr1 180011929 180012075 ENST00000367607 protein_coding 8 1 9 CEP350 ENSG00000135837 +CDS chr1 180013847 180014505 ENST00000367607 protein_coding 8 1 10 CEP350 ENSG00000135837 +CDS chr1 180015849 180015970 ENST00000367607 protein_coding 8 1 11 CEP350 ENSG00000135837 +CDS chr1 180019949 180021009 ENST00000367607 protein_coding 8 1 12 CEP350 ENSG00000135837 +CDS chr1 180022698 180022848 ENST00000367607 protein_coding 8 1 13 CEP350 ENSG00000135837 +CDS chr1 180024419 180024582 ENST00000367607 protein_coding 8 1 14 CEP350 ENSG00000135837 +CDS chr1 180031320 180031494 ENST00000367607 protein_coding 8 1 15 CEP350 ENSG00000135837 +CDS chr1 180033862 180034082 ENST00000367607 protein_coding 8 1 16 CEP350 ENSG00000135837 +CDS chr1 180036926 180037089 ENST00000367607 protein_coding 8 1 17 CEP350 ENSG00000135837 +CDS chr1 180041138 180041248 ENST00000367607 protein_coding 8 1 18 CEP350 ENSG00000135837 +transcript chr1 180041203 180053834 ENST00000418229 protein_coding 5 5 NA CEP350 ENSG00000135837 +CDS chr1 180041203 180041248 ENST00000418229 protein_coding 5 5 1 CEP350 ENSG00000135837 +CDS chr1 180041662 180041802 ENST00000367607 protein_coding 8 1 19 CEP350 ENSG00000135837 +CDS chr1 180041662 180041802 ENST00000418229 protein_coding 5 5 2 CEP350 ENSG00000135837 +CDS chr1 180043056 180043192 ENST00000367607 protein_coding 8 1 20 CEP350 ENSG00000135837 +CDS chr1 180043056 180043192 ENST00000418229 protein_coding 5 5 3 CEP350 ENSG00000135837 +CDS chr1 180044051 180044173 ENST00000367607 protein_coding 8 1 21 CEP350 ENSG00000135837 +CDS chr1 180044051 180044173 ENST00000418229 protein_coding 5 5 4 CEP350 ENSG00000135837 +CDS chr1 180048536 180048705 ENST00000367607 protein_coding 8 1 22 CEP350 ENSG00000135837 +CDS chr1 180048536 180048705 ENST00000418229 protein_coding 5 5 5 CEP350 ENSG00000135837 +CDS chr1 180052224 180052316 ENST00000418229 protein_coding 5 5 6 CEP350 ENSG00000135837 +CDS chr1 180052970 180053166 ENST00000367607 protein_coding 8 1 23 CEP350 ENSG00000135837 +CDS chr1 180052970 180053166 ENST00000418229 protein_coding 5 5 7 CEP350 ENSG00000135837 +CDS chr1 180053750 180053934 ENST00000367607 protein_coding 8 1 24 CEP350 ENSG00000135837 +CDS chr1 180053750 180053834 ENST00000418229 protein_coding 5 5 8 CEP350 ENSG00000135837 +CDS chr1 180054415 180054502 ENST00000367607 protein_coding 8 1 25 CEP350 ENSG00000135837 +CDS chr1 180062220 180062366 ENST00000367607 protein_coding 8 1 26 CEP350 ENSG00000135837 +CDS chr1 180065115 180065272 ENST00000367607 protein_coding 8 1 27 CEP350 ENSG00000135837 +transcript chr1 180073819 180113380 ENST00000429851 protein_coding 5 1 NA CEP350 ENSG00000135837 +CDS chr1 180073819 180073908 ENST00000429851 protein_coding 5 1 1 CEP350 ENSG00000135837 +CDS chr1 180075022 180075221 ENST00000367607 protein_coding 8 1 28 CEP350 ENSG00000135837 +CDS chr1 180075022 180075221 ENST00000429851 protein_coding 5 1 2 CEP350 ENSG00000135837 +CDS chr1 180078463 180078674 ENST00000367607 protein_coding 8 1 29 CEP350 ENSG00000135837 +CDS chr1 180078463 180078674 ENST00000429851 protein_coding 5 1 3 CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000367607 protein_coding 8 1 30 CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000429851 protein_coding 5 1 4 CEP350 ENSG00000135837 +transcript chr1 180080517 180084280 ENST00000437245 protein_coding 1 2 NA CEP350 ENSG00000135837 +CDS chr1 180080517 180080661 ENST00000437245 protein_coding 1 2 1 CEP350 ENSG00000135837 +CDS chr1 180084018 180084178 ENST00000367607 protein_coding 8 1 31 CEP350 ENSG00000135837 +CDS chr1 180084018 180084178 ENST00000429851 protein_coding 5 1 5 CEP350 ENSG00000135837 +CDS chr1 180084018 180084202 ENST00000437245 protein_coding 1 2 2 CEP350 ENSG00000135837 +CDS chr1 180087578 180087717 ENST00000367607 protein_coding 8 1 32 CEP350 ENSG00000135837 +CDS chr1 180087578 180087717 ENST00000429851 protein_coding 5 1 6 CEP350 ENSG00000135837 +CDS chr1 180090714 180090796 ENST00000367607 protein_coding 8 1 33 CEP350 ENSG00000135837 +CDS chr1 180090714 180090796 ENST00000429851 protein_coding 5 1 7 CEP350 ENSG00000135837 +CDS chr1 180092614 180094616 ENST00000367607 protein_coding 8 1 34 CEP350 ENSG00000135837 +CDS chr1 180092614 180094616 ENST00000429851 protein_coding 5 1 8 CEP350 ENSG00000135837 +transcript chr1 180093714 180113380 ENST00000417046 protein_coding 1 2 NA CEP350 ENSG00000135837 +CDS chr1 180093714 180094616 ENST00000417046 protein_coding 1 2 1 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000367607 protein_coding 8 1 35 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000429851 protein_coding 5 1 9 CEP350 ENSG00000135837 +CDS chr1 180095523 180095930 ENST00000417046 protein_coding 1 2 2 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000367607 protein_coding 8 1 36 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000429851 protein_coding 5 1 10 CEP350 ENSG00000135837 +CDS chr1 180096038 180096184 ENST00000417046 protein_coding 1 2 3 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000367607 protein_coding 8 1 37 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000429851 protein_coding 5 1 11 CEP350 ENSG00000135837 +CDS chr1 180098863 180098985 ENST00000417046 protein_coding 1 2 4 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000367607 protein_coding 8 1 38 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000429851 protein_coding 5 1 12 CEP350 ENSG00000135837 +CDS chr1 180110997 180111158 ENST00000417046 protein_coding 1 2 5 CEP350 ENSG00000135837 +transcript chr1 180154869 180204030 ENST00000367602 protein_coding 8 1 NA QSOX1 ENSG00000116260 +transcript chr1 180154897 180198034 ENST00000367600 protein_coding 5 1 NA QSOX1 ENSG00000116260 +CDS chr1 180154908 180155172 ENST00000367602 protein_coding 8 1 1 QSOX1 ENSG00000116260 +CDS chr1 180154908 180155172 ENST00000367600 protein_coding 5 1 1 QSOX1 ENSG00000116260 +CDS chr1 180166491 180166591 ENST00000367602 protein_coding 8 1 2 QSOX1 ENSG00000116260 +CDS chr1 180166491 180166591 ENST00000367600 protein_coding 5 1 2 QSOX1 ENSG00000116260 +CDS chr1 180175321 180175366 ENST00000367602 protein_coding 8 1 3 QSOX1 ENSG00000116260 +CDS chr1 180175321 180175366 ENST00000367600 protein_coding 5 1 3 QSOX1 ENSG00000116260 +CDS chr1 180175931 180176033 ENST00000367602 protein_coding 8 1 4 QSOX1 ENSG00000116260 +CDS chr1 180175931 180176033 ENST00000367600 protein_coding 5 1 4 QSOX1 ENSG00000116260 +CDS chr1 180178794 180178884 ENST00000367602 protein_coding 8 1 5 QSOX1 ENSG00000116260 +CDS chr1 180178794 180178884 ENST00000367600 protein_coding 5 1 5 QSOX1 ENSG00000116260 +CDS chr1 180182174 180182319 ENST00000367602 protein_coding 8 1 6 QSOX1 ENSG00000116260 +CDS chr1 180182174 180182319 ENST00000367600 protein_coding 5 1 6 QSOX1 ENSG00000116260 +CDS chr1 180183916 180184050 ENST00000367602 protein_coding 8 1 7 QSOX1 ENSG00000116260 +CDS chr1 180183916 180184050 ENST00000367600 protein_coding 5 1 7 QSOX1 ENSG00000116260 +CDS chr1 180186053 180186182 ENST00000367602 protein_coding 8 1 8 QSOX1 ENSG00000116260 +CDS chr1 180186053 180186182 ENST00000367600 protein_coding 5 1 8 QSOX1 ENSG00000116260 +CDS chr1 180189552 180189674 ENST00000367602 protein_coding 8 1 9 QSOX1 ENSG00000116260 +CDS chr1 180189552 180189674 ENST00000367600 protein_coding 5 1 9 QSOX1 ENSG00000116260 +CDS chr1 180190433 180190580 ENST00000367602 protein_coding 8 1 10 QSOX1 ENSG00000116260 +CDS chr1 180190433 180190580 ENST00000367600 protein_coding 5 1 10 QSOX1 ENSG00000116260 +CDS chr1 180194213 180194392 ENST00000367602 protein_coding 8 1 11 QSOX1 ENSG00000116260 +CDS chr1 180194213 180194392 ENST00000367600 protein_coding 5 1 11 QSOX1 ENSG00000116260 +CDS chr1 180196262 180197034 ENST00000367602 protein_coding 8 1 12 QSOX1 ENSG00000116260 +CDS chr1 180196262 180196599 ENST00000367600 protein_coding 5 1 12 QSOX1 ENSG00000116260 +transcript chr1 180196682 180198016 ENST00000443059 protein_coding 1 2 NA QSOX1 ENSG00000116260 +CDS chr1 180196682 180196890 ENST00000443059 protein_coding 1 2 1 QSOX1 ENSG00000116260 +CDS chr1 180197333 180197338 ENST00000367600 protein_coding 5 1 13 QSOX1 ENSG00000116260 +CDS chr1 180197333 180197338 ENST00000443059 protein_coding 1 2 2 QSOX1 ENSG00000116260 +transcript chr1 180230264 180278984 ENST00000263726 protein_coding 4 1 NA LHX4 ENSG00000121454 +CDS chr1 180230530 180230605 ENST00000263726 protein_coding 4 1 1 LHX4 ENSG00000121454 +CDS chr1 180248285 180248456 ENST00000263726 protein_coding 4 1 2 LHX4 ENSG00000121454 +CDS chr1 180266392 180266594 ENST00000263726 protein_coding 4 1 3 LHX4 ENSG00000121454 +transcript chr1 180269653 180502954 ENST00000642319 protein_coding 1 NA NA ACBD6 ENSG00000230124 +CDS chr1 180271380 180271534 ENST00000263726 protein_coding 4 1 4 LHX4 ENSG00000121454 +CDS chr1 180271835 180272006 ENST00000263726 protein_coding 4 1 5 LHX4 ENSG00000121454 +CDS chr1 180274185 180274576 ENST00000263726 protein_coding 4 1 6 LHX4 ENSG00000121454 +transcript chr1 180288230 180502577 ENST00000367595 protein_coding 4 1 NA ACBD6 ENSG00000230124 +CDS chr1 180288366 180288517 ENST00000642319 protein_coding 1 NA 8 ACBD6 ENSG00000230124 +CDS chr1 180288366 180288517 ENST00000367595 protein_coding 4 1 8 ACBD6 ENSG00000230124 +CDS chr1 180314692 180314722 ENST00000642319 protein_coding 1 NA 7 ACBD6 ENSG00000230124 +CDS chr1 180314692 180314722 ENST00000367595 protein_coding 4 1 7 ACBD6 ENSG00000230124 +CDS chr1 180397516 180397605 ENST00000642319 protein_coding 1 NA 6 ACBD6 ENSG00000230124 +CDS chr1 180397516 180397605 ENST00000367595 protein_coding 4 1 6 ACBD6 ENSG00000230124 +CDS chr1 180413366 180413471 ENST00000642319 protein_coding 1 NA 5 ACBD6 ENSG00000230124 +CDS chr1 180413366 180413471 ENST00000367595 protein_coding 4 1 5 ACBD6 ENSG00000230124 +CDS chr1 180430180 180430262 ENST00000642319 protein_coding 1 NA 4 ACBD6 ENSG00000230124 +CDS chr1 180430180 180430262 ENST00000367595 protein_coding 4 1 4 ACBD6 ENSG00000230124 +CDS chr1 180492269 180492365 ENST00000642319 protein_coding 1 NA 3 ACBD6 ENSG00000230124 +CDS chr1 180492269 180492365 ENST00000367595 protein_coding 4 1 3 ACBD6 ENSG00000230124 +CDS chr1 180495461 180495525 ENST00000642319 protein_coding 1 NA 2 ACBD6 ENSG00000230124 +CDS chr1 180495461 180495525 ENST00000367595 protein_coding 4 1 2 ACBD6 ENSG00000230124 +CDS chr1 180502045 180502266 ENST00000642319 protein_coding 1 NA 1 ACBD6 ENSG00000230124 +CDS chr1 180502045 180502266 ENST00000367595 protein_coding 4 1 1 ACBD6 ENSG00000230124 +transcript chr1 180632022 180890279 ENST00000367590 protein_coding 9 1 NA XPR1 ENSG00000143324 +transcript chr1 180632032 180886126 ENST00000367589 protein_coding 3 1 NA XPR1 ENSG00000143324 +CDS chr1 180632202 180632270 ENST00000367590 protein_coding 9 1 1 XPR1 ENSG00000143324 +CDS chr1 180632202 180632270 ENST00000367589 protein_coding 3 1 1 XPR1 ENSG00000143324 +CDS chr1 180682360 180682411 ENST00000367590 protein_coding 9 1 2 XPR1 ENSG00000143324 +CDS chr1 180682360 180682411 ENST00000367589 protein_coding 3 1 2 XPR1 ENSG00000143324 +CDS chr1 180787753 180787854 ENST00000367590 protein_coding 9 1 3 XPR1 ENSG00000143324 +CDS chr1 180787753 180787854 ENST00000367589 protein_coding 3 1 3 XPR1 ENSG00000143324 +CDS chr1 180803388 180803611 ENST00000367590 protein_coding 9 1 4 XPR1 ENSG00000143324 +CDS chr1 180803388 180803611 ENST00000367589 protein_coding 3 1 4 XPR1 ENSG00000143324 +CDS chr1 180806062 180806211 ENST00000367590 protein_coding 9 1 5 XPR1 ENSG00000143324 +CDS chr1 180806062 180806211 ENST00000367589 protein_coding 3 1 5 XPR1 ENSG00000143324 +CDS chr1 180806474 180806557 ENST00000367590 protein_coding 9 1 6 XPR1 ENSG00000143324 +CDS chr1 180806474 180806557 ENST00000367589 protein_coding 3 1 6 XPR1 ENSG00000143324 +CDS chr1 180811407 180811488 ENST00000367590 protein_coding 9 1 7 XPR1 ENSG00000143324 +CDS chr1 180811407 180811488 ENST00000367589 protein_coding 3 1 7 XPR1 ENSG00000143324 +CDS chr1 180824753 180824943 ENST00000367590 protein_coding 9 1 8 XPR1 ENSG00000143324 +CDS chr1 180824753 180824943 ENST00000367589 protein_coding 3 1 8 XPR1 ENSG00000143324 +CDS chr1 180825165 180825344 ENST00000367590 protein_coding 9 1 9 XPR1 ENSG00000143324 +CDS chr1 180825165 180825344 ENST00000367589 protein_coding 3 1 9 XPR1 ENSG00000143324 +CDS chr1 180834874 180835045 ENST00000367590 protein_coding 9 1 10 XPR1 ENSG00000143324 +CDS chr1 180834874 180835045 ENST00000367589 protein_coding 3 1 10 XPR1 ENSG00000143324 +CDS chr1 180836522 180836716 ENST00000367590 protein_coding 9 1 11 XPR1 ENSG00000143324 +CDS chr1 180863708 180863874 ENST00000367590 protein_coding 9 1 12 XPR1 ENSG00000143324 +CDS chr1 180863708 180863874 ENST00000367589 protein_coding 3 1 11 XPR1 ENSG00000143324 +CDS chr1 180873803 180873942 ENST00000367590 protein_coding 9 1 13 XPR1 ENSG00000143324 +CDS chr1 180873803 180873942 ENST00000367589 protein_coding 3 1 12 XPR1 ENSG00000143324 +CDS chr1 180880076 180880297 ENST00000367590 protein_coding 9 1 14 XPR1 ENSG00000143324 +CDS chr1 180880076 180880297 ENST00000367589 protein_coding 3 1 13 XPR1 ENSG00000143324 +CDS chr1 180884006 180884063 ENST00000367590 protein_coding 9 1 15 XPR1 ENSG00000143324 +CDS chr1 180884006 180884063 ENST00000367589 protein_coding 3 1 14 XPR1 ENSG00000143324 +transcript chr1 180912897 180951614 ENST00000367588 protein_coding 9 1 NA KIAA1614 ENSG00000135835 +CDS chr1 180913244 180913293 ENST00000367588 protein_coding 9 1 1 KIAA1614 ENSG00000135835 +CDS chr1 180916154 180917100 ENST00000367588 protein_coding 9 1 2 KIAA1614 ENSG00000135835 +CDS chr1 180917851 180917914 ENST00000367588 protein_coding 9 1 3 KIAA1614 ENSG00000135835 +transcript chr1 180928147 180946102 ENST00000367587 protein_coding 1 2 NA KIAA1614 ENSG00000135835 +CDS chr1 180928430 180928573 ENST00000367588 protein_coding 9 1 4 KIAA1614 ENSG00000135835 +transcript chr1 180928455 180945323 ENST00000483705 protein_coding 6 5 NA KIAA1614 ENSG00000135835 +CDS chr1 180928455 180928573 ENST00000483705 protein_coding 6 5 1 KIAA1614 ENSG00000135835 +CDS chr1 180928506 180928573 ENST00000367587 protein_coding 1 2 1 KIAA1614 ENSG00000135835 +CDS chr1 180935115 180936670 ENST00000367588 protein_coding 9 1 5 KIAA1614 ENSG00000135835 +CDS chr1 180935115 180936670 ENST00000367587 protein_coding 1 2 2 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000367588 protein_coding 9 1 6 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000367587 protein_coding 1 2 3 KIAA1614 ENSG00000135835 +CDS chr1 180938555 180938711 ENST00000483705 protein_coding 6 5 2 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000367588 protein_coding 9 1 7 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000367587 protein_coding 1 2 4 KIAA1614 ENSG00000135835 +CDS chr1 180941045 180941285 ENST00000483705 protein_coding 6 5 3 KIAA1614 ENSG00000135835 +transcript chr1 180941193 180950925 ENST00000461346 protein_coding 1 3 NA KIAA1614 ENSG00000135835 +CDS chr1 180941193 180941285 ENST00000461346 protein_coding 1 3 1 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000367588 protein_coding 9 1 8 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000367587 protein_coding 1 2 5 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000483705 protein_coding 6 5 4 KIAA1614 ENSG00000135835 +CDS chr1 180944389 180944516 ENST00000461346 protein_coding 1 3 2 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945585 ENST00000367588 protein_coding 9 1 9 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945585 ENST00000367587 protein_coding 1 2 6 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945323 ENST00000483705 protein_coding 6 5 5 KIAA1614 ENSG00000135835 +CDS chr1 180945303 180945487 ENST00000461346 protein_coding 1 3 3 KIAA1614 ENSG00000135835 +CDS chr1 180950340 180950530 ENST00000461346 protein_coding 1 3 4 KIAA1614 ENSG00000135835 +transcript chr1 180972712 181023121 ENST00000542060 protein_coding 5 2 NA STX6 ENSG00000135823 +transcript chr1 180972725 181022870 ENST00000258301 protein_coding 6 1 NA STX6 ENSG00000135823 +CDS chr1 180976573 180976646 ENST00000542060 protein_coding 5 2 6 STX6 ENSG00000135823 +CDS chr1 180976573 180976646 ENST00000258301 protein_coding 6 1 8 STX6 ENSG00000135823 +CDS chr1 180984677 180984771 ENST00000542060 protein_coding 5 2 5 STX6 ENSG00000135823 +CDS chr1 180984677 180984771 ENST00000258301 protein_coding 6 1 7 STX6 ENSG00000135823 +CDS chr1 180988239 180988345 ENST00000542060 protein_coding 5 2 4 STX6 ENSG00000135823 +CDS chr1 180988239 180988345 ENST00000258301 protein_coding 6 1 6 STX6 ENSG00000135823 +CDS chr1 180989984 180990109 ENST00000542060 protein_coding 5 2 3 STX6 ENSG00000135823 +CDS chr1 180989984 180990109 ENST00000258301 protein_coding 6 1 5 STX6 ENSG00000135823 +CDS chr1 180993363 180993422 ENST00000542060 protein_coding 5 2 2 STX6 ENSG00000135823 +CDS chr1 180993363 180993425 ENST00000258301 protein_coding 6 1 4 STX6 ENSG00000135823 +CDS chr1 181002606 181002700 ENST00000258301 protein_coding 6 1 3 STX6 ENSG00000135823 +CDS chr1 181005294 181005463 ENST00000258301 protein_coding 6 1 2 STX6 ENSG00000135823 +CDS chr1 181022639 181022673 ENST00000258301 protein_coding 6 1 1 STX6 ENSG00000135823 +transcript chr1 181033374 181061938 ENST00000614012 protein_coding 5 5 NA MR1 ENSG00000153029 +transcript chr1 181033887 181050286 ENST00000684662 protein_coding 1 NA NA MR1 ENSG00000153029 +transcript chr1 181033931 181055589 ENST00000434571 protein_coding 7 5 NA MR1 ENSG00000153029 +transcript chr1 181033983 181061938 ENST00000367580 protein_coding 6 1 NA MR1 ENSG00000153029 +transcript chr1 181033987 181055714 ENST00000617803 protein_coding 5 5 NA MR1 ENSG00000153029 +transcript chr1 181033987 181056501 ENST00000683652 protein_coding 1 NA NA MR1 ENSG00000153029 +transcript chr1 181034003 181055523 ENST00000367579 protein_coding 7 1 NA MR1 ENSG00000153029 +transcript chr1 181034003 181056553 ENST00000282990 protein_coding 10 1 NA MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000614012 protein_coding 5 5 2 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000684662 protein_coding 1 NA 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000434571 protein_coding 7 5 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000367580 protein_coding 6 1 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000617803 protein_coding 5 5 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000683652 protein_coding 1 NA 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000367579 protein_coding 7 1 1 MR1 ENSG00000153029 +CDS chr1 181034008 181034074 ENST00000282990 protein_coding 10 1 1 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000614012 protein_coding 5 5 3 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000434571 protein_coding 7 5 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000367580 protein_coding 6 1 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000617803 protein_coding 5 5 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000367579 protein_coding 7 1 2 MR1 ENSG00000153029 +CDS chr1 181049052 181049312 ENST00000282990 protein_coding 10 1 2 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000614012 protein_coding 5 5 4 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000684662 protein_coding 1 NA 2 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000434571 protein_coding 7 5 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000367580 protein_coding 6 1 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000617803 protein_coding 5 5 3 MR1 ENSG00000153029 +CDS chr1 181050011 181050286 ENST00000282990 protein_coding 10 1 3 MR1 ENSG00000153029 +CDS chr1 181050146 181050286 ENST00000367579 protein_coding 7 1 3 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000614012 protein_coding 5 5 5 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000367580 protein_coding 6 1 4 MR1 ENSG00000153029 +CDS chr1 181052235 181052510 ENST00000367579 protein_coding 7 1 4 MR1 ENSG00000153029 +CDS chr1 181052322 181052510 ENST00000617803 protein_coding 5 5 4 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000614012 protein_coding 5 5 6 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000367580 protein_coding 6 1 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000617803 protein_coding 5 5 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000367579 protein_coding 7 1 5 MR1 ENSG00000153029 +CDS chr1 181053573 181053677 ENST00000282990 protein_coding 10 1 4 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000614012 protein_coding 5 5 7 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000434571 protein_coding 7 5 4 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000367580 protein_coding 6 1 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000617803 protein_coding 5 5 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000683652 protein_coding 1 NA 2 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000367579 protein_coding 7 1 6 MR1 ENSG00000153029 +CDS chr1 181055225 181055262 ENST00000282990 protein_coding 10 1 5 MR1 ENSG00000153029 +transcript chr1 181088700 181092900 ENST00000367577 protein_coding 7 NA NA IER5 ENSG00000162783 +CDS chr1 181088903 181089883 ENST00000367577 protein_coding 7 NA 1 IER5 ENSG00000162783 +transcript chr1 181317690 181716129 ENST00000524607 protein_coding 6 5 NA CACNA1E ENSG00000198216 +CDS chr1 181413147 181413580 ENST00000524607 protein_coding 6 5 2 CACNA1E ENSG00000198216 +transcript chr1 181483517 181808084 ENST00000367573 protein_coding 7 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483580 181801580 ENST00000367570 protein_coding 5 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483580 181808084 ENST00000621791 protein_coding 4 1 NA CACNA1E ENSG00000198216 +transcript chr1 181483738 181798912 ENST00000360108 protein_coding 7 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483744 181484010 ENST00000524607 protein_coding 6 5 3 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000367570 protein_coding 5 1 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000621791 protein_coding 4 1 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000360108 protein_coding 7 5 1 CACNA1E ENSG00000198216 +CDS chr1 181483745 181484010 ENST00000367573 protein_coding 7 1 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000367567 protein_coding 8 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000367567 protein_coding 8 5 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000621551 protein_coding 3 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000621551 protein_coding 3 5 1 CACNA1E ENSG00000198216 +transcript chr1 181483745 181806778 ENST00000358338 protein_coding 7 5 NA CACNA1E ENSG00000198216 +CDS chr1 181483745 181484011 ENST00000358338 protein_coding 7 5 1 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000524607 protein_coding 6 5 4 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000367570 protein_coding 5 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000621791 protein_coding 4 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000360108 protein_coding 7 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510477 181510582 ENST00000367573 protein_coding 7 1 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000367567 protein_coding 8 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000621551 protein_coding 3 5 2 CACNA1E ENSG00000198216 +CDS chr1 181510478 181510582 ENST00000358338 protein_coding 7 5 2 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000524607 protein_coding 6 5 5 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367570 protein_coding 5 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000621791 protein_coding 4 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000360108 protein_coding 7 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367573 protein_coding 7 1 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000367567 protein_coding 8 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000621551 protein_coding 3 5 3 CACNA1E ENSG00000198216 +CDS chr1 181511371 181511510 ENST00000358338 protein_coding 7 5 3 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000524607 protein_coding 6 5 6 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367570 protein_coding 5 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000621791 protein_coding 4 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000360108 protein_coding 7 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367573 protein_coding 7 1 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000367567 protein_coding 8 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000621551 protein_coding 3 5 4 CACNA1E ENSG00000198216 +CDS chr1 181577766 181577869 ENST00000358338 protein_coding 7 5 4 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000524607 protein_coding 6 5 7 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367570 protein_coding 5 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000621791 protein_coding 4 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000360108 protein_coding 7 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367573 protein_coding 7 1 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000367567 protein_coding 8 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000621551 protein_coding 3 5 5 CACNA1E ENSG00000198216 +CDS chr1 181579072 181579224 ENST00000358338 protein_coding 7 5 5 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000524607 protein_coding 6 5 8 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367570 protein_coding 5 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000621791 protein_coding 4 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000360108 protein_coding 7 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367573 protein_coding 7 1 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000367567 protein_coding 8 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000621551 protein_coding 3 5 6 CACNA1E ENSG00000198216 +CDS chr1 181580595 181580776 ENST00000358338 protein_coding 7 5 6 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000524607 protein_coding 6 5 9 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367570 protein_coding 5 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000621791 protein_coding 4 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000360108 protein_coding 7 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367573 protein_coding 7 1 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000367567 protein_coding 8 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000621551 protein_coding 3 5 7 CACNA1E ENSG00000198216 +CDS chr1 181651338 181651441 ENST00000358338 protein_coding 7 5 7 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000524607 protein_coding 6 5 10 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367570 protein_coding 5 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000621791 protein_coding 4 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000360108 protein_coding 7 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367573 protein_coding 7 1 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000367567 protein_coding 8 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000621551 protein_coding 3 5 8 CACNA1E ENSG00000198216 +CDS chr1 181710954 181711069 ENST00000358338 protein_coding 7 5 8 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000524607 protein_coding 6 5 11 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367570 protein_coding 5 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000621791 protein_coding 4 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000360108 protein_coding 7 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367573 protein_coding 7 1 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000367567 protein_coding 8 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000621551 protein_coding 3 5 9 CACNA1E ENSG00000198216 +CDS chr1 181715338 181715391 ENST00000358338 protein_coding 7 5 9 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000524607 protein_coding 6 5 12 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367570 protein_coding 5 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000621791 protein_coding 4 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000360108 protein_coding 7 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367573 protein_coding 7 1 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000367567 protein_coding 8 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000621551 protein_coding 3 5 10 CACNA1E ENSG00000198216 +CDS chr1 181716040 181716129 ENST00000358338 protein_coding 7 5 10 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367570 protein_coding 5 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000621791 protein_coding 4 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000360108 protein_coding 7 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367573 protein_coding 7 1 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000367567 protein_coding 8 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000621551 protein_coding 3 5 11 CACNA1E ENSG00000198216 +CDS chr1 181717093 181717302 ENST00000358338 protein_coding 7 5 11 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367570 protein_coding 5 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000621791 protein_coding 4 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000360108 protein_coding 7 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367573 protein_coding 7 1 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000367567 protein_coding 8 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000621551 protein_coding 3 5 12 CACNA1E ENSG00000198216 +CDS chr1 181718055 181718167 ENST00000358338 protein_coding 7 5 12 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367570 protein_coding 5 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000621791 protein_coding 4 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000360108 protein_coding 7 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367573 protein_coding 7 1 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000367567 protein_coding 8 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000621551 protein_coding 3 5 13 CACNA1E ENSG00000198216 +CDS chr1 181719751 181719863 ENST00000358338 protein_coding 7 5 13 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367570 protein_coding 5 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000621791 protein_coding 4 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000360108 protein_coding 7 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367573 protein_coding 7 1 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000367567 protein_coding 8 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000621551 protein_coding 3 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720206 181720337 ENST00000358338 protein_coding 7 5 14 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367570 protein_coding 5 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000621791 protein_coding 4 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000360108 protein_coding 7 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367573 protein_coding 7 1 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000367567 protein_coding 8 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000621551 protein_coding 3 5 15 CACNA1E ENSG00000198216 +CDS chr1 181720783 181720855 ENST00000358338 protein_coding 7 5 15 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367570 protein_coding 5 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000621791 protein_coding 4 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000360108 protein_coding 7 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367573 protein_coding 7 1 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000367567 protein_coding 8 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000621551 protein_coding 3 5 16 CACNA1E ENSG00000198216 +CDS chr1 181721758 181721875 ENST00000358338 protein_coding 7 5 16 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367570 protein_coding 5 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000621791 protein_coding 4 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000360108 protein_coding 7 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367573 protein_coding 7 1 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000367567 protein_coding 8 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000621551 protein_coding 3 5 17 CACNA1E ENSG00000198216 +CDS chr1 181724470 181724537 ENST00000358338 protein_coding 7 5 17 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367570 protein_coding 5 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000621791 protein_coding 4 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000360108 protein_coding 7 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367573 protein_coding 7 1 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000367567 protein_coding 8 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000621551 protein_coding 3 5 18 CACNA1E ENSG00000198216 +CDS chr1 181726065 181726162 ENST00000358338 protein_coding 7 5 18 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367570 protein_coding 5 1 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367573 protein_coding 7 1 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000367567 protein_coding 8 5 19 CACNA1E ENSG00000198216 +CDS chr1 181731175 181731231 ENST00000621551 protein_coding 3 5 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367570 protein_coding 5 1 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000621791 protein_coding 4 1 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000360108 protein_coding 7 5 19 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367573 protein_coding 7 1 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000367567 protein_coding 8 5 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000621551 protein_coding 3 5 20 CACNA1E ENSG00000198216 +CDS chr1 181732384 181733034 ENST00000358338 protein_coding 7 5 19 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367570 protein_coding 5 1 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000621791 protein_coding 4 1 20 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000360108 protein_coding 7 5 20 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367573 protein_coding 7 1 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000367567 protein_coding 8 5 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000621551 protein_coding 3 5 21 CACNA1E ENSG00000198216 +CDS chr1 181733437 181733750 ENST00000358338 protein_coding 7 5 20 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367570 protein_coding 5 1 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000621791 protein_coding 4 1 21 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000360108 protein_coding 7 5 21 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367573 protein_coding 7 1 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000367567 protein_coding 8 5 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000621551 protein_coding 3 5 22 CACNA1E ENSG00000198216 +CDS chr1 181736275 181736434 ENST00000358338 protein_coding 7 5 21 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367570 protein_coding 5 1 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000621791 protein_coding 4 1 22 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000360108 protein_coding 7 5 22 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367573 protein_coding 7 1 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000367567 protein_coding 8 5 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000621551 protein_coding 3 5 23 CACNA1E ENSG00000198216 +CDS chr1 181737525 181737654 ENST00000358338 protein_coding 7 5 22 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367570 protein_coding 5 1 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000621791 protein_coding 4 1 23 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000360108 protein_coding 7 5 23 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367573 protein_coding 7 1 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000367567 protein_coding 8 5 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000621551 protein_coding 3 5 24 CACNA1E ENSG00000198216 +CDS chr1 181738367 181738426 ENST00000358338 protein_coding 7 5 23 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367570 protein_coding 5 1 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000621791 protein_coding 4 1 24 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000360108 protein_coding 7 5 24 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367573 protein_coding 7 1 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000367567 protein_coding 8 5 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000621551 protein_coding 3 5 25 CACNA1E ENSG00000198216 +CDS chr1 181739147 181739253 ENST00000358338 protein_coding 7 5 24 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367570 protein_coding 5 1 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000621791 protein_coding 4 1 25 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000360108 protein_coding 7 5 25 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367573 protein_coding 7 1 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000367567 protein_coding 8 5 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000621551 protein_coding 3 5 26 CACNA1E ENSG00000198216 +CDS chr1 181750476 181750487 ENST00000358338 protein_coding 7 5 25 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367570 protein_coding 5 1 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000621791 protein_coding 4 1 26 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000360108 protein_coding 7 5 26 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367573 protein_coding 7 1 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000367567 protein_coding 8 5 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000621551 protein_coding 3 5 27 CACNA1E ENSG00000198216 +CDS chr1 181752143 181752239 ENST00000358338 protein_coding 7 5 26 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367570 protein_coding 5 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000621791 protein_coding 4 1 27 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000360108 protein_coding 7 5 27 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367573 protein_coding 7 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000367567 protein_coding 8 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000621551 protein_coding 3 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755237 181755397 ENST00000358338 protein_coding 7 5 27 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367570 protein_coding 5 1 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000621791 protein_coding 4 1 28 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000360108 protein_coding 7 5 28 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367573 protein_coding 7 1 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000367567 protein_coding 8 5 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000621551 protein_coding 3 5 29 CACNA1E ENSG00000198216 +CDS chr1 181755956 181756093 ENST00000358338 protein_coding 7 5 28 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367570 protein_coding 5 1 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000621791 protein_coding 4 1 29 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000360108 protein_coding 7 5 29 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367573 protein_coding 7 1 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000367567 protein_coding 8 5 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000621551 protein_coding 3 5 30 CACNA1E ENSG00000198216 +CDS chr1 181756925 181757126 ENST00000358338 protein_coding 7 5 29 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367570 protein_coding 5 1 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000621791 protein_coding 4 1 30 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000360108 protein_coding 7 5 30 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367573 protein_coding 7 1 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000367567 protein_coding 8 5 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000621551 protein_coding 3 5 31 CACNA1E ENSG00000198216 +CDS chr1 181757947 181758111 ENST00000358338 protein_coding 7 5 30 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367570 protein_coding 5 1 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000621791 protein_coding 4 1 31 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000360108 protein_coding 7 5 31 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367573 protein_coding 7 1 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000367567 protein_coding 8 5 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000621551 protein_coding 3 5 32 CACNA1E ENSG00000198216 +CDS chr1 181758758 181758868 ENST00000358338 protein_coding 7 5 31 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367570 protein_coding 5 1 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000621791 protein_coding 4 1 32 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000360108 protein_coding 7 5 32 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367573 protein_coding 7 1 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000367567 protein_coding 8 5 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000621551 protein_coding 3 5 33 CACNA1E ENSG00000198216 +CDS chr1 181762574 181762657 ENST00000358338 protein_coding 7 5 32 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367570 protein_coding 5 1 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000621791 protein_coding 4 1 33 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000360108 protein_coding 7 5 33 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367573 protein_coding 7 1 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000367567 protein_coding 8 5 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000621551 protein_coding 3 5 34 CACNA1E ENSG00000198216 +CDS chr1 181763406 181763531 ENST00000358338 protein_coding 7 5 33 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367570 protein_coding 5 1 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000621791 protein_coding 4 1 34 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000360108 protein_coding 7 5 34 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367573 protein_coding 7 1 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000367567 protein_coding 8 5 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000621551 protein_coding 3 5 35 CACNA1E ENSG00000198216 +CDS chr1 181766546 181766611 ENST00000358338 protein_coding 7 5 34 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367570 protein_coding 5 1 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000621791 protein_coding 4 1 35 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000360108 protein_coding 7 5 35 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367573 protein_coding 7 1 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000367567 protein_coding 8 5 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000621551 protein_coding 3 5 36 CACNA1E ENSG00000198216 +CDS chr1 181771293 181771384 ENST00000358338 protein_coding 7 5 35 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367570 protein_coding 5 1 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000621791 protein_coding 4 1 36 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000360108 protein_coding 7 5 36 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367573 protein_coding 7 1 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000367567 protein_coding 8 5 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000621551 protein_coding 3 5 37 CACNA1E ENSG00000198216 +CDS chr1 181772066 181772231 ENST00000358338 protein_coding 7 5 36 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367570 protein_coding 5 1 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000621791 protein_coding 4 1 37 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000360108 protein_coding 7 5 37 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367573 protein_coding 7 1 38 CACNA1E ENSG00000198216 +transcript chr1 181776101 181783784 ENST00000644521 protein_coding 1 NA NA CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000644521 protein_coding 1 NA 1 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000367567 protein_coding 8 5 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000621551 protein_coding 3 5 38 CACNA1E ENSG00000198216 +CDS chr1 181776101 181776228 ENST00000358338 protein_coding 7 5 37 CACNA1E ENSG00000198216 +CDS chr1 181779443 181779539 ENST00000644521 protein_coding 1 NA 2 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367570 protein_coding 5 1 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000621791 protein_coding 4 1 38 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000360108 protein_coding 7 5 38 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367573 protein_coding 7 1 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000367567 protein_coding 8 5 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000621551 protein_coding 3 5 39 CACNA1E ENSG00000198216 +CDS chr1 181781427 181781523 ENST00000358338 protein_coding 7 5 38 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367570 protein_coding 5 1 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000621791 protein_coding 4 1 39 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000360108 protein_coding 7 5 39 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367573 protein_coding 7 1 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000644521 protein_coding 1 NA 3 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000367567 protein_coding 8 5 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000621551 protein_coding 3 5 40 CACNA1E ENSG00000198216 +CDS chr1 181783679 181783784 ENST00000358338 protein_coding 7 5 39 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367570 protein_coding 5 1 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000621791 protein_coding 4 1 40 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000360108 protein_coding 7 5 40 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367573 protein_coding 7 1 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000367567 protein_coding 8 5 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000621551 protein_coding 3 5 41 CACNA1E ENSG00000198216 +CDS chr1 181784661 181784768 ENST00000358338 protein_coding 7 5 40 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367570 protein_coding 5 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000621791 protein_coding 4 1 41 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000360108 protein_coding 7 5 41 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367573 protein_coding 7 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000367567 protein_coding 8 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000621551 protein_coding 3 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785318 181785418 ENST00000358338 protein_coding 7 5 41 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367570 protein_coding 5 1 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000621791 protein_coding 4 1 42 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000360108 protein_coding 7 5 42 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367573 protein_coding 7 1 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000367567 protein_coding 8 5 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000621551 protein_coding 3 5 43 CACNA1E ENSG00000198216 +CDS chr1 181785713 181785819 ENST00000358338 protein_coding 7 5 42 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367570 protein_coding 5 1 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000621791 protein_coding 4 1 43 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000360108 protein_coding 7 5 43 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367573 protein_coding 7 1 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000367567 protein_coding 8 5 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000621551 protein_coding 3 5 44 CACNA1E ENSG00000198216 +CDS chr1 181790445 181790556 ENST00000358338 protein_coding 7 5 43 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000360108 protein_coding 7 5 44 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000367573 protein_coding 7 1 45 CACNA1E ENSG00000198216 +CDS chr1 181793665 181793793 ENST00000621551 protein_coding 3 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367570 protein_coding 5 1 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000621791 protein_coding 4 1 44 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000360108 protein_coding 7 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367573 protein_coding 7 1 46 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000367567 protein_coding 8 5 45 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000621551 protein_coding 3 5 46 CACNA1E ENSG00000198216 +CDS chr1 181794864 181795044 ENST00000358338 protein_coding 7 5 44 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367570 protein_coding 5 1 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000621791 protein_coding 4 1 45 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000360108 protein_coding 7 5 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367573 protein_coding 7 1 47 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000367567 protein_coding 8 5 46 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000621551 protein_coding 3 5 47 CACNA1E ENSG00000198216 +CDS chr1 181796668 181796858 ENST00000358338 protein_coding 7 5 45 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367570 protein_coding 5 1 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000621791 protein_coding 4 1 46 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000360108 protein_coding 7 5 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367573 protein_coding 7 1 48 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000367567 protein_coding 8 5 47 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000621551 protein_coding 3 5 48 CACNA1E ENSG00000198216 +CDS chr1 181798292 181798831 ENST00000358338 protein_coding 7 5 46 CACNA1E ENSG00000198216 +transcript chr1 182054570 182061712 ENST00000339948 protein_coding 3 1 NA ZNF648 ENSG00000179930 +transcript chr1 182056304 182058010 ENST00000673963 protein_coding 1 NA NA ZNF648 ENSG00000179930 +CDS chr1 182056307 182058010 ENST00000339948 protein_coding 3 1 2 ZNF648 ENSG00000179930 +CDS chr1 182056307 182057429 ENST00000673963 protein_coding 1 NA 2 ZNF648 ENSG00000179930 +CDS chr1 182057985 182058010 ENST00000673963 protein_coding 1 NA 1 ZNF648 ENSG00000179930 +transcript chr1 182378098 182391790 ENST00000331872 protein_coding 11 1 NA GLUL ENSG00000135821 +transcript chr1 182381704 182391346 ENST00000642379 protein_coding 1 NA NA GLUL ENSG00000135821 +transcript chr1 182381705 182392206 ENST00000311223 protein_coding 9 1 NA GLUL ENSG00000135821 +transcript chr1 182381705 182391404 ENST00000417584 protein_coding 6 5 NA GLUL ENSG00000135821 +transcript chr1 182382894 182391792 ENST00000339526 protein_coding 8 1 NA GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000642379 protein_coding 1 NA 8 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000331872 protein_coding 11 1 7 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000339526 protein_coding 8 1 7 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000311223 protein_coding 9 1 8 GLUL ENSG00000135821 +CDS chr1 182384408 182384723 ENST00000417584 protein_coding 6 5 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000642379 protein_coding 1 NA 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000331872 protein_coding 11 1 6 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000339526 protein_coding 8 1 6 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000311223 protein_coding 9 1 7 GLUL ENSG00000135821 +CDS chr1 182385357 182385556 ENST00000417584 protein_coding 6 5 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000642379 protein_coding 1 NA 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000331872 protein_coding 11 1 5 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000339526 protein_coding 8 1 5 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000311223 protein_coding 9 1 6 GLUL ENSG00000135821 +CDS chr1 182385760 182385887 ENST00000417584 protein_coding 6 5 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000642379 protein_coding 1 NA 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000331872 protein_coding 11 1 4 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000339526 protein_coding 8 1 4 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000311223 protein_coding 9 1 5 GLUL ENSG00000135821 +CDS chr1 182386256 182386402 ENST00000417584 protein_coding 6 5 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000642379 protein_coding 1 NA 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000331872 protein_coding 11 1 3 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000339526 protein_coding 8 1 3 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000311223 protein_coding 9 1 4 GLUL ENSG00000135821 +CDS chr1 182387131 182387292 ENST00000417584 protein_coding 6 5 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388750 ENST00000642379 protein_coding 1 NA 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000331872 protein_coding 11 1 2 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000339526 protein_coding 8 1 2 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000311223 protein_coding 9 1 3 GLUL ENSG00000135821 +CDS chr1 182388572 182388737 ENST00000417584 protein_coding 6 5 2 GLUL ENSG00000135821 +CDS chr1 182390497 182390852 ENST00000642379 protein_coding 1 NA 2 GLUL ENSG00000135821 +CDS chr1 182391175 182391207 ENST00000642379 protein_coding 1 NA 1 GLUL ENSG00000135821 +transcript chr1 182398117 182400667 ENST00000367565 protein_coding 2 NA NA TEDDM1 ENSG00000203730 +CDS chr1 182399667 182400485 ENST00000367565 protein_coding 2 NA 1 TEDDM1 ENSG00000203730 +transcript chr1 182409192 182473886 ENST00000634758 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182409194 182473968 ENST00000634679 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182447886 182472408 ENST00000634723 protein_coding 1 5 NA RGSL1 ENSG00000121446 +transcript chr1 182447891 182471381 ENST00000634626 protein_coding 1 4 NA RGSL1 ENSG00000121446 +transcript chr1 182450146 182560597 ENST00000294854 protein_coding 13 1 NA RGSL1 ENSG00000121446 +CDS chr1 182450166 182450178 ENST00000294854 protein_coding 13 1 1 RGSL1 ENSG00000121446 +transcript chr1 182453382 182471375 ENST00000447374 protein_coding 5 4 NA RGSL1 ENSG00000121446 +transcript chr1 182453384 182472487 ENST00000437548 protein_coding 5 5 NA RGSL1 ENSG00000121446 +CDS chr1 182453958 182454040 ENST00000294854 protein_coding 13 1 2 RGSL1 ENSG00000121446 +CDS chr1 182458319 182458393 ENST00000294854 protein_coding 13 1 3 RGSL1 ENSG00000121446 +CDS chr1 182460004 182460133 ENST00000294854 protein_coding 13 1 4 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471386 ENST00000634723 protein_coding 1 5 6 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471381 ENST00000634626 protein_coding 1 4 5 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471375 ENST00000447374 protein_coding 5 4 5 RGSL1 ENSG00000121446 +CDS chr1 182471287 182471386 ENST00000437548 protein_coding 5 5 6 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472408 ENST00000634723 protein_coding 1 5 7 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472557 ENST00000294854 protein_coding 13 1 5 RGSL1 ENSG00000121446 +CDS chr1 182472396 182472487 ENST00000437548 protein_coding 5 5 7 RGSL1 ENSG00000121446 +CDS chr1 182472452 182472557 ENST00000634679 protein_coding 1 5 2 RGSL1 ENSG00000121446 +CDS chr1 182473575 182473968 ENST00000634679 protein_coding 1 5 3 RGSL1 ENSG00000121446 +CDS chr1 182473575 182474542 ENST00000294854 protein_coding 13 1 6 RGSL1 ENSG00000121446 +CDS chr1 182473643 182473886 ENST00000634758 protein_coding 1 5 2 RGSL1 ENSG00000121446 +CDS chr1 182488285 182488347 ENST00000294854 protein_coding 13 1 7 RGSL1 ENSG00000121446 +CDS chr1 182488980 182489202 ENST00000294854 protein_coding 13 1 8 RGSL1 ENSG00000121446 +CDS chr1 182493022 182493129 ENST00000294854 protein_coding 13 1 9 RGSL1 ENSG00000121446 +CDS chr1 182522004 182522109 ENST00000294854 protein_coding 13 1 10 RGSL1 ENSG00000121446 +CDS chr1 182527579 182527772 ENST00000294854 protein_coding 13 1 11 RGSL1 ENSG00000121446 +CDS chr1 182530244 182530361 ENST00000294854 protein_coding 13 1 12 RGSL1 ENSG00000121446 +CDS chr1 182530790 182530910 ENST00000294854 protein_coding 13 1 13 RGSL1 ENSG00000121446 +CDS chr1 182532662 182532791 ENST00000294854 protein_coding 13 1 14 RGSL1 ENSG00000121446 +CDS chr1 182540247 182540421 ENST00000294854 protein_coding 13 1 15 RGSL1 ENSG00000121446 +CDS chr1 182548317 182548455 ENST00000294854 protein_coding 13 1 16 RGSL1 ENSG00000121446 +CDS chr1 182548700 182548824 ENST00000294854 protein_coding 13 1 17 RGSL1 ENSG00000121446 +CDS chr1 182551100 182551209 ENST00000294854 protein_coding 13 1 18 RGSL1 ENSG00000121446 +CDS chr1 182553455 182553541 ENST00000294854 protein_coding 13 1 19 RGSL1 ENSG00000121446 +transcript chr1 182553470 182560593 ENST00000634801 protein_coding 1 3 NA RGSL1 ENSG00000121446 +CDS chr1 182553470 182553541 ENST00000634801 protein_coding 1 3 1 RGSL1 ENSG00000121446 +CDS chr1 182554627 182554693 ENST00000294854 protein_coding 13 1 20 RGSL1 ENSG00000121446 +CDS chr1 182554627 182554693 ENST00000634801 protein_coding 1 3 2 RGSL1 ENSG00000121446 +CDS chr1 182556024 182556054 ENST00000294854 protein_coding 13 1 21 RGSL1 ENSG00000121446 +CDS chr1 182560279 182560309 ENST00000634801 protein_coding 1 3 3 RGSL1 ENSG00000121446 +transcript chr1 182573634 182589256 ENST00000367559 protein_coding 7 1 NA RNASEL ENSG00000135828 +CDS chr1 182575395 182575578 ENST00000367559 protein_coding 7 1 7 RNASEL ENSG00000135828 +CDS chr1 182576256 182576389 ENST00000367559 protein_coding 7 1 6 RNASEL ENSG00000135828 +transcript chr1 182578121 182589256 ENST00000539397 protein_coding 1 2 NA RNASEL ENSG00000135828 +CDS chr1 182579957 182580007 ENST00000539397 protein_coding 1 2 6 RNASEL ENSG00000135828 +CDS chr1 182581225 182581357 ENST00000367559 protein_coding 7 1 5 RNASEL ENSG00000135828 +CDS chr1 182581225 182581357 ENST00000539397 protein_coding 1 2 5 RNASEL ENSG00000135828 +CDS chr1 182582053 182582258 ENST00000367559 protein_coding 7 1 4 RNASEL ENSG00000135828 +CDS chr1 182582053 182582258 ENST00000539397 protein_coding 1 2 4 RNASEL ENSG00000135828 +CDS chr1 182584081 182584166 ENST00000367559 protein_coding 7 1 3 RNASEL ENSG00000135828 +CDS chr1 182584081 182584166 ENST00000539397 protein_coding 1 2 3 RNASEL ENSG00000135828 +CDS chr1 182585327 182586806 ENST00000367559 protein_coding 7 1 2 RNASEL ENSG00000135828 +CDS chr1 182585327 182586806 ENST00000539397 protein_coding 1 2 2 RNASEL ENSG00000135828 +transcript chr1 182598623 182604389 ENST00000367558 protein_coding 6 1 NA RGS16 ENSG00000143333 +CDS chr1 182600295 182600513 ENST00000367558 protein_coding 6 1 5 RGS16 ENSG00000143333 +CDS chr1 182601966 182602132 ENST00000367558 protein_coding 6 1 4 RGS16 ENSG00000143333 +CDS chr1 182602420 182602484 ENST00000367558 protein_coding 6 1 3 RGS16 ENSG00000143333 +CDS chr1 182603229 182603339 ENST00000367558 protein_coding 6 1 2 RGS16 ENSG00000143333 +CDS chr1 182604216 182604259 ENST00000367558 protein_coding 6 1 1 RGS16 ENSG00000143333 +transcript chr1 182641816 182672914 ENST00000258302 protein_coding 8 1 NA RGS8 ENSG00000135824 +transcript chr1 182646104 182671929 ENST00000483095 protein_coding 6 2 NA RGS8 ENSG00000135824 +transcript chr1 182646686 182672908 ENST00000367557 protein_coding 8 1 NA RGS8 ENSG00000135824 +transcript chr1 182646735 182671853 ENST00000367556 protein_coding 5 5 NA RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000258302 protein_coding 8 1 6 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000483095 protein_coding 6 2 7 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000367557 protein_coding 8 1 7 RGS8 ENSG00000135824 +CDS chr1 182646738 182646917 ENST00000367556 protein_coding 5 5 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000258302 protein_coding 8 1 5 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000483095 protein_coding 6 2 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000367557 protein_coding 8 1 6 RGS8 ENSG00000135824 +CDS chr1 182648137 182648303 ENST00000367556 protein_coding 5 5 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000258302 protein_coding 8 1 4 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000483095 protein_coding 6 2 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000367557 protein_coding 8 1 5 RGS8 ENSG00000135824 +CDS chr1 182665969 182666033 ENST00000367556 protein_coding 5 5 4 RGS8 ENSG00000135824 +transcript chr1 182665991 182672251 ENST00000508450 protein_coding 5 4 NA RGS8 ENSG00000135824 +CDS chr1 182665991 182666033 ENST00000508450 protein_coding 5 4 5 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000258302 protein_coding 8 1 3 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000483095 protein_coding 6 2 4 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000367557 protein_coding 8 1 4 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000367556 protein_coding 5 5 3 RGS8 ENSG00000135824 +CDS chr1 182666872 182666973 ENST00000508450 protein_coding 5 4 4 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000483095 protein_coding 6 2 3 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000367557 protein_coding 8 1 3 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000367556 protein_coding 5 5 2 RGS8 ENSG00000135824 +CDS chr1 182669624 182669649 ENST00000508450 protein_coding 5 4 3 RGS8 ENSG00000135824 +CDS chr1 182671657 182671730 ENST00000258302 protein_coding 8 1 2 RGS8 ENSG00000135824 +CDS chr1 182672819 182672824 ENST00000258302 protein_coding 8 1 1 RGS8 ENSG00000135824 +transcript chr1 182789449 182830384 ENST00000367554 protein_coding 7 1 NA NPL ENSG00000135838 +transcript chr1 182789769 182830384 ENST00000367555 protein_coding 5 1 NA NPL ENSG00000135838 +transcript chr1 182789773 182830384 ENST00000367553 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182829679 ENST00000367552 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182830384 ENST00000258317 protein_coding 6 1 NA NPL ENSG00000135838 +transcript chr1 182794350 182830384 ENST00000614468 protein_coding 1 5 NA NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367555 protein_coding 5 1 3 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367553 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000367552 protein_coding 6 1 1 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000258317 protein_coding 6 1 1 NPL ENSG00000135838 +CDS chr1 182794372 182794439 ENST00000614468 protein_coding 1 5 1 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367555 protein_coding 5 1 4 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367553 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000367552 protein_coding 6 1 2 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000258317 protein_coding 6 1 2 NPL ENSG00000135838 +CDS chr1 182803698 182803771 ENST00000614468 protein_coding 1 5 2 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367555 protein_coding 5 1 5 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367553 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000367552 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000258317 protein_coding 6 1 3 NPL ENSG00000135838 +CDS chr1 182806145 182806232 ENST00000614468 protein_coding 1 5 3 NPL ENSG00000135838 +CDS chr1 182806359 182806531 ENST00000367554 protein_coding 7 1 3 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367555 protein_coding 5 1 6 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367553 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367552 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000258317 protein_coding 6 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000367554 protein_coding 7 1 4 NPL ENSG00000135838 +CDS chr1 182812156 182812213 ENST00000614468 protein_coding 1 5 4 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367555 protein_coding 5 1 7 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367553 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367552 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000258317 protein_coding 6 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000367554 protein_coding 7 1 5 NPL ENSG00000135838 +CDS chr1 182814783 182814858 ENST00000614468 protein_coding 1 5 5 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367555 protein_coding 5 1 8 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367553 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367552 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000258317 protein_coding 6 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000367554 protein_coding 7 1 6 NPL ENSG00000135838 +CDS chr1 182816714 182816806 ENST00000614468 protein_coding 1 5 6 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367555 protein_coding 5 1 9 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367553 protein_coding 6 1 9 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367552 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000258317 protein_coding 6 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000367554 protein_coding 7 1 7 NPL ENSG00000135838 +CDS chr1 182818541 182818689 ENST00000614468 protein_coding 1 5 7 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000367553 protein_coding 6 1 10 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000258317 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000367554 protein_coding 7 1 8 NPL ENSG00000135838 +CDS chr1 182818813 182818859 ENST00000614468 protein_coding 1 5 8 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000367553 protein_coding 6 1 11 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000258317 protein_coding 6 1 9 NPL ENSG00000135838 +CDS chr1 182822115 182822199 ENST00000367554 protein_coding 7 1 9 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367555 protein_coding 5 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367553 protein_coding 6 1 12 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367552 protein_coding 6 1 8 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000258317 protein_coding 6 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825820 ENST00000367554 protein_coding 7 1 10 NPL ENSG00000135838 +CDS chr1 182825781 182825817 ENST00000614468 protein_coding 1 5 9 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000367553 protein_coding 6 1 13 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000258317 protein_coding 6 1 11 NPL ENSG00000135838 +CDS chr1 182828724 182828905 ENST00000367554 protein_coding 7 1 11 NPL ENSG00000135838 +CDS chr1 182829603 182829676 ENST00000367555 protein_coding 5 1 11 NPL ENSG00000135838 +CDS chr1 182829603 182829676 ENST00000367552 protein_coding 6 1 9 NPL ENSG00000135838 +transcript chr1 182839347 182887982 ENST00000367549 protein_coding 4 1 NA DHX9 ENSG00000135829 +CDS chr1 182842567 182842677 ENST00000367549 protein_coding 4 1 2 DHX9 ENSG00000135829 +CDS chr1 182843294 182843434 ENST00000367549 protein_coding 4 1 3 DHX9 ENSG00000135829 +CDS chr1 182852233 182852344 ENST00000367549 protein_coding 4 1 4 DHX9 ENSG00000135829 +CDS chr1 182853306 182853418 ENST00000367549 protein_coding 4 1 5 DHX9 ENSG00000135829 +CDS chr1 182854030 182854178 ENST00000367549 protein_coding 4 1 6 DHX9 ENSG00000135829 +CDS chr1 182856532 182856578 ENST00000367549 protein_coding 4 1 7 DHX9 ENSG00000135829 +CDS chr1 182858104 182858240 ENST00000367549 protein_coding 4 1 8 DHX9 ENSG00000135829 +CDS chr1 182858551 182858640 ENST00000367549 protein_coding 4 1 9 DHX9 ENSG00000135829 +CDS chr1 182858733 182858894 ENST00000367549 protein_coding 4 1 10 DHX9 ENSG00000135829 +CDS chr1 182859040 182859117 ENST00000367549 protein_coding 4 1 11 DHX9 ENSG00000135829 +CDS chr1 182859993 182860184 ENST00000367549 protein_coding 4 1 12 DHX9 ENSG00000135829 +CDS chr1 182866444 182866585 ENST00000367549 protein_coding 4 1 13 DHX9 ENSG00000135829 +CDS chr1 182866961 182867043 ENST00000367549 protein_coding 4 1 14 DHX9 ENSG00000135829 +CDS chr1 182872337 182872493 ENST00000367549 protein_coding 4 1 15 DHX9 ENSG00000135829 +CDS chr1 182874854 182874954 ENST00000367549 protein_coding 4 1 16 DHX9 ENSG00000135829 +CDS chr1 182876050 182876263 ENST00000367549 protein_coding 4 1 17 DHX9 ENSG00000135829 +CDS chr1 182876447 182876541 ENST00000367549 protein_coding 4 1 18 DHX9 ENSG00000135829 +CDS chr1 182876830 182876903 ENST00000367549 protein_coding 4 1 19 DHX9 ENSG00000135829 +CDS chr1 182878021 182878173 ENST00000367549 protein_coding 4 1 20 DHX9 ENSG00000135829 +CDS chr1 182879250 182879410 ENST00000367549 protein_coding 4 1 21 DHX9 ENSG00000135829 +CDS chr1 182880497 182880608 ENST00000367549 protein_coding 4 1 22 DHX9 ENSG00000135829 +CDS chr1 182881264 182881425 ENST00000367549 protein_coding 4 1 23 DHX9 ENSG00000135829 +CDS chr1 182881520 182881647 ENST00000367549 protein_coding 4 1 24 DHX9 ENSG00000135829 +CDS chr1 182883139 182883368 ENST00000367549 protein_coding 4 1 25 DHX9 ENSG00000135829 +CDS chr1 182883520 182883635 ENST00000367549 protein_coding 4 1 26 DHX9 ENSG00000135829 +CDS chr1 182884613 182884813 ENST00000367549 protein_coding 4 1 27 DHX9 ENSG00000135829 +CDS chr1 182887083 182887431 ENST00000367549 protein_coding 4 1 28 DHX9 ENSG00000135829 +transcript chr1 182899865 182953166 ENST00000367547 protein_coding 8 1 NA SHCBP1L ENSG00000157060 +CDS chr1 182899986 182900234 ENST00000367547 protein_coding 8 1 10 SHCBP1L ENSG00000157060 +CDS chr1 182903039 182903161 ENST00000367547 protein_coding 8 1 9 SHCBP1L ENSG00000157060 +CDS chr1 182904180 182904430 ENST00000367547 protein_coding 8 1 8 SHCBP1L ENSG00000157060 +CDS chr1 182905496 182905649 ENST00000367547 protein_coding 8 1 7 SHCBP1L ENSG00000157060 +CDS chr1 182929647 182929752 ENST00000367547 protein_coding 8 1 6 SHCBP1L ENSG00000157060 +CDS chr1 182939176 182939394 ENST00000367547 protein_coding 8 1 5 SHCBP1L ENSG00000157060 +CDS chr1 182939467 182939553 ENST00000367547 protein_coding 8 1 4 SHCBP1L ENSG00000157060 +CDS chr1 182940329 182940543 ENST00000367547 protein_coding 8 1 3 SHCBP1L ENSG00000157060 +CDS chr1 182951318 182951467 ENST00000367547 protein_coding 8 1 2 SHCBP1L ENSG00000157060 +CDS chr1 182952729 182953133 ENST00000367547 protein_coding 8 1 1 SHCBP1L ENSG00000157060 +transcript chr1 183023420 183145592 ENST00000258341 protein_coding 5 1 NA LAMC1 ENSG00000135862 +CDS chr1 183023717 183024134 ENST00000258341 protein_coding 5 1 1 LAMC1 ENSG00000135862 +transcript chr1 183096544 183110631 ENST00000484114 protein_coding 2 3 NA LAMC1 ENSG00000135862 +CDS chr1 183103328 183103632 ENST00000258341 protein_coding 5 1 2 LAMC1 ENSG00000135862 +CDS chr1 183108276 183108406 ENST00000258341 protein_coding 5 1 3 LAMC1 ENSG00000135862 +CDS chr1 183110488 183110654 ENST00000258341 protein_coding 5 1 4 LAMC1 ENSG00000135862 +CDS chr1 183110519 183110631 ENST00000484114 protein_coding 2 3 4 LAMC1 ENSG00000135862 +CDS chr1 183114531 183114719 ENST00000258341 protein_coding 5 1 5 LAMC1 ENSG00000135862 +CDS chr1 183115520 183115637 ENST00000258341 protein_coding 5 1 6 LAMC1 ENSG00000135862 +CDS chr1 183116577 183116675 ENST00000258341 protein_coding 5 1 7 LAMC1 ENSG00000135862 +CDS chr1 183116767 183116903 ENST00000258341 protein_coding 5 1 8 LAMC1 ENSG00000135862 +CDS chr1 183117320 183117442 ENST00000258341 protein_coding 5 1 9 LAMC1 ENSG00000135862 +CDS chr1 183117534 183117723 ENST00000258341 protein_coding 5 1 10 LAMC1 ENSG00000135862 +CDS chr1 183118034 183118146 ENST00000258341 protein_coding 5 1 11 LAMC1 ENSG00000135862 +CDS chr1 183121723 183121944 ENST00000258341 protein_coding 5 1 12 LAMC1 ENSG00000135862 +CDS chr1 183122063 183122251 ENST00000258341 protein_coding 5 1 13 LAMC1 ENSG00000135862 +CDS chr1 183124631 183124876 ENST00000258341 protein_coding 5 1 14 LAMC1 ENSG00000135862 +CDS chr1 183125397 183125550 ENST00000258341 protein_coding 5 1 15 LAMC1 ENSG00000135862 +CDS chr1 183126120 183126262 ENST00000258341 protein_coding 5 1 16 LAMC1 ENSG00000135862 +CDS chr1 183127226 183127404 ENST00000258341 protein_coding 5 1 17 LAMC1 ENSG00000135862 +CDS chr1 183128594 183128750 ENST00000258341 protein_coding 5 1 18 LAMC1 ENSG00000135862 +CDS chr1 183130344 183130549 ENST00000258341 protein_coding 5 1 19 LAMC1 ENSG00000135862 +CDS chr1 183131299 183131378 ENST00000258341 protein_coding 5 1 20 LAMC1 ENSG00000135862 +CDS chr1 183132400 183132537 ENST00000258341 protein_coding 5 1 21 LAMC1 ENSG00000135862 +CDS chr1 183133406 183133550 ENST00000258341 protein_coding 5 1 22 LAMC1 ENSG00000135862 +CDS chr1 183134660 183134809 ENST00000258341 protein_coding 5 1 23 LAMC1 ENSG00000135862 +CDS chr1 183135042 183135156 ENST00000258341 protein_coding 5 1 24 LAMC1 ENSG00000135862 +CDS chr1 183136386 183136585 ENST00000258341 protein_coding 5 1 25 LAMC1 ENSG00000135862 +CDS chr1 183137669 183137827 ENST00000258341 protein_coding 5 1 26 LAMC1 ENSG00000135862 +CDS chr1 183140404 183140503 ENST00000258341 protein_coding 5 1 27 LAMC1 ENSG00000135862 +CDS chr1 183142534 183142787 ENST00000258341 protein_coding 5 1 28 LAMC1 ENSG00000135862 +transcript chr1 183186238 183241261 ENST00000493293 protein_coding 5 1 NA LAMC2 ENSG00000058085 +transcript chr1 183186264 183245127 ENST00000264144 protein_coding 5 1 NA LAMC2 ENSG00000058085 +CDS chr1 183186353 183186431 ENST00000493293 protein_coding 5 1 1 LAMC2 ENSG00000058085 +CDS chr1 183186353 183186431 ENST00000264144 protein_coding 5 1 1 LAMC2 ENSG00000058085 +CDS chr1 183207881 183208069 ENST00000493293 protein_coding 5 1 2 LAMC2 ENSG00000058085 +CDS chr1 183207881 183208069 ENST00000264144 protein_coding 5 1 2 LAMC2 ENSG00000058085 +CDS chr1 183215453 183215588 ENST00000493293 protein_coding 5 1 3 LAMC2 ENSG00000058085 +CDS chr1 183215453 183215588 ENST00000264144 protein_coding 5 1 3 LAMC2 ENSG00000058085 +CDS chr1 183218390 183218488 ENST00000493293 protein_coding 5 1 4 LAMC2 ENSG00000058085 +CDS chr1 183218390 183218488 ENST00000264144 protein_coding 5 1 4 LAMC2 ENSG00000058085 +CDS chr1 183220825 183220961 ENST00000493293 protein_coding 5 1 5 LAMC2 ENSG00000058085 +CDS chr1 183220825 183220961 ENST00000264144 protein_coding 5 1 5 LAMC2 ENSG00000058085 +CDS chr1 183222089 183222211 ENST00000493293 protein_coding 5 1 6 LAMC2 ENSG00000058085 +CDS chr1 183222089 183222211 ENST00000264144 protein_coding 5 1 6 LAMC2 ENSG00000058085 +CDS chr1 183223135 183223324 ENST00000493293 protein_coding 5 1 7 LAMC2 ENSG00000058085 +CDS chr1 183223135 183223324 ENST00000264144 protein_coding 5 1 7 LAMC2 ENSG00000058085 +CDS chr1 183225608 183225720 ENST00000493293 protein_coding 5 1 8 LAMC2 ENSG00000058085 +CDS chr1 183225608 183225720 ENST00000264144 protein_coding 5 1 8 LAMC2 ENSG00000058085 +CDS chr1 183226698 183226916 ENST00000493293 protein_coding 5 1 9 LAMC2 ENSG00000058085 +CDS chr1 183226698 183226916 ENST00000264144 protein_coding 5 1 9 LAMC2 ENSG00000058085 +CDS chr1 183227515 183227697 ENST00000493293 protein_coding 5 1 10 LAMC2 ENSG00000058085 +CDS chr1 183227515 183227697 ENST00000264144 protein_coding 5 1 10 LAMC2 ENSG00000058085 +CDS chr1 183228374 183228619 ENST00000493293 protein_coding 5 1 11 LAMC2 ENSG00000058085 +CDS chr1 183228374 183228619 ENST00000264144 protein_coding 5 1 11 LAMC2 ENSG00000058085 +CDS chr1 183230961 183231103 ENST00000493293 protein_coding 5 1 12 LAMC2 ENSG00000058085 +CDS chr1 183230961 183231103 ENST00000264144 protein_coding 5 1 12 LAMC2 ENSG00000058085 +CDS chr1 183232187 183232343 ENST00000493293 protein_coding 5 1 13 LAMC2 ENSG00000058085 +CDS chr1 183232187 183232343 ENST00000264144 protein_coding 5 1 13 LAMC2 ENSG00000058085 +CDS chr1 183232652 183232857 ENST00000493293 protein_coding 5 1 14 LAMC2 ENSG00000058085 +CDS chr1 183232652 183232857 ENST00000264144 protein_coding 5 1 14 LAMC2 ENSG00000058085 +CDS chr1 183234367 183234446 ENST00000493293 protein_coding 5 1 15 LAMC2 ENSG00000058085 +CDS chr1 183234367 183234446 ENST00000264144 protein_coding 5 1 15 LAMC2 ENSG00000058085 +CDS chr1 183235575 183235730 ENST00000493293 protein_coding 5 1 16 LAMC2 ENSG00000058085 +CDS chr1 183235575 183235730 ENST00000264144 protein_coding 5 1 16 LAMC2 ENSG00000058085 +CDS chr1 183236460 183236604 ENST00000493293 protein_coding 5 1 17 LAMC2 ENSG00000058085 +CDS chr1 183236460 183236604 ENST00000264144 protein_coding 5 1 17 LAMC2 ENSG00000058085 +CDS chr1 183237352 183237504 ENST00000493293 protein_coding 5 1 18 LAMC2 ENSG00000058085 +CDS chr1 183237352 183237504 ENST00000264144 protein_coding 5 1 18 LAMC2 ENSG00000058085 +CDS chr1 183238307 183238421 ENST00000493293 protein_coding 5 1 19 LAMC2 ENSG00000058085 +CDS chr1 183238307 183238421 ENST00000264144 protein_coding 5 1 19 LAMC2 ENSG00000058085 +CDS chr1 183239364 183239563 ENST00000493293 protein_coding 5 1 20 LAMC2 ENSG00000058085 +CDS chr1 183239364 183239563 ENST00000264144 protein_coding 5 1 20 LAMC2 ENSG00000058085 +CDS chr1 183240040 183240198 ENST00000493293 protein_coding 5 1 21 LAMC2 ENSG00000058085 +CDS chr1 183240040 183240198 ENST00000264144 protein_coding 5 1 21 LAMC2 ENSG00000058085 +CDS chr1 183240292 183240396 ENST00000493293 protein_coding 5 1 22 LAMC2 ENSG00000058085 +CDS chr1 183240292 183240391 ENST00000264144 protein_coding 5 1 22 LAMC2 ENSG00000058085 +CDS chr1 183243147 183243397 ENST00000264144 protein_coding 5 1 23 LAMC2 ENSG00000058085 +transcript chr1 183248237 183304874 ENST00000294868 protein_coding 8 1 NA NMNAT2 ENSG00000157064 +transcript chr1 183248237 183418380 ENST00000287713 protein_coding 7 1 NA NMNAT2 ENSG00000157064 +CDS chr1 183252644 183252743 ENST00000294868 protein_coding 8 1 11 NMNAT2 ENSG00000157064 +CDS chr1 183252644 183252743 ENST00000287713 protein_coding 7 1 11 NMNAT2 ENSG00000157064 +CDS chr1 183261002 183261069 ENST00000294868 protein_coding 8 1 10 NMNAT2 ENSG00000157064 +CDS chr1 183261002 183261069 ENST00000287713 protein_coding 7 1 10 NMNAT2 ENSG00000157064 +CDS chr1 183261202 183261303 ENST00000294868 protein_coding 8 1 9 NMNAT2 ENSG00000157064 +CDS chr1 183261202 183261303 ENST00000287713 protein_coding 7 1 9 NMNAT2 ENSG00000157064 +CDS chr1 183278553 183278629 ENST00000294868 protein_coding 8 1 8 NMNAT2 ENSG00000157064 +CDS chr1 183278553 183278629 ENST00000287713 protein_coding 7 1 8 NMNAT2 ENSG00000157064 +CDS chr1 183283995 183284039 ENST00000294868 protein_coding 8 1 7 NMNAT2 ENSG00000157064 +CDS chr1 183283995 183284039 ENST00000287713 protein_coding 7 1 7 NMNAT2 ENSG00000157064 +CDS chr1 183284710 183284790 ENST00000294868 protein_coding 8 1 6 NMNAT2 ENSG00000157064 +CDS chr1 183284710 183284790 ENST00000287713 protein_coding 7 1 6 NMNAT2 ENSG00000157064 +CDS chr1 183286662 183286788 ENST00000294868 protein_coding 8 1 5 NMNAT2 ENSG00000157064 +CDS chr1 183286662 183286788 ENST00000287713 protein_coding 7 1 5 NMNAT2 ENSG00000157064 +CDS chr1 183290128 183290206 ENST00000294868 protein_coding 8 1 4 NMNAT2 ENSG00000157064 +CDS chr1 183290128 183290206 ENST00000287713 protein_coding 7 1 4 NMNAT2 ENSG00000157064 +CDS chr1 183292790 183292857 ENST00000294868 protein_coding 8 1 3 NMNAT2 ENSG00000157064 +CDS chr1 183292790 183292857 ENST00000287713 protein_coding 7 1 3 NMNAT2 ENSG00000157064 +CDS chr1 183293705 183293793 ENST00000294868 protein_coding 8 1 2 NMNAT2 ENSG00000157064 +CDS chr1 183293705 183293793 ENST00000287713 protein_coding 7 1 2 NMNAT2 ENSG00000157064 +CDS chr1 183304670 183304739 ENST00000294868 protein_coding 8 1 1 NMNAT2 ENSG00000157064 +CDS chr1 183418183 183418267 ENST00000287713 protein_coding 7 1 1 NMNAT2 ENSG00000157064 +transcript chr1 183472478 183554193 ENST00000367537 protein_coding 7 5 NA SMG7 ENSG00000116698 +transcript chr1 183472499 183554191 ENST00000688051 protein_coding 1 NA NA SMG7 ENSG00000116698 +transcript chr1 183472500 183552263 ENST00000508461 protein_coding 5 2 NA SMG7 ENSG00000116698 +transcript chr1 183472500 183554174 ENST00000685780 protein_coding 1 NA NA SMG7 ENSG00000116698 +transcript chr1 183472502 183546129 ENST00000419169 protein_coding 5 2 NA SMG7 ENSG00000116698 +transcript chr1 183472502 183554186 ENST00000347615 protein_coding 6 1 NA SMG7 ENSG00000116698 +transcript chr1 183472503 183554188 ENST00000507469 protein_coding 5 1 NA SMG7 ENSG00000116698 +transcript chr1 183472527 183554190 ENST00000515829 protein_coding 6 1 NA SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000688051 protein_coding 1 NA 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000347615 protein_coding 6 1 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000507469 protein_coding 5 1 1 SMG7 ENSG00000116698 +CDS chr1 183472621 183472649 ENST00000515829 protein_coding 6 1 1 SMG7 ENSG00000116698 +transcript chr1 183472932 183515894 ENST00000502375 protein_coding 1 5 NA SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000367537 protein_coding 7 5 2 SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000685780 protein_coding 1 NA 3 SMG7 ENSG00000116698 +CDS chr1 183502276 183502391 ENST00000502375 protein_coding 1 5 4 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000367537 protein_coding 7 5 3 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000688051 protein_coding 1 NA 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000685780 protein_coding 1 NA 4 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000347615 protein_coding 6 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000507469 protein_coding 5 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000515829 protein_coding 6 1 2 SMG7 ENSG00000116698 +CDS chr1 183512837 183512868 ENST00000502375 protein_coding 1 5 5 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000367537 protein_coding 7 5 4 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000688051 protein_coding 1 NA 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000685780 protein_coding 1 NA 5 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000347615 protein_coding 6 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000507469 protein_coding 5 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515991 ENST00000515829 protein_coding 6 1 3 SMG7 ENSG00000116698 +CDS chr1 183515874 183515894 ENST00000502375 protein_coding 1 5 6 SMG7 ENSG00000116698 +CDS chr1 183515939 183515991 ENST00000508461 protein_coding 5 2 2 SMG7 ENSG00000116698 +CDS chr1 183515939 183515991 ENST00000419169 protein_coding 5 2 2 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000367537 protein_coding 7 5 5 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000688051 protein_coding 1 NA 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000508461 protein_coding 5 2 3 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000685780 protein_coding 1 NA 6 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000419169 protein_coding 5 2 3 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000347615 protein_coding 6 1 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000507469 protein_coding 5 1 4 SMG7 ENSG00000116698 +CDS chr1 183517688 183517820 ENST00000515829 protein_coding 6 1 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000367537 protein_coding 7 5 6 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000688051 protein_coding 1 NA 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000508461 protein_coding 5 2 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000685780 protein_coding 1 NA 7 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000419169 protein_coding 5 2 4 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000347615 protein_coding 6 1 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000507469 protein_coding 5 1 5 SMG7 ENSG00000116698 +CDS chr1 183526596 183526767 ENST00000515829 protein_coding 6 1 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000367537 protein_coding 7 5 7 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000688051 protein_coding 1 NA 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000508461 protein_coding 5 2 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000685780 protein_coding 1 NA 8 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000419169 protein_coding 5 2 5 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000347615 protein_coding 6 1 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000507469 protein_coding 5 1 6 SMG7 ENSG00000116698 +CDS chr1 183527956 183528027 ENST00000515829 protein_coding 6 1 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000367537 protein_coding 7 5 8 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000688051 protein_coding 1 NA 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000508461 protein_coding 5 2 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000685780 protein_coding 1 NA 9 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000419169 protein_coding 5 2 6 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000347615 protein_coding 6 1 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000507469 protein_coding 5 1 7 SMG7 ENSG00000116698 +CDS chr1 183528892 183529042 ENST00000515829 protein_coding 6 1 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000367537 protein_coding 7 5 9 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000688051 protein_coding 1 NA 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000508461 protein_coding 5 2 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000685780 protein_coding 1 NA 10 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000419169 protein_coding 5 2 7 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000347615 protein_coding 6 1 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000507469 protein_coding 5 1 8 SMG7 ENSG00000116698 +CDS chr1 183529398 183529533 ENST00000515829 protein_coding 6 1 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000367537 protein_coding 7 5 10 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000688051 protein_coding 1 NA 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000508461 protein_coding 5 2 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000685780 protein_coding 1 NA 11 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000419169 protein_coding 5 2 8 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000347615 protein_coding 6 1 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000507469 protein_coding 5 1 9 SMG7 ENSG00000116698 +CDS chr1 183533164 183533326 ENST00000515829 protein_coding 6 1 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000367537 protein_coding 7 5 11 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000688051 protein_coding 1 NA 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000508461 protein_coding 5 2 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000685780 protein_coding 1 NA 12 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000419169 protein_coding 5 2 9 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000347615 protein_coding 6 1 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000507469 protein_coding 5 1 10 SMG7 ENSG00000116698 +CDS chr1 183533676 183533832 ENST00000515829 protein_coding 6 1 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000367537 protein_coding 7 5 12 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000688051 protein_coding 1 NA 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000508461 protein_coding 5 2 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000685780 protein_coding 1 NA 13 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000419169 protein_coding 5 2 10 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000347615 protein_coding 6 1 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000507469 protein_coding 5 1 11 SMG7 ENSG00000116698 +CDS chr1 183537145 183537215 ENST00000515829 protein_coding 6 1 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000367537 protein_coding 7 5 13 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000688051 protein_coding 1 NA 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000508461 protein_coding 5 2 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000685780 protein_coding 1 NA 14 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000419169 protein_coding 5 2 11 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000347615 protein_coding 6 1 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000507469 protein_coding 5 1 12 SMG7 ENSG00000116698 +CDS chr1 183538380 183538440 ENST00000515829 protein_coding 6 1 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000367537 protein_coding 7 5 14 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000688051 protein_coding 1 NA 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000508461 protein_coding 5 2 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000685780 protein_coding 1 NA 15 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000419169 protein_coding 5 2 12 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000347615 protein_coding 6 1 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000507469 protein_coding 5 1 13 SMG7 ENSG00000116698 +CDS chr1 183540984 183541103 ENST00000515829 protein_coding 6 1 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000367537 protein_coding 7 5 15 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000688051 protein_coding 1 NA 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000508461 protein_coding 5 2 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000685780 protein_coding 1 NA 16 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000419169 protein_coding 5 2 13 SMG7 ENSG00000116698 +CDS chr1 183542076 183542502 ENST00000347615 protein_coding 6 1 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000507469 protein_coding 5 1 14 SMG7 ENSG00000116698 +CDS chr1 183542076 183542364 ENST00000515829 protein_coding 6 1 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000367537 protein_coding 7 5 16 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000688051 protein_coding 1 NA 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000508461 protein_coding 5 2 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000685780 protein_coding 1 NA 17 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000419169 protein_coding 5 2 14 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000347615 protein_coding 6 1 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000507469 protein_coding 5 1 15 SMG7 ENSG00000116698 +CDS chr1 183544353 183544497 ENST00000515829 protein_coding 6 1 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000367537 protein_coding 7 5 17 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000688051 protein_coding 1 NA 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000508461 protein_coding 5 2 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000685780 protein_coding 1 NA 18 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000419169 protein_coding 5 2 15 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000347615 protein_coding 6 1 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000507469 protein_coding 5 1 16 SMG7 ENSG00000116698 +CDS chr1 183544930 183545312 ENST00000515829 protein_coding 6 1 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000367537 protein_coding 7 5 18 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000688051 protein_coding 1 NA 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000508461 protein_coding 5 2 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000685780 protein_coding 1 NA 19 SMG7 ENSG00000116698 +CDS chr1 183545966 183546129 ENST00000419169 protein_coding 5 2 16 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000347615 protein_coding 6 1 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000507469 protein_coding 5 1 17 SMG7 ENSG00000116698 +CDS chr1 183545966 183546337 ENST00000515829 protein_coding 6 1 17 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000367537 protein_coding 7 5 19 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000688051 protein_coding 1 NA 18 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000508461 protein_coding 5 2 17 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000685780 protein_coding 1 NA 20 SMG7 ENSG00000116698 +CDS chr1 183547103 183547252 ENST00000507469 protein_coding 5 1 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000367537 protein_coding 7 5 20 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000688051 protein_coding 1 NA 19 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000508461 protein_coding 5 2 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000685780 protein_coding 1 NA 21 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000347615 protein_coding 6 1 18 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000507469 protein_coding 5 1 19 SMG7 ENSG00000116698 +CDS chr1 183549208 183549288 ENST00000515829 protein_coding 6 1 18 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000367537 protein_coding 7 5 21 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000688051 protein_coding 1 NA 20 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000508461 protein_coding 5 2 19 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000685780 protein_coding 1 NA 22 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000347615 protein_coding 6 1 19 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000507469 protein_coding 5 1 20 SMG7 ENSG00000116698 +CDS chr1 183549764 183549923 ENST00000515829 protein_coding 6 1 19 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000367537 protein_coding 7 5 22 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000688051 protein_coding 1 NA 21 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000508461 protein_coding 5 2 20 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000685780 protein_coding 1 NA 23 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000347615 protein_coding 6 1 20 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000507469 protein_coding 5 1 21 SMG7 ENSG00000116698 +CDS chr1 183550751 183550921 ENST00000515829 protein_coding 6 1 20 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000367537 protein_coding 7 5 23 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000688051 protein_coding 1 NA 22 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000508461 protein_coding 5 2 21 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000685780 protein_coding 1 NA 24 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000347615 protein_coding 6 1 21 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000507469 protein_coding 5 1 22 SMG7 ENSG00000116698 +CDS chr1 183551045 183551190 ENST00000515829 protein_coding 6 1 21 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000367537 protein_coding 7 5 24 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000688051 protein_coding 1 NA 23 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000508461 protein_coding 5 2 22 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000685780 protein_coding 1 NA 25 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000347615 protein_coding 6 1 22 SMG7 ENSG00000116698 +CDS chr1 183551818 183551928 ENST00000515829 protein_coding 6 1 22 SMG7 ENSG00000116698 +CDS chr1 183552977 183553198 ENST00000507469 protein_coding 5 1 23 SMG7 ENSG00000116698 +transcript chr1 183555562 183590459 ENST00000367535 protein_coding 8 1 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590604 ENST00000413720 protein_coding 5 2 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590604 ENST00000418089 protein_coding 5 2 NA NCF2 ENSG00000116701 +transcript chr1 183555563 183590876 ENST00000367536 protein_coding 5 1 NA NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000367535 protein_coding 8 1 15 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000413720 protein_coding 5 2 14 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000418089 protein_coding 5 2 13 NCF2 ENSG00000116701 +CDS chr1 183556121 183556230 ENST00000367536 protein_coding 5 1 16 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000367535 protein_coding 8 1 14 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000413720 protein_coding 5 2 13 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000418089 protein_coding 5 2 12 NCF2 ENSG00000116701 +CDS chr1 183560096 183560273 ENST00000367536 protein_coding 5 1 15 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000367535 protein_coding 8 1 13 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000413720 protein_coding 5 2 12 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000418089 protein_coding 5 2 11 NCF2 ENSG00000116701 +CDS chr1 183563195 183563306 ENST00000367536 protein_coding 5 1 14 NCF2 ENSG00000116701 +transcript chr1 183563269 183569225 ENST00000420553 protein_coding 5 3 NA NCF2 ENSG00000116701 +CDS chr1 183563269 183563306 ENST00000420553 protein_coding 5 3 5 NCF2 ENSG00000116701 +transcript chr1 183563272 183569225 ENST00000419402 protein_coding 1 3 NA NCF2 ENSG00000116701 +CDS chr1 183563272 183563306 ENST00000419402 protein_coding 1 3 7 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000367535 protein_coding 8 1 12 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000413720 protein_coding 5 2 11 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000418089 protein_coding 5 2 10 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000367536 protein_coding 5 1 13 NCF2 ENSG00000116701 +CDS chr1 183563434 183563564 ENST00000420553 protein_coding 5 3 4 NCF2 ENSG00000116701 +CDS chr1 183563434 183563585 ENST00000419402 protein_coding 1 3 6 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000367535 protein_coding 8 1 11 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000413720 protein_coding 5 2 10 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000418089 protein_coding 5 2 9 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000367536 protein_coding 5 1 12 NCF2 ENSG00000116701 +CDS chr1 183564005 183564030 ENST00000419402 protein_coding 1 3 5 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000367535 protein_coding 8 1 10 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000413720 protein_coding 5 2 9 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000418089 protein_coding 5 2 8 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000367536 protein_coding 5 1 11 NCF2 ENSG00000116701 +CDS chr1 183565704 183565779 ENST00000419402 protein_coding 1 3 4 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000367535 protein_coding 8 1 9 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000413720 protein_coding 5 2 8 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000418089 protein_coding 5 2 7 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000367536 protein_coding 5 1 10 NCF2 ENSG00000116701 +CDS chr1 183566920 183566988 ENST00000419402 protein_coding 1 3 3 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000367535 protein_coding 8 1 8 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000413720 protein_coding 5 2 7 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000418089 protein_coding 5 2 6 NCF2 ENSG00000116701 +CDS chr1 183567204 183567345 ENST00000367536 protein_coding 5 1 9 NCF2 ENSG00000116701 +CDS chr1 183567204 183567275 ENST00000419402 protein_coding 1 3 2 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000367535 protein_coding 8 1 7 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000413720 protein_coding 5 2 6 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000418089 protein_coding 5 2 5 NCF2 ENSG00000116701 +CDS chr1 183569142 183569185 ENST00000367536 protein_coding 5 1 8 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000367535 protein_coding 8 1 6 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000413720 protein_coding 5 2 5 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000418089 protein_coding 5 2 4 NCF2 ENSG00000116701 +CDS chr1 183570780 183570839 ENST00000367536 protein_coding 5 1 7 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000367535 protein_coding 8 1 5 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000413720 protein_coding 5 2 4 NCF2 ENSG00000116701 +CDS chr1 183573185 183573292 ENST00000367536 protein_coding 5 1 6 NCF2 ENSG00000116701 +CDS chr1 183574487 183574621 ENST00000367535 protein_coding 8 1 4 NCF2 ENSG00000116701 +CDS chr1 183574487 183574621 ENST00000367536 protein_coding 5 1 5 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000367535 protein_coding 8 1 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000413720 protein_coding 5 2 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000418089 protein_coding 5 2 3 NCF2 ENSG00000116701 +CDS chr1 183577599 183577707 ENST00000367536 protein_coding 5 1 4 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000367535 protein_coding 8 1 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000413720 protein_coding 5 2 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000418089 protein_coding 5 2 2 NCF2 ENSG00000116701 +CDS chr1 183586895 183586977 ENST00000367536 protein_coding 5 1 3 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000367535 protein_coding 8 1 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000413720 protein_coding 5 2 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000418089 protein_coding 5 2 1 NCF2 ENSG00000116701 +CDS chr1 183590156 183590329 ENST00000367536 protein_coding 5 1 2 NCF2 ENSG00000116701 +transcript chr1 183620846 183635783 ENST00000359856 protein_coding 11 1 NA ARPC5 ENSG00000162704 +transcript chr1 183623266 183635682 ENST00000367534 protein_coding 5 3 NA ARPC5 ENSG00000162704 +CDS chr1 183623460 183623471 ENST00000367534 protein_coding 5 3 4 ARPC5 ENSG00000162704 +transcript chr1 183626458 183635757 ENST00000294742 protein_coding 6 1 NA ARPC5 ENSG00000162704 +CDS chr1 183627535 183627594 ENST00000359856 protein_coding 11 1 4 ARPC5 ENSG00000162704 +CDS chr1 183627535 183627594 ENST00000294742 protein_coding 6 1 4 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000359856 protein_coding 11 1 3 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000367534 protein_coding 5 3 3 ARPC5 ENSG00000162704 +CDS chr1 183630461 183630637 ENST00000294742 protein_coding 6 1 3 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633154 ENST00000359856 protein_coding 11 1 2 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633154 ENST00000367534 protein_coding 5 3 2 ARPC5 ENSG00000162704 +CDS chr1 183633082 183633163 ENST00000294742 protein_coding 6 1 2 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000359856 protein_coding 11 1 1 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000367534 protein_coding 5 3 1 ARPC5 ENSG00000162704 +CDS chr1 183635517 183635659 ENST00000294742 protein_coding 6 1 1 ARPC5 ENSG00000162704 +transcript chr1 183636085 183928531 ENST00000304685 protein_coding 8 1 NA RGL1 ENSG00000143344 +transcript chr1 183646275 183653316 ENST00000308641 protein_coding 6 1 NA APOBEC4 ENSG00000173627 +CDS chr1 183647681 183648781 ENST00000308641 protein_coding 6 1 2 APOBEC4 ENSG00000173627 +CDS chr1 183742158 183742289 ENST00000304685 protein_coding 8 1 2 RGL1 ENSG00000143344 +transcript chr1 183805120 183928532 ENST00000360851 protein_coding 4 1 NA RGL1 ENSG00000143344 +CDS chr1 183805298 183805324 ENST00000360851 protein_coding 4 1 1 RGL1 ENSG00000143344 +CDS chr1 183806375 183806485 ENST00000304685 protein_coding 8 1 3 RGL1 ENSG00000143344 +CDS chr1 183806375 183806485 ENST00000360851 protein_coding 4 1 2 RGL1 ENSG00000143344 +CDS chr1 183847566 183847774 ENST00000304685 protein_coding 8 1 4 RGL1 ENSG00000143344 +CDS chr1 183847566 183847774 ENST00000360851 protein_coding 4 1 3 RGL1 ENSG00000143344 +CDS chr1 183865996 183866073 ENST00000304685 protein_coding 8 1 5 RGL1 ENSG00000143344 +CDS chr1 183865996 183866073 ENST00000360851 protein_coding 4 1 4 RGL1 ENSG00000143344 +CDS chr1 183880616 183880800 ENST00000304685 protein_coding 8 1 6 RGL1 ENSG00000143344 +CDS chr1 183880616 183880800 ENST00000360851 protein_coding 4 1 5 RGL1 ENSG00000143344 +CDS chr1 183883786 183883910 ENST00000304685 protein_coding 8 1 7 RGL1 ENSG00000143344 +CDS chr1 183883786 183883910 ENST00000360851 protein_coding 4 1 6 RGL1 ENSG00000143344 +CDS chr1 183884723 183884938 ENST00000304685 protein_coding 8 1 8 RGL1 ENSG00000143344 +CDS chr1 183884723 183884938 ENST00000360851 protein_coding 4 1 7 RGL1 ENSG00000143344 +CDS chr1 183888474 183888577 ENST00000304685 protein_coding 8 1 9 RGL1 ENSG00000143344 +CDS chr1 183888474 183888577 ENST00000360851 protein_coding 4 1 8 RGL1 ENSG00000143344 +CDS chr1 183892077 183892161 ENST00000304685 protein_coding 8 1 10 RGL1 ENSG00000143344 +CDS chr1 183892077 183892161 ENST00000360851 protein_coding 4 1 9 RGL1 ENSG00000143344 +CDS chr1 183897808 183897897 ENST00000304685 protein_coding 8 1 11 RGL1 ENSG00000143344 +CDS chr1 183897808 183897897 ENST00000360851 protein_coding 4 1 10 RGL1 ENSG00000143344 +CDS chr1 183900150 183900236 ENST00000304685 protein_coding 8 1 12 RGL1 ENSG00000143344 +CDS chr1 183900150 183900236 ENST00000360851 protein_coding 4 1 11 RGL1 ENSG00000143344 +CDS chr1 183902568 183902600 ENST00000304685 protein_coding 8 1 13 RGL1 ENSG00000143344 +CDS chr1 183902568 183902600 ENST00000360851 protein_coding 4 1 12 RGL1 ENSG00000143344 +CDS chr1 183904850 183904971 ENST00000304685 protein_coding 8 1 14 RGL1 ENSG00000143344 +CDS chr1 183904850 183904971 ENST00000360851 protein_coding 4 1 13 RGL1 ENSG00000143344 +CDS chr1 183907012 183907101 ENST00000304685 protein_coding 8 1 15 RGL1 ENSG00000143344 +CDS chr1 183907012 183907101 ENST00000360851 protein_coding 4 1 14 RGL1 ENSG00000143344 +CDS chr1 183912082 183912268 ENST00000304685 protein_coding 8 1 16 RGL1 ENSG00000143344 +CDS chr1 183912082 183912268 ENST00000360851 protein_coding 4 1 15 RGL1 ENSG00000143344 +CDS chr1 183916447 183916701 ENST00000304685 protein_coding 8 1 17 RGL1 ENSG00000143344 +CDS chr1 183916447 183916701 ENST00000360851 protein_coding 4 1 16 RGL1 ENSG00000143344 +CDS chr1 183922222 183922336 ENST00000304685 protein_coding 8 1 18 RGL1 ENSG00000143344 +CDS chr1 183922222 183922336 ENST00000360851 protein_coding 4 1 17 RGL1 ENSG00000143344 +CDS chr1 183926105 183926289 ENST00000304685 protein_coding 8 1 19 RGL1 ENSG00000143344 +CDS chr1 183926105 183926289 ENST00000360851 protein_coding 4 1 18 RGL1 ENSG00000143344 +transcript chr1 183929854 184037729 ENST00000649786 protein_coding 1 NA NA COLGALT2 ENSG00000198756 +CDS chr1 183930232 183930289 ENST00000649786 protein_coding 1 NA 12 COLGALT2 ENSG00000198756 +transcript chr1 183935834 184037728 ENST00000361927 protein_coding 9 1 NA COLGALT2 ENSG00000198756 +transcript chr1 183935837 183946618 ENST00000367521 protein_coding 5 2 NA COLGALT2 ENSG00000198756 +transcript chr1 183937965 183964500 ENST00000367520 protein_coding 3 2 NA COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000367521 protein_coding 5 2 4 COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000361927 protein_coding 9 1 12 COLGALT2 ENSG00000198756 +CDS chr1 183938764 183939037 ENST00000367520 protein_coding 3 2 7 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000649786 protein_coding 1 NA 11 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000367521 protein_coding 5 2 3 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000361927 protein_coding 9 1 11 COLGALT2 ENSG00000198756 +CDS chr1 183940581 183940787 ENST00000367520 protein_coding 3 2 6 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000649786 protein_coding 1 NA 10 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000367521 protein_coding 5 2 2 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000361927 protein_coding 9 1 10 COLGALT2 ENSG00000198756 +CDS chr1 183944196 183944323 ENST00000367520 protein_coding 3 2 5 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000649786 protein_coding 1 NA 9 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945524 ENST00000367521 protein_coding 5 2 1 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000361927 protein_coding 9 1 9 COLGALT2 ENSG00000198756 +CDS chr1 183945432 183945564 ENST00000367520 protein_coding 3 2 4 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000649786 protein_coding 1 NA 8 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000361927 protein_coding 9 1 8 COLGALT2 ENSG00000198756 +CDS chr1 183951007 183951113 ENST00000367520 protein_coding 3 2 3 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000649786 protein_coding 1 NA 7 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000361927 protein_coding 9 1 7 COLGALT2 ENSG00000198756 +CDS chr1 183954762 183954838 ENST00000367520 protein_coding 3 2 2 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964020 ENST00000649786 protein_coding 1 NA 6 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964020 ENST00000361927 protein_coding 9 1 6 COLGALT2 ENSG00000198756 +CDS chr1 183963901 183964063 ENST00000367520 protein_coding 3 2 1 COLGALT2 ENSG00000198756 +CDS chr1 183969269 183969473 ENST00000649786 protein_coding 1 NA 5 COLGALT2 ENSG00000198756 +CDS chr1 183969269 183969473 ENST00000361927 protein_coding 9 1 5 COLGALT2 ENSG00000198756 +CDS chr1 183973616 183973750 ENST00000649786 protein_coding 1 NA 4 COLGALT2 ENSG00000198756 +CDS chr1 183973616 183973750 ENST00000361927 protein_coding 9 1 4 COLGALT2 ENSG00000198756 +CDS chr1 183975097 183975214 ENST00000649786 protein_coding 1 NA 3 COLGALT2 ENSG00000198756 +CDS chr1 183975097 183975214 ENST00000361927 protein_coding 9 1 3 COLGALT2 ENSG00000198756 +CDS chr1 183978410 183978520 ENST00000649786 protein_coding 1 NA 2 COLGALT2 ENSG00000198756 +CDS chr1 183978410 183978520 ENST00000361927 protein_coding 9 1 2 COLGALT2 ENSG00000198756 +CDS chr1 184037095 184037357 ENST00000649786 protein_coding 1 NA 1 COLGALT2 ENSG00000198756 +CDS chr1 184037095 184037357 ENST00000361927 protein_coding 9 1 1 COLGALT2 ENSG00000198756 +transcript chr1 184051651 184074212 ENST00000423085 protein_coding 7 2 NA TSEN15 ENSG00000198860 +transcript chr1 184051676 184074206 ENST00000361641 protein_coding 6 1 NA TSEN15 ENSG00000198860 +transcript chr1 184051686 184097485 ENST00000643231 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051699 184074212 ENST00000533373 protein_coding 6 2 NA TSEN15 ENSG00000198860 +transcript chr1 184051712 184074127 ENST00000647437 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051718 184095845 ENST00000647465 protein_coding 1 NA NA TSEN15 ENSG00000198860 +transcript chr1 184051730 184074212 ENST00000645668 protein_coding 2 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000423085 protein_coding 7 2 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000361641 protein_coding 6 1 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000643231 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000533373 protein_coding 6 2 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000647437 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000647465 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000645668 protein_coding 2 NA 1 TSEN15 ENSG00000198860 +transcript chr1 184051756 184095845 ENST00000645963 protein_coding 2 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051756 184051890 ENST00000645963 protein_coding 2 NA 1 TSEN15 ENSG00000198860 +transcript chr1 184051865 184095617 ENST00000644815 protein_coding 1 NA NA TSEN15 ENSG00000198860 +CDS chr1 184051865 184051890 ENST00000644815 protein_coding 1 NA 1 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000423085 protein_coding 7 2 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000361641 protein_coding 6 1 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000643231 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000533373 protein_coding 6 2 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000647437 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000647465 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000645668 protein_coding 2 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000645963 protein_coding 2 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054354 184054435 ENST00000644815 protein_coding 1 NA 2 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000423085 protein_coding 7 2 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000361641 protein_coding 6 1 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000643231 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000533373 protein_coding 6 2 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000647437 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000647465 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000645668 protein_coding 2 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000645963 protein_coding 2 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184054728 184054863 ENST00000644815 protein_coding 1 NA 3 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072310 ENST00000361641 protein_coding 6 1 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072194 ENST00000533373 protein_coding 6 2 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072352 ENST00000647437 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184072157 184072298 ENST00000645668 protein_coding 2 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072860 ENST00000423085 protein_coding 7 2 4 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072844 ENST00000361641 protein_coding 6 1 5 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072837 ENST00000533373 protein_coding 6 2 5 TSEN15 ENSG00000198860 +CDS chr1 184072827 184072844 ENST00000645668 protein_coding 2 NA 5 TSEN15 ENSG00000198860 +CDS chr1 184093625 184093724 ENST00000645963 protein_coding 2 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184093625 184093757 ENST00000644815 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095031 184095067 ENST00000647465 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095690 184095801 ENST00000643231 protein_coding 1 NA 4 TSEN15 ENSG00000198860 +CDS chr1 184095690 184095824 ENST00000645963 protein_coding 2 NA 5 TSEN15 ENSG00000198860 +transcript chr1 184387029 184629019 ENST00000235307 protein_coding 7 1 NA C1orf21 ENSG00000116667 +CDS chr1 184477510 184477603 ENST00000235307 protein_coding 7 1 2 C1orf21 ENSG00000116667 +CDS chr1 184507588 184507682 ENST00000235307 protein_coding 7 1 3 C1orf21 ENSG00000116667 +CDS chr1 184590739 184590815 ENST00000235307 protein_coding 7 1 4 C1orf21 ENSG00000116667 +CDS chr1 184598401 184598461 ENST00000235307 protein_coding 7 1 5 C1orf21 ENSG00000116667 +CDS chr1 184619518 184619553 ENST00000235307 protein_coding 7 1 6 C1orf21 ENSG00000116667 +transcript chr1 184690237 184754858 ENST00000318130 protein_coding 13 1 NA EDEM3 ENSG00000116406 +transcript chr1 184690493 184754907 ENST00000367512 protein_coding 8 1 NA EDEM3 ENSG00000116406 +transcript chr1 184690519 184754850 ENST00000686047 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690540 184754799 ENST00000687113 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690571 184754853 ENST00000686225 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184690669 184754621 ENST00000685596 protein_coding 1 NA NA EDEM3 ENSG00000116406 +transcript chr1 184691372 184754845 ENST00000692170 protein_coding 1 NA NA EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000318130 protein_coding 13 1 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000367512 protein_coding 8 1 21 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000686047 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000687113 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000686225 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000685596 protein_coding 1 NA 21 EDEM3 ENSG00000116406 +CDS chr1 184694066 184694472 ENST00000692170 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701544 ENST00000367512 protein_coding 8 1 20 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701544 ENST00000686047 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184701497 184701541 ENST00000692170 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184701530 184701544 ENST00000685596 protein_coding 1 NA 20 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000318130 protein_coding 13 1 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000367512 protein_coding 8 1 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000686047 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000687113 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000686225 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000685596 protein_coding 1 NA 19 EDEM3 ENSG00000116406 +CDS chr1 184702811 184702996 ENST00000692170 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000318130 protein_coding 13 1 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000367512 protein_coding 8 1 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000686047 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000687113 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000686225 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000685596 protein_coding 1 NA 18 EDEM3 ENSG00000116406 +CDS chr1 184706643 184706808 ENST00000692170 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000318130 protein_coding 13 1 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000367512 protein_coding 8 1 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000686047 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000687113 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000686225 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000685596 protein_coding 1 NA 17 EDEM3 ENSG00000116406 +CDS chr1 184708153 184708344 ENST00000692170 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000318130 protein_coding 13 1 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000367512 protein_coding 8 1 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000686047 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000687113 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000686225 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184710394 184710547 ENST00000692170 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184710451 184710547 ENST00000685596 protein_coding 1 NA 16 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000318130 protein_coding 13 1 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000367512 protein_coding 8 1 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000686047 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000687113 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000686225 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000685596 protein_coding 1 NA 15 EDEM3 ENSG00000116406 +CDS chr1 184711723 184711877 ENST00000692170 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000318130 protein_coding 13 1 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000367512 protein_coding 8 1 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000686047 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000687113 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000686225 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000685596 protein_coding 1 NA 14 EDEM3 ENSG00000116406 +CDS chr1 184712433 184712598 ENST00000692170 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000318130 protein_coding 13 1 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000367512 protein_coding 8 1 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000686047 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000687113 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000686225 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000685596 protein_coding 1 NA 13 EDEM3 ENSG00000116406 +CDS chr1 184716888 184717012 ENST00000692170 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000318130 protein_coding 13 1 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000367512 protein_coding 8 1 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000686047 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000687113 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000686225 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000685596 protein_coding 1 NA 12 EDEM3 ENSG00000116406 +CDS chr1 184717540 184717623 ENST00000692170 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000318130 protein_coding 13 1 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000367512 protein_coding 8 1 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000686047 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000687113 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000686225 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000685596 protein_coding 1 NA 11 EDEM3 ENSG00000116406 +CDS chr1 184719162 184719245 ENST00000692170 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000318130 protein_coding 13 1 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000367512 protein_coding 8 1 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000686047 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000687113 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000686225 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000685596 protein_coding 1 NA 10 EDEM3 ENSG00000116406 +CDS chr1 184719443 184719568 ENST00000692170 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000318130 protein_coding 13 1 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000367512 protein_coding 8 1 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000686047 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000687113 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000686225 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000685596 protein_coding 1 NA 9 EDEM3 ENSG00000116406 +CDS chr1 184721289 184721386 ENST00000692170 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000318130 protein_coding 13 1 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000367512 protein_coding 8 1 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000686047 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000687113 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000686225 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000685596 protein_coding 1 NA 8 EDEM3 ENSG00000116406 +CDS chr1 184723751 184723856 ENST00000692170 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000318130 protein_coding 13 1 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000367512 protein_coding 8 1 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000686047 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000687113 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000686225 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000685596 protein_coding 1 NA 7 EDEM3 ENSG00000116406 +CDS chr1 184726255 184726389 ENST00000692170 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000318130 protein_coding 13 1 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000367512 protein_coding 8 1 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000686047 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000687113 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000686225 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000685596 protein_coding 1 NA 6 EDEM3 ENSG00000116406 +CDS chr1 184732837 184732990 ENST00000692170 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000318130 protein_coding 13 1 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000367512 protein_coding 8 1 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000686047 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000687113 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000686225 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000685596 protein_coding 1 NA 5 EDEM3 ENSG00000116406 +CDS chr1 184734531 184734643 ENST00000692170 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184736950 184737064 ENST00000686225 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000318130 protein_coding 13 1 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000367512 protein_coding 8 1 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000686047 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000687113 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000685596 protein_coding 1 NA 4 EDEM3 ENSG00000116406 +CDS chr1 184737025 184737064 ENST00000692170 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000318130 protein_coding 13 1 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000367512 protein_coding 8 1 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000686047 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000687113 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000686225 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737711 ENST00000685596 protein_coding 1 NA 3 EDEM3 ENSG00000116406 +CDS chr1 184737611 184737684 ENST00000692170 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000318130 protein_coding 13 1 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000367512 protein_coding 8 1 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000686225 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184749547 184749592 ENST00000685596 protein_coding 1 NA 2 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000318130 protein_coding 13 1 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000367512 protein_coding 8 1 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754646 ENST00000686225 protein_coding 1 NA 1 EDEM3 ENSG00000116406 +CDS chr1 184754489 184754517 ENST00000685596 protein_coding 1 NA 1 EDEM3 ENSG00000116406 +transcript chr1 184790724 184805985 ENST00000417056 protein_coding 5 3 NA NIBAN1 ENSG00000135842 +CDS chr1 184791028 184791065 ENST00000417056 protein_coding 5 3 4 NIBAN1 ENSG00000135842 +transcript chr1 184791032 184974508 ENST00000367511 protein_coding 4 1 NA NIBAN1 ENSG00000135842 +CDS chr1 184794980 184796097 ENST00000367511 protein_coding 4 1 14 NIBAN1 ENSG00000135842 +CDS chr1 184798079 184798190 ENST00000417056 protein_coding 5 3 3 NIBAN1 ENSG00000135842 +CDS chr1 184798079 184798190 ENST00000367511 protein_coding 4 1 13 NIBAN1 ENSG00000135842 +CDS chr1 184803585 184803692 ENST00000417056 protein_coding 5 3 2 NIBAN1 ENSG00000135842 +CDS chr1 184803585 184803692 ENST00000367511 protein_coding 4 1 12 NIBAN1 ENSG00000135842 +CDS chr1 184805946 184805985 ENST00000417056 protein_coding 5 3 1 NIBAN1 ENSG00000135842 +CDS chr1 184805946 184806056 ENST00000367511 protein_coding 4 1 11 NIBAN1 ENSG00000135842 +CDS chr1 184808074 184808235 ENST00000367511 protein_coding 4 1 10 NIBAN1 ENSG00000135842 +CDS chr1 184818638 184818825 ENST00000367511 protein_coding 4 1 9 NIBAN1 ENSG00000135842 +CDS chr1 184823167 184823329 ENST00000367511 protein_coding 4 1 8 NIBAN1 ENSG00000135842 +CDS chr1 184823638 184823742 ENST00000367511 protein_coding 4 1 7 NIBAN1 ENSG00000135842 +CDS chr1 184831847 184831962 ENST00000367511 protein_coding 4 1 6 NIBAN1 ENSG00000135842 +CDS chr1 184884633 184884800 ENST00000367511 protein_coding 4 1 5 NIBAN1 ENSG00000135842 +CDS chr1 184890108 184890222 ENST00000367511 protein_coding 4 1 4 NIBAN1 ENSG00000135842 +CDS chr1 184894075 184894206 ENST00000367511 protein_coding 4 1 3 NIBAN1 ENSG00000135842 +CDS chr1 184899179 184899309 ENST00000367511 protein_coding 4 1 2 NIBAN1 ENSG00000135842 +CDS chr1 184974302 184974356 ENST00000367511 protein_coding 4 1 1 NIBAN1 ENSG00000135842 +transcript chr1 185045526 185101057 ENST00000367509 protein_coding 8 2 NA RNF2 ENSG00000121481 +transcript chr1 185045558 185102603 ENST00000367510 protein_coding 8 1 NA RNF2 ENSG00000121481 +transcript chr1 185046096 185098344 ENST00000453650 protein_coding 2 5 NA RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000367510 protein_coding 8 1 2 RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000367509 protein_coding 8 2 2 RNF2 ENSG00000121481 +CDS chr1 185087554 185087640 ENST00000453650 protein_coding 2 5 2 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000367510 protein_coding 8 1 3 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000367509 protein_coding 8 2 3 RNF2 ENSG00000121481 +CDS chr1 185091579 185091739 ENST00000453650 protein_coding 2 5 3 RNF2 ENSG00000121481 +CDS chr1 185093061 185093276 ENST00000367510 protein_coding 8 1 4 RNF2 ENSG00000121481 +CDS chr1 185093061 185093276 ENST00000453650 protein_coding 2 5 4 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000367510 protein_coding 8 1 5 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000367509 protein_coding 8 2 4 RNF2 ENSG00000121481 +CDS chr1 185098072 185098344 ENST00000453650 protein_coding 2 5 5 RNF2 ENSG00000121481 +CDS chr1 185099791 185099962 ENST00000367510 protein_coding 8 1 6 RNF2 ENSG00000121481 +CDS chr1 185099791 185099962 ENST00000367509 protein_coding 8 2 5 RNF2 ENSG00000121481 +CDS chr1 185100200 185100298 ENST00000367510 protein_coding 8 1 7 RNF2 ENSG00000121481 +CDS chr1 185100200 185100298 ENST00000367509 protein_coding 8 2 6 RNF2 ENSG00000121481 +transcript chr1 185118101 185156953 ENST00000367506 protein_coding 10 1 NA TRMT1L ENSG00000121486 +CDS chr1 185120022 185120271 ENST00000367506 protein_coding 10 1 15 TRMT1L ENSG00000121486 +CDS chr1 185120383 185120509 ENST00000367506 protein_coding 10 1 14 TRMT1L ENSG00000121486 +CDS chr1 185123857 185123919 ENST00000367506 protein_coding 10 1 13 TRMT1L ENSG00000121486 +transcript chr1 185124840 185139560 ENST00000458395 protein_coding 1 3 NA TRMT1L ENSG00000121486 +CDS chr1 185124939 185125110 ENST00000458395 protein_coding 1 3 4 TRMT1L ENSG00000121486 +CDS chr1 185124944 185125110 ENST00000367506 protein_coding 10 1 12 TRMT1L ENSG00000121486 +CDS chr1 185128669 185128747 ENST00000367506 protein_coding 10 1 11 TRMT1L ENSG00000121486 +CDS chr1 185128669 185128747 ENST00000458395 protein_coding 1 3 3 TRMT1L ENSG00000121486 +CDS chr1 185137606 185137796 ENST00000367506 protein_coding 10 1 10 TRMT1L ENSG00000121486 +CDS chr1 185137606 185137796 ENST00000458395 protein_coding 1 3 2 TRMT1L ENSG00000121486 +CDS chr1 185139367 185139579 ENST00000367506 protein_coding 10 1 9 TRMT1L ENSG00000121486 +CDS chr1 185139367 185139560 ENST00000458395 protein_coding 1 3 1 TRMT1L ENSG00000121486 +CDS chr1 185139973 185140222 ENST00000367506 protein_coding 10 1 8 TRMT1L ENSG00000121486 +CDS chr1 185143357 185143436 ENST00000367506 protein_coding 10 1 7 TRMT1L ENSG00000121486 +CDS chr1 185143906 185144029 ENST00000367506 protein_coding 10 1 6 TRMT1L ENSG00000121486 +CDS chr1 185145439 185145568 ENST00000367506 protein_coding 10 1 5 TRMT1L ENSG00000121486 +CDS chr1 185147182 185147246 ENST00000367506 protein_coding 10 1 4 TRMT1L ENSG00000121486 +CDS chr1 185150379 185150492 ENST00000367506 protein_coding 10 1 3 TRMT1L ENSG00000121486 +CDS chr1 185151825 185151935 ENST00000367506 protein_coding 10 1 2 TRMT1L ENSG00000121486 +CDS chr1 185156478 185156712 ENST00000367506 protein_coding 10 1 1 TRMT1L ENSG00000121486 +transcript chr1 185157080 185291007 ENST00000367501 protein_coding 7 2 NA SWT1 ENSG00000116668 +transcript chr1 185157167 185291781 ENST00000367500 protein_coding 9 1 NA SWT1 ENSG00000116668 +transcript chr1 185157482 185174626 ENST00000450350 protein_coding 1 2 NA SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000367501 protein_coding 7 2 2 SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000367500 protein_coding 9 1 2 SWT1 ENSG00000116668 +CDS chr1 185160842 185160925 ENST00000450350 protein_coding 1 2 2 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000367501 protein_coding 7 2 3 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000367500 protein_coding 9 1 3 SWT1 ENSG00000116668 +CDS chr1 185166572 185166652 ENST00000450350 protein_coding 1 2 3 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000367501 protein_coding 7 2 4 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000367500 protein_coding 9 1 4 SWT1 ENSG00000116668 +CDS chr1 185168340 185168398 ENST00000450350 protein_coding 1 2 4 SWT1 ENSG00000116668 +CDS chr1 185174372 185175113 ENST00000367501 protein_coding 7 2 5 SWT1 ENSG00000116668 +CDS chr1 185174372 185175113 ENST00000367500 protein_coding 9 1 5 SWT1 ENSG00000116668 +CDS chr1 185174372 185174626 ENST00000450350 protein_coding 1 2 5 SWT1 ENSG00000116668 +CDS chr1 185180391 185180450 ENST00000367501 protein_coding 7 2 6 SWT1 ENSG00000116668 +CDS chr1 185180391 185180450 ENST00000367500 protein_coding 9 1 6 SWT1 ENSG00000116668 +CDS chr1 185181946 185182057 ENST00000367501 protein_coding 7 2 7 SWT1 ENSG00000116668 +CDS chr1 185181946 185182057 ENST00000367500 protein_coding 9 1 7 SWT1 ENSG00000116668 +CDS chr1 185184243 185184344 ENST00000367501 protein_coding 7 2 8 SWT1 ENSG00000116668 +CDS chr1 185184243 185184344 ENST00000367500 protein_coding 9 1 8 SWT1 ENSG00000116668 +CDS chr1 185184743 185184931 ENST00000367501 protein_coding 7 2 9 SWT1 ENSG00000116668 +CDS chr1 185184743 185184931 ENST00000367500 protein_coding 9 1 9 SWT1 ENSG00000116668 +CDS chr1 185190549 185190642 ENST00000367501 protein_coding 7 2 10 SWT1 ENSG00000116668 +CDS chr1 185190549 185190642 ENST00000367500 protein_coding 9 1 10 SWT1 ENSG00000116668 +CDS chr1 185202654 185202799 ENST00000367501 protein_coding 7 2 11 SWT1 ENSG00000116668 +CDS chr1 185202654 185202799 ENST00000367500 protein_coding 9 1 11 SWT1 ENSG00000116668 +CDS chr1 185204700 185204863 ENST00000367501 protein_coding 7 2 12 SWT1 ENSG00000116668 +CDS chr1 185204700 185204863 ENST00000367500 protein_coding 9 1 12 SWT1 ENSG00000116668 +CDS chr1 185206625 185206763 ENST00000367501 protein_coding 7 2 13 SWT1 ENSG00000116668 +CDS chr1 185206625 185206763 ENST00000367500 protein_coding 9 1 13 SWT1 ENSG00000116668 +CDS chr1 185214507 185214655 ENST00000367501 protein_coding 7 2 14 SWT1 ENSG00000116668 +CDS chr1 185214507 185214655 ENST00000367500 protein_coding 9 1 14 SWT1 ENSG00000116668 +CDS chr1 185221849 185222036 ENST00000367501 protein_coding 7 2 15 SWT1 ENSG00000116668 +CDS chr1 185221849 185222036 ENST00000367500 protein_coding 9 1 15 SWT1 ENSG00000116668 +CDS chr1 185231577 185231708 ENST00000367501 protein_coding 7 2 16 SWT1 ENSG00000116668 +CDS chr1 185231577 185231708 ENST00000367500 protein_coding 9 1 16 SWT1 ENSG00000116668 +CDS chr1 185271323 185271389 ENST00000367501 protein_coding 7 2 17 SWT1 ENSG00000116668 +CDS chr1 185271323 185271389 ENST00000367500 protein_coding 9 1 17 SWT1 ENSG00000116668 +CDS chr1 185276604 185276668 ENST00000367501 protein_coding 7 2 18 SWT1 ENSG00000116668 +CDS chr1 185276604 185276668 ENST00000367500 protein_coding 9 1 18 SWT1 ENSG00000116668 +CDS chr1 185290674 185290800 ENST00000367501 protein_coding 7 2 19 SWT1 ENSG00000116668 +CDS chr1 185290674 185290800 ENST00000367500 protein_coding 9 1 19 SWT1 ENSG00000116668 +transcript chr1 185296388 185317243 ENST00000367498 protein_coding 8 1 NA IVNS1ABP ENSG00000116679 +CDS chr1 185298038 185298288 ENST00000367498 protein_coding 8 1 15 IVNS1ABP ENSG00000116679 +CDS chr1 185299710 185299883 ENST00000367498 protein_coding 8 1 14 IVNS1ABP ENSG00000116679 +CDS chr1 185299999 185300130 ENST00000367498 protein_coding 8 1 13 IVNS1ABP ENSG00000116679 +CDS chr1 185300217 185300343 ENST00000367498 protein_coding 8 1 12 IVNS1ABP ENSG00000116679 +CDS chr1 185300437 185300558 ENST00000367498 protein_coding 8 1 11 IVNS1ABP ENSG00000116679 +CDS chr1 185300972 185301196 ENST00000367498 protein_coding 8 1 10 IVNS1ABP ENSG00000116679 +CDS chr1 185301434 185301563 ENST00000367498 protein_coding 8 1 9 IVNS1ABP ENSG00000116679 +CDS chr1 185305536 185305643 ENST00000367498 protein_coding 8 1 8 IVNS1ABP ENSG00000116679 +transcript chr1 185306750 185307662 ENST00000422754 protein_coding 1 2 NA IVNS1ABP ENSG00000116679 +CDS chr1 185306963 185307139 ENST00000422754 protein_coding 1 2 2 IVNS1ABP ENSG00000116679 +CDS chr1 185307014 185307139 ENST00000367498 protein_coding 8 1 7 IVNS1ABP ENSG00000116679 +CDS chr1 185307489 185307662 ENST00000367498 protein_coding 8 1 6 IVNS1ABP ENSG00000116679 +CDS chr1 185307489 185307662 ENST00000422754 protein_coding 1 2 1 IVNS1ABP ENSG00000116679 +transcript chr1 185307680 185311127 ENST00000367497 protein_coding 1 5 NA IVNS1ABP ENSG00000116679 +CDS chr1 185307970 185308017 ENST00000367497 protein_coding 1 5 5 IVNS1ABP ENSG00000116679 +CDS chr1 185308800 185308875 ENST00000367498 protein_coding 8 1 5 IVNS1ABP ENSG00000116679 +CDS chr1 185308800 185308875 ENST00000367497 protein_coding 1 5 4 IVNS1ABP ENSG00000116679 +CDS chr1 185309003 185309172 ENST00000367498 protein_coding 8 1 4 IVNS1ABP ENSG00000116679 +CDS chr1 185309003 185309172 ENST00000367497 protein_coding 1 5 3 IVNS1ABP ENSG00000116679 +CDS chr1 185309383 185309493 ENST00000367498 protein_coding 8 1 3 IVNS1ABP ENSG00000116679 +CDS chr1 185309383 185309493 ENST00000367497 protein_coding 1 5 2 IVNS1ABP ENSG00000116679 +transcript chr1 185734391 186190949 ENST00000271588 protein_coding 9 1 NA HMCN1 ENSG00000143341 +CDS chr1 185734780 185735047 ENST00000271588 protein_coding 9 1 1 HMCN1 ENSG00000143341 +CDS chr1 185846026 185846096 ENST00000271588 protein_coding 9 1 2 HMCN1 ENSG00000143341 +CDS chr1 185864470 185864628 ENST00000271588 protein_coding 9 1 3 HMCN1 ENSG00000143341 +CDS chr1 185865741 185865863 ENST00000271588 protein_coding 9 1 4 HMCN1 ENSG00000143341 +CDS chr1 185909337 185909508 ENST00000271588 protein_coding 9 1 5 HMCN1 ENSG00000143341 +CDS chr1 185911674 185911780 ENST00000271588 protein_coding 9 1 6 HMCN1 ENSG00000143341 +CDS chr1 185922379 185922499 ENST00000271588 protein_coding 9 1 7 HMCN1 ENSG00000143341 +CDS chr1 185923390 185923653 ENST00000271588 protein_coding 9 1 8 HMCN1 ENSG00000143341 +CDS chr1 185925047 185925191 ENST00000271588 protein_coding 9 1 9 HMCN1 ENSG00000143341 +CDS chr1 185928546 185928667 ENST00000271588 protein_coding 9 1 10 HMCN1 ENSG00000143341 +CDS chr1 185933549 185933824 ENST00000271588 protein_coding 9 1 11 HMCN1 ENSG00000143341 +CDS chr1 185962518 185962659 ENST00000271588 protein_coding 9 1 12 HMCN1 ENSG00000143341 +CDS chr1 185963768 185963895 ENST00000271588 protein_coding 9 1 13 HMCN1 ENSG00000143341 +CDS chr1 185965802 185965915 ENST00000271588 protein_coding 9 1 14 HMCN1 ENSG00000143341 +CDS chr1 185970335 185970493 ENST00000271588 protein_coding 9 1 15 HMCN1 ENSG00000143341 +CDS chr1 185977787 185977981 ENST00000271588 protein_coding 9 1 16 HMCN1 ENSG00000143341 +CDS chr1 185980978 185981073 ENST00000271588 protein_coding 9 1 17 HMCN1 ENSG00000143341 +CDS chr1 185982262 185982389 ENST00000271588 protein_coding 9 1 18 HMCN1 ENSG00000143341 +CDS chr1 185984169 185984313 ENST00000271588 protein_coding 9 1 19 HMCN1 ENSG00000143341 +CDS chr1 185987432 185987544 ENST00000271588 protein_coding 9 1 20 HMCN1 ENSG00000143341 +CDS chr1 185989488 185989647 ENST00000271588 protein_coding 9 1 21 HMCN1 ENSG00000143341 +CDS chr1 185990275 185990443 ENST00000271588 protein_coding 9 1 22 HMCN1 ENSG00000143341 +CDS chr1 185993182 185993309 ENST00000271588 protein_coding 9 1 23 HMCN1 ENSG00000143341 +CDS chr1 185994815 185995087 ENST00000271588 protein_coding 9 1 24 HMCN1 ENSG00000143341 +CDS chr1 185997429 185997524 ENST00000271588 protein_coding 9 1 25 HMCN1 ENSG00000143341 +CDS chr1 186000045 186000239 ENST00000271588 protein_coding 9 1 26 HMCN1 ENSG00000143341 +CDS chr1 186001298 186001428 ENST00000271588 protein_coding 9 1 27 HMCN1 ENSG00000143341 +CDS chr1 186001594 186001741 ENST00000271588 protein_coding 9 1 28 HMCN1 ENSG00000143341 +CDS chr1 186003718 186003844 ENST00000271588 protein_coding 9 1 29 HMCN1 ENSG00000143341 +CDS chr1 186007128 186007282 ENST00000271588 protein_coding 9 1 30 HMCN1 ENSG00000143341 +CDS chr1 186015159 186015437 ENST00000271588 protein_coding 9 1 31 HMCN1 ENSG00000143341 +CDS chr1 186015958 186016239 ENST00000271588 protein_coding 9 1 32 HMCN1 ENSG00000143341 +CDS chr1 186016963 186017071 ENST00000271588 protein_coding 9 1 33 HMCN1 ENSG00000143341 +CDS chr1 186018183 186018352 ENST00000271588 protein_coding 9 1 34 HMCN1 ENSG00000143341 +CDS chr1 186019541 186019695 ENST00000271588 protein_coding 9 1 35 HMCN1 ENSG00000143341 +CDS chr1 186023030 186023153 ENST00000271588 protein_coding 9 1 36 HMCN1 ENSG00000143341 +CDS chr1 186037934 186038035 ENST00000271588 protein_coding 9 1 37 HMCN1 ENSG00000143341 +CDS chr1 186038829 186039005 ENST00000271588 protein_coding 9 1 38 HMCN1 ENSG00000143341 +CDS chr1 186039728 186039879 ENST00000271588 protein_coding 9 1 39 HMCN1 ENSG00000143341 +CDS chr1 186041013 186041136 ENST00000271588 protein_coding 9 1 40 HMCN1 ENSG00000143341 +CDS chr1 186045688 186045863 ENST00000271588 protein_coding 9 1 41 HMCN1 ENSG00000143341 +CDS chr1 186048743 186048839 ENST00000271588 protein_coding 9 1 42 HMCN1 ENSG00000143341 +CDS chr1 186052952 186053074 ENST00000271588 protein_coding 9 1 43 HMCN1 ENSG00000143341 +CDS chr1 186053825 186053986 ENST00000271588 protein_coding 9 1 44 HMCN1 ENSG00000143341 +CDS chr1 186055393 186055674 ENST00000271588 protein_coding 9 1 45 HMCN1 ENSG00000143341 +CDS chr1 186057234 186057401 ENST00000271588 protein_coding 9 1 46 HMCN1 ENSG00000143341 +CDS chr1 186061851 186061964 ENST00000271588 protein_coding 9 1 47 HMCN1 ENSG00000143341 +CDS chr1 186062514 186062600 ENST00000271588 protein_coding 9 1 48 HMCN1 ENSG00000143341 +CDS chr1 186065238 186065429 ENST00000271588 protein_coding 9 1 49 HMCN1 ENSG00000143341 +CDS chr1 186067834 186068007 ENST00000271588 protein_coding 9 1 50 HMCN1 ENSG00000143341 +CDS chr1 186069663 186069776 ENST00000271588 protein_coding 9 1 51 HMCN1 ENSG00000143341 +CDS chr1 186070612 186070757 ENST00000271588 protein_coding 9 1 52 HMCN1 ENSG00000143341 +CDS chr1 186074741 186074891 ENST00000271588 protein_coding 9 1 53 HMCN1 ENSG00000143341 +CDS chr1 186076428 186076622 ENST00000271588 protein_coding 9 1 54 HMCN1 ENSG00000143341 +CDS chr1 186078107 186078220 ENST00000271588 protein_coding 9 1 55 HMCN1 ENSG00000143341 +CDS chr1 186081207 186081394 ENST00000271588 protein_coding 9 1 56 HMCN1 ENSG00000143341 +CDS chr1 186082865 186082961 ENST00000271588 protein_coding 9 1 57 HMCN1 ENSG00000143341 +CDS chr1 186086246 186086407 ENST00000271588 protein_coding 9 1 58 HMCN1 ENSG00000143341 +CDS chr1 186087217 186087330 ENST00000271588 protein_coding 9 1 59 HMCN1 ENSG00000143341 +CDS chr1 186087443 186087645 ENST00000271588 protein_coding 9 1 60 HMCN1 ENSG00000143341 +CDS chr1 186087932 186088013 ENST00000271588 protein_coding 9 1 61 HMCN1 ENSG00000143341 +CDS chr1 186088145 186088276 ENST00000271588 protein_coding 9 1 62 HMCN1 ENSG00000143341 +CDS chr1 186088606 186088755 ENST00000271588 protein_coding 9 1 63 HMCN1 ENSG00000143341 +CDS chr1 186090758 186090917 ENST00000271588 protein_coding 9 1 64 HMCN1 ENSG00000143341 +CDS chr1 186093134 186093258 ENST00000271588 protein_coding 9 1 65 HMCN1 ENSG00000143341 +CDS chr1 186093486 186093669 ENST00000271588 protein_coding 9 1 66 HMCN1 ENSG00000143341 +CDS chr1 186094276 186094373 ENST00000271588 protein_coding 9 1 67 HMCN1 ENSG00000143341 +CDS chr1 186095243 186095521 ENST00000271588 protein_coding 9 1 68 HMCN1 ENSG00000143341 +CDS chr1 186103472 186103668 ENST00000271588 protein_coding 9 1 69 HMCN1 ENSG00000143341 +CDS chr1 186106884 186106965 ENST00000271588 protein_coding 9 1 70 HMCN1 ENSG00000143341 +CDS chr1 186108461 186108597 ENST00000271588 protein_coding 9 1 71 HMCN1 ENSG00000143341 +CDS chr1 186112812 186112953 ENST00000271588 protein_coding 9 1 72 HMCN1 ENSG00000143341 +CDS chr1 186113979 186114123 ENST00000271588 protein_coding 9 1 73 HMCN1 ENSG00000143341 +CDS chr1 186114819 186114946 ENST00000271588 protein_coding 9 1 74 HMCN1 ENSG00000143341 +CDS chr1 186115258 186115414 ENST00000271588 protein_coding 9 1 75 HMCN1 ENSG00000143341 +CDS chr1 186116994 186117115 ENST00000271588 protein_coding 9 1 76 HMCN1 ENSG00000143341 +CDS chr1 186117459 186117623 ENST00000271588 protein_coding 9 1 77 HMCN1 ENSG00000143341 +CDS chr1 186119191 186119298 ENST00000271588 protein_coding 9 1 78 HMCN1 ENSG00000143341 +CDS chr1 186119745 186119882 ENST00000271588 protein_coding 9 1 79 HMCN1 ENSG00000143341 +CDS chr1 186120011 186120145 ENST00000271588 protein_coding 9 1 80 HMCN1 ENSG00000143341 +CDS chr1 186122951 186123220 ENST00000271588 protein_coding 9 1 81 HMCN1 ENSG00000143341 +CDS chr1 186125604 186125794 ENST00000271588 protein_coding 9 1 82 HMCN1 ENSG00000143341 +CDS chr1 186128078 186128291 ENST00000271588 protein_coding 9 1 83 HMCN1 ENSG00000143341 +CDS chr1 186129966 186130100 ENST00000271588 protein_coding 9 1 84 HMCN1 ENSG00000143341 +CDS chr1 186130507 186130697 ENST00000271588 protein_coding 9 1 85 HMCN1 ENSG00000143341 +CDS chr1 186132328 186132409 ENST00000271588 protein_coding 9 1 86 HMCN1 ENSG00000143341 +CDS chr1 186136668 186136937 ENST00000271588 protein_coding 9 1 87 HMCN1 ENSG00000143341 +CDS chr1 186137498 186137668 ENST00000271588 protein_coding 9 1 88 HMCN1 ENSG00000143341 +CDS chr1 186137802 186137972 ENST00000271588 protein_coding 9 1 89 HMCN1 ENSG00000143341 +CDS chr1 186144173 186144343 ENST00000271588 protein_coding 9 1 90 HMCN1 ENSG00000143341 +CDS chr1 186144533 186144703 ENST00000271588 protein_coding 9 1 91 HMCN1 ENSG00000143341 +CDS chr1 186145403 186145573 ENST00000271588 protein_coding 9 1 92 HMCN1 ENSG00000143341 +CDS chr1 186145753 186145923 ENST00000271588 protein_coding 9 1 93 HMCN1 ENSG00000143341 +CDS chr1 186151200 186151349 ENST00000271588 protein_coding 9 1 94 HMCN1 ENSG00000143341 +CDS chr1 186151606 186151743 ENST00000271588 protein_coding 9 1 95 HMCN1 ENSG00000143341 +CDS chr1 186152750 186152871 ENST00000271588 protein_coding 9 1 96 HMCN1 ENSG00000143341 +CDS chr1 186153750 186153987 ENST00000271588 protein_coding 9 1 97 HMCN1 ENSG00000143341 +CDS chr1 186165111 186165173 ENST00000271588 protein_coding 9 1 98 HMCN1 ENSG00000143341 +CDS chr1 186166184 186166303 ENST00000271588 protein_coding 9 1 99 HMCN1 ENSG00000143341 +CDS chr1 186166808 186166942 ENST00000271588 protein_coding 9 1 100 HMCN1 ENSG00000143341 +CDS chr1 186171337 186171450 ENST00000271588 protein_coding 9 1 101 HMCN1 ENSG00000143341 +transcript chr1 186171387 186189665 ENST00000414277 protein_coding 1 3 NA HMCN1 ENSG00000143341 +CDS chr1 186171387 186171450 ENST00000414277 protein_coding 1 3 1 HMCN1 ENSG00000143341 +CDS chr1 186172006 186172131 ENST00000271588 protein_coding 9 1 102 HMCN1 ENSG00000143341 +CDS chr1 186172006 186172131 ENST00000414277 protein_coding 1 3 2 HMCN1 ENSG00000143341 +CDS chr1 186174514 186174642 ENST00000271588 protein_coding 9 1 103 HMCN1 ENSG00000143341 +CDS chr1 186174514 186174642 ENST00000414277 protein_coding 1 3 3 HMCN1 ENSG00000143341 +CDS chr1 186178416 186178766 ENST00000271588 protein_coding 9 1 104 HMCN1 ENSG00000143341 +CDS chr1 186182168 186182287 ENST00000271588 protein_coding 9 1 105 HMCN1 ENSG00000143341 +CDS chr1 186182168 186182287 ENST00000414277 protein_coding 1 3 4 HMCN1 ENSG00000143341 +CDS chr1 186187883 186188009 ENST00000271588 protein_coding 9 1 106 HMCN1 ENSG00000143341 +CDS chr1 186187883 186188009 ENST00000414277 protein_coding 1 3 5 HMCN1 ENSG00000143341 +CDS chr1 186189512 186189875 ENST00000271588 protein_coding 9 1 107 HMCN1 ENSG00000143341 +CDS chr1 186189512 186189665 ENST00000414277 protein_coding 1 3 6 HMCN1 ENSG00000143341 +transcript chr1 186296279 186306478 ENST00000533951 protein_coding 5 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186308682 ENST00000367482 protein_coding 8 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000635041 protein_coding 1 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314567 ENST00000445192 protein_coding 7 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000367483 protein_coding 8 5 NA PRG4 ENSG00000116690 +transcript chr1 186296279 186314562 ENST00000367485 protein_coding 4 5 NA PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000533951 protein_coding 5 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367482 protein_coding 8 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000635041 protein_coding 1 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000445192 protein_coding 7 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367483 protein_coding 8 5 2 PRG4 ENSG00000116690 +CDS chr1 186296876 186296951 ENST00000367485 protein_coding 4 5 2 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000635041 protein_coding 1 5 3 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000445192 protein_coding 7 5 3 PRG4 ENSG00000116690 +CDS chr1 186300091 186300213 ENST00000367485 protein_coding 4 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000533951 protein_coding 5 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367482 protein_coding 8 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000635041 protein_coding 1 5 4 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000445192 protein_coding 7 5 4 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367483 protein_coding 8 5 3 PRG4 ENSG00000116690 +CDS chr1 186301592 186301711 ENST00000367485 protein_coding 4 5 4 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000635041 protein_coding 1 5 5 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000445192 protein_coding 7 5 5 PRG4 ENSG00000116690 +CDS chr1 186304108 186304257 ENST00000367483 protein_coding 8 5 4 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000533951 protein_coding 5 5 4 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000445192 protein_coding 7 5 6 PRG4 ENSG00000116690 +CDS chr1 186304794 186304922 ENST00000367483 protein_coding 8 5 5 PRG4 ENSG00000116690 +CDS chr1 186306318 186306478 ENST00000533951 protein_coding 5 5 5 PRG4 ENSG00000116690 +CDS chr1 186306318 186308682 ENST00000367482 protein_coding 8 5 4 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000635041 protein_coding 1 5 6 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000445192 protein_coding 7 5 7 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000367483 protein_coding 8 5 6 PRG4 ENSG00000116690 +CDS chr1 186306318 186309140 ENST00000367485 protein_coding 4 5 5 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000635041 protein_coding 1 5 7 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000445192 protein_coding 7 5 8 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000367483 protein_coding 8 5 7 PRG4 ENSG00000116690 +CDS chr1 186309793 186309870 ENST00000367485 protein_coding 4 5 6 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000635041 protein_coding 1 5 8 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000445192 protein_coding 7 5 9 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000367483 protein_coding 8 5 8 PRG4 ENSG00000116690 +CDS chr1 186311034 186311170 ENST00000367485 protein_coding 4 5 7 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000635041 protein_coding 1 5 9 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000445192 protein_coding 7 5 10 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000367483 protein_coding 8 5 9 PRG4 ENSG00000116690 +CDS chr1 186311440 186311596 ENST00000367485 protein_coding 4 5 8 PRG4 ENSG00000116690 +transcript chr1 186311652 186375253 ENST00000367478 protein_coding 9 1 NA TPR ENSG00000047410 +CDS chr1 186312175 186312372 ENST00000635041 protein_coding 1 5 10 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000445192 protein_coding 7 5 11 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000367483 protein_coding 8 5 10 PRG4 ENSG00000116690 +CDS chr1 186312175 186312372 ENST00000367485 protein_coding 4 5 9 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000635041 protein_coding 1 5 11 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000445192 protein_coding 7 5 12 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000367483 protein_coding 8 5 11 PRG4 ENSG00000116690 +CDS chr1 186312769 186312894 ENST00000367485 protein_coding 4 5 10 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000635041 protein_coding 1 5 12 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000445192 protein_coding 7 5 13 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000367483 protein_coding 8 5 12 PRG4 ENSG00000116690 +CDS chr1 186313681 186313775 ENST00000367485 protein_coding 4 5 11 PRG4 ENSG00000116690 +CDS chr1 186313974 186314026 ENST00000367478 protein_coding 9 1 51 TPR ENSG00000047410 +CDS chr1 186314629 186314724 ENST00000367478 protein_coding 9 1 50 TPR ENSG00000047410 +CDS chr1 186317482 186317600 ENST00000367478 protein_coding 9 1 49 TPR ENSG00000047410 +CDS chr1 186318447 186318603 ENST00000367478 protein_coding 9 1 48 TPR ENSG00000047410 +CDS chr1 186318733 186318828 ENST00000367478 protein_coding 9 1 47 TPR ENSG00000047410 +CDS chr1 186320312 186320418 ENST00000367478 protein_coding 9 1 46 TPR ENSG00000047410 +CDS chr1 186322318 186322412 ENST00000367478 protein_coding 9 1 45 TPR ENSG00000047410 +CDS chr1 186322518 186322586 ENST00000367478 protein_coding 9 1 44 TPR ENSG00000047410 +CDS chr1 186323686 186323870 ENST00000367478 protein_coding 9 1 43 TPR ENSG00000047410 +CDS chr1 186325764 186325854 ENST00000367478 protein_coding 9 1 42 TPR ENSG00000047410 +CDS chr1 186326104 186326235 ENST00000367478 protein_coding 9 1 41 TPR ENSG00000047410 +CDS chr1 186327460 186327660 ENST00000367478 protein_coding 9 1 40 TPR ENSG00000047410 +CDS chr1 186331498 186331581 ENST00000367478 protein_coding 9 1 39 TPR ENSG00000047410 +CDS chr1 186332195 186332343 ENST00000367478 protein_coding 9 1 38 TPR ENSG00000047410 +CDS chr1 186333122 186333394 ENST00000367478 protein_coding 9 1 37 TPR ENSG00000047410 +CDS chr1 186334325 186334533 ENST00000367478 protein_coding 9 1 36 TPR ENSG00000047410 +CDS chr1 186335068 186335129 ENST00000367478 protein_coding 9 1 35 TPR ENSG00000047410 +CDS chr1 186335338 186335543 ENST00000367478 protein_coding 9 1 34 TPR ENSG00000047410 +CDS chr1 186336496 186336694 ENST00000367478 protein_coding 9 1 33 TPR ENSG00000047410 +CDS chr1 186337013 186337156 ENST00000367478 protein_coding 9 1 32 TPR ENSG00000047410 +CDS chr1 186338033 186338243 ENST00000367478 protein_coding 9 1 31 TPR ENSG00000047410 +CDS chr1 186339642 186339772 ENST00000367478 protein_coding 9 1 30 TPR ENSG00000047410 +CDS chr1 186341028 186341159 ENST00000367478 protein_coding 9 1 29 TPR ENSG00000047410 +CDS chr1 186341252 186341389 ENST00000367478 protein_coding 9 1 28 TPR ENSG00000047410 +CDS chr1 186343326 186343473 ENST00000367478 protein_coding 9 1 27 TPR ENSG00000047410 +CDS chr1 186343906 186344090 ENST00000367478 protein_coding 9 1 26 TPR ENSG00000047410 +CDS chr1 186344375 186344578 ENST00000367478 protein_coding 9 1 25 TPR ENSG00000047410 +CDS chr1 186345580 186345696 ENST00000367478 protein_coding 9 1 24 TPR ENSG00000047410 +CDS chr1 186346135 186346287 ENST00000367478 protein_coding 9 1 23 TPR ENSG00000047410 +CDS chr1 186347292 186347458 ENST00000367478 protein_coding 9 1 22 TPR ENSG00000047410 +CDS chr1 186350223 186350388 ENST00000367478 protein_coding 9 1 21 TPR ENSG00000047410 +CDS chr1 186351330 186351470 ENST00000367478 protein_coding 9 1 20 TPR ENSG00000047410 +CDS chr1 186351976 186352110 ENST00000367478 protein_coding 9 1 19 TPR ENSG00000047410 +CDS chr1 186353688 186353850 ENST00000367478 protein_coding 9 1 18 TPR ENSG00000047410 +transcript chr1 186353871 186375325 ENST00000613151 protein_coding 1 5 NA TPR ENSG00000047410 +CDS chr1 186353874 186353880 ENST00000613151 protein_coding 1 5 18 TPR ENSG00000047410 +CDS chr1 186355410 186355558 ENST00000367478 protein_coding 9 1 17 TPR ENSG00000047410 +CDS chr1 186355410 186355558 ENST00000613151 protein_coding 1 5 17 TPR ENSG00000047410 +CDS chr1 186355635 186355768 ENST00000367478 protein_coding 9 1 16 TPR ENSG00000047410 +CDS chr1 186355635 186355768 ENST00000613151 protein_coding 1 5 16 TPR ENSG00000047410 +CDS chr1 186356286 186356449 ENST00000367478 protein_coding 9 1 15 TPR ENSG00000047410 +CDS chr1 186356286 186356449 ENST00000613151 protein_coding 1 5 15 TPR ENSG00000047410 +CDS chr1 186357397 186357623 ENST00000367478 protein_coding 9 1 14 TPR ENSG00000047410 +CDS chr1 186357397 186357623 ENST00000613151 protein_coding 1 5 14 TPR ENSG00000047410 +CDS chr1 186358543 186358650 ENST00000367478 protein_coding 9 1 13 TPR ENSG00000047410 +CDS chr1 186358543 186358650 ENST00000613151 protein_coding 1 5 13 TPR ENSG00000047410 +CDS chr1 186359799 186359996 ENST00000367478 protein_coding 9 1 12 TPR ENSG00000047410 +CDS chr1 186359799 186359996 ENST00000613151 protein_coding 1 5 12 TPR ENSG00000047410 +CDS chr1 186360273 186360364 ENST00000367478 protein_coding 9 1 11 TPR ENSG00000047410 +CDS chr1 186360273 186360364 ENST00000613151 protein_coding 1 5 11 TPR ENSG00000047410 +CDS chr1 186360765 186360905 ENST00000367478 protein_coding 9 1 10 TPR ENSG00000047410 +CDS chr1 186360765 186360905 ENST00000613151 protein_coding 1 5 10 TPR ENSG00000047410 +CDS chr1 186361622 186361709 ENST00000367478 protein_coding 9 1 9 TPR ENSG00000047410 +CDS chr1 186361622 186361709 ENST00000613151 protein_coding 1 5 9 TPR ENSG00000047410 +CDS chr1 186361789 186361869 ENST00000367478 protein_coding 9 1 8 TPR ENSG00000047410 +CDS chr1 186361789 186361869 ENST00000613151 protein_coding 1 5 8 TPR ENSG00000047410 +CDS chr1 186362288 186362380 ENST00000367478 protein_coding 9 1 7 TPR ENSG00000047410 +CDS chr1 186362288 186362380 ENST00000613151 protein_coding 1 5 7 TPR ENSG00000047410 +CDS chr1 186362837 186363001 ENST00000367478 protein_coding 9 1 6 TPR ENSG00000047410 +CDS chr1 186362837 186363001 ENST00000613151 protein_coding 1 5 6 TPR ENSG00000047410 +CDS chr1 186363342 186363445 ENST00000367478 protein_coding 9 1 5 TPR ENSG00000047410 +CDS chr1 186363342 186363445 ENST00000613151 protein_coding 1 5 5 TPR ENSG00000047410 +CDS chr1 186367886 186367982 ENST00000367478 protein_coding 9 1 4 TPR ENSG00000047410 +CDS chr1 186367886 186367982 ENST00000613151 protein_coding 1 5 4 TPR ENSG00000047410 +CDS chr1 186370970 186371043 ENST00000367478 protein_coding 9 1 3 TPR ENSG00000047410 +CDS chr1 186370970 186371043 ENST00000613151 protein_coding 1 5 3 TPR ENSG00000047410 +CDS chr1 186373359 186373463 ENST00000367478 protein_coding 9 1 2 TPR ENSG00000047410 +CDS chr1 186373359 186373463 ENST00000613151 protein_coding 1 5 2 TPR ENSG00000047410 +transcript chr1 186373393 186375693 ENST00000451586 protein_coding 1 2 NA TPR ENSG00000047410 +CDS chr1 186373393 186373463 ENST00000451586 protein_coding 1 2 3 TPR ENSG00000047410 +CDS chr1 186374878 186375028 ENST00000367478 protein_coding 9 1 1 TPR ENSG00000047410 +CDS chr1 186374878 186375186 ENST00000451586 protein_coding 1 2 2 TPR ENSG00000047410 +CDS chr1 186374878 186375028 ENST00000613151 protein_coding 1 5 1 TPR ENSG00000047410 +CDS chr1 186375559 186375628 ENST00000451586 protein_coding 1 2 1 TPR ENSG00000047410 +transcript chr1 186375838 186419551 ENST00000419367 protein_coding 8 2 NA ODR4 ENSG00000157181 +transcript chr1 186375838 186421378 ENST00000367470 protein_coding 8 5 NA ODR4 ENSG00000157181 +transcript chr1 186375838 186421375 ENST00000287859 protein_coding 11 1 NA ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000419367 protein_coding 8 2 2 ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000367470 protein_coding 8 5 2 ODR4 ENSG00000157181 +CDS chr1 186379786 186379884 ENST00000287859 protein_coding 11 1 2 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000419367 protein_coding 8 2 3 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000367470 protein_coding 8 5 3 ODR4 ENSG00000157181 +CDS chr1 186383022 186383156 ENST00000287859 protein_coding 11 1 3 ODR4 ENSG00000157181 +CDS chr1 186385988 186386083 ENST00000367470 protein_coding 8 5 4 ODR4 ENSG00000157181 +CDS chr1 186385988 186386083 ENST00000287859 protein_coding 11 1 4 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000419367 protein_coding 8 2 4 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000367470 protein_coding 8 5 5 ODR4 ENSG00000157181 +CDS chr1 186388442 186388548 ENST00000287859 protein_coding 11 1 5 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000419367 protein_coding 8 2 5 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000367470 protein_coding 8 5 6 ODR4 ENSG00000157181 +CDS chr1 186389588 186389624 ENST00000287859 protein_coding 11 1 6 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000419367 protein_coding 8 2 6 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000367470 protein_coding 8 5 7 ODR4 ENSG00000157181 +CDS chr1 186390711 186390851 ENST00000287859 protein_coding 11 1 7 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000419367 protein_coding 8 2 7 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000367470 protein_coding 8 5 8 ODR4 ENSG00000157181 +CDS chr1 186391696 186391791 ENST00000287859 protein_coding 11 1 8 ODR4 ENSG00000157181 +CDS chr1 186393947 186394015 ENST00000419367 protein_coding 8 2 8 ODR4 ENSG00000157181 +CDS chr1 186393947 186394015 ENST00000287859 protein_coding 11 1 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000419367 protein_coding 8 2 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000367470 protein_coding 8 5 9 ODR4 ENSG00000157181 +CDS chr1 186398313 186398441 ENST00000287859 protein_coding 11 1 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000419367 protein_coding 8 2 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000367470 protein_coding 8 5 10 ODR4 ENSG00000157181 +CDS chr1 186398954 186399044 ENST00000287859 protein_coding 11 1 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000419367 protein_coding 8 2 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000367470 protein_coding 8 5 11 ODR4 ENSG00000157181 +CDS chr1 186406083 186406268 ENST00000287859 protein_coding 11 1 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000419367 protein_coding 8 2 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000367470 protein_coding 8 5 12 ODR4 ENSG00000157181 +CDS chr1 186417544 186417654 ENST00000287859 protein_coding 11 1 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000419367 protein_coding 8 2 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000367470 protein_coding 8 5 13 ODR4 ENSG00000157181 +CDS chr1 186419009 186419073 ENST00000287859 protein_coding 11 1 14 ODR4 ENSG00000157181 +transcript chr1 186443566 186461114 ENST00000391997 protein_coding 3 1 NA PDC ENSG00000116703 +transcript chr1 186443582 186448724 ENST00000497198 protein_coding 1 1 NA PDC ENSG00000116703 +CDS chr1 186443982 186444506 ENST00000391997 protein_coding 3 1 4 PDC ENSG00000116703 +CDS chr1 186443982 186444506 ENST00000497198 protein_coding 1 1 3 PDC ENSG00000116703 +CDS chr1 186446426 186446577 ENST00000391997 protein_coding 3 1 3 PDC ENSG00000116703 +CDS chr1 186446426 186446482 ENST00000497198 protein_coding 1 1 2 PDC ENSG00000116703 +CDS chr1 186449399 186449459 ENST00000391997 protein_coding 3 1 2 PDC ENSG00000116703 +transcript chr1 186671791 186680423 ENST00000367468 protein_coding 10 1 NA PTGS2 ENSG00000073756 +transcript chr1 186671791 186680922 ENST00000680451 protein_coding 1 NA NA PTGS2 ENSG00000073756 +CDS chr1 186674356 186674762 ENST00000367468 protein_coding 10 1 10 PTGS2 ENSG00000073756 +CDS chr1 186674356 186674762 ENST00000680451 protein_coding 1 NA 11 PTGS2 ENSG00000073756 +CDS chr1 186675249 186675396 ENST00000367468 protein_coding 10 1 9 PTGS2 ENSG00000073756 +CDS chr1 186675249 186675396 ENST00000680451 protein_coding 1 NA 10 PTGS2 ENSG00000073756 +CDS chr1 186675898 186676184 ENST00000367468 protein_coding 10 1 8 PTGS2 ENSG00000073756 +CDS chr1 186675898 186676184 ENST00000680451 protein_coding 1 NA 9 PTGS2 ENSG00000073756 +CDS chr1 186676467 186676713 ENST00000367468 protein_coding 10 1 7 PTGS2 ENSG00000073756 +CDS chr1 186676467 186676713 ENST00000680451 protein_coding 1 NA 8 PTGS2 ENSG00000073756 +CDS chr1 186676833 186676916 ENST00000367468 protein_coding 10 1 6 PTGS2 ENSG00000073756 +CDS chr1 186676833 186676916 ENST00000680451 protein_coding 1 NA 7 PTGS2 ENSG00000073756 +CDS chr1 186677649 186677830 ENST00000367468 protein_coding 10 1 5 PTGS2 ENSG00000073756 +CDS chr1 186677649 186677830 ENST00000680451 protein_coding 1 NA 6 PTGS2 ENSG00000073756 +CDS chr1 186678261 186678404 ENST00000367468 protein_coding 10 1 4 PTGS2 ENSG00000073756 +CDS chr1 186678261 186678404 ENST00000680451 protein_coding 1 NA 5 PTGS2 ENSG00000073756 +CDS chr1 186679058 186679201 ENST00000367468 protein_coding 10 1 3 PTGS2 ENSG00000073756 +CDS chr1 186679058 186679201 ENST00000680451 protein_coding 1 NA 4 PTGS2 ENSG00000073756 +CDS chr1 186679322 186679438 ENST00000367468 protein_coding 10 1 2 PTGS2 ENSG00000073756 +CDS chr1 186679322 186679438 ENST00000680451 protein_coding 1 NA 3 PTGS2 ENSG00000073756 +CDS chr1 186680239 186680290 ENST00000367468 protein_coding 10 1 1 PTGS2 ENSG00000073756 +CDS chr1 186680239 186680290 ENST00000680451 protein_coding 1 NA 2 PTGS2 ENSG00000073756 +transcript chr1 186828949 186988981 ENST00000367466 protein_coding 4 1 NA PLA2G4A ENSG00000116711 +CDS chr1 186854355 186854387 ENST00000367466 protein_coding 4 1 2 PLA2G4A ENSG00000116711 +CDS chr1 186870435 186870516 ENST00000367466 protein_coding 4 1 3 PLA2G4A ENSG00000116711 +CDS chr1 186893011 186893159 ENST00000367466 protein_coding 4 1 4 PLA2G4A ENSG00000116711 +CDS chr1 186894098 186894211 ENST00000367466 protein_coding 4 1 5 PLA2G4A ENSG00000116711 +CDS chr1 186906965 186907002 ENST00000367466 protein_coding 4 1 6 PLA2G4A ENSG00000116711 +CDS chr1 186911248 186911389 ENST00000367466 protein_coding 4 1 7 PLA2G4A ENSG00000116711 +CDS chr1 186932763 186932899 ENST00000367466 protein_coding 4 1 8 PLA2G4A ENSG00000116711 +CDS chr1 186939008 186939230 ENST00000367466 protein_coding 4 1 9 PLA2G4A ENSG00000116711 +CDS chr1 186939980 186940094 ENST00000367466 protein_coding 4 1 10 PLA2G4A ENSG00000116711 +CDS chr1 186946637 186946774 ENST00000367466 protein_coding 4 1 11 PLA2G4A ENSG00000116711 +CDS chr1 186946869 186946961 ENST00000367466 protein_coding 4 1 12 PLA2G4A ENSG00000116711 +CDS chr1 186950657 186950728 ENST00000367466 protein_coding 4 1 13 PLA2G4A ENSG00000116711 +CDS chr1 186956102 186956344 ENST00000367466 protein_coding 4 1 14 PLA2G4A ENSG00000116711 +CDS chr1 186965409 186965593 ENST00000367466 protein_coding 4 1 15 PLA2G4A ENSG00000116711 +CDS chr1 186977593 186977788 ENST00000367466 protein_coding 4 1 16 PLA2G4A ENSG00000116711 +CDS chr1 186979315 186979472 ENST00000367466 protein_coding 4 1 17 PLA2G4A ENSG00000116711 +CDS chr1 186988377 186988505 ENST00000367466 protein_coding 4 1 18 PLA2G4A ENSG00000116711 +transcript chr1 190097658 190477864 ENST00000367462 protein_coding 5 1 NA BRINP3 ENSG00000162670 +CDS chr1 190098021 190099134 ENST00000367462 protein_coding 5 1 8 BRINP3 ENSG00000162670 +CDS chr1 190160668 190160890 ENST00000367462 protein_coding 5 1 7 BRINP3 ENSG00000162670 +CDS chr1 190226082 190226318 ENST00000367462 protein_coding 5 1 6 BRINP3 ENSG00000162670 +CDS chr1 190234372 190234477 ENST00000367462 protein_coding 5 1 5 BRINP3 ENSG00000162670 +CDS chr1 190264865 190265055 ENST00000367462 protein_coding 5 1 4 BRINP3 ENSG00000162670 +transcript chr1 190265009 190475984 ENST00000631494 protein_coding 1 4 NA BRINP3 ENSG00000162670 +CDS chr1 190265009 190265055 ENST00000631494 protein_coding 1 4 4 BRINP3 ENSG00000162670 +CDS chr1 190281560 190281750 ENST00000367462 protein_coding 5 1 3 BRINP3 ENSG00000162670 +CDS chr1 190281560 190281750 ENST00000631494 protein_coding 1 4 3 BRINP3 ENSG00000162670 +CDS chr1 190454655 190454890 ENST00000367462 protein_coding 5 1 2 BRINP3 ENSG00000162670 +CDS chr1 190454655 190454890 ENST00000631494 protein_coding 1 4 2 BRINP3 ENSG00000162670 +transcript chr1 190454807 190474801 ENST00000445957 protein_coding 2 3 NA BRINP3 ENSG00000162670 +CDS chr1 190454807 190454890 ENST00000445957 protein_coding 2 3 2 BRINP3 ENSG00000162670 +transcript chr1 192158462 192185815 ENST00000367460 protein_coding 4 1 NA RGS18 ENSG00000150681 +CDS chr1 192158638 192158756 ENST00000367460 protein_coding 4 1 1 RGS18 ENSG00000150681 +CDS chr1 192159220 192159321 ENST00000367460 protein_coding 4 1 2 RGS18 ENSG00000150681 +CDS chr1 192160378 192160439 ENST00000367460 protein_coding 4 1 3 RGS18 ENSG00000150681 +CDS chr1 192181292 192181458 ENST00000367460 protein_coding 4 1 4 RGS18 ENSG00000150681 +CDS chr1 192184297 192184551 ENST00000367460 protein_coding 4 1 5 RGS18 ENSG00000150681 +transcript chr1 192316992 192367285 ENST00000417209 protein_coding 2 1 NA RGS21 ENSG00000253148 +CDS chr1 192343037 192343047 ENST00000417209 protein_coding 2 1 2 RGS21 ENSG00000253148 +CDS chr1 192347313 192347389 ENST00000417209 protein_coding 2 1 3 RGS21 ENSG00000253148 +CDS chr1 192352047 192352213 ENST00000417209 protein_coding 2 1 4 RGS21 ENSG00000253148 +CDS chr1 192365921 192366121 ENST00000417209 protein_coding 2 1 5 RGS21 ENSG00000253148 +transcript chr1 192575773 192580024 ENST00000367459 protein_coding 8 1 NA RGS1 ENSG00000090104 +transcript chr1 192575773 192578955 ENST00000469578 protein_coding 2 2 NA RGS1 ENSG00000090104 +CDS chr1 192575793 192575929 ENST00000367459 protein_coding 8 1 1 RGS1 ENSG00000090104 +CDS chr1 192575793 192575929 ENST00000469578 protein_coding 2 2 1 RGS1 ENSG00000090104 +CDS chr1 192576285 192576365 ENST00000367459 protein_coding 8 1 2 RGS1 ENSG00000090104 +CDS chr1 192576285 192576365 ENST00000469578 protein_coding 2 2 2 RGS1 ENSG00000090104 +CDS chr1 192576774 192576835 ENST00000367459 protein_coding 8 1 3 RGS1 ENSG00000090104 +CDS chr1 192576774 192576835 ENST00000469578 protein_coding 2 2 3 RGS1 ENSG00000090104 +CDS chr1 192578222 192578385 ENST00000367459 protein_coding 8 1 4 RGS1 ENSG00000090104 +CDS chr1 192578222 192578448 ENST00000469578 protein_coding 2 2 4 RGS1 ENSG00000090104 +CDS chr1 192579137 192579319 ENST00000367459 protein_coding 8 1 5 RGS1 ENSG00000090104 +transcript chr1 192636138 192660306 ENST00000543215 protein_coding 5 1 NA RGS13 ENSG00000127074 +transcript chr1 192636147 192660311 ENST00000391995 protein_coding 7 1 NA RGS13 ENSG00000127074 +CDS chr1 192644335 192644399 ENST00000391995 protein_coding 7 1 4 RGS13 ENSG00000127074 +CDS chr1 192644335 192644399 ENST00000543215 protein_coding 5 1 3 RGS13 ENSG00000127074 +CDS chr1 192647926 192647987 ENST00000391995 protein_coding 7 1 5 RGS13 ENSG00000127074 +CDS chr1 192647926 192647987 ENST00000543215 protein_coding 5 1 4 RGS13 ENSG00000127074 +CDS chr1 192658201 192658367 ENST00000391995 protein_coding 7 1 6 RGS13 ENSG00000127074 +CDS chr1 192658201 192658367 ENST00000543215 protein_coding 5 1 5 RGS13 ENSG00000127074 +CDS chr1 192659338 192659520 ENST00000391995 protein_coding 7 1 7 RGS13 ENSG00000127074 +CDS chr1 192659338 192659520 ENST00000543215 protein_coding 5 1 6 RGS13 ENSG00000127074 +transcript chr1 192716132 192716653 ENST00000647225 protein_coding 1 NA NA RPS27AP5 ENSG00000231767 +CDS chr1 192716183 192716650 ENST00000647225 protein_coding 1 NA 1 RPS27AP5 ENSG00000231767 +transcript chr1 192716183 192716650 ENST00000443181 protein_coding 2 NA NA RPS27AP5 ENSG00000231767 +CDS chr1 192716183 192716650 ENST00000443181 protein_coding 2 NA 1 RPS27AP5 ENSG00000231767 +transcript chr1 192809039 192812275 ENST00000235382 protein_coding 7 1 NA RGS2 ENSG00000116741 +CDS chr1 192809072 192809181 ENST00000235382 protein_coding 7 1 1 RGS2 ENSG00000116741 +CDS chr1 192810166 192810267 ENST00000235382 protein_coding 7 1 2 RGS2 ENSG00000116741 +CDS chr1 192810370 192810431 ENST00000235382 protein_coding 7 1 3 RGS2 ENSG00000116741 +CDS chr1 192810981 192811147 ENST00000235382 protein_coding 7 1 4 RGS2 ENSG00000116741 +CDS chr1 192811402 192811593 ENST00000235382 protein_coding 7 1 5 RGS2 ENSG00000116741 +transcript chr1 193012250 193059496 ENST00000367455 protein_coding 8 1 NA UCHL5 ENSG00000116750 +transcript chr1 193012254 193059360 ENST00000367454 protein_coding 6 1 NA UCHL5 ENSG00000116750 +transcript chr1 193015759 193029575 ENST00000420791 protein_coding 5 5 NA UCHL5 ENSG00000116750 +transcript chr1 193015994 193023940 ENST00000449480 protein_coding 5 3 NA UCHL5 ENSG00000116750 +transcript chr1 193016103 193059296 ENST00000367450 protein_coding 7 5 NA UCHL5 ENSG00000116750 +transcript chr1 193016162 193059349 ENST00000367451 protein_coding 8 5 NA UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367455 protein_coding 8 1 11 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367454 protein_coding 6 1 11 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367450 protein_coding 7 5 12 UCHL5 ENSG00000116750 +CDS chr1 193016354 193016395 ENST00000367451 protein_coding 8 5 12 UCHL5 ENSG00000116750 +transcript chr1 193018405 193059361 ENST00000367448 protein_coding 5 1 NA UCHL5 ENSG00000116750 +transcript chr1 193018405 193059409 ENST00000367449 protein_coding 5 1 NA UCHL5 ENSG00000116750 +transcript chr1 193018622 193029309 ENST00000443327 protein_coding 5 5 NA UCHL5 ENSG00000116750 +CDS chr1 193018815 193018820 ENST00000367449 protein_coding 5 1 11 UCHL5 ENSG00000116750 +transcript chr1 193020335 193023922 ENST00000416915 protein_coding 1 3 NA UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000420791 protein_coding 5 5 8 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000449480 protein_coding 5 3 4 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000367448 protein_coding 5 1 11 UCHL5 ENSG00000116750 +CDS chr1 193020346 193020381 ENST00000443327 protein_coding 5 5 6 UCHL5 ENSG00000116750 +CDS chr1 193020451 193020456 ENST00000416915 protein_coding 1 3 4 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367455 protein_coding 8 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000420791 protein_coding 5 5 7 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367454 protein_coding 6 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000449480 protein_coding 5 3 3 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367450 protein_coding 7 5 11 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367451 protein_coding 8 5 11 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367448 protein_coding 5 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000367449 protein_coding 5 1 10 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000443327 protein_coding 5 5 5 UCHL5 ENSG00000116750 +CDS chr1 193021097 193021195 ENST00000416915 protein_coding 1 3 3 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000367455 protein_coding 8 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000420791 protein_coding 5 5 6 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367454 protein_coding 6 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000449480 protein_coding 5 3 2 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000367450 protein_coding 7 5 10 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367451 protein_coding 8 5 10 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367448 protein_coding 5 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000367449 protein_coding 5 1 9 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023039 ENST00000443327 protein_coding 5 5 4 UCHL5 ENSG00000116750 +CDS chr1 193022926 193023036 ENST00000416915 protein_coding 1 3 2 UCHL5 ENSG00000116750 +transcript chr1 193022968 193059521 ENST00000421683 protein_coding 1 3 NA UCHL5 ENSG00000116750 +CDS chr1 193022968 193023036 ENST00000421683 protein_coding 1 3 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367455 protein_coding 8 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000420791 protein_coding 5 5 5 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367454 protein_coding 6 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023940 ENST00000449480 protein_coding 5 3 1 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367450 protein_coding 7 5 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367451 protein_coding 8 5 9 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367448 protein_coding 5 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000367449 protein_coding 5 1 8 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000443327 protein_coding 5 5 3 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023922 ENST00000416915 protein_coding 1 3 1 UCHL5 ENSG00000116750 +CDS chr1 193023844 193023946 ENST00000421683 protein_coding 1 3 8 UCHL5 ENSG00000116750 +CDS chr1 193027875 193027955 ENST00000367450 protein_coding 7 5 8 UCHL5 ENSG00000116750 +CDS chr1 193027875 193027955 ENST00000367451 protein_coding 8 5 8 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367455 protein_coding 8 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000420791 protein_coding 5 5 4 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367454 protein_coding 6 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367450 protein_coding 7 5 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367451 protein_coding 8 5 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367448 protein_coding 5 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000367449 protein_coding 5 1 7 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000443327 protein_coding 5 5 2 UCHL5 ENSG00000116750 +CDS chr1 193028085 193028148 ENST00000421683 protein_coding 1 3 7 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367455 protein_coding 8 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000420791 protein_coding 5 5 3 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367454 protein_coding 6 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367450 protein_coding 7 5 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367451 protein_coding 8 5 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367448 protein_coding 5 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000367449 protein_coding 5 1 6 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000443327 protein_coding 5 5 1 UCHL5 ENSG00000116750 +CDS chr1 193029179 193029309 ENST00000421683 protein_coding 1 3 6 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367455 protein_coding 8 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000420791 protein_coding 5 5 2 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367454 protein_coding 6 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367450 protein_coding 7 5 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367451 protein_coding 8 5 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367448 protein_coding 5 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000367449 protein_coding 5 1 5 UCHL5 ENSG00000116750 +CDS chr1 193029388 193029449 ENST00000421683 protein_coding 1 3 5 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367455 protein_coding 8 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029575 ENST00000420791 protein_coding 5 5 1 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367454 protein_coding 6 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367450 protein_coding 7 5 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367451 protein_coding 8 5 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367448 protein_coding 5 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000367449 protein_coding 5 1 4 UCHL5 ENSG00000116750 +CDS chr1 193029532 193029657 ENST00000421683 protein_coding 1 3 4 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367455 protein_coding 8 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367454 protein_coding 6 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367450 protein_coding 7 5 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367451 protein_coding 8 5 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367448 protein_coding 5 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000367449 protein_coding 5 1 3 UCHL5 ENSG00000116750 +CDS chr1 193049746 193049851 ENST00000421683 protein_coding 1 3 3 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367455 protein_coding 8 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367454 protein_coding 6 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367450 protein_coding 7 5 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367451 protein_coding 8 5 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367448 protein_coding 5 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000367449 protein_coding 5 1 2 UCHL5 ENSG00000116750 +CDS chr1 193051754 193051817 ENST00000421683 protein_coding 1 3 2 UCHL5 ENSG00000116750 +transcript chr1 193051792 193060080 ENST00000417752 protein_coding 1 5 NA UCHL5 ENSG00000116750 +CDS chr1 193051792 193051817 ENST00000417752 protein_coding 1 5 3 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367455 protein_coding 8 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367454 protein_coding 6 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059296 ENST00000367450 protein_coding 7 5 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367451 protein_coding 8 5 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367448 protein_coding 5 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059185 193059260 ENST00000367449 protein_coding 5 1 1 UCHL5 ENSG00000116750 +CDS chr1 193059413 193059461 ENST00000421683 protein_coding 1 3 1 UCHL5 ENSG00000116750 +CDS chr1 193059413 193059515 ENST00000417752 protein_coding 1 5 2 UCHL5 ENSG00000116750 +transcript chr1 193059454 193091219 ENST00000432079 protein_coding 5 1 NA RO60 ENSG00000116747 +transcript chr1 193059612 193091219 ENST00000400968 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193059619 193075890 ENST00000415442 protein_coding 2 3 NA RO60 ENSG00000116747 +CDS chr1 193059633 193059998 ENST00000417752 protein_coding 1 5 1 UCHL5 ENSG00000116750 +transcript chr1 193059659 193069179 ENST00000506303 protein_coding 1 3 NA RO60 ENSG00000116747 +transcript chr1 193060034 193085985 ENST00000367446 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367443 protein_coding 5 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367444 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193060057 193091777 ENST00000367445 protein_coding 7 1 NA RO60 ENSG00000116747 +transcript chr1 193069016 193084866 ENST00000367441 protein_coding 1 1 NA RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000400968 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069181 ENST00000415442 protein_coding 2 3 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069179 ENST00000506303 protein_coding 1 3 3 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367446 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367443 protein_coding 5 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367444 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367445 protein_coding 7 1 2 RO60 ENSG00000116747 +CDS chr1 193069055 193069634 ENST00000367441 protein_coding 1 1 1 RO60 ENSG00000116747 +transcript chr1 193069232 193075931 ENST00000512587 protein_coding 1 3 NA RO60 ENSG00000116747 +CDS chr1 193069232 193069634 ENST00000512587 protein_coding 1 3 1 RO60 ENSG00000116747 +CDS chr1 193070554 193070619 ENST00000512587 protein_coding 1 3 2 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000400968 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193075890 ENST00000415442 protein_coding 2 3 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367446 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367443 protein_coding 5 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367444 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367445 protein_coding 7 1 3 RO60 ENSG00000116747 +CDS chr1 193075820 193076040 ENST00000367441 protein_coding 1 1 2 RO60 ENSG00000116747 +CDS chr1 193075820 193075931 ENST00000512587 protein_coding 1 3 3 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000400968 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367446 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367443 protein_coding 5 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367444 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367445 protein_coding 7 1 4 RO60 ENSG00000116747 +CDS chr1 193076501 193076647 ENST00000367441 protein_coding 1 1 3 RO60 ENSG00000116747 +CDS chr1 193076525 193076647 ENST00000432079 protein_coding 5 1 3 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000400968 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000432079 protein_coding 5 1 4 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367446 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367443 protein_coding 5 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367444 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367445 protein_coding 7 1 5 RO60 ENSG00000116747 +CDS chr1 193076913 193077050 ENST00000367441 protein_coding 1 1 4 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000400968 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000432079 protein_coding 5 1 5 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367446 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367443 protein_coding 5 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367444 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367445 protein_coding 7 1 6 RO60 ENSG00000116747 +CDS chr1 193081364 193081480 ENST00000367441 protein_coding 1 1 5 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000400968 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000432079 protein_coding 5 1 6 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367446 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367443 protein_coding 5 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367444 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367445 protein_coding 7 1 7 RO60 ENSG00000116747 +CDS chr1 193082186 193082299 ENST00000367441 protein_coding 1 1 6 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000400968 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000432079 protein_coding 5 1 7 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367446 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367443 protein_coding 5 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367444 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367445 protein_coding 7 1 8 RO60 ENSG00000116747 +CDS chr1 193082562 193082708 ENST00000367441 protein_coding 1 1 7 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000400968 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000432079 protein_coding 5 1 8 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000367446 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084657 ENST00000367443 protein_coding 5 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084657 ENST00000367444 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084698 ENST00000367445 protein_coding 7 1 9 RO60 ENSG00000116747 +CDS chr1 193084579 193084728 ENST00000367441 protein_coding 1 1 8 RO60 ENSG00000116747 +CDS chr1 193084989 193084999 ENST00000367443 protein_coding 5 1 10 RO60 ENSG00000116747 +CDS chr1 193091651 193091682 ENST00000367444 protein_coding 7 1 10 RO60 ENSG00000116747 +CDS chr1 193091651 193091668 ENST00000367445 protein_coding 7 1 10 RO60 ENSG00000116747 +transcript chr1 193096468 193106114 ENST00000367440 protein_coding 3 1 NA GLRX2 ENSG00000023572 +transcript chr1 193096470 193105414 ENST00000367439 protein_coding 8 1 NA GLRX2 ENSG00000023572 +CDS chr1 193096628 193096759 ENST00000367439 protein_coding 8 1 4 GLRX2 ENSG00000023572 +CDS chr1 193096628 193096759 ENST00000367440 protein_coding 3 1 4 GLRX2 ENSG00000023572 +CDS chr1 193097584 193097760 ENST00000367439 protein_coding 8 1 3 GLRX2 ENSG00000023572 +CDS chr1 193097584 193097760 ENST00000367440 protein_coding 3 1 3 GLRX2 ENSG00000023572 +CDS chr1 193101141 193101204 ENST00000367439 protein_coding 8 1 2 GLRX2 ENSG00000023572 +CDS chr1 193101141 193101204 ENST00000367440 protein_coding 3 1 2 GLRX2 ENSG00000023572 +CDS chr1 193105264 193105382 ENST00000367439 protein_coding 8 1 1 GLRX2 ENSG00000023572 +CDS chr1 193105517 193105638 ENST00000367440 protein_coding 3 1 1 GLRX2 ENSG00000023572 +transcript chr1 193122031 193254815 ENST00000367435 protein_coding 5 1 NA CDC73 ENSG00000134371 +transcript chr1 193122180 193253325 ENST00000635846 protein_coding 1 5 NA CDC73 ENSG00000134371 +CDS chr1 193122201 193122331 ENST00000367435 protein_coding 5 1 1 CDC73 ENSG00000134371 +CDS chr1 193122201 193122331 ENST00000635846 protein_coding 1 5 1 CDC73 ENSG00000134371 +CDS chr1 193125112 193125217 ENST00000367435 protein_coding 5 1 2 CDC73 ENSG00000134371 +CDS chr1 193125112 193125217 ENST00000635846 protein_coding 1 5 2 CDC73 ENSG00000134371 +CDS chr1 193130174 193130243 ENST00000367435 protein_coding 5 1 3 CDC73 ENSG00000134371 +CDS chr1 193130174 193130243 ENST00000635846 protein_coding 1 5 3 CDC73 ENSG00000134371 +CDS chr1 193135391 193135453 ENST00000367435 protein_coding 5 1 4 CDC73 ENSG00000134371 +CDS chr1 193135391 193135453 ENST00000635846 protein_coding 1 5 4 CDC73 ENSG00000134371 +CDS chr1 193135537 193135589 ENST00000367435 protein_coding 5 1 5 CDC73 ENSG00000134371 +CDS chr1 193135537 193135589 ENST00000635846 protein_coding 1 5 5 CDC73 ENSG00000134371 +CDS chr1 193138085 193138173 ENST00000367435 protein_coding 5 1 6 CDC73 ENSG00000134371 +CDS chr1 193138085 193138173 ENST00000635846 protein_coding 1 5 6 CDC73 ENSG00000134371 +CDS chr1 193141850 193142066 ENST00000367435 protein_coding 5 1 7 CDC73 ENSG00000134371 +CDS chr1 193141850 193142066 ENST00000635846 protein_coding 1 5 7 CDC73 ENSG00000134371 +CDS chr1 193147867 193147965 ENST00000367435 protein_coding 5 1 8 CDC73 ENSG00000134371 +CDS chr1 193150304 193150382 ENST00000367435 protein_coding 5 1 9 CDC73 ENSG00000134371 +CDS chr1 193152380 193152444 ENST00000367435 protein_coding 5 1 10 CDC73 ENSG00000134371 +transcript chr1 193178730 193186613 ENST00000367434 protein_coding 5 1 NA B3GALT2 ENSG00000162630 +CDS chr1 193180297 193181562 ENST00000367434 protein_coding 5 1 2 B3GALT2 ENSG00000162630 +CDS chr1 193203795 193203852 ENST00000367435 protein_coding 5 1 11 CDC73 ENSG00000134371 +CDS chr1 193203795 193203852 ENST00000635846 protein_coding 1 5 8 CDC73 ENSG00000134371 +CDS chr1 193212065 193212100 ENST00000367435 protein_coding 5 1 12 CDC73 ENSG00000134371 +CDS chr1 193212065 193212100 ENST00000635846 protein_coding 1 5 9 CDC73 ENSG00000134371 +CDS chr1 193212390 193212477 ENST00000367435 protein_coding 5 1 13 CDC73 ENSG00000134371 +CDS chr1 193212390 193212477 ENST00000635846 protein_coding 1 5 10 CDC73 ENSG00000134371 +CDS chr1 193232993 193233154 ENST00000367435 protein_coding 5 1 14 CDC73 ENSG00000134371 +CDS chr1 193232993 193233154 ENST00000635846 protein_coding 1 5 11 CDC73 ENSG00000134371 +CDS chr1 193236256 193236356 ENST00000367435 protein_coding 5 1 15 CDC73 ENSG00000134371 +CDS chr1 193236256 193236356 ENST00000635846 protein_coding 1 5 12 CDC73 ENSG00000134371 +CDS chr1 193249730 193249871 ENST00000367435 protein_coding 5 1 16 CDC73 ENSG00000134371 +CDS chr1 193249730 193249871 ENST00000635846 protein_coding 1 5 13 CDC73 ENSG00000134371 +CDS chr1 193250676 193250709 ENST00000367435 protein_coding 5 1 17 CDC73 ENSG00000134371 +CDS chr1 193250676 193250709 ENST00000635846 protein_coding 1 5 14 CDC73 ENSG00000134371 +transcript chr1 196225779 196608411 ENST00000367433 protein_coding 9 1 NA KCNT2 ENSG00000162687 +transcript chr1 196225779 196608440 ENST00000294725 protein_coding 14 1 NA KCNT2 ENSG00000162687 +transcript chr1 196227859 196608359 ENST00000609185 protein_coding 5 1 NA KCNT2 ENSG00000162687 +transcript chr1 196227859 196608359 ENST00000451324 protein_coding 6 1 NA KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000367433 protein_coding 9 1 27 KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000609185 protein_coding 5 1 27 KCNT2 ENSG00000162687 +CDS chr1 196228227 196228335 ENST00000294725 protein_coding 14 1 28 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000367433 protein_coding 9 1 26 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000609185 protein_coding 5 1 26 KCNT2 ENSG00000162687 +CDS chr1 196235986 196236070 ENST00000294725 protein_coding 14 1 27 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000367433 protein_coding 9 1 25 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000609185 protein_coding 5 1 25 KCNT2 ENSG00000162687 +CDS chr1 196258194 196258494 ENST00000294725 protein_coding 14 1 26 KCNT2 ENSG00000162687 +CDS chr1 196273468 196273488 ENST00000609185 protein_coding 5 1 24 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000367433 protein_coding 9 1 24 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000609185 protein_coding 5 1 23 KCNT2 ENSG00000162687 +CDS chr1 196280860 196280988 ENST00000294725 protein_coding 14 1 25 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000367433 protein_coding 9 1 23 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000609185 protein_coding 5 1 22 KCNT2 ENSG00000162687 +CDS chr1 196282273 196282356 ENST00000294725 protein_coding 14 1 24 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000367433 protein_coding 9 1 22 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000609185 protein_coding 5 1 21 KCNT2 ENSG00000162687 +CDS chr1 196285657 196285758 ENST00000294725 protein_coding 14 1 23 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000367433 protein_coding 9 1 21 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000609185 protein_coding 5 1 20 KCNT2 ENSG00000162687 +CDS chr1 196305234 196305345 ENST00000294725 protein_coding 14 1 22 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000367433 protein_coding 9 1 20 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000609185 protein_coding 5 1 19 KCNT2 ENSG00000162687 +CDS chr1 196315892 196316026 ENST00000294725 protein_coding 14 1 21 KCNT2 ENSG00000162687 +CDS chr1 196316021 196316021 ENST00000451324 protein_coding 6 1 16 KCNT2 ENSG00000162687 +CDS chr1 196319484 196319555 ENST00000294725 protein_coding 14 1 20 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000367433 protein_coding 9 1 19 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000609185 protein_coding 5 1 18 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000294725 protein_coding 14 1 19 KCNT2 ENSG00000162687 +CDS chr1 196326717 196326889 ENST00000451324 protein_coding 6 1 15 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000367433 protein_coding 9 1 18 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000609185 protein_coding 5 1 17 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000294725 protein_coding 14 1 18 KCNT2 ENSG00000162687 +CDS chr1 196331156 196331261 ENST00000451324 protein_coding 6 1 14 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000367433 protein_coding 9 1 17 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000609185 protein_coding 5 1 16 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000294725 protein_coding 14 1 17 KCNT2 ENSG00000162687 +CDS chr1 196333847 196334060 ENST00000451324 protein_coding 6 1 13 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000367433 protein_coding 9 1 16 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000609185 protein_coding 5 1 15 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000294725 protein_coding 14 1 16 KCNT2 ENSG00000162687 +CDS chr1 196340341 196340570 ENST00000451324 protein_coding 6 1 12 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000367433 protein_coding 9 1 15 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000294725 protein_coding 14 1 15 KCNT2 ENSG00000162687 +CDS chr1 196342079 196342228 ENST00000451324 protein_coding 6 1 11 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000367433 protein_coding 9 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000609185 protein_coding 5 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000294725 protein_coding 14 1 14 KCNT2 ENSG00000162687 +CDS chr1 196373140 196373248 ENST00000451324 protein_coding 6 1 10 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000367433 protein_coding 9 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000609185 protein_coding 5 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000294725 protein_coding 14 1 13 KCNT2 ENSG00000162687 +CDS chr1 196398563 196398671 ENST00000451324 protein_coding 6 1 9 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000367433 protein_coding 9 1 12 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000609185 protein_coding 5 1 12 KCNT2 ENSG00000162687 +CDS chr1 196423050 196423113 ENST00000294725 protein_coding 14 1 12 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000367433 protein_coding 9 1 11 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000609185 protein_coding 5 1 11 KCNT2 ENSG00000162687 +CDS chr1 196425852 196425988 ENST00000294725 protein_coding 14 1 11 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000367433 protein_coding 9 1 10 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000609185 protein_coding 5 1 10 KCNT2 ENSG00000162687 +CDS chr1 196428105 196428269 ENST00000294725 protein_coding 14 1 10 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000367433 protein_coding 9 1 9 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000609185 protein_coding 5 1 9 KCNT2 ENSG00000162687 +CDS chr1 196429577 196429757 ENST00000294725 protein_coding 14 1 9 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000367433 protein_coding 9 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000609185 protein_coding 5 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465387 ENST00000294725 protein_coding 14 1 8 KCNT2 ENSG00000162687 +CDS chr1 196465293 196465310 ENST00000451324 protein_coding 6 1 8 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000367433 protein_coding 9 1 7 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000609185 protein_coding 5 1 7 KCNT2 ENSG00000162687 +CDS chr1 196467703 196467786 ENST00000294725 protein_coding 14 1 7 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000367433 protein_coding 9 1 6 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000609185 protein_coding 5 1 6 KCNT2 ENSG00000162687 +CDS chr1 196468994 196469068 ENST00000294725 protein_coding 14 1 6 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000367433 protein_coding 9 1 5 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000609185 protein_coding 5 1 5 KCNT2 ENSG00000162687 +CDS chr1 196479179 196479238 ENST00000294725 protein_coding 14 1 5 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000367433 protein_coding 9 1 4 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000609185 protein_coding 5 1 4 KCNT2 ENSG00000162687 +CDS chr1 196482331 196482379 ENST00000294725 protein_coding 14 1 4 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000367433 protein_coding 9 1 3 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000609185 protein_coding 5 1 3 KCNT2 ENSG00000162687 +CDS chr1 196489838 196489937 ENST00000294725 protein_coding 14 1 3 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000367433 protein_coding 9 1 2 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000609185 protein_coding 5 1 2 KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000294725 protein_coding 14 1 2 KCNT2 ENSG00000162687 +transcript chr1 196492262 196609225 ENST00000673703 protein_coding 1 NA NA KCNT2 ENSG00000162687 +CDS chr1 196492262 196492341 ENST00000673703 protein_coding 1 NA 3 KCNT2 ENSG00000162687 +CDS chr1 196529395 196529477 ENST00000673703 protein_coding 1 NA 2 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000367433 protein_coding 9 1 1 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000609185 protein_coding 5 1 1 KCNT2 ENSG00000162687 +CDS chr1 196608215 196608309 ENST00000294725 protein_coding 14 1 1 KCNT2 ENSG00000162687 +transcript chr1 196652043 196747504 ENST00000367429 protein_coding 9 1 NA CFH ENSG00000000971 +transcript chr1 196652045 196701566 ENST00000630130 protein_coding 2 1 NA CFH ENSG00000000971 +transcript chr1 196652056 196701565 ENST00000359637 protein_coding 2 1 NA CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000367429 protein_coding 9 1 1 CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000630130 protein_coding 2 1 1 CFH ENSG00000000971 +CDS chr1 196652118 196652175 ENST00000359637 protein_coding 2 1 1 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000367429 protein_coding 9 1 2 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000630130 protein_coding 2 1 2 CFH ENSG00000000971 +CDS chr1 196672978 196673163 ENST00000359637 protein_coding 2 1 2 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000367429 protein_coding 9 1 3 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000630130 protein_coding 2 1 3 CFH ENSG00000000971 +CDS chr1 196673857 196673962 ENST00000359637 protein_coding 2 1 3 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000367429 protein_coding 9 1 4 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000630130 protein_coding 2 1 4 CFH ENSG00000000971 +CDS chr1 196675989 196676065 ENST00000359637 protein_coding 2 1 4 CFH ENSG00000000971 +CDS chr1 196677476 196677667 ENST00000367429 protein_coding 9 1 5 CFH ENSG00000000971 +CDS chr1 196677476 196677667 ENST00000630130 protein_coding 2 1 5 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000367429 protein_coding 9 1 6 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000630130 protein_coding 2 1 6 CFH ENSG00000000971 +CDS chr1 196679623 196679793 ENST00000359637 protein_coding 2 1 5 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000367429 protein_coding 9 1 7 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000630130 protein_coding 2 1 7 CFH ENSG00000000971 +CDS chr1 196685064 196685237 ENST00000359637 protein_coding 2 1 6 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000367429 protein_coding 9 1 8 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000630130 protein_coding 2 1 8 CFH ENSG00000000971 +CDS chr1 196689420 196689614 ENST00000359637 protein_coding 2 1 7 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000367429 protein_coding 9 1 9 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000630130 protein_coding 2 1 9 CFH ENSG00000000971 +CDS chr1 196690063 196690239 ENST00000359637 protein_coding 2 1 8 CFH ENSG00000000971 +CDS chr1 196701318 196701328 ENST00000630130 protein_coding 2 1 10 CFH ENSG00000000971 +CDS chr1 196701318 196701328 ENST00000359637 protein_coding 2 1 9 CFH ENSG00000000971 +CDS chr1 196713735 196713917 ENST00000367429 protein_coding 9 1 10 CFH ENSG00000000971 +CDS chr1 196715593 196715769 ENST00000367429 protein_coding 9 1 11 CFH ENSG00000000971 +CDS chr1 196725121 196725297 ENST00000367429 protein_coding 9 1 12 CFH ENSG00000000971 +CDS chr1 196726470 196726652 ENST00000367429 protein_coding 9 1 13 CFH ENSG00000000971 +CDS chr1 196726761 196726940 ENST00000367429 protein_coding 9 1 14 CFH ENSG00000000971 +CDS chr1 196728346 196728522 ENST00000367429 protein_coding 9 1 15 CFH ENSG00000000971 +CDS chr1 196736824 196737006 ENST00000367429 protein_coding 9 1 16 CFH ENSG00000000971 +CDS chr1 196737475 196737660 ENST00000367429 protein_coding 9 1 17 CFH ENSG00000000971 +CDS chr1 196740619 196740792 ENST00000367429 protein_coding 9 1 18 CFH ENSG00000000971 +CDS chr1 196741875 196742051 ENST00000367429 protein_coding 9 1 19 CFH ENSG00000000971 +CDS chr1 196743452 196743628 ENST00000367429 protein_coding 9 1 20 CFH ENSG00000000971 +CDS chr1 196745817 196745999 ENST00000367429 protein_coding 9 1 21 CFH ENSG00000000971 +CDS chr1 196747111 196747310 ENST00000367429 protein_coding 9 1 22 CFH ENSG00000000971 +transcript chr1 196774813 196790022 ENST00000471440 protein_coding 6 1 NA CFHR3 ENSG00000116785 +transcript chr1 196774816 196793675 ENST00000391985 protein_coding 7 2 NA CFHR3 ENSG00000116785 +transcript chr1 196774840 196795407 ENST00000367425 protein_coding 9 1 NA CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000471440 protein_coding 6 1 1 CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000391985 protein_coding 7 2 1 CFHR3 ENSG00000116785 +CDS chr1 196774887 196774944 ENST00000367425 protein_coding 9 1 1 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000471440 protein_coding 6 1 2 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000391985 protein_coding 7 2 2 CFHR3 ENSG00000116785 +CDS chr1 196779162 196779356 ENST00000367425 protein_coding 9 1 2 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000471440 protein_coding 6 1 3 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000391985 protein_coding 7 2 3 CFHR3 ENSG00000116785 +CDS chr1 196779797 196779973 ENST00000367425 protein_coding 9 1 3 CFHR3 ENSG00000116785 +CDS chr1 196788216 196788398 ENST00000471440 protein_coding 6 1 4 CFHR3 ENSG00000116785 +CDS chr1 196788216 196788398 ENST00000367425 protein_coding 9 1 4 CFHR3 ENSG00000116785 +CDS chr1 196788745 196788827 ENST00000471440 protein_coding 6 1 5 CFHR3 ENSG00000116785 +CDS chr1 196790045 196790227 ENST00000391985 protein_coding 7 2 4 CFHR3 ENSG00000116785 +CDS chr1 196790045 196790227 ENST00000367425 protein_coding 9 1 5 CFHR3 ENSG00000116785 +CDS chr1 196793317 196793510 ENST00000391985 protein_coding 7 2 5 CFHR3 ENSG00000116785 +CDS chr1 196793317 196793510 ENST00000367425 protein_coding 9 1 6 CFHR3 ENSG00000116785 +transcript chr1 196819731 196832189 ENST00000320493 protein_coding 10 1 NA CFHR1 ENSG00000244414 +transcript chr1 196819781 196832189 ENST00000367424 protein_coding 4 5 NA CFHR1 ENSG00000244414 +CDS chr1 196819845 196819902 ENST00000320493 protein_coding 10 1 1 CFHR1 ENSG00000244414 +CDS chr1 196819845 196819902 ENST00000367424 protein_coding 4 5 1 CFHR1 ENSG00000244414 +CDS chr1 196825477 196825671 ENST00000320493 protein_coding 10 1 2 CFHR1 ENSG00000244414 +CDS chr1 196825477 196825671 ENST00000367424 protein_coding 4 5 2 CFHR1 ENSG00000244414 +CDS chr1 196826829 196827005 ENST00000320493 protein_coding 10 1 3 CFHR1 ENSG00000244414 +CDS chr1 196826829 196827005 ENST00000367424 protein_coding 4 5 3 CFHR1 ENSG00000244414 +CDS chr1 196828070 196828246 ENST00000320493 protein_coding 10 1 4 CFHR1 ENSG00000244414 +CDS chr1 196830500 196830682 ENST00000320493 protein_coding 10 1 5 CFHR1 ENSG00000244414 +CDS chr1 196830500 196830682 ENST00000367424 protein_coding 4 5 4 CFHR1 ENSG00000244414 +CDS chr1 196831797 196831996 ENST00000320493 protein_coding 10 1 6 CFHR1 ENSG00000244414 +CDS chr1 196831797 196831996 ENST00000367424 protein_coding 4 5 5 CFHR1 ENSG00000244414 +transcript chr1 196888014 196918713 ENST00000367416 protein_coding 6 2 NA CFHR4 ENSG00000134365 +transcript chr1 196888052 196918633 ENST00000608469 protein_coding 6 1 NA CFHR4 ENSG00000134365 +transcript chr1 196888082 196918633 ENST00000251424 protein_coding 8 1 NA CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000367416 protein_coding 6 2 1 CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000608469 protein_coding 6 1 1 CFHR4 ENSG00000134365 +CDS chr1 196888151 196888208 ENST00000251424 protein_coding 8 1 1 CFHR4 ENSG00000134365 +CDS chr1 196902418 196902615 ENST00000608469 protein_coding 6 1 2 CFHR4 ENSG00000134365 +CDS chr1 196902418 196902615 ENST00000251424 protein_coding 8 1 2 CFHR4 ENSG00000134365 +CDS chr1 196902421 196902615 ENST00000367416 protein_coding 6 2 2 CFHR4 ENSG00000134365 +CDS chr1 196905108 196905290 ENST00000367416 protein_coding 6 2 3 CFHR4 ENSG00000134365 +CDS chr1 196905108 196905290 ENST00000608469 protein_coding 6 1 3 CFHR4 ENSG00000134365 +CDS chr1 196906861 196907037 ENST00000367416 protein_coding 6 2 4 CFHR4 ENSG00000134365 +CDS chr1 196906861 196907037 ENST00000608469 protein_coding 6 1 4 CFHR4 ENSG00000134365 +CDS chr1 196907316 196907498 ENST00000367416 protein_coding 6 2 5 CFHR4 ENSG00000134365 +CDS chr1 196907316 196907498 ENST00000608469 protein_coding 6 1 5 CFHR4 ENSG00000134365 +CDS chr1 196910281 196910478 ENST00000367416 protein_coding 6 2 6 CFHR4 ENSG00000134365 +CDS chr1 196910281 196910478 ENST00000608469 protein_coding 6 1 6 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000367416 protein_coding 6 2 7 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000608469 protein_coding 6 1 7 CFHR4 ENSG00000134365 +CDS chr1 196912740 196912922 ENST00000251424 protein_coding 8 1 3 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000367416 protein_coding 6 2 8 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000608469 protein_coding 6 1 8 CFHR4 ENSG00000134365 +CDS chr1 196914495 196914671 ENST00000251424 protein_coding 8 1 4 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000367416 protein_coding 6 2 9 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000608469 protein_coding 6 1 9 CFHR4 ENSG00000134365 +CDS chr1 196914956 196915138 ENST00000251424 protein_coding 8 1 5 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000367416 protein_coding 6 2 10 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000608469 protein_coding 6 1 10 CFHR4 ENSG00000134365 +CDS chr1 196918210 196918403 ENST00000251424 protein_coding 8 1 6 CFHR4 ENSG00000134365 +transcript chr1 196943738 196959622 ENST00000367415 protein_coding 8 1 NA CFHR2 ENSG00000080910 +transcript chr1 196943756 196959212 ENST00000367421 protein_coding 5 1 NA CFHR2 ENSG00000080910 +transcript chr1 196943772 196959216 ENST00000649283 protein_coding 1 NA NA CFHR2 ENSG00000080910 +transcript chr1 196943772 196959226 ENST00000476712 protein_coding 6 3 NA CFHR2 ENSG00000080910 +transcript chr1 196943837 196959219 ENST00000496448 protein_coding 6 2 NA CFHR2 ENSG00000080910 +transcript chr1 196943858 196959215 ENST00000473386 protein_coding 1 1 NA CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000367415 protein_coding 8 1 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000367421 protein_coding 5 1 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000649283 protein_coding 1 NA 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000476712 protein_coding 6 3 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000496448 protein_coding 6 2 1 CFHR2 ENSG00000080910 +CDS chr1 196943881 196943938 ENST00000473386 protein_coding 1 1 1 CFHR2 ENSG00000080910 +transcript chr1 196943885 196959106 ENST00000649960 protein_coding 1 NA NA CFHR2 ENSG00000080910 +CDS chr1 196943885 196943938 ENST00000649960 protein_coding 1 NA 1 CFHR2 ENSG00000080910 +CDS chr1 196948299 196948553 ENST00000367421 protein_coding 5 1 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000367415 protein_coding 8 1 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000367421 protein_coding 5 1 3 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000476712 protein_coding 6 3 2 CFHR2 ENSG00000080910 +CDS chr1 196949455 196949649 ENST00000649960 protein_coding 1 NA 2 CFHR2 ENSG00000080910 +CDS chr1 196949617 196949649 ENST00000649283 protein_coding 1 NA 2 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000367415 protein_coding 8 1 3 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000367421 protein_coding 5 1 4 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000649283 protein_coding 1 NA 3 CFHR2 ENSG00000080910 +CDS chr1 196950852 196951028 ENST00000496448 protein_coding 6 2 2 CFHR2 ENSG00000080910 +CDS chr1 196950900 196951028 ENST00000476712 protein_coding 6 3 3 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000367415 protein_coding 8 1 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000367421 protein_coding 5 1 5 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000649283 protein_coding 1 NA 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000476712 protein_coding 6 3 4 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000496448 protein_coding 6 2 3 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000473386 protein_coding 1 1 2 CFHR2 ENSG00000080910 +CDS chr1 196957891 196958073 ENST00000649960 protein_coding 1 NA 3 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000367415 protein_coding 8 1 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000367421 protein_coding 5 1 6 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000649283 protein_coding 1 NA 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000476712 protein_coding 6 3 5 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000496448 protein_coding 6 2 4 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000473386 protein_coding 1 1 3 CFHR2 ENSG00000080910 +CDS chr1 196958881 196959077 ENST00000649960 protein_coding 1 NA 4 CFHR2 ENSG00000080910 +transcript chr1 196977556 197009678 ENST00000256785 protein_coding 5 1 NA CFHR5 ENSG00000134389 +CDS chr1 196977665 196977722 ENST00000256785 protein_coding 5 1 1 CFHR5 ENSG00000134389 +CDS chr1 196982885 196983079 ENST00000256785 protein_coding 5 1 2 CFHR5 ENSG00000134389 +CDS chr1 196983961 196984137 ENST00000256785 protein_coding 5 1 3 CFHR5 ENSG00000134389 +CDS chr1 196994080 196994256 ENST00000256785 protein_coding 5 1 4 CFHR5 ENSG00000134389 +CDS chr1 196995717 196995899 ENST00000256785 protein_coding 5 1 5 CFHR5 ENSG00000134389 +CDS chr1 196996022 196996201 ENST00000256785 protein_coding 5 1 6 CFHR5 ENSG00000134389 +CDS chr1 196998128 196998304 ENST00000256785 protein_coding 5 1 7 CFHR5 ENSG00000134389 +CDS chr1 197002482 197002664 ENST00000256785 protein_coding 5 1 8 CFHR5 ENSG00000134389 +CDS chr1 197004661 197004843 ENST00000256785 protein_coding 5 1 9 CFHR5 ENSG00000134389 +CDS chr1 197008487 197008680 ENST00000256785 protein_coding 5 1 10 CFHR5 ENSG00000134389 +transcript chr1 197038741 197055823 ENST00000649282 protein_coding 1 NA NA F13B ENSG00000143278 +transcript chr1 197038741 197067260 ENST00000367412 protein_coding 2 1 NA F13B ENSG00000143278 +CDS chr1 197039381 197039411 ENST00000649282 protein_coding 1 NA 5 F13B ENSG00000143278 +CDS chr1 197039381 197039411 ENST00000367412 protein_coding 2 1 12 F13B ENSG00000143278 +CDS chr1 197040522 197040735 ENST00000649282 protein_coding 1 NA 4 F13B ENSG00000143278 +CDS chr1 197040522 197040735 ENST00000367412 protein_coding 2 1 11 F13B ENSG00000143278 +CDS chr1 197050697 197050879 ENST00000649282 protein_coding 1 NA 3 F13B ENSG00000143278 +CDS chr1 197050697 197050879 ENST00000367412 protein_coding 2 1 10 F13B ENSG00000143278 +CDS chr1 197052634 197052834 ENST00000649282 protein_coding 1 NA 2 F13B ENSG00000143278 +CDS chr1 197052634 197052834 ENST00000367412 protein_coding 2 1 9 F13B ENSG00000143278 +CDS chr1 197055715 197055823 ENST00000649282 protein_coding 1 NA 1 F13B ENSG00000143278 +CDS chr1 197055715 197055897 ENST00000367412 protein_coding 2 1 8 F13B ENSG00000143278 +CDS chr1 197057013 197057198 ENST00000367412 protein_coding 2 1 7 F13B ENSG00000143278 +CDS chr1 197057286 197057465 ENST00000367412 protein_coding 2 1 6 F13B ENSG00000143278 +CDS chr1 197060366 197060542 ENST00000367412 protein_coding 2 1 5 F13B ENSG00000143278 +CDS chr1 197060899 197061075 ENST00000367412 protein_coding 2 1 4 F13B ENSG00000143278 +CDS chr1 197061784 197061969 ENST00000367412 protein_coding 2 1 3 F13B ENSG00000143278 +CDS chr1 197062857 197063057 ENST00000367412 protein_coding 2 1 2 F13B ENSG00000143278 +CDS chr1 197067160 197067223 ENST00000367412 protein_coding 2 1 1 F13B ENSG00000143278 +transcript chr1 197084127 197146669 ENST00000367409 protein_coding 9 1 NA ASPM ENSG00000066279 +transcript chr1 197084127 197146669 ENST00000680265 protein_coding 1 NA NA ASPM ENSG00000066279 +transcript chr1 197084128 197146694 ENST00000294732 protein_coding 11 1 NA ASPM ENSG00000066279 +transcript chr1 197084324 197146437 ENST00000680710 protein_coding 1 NA NA ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000367409 protein_coding 9 1 28 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000680265 protein_coding 1 NA 29 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000294732 protein_coding 11 1 27 ASPM ENSG00000066279 +CDS chr1 197084327 197084426 ENST00000680710 protein_coding 1 NA 28 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000367409 protein_coding 9 1 27 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000680265 protein_coding 1 NA 28 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000294732 protein_coding 11 1 26 ASPM ENSG00000066279 +CDS chr1 197086803 197086972 ENST00000680710 protein_coding 1 NA 27 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000367409 protein_coding 9 1 26 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000680265 protein_coding 1 NA 27 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000294732 protein_coding 11 1 25 ASPM ENSG00000066279 +CDS chr1 197088256 197088432 ENST00000680710 protein_coding 1 NA 26 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000367409 protein_coding 9 1 25 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000680265 protein_coding 1 NA 26 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000294732 protein_coding 11 1 24 ASPM ENSG00000066279 +CDS chr1 197089930 197090084 ENST00000680710 protein_coding 1 NA 25 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000367409 protein_coding 9 1 24 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000680265 protein_coding 1 NA 25 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000294732 protein_coding 11 1 23 ASPM ENSG00000066279 +CDS chr1 197090196 197090388 ENST00000680710 protein_coding 1 NA 24 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000367409 protein_coding 9 1 23 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000680265 protein_coding 1 NA 24 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000294732 protein_coding 11 1 22 ASPM ENSG00000066279 +CDS chr1 197090850 197091041 ENST00000680710 protein_coding 1 NA 23 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000367409 protein_coding 9 1 22 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000680265 protein_coding 1 NA 23 ASPM ENSG00000066279 +CDS chr1 197091907 197092056 ENST00000294732 protein_coding 11 1 21 ASPM ENSG00000066279 +CDS chr1 197091931 197092056 ENST00000680710 protein_coding 1 NA 22 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000367409 protein_coding 9 1 21 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000680265 protein_coding 1 NA 22 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000294732 protein_coding 11 1 20 ASPM ENSG00000066279 +CDS chr1 197093052 197093261 ENST00000680710 protein_coding 1 NA 21 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000367409 protein_coding 9 1 20 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000680265 protein_coding 1 NA 21 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000294732 protein_coding 11 1 19 ASPM ENSG00000066279 +CDS chr1 197094084 197094180 ENST00000680710 protein_coding 1 NA 20 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000367409 protein_coding 9 1 19 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000680265 protein_coding 1 NA 20 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000294732 protein_coding 11 1 18 ASPM ENSG00000066279 +CDS chr1 197095998 197096164 ENST00000680710 protein_coding 1 NA 19 ASPM ENSG00000066279 +CDS chr1 197097282 197097503 ENST00000680265 protein_coding 1 NA 19 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000367409 protein_coding 9 1 18 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000680265 protein_coding 1 NA 18 ASPM ENSG00000066279 +CDS chr1 197100431 197105185 ENST00000680710 protein_coding 1 NA 18 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000367409 protein_coding 9 1 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000680265 protein_coding 1 NA 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000294732 protein_coding 11 1 17 ASPM ENSG00000066279 +CDS chr1 197117789 197117983 ENST00000680710 protein_coding 1 NA 17 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000367409 protein_coding 9 1 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000680265 protein_coding 1 NA 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000294732 protein_coding 11 1 16 ASPM ENSG00000066279 +CDS chr1 197121915 197122043 ENST00000680710 protein_coding 1 NA 16 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000367409 protein_coding 9 1 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000680265 protein_coding 1 NA 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000294732 protein_coding 11 1 15 ASPM ENSG00000066279 +CDS chr1 197122159 197122301 ENST00000680710 protein_coding 1 NA 15 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000367409 protein_coding 9 1 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000680265 protein_coding 1 NA 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000294732 protein_coding 11 1 14 ASPM ENSG00000066279 +CDS chr1 197122388 197122595 ENST00000680710 protein_coding 1 NA 14 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000367409 protein_coding 9 1 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000680265 protein_coding 1 NA 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000294732 protein_coding 11 1 13 ASPM ENSG00000066279 +CDS chr1 197124110 197124331 ENST00000680710 protein_coding 1 NA 13 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000367409 protein_coding 9 1 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000680265 protein_coding 1 NA 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000294732 protein_coding 11 1 12 ASPM ENSG00000066279 +CDS chr1 197124870 197124955 ENST00000680710 protein_coding 1 NA 12 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000367409 protein_coding 9 1 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000680265 protein_coding 1 NA 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000294732 protein_coding 11 1 11 ASPM ENSG00000066279 +CDS chr1 197125046 197125191 ENST00000680710 protein_coding 1 NA 11 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000367409 protein_coding 9 1 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000680265 protein_coding 1 NA 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000294732 protein_coding 11 1 10 ASPM ENSG00000066279 +CDS chr1 197128490 197128665 ENST00000680710 protein_coding 1 NA 10 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000367409 protein_coding 9 1 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000680265 protein_coding 1 NA 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000294732 protein_coding 11 1 9 ASPM ENSG00000066279 +CDS chr1 197129187 197129317 ENST00000680710 protein_coding 1 NA 9 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000367409 protein_coding 9 1 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000680265 protein_coding 1 NA 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000294732 protein_coding 11 1 8 ASPM ENSG00000066279 +CDS chr1 197129915 197130056 ENST00000680710 protein_coding 1 NA 8 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000367409 protein_coding 9 1 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000680265 protein_coding 1 NA 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000294732 protein_coding 11 1 7 ASPM ENSG00000066279 +CDS chr1 197132285 197132352 ENST00000680710 protein_coding 1 NA 7 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000367409 protein_coding 9 1 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000680265 protein_coding 1 NA 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000294732 protein_coding 11 1 6 ASPM ENSG00000066279 +CDS chr1 197133350 197133595 ENST00000680710 protein_coding 1 NA 6 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000367409 protein_coding 9 1 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000680265 protein_coding 1 NA 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000294732 protein_coding 11 1 5 ASPM ENSG00000066279 +CDS chr1 197135096 197135242 ENST00000680710 protein_coding 1 NA 5 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000367409 protein_coding 9 1 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000680265 protein_coding 1 NA 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000294732 protein_coding 11 1 4 ASPM ENSG00000066279 +CDS chr1 197139767 197139871 ENST00000680710 protein_coding 1 NA 4 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000367409 protein_coding 9 1 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000680265 protein_coding 1 NA 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000294732 protein_coding 11 1 3 ASPM ENSG00000066279 +CDS chr1 197142331 197143810 ENST00000680710 protein_coding 1 NA 3 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000367409 protein_coding 9 1 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000680265 protein_coding 1 NA 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000294732 protein_coding 11 1 2 ASPM ENSG00000066279 +CDS chr1 197143957 197144100 ENST00000680710 protein_coding 1 NA 2 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000367409 protein_coding 9 1 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000680265 protein_coding 1 NA 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000294732 protein_coding 11 1 1 ASPM ENSG00000066279 +CDS chr1 197146141 197146437 ENST00000680710 protein_coding 1 NA 1 ASPM ENSG00000066279 +transcript chr1 197153682 197201293 ENST00000367405 protein_coding 5 1 NA ZBTB41 ENSG00000177888 +CDS chr1 197159362 197160014 ENST00000367405 protein_coding 5 1 11 ZBTB41 ENSG00000177888 +CDS chr1 197172160 197172248 ENST00000367405 protein_coding 5 1 10 ZBTB41 ENSG00000177888 +CDS chr1 197175010 197175115 ENST00000367405 protein_coding 5 1 9 ZBTB41 ENSG00000177888 +CDS chr1 197176564 197176670 ENST00000367405 protein_coding 5 1 8 ZBTB41 ENSG00000177888 +CDS chr1 197178417 197178512 ENST00000367405 protein_coding 5 1 7 ZBTB41 ENSG00000177888 +CDS chr1 197180988 197181117 ENST00000367405 protein_coding 5 1 6 ZBTB41 ENSG00000177888 +CDS chr1 197188292 197188439 ENST00000367405 protein_coding 5 1 5 ZBTB41 ENSG00000177888 +CDS chr1 197190762 197190831 ENST00000367405 protein_coding 5 1 4 ZBTB41 ENSG00000177888 +CDS chr1 197191692 197191899 ENST00000367405 protein_coding 5 1 3 ZBTB41 ENSG00000177888 +CDS chr1 197199354 197200473 ENST00000367405 protein_coding 5 1 2 ZBTB41 ENSG00000177888 +transcript chr1 197268204 197478454 ENST00000535699 protein_coding 5 5 NA CRB1 ENSG00000134376 +transcript chr1 197268204 197478454 ENST00000538660 protein_coding 5 2 NA CRB1 ENSG00000134376 +transcript chr1 197268252 197478455 ENST00000367400 protein_coding 8 1 NA CRB1 ENSG00000134376 +transcript chr1 197268278 197442500 ENST00000638467 protein_coding 1 1 NA CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000538660 protein_coding 5 2 1 CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000367400 protein_coding 8 1 1 CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000638467 protein_coding 1 1 1 CRB1 ENSG00000134376 +transcript chr1 197268413 197477879 ENST00000367399 protein_coding 6 1 NA CRB1 ENSG00000134376 +CDS chr1 197268413 197268482 ENST00000367399 protein_coding 6 1 1 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000538660 protein_coding 5 2 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000367400 protein_coding 8 1 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000638467 protein_coding 1 1 2 CRB1 ENSG00000134376 +CDS chr1 197328422 197329003 ENST00000367399 protein_coding 6 1 2 CRB1 ENSG00000134376 +CDS chr1 197328559 197329003 ENST00000535699 protein_coding 5 5 2 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000535699 protein_coding 5 5 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000538660 protein_coding 5 2 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000367400 protein_coding 8 1 3 CRB1 ENSG00000134376 +CDS chr1 197344281 197344476 ENST00000638467 protein_coding 1 1 3 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000535699 protein_coding 5 5 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000538660 protein_coding 5 2 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000367400 protein_coding 8 1 4 CRB1 ENSG00000134376 +CDS chr1 197347340 197347479 ENST00000638467 protein_coding 1 1 4 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000535699 protein_coding 5 5 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000538660 protein_coding 5 2 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000367400 protein_coding 8 1 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000638467 protein_coding 1 1 5 CRB1 ENSG00000134376 +CDS chr1 197356831 197357013 ENST00000367399 protein_coding 6 1 3 CRB1 ENSG00000134376 +transcript chr1 197413829 197444819 ENST00000367397 protein_coding 1 2 NA CRB1 ENSG00000134376 +transcript chr1 197413849 197442513 ENST00000681519 protein_coding 1 NA NA CRB1 ENSG00000134376 +CDS chr1 197413949 197414000 ENST00000681519 protein_coding 1 NA 1 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000535699 protein_coding 5 5 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000538660 protein_coding 5 2 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000367400 protein_coding 8 1 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000638467 protein_coding 1 1 6 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000367399 protein_coding 6 1 4 CRB1 ENSG00000134376 +CDS chr1 197421000 197421956 ENST00000681519 protein_coding 1 NA 2 CRB1 ENSG00000134376 +CDS chr1 197421686 197421956 ENST00000367397 protein_coding 1 2 2 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000535699 protein_coding 5 5 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367400 protein_coding 8 1 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000638467 protein_coding 1 1 7 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367399 protein_coding 6 1 5 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000367397 protein_coding 1 2 3 CRB1 ENSG00000134376 +CDS chr1 197427454 197428001 ENST00000681519 protein_coding 1 NA 3 CRB1 ENSG00000134376 +CDS chr1 197428974 197429108 ENST00000535699 protein_coding 5 5 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000535699 protein_coding 5 5 9 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367400 protein_coding 8 1 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000638467 protein_coding 1 1 8 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367399 protein_coding 6 1 6 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000367397 protein_coding 1 2 4 CRB1 ENSG00000134376 +CDS chr1 197429449 197429614 ENST00000681519 protein_coding 1 NA 4 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000535699 protein_coding 5 5 10 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367400 protein_coding 8 1 9 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000638467 protein_coding 1 1 9 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367399 protein_coding 6 1 7 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000367397 protein_coding 1 2 5 CRB1 ENSG00000134376 +CDS chr1 197434706 197435612 ENST00000681519 protein_coding 1 NA 5 CRB1 ENSG00000134376 +CDS chr1 197435600 197435612 ENST00000538660 protein_coding 5 2 7 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000535699 protein_coding 5 5 11 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000538660 protein_coding 5 2 8 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000367400 protein_coding 8 1 10 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000638467 protein_coding 1 1 10 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000367399 protein_coding 6 1 8 CRB1 ENSG00000134376 +CDS chr1 197438547 197438676 ENST00000367397 protein_coding 1 2 6 CRB1 ENSG00000134376 +CDS chr1 197438547 197438675 ENST00000681519 protein_coding 1 NA 6 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000535699 protein_coding 5 5 12 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000538660 protein_coding 5 2 9 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000367400 protein_coding 8 1 11 CRB1 ENSG00000134376 +CDS chr1 197442166 197442415 ENST00000638467 protein_coding 1 1 11 CRB1 ENSG00000134376 +CDS chr1 197442166 197442292 ENST00000367399 protein_coding 6 1 9 CRB1 ENSG00000134376 +CDS chr1 197442166 197442415 ENST00000681519 protein_coding 1 NA 7 CRB1 ENSG00000134376 +transcript chr1 197442170 197478455 ENST00000448952 protein_coding 1 1 NA CRB1 ENSG00000134376 +CDS chr1 197442170 197442292 ENST00000448952 protein_coding 1 1 1 CRB1 ENSG00000134376 +CDS chr1 197477548 197477550 ENST00000448952 protein_coding 1 1 2 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000535699 protein_coding 5 5 13 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000538660 protein_coding 5 2 10 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000367400 protein_coding 8 1 12 CRB1 ENSG00000134376 +CDS chr1 197477664 197477876 ENST00000367399 protein_coding 6 1 10 CRB1 ENSG00000134376 +transcript chr1 197504748 197775480 ENST00000620048 protein_coding 6 5 NA DENND1B ENSG00000213047 +CDS chr1 197510463 197510972 ENST00000620048 protein_coding 6 5 23 DENND1B ENSG00000213047 +CDS chr1 197511728 197511944 ENST00000620048 protein_coding 6 5 22 DENND1B ENSG00000213047 +CDS chr1 197512871 197512953 ENST00000620048 protein_coding 6 5 21 DENND1B ENSG00000213047 +CDS chr1 197539964 197540071 ENST00000620048 protein_coding 6 5 20 DENND1B ENSG00000213047 +CDS chr1 197540959 197541015 ENST00000620048 protein_coding 6 5 19 DENND1B ENSG00000213047 +CDS chr1 197545922 197545990 ENST00000620048 protein_coding 6 5 18 DENND1B ENSG00000213047 +CDS chr1 197546733 197546773 ENST00000620048 protein_coding 6 5 17 DENND1B ENSG00000213047 +transcript chr1 197552255 197775192 ENST00000235453 protein_coding 8 1 NA DENND1B ENSG00000213047 +transcript chr1 197552255 197775325 ENST00000367396 protein_coding 7 1 NA DENND1B ENSG00000213047 +CDS chr1 197552984 197553112 ENST00000235453 protein_coding 8 1 16 DENND1B ENSG00000213047 +CDS chr1 197552984 197553112 ENST00000367396 protein_coding 7 1 16 DENND1B ENSG00000213047 +CDS chr1 197553022 197553112 ENST00000620048 protein_coding 6 5 16 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000620048 protein_coding 6 5 15 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000235453 protein_coding 8 1 15 DENND1B ENSG00000213047 +CDS chr1 197583152 197583253 ENST00000367396 protein_coding 7 1 15 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000620048 protein_coding 6 5 14 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000235453 protein_coding 8 1 14 DENND1B ENSG00000213047 +CDS chr1 197595208 197595333 ENST00000367396 protein_coding 7 1 14 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000620048 protein_coding 6 5 13 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000235453 protein_coding 8 1 13 DENND1B ENSG00000213047 +CDS chr1 197607073 197607174 ENST00000367396 protein_coding 7 1 13 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000620048 protein_coding 6 5 12 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000235453 protein_coding 8 1 12 DENND1B ENSG00000213047 +CDS chr1 197611931 197611976 ENST00000367396 protein_coding 7 1 12 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000620048 protein_coding 6 5 11 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000235453 protein_coding 8 1 11 DENND1B ENSG00000213047 +CDS chr1 197617659 197617759 ENST00000367396 protein_coding 7 1 11 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000620048 protein_coding 6 5 10 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000235453 protein_coding 8 1 10 DENND1B ENSG00000213047 +CDS chr1 197642711 197642821 ENST00000367396 protein_coding 7 1 10 DENND1B ENSG00000213047 +transcript chr1 197642773 197775633 ENST00000422998 protein_coding 1 3 NA DENND1B ENSG00000213047 +CDS chr1 197642773 197642821 ENST00000422998 protein_coding 1 3 8 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000620048 protein_coding 6 5 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000235453 protein_coding 8 1 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000367396 protein_coding 7 1 9 DENND1B ENSG00000213047 +CDS chr1 197645690 197645743 ENST00000422998 protein_coding 1 3 7 DENND1B ENSG00000213047 +CDS chr1 197647055 197647114 ENST00000620048 protein_coding 6 5 8 DENND1B ENSG00000213047 +CDS chr1 197647055 197647114 ENST00000367396 protein_coding 7 1 8 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000620048 protein_coding 6 5 7 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000235453 protein_coding 8 1 8 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000367396 protein_coding 7 1 7 DENND1B ENSG00000213047 +CDS chr1 197652235 197652315 ENST00000422998 protein_coding 1 3 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000620048 protein_coding 6 5 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000235453 protein_coding 8 1 7 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000367396 protein_coding 7 1 6 DENND1B ENSG00000213047 +CDS chr1 197658300 197658369 ENST00000422998 protein_coding 1 3 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000620048 protein_coding 6 5 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000235453 protein_coding 8 1 6 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000367396 protein_coding 7 1 5 DENND1B ENSG00000213047 +CDS chr1 197672037 197672156 ENST00000422998 protein_coding 1 3 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000620048 protein_coding 6 5 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000235453 protein_coding 8 1 5 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000367396 protein_coding 7 1 4 DENND1B ENSG00000213047 +CDS chr1 197674120 197674169 ENST00000422998 protein_coding 1 3 3 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000620048 protein_coding 6 5 3 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000235453 protein_coding 8 1 4 DENND1B ENSG00000213047 +CDS chr1 197715031 197715074 ENST00000367396 protein_coding 7 1 3 DENND1B ENSG00000213047 +CDS chr1 197735586 197735637 ENST00000235453 protein_coding 8 1 3 DENND1B ENSG00000213047 +CDS chr1 197772868 197772932 ENST00000620048 protein_coding 6 5 2 DENND1B ENSG00000213047 +CDS chr1 197772868 197772932 ENST00000367396 protein_coding 7 1 2 DENND1B ENSG00000213047 +CDS chr1 197772868 197772885 ENST00000422998 protein_coding 1 3 2 DENND1B ENSG00000213047 +CDS chr1 197775139 197775155 ENST00000620048 protein_coding 6 5 1 DENND1B ENSG00000213047 +CDS chr1 197775139 197775155 ENST00000367396 protein_coding 7 1 1 DENND1B ENSG00000213047 +transcript chr1 197902630 197907362 ENST00000367393 protein_coding 8 1 NA C1orf53 ENSG00000203724 +CDS chr1 197902650 197902913 ENST00000367393 protein_coding 8 1 1 C1orf53 ENSG00000203724 +transcript chr1 197902778 197907367 ENST00000436652 protein_coding 1 3 NA C1orf53 ENSG00000203724 +CDS chr1 197902778 197902850 ENST00000436652 protein_coding 1 3 1 C1orf53 ENSG00000203724 +CDS chr1 197905796 197905897 ENST00000367393 protein_coding 8 1 2 C1orf53 ENSG00000203724 +CDS chr1 197905796 197905897 ENST00000436652 protein_coding 1 3 2 C1orf53 ENSG00000203724 +CDS chr1 197907149 197907217 ENST00000367393 protein_coding 8 1 3 C1orf53 ENSG00000203724 +CDS chr1 197907149 197907217 ENST00000436652 protein_coding 1 3 3 C1orf53 ENSG00000203724 +transcript chr1 197911902 197917991 ENST00000606127 protein_coding 2 3 NA LHX9 ENSG00000143355 +transcript chr1 197912488 197917959 ENST00000475727 protein_coding 1 1 NA LHX9 ENSG00000143355 +transcript chr1 197912491 197932591 ENST00000367391 protein_coding 5 5 NA LHX9 ENSG00000143355 +transcript chr1 197912505 197935478 ENST00000367390 protein_coding 7 1 NA LHX9 ENSG00000143355 +CDS chr1 197912532 197912559 ENST00000367391 protein_coding 5 5 1 LHX9 ENSG00000143355 +CDS chr1 197912532 197912559 ENST00000367390 protein_coding 7 1 1 LHX9 ENSG00000143355 +transcript chr1 197915837 197932266 ENST00000561173 protein_coding 5 5 NA LHX9 ENSG00000143355 +CDS chr1 197916679 197916751 ENST00000561173 protein_coding 5 5 1 LHX9 ENSG00000143355 +transcript chr1 197917355 197918766 ENST00000367388 protein_coding 4 2 NA LHX9 ENSG00000143355 +transcript chr1 197917372 197935478 ENST00000367387 protein_coding 6 1 NA LHX9 ENSG00000143355 +CDS chr1 197917824 197917997 ENST00000367387 protein_coding 6 1 1 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000367391 protein_coding 5 5 2 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000367390 protein_coding 7 1 2 LHX9 ENSG00000143355 +CDS chr1 197917879 197917997 ENST00000561173 protein_coding 5 5 2 LHX9 ENSG00000143355 +CDS chr1 197917881 197917991 ENST00000606127 protein_coding 2 3 4 LHX9 ENSG00000143355 +CDS chr1 197917881 197917959 ENST00000475727 protein_coding 1 1 3 LHX9 ENSG00000143355 +CDS chr1 197917881 197917997 ENST00000367388 protein_coding 4 2 2 LHX9 ENSG00000143355 +CDS chr1 197918316 197918360 ENST00000367388 protein_coding 4 2 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367391 protein_coding 5 5 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367390 protein_coding 7 1 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000561173 protein_coding 5 5 3 LHX9 ENSG00000143355 +CDS chr1 197919972 197920174 ENST00000367387 protein_coding 6 1 2 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367391 protein_coding 5 5 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367390 protein_coding 7 1 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000561173 protein_coding 5 5 4 LHX9 ENSG00000143355 +CDS chr1 197921304 197921659 ENST00000367387 protein_coding 6 1 3 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367391 protein_coding 5 5 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367390 protein_coding 7 1 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000561173 protein_coding 5 5 5 LHX9 ENSG00000143355 +CDS chr1 197927591 197927793 ENST00000367387 protein_coding 6 1 4 LHX9 ENSG00000143355 +CDS chr1 197929002 197929256 ENST00000367390 protein_coding 7 1 6 LHX9 ENSG00000143355 +CDS chr1 197929002 197929256 ENST00000367387 protein_coding 6 1 5 LHX9 ENSG00000143355 +CDS chr1 197931919 197931972 ENST00000367391 protein_coding 5 5 6 LHX9 ENSG00000143355 +CDS chr1 197931919 197931972 ENST00000561173 protein_coding 5 5 6 LHX9 ENSG00000143355 +transcript chr1 198156994 198253078 ENST00000442588 protein_coding 5 5 NA NEK7 ENSG00000151414 +transcript chr1 198156998 198322420 ENST00000367385 protein_coding 9 5 NA NEK7 ENSG00000151414 +transcript chr1 198156998 198319522 ENST00000538004 protein_coding 5 1 NA NEK7 ENSG00000151414 +transcript chr1 198157121 198256531 ENST00000367383 protein_coding 5 2 NA NEK7 ENSG00000151414 +transcript chr1 198206874 198253168 ENST00000544035 protein_coding 5 5 NA NEK7 ENSG00000151414 +transcript chr1 198220799 198262623 ENST00000391974 protein_coding 3 3 NA NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000367385 protein_coding 9 5 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000442588 protein_coding 5 5 3 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000538004 protein_coding 5 1 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000367383 protein_coding 5 2 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000544035 protein_coding 5 5 2 NEK7 ENSG00000151414 +CDS chr1 198232581 198232637 ENST00000391974 protein_coding 3 3 2 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000367385 protein_coding 9 5 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253078 ENST00000442588 protein_coding 5 5 4 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000538004 protein_coding 5 1 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000367383 protein_coding 5 2 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253168 ENST00000544035 protein_coding 5 5 3 NEK7 ENSG00000151414 +CDS chr1 198253040 198253180 ENST00000391974 protein_coding 3 3 3 NEK7 ENSG00000151414 +CDS chr1 198256328 198256486 ENST00000367383 protein_coding 5 2 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262637 ENST00000367385 protein_coding 9 5 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262637 ENST00000538004 protein_coding 5 1 4 NEK7 ENSG00000151414 +CDS chr1 198262575 198262623 ENST00000391974 protein_coding 3 3 4 NEK7 ENSG00000151414 +CDS chr1 198264125 198264235 ENST00000367385 protein_coding 9 5 5 NEK7 ENSG00000151414 +CDS chr1 198264125 198264235 ENST00000538004 protein_coding 5 1 5 NEK7 ENSG00000151414 +CDS chr1 198277961 198278069 ENST00000367385 protein_coding 9 5 6 NEK7 ENSG00000151414 +CDS chr1 198277961 198278069 ENST00000538004 protein_coding 5 1 6 NEK7 ENSG00000151414 +CDS chr1 198278954 198279061 ENST00000367385 protein_coding 9 5 7 NEK7 ENSG00000151414 +CDS chr1 198278954 198279061 ENST00000538004 protein_coding 5 1 7 NEK7 ENSG00000151414 +CDS chr1 198292945 198293039 ENST00000367385 protein_coding 9 5 8 NEK7 ENSG00000151414 +CDS chr1 198292945 198293039 ENST00000538004 protein_coding 5 1 8 NEK7 ENSG00000151414 +CDS chr1 198297127 198297240 ENST00000367385 protein_coding 9 5 9 NEK7 ENSG00000151414 +CDS chr1 198297127 198297240 ENST00000538004 protein_coding 5 1 9 NEK7 ENSG00000151414 +CDS chr1 198319412 198319519 ENST00000367385 protein_coding 9 5 10 NEK7 ENSG00000151414 +CDS chr1 198319412 198319519 ENST00000538004 protein_coding 5 1 10 NEK7 ENSG00000151414 +transcript chr1 198523222 198540680 ENST00000367382 protein_coding 6 1 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523222 198540945 ENST00000309309 protein_coding 11 5 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523224 198540945 ENST00000281087 protein_coding 6 5 NA ATP6V1G3 ENSG00000151418 +transcript chr1 198523341 198540674 ENST00000489986 protein_coding 1 1 NA ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000367382 protein_coding 6 1 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000489986 protein_coding 1 1 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198523394 198523564 ENST00000281087 protein_coding 6 5 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000367382 protein_coding 6 1 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000489986 protein_coding 1 1 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198529081 198529181 ENST00000281087 protein_coding 6 5 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198529133 198529181 ENST00000309309 protein_coding 11 5 4 ATP6V1G3 ENSG00000151418 +CDS chr1 198536679 198536724 ENST00000309309 protein_coding 11 5 3 ATP6V1G3 ENSG00000151418 +CDS chr1 198536679 198536696 ENST00000489986 protein_coding 1 1 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000367382 protein_coding 6 1 1 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000309309 protein_coding 11 5 2 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000489986 protein_coding 1 1 1 ATP6V1G3 ENSG00000151418 +CDS chr1 198540569 198540650 ENST00000281087 protein_coding 6 5 2 ATP6V1G3 ENSG00000151418 +transcript chr1 198638457 198708157 ENST00000367379 protein_coding 6 5 NA PTPRC ENSG00000081237 +transcript chr1 198638723 198706875 ENST00000643513 protein_coding 1 NA NA PTPRC ENSG00000081237 +transcript chr1 198638968 198757283 ENST00000348564 protein_coding 11 1 NA PTPRC ENSG00000081237 +transcript chr1 198639019 198732556 ENST00000530727 protein_coding 5 1 NA PTPRC ENSG00000081237 +transcript chr1 198639040 198757476 ENST00000442510 protein_coding 8 1 NA PTPRC ENSG00000081237 +transcript chr1 198639046 198704485 ENST00000645247 protein_coding 1 NA NA PTPRC ENSG00000081237 +transcript chr1 198639095 198735252 ENST00000367367 protein_coding 8 2 NA PTPRC ENSG00000081237 +transcript chr1 198639097 198693206 ENST00000367364 protein_coding 5 1 NA PTPRC ENSG00000081237 +transcript chr1 198639097 198695171 ENST00000413409 protein_coding 6 1 NA PTPRC ENSG00000081237 +transcript chr1 198639162 198699620 ENST00000418674 protein_coding 1 2 NA PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367379 protein_coding 6 5 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000643513 protein_coding 1 NA 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000348564 protein_coding 11 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000442510 protein_coding 8 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000530727 protein_coding 5 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000645247 protein_coding 1 NA 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367367 protein_coding 8 2 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000367364 protein_coding 5 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000413409 protein_coding 6 1 2 PTPRC ENSG00000081237 +CDS chr1 198639269 198639341 ENST00000418674 protein_coding 1 2 1 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000367379 protein_coding 6 5 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000643513 protein_coding 1 NA 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000348564 protein_coding 11 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000442510 protein_coding 8 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000530727 protein_coding 5 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000645247 protein_coding 1 NA 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000367367 protein_coding 8 2 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692381 ENST00000367364 protein_coding 5 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000413409 protein_coding 6 1 3 PTPRC ENSG00000081237 +CDS chr1 198692347 198692373 ENST00000418674 protein_coding 1 2 2 PTPRC ENSG00000081237 +CDS chr1 198694018 198694140 ENST00000645247 protein_coding 1 NA 4 PTPRC ENSG00000081237 +CDS chr1 198694018 198694178 ENST00000413409 protein_coding 6 1 4 PTPRC ENSG00000081237 +CDS chr1 198696712 198696909 ENST00000442510 protein_coding 8 1 4 PTPRC ENSG00000081237 +CDS chr1 198696712 198696909 ENST00000418674 protein_coding 1 2 3 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000643513 protein_coding 1 NA 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000442510 protein_coding 8 1 5 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000530727 protein_coding 5 1 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000645247 protein_coding 1 NA 5 PTPRC ENSG00000081237 +CDS chr1 198699564 198699704 ENST00000367367 protein_coding 8 2 4 PTPRC ENSG00000081237 +CDS chr1 198699564 198699620 ENST00000418674 protein_coding 1 2 4 PTPRC ENSG00000081237 +CDS chr1 198702387 198702530 ENST00000442510 protein_coding 8 1 6 PTPRC ENSG00000081237 +CDS chr1 198702387 198702530 ENST00000367367 protein_coding 8 2 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000367379 protein_coding 6 5 4 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000643513 protein_coding 1 NA 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000348564 protein_coding 11 1 4 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000442510 protein_coding 8 1 7 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000530727 protein_coding 5 1 5 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000645247 protein_coding 1 NA 6 PTPRC ENSG00000081237 +CDS chr1 198703298 198703372 ENST00000367367 protein_coding 8 2 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000367379 protein_coding 6 5 5 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000643513 protein_coding 1 NA 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000348564 protein_coding 11 1 5 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000442510 protein_coding 8 1 8 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000530727 protein_coding 5 1 6 PTPRC ENSG00000081237 +CDS chr1 198704472 198704485 ENST00000645247 protein_coding 1 NA 7 PTPRC ENSG00000081237 +CDS chr1 198704472 198704498 ENST00000367367 protein_coding 8 2 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000367379 protein_coding 6 5 6 PTPRC ENSG00000081237 +CDS chr1 198706734 198706875 ENST00000643513 protein_coding 1 NA 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000348564 protein_coding 11 1 6 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000442510 protein_coding 8 1 9 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000530727 protein_coding 5 1 7 PTPRC ENSG00000081237 +CDS chr1 198706734 198706952 ENST00000367367 protein_coding 8 2 8 PTPRC ENSG00000081237 +CDS chr1 198708133 198708157 ENST00000367379 protein_coding 6 5 7 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000348564 protein_coding 11 1 7 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000442510 protein_coding 8 1 10 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000530727 protein_coding 5 1 8 PTPRC ENSG00000081237 +CDS chr1 198708133 198708261 ENST00000367367 protein_coding 8 2 9 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000348564 protein_coding 11 1 8 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000442510 protein_coding 8 1 11 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000530727 protein_coding 5 1 9 PTPRC ENSG00000081237 +CDS chr1 198709687 198709824 ENST00000367367 protein_coding 8 2 10 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000348564 protein_coding 11 1 9 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000442510 protein_coding 8 1 12 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000530727 protein_coding 5 1 10 PTPRC ENSG00000081237 +CDS chr1 198712953 198713072 ENST00000367367 protein_coding 8 2 11 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000348564 protein_coding 11 1 10 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000442510 protein_coding 8 1 13 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000530727 protein_coding 5 1 11 PTPRC ENSG00000081237 +CDS chr1 198716682 198716840 ENST00000367367 protein_coding 8 2 12 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000348564 protein_coding 11 1 11 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000442510 protein_coding 8 1 14 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000530727 protein_coding 5 1 12 PTPRC ENSG00000081237 +CDS chr1 198718094 198718302 ENST00000367367 protein_coding 8 2 13 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000348564 protein_coding 11 1 12 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000442510 protein_coding 8 1 15 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000530727 protein_coding 5 1 13 PTPRC ENSG00000081237 +CDS chr1 198722416 198722476 ENST00000367367 protein_coding 8 2 14 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000348564 protein_coding 11 1 13 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000442510 protein_coding 8 1 16 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000530727 protein_coding 5 1 14 PTPRC ENSG00000081237 +CDS chr1 198728340 198728448 ENST00000367367 protein_coding 8 2 15 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000348564 protein_coding 11 1 14 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000442510 protein_coding 8 1 17 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000530727 protein_coding 5 1 15 PTPRC ENSG00000081237 +CDS chr1 198729137 198729171 ENST00000367367 protein_coding 8 2 16 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000348564 protein_coding 11 1 15 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000442510 protein_coding 8 1 18 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000530727 protein_coding 5 1 16 PTPRC ENSG00000081237 +CDS chr1 198731617 198731726 ENST00000367367 protein_coding 8 2 17 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000348564 protein_coding 11 1 16 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000442510 protein_coding 8 1 19 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000530727 protein_coding 5 1 17 PTPRC ENSG00000081237 +CDS chr1 198732300 198732390 ENST00000367367 protein_coding 8 2 18 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000348564 protein_coding 11 1 17 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000442510 protein_coding 8 1 20 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000530727 protein_coding 5 1 18 PTPRC ENSG00000081237 +CDS chr1 198732480 198732556 ENST00000367367 protein_coding 8 2 19 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000348564 protein_coding 11 1 18 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000442510 protein_coding 8 1 21 PTPRC ENSG00000081237 +CDS chr1 198734196 198734232 ENST00000367367 protein_coding 8 2 20 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000348564 protein_coding 11 1 19 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000442510 protein_coding 8 1 22 PTPRC ENSG00000081237 +CDS chr1 198734328 198734425 ENST00000367367 protein_coding 8 2 21 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000348564 protein_coding 11 1 20 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000442510 protein_coding 8 1 23 PTPRC ENSG00000081237 +CDS chr1 198735127 198735252 ENST00000367367 protein_coding 8 2 22 PTPRC ENSG00000081237 +CDS chr1 198741869 198742026 ENST00000348564 protein_coding 11 1 21 PTPRC ENSG00000081237 +CDS chr1 198741869 198742026 ENST00000442510 protein_coding 8 1 24 PTPRC ENSG00000081237 +CDS chr1 198742232 198742367 ENST00000348564 protein_coding 11 1 22 PTPRC ENSG00000081237 +CDS chr1 198742232 198742367 ENST00000442510 protein_coding 8 1 25 PTPRC ENSG00000081237 +CDS chr1 198744054 198744203 ENST00000348564 protein_coding 11 1 23 PTPRC ENSG00000081237 +CDS chr1 198744054 198744203 ENST00000442510 protein_coding 8 1 26 PTPRC ENSG00000081237 +CDS chr1 198748109 198748199 ENST00000348564 protein_coding 11 1 24 PTPRC ENSG00000081237 +CDS chr1 198748109 198748199 ENST00000442510 protein_coding 8 1 27 PTPRC ENSG00000081237 +CDS chr1 198749416 198749549 ENST00000348564 protein_coding 11 1 25 PTPRC ENSG00000081237 +CDS chr1 198749416 198749549 ENST00000442510 protein_coding 8 1 28 PTPRC ENSG00000081237 +CDS chr1 198750492 198750626 ENST00000348564 protein_coding 11 1 26 PTPRC ENSG00000081237 +CDS chr1 198750492 198750626 ENST00000442510 protein_coding 8 1 29 PTPRC ENSG00000081237 +CDS chr1 198752249 198752371 ENST00000348564 protein_coding 11 1 27 PTPRC ENSG00000081237 +CDS chr1 198752249 198752371 ENST00000442510 protein_coding 8 1 30 PTPRC ENSG00000081237 +CDS chr1 198752594 198752772 ENST00000348564 protein_coding 11 1 28 PTPRC ENSG00000081237 +CDS chr1 198752594 198752772 ENST00000442510 protein_coding 8 1 31 PTPRC ENSG00000081237 +CDS chr1 198754269 198754404 ENST00000348564 protein_coding 11 1 29 PTPRC ENSG00000081237 +CDS chr1 198754269 198754404 ENST00000442510 protein_coding 8 1 32 PTPRC ENSG00000081237 +CDS chr1 198755906 198756178 ENST00000348564 protein_coding 11 1 30 PTPRC ENSG00000081237 +CDS chr1 198755906 198756178 ENST00000442510 protein_coding 8 1 33 PTPRC ENSG00000081237 +transcript chr1 200027614 200175603 ENST00000236914 protein_coding 7 1 NA NR5A2 ENSG00000116833 +transcript chr1 200027710 200177415 ENST00000367362 protein_coding 8 1 NA NR5A2 ENSG00000116833 +CDS chr1 200027848 200027911 ENST00000367362 protein_coding 8 1 1 NR5A2 ENSG00000116833 +CDS chr1 200027848 200027911 ENST00000236914 protein_coding 7 1 1 NR5A2 ENSG00000116833 +transcript chr1 200027883 200039769 ENST00000447034 protein_coding 1 1 NA NR5A2 ENSG00000116833 +CDS chr1 200027883 200027911 ENST00000447034 protein_coding 1 1 1 NR5A2 ENSG00000116833 +CDS chr1 200038701 200038772 ENST00000447034 protein_coding 1 1 2 NR5A2 ENSG00000116833 +CDS chr1 200039658 200039795 ENST00000367362 protein_coding 8 1 2 NR5A2 ENSG00000116833 +CDS chr1 200039658 200039769 ENST00000447034 protein_coding 1 1 3 NR5A2 ENSG00000116833 +transcript chr1 200042825 200177420 ENST00000544748 protein_coding 5 2 NA NR5A2 ENSG00000116833 +CDS chr1 200043774 200043892 ENST00000367362 protein_coding 8 1 3 NR5A2 ENSG00000116833 +CDS chr1 200043774 200043892 ENST00000236914 protein_coding 7 1 2 NR5A2 ENSG00000116833 +CDS chr1 200043788 200043892 ENST00000544748 protein_coding 5 2 2 NR5A2 ENSG00000116833 +transcript chr1 200043810 200058424 ENST00000367357 protein_coding 3 1 NA NR5A2 ENSG00000116833 +CDS chr1 200043810 200043892 ENST00000367357 protein_coding 3 1 1 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000367362 protein_coding 8 1 4 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000236914 protein_coding 7 1 3 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000367357 protein_coding 3 1 2 NR5A2 ENSG00000116833 +CDS chr1 200045443 200045584 ENST00000544748 protein_coding 5 2 3 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000367362 protein_coding 8 1 5 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000236914 protein_coding 7 1 4 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000367357 protein_coding 3 1 3 NR5A2 ENSG00000116833 +CDS chr1 200048172 200048818 ENST00000544748 protein_coding 5 2 4 NR5A2 ENSG00000116833 +CDS chr1 200057504 200057761 ENST00000367357 protein_coding 3 1 4 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000367362 protein_coding 8 1 6 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000236914 protein_coding 7 1 5 NR5A2 ENSG00000116833 +CDS chr1 200111202 200111321 ENST00000544748 protein_coding 5 2 5 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000367362 protein_coding 8 1 7 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000236914 protein_coding 7 1 6 NR5A2 ENSG00000116833 +CDS chr1 200120808 200120955 ENST00000544748 protein_coding 5 2 6 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000367362 protein_coding 8 1 8 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000236914 protein_coding 7 1 7 NR5A2 ENSG00000116833 +CDS chr1 200173963 200174207 ENST00000544748 protein_coding 5 2 7 NR5A2 ENSG00000116833 +transcript chr1 200404940 200410056 ENST00000294740 protein_coding 3 1 NA ZNF281 ENSG00000162702 +transcript chr1 200404951 200410036 ENST00000367353 protein_coding 2 1 NA ZNF281 ENSG00000162702 +transcript chr1 200406730 200409992 ENST00000367352 protein_coding 3 2 NA ZNF281 ENSG00000162702 +CDS chr1 200407021 200409705 ENST00000294740 protein_coding 3 1 2 ZNF281 ENSG00000162702 +CDS chr1 200407021 200409705 ENST00000367353 protein_coding 2 1 2 ZNF281 ENSG00000162702 +CDS chr1 200407021 200409452 ENST00000367352 protein_coding 3 2 3 ZNF281 ENSG00000162702 +CDS chr1 200409561 200409705 ENST00000367352 protein_coding 3 2 2 ZNF281 ENSG00000162702 +transcript chr1 200551497 200618723 ENST00000614960 protein_coding 4 1 NA KIF14 ENSG00000118193 +transcript chr1 200551500 200620751 ENST00000367350 protein_coding 5 2 NA KIF14 ENSG00000118193 +CDS chr1 200553391 200553767 ENST00000367350 protein_coding 5 2 30 KIF14 ENSG00000118193 +CDS chr1 200553391 200553767 ENST00000614960 protein_coding 4 1 29 KIF14 ENSG00000118193 +CDS chr1 200554468 200554606 ENST00000367350 protein_coding 5 2 29 KIF14 ENSG00000118193 +CDS chr1 200554468 200554606 ENST00000614960 protein_coding 4 1 28 KIF14 ENSG00000118193 +CDS chr1 200555380 200555454 ENST00000367350 protein_coding 5 2 28 KIF14 ENSG00000118193 +CDS chr1 200555380 200555454 ENST00000614960 protein_coding 4 1 27 KIF14 ENSG00000118193 +CDS chr1 200559330 200559452 ENST00000367350 protein_coding 5 2 27 KIF14 ENSG00000118193 +CDS chr1 200559330 200559452 ENST00000614960 protein_coding 4 1 26 KIF14 ENSG00000118193 +CDS chr1 200560722 200560880 ENST00000367350 protein_coding 5 2 26 KIF14 ENSG00000118193 +CDS chr1 200560722 200560880 ENST00000614960 protein_coding 4 1 25 KIF14 ENSG00000118193 +CDS chr1 200565069 200565253 ENST00000367350 protein_coding 5 2 25 KIF14 ENSG00000118193 +CDS chr1 200565069 200565253 ENST00000614960 protein_coding 4 1 24 KIF14 ENSG00000118193 +CDS chr1 200565445 200565669 ENST00000367350 protein_coding 5 2 24 KIF14 ENSG00000118193 +CDS chr1 200565445 200565669 ENST00000614960 protein_coding 4 1 23 KIF14 ENSG00000118193 +CDS chr1 200569911 200570005 ENST00000367350 protein_coding 5 2 23 KIF14 ENSG00000118193 +CDS chr1 200569911 200570005 ENST00000614960 protein_coding 4 1 22 KIF14 ENSG00000118193 +CDS chr1 200575591 200575691 ENST00000367350 protein_coding 5 2 22 KIF14 ENSG00000118193 +CDS chr1 200575591 200575691 ENST00000614960 protein_coding 4 1 21 KIF14 ENSG00000118193 +CDS chr1 200580254 200580383 ENST00000367350 protein_coding 5 2 21 KIF14 ENSG00000118193 +CDS chr1 200580254 200580383 ENST00000614960 protein_coding 4 1 20 KIF14 ENSG00000118193 +CDS chr1 200581201 200581294 ENST00000367350 protein_coding 5 2 20 KIF14 ENSG00000118193 +CDS chr1 200581201 200581294 ENST00000614960 protein_coding 4 1 19 KIF14 ENSG00000118193 +CDS chr1 200586101 200586227 ENST00000367350 protein_coding 5 2 19 KIF14 ENSG00000118193 +CDS chr1 200586101 200586227 ENST00000614960 protein_coding 4 1 18 KIF14 ENSG00000118193 +CDS chr1 200589217 200589369 ENST00000367350 protein_coding 5 2 18 KIF14 ENSG00000118193 +CDS chr1 200589217 200589369 ENST00000614960 protein_coding 4 1 17 KIF14 ENSG00000118193 +CDS chr1 200590125 200590272 ENST00000367350 protein_coding 5 2 17 KIF14 ENSG00000118193 +CDS chr1 200590125 200590272 ENST00000614960 protein_coding 4 1 16 KIF14 ENSG00000118193 +CDS chr1 200592080 200592240 ENST00000367350 protein_coding 5 2 16 KIF14 ENSG00000118193 +CDS chr1 200592080 200592240 ENST00000614960 protein_coding 4 1 15 KIF14 ENSG00000118193 +CDS chr1 200593667 200593769 ENST00000367350 protein_coding 5 2 15 KIF14 ENSG00000118193 +CDS chr1 200593667 200593769 ENST00000614960 protein_coding 4 1 14 KIF14 ENSG00000118193 +CDS chr1 200598237 200598421 ENST00000367350 protein_coding 5 2 14 KIF14 ENSG00000118193 +CDS chr1 200598237 200598421 ENST00000614960 protein_coding 4 1 13 KIF14 ENSG00000118193 +CDS chr1 200600050 200600113 ENST00000367350 protein_coding 5 2 13 KIF14 ENSG00000118193 +CDS chr1 200600050 200600113 ENST00000614960 protein_coding 4 1 12 KIF14 ENSG00000118193 +CDS chr1 200600356 200600503 ENST00000367350 protein_coding 5 2 12 KIF14 ENSG00000118193 +CDS chr1 200600356 200600503 ENST00000614960 protein_coding 4 1 11 KIF14 ENSG00000118193 +CDS chr1 200601896 200602068 ENST00000367350 protein_coding 5 2 11 KIF14 ENSG00000118193 +CDS chr1 200601896 200602068 ENST00000614960 protein_coding 4 1 10 KIF14 ENSG00000118193 +CDS chr1 200603226 200603341 ENST00000367350 protein_coding 5 2 10 KIF14 ENSG00000118193 +CDS chr1 200603226 200603341 ENST00000614960 protein_coding 4 1 9 KIF14 ENSG00000118193 +CDS chr1 200603839 200603955 ENST00000367350 protein_coding 5 2 9 KIF14 ENSG00000118193 +CDS chr1 200603839 200603955 ENST00000614960 protein_coding 4 1 8 KIF14 ENSG00000118193 +CDS chr1 200605283 200605390 ENST00000367350 protein_coding 5 2 8 KIF14 ENSG00000118193 +CDS chr1 200605283 200605390 ENST00000614960 protein_coding 4 1 7 KIF14 ENSG00000118193 +CDS chr1 200605864 200605894 ENST00000367350 protein_coding 5 2 7 KIF14 ENSG00000118193 +CDS chr1 200605864 200605894 ENST00000614960 protein_coding 4 1 6 KIF14 ENSG00000118193 +CDS chr1 200606746 200606798 ENST00000367350 protein_coding 5 2 6 KIF14 ENSG00000118193 +CDS chr1 200606746 200606798 ENST00000614960 protein_coding 4 1 5 KIF14 ENSG00000118193 +CDS chr1 200608830 200608928 ENST00000367350 protein_coding 5 2 5 KIF14 ENSG00000118193 +CDS chr1 200608830 200608928 ENST00000614960 protein_coding 4 1 4 KIF14 ENSG00000118193 +CDS chr1 200614318 200614405 ENST00000367350 protein_coding 5 2 4 KIF14 ENSG00000118193 +CDS chr1 200614318 200614405 ENST00000614960 protein_coding 4 1 3 KIF14 ENSG00000118193 +CDS chr1 200615355 200615609 ENST00000367350 protein_coding 5 2 3 KIF14 ENSG00000118193 +CDS chr1 200615355 200615609 ENST00000614960 protein_coding 4 1 2 KIF14 ENSG00000118193 +CDS chr1 200617612 200618723 ENST00000367350 protein_coding 5 2 2 KIF14 ENSG00000118193 +CDS chr1 200617612 200618723 ENST00000614960 protein_coding 4 1 1 KIF14 ENSG00000118193 +transcript chr1 200623896 200669907 ENST00000447706 protein_coding 6 2 NA DDX59 ENSG00000118197 +CDS chr1 200624904 200625047 ENST00000447706 protein_coding 6 2 8 DDX59 ENSG00000118197 +transcript chr1 200640811 200649149 ENST00000452560 protein_coding 5 3 NA DDX59 ENSG00000118197 +transcript chr1 200640822 200650652 ENST00000413408 protein_coding 5 5 NA DDX59 ENSG00000118197 +CDS chr1 200641111 200641185 ENST00000452560 protein_coding 5 3 3 DDX59 ENSG00000118197 +CDS chr1 200641152 200641256 ENST00000413408 protein_coding 5 5 4 DDX59 ENSG00000118197 +transcript chr1 200644037 200669907 ENST00000331314 protein_coding 11 1 NA DDX59 ENSG00000118197 +transcript chr1 200644121 200663964 ENST00000429498 protein_coding 5 3 NA DDX59 ENSG00000118197 +CDS chr1 200644257 200644517 ENST00000331314 protein_coding 11 1 8 DDX59 ENSG00000118197 +CDS chr1 200644257 200644517 ENST00000429498 protein_coding 5 3 4 DDX59 ENSG00000118197 +transcript chr1 200644369 200654869 ENST00000433235 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200644369 200644517 ENST00000433235 protein_coding 1 3 6 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000447706 protein_coding 6 2 7 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000452560 protein_coding 5 3 2 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000413408 protein_coding 5 5 3 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000331314 protein_coding 11 1 7 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000429498 protein_coding 5 3 3 DDX59 ENSG00000118197 +CDS chr1 200648439 200648567 ENST00000433235 protein_coding 1 3 5 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000447706 protein_coding 6 2 6 DDX59 ENSG00000118197 +CDS chr1 200649074 200649149 ENST00000452560 protein_coding 5 3 1 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000413408 protein_coding 5 5 2 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000331314 protein_coding 11 1 6 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000429498 protein_coding 5 3 2 DDX59 ENSG00000118197 +CDS chr1 200649074 200649226 ENST00000433235 protein_coding 1 3 4 DDX59 ENSG00000118197 +CDS chr1 200650425 200650676 ENST00000447706 protein_coding 6 2 5 DDX59 ENSG00000118197 +CDS chr1 200650425 200650652 ENST00000413408 protein_coding 5 5 1 DDX59 ENSG00000118197 +CDS chr1 200650425 200650676 ENST00000331314 protein_coding 11 1 5 DDX59 ENSG00000118197 +CDS chr1 200650425 200650667 ENST00000433235 protein_coding 1 3 3 DDX59 ENSG00000118197 +transcript chr1 200650443 200655104 ENST00000453944 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200650443 200650667 ENST00000453944 protein_coding 1 3 3 DDX59 ENSG00000118197 +CDS chr1 200659027 200659116 ENST00000447706 protein_coding 6 2 4 DDX59 ENSG00000118197 +CDS chr1 200659027 200659116 ENST00000331314 protein_coding 11 1 4 DDX59 ENSG00000118197 +CDS chr1 200663919 200664086 ENST00000447706 protein_coding 6 2 3 DDX59 ENSG00000118197 +CDS chr1 200663919 200664086 ENST00000331314 protein_coding 11 1 3 DDX59 ENSG00000118197 +CDS chr1 200663919 200663964 ENST00000429498 protein_coding 5 3 1 DDX59 ENSG00000118197 +CDS chr1 200665937 200666740 ENST00000447706 protein_coding 6 2 2 DDX59 ENSG00000118197 +CDS chr1 200665937 200666740 ENST00000331314 protein_coding 11 1 2 DDX59 ENSG00000118197 +transcript chr1 200666259 200669708 ENST00000436897 protein_coding 1 3 NA DDX59 ENSG00000118197 +CDS chr1 200666259 200666740 ENST00000436897 protein_coding 1 3 2 DDX59 ENSG00000118197 +transcript chr1 200738893 200860704 ENST00000358823 protein_coding 7 5 NA CAMSAP2 ENSG00000118200 +transcript chr1 200739779 200858119 ENST00000413307 protein_coding 6 1 NA CAMSAP2 ENSG00000118200 +transcript chr1 200739779 200860701 ENST00000236925 protein_coding 8 1 NA CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000358823 protein_coding 7 5 1 CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000413307 protein_coding 6 1 1 CAMSAP2 ENSG00000118200 +CDS chr1 200739828 200739966 ENST00000236925 protein_coding 8 1 1 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000358823 protein_coding 7 5 2 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000413307 protein_coding 6 1 2 CAMSAP2 ENSG00000118200 +CDS chr1 200760839 200761098 ENST00000236925 protein_coding 8 1 2 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000358823 protein_coding 7 5 3 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000413307 protein_coding 6 1 3 CAMSAP2 ENSG00000118200 +CDS chr1 200807376 200807537 ENST00000236925 protein_coding 8 1 3 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000358823 protein_coding 7 5 4 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000413307 protein_coding 6 1 4 CAMSAP2 ENSG00000118200 +CDS chr1 200815561 200815644 ENST00000236925 protein_coding 8 1 4 CAMSAP2 ENSG00000118200 +CDS chr1 200828573 200828605 ENST00000236925 protein_coding 8 1 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000358823 protein_coding 7 5 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000413307 protein_coding 6 1 5 CAMSAP2 ENSG00000118200 +CDS chr1 200832200 200832341 ENST00000236925 protein_coding 8 1 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000358823 protein_coding 7 5 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000413307 protein_coding 6 1 6 CAMSAP2 ENSG00000118200 +CDS chr1 200832706 200832845 ENST00000236925 protein_coding 8 1 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000358823 protein_coding 7 5 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000413307 protein_coding 6 1 7 CAMSAP2 ENSG00000118200 +CDS chr1 200841994 200842087 ENST00000236925 protein_coding 8 1 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000358823 protein_coding 7 5 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000413307 protein_coding 6 1 8 CAMSAP2 ENSG00000118200 +CDS chr1 200844782 200844869 ENST00000236925 protein_coding 8 1 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847210 200847292 ENST00000358823 protein_coding 7 5 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847210 200847292 ENST00000236925 protein_coding 8 1 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847258 200847292 ENST00000413307 protein_coding 6 1 9 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000358823 protein_coding 7 5 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000413307 protein_coding 6 1 10 CAMSAP2 ENSG00000118200 +CDS chr1 200847640 200847709 ENST00000236925 protein_coding 8 1 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000358823 protein_coding 7 5 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000413307 protein_coding 6 1 11 CAMSAP2 ENSG00000118200 +CDS chr1 200848032 200850234 ENST00000236925 protein_coding 8 1 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000358823 protein_coding 7 5 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000413307 protein_coding 6 1 12 CAMSAP2 ENSG00000118200 +CDS chr1 200852541 200852677 ENST00000236925 protein_coding 8 1 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000358823 protein_coding 7 5 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000413307 protein_coding 6 1 13 CAMSAP2 ENSG00000118200 +CDS chr1 200853275 200853495 ENST00000236925 protein_coding 8 1 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000358823 protein_coding 7 5 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000413307 protein_coding 6 1 14 CAMSAP2 ENSG00000118200 +CDS chr1 200854817 200854889 ENST00000236925 protein_coding 8 1 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000358823 protein_coding 7 5 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000413307 protein_coding 6 1 15 CAMSAP2 ENSG00000118200 +CDS chr1 200856010 200856125 ENST00000236925 protein_coding 8 1 16 CAMSAP2 ENSG00000118200 +transcript chr1 200856094 200857724 ENST00000475326 protein_coding 1 5 NA CAMSAP2 ENSG00000118200 +CDS chr1 200856094 200856125 ENST00000475326 protein_coding 1 5 1 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000358823 protein_coding 7 5 16 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000413307 protein_coding 6 1 16 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857424 ENST00000236925 protein_coding 8 1 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857306 200857439 ENST00000475326 protein_coding 1 5 2 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000358823 protein_coding 7 5 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000413307 protein_coding 6 1 17 CAMSAP2 ENSG00000118200 +CDS chr1 200857754 200858056 ENST00000236925 protein_coding 8 1 18 CAMSAP2 ENSG00000118200 +transcript chr1 200872981 200874178 ENST00000304244 protein_coding 5 NA NA GPR25 ENSG00000170128 +CDS chr1 200873038 200874120 ENST00000304244 protein_coding 5 NA 1 GPR25 ENSG00000170128 +transcript chr1 200891048 200899538 ENST00000532631 protein_coding 5 3 NA INAVA ENSG00000163362 +transcript chr1 200891074 200901009 ENST00000451872 protein_coding 6 3 NA INAVA ENSG00000163362 +transcript chr1 200891341 200915735 ENST00000367342 protein_coding 8 1 NA INAVA ENSG00000163362 +CDS chr1 200891541 200891701 ENST00000367342 protein_coding 8 1 1 INAVA ENSG00000163362 +transcript chr1 200894900 200915742 ENST00000413687 protein_coding 3 2 NA INAVA ENSG00000163362 +CDS chr1 200898307 200898455 ENST00000367342 protein_coding 8 1 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000532631 protein_coding 5 3 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000451872 protein_coding 6 3 2 INAVA ENSG00000163362 +CDS chr1 200898401 200898455 ENST00000413687 protein_coding 3 2 2 INAVA ENSG00000163362 +CDS chr1 200899473 200899538 ENST00000532631 protein_coding 5 3 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000451872 protein_coding 6 3 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000367342 protein_coding 8 1 3 INAVA ENSG00000163362 +CDS chr1 200899473 200899597 ENST00000413687 protein_coding 3 2 3 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000451872 protein_coding 6 3 4 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000367342 protein_coding 8 1 4 INAVA ENSG00000163362 +CDS chr1 200900104 200900220 ENST00000413687 protein_coding 3 2 4 INAVA ENSG00000163362 +CDS chr1 200900937 200901009 ENST00000451872 protein_coding 6 3 5 INAVA ENSG00000163362 +CDS chr1 200900937 200901159 ENST00000367342 protein_coding 8 1 5 INAVA ENSG00000163362 +CDS chr1 200900937 200901159 ENST00000413687 protein_coding 3 2 5 INAVA ENSG00000163362 +CDS chr1 200907834 200907887 ENST00000367342 protein_coding 8 1 6 INAVA ENSG00000163362 +CDS chr1 200907834 200907887 ENST00000413687 protein_coding 3 2 6 INAVA ENSG00000163362 +CDS chr1 200908730 200908940 ENST00000367342 protein_coding 8 1 7 INAVA ENSG00000163362 +CDS chr1 200908730 200908940 ENST00000413687 protein_coding 3 2 7 INAVA ENSG00000163362 +CDS chr1 200909224 200909397 ENST00000367342 protein_coding 8 1 8 INAVA ENSG00000163362 +CDS chr1 200909224 200909397 ENST00000413687 protein_coding 3 2 8 INAVA ENSG00000163362 +CDS chr1 200911453 200912137 ENST00000367342 protein_coding 8 1 9 INAVA ENSG00000163362 +CDS chr1 200911453 200912137 ENST00000413687 protein_coding 3 2 9 INAVA ENSG00000163362 +CDS chr1 200913537 200913626 ENST00000367342 protein_coding 8 1 10 INAVA ENSG00000163362 +CDS chr1 200913537 200913626 ENST00000413687 protein_coding 3 2 10 INAVA ENSG00000163362 +transcript chr1 200969390 201023700 ENST00000332129 protein_coding 6 1 NA KIF21B ENSG00000116852 +transcript chr1 200969390 201023714 ENST00000461742 protein_coding 7 1 NA KIF21B ENSG00000116852 +transcript chr1 200972990 201023408 ENST00000360529 protein_coding 9 1 NA KIF21B ENSG00000116852 +CDS chr1 200973524 200973578 ENST00000461742 protein_coding 7 1 35 KIF21B ENSG00000116852 +CDS chr1 200973524 200973578 ENST00000360529 protein_coding 9 1 34 KIF21B ENSG00000116852 +transcript chr1 200973807 201023700 ENST00000422435 protein_coding 2 1 NA KIF21B ENSG00000116852 +CDS chr1 200974098 200974194 ENST00000332129 protein_coding 6 1 34 KIF21B ENSG00000116852 +CDS chr1 200974098 200974194 ENST00000422435 protein_coding 2 1 35 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000332129 protein_coding 6 1 33 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000461742 protein_coding 7 1 34 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000360529 protein_coding 9 1 33 KIF21B ENSG00000116852 +CDS chr1 200974714 200974913 ENST00000422435 protein_coding 2 1 34 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000332129 protein_coding 6 1 32 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000461742 protein_coding 7 1 33 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000360529 protein_coding 9 1 32 KIF21B ENSG00000116852 +CDS chr1 200975499 200975669 ENST00000422435 protein_coding 2 1 33 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000332129 protein_coding 6 1 31 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000461742 protein_coding 7 1 32 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000360529 protein_coding 9 1 31 KIF21B ENSG00000116852 +CDS chr1 200976776 200976893 ENST00000422435 protein_coding 2 1 32 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000332129 protein_coding 6 1 30 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000461742 protein_coding 7 1 31 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000360529 protein_coding 9 1 30 KIF21B ENSG00000116852 +CDS chr1 200977212 200977376 ENST00000422435 protein_coding 2 1 31 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000332129 protein_coding 6 1 29 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000461742 protein_coding 7 1 30 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000360529 protein_coding 9 1 29 KIF21B ENSG00000116852 +CDS chr1 200979535 200979715 ENST00000422435 protein_coding 2 1 30 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000332129 protein_coding 6 1 28 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000461742 protein_coding 7 1 29 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000360529 protein_coding 9 1 28 KIF21B ENSG00000116852 +CDS chr1 200980960 200981096 ENST00000422435 protein_coding 2 1 29 KIF21B ENSG00000116852 +CDS chr1 200983056 200983094 ENST00000461742 protein_coding 7 1 28 KIF21B ENSG00000116852 +CDS chr1 200983056 200983094 ENST00000422435 protein_coding 2 1 28 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000332129 protein_coding 6 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000461742 protein_coding 7 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000360529 protein_coding 9 1 27 KIF21B ENSG00000116852 +CDS chr1 200984859 200984972 ENST00000422435 protein_coding 2 1 27 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000332129 protein_coding 6 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000461742 protein_coding 7 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000360529 protein_coding 9 1 26 KIF21B ENSG00000116852 +CDS chr1 200986844 200986918 ENST00000422435 protein_coding 2 1 26 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000332129 protein_coding 6 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000461742 protein_coding 7 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000360529 protein_coding 9 1 25 KIF21B ENSG00000116852 +CDS chr1 200986996 200987201 ENST00000422435 protein_coding 2 1 25 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000332129 protein_coding 6 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000461742 protein_coding 7 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000360529 protein_coding 9 1 24 KIF21B ENSG00000116852 +CDS chr1 200988296 200988353 ENST00000422435 protein_coding 2 1 24 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000332129 protein_coding 6 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000461742 protein_coding 7 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000360529 protein_coding 9 1 23 KIF21B ENSG00000116852 +CDS chr1 200988493 200988544 ENST00000422435 protein_coding 2 1 23 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000332129 protein_coding 6 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000461742 protein_coding 7 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000360529 protein_coding 9 1 22 KIF21B ENSG00000116852 +CDS chr1 200988766 200988931 ENST00000422435 protein_coding 2 1 22 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000332129 protein_coding 6 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000461742 protein_coding 7 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000360529 protein_coding 9 1 21 KIF21B ENSG00000116852 +CDS chr1 200989942 200990043 ENST00000422435 protein_coding 2 1 21 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000332129 protein_coding 6 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000461742 protein_coding 7 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000360529 protein_coding 9 1 20 KIF21B ENSG00000116852 +CDS chr1 200990138 200990332 ENST00000422435 protein_coding 2 1 20 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000332129 protein_coding 6 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000461742 protein_coding 7 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000360529 protein_coding 9 1 19 KIF21B ENSG00000116852 +CDS chr1 200990576 200990723 ENST00000422435 protein_coding 2 1 19 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000332129 protein_coding 6 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000461742 protein_coding 7 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000360529 protein_coding 9 1 18 KIF21B ENSG00000116852 +CDS chr1 200990917 200991149 ENST00000422435 protein_coding 2 1 18 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000332129 protein_coding 6 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000461742 protein_coding 7 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000360529 protein_coding 9 1 17 KIF21B ENSG00000116852 +CDS chr1 200991657 200991725 ENST00000422435 protein_coding 2 1 17 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000332129 protein_coding 6 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000461742 protein_coding 7 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000360529 protein_coding 9 1 16 KIF21B ENSG00000116852 +CDS chr1 200992282 200992389 ENST00000422435 protein_coding 2 1 16 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000332129 protein_coding 6 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000461742 protein_coding 7 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000360529 protein_coding 9 1 15 KIF21B ENSG00000116852 +CDS chr1 200996196 200996395 ENST00000422435 protein_coding 2 1 15 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000332129 protein_coding 6 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000461742 protein_coding 7 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000360529 protein_coding 9 1 14 KIF21B ENSG00000116852 +CDS chr1 200998384 200998575 ENST00000422435 protein_coding 2 1 14 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000332129 protein_coding 6 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000461742 protein_coding 7 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000360529 protein_coding 9 1 13 KIF21B ENSG00000116852 +CDS chr1 200999349 200999466 ENST00000422435 protein_coding 2 1 13 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000332129 protein_coding 6 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000461742 protein_coding 7 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000360529 protein_coding 9 1 12 KIF21B ENSG00000116852 +CDS chr1 200999883 200999964 ENST00000422435 protein_coding 2 1 12 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000332129 protein_coding 6 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000461742 protein_coding 7 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000360529 protein_coding 9 1 11 KIF21B ENSG00000116852 +CDS chr1 201000390 201000608 ENST00000422435 protein_coding 2 1 11 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000332129 protein_coding 6 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000461742 protein_coding 7 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000360529 protein_coding 9 1 10 KIF21B ENSG00000116852 +CDS chr1 201000717 201000780 ENST00000422435 protein_coding 2 1 10 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000332129 protein_coding 6 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000461742 protein_coding 7 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000360529 protein_coding 9 1 9 KIF21B ENSG00000116852 +CDS chr1 201002161 201002350 ENST00000422435 protein_coding 2 1 9 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000332129 protein_coding 6 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000461742 protein_coding 7 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000360529 protein_coding 9 1 8 KIF21B ENSG00000116852 +CDS chr1 201003586 201003781 ENST00000422435 protein_coding 2 1 8 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000332129 protein_coding 6 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000461742 protein_coding 7 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000360529 protein_coding 9 1 7 KIF21B ENSG00000116852 +CDS chr1 201004340 201004455 ENST00000422435 protein_coding 2 1 7 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000332129 protein_coding 6 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000461742 protein_coding 7 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000360529 protein_coding 9 1 6 KIF21B ENSG00000116852 +CDS chr1 201004766 201004933 ENST00000422435 protein_coding 2 1 6 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000332129 protein_coding 6 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000461742 protein_coding 7 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000360529 protein_coding 9 1 5 KIF21B ENSG00000116852 +CDS chr1 201005308 201005442 ENST00000422435 protein_coding 2 1 5 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000332129 protein_coding 6 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000461742 protein_coding 7 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000360529 protein_coding 9 1 4 KIF21B ENSG00000116852 +CDS chr1 201005545 201005694 ENST00000422435 protein_coding 2 1 4 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000332129 protein_coding 6 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000461742 protein_coding 7 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000360529 protein_coding 9 1 3 KIF21B ENSG00000116852 +CDS chr1 201008769 201008951 ENST00000422435 protein_coding 2 1 3 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000332129 protein_coding 6 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000461742 protein_coding 7 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000360529 protein_coding 9 1 2 KIF21B ENSG00000116852 +CDS chr1 201009266 201009488 ENST00000422435 protein_coding 2 1 2 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000332129 protein_coding 6 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000461742 protein_coding 7 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000360529 protein_coding 9 1 1 KIF21B ENSG00000116852 +CDS chr1 201023343 201023383 ENST00000422435 protein_coding 2 1 1 KIF21B ENSG00000116852 +transcript chr1 201039512 201112426 ENST00000362061 protein_coding 4 1 NA CACNA1S ENSG00000081248 +transcript chr1 201039512 201112426 ENST00000681874 protein_coding 1 NA NA CACNA1S ENSG00000081248 +transcript chr1 201039512 201112451 ENST00000367338 protein_coding 7 5 NA CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000362061 protein_coding 4 1 44 CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000681874 protein_coding 1 NA 43 CACNA1S ENSG00000081248 +CDS chr1 201039834 201040082 ENST00000367338 protein_coding 7 5 43 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000362061 protein_coding 4 1 43 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000681874 protein_coding 1 NA 42 CACNA1S ENSG00000081248 +CDS chr1 201040231 201040374 ENST00000367338 protein_coding 7 5 42 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000362061 protein_coding 4 1 42 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000681874 protein_coding 1 NA 41 CACNA1S ENSG00000081248 +CDS chr1 201040622 201040713 ENST00000367338 protein_coding 7 5 41 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000362061 protein_coding 4 1 41 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000681874 protein_coding 1 NA 40 CACNA1S ENSG00000081248 +CDS chr1 201041504 201041589 ENST00000367338 protein_coding 7 5 40 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000362061 protein_coding 4 1 40 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000681874 protein_coding 1 NA 39 CACNA1S ENSG00000081248 +CDS chr1 201043281 201043531 ENST00000367338 protein_coding 7 5 39 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000362061 protein_coding 4 1 39 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000681874 protein_coding 1 NA 38 CACNA1S ENSG00000081248 +CDS chr1 201044328 201044456 ENST00000367338 protein_coding 7 5 38 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000362061 protein_coding 4 1 38 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000681874 protein_coding 1 NA 37 CACNA1S ENSG00000081248 +CDS chr1 201047115 201047239 ENST00000367338 protein_coding 7 5 37 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000362061 protein_coding 4 1 37 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000681874 protein_coding 1 NA 36 CACNA1S ENSG00000081248 +CDS chr1 201047525 201047626 ENST00000367338 protein_coding 7 5 36 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000362061 protein_coding 4 1 36 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000681874 protein_coding 1 NA 35 CACNA1S ENSG00000081248 +CDS chr1 201048582 201048684 ENST00000367338 protein_coding 7 5 35 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000362061 protein_coding 4 1 35 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000681874 protein_coding 1 NA 34 CACNA1S ENSG00000081248 +CDS chr1 201049003 201049099 ENST00000367338 protein_coding 7 5 34 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000362061 protein_coding 4 1 34 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000681874 protein_coding 1 NA 33 CACNA1S ENSG00000081248 +CDS chr1 201050389 201050516 ENST00000367338 protein_coding 7 5 33 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000362061 protein_coding 4 1 33 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000681874 protein_coding 1 NA 32 CACNA1S ENSG00000081248 +CDS chr1 201050984 201051143 ENST00000367338 protein_coding 7 5 32 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000362061 protein_coding 4 1 32 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000681874 protein_coding 1 NA 31 CACNA1S ENSG00000081248 +CDS chr1 201052557 201052648 ENST00000367338 protein_coding 7 5 31 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000362061 protein_coding 4 1 31 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000681874 protein_coding 1 NA 30 CACNA1S ENSG00000081248 +CDS chr1 201053209 201053274 ENST00000367338 protein_coding 7 5 30 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000362061 protein_coding 4 1 30 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000681874 protein_coding 1 NA 29 CACNA1S ENSG00000081248 +CDS chr1 201053459 201053587 ENST00000367338 protein_coding 7 5 29 CACNA1S ENSG00000081248 +CDS chr1 201054505 201054561 ENST00000362061 protein_coding 4 1 29 CACNA1S ENSG00000081248 +CDS chr1 201054505 201054561 ENST00000681874 protein_coding 1 NA 28 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000362061 protein_coding 4 1 28 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000681874 protein_coding 1 NA 27 CACNA1S ENSG00000081248 +CDS chr1 201058408 201058491 ENST00000367338 protein_coding 7 5 28 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000362061 protein_coding 4 1 27 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000681874 protein_coding 1 NA 26 CACNA1S ENSG00000081248 +CDS chr1 201059189 201059299 ENST00000367338 protein_coding 7 5 27 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000362061 protein_coding 4 1 26 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000681874 protein_coding 1 NA 25 CACNA1S ENSG00000081248 +CDS chr1 201060658 201060816 ENST00000367338 protein_coding 7 5 26 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000362061 protein_coding 4 1 25 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000681874 protein_coding 1 NA 24 CACNA1S ENSG00000081248 +CDS chr1 201061267 201061468 ENST00000367338 protein_coding 7 5 25 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000362061 protein_coding 4 1 24 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000681874 protein_coding 1 NA 23 CACNA1S ENSG00000081248 +CDS chr1 201061944 201062090 ENST00000367338 protein_coding 7 5 24 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000362061 protein_coding 4 1 23 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000681874 protein_coding 1 NA 22 CACNA1S ENSG00000081248 +CDS chr1 201062462 201062514 ENST00000367338 protein_coding 7 5 23 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000362061 protein_coding 4 1 22 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000681874 protein_coding 1 NA 21 CACNA1S ENSG00000081248 +CDS chr1 201065838 201065945 ENST00000367338 protein_coding 7 5 22 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000362061 protein_coding 4 1 21 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000681874 protein_coding 1 NA 20 CACNA1S ENSG00000081248 +CDS chr1 201066229 201066316 ENST00000367338 protein_coding 7 5 21 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000362061 protein_coding 4 1 20 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000681874 protein_coding 1 NA 19 CACNA1S ENSG00000081248 +CDS chr1 201066887 201066993 ENST00000367338 protein_coding 7 5 20 CACNA1S ENSG00000081248 +CDS chr1 201069137 201069196 ENST00000362061 protein_coding 4 1 19 CACNA1S ENSG00000081248 +CDS chr1 201069137 201069196 ENST00000367338 protein_coding 7 5 19 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000362061 protein_coding 4 1 18 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000681874 protein_coding 1 NA 18 CACNA1S ENSG00000081248 +CDS chr1 201069472 201069601 ENST00000367338 protein_coding 7 5 18 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000362061 protein_coding 4 1 17 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000681874 protein_coding 1 NA 17 CACNA1S ENSG00000081248 +CDS chr1 201070272 201070404 ENST00000367338 protein_coding 7 5 17 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000362061 protein_coding 4 1 16 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000681874 protein_coding 1 NA 16 CACNA1S ENSG00000081248 +CDS chr1 201072755 201072824 ENST00000367338 protein_coding 7 5 16 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000362061 protein_coding 4 1 15 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000681874 protein_coding 1 NA 15 CACNA1S ENSG00000081248 +CDS chr1 201073549 201073642 ENST00000367338 protein_coding 7 5 15 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000362061 protein_coding 4 1 14 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000681874 protein_coding 1 NA 14 CACNA1S ENSG00000081248 +CDS chr1 201074506 201074620 ENST00000367338 protein_coding 7 5 14 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000362061 protein_coding 4 1 13 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000681874 protein_coding 1 NA 13 CACNA1S ENSG00000081248 +CDS chr1 201075495 201075615 ENST00000367338 protein_coding 7 5 13 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000362061 protein_coding 4 1 12 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000681874 protein_coding 1 NA 12 CACNA1S ENSG00000081248 +CDS chr1 201076920 201077127 ENST00000367338 protein_coding 7 5 12 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000362061 protein_coding 4 1 11 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000681874 protein_coding 1 NA 11 CACNA1S ENSG00000081248 +CDS chr1 201077879 201078104 ENST00000367338 protein_coding 7 5 11 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000362061 protein_coding 4 1 10 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000681874 protein_coding 1 NA 10 CACNA1S ENSG00000081248 +CDS chr1 201083162 201083322 ENST00000367338 protein_coding 7 5 10 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000362061 protein_coding 4 1 9 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000681874 protein_coding 1 NA 9 CACNA1S ENSG00000081248 +CDS chr1 201084950 201085031 ENST00000367338 protein_coding 7 5 9 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000362061 protein_coding 4 1 8 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000681874 protein_coding 1 NA 8 CACNA1S ENSG00000081248 +CDS chr1 201085436 201085581 ENST00000367338 protein_coding 7 5 8 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000362061 protein_coding 4 1 7 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000681874 protein_coding 1 NA 7 CACNA1S ENSG00000081248 +CDS chr1 201087826 201087929 ENST00000367338 protein_coding 7 5 7 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000362061 protein_coding 4 1 6 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000681874 protein_coding 1 NA 6 CACNA1S ENSG00000081248 +CDS chr1 201089258 201089463 ENST00000367338 protein_coding 7 5 6 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000362061 protein_coding 4 1 5 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000681874 protein_coding 1 NA 5 CACNA1S ENSG00000081248 +CDS chr1 201091640 201091792 ENST00000367338 protein_coding 7 5 5 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000362061 protein_coding 4 1 4 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000681874 protein_coding 1 NA 4 CACNA1S ENSG00000081248 +CDS chr1 201091972 201092114 ENST00000367338 protein_coding 7 5 4 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000362061 protein_coding 4 1 3 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000681874 protein_coding 1 NA 3 CACNA1S ENSG00000081248 +CDS chr1 201093882 201094021 ENST00000367338 protein_coding 7 5 3 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000362061 protein_coding 4 1 2 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000681874 protein_coding 1 NA 2 CACNA1S ENSG00000081248 +CDS chr1 201110164 201110269 ENST00000367338 protein_coding 7 5 2 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000362061 protein_coding 4 1 1 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000681874 protein_coding 1 NA 1 CACNA1S ENSG00000081248 +CDS chr1 201112188 201112339 ENST00000367338 protein_coding 7 5 1 CACNA1S ENSG00000081248 +transcript chr1 201113943 201127184 ENST00000449188 protein_coding 3 3 NA ASCL5 ENSG00000232237 +CDS chr1 201114755 201115372 ENST00000449188 protein_coding 3 3 2 ASCL5 ENSG00000232237 +transcript chr1 201134772 201154474 ENST00000367330 protein_coding 6 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134772 201154494 ENST00000367334 protein_coding 9 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134772 201171574 ENST00000367333 protein_coding 6 1 NA TMEM9 ENSG00000116857 +transcript chr1 201134773 201154501 ENST00000367332 protein_coding 5 2 NA TMEM9 ENSG00000116857 +transcript chr1 201135599 201154433 ENST00000485839 protein_coding 6 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367330 protein_coding 6 1 5 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367334 protein_coding 9 1 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367333 protein_coding 6 1 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000367332 protein_coding 5 2 6 TMEM9 ENSG00000116857 +CDS chr1 201135666 201135815 ENST00000485839 protein_coding 6 2 6 TMEM9 ENSG00000116857 +transcript chr1 201135783 201153957 ENST00000455367 protein_coding 5 5 NA TMEM9 ENSG00000116857 +CDS chr1 201135783 201135815 ENST00000455367 protein_coding 5 5 5 TMEM9 ENSG00000116857 +transcript chr1 201135801 201154418 ENST00000435310 protein_coding 5 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135801 201135815 ENST00000435310 protein_coding 5 2 6 TMEM9 ENSG00000116857 +transcript chr1 201135801 201154464 ENST00000414605 protein_coding 2 2 NA TMEM9 ENSG00000116857 +CDS chr1 201135801 201135815 ENST00000414605 protein_coding 2 2 6 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367330 protein_coding 6 1 4 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367334 protein_coding 9 1 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367333 protein_coding 6 1 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000367332 protein_coding 5 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000485839 protein_coding 6 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000455367 protein_coding 5 5 4 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000435310 protein_coding 5 2 5 TMEM9 ENSG00000116857 +CDS chr1 201143820 201143951 ENST00000414605 protein_coding 2 2 5 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367330 protein_coding 6 1 3 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367334 protein_coding 9 1 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367333 protein_coding 6 1 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000367332 protein_coding 5 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000485839 protein_coding 6 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146869 ENST00000455367 protein_coding 5 5 3 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000435310 protein_coding 5 2 4 TMEM9 ENSG00000116857 +CDS chr1 201146740 201146848 ENST00000414605 protein_coding 2 2 4 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367330 protein_coding 6 1 2 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367334 protein_coding 9 1 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367333 protein_coding 6 1 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000367332 protein_coding 5 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000485839 protein_coding 6 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000455367 protein_coding 5 5 2 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000435310 protein_coding 5 2 3 TMEM9 ENSG00000116857 +CDS chr1 201151761 201151852 ENST00000414605 protein_coding 2 2 3 TMEM9 ENSG00000116857 +CDS chr1 201153783 201153923 ENST00000414605 protein_coding 2 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153849 201153923 ENST00000367332 protein_coding 5 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367330 protein_coding 6 1 1 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367334 protein_coding 9 1 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000367333 protein_coding 6 1 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000485839 protein_coding 6 2 2 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000455367 protein_coding 5 5 1 TMEM9 ENSG00000116857 +CDS chr1 201153858 201153923 ENST00000435310 protein_coding 5 2 2 TMEM9 ENSG00000116857 +transcript chr1 201190824 201228952 ENST00000335211 protein_coding 9 5 NA IGFN1 ENSG00000163395 +transcript chr1 201190825 201228952 ENST00000295591 protein_coding 12 5 NA IGFN1 ENSG00000163395 +CDS chr1 201193294 201193300 ENST00000335211 protein_coding 9 5 2 IGFN1 ENSG00000163395 +CDS chr1 201193294 201193300 ENST00000295591 protein_coding 12 5 2 IGFN1 ENSG00000163395 +CDS chr1 201194154 201194273 ENST00000335211 protein_coding 9 5 3 IGFN1 ENSG00000163395 +CDS chr1 201194154 201194273 ENST00000295591 protein_coding 12 5 3 IGFN1 ENSG00000163395 +CDS chr1 201195839 201195978 ENST00000335211 protein_coding 9 5 4 IGFN1 ENSG00000163395 +CDS chr1 201195839 201195978 ENST00000295591 protein_coding 12 5 4 IGFN1 ENSG00000163395 +CDS chr1 201197218 201197317 ENST00000335211 protein_coding 9 5 5 IGFN1 ENSG00000163395 +CDS chr1 201197218 201197317 ENST00000295591 protein_coding 12 5 5 IGFN1 ENSG00000163395 +CDS chr1 201199334 201199378 ENST00000335211 protein_coding 9 5 6 IGFN1 ENSG00000163395 +CDS chr1 201199334 201199378 ENST00000295591 protein_coding 12 5 6 IGFN1 ENSG00000163395 +CDS chr1 201199609 201199654 ENST00000335211 protein_coding 9 5 7 IGFN1 ENSG00000163395 +CDS chr1 201199609 201199654 ENST00000295591 protein_coding 12 5 7 IGFN1 ENSG00000163395 +CDS chr1 201200237 201200411 ENST00000335211 protein_coding 9 5 8 IGFN1 ENSG00000163395 +CDS chr1 201200237 201200411 ENST00000295591 protein_coding 12 5 8 IGFN1 ENSG00000163395 +CDS chr1 201201719 201201832 ENST00000335211 protein_coding 9 5 9 IGFN1 ENSG00000163395 +CDS chr1 201201719 201201832 ENST00000295591 protein_coding 12 5 9 IGFN1 ENSG00000163395 +CDS chr1 201203738 201203906 ENST00000335211 protein_coding 9 5 10 IGFN1 ENSG00000163395 +CDS chr1 201203738 201203906 ENST00000295591 protein_coding 12 5 10 IGFN1 ENSG00000163395 +CDS chr1 201205082 201205354 ENST00000335211 protein_coding 9 5 11 IGFN1 ENSG00000163395 +CDS chr1 201205082 201205354 ENST00000295591 protein_coding 12 5 11 IGFN1 ENSG00000163395 +CDS chr1 201206083 201213621 ENST00000335211 protein_coding 9 5 12 IGFN1 ENSG00000163395 +CDS chr1 201206083 201206134 ENST00000295591 protein_coding 12 5 12 IGFN1 ENSG00000163395 +CDS chr1 201213506 201213621 ENST00000295591 protein_coding 12 5 13 IGFN1 ENSG00000163395 +CDS chr1 201214177 201214301 ENST00000335211 protein_coding 9 5 13 IGFN1 ENSG00000163395 +CDS chr1 201214177 201214301 ENST00000295591 protein_coding 12 5 14 IGFN1 ENSG00000163395 +CDS chr1 201215013 201215154 ENST00000335211 protein_coding 9 5 14 IGFN1 ENSG00000163395 +CDS chr1 201215013 201215154 ENST00000295591 protein_coding 12 5 15 IGFN1 ENSG00000163395 +CDS chr1 201215539 201215838 ENST00000335211 protein_coding 9 5 15 IGFN1 ENSG00000163395 +CDS chr1 201215539 201215838 ENST00000295591 protein_coding 12 5 16 IGFN1 ENSG00000163395 +CDS chr1 201216454 201216753 ENST00000335211 protein_coding 9 5 16 IGFN1 ENSG00000163395 +CDS chr1 201216454 201216753 ENST00000295591 protein_coding 12 5 17 IGFN1 ENSG00000163395 +CDS chr1 201217287 201217460 ENST00000335211 protein_coding 9 5 17 IGFN1 ENSG00000163395 +CDS chr1 201217287 201217460 ENST00000295591 protein_coding 12 5 18 IGFN1 ENSG00000163395 +CDS chr1 201218530 201218658 ENST00000335211 protein_coding 9 5 18 IGFN1 ENSG00000163395 +CDS chr1 201218530 201218658 ENST00000295591 protein_coding 12 5 19 IGFN1 ENSG00000163395 +CDS chr1 201221444 201221746 ENST00000335211 protein_coding 9 5 19 IGFN1 ENSG00000163395 +CDS chr1 201221444 201221746 ENST00000295591 protein_coding 12 5 20 IGFN1 ENSG00000163395 +CDS chr1 201222739 201222827 ENST00000335211 protein_coding 9 5 20 IGFN1 ENSG00000163395 +CDS chr1 201222739 201222827 ENST00000295591 protein_coding 12 5 21 IGFN1 ENSG00000163395 +CDS chr1 201224679 201224874 ENST00000335211 protein_coding 9 5 21 IGFN1 ENSG00000163395 +CDS chr1 201224679 201224874 ENST00000295591 protein_coding 12 5 22 IGFN1 ENSG00000163395 +CDS chr1 201225824 201226123 ENST00000335211 protein_coding 9 5 22 IGFN1 ENSG00000163395 +CDS chr1 201225824 201226123 ENST00000295591 protein_coding 12 5 23 IGFN1 ENSG00000163395 +CDS chr1 201226882 201227208 ENST00000335211 protein_coding 9 5 23 IGFN1 ENSG00000163395 +CDS chr1 201226882 201227208 ENST00000295591 protein_coding 12 5 24 IGFN1 ENSG00000163395 +CDS chr1 201228386 201228396 ENST00000335211 protein_coding 9 5 24 IGFN1 ENSG00000163395 +CDS chr1 201228386 201228396 ENST00000295591 protein_coding 12 5 25 IGFN1 ENSG00000163395 +transcript chr1 201283452 201332993 ENST00000263946 protein_coding 7 5 NA PKP1 ENSG00000081277 +transcript chr1 201283506 201332989 ENST00000367324 protein_coding 8 1 NA PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000263946 protein_coding 7 5 1 PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000367324 protein_coding 8 1 1 PKP1 ENSG00000081277 +transcript chr1 201283703 201328836 ENST00000352845 protein_coding 3 5 NA PKP1 ENSG00000081277 +CDS chr1 201283703 201283904 ENST00000352845 protein_coding 3 5 1 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000263946 protein_coding 7 5 2 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000367324 protein_coding 8 1 2 PKP1 ENSG00000081277 +CDS chr1 201293942 201294045 ENST00000352845 protein_coding 3 5 2 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000263946 protein_coding 7 5 3 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000367324 protein_coding 8 1 3 PKP1 ENSG00000081277 +CDS chr1 201313166 201313560 ENST00000352845 protein_coding 3 5 3 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000263946 protein_coding 7 5 4 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000367324 protein_coding 8 1 4 PKP1 ENSG00000081277 +CDS chr1 201316553 201316697 ENST00000352845 protein_coding 3 5 4 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000263946 protein_coding 7 5 5 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000367324 protein_coding 8 1 5 PKP1 ENSG00000081277 +CDS chr1 201317572 201317779 ENST00000352845 protein_coding 3 5 5 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000263946 protein_coding 7 5 6 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000367324 protein_coding 8 1 6 PKP1 ENSG00000081277 +CDS chr1 201318618 201318795 ENST00000352845 protein_coding 3 5 6 PKP1 ENSG00000081277 +CDS chr1 201319816 201319878 ENST00000263946 protein_coding 7 5 7 PKP1 ENSG00000081277 +CDS chr1 201319816 201319878 ENST00000352845 protein_coding 3 5 7 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000263946 protein_coding 7 5 8 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000367324 protein_coding 8 1 7 PKP1 ENSG00000081277 +CDS chr1 201320267 201320381 ENST00000352845 protein_coding 3 5 8 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000263946 protein_coding 7 5 9 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000367324 protein_coding 8 1 8 PKP1 ENSG00000081277 +CDS chr1 201321978 201322133 ENST00000352845 protein_coding 3 5 9 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000263946 protein_coding 7 5 10 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000367324 protein_coding 8 1 9 PKP1 ENSG00000081277 +CDS chr1 201323013 201323189 ENST00000352845 protein_coding 3 5 10 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000263946 protein_coding 7 5 11 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000367324 protein_coding 8 1 10 PKP1 ENSG00000081277 +CDS chr1 201324428 201324581 ENST00000352845 protein_coding 3 5 11 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000263946 protein_coding 7 5 12 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000367324 protein_coding 8 1 11 PKP1 ENSG00000081277 +CDS chr1 201324941 201325127 ENST00000352845 protein_coding 3 5 12 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000263946 protein_coding 7 5 13 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000367324 protein_coding 8 1 12 PKP1 ENSG00000081277 +CDS chr1 201325754 201325838 ENST00000352845 protein_coding 3 5 13 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000263946 protein_coding 7 5 14 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000367324 protein_coding 8 1 13 PKP1 ENSG00000081277 +CDS chr1 201328762 201328833 ENST00000352845 protein_coding 3 5 14 PKP1 ENSG00000081277 +transcript chr1 201359008 201377764 ENST00000660295 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000236918 protein_coding 11 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000360372 protein_coding 8 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359009 201373254 ENST00000367317 protein_coding 8 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000367318 protein_coding 10 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000422165 protein_coding 6 5 NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377680 ENST00000656932 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359014 201377684 ENST00000367322 protein_coding 6 1 NA TNNT2 ENSG00000118194 +transcript chr1 201359017 201373268 ENST00000658476 protein_coding 1 NA NA TNNT2 ENSG00000118194 +transcript chr1 201359018 201377666 ENST00000412633 protein_coding 3 2 NA TNNT2 ENSG00000118194 +transcript chr1 201359024 201377661 ENST00000367320 protein_coding 6 1 NA TNNT2 ENSG00000118194 +transcript chr1 201359034 201377762 ENST00000509001 protein_coding 5 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359038 201359255 ENST00000658476 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +transcript chr1 201359070 201377680 ENST00000438742 protein_coding 6 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000660295 protein_coding 1 NA 17 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000236918 protein_coding 11 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000360372 protein_coding 8 5 14 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367317 protein_coding 8 5 14 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367318 protein_coding 10 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000422165 protein_coding 6 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000656932 protein_coding 1 NA 17 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367322 protein_coding 6 1 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000412633 protein_coding 3 2 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000367320 protein_coding 6 1 15 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000509001 protein_coding 5 5 16 TNNT2 ENSG00000118194 +CDS chr1 201359213 201359255 ENST00000438742 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000660295 protein_coding 1 NA 16 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000236918 protein_coding 11 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000360372 protein_coding 8 5 13 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367317 protein_coding 8 5 13 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367318 protein_coding 10 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000422165 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000656932 protein_coding 1 NA 16 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367322 protein_coding 6 1 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000658476 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000412633 protein_coding 3 2 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000367320 protein_coding 6 1 14 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000509001 protein_coding 5 5 15 TNNT2 ENSG00000118194 +CDS chr1 201359623 201359663 ENST00000438742 protein_coding 6 5 14 TNNT2 ENSG00000118194 +transcript chr1 201359660 201377652 ENST00000455702 protein_coding 6 5 NA TNNT2 ENSG00000118194 +CDS chr1 201359660 201359663 ENST00000455702 protein_coding 6 5 15 TNNT2 ENSG00000118194 +CDS chr1 201361214 201361369 ENST00000658476 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000660295 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000236918 protein_coding 11 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000360372 protein_coding 8 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367317 protein_coding 8 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367318 protein_coding 10 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000422165 protein_coding 6 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000656932 protein_coding 1 NA 15 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367322 protein_coding 6 1 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000412633 protein_coding 3 2 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000367320 protein_coding 6 1 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000509001 protein_coding 5 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000438742 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361279 201361369 ENST00000455702 protein_coding 6 5 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000660295 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000236918 protein_coding 11 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000360372 protein_coding 8 5 11 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367317 protein_coding 8 5 11 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367318 protein_coding 10 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000422165 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000656932 protein_coding 1 NA 14 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367322 protein_coding 6 1 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000658476 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000412633 protein_coding 3 2 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000367320 protein_coding 6 1 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000509001 protein_coding 5 5 13 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000438742 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201361913 201362022 ENST00000455702 protein_coding 6 5 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000660295 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000236918 protein_coding 11 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362391 ENST00000367317 protein_coding 8 5 10 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000367318 protein_coding 10 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000656932 protein_coding 1 NA 13 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000658476 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000509001 protein_coding 5 5 12 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362391 ENST00000438742 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201362386 201362394 ENST00000455702 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000660295 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000236918 protein_coding 11 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000360372 protein_coding 8 5 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367317 protein_coding 8 5 9 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367318 protein_coding 10 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000422165 protein_coding 6 5 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000656932 protein_coding 1 NA 12 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367322 protein_coding 6 1 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000658476 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000412633 protein_coding 3 2 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000367320 protein_coding 6 1 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000509001 protein_coding 5 5 11 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000438742 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201363296 201363406 ENST00000455702 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000660295 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000236918 protein_coding 11 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000360372 protein_coding 8 5 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367317 protein_coding 8 5 8 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367318 protein_coding 10 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000422165 protein_coding 6 5 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000656932 protein_coding 1 NA 11 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367322 protein_coding 6 1 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000658476 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000412633 protein_coding 3 2 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000367320 protein_coding 6 1 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000509001 protein_coding 5 5 10 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000438742 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201364298 201364375 ENST00000455702 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000660295 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000236918 protein_coding 11 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367317 protein_coding 8 5 7 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367318 protein_coding 10 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000422165 protein_coding 6 5 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000656932 protein_coding 1 NA 10 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000367322 protein_coding 6 1 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000658476 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000412633 protein_coding 3 2 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000509001 protein_coding 5 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000438742 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365191 201365307 ENST00000455702 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000660295 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000236918 protein_coding 11 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000360372 protein_coding 8 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367317 protein_coding 8 5 6 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367318 protein_coding 10 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000422165 protein_coding 6 5 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000656932 protein_coding 1 NA 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367322 protein_coding 6 1 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000658476 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000412633 protein_coding 3 2 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000367320 protein_coding 6 1 9 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000509001 protein_coding 5 5 8 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000438742 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201365610 201365670 ENST00000455702 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000660295 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000236918 protein_coding 11 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000360372 protein_coding 8 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367317 protein_coding 8 5 5 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367318 protein_coding 10 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000422165 protein_coding 6 5 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000656932 protein_coding 1 NA 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367322 protein_coding 6 1 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000658476 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000412633 protein_coding 3 2 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000367320 protein_coding 6 1 8 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000509001 protein_coding 5 5 7 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000438742 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201366838 201366871 ENST00000455702 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000660295 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000236918 protein_coding 11 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000360372 protein_coding 8 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000367317 protein_coding 8 5 4 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000367318 protein_coding 10 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000422165 protein_coding 6 5 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000656932 protein_coding 1 NA 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000367322 protein_coding 6 1 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000658476 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000412633 protein_coding 3 2 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000367320 protein_coding 6 1 7 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000509001 protein_coding 5 5 6 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367803 ENST00000438742 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201367771 201367806 ENST00000455702 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000660295 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000236918 protein_coding 11 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000360372 protein_coding 8 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367317 protein_coding 8 5 3 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367318 protein_coding 10 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000422165 protein_coding 6 5 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000656932 protein_coding 1 NA 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367322 protein_coding 6 1 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000658476 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000412633 protein_coding 3 2 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000367320 protein_coding 6 1 6 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000509001 protein_coding 5 5 5 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000438742 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201368162 201368227 ENST00000455702 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000236918 protein_coding 11 5 4 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000360372 protein_coding 8 5 4 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000422165 protein_coding 6 5 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000656932 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000367320 protein_coding 6 1 5 TNNT2 ENSG00000118194 +CDS chr1 201369816 201369845 ENST00000455702 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000660295 protein_coding 1 NA 5 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000236918 protein_coding 11 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000360372 protein_coding 8 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367318 protein_coding 10 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000422165 protein_coding 6 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000656932 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367322 protein_coding 6 1 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000658476 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000412633 protein_coding 3 2 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000367320 protein_coding 6 1 4 TNNT2 ENSG00000118194 +CDS chr1 201372027 201372041 ENST00000509001 protein_coding 5 5 4 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000660295 protein_coding 1 NA 4 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000236918 protein_coding 11 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000360372 protein_coding 8 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367317 protein_coding 8 5 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367318 protein_coding 10 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000422165 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000656932 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367322 protein_coding 6 1 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000658476 protein_coding 1 NA 2 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000412633 protein_coding 3 2 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000367320 protein_coding 6 1 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000509001 protein_coding 5 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000438742 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201372145 201372155 ENST00000455702 protein_coding 6 5 3 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000660295 protein_coding 1 NA 3 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000236918 protein_coding 11 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000360372 protein_coding 8 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367317 protein_coding 8 5 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367318 protein_coding 10 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000422165 protein_coding 6 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000656932 protein_coding 1 NA 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367322 protein_coding 6 1 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000658476 protein_coding 1 NA 1 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000412633 protein_coding 3 2 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000367320 protein_coding 6 1 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000509001 protein_coding 5 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000438742 protein_coding 6 5 2 TNNT2 ENSG00000118194 +CDS chr1 201373214 201373254 ENST00000455702 protein_coding 6 5 2 TNNT2 ENSG00000118194 +transcript chr1 201380833 201399324 ENST00000391967 protein_coding 7 1 NA LAD1 ENSG00000159166 +transcript chr1 201381207 201399548 ENST00000367313 protein_coding 4 1 NA LAD1 ENSG00000159166 +CDS chr1 201381891 201381893 ENST00000391967 protein_coding 7 1 10 LAD1 ENSG00000159166 +CDS chr1 201381891 201381893 ENST00000367313 protein_coding 4 1 10 LAD1 ENSG00000159166 +CDS chr1 201382252 201382326 ENST00000391967 protein_coding 7 1 9 LAD1 ENSG00000159166 +CDS chr1 201382252 201382326 ENST00000367313 protein_coding 4 1 9 LAD1 ENSG00000159166 +CDS chr1 201382653 201382739 ENST00000391967 protein_coding 7 1 8 LAD1 ENSG00000159166 +CDS chr1 201382653 201382739 ENST00000367313 protein_coding 4 1 8 LAD1 ENSG00000159166 +CDS chr1 201383074 201383211 ENST00000391967 protein_coding 7 1 7 LAD1 ENSG00000159166 +CDS chr1 201383074 201383211 ENST00000367313 protein_coding 4 1 7 LAD1 ENSG00000159166 +CDS chr1 201383317 201383389 ENST00000391967 protein_coding 7 1 6 LAD1 ENSG00000159166 +CDS chr1 201383317 201383389 ENST00000367313 protein_coding 4 1 6 LAD1 ENSG00000159166 +CDS chr1 201384792 201384835 ENST00000391967 protein_coding 7 1 5 LAD1 ENSG00000159166 +CDS chr1 201384792 201384835 ENST00000367313 protein_coding 4 1 5 LAD1 ENSG00000159166 +CDS chr1 201385701 201385805 ENST00000391967 protein_coding 7 1 4 LAD1 ENSG00000159166 +CDS chr1 201385701 201385805 ENST00000367313 protein_coding 4 1 4 LAD1 ENSG00000159166 +CDS chr1 201386335 201387178 ENST00000391967 protein_coding 7 1 3 LAD1 ENSG00000159166 +CDS chr1 201386335 201387178 ENST00000367313 protein_coding 4 1 3 LAD1 ENSG00000159166 +transcript chr1 201386811 201399915 ENST00000631576 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386811 201387178 ENST00000631576 protein_coding 1 4 3 LAD1 ENSG00000159166 +transcript chr1 201386847 201397316 ENST00000632743 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386847 201387178 ENST00000632743 protein_coding 1 4 3 LAD1 ENSG00000159166 +transcript chr1 201386893 201399309 ENST00000633953 protein_coding 1 4 NA LAD1 ENSG00000159166 +CDS chr1 201386893 201387178 ENST00000633953 protein_coding 1 4 4 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000391967 protein_coding 7 1 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000367313 protein_coding 4 1 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000631576 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000632743 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201389160 201389303 ENST00000633953 protein_coding 1 4 3 LAD1 ENSG00000159166 +CDS chr1 201391078 201391181 ENST00000633953 protein_coding 1 4 2 LAD1 ENSG00000159166 +CDS chr1 201397228 201397316 ENST00000632743 protein_coding 1 4 1 LAD1 ENSG00000159166 +CDS chr1 201399269 201399306 ENST00000391967 protein_coding 7 1 1 LAD1 ENSG00000159166 +CDS chr1 201399410 201399489 ENST00000367313 protein_coding 4 1 1 LAD1 ENSG00000159166 +CDS chr1 201399878 201399915 ENST00000631576 protein_coding 1 4 1 LAD1 ENSG00000159166 +transcript chr1 201403768 201421746 ENST00000622580 protein_coding 4 1 NA TNNI1 ENSG00000159173 +transcript chr1 201403784 201421730 ENST00000361379 protein_coding 9 5 NA TNNI1 ENSG00000159173 +transcript chr1 201408864 201429866 ENST00000336092 protein_coding 8 5 NA TNNI1 ENSG00000159173 +transcript chr1 201409067 201422021 ENST00000555948 protein_coding 5 5 NA TNNI1 ENSG00000159173 +transcript chr1 201409857 201421718 ENST00000367312 protein_coding 5 5 NA TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000622580 protein_coding 4 1 7 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000361379 protein_coding 9 5 8 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000336092 protein_coding 8 5 11 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410393 ENST00000555948 protein_coding 5 5 8 TNNI1 ENSG00000159173 +CDS chr1 201410331 201410435 ENST00000367312 protein_coding 5 5 8 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000622580 protein_coding 4 1 6 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000361379 protein_coding 9 5 7 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000336092 protein_coding 8 5 10 TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000367312 protein_coding 5 5 7 TNNI1 ENSG00000159173 +transcript chr1 201411357 201421726 ENST00000555340 protein_coding 6 5 NA TNNI1 ENSG00000159173 +CDS chr1 201411357 201411533 ENST00000555340 protein_coding 6 5 7 TNNI1 ENSG00000159173 +transcript chr1 201411402 201422167 ENST00000556362 protein_coding 1 5 NA TNNI1 ENSG00000159173 +CDS chr1 201411402 201411533 ENST00000556362 protein_coding 1 5 8 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000622580 protein_coding 4 1 5 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000361379 protein_coding 9 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000336092 protein_coding 8 5 9 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000367312 protein_coding 5 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000555340 protein_coding 6 5 6 TNNI1 ENSG00000159173 +CDS chr1 201413032 201413121 ENST00000556362 protein_coding 1 5 7 TNNI1 ENSG00000159173 +CDS chr1 201413059 201413121 ENST00000555948 protein_coding 5 5 7 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000622580 protein_coding 4 1 4 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000361379 protein_coding 9 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000336092 protein_coding 8 5 8 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000555948 protein_coding 5 5 6 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000367312 protein_coding 5 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414643 ENST00000555340 protein_coding 6 5 5 TNNI1 ENSG00000159173 +CDS chr1 201414518 201414649 ENST00000556362 protein_coding 1 5 6 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415258 ENST00000622580 protein_coding 4 1 3 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000361379 protein_coding 9 5 4 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000336092 protein_coding 8 5 7 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000555948 protein_coding 5 5 5 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000367312 protein_coding 5 5 4 TNNI1 ENSG00000159173 +CDS chr1 201415213 201415254 ENST00000556362 protein_coding 1 5 5 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000361379 protein_coding 9 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000336092 protein_coding 8 5 6 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000555948 protein_coding 5 5 4 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000367312 protein_coding 5 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417116 201417119 ENST00000556362 protein_coding 1 5 4 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000622580 protein_coding 4 1 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000361379 protein_coding 9 5 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000336092 protein_coding 8 5 5 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000555948 protein_coding 5 5 3 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000367312 protein_coding 5 5 2 TNNI1 ENSG00000159173 +CDS chr1 201417783 201417793 ENST00000556362 protein_coding 1 5 3 TNNI1 ENSG00000159173 +transcript chr1 201464278 201469188 ENST00000367311 protein_coding 5 1 NA PHLDA3 ENSG00000174307 +transcript chr1 201465958 201469237 ENST00000367309 protein_coding 1 5 NA PHLDA3 ENSG00000174307 +CDS chr1 201468406 201468786 ENST00000367311 protein_coding 5 1 1 PHLDA3 ENSG00000174307 +CDS chr1 201468406 201468786 ENST00000367309 protein_coding 1 5 2 PHLDA3 ENSG00000174307 +transcript chr1 201483530 201507123 ENST00000340006 protein_coding 7 1 NA CSRP1 ENSG00000159176 +transcript chr1 201483530 201509456 ENST00000367306 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201483926 201509456 ENST00000531916 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201483979 201496573 ENST00000532460 protein_coding 5 2 NA CSRP1 ENSG00000159176 +CDS chr1 201483993 201484058 ENST00000531916 protein_coding 5 5 6 CSRP1 ENSG00000159176 +transcript chr1 201484240 201507123 ENST00000526256 protein_coding 5 5 NA CSRP1 ENSG00000159176 +transcript chr1 201484363 201506839 ENST00000533432 protein_coding 5 2 NA CSRP1 ENSG00000159176 +transcript chr1 201484677 201507123 ENST00000526723 protein_coding 5 3 NA CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000340006 protein_coding 7 1 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000367306 protein_coding 5 5 7 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000532460 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484738 ENST00000526256 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000533432 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201484716 201484789 ENST00000526723 protein_coding 5 3 6 CSRP1 ENSG00000159176 +transcript chr1 201484725 201507123 ENST00000524951 protein_coding 5 2 NA CSRP1 ENSG00000159176 +CDS chr1 201484725 201484789 ENST00000524951 protein_coding 5 2 6 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000340006 protein_coding 7 1 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000367306 protein_coding 5 5 6 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000532460 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000533432 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000526723 protein_coding 5 3 5 CSRP1 ENSG00000159176 +CDS chr1 201485283 201485376 ENST00000524951 protein_coding 5 2 5 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000340006 protein_coding 7 1 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000367306 protein_coding 5 5 5 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000532460 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000533432 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000526723 protein_coding 5 3 4 CSRP1 ENSG00000159176 +CDS chr1 201488855 201488984 ENST00000524951 protein_coding 5 2 4 CSRP1 ENSG00000159176 +CDS chr1 201488873 201488984 ENST00000531916 protein_coding 5 5 5 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000340006 protein_coding 7 1 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000367306 protein_coding 5 5 4 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000531916 protein_coding 5 5 4 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000532460 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000533432 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490291 ENST00000526723 protein_coding 5 3 3 CSRP1 ENSG00000159176 +CDS chr1 201490176 201490344 ENST00000524951 protein_coding 5 2 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000340006 protein_coding 7 1 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000367306 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000531916 protein_coding 5 5 3 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000532460 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496303 ENST00000533432 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496192 201496192 ENST00000524951 protein_coding 5 2 2 CSRP1 ENSG00000159176 +CDS chr1 201496238 201496303 ENST00000526723 protein_coding 5 3 2 CSRP1 ENSG00000159176 +CDS chr1 201496276 201496303 ENST00000526256 protein_coding 5 5 2 CSRP1 ENSG00000159176 +transcript chr1 201539127 201826969 ENST00000685211 protein_coding 1 NA NA NAV1 ENSG00000134369 +CDS chr1 201622885 201623606 ENST00000685211 protein_coding 1 NA 3 NAV1 ENSG00000134369 +transcript chr1 201622927 201823344 ENST00000367302 protein_coding 5 5 NA NAV1 ENSG00000134369 +CDS chr1 201629404 201629507 ENST00000685211 protein_coding 1 NA 4 NAV1 ENSG00000134369 +CDS chr1 201629504 201629507 ENST00000367302 protein_coding 5 5 2 NAV1 ENSG00000134369 +transcript chr1 201648249 201826969 ENST00000367296 protein_coding 8 5 NA NAV1 ENSG00000134369 +CDS chr1 201648634 201649425 ENST00000685211 protein_coding 1 NA 5 NAV1 ENSG00000134369 +CDS chr1 201648634 201649425 ENST00000367302 protein_coding 5 5 3 NAV1 ENSG00000134369 +CDS chr1 201648669 201649425 ENST00000367296 protein_coding 8 5 1 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000685211 protein_coding 1 NA 6 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000367302 protein_coding 5 5 4 NAV1 ENSG00000134369 +CDS chr1 201712817 201712919 ENST00000367296 protein_coding 8 5 2 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000685211 protein_coding 1 NA 7 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000367302 protein_coding 5 5 5 NAV1 ENSG00000134369 +CDS chr1 201718390 201718755 ENST00000367296 protein_coding 8 5 3 NAV1 ENSG00000134369 +transcript chr1 201739868 201826969 ENST00000367295 protein_coding 5 1 NA NAV1 ENSG00000134369 +CDS chr1 201740024 201740076 ENST00000367295 protein_coding 5 1 1 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000685211 protein_coding 1 NA 8 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367302 protein_coding 5 5 6 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367296 protein_coding 8 5 4 NAV1 ENSG00000134369 +CDS chr1 201780421 201780559 ENST00000367295 protein_coding 5 1 2 NAV1 ENSG00000134369 +transcript chr1 201780523 201803690 ENST00000430015 protein_coding 5 2 NA NAV1 ENSG00000134369 +CDS chr1 201780523 201780559 ENST00000430015 protein_coding 5 2 1 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000685211 protein_coding 1 NA 9 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367302 protein_coding 5 5 7 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367296 protein_coding 8 5 5 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000367295 protein_coding 5 1 3 NAV1 ENSG00000134369 +CDS chr1 201781012 201781309 ENST00000430015 protein_coding 5 2 2 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000685211 protein_coding 1 NA 10 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367302 protein_coding 5 5 8 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367296 protein_coding 8 5 6 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000367295 protein_coding 5 1 4 NAV1 ENSG00000134369 +CDS chr1 201782176 201782869 ENST00000430015 protein_coding 5 2 3 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000685211 protein_coding 1 NA 11 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367302 protein_coding 5 5 9 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367296 protein_coding 8 5 7 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000367295 protein_coding 5 1 5 NAV1 ENSG00000134369 +CDS chr1 201783406 201783852 ENST00000430015 protein_coding 5 2 4 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000685211 protein_coding 1 NA 12 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367302 protein_coding 5 5 10 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367296 protein_coding 8 5 8 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000367295 protein_coding 5 1 6 NAV1 ENSG00000134369 +CDS chr1 201785310 201785351 ENST00000430015 protein_coding 5 2 5 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000685211 protein_coding 1 NA 13 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367302 protein_coding 5 5 11 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367296 protein_coding 8 5 9 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000367295 protein_coding 5 1 7 NAV1 ENSG00000134369 +CDS chr1 201786429 201786577 ENST00000430015 protein_coding 5 2 6 NAV1 ENSG00000134369 +transcript chr1 201786440 201808045 ENST00000438083 protein_coding 1 5 NA NAV1 ENSG00000134369 +CDS chr1 201786440 201786577 ENST00000438083 protein_coding 1 5 1 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000685211 protein_coding 1 NA 14 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000367296 protein_coding 8 5 10 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000367295 protein_coding 5 1 8 NAV1 ENSG00000134369 +CDS chr1 201788468 201788638 ENST00000430015 protein_coding 5 2 7 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000685211 protein_coding 1 NA 15 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367302 protein_coding 5 5 12 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367296 protein_coding 8 5 11 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000367295 protein_coding 5 1 9 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000430015 protein_coding 5 2 8 NAV1 ENSG00000134369 +CDS chr1 201789740 201789792 ENST00000438083 protein_coding 1 5 2 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000685211 protein_coding 1 NA 16 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367302 protein_coding 5 5 13 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367296 protein_coding 8 5 12 NAV1 ENSG00000134369 +CDS chr1 201790554 201790577 ENST00000367295 protein_coding 5 1 10 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000685211 protein_coding 1 NA 17 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367302 protein_coding 5 5 14 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367296 protein_coding 8 5 13 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000367295 protein_coding 5 1 11 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000430015 protein_coding 5 2 9 NAV1 ENSG00000134369 +CDS chr1 201790689 201790766 ENST00000438083 protein_coding 1 5 3 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000685211 protein_coding 1 NA 18 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367302 protein_coding 5 5 15 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367296 protein_coding 8 5 14 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000367295 protein_coding 5 1 12 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000430015 protein_coding 5 2 10 NAV1 ENSG00000134369 +CDS chr1 201793792 201793875 ENST00000438083 protein_coding 1 5 4 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000685211 protein_coding 1 NA 19 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367302 protein_coding 5 5 16 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367296 protein_coding 8 5 15 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000367295 protein_coding 5 1 13 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000430015 protein_coding 5 2 11 NAV1 ENSG00000134369 +CDS chr1 201794466 201794577 ENST00000438083 protein_coding 1 5 5 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000685211 protein_coding 1 NA 20 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367302 protein_coding 5 5 17 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367296 protein_coding 8 5 16 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000367295 protein_coding 5 1 14 NAV1 ENSG00000134369 +CDS chr1 201803593 201803690 ENST00000430015 protein_coding 5 2 12 NAV1 ENSG00000134369 +CDS chr1 201803593 201803714 ENST00000438083 protein_coding 1 5 6 NAV1 ENSG00000134369 +CDS chr1 201804489 201804497 ENST00000685211 protein_coding 1 NA 21 NAV1 ENSG00000134369 +CDS chr1 201804489 201804497 ENST00000367296 protein_coding 8 5 17 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000685211 protein_coding 1 NA 22 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367302 protein_coding 5 5 18 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367296 protein_coding 8 5 18 NAV1 ENSG00000134369 +CDS chr1 201807953 201808149 ENST00000367295 protein_coding 5 1 15 NAV1 ENSG00000134369 +CDS chr1 201807953 201808045 ENST00000438083 protein_coding 1 5 7 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000685211 protein_coding 1 NA 23 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367302 protein_coding 5 5 19 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367296 protein_coding 8 5 19 NAV1 ENSG00000134369 +CDS chr1 201808418 201808610 ENST00000367295 protein_coding 5 1 16 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000685211 protein_coding 1 NA 24 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367302 protein_coding 5 5 20 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367296 protein_coding 8 5 20 NAV1 ENSG00000134369 +CDS chr1 201808703 201808871 ENST00000367295 protein_coding 5 1 17 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000685211 protein_coding 1 NA 25 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367302 protein_coding 5 5 21 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367296 protein_coding 8 5 21 NAV1 ENSG00000134369 +CDS chr1 201809164 201809261 ENST00000367295 protein_coding 5 1 18 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000685211 protein_coding 1 NA 26 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367302 protein_coding 5 5 22 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367296 protein_coding 8 5 22 NAV1 ENSG00000134369 +CDS chr1 201809442 201809537 ENST00000367295 protein_coding 5 1 19 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000685211 protein_coding 1 NA 27 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367302 protein_coding 5 5 23 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367296 protein_coding 8 5 23 NAV1 ENSG00000134369 +CDS chr1 201809946 201810105 ENST00000367295 protein_coding 5 1 20 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000685211 protein_coding 1 NA 28 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367302 protein_coding 5 5 24 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367296 protein_coding 8 5 24 NAV1 ENSG00000134369 +CDS chr1 201810523 201810758 ENST00000367295 protein_coding 5 1 21 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000685211 protein_coding 1 NA 29 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367302 protein_coding 5 5 25 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367296 protein_coding 8 5 25 NAV1 ENSG00000134369 +CDS chr1 201811603 201811757 ENST00000367295 protein_coding 5 1 22 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000685211 protein_coding 1 NA 30 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367302 protein_coding 5 5 26 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367296 protein_coding 8 5 26 NAV1 ENSG00000134369 +CDS chr1 201811903 201811974 ENST00000367295 protein_coding 5 1 23 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000685211 protein_coding 1 NA 31 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367302 protein_coding 5 5 27 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367296 protein_coding 8 5 27 NAV1 ENSG00000134369 +CDS chr1 201812465 201812661 ENST00000367295 protein_coding 5 1 24 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000685211 protein_coding 1 NA 32 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367302 protein_coding 5 5 28 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367296 protein_coding 8 5 28 NAV1 ENSG00000134369 +CDS chr1 201813140 201813258 ENST00000367295 protein_coding 5 1 25 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000685211 protein_coding 1 NA 33 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367302 protein_coding 5 5 29 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367296 protein_coding 8 5 29 NAV1 ENSG00000134369 +CDS chr1 201817088 201817285 ENST00000367295 protein_coding 5 1 26 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000685211 protein_coding 1 NA 34 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367302 protein_coding 5 5 30 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367296 protein_coding 8 5 30 NAV1 ENSG00000134369 +CDS chr1 201819837 201819929 ENST00000367295 protein_coding 5 1 27 NAV1 ENSG00000134369 +transcript chr1 201829157 201884291 ENST00000361565 protein_coding 9 1 NA IPO9 ENSG00000198700 +CDS chr1 201829210 201829372 ENST00000361565 protein_coding 9 1 1 IPO9 ENSG00000198700 +CDS chr1 201847279 201847340 ENST00000361565 protein_coding 9 1 2 IPO9 ENSG00000198700 +CDS chr1 201847552 201847638 ENST00000361565 protein_coding 9 1 3 IPO9 ENSG00000198700 +CDS chr1 201848393 201848594 ENST00000361565 protein_coding 9 1 4 IPO9 ENSG00000198700 +CDS chr1 201852104 201852192 ENST00000361565 protein_coding 9 1 5 IPO9 ENSG00000198700 +CDS chr1 201853011 201853097 ENST00000361565 protein_coding 9 1 6 IPO9 ENSG00000198700 +CDS chr1 201854595 201854714 ENST00000361565 protein_coding 9 1 7 IPO9 ENSG00000198700 +CDS chr1 201854823 201854923 ENST00000361565 protein_coding 9 1 8 IPO9 ENSG00000198700 +CDS chr1 201855124 201855182 ENST00000361565 protein_coding 9 1 9 IPO9 ENSG00000198700 +CDS chr1 201855783 201855934 ENST00000361565 protein_coding 9 1 10 IPO9 ENSG00000198700 +CDS chr1 201857096 201857194 ENST00000361565 protein_coding 9 1 11 IPO9 ENSG00000198700 +CDS chr1 201858447 201858553 ENST00000361565 protein_coding 9 1 12 IPO9 ENSG00000198700 +CDS chr1 201858855 201858994 ENST00000361565 protein_coding 9 1 13 IPO9 ENSG00000198700 +CDS chr1 201863448 201863607 ENST00000361565 protein_coding 9 1 14 IPO9 ENSG00000198700 +CDS chr1 201866733 201866959 ENST00000361565 protein_coding 9 1 15 IPO9 ENSG00000198700 +CDS chr1 201868648 201868796 ENST00000361565 protein_coding 9 1 16 IPO9 ENSG00000198700 +CDS chr1 201869590 201869718 ENST00000361565 protein_coding 9 1 17 IPO9 ENSG00000198700 +CDS chr1 201870583 201870858 ENST00000361565 protein_coding 9 1 18 IPO9 ENSG00000198700 +CDS chr1 201871161 201871327 ENST00000361565 protein_coding 9 1 19 IPO9 ENSG00000198700 +CDS chr1 201872828 201872961 ENST00000361565 protein_coding 9 1 20 IPO9 ENSG00000198700 +CDS chr1 201874250 201874372 ENST00000361565 protein_coding 9 1 21 IPO9 ENSG00000198700 +transcript chr1 201874315 201876373 ENST00000456707 protein_coding 1 3 NA IPO9 ENSG00000198700 +CDS chr1 201874315 201874372 ENST00000456707 protein_coding 1 3 1 IPO9 ENSG00000198700 +CDS chr1 201874832 201874936 ENST00000361565 protein_coding 9 1 22 IPO9 ENSG00000198700 +CDS chr1 201874832 201874936 ENST00000456707 protein_coding 1 3 2 IPO9 ENSG00000198700 +CDS chr1 201875152 201875228 ENST00000361565 protein_coding 9 1 23 IPO9 ENSG00000198700 +CDS chr1 201875152 201875228 ENST00000456707 protein_coding 1 3 3 IPO9 ENSG00000198700 +CDS chr1 201875944 201876051 ENST00000361565 protein_coding 9 1 24 IPO9 ENSG00000198700 +CDS chr1 201876005 201876229 ENST00000456707 protein_coding 1 3 4 IPO9 ENSG00000198700 +transcript chr1 201888898 201892587 ENST00000362011 protein_coding 7 1 NA SHISA4 ENSG00000198892 +CDS chr1 201888995 201889067 ENST00000362011 protein_coding 7 1 1 SHISA4 ENSG00000198892 +CDS chr1 201889445 201889616 ENST00000362011 protein_coding 7 1 2 SHISA4 ENSG00000198892 +CDS chr1 201890454 201890587 ENST00000362011 protein_coding 7 1 3 SHISA4 ENSG00000198892 +CDS chr1 201891401 201891568 ENST00000362011 protein_coding 7 1 4 SHISA4 ENSG00000198892 +CDS chr1 201891800 201891843 ENST00000362011 protein_coding 7 1 5 SHISA4 ENSG00000198892 +transcript chr1 201896456 201946548 ENST00000367288 protein_coding 5 1 NA LMOD1 ENSG00000163431 +transcript chr1 201896456 201946588 ENST00000616739 protein_coding 1 5 NA LMOD1 ENSG00000163431 +CDS chr1 201898375 201898398 ENST00000367288 protein_coding 5 1 3 LMOD1 ENSG00000163431 +CDS chr1 201898375 201898398 ENST00000616739 protein_coding 1 5 4 LMOD1 ENSG00000163431 +CDS chr1 201899237 201900751 ENST00000367288 protein_coding 5 1 2 LMOD1 ENSG00000163431 +CDS chr1 201899237 201899428 ENST00000616739 protein_coding 1 5 3 LMOD1 ENSG00000163431 +CDS chr1 201900338 201900751 ENST00000616739 protein_coding 1 5 2 LMOD1 ENSG00000163431 +CDS chr1 201946080 201946340 ENST00000367288 protein_coding 5 1 1 LMOD1 ENSG00000163431 +CDS chr1 201946080 201946256 ENST00000616739 protein_coding 1 5 1 LMOD1 ENSG00000163431 +transcript chr1 201955503 201970664 ENST00000367287 protein_coding 5 1 NA TIMM17A ENSG00000134375 +CDS chr1 201955527 201955552 ENST00000367287 protein_coding 5 1 1 TIMM17A ENSG00000134375 +CDS chr1 201957281 201957380 ENST00000367287 protein_coding 5 1 2 TIMM17A ENSG00000134375 +CDS chr1 201957511 201957574 ENST00000367287 protein_coding 5 1 3 TIMM17A ENSG00000134375 +CDS chr1 201963616 201963744 ENST00000367287 protein_coding 5 1 4 TIMM17A ENSG00000134375 +CDS chr1 201965433 201965543 ENST00000367287 protein_coding 5 1 5 TIMM17A ENSG00000134375 +CDS chr1 201969469 201969551 ENST00000367287 protein_coding 5 1 6 TIMM17A ENSG00000134375 +transcript chr1 201982648 202006143 ENST00000295640 protein_coding 9 1 NA RNPEP ENSG00000176393 +transcript chr1 201982652 202006147 ENST00000367286 protein_coding 7 5 NA RNPEP ENSG00000176393 +CDS chr1 201982667 201983113 ENST00000295640 protein_coding 9 1 1 RNPEP ENSG00000176393 +CDS chr1 201982667 201983113 ENST00000367286 protein_coding 7 5 1 RNPEP ENSG00000176393 +transcript chr1 201983330 202001767 ENST00000447312 protein_coding 5 5 NA RNPEP ENSG00000176393 +CDS chr1 201983463 201983516 ENST00000447312 protein_coding 5 5 1 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000295640 protein_coding 9 1 2 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000367286 protein_coding 7 5 2 RNPEP ENSG00000176393 +CDS chr1 201988904 201989044 ENST00000447312 protein_coding 5 5 2 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000295640 protein_coding 9 1 3 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000367286 protein_coding 7 5 3 RNPEP ENSG00000176393 +CDS chr1 201989383 201989531 ENST00000447312 protein_coding 5 5 3 RNPEP ENSG00000176393 +CDS chr1 201996147 201996263 ENST00000295640 protein_coding 9 1 4 RNPEP ENSG00000176393 +CDS chr1 201996147 201996263 ENST00000447312 protein_coding 5 5 4 RNPEP ENSG00000176393 +transcript chr1 201996172 202001722 ENST00000449524 protein_coding 1 3 NA RNPEP ENSG00000176393 +CDS chr1 201996172 201996263 ENST00000449524 protein_coding 1 3 1 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000295640 protein_coding 9 1 5 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000367286 protein_coding 7 5 4 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000447312 protein_coding 5 5 5 RNPEP ENSG00000176393 +CDS chr1 201997319 201997554 ENST00000449524 protein_coding 1 3 2 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000295640 protein_coding 9 1 6 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000367286 protein_coding 7 5 5 RNPEP ENSG00000176393 +CDS chr1 201999902 202000015 ENST00000447312 protein_coding 5 5 6 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000295640 protein_coding 9 1 7 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000367286 protein_coding 7 5 6 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000447312 protein_coding 5 5 7 RNPEP ENSG00000176393 +CDS chr1 202001376 202001488 ENST00000449524 protein_coding 1 3 3 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000295640 protein_coding 9 1 8 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000367286 protein_coding 7 5 7 RNPEP ENSG00000176393 +CDS chr1 202001659 202001767 ENST00000447312 protein_coding 5 5 8 RNPEP ENSG00000176393 +CDS chr1 202001659 202001722 ENST00000449524 protein_coding 1 3 4 RNPEP ENSG00000176393 +CDS chr1 202003237 202003461 ENST00000295640 protein_coding 9 1 9 RNPEP ENSG00000176393 +CDS chr1 202003237 202003461 ENST00000367286 protein_coding 7 5 8 RNPEP ENSG00000176393 +CDS chr1 202004354 202004496 ENST00000295640 protein_coding 9 1 10 RNPEP ENSG00000176393 +CDS chr1 202004354 202004496 ENST00000367286 protein_coding 7 5 9 RNPEP ENSG00000176393 +CDS chr1 202005558 202005713 ENST00000295640 protein_coding 9 1 11 RNPEP ENSG00000176393 +CDS chr1 202005558 202005713 ENST00000367286 protein_coding 7 5 10 RNPEP ENSG00000176393 +transcript chr1 202007945 202016009 ENST00000359651 protein_coding 7 1 NA ELF3 ENSG00000163435 +transcript chr1 202010587 202016009 ENST00000367283 protein_coding 7 1 NA ELF3 ENSG00000163435 +transcript chr1 202010587 202017183 ENST00000367284 protein_coding 10 1 NA ELF3 ENSG00000163435 +transcript chr1 202010644 202013197 ENST00000446188 protein_coding 1 5 NA ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000359651 protein_coding 7 1 1 ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000367283 protein_coding 7 1 2 ELF3 ENSG00000163435 +CDS chr1 202011137 202011299 ENST00000367284 protein_coding 10 1 2 ELF3 ENSG00000163435 +CDS chr1 202011137 202011293 ENST00000446188 protein_coding 1 5 2 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000359651 protein_coding 7 1 2 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000367283 protein_coding 7 1 3 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000367284 protein_coding 10 1 3 ELF3 ENSG00000163435 +CDS chr1 202011957 202012178 ENST00000446188 protein_coding 1 5 3 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000359651 protein_coding 7 1 3 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000367283 protein_coding 7 1 4 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000367284 protein_coding 10 1 4 ELF3 ENSG00000163435 +CDS chr1 202012344 202012436 ENST00000446188 protein_coding 1 5 4 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000359651 protein_coding 7 1 4 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000367283 protein_coding 7 1 5 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000367284 protein_coding 10 1 5 ELF3 ENSG00000163435 +CDS chr1 202012640 202012759 ENST00000446188 protein_coding 1 5 5 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000359651 protein_coding 7 1 5 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000367283 protein_coding 7 1 6 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000367284 protein_coding 10 1 6 ELF3 ENSG00000163435 +CDS chr1 202012947 202013036 ENST00000446188 protein_coding 1 5 6 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000359651 protein_coding 7 1 6 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000367283 protein_coding 7 1 7 ELF3 ENSG00000163435 +CDS chr1 202013182 202013298 ENST00000367284 protein_coding 10 1 7 ELF3 ENSG00000163435 +CDS chr1 202013182 202013197 ENST00000446188 protein_coding 1 5 7 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000359651 protein_coding 7 1 7 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000367283 protein_coding 7 1 8 ELF3 ENSG00000163435 +CDS chr1 202013829 202014024 ENST00000367284 protein_coding 10 1 8 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000359651 protein_coding 7 1 8 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000367283 protein_coding 7 1 9 ELF3 ENSG00000163435 +CDS chr1 202015209 202015320 ENST00000367284 protein_coding 10 1 9 ELF3 ENSG00000163435 +transcript chr1 202122886 202128598 ENST00000683302 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122889 202129018 ENST00000683557 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122915 202128556 ENST00000682545 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +transcript chr1 202122917 202133592 ENST00000367282 protein_coding 6 1 NA GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000683302 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000683557 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000682545 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000367282 protein_coding 6 1 1 GPR37L1 ENSG00000170075 +transcript chr1 202122964 202128880 ENST00000682887 protein_coding 1 NA NA GPR37L1 ENSG00000170075 +CDS chr1 202122964 202123593 ENST00000682887 protein_coding 1 NA 1 GPR37L1 ENSG00000170075 +CDS chr1 202127340 202127429 ENST00000682887 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127866 ENST00000683302 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127824 ENST00000683557 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202127824 ENST00000682545 protein_coding 1 NA 2 GPR37L1 ENSG00000170075 +CDS chr1 202127741 202128553 ENST00000367282 protein_coding 6 1 2 GPR37L1 ENSG00000170075 +CDS chr1 202127936 202128553 ENST00000683302 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +CDS chr1 202128087 202128101 ENST00000682545 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +CDS chr1 202128234 202128275 ENST00000683557 protein_coding 1 NA 3 GPR37L1 ENSG00000170075 +transcript chr1 202133404 202144737 ENST00000272217 protein_coding 7 1 NA ARL8A ENSG00000143862 +transcript chr1 202133404 202144743 ENST00000614750 protein_coding 1 3 NA ARL8A ENSG00000143862 +CDS chr1 202134470 202134516 ENST00000272217 protein_coding 7 1 7 ARL8A ENSG00000143862 +CDS chr1 202135150 202135220 ENST00000272217 protein_coding 7 1 6 ARL8A ENSG00000143862 +CDS chr1 202135152 202135220 ENST00000614750 protein_coding 1 3 5 ARL8A ENSG00000143862 +CDS chr1 202135459 202135526 ENST00000272217 protein_coding 7 1 5 ARL8A ENSG00000143862 +CDS chr1 202135707 202135800 ENST00000272217 protein_coding 7 1 4 ARL8A ENSG00000143862 +CDS chr1 202135707 202135800 ENST00000614750 protein_coding 1 3 4 ARL8A ENSG00000143862 +CDS chr1 202137965 202138038 ENST00000272217 protein_coding 7 1 3 ARL8A ENSG00000143862 +CDS chr1 202137965 202138038 ENST00000614750 protein_coding 1 3 3 ARL8A ENSG00000143862 +CDS chr1 202138368 202138448 ENST00000272217 protein_coding 7 1 2 ARL8A ENSG00000143862 +CDS chr1 202138368 202138448 ENST00000614750 protein_coding 1 3 2 ARL8A ENSG00000143862 +CDS chr1 202144450 202144572 ENST00000272217 protein_coding 7 1 1 ARL8A ENSG00000143862 +CDS chr1 202144450 202144572 ENST00000614750 protein_coding 1 3 1 ARL8A ENSG00000143862 +transcript chr1 202147013 202159991 ENST00000367279 protein_coding 8 1 NA PTPN7 ENSG00000143851 +transcript chr1 202147013 202161581 ENST00000309017 protein_coding 8 1 NA PTPN7 ENSG00000143851 +transcript chr1 202147016 202160602 ENST00000691036 protein_coding 1 NA NA PTPN7 ENSG00000143851 +transcript chr1 202148500 202161581 ENST00000477554 protein_coding 6 2 NA PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000367279 protein_coding 8 1 9 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000309017 protein_coding 8 1 10 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000691036 protein_coding 1 NA 10 PTPN7 ENSG00000143851 +CDS chr1 202148609 202148699 ENST00000477554 protein_coding 6 2 10 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000367279 protein_coding 8 1 8 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000309017 protein_coding 8 1 9 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000691036 protein_coding 1 NA 9 PTPN7 ENSG00000143851 +CDS chr1 202150311 202150424 ENST00000477554 protein_coding 6 2 9 PTPN7 ENSG00000143851 +transcript chr1 202152538 202160644 ENST00000477625 protein_coding 5 5 NA PTPN7 ENSG00000143851 +CDS chr1 202152538 202152699 ENST00000477625 protein_coding 5 5 6 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000367279 protein_coding 8 1 7 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000309017 protein_coding 8 1 8 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000691036 protein_coding 1 NA 8 PTPN7 ENSG00000143851 +CDS chr1 202152542 202152699 ENST00000477554 protein_coding 6 2 8 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000367279 protein_coding 8 1 6 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000309017 protein_coding 8 1 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000691036 protein_coding 1 NA 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000477554 protein_coding 6 2 7 PTPN7 ENSG00000143851 +CDS chr1 202153725 202153835 ENST00000477625 protein_coding 5 5 5 PTPN7 ENSG00000143851 +transcript chr1 202153766 202160578 ENST00000629151 protein_coding 2 5 NA PTPN7 ENSG00000143851 +CDS chr1 202153769 202153810 ENST00000629151 protein_coding 2 5 4 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000367279 protein_coding 8 1 5 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000309017 protein_coding 8 1 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000691036 protein_coding 1 NA 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154323 ENST00000477554 protein_coding 6 2 6 PTPN7 ENSG00000143851 +CDS chr1 202154186 202154278 ENST00000477625 protein_coding 5 5 4 PTPN7 ENSG00000143851 +transcript chr1 202154239 202160602 ENST00000476061 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202154239 202154323 ENST00000476061 protein_coding 5 4 6 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000367279 protein_coding 8 1 4 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000309017 protein_coding 8 1 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000691036 protein_coding 1 NA 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000477554 protein_coding 6 2 5 PTPN7 ENSG00000143851 +CDS chr1 202155533 202155609 ENST00000476061 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155537 202160608 ENST00000464870 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155537 202155609 ENST00000464870 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155537 202160608 ENST00000467283 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155537 202155609 ENST00000467283 protein_coding 5 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155561 202160608 ENST00000435759 protein_coding 6 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155561 202155609 ENST00000435759 protein_coding 6 4 5 PTPN7 ENSG00000143851 +transcript chr1 202155581 202160608 ENST00000486116 protein_coding 5 4 NA PTPN7 ENSG00000143851 +CDS chr1 202155581 202155609 ENST00000486116 protein_coding 5 4 5 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000367279 protein_coding 8 1 3 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000309017 protein_coding 8 1 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000691036 protein_coding 1 NA 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000477554 protein_coding 6 2 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000476061 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000464870 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157820 ENST00000467283 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000435759 protein_coding 6 4 4 PTPN7 ENSG00000143851 +CDS chr1 202157739 202157823 ENST00000486116 protein_coding 5 4 4 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000367279 protein_coding 8 1 2 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000309017 protein_coding 8 1 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000691036 protein_coding 1 NA 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000477554 protein_coding 6 2 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000629151 protein_coding 2 5 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000476061 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000464870 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000467283 protein_coding 5 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158320 ENST00000435759 protein_coding 6 4 3 PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000486116 protein_coding 5 4 3 PTPN7 ENSG00000143851 +transcript chr1 202158118 202161588 ENST00000492451 protein_coding 1 5 NA PTPN7 ENSG00000143851 +CDS chr1 202158118 202158301 ENST00000492451 protein_coding 1 5 3 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159519 ENST00000367279 protein_coding 8 1 1 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000309017 protein_coding 8 1 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000691036 protein_coding 1 NA 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000477554 protein_coding 6 2 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000629151 protein_coding 2 5 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159339 ENST00000476061 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000464870 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000467283 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000435759 protein_coding 6 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000486116 protein_coding 5 4 2 PTPN7 ENSG00000143851 +CDS chr1 202159281 202159402 ENST00000492451 protein_coding 1 5 2 PTPN7 ENSG00000143851 +transcript chr1 202193799 202319761 ENST00000367278 protein_coding 8 1 NA LGR6 ENSG00000133067 +CDS chr1 202193990 202194201 ENST00000367278 protein_coding 8 1 1 LGR6 ENSG00000133067 +transcript chr1 202203736 202319781 ENST00000255432 protein_coding 11 1 NA LGR6 ENSG00000133067 +CDS chr1 202203820 202203875 ENST00000255432 protein_coding 11 1 1 LGR6 ENSG00000133067 +transcript chr1 202210708 202305749 ENST00000423542 protein_coding 5 3 NA LGR6 ENSG00000133067 +transcript chr1 202214155 202319207 ENST00000439764 protein_coding 2 1 NA LGR6 ENSG00000133067 +CDS chr1 202214155 202214237 ENST00000439764 protein_coding 2 1 1 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000367278 protein_coding 8 1 2 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000255432 protein_coding 11 1 2 LGR6 ENSG00000133067 +CDS chr1 202225423 202225494 ENST00000439764 protein_coding 2 1 2 LGR6 ENSG00000133067 +CDS chr1 202225433 202225494 ENST00000423542 protein_coding 5 3 2 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000367278 protein_coding 8 1 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000255432 protein_coding 11 1 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000423542 protein_coding 5 3 3 LGR6 ENSG00000133067 +CDS chr1 202227936 202228007 ENST00000439764 protein_coding 2 1 3 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000367278 protein_coding 8 1 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000255432 protein_coding 11 1 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000423542 protein_coding 5 3 4 LGR6 ENSG00000133067 +CDS chr1 202235922 202235993 ENST00000439764 protein_coding 2 1 4 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000367278 protein_coding 8 1 5 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000255432 protein_coding 11 1 5 LGR6 ENSG00000133067 +CDS chr1 202276306 202276521 ENST00000423542 protein_coding 5 3 5 LGR6 ENSG00000133067 +CDS chr1 202280781 202280852 ENST00000367278 protein_coding 8 1 6 LGR6 ENSG00000133067 +CDS chr1 202280781 202280852 ENST00000255432 protein_coding 11 1 6 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000367278 protein_coding 8 1 7 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000255432 protein_coding 11 1 7 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000423542 protein_coding 5 3 6 LGR6 ENSG00000133067 +CDS chr1 202297508 202297576 ENST00000439764 protein_coding 2 1 5 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000367278 protein_coding 8 1 8 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000255432 protein_coding 11 1 8 LGR6 ENSG00000133067 +CDS chr1 202300849 202300920 ENST00000439764 protein_coding 2 1 6 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000367278 protein_coding 8 1 9 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000255432 protein_coding 11 1 9 LGR6 ENSG00000133067 +CDS chr1 202301164 202301235 ENST00000439764 protein_coding 2 1 7 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000367278 protein_coding 8 1 10 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000255432 protein_coding 11 1 10 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000423542 protein_coding 5 3 7 LGR6 ENSG00000133067 +CDS chr1 202303279 202303347 ENST00000439764 protein_coding 2 1 8 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000367278 protein_coding 8 1 11 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000255432 protein_coding 11 1 11 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000423542 protein_coding 5 3 8 LGR6 ENSG00000133067 +CDS chr1 202304559 202304630 ENST00000439764 protein_coding 2 1 9 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000367278 protein_coding 8 1 12 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000255432 protein_coding 11 1 12 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000423542 protein_coding 5 3 9 LGR6 ENSG00000133067 +CDS chr1 202305684 202305749 ENST00000439764 protein_coding 2 1 10 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000367278 protein_coding 8 1 13 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000255432 protein_coding 11 1 13 LGR6 ENSG00000133067 +CDS chr1 202306868 202306939 ENST00000439764 protein_coding 2 1 11 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000367278 protein_coding 8 1 14 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000255432 protein_coding 11 1 14 LGR6 ENSG00000133067 +CDS chr1 202307330 202307401 ENST00000439764 protein_coding 2 1 12 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000367278 protein_coding 8 1 15 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000255432 protein_coding 11 1 15 LGR6 ENSG00000133067 +CDS chr1 202309051 202309176 ENST00000439764 protein_coding 2 1 13 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000367278 protein_coding 8 1 16 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000255432 protein_coding 11 1 16 LGR6 ENSG00000133067 +CDS chr1 202310197 202310357 ENST00000439764 protein_coding 2 1 14 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000367278 protein_coding 8 1 17 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000255432 protein_coding 11 1 17 LGR6 ENSG00000133067 +CDS chr1 202314802 202314882 ENST00000439764 protein_coding 2 1 15 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000367278 protein_coding 8 1 18 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000255432 protein_coding 11 1 18 LGR6 ENSG00000133067 +CDS chr1 202317952 202319204 ENST00000439764 protein_coding 2 1 16 LGR6 ENSG00000133067 +transcript chr1 202331657 202341936 ENST00000646651 protein_coding 1 NA NA UBE2T ENSG00000077152 +CDS chr1 202331838 202331960 ENST00000646651 protein_coding 1 NA 7 UBE2T ENSG00000077152 +CDS chr1 202333010 202333093 ENST00000646651 protein_coding 1 NA 6 UBE2T ENSG00000077152 +CDS chr1 202333237 202333335 ENST00000646651 protein_coding 1 NA 5 UBE2T ENSG00000077152 +CDS chr1 202333450 202333555 ENST00000646651 protein_coding 1 NA 4 UBE2T ENSG00000077152 +CDS chr1 202334989 202335058 ENST00000646651 protein_coding 1 NA 3 UBE2T ENSG00000077152 +CDS chr1 202335646 202335754 ENST00000646651 protein_coding 1 NA 2 UBE2T ENSG00000077152 +transcript chr1 202348699 202592706 ENST00000391959 protein_coding 5 5 NA PPP1R12B ENSG00000077157 +transcript chr1 202348699 202592702 ENST00000608999 protein_coding 6 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202348720 202438242 ENST00000480184 protein_coding 5 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202348728 202438242 ENST00000356764 protein_coding 6 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000391959 protein_coding 5 5 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000608999 protein_coding 6 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000480184 protein_coding 5 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202348852 202349142 ENST00000356764 protein_coding 6 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000391959 protein_coding 5 5 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000608999 protein_coding 6 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000480184 protein_coding 5 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202416787 202416917 ENST00000356764 protein_coding 6 1 2 PPP1R12B ENSG00000077157 +transcript chr1 202416831 202434763 ENST00000466968 protein_coding 1 3 NA PPP1R12B ENSG00000077157 +CDS chr1 202416831 202416917 ENST00000466968 protein_coding 1 3 1 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000391959 protein_coding 5 5 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000608999 protein_coding 6 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000480184 protein_coding 5 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202422620 202422738 ENST00000356764 protein_coding 6 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000391959 protein_coding 5 5 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000608999 protein_coding 6 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000480184 protein_coding 5 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202425566 202425725 ENST00000356764 protein_coding 6 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000391959 protein_coding 5 5 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000608999 protein_coding 6 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000480184 protein_coding 5 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000356764 protein_coding 6 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202427040 202427184 ENST00000466968 protein_coding 1 3 2 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000391959 protein_coding 5 5 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000608999 protein_coding 6 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000480184 protein_coding 5 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000356764 protein_coding 6 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202428855 202428929 ENST00000466968 protein_coding 1 3 3 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000391959 protein_coding 5 5 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000608999 protein_coding 6 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000480184 protein_coding 5 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000356764 protein_coding 6 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202430731 202430810 ENST00000466968 protein_coding 1 3 4 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000391959 protein_coding 5 5 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000608999 protein_coding 6 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000480184 protein_coding 5 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000356764 protein_coding 6 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202431480 202431619 ENST00000466968 protein_coding 1 3 5 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000391959 protein_coding 5 5 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000608999 protein_coding 6 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434768 ENST00000480184 protein_coding 5 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202434656 202434763 ENST00000466968 protein_coding 1 3 6 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438024 ENST00000391959 protein_coding 5 5 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438024 ENST00000608999 protein_coding 6 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202438111 ENST00000480184 protein_coding 5 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202437821 202437837 ENST00000356764 protein_coding 6 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202440706 202440788 ENST00000391959 protein_coding 5 5 11 PPP1R12B ENSG00000077157 +CDS chr1 202440706 202440788 ENST00000608999 protein_coding 6 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202442447 202442572 ENST00000391959 protein_coding 5 5 12 PPP1R12B ENSG00000077157 +CDS chr1 202442447 202442572 ENST00000608999 protein_coding 6 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202445046 202445228 ENST00000391959 protein_coding 5 5 13 PPP1R12B ENSG00000077157 +CDS chr1 202448989 202449171 ENST00000391959 protein_coding 5 5 14 PPP1R12B ENSG00000077157 +CDS chr1 202448989 202449171 ENST00000608999 protein_coding 6 1 13 PPP1R12B ENSG00000077157 +transcript chr1 202462743 202581152 ENST00000290419 protein_coding 9 1 NA PPP1R12B ENSG00000077157 +transcript chr1 202462743 202581152 ENST00000491336 protein_coding 5 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202488533 202488623 ENST00000391959 protein_coding 5 5 15 PPP1R12B ENSG00000077157 +CDS chr1 202488533 202488623 ENST00000608999 protein_coding 6 1 14 PPP1R12B ENSG00000077157 +CDS chr1 202493114 202493317 ENST00000391959 protein_coding 5 5 16 PPP1R12B ENSG00000077157 +CDS chr1 202493114 202493317 ENST00000608999 protein_coding 6 1 15 PPP1R12B ENSG00000077157 +CDS chr1 202495293 202495482 ENST00000391959 protein_coding 5 5 17 PPP1R12B ENSG00000077157 +CDS chr1 202495293 202495482 ENST00000608999 protein_coding 6 1 16 PPP1R12B ENSG00000077157 +CDS chr1 202495470 202495482 ENST00000290419 protein_coding 9 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202495470 202495482 ENST00000491336 protein_coding 5 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000391959 protein_coding 5 5 18 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000608999 protein_coding 6 1 17 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000290419 protein_coding 9 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202495570 202495682 ENST00000491336 protein_coding 5 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000391959 protein_coding 5 5 19 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000608999 protein_coding 6 1 18 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000290419 protein_coding 9 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202496781 202496822 ENST00000491336 protein_coding 5 1 6 PPP1R12B ENSG00000077157 +transcript chr1 202539840 202580577 ENST00000634903 protein_coding 1 1 NA PPP1R12B ENSG00000077157 +CDS chr1 202540140 202540241 ENST00000634903 protein_coding 1 1 1 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000391959 protein_coding 5 5 20 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000608999 protein_coding 6 1 19 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000290419 protein_coding 9 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000491336 protein_coding 5 1 7 PPP1R12B ENSG00000077157 +CDS chr1 202558877 202558893 ENST00000634903 protein_coding 1 1 2 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000391959 protein_coding 5 5 21 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000608999 protein_coding 6 1 20 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000290419 protein_coding 9 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000491336 protein_coding 5 1 8 PPP1R12B ENSG00000077157 +CDS chr1 202562778 202562922 ENST00000634903 protein_coding 1 1 3 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000391959 protein_coding 5 5 22 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000608999 protein_coding 6 1 21 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000290419 protein_coding 9 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000491336 protein_coding 5 1 9 PPP1R12B ENSG00000077157 +CDS chr1 202564443 202564547 ENST00000634903 protein_coding 1 1 4 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000391959 protein_coding 5 5 23 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000608999 protein_coding 6 1 22 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000290419 protein_coding 9 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000491336 protein_coding 5 1 10 PPP1R12B ENSG00000077157 +CDS chr1 202567778 202567831 ENST00000634903 protein_coding 1 1 5 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000391959 protein_coding 5 5 24 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000608999 protein_coding 6 1 23 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000290419 protein_coding 9 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000491336 protein_coding 5 1 11 PPP1R12B ENSG00000077157 +CDS chr1 202569147 202569197 ENST00000634903 protein_coding 1 1 6 PPP1R12B ENSG00000077157 +CDS chr1 202575002 202575133 ENST00000290419 protein_coding 9 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000391959 protein_coding 5 5 25 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000608999 protein_coding 6 1 24 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000491336 protein_coding 5 1 12 PPP1R12B ENSG00000077157 +CDS chr1 202580474 202580557 ENST00000634903 protein_coding 1 1 7 PPP1R12B ENSG00000077157 +transcript chr1 202590596 202643453 ENST00000367267 protein_coding 5 2 NA SYT2 ENSG00000143858 +transcript chr1 202590596 202710454 ENST00000367268 protein_coding 5 1 NA SYT2 ENSG00000143858 +CDS chr1 202596760 202596963 ENST00000367267 protein_coding 5 2 9 SYT2 ENSG00000143858 +CDS chr1 202596760 202596963 ENST00000367268 protein_coding 5 1 9 SYT2 ENSG00000143858 +CDS chr1 202599218 202599351 ENST00000367267 protein_coding 5 2 8 SYT2 ENSG00000143858 +CDS chr1 202599218 202599351 ENST00000367268 protein_coding 5 1 8 SYT2 ENSG00000143858 +CDS chr1 202600357 202600474 ENST00000367267 protein_coding 5 2 7 SYT2 ENSG00000143858 +CDS chr1 202600357 202600474 ENST00000367268 protein_coding 5 1 7 SYT2 ENSG00000143858 +CDS chr1 202601890 202602057 ENST00000367267 protein_coding 5 2 6 SYT2 ENSG00000143858 +CDS chr1 202601890 202602057 ENST00000367268 protein_coding 5 1 6 SYT2 ENSG00000143858 +CDS chr1 202602378 202602545 ENST00000367267 protein_coding 5 2 5 SYT2 ENSG00000143858 +CDS chr1 202602378 202602545 ENST00000367268 protein_coding 5 1 5 SYT2 ENSG00000143858 +CDS chr1 202602999 202603118 ENST00000367267 protein_coding 5 2 4 SYT2 ENSG00000143858 +CDS chr1 202602999 202603118 ENST00000367268 protein_coding 5 1 4 SYT2 ENSG00000143858 +CDS chr1 202604455 202604621 ENST00000367267 protein_coding 5 2 3 SYT2 ENSG00000143858 +CDS chr1 202604455 202604621 ENST00000367268 protein_coding 5 1 3 SYT2 ENSG00000143858 +CDS chr1 202605595 202605772 ENST00000367267 protein_coding 5 2 2 SYT2 ENSG00000143858 +CDS chr1 202605595 202605772 ENST00000367268 protein_coding 5 1 2 SYT2 ENSG00000143858 +transcript chr1 202724495 202808421 ENST00000367265 protein_coding 9 1 NA KDM5B ENSG00000117139 +transcript chr1 202724714 202729715 ENST00000648676 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202724887 202808473 ENST00000648338 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202726423 202726503 ENST00000648676 protein_coding 1 NA 2 KDM5B ENSG00000117139 +transcript chr1 202727435 202808481 ENST00000367264 protein_coding 7 1 NA KDM5B ENSG00000117139 +transcript chr1 202727445 202808416 ENST00000650569 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727445 202808481 ENST00000648473 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727448 202808487 ENST00000648056 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202727675 202808421 ENST00000649770 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202728291 202808470 ENST00000648469 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000367265 protein_coding 9 1 27 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000367264 protein_coding 7 1 28 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000650569 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000648056 protein_coding 1 NA 27 KDM5B ENSG00000117139 +CDS chr1 202729039 202729173 ENST00000648469 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729062 202729103 ENST00000649770 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729457 202729474 ENST00000648473 protein_coding 1 NA 27 KDM5B ENSG00000117139 +CDS chr1 202729653 202730027 ENST00000648338 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000367265 protein_coding 9 1 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202729715 ENST00000648676 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000367264 protein_coding 7 1 27 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000650569 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648473 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648056 protein_coding 1 NA 26 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000649770 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202729707 202730027 ENST00000648469 protein_coding 1 NA 25 KDM5B ENSG00000117139 +transcript chr1 202729905 202807348 ENST00000235790 protein_coding 9 2 NA KDM5B ENSG00000117139 +CDS chr1 202729905 202730027 ENST00000235790 protein_coding 9 2 26 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000367265 protein_coding 9 1 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648338 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000367264 protein_coding 7 1 26 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000650569 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648473 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648056 protein_coding 1 NA 25 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000649770 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000648469 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202730909 202731063 ENST00000235790 protein_coding 9 2 25 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000367265 protein_coding 9 1 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648338 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000367264 protein_coding 7 1 25 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000650569 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648473 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648056 protein_coding 1 NA 24 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000649770 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000648469 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202731828 202731939 ENST00000235790 protein_coding 9 2 24 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000367265 protein_coding 9 1 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648338 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000367264 protein_coding 7 1 24 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000650569 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648473 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648056 protein_coding 1 NA 23 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000649770 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000648469 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202733401 202733886 ENST00000235790 protein_coding 9 2 23 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000367265 protein_coding 9 1 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648338 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000367264 protein_coding 7 1 23 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000650569 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648473 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648056 protein_coding 1 NA 22 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000649770 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000648469 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202735429 202735587 ENST00000235790 protein_coding 9 2 22 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000367265 protein_coding 9 1 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648338 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000367264 protein_coding 7 1 22 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000650569 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648473 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648056 protein_coding 1 NA 21 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000649770 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000648469 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202736213 202736392 ENST00000235790 protein_coding 9 2 21 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000367265 protein_coding 9 1 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648338 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000367264 protein_coding 7 1 21 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000650569 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648473 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648056 protein_coding 1 NA 20 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000649770 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000648469 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202740674 202740812 ENST00000235790 protein_coding 9 2 20 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000367265 protein_coding 9 1 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648338 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000367264 protein_coding 7 1 20 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000650569 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648473 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648056 protein_coding 1 NA 19 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000649770 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000648469 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202741367 202741722 ENST00000235790 protein_coding 9 2 19 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000367265 protein_coding 9 1 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648338 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000367264 protein_coding 7 1 19 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000650569 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648473 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648056 protein_coding 1 NA 18 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000649770 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000648469 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742391 202742505 ENST00000235790 protein_coding 9 2 18 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000367265 protein_coding 9 1 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648338 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000367264 protein_coding 7 1 18 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000650569 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648473 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648056 protein_coding 1 NA 17 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000649770 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000648469 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202742655 202742805 ENST00000235790 protein_coding 9 2 17 KDM5B ENSG00000117139 +transcript chr1 202745555 202755370 ENST00000649929 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202745853 202745982 ENST00000649929 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000367265 protein_coding 9 1 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648338 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000367264 protein_coding 7 1 17 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000650569 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648473 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648056 protein_coding 1 NA 16 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000649770 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000648469 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202745858 202745982 ENST00000235790 protein_coding 9 2 16 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000367265 protein_coding 9 1 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648338 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000367264 protein_coding 7 1 16 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000650569 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648473 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648056 protein_coding 1 NA 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000649770 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000648469 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000235790 protein_coding 9 2 15 KDM5B ENSG00000117139 +CDS chr1 202746142 202746323 ENST00000649929 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000367265 protein_coding 9 1 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648338 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000367264 protein_coding 7 1 15 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000650569 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648473 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648056 protein_coding 1 NA 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000649770 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000648469 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000235790 protein_coding 9 2 14 KDM5B ENSG00000117139 +CDS chr1 202748945 202749139 ENST00000649929 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000367265 protein_coding 9 1 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648338 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000367264 protein_coding 7 1 14 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000650569 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648473 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648056 protein_coding 1 NA 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000649770 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000648469 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000235790 protein_coding 9 2 13 KDM5B ENSG00000117139 +CDS chr1 202750659 202750778 ENST00000649929 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000367265 protein_coding 9 1 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648338 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000367264 protein_coding 7 1 13 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000650569 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648473 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648056 protein_coding 1 NA 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000649770 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000648469 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000235790 protein_coding 9 2 12 KDM5B ENSG00000117139 +CDS chr1 202752905 202753067 ENST00000649929 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000367265 protein_coding 9 1 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648338 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000367264 protein_coding 7 1 12 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000650569 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648473 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648056 protein_coding 1 NA 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000649770 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000648469 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202755271 202755452 ENST00000235790 protein_coding 9 2 11 KDM5B ENSG00000117139 +CDS chr1 202755271 202755370 ENST00000649929 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000367265 protein_coding 9 1 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648338 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000367264 protein_coding 7 1 11 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000650569 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648473 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648056 protein_coding 1 NA 10 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000649770 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000648469 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202756358 202756516 ENST00000235790 protein_coding 9 2 10 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000367265 protein_coding 9 1 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648338 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000367264 protein_coding 7 1 10 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000650569 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648473 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648056 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000649770 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000648469 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202758391 202758510 ENST00000235790 protein_coding 9 2 9 KDM5B ENSG00000117139 +transcript chr1 202758440 202808114 ENST00000648738 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202758440 202758510 ENST00000648738 protein_coding 1 NA 9 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000367265 protein_coding 9 1 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648338 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000367264 protein_coding 7 1 9 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000650569 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648473 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648056 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000649770 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648469 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000235790 protein_coding 9 2 8 KDM5B ENSG00000117139 +CDS chr1 202760415 202760573 ENST00000648738 protein_coding 1 NA 8 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000367265 protein_coding 9 1 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648338 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000367264 protein_coding 7 1 8 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000650569 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648473 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648056 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000649770 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648469 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000235790 protein_coding 9 2 7 KDM5B ENSG00000117139 +CDS chr1 202762699 202762808 ENST00000648738 protein_coding 1 NA 7 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000367265 protein_coding 9 1 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648338 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000367264 protein_coding 7 1 7 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000650569 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648473 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648056 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000649770 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648469 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000235790 protein_coding 9 2 6 KDM5B ENSG00000117139 +CDS chr1 202764049 202764145 ENST00000648738 protein_coding 1 NA 6 KDM5B ENSG00000117139 +CDS chr1 202766397 202766504 ENST00000367264 protein_coding 7 1 6 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000367265 protein_coding 9 1 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648338 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000367264 protein_coding 7 1 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648473 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648056 protein_coding 1 NA 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000649770 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000648469 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202766926 202767060 ENST00000235790 protein_coding 9 2 5 KDM5B ENSG00000117139 +CDS chr1 202766926 202767051 ENST00000648738 protein_coding 1 NA 5 KDM5B ENSG00000117139 +transcript chr1 202770097 202808487 ENST00000650368 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202770926 202808439 ENST00000649200 protein_coding 1 NA NA KDM5B ENSG00000117139 +transcript chr1 202772695 202808216 ENST00000648354 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202772772 202773053 ENST00000649200 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773049 202773288 ENST00000650368 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773049 202773288 ENST00000648354 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000367265 protein_coding 9 1 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648338 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000367264 protein_coding 7 1 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000650569 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648473 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648056 protein_coding 1 NA 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000649770 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648469 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202773118 202773219 ENST00000235790 protein_coding 9 2 4 KDM5B ENSG00000117139 +CDS chr1 202773118 202773288 ENST00000648738 protein_coding 1 NA 4 KDM5B ENSG00000117139 +transcript chr1 202773189 202808449 ENST00000650493 protein_coding 1 NA NA KDM5B ENSG00000117139 +CDS chr1 202773189 202773288 ENST00000650493 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000367265 protein_coding 9 1 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648338 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000367264 protein_coding 7 1 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650569 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648473 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648056 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000648738 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650368 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000649200 protein_coding 1 NA 3 KDM5B ENSG00000117139 +CDS chr1 202774613 202774735 ENST00000650493 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000367265 protein_coding 9 1 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648338 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000367264 protein_coding 7 1 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000650569 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648473 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648056 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000649770 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648469 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648738 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000650368 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000649200 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202777017 202777094 ENST00000648354 protein_coding 1 NA 2 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000367265 protein_coding 9 1 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648338 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000367264 protein_coding 7 1 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650569 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648473 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000649770 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000648469 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808114 ENST00000648738 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650368 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000649200 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808216 ENST00000648354 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808102 202808305 ENST00000650493 protein_coding 1 NA 1 KDM5B ENSG00000117139 +CDS chr1 202808117 202808305 ENST00000648056 protein_coding 1 NA 1 KDM5B ENSG00000117139 +transcript chr1 202878282 202889149 ENST00000367262 protein_coding 4 1 NA RABIF ENSG00000183155 +CDS chr1 202880981 202881223 ENST00000367262 protein_coding 4 1 2 RABIF ENSG00000183155 +CDS chr1 202888973 202889098 ENST00000367262 protein_coding 4 1 1 RABIF ENSG00000183155 +transcript chr1 202891116 202909161 ENST00000367259 protein_coding 1 2 NA KLHL12 ENSG00000117153 +transcript chr1 202891120 202927234 ENST00000367261 protein_coding 8 1 NA KLHL12 ENSG00000117153 +CDS chr1 202892536 202892659 ENST00000367261 protein_coding 8 1 12 KLHL12 ENSG00000117153 +CDS chr1 202892640 202892659 ENST00000367259 protein_coding 1 2 6 KLHL12 ENSG00000117153 +CDS chr1 202893239 202893425 ENST00000367261 protein_coding 8 1 11 KLHL12 ENSG00000117153 +CDS chr1 202894184 202894282 ENST00000367259 protein_coding 1 2 5 KLHL12 ENSG00000117153 +CDS chr1 202894184 202894282 ENST00000367261 protein_coding 8 1 10 KLHL12 ENSG00000117153 +CDS chr1 202894591 202894749 ENST00000367259 protein_coding 1 2 4 KLHL12 ENSG00000117153 +CDS chr1 202894591 202894749 ENST00000367261 protein_coding 8 1 9 KLHL12 ENSG00000117153 +CDS chr1 202895522 202895717 ENST00000367259 protein_coding 1 2 3 KLHL12 ENSG00000117153 +CDS chr1 202895522 202895717 ENST00000367261 protein_coding 8 1 8 KLHL12 ENSG00000117153 +CDS chr1 202896854 202896960 ENST00000367259 protein_coding 1 2 2 KLHL12 ENSG00000117153 +CDS chr1 202896854 202896960 ENST00000367261 protein_coding 8 1 7 KLHL12 ENSG00000117153 +CDS chr1 202909010 202909040 ENST00000367259 protein_coding 1 2 1 KLHL12 ENSG00000117153 +CDS chr1 202909010 202909124 ENST00000367261 protein_coding 8 1 6 KLHL12 ENSG00000117153 +transcript chr1 202909010 202928636 ENST00000367258 protein_coding 1 5 NA KLHL12 ENSG00000117153 +CDS chr1 202909010 202909124 ENST00000367258 protein_coding 1 5 6 KLHL12 ENSG00000117153 +CDS chr1 202911054 202911203 ENST00000367261 protein_coding 8 1 5 KLHL12 ENSG00000117153 +CDS chr1 202911054 202911203 ENST00000367258 protein_coding 1 5 5 KLHL12 ENSG00000117153 +CDS chr1 202918171 202918388 ENST00000367261 protein_coding 8 1 4 KLHL12 ENSG00000117153 +CDS chr1 202918171 202918388 ENST00000367258 protein_coding 1 5 4 KLHL12 ENSG00000117153 +CDS chr1 202919755 202919908 ENST00000367261 protein_coding 8 1 3 KLHL12 ENSG00000117153 +CDS chr1 202919755 202919908 ENST00000367258 protein_coding 1 5 3 KLHL12 ENSG00000117153 +CDS chr1 202924968 202925162 ENST00000367261 protein_coding 8 1 2 KLHL12 ENSG00000117153 +CDS chr1 202924968 202925207 ENST00000367258 protein_coding 1 5 2 KLHL12 ENSG00000117153 +CDS chr1 202928481 202928549 ENST00000367258 protein_coding 1 5 1 KLHL12 ENSG00000117153 +transcript chr1 202940832 202958312 ENST00000340990 protein_coding 10 1 NA ADIPOR1 ENSG00000159346 +transcript chr1 202941490 202958264 ENST00000367254 protein_coding 7 1 NA ADIPOR1 ENSG00000159346 +CDS chr1 202941576 202941701 ENST00000340990 protein_coding 10 1 8 ADIPOR1 ENSG00000159346 +CDS chr1 202942025 202942218 ENST00000340990 protein_coding 10 1 7 ADIPOR1 ENSG00000159346 +CDS chr1 202943758 202943945 ENST00000340990 protein_coding 10 1 6 ADIPOR1 ENSG00000159346 +transcript chr1 202943764 202958572 ENST00000417068 protein_coding 5 3 NA ADIPOR1 ENSG00000159346 +CDS chr1 202943764 202943945 ENST00000417068 protein_coding 5 3 7 ADIPOR1 ENSG00000159346 +CDS chr1 202943781 202943863 ENST00000367254 protein_coding 7 1 5 ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000340990 protein_coding 10 1 5 ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000417068 protein_coding 5 3 6 ADIPOR1 ENSG00000159346 +transcript chr1 202944983 202958285 ENST00000426229 protein_coding 1 2 NA ADIPOR1 ENSG00000159346 +CDS chr1 202944983 202945169 ENST00000426229 protein_coding 1 2 6 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000340990 protein_coding 10 1 4 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000367254 protein_coding 7 1 4 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000417068 protein_coding 5 3 5 ADIPOR1 ENSG00000159346 +CDS chr1 202946439 202946610 ENST00000426229 protein_coding 1 2 5 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000340990 protein_coding 10 1 3 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000367254 protein_coding 7 1 3 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000417068 protein_coding 5 3 4 ADIPOR1 ENSG00000159346 +CDS chr1 202948304 202948420 ENST00000426229 protein_coding 1 2 4 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000340990 protein_coding 10 1 2 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000367254 protein_coding 7 1 2 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000417068 protein_coding 5 3 3 ADIPOR1 ENSG00000159346 +CDS chr1 202950930 202951070 ENST00000426229 protein_coding 1 2 3 ADIPOR1 ENSG00000159346 +transcript chr1 202961873 202967257 ENST00000367249 protein_coding 9 1 NA CYB5R1 ENSG00000159348 +CDS chr1 202962530 202962699 ENST00000367249 protein_coding 9 1 9 CYB5R1 ENSG00000159348 +transcript chr1 202962926 202966560 ENST00000446185 protein_coding 1 5 NA CYB5R1 ENSG00000159348 +CDS chr1 202962929 202963165 ENST00000446185 protein_coding 1 5 6 CYB5R1 ENSG00000159348 +CDS chr1 202963066 202963165 ENST00000367249 protein_coding 9 1 8 CYB5R1 ENSG00000159348 +CDS chr1 202963642 202963727 ENST00000367249 protein_coding 9 1 7 CYB5R1 ENSG00000159348 +CDS chr1 202963642 202963727 ENST00000446185 protein_coding 1 5 5 CYB5R1 ENSG00000159348 +CDS chr1 202964612 202964695 ENST00000367249 protein_coding 9 1 6 CYB5R1 ENSG00000159348 +CDS chr1 202964612 202964695 ENST00000446185 protein_coding 1 5 4 CYB5R1 ENSG00000159348 +CDS chr1 202965371 202965500 ENST00000367249 protein_coding 9 1 5 CYB5R1 ENSG00000159348 +CDS chr1 202965371 202965500 ENST00000446185 protein_coding 1 5 3 CYB5R1 ENSG00000159348 +CDS chr1 202965887 202965993 ENST00000367249 protein_coding 9 1 4 CYB5R1 ENSG00000159348 +CDS chr1 202965887 202965993 ENST00000446185 protein_coding 1 5 2 CYB5R1 ENSG00000159348 +CDS chr1 202966528 202966600 ENST00000367249 protein_coding 9 1 3 CYB5R1 ENSG00000159348 +CDS chr1 202966528 202966560 ENST00000446185 protein_coding 1 5 1 CYB5R1 ENSG00000159348 +CDS chr1 202966749 202966898 ENST00000367249 protein_coding 9 1 2 CYB5R1 ENSG00000159348 +CDS chr1 202967191 202967205 ENST00000367249 protein_coding 9 1 1 CYB5R1 ENSG00000159348 +transcript chr1 203007374 203024848 ENST00000367242 protein_coding 4 1 NA TMEM183A ENSG00000163444 +CDS chr1 203007466 203007574 ENST00000367242 protein_coding 4 1 1 TMEM183A ENSG00000163444 +CDS chr1 203007774 203007863 ENST00000367242 protein_coding 4 1 2 TMEM183A ENSG00000163444 +CDS chr1 203008643 203008810 ENST00000367242 protein_coding 4 1 3 TMEM183A ENSG00000163444 +CDS chr1 203014889 203015048 ENST00000367242 protein_coding 4 1 4 TMEM183A ENSG00000163444 +CDS chr1 203015960 203016140 ENST00000367242 protein_coding 4 1 5 TMEM183A ENSG00000163444 +CDS chr1 203018481 203018561 ENST00000367242 protein_coding 4 1 6 TMEM183A ENSG00000163444 +CDS chr1 203020793 203020948 ENST00000367242 protein_coding 4 1 7 TMEM183A ENSG00000163444 +CDS chr1 203022855 203023037 ENST00000367242 protein_coding 4 1 8 TMEM183A ENSG00000163444 +transcript chr1 203026491 203078733 ENST00000692772 protein_coding 1 NA NA PPFIA4 ENSG00000143847 +transcript chr1 203026491 203078736 ENST00000295706 protein_coding 9 5 NA PPFIA4 ENSG00000143847 +transcript chr1 203026498 203078736 ENST00000367240 protein_coding 6 5 NA PPFIA4 ENSG00000143847 +transcript chr1 203034484 203078740 ENST00000447715 protein_coding 6 1 NA PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000692772 protein_coding 1 NA 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000295706 protein_coding 9 5 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000367240 protein_coding 6 5 2 PPFIA4 ENSG00000143847 +CDS chr1 203039009 203039242 ENST00000447715 protein_coding 6 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000692772 protein_coding 1 NA 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000295706 protein_coding 9 5 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000367240 protein_coding 6 5 3 PPFIA4 ENSG00000143847 +CDS chr1 203043397 203043498 ENST00000447715 protein_coding 6 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000692772 protein_coding 1 NA 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000295706 protein_coding 9 5 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000367240 protein_coding 6 5 4 PPFIA4 ENSG00000143847 +CDS chr1 203043931 203044095 ENST00000447715 protein_coding 6 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000692772 protein_coding 1 NA 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000295706 protein_coding 9 5 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000367240 protein_coding 6 5 5 PPFIA4 ENSG00000143847 +CDS chr1 203044379 203044453 ENST00000447715 protein_coding 6 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000692772 protein_coding 1 NA 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000295706 protein_coding 9 5 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000367240 protein_coding 6 5 6 PPFIA4 ENSG00000143847 +CDS chr1 203044696 203044785 ENST00000447715 protein_coding 6 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000692772 protein_coding 1 NA 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000295706 protein_coding 9 5 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000367240 protein_coding 6 5 7 PPFIA4 ENSG00000143847 +CDS chr1 203045368 203045559 ENST00000447715 protein_coding 6 1 11 PPFIA4 ENSG00000143847 +transcript chr1 203045466 203076497 ENST00000600426 protein_coding 5 2 NA PPFIA4 ENSG00000143847 +CDS chr1 203045466 203045559 ENST00000600426 protein_coding 5 2 1 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000692772 protein_coding 1 NA 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000295706 protein_coding 9 5 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000367240 protein_coding 6 5 8 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000447715 protein_coding 6 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203045841 203045987 ENST00000600426 protein_coding 5 2 2 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000692772 protein_coding 1 NA 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000295706 protein_coding 9 5 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000367240 protein_coding 6 5 9 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000447715 protein_coding 6 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203046248 203046382 ENST00000600426 protein_coding 5 2 3 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000692772 protein_coding 1 NA 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000295706 protein_coding 9 5 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000367240 protein_coding 6 5 10 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000447715 protein_coding 6 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203048227 203048310 ENST00000600426 protein_coding 5 2 4 PPFIA4 ENSG00000143847 +CDS chr1 203048571 203048714 ENST00000447715 protein_coding 6 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000692772 protein_coding 1 NA 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000295706 protein_coding 9 5 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000367240 protein_coding 6 5 11 PPFIA4 ENSG00000143847 +CDS chr1 203048583 203048714 ENST00000600426 protein_coding 5 2 5 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000692772 protein_coding 1 NA 12 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000295706 protein_coding 9 5 12 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000447715 protein_coding 6 1 16 PPFIA4 ENSG00000143847 +CDS chr1 203048918 203048980 ENST00000600426 protein_coding 5 2 6 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000692772 protein_coding 1 NA 13 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000295706 protein_coding 9 5 13 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000367240 protein_coding 6 5 12 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000447715 protein_coding 6 1 17 PPFIA4 ENSG00000143847 +CDS chr1 203049676 203049767 ENST00000600426 protein_coding 5 2 7 PPFIA4 ENSG00000143847 +transcript chr1 203051183 203078736 ENST00000272198 protein_coding 10 1 NA PPFIA4 ENSG00000143847 +transcript chr1 203051240 203076953 ENST00000599966 protein_coding 5 1 NA PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000692772 protein_coding 1 NA 14 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000295706 protein_coding 9 5 14 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000367240 protein_coding 6 5 13 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000447715 protein_coding 6 1 18 PPFIA4 ENSG00000143847 +CDS chr1 203051769 203051877 ENST00000600426 protein_coding 5 2 8 PPFIA4 ENSG00000143847 +CDS chr1 203051776 203051877 ENST00000272198 protein_coding 10 1 1 PPFIA4 ENSG00000143847 +CDS chr1 203051776 203051877 ENST00000599966 protein_coding 5 1 1 PPFIA4 ENSG00000143847 +transcript chr1 203053746 203056806 ENST00000599514 protein_coding 1 4 NA PPFIA4 ENSG00000143847 +CDS chr1 203053746 203053961 ENST00000599514 protein_coding 1 4 1 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000692772 protein_coding 1 NA 15 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000295706 protein_coding 9 5 15 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000367240 protein_coding 6 5 14 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000600426 protein_coding 5 2 9 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000272198 protein_coding 10 1 2 PPFIA4 ENSG00000143847 +CDS chr1 203053753 203053961 ENST00000599966 protein_coding 5 1 2 PPFIA4 ENSG00000143847 +CDS chr1 203053796 203053860 ENST00000447715 protein_coding 6 1 19 PPFIA4 ENSG00000143847 +CDS chr1 203054058 203054123 ENST00000447715 protein_coding 6 1 20 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000692772 protein_coding 1 NA 16 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000295706 protein_coding 9 5 16 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000367240 protein_coding 6 5 15 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000447715 protein_coding 6 1 21 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000600426 protein_coding 5 2 10 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000272198 protein_coding 10 1 3 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000599966 protein_coding 5 1 3 PPFIA4 ENSG00000143847 +CDS chr1 203055432 203055672 ENST00000599514 protein_coding 1 4 2 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000692772 protein_coding 1 NA 17 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000295706 protein_coding 9 5 17 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000367240 protein_coding 6 5 16 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000447715 protein_coding 6 1 22 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000600426 protein_coding 5 2 11 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000272198 protein_coding 10 1 4 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000599966 protein_coding 5 1 4 PPFIA4 ENSG00000143847 +CDS chr1 203056120 203056155 ENST00000599514 protein_coding 1 4 3 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000692772 protein_coding 1 NA 18 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000295706 protein_coding 9 5 18 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000367240 protein_coding 6 5 17 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000447715 protein_coding 6 1 23 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000600426 protein_coding 5 2 12 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000272198 protein_coding 10 1 5 PPFIA4 ENSG00000143847 +CDS chr1 203056375 203056508 ENST00000599966 protein_coding 5 1 5 PPFIA4 ENSG00000143847 +CDS chr1 203056452 203056508 ENST00000599514 protein_coding 1 4 4 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000692772 protein_coding 1 NA 19 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000295706 protein_coding 9 5 19 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000367240 protein_coding 6 5 18 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000447715 protein_coding 6 1 24 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000600426 protein_coding 5 2 13 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000272198 protein_coding 10 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056950 ENST00000599966 protein_coding 5 1 6 PPFIA4 ENSG00000143847 +CDS chr1 203056784 203056806 ENST00000599514 protein_coding 1 4 5 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000692772 protein_coding 1 NA 20 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000295706 protein_coding 9 5 20 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000367240 protein_coding 6 5 19 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000447715 protein_coding 6 1 25 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000600426 protein_coding 5 2 14 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000272198 protein_coding 10 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203059178 203059271 ENST00000599966 protein_coding 5 1 7 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000692772 protein_coding 1 NA 21 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000295706 protein_coding 9 5 21 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000367240 protein_coding 6 5 20 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000447715 protein_coding 6 1 26 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000600426 protein_coding 5 2 15 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000272198 protein_coding 10 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203059770 203059851 ENST00000599966 protein_coding 5 1 8 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000692772 protein_coding 1 NA 22 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000295706 protein_coding 9 5 22 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000367240 protein_coding 6 5 21 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000447715 protein_coding 6 1 27 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000600426 protein_coding 5 2 16 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000272198 protein_coding 10 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203060217 203060417 ENST00000599966 protein_coding 5 1 9 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000692772 protein_coding 1 NA 23 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000295706 protein_coding 9 5 23 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000367240 protein_coding 6 5 22 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000447715 protein_coding 6 1 28 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000600426 protein_coding 5 2 17 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000272198 protein_coding 10 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203060970 203061032 ENST00000599966 protein_coding 5 1 10 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000692772 protein_coding 1 NA 24 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000295706 protein_coding 9 5 24 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000367240 protein_coding 6 5 23 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000447715 protein_coding 6 1 29 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000600426 protein_coding 5 2 18 PPFIA4 ENSG00000143847 +CDS chr1 203061652 203061678 ENST00000272198 protein_coding 10 1 11 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000692772 protein_coding 1 NA 25 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000295706 protein_coding 9 5 25 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000367240 protein_coding 6 5 24 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000447715 protein_coding 6 1 30 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000600426 protein_coding 5 2 19 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000272198 protein_coding 10 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203063828 203064003 ENST00000599966 protein_coding 5 1 11 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000692772 protein_coding 1 NA 26 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000295706 protein_coding 9 5 26 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000367240 protein_coding 6 5 25 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000447715 protein_coding 6 1 31 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000600426 protein_coding 5 2 20 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000272198 protein_coding 10 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203067695 203067792 ENST00000599966 protein_coding 5 1 12 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000692772 protein_coding 1 NA 27 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000295706 protein_coding 9 5 27 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000367240 protein_coding 6 5 26 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000447715 protein_coding 6 1 32 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000600426 protein_coding 5 2 21 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000272198 protein_coding 10 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203068453 203068628 ENST00000599966 protein_coding 5 1 13 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000692772 protein_coding 1 NA 28 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000295706 protein_coding 9 5 28 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000367240 protein_coding 6 5 27 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000447715 protein_coding 6 1 33 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000600426 protein_coding 5 2 22 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000272198 protein_coding 10 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203071692 203071760 ENST00000599966 protein_coding 5 1 14 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000692772 protein_coding 1 NA 29 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000295706 protein_coding 9 5 29 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000367240 protein_coding 6 5 28 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000447715 protein_coding 6 1 34 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000600426 protein_coding 5 2 23 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000272198 protein_coding 10 1 16 PPFIA4 ENSG00000143847 +CDS chr1 203075577 203075757 ENST00000599966 protein_coding 5 1 15 PPFIA4 ENSG00000143847 +CDS chr1 203075968 203076023 ENST00000692772 protein_coding 1 NA 30 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000295706 protein_coding 9 5 30 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000367240 protein_coding 6 5 29 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000447715 protein_coding 6 1 35 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000600426 protein_coding 5 2 24 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000272198 protein_coding 10 1 17 PPFIA4 ENSG00000143847 +CDS chr1 203076341 203076387 ENST00000599966 protein_coding 5 1 16 PPFIA4 ENSG00000143847 +transcript chr1 203083129 203086012 ENST00000241651 protein_coding 5 1 NA MYOG ENSG00000122180 +CDS chr1 203083913 203084031 ENST00000241651 protein_coding 5 1 3 MYOG ENSG00000122180 +CDS chr1 203084647 203084728 ENST00000241651 protein_coding 5 1 2 MYOG ENSG00000122180 +CDS chr1 203085491 203085961 ENST00000241651 protein_coding 5 1 1 MYOG ENSG00000122180 +transcript chr1 203090654 203167404 ENST00000309502 protein_coding 7 1 NA ADORA1 ENSG00000163485 +transcript chr1 203127065 203167405 ENST00000367236 protein_coding 8 1 NA ADORA1 ENSG00000163485 +transcript chr1 203127708 203165089 ENST00000640524 protein_coding 1 5 NA ADORA1 ENSG00000163485 +transcript chr1 203127726 203167405 ENST00000337894 protein_coding 9 2 NA ADORA1 ENSG00000163485 +transcript chr1 203128306 203166749 ENST00000367235 protein_coding 1 2 NA ADORA1 ENSG00000163485 +transcript chr1 203128373 203166062 ENST00000618295 protein_coding 1 1 NA ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000309502 protein_coding 7 1 5 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000367236 protein_coding 8 1 2 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000640524 protein_coding 1 5 2 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000337894 protein_coding 9 2 3 ADORA1 ENSG00000163485 +CDS chr1 203128842 203129182 ENST00000367235 protein_coding 1 2 2 ADORA1 ENSG00000163485 +CDS chr1 203165056 203165089 ENST00000640524 protein_coding 1 5 3 ADORA1 ENSG00000163485 +CDS chr1 203165056 203165089 ENST00000367235 protein_coding 1 2 3 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000309502 protein_coding 7 1 6 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000367236 protein_coding 8 1 3 ADORA1 ENSG00000163485 +CDS chr1 203165261 203165897 ENST00000337894 protein_coding 9 2 4 ADORA1 ENSG00000163485 +CDS chr1 203165268 203165897 ENST00000618295 protein_coding 1 1 2 ADORA1 ENSG00000163485 +transcript chr1 203167811 203175826 ENST00000255416 protein_coding 9 1 NA MYBPH ENSG00000133055 +CDS chr1 203168662 203168675 ENST00000255416 protein_coding 9 1 10 MYBPH ENSG00000133055 +CDS chr1 203168906 203169092 ENST00000255416 protein_coding 9 1 9 MYBPH ENSG00000133055 +CDS chr1 203169253 203169389 ENST00000255416 protein_coding 9 1 8 MYBPH ENSG00000133055 +CDS chr1 203170291 203170450 ENST00000255416 protein_coding 9 1 7 MYBPH ENSG00000133055 +CDS chr1 203171061 203171200 ENST00000255416 protein_coding 9 1 6 MYBPH ENSG00000133055 +CDS chr1 203171383 203171578 ENST00000255416 protein_coding 9 1 5 MYBPH ENSG00000133055 +CDS chr1 203171952 203172040 ENST00000255416 protein_coding 9 1 4 MYBPH ENSG00000133055 +CDS chr1 203174430 203174597 ENST00000255416 protein_coding 9 1 3 MYBPH ENSG00000133055 +CDS chr1 203175327 203175461 ENST00000255416 protein_coding 9 1 2 MYBPH ENSG00000133055 +CDS chr1 203175551 203175755 ENST00000255416 protein_coding 9 1 1 MYBPH ENSG00000133055 +transcript chr1 203178931 203186704 ENST00000255409 protein_coding 8 1 NA CHI3L1 ENSG00000133048 +transcript chr1 203178981 203182805 ENST00000404436 protein_coding 2 2 NA CHI3L1 ENSG00000133048 +CDS chr1 203179448 203179585 ENST00000255409 protein_coding 8 1 10 CHI3L1 ENSG00000133048 +CDS chr1 203179448 203179585 ENST00000404436 protein_coding 2 2 4 CHI3L1 ENSG00000133048 +CDS chr1 203179761 203179877 ENST00000255409 protein_coding 8 1 9 CHI3L1 ENSG00000133048 +CDS chr1 203179761 203179877 ENST00000404436 protein_coding 2 2 3 CHI3L1 ENSG00000133048 +CDS chr1 203180470 203180652 ENST00000255409 protein_coding 8 1 8 CHI3L1 ENSG00000133048 +CDS chr1 203181162 203181285 ENST00000255409 protein_coding 8 1 7 CHI3L1 ENSG00000133048 +CDS chr1 203181162 203181285 ENST00000404436 protein_coding 2 2 2 CHI3L1 ENSG00000133048 +CDS chr1 203182731 203182852 ENST00000255409 protein_coding 8 1 6 CHI3L1 ENSG00000133048 +CDS chr1 203182731 203182805 ENST00000404436 protein_coding 2 2 1 CHI3L1 ENSG00000133048 +CDS chr1 203183641 203183791 ENST00000255409 protein_coding 8 1 5 CHI3L1 ENSG00000133048 +CDS chr1 203184576 203184632 ENST00000255409 protein_coding 8 1 4 CHI3L1 ENSG00000133048 +CDS chr1 203185184 203185385 ENST00000255409 protein_coding 8 1 3 CHI3L1 ENSG00000133048 +CDS chr1 203186316 203186345 ENST00000255409 protein_coding 8 1 2 CHI3L1 ENSG00000133048 +CDS chr1 203186599 203186623 ENST00000255409 protein_coding 8 1 1 CHI3L1 ENSG00000133048 +transcript chr1 203216079 203229673 ENST00000367229 protein_coding 6 1 NA CHIT1 ENSG00000133063 +transcript chr1 203216670 203229671 ENST00000255427 protein_coding 7 2 NA CHIT1 ENSG00000133063 +CDS chr1 203216892 203217133 ENST00000367229 protein_coding 6 1 11 CHIT1 ENSG00000133063 +CDS chr1 203216892 203217133 ENST00000255427 protein_coding 7 2 10 CHIT1 ENSG00000133063 +CDS chr1 203217739 203217865 ENST00000367229 protein_coding 6 1 10 CHIT1 ENSG00000133063 +CDS chr1 203217739 203217865 ENST00000255427 protein_coding 7 2 9 CHIT1 ENSG00000133063 +CDS chr1 203219216 203219329 ENST00000367229 protein_coding 6 1 9 CHIT1 ENSG00000133063 +CDS chr1 203219216 203219329 ENST00000255427 protein_coding 7 2 8 CHIT1 ENSG00000133063 +CDS chr1 203219664 203219849 ENST00000367229 protein_coding 6 1 8 CHIT1 ENSG00000133063 +CDS chr1 203219664 203219849 ENST00000255427 protein_coding 7 2 7 CHIT1 ENSG00000133063 +CDS chr1 203222202 203222325 ENST00000367229 protein_coding 6 1 7 CHIT1 ENSG00000133063 +CDS chr1 203222202 203222325 ENST00000255427 protein_coding 7 2 6 CHIT1 ENSG00000133063 +CDS chr1 203223135 203223259 ENST00000367229 protein_coding 6 1 6 CHIT1 ENSG00000133063 +CDS chr1 203223135 203223259 ENST00000255427 protein_coding 7 2 5 CHIT1 ENSG00000133063 +CDS chr1 203223495 203223660 ENST00000367229 protein_coding 6 1 5 CHIT1 ENSG00000133063 +CDS chr1 203223495 203223660 ENST00000255427 protein_coding 7 2 4 CHIT1 ENSG00000133063 +CDS chr1 203225048 203225104 ENST00000367229 protein_coding 6 1 4 CHIT1 ENSG00000133063 +CDS chr1 203225669 203225870 ENST00000367229 protein_coding 6 1 3 CHIT1 ENSG00000133063 +CDS chr1 203225669 203225870 ENST00000255427 protein_coding 7 2 3 CHIT1 ENSG00000133063 +CDS chr1 203228533 203228562 ENST00000367229 protein_coding 6 1 2 CHIT1 ENSG00000133063 +CDS chr1 203228533 203228562 ENST00000255427 protein_coding 7 2 2 CHIT1 ENSG00000133063 +CDS chr1 203229612 203229636 ENST00000367229 protein_coding 6 1 1 CHIT1 ENSG00000133063 +CDS chr1 203229612 203229636 ENST00000255427 protein_coding 7 2 1 CHIT1 ENSG00000133063 +transcript chr1 203305519 203309602 ENST00000290551 protein_coding 5 1 NA BTG2 ENSG00000159388 +CDS chr1 203305607 203305748 ENST00000290551 protein_coding 5 1 1 BTG2 ENSG00000159388 +CDS chr1 203307104 203307435 ENST00000290551 protein_coding 5 1 2 BTG2 ENSG00000159388 +transcript chr1 203340628 203351122 ENST00000354955 protein_coding 5 1 NA FMOD ENSG00000122176 +transcript chr1 203340661 203351758 ENST00000647586 protein_coding 1 NA NA FMOD ENSG00000122176 +CDS chr1 203342346 203342494 ENST00000354955 protein_coding 5 1 3 FMOD ENSG00000122176 +CDS chr1 203342346 203342494 ENST00000647586 protein_coding 1 NA 3 FMOD ENSG00000122176 +CDS chr1 203347292 203348270 ENST00000354955 protein_coding 5 1 2 FMOD ENSG00000122176 +CDS chr1 203347292 203348003 ENST00000647586 protein_coding 1 NA 2 FMOD ENSG00000122176 +transcript chr1 203475806 203491352 ENST00000343110 protein_coding 3 1 NA PRELP ENSG00000188783 +CDS chr1 203483185 203484157 ENST00000343110 protein_coding 3 1 2 PRELP ENSG00000188783 +CDS chr1 203486706 203486878 ENST00000343110 protein_coding 3 1 3 PRELP ENSG00000188783 +transcript chr1 203494153 203508949 ENST00000367222 protein_coding 7 1 NA OPTC ENSG00000188770 +transcript chr1 203495970 203499709 ENST00000448911 protein_coding 1 2 NA OPTC ENSG00000188770 +CDS chr1 203496006 203496236 ENST00000367222 protein_coding 7 1 2 OPTC ENSG00000188770 +CDS chr1 203496006 203496236 ENST00000448911 protein_coding 1 2 1 OPTC ENSG00000188770 +CDS chr1 203496977 203497115 ENST00000367222 protein_coding 7 1 3 OPTC ENSG00000188770 +CDS chr1 203496977 203497115 ENST00000448911 protein_coding 1 2 2 OPTC ENSG00000188770 +CDS chr1 203498681 203498839 ENST00000367222 protein_coding 7 1 4 OPTC ENSG00000188770 +CDS chr1 203498747 203498839 ENST00000448911 protein_coding 1 2 3 OPTC ENSG00000188770 +CDS chr1 203499649 203499851 ENST00000367222 protein_coding 7 1 5 OPTC ENSG00000188770 +CDS chr1 203499649 203499709 ENST00000448911 protein_coding 1 2 4 OPTC ENSG00000188770 +CDS chr1 203502914 203503009 ENST00000367222 protein_coding 7 1 6 OPTC ENSG00000188770 +CDS chr1 203503550 203503717 ENST00000367222 protein_coding 7 1 7 OPTC ENSG00000188770 +transcript chr1 203626787 203744079 ENST00000367218 protein_coding 7 1 NA ATP2B4 ENSG00000058668 +transcript chr1 203626832 203744081 ENST00000357681 protein_coding 10 1 NA ATP2B4 ENSG00000058668 +transcript chr1 203682809 203740319 ENST00000341360 protein_coding 6 1 NA ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000357681 protein_coding 10 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000367218 protein_coding 7 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203683206 203683398 ENST00000341360 protein_coding 6 1 1 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000357681 protein_coding 10 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000367218 protein_coding 7 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203698157 203698354 ENST00000341360 protein_coding 6 1 2 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000357681 protein_coding 10 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000367218 protein_coding 7 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203699460 203699717 ENST00000341360 protein_coding 6 1 3 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000357681 protein_coding 10 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000367218 protein_coding 7 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203700206 203700331 ENST00000341360 protein_coding 6 1 4 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000357681 protein_coding 10 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000367218 protein_coding 7 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203700798 203700923 ENST00000341360 protein_coding 6 1 5 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000357681 protein_coding 10 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000367218 protein_coding 7 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203702044 203702079 ENST00000341360 protein_coding 6 1 6 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000357681 protein_coding 10 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000367218 protein_coding 7 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203703652 203703813 ENST00000341360 protein_coding 6 1 7 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000357681 protein_coding 10 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000367218 protein_coding 7 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203707009 203707223 ENST00000341360 protein_coding 6 1 8 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000357681 protein_coding 10 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000367218 protein_coding 7 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203707862 203708104 ENST00000341360 protein_coding 6 1 9 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000357681 protein_coding 10 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000367218 protein_coding 7 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203709301 203709542 ENST00000341360 protein_coding 6 1 10 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000357681 protein_coding 10 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000367218 protein_coding 7 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203710877 203711108 ENST00000341360 protein_coding 6 1 11 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000357681 protein_coding 10 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000367218 protein_coding 7 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203711960 203712139 ENST00000341360 protein_coding 6 1 12 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000357681 protein_coding 10 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000367218 protein_coding 7 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203713165 203713252 ENST00000341360 protein_coding 6 1 13 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000357681 protein_coding 10 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000367218 protein_coding 7 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203714171 203714277 ENST00000341360 protein_coding 6 1 14 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000357681 protein_coding 10 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000367218 protein_coding 7 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203720549 203720740 ENST00000341360 protein_coding 6 1 15 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000357681 protein_coding 10 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000367218 protein_coding 7 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203721197 203721410 ENST00000341360 protein_coding 6 1 16 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000357681 protein_coding 10 1 18 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000367218 protein_coding 7 1 18 ATP2B4 ENSG00000058668 +CDS chr1 203722478 203722689 ENST00000341360 protein_coding 6 1 17 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000357681 protein_coding 10 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000367218 protein_coding 7 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203723881 203723988 ENST00000341360 protein_coding 6 1 18 ATP2B4 ENSG00000058668 +transcript chr1 203723897 203728310 ENST00000458092 protein_coding 5 3 NA ATP2B4 ENSG00000058668 +CDS chr1 203723897 203723988 ENST00000458092 protein_coding 5 3 1 ATP2B4 ENSG00000058668 +transcript chr1 203723963 203733632 ENST00000356729 protein_coding 5 5 NA ATP2B4 ENSG00000058668 +CDS chr1 203723963 203723988 ENST00000356729 protein_coding 5 5 1 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000357681 protein_coding 10 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000367218 protein_coding 7 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000341360 protein_coding 6 1 19 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000458092 protein_coding 5 3 2 ATP2B4 ENSG00000058668 +CDS chr1 203727395 203727571 ENST00000356729 protein_coding 5 5 2 ATP2B4 ENSG00000058668 +CDS chr1 203728151 203728231 ENST00000458092 protein_coding 5 3 3 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733400 ENST00000367218 protein_coding 7 1 21 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733400 ENST00000341360 protein_coding 6 1 20 ATP2B4 ENSG00000058668 +CDS chr1 203733223 203733405 ENST00000356729 protein_coding 5 5 3 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739851 ENST00000357681 protein_coding 10 1 21 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739568 ENST00000367218 protein_coding 7 1 22 ATP2B4 ENSG00000058668 +CDS chr1 203739546 203739568 ENST00000341360 protein_coding 6 1 21 ATP2B4 ENSG00000058668 +transcript chr1 203765177 203774722 ENST00000367217 protein_coding 5 2 NA LAX1 ENSG00000122188 +transcript chr1 203765183 203776372 ENST00000442561 protein_coding 7 1 NA LAX1 ENSG00000122188 +CDS chr1 203765343 203765383 ENST00000367217 protein_coding 5 2 1 LAX1 ENSG00000122188 +CDS chr1 203765566 203765654 ENST00000442561 protein_coding 7 1 1 LAX1 ENSG00000122188 +CDS chr1 203770828 203770937 ENST00000367217 protein_coding 5 2 2 LAX1 ENSG00000122188 +CDS chr1 203770828 203770937 ENST00000442561 protein_coding 7 1 2 LAX1 ENSG00000122188 +CDS chr1 203771367 203771477 ENST00000367217 protein_coding 5 2 3 LAX1 ENSG00000122188 +CDS chr1 203771367 203771477 ENST00000442561 protein_coding 7 1 3 LAX1 ENSG00000122188 +CDS chr1 203772068 203772147 ENST00000367217 protein_coding 5 2 4 LAX1 ENSG00000122188 +CDS chr1 203772068 203772147 ENST00000442561 protein_coding 7 1 4 LAX1 ENSG00000122188 +CDS chr1 203773875 203774678 ENST00000367217 protein_coding 5 2 5 LAX1 ENSG00000122188 +CDS chr1 203773875 203774678 ENST00000442561 protein_coding 7 1 5 LAX1 ENSG00000122188 +transcript chr1 203795623 203854124 ENST00000367210 protein_coding 3 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795654 203818665 ENST00000432282 protein_coding 5 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795654 203847687 ENST00000453771 protein_coding 5 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795671 203852420 ENST00000367214 protein_coding 5 2 NA ZC3H11A ENSG00000058673 +transcript chr1 203795695 203854999 ENST00000639812 protein_coding 1 5 NA ZC3H11A ENSG00000058673 +transcript chr1 203795699 203852430 ENST00000367212 protein_coding 7 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795706 203854124 ENST00000332127 protein_coding 8 1 NA ZC3H11A ENSG00000058673 +transcript chr1 203795714 203854999 ENST00000550078 protein_coding 2 1 NA ZBED6 ENSG00000257315 +CDS chr1 203797523 203800459 ENST00000550078 protein_coding 2 1 1 ZBED6 ENSG00000257315 +transcript chr1 203802094 203802192 ENST00000675181 protein_coding 1 NA NA NA ENSG00000288644 +CDS chr1 203802094 203802189 ENST00000675181 protein_coding 1 NA 1 NA ENSG00000288644 +CDS chr1 203817071 203817124 ENST00000432282 protein_coding 5 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000453771 protein_coding 5 5 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367210 protein_coding 3 1 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367214 protein_coding 5 2 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000639812 protein_coding 1 5 3 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000367212 protein_coding 7 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203817071 203817124 ENST00000332127 protein_coding 8 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818665 ENST00000432282 protein_coding 5 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000453771 protein_coding 5 5 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367210 protein_coding 3 1 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367214 protein_coding 5 2 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000639812 protein_coding 1 5 4 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000367212 protein_coding 7 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203818570 203818689 ENST00000332127 protein_coding 8 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000453771 protein_coding 5 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367210 protein_coding 3 1 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367214 protein_coding 5 2 7 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000639812 protein_coding 1 5 5 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000367212 protein_coding 7 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203828299 203828422 ENST00000332127 protein_coding 8 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000453771 protein_coding 5 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367210 protein_coding 3 1 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367214 protein_coding 5 2 8 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000639812 protein_coding 1 5 6 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000367212 protein_coding 7 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203829451 203829654 ENST00000332127 protein_coding 8 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000453771 protein_coding 5 5 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367210 protein_coding 3 1 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367214 protein_coding 5 2 9 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000639812 protein_coding 1 5 7 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000367212 protein_coding 7 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203829780 203829896 ENST00000332127 protein_coding 8 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000453771 protein_coding 5 5 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367210 protein_coding 3 1 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367214 protein_coding 5 2 10 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000639812 protein_coding 1 5 8 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000367212 protein_coding 7 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203830123 203830203 ENST00000332127 protein_coding 8 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000453771 protein_coding 5 5 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367210 protein_coding 3 1 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367214 protein_coding 5 2 11 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000639812 protein_coding 1 5 9 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000367212 protein_coding 7 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203831661 203831771 ENST00000332127 protein_coding 8 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000453771 protein_coding 5 5 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367210 protein_coding 3 1 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367214 protein_coding 5 2 12 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000639812 protein_coding 1 5 10 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000367212 protein_coding 7 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203833791 203833853 ENST00000332127 protein_coding 8 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000453771 protein_coding 5 5 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367210 protein_coding 3 1 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367214 protein_coding 5 2 13 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000639812 protein_coding 1 5 11 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000367212 protein_coding 7 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203837966 203838064 ENST00000332127 protein_coding 8 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000453771 protein_coding 5 5 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367210 protein_coding 3 1 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367214 protein_coding 5 2 14 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000639812 protein_coding 1 5 12 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000367212 protein_coding 7 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203840306 203840374 ENST00000332127 protein_coding 8 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000453771 protein_coding 5 5 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367210 protein_coding 3 1 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367214 protein_coding 5 2 15 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000639812 protein_coding 1 5 13 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000367212 protein_coding 7 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203847184 203847687 ENST00000332127 protein_coding 8 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367210 protein_coding 3 1 14 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367214 protein_coding 5 2 16 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000639812 protein_coding 1 5 14 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000367212 protein_coding 7 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203848331 203848407 ENST00000332127 protein_coding 8 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367210 protein_coding 3 1 15 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367214 protein_coding 5 2 17 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000639812 protein_coding 1 5 15 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000367212 protein_coding 7 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203849711 203850026 ENST00000332127 protein_coding 8 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367210 protein_coding 3 1 16 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367214 protein_coding 5 2 18 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000639812 protein_coding 1 5 16 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000367212 protein_coding 7 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203850515 203850681 ENST00000332127 protein_coding 8 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367210 protein_coding 3 1 17 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367214 protein_coding 5 2 19 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000639812 protein_coding 1 5 17 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000367212 protein_coding 7 1 19 ZC3H11A ENSG00000058673 +CDS chr1 203851057 203851124 ENST00000332127 protein_coding 8 1 19 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367210 protein_coding 3 1 18 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367214 protein_coding 5 2 20 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000639812 protein_coding 1 5 18 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000367212 protein_coding 7 1 20 ZC3H11A ENSG00000058673 +CDS chr1 203852141 203852396 ENST00000332127 protein_coding 8 1 20 ZC3H11A ENSG00000058673 +transcript chr1 203861599 203871152 ENST00000414487 protein_coding 7 1 NA SNRPE ENSG00000182004 +CDS chr1 203861660 203861713 ENST00000414487 protein_coding 7 1 1 SNRPE ENSG00000182004 +CDS chr1 203862196 203862222 ENST00000414487 protein_coding 7 1 2 SNRPE ENSG00000182004 +transcript chr1 203863625 203870051 ENST00000367208 protein_coding 1 2 NA SNRPE ENSG00000182004 +CDS chr1 203863663 203863725 ENST00000414487 protein_coding 7 1 3 SNRPE ENSG00000182004 +CDS chr1 203863702 203863725 ENST00000367208 protein_coding 1 2 1 SNRPE ENSG00000182004 +CDS chr1 203865041 203865119 ENST00000414487 protein_coding 7 1 4 SNRPE ENSG00000182004 +CDS chr1 203865041 203865119 ENST00000367208 protein_coding 1 2 2 SNRPE ENSG00000182004 +CDS chr1 203869877 203869929 ENST00000414487 protein_coding 7 1 5 SNRPE ENSG00000182004 +CDS chr1 203869877 203869929 ENST00000367208 protein_coding 1 2 3 SNRPE ENSG00000182004 +transcript chr1 204073115 204127743 ENST00000367204 protein_coding 6 1 NA SOX13 ENSG00000143842 +transcript chr1 204074026 204113088 ENST00000525442 protein_coding 1 4 NA SOX13 ENSG00000143842 +transcript chr1 204078129 204116627 ENST00000528591 protein_coding 5 4 NA SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000367204 protein_coding 6 1 2 SOX13 ENSG00000143842 +CDS chr1 204112916 204113088 ENST00000525442 protein_coding 1 4 2 SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000528591 protein_coding 5 4 2 SOX13 ENSG00000143842 +transcript chr1 204112916 204127741 ENST00000618875 protein_coding 4 1 NA SOX13 ENSG00000143842 +CDS chr1 204112916 204113134 ENST00000618875 protein_coding 4 1 1 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000367204 protein_coding 6 1 3 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000528591 protein_coding 5 4 3 SOX13 ENSG00000143842 +CDS chr1 204114321 204114432 ENST00000618875 protein_coding 4 1 2 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000367204 protein_coding 6 1 4 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000528591 protein_coding 5 4 4 SOX13 ENSG00000143842 +CDS chr1 204114519 204114605 ENST00000618875 protein_coding 4 1 3 SOX13 ENSG00000143842 +CDS chr1 204116507 204116679 ENST00000367204 protein_coding 6 1 5 SOX13 ENSG00000143842 +CDS chr1 204116507 204116627 ENST00000528591 protein_coding 5 4 5 SOX13 ENSG00000143842 +CDS chr1 204116507 204116679 ENST00000618875 protein_coding 4 1 4 SOX13 ENSG00000143842 +CDS chr1 204117122 204117190 ENST00000367204 protein_coding 6 1 6 SOX13 ENSG00000143842 +CDS chr1 204117122 204117190 ENST00000618875 protein_coding 4 1 5 SOX13 ENSG00000143842 +CDS chr1 204117593 204117707 ENST00000367204 protein_coding 6 1 7 SOX13 ENSG00000143842 +CDS chr1 204117593 204117707 ENST00000618875 protein_coding 4 1 6 SOX13 ENSG00000143842 +CDS chr1 204121900 204121985 ENST00000367204 protein_coding 6 1 8 SOX13 ENSG00000143842 +CDS chr1 204121900 204121985 ENST00000618875 protein_coding 4 1 7 SOX13 ENSG00000143842 +CDS chr1 204122237 204122399 ENST00000367204 protein_coding 6 1 9 SOX13 ENSG00000143842 +CDS chr1 204122237 204122399 ENST00000618875 protein_coding 4 1 8 SOX13 ENSG00000143842 +CDS chr1 204122854 204122963 ENST00000367204 protein_coding 6 1 10 SOX13 ENSG00000143842 +CDS chr1 204122854 204122963 ENST00000618875 protein_coding 4 1 9 SOX13 ENSG00000143842 +CDS chr1 204123112 204123208 ENST00000367204 protein_coding 6 1 11 SOX13 ENSG00000143842 +CDS chr1 204123112 204123208 ENST00000618875 protein_coding 4 1 10 SOX13 ENSG00000143842 +CDS chr1 204123661 204123804 ENST00000367204 protein_coding 6 1 12 SOX13 ENSG00000143842 +CDS chr1 204123661 204123804 ENST00000618875 protein_coding 4 1 11 SOX13 ENSG00000143842 +CDS chr1 204124641 204124857 ENST00000367204 protein_coding 6 1 13 SOX13 ENSG00000143842 +CDS chr1 204124641 204124857 ENST00000618875 protein_coding 4 1 12 SOX13 ENSG00000143842 +CDS chr1 204125858 204126131 ENST00000367204 protein_coding 6 1 14 SOX13 ENSG00000143842 +CDS chr1 204125858 204126131 ENST00000618875 protein_coding 4 1 13 SOX13 ENSG00000143842 +transcript chr1 204131062 204151894 ENST00000367201 protein_coding 7 2 NA ETNK2 ENSG00000143845 +transcript chr1 204131062 204152044 ENST00000367202 protein_coding 9 1 NA ETNK2 ENSG00000143845 +transcript chr1 204131956 204141262 ENST00000367197 protein_coding 5 3 NA ETNK2 ENSG00000143845 +transcript chr1 204131962 204141287 ENST00000422072 protein_coding 5 3 NA ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000367202 protein_coding 9 1 8 ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000367197 protein_coding 5 3 5 ETNK2 ENSG00000143845 +CDS chr1 204132187 204132256 ENST00000422072 protein_coding 5 3 5 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000367202 protein_coding 9 1 7 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000367197 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204134515 204134588 ENST00000422072 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204134527 204134694 ENST00000367201 protein_coding 7 2 7 ETNK2 ENSG00000143845 +transcript chr1 204134548 204147575 ENST00000422699 protein_coding 5 3 NA ETNK2 ENSG00000143845 +CDS chr1 204134548 204134588 ENST00000422699 protein_coding 5 3 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000367201 protein_coding 7 2 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000367202 protein_coding 9 1 6 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137163 ENST00000367197 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000422072 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204137104 204137249 ENST00000422699 protein_coding 5 3 5 ETNK2 ENSG00000143845 +transcript chr1 204137112 204146960 ENST00000452983 protein_coding 5 4 NA ETNK2 ENSG00000143845 +CDS chr1 204137112 204137249 ENST00000452983 protein_coding 5 4 5 ETNK2 ENSG00000143845 +transcript chr1 204137213 204149881 ENST00000444817 protein_coding 1 5 NA ETNK2 ENSG00000143845 +CDS chr1 204137213 204137249 ENST00000444817 protein_coding 1 5 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000367201 protein_coding 7 2 5 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000367202 protein_coding 9 1 5 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000422072 protein_coding 5 3 2 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000422699 protein_coding 5 3 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000452983 protein_coding 5 4 4 ETNK2 ENSG00000143845 +CDS chr1 204140035 204140118 ENST00000444817 protein_coding 1 5 3 ETNK2 ENSG00000143845 +CDS chr1 204141216 204141287 ENST00000422072 protein_coding 5 3 1 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000367201 protein_coding 7 2 4 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000367202 protein_coding 9 1 4 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000422699 protein_coding 5 3 3 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000452983 protein_coding 5 4 3 ETNK2 ENSG00000143845 +CDS chr1 204141315 204141457 ENST00000444817 protein_coding 1 5 2 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000367201 protein_coding 7 2 3 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000367202 protein_coding 9 1 3 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000422699 protein_coding 5 3 2 ETNK2 ENSG00000143845 +CDS chr1 204146642 204146764 ENST00000452983 protein_coding 5 4 2 ETNK2 ENSG00000143845 +CDS chr1 204146872 204146960 ENST00000452983 protein_coding 5 4 1 ETNK2 ENSG00000143845 +CDS chr1 204147460 204147575 ENST00000422699 protein_coding 5 3 1 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149962 ENST00000367201 protein_coding 7 2 2 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149962 ENST00000367202 protein_coding 9 1 2 ETNK2 ENSG00000143845 +CDS chr1 204149703 204149881 ENST00000444817 protein_coding 1 5 1 ETNK2 ENSG00000143845 +transcript chr1 204149873 204151428 ENST00000429525 protein_coding 1 4 NA ETNK2 ENSG00000143845 +CDS chr1 204149873 204149908 ENST00000429525 protein_coding 1 4 3 ETNK2 ENSG00000143845 +CDS chr1 204151595 204151852 ENST00000367201 protein_coding 7 2 1 ETNK2 ENSG00000143845 +CDS chr1 204151595 204151852 ENST00000367202 protein_coding 9 1 1 ETNK2 ENSG00000143845 +transcript chr1 204154819 204166337 ENST00000272190 protein_coding 9 1 NA REN ENSG00000143839 +transcript chr1 204154938 204190324 ENST00000638118 protein_coding 1 5 NA REN ENSG00000143839 +CDS chr1 204155019 204155177 ENST00000272190 protein_coding 9 1 10 REN ENSG00000143839 +CDS chr1 204155019 204155177 ENST00000638118 protein_coding 1 5 12 REN ENSG00000143839 +CDS chr1 204155820 204155918 ENST00000272190 protein_coding 9 1 9 REN ENSG00000143839 +CDS chr1 204155820 204155918 ENST00000638118 protein_coding 1 5 11 REN ENSG00000143839 +CDS chr1 204156178 204156319 ENST00000272190 protein_coding 9 1 8 REN ENSG00000143839 +CDS chr1 204156178 204156319 ENST00000638118 protein_coding 1 5 10 REN ENSG00000143839 +CDS chr1 204156677 204156796 ENST00000272190 protein_coding 9 1 7 REN ENSG00000143839 +CDS chr1 204156677 204156796 ENST00000638118 protein_coding 1 5 9 REN ENSG00000143839 +CDS chr1 204157361 204157369 ENST00000272190 protein_coding 9 1 6 REN ENSG00000143839 +CDS chr1 204157361 204157369 ENST00000638118 protein_coding 1 5 8 REN ENSG00000143839 +CDS chr1 204159399 204159595 ENST00000272190 protein_coding 9 1 5 REN ENSG00000143839 +CDS chr1 204159399 204159595 ENST00000638118 protein_coding 1 5 7 REN ENSG00000143839 +CDS chr1 204160560 204160678 ENST00000272190 protein_coding 9 1 4 REN ENSG00000143839 +CDS chr1 204160560 204160678 ENST00000638118 protein_coding 1 5 6 REN ENSG00000143839 +CDS chr1 204161292 204161415 ENST00000272190 protein_coding 9 1 3 REN ENSG00000143839 +CDS chr1 204161292 204161415 ENST00000638118 protein_coding 1 5 5 REN ENSG00000143839 +CDS chr1 204162013 204162163 ENST00000272190 protein_coding 9 1 2 REN ENSG00000143839 +CDS chr1 204162013 204162147 ENST00000638118 protein_coding 1 5 4 REN ENSG00000143839 +CDS chr1 204166196 204166293 ENST00000272190 protein_coding 9 1 1 REN ENSG00000143839 +transcript chr1 204190341 204196491 ENST00000367194 protein_coding 5 1 NA KISS1 ENSG00000170498 +CDS chr1 204190487 204190797 ENST00000367194 protein_coding 5 1 3 KISS1 ENSG00000170498 +CDS chr1 204192774 204192876 ENST00000367194 protein_coding 5 1 2 KISS1 ENSG00000170498 +transcript chr1 204198163 204213988 ENST00000308302 protein_coding 4 1 NA GOLT1A ENSG00000174567 +CDS chr1 204198461 204198496 ENST00000308302 protein_coding 4 1 5 GOLT1A ENSG00000174567 +CDS chr1 204199195 204199258 ENST00000308302 protein_coding 4 1 4 GOLT1A ENSG00000174567 +CDS chr1 204201633 204201811 ENST00000308302 protein_coding 4 1 3 GOLT1A ENSG00000174567 +CDS chr1 204202896 204202987 ENST00000308302 protein_coding 4 1 2 GOLT1A ENSG00000174567 +CDS chr1 204213882 204213906 ENST00000308302 protein_coding 4 1 1 GOLT1A ENSG00000174567 +transcript chr1 204218853 204359929 ENST00000272203 protein_coding 8 1 NA PLEKHA6 ENSG00000143850 +transcript chr1 204220756 204307395 ENST00000637508 protein_coding 1 5 NA PLEKHA6 ENSG00000143850 +transcript chr1 204221221 204359916 ENST00000414478 protein_coding 1 5 NA PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000272203 protein_coding 8 1 22 PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000637508 protein_coding 1 5 26 PLEKHA6 ENSG00000143850 +CDS chr1 204223473 204223585 ENST00000414478 protein_coding 1 5 22 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000272203 protein_coding 8 1 21 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000637508 protein_coding 1 5 25 PLEKHA6 ENSG00000143850 +CDS chr1 204228083 204228228 ENST00000414478 protein_coding 1 5 21 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000272203 protein_coding 8 1 20 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000637508 protein_coding 1 5 24 PLEKHA6 ENSG00000143850 +CDS chr1 204228728 204228861 ENST00000414478 protein_coding 1 5 20 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000272203 protein_coding 8 1 19 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000637508 protein_coding 1 5 23 PLEKHA6 ENSG00000143850 +CDS chr1 204228937 204229104 ENST00000414478 protein_coding 1 5 19 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000272203 protein_coding 8 1 18 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000637508 protein_coding 1 5 22 PLEKHA6 ENSG00000143850 +CDS chr1 204230413 204230586 ENST00000414478 protein_coding 1 5 18 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000272203 protein_coding 8 1 17 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000637508 protein_coding 1 5 21 PLEKHA6 ENSG00000143850 +CDS chr1 204241375 204241481 ENST00000414478 protein_coding 1 5 17 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000272203 protein_coding 8 1 16 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000637508 protein_coding 1 5 20 PLEKHA6 ENSG00000143850 +CDS chr1 204241685 204241814 ENST00000414478 protein_coding 1 5 16 PLEKHA6 ENSG00000143850 +CDS chr1 204243114 204243263 ENST00000637508 protein_coding 1 5 19 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000272203 protein_coding 8 1 15 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000637508 protein_coding 1 5 18 PLEKHA6 ENSG00000143850 +CDS chr1 204244864 204245003 ENST00000414478 protein_coding 1 5 15 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000272203 protein_coding 8 1 14 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000637508 protein_coding 1 5 17 PLEKHA6 ENSG00000143850 +CDS chr1 204245615 204245726 ENST00000414478 protein_coding 1 5 14 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000272203 protein_coding 8 1 13 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000637508 protein_coding 1 5 16 PLEKHA6 ENSG00000143850 +CDS chr1 204247365 204247460 ENST00000414478 protein_coding 1 5 13 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000272203 protein_coding 8 1 12 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000637508 protein_coding 1 5 15 PLEKHA6 ENSG00000143850 +CDS chr1 204248821 204248970 ENST00000414478 protein_coding 1 5 12 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000272203 protein_coding 8 1 11 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000637508 protein_coding 1 5 14 PLEKHA6 ENSG00000143850 +CDS chr1 204249184 204249264 ENST00000414478 protein_coding 1 5 11 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000272203 protein_coding 8 1 10 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000637508 protein_coding 1 5 13 PLEKHA6 ENSG00000143850 +CDS chr1 204250546 204250614 ENST00000414478 protein_coding 1 5 10 PLEKHA6 ENSG00000143850 +CDS chr1 204251531 204251611 ENST00000637508 protein_coding 1 5 12 PLEKHA6 ENSG00000143850 +CDS chr1 204255626 204255679 ENST00000637508 protein_coding 1 5 11 PLEKHA6 ENSG00000143850 +CDS chr1 204256802 204256888 ENST00000637508 protein_coding 1 5 10 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000272203 protein_coding 8 1 9 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000637508 protein_coding 1 5 9 PLEKHA6 ENSG00000143850 +CDS chr1 204257353 204257869 ENST00000414478 protein_coding 1 5 9 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000272203 protein_coding 8 1 8 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000637508 protein_coding 1 5 8 PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000414478 protein_coding 1 5 8 PLEKHA6 ENSG00000143850 +transcript chr1 204259258 204278389 ENST00000672625 protein_coding 1 NA NA PLEKHA6 ENSG00000143850 +CDS chr1 204259258 204259740 ENST00000672625 protein_coding 1 NA 8 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000272203 protein_coding 8 1 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000637508 protein_coding 1 5 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261508 ENST00000414478 protein_coding 1 5 7 PLEKHA6 ENSG00000143850 +CDS chr1 204261306 204261448 ENST00000672625 protein_coding 1 NA 7 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000272203 protein_coding 8 1 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000637508 protein_coding 1 5 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000414478 protein_coding 1 5 6 PLEKHA6 ENSG00000143850 +CDS chr1 204264942 204265042 ENST00000672625 protein_coding 1 NA 6 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000272203 protein_coding 8 1 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000637508 protein_coding 1 5 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000414478 protein_coding 1 5 5 PLEKHA6 ENSG00000143850 +CDS chr1 204267475 204267547 ENST00000672625 protein_coding 1 NA 5 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000272203 protein_coding 8 1 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000637508 protein_coding 1 5 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000414478 protein_coding 1 5 4 PLEKHA6 ENSG00000143850 +CDS chr1 204268208 204268312 ENST00000672625 protein_coding 1 NA 4 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000272203 protein_coding 8 1 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000637508 protein_coding 1 5 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273727 ENST00000414478 protein_coding 1 5 3 PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273740 ENST00000672625 protein_coding 1 NA 3 PLEKHA6 ENSG00000143850 +transcript chr1 204273626 204377665 ENST00000564627 protein_coding 2 3 NA PLEKHA6 ENSG00000143850 +CDS chr1 204273626 204273740 ENST00000564627 protein_coding 2 3 5 PLEKHA6 ENSG00000143850 +CDS chr1 204274729 204274809 ENST00000672625 protein_coding 1 NA 2 PLEKHA6 ENSG00000143850 +CDS chr1 204274729 204274809 ENST00000564627 protein_coding 2 3 4 PLEKHA6 ENSG00000143850 +CDS chr1 204276996 204277027 ENST00000672625 protein_coding 1 NA 1 PLEKHA6 ENSG00000143850 +CDS chr1 204367799 204367856 ENST00000564627 protein_coding 2 3 3 PLEKHA6 ENSG00000143850 +CDS chr1 204371530 204371606 ENST00000564627 protein_coding 2 3 2 PLEKHA6 ENSG00000143850 +CDS chr1 204377583 204377665 ENST00000564627 protein_coding 2 3 1 PLEKHA6 ENSG00000143850 +transcript chr1 204398890 204411590 ENST00000693720 protein_coding 1 NA NA PPP1R15B ENSG00000158615 +CDS chr1 204400700 204400789 ENST00000693720 protein_coding 1 NA 2 PPP1R15B ENSG00000158615 +transcript chr1 204403381 204411817 ENST00000367188 protein_coding 5 1 NA PPP1R15B ENSG00000158615 +CDS chr1 204406095 204406313 ENST00000367188 protein_coding 5 1 2 PPP1R15B ENSG00000158615 +CDS chr1 204409492 204411411 ENST00000693720 protein_coding 1 NA 1 PPP1R15B ENSG00000158615 +CDS chr1 204409492 204411411 ENST00000367188 protein_coding 5 1 1 PPP1R15B ENSG00000158615 +transcript chr1 204422628 204490424 ENST00000367187 protein_coding 7 1 NA PIK3C2B ENSG00000133056 +transcript chr1 204422630 204490346 ENST00000424712 protein_coding 6 1 NA PIK3C2B ENSG00000133056 +transcript chr1 204422633 204494805 ENST00000684373 protein_coding 1 NA NA PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000367187 protein_coding 7 1 34 PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000424712 protein_coding 6 1 35 PIK3C2B ENSG00000133056 +CDS chr1 204424855 204425040 ENST00000684373 protein_coding 1 NA 33 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000367187 protein_coding 7 1 33 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000424712 protein_coding 6 1 34 PIK3C2B ENSG00000133056 +CDS chr1 204425613 204425741 ENST00000684373 protein_coding 1 NA 32 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000367187 protein_coding 7 1 32 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000424712 protein_coding 6 1 33 PIK3C2B ENSG00000133056 +CDS chr1 204427648 204427754 ENST00000684373 protein_coding 1 NA 31 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000367187 protein_coding 7 1 31 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000424712 protein_coding 6 1 32 PIK3C2B ENSG00000133056 +CDS chr1 204428139 204428220 ENST00000684373 protein_coding 1 NA 30 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000367187 protein_coding 7 1 30 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000424712 protein_coding 6 1 31 PIK3C2B ENSG00000133056 +CDS chr1 204429921 204430038 ENST00000684373 protein_coding 1 NA 29 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000367187 protein_coding 7 1 29 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000424712 protein_coding 6 1 30 PIK3C2B ENSG00000133056 +CDS chr1 204431669 204431793 ENST00000684373 protein_coding 1 NA 28 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000367187 protein_coding 7 1 28 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000424712 protein_coding 6 1 29 PIK3C2B ENSG00000133056 +CDS chr1 204432200 204432401 ENST00000684373 protein_coding 1 NA 27 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000367187 protein_coding 7 1 27 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000424712 protein_coding 6 1 28 PIK3C2B ENSG00000133056 +CDS chr1 204433316 204433425 ENST00000684373 protein_coding 1 NA 26 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000367187 protein_coding 7 1 26 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000424712 protein_coding 6 1 27 PIK3C2B ENSG00000133056 +CDS chr1 204433793 204433949 ENST00000684373 protein_coding 1 NA 25 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000367187 protein_coding 7 1 25 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000424712 protein_coding 6 1 26 PIK3C2B ENSG00000133056 +CDS chr1 204434439 204434608 ENST00000684373 protein_coding 1 NA 24 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000367187 protein_coding 7 1 24 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000424712 protein_coding 6 1 25 PIK3C2B ENSG00000133056 +CDS chr1 204438935 204439071 ENST00000684373 protein_coding 1 NA 23 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000367187 protein_coding 7 1 23 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000424712 protein_coding 6 1 24 PIK3C2B ENSG00000133056 +CDS chr1 204440192 204440321 ENST00000684373 protein_coding 1 NA 22 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000367187 protein_coding 7 1 22 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000424712 protein_coding 6 1 23 PIK3C2B ENSG00000133056 +CDS chr1 204441471 204441563 ENST00000684373 protein_coding 1 NA 21 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000367187 protein_coding 7 1 21 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000424712 protein_coding 6 1 22 PIK3C2B ENSG00000133056 +CDS chr1 204442526 204442633 ENST00000684373 protein_coding 1 NA 20 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000367187 protein_coding 7 1 20 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000424712 protein_coding 6 1 21 PIK3C2B ENSG00000133056 +CDS chr1 204443417 204443597 ENST00000684373 protein_coding 1 NA 19 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000367187 protein_coding 7 1 19 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000424712 protein_coding 6 1 20 PIK3C2B ENSG00000133056 +CDS chr1 204444068 204444162 ENST00000684373 protein_coding 1 NA 18 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000367187 protein_coding 7 1 18 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000424712 protein_coding 6 1 19 PIK3C2B ENSG00000133056 +CDS chr1 204444331 204444424 ENST00000684373 protein_coding 1 NA 17 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446144 ENST00000367187 protein_coding 7 1 17 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446002 ENST00000424712 protein_coding 6 1 18 PIK3C2B ENSG00000133056 +CDS chr1 204445956 204446144 ENST00000684373 protein_coding 1 NA 16 PIK3C2B ENSG00000133056 +CDS chr1 204446087 204446144 ENST00000424712 protein_coding 6 1 17 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000367187 protein_coding 7 1 16 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000424712 protein_coding 6 1 16 PIK3C2B ENSG00000133056 +CDS chr1 204447436 204447578 ENST00000684373 protein_coding 1 NA 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000367187 protein_coding 7 1 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000424712 protein_coding 6 1 15 PIK3C2B ENSG00000133056 +CDS chr1 204449185 204449296 ENST00000684373 protein_coding 1 NA 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000367187 protein_coding 7 1 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000424712 protein_coding 6 1 14 PIK3C2B ENSG00000133056 +CDS chr1 204449850 204450017 ENST00000684373 protein_coding 1 NA 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000367187 protein_coding 7 1 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000424712 protein_coding 6 1 13 PIK3C2B ENSG00000133056 +CDS chr1 204454669 204454791 ENST00000684373 protein_coding 1 NA 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000367187 protein_coding 7 1 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000424712 protein_coding 6 1 12 PIK3C2B ENSG00000133056 +CDS chr1 204455856 204456051 ENST00000684373 protein_coding 1 NA 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000367187 protein_coding 7 1 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000424712 protein_coding 6 1 11 PIK3C2B ENSG00000133056 +CDS chr1 204457037 204457070 ENST00000684373 protein_coding 1 NA 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000367187 protein_coding 7 1 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000424712 protein_coding 6 1 10 PIK3C2B ENSG00000133056 +CDS chr1 204457728 204457874 ENST00000684373 protein_coding 1 NA 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000367187 protein_coding 7 1 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000424712 protein_coding 6 1 9 PIK3C2B ENSG00000133056 +CDS chr1 204459878 204459941 ENST00000684373 protein_coding 1 NA 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000367187 protein_coding 7 1 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000424712 protein_coding 6 1 8 PIK3C2B ENSG00000133056 +CDS chr1 204460324 204460403 ENST00000684373 protein_coding 1 NA 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000367187 protein_coding 7 1 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000424712 protein_coding 6 1 7 PIK3C2B ENSG00000133056 +CDS chr1 204460550 204460661 ENST00000684373 protein_coding 1 NA 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000367187 protein_coding 7 1 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000424712 protein_coding 6 1 6 PIK3C2B ENSG00000133056 +CDS chr1 204464012 204464132 ENST00000684373 protein_coding 1 NA 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000367187 protein_coding 7 1 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000424712 protein_coding 6 1 5 PIK3C2B ENSG00000133056 +CDS chr1 204464450 204464604 ENST00000684373 protein_coding 1 NA 4 PIK3C2B ENSG00000133056 +transcript chr1 204464452 204467346 ENST00000367184 protein_coding 2 5 NA PIK3C2B ENSG00000133056 +CDS chr1 204464452 204464604 ENST00000367184 protein_coding 2 5 3 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000367187 protein_coding 7 1 4 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000424712 protein_coding 6 1 4 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000684373 protein_coding 1 NA 3 PIK3C2B ENSG00000133056 +CDS chr1 204465219 204465319 ENST00000367184 protein_coding 2 5 2 PIK3C2B ENSG00000133056 +CDS chr1 204466771 204467037 ENST00000367184 protein_coding 2 5 1 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000367187 protein_coding 7 1 3 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000424712 protein_coding 6 1 3 PIK3C2B ENSG00000133056 +CDS chr1 204468870 204469802 ENST00000684373 protein_coding 1 NA 2 PIK3C2B ENSG00000133056 +transcript chr1 204469622 204494701 ENST00000429009 protein_coding 1 2 NA PIK3C2B ENSG00000133056 +CDS chr1 204469622 204469802 ENST00000429009 protein_coding 1 2 3 PIK3C2B ENSG00000133056 +transcript chr1 204516379 204558119 ENST00000367183 protein_coding 7 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000391947 protein_coding 6 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000454264 protein_coding 6 1 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000612738 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000614459 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516379 204558119 ENST00000616250 protein_coding 4 5 NA MDM4 ENSG00000198625 +transcript chr1 204516406 204558120 ENST00000367182 protein_coding 8 1 NA MDM4 ENSG00000198625 +transcript chr1 204525490 204537041 ENST00000367180 protein_coding 5 3 NA MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367183 protein_coding 7 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000391947 protein_coding 6 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000454264 protein_coding 6 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000612738 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000614459 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000616250 protein_coding 4 5 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367182 protein_coding 8 1 2 MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000367180 protein_coding 5 3 1 MDM4 ENSG00000198625 +transcript chr1 204525519 204546834 ENST00000507825 protein_coding 3 1 NA MDM4 ENSG00000198625 +CDS chr1 204525519 204525596 ENST00000507825 protein_coding 3 1 1 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000391947 protein_coding 6 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000454264 protein_coding 6 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000612738 protein_coding 4 5 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000616250 protein_coding 4 5 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000367182 protein_coding 8 1 3 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000367180 protein_coding 5 3 2 MDM4 ENSG00000198625 +CDS chr1 204526360 204526434 ENST00000507825 protein_coding 3 1 2 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000391947 protein_coding 6 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000454264 protein_coding 6 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000616250 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000367182 protein_coding 8 1 4 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000367180 protein_coding 5 3 3 MDM4 ENSG00000198625 +CDS chr1 204530684 204530817 ENST00000507825 protein_coding 3 1 3 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000391947 protein_coding 6 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000454264 protein_coding 6 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000616250 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000367182 protein_coding 8 1 5 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000367180 protein_coding 5 3 4 MDM4 ENSG00000198625 +CDS chr1 204532191 204532246 ENST00000507825 protein_coding 3 1 4 MDM4 ENSG00000198625 +CDS chr1 204532769 204532818 ENST00000367180 protein_coding 5 3 5 MDM4 ENSG00000198625 +CDS chr1 204537430 204537497 ENST00000454264 protein_coding 6 1 6 MDM4 ENSG00000198625 +CDS chr1 204537430 204537497 ENST00000367182 protein_coding 8 1 6 MDM4 ENSG00000198625 +CDS chr1 204537459 204537497 ENST00000614459 protein_coding 4 5 3 MDM4 ENSG00000198625 +transcript chr1 204537857 204549194 ENST00000367179 protein_coding 7 3 NA MDM4 ENSG00000198625 +CDS chr1 204537914 204537991 ENST00000367179 protein_coding 7 3 1 MDM4 ENSG00000198625 +CDS chr1 204538209 204538285 ENST00000391947 protein_coding 6 1 6 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000454264 protein_coding 6 1 7 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000614459 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204538209 204538308 ENST00000367182 protein_coding 8 1 7 MDM4 ENSG00000198625 +CDS chr1 204538209 204538285 ENST00000507825 protein_coding 3 1 5 MDM4 ENSG00000198625 +CDS chr1 204538221 204538308 ENST00000367179 protein_coding 7 3 2 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000454264 protein_coding 6 1 8 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000614459 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000367182 protein_coding 8 1 8 MDM4 ENSG00000198625 +CDS chr1 204542784 204542944 ENST00000367179 protein_coding 7 3 3 MDM4 ENSG00000198625 +transcript chr1 204542789 204549388 ENST00000444261 protein_coding 1 2 NA MDM4 ENSG00000198625 +CDS chr1 204542789 204542944 ENST00000444261 protein_coding 1 2 1 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000614459 protein_coding 4 5 6 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000367182 protein_coding 8 1 9 MDM4 ENSG00000198625 +CDS chr1 204544535 204544684 ENST00000367179 protein_coding 7 3 4 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000454264 protein_coding 6 1 9 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000612738 protein_coding 4 5 4 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000614459 protein_coding 4 5 7 MDM4 ENSG00000198625 +CDS chr1 204546797 204546801 ENST00000616250 protein_coding 4 5 6 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000367182 protein_coding 8 1 10 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000367179 protein_coding 7 3 5 MDM4 ENSG00000198625 +CDS chr1 204546797 204546877 ENST00000444261 protein_coding 1 2 2 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000454264 protein_coding 6 1 10 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000612738 protein_coding 4 5 5 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000614459 protein_coding 4 5 8 MDM4 ENSG00000198625 +CDS chr1 204549113 204549679 ENST00000367182 protein_coding 8 1 11 MDM4 ENSG00000198625 +CDS chr1 204549113 204549194 ENST00000367179 protein_coding 7 3 6 MDM4 ENSG00000198625 +CDS chr1 204549113 204549388 ENST00000444261 protein_coding 1 2 3 MDM4 ENSG00000198625 +CDS chr1 204549266 204549679 ENST00000367183 protein_coding 7 1 3 MDM4 ENSG00000198625 +transcript chr1 204617170 204622205 ENST00000367175 protein_coding 1 NA NA LRRN2 ENSG00000170382 +transcript chr1 204617170 204685353 ENST00000367176 protein_coding 7 1 NA LRRN2 ENSG00000170382 +transcript chr1 204617170 204685738 ENST00000367177 protein_coding 4 1 NA LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367175 protein_coding 1 NA 1 LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367176 protein_coding 7 1 3 LRRN2 ENSG00000170382 +CDS chr1 204617854 204619992 ENST00000367177 protein_coding 4 1 2 LRRN2 ENSG00000170382 +transcript chr1 204828652 205022822 ENST00000339876 protein_coding 11 5 NA NFASC ENSG00000163531 +transcript chr1 204828695 204977133 ENST00000680427 protein_coding 1 NA NA NFASC ENSG00000163531 +transcript chr1 204828695 204977139 ENST00000403080 protein_coding 5 2 NA NFASC ENSG00000163531 +transcript chr1 204828711 205016938 ENST00000513543 protein_coding 6 1 NA NFASC ENSG00000163531 +transcript chr1 204828711 205018371 ENST00000430393 protein_coding 7 5 NA NFASC ENSG00000163531 +transcript chr1 204870831 205018371 ENST00000404076 protein_coding 5 5 NA NFASC ENSG00000163531 +transcript chr1 204870862 205022822 ENST00000539706 protein_coding 6 5 NA NFASC ENSG00000163531 +transcript chr1 204920632 205022822 ENST00000401399 protein_coding 5 1 NA NFASC ENSG00000163531 +transcript chr1 204929409 204954361 ENST00000505079 protein_coding 5 4 NA NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000339876 protein_coding 11 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000680427 protein_coding 1 NA 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000403080 protein_coding 5 2 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000513543 protein_coding 6 1 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000430393 protein_coding 7 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000404076 protein_coding 5 5 3 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000539706 protein_coding 6 5 2 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000401399 protein_coding 5 1 2 NFASC ENSG00000163531 +CDS chr1 204944316 204944406 ENST00000505079 protein_coding 5 4 2 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000339876 protein_coding 11 5 4 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000403080 protein_coding 5 2 4 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000401399 protein_coding 5 1 3 NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000505079 protein_coding 5 4 3 NFASC ENSG00000163531 +transcript chr1 204950557 205018371 ENST00000367173 protein_coding 7 5 NA NFASC ENSG00000163531 +CDS chr1 204950557 204950574 ENST00000367173 protein_coding 7 5 1 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000339876 protein_coding 11 5 5 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000680427 protein_coding 1 NA 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000403080 protein_coding 5 2 5 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000513543 protein_coding 6 1 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000430393 protein_coding 7 5 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000404076 protein_coding 5 5 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000539706 protein_coding 6 5 3 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000401399 protein_coding 5 1 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000505079 protein_coding 5 4 4 NFASC ENSG00000163531 +CDS chr1 204952011 204952116 ENST00000367173 protein_coding 7 5 2 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000339876 protein_coding 11 5 6 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000680427 protein_coding 1 NA 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000403080 protein_coding 5 2 6 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000513543 protein_coding 6 1 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000430393 protein_coding 7 5 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000404076 protein_coding 5 5 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000539706 protein_coding 6 5 4 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000401399 protein_coding 5 1 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954361 ENST00000505079 protein_coding 5 4 5 NFASC ENSG00000163531 +CDS chr1 204954188 204954384 ENST00000367173 protein_coding 7 5 3 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000339876 protein_coding 11 5 7 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000680427 protein_coding 1 NA 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000403080 protein_coding 5 2 7 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000513543 protein_coding 6 1 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000430393 protein_coding 7 5 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000404076 protein_coding 5 5 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000539706 protein_coding 6 5 5 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000401399 protein_coding 5 1 6 NFASC ENSG00000163531 +CDS chr1 204954829 204954951 ENST00000367173 protein_coding 7 5 4 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000339876 protein_coding 11 5 8 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000680427 protein_coding 1 NA 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000403080 protein_coding 5 2 8 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000513543 protein_coding 6 1 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000430393 protein_coding 7 5 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000404076 protein_coding 5 5 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000539706 protein_coding 6 5 6 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000401399 protein_coding 5 1 7 NFASC ENSG00000163531 +CDS chr1 204957656 204957826 ENST00000367173 protein_coding 7 5 5 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000680427 protein_coding 1 NA 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000513543 protein_coding 6 1 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000430393 protein_coding 7 5 8 NFASC ENSG00000163531 +CDS chr1 204962108 204962158 ENST00000539706 protein_coding 6 5 7 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000339876 protein_coding 11 5 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000680427 protein_coding 1 NA 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000403080 protein_coding 5 2 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000513543 protein_coding 6 1 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000430393 protein_coding 7 5 9 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000404076 protein_coding 5 5 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000539706 protein_coding 6 5 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000401399 protein_coding 5 1 8 NFASC ENSG00000163531 +CDS chr1 204968249 204968360 ENST00000367173 protein_coding 7 5 6 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000339876 protein_coding 11 5 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000680427 protein_coding 1 NA 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000403080 protein_coding 5 2 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000513543 protein_coding 6 1 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000430393 protein_coding 7 5 10 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000404076 protein_coding 5 5 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000539706 protein_coding 6 5 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000401399 protein_coding 5 1 9 NFASC ENSG00000163531 +CDS chr1 204968798 204968982 ENST00000367173 protein_coding 7 5 7 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000339876 protein_coding 11 5 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000680427 protein_coding 1 NA 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000403080 protein_coding 5 2 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000513543 protein_coding 6 1 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000430393 protein_coding 7 5 11 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000404076 protein_coding 5 5 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000539706 protein_coding 6 5 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000401399 protein_coding 5 1 10 NFASC ENSG00000163531 +CDS chr1 204970616 204970747 ENST00000367173 protein_coding 7 5 8 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000339876 protein_coding 11 5 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000680427 protein_coding 1 NA 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000403080 protein_coding 5 2 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000513543 protein_coding 6 1 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000430393 protein_coding 7 5 12 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000404076 protein_coding 5 5 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000539706 protein_coding 6 5 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000401399 protein_coding 5 1 11 NFASC ENSG00000163531 +CDS chr1 204973276 204973419 ENST00000367173 protein_coding 7 5 9 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000339876 protein_coding 11 5 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000680427 protein_coding 1 NA 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000403080 protein_coding 5 2 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000513543 protein_coding 6 1 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000430393 protein_coding 7 5 13 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000404076 protein_coding 5 5 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000539706 protein_coding 6 5 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000401399 protein_coding 5 1 12 NFASC ENSG00000163531 +CDS chr1 204974179 204974290 ENST00000367173 protein_coding 7 5 10 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000339876 protein_coding 11 5 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000680427 protein_coding 1 NA 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000403080 protein_coding 5 2 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000513543 protein_coding 6 1 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000430393 protein_coding 7 5 14 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000404076 protein_coding 5 5 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000539706 protein_coding 6 5 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000401399 protein_coding 5 1 13 NFASC ENSG00000163531 +CDS chr1 204974657 204974823 ENST00000367173 protein_coding 7 5 11 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000339876 protein_coding 11 5 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000680427 protein_coding 1 NA 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000403080 protein_coding 5 2 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000513543 protein_coding 6 1 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000430393 protein_coding 7 5 15 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000404076 protein_coding 5 5 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000539706 protein_coding 6 5 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000401399 protein_coding 5 1 14 NFASC ENSG00000163531 +CDS chr1 204975271 204975418 ENST00000367173 protein_coding 7 5 12 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000339876 protein_coding 11 5 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976821 ENST00000680427 protein_coding 1 NA 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976821 ENST00000403080 protein_coding 5 2 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000513543 protein_coding 6 1 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000430393 protein_coding 7 5 16 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000404076 protein_coding 5 5 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000539706 protein_coding 6 5 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000401399 protein_coding 5 1 15 NFASC ENSG00000163531 +CDS chr1 204976671 204976795 ENST00000367173 protein_coding 7 5 13 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000339876 protein_coding 11 5 17 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000539706 protein_coding 6 5 16 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000401399 protein_coding 5 1 16 NFASC ENSG00000163531 +CDS chr1 204977681 204977725 ENST00000367173 protein_coding 7 5 14 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000339876 protein_coding 11 5 18 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000513543 protein_coding 6 1 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000430393 protein_coding 7 5 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000404076 protein_coding 5 5 16 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000539706 protein_coding 6 5 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000401399 protein_coding 5 1 17 NFASC ENSG00000163531 +CDS chr1 204978968 204979069 ENST00000367173 protein_coding 7 5 15 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000339876 protein_coding 11 5 19 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000513543 protein_coding 6 1 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000430393 protein_coding 7 5 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000404076 protein_coding 5 5 17 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000539706 protein_coding 6 5 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000401399 protein_coding 5 1 18 NFASC ENSG00000163531 +CDS chr1 204979362 204979559 ENST00000367173 protein_coding 7 5 16 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000339876 protein_coding 11 5 20 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000513543 protein_coding 6 1 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000430393 protein_coding 7 5 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000404076 protein_coding 5 5 18 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000539706 protein_coding 6 5 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000401399 protein_coding 5 1 19 NFASC ENSG00000163531 +CDS chr1 204980370 204980440 ENST00000367173 protein_coding 7 5 17 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000339876 protein_coding 11 5 21 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000513543 protein_coding 6 1 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000430393 protein_coding 7 5 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000404076 protein_coding 5 5 19 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000539706 protein_coding 6 5 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000401399 protein_coding 5 1 20 NFASC ENSG00000163531 +CDS chr1 204981798 204982020 ENST00000367173 protein_coding 7 5 18 NFASC ENSG00000163531 +transcript chr1 204981856 205018371 ENST00000425360 protein_coding 5 2 NA NFASC ENSG00000163531 +CDS chr1 204981856 204982020 ENST00000425360 protein_coding 5 2 1 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000513543 protein_coding 6 1 21 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000430393 protein_coding 7 5 21 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000404076 protein_coding 5 5 20 NFASC ENSG00000163531 +CDS chr1 204984027 204984142 ENST00000539706 protein_coding 6 5 21 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000513543 protein_coding 6 1 22 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000430393 protein_coding 7 5 22 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000404076 protein_coding 5 5 21 NFASC ENSG00000163531 +CDS chr1 204985910 204986114 ENST00000539706 protein_coding 6 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000339876 protein_coding 11 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000513543 protein_coding 6 1 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000430393 protein_coding 7 5 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000404076 protein_coding 5 5 22 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000539706 protein_coding 6 5 23 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000401399 protein_coding 5 1 21 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000367173 protein_coding 7 5 19 NFASC ENSG00000163531 +CDS chr1 204987418 204987540 ENST00000425360 protein_coding 5 2 2 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000339876 protein_coding 11 5 23 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000513543 protein_coding 6 1 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000430393 protein_coding 7 5 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000404076 protein_coding 5 5 23 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000539706 protein_coding 6 5 24 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000401399 protein_coding 5 1 22 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000367173 protein_coding 7 5 20 NFASC ENSG00000163531 +CDS chr1 204988633 204988806 ENST00000425360 protein_coding 5 2 3 NFASC ENSG00000163531 +transcript chr1 204988664 205016386 ENST00000413225 protein_coding 5 5 NA NFASC ENSG00000163531 +CDS chr1 204988664 204988806 ENST00000413225 protein_coding 5 5 1 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000339876 protein_coding 11 5 24 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000430393 protein_coding 7 5 25 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000404076 protein_coding 5 5 24 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000539706 protein_coding 6 5 25 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000401399 protein_coding 5 1 23 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000367173 protein_coding 7 5 21 NFASC ENSG00000163531 +CDS chr1 204991292 204991306 ENST00000413225 protein_coding 5 5 2 NFASC ENSG00000163531 +CDS chr1 204997170 204997406 ENST00000339876 protein_coding 11 5 25 NFASC ENSG00000163531 +CDS chr1 204997170 204997406 ENST00000401399 protein_coding 5 1 24 NFASC ENSG00000163531 +transcript chr1 204997184 205018739 ENST00000447819 protein_coding 1 1 NA NFASC ENSG00000163531 +CDS chr1 204997184 204997406 ENST00000447819 protein_coding 1 1 1 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000339876 protein_coding 11 5 26 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000401399 protein_coding 5 1 25 NFASC ENSG00000163531 +CDS chr1 205001170 205001286 ENST00000413225 protein_coding 5 5 3 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000339876 protein_coding 11 5 27 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000401399 protein_coding 5 1 26 NFASC ENSG00000163531 +CDS chr1 205002596 205002748 ENST00000413225 protein_coding 5 5 4 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000339876 protein_coding 11 5 28 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000513543 protein_coding 6 1 25 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000430393 protein_coding 7 5 26 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000404076 protein_coding 5 5 25 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000539706 protein_coding 6 5 26 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000401399 protein_coding 5 1 27 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000367173 protein_coding 7 5 22 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000425360 protein_coding 5 2 4 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000413225 protein_coding 5 5 5 NFASC ENSG00000163531 +CDS chr1 205009557 205009688 ENST00000447819 protein_coding 1 1 2 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000339876 protein_coding 11 5 29 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000513543 protein_coding 6 1 26 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000430393 protein_coding 7 5 27 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000404076 protein_coding 5 5 26 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000539706 protein_coding 6 5 27 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000401399 protein_coding 5 1 28 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000367173 protein_coding 7 5 23 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000425360 protein_coding 5 2 5 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000413225 protein_coding 5 5 6 NFASC ENSG00000163531 +CDS chr1 205012797 205012866 ENST00000447819 protein_coding 1 1 3 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000339876 protein_coding 11 5 30 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000513543 protein_coding 6 1 27 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000430393 protein_coding 7 5 28 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000404076 protein_coding 5 5 27 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000539706 protein_coding 6 5 28 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000401399 protein_coding 5 1 29 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000367173 protein_coding 7 5 24 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000425360 protein_coding 5 2 6 NFASC ENSG00000163531 +CDS chr1 205016308 205016386 ENST00000413225 protein_coding 5 5 7 NFASC ENSG00000163531 +CDS chr1 205016308 205016536 ENST00000447819 protein_coding 1 1 4 NFASC ENSG00000163531 +transcript chr1 205042968 205074928 ENST00000638378 protein_coding 1 5 NA CNTN2 ENSG00000184144 +transcript chr1 205043196 205074944 ENST00000640428 protein_coding 1 5 NA CNTN2 ENSG00000184144 +transcript chr1 205043212 205078289 ENST00000331830 protein_coding 7 1 NA CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000638378 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000640428 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205053186 205053255 ENST00000331830 protein_coding 7 1 2 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000638378 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000640428 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205057921 205058065 ENST00000331830 protein_coding 7 1 3 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000638378 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000640428 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205058181 205058356 ENST00000331830 protein_coding 7 1 4 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000638378 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000640428 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205058568 205058663 ENST00000331830 protein_coding 7 1 5 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000638378 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000640428 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205059084 205059293 ENST00000331830 protein_coding 7 1 6 CNTN2 ENSG00000184144 +transcript chr1 205059127 205077956 ENST00000636312 protein_coding 2 5 NA CNTN2 ENSG00000184144 +CDS chr1 205059127 205059293 ENST00000636312 protein_coding 2 5 1 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000638378 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000640428 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000331830 protein_coding 7 1 7 CNTN2 ENSG00000184144 +CDS chr1 205059583 205059682 ENST00000636312 protein_coding 2 5 2 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000638378 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000640428 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000331830 protein_coding 7 1 8 CNTN2 ENSG00000184144 +CDS chr1 205061245 205061420 ENST00000636312 protein_coding 2 5 3 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000638378 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000640428 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000331830 protein_coding 7 1 9 CNTN2 ENSG00000184144 +CDS chr1 205061865 205062001 ENST00000636312 protein_coding 2 5 4 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000638378 protein_coding 1 5 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000640428 protein_coding 1 5 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000331830 protein_coding 7 1 10 CNTN2 ENSG00000184144 +CDS chr1 205062440 205062569 ENST00000636312 protein_coding 2 5 5 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000638378 protein_coding 1 5 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000640428 protein_coding 1 5 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000331830 protein_coding 7 1 11 CNTN2 ENSG00000184144 +CDS chr1 205064322 205064472 ENST00000636312 protein_coding 2 5 6 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000638378 protein_coding 1 5 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000640428 protein_coding 1 5 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000331830 protein_coding 7 1 12 CNTN2 ENSG00000184144 +CDS chr1 205064623 205064750 ENST00000636312 protein_coding 2 5 7 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000638378 protein_coding 1 5 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000640428 protein_coding 1 5 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000331830 protein_coding 7 1 13 CNTN2 ENSG00000184144 +CDS chr1 205065087 205065262 ENST00000636312 protein_coding 2 5 8 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000638378 protein_coding 1 5 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000640428 protein_coding 1 5 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000331830 protein_coding 7 1 14 CNTN2 ENSG00000184144 +CDS chr1 205065789 205065909 ENST00000636312 protein_coding 2 5 9 CNTN2 ENSG00000184144 +transcript chr1 205065857 205074826 ENST00000638577 protein_coding 1 5 NA CNTN2 ENSG00000184144 +CDS chr1 205065857 205065909 ENST00000638577 protein_coding 1 5 1 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000638378 protein_coding 1 5 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000640428 protein_coding 1 5 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000331830 protein_coding 7 1 15 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000636312 protein_coding 2 5 10 CNTN2 ENSG00000184144 +CDS chr1 205066441 205066599 ENST00000638577 protein_coding 1 5 2 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000638378 protein_coding 1 5 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000640428 protein_coding 1 5 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000331830 protein_coding 7 1 16 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000636312 protein_coding 2 5 11 CNTN2 ENSG00000184144 +CDS chr1 205067101 205067250 ENST00000638577 protein_coding 1 5 3 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000638378 protein_coding 1 5 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000640428 protein_coding 1 5 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000331830 protein_coding 7 1 17 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000636312 protein_coding 2 5 12 CNTN2 ENSG00000184144 +CDS chr1 205069491 205069561 ENST00000638577 protein_coding 1 5 4 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000638378 protein_coding 1 5 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000640428 protein_coding 1 5 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000331830 protein_coding 7 1 18 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000636312 protein_coding 2 5 13 CNTN2 ENSG00000184144 +CDS chr1 205069827 205070061 ENST00000638577 protein_coding 1 5 5 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000638378 protein_coding 1 5 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000640428 protein_coding 1 5 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000331830 protein_coding 7 1 19 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000636312 protein_coding 2 5 14 CNTN2 ENSG00000184144 +CDS chr1 205070426 205070538 ENST00000638577 protein_coding 1 5 6 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000638378 protein_coding 1 5 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000640428 protein_coding 1 5 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000331830 protein_coding 7 1 20 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000636312 protein_coding 2 5 15 CNTN2 ENSG00000184144 +CDS chr1 205071947 205072133 ENST00000638577 protein_coding 1 5 7 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000638378 protein_coding 1 5 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000640428 protein_coding 1 5 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000331830 protein_coding 7 1 21 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000636312 protein_coding 2 5 16 CNTN2 ENSG00000184144 +CDS chr1 205072483 205072595 ENST00000638577 protein_coding 1 5 8 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000638378 protein_coding 1 5 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000640428 protein_coding 1 5 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073236 ENST00000331830 protein_coding 7 1 22 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073564 ENST00000636312 protein_coding 2 5 17 CNTN2 ENSG00000184144 +CDS chr1 205073068 205073565 ENST00000638577 protein_coding 1 5 9 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073762 ENST00000638378 protein_coding 1 5 23 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073762 ENST00000331830 protein_coding 7 1 23 CNTN2 ENSG00000184144 +CDS chr1 205073656 205073875 ENST00000636312 protein_coding 2 5 18 CNTN2 ENSG00000184144 +CDS chr1 205074097 205074338 ENST00000640428 protein_coding 1 5 23 CNTN2 ENSG00000184144 +transcript chr1 205083129 205084460 ENST00000367167 protein_coding 4 NA NA TMEM81 ENSG00000174529 +CDS chr1 205083556 205084320 ENST00000367167 protein_coding 4 NA 1 TMEM81 ENSG00000174529 +transcript chr1 205086142 205121978 ENST00000264515 protein_coding 11 1 NA RBBP5 ENSG00000117222 +transcript chr1 205086142 205122015 ENST00000367164 protein_coding 1 1 NA RBBP5 ENSG00000117222 +CDS chr1 205088790 205088815 ENST00000264515 protein_coding 11 1 14 RBBP5 ENSG00000117222 +CDS chr1 205088790 205088815 ENST00000367164 protein_coding 1 1 14 RBBP5 ENSG00000117222 +CDS chr1 205094873 205095064 ENST00000264515 protein_coding 11 1 13 RBBP5 ENSG00000117222 +CDS chr1 205094987 205095064 ENST00000367164 protein_coding 1 1 13 RBBP5 ENSG00000117222 +CDS chr1 205096682 205096911 ENST00000264515 protein_coding 11 1 12 RBBP5 ENSG00000117222 +CDS chr1 205096682 205096911 ENST00000367164 protein_coding 1 1 12 RBBP5 ENSG00000117222 +CDS chr1 205097326 205097395 ENST00000264515 protein_coding 11 1 11 RBBP5 ENSG00000117222 +CDS chr1 205097326 205097395 ENST00000367164 protein_coding 1 1 11 RBBP5 ENSG00000117222 +CDS chr1 205098989 205099106 ENST00000264515 protein_coding 11 1 10 RBBP5 ENSG00000117222 +CDS chr1 205098989 205099106 ENST00000367164 protein_coding 1 1 10 RBBP5 ENSG00000117222 +CDS chr1 205099741 205099812 ENST00000264515 protein_coding 11 1 9 RBBP5 ENSG00000117222 +CDS chr1 205099741 205099812 ENST00000367164 protein_coding 1 1 9 RBBP5 ENSG00000117222 +CDS chr1 205099911 205100064 ENST00000264515 protein_coding 11 1 8 RBBP5 ENSG00000117222 +CDS chr1 205099911 205100064 ENST00000367164 protein_coding 1 1 8 RBBP5 ENSG00000117222 +CDS chr1 205100152 205100271 ENST00000264515 protein_coding 11 1 7 RBBP5 ENSG00000117222 +CDS chr1 205100152 205100271 ENST00000367164 protein_coding 1 1 7 RBBP5 ENSG00000117222 +CDS chr1 205101600 205101709 ENST00000264515 protein_coding 11 1 6 RBBP5 ENSG00000117222 +CDS chr1 205101600 205101709 ENST00000367164 protein_coding 1 1 6 RBBP5 ENSG00000117222 +CDS chr1 205103857 205104019 ENST00000264515 protein_coding 11 1 5 RBBP5 ENSG00000117222 +CDS chr1 205103857 205104019 ENST00000367164 protein_coding 1 1 5 RBBP5 ENSG00000117222 +CDS chr1 205105028 205105168 ENST00000264515 protein_coding 11 1 4 RBBP5 ENSG00000117222 +CDS chr1 205105028 205105168 ENST00000367164 protein_coding 1 1 4 RBBP5 ENSG00000117222 +CDS chr1 205114789 205114961 ENST00000264515 protein_coding 11 1 3 RBBP5 ENSG00000117222 +CDS chr1 205114789 205114961 ENST00000367164 protein_coding 1 1 3 RBBP5 ENSG00000117222 +CDS chr1 205115858 205115883 ENST00000264515 protein_coding 11 1 2 RBBP5 ENSG00000117222 +CDS chr1 205115858 205115883 ENST00000367164 protein_coding 1 1 2 RBBP5 ENSG00000117222 +CDS chr1 205121855 205121873 ENST00000264515 protein_coding 11 1 1 RBBP5 ENSG00000117222 +CDS chr1 205121855 205121873 ENST00000367164 protein_coding 1 1 1 RBBP5 ENSG00000117222 +transcript chr1 205142505 205211566 ENST00000367161 protein_coding 7 1 NA DSTYK ENSG00000133059 +transcript chr1 205142505 205211702 ENST00000367162 protein_coding 8 1 NA DSTYK ENSG00000133059 +CDS chr1 205147561 205147745 ENST00000367161 protein_coding 7 1 12 DSTYK ENSG00000133059 +CDS chr1 205147561 205147745 ENST00000367162 protein_coding 8 1 13 DSTYK ENSG00000133059 +CDS chr1 205148205 205148339 ENST00000367162 protein_coding 8 1 12 DSTYK ENSG00000133059 +CDS chr1 205150680 205150794 ENST00000367161 protein_coding 7 1 11 DSTYK ENSG00000133059 +CDS chr1 205150680 205150794 ENST00000367162 protein_coding 8 1 11 DSTYK ENSG00000133059 +CDS chr1 205157273 205157386 ENST00000367161 protein_coding 7 1 10 DSTYK ENSG00000133059 +CDS chr1 205157273 205157386 ENST00000367162 protein_coding 8 1 10 DSTYK ENSG00000133059 +CDS chr1 205159547 205159679 ENST00000367161 protein_coding 7 1 9 DSTYK ENSG00000133059 +CDS chr1 205159547 205159679 ENST00000367162 protein_coding 8 1 9 DSTYK ENSG00000133059 +transcript chr1 205160006 205173393 ENST00000615388 protein_coding 1 5 NA DSTYK ENSG00000133059 +CDS chr1 205160065 205160270 ENST00000615388 protein_coding 1 5 6 DSTYK ENSG00000133059 +CDS chr1 205160114 205160270 ENST00000367161 protein_coding 7 1 8 DSTYK ENSG00000133059 +CDS chr1 205160114 205160270 ENST00000367162 protein_coding 8 1 8 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000367161 protein_coding 7 1 7 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000367162 protein_coding 8 1 7 DSTYK ENSG00000133059 +CDS chr1 205161258 205161387 ENST00000615388 protein_coding 1 5 5 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000367161 protein_coding 7 1 6 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000367162 protein_coding 8 1 6 DSTYK ENSG00000133059 +CDS chr1 205162036 205162212 ENST00000615388 protein_coding 1 5 4 DSTYK ENSG00000133059 +CDS chr1 205162923 205163006 ENST00000367161 protein_coding 7 1 5 DSTYK ENSG00000133059 +CDS chr1 205162923 205163006 ENST00000367162 protein_coding 8 1 5 DSTYK ENSG00000133059 +CDS chr1 205162923 205162946 ENST00000615388 protein_coding 1 5 3 DSTYK ENSG00000133059 +CDS chr1 205163723 205163955 ENST00000367161 protein_coding 7 1 4 DSTYK ENSG00000133059 +CDS chr1 205163723 205163955 ENST00000367162 protein_coding 8 1 4 DSTYK ENSG00000133059 +CDS chr1 205169163 205169832 ENST00000367161 protein_coding 7 1 3 DSTYK ENSG00000133059 +CDS chr1 205169163 205169832 ENST00000367162 protein_coding 8 1 3 DSTYK ENSG00000133059 +CDS chr1 205187418 205187806 ENST00000367161 protein_coding 7 1 2 DSTYK ENSG00000133059 +CDS chr1 205187418 205187806 ENST00000367162 protein_coding 8 1 2 DSTYK ENSG00000133059 +CDS chr1 205211271 205211535 ENST00000367161 protein_coding 7 1 1 DSTYK ENSG00000133059 +CDS chr1 205211271 205211535 ENST00000367162 protein_coding 8 1 1 DSTYK ENSG00000133059 +transcript chr1 205227946 205273343 ENST00000358024 protein_coding 8 1 NA TMCC2 ENSG00000133069 +CDS chr1 205228565 205228771 ENST00000358024 protein_coding 8 1 1 TMCC2 ENSG00000133069 +transcript chr1 205228931 205273342 ENST00000545499 protein_coding 5 2 NA TMCC2 ENSG00000133069 +CDS chr1 205241505 205242044 ENST00000358024 protein_coding 8 1 2 TMCC2 ENSG00000133069 +CDS chr1 205241532 205242044 ENST00000545499 protein_coding 5 2 2 TMCC2 ENSG00000133069 +transcript chr1 205246620 205272124 ENST00000637895 protein_coding 1 1 NA TMCC2 ENSG00000133069 +CDS chr1 205246620 205246691 ENST00000637895 protein_coding 1 1 1 TMCC2 ENSG00000133069 +transcript chr1 205256201 205273343 ENST00000329800 protein_coding 7 2 NA TMCC2 ENSG00000133069 +CDS chr1 205256390 205256416 ENST00000329800 protein_coding 7 2 1 TMCC2 ENSG00000133069 +transcript chr1 205257189 205273343 ENST00000330675 protein_coding 12 1 NA TMCC2 ENSG00000133069 +CDS chr1 205257205 205257366 ENST00000330675 protein_coding 12 1 1 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000358024 protein_coding 8 1 3 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000329800 protein_coding 7 2 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000330675 protein_coding 12 1 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000637895 protein_coding 1 1 2 TMCC2 ENSG00000133069 +CDS chr1 205268950 205269884 ENST00000545499 protein_coding 5 2 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000358024 protein_coding 8 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000329800 protein_coding 7 2 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000330675 protein_coding 12 1 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000637895 protein_coding 1 1 3 TMCC2 ENSG00000133069 +CDS chr1 205271120 205271255 ENST00000545499 protein_coding 5 2 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000358024 protein_coding 8 1 5 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000329800 protein_coding 7 2 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000330675 protein_coding 12 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000637895 protein_coding 1 1 4 TMCC2 ENSG00000133069 +CDS chr1 205271813 205272121 ENST00000545499 protein_coding 5 2 5 TMCC2 ENSG00000133069 +transcript chr1 205302063 205321745 ENST00000367157 protein_coding 6 1 NA NUAK2 ENSG00000163545 +CDS chr1 205303453 205304513 ENST00000367157 protein_coding 6 1 7 NUAK2 ENSG00000163545 +CDS chr1 205305199 205305331 ENST00000367157 protein_coding 6 1 6 NUAK2 ENSG00000163545 +CDS chr1 205306188 205306307 ENST00000367157 protein_coding 6 1 5 NUAK2 ENSG00000163545 +CDS chr1 205308165 205308230 ENST00000367157 protein_coding 6 1 4 NUAK2 ENSG00000163545 +CDS chr1 205308581 205308732 ENST00000367157 protein_coding 6 1 3 NUAK2 ENSG00000163545 +CDS chr1 205311705 205311825 ENST00000367157 protein_coding 6 1 2 NUAK2 ENSG00000163545 +CDS chr1 205321398 205321628 ENST00000367157 protein_coding 6 1 1 NUAK2 ENSG00000163545 +transcript chr1 205336061 205356922 ENST00000367155 protein_coding 8 2 NA KLHDC8A ENSG00000162873 +transcript chr1 205336065 205357090 ENST00000539253 protein_coding 5 5 NA KLHDC8A ENSG00000162873 +transcript chr1 205336092 205357038 ENST00000367156 protein_coding 7 2 NA KLHDC8A ENSG00000162873 +transcript chr1 205337315 205356578 ENST00000460687 protein_coding 5 5 NA KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000367155 protein_coding 8 2 6 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000367156 protein_coding 7 2 9 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000460687 protein_coding 5 5 6 KLHDC8A ENSG00000162873 +CDS chr1 205337402 205337592 ENST00000539253 protein_coding 5 5 8 KLHDC8A ENSG00000162873 +transcript chr1 205337523 205339861 ENST00000606181 protein_coding 1 3 NA KLHDC8A ENSG00000162873 +CDS chr1 205337523 205337592 ENST00000606181 protein_coding 1 3 4 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000367155 protein_coding 8 2 5 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000367156 protein_coding 7 2 8 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000460687 protein_coding 5 5 5 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000606181 protein_coding 1 3 3 KLHDC8A ENSG00000162873 +CDS chr1 205338495 205338596 ENST00000539253 protein_coding 5 5 7 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000367155 protein_coding 8 2 4 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000367156 protein_coding 7 2 7 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000460687 protein_coding 5 5 4 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000606181 protein_coding 1 3 2 KLHDC8A ENSG00000162873 +CDS chr1 205339194 205339409 ENST00000539253 protein_coding 5 5 6 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000367155 protein_coding 8 2 3 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000367156 protein_coding 7 2 6 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339782 ENST00000460687 protein_coding 5 5 3 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339782 ENST00000606181 protein_coding 1 3 1 KLHDC8A ENSG00000162873 +CDS chr1 205339644 205339808 ENST00000539253 protein_coding 5 5 5 KLHDC8A ENSG00000162873 +transcript chr1 205339801 205344182 ENST00000607826 protein_coding 1 5 NA KLHDC8A ENSG00000162873 +CDS chr1 205339801 205339808 ENST00000607826 protein_coding 1 5 4 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000367155 protein_coding 8 2 2 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000367156 protein_coding 7 2 5 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343469 ENST00000607826 protein_coding 1 5 3 KLHDC8A ENSG00000162873 +CDS chr1 205343229 205343604 ENST00000539253 protein_coding 5 5 4 KLHDC8A ENSG00000162873 +transcript chr1 205343368 205357090 ENST00000607173 protein_coding 5 4 NA KLHDC8A ENSG00000162873 +CDS chr1 205343368 205343604 ENST00000607173 protein_coding 5 4 3 KLHDC8A ENSG00000162873 +transcript chr1 205343407 205356878 ENST00000491471 protein_coding 5 3 NA KLHDC8A ENSG00000162873 +CDS chr1 205343407 205343604 ENST00000491471 protein_coding 5 3 3 KLHDC8A ENSG00000162873 +transcript chr1 205343526 205357038 ENST00000606887 protein_coding 5 4 NA KLHDC8A ENSG00000162873 +CDS chr1 205343526 205343604 ENST00000606887 protein_coding 5 4 4 KLHDC8A ENSG00000162873 +transcript chr1 205381378 205420574 ENST00000367152 protein_coding 5 2 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205422056 ENST00000367153 protein_coding 9 1 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205449931 ENST00000367154 protein_coding 5 2 NA LEMD1 ENSG00000186007 +transcript chr1 205381378 205455954 ENST00000495594 protein_coding 2 3 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000391936 protein_coding 6 5 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000367149 protein_coding 6 3 NA LEMD1 ENSG00000186007 +transcript chr1 205381381 205420582 ENST00000367151 protein_coding 4 1 NA LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367152 protein_coding 5 2 4 LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367153 protein_coding 9 1 6 LEMD1 ENSG00000186007 +CDS chr1 205381661 205381856 ENST00000367151 protein_coding 4 1 5 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000367154 protein_coding 5 2 4 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000495594 protein_coding 2 3 3 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000391936 protein_coding 6 5 3 LEMD1 ENSG00000186007 +CDS chr1 205381738 205381856 ENST00000367149 protein_coding 6 3 2 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367152 protein_coding 5 2 3 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367153 protein_coding 9 1 5 LEMD1 ENSG00000186007 +CDS chr1 205384288 205384364 ENST00000367151 protein_coding 4 1 4 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367152 protein_coding 5 2 2 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367153 protein_coding 9 1 4 LEMD1 ENSG00000186007 +CDS chr1 205416232 205416296 ENST00000367151 protein_coding 4 1 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367153 protein_coding 9 1 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367154 protein_coding 5 2 3 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000391936 protein_coding 6 5 2 LEMD1 ENSG00000186007 +CDS chr1 205419230 205419352 ENST00000367151 protein_coding 4 1 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367152 protein_coding 5 2 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367153 protein_coding 9 1 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367154 protein_coding 5 2 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000495594 protein_coding 2 3 2 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000391936 protein_coding 6 5 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367149 protein_coding 6 3 1 LEMD1 ENSG00000186007 +CDS chr1 205420455 205420536 ENST00000367151 protein_coding 4 1 1 LEMD1 ENSG00000186007 +transcript chr1 205434885 205456746 ENST00000626538 protein_coding 2 NA NA BLACAT1 ENSG00000281406 +transcript chr1 205439921 205456064 ENST00000629624 protein_coding 2 4 NA BLACAT1 ENSG00000281406 +CDS chr1 205440928 205441026 ENST00000626538 protein_coding 2 NA 3 BLACAT1 ENSG00000281406 +CDS chr1 205440928 205441026 ENST00000629624 protein_coding 2 4 2 BLACAT1 ENSG00000281406 +transcript chr1 205504598 205531786 ENST00000506784 protein_coding 5 1 NA CDK18 ENSG00000117266 +transcript chr1 205504599 205532793 ENST00000360066 protein_coding 6 1 NA CDK18 ENSG00000117266 +transcript chr1 205504669 205532790 ENST00000429964 protein_coding 7 1 NA CDK18 ENSG00000117266 +transcript chr1 205504705 205525190 ENST00000443813 protein_coding 6 4 NA CDK18 ENSG00000117266 +transcript chr1 205504802 205527825 ENST00000419301 protein_coding 1 5 NA CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000506784 protein_coding 5 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000360066 protein_coding 6 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000429964 protein_coding 7 1 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000443813 protein_coding 6 4 2 CDK18 ENSG00000117266 +CDS chr1 205523168 205523297 ENST00000419301 protein_coding 1 5 2 CDK18 ENSG00000117266 +CDS chr1 205523483 205523715 ENST00000506784 protein_coding 5 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523625 ENST00000360066 protein_coding 6 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523625 ENST00000429964 protein_coding 7 1 3 CDK18 ENSG00000117266 +CDS chr1 205523483 205523715 ENST00000419301 protein_coding 1 5 3 CDK18 ENSG00000117266 +CDS chr1 205523546 205523715 ENST00000443813 protein_coding 6 4 3 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000506784 protein_coding 5 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000360066 protein_coding 6 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000429964 protein_coding 7 1 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000443813 protein_coding 6 4 4 CDK18 ENSG00000117266 +CDS chr1 205524232 205524357 ENST00000419301 protein_coding 1 5 4 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000506784 protein_coding 5 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000360066 protein_coding 6 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000429964 protein_coding 7 1 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525190 ENST00000443813 protein_coding 6 4 5 CDK18 ENSG00000117266 +CDS chr1 205525139 205525195 ENST00000419301 protein_coding 1 5 5 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000506784 protein_coding 5 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000360066 protein_coding 6 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000429964 protein_coding 7 1 6 CDK18 ENSG00000117266 +CDS chr1 205526065 205526179 ENST00000419301 protein_coding 1 5 6 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000506784 protein_coding 5 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000360066 protein_coding 6 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000429964 protein_coding 7 1 7 CDK18 ENSG00000117266 +CDS chr1 205526367 205526461 ENST00000419301 protein_coding 1 5 7 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000506784 protein_coding 5 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000360066 protein_coding 6 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000429964 protein_coding 7 1 8 CDK18 ENSG00000117266 +CDS chr1 205526775 205526837 ENST00000419301 protein_coding 1 5 8 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000506784 protein_coding 5 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000360066 protein_coding 6 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527917 ENST00000429964 protein_coding 7 1 9 CDK18 ENSG00000117266 +CDS chr1 205527794 205527825 ENST00000419301 protein_coding 1 5 9 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000506784 protein_coding 5 1 10 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000360066 protein_coding 6 1 10 CDK18 ENSG00000117266 +CDS chr1 205528048 205528168 ENST00000429964 protein_coding 7 1 10 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000506784 protein_coding 5 1 11 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000360066 protein_coding 6 1 11 CDK18 ENSG00000117266 +CDS chr1 205528999 205529096 ENST00000429964 protein_coding 7 1 11 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000506784 protein_coding 5 1 12 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000360066 protein_coding 6 1 12 CDK18 ENSG00000117266 +CDS chr1 205529324 205529429 ENST00000429964 protein_coding 7 1 12 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000506784 protein_coding 5 1 13 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000360066 protein_coding 6 1 13 CDK18 ENSG00000117266 +CDS chr1 205529521 205529563 ENST00000429964 protein_coding 7 1 13 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000506784 protein_coding 5 1 14 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000360066 protein_coding 6 1 14 CDK18 ENSG00000117266 +CDS chr1 205530259 205530349 ENST00000429964 protein_coding 7 1 14 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000506784 protein_coding 5 1 15 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000360066 protein_coding 6 1 15 CDK18 ENSG00000117266 +CDS chr1 205530628 205530705 ENST00000429964 protein_coding 7 1 15 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000506784 protein_coding 5 1 16 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000360066 protein_coding 6 1 16 CDK18 ENSG00000117266 +CDS chr1 205531344 205531375 ENST00000429964 protein_coding 7 1 16 CDK18 ENSG00000117266 +transcript chr1 205569014 205602918 ENST00000367147 protein_coding 9 1 NA MFSD4A ENSG00000174514 +transcript chr1 205569021 205600462 ENST00000489709 protein_coding 5 5 NA MFSD4A ENSG00000174514 +CDS chr1 205569070 205569299 ENST00000367147 protein_coding 9 1 1 MFSD4A ENSG00000174514 +CDS chr1 205569070 205569299 ENST00000489709 protein_coding 5 5 1 MFSD4A ENSG00000174514 +transcript chr1 205579531 205583960 ENST00000616173 protein_coding 4 5 NA MFSD4A ENSG00000174514 +transcript chr1 205579566 205600802 ENST00000536357 protein_coding 2 2 NA MFSD4A ENSG00000174514 +transcript chr1 205579587 205584068 ENST00000621216 protein_coding 1 4 NA MFSD4A ENSG00000174514 +CDS chr1 205579686 205579949 ENST00000536357 protein_coding 2 2 1 MFSD4A ENSG00000174514 +CDS chr1 205579686 205579949 ENST00000621216 protein_coding 1 4 1 MFSD4A ENSG00000174514 +CDS chr1 205579751 205579949 ENST00000367147 protein_coding 9 1 2 MFSD4A ENSG00000174514 +CDS chr1 205579751 205579949 ENST00000489709 protein_coding 5 5 2 MFSD4A ENSG00000174514 +CDS chr1 205579854 205579949 ENST00000616173 protein_coding 4 5 2 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000367147 protein_coding 9 1 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000489709 protein_coding 5 5 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000616173 protein_coding 4 5 3 MFSD4A ENSG00000174514 +CDS chr1 205580661 205580921 ENST00000536357 protein_coding 2 2 2 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584123 ENST00000367147 protein_coding 9 1 4 MFSD4A ENSG00000174514 +CDS chr1 205583955 205583960 ENST00000616173 protein_coding 4 5 4 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584123 ENST00000536357 protein_coding 2 2 3 MFSD4A ENSG00000174514 +CDS chr1 205583955 205584068 ENST00000621216 protein_coding 1 4 2 MFSD4A ENSG00000174514 +CDS chr1 205584876 205584991 ENST00000367147 protein_coding 9 1 5 MFSD4A ENSG00000174514 +CDS chr1 205584876 205584991 ENST00000536357 protein_coding 2 2 4 MFSD4A ENSG00000174514 +CDS chr1 205586034 205586207 ENST00000367147 protein_coding 9 1 6 MFSD4A ENSG00000174514 +CDS chr1 205586034 205586207 ENST00000536357 protein_coding 2 2 5 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000367147 protein_coding 9 1 7 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000489709 protein_coding 5 5 4 MFSD4A ENSG00000174514 +CDS chr1 205592140 205592287 ENST00000536357 protein_coding 2 2 6 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000367147 protein_coding 9 1 8 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000489709 protein_coding 5 5 5 MFSD4A ENSG00000174514 +CDS chr1 205597780 205597850 ENST00000536357 protein_coding 2 2 7 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000367147 protein_coding 9 1 9 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000489709 protein_coding 5 5 6 MFSD4A ENSG00000174514 +CDS chr1 205599131 205599251 ENST00000536357 protein_coding 2 2 8 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000367147 protein_coding 9 1 10 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000489709 protein_coding 5 5 7 MFSD4A ENSG00000174514 +CDS chr1 205600406 205600458 ENST00000536357 protein_coding 2 2 9 MFSD4A ENSG00000174514 +transcript chr1 205607943 205632011 ENST00000357992 protein_coding 9 1 NA ELK4 ENSG00000158711 +CDS chr1 205616549 205616644 ENST00000357992 protein_coding 9 1 5 ELK4 ENSG00000158711 +CDS chr1 205618957 205619073 ENST00000357992 protein_coding 9 1 4 ELK4 ENSG00000158711 +transcript chr1 205619268 205631962 ENST00000289703 protein_coding 8 1 NA ELK4 ENSG00000158711 +CDS chr1 205619831 205620838 ENST00000289703 protein_coding 8 1 3 ELK4 ENSG00000158711 +CDS chr1 205619966 205620838 ENST00000357992 protein_coding 9 1 3 ELK4 ENSG00000158711 +transcript chr1 205620614 205625667 ENST00000468523 protein_coding 2 3 NA ELK4 ENSG00000158711 +CDS chr1 205620614 205620838 ENST00000468523 protein_coding 2 3 3 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000357992 protein_coding 9 1 2 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000289703 protein_coding 8 1 2 ELK4 ENSG00000158711 +CDS chr1 205623676 205623882 ENST00000468523 protein_coding 2 3 2 ELK4 ENSG00000158711 +transcript chr1 205657851 205680509 ENST00000367145 protein_coding 4 1 NA SLC45A3 ENSG00000158715 +CDS chr1 205659237 205659671 ENST00000367145 protein_coding 4 1 5 SLC45A3 ENSG00000158715 +CDS chr1 205661861 205662126 ENST00000367145 protein_coding 4 1 4 SLC45A3 ENSG00000158715 +CDS chr1 205662833 205663618 ENST00000367145 protein_coding 4 1 3 SLC45A3 ENSG00000158715 +CDS chr1 205664485 205664656 ENST00000367145 protein_coding 4 1 2 SLC45A3 ENSG00000158715 +transcript chr1 205712822 205750182 ENST00000367142 protein_coding 5 1 NA NUCKS1 ENSG00000069275 +CDS chr1 205718283 205718479 ENST00000367142 protein_coding 5 1 7 NUCKS1 ENSG00000069275 +CDS chr1 205719527 205719676 ENST00000367142 protein_coding 5 1 6 NUCKS1 ENSG00000069275 +CDS chr1 205720501 205720653 ENST00000367142 protein_coding 5 1 5 NUCKS1 ENSG00000069275 +CDS chr1 205723926 205723981 ENST00000367142 protein_coding 5 1 4 NUCKS1 ENSG00000069275 +CDS chr1 205727700 205727805 ENST00000367142 protein_coding 5 1 3 NUCKS1 ENSG00000069275 +CDS chr1 205729572 205729621 ENST00000367142 protein_coding 5 1 2 NUCKS1 ENSG00000069275 +CDS chr1 205749957 205749973 ENST00000367142 protein_coding 5 1 1 NUCKS1 ENSG00000069275 +transcript chr1 205767986 205775482 ENST00000367139 protein_coding 8 1 NA RAB29 ENSG00000117280 +transcript chr1 205769437 205775449 ENST00000235932 protein_coding 8 1 NA RAB29 ENSG00000117280 +transcript chr1 205769703 205775451 ENST00000437324 protein_coding 6 1 NA RAB29 ENSG00000117280 +transcript chr1 205769718 205775233 ENST00000446390 protein_coding 6 2 NA RAB29 ENSG00000117280 +transcript chr1 205770300 205775459 ENST00000414729 protein_coding 1 1 NA RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000367139 protein_coding 8 1 6 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000235932 protein_coding 8 1 6 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000437324 protein_coding 6 1 5 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000446390 protein_coding 6 2 4 RAB29 ENSG00000117280 +CDS chr1 205770345 205770453 ENST00000414729 protein_coding 1 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000367139 protein_coding 8 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000235932 protein_coding 8 1 5 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000437324 protein_coding 6 1 4 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000446390 protein_coding 6 2 3 RAB29 ENSG00000117280 +CDS chr1 205770733 205770854 ENST00000414729 protein_coding 1 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000367139 protein_coding 8 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000235932 protein_coding 8 1 4 RAB29 ENSG00000117280 +CDS chr1 205771472 205771633 ENST00000437324 protein_coding 6 1 3 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000446390 protein_coding 6 2 2 RAB29 ENSG00000117280 +CDS chr1 205771472 205771653 ENST00000414729 protein_coding 1 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000367139 protein_coding 8 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000235932 protein_coding 8 1 3 RAB29 ENSG00000117280 +CDS chr1 205772496 205772567 ENST00000414729 protein_coding 1 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000367139 protein_coding 8 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000235932 protein_coding 8 1 2 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000446390 protein_coding 6 2 1 RAB29 ENSG00000117280 +CDS chr1 205774833 205774956 ENST00000414729 protein_coding 1 1 1 RAB29 ENSG00000117280 +transcript chr1 205789095 205813198 ENST00000367137 protein_coding 4 1 NA SLC41A1 ENSG00000133065 +CDS chr1 205791536 205791718 ENST00000367137 protein_coding 4 1 11 SLC41A1 ENSG00000133065 +CDS chr1 205794870 205795018 ENST00000367137 protein_coding 4 1 10 SLC41A1 ENSG00000133065 +CDS chr1 205795344 205795478 ENST00000367137 protein_coding 4 1 9 SLC41A1 ENSG00000133065 +CDS chr1 205796924 205797003 ENST00000367137 protein_coding 4 1 8 SLC41A1 ENSG00000133065 +CDS chr1 205797904 205798051 ENST00000367137 protein_coding 4 1 7 SLC41A1 ENSG00000133065 +CDS chr1 205798669 205798815 ENST00000367137 protein_coding 4 1 6 SLC41A1 ENSG00000133065 +CDS chr1 205798957 205799101 ENST00000367137 protein_coding 4 1 5 SLC41A1 ENSG00000133065 +CDS chr1 205799759 205799830 ENST00000367137 protein_coding 4 1 4 SLC41A1 ENSG00000133065 +CDS chr1 205800953 205801060 ENST00000367137 protein_coding 4 1 3 SLC41A1 ENSG00000133065 +CDS chr1 205810070 205810441 ENST00000367137 protein_coding 4 1 2 SLC41A1 ENSG00000133065 +transcript chr1 205828025 205850132 ENST00000367136 protein_coding 5 1 NA PM20D1 ENSG00000162877 +CDS chr1 205828623 205828743 ENST00000367136 protein_coding 5 1 13 PM20D1 ENSG00000162877 +CDS chr1 205830280 205830379 ENST00000367136 protein_coding 5 1 12 PM20D1 ENSG00000162877 +CDS chr1 205832598 205832766 ENST00000367136 protein_coding 5 1 11 PM20D1 ENSG00000162877 +CDS chr1 205840252 205840323 ENST00000367136 protein_coding 5 1 10 PM20D1 ENSG00000162877 +CDS chr1 205841811 205841889 ENST00000367136 protein_coding 5 1 9 PM20D1 ENSG00000162877 +CDS chr1 205842154 205842215 ENST00000367136 protein_coding 5 1 8 PM20D1 ENSG00000162877 +CDS chr1 205842676 205842751 ENST00000367136 protein_coding 5 1 7 PM20D1 ENSG00000162877 +CDS chr1 205843667 205843786 ENST00000367136 protein_coding 5 1 6 PM20D1 ENSG00000162877 +CDS chr1 205844087 205844217 ENST00000367136 protein_coding 5 1 5 PM20D1 ENSG00000162877 +CDS chr1 205844811 205844897 ENST00000367136 protein_coding 5 1 4 PM20D1 ENSG00000162877 +CDS chr1 205845325 205845557 ENST00000367136 protein_coding 5 1 3 PM20D1 ENSG00000162877 +CDS chr1 205847885 205847971 ENST00000367136 protein_coding 5 1 2 PM20D1 ENSG00000162877 +CDS chr1 205849904 205850072 ENST00000367136 protein_coding 5 1 1 PM20D1 ENSG00000162877 +transcript chr1 205913048 205935822 ENST00000340781 protein_coding 8 1 NA SLC26A9 ENSG00000174502 +transcript chr1 205913052 205943456 ENST00000367135 protein_coding 8 1 NA SLC26A9 ENSG00000174502 +transcript chr1 205913054 205943460 ENST00000367134 protein_coding 2 5 NA SLC26A9 ENSG00000174502 +CDS chr1 205914895 205915183 ENST00000340781 protein_coding 8 1 21 SLC26A9 ENSG00000174502 +CDS chr1 205914895 205915183 ENST00000367134 protein_coding 2 5 22 SLC26A9 ENSG00000174502 +CDS chr1 205915360 205915404 ENST00000367135 protein_coding 8 1 21 SLC26A9 ENSG00000174502 +CDS chr1 205915361 205915404 ENST00000340781 protein_coding 8 1 20 SLC26A9 ENSG00000174502 +CDS chr1 205915361 205915404 ENST00000367134 protein_coding 2 5 21 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000340781 protein_coding 8 1 19 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000367135 protein_coding 8 1 20 SLC26A9 ENSG00000174502 +CDS chr1 205917283 205917354 ENST00000367134 protein_coding 2 5 20 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000340781 protein_coding 8 1 18 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000367135 protein_coding 8 1 19 SLC26A9 ENSG00000174502 +CDS chr1 205918840 205918985 ENST00000367134 protein_coding 2 5 19 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000340781 protein_coding 8 1 17 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000367135 protein_coding 8 1 18 SLC26A9 ENSG00000174502 +CDS chr1 205920176 205920230 ENST00000367134 protein_coding 2 5 18 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000340781 protein_coding 8 1 16 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000367135 protein_coding 8 1 17 SLC26A9 ENSG00000174502 +CDS chr1 205921566 205921847 ENST00000367134 protein_coding 2 5 17 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000340781 protein_coding 8 1 15 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000367135 protein_coding 8 1 16 SLC26A9 ENSG00000174502 +CDS chr1 205923082 205923195 ENST00000367134 protein_coding 2 5 16 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000340781 protein_coding 8 1 14 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000367135 protein_coding 8 1 15 SLC26A9 ENSG00000174502 +CDS chr1 205923335 205923427 ENST00000367134 protein_coding 2 5 15 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000340781 protein_coding 8 1 13 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000367135 protein_coding 8 1 14 SLC26A9 ENSG00000174502 +CDS chr1 205923544 205923613 ENST00000367134 protein_coding 2 5 14 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000340781 protein_coding 8 1 12 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000367135 protein_coding 8 1 13 SLC26A9 ENSG00000174502 +CDS chr1 205924383 205924489 ENST00000367134 protein_coding 2 5 13 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000340781 protein_coding 8 1 11 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000367135 protein_coding 8 1 12 SLC26A9 ENSG00000174502 +CDS chr1 205926535 205926630 ENST00000367134 protein_coding 2 5 12 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000340781 protein_coding 8 1 10 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000367135 protein_coding 8 1 11 SLC26A9 ENSG00000174502 +CDS chr1 205927211 205927288 ENST00000367134 protein_coding 2 5 11 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000340781 protein_coding 8 1 9 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000367135 protein_coding 8 1 10 SLC26A9 ENSG00000174502 +CDS chr1 205927492 205927605 ENST00000367134 protein_coding 2 5 10 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000340781 protein_coding 8 1 8 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000367135 protein_coding 8 1 9 SLC26A9 ENSG00000174502 +CDS chr1 205927902 205928049 ENST00000367134 protein_coding 2 5 9 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000340781 protein_coding 8 1 7 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000367135 protein_coding 8 1 8 SLC26A9 ENSG00000174502 +CDS chr1 205928827 205928909 ENST00000367134 protein_coding 2 5 8 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000340781 protein_coding 8 1 6 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000367135 protein_coding 8 1 7 SLC26A9 ENSG00000174502 +CDS chr1 205929204 205929356 ENST00000367134 protein_coding 2 5 7 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000340781 protein_coding 8 1 5 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000367135 protein_coding 8 1 6 SLC26A9 ENSG00000174502 +CDS chr1 205929892 205930056 ENST00000367134 protein_coding 2 5 6 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000340781 protein_coding 8 1 4 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000367135 protein_coding 8 1 5 SLC26A9 ENSG00000174502 +CDS chr1 205931860 205932035 ENST00000367134 protein_coding 2 5 5 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000340781 protein_coding 8 1 3 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000367135 protein_coding 8 1 4 SLC26A9 ENSG00000174502 +CDS chr1 205932702 205932812 ENST00000367134 protein_coding 2 5 4 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000340781 protein_coding 8 1 2 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000367135 protein_coding 8 1 3 SLC26A9 ENSG00000174502 +CDS chr1 205932945 205933084 ENST00000367134 protein_coding 2 5 3 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000340781 protein_coding 8 1 1 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000367135 protein_coding 8 1 2 SLC26A9 ENSG00000174502 +CDS chr1 205935696 205935820 ENST00000367134 protein_coding 2 5 2 SLC26A9 ENSG00000174502 +transcript chr1 205976740 206003395 ENST00000617070 protein_coding 5 1 NA RAB7B ENSG00000276600 +transcript chr1 205976741 205994439 ENST00000617991 protein_coding 4 2 NA RAB7B ENSG00000276600 +transcript chr1 205977699 206003461 ENST00000623893 protein_coding 1 5 NA RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000617070 protein_coding 5 1 6 RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000617991 protein_coding 4 2 5 RAB7B ENSG00000276600 +CDS chr1 205978854 205978928 ENST00000623893 protein_coding 1 5 5 RAB7B ENSG00000276600 +transcript chr1 205983743 205992580 ENST00000622969 protein_coding 1 3 NA RAB7B ENSG00000276600 +CDS chr1 205984160 205984204 ENST00000622969 protein_coding 1 3 3 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000617070 protein_coding 5 1 5 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000617991 protein_coding 4 2 4 RAB7B ENSG00000276600 +CDS chr1 205985540 205985665 ENST00000622969 protein_coding 1 3 2 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000617070 protein_coding 5 1 4 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000617991 protein_coding 4 2 3 RAB7B ENSG00000276600 +CDS chr1 205992480 205992695 ENST00000623893 protein_coding 1 5 4 RAB7B ENSG00000276600 +CDS chr1 205992480 205992580 ENST00000622969 protein_coding 1 3 1 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000617070 protein_coding 5 1 3 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000617991 protein_coding 4 2 2 RAB7B ENSG00000276600 +CDS chr1 205993420 205993546 ENST00000623893 protein_coding 1 5 3 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000617070 protein_coding 5 1 2 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000617991 protein_coding 4 2 1 RAB7B ENSG00000276600 +CDS chr1 205994083 205994135 ENST00000623893 protein_coding 1 5 2 RAB7B ENSG00000276600 +transcript chr1 206008535 206023909 ENST00000678498 protein_coding 1 NA NA CTSE ENSG00000196188 +transcript chr1 206009264 206023895 ENST00000358184 protein_coding 7 1 NA CTSE ENSG00000196188 +transcript chr1 206009264 206023895 ENST00000360218 protein_coding 3 1 NA CTSE ENSG00000196188 +transcript chr1 206009574 206023895 ENST00000678712 protein_coding 1 NA NA CTSE ENSG00000196188 +CDS chr1 206010143 206010347 ENST00000678498 protein_coding 1 NA 8 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000358184 protein_coding 7 1 9 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000360218 protein_coding 3 1 9 CTSE ENSG00000196188 +CDS chr1 206010186 206010347 ENST00000678712 protein_coding 1 NA 8 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000678498 protein_coding 1 NA 7 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000358184 protein_coding 7 1 8 CTSE ENSG00000196188 +CDS chr1 206012308 206012406 ENST00000360218 protein_coding 3 1 8 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000358184 protein_coding 7 1 7 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000360218 protein_coding 3 1 7 CTSE ENSG00000196188 +CDS chr1 206012508 206012649 ENST00000678712 protein_coding 1 NA 7 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000678498 protein_coding 1 NA 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000358184 protein_coding 7 1 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000360218 protein_coding 3 1 6 CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000678712 protein_coding 1 NA 6 CTSE ENSG00000196188 +transcript chr1 206013772 206023838 ENST00000677924 protein_coding 1 NA NA CTSE ENSG00000196188 +CDS chr1 206013772 206013894 ENST00000677924 protein_coding 1 NA 6 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000678498 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000358184 protein_coding 7 1 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016145 ENST00000360218 protein_coding 3 1 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000678712 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206015931 206016130 ENST00000677924 protein_coding 1 NA 5 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000678498 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000358184 protein_coding 7 1 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000360218 protein_coding 3 1 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021167 ENST00000678712 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206021049 206021182 ENST00000677924 protein_coding 1 NA 4 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000678498 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000358184 protein_coding 7 1 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000360218 protein_coding 3 1 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000678712 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022150 206022267 ENST00000677924 protein_coding 1 NA 3 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000678498 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000358184 protein_coding 7 1 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000360218 protein_coding 3 1 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000678712 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206022901 206023057 ENST00000677924 protein_coding 1 NA 2 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000678498 protein_coding 1 NA 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000358184 protein_coding 7 1 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000360218 protein_coding 3 1 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000678712 protein_coding 1 NA 1 CTSE ENSG00000196188 +CDS chr1 206023724 206023791 ENST00000677924 protein_coding 1 NA 1 CTSE ENSG00000196188 +transcript chr1 206053173 206102449 ENST00000331555 protein_coding 10 1 NA RHEX ENSG00000263961 +transcript chr1 206083563 206102007 ENST00000603378 protein_coding 5 3 NA RHEX ENSG00000263961 +transcript chr1 206083571 206101984 ENST00000603488 protein_coding 5 3 NA RHEX ENSG00000263961 +transcript chr1 206097699 206102448 ENST00000582070 protein_coding 3 2 NA RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000331555 protein_coding 10 1 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000603378 protein_coding 5 3 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000603488 protein_coding 5 3 2 RHEX ENSG00000263961 +CDS chr1 206097829 206097839 ENST00000582070 protein_coding 3 2 1 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000331555 protein_coding 10 1 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000603378 protein_coding 5 3 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000603488 protein_coding 5 3 3 RHEX ENSG00000263961 +CDS chr1 206098081 206098181 ENST00000582070 protein_coding 3 2 2 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000331555 protein_coding 10 1 4 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000603488 protein_coding 5 3 4 RHEX ENSG00000263961 +CDS chr1 206099655 206099798 ENST00000582070 protein_coding 3 2 3 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000331555 protein_coding 10 1 5 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000603378 protein_coding 5 3 4 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000603488 protein_coding 5 3 5 RHEX ENSG00000263961 +CDS chr1 206101136 206101197 ENST00000582070 protein_coding 3 2 4 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000331555 protein_coding 10 1 6 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000603378 protein_coding 5 3 5 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000603488 protein_coding 5 3 6 RHEX ENSG00000263961 +CDS chr1 206101752 206101949 ENST00000582070 protein_coding 3 2 5 RHEX ENSG00000263961 +transcript chr1 206106936 206117388 ENST00000367126 protein_coding 5 1 NA AVPR1B ENSG00000198049 +CDS chr1 206110192 206110523 ENST00000367126 protein_coding 5 1 2 AVPR1B ENSG00000198049 +CDS chr1 206115951 206116890 ENST00000367126 protein_coding 5 1 1 AVPR1B ENSG00000198049 +transcript chr1 206186179 206202839 ENST00000367128 protein_coding 8 1 NA FAM72A ENSG00000196550 +transcript chr1 206186256 206202446 ENST00000341209 protein_coding 9 1 NA FAM72A ENSG00000196550 +transcript chr1 206187123 206204065 ENST00000367129 protein_coding 6 3 NA FAM72A ENSG00000196550 +transcript chr1 206187281 206202827 ENST00000431655 protein_coding 2 5 NA FAM72A ENSG00000196550 +CDS chr1 206187281 206187373 ENST00000431655 protein_coding 2 5 5 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000367128 protein_coding 8 1 4 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000341209 protein_coding 9 1 4 FAM72A ENSG00000196550 +CDS chr1 206187282 206187373 ENST00000367129 protein_coding 6 3 4 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000367128 protein_coding 8 1 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000341209 protein_coding 9 1 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000367129 protein_coding 6 3 3 FAM72A ENSG00000196550 +CDS chr1 206195752 206195876 ENST00000431655 protein_coding 2 5 4 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000367128 protein_coding 8 1 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000341209 protein_coding 9 1 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000367129 protein_coding 6 3 2 FAM72A ENSG00000196550 +CDS chr1 206199807 206199884 ENST00000431655 protein_coding 2 5 3 FAM72A ENSG00000196550 +transcript chr1 206201281 206202419 ENST00000607379 protein_coding 1 NA NA FAM72A ENSG00000196550 +CDS chr1 206201873 206202025 ENST00000607379 protein_coding 1 NA 1 FAM72A ENSG00000196550 +CDS chr1 206201874 206202025 ENST00000367128 protein_coding 8 1 1 FAM72A ENSG00000196550 +CDS chr1 206201874 206201938 ENST00000431655 protein_coding 2 5 2 FAM72A ENSG00000196550 +CDS chr1 206201994 206202025 ENST00000341209 protein_coding 9 1 1 FAM72A ENSG00000196550 +transcript chr1 206203180 206204093 ENST00000468509 protein_coding 1 5 NA FAM72A ENSG00000196550 +CDS chr1 206203501 206203558 ENST00000468509 protein_coding 1 5 2 FAM72A ENSG00000196550 +transcript chr1 206203541 206464436 ENST00000573034 protein_coding 8 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206203844 206203995 ENST00000367129 protein_coding 6 3 1 FAM72A ENSG00000196550 +CDS chr1 206203844 206203995 ENST00000468509 protein_coding 1 5 1 FAM72A ENSG00000196550 +transcript chr1 206205626 206406709 ENST00000419187 protein_coding 6 5 NA SRGAP2 ENSG00000266028 +transcript chr1 206205673 206454700 ENST00000605610 protein_coding 5 2 NA SRGAP2 ENSG00000266028 +transcript chr1 206205909 206462850 ENST00000624873 protein_coding 3 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000573034 protein_coding 8 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000605610 protein_coding 5 2 1 SRGAP2 ENSG00000266028 +CDS chr1 206205971 206206037 ENST00000624873 protein_coding 3 1 1 SRGAP2 ENSG00000266028 +transcript chr1 206214723 206392757 ENST00000572793 protein_coding 2 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000573034 protein_coding 8 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000605610 protein_coding 5 2 2 SRGAP2 ENSG00000266028 +CDS chr1 206303281 206303473 ENST00000624873 protein_coding 3 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206303307 206303473 ENST00000572793 protein_coding 2 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000573034 protein_coding 8 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000605610 protein_coding 5 2 3 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206343008 ENST00000624873 protein_coding 3 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206342846 206342900 ENST00000572793 protein_coding 2 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000573034 protein_coding 8 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000605610 protein_coding 5 2 4 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000624873 protein_coding 3 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206384014 206384076 ENST00000572793 protein_coding 2 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206384050 206384076 ENST00000419187 protein_coding 6 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000573034 protein_coding 8 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000419187 protein_coding 6 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000605610 protein_coding 5 2 5 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392904 ENST00000624873 protein_coding 3 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206392689 206392757 ENST00000572793 protein_coding 2 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000573034 protein_coding 8 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000419187 protein_coding 6 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000605610 protein_coding 5 2 6 SRGAP2 ENSG00000266028 +CDS chr1 206393545 206393673 ENST00000624873 protein_coding 3 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206401421 206401645 ENST00000573034 protein_coding 8 1 8 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000419187 protein_coding 6 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000605610 protein_coding 5 2 7 SRGAP2 ENSG00000266028 +CDS chr1 206401424 206401645 ENST00000624873 protein_coding 3 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000573034 protein_coding 8 1 9 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000419187 protein_coding 6 5 6 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000605610 protein_coding 5 2 8 SRGAP2 ENSG00000266028 +CDS chr1 206405249 206405350 ENST00000624873 protein_coding 3 1 8 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000573034 protein_coding 8 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406595 ENST00000419187 protein_coding 6 5 7 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000605610 protein_coding 5 2 9 SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000624873 protein_coding 3 1 9 SRGAP2 ENSG00000266028 +transcript chr1 206406377 206456159 ENST00000605476 protein_coding 5 1 NA SRGAP2 ENSG00000266028 +CDS chr1 206406377 206406574 ENST00000605476 protein_coding 5 1 1 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000573034 protein_coding 8 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000605610 protein_coding 5 2 10 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000624873 protein_coding 3 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206415889 206415973 ENST00000605476 protein_coding 5 1 2 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000573034 protein_coding 8 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000605610 protein_coding 5 2 11 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000624873 protein_coding 3 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206419373 206419400 ENST00000605476 protein_coding 5 1 3 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000573034 protein_coding 8 1 13 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000605610 protein_coding 5 2 12 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000624873 protein_coding 3 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206421250 206421274 ENST00000605476 protein_coding 5 1 4 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000573034 protein_coding 8 1 14 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000605610 protein_coding 5 2 13 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000624873 protein_coding 3 1 13 SRGAP2 ENSG00000266028 +CDS chr1 206430162 206430222 ENST00000605476 protein_coding 5 1 5 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000573034 protein_coding 8 1 15 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000605610 protein_coding 5 2 14 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000624873 protein_coding 3 1 14 SRGAP2 ENSG00000266028 +CDS chr1 206436965 206437042 ENST00000605476 protein_coding 5 1 6 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000573034 protein_coding 8 1 16 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000605610 protein_coding 5 2 15 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000624873 protein_coding 3 1 15 SRGAP2 ENSG00000266028 +CDS chr1 206437964 206438098 ENST00000605476 protein_coding 5 1 7 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000573034 protein_coding 8 1 17 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000605610 protein_coding 5 2 16 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000624873 protein_coding 3 1 16 SRGAP2 ENSG00000266028 +CDS chr1 206439976 206440081 ENST00000605476 protein_coding 5 1 8 SRGAP2 ENSG00000266028 +transcript chr1 206440061 206456131 ENST00000604925 protein_coding 5 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206440061 206440081 ENST00000604925 protein_coding 5 5 1 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000573034 protein_coding 8 1 18 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000605610 protein_coding 5 2 17 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000624873 protein_coding 3 1 17 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000605476 protein_coding 5 1 9 SRGAP2 ENSG00000266028 +CDS chr1 206446075 206446299 ENST00000604925 protein_coding 5 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000573034 protein_coding 8 1 19 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000605610 protein_coding 5 2 18 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000624873 protein_coding 3 1 18 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000605476 protein_coding 5 1 10 SRGAP2 ENSG00000266028 +CDS chr1 206450386 206450465 ENST00000604925 protein_coding 5 5 3 SRGAP2 ENSG00000266028 +transcript chr1 206453199 206461227 ENST00000604010 protein_coding 1 5 NA SRGAP2 ENSG00000266028 +CDS chr1 206453199 206453380 ENST00000604010 protein_coding 1 5 1 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000573034 protein_coding 8 1 20 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000605610 protein_coding 5 2 19 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000624873 protein_coding 3 1 19 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000605476 protein_coding 5 1 11 SRGAP2 ENSG00000266028 +CDS chr1 206453200 206453380 ENST00000604925 protein_coding 5 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206454144 206454153 ENST00000605610 protein_coding 5 2 20 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000573034 protein_coding 8 1 21 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000624873 protein_coding 3 1 20 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455025 ENST00000605476 protein_coding 5 1 12 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000604925 protein_coding 5 5 5 SRGAP2 ENSG00000266028 +CDS chr1 206454878 206455024 ENST00000604010 protein_coding 1 5 2 SRGAP2 ENSG00000266028 +CDS chr1 206455773 206455788 ENST00000604925 protein_coding 5 5 6 SRGAP2 ENSG00000266028 +CDS chr1 206458371 206458409 ENST00000604010 protein_coding 1 5 3 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000573034 protein_coding 8 1 22 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000624873 protein_coding 3 1 21 SRGAP2 ENSG00000266028 +CDS chr1 206458623 206458947 ENST00000604010 protein_coding 1 5 4 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461417 ENST00000573034 protein_coding 8 1 23 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461417 ENST00000624873 protein_coding 3 1 22 SRGAP2 ENSG00000266028 +CDS chr1 206461037 206461227 ENST00000604010 protein_coding 1 5 5 SRGAP2 ENSG00000266028 +transcript chr1 206470476 206496889 ENST00000581977 protein_coding 7 1 NA IKBKE ENSG00000263528 +transcript chr1 206470495 206496274 ENST00000578328 protein_coding 6 1 NA IKBKE ENSG00000263528 +transcript chr1 206470495 206496274 ENST00000584998 protein_coding 5 1 NA IKBKE ENSG00000263528 +transcript chr1 206470642 206475135 ENST00000579827 protein_coding 6 2 NA IKBKE ENSG00000263528 +transcript chr1 206472854 206476260 ENST00000605726 protein_coding 1 3 NA IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000581977 protein_coding 7 1 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000578328 protein_coding 6 1 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000579827 protein_coding 6 2 3 IKBKE ENSG00000263528 +CDS chr1 206473228 206473314 ENST00000605726 protein_coding 1 3 2 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000581977 protein_coding 7 1 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000578328 protein_coding 6 1 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000579827 protein_coding 6 2 4 IKBKE ENSG00000263528 +CDS chr1 206474331 206474471 ENST00000605726 protein_coding 1 3 3 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000581977 protein_coding 7 1 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000578328 protein_coding 6 1 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206475095 ENST00000579827 protein_coding 6 2 5 IKBKE ENSG00000263528 +CDS chr1 206474865 206474994 ENST00000605726 protein_coding 1 3 4 IKBKE ENSG00000263528 +CDS chr1 206474892 206474994 ENST00000584998 protein_coding 5 1 4 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000581977 protein_coding 7 1 6 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000578328 protein_coding 6 1 6 IKBKE ENSG00000263528 +CDS chr1 206476181 206476362 ENST00000584998 protein_coding 5 1 5 IKBKE ENSG00000263528 +CDS chr1 206476181 206476260 ENST00000605726 protein_coding 1 3 5 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000581977 protein_coding 7 1 7 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000578328 protein_coding 6 1 7 IKBKE ENSG00000263528 +CDS chr1 206476678 206476838 ENST00000584998 protein_coding 5 1 6 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000581977 protein_coding 7 1 8 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000578328 protein_coding 6 1 8 IKBKE ENSG00000263528 +CDS chr1 206477749 206477859 ENST00000584998 protein_coding 5 1 7 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000581977 protein_coding 7 1 9 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000578328 protein_coding 6 1 9 IKBKE ENSG00000263528 +CDS chr1 206478160 206478339 ENST00000584998 protein_coding 5 1 8 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000581977 protein_coding 7 1 10 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000578328 protein_coding 6 1 10 IKBKE ENSG00000263528 +CDS chr1 206478943 206479133 ENST00000584998 protein_coding 5 1 9 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000581977 protein_coding 7 1 11 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000578328 protein_coding 6 1 11 IKBKE ENSG00000263528 +CDS chr1 206479870 206479934 ENST00000584998 protein_coding 5 1 10 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000581977 protein_coding 7 1 12 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000578328 protein_coding 6 1 12 IKBKE ENSG00000263528 +CDS chr1 206480022 206480113 ENST00000584998 protein_coding 5 1 11 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000581977 protein_coding 7 1 13 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000578328 protein_coding 6 1 13 IKBKE ENSG00000263528 +CDS chr1 206480447 206480533 ENST00000584998 protein_coding 5 1 12 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000581977 protein_coding 7 1 14 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000578328 protein_coding 6 1 14 IKBKE ENSG00000263528 +CDS chr1 206484997 206485072 ENST00000584998 protein_coding 5 1 13 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000581977 protein_coding 7 1 15 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000578328 protein_coding 6 1 15 IKBKE ENSG00000263528 +CDS chr1 206485194 206485306 ENST00000584998 protein_coding 5 1 14 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000581977 protein_coding 7 1 16 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000578328 protein_coding 6 1 16 IKBKE ENSG00000263528 +CDS chr1 206487914 206487990 ENST00000584998 protein_coding 5 1 15 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000581977 protein_coding 7 1 17 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000578328 protein_coding 6 1 17 IKBKE ENSG00000263528 +CDS chr1 206490819 206490858 ENST00000584998 protein_coding 5 1 16 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000581977 protein_coding 7 1 18 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000578328 protein_coding 6 1 18 IKBKE ENSG00000263528 +CDS chr1 206491648 206491749 ENST00000584998 protein_coding 5 1 17 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000581977 protein_coding 7 1 19 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000578328 protein_coding 6 1 19 IKBKE ENSG00000263528 +CDS chr1 206493023 206493119 ENST00000584998 protein_coding 5 1 18 IKBKE ENSG00000263528 +CDS chr1 206493266 206493378 ENST00000581977 protein_coding 7 1 20 IKBKE ENSG00000263528 +CDS chr1 206493266 206493378 ENST00000584998 protein_coding 5 1 19 IKBKE ENSG00000263528 +CDS chr1 206493920 206493991 ENST00000581977 protein_coding 7 1 21 IKBKE ENSG00000263528 +CDS chr1 206493920 206493958 ENST00000578328 protein_coding 6 1 20 IKBKE ENSG00000263528 +CDS chr1 206493920 206493991 ENST00000584998 protein_coding 5 1 20 IKBKE ENSG00000263528 +CDS chr1 206496112 206496142 ENST00000581977 protein_coding 7 1 22 IKBKE ENSG00000263528 +CDS chr1 206496112 206496142 ENST00000584998 protein_coding 5 1 21 IKBKE ENSG00000263528 +transcript chr1 206507531 206589448 ENST00000579436 protein_coding 7 1 NA RASSF5 ENSG00000266094 +transcript chr1 206507546 206587712 ENST00000580449 protein_coding 5 1 NA RASSF5 ENSG00000266094 +transcript chr1 206507595 206589274 ENST00000581503 protein_coding 6 1 NA RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000579436 protein_coding 7 1 1 RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000580449 protein_coding 5 1 1 RASSF5 ENSG00000266094 +CDS chr1 206507603 206508059 ENST00000581503 protein_coding 6 1 1 RASSF5 ENSG00000266094 +transcript chr1 206518388 206589448 ENST00000636182 protein_coding 1 5 NA RASSF5 ENSG00000266094 +CDS chr1 206518388 206518544 ENST00000636182 protein_coding 1 5 1 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000579436 protein_coding 7 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000580449 protein_coding 5 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000581503 protein_coding 6 1 2 RASSF5 ENSG00000266094 +CDS chr1 206538172 206538293 ENST00000636182 protein_coding 1 5 2 RASSF5 ENSG00000266094 +transcript chr1 206557165 206589267 ENST00000577571 protein_coding 5 1 NA RASSF5 ENSG00000266094 +CDS chr1 206557574 206557693 ENST00000577571 protein_coding 5 1 1 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000579436 protein_coding 7 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000580449 protein_coding 5 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000581503 protein_coding 6 1 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000636182 protein_coding 1 5 3 RASSF5 ENSG00000266094 +CDS chr1 206583269 206583379 ENST00000577571 protein_coding 5 1 2 RASSF5 ENSG00000266094 +transcript chr1 206583272 206589272 ENST00000581888 protein_coding 1 2 NA RASSF5 ENSG00000266094 +CDS chr1 206583272 206583379 ENST00000581888 protein_coding 1 2 1 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000579436 protein_coding 7 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000580449 protein_coding 5 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584746 ENST00000581503 protein_coding 6 1 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000636182 protein_coding 1 5 4 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000577571 protein_coding 5 1 3 RASSF5 ENSG00000266094 +CDS chr1 206584387 206584684 ENST00000581888 protein_coding 1 2 2 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000579436 protein_coding 7 1 5 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000636182 protein_coding 1 5 5 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585295 ENST00000577571 protein_coding 5 1 4 RASSF5 ENSG00000266094 +CDS chr1 206585180 206585328 ENST00000581888 protein_coding 1 2 3 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000579436 protein_coding 7 1 6 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586845 ENST00000580449 protein_coding 5 1 5 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000636182 protein_coding 1 5 6 RASSF5 ENSG00000266094 +CDS chr1 206586826 206586975 ENST00000577571 protein_coding 5 1 5 RASSF5 ENSG00000266094 +transcript chr1 206591642 206612459 ENST00000367114 protein_coding 7 1 NA EIF2D ENSG00000143486 +transcript chr1 206591642 206612465 ENST00000271764 protein_coding 7 1 NA EIF2D ENSG00000143486 +CDS chr1 206591778 206591845 ENST00000367114 protein_coding 7 1 13 EIF2D ENSG00000143486 +CDS chr1 206591778 206591845 ENST00000271764 protein_coding 7 1 15 EIF2D ENSG00000143486 +CDS chr1 206593619 206593793 ENST00000367114 protein_coding 7 1 12 EIF2D ENSG00000143486 +CDS chr1 206593619 206593793 ENST00000271764 protein_coding 7 1 14 EIF2D ENSG00000143486 +CDS chr1 206595718 206595838 ENST00000367114 protein_coding 7 1 11 EIF2D ENSG00000143486 +CDS chr1 206595718 206595838 ENST00000271764 protein_coding 7 1 13 EIF2D ENSG00000143486 +CDS chr1 206597100 206597195 ENST00000367114 protein_coding 7 1 10 EIF2D ENSG00000143486 +CDS chr1 206597100 206597195 ENST00000271764 protein_coding 7 1 12 EIF2D ENSG00000143486 +CDS chr1 206599003 206599092 ENST00000367114 protein_coding 7 1 9 EIF2D ENSG00000143486 +CDS chr1 206599003 206599092 ENST00000271764 protein_coding 7 1 11 EIF2D ENSG00000143486 +CDS chr1 206599463 206599612 ENST00000367114 protein_coding 7 1 8 EIF2D ENSG00000143486 +CDS chr1 206599463 206599612 ENST00000271764 protein_coding 7 1 10 EIF2D ENSG00000143486 +CDS chr1 206599733 206599836 ENST00000367114 protein_coding 7 1 7 EIF2D ENSG00000143486 +CDS chr1 206599733 206599836 ENST00000271764 protein_coding 7 1 9 EIF2D ENSG00000143486 +CDS chr1 206600263 206600308 ENST00000367114 protein_coding 7 1 6 EIF2D ENSG00000143486 +CDS chr1 206600263 206600308 ENST00000271764 protein_coding 7 1 8 EIF2D ENSG00000143486 +CDS chr1 206602336 206602453 ENST00000271764 protein_coding 7 1 7 EIF2D ENSG00000143486 +transcript chr1 206602342 206612450 ENST00000437518 protein_coding 1 3 NA EIF2D ENSG00000143486 +CDS chr1 206602342 206602453 ENST00000437518 protein_coding 1 3 6 EIF2D ENSG00000143486 +CDS chr1 206602951 206603204 ENST00000271764 protein_coding 7 1 6 EIF2D ENSG00000143486 +CDS chr1 206602951 206603204 ENST00000437518 protein_coding 1 3 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000367114 protein_coding 7 1 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000271764 protein_coding 7 1 5 EIF2D ENSG00000143486 +CDS chr1 206605400 206605507 ENST00000437518 protein_coding 1 3 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000367114 protein_coding 7 1 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000271764 protein_coding 7 1 4 EIF2D ENSG00000143486 +CDS chr1 206608236 206608326 ENST00000437518 protein_coding 1 3 3 EIF2D ENSG00000143486 +CDS chr1 206609376 206609459 ENST00000367114 protein_coding 7 1 3 EIF2D ENSG00000143486 +CDS chr1 206609376 206609459 ENST00000271764 protein_coding 7 1 3 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000367114 protein_coding 7 1 2 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000271764 protein_coding 7 1 2 EIF2D ENSG00000143486 +CDS chr1 206611184 206611374 ENST00000437518 protein_coding 1 3 2 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000367114 protein_coding 7 1 1 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000271764 protein_coding 7 1 1 EIF2D ENSG00000143486 +CDS chr1 206612287 206612342 ENST00000437518 protein_coding 1 3 1 EIF2D ENSG00000143486 +transcript chr1 206635536 206655158 ENST00000367109 protein_coding 8 1 NA DYRK3 ENSG00000143479 +transcript chr1 206635579 206649197 ENST00000367108 protein_coding 7 1 NA DYRK3 ENSG00000143479 +CDS chr1 206635704 206635780 ENST00000367109 protein_coding 8 1 1 DYRK3 ENSG00000143479 +transcript chr1 206635728 206649193 ENST00000649163 protein_coding 1 NA NA DYRK3 ENSG00000143479 +transcript chr1 206635774 206647989 ENST00000441486 protein_coding 5 2 NA DYRK3 ENSG00000143479 +transcript chr1 206635829 206649114 ENST00000367106 protein_coding 1 1 NA DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000367108 protein_coding 7 1 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000649163 protein_coding 1 NA 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000441486 protein_coding 5 2 2 DYRK3 ENSG00000143479 +CDS chr1 206636952 206636968 ENST00000367106 protein_coding 1 1 2 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367109 protein_coding 8 1 2 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367108 protein_coding 7 1 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000649163 protein_coding 1 NA 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000441486 protein_coding 5 2 3 DYRK3 ENSG00000143479 +CDS chr1 206637650 206637761 ENST00000367106 protein_coding 1 1 3 DYRK3 ENSG00000143479 +CDS chr1 206638925 206639008 ENST00000649163 protein_coding 1 NA 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367109 protein_coding 8 1 3 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367108 protein_coding 7 1 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206647989 ENST00000441486 protein_coding 5 2 4 DYRK3 ENSG00000143479 +CDS chr1 206647388 206648962 ENST00000367106 protein_coding 1 1 4 DYRK3 ENSG00000143479 +transcript chr1 206684905 206734281 ENST00000367103 protein_coding 4 1 NA MAPKAPK2 ENSG00000162889 +transcript chr1 206684944 206732863 ENST00000294981 protein_coding 8 1 NA MAPKAPK2 ENSG00000162889 +CDS chr1 206685230 206685508 ENST00000367103 protein_coding 4 1 1 MAPKAPK2 ENSG00000162889 +CDS chr1 206685230 206685508 ENST00000294981 protein_coding 8 1 1 MAPKAPK2 ENSG00000162889 +CDS chr1 206728710 206728849 ENST00000367103 protein_coding 4 1 2 MAPKAPK2 ENSG00000162889 +CDS chr1 206728710 206728849 ENST00000294981 protein_coding 8 1 2 MAPKAPK2 ENSG00000162889 +CDS chr1 206729035 206729099 ENST00000367103 protein_coding 4 1 3 MAPKAPK2 ENSG00000162889 +CDS chr1 206729035 206729099 ENST00000294981 protein_coding 8 1 3 MAPKAPK2 ENSG00000162889 +CDS chr1 206729396 206729475 ENST00000367103 protein_coding 4 1 4 MAPKAPK2 ENSG00000162889 +CDS chr1 206729396 206729475 ENST00000294981 protein_coding 8 1 4 MAPKAPK2 ENSG00000162889 +CDS chr1 206729972 206730098 ENST00000367103 protein_coding 4 1 5 MAPKAPK2 ENSG00000162889 +CDS chr1 206729972 206730098 ENST00000294981 protein_coding 8 1 5 MAPKAPK2 ENSG00000162889 +CDS chr1 206730688 206730763 ENST00000367103 protein_coding 4 1 6 MAPKAPK2 ENSG00000162889 +CDS chr1 206730688 206730763 ENST00000294981 protein_coding 8 1 6 MAPKAPK2 ENSG00000162889 +CDS chr1 206731138 206731262 ENST00000367103 protein_coding 4 1 7 MAPKAPK2 ENSG00000162889 +CDS chr1 206731138 206731262 ENST00000294981 protein_coding 8 1 7 MAPKAPK2 ENSG00000162889 +CDS chr1 206731640 206731725 ENST00000367103 protein_coding 4 1 8 MAPKAPK2 ENSG00000162889 +CDS chr1 206731640 206731725 ENST00000294981 protein_coding 8 1 8 MAPKAPK2 ENSG00000162889 +CDS chr1 206731839 206731919 ENST00000367103 protein_coding 4 1 9 MAPKAPK2 ENSG00000162889 +CDS chr1 206731839 206731919 ENST00000294981 protein_coding 8 1 9 MAPKAPK2 ENSG00000162889 +CDS chr1 206732038 206732088 ENST00000294981 protein_coding 8 1 10 MAPKAPK2 ENSG00000162889 +CDS chr1 206732575 206732715 ENST00000367103 protein_coding 4 1 10 MAPKAPK2 ENSG00000162889 +transcript chr1 206767602 206772494 ENST00000423557 protein_coding 1 1 NA IL10 ENSG00000136634 +transcript chr1 206768110 206774534 ENST00000659642 protein_coding 1 NA NA IL10 ENSG00000136634 +transcript chr1 206768116 206774541 ENST00000659065 protein_coding 1 NA NA IL10 ENSG00000136634 +transcript chr1 206768417 206774541 ENST00000664374 protein_coding 1 NA NA IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000423557 protein_coding 1 1 5 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000659642 protein_coding 1 NA 6 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000659065 protein_coding 1 NA 7 IL10 ENSG00000136634 +CDS chr1 206768639 206768728 ENST00000664374 protein_coding 1 NA 6 IL10 ENSG00000136634 +transcript chr1 206768695 206771199 ENST00000471071 protein_coding 1 3 NA IL10 ENSG00000136634 +CDS chr1 206768695 206768728 ENST00000471071 protein_coding 1 3 3 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000423557 protein_coding 1 1 4 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000659642 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000659065 protein_coding 1 NA 6 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000664374 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206769829 206769894 ENST00000471071 protein_coding 1 3 2 IL10 ENSG00000136634 +transcript chr1 206770764 206842979 ENST00000656872 protein_coding 2 NA NA IL19 ENSG00000142224 +transcript chr1 206770773 206842981 ENST00000659997 protein_coding 3 NA NA IL19 ENSG00000142224 +CDS chr1 206770907 206771059 ENST00000423557 protein_coding 1 1 3 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000659642 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000659065 protein_coding 1 NA 5 IL10 ENSG00000136634 +CDS chr1 206770907 206771059 ENST00000664374 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206770907 206771029 ENST00000471071 protein_coding 1 3 1 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000423557 protein_coding 1 1 2 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000659642 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000659065 protein_coding 1 NA 4 IL10 ENSG00000136634 +CDS chr1 206771356 206771415 ENST00000664374 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206772271 206772435 ENST00000423557 protein_coding 1 1 1 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000659642 protein_coding 1 NA 2 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000659065 protein_coding 1 NA 3 IL10 ENSG00000136634 +CDS chr1 206772271 206772318 ENST00000664374 protein_coding 1 NA 2 IL10 ENSG00000136634 +transcript chr1 206828877 206842622 ENST00000270218 protein_coding 10 1 NA IL19 ENSG00000142224 +transcript chr1 206834363 206842979 ENST00000340758 protein_coding 7 1 NA IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000656872 protein_coding 2 NA 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000659997 protein_coding 3 NA 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000270218 protein_coding 10 1 3 IL19 ENSG00000142224 +CDS chr1 206836663 206836806 ENST00000340758 protein_coding 7 1 2 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000656872 protein_coding 2 NA 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000659997 protein_coding 3 NA 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000270218 protein_coding 10 1 4 IL19 ENSG00000142224 +CDS chr1 206836958 206837023 ENST00000340758 protein_coding 7 1 3 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000656872 protein_coding 2 NA 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000659997 protein_coding 3 NA 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000270218 protein_coding 10 1 5 IL19 ENSG00000142224 +CDS chr1 206839850 206840002 ENST00000340758 protein_coding 7 1 4 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000656872 protein_coding 2 NA 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000659997 protein_coding 3 NA 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000270218 protein_coding 10 1 6 IL19 ENSG00000142224 +CDS chr1 206841004 206841078 ENST00000340758 protein_coding 7 1 5 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000656872 protein_coding 2 NA 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000659997 protein_coding 3 NA 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000270218 protein_coding 10 1 7 IL19 ENSG00000142224 +CDS chr1 206842527 206842619 ENST00000340758 protein_coding 7 1 6 IL19 ENSG00000142224 +transcript chr1 206865623 206869223 ENST00000367098 protein_coding 6 1 NA IL20 ENSG00000162891 +transcript chr1 206865809 206868914 ENST00000367096 protein_coding 7 1 NA IL20 ENSG00000162891 +transcript chr1 206865809 206869217 ENST00000391930 protein_coding 3 1 NA IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000367098 protein_coding 6 1 2 IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000367096 protein_coding 7 1 1 IL20 ENSG00000162891 +CDS chr1 206865853 206866011 ENST00000391930 protein_coding 3 1 1 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000367098 protein_coding 6 1 3 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000367096 protein_coding 7 1 2 IL20 ENSG00000162891 +CDS chr1 206866299 206866364 ENST00000391930 protein_coding 3 1 2 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000367098 protein_coding 6 1 4 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000367096 protein_coding 7 1 3 IL20 ENSG00000162891 +CDS chr1 206866484 206866636 ENST00000391930 protein_coding 3 1 3 IL20 ENSG00000162891 +CDS chr1 206867384 206867458 ENST00000367098 protein_coding 6 1 5 IL20 ENSG00000162891 +CDS chr1 206867384 206867458 ENST00000367096 protein_coding 7 1 4 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000367098 protein_coding 6 1 6 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000367096 protein_coding 7 1 5 IL20 ENSG00000162891 +CDS chr1 206868487 206868561 ENST00000391930 protein_coding 3 1 4 IL20 ENSG00000162891 +transcript chr1 206897443 206903480 ENST00000391929 protein_coding 7 1 NA IL24 ENSG00000162892 +transcript chr1 206897443 206904139 ENST00000294984 protein_coding 7 1 NA IL24 ENSG00000162892 +transcript chr1 206897443 206904139 ENST00000611909 protein_coding 4 3 NA IL24 ENSG00000162892 +transcript chr1 206897444 206904139 ENST00000367093 protein_coding 3 1 NA IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000391929 protein_coding 7 1 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000294984 protein_coding 7 1 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000611909 protein_coding 4 3 2 IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000367093 protein_coding 3 1 2 IL24 ENSG00000162892 +transcript chr1 206897833 206902072 ENST00000480741 protein_coding 1 1 NA IL24 ENSG00000162892 +CDS chr1 206897833 206897876 ENST00000480741 protein_coding 1 1 1 IL24 ENSG00000162892 +CDS chr1 206899317 206899515 ENST00000391929 protein_coding 7 1 3 IL24 ENSG00000162892 +CDS chr1 206899317 206899515 ENST00000367093 protein_coding 3 1 3 IL24 ENSG00000162892 +CDS chr1 206899320 206899515 ENST00000294984 protein_coding 7 1 3 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000391929 protein_coding 7 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000294984 protein_coding 7 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000611909 protein_coding 4 3 3 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000367093 protein_coding 3 1 4 IL24 ENSG00000162892 +CDS chr1 206900295 206900357 ENST00000480741 protein_coding 1 1 2 IL24 ENSG00000162892 +CDS chr1 206901494 206901652 ENST00000391929 protein_coding 7 1 5 IL24 ENSG00000162892 +CDS chr1 206901494 206901652 ENST00000294984 protein_coding 7 1 5 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000391929 protein_coding 7 1 6 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000294984 protein_coding 7 1 6 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000611909 protein_coding 4 3 4 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000367093 protein_coding 3 1 5 IL24 ENSG00000162892 +CDS chr1 206901998 206902072 ENST00000480741 protein_coding 1 1 3 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000391929 protein_coding 7 1 7 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000294984 protein_coding 7 1 7 IL24 ENSG00000162892 +CDS chr1 206902976 206902982 ENST00000611909 protein_coding 4 3 5 IL24 ENSG00000162892 +CDS chr1 206902976 206903056 ENST00000367093 protein_coding 3 1 6 IL24 ENSG00000162892 +transcript chr1 206903317 206921941 ENST00000367091 protein_coding 8 1 NA FCMR ENSG00000162894 +transcript chr1 206904559 206921998 ENST00000442471 protein_coding 4 2 NA FCMR ENSG00000162894 +transcript chr1 206905019 206921867 ENST00000628511 protein_coding 2 1 NA FCMR ENSG00000162894 +CDS chr1 206905022 206905147 ENST00000367091 protein_coding 8 1 8 FCMR ENSG00000162894 +CDS chr1 206905022 206905147 ENST00000442471 protein_coding 4 2 7 FCMR ENSG00000162894 +CDS chr1 206905143 206905147 ENST00000628511 protein_coding 2 1 7 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000367091 protein_coding 8 1 7 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000442471 protein_coding 4 2 6 FCMR ENSG00000162894 +CDS chr1 206909462 206909520 ENST00000628511 protein_coding 2 1 6 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000367091 protein_coding 8 1 6 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000442471 protein_coding 4 2 5 FCMR ENSG00000162894 +CDS chr1 206909725 206909868 ENST00000628511 protein_coding 2 1 5 FCMR ENSG00000162894 +CDS chr1 206910210 206910340 ENST00000367091 protein_coding 8 1 5 FCMR ENSG00000162894 +CDS chr1 206910210 206910340 ENST00000442471 protein_coding 4 2 4 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000367091 protein_coding 8 1 4 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000442471 protein_coding 4 2 3 FCMR ENSG00000162894 +CDS chr1 206911730 206911952 ENST00000628511 protein_coding 2 1 4 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000367091 protein_coding 8 1 3 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000442471 protein_coding 4 2 2 FCMR ENSG00000162894 +CDS chr1 206912929 206913042 ENST00000628511 protein_coding 2 1 3 FCMR ENSG00000162894 +transcript chr1 206912963 206923196 ENST00000525793 protein_coding 5 4 NA FCMR ENSG00000162894 +CDS chr1 206912963 206913042 ENST00000525793 protein_coding 5 4 4 FCMR ENSG00000162894 +transcript chr1 206912973 206923247 ENST00000529560 protein_coding 1 4 NA FCMR ENSG00000162894 +CDS chr1 206912973 206913042 ENST00000529560 protein_coding 1 4 4 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000367091 protein_coding 8 1 2 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000628511 protein_coding 2 1 2 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000525793 protein_coding 5 4 3 FCMR ENSG00000162894 +CDS chr1 206913759 206914094 ENST00000529560 protein_coding 1 4 3 FCMR ENSG00000162894 +transcript chr1 206913801 206921997 ENST00000530505 protein_coding 1 4 NA FCMR ENSG00000162894 +CDS chr1 206913801 206914094 ENST00000530505 protein_coding 1 4 3 FCMR ENSG00000162894 +CDS chr1 206921341 206921433 ENST00000530505 protein_coding 1 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000367091 protein_coding 8 1 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000442471 protein_coding 4 2 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000628511 protein_coding 2 1 1 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000525793 protein_coding 5 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000529560 protein_coding 1 4 2 FCMR ENSG00000162894 +CDS chr1 206921818 206921854 ENST00000530505 protein_coding 1 4 1 FCMR ENSG00000162894 +transcript chr1 206928522 206946466 ENST00000356495 protein_coding 5 1 NA PIGR ENSG00000162896 +CDS chr1 206930321 206930413 ENST00000356495 protein_coding 5 1 11 PIGR ENSG00000162896 +CDS chr1 206931497 206931555 ENST00000356495 protein_coding 5 1 10 PIGR ENSG00000162896 +CDS chr1 206931671 206931802 ENST00000356495 protein_coding 5 1 9 PIGR ENSG00000162896 +CDS chr1 206932456 206932577 ENST00000356495 protein_coding 5 1 8 PIGR ENSG00000162896 +CDS chr1 206932986 206933166 ENST00000356495 protein_coding 5 1 7 PIGR ENSG00000162896 +CDS chr1 206934420 206934746 ENST00000356495 protein_coding 5 1 6 PIGR ENSG00000162896 +CDS chr1 206935486 206935818 ENST00000356495 protein_coding 5 1 5 PIGR ENSG00000162896 +CDS chr1 206937095 206937751 ENST00000356495 protein_coding 5 1 4 PIGR ENSG00000162896 +CDS chr1 206939119 206939463 ENST00000356495 protein_coding 5 1 3 PIGR ENSG00000162896 +CDS chr1 206940489 206940531 ENST00000356495 protein_coding 5 1 2 PIGR ENSG00000162896 +transcript chr1 206957967 206970460 ENST00000324852 protein_coding 9 2 NA FCAMR ENSG00000162897 +transcript chr1 206957967 206970625 ENST00000400962 protein_coding 8 5 NA FCAMR ENSG00000162897 +transcript chr1 206958165 206970482 ENST00000450945 protein_coding 3 1 NA FCAMR ENSG00000162897 +CDS chr1 206958519 206958676 ENST00000324852 protein_coding 9 2 8 FCAMR ENSG00000162897 +CDS chr1 206958653 206958676 ENST00000400962 protein_coding 8 5 7 FCAMR ENSG00000162897 +CDS chr1 206958653 206958676 ENST00000450945 protein_coding 3 1 8 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000324852 protein_coding 9 2 7 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000400962 protein_coding 8 5 6 FCAMR ENSG00000162897 +CDS chr1 206959679 206959797 ENST00000450945 protein_coding 3 1 7 FCAMR ENSG00000162897 +CDS chr1 206960422 206961223 ENST00000324852 protein_coding 9 2 6 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000324852 protein_coding 9 2 5 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000400962 protein_coding 8 5 5 FCAMR ENSG00000162897 +CDS chr1 206962213 206962551 ENST00000450945 protein_coding 3 1 6 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000324852 protein_coding 9 2 4 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000400962 protein_coding 8 5 4 FCAMR ENSG00000162897 +CDS chr1 206965715 206965858 ENST00000450945 protein_coding 3 1 5 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000324852 protein_coding 9 2 3 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000400962 protein_coding 8 5 3 FCAMR ENSG00000162897 +CDS chr1 206967052 206967112 ENST00000450945 protein_coding 3 1 4 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000324852 protein_coding 9 2 2 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000400962 protein_coding 8 5 2 FCAMR ENSG00000162897 +CDS chr1 206967583 206967651 ENST00000450945 protein_coding 3 1 3 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000324852 protein_coding 9 2 1 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000400962 protein_coding 8 5 1 FCAMR ENSG00000162897 +CDS chr1 206970087 206970125 ENST00000450945 protein_coding 3 1 2 FCAMR ENSG00000162897 +transcript chr1 207018522 207032756 ENST00000359470 protein_coding 6 1 NA C1orf116 ENSG00000182795 +transcript chr1 207020695 207032756 ENST00000461135 protein_coding 2 2 NA C1orf116 ENSG00000182795 +CDS chr1 207021961 207023480 ENST00000359470 protein_coding 6 1 4 C1orf116 ENSG00000182795 +CDS chr1 207021961 207023025 ENST00000461135 protein_coding 2 2 3 C1orf116 ENSG00000182795 +CDS chr1 207024887 207025064 ENST00000359470 protein_coding 6 1 3 C1orf116 ENSG00000182795 +CDS chr1 207027494 207027598 ENST00000359470 protein_coding 6 1 2 C1orf116 ENSG00000182795 +transcript chr1 207034366 207063209 ENST00000545806 protein_coding 5 5 NA PFKFB2 ENSG00000123836 +transcript chr1 207034416 207062014 ENST00000618513 protein_coding 4 4 NA PFKFB2 ENSG00000123836 +transcript chr1 207043849 207051208 ENST00000315927 protein_coding 9 1 NA YOD1 ENSG00000180667 +transcript chr1 207043849 207052980 ENST00000367084 protein_coding 1 2 NA YOD1 ENSG00000180667 +CDS chr1 207049023 207049723 ENST00000315927 protein_coding 9 1 2 YOD1 ENSG00000180667 +CDS chr1 207049023 207049723 ENST00000367084 protein_coding 1 2 4 YOD1 ENSG00000180667 +CDS chr1 207050688 207051030 ENST00000315927 protein_coding 9 1 1 YOD1 ENSG00000180667 +CDS chr1 207050688 207050847 ENST00000367084 protein_coding 1 2 3 YOD1 ENSG00000180667 +CDS chr1 207052185 207052235 ENST00000367084 protein_coding 1 2 2 YOD1 ENSG00000180667 +transcript chr1 207053275 207077817 ENST00000367080 protein_coding 8 1 NA PFKFB2 ENSG00000123836 +transcript chr1 207053311 207081024 ENST00000367079 protein_coding 3 1 NA PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000545806 protein_coding 5 5 3 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000618513 protein_coding 4 4 5 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000367080 protein_coding 8 1 2 PFKFB2 ENSG00000123836 +CDS chr1 207054718 207054802 ENST00000367079 protein_coding 3 1 2 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000545806 protein_coding 5 5 4 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062014 ENST00000618513 protein_coding 4 4 6 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000367080 protein_coding 8 1 3 PFKFB2 ENSG00000123836 +CDS chr1 207061953 207062078 ENST00000367079 protein_coding 3 1 3 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000545806 protein_coding 5 5 5 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000367080 protein_coding 8 1 4 PFKFB2 ENSG00000123836 +CDS chr1 207062620 207062716 ENST00000367079 protein_coding 3 1 4 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000545806 protein_coding 5 5 6 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000367080 protein_coding 8 1 5 PFKFB2 ENSG00000123836 +CDS chr1 207063143 207063209 ENST00000367079 protein_coding 3 1 5 PFKFB2 ENSG00000123836 +CDS chr1 207063347 207063421 ENST00000367080 protein_coding 8 1 6 PFKFB2 ENSG00000123836 +CDS chr1 207063347 207063421 ENST00000367079 protein_coding 3 1 6 PFKFB2 ENSG00000123836 +CDS chr1 207063773 207063829 ENST00000367080 protein_coding 8 1 7 PFKFB2 ENSG00000123836 +CDS chr1 207063773 207063829 ENST00000367079 protein_coding 3 1 7 PFKFB2 ENSG00000123836 +CDS chr1 207065036 207065160 ENST00000367080 protein_coding 8 1 8 PFKFB2 ENSG00000123836 +CDS chr1 207065036 207065160 ENST00000367079 protein_coding 3 1 8 PFKFB2 ENSG00000123836 +CDS chr1 207067499 207067706 ENST00000367080 protein_coding 8 1 9 PFKFB2 ENSG00000123836 +CDS chr1 207067499 207067706 ENST00000367079 protein_coding 3 1 9 PFKFB2 ENSG00000123836 +CDS chr1 207068163 207068309 ENST00000367080 protein_coding 8 1 10 PFKFB2 ENSG00000123836 +CDS chr1 207068163 207068309 ENST00000367079 protein_coding 3 1 10 PFKFB2 ENSG00000123836 +CDS chr1 207069424 207069528 ENST00000367080 protein_coding 8 1 11 PFKFB2 ENSG00000123836 +CDS chr1 207069424 207069528 ENST00000367079 protein_coding 3 1 11 PFKFB2 ENSG00000123836 +CDS chr1 207070280 207070409 ENST00000367080 protein_coding 8 1 12 PFKFB2 ENSG00000123836 +CDS chr1 207070280 207070409 ENST00000367079 protein_coding 3 1 12 PFKFB2 ENSG00000123836 +CDS chr1 207071188 207071250 ENST00000367080 protein_coding 8 1 13 PFKFB2 ENSG00000123836 +CDS chr1 207071188 207071250 ENST00000367079 protein_coding 3 1 13 PFKFB2 ENSG00000123836 +CDS chr1 207071509 207071573 ENST00000367080 protein_coding 8 1 14 PFKFB2 ENSG00000123836 +CDS chr1 207071509 207071573 ENST00000367079 protein_coding 3 1 14 PFKFB2 ENSG00000123836 +CDS chr1 207072204 207072368 ENST00000367080 protein_coding 8 1 15 PFKFB2 ENSG00000123836 +CDS chr1 207078954 207079016 ENST00000367079 protein_coding 3 1 15 PFKFB2 ENSG00000123836 +transcript chr1 207088860 207099993 ENST00000367078 protein_coding 8 1 NA C4BPB ENSG00000123843 +transcript chr1 207089213 207098189 ENST00000452902 protein_coding 6 3 NA C4BPB ENSG00000123843 +transcript chr1 207089238 207099993 ENST00000243611 protein_coding 9 1 NA C4BPB ENSG00000123843 +transcript chr1 207089239 207099993 ENST00000367076 protein_coding 7 1 NA C4BPB ENSG00000123843 +transcript chr1 207089283 207099990 ENST00000391923 protein_coding 1 5 NA C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000367078 protein_coding 8 1 2 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000452902 protein_coding 6 3 2 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000243611 protein_coding 9 1 1 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000367076 protein_coding 7 1 1 C4BPB ENSG00000123843 +CDS chr1 207089532 207089589 ENST00000391923 protein_coding 1 5 2 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000367078 protein_coding 8 1 3 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000452902 protein_coding 6 3 3 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000243611 protein_coding 9 1 2 C4BPB ENSG00000123843 +CDS chr1 207090308 207090481 ENST00000391923 protein_coding 1 5 3 C4BPB ENSG00000123843 +CDS chr1 207090311 207090481 ENST00000367076 protein_coding 7 1 2 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000367078 protein_coding 8 1 4 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000452902 protein_coding 6 3 4 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000243611 protein_coding 9 1 3 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000367076 protein_coding 7 1 3 C4BPB ENSG00000123843 +CDS chr1 207091644 207091820 ENST00000391923 protein_coding 1 5 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000367078 protein_coding 8 1 5 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000452902 protein_coding 6 3 5 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000243611 protein_coding 9 1 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000367076 protein_coding 7 1 4 C4BPB ENSG00000123843 +CDS chr1 207096522 207096615 ENST00000391923 protein_coding 1 5 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000367078 protein_coding 8 1 6 C4BPB ENSG00000123843 +CDS chr1 207098150 207098189 ENST00000452902 protein_coding 6 3 6 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000243611 protein_coding 9 1 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000367076 protein_coding 7 1 5 C4BPB ENSG00000123843 +CDS chr1 207098150 207098264 ENST00000391923 protein_coding 1 5 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000367078 protein_coding 8 1 7 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000243611 protein_coding 9 1 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000367076 protein_coding 7 1 6 C4BPB ENSG00000123843 +CDS chr1 207099789 207099926 ENST00000391923 protein_coding 1 5 7 C4BPB ENSG00000123843 +transcript chr1 207104233 207144972 ENST00000367070 protein_coding 8 1 NA C4BPA ENSG00000123838 +transcript chr1 207104306 207123949 ENST00000421786 protein_coding 5 4 NA C4BPA ENSG00000123838 +CDS chr1 207113026 207113167 ENST00000367070 protein_coding 8 1 2 C4BPA ENSG00000123838 +CDS chr1 207113026 207113167 ENST00000421786 protein_coding 5 4 2 C4BPA ENSG00000123838 +CDS chr1 207114100 207114285 ENST00000367070 protein_coding 8 1 3 C4BPA ENSG00000123838 +CDS chr1 207114100 207114285 ENST00000421786 protein_coding 5 4 3 C4BPA ENSG00000123838 +CDS chr1 207115416 207115515 ENST00000367070 protein_coding 8 1 4 C4BPA ENSG00000123838 +CDS chr1 207115416 207115515 ENST00000421786 protein_coding 5 4 4 C4BPA ENSG00000123838 +CDS chr1 207123922 207124007 ENST00000367070 protein_coding 8 1 5 C4BPA ENSG00000123838 +CDS chr1 207123922 207123949 ENST00000421786 protein_coding 5 4 5 C4BPA ENSG00000123838 +CDS chr1 207124175 207124366 ENST00000367070 protein_coding 8 1 6 C4BPA ENSG00000123838 +CDS chr1 207126713 207126895 ENST00000367070 protein_coding 8 1 7 C4BPA ENSG00000123838 +CDS chr1 207131546 207131740 ENST00000367070 protein_coding 8 1 8 C4BPA ENSG00000123838 +CDS chr1 207134404 207134592 ENST00000367070 protein_coding 8 1 9 C4BPA ENSG00000123838 +CDS chr1 207141106 207141276 ENST00000367070 protein_coding 8 1 10 C4BPA ENSG00000123838 +CDS chr1 207143818 207143993 ENST00000367070 protein_coding 8 1 11 C4BPA ENSG00000123838 +CDS chr1 207144544 207144714 ENST00000367070 protein_coding 8 1 12 C4BPA ENSG00000123838 +transcript chr1 207321532 207340766 ENST00000367063 protein_coding 6 1 NA CD55 ENSG00000196352 +transcript chr1 207321643 207359713 ENST00000391921 protein_coding 9 1 NA CD55 ENSG00000196352 +transcript chr1 207321643 207360336 ENST00000645323 protein_coding 1 NA NA CD55 ENSG00000196352 +transcript chr1 207321678 207360966 ENST00000367064 protein_coding 9 1 NA CD55 ENSG00000196352 +transcript chr1 207321701 207360501 ENST00000314754 protein_coding 12 1 NA CD55 ENSG00000196352 +transcript chr1 207321748 207359876 ENST00000644836 protein_coding 1 NA NA CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000367064 protein_coding 9 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000367063 protein_coding 6 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000391921 protein_coding 9 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000645323 protein_coding 1 NA 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000314754 protein_coding 12 1 1 CD55 ENSG00000196352 +CDS chr1 207321766 207321865 ENST00000644836 protein_coding 1 NA 1 CD55 ENSG00000196352 +transcript chr1 207321791 207336788 ENST00000343420 protein_coding 6 5 NA CD55 ENSG00000196352 +CDS chr1 207321791 207321865 ENST00000343420 protein_coding 6 5 1 CD55 ENSG00000196352 +CDS chr1 207322236 207322289 ENST00000343420 protein_coding 6 5 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000367064 protein_coding 9 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000367063 protein_coding 6 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000391921 protein_coding 9 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000645323 protein_coding 1 NA 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000314754 protein_coding 12 1 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000644836 protein_coding 1 NA 2 CD55 ENSG00000196352 +CDS chr1 207322382 207322567 ENST00000343420 protein_coding 6 5 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000367064 protein_coding 9 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000367063 protein_coding 6 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000645323 protein_coding 1 NA 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000314754 protein_coding 12 1 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000644836 protein_coding 1 NA 3 CD55 ENSG00000196352 +CDS chr1 207324559 207324750 ENST00000343420 protein_coding 6 5 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000367064 protein_coding 9 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000367063 protein_coding 6 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000391921 protein_coding 9 1 3 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000645323 protein_coding 1 NA 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000314754 protein_coding 12 1 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000644836 protein_coding 1 NA 4 CD55 ENSG00000196352 +CDS chr1 207325622 207325721 ENST00000343420 protein_coding 6 5 5 CD55 ENSG00000196352 +transcript chr1 207325640 207373246 ENST00000618707 protein_coding 2 NA NA CD55 ENSG00000196352 +CDS chr1 207325640 207325721 ENST00000618707 protein_coding 2 NA 1 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000367064 protein_coding 9 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000367063 protein_coding 6 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000391921 protein_coding 9 1 4 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000645323 protein_coding 1 NA 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000314754 protein_coding 12 1 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000644836 protein_coding 1 NA 5 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000343420 protein_coding 6 5 6 CD55 ENSG00000196352 +CDS chr1 207326752 207326837 ENST00000618707 protein_coding 2 NA 2 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000367064 protein_coding 9 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000367063 protein_coding 6 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000391921 protein_coding 9 1 5 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000645323 protein_coding 1 NA 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000314754 protein_coding 12 1 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000644836 protein_coding 1 NA 6 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000343420 protein_coding 6 5 7 CD55 ENSG00000196352 +CDS chr1 207331108 207331296 ENST00000618707 protein_coding 2 NA 3 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000367064 protein_coding 9 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000367063 protein_coding 6 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000391921 protein_coding 9 1 6 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000645323 protein_coding 1 NA 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000314754 protein_coding 12 1 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000644836 protein_coding 1 NA 7 CD55 ENSG00000196352 +CDS chr1 207336693 207336788 ENST00000343420 protein_coding 6 5 8 CD55 ENSG00000196352 +CDS chr1 207336693 207336818 ENST00000618707 protein_coding 2 NA 4 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000367064 protein_coding 9 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000367063 protein_coding 6 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000391921 protein_coding 9 1 7 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000645323 protein_coding 1 NA 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000314754 protein_coding 12 1 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000644836 protein_coding 1 NA 8 CD55 ENSG00000196352 +CDS chr1 207337329 207337409 ENST00000618707 protein_coding 2 NA 5 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000367064 protein_coding 9 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000367063 protein_coding 6 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000391921 protein_coding 9 1 8 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000645323 protein_coding 1 NA 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000314754 protein_coding 12 1 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000644836 protein_coding 1 NA 9 CD55 ENSG00000196352 +CDS chr1 207339397 207339417 ENST00000618707 protein_coding 2 NA 6 CD55 ENSG00000196352 +CDS chr1 207340391 207340641 ENST00000367063 protein_coding 6 1 10 CD55 ENSG00000196352 +CDS chr1 207340391 207340508 ENST00000314754 protein_coding 12 1 10 CD55 ENSG00000196352 +CDS chr1 207347447 207347561 ENST00000645323 protein_coding 1 NA 10 CD55 ENSG00000196352 +CDS chr1 207354007 207354077 ENST00000644836 protein_coding 1 NA 10 CD55 ENSG00000196352 +CDS chr1 207359546 207359607 ENST00000367064 protein_coding 9 1 10 CD55 ENSG00000196352 +CDS chr1 207359546 207359607 ENST00000391921 protein_coding 9 1 9 CD55 ENSG00000196352 +CDS chr1 207359546 207359666 ENST00000645323 protein_coding 1 NA 11 CD55 ENSG00000196352 +CDS chr1 207359546 207359666 ENST00000314754 protein_coding 12 1 11 CD55 ENSG00000196352 +CDS chr1 207367370 207367487 ENST00000618707 protein_coding 2 NA 7 CD55 ENSG00000196352 +CDS chr1 207372769 207372868 ENST00000618707 protein_coding 2 NA 8 CD55 ENSG00000196352 +transcript chr1 207454230 207489895 ENST00000367058 protein_coding 7 1 NA CR2 ENSG00000117322 +transcript chr1 207454230 207489895 ENST00000367059 protein_coding 3 1 NA CR2 ENSG00000117322 +transcript chr1 207454328 207489892 ENST00000367057 protein_coding 8 1 NA CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367058 protein_coding 7 1 1 CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367059 protein_coding 3 1 1 CR2 ENSG00000117322 +CDS chr1 207454419 207454476 ENST00000367057 protein_coding 8 1 1 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367058 protein_coding 7 1 2 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367059 protein_coding 3 1 2 CR2 ENSG00000117322 +CDS chr1 207466526 207466912 ENST00000367057 protein_coding 8 1 2 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367058 protein_coding 7 1 3 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367059 protein_coding 3 1 3 CR2 ENSG00000117322 +CDS chr1 207468527 207468715 ENST00000367057 protein_coding 8 1 3 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367058 protein_coding 7 1 4 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367059 protein_coding 3 1 4 CR2 ENSG00000117322 +CDS chr1 207468800 207468899 ENST00000367057 protein_coding 8 1 4 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367058 protein_coding 7 1 5 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367059 protein_coding 3 1 5 CR2 ENSG00000117322 +CDS chr1 207469150 207469232 ENST00000367057 protein_coding 8 1 5 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367058 protein_coding 7 1 6 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367059 protein_coding 3 1 6 CR2 ENSG00000117322 +CDS chr1 207469695 207470102 ENST00000367057 protein_coding 8 1 6 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367058 protein_coding 7 1 7 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367059 protein_coding 3 1 7 CR2 ENSG00000117322 +CDS chr1 207470740 207470916 ENST00000367057 protein_coding 8 1 7 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367058 protein_coding 7 1 8 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367059 protein_coding 3 1 8 CR2 ENSG00000117322 +CDS chr1 207470997 207471087 ENST00000367057 protein_coding 8 1 8 CR2 ENSG00000117322 +transcript chr1 207471068 207472902 ENST00000640301 protein_coding 1 1 NA CR2 ENSG00000117322 +CDS chr1 207471068 207471087 ENST00000640301 protein_coding 1 1 1 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367058 protein_coding 7 1 9 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367059 protein_coding 3 1 9 CR2 ENSG00000117322 +CDS chr1 207471423 207471499 ENST00000367057 protein_coding 8 1 9 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367058 protein_coding 7 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367059 protein_coding 3 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207473179 ENST00000367057 protein_coding 8 1 10 CR2 ENSG00000117322 +CDS chr1 207472772 207472868 ENST00000640301 protein_coding 1 1 2 CR2 ENSG00000117322 +CDS chr1 207473545 207473721 ENST00000367057 protein_coding 8 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367058 protein_coding 7 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367059 protein_coding 3 1 11 CR2 ENSG00000117322 +CDS chr1 207473801 207473885 ENST00000367057 protein_coding 8 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367058 protein_coding 7 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367059 protein_coding 3 1 12 CR2 ENSG00000117322 +CDS chr1 207474241 207474323 ENST00000367057 protein_coding 8 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367058 protein_coding 7 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367059 protein_coding 3 1 13 CR2 ENSG00000117322 +CDS chr1 207474824 207475216 ENST00000367057 protein_coding 8 1 14 CR2 ENSG00000117322 +CDS chr1 207476234 207476419 ENST00000367058 protein_coding 7 1 14 CR2 ENSG00000117322 +CDS chr1 207476234 207476419 ENST00000367057 protein_coding 8 1 15 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367058 protein_coding 7 1 15 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367059 protein_coding 3 1 14 CR2 ENSG00000117322 +CDS chr1 207477885 207478070 ENST00000367057 protein_coding 8 1 16 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367058 protein_coding 7 1 16 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367059 protein_coding 3 1 15 CR2 ENSG00000117322 +CDS chr1 207479257 207479280 ENST00000367057 protein_coding 8 1 17 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367058 protein_coding 7 1 17 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367059 protein_coding 3 1 16 CR2 ENSG00000117322 +CDS chr1 207479978 207480053 ENST00000367057 protein_coding 8 1 18 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367058 protein_coding 7 1 18 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367059 protein_coding 3 1 17 CR2 ENSG00000117322 +CDS chr1 207485464 207485551 ENST00000367057 protein_coding 8 1 19 CR2 ENSG00000117322 +transcript chr1 207496147 207641765 ENST00000400960 protein_coding 7 1 NA CR1 ENSG00000203710 +transcript chr1 207496157 207641765 ENST00000367049 protein_coding 9 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367051 protein_coding 6 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367053 protein_coding 6 5 NA CR1 ENSG00000203710 +transcript chr1 207496243 207640212 ENST00000367052 protein_coding 6 5 NA CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000400960 protein_coding 7 1 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367051 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367053 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367052 protein_coding 6 5 1 CR1 ENSG00000203710 +CDS chr1 207496268 207496388 ENST00000367049 protein_coding 9 5 1 CR1 ENSG00000203710 +transcript chr1 207496341 207630627 ENST00000529814 protein_coding 1 5 NA CR1 ENSG00000203710 +CDS chr1 207496341 207496388 ENST00000529814 protein_coding 1 5 1 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000400960 protein_coding 7 1 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367051 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367053 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367052 protein_coding 6 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000367049 protein_coding 9 5 2 CR1 ENSG00000203710 +CDS chr1 207505904 207506083 ENST00000529814 protein_coding 1 5 2 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000400960 protein_coding 7 1 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367051 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367053 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367052 protein_coding 6 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000367049 protein_coding 9 5 3 CR1 ENSG00000203710 +CDS chr1 207506714 207506813 ENST00000529814 protein_coding 1 5 3 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000400960 protein_coding 7 1 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367051 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367053 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367052 protein_coding 6 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000367049 protein_coding 9 5 4 CR1 ENSG00000203710 +CDS chr1 207511569 207511654 ENST00000529814 protein_coding 1 5 4 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000400960 protein_coding 7 1 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367053 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367052 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000367049 protein_coding 9 5 5 CR1 ENSG00000203710 +CDS chr1 207523611 207524009 ENST00000529814 protein_coding 1 5 5 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000400960 protein_coding 7 1 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367053 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367052 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207526753 207526929 ENST00000367049 protein_coding 9 5 6 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000400960 protein_coding 7 1 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367053 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367052 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207527021 207527123 ENST00000367049 protein_coding 9 5 7 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000400960 protein_coding 7 1 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367053 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367052 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207528716 207528801 ENST00000367049 protein_coding 9 5 8 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000400960 protein_coding 7 1 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367053 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367052 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207532180 207532398 ENST00000367049 protein_coding 9 5 9 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000400960 protein_coding 7 1 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367053 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367052 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207533409 207533588 ENST00000367049 protein_coding 9 5 10 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000400960 protein_coding 7 1 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367053 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367052 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207534197 207534296 ENST00000367049 protein_coding 9 5 11 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000400960 protein_coding 7 1 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367053 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367052 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207539981 207540066 ENST00000367049 protein_coding 9 5 12 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000400960 protein_coding 7 1 13 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367051 protein_coding 6 5 5 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367052 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207542182 207542580 ENST00000367049 protein_coding 9 5 13 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367051 protein_coding 6 5 6 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367052 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000367049 protein_coding 9 5 14 CR1 ENSG00000203710 +CDS chr1 207545308 207545484 ENST00000529814 protein_coding 1 5 6 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367051 protein_coding 6 5 7 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367052 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207545576 207545678 ENST00000367049 protein_coding 9 5 15 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367051 protein_coding 6 5 8 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367052 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207547271 207547356 ENST00000367049 protein_coding 9 5 16 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367051 protein_coding 6 5 9 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367052 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207550735 207550953 ENST00000367049 protein_coding 9 5 17 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367051 protein_coding 6 5 10 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367052 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207551964 207552143 ENST00000367049 protein_coding 9 5 18 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367051 protein_coding 6 5 11 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367052 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207552752 207552851 ENST00000367049 protein_coding 9 5 19 CR1 ENSG00000203710 +CDS chr1 207558538 207558623 ENST00000367051 protein_coding 6 5 12 CR1 ENSG00000203710 +CDS chr1 207558538 207558623 ENST00000367049 protein_coding 9 5 20 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367051 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367053 protein_coding 6 5 13 CR1 ENSG00000203710 +CDS chr1 207560739 207561137 ENST00000367049 protein_coding 9 5 21 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000400960 protein_coding 7 1 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367051 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367053 protein_coding 6 5 14 CR1 ENSG00000203710 +CDS chr1 207563864 207564040 ENST00000367049 protein_coding 9 5 22 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000400960 protein_coding 7 1 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367051 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367053 protein_coding 6 5 15 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000367049 protein_coding 9 5 23 CR1 ENSG00000203710 +CDS chr1 207564132 207564234 ENST00000529814 protein_coding 1 5 7 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000400960 protein_coding 7 1 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367051 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367053 protein_coding 6 5 16 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000367049 protein_coding 9 5 24 CR1 ENSG00000203710 +CDS chr1 207565838 207565923 ENST00000529814 protein_coding 1 5 8 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000400960 protein_coding 7 1 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367051 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367053 protein_coding 6 5 17 CR1 ENSG00000203710 +CDS chr1 207567824 207568042 ENST00000367049 protein_coding 9 5 25 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000400960 protein_coding 7 1 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367051 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367053 protein_coding 6 5 18 CR1 ENSG00000203710 +CDS chr1 207569059 207569238 ENST00000367049 protein_coding 9 5 26 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000400960 protein_coding 7 1 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367051 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367053 protein_coding 6 5 19 CR1 ENSG00000203710 +CDS chr1 207569847 207569946 ENST00000367049 protein_coding 9 5 27 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000400960 protein_coding 7 1 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367051 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367053 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367052 protein_coding 6 5 20 CR1 ENSG00000203710 +CDS chr1 207575595 207575680 ENST00000367049 protein_coding 9 5 28 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000400960 protein_coding 7 1 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367051 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367053 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367052 protein_coding 6 5 21 CR1 ENSG00000203710 +CDS chr1 207577805 207578203 ENST00000367049 protein_coding 9 5 29 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000400960 protein_coding 7 1 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367051 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367053 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367052 protein_coding 6 5 22 CR1 ENSG00000203710 +CDS chr1 207580240 207580416 ENST00000367049 protein_coding 9 5 30 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000400960 protein_coding 7 1 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367051 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367053 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367052 protein_coding 6 5 23 CR1 ENSG00000203710 +CDS chr1 207580511 207580613 ENST00000367049 protein_coding 9 5 31 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000400960 protein_coding 7 1 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367051 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367053 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367052 protein_coding 6 5 24 CR1 ENSG00000203710 +CDS chr1 207581918 207582003 ENST00000367049 protein_coding 9 5 32 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000400960 protein_coding 7 1 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367051 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367053 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367052 protein_coding 6 5 25 CR1 ENSG00000203710 +CDS chr1 207584649 207584876 ENST00000367049 protein_coding 9 5 33 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000400960 protein_coding 7 1 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367051 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367053 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367052 protein_coding 6 5 26 CR1 ENSG00000203710 +CDS chr1 207587386 207587565 ENST00000367049 protein_coding 9 5 34 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000400960 protein_coding 7 1 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367051 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367053 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367052 protein_coding 6 5 27 CR1 ENSG00000203710 +CDS chr1 207588675 207588774 ENST00000367049 protein_coding 9 5 35 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000400960 protein_coding 7 1 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367051 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367053 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367052 protein_coding 6 5 28 CR1 ENSG00000203710 +CDS chr1 207607251 207607336 ENST00000367049 protein_coding 9 5 36 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000400960 protein_coding 7 1 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367051 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367053 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367052 protein_coding 6 5 29 CR1 ENSG00000203710 +CDS chr1 207609290 207609688 ENST00000367049 protein_coding 9 5 37 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000400960 protein_coding 7 1 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367051 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367053 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367052 protein_coding 6 5 30 CR1 ENSG00000203710 +CDS chr1 207611677 207611853 ENST00000367049 protein_coding 9 5 38 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000400960 protein_coding 7 1 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367051 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367053 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367052 protein_coding 6 5 31 CR1 ENSG00000203710 +CDS chr1 207611939 207612041 ENST00000367049 protein_coding 9 5 39 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000400960 protein_coding 7 1 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367051 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367053 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367052 protein_coding 6 5 32 CR1 ENSG00000203710 +CDS chr1 207614404 207614489 ENST00000367049 protein_coding 9 5 40 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000400960 protein_coding 7 1 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367051 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367053 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367052 protein_coding 6 5 33 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000367049 protein_coding 9 5 41 CR1 ENSG00000203710 +CDS chr1 207616575 207616802 ENST00000529814 protein_coding 1 5 9 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000400960 protein_coding 7 1 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367051 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367053 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367052 protein_coding 6 5 34 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000367049 protein_coding 9 5 42 CR1 ENSG00000203710 +CDS chr1 207618071 207618247 ENST00000529814 protein_coding 1 5 10 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000400960 protein_coding 7 1 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367051 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367053 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367052 protein_coding 6 5 35 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000367049 protein_coding 9 5 43 CR1 ENSG00000203710 +CDS chr1 207619880 207620065 ENST00000529814 protein_coding 1 5 11 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000400960 protein_coding 7 1 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367051 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367053 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367052 protein_coding 6 5 36 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000367049 protein_coding 9 5 44 CR1 ENSG00000203710 +CDS chr1 207621973 207621996 ENST00000529814 protein_coding 1 5 12 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000400960 protein_coding 7 1 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367051 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367053 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367052 protein_coding 6 5 37 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000367049 protein_coding 9 5 45 CR1 ENSG00000203710 +CDS chr1 207622993 207623068 ENST00000529814 protein_coding 1 5 13 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000400960 protein_coding 7 1 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367051 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367053 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367052 protein_coding 6 5 38 CR1 ENSG00000203710 +CDS chr1 207630517 207630621 ENST00000367049 protein_coding 9 5 46 CR1 ENSG00000203710 +CDS chr1 207630517 207630627 ENST00000529814 protein_coding 1 5 14 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000400960 protein_coding 7 1 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367051 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367053 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367052 protein_coding 6 5 39 CR1 ENSG00000203710 +CDS chr1 207639397 207639406 ENST00000367049 protein_coding 9 5 47 CR1 ENSG00000203710 +transcript chr1 207645133 207723703 ENST00000508064 protein_coding 7 1 NA CR1L ENSG00000197721 +CDS chr1 207645234 207645330 ENST00000508064 protein_coding 7 1 1 CR1L ENSG00000197721 +CDS chr1 207677389 207677568 ENST00000508064 protein_coding 7 1 2 CR1L ENSG00000197721 +CDS chr1 207678198 207678297 ENST00000508064 protein_coding 7 1 3 CR1L ENSG00000197721 +CDS chr1 207683872 207683957 ENST00000508064 protein_coding 7 1 4 CR1L ENSG00000197721 +CDS chr1 207694353 207694751 ENST00000508064 protein_coding 7 1 5 CR1L ENSG00000197721 +CDS chr1 207697503 207697679 ENST00000508064 protein_coding 7 1 6 CR1L ENSG00000197721 +CDS chr1 207697771 207697873 ENST00000508064 protein_coding 7 1 7 CR1L ENSG00000197721 +CDS chr1 207699189 207699274 ENST00000508064 protein_coding 7 1 8 CR1L ENSG00000197721 +CDS chr1 207701519 207701618 ENST00000508064 protein_coding 7 1 9 CR1L ENSG00000197721 +CDS chr1 207708178 207708263 ENST00000508064 protein_coding 7 1 10 CR1L ENSG00000197721 +CDS chr1 207717464 207717691 ENST00000508064 protein_coding 7 1 11 CR1L ENSG00000197721 +CDS chr1 207723618 207723682 ENST00000508064 protein_coding 7 1 12 CR1L ENSG00000197721 +transcript chr1 207752054 207795504 ENST00000367042 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000322875 protein_coding 8 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000322918 protein_coding 9 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000354848 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000357714 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000358170 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000367041 protein_coding 5 1 NA CD46 ENSG00000117335 +transcript chr1 207752057 207795513 ENST00000367047 protein_coding 5 5 NA CD46 ENSG00000117335 +transcript chr1 207752115 207795506 ENST00000360212 protein_coding 6 1 NA CD46 ENSG00000117335 +transcript chr1 207752123 207793646 ENST00000480003 protein_coding 5 5 NA CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367042 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000322875 protein_coding 8 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000322918 protein_coding 9 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000354848 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000357714 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000358170 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367041 protein_coding 5 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000367047 protein_coding 5 5 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000360212 protein_coding 6 1 1 CD46 ENSG00000117335 +CDS chr1 207752213 207752309 ENST00000480003 protein_coding 5 5 1 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000367042 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000322875 protein_coding 8 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000322918 protein_coding 9 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000354848 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000357714 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000358170 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000367041 protein_coding 5 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000360212 protein_coding 6 1 2 CD46 ENSG00000117335 +CDS chr1 207757014 207757202 ENST00000480003 protein_coding 5 5 2 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367042 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000322875 protein_coding 8 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000322918 protein_coding 9 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000354848 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000357714 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000358170 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367041 protein_coding 5 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000367047 protein_coding 5 5 2 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000360212 protein_coding 6 1 3 CD46 ENSG00000117335 +CDS chr1 207757540 207757642 ENST00000480003 protein_coding 5 5 3 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367042 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000322875 protein_coding 8 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000322918 protein_coding 9 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000354848 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000357714 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000358170 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367041 protein_coding 5 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000367047 protein_coding 5 5 3 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000360212 protein_coding 6 1 4 CD46 ENSG00000117335 +CDS chr1 207759639 207759724 ENST00000480003 protein_coding 5 5 4 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367042 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000322875 protein_coding 8 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000322918 protein_coding 9 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000354848 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000357714 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000358170 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367041 protein_coding 5 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000367047 protein_coding 5 5 4 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000360212 protein_coding 6 1 5 CD46 ENSG00000117335 +CDS chr1 207761249 207761446 ENST00000480003 protein_coding 5 5 5 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367042 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000322875 protein_coding 8 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000322918 protein_coding 9 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000354848 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000357714 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000358170 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367041 protein_coding 5 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000367047 protein_coding 5 5 5 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000360212 protein_coding 6 1 6 CD46 ENSG00000117335 +CDS chr1 207767013 207767195 ENST00000480003 protein_coding 5 5 6 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000322875 protein_coding 8 1 7 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000358170 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207767607 207767651 ENST00000367047 protein_coding 5 5 6 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000367042 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000322875 protein_coding 8 1 8 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000354848 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000358170 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000367047 protein_coding 5 5 7 CD46 ENSG00000117335 +CDS chr1 207767779 207767823 ENST00000480003 protein_coding 5 5 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367042 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000322875 protein_coding 8 1 9 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000322918 protein_coding 9 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000354848 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000357714 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000358170 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367041 protein_coding 5 1 7 CD46 ENSG00000117335 +CDS chr1 207770321 207770362 ENST00000367047 protein_coding 5 5 8 CD46 ENSG00000117335 +transcript chr1 207770339 207795224 ENST00000462968 protein_coding 2 3 NA CD46 ENSG00000117335 +CDS chr1 207770339 207770362 ENST00000462968 protein_coding 2 3 1 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367042 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000322875 protein_coding 8 1 10 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000322918 protein_coding 9 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000354848 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000357714 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000358170 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367041 protein_coding 5 1 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000367047 protein_coding 5 5 9 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000360212 protein_coding 6 1 7 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000480003 protein_coding 5 5 8 CD46 ENSG00000117335 +CDS chr1 207783292 207783330 ENST00000462968 protein_coding 2 3 2 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367042 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000322875 protein_coding 8 1 11 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000322918 protein_coding 9 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000354848 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000357714 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000358170 protein_coding 6 1 11 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367041 protein_coding 5 1 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000367047 protein_coding 5 5 10 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000360212 protein_coding 6 1 8 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000480003 protein_coding 5 5 9 CD46 ENSG00000117335 +CDS chr1 207785071 207785106 ENST00000462968 protein_coding 2 3 3 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367042 protein_coding 6 1 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000322875 protein_coding 8 1 12 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000354848 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000357714 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000358170 protein_coding 6 1 12 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367041 protein_coding 5 1 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000367047 protein_coding 5 5 11 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000360212 protein_coding 6 1 9 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000480003 protein_coding 5 5 10 CD46 ENSG00000117335 +CDS chr1 207785619 207785682 ENST00000462968 protein_coding 2 3 4 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000367042 protein_coding 6 1 12 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000358170 protein_coding 6 1 13 CD46 ENSG00000117335 +CDS chr1 207790253 207790301 ENST00000367041 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000322875 protein_coding 8 1 13 CD46 ENSG00000117335 +CDS chr1 207793519 207793592 ENST00000322918 protein_coding 9 1 10 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000354848 protein_coding 5 1 12 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000357714 protein_coding 5 1 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000367047 protein_coding 5 5 12 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000360212 protein_coding 6 1 10 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000480003 protein_coding 5 5 11 CD46 ENSG00000117335 +CDS chr1 207793519 207793588 ENST00000462968 protein_coding 2 3 5 CD46 ENSG00000117335 +transcript chr1 207880972 207911125 ENST00000310833 protein_coding 12 1 NA CD34 ENSG00000174059 +transcript chr1 207886539 207890492 ENST00000367036 protein_coding 7 1 NA CD34 ENSG00000174059 +transcript chr1 207886539 207911402 ENST00000356522 protein_coding 4 1 NA CD34 ENSG00000174059 +CDS chr1 207887741 207887923 ENST00000310833 protein_coding 12 1 8 CD34 ENSG00000174059 +CDS chr1 207887741 207887923 ENST00000367036 protein_coding 7 1 5 CD34 ENSG00000174059 +CDS chr1 207888107 207888118 ENST00000356522 protein_coding 4 1 8 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000310833 protein_coding 12 1 7 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000367036 protein_coding 7 1 4 CD34 ENSG00000174059 +CDS chr1 207888682 207888846 ENST00000356522 protein_coding 4 1 7 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000310833 protein_coding 12 1 6 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000367036 protein_coding 7 1 3 CD34 ENSG00000174059 +CDS chr1 207889161 207889213 ENST00000356522 protein_coding 4 1 6 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000310833 protein_coding 12 1 5 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000367036 protein_coding 7 1 2 CD34 ENSG00000174059 +CDS chr1 207889465 207889621 ENST00000356522 protein_coding 4 1 5 CD34 ENSG00000174059 +CDS chr1 207889715 207889837 ENST00000367036 protein_coding 7 1 1 CD34 ENSG00000174059 +CDS chr1 207897493 207897573 ENST00000310833 protein_coding 12 1 4 CD34 ENSG00000174059 +CDS chr1 207897493 207897573 ENST00000356522 protein_coding 4 1 4 CD34 ENSG00000174059 +CDS chr1 207898973 207899226 ENST00000310833 protein_coding 12 1 3 CD34 ENSG00000174059 +CDS chr1 207898973 207899226 ENST00000356522 protein_coding 4 1 3 CD34 ENSG00000174059 +CDS chr1 207899821 207900003 ENST00000310833 protein_coding 12 1 2 CD34 ENSG00000174059 +CDS chr1 207899821 207900003 ENST00000356522 protein_coding 4 1 2 CD34 ENSG00000174059 +CDS chr1 207911002 207911080 ENST00000310833 protein_coding 12 1 1 CD34 ENSG00000174059 +CDS chr1 207911002 207911080 ENST00000356522 protein_coding 4 1 1 CD34 ENSG00000174059 +transcript chr1 208022242 208244384 ENST00000367033 protein_coding 4 1 NA PLXNA2 ENSG00000076356 +CDS chr1 208027246 208027338 ENST00000367033 protein_coding 4 1 32 PLXNA2 ENSG00000076356 +CDS chr1 208028009 208028159 ENST00000367033 protein_coding 4 1 31 PLXNA2 ENSG00000076356 +CDS chr1 208028830 208029042 ENST00000367033 protein_coding 4 1 30 PLXNA2 ENSG00000076356 +CDS chr1 208031590 208031759 ENST00000367033 protein_coding 4 1 29 PLXNA2 ENSG00000076356 +CDS chr1 208033319 208033509 ENST00000367033 protein_coding 4 1 28 PLXNA2 ENSG00000076356 +CDS chr1 208034493 208034592 ENST00000367033 protein_coding 4 1 27 PLXNA2 ENSG00000076356 +CDS chr1 208038371 208038474 ENST00000367033 protein_coding 4 1 26 PLXNA2 ENSG00000076356 +CDS chr1 208038825 208038984 ENST00000367033 protein_coding 4 1 25 PLXNA2 ENSG00000076356 +CDS chr1 208039621 208039767 ENST00000367033 protein_coding 4 1 24 PLXNA2 ENSG00000076356 +CDS chr1 208039992 208040058 ENST00000367033 protein_coding 4 1 23 PLXNA2 ENSG00000076356 +CDS chr1 208042098 208042366 ENST00000367033 protein_coding 4 1 22 PLXNA2 ENSG00000076356 +CDS chr1 208043061 208043203 ENST00000367033 protein_coding 4 1 21 PLXNA2 ENSG00000076356 +CDS chr1 208044508 208044742 ENST00000367033 protein_coding 4 1 20 PLXNA2 ENSG00000076356 +CDS chr1 208045067 208045210 ENST00000367033 protein_coding 4 1 19 PLXNA2 ENSG00000076356 +CDS chr1 208045878 208046117 ENST00000367033 protein_coding 4 1 18 PLXNA2 ENSG00000076356 +CDS chr1 208051009 208051102 ENST00000367033 protein_coding 4 1 17 PLXNA2 ENSG00000076356 +CDS chr1 208051256 208051423 ENST00000367033 protein_coding 4 1 16 PLXNA2 ENSG00000076356 +CDS chr1 208052327 208052463 ENST00000367033 protein_coding 4 1 15 PLXNA2 ENSG00000076356 +CDS chr1 208054421 208054538 ENST00000367033 protein_coding 4 1 14 PLXNA2 ENSG00000076356 +CDS chr1 208060686 208060837 ENST00000367033 protein_coding 4 1 13 PLXNA2 ENSG00000076356 +CDS chr1 208079260 208079450 ENST00000367033 protein_coding 4 1 12 PLXNA2 ENSG00000076356 +CDS chr1 208082412 208082508 ENST00000367033 protein_coding 4 1 11 PLXNA2 ENSG00000076356 +CDS chr1 208084380 208084580 ENST00000367033 protein_coding 4 1 10 PLXNA2 ENSG00000076356 +CDS chr1 208092786 208092900 ENST00000367033 protein_coding 4 1 9 PLXNA2 ENSG00000076356 +CDS chr1 208096029 208096125 ENST00000367033 protein_coding 4 1 8 PLXNA2 ENSG00000076356 +CDS chr1 208096730 208096883 ENST00000367033 protein_coding 4 1 7 PLXNA2 ENSG00000076356 +CDS chr1 208098846 208098969 ENST00000367033 protein_coding 4 1 6 PLXNA2 ENSG00000076356 +CDS chr1 208103147 208103247 ENST00000367033 protein_coding 4 1 5 PLXNA2 ENSG00000076356 +CDS chr1 208142329 208142463 ENST00000367033 protein_coding 4 1 4 PLXNA2 ENSG00000076356 +CDS chr1 208210280 208210462 ENST00000367033 protein_coding 4 1 3 PLXNA2 ENSG00000076356 +CDS chr1 208216735 208217922 ENST00000367033 protein_coding 4 1 2 PLXNA2 ENSG00000076356 +transcript chr1 209583714 209613939 ENST00000361322 protein_coding 3 1 NA CAMK1G ENSG00000008118 +transcript chr1 209583717 209613927 ENST00000651530 protein_coding 1 NA NA CAMK1G ENSG00000008118 +transcript chr1 209583717 209613938 ENST00000009105 protein_coding 5 2 NA CAMK1G ENSG00000008118 +transcript chr1 209583729 209609913 ENST00000423146 protein_coding 5 3 NA CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000009105 protein_coding 5 2 2 CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000423146 protein_coding 5 3 2 CAMK1G ENSG00000008118 +CDS chr1 209594984 209595075 ENST00000361322 protein_coding 3 1 2 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000009105 protein_coding 5 2 3 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000423146 protein_coding 5 3 3 CAMK1G ENSG00000008118 +CDS chr1 209599983 209600111 ENST00000361322 protein_coding 3 1 3 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000009105 protein_coding 5 2 4 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000423146 protein_coding 5 3 4 CAMK1G ENSG00000008118 +CDS chr1 209603214 209603288 ENST00000361322 protein_coding 3 1 4 CAMK1G ENSG00000008118 +CDS chr1 209603281 209603288 ENST00000651530 protein_coding 1 NA 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000651530 protein_coding 1 NA 6 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000009105 protein_coding 5 2 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000423146 protein_coding 5 3 5 CAMK1G ENSG00000008118 +CDS chr1 209605536 209605674 ENST00000361322 protein_coding 3 1 5 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000651530 protein_coding 1 NA 7 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000009105 protein_coding 5 2 6 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000423146 protein_coding 5 3 6 CAMK1G ENSG00000008118 +CDS chr1 209606320 209606443 ENST00000361322 protein_coding 3 1 6 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000651530 protein_coding 1 NA 8 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000009105 protein_coding 5 2 7 CAMK1G ENSG00000008118 +CDS chr1 209607858 209607933 ENST00000361322 protein_coding 3 1 7 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000651530 protein_coding 1 NA 9 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000009105 protein_coding 5 2 8 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000423146 protein_coding 5 3 7 CAMK1G ENSG00000008118 +CDS chr1 209608980 209609092 ENST00000361322 protein_coding 3 1 8 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000651530 protein_coding 1 NA 10 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000009105 protein_coding 5 2 9 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609913 ENST00000423146 protein_coding 5 3 8 CAMK1G ENSG00000008118 +CDS chr1 209609851 209609929 ENST00000361322 protein_coding 3 1 9 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000651530 protein_coding 1 NA 11 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000009105 protein_coding 5 2 10 CAMK1G ENSG00000008118 +CDS chr1 209611465 209611552 ENST00000361322 protein_coding 3 1 10 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000651530 protein_coding 1 NA 12 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000009105 protein_coding 5 2 11 CAMK1G ENSG00000008118 +CDS chr1 209611792 209612216 ENST00000361322 protein_coding 3 1 11 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000651530 protein_coding 1 NA 13 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000009105 protein_coding 5 2 12 CAMK1G ENSG00000008118 +CDS chr1 209612785 209612872 ENST00000361322 protein_coding 3 1 12 CAMK1G ENSG00000008118 +transcript chr1 209614870 209652425 ENST00000356082 protein_coding 9 1 NA LAMB3 ENSG00000196878 +transcript chr1 209614875 209651334 ENST00000391911 protein_coding 5 1 NA LAMB3 ENSG00000196878 +transcript chr1 209614977 209652329 ENST00000367030 protein_coding 7 1 NA LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000356082 protein_coding 9 1 23 LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000367030 protein_coding 7 1 23 LAMB3 ENSG00000196878 +CDS chr1 209615274 209615407 ENST00000391911 protein_coding 5 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000356082 protein_coding 9 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000367030 protein_coding 7 1 22 LAMB3 ENSG00000196878 +CDS chr1 209616471 209616624 ENST00000391911 protein_coding 5 1 21 LAMB3 ENSG00000196878 +transcript chr1 209616581 209618798 ENST00000455193 protein_coding 1 2 NA LAMB3 ENSG00000196878 +CDS chr1 209616581 209616624 ENST00000455193 protein_coding 1 2 4 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000356082 protein_coding 9 1 21 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000367030 protein_coding 7 1 21 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000455193 protein_coding 1 2 3 LAMB3 ENSG00000196878 +CDS chr1 209617410 209617586 ENST00000391911 protein_coding 5 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000356082 protein_coding 9 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000367030 protein_coding 7 1 20 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000455193 protein_coding 1 2 2 LAMB3 ENSG00000196878 +CDS chr1 209617907 209618048 ENST00000391911 protein_coding 5 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000356082 protein_coding 9 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000367030 protein_coding 7 1 19 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618567 ENST00000455193 protein_coding 1 2 1 LAMB3 ENSG00000196878 +CDS chr1 209618452 209618659 ENST00000391911 protein_coding 5 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000356082 protein_coding 9 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000367030 protein_coding 7 1 18 LAMB3 ENSG00000196878 +CDS chr1 209622536 209622680 ENST00000391911 protein_coding 5 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000356082 protein_coding 9 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000367030 protein_coding 7 1 17 LAMB3 ENSG00000196878 +CDS chr1 209622982 209623179 ENST00000391911 protein_coding 5 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000356082 protein_coding 9 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000367030 protein_coding 7 1 16 LAMB3 ENSG00000196878 +CDS chr1 209623505 209623725 ENST00000391911 protein_coding 5 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000356082 protein_coding 9 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000367030 protein_coding 7 1 15 LAMB3 ENSG00000196878 +CDS chr1 209623840 209624000 ENST00000391911 protein_coding 5 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000356082 protein_coding 9 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000367030 protein_coding 7 1 14 LAMB3 ENSG00000196878 +CDS chr1 209625648 209626026 ENST00000391911 protein_coding 5 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000356082 protein_coding 9 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000367030 protein_coding 7 1 13 LAMB3 ENSG00000196878 +CDS chr1 209626867 209626978 ENST00000391911 protein_coding 5 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000356082 protein_coding 9 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000367030 protein_coding 7 1 12 LAMB3 ENSG00000196878 +CDS chr1 209627383 209627579 ENST00000391911 protein_coding 5 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000356082 protein_coding 9 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000367030 protein_coding 7 1 11 LAMB3 ENSG00000196878 +CDS chr1 209628035 209628190 ENST00000391911 protein_coding 5 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000356082 protein_coding 9 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000367030 protein_coding 7 1 10 LAMB3 ENSG00000196878 +CDS chr1 209629737 209629925 ENST00000391911 protein_coding 5 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000356082 protein_coding 9 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000367030 protein_coding 7 1 9 LAMB3 ENSG00000196878 +CDS chr1 209630615 209630735 ENST00000391911 protein_coding 5 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000356082 protein_coding 9 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000367030 protein_coding 7 1 8 LAMB3 ENSG00000196878 +CDS chr1 209632583 209632776 ENST00000391911 protein_coding 5 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000356082 protein_coding 9 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000367030 protein_coding 7 1 7 LAMB3 ENSG00000196878 +CDS chr1 209633070 209633133 ENST00000391911 protein_coding 5 1 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000356082 protein_coding 9 1 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000367030 protein_coding 7 1 6 LAMB3 ENSG00000196878 +transcript chr1 209634447 209651394 ENST00000415782 protein_coding 1 2 NA LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000415782 protein_coding 1 2 6 LAMB3 ENSG00000196878 +CDS chr1 209634447 209634638 ENST00000391911 protein_coding 5 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000356082 protein_coding 9 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000367030 protein_coding 7 1 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000415782 protein_coding 1 2 5 LAMB3 ENSG00000196878 +CDS chr1 209637908 209637981 ENST00000391911 protein_coding 5 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000356082 protein_coding 9 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000367030 protein_coding 7 1 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000415782 protein_coding 1 2 4 LAMB3 ENSG00000196878 +CDS chr1 209638534 209638648 ENST00000391911 protein_coding 5 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000356082 protein_coding 9 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000367030 protein_coding 7 1 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000415782 protein_coding 1 2 3 LAMB3 ENSG00000196878 +CDS chr1 209649964 209650118 ENST00000391911 protein_coding 5 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000356082 protein_coding 9 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000367030 protein_coding 7 1 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000415782 protein_coding 1 2 2 LAMB3 ENSG00000196878 +CDS chr1 209650917 209650944 ENST00000391911 protein_coding 5 1 1 LAMB3 ENSG00000196878 +transcript chr1 209675412 209676390 ENST00000367029 protein_coding 5 1 NA G0S2 ENSG00000123689 +CDS chr1 209675685 209675993 ENST00000367029 protein_coding 5 1 2 G0S2 ENSG00000123689 +transcript chr1 209686178 209732465 ENST00000615289 protein_coding 4 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209686180 209734949 ENST00000367028 protein_coding 6 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209686269 209734478 ENST00000261465 protein_coding 5 5 NA HSD11B1 ENSG00000117594 +transcript chr1 209704846 209734929 ENST00000367027 protein_coding 5 1 NA HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000615289 protein_coding 4 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000261465 protein_coding 5 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000367027 protein_coding 5 1 1 HSD11B1 ENSG00000117594 +CDS chr1 209704943 209705030 ENST00000367028 protein_coding 6 5 2 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000615289 protein_coding 4 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000261465 protein_coding 5 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000367027 protein_coding 5 1 2 HSD11B1 ENSG00000117594 +CDS chr1 209705811 209705941 ENST00000367028 protein_coding 6 5 3 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000615289 protein_coding 4 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000261465 protein_coding 5 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000367027 protein_coding 5 1 3 HSD11B1 ENSG00000117594 +CDS chr1 209706709 209706820 ENST00000367028 protein_coding 6 5 4 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000615289 protein_coding 4 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000261465 protein_coding 5 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000367027 protein_coding 5 1 4 HSD11B1 ENSG00000117594 +CDS chr1 209706943 209707128 ENST00000367028 protein_coding 6 5 5 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732465 ENST00000615289 protein_coding 4 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000261465 protein_coding 5 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000367027 protein_coding 5 1 5 HSD11B1 ENSG00000117594 +CDS chr1 209732436 209732579 ENST00000367028 protein_coding 6 5 6 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734478 ENST00000261465 protein_coding 5 5 7 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734518 ENST00000367027 protein_coding 5 1 6 HSD11B1 ENSG00000117594 +CDS chr1 209734304 209734518 ENST00000367028 protein_coding 6 5 7 HSD11B1 ENSG00000117594 +transcript chr1 209756032 209779655 ENST00000400959 protein_coding 7 5 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756053 209782310 ENST00000367025 protein_coding 8 1 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756136 209760117 ENST00000479796 protein_coding 5 4 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209756179 209782320 ENST00000367026 protein_coding 7 1 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209758498 209782307 ENST00000367024 protein_coding 5 2 NA TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760324 ENST00000400959 protein_coding 7 5 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760384 ENST00000367025 protein_coding 8 1 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760117 ENST00000479796 protein_coding 5 4 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760324 ENST00000367026 protein_coding 7 1 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209760040 209760384 ENST00000367024 protein_coding 5 2 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000400959 protein_coding 7 5 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367025 protein_coding 8 1 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367026 protein_coding 7 1 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762515 209762662 ENST00000367024 protein_coding 5 2 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000400959 protein_coding 7 5 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367025 protein_coding 8 1 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367026 protein_coding 7 1 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209762813 209762870 ENST00000367024 protein_coding 5 2 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000400959 protein_coding 7 5 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367025 protein_coding 8 1 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367026 protein_coding 7 1 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763068 209763092 ENST00000367024 protein_coding 5 2 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000400959 protein_coding 7 5 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367025 protein_coding 8 1 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367026 protein_coding 7 1 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763363 209763392 ENST00000367024 protein_coding 5 2 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000400959 protein_coding 7 5 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367025 protein_coding 8 1 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367026 protein_coding 7 1 8 TRAF3IP3 ENSG00000009790 +CDS chr1 209763492 209763587 ENST00000367024 protein_coding 5 2 8 TRAF3IP3 ENSG00000009790 +transcript chr1 209768488 209779656 ENST00000367023 protein_coding 5 3 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209768605 209777384 ENST00000487271 protein_coding 5 4 NA TRAF3IP3 ENSG00000009790 +transcript chr1 209768615 209782313 ENST00000477431 protein_coding 1 3 NA TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000400959 protein_coding 7 5 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367025 protein_coding 8 1 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367026 protein_coding 7 1 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209772948 209773019 ENST00000367024 protein_coding 5 2 9 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000400959 protein_coding 7 5 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367025 protein_coding 8 1 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367026 protein_coding 7 1 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775349 209775489 ENST00000367024 protein_coding 5 2 10 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000367023 protein_coding 5 3 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000487271 protein_coding 5 4 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775367 209775489 ENST00000477431 protein_coding 1 3 3 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000400959 protein_coding 7 5 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367025 protein_coding 8 1 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367026 protein_coding 7 1 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367024 protein_coding 5 2 11 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000367023 protein_coding 5 3 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000487271 protein_coding 5 4 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209775599 209775736 ENST00000477431 protein_coding 1 3 4 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000400959 protein_coding 7 5 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367025 protein_coding 8 1 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367026 protein_coding 7 1 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367024 protein_coding 5 2 12 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000367023 protein_coding 5 3 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777384 ENST00000487271 protein_coding 5 4 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209777352 209777487 ENST00000477431 protein_coding 1 3 5 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000400959 protein_coding 7 5 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367025 protein_coding 8 1 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367026 protein_coding 7 1 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367024 protein_coding 5 2 13 TRAF3IP3 ENSG00000009790 +CDS chr1 209778111 209778173 ENST00000367023 protein_coding 5 3 6 TRAF3IP3 ENSG00000009790 +transcript chr1 209779208 209784559 ENST00000294811 protein_coding 2 1 NA C1orf74 ENSG00000162757 +CDS chr1 209779315 209779374 ENST00000367025 protein_coding 8 1 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779374 ENST00000367026 protein_coding 7 1 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779374 ENST00000367024 protein_coding 5 2 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209779315 209779400 ENST00000367023 protein_coding 5 3 7 TRAF3IP3 ENSG00000009790 +CDS chr1 209779431 209779450 ENST00000400959 protein_coding 7 5 14 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367025 protein_coding 8 1 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367026 protein_coding 7 1 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209780470 209780606 ENST00000367024 protein_coding 5 2 15 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367025 protein_coding 8 1 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367026 protein_coding 7 1 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209781345 209781458 ENST00000367024 protein_coding 5 2 16 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367025 protein_coding 8 1 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367026 protein_coding 7 1 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782145 ENST00000367024 protein_coding 5 2 17 TRAF3IP3 ENSG00000009790 +CDS chr1 209782056 209782126 ENST00000477431 protein_coding 1 3 6 TRAF3IP3 ENSG00000009790 +CDS chr1 209782828 209783634 ENST00000294811 protein_coding 2 1 2 C1orf74 ENSG00000162757 +transcript chr1 209785617 209806142 ENST00000367021 protein_coding 8 1 NA IRF6 ENSG00000117595 +transcript chr1 209785623 209806175 ENST00000542854 protein_coding 5 2 NA IRF6 ENSG00000117595 +CDS chr1 209788423 209788644 ENST00000367021 protein_coding 8 1 9 IRF6 ENSG00000117595 +CDS chr1 209788423 209788644 ENST00000542854 protein_coding 5 2 7 IRF6 ENSG00000117595 +CDS chr1 209789667 209789785 ENST00000367021 protein_coding 8 1 8 IRF6 ENSG00000117595 +CDS chr1 209789667 209789785 ENST00000542854 protein_coding 5 2 6 IRF6 ENSG00000117595 +CDS chr1 209790495 209790887 ENST00000367021 protein_coding 8 1 7 IRF6 ENSG00000117595 +CDS chr1 209790495 209790887 ENST00000542854 protein_coding 5 2 5 IRF6 ENSG00000117595 +transcript chr1 209790726 209802166 ENST00000456314 protein_coding 1 3 NA IRF6 ENSG00000117595 +CDS chr1 209790726 209790887 ENST00000456314 protein_coding 1 3 6 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000367021 protein_coding 8 1 6 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000456314 protein_coding 1 3 5 IRF6 ENSG00000117595 +CDS chr1 209792269 209792427 ENST00000542854 protein_coding 5 2 4 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000367021 protein_coding 8 1 5 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000456314 protein_coding 1 3 4 IRF6 ENSG00000117595 +CDS chr1 209795290 209795418 ENST00000542854 protein_coding 5 2 3 IRF6 ENSG00000117595 +CDS chr1 209796348 209796552 ENST00000367021 protein_coding 8 1 4 IRF6 ENSG00000117595 +CDS chr1 209796348 209796552 ENST00000456314 protein_coding 1 3 3 IRF6 ENSG00000117595 +CDS chr1 209796348 209796441 ENST00000542854 protein_coding 5 2 2 IRF6 ENSG00000117595 +CDS chr1 209801240 209801413 ENST00000367021 protein_coding 8 1 3 IRF6 ENSG00000117595 +CDS chr1 209801240 209801413 ENST00000456314 protein_coding 1 3 2 IRF6 ENSG00000117595 +transcript chr1 209827972 209857565 ENST00000491415 protein_coding 7 1 NA UTP25 ENSG00000117597 +CDS chr1 209828064 209828170 ENST00000491415 protein_coding 7 1 1 UTP25 ENSG00000117597 +CDS chr1 209830108 209830147 ENST00000491415 protein_coding 7 1 2 UTP25 ENSG00000117597 +CDS chr1 209830803 209831043 ENST00000491415 protein_coding 7 1 3 UTP25 ENSG00000117597 +CDS chr1 209833185 209833358 ENST00000491415 protein_coding 7 1 4 UTP25 ENSG00000117597 +CDS chr1 209835075 209835163 ENST00000491415 protein_coding 7 1 5 UTP25 ENSG00000117597 +CDS chr1 209836801 209837211 ENST00000491415 protein_coding 7 1 6 UTP25 ENSG00000117597 +transcript chr1 209838805 209844632 ENST00000457820 protein_coding 1 2 NA UTP25 ENSG00000117597 +CDS chr1 209838805 209839128 ENST00000457820 protein_coding 1 2 1 UTP25 ENSG00000117597 +CDS chr1 209838909 209839128 ENST00000491415 protein_coding 7 1 7 UTP25 ENSG00000117597 +CDS chr1 209840853 209841055 ENST00000491415 protein_coding 7 1 8 UTP25 ENSG00000117597 +CDS chr1 209840853 209841055 ENST00000457820 protein_coding 1 2 2 UTP25 ENSG00000117597 +CDS chr1 209842265 209842447 ENST00000491415 protein_coding 7 1 9 UTP25 ENSG00000117597 +CDS chr1 209842265 209842480 ENST00000457820 protein_coding 1 2 3 UTP25 ENSG00000117597 +CDS chr1 209842583 209842695 ENST00000491415 protein_coding 7 1 10 UTP25 ENSG00000117597 +CDS chr1 209843451 209843696 ENST00000491415 protein_coding 7 1 11 UTP25 ENSG00000117597 +CDS chr1 209851204 209851444 ENST00000491415 protein_coding 7 1 12 UTP25 ENSG00000117597 +transcript chr1 209938174 210162223 ENST00000367019 protein_coding 5 1 NA SYT14 ENSG00000143469 +transcript chr1 209938174 210164286 ENST00000537238 protein_coding 5 5 NA SYT14 ENSG00000143469 +transcript chr1 209938186 210171389 ENST00000637265 protein_coding 1 5 NA SYT14 ENSG00000143469 +transcript chr1 209938251 210162326 ENST00000472886 protein_coding 5 1 NA SYT14 ENSG00000143469 +CDS chr1 209938265 209938277 ENST00000367019 protein_coding 5 1 1 SYT14 ENSG00000143469 +CDS chr1 209938265 209938277 ENST00000472886 protein_coding 5 1 1 SYT14 ENSG00000143469 +CDS chr1 209952709 209952756 ENST00000367019 protein_coding 5 1 2 SYT14 ENSG00000143469 +CDS chr1 209952709 209952756 ENST00000472886 protein_coding 5 1 2 SYT14 ENSG00000143469 +transcript chr1 209952724 210164291 ENST00000367015 protein_coding 5 1 NA SYT14 ENSG00000143469 +CDS chr1 210013633 210013797 ENST00000367019 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013633 210013797 ENST00000472886 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013686 210013797 ENST00000367015 protein_coding 5 1 3 SYT14 ENSG00000143469 +CDS chr1 210013686 210013797 ENST00000537238 protein_coding 5 5 4 SYT14 ENSG00000143469 +CDS chr1 210016004 210017099 ENST00000637265 protein_coding 1 5 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000367019 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000637265 protein_coding 1 5 5 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000472886 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000367015 protein_coding 5 1 4 SYT14 ENSG00000143469 +CDS chr1 210021039 210021254 ENST00000537238 protein_coding 5 5 5 SYT14 ENSG00000143469 +transcript chr1 210021046 210162967 ENST00000534859 protein_coding 2 1 NA SYT14 ENSG00000143469 +CDS chr1 210021046 210021254 ENST00000534859 protein_coding 2 1 1 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000367019 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000637265 protein_coding 1 5 6 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000472886 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000367015 protein_coding 5 1 5 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000534859 protein_coding 2 1 2 SYT14 ENSG00000143469 +CDS chr1 210094322 210094593 ENST00000537238 protein_coding 5 5 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000367019 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000637265 protein_coding 1 5 7 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000472886 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000367015 protein_coding 5 1 6 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000534859 protein_coding 2 1 3 SYT14 ENSG00000143469 +CDS chr1 210100012 210100461 ENST00000537238 protein_coding 5 5 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000367019 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000637265 protein_coding 1 5 8 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000472886 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000367015 protein_coding 5 1 7 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000534859 protein_coding 2 1 4 SYT14 ENSG00000143469 +CDS chr1 210155721 210155910 ENST00000537238 protein_coding 5 5 8 SYT14 ENSG00000143469 +CDS chr1 210159400 210159477 ENST00000534859 protein_coding 2 1 5 SYT14 ENSG00000143469 +CDS chr1 210159421 210159477 ENST00000367019 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210159421 210159477 ENST00000637265 protein_coding 1 5 9 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000367019 protein_coding 5 1 9 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000637265 protein_coding 1 5 10 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000472886 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000367015 protein_coding 5 1 8 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000534859 protein_coding 2 1 6 SYT14 ENSG00000143469 +CDS chr1 210160729 210161039 ENST00000537238 protein_coding 5 5 9 SYT14 ENSG00000143469 +transcript chr1 210232796 210246255 ENST00000367012 protein_coding 4 1 NA SERTAD4 ENSG00000082497 +CDS chr1 210237961 210238135 ENST00000367012 protein_coding 4 1 2 SERTAD4 ENSG00000082497 +CDS chr1 210239493 210239608 ENST00000367012 protein_coding 4 1 3 SERTAD4 ENSG00000082497 +CDS chr1 210241558 210242334 ENST00000367012 protein_coding 4 1 4 SERTAD4 ENSG00000082497 +transcript chr1 210328252 210676296 ENST00000541565 protein_coding 5 2 NA HHAT ENSG00000054392 +transcript chr1 210328252 210676296 ENST00000413764 protein_coding 6 5 NA HHAT ENSG00000054392 +transcript chr1 210328902 210676290 ENST00000261458 protein_coding 8 2 NA HHAT ENSG00000054392 +transcript chr1 210328906 210676296 ENST00000537898 protein_coding 5 2 NA HHAT ENSG00000054392 +transcript chr1 210328906 210676296 ENST00000545154 protein_coding 5 2 NA HHAT ENSG00000054392 +CDS chr1 210329011 210329104 ENST00000545154 protein_coding 5 2 1 HHAT ENSG00000054392 +transcript chr1 210329300 210676296 ENST00000367010 protein_coding 5 2 NA HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000261458 protein_coding 8 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000367010 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000537898 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000541565 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210348976 210349066 ENST00000413764 protein_coding 6 5 2 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000261458 protein_coding 8 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000367010 protein_coding 5 2 3 HHAT ENSG00000054392 +transcript chr1 210362852 210464655 ENST00000426968 protein_coding 2 1 NA HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000537898 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000541565 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000545154 protein_coding 5 2 2 HHAT ENSG00000054392 +CDS chr1 210362852 210362919 ENST00000413764 protein_coding 6 5 3 HHAT ENSG00000054392 +transcript chr1 210369715 210590542 ENST00000545781 protein_coding 2 1 NA HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000261458 protein_coding 8 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000367010 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000537898 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000541565 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000545154 protein_coding 5 2 3 HHAT ENSG00000054392 +CDS chr1 210387468 210387581 ENST00000413764 protein_coding 6 5 4 HHAT ENSG00000054392 +CDS chr1 210387498 210387581 ENST00000426968 protein_coding 2 1 2 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000261458 protein_coding 8 2 5 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000367010 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000545154 protein_coding 5 2 4 HHAT ENSG00000054392 +CDS chr1 210400468 210400662 ENST00000413764 protein_coding 6 5 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000261458 protein_coding 8 2 6 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000367010 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000426968 protein_coding 2 1 3 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000537898 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000545154 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210404464 210404679 ENST00000413764 protein_coding 6 5 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000261458 protein_coding 8 2 7 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000367010 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000426968 protein_coding 2 1 4 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000537898 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000541565 protein_coding 5 2 5 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000545154 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210418154 210418325 ENST00000413764 protein_coding 6 5 7 HHAT ENSG00000054392 +transcript chr1 210439583 210676296 ENST00000367009 protein_coding 2 2 NA HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000261458 protein_coding 8 2 8 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000367010 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000426968 protein_coding 2 1 5 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000537898 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000541565 protein_coding 5 2 6 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000545154 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210464505 210464655 ENST00000413764 protein_coding 6 5 8 HHAT ENSG00000054392 +CDS chr1 210464579 210464655 ENST00000367009 protein_coding 2 2 2 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000261458 protein_coding 8 2 9 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000367010 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000367009 protein_coding 2 2 3 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000537898 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000541565 protein_coding 5 2 7 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000545154 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210513153 210513188 ENST00000413764 protein_coding 6 5 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000261458 protein_coding 8 2 10 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000367010 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000367009 protein_coding 2 2 4 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000537898 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000541565 protein_coding 5 2 8 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000545154 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210587898 210588099 ENST00000413764 protein_coding 6 5 10 HHAT ENSG00000054392 +CDS chr1 210587962 210588207 ENST00000545781 protein_coding 2 1 4 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000261458 protein_coding 8 2 11 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000367010 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000367009 protein_coding 2 2 5 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000537898 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000541565 protein_coding 5 2 9 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000545154 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210623526 210623670 ENST00000413764 protein_coding 6 5 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000261458 protein_coding 8 2 12 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000367010 protein_coding 5 2 12 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000367009 protein_coding 2 2 6 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000537898 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000541565 protein_coding 5 2 10 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000545154 protein_coding 5 2 11 HHAT ENSG00000054392 +CDS chr1 210674288 210674376 ENST00000413764 protein_coding 6 5 12 HHAT ENSG00000054392 +transcript chr1 210676823 211134129 ENST00000367007 protein_coding 5 5 NA KCNH1 ENSG00000143473 +transcript chr1 210676832 211134091 ENST00000638498 protein_coding 1 5 NA KCNH1 ENSG00000143473 +CDS chr1 210677345 210677380 ENST00000367007 protein_coding 5 5 12 KCNH1 ENSG00000143473 +CDS chr1 210677345 210677380 ENST00000638498 protein_coding 1 5 12 KCNH1 ENSG00000143473 +transcript chr1 210678314 211134148 ENST00000271751 protein_coding 10 2 NA KCNH1 ENSG00000143473 +transcript chr1 210678315 211134165 ENST00000639952 protein_coding 1 1 NA KCNH1 ENSG00000143473 +transcript chr1 210678418 210683929 ENST00000640625 protein_coding 1 5 NA KCNH1 ENSG00000143473 +CDS chr1 210679010 210679168 ENST00000640625 protein_coding 1 5 2 KCNH1 ENSG00000143473 +transcript chr1 210681647 211019228 ENST00000638357 protein_coding 1 5 NA KCNH1 ENSG00000143473 +transcript chr1 210683281 211133945 ENST00000640044 protein_coding 1 1 NA KCNH1 ENSG00000143473 +transcript chr1 210683281 211133945 ENST00000640566 protein_coding 1 1 NA KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000271751 protein_coding 10 2 11 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000639952 protein_coding 1 1 11 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000640044 protein_coding 1 1 7 KCNH1 ENSG00000143473 +CDS chr1 210683284 210684138 ENST00000640566 protein_coding 1 1 5 KCNH1 ENSG00000143473 +CDS chr1 210683467 210684138 ENST00000367007 protein_coding 5 5 11 KCNH1 ENSG00000143473 +CDS chr1 210683467 210684138 ENST00000638498 protein_coding 1 5 11 KCNH1 ENSG00000143473 +CDS chr1 210683467 210683929 ENST00000640625 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 210684107 210684138 ENST00000638357 protein_coding 1 5 5 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000367007 protein_coding 5 5 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000638498 protein_coding 1 5 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000271751 protein_coding 10 2 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000639952 protein_coding 1 1 10 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000640044 protein_coding 1 1 6 KCNH1 ENSG00000143473 +CDS chr1 210775348 210775544 ENST00000640566 protein_coding 1 1 4 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000367007 protein_coding 5 5 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000638498 protein_coding 1 5 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000271751 protein_coding 10 2 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000639952 protein_coding 1 1 9 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000638357 protein_coding 1 5 4 KCNH1 ENSG00000143473 +CDS chr1 210797508 210797760 ENST00000640044 protein_coding 1 1 5 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000367007 protein_coding 5 5 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000638498 protein_coding 1 5 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000271751 protein_coding 10 2 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000639952 protein_coding 1 1 8 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000638357 protein_coding 1 5 3 KCNH1 ENSG00000143473 +CDS chr1 210803967 210804166 ENST00000640044 protein_coding 1 1 4 KCNH1 ENSG00000143473 +transcript chr1 210858125 211134078 ENST00000639602 protein_coding 1 5 NA NA ENSG00000284299 +transcript chr1 210858163 211134146 ENST00000638983 protein_coding 1 5 NA NA ENSG00000284299 +CDS chr1 210861001 210861194 ENST00000639602 protein_coding 1 5 7 NA ENSG00000284299 +CDS chr1 210861147 210861194 ENST00000638983 protein_coding 1 5 7 NA ENSG00000284299 +CDS chr1 210919640 210920069 ENST00000639602 protein_coding 1 5 6 NA ENSG00000284299 +CDS chr1 210919640 210920069 ENST00000367007 protein_coding 5 5 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000638498 protein_coding 1 5 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000271751 protein_coding 10 2 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000639952 protein_coding 1 1 7 KCNH1 ENSG00000143473 +CDS chr1 210919640 210920069 ENST00000638357 protein_coding 1 5 2 KCNH1 ENSG00000143473 +CDS chr1 211018783 211019256 ENST00000638498 protein_coding 1 5 6 KCNH1 ENSG00000143473 +CDS chr1 211018783 211019256 ENST00000271751 protein_coding 10 2 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019256 ENST00000639602 protein_coding 1 5 5 NA ENSG00000284299 +CDS chr1 211018864 211019256 ENST00000638983 protein_coding 1 5 6 NA ENSG00000284299 +CDS chr1 211018864 211019256 ENST00000367007 protein_coding 5 5 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019256 ENST00000639952 protein_coding 1 1 6 KCNH1 ENSG00000143473 +CDS chr1 211018864 211019228 ENST00000638357 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000639602 protein_coding 1 5 4 NA ENSG00000284299 +CDS chr1 211082780 211082898 ENST00000638983 protein_coding 1 5 5 NA ENSG00000284299 +CDS chr1 211082780 211082898 ENST00000367007 protein_coding 5 5 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000638498 protein_coding 1 5 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000271751 protein_coding 10 2 5 KCNH1 ENSG00000143473 +CDS chr1 211082780 211082898 ENST00000639952 protein_coding 1 1 5 KCNH1 ENSG00000143473 +transcript chr1 211082872 211188533 ENST00000638880 protein_coding 1 5 NA NA ENSG00000283952 +CDS chr1 211082872 211082898 ENST00000638880 protein_coding 1 5 7 NA ENSG00000283952 +CDS chr1 211090562 211090690 ENST00000638983 protein_coding 1 5 4 NA ENSG00000284299 +CDS chr1 211090562 211090690 ENST00000638880 protein_coding 1 5 6 NA ENSG00000283952 +CDS chr1 211090562 211090690 ENST00000367007 protein_coding 5 5 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000638498 protein_coding 1 5 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000271751 protein_coding 10 2 4 KCNH1 ENSG00000143473 +CDS chr1 211090562 211090690 ENST00000639952 protein_coding 1 1 4 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000639602 protein_coding 1 5 3 NA ENSG00000284299 +CDS chr1 211103496 211103602 ENST00000638983 protein_coding 1 5 3 NA ENSG00000284299 +CDS chr1 211103496 211103602 ENST00000638880 protein_coding 1 5 5 NA ENSG00000283952 +CDS chr1 211103496 211103602 ENST00000367007 protein_coding 5 5 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000638498 protein_coding 1 5 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000271751 protein_coding 10 2 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000639952 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000640044 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211103496 211103602 ENST00000640566 protein_coding 1 1 3 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000639602 protein_coding 1 5 2 NA ENSG00000284299 +CDS chr1 211107254 211107377 ENST00000638983 protein_coding 1 5 2 NA ENSG00000284299 +CDS chr1 211107254 211107276 ENST00000638880 protein_coding 1 5 4 NA ENSG00000283952 +CDS chr1 211107254 211107377 ENST00000367007 protein_coding 5 5 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000638498 protein_coding 1 5 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000271751 protein_coding 10 2 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000639952 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000640044 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211107254 211107377 ENST00000640566 protein_coding 1 1 2 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000639602 protein_coding 1 5 1 NA ENSG00000284299 +CDS chr1 211133867 211133945 ENST00000638983 protein_coding 1 5 1 NA ENSG00000284299 +CDS chr1 211133867 211133945 ENST00000367007 protein_coding 5 5 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000638498 protein_coding 1 5 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000271751 protein_coding 10 2 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000639952 protein_coding 1 1 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000640044 protein_coding 1 1 1 KCNH1 ENSG00000143473 +CDS chr1 211133867 211133945 ENST00000640566 protein_coding 1 1 1 KCNH1 ENSG00000143473 +transcript chr1 211258377 211276335 ENST00000534478 protein_coding 5 4 NA RCOR3 ENSG00000117625 +transcript chr1 211258408 211278223 ENST00000533469 protein_coding 5 4 NA RCOR3 ENSG00000117625 +transcript chr1 211259279 211314591 ENST00000367006 protein_coding 8 1 NA RCOR3 ENSG00000117625 +transcript chr1 211259366 211316385 ENST00000419091 protein_coding 7 2 NA RCOR3 ENSG00000117625 +transcript chr1 211259388 211313298 ENST00000452621 protein_coding 6 2 NA RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000367006 protein_coding 8 1 1 RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000452621 protein_coding 6 2 1 RCOR3 ENSG00000117625 +CDS chr1 211259561 211259726 ENST00000419091 protein_coding 7 2 1 RCOR3 ENSG00000117625 +transcript chr1 211259975 211316385 ENST00000367005 protein_coding 8 1 NA RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000367006 protein_coding 8 1 2 RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000452621 protein_coding 6 2 2 RCOR3 ENSG00000117625 +CDS chr1 211260108 211260164 ENST00000419091 protein_coding 7 2 2 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000534478 protein_coding 5 4 3 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000533469 protein_coding 5 4 2 RCOR3 ENSG00000117625 +CDS chr1 211260116 211260164 ENST00000367005 protein_coding 8 1 1 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000534478 protein_coding 5 4 4 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000533469 protein_coding 5 4 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000367006 protein_coding 8 1 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000452621 protein_coding 6 2 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000419091 protein_coding 7 2 3 RCOR3 ENSG00000117625 +CDS chr1 211271232 211271309 ENST00000367005 protein_coding 8 1 2 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000534478 protein_coding 5 4 5 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000533469 protein_coding 5 4 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000367006 protein_coding 8 1 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000452621 protein_coding 6 2 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000419091 protein_coding 7 2 4 RCOR3 ENSG00000117625 +CDS chr1 211274210 211274262 ENST00000367005 protein_coding 8 1 3 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276335 ENST00000534478 protein_coding 5 4 6 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000533469 protein_coding 5 4 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000367006 protein_coding 8 1 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000452621 protein_coding 6 2 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000419091 protein_coding 7 2 5 RCOR3 ENSG00000117625 +CDS chr1 211276257 211276418 ENST00000367005 protein_coding 8 1 4 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278223 ENST00000533469 protein_coding 5 4 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000367006 protein_coding 8 1 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000452621 protein_coding 6 2 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000419091 protein_coding 7 2 6 RCOR3 ENSG00000117625 +CDS chr1 211278117 211278241 ENST00000367005 protein_coding 8 1 5 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000367006 protein_coding 8 1 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000452621 protein_coding 6 2 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000419091 protein_coding 7 2 7 RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000367005 protein_coding 8 1 6 RCOR3 ENSG00000117625 +transcript chr1 211279238 211313474 ENST00000534460 protein_coding 5 3 NA RCOR3 ENSG00000117625 +CDS chr1 211279238 211279316 ENST00000534460 protein_coding 5 3 1 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000367006 protein_coding 8 1 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000452621 protein_coding 6 2 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000419091 protein_coding 7 2 8 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000367005 protein_coding 8 1 7 RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000534460 protein_coding 5 3 2 RCOR3 ENSG00000117625 +transcript chr1 211289178 211313672 ENST00000529763 protein_coding 5 5 NA RCOR3 ENSG00000117625 +CDS chr1 211289178 211289396 ENST00000529763 protein_coding 5 5 1 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000367006 protein_coding 8 1 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000452621 protein_coding 6 2 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000419091 protein_coding 7 2 9 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000367005 protein_coding 8 1 8 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000534460 protein_coding 5 3 3 RCOR3 ENSG00000117625 +CDS chr1 211295676 211295753 ENST00000529763 protein_coding 5 5 2 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000367006 protein_coding 8 1 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000452621 protein_coding 6 2 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000419091 protein_coding 7 2 10 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000367005 protein_coding 8 1 9 RCOR3 ENSG00000117625 +CDS chr1 211304083 211304140 ENST00000529763 protein_coding 5 5 3 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312991 ENST00000452621 protein_coding 6 2 11 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312961 ENST00000419091 protein_coding 7 2 11 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312961 ENST00000367005 protein_coding 8 1 10 RCOR3 ENSG00000117625 +CDS chr1 211312720 211312835 ENST00000529763 protein_coding 5 5 4 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313656 ENST00000367006 protein_coding 8 1 11 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313765 ENST00000419091 protein_coding 7 2 12 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313765 ENST00000367005 protein_coding 8 1 11 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313474 ENST00000534460 protein_coding 5 3 4 RCOR3 ENSG00000117625 +CDS chr1 211313424 211313672 ENST00000529763 protein_coding 5 5 5 RCOR3 ENSG00000117625 +transcript chr1 211326615 211374940 ENST00000336184 protein_coding 6 5 NA TRAF5 ENSG00000082512 +transcript chr1 211326833 211374946 ENST00000261464 protein_coding 10 1 NA TRAF5 ENSG00000082512 +transcript chr1 211346364 211372795 ENST00000367004 protein_coding 3 1 NA TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000336184 protein_coding 6 5 2 TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000261464 protein_coding 10 1 2 TRAF5 ENSG00000082512 +CDS chr1 211353240 211353457 ENST00000367004 protein_coding 3 1 2 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000336184 protein_coding 6 5 3 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000261464 protein_coding 10 1 3 TRAF5 ENSG00000082512 +CDS chr1 211354410 211354467 ENST00000367004 protein_coding 3 1 3 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000336184 protein_coding 6 5 4 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000261464 protein_coding 10 1 4 TRAF5 ENSG00000082512 +CDS chr1 211356367 211356468 ENST00000367004 protein_coding 3 1 4 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000336184 protein_coding 6 5 5 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000261464 protein_coding 10 1 5 TRAF5 ENSG00000082512 +CDS chr1 211359912 211360076 ENST00000367004 protein_coding 3 1 5 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000336184 protein_coding 6 5 6 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000261464 protein_coding 10 1 6 TRAF5 ENSG00000082512 +CDS chr1 211360702 211360779 ENST00000367004 protein_coding 3 1 6 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000336184 protein_coding 6 5 7 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000261464 protein_coding 10 1 7 TRAF5 ENSG00000082512 +CDS chr1 211361088 211361162 ENST00000367004 protein_coding 3 1 7 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000336184 protein_coding 6 5 8 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000261464 protein_coding 10 1 8 TRAF5 ENSG00000082512 +CDS chr1 211365376 211365468 ENST00000367004 protein_coding 3 1 8 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000336184 protein_coding 6 5 9 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000261464 protein_coding 10 1 9 TRAF5 ENSG00000082512 +CDS chr1 211369452 211369592 ENST00000367004 protein_coding 3 1 9 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000336184 protein_coding 6 5 10 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000261464 protein_coding 10 1 10 TRAF5 ENSG00000082512 +CDS chr1 211371302 211371470 ENST00000367004 protein_coding 3 1 10 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000336184 protein_coding 6 5 11 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000261464 protein_coding 10 1 11 TRAF5 ENSG00000082512 +CDS chr1 211372128 211372699 ENST00000367004 protein_coding 3 1 11 TRAF5 ENSG00000082512 +transcript chr1 211476522 211492162 ENST00000367002 protein_coding 5 1 NA RD3 ENSG00000198570 +transcript chr1 211476522 211492162 ENST00000680073 protein_coding 1 NA NA RD3 ENSG00000198570 +CDS chr1 211479039 211479327 ENST00000367002 protein_coding 5 1 3 RD3 ENSG00000198570 +CDS chr1 211479039 211479327 ENST00000680073 protein_coding 1 NA 3 RD3 ENSG00000198570 +CDS chr1 211481120 211481415 ENST00000367002 protein_coding 5 1 2 RD3 ENSG00000198570 +CDS chr1 211481120 211481415 ENST00000680073 protein_coding 1 NA 2 RD3 ENSG00000198570 +transcript chr1 211571568 211579161 ENST00000367001 protein_coding 5 1 NA SLC30A1 ENSG00000170385 +CDS chr1 211575391 211576289 ENST00000367001 protein_coding 5 1 2 SLC30A1 ENSG00000170385 +CDS chr1 211577991 211578612 ENST00000367001 protein_coding 5 1 1 SLC30A1 ENSG00000170385 +transcript chr1 211658657 211675630 ENST00000540251 protein_coding 5 1 NA NEK2 ENSG00000117650 +CDS chr1 211658660 211658712 ENST00000540251 protein_coding 5 1 8 NEK2 ENSG00000117650 +transcript chr1 211662772 211675621 ENST00000366999 protein_coding 9 1 NA NEK2 ENSG00000117650 +CDS chr1 211663429 211663652 ENST00000366999 protein_coding 9 1 8 NEK2 ENSG00000117650 +transcript chr1 211666430 211675557 ENST00000366998 protein_coding 4 1 NA NEK2 ENSG00000117650 +CDS chr1 211667065 211667231 ENST00000366998 protein_coding 4 1 7 NEK2 ENSG00000117650 +CDS chr1 211667106 211667231 ENST00000366999 protein_coding 9 1 7 NEK2 ENSG00000117650 +CDS chr1 211667106 211667231 ENST00000540251 protein_coding 5 1 7 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000366999 protein_coding 9 1 6 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000366998 protein_coding 4 1 6 NEK2 ENSG00000117650 +CDS chr1 211669113 211669332 ENST00000540251 protein_coding 5 1 6 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000366999 protein_coding 9 1 5 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000366998 protein_coding 4 1 5 NEK2 ENSG00000117650 +CDS chr1 211670281 211670407 ENST00000540251 protein_coding 5 1 5 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000366999 protein_coding 9 1 4 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000366998 protein_coding 4 1 4 NEK2 ENSG00000117650 +CDS chr1 211671202 211671284 ENST00000540251 protein_coding 5 1 4 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000366999 protein_coding 9 1 3 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000366998 protein_coding 4 1 3 NEK2 ENSG00000117650 +CDS chr1 211673483 211673723 ENST00000540251 protein_coding 5 1 3 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000366999 protein_coding 9 1 2 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000366998 protein_coding 4 1 2 NEK2 ENSG00000117650 +CDS chr1 211674296 211674513 ENST00000540251 protein_coding 5 1 2 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000366999 protein_coding 9 1 1 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000366998 protein_coding 4 1 1 NEK2 ENSG00000117650 +CDS chr1 211675384 211675479 ENST00000540251 protein_coding 5 1 1 NEK2 ENSG00000117650 +transcript chr1 211743457 211830763 ENST00000366997 protein_coding 9 1 NA LPGAT1 ENSG00000123684 +transcript chr1 211749793 211830238 ENST00000366996 protein_coding 1 1 NA LPGAT1 ENSG00000123684 +CDS chr1 211749902 211750050 ENST00000366997 protein_coding 9 1 8 LPGAT1 ENSG00000123684 +CDS chr1 211749902 211750050 ENST00000366996 protein_coding 1 1 8 LPGAT1 ENSG00000123684 +CDS chr1 211750961 211751067 ENST00000366997 protein_coding 9 1 7 LPGAT1 ENSG00000123684 +CDS chr1 211750961 211751067 ENST00000366996 protein_coding 1 1 7 LPGAT1 ENSG00000123684 +CDS chr1 211778918 211779044 ENST00000366997 protein_coding 9 1 6 LPGAT1 ENSG00000123684 +CDS chr1 211778918 211779044 ENST00000366996 protein_coding 1 1 6 LPGAT1 ENSG00000123684 +CDS chr1 211783229 211783502 ENST00000366997 protein_coding 9 1 5 LPGAT1 ENSG00000123684 +CDS chr1 211783229 211783502 ENST00000366996 protein_coding 1 1 5 LPGAT1 ENSG00000123684 +CDS chr1 211787632 211787727 ENST00000366997 protein_coding 9 1 4 LPGAT1 ENSG00000123684 +CDS chr1 211787632 211787727 ENST00000366996 protein_coding 1 1 4 LPGAT1 ENSG00000123684 +CDS chr1 211793072 211793190 ENST00000366997 protein_coding 9 1 3 LPGAT1 ENSG00000123684 +CDS chr1 211793072 211793190 ENST00000366996 protein_coding 1 1 3 LPGAT1 ENSG00000123684 +CDS chr1 211829059 211829296 ENST00000366997 protein_coding 9 1 2 LPGAT1 ENSG00000123684 +CDS chr1 211829059 211829296 ENST00000366996 protein_coding 1 1 2 LPGAT1 ENSG00000123684 +transcript chr1 211940403 212035557 ENST00000366994 protein_coding 8 1 NA INTS7 ENSG00000143493 +transcript chr1 211941348 212035536 ENST00000366993 protein_coding 7 1 NA INTS7 ENSG00000143493 +transcript chr1 211941356 212035520 ENST00000366992 protein_coding 7 2 NA INTS7 ENSG00000143493 +transcript chr1 211941532 212035539 ENST00000440600 protein_coding 6 2 NA INTS7 ENSG00000143493 +transcript chr1 211941723 211966467 ENST00000612340 protein_coding 1 5 NA INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366994 protein_coding 8 1 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366993 protein_coding 7 1 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000366992 protein_coding 7 2 20 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000440600 protein_coding 6 2 19 INTS7 ENSG00000143493 +CDS chr1 211941827 211942111 ENST00000612340 protein_coding 1 5 3 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366994 protein_coding 8 1 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366993 protein_coding 7 1 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000366992 protein_coding 7 2 19 INTS7 ENSG00000143493 +CDS chr1 211944784 211944969 ENST00000440600 protein_coding 6 2 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000366994 protein_coding 8 1 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000366993 protein_coding 7 1 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946645 ENST00000366992 protein_coding 7 2 18 INTS7 ENSG00000143493 +CDS chr1 211946607 211946705 ENST00000440600 protein_coding 6 2 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000366994 protein_coding 8 1 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000366992 protein_coding 7 2 17 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000440600 protein_coding 6 2 16 INTS7 ENSG00000143493 +CDS chr1 211952569 211952701 ENST00000612340 protein_coding 1 5 2 INTS7 ENSG00000143493 +CDS chr1 211952611 211952701 ENST00000366993 protein_coding 7 1 17 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366994 protein_coding 8 1 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366993 protein_coding 7 1 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000366992 protein_coding 7 2 16 INTS7 ENSG00000143493 +CDS chr1 211966430 211966498 ENST00000440600 protein_coding 6 2 15 INTS7 ENSG00000143493 +CDS chr1 211966430 211966467 ENST00000612340 protein_coding 1 5 1 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366994 protein_coding 8 1 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366993 protein_coding 7 1 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000366992 protein_coding 7 2 15 INTS7 ENSG00000143493 +CDS chr1 211967878 211967981 ENST00000440600 protein_coding 6 2 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366994 protein_coding 8 1 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366993 protein_coding 7 1 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000366992 protein_coding 7 2 14 INTS7 ENSG00000143493 +CDS chr1 211968513 211968707 ENST00000440600 protein_coding 6 2 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366994 protein_coding 8 1 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366993 protein_coding 7 1 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000366992 protein_coding 7 2 13 INTS7 ENSG00000143493 +CDS chr1 211975166 211975372 ENST00000440600 protein_coding 6 2 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366994 protein_coding 8 1 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366993 protein_coding 7 1 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000366992 protein_coding 7 2 12 INTS7 ENSG00000143493 +CDS chr1 211976582 211976719 ENST00000440600 protein_coding 6 2 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366994 protein_coding 8 1 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366993 protein_coding 7 1 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000366992 protein_coding 7 2 11 INTS7 ENSG00000143493 +CDS chr1 211978272 211978511 ENST00000440600 protein_coding 6 2 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366994 protein_coding 8 1 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366993 protein_coding 7 1 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000366992 protein_coding 7 2 10 INTS7 ENSG00000143493 +CDS chr1 211981093 211981190 ENST00000440600 protein_coding 6 2 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366994 protein_coding 8 1 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366993 protein_coding 7 1 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000366992 protein_coding 7 2 9 INTS7 ENSG00000143493 +CDS chr1 211982676 211982810 ENST00000440600 protein_coding 6 2 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366994 protein_coding 8 1 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366993 protein_coding 7 1 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000366992 protein_coding 7 2 8 INTS7 ENSG00000143493 +CDS chr1 211987886 211988003 ENST00000440600 protein_coding 6 2 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366994 protein_coding 8 1 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366993 protein_coding 7 1 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000366992 protein_coding 7 2 7 INTS7 ENSG00000143493 +CDS chr1 212006639 212006761 ENST00000440600 protein_coding 6 2 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366994 protein_coding 8 1 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366993 protein_coding 7 1 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000366992 protein_coding 7 2 6 INTS7 ENSG00000143493 +CDS chr1 212007250 212007449 ENST00000440600 protein_coding 6 2 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366994 protein_coding 8 1 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366993 protein_coding 7 1 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000366992 protein_coding 7 2 5 INTS7 ENSG00000143493 +CDS chr1 212011375 212011421 ENST00000440600 protein_coding 6 2 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366994 protein_coding 8 1 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366993 protein_coding 7 1 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000366992 protein_coding 7 2 4 INTS7 ENSG00000143493 +CDS chr1 212016886 212017023 ENST00000440600 protein_coding 6 2 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366994 protein_coding 8 1 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366993 protein_coding 7 1 3 INTS7 ENSG00000143493 +CDS chr1 212020122 212020268 ENST00000366992 protein_coding 7 2 3 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366994 protein_coding 8 1 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366993 protein_coding 7 1 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000366992 protein_coding 7 2 2 INTS7 ENSG00000143493 +CDS chr1 212021083 212021212 ENST00000440600 protein_coding 6 2 2 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366994 protein_coding 8 1 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366993 protein_coding 7 1 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000366992 protein_coding 7 2 1 INTS7 ENSG00000143493 +CDS chr1 212035344 212035437 ENST00000440600 protein_coding 6 2 1 INTS7 ENSG00000143493 +transcript chr1 212035553 212105006 ENST00000542077 protein_coding 5 2 NA DTL ENSG00000143476 +transcript chr1 212035748 212105013 ENST00000366991 protein_coding 5 1 NA DTL ENSG00000143476 +CDS chr1 212035891 212035942 ENST00000366991 protein_coding 5 1 1 DTL ENSG00000143476 +CDS chr1 212035891 212035942 ENST00000542077 protein_coding 5 2 1 DTL ENSG00000143476 +CDS chr1 212042993 212043118 ENST00000366991 protein_coding 5 1 2 DTL ENSG00000143476 +CDS chr1 212044660 212044758 ENST00000366991 protein_coding 5 1 3 DTL ENSG00000143476 +CDS chr1 212044660 212044758 ENST00000542077 protein_coding 5 2 2 DTL ENSG00000143476 +CDS chr1 212047151 212047212 ENST00000366991 protein_coding 5 1 4 DTL ENSG00000143476 +CDS chr1 212047151 212047212 ENST00000542077 protein_coding 5 2 3 DTL ENSG00000143476 +CDS chr1 212047297 212047417 ENST00000366991 protein_coding 5 1 5 DTL ENSG00000143476 +CDS chr1 212047297 212047417 ENST00000542077 protein_coding 5 2 4 DTL ENSG00000143476 +CDS chr1 212062884 212062949 ENST00000366991 protein_coding 5 1 6 DTL ENSG00000143476 +CDS chr1 212062884 212062949 ENST00000542077 protein_coding 5 2 5 DTL ENSG00000143476 +CDS chr1 212064917 212065029 ENST00000366991 protein_coding 5 1 7 DTL ENSG00000143476 +CDS chr1 212064917 212065029 ENST00000542077 protein_coding 5 2 6 DTL ENSG00000143476 +CDS chr1 212066812 212066885 ENST00000366991 protein_coding 5 1 8 DTL ENSG00000143476 +CDS chr1 212066812 212066885 ENST00000542077 protein_coding 5 2 7 DTL ENSG00000143476 +CDS chr1 212068224 212068327 ENST00000366991 protein_coding 5 1 9 DTL ENSG00000143476 +CDS chr1 212068224 212068327 ENST00000542077 protein_coding 5 2 8 DTL ENSG00000143476 +CDS chr1 212068599 212068703 ENST00000366991 protein_coding 5 1 10 DTL ENSG00000143476 +CDS chr1 212068599 212068703 ENST00000542077 protein_coding 5 2 9 DTL ENSG00000143476 +CDS chr1 212072101 212072213 ENST00000366991 protein_coding 5 1 11 DTL ENSG00000143476 +CDS chr1 212072101 212072213 ENST00000542077 protein_coding 5 2 10 DTL ENSG00000143476 +CDS chr1 212078173 212078262 ENST00000366991 protein_coding 5 1 12 DTL ENSG00000143476 +CDS chr1 212078173 212078262 ENST00000542077 protein_coding 5 2 11 DTL ENSG00000143476 +CDS chr1 212080615 212080750 ENST00000366991 protein_coding 5 1 13 DTL ENSG00000143476 +CDS chr1 212080615 212080750 ENST00000542077 protein_coding 5 2 12 DTL ENSG00000143476 +CDS chr1 212100252 212101084 ENST00000366991 protein_coding 5 1 14 DTL ENSG00000143476 +CDS chr1 212100252 212101084 ENST00000542077 protein_coding 5 2 13 DTL ENSG00000143476 +CDS chr1 212102842 212102937 ENST00000366991 protein_coding 5 1 15 DTL ENSG00000143476 +CDS chr1 212102842 212102937 ENST00000542077 protein_coding 5 2 14 DTL ENSG00000143476 +transcript chr1 212285410 212361853 ENST00000261461 protein_coding 7 1 NA PPP2R5A ENSG00000066027 +CDS chr1 212286111 212286291 ENST00000261461 protein_coding 7 1 1 PPP2R5A ENSG00000066027 +transcript chr1 212301806 212360922 ENST00000537030 protein_coding 3 2 NA PPP2R5A ENSG00000066027 +CDS chr1 212302083 212302092 ENST00000537030 protein_coding 3 2 1 PPP2R5A ENSG00000066027 +CDS chr1 212329135 212329331 ENST00000261461 protein_coding 7 1 2 PPP2R5A ENSG00000066027 +CDS chr1 212329135 212329331 ENST00000537030 protein_coding 3 2 2 PPP2R5A ENSG00000066027 +CDS chr1 212333497 212333598 ENST00000261461 protein_coding 7 1 3 PPP2R5A ENSG00000066027 +CDS chr1 212333497 212333598 ENST00000537030 protein_coding 3 2 3 PPP2R5A ENSG00000066027 +CDS chr1 212342188 212342280 ENST00000261461 protein_coding 7 1 4 PPP2R5A ENSG00000066027 +CDS chr1 212342188 212342280 ENST00000537030 protein_coding 3 2 4 PPP2R5A ENSG00000066027 +CDS chr1 212345803 212345933 ENST00000261461 protein_coding 7 1 5 PPP2R5A ENSG00000066027 +CDS chr1 212345803 212345933 ENST00000537030 protein_coding 3 2 5 PPP2R5A ENSG00000066027 +CDS chr1 212347347 212347406 ENST00000261461 protein_coding 7 1 6 PPP2R5A ENSG00000066027 +CDS chr1 212347347 212347406 ENST00000537030 protein_coding 3 2 6 PPP2R5A ENSG00000066027 +CDS chr1 212348389 212348497 ENST00000261461 protein_coding 7 1 7 PPP2R5A ENSG00000066027 +CDS chr1 212348389 212348497 ENST00000537030 protein_coding 3 2 7 PPP2R5A ENSG00000066027 +CDS chr1 212349189 212349242 ENST00000261461 protein_coding 7 1 8 PPP2R5A ENSG00000066027 +CDS chr1 212349189 212349242 ENST00000537030 protein_coding 3 2 8 PPP2R5A ENSG00000066027 +CDS chr1 212356626 212356676 ENST00000261461 protein_coding 7 1 9 PPP2R5A ENSG00000066027 +CDS chr1 212356626 212356676 ENST00000537030 protein_coding 3 2 9 PPP2R5A ENSG00000066027 +CDS chr1 212356950 212357069 ENST00000261461 protein_coding 7 1 10 PPP2R5A ENSG00000066027 +CDS chr1 212356950 212357069 ENST00000537030 protein_coding 3 2 10 PPP2R5A ENSG00000066027 +CDS chr1 212357157 212357284 ENST00000261461 protein_coding 7 1 11 PPP2R5A ENSG00000066027 +CDS chr1 212357157 212357284 ENST00000537030 protein_coding 3 2 11 PPP2R5A ENSG00000066027 +CDS chr1 212358686 212358787 ENST00000261461 protein_coding 7 1 12 PPP2R5A ENSG00000066027 +CDS chr1 212358686 212358787 ENST00000537030 protein_coding 3 2 12 PPP2R5A ENSG00000066027 +CDS chr1 212360638 212360767 ENST00000261461 protein_coding 7 1 13 PPP2R5A ENSG00000066027 +CDS chr1 212360638 212360767 ENST00000537030 protein_coding 3 2 13 PPP2R5A ENSG00000066027 +transcript chr1 212363928 212414886 ENST00000261455 protein_coding 9 1 NA PACC1 ENSG00000065600 +transcript chr1 212364476 212414901 ENST00000535273 protein_coding 2 2 NA PACC1 ENSG00000065600 +CDS chr1 212365218 212365376 ENST00000261455 protein_coding 9 1 8 PACC1 ENSG00000065600 +CDS chr1 212365218 212365376 ENST00000535273 protein_coding 2 2 9 PACC1 ENSG00000065600 +CDS chr1 212375193 212375300 ENST00000261455 protein_coding 9 1 7 PACC1 ENSG00000065600 +CDS chr1 212375193 212375300 ENST00000535273 protein_coding 2 2 8 PACC1 ENSG00000065600 +CDS chr1 212377562 212377706 ENST00000261455 protein_coding 9 1 6 PACC1 ENSG00000065600 +CDS chr1 212377562 212377706 ENST00000535273 protein_coding 2 2 7 PACC1 ENSG00000065600 +CDS chr1 212379895 212380037 ENST00000261455 protein_coding 9 1 5 PACC1 ENSG00000065600 +CDS chr1 212379895 212380037 ENST00000535273 protein_coding 2 2 6 PACC1 ENSG00000065600 +CDS chr1 212385274 212385425 ENST00000261455 protein_coding 9 1 4 PACC1 ENSG00000065600 +CDS chr1 212385274 212385425 ENST00000535273 protein_coding 2 2 5 PACC1 ENSG00000065600 +CDS chr1 212386891 212387100 ENST00000261455 protein_coding 9 1 3 PACC1 ENSG00000065600 +CDS chr1 212386891 212387100 ENST00000535273 protein_coding 2 2 4 PACC1 ENSG00000065600 +CDS chr1 212410425 212410521 ENST00000261455 protein_coding 9 1 2 PACC1 ENSG00000065600 +CDS chr1 212410425 212410521 ENST00000535273 protein_coding 2 2 3 PACC1 ENSG00000065600 +CDS chr1 212413898 212414080 ENST00000535273 protein_coding 2 2 2 PACC1 ENSG00000065600 +CDS chr1 212414722 212414757 ENST00000261455 protein_coding 9 1 1 PACC1 ENSG00000065600 +CDS chr1 212414722 212414757 ENST00000535273 protein_coding 2 2 1 PACC1 ENSG00000065600 +transcript chr1 212432920 212446379 ENST00000366988 protein_coding 5 1 NA NENF ENSG00000117691 +CDS chr1 212432944 212433120 ENST00000366988 protein_coding 5 1 1 NENF ENSG00000117691 +CDS chr1 212442565 212442625 ENST00000366988 protein_coding 5 1 2 NENF ENSG00000117691 +CDS chr1 212444339 212444442 ENST00000366988 protein_coding 5 1 3 NENF ENSG00000117691 +CDS chr1 212445830 212446003 ENST00000366988 protein_coding 5 1 4 NENF ENSG00000117691 +transcript chr1 212565334 212619535 ENST00000366981 protein_coding 8 1 NA ATF3 ENSG00000162772 +transcript chr1 212565334 212620772 ENST00000366987 protein_coding 6 1 NA ATF3 ENSG00000162772 +transcript chr1 212608628 212620772 ENST00000613954 protein_coding 4 5 NA ATF3 ENSG00000162772 +transcript chr1 212608761 212620775 ENST00000341491 protein_coding 9 1 NA ATF3 ENSG00000162772 +transcript chr1 212608915 212619611 ENST00000366985 protein_coding 5 5 NA ATF3 ENSG00000162772 +CDS chr1 212608915 212608930 ENST00000366985 protein_coding 5 5 1 ATF3 ENSG00000162772 +CDS chr1 212615018 212615045 ENST00000366985 protein_coding 5 5 2 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366981 protein_coding 8 1 2 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000341491 protein_coding 9 1 2 ATF3 ENSG00000162772 +transcript chr1 212615022 212619266 ENST00000336937 protein_coding 8 1 NA ATF3 ENSG00000162772 +CDS chr1 212615022 212615060 ENST00000336937 protein_coding 8 1 1 ATF3 ENSG00000162772 +transcript chr1 212615022 212619555 ENST00000366983 protein_coding 5 1 NA ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366983 protein_coding 5 1 1 ATF3 ENSG00000162772 +CDS chr1 212615022 212615261 ENST00000366987 protein_coding 6 1 2 ATF3 ENSG00000162772 +CDS chr1 212615148 212615261 ENST00000336937 protein_coding 8 1 2 ATF3 ENSG00000162772 +CDS chr1 212615152 212615261 ENST00000366985 protein_coding 5 5 3 ATF3 ENSG00000162772 +transcript chr1 212615178 212619746 ENST00000613104 protein_coding 1 1 NA ATF3 ENSG00000162772 +CDS chr1 212615193 212615261 ENST00000613104 protein_coding 1 1 1 ATF3 ENSG00000162772 +CDS chr1 212615193 212615261 ENST00000613954 protein_coding 4 5 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366981 protein_coding 8 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000341491 protein_coding 9 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366985 protein_coding 5 5 4 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000336937 protein_coding 8 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366983 protein_coding 5 1 2 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000613104 protein_coding 1 1 2 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000366987 protein_coding 6 1 3 ATF3 ENSG00000162772 +CDS chr1 212618127 212618234 ENST00000613954 protein_coding 4 5 4 ATF3 ENSG00000162772 +CDS chr1 212619046 212619102 ENST00000336937 protein_coding 8 1 4 ATF3 ENSG00000162772 +CDS chr1 212619046 212619102 ENST00000366983 protein_coding 5 1 3 ATF3 ENSG00000162772 +CDS chr1 212619358 212619535 ENST00000366981 protein_coding 8 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000341491 protein_coding 9 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000366985 protein_coding 5 5 5 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000613104 protein_coding 1 1 3 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000366987 protein_coding 6 1 4 ATF3 ENSG00000162772 +CDS chr1 212619358 212619552 ENST00000613954 protein_coding 4 5 5 ATF3 ENSG00000162772 +transcript chr1 212624474 212626775 ENST00000294829 protein_coding 5 NA NA FAM71A ENSG00000162771 +CDS chr1 212624878 212626659 ENST00000294829 protein_coding 5 NA 1 FAM71A ENSG00000162771 +transcript chr1 212686417 212699840 ENST00000243440 protein_coding 2 1 NA BATF3 ENSG00000123685 +CDS chr1 212686794 212686979 ENST00000243440 protein_coding 2 1 3 BATF3 ENSG00000123685 +CDS chr1 212696961 212697065 ENST00000243440 protein_coding 2 1 2 BATF3 ENSG00000123685 +CDS chr1 212699673 212699762 ENST00000243440 protein_coding 2 1 1 BATF3 ENSG00000123685 +transcript chr1 212726153 212791581 ENST00000366978 protein_coding 5 2 NA NSL1 ENSG00000117697 +transcript chr1 212726153 212791777 ENST00000366977 protein_coding 8 1 NA NSL1 ENSG00000117697 +CDS chr1 212727145 212727179 ENST00000366978 protein_coding 5 2 5 NSL1 ENSG00000117697 +CDS chr1 212738411 212738686 ENST00000366977 protein_coding 8 1 6 NSL1 ENSG00000117697 +transcript chr1 212738483 212791782 ENST00000366976 protein_coding 3 2 NA NSL1 ENSG00000117697 +transcript chr1 212738562 212791776 ENST00000626725 protein_coding 1 2 NA NSL1 ENSG00000117697 +CDS chr1 212738670 212738686 ENST00000366976 protein_coding 3 2 5 NSL1 ENSG00000117697 +CDS chr1 212739534 212739601 ENST00000366977 protein_coding 8 1 5 NSL1 ENSG00000117697 +CDS chr1 212739547 212739601 ENST00000626725 protein_coding 1 2 6 NSL1 ENSG00000117697 +CDS chr1 212766189 212766273 ENST00000626725 protein_coding 1 2 5 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366978 protein_coding 5 2 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366977 protein_coding 8 1 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000366976 protein_coding 3 2 4 NSL1 ENSG00000117697 +CDS chr1 212782372 212782426 ENST00000626725 protein_coding 1 2 4 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366978 protein_coding 5 2 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366977 protein_coding 8 1 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000366976 protein_coding 3 2 3 NSL1 ENSG00000117697 +CDS chr1 212784363 212784493 ENST00000626725 protein_coding 1 2 3 NSL1 ENSG00000117697 +CDS chr1 212787559 212787562 ENST00000366978 protein_coding 5 2 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000366977 protein_coding 8 1 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000366976 protein_coding 3 2 2 NSL1 ENSG00000117697 +CDS chr1 212787559 212787637 ENST00000626725 protein_coding 1 2 2 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000366977 protein_coding 8 1 1 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000366976 protein_coding 3 2 1 NSL1 ENSG00000117697 +CDS chr1 212791530 212791763 ENST00000626725 protein_coding 1 2 1 NSL1 ENSG00000117697 +transcript chr1 212791828 212815597 ENST00000532324 protein_coding 5 2 NA TATDN3 ENSG00000203705 +transcript chr1 212791851 212804504 ENST00000530441 protein_coding 5 3 NA TATDN3 ENSG00000203705 +transcript chr1 212791870 212815415 ENST00000526641 protein_coding 5 2 NA TATDN3 ENSG00000203705 +transcript chr1 212791884 212815597 ENST00000531963 protein_coding 5 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791884 212816617 ENST00000366973 protein_coding 8 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791894 212816830 ENST00000366974 protein_coding 9 1 NA TATDN3 ENSG00000203705 +transcript chr1 212791906 212815225 ENST00000526997 protein_coding 5 3 NA TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000532324 protein_coding 5 2 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000366974 protein_coding 9 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000530441 protein_coding 5 3 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000526641 protein_coding 5 2 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000531963 protein_coding 5 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000366973 protein_coding 8 1 1 TATDN3 ENSG00000203705 +CDS chr1 212791922 212791987 ENST00000526997 protein_coding 5 3 1 TATDN3 ENSG00000203705 +transcript chr1 212791924 212804498 ENST00000488246 protein_coding 6 2 NA TATDN3 ENSG00000203705 +CDS chr1 212791924 212791987 ENST00000488246 protein_coding 6 2 1 TATDN3 ENSG00000203705 +transcript chr1 212794683 212804651 ENST00000530399 protein_coding 2 4 NA TATDN3 ENSG00000203705 +CDS chr1 212794746 212794808 ENST00000530399 protein_coding 2 4 1 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000532324 protein_coding 5 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000366974 protein_coding 9 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000530441 protein_coding 5 3 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000526641 protein_coding 5 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000531963 protein_coding 5 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000366973 protein_coding 8 1 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000526997 protein_coding 5 3 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000488246 protein_coding 6 2 2 TATDN3 ENSG00000203705 +CDS chr1 212795095 212795127 ENST00000530399 protein_coding 2 4 2 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000532324 protein_coding 5 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000366974 protein_coding 9 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000530441 protein_coding 5 3 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000526641 protein_coding 5 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000531963 protein_coding 5 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000366973 protein_coding 8 1 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000526997 protein_coding 5 3 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000488246 protein_coding 6 2 3 TATDN3 ENSG00000203705 +CDS chr1 212796517 212796590 ENST00000530399 protein_coding 2 4 3 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000532324 protein_coding 5 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000366974 protein_coding 9 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000526641 protein_coding 5 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000531963 protein_coding 5 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000366973 protein_coding 8 1 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000526997 protein_coding 5 3 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000488246 protein_coding 6 2 4 TATDN3 ENSG00000203705 +CDS chr1 212797112 212797196 ENST00000530399 protein_coding 2 4 4 TATDN3 ENSG00000203705 +transcript chr1 212797132 212797682 ENST00000606486 protein_coding 1 NA NA TATDN3 ENSG00000203705 +CDS chr1 212797132 212797223 ENST00000606486 protein_coding 1 NA 1 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000532324 protein_coding 5 2 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000366974 protein_coding 9 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802710 ENST00000530441 protein_coding 5 3 4 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000531963 protein_coding 5 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000366973 protein_coding 8 1 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000526997 protein_coding 5 3 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000488246 protein_coding 6 2 5 TATDN3 ENSG00000203705 +CDS chr1 212802701 212802763 ENST00000530399 protein_coding 2 4 5 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000532324 protein_coding 5 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000366974 protein_coding 9 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000526641 protein_coding 5 2 5 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000531963 protein_coding 5 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000366973 protein_coding 8 1 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000526997 protein_coding 5 3 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804430 ENST00000488246 protein_coding 6 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804320 212804429 ENST00000530399 protein_coding 2 4 6 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000532324 protein_coding 5 2 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000366974 protein_coding 9 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000526641 protein_coding 5 2 6 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000531963 protein_coding 5 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000366973 protein_coding 8 1 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000526997 protein_coding 5 3 7 TATDN3 ENSG00000203705 +CDS chr1 212804596 212804651 ENST00000530399 protein_coding 2 4 7 TATDN3 ENSG00000203705 +transcript chr1 212804619 212815844 ENST00000527693 protein_coding 1 2 NA TATDN3 ENSG00000203705 +CDS chr1 212804619 212804651 ENST00000527693 protein_coding 1 2 1 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000532324 protein_coding 5 2 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000366974 protein_coding 9 1 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000526641 protein_coding 5 2 7 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000531963 protein_coding 5 1 8 TATDN3 ENSG00000203705 +CDS chr1 212807736 212807848 ENST00000366973 protein_coding 8 1 8 TATDN3 ENSG00000203705 +CDS chr1 212812227 212812328 ENST00000532324 protein_coding 5 2 9 TATDN3 ENSG00000203705 +CDS chr1 212812227 212812328 ENST00000531963 protein_coding 5 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000366974 protein_coding 9 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000526641 protein_coding 5 2 8 TATDN3 ENSG00000203705 +CDS chr1 212812248 212812328 ENST00000527693 protein_coding 1 2 2 TATDN3 ENSG00000203705 +CDS chr1 212812251 212812328 ENST00000366973 protein_coding 8 1 9 TATDN3 ENSG00000203705 +CDS chr1 212812251 212812328 ENST00000526997 protein_coding 5 3 8 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000532324 protein_coding 5 2 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000366974 protein_coding 9 1 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000526641 protein_coding 5 2 9 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815153 ENST00000366973 protein_coding 8 1 10 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815020 ENST00000526997 protein_coding 5 3 9 TATDN3 ENSG00000203705 +CDS chr1 212815013 212815020 ENST00000527693 protein_coding 1 2 3 TATDN3 ENSG00000203705 +CDS chr1 212815047 212815064 ENST00000531963 protein_coding 5 1 10 TATDN3 ENSG00000203705 +transcript chr1 212830141 212847649 ENST00000332912 protein_coding 3 1 NA SPATA45 ENSG00000185523 +CDS chr1 212830245 212830261 ENST00000332912 protein_coding 3 1 3 SPATA45 ENSG00000185523 +CDS chr1 212835873 212836149 ENST00000332912 protein_coding 3 1 2 SPATA45 ENSG00000185523 +transcript chr1 212858275 212899363 ENST00000366971 protein_coding 9 1 NA FLVCR1 ENSG00000162769 +CDS chr1 212858453 212859190 ENST00000366971 protein_coding 9 1 1 FLVCR1 ENSG00000162769 +transcript chr1 212858916 212895334 ENST00000419102 protein_coding 1 5 NA FLVCR1 ENSG00000162769 +CDS chr1 212858916 212859190 ENST00000419102 protein_coding 1 5 1 FLVCR1 ENSG00000162769 +CDS chr1 212863725 212863869 ENST00000366971 protein_coding 9 1 2 FLVCR1 ENSG00000162769 +CDS chr1 212863725 212863869 ENST00000419102 protein_coding 1 5 2 FLVCR1 ENSG00000162769 +CDS chr1 212872678 212872818 ENST00000366971 protein_coding 9 1 3 FLVCR1 ENSG00000162769 +CDS chr1 212883371 212883438 ENST00000366971 protein_coding 9 1 4 FLVCR1 ENSG00000162769 +CDS chr1 212883371 212883438 ENST00000419102 protein_coding 1 5 3 FLVCR1 ENSG00000162769 +CDS chr1 212885293 212885396 ENST00000366971 protein_coding 9 1 5 FLVCR1 ENSG00000162769 +CDS chr1 212885293 212885396 ENST00000419102 protein_coding 1 5 4 FLVCR1 ENSG00000162769 +CDS chr1 212887891 212888001 ENST00000366971 protein_coding 9 1 6 FLVCR1 ENSG00000162769 +CDS chr1 212887891 212888001 ENST00000419102 protein_coding 1 5 5 FLVCR1 ENSG00000162769 +CDS chr1 212888489 212888594 ENST00000366971 protein_coding 9 1 7 FLVCR1 ENSG00000162769 +CDS chr1 212888489 212888594 ENST00000419102 protein_coding 1 5 6 FLVCR1 ENSG00000162769 +CDS chr1 212889146 212889257 ENST00000366971 protein_coding 9 1 8 FLVCR1 ENSG00000162769 +CDS chr1 212889146 212889257 ENST00000419102 protein_coding 1 5 7 FLVCR1 ENSG00000162769 +CDS chr1 212894986 212895053 ENST00000366971 protein_coding 9 1 9 FLVCR1 ENSG00000162769 +CDS chr1 212894986 212895053 ENST00000419102 protein_coding 1 5 8 FLVCR1 ENSG00000162769 +CDS chr1 212895216 212895287 ENST00000366971 protein_coding 9 1 10 FLVCR1 ENSG00000162769 +CDS chr1 212895216 212895287 ENST00000419102 protein_coding 1 5 9 FLVCR1 ENSG00000162769 +transcript chr1 212950520 212988698 ENST00000366966 protein_coding 6 5 NA VASH2 ENSG00000143494 +transcript chr1 212950541 212991585 ENST00000517399 protein_coding 3 1 NA VASH2 ENSG00000143494 +transcript chr1 212950594 212991585 ENST00000366968 protein_coding 8 2 NA VASH2 ENSG00000143494 +transcript chr1 212950595 212951812 ENST00000490792 protein_coding 1 4 NA VASH2 ENSG00000143494 +transcript chr1 212950618 212969249 ENST00000366964 protein_coding 7 5 NA VASH2 ENSG00000143494 +transcript chr1 212950635 212990910 ENST00000366965 protein_coding 6 1 NA VASH2 ENSG00000143494 +transcript chr1 212950667 212988924 ENST00000366967 protein_coding 6 2 NA VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000366965 protein_coding 6 1 2 VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000517399 protein_coding 3 1 2 VASH2 ENSG00000143494 +CDS chr1 212951543 212951818 ENST00000366964 protein_coding 7 5 2 VASH2 ENSG00000143494 +CDS chr1 212951738 212951818 ENST00000366966 protein_coding 6 5 3 VASH2 ENSG00000143494 +CDS chr1 212951738 212951818 ENST00000366968 protein_coding 8 2 3 VASH2 ENSG00000143494 +CDS chr1 212951738 212951812 ENST00000490792 protein_coding 1 4 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366966 protein_coding 6 5 4 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366968 protein_coding 8 2 4 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366965 protein_coding 6 1 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000517399 protein_coding 3 1 3 VASH2 ENSG00000143494 +CDS chr1 212961166 212961254 ENST00000366964 protein_coding 7 5 3 VASH2 ENSG00000143494 +CDS chr1 212961202 212961254 ENST00000366967 protein_coding 6 2 2 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366966 protein_coding 6 5 5 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366968 protein_coding 8 2 5 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366967 protein_coding 6 2 3 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000517399 protein_coding 3 1 4 VASH2 ENSG00000143494 +CDS chr1 212965722 212965778 ENST00000366964 protein_coding 7 5 4 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366966 protein_coding 6 5 6 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366968 protein_coding 8 2 6 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366967 protein_coding 6 2 4 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000517399 protein_coding 3 1 5 VASH2 ENSG00000143494 +CDS chr1 212966271 212966345 ENST00000366964 protein_coding 7 5 5 VASH2 ENSG00000143494 +CDS chr1 212967114 212967123 ENST00000366964 protein_coding 7 5 6 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366966 protein_coding 6 5 7 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366968 protein_coding 8 2 7 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366965 protein_coding 6 1 4 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000366967 protein_coding 6 2 5 VASH2 ENSG00000143494 +CDS chr1 212972580 212972961 ENST00000517399 protein_coding 3 1 6 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366966 protein_coding 6 5 8 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366968 protein_coding 8 2 8 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366965 protein_coding 6 1 5 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000366967 protein_coding 6 2 6 VASH2 ENSG00000143494 +CDS chr1 212973955 212974070 ENST00000517399 protein_coding 3 1 7 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366966 protein_coding 6 5 9 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366968 protein_coding 8 2 9 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366965 protein_coding 6 1 6 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000366967 protein_coding 6 2 7 VASH2 ENSG00000143494 +CDS chr1 212988512 212988581 ENST00000517399 protein_coding 3 1 8 VASH2 ENSG00000143494 +transcript chr1 212992182 213015867 ENST00000366962 protein_coding 8 1 NA ANGEL2 ENSG00000174606 +transcript chr1 212992182 213015826 ENST00000360506 protein_coding 6 1 NA ANGEL2 ENSG00000174606 +transcript chr1 212993992 213015826 ENST00000535388 protein_coding 2 1 NA ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000366962 protein_coding 8 1 9 ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000360506 protein_coding 6 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212995044 212995192 ENST00000535388 protein_coding 2 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000366962 protein_coding 8 1 8 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000360506 protein_coding 6 1 7 ANGEL2 ENSG00000174606 +CDS chr1 212997155 212997318 ENST00000535388 protein_coding 2 1 7 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000366962 protein_coding 8 1 7 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000360506 protein_coding 6 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000326 213000383 ENST00000535388 protein_coding 2 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000366962 protein_coding 8 1 6 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000360506 protein_coding 6 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213000786 213000912 ENST00000535388 protein_coding 2 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000366962 protein_coding 8 1 5 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000360506 protein_coding 6 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213005033 213005454 ENST00000535388 protein_coding 2 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000366962 protein_coding 8 1 4 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000360506 protein_coding 6 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213007129 213007198 ENST00000535388 protein_coding 2 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008466 ENST00000366962 protein_coding 8 1 3 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008344 ENST00000360506 protein_coding 6 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213008210 213008344 ENST00000535388 protein_coding 2 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213013093 213013418 ENST00000366962 protein_coding 8 1 2 ANGEL2 ENSG00000174606 +CDS chr1 213015613 213015671 ENST00000366962 protein_coding 8 1 1 ANGEL2 ENSG00000174606 +transcript chr1 213051233 213273464 ENST00000615329 protein_coding 4 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000543354 protein_coding 5 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000614059 protein_coding 4 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051233 213273464 ENST00000543470 protein_coding 5 2 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051241 213274774 ENST00000366960 protein_coding 8 1 NA RPS6KC1 ENSG00000136643 +transcript chr1 213051255 213274773 ENST00000366959 protein_coding 4 2 NA RPS6KC1 ENSG00000136643 +CDS chr1 213051405 213051509 ENST00000366960 protein_coding 8 1 1 RPS6KC1 ENSG00000136643 +CDS chr1 213051405 213051509 ENST00000366959 protein_coding 4 2 1 RPS6KC1 ENSG00000136643 +CDS chr1 213071006 213071041 ENST00000366960 protein_coding 8 1 2 RPS6KC1 ENSG00000136643 +CDS chr1 213077696 213077816 ENST00000366960 protein_coding 8 1 3 RPS6KC1 ENSG00000136643 +CDS chr1 213077696 213077816 ENST00000366959 protein_coding 4 2 2 RPS6KC1 ENSG00000136643 +CDS chr1 213104454 213104569 ENST00000366960 protein_coding 8 1 4 RPS6KC1 ENSG00000136643 +CDS chr1 213104454 213104569 ENST00000366959 protein_coding 4 2 3 RPS6KC1 ENSG00000136643 +CDS chr1 213117317 213117410 ENST00000366960 protein_coding 8 1 5 RPS6KC1 ENSG00000136643 +CDS chr1 213117317 213117410 ENST00000366959 protein_coding 4 2 4 RPS6KC1 ENSG00000136643 +CDS chr1 213129527 213129889 ENST00000366960 protein_coding 8 1 6 RPS6KC1 ENSG00000136643 +CDS chr1 213129527 213129889 ENST00000366959 protein_coding 4 2 5 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000543354 protein_coding 5 1 5 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000614059 protein_coding 4 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213129598 213129889 ENST00000543470 protein_coding 5 2 7 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000366960 protein_coding 8 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000366959 protein_coding 4 2 6 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000543354 protein_coding 5 1 6 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000614059 protein_coding 4 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213167858 213167973 ENST00000543470 protein_coding 5 2 8 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000366960 protein_coding 8 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000366959 protein_coding 4 2 7 RPS6KC1 ENSG00000136643 +CDS chr1 213176400 213176492 ENST00000543354 protein_coding 5 1 7 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000366960 protein_coding 8 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000366959 protein_coding 4 2 8 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000543354 protein_coding 5 1 8 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000614059 protein_coding 4 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213230497 213230544 ENST00000543470 protein_coding 5 2 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000366960 protein_coding 8 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000366959 protein_coding 4 2 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000543354 protein_coding 5 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000614059 protein_coding 4 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213232123 213232255 ENST00000543470 protein_coding 5 2 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000366960 protein_coding 8 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000366959 protein_coding 4 2 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000543354 protein_coding 5 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000614059 protein_coding 4 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240702 213242297 ENST00000543470 protein_coding 5 2 11 RPS6KC1 ENSG00000136643 +CDS chr1 213240872 213242297 ENST00000615329 protein_coding 4 1 9 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000366960 protein_coding 8 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000366959 protein_coding 4 2 11 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000615329 protein_coding 4 1 10 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000543354 protein_coding 5 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000614059 protein_coding 4 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213242569 213242658 ENST00000543470 protein_coding 5 2 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000366960 protein_coding 8 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000366959 protein_coding 4 2 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000615329 protein_coding 4 1 11 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000543354 protein_coding 5 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000614059 protein_coding 4 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213261558 213261640 ENST00000543470 protein_coding 5 2 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000366960 protein_coding 8 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000366959 protein_coding 4 2 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000615329 protein_coding 4 1 12 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000543354 protein_coding 5 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000614059 protein_coding 4 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213262721 213262816 ENST00000543470 protein_coding 5 2 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000366960 protein_coding 8 1 15 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000366959 protein_coding 4 2 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000615329 protein_coding 4 1 13 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000543354 protein_coding 5 1 14 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000614059 protein_coding 4 1 15 RPS6KC1 ENSG00000136643 +CDS chr1 213272524 213272631 ENST00000543470 protein_coding 5 2 15 RPS6KC1 ENSG00000136643 +transcript chr1 213983181 213997225 ENST00000471129 protein_coding 1 3 NA PROX1 ENSG00000117707 +transcript chr1 213987935 214041502 ENST00000498508 protein_coding 6 1 NA PROX1 ENSG00000117707 +transcript chr1 213987973 214041510 ENST00000366958 protein_coding 9 1 NA PROX1 ENSG00000117707 +transcript chr1 213988501 214041502 ENST00000261454 protein_coding 8 1 NA PROX1 ENSG00000117707 +transcript chr1 213988517 214036423 ENST00000435016 protein_coding 2 1 NA PROX1 ENSG00000117707 +transcript chr1 213989718 213996964 ENST00000607425 protein_coding 1 3 NA PROX1 ENSG00000117707 +CDS chr1 213996536 213997225 ENST00000471129 protein_coding 1 3 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998260 ENST00000366958 protein_coding 9 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998260 ENST00000435016 protein_coding 2 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213996964 ENST00000607425 protein_coding 1 3 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998262 ENST00000498508 protein_coding 6 1 2 PROX1 ENSG00000117707 +CDS chr1 213996536 213998262 ENST00000261454 protein_coding 8 1 2 PROX1 ENSG00000117707 +CDS chr1 214005165 214005272 ENST00000366958 protein_coding 9 1 3 PROX1 ENSG00000117707 +CDS chr1 214005165 214005272 ENST00000435016 protein_coding 2 1 3 PROX1 ENSG00000117707 +CDS chr1 214005167 214005272 ENST00000498508 protein_coding 6 1 3 PROX1 ENSG00000117707 +CDS chr1 214005167 214005272 ENST00000261454 protein_coding 8 1 3 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000366958 protein_coding 9 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000435016 protein_coding 2 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000498508 protein_coding 6 1 4 PROX1 ENSG00000117707 +CDS chr1 214011521 214011715 ENST00000261454 protein_coding 8 1 4 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000366958 protein_coding 9 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000435016 protein_coding 2 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000498508 protein_coding 6 1 5 PROX1 ENSG00000117707 +CDS chr1 214035649 214035831 ENST00000261454 protein_coding 8 1 5 PROX1 ENSG00000117707 +transcript chr1 214281159 214337131 ENST00000366957 protein_coding 10 1 NA SMYD2 ENSG00000143499 +CDS chr1 214281255 214281427 ENST00000366957 protein_coding 10 1 1 SMYD2 ENSG00000143499 +CDS chr1 214305187 214305250 ENST00000366957 protein_coding 10 1 2 SMYD2 ENSG00000143499 +CDS chr1 214314762 214314872 ENST00000366957 protein_coding 10 1 3 SMYD2 ENSG00000143499 +CDS chr1 214318079 214318139 ENST00000366957 protein_coding 10 1 4 SMYD2 ENSG00000143499 +CDS chr1 214318859 214318983 ENST00000366957 protein_coding 10 1 5 SMYD2 ENSG00000143499 +CDS chr1 214324641 214324708 ENST00000366957 protein_coding 10 1 6 SMYD2 ENSG00000143499 +CDS chr1 214327622 214327724 ENST00000366957 protein_coding 10 1 7 SMYD2 ENSG00000143499 +CDS chr1 214330168 214330278 ENST00000366957 protein_coding 10 1 8 SMYD2 ENSG00000143499 +CDS chr1 214330950 214331070 ENST00000366957 protein_coding 10 1 9 SMYD2 ENSG00000143499 +transcript chr1 214330977 214337131 ENST00000416415 protein_coding 2 5 NA SMYD2 ENSG00000143499 +CDS chr1 214330977 214331070 ENST00000416415 protein_coding 2 5 1 SMYD2 ENSG00000143499 +CDS chr1 214332018 214332192 ENST00000366957 protein_coding 10 1 10 SMYD2 ENSG00000143499 +CDS chr1 214332018 214332192 ENST00000416415 protein_coding 2 5 2 SMYD2 ENSG00000143499 +CDS chr1 214334200 214334308 ENST00000366957 protein_coding 10 1 11 SMYD2 ENSG00000143499 +CDS chr1 214336699 214336722 ENST00000416415 protein_coding 2 5 3 SMYD2 ENSG00000143499 +CDS chr1 214336704 214336781 ENST00000366957 protein_coding 10 1 12 SMYD2 ENSG00000143499 +transcript chr1 214348700 214551602 ENST00000366956 protein_coding 10 1 NA PTPN14 ENSG00000152104 +transcript chr1 214357751 214551223 ENST00000543945 protein_coding 5 5 NA PTPN14 ENSG00000152104 +CDS chr1 214357925 214358050 ENST00000366956 protein_coding 10 1 19 PTPN14 ENSG00000152104 +CDS chr1 214364512 214364675 ENST00000366956 protein_coding 10 1 18 PTPN14 ENSG00000152104 +CDS chr1 214369457 214369691 ENST00000366956 protein_coding 10 1 17 PTPN14 ENSG00000152104 +CDS chr1 214372711 214372839 ENST00000366956 protein_coding 10 1 16 PTPN14 ENSG00000152104 +CDS chr1 214376219 214376437 ENST00000366956 protein_coding 10 1 15 PTPN14 ENSG00000152104 +CDS chr1 214377959 214378102 ENST00000366956 protein_coding 10 1 14 PTPN14 ENSG00000152104 +CDS chr1 214383311 214384788 ENST00000366956 protein_coding 10 1 13 PTPN14 ENSG00000152104 +CDS chr1 214386844 214386922 ENST00000366956 protein_coding 10 1 12 PTPN14 ENSG00000152104 +CDS chr1 214390988 214391045 ENST00000366956 protein_coding 10 1 11 PTPN14 ENSG00000152104 +CDS chr1 214393695 214393777 ENST00000366956 protein_coding 10 1 10 PTPN14 ENSG00000152104 +CDS chr1 214394899 214394986 ENST00000366956 protein_coding 10 1 9 PTPN14 ENSG00000152104 +CDS chr1 214397913 214398001 ENST00000366956 protein_coding 10 1 8 PTPN14 ENSG00000152104 +CDS chr1 214397950 214398001 ENST00000543945 protein_coding 5 5 7 PTPN14 ENSG00000152104 +CDS chr1 214401685 214401772 ENST00000366956 protein_coding 10 1 7 PTPN14 ENSG00000152104 +CDS chr1 214402883 214402953 ENST00000366956 protein_coding 10 1 6 PTPN14 ENSG00000152104 +CDS chr1 214402883 214402953 ENST00000543945 protein_coding 5 5 6 PTPN14 ENSG00000152104 +CDS chr1 214411684 214411751 ENST00000366956 protein_coding 10 1 5 PTPN14 ENSG00000152104 +CDS chr1 214411684 214411751 ENST00000543945 protein_coding 5 5 5 PTPN14 ENSG00000152104 +CDS chr1 214414629 214414726 ENST00000366956 protein_coding 10 1 4 PTPN14 ENSG00000152104 +CDS chr1 214414629 214414726 ENST00000543945 protein_coding 5 5 4 PTPN14 ENSG00000152104 +CDS chr1 214451805 214451974 ENST00000366956 protein_coding 10 1 3 PTPN14 ENSG00000152104 +CDS chr1 214451805 214451974 ENST00000543945 protein_coding 5 5 3 PTPN14 ENSG00000152104 +CDS chr1 214464630 214464803 ENST00000366956 protein_coding 10 1 2 PTPN14 ENSG00000152104 +CDS chr1 214464630 214464803 ENST00000543945 protein_coding 5 5 2 PTPN14 ENSG00000152104 +transcript chr1 214603195 214664571 ENST00000366955 protein_coding 8 1 NA CENPF ENSG00000117724 +CDS chr1 214613755 214613916 ENST00000366955 protein_coding 8 1 2 CENPF ENSG00000117724 +CDS chr1 214614832 214615028 ENST00000366955 protein_coding 8 1 3 CENPF ENSG00000117724 +CDS chr1 214618573 214618694 ENST00000366955 protein_coding 8 1 4 CENPF ENSG00000117724 +CDS chr1 214619129 214619220 ENST00000366955 protein_coding 8 1 5 CENPF ENSG00000117724 +CDS chr1 214620655 214620946 ENST00000366955 protein_coding 8 1 6 CENPF ENSG00000117724 +CDS chr1 214622079 214622281 ENST00000366955 protein_coding 8 1 7 CENPF ENSG00000117724 +CDS chr1 214629046 214629171 ENST00000366955 protein_coding 8 1 8 CENPF ENSG00000117724 +CDS chr1 214630534 214630662 ENST00000366955 protein_coding 8 1 9 CENPF ENSG00000117724 +CDS chr1 214632480 214632602 ENST00000366955 protein_coding 8 1 10 CENPF ENSG00000117724 +CDS chr1 214637866 214638001 ENST00000366955 protein_coding 8 1 11 CENPF ENSG00000117724 +CDS chr1 214639921 214643324 ENST00000366955 protein_coding 8 1 12 CENPF ENSG00000117724 +CDS chr1 214644557 214647400 ENST00000366955 protein_coding 8 1 13 CENPF ENSG00000117724 +CDS chr1 214648675 214648827 ENST00000366955 protein_coding 8 1 14 CENPF ENSG00000117724 +CDS chr1 214651710 214651886 ENST00000366955 protein_coding 8 1 15 CENPF ENSG00000117724 +CDS chr1 214652828 214652989 ENST00000366955 protein_coding 8 1 16 CENPF ENSG00000117724 +CDS chr1 214655241 214655403 ENST00000366955 protein_coding 8 1 17 CENPF ENSG00000117724 +CDS chr1 214656933 214657409 ENST00000366955 protein_coding 8 1 18 CENPF ENSG00000117724 +CDS chr1 214658850 214659028 ENST00000366955 protein_coding 8 1 19 CENPF ENSG00000117724 +CDS chr1 214663591 214663791 ENST00000366955 protein_coding 8 1 20 CENPF ENSG00000117724 +transcript chr1 215005855 215235219 ENST00000391895 protein_coding 6 1 NA KCNK2 ENSG00000082482 +CDS chr1 215005922 215005955 ENST00000391895 protein_coding 6 1 1 KCNK2 ENSG00000082482 +transcript chr1 215081793 215169245 ENST00000478774 protein_coding 5 4 NA KCNK2 ENSG00000082482 +transcript chr1 215082737 215237090 ENST00000444842 protein_coding 7 1 NA KCNK2 ENSG00000082482 +transcript chr1 215083124 215235217 ENST00000391894 protein_coding 6 1 NA KCNK2 ENSG00000082482 +CDS chr1 215083307 215083307 ENST00000391894 protein_coding 6 1 1 KCNK2 ENSG00000082482 +CDS chr1 215083386 215083431 ENST00000444842 protein_coding 7 1 1 KCNK2 ENSG00000082482 +transcript chr1 215083517 215169265 ENST00000457122 protein_coding 1 3 NA KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000391895 protein_coding 6 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000391894 protein_coding 6 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086368 215086678 ENST00000444842 protein_coding 7 1 2 KCNK2 ENSG00000082482 +CDS chr1 215086490 215086678 ENST00000478774 protein_coding 5 4 3 KCNK2 ENSG00000082482 +CDS chr1 215086490 215086678 ENST00000457122 protein_coding 1 3 2 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000391895 protein_coding 6 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000478774 protein_coding 5 4 4 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000391894 protein_coding 6 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000444842 protein_coding 7 1 3 KCNK2 ENSG00000082482 +CDS chr1 215124633 215124750 ENST00000457122 protein_coding 1 3 3 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000391895 protein_coding 6 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169245 ENST00000478774 protein_coding 5 4 5 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000391894 protein_coding 6 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169359 ENST00000444842 protein_coding 7 1 4 KCNK2 ENSG00000082482 +CDS chr1 215169199 215169265 ENST00000457122 protein_coding 1 3 4 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000391895 protein_coding 6 1 5 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000391894 protein_coding 6 1 5 KCNK2 ENSG00000082482 +CDS chr1 215171997 215172183 ENST00000444842 protein_coding 7 1 5 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000391895 protein_coding 6 1 6 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000391894 protein_coding 6 1 6 KCNK2 ENSG00000082482 +CDS chr1 215194953 215195092 ENST00000444842 protein_coding 7 1 6 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000391895 protein_coding 6 1 7 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000391894 protein_coding 6 1 7 KCNK2 ENSG00000082482 +CDS chr1 215234828 215235142 ENST00000444842 protein_coding 7 1 7 KCNK2 ENSG00000082482 +transcript chr1 215567304 215621807 ENST00000259154 protein_coding 9 1 NA KCTD3 ENSG00000136636 +CDS chr1 215567686 215567768 ENST00000259154 protein_coding 9 1 1 KCTD3 ENSG00000136636 +CDS chr1 215573786 215573839 ENST00000259154 protein_coding 9 1 2 KCTD3 ENSG00000136636 +transcript chr1 215573786 215581179 ENST00000448333 protein_coding 1 2 NA KCTD3 ENSG00000136636 +CDS chr1 215573786 215573839 ENST00000448333 protein_coding 1 2 1 KCTD3 ENSG00000136636 +CDS chr1 215574073 215574118 ENST00000259154 protein_coding 9 1 3 KCTD3 ENSG00000136636 +CDS chr1 215574073 215574118 ENST00000448333 protein_coding 1 2 2 KCTD3 ENSG00000136636 +CDS chr1 215575901 215575974 ENST00000259154 protein_coding 9 1 4 KCTD3 ENSG00000136636 +CDS chr1 215575901 215575974 ENST00000448333 protein_coding 1 2 3 KCTD3 ENSG00000136636 +CDS chr1 215577670 215577728 ENST00000259154 protein_coding 9 1 5 KCTD3 ENSG00000136636 +CDS chr1 215577670 215577728 ENST00000448333 protein_coding 1 2 4 KCTD3 ENSG00000136636 +CDS chr1 215578001 215578081 ENST00000259154 protein_coding 9 1 6 KCTD3 ENSG00000136636 +CDS chr1 215578001 215578081 ENST00000448333 protein_coding 1 2 5 KCTD3 ENSG00000136636 +CDS chr1 215579000 215579137 ENST00000259154 protein_coding 9 1 7 KCTD3 ENSG00000136636 +CDS chr1 215579000 215579137 ENST00000448333 protein_coding 1 2 6 KCTD3 ENSG00000136636 +CDS chr1 215579909 215579999 ENST00000259154 protein_coding 9 1 8 KCTD3 ENSG00000136636 +CDS chr1 215579909 215579999 ENST00000448333 protein_coding 1 2 7 KCTD3 ENSG00000136636 +CDS chr1 215580972 215581065 ENST00000448333 protein_coding 1 2 8 KCTD3 ENSG00000136636 +CDS chr1 215586495 215586685 ENST00000259154 protein_coding 9 1 9 KCTD3 ENSG00000136636 +CDS chr1 215595356 215595471 ENST00000259154 protein_coding 9 1 10 KCTD3 ENSG00000136636 +CDS chr1 215601867 215601954 ENST00000259154 protein_coding 9 1 11 KCTD3 ENSG00000136636 +CDS chr1 215602085 215602201 ENST00000259154 protein_coding 9 1 12 KCTD3 ENSG00000136636 +transcript chr1 215602170 215618951 ENST00000452413 protein_coding 1 3 NA KCTD3 ENSG00000136636 +CDS chr1 215602170 215602201 ENST00000452413 protein_coding 1 3 1 KCTD3 ENSG00000136636 +CDS chr1 215604132 215604302 ENST00000259154 protein_coding 9 1 13 KCTD3 ENSG00000136636 +CDS chr1 215604132 215604302 ENST00000452413 protein_coding 1 3 2 KCTD3 ENSG00000136636 +CDS chr1 215608017 215608172 ENST00000259154 protein_coding 9 1 14 KCTD3 ENSG00000136636 +CDS chr1 215608017 215608172 ENST00000452413 protein_coding 1 3 3 KCTD3 ENSG00000136636 +CDS chr1 215611825 215611921 ENST00000259154 protein_coding 9 1 15 KCTD3 ENSG00000136636 +CDS chr1 215611825 215611921 ENST00000452413 protein_coding 1 3 4 KCTD3 ENSG00000136636 +CDS chr1 215618088 215618133 ENST00000452413 protein_coding 1 3 5 KCTD3 ENSG00000136636 +CDS chr1 215618886 215619070 ENST00000259154 protein_coding 9 1 16 KCTD3 ENSG00000136636 +CDS chr1 215619153 215619291 ENST00000259154 protein_coding 9 1 17 KCTD3 ENSG00000136636 +CDS chr1 215620057 215620615 ENST00000259154 protein_coding 9 1 18 KCTD3 ENSG00000136636 +transcript chr1 215622891 216423448 ENST00000674083 protein_coding 1 NA NA USH2A ENSG00000042781 +transcript chr1 215622891 216423448 ENST00000307340 protein_coding 8 1 NA USH2A ENSG00000042781 +CDS chr1 215625784 215625870 ENST00000674083 protein_coding 1 NA 73 USH2A ENSG00000042781 +CDS chr1 215625784 215625870 ENST00000307340 protein_coding 8 1 72 USH2A ENSG00000042781 +CDS chr1 215628814 215629035 ENST00000674083 protein_coding 1 NA 72 USH2A ENSG00000042781 +CDS chr1 215628814 215629035 ENST00000307340 protein_coding 8 1 71 USH2A ENSG00000042781 +CDS chr1 215630189 215630260 ENST00000674083 protein_coding 1 NA 71 USH2A ENSG00000042781 +CDS chr1 215634459 215634703 ENST00000674083 protein_coding 1 NA 70 USH2A ENSG00000042781 +CDS chr1 215634459 215634703 ENST00000307340 protein_coding 8 1 70 USH2A ENSG00000042781 +CDS chr1 215639155 215639238 ENST00000674083 protein_coding 1 NA 69 USH2A ENSG00000042781 +CDS chr1 215639155 215639238 ENST00000307340 protein_coding 8 1 69 USH2A ENSG00000042781 +CDS chr1 215640558 215640734 ENST00000674083 protein_coding 1 NA 68 USH2A ENSG00000042781 +CDS chr1 215640558 215640734 ENST00000307340 protein_coding 8 1 68 USH2A ENSG00000042781 +CDS chr1 215647522 215647730 ENST00000674083 protein_coding 1 NA 67 USH2A ENSG00000042781 +CDS chr1 215647522 215647730 ENST00000307340 protein_coding 8 1 67 USH2A ENSG00000042781 +CDS chr1 215648528 215648766 ENST00000674083 protein_coding 1 NA 66 USH2A ENSG00000042781 +CDS chr1 215648528 215648766 ENST00000307340 protein_coding 8 1 66 USH2A ENSG00000042781 +CDS chr1 215650592 215650801 ENST00000674083 protein_coding 1 NA 65 USH2A ENSG00000042781 +CDS chr1 215650592 215650801 ENST00000307340 protein_coding 8 1 65 USH2A ENSG00000042781 +CDS chr1 215670972 215671293 ENST00000674083 protein_coding 1 NA 64 USH2A ENSG00000042781 +CDS chr1 215670972 215671293 ENST00000307340 protein_coding 8 1 64 USH2A ENSG00000042781 +CDS chr1 215674100 215675616 ENST00000674083 protein_coding 1 NA 63 USH2A ENSG00000042781 +CDS chr1 215674100 215675616 ENST00000307340 protein_coding 8 1 63 USH2A ENSG00000042781 +CDS chr1 215680149 215680376 ENST00000674083 protein_coding 1 NA 62 USH2A ENSG00000042781 +CDS chr1 215680149 215680376 ENST00000307340 protein_coding 8 1 62 USH2A ENSG00000042781 +CDS chr1 215728030 215728384 ENST00000674083 protein_coding 1 NA 61 USH2A ENSG00000042781 +CDS chr1 215728030 215728384 ENST00000307340 protein_coding 8 1 61 USH2A ENSG00000042781 +CDS chr1 215741375 215741537 ENST00000674083 protein_coding 1 NA 60 USH2A ENSG00000042781 +CDS chr1 215741375 215741537 ENST00000307340 protein_coding 8 1 60 USH2A ENSG00000042781 +CDS chr1 215743177 215743335 ENST00000674083 protein_coding 1 NA 59 USH2A ENSG00000042781 +CDS chr1 215743177 215743335 ENST00000307340 protein_coding 8 1 59 USH2A ENSG00000042781 +CDS chr1 215758595 215758752 ENST00000674083 protein_coding 1 NA 58 USH2A ENSG00000042781 +CDS chr1 215758595 215758752 ENST00000307340 protein_coding 8 1 58 USH2A ENSG00000042781 +CDS chr1 215759660 215759843 ENST00000674083 protein_coding 1 NA 57 USH2A ENSG00000042781 +CDS chr1 215759660 215759843 ENST00000307340 protein_coding 8 1 57 USH2A ENSG00000042781 +CDS chr1 215766681 215766788 ENST00000674083 protein_coding 1 NA 56 USH2A ENSG00000042781 +CDS chr1 215766681 215766788 ENST00000307340 protein_coding 8 1 56 USH2A ENSG00000042781 +CDS chr1 215779843 215780041 ENST00000674083 protein_coding 1 NA 55 USH2A ENSG00000042781 +CDS chr1 215779843 215780041 ENST00000307340 protein_coding 8 1 55 USH2A ENSG00000042781 +CDS chr1 215782042 215782196 ENST00000674083 protein_coding 1 NA 54 USH2A ENSG00000042781 +CDS chr1 215782042 215782196 ENST00000307340 protein_coding 8 1 54 USH2A ENSG00000042781 +CDS chr1 215782738 215782935 ENST00000674083 protein_coding 1 NA 53 USH2A ENSG00000042781 +CDS chr1 215782738 215782935 ENST00000307340 protein_coding 8 1 53 USH2A ENSG00000042781 +CDS chr1 215786670 215786874 ENST00000674083 protein_coding 1 NA 52 USH2A ENSG00000042781 +CDS chr1 215786670 215786874 ENST00000307340 protein_coding 8 1 52 USH2A ENSG00000042781 +CDS chr1 215790059 215790282 ENST00000674083 protein_coding 1 NA 51 USH2A ENSG00000042781 +CDS chr1 215790059 215790282 ENST00000307340 protein_coding 8 1 51 USH2A ENSG00000042781 +CDS chr1 215798907 215799125 ENST00000674083 protein_coding 1 NA 50 USH2A ENSG00000042781 +CDS chr1 215798907 215799125 ENST00000307340 protein_coding 8 1 50 USH2A ENSG00000042781 +CDS chr1 215813736 215813904 ENST00000674083 protein_coding 1 NA 49 USH2A ENSG00000042781 +CDS chr1 215813736 215813904 ENST00000307340 protein_coding 8 1 49 USH2A ENSG00000042781 +CDS chr1 215816997 215817195 ENST00000674083 protein_coding 1 NA 48 USH2A ENSG00000042781 +CDS chr1 215816997 215817195 ENST00000307340 protein_coding 8 1 48 USH2A ENSG00000042781 +CDS chr1 215837991 215838103 ENST00000674083 protein_coding 1 NA 47 USH2A ENSG00000042781 +CDS chr1 215837991 215838103 ENST00000307340 protein_coding 8 1 47 USH2A ENSG00000042781 +CDS chr1 215844294 215844496 ENST00000674083 protein_coding 1 NA 46 USH2A ENSG00000042781 +CDS chr1 215844294 215844496 ENST00000307340 protein_coding 8 1 46 USH2A ENSG00000042781 +CDS chr1 215845824 215846033 ENST00000674083 protein_coding 1 NA 45 USH2A ENSG00000042781 +CDS chr1 215845824 215846033 ENST00000307340 protein_coding 8 1 45 USH2A ENSG00000042781 +CDS chr1 215867007 215867170 ENST00000674083 protein_coding 1 NA 44 USH2A ENSG00000042781 +CDS chr1 215867007 215867170 ENST00000307340 protein_coding 8 1 44 USH2A ENSG00000042781 +CDS chr1 215877758 215877880 ENST00000674083 protein_coding 1 NA 43 USH2A ENSG00000042781 +CDS chr1 215877758 215877880 ENST00000307340 protein_coding 8 1 43 USH2A ENSG00000042781 +CDS chr1 215878764 215879098 ENST00000674083 protein_coding 1 NA 42 USH2A ENSG00000042781 +CDS chr1 215878764 215879098 ENST00000307340 protein_coding 8 1 42 USH2A ENSG00000042781 +CDS chr1 215888426 215889054 ENST00000674083 protein_coding 1 NA 41 USH2A ENSG00000042781 +CDS chr1 215888426 215889054 ENST00000307340 protein_coding 8 1 41 USH2A ENSG00000042781 +CDS chr1 215900075 215900217 ENST00000674083 protein_coding 1 NA 40 USH2A ENSG00000042781 +CDS chr1 215900075 215900217 ENST00000307340 protein_coding 8 1 40 USH2A ENSG00000042781 +CDS chr1 215900755 215900905 ENST00000674083 protein_coding 1 NA 39 USH2A ENSG00000042781 +CDS chr1 215900755 215900905 ENST00000307340 protein_coding 8 1 39 USH2A ENSG00000042781 +CDS chr1 215934616 215934795 ENST00000674083 protein_coding 1 NA 38 USH2A ENSG00000042781 +CDS chr1 215934616 215934795 ENST00000307340 protein_coding 8 1 38 USH2A ENSG00000042781 +CDS chr1 215965317 215965479 ENST00000674083 protein_coding 1 NA 37 USH2A ENSG00000042781 +CDS chr1 215965317 215965479 ENST00000307340 protein_coding 8 1 37 USH2A ENSG00000042781 +CDS chr1 215970625 215970776 ENST00000674083 protein_coding 1 NA 36 USH2A ENSG00000042781 +CDS chr1 215970625 215970776 ENST00000307340 protein_coding 8 1 36 USH2A ENSG00000042781 +CDS chr1 215993020 215993167 ENST00000674083 protein_coding 1 NA 35 USH2A ENSG00000042781 +CDS chr1 215993020 215993167 ENST00000307340 protein_coding 8 1 35 USH2A ENSG00000042781 +CDS chr1 215998887 215999058 ENST00000674083 protein_coding 1 NA 34 USH2A ENSG00000042781 +CDS chr1 215998887 215999058 ENST00000307340 protein_coding 8 1 34 USH2A ENSG00000042781 +CDS chr1 216000403 216000562 ENST00000674083 protein_coding 1 NA 33 USH2A ENSG00000042781 +CDS chr1 216000403 216000562 ENST00000307340 protein_coding 8 1 33 USH2A ENSG00000042781 +CDS chr1 216046431 216046592 ENST00000674083 protein_coding 1 NA 32 USH2A ENSG00000042781 +CDS chr1 216046431 216046592 ENST00000307340 protein_coding 8 1 32 USH2A ENSG00000042781 +CDS chr1 216048534 216048647 ENST00000674083 protein_coding 1 NA 31 USH2A ENSG00000042781 +CDS chr1 216048534 216048647 ENST00000307340 protein_coding 8 1 31 USH2A ENSG00000042781 +CDS chr1 216070101 216070292 ENST00000674083 protein_coding 1 NA 30 USH2A ENSG00000042781 +CDS chr1 216070101 216070292 ENST00000307340 protein_coding 8 1 30 USH2A ENSG00000042781 +CDS chr1 216072889 216072969 ENST00000674083 protein_coding 1 NA 29 USH2A ENSG00000042781 +CDS chr1 216072889 216072969 ENST00000307340 protein_coding 8 1 29 USH2A ENSG00000042781 +CDS chr1 216073097 216073300 ENST00000674083 protein_coding 1 NA 28 USH2A ENSG00000042781 +CDS chr1 216073097 216073300 ENST00000307340 protein_coding 8 1 28 USH2A ENSG00000042781 +CDS chr1 216078089 216078362 ENST00000674083 protein_coding 1 NA 27 USH2A ENSG00000042781 +CDS chr1 216078089 216078362 ENST00000307340 protein_coding 8 1 27 USH2A ENSG00000042781 +CDS chr1 216083456 216083586 ENST00000674083 protein_coding 1 NA 26 USH2A ENSG00000042781 +CDS chr1 216083456 216083586 ENST00000307340 protein_coding 8 1 26 USH2A ENSG00000042781 +CDS chr1 216084698 216084877 ENST00000674083 protein_coding 1 NA 25 USH2A ENSG00000042781 +CDS chr1 216084698 216084877 ENST00000307340 protein_coding 8 1 25 USH2A ENSG00000042781 +CDS chr1 216086719 216086820 ENST00000674083 protein_coding 1 NA 24 USH2A ENSG00000042781 +CDS chr1 216086719 216086820 ENST00000307340 protein_coding 8 1 24 USH2A ENSG00000042781 +CDS chr1 216089013 216089139 ENST00000674083 protein_coding 1 NA 23 USH2A ENSG00000042781 +CDS chr1 216089013 216089139 ENST00000307340 protein_coding 8 1 23 USH2A ENSG00000042781 +CDS chr1 216097083 216097213 ENST00000674083 protein_coding 1 NA 22 USH2A ENSG00000042781 +CDS chr1 216097083 216097213 ENST00000307340 protein_coding 8 1 22 USH2A ENSG00000042781 +transcript chr1 216173946 216423396 ENST00000366942 protein_coding 3 1 NA USH2A ENSG00000042781 +CDS chr1 216175241 216175482 ENST00000366942 protein_coding 3 1 21 USH2A ENSG00000042781 +CDS chr1 216175252 216175482 ENST00000674083 protein_coding 1 NA 21 USH2A ENSG00000042781 +CDS chr1 216175252 216175482 ENST00000307340 protein_coding 8 1 21 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000674083 protein_coding 1 NA 20 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000307340 protein_coding 8 1 20 USH2A ENSG00000042781 +CDS chr1 216190223 216190367 ENST00000366942 protein_coding 3 1 20 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000674083 protein_coding 1 NA 19 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000307340 protein_coding 8 1 19 USH2A ENSG00000042781 +CDS chr1 216196553 216196722 ENST00000366942 protein_coding 3 1 19 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000674083 protein_coding 1 NA 18 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000307340 protein_coding 8 1 18 USH2A ENSG00000042781 +CDS chr1 216198315 216198584 ENST00000366942 protein_coding 3 1 18 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000674083 protein_coding 1 NA 17 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000307340 protein_coding 8 1 17 USH2A ENSG00000042781 +CDS chr1 216199627 216200121 ENST00000366942 protein_coding 3 1 17 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000674083 protein_coding 1 NA 16 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000307340 protein_coding 8 1 16 USH2A ENSG00000042781 +CDS chr1 216207273 216207431 ENST00000366942 protein_coding 3 1 16 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000674083 protein_coding 1 NA 15 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000307340 protein_coding 8 1 15 USH2A ENSG00000042781 +CDS chr1 216217387 216217550 ENST00000366942 protein_coding 3 1 15 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000674083 protein_coding 1 NA 14 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000307340 protein_coding 8 1 14 USH2A ENSG00000042781 +CDS chr1 216231953 216232136 ENST00000366942 protein_coding 3 1 14 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000674083 protein_coding 1 NA 13 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000307340 protein_coding 8 1 13 USH2A ENSG00000042781 +CDS chr1 216246585 216247226 ENST00000366942 protein_coding 3 1 13 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000674083 protein_coding 1 NA 12 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000307340 protein_coding 8 1 12 USH2A ENSG00000042781 +CDS chr1 216250903 216251098 ENST00000366942 protein_coding 3 1 12 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000674083 protein_coding 1 NA 11 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000307340 protein_coding 8 1 11 USH2A ENSG00000042781 +CDS chr1 216289280 216289410 ENST00000366942 protein_coding 3 1 11 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000674083 protein_coding 1 NA 10 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000307340 protein_coding 8 1 10 USH2A ENSG00000042781 +CDS chr1 216292175 216292370 ENST00000366942 protein_coding 3 1 10 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000674083 protein_coding 1 NA 9 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000307340 protein_coding 8 1 9 USH2A ENSG00000042781 +CDS chr1 216321883 216321976 ENST00000366942 protein_coding 3 1 9 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000674083 protein_coding 1 NA 8 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000307340 protein_coding 8 1 8 USH2A ENSG00000042781 +CDS chr1 216323474 216323695 ENST00000366942 protein_coding 3 1 8 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000674083 protein_coding 1 NA 7 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000307340 protein_coding 8 1 7 USH2A ENSG00000042781 +CDS chr1 216324168 216324352 ENST00000366942 protein_coding 3 1 7 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000674083 protein_coding 1 NA 6 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000307340 protein_coding 8 1 6 USH2A ENSG00000042781 +CDS chr1 216325305 216325599 ENST00000366942 protein_coding 3 1 6 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000674083 protein_coding 1 NA 5 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000307340 protein_coding 8 1 5 USH2A ENSG00000042781 +CDS chr1 216327591 216327654 ENST00000366942 protein_coding 3 1 5 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000674083 protein_coding 1 NA 4 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000307340 protein_coding 8 1 4 USH2A ENSG00000042781 +CDS chr1 216364953 216365085 ENST00000366942 protein_coding 3 1 4 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000674083 protein_coding 1 NA 3 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000307340 protein_coding 8 1 3 USH2A ENSG00000042781 +CDS chr1 216418514 216418679 ENST00000366942 protein_coding 3 1 3 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000674083 protein_coding 1 NA 2 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000307340 protein_coding 8 1 2 USH2A ENSG00000042781 +CDS chr1 216421852 216422336 ENST00000366942 protein_coding 3 1 2 USH2A ENSG00000042781 +transcript chr1 216503246 216715253 ENST00000616180 protein_coding 4 5 NA ESRRG ENSG00000196482 +transcript chr1 216503246 216723472 ENST00000391890 protein_coding 7 5 NA ESRRG ENSG00000196482 +transcript chr1 216503246 217089645 ENST00000361525 protein_coding 7 5 NA ESRRG ENSG00000196482 +transcript chr1 216503251 216723429 ENST00000408911 protein_coding 8 1 NA ESRRG ENSG00000196482 +transcript chr1 216503251 217137755 ENST00000366940 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216723453 ENST00000366937 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216805367 ENST00000360012 protein_coding 7 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216939673 ENST00000361395 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 216939673 ENST00000366938 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 217089605 ENST00000359162 protein_coding 6 1 NA ESRRG ENSG00000196482 +transcript chr1 216503254 217137754 ENST00000493603 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216503255 217089806 ENST00000673908 protein_coding 1 NA NA ESRRG ENSG00000196482 +transcript chr1 216505454 217076931 ENST00000463665 protein_coding 5 2 NA ESRRG ENSG00000196482 +transcript chr1 216505490 216939670 ENST00000487276 protein_coding 5 1 NA ESRRG ENSG00000196482 +transcript chr1 216506788 217076889 ENST00000493748 protein_coding 5 1 NA ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000616180 protein_coding 4 5 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000391890 protein_coding 7 5 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000361525 protein_coding 7 5 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000408911 protein_coding 8 1 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366940 protein_coding 6 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366937 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000360012 protein_coding 7 1 7 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000361395 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000366938 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000359162 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000493603 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000673908 protein_coding 1 NA 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000463665 protein_coding 5 2 8 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000487276 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216506942 216507183 ENST00000493748 protein_coding 5 1 9 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000616180 protein_coding 4 5 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000391890 protein_coding 7 5 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000361525 protein_coding 7 5 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000408911 protein_coding 8 1 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366940 protein_coding 6 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366937 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000360012 protein_coding 7 1 6 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000361395 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000366938 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000359162 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000493603 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000673908 protein_coding 1 NA 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000463665 protein_coding 5 2 7 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000487276 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000493748 protein_coding 5 1 8 ESRRG ENSG00000196482 +transcript chr1 216519152 216723332 ENST00000475275 protein_coding 5 1 NA ESRRG ENSG00000196482 +CDS chr1 216519152 216519421 ENST00000475275 protein_coding 5 1 8 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000616180 protein_coding 4 5 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000391890 protein_coding 7 5 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000361525 protein_coding 7 5 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000408911 protein_coding 8 1 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000366940 protein_coding 6 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564401 ENST00000366937 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000360012 protein_coding 7 1 5 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000361395 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000366938 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000359162 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000493603 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564401 ENST00000673908 protein_coding 1 NA 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000463665 protein_coding 5 2 6 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000487276 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000493748 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216564219 216564380 ENST00000475275 protein_coding 5 1 7 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000616180 protein_coding 4 5 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000391890 protein_coding 7 5 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000361525 protein_coding 7 5 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000408911 protein_coding 8 1 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366940 protein_coding 6 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366937 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000360012 protein_coding 7 1 4 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000361395 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000366938 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000359162 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000493603 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000673908 protein_coding 1 NA 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000463665 protein_coding 5 2 5 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000487276 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000493748 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216567988 216568098 ENST00000475275 protein_coding 5 1 6 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000616180 protein_coding 4 5 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000391890 protein_coding 7 5 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000361525 protein_coding 7 5 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000408911 protein_coding 8 1 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366940 protein_coding 6 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366937 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000360012 protein_coding 7 1 3 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000361395 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000366938 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000359162 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000493603 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000673908 protein_coding 1 NA 4 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000487276 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000493748 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216650973 216651089 ENST00000475275 protein_coding 5 1 5 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000616180 protein_coding 4 5 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000391890 protein_coding 7 5 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000361525 protein_coding 7 5 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677491 ENST00000408911 protein_coding 8 1 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000366940 protein_coding 6 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677491 ENST00000366937 protein_coding 5 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000360012 protein_coding 7 1 2 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000361395 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000366938 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000359162 protein_coding 6 1 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000493603 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000673908 protein_coding 1 NA 3 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000463665 protein_coding 5 2 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000487276 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000493748 protein_coding 5 1 4 ESRRG ENSG00000196482 +CDS chr1 216677076 216677478 ENST00000475275 protein_coding 5 1 4 ESRRG ENSG00000196482 +transcript chr1 216677201 216723416 ENST00000469486 protein_coding 5 3 NA ESRRG ENSG00000196482 +CDS chr1 216677201 216677478 ENST00000469486 protein_coding 5 3 3 ESRRG ENSG00000196482 +transcript chr1 216677312 216723452 ENST00000459955 protein_coding 5 4 NA ESRRG ENSG00000196482 +CDS chr1 216677312 216677478 ENST00000459955 protein_coding 5 4 3 ESRRG ENSG00000196482 +transcript chr1 216677328 216723425 ENST00000481543 protein_coding 1 4 NA ESRRG ENSG00000196482 +CDS chr1 216677328 216677478 ENST00000481543 protein_coding 1 4 4 ESRRG ENSG00000196482 +CDS chr1 216707359 216707429 ENST00000366937 protein_coding 5 1 2 ESRRG ENSG00000196482 +CDS chr1 216723244 216723299 ENST00000408911 protein_coding 8 1 1 ESRRG ENSG00000196482 +transcript chr1 217426992 217631090 ENST00000366935 protein_coding 8 2 NA GPATCH2 ENSG00000092978 +CDS chr1 217431148 217431365 ENST00000366935 protein_coding 8 2 10 GPATCH2 ENSG00000092978 +CDS chr1 217449249 217449337 ENST00000366935 protein_coding 8 2 9 GPATCH2 ENSG00000092978 +CDS chr1 217491680 217491750 ENST00000366935 protein_coding 8 2 8 GPATCH2 ENSG00000092978 +CDS chr1 217498356 217498395 ENST00000366935 protein_coding 8 2 7 GPATCH2 ENSG00000092978 +CDS chr1 217514822 217514889 ENST00000366935 protein_coding 8 2 6 GPATCH2 ENSG00000092978 +transcript chr1 217608184 217631082 ENST00000366934 protein_coding 3 1 NA GPATCH2 ENSG00000092978 +CDS chr1 217610163 217610192 ENST00000366934 protein_coding 3 1 6 GPATCH2 ENSG00000092978 +CDS chr1 217610321 217610400 ENST00000366935 protein_coding 8 2 5 GPATCH2 ENSG00000092978 +CDS chr1 217610321 217610400 ENST00000366934 protein_coding 3 1 5 GPATCH2 ENSG00000092978 +CDS chr1 217610889 217611071 ENST00000366935 protein_coding 8 2 4 GPATCH2 ENSG00000092978 +CDS chr1 217610889 217611071 ENST00000366934 protein_coding 3 1 4 GPATCH2 ENSG00000092978 +CDS chr1 217614141 217614202 ENST00000366935 protein_coding 8 2 3 GPATCH2 ENSG00000092978 +CDS chr1 217614141 217614202 ENST00000366934 protein_coding 3 1 3 GPATCH2 ENSG00000092978 +CDS chr1 217619783 217620499 ENST00000366935 protein_coding 8 2 2 GPATCH2 ENSG00000092978 +CDS chr1 217619783 217620499 ENST00000366934 protein_coding 3 1 2 GPATCH2 ENSG00000092978 +CDS chr1 217630916 217630971 ENST00000366935 protein_coding 8 2 1 GPATCH2 ENSG00000092978 +CDS chr1 217630916 217630971 ENST00000366934 protein_coding 3 1 1 GPATCH2 ENSG00000092978 +transcript chr1 217631344 217871696 ENST00000366933 protein_coding 5 1 NA SPATA17 ENSG00000162814 +CDS chr1 217631379 217631446 ENST00000366933 protein_coding 5 1 1 SPATA17 ENSG00000162814 +CDS chr1 217648882 217648971 ENST00000366933 protein_coding 5 1 2 SPATA17 ENSG00000162814 +CDS chr1 217651097 217651178 ENST00000366933 protein_coding 5 1 3 SPATA17 ENSG00000162814 +CDS chr1 217669033 217669083 ENST00000366933 protein_coding 5 1 4 SPATA17 ENSG00000162814 +CDS chr1 217683258 217683361 ENST00000366933 protein_coding 5 1 5 SPATA17 ENSG00000162814 +CDS chr1 217741975 217742098 ENST00000366933 protein_coding 5 1 6 SPATA17 ENSG00000162814 +CDS chr1 217774334 217774537 ENST00000366933 protein_coding 5 1 7 SPATA17 ENSG00000162814 +CDS chr1 217782174 217782322 ENST00000366933 protein_coding 5 1 8 SPATA17 ENSG00000162814 +CDS chr1 217801718 217801850 ENST00000366933 protein_coding 5 1 9 SPATA17 ENSG00000162814 +CDS chr1 217862774 217862851 ENST00000366933 protein_coding 5 1 10 SPATA17 ENSG00000162814 +transcript chr1 218285293 218337983 ENST00000366932 protein_coding 4 1 NA RRP15 ENSG00000067533 +CDS chr1 218285317 218285455 ENST00000366932 protein_coding 4 1 1 RRP15 ENSG00000067533 +CDS chr1 218302294 218302559 ENST00000366932 protein_coding 4 1 2 RRP15 ENSG00000067533 +CDS chr1 218305028 218305125 ENST00000366932 protein_coding 4 1 3 RRP15 ENSG00000067533 +CDS chr1 218307431 218307632 ENST00000366932 protein_coding 4 1 4 RRP15 ENSG00000067533 +CDS chr1 218330948 218331088 ENST00000366932 protein_coding 4 1 5 RRP15 ENSG00000067533 +transcript chr1 218345336 218444619 ENST00000366930 protein_coding 9 1 NA TGFB2 ENSG00000092969 +transcript chr1 218346235 218444619 ENST00000366929 protein_coding 4 1 NA TGFB2 ENSG00000092969 +CDS chr1 218346702 218347047 ENST00000366930 protein_coding 9 1 1 TGFB2 ENSG00000092969 +CDS chr1 218346702 218347047 ENST00000366929 protein_coding 4 1 1 TGFB2 ENSG00000092969 +CDS chr1 218363334 218363417 ENST00000366929 protein_coding 4 1 2 TGFB2 ENSG00000092969 +CDS chr1 218405169 218405332 ENST00000366930 protein_coding 9 1 2 TGFB2 ENSG00000092969 +CDS chr1 218405169 218405332 ENST00000366929 protein_coding 4 1 3 TGFB2 ENSG00000092969 +CDS chr1 218434082 218434214 ENST00000366930 protein_coding 9 1 3 TGFB2 ENSG00000092969 +CDS chr1 218434082 218434214 ENST00000366929 protein_coding 4 1 4 TGFB2 ENSG00000092969 +CDS chr1 218434338 218434448 ENST00000366930 protein_coding 9 1 4 TGFB2 ENSG00000092969 +CDS chr1 218434338 218434448 ENST00000366929 protein_coding 4 1 5 TGFB2 ENSG00000092969 +CDS chr1 218435970 218436147 ENST00000366930 protein_coding 9 1 5 TGFB2 ENSG00000092969 +CDS chr1 218435970 218436147 ENST00000366929 protein_coding 4 1 6 TGFB2 ENSG00000092969 +CDS chr1 218437343 218437496 ENST00000366930 protein_coding 9 1 6 TGFB2 ENSG00000092969 +CDS chr1 218437343 218437496 ENST00000366929 protein_coding 4 1 7 TGFB2 ENSG00000092969 +CDS chr1 218441204 218441359 ENST00000366930 protein_coding 9 1 7 TGFB2 ENSG00000092969 +CDS chr1 218441204 218441359 ENST00000366929 protein_coding 4 1 8 TGFB2 ENSG00000092969 +transcript chr1 219173875 219212865 ENST00000366927 protein_coding 3 1 NA LYPLAL1 ENSG00000143353 +transcript chr1 219173878 219212858 ENST00000366928 protein_coding 10 1 NA LYPLAL1 ENSG00000143353 +CDS chr1 219173891 219173981 ENST00000366928 protein_coding 10 1 1 LYPLAL1 ENSG00000143353 +CDS chr1 219173891 219173981 ENST00000366927 protein_coding 3 1 1 LYPLAL1 ENSG00000143353 +CDS chr1 219179147 219179246 ENST00000366928 protein_coding 10 1 2 LYPLAL1 ENSG00000143353 +CDS chr1 219179147 219179246 ENST00000366927 protein_coding 3 1 2 LYPLAL1 ENSG00000143353 +CDS chr1 219193082 219193251 ENST00000366928 protein_coding 10 1 3 LYPLAL1 ENSG00000143353 +CDS chr1 219193130 219193251 ENST00000366927 protein_coding 3 1 3 LYPLAL1 ENSG00000143353 +CDS chr1 219210532 219210647 ENST00000366928 protein_coding 10 1 4 LYPLAL1 ENSG00000143353 +CDS chr1 219210532 219210647 ENST00000366927 protein_coding 3 1 4 LYPLAL1 ENSG00000143353 +CDS chr1 219211492 219211725 ENST00000366928 protein_coding 10 1 5 LYPLAL1 ENSG00000143353 +CDS chr1 219211492 219211725 ENST00000366927 protein_coding 3 1 5 LYPLAL1 ENSG00000143353 +transcript chr1 219608010 219613145 ENST00000651890 protein_coding 1 NA NA ZC3H11B ENSG00000215817 +CDS chr1 219609648 219612062 ENST00000651890 protein_coding 1 NA 2 ZC3H11B ENSG00000215817 +transcript chr1 219910445 219928557 ENST00000366926 protein_coding 4 1 NA SLC30A10 ENSG00000196660 +CDS chr1 219915452 219915948 ENST00000366926 protein_coding 4 1 4 SLC30A10 ENSG00000196660 +CDS chr1 219918255 219918494 ENST00000366926 protein_coding 4 1 3 SLC30A10 ENSG00000196660 +CDS chr1 219927028 219927105 ENST00000366926 protein_coding 4 1 2 SLC30A10 ENSG00000196660 +CDS chr1 219927801 219928440 ENST00000366926 protein_coding 4 1 1 SLC30A10 ENSG00000196660 +transcript chr1 219968600 220046505 ENST00000366923 protein_coding 8 1 NA EPRS1 ENSG00000136628 +CDS chr1 219968809 219968956 ENST00000366923 protein_coding 8 1 32 EPRS1 ENSG00000136628 +CDS chr1 219969058 219969122 ENST00000366923 protein_coding 8 1 31 EPRS1 ENSG00000136628 +CDS chr1 219972069 219972147 ENST00000366923 protein_coding 8 1 30 EPRS1 ENSG00000136628 +CDS chr1 219973238 219973398 ENST00000366923 protein_coding 8 1 29 EPRS1 ENSG00000136628 +CDS chr1 219978546 219978719 ENST00000366923 protein_coding 8 1 28 EPRS1 ENSG00000136628 +CDS chr1 219979418 219979615 ENST00000366923 protein_coding 8 1 27 EPRS1 ENSG00000136628 +CDS chr1 219980085 219980240 ENST00000366923 protein_coding 8 1 26 EPRS1 ENSG00000136628 +CDS chr1 219980756 219980857 ENST00000366923 protein_coding 8 1 25 EPRS1 ENSG00000136628 +CDS chr1 219981378 219981457 ENST00000366923 protein_coding 8 1 24 EPRS1 ENSG00000136628 +CDS chr1 219982772 219982844 ENST00000366923 protein_coding 8 1 23 EPRS1 ENSG00000136628 +CDS chr1 219983189 219983398 ENST00000366923 protein_coding 8 1 22 EPRS1 ENSG00000136628 +CDS chr1 219984206 219984257 ENST00000366923 protein_coding 8 1 21 EPRS1 ENSG00000136628 +CDS chr1 219987142 219987404 ENST00000366923 protein_coding 8 1 20 EPRS1 ENSG00000136628 +transcript chr1 219987296 220046451 ENST00000609181 protein_coding 5 1 NA EPRS1 ENSG00000136628 +CDS chr1 219987296 219987404 ENST00000609181 protein_coding 5 1 21 EPRS1 ENSG00000136628 +CDS chr1 219988590 219988823 ENST00000366923 protein_coding 8 1 19 EPRS1 ENSG00000136628 +CDS chr1 219988590 219988823 ENST00000609181 protein_coding 5 1 20 EPRS1 ENSG00000136628 +CDS chr1 219996983 219997342 ENST00000366923 protein_coding 8 1 18 EPRS1 ENSG00000136628 +CDS chr1 219996983 219997342 ENST00000609181 protein_coding 5 1 19 EPRS1 ENSG00000136628 +CDS chr1 220001138 220001255 ENST00000366923 protein_coding 8 1 17 EPRS1 ENSG00000136628 +CDS chr1 220001138 220001255 ENST00000609181 protein_coding 5 1 18 EPRS1 ENSG00000136628 +CDS chr1 220005248 220005360 ENST00000366923 protein_coding 8 1 16 EPRS1 ENSG00000136628 +CDS chr1 220005248 220005360 ENST00000609181 protein_coding 5 1 17 EPRS1 ENSG00000136628 +CDS chr1 220006106 220006313 ENST00000366923 protein_coding 8 1 15 EPRS1 ENSG00000136628 +CDS chr1 220006106 220006313 ENST00000609181 protein_coding 5 1 16 EPRS1 ENSG00000136628 +CDS chr1 220007202 220007338 ENST00000366923 protein_coding 8 1 14 EPRS1 ENSG00000136628 +CDS chr1 220007202 220007338 ENST00000609181 protein_coding 5 1 15 EPRS1 ENSG00000136628 +CDS chr1 220010946 220011056 ENST00000366923 protein_coding 8 1 13 EPRS1 ENSG00000136628 +CDS chr1 220010946 220011056 ENST00000609181 protein_coding 5 1 14 EPRS1 ENSG00000136628 +CDS chr1 220018126 220018146 ENST00000609181 protein_coding 5 1 13 EPRS1 ENSG00000136628 +CDS chr1 220018449 220018508 ENST00000366923 protein_coding 8 1 12 EPRS1 ENSG00000136628 +CDS chr1 220018449 220018508 ENST00000609181 protein_coding 5 1 12 EPRS1 ENSG00000136628 +CDS chr1 220018995 220019079 ENST00000366923 protein_coding 8 1 11 EPRS1 ENSG00000136628 +CDS chr1 220018995 220019079 ENST00000609181 protein_coding 5 1 11 EPRS1 ENSG00000136628 +CDS chr1 220019988 220020221 ENST00000366923 protein_coding 8 1 10 EPRS1 ENSG00000136628 +CDS chr1 220019988 220020221 ENST00000609181 protein_coding 5 1 10 EPRS1 ENSG00000136628 +CDS chr1 220022347 220022518 ENST00000366923 protein_coding 8 1 9 EPRS1 ENSG00000136628 +CDS chr1 220022347 220022518 ENST00000609181 protein_coding 5 1 9 EPRS1 ENSG00000136628 +CDS chr1 220024264 220024456 ENST00000366923 protein_coding 8 1 8 EPRS1 ENSG00000136628 +CDS chr1 220024264 220024456 ENST00000609181 protein_coding 5 1 8 EPRS1 ENSG00000136628 +CDS chr1 220025132 220025258 ENST00000366923 protein_coding 8 1 7 EPRS1 ENSG00000136628 +CDS chr1 220025132 220025258 ENST00000609181 protein_coding 5 1 7 EPRS1 ENSG00000136628 +CDS chr1 220030386 220030480 ENST00000366923 protein_coding 8 1 6 EPRS1 ENSG00000136628 +CDS chr1 220030386 220030480 ENST00000609181 protein_coding 5 1 6 EPRS1 ENSG00000136628 +CDS chr1 220032387 220032526 ENST00000366923 protein_coding 8 1 5 EPRS1 ENSG00000136628 +CDS chr1 220032387 220032526 ENST00000609181 protein_coding 5 1 5 EPRS1 ENSG00000136628 +CDS chr1 220033502 220033658 ENST00000366923 protein_coding 8 1 4 EPRS1 ENSG00000136628 +CDS chr1 220033502 220033658 ENST00000609181 protein_coding 5 1 4 EPRS1 ENSG00000136628 +CDS chr1 220034914 220035013 ENST00000366923 protein_coding 8 1 3 EPRS1 ENSG00000136628 +CDS chr1 220034914 220035013 ENST00000609181 protein_coding 5 1 3 EPRS1 ENSG00000136628 +CDS chr1 220040185 220040269 ENST00000366923 protein_coding 8 1 2 EPRS1 ENSG00000136628 +CDS chr1 220040185 220040269 ENST00000609181 protein_coding 5 1 2 EPRS1 ENSG00000136628 +CDS chr1 220046343 220046388 ENST00000366923 protein_coding 8 1 1 EPRS1 ENSG00000136628 +CDS chr1 220046343 220046388 ENST00000609181 protein_coding 5 1 1 EPRS1 ENSG00000136628 +transcript chr1 220057482 220089788 ENST00000322067 protein_coding 12 1 NA BPNT1 ENSG00000162813 +transcript chr1 220057482 220089853 ENST00000414869 protein_coding 6 2 NA BPNT1 ENSG00000162813 +transcript chr1 220057482 220089853 ENST00000544404 protein_coding 5 2 NA BPNT1 ENSG00000162813 +transcript chr1 220057484 220090462 ENST00000469520 protein_coding 6 5 NA BPNT1 ENSG00000162813 +transcript chr1 220057731 220089772 ENST00000354807 protein_coding 7 5 NA BPNT1 ENSG00000162813 +CDS chr1 220057915 220057917 ENST00000354807 protein_coding 7 5 11 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000322067 protein_coding 12 1 9 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000414869 protein_coding 6 2 8 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000544404 protein_coding 5 2 8 BPNT1 ENSG00000162813 +CDS chr1 220058847 220058992 ENST00000469520 protein_coding 6 5 10 BPNT1 ENSG00000162813 +CDS chr1 220058946 220058992 ENST00000354807 protein_coding 7 5 10 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000322067 protein_coding 12 1 8 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000414869 protein_coding 6 2 7 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000544404 protein_coding 5 2 7 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000469520 protein_coding 6 5 9 BPNT1 ENSG00000162813 +CDS chr1 220059686 220059791 ENST00000354807 protein_coding 7 5 9 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000322067 protein_coding 12 1 7 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000414869 protein_coding 6 2 6 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000544404 protein_coding 5 2 6 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000469520 protein_coding 6 5 8 BPNT1 ENSG00000162813 +CDS chr1 220062757 220062954 ENST00000354807 protein_coding 7 5 8 BPNT1 ENSG00000162813 +transcript chr1 220062811 220089769 ENST00000463953 protein_coding 5 3 NA BPNT1 ENSG00000162813 +CDS chr1 220062811 220062954 ENST00000463953 protein_coding 5 3 6 BPNT1 ENSG00000162813 +transcript chr1 220062912 220089827 ENST00000498791 protein_coding 6 3 NA BPNT1 ENSG00000162813 +CDS chr1 220062912 220062954 ENST00000498791 protein_coding 6 3 6 BPNT1 ENSG00000162813 +transcript chr1 220062916 220089833 ENST00000480959 protein_coding 6 4 NA BPNT1 ENSG00000162813 +CDS chr1 220062916 220062954 ENST00000480959 protein_coding 6 4 6 BPNT1 ENSG00000162813 +CDS chr1 220066073 220066117 ENST00000354807 protein_coding 7 5 7 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000322067 protein_coding 12 1 6 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000414869 protein_coding 6 2 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000544404 protein_coding 5 2 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000469520 protein_coding 6 5 7 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000354807 protein_coding 7 5 6 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000463953 protein_coding 5 3 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000498791 protein_coding 6 3 5 BPNT1 ENSG00000162813 +CDS chr1 220067302 220067393 ENST00000480959 protein_coding 6 4 5 BPNT1 ENSG00000162813 +transcript chr1 220067384 220089812 ENST00000498237 protein_coding 3 3 NA BPNT1 ENSG00000162813 +CDS chr1 220067384 220067393 ENST00000498237 protein_coding 3 3 6 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000322067 protein_coding 12 1 5 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000414869 protein_coding 6 2 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000544404 protein_coding 5 2 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000469520 protein_coding 6 5 6 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000354807 protein_coding 7 5 5 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000463953 protein_coding 5 3 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000498791 protein_coding 6 3 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000480959 protein_coding 6 4 4 BPNT1 ENSG00000162813 +CDS chr1 220069384 220069432 ENST00000498237 protein_coding 3 3 5 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000322067 protein_coding 12 1 4 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000544404 protein_coding 5 2 3 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000469520 protein_coding 6 5 5 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000354807 protein_coding 7 5 4 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000480959 protein_coding 6 4 3 BPNT1 ENSG00000162813 +CDS chr1 220072850 220072957 ENST00000498237 protein_coding 3 3 4 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000322067 protein_coding 12 1 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000414869 protein_coding 6 2 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074026 ENST00000544404 protein_coding 5 2 2 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000469520 protein_coding 6 5 4 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000354807 protein_coding 7 5 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000463953 protein_coding 5 3 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000498791 protein_coding 6 3 3 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074026 ENST00000480959 protein_coding 6 4 2 BPNT1 ENSG00000162813 +CDS chr1 220073967 220074071 ENST00000498237 protein_coding 3 3 3 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000322067 protein_coding 12 1 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000414869 protein_coding 6 2 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000469520 protein_coding 6 5 3 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000354807 protein_coding 7 5 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000463953 protein_coding 5 3 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000498791 protein_coding 6 3 2 BPNT1 ENSG00000162813 +CDS chr1 220079727 220079846 ENST00000498237 protein_coding 3 3 2 BPNT1 ENSG00000162813 +transcript chr1 220094132 220148041 ENST00000366922 protein_coding 3 1 NA IARS2 ENSG00000067704 +CDS chr1 220094217 220094483 ENST00000366922 protein_coding 3 1 1 IARS2 ENSG00000067704 +CDS chr1 220096104 220096226 ENST00000366922 protein_coding 3 1 2 IARS2 ENSG00000067704 +CDS chr1 220100490 220100649 ENST00000366922 protein_coding 3 1 3 IARS2 ENSG00000067704 +CDS chr1 220102129 220102277 ENST00000366922 protein_coding 3 1 4 IARS2 ENSG00000067704 +CDS chr1 220102363 220102412 ENST00000366922 protein_coding 3 1 5 IARS2 ENSG00000067704 +CDS chr1 220102495 220102604 ENST00000366922 protein_coding 3 1 6 IARS2 ENSG00000067704 +CDS chr1 220102687 220102777 ENST00000366922 protein_coding 3 1 7 IARS2 ENSG00000067704 +CDS chr1 220103447 220103562 ENST00000366922 protein_coding 3 1 8 IARS2 ENSG00000067704 +CDS chr1 220105891 220106060 ENST00000366922 protein_coding 3 1 9 IARS2 ENSG00000067704 +CDS chr1 220107061 220107151 ENST00000366922 protein_coding 3 1 10 IARS2 ENSG00000067704 +CDS chr1 220110786 220110937 ENST00000366922 protein_coding 3 1 11 IARS2 ENSG00000067704 +CDS chr1 220114314 220114474 ENST00000366922 protein_coding 3 1 12 IARS2 ENSG00000067704 +CDS chr1 220125237 220125339 ENST00000366922 protein_coding 3 1 13 IARS2 ENSG00000067704 +CDS chr1 220126750 220126843 ENST00000366922 protein_coding 3 1 14 IARS2 ENSG00000067704 +CDS chr1 220134402 220134510 ENST00000366922 protein_coding 3 1 15 IARS2 ENSG00000067704 +CDS chr1 220136809 220136911 ENST00000366922 protein_coding 3 1 16 IARS2 ENSG00000067704 +CDS chr1 220137918 220138043 ENST00000366922 protein_coding 3 1 17 IARS2 ENSG00000067704 +CDS chr1 220139008 220139139 ENST00000366922 protein_coding 3 1 18 IARS2 ENSG00000067704 +CDS chr1 220140183 220140289 ENST00000366922 protein_coding 3 1 19 IARS2 ENSG00000067704 +CDS chr1 220141803 220141948 ENST00000366922 protein_coding 3 1 20 IARS2 ENSG00000067704 +CDS chr1 220142944 220143134 ENST00000366922 protein_coding 3 1 21 IARS2 ENSG00000067704 +CDS chr1 220145509 220145653 ENST00000366922 protein_coding 3 1 22 IARS2 ENSG00000067704 +CDS chr1 220147493 220147632 ENST00000366922 protein_coding 3 1 23 IARS2 ENSG00000067704 +transcript chr1 220148293 220272453 ENST00000358951 protein_coding 7 1 NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272404 ENST00000691862 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272404 ENST00000691661 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272483 ENST00000690315 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272497 ENST00000692972 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272498 ENST00000687647 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272501 ENST00000686381 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150135 220272529 ENST00000687065 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150259 220272429 ENST00000692813 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150480 220272459 ENST00000685664 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +transcript chr1 220150521 220272379 ENST00000690824 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000358951 protein_coding 7 1 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000691862 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000691661 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000690315 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000692972 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000687647 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000686381 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000687065 protein_coding 1 NA 36 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000692813 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151254 220151406 ENST00000690824 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151558 220151764 ENST00000685664 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000358951 protein_coding 7 1 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000691862 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000691661 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000690315 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000692972 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000687647 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000686381 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000687065 protein_coding 1 NA 35 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000692813 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220151606 220151764 ENST00000690824 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000358951 protein_coding 7 1 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000691862 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000691661 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000690315 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000692972 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000687647 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000686381 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000687065 protein_coding 1 NA 34 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000692813 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153185 220153406 ENST00000685664 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153260 220153406 ENST00000690824 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000358951 protein_coding 7 1 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000691862 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000691661 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000690315 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000692972 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000687647 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000686381 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000687065 protein_coding 1 NA 33 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000692813 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000685664 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220153968 220154057 ENST00000690824 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000358951 protein_coding 7 1 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000691862 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000691661 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000690315 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000692972 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000687647 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000686381 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000687065 protein_coding 1 NA 32 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000692813 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000685664 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157270 220157488 ENST00000690824 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000358951 protein_coding 7 1 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000691862 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000691661 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000690315 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000692972 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000687647 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000686381 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000687065 protein_coding 1 NA 31 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000692813 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000685664 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220157802 220157876 ENST00000690824 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000358951 protein_coding 7 1 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000691862 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000691661 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000690315 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000692972 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000687647 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000686381 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000687065 protein_coding 1 NA 30 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000685664 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220159386 220159421 ENST00000690824 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000358951 protein_coding 7 1 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000691862 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000691661 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000690315 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000692972 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000687647 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000686381 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000687065 protein_coding 1 NA 29 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000692813 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000685664 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220162198 220162268 ENST00000690824 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000358951 protein_coding 7 1 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000691862 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000691661 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000690315 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000692972 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000687647 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000686381 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000687065 protein_coding 1 NA 28 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000692813 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000685664 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220164733 220164799 ENST00000690824 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000358951 protein_coding 7 1 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000691862 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000691661 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000690315 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000692972 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000687647 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000686381 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000687065 protein_coding 1 NA 27 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000692813 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000685664 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167293 220167399 ENST00000690824 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000358951 protein_coding 7 1 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000691862 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000691661 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000690315 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000692972 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000687647 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000686381 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000687065 protein_coding 1 NA 26 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000692813 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000685664 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220167502 220167675 ENST00000690824 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000358951 protein_coding 7 1 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000691862 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000691661 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000690315 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000692972 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000687647 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000686381 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000687065 protein_coding 1 NA 25 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000692813 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000685664 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220170892 220171120 ENST00000690824 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000358951 protein_coding 7 1 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000691862 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000691661 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000690315 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000692972 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000687647 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000686381 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000687065 protein_coding 1 NA 24 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000692813 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000685664 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220171889 220172049 ENST00000690824 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000358951 protein_coding 7 1 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000691862 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000691661 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000690315 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000692972 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000687647 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000686381 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000687065 protein_coding 1 NA 23 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000692813 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000685664 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220172637 220172742 ENST00000690824 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000358951 protein_coding 7 1 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000691862 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000691661 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000690315 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000692972 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000687647 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000686381 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000687065 protein_coding 1 NA 22 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000692813 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000685664 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182257 220182354 ENST00000690824 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000358951 protein_coding 7 1 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000691862 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000691661 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000690315 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000692972 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000687647 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000686381 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000687065 protein_coding 1 NA 21 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000692813 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000685664 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220182718 220182931 ENST00000690824 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000358951 protein_coding 7 1 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000691862 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000691661 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000690315 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000692972 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000687647 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000686381 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000687065 protein_coding 1 NA 20 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000692813 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000685664 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220184036 220184163 ENST00000690824 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000358951 protein_coding 7 1 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000691862 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000691661 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000690315 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000692972 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000687647 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000686381 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000687065 protein_coding 1 NA 19 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000692813 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000685664 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220185651 220185741 ENST00000690824 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000358951 protein_coding 7 1 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000691862 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000691661 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000690315 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000692972 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000687647 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000686381 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000687065 protein_coding 1 NA 18 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000692813 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000685664 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220189703 220189767 ENST00000690824 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000358951 protein_coding 7 1 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000691862 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000691661 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000690315 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000692972 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000687647 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000686381 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000687065 protein_coding 1 NA 17 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000692813 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000685664 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190064 220190146 ENST00000690824 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000358951 protein_coding 7 1 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000691862 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000691661 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000690315 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000692972 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000687647 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000686381 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000687065 protein_coding 1 NA 16 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000692813 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000685664 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220190377 220190520 ENST00000690824 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000358951 protein_coding 7 1 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000691862 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000691661 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000690315 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000692972 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000687647 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000686381 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000687065 protein_coding 1 NA 15 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000692813 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000685664 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220191068 220191284 ENST00000690824 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000358951 protein_coding 7 1 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000691862 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000691661 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000690315 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000692972 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000687647 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000686381 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000687065 protein_coding 1 NA 14 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000692813 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000685664 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220193240 220193379 ENST00000690824 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000358951 protein_coding 7 1 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000691862 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000691661 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000690315 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000692972 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000687647 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000686381 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000687065 protein_coding 1 NA 13 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000692813 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000685664 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195078 220195167 ENST00000690824 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000358951 protein_coding 7 1 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000691862 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000691661 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000690315 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000692972 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000687647 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000686381 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000687065 protein_coding 1 NA 12 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000692813 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000685664 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220195298 220195377 ENST00000690824 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000358951 protein_coding 7 1 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000691862 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000691661 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000690315 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000692972 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000687647 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000686381 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000687065 protein_coding 1 NA 11 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000692813 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000685664 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196250 220196398 ENST00000690824 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220196754 220196828 ENST00000692972 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +transcript chr1 220200722 220272443 ENST00000689820 protein_coding 1 NA NA RAB3GAP2 ENSG00000118873 +CDS chr1 220200767 220200939 ENST00000689820 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000358951 protein_coding 7 1 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000691862 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000691661 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000692972 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000687647 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000686381 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000687065 protein_coding 1 NA 10 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000692813 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000685664 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000690824 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220202276 220202374 ENST00000689820 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000358951 protein_coding 7 1 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000691862 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000691661 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000690315 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000692972 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000687647 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000686381 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000687065 protein_coding 1 NA 9 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000692813 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000685664 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000690824 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220205907 220206006 ENST00000689820 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000358951 protein_coding 7 1 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000691661 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000690315 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000692972 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000687647 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000686381 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000687065 protein_coding 1 NA 8 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000692813 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000685664 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000690824 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210388 220210489 ENST00000689820 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000358951 protein_coding 7 1 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000691862 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000691661 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000690315 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000692972 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000687647 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000686381 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000687065 protein_coding 1 NA 7 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000692813 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000685664 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000690824 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210801 220210876 ENST00000689820 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000358951 protein_coding 7 1 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000691862 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000691661 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000690315 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000692972 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000687647 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000686381 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000687065 protein_coding 1 NA 6 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000692813 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000685664 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000690824 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220210955 220211002 ENST00000689820 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000358951 protein_coding 7 1 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000691862 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000691661 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000690315 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000692972 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000687647 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000686381 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000687065 protein_coding 1 NA 5 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000692813 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000685664 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000690824 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220212887 220212968 ENST00000689820 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000358951 protein_coding 7 1 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000691862 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213991 ENST00000691661 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000690315 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000692972 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000687647 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000686381 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213895 ENST00000687065 protein_coding 1 NA 4 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000692813 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000685664 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000690824 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220213856 220213979 ENST00000689820 protein_coding 1 NA 3 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000358951 protein_coding 7 1 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000691862 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000691661 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000690315 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000692972 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000692813 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000685664 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000690824 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220232799 220232863 ENST00000689820 protein_coding 1 NA 2 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000358951 protein_coding 7 1 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000691862 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000691661 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000690315 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000692972 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000692813 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000685664 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000690824 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +CDS chr1 220272223 220272337 ENST00000689820 protein_coding 1 NA 1 RAB3GAP2 ENSG00000118873 +transcript chr1 220528136 220664461 ENST00000366917 protein_coding 6 1 NA MARK1 ENSG00000116141 +transcript chr1 220528183 220664456 ENST00000402574 protein_coding 5 1 NA MARK1 ENSG00000116141 +transcript chr1 220528183 220664456 ENST00000611084 protein_coding 4 1 NA MARK1 ENSG00000116141 +transcript chr1 220528226 220664461 ENST00000366918 protein_coding 8 1 NA MARK1 ENSG00000116141 +transcript chr1 220528366 220664358 ENST00000677505 protein_coding 1 NA NA MARK1 ENSG00000116141 +transcript chr1 220528816 220664358 ENST00000678435 protein_coding 1 NA NA MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000366917 protein_coding 6 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000402574 protein_coding 5 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000611084 protein_coding 4 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000366918 protein_coding 8 1 1 MARK1 ENSG00000116141 +CDS chr1 220528823 220528873 ENST00000677505 protein_coding 1 NA 1 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000366917 protein_coding 6 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000402574 protein_coding 5 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000611084 protein_coding 4 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000366918 protein_coding 8 1 2 MARK1 ENSG00000116141 +CDS chr1 220579354 220579557 ENST00000677505 protein_coding 1 NA 2 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000366917 protein_coding 6 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000402574 protein_coding 5 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000611084 protein_coding 4 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000366918 protein_coding 8 1 3 MARK1 ENSG00000116141 +CDS chr1 220581065 220581118 ENST00000677505 protein_coding 1 NA 3 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000366917 protein_coding 6 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000402574 protein_coding 5 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000611084 protein_coding 4 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000366918 protein_coding 8 1 4 MARK1 ENSG00000116141 +CDS chr1 220598331 220598379 ENST00000677505 protein_coding 1 NA 4 MARK1 ENSG00000116141 +CDS chr1 220598352 220598379 ENST00000678435 protein_coding 1 NA 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000366917 protein_coding 6 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000402574 protein_coding 5 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000611084 protein_coding 4 1 5 MARK1 ENSG00000116141 +CDS chr1 220599798 220599863 ENST00000678435 protein_coding 1 NA 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000366917 protein_coding 6 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000402574 protein_coding 5 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000611084 protein_coding 4 1 6 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000366918 protein_coding 8 1 5 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000677505 protein_coding 1 NA 5 MARK1 ENSG00000116141 +CDS chr1 220604067 220604137 ENST00000678435 protein_coding 1 NA 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000366917 protein_coding 6 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000402574 protein_coding 5 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000611084 protein_coding 4 1 7 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000366918 protein_coding 8 1 6 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000677505 protein_coding 1 NA 6 MARK1 ENSG00000116141 +CDS chr1 220615939 220615995 ENST00000678435 protein_coding 1 NA 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000366917 protein_coding 6 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000402574 protein_coding 5 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000611084 protein_coding 4 1 8 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000366918 protein_coding 8 1 7 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000677505 protein_coding 1 NA 7 MARK1 ENSG00000116141 +CDS chr1 220618310 220618546 ENST00000678435 protein_coding 1 NA 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000366917 protein_coding 6 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000402574 protein_coding 5 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000611084 protein_coding 4 1 9 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000366918 protein_coding 8 1 8 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000677505 protein_coding 1 NA 8 MARK1 ENSG00000116141 +CDS chr1 220618636 220618755 ENST00000678435 protein_coding 1 NA 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000366917 protein_coding 6 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000402574 protein_coding 5 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000611084 protein_coding 4 1 10 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000366918 protein_coding 8 1 9 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000677505 protein_coding 1 NA 9 MARK1 ENSG00000116141 +CDS chr1 220631035 220631134 ENST00000678435 protein_coding 1 NA 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000366917 protein_coding 6 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000402574 protein_coding 5 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000611084 protein_coding 4 1 11 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000366918 protein_coding 8 1 10 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000677505 protein_coding 1 NA 10 MARK1 ENSG00000116141 +CDS chr1 220632201 220632313 ENST00000678435 protein_coding 1 NA 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000366917 protein_coding 6 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000402574 protein_coding 5 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000611084 protein_coding 4 1 12 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000366918 protein_coding 8 1 11 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000677505 protein_coding 1 NA 11 MARK1 ENSG00000116141 +CDS chr1 220635376 220635529 ENST00000678435 protein_coding 1 NA 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000366917 protein_coding 6 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000402574 protein_coding 5 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000611084 protein_coding 4 1 13 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000366918 protein_coding 8 1 12 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000677505 protein_coding 1 NA 12 MARK1 ENSG00000116141 +CDS chr1 220635833 220636026 ENST00000678435 protein_coding 1 NA 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000366917 protein_coding 6 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000402574 protein_coding 5 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000611084 protein_coding 4 1 14 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000366918 protein_coding 8 1 13 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000677505 protein_coding 1 NA 13 MARK1 ENSG00000116141 +CDS chr1 220650620 220650720 ENST00000678435 protein_coding 1 NA 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000366917 protein_coding 6 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000402574 protein_coding 5 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000611084 protein_coding 4 1 15 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000366918 protein_coding 8 1 14 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000677505 protein_coding 1 NA 14 MARK1 ENSG00000116141 +CDS chr1 220651986 220652150 ENST00000678435 protein_coding 1 NA 16 MARK1 ENSG00000116141 +CDS chr1 220653098 220653352 ENST00000611084 protein_coding 4 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000366917 protein_coding 6 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000402574 protein_coding 5 1 16 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000366918 protein_coding 8 1 15 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000677505 protein_coding 1 NA 15 MARK1 ENSG00000116141 +CDS chr1 220653101 220653352 ENST00000678435 protein_coding 1 NA 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000366917 protein_coding 6 1 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000611084 protein_coding 4 1 17 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000677505 protein_coding 1 NA 16 MARK1 ENSG00000116141 +CDS chr1 220657790 220657834 ENST00000678435 protein_coding 1 NA 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000366917 protein_coding 6 1 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000402574 protein_coding 5 1 17 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000611084 protein_coding 4 1 18 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000366918 protein_coding 8 1 16 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000677505 protein_coding 1 NA 17 MARK1 ENSG00000116141 +CDS chr1 220661812 220662163 ENST00000678435 protein_coding 1 NA 19 MARK1 ENSG00000116141 +transcript chr1 220690363 220699153 ENST00000294889 protein_coding 6 1 NA C1orf115 ENSG00000162817 +CDS chr1 220690403 220690711 ENST00000294889 protein_coding 6 1 1 C1orf115 ENSG00000162817 +CDS chr1 220696612 220696728 ENST00000294889 protein_coding 6 1 2 C1orf115 ENSG00000162817 +transcript chr1 220748269 220784240 ENST00000359316 protein_coding 6 1 NA MTARC2 ENSG00000117791 +transcript chr1 220748322 220784815 ENST00000366913 protein_coding 8 1 NA MTARC2 ENSG00000117791 +CDS chr1 220748532 220748803 ENST00000359316 protein_coding 6 1 1 MTARC2 ENSG00000117791 +CDS chr1 220748532 220748803 ENST00000366913 protein_coding 8 1 1 MTARC2 ENSG00000117791 +CDS chr1 220754947 220755120 ENST00000359316 protein_coding 6 1 2 MTARC2 ENSG00000117791 +CDS chr1 220754947 220755120 ENST00000366913 protein_coding 8 1 2 MTARC2 ENSG00000117791 +transcript chr1 220754972 220780149 ENST00000425560 protein_coding 1 3 NA MTARC2 ENSG00000117791 +CDS chr1 220754972 220755120 ENST00000425560 protein_coding 1 3 1 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000359316 protein_coding 6 1 3 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000366913 protein_coding 8 1 3 MTARC2 ENSG00000117791 +CDS chr1 220761658 220761820 ENST00000425560 protein_coding 1 3 2 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000359316 protein_coding 6 1 4 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000366913 protein_coding 8 1 4 MTARC2 ENSG00000117791 +CDS chr1 220762910 220763050 ENST00000425560 protein_coding 1 3 3 MTARC2 ENSG00000117791 +CDS chr1 220780018 220780079 ENST00000366913 protein_coding 8 1 5 MTARC2 ENSG00000117791 +CDS chr1 220780018 220780080 ENST00000425560 protein_coding 1 3 4 MTARC2 ENSG00000117791 +CDS chr1 220780168 220780239 ENST00000366913 protein_coding 8 1 6 MTARC2 ENSG00000117791 +CDS chr1 220781778 220781898 ENST00000366913 protein_coding 8 1 7 MTARC2 ENSG00000117791 +CDS chr1 220783919 220783939 ENST00000359316 protein_coding 6 1 5 MTARC2 ENSG00000117791 +transcript chr1 220786913 220819659 ENST00000366910 protein_coding 10 1 NA MTARC1 ENSG00000186205 +CDS chr1 220786945 220787219 ENST00000366910 protein_coding 10 1 1 MTARC1 ENSG00000186205 +CDS chr1 220791491 220791664 ENST00000366910 protein_coding 10 1 2 MTARC1 ENSG00000186205 +transcript chr1 220791491 220814388 ENST00000407981 protein_coding 6 5 NA MTARC1 ENSG00000186205 +CDS chr1 220791491 220791664 ENST00000407981 protein_coding 6 5 1 MTARC1 ENSG00000186205 +CDS chr1 220796643 220796805 ENST00000366910 protein_coding 10 1 3 MTARC1 ENSG00000186205 +CDS chr1 220796643 220796805 ENST00000407981 protein_coding 6 5 2 MTARC1 ENSG00000186205 +transcript chr1 220796755 220808976 ENST00000443880 protein_coding 1 5 NA MTARC1 ENSG00000186205 +CDS chr1 220796755 220796805 ENST00000443880 protein_coding 1 5 1 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798014 ENST00000366910 protein_coding 10 1 4 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798065 ENST00000407981 protein_coding 6 5 3 MTARC1 ENSG00000186205 +CDS chr1 220797874 220798014 ENST00000443880 protein_coding 1 5 2 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000366910 protein_coding 10 1 5 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000407981 protein_coding 6 5 4 MTARC1 ENSG00000186205 +CDS chr1 220805052 220805113 ENST00000443880 protein_coding 1 5 3 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000366910 protein_coding 10 1 6 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000407981 protein_coding 6 5 5 MTARC1 ENSG00000186205 +CDS chr1 220805203 220805274 ENST00000443880 protein_coding 1 5 4 MTARC1 ENSG00000186205 +CDS chr1 220808859 220808889 ENST00000443880 protein_coding 1 5 5 MTARC1 ENSG00000186205 +CDS chr1 220813292 220813415 ENST00000366910 protein_coding 10 1 7 MTARC1 ENSG00000186205 +CDS chr1 220813292 220813415 ENST00000407981 protein_coding 6 5 6 MTARC1 ENSG00000186205 +transcript chr1 220879443 220885059 ENST00000366903 protein_coding 8 1 NA HLX ENSG00000136630 +CDS chr1 220879858 220880449 ENST00000366903 protein_coding 8 1 1 HLX ENSG00000136630 +transcript chr1 220881069 220884493 ENST00000427693 protein_coding 1 3 NA HLX ENSG00000136630 +CDS chr1 220881194 220881373 ENST00000366903 protein_coding 8 1 2 HLX ENSG00000136630 +CDS chr1 220882164 220882348 ENST00000366903 protein_coding 8 1 3 HLX ENSG00000136630 +CDS chr1 220882193 220882348 ENST00000427693 protein_coding 1 3 3 HLX ENSG00000136630 +CDS chr1 220884195 220884701 ENST00000366903 protein_coding 8 1 4 HLX ENSG00000136630 +CDS chr1 220884195 220884493 ENST00000427693 protein_coding 1 3 4 HLX ENSG00000136630 +transcript chr1 221701424 221742089 ENST00000366899 protein_coding 4 1 NA DUSP10 ENSG00000143507 +CDS chr1 221702415 221702677 ENST00000366899 protein_coding 4 1 4 DUSP10 ENSG00000143507 +CDS chr1 221706095 221706466 ENST00000366899 protein_coding 4 1 3 DUSP10 ENSG00000143507 +CDS chr1 221738934 221739744 ENST00000366899 protein_coding 4 1 2 DUSP10 ENSG00000143507 +transcript chr1 222522264 222548104 ENST00000343410 protein_coding 7 1 NA HHIPL2 ENSG00000143512 +CDS chr1 222522604 222522887 ENST00000343410 protein_coding 7 1 9 HHIPL2 ENSG00000143512 +CDS chr1 222523612 222523694 ENST00000343410 protein_coding 7 1 8 HHIPL2 ENSG00000143512 +CDS chr1 222526969 222527050 ENST00000343410 protein_coding 7 1 7 HHIPL2 ENSG00000143512 +CDS chr1 222531966 222532111 ENST00000343410 protein_coding 7 1 6 HHIPL2 ENSG00000143512 +CDS chr1 222538648 222538774 ENST00000343410 protein_coding 7 1 5 HHIPL2 ENSG00000143512 +CDS chr1 222540010 222540341 ENST00000343410 protein_coding 7 1 4 HHIPL2 ENSG00000143512 +CDS chr1 222542012 222542155 ENST00000343410 protein_coding 7 1 3 HHIPL2 ENSG00000143512 +CDS chr1 222543537 222544189 ENST00000343410 protein_coding 7 1 2 HHIPL2 ENSG00000143512 +CDS chr1 222547724 222548044 ENST00000343410 protein_coding 7 1 1 HHIPL2 ENSG00000143512 +transcript chr1 222557902 222589785 ENST00000366890 protein_coding 5 2 NA TAF1A ENSG00000143498 +transcript chr1 222557902 222589933 ENST00000350027 protein_coding 8 2 NA TAF1A ENSG00000143498 +transcript chr1 222558312 222589933 ENST00000352967 protein_coding 9 1 NA TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000366890 protein_coding 5 2 10 TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000350027 protein_coding 8 2 11 TAF1A ENSG00000143498 +CDS chr1 222558663 222558772 ENST00000352967 protein_coding 9 1 11 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000366890 protein_coding 5 2 9 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000350027 protein_coding 8 2 10 TAF1A ENSG00000143498 +CDS chr1 222561364 222561518 ENST00000352967 protein_coding 9 1 10 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000366890 protein_coding 5 2 8 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000350027 protein_coding 8 2 9 TAF1A ENSG00000143498 +CDS chr1 222563173 222563296 ENST00000352967 protein_coding 9 1 9 TAF1A ENSG00000143498 +transcript chr1 222563285 222589759 ENST00000391883 protein_coding 2 5 NA TAF1A ENSG00000143498 +CDS chr1 222563285 222563296 ENST00000391883 protein_coding 2 5 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000366890 protein_coding 5 2 7 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000350027 protein_coding 8 2 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000352967 protein_coding 9 1 8 TAF1A ENSG00000143498 +CDS chr1 222564059 222564125 ENST00000391883 protein_coding 2 5 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000366890 protein_coding 5 2 6 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000350027 protein_coding 8 2 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000352967 protein_coding 9 1 7 TAF1A ENSG00000143498 +CDS chr1 222569510 222569668 ENST00000391883 protein_coding 2 5 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000366890 protein_coding 5 2 5 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000350027 protein_coding 8 2 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000352967 protein_coding 9 1 6 TAF1A ENSG00000143498 +CDS chr1 222570535 222570665 ENST00000391883 protein_coding 2 5 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000366890 protein_coding 5 2 4 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000350027 protein_coding 8 2 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000352967 protein_coding 9 1 5 TAF1A ENSG00000143498 +CDS chr1 222577445 222577643 ENST00000391883 protein_coding 2 5 4 TAF1A ENSG00000143498 +CDS chr1 222579759 222579821 ENST00000366890 protein_coding 5 2 3 TAF1A ENSG00000143498 +CDS chr1 222579759 222579872 ENST00000350027 protein_coding 8 2 4 TAF1A ENSG00000143498 +CDS chr1 222579759 222579872 ENST00000352967 protein_coding 9 1 4 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000350027 protein_coding 8 2 3 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000352967 protein_coding 9 1 3 TAF1A ENSG00000143498 +CDS chr1 222584128 222584297 ENST00000391883 protein_coding 2 5 3 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000350027 protein_coding 8 2 2 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000352967 protein_coding 9 1 2 TAF1A ENSG00000143498 +CDS chr1 222588443 222588563 ENST00000391883 protein_coding 2 5 2 TAF1A ENSG00000143498 +transcript chr1 222618097 222668007 ENST00000344922 protein_coding 10 5 NA MIA3 ENSG00000154305 +CDS chr1 222618111 222618243 ENST00000344922 protein_coding 10 5 1 MIA3 ENSG00000154305 +CDS chr1 222621159 222621292 ENST00000344922 protein_coding 10 5 2 MIA3 ENSG00000154305 +CDS chr1 222624768 222624854 ENST00000344922 protein_coding 10 5 3 MIA3 ENSG00000154305 +CDS chr1 222627575 222630389 ENST00000344922 protein_coding 10 5 4 MIA3 ENSG00000154305 +transcript chr1 222628474 222654661 ENST00000354906 protein_coding 7 5 NA MIA3 ENSG00000154305 +CDS chr1 222628474 222630389 ENST00000354906 protein_coding 7 5 1 MIA3 ENSG00000154305 +CDS chr1 222632165 222632326 ENST00000344922 protein_coding 10 5 5 MIA3 ENSG00000154305 +CDS chr1 222632165 222632326 ENST00000354906 protein_coding 7 5 2 MIA3 ENSG00000154305 +CDS chr1 222633104 222633249 ENST00000344922 protein_coding 10 5 6 MIA3 ENSG00000154305 +CDS chr1 222633104 222633249 ENST00000354906 protein_coding 7 5 3 MIA3 ENSG00000154305 +transcript chr1 222644303 222665823 ENST00000340535 protein_coding 11 1 NA MIA3 ENSG00000154305 +CDS chr1 222644476 222644586 ENST00000340535 protein_coding 11 1 1 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000344922 protein_coding 10 5 7 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000354906 protein_coding 7 5 4 MIA3 ENSG00000154305 +CDS chr1 222645554 222645685 ENST00000340535 protein_coding 11 1 2 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000344922 protein_coding 10 5 8 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000354906 protein_coding 7 5 5 MIA3 ENSG00000154305 +CDS chr1 222648829 222648850 ENST00000340535 protein_coding 11 1 3 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000344922 protein_coding 10 5 9 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000354906 protein_coding 7 5 6 MIA3 ENSG00000154305 +CDS chr1 222650292 222650380 ENST00000340535 protein_coding 11 1 4 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000344922 protein_coding 10 5 10 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000354906 protein_coding 7 5 7 MIA3 ENSG00000154305 +CDS chr1 222650634 222650711 ENST00000340535 protein_coding 11 1 5 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000344922 protein_coding 10 5 11 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000354906 protein_coding 7 5 8 MIA3 ENSG00000154305 +CDS chr1 222650793 222650903 ENST00000340535 protein_coding 11 1 6 MIA3 ENSG00000154305 +CDS chr1 222651977 222652048 ENST00000344922 protein_coding 10 5 12 MIA3 ENSG00000154305 +CDS chr1 222651977 222652048 ENST00000340535 protein_coding 11 1 7 MIA3 ENSG00000154305 +CDS chr1 222652228 222652332 ENST00000344922 protein_coding 10 5 13 MIA3 ENSG00000154305 +CDS chr1 222652228 222652332 ENST00000340535 protein_coding 11 1 8 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000344922 protein_coding 10 5 14 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000354906 protein_coding 7 5 9 MIA3 ENSG00000154305 +CDS chr1 222653008 222653130 ENST00000340535 protein_coding 11 1 9 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000344922 protein_coding 10 5 15 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000354906 protein_coding 7 5 10 MIA3 ENSG00000154305 +CDS chr1 222653228 222653339 ENST00000340535 protein_coding 11 1 10 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000344922 protein_coding 10 5 16 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000354906 protein_coding 7 5 11 MIA3 ENSG00000154305 +CDS chr1 222654243 222654298 ENST00000340535 protein_coding 11 1 11 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000344922 protein_coding 10 5 17 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000354906 protein_coding 7 5 12 MIA3 ENSG00000154305 +CDS chr1 222654389 222654479 ENST00000340535 protein_coding 11 1 12 MIA3 ENSG00000154305 +CDS chr1 222654655 222654793 ENST00000344922 protein_coding 10 5 18 MIA3 ENSG00000154305 +CDS chr1 222654655 222654661 ENST00000354906 protein_coding 7 5 13 MIA3 ENSG00000154305 +CDS chr1 222654655 222654793 ENST00000340535 protein_coding 11 1 13 MIA3 ENSG00000154305 +CDS chr1 222658722 222658823 ENST00000344922 protein_coding 10 5 19 MIA3 ENSG00000154305 +CDS chr1 222658722 222658823 ENST00000340535 protein_coding 11 1 14 MIA3 ENSG00000154305 +CDS chr1 222659453 222659513 ENST00000344922 protein_coding 10 5 20 MIA3 ENSG00000154305 +CDS chr1 222659453 222659513 ENST00000340535 protein_coding 11 1 15 MIA3 ENSG00000154305 +CDS chr1 222659622 222659657 ENST00000344922 protein_coding 10 5 21 MIA3 ENSG00000154305 +CDS chr1 222659622 222659657 ENST00000340535 protein_coding 11 1 16 MIA3 ENSG00000154305 +CDS chr1 222659734 222659801 ENST00000344922 protein_coding 10 5 22 MIA3 ENSG00000154305 +CDS chr1 222659734 222659801 ENST00000340535 protein_coding 11 1 17 MIA3 ENSG00000154305 +CDS chr1 222659906 222660006 ENST00000344922 protein_coding 10 5 23 MIA3 ENSG00000154305 +CDS chr1 222659906 222660006 ENST00000340535 protein_coding 11 1 18 MIA3 ENSG00000154305 +CDS chr1 222660177 222660314 ENST00000344922 protein_coding 10 5 24 MIA3 ENSG00000154305 +CDS chr1 222660177 222660314 ENST00000340535 protein_coding 11 1 19 MIA3 ENSG00000154305 +CDS chr1 222662056 222662124 ENST00000344922 protein_coding 10 5 25 MIA3 ENSG00000154305 +CDS chr1 222662056 222662124 ENST00000340535 protein_coding 11 1 20 MIA3 ENSG00000154305 +CDS chr1 222662253 222662332 ENST00000344922 protein_coding 10 5 26 MIA3 ENSG00000154305 +CDS chr1 222662253 222662332 ENST00000340535 protein_coding 11 1 21 MIA3 ENSG00000154305 +CDS chr1 222663998 222664148 ENST00000344922 protein_coding 10 5 27 MIA3 ENSG00000154305 +CDS chr1 222663998 222664148 ENST00000340535 protein_coding 11 1 22 MIA3 ENSG00000154305 +CDS chr1 222665309 222665616 ENST00000344922 protein_coding 10 5 28 MIA3 ENSG00000154305 +CDS chr1 222665309 222665616 ENST00000340535 protein_coding 11 1 23 MIA3 ENSG00000154305 +transcript chr1 222668013 222712491 ENST00000340020 protein_coding 11 1 NA AIDA ENSG00000186063 +transcript chr1 222669607 222712428 ENST00000355727 protein_coding 3 5 NA AIDA ENSG00000186063 +CDS chr1 222669896 222669989 ENST00000340020 protein_coding 11 1 10 AIDA ENSG00000186063 +CDS chr1 222669896 222669989 ENST00000355727 protein_coding 3 5 8 AIDA ENSG00000186063 +CDS chr1 222670133 222670250 ENST00000340020 protein_coding 11 1 9 AIDA ENSG00000186063 +CDS chr1 222670133 222670250 ENST00000355727 protein_coding 3 5 7 AIDA ENSG00000186063 +CDS chr1 222673313 222673435 ENST00000340020 protein_coding 11 1 8 AIDA ENSG00000186063 +CDS chr1 222676096 222676218 ENST00000340020 protein_coding 11 1 7 AIDA ENSG00000186063 +CDS chr1 222686930 222687036 ENST00000340020 protein_coding 11 1 6 AIDA ENSG00000186063 +CDS chr1 222686930 222687036 ENST00000355727 protein_coding 3 5 6 AIDA ENSG00000186063 +CDS chr1 222687595 222687658 ENST00000340020 protein_coding 11 1 5 AIDA ENSG00000186063 +CDS chr1 222687595 222687658 ENST00000355727 protein_coding 3 5 5 AIDA ENSG00000186063 +CDS chr1 222693789 222693843 ENST00000340020 protein_coding 11 1 4 AIDA ENSG00000186063 +CDS chr1 222693789 222693843 ENST00000355727 protein_coding 3 5 4 AIDA ENSG00000186063 +CDS chr1 222694210 222694263 ENST00000340020 protein_coding 11 1 3 AIDA ENSG00000186063 +CDS chr1 222694210 222694263 ENST00000355727 protein_coding 3 5 3 AIDA ENSG00000186063 +CDS chr1 222703148 222703217 ENST00000340020 protein_coding 11 1 2 AIDA ENSG00000186063 +CDS chr1 222703148 222703217 ENST00000355727 protein_coding 3 5 2 AIDA ENSG00000186063 +CDS chr1 222712208 222712317 ENST00000340020 protein_coding 11 1 1 AIDA ENSG00000186063 +CDS chr1 222712208 222712317 ENST00000355727 protein_coding 3 5 1 AIDA ENSG00000186063 +transcript chr1 222712553 222735196 ENST00000612948 protein_coding 4 1 NA BROX ENSG00000162819 +transcript chr1 222712564 222735187 ENST00000340934 protein_coding 10 1 NA BROX ENSG00000162819 +transcript chr1 222713321 222735196 ENST00000537020 protein_coding 5 2 NA BROX ENSG00000162819 +transcript chr1 222713321 222735196 ENST00000539697 protein_coding 5 2 NA BROX ENSG00000162819 +transcript chr1 222713369 222727232 ENST00000426638 protein_coding 1 5 NA BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000612948 protein_coding 4 1 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000340934 protein_coding 10 1 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000537020 protein_coding 5 2 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000539697 protein_coding 5 2 2 BROX ENSG00000162819 +CDS chr1 222715700 222715800 ENST00000426638 protein_coding 1 5 2 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000612948 protein_coding 4 1 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000340934 protein_coding 10 1 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000537020 protein_coding 5 2 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000539697 protein_coding 5 2 3 BROX ENSG00000162819 +CDS chr1 222718925 222719031 ENST00000426638 protein_coding 1 5 3 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000612948 protein_coding 4 1 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000340934 protein_coding 10 1 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000537020 protein_coding 5 2 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000539697 protein_coding 5 2 4 BROX ENSG00000162819 +CDS chr1 222719263 222719359 ENST00000426638 protein_coding 1 5 4 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000340934 protein_coding 10 1 5 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000537020 protein_coding 5 2 5 BROX ENSG00000162819 +CDS chr1 222722419 222722514 ENST00000426638 protein_coding 1 5 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000612948 protein_coding 4 1 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000340934 protein_coding 10 1 6 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000537020 protein_coding 5 2 6 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000539697 protein_coding 5 2 5 BROX ENSG00000162819 +CDS chr1 222724092 222724164 ENST00000426638 protein_coding 1 5 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000612948 protein_coding 4 1 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000340934 protein_coding 10 1 7 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000537020 protein_coding 5 2 7 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000539697 protein_coding 5 2 6 BROX ENSG00000162819 +CDS chr1 222725450 222725555 ENST00000426638 protein_coding 1 5 7 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000612948 protein_coding 4 1 7 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000340934 protein_coding 10 1 8 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000537020 protein_coding 5 2 8 BROX ENSG00000162819 +CDS chr1 222727168 222727257 ENST00000539697 protein_coding 5 2 7 BROX ENSG00000162819 +CDS chr1 222727168 222727232 ENST00000426638 protein_coding 1 5 8 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000612948 protein_coding 4 1 8 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000340934 protein_coding 10 1 9 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000537020 protein_coding 5 2 9 BROX ENSG00000162819 +CDS chr1 222728743 222728828 ENST00000539697 protein_coding 5 2 8 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000612948 protein_coding 4 1 9 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000340934 protein_coding 10 1 10 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000537020 protein_coding 5 2 10 BROX ENSG00000162819 +CDS chr1 222729620 222729701 ENST00000539697 protein_coding 5 2 9 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000612948 protein_coding 4 1 10 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000340934 protein_coding 10 1 11 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000537020 protein_coding 5 2 11 BROX ENSG00000162819 +CDS chr1 222730027 222730177 ENST00000539697 protein_coding 5 2 10 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000612948 protein_coding 4 1 11 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000340934 protein_coding 10 1 12 BROX ENSG00000162819 +CDS chr1 222731357 222731516 ENST00000539697 protein_coding 5 2 11 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000612948 protein_coding 4 1 12 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000340934 protein_coding 10 1 13 BROX ENSG00000162819 +CDS chr1 222732628 222732652 ENST00000537020 protein_coding 5 2 12 BROX ENSG00000162819 +CDS chr1 222732628 222732711 ENST00000539697 protein_coding 5 2 12 BROX ENSG00000162819 +transcript chr1 222737202 222751004 ENST00000445590 protein_coding 4 5 NA FAM177B ENSG00000197520 +transcript chr1 222737207 222749524 ENST00000434700 protein_coding 5 5 NA FAM177B ENSG00000197520 +transcript chr1 222737307 222750196 ENST00000360827 protein_coding 6 5 NA FAM177B ENSG00000197520 +transcript chr1 222739684 222749521 ENST00000456298 protein_coding 5 4 NA FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000445590 protein_coding 4 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000434700 protein_coding 5 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000360827 protein_coding 6 5 3 FAM177B ENSG00000197520 +CDS chr1 222746546 222746719 ENST00000456298 protein_coding 5 4 3 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000445590 protein_coding 4 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000434700 protein_coding 5 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000360827 protein_coding 6 5 4 FAM177B ENSG00000197520 +CDS chr1 222747015 222747081 ENST00000456298 protein_coding 5 4 4 FAM177B ENSG00000197520 +CDS chr1 222749465 222749562 ENST00000445590 protein_coding 4 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749524 ENST00000434700 protein_coding 5 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749562 ENST00000360827 protein_coding 6 5 5 FAM177B ENSG00000197520 +CDS chr1 222749465 222749521 ENST00000456298 protein_coding 5 4 5 FAM177B ENSG00000197520 +CDS chr1 222749921 222750055 ENST00000445590 protein_coding 4 5 6 FAM177B ENSG00000197520 +CDS chr1 222749921 222750055 ENST00000360827 protein_coding 6 5 6 FAM177B ENSG00000197520 +transcript chr1 222815039 223005995 ENST00000675850 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222815064 222994906 ENST00000495684 protein_coding 2 5 NA DISP1 ENSG00000154309 +transcript chr1 222815070 223005969 ENST00000675039 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222815087 223005981 ENST00000675961 protein_coding 1 NA NA DISP1 ENSG00000154309 +transcript chr1 222928424 223005995 ENST00000284476 protein_coding 7 1 NA DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675850 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675039 protein_coding 1 NA 2 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000675961 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222942824 222943332 ENST00000284476 protein_coding 7 1 2 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675850 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675039 protein_coding 1 NA 3 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000675961 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222983080 222983109 ENST00000284476 protein_coding 7 1 3 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675850 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675039 protein_coding 1 NA 4 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000675961 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222990625 222990748 ENST00000284476 protein_coding 7 1 4 DISP1 ENSG00000154309 +CDS chr1 222990668 222990748 ENST00000495684 protein_coding 2 5 5 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675850 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000495684 protein_coding 2 5 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675039 protein_coding 1 NA 5 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000675961 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222991520 222991647 ENST00000284476 protein_coding 7 1 5 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675850 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000495684 protein_coding 2 5 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675039 protein_coding 1 NA 6 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000675961 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222992013 222992110 ENST00000284476 protein_coding 7 1 6 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675850 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994906 ENST00000495684 protein_coding 2 5 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675039 protein_coding 1 NA 7 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000675961 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 222994885 222994982 ENST00000284476 protein_coding 7 1 7 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675850 protein_coding 1 NA 9 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675039 protein_coding 1 NA 8 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000675961 protein_coding 1 NA 9 DISP1 ENSG00000154309 +CDS chr1 223002385 223005969 ENST00000284476 protein_coding 7 1 8 DISP1 ENSG00000154309 +transcript chr1 223109404 223143248 ENST00000642603 protein_coding 2 NA NA TLR5 ENSG00000187554 +transcript chr1 223109406 223137287 ENST00000540964 protein_coding 5 5 NA TLR5 ENSG00000187554 +CDS chr1 223110458 223113031 ENST00000642603 protein_coding 2 NA 6 TLR5 ENSG00000187554 +CDS chr1 223110458 223113031 ENST00000540964 protein_coding 5 5 4 TLR5 ENSG00000187554 +transcript chr1 223110706 223143248 ENST00000645434 protein_coding 1 NA NA TLR5 ENSG00000187554 +CDS chr1 223110706 223113031 ENST00000645434 protein_coding 1 NA 5 TLR5 ENSG00000187554 +transcript chr1 223112968 223143238 ENST00000407096 protein_coding 6 3 NA TLR5 ENSG00000187554 +CDS chr1 223112968 223113031 ENST00000407096 protein_coding 6 3 4 TLR5 ENSG00000187554 +transcript chr1 223220819 223364059 ENST00000343846 protein_coding 7 2 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364130 ENST00000484758 protein_coding 6 2 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364176 ENST00000366878 protein_coding 9 1 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364178 ENST00000494793 protein_coding 6 5 NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364222 ENST00000681669 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220831 223364233 ENST00000681305 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220851 223364185 ENST00000681285 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223220852 223364204 ENST00000680429 protein_coding 1 NA NA SUSD4 ENSG00000143502 +transcript chr1 223221017 223363337 ENST00000608996 protein_coding 5 5 NA SUSD4 ENSG00000143502 +CDS chr1 223221043 223221080 ENST00000494793 protein_coding 6 5 9 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000343846 protein_coding 7 2 8 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000484758 protein_coding 6 2 8 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000366878 protein_coding 9 1 9 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681669 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681305 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000681285 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000680429 protein_coding 1 NA 10 SUSD4 ENSG00000143502 +CDS chr1 223222195 223222220 ENST00000608996 protein_coding 5 5 8 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000343846 protein_coding 7 2 7 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000484758 protein_coding 6 2 7 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000366878 protein_coding 9 1 8 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681669 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681305 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000681285 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000680429 protein_coding 1 NA 9 SUSD4 ENSG00000143502 +CDS chr1 223223249 223223631 ENST00000608996 protein_coding 5 5 7 SUSD4 ENSG00000143502 +CDS chr1 223223267 223223631 ENST00000494793 protein_coding 6 5 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000343846 protein_coding 7 2 6 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000484758 protein_coding 6 2 6 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000366878 protein_coding 9 1 7 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000494793 protein_coding 6 5 7 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681669 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681305 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000681285 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000680429 protein_coding 1 NA 8 SUSD4 ENSG00000143502 +CDS chr1 223227594 223227738 ENST00000608996 protein_coding 5 5 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000343846 protein_coding 7 2 5 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229394 ENST00000484758 protein_coding 6 2 5 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000366878 protein_coding 9 1 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000494793 protein_coding 6 5 6 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681669 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681305 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000681285 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229388 ENST00000680429 protein_coding 1 NA 7 SUSD4 ENSG00000143502 +CDS chr1 223229197 223229394 ENST00000608996 protein_coding 5 5 5 SUSD4 ENSG00000143502 +transcript chr1 223234915 223364167 ENST00000344029 protein_coding 6 1 NA SUSD4 ENSG00000143502 +CDS chr1 223234955 223235100 ENST00000344029 protein_coding 6 1 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000343846 protein_coding 7 2 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000484758 protein_coding 6 2 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000366878 protein_coding 9 1 5 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000494793 protein_coding 6 5 5 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681669 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681305 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000681285 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000680429 protein_coding 1 NA 6 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000608996 protein_coding 5 5 4 SUSD4 ENSG00000143502 +CDS chr1 223264630 223264818 ENST00000344029 protein_coding 6 1 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000343846 protein_coding 7 2 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000484758 protein_coding 6 2 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000366878 protein_coding 9 1 4 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000494793 protein_coding 6 5 4 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681669 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681305 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000681285 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000680429 protein_coding 1 NA 5 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000608996 protein_coding 5 5 3 SUSD4 ENSG00000143502 +CDS chr1 223268502 223268675 ENST00000344029 protein_coding 6 1 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000343846 protein_coding 7 2 2 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000366878 protein_coding 9 1 3 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000494793 protein_coding 6 5 3 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681669 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681305 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000681285 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000680429 protein_coding 1 NA 4 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000608996 protein_coding 5 5 2 SUSD4 ENSG00000143502 +CDS chr1 223292439 223292651 ENST00000344029 protein_coding 6 1 3 SUSD4 ENSG00000143502 +CDS chr1 223296727 223296890 ENST00000681285 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223302763 223302827 ENST00000680429 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000343846 protein_coding 7 2 1 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000484758 protein_coding 6 2 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000366878 protein_coding 9 1 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000494793 protein_coding 6 5 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000681669 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000681305 protein_coding 1 NA 3 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363460 ENST00000681285 protein_coding 1 NA 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363460 ENST00000680429 protein_coding 1 NA 2 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363337 ENST00000608996 protein_coding 5 5 1 SUSD4 ENSG00000143502 +CDS chr1 223363278 223363425 ENST00000344029 protein_coding 6 1 2 SUSD4 ENSG00000143502 +CDS chr1 223364057 223364073 ENST00000681285 protein_coding 1 NA 1 SUSD4 ENSG00000143502 +CDS chr1 223364057 223364073 ENST00000680429 protein_coding 1 NA 1 SUSD4 ENSG00000143502 +transcript chr1 223393415 223395465 ENST00000366875 protein_coding 5 NA NA CCDC185 ENSG00000178395 +CDS chr1 223393476 223395344 ENST00000366875 protein_coding 5 NA 1 CCDC185 ENSG00000178395 +transcript chr1 223538008 223551017 ENST00000442247 protein_coding 5 5 NA CAPN8 ENSG00000203697 +CDS chr1 223538032 223538139 ENST00000442247 protein_coding 5 5 4 CAPN8 ENSG00000203697 +CDS chr1 223539420 223539491 ENST00000442247 protein_coding 5 5 3 CAPN8 ENSG00000203697 +transcript chr1 223541616 223665701 ENST00000366872 protein_coding 10 1 NA CAPN8 ENSG00000203697 +CDS chr1 223541839 223541859 ENST00000366872 protein_coding 10 1 21 CAPN8 ENSG00000203697 +CDS chr1 223543108 223543166 ENST00000366872 protein_coding 10 1 20 CAPN8 ENSG00000203697 +CDS chr1 223544067 223544183 ENST00000366872 protein_coding 10 1 19 CAPN8 ENSG00000203697 +CDS chr1 223544772 223544850 ENST00000366872 protein_coding 10 1 18 CAPN8 ENSG00000203697 +CDS chr1 223545231 223545299 ENST00000366872 protein_coding 10 1 17 CAPN8 ENSG00000203697 +CDS chr1 223549318 223549382 ENST00000442247 protein_coding 5 5 2 CAPN8 ENSG00000203697 +CDS chr1 223549318 223549382 ENST00000366872 protein_coding 10 1 16 CAPN8 ENSG00000203697 +CDS chr1 223550960 223551017 ENST00000442247 protein_coding 5 5 1 CAPN8 ENSG00000203697 +CDS chr1 223550960 223551017 ENST00000366872 protein_coding 10 1 15 CAPN8 ENSG00000203697 +CDS chr1 223553832 223553900 ENST00000366872 protein_coding 10 1 14 CAPN8 ENSG00000203697 +CDS chr1 223558131 223558167 ENST00000366872 protein_coding 10 1 13 CAPN8 ENSG00000203697 +CDS chr1 223609153 223609364 ENST00000366872 protein_coding 10 1 12 CAPN8 ENSG00000203697 +CDS chr1 223612246 223612257 ENST00000366872 protein_coding 10 1 11 CAPN8 ENSG00000203697 +CDS chr1 223615970 223616145 ENST00000366872 protein_coding 10 1 10 CAPN8 ENSG00000203697 +transcript chr1 223616898 223665723 ENST00000366873 protein_coding 6 5 NA CAPN8 ENSG00000203697 +CDS chr1 223618274 223618281 ENST00000366873 protein_coding 6 5 10 CAPN8 ENSG00000203697 +CDS chr1 223619293 223619453 ENST00000366872 protein_coding 10 1 9 CAPN8 ENSG00000203697 +CDS chr1 223619293 223619453 ENST00000366873 protein_coding 6 5 9 CAPN8 ENSG00000203697 +CDS chr1 223620192 223620266 ENST00000366872 protein_coding 10 1 8 CAPN8 ENSG00000203697 +CDS chr1 223620192 223620266 ENST00000366873 protein_coding 6 5 8 CAPN8 ENSG00000203697 +transcript chr1 223622622 223628705 ENST00000465098 protein_coding 1 3 NA CAPN8 ENSG00000203697 +CDS chr1 223622814 223622900 ENST00000465098 protein_coding 1 3 5 CAPN8 ENSG00000203697 +CDS chr1 223622815 223622900 ENST00000366872 protein_coding 10 1 7 CAPN8 ENSG00000203697 +CDS chr1 223622815 223622900 ENST00000366873 protein_coding 6 5 7 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000366872 protein_coding 10 1 6 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000366873 protein_coding 6 5 6 CAPN8 ENSG00000203697 +CDS chr1 223625805 223625888 ENST00000465098 protein_coding 1 3 4 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000366872 protein_coding 10 1 5 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000366873 protein_coding 6 5 5 CAPN8 ENSG00000203697 +CDS chr1 223626989 223627157 ENST00000465098 protein_coding 1 3 3 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000366872 protein_coding 10 1 4 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000366873 protein_coding 6 5 4 CAPN8 ENSG00000203697 +CDS chr1 223628009 223628142 ENST00000465098 protein_coding 1 3 2 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628780 ENST00000366872 protein_coding 10 1 3 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628780 ENST00000366873 protein_coding 6 5 3 CAPN8 ENSG00000203697 +CDS chr1 223628662 223628705 ENST00000465098 protein_coding 1 3 1 CAPN8 ENSG00000203697 +CDS chr1 223654330 223654399 ENST00000366872 protein_coding 10 1 2 CAPN8 ENSG00000203697 +CDS chr1 223654330 223654399 ENST00000366873 protein_coding 6 5 2 CAPN8 ENSG00000203697 +CDS chr1 223665410 223665646 ENST00000366872 protein_coding 10 1 1 CAPN8 ENSG00000203697 +CDS chr1 223665410 223665646 ENST00000366873 protein_coding 6 5 1 CAPN8 ENSG00000203697 +transcript chr1 223701593 223776016 ENST00000433674 protein_coding 6 2 NA CAPN2 ENSG00000162909 +transcript chr1 223701645 223747063 ENST00000434648 protein_coding 5 5 NA CAPN2 ENSG00000162909 +CDS chr1 223701829 223701831 ENST00000434648 protein_coding 5 5 1 CAPN2 ENSG00000162909 +CDS chr1 223701829 223701831 ENST00000433674 protein_coding 6 2 1 CAPN2 ENSG00000162909 +transcript chr1 223712539 223776018 ENST00000295006 protein_coding 6 1 NA CAPN2 ENSG00000162909 +CDS chr1 223712641 223712877 ENST00000295006 protein_coding 6 1 1 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000434648 protein_coding 5 5 2 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000295006 protein_coding 6 1 2 CAPN2 ENSG00000162909 +CDS chr1 223717762 223717831 ENST00000433674 protein_coding 6 2 2 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000434648 protein_coding 5 5 3 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000295006 protein_coding 6 1 3 CAPN2 ENSG00000162909 +CDS chr1 223744100 223744218 ENST00000433674 protein_coding 6 2 3 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000434648 protein_coding 5 5 4 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000295006 protein_coding 6 1 4 CAPN2 ENSG00000162909 +CDS chr1 223745306 223745439 ENST00000433674 protein_coding 6 2 4 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747063 ENST00000434648 protein_coding 5 5 5 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747165 ENST00000295006 protein_coding 6 1 5 CAPN2 ENSG00000162909 +CDS chr1 223746997 223747165 ENST00000433674 protein_coding 6 2 5 CAPN2 ENSG00000162909 +CDS chr1 223749039 223749122 ENST00000295006 protein_coding 6 1 6 CAPN2 ENSG00000162909 +CDS chr1 223749039 223749122 ENST00000433674 protein_coding 6 2 6 CAPN2 ENSG00000162909 +CDS chr1 223750890 223750975 ENST00000295006 protein_coding 6 1 7 CAPN2 ENSG00000162909 +CDS chr1 223750890 223750975 ENST00000433674 protein_coding 6 2 7 CAPN2 ENSG00000162909 +CDS chr1 223751997 223752071 ENST00000295006 protein_coding 6 1 8 CAPN2 ENSG00000162909 +CDS chr1 223751997 223752071 ENST00000433674 protein_coding 6 2 8 CAPN2 ENSG00000162909 +CDS chr1 223752796 223752956 ENST00000295006 protein_coding 6 1 9 CAPN2 ENSG00000162909 +CDS chr1 223752796 223752956 ENST00000433674 protein_coding 6 2 9 CAPN2 ENSG00000162909 +CDS chr1 223755480 223755649 ENST00000295006 protein_coding 6 1 10 CAPN2 ENSG00000162909 +CDS chr1 223755480 223755649 ENST00000433674 protein_coding 6 2 10 CAPN2 ENSG00000162909 +CDS chr1 223757369 223757380 ENST00000295006 protein_coding 6 1 11 CAPN2 ENSG00000162909 +CDS chr1 223757369 223757380 ENST00000433674 protein_coding 6 2 11 CAPN2 ENSG00000162909 +CDS chr1 223759270 223759481 ENST00000295006 protein_coding 6 1 12 CAPN2 ENSG00000162909 +CDS chr1 223759270 223759481 ENST00000433674 protein_coding 6 2 12 CAPN2 ENSG00000162909 +CDS chr1 223761581 223761617 ENST00000295006 protein_coding 6 1 13 CAPN2 ENSG00000162909 +CDS chr1 223761581 223761617 ENST00000433674 protein_coding 6 2 13 CAPN2 ENSG00000162909 +CDS chr1 223762186 223762251 ENST00000295006 protein_coding 6 1 14 CAPN2 ENSG00000162909 +CDS chr1 223762186 223762251 ENST00000433674 protein_coding 6 2 14 CAPN2 ENSG00000162909 +CDS chr1 223764150 223764207 ENST00000295006 protein_coding 6 1 15 CAPN2 ENSG00000162909 +CDS chr1 223764150 223764207 ENST00000433674 protein_coding 6 2 15 CAPN2 ENSG00000162909 +CDS chr1 223766367 223766431 ENST00000295006 protein_coding 6 1 16 CAPN2 ENSG00000162909 +CDS chr1 223766367 223766431 ENST00000433674 protein_coding 6 2 16 CAPN2 ENSG00000162909 +CDS chr1 223769841 223769909 ENST00000295006 protein_coding 6 1 17 CAPN2 ENSG00000162909 +CDS chr1 223769841 223769909 ENST00000433674 protein_coding 6 2 17 CAPN2 ENSG00000162909 +CDS chr1 223770447 223770525 ENST00000295006 protein_coding 6 1 18 CAPN2 ENSG00000162909 +CDS chr1 223770447 223770525 ENST00000433674 protein_coding 6 2 18 CAPN2 ENSG00000162909 +CDS chr1 223771809 223771925 ENST00000295006 protein_coding 6 1 19 CAPN2 ENSG00000162909 +CDS chr1 223771809 223771925 ENST00000433674 protein_coding 6 2 19 CAPN2 ENSG00000162909 +CDS chr1 223772181 223772239 ENST00000295006 protein_coding 6 1 20 CAPN2 ENSG00000162909 +CDS chr1 223772181 223772239 ENST00000433674 protein_coding 6 2 20 CAPN2 ENSG00000162909 +CDS chr1 223774834 223774854 ENST00000295006 protein_coding 6 1 21 CAPN2 ENSG00000162909 +CDS chr1 223774834 223774854 ENST00000433674 protein_coding 6 2 21 CAPN2 ENSG00000162909 +transcript chr1 223779893 223845947 ENST00000343537 protein_coding 12 1 NA TP53BP2 ENSG00000143514 +transcript chr1 223779899 223845930 ENST00000391878 protein_coding 6 1 NA TP53BP2 ENSG00000143514 +CDS chr1 223780856 223780894 ENST00000391878 protein_coding 6 1 19 TP53BP2 ENSG00000143514 +CDS chr1 223780856 223780894 ENST00000343537 protein_coding 12 1 18 TP53BP2 ENSG00000143514 +CDS chr1 223784115 223784314 ENST00000391878 protein_coding 6 1 18 TP53BP2 ENSG00000143514 +CDS chr1 223784115 223784314 ENST00000343537 protein_coding 12 1 17 TP53BP2 ENSG00000143514 +CDS chr1 223789008 223789174 ENST00000391878 protein_coding 6 1 17 TP53BP2 ENSG00000143514 +CDS chr1 223789008 223789174 ENST00000343537 protein_coding 12 1 16 TP53BP2 ENSG00000143514 +CDS chr1 223792389 223792522 ENST00000391878 protein_coding 6 1 16 TP53BP2 ENSG00000143514 +CDS chr1 223792389 223792522 ENST00000343537 protein_coding 12 1 15 TP53BP2 ENSG00000143514 +CDS chr1 223793303 223793440 ENST00000391878 protein_coding 6 1 15 TP53BP2 ENSG00000143514 +CDS chr1 223793303 223793440 ENST00000343537 protein_coding 12 1 14 TP53BP2 ENSG00000143514 +CDS chr1 223795815 223796590 ENST00000391878 protein_coding 6 1 14 TP53BP2 ENSG00000143514 +CDS chr1 223795815 223796590 ENST00000343537 protein_coding 12 1 13 TP53BP2 ENSG00000143514 +transcript chr1 223795838 223814328 ENST00000494100 protein_coding 1 3 NA TP53BP2 ENSG00000143514 +CDS chr1 223795838 223796123 ENST00000494100 protein_coding 1 3 5 TP53BP2 ENSG00000143514 +CDS chr1 223798215 223798677 ENST00000391878 protein_coding 6 1 13 TP53BP2 ENSG00000143514 +CDS chr1 223798215 223798677 ENST00000343537 protein_coding 12 1 12 TP53BP2 ENSG00000143514 +CDS chr1 223799899 223800047 ENST00000391878 protein_coding 6 1 12 TP53BP2 ENSG00000143514 +CDS chr1 223799899 223800047 ENST00000343537 protein_coding 12 1 11 TP53BP2 ENSG00000143514 +CDS chr1 223800700 223800810 ENST00000391878 protein_coding 6 1 11 TP53BP2 ENSG00000143514 +CDS chr1 223800700 223800810 ENST00000343537 protein_coding 12 1 10 TP53BP2 ENSG00000143514 +CDS chr1 223802116 223802344 ENST00000391878 protein_coding 6 1 10 TP53BP2 ENSG00000143514 +CDS chr1 223802116 223802344 ENST00000343537 protein_coding 12 1 9 TP53BP2 ENSG00000143514 +CDS chr1 223802731 223802895 ENST00000391878 protein_coding 6 1 9 TP53BP2 ENSG00000143514 +CDS chr1 223802731 223802895 ENST00000343537 protein_coding 12 1 8 TP53BP2 ENSG00000143514 +CDS chr1 223803271 223803452 ENST00000391878 protein_coding 6 1 8 TP53BP2 ENSG00000143514 +CDS chr1 223803271 223803452 ENST00000343537 protein_coding 12 1 7 TP53BP2 ENSG00000143514 +CDS chr1 223804174 223804348 ENST00000391878 protein_coding 6 1 7 TP53BP2 ENSG00000143514 +CDS chr1 223804174 223804348 ENST00000343537 protein_coding 12 1 6 TP53BP2 ENSG00000143514 +CDS chr1 223804208 223804348 ENST00000494100 protein_coding 1 3 4 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806932 ENST00000391878 protein_coding 6 1 6 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806947 ENST00000343537 protein_coding 12 1 5 TP53BP2 ENSG00000143514 +CDS chr1 223806846 223806947 ENST00000494100 protein_coding 1 3 3 TP53BP2 ENSG00000143514 +CDS chr1 223810431 223810513 ENST00000343537 protein_coding 12 1 4 TP53BP2 ENSG00000143514 +CDS chr1 223810431 223810513 ENST00000494100 protein_coding 1 3 2 TP53BP2 ENSG00000143514 +CDS chr1 223814240 223814353 ENST00000343537 protein_coding 12 1 3 TP53BP2 ENSG00000143514 +CDS chr1 223814240 223814328 ENST00000494100 protein_coding 1 3 1 TP53BP2 ENSG00000143514 +CDS chr1 223821220 223821367 ENST00000343537 protein_coding 12 1 2 TP53BP2 ENSG00000143514 +CDS chr1 223845654 223845680 ENST00000343537 protein_coding 12 1 1 TP53BP2 ENSG00000143514 +transcript chr1 224114111 224162047 ENST00000366862 protein_coding 10 1 NA FBXO28 ENSG00000143756 +transcript chr1 224114111 224158150 ENST00000424254 protein_coding 6 1 NA FBXO28 ENSG00000143756 +CDS chr1 224114130 224114396 ENST00000366862 protein_coding 10 1 1 FBXO28 ENSG00000143756 +CDS chr1 224114130 224114396 ENST00000424254 protein_coding 6 1 1 FBXO28 ENSG00000143756 +CDS chr1 224130472 224130581 ENST00000366862 protein_coding 10 1 2 FBXO28 ENSG00000143756 +CDS chr1 224130472 224130581 ENST00000424254 protein_coding 6 1 2 FBXO28 ENSG00000143756 +CDS chr1 224134074 224134212 ENST00000366862 protein_coding 10 1 3 FBXO28 ENSG00000143756 +CDS chr1 224134074 224134212 ENST00000424254 protein_coding 6 1 3 FBXO28 ENSG00000143756 +CDS chr1 224153142 224153337 ENST00000366862 protein_coding 10 1 4 FBXO28 ENSG00000143756 +CDS chr1 224157352 224157743 ENST00000366862 protein_coding 10 1 5 FBXO28 ENSG00000143756 +CDS chr1 224157352 224157372 ENST00000424254 protein_coding 6 1 4 FBXO28 ENSG00000143756 +transcript chr1 224175756 224192353 ENST00000415210 protein_coding 5 5 NA DEGS1 ENSG00000143753 +CDS chr1 224175929 224175947 ENST00000415210 protein_coding 5 5 1 DEGS1 ENSG00000143753 +transcript chr1 224183240 224193441 ENST00000323699 protein_coding 9 1 NA DEGS1 ENSG00000143753 +transcript chr1 224183266 224193157 ENST00000391877 protein_coding 3 5 NA DEGS1 ENSG00000143753 +CDS chr1 224183337 224183418 ENST00000323699 protein_coding 9 1 1 DEGS1 ENSG00000143753 +CDS chr1 224183337 224183418 ENST00000391877 protein_coding 3 5 1 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000415210 protein_coding 5 5 2 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000323699 protein_coding 9 1 2 DEGS1 ENSG00000143753 +CDS chr1 224189577 224190319 ENST00000391877 protein_coding 3 5 2 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192353 ENST00000415210 protein_coding 5 5 3 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192475 ENST00000323699 protein_coding 9 1 3 DEGS1 ENSG00000143753 +CDS chr1 224192332 224192475 ENST00000391877 protein_coding 3 5 3 DEGS1 ENSG00000143753 +transcript chr1 224227334 224330121 ENST00000469968 protein_coding 5 5 NA NVL ENSG00000143748 +transcript chr1 224227334 224330170 ENST00000391875 protein_coding 6 1 NA NVL ENSG00000143748 +transcript chr1 224227337 224330189 ENST00000482491 protein_coding 5 5 NA NVL ENSG00000143748 +transcript chr1 224227345 224330172 ENST00000281701 protein_coding 11 1 NA NVL ENSG00000143748 +transcript chr1 224227369 224330138 ENST00000469075 protein_coding 5 2 NA NVL ENSG00000143748 +transcript chr1 224227454 224330139 ENST00000340871 protein_coding 8 2 NA NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000469968 protein_coding 5 5 21 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000391875 protein_coding 6 1 22 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000482491 protein_coding 5 5 24 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000281701 protein_coding 11 1 23 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000469075 protein_coding 5 2 22 NVL ENSG00000143748 +CDS chr1 224227629 224227670 ENST00000340871 protein_coding 8 2 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000469968 protein_coding 5 5 20 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000391875 protein_coding 6 1 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000482491 protein_coding 5 5 23 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000281701 protein_coding 11 1 22 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000469075 protein_coding 5 2 21 NVL ENSG00000143748 +CDS chr1 224231226 224231296 ENST00000340871 protein_coding 8 2 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000469968 protein_coding 5 5 19 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000391875 protein_coding 6 1 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000482491 protein_coding 5 5 22 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000281701 protein_coding 11 1 21 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000469075 protein_coding 5 2 20 NVL ENSG00000143748 +CDS chr1 224233201 224233289 ENST00000340871 protein_coding 8 2 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000469968 protein_coding 5 5 18 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000391875 protein_coding 6 1 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000482491 protein_coding 5 5 21 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000281701 protein_coding 11 1 20 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000469075 protein_coding 5 2 19 NVL ENSG00000143748 +CDS chr1 224236506 224236582 ENST00000340871 protein_coding 8 2 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000469968 protein_coding 5 5 17 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000391875 protein_coding 6 1 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000482491 protein_coding 5 5 20 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000281701 protein_coding 11 1 19 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000469075 protein_coding 5 2 18 NVL ENSG00000143748 +CDS chr1 224250212 224250318 ENST00000340871 protein_coding 8 2 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000469968 protein_coding 5 5 16 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000391875 protein_coding 6 1 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000482491 protein_coding 5 5 19 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000281701 protein_coding 11 1 18 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000469075 protein_coding 5 2 17 NVL ENSG00000143748 +CDS chr1 224268034 224268133 ENST00000340871 protein_coding 8 2 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000469968 protein_coding 5 5 15 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000391875 protein_coding 6 1 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000482491 protein_coding 5 5 18 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000281701 protein_coding 11 1 17 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000469075 protein_coding 5 2 16 NVL ENSG00000143748 +CDS chr1 224275339 224275458 ENST00000340871 protein_coding 8 2 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000469968 protein_coding 5 5 14 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000391875 protein_coding 6 1 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000482491 protein_coding 5 5 17 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000281701 protein_coding 11 1 16 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000469075 protein_coding 5 2 15 NVL ENSG00000143748 +CDS chr1 224281123 224281185 ENST00000340871 protein_coding 8 2 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000469968 protein_coding 5 5 13 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000391875 protein_coding 6 1 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000482491 protein_coding 5 5 16 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000281701 protein_coding 11 1 15 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000469075 protein_coding 5 2 14 NVL ENSG00000143748 +CDS chr1 224286026 224286130 ENST00000340871 protein_coding 8 2 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000469968 protein_coding 5 5 12 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000391875 protein_coding 6 1 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000482491 protein_coding 5 5 15 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000281701 protein_coding 11 1 14 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000469075 protein_coding 5 2 13 NVL ENSG00000143748 +CDS chr1 224287775 224287993 ENST00000340871 protein_coding 8 2 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000469968 protein_coding 5 5 11 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000391875 protein_coding 6 1 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000482491 protein_coding 5 5 14 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000281701 protein_coding 11 1 13 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000469075 protein_coding 5 2 12 NVL ENSG00000143748 +CDS chr1 224289484 224289733 ENST00000340871 protein_coding 8 2 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000469968 protein_coding 5 5 10 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000391875 protein_coding 6 1 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000482491 protein_coding 5 5 13 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000281701 protein_coding 11 1 12 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000469075 protein_coding 5 2 11 NVL ENSG00000143748 +CDS chr1 224294267 224294411 ENST00000340871 protein_coding 8 2 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000469968 protein_coding 5 5 9 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000391875 protein_coding 6 1 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000482491 protein_coding 5 5 12 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000281701 protein_coding 11 1 11 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000469075 protein_coding 5 2 10 NVL ENSG00000143748 +CDS chr1 224296501 224296618 ENST00000340871 protein_coding 8 2 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000469968 protein_coding 5 5 8 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000391875 protein_coding 6 1 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000482491 protein_coding 5 5 11 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000281701 protein_coding 11 1 10 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000469075 protein_coding 5 2 9 NVL ENSG00000143748 +CDS chr1 224300562 224300663 ENST00000340871 protein_coding 8 2 8 NVL ENSG00000143748 +CDS chr1 224301691 224301771 ENST00000482491 protein_coding 5 5 10 NVL ENSG00000143748 +CDS chr1 224301691 224301771 ENST00000340871 protein_coding 8 2 7 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000469968 protein_coding 5 5 7 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000391875 protein_coding 6 1 8 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000482491 protein_coding 5 5 9 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000281701 protein_coding 11 1 9 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000469075 protein_coding 5 2 8 NVL ENSG00000143748 +CDS chr1 224303723 224303857 ENST00000340871 protein_coding 8 2 6 NVL ENSG00000143748 +transcript chr1 224304735 224330138 ENST00000488718 protein_coding 5 4 NA NVL ENSG00000143748 +CDS chr1 224304735 224304812 ENST00000488718 protein_coding 5 4 7 NVL ENSG00000143748 +transcript chr1 224304735 224330139 ENST00000492281 protein_coding 5 4 NA NVL ENSG00000143748 +CDS chr1 224304735 224304812 ENST00000492281 protein_coding 5 4 4 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000469968 protein_coding 5 5 6 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000391875 protein_coding 6 1 7 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000482491 protein_coding 5 5 8 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000281701 protein_coding 11 1 8 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000469075 protein_coding 5 2 7 NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000340871 protein_coding 8 2 5 NVL ENSG00000143748 +transcript chr1 224304736 224330128 ENST00000436927 protein_coding 5 3 NA NVL ENSG00000143748 +CDS chr1 224304736 224304812 ENST00000436927 protein_coding 5 3 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000469968 protein_coding 5 5 5 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000391875 protein_coding 6 1 6 NVL ENSG00000143748 +CDS chr1 224305034 224305133 ENST00000482491 protein_coding 5 5 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000281701 protein_coding 11 1 7 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000469075 protein_coding 5 2 6 NVL ENSG00000143748 +CDS chr1 224305034 224305133 ENST00000340871 protein_coding 8 2 4 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000488718 protein_coding 5 4 6 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000492281 protein_coding 5 4 3 NVL ENSG00000143748 +CDS chr1 224305034 224305166 ENST00000436927 protein_coding 5 3 6 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000391875 protein_coding 6 1 5 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000281701 protein_coding 11 1 6 NVL ENSG00000143748 +CDS chr1 224307991 224308263 ENST00000492281 protein_coding 5 4 2 NVL ENSG00000143748 +CDS chr1 224307991 224308217 ENST00000436927 protein_coding 5 3 5 NVL ENSG00000143748 +transcript chr1 224308183 224330179 ENST00000461546 protein_coding 2 4 NA NVL ENSG00000143748 +CDS chr1 224308183 224308263 ENST00000461546 protein_coding 2 4 7 NVL ENSG00000143748 +CDS chr1 224311800 224311823 ENST00000469968 protein_coding 5 5 4 NVL ENSG00000143748 +CDS chr1 224311800 224311823 ENST00000391875 protein_coding 6 1 4 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000281701 protein_coding 11 1 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000469075 protein_coding 5 2 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000488718 protein_coding 5 4 5 NVL ENSG00000143748 +CDS chr1 224311800 224311857 ENST00000461546 protein_coding 2 4 6 NVL ENSG00000143748 +CDS chr1 224313034 224313109 ENST00000436927 protein_coding 5 3 4 NVL ENSG00000143748 +CDS chr1 224313050 224313151 ENST00000461546 protein_coding 2 4 5 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000281701 protein_coding 11 1 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000469075 protein_coding 5 2 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000488718 protein_coding 5 4 4 NVL ENSG00000143748 +CDS chr1 224317694 224317793 ENST00000461546 protein_coding 2 4 4 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000281701 protein_coding 11 1 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000469075 protein_coding 5 2 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000488718 protein_coding 5 4 3 NVL ENSG00000143748 +CDS chr1 224317878 224317930 ENST00000461546 protein_coding 2 4 3 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000281701 protein_coding 11 1 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000469075 protein_coding 5 2 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000488718 protein_coding 5 4 2 NVL ENSG00000143748 +CDS chr1 224326391 224326464 ENST00000461546 protein_coding 2 4 2 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000281701 protein_coding 11 1 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000469075 protein_coding 5 2 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000488718 protein_coding 5 4 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000492281 protein_coding 5 4 1 NVL ENSG00000143748 +CDS chr1 224330071 224330127 ENST00000461546 protein_coding 2 4 1 NVL ENSG00000143748 +transcript chr1 224356858 224379452 ENST00000366858 protein_coding 7 3 NA CNIH4 ENSG00000143771 +transcript chr1 224356871 224379452 ENST00000366857 protein_coding 9 1 NA CNIH4 ENSG00000143771 +transcript chr1 224356879 224379452 ENST00000465271 protein_coding 6 1 NA CNIH4 ENSG00000143771 +transcript chr1 224356893 224379452 ENST00000366856 protein_coding 3 2 NA CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366858 protein_coding 7 3 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366857 protein_coding 9 1 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000465271 protein_coding 6 1 1 CNIH4 ENSG00000143771 +CDS chr1 224356925 224356993 ENST00000366856 protein_coding 3 2 1 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366858 protein_coding 7 3 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366857 protein_coding 9 1 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000465271 protein_coding 6 1 2 CNIH4 ENSG00000143771 +CDS chr1 224360495 224360563 ENST00000366856 protein_coding 3 2 2 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366858 protein_coding 7 3 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366857 protein_coding 9 1 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000465271 protein_coding 6 1 3 CNIH4 ENSG00000143771 +CDS chr1 224365879 224365991 ENST00000366856 protein_coding 3 2 3 CNIH4 ENSG00000143771 +CDS chr1 224371283 224371423 ENST00000465271 protein_coding 6 1 4 CNIH4 ENSG00000143771 +CDS chr1 224371283 224371423 ENST00000366856 protein_coding 3 2 4 CNIH4 ENSG00000143771 +CDS chr1 224375795 224375819 ENST00000366857 protein_coding 9 1 4 CNIH4 ENSG00000143771 +CDS chr1 224375795 224375819 ENST00000465271 protein_coding 6 1 5 CNIH4 ENSG00000143771 +CDS chr1 224379069 224379087 ENST00000366858 protein_coding 7 3 4 CNIH4 ENSG00000143771 +CDS chr1 224379069 224379087 ENST00000366856 protein_coding 3 2 5 CNIH4 ENSG00000143771 +transcript chr1 224385146 224434797 ENST00000414423 protein_coding 9 1 NA WDR26 ENSG00000162923 +transcript chr1 224385146 224434797 ENST00000678917 protein_coding 1 NA NA WDR26 ENSG00000162923 +transcript chr1 224385161 224433995 ENST00000651911 protein_coding 2 NA NA WDR26 ENSG00000162923 +transcript chr1 224385184 224433888 ENST00000678879 protein_coding 1 NA NA WDR26 ENSG00000162923 +transcript chr1 224385666 224411484 ENST00000480676 protein_coding 2 5 NA WDR26 ENSG00000162923 +transcript chr1 224389184 224434797 ENST00000678555 protein_coding 1 NA NA WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000414423 protein_coding 9 1 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678917 protein_coding 1 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000651911 protein_coding 2 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678879 protein_coding 1 NA 14 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000480676 protein_coding 2 5 8 WDR26 ENSG00000162923 +CDS chr1 224389838 224389860 ENST00000678555 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000414423 protein_coding 9 1 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000678917 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000651911 protein_coding 2 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000678879 protein_coding 1 NA 13 WDR26 ENSG00000162923 +CDS chr1 224393828 224394013 ENST00000480676 protein_coding 2 5 7 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000414423 protein_coding 9 1 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678917 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000651911 protein_coding 2 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678879 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000480676 protein_coding 2 5 6 WDR26 ENSG00000162923 +CDS chr1 224398097 224398226 ENST00000678555 protein_coding 1 NA 12 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000414423 protein_coding 9 1 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678917 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000651911 protein_coding 2 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678879 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000480676 protein_coding 2 5 5 WDR26 ENSG00000162923 +CDS chr1 224398515 224398593 ENST00000678555 protein_coding 1 NA 11 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000414423 protein_coding 9 1 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678917 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000651911 protein_coding 2 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678879 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000480676 protein_coding 2 5 4 WDR26 ENSG00000162923 +CDS chr1 224398889 224399034 ENST00000678555 protein_coding 1 NA 10 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000414423 protein_coding 9 1 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678917 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000651911 protein_coding 2 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678879 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000480676 protein_coding 2 5 3 WDR26 ENSG00000162923 +CDS chr1 224400950 224401069 ENST00000678555 protein_coding 1 NA 9 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000414423 protein_coding 9 1 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678917 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000651911 protein_coding 2 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678879 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000480676 protein_coding 2 5 2 WDR26 ENSG00000162923 +CDS chr1 224404430 224404570 ENST00000678555 protein_coding 1 NA 8 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000414423 protein_coding 9 1 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678917 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000651911 protein_coding 2 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678879 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224411427 224411484 ENST00000480676 protein_coding 2 5 1 WDR26 ENSG00000162923 +CDS chr1 224411427 224411565 ENST00000678555 protein_coding 1 NA 7 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000414423 protein_coding 9 1 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000678917 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000651911 protein_coding 2 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418398 ENST00000678879 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224418260 224418416 ENST00000678555 protein_coding 1 NA 6 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000414423 protein_coding 9 1 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678917 protein_coding 1 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000651911 protein_coding 2 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678879 protein_coding 1 NA 5 WDR26 ENSG00000162923 +CDS chr1 224419518 224419615 ENST00000678555 protein_coding 1 NA 5 WDR26 ENSG00000162923 +transcript chr1 224419562 224437033 ENST00000445239 protein_coding 1 5 NA WDR26 ENSG00000162923 +CDS chr1 224419562 224419615 ENST00000445239 protein_coding 1 5 6 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000414423 protein_coding 9 1 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678917 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000651911 protein_coding 2 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678879 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000678555 protein_coding 1 NA 4 WDR26 ENSG00000162923 +CDS chr1 224424518 224424654 ENST00000445239 protein_coding 1 5 5 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000414423 protein_coding 9 1 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678917 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678879 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000678555 protein_coding 1 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431477 224431581 ENST00000445239 protein_coding 1 5 4 WDR26 ENSG00000162923 +CDS chr1 224431525 224431581 ENST00000651911 protein_coding 2 NA 3 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000414423 protein_coding 9 1 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678917 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000651911 protein_coding 2 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678879 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431781 ENST00000678555 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224431682 224431762 ENST00000445239 protein_coding 1 5 3 WDR26 ENSG00000162923 +transcript chr1 224433096 224434797 ENST00000678307 protein_coding 1 NA NA WDR26 ENSG00000162923 +CDS chr1 224433121 224433265 ENST00000678307 protein_coding 1 NA 2 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000414423 protein_coding 9 1 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434105 ENST00000678917 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224433995 ENST00000651911 protein_coding 2 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224433888 ENST00000678879 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000678555 protein_coding 1 NA 1 WDR26 ENSG00000162923 +CDS chr1 224433684 224434405 ENST00000678307 protein_coding 1 NA 1 WDR26 ENSG00000162923 +transcript chr1 224616317 224740554 ENST00000272133 protein_coding 4 1 NA CNIH3 ENSG00000143786 +CDS chr1 224617175 224617255 ENST00000272133 protein_coding 4 1 1 CNIH3 ENSG00000143786 +CDS chr1 224680958 224681026 ENST00000272133 protein_coding 4 1 2 CNIH3 ENSG00000143786 +CDS chr1 224684796 224684843 ENST00000272133 protein_coding 4 1 3 CNIH3 ENSG00000143786 +CDS chr1 224730462 224730574 ENST00000272133 protein_coding 4 1 4 CNIH3 ENSG00000143786 +CDS chr1 224734563 224734706 ENST00000272133 protein_coding 4 1 5 CNIH3 ENSG00000143786 +CDS chr1 224739329 224739353 ENST00000272133 protein_coding 4 1 6 CNIH3 ENSG00000143786 +transcript chr1 224896262 225399269 ENST00000445597 protein_coding 6 5 NA DNAH14 ENSG00000185842 +CDS chr1 224896262 224896365 ENST00000445597 protein_coding 6 5 1 DNAH14 ENSG00000185842 +CDS chr1 224923277 224923375 ENST00000445597 protein_coding 6 5 2 DNAH14 ENSG00000185842 +CDS chr1 224929516 224929835 ENST00000445597 protein_coding 6 5 3 DNAH14 ENSG00000185842 +transcript chr1 224929654 225399269 ENST00000430092 protein_coding 5 5 NA DNAH14 ENSG00000185842 +transcript chr1 224929661 224967923 ENST00000366850 protein_coding 7 5 NA DNAH14 ENSG00000185842 +transcript chr1 224929667 225024289 ENST00000400952 protein_coding 7 1 NA DNAH14 ENSG00000185842 +transcript chr1 224929675 225399286 ENST00000682510 protein_coding 1 NA NA DNAH14 ENSG00000185842 +transcript chr1 224929682 225024604 ENST00000366849 protein_coding 5 1 NA DNAH14 ENSG00000185842 +transcript chr1 224952670 224967924 ENST00000366848 protein_coding 5 1 NA DNAH14 ENSG00000185842 +CDS chr1 224952695 224952779 ENST00000445597 protein_coding 6 5 4 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000430092 protein_coding 5 5 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366850 protein_coding 7 5 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000400952 protein_coding 7 1 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000682510 protein_coding 1 NA 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366849 protein_coding 5 1 2 DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000366848 protein_coding 5 1 1 DNAH14 ENSG00000185842 +transcript chr1 224952703 225399269 ENST00000439375 protein_coding 6 5 NA DNAH14 ENSG00000185842 +CDS chr1 224952703 224952779 ENST00000439375 protein_coding 6 5 1 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000445597 protein_coding 6 5 5 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000430092 protein_coding 5 5 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366850 protein_coding 7 5 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000400952 protein_coding 7 1 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000682510 protein_coding 1 NA 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366849 protein_coding 5 1 3 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000366848 protein_coding 5 1 2 DNAH14 ENSG00000185842 +CDS chr1 224954959 224955098 ENST00000439375 protein_coding 6 5 2 DNAH14 ENSG00000185842 +transcript chr1 224955039 224967924 ENST00000433124 protein_coding 1 3 NA DNAH14 ENSG00000185842 +CDS chr1 224955039 224955098 ENST00000433124 protein_coding 1 3 1 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000430092 protein_coding 5 5 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366850 protein_coding 7 5 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000400952 protein_coding 7 1 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000682510 protein_coding 1 NA 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366849 protein_coding 5 1 4 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000366848 protein_coding 5 1 3 DNAH14 ENSG00000185842 +CDS chr1 224960153 224960302 ENST00000439375 protein_coding 6 5 3 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000445597 protein_coding 6 5 6 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000430092 protein_coding 5 5 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366850 protein_coding 7 5 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000400952 protein_coding 7 1 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000682510 protein_coding 1 NA 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366849 protein_coding 5 1 5 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000366848 protein_coding 5 1 4 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000439375 protein_coding 6 5 4 DNAH14 ENSG00000185842 +CDS chr1 224964479 224964609 ENST00000433124 protein_coding 1 3 2 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000445597 protein_coding 6 5 7 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000430092 protein_coding 5 5 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000366850 protein_coding 7 5 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000400952 protein_coding 7 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000682510 protein_coding 1 NA 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967514 ENST00000366849 protein_coding 5 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000366848 protein_coding 5 1 5 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000439375 protein_coding 6 5 5 DNAH14 ENSG00000185842 +CDS chr1 224967431 224967583 ENST00000433124 protein_coding 1 3 3 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000366850 protein_coding 7 5 7 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000366848 protein_coding 5 1 6 DNAH14 ENSG00000185842 +CDS chr1 224967680 224967712 ENST00000433124 protein_coding 1 3 4 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000430092 protein_coding 5 5 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000400952 protein_coding 7 1 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000682510 protein_coding 1 NA 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000366849 protein_coding 5 1 7 DNAH14 ENSG00000185842 +CDS chr1 224968759 224968874 ENST00000439375 protein_coding 6 5 6 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000430092 protein_coding 5 5 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000400952 protein_coding 7 1 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000682510 protein_coding 1 NA 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000366849 protein_coding 5 1 8 DNAH14 ENSG00000185842 +CDS chr1 224974091 224974153 ENST00000439375 protein_coding 6 5 7 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000430092 protein_coding 5 5 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000400952 protein_coding 7 1 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000682510 protein_coding 1 NA 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000366849 protein_coding 5 1 9 DNAH14 ENSG00000185842 +CDS chr1 225002783 225002927 ENST00000439375 protein_coding 6 5 8 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000445597 protein_coding 6 5 8 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000430092 protein_coding 5 5 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000400952 protein_coding 7 1 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000682510 protein_coding 1 NA 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000366849 protein_coding 5 1 10 DNAH14 ENSG00000185842 +CDS chr1 225007413 225007544 ENST00000439375 protein_coding 6 5 9 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000445597 protein_coding 6 5 9 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000430092 protein_coding 5 5 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023866 ENST00000400952 protein_coding 7 1 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000682510 protein_coding 1 NA 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023866 ENST00000366849 protein_coding 5 1 11 DNAH14 ENSG00000185842 +CDS chr1 225023615 225023865 ENST00000439375 protein_coding 6 5 10 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000445597 protein_coding 6 5 10 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000430092 protein_coding 5 5 12 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000682510 protein_coding 1 NA 12 DNAH14 ENSG00000185842 +CDS chr1 225038694 225038823 ENST00000439375 protein_coding 6 5 11 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000445597 protein_coding 6 5 11 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000430092 protein_coding 5 5 13 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000682510 protein_coding 1 NA 13 DNAH14 ENSG00000185842 +CDS chr1 225042835 225043114 ENST00000439375 protein_coding 6 5 12 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000430092 protein_coding 5 5 14 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000682510 protein_coding 1 NA 14 DNAH14 ENSG00000185842 +CDS chr1 225043744 225043789 ENST00000439375 protein_coding 6 5 13 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000430092 protein_coding 5 5 15 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000682510 protein_coding 1 NA 15 DNAH14 ENSG00000185842 +CDS chr1 225043886 225043983 ENST00000439375 protein_coding 6 5 14 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000445597 protein_coding 6 5 12 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000430092 protein_coding 5 5 16 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000682510 protein_coding 1 NA 16 DNAH14 ENSG00000185842 +CDS chr1 225050210 225050376 ENST00000439375 protein_coding 6 5 15 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051684 ENST00000445597 protein_coding 6 5 13 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000430092 protein_coding 5 5 17 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000682510 protein_coding 1 NA 17 DNAH14 ENSG00000185842 +CDS chr1 225051451 225051795 ENST00000439375 protein_coding 6 5 16 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000445597 protein_coding 6 5 14 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000430092 protein_coding 5 5 18 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000682510 protein_coding 1 NA 18 DNAH14 ENSG00000185842 +CDS chr1 225079207 225079548 ENST00000439375 protein_coding 6 5 17 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000445597 protein_coding 6 5 15 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000430092 protein_coding 5 5 19 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000682510 protein_coding 1 NA 19 DNAH14 ENSG00000185842 +CDS chr1 225080379 225080748 ENST00000439375 protein_coding 6 5 18 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000430092 protein_coding 5 5 20 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000682510 protein_coding 1 NA 20 DNAH14 ENSG00000185842 +CDS chr1 225082549 225082739 ENST00000439375 protein_coding 6 5 19 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000430092 protein_coding 5 5 21 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000682510 protein_coding 1 NA 21 DNAH14 ENSG00000185842 +CDS chr1 225085544 225085789 ENST00000439375 protein_coding 6 5 20 DNAH14 ENSG00000185842 +CDS chr1 225085677 225085789 ENST00000445597 protein_coding 6 5 16 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000430092 protein_coding 5 5 22 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000682510 protein_coding 1 NA 22 DNAH14 ENSG00000185842 +CDS chr1 225097118 225097239 ENST00000439375 protein_coding 6 5 21 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000430092 protein_coding 5 5 23 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000682510 protein_coding 1 NA 23 DNAH14 ENSG00000185842 +CDS chr1 225100713 225100884 ENST00000439375 protein_coding 6 5 22 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000430092 protein_coding 5 5 24 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000682510 protein_coding 1 NA 24 DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000439375 protein_coding 6 5 23 DNAH14 ENSG00000185842 +transcript chr1 225117684 225118203 ENST00000474801 protein_coding 2 3 NA DNAH14 ENSG00000185842 +CDS chr1 225117684 225117788 ENST00000474801 protein_coding 2 3 1 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000430092 protein_coding 5 5 25 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000682510 protein_coding 1 NA 25 DNAH14 ENSG00000185842 +CDS chr1 225117881 225117999 ENST00000439375 protein_coding 6 5 24 DNAH14 ENSG00000185842 +CDS chr1 225117881 225118165 ENST00000474801 protein_coding 2 3 2 DNAH14 ENSG00000185842 +transcript chr1 225117957 225144548 ENST00000328556 protein_coding 9 3 NA DNAH14 ENSG00000185842 +CDS chr1 225117957 225117999 ENST00000328556 protein_coding 9 3 1 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000430092 protein_coding 5 5 26 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000682510 protein_coding 1 NA 26 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000439375 protein_coding 6 5 25 DNAH14 ENSG00000185842 +CDS chr1 225119220 225119294 ENST00000328556 protein_coding 9 3 2 DNAH14 ENSG00000185842 +CDS chr1 225123527 225123614 ENST00000682510 protein_coding 1 NA 27 DNAH14 ENSG00000185842 +CDS chr1 225123527 225123614 ENST00000328556 protein_coding 9 3 3 DNAH14 ENSG00000185842 +CDS chr1 225140731 225141021 ENST00000430092 protein_coding 5 5 27 DNAH14 ENSG00000185842 +CDS chr1 225140731 225141021 ENST00000439375 protein_coding 6 5 26 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000445597 protein_coding 6 5 17 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000682510 protein_coding 1 NA 28 DNAH14 ENSG00000185842 +CDS chr1 225140768 225141021 ENST00000328556 protein_coding 9 3 4 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000445597 protein_coding 6 5 18 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000430092 protein_coding 5 5 28 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000682510 protein_coding 1 NA 29 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144628 ENST00000439375 protein_coding 6 5 27 DNAH14 ENSG00000185842 +CDS chr1 225144397 225144548 ENST00000328556 protein_coding 9 3 5 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000430092 protein_coding 5 5 29 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000682510 protein_coding 1 NA 30 DNAH14 ENSG00000185842 +CDS chr1 225145326 225145379 ENST00000439375 protein_coding 6 5 28 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000430092 protein_coding 5 5 30 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000682510 protein_coding 1 NA 31 DNAH14 ENSG00000185842 +CDS chr1 225147104 225147249 ENST00000439375 protein_coding 6 5 29 DNAH14 ENSG00000185842 +CDS chr1 225151883 225152073 ENST00000445597 protein_coding 6 5 19 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000430092 protein_coding 5 5 31 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000682510 protein_coding 1 NA 32 DNAH14 ENSG00000185842 +CDS chr1 225152005 225152073 ENST00000439375 protein_coding 6 5 30 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000445597 protein_coding 6 5 20 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000430092 protein_coding 5 5 32 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000682510 protein_coding 1 NA 33 DNAH14 ENSG00000185842 +CDS chr1 225152697 225152883 ENST00000439375 protein_coding 6 5 31 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000445597 protein_coding 6 5 21 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000430092 protein_coding 5 5 33 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000682510 protein_coding 1 NA 34 DNAH14 ENSG00000185842 +CDS chr1 225153750 225153826 ENST00000439375 protein_coding 6 5 32 DNAH14 ENSG00000185842 +CDS chr1 225159314 225159485 ENST00000445597 protein_coding 6 5 22 DNAH14 ENSG00000185842 +CDS chr1 225159314 225159485 ENST00000682510 protein_coding 1 NA 35 DNAH14 ENSG00000185842 +CDS chr1 225159329 225159485 ENST00000430092 protein_coding 5 5 34 DNAH14 ENSG00000185842 +CDS chr1 225159329 225159485 ENST00000439375 protein_coding 6 5 33 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000445597 protein_coding 6 5 23 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000430092 protein_coding 5 5 35 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000682510 protein_coding 1 NA 36 DNAH14 ENSG00000185842 +CDS chr1 225167939 225168028 ENST00000439375 protein_coding 6 5 34 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000445597 protein_coding 6 5 24 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000430092 protein_coding 5 5 36 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000682510 protein_coding 1 NA 37 DNAH14 ENSG00000185842 +CDS chr1 225185291 225185425 ENST00000439375 protein_coding 6 5 35 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000445597 protein_coding 6 5 25 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000430092 protein_coding 5 5 37 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000682510 protein_coding 1 NA 38 DNAH14 ENSG00000185842 +CDS chr1 225192696 225192911 ENST00000439375 protein_coding 6 5 36 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000445597 protein_coding 6 5 26 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000430092 protein_coding 5 5 38 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000682510 protein_coding 1 NA 39 DNAH14 ENSG00000185842 +CDS chr1 225204183 225204273 ENST00000439375 protein_coding 6 5 37 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000445597 protein_coding 6 5 27 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000430092 protein_coding 5 5 39 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000682510 protein_coding 1 NA 40 DNAH14 ENSG00000185842 +CDS chr1 225205971 225206179 ENST00000439375 protein_coding 6 5 38 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000445597 protein_coding 6 5 28 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000430092 protein_coding 5 5 40 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000682510 protein_coding 1 NA 41 DNAH14 ENSG00000185842 +CDS chr1 225206968 225207220 ENST00000439375 protein_coding 6 5 39 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000445597 protein_coding 6 5 29 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000430092 protein_coding 5 5 41 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000682510 protein_coding 1 NA 42 DNAH14 ENSG00000185842 +CDS chr1 225231073 225231151 ENST00000439375 protein_coding 6 5 40 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000445597 protein_coding 6 5 30 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000430092 protein_coding 5 5 42 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000682510 protein_coding 1 NA 43 DNAH14 ENSG00000185842 +CDS chr1 225240593 225240822 ENST00000439375 protein_coding 6 5 41 DNAH14 ENSG00000185842 +transcript chr1 225240794 225351883 ENST00000638635 protein_coding 1 5 NA DNAH14 ENSG00000185842 +CDS chr1 225240794 225240822 ENST00000638635 protein_coding 1 5 1 DNAH14 ENSG00000185842 +CDS chr1 225250656 225250703 ENST00000430092 protein_coding 5 5 43 DNAH14 ENSG00000185842 +CDS chr1 225250656 225250703 ENST00000439375 protein_coding 6 5 42 DNAH14 ENSG00000185842 +transcript chr1 225250663 225270796 ENST00000450490 protein_coding 1 5 NA DNAH14 ENSG00000185842 +CDS chr1 225250663 225250707 ENST00000450490 protein_coding 1 5 1 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000445597 protein_coding 6 5 31 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000430092 protein_coding 5 5 44 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000682510 protein_coding 1 NA 44 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000439375 protein_coding 6 5 43 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000638635 protein_coding 1 5 2 DNAH14 ENSG00000185842 +CDS chr1 225252301 225252417 ENST00000450490 protein_coding 1 5 2 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000430092 protein_coding 5 5 45 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000682510 protein_coding 1 NA 45 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000439375 protein_coding 6 5 44 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000638635 protein_coding 1 5 3 DNAH14 ENSG00000185842 +CDS chr1 225257960 225258118 ENST00000450490 protein_coding 1 5 3 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000430092 protein_coding 5 5 46 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000682510 protein_coding 1 NA 46 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000439375 protein_coding 6 5 45 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000638635 protein_coding 1 5 4 DNAH14 ENSG00000185842 +CDS chr1 225259121 225259253 ENST00000450490 protein_coding 1 5 4 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000430092 protein_coding 5 5 47 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000682510 protein_coding 1 NA 47 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000439375 protein_coding 6 5 46 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000638635 protein_coding 1 5 5 DNAH14 ENSG00000185842 +CDS chr1 225264197 225264261 ENST00000450490 protein_coding 1 5 5 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000445597 protein_coding 6 5 32 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000430092 protein_coding 5 5 48 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000682510 protein_coding 1 NA 48 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000439375 protein_coding 6 5 47 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000638635 protein_coding 1 5 6 DNAH14 ENSG00000185842 +CDS chr1 225265182 225265369 ENST00000450490 protein_coding 1 5 6 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000445597 protein_coding 6 5 33 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000430092 protein_coding 5 5 49 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000682510 protein_coding 1 NA 49 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000439375 protein_coding 6 5 48 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000638635 protein_coding 1 5 7 DNAH14 ENSG00000185842 +CDS chr1 225266641 225266769 ENST00000450490 protein_coding 1 5 7 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000445597 protein_coding 6 5 34 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000430092 protein_coding 5 5 50 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000682510 protein_coding 1 NA 50 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000439375 protein_coding 6 5 49 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270866 ENST00000638635 protein_coding 1 5 8 DNAH14 ENSG00000185842 +CDS chr1 225270735 225270796 ENST00000450490 protein_coding 1 5 8 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000430092 protein_coding 5 5 51 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000682510 protein_coding 1 NA 51 DNAH14 ENSG00000185842 +CDS chr1 225271906 225272073 ENST00000439375 protein_coding 6 5 50 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000430092 protein_coding 5 5 52 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000682510 protein_coding 1 NA 52 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000439375 protein_coding 6 5 51 DNAH14 ENSG00000185842 +CDS chr1 225272955 225273125 ENST00000638635 protein_coding 1 5 9 DNAH14 ENSG00000185842 +CDS chr1 225275914 225276081 ENST00000682510 protein_coding 1 NA 53 DNAH14 ENSG00000185842 +CDS chr1 225275914 225276081 ENST00000638635 protein_coding 1 5 10 DNAH14 ENSG00000185842 +CDS chr1 225277410 225277502 ENST00000682510 protein_coding 1 NA 54 DNAH14 ENSG00000185842 +CDS chr1 225277410 225277502 ENST00000638635 protein_coding 1 5 11 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000445597 protein_coding 6 5 35 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000430092 protein_coding 5 5 53 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000682510 protein_coding 1 NA 55 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000439375 protein_coding 6 5 52 DNAH14 ENSG00000185842 +CDS chr1 225289885 225290082 ENST00000638635 protein_coding 1 5 12 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000445597 protein_coding 6 5 36 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000430092 protein_coding 5 5 54 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000682510 protein_coding 1 NA 56 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000439375 protein_coding 6 5 53 DNAH14 ENSG00000185842 +CDS chr1 225300869 225301030 ENST00000638635 protein_coding 1 5 13 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000445597 protein_coding 6 5 37 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000430092 protein_coding 5 5 55 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000682510 protein_coding 1 NA 57 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000439375 protein_coding 6 5 54 DNAH14 ENSG00000185842 +CDS chr1 225303156 225303347 ENST00000638635 protein_coding 1 5 14 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000445597 protein_coding 6 5 38 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000430092 protein_coding 5 5 56 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000682510 protein_coding 1 NA 58 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000439375 protein_coding 6 5 55 DNAH14 ENSG00000185842 +CDS chr1 225304908 225305089 ENST00000638635 protein_coding 1 5 15 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000445597 protein_coding 6 5 39 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000430092 protein_coding 5 5 57 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000682510 protein_coding 1 NA 59 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000439375 protein_coding 6 5 56 DNAH14 ENSG00000185842 +CDS chr1 225307461 225307569 ENST00000638635 protein_coding 1 5 16 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000445597 protein_coding 6 5 40 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000430092 protein_coding 5 5 58 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000682510 protein_coding 1 NA 60 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000439375 protein_coding 6 5 57 DNAH14 ENSG00000185842 +CDS chr1 225308285 225308410 ENST00000638635 protein_coding 1 5 17 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000445597 protein_coding 6 5 41 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000430092 protein_coding 5 5 59 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000682510 protein_coding 1 NA 61 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000439375 protein_coding 6 5 58 DNAH14 ENSG00000185842 +CDS chr1 225318583 225318677 ENST00000638635 protein_coding 1 5 18 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000445597 protein_coding 6 5 42 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000430092 protein_coding 5 5 60 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000682510 protein_coding 1 NA 62 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000439375 protein_coding 6 5 59 DNAH14 ENSG00000185842 +CDS chr1 225322664 225322823 ENST00000638635 protein_coding 1 5 19 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000445597 protein_coding 6 5 43 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000430092 protein_coding 5 5 61 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000682510 protein_coding 1 NA 63 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000439375 protein_coding 6 5 60 DNAH14 ENSG00000185842 +CDS chr1 225324222 225324353 ENST00000638635 protein_coding 1 5 20 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000445597 protein_coding 6 5 44 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000430092 protein_coding 5 5 62 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000682510 protein_coding 1 NA 64 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000439375 protein_coding 6 5 61 DNAH14 ENSG00000185842 +CDS chr1 225324737 225324832 ENST00000638635 protein_coding 1 5 21 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000430092 protein_coding 5 5 63 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000682510 protein_coding 1 NA 65 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000439375 protein_coding 6 5 62 DNAH14 ENSG00000185842 +CDS chr1 225331437 225331577 ENST00000638635 protein_coding 1 5 22 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000430092 protein_coding 5 5 64 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000682510 protein_coding 1 NA 66 DNAH14 ENSG00000185842 +CDS chr1 225333291 225333506 ENST00000439375 protein_coding 6 5 63 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000445597 protein_coding 6 5 45 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000430092 protein_coding 5 5 65 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000682510 protein_coding 1 NA 67 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000439375 protein_coding 6 5 64 DNAH14 ENSG00000185842 +CDS chr1 225337266 225337496 ENST00000638635 protein_coding 1 5 23 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000430092 protein_coding 5 5 66 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000682510 protein_coding 1 NA 68 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000439375 protein_coding 6 5 65 DNAH14 ENSG00000185842 +CDS chr1 225338061 225338182 ENST00000638635 protein_coding 1 5 24 DNAH14 ENSG00000185842 +CDS chr1 225338259 225338287 ENST00000445597 protein_coding 6 5 46 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000445597 protein_coding 6 5 47 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000430092 protein_coding 5 5 67 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000682510 protein_coding 1 NA 69 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000439375 protein_coding 6 5 66 DNAH14 ENSG00000185842 +CDS chr1 225340457 225340701 ENST00000638635 protein_coding 1 5 25 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000445597 protein_coding 6 5 48 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000430092 protein_coding 5 5 68 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000682510 protein_coding 1 NA 70 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000439375 protein_coding 6 5 67 DNAH14 ENSG00000185842 +CDS chr1 225345962 225346380 ENST00000638635 protein_coding 1 5 26 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000445597 protein_coding 6 5 49 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000430092 protein_coding 5 5 69 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000682510 protein_coding 1 NA 71 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000439375 protein_coding 6 5 68 DNAH14 ENSG00000185842 +CDS chr1 225346456 225346654 ENST00000638635 protein_coding 1 5 27 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000445597 protein_coding 6 5 50 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000430092 protein_coding 5 5 70 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000682510 protein_coding 1 NA 72 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000439375 protein_coding 6 5 69 DNAH14 ENSG00000185842 +CDS chr1 225351647 225351883 ENST00000638635 protein_coding 1 5 28 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000430092 protein_coding 5 5 71 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000682510 protein_coding 1 NA 73 DNAH14 ENSG00000185842 +CDS chr1 225353803 225353888 ENST00000439375 protein_coding 6 5 70 DNAH14 ENSG00000185842 +CDS chr1 225354174 225354273 ENST00000445597 protein_coding 6 5 51 DNAH14 ENSG00000185842 +CDS chr1 225357768 225357870 ENST00000445597 protein_coding 6 5 52 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000445597 protein_coding 6 5 53 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000430092 protein_coding 5 5 72 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000682510 protein_coding 1 NA 74 DNAH14 ENSG00000185842 +CDS chr1 225358496 225358652 ENST00000439375 protein_coding 6 5 71 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000430092 protein_coding 5 5 73 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000682510 protein_coding 1 NA 75 DNAH14 ENSG00000185842 +CDS chr1 225360681 225360891 ENST00000439375 protein_coding 6 5 72 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000430092 protein_coding 5 5 74 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000682510 protein_coding 1 NA 76 DNAH14 ENSG00000185842 +CDS chr1 225364792 225364894 ENST00000439375 protein_coding 6 5 73 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000430092 protein_coding 5 5 75 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000682510 protein_coding 1 NA 77 DNAH14 ENSG00000185842 +CDS chr1 225367805 225368032 ENST00000439375 protein_coding 6 5 74 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374877 ENST00000430092 protein_coding 5 5 76 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374885 ENST00000682510 protein_coding 1 NA 78 DNAH14 ENSG00000185842 +CDS chr1 225374688 225374877 ENST00000439375 protein_coding 6 5 75 DNAH14 ENSG00000185842 +CDS chr1 225377237 225377436 ENST00000682510 protein_coding 1 NA 79 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000445597 protein_coding 6 5 54 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000430092 protein_coding 5 5 77 DNAH14 ENSG00000185842 +CDS chr1 225377256 225377436 ENST00000439375 protein_coding 6 5 76 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000445597 protein_coding 6 5 55 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000430092 protein_coding 5 5 78 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000682510 protein_coding 1 NA 80 DNAH14 ENSG00000185842 +CDS chr1 225380159 225380322 ENST00000439375 protein_coding 6 5 77 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000445597 protein_coding 6 5 56 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000430092 protein_coding 5 5 79 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000682510 protein_coding 1 NA 81 DNAH14 ENSG00000185842 +CDS chr1 225381383 225381579 ENST00000439375 protein_coding 6 5 78 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000445597 protein_coding 6 5 57 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000430092 protein_coding 5 5 80 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000682510 protein_coding 1 NA 82 DNAH14 ENSG00000185842 +CDS chr1 225388379 225388491 ENST00000439375 protein_coding 6 5 79 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000445597 protein_coding 6 5 58 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000430092 protein_coding 5 5 81 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000682510 protein_coding 1 NA 83 DNAH14 ENSG00000185842 +CDS chr1 225389734 225389873 ENST00000439375 protein_coding 6 5 80 DNAH14 ENSG00000185842 +transcript chr1 225389740 225399292 ENST00000428003 protein_coding 2 5 NA DNAH14 ENSG00000185842 +CDS chr1 225389740 225389873 ENST00000428003 protein_coding 2 5 1 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000445597 protein_coding 6 5 59 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000430092 protein_coding 5 5 82 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000682510 protein_coding 1 NA 84 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000439375 protein_coding 6 5 81 DNAH14 ENSG00000185842 +CDS chr1 225392291 225392451 ENST00000428003 protein_coding 2 5 2 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000445597 protein_coding 6 5 60 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000430092 protein_coding 5 5 83 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000682510 protein_coding 1 NA 85 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000439375 protein_coding 6 5 82 DNAH14 ENSG00000185842 +CDS chr1 225398520 225398666 ENST00000428003 protein_coding 2 5 3 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000445597 protein_coding 6 5 61 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000430092 protein_coding 5 5 84 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000682510 protein_coding 1 NA 86 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000439375 protein_coding 6 5 83 DNAH14 ENSG00000185842 +CDS chr1 225399054 225399266 ENST00000428003 protein_coding 2 5 4 DNAH14 ENSG00000185842 +transcript chr1 225401502 225428038 ENST00000272163 protein_coding 9 1 NA LBR ENSG00000143815 +transcript chr1 225401503 225428855 ENST00000338179 protein_coding 6 5 NA LBR ENSG00000143815 +CDS chr1 225403306 225403463 ENST00000272163 protein_coding 9 1 14 LBR ENSG00000143815 +CDS chr1 225403306 225403463 ENST00000338179 protein_coding 6 5 14 LBR ENSG00000143815 +CDS chr1 225404404 225404526 ENST00000272163 protein_coding 9 1 13 LBR ENSG00000143815 +CDS chr1 225404404 225404526 ENST00000338179 protein_coding 6 5 13 LBR ENSG00000143815 +CDS chr1 225404626 225404706 ENST00000272163 protein_coding 9 1 12 LBR ENSG00000143815 +CDS chr1 225404626 225404706 ENST00000338179 protein_coding 6 5 12 LBR ENSG00000143815 +CDS chr1 225406664 225406832 ENST00000272163 protein_coding 9 1 11 LBR ENSG00000143815 +CDS chr1 225406664 225406832 ENST00000338179 protein_coding 6 5 11 LBR ENSG00000143815 +CDS chr1 225410291 225410416 ENST00000272163 protein_coding 9 1 10 LBR ENSG00000143815 +CDS chr1 225410291 225410416 ENST00000338179 protein_coding 6 5 10 LBR ENSG00000143815 +CDS chr1 225411337 225411440 ENST00000272163 protein_coding 9 1 9 LBR ENSG00000143815 +CDS chr1 225411337 225411440 ENST00000338179 protein_coding 6 5 9 LBR ENSG00000143815 +CDS chr1 225412454 225412645 ENST00000272163 protein_coding 9 1 8 LBR ENSG00000143815 +CDS chr1 225412454 225412645 ENST00000338179 protein_coding 6 5 8 LBR ENSG00000143815 +CDS chr1 225415278 225415332 ENST00000272163 protein_coding 9 1 7 LBR ENSG00000143815 +CDS chr1 225415278 225415332 ENST00000338179 protein_coding 6 5 7 LBR ENSG00000143815 +CDS chr1 225417984 225418180 ENST00000272163 protein_coding 9 1 6 LBR ENSG00000143815 +CDS chr1 225417984 225418180 ENST00000338179 protein_coding 6 5 6 LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000272163 protein_coding 9 1 5 LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000338179 protein_coding 6 5 5 LBR ENSG00000143815 +transcript chr1 225419263 225428925 ENST00000425080 protein_coding 1 3 NA LBR ENSG00000143815 +CDS chr1 225419263 225419452 ENST00000425080 protein_coding 1 3 5 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000272163 protein_coding 9 1 4 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000338179 protein_coding 6 5 4 LBR ENSG00000143815 +CDS chr1 225419715 225419798 ENST00000425080 protein_coding 1 3 4 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000272163 protein_coding 9 1 3 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000338179 protein_coding 6 5 3 LBR ENSG00000143815 +CDS chr1 225422077 225422277 ENST00000425080 protein_coding 1 3 3 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000272163 protein_coding 9 1 2 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000338179 protein_coding 6 5 2 LBR ENSG00000143815 +CDS chr1 225423911 225424075 ENST00000425080 protein_coding 1 3 2 LBR ENSG00000143815 +transcript chr1 225423921 225427897 ENST00000421383 protein_coding 1 3 NA LBR ENSG00000143815 +CDS chr1 225423921 225424075 ENST00000421383 protein_coding 1 3 2 LBR ENSG00000143815 +transcript chr1 225486829 225653123 ENST00000366843 protein_coding 7 1 NA ENAH ENSG00000154380 +transcript chr1 225486835 225653142 ENST00000366844 protein_coding 7 1 NA ENAH ENSG00000154380 +transcript chr1 225496885 225652699 ENST00000635051 protein_coding 1 5 NA ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000366844 protein_coding 7 1 15 ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000635051 protein_coding 1 5 15 ENAH ENSG00000154380 +CDS chr1 225497778 225497812 ENST00000366843 protein_coding 7 1 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000366844 protein_coding 7 1 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000635051 protein_coding 1 5 14 ENAH ENSG00000154380 +CDS chr1 225498347 225498404 ENST00000366843 protein_coding 7 1 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000366844 protein_coding 7 1 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000635051 protein_coding 1 5 13 ENAH ENSG00000154380 +CDS chr1 225500992 225501070 ENST00000366843 protein_coding 7 1 12 ENAH ENSG00000154380 +CDS chr1 225504991 225505053 ENST00000366844 protein_coding 7 1 12 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000366844 protein_coding 7 1 11 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000635051 protein_coding 1 5 12 ENAH ENSG00000154380 +CDS chr1 225507951 225508017 ENST00000366843 protein_coding 7 1 11 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000366844 protein_coding 7 1 10 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000635051 protein_coding 1 5 11 ENAH ENSG00000154380 +CDS chr1 225511811 225511859 ENST00000366843 protein_coding 7 1 10 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000366844 protein_coding 7 1 9 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000635051 protein_coding 1 5 10 ENAH ENSG00000154380 +CDS chr1 225512657 225512714 ENST00000366843 protein_coding 7 1 9 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000366844 protein_coding 7 1 8 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000635051 protein_coding 1 5 9 ENAH ENSG00000154380 +CDS chr1 225512871 225513016 ENST00000366843 protein_coding 7 1 8 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000366844 protein_coding 7 1 7 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000635051 protein_coding 1 5 8 ENAH ENSG00000154380 +CDS chr1 225514596 225514900 ENST00000366843 protein_coding 7 1 7 ENAH ENSG00000154380 +CDS chr1 225517196 225517306 ENST00000366844 protein_coding 7 1 6 ENAH ENSG00000154380 +CDS chr1 225517196 225517990 ENST00000635051 protein_coding 1 5 7 ENAH ENSG00000154380 +CDS chr1 225517196 225517306 ENST00000366843 protein_coding 7 1 6 ENAH ENSG00000154380 +transcript chr1 225519044 225567270 ENST00000497899 protein_coding 6 1 NA ENAH ENSG00000154380 +CDS chr1 225519127 225519565 ENST00000497899 protein_coding 6 1 4 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000366844 protein_coding 7 1 5 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000635051 protein_coding 1 5 6 ENAH ENSG00000154380 +CDS chr1 225519198 225519565 ENST00000366843 protein_coding 7 1 5 ENAH ENSG00000154380 +transcript chr1 225519418 225652716 ENST00000284563 protein_coding 7 5 NA ENAH ENSG00000154380 +CDS chr1 225519418 225519565 ENST00000284563 protein_coding 7 5 6 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000366844 protein_coding 7 1 4 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000635051 protein_coding 1 5 5 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000366843 protein_coding 7 1 4 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000497899 protein_coding 6 1 3 ENAH ENSG00000154380 +CDS chr1 225530554 225530638 ENST00000284563 protein_coding 7 5 5 ENAH ENSG00000154380 +CDS chr1 225531046 225531057 ENST00000635051 protein_coding 1 5 4 ENAH ENSG00000154380 +CDS chr1 225535507 225535563 ENST00000284563 protein_coding 7 5 4 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000366844 protein_coding 7 1 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000635051 protein_coding 1 5 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000366843 protein_coding 7 1 3 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000497899 protein_coding 6 1 2 ENAH ENSG00000154380 +CDS chr1 225554906 225555083 ENST00000284563 protein_coding 7 5 3 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000366844 protein_coding 7 1 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000635051 protein_coding 1 5 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000366843 protein_coding 7 1 2 ENAH ENSG00000154380 +CDS chr1 225567249 225567270 ENST00000497899 protein_coding 6 1 1 ENAH ENSG00000154380 +CDS chr1 225567249 225567414 ENST00000284563 protein_coding 7 5 2 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000366844 protein_coding 7 1 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000635051 protein_coding 1 5 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000366843 protein_coding 7 1 1 ENAH ENSG00000154380 +CDS chr1 225652686 225652690 ENST00000284563 protein_coding 7 5 1 ENAH ENSG00000154380 +transcript chr1 225777813 225786969 ENST00000619790 protein_coding 4 2 NA SRP9 ENSG00000143742 +transcript chr1 225777813 225789093 ENST00000626563 protein_coding 2 5 NA SRP9 ENSG00000143742 +transcript chr1 225777826 225790464 ENST00000304786 protein_coding 12 1 NA SRP9 ENSG00000143742 +transcript chr1 225777830 225788266 ENST00000650651 protein_coding 1 NA NA SRP9 ENSG00000143742 +transcript chr1 225777837 225790466 ENST00000366839 protein_coding 8 1 NA SRP9 ENSG00000143742 +transcript chr1 225777872 225790468 ENST00000651761 protein_coding 1 NA NA SRP9 ENSG00000143742 +transcript chr1 225777935 225789524 ENST00000366838 protein_coding 1 2 NA SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000619790 protein_coding 4 2 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000626563 protein_coding 2 5 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000304786 protein_coding 12 1 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000650651 protein_coding 1 NA 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000366839 protein_coding 8 1 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000651761 protein_coding 1 NA 1 SRP9 ENSG00000143742 +CDS chr1 225777941 225778012 ENST00000366838 protein_coding 1 2 1 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000619790 protein_coding 4 2 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000626563 protein_coding 2 5 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000304786 protein_coding 12 1 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000650651 protein_coding 1 NA 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000366839 protein_coding 8 1 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000651761 protein_coding 1 NA 2 SRP9 ENSG00000143742 +CDS chr1 225783300 225783368 ENST00000366838 protein_coding 1 2 2 SRP9 ENSG00000143742 +CDS chr1 225786862 225786966 ENST00000619790 protein_coding 4 2 3 SRP9 ENSG00000143742 +CDS chr1 225786862 225786966 ENST00000366839 protein_coding 8 1 3 SRP9 ENSG00000143742 +CDS chr1 225787971 225787976 ENST00000650651 protein_coding 1 NA 3 SRP9 ENSG00000143742 +CDS chr1 225789034 225789090 ENST00000626563 protein_coding 2 5 3 SRP9 ENSG00000143742 +CDS chr1 225789034 225789090 ENST00000366838 protein_coding 1 2 3 SRP9 ENSG00000143742 +CDS chr1 225789240 225789356 ENST00000304786 protein_coding 12 1 3 SRP9 ENSG00000143742 +CDS chr1 225789259 225789273 ENST00000651761 protein_coding 1 NA 3 SRP9 ENSG00000143742 +transcript chr1 225810124 225845563 ENST00000272167 protein_coding 10 1 NA EPHX1 ENSG00000143819 +transcript chr1 225810134 225838697 ENST00000448202 protein_coding 5 2 NA EPHX1 ENSG00000143819 +transcript chr1 225810412 225845559 ENST00000614058 protein_coding 4 1 NA EPHX1 ENSG00000143819 +transcript chr1 225825354 225845563 ENST00000366837 protein_coding 5 1 NA EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000272167 protein_coding 10 1 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000448202 protein_coding 5 2 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000614058 protein_coding 4 1 2 EPHX1 ENSG00000143819 +CDS chr1 225828730 225828912 ENST00000366837 protein_coding 5 1 2 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000272167 protein_coding 10 1 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000448202 protein_coding 5 2 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000614058 protein_coding 4 1 3 EPHX1 ENSG00000143819 +CDS chr1 225831779 225831959 ENST00000366837 protein_coding 5 1 3 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000272167 protein_coding 10 1 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838697 ENST00000448202 protein_coding 5 2 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000614058 protein_coding 4 1 4 EPHX1 ENSG00000143819 +CDS chr1 225838654 225838881 ENST00000366837 protein_coding 5 1 4 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000272167 protein_coding 10 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000614058 protein_coding 4 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839217 225839346 ENST00000366837 protein_coding 5 1 5 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000272167 protein_coding 10 1 6 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000614058 protein_coding 4 1 6 EPHX1 ENSG00000143819 +CDS chr1 225839829 225840037 ENST00000366837 protein_coding 5 1 6 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000272167 protein_coding 10 1 7 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000614058 protein_coding 4 1 7 EPHX1 ENSG00000143819 +CDS chr1 225842366 225842474 ENST00000366837 protein_coding 5 1 7 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000272167 protein_coding 10 1 8 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000614058 protein_coding 4 1 8 EPHX1 ENSG00000143819 +CDS chr1 225844498 225844623 ENST00000366837 protein_coding 5 1 8 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000272167 protein_coding 10 1 9 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000614058 protein_coding 4 1 9 EPHX1 ENSG00000143819 +CDS chr1 225845146 225845344 ENST00000366837 protein_coding 5 1 9 EPHX1 ENSG00000143819 +transcript chr1 225845536 225882380 ENST00000366835 protein_coding 8 1 NA TMEM63A ENSG00000196187 +CDS chr1 225847043 225847213 ENST00000366835 protein_coding 8 1 24 TMEM63A ENSG00000196187 +CDS chr1 225848492 225848554 ENST00000366835 protein_coding 8 1 23 TMEM63A ENSG00000196187 +CDS chr1 225848897 225849012 ENST00000366835 protein_coding 8 1 22 TMEM63A ENSG00000196187 +CDS chr1 225849912 225850079 ENST00000366835 protein_coding 8 1 21 TMEM63A ENSG00000196187 +CDS chr1 225852664 225852769 ENST00000366835 protein_coding 8 1 20 TMEM63A ENSG00000196187 +CDS chr1 225853629 225853791 ENST00000366835 protein_coding 8 1 19 TMEM63A ENSG00000196187 +CDS chr1 225855878 225855940 ENST00000366835 protein_coding 8 1 18 TMEM63A ENSG00000196187 +CDS chr1 225856652 225856738 ENST00000366835 protein_coding 8 1 17 TMEM63A ENSG00000196187 +CDS chr1 225856911 225857017 ENST00000366835 protein_coding 8 1 16 TMEM63A ENSG00000196187 +CDS chr1 225859196 225859349 ENST00000366835 protein_coding 8 1 15 TMEM63A ENSG00000196187 +transcript chr1 225860724 225866748 ENST00000537914 protein_coding 5 1 NA TMEM63A ENSG00000196187 +CDS chr1 225860859 225860997 ENST00000537914 protein_coding 5 1 7 TMEM63A ENSG00000196187 +CDS chr1 225860860 225860997 ENST00000366835 protein_coding 8 1 14 TMEM63A ENSG00000196187 +CDS chr1 225862218 225862351 ENST00000366835 protein_coding 8 1 13 TMEM63A ENSG00000196187 +CDS chr1 225862218 225862324 ENST00000537914 protein_coding 5 1 6 TMEM63A ENSG00000196187 +CDS chr1 225862455 225862578 ENST00000366835 protein_coding 8 1 12 TMEM63A ENSG00000196187 +CDS chr1 225862771 225862851 ENST00000366835 protein_coding 8 1 11 TMEM63A ENSG00000196187 +CDS chr1 225865897 225865967 ENST00000366835 protein_coding 8 1 10 TMEM63A ENSG00000196187 +CDS chr1 225866574 225866682 ENST00000366835 protein_coding 8 1 9 TMEM63A ENSG00000196187 +CDS chr1 225867112 225867163 ENST00000366835 protein_coding 8 1 8 TMEM63A ENSG00000196187 +CDS chr1 225867888 225868030 ENST00000366835 protein_coding 8 1 7 TMEM63A ENSG00000196187 +CDS chr1 225871076 225871113 ENST00000366835 protein_coding 8 1 6 TMEM63A ENSG00000196187 +transcript chr1 225871092 225877679 ENST00000436966 protein_coding 1 2 NA TMEM63A ENSG00000196187 +CDS chr1 225871092 225871113 ENST00000436966 protein_coding 1 2 4 TMEM63A ENSG00000196187 +CDS chr1 225871987 225872053 ENST00000366835 protein_coding 8 1 5 TMEM63A ENSG00000196187 +CDS chr1 225871987 225872053 ENST00000436966 protein_coding 1 2 3 TMEM63A ENSG00000196187 +CDS chr1 225874288 225874367 ENST00000366835 protein_coding 8 1 4 TMEM63A ENSG00000196187 +CDS chr1 225874288 225874367 ENST00000436966 protein_coding 1 2 2 TMEM63A ENSG00000196187 +CDS chr1 225877395 225877580 ENST00000366835 protein_coding 8 1 3 TMEM63A ENSG00000196187 +CDS chr1 225877395 225877580 ENST00000436966 protein_coding 1 2 1 TMEM63A ENSG00000196187 +transcript chr1 225886282 225889146 ENST00000272134 protein_coding 5 1 NA LEFTY1 ENSG00000243709 +transcript chr1 225886696 225924278 ENST00000432920 protein_coding 2 2 NA NA ENSG00000255835 +CDS chr1 225886730 225887090 ENST00000272134 protein_coding 5 1 4 LEFTY1 ENSG00000243709 +CDS chr1 225887076 225887090 ENST00000432920 protein_coding 2 2 8 NA ENSG00000255835 +CDS chr1 225887399 225887638 ENST00000272134 protein_coding 5 1 3 LEFTY1 ENSG00000243709 +CDS chr1 225887399 225887638 ENST00000432920 protein_coding 2 2 7 NA ENSG00000255835 +CDS chr1 225887786 225888032 ENST00000272134 protein_coding 5 1 2 LEFTY1 ENSG00000243709 +CDS chr1 225887786 225888032 ENST00000432920 protein_coding 2 2 6 NA ENSG00000255835 +CDS chr1 225888817 225889066 ENST00000272134 protein_coding 5 1 1 LEFTY1 ENSG00000243709 +transcript chr1 225919877 225924340 ENST00000612039 protein_coding 4 3 NA PYCR2 ENSG00000143811 +transcript chr1 225919878 225924250 ENST00000343818 protein_coding 11 1 NA PYCR2 ENSG00000143811 +CDS chr1 225920458 225920620 ENST00000612039 protein_coding 4 3 6 PYCR2 ENSG00000143811 +CDS chr1 225920458 225920620 ENST00000343818 protein_coding 11 1 7 PYCR2 ENSG00000143811 +CDS chr1 225921208 225921371 ENST00000432920 protein_coding 2 2 5 NA ENSG00000255835 +CDS chr1 225921208 225921371 ENST00000612039 protein_coding 4 3 5 PYCR2 ENSG00000143811 +CDS chr1 225921208 225921371 ENST00000343818 protein_coding 11 1 6 PYCR2 ENSG00000143811 +CDS chr1 225921552 225921644 ENST00000432920 protein_coding 2 2 4 NA ENSG00000255835 +CDS chr1 225921552 225921644 ENST00000612039 protein_coding 4 3 4 PYCR2 ENSG00000143811 +CDS chr1 225921552 225921644 ENST00000343818 protein_coding 11 1 5 PYCR2 ENSG00000143811 +transcript chr1 225921604 225923993 ENST00000489681 protein_coding 5 3 NA PYCR2 ENSG00000143811 +CDS chr1 225921604 225921644 ENST00000489681 protein_coding 5 3 5 PYCR2 ENSG00000143811 +CDS chr1 225921858 225922079 ENST00000343818 protein_coding 11 1 4 PYCR2 ENSG00000143811 +CDS chr1 225921858 225922079 ENST00000489681 protein_coding 5 3 4 PYCR2 ENSG00000143811 +transcript chr1 225922029 225923891 ENST00000472798 protein_coding 2 2 NA PYCR2 ENSG00000143811 +CDS chr1 225922029 225922079 ENST00000472798 protein_coding 2 2 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000432920 protein_coding 2 2 3 NA ENSG00000255835 +CDS chr1 225922204 225922383 ENST00000612039 protein_coding 4 3 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000343818 protein_coding 11 1 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000489681 protein_coding 5 3 3 PYCR2 ENSG00000143811 +CDS chr1 225922204 225922383 ENST00000472798 protein_coding 2 2 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923771 ENST00000432920 protein_coding 2 2 2 NA ENSG00000255835 +CDS chr1 225923701 225923771 ENST00000612039 protein_coding 4 3 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923771 ENST00000343818 protein_coding 11 1 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923730 ENST00000489681 protein_coding 5 3 2 PYCR2 ENSG00000143811 +CDS chr1 225923701 225923730 ENST00000472798 protein_coding 2 2 1 PYCR2 ENSG00000143811 +CDS chr1 225924044 225924110 ENST00000432920 protein_coding 2 2 1 NA ENSG00000255835 +CDS chr1 225924044 225924110 ENST00000612039 protein_coding 4 3 1 PYCR2 ENSG00000143811 +CDS chr1 225924044 225924110 ENST00000343818 protein_coding 11 1 1 PYCR2 ENSG00000143811 +transcript chr1 225936598 225941383 ENST00000420304 protein_coding 6 2 NA LEFTY2 ENSG00000143768 +transcript chr1 225936603 225941220 ENST00000366820 protein_coding 10 1 NA LEFTY2 ENSG00000143768 +CDS chr1 225937444 225937804 ENST00000420304 protein_coding 6 2 5 LEFTY2 ENSG00000143768 +CDS chr1 225937444 225937804 ENST00000366820 protein_coding 10 1 4 LEFTY2 ENSG00000143768 +CDS chr1 225939361 225939600 ENST00000420304 protein_coding 6 2 4 LEFTY2 ENSG00000143768 +CDS chr1 225939361 225939600 ENST00000366820 protein_coding 10 1 3 LEFTY2 ENSG00000143768 +CDS chr1 225939756 225939871 ENST00000420304 protein_coding 6 2 3 LEFTY2 ENSG00000143768 +CDS chr1 225939756 225940002 ENST00000366820 protein_coding 10 1 2 LEFTY2 ENSG00000143768 +CDS chr1 225939974 225940002 ENST00000420304 protein_coding 6 2 2 LEFTY2 ENSG00000143768 +CDS chr1 225940891 225941140 ENST00000420304 protein_coding 6 2 1 LEFTY2 ENSG00000143768 +CDS chr1 225940891 225941140 ENST00000366820 protein_coding 10 1 1 LEFTY2 ENSG00000143768 +transcript chr1 225982702 225999343 ENST00000272091 protein_coding 8 1 NA SDE2 ENSG00000143751 +CDS chr1 225985305 225985523 ENST00000272091 protein_coding 8 1 7 SDE2 ENSG00000143751 +CDS chr1 225987896 225988388 ENST00000272091 protein_coding 8 1 6 SDE2 ENSG00000143751 +CDS chr1 225991243 225991363 ENST00000272091 protein_coding 8 1 5 SDE2 ENSG00000143751 +CDS chr1 225992398 225992567 ENST00000272091 protein_coding 8 1 4 SDE2 ENSG00000143751 +CDS chr1 225992891 225993002 ENST00000272091 protein_coding 8 1 3 SDE2 ENSG00000143751 +CDS chr1 225995266 225995383 ENST00000272091 protein_coding 8 1 2 SDE2 ENSG00000143751 +CDS chr1 225999193 225999312 ENST00000272091 protein_coding 8 1 1 SDE2 ENSG00000143751 +transcript chr1 226061851 226071523 ENST00000366816 protein_coding 5 3 NA H3-3A ENSG00000163041 +transcript chr1 226062714 226067269 ENST00000366814 protein_coding 3 2 NA H3-3A ENSG00000163041 +transcript chr1 226062716 226072019 ENST00000366815 protein_coding 10 1 NA H3-3A ENSG00000163041 +transcript chr1 226062750 226071997 ENST00000655399 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226062758 226071542 ENST00000667897 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063466 226071521 ENST00000666609 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063494 226071752 ENST00000661429 protein_coding 1 NA NA H3-3A ENSG00000163041 +transcript chr1 226063977 226072001 ENST00000366813 protein_coding 1 1 NA H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366816 protein_coding 5 3 3 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366814 protein_coding 3 2 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366815 protein_coding 10 1 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000655399 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000667897 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000666609 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000661429 protein_coding 1 NA 2 H3-3A ENSG00000163041 +CDS chr1 226064352 226064479 ENST00000366813 protein_coding 1 1 1 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366816 protein_coding 5 3 4 H3-3A ENSG00000163041 +CDS chr1 226065656 226065896 ENST00000366814 protein_coding 3 2 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366815 protein_coding 10 1 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000655399 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065817 ENST00000667897 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000666609 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000661429 protein_coding 1 NA 3 H3-3A ENSG00000163041 +CDS chr1 226065656 226065809 ENST00000366813 protein_coding 1 1 2 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366816 protein_coding 5 3 5 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366815 protein_coding 10 1 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000655399 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071420 ENST00000667897 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000666609 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000661429 protein_coding 1 NA 4 H3-3A ENSG00000163041 +CDS chr1 226071351 226071476 ENST00000366813 protein_coding 1 1 3 H3-3A ENSG00000163041 +transcript chr1 226144679 226186741 ENST00000366812 protein_coding 6 1 NA ACBD3 ENSG00000182827 +CDS chr1 226146613 226146821 ENST00000366812 protein_coding 6 1 8 ACBD3 ENSG00000182827 +CDS chr1 226152335 226152619 ENST00000366812 protein_coding 6 1 7 ACBD3 ENSG00000182827 +CDS chr1 226154647 226154833 ENST00000366812 protein_coding 6 1 6 ACBD3 ENSG00000182827 +CDS chr1 226159184 226159358 ENST00000366812 protein_coding 6 1 5 ACBD3 ENSG00000182827 +CDS chr1 226161531 226161689 ENST00000366812 protein_coding 6 1 4 ACBD3 ENSG00000182827 +CDS chr1 226164789 226164929 ENST00000366812 protein_coding 6 1 3 ACBD3 ENSG00000182827 +CDS chr1 226165859 226166000 ENST00000366812 protein_coding 6 1 2 ACBD3 ENSG00000182827 +CDS chr1 226186390 226186675 ENST00000366812 protein_coding 6 1 1 ACBD3 ENSG00000182827 +transcript chr1 226223618 226225864 ENST00000542034 protein_coding 5 1 NA MIXL1 ENSG00000185155 +transcript chr1 226223664 226227060 ENST00000366810 protein_coding 6 1 NA MIXL1 ENSG00000185155 +CDS chr1 226223682 226224074 ENST00000542034 protein_coding 5 1 1 MIXL1 ENSG00000185155 +CDS chr1 226223682 226224074 ENST00000366810 protein_coding 6 1 1 MIXL1 ENSG00000185155 +CDS chr1 226225483 226225809 ENST00000542034 protein_coding 5 1 2 MIXL1 ENSG00000185155 +CDS chr1 226225507 226225809 ENST00000366810 protein_coding 6 1 2 MIXL1 ENSG00000185155 +transcript chr1 226231149 226309172 ENST00000460719 protein_coding 5 1 NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309164 ENST00000681046 protein_coding 1 NA NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309733 ENST00000328205 protein_coding 9 1 NA LIN9 ENSG00000183814 +transcript chr1 226231157 226309869 ENST00000366808 protein_coding 6 1 NA LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000460719 protein_coding 5 1 14 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000681046 protein_coding 1 NA 15 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000328205 protein_coding 9 1 15 LIN9 ENSG00000183814 +CDS chr1 226232504 226232606 ENST00000366808 protein_coding 6 1 15 LIN9 ENSG00000183814 +transcript chr1 226232713 226309254 ENST00000481685 protein_coding 1 1 NA LIN9 ENSG00000183814 +CDS chr1 226233095 226233193 ENST00000481685 protein_coding 1 1 13 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000460719 protein_coding 5 1 13 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000681046 protein_coding 1 NA 14 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000328205 protein_coding 9 1 14 LIN9 ENSG00000183814 +CDS chr1 226233096 226233193 ENST00000366808 protein_coding 6 1 14 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000460719 protein_coding 5 1 12 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000681046 protein_coding 1 NA 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000328205 protein_coding 9 1 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000366808 protein_coding 6 1 13 LIN9 ENSG00000183814 +CDS chr1 226233344 226233523 ENST00000481685 protein_coding 1 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000460719 protein_coding 5 1 11 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000681046 protein_coding 1 NA 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000328205 protein_coding 9 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000366808 protein_coding 6 1 12 LIN9 ENSG00000183814 +CDS chr1 226238971 226239096 ENST00000481685 protein_coding 1 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000460719 protein_coding 5 1 10 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000681046 protein_coding 1 NA 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000328205 protein_coding 9 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000366808 protein_coding 6 1 11 LIN9 ENSG00000183814 +CDS chr1 226250839 226250919 ENST00000481685 protein_coding 1 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000460719 protein_coding 5 1 9 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000681046 protein_coding 1 NA 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000328205 protein_coding 9 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000366808 protein_coding 6 1 10 LIN9 ENSG00000183814 +CDS chr1 226265533 226265634 ENST00000481685 protein_coding 1 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000460719 protein_coding 5 1 8 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000681046 protein_coding 1 NA 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000328205 protein_coding 9 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000366808 protein_coding 6 1 9 LIN9 ENSG00000183814 +CDS chr1 226266213 226266332 ENST00000481685 protein_coding 1 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000460719 protein_coding 5 1 7 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000681046 protein_coding 1 NA 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000328205 protein_coding 9 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000366808 protein_coding 6 1 8 LIN9 ENSG00000183814 +CDS chr1 226267957 226268090 ENST00000481685 protein_coding 1 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000460719 protein_coding 5 1 6 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000681046 protein_coding 1 NA 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000328205 protein_coding 9 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000366808 protein_coding 6 1 7 LIN9 ENSG00000183814 +CDS chr1 226277775 226277932 ENST00000481685 protein_coding 1 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000460719 protein_coding 5 1 5 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000681046 protein_coding 1 NA 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000328205 protein_coding 9 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000366808 protein_coding 6 1 6 LIN9 ENSG00000183814 +CDS chr1 226286333 226286458 ENST00000481685 protein_coding 1 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000460719 protein_coding 5 1 4 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000681046 protein_coding 1 NA 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000328205 protein_coding 9 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000366808 protein_coding 6 1 5 LIN9 ENSG00000183814 +CDS chr1 226287664 226287797 ENST00000481685 protein_coding 1 1 4 LIN9 ENSG00000183814 +transcript chr1 226287693 226309071 ENST00000359525 protein_coding 2 3 NA LIN9 ENSG00000183814 +CDS chr1 226287693 226287797 ENST00000359525 protein_coding 2 3 5 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000681046 protein_coding 1 NA 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000328205 protein_coding 9 1 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000366808 protein_coding 6 1 4 LIN9 ENSG00000183814 +CDS chr1 226295842 226295946 ENST00000359525 protein_coding 2 3 4 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000460719 protein_coding 5 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000681046 protein_coding 1 NA 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000328205 protein_coding 9 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297721 ENST00000366808 protein_coding 6 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297813 ENST00000481685 protein_coding 1 1 3 LIN9 ENSG00000183814 +CDS chr1 226297719 226297721 ENST00000359525 protein_coding 2 3 3 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000460719 protein_coding 5 1 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000681046 protein_coding 1 NA 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000328205 protein_coding 9 1 2 LIN9 ENSG00000183814 +CDS chr1 226301173 226301205 ENST00000481685 protein_coding 1 1 2 LIN9 ENSG00000183814 +CDS chr1 226309109 226309172 ENST00000460719 protein_coding 5 1 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309139 ENST00000681046 protein_coding 1 NA 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309187 ENST00000328205 protein_coding 9 1 1 LIN9 ENSG00000183814 +CDS chr1 226309109 226309187 ENST00000481685 protein_coding 1 1 1 LIN9 ENSG00000183814 +transcript chr1 226360691 226408093 ENST00000366794 protein_coding 10 1 NA PARP1 ENSG00000143799 +transcript chr1 226360697 226408100 ENST00000677203 protein_coding 1 NA NA PARP1 ENSG00000143799 +CDS chr1 226361463 226361541 ENST00000366794 protein_coding 10 1 23 PARP1 ENSG00000143799 +CDS chr1 226361463 226361541 ENST00000677203 protein_coding 1 NA 22 PARP1 ENSG00000143799 +CDS chr1 226361969 226362083 ENST00000366794 protein_coding 10 1 22 PARP1 ENSG00000143799 +CDS chr1 226361969 226362083 ENST00000677203 protein_coding 1 NA 21 PARP1 ENSG00000143799 +CDS chr1 226363099 226363160 ENST00000366794 protein_coding 10 1 21 PARP1 ENSG00000143799 +CDS chr1 226363099 226363160 ENST00000677203 protein_coding 1 NA 20 PARP1 ENSG00000143799 +CDS chr1 226363943 226364070 ENST00000366794 protein_coding 10 1 20 PARP1 ENSG00000143799 +CDS chr1 226363943 226364070 ENST00000677203 protein_coding 1 NA 19 PARP1 ENSG00000143799 +CDS chr1 226365002 226365154 ENST00000366794 protein_coding 10 1 19 PARP1 ENSG00000143799 +CDS chr1 226365002 226365154 ENST00000677203 protein_coding 1 NA 18 PARP1 ENSG00000143799 +CDS chr1 226365954 226366052 ENST00000366794 protein_coding 10 1 18 PARP1 ENSG00000143799 +CDS chr1 226365954 226366052 ENST00000677203 protein_coding 1 NA 17 PARP1 ENSG00000143799 +CDS chr1 226367480 226367608 ENST00000366794 protein_coding 10 1 17 PARP1 ENSG00000143799 +CDS chr1 226367480 226367608 ENST00000677203 protein_coding 1 NA 16 PARP1 ENSG00000143799 +CDS chr1 226368199 226368321 ENST00000366794 protein_coding 10 1 16 PARP1 ENSG00000143799 +CDS chr1 226368199 226368321 ENST00000677203 protein_coding 1 NA 15 PARP1 ENSG00000143799 +CDS chr1 226370434 226370517 ENST00000366794 protein_coding 10 1 15 PARP1 ENSG00000143799 +CDS chr1 226370434 226370517 ENST00000677203 protein_coding 1 NA 14 PARP1 ENSG00000143799 +CDS chr1 226374226 226374354 ENST00000366794 protein_coding 10 1 14 PARP1 ENSG00000143799 +CDS chr1 226377108 226377303 ENST00000366794 protein_coding 10 1 13 PARP1 ENSG00000143799 +CDS chr1 226377108 226377303 ENST00000677203 protein_coding 1 NA 13 PARP1 ENSG00000143799 +CDS chr1 226379142 226379274 ENST00000366794 protein_coding 10 1 12 PARP1 ENSG00000143799 +CDS chr1 226379142 226379274 ENST00000677203 protein_coding 1 NA 12 PARP1 ENSG00000143799 +CDS chr1 226379573 226379641 ENST00000366794 protein_coding 10 1 11 PARP1 ENSG00000143799 +CDS chr1 226379573 226379641 ENST00000677203 protein_coding 1 NA 11 PARP1 ENSG00000143799 +CDS chr1 226379922 226380164 ENST00000366794 protein_coding 10 1 10 PARP1 ENSG00000143799 +CDS chr1 226379922 226380164 ENST00000677203 protein_coding 1 NA 10 PARP1 ENSG00000143799 +CDS chr1 226381068 226381208 ENST00000366794 protein_coding 10 1 9 PARP1 ENSG00000143799 +CDS chr1 226381068 226381208 ENST00000677203 protein_coding 1 NA 9 PARP1 ENSG00000143799 +CDS chr1 226383036 226383183 ENST00000366794 protein_coding 10 1 8 PARP1 ENSG00000143799 +CDS chr1 226383036 226383183 ENST00000677203 protein_coding 1 NA 8 PARP1 ENSG00000143799 +CDS chr1 226385504 226385680 ENST00000366794 protein_coding 10 1 7 PARP1 ENSG00000143799 +CDS chr1 226385504 226385680 ENST00000677203 protein_coding 1 NA 7 PARP1 ENSG00000143799 +CDS chr1 226386326 226386442 ENST00000366794 protein_coding 10 1 6 PARP1 ENSG00000143799 +CDS chr1 226386326 226386442 ENST00000677203 protein_coding 1 NA 6 PARP1 ENSG00000143799 +CDS chr1 226388656 226388755 ENST00000366794 protein_coding 10 1 5 PARP1 ENSG00000143799 +CDS chr1 226388656 226388755 ENST00000677203 protein_coding 1 NA 5 PARP1 ENSG00000143799 +CDS chr1 226390410 226390624 ENST00000366794 protein_coding 10 1 4 PARP1 ENSG00000143799 +CDS chr1 226390410 226390624 ENST00000677203 protein_coding 1 NA 4 PARP1 ENSG00000143799 +CDS chr1 226392199 226392314 ENST00000366794 protein_coding 10 1 3 PARP1 ENSG00000143799 +CDS chr1 226392199 226392314 ENST00000677203 protein_coding 1 NA 3 PARP1 ENSG00000143799 +CDS chr1 226402214 226402379 ENST00000366794 protein_coding 10 1 2 PARP1 ENSG00000143799 +CDS chr1 226402214 226402379 ENST00000677203 protein_coding 1 NA 2 PARP1 ENSG00000143799 +CDS chr1 226407810 226407929 ENST00000366794 protein_coding 10 1 1 PARP1 ENSG00000143799 +CDS chr1 226407810 226407929 ENST00000677203 protein_coding 1 NA 1 PARP1 ENSG00000143799 +transcript chr1 226548764 226609230 ENST00000366788 protein_coding 8 5 NA STUM ENSG00000203685 +transcript chr1 226548800 226605602 ENST00000366789 protein_coding 6 5 NA STUM ENSG00000203685 +CDS chr1 226548905 226549106 ENST00000366788 protein_coding 8 5 1 STUM ENSG00000203685 +CDS chr1 226548905 226549106 ENST00000366789 protein_coding 6 5 1 STUM ENSG00000203685 +CDS chr1 226596802 226596981 ENST00000366788 protein_coding 8 5 2 STUM ENSG00000203685 +CDS chr1 226596802 226596981 ENST00000366789 protein_coding 6 5 2 STUM ENSG00000203685 +CDS chr1 226600666 226600674 ENST00000366788 protein_coding 8 5 3 STUM ENSG00000203685 +CDS chr1 226602006 226602037 ENST00000366788 protein_coding 8 5 4 STUM ENSG00000203685 +CDS chr1 226602006 226602037 ENST00000366789 protein_coding 6 5 3 STUM ENSG00000203685 +transcript chr1 226631690 226737829 ENST00000272117 protein_coding 8 1 NA ITPKB ENSG00000143772 +transcript chr1 226631690 226739282 ENST00000429204 protein_coding 6 5 NA ITPKB ENSG00000143772 +CDS chr1 226634674 226634886 ENST00000272117 protein_coding 8 1 8 ITPKB ENSG00000143772 +CDS chr1 226634674 226634886 ENST00000429204 protein_coding 6 5 8 ITPKB ENSG00000143772 +CDS chr1 226637679 226637750 ENST00000272117 protein_coding 8 1 7 ITPKB ENSG00000143772 +CDS chr1 226637679 226637750 ENST00000429204 protein_coding 6 5 7 ITPKB ENSG00000143772 +CDS chr1 226639557 226639658 ENST00000272117 protein_coding 8 1 6 ITPKB ENSG00000143772 +CDS chr1 226639557 226639658 ENST00000429204 protein_coding 6 5 6 ITPKB ENSG00000143772 +CDS chr1 226641921 226642125 ENST00000272117 protein_coding 8 1 5 ITPKB ENSG00000143772 +CDS chr1 226641921 226642125 ENST00000429204 protein_coding 6 5 5 ITPKB ENSG00000143772 +CDS chr1 226647167 226647380 ENST00000272117 protein_coding 8 1 4 ITPKB ENSG00000143772 +CDS chr1 226647167 226647380 ENST00000429204 protein_coding 6 5 4 ITPKB ENSG00000143772 +CDS chr1 226648672 226648771 ENST00000272117 protein_coding 8 1 3 ITPKB ENSG00000143772 +CDS chr1 226648672 226648771 ENST00000429204 protein_coding 6 5 3 ITPKB ENSG00000143772 +transcript chr1 226707190 226739323 ENST00000366784 protein_coding 1 1 NA ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000272117 protein_coding 8 1 2 ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000429204 protein_coding 6 5 2 ITPKB ENSG00000143772 +CDS chr1 226735527 226737458 ENST00000366784 protein_coding 1 1 2 ITPKB ENSG00000143772 +transcript chr1 226870184 226896677 ENST00000524196 protein_coding 6 4 NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226896086 ENST00000678320 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226918055 ENST00000676945 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870561 226922155 ENST00000677599 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870568 226896088 ENST00000677414 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870600 226896088 ENST00000679088 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226885568 ENST00000495488 protein_coding 5 3 NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226896086 ENST00000677880 protein_coding 1 NA NA PSEN2 ENSG00000143801 +transcript chr1 226870616 226896098 ENST00000366783 protein_coding 8 5 NA PSEN2 ENSG00000143801 +transcript chr1 226870620 226895803 ENST00000422240 protein_coding 6 2 NA PSEN2 ENSG00000143801 +transcript chr1 226871264 226891344 ENST00000460775 protein_coding 5 3 NA PSEN2 ENSG00000143801 +transcript chr1 226871268 226896098 ENST00000366782 protein_coding 6 1 NA PSEN2 ENSG00000143801 +transcript chr1 226880655 226896088 ENST00000626989 protein_coding 3 5 NA PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000524196 protein_coding 6 4 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000678320 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000676945 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000677599 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000677414 protein_coding 1 NA 3 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000679088 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000495488 protein_coding 5 3 3 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000366783 protein_coding 8 5 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000422240 protein_coding 6 2 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000366782 protein_coding 6 1 4 PSEN2 ENSG00000143801 +CDS chr1 226881908 226882048 ENST00000626989 protein_coding 3 5 3 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000524196 protein_coding 6 4 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000678320 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000676945 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000677599 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000677414 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000679088 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000495488 protein_coding 5 3 4 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000366783 protein_coding 8 5 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000422240 protein_coding 6 2 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000366782 protein_coding 6 1 5 PSEN2 ENSG00000143801 +CDS chr1 226883705 226883919 ENST00000626989 protein_coding 3 5 4 PSEN2 ENSG00000143801 +transcript chr1 226884623 226895691 ENST00000472139 protein_coding 2 5 NA PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000524196 protein_coding 6 4 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000678320 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000676945 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000677599 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000677414 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000679088 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885568 ENST00000495488 protein_coding 5 3 5 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000366783 protein_coding 8 5 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000422240 protein_coding 6 2 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000366782 protein_coding 6 1 6 PSEN2 ENSG00000143801 +CDS chr1 226885538 226885679 ENST00000626989 protein_coding 3 5 5 PSEN2 ENSG00000143801 +CDS chr1 226885614 226885679 ENST00000677880 protein_coding 1 NA 4 PSEN2 ENSG00000143801 +CDS chr1 226885614 226885679 ENST00000472139 protein_coding 2 5 2 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000524196 protein_coding 6 4 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000678320 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000676945 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677599 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677414 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000679088 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000677880 protein_coding 1 NA 5 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000366783 protein_coding 8 5 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000422240 protein_coding 6 2 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000366782 protein_coding 6 1 7 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000626989 protein_coding 3 5 6 PSEN2 ENSG00000143801 +CDS chr1 226888091 226888158 ENST00000472139 protein_coding 2 5 3 PSEN2 ENSG00000143801 +CDS chr1 226888112 226888158 ENST00000460775 protein_coding 5 3 3 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000524196 protein_coding 6 4 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000678320 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000676945 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677599 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677414 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000679088 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000677880 protein_coding 1 NA 6 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000366783 protein_coding 8 5 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000422240 protein_coding 6 2 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000460775 protein_coding 5 3 4 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000366782 protein_coding 6 1 8 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000626989 protein_coding 3 5 7 PSEN2 ENSG00000143801 +CDS chr1 226888829 226889049 ENST00000472139 protein_coding 2 5 4 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000524196 protein_coding 6 4 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000676945 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677599 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677414 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000679088 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000677880 protein_coding 1 NA 7 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000366783 protein_coding 8 5 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000422240 protein_coding 6 2 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000460775 protein_coding 5 3 5 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000366782 protein_coding 6 1 9 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000626989 protein_coding 3 5 8 PSEN2 ENSG00000143801 +CDS chr1 226890035 226890133 ENST00000472139 protein_coding 2 5 5 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000524196 protein_coding 6 4 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000678320 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000676945 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677599 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677414 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000679088 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000677880 protein_coding 1 NA 8 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000366783 protein_coding 8 5 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000422240 protein_coding 6 2 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891344 ENST00000460775 protein_coding 5 3 6 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000366782 protein_coding 6 1 10 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000626989 protein_coding 3 5 9 PSEN2 ENSG00000143801 +CDS chr1 226891278 226891361 ENST00000472139 protein_coding 2 5 6 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000524196 protein_coding 6 4 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000678320 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000676945 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000677599 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000677414 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000679088 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000366783 protein_coding 8 5 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000366782 protein_coding 6 1 11 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000626989 protein_coding 3 5 10 PSEN2 ENSG00000143801 +CDS chr1 226891743 226891844 ENST00000472139 protein_coding 2 5 7 PSEN2 ENSG00000143801 +CDS chr1 226891746 226891844 ENST00000677880 protein_coding 1 NA 9 PSEN2 ENSG00000143801 +CDS chr1 226891746 226891844 ENST00000422240 protein_coding 6 2 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000524196 protein_coding 6 4 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000678320 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000676945 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677599 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677414 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000679088 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000677880 protein_coding 1 NA 10 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000366783 protein_coding 8 5 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000422240 protein_coding 6 2 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000366782 protein_coding 6 1 12 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000626989 protein_coding 3 5 11 PSEN2 ENSG00000143801 +CDS chr1 226894007 226894125 ENST00000472139 protein_coding 2 5 8 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000524196 protein_coding 6 4 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000678320 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000677414 protein_coding 1 NA 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000679088 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000677880 protein_coding 1 NA 11 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000366783 protein_coding 8 5 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000422240 protein_coding 6 2 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000366782 protein_coding 6 1 13 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000626989 protein_coding 3 5 12 PSEN2 ENSG00000143801 +CDS chr1 226895424 226895576 ENST00000472139 protein_coding 2 5 9 PSEN2 ENSG00000143801 +CDS chr1 226908522 226908683 ENST00000676945 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226909702 226909794 ENST00000676945 protein_coding 1 NA 14 PSEN2 ENSG00000143801 +CDS chr1 226917527 226917661 ENST00000676945 protein_coding 1 NA 15 PSEN2 ENSG00000143801 +CDS chr1 226917527 226917660 ENST00000677599 protein_coding 1 NA 13 PSEN2 ENSG00000143801 +CDS chr1 226918761 226918848 ENST00000677599 protein_coding 1 NA 14 PSEN2 ENSG00000143801 +transcript chr1 226940286 226987544 ENST00000366778 protein_coding 5 1 NA COQ8A ENSG00000163050 +transcript chr1 226940294 226987544 ENST00000366777 protein_coding 4 1 NA COQ8A ENSG00000163050 +CDS chr1 226961386 226961562 ENST00000366777 protein_coding 4 1 2 COQ8A ENSG00000163050 +CDS chr1 226961542 226961562 ENST00000366778 protein_coding 5 1 2 COQ8A ENSG00000163050 +CDS chr1 226965000 226965410 ENST00000366778 protein_coding 5 1 3 COQ8A ENSG00000163050 +CDS chr1 226965000 226965410 ENST00000366777 protein_coding 4 1 3 COQ8A ENSG00000163050 +CDS chr1 226965671 226965737 ENST00000366778 protein_coding 5 1 4 COQ8A ENSG00000163050 +CDS chr1 226965671 226965737 ENST00000366777 protein_coding 4 1 4 COQ8A ENSG00000163050 +CDS chr1 226977449 226977523 ENST00000366778 protein_coding 5 1 5 COQ8A ENSG00000163050 +CDS chr1 226977449 226977523 ENST00000366777 protein_coding 4 1 5 COQ8A ENSG00000163050 +CDS chr1 226982027 226982149 ENST00000366778 protein_coding 5 1 6 COQ8A ENSG00000163050 +CDS chr1 226982027 226982149 ENST00000366777 protein_coding 4 1 6 COQ8A ENSG00000163050 +CDS chr1 226982678 226982763 ENST00000366778 protein_coding 5 1 7 COQ8A ENSG00000163050 +CDS chr1 226982678 226982763 ENST00000366777 protein_coding 4 1 7 COQ8A ENSG00000163050 +CDS chr1 226982894 226983034 ENST00000366778 protein_coding 5 1 8 COQ8A ENSG00000163050 +CDS chr1 226982894 226983034 ENST00000366777 protein_coding 4 1 8 COQ8A ENSG00000163050 +CDS chr1 226983552 226983633 ENST00000366778 protein_coding 5 1 9 COQ8A ENSG00000163050 +CDS chr1 226983552 226983633 ENST00000366777 protein_coding 4 1 9 COQ8A ENSG00000163050 +CDS chr1 226983761 226983854 ENST00000366778 protein_coding 5 1 10 COQ8A ENSG00000163050 +CDS chr1 226983761 226983854 ENST00000366777 protein_coding 4 1 10 COQ8A ENSG00000163050 +CDS chr1 226984094 226984235 ENST00000366778 protein_coding 5 1 11 COQ8A ENSG00000163050 +CDS chr1 226984094 226984235 ENST00000366777 protein_coding 4 1 11 COQ8A ENSG00000163050 +CDS chr1 226984548 226984655 ENST00000366778 protein_coding 5 1 12 COQ8A ENSG00000163050 +CDS chr1 226984548 226984655 ENST00000366777 protein_coding 4 1 12 COQ8A ENSG00000163050 +CDS chr1 226984876 226984941 ENST00000366778 protein_coding 5 1 13 COQ8A ENSG00000163050 +CDS chr1 226984876 226984941 ENST00000366777 protein_coding 4 1 13 COQ8A ENSG00000163050 +CDS chr1 226985254 226985340 ENST00000366778 protein_coding 5 1 14 COQ8A ENSG00000163050 +CDS chr1 226985254 226985340 ENST00000366777 protein_coding 4 1 14 COQ8A ENSG00000163050 +CDS chr1 226986453 226986734 ENST00000366778 protein_coding 5 1 15 COQ8A ENSG00000163050 +CDS chr1 226986453 226986734 ENST00000366777 protein_coding 4 1 15 COQ8A ENSG00000163050 +transcript chr1 226989865 227317182 ENST00000366767 protein_coding 7 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227317714 ENST00000334218 protein_coding 9 5 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227318474 ENST00000366769 protein_coding 7 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226989865 227318492 ENST00000366766 protein_coding 8 5 NA CDC42BPA ENSG00000143776 +transcript chr1 226989866 227080979 ENST00000448940 protein_coding 5 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226993627 227101120 ENST00000442054 protein_coding 5 1 NA CDC42BPA ENSG00000143776 +transcript chr1 226994237 227317209 ENST00000366764 protein_coding 8 1 NA CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366767 protein_coding 7 1 35 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000334218 protein_coding 9 5 37 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366769 protein_coding 7 1 36 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366766 protein_coding 8 5 37 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000448940 protein_coding 5 1 21 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000442054 protein_coding 5 1 23 CDC42BPA ENSG00000143776 +CDS chr1 226994271 226994399 ENST00000366764 protein_coding 8 1 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366767 protein_coding 7 1 34 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000334218 protein_coding 9 5 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366769 protein_coding 7 1 35 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366766 protein_coding 8 5 36 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000448940 protein_coding 5 1 20 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000442054 protein_coding 5 1 22 CDC42BPA ENSG00000143776 +CDS chr1 226994823 226994980 ENST00000366764 protein_coding 8 1 35 CDC42BPA ENSG00000143776 +transcript chr1 227004055 227034717 ENST00000429440 protein_coding 5 2 NA CDC42BPA ENSG00000143776 +CDS chr1 227004920 227005111 ENST00000429440 protein_coding 5 2 10 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366767 protein_coding 7 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000334218 protein_coding 9 5 35 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366769 protein_coding 7 1 34 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366766 protein_coding 8 5 35 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000448940 protein_coding 5 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000442054 protein_coding 5 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227004994 227005111 ENST00000366764 protein_coding 8 1 34 CDC42BPA ENSG00000143776 +CDS chr1 227010878 227011063 ENST00000448940 protein_coding 5 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366767 protein_coding 7 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000334218 protein_coding 9 5 34 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366769 protein_coding 7 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366766 protein_coding 8 5 34 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000448940 protein_coding 5 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000442054 protein_coding 5 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000366764 protein_coding 8 1 33 CDC42BPA ENSG00000143776 +CDS chr1 227016080 227016197 ENST00000429440 protein_coding 5 2 9 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366767 protein_coding 7 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000334218 protein_coding 9 5 33 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366769 protein_coding 7 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366766 protein_coding 8 5 33 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000448940 protein_coding 5 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000442054 protein_coding 5 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000366764 protein_coding 8 1 32 CDC42BPA ENSG00000143776 +CDS chr1 227016927 227017050 ENST00000429440 protein_coding 5 2 8 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366767 protein_coding 7 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000334218 protein_coding 9 5 32 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366769 protein_coding 7 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366766 protein_coding 8 5 32 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000448940 protein_coding 5 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000442054 protein_coding 5 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000366764 protein_coding 8 1 31 CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000429440 protein_coding 5 2 7 CDC42BPA ENSG00000143776 +transcript chr1 227023263 227074364 ENST00000441725 protein_coding 1 5 NA CDC42BPA ENSG00000143776 +CDS chr1 227023263 227023347 ENST00000441725 protein_coding 1 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366767 protein_coding 7 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000334218 protein_coding 9 5 31 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366769 protein_coding 7 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366766 protein_coding 8 5 31 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000448940 protein_coding 5 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000442054 protein_coding 5 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000366764 protein_coding 8 1 30 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000429440 protein_coding 5 2 6 CDC42BPA ENSG00000143776 +CDS chr1 227026055 227026152 ENST00000441725 protein_coding 1 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366767 protein_coding 7 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000334218 protein_coding 9 5 30 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366769 protein_coding 7 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366766 protein_coding 8 5 30 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000448940 protein_coding 5 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000442054 protein_coding 5 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000366764 protein_coding 8 1 29 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000429440 protein_coding 5 2 5 CDC42BPA ENSG00000143776 +CDS chr1 227028657 227029250 ENST00000441725 protein_coding 1 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366767 protein_coding 7 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000334218 protein_coding 9 5 29 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366769 protein_coding 7 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366766 protein_coding 8 5 29 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000448940 protein_coding 5 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000442054 protein_coding 5 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000366764 protein_coding 8 1 28 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000429440 protein_coding 5 2 4 CDC42BPA ENSG00000143776 +CDS chr1 227030408 227030470 ENST00000441725 protein_coding 1 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366767 protein_coding 7 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000334218 protein_coding 9 5 28 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366769 protein_coding 7 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366766 protein_coding 8 5 28 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000448940 protein_coding 5 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000442054 protein_coding 5 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000366764 protein_coding 8 1 27 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000429440 protein_coding 5 2 3 CDC42BPA ENSG00000143776 +CDS chr1 227031298 227031514 ENST00000441725 protein_coding 1 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366767 protein_coding 7 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000334218 protein_coding 9 5 27 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366769 protein_coding 7 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366766 protein_coding 8 5 27 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000448940 protein_coding 5 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000442054 protein_coding 5 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000366764 protein_coding 8 1 26 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000429440 protein_coding 5 2 2 CDC42BPA ENSG00000143776 +CDS chr1 227033334 227033415 ENST00000441725 protein_coding 1 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366767 protein_coding 7 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000334218 protein_coding 9 5 26 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366769 protein_coding 7 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366766 protein_coding 8 5 26 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000448940 protein_coding 5 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000442054 protein_coding 5 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000366764 protein_coding 8 1 25 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034717 ENST00000429440 protein_coding 5 2 1 CDC42BPA ENSG00000143776 +CDS chr1 227034655 227034794 ENST00000441725 protein_coding 1 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366767 protein_coding 7 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000334218 protein_coding 9 5 25 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366769 protein_coding 7 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366766 protein_coding 8 5 25 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000448940 protein_coding 5 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000442054 protein_coding 5 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000366764 protein_coding 8 1 24 CDC42BPA ENSG00000143776 +CDS chr1 227035471 227035607 ENST00000441725 protein_coding 1 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366767 protein_coding 7 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000334218 protein_coding 9 5 24 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366769 protein_coding 7 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366766 protein_coding 8 5 24 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000448940 protein_coding 5 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000442054 protein_coding 5 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000366764 protein_coding 8 1 23 CDC42BPA ENSG00000143776 +CDS chr1 227040131 227040236 ENST00000441725 protein_coding 1 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366767 protein_coding 7 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000334218 protein_coding 9 5 23 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366769 protein_coding 7 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366766 protein_coding 8 5 23 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000448940 protein_coding 5 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000442054 protein_coding 5 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000366764 protein_coding 8 1 22 CDC42BPA ENSG00000143776 +CDS chr1 227047927 227048010 ENST00000441725 protein_coding 1 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000366766 protein_coding 8 5 22 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000442054 protein_coding 5 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227051881 227051985 ENST00000441725 protein_coding 1 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227059373 227059411 ENST00000334218 protein_coding 9 5 22 CDC42BPA ENSG00000143776 +CDS chr1 227059373 227059389 ENST00000366764 protein_coding 8 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227068654 227068701 ENST00000441725 protein_coding 1 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366767 protein_coding 7 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000334218 protein_coding 9 5 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366769 protein_coding 7 1 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000366766 protein_coding 8 5 21 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000448940 protein_coding 5 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000442054 protein_coding 5 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227069777 227069853 ENST00000441725 protein_coding 1 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366767 protein_coding 7 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000334218 protein_coding 9 5 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366769 protein_coding 7 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366766 protein_coding 8 5 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000448940 protein_coding 5 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000442054 protein_coding 5 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000366764 protein_coding 8 1 20 CDC42BPA ENSG00000143776 +CDS chr1 227072208 227072299 ENST00000441725 protein_coding 1 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366767 protein_coding 7 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000334218 protein_coding 9 5 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366769 protein_coding 7 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366766 protein_coding 8 5 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000448940 protein_coding 5 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000442054 protein_coding 5 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000366764 protein_coding 8 1 19 CDC42BPA ENSG00000143776 +CDS chr1 227073864 227074012 ENST00000441725 protein_coding 1 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366767 protein_coding 7 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000334218 protein_coding 9 5 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366769 protein_coding 7 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366766 protein_coding 8 5 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000448940 protein_coding 5 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000442054 protein_coding 5 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000366764 protein_coding 8 1 18 CDC42BPA ENSG00000143776 +CDS chr1 227074259 227074364 ENST00000441725 protein_coding 1 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366767 protein_coding 7 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000334218 protein_coding 9 5 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366769 protein_coding 7 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366766 protein_coding 8 5 17 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227080979 ENST00000448940 protein_coding 5 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000442054 protein_coding 5 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227080893 227081017 ENST00000366764 protein_coding 8 1 17 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366767 protein_coding 7 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000334218 protein_coding 9 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366769 protein_coding 7 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366766 protein_coding 8 5 16 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000442054 protein_coding 5 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227091886 227091991 ENST00000366764 protein_coding 8 1 16 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366767 protein_coding 7 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000334218 protein_coding 9 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366769 protein_coding 7 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366766 protein_coding 8 5 15 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101120 ENST00000442054 protein_coding 5 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227100992 227101239 ENST00000366764 protein_coding 8 1 15 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366767 protein_coding 7 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000334218 protein_coding 9 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366769 protein_coding 7 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366766 protein_coding 8 5 14 CDC42BPA ENSG00000143776 +CDS chr1 227112312 227112422 ENST00000366764 protein_coding 8 1 14 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000334218 protein_coding 9 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366769 protein_coding 7 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366766 protein_coding 8 5 13 CDC42BPA ENSG00000143776 +CDS chr1 227112671 227112913 ENST00000366764 protein_coding 8 1 13 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366767 protein_coding 7 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000334218 protein_coding 9 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366769 protein_coding 7 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366766 protein_coding 8 5 12 CDC42BPA ENSG00000143776 +CDS chr1 227119804 227119937 ENST00000366764 protein_coding 8 1 12 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366767 protein_coding 7 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000334218 protein_coding 9 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366769 protein_coding 7 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366766 protein_coding 8 5 11 CDC42BPA ENSG00000143776 +CDS chr1 227129109 227129231 ENST00000366764 protein_coding 8 1 11 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366767 protein_coding 7 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000334218 protein_coding 9 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366769 protein_coding 7 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366766 protein_coding 8 5 10 CDC42BPA ENSG00000143776 +CDS chr1 227139576 227139742 ENST00000366764 protein_coding 8 1 10 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366767 protein_coding 7 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000334218 protein_coding 9 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366769 protein_coding 7 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366766 protein_coding 8 5 9 CDC42BPA ENSG00000143776 +CDS chr1 227142945 227143024 ENST00000366764 protein_coding 8 1 9 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366767 protein_coding 7 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000334218 protein_coding 9 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366769 protein_coding 7 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366766 protein_coding 8 5 8 CDC42BPA ENSG00000143776 +CDS chr1 227145489 227145737 ENST00000366764 protein_coding 8 1 8 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366767 protein_coding 7 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000334218 protein_coding 9 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366769 protein_coding 7 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366766 protein_coding 8 5 7 CDC42BPA ENSG00000143776 +CDS chr1 227147359 227147559 ENST00000366764 protein_coding 8 1 7 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366767 protein_coding 7 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000334218 protein_coding 9 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366769 protein_coding 7 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366766 protein_coding 8 5 6 CDC42BPA ENSG00000143776 +CDS chr1 227160543 227160636 ENST00000366764 protein_coding 8 1 6 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366767 protein_coding 7 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000334218 protein_coding 9 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366769 protein_coding 7 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366766 protein_coding 8 5 5 CDC42BPA ENSG00000143776 +CDS chr1 227193786 227193934 ENST00000366764 protein_coding 8 1 5 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366767 protein_coding 7 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000334218 protein_coding 9 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366769 protein_coding 7 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366766 protein_coding 8 5 4 CDC42BPA ENSG00000143776 +CDS chr1 227199557 227199652 ENST00000366764 protein_coding 8 1 4 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366767 protein_coding 7 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000334218 protein_coding 9 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366769 protein_coding 7 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366766 protein_coding 8 5 3 CDC42BPA ENSG00000143776 +CDS chr1 227213136 227213219 ENST00000366764 protein_coding 8 1 3 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366767 protein_coding 7 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000334218 protein_coding 9 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366769 protein_coding 7 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366766 protein_coding 8 5 2 CDC42BPA ENSG00000143776 +CDS chr1 227254064 227254155 ENST00000366764 protein_coding 8 1 2 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366767 protein_coding 7 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000334218 protein_coding 9 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366769 protein_coding 7 1 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366766 protein_coding 8 5 1 CDC42BPA ENSG00000143776 +CDS chr1 227317005 227317182 ENST00000366764 protein_coding 8 1 1 CDC42BPA ENSG00000143776 +transcript chr1 227563543 227677443 ENST00000608949 protein_coding 5 1 NA ZNF678 ENSG00000181450 +transcript chr1 227563556 227662461 ENST00000343776 protein_coding 10 1 NA ZNF678 ENSG00000181450 +transcript chr1 227563580 227654768 ENST00000440339 protein_coding 1 2 NA ZNF678 ENSG00000181450 +CDS chr1 227563695 227563724 ENST00000440339 protein_coding 1 2 1 ZNF678 ENSG00000181450 +CDS chr1 227582514 227582606 ENST00000440339 protein_coding 1 2 2 ZNF678 ENSG00000181450 +CDS chr1 227646544 227646670 ENST00000440339 protein_coding 1 2 3 ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000343776 protein_coding 10 1 3 ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000608949 protein_coding 5 1 4 ZNF678 ENSG00000181450 +transcript chr1 227650992 227662462 ENST00000397097 protein_coding 4 1 NA ZNF678 ENSG00000181450 +CDS chr1 227650992 227651076 ENST00000397097 protein_coding 4 1 1 ZNF678 ENSG00000181450 +CDS chr1 227654336 227655825 ENST00000343776 protein_coding 10 1 4 ZNF678 ENSG00000181450 +CDS chr1 227654336 227654476 ENST00000608949 protein_coding 5 1 5 ZNF678 ENSG00000181450 +CDS chr1 227654336 227654768 ENST00000440339 protein_coding 1 2 4 ZNF678 ENSG00000181450 +CDS chr1 227654336 227655825 ENST00000397097 protein_coding 4 1 2 ZNF678 ENSG00000181450 +CDS chr1 227677179 227677180 ENST00000608949 protein_coding 5 1 6 ZNF678 ENSG00000181450 +transcript chr1 227728200 227781821 ENST00000681827 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728599 227781821 ENST00000679575 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728618 227748186 ENST00000475930 protein_coding 1 3 NA SNAP47 ENSG00000143740 +transcript chr1 227728635 227781821 ENST00000680854 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728641 227776934 ENST00000681006 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728657 227781226 ENST00000366760 protein_coding 5 2 NA SNAP47 ENSG00000143740 +transcript chr1 227728686 227781821 ENST00000681447 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728688 227781821 ENST00000680992 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227728707 227781208 ENST00000680695 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227731191 227735302 ENST00000620518 protein_coding 5 1 NA JMJD4 ENSG00000081692 +transcript chr1 227731234 227735411 ENST00000438896 protein_coding 3 2 NA JMJD4 ENSG00000081692 +CDS chr1 227732395 227732676 ENST00000620518 protein_coding 5 1 6 JMJD4 ENSG00000081692 +CDS chr1 227732395 227732676 ENST00000438896 protein_coding 3 2 6 JMJD4 ENSG00000081692 +CDS chr1 227732881 227733027 ENST00000620518 protein_coding 5 1 5 JMJD4 ENSG00000081692 +CDS chr1 227732929 227733027 ENST00000438896 protein_coding 3 2 5 JMJD4 ENSG00000081692 +CDS chr1 227733414 227733681 ENST00000620518 protein_coding 5 1 4 JMJD4 ENSG00000081692 +CDS chr1 227733414 227733681 ENST00000438896 protein_coding 3 2 4 JMJD4 ENSG00000081692 +CDS chr1 227733907 227734032 ENST00000620518 protein_coding 5 1 3 JMJD4 ENSG00000081692 +CDS chr1 227733907 227734032 ENST00000438896 protein_coding 3 2 3 JMJD4 ENSG00000081692 +CDS chr1 227734651 227734816 ENST00000620518 protein_coding 5 1 2 JMJD4 ENSG00000081692 +CDS chr1 227734651 227734816 ENST00000438896 protein_coding 3 2 2 JMJD4 ENSG00000081692 +transcript chr1 227734996 227781226 ENST00000366759 protein_coding 9 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227769516 ENST00000681242 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227780833 ENST00000681685 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735005 227781208 ENST00000315781 protein_coding 10 1 NA SNAP47 ENSG00000143740 +CDS chr1 227735012 227735273 ENST00000620518 protein_coding 5 1 1 JMJD4 ENSG00000081692 +CDS chr1 227735012 227735273 ENST00000438896 protein_coding 3 2 1 JMJD4 ENSG00000081692 +transcript chr1 227735428 227781821 ENST00000681149 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735431 227776970 ENST00000418653 protein_coding 6 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227770744 ENST00000478768 protein_coding 3 3 NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227781208 ENST00000681929 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735435 227781226 ENST00000617596 protein_coding 5 1 NA SNAP47 ENSG00000143740 +transcript chr1 227735436 227776969 ENST00000426344 protein_coding 6 2 NA SNAP47 ENSG00000143740 +transcript chr1 227735681 227781821 ENST00000680202 protein_coding 1 NA NA SNAP47 ENSG00000143740 +transcript chr1 227735685 227781208 ENST00000679561 protein_coding 1 NA NA SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681827 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000679575 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748186 ENST00000475930 protein_coding 1 3 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680854 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681006 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681447 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680992 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000366759 protein_coding 9 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681242 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681685 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000315781 protein_coding 10 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000681149 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000478768 protein_coding 3 3 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000426344 protein_coding 6 2 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000617596 protein_coding 5 1 2 SNAP47 ENSG00000143740 +CDS chr1 227747737 227748233 ENST00000680202 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +transcript chr1 227748063 227759652 ENST00000606873 protein_coding 1 2 NA SNAP47 ENSG00000143740 +CDS chr1 227748063 227748233 ENST00000606873 protein_coding 1 2 1 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681827 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000679575 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680854 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681006 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681447 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680992 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000366759 protein_coding 9 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681242 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681685 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000315781 protein_coding 10 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000681149 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000478768 protein_coding 3 3 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000426344 protein_coding 6 2 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000617596 protein_coding 5 1 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759485 ENST00000680202 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227758995 227759487 ENST00000606873 protein_coding 1 2 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000366760 protein_coding 5 2 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000680695 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000418653 protein_coding 6 1 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000681929 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227759089 227759485 ENST00000679561 protein_coding 1 NA 2 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681827 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000679575 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680854 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681006 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000366760 protein_coding 5 2 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681447 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680992 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680695 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000366759 protein_coding 9 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767539 ENST00000681242 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000315781 protein_coding 10 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681149 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000418653 protein_coding 6 1 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000478768 protein_coding 3 3 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000681929 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000426344 protein_coding 6 2 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000617596 protein_coding 5 1 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000680202 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227766959 227767083 ENST00000679561 protein_coding 1 NA 3 SNAP47 ENSG00000143740 +CDS chr1 227768249 227768353 ENST00000681006 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227768249 227768353 ENST00000315781 protein_coding 10 1 5 SNAP47 ENSG00000143740 +CDS chr1 227770571 227770642 ENST00000478768 protein_coding 3 3 5 SNAP47 ENSG00000143740 +CDS chr1 227775789 227775878 ENST00000418653 protein_coding 6 1 4 SNAP47 ENSG00000143740 +CDS chr1 227775789 227775878 ENST00000426344 protein_coding 6 2 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681827 protein_coding 1 NA 7 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000679575 protein_coding 1 NA 7 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680854 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000366760 protein_coding 5 2 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681447 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680992 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680695 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000366759 protein_coding 9 1 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780567 ENST00000681685 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681149 protein_coding 1 NA 6 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000681929 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000617596 protein_coding 5 1 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000680202 protein_coding 1 NA 5 SNAP47 ENSG00000143740 +CDS chr1 227780527 227780670 ENST00000679561 protein_coding 1 NA 4 SNAP47 ENSG00000143740 +transcript chr1 227815693 227846470 ENST00000366757 protein_coding 3 1 NA PRSS38 ENSG00000185888 +CDS chr1 227815717 227815864 ENST00000366757 protein_coding 3 1 1 PRSS38 ENSG00000185888 +CDS chr1 227816090 227816252 ENST00000366757 protein_coding 3 1 2 PRSS38 ENSG00000185888 +CDS chr1 227817209 227817480 ENST00000366757 protein_coding 3 1 3 PRSS38 ENSG00000185888 +CDS chr1 227845470 227845612 ENST00000366757 protein_coding 3 1 4 PRSS38 ENSG00000185888 +CDS chr1 227845954 227846205 ENST00000366757 protein_coding 3 1 5 PRSS38 ENSG00000185888 +transcript chr1 227918656 227947932 ENST00000272164 protein_coding 6 1 NA WNT9A ENSG00000143816 +CDS chr1 227921521 227922000 ENST00000272164 protein_coding 6 1 4 WNT9A ENSG00000143816 +CDS chr1 227924138 227924400 ENST00000272164 protein_coding 6 1 3 WNT9A ENSG00000143816 +CDS chr1 227925263 227925519 ENST00000272164 protein_coding 6 1 2 WNT9A ENSG00000143816 +CDS chr1 227947793 227947887 ENST00000272164 protein_coding 6 1 1 WNT9A ENSG00000143816 +transcript chr1 228006998 228061271 ENST00000284523 protein_coding 2 1 NA WNT3A ENSG00000154342 +CDS chr1 228007129 228007199 ENST00000284523 protein_coding 2 1 1 WNT3A ENSG00000154342 +CDS chr1 228022667 228022908 ENST00000284523 protein_coding 2 1 2 WNT3A ENSG00000154342 +CDS chr1 228050656 228050921 ENST00000284523 protein_coding 2 1 3 WNT3A ENSG00000154342 +CDS chr1 228058986 228059462 ENST00000284523 protein_coding 2 1 4 WNT3A ENSG00000154342 +transcript chr1 228082660 228099211 ENST00000540651 protein_coding 5 2 NA ARF1 ENSG00000143761 +transcript chr1 228082708 228099212 ENST00000272102 protein_coding 10 1 NA ARF1 ENSG00000143761 +transcript chr1 228083150 228099211 ENST00000541182 protein_coding 1 2 NA ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000540651 protein_coding 5 2 2 ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000272102 protein_coding 10 1 2 ARF1 ENSG00000143761 +CDS chr1 228097115 228097262 ENST00000541182 protein_coding 1 2 2 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000540651 protein_coding 5 2 3 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000272102 protein_coding 10 1 3 ARF1 ENSG00000143761 +CDS chr1 228097342 228097452 ENST00000541182 protein_coding 1 2 3 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000540651 protein_coding 5 2 4 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000272102 protein_coding 10 1 4 ARF1 ENSG00000143761 +CDS chr1 228097591 228097715 ENST00000541182 protein_coding 1 2 4 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000540651 protein_coding 5 2 5 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000272102 protein_coding 10 1 5 ARF1 ENSG00000143761 +CDS chr1 228097852 228098010 ENST00000541182 protein_coding 1 2 5 ARF1 ENSG00000143761 +transcript chr1 228100731 228103325 ENST00000272139 protein_coding 5 1 NA C1orf35 ENSG00000143793 +CDS chr1 228101134 228101254 ENST00000272139 protein_coding 5 1 8 C1orf35 ENSG00000143793 +CDS chr1 228101339 228101473 ENST00000272139 protein_coding 5 1 7 C1orf35 ENSG00000143793 +CDS chr1 228102080 228102165 ENST00000272139 protein_coding 5 1 6 C1orf35 ENSG00000143793 +CDS chr1 228102310 228102382 ENST00000272139 protein_coding 5 1 5 C1orf35 ENSG00000143793 +CDS chr1 228102478 228102560 ENST00000272139 protein_coding 5 1 4 C1orf35 ENSG00000143793 +CDS chr1 228102643 228102688 ENST00000272139 protein_coding 5 1 3 C1orf35 ENSG00000143793 +CDS chr1 228102899 228103049 ENST00000272139 protein_coding 5 1 2 C1orf35 ENSG00000143793 +CDS chr1 228103134 228103227 ENST00000272139 protein_coding 5 1 1 C1orf35 ENSG00000143793 +transcript chr1 228106679 228108325 ENST00000459783 protein_coding 5 5 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108642 ENST00000366732 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108744 ENST00000366733 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228108897 ENST00000366734 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109004 ENST00000366735 protein_coding 5 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109016 ENST00000366736 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109025 ENST00000366738 protein_coding 5 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366739 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366740 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109031 ENST00000366741 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109055 ENST00000366742 protein_coding 5 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109280 ENST00000366744 protein_coding 5 3 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109283 ENST00000348259 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000295008 protein_coding 8 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366731 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366746 protein_coding 7 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109299 ENST00000366747 protein_coding 7 1 NA MRPL55 ENSG00000162910 +transcript chr1 228106679 228109306 ENST00000336300 protein_coding 9 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106680 228109312 ENST00000430433 protein_coding 5 5 NA MRPL55 ENSG00000162910 +transcript chr1 228106685 228109299 ENST00000336520 protein_coding 8 2 NA MRPL55 ENSG00000162910 +transcript chr1 228106687 228109299 ENST00000391867 protein_coding 8 3 NA MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000459783 protein_coding 5 5 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366732 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366733 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366734 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366735 protein_coding 5 1 3 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366736 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366738 protein_coding 5 1 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366739 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366740 protein_coding 5 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366741 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366742 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366744 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000348259 protein_coding 9 2 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000295008 protein_coding 8 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366731 protein_coding 9 2 6 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366746 protein_coding 7 1 4 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000366747 protein_coding 7 1 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000336300 protein_coding 9 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000430433 protein_coding 5 5 6 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000336520 protein_coding 8 2 5 MRPL55 ENSG00000162910 +CDS chr1 228106763 228106918 ENST00000391867 protein_coding 8 3 6 MRPL55 ENSG00000162910 +transcript chr1 228107667 228109300 ENST00000457264 protein_coding 5 3 NA MRPL55 ENSG00000162910 +CDS chr1 228107667 228107869 ENST00000457264 protein_coding 5 3 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000459783 protein_coding 5 5 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000366732 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366733 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366734 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366735 protein_coding 5 1 2 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366736 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366738 protein_coding 5 1 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366739 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366740 protein_coding 5 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366741 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366742 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366744 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000348259 protein_coding 9 2 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000295008 protein_coding 8 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107676 ENST00000366731 protein_coding 9 2 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366746 protein_coding 7 1 3 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000366747 protein_coding 7 1 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000336300 protein_coding 9 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000430433 protein_coding 5 5 5 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000336520 protein_coding 8 2 4 MRPL55 ENSG00000162910 +CDS chr1 228107668 228107869 ENST00000391867 protein_coding 8 3 5 MRPL55 ENSG00000162910 +transcript chr1 228107767 228109016 ENST00000411464 protein_coding 3 3 NA MRPL55 ENSG00000162910 +CDS chr1 228107767 228107869 ENST00000411464 protein_coding 3 3 3 MRPL55 ENSG00000162910 +transcript chr1 228107824 228109302 ENST00000464148 protein_coding 2 5 NA MRPL55 ENSG00000162910 +CDS chr1 228107824 228107869 ENST00000464148 protein_coding 2 5 4 MRPL55 ENSG00000162910 +CDS chr1 228107977 228108084 ENST00000366738 protein_coding 5 1 3 MRPL55 ENSG00000162910 +CDS chr1 228107977 228108084 ENST00000430433 protein_coding 5 5 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366733 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366734 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366735 protein_coding 5 1 1 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366736 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366738 protein_coding 5 1 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366739 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366740 protein_coding 5 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366741 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366742 protein_coding 5 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366744 protein_coding 5 3 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000348259 protein_coding 9 2 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000295008 protein_coding 8 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366746 protein_coding 7 1 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000366747 protein_coding 7 1 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000336300 protein_coding 9 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000430433 protein_coding 5 5 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000336520 protein_coding 8 2 3 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000391867 protein_coding 8 3 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000457264 protein_coding 5 3 4 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000411464 protein_coding 3 3 2 MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000464148 protein_coding 2 5 3 MRPL55 ENSG00000162910 +transcript chr1 228108235 228109295 ENST00000495434 protein_coding 1 5 NA MRPL55 ENSG00000162910 +CDS chr1 228108235 228108260 ENST00000495434 protein_coding 1 5 4 MRPL55 ENSG00000162910 +transcript chr1 228108247 228109278 ENST00000483159 protein_coding 1 5 NA MRPL55 ENSG00000162910 +CDS chr1 228108247 228108260 ENST00000483159 protein_coding 1 5 3 MRPL55 ENSG00000162910 +transcript chr1 228139962 228148840 ENST00000366730 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140228 228148955 ENST00000391865 protein_coding 7 1 NA GUK1 ENSG00000143774 +transcript chr1 228140279 228148951 ENST00000312726 protein_coding 9 1 NA GUK1 ENSG00000143774 +transcript chr1 228140289 228148880 ENST00000366726 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140290 228148955 ENST00000366728 protein_coding 6 2 NA GUK1 ENSG00000143774 +transcript chr1 228140298 228148691 ENST00000453943 protein_coding 5 1 NA GUK1 ENSG00000143774 +transcript chr1 228140302 228148833 ENST00000366723 protein_coding 5 5 NA GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000391865 protein_coding 7 1 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000366728 protein_coding 6 2 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000453943 protein_coding 5 1 1 GUK1 ENSG00000143774 +CDS chr1 228140303 228140363 ENST00000366723 protein_coding 5 5 1 GUK1 ENSG00000143774 +transcript chr1 228140317 228148808 ENST00000366722 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140318 228148809 ENST00000435153 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228140332 228148752 ENST00000366721 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228141382 228148457 ENST00000412265 protein_coding 5 5 NA GUK1 ENSG00000143774 +CDS chr1 228141634 228141829 ENST00000435153 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228141634 228141829 ENST00000412265 protein_coding 5 5 1 GUK1 ENSG00000143774 +transcript chr1 228144328 228148951 ENST00000366718 protein_coding 5 3 NA GUK1 ENSG00000143774 +transcript chr1 228145454 228148984 ENST00000366716 protein_coding 1 1 NA GUK1 ENSG00000143774 +CDS chr1 228145492 228145624 ENST00000435153 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000391865 protein_coding 7 1 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000366728 protein_coding 6 2 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000453943 protein_coding 5 1 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000366723 protein_coding 5 5 2 GUK1 ENSG00000143774 +CDS chr1 228145511 228145624 ENST00000412265 protein_coding 5 5 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366730 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366726 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000312726 protein_coding 9 1 3 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366722 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145649 ENST00000366721 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366718 protein_coding 5 3 2 GUK1 ENSG00000143774 +CDS chr1 228145513 228145624 ENST00000366716 protein_coding 1 1 1 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366730 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000391865 protein_coding 7 1 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366726 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000312726 protein_coding 9 1 4 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366728 protein_coding 6 2 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000453943 protein_coding 5 1 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366723 protein_coding 5 5 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366722 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000435153 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366721 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000412265 protein_coding 5 5 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366718 protein_coding 5 3 3 GUK1 ENSG00000143774 +CDS chr1 228146026 228146067 ENST00000366716 protein_coding 1 1 2 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366730 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000391865 protein_coding 7 1 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366726 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000312726 protein_coding 9 1 5 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366728 protein_coding 6 2 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000453943 protein_coding 5 1 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366723 protein_coding 5 5 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366722 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000412265 protein_coding 5 5 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366718 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228146842 228146938 ENST00000366716 protein_coding 1 1 3 GUK1 ENSG00000143774 +CDS chr1 228146861 228146938 ENST00000435153 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228146861 228146938 ENST00000366721 protein_coding 5 3 4 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366730 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000391865 protein_coding 7 1 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366726 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000312726 protein_coding 9 1 6 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366728 protein_coding 6 2 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000453943 protein_coding 5 1 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366723 protein_coding 5 5 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366722 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000435153 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366721 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000412265 protein_coding 5 5 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366718 protein_coding 5 3 5 GUK1 ENSG00000143774 +CDS chr1 228147406 228147544 ENST00000366716 protein_coding 1 1 4 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366730 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000391865 protein_coding 7 1 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366726 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000312726 protein_coding 9 1 7 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366728 protein_coding 6 2 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000453943 protein_coding 5 1 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366723 protein_coding 5 5 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000435153 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366721 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000412265 protein_coding 5 5 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366718 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228147615 228147699 ENST00000366716 protein_coding 1 1 5 GUK1 ENSG00000143774 +CDS chr1 228147621 228147699 ENST00000366722 protein_coding 5 3 6 GUK1 ENSG00000143774 +CDS chr1 228148234 228148284 ENST00000366723 protein_coding 5 5 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366730 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000391865 protein_coding 7 1 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366726 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000312726 protein_coding 9 1 8 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000453943 protein_coding 5 1 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366723 protein_coding 5 5 8 GUK1 ENSG00000143774 +CDS chr1 228148371 228148539 ENST00000366722 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366721 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148457 ENST00000412265 protein_coding 5 5 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366718 protein_coding 5 3 7 GUK1 ENSG00000143774 +CDS chr1 228148371 228148456 ENST00000366716 protein_coding 1 1 6 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366730 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000391865 protein_coding 7 1 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366726 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000312726 protein_coding 9 1 9 GUK1 ENSG00000143774 +CDS chr1 228148665 228148849 ENST00000366728 protein_coding 6 2 7 GUK1 ENSG00000143774 +CDS chr1 228148665 228148691 ENST00000453943 protein_coding 5 1 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366723 protein_coding 5 5 9 GUK1 ENSG00000143774 +CDS chr1 228148665 228148752 ENST00000366722 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148809 ENST00000435153 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366721 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366718 protein_coding 5 3 8 GUK1 ENSG00000143774 +CDS chr1 228148665 228148694 ENST00000366716 protein_coding 1 1 7 GUK1 ENSG00000143774 +transcript chr1 228149930 228159826 ENST00000366714 protein_coding 3 1 NA GJC2 ENSG00000198835 +CDS chr1 228157759 228159075 ENST00000366714 protein_coding 3 1 2 GJC2 ENSG00000198835 +transcript chr1 228165804 228182257 ENST00000366711 protein_coding 4 2 NA IBA57 ENSG00000181873 +CDS chr1 228165817 228166157 ENST00000366711 protein_coding 4 2 1 IBA57 ENSG00000181873 +CDS chr1 228174692 228175029 ENST00000366711 protein_coding 4 2 2 IBA57 ENSG00000181873 +CDS chr1 228175122 228175510 ENST00000366711 protein_coding 4 2 3 IBA57 ENSG00000181873 +transcript chr1 228208044 228378876 ENST00000570156 protein_coding 7 5 NA OBSCN ENSG00000154358 +transcript chr1 228208044 228378876 ENST00000680850 protein_coding 1 NA NA OBSCN ENSG00000154358 +transcript chr1 228208063 228361250 ENST00000284548 protein_coding 16 2 NA OBSCN ENSG00000154358 +transcript chr1 228208130 228378874 ENST00000422127 protein_coding 5 5 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000570156 protein_coding 7 5 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000680850 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000284548 protein_coding 16 2 2 OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000422127 protein_coding 5 5 2 OBSCN ENSG00000154358 +transcript chr1 228211784 228285361 ENST00000366704 protein_coding 2 2 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000366704 protein_coding 2 2 1 OBSCN ENSG00000154358 +transcript chr1 228211784 228378795 ENST00000662438 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000662438 protein_coding 1 NA 1 OBSCN ENSG00000154358 +transcript chr1 228211784 228378876 ENST00000636476 protein_coding 2 1 NA OBSCN ENSG00000154358 +CDS chr1 228211784 228212771 ENST00000636476 protein_coding 2 1 1 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000570156 protein_coding 7 5 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000680850 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000284548 protein_coding 16 2 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000422127 protein_coding 5 5 3 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000366704 protein_coding 2 2 2 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000662438 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228213441 228213710 ENST00000636476 protein_coding 2 1 2 OBSCN ENSG00000154358 +transcript chr1 228213625 228246642 ENST00000668066 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228213625 228213710 ENST00000668066 protein_coding 1 NA 1 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000570156 protein_coding 7 5 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000680850 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000284548 protein_coding 16 2 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000422127 protein_coding 5 5 4 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000366704 protein_coding 2 2 3 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000662438 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228214174 228214434 ENST00000636476 protein_coding 2 1 3 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000570156 protein_coding 7 5 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000680850 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000284548 protein_coding 16 2 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000422127 protein_coding 5 5 5 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000366704 protein_coding 2 2 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000662438 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000636476 protein_coding 2 1 4 OBSCN ENSG00000154358 +CDS chr1 228214790 228215098 ENST00000668066 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000570156 protein_coding 7 5 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000680850 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000284548 protein_coding 16 2 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000422127 protein_coding 5 5 6 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000366704 protein_coding 2 2 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000662438 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000636476 protein_coding 2 1 5 OBSCN ENSG00000154358 +CDS chr1 228215563 228215829 ENST00000668066 protein_coding 1 NA 3 OBSCN ENSG00000154358 +transcript chr1 228215689 228218222 ENST00000493977 protein_coding 2 3 NA OBSCN ENSG00000154358 +CDS chr1 228215689 228215829 ENST00000493977 protein_coding 2 3 1 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000570156 protein_coding 7 5 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000680850 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000284548 protein_coding 16 2 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000422127 protein_coding 5 5 7 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000366704 protein_coding 2 2 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000662438 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000636476 protein_coding 2 1 6 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000668066 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228216421 228216702 ENST00000493977 protein_coding 2 3 2 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000570156 protein_coding 7 5 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000680850 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000284548 protein_coding 16 2 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000422127 protein_coding 5 5 8 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000366704 protein_coding 2 2 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000662438 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000636476 protein_coding 2 1 7 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000668066 protein_coding 1 NA 5 OBSCN ENSG00000154358 +CDS chr1 228217013 228217288 ENST00000493977 protein_coding 2 3 3 OBSCN ENSG00000154358 +CDS chr1 228217395 228217402 ENST00000493977 protein_coding 2 3 4 OBSCN ENSG00000154358 +CDS chr1 228219324 228219599 ENST00000570156 protein_coding 7 5 9 OBSCN ENSG00000154358 +CDS chr1 228219324 228219599 ENST00000680850 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000570156 protein_coding 7 5 10 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000680850 protein_coding 1 NA 10 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000284548 protein_coding 16 2 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000422127 protein_coding 5 5 9 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000366704 protein_coding 2 2 8 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000662438 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228224459 228224734 ENST00000636476 protein_coding 2 1 8 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000570156 protein_coding 7 5 11 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000680850 protein_coding 1 NA 11 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000284548 protein_coding 16 2 10 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000422127 protein_coding 5 5 10 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000366704 protein_coding 2 2 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000662438 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000636476 protein_coding 2 1 9 OBSCN ENSG00000154358 +CDS chr1 228243183 228243458 ENST00000668066 protein_coding 1 NA 6 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000570156 protein_coding 7 5 12 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000680850 protein_coding 1 NA 12 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000284548 protein_coding 16 2 11 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000422127 protein_coding 5 5 11 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000366704 protein_coding 2 2 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000662438 protein_coding 1 NA 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000636476 protein_coding 2 1 10 OBSCN ENSG00000154358 +CDS chr1 228244296 228244571 ENST00000668066 protein_coding 1 NA 7 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000570156 protein_coding 7 5 13 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000680850 protein_coding 1 NA 13 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000284548 protein_coding 16 2 12 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000422127 protein_coding 5 5 12 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000366704 protein_coding 2 2 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000662438 protein_coding 1 NA 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000636476 protein_coding 2 1 11 OBSCN ENSG00000154358 +CDS chr1 228245413 228245688 ENST00000668066 protein_coding 1 NA 8 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000570156 protein_coding 7 5 14 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000680850 protein_coding 1 NA 14 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000284548 protein_coding 16 2 13 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000422127 protein_coding 5 5 13 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000366704 protein_coding 2 2 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000662438 protein_coding 1 NA 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246803 ENST00000636476 protein_coding 2 1 12 OBSCN ENSG00000154358 +CDS chr1 228246528 228246642 ENST00000668066 protein_coding 1 NA 9 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000570156 protein_coding 7 5 15 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000680850 protein_coding 1 NA 15 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000284548 protein_coding 16 2 14 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000422127 protein_coding 5 5 14 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000366704 protein_coding 2 2 13 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000662438 protein_coding 1 NA 13 OBSCN ENSG00000154358 +CDS chr1 228249965 228250240 ENST00000636476 protein_coding 2 1 13 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000570156 protein_coding 7 5 16 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000680850 protein_coding 1 NA 16 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000284548 protein_coding 16 2 15 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000422127 protein_coding 5 5 15 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000366704 protein_coding 2 2 14 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000662438 protein_coding 1 NA 14 OBSCN ENSG00000154358 +CDS chr1 228256651 228256926 ENST00000636476 protein_coding 2 1 14 OBSCN ENSG00000154358 +CDS chr1 228259501 228259776 ENST00000570156 protein_coding 7 5 17 OBSCN ENSG00000154358 +CDS chr1 228259501 228259776 ENST00000680850 protein_coding 1 NA 17 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000570156 protein_coding 7 5 18 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000680850 protein_coding 1 NA 18 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000284548 protein_coding 16 2 16 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000422127 protein_coding 5 5 16 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000366704 protein_coding 2 2 15 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000662438 protein_coding 1 NA 15 OBSCN ENSG00000154358 +CDS chr1 228264116 228264391 ENST00000636476 protein_coding 2 1 15 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000570156 protein_coding 7 5 19 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000680850 protein_coding 1 NA 19 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000284548 protein_coding 16 2 17 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000422127 protein_coding 5 5 17 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000366704 protein_coding 2 2 16 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000662438 protein_coding 1 NA 16 OBSCN ENSG00000154358 +CDS chr1 228268530 228268805 ENST00000636476 protein_coding 2 1 16 OBSCN ENSG00000154358 +CDS chr1 228271925 228272221 ENST00000570156 protein_coding 7 5 20 OBSCN ENSG00000154358 +CDS chr1 228271925 228272221 ENST00000680850 protein_coding 1 NA 20 OBSCN ENSG00000154358 +CDS chr1 228273272 228273547 ENST00000570156 protein_coding 7 5 21 OBSCN ENSG00000154358 +CDS chr1 228273272 228273547 ENST00000680850 protein_coding 1 NA 21 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000570156 protein_coding 7 5 22 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000680850 protein_coding 1 NA 22 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000284548 protein_coding 16 2 18 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000422127 protein_coding 5 5 18 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000366704 protein_coding 2 2 17 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000662438 protein_coding 1 NA 17 OBSCN ENSG00000154358 +CDS chr1 228273770 228274048 ENST00000636476 protein_coding 2 1 17 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000570156 protein_coding 7 5 23 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000680850 protein_coding 1 NA 23 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000284548 protein_coding 16 2 19 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000422127 protein_coding 5 5 19 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000366704 protein_coding 2 2 18 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000662438 protein_coding 1 NA 18 OBSCN ENSG00000154358 +CDS chr1 228274178 228274444 ENST00000636476 protein_coding 2 1 18 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000570156 protein_coding 7 5 24 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000680850 protein_coding 1 NA 24 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000284548 protein_coding 16 2 20 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000422127 protein_coding 5 5 20 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000366704 protein_coding 2 2 19 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000662438 protein_coding 1 NA 19 OBSCN ENSG00000154358 +CDS chr1 228274572 228274841 ENST00000636476 protein_coding 2 1 19 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000570156 protein_coding 7 5 25 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000680850 protein_coding 1 NA 25 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000284548 protein_coding 16 2 21 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000422127 protein_coding 5 5 21 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000366704 protein_coding 2 2 20 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000662438 protein_coding 1 NA 20 OBSCN ENSG00000154358 +CDS chr1 228275760 228276026 ENST00000636476 protein_coding 2 1 20 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000570156 protein_coding 7 5 26 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000680850 protein_coding 1 NA 26 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000284548 protein_coding 16 2 22 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000422127 protein_coding 5 5 22 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000366704 protein_coding 2 2 21 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000662438 protein_coding 1 NA 21 OBSCN ENSG00000154358 +CDS chr1 228276450 228276716 ENST00000636476 protein_coding 2 1 21 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000570156 protein_coding 7 5 27 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000680850 protein_coding 1 NA 27 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000284548 protein_coding 16 2 23 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000422127 protein_coding 5 5 23 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000366704 protein_coding 2 2 22 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000662438 protein_coding 1 NA 22 OBSCN ENSG00000154358 +CDS chr1 228276930 228277042 ENST00000636476 protein_coding 2 1 22 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000570156 protein_coding 7 5 28 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000680850 protein_coding 1 NA 28 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000284548 protein_coding 16 2 24 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000422127 protein_coding 5 5 24 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000366704 protein_coding 2 2 23 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000662438 protein_coding 1 NA 23 OBSCN ENSG00000154358 +CDS chr1 228277160 228277313 ENST00000636476 protein_coding 2 1 23 OBSCN ENSG00000154358 +transcript chr1 228277178 228284195 ENST00000366706 protein_coding 7 5 NA OBSCN ENSG00000154358 +CDS chr1 228277178 228277313 ENST00000366706 protein_coding 7 5 1 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000570156 protein_coding 7 5 29 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000680850 protein_coding 1 NA 29 OBSCN ENSG00000154358 +CDS chr1 228277505 228277666 ENST00000366706 protein_coding 7 5 2 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000570156 protein_coding 7 5 30 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000680850 protein_coding 1 NA 30 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000284548 protein_coding 16 2 25 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000422127 protein_coding 5 5 25 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000366704 protein_coding 2 2 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000662438 protein_coding 1 NA 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000636476 protein_coding 2 1 24 OBSCN ENSG00000154358 +CDS chr1 228277754 228277858 ENST00000366706 protein_coding 7 5 3 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000570156 protein_coding 7 5 31 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000680850 protein_coding 1 NA 31 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000284548 protein_coding 16 2 26 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000422127 protein_coding 5 5 26 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000366704 protein_coding 2 2 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000662438 protein_coding 1 NA 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000636476 protein_coding 2 1 25 OBSCN ENSG00000154358 +CDS chr1 228278689 228278955 ENST00000366706 protein_coding 7 5 4 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000570156 protein_coding 7 5 32 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000680850 protein_coding 1 NA 32 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000284548 protein_coding 16 2 27 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000422127 protein_coding 5 5 27 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000366704 protein_coding 2 2 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000662438 protein_coding 1 NA 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000636476 protein_coding 2 1 26 OBSCN ENSG00000154358 +CDS chr1 228279175 228279444 ENST00000366706 protein_coding 7 5 5 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000570156 protein_coding 7 5 33 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000680850 protein_coding 1 NA 33 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000284548 protein_coding 16 2 28 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000422127 protein_coding 5 5 28 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000366704 protein_coding 2 2 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000662438 protein_coding 1 NA 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000636476 protein_coding 2 1 27 OBSCN ENSG00000154358 +CDS chr1 228279821 228280087 ENST00000366706 protein_coding 7 5 6 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000570156 protein_coding 7 5 34 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000680850 protein_coding 1 NA 34 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000284548 protein_coding 16 2 29 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000422127 protein_coding 5 5 29 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000366704 protein_coding 2 2 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000662438 protein_coding 1 NA 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000636476 protein_coding 2 1 28 OBSCN ENSG00000154358 +CDS chr1 228280179 228280445 ENST00000366706 protein_coding 7 5 7 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000570156 protein_coding 7 5 35 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000680850 protein_coding 1 NA 35 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000284548 protein_coding 16 2 30 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000422127 protein_coding 5 5 30 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000366704 protein_coding 2 2 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000662438 protein_coding 1 NA 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000636476 protein_coding 2 1 29 OBSCN ENSG00000154358 +CDS chr1 228280530 228280796 ENST00000366706 protein_coding 7 5 8 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000570156 protein_coding 7 5 36 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000680850 protein_coding 1 NA 36 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000284548 protein_coding 16 2 31 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000422127 protein_coding 5 5 31 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000366704 protein_coding 2 2 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000662438 protein_coding 1 NA 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000636476 protein_coding 2 1 30 OBSCN ENSG00000154358 +CDS chr1 228281933 228282205 ENST00000366706 protein_coding 7 5 9 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000570156 protein_coding 7 5 37 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000680850 protein_coding 1 NA 37 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000284548 protein_coding 16 2 32 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000422127 protein_coding 5 5 32 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000366704 protein_coding 2 2 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000662438 protein_coding 1 NA 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000636476 protein_coding 2 1 31 OBSCN ENSG00000154358 +CDS chr1 228283018 228283284 ENST00000366706 protein_coding 7 5 10 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000570156 protein_coding 7 5 38 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000680850 protein_coding 1 NA 38 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000284548 protein_coding 16 2 33 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000422127 protein_coding 5 5 33 OBSCN ENSG00000154358 +CDS chr1 228283503 228283795 ENST00000366704 protein_coding 2 2 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000662438 protein_coding 1 NA 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283769 ENST00000636476 protein_coding 2 1 32 OBSCN ENSG00000154358 +CDS chr1 228283503 228283795 ENST00000366706 protein_coding 7 5 11 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000570156 protein_coding 7 5 39 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000680850 protein_coding 1 NA 39 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000284548 protein_coding 16 2 34 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000422127 protein_coding 5 5 34 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000662438 protein_coding 1 NA 33 OBSCN ENSG00000154358 +CDS chr1 228286078 228286350 ENST00000636476 protein_coding 2 1 33 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000570156 protein_coding 7 5 40 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000680850 protein_coding 1 NA 40 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000284548 protein_coding 16 2 35 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000422127 protein_coding 5 5 35 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000662438 protein_coding 1 NA 34 OBSCN ENSG00000154358 +CDS chr1 228286773 228287039 ENST00000636476 protein_coding 2 1 34 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000570156 protein_coding 7 5 41 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000680850 protein_coding 1 NA 41 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000284548 protein_coding 16 2 36 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000422127 protein_coding 5 5 36 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000662438 protein_coding 1 NA 35 OBSCN ENSG00000154358 +CDS chr1 228287694 228287960 ENST00000636476 protein_coding 2 1 35 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000570156 protein_coding 7 5 42 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000680850 protein_coding 1 NA 42 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000284548 protein_coding 16 2 37 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000422127 protein_coding 5 5 37 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000662438 protein_coding 1 NA 36 OBSCN ENSG00000154358 +CDS chr1 228288061 228288324 ENST00000636476 protein_coding 2 1 36 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000570156 protein_coding 7 5 43 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000680850 protein_coding 1 NA 43 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000284548 protein_coding 16 2 38 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000422127 protein_coding 5 5 38 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000662438 protein_coding 1 NA 37 OBSCN ENSG00000154358 +CDS chr1 228288625 228288888 ENST00000636476 protein_coding 2 1 37 OBSCN ENSG00000154358 +transcript chr1 228288836 228303644 ENST00000483539 protein_coding 3 5 NA OBSCN ENSG00000154358 +CDS chr1 228288836 228288888 ENST00000483539 protein_coding 3 5 1 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000570156 protein_coding 7 5 44 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000680850 protein_coding 1 NA 44 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000284548 protein_coding 16 2 39 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000422127 protein_coding 5 5 39 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000662438 protein_coding 1 NA 38 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000636476 protein_coding 2 1 38 OBSCN ENSG00000154358 +CDS chr1 228291898 228292161 ENST00000483539 protein_coding 3 5 2 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000570156 protein_coding 7 5 45 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000680850 protein_coding 1 NA 45 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000284548 protein_coding 16 2 40 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000422127 protein_coding 5 5 40 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000662438 protein_coding 1 NA 39 OBSCN ENSG00000154358 +CDS chr1 228292523 228292786 ENST00000636476 protein_coding 2 1 39 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000570156 protein_coding 7 5 46 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000680850 protein_coding 1 NA 46 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000284548 protein_coding 16 2 41 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000422127 protein_coding 5 5 41 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000662438 protein_coding 1 NA 40 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000636476 protein_coding 2 1 40 OBSCN ENSG00000154358 +CDS chr1 228293353 228293616 ENST00000483539 protein_coding 3 5 3 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000570156 protein_coding 7 5 47 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000680850 protein_coding 1 NA 47 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000284548 protein_coding 16 2 42 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000422127 protein_coding 5 5 42 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000662438 protein_coding 1 NA 41 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000636476 protein_coding 2 1 41 OBSCN ENSG00000154358 +CDS chr1 228294152 228294415 ENST00000483539 protein_coding 3 5 4 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000570156 protein_coding 7 5 48 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000680850 protein_coding 1 NA 48 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000284548 protein_coding 16 2 43 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000422127 protein_coding 5 5 43 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000662438 protein_coding 1 NA 42 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000636476 protein_coding 2 1 42 OBSCN ENSG00000154358 +CDS chr1 228294780 228295043 ENST00000483539 protein_coding 3 5 5 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000570156 protein_coding 7 5 49 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000680850 protein_coding 1 NA 49 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000662438 protein_coding 1 NA 43 OBSCN ENSG00000154358 +CDS chr1 228298454 228298717 ENST00000483539 protein_coding 3 5 6 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000570156 protein_coding 7 5 50 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000680850 protein_coding 1 NA 50 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000662438 protein_coding 1 NA 44 OBSCN ENSG00000154358 +CDS chr1 228299259 228299522 ENST00000483539 protein_coding 3 5 7 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000570156 protein_coding 7 5 51 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000680850 protein_coding 1 NA 51 OBSCN ENSG00000154358 +CDS chr1 228299882 228300145 ENST00000662438 protein_coding 1 NA 45 OBSCN ENSG00000154358 +CDS chr1 228299882 228300159 ENST00000483539 protein_coding 3 5 8 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000570156 protein_coding 7 5 52 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000680850 protein_coding 1 NA 52 OBSCN ENSG00000154358 +CDS chr1 228303675 228303938 ENST00000662438 protein_coding 1 NA 46 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000570156 protein_coding 7 5 53 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000680850 protein_coding 1 NA 53 OBSCN ENSG00000154358 +CDS chr1 228304303 228304566 ENST00000662438 protein_coding 1 NA 47 OBSCN ENSG00000154358 +CDS chr1 228305123 228305386 ENST00000570156 protein_coding 7 5 54 OBSCN ENSG00000154358 +CDS chr1 228305123 228305386 ENST00000680850 protein_coding 1 NA 54 OBSCN ENSG00000154358 +CDS chr1 228305162 228305386 ENST00000662438 protein_coding 1 NA 48 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000570156 protein_coding 7 5 55 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000680850 protein_coding 1 NA 55 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000284548 protein_coding 16 2 44 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000422127 protein_coding 5 5 44 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000662438 protein_coding 1 NA 49 OBSCN ENSG00000154358 +CDS chr1 228306372 228306638 ENST00000636476 protein_coding 2 1 43 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000570156 protein_coding 7 5 56 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000680850 protein_coding 1 NA 56 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000284548 protein_coding 16 2 45 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000422127 protein_coding 5 5 45 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000662438 protein_coding 1 NA 50 OBSCN ENSG00000154358 +CDS chr1 228306901 228307167 ENST00000636476 protein_coding 2 1 44 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000570156 protein_coding 7 5 57 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000680850 protein_coding 1 NA 57 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000284548 protein_coding 16 2 46 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000422127 protein_coding 5 5 46 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000662438 protein_coding 1 NA 51 OBSCN ENSG00000154358 +CDS chr1 228307259 228307531 ENST00000636476 protein_coding 2 1 45 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000570156 protein_coding 7 5 58 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000680850 protein_coding 1 NA 58 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000284548 protein_coding 16 2 47 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000422127 protein_coding 5 5 47 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000662438 protein_coding 1 NA 52 OBSCN ENSG00000154358 +CDS chr1 228308111 228308383 ENST00000636476 protein_coding 2 1 46 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000570156 protein_coding 7 5 59 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000680850 protein_coding 1 NA 59 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000284548 protein_coding 16 2 48 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000422127 protein_coding 5 5 48 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000662438 protein_coding 1 NA 53 OBSCN ENSG00000154358 +CDS chr1 228309099 228309295 ENST00000636476 protein_coding 2 1 47 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000570156 protein_coding 7 5 60 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000680850 protein_coding 1 NA 60 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000284548 protein_coding 16 2 49 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000422127 protein_coding 5 5 49 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000662438 protein_coding 1 NA 54 OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000636476 protein_coding 2 1 48 OBSCN ENSG00000154358 +transcript chr1 228309484 228316119 ENST00000660857 protein_coding 1 NA NA OBSCN ENSG00000154358 +CDS chr1 228309484 228309559 ENST00000660857 protein_coding 1 NA 1 OBSCN ENSG00000154358 +CDS chr1 228313614 228313886 ENST00000660857 protein_coding 1 NA 2 OBSCN ENSG00000154358 +CDS chr1 228314814 228315080 ENST00000660857 protein_coding 1 NA 3 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000570156 protein_coding 7 5 61 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000680850 protein_coding 1 NA 61 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000284548 protein_coding 16 2 50 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000422127 protein_coding 5 5 50 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000662438 protein_coding 1 NA 55 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000636476 protein_coding 2 1 49 OBSCN ENSG00000154358 +CDS chr1 228315847 228316119 ENST00000660857 protein_coding 1 NA 4 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000570156 protein_coding 7 5 62 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000680850 protein_coding 1 NA 62 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000284548 protein_coding 16 2 51 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000422127 protein_coding 5 5 51 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000662438 protein_coding 1 NA 56 OBSCN ENSG00000154358 +CDS chr1 228316709 228316984 ENST00000636476 protein_coding 2 1 50 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000570156 protein_coding 7 5 63 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000680850 protein_coding 1 NA 63 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000284548 protein_coding 16 2 52 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000422127 protein_coding 5 5 52 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000662438 protein_coding 1 NA 57 OBSCN ENSG00000154358 +CDS chr1 228317464 228317751 ENST00000636476 protein_coding 2 1 51 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000570156 protein_coding 7 5 64 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000680850 protein_coding 1 NA 64 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000284548 protein_coding 16 2 53 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000422127 protein_coding 5 5 53 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000662438 protein_coding 1 NA 58 OBSCN ENSG00000154358 +CDS chr1 228317892 228318173 ENST00000636476 protein_coding 2 1 52 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000570156 protein_coding 7 5 65 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000680850 protein_coding 1 NA 65 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000284548 protein_coding 16 2 54 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000422127 protein_coding 5 5 54 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000662438 protein_coding 1 NA 59 OBSCN ENSG00000154358 +CDS chr1 228318884 228319254 ENST00000636476 protein_coding 2 1 53 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000570156 protein_coding 7 5 66 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000680850 protein_coding 1 NA 66 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000284548 protein_coding 16 2 55 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000422127 protein_coding 5 5 55 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000662438 protein_coding 1 NA 60 OBSCN ENSG00000154358 +CDS chr1 228321344 228322214 ENST00000636476 protein_coding 2 1 54 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000570156 protein_coding 7 5 67 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000680850 protein_coding 1 NA 67 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000284548 protein_coding 16 2 56 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000422127 protein_coding 5 5 56 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000662438 protein_coding 1 NA 61 OBSCN ENSG00000154358 +CDS chr1 228323328 228323606 ENST00000636476 protein_coding 2 1 55 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000570156 protein_coding 7 5 68 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000680850 protein_coding 1 NA 68 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000284548 protein_coding 16 2 57 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000422127 protein_coding 5 5 57 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000662438 protein_coding 1 NA 62 OBSCN ENSG00000154358 +CDS chr1 228332860 228332938 ENST00000636476 protein_coding 2 1 56 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000570156 protein_coding 7 5 69 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000680850 protein_coding 1 NA 69 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000284548 protein_coding 16 2 58 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000422127 protein_coding 5 5 58 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000662438 protein_coding 1 NA 63 OBSCN ENSG00000154358 +CDS chr1 228333199 228333323 ENST00000636476 protein_coding 2 1 57 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000570156 protein_coding 7 5 70 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000680850 protein_coding 1 NA 70 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000284548 protein_coding 16 2 59 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000422127 protein_coding 5 5 59 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000662438 protein_coding 1 NA 64 OBSCN ENSG00000154358 +CDS chr1 228333583 228333780 ENST00000636476 protein_coding 2 1 58 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000570156 protein_coding 7 5 71 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000680850 protein_coding 1 NA 71 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000284548 protein_coding 16 2 60 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000422127 protein_coding 5 5 60 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000662438 protein_coding 1 NA 65 OBSCN ENSG00000154358 +CDS chr1 228334512 228334544 ENST00000636476 protein_coding 2 1 59 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000570156 protein_coding 7 5 72 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000680850 protein_coding 1 NA 72 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000284548 protein_coding 16 2 61 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000422127 protein_coding 5 5 61 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000662438 protein_coding 1 NA 66 OBSCN ENSG00000154358 +CDS chr1 228334815 228334913 ENST00000636476 protein_coding 2 1 60 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000570156 protein_coding 7 5 73 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000680850 protein_coding 1 NA 73 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000284548 protein_coding 16 2 62 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000422127 protein_coding 5 5 62 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000662438 protein_coding 1 NA 67 OBSCN ENSG00000154358 +CDS chr1 228335080 228335298 ENST00000636476 protein_coding 2 1 61 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000570156 protein_coding 7 5 74 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000680850 protein_coding 1 NA 74 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000284548 protein_coding 16 2 63 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000422127 protein_coding 5 5 63 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000662438 protein_coding 1 NA 68 OBSCN ENSG00000154358 +CDS chr1 228335791 228335851 ENST00000636476 protein_coding 2 1 62 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000570156 protein_coding 7 5 75 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000680850 protein_coding 1 NA 75 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000284548 protein_coding 16 2 64 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000422127 protein_coding 5 5 64 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000662438 protein_coding 1 NA 69 OBSCN ENSG00000154358 +CDS chr1 228336200 228336270 ENST00000636476 protein_coding 2 1 63 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000570156 protein_coding 7 5 76 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000680850 protein_coding 1 NA 76 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000284548 protein_coding 16 2 65 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000422127 protein_coding 5 5 65 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000662438 protein_coding 1 NA 70 OBSCN ENSG00000154358 +CDS chr1 228337004 228337126 ENST00000636476 protein_coding 2 1 64 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000570156 protein_coding 7 5 77 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000680850 protein_coding 1 NA 77 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000284548 protein_coding 16 2 66 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000422127 protein_coding 5 5 66 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000662438 protein_coding 1 NA 71 OBSCN ENSG00000154358 +CDS chr1 228337244 228337383 ENST00000636476 protein_coding 2 1 65 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000570156 protein_coding 7 5 78 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000680850 protein_coding 1 NA 78 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000284548 protein_coding 16 2 67 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000422127 protein_coding 5 5 67 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000662438 protein_coding 1 NA 72 OBSCN ENSG00000154358 +CDS chr1 228337944 228338144 ENST00000636476 protein_coding 2 1 66 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000570156 protein_coding 7 5 79 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000680850 protein_coding 1 NA 79 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000284548 protein_coding 16 2 68 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000422127 protein_coding 5 5 68 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000662438 protein_coding 1 NA 73 OBSCN ENSG00000154358 +CDS chr1 228338290 228338372 ENST00000636476 protein_coding 2 1 67 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000570156 protein_coding 7 5 80 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000680850 protein_coding 1 NA 80 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000284548 protein_coding 16 2 69 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000422127 protein_coding 5 5 69 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000662438 protein_coding 1 NA 74 OBSCN ENSG00000154358 +CDS chr1 228338853 228339026 ENST00000636476 protein_coding 2 1 68 OBSCN ENSG00000154358 +CDS chr1 228339942 228340101 ENST00000636476 protein_coding 2 1 69 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000570156 protein_coding 7 5 81 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000680850 protein_coding 1 NA 81 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000284548 protein_coding 16 2 70 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000422127 protein_coding 5 5 70 OBSCN ENSG00000154358 +CDS chr1 228339945 228340101 ENST00000662438 protein_coding 1 NA 75 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000570156 protein_coding 7 5 82 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000680850 protein_coding 1 NA 82 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000284548 protein_coding 16 2 71 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000422127 protein_coding 5 5 71 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000662438 protein_coding 1 NA 76 OBSCN ENSG00000154358 +CDS chr1 228340506 228340622 ENST00000636476 protein_coding 2 1 70 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000570156 protein_coding 7 5 83 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000680850 protein_coding 1 NA 83 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000284548 protein_coding 16 2 72 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000422127 protein_coding 5 5 72 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000662438 protein_coding 1 NA 77 OBSCN ENSG00000154358 +CDS chr1 228340724 228340888 ENST00000636476 protein_coding 2 1 71 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000570156 protein_coding 7 5 84 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000680850 protein_coding 1 NA 84 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000284548 protein_coding 16 2 73 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000422127 protein_coding 5 5 73 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000662438 protein_coding 1 NA 78 OBSCN ENSG00000154358 +CDS chr1 228341095 228341253 ENST00000636476 protein_coding 2 1 72 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000570156 protein_coding 7 5 85 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000680850 protein_coding 1 NA 85 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000284548 protein_coding 16 2 74 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000422127 protein_coding 5 5 74 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000662438 protein_coding 1 NA 79 OBSCN ENSG00000154358 +CDS chr1 228341437 228341614 ENST00000636476 protein_coding 2 1 73 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000570156 protein_coding 7 5 86 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000680850 protein_coding 1 NA 86 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000284548 protein_coding 16 2 75 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000422127 protein_coding 5 5 75 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000662438 protein_coding 1 NA 80 OBSCN ENSG00000154358 +CDS chr1 228342119 228342232 ENST00000636476 protein_coding 2 1 74 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000570156 protein_coding 7 5 87 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000680850 protein_coding 1 NA 87 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000284548 protein_coding 16 2 76 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000422127 protein_coding 5 5 76 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000662438 protein_coding 1 NA 81 OBSCN ENSG00000154358 +CDS chr1 228349890 228350057 ENST00000636476 protein_coding 2 1 75 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000570156 protein_coding 7 5 88 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000680850 protein_coding 1 NA 88 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000284548 protein_coding 16 2 77 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000422127 protein_coding 5 5 77 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000662438 protein_coding 1 NA 82 OBSCN ENSG00000154358 +CDS chr1 228350841 228350943 ENST00000636476 protein_coding 2 1 76 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000570156 protein_coding 7 5 89 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000680850 protein_coding 1 NA 89 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000284548 protein_coding 16 2 78 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000422127 protein_coding 5 5 78 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000662438 protein_coding 1 NA 83 OBSCN ENSG00000154358 +CDS chr1 228351321 228351450 ENST00000636476 protein_coding 2 1 77 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000570156 protein_coding 7 5 90 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000680850 protein_coding 1 NA 90 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000284548 protein_coding 16 2 79 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000422127 protein_coding 5 5 79 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000662438 protein_coding 1 NA 84 OBSCN ENSG00000154358 +CDS chr1 228352951 228353062 ENST00000636476 protein_coding 2 1 78 OBSCN ENSG00000154358 +CDS chr1 228356151 228356193 ENST00000284548 protein_coding 16 2 80 OBSCN ENSG00000154358 +CDS chr1 228359597 228360752 ENST00000284548 protein_coding 16 2 81 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000570156 protein_coding 7 5 91 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000680850 protein_coding 1 NA 91 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000422127 protein_coding 5 5 80 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000662438 protein_coding 1 NA 85 OBSCN ENSG00000154358 +CDS chr1 228362576 228362755 ENST00000636476 protein_coding 2 1 79 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000570156 protein_coding 7 5 92 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000680850 protein_coding 1 NA 92 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000422127 protein_coding 5 5 81 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000662438 protein_coding 1 NA 86 OBSCN ENSG00000154358 +CDS chr1 228364981 228365077 ENST00000636476 protein_coding 2 1 80 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000570156 protein_coding 7 5 93 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000680850 protein_coding 1 NA 93 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000422127 protein_coding 5 5 82 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000662438 protein_coding 1 NA 87 OBSCN ENSG00000154358 +CDS chr1 228365436 228365560 ENST00000636476 protein_coding 2 1 81 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000570156 protein_coding 7 5 94 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000680850 protein_coding 1 NA 94 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000422127 protein_coding 5 5 83 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000662438 protein_coding 1 NA 88 OBSCN ENSG00000154358 +CDS chr1 228366074 228366186 ENST00000636476 protein_coding 2 1 82 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000570156 protein_coding 7 5 95 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000680850 protein_coding 1 NA 95 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000422127 protein_coding 5 5 84 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000662438 protein_coding 1 NA 89 OBSCN ENSG00000154358 +CDS chr1 228366400 228366568 ENST00000636476 protein_coding 2 1 83 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000570156 protein_coding 7 5 96 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000680850 protein_coding 1 NA 96 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000422127 protein_coding 5 5 85 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000662438 protein_coding 1 NA 90 OBSCN ENSG00000154358 +CDS chr1 228366808 228366889 ENST00000636476 protein_coding 2 1 84 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000570156 protein_coding 7 5 97 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000680850 protein_coding 1 NA 97 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000422127 protein_coding 5 5 86 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000662438 protein_coding 1 NA 91 OBSCN ENSG00000154358 +CDS chr1 228366975 228367175 ENST00000636476 protein_coding 2 1 85 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000570156 protein_coding 7 5 98 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000680850 protein_coding 1 NA 98 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000422127 protein_coding 5 5 87 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000662438 protein_coding 1 NA 92 OBSCN ENSG00000154358 +CDS chr1 228367886 228367946 ENST00000636476 protein_coding 2 1 86 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000570156 protein_coding 7 5 99 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000680850 protein_coding 1 NA 99 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000422127 protein_coding 5 5 88 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000662438 protein_coding 1 NA 93 OBSCN ENSG00000154358 +CDS chr1 228368339 228368416 ENST00000636476 protein_coding 2 1 87 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000570156 protein_coding 7 5 100 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000680850 protein_coding 1 NA 100 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000422127 protein_coding 5 5 89 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000662438 protein_coding 1 NA 94 OBSCN ENSG00000154358 +CDS chr1 228368722 228368894 ENST00000636476 protein_coding 2 1 88 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000570156 protein_coding 7 5 101 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000680850 protein_coding 1 NA 101 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000422127 protein_coding 5 5 90 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000662438 protein_coding 1 NA 95 OBSCN ENSG00000154358 +CDS chr1 228369136 228369162 ENST00000636476 protein_coding 2 1 89 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000570156 protein_coding 7 5 102 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000680850 protein_coding 1 NA 102 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000422127 protein_coding 5 5 91 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000662438 protein_coding 1 NA 96 OBSCN ENSG00000154358 +CDS chr1 228369942 228370094 ENST00000636476 protein_coding 2 1 90 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000570156 protein_coding 7 5 103 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000680850 protein_coding 1 NA 103 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000422127 protein_coding 5 5 92 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000662438 protein_coding 1 NA 97 OBSCN ENSG00000154358 +CDS chr1 228370193 228370238 ENST00000636476 protein_coding 2 1 91 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000570156 protein_coding 7 5 104 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000680850 protein_coding 1 NA 104 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000422127 protein_coding 5 5 93 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000662438 protein_coding 1 NA 98 OBSCN ENSG00000154358 +CDS chr1 228370679 228370756 ENST00000636476 protein_coding 2 1 92 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000570156 protein_coding 7 5 105 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000680850 protein_coding 1 NA 105 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000422127 protein_coding 5 5 94 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000662438 protein_coding 1 NA 99 OBSCN ENSG00000154358 +CDS chr1 228371023 228373081 ENST00000636476 protein_coding 2 1 93 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000570156 protein_coding 7 5 106 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000680850 protein_coding 1 NA 106 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000422127 protein_coding 5 5 95 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000662438 protein_coding 1 NA 100 OBSCN ENSG00000154358 +CDS chr1 228373932 228374012 ENST00000636476 protein_coding 2 1 94 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000570156 protein_coding 7 5 107 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000680850 protein_coding 1 NA 107 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000422127 protein_coding 5 5 96 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000662438 protein_coding 1 NA 101 OBSCN ENSG00000154358 +CDS chr1 228374314 228374424 ENST00000636476 protein_coding 2 1 95 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000570156 protein_coding 7 5 108 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000680850 protein_coding 1 NA 108 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000422127 protein_coding 5 5 97 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000662438 protein_coding 1 NA 102 OBSCN ENSG00000154358 +CDS chr1 228374585 228374752 ENST00000636476 protein_coding 2 1 96 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000570156 protein_coding 7 5 109 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000680850 protein_coding 1 NA 109 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000422127 protein_coding 5 5 98 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000662438 protein_coding 1 NA 103 OBSCN ENSG00000154358 +CDS chr1 228375702 228375824 ENST00000636476 protein_coding 2 1 97 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000570156 protein_coding 7 5 110 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000680850 protein_coding 1 NA 110 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000422127 protein_coding 5 5 99 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000662438 protein_coding 1 NA 104 OBSCN ENSG00000154358 +CDS chr1 228376008 228376178 ENST00000636476 protein_coding 2 1 98 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000570156 protein_coding 7 5 111 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000680850 protein_coding 1 NA 111 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000422127 protein_coding 5 5 100 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000662438 protein_coding 1 NA 105 OBSCN ENSG00000154358 +CDS chr1 228376793 228376874 ENST00000636476 protein_coding 2 1 99 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000570156 protein_coding 7 5 112 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000680850 protein_coding 1 NA 112 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000422127 protein_coding 5 5 101 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000662438 protein_coding 1 NA 106 OBSCN ENSG00000154358 +CDS chr1 228377052 228377291 ENST00000636476 protein_coding 2 1 100 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000570156 protein_coding 7 5 113 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000680850 protein_coding 1 NA 113 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000422127 protein_coding 5 5 102 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000662438 protein_coding 1 NA 107 OBSCN ENSG00000154358 +CDS chr1 228377489 228377712 ENST00000636476 protein_coding 2 1 101 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000680850 protein_coding 1 NA 114 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000422127 protein_coding 5 5 103 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000662438 protein_coding 1 NA 108 OBSCN ENSG00000154358 +CDS chr1 228377931 228378006 ENST00000636476 protein_coding 2 1 102 OBSCN ENSG00000154358 +CDS chr1 228377937 228378006 ENST00000570156 protein_coding 7 5 114 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000570156 protein_coding 7 5 115 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000680850 protein_coding 1 NA 115 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000422127 protein_coding 5 5 104 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000662438 protein_coding 1 NA 109 OBSCN ENSG00000154358 +CDS chr1 228378271 228378420 ENST00000636476 protein_coding 2 1 103 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000570156 protein_coding 7 5 116 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000680850 protein_coding 1 NA 116 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000422127 protein_coding 5 5 105 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000662438 protein_coding 1 NA 110 OBSCN ENSG00000154358 +CDS chr1 228378618 228378792 ENST00000636476 protein_coding 2 1 104 OBSCN ENSG00000154358 +transcript chr1 228393673 228405904 ENST00000493030 protein_coding 6 1 NA TRIM11 ENSG00000154370 +transcript chr1 228393676 228406835 ENST00000284551 protein_coding 11 1 NA TRIM11 ENSG00000154370 +CDS chr1 228394708 228395252 ENST00000493030 protein_coding 6 1 5 TRIM11 ENSG00000154370 +CDS chr1 228394708 228395252 ENST00000284551 protein_coding 11 1 6 TRIM11 ENSG00000154370 +transcript chr1 228394825 228406187 ENST00000602582 protein_coding 5 3 NA TRIM11 ENSG00000154370 +CDS chr1 228394825 228395252 ENST00000602582 protein_coding 5 3 5 TRIM11 ENSG00000154370 +transcript chr1 228395534 228406800 ENST00000366699 protein_coding 3 2 NA TRIM11 ENSG00000154370 +transcript chr1 228396613 228406186 ENST00000602308 protein_coding 1 3 NA TRIM11 ENSG00000154370 +CDS chr1 228396651 228397047 ENST00000366699 protein_coding 3 2 5 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000493030 protein_coding 6 1 4 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000284551 protein_coding 11 1 5 TRIM11 ENSG00000154370 +CDS chr1 228396947 228397047 ENST00000602582 protein_coding 5 3 4 TRIM11 ENSG00000154370 +CDS chr1 228397037 228397165 ENST00000602308 protein_coding 1 3 2 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000493030 protein_coding 6 1 3 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000284551 protein_coding 11 1 4 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000602582 protein_coding 5 3 3 TRIM11 ENSG00000154370 +CDS chr1 228397143 228397165 ENST00000366699 protein_coding 3 2 4 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000493030 protein_coding 6 1 2 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000284551 protein_coding 11 1 3 TRIM11 ENSG00000154370 +CDS chr1 228400964 228401194 ENST00000366699 protein_coding 3 2 3 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402194 ENST00000493030 protein_coding 6 1 1 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000284551 protein_coding 11 1 2 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000602582 protein_coding 5 3 2 TRIM11 ENSG00000154370 +CDS chr1 228402066 228402161 ENST00000366699 protein_coding 3 2 2 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406561 ENST00000284551 protein_coding 11 1 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406187 ENST00000602582 protein_coding 5 3 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406561 ENST00000366699 protein_coding 3 2 1 TRIM11 ENSG00000154370 +CDS chr1 228406154 228406186 ENST00000602308 protein_coding 1 3 1 TRIM11 ENSG00000154370 +transcript chr1 228407935 228416861 ENST00000366698 protein_coding 7 1 NA TRIM17 ENSG00000162931 +transcript chr1 228407940 228416029 ENST00000366697 protein_coding 6 2 NA TRIM17 ENSG00000162931 +transcript chr1 228408036 228416664 ENST00000295033 protein_coding 7 1 NA TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000366698 protein_coding 7 1 7 TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000366697 protein_coding 6 2 6 TRIM17 ENSG00000162931 +CDS chr1 228408204 228408751 ENST00000295033 protein_coding 7 1 7 TRIM17 ENSG00000162931 +transcript chr1 228408700 228416757 ENST00000456946 protein_coding 6 1 NA TRIM17 ENSG00000162931 +CDS chr1 228409026 228409275 ENST00000456946 protein_coding 6 1 6 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000366698 protein_coding 7 1 6 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000366697 protein_coding 6 2 5 TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000295033 protein_coding 7 1 6 TRIM17 ENSG00000162931 +transcript chr1 228409172 228416653 ENST00000479800 protein_coding 1 5 NA TRIM17 ENSG00000162931 +CDS chr1 228409172 228409275 ENST00000479800 protein_coding 1 5 6 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000366698 protein_coding 7 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000366697 protein_coding 6 2 4 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000295033 protein_coding 7 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000456946 protein_coding 6 1 5 TRIM17 ENSG00000162931 +CDS chr1 228409389 228409411 ENST00000479800 protein_coding 1 5 5 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000366698 protein_coding 7 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000366697 protein_coding 6 2 3 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000295033 protein_coding 7 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000456946 protein_coding 6 1 4 TRIM17 ENSG00000162931 +CDS chr1 228410946 228411176 ENST00000479800 protein_coding 1 5 4 TRIM17 ENSG00000162931 +transcript chr1 228413796 228416627 ENST00000355586 protein_coding 4 4 NA TRIM17 ENSG00000162931 +CDS chr1 228413796 228413892 ENST00000355586 protein_coding 4 4 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000366698 protein_coding 7 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000366697 protein_coding 6 2 2 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000295033 protein_coding 7 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000456946 protein_coding 6 1 3 TRIM17 ENSG00000162931 +CDS chr1 228413797 228413892 ENST00000479800 protein_coding 1 5 3 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000366698 protein_coding 7 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000366697 protein_coding 6 2 1 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000295033 protein_coding 7 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000456946 protein_coding 6 1 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228414991 ENST00000479800 protein_coding 1 5 2 TRIM17 ENSG00000162931 +CDS chr1 228414644 228415072 ENST00000355586 protein_coding 4 4 2 TRIM17 ENSG00000162931 +transcript chr1 228414900 228416861 ENST00000457345 protein_coding 2 4 NA TRIM17 ENSG00000162931 +CDS chr1 228414900 228414991 ENST00000457345 protein_coding 2 4 2 TRIM17 ENSG00000162931 +transcript chr1 228414921 228416652 ENST00000520264 protein_coding 1 4 NA TRIM17 ENSG00000162931 +CDS chr1 228414921 228415072 ENST00000520264 protein_coding 1 4 2 TRIM17 ENSG00000162931 +transcript chr1 228424845 228425360 ENST00000366696 protein_coding 2 NA NA H3-4 ENSG00000168148 +CDS chr1 228424918 228425325 ENST00000366696 protein_coding 2 NA 1 H3-4 ENSG00000168148 +transcript chr1 228456979 228457873 ENST00000366695 protein_coding 3 NA NA H2AW ENSG00000181218 +transcript chr1 228457364 228457873 ENST00000689584 protein_coding 1 NA NA H2AW ENSG00000181218 +CDS chr1 228457428 228457817 ENST00000366695 protein_coding 3 NA 1 H2AW ENSG00000181218 +CDS chr1 228457428 228457817 ENST00000689584 protein_coding 1 NA 1 H2AW ENSG00000181218 +transcript chr1 228458103 228458558 ENST00000693095 protein_coding 1 NA NA H2BU1 ENSG00000196890 +transcript chr1 228458103 228463104 ENST00000620438 protein_coding 2 NA NA H2BU1 ENSG00000196890 +CDS chr1 228458130 228458507 ENST00000693095 protein_coding 1 NA 1 H2BU1 ENSG00000196890 +CDS chr1 228458130 228458507 ENST00000620438 protein_coding 2 NA 1 H2BU1 ENSG00000196890 +transcript chr1 228487382 228496188 ENST00000305943 protein_coding 9 1 NA RNF187 ENSG00000168159 +CDS chr1 228487489 228487878 ENST00000305943 protein_coding 9 1 1 RNF187 ENSG00000168159 +CDS chr1 228488960 228489052 ENST00000305943 protein_coding 9 1 2 RNF187 ENSG00000168159 +CDS chr1 228493053 228493274 ENST00000305943 protein_coding 9 1 3 RNF187 ENSG00000168159 +transcript chr1 228735479 228746664 ENST00000366691 protein_coding 4 1 NA RHOU ENSG00000116574 +CDS chr1 228735743 228736004 ENST00000366691 protein_coding 4 1 1 RHOU ENSG00000116574 +CDS chr1 228737673 228737731 ENST00000366691 protein_coding 4 1 2 RHOU ENSG00000116574 +CDS chr1 228743285 228743737 ENST00000366691 protein_coding 4 1 3 RHOU ENSG00000116574 +transcript chr1 229271062 229305891 ENST00000618010 protein_coding 4 3 NA RAB4A ENSG00000168118 +transcript chr1 229271111 229305894 ENST00000366690 protein_coding 5 1 NA RAB4A ENSG00000168118 +CDS chr1 229271340 229271370 ENST00000366690 protein_coding 5 1 1 RAB4A ENSG00000168118 +CDS chr1 229286486 229286566 ENST00000366690 protein_coding 5 1 2 RAB4A ENSG00000168118 +CDS chr1 229288729 229288843 ENST00000366690 protein_coding 5 1 3 RAB4A ENSG00000168118 +CDS chr1 229295848 229295910 ENST00000366690 protein_coding 5 1 4 RAB4A ENSG00000168118 +CDS chr1 229295898 229295910 ENST00000618010 protein_coding 4 3 2 RAB4A ENSG00000168118 +CDS chr1 229297482 229297636 ENST00000366690 protein_coding 5 1 5 RAB4A ENSG00000168118 +CDS chr1 229297520 229297636 ENST00000618010 protein_coding 4 3 3 RAB4A ENSG00000168118 +CDS chr1 229298977 229299072 ENST00000366690 protein_coding 5 1 6 RAB4A ENSG00000168118 +CDS chr1 229298977 229299072 ENST00000618010 protein_coding 4 3 4 RAB4A ENSG00000168118 +CDS chr1 229302862 229302974 ENST00000366690 protein_coding 5 1 7 RAB4A ENSG00000168118 +CDS chr1 229302862 229302974 ENST00000618010 protein_coding 4 3 5 RAB4A ENSG00000168118 +transcript chr1 229321011 229342517 ENST00000366687 protein_coding 5 1 NA CCSAP ENSG00000154429 +transcript chr1 229321015 229343047 ENST00000284617 protein_coding 7 1 NA CCSAP ENSG00000154429 +transcript chr1 229321515 229340633 ENST00000366686 protein_coding 1 2 NA CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000366687 protein_coding 5 1 3 CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000284617 protein_coding 7 1 4 CCSAP ENSG00000154429 +CDS chr1 229325238 229325411 ENST00000366686 protein_coding 1 2 3 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000366687 protein_coding 5 1 2 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000284617 protein_coding 7 1 3 CCSAP ENSG00000154429 +CDS chr1 229326738 229327006 ENST00000366686 protein_coding 1 2 2 CCSAP ENSG00000154429 +CDS chr1 229340401 229340425 ENST00000366686 protein_coding 1 2 1 CCSAP ENSG00000154429 +CDS chr1 229342099 229342465 ENST00000366687 protein_coding 5 1 1 CCSAP ENSG00000154429 +CDS chr1 229342099 229342465 ENST00000284617 protein_coding 7 1 2 CCSAP ENSG00000154429 +transcript chr1 229430365 229434100 ENST00000684723 protein_coding 1 NA NA ACTA1 ENSG00000143632 +transcript chr1 229431245 229434094 ENST00000366684 protein_coding 7 1 NA ACTA1 ENSG00000143632 +transcript chr1 229431245 229434104 ENST00000366683 protein_coding 4 5 NA ACTA1 ENSG00000143632 +CDS chr1 229431502 229431642 ENST00000684723 protein_coding 1 NA 6 ACTA1 ENSG00000143632 +CDS chr1 229431502 229431642 ENST00000366684 protein_coding 7 1 7 ACTA1 ENSG00000143632 +CDS chr1 229431502 229431564 ENST00000366683 protein_coding 4 5 7 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000684723 protein_coding 1 NA 5 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000366684 protein_coding 7 1 6 ACTA1 ENSG00000143632 +CDS chr1 229431721 229431902 ENST00000366683 protein_coding 4 5 6 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000684723 protein_coding 1 NA 4 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000366684 protein_coding 7 1 5 ACTA1 ENSG00000143632 +CDS chr1 229431994 229432185 ENST00000366683 protein_coding 4 5 5 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000684723 protein_coding 1 NA 3 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000366684 protein_coding 7 1 4 ACTA1 ENSG00000143632 +CDS chr1 229432270 229432431 ENST00000366683 protein_coding 4 5 4 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432874 ENST00000684723 protein_coding 1 NA 2 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432880 ENST00000366684 protein_coding 7 1 3 ACTA1 ENSG00000143632 +CDS chr1 229432556 229432880 ENST00000366683 protein_coding 4 5 3 ACTA1 ENSG00000143632 +CDS chr1 229432987 229433115 ENST00000366684 protein_coding 7 1 2 ACTA1 ENSG00000143632 +CDS chr1 229432987 229433115 ENST00000366683 protein_coding 4 5 2 ACTA1 ENSG00000143632 +transcript chr1 229440259 229508341 ENST00000261396 protein_coding 6 1 NA NUP133 ENSG00000069248 +CDS chr1 229441907 229442040 ENST00000261396 protein_coding 6 1 26 NUP133 ENSG00000069248 +CDS chr1 229444914 229445002 ENST00000261396 protein_coding 6 1 25 NUP133 ENSG00000069248 +CDS chr1 229449126 229449190 ENST00000261396 protein_coding 6 1 24 NUP133 ENSG00000069248 +CDS chr1 229450525 229450605 ENST00000261396 protein_coding 6 1 23 NUP133 ENSG00000069248 +CDS chr1 229452525 229452643 ENST00000261396 protein_coding 6 1 22 NUP133 ENSG00000069248 +CDS chr1 229458161 229458296 ENST00000261396 protein_coding 6 1 21 NUP133 ENSG00000069248 +CDS chr1 229460611 229460769 ENST00000261396 protein_coding 6 1 20 NUP133 ENSG00000069248 +CDS chr1 229463543 229463676 ENST00000261396 protein_coding 6 1 19 NUP133 ENSG00000069248 +CDS chr1 229464624 229464875 ENST00000261396 protein_coding 6 1 18 NUP133 ENSG00000069248 +CDS chr1 229465420 229465519 ENST00000261396 protein_coding 6 1 17 NUP133 ENSG00000069248 +CDS chr1 229466634 229466756 ENST00000261396 protein_coding 6 1 16 NUP133 ENSG00000069248 +CDS chr1 229470580 229470804 ENST00000261396 protein_coding 6 1 15 NUP133 ENSG00000069248 +CDS chr1 229475638 229475732 ENST00000261396 protein_coding 6 1 14 NUP133 ENSG00000069248 +CDS chr1 229477597 229477760 ENST00000261396 protein_coding 6 1 13 NUP133 ENSG00000069248 +CDS chr1 229484054 229484145 ENST00000261396 protein_coding 6 1 12 NUP133 ENSG00000069248 +CDS chr1 229486371 229486528 ENST00000261396 protein_coding 6 1 11 NUP133 ENSG00000069248 +CDS chr1 229487466 229487613 ENST00000261396 protein_coding 6 1 10 NUP133 ENSG00000069248 +CDS chr1 229489955 229490102 ENST00000261396 protein_coding 6 1 9 NUP133 ENSG00000069248 +CDS chr1 229495495 229495565 ENST00000261396 protein_coding 6 1 8 NUP133 ENSG00000069248 +CDS chr1 229495892 229496047 ENST00000261396 protein_coding 6 1 7 NUP133 ENSG00000069248 +CDS chr1 229498136 229498306 ENST00000261396 protein_coding 6 1 6 NUP133 ENSG00000069248 +CDS chr1 229499684 229499818 ENST00000261396 protein_coding 6 1 5 NUP133 ENSG00000069248 +CDS chr1 229500756 229500863 ENST00000261396 protein_coding 6 1 4 NUP133 ENSG00000069248 +CDS chr1 229501999 229502102 ENST00000261396 protein_coding 6 1 3 NUP133 ENSG00000069248 +CDS chr1 229506040 229506158 ENST00000261396 protein_coding 6 1 2 NUP133 ENSG00000069248 +CDS chr1 229508068 229508249 ENST00000261396 protein_coding 6 1 1 NUP133 ENSG00000069248 +transcript chr1 229516582 229558707 ENST00000344517 protein_coding 5 1 NA ABCB10 ENSG00000135776 +CDS chr1 229518182 229518410 ENST00000344517 protein_coding 5 1 13 ABCB10 ENSG00000135776 +CDS chr1 229518841 229518875 ENST00000344517 protein_coding 5 1 12 ABCB10 ENSG00000135776 +CDS chr1 229521592 229521635 ENST00000344517 protein_coding 5 1 11 ABCB10 ENSG00000135776 +CDS chr1 229525936 229526116 ENST00000344517 protein_coding 5 1 10 ABCB10 ENSG00000135776 +CDS chr1 229527229 229527308 ENST00000344517 protein_coding 5 1 9 ABCB10 ENSG00000135776 +CDS chr1 229530199 229530408 ENST00000344517 protein_coding 5 1 8 ABCB10 ENSG00000135776 +CDS chr1 229531636 229531731 ENST00000344517 protein_coding 5 1 7 ABCB10 ENSG00000135776 +CDS chr1 229539456 229539591 ENST00000344517 protein_coding 5 1 6 ABCB10 ENSG00000135776 +CDS chr1 229540606 229540752 ENST00000344517 protein_coding 5 1 5 ABCB10 ENSG00000135776 +CDS chr1 229542237 229542371 ENST00000344517 protein_coding 5 1 4 ABCB10 ENSG00000135776 +CDS chr1 229547499 229547701 ENST00000344517 protein_coding 5 1 3 ABCB10 ENSG00000135776 +CDS chr1 229549234 229549434 ENST00000344517 protein_coding 5 1 2 ABCB10 ENSG00000135776 +CDS chr1 229558136 229558652 ENST00000344517 protein_coding 5 1 1 ABCB10 ENSG00000135776 +transcript chr1 229593121 229626047 ENST00000258281 protein_coding 6 5 NA TAF5L ENSG00000135801 +CDS chr1 229594300 229595094 ENST00000258281 protein_coding 6 5 5 TAF5L ENSG00000135801 +transcript chr1 229599194 229625970 ENST00000366675 protein_coding 3 1 NA TAF5L ENSG00000135801 +CDS chr1 229602192 229602919 ENST00000366675 protein_coding 3 1 4 TAF5L ENSG00000135801 +CDS chr1 229602195 229602919 ENST00000258281 protein_coding 6 5 4 TAF5L ENSG00000135801 +CDS chr1 229610106 229610210 ENST00000258281 protein_coding 6 5 3 TAF5L ENSG00000135801 +CDS chr1 229610106 229610210 ENST00000366675 protein_coding 3 1 3 TAF5L ENSG00000135801 +transcript chr1 229614157 229626047 ENST00000366674 protein_coding 1 3 NA TAF5L ENSG00000135801 +CDS chr1 229614231 229614482 ENST00000366674 protein_coding 1 3 2 TAF5L ENSG00000135801 +CDS chr1 229614341 229614482 ENST00000258281 protein_coding 6 5 2 TAF5L ENSG00000135801 +CDS chr1 229614341 229614482 ENST00000366675 protein_coding 3 1 2 TAF5L ENSG00000135801 +transcript chr1 229626247 229660200 ENST00000258243 protein_coding 7 1 NA URB2 ENSG00000135763 +CDS chr1 229627634 229627759 ENST00000258243 protein_coding 7 1 2 URB2 ENSG00000135763 +CDS chr1 229632269 229632445 ENST00000258243 protein_coding 7 1 3 URB2 ENSG00000135763 +CDS chr1 229634917 229638247 ENST00000258243 protein_coding 7 1 4 URB2 ENSG00000135763 +CDS chr1 229643533 229643693 ENST00000258243 protein_coding 7 1 5 URB2 ENSG00000135763 +CDS chr1 229645859 229645969 ENST00000258243 protein_coding 7 1 6 URB2 ENSG00000135763 +CDS chr1 229647510 229647752 ENST00000258243 protein_coding 7 1 7 URB2 ENSG00000135763 +transcript chr1 229650847 229659126 ENST00000434387 protein_coding 1 2 NA URB2 ENSG00000135763 +CDS chr1 229651235 229651322 ENST00000258243 protein_coding 7 1 8 URB2 ENSG00000135763 +CDS chr1 229651238 229651322 ENST00000434387 protein_coding 1 2 1 URB2 ENSG00000135763 +CDS chr1 229654249 229654388 ENST00000258243 protein_coding 7 1 9 URB2 ENSG00000135763 +CDS chr1 229654249 229654388 ENST00000434387 protein_coding 1 2 2 URB2 ENSG00000135763 +CDS chr1 229659100 229659294 ENST00000258243 protein_coding 7 1 10 URB2 ENSG00000135763 +CDS chr1 229659100 229659126 ENST00000434387 protein_coding 1 2 3 URB2 ENSG00000135763 +transcript chr1 230067238 230282122 ENST00000366672 protein_coding 5 1 NA GALNT2 ENSG00000143641 +CDS chr1 230067281 230067406 ENST00000366672 protein_coding 5 1 1 GALNT2 ENSG00000143641 +CDS chr1 230178218 230178311 ENST00000366672 protein_coding 5 1 2 GALNT2 ENSG00000143641 +CDS chr1 230203137 230203290 ENST00000366672 protein_coding 5 1 3 GALNT2 ENSG00000143641 +CDS chr1 230236014 230236112 ENST00000366672 protein_coding 5 1 4 GALNT2 ENSG00000143641 +CDS chr1 230236353 230236420 ENST00000366672 protein_coding 5 1 5 GALNT2 ENSG00000143641 +CDS chr1 230236660 230236725 ENST00000366672 protein_coding 5 1 6 GALNT2 ENSG00000143641 +CDS chr1 230243306 230243427 ENST00000366672 protein_coding 5 1 7 GALNT2 ENSG00000143641 +CDS chr1 230246063 230246150 ENST00000366672 protein_coding 5 1 8 GALNT2 ENSG00000143641 +CDS chr1 230249184 230249271 ENST00000366672 protein_coding 5 1 9 GALNT2 ENSG00000143641 +CDS chr1 230250457 230250560 ENST00000366672 protein_coding 5 1 10 GALNT2 ENSG00000143641 +CDS chr1 230255218 230255344 ENST00000366672 protein_coding 5 1 11 GALNT2 ENSG00000143641 +CDS chr1 230262573 230262665 ENST00000366672 protein_coding 5 1 12 GALNT2 ENSG00000143641 +CDS chr1 230262922 230263005 ENST00000366672 protein_coding 5 1 13 GALNT2 ENSG00000143641 +CDS chr1 230265241 230265367 ENST00000366672 protein_coding 5 1 14 GALNT2 ENSG00000143641 +CDS chr1 230274445 230274564 ENST00000366672 protein_coding 5 1 15 GALNT2 ENSG00000143641 +CDS chr1 230279303 230279455 ENST00000366672 protein_coding 5 1 16 GALNT2 ENSG00000143641 +transcript chr1 230314490 230426332 ENST00000391860 protein_coding 7 1 NA PGBD5 ENSG00000177614 +transcript chr1 230323248 230377645 ENST00000525115 protein_coding 1 2 NA PGBD5 ENSG00000177614 +CDS chr1 230323428 230323620 ENST00000391860 protein_coding 7 1 7 PGBD5 ENSG00000177614 +CDS chr1 230323428 230323620 ENST00000525115 protein_coding 1 2 7 PGBD5 ENSG00000177614 +CDS chr1 230325310 230325415 ENST00000391860 protein_coding 7 1 6 PGBD5 ENSG00000177614 +CDS chr1 230325310 230325415 ENST00000525115 protein_coding 1 2 6 PGBD5 ENSG00000177614 +CDS chr1 230332844 230333041 ENST00000391860 protein_coding 7 1 5 PGBD5 ENSG00000177614 +CDS chr1 230332844 230333041 ENST00000525115 protein_coding 1 2 5 PGBD5 ENSG00000177614 +CDS chr1 230337108 230337288 ENST00000391860 protein_coding 7 1 4 PGBD5 ENSG00000177614 +CDS chr1 230337108 230337288 ENST00000525115 protein_coding 1 2 4 PGBD5 ENSG00000177614 +CDS chr1 230350958 230351092 ENST00000391860 protein_coding 7 1 3 PGBD5 ENSG00000177614 +CDS chr1 230350958 230351092 ENST00000525115 protein_coding 1 2 3 PGBD5 ENSG00000177614 +CDS chr1 230356894 230357321 ENST00000391860 protein_coding 7 1 2 PGBD5 ENSG00000177614 +CDS chr1 230356894 230357321 ENST00000525115 protein_coding 1 2 2 PGBD5 ENSG00000177614 +CDS chr1 230377498 230377621 ENST00000525115 protein_coding 1 2 1 PGBD5 ENSG00000177614 +CDS chr1 230425598 230425928 ENST00000391860 protein_coding 7 1 1 PGBD5 ENSG00000177614 +transcript chr1 230642481 230693982 ENST00000366669 protein_coding 9 1 NA COG2 ENSG00000135775 +transcript chr1 230642567 230693982 ENST00000366668 protein_coding 7 1 NA COG2 ENSG00000135775 +CDS chr1 230642607 230642678 ENST00000366669 protein_coding 9 1 1 COG2 ENSG00000135775 +CDS chr1 230642607 230642678 ENST00000366668 protein_coding 7 1 1 COG2 ENSG00000135775 +transcript chr1 230642811 230693981 ENST00000534989 protein_coding 1 2 NA COG2 ENSG00000135775 +CDS chr1 230659464 230659625 ENST00000366669 protein_coding 9 1 2 COG2 ENSG00000135775 +CDS chr1 230659464 230659625 ENST00000366668 protein_coding 7 1 2 COG2 ENSG00000135775 +CDS chr1 230659569 230659625 ENST00000534989 protein_coding 1 2 2 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000366669 protein_coding 9 1 3 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000366668 protein_coding 7 1 3 COG2 ENSG00000135775 +CDS chr1 230660758 230660823 ENST00000534989 protein_coding 1 2 3 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000366669 protein_coding 9 1 4 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000366668 protein_coding 7 1 4 COG2 ENSG00000135775 +CDS chr1 230663141 230663221 ENST00000534989 protein_coding 1 2 4 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000366669 protein_coding 9 1 5 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000366668 protein_coding 7 1 5 COG2 ENSG00000135775 +CDS chr1 230664484 230664587 ENST00000534989 protein_coding 1 2 5 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000366669 protein_coding 9 1 6 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000366668 protein_coding 7 1 6 COG2 ENSG00000135775 +CDS chr1 230668676 230668784 ENST00000534989 protein_coding 1 2 6 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000366669 protein_coding 9 1 7 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000366668 protein_coding 7 1 7 COG2 ENSG00000135775 +CDS chr1 230669356 230669535 ENST00000534989 protein_coding 1 2 7 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000366669 protein_coding 9 1 8 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000366668 protein_coding 7 1 8 COG2 ENSG00000135775 +CDS chr1 230671516 230671640 ENST00000534989 protein_coding 1 2 8 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000366669 protein_coding 9 1 9 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000366668 protein_coding 7 1 9 COG2 ENSG00000135775 +CDS chr1 230674998 230675124 ENST00000534989 protein_coding 1 2 9 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000366669 protein_coding 9 1 10 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000366668 protein_coding 7 1 10 COG2 ENSG00000135775 +CDS chr1 230678913 230679052 ENST00000534989 protein_coding 1 2 10 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000366669 protein_coding 9 1 11 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000366668 protein_coding 7 1 11 COG2 ENSG00000135775 +CDS chr1 230683574 230683635 ENST00000534989 protein_coding 1 2 11 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000366669 protein_coding 9 1 12 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000366668 protein_coding 7 1 12 COG2 ENSG00000135775 +CDS chr1 230685085 230685236 ENST00000534989 protein_coding 1 2 12 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000366669 protein_coding 9 1 13 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000366668 protein_coding 7 1 13 COG2 ENSG00000135775 +CDS chr1 230686935 230687132 ENST00000534989 protein_coding 1 2 13 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000366669 protein_coding 9 1 14 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000366668 protein_coding 7 1 14 COG2 ENSG00000135775 +CDS chr1 230688071 230688143 ENST00000534989 protein_coding 1 2 14 COG2 ENSG00000135775 +CDS chr1 230688420 230688562 ENST00000366669 protein_coding 9 1 15 COG2 ENSG00000135775 +CDS chr1 230688420 230688562 ENST00000534989 protein_coding 1 2 15 COG2 ENSG00000135775 +CDS chr1 230688423 230688562 ENST00000366668 protein_coding 7 1 15 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000366669 protein_coding 9 1 16 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000366668 protein_coding 7 1 16 COG2 ENSG00000135775 +CDS chr1 230690014 230690153 ENST00000534989 protein_coding 1 2 16 COG2 ENSG00000135775 +transcript chr1 230690776 230714566 ENST00000680783 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230691384 230691564 ENST00000366669 protein_coding 9 1 17 COG2 ENSG00000135775 +CDS chr1 230691384 230691564 ENST00000366668 protein_coding 7 1 17 COG2 ENSG00000135775 +CDS chr1 230691384 230691564 ENST00000534989 protein_coding 1 2 17 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000366669 protein_coding 9 1 18 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000366668 protein_coding 7 1 18 COG2 ENSG00000135775 +CDS chr1 230693292 230693390 ENST00000534989 protein_coding 1 2 18 COG2 ENSG00000135775 +CDS chr1 230694414 230694439 ENST00000680783 protein_coding 1 NA 3 AGT ENSG00000135744 +transcript chr1 230702155 230714122 ENST00000681514 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230702155 230714145 ENST00000680041 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230702523 230714122 ENST00000366667 protein_coding 6 1 NA AGT ENSG00000135744 +transcript chr1 230702523 230745576 ENST00000681269 protein_coding 1 NA NA AGT ENSG00000135744 +transcript chr1 230703141 230714566 ENST00000679957 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000681514 protein_coding 1 NA 6 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000680041 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000366667 protein_coding 6 1 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000681269 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230703144 230703329 ENST00000679957 protein_coding 1 NA 5 AGT ENSG00000135744 +transcript chr1 230703767 230714566 ENST00000679684 protein_coding 1 NA NA AGT ENSG00000135744 +CDS chr1 230703911 230703928 ENST00000679684 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000681514 protein_coding 1 NA 5 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000680041 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000366667 protein_coding 6 1 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000681269 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704193 230704337 ENST00000679684 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230704202 230704337 ENST00000679957 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000681514 protein_coding 1 NA 4 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000680041 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000366667 protein_coding 6 1 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000681269 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000679957 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230705933 230706200 ENST00000679684 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000680783 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000681514 protein_coding 1 NA 3 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000680041 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000366667 protein_coding 6 1 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000681269 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000679957 protein_coding 1 NA 2 AGT ENSG00000135744 +CDS chr1 230709995 230710823 ENST00000679684 protein_coding 1 NA 2 AGT ENSG00000135744 +transcript chr1 230747384 230801772 ENST00000366666 protein_coding 6 1 NA CAPN9 ENSG00000135773 +transcript chr1 230747388 230801989 ENST00000271971 protein_coding 7 1 NA CAPN9 ENSG00000135773 +transcript chr1 230747415 230802003 ENST00000354537 protein_coding 1 1 NA CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000366666 protein_coding 6 1 1 CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000271971 protein_coding 7 1 1 CAPN9 ENSG00000135773 +CDS chr1 230747497 230747709 ENST00000354537 protein_coding 1 1 1 CAPN9 ENSG00000135773 +CDS chr1 230755337 230755406 ENST00000271971 protein_coding 7 1 2 CAPN9 ENSG00000135773 +CDS chr1 230755337 230755406 ENST00000354537 protein_coding 1 1 2 CAPN9 ENSG00000135773 +CDS chr1 230759512 230759630 ENST00000271971 protein_coding 7 1 3 CAPN9 ENSG00000135773 +CDS chr1 230759512 230759630 ENST00000354537 protein_coding 1 1 3 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000366666 protein_coding 6 1 2 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000271971 protein_coding 7 1 4 CAPN9 ENSG00000135773 +CDS chr1 230762653 230762786 ENST00000354537 protein_coding 1 1 4 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000366666 protein_coding 6 1 3 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000271971 protein_coding 7 1 5 CAPN9 ENSG00000135773 +CDS chr1 230767541 230767709 ENST00000354537 protein_coding 1 1 5 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000366666 protein_coding 6 1 4 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000271971 protein_coding 7 1 6 CAPN9 ENSG00000135773 +CDS chr1 230769180 230769263 ENST00000354537 protein_coding 1 1 6 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000366666 protein_coding 6 1 5 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000271971 protein_coding 7 1 7 CAPN9 ENSG00000135773 +CDS chr1 230772014 230772099 ENST00000354537 protein_coding 1 1 7 CAPN9 ENSG00000135773 +CDS chr1 230774554 230774631 ENST00000366666 protein_coding 6 1 6 CAPN9 ENSG00000135773 +CDS chr1 230774554 230774631 ENST00000271971 protein_coding 7 1 8 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000366666 protein_coding 6 1 7 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000271971 protein_coding 7 1 9 CAPN9 ENSG00000135773 +CDS chr1 230778973 230779133 ENST00000354537 protein_coding 1 1 8 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000366666 protein_coding 6 1 8 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000271971 protein_coding 7 1 10 CAPN9 ENSG00000135773 +CDS chr1 230780179 230780336 ENST00000354537 protein_coding 1 1 9 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000366666 protein_coding 6 1 9 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000271971 protein_coding 7 1 11 CAPN9 ENSG00000135773 +CDS chr1 230780500 230780708 ENST00000354537 protein_coding 1 1 10 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000366666 protein_coding 6 1 10 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000271971 protein_coding 7 1 12 CAPN9 ENSG00000135773 +CDS chr1 230785981 230786017 ENST00000354537 protein_coding 1 1 11 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000366666 protein_coding 6 1 11 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000271971 protein_coding 7 1 13 CAPN9 ENSG00000135773 +CDS chr1 230787522 230787602 ENST00000354537 protein_coding 1 1 12 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000366666 protein_coding 6 1 12 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000271971 protein_coding 7 1 14 CAPN9 ENSG00000135773 +CDS chr1 230790132 230790189 ENST00000354537 protein_coding 1 1 13 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000366666 protein_coding 6 1 13 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000271971 protein_coding 7 1 15 CAPN9 ENSG00000135773 +CDS chr1 230791864 230791928 ENST00000354537 protein_coding 1 1 14 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000366666 protein_coding 6 1 14 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000271971 protein_coding 7 1 16 CAPN9 ENSG00000135773 +CDS chr1 230792426 230792494 ENST00000354537 protein_coding 1 1 15 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000366666 protein_coding 6 1 15 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000271971 protein_coding 7 1 17 CAPN9 ENSG00000135773 +CDS chr1 230792850 230792928 ENST00000354537 protein_coding 1 1 16 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000366666 protein_coding 6 1 16 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000271971 protein_coding 7 1 18 CAPN9 ENSG00000135773 +CDS chr1 230795163 230795279 ENST00000354537 protein_coding 1 1 17 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000366666 protein_coding 6 1 17 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000271971 protein_coding 7 1 19 CAPN9 ENSG00000135773 +CDS chr1 230798162 230798220 ENST00000354537 protein_coding 1 1 18 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000366666 protein_coding 6 1 18 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000271971 protein_coding 7 1 20 CAPN9 ENSG00000135773 +CDS chr1 230801570 230801593 ENST00000354537 protein_coding 1 1 19 CAPN9 ENSG00000135773 +transcript chr1 230837119 230868521 ENST00000366663 protein_coding 10 1 NA C1orf198 ENSG00000119280 +transcript chr1 230837119 230869589 ENST00000470540 protein_coding 5 2 NA C1orf198 ENSG00000119280 +transcript chr1 230837120 230869316 ENST00000427697 protein_coding 2 2 NA C1orf198 ENSG00000119280 +transcript chr1 230839621 230856036 ENST00000523410 protein_coding 1 2 NA C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000366663 protein_coding 10 1 4 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000470540 protein_coding 5 2 6 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000427697 protein_coding 2 2 4 C1orf198 ENSG00000119280 +CDS chr1 230839855 230839908 ENST00000523410 protein_coding 1 2 4 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843896 ENST00000366663 protein_coding 10 1 3 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843896 ENST00000470540 protein_coding 5 2 5 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843629 ENST00000427697 protein_coding 2 2 3 C1orf198 ENSG00000119280 +CDS chr1 230843354 230843890 ENST00000523410 protein_coding 1 2 3 C1orf198 ENSG00000119280 +transcript chr1 230843671 230868998 ENST00000522201 protein_coding 1 3 NA C1orf198 ENSG00000119280 +CDS chr1 230843671 230843896 ENST00000522201 protein_coding 1 3 4 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000366663 protein_coding 10 1 2 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000470540 protein_coding 5 2 4 C1orf198 ENSG00000119280 +CDS chr1 230855668 230855718 ENST00000522201 protein_coding 1 3 3 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868512 ENST00000366663 protein_coding 10 1 1 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868398 ENST00000470540 protein_coding 5 2 3 C1orf198 ENSG00000119280 +CDS chr1 230868180 230868383 ENST00000522201 protein_coding 1 3 2 C1orf198 ENSG00000119280 +transcript chr1 230906243 230978861 ENST00000366661 protein_coding 9 1 NA TTC13 ENSG00000143643 +transcript chr1 230906243 230978859 ENST00000366662 protein_coding 8 1 NA TTC13 ENSG00000143643 +CDS chr1 230906908 230907019 ENST00000366661 protein_coding 9 1 23 TTC13 ENSG00000143643 +CDS chr1 230906908 230907019 ENST00000366662 protein_coding 8 1 21 TTC13 ENSG00000143643 +CDS chr1 230908712 230908791 ENST00000366661 protein_coding 9 1 22 TTC13 ENSG00000143643 +CDS chr1 230908712 230908791 ENST00000366662 protein_coding 8 1 20 TTC13 ENSG00000143643 +CDS chr1 230908942 230909020 ENST00000366661 protein_coding 9 1 21 TTC13 ENSG00000143643 +CDS chr1 230908942 230909020 ENST00000366662 protein_coding 8 1 19 TTC13 ENSG00000143643 +CDS chr1 230911470 230911549 ENST00000366661 protein_coding 9 1 20 TTC13 ENSG00000143643 +CDS chr1 230911470 230911549 ENST00000366662 protein_coding 8 1 18 TTC13 ENSG00000143643 +CDS chr1 230912623 230912758 ENST00000366661 protein_coding 9 1 19 TTC13 ENSG00000143643 +CDS chr1 230912623 230912758 ENST00000366662 protein_coding 8 1 17 TTC13 ENSG00000143643 +CDS chr1 230916193 230916302 ENST00000366661 protein_coding 9 1 18 TTC13 ENSG00000143643 +CDS chr1 230916193 230916299 ENST00000366662 protein_coding 8 1 16 TTC13 ENSG00000143643 +transcript chr1 230920303 230924863 ENST00000486879 protein_coding 2 5 NA TTC13 ENSG00000143643 +CDS chr1 230920426 230920594 ENST00000486879 protein_coding 2 5 4 TTC13 ENSG00000143643 +CDS chr1 230920510 230920594 ENST00000366661 protein_coding 9 1 17 TTC13 ENSG00000143643 +CDS chr1 230920510 230920594 ENST00000366662 protein_coding 8 1 15 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000366661 protein_coding 9 1 16 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000366662 protein_coding 8 1 14 TTC13 ENSG00000143643 +CDS chr1 230921421 230921504 ENST00000486879 protein_coding 2 5 3 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000366661 protein_coding 9 1 15 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000366662 protein_coding 8 1 13 TTC13 ENSG00000143643 +CDS chr1 230923841 230923933 ENST00000486879 protein_coding 2 5 2 TTC13 ENSG00000143643 +CDS chr1 230924841 230924973 ENST00000366661 protein_coding 9 1 14 TTC13 ENSG00000143643 +CDS chr1 230924841 230924973 ENST00000366662 protein_coding 8 1 12 TTC13 ENSG00000143643 +CDS chr1 230924841 230924863 ENST00000486879 protein_coding 2 5 1 TTC13 ENSG00000143643 +CDS chr1 230925517 230925647 ENST00000366661 protein_coding 9 1 13 TTC13 ENSG00000143643 +CDS chr1 230925517 230925647 ENST00000366662 protein_coding 8 1 11 TTC13 ENSG00000143643 +CDS chr1 230928937 230929093 ENST00000366661 protein_coding 9 1 12 TTC13 ENSG00000143643 +CDS chr1 230928937 230929093 ENST00000366662 protein_coding 8 1 10 TTC13 ENSG00000143643 +CDS chr1 230931298 230931472 ENST00000366661 protein_coding 9 1 11 TTC13 ENSG00000143643 +CDS chr1 230931298 230931472 ENST00000366662 protein_coding 8 1 9 TTC13 ENSG00000143643 +CDS chr1 230931736 230931877 ENST00000366661 protein_coding 9 1 10 TTC13 ENSG00000143643 +CDS chr1 230931736 230931877 ENST00000366662 protein_coding 8 1 8 TTC13 ENSG00000143643 +CDS chr1 230933779 230933861 ENST00000366661 protein_coding 9 1 9 TTC13 ENSG00000143643 +CDS chr1 230933779 230933861 ENST00000366662 protein_coding 8 1 7 TTC13 ENSG00000143643 +transcript chr1 230933783 230978796 ENST00000522821 protein_coding 5 4 NA TTC13 ENSG00000143643 +CDS chr1 230933783 230933861 ENST00000522821 protein_coding 5 4 5 TTC13 ENSG00000143643 +CDS chr1 230939386 230939496 ENST00000366661 protein_coding 9 1 8 TTC13 ENSG00000143643 +CDS chr1 230939386 230939496 ENST00000366662 protein_coding 8 1 6 TTC13 ENSG00000143643 +transcript chr1 230939458 230978861 ENST00000522399 protein_coding 1 4 NA TTC13 ENSG00000143643 +CDS chr1 230939458 230939496 ENST00000522399 protein_coding 1 4 4 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000366661 protein_coding 9 1 7 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000366662 protein_coding 8 1 5 TTC13 ENSG00000143643 +CDS chr1 230940440 230940556 ENST00000522399 protein_coding 1 4 3 TTC13 ENSG00000143643 +CDS chr1 230943806 230943898 ENST00000366661 protein_coding 9 1 6 TTC13 ENSG00000143643 +CDS chr1 230945389 230945454 ENST00000366661 protein_coding 9 1 5 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000366661 protein_coding 9 1 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000366662 protein_coding 8 1 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000522821 protein_coding 5 4 4 TTC13 ENSG00000143643 +CDS chr1 230954333 230954403 ENST00000522399 protein_coding 1 4 2 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000366661 protein_coding 9 1 3 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000366662 protein_coding 8 1 3 TTC13 ENSG00000143643 +CDS chr1 230958224 230958299 ENST00000522821 protein_coding 5 4 3 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000366661 protein_coding 9 1 2 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000366662 protein_coding 8 1 2 TTC13 ENSG00000143643 +CDS chr1 230961209 230961303 ENST00000522821 protein_coding 5 4 2 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000366661 protein_coding 9 1 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000366662 protein_coding 8 1 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978796 ENST00000522821 protein_coding 5 4 1 TTC13 ENSG00000143643 +CDS chr1 230978560 230978830 ENST00000522399 protein_coding 1 4 1 TTC13 ENSG00000143643 +transcript chr1 230979094 231000733 ENST00000310256 protein_coding 7 1 NA ARV1 ENSG00000173409 +transcript chr1 230979094 231000595 ENST00000366658 protein_coding 6 5 NA ARV1 ENSG00000173409 +CDS chr1 230979106 230979279 ENST00000310256 protein_coding 7 1 1 ARV1 ENSG00000173409 +CDS chr1 230979106 230979279 ENST00000366658 protein_coding 6 5 1 ARV1 ENSG00000173409 +transcript chr1 230979116 230999803 ENST00000450711 protein_coding 5 3 NA ARV1 ENSG00000173409 +CDS chr1 230979116 230979279 ENST00000450711 protein_coding 5 3 1 ARV1 ENSG00000173409 +transcript chr1 230979146 230997267 ENST00000435927 protein_coding 5 3 NA ARV1 ENSG00000173409 +CDS chr1 230979146 230979279 ENST00000435927 protein_coding 5 3 1 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000310256 protein_coding 7 1 2 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000450711 protein_coding 5 3 2 ARV1 ENSG00000173409 +CDS chr1 230988320 230988439 ENST00000435927 protein_coding 5 3 2 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000310256 protein_coding 7 1 3 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000366658 protein_coding 6 5 2 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000450711 protein_coding 5 3 3 ARV1 ENSG00000173409 +CDS chr1 230990110 230990263 ENST00000435927 protein_coding 5 3 3 ARV1 ENSG00000173409 +CDS chr1 230990600 230990698 ENST00000435927 protein_coding 5 3 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000310256 protein_coding 7 1 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000366658 protein_coding 6 5 3 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000450711 protein_coding 5 3 4 ARV1 ENSG00000173409 +CDS chr1 230995760 230995984 ENST00000435927 protein_coding 5 3 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000310256 protein_coding 7 1 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000366658 protein_coding 6 5 4 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000450711 protein_coding 5 3 5 ARV1 ENSG00000173409 +CDS chr1 230997121 230997260 ENST00000435927 protein_coding 5 3 6 ARV1 ENSG00000173409 +transcript chr1 231018958 231040254 ENST00000366654 protein_coding 5 1 NA FAM89A ENSG00000182118 +CDS chr1 231019866 231020126 ENST00000366654 protein_coding 5 1 2 FAM89A ENSG00000182118 +CDS chr1 231039921 231040211 ENST00000366654 protein_coding 5 1 1 FAM89A ENSG00000182118 +transcript chr1 231162058 231221565 ENST00000366653 protein_coding 6 1 NA TRIM67 ENSG00000119283 +transcript chr1 231162112 231221556 ENST00000444294 protein_coding 7 5 NA TRIM67 ENSG00000119283 +CDS chr1 231162970 231164013 ENST00000444294 protein_coding 7 5 1 TRIM67 ENSG00000119283 +transcript chr1 231162970 231215440 ENST00000449018 protein_coding 7 1 NA TRIM67 ENSG00000119283 +CDS chr1 231162970 231163090 ENST00000449018 protein_coding 7 1 1 TRIM67 ENSG00000119283 +CDS chr1 231162970 231164013 ENST00000366653 protein_coding 6 1 1 TRIM67 ENSG00000119283 +CDS chr1 231163211 231163719 ENST00000449018 protein_coding 7 1 2 TRIM67 ENSG00000119283 +CDS chr1 231163786 231164013 ENST00000449018 protein_coding 7 1 3 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000444294 protein_coding 7 5 2 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000449018 protein_coding 7 1 4 TRIM67 ENSG00000119283 +CDS chr1 231197371 231197466 ENST00000366653 protein_coding 6 1 2 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000444294 protein_coding 7 5 3 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000449018 protein_coding 7 1 5 TRIM67 ENSG00000119283 +CDS chr1 231199047 231199169 ENST00000366653 protein_coding 6 1 3 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000444294 protein_coding 7 5 4 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000449018 protein_coding 7 1 6 TRIM67 ENSG00000119283 +CDS chr1 231200148 231200258 ENST00000366653 protein_coding 6 1 4 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201511 ENST00000444294 protein_coding 7 5 5 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201517 ENST00000449018 protein_coding 7 1 7 TRIM67 ENSG00000119283 +CDS chr1 231201358 231201517 ENST00000366653 protein_coding 6 1 5 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000444294 protein_coding 7 5 6 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000449018 protein_coding 7 1 8 TRIM67 ENSG00000119283 +CDS chr1 231203867 231204012 ENST00000366653 protein_coding 6 1 6 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000444294 protein_coding 7 5 7 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000449018 protein_coding 7 1 9 TRIM67 ENSG00000119283 +CDS chr1 231206652 231206790 ENST00000366653 protein_coding 6 1 7 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000444294 protein_coding 7 5 8 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000449018 protein_coding 7 1 10 TRIM67 ENSG00000119283 +CDS chr1 231208947 231209250 ENST00000366653 protein_coding 6 1 8 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000444294 protein_coding 7 5 9 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000449018 protein_coding 7 1 11 TRIM67 ENSG00000119283 +CDS chr1 231213815 231213977 ENST00000366653 protein_coding 6 1 9 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000444294 protein_coding 7 5 10 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000449018 protein_coding 7 1 12 TRIM67 ENSG00000119283 +CDS chr1 231215375 231215437 ENST00000366653 protein_coding 6 1 10 TRIM67 ENSG00000119283 +transcript chr1 231223763 231241170 ENST00000318906 protein_coding 6 1 NA C1orf131 ENSG00000143633 +transcript chr1 231223763 231241178 ENST00000366651 protein_coding 7 1 NA C1orf131 ENSG00000143633 +transcript chr1 231223765 231241175 ENST00000366649 protein_coding 7 1 NA C1orf131 ENSG00000143633 +transcript chr1 231224255 231241090 ENST00000451322 protein_coding 1 5 NA C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000366651 protein_coding 7 1 7 C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000366649 protein_coding 7 1 7 C1orf131 ENSG00000143633 +CDS chr1 231224282 231224414 ENST00000451322 protein_coding 1 5 6 C1orf131 ENSG00000143633 +CDS chr1 231225470 231225523 ENST00000318906 protein_coding 6 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000366651 protein_coding 7 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000366649 protein_coding 7 1 6 C1orf131 ENSG00000143633 +CDS chr1 231225471 231225523 ENST00000451322 protein_coding 1 5 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000318906 protein_coding 6 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000366651 protein_coding 7 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000366649 protein_coding 7 1 5 C1orf131 ENSG00000143633 +CDS chr1 231226739 231226825 ENST00000451322 protein_coding 1 5 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000318906 protein_coding 6 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000366651 protein_coding 7 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000366649 protein_coding 7 1 4 C1orf131 ENSG00000143633 +CDS chr1 231226973 231227068 ENST00000451322 protein_coding 1 5 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229209 ENST00000318906 protein_coding 6 1 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229206 ENST00000366651 protein_coding 7 1 3 C1orf131 ENSG00000143633 +CDS chr1 231229150 231229209 ENST00000366649 protein_coding 7 1 3 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000318906 protein_coding 6 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000366651 protein_coding 7 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000366649 protein_coding 7 1 2 C1orf131 ENSG00000143633 +CDS chr1 231238857 231239188 ENST00000451322 protein_coding 1 5 2 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000318906 protein_coding 6 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000366651 protein_coding 7 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241141 ENST00000366649 protein_coding 7 1 1 C1orf131 ENSG00000143633 +CDS chr1 231241024 231241090 ENST00000451322 protein_coding 1 5 1 C1orf131 ENSG00000143633 +transcript chr1 231241207 231266091 ENST00000436239 protein_coding 5 3 NA GNPAT ENSG00000116906 +transcript chr1 231241212 231277973 ENST00000366647 protein_coding 9 1 NA GNPAT ENSG00000116906 +transcript chr1 231241216 231275268 ENST00000416000 protein_coding 1 5 NA GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000436239 protein_coding 5 3 1 GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000366647 protein_coding 9 1 1 GNPAT ENSG00000116906 +CDS chr1 231241379 231241456 ENST00000416000 protein_coding 1 5 1 GNPAT ENSG00000116906 +CDS chr1 231250961 231251143 ENST00000366647 protein_coding 9 1 2 GNPAT ENSG00000116906 +CDS chr1 231250961 231251143 ENST00000416000 protein_coding 1 5 2 GNPAT ENSG00000116906 +CDS chr1 231260507 231260683 ENST00000436239 protein_coding 5 3 2 GNPAT ENSG00000116906 +CDS chr1 231260507 231260683 ENST00000366647 protein_coding 9 1 3 GNPAT ENSG00000116906 +CDS chr1 231260507 231260653 ENST00000416000 protein_coding 1 5 3 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000436239 protein_coding 5 3 3 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000366647 protein_coding 9 1 4 GNPAT ENSG00000116906 +CDS chr1 231262723 231262852 ENST00000416000 protein_coding 1 5 4 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000436239 protein_coding 5 3 4 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000366647 protein_coding 9 1 5 GNPAT ENSG00000116906 +CDS chr1 231265293 231265420 ENST00000416000 protein_coding 1 5 5 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000436239 protein_coding 5 3 5 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000366647 protein_coding 9 1 6 GNPAT ENSG00000116906 +CDS chr1 231265712 231265787 ENST00000416000 protein_coding 1 5 6 GNPAT ENSG00000116906 +CDS chr1 231266014 231266091 ENST00000436239 protein_coding 5 3 6 GNPAT ENSG00000116906 +CDS chr1 231266014 231266165 ENST00000366647 protein_coding 9 1 7 GNPAT ENSG00000116906 +CDS chr1 231266014 231266165 ENST00000416000 protein_coding 1 5 7 GNPAT ENSG00000116906 +CDS chr1 231266277 231266407 ENST00000366647 protein_coding 9 1 8 GNPAT ENSG00000116906 +CDS chr1 231266277 231266407 ENST00000416000 protein_coding 1 5 8 GNPAT ENSG00000116906 +CDS chr1 231267680 231267903 ENST00000366647 protein_coding 9 1 9 GNPAT ENSG00000116906 +CDS chr1 231267680 231267903 ENST00000416000 protein_coding 1 5 9 GNPAT ENSG00000116906 +CDS chr1 231270758 231271000 ENST00000366647 protein_coding 9 1 10 GNPAT ENSG00000116906 +CDS chr1 231270758 231271000 ENST00000416000 protein_coding 1 5 10 GNPAT ENSG00000116906 +CDS chr1 231272312 231272391 ENST00000366647 protein_coding 9 1 11 GNPAT ENSG00000116906 +CDS chr1 231272312 231272391 ENST00000416000 protein_coding 1 5 11 GNPAT ENSG00000116906 +CDS chr1 231273922 231274062 ENST00000366647 protein_coding 9 1 12 GNPAT ENSG00000116906 +CDS chr1 231273922 231274062 ENST00000416000 protein_coding 1 5 12 GNPAT ENSG00000116906 +CDS chr1 231275221 231275320 ENST00000366647 protein_coding 9 1 13 GNPAT ENSG00000116906 +CDS chr1 231275221 231275268 ENST00000416000 protein_coding 1 5 13 GNPAT ENSG00000116906 +CDS chr1 231275405 231275498 ENST00000366647 protein_coding 9 1 14 GNPAT ENSG00000116906 +CDS chr1 231276135 231276196 ENST00000366647 protein_coding 9 1 15 GNPAT ENSG00000116906 +CDS chr1 231277499 231277539 ENST00000366647 protein_coding 9 1 16 GNPAT ENSG00000116906 +transcript chr1 231332753 231337852 ENST00000366645 protein_coding 1 NA NA EXOC8 ENSG00000116903 +CDS chr1 231335571 231337745 ENST00000366645 protein_coding 1 NA 1 EXOC8 ENSG00000116903 +transcript chr1 231337104 231353132 ENST00000391858 protein_coding 8 1 NA SPRTN ENSG00000010072 +transcript chr1 231338256 231352521 ENST00000008440 protein_coding 9 2 NA SPRTN ENSG00000010072 +transcript chr1 231338293 231355023 ENST00000295050 protein_coding 12 1 NA SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000391858 protein_coding 8 1 1 SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000295050 protein_coding 12 1 1 SPRTN ENSG00000010072 +CDS chr1 231338384 231338604 ENST00000008440 protein_coding 9 2 1 SPRTN ENSG00000010072 +transcript chr1 231339427 231352764 ENST00000366644 protein_coding 3 5 NA SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000391858 protein_coding 8 1 2 SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000295050 protein_coding 12 1 2 SPRTN ENSG00000010072 +CDS chr1 231339769 231339868 ENST00000008440 protein_coding 9 2 2 SPRTN ENSG00000010072 +CDS chr1 231344706 231344714 ENST00000366644 protein_coding 3 5 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000391858 protein_coding 8 1 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000295050 protein_coding 12 1 3 SPRTN ENSG00000010072 +CDS chr1 231347797 231347925 ENST00000366644 protein_coding 3 5 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351603 ENST00000391858 protein_coding 8 1 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351571 ENST00000295050 protein_coding 12 1 4 SPRTN ENSG00000010072 +CDS chr1 231351304 231351603 ENST00000008440 protein_coding 9 2 3 SPRTN ENSG00000010072 +CDS chr1 231351304 231351571 ENST00000366644 protein_coding 3 5 5 SPRTN ENSG00000010072 +CDS chr1 231352610 231353358 ENST00000295050 protein_coding 12 1 5 SPRTN ENSG00000010072 +CDS chr1 231352610 231352764 ENST00000366644 protein_coding 3 5 6 SPRTN ENSG00000010072 +transcript chr1 231363751 231421192 ENST00000667629 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231363756 231422287 ENST00000366641 protein_coding 4 1 NA EGLN1 ENSG00000135766 +transcript chr1 231363797 231528603 ENST00000653908 protein_coding 1 NA NA NA ENSG00000287856 +transcript chr1 231365908 231421262 ENST00000658954 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231365922 231421226 ENST00000670301 protein_coding 1 NA NA EGLN1 ENSG00000135766 +transcript chr1 231365938 231528602 ENST00000662216 protein_coding 1 NA NA NA ENSG00000287856 +CDS chr1 231366414 231366475 ENST00000366641 protein_coding 4 1 5 EGLN1 ENSG00000135766 +CDS chr1 231366414 231366475 ENST00000662216 protein_coding 1 NA 7 NA ENSG00000287856 +CDS chr1 231366464 231366475 ENST00000670301 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231366475 231366475 ENST00000658954 protein_coding 1 NA 4 EGLN1 ENSG00000135766 +CDS chr1 231367569 231367636 ENST00000366641 protein_coding 4 1 4 EGLN1 ENSG00000135766 +CDS chr1 231367569 231367636 ENST00000662216 protein_coding 1 NA 6 NA ENSG00000287856 +CDS chr1 231367613 231367636 ENST00000667629 protein_coding 1 NA 3 EGLN1 ENSG00000135766 +CDS chr1 231367613 231367636 ENST00000653908 protein_coding 1 NA 4 NA ENSG00000287856 +CDS chr1 231370562 231370698 ENST00000366641 protein_coding 4 1 3 EGLN1 ENSG00000135766 +CDS chr1 231370562 231370698 ENST00000658954 protein_coding 1 NA 3 EGLN1 ENSG00000135766 +CDS chr1 231370562 231370698 ENST00000662216 protein_coding 1 NA 5 NA ENSG00000287856 +CDS chr1 231373980 231374099 ENST00000667629 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000366641 protein_coding 4 1 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000658954 protein_coding 1 NA 2 EGLN1 ENSG00000135766 +CDS chr1 231373980 231374099 ENST00000653908 protein_coding 1 NA 3 NA ENSG00000287856 +CDS chr1 231373980 231374099 ENST00000662216 protein_coding 1 NA 4 NA ENSG00000287856 +CDS chr1 231420998 231421192 ENST00000667629 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421888 ENST00000366641 protein_coding 4 1 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421262 ENST00000658954 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231420998 231421226 ENST00000670301 protein_coding 1 NA 1 EGLN1 ENSG00000135766 +CDS chr1 231462438 231462467 ENST00000653908 protein_coding 1 NA 2 NA ENSG00000287856 +CDS chr1 231462438 231462467 ENST00000662216 protein_coding 1 NA 3 NA ENSG00000287856 +transcript chr1 231528541 231561229 ENST00000413309 protein_coding 3 3 NA TSNAX ENSG00000116918 +transcript chr1 231528669 231566524 ENST00000366639 protein_coding 9 1 NA TSNAX ENSG00000116918 +CDS chr1 231528811 231528826 ENST00000413309 protein_coding 3 3 1 TSNAX ENSG00000116918 +CDS chr1 231528811 231528826 ENST00000366639 protein_coding 9 1 1 TSNAX ENSG00000116918 +CDS chr1 231529255 231529359 ENST00000413309 protein_coding 3 3 2 TSNAX ENSG00000116918 +CDS chr1 231529255 231529359 ENST00000366639 protein_coding 9 1 2 TSNAX ENSG00000116918 +CDS chr1 231537213 231537327 ENST00000413309 protein_coding 3 3 3 TSNAX ENSG00000116918 +CDS chr1 231537213 231537327 ENST00000366639 protein_coding 9 1 3 TSNAX ENSG00000116918 +CDS chr1 231542460 231542611 ENST00000413309 protein_coding 3 3 4 TSNAX ENSG00000116918 +CDS chr1 231542481 231542611 ENST00000366639 protein_coding 9 1 4 TSNAX ENSG00000116918 +CDS chr1 231561128 231561229 ENST00000413309 protein_coding 3 3 5 TSNAX ENSG00000116918 +CDS chr1 231561128 231561255 ENST00000366639 protein_coding 9 1 5 TSNAX ENSG00000116918 +CDS chr1 231564528 231564902 ENST00000366639 protein_coding 9 1 6 TSNAX ENSG00000116918 +transcript chr1 231626790 232041272 ENST00000439617 protein_coding 8 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231724074 ENST00000317586 protein_coding 8 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000602873 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000539444 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231819244 ENST00000602281 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231855380 ENST00000366633 protein_coding 7 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231866712 ENST00000366636 protein_coding 8 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231959503 ENST00000628350 protein_coding 2 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232009255 ENST00000535983 protein_coding 5 1 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041127 ENST00000366637 protein_coding 8 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041270 ENST00000622252 protein_coding 4 5 NA DISC1 ENSG00000162946 +transcript chr1 231626815 231866685 ENST00000537876 protein_coding 5 2 NA DISC1 ENSG00000162946 +transcript chr1 231626815 232041268 ENST00000620189 protein_coding 3 5 NA DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000317586 protein_coding 8 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000602873 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000539444 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000602281 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366633 protein_coding 7 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366636 protein_coding 8 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000628350 protein_coding 2 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000535983 protein_coding 5 1 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000366637 protein_coding 8 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000439617 protein_coding 8 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000622252 protein_coding 4 5 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000537876 protein_coding 5 2 1 DISC1 ENSG00000162946 +CDS chr1 231626868 231626934 ENST00000620189 protein_coding 3 5 1 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000317586 protein_coding 8 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000539444 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000602281 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366633 protein_coding 7 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366636 protein_coding 8 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000628350 protein_coding 2 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000535983 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000366637 protein_coding 8 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000439617 protein_coding 8 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000622252 protein_coding 4 5 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000537876 protein_coding 5 2 2 DISC1 ENSG00000162946 +CDS chr1 231693826 231694805 ENST00000620189 protein_coding 3 5 2 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000539444 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000602281 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366633 protein_coding 7 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366636 protein_coding 8 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000628350 protein_coding 2 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000535983 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000366637 protein_coding 8 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000439617 protein_coding 8 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000622252 protein_coding 4 5 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000537876 protein_coding 5 2 3 DISC1 ENSG00000162946 +CDS chr1 231701955 231702024 ENST00000620189 protein_coding 3 5 3 DISC1 ENSG00000162946 +CDS chr1 231722539 231722598 ENST00000317586 protein_coding 8 1 3 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000602873 protein_coding 5 1 2 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000539444 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000602281 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366633 protein_coding 7 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366636 protein_coding 8 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000628350 protein_coding 2 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000535983 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000366637 protein_coding 8 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000439617 protein_coding 8 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000622252 protein_coding 4 5 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000537876 protein_coding 5 2 4 DISC1 ENSG00000162946 +CDS chr1 231749926 231750076 ENST00000620189 protein_coding 3 5 4 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000602873 protein_coding 5 1 3 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000539444 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000602281 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366633 protein_coding 7 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366636 protein_coding 8 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000628350 protein_coding 2 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000535983 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000366637 protein_coding 8 5 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000439617 protein_coding 8 5 5 DISC1 ENSG00000162946 +CDS chr1 231767140 231767269 ENST00000537876 protein_coding 5 2 5 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000602873 protein_coding 5 1 4 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000539444 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000602281 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366633 protein_coding 7 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366636 protein_coding 8 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000628350 protein_coding 2 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000535983 protein_coding 5 1 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000366637 protein_coding 8 5 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000439617 protein_coding 8 5 6 DISC1 ENSG00000162946 +CDS chr1 231770835 231770892 ENST00000622252 protein_coding 4 5 5 DISC1 ENSG00000162946 +CDS chr1 231770835 231771070 ENST00000537876 protein_coding 5 2 6 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000539444 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000602281 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366633 protein_coding 7 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366636 protein_coding 8 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000535983 protein_coding 5 1 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000366637 protein_coding 8 5 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000439617 protein_coding 8 5 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000537876 protein_coding 5 2 7 DISC1 ENSG00000162946 +CDS chr1 231795242 231795296 ENST00000620189 protein_coding 3 5 5 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000602281 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366633 protein_coding 7 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366636 protein_coding 8 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000535983 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000366637 protein_coding 8 5 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000439617 protein_coding 8 5 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000537876 protein_coding 5 2 8 DISC1 ENSG00000162946 +CDS chr1 231800108 231800210 ENST00000620189 protein_coding 3 5 6 DISC1 ENSG00000162946 +CDS chr1 231813230 231813303 ENST00000537876 protein_coding 5 2 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818347 ENST00000602873 protein_coding 5 1 5 DISC1 ENSG00000162946 +CDS chr1 231818329 231818376 ENST00000539444 protein_coding 5 1 8 DISC1 ENSG00000162946 +CDS chr1 231818329 231818522 ENST00000602281 protein_coding 5 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366633 protein_coding 7 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366636 protein_coding 8 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000535983 protein_coding 5 1 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000366637 protein_coding 8 5 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000439617 protein_coding 8 5 9 DISC1 ENSG00000162946 +CDS chr1 231818329 231818517 ENST00000620189 protein_coding 3 5 7 DISC1 ENSG00000162946 +CDS chr1 231854739 231855022 ENST00000366633 protein_coding 7 1 10 DISC1 ENSG00000162946 +CDS chr1 231866523 231866575 ENST00000366636 protein_coding 8 1 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958870 ENST00000628350 protein_coding 2 1 7 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000366637 protein_coding 8 5 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000439617 protein_coding 8 5 10 DISC1 ENSG00000162946 +CDS chr1 231958828 231958888 ENST00000620189 protein_coding 3 5 8 DISC1 ENSG00000162946 +CDS chr1 232008785 232008888 ENST00000535983 protein_coding 5 1 10 DISC1 ENSG00000162946 +CDS chr1 232008785 232008983 ENST00000366637 protein_coding 8 5 11 DISC1 ENSG00000162946 +CDS chr1 232008785 232009049 ENST00000439617 protein_coding 8 5 11 DISC1 ENSG00000162946 +CDS chr1 232008785 232009049 ENST00000620189 protein_coding 3 5 9 DISC1 ENSG00000162946 +CDS chr1 232026435 232026552 ENST00000366637 protein_coding 8 5 12 DISC1 ENSG00000162946 +CDS chr1 232026435 232026552 ENST00000439617 protein_coding 8 5 12 DISC1 ENSG00000162946 +CDS chr1 232026435 232026554 ENST00000620189 protein_coding 3 5 10 DISC1 ENSG00000162946 +CDS chr1 232036692 232036828 ENST00000366637 protein_coding 8 5 13 DISC1 ENSG00000162946 +CDS chr1 232036692 232036828 ENST00000439617 protein_coding 8 5 13 DISC1 ENSG00000162946 +CDS chr1 232036694 232036828 ENST00000620189 protein_coding 3 5 11 DISC1 ENSG00000162946 +transcript chr1 232397965 232561558 ENST00000366630 protein_coding 5 5 NA SIPA1L2 ENSG00000116991 +transcript chr1 232397965 232630122 ENST00000674749 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397965 232630133 ENST00000674635 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397966 232630109 ENST00000675407 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397990 232630496 ENST00000675685 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232397990 232630516 ENST00000676213 protein_coding 1 NA NA SIPA1L2 ENSG00000116991 +transcript chr1 232398710 232462417 ENST00000308942 protein_coding 4 2 NA SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000366630 protein_coding 5 5 22 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000674749 protein_coding 1 NA 24 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000674635 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000675407 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000675685 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000676213 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232399130 232399273 ENST00000308942 protein_coding 4 2 14 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000366630 protein_coding 5 5 21 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000674749 protein_coding 1 NA 23 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000674635 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000675407 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000675685 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000676213 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232402392 232402473 ENST00000308942 protein_coding 4 2 13 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000366630 protein_coding 5 5 20 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000674749 protein_coding 1 NA 22 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000674635 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000675407 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000675685 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000676213 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232403448 232403571 ENST00000308942 protein_coding 4 2 12 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000366630 protein_coding 5 5 19 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000674635 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232404125 232404178 ENST00000676213 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000366630 protein_coding 5 5 18 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000674749 protein_coding 1 NA 21 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000674635 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000675407 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000675685 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000676213 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232415494 232415625 ENST00000308942 protein_coding 4 2 11 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000366630 protein_coding 5 5 17 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000674749 protein_coding 1 NA 20 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000674635 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000675407 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000675685 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000676213 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232425589 232425808 ENST00000308942 protein_coding 4 2 10 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000366630 protein_coding 5 5 16 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000674749 protein_coding 1 NA 19 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000674635 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000675407 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000675685 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000676213 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232428411 232428564 ENST00000308942 protein_coding 4 2 9 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000366630 protein_coding 5 5 15 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000674749 protein_coding 1 NA 18 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000674635 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000675407 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000675685 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000676213 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232432247 232432471 ENST00000308942 protein_coding 4 2 8 SIPA1L2 ENSG00000116991 +CDS chr1 232433414 232433566 ENST00000676213 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000366630 protein_coding 5 5 14 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000674749 protein_coding 1 NA 17 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000674635 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000675407 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000675685 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000676213 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232439108 232439496 ENST00000308942 protein_coding 4 2 7 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000366630 protein_coding 5 5 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000674749 protein_coding 1 NA 16 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000674635 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000675407 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000675685 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000676213 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441291 232441394 ENST00000308942 protein_coding 4 2 6 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000366630 protein_coding 5 5 12 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000674749 protein_coding 1 NA 15 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000674635 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000675407 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000675685 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000676213 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232441768 232441868 ENST00000308942 protein_coding 4 2 5 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000366630 protein_coding 5 5 11 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000674749 protein_coding 1 NA 14 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000674635 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000675407 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000675685 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000676213 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232443602 232443685 ENST00000308942 protein_coding 4 2 4 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000366630 protein_coding 5 5 10 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000674749 protein_coding 1 NA 13 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000674635 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000675407 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000675685 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000676213 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232445529 232445786 ENST00000308942 protein_coding 4 2 3 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000366630 protein_coding 5 5 9 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000674749 protein_coding 1 NA 12 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000674635 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000675407 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000675685 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000676213 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232460887 232461161 ENST00000308942 protein_coding 4 2 2 SIPA1L2 ENSG00000116991 +CDS chr1 232462193 232462234 ENST00000308942 protein_coding 4 2 1 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000366630 protein_coding 5 5 8 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000674749 protein_coding 1 NA 11 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000674635 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000675407 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000675685 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232464840 232465416 ENST00000676213 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000366630 protein_coding 5 5 7 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000674749 protein_coding 1 NA 10 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000674635 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000675407 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000675685 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232471371 232471528 ENST00000676213 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000366630 protein_coding 5 5 6 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000674749 protein_coding 1 NA 9 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000674635 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000675407 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000675685 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232479627 232479730 ENST00000676213 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000366630 protein_coding 5 5 5 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000674749 protein_coding 1 NA 8 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000674635 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000675407 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000675685 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232483792 232483966 ENST00000676213 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000366630 protein_coding 5 5 4 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000674749 protein_coding 1 NA 7 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000674635 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000675407 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000675685 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232490874 232491062 ENST00000676213 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000366630 protein_coding 5 5 3 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000674749 protein_coding 1 NA 6 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000674635 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000675407 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000675685 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232493527 232493660 ENST00000676213 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000366630 protein_coding 5 5 2 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000674749 protein_coding 1 NA 5 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000674635 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000675407 protein_coding 1 NA 4 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000675685 protein_coding 1 NA 3 SIPA1L2 ENSG00000116991 +CDS chr1 232513857 232515339 ENST00000676213 protein_coding 1 NA 2 SIPA1L2 ENSG00000116991 +transcript chr1 232805416 232809929 ENST00000418460 protein_coding 4 NA NA MAP10 ENSG00000212916 +CDS chr1 232805450 232808164 ENST00000418460 protein_coding 4 NA 1 MAP10 ENSG00000212916 +transcript chr1 232950611 232983882 ENST00000366628 protein_coding 10 1 NA NTPCR ENSG00000135778 +transcript chr1 232950640 232977528 ENST00000366627 protein_coding 4 3 NA NTPCR ENSG00000135778 +CDS chr1 232950711 232950744 ENST00000366628 protein_coding 10 1 1 NTPCR ENSG00000135778 +CDS chr1 232950711 232950744 ENST00000366627 protein_coding 4 3 1 NTPCR ENSG00000135778 +CDS chr1 232955557 232955719 ENST00000366628 protein_coding 10 1 2 NTPCR ENSG00000135778 +CDS chr1 232955557 232955719 ENST00000366627 protein_coding 4 3 2 NTPCR ENSG00000135778 +CDS chr1 232956347 232956443 ENST00000366628 protein_coding 10 1 3 NTPCR ENSG00000135778 +CDS chr1 232956347 232956443 ENST00000366627 protein_coding 4 3 3 NTPCR ENSG00000135778 +CDS chr1 232969909 232970118 ENST00000366628 protein_coding 10 1 4 NTPCR ENSG00000135778 +CDS chr1 232969909 232970118 ENST00000366627 protein_coding 4 3 4 NTPCR ENSG00000135778 +CDS chr1 232976342 232976521 ENST00000366627 protein_coding 4 3 5 NTPCR ENSG00000135778 +CDS chr1 232978163 232978228 ENST00000366628 protein_coding 10 1 5 NTPCR ENSG00000135778 +transcript chr1 232983435 233295725 ENST00000258229 protein_coding 14 5 NA PCNX2 ENSG00000135749 +transcript chr1 232984136 233058518 ENST00000344698 protein_coding 6 2 NA PCNX2 ENSG00000135749 +CDS chr1 232984307 232984477 ENST00000258229 protein_coding 14 5 34 PCNX2 ENSG00000135749 +CDS chr1 232985957 232986540 ENST00000344698 protein_coding 6 2 10 PCNX2 ENSG00000135749 +CDS chr1 232986092 232986540 ENST00000258229 protein_coding 14 5 33 PCNX2 ENSG00000135749 +CDS chr1 232998251 232998438 ENST00000258229 protein_coding 14 5 32 PCNX2 ENSG00000135749 +CDS chr1 232998251 232998438 ENST00000344698 protein_coding 6 2 9 PCNX2 ENSG00000135749 +CDS chr1 232999105 232999379 ENST00000258229 protein_coding 14 5 31 PCNX2 ENSG00000135749 +CDS chr1 232999105 232999379 ENST00000344698 protein_coding 6 2 8 PCNX2 ENSG00000135749 +CDS chr1 233000305 233000535 ENST00000258229 protein_coding 14 5 30 PCNX2 ENSG00000135749 +CDS chr1 233000305 233000535 ENST00000344698 protein_coding 6 2 7 PCNX2 ENSG00000135749 +CDS chr1 233001537 233001681 ENST00000258229 protein_coding 14 5 29 PCNX2 ENSG00000135749 +CDS chr1 233001537 233001681 ENST00000344698 protein_coding 6 2 6 PCNX2 ENSG00000135749 +CDS chr1 233014665 233014777 ENST00000258229 protein_coding 14 5 28 PCNX2 ENSG00000135749 +CDS chr1 233014665 233014777 ENST00000344698 protein_coding 6 2 5 PCNX2 ENSG00000135749 +CDS chr1 233016921 233017154 ENST00000258229 protein_coding 14 5 27 PCNX2 ENSG00000135749 +CDS chr1 233016921 233017154 ENST00000344698 protein_coding 6 2 4 PCNX2 ENSG00000135749 +CDS chr1 233025146 233025399 ENST00000258229 protein_coding 14 5 26 PCNX2 ENSG00000135749 +CDS chr1 233025146 233025399 ENST00000344698 protein_coding 6 2 3 PCNX2 ENSG00000135749 +CDS chr1 233054268 233054483 ENST00000258229 protein_coding 14 5 25 PCNX2 ENSG00000135749 +CDS chr1 233054268 233054483 ENST00000344698 protein_coding 6 2 2 PCNX2 ENSG00000135749 +CDS chr1 233057232 233057290 ENST00000258229 protein_coding 14 5 24 PCNX2 ENSG00000135749 +CDS chr1 233057232 233057322 ENST00000344698 protein_coding 6 2 1 PCNX2 ENSG00000135749 +CDS chr1 233090061 233090190 ENST00000258229 protein_coding 14 5 23 PCNX2 ENSG00000135749 +transcript chr1 233095406 233160307 ENST00000484347 protein_coding 5 4 NA PCNX2 ENSG00000135749 +CDS chr1 233095675 233095863 ENST00000484347 protein_coding 5 4 4 PCNX2 ENSG00000135749 +CDS chr1 233095755 233095863 ENST00000258229 protein_coding 14 5 22 PCNX2 ENSG00000135749 +transcript chr1 233134784 233218087 ENST00000488780 protein_coding 6 5 NA PCNX2 ENSG00000135749 +CDS chr1 233134977 233135190 ENST00000488780 protein_coding 6 5 11 PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000258229 protein_coding 14 5 21 PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000484347 protein_coding 5 4 3 PCNX2 ENSG00000135749 +transcript chr1 233135013 233258152 ENST00000430153 protein_coding 5 5 NA PCNX2 ENSG00000135749 +CDS chr1 233135013 233135190 ENST00000430153 protein_coding 5 5 16 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000258229 protein_coding 14 5 20 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000484347 protein_coding 5 4 2 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000488780 protein_coding 6 5 10 PCNX2 ENSG00000135749 +CDS chr1 233139714 233139855 ENST00000430153 protein_coding 5 5 15 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000258229 protein_coding 14 5 19 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160307 ENST00000484347 protein_coding 5 4 1 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000488780 protein_coding 6 5 9 PCNX2 ENSG00000135749 +CDS chr1 233160283 233160433 ENST00000430153 protein_coding 5 5 14 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000258229 protein_coding 14 5 18 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000488780 protein_coding 6 5 8 PCNX2 ENSG00000135749 +CDS chr1 233161271 233161363 ENST00000430153 protein_coding 5 5 13 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000258229 protein_coding 14 5 17 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000488780 protein_coding 6 5 7 PCNX2 ENSG00000135749 +CDS chr1 233177802 233177898 ENST00000430153 protein_coding 5 5 12 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000258229 protein_coding 14 5 16 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000488780 protein_coding 6 5 6 PCNX2 ENSG00000135749 +CDS chr1 233179066 233179175 ENST00000430153 protein_coding 5 5 11 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000258229 protein_coding 14 5 15 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000488780 protein_coding 6 5 5 PCNX2 ENSG00000135749 +CDS chr1 233198939 233199030 ENST00000430153 protein_coding 5 5 10 PCNX2 ENSG00000135749 +transcript chr1 233198967 233227269 ENST00000518351 protein_coding 2 4 NA PCNX2 ENSG00000135749 +CDS chr1 233198967 233199030 ENST00000518351 protein_coding 2 4 5 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000258229 protein_coding 14 5 14 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000488780 protein_coding 6 5 4 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000518351 protein_coding 2 4 4 PCNX2 ENSG00000135749 +CDS chr1 233200154 233200264 ENST00000430153 protein_coding 5 5 9 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000258229 protein_coding 14 5 13 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000488780 protein_coding 6 5 3 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000518351 protein_coding 2 4 3 PCNX2 ENSG00000135749 +CDS chr1 233208518 233208689 ENST00000430153 protein_coding 5 5 8 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000258229 protein_coding 14 5 12 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000488780 protein_coding 6 5 2 PCNX2 ENSG00000135749 +CDS chr1 233217899 233217931 ENST00000430153 protein_coding 5 5 7 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218184 ENST00000258229 protein_coding 14 5 11 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218087 ENST00000488780 protein_coding 6 5 1 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218184 ENST00000518351 protein_coding 2 4 2 PCNX2 ENSG00000135749 +CDS chr1 233218031 233218087 ENST00000430153 protein_coding 5 5 6 PCNX2 ENSG00000135749 +CDS chr1 233227226 233227371 ENST00000258229 protein_coding 14 5 10 PCNX2 ENSG00000135749 +CDS chr1 233227226 233227269 ENST00000518351 protein_coding 2 4 1 PCNX2 ENSG00000135749 +CDS chr1 233236845 233236980 ENST00000258229 protein_coding 14 5 9 PCNX2 ENSG00000135749 +CDS chr1 233250739 233250832 ENST00000258229 protein_coding 14 5 8 PCNX2 ENSG00000135749 +CDS chr1 233252354 233252499 ENST00000258229 protein_coding 14 5 7 PCNX2 ENSG00000135749 +CDS chr1 233252641 233252788 ENST00000258229 protein_coding 14 5 6 PCNX2 ENSG00000135749 +CDS chr1 233258028 233259344 ENST00000258229 protein_coding 14 5 5 PCNX2 ENSG00000135749 +CDS chr1 233261285 233261321 ENST00000258229 protein_coding 14 5 4 PCNX2 ENSG00000135749 +CDS chr1 233262045 233262165 ENST00000258229 protein_coding 14 5 3 PCNX2 ENSG00000135749 +CDS chr1 233262958 233263163 ENST00000258229 protein_coding 14 5 2 PCNX2 ENSG00000135749 +CDS chr1 233295326 233295478 ENST00000258229 protein_coding 14 5 1 PCNX2 ENSG00000135749 +transcript chr1 233327724 233385148 ENST00000366624 protein_coding 8 1 NA MAP3K21 ENSG00000143674 +transcript chr1 233327768 233374134 ENST00000366623 protein_coding 7 1 NA MAP3K21 ENSG00000143674 +CDS chr1 233328029 233328833 ENST00000366623 protein_coding 7 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233328029 233328833 ENST00000366624 protein_coding 8 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233346442 233346622 ENST00000366623 protein_coding 7 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233346442 233346622 ENST00000366624 protein_coding 8 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233353807 233353955 ENST00000366623 protein_coding 7 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233353807 233353955 ENST00000366624 protein_coding 8 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233354836 233355011 ENST00000366623 protein_coding 7 1 4 MAP3K21 ENSG00000143674 +CDS chr1 233354836 233355011 ENST00000366624 protein_coding 8 1 4 MAP3K21 ENSG00000143674 +CDS chr1 233362053 233362293 ENST00000366623 protein_coding 7 1 5 MAP3K21 ENSG00000143674 +CDS chr1 233362053 233362293 ENST00000366624 protein_coding 8 1 5 MAP3K21 ENSG00000143674 +CDS chr1 233372038 233372195 ENST00000366623 protein_coding 7 1 6 MAP3K21 ENSG00000143674 +CDS chr1 233372038 233372160 ENST00000366624 protein_coding 8 1 6 MAP3K21 ENSG00000143674 +transcript chr1 233375783 233385147 ENST00000366622 protein_coding 1 1 NA MAP3K21 ENSG00000143674 +CDS chr1 233375903 233376066 ENST00000366622 protein_coding 1 1 1 MAP3K21 ENSG00000143674 +CDS chr1 233375916 233376066 ENST00000366624 protein_coding 8 1 7 MAP3K21 ENSG00000143674 +CDS chr1 233376430 233376527 ENST00000366624 protein_coding 8 1 8 MAP3K21 ENSG00000143674 +CDS chr1 233376430 233376527 ENST00000366622 protein_coding 1 1 2 MAP3K21 ENSG00000143674 +CDS chr1 233378931 233379710 ENST00000366624 protein_coding 8 1 9 MAP3K21 ENSG00000143674 +CDS chr1 233378931 233379710 ENST00000366622 protein_coding 1 1 3 MAP3K21 ENSG00000143674 +CDS chr1 233382305 233382708 ENST00000366624 protein_coding 8 1 10 MAP3K21 ENSG00000143674 +CDS chr1 233382305 233382708 ENST00000366622 protein_coding 1 1 4 MAP3K21 ENSG00000143674 +transcript chr1 233614106 233672514 ENST00000366621 protein_coding 8 1 NA KCNK1 ENSG00000135750 +CDS chr1 233614172 233614526 ENST00000366621 protein_coding 8 1 1 KCNK1 ENSG00000135750 +transcript chr1 233649941 233671491 ENST00000446915 protein_coding 1 3 NA KCNK1 ENSG00000135750 +CDS chr1 233649941 233650049 ENST00000446915 protein_coding 1 3 1 KCNK1 ENSG00000135750 +CDS chr1 233666595 233666990 ENST00000366621 protein_coding 8 1 2 KCNK1 ENSG00000135750 +CDS chr1 233666595 233666990 ENST00000446915 protein_coding 1 3 2 KCNK1 ENSG00000135750 +CDS chr1 233671271 233671527 ENST00000366621 protein_coding 8 1 3 KCNK1 ENSG00000135750 +CDS chr1 233671271 233671491 ENST00000446915 protein_coding 1 3 3 KCNK1 ENSG00000135750 +transcript chr1 233904676 234324511 ENST00000366618 protein_coding 8 2 NA SLC35F3 ENSG00000183780 +CDS chr1 233905078 233905130 ENST00000366618 protein_coding 8 2 1 SLC35F3 ENSG00000183780 +CDS chr1 233905529 233905758 ENST00000366618 protein_coding 8 2 2 SLC35F3 ENSG00000183780 +transcript chr1 234214271 234324511 ENST00000366617 protein_coding 3 1 NA SLC35F3 ENSG00000183780 +CDS chr1 234214499 234214574 ENST00000366617 protein_coding 3 1 1 SLC35F3 ENSG00000183780 +CDS chr1 234231417 234231741 ENST00000366618 protein_coding 8 2 3 SLC35F3 ENSG00000183780 +CDS chr1 234231417 234231741 ENST00000366617 protein_coding 3 1 2 SLC35F3 ENSG00000183780 +CDS chr1 234309101 234309320 ENST00000366618 protein_coding 8 2 4 SLC35F3 ENSG00000183780 +CDS chr1 234309101 234309320 ENST00000366617 protein_coding 3 1 3 SLC35F3 ENSG00000183780 +CDS chr1 234316602 234316727 ENST00000366618 protein_coding 8 2 5 SLC35F3 ENSG00000183780 +CDS chr1 234316602 234316727 ENST00000366617 protein_coding 3 1 4 SLC35F3 ENSG00000183780 +CDS chr1 234318751 234318943 ENST00000366618 protein_coding 8 2 6 SLC35F3 ENSG00000183780 +CDS chr1 234318751 234318943 ENST00000366617 protein_coding 3 1 5 SLC35F3 ENSG00000183780 +CDS chr1 234320098 234320187 ENST00000366618 protein_coding 8 2 7 SLC35F3 ENSG00000183780 +CDS chr1 234320098 234320187 ENST00000366617 protein_coding 3 1 6 SLC35F3 ENSG00000183780 +CDS chr1 234323008 234323240 ENST00000366618 protein_coding 8 2 8 SLC35F3 ENSG00000183780 +CDS chr1 234323008 234323240 ENST00000366617 protein_coding 3 1 7 SLC35F3 ENSG00000183780 +transcript chr1 234373456 234385080 ENST00000366615 protein_coding 10 1 NA COA6 ENSG00000168275 +CDS chr1 234373467 234373678 ENST00000366615 protein_coding 10 1 1 COA6 ENSG00000168275 +transcript chr1 234373468 234384048 ENST00000619305 protein_coding 1 1 NA COA6 ENSG00000168275 +transcript chr1 234373683 234384045 ENST00000366613 protein_coding 1 1 NA COA6 ENSG00000168275 +transcript chr1 234373701 234384046 ENST00000366612 protein_coding 1 1 NA COA6 ENSG00000168275 +CDS chr1 234373719 234373840 ENST00000366613 protein_coding 1 1 1 COA6 ENSG00000168275 +CDS chr1 234374230 234374389 ENST00000366615 protein_coding 10 1 2 COA6 ENSG00000168275 +CDS chr1 234374230 234374389 ENST00000366613 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234374246 234374389 ENST00000366612 protein_coding 1 1 1 COA6 ENSG00000168275 +CDS chr1 234374246 234374389 ENST00000619305 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366615 protein_coding 10 1 3 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366613 protein_coding 1 1 3 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000366612 protein_coding 1 1 2 COA6 ENSG00000168275 +CDS chr1 234383723 234383815 ENST00000619305 protein_coding 1 1 3 COA6 ENSG00000168275 +transcript chr1 234391313 234479179 ENST00000040877 protein_coding 2 1 NA TARBP1 ENSG00000059588 +CDS chr1 234391580 234391745 ENST00000040877 protein_coding 2 1 30 TARBP1 ENSG00000059588 +CDS chr1 234392416 234392552 ENST00000040877 protein_coding 2 1 29 TARBP1 ENSG00000059588 +CDS chr1 234393362 234393486 ENST00000040877 protein_coding 2 1 28 TARBP1 ENSG00000059588 +CDS chr1 234393646 234393837 ENST00000040877 protein_coding 2 1 27 TARBP1 ENSG00000059588 +CDS chr1 234398382 234398553 ENST00000040877 protein_coding 2 1 26 TARBP1 ENSG00000059588 +CDS chr1 234401181 234401262 ENST00000040877 protein_coding 2 1 25 TARBP1 ENSG00000059588 +CDS chr1 234405903 234406099 ENST00000040877 protein_coding 2 1 24 TARBP1 ENSG00000059588 +CDS chr1 234410445 234410531 ENST00000040877 protein_coding 2 1 23 TARBP1 ENSG00000059588 +CDS chr1 234418084 234418233 ENST00000040877 protein_coding 2 1 22 TARBP1 ENSG00000059588 +CDS chr1 234420702 234420812 ENST00000040877 protein_coding 2 1 21 TARBP1 ENSG00000059588 +CDS chr1 234425673 234425793 ENST00000040877 protein_coding 2 1 20 TARBP1 ENSG00000059588 +CDS chr1 234427317 234427388 ENST00000040877 protein_coding 2 1 19 TARBP1 ENSG00000059588 +CDS chr1 234427576 234427766 ENST00000040877 protein_coding 2 1 18 TARBP1 ENSG00000059588 +CDS chr1 234429136 234429324 ENST00000040877 protein_coding 2 1 17 TARBP1 ENSG00000059588 +CDS chr1 234429416 234429677 ENST00000040877 protein_coding 2 1 16 TARBP1 ENSG00000059588 +CDS chr1 234430087 234430301 ENST00000040877 protein_coding 2 1 15 TARBP1 ENSG00000059588 +CDS chr1 234433410 234433571 ENST00000040877 protein_coding 2 1 14 TARBP1 ENSG00000059588 +CDS chr1 234437275 234437372 ENST00000040877 protein_coding 2 1 13 TARBP1 ENSG00000059588 +CDS chr1 234446803 234446975 ENST00000040877 protein_coding 2 1 12 TARBP1 ENSG00000059588 +CDS chr1 234448480 234448579 ENST00000040877 protein_coding 2 1 11 TARBP1 ENSG00000059588 +CDS chr1 234450428 234450566 ENST00000040877 protein_coding 2 1 10 TARBP1 ENSG00000059588 +CDS chr1 234457667 234457756 ENST00000040877 protein_coding 2 1 9 TARBP1 ENSG00000059588 +CDS chr1 234459230 234459326 ENST00000040877 protein_coding 2 1 8 TARBP1 ENSG00000059588 +CDS chr1 234460261 234460396 ENST00000040877 protein_coding 2 1 7 TARBP1 ENSG00000059588 +CDS chr1 234463837 234463934 ENST00000040877 protein_coding 2 1 6 TARBP1 ENSG00000059588 +CDS chr1 234465656 234465708 ENST00000040877 protein_coding 2 1 5 TARBP1 ENSG00000059588 +CDS chr1 234467502 234467650 ENST00000040877 protein_coding 2 1 4 TARBP1 ENSG00000059588 +CDS chr1 234471188 234471257 ENST00000040877 protein_coding 2 1 3 TARBP1 ENSG00000059588 +CDS chr1 234472714 234472811 ENST00000040877 protein_coding 2 1 2 TARBP1 ENSG00000059588 +CDS chr1 234478173 234479103 ENST00000040877 protein_coding 2 1 1 TARBP1 ENSG00000059588 +transcript chr1 234604269 234609525 ENST00000366610 protein_coding 7 1 NA IRF2BP2 ENSG00000168264 +transcript chr1 234604269 234610178 ENST00000366609 protein_coding 4 1 NA IRF2BP2 ENSG00000168264 +CDS chr1 234607140 234607852 ENST00000366610 protein_coding 7 1 2 IRF2BP2 ENSG00000168264 +CDS chr1 234607140 234607852 ENST00000366609 protein_coding 4 1 2 IRF2BP2 ENSG00000168264 +CDS chr1 234608447 234609494 ENST00000366609 protein_coding 4 1 1 IRF2BP2 ENSG00000168264 +CDS chr1 234608495 234609494 ENST00000366610 protein_coding 7 1 1 IRF2BP2 ENSG00000168264 +transcript chr1 235109341 235128837 ENST00000366607 protein_coding 5 1 NA TOMM20 ENSG00000173726 +CDS chr1 235112067 235112108 ENST00000366607 protein_coding 5 1 5 TOMM20 ENSG00000173726 +CDS chr1 235113768 235113910 ENST00000366607 protein_coding 5 1 4 TOMM20 ENSG00000173726 +CDS chr1 235119818 235119899 ENST00000366607 protein_coding 5 1 3 TOMM20 ENSG00000173726 +CDS chr1 235122326 235122372 ENST00000366607 protein_coding 5 1 2 TOMM20 ENSG00000173726 +CDS chr1 235128595 235128715 ENST00000366607 protein_coding 5 1 1 TOMM20 ENSG00000173726 +transcript chr1 235131183 235161250 ENST00000408888 protein_coding 8 1 NA RBM34 ENSG00000188739 +transcript chr1 235131667 235161220 ENST00000447801 protein_coding 5 5 NA RBM34 ENSG00000188739 +CDS chr1 235131716 235131997 ENST00000408888 protein_coding 8 1 11 RBM34 ENSG00000188739 +CDS chr1 235131716 235131997 ENST00000447801 protein_coding 5 5 10 RBM34 ENSG00000188739 +CDS chr1 235135652 235135770 ENST00000408888 protein_coding 8 1 10 RBM34 ENSG00000188739 +CDS chr1 235135652 235135770 ENST00000447801 protein_coding 5 5 9 RBM34 ENSG00000188739 +CDS chr1 235136034 235136073 ENST00000408888 protein_coding 8 1 9 RBM34 ENSG00000188739 +CDS chr1 235136034 235136073 ENST00000447801 protein_coding 5 5 8 RBM34 ENSG00000188739 +CDS chr1 235137877 235137940 ENST00000408888 protein_coding 8 1 8 RBM34 ENSG00000188739 +CDS chr1 235137877 235137940 ENST00000447801 protein_coding 5 5 7 RBM34 ENSG00000188739 +CDS chr1 235138091 235138174 ENST00000408888 protein_coding 8 1 7 RBM34 ENSG00000188739 +CDS chr1 235138091 235138174 ENST00000447801 protein_coding 5 5 6 RBM34 ENSG00000188739 +CDS chr1 235148404 235148447 ENST00000408888 protein_coding 8 1 6 RBM34 ENSG00000188739 +CDS chr1 235148404 235148447 ENST00000447801 protein_coding 5 5 5 RBM34 ENSG00000188739 +CDS chr1 235152706 235152765 ENST00000408888 protein_coding 8 1 5 RBM34 ENSG00000188739 +CDS chr1 235154881 235155112 ENST00000408888 protein_coding 8 1 4 RBM34 ENSG00000188739 +CDS chr1 235154881 235155112 ENST00000447801 protein_coding 5 5 4 RBM34 ENSG00000188739 +transcript chr1 235154930 235161258 ENST00000429912 protein_coding 1 3 NA RBM34 ENSG00000188739 +CDS chr1 235154930 235155112 ENST00000429912 protein_coding 1 3 5 RBM34 ENSG00000188739 +CDS chr1 235156595 235156681 ENST00000429912 protein_coding 1 3 4 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000408888 protein_coding 8 1 3 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000447801 protein_coding 5 5 3 RBM34 ENSG00000188739 +CDS chr1 235160511 235160647 ENST00000429912 protein_coding 1 3 3 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000408888 protein_coding 8 1 2 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000447801 protein_coding 5 5 2 RBM34 ENSG00000188739 +CDS chr1 235160893 235161067 ENST00000429912 protein_coding 1 3 2 RBM34 ENSG00000188739 +CDS chr1 235161174 235161226 ENST00000408888 protein_coding 8 1 1 RBM34 ENSG00000188739 +CDS chr1 235161174 235161220 ENST00000447801 protein_coding 5 5 1 RBM34 ENSG00000188739 +CDS chr1 235161174 235161226 ENST00000429912 protein_coding 1 3 1 RBM34 ENSG00000188739 +transcript chr1 235166895 235327487 ENST00000366603 protein_coding 6 1 NA ARID4B ENSG00000054267 +transcript chr1 235166895 235328219 ENST00000349213 protein_coding 7 1 NA ARID4B ENSG00000054267 +transcript chr1 235166902 235328179 ENST00000264183 protein_coding 9 1 NA ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000366603 protein_coding 6 1 24 ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000349213 protein_coding 7 1 23 ARID4B ENSG00000054267 +CDS chr1 235168528 235168652 ENST00000264183 protein_coding 9 1 24 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000366603 protein_coding 6 1 23 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000349213 protein_coding 7 1 22 ARID4B ENSG00000054267 +CDS chr1 235172618 235172764 ENST00000264183 protein_coding 9 1 23 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000366603 protein_coding 6 1 22 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000349213 protein_coding 7 1 21 ARID4B ENSG00000054267 +CDS chr1 235175184 235175399 ENST00000264183 protein_coding 9 1 22 ARID4B ENSG00000054267 +transcript chr1 235177787 235213916 ENST00000444620 protein_coding 2 5 NA ARID4B ENSG00000054267 +CDS chr1 235177787 235177913 ENST00000444620 protein_coding 2 5 5 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000366603 protein_coding 6 1 21 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000349213 protein_coding 7 1 20 ARID4B ENSG00000054267 +CDS chr1 235177800 235177913 ENST00000264183 protein_coding 9 1 21 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000366603 protein_coding 6 1 20 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000349213 protein_coding 7 1 19 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000264183 protein_coding 9 1 20 ARID4B ENSG00000054267 +CDS chr1 235181585 235182793 ENST00000444620 protein_coding 2 5 4 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000366603 protein_coding 6 1 19 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000349213 protein_coding 7 1 18 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000264183 protein_coding 9 1 19 ARID4B ENSG00000054267 +CDS chr1 235194013 235194211 ENST00000444620 protein_coding 2 5 3 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000366603 protein_coding 6 1 18 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000349213 protein_coding 7 1 17 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000264183 protein_coding 9 1 18 ARID4B ENSG00000054267 +CDS chr1 235196031 235196115 ENST00000444620 protein_coding 2 5 2 ARID4B ENSG00000054267 +CDS chr1 235213769 235214026 ENST00000366603 protein_coding 6 1 17 ARID4B ENSG00000054267 +CDS chr1 235213769 235214026 ENST00000264183 protein_coding 9 1 17 ARID4B ENSG00000054267 +CDS chr1 235213877 235213916 ENST00000444620 protein_coding 2 5 1 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000366603 protein_coding 6 1 16 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000349213 protein_coding 7 1 16 ARID4B ENSG00000054267 +CDS chr1 235219793 235219968 ENST00000264183 protein_coding 9 1 16 ARID4B ENSG00000054267 +transcript chr1 235219927 235328196 ENST00000418304 protein_coding 1 5 NA ARID4B ENSG00000054267 +CDS chr1 235219927 235219968 ENST00000418304 protein_coding 1 5 16 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000366603 protein_coding 6 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000349213 protein_coding 7 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000264183 protein_coding 9 1 15 ARID4B ENSG00000054267 +CDS chr1 235220302 235220545 ENST00000418304 protein_coding 1 5 15 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000366603 protein_coding 6 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000349213 protein_coding 7 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000264183 protein_coding 9 1 14 ARID4B ENSG00000054267 +CDS chr1 235221565 235221662 ENST00000418304 protein_coding 1 5 14 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000366603 protein_coding 6 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000349213 protein_coding 7 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000264183 protein_coding 9 1 13 ARID4B ENSG00000054267 +CDS chr1 235223166 235223260 ENST00000418304 protein_coding 1 5 13 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000366603 protein_coding 6 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000349213 protein_coding 7 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000264183 protein_coding 9 1 12 ARID4B ENSG00000054267 +CDS chr1 235224703 235224775 ENST00000418304 protein_coding 1 5 12 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000366603 protein_coding 6 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000349213 protein_coding 7 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000264183 protein_coding 9 1 11 ARID4B ENSG00000054267 +CDS chr1 235229231 235229385 ENST00000418304 protein_coding 1 5 11 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000366603 protein_coding 6 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000349213 protein_coding 7 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000264183 protein_coding 9 1 10 ARID4B ENSG00000054267 +CDS chr1 235231113 235231189 ENST00000418304 protein_coding 1 5 10 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000366603 protein_coding 6 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000349213 protein_coding 7 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000264183 protein_coding 9 1 9 ARID4B ENSG00000054267 +CDS chr1 235234413 235234492 ENST00000418304 protein_coding 1 5 9 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000366603 protein_coding 6 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000349213 protein_coding 7 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000264183 protein_coding 9 1 8 ARID4B ENSG00000054267 +CDS chr1 235240313 235240451 ENST00000418304 protein_coding 1 5 8 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000366603 protein_coding 6 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000349213 protein_coding 7 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000264183 protein_coding 9 1 7 ARID4B ENSG00000054267 +CDS chr1 235246420 235246511 ENST00000418304 protein_coding 1 5 7 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000366603 protein_coding 6 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000349213 protein_coding 7 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000264183 protein_coding 9 1 6 ARID4B ENSG00000054267 +CDS chr1 235252730 235252809 ENST00000418304 protein_coding 1 5 6 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000366603 protein_coding 6 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000349213 protein_coding 7 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000264183 protein_coding 9 1 5 ARID4B ENSG00000054267 +CDS chr1 235255660 235255750 ENST00000418304 protein_coding 1 5 5 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000366603 protein_coding 6 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000349213 protein_coding 7 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000264183 protein_coding 9 1 4 ARID4B ENSG00000054267 +CDS chr1 235257160 235257225 ENST00000418304 protein_coding 1 5 4 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000366603 protein_coding 6 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000349213 protein_coding 7 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000264183 protein_coding 9 1 3 ARID4B ENSG00000054267 +CDS chr1 235260642 235260752 ENST00000418304 protein_coding 1 5 3 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000366603 protein_coding 6 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000349213 protein_coding 7 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000264183 protein_coding 9 1 2 ARID4B ENSG00000054267 +CDS chr1 235326914 235326919 ENST00000418304 protein_coding 1 5 2 ARID4B ENSG00000054267 +transcript chr1 235327350 235343093 ENST00000488594 protein_coding 5 1 NA GGPS1 ENSG00000152904 +transcript chr1 235328399 235342596 ENST00000471812 protein_coding 5 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328438 235344525 ENST00000358966 protein_coding 6 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328570 235344532 ENST00000282841 protein_coding 9 1 NA GGPS1 ENSG00000152904 +transcript chr1 235328570 235448880 ENST00000647428 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328570 235448951 ENST00000645655 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328571 235343138 ENST00000391855 protein_coding 2 2 NA GGPS1 ENSG00000152904 +transcript chr1 235328571 235448929 ENST00000647186 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328571 235448934 ENST00000646624 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328573 235448944 ENST00000645205 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328573 235448951 ENST00000645351 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328736 235437468 ENST00000646281 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235328959 235401587 ENST00000643758 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235329029 235342559 ENST00000497327 protein_coding 1 3 NA GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000488594 protein_coding 5 1 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000471812 protein_coding 5 2 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000282841 protein_coding 9 1 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000497327 protein_coding 1 3 2 GGPS1 ENSG00000152904 +CDS chr1 235335265 235335334 ENST00000358966 protein_coding 6 2 2 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000488594 protein_coding 5 1 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000471812 protein_coding 5 2 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000282841 protein_coding 9 1 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000497327 protein_coding 1 3 3 GGPS1 ENSG00000152904 +CDS chr1 235341708 235341778 ENST00000358966 protein_coding 6 2 3 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000488594 protein_coding 5 1 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342596 ENST00000471812 protein_coding 5 2 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000282841 protein_coding 9 1 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342559 ENST00000497327 protein_coding 1 3 4 GGPS1 ENSG00000152904 +CDS chr1 235342011 235342769 ENST00000358966 protein_coding 6 2 4 GGPS1 ENSG00000152904 +CDS chr1 235342032 235342769 ENST00000391855 protein_coding 2 2 3 GGPS1 ENSG00000152904 +transcript chr1 235362954 235448932 ENST00000644604 protein_coding 1 NA NA TBCE ENSG00000285053 +transcript chr1 235367360 235448966 ENST00000651186 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367413 235449078 ENST00000406207 protein_coding 5 5 NA TBCE ENSG00000284770 +transcript chr1 235367416 235448617 ENST00000645899 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367422 235448962 ENST00000644578 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367424 235434233 ENST00000645372 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367426 235430780 ENST00000647407 protein_coding 1 NA NA TBCE ENSG00000284770 +transcript chr1 235367427 235452443 ENST00000642610 protein_coding 2 NA NA TBCE ENSG00000284770 +transcript chr1 235367430 235448899 ENST00000543662 protein_coding 4 2 NA TBCE ENSG00000284770 +transcript chr1 235367430 235448944 ENST00000366601 protein_coding 8 1 NA TBCE ENSG00000284770 +transcript chr1 235380047 235448881 ENST00000644217 protein_coding 1 NA NA TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645655 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000647186 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000646624 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000645205 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000645351 protein_coding 1 NA 2 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000646281 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000643758 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000644604 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235380050 235380149 ENST00000406207 protein_coding 5 5 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645899 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000644578 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000645372 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000647407 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000642610 protein_coding 2 NA 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000543662 protein_coding 4 2 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000366601 protein_coding 8 1 2 TBCE ENSG00000284770 +CDS chr1 235380050 235380149 ENST00000644217 protein_coding 1 NA 1 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000645655 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000647186 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000646624 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000645205 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000645351 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000646281 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000643758 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000644604 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235401503 235401587 ENST00000406207 protein_coding 5 5 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000645899 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000644578 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000642610 protein_coding 2 NA 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000543662 protein_coding 4 2 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000366601 protein_coding 8 1 3 TBCE ENSG00000284770 +CDS chr1 235401503 235401587 ENST00000644217 protein_coding 1 NA 2 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000645655 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000647186 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000646624 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000645205 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000645351 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000646281 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000644604 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235414433 235414618 ENST00000406207 protein_coding 5 5 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000645899 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414469 ENST00000647407 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000642610 protein_coding 2 NA 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000543662 protein_coding 4 2 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000366601 protein_coding 8 1 4 TBCE ENSG00000284770 +CDS chr1 235414433 235414618 ENST00000644217 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235419441 235419561 ENST00000647428 protein_coding 1 NA 3 TBCE ENSG00000285053 +CDS chr1 235419441 235419561 ENST00000651186 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000645655 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000647186 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000646624 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000645205 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000645351 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000646281 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000644604 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235419473 235419561 ENST00000406207 protein_coding 5 5 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000645899 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000644578 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000647407 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000642610 protein_coding 2 NA 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000543662 protein_coding 4 2 5 TBCE ENSG00000284770 +CDS chr1 235419473 235419561 ENST00000644217 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000647428 protein_coding 1 NA 4 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645655 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000647186 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000646624 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645205 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000645351 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000646281 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000644604 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235427140 235427239 ENST00000651186 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000406207 protein_coding 5 5 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000645899 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000644578 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000645372 protein_coding 1 NA 3 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000647407 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000642610 protein_coding 2 NA 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000543662 protein_coding 4 2 6 TBCE ENSG00000284770 +CDS chr1 235427140 235427239 ENST00000644217 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000647428 protein_coding 1 NA 5 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645655 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000647186 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000646624 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645205 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000645351 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000646281 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000644604 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235430705 235430804 ENST00000651186 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000406207 protein_coding 5 5 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000645899 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000644578 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000645372 protein_coding 1 NA 4 TBCE ENSG00000284770 +CDS chr1 235430705 235430780 ENST00000647407 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000642610 protein_coding 2 NA 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000543662 protein_coding 4 2 7 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000366601 protein_coding 8 1 5 TBCE ENSG00000284770 +CDS chr1 235430705 235430804 ENST00000644217 protein_coding 1 NA 6 TBCE ENSG00000284770 +CDS chr1 235432946 235433098 ENST00000543662 protein_coding 4 2 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000647428 protein_coding 1 NA 6 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645655 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000647186 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000646624 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645205 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000645351 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000646281 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000644604 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235434204 235434280 ENST00000651186 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000406207 protein_coding 5 5 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000645899 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000644578 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235434204 235434233 ENST00000645372 protein_coding 1 NA 5 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000642610 protein_coding 2 NA 8 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000543662 protein_coding 4 2 9 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000366601 protein_coding 8 1 6 TBCE ENSG00000284770 +CDS chr1 235434204 235434280 ENST00000644217 protein_coding 1 NA 7 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000647428 protein_coding 1 NA 7 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645655 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000647186 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000646624 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645205 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000645351 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000646281 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000644604 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235435745 235435840 ENST00000651186 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000406207 protein_coding 5 5 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000645899 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000644578 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000642610 protein_coding 2 NA 9 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000543662 protein_coding 4 2 10 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000366601 protein_coding 8 1 7 TBCE ENSG00000284770 +CDS chr1 235435745 235435840 ENST00000644217 protein_coding 1 NA 8 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000647428 protein_coding 1 NA 8 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645655 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000647186 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000646624 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645205 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000645351 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000646281 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000644604 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436386 235436450 ENST00000651186 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000406207 protein_coding 5 5 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000645899 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000644578 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000642610 protein_coding 2 NA 10 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000543662 protein_coding 4 2 11 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000366601 protein_coding 8 1 8 TBCE ENSG00000284770 +CDS chr1 235436386 235436450 ENST00000644217 protein_coding 1 NA 9 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000647428 protein_coding 1 NA 9 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645655 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000647186 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000646624 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645205 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000645351 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000646281 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000644604 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235436544 235436608 ENST00000651186 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000406207 protein_coding 5 5 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000645899 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000644578 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000642610 protein_coding 2 NA 11 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000543662 protein_coding 4 2 12 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000366601 protein_coding 8 1 9 TBCE ENSG00000284770 +CDS chr1 235436544 235436608 ENST00000644217 protein_coding 1 NA 10 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000647428 protein_coding 1 NA 10 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645655 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000647186 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000646624 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645205 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000645351 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235437322 235437468 ENST00000646281 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000644604 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235437322 235437474 ENST00000651186 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000406207 protein_coding 5 5 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000645899 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000644578 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000642610 protein_coding 2 NA 12 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000543662 protein_coding 4 2 13 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000366601 protein_coding 8 1 10 TBCE ENSG00000284770 +CDS chr1 235437322 235437474 ENST00000644217 protein_coding 1 NA 11 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000647428 protein_coding 1 NA 11 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645655 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000647186 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000646624 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645205 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000645351 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000644604 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235438769 235438922 ENST00000651186 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000406207 protein_coding 5 5 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000645899 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438988 ENST00000644578 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000642610 protein_coding 2 NA 13 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000543662 protein_coding 4 2 14 TBCE ENSG00000284770 +CDS chr1 235438769 235438922 ENST00000366601 protein_coding 8 1 11 TBCE ENSG00000284770 +CDS chr1 235438769 235438988 ENST00000644217 protein_coding 1 NA 12 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000647428 protein_coding 1 NA 12 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645655 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000647186 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000646624 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645205 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000645351 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000644604 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235441814 235441882 ENST00000651186 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000406207 protein_coding 5 5 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000645899 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000644578 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000642610 protein_coding 2 NA 14 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000543662 protein_coding 4 2 15 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000366601 protein_coding 8 1 12 TBCE ENSG00000284770 +CDS chr1 235441814 235441882 ENST00000644217 protein_coding 1 NA 13 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000647428 protein_coding 1 NA 13 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645655 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000647186 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000646624 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645205 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000645351 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000644604 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235442852 235442911 ENST00000651186 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000406207 protein_coding 5 5 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000645899 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000644578 protein_coding 1 NA 14 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000642610 protein_coding 2 NA 15 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000543662 protein_coding 4 2 16 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000366601 protein_coding 8 1 13 TBCE ENSG00000284770 +CDS chr1 235442852 235442911 ENST00000644217 protein_coding 1 NA 14 TBCE ENSG00000284770 +transcript chr1 235447190 235504452 ENST00000366600 protein_coding 8 1 NA B3GALNT2 ENSG00000162885 +CDS chr1 235448349 235448440 ENST00000647428 protein_coding 1 NA 14 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645655 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000647186 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000646624 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645205 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000645351 protein_coding 1 NA 16 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000644604 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235448349 235448440 ENST00000651186 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000406207 protein_coding 5 5 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448509 ENST00000645899 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000644578 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000642610 protein_coding 2 NA 16 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000543662 protein_coding 4 2 17 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000366601 protein_coding 8 1 14 TBCE ENSG00000284770 +CDS chr1 235448349 235448440 ENST00000644217 protein_coding 1 NA 15 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000647428 protein_coding 1 NA 15 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645655 protein_coding 1 NA 20 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000647186 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000646624 protein_coding 1 NA 19 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645205 protein_coding 1 NA 20 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000645351 protein_coding 1 NA 17 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000644604 protein_coding 1 NA 18 TBCE ENSG00000285053 +CDS chr1 235448670 235448759 ENST00000651186 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000406207 protein_coding 5 5 17 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000644578 protein_coding 1 NA 16 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000642610 protein_coding 2 NA 17 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000543662 protein_coding 4 2 18 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000366601 protein_coding 8 1 15 TBCE ENSG00000284770 +CDS chr1 235448670 235448759 ENST00000644217 protein_coding 1 NA 16 TBCE ENSG00000284770 +transcript chr1 235449091 235504425 ENST00000676288 protein_coding 1 NA NA B3GALNT2 ENSG00000162885 +transcript chr1 235449155 235498827 ENST00000675555 protein_coding 1 NA NA B3GALNT2 ENSG00000162885 +CDS chr1 235450209 235450340 ENST00000366600 protein_coding 8 1 12 B3GALNT2 ENSG00000162885 +CDS chr1 235450209 235450340 ENST00000675555 protein_coding 1 NA 12 B3GALNT2 ENSG00000162885 +CDS chr1 235451360 235451374 ENST00000676288 protein_coding 1 NA 13 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000366600 protein_coding 8 1 11 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000676288 protein_coding 1 NA 12 B3GALNT2 ENSG00000162885 +CDS chr1 235453090 235453146 ENST00000675555 protein_coding 1 NA 11 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000366600 protein_coding 8 1 10 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000676288 protein_coding 1 NA 11 B3GALNT2 ENSG00000162885 +CDS chr1 235454156 235454315 ENST00000675555 protein_coding 1 NA 10 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000366600 protein_coding 8 1 9 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000676288 protein_coding 1 NA 10 B3GALNT2 ENSG00000162885 +CDS chr1 235455559 235455684 ENST00000675555 protein_coding 1 NA 9 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000366600 protein_coding 8 1 8 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000676288 protein_coding 1 NA 9 B3GALNT2 ENSG00000162885 +CDS chr1 235458603 235458786 ENST00000675555 protein_coding 1 NA 8 B3GALNT2 ENSG00000162885 +transcript chr1 235464896 235504422 ENST00000313984 protein_coding 3 1 NA B3GALNT2 ENSG00000162885 +CDS chr1 235465622 235465714 ENST00000313984 protein_coding 3 1 8 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000366600 protein_coding 8 1 7 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000676288 protein_coding 1 NA 8 B3GALNT2 ENSG00000162885 +CDS chr1 235465636 235465714 ENST00000675555 protein_coding 1 NA 7 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000366600 protein_coding 8 1 6 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000676288 protein_coding 1 NA 7 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000675555 protein_coding 1 NA 6 B3GALNT2 ENSG00000162885 +CDS chr1 235470850 235470960 ENST00000313984 protein_coding 3 1 7 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000366600 protein_coding 8 1 5 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000676288 protein_coding 1 NA 6 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000675555 protein_coding 1 NA 5 B3GALNT2 ENSG00000162885 +CDS chr1 235480054 235480149 ENST00000313984 protein_coding 3 1 6 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000366600 protein_coding 8 1 4 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000676288 protein_coding 1 NA 5 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000675555 protein_coding 1 NA 4 B3GALNT2 ENSG00000162885 +CDS chr1 235484322 235484515 ENST00000313984 protein_coding 3 1 5 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000366600 protein_coding 8 1 3 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000676288 protein_coding 1 NA 4 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000675555 protein_coding 1 NA 3 B3GALNT2 ENSG00000162885 +CDS chr1 235489168 235489268 ENST00000313984 protein_coding 3 1 4 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000366600 protein_coding 8 1 2 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000676288 protein_coding 1 NA 3 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494718 ENST00000675555 protein_coding 1 NA 2 B3GALNT2 ENSG00000162885 +CDS chr1 235494681 235494828 ENST00000313984 protein_coding 3 1 3 B3GALNT2 ENSG00000162885 +CDS chr1 235496186 235496308 ENST00000676288 protein_coding 1 NA 2 B3GALNT2 ENSG00000162885 +CDS chr1 235496186 235496308 ENST00000313984 protein_coding 3 1 2 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000366600 protein_coding 8 1 1 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000676288 protein_coding 1 NA 1 B3GALNT2 ENSG00000162885 +CDS chr1 235504141 235504252 ENST00000313984 protein_coding 3 1 1 B3GALNT2 ENSG00000162885 +transcript chr1 235547685 235649784 ENST00000391854 protein_coding 7 1 NA GNG4 ENSG00000168243 +transcript chr1 235547687 235650754 ENST00000450593 protein_coding 5 4 NA GNG4 ENSG00000168243 +transcript chr1 235550832 235595479 ENST00000366597 protein_coding 5 1 NA GNG4 ENSG00000168243 +transcript chr1 235550832 235650754 ENST00000366598 protein_coding 8 1 NA GNG4 ENSG00000168243 +transcript chr1 235551754 235588959 ENST00000484517 protein_coding 2 2 NA GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000366597 protein_coding 5 1 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000366598 protein_coding 8 1 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000484517 protein_coding 2 2 3 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000391854 protein_coding 7 1 4 GNG4 ENSG00000168243 +CDS chr1 235552112 235552237 ENST00000450593 protein_coding 5 4 4 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000366597 protein_coding 5 1 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000366598 protein_coding 8 1 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000484517 protein_coding 2 2 2 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000391854 protein_coding 7 1 3 GNG4 ENSG00000168243 +CDS chr1 235583740 235583838 ENST00000450593 protein_coding 5 4 3 GNG4 ENSG00000168243 +transcript chr1 235661041 235866906 ENST00000389793 protein_coding 7 5 NA LYST ENSG00000143669 +CDS chr1 235662943 235663078 ENST00000389793 protein_coding 7 5 53 LYST ENSG00000143669 +CDS chr1 235663984 235664055 ENST00000389793 protein_coding 7 5 52 LYST ENSG00000143669 +CDS chr1 235664465 235664621 ENST00000389793 protein_coding 7 5 51 LYST ENSG00000143669 +CDS chr1 235677091 235677188 ENST00000389793 protein_coding 7 5 50 LYST ENSG00000143669 +CDS chr1 235677480 235677619 ENST00000389793 protein_coding 7 5 49 LYST ENSG00000143669 +CDS chr1 235686949 235687047 ENST00000389793 protein_coding 7 5 48 LYST ENSG00000143669 +CDS chr1 235693350 235693486 ENST00000389793 protein_coding 7 5 47 LYST ENSG00000143669 +CDS chr1 235697083 235697272 ENST00000389793 protein_coding 7 5 46 LYST ENSG00000143669 +CDS chr1 235702747 235702977 ENST00000389793 protein_coding 7 5 45 LYST ENSG00000143669 +CDS chr1 235709091 235709308 ENST00000389793 protein_coding 7 5 44 LYST ENSG00000143669 +CDS chr1 235712057 235712197 ENST00000389793 protein_coding 7 5 43 LYST ENSG00000143669 +CDS chr1 235715201 235715357 ENST00000389793 protein_coding 7 5 42 LYST ENSG00000143669 +CDS chr1 235716712 235716778 ENST00000389793 protein_coding 7 5 41 LYST ENSG00000143669 +CDS chr1 235720661 235720905 ENST00000389793 protein_coding 7 5 40 LYST ENSG00000143669 +CDS chr1 235724028 235724180 ENST00000389793 protein_coding 7 5 39 LYST ENSG00000143669 +CDS chr1 235728076 235728131 ENST00000389793 protein_coding 7 5 38 LYST ENSG00000143669 +CDS chr1 235729596 235729657 ENST00000389793 protein_coding 7 5 37 LYST ENSG00000143669 +CDS chr1 235730847 235730943 ENST00000389793 protein_coding 7 5 36 LYST ENSG00000143669 +CDS chr1 235731032 235731177 ENST00000389793 protein_coding 7 5 35 LYST ENSG00000143669 +CDS chr1 235733503 235733691 ENST00000389793 protein_coding 7 5 34 LYST ENSG00000143669 +CDS chr1 235733830 235733906 ENST00000389793 protein_coding 7 5 33 LYST ENSG00000143669 +CDS chr1 235734483 235734659 ENST00000389793 protein_coding 7 5 32 LYST ENSG00000143669 +CDS chr1 235741422 235741628 ENST00000389793 protein_coding 7 5 31 LYST ENSG00000143669 +CDS chr1 235743979 235744157 ENST00000389793 protein_coding 7 5 30 LYST ENSG00000143669 +CDS chr1 235746336 235746527 ENST00000389793 protein_coding 7 5 29 LYST ENSG00000143669 +transcript chr1 235746468 235752171 ENST00000487530 protein_coding 2 4 NA LYST ENSG00000143669 +CDS chr1 235746468 235746527 ENST00000487530 protein_coding 2 4 4 LYST ENSG00000143669 +CDS chr1 235747170 235747331 ENST00000487530 protein_coding 2 4 3 LYST ENSG00000143669 +CDS chr1 235751210 235751362 ENST00000389793 protein_coding 7 5 28 LYST ENSG00000143669 +CDS chr1 235751210 235751362 ENST00000487530 protein_coding 2 4 2 LYST ENSG00000143669 +CDS chr1 235752005 235752171 ENST00000389793 protein_coding 7 5 27 LYST ENSG00000143669 +CDS chr1 235752005 235752171 ENST00000487530 protein_coding 2 4 1 LYST ENSG00000143669 +CDS chr1 235753044 235753274 ENST00000389793 protein_coding 7 5 26 LYST ENSG00000143669 +CDS chr1 235755478 235755647 ENST00000389793 protein_coding 7 5 25 LYST ENSG00000143669 +CDS chr1 235757281 235757458 ENST00000389793 protein_coding 7 5 24 LYST ENSG00000143669 +CDS chr1 235758972 235759599 ENST00000389793 protein_coding 7 5 23 LYST ENSG00000143669 +CDS chr1 235762720 235762851 ENST00000389793 protein_coding 7 5 22 LYST ENSG00000143669 +CDS chr1 235766079 235766277 ENST00000389793 protein_coding 7 5 21 LYST ENSG00000143669 +CDS chr1 235770160 235770297 ENST00000389793 protein_coding 7 5 20 LYST ENSG00000143669 +CDS chr1 235773842 235773991 ENST00000389793 protein_coding 7 5 19 LYST ENSG00000143669 +CDS chr1 235774913 235775086 ENST00000389793 protein_coding 7 5 18 LYST ENSG00000143669 +CDS chr1 235777063 235777308 ENST00000389793 protein_coding 7 5 17 LYST ENSG00000143669 +CDS chr1 235780865 235781055 ENST00000389793 protein_coding 7 5 16 LYST ENSG00000143669 +CDS chr1 235781927 235782087 ENST00000389793 protein_coding 7 5 15 LYST ENSG00000143669 +CDS chr1 235787200 235787373 ENST00000389793 protein_coding 7 5 14 LYST ENSG00000143669 +CDS chr1 235788701 235788845 ENST00000389793 protein_coding 7 5 13 LYST ENSG00000143669 +CDS chr1 235791699 235792125 ENST00000389793 protein_coding 7 5 12 LYST ENSG00000143669 +CDS chr1 235793503 235793612 ENST00000389793 protein_coding 7 5 11 LYST ENSG00000143669 +CDS chr1 235800320 235800386 ENST00000389793 protein_coding 7 5 10 LYST ENSG00000143669 +CDS chr1 235800871 235801097 ENST00000389793 protein_coding 7 5 9 LYST ENSG00000143669 +CDS chr1 235802908 235803064 ENST00000389793 protein_coding 7 5 8 LYST ENSG00000143669 +CDS chr1 235804504 235804665 ENST00000389793 protein_coding 7 5 7 LYST ENSG00000143669 +CDS chr1 235805743 235806772 ENST00000389793 protein_coding 7 5 6 LYST ENSG00000143669 +CDS chr1 235808455 235810534 ENST00000389793 protein_coding 7 5 5 LYST ENSG00000143669 +CDS chr1 235812971 235813061 ENST00000389793 protein_coding 7 5 4 LYST ENSG00000143669 +CDS chr1 235830226 235830417 ENST00000389793 protein_coding 7 5 3 LYST ENSG00000143669 +transcript chr1 235975830 236065109 ENST00000366595 protein_coding 7 1 NA NID1 ENSG00000116962 +transcript chr1 235975830 236065090 ENST00000264187 protein_coding 7 1 NA NID1 ENSG00000116962 +CDS chr1 235977870 235977988 ENST00000366595 protein_coding 7 1 17 NID1 ENSG00000116962 +CDS chr1 235977870 235977988 ENST00000264187 protein_coding 7 1 20 NID1 ENSG00000116962 +CDS chr1 235978995 235979107 ENST00000366595 protein_coding 7 1 16 NID1 ENSG00000116962 +CDS chr1 235978995 235979107 ENST00000264187 protein_coding 7 1 19 NID1 ENSG00000116962 +CDS chr1 235979822 235979945 ENST00000366595 protein_coding 7 1 15 NID1 ENSG00000116962 +CDS chr1 235979822 235979945 ENST00000264187 protein_coding 7 1 18 NID1 ENSG00000116962 +CDS chr1 235980496 235980653 ENST00000366595 protein_coding 7 1 14 NID1 ENSG00000116962 +CDS chr1 235980496 235980653 ENST00000264187 protein_coding 7 1 17 NID1 ENSG00000116962 +CDS chr1 235981611 235981782 ENST00000366595 protein_coding 7 1 13 NID1 ENSG00000116962 +CDS chr1 235981611 235981782 ENST00000264187 protein_coding 7 1 16 NID1 ENSG00000116962 +CDS chr1 235985379 235985505 ENST00000366595 protein_coding 7 1 12 NID1 ENSG00000116962 +CDS chr1 235985379 235985505 ENST00000264187 protein_coding 7 1 15 NID1 ENSG00000116962 +CDS chr1 235990886 235991058 ENST00000366595 protein_coding 7 1 11 NID1 ENSG00000116962 +CDS chr1 235990886 235991058 ENST00000264187 protein_coding 7 1 14 NID1 ENSG00000116962 +CDS chr1 235993645 235993872 ENST00000366595 protein_coding 7 1 10 NID1 ENSG00000116962 +CDS chr1 235993645 235993872 ENST00000264187 protein_coding 7 1 13 NID1 ENSG00000116962 +CDS chr1 236011921 236012043 ENST00000264187 protein_coding 7 1 12 NID1 ENSG00000116962 +CDS chr1 236013411 236013560 ENST00000264187 protein_coding 7 1 11 NID1 ENSG00000116962 +CDS chr1 236017148 236017273 ENST00000264187 protein_coding 7 1 10 NID1 ENSG00000116962 +CDS chr1 236024070 236024213 ENST00000366595 protein_coding 7 1 9 NID1 ENSG00000116962 +CDS chr1 236024070 236024213 ENST00000264187 protein_coding 7 1 9 NID1 ENSG00000116962 +CDS chr1 236025896 236026141 ENST00000366595 protein_coding 7 1 8 NID1 ENSG00000116962 +CDS chr1 236025896 236026141 ENST00000264187 protein_coding 7 1 8 NID1 ENSG00000116962 +CDS chr1 236029550 236029750 ENST00000366595 protein_coding 7 1 7 NID1 ENSG00000116962 +CDS chr1 236029550 236029750 ENST00000264187 protein_coding 7 1 7 NID1 ENSG00000116962 +CDS chr1 236032401 236032652 ENST00000366595 protein_coding 7 1 6 NID1 ENSG00000116962 +CDS chr1 236032401 236032652 ENST00000264187 protein_coding 7 1 6 NID1 ENSG00000116962 +CDS chr1 236038104 236038253 ENST00000366595 protein_coding 7 1 5 NID1 ENSG00000116962 +CDS chr1 236038104 236038253 ENST00000264187 protein_coding 7 1 5 NID1 ENSG00000116962 +CDS chr1 236041910 236042292 ENST00000366595 protein_coding 7 1 4 NID1 ENSG00000116962 +CDS chr1 236041910 236042292 ENST00000264187 protein_coding 7 1 4 NID1 ENSG00000116962 +CDS chr1 236045457 236045683 ENST00000366595 protein_coding 7 1 3 NID1 ENSG00000116962 +CDS chr1 236045457 236045683 ENST00000264187 protein_coding 7 1 3 NID1 ENSG00000116962 +CDS chr1 236048690 236048989 ENST00000366595 protein_coding 7 1 2 NID1 ENSG00000116962 +CDS chr1 236048690 236048989 ENST00000264187 protein_coding 7 1 2 NID1 ENSG00000116962 +CDS chr1 236064855 236065079 ENST00000366595 protein_coding 7 1 1 NID1 ENSG00000116962 +CDS chr1 236064855 236065079 ENST00000264187 protein_coding 7 1 1 NID1 ENSG00000116962 +transcript chr1 236142539 236208907 ENST00000366592 protein_coding 8 1 NA GPR137B ENSG00000077585 +CDS chr1 236142623 236143036 ENST00000366592 protein_coding 8 1 1 GPR137B ENSG00000077585 +transcript chr1 236168701 236208482 ENST00000454895 protein_coding 2 3 NA GPR137B ENSG00000077585 +CDS chr1 236168701 236168755 ENST00000454895 protein_coding 2 3 1 GPR137B ENSG00000077585 +CDS chr1 236168706 236168755 ENST00000366592 protein_coding 8 1 2 GPR137B ENSG00000077585 +CDS chr1 236178414 236178636 ENST00000366592 protein_coding 8 1 3 GPR137B ENSG00000077585 +CDS chr1 236178414 236178636 ENST00000454895 protein_coding 2 3 2 GPR137B ENSG00000077585 +CDS chr1 236179879 236180028 ENST00000366592 protein_coding 8 1 4 GPR137B ENSG00000077585 +CDS chr1 236179879 236180028 ENST00000454895 protein_coding 2 3 3 GPR137B ENSG00000077585 +CDS chr1 236183778 236183906 ENST00000366592 protein_coding 8 1 5 GPR137B ENSG00000077585 +CDS chr1 236183778 236183906 ENST00000454895 protein_coding 2 3 4 GPR137B ENSG00000077585 +CDS chr1 236205126 236205250 ENST00000366592 protein_coding 8 1 6 GPR137B ENSG00000077585 +CDS chr1 236205126 236205250 ENST00000454895 protein_coding 2 3 5 GPR137B ENSG00000077585 +CDS chr1 236208050 236208155 ENST00000366592 protein_coding 8 1 7 GPR137B ENSG00000077585 +CDS chr1 236208061 236208067 ENST00000454895 protein_coding 2 3 6 GPR137B ENSG00000077585 +transcript chr1 236215101 236281958 ENST00000354619 protein_coding 10 1 NA ERO1B ENSG00000086619 +transcript chr1 236218244 236275679 ENST00000687487 protein_coding 1 NA NA ERO1B ENSG00000086619 +CDS chr1 236218519 236218576 ENST00000354619 protein_coding 10 1 16 ERO1B ENSG00000086619 +CDS chr1 236218519 236218576 ENST00000687487 protein_coding 1 NA 16 ERO1B ENSG00000086619 +CDS chr1 236220832 236220965 ENST00000354619 protein_coding 10 1 15 ERO1B ENSG00000086619 +CDS chr1 236220832 236220965 ENST00000687487 protein_coding 1 NA 15 ERO1B ENSG00000086619 +CDS chr1 236221924 236222010 ENST00000354619 protein_coding 10 1 14 ERO1B ENSG00000086619 +CDS chr1 236221924 236222010 ENST00000687487 protein_coding 1 NA 14 ERO1B ENSG00000086619 +CDS chr1 236225070 236225139 ENST00000354619 protein_coding 10 1 13 ERO1B ENSG00000086619 +CDS chr1 236225070 236225139 ENST00000687487 protein_coding 1 NA 13 ERO1B ENSG00000086619 +CDS chr1 236226269 236226515 ENST00000354619 protein_coding 10 1 12 ERO1B ENSG00000086619 +CDS chr1 236226269 236226515 ENST00000687487 protein_coding 1 NA 12 ERO1B ENSG00000086619 +CDS chr1 236226647 236226739 ENST00000354619 protein_coding 10 1 11 ERO1B ENSG00000086619 +CDS chr1 236226647 236226739 ENST00000687487 protein_coding 1 NA 11 ERO1B ENSG00000086619 +CDS chr1 236230224 236230250 ENST00000354619 protein_coding 10 1 10 ERO1B ENSG00000086619 +CDS chr1 236230224 236230250 ENST00000687487 protein_coding 1 NA 10 ERO1B ENSG00000086619 +CDS chr1 236232828 236232839 ENST00000354619 protein_coding 10 1 9 ERO1B ENSG00000086619 +CDS chr1 236232828 236232839 ENST00000687487 protein_coding 1 NA 9 ERO1B ENSG00000086619 +CDS chr1 236235789 236235835 ENST00000354619 protein_coding 10 1 8 ERO1B ENSG00000086619 +CDS chr1 236235789 236235835 ENST00000687487 protein_coding 1 NA 8 ERO1B ENSG00000086619 +CDS chr1 236236278 236236398 ENST00000354619 protein_coding 10 1 7 ERO1B ENSG00000086619 +CDS chr1 236236278 236236398 ENST00000687487 protein_coding 1 NA 7 ERO1B ENSG00000086619 +CDS chr1 236243422 236243495 ENST00000354619 protein_coding 10 1 6 ERO1B ENSG00000086619 +CDS chr1 236243422 236243495 ENST00000687487 protein_coding 1 NA 6 ERO1B ENSG00000086619 +CDS chr1 236249885 236249967 ENST00000354619 protein_coding 10 1 5 ERO1B ENSG00000086619 +CDS chr1 236249885 236249958 ENST00000687487 protein_coding 1 NA 5 ERO1B ENSG00000086619 +CDS chr1 236252050 236252091 ENST00000354619 protein_coding 10 1 4 ERO1B ENSG00000086619 +CDS chr1 236253422 236253505 ENST00000354619 protein_coding 10 1 3 ERO1B ENSG00000086619 +CDS chr1 236269875 236269994 ENST00000354619 protein_coding 10 1 2 ERO1B ENSG00000086619 +CDS chr1 236281682 236281783 ENST00000354619 protein_coding 10 1 1 ERO1B ENSG00000086619 +transcript chr1 236348257 236484837 ENST00000637660 protein_coding 1 5 NA EDARADD ENSG00000186197 +transcript chr1 236348262 236482319 ENST00000439430 protein_coding 5 3 NA EDARADD ENSG00000186197 +transcript chr1 236394286 236484930 ENST00000334232 protein_coding 9 1 NA EDARADD ENSG00000186197 +CDS chr1 236394445 236394505 ENST00000334232 protein_coding 9 1 1 EDARADD ENSG00000186197 +transcript chr1 236395413 236484930 ENST00000359362 protein_coding 6 1 NA EDARADD ENSG00000186197 +CDS chr1 236395630 236395660 ENST00000359362 protein_coding 6 1 1 EDARADD ENSG00000186197 +CDS chr1 236409216 236409274 ENST00000334232 protein_coding 9 1 2 EDARADD ENSG00000186197 +CDS chr1 236409216 236409274 ENST00000359362 protein_coding 6 1 2 EDARADD ENSG00000186197 +CDS chr1 236409221 236409274 ENST00000637660 protein_coding 1 5 2 EDARADD ENSG00000186197 +CDS chr1 236409221 236409274 ENST00000439430 protein_coding 5 3 4 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000637660 protein_coding 1 5 3 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000439430 protein_coding 5 3 5 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000334232 protein_coding 9 1 3 EDARADD ENSG00000186197 +CDS chr1 236414260 236414299 ENST00000359362 protein_coding 6 1 3 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000637660 protein_coding 1 5 4 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000439430 protein_coding 5 3 6 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000334232 protein_coding 9 1 4 EDARADD ENSG00000186197 +CDS chr1 236427392 236427450 ENST00000359362 protein_coding 6 1 4 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000637660 protein_coding 1 5 5 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000439430 protein_coding 5 3 7 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000334232 protein_coding 9 1 5 EDARADD ENSG00000186197 +CDS chr1 236468231 236468276 ENST00000359362 protein_coding 6 1 5 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000637660 protein_coding 1 5 6 EDARADD ENSG00000186197 +CDS chr1 236482267 236482319 ENST00000439430 protein_coding 5 3 8 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000334232 protein_coding 9 1 6 EDARADD ENSG00000186197 +CDS chr1 236482267 236482646 ENST00000359362 protein_coding 6 1 6 EDARADD ENSG00000186197 +transcript chr1 236518000 236539063 ENST00000481485 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518214 236541691 ENST00000454943 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518239 236548281 ENST00000527974 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518260 236541672 ENST00000430527 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518265 236548283 ENST00000352231 protein_coding 6 2 NA LGALS8 ENSG00000116977 +transcript chr1 236518269 236542990 ENST00000406509 protein_coding 7 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518273 236552981 ENST00000526589 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236518301 236537580 ENST00000529489 protein_coding 5 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236549263 ENST00000341872 protein_coding 10 1 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236552974 ENST00000416919 protein_coding 6 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523439 236552981 ENST00000450372 protein_coding 6 1 NA LGALS8 ENSG00000116977 +transcript chr1 236523873 236544815 ENST00000238181 protein_coding 11 5 NA LGALS8 ENSG00000116977 +transcript chr1 236523982 236552981 ENST00000366584 protein_coding 9 1 NA LGALS8 ENSG00000116977 +transcript chr1 236524024 236549002 ENST00000323938 protein_coding 10 5 NA LGALS8 ENSG00000116977 +transcript chr1 236524581 236548796 ENST00000526634 protein_coding 5 5 NA LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000481485 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000454943 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000527974 protein_coding 5 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000430527 protein_coding 6 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000352231 protein_coding 6 2 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000406509 protein_coding 7 5 5 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000526589 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000529489 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000341872 protein_coding 10 1 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000416919 protein_coding 6 5 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000450372 protein_coding 6 1 3 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000238181 protein_coding 11 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000366584 protein_coding 9 1 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000323938 protein_coding 10 5 2 LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000526634 protein_coding 5 5 2 LGALS8 ENSG00000116977 +transcript chr1 236526071 236548161 ENST00000525042 protein_coding 1 1 NA LGALS8 ENSG00000116977 +CDS chr1 236526071 236526115 ENST00000525042 protein_coding 1 1 1 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000481485 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000454943 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000527974 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000430527 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000352231 protein_coding 6 2 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000406509 protein_coding 7 5 6 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000526589 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537580 ENST00000529489 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000341872 protein_coding 10 1 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000416919 protein_coding 6 5 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000450372 protein_coding 6 1 4 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000238181 protein_coding 11 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000366584 protein_coding 9 1 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000323938 protein_coding 10 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000526634 protein_coding 5 5 3 LGALS8 ENSG00000116977 +CDS chr1 236537497 236537585 ENST00000525042 protein_coding 1 1 2 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539063 ENST00000481485 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000454943 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000527974 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000430527 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000352231 protein_coding 6 2 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000406509 protein_coding 7 5 7 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000526589 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000341872 protein_coding 10 1 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000416919 protein_coding 6 5 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000450372 protein_coding 6 1 5 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000238181 protein_coding 11 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000366584 protein_coding 9 1 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000526634 protein_coding 5 5 4 LGALS8 ENSG00000116977 +CDS chr1 236538879 236539089 ENST00000525042 protein_coding 1 1 3 LGALS8 ENSG00000116977 +CDS chr1 236538960 236539089 ENST00000323938 protein_coding 10 5 4 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000454943 protein_coding 6 5 7 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000527974 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000352231 protein_coding 6 2 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000406509 protein_coding 7 5 8 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000526589 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000341872 protein_coding 10 1 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000450372 protein_coding 6 1 6 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000366584 protein_coding 9 1 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000323938 protein_coding 10 5 5 LGALS8 ENSG00000116977 +CDS chr1 236540564 236540683 ENST00000526634 protein_coding 5 5 5 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541691 ENST00000454943 protein_coding 6 5 8 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000527974 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541672 ENST00000430527 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000352231 protein_coding 6 2 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000406509 protein_coding 7 5 9 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000526589 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000341872 protein_coding 10 1 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000450372 protein_coding 6 1 7 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000366584 protein_coding 9 1 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000323938 protein_coding 10 5 6 LGALS8 ENSG00000116977 +CDS chr1 236541654 236541710 ENST00000526634 protein_coding 5 5 6 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000527974 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000352231 protein_coding 6 2 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000406509 protein_coding 7 5 10 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000526589 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000341872 protein_coding 10 1 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000416919 protein_coding 6 5 6 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000450372 protein_coding 6 1 8 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000238181 protein_coding 11 5 5 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000366584 protein_coding 9 1 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000323938 protein_coding 10 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000526634 protein_coding 5 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542761 236542787 ENST00000525042 protein_coding 1 1 4 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000527974 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000352231 protein_coding 6 2 9 LGALS8 ENSG00000116977 +CDS chr1 236542915 236542990 ENST00000406509 protein_coding 7 5 11 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000526589 protein_coding 5 5 11 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000416919 protein_coding 6 5 7 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000450372 protein_coding 6 1 9 LGALS8 ENSG00000116977 +CDS chr1 236542915 236543040 ENST00000525042 protein_coding 1 1 5 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000527974 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000352231 protein_coding 6 2 10 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000526589 protein_coding 5 5 12 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000341872 protein_coding 10 1 9 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000416919 protein_coding 6 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000450372 protein_coding 6 1 10 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000238181 protein_coding 11 5 6 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000366584 protein_coding 9 1 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000323938 protein_coding 10 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000526634 protein_coding 5 5 8 LGALS8 ENSG00000116977 +CDS chr1 236543560 236543648 ENST00000525042 protein_coding 1 1 6 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000527974 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000352231 protein_coding 6 2 11 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000526589 protein_coding 5 5 13 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000341872 protein_coding 10 1 10 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000416919 protein_coding 6 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000450372 protein_coding 6 1 11 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544815 ENST00000238181 protein_coding 11 5 7 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000366584 protein_coding 9 1 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000323938 protein_coding 10 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000526634 protein_coding 5 5 9 LGALS8 ENSG00000116977 +CDS chr1 236544750 236544915 ENST00000525042 protein_coding 1 1 7 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000527974 protein_coding 5 5 11 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000352231 protein_coding 6 2 12 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000526589 protein_coding 5 5 14 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000341872 protein_coding 10 1 11 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000416919 protein_coding 6 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000450372 protein_coding 6 1 12 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000366584 protein_coding 9 1 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000323938 protein_coding 10 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000526634 protein_coding 5 5 10 LGALS8 ENSG00000116977 +CDS chr1 236548012 236548158 ENST00000525042 protein_coding 1 1 8 LGALS8 ENSG00000116977 +transcript chr1 236549005 236604516 ENST00000366582 protein_coding 8 5 NA HEATR1 ENSG00000119285 +transcript chr1 236550671 236604504 ENST00000366581 protein_coding 6 5 NA HEATR1 ENSG00000119285 +CDS chr1 236550905 236550990 ENST00000366582 protein_coding 8 5 45 HEATR1 ENSG00000119285 +CDS chr1 236550905 236550990 ENST00000366581 protein_coding 6 5 44 HEATR1 ENSG00000119285 +CDS chr1 236551999 236552107 ENST00000366582 protein_coding 8 5 44 HEATR1 ENSG00000119285 +CDS chr1 236551999 236552107 ENST00000366581 protein_coding 6 5 43 HEATR1 ENSG00000119285 +CDS chr1 236553581 236553739 ENST00000366582 protein_coding 8 5 43 HEATR1 ENSG00000119285 +CDS chr1 236553581 236553739 ENST00000366581 protein_coding 6 5 42 HEATR1 ENSG00000119285 +CDS chr1 236554598 236554752 ENST00000366582 protein_coding 8 5 42 HEATR1 ENSG00000119285 +CDS chr1 236554598 236554752 ENST00000366581 protein_coding 6 5 41 HEATR1 ENSG00000119285 +CDS chr1 236555296 236555464 ENST00000366582 protein_coding 8 5 41 HEATR1 ENSG00000119285 +CDS chr1 236555296 236555464 ENST00000366581 protein_coding 6 5 40 HEATR1 ENSG00000119285 +CDS chr1 236555551 236555655 ENST00000366582 protein_coding 8 5 40 HEATR1 ENSG00000119285 +CDS chr1 236555551 236555655 ENST00000366581 protein_coding 6 5 39 HEATR1 ENSG00000119285 +CDS chr1 236555805 236555939 ENST00000366582 protein_coding 8 5 39 HEATR1 ENSG00000119285 +CDS chr1 236555805 236555939 ENST00000366581 protein_coding 6 5 38 HEATR1 ENSG00000119285 +CDS chr1 236556100 236556258 ENST00000366582 protein_coding 8 5 38 HEATR1 ENSG00000119285 +CDS chr1 236556100 236556258 ENST00000366581 protein_coding 6 5 37 HEATR1 ENSG00000119285 +CDS chr1 236557195 236557345 ENST00000366582 protein_coding 8 5 37 HEATR1 ENSG00000119285 +CDS chr1 236557195 236557345 ENST00000366581 protein_coding 6 5 36 HEATR1 ENSG00000119285 +CDS chr1 236558237 236558529 ENST00000366582 protein_coding 8 5 36 HEATR1 ENSG00000119285 +CDS chr1 236558237 236558529 ENST00000366581 protein_coding 6 5 35 HEATR1 ENSG00000119285 +CDS chr1 236558995 236559135 ENST00000366582 protein_coding 8 5 35 HEATR1 ENSG00000119285 +CDS chr1 236558995 236559135 ENST00000366581 protein_coding 6 5 34 HEATR1 ENSG00000119285 +CDS chr1 236559714 236559837 ENST00000366582 protein_coding 8 5 34 HEATR1 ENSG00000119285 +CDS chr1 236559714 236559837 ENST00000366581 protein_coding 6 5 33 HEATR1 ENSG00000119285 +CDS chr1 236561225 236561271 ENST00000366582 protein_coding 8 5 33 HEATR1 ENSG00000119285 +CDS chr1 236561225 236561271 ENST00000366581 protein_coding 6 5 32 HEATR1 ENSG00000119285 +CDS chr1 236564498 236564661 ENST00000366582 protein_coding 8 5 32 HEATR1 ENSG00000119285 +CDS chr1 236564498 236564661 ENST00000366581 protein_coding 6 5 31 HEATR1 ENSG00000119285 +CDS chr1 236565919 236566045 ENST00000366582 protein_coding 8 5 31 HEATR1 ENSG00000119285 +CDS chr1 236565919 236566045 ENST00000366581 protein_coding 6 5 30 HEATR1 ENSG00000119285 +CDS chr1 236566646 236566876 ENST00000366582 protein_coding 8 5 30 HEATR1 ENSG00000119285 +CDS chr1 236566646 236566876 ENST00000366581 protein_coding 6 5 29 HEATR1 ENSG00000119285 +CDS chr1 236568996 236569124 ENST00000366582 protein_coding 8 5 29 HEATR1 ENSG00000119285 +CDS chr1 236568996 236569124 ENST00000366581 protein_coding 6 5 28 HEATR1 ENSG00000119285 +CDS chr1 236571351 236571472 ENST00000366582 protein_coding 8 5 28 HEATR1 ENSG00000119285 +CDS chr1 236571351 236571472 ENST00000366581 protein_coding 6 5 27 HEATR1 ENSG00000119285 +CDS chr1 236571568 236571686 ENST00000366582 protein_coding 8 5 27 HEATR1 ENSG00000119285 +CDS chr1 236571568 236571686 ENST00000366581 protein_coding 6 5 26 HEATR1 ENSG00000119285 +CDS chr1 236572411 236572554 ENST00000366582 protein_coding 8 5 26 HEATR1 ENSG00000119285 +CDS chr1 236572411 236572554 ENST00000366581 protein_coding 6 5 25 HEATR1 ENSG00000119285 +CDS chr1 236572725 236572828 ENST00000366582 protein_coding 8 5 25 HEATR1 ENSG00000119285 +CDS chr1 236572725 236572828 ENST00000366581 protein_coding 6 5 24 HEATR1 ENSG00000119285 +CDS chr1 236574202 236574333 ENST00000366582 protein_coding 8 5 24 HEATR1 ENSG00000119285 +CDS chr1 236574202 236574333 ENST00000366581 protein_coding 6 5 23 HEATR1 ENSG00000119285 +CDS chr1 236574661 236574903 ENST00000366582 protein_coding 8 5 23 HEATR1 ENSG00000119285 +CDS chr1 236576219 236576377 ENST00000366582 protein_coding 8 5 22 HEATR1 ENSG00000119285 +CDS chr1 236576219 236576377 ENST00000366581 protein_coding 6 5 22 HEATR1 ENSG00000119285 +CDS chr1 236576780 236576949 ENST00000366582 protein_coding 8 5 21 HEATR1 ENSG00000119285 +CDS chr1 236576780 236576949 ENST00000366581 protein_coding 6 5 21 HEATR1 ENSG00000119285 +CDS chr1 236581222 236581414 ENST00000366582 protein_coding 8 5 20 HEATR1 ENSG00000119285 +CDS chr1 236581222 236581414 ENST00000366581 protein_coding 6 5 20 HEATR1 ENSG00000119285 +CDS chr1 236582736 236582872 ENST00000366582 protein_coding 8 5 19 HEATR1 ENSG00000119285 +CDS chr1 236582736 236582872 ENST00000366581 protein_coding 6 5 19 HEATR1 ENSG00000119285 +CDS chr1 236583013 236583196 ENST00000366582 protein_coding 8 5 18 HEATR1 ENSG00000119285 +CDS chr1 236583013 236583196 ENST00000366581 protein_coding 6 5 18 HEATR1 ENSG00000119285 +CDS chr1 236585025 236585216 ENST00000366582 protein_coding 8 5 17 HEATR1 ENSG00000119285 +CDS chr1 236585025 236585216 ENST00000366581 protein_coding 6 5 17 HEATR1 ENSG00000119285 +CDS chr1 236585820 236585941 ENST00000366582 protein_coding 8 5 16 HEATR1 ENSG00000119285 +CDS chr1 236585820 236585941 ENST00000366581 protein_coding 6 5 16 HEATR1 ENSG00000119285 +CDS chr1 236586241 236586452 ENST00000366582 protein_coding 8 5 15 HEATR1 ENSG00000119285 +CDS chr1 236586241 236586452 ENST00000366581 protein_coding 6 5 15 HEATR1 ENSG00000119285 +CDS chr1 236587402 236587490 ENST00000366582 protein_coding 8 5 14 HEATR1 ENSG00000119285 +CDS chr1 236587402 236587490 ENST00000366581 protein_coding 6 5 14 HEATR1 ENSG00000119285 +CDS chr1 236587948 236588043 ENST00000366582 protein_coding 8 5 13 HEATR1 ENSG00000119285 +CDS chr1 236587948 236588043 ENST00000366581 protein_coding 6 5 13 HEATR1 ENSG00000119285 +CDS chr1 236590847 236590954 ENST00000366582 protein_coding 8 5 12 HEATR1 ENSG00000119285 +CDS chr1 236590847 236590954 ENST00000366581 protein_coding 6 5 12 HEATR1 ENSG00000119285 +CDS chr1 236591993 236592110 ENST00000366582 protein_coding 8 5 11 HEATR1 ENSG00000119285 +CDS chr1 236591993 236592110 ENST00000366581 protein_coding 6 5 11 HEATR1 ENSG00000119285 +CDS chr1 236592523 236592633 ENST00000366582 protein_coding 8 5 10 HEATR1 ENSG00000119285 +CDS chr1 236592523 236592633 ENST00000366581 protein_coding 6 5 10 HEATR1 ENSG00000119285 +CDS chr1 236594012 236594114 ENST00000366582 protein_coding 8 5 9 HEATR1 ENSG00000119285 +CDS chr1 236594012 236594114 ENST00000366581 protein_coding 6 5 9 HEATR1 ENSG00000119285 +CDS chr1 236595540 236595673 ENST00000366582 protein_coding 8 5 8 HEATR1 ENSG00000119285 +CDS chr1 236595540 236595673 ENST00000366581 protein_coding 6 5 8 HEATR1 ENSG00000119285 +CDS chr1 236595833 236596044 ENST00000366582 protein_coding 8 5 7 HEATR1 ENSG00000119285 +CDS chr1 236595833 236596044 ENST00000366581 protein_coding 6 5 7 HEATR1 ENSG00000119285 +CDS chr1 236596836 236596976 ENST00000366582 protein_coding 8 5 6 HEATR1 ENSG00000119285 +CDS chr1 236596836 236596976 ENST00000366581 protein_coding 6 5 6 HEATR1 ENSG00000119285 +CDS chr1 236597878 236597979 ENST00000366582 protein_coding 8 5 5 HEATR1 ENSG00000119285 +CDS chr1 236597878 236597979 ENST00000366581 protein_coding 6 5 5 HEATR1 ENSG00000119285 +CDS chr1 236599483 236599624 ENST00000366582 protein_coding 8 5 4 HEATR1 ENSG00000119285 +CDS chr1 236599483 236599624 ENST00000366581 protein_coding 6 5 4 HEATR1 ENSG00000119285 +transcript chr1 236602825 236604488 ENST00000366579 protein_coding 1 2 NA HEATR1 ENSG00000119285 +CDS chr1 236603159 236603376 ENST00000366579 protein_coding 1 2 3 HEATR1 ENSG00000119285 +CDS chr1 236603160 236603376 ENST00000366582 protein_coding 8 5 3 HEATR1 ENSG00000119285 +CDS chr1 236603160 236603376 ENST00000366581 protein_coding 6 5 3 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366582 protein_coding 8 5 2 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366581 protein_coding 6 5 2 HEATR1 ENSG00000119285 +CDS chr1 236603954 236604095 ENST00000366579 protein_coding 1 2 2 HEATR1 ENSG00000119285 +transcript chr1 236664141 236720142 ENST00000651187 protein_coding 1 NA NA ACTN2 ENSG00000077522 +transcript chr1 236686454 236762943 ENST00000542672 protein_coding 6 1 NA ACTN2 ENSG00000077522 +transcript chr1 236686499 236764631 ENST00000366578 protein_coding 6 1 NA ACTN2 ENSG00000077522 +transcript chr1 236686639 236764595 ENST00000682015 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000542672 protein_coding 6 1 1 ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000366578 protein_coding 6 1 1 ACTN2 ENSG00000077522 +CDS chr1 236686674 236686799 ENST00000682015 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +transcript chr1 236686689 236763120 ENST00000651275 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236686689 236686799 ENST00000651275 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000542672 protein_coding 6 1 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000366578 protein_coding 6 1 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000682015 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236717858 236717972 ENST00000651275 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236717948 236717972 ENST00000651187 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000651187 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000542672 protein_coding 6 1 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000366578 protein_coding 6 1 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000682015 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236718894 236719013 ENST00000651275 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720142 ENST00000651187 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000542672 protein_coding 6 1 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000366578 protein_coding 6 1 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000682015 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236720105 236720191 ENST00000651275 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000542672 protein_coding 6 1 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000366578 protein_coding 6 1 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000682015 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236725933 236726020 ENST00000651275 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000542672 protein_coding 6 1 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000366578 protein_coding 6 1 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000682015 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236727678 236727756 ENST00000651275 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000542672 protein_coding 6 1 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000366578 protein_coding 6 1 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000682015 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +CDS chr1 236731233 236731314 ENST00000651275 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +transcript chr1 236731250 236762848 ENST00000651781 protein_coding 1 NA NA ACTN2 ENSG00000077522 +CDS chr1 236731250 236731314 ENST00000651781 protein_coding 1 NA 1 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000542672 protein_coding 6 1 8 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000651275 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236734433 236734518 ENST00000651781 protein_coding 1 NA 2 ACTN2 ENSG00000077522 +CDS chr1 236735635 236735720 ENST00000366578 protein_coding 6 1 8 ACTN2 ENSG00000077522 +CDS chr1 236735635 236735720 ENST00000682015 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737214 ENST00000542672 protein_coding 6 1 9 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737214 ENST00000366578 protein_coding 6 1 9 ACTN2 ENSG00000077522 +CDS chr1 236737122 236737180 ENST00000651781 protein_coding 1 NA 3 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000542672 protein_coding 6 1 10 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000366578 protein_coding 6 1 10 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000682015 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236739302 236739532 ENST00000651275 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000542672 protein_coding 6 1 11 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000366578 protein_coding 6 1 11 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000682015 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236742896 236743043 ENST00000651275 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236742919 236743043 ENST00000651781 protein_coding 1 NA 4 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000542672 protein_coding 6 1 12 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000366578 protein_coding 6 1 12 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000682015 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000651275 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236744626 236744776 ENST00000651781 protein_coding 1 NA 5 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000542672 protein_coding 6 1 13 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000366578 protein_coding 6 1 13 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000682015 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000651275 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236747667 236747775 ENST00000651781 protein_coding 1 NA 6 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000542672 protein_coding 6 1 14 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000366578 protein_coding 6 1 14 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000682015 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000651275 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236749124 236749264 ENST00000651781 protein_coding 1 NA 7 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000542672 protein_coding 6 1 15 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000366578 protein_coding 6 1 15 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000682015 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000651275 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +CDS chr1 236751470 236751652 ENST00000651781 protein_coding 1 NA 8 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000542672 protein_coding 6 1 16 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000366578 protein_coding 6 1 16 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000682015 protein_coding 1 NA 15 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000651275 protein_coding 1 NA 15 ACTN2 ENSG00000077522 +CDS chr1 236753947 236754081 ENST00000651781 protein_coding 1 NA 9 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000542672 protein_coding 6 1 17 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000366578 protein_coding 6 1 17 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000682015 protein_coding 1 NA 16 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000651275 protein_coding 1 NA 16 ACTN2 ENSG00000077522 +CDS chr1 236755019 236755198 ENST00000651781 protein_coding 1 NA 10 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000542672 protein_coding 6 1 18 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000366578 protein_coding 6 1 18 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000682015 protein_coding 1 NA 17 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000651275 protein_coding 1 NA 17 ACTN2 ENSG00000077522 +CDS chr1 236757486 236757632 ENST00000651781 protein_coding 1 NA 11 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000542672 protein_coding 6 1 19 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000366578 protein_coding 6 1 19 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000682015 protein_coding 1 NA 18 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000651275 protein_coding 1 NA 18 ACTN2 ENSG00000077522 +CDS chr1 236759724 236759789 ENST00000651781 protein_coding 1 NA 12 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000542672 protein_coding 6 1 20 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000366578 protein_coding 6 1 20 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000682015 protein_coding 1 NA 19 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000651275 protein_coding 1 NA 19 ACTN2 ENSG00000077522 +CDS chr1 236761015 236761173 ENST00000651781 protein_coding 1 NA 13 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000542672 protein_coding 6 1 21 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000366578 protein_coding 6 1 21 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000682015 protein_coding 1 NA 20 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000651275 protein_coding 1 NA 20 ACTN2 ENSG00000077522 +CDS chr1 236762461 236762616 ENST00000651781 protein_coding 1 NA 14 ACTN2 ENSG00000077522 +transcript chr1 236795292 236903981 ENST00000366577 protein_coding 10 1 NA MTR ENSG00000116984 +transcript chr1 236795292 236903981 ENST00000674797 protein_coding 2 NA NA MTR ENSG00000116984 +transcript chr1 236795682 236898134 ENST00000535889 protein_coding 6 1 NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000366577 protein_coding 10 1 1 MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000535889 protein_coding 6 1 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000681102 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000681102 protein_coding 1 NA 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000679842 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000679842 protein_coding 1 NA 1 MTR ENSG00000116984 +transcript chr1 236795704 236897644 ENST00000681177 protein_coding 1 NA NA MTR ENSG00000116984 +CDS chr1 236795704 236795737 ENST00000681177 protein_coding 1 NA 1 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000366577 protein_coding 10 1 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000535889 protein_coding 6 1 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000681102 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000679842 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236803428 236803642 ENST00000681177 protein_coding 1 NA 2 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000366577 protein_coding 10 1 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000535889 protein_coding 6 1 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000681102 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000679842 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236806144 236806233 ENST00000681177 protein_coding 1 NA 3 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000366577 protein_coding 10 1 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000535889 protein_coding 6 1 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000681102 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000679842 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808704 236808773 ENST00000681177 protein_coding 1 NA 4 MTR ENSG00000116984 +CDS chr1 236808713 236808773 ENST00000674797 protein_coding 2 NA 3 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000366577 protein_coding 10 1 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000674797 protein_coding 2 NA 4 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000535889 protein_coding 6 1 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000681102 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000679842 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236810503 236810595 ENST00000681177 protein_coding 1 NA 5 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000366577 protein_coding 10 1 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000674797 protein_coding 2 NA 5 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000535889 protein_coding 6 1 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000681102 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000679842 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236812738 236812844 ENST00000681177 protein_coding 1 NA 6 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000366577 protein_coding 10 1 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000674797 protein_coding 2 NA 6 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000535889 protein_coding 6 1 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000681102 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000679842 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236815604 236815663 ENST00000681177 protein_coding 1 NA 7 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000366577 protein_coding 10 1 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000674797 protein_coding 2 NA 7 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000535889 protein_coding 6 1 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000681102 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000679842 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236816449 236816543 ENST00000681177 protein_coding 1 NA 8 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000366577 protein_coding 10 1 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000674797 protein_coding 2 NA 8 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000535889 protein_coding 6 1 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000681102 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000679842 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236824119 236824219 ENST00000681177 protein_coding 1 NA 9 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000366577 protein_coding 10 1 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000674797 protein_coding 2 NA 9 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000535889 protein_coding 6 1 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000681102 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000679842 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236825338 236825399 ENST00000681177 protein_coding 1 NA 10 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000366577 protein_coding 10 1 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000674797 protein_coding 2 NA 10 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000535889 protein_coding 6 1 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000681102 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000679842 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236826829 236826896 ENST00000681177 protein_coding 1 NA 11 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000366577 protein_coding 10 1 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000674797 protein_coding 2 NA 11 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000535889 protein_coding 6 1 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000681102 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000679842 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236829189 236829268 ENST00000681177 protein_coding 1 NA 12 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000366577 protein_coding 10 1 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000674797 protein_coding 2 NA 12 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000535889 protein_coding 6 1 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000681102 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000679842 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236831966 236832078 ENST00000681177 protein_coding 1 NA 13 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000366577 protein_coding 10 1 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000674797 protein_coding 2 NA 13 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000535889 protein_coding 6 1 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000681102 protein_coding 1 NA 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000679842 protein_coding 1 NA 14 MTR ENSG00000116984 +CDS chr1 236835547 236835687 ENST00000681177 protein_coding 1 NA 14 MTR ENSG00000116984 +transcript chr1 236835616 236900418 ENST00000366576 protein_coding 3 1 NA MTR ENSG00000116984 +CDS chr1 236835616 236835687 ENST00000366576 protein_coding 3 1 1 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000366577 protein_coding 10 1 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000674797 protein_coding 2 NA 14 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000535889 protein_coding 6 1 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000681102 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000679842 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838599 ENST00000681177 protein_coding 1 NA 15 MTR ENSG00000116984 +CDS chr1 236838414 236838518 ENST00000366576 protein_coding 3 1 2 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000366577 protein_coding 10 1 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000674797 protein_coding 2 NA 15 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000535889 protein_coding 6 1 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000679842 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236850344 236850523 ENST00000366576 protein_coding 3 1 3 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000366577 protein_coding 10 1 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000674797 protein_coding 2 NA 16 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000535889 protein_coding 6 1 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000681102 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000679842 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236852521 236852637 ENST00000366576 protein_coding 3 1 4 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000366577 protein_coding 10 1 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000674797 protein_coding 2 NA 17 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000535889 protein_coding 6 1 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000681102 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000679842 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236852948 236853088 ENST00000366576 protein_coding 3 1 5 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000366577 protein_coding 10 1 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000674797 protein_coding 2 NA 18 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000535889 protein_coding 6 1 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000681102 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000679842 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000681177 protein_coding 1 NA 16 MTR ENSG00000116984 +CDS chr1 236859833 236859922 ENST00000366576 protein_coding 3 1 6 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000366577 protein_coding 10 1 20 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000674797 protein_coding 2 NA 19 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000681102 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000679842 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000681177 protein_coding 1 NA 17 MTR ENSG00000116984 +CDS chr1 236861125 236861277 ENST00000366576 protein_coding 3 1 7 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000366577 protein_coding 10 1 21 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000674797 protein_coding 2 NA 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000535889 protein_coding 6 1 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000681102 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000679842 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000681177 protein_coding 1 NA 18 MTR ENSG00000116984 +CDS chr1 236862236 236862343 ENST00000366576 protein_coding 3 1 8 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000366577 protein_coding 10 1 22 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000674797 protein_coding 2 NA 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000535889 protein_coding 6 1 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000681102 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000679842 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000681177 protein_coding 1 NA 19 MTR ENSG00000116984 +CDS chr1 236863454 236863554 ENST00000366576 protein_coding 3 1 9 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000366577 protein_coding 10 1 23 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000674797 protein_coding 2 NA 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000535889 protein_coding 6 1 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000681102 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000681177 protein_coding 1 NA 20 MTR ENSG00000116984 +CDS chr1 236873773 236873840 ENST00000366576 protein_coding 3 1 10 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000366577 protein_coding 10 1 24 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000674797 protein_coding 2 NA 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000535889 protein_coding 6 1 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000681102 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000681177 protein_coding 1 NA 21 MTR ENSG00000116984 +CDS chr1 236874726 236874846 ENST00000366576 protein_coding 3 1 11 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000366577 protein_coding 10 1 25 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000674797 protein_coding 2 NA 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000535889 protein_coding 6 1 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000681102 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000679842 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000681177 protein_coding 1 NA 22 MTR ENSG00000116984 +CDS chr1 236880755 236880836 ENST00000366576 protein_coding 3 1 12 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000366577 protein_coding 10 1 26 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000674797 protein_coding 2 NA 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000535889 protein_coding 6 1 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000681102 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000679842 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000681177 protein_coding 1 NA 23 MTR ENSG00000116984 +CDS chr1 236885121 236885219 ENST00000366576 protein_coding 3 1 13 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000366577 protein_coding 10 1 27 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000674797 protein_coding 2 NA 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000535889 protein_coding 6 1 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000681102 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000679842 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000681177 protein_coding 1 NA 24 MTR ENSG00000116984 +CDS chr1 236886292 236886367 ENST00000366576 protein_coding 3 1 14 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000366577 protein_coding 10 1 28 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000674797 protein_coding 2 NA 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000535889 protein_coding 6 1 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000681102 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000679842 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000681177 protein_coding 1 NA 25 MTR ENSG00000116984 +CDS chr1 236889181 236889336 ENST00000366576 protein_coding 3 1 15 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000366577 protein_coding 10 1 29 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000674797 protein_coding 2 NA 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000535889 protein_coding 6 1 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000681102 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000679842 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000681177 protein_coding 1 NA 26 MTR ENSG00000116984 +CDS chr1 236891133 236891329 ENST00000366576 protein_coding 3 1 16 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000366577 protein_coding 10 1 30 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000674797 protein_coding 2 NA 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000535889 protein_coding 6 1 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000681102 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000679842 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000681177 protein_coding 1 NA 27 MTR ENSG00000116984 +CDS chr1 236894357 236894557 ENST00000366576 protein_coding 3 1 17 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000366577 protein_coding 10 1 31 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000674797 protein_coding 2 NA 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000535889 protein_coding 6 1 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000681102 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000679842 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000681177 protein_coding 1 NA 28 MTR ENSG00000116984 +CDS chr1 236895358 236895550 ENST00000366576 protein_coding 3 1 18 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000366577 protein_coding 10 1 32 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000674797 protein_coding 2 NA 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000535889 protein_coding 6 1 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000681102 protein_coding 1 NA 31 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000679842 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000681177 protein_coding 1 NA 29 MTR ENSG00000116984 +CDS chr1 236897006 236897118 ENST00000366576 protein_coding 3 1 19 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000366577 protein_coding 10 1 33 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000674797 protein_coding 2 NA 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000535889 protein_coding 6 1 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000681102 protein_coding 1 NA 32 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000679842 protein_coding 1 NA 31 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000681177 protein_coding 1 NA 30 MTR ENSG00000116984 +CDS chr1 236897558 236897641 ENST00000366576 protein_coding 3 1 20 MTR ENSG00000116984 +transcript chr1 237004103 237004441 ENST00000464121 protein_coding 3 NA NA MT1HL1 ENSG00000244020 +CDS chr1 237004190 237004372 ENST00000464121 protein_coding 3 NA 1 MT1HL1 ENSG00000244020 +transcript chr1 237042184 237833988 ENST00000366574 protein_coding 7 1 NA RYR2 ENSG00000198626 +CDS chr1 237042522 237042569 ENST00000366574 protein_coding 7 1 1 RYR2 ENSG00000198626 +CDS chr1 237270497 237270616 ENST00000366574 protein_coding 7 1 2 RYR2 ENSG00000198626 +CDS chr1 237330878 237330982 ENST00000366574 protein_coding 7 1 3 RYR2 ENSG00000198626 +CDS chr1 237355965 237355985 ENST00000366574 protein_coding 7 1 4 RYR2 ENSG00000198626 +CDS chr1 237364358 237364372 ENST00000366574 protein_coding 7 1 5 RYR2 ENSG00000198626 +CDS chr1 237369534 237369608 ENST00000366574 protein_coding 7 1 6 RYR2 ENSG00000198626 +CDS chr1 237374717 237374795 ENST00000366574 protein_coding 7 1 7 RYR2 ENSG00000198626 +CDS chr1 237377323 237377435 ENST00000366574 protein_coding 7 1 8 RYR2 ENSG00000198626 +CDS chr1 237387281 237387380 ENST00000366574 protein_coding 7 1 9 RYR2 ENSG00000198626 +CDS chr1 237388087 237388183 ENST00000366574 protein_coding 7 1 10 RYR2 ENSG00000198626 +CDS chr1 237417049 237417123 ENST00000366574 protein_coding 7 1 11 RYR2 ENSG00000198626 +CDS chr1 237423092 237423248 ENST00000366574 protein_coding 7 1 12 RYR2 ENSG00000198626 +CDS chr1 237441319 237441483 ENST00000366574 protein_coding 7 1 13 RYR2 ENSG00000198626 +CDS chr1 237445401 237445522 ENST00000366574 protein_coding 7 1 14 RYR2 ENSG00000198626 +CDS chr1 237454391 237454574 ENST00000366574 protein_coding 7 1 15 RYR2 ENSG00000198626 +CDS chr1 237456600 237456735 ENST00000366574 protein_coding 7 1 16 RYR2 ENSG00000198626 +CDS chr1 237469092 237469187 ENST00000366574 protein_coding 7 1 17 RYR2 ENSG00000198626 +CDS chr1 237491806 237491924 ENST00000366574 protein_coding 7 1 18 RYR2 ENSG00000198626 +CDS chr1 237492954 237493087 ENST00000366574 protein_coding 7 1 19 RYR2 ENSG00000198626 +CDS chr1 237496511 237496752 ENST00000366574 protein_coding 7 1 20 RYR2 ENSG00000198626 +CDS chr1 237500711 237500903 ENST00000366574 protein_coding 7 1 21 RYR2 ENSG00000198626 +CDS chr1 237503289 237503505 ENST00000366574 protein_coding 7 1 22 RYR2 ENSG00000198626 +CDS chr1 237506710 237506814 ENST00000366574 protein_coding 7 1 23 RYR2 ENSG00000198626 +CDS chr1 237511688 237511791 ENST00000366574 protein_coding 7 1 24 RYR2 ENSG00000198626 +CDS chr1 237530427 237530510 ENST00000366574 protein_coding 7 1 25 RYR2 ENSG00000198626 +CDS chr1 237548431 237548590 ENST00000366574 protein_coding 7 1 26 RYR2 ENSG00000198626 +CDS chr1 237550544 237550691 ENST00000366574 protein_coding 7 1 27 RYR2 ENSG00000198626 +CDS chr1 237566567 237566775 ENST00000366574 protein_coding 7 1 28 RYR2 ENSG00000198626 +CDS chr1 237569145 237569319 ENST00000366574 protein_coding 7 1 29 RYR2 ENSG00000198626 +CDS chr1 237589793 237590001 ENST00000366574 protein_coding 7 1 30 RYR2 ENSG00000198626 +CDS chr1 237590640 237590992 ENST00000366574 protein_coding 7 1 31 RYR2 ENSG00000198626 +CDS chr1 237591739 237591853 ENST00000366574 protein_coding 7 1 32 RYR2 ENSG00000198626 +CDS chr1 237593476 237593636 ENST00000366574 protein_coding 7 1 33 RYR2 ENSG00000198626 +CDS chr1 237595498 237595657 ENST00000366574 protein_coding 7 1 34 RYR2 ENSG00000198626 +CDS chr1 237602025 237602111 ENST00000366574 protein_coding 7 1 35 RYR2 ENSG00000198626 +CDS chr1 237610762 237610988 ENST00000366574 protein_coding 7 1 36 RYR2 ENSG00000198626 +CDS chr1 237614039 237614843 ENST00000366574 protein_coding 7 1 37 RYR2 ENSG00000198626 +CDS chr1 237617286 237617486 ENST00000366574 protein_coding 7 1 38 RYR2 ENSG00000198626 +CDS chr1 237623765 237623870 ENST00000366574 protein_coding 7 1 39 RYR2 ENSG00000198626 +CDS chr1 237625661 237625804 ENST00000366574 protein_coding 7 1 40 RYR2 ENSG00000198626 +CDS chr1 237627807 237628080 ENST00000366574 protein_coding 7 1 41 RYR2 ENSG00000198626 +CDS chr1 237631427 237631541 ENST00000366574 protein_coding 7 1 42 RYR2 ENSG00000198626 +CDS chr1 237633578 237633710 ENST00000366574 protein_coding 7 1 43 RYR2 ENSG00000198626 +CDS chr1 237634889 237634992 ENST00000366574 protein_coding 7 1 44 RYR2 ENSG00000198626 +CDS chr1 237638357 237638492 ENST00000366574 protein_coding 7 1 45 RYR2 ENSG00000198626 +CDS chr1 237639015 237639201 ENST00000366574 protein_coding 7 1 46 RYR2 ENSG00000198626 +CDS chr1 237640897 237641002 ENST00000366574 protein_coding 7 1 47 RYR2 ENSG00000198626 +CDS chr1 237643327 237643447 ENST00000366574 protein_coding 7 1 48 RYR2 ENSG00000198626 +CDS chr1 237648444 237648613 ENST00000366574 protein_coding 7 1 49 RYR2 ENSG00000198626 +CDS chr1 237649877 237650097 ENST00000366574 protein_coding 7 1 50 RYR2 ENSG00000198626 +CDS chr1 237651411 237651501 ENST00000366574 protein_coding 7 1 51 RYR2 ENSG00000198626 +transcript chr1 237651489 237784953 ENST00000659194 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237651489 237651501 ENST00000659194 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237654274 237654414 ENST00000366574 protein_coding 7 1 52 RYR2 ENSG00000198626 +CDS chr1 237654274 237654414 ENST00000659194 protein_coding 1 NA 2 RYR2 ENSG00000198626 +CDS chr1 237655821 237655984 ENST00000366574 protein_coding 7 1 53 RYR2 ENSG00000198626 +CDS chr1 237655821 237655984 ENST00000659194 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237657944 237658022 ENST00000366574 protein_coding 7 1 54 RYR2 ENSG00000198626 +CDS chr1 237657944 237658022 ENST00000659194 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237659985 237660074 ENST00000366574 protein_coding 7 1 55 RYR2 ENSG00000198626 +CDS chr1 237659985 237660074 ENST00000659194 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237660810 237660947 ENST00000366574 protein_coding 7 1 56 RYR2 ENSG00000198626 +CDS chr1 237660810 237660947 ENST00000659194 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237666512 237666589 ENST00000366574 protein_coding 7 1 57 RYR2 ENSG00000198626 +CDS chr1 237666512 237666589 ENST00000659194 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237667883 237667958 ENST00000366574 protein_coding 7 1 58 RYR2 ENSG00000198626 +CDS chr1 237667883 237667958 ENST00000659194 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237674096 237674219 ENST00000366574 protein_coding 7 1 59 RYR2 ENSG00000198626 +CDS chr1 237674096 237674219 ENST00000659194 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237674731 237674846 ENST00000366574 protein_coding 7 1 60 RYR2 ENSG00000198626 +CDS chr1 237674731 237674846 ENST00000659194 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237678048 237678112 ENST00000366574 protein_coding 7 1 61 RYR2 ENSG00000198626 +CDS chr1 237678048 237678112 ENST00000659194 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237680456 237680577 ENST00000366574 protein_coding 7 1 62 RYR2 ENSG00000198626 +CDS chr1 237680456 237680577 ENST00000659194 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237687455 237687504 ENST00000366574 protein_coding 7 1 63 RYR2 ENSG00000198626 +CDS chr1 237687455 237687504 ENST00000659194 protein_coding 1 NA 13 RYR2 ENSG00000198626 +CDS chr1 237698965 237699025 ENST00000366574 protein_coding 7 1 64 RYR2 ENSG00000198626 +CDS chr1 237698965 237699025 ENST00000659194 protein_coding 1 NA 14 RYR2 ENSG00000198626 +CDS chr1 237700229 237700467 ENST00000366574 protein_coding 7 1 65 RYR2 ENSG00000198626 +CDS chr1 237700229 237700467 ENST00000659194 protein_coding 1 NA 15 RYR2 ENSG00000198626 +CDS chr1 237701978 237702059 ENST00000366574 protein_coding 7 1 66 RYR2 ENSG00000198626 +CDS chr1 237701978 237702059 ENST00000659194 protein_coding 1 NA 16 RYR2 ENSG00000198626 +CDS chr1 237705213 237705343 ENST00000366574 protein_coding 7 1 67 RYR2 ENSG00000198626 +CDS chr1 237705213 237705343 ENST00000659194 protein_coding 1 NA 17 RYR2 ENSG00000198626 +CDS chr1 237706949 237707269 ENST00000366574 protein_coding 7 1 68 RYR2 ENSG00000198626 +CDS chr1 237706949 237707269 ENST00000659194 protein_coding 1 NA 18 RYR2 ENSG00000198626 +CDS chr1 237708858 237709098 ENST00000366574 protein_coding 7 1 69 RYR2 ENSG00000198626 +CDS chr1 237708858 237709098 ENST00000659194 protein_coding 1 NA 19 RYR2 ENSG00000198626 +transcript chr1 237708925 237795303 ENST00000660292 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237708925 237709098 ENST00000660292 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000366574 protein_coding 7 1 70 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000659194 protein_coding 1 NA 20 RYR2 ENSG00000198626 +CDS chr1 237709480 237709567 ENST00000660292 protein_coding 1 NA 2 RYR2 ENSG00000198626 +transcript chr1 237709531 237743623 ENST00000661330 protein_coding 1 NA NA RYR2 ENSG00000198626 +CDS chr1 237709531 237709567 ENST00000661330 protein_coding 1 NA 1 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000366574 protein_coding 7 1 71 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000659194 protein_coding 1 NA 21 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000660292 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237711745 237711837 ENST00000661330 protein_coding 1 NA 2 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000366574 protein_coding 7 1 72 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000659194 protein_coding 1 NA 22 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000660292 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237717198 237717368 ENST00000661330 protein_coding 1 NA 3 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000366574 protein_coding 7 1 73 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000659194 protein_coding 1 NA 23 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000660292 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237718462 237718521 ENST00000661330 protein_coding 1 NA 4 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000366574 protein_coding 7 1 74 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000659194 protein_coding 1 NA 24 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000660292 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237723128 237723262 ENST00000661330 protein_coding 1 NA 5 RYR2 ENSG00000198626 +CDS chr1 237726273 237726308 ENST00000366574 protein_coding 7 1 75 RYR2 ENSG00000198626 +CDS chr1 237726273 237726308 ENST00000661330 protein_coding 1 NA 6 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000366574 protein_coding 7 1 76 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000659194 protein_coding 1 NA 25 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000660292 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237727087 237727199 ENST00000661330 protein_coding 1 NA 7 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000366574 protein_coding 7 1 77 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000659194 protein_coding 1 NA 26 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000660292 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237730260 237730356 ENST00000661330 protein_coding 1 NA 8 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000366574 protein_coding 7 1 78 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000659194 protein_coding 1 NA 27 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000660292 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237732046 237732149 ENST00000661330 protein_coding 1 NA 9 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000366574 protein_coding 7 1 79 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000659194 protein_coding 1 NA 28 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000660292 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237733705 237733756 ENST00000661330 protein_coding 1 NA 10 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000366574 protein_coding 7 1 80 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000659194 protein_coding 1 NA 29 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000660292 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237742296 237742349 ENST00000661330 protein_coding 1 NA 11 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000659194 protein_coding 1 NA 30 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000660292 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237743600 237743623 ENST00000661330 protein_coding 1 NA 12 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000366574 protein_coding 7 1 81 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000659194 protein_coding 1 NA 31 RYR2 ENSG00000198626 +CDS chr1 237756288 237756387 ENST00000660292 protein_coding 1 NA 13 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000366574 protein_coding 7 1 82 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000659194 protein_coding 1 NA 32 RYR2 ENSG00000198626 +CDS chr1 237757697 237757776 ENST00000660292 protein_coding 1 NA 14 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000366574 protein_coding 7 1 83 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000659194 protein_coding 1 NA 33 RYR2 ENSG00000198626 +CDS chr1 237759776 237759852 ENST00000660292 protein_coding 1 NA 15 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000366574 protein_coding 7 1 84 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000659194 protein_coding 1 NA 34 RYR2 ENSG00000198626 +CDS chr1 237760955 237761028 ENST00000660292 protein_coding 1 NA 16 RYR2 ENSG00000198626 +CDS chr1 237769587 237769619 ENST00000660292 protein_coding 1 NA 17 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000366574 protein_coding 7 1 85 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000659194 protein_coding 1 NA 35 RYR2 ENSG00000198626 +CDS chr1 237770807 237770887 ENST00000660292 protein_coding 1 NA 18 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000366574 protein_coding 7 1 86 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000659194 protein_coding 1 NA 36 RYR2 ENSG00000198626 +CDS chr1 237772012 237772100 ENST00000660292 protein_coding 1 NA 19 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000366574 protein_coding 7 1 87 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000659194 protein_coding 1 NA 37 RYR2 ENSG00000198626 +CDS chr1 237773520 237773648 ENST00000660292 protein_coding 1 NA 20 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000366574 protein_coding 7 1 88 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000659194 protein_coding 1 NA 38 RYR2 ENSG00000198626 +CDS chr1 237778666 237778770 ENST00000660292 protein_coding 1 NA 21 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000366574 protein_coding 7 1 89 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000659194 protein_coding 1 NA 39 RYR2 ENSG00000198626 +CDS chr1 237781565 237781646 ENST00000660292 protein_coding 1 NA 22 RYR2 ENSG00000198626 +CDS chr1 237783675 237784972 ENST00000366574 protein_coding 7 1 90 RYR2 ENSG00000198626 +CDS chr1 237783675 237784953 ENST00000659194 protein_coding 1 NA 40 RYR2 ENSG00000198626 +CDS chr1 237783675 237784972 ENST00000660292 protein_coding 1 NA 23 RYR2 ENSG00000198626 +CDS chr1 237785969 237786036 ENST00000366574 protein_coding 7 1 91 RYR2 ENSG00000198626 +CDS chr1 237785969 237786036 ENST00000660292 protein_coding 1 NA 24 RYR2 ENSG00000198626 +CDS chr1 237787988 237788135 ENST00000366574 protein_coding 7 1 92 RYR2 ENSG00000198626 +CDS chr1 237787988 237788135 ENST00000660292 protein_coding 1 NA 25 RYR2 ENSG00000198626 +CDS chr1 237791429 237791515 ENST00000366574 protein_coding 7 1 93 RYR2 ENSG00000198626 +CDS chr1 237791429 237791515 ENST00000660292 protein_coding 1 NA 26 RYR2 ENSG00000198626 +CDS chr1 237792105 237792323 ENST00000366574 protein_coding 7 1 94 RYR2 ENSG00000198626 +CDS chr1 237792105 237792323 ENST00000660292 protein_coding 1 NA 27 RYR2 ENSG00000198626 +CDS chr1 237793867 237793997 ENST00000366574 protein_coding 7 1 95 RYR2 ENSG00000198626 +CDS chr1 237793867 237793997 ENST00000660292 protein_coding 1 NA 28 RYR2 ENSG00000198626 +CDS chr1 237795289 237795331 ENST00000366574 protein_coding 7 1 96 RYR2 ENSG00000198626 +CDS chr1 237795289 237795303 ENST00000660292 protein_coding 1 NA 29 RYR2 ENSG00000198626 +CDS chr1 237798037 237798170 ENST00000366574 protein_coding 7 1 97 RYR2 ENSG00000198626 +CDS chr1 237801856 237801916 ENST00000366574 protein_coding 7 1 98 RYR2 ENSG00000198626 +CDS chr1 237806137 237806283 ENST00000366574 protein_coding 7 1 99 RYR2 ENSG00000198626 +CDS chr1 237808901 237809035 ENST00000366574 protein_coding 7 1 100 RYR2 ENSG00000198626 +CDS chr1 237819036 237819192 ENST00000366574 protein_coding 7 1 101 RYR2 ENSG00000198626 +CDS chr1 237828381 237828445 ENST00000366574 protein_coding 7 1 102 RYR2 ENSG00000198626 +CDS chr1 237830530 237830630 ENST00000366574 protein_coding 7 1 103 RYR2 ENSG00000198626 +CDS chr1 237831514 237831565 ENST00000366574 protein_coding 7 1 104 RYR2 ENSG00000198626 +CDS chr1 237832552 237832644 ENST00000366574 protein_coding 7 1 105 RYR2 ENSG00000198626 +transcript chr1 237877864 237890922 ENST00000611898 protein_coding 4 5 NA ZP4 ENSG00000116996 +transcript chr1 237882404 237890922 ENST00000366570 protein_coding 5 1 NA ZP4 ENSG00000116996 +CDS chr1 237882425 237882549 ENST00000611898 protein_coding 4 5 12 ZP4 ENSG00000116996 +CDS chr1 237882425 237882549 ENST00000366570 protein_coding 5 1 12 ZP4 ENSG00000116996 +CDS chr1 237882742 237882846 ENST00000611898 protein_coding 4 5 11 ZP4 ENSG00000116996 +CDS chr1 237882742 237882846 ENST00000366570 protein_coding 5 1 11 ZP4 ENSG00000116996 +CDS chr1 237884769 237884847 ENST00000611898 protein_coding 4 5 10 ZP4 ENSG00000116996 +CDS chr1 237884769 237884847 ENST00000366570 protein_coding 5 1 10 ZP4 ENSG00000116996 +CDS chr1 237885165 237885315 ENST00000611898 protein_coding 4 5 9 ZP4 ENSG00000116996 +CDS chr1 237885165 237885315 ENST00000366570 protein_coding 5 1 9 ZP4 ENSG00000116996 +CDS chr1 237885391 237885580 ENST00000611898 protein_coding 4 5 8 ZP4 ENSG00000116996 +CDS chr1 237885391 237885580 ENST00000366570 protein_coding 5 1 8 ZP4 ENSG00000116996 +CDS chr1 237885756 237885886 ENST00000611898 protein_coding 4 5 7 ZP4 ENSG00000116996 +CDS chr1 237885756 237885886 ENST00000366570 protein_coding 5 1 7 ZP4 ENSG00000116996 +CDS chr1 237886771 237886868 ENST00000611898 protein_coding 4 5 6 ZP4 ENSG00000116996 +CDS chr1 237886771 237886868 ENST00000366570 protein_coding 5 1 6 ZP4 ENSG00000116996 +CDS chr1 237887374 237887561 ENST00000611898 protein_coding 4 5 5 ZP4 ENSG00000116996 +CDS chr1 237887374 237887561 ENST00000366570 protein_coding 5 1 5 ZP4 ENSG00000116996 +CDS chr1 237888358 237888510 ENST00000611898 protein_coding 4 5 4 ZP4 ENSG00000116996 +CDS chr1 237888358 237888510 ENST00000366570 protein_coding 5 1 4 ZP4 ENSG00000116996 +CDS chr1 237889867 237889969 ENST00000611898 protein_coding 4 5 3 ZP4 ENSG00000116996 +CDS chr1 237889867 237889969 ENST00000366570 protein_coding 5 1 3 ZP4 ENSG00000116996 +CDS chr1 237890055 237890176 ENST00000611898 protein_coding 4 5 2 ZP4 ENSG00000116996 +CDS chr1 237890055 237890176 ENST00000366570 protein_coding 5 1 2 ZP4 ENSG00000116996 +CDS chr1 237890461 237890635 ENST00000611898 protein_coding 4 5 1 ZP4 ENSG00000116996 +CDS chr1 237890461 237890635 ENST00000366570 protein_coding 5 1 1 ZP4 ENSG00000116996 +transcript chr1 237943724 237945275 ENST00000604646 protein_coding 1 NA NA MTRNR2L11 ENSG00000270188 +CDS chr1 237944255 237944326 ENST00000604646 protein_coding 1 NA 1 MTRNR2L11 ENSG00000270188 +transcript chr1 239386568 239915450 ENST00000676153 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239386957 239909396 ENST00000675184 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239387256 239909381 ENST00000615928 protein_coding 5 5 NA CHRM3 ENSG00000133019 +transcript chr1 239613328 239909378 ENST00000676433 protein_coding 1 NA NA CHRM3 ENSG00000133019 +transcript chr1 239629073 239915452 ENST00000255380 protein_coding 8 1 NA CHRM3 ENSG00000133019 +transcript chr1 239719543 239907780 ENST00000448020 protein_coding 1 2 NA CHRM3 ENSG00000133019 +transcript chr1 239826074 239907950 ENST00000675709 protein_coding 1 NA NA CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000676153 protein_coding 1 NA 7 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000675184 protein_coding 1 NA 7 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000615928 protein_coding 5 5 6 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000676433 protein_coding 1 NA 5 CHRM3 ENSG00000133019 +CDS chr1 239907452 239909221 ENST00000255380 protein_coding 8 1 5 CHRM3 ENSG00000133019 +CDS chr1 239907452 239907780 ENST00000448020 protein_coding 1 2 3 CHRM3 ENSG00000133019 +CDS chr1 239907452 239907950 ENST00000675709 protein_coding 1 NA 4 CHRM3 ENSG00000133019 +transcript chr1 240014348 240207187 ENST00000447095 protein_coding 5 3 NA FMN2 ENSG00000155816 +transcript chr1 240091883 240475187 ENST00000319653 protein_coding 14 5 NA FMN2 ENSG00000155816 +CDS chr1 240092110 240093724 ENST00000319653 protein_coding 14 5 1 FMN2 ENSG00000155816 +transcript chr1 240123127 240475168 ENST00000681210 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240123179 240123345 ENST00000319653 protein_coding 14 5 2 FMN2 ENSG00000155816 +transcript chr1 240123182 240475168 ENST00000681824 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000447095 protein_coding 5 3 3 FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000681210 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240123265 240123345 ENST00000681824 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000447095 protein_coding 5 3 4 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000319653 protein_coding 14 5 3 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000681210 protein_coding 1 NA 2 FMN2 ENSG00000155816 +CDS chr1 240177921 240178068 ENST00000681824 protein_coding 1 NA 2 FMN2 ENSG00000155816 +CDS chr1 240180169 240180180 ENST00000447095 protein_coding 5 3 5 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000447095 protein_coding 5 3 6 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000319653 protein_coding 14 5 4 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000681210 protein_coding 1 NA 3 FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000681824 protein_coding 1 NA 3 FMN2 ENSG00000155816 +transcript chr1 240188207 240475168 ENST00000545751 protein_coding 3 5 NA FMN2 ENSG00000155816 +CDS chr1 240188207 240188262 ENST00000545751 protein_coding 3 5 1 FMN2 ENSG00000155816 +CDS chr1 240206799 240207187 ENST00000447095 protein_coding 5 3 7 FMN2 ENSG00000155816 +CDS chr1 240206799 240208732 ENST00000319653 protein_coding 14 5 5 FMN2 ENSG00000155816 +transcript chr1 240206804 240475168 ENST00000679980 protein_coding 1 NA NA FMN2 ENSG00000155816 +CDS chr1 240206804 240206992 ENST00000679980 protein_coding 1 NA 1 FMN2 ENSG00000155816 +CDS chr1 240211091 240211235 ENST00000319653 protein_coding 14 5 6 FMN2 ENSG00000155816 +CDS chr1 240211091 240211235 ENST00000679980 protein_coding 1 NA 2 FMN2 ENSG00000155816 +transcript chr1 240245260 240329392 ENST00000441342 protein_coding 1 4 NA FMN2 ENSG00000155816 +CDS chr1 240245563 240245565 ENST00000441342 protein_coding 1 4 1 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000319653 protein_coding 14 5 7 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000681210 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000681824 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000679980 protein_coding 1 NA 3 FMN2 ENSG00000155816 +CDS chr1 240257945 240258032 ENST00000441342 protein_coding 1 4 2 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000319653 protein_coding 14 5 8 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000681210 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000681824 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000679980 protein_coding 1 NA 4 FMN2 ENSG00000155816 +CDS chr1 240294822 240294883 ENST00000441342 protein_coding 1 4 3 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000319653 protein_coding 14 5 9 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000681210 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000681824 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000545751 protein_coding 3 5 2 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000679980 protein_coding 1 NA 5 FMN2 ENSG00000155816 +CDS chr1 240329076 240329167 ENST00000441342 protein_coding 1 4 4 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000319653 protein_coding 14 5 10 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000681210 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000681824 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000545751 protein_coding 3 5 3 FMN2 ENSG00000155816 +CDS chr1 240329339 240329468 ENST00000679980 protein_coding 1 NA 6 FMN2 ENSG00000155816 +CDS chr1 240329339 240329392 ENST00000441342 protein_coding 1 4 5 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000319653 protein_coding 14 5 11 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000681210 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000681824 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000545751 protein_coding 3 5 4 FMN2 ENSG00000155816 +CDS chr1 240330603 240330749 ENST00000679980 protein_coding 1 NA 7 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000319653 protein_coding 14 5 12 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000681210 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000681824 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000545751 protein_coding 3 5 5 FMN2 ENSG00000155816 +CDS chr1 240333887 240333946 ENST00000679980 protein_coding 1 NA 8 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000319653 protein_coding 14 5 13 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000681210 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000681824 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000545751 protein_coding 3 5 6 FMN2 ENSG00000155816 +CDS chr1 240334109 240334229 ENST00000679980 protein_coding 1 NA 9 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000319653 protein_coding 14 5 14 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000681210 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000545751 protein_coding 3 5 7 FMN2 ENSG00000155816 +CDS chr1 240355816 240355908 ENST00000679980 protein_coding 1 NA 10 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000319653 protein_coding 14 5 15 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000681210 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000681824 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000545751 protein_coding 3 5 8 FMN2 ENSG00000155816 +CDS chr1 240392511 240392562 ENST00000679980 protein_coding 1 NA 11 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000319653 protein_coding 14 5 16 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000681210 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000681824 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000545751 protein_coding 3 5 9 FMN2 ENSG00000155816 +CDS chr1 240438061 240438210 ENST00000679980 protein_coding 1 NA 12 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000319653 protein_coding 14 5 17 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000681210 protein_coding 1 NA 14 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000681824 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000545751 protein_coding 3 5 10 FMN2 ENSG00000155816 +CDS chr1 240472372 240472453 ENST00000679980 protein_coding 1 NA 13 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000319653 protein_coding 14 5 18 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000681210 protein_coding 1 NA 15 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000681824 protein_coding 1 NA 14 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000545751 protein_coding 3 5 11 FMN2 ENSG00000155816 +CDS chr1 240474128 240474151 ENST00000679980 protein_coding 1 NA 14 FMN2 ENSG00000155816 +transcript chr1 240489573 240612155 ENST00000318160 protein_coding 5 1 NA GREM2 ENSG00000180875 +CDS chr1 240492972 240493475 ENST00000318160 protein_coding 5 1 2 GREM2 ENSG00000180875 +transcript chr1 240767636 241357374 ENST00000690539 protein_coding 1 NA NA RGS7 ENSG00000182901 +CDS chr1 240768261 240768278 ENST00000690539 protein_coding 1 NA 17 RGS7 ENSG00000182901 +transcript chr1 240775514 241357205 ENST00000440928 protein_coding 6 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241355776 ENST00000348120 protein_coding 6 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241356915 ENST00000366563 protein_coding 5 5 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241357085 ENST00000366564 protein_coding 5 1 NA RGS7 ENSG00000182901 +transcript chr1 240775515 241357230 ENST00000366565 protein_coding 5 1 NA RGS7 ENSG00000182901 +transcript chr1 240775521 241356654 ENST00000693043 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357153 ENST00000691979 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000690614 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000685936 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000688703 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775521 241357374 ENST00000689640 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000692410 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000687448 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000691485 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775526 241357374 ENST00000689602 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775528 241357374 ENST00000690019 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000689115 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000688633 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775536 241357374 ENST00000691989 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000686465 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000688737 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000688863 protein_coding 1 NA NA RGS7 ENSG00000182901 +transcript chr1 240775548 241357374 ENST00000686908 protein_coding 1 NA NA RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000366564 protein_coding 5 1 17 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000366565 protein_coding 5 1 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000692410 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000687448 protein_coding 1 NA 20 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000691485 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000689602 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000690019 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688633 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000686465 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688737 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000688863 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240776166 240776213 ENST00000686908 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000440928 protein_coding 6 1 18 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000348120 protein_coding 6 1 14 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000366563 protein_coding 5 5 17 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000693043 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000691979 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000690614 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000685936 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000688703 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000689640 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000689115 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240800650 240800721 ENST00000691989 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000440928 protein_coding 6 1 17 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000366565 protein_coding 5 1 17 RGS7 ENSG00000182901 +CDS chr1 240801455 240801508 ENST00000689115 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690539 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000440928 protein_coding 6 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000348120 protein_coding 6 1 13 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366563 protein_coding 5 5 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366564 protein_coding 5 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000366565 protein_coding 5 1 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000693043 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691979 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690614 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000685936 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688703 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689640 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000692410 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000687448 protein_coding 1 NA 19 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691485 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689602 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000690019 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000689115 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688633 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000691989 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000686465 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688737 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000688863 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240802904 240802993 ENST00000686908 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690539 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000440928 protein_coding 6 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000348120 protein_coding 6 1 12 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366563 protein_coding 5 5 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366564 protein_coding 5 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000366565 protein_coding 5 1 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000693043 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691979 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690614 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000685936 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688703 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689640 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000692410 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000687448 protein_coding 1 NA 18 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691485 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689602 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000690019 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000689115 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688633 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000691989 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000686465 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688737 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000688863 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240806140 240806326 ENST00000686908 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240806435 240806488 ENST00000688863 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690539 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000440928 protein_coding 6 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000348120 protein_coding 6 1 11 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366563 protein_coding 5 5 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366564 protein_coding 5 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000366565 protein_coding 5 1 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000693043 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691979 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690614 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000685936 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688703 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689640 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000692410 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000687448 protein_coding 1 NA 17 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691485 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689602 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000690019 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000689115 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688633 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000691989 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688737 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000688863 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240811918 240812043 ENST00000686908 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690539 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000440928 protein_coding 6 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000348120 protein_coding 6 1 10 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366563 protein_coding 5 5 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366564 protein_coding 5 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000366565 protein_coding 5 1 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000693043 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000691979 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690614 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000685936 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688703 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689640 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000692410 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000687448 protein_coding 1 NA 16 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000691485 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689602 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000690019 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000689115 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688633 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000686465 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688737 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000688863 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240813618 240813728 ENST00000686908 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690539 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000440928 protein_coding 6 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000348120 protein_coding 6 1 9 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366563 protein_coding 5 5 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366564 protein_coding 5 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000366565 protein_coding 5 1 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000693043 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691979 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690614 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000685936 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688703 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689640 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000692410 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000687448 protein_coding 1 NA 15 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691485 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689602 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000690019 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000689115 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688633 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000691989 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000686465 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814756 ENST00000688737 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000688863 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240814716 240814777 ENST00000686908 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690539 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000440928 protein_coding 6 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000348120 protein_coding 6 1 8 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366563 protein_coding 5 5 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366564 protein_coding 5 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000366565 protein_coding 5 1 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000693043 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691979 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690614 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000685936 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688703 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689640 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000692410 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000687448 protein_coding 1 NA 14 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691485 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689602 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000690019 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000689115 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688633 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000691989 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000686465 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000688863 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240816317 240816415 ENST00000686908 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690539 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000440928 protein_coding 6 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000348120 protein_coding 6 1 7 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366563 protein_coding 5 5 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366564 protein_coding 5 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000366565 protein_coding 5 1 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000693043 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691979 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690614 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000685936 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688703 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689640 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000692410 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000687448 protein_coding 1 NA 13 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691485 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689602 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000690019 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000689115 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688633 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000691989 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000686465 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688737 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240827098 240827172 ENST00000688863 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868515 240868668 ENST00000688633 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868515 240868668 ENST00000686908 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690539 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000440928 protein_coding 6 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000348120 protein_coding 6 1 6 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366563 protein_coding 5 5 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366564 protein_coding 5 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000366565 protein_coding 5 1 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000693043 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691979 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690614 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000685936 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688703 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000692410 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000687448 protein_coding 1 NA 12 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691485 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000689602 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000690019 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000689115 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000691989 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000686465 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688737 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868587 240868668 ENST00000688863 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690539 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000440928 protein_coding 6 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000348120 protein_coding 6 1 5 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366563 protein_coding 5 5 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366564 protein_coding 5 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000366565 protein_coding 5 1 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000693043 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691979 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690614 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000685936 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688703 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000692410 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000687448 protein_coding 1 NA 11 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691485 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000689602 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000690019 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000689115 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688633 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000691989 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000686465 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688737 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000688863 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240868776 240868852 ENST00000686908 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690539 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000440928 protein_coding 6 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000348120 protein_coding 6 1 4 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366563 protein_coding 5 5 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366564 protein_coding 5 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000366565 protein_coding 5 1 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000693043 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691979 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690614 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000685936 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688703 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000692410 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000687448 protein_coding 1 NA 10 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691485 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000689602 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000690019 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000689115 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688633 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000691989 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000686465 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688737 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000688863 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240870055 240870119 ENST00000686908 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690539 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000440928 protein_coding 6 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366563 protein_coding 5 5 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366564 protein_coding 5 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000366565 protein_coding 5 1 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691979 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690614 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000685936 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688703 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000692410 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000687448 protein_coding 1 NA 9 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691485 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000689602 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000690019 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688633 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000691989 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000686465 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688737 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000688863 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240930717 240930768 ENST00000686908 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690539 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000440928 protein_coding 6 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366563 protein_coding 5 5 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366564 protein_coding 5 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000366565 protein_coding 5 1 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691979 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690614 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000685936 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688703 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000689640 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000692410 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000687448 protein_coding 1 NA 8 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691485 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000689602 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000690019 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688633 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000691989 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000686465 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688737 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000688863 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240936600 240936706 ENST00000686908 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000690539 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000440928 protein_coding 6 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000348120 protein_coding 6 1 3 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366563 protein_coding 5 5 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366564 protein_coding 5 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000366565 protein_coding 5 1 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000693043 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691979 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000690614 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000685936 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688703 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689640 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000692410 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000687448 protein_coding 1 NA 7 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691485 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689602 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000689115 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688633 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000691989 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000686465 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688737 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000688863 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 240983079 240983129 ENST00000686908 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690539 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000440928 protein_coding 6 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000348120 protein_coding 6 1 2 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366563 protein_coding 5 5 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366564 protein_coding 5 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000366565 protein_coding 5 1 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000693043 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691979 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690614 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000685936 protein_coding 1 NA 5 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688703 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689640 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000692410 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000687448 protein_coding 1 NA 6 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691485 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689602 protein_coding 1 NA 4 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000690019 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000689115 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688633 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000691989 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000686465 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688737 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000688863 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241098666 241098762 ENST00000686908 protein_coding 1 NA 3 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000690539 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000440928 protein_coding 6 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000348120 protein_coding 6 1 1 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366563 protein_coding 5 5 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366564 protein_coding 5 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000366565 protein_coding 5 1 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000693043 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000691979 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000689640 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000690019 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000689115 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688633 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000691989 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688737 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000688863 protein_coding 1 NA 2 RGS7 ENSG00000182901 +CDS chr1 241355699 241355776 ENST00000686908 protein_coding 1 NA 2 RGS7 ENSG00000182901 +transcript chr1 241497603 241519755 ENST00000366560 protein_coding 4 1 NA FH ENSG00000091483 +CDS chr1 241497831 241497970 ENST00000366560 protein_coding 4 1 10 FH ENSG00000091483 +transcript chr1 241498738 241519799 ENST00000683521 protein_coding 1 NA NA FH ENSG00000091483 +CDS chr1 241500387 241500590 ENST00000683521 protein_coding 1 NA 9 FH ENSG00000091483 +CDS chr1 241500437 241500590 ENST00000366560 protein_coding 4 1 9 FH ENSG00000091483 +CDS chr1 241502443 241502570 ENST00000366560 protein_coding 4 1 8 FH ENSG00000091483 +CDS chr1 241502443 241502570 ENST00000683521 protein_coding 1 NA 8 FH ENSG00000091483 +CDS chr1 241504042 241504245 ENST00000366560 protein_coding 4 1 7 FH ENSG00000091483 +CDS chr1 241504042 241504245 ENST00000683521 protein_coding 1 NA 7 FH ENSG00000091483 +CDS chr1 241506003 241506168 ENST00000366560 protein_coding 4 1 6 FH ENSG00000091483 +CDS chr1 241506003 241506168 ENST00000683521 protein_coding 1 NA 6 FH ENSG00000091483 +CDS chr1 241508603 241508785 ENST00000366560 protein_coding 4 1 5 FH ENSG00000091483 +CDS chr1 241508603 241508785 ENST00000683521 protein_coding 1 NA 5 FH ENSG00000091483 +CDS chr1 241511967 241512143 ENST00000366560 protein_coding 4 1 4 FH ENSG00000091483 +CDS chr1 241511967 241512143 ENST00000683521 protein_coding 1 NA 4 FH ENSG00000091483 +CDS chr1 241513603 241513713 ENST00000366560 protein_coding 4 1 3 FH ENSG00000091483 +CDS chr1 241513603 241513713 ENST00000683521 protein_coding 1 NA 3 FH ENSG00000091483 +CDS chr1 241517182 241517316 ENST00000366560 protein_coding 4 1 2 FH ENSG00000091483 +CDS chr1 241517182 241517316 ENST00000683521 protein_coding 1 NA 2 FH ENSG00000091483 +CDS chr1 241519591 241519722 ENST00000366560 protein_coding 4 1 1 FH ENSG00000091483 +CDS chr1 241519591 241519722 ENST00000683521 protein_coding 1 NA 1 FH ENSG00000091483 +transcript chr1 241532134 241592288 ENST00000366558 protein_coding 7 1 NA KMO ENSG00000117009 +transcript chr1 241532378 241595642 ENST00000366559 protein_coding 9 1 NA KMO ENSG00000117009 +transcript chr1 241532405 241595642 ENST00000366557 protein_coding 8 5 NA KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366558 protein_coding 7 1 1 KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366559 protein_coding 9 1 1 KMO ENSG00000117009 +CDS chr1 241532445 241532498 ENST00000366557 protein_coding 8 5 1 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366558 protein_coding 7 1 2 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366559 protein_coding 9 1 2 KMO ENSG00000117009 +CDS chr1 241548829 241548898 ENST00000366557 protein_coding 8 5 2 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366558 protein_coding 7 1 3 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366559 protein_coding 9 1 3 KMO ENSG00000117009 +CDS chr1 241549677 241549774 ENST00000366557 protein_coding 8 5 3 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366558 protein_coding 7 1 4 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366559 protein_coding 9 1 4 KMO ENSG00000117009 +CDS chr1 241550955 241551044 ENST00000366557 protein_coding 8 5 4 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366558 protein_coding 7 1 5 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366559 protein_coding 9 1 5 KMO ENSG00000117009 +CDS chr1 241555612 241555660 ENST00000366557 protein_coding 8 5 5 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366558 protein_coding 7 1 6 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366559 protein_coding 9 1 6 KMO ENSG00000117009 +CDS chr1 241560665 241560752 ENST00000366557 protein_coding 8 5 6 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366558 protein_coding 7 1 7 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366559 protein_coding 9 1 7 KMO ENSG00000117009 +CDS chr1 241562167 241562332 ENST00000366557 protein_coding 8 5 7 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366558 protein_coding 7 1 8 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366559 protein_coding 9 1 8 KMO ENSG00000117009 +CDS chr1 241564987 241565058 ENST00000366557 protein_coding 8 5 8 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366558 protein_coding 7 1 9 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366559 protein_coding 9 1 9 KMO ENSG00000117009 +CDS chr1 241566491 241566612 ENST00000366557 protein_coding 8 5 9 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366558 protein_coding 7 1 10 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366559 protein_coding 9 1 10 KMO ENSG00000117009 +CDS chr1 241568500 241568647 ENST00000366557 protein_coding 8 5 10 KMO ENSG00000117009 +transcript chr1 241568635 241593459 ENST00000366555 protein_coding 5 5 NA KMO ENSG00000117009 +CDS chr1 241568635 241568647 ENST00000366555 protein_coding 5 5 1 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366558 protein_coding 7 1 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366559 protein_coding 9 1 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366557 protein_coding 8 5 11 KMO ENSG00000117009 +CDS chr1 241586679 241586736 ENST00000366555 protein_coding 5 5 2 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366558 protein_coding 7 1 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366559 protein_coding 9 1 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366557 protein_coding 8 5 12 KMO ENSG00000117009 +CDS chr1 241588748 241588830 ENST00000366555 protein_coding 5 5 3 KMO ENSG00000117009 +CDS chr1 241590012 241590113 ENST00000366559 protein_coding 9 1 13 KMO ENSG00000117009 +CDS chr1 241590012 241590113 ENST00000366555 protein_coding 5 5 4 KMO ENSG00000117009 +CDS chr1 241590051 241590113 ENST00000366558 protein_coding 7 1 13 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366558 protein_coding 7 1 14 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366559 protein_coding 9 1 14 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366557 protein_coding 8 5 13 KMO ENSG00000117009 +CDS chr1 241590204 241590263 ENST00000366555 protein_coding 5 5 5 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366558 protein_coding 7 1 15 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366559 protein_coding 9 1 15 KMO ENSG00000117009 +CDS chr1 241591953 241592150 ENST00000366557 protein_coding 8 5 14 KMO ENSG00000117009 +CDS chr1 241591953 241592149 ENST00000366555 protein_coding 5 5 6 KMO ENSG00000117009 +transcript chr1 241593124 241640369 ENST00000366554 protein_coding 3 1 NA OPN3 ENSG00000054277 +CDS chr1 241593364 241593394 ENST00000366555 protein_coding 5 5 7 KMO ENSG00000117009 +CDS chr1 241594431 241594691 ENST00000366554 protein_coding 3 1 4 OPN3 ENSG00000054277 +CDS chr1 241597746 241597997 ENST00000366554 protein_coding 3 1 3 OPN3 ENSG00000054277 +CDS chr1 241604260 241604579 ENST00000366554 protein_coding 3 1 2 OPN3 ENSG00000054277 +transcript chr1 241628851 241640369 ENST00000366553 protein_coding 3 2 NA CHML ENSG00000203668 +CDS chr1 241633799 241635766 ENST00000366553 protein_coding 3 2 2 CHML ENSG00000203668 +transcript chr1 241635466 241640254 ENST00000638018 protein_coding 1 3 NA CHML ENSG00000203668 +CDS chr1 241635466 241635766 ENST00000638018 protein_coding 1 3 2 CHML ENSG00000203668 +transcript chr1 241635466 241640254 ENST00000638160 protein_coding 1 3 NA CHML ENSG00000203668 +transcript chr1 241635527 241640254 ENST00000638121 protein_coding 1 2 NA CHML ENSG00000203668 +CDS chr1 241635730 241635797 ENST00000638160 protein_coding 1 3 2 CHML ENSG00000203668 +CDS chr1 241636036 241636073 ENST00000638121 protein_coding 1 2 2 CHML ENSG00000203668 +CDS chr1 241639882 241640254 ENST00000366554 protein_coding 3 1 1 OPN3 ENSG00000054277 +CDS chr1 241639882 241640254 ENST00000638160 protein_coding 1 3 1 CHML ENSG00000203668 +CDS chr1 241639882 241640254 ENST00000638121 protein_coding 1 2 1 CHML ENSG00000203668 +transcript chr1 241652278 241802133 ENST00000366552 protein_coding 6 5 NA WDR64 ENSG00000162843 +transcript chr1 241652281 241802777 ENST00000437684 protein_coding 7 1 NA WDR64 ENSG00000162843 +CDS chr1 241652485 241652629 ENST00000366552 protein_coding 6 5 1 WDR64 ENSG00000162843 +CDS chr1 241652485 241652629 ENST00000437684 protein_coding 7 1 1 WDR64 ENSG00000162843 +CDS chr1 241660530 241660660 ENST00000366552 protein_coding 6 5 2 WDR64 ENSG00000162843 +CDS chr1 241660530 241660660 ENST00000437684 protein_coding 7 1 2 WDR64 ENSG00000162843 +CDS chr1 241671074 241671176 ENST00000366552 protein_coding 6 5 3 WDR64 ENSG00000162843 +CDS chr1 241671074 241671176 ENST00000437684 protein_coding 7 1 3 WDR64 ENSG00000162843 +CDS chr1 241674644 241674747 ENST00000366552 protein_coding 6 5 4 WDR64 ENSG00000162843 +CDS chr1 241674644 241674747 ENST00000437684 protein_coding 7 1 4 WDR64 ENSG00000162843 +CDS chr1 241678187 241678216 ENST00000437684 protein_coding 7 1 5 WDR64 ENSG00000162843 +CDS chr1 241679485 241679595 ENST00000366552 protein_coding 6 5 5 WDR64 ENSG00000162843 +CDS chr1 241679485 241679595 ENST00000437684 protein_coding 7 1 6 WDR64 ENSG00000162843 +CDS chr1 241683487 241683701 ENST00000366552 protein_coding 6 5 6 WDR64 ENSG00000162843 +CDS chr1 241683487 241683701 ENST00000437684 protein_coding 7 1 7 WDR64 ENSG00000162843 +transcript chr1 241683580 241801463 ENST00000414635 protein_coding 5 5 NA WDR64 ENSG00000162843 +CDS chr1 241683580 241683701 ENST00000414635 protein_coding 5 5 1 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000366552 protein_coding 6 5 7 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000437684 protein_coding 7 1 8 WDR64 ENSG00000162843 +CDS chr1 241687461 241687595 ENST00000414635 protein_coding 5 5 2 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000366552 protein_coding 6 5 8 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000437684 protein_coding 7 1 9 WDR64 ENSG00000162843 +CDS chr1 241711802 241711881 ENST00000414635 protein_coding 5 5 3 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000366552 protein_coding 6 5 9 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000437684 protein_coding 7 1 10 WDR64 ENSG00000162843 +CDS chr1 241723297 241723436 ENST00000414635 protein_coding 5 5 4 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000366552 protein_coding 6 5 10 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000437684 protein_coding 7 1 11 WDR64 ENSG00000162843 +CDS chr1 241738363 241738489 ENST00000414635 protein_coding 5 5 5 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000366552 protein_coding 6 5 11 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000437684 protein_coding 7 1 12 WDR64 ENSG00000162843 +CDS chr1 241741516 241741664 ENST00000414635 protein_coding 5 5 6 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000366552 protein_coding 6 5 12 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000437684 protein_coding 7 1 13 WDR64 ENSG00000162843 +CDS chr1 241744393 241744516 ENST00000414635 protein_coding 5 5 7 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000366552 protein_coding 6 5 13 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000437684 protein_coding 7 1 14 WDR64 ENSG00000162843 +CDS chr1 241749547 241749722 ENST00000414635 protein_coding 5 5 8 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000366552 protein_coding 6 5 14 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000437684 protein_coding 7 1 15 WDR64 ENSG00000162843 +CDS chr1 241757283 241757459 ENST00000414635 protein_coding 5 5 9 WDR64 ENSG00000162843 +CDS chr1 241766218 241766351 ENST00000366552 protein_coding 6 5 15 WDR64 ENSG00000162843 +CDS chr1 241766218 241766351 ENST00000437684 protein_coding 7 1 16 WDR64 ENSG00000162843 +CDS chr1 241766218 241766305 ENST00000414635 protein_coding 5 5 10 WDR64 ENSG00000162843 +CDS chr1 241769404 241769505 ENST00000366552 protein_coding 6 5 16 WDR64 ENSG00000162843 +CDS chr1 241769404 241769505 ENST00000437684 protein_coding 7 1 17 WDR64 ENSG00000162843 +CDS chr1 241770621 241770690 ENST00000366552 protein_coding 6 5 17 WDR64 ENSG00000162843 +CDS chr1 241770621 241770690 ENST00000437684 protein_coding 7 1 18 WDR64 ENSG00000162843 +CDS chr1 241771661 241771697 ENST00000366552 protein_coding 6 5 18 WDR64 ENSG00000162843 +CDS chr1 241771661 241771697 ENST00000437684 protein_coding 7 1 19 WDR64 ENSG00000162843 +CDS chr1 241772792 241772931 ENST00000366552 protein_coding 6 5 19 WDR64 ENSG00000162843 +CDS chr1 241772792 241772931 ENST00000437684 protein_coding 7 1 20 WDR64 ENSG00000162843 +CDS chr1 241775105 241775210 ENST00000366552 protein_coding 6 5 20 WDR64 ENSG00000162843 +CDS chr1 241775105 241775210 ENST00000437684 protein_coding 7 1 21 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000366552 protein_coding 6 5 21 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000437684 protein_coding 7 1 22 WDR64 ENSG00000162843 +CDS chr1 241780004 241780062 ENST00000414635 protein_coding 5 5 11 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000366552 protein_coding 6 5 22 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000437684 protein_coding 7 1 23 WDR64 ENSG00000162843 +CDS chr1 241783272 241783381 ENST00000414635 protein_coding 5 5 12 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000366552 protein_coding 6 5 23 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000437684 protein_coding 7 1 24 WDR64 ENSG00000162843 +CDS chr1 241787849 241788034 ENST00000414635 protein_coding 5 5 13 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000366552 protein_coding 6 5 24 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000437684 protein_coding 7 1 25 WDR64 ENSG00000162843 +CDS chr1 241790591 241790696 ENST00000414635 protein_coding 5 5 14 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000366552 protein_coding 6 5 25 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000437684 protein_coding 7 1 26 WDR64 ENSG00000162843 +CDS chr1 241795207 241795287 ENST00000414635 protein_coding 5 5 15 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000366552 protein_coding 6 5 26 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000437684 protein_coding 7 1 27 WDR64 ENSG00000162843 +CDS chr1 241796257 241796370 ENST00000414635 protein_coding 5 5 16 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000366552 protein_coding 6 5 27 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000437684 protein_coding 7 1 28 WDR64 ENSG00000162843 +CDS chr1 241801132 241801212 ENST00000414635 protein_coding 5 5 17 WDR64 ENSG00000162843 +transcript chr1 241847967 241850460 ENST00000519225 protein_coding 5 4 NA EXO1 ENSG00000174371 +transcript chr1 241848204 241889939 ENST00000366548 protein_coding 8 1 NA EXO1 ENSG00000174371 +transcript chr1 241848225 241858589 ENST00000423131 protein_coding 5 5 NA EXO1 ENSG00000174371 +transcript chr1 241848251 241853481 ENST00000523590 protein_coding 5 5 NA EXO1 ENSG00000174371 +transcript chr1 241848731 241889937 ENST00000348581 protein_coding 9 1 NA EXO1 ENSG00000174371 +transcript chr1 241848831 241889746 ENST00000518483 protein_coding 5 1 NA EXO1 ENSG00000174371 +transcript chr1 241848950 241858589 ENST00000437497 protein_coding 5 3 NA EXO1 ENSG00000174371 +transcript chr1 241848951 241853481 ENST00000450748 protein_coding 1 3 NA EXO1 ENSG00000174371 +CDS chr1 241850426 241850460 ENST00000519225 protein_coding 5 4 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000366548 protein_coding 8 1 4 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000423131 protein_coding 5 5 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000523590 protein_coding 5 5 3 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000348581 protein_coding 9 1 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000518483 protein_coding 5 1 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000437497 protein_coding 5 3 2 EXO1 ENSG00000174371 +CDS chr1 241850426 241850586 ENST00000450748 protein_coding 1 3 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000366548 protein_coding 8 1 5 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000348581 protein_coding 9 1 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000518483 protein_coding 5 1 3 EXO1 ENSG00000174371 +CDS chr1 241852292 241852411 ENST00000450748 protein_coding 1 3 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000366548 protein_coding 8 1 6 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000423131 protein_coding 5 5 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000523590 protein_coding 5 5 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000348581 protein_coding 9 1 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000518483 protein_coding 5 1 4 EXO1 ENSG00000174371 +CDS chr1 241853358 241853472 ENST00000437497 protein_coding 5 3 3 EXO1 ENSG00000174371 +CDS chr1 241853358 241853481 ENST00000450748 protein_coding 1 3 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000366548 protein_coding 8 1 7 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000423131 protein_coding 5 5 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000348581 protein_coding 9 1 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000518483 protein_coding 5 1 5 EXO1 ENSG00000174371 +CDS chr1 241857345 241857482 ENST00000437497 protein_coding 5 3 4 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000366548 protein_coding 8 1 8 EXO1 ENSG00000174371 +CDS chr1 241858506 241858589 ENST00000423131 protein_coding 5 5 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000348581 protein_coding 9 1 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858718 ENST00000518483 protein_coding 5 1 6 EXO1 ENSG00000174371 +CDS chr1 241858506 241858589 ENST00000437497 protein_coding 5 3 5 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000366548 protein_coding 8 1 9 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000348581 protein_coding 9 1 7 EXO1 ENSG00000174371 +CDS chr1 241860517 241860704 ENST00000518483 protein_coding 5 1 7 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000366548 protein_coding 8 1 10 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000348581 protein_coding 9 1 8 EXO1 ENSG00000174371 +CDS chr1 241861406 241861502 ENST00000518483 protein_coding 5 1 8 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000366548 protein_coding 8 1 11 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000348581 protein_coding 9 1 9 EXO1 ENSG00000174371 +CDS chr1 241866830 241867055 ENST00000518483 protein_coding 5 1 9 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000366548 protein_coding 8 1 12 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000348581 protein_coding 9 1 10 EXO1 ENSG00000174371 +CDS chr1 241872032 241872278 ENST00000518483 protein_coding 5 1 10 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000366548 protein_coding 8 1 13 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000348581 protein_coding 9 1 11 EXO1 ENSG00000174371 +CDS chr1 241878749 241879343 ENST00000518483 protein_coding 5 1 11 EXO1 ENSG00000174371 +transcript chr1 241879040 241889594 ENST00000521202 protein_coding 2 5 NA EXO1 ENSG00000174371 +CDS chr1 241879040 241879343 ENST00000521202 protein_coding 2 5 1 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000366548 protein_coding 8 1 14 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000348581 protein_coding 9 1 12 EXO1 ENSG00000174371 +CDS chr1 241881916 241882017 ENST00000518483 protein_coding 5 1 12 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000366548 protein_coding 8 1 15 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000348581 protein_coding 9 1 13 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000518483 protein_coding 5 1 13 EXO1 ENSG00000174371 +CDS chr1 241885314 241885507 ENST00000521202 protein_coding 2 5 2 EXO1 ENSG00000174371 +CDS chr1 241889465 241889597 ENST00000366548 protein_coding 8 1 16 EXO1 ENSG00000174371 +CDS chr1 241889465 241889597 ENST00000348581 protein_coding 9 1 14 EXO1 ENSG00000174371 +CDS chr1 241889465 241889589 ENST00000521202 protein_coding 2 5 3 EXO1 ENSG00000174371 +CDS chr1 241889467 241889470 ENST00000518483 protein_coding 5 1 14 EXO1 ENSG00000174371 +transcript chr1 241957767 241959062 ENST00000419583 protein_coding 2 NA NA BECN2 ENSG00000196289 +CDS chr1 241957767 241959059 ENST00000419583 protein_coding 2 NA 1 BECN2 ENSG00000196289 +transcript chr1 241995490 241999098 ENST00000357246 protein_coding 4 1 NA MAP1LC3C ENSG00000197769 +CDS chr1 241996166 241996385 ENST00000357246 protein_coding 4 1 4 MAP1LC3C ENSG00000197769 +CDS chr1 241998514 241998620 ENST00000357246 protein_coding 4 1 3 MAP1LC3C ENSG00000197769 +CDS chr1 241998776 241998831 ENST00000357246 protein_coding 4 1 2 MAP1LC3C ENSG00000197769 +CDS chr1 241998951 241999008 ENST00000357246 protein_coding 4 1 1 MAP1LC3C ENSG00000197769 +transcript chr1 242082986 242524697 ENST00000536534 protein_coding 7 1 NA PLD5 ENSG00000180287 +transcript chr1 242088387 242524696 ENST00000442594 protein_coding 6 5 NA PLD5 ENSG00000180287 +transcript chr1 242088387 242449482 ENST00000427495 protein_coding 5 1 NA PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000536534 protein_coding 7 1 10 PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000442594 protein_coding 6 5 11 PLD5 ENSG00000180287 +CDS chr1 242089857 242090110 ENST00000427495 protein_coding 5 1 10 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000536534 protein_coding 7 1 9 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000442594 protein_coding 6 5 10 PLD5 ENSG00000180287 +CDS chr1 242100668 242100782 ENST00000427495 protein_coding 5 1 9 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000536534 protein_coding 7 1 8 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000442594 protein_coding 6 5 9 PLD5 ENSG00000180287 +CDS chr1 242107671 242107839 ENST00000427495 protein_coding 5 1 8 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000536534 protein_coding 7 1 7 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000442594 protein_coding 6 5 8 PLD5 ENSG00000180287 +CDS chr1 242113890 242114026 ENST00000427495 protein_coding 5 1 7 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000536534 protein_coding 7 1 6 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000442594 protein_coding 6 5 7 PLD5 ENSG00000180287 +CDS chr1 242124468 242124665 ENST00000427495 protein_coding 5 1 6 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000536534 protein_coding 7 1 5 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000442594 protein_coding 6 5 6 PLD5 ENSG00000180287 +CDS chr1 242219988 242220115 ENST00000427495 protein_coding 5 1 5 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000536534 protein_coding 7 1 4 PLD5 ENSG00000180287 +transcript chr1 242265337 242449425 ENST00000459864 protein_coding 1 2 NA PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000459864 protein_coding 1 2 4 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000442594 protein_coding 6 5 5 PLD5 ENSG00000180287 +CDS chr1 242265337 242265448 ENST00000427495 protein_coding 5 1 4 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000536534 protein_coding 7 1 3 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000459864 protein_coding 1 2 3 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000442594 protein_coding 6 5 4 PLD5 ENSG00000180287 +CDS chr1 242288362 242288530 ENST00000427495 protein_coding 5 1 3 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000536534 protein_coding 7 1 2 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000459864 protein_coding 1 2 2 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000442594 protein_coding 6 5 3 PLD5 ENSG00000180287 +CDS chr1 242348106 242348242 ENST00000427495 protein_coding 5 1 2 PLD5 ENSG00000180287 +CDS chr1 242449354 242449356 ENST00000459864 protein_coding 1 2 1 PLD5 ENSG00000180287 +CDS chr1 242449354 242449356 ENST00000427495 protein_coding 5 1 1 PLD5 ENSG00000180287 +CDS chr1 242524088 242524276 ENST00000536534 protein_coding 7 1 1 PLD5 ENSG00000180287 +CDS chr1 242524088 242524276 ENST00000442594 protein_coding 6 5 2 PLD5 ENSG00000180287 +transcript chr1 243124428 243255281 ENST00000366542 protein_coding 6 5 NA CEP170 ENSG00000143702 +transcript chr1 243124428 243255321 ENST00000366544 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243124428 243255321 ENST00000366543 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243124893 243156821 ENST00000481987 protein_coding 5 5 NA CEP170 ENSG00000143702 +transcript chr1 243125164 243200814 ENST00000336415 protein_coding 8 5 NA CEP170 ENSG00000143702 +transcript chr1 243126345 243163318 ENST00000490813 protein_coding 5 1 NA CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366542 protein_coding 6 5 20 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366544 protein_coding 5 5 19 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000366543 protein_coding 5 5 19 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000481987 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000336415 protein_coding 8 5 15 CEP170 ENSG00000143702 +CDS chr1 243126452 243126738 ENST00000490813 protein_coding 5 1 8 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366542 protein_coding 6 5 19 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366544 protein_coding 5 5 18 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000366543 protein_coding 5 5 18 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000481987 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000336415 protein_coding 8 5 14 CEP170 ENSG00000143702 +CDS chr1 243128249 243128300 ENST00000490813 protein_coding 5 1 7 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366542 protein_coding 6 5 18 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366544 protein_coding 5 5 17 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000366543 protein_coding 5 5 17 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000481987 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000336415 protein_coding 8 5 13 CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000490813 protein_coding 5 1 6 CEP170 ENSG00000143702 +transcript chr1 243129360 243164494 ENST00000413359 protein_coding 6 3 NA CEP170 ENSG00000143702 +CDS chr1 243129360 243129453 ENST00000413359 protein_coding 6 3 6 CEP170 ENSG00000143702 +transcript chr1 243129373 243163340 ENST00000464936 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243129373 243129453 ENST00000464936 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366542 protein_coding 6 5 17 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366544 protein_coding 5 5 16 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000366543 protein_coding 5 5 16 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000481987 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000336415 protein_coding 8 5 12 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000490813 protein_coding 5 1 5 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000413359 protein_coding 6 3 5 CEP170 ENSG00000143702 +CDS chr1 243136143 243136231 ENST00000464936 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366542 protein_coding 6 5 16 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366544 protein_coding 5 5 15 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000366543 protein_coding 5 5 15 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000481987 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000336415 protein_coding 8 5 11 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000490813 protein_coding 5 1 4 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000413359 protein_coding 6 3 4 CEP170 ENSG00000143702 +CDS chr1 243139937 243140107 ENST00000464936 protein_coding 5 5 4 CEP170 ENSG00000143702 +transcript chr1 243139984 243163310 ENST00000492145 protein_coding 1 5 NA CEP170 ENSG00000143702 +CDS chr1 243139984 243140107 ENST00000492145 protein_coding 1 5 4 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000366543 protein_coding 5 5 14 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000481987 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243142286 243142463 ENST00000336415 protein_coding 8 5 10 CEP170 ENSG00000143702 +CDS chr1 243142316 243142463 ENST00000366542 protein_coding 6 5 15 CEP170 ENSG00000143702 +CDS chr1 243142316 243142463 ENST00000366544 protein_coding 5 5 14 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000490813 protein_coding 5 1 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000413359 protein_coding 6 3 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000464936 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243142367 243142463 ENST00000492145 protein_coding 1 5 3 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000366542 protein_coding 6 5 14 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000366544 protein_coding 5 5 13 CEP170 ENSG00000143702 +CDS chr1 243156221 243156347 ENST00000366543 protein_coding 5 5 13 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000481987 protein_coding 5 5 1 CEP170 ENSG00000143702 +CDS chr1 243156221 243156455 ENST00000336415 protein_coding 8 5 9 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000490813 protein_coding 5 1 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156347 ENST00000413359 protein_coding 6 3 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000464936 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243156221 243156309 ENST00000492145 protein_coding 1 5 2 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366542 protein_coding 6 5 13 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366544 protein_coding 5 5 12 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000366543 protein_coding 5 5 12 CEP170 ENSG00000143702 +CDS chr1 243164284 243166116 ENST00000336415 protein_coding 8 5 8 CEP170 ENSG00000143702 +CDS chr1 243164284 243164494 ENST00000413359 protein_coding 6 3 1 CEP170 ENSG00000143702 +transcript chr1 243169440 243186409 ENST00000522895 protein_coding 1 3 NA CEP170 ENSG00000143702 +CDS chr1 243169539 243169754 ENST00000522895 protein_coding 1 3 3 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366542 protein_coding 6 5 12 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366544 protein_coding 5 5 11 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000366543 protein_coding 5 5 11 CEP170 ENSG00000143702 +CDS chr1 243169628 243169754 ENST00000336415 protein_coding 8 5 7 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366542 protein_coding 6 5 11 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366544 protein_coding 5 5 10 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000366543 protein_coding 5 5 10 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000336415 protein_coding 8 5 6 CEP170 ENSG00000143702 +CDS chr1 243172697 243172846 ENST00000522895 protein_coding 1 3 2 CEP170 ENSG00000143702 +CDS chr1 243185779 243186072 ENST00000366542 protein_coding 6 5 10 CEP170 ENSG00000143702 +CDS chr1 243185779 243186422 ENST00000336415 protein_coding 8 5 5 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366542 protein_coding 6 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366544 protein_coding 5 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186422 ENST00000366543 protein_coding 5 5 9 CEP170 ENSG00000143702 +CDS chr1 243186259 243186409 ENST00000522895 protein_coding 1 3 1 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366542 protein_coding 6 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366544 protein_coding 5 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000366543 protein_coding 5 5 8 CEP170 ENSG00000143702 +CDS chr1 243191018 243191494 ENST00000336415 protein_coding 8 5 4 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366542 protein_coding 6 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366544 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000366543 protein_coding 5 5 7 CEP170 ENSG00000143702 +CDS chr1 243199060 243199194 ENST00000336415 protein_coding 8 5 3 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366542 protein_coding 6 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366544 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000366543 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200518 243200680 ENST00000336415 protein_coding 8 5 2 CEP170 ENSG00000143702 +transcript chr1 243200614 243254470 ENST00000522191 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243200614 243200680 ENST00000522191 protein_coding 5 5 6 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366542 protein_coding 6 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366544 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000366543 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243200777 243200814 ENST00000336415 protein_coding 8 5 1 CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000522191 protein_coding 5 5 5 CEP170 ENSG00000143702 +transcript chr1 243200777 243253320 ENST00000523424 protein_coding 5 5 NA CEP170 ENSG00000143702 +CDS chr1 243200777 243200835 ENST00000523424 protein_coding 5 5 5 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366542 protein_coding 6 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366544 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000366543 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000522191 protein_coding 5 5 4 CEP170 ENSG00000143702 +CDS chr1 243211886 243211964 ENST00000523424 protein_coding 5 5 4 CEP170 ENSG00000143702 +transcript chr1 243211895 243255348 ENST00000522995 protein_coding 1 3 NA CEP170 ENSG00000143702 +CDS chr1 243211895 243211964 ENST00000522995 protein_coding 1 3 4 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366542 protein_coding 6 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366544 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000366543 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000522191 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000523424 protein_coding 5 5 3 CEP170 ENSG00000143702 +CDS chr1 243221724 243221813 ENST00000522995 protein_coding 1 3 3 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366542 protein_coding 6 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366544 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000366543 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000522191 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000523424 protein_coding 5 5 2 CEP170 ENSG00000143702 +CDS chr1 243225176 243225280 ENST00000522995 protein_coding 1 3 2 CEP170 ENSG00000143702 +transcript chr1 243256041 243500091 ENST00000366541 protein_coding 8 1 NA SDCCAG8 ENSG00000054282 +CDS chr1 243256174 243256240 ENST00000366541 protein_coding 8 1 1 SDCCAG8 ENSG00000054282 +CDS chr1 243270105 243270257 ENST00000366541 protein_coding 8 1 2 SDCCAG8 ENSG00000054282 +CDS chr1 243270978 243271063 ENST00000366541 protein_coding 8 1 3 SDCCAG8 ENSG00000054282 +CDS chr1 243274543 243274656 ENST00000366541 protein_coding 8 1 4 SDCCAG8 ENSG00000054282 +CDS chr1 243286272 243286397 ENST00000366541 protein_coding 8 1 5 SDCCAG8 ENSG00000054282 +transcript chr1 243286354 243306548 ENST00000476722 protein_coding 6 3 NA SDCCAG8 ENSG00000054282 +CDS chr1 243286354 243286397 ENST00000476722 protein_coding 6 3 1 SDCCAG8 ENSG00000054282 +transcript chr1 243286383 243500091 ENST00000435549 protein_coding 1 1 NA SDCCAG8 ENSG00000054282 +CDS chr1 243286383 243286397 ENST00000435549 protein_coding 1 1 1 SDCCAG8 ENSG00000054282 +CDS chr1 243293091 243293219 ENST00000366541 protein_coding 8 1 6 SDCCAG8 ENSG00000054282 +CDS chr1 243293091 243293219 ENST00000476722 protein_coding 6 3 2 SDCCAG8 ENSG00000054282 +CDS chr1 243293399 243293494 ENST00000476722 protein_coding 6 3 3 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000366541 protein_coding 8 1 7 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000476722 protein_coding 6 3 4 SDCCAG8 ENSG00000054282 +CDS chr1 243304713 243304777 ENST00000435549 protein_coding 1 1 2 SDCCAG8 ENSG00000054282 +CDS chr1 243305012 243305141 ENST00000476722 protein_coding 6 3 5 SDCCAG8 ENSG00000054282 +CDS chr1 243307989 243308177 ENST00000366541 protein_coding 8 1 8 SDCCAG8 ENSG00000054282 +CDS chr1 243307989 243308177 ENST00000435549 protein_coding 1 1 3 SDCCAG8 ENSG00000054282 +CDS chr1 243316755 243316893 ENST00000366541 protein_coding 8 1 9 SDCCAG8 ENSG00000054282 +CDS chr1 243316755 243316893 ENST00000435549 protein_coding 1 1 4 SDCCAG8 ENSG00000054282 +CDS chr1 243330540 243330692 ENST00000366541 protein_coding 8 1 10 SDCCAG8 ENSG00000054282 +CDS chr1 243330540 243330692 ENST00000435549 protein_coding 1 1 5 SDCCAG8 ENSG00000054282 +CDS chr1 243341039 243341173 ENST00000366541 protein_coding 8 1 11 SDCCAG8 ENSG00000054282 +CDS chr1 243341039 243341173 ENST00000435549 protein_coding 1 1 6 SDCCAG8 ENSG00000054282 +CDS chr1 243344215 243344331 ENST00000366541 protein_coding 8 1 12 SDCCAG8 ENSG00000054282 +CDS chr1 243344215 243344331 ENST00000435549 protein_coding 1 1 7 SDCCAG8 ENSG00000054282 +CDS chr1 243378721 243378863 ENST00000366541 protein_coding 8 1 13 SDCCAG8 ENSG00000054282 +CDS chr1 243378721 243378863 ENST00000435549 protein_coding 1 1 8 SDCCAG8 ENSG00000054282 +CDS chr1 243415702 243415829 ENST00000366541 protein_coding 8 1 14 SDCCAG8 ENSG00000054282 +CDS chr1 243417968 243418076 ENST00000366541 protein_coding 8 1 15 SDCCAG8 ENSG00000054282 +CDS chr1 243426427 243426558 ENST00000366541 protein_coding 8 1 16 SDCCAG8 ENSG00000054282 +CDS chr1 243426427 243426558 ENST00000435549 protein_coding 1 1 9 SDCCAG8 ENSG00000054282 +transcript chr1 243488233 243843236 ENST00000336199 protein_coding 9 1 NA AKT3 ENSG00000117020 +CDS chr1 243489014 243489140 ENST00000366541 protein_coding 8 1 17 SDCCAG8 ENSG00000054282 +CDS chr1 243489014 243489140 ENST00000435549 protein_coding 1 1 10 SDCCAG8 ENSG00000054282 +transcript chr1 243499719 243843584 ENST00000366540 protein_coding 5 1 NA AKT3 ENSG00000117020 +transcript chr1 243499724 243850243 ENST00000673466 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243499746 243499786 ENST00000336199 protein_coding 9 1 13 AKT3 ENSG00000117020 +CDS chr1 243499746 243499786 ENST00000366540 protein_coding 5 1 14 AKT3 ENSG00000117020 +CDS chr1 243499756 243499782 ENST00000366541 protein_coding 8 1 18 SDCCAG8 ENSG00000054282 +CDS chr1 243499756 243499782 ENST00000435549 protein_coding 1 1 11 SDCCAG8 ENSG00000054282 +transcript chr1 243501782 243850103 ENST00000672578 protein_coding 1 NA NA AKT3 ENSG00000117020 +transcript chr1 243501796 243850070 ENST00000366539 protein_coding 6 5 NA AKT3 ENSG00000117020 +transcript chr1 243505249 243843170 ENST00000680056 protein_coding 1 NA NA AKT3 ENSG00000117020 +transcript chr1 243505249 243851079 ENST00000263826 protein_coding 12 1 NA AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000673466 protein_coding 1 NA 14 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000672578 protein_coding 1 NA 13 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000366539 protein_coding 6 5 13 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000680056 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243505252 243505334 ENST00000263826 protein_coding 12 1 14 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000336199 protein_coding 9 1 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000366540 protein_coding 5 1 13 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000673466 protein_coding 1 NA 13 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000672578 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000366539 protein_coding 6 5 12 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000680056 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243512324 243512426 ENST00000263826 protein_coding 12 1 13 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000336199 protein_coding 9 1 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000366540 protein_coding 5 1 12 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000673466 protein_coding 1 NA 12 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000672578 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000366539 protein_coding 6 5 11 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000680056 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243545510 243545597 ENST00000263826 protein_coding 12 1 12 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000336199 protein_coding 9 1 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000366540 protein_coding 5 1 11 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000673466 protein_coding 1 NA 11 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000672578 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000366539 protein_coding 6 5 10 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000680056 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243552729 243552943 ENST00000263826 protein_coding 12 1 11 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000336199 protein_coding 9 1 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000366540 protein_coding 5 1 10 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000673466 protein_coding 1 NA 10 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000672578 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000366539 protein_coding 6 5 9 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000680056 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243563720 243563848 ENST00000263826 protein_coding 12 1 10 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000336199 protein_coding 9 1 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000366540 protein_coding 5 1 9 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000673466 protein_coding 1 NA 9 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000672578 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000366539 protein_coding 6 5 8 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000680056 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243572926 243573048 ENST00000263826 protein_coding 12 1 9 AKT3 ENSG00000117020 +transcript chr1 243610506 243843170 ENST00000492957 protein_coding 2 5 NA AKT3 ENSG00000117020 +CDS chr1 243612990 243613034 ENST00000492957 protein_coding 2 5 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000336199 protein_coding 9 1 7 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000366540 protein_coding 5 1 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000673466 protein_coding 1 NA 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000672578 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000680056 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000263826 protein_coding 12 1 8 AKT3 ENSG00000117020 +CDS chr1 243613671 243613739 ENST00000492957 protein_coding 2 5 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000336199 protein_coding 9 1 6 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000366540 protein_coding 5 1 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000673466 protein_coding 1 NA 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000672578 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000366539 protein_coding 6 5 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000680056 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000263826 protein_coding 12 1 7 AKT3 ENSG00000117020 +CDS chr1 243615096 243615161 ENST00000492957 protein_coding 2 5 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000336199 protein_coding 9 1 5 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000366540 protein_coding 5 1 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000673466 protein_coding 1 NA 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000672578 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000366539 protein_coding 6 5 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000680056 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000263826 protein_coding 12 1 6 AKT3 ENSG00000117020 +CDS chr1 243637611 243637742 ENST00000492957 protein_coding 2 5 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000336199 protein_coding 9 1 4 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000366540 protein_coding 5 1 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000673466 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000672578 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000366539 protein_coding 6 5 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000680056 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000263826 protein_coding 12 1 5 AKT3 ENSG00000117020 +CDS chr1 243645893 243646037 ENST00000492957 protein_coding 2 5 4 AKT3 ENSG00000117020 +transcript chr1 243657536 243849755 ENST00000672238 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243660380 243660395 ENST00000672238 protein_coding 1 NA 5 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000336199 protein_coding 9 1 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000366540 protein_coding 5 1 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000673466 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664872 ENST00000672578 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000366539 protein_coding 6 5 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000680056 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000263826 protein_coding 12 1 4 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000492957 protein_coding 2 5 3 AKT3 ENSG00000117020 +CDS chr1 243664772 243664883 ENST00000672238 protein_coding 1 NA 4 AKT3 ENSG00000117020 +transcript chr1 243687437 243843164 ENST00000491219 protein_coding 6 3 NA AKT3 ENSG00000117020 +transcript chr1 243687629 243844210 ENST00000673400 protein_coding 1 NA NA AKT3 ENSG00000117020 +CDS chr1 243687700 243687725 ENST00000673400 protein_coding 1 NA 4 AKT3 ENSG00000117020 +CDS chr1 243687826 243687872 ENST00000491219 protein_coding 6 3 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000336199 protein_coding 9 1 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000366540 protein_coding 5 1 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000673466 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000366539 protein_coding 6 5 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000263826 protein_coding 12 1 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000492957 protein_coding 2 5 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000672238 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000491219 protein_coding 6 3 2 AKT3 ENSG00000117020 +CDS chr1 243695591 243695716 ENST00000673400 protein_coding 1 NA 3 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000336199 protein_coding 9 1 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000366540 protein_coding 5 1 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000673466 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000366539 protein_coding 6 5 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000680056 protein_coding 1 NA 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000263826 protein_coding 12 1 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000492957 protein_coding 2 5 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000672238 protein_coding 1 NA 2 AKT3 ENSG00000117020 +CDS chr1 243843125 243843164 ENST00000491219 protein_coding 6 3 1 AKT3 ENSG00000117020 +CDS chr1 243843125 243843170 ENST00000673400 protein_coding 1 NA 2 AKT3 ENSG00000117020 +transcript chr1 244048939 244057472 ENST00000622512 protein_coding 1 3 NA ZBTB18 ENSG00000179456 +transcript chr1 244051283 244057476 ENST00000358704 protein_coding 4 1 NA ZBTB18 ENSG00000179456 +CDS chr1 244051432 244051444 ENST00000358704 protein_coding 4 1 1 ZBTB18 ENSG00000179456 +CDS chr1 244053788 244055367 ENST00000358704 protein_coding 4 1 2 ZBTB18 ENSG00000179456 +CDS chr1 244053802 244055367 ENST00000622512 protein_coding 1 3 2 ZBTB18 ENSG00000179456 +transcript chr1 244352635 244389091 ENST00000366537 protein_coding 5 1 NA C1orf100 ENSG00000173728 +transcript chr1 244352635 244389663 ENST00000308105 protein_coding 5 2 NA C1orf100 ENSG00000173728 +CDS chr1 244364701 244364756 ENST00000366537 protein_coding 5 1 2 C1orf100 ENSG00000173728 +CDS chr1 244364701 244364756 ENST00000308105 protein_coding 5 2 2 C1orf100 ENSG00000173728 +CDS chr1 244375372 244375467 ENST00000366537 protein_coding 5 1 3 C1orf100 ENSG00000173728 +CDS chr1 244375372 244375467 ENST00000308105 protein_coding 5 2 3 C1orf100 ENSG00000173728 +CDS chr1 244378467 244378639 ENST00000308105 protein_coding 5 2 4 C1orf100 ENSG00000173728 +CDS chr1 244378563 244378639 ENST00000366537 protein_coding 5 1 4 C1orf100 ENSG00000173728 +CDS chr1 244388951 244389066 ENST00000366537 protein_coding 5 1 5 C1orf100 ENSG00000173728 +CDS chr1 244388951 244389066 ENST00000308105 protein_coding 5 2 5 C1orf100 ENSG00000173728 +transcript chr1 244408494 244451909 ENST00000366535 protein_coding 4 1 NA ADSS2 ENSG00000035687 +CDS chr1 244409589 244409638 ENST00000366535 protein_coding 4 1 13 ADSS2 ENSG00000035687 +CDS chr1 244411287 244411436 ENST00000366535 protein_coding 4 1 12 ADSS2 ENSG00000035687 +CDS chr1 244415981 244416078 ENST00000366535 protein_coding 4 1 11 ADSS2 ENSG00000035687 +CDS chr1 244417628 244417752 ENST00000366535 protein_coding 4 1 10 ADSS2 ENSG00000035687 +CDS chr1 244418760 244418914 ENST00000366535 protein_coding 4 1 9 ADSS2 ENSG00000035687 +CDS chr1 244420170 244420296 ENST00000366535 protein_coding 4 1 8 ADSS2 ENSG00000035687 +CDS chr1 244422835 244422916 ENST00000366535 protein_coding 4 1 7 ADSS2 ENSG00000035687 +CDS chr1 244423953 244424060 ENST00000366535 protein_coding 4 1 6 ADSS2 ENSG00000035687 +CDS chr1 244424321 244424387 ENST00000366535 protein_coding 4 1 5 ADSS2 ENSG00000035687 +CDS chr1 244432545 244432595 ENST00000366535 protein_coding 4 1 4 ADSS2 ENSG00000035687 +CDS chr1 244436825 244436893 ENST00000366535 protein_coding 4 1 3 ADSS2 ENSG00000035687 +CDS chr1 244437666 244437768 ENST00000366535 protein_coding 4 1 2 ADSS2 ENSG00000035687 +CDS chr1 244451635 244451817 ENST00000366535 protein_coding 4 1 1 ADSS2 ENSG00000035687 +transcript chr1 244461273 244640504 ENST00000366534 protein_coding 9 2 NA CATSPERE ENSG00000179397 +transcript chr1 244461371 244640356 ENST00000366531 protein_coding 7 2 NA CATSPERE ENSG00000179397 +transcript chr1 244461388 244640360 ENST00000366533 protein_coding 8 1 NA CATSPERE ENSG00000179397 +transcript chr1 244461411 244640360 ENST00000428042 protein_coding 1 1 NA CATSPERE ENSG00000179397 +CDS chr1 244461411 244461494 ENST00000428042 protein_coding 1 1 1 CATSPERE ENSG00000179397 +CDS chr1 244461430 244461494 ENST00000366534 protein_coding 9 2 1 CATSPERE ENSG00000179397 +CDS chr1 244461430 244461494 ENST00000366533 protein_coding 8 1 1 CATSPERE ENSG00000179397 +CDS chr1 244463908 244463956 ENST00000366534 protein_coding 9 2 2 CATSPERE ENSG00000179397 +CDS chr1 244463908 244463956 ENST00000366533 protein_coding 8 1 2 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000366534 protein_coding 9 2 3 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000366533 protein_coding 8 1 3 CATSPERE ENSG00000179397 +CDS chr1 244477541 244477614 ENST00000428042 protein_coding 1 1 2 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000366534 protein_coding 9 2 4 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000366533 protein_coding 8 1 4 CATSPERE ENSG00000179397 +CDS chr1 244477906 244477975 ENST00000428042 protein_coding 1 1 3 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000366534 protein_coding 9 2 5 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000366533 protein_coding 8 1 5 CATSPERE ENSG00000179397 +CDS chr1 244479717 244479784 ENST00000428042 protein_coding 1 1 4 CATSPERE ENSG00000179397 +CDS chr1 244490447 244490471 ENST00000366534 protein_coding 9 2 6 CATSPERE ENSG00000179397 +CDS chr1 244490447 244490471 ENST00000366533 protein_coding 8 1 6 CATSPERE ENSG00000179397 +CDS chr1 244499002 244499079 ENST00000366534 protein_coding 9 2 7 CATSPERE ENSG00000179397 +CDS chr1 244499002 244499079 ENST00000366533 protein_coding 8 1 7 CATSPERE ENSG00000179397 +CDS chr1 244518592 244518698 ENST00000366534 protein_coding 9 2 8 CATSPERE ENSG00000179397 +CDS chr1 244518592 244518698 ENST00000366533 protein_coding 8 1 8 CATSPERE ENSG00000179397 +CDS chr1 244518616 244518698 ENST00000366531 protein_coding 7 2 5 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366534 protein_coding 9 2 9 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366533 protein_coding 8 1 9 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000428042 protein_coding 1 1 5 CATSPERE ENSG00000179397 +CDS chr1 244552322 244552814 ENST00000366531 protein_coding 7 2 6 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366534 protein_coding 9 2 10 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366533 protein_coding 8 1 10 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000428042 protein_coding 1 1 6 CATSPERE ENSG00000179397 +CDS chr1 244560668 244561145 ENST00000366531 protein_coding 7 2 7 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366534 protein_coding 9 2 11 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366533 protein_coding 8 1 11 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000428042 protein_coding 1 1 7 CATSPERE ENSG00000179397 +CDS chr1 244572330 244572772 ENST00000366531 protein_coding 7 2 8 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366534 protein_coding 9 2 12 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366533 protein_coding 8 1 12 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000428042 protein_coding 1 1 8 CATSPERE ENSG00000179397 +CDS chr1 244581796 244581854 ENST00000366531 protein_coding 7 2 9 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366534 protein_coding 9 2 13 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366533 protein_coding 8 1 13 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000428042 protein_coding 1 1 9 CATSPERE ENSG00000179397 +CDS chr1 244583864 244583939 ENST00000366531 protein_coding 7 2 10 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366534 protein_coding 9 2 14 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366533 protein_coding 8 1 14 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000428042 protein_coding 1 1 10 CATSPERE ENSG00000179397 +CDS chr1 244588482 244588534 ENST00000366531 protein_coding 7 2 11 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366534 protein_coding 9 2 15 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366533 protein_coding 8 1 15 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000428042 protein_coding 1 1 11 CATSPERE ENSG00000179397 +CDS chr1 244591681 244591731 ENST00000366531 protein_coding 7 2 12 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366534 protein_coding 9 2 16 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366533 protein_coding 8 1 16 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000428042 protein_coding 1 1 12 CATSPERE ENSG00000179397 +CDS chr1 244593395 244593428 ENST00000366531 protein_coding 7 2 13 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366534 protein_coding 9 2 17 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366533 protein_coding 8 1 17 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000428042 protein_coding 1 1 13 CATSPERE ENSG00000179397 +CDS chr1 244593499 244593578 ENST00000366531 protein_coding 7 2 14 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366534 protein_coding 9 2 18 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366533 protein_coding 8 1 18 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000428042 protein_coding 1 1 14 CATSPERE ENSG00000179397 +CDS chr1 244605695 244605794 ENST00000366531 protein_coding 7 2 15 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366534 protein_coding 9 2 19 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366533 protein_coding 8 1 19 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000428042 protein_coding 1 1 15 CATSPERE ENSG00000179397 +CDS chr1 244610240 244610326 ENST00000366531 protein_coding 7 2 16 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000366534 protein_coding 9 2 20 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000428042 protein_coding 1 1 16 CATSPERE ENSG00000179397 +CDS chr1 244617529 244617686 ENST00000366531 protein_coding 7 2 17 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000366534 protein_coding 9 2 21 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635494 ENST00000366533 protein_coding 8 1 20 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000428042 protein_coding 1 1 17 CATSPERE ENSG00000179397 +CDS chr1 244635489 244635542 ENST00000366531 protein_coding 7 2 18 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000366534 protein_coding 9 2 22 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000428042 protein_coding 1 1 18 CATSPERE ENSG00000179397 +CDS chr1 244639928 244640078 ENST00000366531 protein_coding 7 2 19 CATSPERE ENSG00000179397 +transcript chr1 244653103 244705951 ENST00000263831 protein_coding 11 1 NA DESI2 ENSG00000121644 +transcript chr1 244653126 244709033 ENST00000302550 protein_coding 16 1 NA DESI2 ENSG00000121644 +CDS chr1 244653314 244653355 ENST00000302550 protein_coding 16 1 1 DESI2 ENSG00000121644 +CDS chr1 244653314 244653355 ENST00000263831 protein_coding 11 1 1 DESI2 ENSG00000121644 +transcript chr1 244653751 244691922 ENST00000418162 protein_coding 1 5 NA DESI2 ENSG00000121644 +CDS chr1 244653933 244654025 ENST00000418162 protein_coding 1 5 1 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000302550 protein_coding 16 1 2 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000263831 protein_coding 11 1 2 DESI2 ENSG00000121644 +CDS chr1 244686597 244686669 ENST00000418162 protein_coding 1 5 2 DESI2 ENSG00000121644 +CDS chr1 244689249 244689342 ENST00000302550 protein_coding 16 1 3 DESI2 ENSG00000121644 +CDS chr1 244689249 244689342 ENST00000418162 protein_coding 1 5 3 DESI2 ENSG00000121644 +CDS chr1 244691879 244692020 ENST00000302550 protein_coding 16 1 4 DESI2 ENSG00000121644 +CDS chr1 244691879 244691922 ENST00000418162 protein_coding 1 5 4 DESI2 ENSG00000121644 +CDS chr1 244691884 244692020 ENST00000263831 protein_coding 11 1 3 DESI2 ENSG00000121644 +CDS chr1 244705556 244705786 ENST00000302550 protein_coding 16 1 5 DESI2 ENSG00000121644 +CDS chr1 244705556 244705786 ENST00000263831 protein_coding 11 1 4 DESI2 ENSG00000121644 +transcript chr1 244729898 244730962 ENST00000640271 protein_coding 2 NA NA NA ENSG00000284188 +CDS chr1 244730378 244730923 ENST00000640271 protein_coding 2 NA 1 NA ENSG00000284188 +transcript chr1 244835616 244843252 ENST00000366528 protein_coding 3 2 NA COX20 ENSG00000203667 +transcript chr1 244835658 244845057 ENST00000411948 protein_coding 7 1 NA COX20 ENSG00000203667 +CDS chr1 244835715 244835756 ENST00000411948 protein_coding 7 1 1 COX20 ENSG00000203667 +CDS chr1 244835715 244835756 ENST00000366528 protein_coding 3 2 1 COX20 ENSG00000203667 +CDS chr1 244836485 244836520 ENST00000366528 protein_coding 3 2 2 COX20 ENSG00000203667 +CDS chr1 244841944 244842058 ENST00000411948 protein_coding 7 1 2 COX20 ENSG00000203667 +CDS chr1 244841944 244842058 ENST00000366528 protein_coding 3 2 3 COX20 ENSG00000203667 +CDS chr1 244842195 244842258 ENST00000411948 protein_coding 7 1 3 COX20 ENSG00000203667 +CDS chr1 244842195 244842258 ENST00000366528 protein_coding 3 2 4 COX20 ENSG00000203667 +CDS chr1 244843041 244843173 ENST00000411948 protein_coding 7 1 4 COX20 ENSG00000203667 +CDS chr1 244843041 244843173 ENST00000366528 protein_coding 3 2 5 COX20 ENSG00000203667 +transcript chr1 244850297 244864560 ENST00000444376 protein_coding 7 1 NA HNRNPU ENSG00000153187 +transcript chr1 244850297 244864543 ENST00000640218 protein_coding 2 1 NA HNRNPU ENSG00000153187 +transcript chr1 244853406 244863106 ENST00000440865 protein_coding 2 2 NA HNRNPU ENSG00000153187 +transcript chr1 244853418 244862387 ENST00000639628 protein_coding 1 1 NA HNRNPU ENSG00000153187 +transcript chr1 244853467 244860536 ENST00000638716 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853752 244864494 ENST00000283179 protein_coding 14 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853939 244864091 ENST00000638475 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244853982 244858080 ENST00000639824 protein_coding 1 5 NA HNRNPU ENSG00000153187 +transcript chr1 244854200 244862381 ENST00000640001 protein_coding 1 5 NA HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000444376 protein_coding 7 1 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000640218 protein_coding 2 1 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000440865 protein_coding 2 2 13 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000639628 protein_coding 1 1 11 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000638716 protein_coding 1 5 11 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000283179 protein_coding 14 5 12 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000638475 protein_coding 1 5 14 HNRNPU ENSG00000153187 +CDS chr1 244854453 244854503 ENST00000639824 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244854931 244855044 ENST00000640001 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000444376 protein_coding 7 1 13 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000640218 protein_coding 2 1 13 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000440865 protein_coding 2 2 12 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000639628 protein_coding 1 1 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000638716 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000283179 protein_coding 14 5 11 HNRNPU ENSG00000153187 +CDS chr1 244854973 244855044 ENST00000638475 protein_coding 1 5 13 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000444376 protein_coding 7 1 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000640218 protein_coding 2 1 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000440865 protein_coding 2 2 11 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000639628 protein_coding 1 1 9 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000638716 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000283179 protein_coding 14 5 10 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000638475 protein_coding 1 5 12 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000639824 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244855424 244855608 ENST00000640001 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000444376 protein_coding 7 1 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000640218 protein_coding 2 1 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000440865 protein_coding 2 2 10 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000639628 protein_coding 1 1 8 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000638716 protein_coding 1 5 8 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000283179 protein_coding 14 5 9 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000638475 protein_coding 1 5 11 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000639824 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244855904 244856158 ENST00000640001 protein_coding 1 5 8 HNRNPU ENSG00000153187 +transcript chr1 244856283 244859374 ENST00000483966 protein_coding 3 2 NA HNRNPU ENSG00000153187 +CDS chr1 244856446 244856625 ENST00000483966 protein_coding 3 2 6 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000444376 protein_coding 7 1 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000640218 protein_coding 2 1 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000440865 protein_coding 2 2 9 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000639628 protein_coding 1 1 7 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000638716 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000283179 protein_coding 14 5 8 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000638475 protein_coding 1 5 10 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000639824 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244856457 244856625 ENST00000640001 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000444376 protein_coding 7 1 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000640218 protein_coding 2 1 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000440865 protein_coding 2 2 8 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000639628 protein_coding 1 1 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000638716 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000283179 protein_coding 14 5 7 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000638475 protein_coding 1 5 9 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000639824 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000640001 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244856728 244856856 ENST00000483966 protein_coding 3 2 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000444376 protein_coding 7 1 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000640218 protein_coding 2 1 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000440865 protein_coding 2 2 7 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000639628 protein_coding 1 1 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000638716 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000283179 protein_coding 14 5 6 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000638475 protein_coding 1 5 8 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000639824 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000640001 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244857598 244857717 ENST00000483966 protein_coding 3 2 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000444376 protein_coding 7 1 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000640218 protein_coding 2 1 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000440865 protein_coding 2 2 6 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000639628 protein_coding 1 1 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000638716 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000283179 protein_coding 14 5 5 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000638475 protein_coding 1 5 7 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858080 ENST00000639824 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000640001 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858011 244858274 ENST00000483966 protein_coding 3 2 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000444376 protein_coding 7 1 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000640218 protein_coding 2 1 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000440865 protein_coding 2 2 5 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000639628 protein_coding 1 1 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858835 ENST00000638716 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000283179 protein_coding 14 5 4 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000638475 protein_coding 1 5 6 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000640001 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244858729 244858841 ENST00000483966 protein_coding 3 2 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000444376 protein_coding 7 1 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000640218 protein_coding 2 1 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000440865 protein_coding 2 2 4 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000639628 protein_coding 1 1 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000638716 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000283179 protein_coding 14 5 3 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000638475 protein_coding 1 5 5 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000640001 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244859275 244859374 ENST00000483966 protein_coding 3 2 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000444376 protein_coding 7 1 4 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000640218 protein_coding 2 1 4 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000440865 protein_coding 2 2 3 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000639628 protein_coding 1 1 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000638716 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860474 ENST00000283179 protein_coding 14 5 2 HNRNPU ENSG00000153187 +CDS chr1 244860335 244860523 ENST00000640001 protein_coding 1 5 1 HNRNPU ENSG00000153187 +CDS chr1 244860353 244860474 ENST00000638475 protein_coding 1 5 4 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000444376 protein_coding 7 1 3 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000640218 protein_coding 2 1 3 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000440865 protein_coding 2 2 2 HNRNPU ENSG00000153187 +CDS chr1 244862461 244862534 ENST00000638475 protein_coding 1 5 3 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000444376 protein_coding 7 1 2 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000640218 protein_coding 2 1 2 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862752 ENST00000440865 protein_coding 2 2 1 HNRNPU ENSG00000153187 +CDS chr1 244862619 244862730 ENST00000638475 protein_coding 1 5 2 HNRNPU ENSG00000153187 +CDS chr1 244863617 244864307 ENST00000640218 protein_coding 2 1 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864307 ENST00000444376 protein_coding 7 1 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864307 ENST00000283179 protein_coding 14 5 1 HNRNPU ENSG00000153187 +CDS chr1 244863674 244864091 ENST00000638475 protein_coding 1 5 1 HNRNPU ENSG00000153187 +transcript chr1 244969682 245087837 ENST00000366523 protein_coding 6 3 NA EFCAB2 ENSG00000203666 +transcript chr1 244970327 245121981 ENST00000447569 protein_coding 6 2 NA EFCAB2 ENSG00000203666 +CDS chr1 244970419 244970443 ENST00000366523 protein_coding 6 3 2 EFCAB2 ENSG00000203666 +CDS chr1 244970419 244970443 ENST00000447569 protein_coding 6 2 1 EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000366523 protein_coding 6 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000447569 protein_coding 6 2 2 EFCAB2 ENSG00000203666 +transcript chr1 245017242 245083860 ENST00000551317 protein_coding 5 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000551317 protein_coding 5 3 1 EFCAB2 ENSG00000203666 +transcript chr1 245017242 245086961 ENST00000425550 protein_coding 5 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245017242 245017326 ENST00000425550 protein_coding 5 3 1 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000366523 protein_coding 6 3 4 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000447569 protein_coding 6 2 3 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000551317 protein_coding 5 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245059386 245059458 ENST00000425550 protein_coding 5 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000366523 protein_coding 6 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000447569 protein_coding 6 2 4 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000551317 protein_coding 5 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245082083 245082162 ENST00000425550 protein_coding 5 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000366523 protein_coding 6 3 6 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000447569 protein_coding 6 2 5 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000551317 protein_coding 5 3 4 EFCAB2 ENSG00000203666 +CDS chr1 245083442 245083484 ENST00000425550 protein_coding 5 3 4 EFCAB2 ENSG00000203666 +transcript chr1 245083456 245086961 ENST00000427529 protein_coding 1 3 NA EFCAB2 ENSG00000203666 +CDS chr1 245083456 245083484 ENST00000427529 protein_coding 1 3 1 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000366523 protein_coding 6 3 7 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000447569 protein_coding 6 2 6 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083732 ENST00000551317 protein_coding 5 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000425550 protein_coding 5 3 5 EFCAB2 ENSG00000203666 +CDS chr1 245083622 245083688 ENST00000427529 protein_coding 1 3 2 EFCAB2 ENSG00000203666 +CDS chr1 245086733 245086791 ENST00000427529 protein_coding 1 3 3 EFCAB2 ENSG00000203666 +CDS chr1 245086760 245086791 ENST00000425550 protein_coding 5 3 6 EFCAB2 ENSG00000203666 +CDS chr1 245087245 245087357 ENST00000366523 protein_coding 6 3 8 EFCAB2 ENSG00000203666 +CDS chr1 245121920 245121945 ENST00000447569 protein_coding 6 2 7 EFCAB2 ENSG00000203666 +transcript chr1 245154985 245709432 ENST00000407071 protein_coding 7 1 NA KIF26B ENSG00000162849 +CDS chr1 245155425 245155487 ENST00000407071 protein_coding 7 1 1 KIF26B ENSG00000162849 +CDS chr1 245156282 245156683 ENST00000407071 protein_coding 7 1 2 KIF26B ENSG00000162849 +CDS chr1 245366834 245367367 ENST00000407071 protein_coding 7 1 3 KIF26B ENSG00000162849 +CDS chr1 245419579 245419745 ENST00000407071 protein_coding 7 1 4 KIF26B ENSG00000162849 +transcript chr1 245511002 245709431 ENST00000366518 protein_coding 4 5 NA KIF26B ENSG00000162849 +CDS chr1 245511106 245511128 ENST00000366518 protein_coding 4 5 1 KIF26B ENSG00000162849 +CDS chr1 245540767 245540950 ENST00000407071 protein_coding 7 1 5 KIF26B ENSG00000162849 +CDS chr1 245540767 245540950 ENST00000366518 protein_coding 4 5 2 KIF26B ENSG00000162849 +CDS chr1 245602577 245602783 ENST00000407071 protein_coding 7 1 6 KIF26B ENSG00000162849 +CDS chr1 245602577 245602783 ENST00000366518 protein_coding 4 5 3 KIF26B ENSG00000162849 +CDS chr1 245607651 245607744 ENST00000407071 protein_coding 7 1 7 KIF26B ENSG00000162849 +CDS chr1 245607651 245607744 ENST00000366518 protein_coding 4 5 4 KIF26B ENSG00000162849 +CDS chr1 245609266 245609528 ENST00000407071 protein_coding 7 1 8 KIF26B ENSG00000162849 +CDS chr1 245609266 245609528 ENST00000366518 protein_coding 4 5 5 KIF26B ENSG00000162849 +CDS chr1 245611793 245611976 ENST00000407071 protein_coding 7 1 9 KIF26B ENSG00000162849 +CDS chr1 245611793 245611976 ENST00000366518 protein_coding 4 5 6 KIF26B ENSG00000162849 +CDS chr1 245646121 245646280 ENST00000407071 protein_coding 7 1 10 KIF26B ENSG00000162849 +CDS chr1 245646121 245646280 ENST00000366518 protein_coding 4 5 7 KIF26B ENSG00000162849 +CDS chr1 245684233 245684395 ENST00000407071 protein_coding 7 1 11 KIF26B ENSG00000162849 +CDS chr1 245684233 245684395 ENST00000366518 protein_coding 4 5 8 KIF26B ENSG00000162849 +CDS chr1 245685405 245688807 ENST00000407071 protein_coding 7 1 12 KIF26B ENSG00000162849 +CDS chr1 245685405 245688807 ENST00000366518 protein_coding 4 5 9 KIF26B ENSG00000162849 +CDS chr1 245698106 245698308 ENST00000407071 protein_coding 7 1 13 KIF26B ENSG00000162849 +CDS chr1 245698106 245698308 ENST00000366518 protein_coding 4 5 10 KIF26B ENSG00000162849 +CDS chr1 245698887 245699037 ENST00000407071 protein_coding 7 1 14 KIF26B ENSG00000162849 +CDS chr1 245698887 245699037 ENST00000366518 protein_coding 4 5 11 KIF26B ENSG00000162849 +CDS chr1 245702458 245702603 ENST00000407071 protein_coding 7 1 15 KIF26B ENSG00000162849 +CDS chr1 245702458 245702603 ENST00000366518 protein_coding 4 5 12 KIF26B ENSG00000162849 +transcript chr1 245749342 246417409 ENST00000630181 protein_coding 2 2 NA SMYD3 ENSG00000185420 +transcript chr1 245749347 246507279 ENST00000490107 protein_coding 6 1 NA SMYD3 ENSG00000185420 +CDS chr1 245749566 245749664 ENST00000630181 protein_coding 2 2 12 SMYD3 ENSG00000185420 +CDS chr1 245749566 245749664 ENST00000490107 protein_coding 6 1 12 SMYD3 ENSG00000185420 +CDS chr1 245764041 245764149 ENST00000630181 protein_coding 2 2 11 SMYD3 ENSG00000185420 +CDS chr1 245764041 245764149 ENST00000490107 protein_coding 6 1 11 SMYD3 ENSG00000185420 +CDS chr1 245858496 245858670 ENST00000630181 protein_coding 2 2 10 SMYD3 ENSG00000185420 +CDS chr1 245858496 245858670 ENST00000490107 protein_coding 6 1 10 SMYD3 ENSG00000185420 +transcript chr1 245858562 246193727 ENST00000391836 protein_coding 3 5 NA SMYD3 ENSG00000185420 +CDS chr1 245858562 245858670 ENST00000391836 protein_coding 3 5 7 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000630181 protein_coding 2 2 9 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000490107 protein_coding 6 1 9 SMYD3 ENSG00000185420 +CDS chr1 245863799 245863886 ENST00000391836 protein_coding 3 5 6 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000630181 protein_coding 2 2 8 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000490107 protein_coding 6 1 8 SMYD3 ENSG00000185420 +CDS chr1 245915530 245915640 ENST00000391836 protein_coding 3 5 5 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000630181 protein_coding 2 2 7 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000490107 protein_coding 6 1 7 SMYD3 ENSG00000185420 +CDS chr1 245927931 245928033 ENST00000391836 protein_coding 3 5 4 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929937 ENST00000630181 protein_coding 2 2 6 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929937 ENST00000490107 protein_coding 6 1 6 SMYD3 ENSG00000185420 +CDS chr1 245929870 245929901 ENST00000391836 protein_coding 3 5 3 SMYD3 ENSG00000185420 +transcript chr1 245929898 246355335 ENST00000453676 protein_coding 5 4 NA SMYD3 ENSG00000185420 +CDS chr1 245929898 245929937 ENST00000453676 protein_coding 5 4 6 SMYD3 ENSG00000185420 +transcript chr1 246325813 246507312 ENST00000403792 protein_coding 7 1 NA SMYD3 ENSG00000185420 +CDS chr1 246326381 246326395 ENST00000403792 protein_coding 7 1 6 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000630181 protein_coding 2 2 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000490107 protein_coding 6 1 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000453676 protein_coding 5 4 5 SMYD3 ENSG00000185420 +CDS chr1 246327201 246327337 ENST00000403792 protein_coding 7 1 5 SMYD3 ENSG00000185420 +transcript chr1 246327333 246483765 ENST00000455277 protein_coding 2 5 NA SMYD3 ENSG00000185420 +CDS chr1 246327333 246327337 ENST00000455277 protein_coding 2 5 5 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000630181 protein_coding 2 2 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000490107 protein_coding 6 1 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000453676 protein_coding 5 4 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000403792 protein_coding 7 1 4 SMYD3 ENSG00000185420 +CDS chr1 246330480 246330537 ENST00000455277 protein_coding 2 5 4 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000630181 protein_coding 2 2 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000490107 protein_coding 6 1 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000453676 protein_coding 5 4 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000403792 protein_coding 7 1 3 SMYD3 ENSG00000185420 +CDS chr1 246335367 246335474 ENST00000455277 protein_coding 2 5 3 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000630181 protein_coding 2 2 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355094 ENST00000490107 protein_coding 6 1 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000453676 protein_coding 5 4 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355094 ENST00000403792 protein_coding 7 1 2 SMYD3 ENSG00000185420 +CDS chr1 246355031 246355081 ENST00000455277 protein_coding 2 5 2 SMYD3 ENSG00000185420 +CDS chr1 246507054 246507217 ENST00000490107 protein_coding 6 1 1 SMYD3 ENSG00000185420 +CDS chr1 246507054 246507217 ENST00000403792 protein_coding 7 1 1 SMYD3 ENSG00000185420 +transcript chr1 246540561 246566261 ENST00000366514 protein_coding 5 1 NA TFB2M ENSG00000162851 +CDS chr1 246541034 246541202 ENST00000366514 protein_coding 5 1 8 TFB2M ENSG00000162851 +CDS chr1 246544521 246544681 ENST00000366514 protein_coding 5 1 7 TFB2M ENSG00000162851 +CDS chr1 246548545 246548607 ENST00000366514 protein_coding 5 1 6 TFB2M ENSG00000162851 +CDS chr1 246551213 246551302 ENST00000366514 protein_coding 5 1 5 TFB2M ENSG00000162851 +CDS chr1 246556573 246556721 ENST00000366514 protein_coding 5 1 4 TFB2M ENSG00000162851 +CDS chr1 246557381 246557534 ENST00000366514 protein_coding 5 1 3 TFB2M ENSG00000162851 +CDS chr1 246564346 246564434 ENST00000366514 protein_coding 5 1 2 TFB2M ENSG00000162851 +CDS chr1 246565826 246566138 ENST00000366514 protein_coding 5 1 1 TFB2M ENSG00000162851 +transcript chr1 246566456 246668595 ENST00000366513 protein_coding 9 1 NA CNST ENSG00000162852 +transcript chr1 246566461 246648243 ENST00000366512 protein_coding 7 1 NA CNST ENSG00000162852 +transcript chr1 246566514 246633957 ENST00000366511 protein_coding 1 3 NA CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366513 protein_coding 9 1 2 CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366512 protein_coding 7 1 2 CNST ENSG00000162852 +CDS chr1 246591563 246591941 ENST00000366511 protein_coding 1 3 2 CNST ENSG00000162852 +CDS chr1 246621429 246621634 ENST00000366513 protein_coding 9 1 3 CNST ENSG00000162852 +CDS chr1 246621429 246621634 ENST00000366512 protein_coding 7 1 3 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366513 protein_coding 9 1 4 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366512 protein_coding 7 1 4 CNST ENSG00000162852 +CDS chr1 246631894 246631924 ENST00000366511 protein_coding 1 3 3 CNST ENSG00000162852 +CDS chr1 246633924 246634010 ENST00000366513 protein_coding 9 1 5 CNST ENSG00000162852 +CDS chr1 246633924 246634010 ENST00000366512 protein_coding 7 1 5 CNST ENSG00000162852 +CDS chr1 246633924 246633924 ENST00000366511 protein_coding 1 3 4 CNST ENSG00000162852 +CDS chr1 246634473 246634587 ENST00000366513 protein_coding 9 1 6 CNST ENSG00000162852 +CDS chr1 246634473 246634587 ENST00000366512 protein_coding 7 1 6 CNST ENSG00000162852 +CDS chr1 246641749 246641770 ENST00000366513 protein_coding 9 1 7 CNST ENSG00000162852 +CDS chr1 246641749 246641770 ENST00000366512 protein_coding 7 1 7 CNST ENSG00000162852 +CDS chr1 246641941 246642037 ENST00000366513 protein_coding 9 1 8 CNST ENSG00000162852 +CDS chr1 246641941 246642037 ENST00000366512 protein_coding 7 1 8 CNST ENSG00000162852 +CDS chr1 246647139 246648037 ENST00000366513 protein_coding 9 1 9 CNST ENSG00000162852 +CDS chr1 246647139 246648049 ENST00000366512 protein_coding 7 1 9 CNST ENSG00000162852 +CDS chr1 246660199 246660334 ENST00000366513 protein_coding 9 1 10 CNST ENSG00000162852 +CDS chr1 246665700 246665902 ENST00000366513 protein_coding 9 1 11 CNST ENSG00000162852 +transcript chr1 246724409 246768137 ENST00000366510 protein_coding 4 1 NA SCCPDH ENSG00000143653 +CDS chr1 246724423 246724612 ENST00000366510 protein_coding 4 1 1 SCCPDH ENSG00000143653 +CDS chr1 246726892 246727004 ENST00000366510 protein_coding 4 1 2 SCCPDH ENSG00000143653 +CDS chr1 246735975 246736055 ENST00000366510 protein_coding 4 1 3 SCCPDH ENSG00000143653 +CDS chr1 246740172 246740301 ENST00000366510 protein_coding 4 1 4 SCCPDH ENSG00000143653 +CDS chr1 246744076 246744125 ENST00000366510 protein_coding 4 1 5 SCCPDH ENSG00000143653 +CDS chr1 246758226 246758356 ENST00000366510 protein_coding 4 1 6 SCCPDH ENSG00000143653 +CDS chr1 246759034 246759151 ENST00000366510 protein_coding 4 1 7 SCCPDH ENSG00000143653 +CDS chr1 246759957 246760076 ENST00000366510 protein_coding 4 1 8 SCCPDH ENSG00000143653 +CDS chr1 246760171 246760227 ENST00000366510 protein_coding 4 1 9 SCCPDH ENSG00000143653 +CDS chr1 246764246 246764357 ENST00000366510 protein_coding 4 1 10 SCCPDH ENSG00000143653 +CDS chr1 246766058 246766139 ENST00000366510 protein_coding 4 1 11 SCCPDH ENSG00000143653 +CDS chr1 246767195 246767297 ENST00000366510 protein_coding 4 1 12 SCCPDH ENSG00000143653 +transcript chr1 246839098 246931363 ENST00000366508 protein_coding 5 5 NA AHCTF1 ENSG00000153207 +transcript chr1 246839098 246931424 ENST00000326225 protein_coding 3 1 NA AHCTF1 ENSG00000153207 +transcript chr1 246839098 246931948 ENST00000648844 protein_coding 2 NA NA AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000366508 protein_coding 5 5 36 AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000326225 protein_coding 3 1 36 AHCTF1 ENSG00000153207 +CDS chr1 246840809 246840998 ENST00000648844 protein_coding 2 NA 36 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000366508 protein_coding 5 5 35 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000326225 protein_coding 3 1 35 AHCTF1 ENSG00000153207 +CDS chr1 246842694 246842776 ENST00000648844 protein_coding 2 NA 35 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000366508 protein_coding 5 5 34 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000326225 protein_coding 3 1 34 AHCTF1 ENSG00000153207 +CDS chr1 246843795 246843928 ENST00000648844 protein_coding 2 NA 34 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000366508 protein_coding 5 5 33 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000326225 protein_coding 3 1 33 AHCTF1 ENSG00000153207 +CDS chr1 246849615 246851442 ENST00000648844 protein_coding 2 NA 33 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000366508 protein_coding 5 5 32 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000326225 protein_coding 3 1 32 AHCTF1 ENSG00000153207 +CDS chr1 246853091 246853299 ENST00000648844 protein_coding 2 NA 32 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000366508 protein_coding 5 5 31 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000326225 protein_coding 3 1 31 AHCTF1 ENSG00000153207 +CDS chr1 246855730 246855827 ENST00000648844 protein_coding 2 NA 31 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000366508 protein_coding 5 5 30 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000326225 protein_coding 3 1 30 AHCTF1 ENSG00000153207 +CDS chr1 246857691 246857814 ENST00000648844 protein_coding 2 NA 30 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000366508 protein_coding 5 5 29 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000326225 protein_coding 3 1 29 AHCTF1 ENSG00000153207 +CDS chr1 246860899 246861295 ENST00000648844 protein_coding 2 NA 29 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000366508 protein_coding 5 5 28 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000326225 protein_coding 3 1 28 AHCTF1 ENSG00000153207 +CDS chr1 246861959 246862153 ENST00000648844 protein_coding 2 NA 28 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000366508 protein_coding 5 5 27 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000326225 protein_coding 3 1 27 AHCTF1 ENSG00000153207 +CDS chr1 246863924 246864116 ENST00000648844 protein_coding 2 NA 27 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000366508 protein_coding 5 5 26 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000326225 protein_coding 3 1 26 AHCTF1 ENSG00000153207 +CDS chr1 246867244 246867351 ENST00000648844 protein_coding 2 NA 26 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000366508 protein_coding 5 5 25 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000326225 protein_coding 3 1 25 AHCTF1 ENSG00000153207 +CDS chr1 246867661 246867811 ENST00000648844 protein_coding 2 NA 25 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000366508 protein_coding 5 5 24 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000326225 protein_coding 3 1 24 AHCTF1 ENSG00000153207 +CDS chr1 246876037 246876187 ENST00000648844 protein_coding 2 NA 24 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000366508 protein_coding 5 5 23 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000326225 protein_coding 3 1 23 AHCTF1 ENSG00000153207 +CDS chr1 246876950 246877081 ENST00000648844 protein_coding 2 NA 23 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000366508 protein_coding 5 5 22 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000326225 protein_coding 3 1 22 AHCTF1 ENSG00000153207 +CDS chr1 246877158 246877302 ENST00000648844 protein_coding 2 NA 22 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000366508 protein_coding 5 5 21 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000326225 protein_coding 3 1 21 AHCTF1 ENSG00000153207 +CDS chr1 246885493 246885680 ENST00000648844 protein_coding 2 NA 21 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000366508 protein_coding 5 5 20 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000326225 protein_coding 3 1 20 AHCTF1 ENSG00000153207 +CDS chr1 246887211 246887357 ENST00000648844 protein_coding 2 NA 20 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000366508 protein_coding 5 5 19 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000326225 protein_coding 3 1 19 AHCTF1 ENSG00000153207 +CDS chr1 246888177 246888233 ENST00000648844 protein_coding 2 NA 19 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000366508 protein_coding 5 5 18 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000326225 protein_coding 3 1 18 AHCTF1 ENSG00000153207 +CDS chr1 246888394 246888517 ENST00000648844 protein_coding 2 NA 18 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000366508 protein_coding 5 5 17 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000326225 protein_coding 3 1 17 AHCTF1 ENSG00000153207 +CDS chr1 246889966 246890059 ENST00000648844 protein_coding 2 NA 17 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000366508 protein_coding 5 5 16 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000326225 protein_coding 3 1 16 AHCTF1 ENSG00000153207 +CDS chr1 246890956 246891060 ENST00000648844 protein_coding 2 NA 16 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000366508 protein_coding 5 5 15 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000326225 protein_coding 3 1 15 AHCTF1 ENSG00000153207 +CDS chr1 246891779 246891919 ENST00000648844 protein_coding 2 NA 15 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000366508 protein_coding 5 5 14 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000326225 protein_coding 3 1 14 AHCTF1 ENSG00000153207 +CDS chr1 246894659 246894748 ENST00000648844 protein_coding 2 NA 14 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000366508 protein_coding 5 5 13 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000326225 protein_coding 3 1 13 AHCTF1 ENSG00000153207 +CDS chr1 246895835 246895925 ENST00000648844 protein_coding 2 NA 13 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000366508 protein_coding 5 5 12 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000326225 protein_coding 3 1 12 AHCTF1 ENSG00000153207 +CDS chr1 246898208 246898336 ENST00000648844 protein_coding 2 NA 12 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000366508 protein_coding 5 5 11 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000326225 protein_coding 3 1 11 AHCTF1 ENSG00000153207 +CDS chr1 246899451 246899512 ENST00000648844 protein_coding 2 NA 11 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000366508 protein_coding 5 5 10 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000326225 protein_coding 3 1 10 AHCTF1 ENSG00000153207 +CDS chr1 246900065 246900246 ENST00000648844 protein_coding 2 NA 10 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000366508 protein_coding 5 5 9 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000326225 protein_coding 3 1 9 AHCTF1 ENSG00000153207 +CDS chr1 246900337 246900469 ENST00000648844 protein_coding 2 NA 9 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000366508 protein_coding 5 5 8 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000326225 protein_coding 3 1 8 AHCTF1 ENSG00000153207 +CDS chr1 246902525 246902675 ENST00000648844 protein_coding 2 NA 8 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000366508 protein_coding 5 5 7 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000326225 protein_coding 3 1 7 AHCTF1 ENSG00000153207 +CDS chr1 246903949 246904033 ENST00000648844 protein_coding 2 NA 7 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000366508 protein_coding 5 5 6 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000326225 protein_coding 3 1 6 AHCTF1 ENSG00000153207 +CDS chr1 246905541 246905657 ENST00000648844 protein_coding 2 NA 6 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000366508 protein_coding 5 5 5 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000326225 protein_coding 3 1 5 AHCTF1 ENSG00000153207 +CDS chr1 246907551 246907758 ENST00000648844 protein_coding 2 NA 5 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000366508 protein_coding 5 5 4 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000326225 protein_coding 3 1 4 AHCTF1 ENSG00000153207 +CDS chr1 246913232 246913412 ENST00000648844 protein_coding 2 NA 4 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000366508 protein_coding 5 5 3 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000326225 protein_coding 3 1 3 AHCTF1 ENSG00000153207 +CDS chr1 246916142 246916395 ENST00000648844 protein_coding 2 NA 3 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918377 ENST00000366508 protein_coding 5 5 2 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918377 ENST00000326225 protein_coding 3 1 2 AHCTF1 ENSG00000153207 +CDS chr1 246918250 246918370 ENST00000648844 protein_coding 2 NA 2 AHCTF1 ENSG00000153207 +CDS chr1 246931129 246931226 ENST00000366508 protein_coding 5 5 1 AHCTF1 ENSG00000153207 +CDS chr1 246931308 246931327 ENST00000326225 protein_coding 3 1 1 AHCTF1 ENSG00000153207 +transcript chr1 246945675 247008093 ENST00000487338 protein_coding 6 1 NA ZNF695 ENSG00000197472 +CDS chr1 246945800 246945827 ENST00000487338 protein_coding 6 1 6 ZNF695 ENSG00000197472 +CDS chr1 246967695 246967792 ENST00000487338 protein_coding 6 1 5 ZNF695 ENSG00000197472 +transcript chr1 246985323 247008057 ENST00000339986 protein_coding 8 1 NA ZNF695 ENSG00000197472 +CDS chr1 246986970 246988255 ENST00000339986 protein_coding 8 1 4 ZNF695 ENSG00000197472 +CDS chr1 246988125 246988255 ENST00000487338 protein_coding 6 1 4 ZNF695 ENSG00000197472 +CDS chr1 246999348 246999440 ENST00000487338 protein_coding 6 1 3 ZNF695 ENSG00000197472 +CDS chr1 246999348 246999440 ENST00000339986 protein_coding 8 1 3 ZNF695 ENSG00000197472 +CDS chr1 246999912 247000074 ENST00000487338 protein_coding 6 1 2 ZNF695 ENSG00000197472 +CDS chr1 246999912 247000074 ENST00000339986 protein_coding 8 1 2 ZNF695 ENSG00000197472 +CDS chr1 247007906 247007908 ENST00000487338 protein_coding 6 1 1 ZNF695 ENSG00000197472 +CDS chr1 247007906 247007908 ENST00000339986 protein_coding 8 1 1 ZNF695 ENSG00000197472 +transcript chr1 247034637 247078811 ENST00000366503 protein_coding 3 1 NA ZNF670 ENSG00000277462 +CDS chr1 247037452 247038427 ENST00000366503 protein_coding 3 1 4 ZNF670 ENSG00000277462 +CDS chr1 247038810 247038870 ENST00000366503 protein_coding 3 1 3 ZNF670 ENSG00000277462 +CDS chr1 247039411 247039537 ENST00000366503 protein_coding 3 1 2 ZNF670 ENSG00000277462 +CDS chr1 247078594 247078596 ENST00000366503 protein_coding 3 1 1 ZNF670 ENSG00000277462 +transcript chr1 247099962 247104356 ENST00000448299 protein_coding 7 1 NA ZNF669 ENSG00000188295 +transcript chr1 247099991 247104372 ENST00000343381 protein_coding 10 1 NA ZNF669 ENSG00000188295 +CDS chr1 247100377 247101319 ENST00000448299 protein_coding 7 1 4 ZNF669 ENSG00000188295 +CDS chr1 247100377 247101319 ENST00000343381 protein_coding 10 1 4 ZNF669 ENSG00000188295 +transcript chr1 247100856 247104278 ENST00000366501 protein_coding 1 3 NA ZNF669 ENSG00000188295 +transcript chr1 247101051 247104289 ENST00000366500 protein_coding 5 3 NA ZNF669 ENSG00000188295 +CDS chr1 247101237 247101319 ENST00000366500 protein_coding 5 3 3 ZNF669 ENSG00000188295 +transcript chr1 247101290 247104365 ENST00000476158 protein_coding 2 3 NA ZNF669 ENSG00000188295 +CDS chr1 247101290 247101319 ENST00000476158 protein_coding 2 3 3 ZNF669 ENSG00000188295 +CDS chr1 247101731 247101791 ENST00000448299 protein_coding 7 1 3 ZNF669 ENSG00000188295 +CDS chr1 247101731 247101791 ENST00000343381 protein_coding 10 1 3 ZNF669 ENSG00000188295 +CDS chr1 247101735 247101791 ENST00000366501 protein_coding 1 3 3 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000448299 protein_coding 7 1 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000343381 protein_coding 10 1 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000366500 protein_coding 5 3 2 ZNF669 ENSG00000188295 +CDS chr1 247101987 247102113 ENST00000476158 protein_coding 2 3 2 ZNF669 ENSG00000188295 +CDS chr1 247101991 247102113 ENST00000366501 protein_coding 1 3 2 ZNF669 ENSG00000188295 +CDS chr1 247103939 247104199 ENST00000343381 protein_coding 10 1 1 ZNF669 ENSG00000188295 +CDS chr1 247103939 247104199 ENST00000476158 protein_coding 2 3 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000448299 protein_coding 7 1 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000366501 protein_coding 1 3 1 ZNF669 ENSG00000188295 +CDS chr1 247104197 247104199 ENST00000366500 protein_coding 5 3 1 ZNF669 ENSG00000188295 +transcript chr1 247121975 247172005 ENST00000472531 protein_coding 5 2 NA ZNF124 ENSG00000196418 +CDS chr1 247123871 247123871 ENST00000472531 protein_coding 5 2 4 ZNF124 ENSG00000196418 +transcript chr1 247138145 247172002 ENST00000491356 protein_coding 5 2 NA ZNF124 ENSG00000196418 +CDS chr1 247138745 247138757 ENST00000491356 protein_coding 5 2 4 ZNF124 ENSG00000196418 +transcript chr1 247154989 247172020 ENST00000543802 protein_coding 3 1 NA ZNF124 ENSG00000196418 +transcript chr1 247155901 247172016 ENST00000340684 protein_coding 10 1 NA ZNF124 ENSG00000196418 +CDS chr1 247156569 247157217 ENST00000340684 protein_coding 10 1 4 ZNF124 ENSG00000196418 +CDS chr1 247156569 247157403 ENST00000543802 protein_coding 3 1 4 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000472531 protein_coding 5 2 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000491356 protein_coding 5 2 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000340684 protein_coding 10 1 3 ZNF124 ENSG00000196418 +CDS chr1 247159006 247159066 ENST00000543802 protein_coding 3 1 3 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000472531 protein_coding 5 2 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000491356 protein_coding 5 2 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000340684 protein_coding 10 1 2 ZNF124 ENSG00000196418 +CDS chr1 247159687 247159813 ENST00000543802 protein_coding 3 1 2 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000472531 protein_coding 5 2 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000491356 protein_coding 5 2 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000340684 protein_coding 10 1 1 ZNF124 ENSG00000196418 +CDS chr1 247171848 247171877 ENST00000543802 protein_coding 3 1 1 ZNF124 ENSG00000196418 +transcript chr1 247297412 247331743 ENST00000294753 protein_coding 8 1 NA ZNF496 ENSG00000162714 +transcript chr1 247297415 247331867 ENST00000682384 protein_coding 1 NA NA ZNF496 ENSG00000162714 +transcript chr1 247298201 247329245 ENST00000461277 protein_coding 2 1 NA ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000294753 protein_coding 8 1 9 ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000461277 protein_coding 2 1 8 ZNF496 ENSG00000162714 +CDS chr1 247300522 247301276 ENST00000682384 protein_coding 1 NA 10 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000294753 protein_coding 8 1 8 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000461277 protein_coding 2 1 7 ZNF496 ENSG00000162714 +CDS chr1 247308475 247308588 ENST00000682384 protein_coding 1 NA 9 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000294753 protein_coding 8 1 7 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000461277 protein_coding 2 1 6 ZNF496 ENSG00000162714 +CDS chr1 247309699 247309806 ENST00000682384 protein_coding 1 NA 8 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000294753 protein_coding 8 1 6 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000461277 protein_coding 2 1 5 ZNF496 ENSG00000162714 +CDS chr1 247310324 247310456 ENST00000682384 protein_coding 1 NA 7 ZNF496 ENSG00000162714 +CDS chr1 247322698 247322805 ENST00000461277 protein_coding 2 1 4 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000294753 protein_coding 8 1 5 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000461277 protein_coding 2 1 3 ZNF496 ENSG00000162714 +CDS chr1 247323154 247323230 ENST00000682384 protein_coding 1 NA 6 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000294753 protein_coding 8 1 4 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000461277 protein_coding 2 1 2 ZNF496 ENSG00000162714 +CDS chr1 247328683 247328866 ENST00000682384 protein_coding 1 NA 5 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329578 ENST00000294753 protein_coding 8 1 3 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329245 ENST00000461277 protein_coding 2 1 1 ZNF496 ENSG00000162714 +CDS chr1 247329189 247329578 ENST00000682384 protein_coding 1 NA 4 ZNF496 ENSG00000162714 +transcript chr1 247416156 247449102 ENST00000366497 protein_coding 6 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416156 247449108 ENST00000391828 protein_coding 8 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416172 247449042 ENST00000391827 protein_coding 3 1 NA NLRP3 ENSG00000162711 +transcript chr1 247416173 247448817 ENST00000336119 protein_coding 8 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418053 247448817 ENST00000348069 protein_coding 7 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418053 247448817 ENST00000366496 protein_coding 7 1 NA NLRP3 ENSG00000162711 +transcript chr1 247418620 247425792 ENST00000474792 protein_coding 2 2 NA NLRP3 ENSG00000162711 +transcript chr1 247418730 247448595 ENST00000643234 protein_coding 2 NA NA NLRP3 ENSG00000162711 +CDS chr1 247418795 247419077 ENST00000366497 protein_coding 6 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000391828 protein_coding 8 1 3 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000391827 protein_coding 3 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000336119 protein_coding 8 1 2 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000348069 protein_coding 7 1 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000366496 protein_coding 7 1 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000474792 protein_coding 2 2 1 NLRP3 ENSG00000162711 +CDS chr1 247418801 247419077 ENST00000643234 protein_coding 2 NA 1 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000366497 protein_coding 6 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000391828 protein_coding 8 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000391827 protein_coding 3 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000336119 protein_coding 8 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000348069 protein_coding 7 1 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000366496 protein_coding 7 1 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000474792 protein_coding 2 2 2 NLRP3 ENSG00000162711 +CDS chr1 247423230 247423349 ENST00000643234 protein_coding 2 NA 2 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000366497 protein_coding 6 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000391828 protein_coding 8 1 5 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000391827 protein_coding 3 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000336119 protein_coding 8 1 4 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000348069 protein_coding 7 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000366496 protein_coding 7 1 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425600 ENST00000474792 protein_coding 2 2 3 NLRP3 ENSG00000162711 +CDS chr1 247423847 247425599 ENST00000643234 protein_coding 2 NA 3 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000366497 protein_coding 6 1 5 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000391828 protein_coding 8 1 6 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000336119 protein_coding 8 1 5 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000366496 protein_coding 7 1 4 NLRP3 ENSG00000162711 +CDS chr1 247429585 247429755 ENST00000643234 protein_coding 2 NA 4 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000366497 protein_coding 6 1 6 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000391828 protein_coding 8 1 7 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000391827 protein_coding 3 1 5 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000336119 protein_coding 8 1 6 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000348069 protein_coding 7 1 4 NLRP3 ENSG00000162711 +CDS chr1 247434103 247434273 ENST00000366496 protein_coding 7 1 5 NLRP3 ENSG00000162711 +CDS chr1 247434163 247434273 ENST00000643234 protein_coding 2 NA 5 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000391828 protein_coding 8 1 8 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000391827 protein_coding 3 1 6 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000336119 protein_coding 8 1 7 NLRP3 ENSG00000162711 +CDS chr1 247435970 247436140 ENST00000643234 protein_coding 2 NA 6 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000366497 protein_coding 6 1 7 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000391828 protein_coding 8 1 9 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000391827 protein_coding 3 1 7 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000336119 protein_coding 8 1 8 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000348069 protein_coding 7 1 5 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000366496 protein_coding 7 1 6 NLRP3 ENSG00000162711 +CDS chr1 247443972 247444142 ENST00000643234 protein_coding 2 NA 7 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000366497 protein_coding 6 1 8 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000391828 protein_coding 8 1 10 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000391827 protein_coding 3 1 8 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000336119 protein_coding 8 1 9 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000348069 protein_coding 7 1 6 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000366496 protein_coding 7 1 7 NLRP3 ENSG00000162711 +CDS chr1 247444651 247444821 ENST00000643234 protein_coding 2 NA 8 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000366497 protein_coding 6 1 9 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000391828 protein_coding 8 1 11 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000391827 protein_coding 3 1 9 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000336119 protein_coding 8 1 10 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000348069 protein_coding 7 1 7 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000366496 protein_coding 7 1 8 NLRP3 ENSG00000162711 +CDS chr1 247448405 247448501 ENST00000643234 protein_coding 2 NA 9 NLRP3 ENSG00000162711 +transcript chr1 247449118 247458105 ENST00000641527 protein_coding 1 NA NA OR2B11 ENSG00000177535 +transcript chr1 247449182 247458104 ENST00000641149 protein_coding 2 NA NA OR2B11 ENSG00000177535 +CDS chr1 247451032 247451982 ENST00000641149 protein_coding 2 NA 2 OR2B11 ENSG00000177535 +CDS chr1 247451032 247451982 ENST00000641527 protein_coding 1 NA 3 OR2B11 ENSG00000177535 +transcript chr1 247507058 247575020 ENST00000527084 protein_coding 5 1 NA GCSAML ENSG00000169224 +transcript chr1 247507058 247577690 ENST00000536561 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247507073 247574881 ENST00000527541 protein_coding 5 1 NA GCSAML ENSG00000169224 +transcript chr1 247507115 247577667 ENST00000366491 protein_coding 6 2 NA GCSAML ENSG00000169224 +transcript chr1 247507120 247577688 ENST00000366489 protein_coding 5 2 NA GCSAML ENSG00000169224 +transcript chr1 247507124 247574215 ENST00000526896 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247518432 247575648 ENST00000463359 protein_coding 5 5 NA GCSAML ENSG00000169224 +transcript chr1 247518452 247574293 ENST00000529512 protein_coding 5 4 NA GCSAML ENSG00000169224 +transcript chr1 247518452 247577690 ENST00000623578 protein_coding 3 4 NA GCSAML ENSG00000169224 +transcript chr1 247524677 247536440 ENST00000366487 protein_coding 4 NA NA OR2C3 ENSG00000196242 +transcript chr1 247524677 247536440 ENST00000641802 protein_coding 1 NA NA OR2C3 ENSG00000196242 +CDS chr1 247531552 247532511 ENST00000366487 protein_coding 4 NA 3 OR2C3 ENSG00000196242 +CDS chr1 247531552 247532511 ENST00000641802 protein_coding 1 NA 3 OR2C3 ENSG00000196242 +transcript chr1 247549134 247577690 ENST00000366488 protein_coding 5 1 NA GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000536561 protein_coding 5 4 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366491 protein_coding 6 2 4 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366489 protein_coding 5 2 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000526896 protein_coding 5 4 3 GCSAML ENSG00000169224 +CDS chr1 247549192 247549220 ENST00000366488 protein_coding 5 1 1 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000536561 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000526896 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247556407 247556466 ENST00000366488 protein_coding 5 1 2 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000536561 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366491 protein_coding 6 2 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366489 protein_coding 5 2 4 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000526896 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247563590 247563639 ENST00000366488 protein_coding 5 1 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000527084 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000527541 protein_coding 5 1 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000463359 protein_coding 5 5 3 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000529512 protein_coding 5 4 4 GCSAML ENSG00000169224 +CDS chr1 247563597 247563639 ENST00000623578 protein_coding 3 4 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000527084 protein_coding 5 1 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000536561 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000527541 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366491 protein_coding 6 2 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366489 protein_coding 5 2 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000526896 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000463359 protein_coding 5 5 4 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000529512 protein_coding 5 4 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000623578 protein_coding 3 4 5 GCSAML ENSG00000169224 +CDS chr1 247565931 247565959 ENST00000366488 protein_coding 5 1 4 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000527084 protein_coding 5 1 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000536561 protein_coding 5 4 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000527541 protein_coding 5 1 5 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366491 protein_coding 6 2 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366489 protein_coding 5 2 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574215 ENST00000526896 protein_coding 5 4 7 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000463359 protein_coding 5 5 5 GCSAML ENSG00000169224 +CDS chr1 247574143 247574293 ENST00000529512 protein_coding 5 4 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000623578 protein_coding 3 4 6 GCSAML ENSG00000169224 +CDS chr1 247574143 247574379 ENST00000366488 protein_coding 5 1 5 GCSAML ENSG00000169224 +transcript chr1 247588360 247589313 ENST00000320065 protein_coding 1 NA NA OR2G2 ENSG00000177489 +CDS chr1 247588360 247589310 ENST00000320065 protein_coding 1 NA 1 OR2G2 ENSG00000177489 +transcript chr1 247605586 247606515 ENST00000320002 protein_coding 3 NA NA OR2G3 ENSG00000177476 +CDS chr1 247605586 247606512 ENST00000320002 protein_coding 3 NA 1 OR2G3 ENSG00000177476 +transcript chr1 247617143 247622372 ENST00000641545 protein_coding 1 NA NA OR14L1P ENSG00000198452 +CDS chr1 247617364 247617400 ENST00000641545 protein_coding 1 NA 1 OR14L1P ENSG00000198452 +CDS chr1 247619622 247620559 ENST00000641545 protein_coding 1 NA 2 OR14L1P ENSG00000198452 +transcript chr1 247670812 247679739 ENST00000642119 protein_coding 1 NA NA OR13G1 ENSG00000197437 +CDS chr1 247672121 247673041 ENST00000642119 protein_coding 1 NA 2 OR13G1 ENSG00000197437 +transcript chr1 247711436 247716646 ENST00000641444 protein_coding 1 NA NA OR6F1 ENSG00000169214 +transcript chr1 247711436 247716646 ENST00000641470 protein_coding 1 NA NA OR6F1 ENSG00000169214 +transcript chr1 247711813 247723764 ENST00000419891 protein_coding 1 3 NA NA ENSG00000239395 +CDS chr1 247711832 247712755 ENST00000641444 protein_coding 1 NA 2 OR6F1 ENSG00000169214 +CDS chr1 247711832 247712755 ENST00000641470 protein_coding 1 NA 3 OR6F1 ENSG00000169214 +CDS chr1 247713931 247713954 ENST00000419891 protein_coding 1 3 2 NA ENSG00000239395 +transcript chr1 247723099 247724043 ENST00000366485 protein_coding 1 NA NA OR14A2 ENSG00000241128 +CDS chr1 247723102 247724043 ENST00000366485 protein_coding 1 NA 1 OR14A2 ENSG00000241128 +CDS chr1 247723651 247723764 ENST00000419891 protein_coding 1 3 1 NA ENSG00000239395 +transcript chr1 247738615 247739559 ENST00000283225 protein_coding 2 NA NA OR14K1 ENSG00000153230 +CDS chr1 247738615 247739556 ENST00000283225 protein_coding 2 NA 1 OR14K1 ENSG00000153230 +transcript chr1 247754846 247760556 ENST00000641256 protein_coding 1 NA NA OR1C1 ENSG00000221888 +transcript chr1 247757374 247758680 ENST00000408896 protein_coding 4 NA NA OR1C1 ENSG00000221888 +CDS chr1 247757465 247758406 ENST00000641256 protein_coding 1 NA 2 OR1C1 ENSG00000221888 +CDS chr1 247757465 247758406 ENST00000408896 protein_coding 4 NA 1 OR1C1 ENSG00000221888 +transcript chr1 247814660 247824119 ENST00000641093 protein_coding 1 NA NA OR14A16 ENSG00000196772 +CDS chr1 247814803 247815729 ENST00000641093 protein_coding 1 NA 3 OR14A16 ENSG00000196772 +transcript chr1 247840928 247841896 ENST00000355784 protein_coding 3 NA NA OR11L1 ENSG00000197591 +CDS chr1 247840931 247841896 ENST00000355784 protein_coding 3 NA 1 OR11L1 ENSG00000197591 +transcript chr1 247857187 247880138 ENST00000366481 protein_coding 4 1 NA TRIM58 ENSG00000162722 +CDS chr1 247857247 247857666 ENST00000366481 protein_coding 4 1 1 TRIM58 ENSG00000162722 +CDS chr1 247860617 247860712 ENST00000366481 protein_coding 4 1 2 TRIM58 ENSG00000162722 +CDS chr1 247864705 247864935 ENST00000366481 protein_coding 4 1 3 TRIM58 ENSG00000162722 +CDS chr1 247867845 247867867 ENST00000366481 protein_coding 4 1 4 TRIM58 ENSG00000162722 +CDS chr1 247867963 247868063 ENST00000366481 protein_coding 4 1 5 TRIM58 ENSG00000162722 +CDS chr1 247875900 247876486 ENST00000366481 protein_coding 4 1 6 TRIM58 ENSG00000162722 +transcript chr1 247895587 247896531 ENST00000360358 protein_coding 3 NA NA OR2W3 ENSG00000238243 +CDS chr1 247895587 247896528 ENST00000360358 protein_coding 3 NA 1 OR2W3 ENSG00000238243 +transcript chr1 247920252 247923152 ENST00000641945 protein_coding 2 NA NA OR2T8 ENSG00000177462 +CDS chr1 247921018 247921953 ENST00000641945 protein_coding 2 NA 2 OR2T8 ENSG00000177462 +transcript chr1 247924889 247935339 ENST00000318244 protein_coding 4 NA NA OR2AJ1 ENSG00000177275 +CDS chr1 247933769 247934752 ENST00000318244 protein_coding 4 NA 2 OR2AJ1 ENSG00000177275 +transcript chr1 247948858 247949796 ENST00000623922 protein_coding 1 NA NA OR2L8 ENSG00000279263 +CDS chr1 247948858 247949793 ENST00000623922 protein_coding 1 NA 1 OR2L8 ENSG00000279263 +transcript chr1 247965233 247966386 ENST00000366480 protein_coding 5 NA NA OR2AK2 ENSG00000187080 +CDS chr1 247965377 247966336 ENST00000366480 protein_coding 5 NA 1 OR2AK2 ENSG00000187080 +transcript chr1 248013660 248024276 ENST00000355281 protein_coding 2 NA NA OR2L5 ENSG00000197454 +CDS chr1 248021948 248022883 ENST00000355281 protein_coding 2 NA 2 OR2L5 ENSG00000197454 +transcript chr1 248030070 248042305 ENST00000642011 protein_coding 1 NA NA OR2L2 ENSG00000203663 +transcript chr1 248030070 248042305 ENST00000641771 protein_coding 1 NA NA OR2L2 ENSG00000203663 +transcript chr1 248038172 248039305 ENST00000366479 protein_coding 4 NA NA OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000642011 protein_coding 1 NA 2 OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000641771 protein_coding 1 NA 3 OR2L2 ENSG00000203663 +CDS chr1 248038268 248039203 ENST00000366479 protein_coding 4 NA 1 OR2L2 ENSG00000203663 +transcript chr1 248046836 248063407 ENST00000359959 protein_coding 4 NA NA OR2L3 ENSG00000198128 +transcript chr1 248046836 248063407 ENST00000641649 protein_coding 1 NA NA OR2L3 ENSG00000198128 +transcript chr1 248055834 248063407 ENST00000641161 protein_coding 1 NA NA OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000359959 protein_coding 4 NA 2 OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000641649 protein_coding 1 NA 3 OR2L3 ENSG00000198128 +CDS chr1 248060682 248061617 ENST00000641161 protein_coding 1 NA 2 OR2L3 ENSG00000198128 +transcript chr1 248095184 248101103 ENST00000358120 protein_coding 3 NA NA OR2L13 ENSG00000196071 +transcript chr1 248095184 248101103 ENST00000641893 protein_coding 1 NA NA OR2L13 ENSG00000196071 +transcript chr1 248097276 248101103 ENST00000641714 protein_coding 1 NA NA OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000358120 protein_coding 3 NA 3 OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000641893 protein_coding 1 NA 2 OR2L13 ENSG00000196071 +CDS chr1 248099376 248100311 ENST00000641714 protein_coding 1 NA 3 OR2L13 ENSG00000196071 +transcript chr1 248145148 248146086 ENST00000366476 protein_coding 1 NA NA OR2M5 ENSG00000162727 +CDS chr1 248145148 248146083 ENST00000366476 protein_coding 1 NA 1 OR2M5 ENSG00000162727 +transcript chr1 248174821 248181067 ENST00000641211 protein_coding 1 NA NA OR2M2 ENSG00000198601 +transcript chr1 248174821 248181067 ENST00000641836 protein_coding 1 NA NA OR2M2 ENSG00000198601 +CDS chr1 248179986 248181026 ENST00000641211 protein_coding 1 NA 3 OR2M2 ENSG00000198601 +CDS chr1 248179986 248181026 ENST00000641836 protein_coding 1 NA 2 OR2M2 ENSG00000198601 +transcript chr1 248197265 248212925 ENST00000641626 protein_coding 1 NA NA OR2M3 ENSG00000228198 +transcript chr1 248203030 248204090 ENST00000456743 protein_coding 3 NA NA OR2M3 ENSG00000228198 +CDS chr1 248203068 248204003 ENST00000641626 protein_coding 1 NA 2 OR2M3 ENSG00000228198 +CDS chr1 248203068 248204003 ENST00000456743 protein_coding 3 NA 1 OR2M3 ENSG00000228198 +transcript chr1 248231417 248244679 ENST00000641868 protein_coding 1 NA NA OR2M4 ENSG00000171180 +CDS chr1 248238929 248239861 ENST00000641868 protein_coding 1 NA 2 OR2M4 ENSG00000171180 +transcript chr1 248269917 248277976 ENST00000641220 protein_coding 1 NA NA OR2T33 ENSG00000177212 +transcript chr1 248272771 248273836 ENST00000318021 protein_coding 4 NA NA OR2T33 ENSG00000177212 +CDS chr1 248272855 248273814 ENST00000641220 protein_coding 1 NA 2 OR2T33 ENSG00000177212 +CDS chr1 248272855 248273814 ENST00000318021 protein_coding 4 NA 1 OR2T33 ENSG00000177212 +transcript chr1 248290139 248303424 ENST00000641276 protein_coding 1 NA NA OR2T12 ENSG00000177201 +CDS chr1 248294619 248295578 ENST00000641276 protein_coding 1 NA 3 OR2T12 ENSG00000177201 +transcript chr1 248323630 248324568 ENST00000317965 protein_coding 3 NA NA OR2M7 ENSG00000177186 +CDS chr1 248323633 248324568 ENST00000317965 protein_coding 3 NA 1 OR2M7 ENSG00000177186 +transcript chr1 248348775 248349713 ENST00000317861 protein_coding 1 NA NA OR14C36 ENSG00000177174 +CDS chr1 248348775 248349710 ENST00000317861 protein_coding 1 NA 1 OR14C36 ENSG00000177174 +transcript chr1 248361665 248362627 ENST00000366473 protein_coding 4 NA NA OR2T4 ENSG00000196944 +CDS chr1 248361665 248362624 ENST00000366473 protein_coding 4 NA 1 OR2T4 ENSG00000196944 +transcript chr1 248375746 248391811 ENST00000641644 protein_coding 1 NA NA OR2T6 ENSG00000198104 +CDS chr1 248387609 248388532 ENST00000641644 protein_coding 1 NA 3 OR2T6 ENSG00000198104 +transcript chr1 248403048 248408020 ENST00000642005 protein_coding 1 NA NA OR2T1 ENSG00000175143 +CDS chr1 248406148 248407101 ENST00000642005 protein_coding 1 NA 2 OR2T1 ENSG00000175143 +transcript chr1 248445512 248455725 ENST00000642130 protein_coding 1 NA NA OR2T2 ENSG00000196240 +transcript chr1 248445637 248455725 ENST00000641925 protein_coding 2 NA NA OR2T2 ENSG00000196240 +CDS chr1 248452798 248453769 ENST00000642130 protein_coding 1 NA 3 OR2T2 ENSG00000196240 +CDS chr1 248452798 248453769 ENST00000641925 protein_coding 2 NA 4 OR2T2 ENSG00000196240 +transcript chr1 248473351 248474307 ENST00000359594 protein_coding 3 NA NA OR2T3 ENSG00000196539 +CDS chr1 248473351 248474304 ENST00000359594 protein_coding 3 NA 1 OR2T3 ENSG00000196539 +transcript chr1 248488589 248491113 ENST00000641363 protein_coding 1 NA NA OR2T5 ENSG00000203661 +CDS chr1 248488589 248489533 ENST00000641363 protein_coding 1 NA 1 OR2T5 ENSG00000203661 +transcript chr1 248508073 248527337 ENST00000641804 protein_coding 1 NA NA OR2G6 ENSG00000188558 +transcript chr1 248509536 248527337 ENST00000641501 protein_coding 1 NA NA OR2G6 ENSG00000188558 +CDS chr1 248521647 248522594 ENST00000641804 protein_coding 1 NA 2 OR2G6 ENSG00000188558 +CDS chr1 248521647 248522594 ENST00000641501 protein_coding 1 NA 2 OR2G6 ENSG00000188558 +transcript chr1 248556912 248562772 ENST00000641069 protein_coding 1 NA NA OR2T29 ENSG00000182783 +transcript chr1 248558483 248559516 ENST00000328570 protein_coding 6 NA NA OR2T29 ENSG00000182783 +CDS chr1 248558547 248559491 ENST00000641069 protein_coding 1 NA 2 OR2T29 ENSG00000182783 +CDS chr1 248558547 248559491 ENST00000328570 protein_coding 6 NA 1 OR2T29 ENSG00000182783 +transcript chr1 248573801 248574757 ENST00000328782 protein_coding 3 NA NA OR2T34 ENSG00000183310 +CDS chr1 248573804 248574757 ENST00000328782 protein_coding 3 NA 1 OR2T34 ENSG00000183310 +transcript chr1 248590487 248597700 ENST00000642090 protein_coding 1 NA NA OR2T10 ENSG00000184022 +transcript chr1 248592751 248593799 ENST00000330500 protein_coding 4 NA NA OR2T10 ENSG00000184022 +CDS chr1 248592833 248593768 ENST00000642090 protein_coding 1 NA 2 OR2T10 ENSG00000184022 +CDS chr1 248592833 248593768 ENST00000330500 protein_coding 4 NA 1 OR2T10 ENSG00000184022 +transcript chr1 248623557 248635091 ENST00000641193 protein_coding 1 NA NA OR2T11 ENSG00000279301 +CDS chr1 248626181 248627128 ENST00000641193 protein_coding 1 NA 2 OR2T11 ENSG00000279301 +transcript chr1 248636356 248645278 ENST00000641268 protein_coding 1 NA NA OR2T35 ENSG00000177151 +CDS chr1 248638290 248639258 ENST00000641268 protein_coding 1 NA 2 OR2T35 ENSG00000177151 +transcript chr1 248649838 248655528 ENST00000460972 protein_coding 4 NA NA OR2T27 ENSG00000187701 +transcript chr1 248649838 248655528 ENST00000641652 protein_coding 1 NA NA OR2T27 ENSG00000187701 +CDS chr1 248649934 248650884 ENST00000460972 protein_coding 4 NA 2 OR2T27 ENSG00000187701 +CDS chr1 248649934 248650884 ENST00000641652 protein_coding 1 NA 3 OR2T27 ENSG00000187701 +transcript chr1 248681249 248748349 ENST00000651827 protein_coding 1 NA NA NA ENSG00000286015 +transcript chr1 248681322 248682328 ENST00000342623 protein_coding 5 NA NA OR14I1 ENSG00000189181 +CDS chr1 248681372 248682304 ENST00000342623 protein_coding 5 NA 1 OR14I1 ENSG00000189181 +CDS chr1 248685501 248685566 ENST00000651827 protein_coding 1 NA 4 NA ENSG00000286015 +CDS chr1 248698847 248698905 ENST00000651827 protein_coding 1 NA 3 NA ENSG00000286015 +transcript chr1 248739415 248755759 ENST00000590317 protein_coding 4 1 NA LYPD8 ENSG00000259823 +CDS chr1 248739614 248739849 ENST00000590317 protein_coding 4 1 7 LYPD8 ENSG00000259823 +CDS chr1 248745142 248745279 ENST00000590317 protein_coding 4 1 6 LYPD8 ENSG00000259823 +CDS chr1 248745142 248745279 ENST00000651827 protein_coding 1 NA 2 NA ENSG00000286015 +CDS chr1 248748289 248748453 ENST00000590317 protein_coding 4 1 5 LYPD8 ENSG00000259823 +CDS chr1 248748289 248748349 ENST00000651827 protein_coding 1 NA 1 NA ENSG00000286015 +CDS chr1 248750524 248750643 ENST00000590317 protein_coding 4 1 4 LYPD8 ENSG00000259823 +CDS chr1 248751030 248751081 ENST00000590317 protein_coding 4 1 3 LYPD8 ENSG00000259823 +transcript chr1 248810446 248825915 ENST00000366472 protein_coding 6 1 NA SH3BP5L ENSG00000175137 +CDS chr1 248811903 248812370 ENST00000366472 protein_coding 6 1 7 SH3BP5L ENSG00000175137 +CDS chr1 248812989 248813162 ENST00000366472 protein_coding 6 1 6 SH3BP5L ENSG00000175137 +CDS chr1 248814449 248814610 ENST00000366472 protein_coding 6 1 5 SH3BP5L ENSG00000175137 +CDS chr1 248816534 248816662 ENST00000366472 protein_coding 6 1 4 SH3BP5L ENSG00000175137 +CDS chr1 248816822 248816884 ENST00000366472 protein_coding 6 1 3 SH3BP5L ENSG00000175137 +CDS chr1 248824753 248824935 ENST00000366472 protein_coding 6 1 2 SH3BP5L ENSG00000175137 +transcript chr1 248838224 248849517 ENST00000306562 protein_coding 8 1 NA ZNF672 ENSG00000171161 +transcript chr1 248838331 248847285 ENST00000505503 protein_coding 5 3 NA ZNF672 ENSG00000171161 +transcript chr1 248838828 248847483 ENST00000428515 protein_coding 5 2 NA ZNF672 ENSG00000171161 +transcript chr1 248839154 248847385 ENST00000423362 protein_coding 1 5 NA ZNF672 ENSG00000171161 +CDS chr1 248847275 248848630 ENST00000306562 protein_coding 8 1 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847285 ENST00000505503 protein_coding 5 3 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847483 ENST00000428515 protein_coding 5 2 4 ZNF672 ENSG00000171161 +CDS chr1 248847275 248847385 ENST00000423362 protein_coding 1 5 4 ZNF672 ENSG00000171161 +transcript chr1 248850008 248859085 ENST00000306601 protein_coding 9 1 NA ZNF692 ENSG00000171163 +transcript chr1 248850008 248859085 ENST00000366471 protein_coding 7 1 NA ZNF692 ENSG00000171163 +transcript chr1 248850024 248855943 ENST00000476503 protein_coding 5 3 NA ZNF692 ENSG00000171163 +transcript chr1 248850066 248858860 ENST00000451251 protein_coding 5 2 NA ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000306601 protein_coding 9 1 12 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000366471 protein_coding 7 1 11 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000476503 protein_coding 5 3 5 ZNF692 ENSG00000171163 +CDS chr1 248850213 248850516 ENST00000451251 protein_coding 5 2 12 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000306601 protein_coding 9 1 11 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000366471 protein_coding 7 1 10 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000476503 protein_coding 5 3 4 ZNF692 ENSG00000171163 +CDS chr1 248850682 248850781 ENST00000451251 protein_coding 5 2 11 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000306601 protein_coding 9 1 10 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000366471 protein_coding 7 1 9 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000476503 protein_coding 5 3 3 ZNF692 ENSG00000171163 +CDS chr1 248853937 248854051 ENST00000451251 protein_coding 5 2 10 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000306601 protein_coding 9 1 9 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000366471 protein_coding 7 1 8 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000476503 protein_coding 5 3 2 ZNF692 ENSG00000171163 +CDS chr1 248855380 248855458 ENST00000451251 protein_coding 5 2 9 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000306601 protein_coding 9 1 8 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000366471 protein_coding 7 1 7 ZNF692 ENSG00000171163 +CDS chr1 248855558 248855635 ENST00000451251 protein_coding 5 2 8 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000306601 protein_coding 9 1 7 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000366471 protein_coding 7 1 6 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855943 ENST00000476503 protein_coding 5 3 1 ZNF692 ENSG00000171163 +CDS chr1 248855725 248855946 ENST00000451251 protein_coding 5 2 7 ZNF692 ENSG00000171163 +CDS chr1 248856288 248856422 ENST00000306601 protein_coding 9 1 6 ZNF692 ENSG00000171163 +CDS chr1 248856288 248856422 ENST00000451251 protein_coding 5 2 6 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000306601 protein_coding 9 1 5 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000366471 protein_coding 7 1 5 ZNF692 ENSG00000171163 +CDS chr1 248856514 248856562 ENST00000451251 protein_coding 5 2 5 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000306601 protein_coding 9 1 4 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000366471 protein_coding 7 1 4 ZNF692 ENSG00000171163 +CDS chr1 248857234 248857497 ENST00000451251 protein_coding 5 2 4 ZNF692 ENSG00000171163 +transcript chr1 248857313 248859067 ENST00000496231 protein_coding 1 3 NA ZNF692 ENSG00000171163 +CDS chr1 248857313 248857497 ENST00000496231 protein_coding 1 3 4 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000306601 protein_coding 9 1 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000366471 protein_coding 7 1 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000451251 protein_coding 5 2 3 ZNF692 ENSG00000171163 +CDS chr1 248857828 248857859 ENST00000496231 protein_coding 1 3 3 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000306601 protein_coding 9 1 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000366471 protein_coding 7 1 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858321 ENST00000451251 protein_coding 5 2 2 ZNF692 ENSG00000171163 +CDS chr1 248858131 248858309 ENST00000496231 protein_coding 1 3 2 ZNF692 ENSG00000171163 +CDS chr1 248858512 248858514 ENST00000451251 protein_coding 5 2 1 ZNF692 ENSG00000171163 +transcript chr1 248906196 248919946 ENST00000355360 protein_coding 8 1 NA PGBD2 ENSG00000185220 +transcript chr1 248906235 248919146 ENST00000329291 protein_coding 6 1 NA PGBD2 ENSG00000185220 +CDS chr1 248913863 248913879 ENST00000329291 protein_coding 6 1 2 PGBD2 ENSG00000185220 +CDS chr1 248916602 248918360 ENST00000329291 protein_coding 6 1 3 PGBD2 ENSG00000185220 +CDS chr1 248917338 248918360 ENST00000355360 protein_coding 8 1 3 PGBD2 ENSG00000185220 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..ec6c3eb6a --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,15 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Included Peptides Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Ref Match Evaluation +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 0 5099.030 7.500 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 0 5099.030 7.500 55.745 0.332 18.507 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000343253.11 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000370276.6 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 1 HLA-G*01:09 761 None 0 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000690025.1 JUNC00000011 E KSEEKELKI NA HLA-G*01:09 761 None 0 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 0 11857.880 6.800 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 0 11857.880 6.800 55.745 0.332 18.507 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000343253.11 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000370276.6 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000401026.7 JUNC00000006 E VSEETIKVY 1 HLA-G*01:09 719 None 1 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000690025.1 JUNC00000006 E VSEETIKVY NA HLA-G*01:09 719 None 1 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 0 19498.205 7.200 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 0 19498.205 7.200 55.745 0.332 18.507 927.000 0.273 Poor False Pending diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches new file mode 100644 index 000000000..9e8ad0af9 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches @@ -0,0 +1 @@ +ID Epitope Seq Peptide Hit ID Hit Definition Match Window Match Sequence Match Start Match Stop diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..7d9aaa739 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,449 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..d6ea85a0a --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,2 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count Best Cleavage Position Best Cleavage Score Cleavage Sites Predicted Stability Half Life Stability Rank NetMHCstab allele +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.2428571428571429 False False False 1 False 0 1 0.975373 0:0.962786,1:0.975373,3:0.960379,5:0.960541,7:0.95928 0.008 0.14 5.50 HLA-A24:03 (distance: 0.372) diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..d73b6e586 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,233 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/tmp/HCC1395_TUMOR_DNA.10.fa b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/tmp/HCC1395_TUMOR_DNA.10.fa new file mode 100644 index 000000000..0dcef2948 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_10/tmp/HCC1395_TUMOR_DNA.10.fa @@ -0,0 +1,82 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 +KVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.26 +HIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 +IMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 +KNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..1f48eb9be --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,217 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/tmp/HCC1395_TUMOR_DNA.9.fa b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/tmp/HCC1395_TUMOR_DNA.9.fa new file mode 100644 index 000000000..4fe808164 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_I/MHC_Class_I_9/tmp/HCC1395_TUMOR_DNA.9.fa @@ -0,0 +1,78 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNH +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.31 +ADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.32 +DVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.33 +VVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.34 +VKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.35 +KVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.36 +VKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.27 +IMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.28 +MKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.35,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.35 +KQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.36,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.36 +QRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.37,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.37 +RFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.38,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.38 +FKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.39,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.39 +KNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.40,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.40 +NPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..5ede6af71 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,15 @@ +ID DRB1*11:01 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Included Peptides Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Ref Match Evaluation +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000401026.7 JUNC00000011 E KEKFEKQLKKKSEEK 1 HLA-DRB1*11:01 751 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Pass False Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 13 TIPRL ENST00000367830.3 JUNC00000028 E/V HIMKSADVVKQRFKN 1 HLA-DRB1*11:01 26 None 13 13 742.400 30.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 13 TIPRL ENST00000367833.7 JUNC00000028 E/V HIMKSADVVKQRFKN 1 HLA-DRB1*11:01 26 None 13 13 742.400 30.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 9 TIPRL ENST00000367830.3 JUNC00000025 E/V SKTHIMKSADVVKVK 1 HLA-DRB1*11:01 23 None 9 9 1076.400 36.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 9 TIPRL ENST00000367833.7 JUNC00000025 E/V SKTHIMKSADVVKVK 1 HLA-DRB1*11:01 23 None 9 9 1076.400 36.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367830.3 JUNC00000027 E/V ASKTHIMKSADVVNR 1 HLA-DRB1*11:01 22 None 2 1 1345.200 40.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367833.7 JUNC00000027 E/V ASKTHIMKSADVVNR 1 HLA-DRB1*11:01 22 None 2 1 1345.200 40.000 55.745 0.332 18.507 927.000 0.273 Pass False Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000343253.11 JUNC00000011 E KEKFEKQLKKKSEEK 5 HLA-DRB1*11:01 750 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000370276.6 JUNC00000011 E KEKFEKQLKKKSEEK 5 HLA-DRB1*11:01 750 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000690025.1 JUNC00000011 E KEKFEKQLKKKSEEK NA HLA-DRB1*11:01 751 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 CCDC18 ENST00000343253.11 JUNC00000006 E KALQNQVSEETIKVY 5 HLA-DRB1*11:01 712 None 8 6 16019.100 91.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 CCDC18 ENST00000370276.6 JUNC00000006 E KALQNQVSEETIKVY 5 HLA-DRB1*11:01 712 None 8 6 16019.100 91.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 CCDC18 ENST00000401026.7 JUNC00000006 E KALQNQVSEETIKVY 1 HLA-DRB1*11:01 713 None 8 6 16019.100 91.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 CCDC18 ENST00000690025.1 JUNC00000006 E KALQNQVSEETIKVY NA HLA-DRB1*11:01 713 None 8 6 16019.100 91.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches new file mode 100644 index 000000000..9e8ad0af9 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches @@ -0,0 +1 @@ +ID Epitope Seq Peptide Hit ID Hit Definition Match Window Match Sequence Match Start Match Stop diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..8473b5d21 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,157 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NNalign IC50 Score NNalign Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 None -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 None -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 None -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 None -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 None -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 None -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 None -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 None -3.2857142857142856 -1.671428571428572 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 None -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 None -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 None -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 None -2.185714285714286 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 None -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 None -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 None -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 None -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 4 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 4 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 4 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 4 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 5 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 5 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 5 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 5 -1.3857142857142857 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 6 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 6 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 6 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 6 -1.4857142857142858 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 278.2 18.0 9 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 278.2 18.0 9 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 7 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 7 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 7 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 7 -1.4857142857142858 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 314.8 19.0 10 -0.9285714285714286 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 314.8 19.0 10 -0.9285714285714286 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 474.3 24.0 11 -0.21428571428571427 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 474.3 24.0 11 -0.21428571428571427 0.8857142857142859 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 None -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 None -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 None -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 None -1.242857142857143 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 None -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 None -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 None -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 None -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 None -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 None -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 None -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 None -2.085714285714286 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 None -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 None -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 None -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 None -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 None -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 None -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 8 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 8 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 8 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 8 -0.3857142857142856 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 754.9 30.0 12 -0.27142857142857146 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 754.9 30.0 12 -0.27142857142857146 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 822.5 32.0 None -0.6 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 822.5 32.0 None -0.6 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 827.9 32.0 13 0.42857142857142855 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 827.9 32.0 13 0.42857142857142855 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 42 831.6 32.0 None -0.6571428571428571 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 42 831.6 32.0 None -0.6571428571428571 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 49 855.8 32.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 49 855.8 32.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 889.8 33.0 None -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 889.8 33.0 None -0.7428571428571428 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 45 916.9 34.0 None -1.7714285714285711 0.5571428571428572 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 45 916.9 34.0 None -1.7714285714285711 0.5571428571428572 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 46 918.4 34.0 None -1.4 -0.21428571428571422 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 46 918.4 34.0 None -1.4 -0.21428571428571422 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 48 918.4 34.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 48 918.4 34.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 50 938.6 34.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 50 938.6 34.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 47 963.6 34.0 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 47 963.6 34.0 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 44 988.3 35.0 None -2.585714285714286 0.6000000000000002 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 44 988.3 35.0 None -2.585714285714286 0.6000000000000002 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 51 1113.4 37.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 51 1113.4 37.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 1115.3 37.0 14 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 1115.3 37.0 14 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 1184.3 38.0 15 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 1184.3 38.0 15 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 1244.0 39.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 1244.0 39.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 None -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 None -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 None -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 None -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 1372.0 41.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 1372.0 41.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 9 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 9 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 9 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 9 -0.6714285714285714 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 37 2075.1 48.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 37 2075.1 48.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 None -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 None -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 None -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 None -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 10 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 10 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 10 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 10 -0.3000000000000001 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 11 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 11 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 11 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 11 -0.24285714285714294 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 12 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 12 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 12 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 12 -0.3 1.3 False False False 1 True 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 None -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 None -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 None -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 None -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 None -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 None -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 None -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 None -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 13 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 13 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 13 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 13 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 14 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 14 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 14 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 14 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 None -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 None -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 None -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 None -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 15 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 15 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 15 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 15 0.2571428571428572 0.2571428571428572 False True False 1 False 0 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..da103aac6 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,9 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NNalign IC50 Score NNalign Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 None -3.3428571428571425 -1.671428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 4 -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 None -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 None -1.757142857142857 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..95ef9a3b9 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,157 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NNalign IC50 Score NNalign Percentile +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 191.0 15.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 278.2 18.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 278.2 18.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 302.5 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 314.8 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 314.8 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 474.3 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 474.3 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 726.3 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 43 742.4 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 747.8 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 754.9 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 754.9 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 822.5 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 822.5 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 827.9 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 827.9 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 42 831.6 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 42 831.6 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 49 855.8 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 49 855.8 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 889.8 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 889.8 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 45 916.9 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 45 916.9 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 46 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 46 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 48 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 48 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 50 938.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 50 938.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 47 963.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 47 963.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 44 988.3 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 44 988.3 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 1076.4 36.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 51 1113.4 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 51 1113.4 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 1115.3 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 1115.3 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 1184.3 38.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 1184.3 38.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 1244.0 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 1244.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 1296.0 39.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 38 1345.2 40.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 1372.0 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 1372.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 1550.2 43.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 37 2075.1 48.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 37 2075.1 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 17978.5 93.0 diff --git a/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/tmp/HCC1395_TUMOR_DNA.15.fa b/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/tmp/HCC1395_TUMOR_DNA.15.fa new file mode 100644 index 000000000..d65476ad3 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run/MHC_Class_II/MHC_Class_II_15/tmp/HCC1395_TUMOR_DNA.15.fa @@ -0,0 +1,102 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.712,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.713 +KALQNQVSEETIKVY +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.713,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.714 +ALQNQVSEETIKVYC +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.714,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.715 +LQNQVSEETIKVYCL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.715,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.716 +QNQVSEETIKVYCLQ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.716,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.717 +NQVSEETIKVYCLQK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.717,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.718 +QVSEETIKVYCLQKE +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.718,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.719 +VSEETIKVYCLQKEL +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.719,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.720 +SEETIKVYCLQKELK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.720,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.721 +EETIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.721,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.722 +ETIKVYCLQKELKIK +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.722,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.723 +TIKVYCLQKELKIKN +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.723,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.724 +IKVYCLQKELKIKNH +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA.724,CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA.725,CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA.725 +KVYCLQKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.750,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.751 +KEKFEKQLKKKSEEK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.751,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.752 +EKFEKQLKKKSEEKE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.752,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.753 +KFEKQLKKKSEEKEL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.753,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.754 +FEKQLKKKSEEKELK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.754,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.755 +EKQLKKKSEEKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.755,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.756 +KQLKKKSEEKELKIK +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.756,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.757 +QLKKKSEEKELKIKN +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.757,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.758 +LKKKSEEKELKIKNH +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.758,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.759 +KKKSEEKELKIKNHS +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.759,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.760 +KKSEEKELKIKNHSL +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.760,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.761 +KSEEKELKIKNHSLQ +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.761,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.762 +SEEKELKIKNHSLQE +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.762,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.763 +EEKELKIKNHSLQET +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D.763,CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D.764,CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D.764 +EKELKIKNHSLQETS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKV +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKVK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.24 +KTHIMKSADVVKVKC +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.25 +THIMKSADVVKVKCK +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.26 +HIMKSADVVKVKCKL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.27 +IMKSADVVKVKCKLT +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.28 +MKSADVVKVKCKLTQ +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.29 +KSADVVKVKCKLTQS +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D.30 +SADVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.21,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.21 +TASKTHIMKSADVVN +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.22,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.22 +ASKTHIMKSADVVKQ +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.23,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.23 +SKTHIMKSADVVKQR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.24,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.24 +KTHIMKSADVVKQRF +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.25,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.25 +THIMKSADVVKQRFK +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.26,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.26 +HIMKSADVVKQRFKN +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.27,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.27 +IMKSADVVKQRFKNP +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.28,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.28 +MKSADVVKQRFKNPA +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.29,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.29 +KSADVVKQRFKNPAW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.30,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.30 +SADVVKQRFKNPAWV +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.31,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.31 +ADVVKQRFKNPAWVW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.32,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.32 +DVVKQRFKNPAWVWL +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.33,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.33 +VVKQRFKNPAWVWLW +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D.34,TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D.34 +VKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..dd8462ea8 --- /dev/null +++ b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv @@ -0,0 +1,15 @@ +ID DRB1*11:01 E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Included Peptides Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Evaluation +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000401026.7 JUNC00000011 E KEKFEKQLKKKSEEK 1 HLA-DRB1*11:01 751 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Pass Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 1 CCDC18 ENST00000401026.7 JUNC00000006 E KVYCLQKELKIKNHS 1 HLA-DRB1*11:01 725 None 9 7 142.900 12.000 18.750 0.300 5.625 20.000 0.628 Pass Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 9 TIPRL ENST00000367830.3 JUNC00000025 E/V SADVVKVKCKLTQSF 1 HLA-DRB1*11:01 30 None 9 9 278.200 18.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 9 TIPRL ENST00000367833.7 JUNC00000025 E/V SADVVKVKCKLTQSF 1 HLA-DRB1*11:01 30 None 9 9 278.200 18.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 13 TIPRL ENST00000367830.3 JUNC00000028 E/V HIMKSADVVKQRFKN 1 HLA-DRB1*11:01 26 None 13 13 742.400 30.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 13 TIPRL ENST00000367833.7 JUNC00000028 E/V HIMKSADVVKQRFKN 1 HLA-DRB1*11:01 26 None 13 13 742.400 30.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367830.3 JUNC00000027 E/V ASKTHIMKSADVVNR 1 HLA-DRB1*11:01 22 None 2 1 1345.200 40.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 2 TIPRL ENST00000367833.7 JUNC00000027 E/V ASKTHIMKSADVVNR 1 HLA-DRB1*11:01 22 None 2 1 1345.200 40.000 55.745 0.332 18.507 927.000 0.273 Pass Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000343253.11 JUNC00000011 E KEKFEKQLKKKSEEK 5 HLA-DRB1*11:01 750 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000370276.6 JUNC00000011 E KEKFEKQLKKKSEEK 5 HLA-DRB1*11:01 750 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 CCDC18 ENST00000690025.1 JUNC00000011 E KEKFEKQLKKKSEEK NA HLA-DRB1*11:01 751 None 10 9 31.700 3.200 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 1 CCDC18 ENST00000343253.11 JUNC00000006 E KVYCLQKELKIKNHS 5 HLA-DRB1*11:01 724 None 9 7 142.900 12.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 1 CCDC18 ENST00000370276.6 JUNC00000006 E KVYCLQKELKIKNHS 5 HLA-DRB1*11:01 724 None 9 7 142.900 12.000 18.750 0.300 5.625 20.000 0.628 Poor Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 1 CCDC18 ENST00000690025.1 JUNC00000006 E KVYCLQKELKIKNHS NA HLA-DRB1*11:01 725 None 9 7 142.900 12.000 18.750 0.300 5.625 20.000 0.628 Poor Pending diff --git a/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.tsv b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.tsv new file mode 100644 index 000000000..a260c3edf --- /dev/null +++ b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.all_epitopes.tsv @@ -0,0 +1,605 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count NNalign IC50 Score NNalign Percentile +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 -1.7714285714285711 -1.757142857142857 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 -0.3 1.3 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 -2.585714285714286 -0.6571428571428571 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 1.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 -3.3428571428571425 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 -3.2857142857142856 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 0.4857142857142856 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 -0.29999999999999993 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 -0.21428571428571422 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 -0.6571428571428571 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 0.5142857142857142 0.7857142857142857 False False False 0 True 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 -2.585714285714286 -0.6 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 -2.585714285714286 -0.6 False False True 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 0.41428571428571426 0.41428571428571426 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 0.5142857142857142 0.7857142857142857 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 -0.21428571428571427 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 0.028571428571428532 0.028571428571428532 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 1.3 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 0.2571428571428572 0.2571428571428572 False True False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 -3.3428571428571425 -2.242857142857143 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 0.8857142857142859 0.8857142857142859 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 -0.6 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 0.9000000000000001 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 -0.3 1.3 True False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 -0.24285714285714294 1.3 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 -3.2857142857142856 -2.242857142857143 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 -2.185714285714286 -2.185714285714286 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 0.4428571428571429 0.8857142857142859 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 0.542857142857143 0.8857142857142859 False True False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 0.4857142857142856 0.8857142857142859 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 0.42857142857142855 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 -0.27142857142857146 0.542857142857143 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 -0.29999999999999993 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 -0.21428571428571422 0.6000000000000002 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 -0.7428571428571428 0.5571428571428572 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 -1.757142857142857 -0.6 False False False 0 False 0 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 -2.585714285714286 -0.6 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 -2.585714285714286 -0.6 False False True 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 -1.4 -1.4 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 0.7857142857142857 0.7857142857142857 False False False 0 False 1 NA NA +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 750 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 751 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 752 HLA-DRB1*11:01 15 EKFEKQLKKKSEEKE 39.1 39.1 NNalign 4.0 4.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA NA NA -3.2857142857142856 -1.671428571428572 True False False 0 False 0 39.1 4.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 752 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 753 HLA-DRB1*11:01 15 KFEKQLKKKSEEKEL 56.1 56.1 NNalign 5.4 5.4 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA NA NA -2.185714285714286 -1.7285714285714284 False False False 0 False 0 56.1 5.4 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 753 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 754 HLA-DRB1*11:01 15 FEKQLKKKSEEKELK 140.6 140.6 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA NA NA -2.1857142857142855 -1.7285714285714284 False False False 0 False 0 140.6 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 142.9 12.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-DRB1*11:01 15 IKVYCLQKELKIKNH 171.9 171.9 NNalign 14.0 14.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 12 NA NA NA NA -1.3857142857142857 0.9000000000000001 False False False 1 False 0 171.9 14.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 191.0 15.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-DRB1*11:01 15 TIKVYCLQKELKIKN 191.0 191.0 NNalign 15.0 15.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 11 NA NA NA NA -1.4857142857142858 1.3 False False False 1 False 0 191.0 15.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 278.2 18.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 278.2 18.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 302.5 19.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-DRB1*11:01 15 ETIKVYCLQKELKIK 302.5 302.5 NNalign 19.0 19.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 10 NA NA NA NA -1.4857142857142858 1.3 True False False 1 False 0 302.5 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 35 NA NA NA NA -0.9285714285714286 0.8857142857142859 False False False 1 False 0 314.8 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-DRB1*11:01 15 KSADVVKVKCKLTQS 314.8 314.8 NNalign 19.0 19.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 35 NA NA NA NA -0.9285714285714286 0.8857142857142859 False False False 1 False 0 314.8 19.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 34 NA NA NA NA -0.21428571428571427 0.8857142857142859 False False False 1 False 0 474.3 24.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-DRB1*11:01 15 MKSADVVKVKCKLTQ 474.3 474.3 NNalign 24.0 24.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 34 NA NA NA NA -0.21428571428571427 0.8857142857142859 False False False 1 False 0 474.3 24.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-DRB1*11:01 15 EKELKIKNHSLQETS 489.2 489.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 27 NA NA NA NA -1.242857142857143 -0.9428571428571428 True False False 0 False 0 489.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-DRB1*11:01 15 EEKELKIKNHSLQET 514.2 514.2 NNalign 25.0 25.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 26 NA NA NA NA -1.6285714285714283 -0.9428571428571428 True False False 0 False 0 514.2 25.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-DRB1*11:01 15 SEEKELKIKNHSLQE 589.1 589.1 NNalign 27.0 27.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 25 NA NA NA NA -2.085714285714286 -0.9428571428571428 False False False 0 False 0 589.1 27.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 726.3 30.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-DRB1*11:01 15 KSEEKELKIKNHSLQ 726.3 726.3 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 24 NA NA NA NA -0.9428571428571428 -0.9428571428571428 False False False 0 False 0 726.3 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 43 NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 742.4 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 43 NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 742.4 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 747.8 30.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-DRB1*11:01 15 EETIKVYCLQKELKI 747.8 747.8 NNalign 30.0 30.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 9 NA NA NA NA -0.3857142857142856 1.3 True False False 1 False 0 747.8 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 33 NA NA NA NA -0.27142857142857146 0.8857142857142859 False False False 1 False 0 754.9 30.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-DRB1*11:01 15 IMKSADVVKVKCKLT 754.9 754.9 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 33 NA NA NA NA -0.27142857142857146 0.8857142857142859 False False False 1 False 0 754.9 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA NA NA -0.6 0.6000000000000002 False False False 0 False 0 822.5 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKQRF 822.5 822.5 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA NA NA -0.6 0.6000000000000002 False False False 0 False 0 822.5 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 32 NA NA NA NA 0.42857142857142855 0.8857142857142859 False False False 1 False 0 827.9 32.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKVKCKL 827.9 827.9 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 32 NA NA NA NA 0.42857142857142855 0.8857142857142859 False False False 1 False 0 827.9 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 42 NA NA NA NA -0.6571428571428571 0.6000000000000002 False False False 0 False 0 831.6 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKQRFK 831.6 831.6 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 42 NA NA NA NA -0.6571428571428571 0.6000000000000002 False False False 0 False 0 831.6 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 49 NA NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 855.8 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-DRB1*11:01 15 DVVKQRFKNPAWVWL 855.8 855.8 NNalign 32.0 32.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 49 NA NA NA NA 0.41428571428571426 0.41428571428571426 False False False 0 False 1 855.8 32.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 889.8 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKQR 889.8 889.8 NNalign 33.0 33.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA NA NA -0.7428571428571428 0.6000000000000002 False False False 0 False 0 889.8 33.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 45 NA NA NA NA -1.7714285714285711 0.5571428571428572 False False False 0 False 1 916.9 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-DRB1*11:01 15 MKSADVVKQRFKNPA 916.9 916.9 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 45 NA NA NA NA -1.7714285714285711 0.5571428571428572 False False False 0 False 1 916.9 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 46 NA NA NA NA -1.4 -0.21428571428571422 False False False 0 False 1 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-DRB1*11:01 15 KSADVVKQRFKNPAW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 46 NA NA NA NA -1.4 -0.21428571428571422 False False False 0 False 1 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 48 NA NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-DRB1*11:01 15 ADVVKQRFKNPAWVW 918.4 918.4 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 48 NA NA NA NA -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 918.4 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 50 NA NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 938.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-DRB1*11:01 15 VVKQRFKNPAWVWLW 938.6 938.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 50 NA NA NA NA 0.7857142857142857 0.7857142857142857 False False False 0 False 1 938.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 47 NA NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 963.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-DRB1*11:01 15 SADVVKQRFKNPAWV 963.6 963.6 NNalign 34.0 34.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 47 NA NA NA NA -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 963.6 34.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 44 NA NA NA NA -2.585714285714286 0.6000000000000002 False False True 0 False 1 988.3 35.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-DRB1*11:01 15 IMKSADVVKQRFKNP 988.3 988.3 NNalign 35.0 35.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 44 NA NA NA NA -2.585714285714286 0.6000000000000002 False False True 0 False 1 988.3 35.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 29 NA NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 1076.4 36.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 23 HLA-DRB1*11:01 15 SKTHIMKSADVVKVK 1076.4 1076.4 NNalign 36.0 36.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 29 NA NA NA NA 0.4428571428571429 0.8857142857142859 False False False 0 False 0 1076.4 36.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 51 NA NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 1113.4 37.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-DRB1*11:01 15 VKQRFKNPAWVWLWN 1113.4 1113.4 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 51 NA NA NA NA 0.5142857142857142 0.7857142857142857 False False False 0 False 1 1113.4 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 31 NA NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 1115.3 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 25 HLA-DRB1*11:01 15 THIMKSADVVKVKCK 1115.3 1115.3 NNalign 37.0 37.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 31 NA NA NA NA 0.4857142857142856 0.8857142857142859 False False False 1 False 0 1115.3 37.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 30 NA NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 1184.3 38.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 24 HLA-DRB1*11:01 15 KTHIMKSADVVKVKC 1184.3 1184.3 NNalign 38.0 38.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 30 NA NA NA NA 0.542857142857143 0.8857142857142859 False True False 1 False 0 1184.3 38.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 1244.0 39.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKQ 1244.0 1244.0 NNalign 39.0 39.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA NA NA -0.21428571428571422 0.6000000000000002 False False False 0 False 0 1244.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 1296.0 39.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-DRB1*11:01 15 KKSEEKELKIKNHSL 1296.0 1296.0 NNalign 39.0 39.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 23 NA NA NA NA -1.0000000000000002 -0.9999999999999999 False False False 0 False 0 1296.0 39.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 38 NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 1345.2 40.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 38 NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 1345.2 40.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 28 NA NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 1372.0 41.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVKV 1372.0 1372.0 NNalign 41.0 41.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 28 NA NA NA NA 0.8857142857142859 0.8857142857142859 False False False 0 False 0 1372.0 41.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 1550.2 43.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-DRB1*11:01 15 SEETIKVYCLQKELK 1550.2 1550.2 NNalign 43.0 43.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA NA NA -0.6714285714285714 1.3 False False False 1 False 0 1550.2 43.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 37 NA NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 2075.1 48.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 21 HLA-DRB1*11:01 15 TASKTHIMKSADVVN 2075.1 2075.1 NNalign 48.0 48.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 37 NA NA NA NA -0.21428571428571427 0.6000000000000002 False False False 0 False 0 2075.1 48.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-DRB1*11:01 15 KKKSEEKELKIKNHS 2591.4 2591.4 NNalign 53.0 53.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 22 NA NA NA NA -0.9999999999999999 -0.9999999999999999 False False False 0 False 0 2591.4 53.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-DRB1*11:01 15 VSEETIKVYCLQKEL 3255.7 3255.7 NNalign 58.0 58.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA NA NA -0.3000000000000001 1.3 False False False 1 False 0 3255.7 58.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-DRB1*11:01 15 QVSEETIKVYCLQKE 4843.6 4843.6 NNalign 67.0 67.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA NA NA -0.24285714285714294 1.3 True False False 1 False 0 4843.6 67.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA -0.3 1.3 False False False 1 True 0 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 716 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA -0.3 1.3 False False False 1 True 0 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA -0.3 1.3 False False False 1 True 0 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 717 HLA-DRB1*11:01 15 NQVSEETIKVYCLQK 6064.8 6064.8 NNalign 72.0 72.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA NA NA -0.3 1.3 False False False 1 True 0 6064.8 72.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-DRB1*11:01 15 LKKKSEEKELKIKNH 6442.5 6442.5 NNalign 73.0 73.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 21 NA NA NA NA -1.3857142857142857 -1.3857142857142857 False False False 0 False 0 6442.5 73.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 754 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 755 HLA-DRB1*11:01 15 EKQLKKKSEEKELKI 7314.1 7314.1 NNalign 76.0 76.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 18 NA NA NA NA -1.4285714285714288 -1.4285714285714288 True False False 0 False 0 7314.1 76.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-DRB1*11:01 15 KQLKKKSEEKELKIK 7702.7 7702.7 NNalign 77.0 77.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 19 NA NA NA NA -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 7702.7 77.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-DRB1*11:01 15 QLKKKSEEKELKIKN 8201.0 8201.0 NNalign 78.0 78.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 20 NA NA NA NA -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 8201.0 78.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 715 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 716 HLA-DRB1*11:01 15 QNQVSEETIKVYCLQ 11060.2 11060.2 NNalign 84.0 84.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA NA NA 0.9000000000000001 1.3 True False False 1 False 0 11060.2 84.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA 1.3 1.3 False False False 1 False 0 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 714 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA 1.3 1.3 False False False 1 False 0 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA 1.3 1.3 False False False 1 False 0 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 715 HLA-DRB1*11:01 15 LQNQVSEETIKVYCL 13819.5 13819.5 NNalign 88.0 88.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA NA NA 1.3 1.3 False False False 1 False 0 13819.5 88.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 712 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 713 HLA-DRB1*11:01 15 KALQNQVSEETIKVY 16019.1 16019.1 NNalign 91.0 91.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA NA NA -0.5999999999999999 -0.21428571428571433 False False False 0 False 0 16019.1 91.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 713 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 17978.5 93.0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 714 HLA-DRB1*11:01 15 ALQNQVSEETIKVYC 17978.5 17978.5 NNalign 93.0 93.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA NA NA 0.2571428571428572 0.2571428571428572 False True False 1 False 0 17978.5 93.0 diff --git a/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.filtered.tsv b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.filtered.tsv new file mode 100644 index 000000000..b0563e0dc --- /dev/null +++ b/tests/test_data/pvacsplice/results/run_combined/HCC1395_TUMOR_DNA.filtered.tsv @@ -0,0 +1,9 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count NNalign IC50 Score NNalign Percentile +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 751 HLA-DRB1*11:01 15 KEKFEKQLKKKSEEK 31.7 31.7 NNalign 3.2 3.2 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA NA NA -3.3428571428571425 -1.671428571428572 False False False 0 False 0 31.7 3.2 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-DRB1*11:01 15 KVYCLQKELKIKNHS 142.9 142.9 NNalign 12.0 12.0 NNalign 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 13 NA NA NA NA -0.9999999999999999 -0.24285714285714294 False False False 1 False 0 142.9 12.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 36 NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 278.2 18.0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-DRB1*11:01 15 SADVVKVKCKLTQSF 278.2 278.2 NNalign 18.0 18.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 36 NA NA NA NA 0.028571428571428532 0.8857142857142859 False False False 1 False 0 278.2 18.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 43 NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 742.4 30.0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 26 HLA-DRB1*11:01 15 HIMKSADVVKQRFKN 742.4 742.4 NNalign 30.0 30.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 43 NA NA NA NA -1.757142857142857 0.6000000000000002 False False False 0 False 0 742.4 30.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 20.287 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 38 NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 1345.2 40.0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 22 HLA-DRB1*11:01 15 ASKTHIMKSADVVNR 1345.2 1345.2 NNalign 40.0 40.0 NNalign 176 0.273 927.0 0.332 153 0.0 55.745 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 38 NA NA NA NA -0.29999999999999993 0.6000000000000002 False False False 0 False 0 1345.2 40.0 diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/Test.all_epitopes.aggregated.tsv b/tests/test_data/pvacsplice_generate_protein_fasta/Test.all_epitopes.aggregated.tsv new file mode 100644 index 000000000..3ebba406a --- /dev/null +++ b/tests/test_data/pvacsplice_generate_protein_fasta/Test.all_epitopes.aggregated.tsv @@ -0,0 +1,15 @@ +ID E*01:01 G*01:09 Gene Transcript Junction Name AA Change Best Peptide TSL Allele Pos Prob Pos Num Passing Peptides IC50 MT %ile MT RNA Expr RNA VAF Allele Expr RNA Depth DNA VAF Tier Ref Match Evaluation +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 5099.030 7.500 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000028 E/V KNPAWVWLW 1 HLA-G*01:09 39 None 0 5099.030 7.500 55.745 0.332 18.507 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000343253.11 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000370276.6 JUNC00000011 E KSEEKELKI 5 HLA-G*01:09 760 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000401026.7 JUNC00000011 E KSEEKELKI 1 HLA-G*01:09 761 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D CCDC18 ENST00000690025.1 JUNC00000011 E KSEEKELKI NA HLA-G*01:09 761 None 0 9759.450 20.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 11857.880 6.800 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000027 E/V HIMKSADVVN 1 HLA-G*01:09 26 None 0 11857.880 6.800 55.745 0.332 18.507 927.000 0.273 Poor False Pending +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000343253.11 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000370276.6 JUNC00000006 E VSEETIKVY 5 HLA-G*01:09 718 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000401026.7 JUNC00000006 E VSEETIKVY 1 HLA-G*01:09 719 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 CCDC18 ENST00000690025.1 JUNC00000006 E VSEETIKVY NA HLA-G*01:09 719 None 1 14882.820 31.000 18.750 0.300 5.625 20.000 0.628 Poor False Pending +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367830.3 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 19498.205 7.200 55.745 0.332 18.507 927.000 0.273 Poor False Pending +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D TIPRL ENST00000367833.7 JUNC00000025 E/V IMKSADVVKV 1 HLA-E*01:01 27 None 0 19498.205 7.200 55.745 0.332 18.507 927.000 0.273 Poor False Pending diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/Test.filtered.tsv b/tests/test_data/pvacsplice_generate_protein_fasta/Test.filtered.tsv new file mode 100644 index 000000000..d6ea85a0a --- /dev/null +++ b/tests/test_data/pvacsplice_generate_protein_fasta/Test.filtered.tsv @@ -0,0 +1,2 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count Best Cleavage Position Best Cleavage Score Cleavage Sites Predicted Stability Half Life Stability Rank NetMHCstab allele +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.2428571428571429 False False False 1 False 0 1 0.975373 0:0.962786,1:0.975373,3:0.960379,5:0.960541,7:0.95928 0.008 0.14 5.50 HLA-A24:03 (distance: 0.372) diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/output.fasta b/tests/test_data/pvacsplice_generate_protein_fasta/output.fasta new file mode 100644 index 000000000..3f6fdaf89 --- /dev/null +++ b/tests/test_data/pvacsplice_generate_protein_fasta/output.fasta @@ -0,0 +1,28 @@ +>CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA +NQVSEETIKVYCLQKELKI +>CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D +EKQLKKKSEEKELKIKNHSL +>CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA +NQVSEETIKVYCLQKELKI +>CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D +EKQLKKKSEEKELKIKNHSL +>CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +NQVSEETIKVYCLQKELKI +>CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D +EKQLKKKSEEKELKIKNHSL +>CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA +NQVSEETIKVYCLQKELKI +>CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D +EKQLKKKSEEKELKIKNHSL +>TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D +HIMKSADVVKVKCKLTQSF +>TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D +THIMKSADVVNR +>TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D +HIMKSADVVKQRFKNPAWVWLWN +>TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D +HIMKSADVVKVKCKLTQSF +>TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D +THIMKSADVVNR +>TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D +HIMKSADVVKQRFKNPAWVWLWN diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/output.tsv b/tests/test_data/pvacsplice_generate_protein_fasta/output.tsv new file mode 100644 index 000000000..1b0d02637 --- /dev/null +++ b/tests/test_data/pvacsplice_generate_protein_fasta/output.tsv @@ -0,0 +1,15 @@ +id peptide_sequence cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA NQVSEETIKVYCLQKELKI -0.3857142857142856 1.3 False False False 1 True 0 +CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D EKQLKKKSEEKELKIKNHSL -1.0000000000000002 -0.9999999999999999 True False False 0 False 0 +CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA NQVSEETIKVYCLQKELKI -0.3857142857142856 1.3 False False False 1 True 0 +CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D EKQLKKKSEEKELKIKNHSL -1.0000000000000002 -0.9999999999999999 True False False 0 False 0 +CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA NQVSEETIKVYCLQKELKI -0.3857142857142856 1.3 False False False 1 True 0 +CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D EKQLKKKSEEKELKIKNHSL -1.0000000000000002 -0.9999999999999999 True False False 0 False 0 +CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA NQVSEETIKVYCLQKELKI -0.3857142857142856 1.3 False False False 1 True 0 +CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D EKQLKKKSEEKELKIKNHSL -1.0000000000000002 -0.9999999999999999 True False False 0 False 0 +TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D HIMKSADVVKVKCKLTQSF 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D THIMKSADVVNR -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D HIMKSADVVKQRFKNPAWVWLWN 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D HIMKSADVVKVKCKLTQSF 0.028571428571428532 0.8857142857142859 False False False 1 False 0 +TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D THIMKSADVVNR -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D HIMKSADVVKQRFKNPAWVWLWN 0.5142857142857142 0.7857142857142857 False False False 0 False 1 diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/output_with_aggregated_tsv.fasta b/tests/test_data/pvacsplice_generate_protein_fasta/output_with_aggregated_tsv.fasta new file mode 100644 index 000000000..e69de29bb diff --git a/tests/test_data/pvacsplice_generate_protein_fasta/output_with_tsv.fasta b/tests/test_data/pvacsplice_generate_protein_fasta/output_with_tsv.fasta new file mode 100644 index 000000000..622be2a37 --- /dev/null +++ b/tests/test_data/pvacsplice_generate_protein_fasta/output_with_tsv.fasta @@ -0,0 +1,2 @@ +>CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA +NQVSEETIKVYCLQKELKI diff --git a/tests/test_data/top_score_filter/input_pvacsplice.tsv b/tests/test_data/top_score_filter/input_pvacsplice.tsv new file mode 100644 index 000000000..a56ecf576 --- /dev/null +++ b/tests/test_data/top_score_filter/input_pvacsplice.tsv @@ -0,0 +1,449 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 9 FKNPAWVWL 12055.8 6262.79 PickPocket 6.95 1.9 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 17848.81 1.9 6262.79 12.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 9 KNPAWVWLW 11362.895 3975.68 PickPocket 3.25 2.3 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 18750.11 2.3 3975.68 4.2 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 9 IMKSADVVN 14932.635 2842.78 PickPocket 4.2 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 27022.49 6.6 2842.78 1.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 9 KQRFKNPAW 14692.5 1765.99 PickPocket 3.8 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 27619.01 7.1 1765.99 0.5 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 9 EETIKVYCL 21541.42 14407.49 PickPocket 23.6 8.2 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 28675.35 8.2 14407.49 39.0 8 1.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 9 RFKNPAWVW 19244.85 8950.22 PickPocket 15.1 9.2 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 29539.48 9.2 8950.22 21.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 9 KKKSEEKEL 21846.13 11112.54 PickPocket 22.0 15.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 32579.72 15.0 11112.54 29.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 9 MKSADVVKV 21064.155 8119.76 PickPocket 18.0 18.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 34008.55 18.0 8119.76 18.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 9 VKVKCKLTQ 22002.895 9654.43 PickPocket 21.5 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 34351.36 19.0 9654.43 24.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-E*01:01 9 VKCKLTQSF 30370.74 25842.4 PickPocket 42.0 20.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 34899.08 20.0 25842.4 64.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 9 KVYCLQKEL 31283.235 26694.99 PickPocket 44.5 23.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 35871.48 23.0 26694.99 66.0 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 9 VVKVKCKLT 25527.395 14882.82 PickPocket 32.0 24.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 36171.97 24.0 14882.82 40.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-E*01:01 9 NPAWVWLWN 28278.445 19295.7 PickPocket 39.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 37261.19 28.0 19295.7 51.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 9 DVVKVKCKL 42650.475 37418.75 NetMHC 57.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 37418.75 28.0 47882.2 87.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 9 VSEETIKVY 26913.29 16404.99 PickPocket 36.0 28.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 37421.59 28.0 16404.99 44.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 9 VVKQRFKNP 25924.465 14407.49 PickPocket 33.5 28.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 37441.44 28.0 14407.49 39.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 9 MKSADVVKQ 22469.835 7366.35 PickPocket 22.5 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 37573.32 29.0 7366.35 16.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 9 KSEEKELKI 20283.025 2812.19 PickPocket 15.85 1.7 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 37753.86 30.0 2812.19 1.7 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 9 QLKKKSEEK 25845.025 13648.77 PickPocket 34.0 31.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 38041.28 31.0 13648.77 37.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-E*01:01 9 MKSADVVNR 24046.41 8758.62 PickPocket 29.0 21.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 39334.2 37.0 8758.62 21.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 9 IKVYCLQKE 29432.01 18279.56 PickPocket 46.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 40584.46 44.0 18279.56 49.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 9 TIKVYCLQK 24506.46 8297.38 PickPocket 31.5 19.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 40715.54 44.0 8297.38 19.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 9 QRFKNPAWV 43078.875 40797.1 NetMHC 65.5 45.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 40797.1 45.0 45360.65 86.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 9 VKQRFKNPA 36594.955 32085.75 PickPocket 60.5 47.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 41104.16 47.0 32085.75 74.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 9 KKSEEKELK 30625.595 19088.05 PickPocket 53.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 42163.14 55.0 19088.05 51.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 9 ETIKVYCLQ 46120.845 42241.69 NetMHC 72.0 56.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 42241.69 56.0 50000.0 88.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 9 SADVVKQRF 37899.345 33504.88 PickPocket 65.5 56.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 42293.81 56.0 33504.88 75.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 9 DVVKQRFKN 35416.435 28485.48 PickPocket 63.0 57.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 42347.39 57.0 28485.48 69.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 9 KSADVVKVK 28151.725 13947.35 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 42356.1 57.0 13947.35 37.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 9 LKKKSEEKE 27609.175 12653.21 PickPocket 46.0 34.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 42565.14 58.0 12653.21 34.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 9 SEEKELKIK 42009.35 41151.77 PickPocket 72.0 61.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 42866.93 61.0 41151.77 83.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 9 ADVVKQRFK 30344.565 17316.93 PickPocket 56.5 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 43372.2 66.0 17316.93 47.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 9 ADVVKVKCK 28952.59 14407.49 PickPocket 53.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 43497.69 67.0 14407.49 39.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 9 SEETIKVYC 37717.65 31740.46 PickPocket 71.0 69.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 43694.84 69.0 31740.46 73.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 9 KSADVVKQR 29130.49 14564.23 PickPocket 54.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 43696.75 69.0 14564.23 39.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 9 KVKCKLTQS 32815.365 21734.48 PickPocket 64.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43896.25 71.0 21734.48 57.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 9 EKELKIKNH 33564.085 22942.68 PickPocket 66.5 59.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 44185.49 74.0 22942.68 59.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 9 SADVVKVKC 38984.985 33504.88 PickPocket 76.0 75.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 44465.09 77.0 33504.88 75.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 9 EEKELKIKN 37817.35 30726.73 PickPocket 77.0 72.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 44907.97 82.0 30726.73 72.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 9 KVYCLQKEL 645.63 645.63 PickPocket 0.2 0.2 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 645.63 0.2 4 -0.3000000000000001 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 9 RFKNPAWVW 9447.76 9447.76 PickPocket 19.0 19.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 9447.76 19.0 None -0.6857142857142857 -0.15714285714285708 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 9 KQRFKNPAW 12653.21 12653.21 PickPocket 26.0 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 12653.21 26.0 None -1.4 -1.4 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 9 IMKSADVVN 16053.81 16053.81 PickPocket 33.0 33.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 25 NA NA 16053.81 33.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 9 FKNPAWVWL 16583.46 16583.46 PickPocket 34.0 34.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 16583.46 34.0 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 9 KVKCKLTQS 21734.48 21734.48 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 21734.48 44.0 4 -0.9285714285714286 -0.21428571428571427 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 9 QRFKNPAWV 22209.93 22209.93 PickPocket 44.0 44.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 22209.93 44.0 None -0.15714285714285708 -0.15714285714285708 True False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 9 SEETIKVYC 23192.26 23192.26 PickPocket 46.0 46.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 23192.26 46.0 9 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 9 SADVVKQRF 23699.6 23699.6 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 23699.6 47.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 9 KSADVVKVK 23957.42 23957.42 PickPocket 47.0 47.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 17 NA NA 23957.42 47.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 9 KKKSEEKEL 26694.99 26694.99 PickPocket 51.0 51.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 26694.99 51.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 9 VKQRFKNPA 33144.32 33144.32 PickPocket 59.0 59.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 33144.32 59.0 None -1.7714285714285711 -1.757142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 9 TIKVYCLQK 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 37333.42 64.0 6 -0.3 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 9 VVKQRFKNP 37333.42 37333.42 PickPocket 64.0 64.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 37333.42 64.0 None -2.585714285714286 -0.6571428571428571 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 36 HLA-G*01:09 9 VKCKLTQSF 38984.65 38984.65 PickPocket 65.0 65.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 38984.65 65.0 3 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 9 KSADVVKQR 41151.77 41151.77 PickPocket 67.0 67.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 28 NA NA 41151.77 67.0 None -0.7428571428571428 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 9 VVKVKCKLT 43911.91 43911.91 PickPocket 69.0 69.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 43911.91 69.0 6 -0.27142857142857146 0.4857142857142856 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 9 ETIKVYCLQ 45854.11 45854.11 PickPocket 70.0 70.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 45854.11 70.0 7 0.9000000000000001 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 9 SADVVKVKC 48929.64 48929.64 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 48929.64 73.0 9 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 9 EETIKVYCL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 50000.0 73.0 8 1.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 9 IKVYCLQKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 73.0 5 -0.24285714285714294 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 9 QLKKKSEEK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 8 NA NA 50000.0 73.0 None -3.3428571428571425 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 9 LKKKSEEKE 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 50000.0 73.0 None -3.2857142857142856 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 9 KKSEEKELK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 73.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 9 SEEKELKIK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 9 EEKELKIKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 50000.0 73.0 None -1.4857142857142858 -1.4285714285714288 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 9 EKELKIKNH 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 73.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 9 MKSADVVKV 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 16 NA NA 50000.0 73.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 9 ADVVKVKCK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 73.0 8 0.4857142857142856 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 9 DVVKVKCKL 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 73.0 7 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 9 VKVKCKLTQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 73.0 5 -0.21428571428571427 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 28 HLA-G*01:09 9 MKSADVVNR 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 26 NA NA 50000.0 73.0 None -0.29999999999999993 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 9 MKSADVVKQ 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 27 NA NA 50000.0 73.0 None -0.21428571428571422 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 9 ADVVKQRFK 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 73.0 None -0.6571428571428571 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 9 DVVKQRFKN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 50000.0 73.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 40 HLA-G*01:09 9 NPAWVWLWN 50000.0 50000.0 PickPocket 73.0 73.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 50000.0 73.0 None 0.5142857142857142 0.7857142857142857 False False False 0 True 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-E*01:01 10 RFKNPAWVWL 20099.255 12790.86 PickPocket 5.9 4.9 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 27407.65 6.9 12790.86 4.9 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-E*01:01 10 FKNPAWVWLW 30662.99 26985.39 PickPocket 22.0 19.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 34340.59 19.0 26985.39 25.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-E*01:01 10 KNPAWVWLWN 20378.375 5382.48 PickPocket 11.25 0.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 35374.27 22.0 5382.48 0.5 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-E*01:01 10 IMKSADVVKQ 22172.7 6978.43 PickPocket 14.5 1.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 37366.97 28.0 6978.43 1.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-E*01:01 10 KQRFKNPAWV 24513.935 11355.63 PickPocket 16.3 3.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 37672.24 29.0 11355.63 3.6 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-E*01:01 10 VKQRFKNPAW 31332.91 24747.82 PickPocket 26.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 37918.0 30.0 24747.82 22.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-E*01:01 10 QRFKNPAWVW 44396.395 38792.79 NetMHC 45.5 34.0 NetMHC 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 38792.79 34.0 50000.0 57.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-E*01:01 10 IMKSADVVNR 23794.95 8297.38 PickPocket 18.8 1.6 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 39292.52 36.0 8297.38 1.6 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-E*01:01 10 SEETIKVYCL 38361.725 36931.66 PickPocket 39.5 39.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 39791.79 39.0 36931.66 40.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-E*01:01 10 IKVYCLQKEL 37130.955 34237.82 PickPocket 38.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 40024.09 40.0 34237.82 36.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-E*01:01 10 HIMKSADVVN 33688.33 26985.39 PickPocket 33.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 40391.27 42.0 26985.39 25.0 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-E*01:01 10 EETIKVYCLQ 45324.525 40649.05 NetMHC 50.5 44.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 40649.05 44.0 50000.0 57.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-E*01:01 10 LKKKSEEKEL 34601.755 27575.71 PickPocket 38.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 41627.8 51.0 27575.71 26.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-E*01:01 10 QVSEETIKVY 46047.84 42095.68 NetMHC 55.5 54.0 NetMHC 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 42095.68 54.0 50000.0 57.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-E*01:01 10 KVKCKLTQSF 38688.63 34986.78 PickPocket 47.0 37.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 42390.48 57.0 34986.78 37.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-E*01:01 10 MKSADVVKVK 34671.555 26694.99 PickPocket 42.0 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 42648.12 59.0 26694.99 25.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-E*01:01 10 KKKSEEKELK 40893.36 38984.65 PickPocket 51.5 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 42802.07 60.0 38984.65 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-E*01:01 10 VVKVKCKLTQ 33981.22 25017.04 PickPocket 42.0 22.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 42945.4 62.0 25017.04 22.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-E*01:01 10 DVVKVKCKLT 46790.065 43580.13 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 43580.13 68.0 50000.0 57.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-E*01:01 10 VKVKCKLTQS 46826.17 43652.34 NetMHC 62.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 43652.34 68.0 50000.0 57.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-E*01:01 10 ADVVKVKCKL 35783.375 27875.69 PickPocket 48.0 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 43691.06 69.0 27875.69 27.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-E*01:01 10 KKSEEKELKI 30601.735 17505.31 PickPocket 40.5 12.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 43698.16 69.0 17505.31 12.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-E*01:01 10 KSEEKELKIK 31928.055 19932.31 PickPocket 43.0 15.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 43923.8 71.0 19932.31 15.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-E*01:01 10 KVYCLQKELK 47151.625 44303.25 NetMHC 66.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 44303.25 75.0 50000.0 57.0 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-E*01:01 10 QLKKKSEEKE 37190.42 30068.96 PickPocket 52.5 30.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 44311.88 75.0 30068.96 30.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-E*01:01 10 VVKQRFKNPA 47279.25 44558.5 NetMHC 67.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 44558.5 78.0 50000.0 57.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-E*01:01 10 KQLKKKSEEK 36104.265 27575.71 PickPocket 52.5 26.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 44632.82 79.0 27575.71 26.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-E*01:01 10 VSEETIKVYC 41639.805 38565.12 PickPocket 61.0 42.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 44714.49 80.0 38565.12 42.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-E*01:01 10 MKSADVVKQR 36390.37 27875.69 PickPocket 54.5 27.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 44905.05 82.0 27875.69 27.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-E*01:01 10 DVVKQRFKNP 47525.52 45051.04 NetMHC 70.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 45051.04 84.0 50000.0 57.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-E*01:01 10 TIKVYCLQKE 39770.14 33869.37 PickPocket 62.5 35.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 45670.91 90.0 33869.37 35.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-E*01:01 10 KSADVVKQRF 35723.105 25564.3 PickPocket 57.5 23.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 45881.91 92.0 25564.3 23.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-E*01:01 10 ADVVKQRFKN 36213.66 26407.71 PickPocket 59.5 25.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 46019.61 94.0 26407.71 25.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-E*01:01 10 ETIKVYCLQK 48024.755 46049.51 NetMHC 75.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 46049.51 94.0 50000.0 57.0 7 -0.3 1.3 True False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-E*01:01 10 KSADVVKVKC 36980.625 27575.71 PickPocket 61.5 26.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 46385.54 97.0 27575.71 26.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-E*01:01 10 SADVVKQRFK 48213.105 46426.21 NetMHC 77.0 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 46426.21 97.0 50000.0 57.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-E*01:01 10 SEEKELKIKN 48342.81 46685.62 NetMHC 78.0 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 46685.62 99.0 50000.0 57.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-E*01:01 10 SADVVKVKCK 48443.8 46887.6 NetMHC 78.5 57.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 46887.6 100.0 50000.0 57.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-E*01:01 10 EEKELKIKNH 48560.78 47121.56 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 47121.56 100.0 50000.0 57.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-E*01:01 10 EKELKIKNHS 48597.26 47194.52 NetMHC 78.5 57.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 47194.52 100.0 50000.0 57.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 37 HLA-G*01:09 10 RFKNPAWVWL 5620.54 5620.54 PickPocket 1.8 1.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 39 NA NA 5620.54 1.8 None 0.41428571428571426 0.41428571428571426 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 10 KNPAWVWLWN 7208.66 7208.66 PickPocket 3.0 3.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 41 NA NA 7208.66 3.0 None 0.5142857142857142 0.7857142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 724 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 725 HLA-G*01:09 10 KVYCLQKELK 7860.43 7860.43 PickPocket 3.5 3.5 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 8 NA NA 7860.43 3.5 4 -0.6714285714285714 -0.24285714285714294 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 35 HLA-G*01:09 10 KQRFKNPAWV 11730.27 11730.27 PickPocket 6.7 6.7 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 37 NA NA 11730.27 6.7 None -0.15714285714285708 -0.15714285714285708 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 35 HLA-G*01:09 10 KVKCKLTQSF 19717.81 19717.81 PickPocket 16.0 16.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 26 NA NA 19717.81 16.0 4 0.028571428571428532 0.028571428571428532 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 719 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 720 HLA-G*01:09 10 SEETIKVYCL 29108.61 29108.61 PickPocket 25.0 25.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 3 NA NA 29108.61 25.0 9 1.3 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 10 VSEETIKVYC 32787.64 32787.64 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 2 NA NA 32787.64 29.0 10 0.2571428571428572 0.2571428571428572 False True False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 755 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 756 HLA-G*01:09 10 KQLKKKSEEK 33504.88 33504.88 PickPocket 29.0 29.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 9 NA NA 33504.88 29.0 None -3.3428571428571425 -2.242857142857143 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-G*01:09 10 IMKSADVVKV 39408.75 39408.75 PickPocket 35.0 35.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 NA NA 39408.75 35.0 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 10 KSEEKELKIK 41599.44 41599.44 PickPocket 36.0 36.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 14 NA NA 41599.44 36.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 29 HLA-G*01:09 10 KSADVVKQRF 44872.5 44872.5 PickPocket 39.0 39.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 31 NA NA 44872.5 39.0 None -0.6 -0.21428571428571422 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 717 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 718 HLA-G*01:09 10 QVSEETIKVY 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 50000.0 43.0 None -0.5999999999999999 -0.4714285714285714 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 720 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 721 HLA-G*01:09 10 EETIKVYCLQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 4 NA NA 50000.0 43.0 8 0.9000000000000001 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 721 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 722 HLA-G*01:09 10 ETIKVYCLQK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 5 NA NA 50000.0 43.0 7 -0.3 1.3 True False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 722 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 723 HLA-G*01:09 10 TIKVYCLQKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 6 NA NA 50000.0 43.0 6 -0.24285714285714294 1.3 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 723 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 724 HLA-G*01:09 10 IKVYCLQKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 7 NA NA 50000.0 43.0 5 -0.3000000000000001 0.9000000000000001 False False False 1 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 756 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 757 HLA-G*01:09 10 QLKKKSEEKE 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 10 NA NA 50000.0 43.0 None -3.2857142857142856 -2.242857142857143 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 757 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 758 HLA-G*01:09 10 LKKKSEEKEL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 11 NA NA 50000.0 43.0 None -2.185714285714286 -2.185714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 758 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 759 HLA-G*01:09 10 KKKSEEKELK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 50000.0 43.0 None -2.1857142857142855 -2.1857142857142855 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 759 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 760 HLA-G*01:09 10 KKSEEKELKI 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 13 NA NA 50000.0 43.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 761 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 762 HLA-G*01:09 10 SEEKELKIKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 15 NA NA 50000.0 43.0 None -1.4857142857142858 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 762 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 763 HLA-G*01:09 10 EEKELKIKNH 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 16 NA NA 50000.0 43.0 None -1.3857142857142857 -1.3857142857142857 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 763 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 764 HLA-G*01:09 10 EKELKIKNHS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 17 NA NA 50000.0 43.0 None -0.9999999999999999 -0.9999999999999999 True False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 28 HLA-G*01:09 10 MKSADVVKVK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 19 NA NA 50000.0 43.0 None 0.4428571428571429 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 29 HLA-G*01:09 10 KSADVVKVKC 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 20 NA NA 50000.0 43.0 10 0.542857142857143 0.8857142857142859 False True False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 30 HLA-G*01:09 10 SADVVKVKCK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 21 NA NA 50000.0 43.0 9 0.4857142857142856 0.8857142857142859 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 31 HLA-G*01:09 10 ADVVKVKCKL 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 22 NA NA 50000.0 43.0 8 0.42857142857142855 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 32 HLA-G*01:09 10 DVVKVKCKLT 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 23 NA NA 50000.0 43.0 7 -0.27142857142857146 0.542857142857143 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 33 HLA-G*01:09 10 VVKVKCKLTQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 24 NA NA 50000.0 43.0 6 -0.21428571428571427 0.4857142857142856 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 34 HLA-G*01:09 10 VKVKCKLTQS 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 25 NA NA 50000.0 43.0 5 -0.9285714285714286 0.42857142857142855 False False False 1 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 27 HLA-G*01:09 10 IMKSADVVNR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 28 NA NA 50000.0 43.0 None -0.29999999999999993 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 27 HLA-G*01:09 10 IMKSADVVKQ 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 29 NA NA 50000.0 43.0 None -0.21428571428571422 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 28 HLA-G*01:09 10 MKSADVVKQR 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 30 NA NA 50000.0 43.0 None -0.7428571428571428 0.5571428571428572 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 30 HLA-G*01:09 10 SADVVKQRFK 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 32 NA NA 50000.0 43.0 None -0.6571428571428571 -0.21428571428571422 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 31 HLA-G*01:09 10 ADVVKQRFKN 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 33 NA NA 50000.0 43.0 None -1.757142857142857 -0.6 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 32 HLA-G*01:09 10 DVVKQRFKNP 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 34 NA NA 50000.0 43.0 None -2.585714285714286 -0.6 False False True 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 33 HLA-G*01:09 10 VVKQRFKNPA 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 35 NA NA 50000.0 43.0 None -1.7714285714285711 -0.6571428571428571 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 34 HLA-G*01:09 10 VKQRFKNPAW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 36 NA NA 50000.0 43.0 None -1.4 -1.4 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 36 HLA-G*01:09 10 QRFKNPAWVW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 50000.0 43.0 None -0.6857142857142857 -0.15714285714285708 True False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 38 HLA-G*01:09 10 FKNPAWVWLW 50000.0 50000.0 PickPocket 43.0 43.0 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 40 NA NA 50000.0 43.0 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 diff --git a/tests/test_data/top_score_filter/output_pvacsplice.tsv b/tests/test_data/top_score_filter/output_pvacsplice.tsv new file mode 100644 index 000000000..a80819aee --- /dev/null +++ b/tests/test_data/top_score_filter/output_pvacsplice.tsv @@ -0,0 +1,15 @@ +Chromosome Start Stop Reference Variant Junction Junction Start Junction Stop Junction Score Junction Anchor Transcript Transcript Support Level Biotype Ensembl Gene ID Variant Type Amino Acid Change Gene Name HGVSc HGVSp WT Protein Length ALT Protein Length Frameshift Event Protein Position HLA Allele Peptide Length Epitope Seq Median IC50 Score Best IC50 Score Best IC50 Score Method Median Percentile Best Percentile Best Percentile Method Tumor DNA Depth Tumor DNA VAF Tumor RNA Depth Tumor RNA VAF Normal Depth Normal VAF Gene Expression Transcript Expression Index Fasta Key NetMHC IC50 Score NetMHC Percentile PickPocket IC50 Score PickPocket Percentile Problematic Positions cterm_7mer_gravy_score max_7mer_gravy_score difficult_n_terminal_residue c_terminal_cysteine c_terminal_proline cysteine_count n_terminal_asparagine asparagine_proline_bond_count +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 168179177 168179178 A T JUNC00000028 168179181 168183952 12 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 48 yes 39 HLA-G*01:09 9 KNPAWVWLW 5099.03 5099.03 PickPocket 7.5 7.5 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000028.chr1:168179177-168179178.D 38 NA NA 5099.03 7.5 None 0.7857142857142857 0.7857142857142857 False False False 0 False 1 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1449 no 760 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1294 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000011 93226449 93232441 14 D ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1450 no 761 HLA-G*01:09 9 KSEEKELKI 9759.45 9759.45 PickPocket 20.0 20.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000011.chr1:93226448-93226449.D 12 NA NA 9759.45 20.0 None -1.4285714285714288 -1.4285714285714288 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000027 168179181 168183907 73 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 36 yes 26 HLA-G*01:09 10 HIMKSADVVN 11857.88 11857.88 PickPocket 6.8 6.8 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000027.chr1:168179177-168179178.D 27 NA NA 11857.88 6.8 None -0.21428571428571427 0.6000000000000002 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000343253.11 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000343253.11:c.2289G>A ENSP00000343377.7:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 1.033 CCDC18.ENST00000343253.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000370276.6 5 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000370276.6:c.2289G>A ENSP00000359299.2:p.Glu763= 1454 1415 no 718 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 0.0 CCDC18.ENST00000370276.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000401026.7 1 protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000401026.7:c.2292G>A ENSP00000383808.3:p.Glu764= 1299 1260 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.225 CCDC18.ENST00000401026.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 93226448 93226449 G A JUNC00000006 93221936 93232426 181 NDA ENST00000690025.1 NA protein_coding CCDC18 splice_region_variant&synonymous_variant E CCDC18 ENST00000690025.1:c.2292G>A ENSP00000510597.1:p.Glu764= 1455 1416 no 719 HLA-G*01:09 9 VSEETIKVY 14882.82 14882.82 PickPocket 31.0 31.0 PickPocket 148 0.628 20.0 0.3 112 0.0 18.75 2.646 CCDC18.ENST00000690025.JUNC00000006.chr1:93226448-93226449.NDA 1 NA NA 14882.82 31.0 None -0.5999999999999999 -0.5285714285714286 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367830.3 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367830.3:c.101A>T ENSP00000356804.3:p.Glu34Val 178 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 20.289 TIPRL.ENST00000367830.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 +chr1 168179177 168179178 A T JUNC00000025 168179181 168183411 29 D ENST00000367833.7 1 protein_coding TIPRL missense_variant E/V TIPRL ENST00000367833.7:c.101A>T ENSP00000356807.2:p.Glu34Val 272 44 yes 27 HLA-E*01:01 10 IMKSADVVKV 19498.205 7692.16 PickPocket 7.2 1.4 PickPocket 176 0.273 927.0 0.332 153 0.0 55.746 35.458 TIPRL.ENST00000367833.JUNC00000025.chr1:168179177-168179178.D 18 31304.25 13.0 7692.16 1.4 None 0.8857142857142859 0.8857142857142859 False False False 0 False 0 diff --git a/tests/test_input_file_converter.py b/tests/test_input_file_converter.py index 7f937ab60..1699bfcac 100644 --- a/tests/test_input_file_converter.py +++ b/tests/test_input_file_converter.py @@ -7,7 +7,7 @@ import logging from testfixtures import LogCapture, StringComparison as S -from pvactools.lib.input_file_converter import VcfConverter, FusionInputConverter +from pvactools.lib.input_file_converter import VcfConverter, FusionInputConverter, PvacspliceVcfConverter from tests.utils import * class InputFileConverterTests(unittest.TestCase): @@ -55,6 +55,7 @@ def test_wildtype_protein_sequence_with_stop(self): convert_vcf_params = { 'input_file' : convert_vcf_input_file, 'output_file' : convert_vcf_output_file.name, + 'biotypes' : ['nonsense_mediated_decay', 'protein_coding', 'polymorphic_pseudogene'], } converter = VcfConverter(**convert_vcf_params) converter.execute() @@ -428,6 +429,7 @@ def test_tsl_vep_field(self): 'output_file' : convert_vcf_output_file.name, 'sample_name' : 'H_NJ-HCC1395-HCC1395', 'normal_sample_name': 'H_NJ-HCC1395-HCC1395_BL', + 'biotypes' : ['nonsense_mediated_decay', 'protein_coding'], } converter = VcfConverter(**convert_vcf_params) @@ -524,6 +526,62 @@ def test_arriba_input_generates_expected_tsv(self): expected_output_file = os.path.join(self.test_data_dir, 'output_arriba.tsv') self.assertTrue(compare(convert_output_file.name, expected_output_file)) + def test_pvacsplice_input_generates_expected_tsv(self): + convert_input_file = os.path.join(self.test_data_dir, '..', 'pvacsplice', 'inputs', 'annotated.expression_chr1.vcf.gz') + convert_output_file = tempfile.NamedTemporaryFile() + + convert_vcf_params = { + 'input_file' : convert_input_file, + 'output_file' : convert_output_file.name, + 'sample_name' : 'HCC1395_TUMOR_DNA', + 'normal_sample_name': 'HCC1395_NORMAL_DNA', + 'biotypes' : ['CTCF_binding_site', 'TF_binding_site', 'enhancer', 'lncRNA', 'miRNA', 'misc_RNA', 'nonsense_mediated_decay', 'open_chromatin_region', + 'processed_pseudogene', 'processed_transcript', 'promoter', 'promoter_flanking_region', 'protein_coding', 'retained_intron', + 'snRNA', 'snoRNA', 'transcribed_unprocessed_pseudogene'], + } + converter = PvacspliceVcfConverter(**convert_vcf_params) + + self.assertFalse(converter.execute()) + expected_output_file = os.path.join(self.test_data_dir, 'output_pvacsplice.tsv') + self.assertTrue(compare(convert_output_file.name, expected_output_file)) + + def test_pvacsplice_pass_only_input_generates_expected_tsv(self): + convert_input_file = os.path.join(self.test_data_dir, '..', 'pvacsplice', 'inputs', 'annotated.expression_chr1.vcf.gz') + convert_output_file = tempfile.NamedTemporaryFile() + + convert_vcf_params = { + 'input_file' : convert_input_file, + 'output_file' : convert_output_file.name, + 'sample_name' : 'HCC1395_TUMOR_DNA', + 'normal_sample_name': 'HCC1395_NORMAL_DNA', + 'biotypes' : ['CTCF_binding_site', 'TF_binding_site', 'enhancer', 'lncRNA', 'miRNA', 'misc_RNA', 'nonsense_mediated_decay', 'open_chromatin_region', + 'processed_pseudogene', 'processed_transcript', 'promoter', 'promoter_flanking_region', 'protein_coding', 'retained_intron', + 'snRNA', 'snoRNA', 'transcribed_unprocessed_pseudogene'], + 'pass_only' : True, + } + converter = PvacspliceVcfConverter(**convert_vcf_params) + + self.assertFalse(converter.execute()) + expected_output_file = os.path.join(self.test_data_dir, 'output_pvacsplice.pass_only.tsv') + self.assertTrue(compare(convert_output_file.name, expected_output_file)) + + def test_pvacsplice_protein_coding_input_generates_expected_tsv(self): + convert_input_file = os.path.join(self.test_data_dir, '..', 'pvacsplice', 'inputs', 'annotated.expression_chr1.vcf.gz') + convert_output_file = tempfile.NamedTemporaryFile() + + convert_vcf_params = { + 'input_file' : convert_input_file, + 'output_file' : convert_output_file.name, + 'sample_name' : 'HCC1395_TUMOR_DNA', + 'normal_sample_name': 'HCC1395_NORMAL_DNA', + 'biotypes' : ['protein_coding'], + } + converter = PvacspliceVcfConverter(**convert_vcf_params) + + self.assertFalse(converter.execute()) + expected_output_file = os.path.join(self.test_data_dir, 'output_pvacsplice.protein_coding.tsv') + self.assertTrue(compare(convert_output_file.name, expected_output_file)) + def test_proximal_variants_input(self): convert_input_file = os.path.join(self.test_data_dir, 'somatic.vcf.gz') convert_input_proximal_variants_file = os.path.join(self.test_data_dir, 'phased.vcf.gz') @@ -568,6 +626,7 @@ def test_protein_altering_variants(self): 'input_file' : convert_vcf_input_file, 'output_file' : convert_vcf_output_file.name, 'sample_name' : 'TUMOR', + 'biotypes' : ['nonsense_mediated_decay', 'protein_coding'], } converter = VcfConverter(**convert_vcf_params) @@ -583,6 +642,7 @@ def test_no_gene_name(self): 'input_file' : convert_vcf_input_file, 'output_file' : convert_vcf_output_file.name, 'sample_name' : 'TUMOR', + 'biotypes' : ['nonsense_mediated_decay'], } converter = VcfConverter(**convert_vcf_params) diff --git a/tests/test_net_chop.py b/tests/test_net_chop.py index ce9a27065..45cba6ffa 100644 --- a/tests/test_net_chop.py +++ b/tests/test_net_chop.py @@ -53,6 +53,26 @@ def test_net_chop_compiles(self): compiled_script_path = py_compile.compile(self.script_path) self.assertTrue(compiled_script_path) + def test_net_chop_pvacsplice(self): + with patch('requests.sessions.Session.post', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( + data, + files, + self.test_data_directory, + 'net_chop.pvacsplice.html' + ))): + output_file = tempfile.NamedTemporaryFile() + NetChop( + os.path.join(self.test_data_directory, 'Test.pvacsplice.tsv'), + os.path.join(self.test_data_directory, 'Test.pvacsplice.fasta'), + output_file.name, + 'cterm', + file_type = 'pVACsplice', + ).execute() + self.assertTrue(cmp( + os.path.join(self.test_data_directory, 'output.pvacsplice.tsv'), + output_file.name + )) + def test_net_chop_cterm_runs(self): for method in ['cterm', '20s']: with patch('requests.sessions.Session.post', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( diff --git a/tests/test_pvacseq.py b/tests/test_pvacseq.py index 3b197df44..6fbc143da 100644 --- a/tests/test_pvacseq.py +++ b/tests/test_pvacseq.py @@ -71,6 +71,7 @@ def test_pvacseq_commands(self): "allele_specific_cutoffs", "binding_filter", "coverage_filter", + "transcript_support_level_filter", "download_example_data", "generate_aggregated_report", "generate_protein_fasta", @@ -80,7 +81,6 @@ def test_pvacseq_commands(self): "netmhc_stab", "calculate_reference_proteome_similarity", "top_score_filter", - "transcript_support_level_filter", "valid_alleles", "valid_algorithms", 'identify_problematic_amino_acids', @@ -278,11 +278,21 @@ def test_identify_problematic_amino_acids_runs(self): identify_problematic_amino_acids.main([input_file, output_file.name, "C"]) def test_pvacseq_pipeline(self): - with patch('requests.post', unittest.mock.Mock(side_effect = lambda url, data, files=None: make_response( + with patch('pvactools.lib.call_iedb.requests.post', unittest.mock.Mock(side_effect = lambda url, data, files=None: make_response( data, files, test_data_directory() - ))) as mock_request: + ))) as mock_request, patch('pvactools.lib.net_chop.NetChop.post_query', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( + data, + files, + self.test_data_directory, + 'net_chop.html' + ))), patch('pvactools.lib.netmhc_stab.NetMHCStab.query_netmhcstabpan_server', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( + data, + files, + self.test_data_directory, + 'Netmhcstab.html' + ))): output_dir = tempfile.TemporaryDirectory(dir = self.test_data_directory) run.main([ @@ -302,6 +312,7 @@ def test_pvacseq_pipeline(self): '--pass-only', '--run-reference-proteome-similarity', '--peptide-fasta', self.peptide_fasta, + '--biotypes', 'IG_V_gene,protein_coding', ]) run.main([ @@ -316,6 +327,7 @@ def test_pvacseq_pipeline(self): '-d', 'full', '--run-reference-proteome-similarity', '--peptide-fasta', self.peptide_fasta, + '--biotypes', 'IG_V_gene,protein_coding', ]) close_mock_fhs() @@ -434,6 +446,7 @@ def test_pvacseq_pipeline(self): '--keep-tmp-files', '--run-reference-proteome-similarity', '--peptide-fasta', self.peptide_fasta, + '--biotypes', 'IG_V_gene,protein_coding', ]) self.assertEqual( str(cm.exception), @@ -460,7 +473,8 @@ def test_pvacseq_pipeline_additional_report_columns(self): '-e2', '15', '-a', 'sample_name', '-d', 'full', - '--top-score-metric', 'lowest' + '--top-score-metric', 'lowest', + '--biotypes', 'IG_V_gene,protein_coding', ] run.main(params) output_file = os.path.join(output_dir.name, 'MHC_Class_II', 'Test.filtered.tsv') @@ -486,6 +500,7 @@ def test_pvacseq_pipeline_proximal_variants_vcf(self): '-s', '1000', '-k', '-p', os.path.join(self.test_data_directory, 'phased.vcf.gz'), + '--biotypes', 'IG_V_gene,protein_coding', ] run.main(params) @@ -525,6 +540,7 @@ def test_pvacseq_combine_and_condense_steps(self): '--top-score-metric=lowest', '--keep-tmp-files', '-d', 'full', + '--biotypes', 'IG_V_gene,protein_coding', ]) for file_name in ( @@ -565,6 +581,7 @@ def test_problematic_amino_acids(self): 'PickPocket', output_dir.name, '-e1', '9,10', + '--biotypes', 'IG_V_gene,protein_coding', '--problematic-amino-acids', 'C', ]) diff --git a/tests/test_pvacseq_generate_protein_fasta.py b/tests/test_pvacseq_generate_protein_fasta.py index a55949f83..325c21896 100644 --- a/tests/test_pvacseq_generate_protein_fasta.py +++ b/tests/test_pvacseq_generate_protein_fasta.py @@ -33,6 +33,7 @@ def test_input_vcf_generates_expected_file(self): self.flanking_sequence_length, generate_protein_fasta_output_file.name, '-d', 'full', + '--biotypes', 'protein_coding,IG_V_gene', ], shell=False)) expected_output_file = os.path.join(self.test_data_dir, 'output.fasta') self.assertTrue(cmp(generate_protein_fasta_output_file.name, expected_output_file)) @@ -53,6 +54,7 @@ def test_input_vcf_multi_sample_generates_expected_file(self): generate_protein_fasta_output_file.name, '-d', 'full', '-s', 'H_NJ-HCC1395-HCC1395', + '--biotypes', 'protein_coding,IG_V_gene', ], shell=False)) expected_output_file = os.path.join(self.test_data_dir, 'output.fasta') self.assertTrue(cmp(generate_protein_fasta_output_file.name, expected_output_file)) @@ -72,6 +74,7 @@ def test_mutant_only(self): generate_protein_fasta_output_file.name, '-d', 'full', '--mutant-only', + '--biotypes', 'protein_coding,IG_V_gene', ], shell=False)) expected_output_file = os.path.join(self.test_data_dir, 'output_mutant_only.fasta') os.unlink("{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name)) @@ -110,6 +113,7 @@ def test_input_aggregated_tsv(self): '--input-tsv', generate_protein_fasta_input_tsv, '--aggregate-report-evaluation', 'Accept', '--aggregate-report-evaluation', 'Pending', + '--biotypes', 'protein_coding,IG_V_gene', ], shell=False)) expected_output_file = os.path.join(self.test_data_dir, 'output_with_aggregated_tsv.fasta') os.unlink("{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name)) diff --git a/tests/test_pvacsplice.py b/tests/test_pvacsplice.py new file mode 100644 index 000000000..1dd535b66 --- /dev/null +++ b/tests/test_pvacsplice.py @@ -0,0 +1,537 @@ +import unittest +import unittest.mock +import os +import re +import sys +import tempfile +import py_compile +from subprocess import PIPE +from subprocess import run as subprocess_run +from filecmp import cmp +import yaml +import datetime +from mock import patch +import argparse +from urllib.request import urlopen +from shutil import copyfileobj +from tempfile import NamedTemporaryFile + +from pvactools.tools.pvacsplice import * +import pvactools.tools.pvacsplice.main as pvacsplice_main +from tests.utils import * + +def test_data_directory(): + return os.path.join( + pvactools_directory(), + 'tests', + 'test_data', + 'pvacsplice' + ) + +class PvacspliceTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.pvactools_directory = pvactools_directory() + cls.test_data_directory = test_data_directory() + cls.methods = { + 'ann': { + 'HLA-E*01:01': [9, 10] + }, + 'pickpocket': { + 'HLA-G*01:09': [9, 10], + 'HLA-E*01:01': [9, 10], + }, + } + cls.peptide_fasta = os.path.join(pvactools_directory(), "tests", "test_data", "Homo_sapiens.GRCh38.pep.all.fa.gz") + + def test_pvacsplice_compiles(self): + compiled_pvac_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + 'tools', + 'pvacsplice', + "main.py" + )) + self.assertTrue(compiled_pvac_path) + + def test_parser(self): + parser = pvacsplice_main.define_parser() + self.assertEqual(type(parser), argparse.ArgumentParser) + + def test_pvacsplice_commands(self): + pvac_script_path = os.path.join( + self.pvactools_directory, + 'pvactools', + 'tools', + 'pvacsplice', + "main.py" + ) + usage_search = re.compile(r"usage: ") + for command in [ + "allele_specific_cutoffs", + "binding_filter", + "coverage_filter", + "run", + "top_score_filter", + "transcript_support_level_filter", + "download_example_data", + "generate_aggregated_report", + "generate_protein_fasta", + "net_chop", + "netmhc_stab", + "calculate_reference_proteome_similarity", + "valid_alleles", + 'identify_problematic_amino_acids', + ]: + result = subprocess_run([ + sys.executable, + pvac_script_path, + command, + '-h' + ], shell=False, stdout=PIPE) + self.assertFalse(result.returncode, "Failed `pvacsplice {} -h`".format(command)) + self.assertRegex(result.stdout.decode(), usage_search) + + def test_run_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "run.py" + )) + self.assertTrue(compiled_run_path) + + def test_allele_specific_cutoffs_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "allele_specific_cutoffs.py" + )) + self.assertTrue(compiled_run_path) + + def test_allele_specific_cutoffs_runs(self): + allele_specific_cutoffs.main([]) + + def test_binding_filter_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "binding_filter.py" + )) + self.assertTrue(compiled_run_path) + + def test_binding_filter_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + binding_filter.main([input_file, output_file.name]) + + def test_coverage_filter_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "coverage_filter.py" + )) + self.assertTrue(compiled_run_path) + + def test_coverage_filter_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + coverage_filter.main([input_file, output_file.name]) + + def test_transcript_support_level_filter_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "transcript_support_level_filter.py" + )) + self.assertTrue(compiled_run_path) + + def test_transcript_support_level_filter_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + transcript_support_level_filter.main([input_file, output_file.name]) + + def test_top_score_filter_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "top_score_filter.py" + )) + self.assertTrue(compiled_run_path) + + def test_top_score_filter_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + top_score_filter.main([input_file, output_file.name]) + + def test_download_example_data_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "download_example_data.py" + )) + self.assertTrue(compiled_run_path) + + def test_download_example_data_runs(self): + output_dir = tempfile.TemporaryDirectory() + download_example_data.main([output_dir.name]) + + def test_generate_aggregated_report_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "generate_aggregated_report.py" + )) + self.assertTrue(compiled_run_path) + + def test_generate_aggregated_report_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + generate_aggregated_report.main([input_file, output_file.name]) + + def test_net_chop_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "net_chop.py", + )) + self.assertTrue(compiled_run_path) + + def test_netmhc_stab_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "netmhc_stab.py", + )) + self.assertTrue(compiled_run_path) + + def test_calculate_reference_proteome_similarity_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "calculate_reference_proteome_similarity.py", + )) + self.assertTrue(compiled_run_path) + + def test_valid_alleles_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "valid_alleles.py" + )) + self.assertTrue(compiled_run_path) + + def test_valid_alleles_runs(self): + valid_alleles.main(["-p", "SMM"]) + + def test_identify_problematic_amino_acids_compiles(self): + compiled_run_path = py_compile.compile(os.path.join( + self.pvactools_directory, + 'pvactools', + "tools", + "pvacsplice", + "identify_problematic_amino_acids.py" + )) + self.assertTrue(compiled_run_path) + + def test_identify_problematic_amino_acids_runs(self): + input_file = os.path.join(self.test_data_directory, 'results', 'Test.all_epitopes.tsv') + output_file = tempfile.NamedTemporaryFile() + identify_problematic_amino_acids.main([input_file, output_file.name, "C"]) + + def test_pvacsplice_pipeline_class_I(self): + with patch('pvactools.lib.call_iedb.requests.post', unittest.mock.Mock(side_effect = lambda url, data, files=None: make_response( + data, + files, + os.path.join(test_data_directory(), 'mock_files'), + ))) as mock_request, patch('pvactools.lib.net_chop.NetChop.post_query', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( + data, + files, + os.path.join(test_data_directory(), 'mock_files'), + 'net_chop.html' + ))), patch('pvactools.lib.netmhc_stab.NetMHCStab.query_netmhcstabpan_server', unittest.mock.Mock(side_effect = lambda url, data, timeout, files=None: mock_netchop_netmhcstabpan( + data, + files, + os.path.join(test_data_directory(), 'mock_files'), + 'Netmhcstab.html' + ))): + output_dir = tempfile.TemporaryDirectory(dir = self.test_data_directory) + + fasta_file = os.path.join(self.test_data_directory, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(fasta_file, suffix=".fa") + run.main([ + os.path.join(self.test_data_directory, "inputs", "splice_junctions_chr1.tsv"), + 'HCC1395_TUMOR_DNA', + 'HLA-G*01:09,HLA-E*01:01', + 'NetMHC', + 'PickPocket', + output_dir.name, + os.path.join(self.test_data_directory, "inputs", "annotated.expression_chr1.vcf.gz"), + unzipped_fasta_file, + os.path.join(self.test_data_directory, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz"), + '-e1', '9,10', + '--normal-sample-name', 'HCC1395_NORMAL_DNA', + '--keep-tmp-files', + '-g', + '--run-reference-proteome-similarity', + '--peptide-fasta', self.peptide_fasta, + '--net-chop-method', 'cterm', + '--netmhc-stab', + '--problematic-amino-acids', 'C', + '-b', '2000', + '--maximum-transcript-support-level', '3', + ]) + + close_mock_fhs() + + for file_name in ( + 'HCC1395_TUMOR_DNA.transcripts.fa', + 'HCC1395_TUMOR_DNA_combined.tsv', + 'HCC1395_TUMOR_DNA_gtf.tsv', + ): + output_file = os.path.join(output_dir.name, file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_I', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_I', file_name) + self.assertTrue(compare(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv', + 'HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches', + 'HCC1395_TUMOR_DNA.filtered.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_I', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_I', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for length in [9, 10]: + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_I', 'MHC_Class_I_{}'.format(length), file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_I', 'MHC_Class_I_{}'.format(length), file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + for file_name in ( + 'HCC1395_TUMOR_DNA.{}.fa'.format(length), + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_I', 'MHC_Class_I_{}'.format(length), 'tmp', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_I', 'MHC_Class_I_{}'.format(length), 'tmp', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + #Class I output files + methods = self.methods + for method in methods.keys(): + for allele in methods[method].keys(): + mock_request.assert_has_calls([ + generate_class_i_call(method, allele, 9, os.path.join(output_dir.name, "MHC_Class_I", "MHC_Class_I_9", "tmp", "HCC1395_TUMOR_DNA.9.fa.split_1-39")) + ]) + mock_request.assert_has_calls([ + generate_class_i_call(method, allele, 10, os.path.join(output_dir.name, "MHC_Class_I", "MHC_Class_I_10", "tmp", "HCC1395_TUMOR_DNA.10.fa.split_1-41")) + ]) + + with self.assertRaises(SystemExit) as cm: + run.main([ + os.path.join(self.test_data_directory, "inputs", "splice_junctions_chr1.tsv"), + 'HCC1395_TUMOR_DNA', + 'HLA-G*01:09,HLA-E*01:01', + 'NetMHC', + 'PickPocket', + output_dir.name, + os.path.join(self.test_data_directory, "inputs", "annotated.expression_chr1.vcf.gz"), + unzipped_fasta_file, + os.path.join(self.test_data_directory, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz"), + '-e1', '9,10', + '--normal-sample-name', 'HCC1395_NORMAL_DNA', + '-b', '2000', + '--keep-tmp-files', + '-g', + '--run-reference-proteome-similarity', + '--peptide-fasta', self.peptide_fasta, + '--net-chop-method', 'cterm', + '--netmhc-stab', + '--problematic-amino-acids', 'C', + '-b', '2000', + ]) + self.assertEqual( + str(cm.exception), + "Restart inputs are different from past inputs: \n" + + "Past input: maximum_transcript_support_level - 3\n" + + "Current input: maximum_transcript_support_level - 1\nAborting." + ) + + output_dir.cleanup() + os.unlink(unzipped_fasta_file) + + def test_pvacsplice_pipeline_class_II(self): + with patch('requests.post', unittest.mock.Mock(side_effect = lambda url, data, files=None: make_response( + data, + files, + os.path.join(test_data_directory(), 'mock_files'), + ))) as mock_request: + output_dir = tempfile.TemporaryDirectory(dir = self.test_data_directory) + + fasta_file = os.path.join(self.test_data_directory, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(fasta_file, suffix=".fa") + run.main([ + os.path.join(self.test_data_directory, "inputs", "splice_junctions_chr1.tsv"), + 'HCC1395_TUMOR_DNA', + 'DRB1*11:01', + 'NNalign', + output_dir.name, + os.path.join(self.test_data_directory, "inputs", "annotated.expression_chr1.vcf.gz"), + unzipped_fasta_file, + os.path.join(self.test_data_directory, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz"), + '-e2', '15', + '--normal-sample-name', 'HCC1395_NORMAL_DNA', + '--keep-tmp-files', + '-g', + '--run-reference-proteome-similarity', + '--peptide-fasta', self.peptide_fasta, + '--problematic-amino-acids', 'C', + '--maximum-transcript-support-level', '3', + '-b', '2000', + ]) + + close_mock_fhs() + + #Class II output files + for file_name in ( + 'HCC1395_TUMOR_DNA.transcripts.fa', + 'HCC1395_TUMOR_DNA_combined.tsv', + 'HCC1395_TUMOR_DNA_gtf.tsv', + ): + output_file = os.path.join(output_dir.name, file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_II', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_II', file_name) + self.assertTrue(compare(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv', + 'HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv.reference_matches', + 'HCC1395_TUMOR_DNA.filtered.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_II', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_II', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.tsv', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_II', 'MHC_Class_II_15', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_II', 'MHC_Class_II_15', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.15.fa', + ): + output_file = os.path.join(output_dir.name, 'MHC_Class_II', 'MHC_Class_II_15', 'tmp', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run', 'MHC_Class_II', 'MHC_Class_II_15', 'tmp', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + mock_request.assert_has_calls([ + generate_class_ii_call('nn_align', 'DRB1*11:01', 15, os.path.join(output_dir.name, "MHC_Class_II", "MHC_Class_II_15", "tmp", "HCC1395_TUMOR_DNA.15.fa.split_1-51")) + ]) + + output_dir.cleanup() + os.unlink(unzipped_fasta_file) + + def test_pvacsplice_combine_and_condense_steps(self): + with patch('requests.post', unittest.mock.Mock(side_effect = lambda url, data, files=None: make_response( + data, + files, + os.path.join(test_data_directory(), 'mock_files'), + ))) as mock_request: + output_dir = tempfile.TemporaryDirectory(dir = self.test_data_directory) + + fasta_file = os.path.join(self.test_data_directory, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(fasta_file, suffix=".fa") + run.main([ + os.path.join(self.test_data_directory, "inputs", "splice_junctions_chr1.tsv"), + 'HCC1395_TUMOR_DNA', + 'HLA-G*01:09,HLA-E*01:01,DRB1*11:01', + 'NetMHC', + 'PickPocket', + 'NNalign', + output_dir.name, + os.path.join(self.test_data_directory, "inputs", "annotated.expression_chr1.vcf.gz"), + unzipped_fasta_file, + os.path.join(self.test_data_directory, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz"), + '-e1', '9,10', + '-e2', '15', + '--normal-sample-name', 'HCC1395_NORMAL_DNA', + '--keep-tmp-files', + '-g', + '--maximum-transcript-support-level', '3', + '-b', '2000', + ]) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.tsv', + ): + output_file = os.path.join(output_dir.name, 'combined', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run_combined', file_name) + self.assertTrue(compare(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + + for file_name in ( + 'HCC1395_TUMOR_DNA.all_epitopes.aggregated.tsv', + 'HCC1395_TUMOR_DNA.filtered.tsv', + ): + output_file = os.path.join(output_dir.name, 'combined', file_name) + expected_file = os.path.join(self.test_data_directory, 'results', 'run_combined', file_name) + self.assertTrue(cmp(output_file, expected_file), "files don't match %s - %s" %(output_file, expected_file)) + output_dir.cleanup() + os.unlink(unzipped_fasta_file) + + def test_mismatched_allele_species_raises_exception(self): + with self.assertRaises(Exception) as context: + output_dir = tempfile.TemporaryDirectory(dir = self.test_data_directory) + fasta_file = os.path.join(self.test_data_directory, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(fasta_file, suffix=".fa") + run.main([ + os.path.join(self.test_data_directory, "inputs", "splice_junctions_chr1.tsv"), + 'HCC1395_TUMOR_DNA', + 'HLA-G*01:09,H2-IAb', + 'NetMHC', + output_dir.name, + os.path.join(self.test_data_directory, "inputs", "annotated.expression_chr1.vcf.gz"), + unzipped_fasta_file, + os.path.join(self.test_data_directory, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz"), + '-e1', '9,10', + ]) + output_dir.cleanup() + os.unlink(unzipped_fasta_file) + self.assertTrue('Requested alleles are not from the same species.' in str(context.exception)) diff --git a/tests/test_pvacsplice_combine_inputs.py b/tests/test_pvacsplice_combine_inputs.py new file mode 100644 index 000000000..fcf28845b --- /dev/null +++ b/tests/test_pvacsplice_combine_inputs.py @@ -0,0 +1,44 @@ +import unittest +import os +import sys +import tempfile +from filecmp import cmp +import pandas as pd +import py_compile + +from pvactools.lib.combine_inputs import CombineInputs +from tests.utils import * + +class CombineInputsTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.python = sys.executable + cls.executable = os.path.join(pvactools_directory(), "pvactools", "tools", "pvacsplice", "combine_inputs.py") + cls.test_data_dir = os.path.join(pvactools_directory(), "tests", "test_data", "pvacsplice", 'results') + # inputs + cls.junctions_df = pd.read_csv(os.path.join(cls.test_data_dir, 'Test.10_100_filtered.tsv'), sep='\t', na_values="NA", dtype={'transcript_support_level': str}) # default filters + cls.variant_file = os.path.join(cls.test_data_dir, 'Test.annotated.tsv') + + def module_compiles(self): + self.assertTrue(py_compile.compile(self.executable)) + + def test_combine_inputs_runs_and_produces_expected_output(self): + output_dir = tempfile.TemporaryDirectory() + output_file = os.path.join(output_dir.name, 'sample_combined.tsv') + params = { + 'junctions_df' : self.junctions_df, + 'variant_file' : self.variant_file, + 'output_file' : output_file, + 'output_dir' : output_dir.name, + } + combined_df = CombineInputs(**params).execute() + combined_df.to_csv(output_file, sep='\t', index=False) + + expected_file = os.path.join(self.test_data_dir, 'Test.combined.tsv') + self.assertTrue(cmp( + output_file, + expected_file), + "files don't match {} - {}".format(output_file, expected_file) + ) + + output_dir.cleanup() diff --git a/tests/test_pvacsplice_fasta_to_kmers.py b/tests/test_pvacsplice_fasta_to_kmers.py new file mode 100644 index 000000000..938be359a --- /dev/null +++ b/tests/test_pvacsplice_fasta_to_kmers.py @@ -0,0 +1,53 @@ +import unittest +import os +import sys +import tempfile +from filecmp import cmp +import py_compile +import pandas as pd + +from pvactools.lib.fasta_to_kmers import * +from tests.utils import * + +#python -m unittest tests/test_pvacsplice_filter_regtools_results.py +class FastaToKmersTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.python = sys.executable + cls.executable = os.path.join(pvactools_directory(), "pvactools", "tools", "pvacsplice", "fasta_to_kmers.py") + cls.test_data_dir = os.path.join(pvactools_directory(), "tests", "test_data", "pvacsplice") + + def module_compiles(self): + self.assertTrue(py_compile.compile(self.executable)) + + def test_fasta_to_kmers_runs_and_produces_expected_output(self): + tscript_fasta = os.path.join(self.test_data_dir, 'results', 'Test.transcripts.fa') + class_i_epitope_length = [8,9,10,11] + class_ii_epitope_length = [12,13,14,15,16] + output_dir = tempfile.TemporaryDirectory() + #output_file = os.path.join(output_dir.name, f'sample.{l}.kmers.tsv') + params = { + 'fasta' : tscript_fasta, + 'output_dir' : output_dir.name, + 'class_i_epitope_length' : class_i_epitope_length, + 'class_ii_epitope_length': class_ii_epitope_length, + 'class_i_hla' : 'HLA-A', + 'class_ii_hla' : 'DBP1', + 'sample_name' : 'sample', + } + fasta = FastaToKmers(**params) + fasta.execute() + + for x in class_i_epitope_length + class_ii_epitope_length: + expected_file = os.path.join(self.test_data_dir, 'results', f'Test.{x}_kmers.fa') + output_file = os.path.join(output_dir.name, f'sample.{x}.fa') + + self.assertTrue(cmp( + output_file, + expected_file, + False + ), + "files don't match {} - {}".format(output_file, expected_file) + ) + + output_dir.cleanup() diff --git a/tests/test_pvacsplice_filter_regtools_results.py b/tests/test_pvacsplice_filter_regtools_results.py new file mode 100644 index 000000000..07eaad39f --- /dev/null +++ b/tests/test_pvacsplice_filter_regtools_results.py @@ -0,0 +1,56 @@ +import unittest +import os +import sys +import tempfile +from filecmp import cmp +import py_compile +import pandas as pd + +from pvactools.lib.filter_regtools_results import FilterRegtoolsResults +from tests.utils import * + +#python -m unittest tests/test_pvacsplice_filter_regtools_results.py +class FilterRegtoolsResultsTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.python = sys.executable + cls.executable = os.path.join(pvactools_directory(), "pvactools", "tools", "pvacsplice", "filter_regtools_results.py") + cls.test_data_dir = os.path.join(pvactools_directory(), "tests", "test_data", "pvacsplice") + # inputs + + def module_compiles(self): + self.assertTrue(py_compile.compile(self.executable)) + + def test_filter_regtools_results_runs_and_produces_expected_output(self): + input_file = os.path.join(self.test_data_dir, 'inputs', 'splice_junctions_chr1.tsv') + output_dir = tempfile.TemporaryDirectory() + gtf_df = pd.read_csv(os.path.join(self.test_data_dir, 'results', 'Test.gtf.tsv'), sep='\t', na_values="NA", dtype={'transcript_support_level': str}) + + # iterate free params + for score in [5, 10, 50]: + for distance in [25, 50, 100]: + output_file = os.path.join(output_dir.name, 'sample_{}_{}_filtered.tsv'.format(score, distance)) + params = { + 'input_file' : input_file, + 'output_file' : output_file, + 'gtf_data' : gtf_df, + 'score' : score, + 'distance' : distance, + } + FilterRegtoolsResults(**params).execute() + + expected_file = os.path.join( + self.test_data_dir, + 'results', + 'Test.{}_{}_filtered.tsv'.format(score, distance) + ) + # direct file comparison to existing + self.assertTrue(cmp( + output_file, + expected_file, + False + ), + "files don't match {} - {}".format(output_file, expected_file) + ) + + output_dir.cleanup() diff --git a/tests/test_pvacsplice_generate_protein_fasta.py b/tests/test_pvacsplice_generate_protein_fasta.py new file mode 100644 index 000000000..22856fada --- /dev/null +++ b/tests/test_pvacsplice_generate_protein_fasta.py @@ -0,0 +1,124 @@ +import unittest +import os +import sys +import tempfile +from subprocess import call +from filecmp import cmp +import py_compile + +from pvactools.tools.pvacsplice import generate_protein_fasta +from tests.utils import * + +def test_input_data_directory(): + return os.path.join( + pvactools_directory(), + 'tests', + 'test_data', + 'pvacsplice' + ) + +def test_output_data_directory(): + return os.path.join( + pvactools_directory(), + 'tests', + 'test_data', + 'pvacsplice_generate_protein_fasta' + ) + +class GenerateFastaTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.python = sys.executable + cls.executable_dir = os.path.join(pvactools_directory(), 'pvactools', 'tools', 'pvacsplice') + cls.executable = os.path.join(cls.executable_dir, 'generate_protein_fasta.py') + cls.test_input_data_dir = test_input_data_directory() + cls.test_output_data_dir = test_output_data_directory() + cls.flanking_sequence_length = '10' + + def test_source_compiles(self): + self.assertTrue(py_compile.compile(self.executable)) + + def test_input_vcf_generates_expected_file(self): + generate_protein_fasta_input_file = os.path.join(self.test_input_data_dir, "inputs", "splice_junctions_chr1.tsv") + generate_protein_fasta_input_vcf = os.path.join(self.test_input_data_dir, "inputs", "annotated.expression_chr1.vcf.gz") + generate_protein_fasta_input_fasta = os.path.join(self.test_input_data_dir, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(generate_protein_fasta_input_fasta) + generate_protein_fasta_input_gtf = os.path.join(self.test_input_data_dir, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz") + generate_protein_fasta_output_file = tempfile.NamedTemporaryFile() + generate_protein_fasta_output_tsv = "{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name) + + self.assertFalse(call([ + self.python, + self.executable, + generate_protein_fasta_input_file, + self.flanking_sequence_length, + generate_protein_fasta_output_file.name, + generate_protein_fasta_input_vcf, + unzipped_fasta_file, + generate_protein_fasta_input_gtf, + '-s', 'HCC1395_TUMOR_DNA', + ], shell=False)) + expected_output_file = os.path.join(self.test_output_data_dir, 'output.fasta') + self.assertTrue(cmp(generate_protein_fasta_output_file.name, expected_output_file)) + + expected_tsv_file = os.path.join(self.test_output_data_dir, 'output.tsv') + self.assertTrue(cmp(generate_protein_fasta_output_tsv, expected_tsv_file)) + os.unlink(generate_protein_fasta_output_tsv) + os.unlink(unzipped_fasta_file) + + def test_input_tsv(self): + generate_protein_fasta_input_file = os.path.join(self.test_input_data_dir, "inputs", "splice_junctions_chr1.tsv") + generate_protein_fasta_input_vcf = os.path.join(self.test_input_data_dir, "inputs", "annotated.expression_chr1.vcf.gz") + generate_protein_fasta_input_fasta = os.path.join(self.test_input_data_dir, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(generate_protein_fasta_input_fasta) + generate_protein_fasta_input_gtf = os.path.join(self.test_input_data_dir, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz") + generate_protein_fasta_input_tsv = os.path.join(self.test_output_data_dir, "Test.filtered.tsv") + generate_protein_fasta_output_file = tempfile.NamedTemporaryFile() + generate_protein_fasta_output_tsv = "{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name) + + self.assertFalse(call([ + self.python, + self.executable, + generate_protein_fasta_input_file, + self.flanking_sequence_length, + generate_protein_fasta_output_file.name, + generate_protein_fasta_input_vcf, + unzipped_fasta_file, + generate_protein_fasta_input_gtf, + '-s', 'HCC1395_TUMOR_DNA', + '--input-tsv', generate_protein_fasta_input_tsv, + ], shell=False)) + expected_output_file = os.path.join(self.test_output_data_dir, 'output_with_tsv.fasta') + self.assertTrue(cmp(generate_protein_fasta_output_file.name, expected_output_file)) + + os.unlink("{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name)) + os.unlink(unzipped_fasta_file) + + def test_input_aggregated_tsv(self): + generate_protein_fasta_input_file = os.path.join(self.test_input_data_dir, "inputs", "splice_junctions_chr1.tsv") + generate_protein_fasta_input_vcf = os.path.join(self.test_input_data_dir, "inputs", "annotated.expression_chr1.vcf.gz") + generate_protein_fasta_input_fasta = os.path.join(self.test_input_data_dir, "inputs", "all_sequences_chr1.fa.gz") + unzipped_fasta_file = gunzip_file(generate_protein_fasta_input_fasta) + generate_protein_fasta_input_gtf = os.path.join(self.test_input_data_dir, "inputs", "Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz") + generate_protein_fasta_input_tsv = os.path.join(self.test_output_data_dir, "Test.all_epitopes.aggregated.tsv") + generate_protein_fasta_output_file = tempfile.NamedTemporaryFile() + generate_protein_fasta_output_tsv = "{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name) + + self.assertFalse(call([ + self.python, + self.executable, + generate_protein_fasta_input_file, + self.flanking_sequence_length, + generate_protein_fasta_output_file.name, + generate_protein_fasta_input_vcf, + unzipped_fasta_file, + generate_protein_fasta_input_gtf, + '-s', 'HCC1395_TUMOR_DNA', + '--input-tsv', generate_protein_fasta_input_tsv, + '--aggregate-report-evaluation', 'Pending' + ], shell=False)) + expected_output_file = os.path.join(self.test_output_data_dir, 'output.fasta') + self.assertTrue(cmp(generate_protein_fasta_output_file.name, expected_output_file)) + + os.unlink("{}.manufacturability.tsv".format(generate_protein_fasta_output_file.name)) + os.unlink(unzipped_fasta_file) diff --git a/tests/test_pvacsplice_junction_to_fasta.py b/tests/test_pvacsplice_junction_to_fasta.py new file mode 100644 index 000000000..a4a9fb962 --- /dev/null +++ b/tests/test_pvacsplice_junction_to_fasta.py @@ -0,0 +1,82 @@ +import unittest +import os +import sys +import tempfile +from filecmp import cmp +import py_compile +import pandas as pd +from pyfaidx import FastaVariant + +from pvactools.lib.junction_to_fasta import JunctionToFasta +from tests.utils import * + +#python -m unittest tests/test_pvacsplice_junction_to_fasta.py +class JunctionToFastaTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + cls.python = sys.executable + cls.executable = os.path.join(pvactools_directory(), "pvactools", "tools", "pvacsplice", "junction_to_fasta.py") + cls.test_data_dir = os.path.join(pvactools_directory(), "tests", "test_data", "pvacsplice") + + def module_compiles(self): + self.assertTrue(py_compile.compile(self.executable)) + + # using GBM data instead? - how about i run one with current gtf and fa - one of every type going through the pipeline + def test_junction_to_fasta_runs_and_produces_expected_output(self): + combined_df = pd.read_csv(os.path.join(self.test_data_dir, 'results', 'Test.combined.tsv'), sep='\t', na_values="NA", dtype={'transcript_support_level': str}) + gtf_df = pd.read_csv(os.path.join(self.test_data_dir, 'results', 'Test.gtf.tsv'), sep='\t', na_values="NA", dtype={'transcript_support_level': str}) + annotated_vcf = os.path.join(pvactools_directory(), self.test_data_dir, 'inputs', 'annotated.expression_chr1.vcf.gz') + sample_name = 'HCC1395_TUMOR_DNA' + fasta_path = os.path.join(self.test_data_dir, 'inputs', 'all_sequences_chr1.fa.gz') + unzipped_fasta_file = gunzip_file(fasta_path) + output_dir = tempfile.TemporaryDirectory() #output_dir.name + output_file = os.path.join(output_dir.name, 'sample_transcripts.fa') + + for i in combined_df.index.to_list(): + print(i) + junction = combined_df.loc[[i], :] + for row in junction.itertuples(): + junction_params = { + 'fasta_path' : unzipped_fasta_file, + 'junction_df' : combined_df, + 'gtf_df' : gtf_df, + 'tscript_id' : row.transcript_id, + 'chrom' : row.junction_chrom, + 'junction_name' : row.name, + 'junction_coors' : [row.junction_start, row.junction_stop], + 'fasta_index' : row.index, + 'variant_info' : row.variant_info, + 'anchor' : row.anchor, + 'strand' : row.strand, + 'gene_name' : row.gene_name, + 'output_file' : output_file, + 'output_dir' : output_dir.name, + 'sample_name' : sample_name, + 'vcf' : annotated_vcf, + } + junctions = JunctionToFasta(**junction_params) + wt = junctions.create_wt_df() + if wt.empty: + continue + alt = junctions.create_alt_df() + if alt.empty: + continue + wt_aa, wt_fs = junctions.get_aa_sequence(wt) + alt_aa, alt_fs = junctions.get_aa_sequence(alt) + if wt_aa == '' or alt_aa == '': + print('No amino acid sequence was produced. Skipping.') + continue + # creates output transcript fasta + junctions.create_sequence_fasta(wt_aa, alt_aa) + + expected_file = os.path.join(self.test_data_dir, 'results', 'Test.transcripts.fa') + + self.assertTrue(cmp( + output_file, + expected_file), + "files don't match {} - {}".format(output_file, expected_file) + ) + + os.unlink(unzipped_fasta_file) + + output_dir.cleanup() diff --git a/tests/test_pvacsplice_load_gtf_data.py b/tests/test_pvacsplice_load_gtf_data.py new file mode 100644 index 000000000..386ed879e --- /dev/null +++ b/tests/test_pvacsplice_load_gtf_data.py @@ -0,0 +1,60 @@ +import unittest +import os +import tempfile +from filecmp import cmp +import py_compile + +from pvactools.lib.load_gtf_data import LoadGtfData +from tests.utils import * + + +# python -m unittest tests/test_pvacsplice_load_gtf_data.py +class LoadGtfDataTests(unittest.TestCase): + @classmethod + def setUpClass(cls): + # locate the bin and test_data directories + cls.load_gtf_data_path = os.path.join(pvactools_directory(), "pvactools", "lib", "load_gtf_data.py") + cls.test_data_path= os.path.join(pvactools_directory(), "tests", "test_data", "pvacsplice") + + def module_compiles(self): + self.assertTrue(py_compile.compile(self.load_gtf_data_path)) + + def test_load_gtf_data_runs_and_produces_expected_output(self): + gtf_file = os.path.join(self.test_data_path, 'inputs', 'Homo_sapiens.GRCh38.105_chr1.sorted.gtf.gz') + output_dir = tempfile.TemporaryDirectory() + output_file = os.path.join(output_dir.name, 'sample_gtf.tsv') + params = { + 'gtf_file' : gtf_file, + 'output_file': output_file, + 'save_gtf' : True, + } + LoadGtfData(**params).execute() + expected_file = os.path.join(self.test_data_path, 'results', 'Test.gtf.tsv') + self.assertTrue(cmp( + output_file, + expected_file, + False + ), "files don't match {} - {}".format(output_file, expected_file) + ) + + output_dir.cleanup() + + def test_load_gtf_data_build37_runs_and_produces_expected_output(self): + gtf_file = os.path.join(self.test_data_path, 'inputs', 'Homo_sapiens.GRCh37.75_chr1.sorted.gtf.gz') + output_dir = tempfile.TemporaryDirectory() + output_file = os.path.join(output_dir.name, 'sample_gtf.build37.tsv') + params = { + 'gtf_file' : gtf_file, + 'output_file': output_file, + 'save_gtf' : True, + } + LoadGtfData(**params).execute() + expected_file = os.path.join(self.test_data_path, 'results', 'Test.gtf.build37.tsv') + self.assertTrue(cmp( + output_file, + expected_file, + False + ), "files don't match {} - {}".format(output_file, expected_file) + ) + + output_dir.cleanup() diff --git a/tests/test_run_utils.py b/tests/test_run_utils.py index 6f619fb4e..63f8ecbf4 100644 --- a/tests/test_run_utils.py +++ b/tests/test_run_utils.py @@ -7,6 +7,7 @@ from pvactools.lib.aggregate_all_epitopes import PvacseqAggregateAllEpitopes from pvactools.lib.run_utils import * +from pvactools.lib.prediction_class_utils import * from tests.utils import * #python -m unittest tests/test_run_utils.py diff --git a/tests/test_top_score_filter.py b/tests/test_top_score_filter.py index 893f1829c..8efc71164 100644 --- a/tests/test_top_score_filter.py +++ b/tests/test_top_score_filter.py @@ -5,7 +5,7 @@ import tempfile from filecmp import cmp -from pvactools.lib.top_score_filter import PvacseqTopScoreFilter, PvacfuseTopScoreFilter, PvacbindTopScoreFilter +from pvactools.lib.top_score_filter import PvacseqTopScoreFilter, PvacfuseTopScoreFilter, PvacbindTopScoreFilter, PvacspliceTopScoreFilter from tests.utils import * class TopScoreFilterTests(unittest.TestCase): @@ -54,3 +54,12 @@ def test_runs_and_creates_expected_file_pvacbind(self): expected_output_file = os.path.join(self.test_data_dir, 'output_pvacbind.tsv') self.assertTrue(cmp(output_file.name, expected_output_file)) + + def test_runs_and_creates_expected_file_pvacsplice(self): + input_file = os.path.join(self.test_data_dir, 'input_pvacsplice.tsv') + output_file = tempfile.NamedTemporaryFile() + + PvacspliceTopScoreFilter(input_file, output_file.name, top_score_metric='median').execute() + + expected_output_file = os.path.join(self.test_data_dir, 'output_pvacsplice.tsv') + self.assertTrue(cmp(output_file.name, expected_output_file)) diff --git a/tests/utils.py b/tests/utils.py index cfd5545d7..f561d1367 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,9 @@ import re import os import unittest +import tempfile +import gzip +import shutil def compare(path1, path2): r1 = open(path1) @@ -80,3 +83,9 @@ def generate_prediction_calls(method, allele, length, input_file, url): 'length': length, 'user_tool': 'pVac-seq', }) + +def gunzip_file(zipped_file_path, suffix=None): + unzipped_file = tempfile.NamedTemporaryFile(suffix=suffix, delete=False) + with gzip.open(zipped_file_path, 'rb') as f_in, open(unzipped_file.name, 'wb') as f_out: + shutil.copyfileobj(f_in, f_out) + return unzipped_file.name